diff --git a/samples/charts/category-chart/annotations-all/src/TemperatureAnnotatedData.ts b/samples/charts/category-chart/annotations-all/src/TemperatureAnnotatedData.ts index 70539ebf51..a2e9e07ddb 100644 --- a/samples/charts/category-chart/annotations-all/src/TemperatureAnnotatedData.ts +++ b/samples/charts/category-chart/annotations-all/src/TemperatureAnnotatedData.ts @@ -15,90 +15,18 @@ export class TemperatureAnnotatedData extends Array { super(...items); } else { const newItems = [ - new HighestGrossingMoviesItem( - { - franchise: `Marvel Universe`, - totalRevenue: 22.55, - highestGrossing: 2.8 - }), - new HighestGrossingMoviesItem( - { - franchise: `Star Wars`, - totalRevenue: 10.32, - highestGrossing: 2.07 - }), - new HighestGrossingMoviesItem( - { - franchise: `Harry Potter`, - totalRevenue: 9.19, - highestGrossing: 1.34 - }), - new HighestGrossingMoviesItem( - { - franchise: `Avengers`, - totalRevenue: 7.76, - highestGrossing: 2.8 - }), - new HighestGrossingMoviesItem( - { - franchise: `Spider Man`, - totalRevenue: 7.22, - highestGrossing: 1.28 - }), - new HighestGrossingMoviesItem( - { - franchise: `James Bond`, - totalRevenue: 7.12, - highestGrossing: 1.11 - }), + new HighestGrossingMoviesItem({ franchise: `Marvel Universe`, totalRevenue: 22.55, highestGrossing: 2.8 }), + new HighestGrossingMoviesItem({ franchise: `Star Wars`, totalRevenue: 10.32, highestGrossing: 2.07 }), + new HighestGrossingMoviesItem({ franchise: `Harry Potter`, totalRevenue: 9.19, highestGrossing: 1.34 }), + new HighestGrossingMoviesItem({ franchise: `Avengers`, totalRevenue: 7.76, highestGrossing: 2.8 }), + new HighestGrossingMoviesItem({ franchise: `Spider Man`, totalRevenue: 7.22, highestGrossing: 1.28 }), + new HighestGrossingMoviesItem({ franchise: `James Bond`, totalRevenue: 7.12, highestGrossing: 1.11 }), ]; super(...newItems.slice(0)); } diff --git a/samples/charts/category-chart/axis-range/src/CountryRenewableElectricity.ts b/samples/charts/category-chart/axis-range/src/CountryRenewableElectricity.ts index b32970c46a..21a29ab226 100644 --- a/samples/charts/category-chart/axis-range/src/CountryRenewableElectricity.ts +++ b/samples/charts/category-chart/axis-range/src/CountryRenewableElectricity.ts @@ -15,90 +15,18 @@ export class CountryRenewableElectricity extends Array { super(...items); } else { const newItems = [ - new SalesDataItem( - { - Country: `UK`, - Product: `Vermont`, - UnitsSold: 501, - ManufacturingPrice: 15, - SalePrice: 23, - GrossSales: 26440, - Discounts: 0, - Sales: 26440, - COGS: 16185, - Profit: 11255, - Date: `1/1/20`, - Month: `January`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Kensington`, - UnitsSold: 1372, - ManufacturingPrice: 3, - SalePrice: 20, - GrossSales: 27440, - Discounts: 0, - Sales: 27440, - COGS: 16185, - Profit: 11255, - Date: `1/1/20`, - Month: `January`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Kensington`, - UnitsSold: 2762, - ManufacturingPrice: 3, - SalePrice: 20, - GrossSales: 55240, - Discounts: 0, - Sales: 55240, - COGS: 13210, - Profit: 42030, - Date: `1/1/20`, - Month: `January`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Kensington`, - UnitsSold: 1464, - ManufacturingPrice: 3, - SalePrice: 15, - GrossSales: 21960, - Discounts: 0, - Sales: 21960, - COGS: 21780, - Profit: 180, - Date: `6/1/20`, - Month: `June`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Kensington`, - UnitsSold: 719, - ManufacturingPrice: 3, - SalePrice: 15, - GrossSales: 10785, - Discounts: 0, - Sales: 10785, - COGS: 8880, - Profit: 1905, - Date: `6/1/20`, - Month: `June`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Kensington`, - UnitsSold: 3576, - ManufacturingPrice: 3, - SalePrice: 15, - GrossSales: 53640, - Discounts: 0, - Sales: 53640, - COGS: 24700, - Profit: 28940, - Date: `6/1/20`, - Month: `June`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Kensington`, - UnitsSold: 4422, - ManufacturingPrice: 3, - SalePrice: 350, - GrossSales: 1547700, - Discounts: 0, - Sales: 1547700, - COGS: 393380, - Profit: 1154320, - Date: `12/1/20`, - Month: `December`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Royal Oak`, - UnitsSold: 3649, - ManufacturingPrice: 5, - SalePrice: 15, - GrossSales: 54735, - Discounts: 0, - Sales: 54735, - COGS: 9210, - Profit: 45525, - Date: `3/1/20`, - Month: `March`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Royal Oak`, - UnitsSold: 4172, - ManufacturingPrice: 5, - SalePrice: 12, - GrossSales: 50064, - Discounts: 0, - Sales: 50064, - COGS: 7554, - Profit: 42510, - Date: `6/1/20`, - Month: `June`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Royal Oak`, - UnitsSold: 3841, - ManufacturingPrice: 5, - SalePrice: 20, - GrossSales: 76820, - Discounts: 0, - Sales: 76820, - COGS: 18990, - Profit: 57830, - Date: `6/1/20`, - Month: `June`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Royal Oak`, - UnitsSold: 3726, - ManufacturingPrice: 5, - SalePrice: 12, - GrossSales: 44712, - Discounts: 0, - Sales: 44712, - COGS: 4635, - Profit: 40077, - Date: `6/1/20`, - Month: `June`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Royal Oak`, - UnitsSold: 2625, - ManufacturingPrice: 5, - SalePrice: 15, - GrossSales: 39375, - Discounts: 0, - Sales: 39375, - COGS: 24700, - Profit: 14675, - Date: `6/1/20`, - Month: `June`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Royal Oak`, - UnitsSold: 1958, - ManufacturingPrice: 5, - SalePrice: 125, - GrossSales: 244750, - Discounts: 0, - Sales: 244750, - COGS: 319860, - Profit: 75110, - Date: `7/1/20`, - Month: `July`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Royal Oak`, - UnitsSold: 3271, - ManufacturingPrice: 5, - SalePrice: 300, - GrossSales: 981300, - Discounts: 0, - Sales: 981300, - COGS: 239500, - Profit: 741800, - Date: `8/1/20`, - Month: `August`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Royal Oak`, - UnitsSold: 2091, - ManufacturingPrice: 5, - SalePrice: 7, - GrossSales: 14637, - Discounts: 0, - Sales: 14637, - COGS: 10730, - Profit: 3907, - Date: `9/1/20`, - Month: `September`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Royal Oak`, - UnitsSold: 2825, - ManufacturingPrice: 5, - SalePrice: 15, - GrossSales: 42375, - Discounts: 0, - Sales: 42375, - COGS: 6150, - Profit: 36225, - Date: `12/1/20`, - Month: `December`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Vermont`, - UnitsSold: 2513, - ManufacturingPrice: 10, - SalePrice: 20, - GrossSales: 50260, - Discounts: 0, - Sales: 50260, - COGS: 2920, - Profit: 47340, - Date: `2/1/20`, - Month: `February`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Vermont`, - UnitsSold: 883, - ManufacturingPrice: 10, - SalePrice: 15, - GrossSales: 13245, - Discounts: 0, - Sales: 13245, - COGS: 9740, - Profit: 3505, - Date: `2/1/20`, - Month: `February`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Vermont`, - UnitsSold: 2087, - ManufacturingPrice: 10, - SalePrice: 12, - GrossSales: 25044, - Discounts: 0, - Sales: 25044, - COGS: 7554, - Profit: 17490, - Date: `6/1/20`, - Month: `June`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Vermont`, - UnitsSold: 2563, - ManufacturingPrice: 10, - SalePrice: 350, - GrossSales: 897050, - Discounts: 0, - Sales: 897050, - COGS: 261560, - Profit: 635490, - Date: `6/1/20`, - Month: `June`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Vermont`, - UnitsSold: 2846, - ManufacturingPrice: 10, - SalePrice: 12, - GrossSales: 34152, - Discounts: 0, - Sales: 34152, - COGS: 1101, - Profit: 33051, - Date: `7/1/20`, - Month: `July`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Vermont`, - UnitsSold: 997, - ManufacturingPrice: 10, - SalePrice: 7, - GrossSales: 6979, - Discounts: 0, - Sales: 6979, - COGS: 4415, - Profit: 2564, - Date: `8/1/20`, - Month: `August`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Vermont`, - UnitsSold: 2290, - ManufacturingPrice: 10, - SalePrice: 15, - GrossSales: 34350, - Discounts: 0, - Sales: 34350, - COGS: 24720, - Profit: 9630, - Date: `9/1/20`, - Month: `September`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Vermont`, - UnitsSold: 2133, - ManufacturingPrice: 10, - SalePrice: 7, - GrossSales: 14931, - Discounts: 0, - Sales: 14931, - COGS: 5715, - Profit: 9216, - Date: `10/1/20`, - Month: `October`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Vermont`, - UnitsSold: 3617, - ManufacturingPrice: 10, - SalePrice: 20, - GrossSales: 72340, - Discounts: 0, - Sales: 72340, - COGS: 18170, - Profit: 54170, - Date: `12/1/20`, - Month: `December`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Vermont`, - UnitsSold: 1266, - ManufacturingPrice: 10, - SalePrice: 350, - GrossSales: 443100, - Discounts: 0, - Sales: 443100, - COGS: 393380, - Profit: 49720, - Date: `12/1/20`, - Month: `December`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Burlington`, - UnitsSold: 894, - ManufacturingPrice: 120, - SalePrice: 7, - GrossSales: 6258, - Discounts: 0, - Sales: 6258, - COGS: 7465, - Profit: 1207, - Date: `1/1/20`, - Month: `January`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Burlington`, - UnitsSold: 2725, - ManufacturingPrice: 120, - SalePrice: 125, - GrossSales: 340625, - Discounts: 0, - Sales: 340625, - COGS: 216480, - Profit: 124145, - Date: `2/1/20`, - Month: `February`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Burlington`, - UnitsSold: 3061, - ManufacturingPrice: 120, - SalePrice: 12, - GrossSales: 36732, - Discounts: 0, - Sales: 36732, - COGS: 6483, - Profit: 30249, - Date: `3/1/20`, - Month: `March`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Burlington`, - UnitsSold: 3958, - ManufacturingPrice: 120, - SalePrice: 350, - GrossSales: 1385300, - Discounts: 0, - Sales: 1385300, - COGS: 261560, - Profit: 1123740, - Date: `6/1/20`, - Month: `June`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Burlington`, - UnitsSold: 3920, - ManufacturingPrice: 120, - SalePrice: 12, - GrossSales: 47040, - Discounts: 0, - Sales: 47040, - COGS: 4635, - Profit: 42405, - Date: `6/1/20`, - Month: `June`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Burlington`, - UnitsSold: 3381, - ManufacturingPrice: 120, - SalePrice: 125, - GrossSales: 422625, - Discounts: 0, - Sales: 422625, - COGS: 338520, - Profit: 84105, - Date: `8/1/20`, - Month: `August`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Mandarin`, - UnitsSold: 4307, - ManufacturingPrice: 250, - SalePrice: 300, - GrossSales: 1292100, - Discounts: 0, - Sales: 1292100, - COGS: 500250, - Profit: 791850, - Date: `2/1/20`, - Month: `February`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Mandarin`, - UnitsSold: 878, - ManufacturingPrice: 250, - SalePrice: 12, - GrossSales: 10536, - Discounts: 0, - Sales: 10536, - COGS: 8514, - Profit: 2022, - Date: `4/1/20`, - Month: `April`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Mandarin`, - UnitsSold: 496, - ManufacturingPrice: 250, - SalePrice: 15, - GrossSales: 7440, - Discounts: 0, - Sales: 7440, - COGS: 21780, - Profit: 14340, - Date: `6/1/20`, - Month: `June`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Mandarin`, - UnitsSold: 3367, - ManufacturingPrice: 250, - SalePrice: 15, - GrossSales: 50505, - Discounts: 0, - Sales: 50505, - COGS: 8880, - Profit: 41625, - Date: `6/1/20`, - Month: `June`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Mandarin`, - UnitsSold: 2055, - ManufacturingPrice: 250, - SalePrice: 300, - GrossSales: 616500, - Discounts: 0, - Sales: 616500, - COGS: 537750, - Profit: 78750, - Date: `9/1/20`, - Month: `September`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Mandarin`, - UnitsSold: 4041, - ManufacturingPrice: 250, - SalePrice: 20, - GrossSales: 80820, - Discounts: 0, - Sales: 80820, - COGS: 18170, - Profit: 62650, - Date: `12/1/20`, - Month: `December`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Luxe`, - UnitsSold: 3237, - ManufacturingPrice: 260, - SalePrice: 350, - GrossSales: 1132950, - Discounts: 0, - Sales: 1132950, - COGS: 715000, - Profit: 417950, - Date: `2/1/20`, - Month: `February`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Luxe`, - UnitsSold: 630, - ManufacturingPrice: 260, - SalePrice: 12, - GrossSales: 7560, - Discounts: 0, - Sales: 7560, - COGS: 5859, - Profit: 1701, - Date: `4/1/20`, - Month: `April`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Luxe`, - UnitsSold: 4210, - ManufacturingPrice: 260, - SalePrice: 125, - GrossSales: 526250, - Discounts: 0, - Sales: 526250, - COGS: 506340, - Profit: 19910, - Date: `4/1/20`, - Month: `April`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Luxe`, - UnitsSold: 1127, - ManufacturingPrice: 260, - SalePrice: 20, - GrossSales: 22540, - Discounts: 0, - Sales: 22540, - COGS: 18990, - Profit: 3550, - Date: `6/1/20`, - Month: `June`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Luxe`, - UnitsSold: 3438, - ManufacturingPrice: 260, - SalePrice: 7, - GrossSales: 24066, - Discounts: 0, - Sales: 24066, - COGS: 8430, - Profit: 15636, - Date: `7/1/20`, - Month: `July`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Luxe`, - UnitsSold: 2015, - ManufacturingPrice: 260, - SalePrice: 12, - GrossSales: 24180, - Discounts: 0, - Sales: 24180, - COGS: 6423, - Profit: 17757, - Date: `8/1/20`, - Month: `August`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Luxe`, - UnitsSold: 2534, - ManufacturingPrice: 260, - SalePrice: 7, - GrossSales: 17738, - Discounts: 0, - Sales: 17738, - COGS: 5715, - Profit: 12023, - Date: `10/1/20`, - Month: `October`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Luxe`, - UnitsSold: 1384, - ManufacturingPrice: 260, - SalePrice: 15, - GrossSales: 20760, - Discounts: 0, - Sales: 20760, - COGS: 6150, - Profit: 14610, - Date: `12/1/20`, - Month: `December`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Vermont`, - UnitsSold: 3561, - ManufacturingPrice: 10, - SalePrice: 7, - GrossSales: 24927, - Discounts: 276.15, - Sales: 24650.85, - COGS: 19725, - Profit: 4925.85, - Date: `1/1/20`, - Month: `January`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Vermont`, - UnitsSold: 1823, - ManufacturingPrice: 10, - SalePrice: 15, - GrossSales: 27345, - Discounts: 344.4, - Sales: 27000.6, - COGS: 22960, - Profit: 4040.6, - Date: `2/1/20`, - Month: `February`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Vermont`, - UnitsSold: 2795, - ManufacturingPrice: 10, - SalePrice: 7, - GrossSales: 19565, - Discounts: 72.1, - Sales: 19492.9, - COGS: 5150, - Profit: 14342.9, - Date: `5/1/20`, - Month: `May`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Burlington`, - UnitsSold: 457, - ManufacturingPrice: 120, - SalePrice: 7, - GrossSales: 3199, - Discounts: 44.73, - Sales: 3154.27, - COGS: 3195, - Profit: 40.73, - Date: `11/1/20`, - Month: `November`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Mandarin`, - UnitsSold: 3785, - ManufacturingPrice: 250, - SalePrice: 7, - GrossSales: 26495, - Discounts: 92.82, - Sales: 26402.18, - COGS: 6630, - Profit: 19772.18, - Date: `3/1/20`, - Month: `March`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Kensington`, - UnitsSold: 748, - ManufacturingPrice: 3, - SalePrice: 12, - GrossSales: 8976, - Discounts: 222.96, - Sales: 8753.04, - COGS: 5574, - Profit: 3179.04, - Date: `2/1/20`, - Month: `February`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Kensington`, - UnitsSold: 1021, - ManufacturingPrice: 3, - SalePrice: 350, - GrossSales: 357350, - Discounts: 4235, - Sales: 353115, - COGS: 314600, - Profit: 38515, - Date: `3/1/20`, - Month: `March`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Kensington`, - UnitsSold: 2076, - ManufacturingPrice: 3, - SalePrice: 7, - GrossSales: 14532, - Discounts: 177.03, - Sales: 14354.97, - COGS: 12645, - Profit: 1709.97, - Date: `7/1/20`, - Month: `July`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Kensington`, - UnitsSold: 4316, - ManufacturingPrice: 3, - SalePrice: 12, - GrossSales: 51792, - Discounts: 173.4, - Sales: 51618.6, - COGS: 4335, - Profit: 47283.6, - Date: `9/1/20`, - Month: `September`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Kensington`, - UnitsSold: 4174, - ManufacturingPrice: 3, - SalePrice: 12, - GrossSales: 50088, - Discounts: 320.52, - Sales: 49767.48, - COGS: 8013, - Profit: 41754.48, - Date: `9/1/20`, - Month: `September`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Kensington`, - UnitsSold: 3736, - ManufacturingPrice: 3, - SalePrice: 350, - GrossSales: 1307600, - Discounts: 4889.5, - Sales: 1302710.5, - COGS: 363220, - Profit: 939490.5, - Date: `10/1/20`, - Month: `October`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Kensington`, - UnitsSold: 1914, - ManufacturingPrice: 3, - SalePrice: 350, - GrossSales: 669900, - Discounts: 7542.5, - Sales: 662357.5, - COGS: 560300, - Profit: 102057.5, - Date: `12/1/20`, - Month: `December`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Royal Oak`, - UnitsSold: 2742, - ManufacturingPrice: 5, - SalePrice: 15, - GrossSales: 41130, - Discounts: 332.1, - Sales: 40797.9, - COGS: 22140, - Profit: 18657.9, - Date: `3/1/20`, - Month: `March`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Royal Oak`, - UnitsSold: 1499, - ManufacturingPrice: 5, - SalePrice: 300, - GrossSales: 449700, - Discounts: 6903, - Sales: 442797, - COGS: 575250, - Profit: 132453, - Date: `4/1/20`, - Month: `April`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Royal Oak`, - UnitsSold: 3772, - ManufacturingPrice: 5, - SalePrice: 20, - GrossSales: 75440, - Discounts: 275.1, - Sales: 75164.9, - COGS: 13755, - Profit: 61409.9, - Date: `7/1/20`, - Month: `July`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Royal Oak`, - UnitsSold: 1112, - ManufacturingPrice: 5, - SalePrice: 7, - GrossSales: 7784, - Discounts: 128.1, - Sales: 7655.9, - COGS: 9150, - Profit: 1494.1, - Date: `8/1/20`, - Month: `August`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Vermont`, - UnitsSold: 2368, - ManufacturingPrice: 10, - SalePrice: 15, - GrossSales: 35520, - Discounts: 227.1, - Sales: 35292.9, - COGS: 15140, - Profit: 20152.9, - Date: `2/1/20`, - Month: `February`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Vermont`, - UnitsSold: 1586, - ManufacturingPrice: 10, - SalePrice: 7, - GrossSales: 11102, - Discounts: 314.48, - Sales: 10787.52, - COGS: 22462.5, - Profit: 11674.98, - Date: `4/1/20`, - Month: `April`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Vermont`, - UnitsSold: 3386, - ManufacturingPrice: 10, - SalePrice: 125, - GrossSales: 423250, - Discounts: 908.75, - Sales: 422341.25, - COGS: 87240, - Profit: 335101.25, - Date: `6/1/20`, - Month: `June`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Vermont`, - UnitsSold: 852, - ManufacturingPrice: 10, - SalePrice: 125, - GrossSales: 106500, - Discounts: 983.75, - Sales: 105516.25, - COGS: 94440, - Profit: 11076.25, - Date: `6/1/20`, - Month: `June`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Vermont`, - UnitsSold: 2783, - ManufacturingPrice: 10, - SalePrice: 125, - GrossSales: 347875, - Discounts: 2278.75, - Sales: 345596.25, - COGS: 218760, - Profit: 126836.25, - Date: `7/1/20`, - Month: `July`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Vermont`, - UnitsSold: 2684, - ManufacturingPrice: 10, - SalePrice: 15, - GrossSales: 40260, - Discounts: 112.05, - Sales: 40147.95, - COGS: 7470, - Profit: 32677.95, - Date: `9/1/20`, - Month: `September`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Vermont`, - UnitsSold: 4083, - ManufacturingPrice: 10, - SalePrice: 300, - GrossSales: 1224900, - Discounts: 8715, - Sales: 1216185, - COGS: 726250, - Profit: 489935, - Date: `11/1/20`, - Month: `November`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Vermont`, - UnitsSold: 2816, - ManufacturingPrice: 10, - SalePrice: 350, - GrossSales: 985600, - Discounts: 7542.5, - Sales: 978057.5, - COGS: 560300, - Profit: 417757.5, - Date: `12/1/20`, - Month: `December`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Burlington`, - UnitsSold: 4294, - ManufacturingPrice: 120, - SalePrice: 20, - GrossSales: 85880, - Discounts: 772.8, - Sales: 85107.2, - COGS: 38640, - Profit: 46467.2, - Date: `4/1/20`, - Month: `April`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Burlington`, - UnitsSold: 2856, - ManufacturingPrice: 120, - SalePrice: 7, - GrossSales: 19992, - Discounts: 25.34, - Sales: 19966.66, - COGS: 1810, - Profit: 18156.66, - Date: `5/1/20`, - Month: `May`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Burlington`, - UnitsSold: 1407, - ManufacturingPrice: 120, - SalePrice: 125, - GrossSales: 175875, - Discounts: 1153.75, - Sales: 174721.25, - COGS: 110760, - Profit: 63961.25, - Date: `8/1/20`, - Month: `August`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Mandarin`, - UnitsSold: 1265, - ManufacturingPrice: 250, - SalePrice: 7, - GrossSales: 8855, - Discounts: 18.41, - Sales: 8836.59, - COGS: 1315, - Profit: 7521.59, - Date: `3/1/20`, - Month: `March`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Mandarin`, - UnitsSold: 3892, - ManufacturingPrice: 250, - SalePrice: 350, - GrossSales: 1362200, - Discounts: 3302.25, - Sales: 1358897.75, - COGS: 245310, - Profit: 1113587.75, - Date: `4/1/20`, - Month: `April`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Mandarin`, - UnitsSold: 3068, - ManufacturingPrice: 250, - SalePrice: 125, - GrossSales: 383500, - Discounts: 908.75, - Sales: 382591.25, - COGS: 87240, - Profit: 295351.25, - Date: `6/1/20`, - Month: `June`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Mandarin`, - UnitsSold: 2181, - ManufacturingPrice: 250, - SalePrice: 125, - GrossSales: 272625, - Discounts: 983.75, - Sales: 271641.25, - COGS: 94440, - Profit: 177201.25, - Date: `6/1/20`, - Month: `June`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Mandarin`, - UnitsSold: 1356, - ManufacturingPrice: 250, - SalePrice: 300, - GrossSales: 406800, - Discounts: 2958, - Sales: 403842, - COGS: 246500, - Profit: 177201.25, - Date: `6/1/20`, - Month: `June`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Mandarin`, - UnitsSold: 1814, - ManufacturingPrice: 250, - SalePrice: 350, - GrossSales: 634900, - Discounts: 4889.5, - Sales: 630010.5, - COGS: 363220, - Profit: 266790.5, - Date: `10/1/20`, - Month: `October`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Mandarin`, - UnitsSold: 1495, - ManufacturingPrice: 250, - SalePrice: 125, - GrossSales: 186875, - Discounts: 2180, - Sales: 184695, - COGS: 209280, - Profit: 24585, - Date: `11/1/20`, - Month: `November`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Kensington`, - UnitsSold: 1463, - ManufacturingPrice: 3, - SalePrice: 125, - GrossSales: 182875, - Discounts: 1856.25, - Sales: 181018.75, - COGS: 89100, - Profit: 91918.75, - Date: `4/1/20`, - Month: `April`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Kensington`, - UnitsSold: 215, - ManufacturingPrice: 3, - SalePrice: 12, - GrossSales: 2580, - Discounts: 310.8, - Sales: 2269.2, - COGS: 3885, - Profit: 1615.8, - Date: `10/1/20`, - Month: `October`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Kensington`, - UnitsSold: 566, - ManufacturingPrice: 3, - SalePrice: 350, - GrossSales: 198100, - Discounts: 19964, - Sales: 178136, - COGS: 741520, - Profit: 563384, - Date: `12/1/20`, - Month: `December`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Royal Oak`, - UnitsSold: 3255, - ManufacturingPrice: 5, - SalePrice: 12, - GrossSales: 39060, - Discounts: 274.08, - Sales: 38785.92, - COGS: 3426, - Profit: 35359.92, - Date: `6/1/20`, - Month: `June`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Royal Oak`, - UnitsSold: 772, - ManufacturingPrice: 5, - SalePrice: 20, - GrossSales: 15440, - Discounts: 626.4, - Sales: 14813.6, - COGS: 15660, - Profit: 846.4, - Date: `10/1/20`, - Month: `October`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Royal Oak`, - UnitsSold: 1135, - ManufacturingPrice: 5, - SalePrice: 12, - GrossSales: 13620, - Discounts: 165.6, - Sales: 13454.4, - COGS: 2070, - Profit: 11384.4, - Date: `11/1/20`, - Month: `November`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Vermont`, - UnitsSold: 1193, - ManufacturingPrice: 10, - SalePrice: 15, - GrossSales: 17895, - Discounts: 708.9, - Sales: 17186.1, - COGS: 23630, - Profit: 6443.9, - Date: `2/1/20`, - Month: `February`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Vermont`, - UnitsSold: 2530, - ManufacturingPrice: 10, - SalePrice: 300, - GrossSales: 759000, - Discounts: 5508, - Sales: 753492, - COGS: 229500, - Profit: 523992, - Date: `5/1/20`, - Month: `May`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Vermont`, - UnitsSold: 3451, - ManufacturingPrice: 10, - SalePrice: 300, - GrossSales: 1035300, - Discounts: 10368, - Sales: 1024932, - COGS: 432000, - Profit: 592932, - Date: `5/1/20`, - Month: `May`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Vermont`, - UnitsSold: 3059, - ManufacturingPrice: 10, - SalePrice: 12, - GrossSales: 36708, - Discounts: 274.08, - Sales: 36433.92, - COGS: 3426, - Profit: 33007.92, - Date: `6/1/20`, - Month: `June`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Vermont`, - UnitsSold: 3957, - ManufacturingPrice: 10, - SalePrice: 125, - GrossSales: 494625, - Discounts: 1655, - Sales: 492970, - COGS: 79440, - Profit: 413530, - Date: `6/1/20`, - Month: `June`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Vermont`, - UnitsSold: 3444, - ManufacturingPrice: 10, - SalePrice: 12, - GrossSales: 41328, - Discounts: 310.8, - Sales: 41017.2, - COGS: 3885, - Profit: 37132.2, - Date: `10/1/20`, - Month: `October`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Vermont`, - UnitsSold: 3154, - ManufacturingPrice: 10, - SalePrice: 300, - GrossSales: 946200, - Discounts: 11496, - Sales: 934704, - COGS: 479000, - Profit: 455704, - Date: `12/1/20`, - Month: `December`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Vermont`, - UnitsSold: 4108, - ManufacturingPrice: 10, - SalePrice: 350, - GrossSales: 1437800, - Discounts: 19964, - Sales: 1417836, - COGS: 741520, - Profit: 676316, - Date: `12/1/20`, - Month: `December`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Vermont`, - UnitsSold: 3760, - ManufacturingPrice: 10, - SalePrice: 125, - GrossSales: 470000, - Discounts: 6822.5, - Sales: 463177.5, - COGS: 327480, - Profit: 135697.5, - Date: `12/1/20`, - Month: `December`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Vermont`, - UnitsSold: 2334, - ManufacturingPrice: 10, - SalePrice: 12, - GrossSales: 28008, - Discounts: 253.2, - Sales: 27754.8, - COGS: 3165, - Profit: 24589.8, - Date: `12/1/20`, - Month: `December`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Vermont`, - UnitsSold: 580, - ManufacturingPrice: 10, - SalePrice: 12, - GrossSales: 6960, - Discounts: 260.16, - Sales: 6699.84, - COGS: 3252, - Profit: 3447.84, - Date: `12/1/20`, - Month: `December`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Burlington`, - UnitsSold: 2610, - ManufacturingPrice: 120, - SalePrice: 20, - GrossSales: 52200, - Discounts: 626.4, - Sales: 51573.6, - COGS: 15660, - Profit: 35913.6, - Date: `10/1/20`, - Month: `October`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Burlington`, - UnitsSold: 1459, - ManufacturingPrice: 120, - SalePrice: 350, - GrossSales: 510650, - Discounts: 20139, - Sales: 490511, - COGS: 748020, - Profit: 257509, - Date: `10/1/20`, - Month: `October`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Burlington`, - UnitsSold: 3774, - ManufacturingPrice: 120, - SalePrice: 12, - GrossSales: 45288, - Discounts: 253.2, - Sales: 45034.8, - COGS: 3165, - Profit: 41869.8, - Date: `12/1/20`, - Month: `December`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Burlington`, - UnitsSold: 2572, - ManufacturingPrice: 120, - SalePrice: 12, - GrossSales: 30864, - Discounts: 260.16, - Sales: 30603.84, - COGS: 3252, - Profit: 27351.84, - Date: `12/1/20`, - Month: `December`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Mandarin`, - UnitsSold: 320, - ManufacturingPrice: 250, - SalePrice: 125, - GrossSales: 40000, - Discounts: 1655, - Sales: 38345, - COGS: 79440, - Profit: 41095, - Date: `6/1/20`, - Month: `June`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Mandarin`, - UnitsSold: 3275, - ManufacturingPrice: 250, - SalePrice: 350, - GrossSales: 1146250, - Discounts: 20139, - Sales: 1126111, - COGS: 748020, - Profit: 378091, - Date: `10/1/20`, - Month: `October`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Mandarin`, - UnitsSold: 3582, - ManufacturingPrice: 250, - SalePrice: 125, - GrossSales: 447750, - Discounts: 6822.5, - Sales: 440927.5, - COGS: 327480, - Profit: 113447.5, - Date: `12/1/20`, - Month: `December`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Luxe`, - UnitsSold: 4056, - ManufacturingPrice: 260, - SalePrice: 300, - GrossSales: 1216800, - Discounts: 1554, - Sales: 1215246, - COGS: 64750, - Profit: 1150496, - Date: `3/1/20`, - Month: `March`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Luxe`, - UnitsSold: 2144, - ManufacturingPrice: 260, - SalePrice: 300, - GrossSales: 643200, - Discounts: 6606, - Sales: 636594, - COGS: 275250, - Profit: 361344, - Date: `3/1/20`, - Month: `March`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Luxe`, - UnitsSold: 3502, - ManufacturingPrice: 260, - SalePrice: 125, - GrossSales: 437750, - Discounts: 5690, - Sales: 432060, - COGS: 273120, - Profit: 158940, - Date: `5/1/20`, - Month: `May`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Luxe`, - UnitsSold: 679, - ManufacturingPrice: 260, - SalePrice: 20, - GrossSales: 13580, - Discounts: 494.4, - Sales: 13085.6, - COGS: 12360, - Profit: 725.6, - Date: `11/1/20`, - Month: `November`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Luxe`, - UnitsSold: 2351, - ManufacturingPrice: 260, - SalePrice: 20, - GrossSales: 47020, - Discounts: 376.4, - Sales: 46643.6, - COGS: 9410, - Profit: 37233.6, - Date: `11/1/20`, - Month: `November`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Luxe`, - UnitsSold: 2043, - ManufacturingPrice: 260, - SalePrice: 300, - GrossSales: 612900, - Discounts: 11496, - Sales: 601404, - COGS: 479000, - Profit: 122404, - Date: `12/1/20`, - Month: `December`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Kensington`, - UnitsSold: 3565, - ManufacturingPrice: 3, - SalePrice: 125, - GrossSales: 445625, - Discounts: 15913.13, - Sales: 429711.88, - COGS: 509220, - Profit: 79508.13, - Date: `4/1/20`, - Month: `April`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Kensington`, - UnitsSold: 1401, - ManufacturingPrice: 3, - SalePrice: 20, - GrossSales: 28020, - Discounts: 1548, - Sales: 26472, - COGS: 25800, - Profit: 672, - Date: `4/1/20`, - Month: `April`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Kensington`, - UnitsSold: 2077, - ManufacturingPrice: 3, - SalePrice: 300, - GrossSales: 623100, - Discounts: 6201, - Sales: 616899, - COGS: 172250, - Profit: 444649, - Date: `6/1/20`, - Month: `June`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Kensington`, - UnitsSold: 3643, - ManufacturingPrice: 3, - SalePrice: 12, - GrossSales: 43716, - Discounts: 700.92, - Sales: 43015.08, - COGS: 5841, - Profit: 37174.08, - Date: `9/1/20`, - Month: `September`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Royal Oak`, - UnitsSold: 2960, - ManufacturingPrice: 5, - SalePrice: 7, - GrossSales: 20720, - Discounts: 411.18, - Sales: 20308.82, - COGS: 9790, - Profit: 10518.82, - Date: `2/1/20`, - Month: `February`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Royal Oak`, - UnitsSold: 1201, - ManufacturingPrice: 5, - SalePrice: 12, - GrossSales: 14412, - Discounts: 684.36, - Sales: 13727.64, - COGS: 5703, - Profit: 8024.64, - Date: `6/1/20`, - Month: `June`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Royal Oak`, - UnitsSold: 2321, - ManufacturingPrice: 5, - SalePrice: 7, - GrossSales: 16247, - Discounts: 114.24, - Sales: 16132.76, - COGS: 2720, - Profit: 13412.76, - Date: `9/1/20`, - Month: `September`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Royal Oak`, - UnitsSold: 3972, - ManufacturingPrice: 5, - SalePrice: 125, - GrossSales: 496500, - Discounts: 4826.25, - Sales: 491673.75, - COGS: 154440, - Profit: 337233.75, - Date: `12/1/20`, - Month: `December`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Royal Oak`, - UnitsSold: 3878, - ManufacturingPrice: 5, - SalePrice: 125, - GrossSales: 484750, - Discounts: 6397.5, - Sales: 478352.5, - COGS: 204720, - Profit: 273632.5, - Date: `12/1/20`, - Month: `December`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Vermont`, - UnitsSold: 2278, - ManufacturingPrice: 10, - SalePrice: 300, - GrossSales: 683400, - Discounts: 21910.5, - Sales: 661489.5, - COGS: 608625, - Profit: 52864.5, - Date: `1/1/20`, - Month: `January`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Vermont`, - UnitsSold: 1075, - ManufacturingPrice: 10, - SalePrice: 125, - GrossSales: 134375, - Discounts: 6652.5, - Sales: 127722.5, - COGS: 212880, - Profit: 85157.5, - Date: `3/1/20`, - Month: `March`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Vermont`, - UnitsSold: 4050, - ManufacturingPrice: 10, - SalePrice: 12, - GrossSales: 48600, - Discounts: 684.36, - Sales: 47915.64, - COGS: 5703, - Profit: 42212.64, - Date: `6/1/20`, - Month: `June`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Vermont`, - UnitsSold: 3035, - ManufacturingPrice: 10, - SalePrice: 300, - GrossSales: 910500, - Discounts: 6201, - Sales: 904299, - COGS: 172250, - Profit: 732049, - Date: `6/1/20`, - Month: `June`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Vermont`, - UnitsSold: 3636, - ManufacturingPrice: 10, - SalePrice: 125, - GrossSales: 454500, - Discounts: 5887.5, - Sales: 448612.5, - COGS: 188400, - Profit: 260212.5, - Date: `6/1/20`, - Month: `June`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Vermont`, - UnitsSold: 1379, - ManufacturingPrice: 10, - SalePrice: 12, - GrossSales: 16548, - Discounts: 493.02, - Sales: 16054.98, - COGS: 4108.5, - Profit: 11946.48, - Date: `7/1/20`, - Month: `July`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Vermont`, - UnitsSold: 4492, - ManufacturingPrice: 10, - SalePrice: 125, - GrossSales: 561500, - Discounts: 7533.75, - Sales: 553966.25, - COGS: 241080, - Profit: 312886.25, - Date: `10/1/20`, - Month: `October`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Vermont`, - UnitsSold: 1744, - ManufacturingPrice: 10, - SalePrice: 125, - GrossSales: 218000, - Discounts: 4826.25, - Sales: 213173.75, - COGS: 154440, - Profit: 58733.75, - Date: `12/1/20`, - Month: `December`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Vermont`, - UnitsSold: 2341, - ManufacturingPrice: 10, - SalePrice: 125, - GrossSales: 292625, - Discounts: 6397.5, - Sales: 286227.5, - COGS: 204720, - Profit: 81507.5, - Date: `12/1/20`, - Month: `December`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Burlington`, - UnitsSold: 3835, - ManufacturingPrice: 120, - SalePrice: 125, - GrossSales: 479375, - Discounts: 7533.75, - Sales: 471841.25, - COGS: 241080, - Profit: 230761.25, - Date: `10/1/20`, - Month: `October`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Mandarin`, - UnitsSold: 1161, - ManufacturingPrice: 250, - SalePrice: 300, - GrossSales: 348300, - Discounts: 25596, - Sales: 322704, - COGS: 711000, - Profit: 388296, - Date: `2/1/20`, - Month: `February`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Mandarin`, - UnitsSold: 876, - ManufacturingPrice: 250, - SalePrice: 12, - GrossSales: 10512, - Discounts: 689.76, - Sales: 9822.24, - COGS: 5748, - Profit: 4074.24, - Date: `4/1/20`, - Month: `April`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Mandarin`, - UnitsSold: 1705, - ManufacturingPrice: 250, - SalePrice: 125, - GrossSales: 213125, - Discounts: 5887.5, - Sales: 207237.5, - COGS: 188400, - Profit: 18837.5, - Date: `6/1/20`, - Month: `June`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Mandarin`, - UnitsSold: 1805, - ManufacturingPrice: 250, - SalePrice: 300, - GrossSales: 541500, - Discounts: 16866, - Sales: 524634, - COGS: 468500, - Profit: 56134, - Date: `8/1/20`, - Month: `August`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Mandarin`, - UnitsSold: 389, - ManufacturingPrice: 250, - SalePrice: 350, - GrossSales: 136150, - Discounts: 17241, - Sales: 118909, - COGS: 426920, - Profit: 308011, - Date: `8/1/20`, - Month: `August`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Kensington`, - UnitsSold: 1459, - ManufacturingPrice: 3, - SalePrice: 20, - GrossSales: 29180, - Discounts: 498.6, - Sales: 28681.4, - COGS: 8310, - Profit: 20371.4, - Date: `5/1/20`, - Month: `May`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Burlington`, - UnitsSold: 4236, - ManufacturingPrice: 120, - SalePrice: 20, - GrossSales: 84720, - Discounts: 2310.3, - Sales: 82409.7, - COGS: 38505, - Profit: 43904.7, - Date: `4/1/20`, - Month: `April`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Mandarin`, - UnitsSold: 3627, - ManufacturingPrice: 250, - SalePrice: 12, - GrossSales: 43524, - Discounts: 892.44, - Sales: 42631.56, - COGS: 7437, - Profit: 35194.56, - Date: `1/1/20`, - Month: `January`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Royal Oak`, - UnitsSold: 1756, - ManufacturingPrice: 5, - SalePrice: 15, - GrossSales: 26340, - Discounts: 1218.6, - Sales: 25121.4, - COGS: 20310, - Profit: 4811.4, - Date: `10/1/20`, - Month: `October`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Vermont`, - UnitsSold: 307, - ManufacturingPrice: 10, - SalePrice: 15, - GrossSales: 4605, - Discounts: 1218.6, - Sales: 3386.4, - COGS: 20310, - Profit: 16923.6, - Date: `10/1/20`, - Month: `October`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Kensington`, - UnitsSold: 1222, - ManufacturingPrice: 3, - SalePrice: 300, - GrossSales: 366600, - Discounts: 24252, - Sales: 342348, - COGS: 505250, - Profit: 162902, - Date: `10/1/20`, - Month: `October`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Kensington`, - UnitsSold: 489, - ManufacturingPrice: 3, - SalePrice: 350, - GrossSales: 171150, - Discounts: 3836, - Sales: 167314, - COGS: 71240, - Profit: 96074, - Date: `12/1/20`, - Month: `December`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Royal Oak`, - UnitsSold: 4133, - ManufacturingPrice: 5, - SalePrice: 15, - GrossSales: 61995, - Discounts: 1180.2, - Sales: 60814.8, - COGS: 19670, - Profit: 41144.8, - Date: `3/1/20`, - Month: `March`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Royal Oak`, - UnitsSold: 2743, - ManufacturingPrice: 5, - SalePrice: 300, - GrossSales: 822900, - Discounts: 22308, - Sales: 800592, - COGS: 464750, - Profit: 335842, - Date: `8/1/20`, - Month: `August`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Royal Oak`, - UnitsSold: 4460, - ManufacturingPrice: 5, - SalePrice: 300, - GrossSales: 1338000, - Discounts: 24252, - Sales: 1313748, - COGS: 505250, - Profit: 808498, - Date: `10/1/20`, - Month: `October`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Royal Oak`, - UnitsSold: 1232, - ManufacturingPrice: 5, - SalePrice: 125, - GrossSales: 154000, - Discounts: 5690, - Sales: 148310, - COGS: 136560, - Profit: 11750, - Date: `12/1/20`, - Month: `December`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Vermont`, - UnitsSold: 2586, - ManufacturingPrice: 10, - SalePrice: 7, - GrossSales: 18102, - Discounts: 1190.28, - Sales: 16911.72, - COGS: 21255, - Profit: 4343.28, - Date: `1/1/20`, - Month: `January`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Vermont`, - UnitsSold: 1332, - ManufacturingPrice: 10, - SalePrice: 125, - GrossSales: 166500, - Discounts: 3975, - Sales: 162525, - COGS: 95400, - Profit: 67125, - Date: `3/1/20`, - Month: `March`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Vermont`, - UnitsSold: 4487, - ManufacturingPrice: 10, - SalePrice: 300, - GrossSales: 1346100, - Discounts: 16974, - Sales: 1329126, - COGS: 353625, - Profit: 975501, - Date: `4/1/20`, - Month: `April`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Vermont`, - UnitsSold: 3862, - ManufacturingPrice: 10, - SalePrice: 300, - GrossSales: 1158600, - Discounts: 35016, - Sales: 1123584, - COGS: 729500, - Profit: 394084, - Date: `5/1/20`, - Month: `May`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Vermont`, - UnitsSold: 1765, - ManufacturingPrice: 10, - SalePrice: 350, - GrossSales: 617750, - Discounts: 48300, - Sales: 569450, - COGS: 897000, - Profit: 327550, - Date: `7/1/20`, - Month: `July`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Vermont`, - UnitsSold: 3533, - ManufacturingPrice: 10, - SalePrice: 125, - GrossSales: 441625, - Discounts: 14940, - Sales: 426685, - COGS: 358560, - Profit: 68125, - Date: `7/1/20`, - Month: `July`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Vermont`, - UnitsSold: 2016, - ManufacturingPrice: 10, - SalePrice: 15, - GrossSales: 30240, - Discounts: 130.8, - Sales: 30109.2, - COGS: 2180, - Profit: 27929.2, - Date: `9/1/20`, - Month: `September`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Vermont`, - UnitsSold: 2938, - ManufacturingPrice: 10, - SalePrice: 20, - GrossSales: 58760, - Discounts: 1659.2, - Sales: 57100.8, - COGS: 20740, - Profit: 36360.8, - Date: `9/1/20`, - Month: `September`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Vermont`, - UnitsSold: 3352, - ManufacturingPrice: 10, - SalePrice: 20, - GrossSales: 67040, - Discounts: 844.8, - Sales: 66195.2, - COGS: 10560, - Profit: 55635.2, - Date: `9/1/20`, - Month: `September`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Vermont`, - UnitsSold: 2430, - ManufacturingPrice: 10, - SalePrice: 350, - GrossSales: 850500, - Discounts: 3836, - Sales: 846664, - COGS: 71240, - Profit: 775424, - Date: `12/1/20`, - Month: `December`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Vermont`, - UnitsSold: 535, - ManufacturingPrice: 10, - SalePrice: 125, - GrossSales: 66875, - Discounts: 5690, - Sales: 61185, - COGS: 136560, - Profit: 75375, - Date: `12/1/20`, - Month: `December`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Burlington`, - UnitsSold: 1523, - ManufacturingPrice: 120, - SalePrice: 12, - GrossSales: 18276, - Discounts: 703.2, - Sales: 17572.8, - COGS: 4395, - Profit: 13177.8, - Date: `3/1/20`, - Month: `March`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Burlington`, - UnitsSold: 1782, - ManufacturingPrice: 120, - SalePrice: 350, - GrossSales: 623700, - Discounts: 30478, - Sales: 593222, - COGS: 566020, - Profit: 27202, - Date: `10/1/20`, - Month: `October`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Mandarin`, - UnitsSold: 347, - ManufacturingPrice: 250, - SalePrice: 12, - GrossSales: 4164, - Discounts: 415.68, - Sales: 3748.32, - COGS: 2598, - Profit: 1150.32, - Date: `5/1/20`, - Month: `May`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Mandarin`, - UnitsSold: 3509, - ManufacturingPrice: 250, - SalePrice: 350, - GrossSales: 1228150, - Discounts: 30478, - Sales: 1197672, - COGS: 566020, - Profit: 631652, - Date: `10/1/20`, - Month: `October`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Luxe`, - UnitsSold: 2943, - ManufacturingPrice: 260, - SalePrice: 350, - GrossSales: 1030050, - Discounts: 26110, - Sales: 1003940, - COGS: 484900, - Profit: 519040, - Date: `2/1/20`, - Month: `February`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Luxe`, - UnitsSold: 4037, - ManufacturingPrice: 260, - SalePrice: 125, - GrossSales: 504625, - Discounts: 5370, - Sales: 499255, - COGS: 128880, - Profit: 370375, - Date: `4/1/20`, - Month: `April`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Luxe`, - UnitsSold: 4146, - ManufacturingPrice: 260, - SalePrice: 350, - GrossSales: 1451100, - Discounts: 26698, - Sales: 1424402, - COGS: 495820, - Profit: 928582, - Date: `9/1/20`, - Month: `September`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Vermont`, - UnitsSold: 725, - ManufacturingPrice: 10, - SalePrice: 7, - GrossSales: 5075, - Discounts: 480.2, - Sales: 4594.8, - COGS: 6860, - Profit: 2265.2, - Date: `1/1/20`, - Month: `January`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Vermont`, - UnitsSold: 2325, - ManufacturingPrice: 10, - SalePrice: 7, - GrossSales: 16275, - Discounts: 941.15, - Sales: 15333.85, - COGS: 13445, - Profit: 1888.85, - Date: `10/1/20`, - Month: `October`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Vermont`, - UnitsSold: 675, - ManufacturingPrice: 10, - SalePrice: 12, - GrossSales: 8100, - Discounts: 1458.6, - Sales: 6641.4, - COGS: 7293, - Profit: 651.6, - Date: `12/1/20`, - Month: `December`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Burlington`, - UnitsSold: 2990, - ManufacturingPrice: 120, - SalePrice: 12, - GrossSales: 35880, - Discounts: 1458.6, - Sales: 34421.4, - COGS: 7293, - Profit: 27128.4, - Date: `12/1/20`, - Month: `December`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Mandarin`, - UnitsSold: 1072, - ManufacturingPrice: 250, - SalePrice: 7, - GrossSales: 7504, - Discounts: 941.15, - Sales: 6562.85, - COGS: 13445, - Profit: 6882.15, - Date: `10/1/20`, - Month: `October`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Luxe`, - UnitsSold: 1048, - ManufacturingPrice: 260, - SalePrice: 7, - GrossSales: 7336, - Discounts: 589.05, - Sales: 6746.95, - COGS: 8415, - Profit: 1668.05, - Date: `7/1/20`, - Month: `July`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Luxe`, - UnitsSold: 469, - ManufacturingPrice: 260, - SalePrice: 12, - GrossSales: 5628, - Discounts: 673.8, - Sales: 4954.2, - COGS: 3369, - Profit: 1585.2, - Date: `8/1/20`, - Month: `August`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Kensington`, - UnitsSold: 4240, - ManufacturingPrice: 3, - SalePrice: 12, - GrossSales: 50880, - Discounts: 1119, - Sales: 49761, - COGS: 5595, - Profit: 44166, - Date: `2/1/20`, - Month: `February`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Kensington`, - UnitsSold: 1976, - ManufacturingPrice: 3, - SalePrice: 12, - GrossSales: 23712, - Discounts: 669.6, - Sales: 23042.4, - COGS: 3348, - Profit: 19694.4, - Date: `2/1/20`, - Month: `February`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Kensington`, - UnitsSold: 1984, - ManufacturingPrice: 3, - SalePrice: 20, - GrossSales: 39680, - Discounts: 1563, - Sales: 38117, - COGS: 15630, - Profit: 22487, - Date: `5/1/20`, - Month: `May`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Kensington`, - UnitsSold: 480, - ManufacturingPrice: 3, - SalePrice: 300, - GrossSales: 144000, - Discounts: 14865, - Sales: 129135, - COGS: 247750, - Profit: 118615, - Date: `6/1/20`, - Month: `June`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Kensington`, - UnitsSold: 1205, - ManufacturingPrice: 3, - SalePrice: 15, - GrossSales: 18075, - Discounts: 2093.25, - Sales: 15981.75, - COGS: 27910, - Profit: 11928.25, - Date: `11/1/20`, - Month: `November`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Kensington`, - UnitsSold: 2480, - ManufacturingPrice: 3, - SalePrice: 7, - GrossSales: 17360, - Discounts: 199.5, - Sales: 17160.5, - COGS: 2850, - Profit: 14310.5, - Date: `12/1/20`, - Month: `December`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Kensington`, - UnitsSold: 2926, - ManufacturingPrice: 3, - SalePrice: 7, - GrossSales: 20482, - Discounts: 870.45, - Sales: 19611.55, - COGS: 12435, - Profit: 7176.55, - Date: `12/1/20`, - Month: `December`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Royal Oak`, - UnitsSold: 3210, - ManufacturingPrice: 5, - SalePrice: 350, - GrossSales: 1123500, - Discounts: 24228.75, - Sales: 1099271.25, - COGS: 359970, - Profit: 739301.25, - Date: `1/1/20`, - Month: `January`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Royal Oak`, - UnitsSold: 3221, - ManufacturingPrice: 5, - SalePrice: 125, - GrossSales: 402625, - Discounts: 22668.75, - Sales: 379956.25, - COGS: 435240, - Profit: 55283.75, - Date: `7/1/20`, - Month: `July`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Royal Oak`, - UnitsSold: 1127, - ManufacturingPrice: 5, - SalePrice: 12, - GrossSales: 13524, - Discounts: 1405.2, - Sales: 12118.8, - COGS: 7026, - Profit: 5092.8, - Date: `11/1/20`, - Month: `November`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Vermont`, - UnitsSold: 1610, - ManufacturingPrice: 10, - SalePrice: 20, - GrossSales: 32200, - Discounts: 1303, - Sales: 30897, - COGS: 13030, - Profit: 17867, - Date: `2/1/20`, - Month: `February`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Vermont`, - UnitsSold: 4100, - ManufacturingPrice: 10, - SalePrice: 125, - GrossSales: 512500, - Discounts: 18700, - Sales: 493800, - COGS: 359040, - Profit: 134760, - Date: `3/1/20`, - Month: `March`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Vermont`, - UnitsSold: 1012, - ManufacturingPrice: 10, - SalePrice: 125, - GrossSales: 126500, - Discounts: 14906.25, - Sales: 111593.75, - COGS: 286200, - Profit: 174606.25, - Date: `3/1/20`, - Month: `March`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Vermont`, - UnitsSold: 3337, - ManufacturingPrice: 10, - SalePrice: 300, - GrossSales: 1001100, - Discounts: 24105, - Sales: 976995, - COGS: 401750, - Profit: 575245, - Date: `4/1/20`, - Month: `April`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Vermont`, - UnitsSold: 3955, - ManufacturingPrice: 10, - SalePrice: 7, - GrossSales: 27685, - Discounts: 814.45, - Sales: 26870.55, - COGS: 11635, - Profit: 15235.55, - Date: `5/1/20`, - Month: `May`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Vermont`, - UnitsSold: 4347, - ManufacturingPrice: 10, - SalePrice: 300, - GrossSales: 1304100, - Discounts: 14865, - Sales: 1289235, - COGS: 247750, - Profit: 1041485, - Date: `6/1/20`, - Month: `June`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Vermont`, - UnitsSold: 1548, - ManufacturingPrice: 10, - SalePrice: 350, - GrossSales: 541800, - Discounts: 10535, - Sales: 531265, - COGS: 156520, - Profit: 374745, - Date: `6/1/20`, - Month: `June`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Vermont`, - UnitsSold: 2153, - ManufacturingPrice: 10, - SalePrice: 15, - GrossSales: 32295, - Discounts: 1965, - Sales: 30330, - COGS: 26200, - Profit: 4130, - Date: `9/1/20`, - Month: `September`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Vermont`, - UnitsSold: 4126, - ManufacturingPrice: 10, - SalePrice: 125, - GrossSales: 515750, - Discounts: 5381.25, - Sales: 510368.75, - COGS: 103320, - Profit: 407048.75, - Date: `10/1/20`, - Month: `October`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Vermont`, - UnitsSold: 3376, - ManufacturingPrice: 10, - SalePrice: 20, - GrossSales: 67520, - Discounts: 2663, - Sales: 64857, - COGS: 26630, - Profit: 38227, - Date: `12/1/20`, - Month: `December`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Burlington`, - UnitsSold: 2244, - ManufacturingPrice: 120, - SalePrice: 15, - GrossSales: 33660, - Discounts: 416.25, - Sales: 33243.75, - COGS: 5550, - Profit: 27693.75, - Date: `1/1/20`, - Month: `January`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Burlington`, - UnitsSold: 1360, - ManufacturingPrice: 120, - SalePrice: 15, - GrossSales: 20400, - Discounts: 2145.75, - Sales: 18254.25, - COGS: 28610, - Profit: 10355.75, - Date: `1/1/20`, - Month: `January`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Burlington`, - UnitsSold: 279, - ManufacturingPrice: 120, - SalePrice: 125, - GrossSales: 34875, - Discounts: 5043.75, - Sales: 29831.25, - COGS: 96840, - Profit: 67008.75, - Date: `2/1/20`, - Month: `February`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Burlington`, - UnitsSold: 2521, - ManufacturingPrice: 120, - SalePrice: 350, - GrossSales: 882350, - Discounts: 10535, - Sales: 871815, - COGS: 156520, - Profit: 715295, - Date: `6/1/20`, - Month: `June`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Burlington`, - UnitsSold: 2433, - ManufacturingPrice: 120, - SalePrice: 20, - GrossSales: 48660, - Discounts: 2832, - Sales: 45828, - COGS: 28320, - Profit: 17508, - Date: `8/1/20`, - Month: `August`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Burlington`, - UnitsSold: 1738, - ManufacturingPrice: 120, - SalePrice: 20, - GrossSales: 34760, - Discounts: 1579, - Sales: 33181, - COGS: 15790, - Profit: 17391, - Date: `8/1/20`, - Month: `August`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Burlington`, - UnitsSold: 1106, - ManufacturingPrice: 120, - SalePrice: 125, - GrossSales: 138250, - Discounts: 5381.25, - Sales: 132868.75, - COGS: 103320, - Profit: 29548.75, - Date: `10/1/20`, - Month: `October`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Burlington`, - UnitsSold: 213, - ManufacturingPrice: 120, - SalePrice: 300, - GrossSales: 63900, - Discounts: 18750, - Sales: 45150, - COGS: 312500, - Profit: 267350, - Date: `12/1/20`, - Month: `December`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Mandarin`, - UnitsSold: 2929, - ManufacturingPrice: 250, - SalePrice: 20, - GrossSales: 58580, - Discounts: 2663, - Sales: 55917, - COGS: 26630, - Profit: 29287, - Date: `12/1/20`, - Month: `December`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Mandarin`, - UnitsSold: 2389, - ManufacturingPrice: 250, - SalePrice: 7, - GrossSales: 16723, - Discounts: 199.5, - Sales: 16523.5, - COGS: 2850, - Profit: 13673.5, - Date: `12/1/20`, - Month: `December`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Mandarin`, - UnitsSold: 3086, - ManufacturingPrice: 250, - SalePrice: 7, - GrossSales: 21602, - Discounts: 870.45, - Sales: 20731.55, - COGS: 12435, - Profit: 8296.55, - Date: `12/1/20`, - Month: `December`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Luxe`, - UnitsSold: 745, - ManufacturingPrice: 260, - SalePrice: 350, - GrossSales: 260750, - Discounts: 23625, - Sales: 237125, - COGS: 351000, - Profit: 113875, - Date: `2/1/20`, - Month: `February`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Luxe`, - UnitsSold: 1266, - ManufacturingPrice: 260, - SalePrice: 350, - GrossSales: 443100, - Discounts: 9660, - Sales: 433440, - COGS: 143520, - Profit: 289920, - Date: `8/1/20`, - Month: `August`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Luxe`, - UnitsSold: 4287, - ManufacturingPrice: 260, - SalePrice: 300, - GrossSales: 1286100, - Discounts: 18750, - Sales: 1267350, - COGS: 312500, - Profit: 954850, - Date: `12/1/20`, - Month: `December`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Vermont`, - UnitsSold: 3193, - ManufacturingPrice: 10, - SalePrice: 15, - GrossSales: 47895, - Discounts: 3420.9, - Sales: 44474.1, - COGS: 38010, - Profit: 6464.1, - Date: `4/1/20`, - Month: `April`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Kensington`, - UnitsSold: 1967, - ManufacturingPrice: 3, - SalePrice: 20, - GrossSales: 39340, - Discounts: 1341, - Sales: 37999, - COGS: 11175, - Profit: 26824, - Date: `1/1/20`, - Month: `January`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Kensington`, - UnitsSold: 631, - ManufacturingPrice: 3, - SalePrice: 15, - GrossSales: 9465, - Discounts: 2559.6, - Sales: 6905.4, - COGS: 28440, - Profit: 21534.6, - Date: `6/1/20`, - Month: `June`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Kensington`, - UnitsSold: 3469, - ManufacturingPrice: 3, - SalePrice: 12, - GrossSales: 41628, - Discounts: 404.64, - Sales: 41223.36, - COGS: 1686, - Profit: 39537.36, - Date: `9/1/20`, - Month: `September`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Kensington`, - UnitsSold: 3215, - ManufacturingPrice: 3, - SalePrice: 15, - GrossSales: 48225, - Discounts: 1827, - Sales: 46398, - COGS: 20300, - Profit: 26098, - Date: `11/1/20`, - Month: `November`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Royal Oak`, - UnitsSold: 1959, - ManufacturingPrice: 5, - SalePrice: 350, - GrossSales: 685650, - Discounts: 20580, - Sales: 665070, - COGS: 254800, - Profit: 410270, - Date: `4/1/20`, - Month: `April`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Royal Oak`, - UnitsSold: 2181, - ManufacturingPrice: 5, - SalePrice: 350, - GrossSales: 763350, - Discounts: 30660, - Sales: 732690, - COGS: 379600, - Profit: 353090, - Date: `5/1/20`, - Month: `May`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Royal Oak`, - UnitsSold: 2205, - ManufacturingPrice: 5, - SalePrice: 12, - GrossSales: 26460, - Discounts: 1960.56, - Sales: 24499.44, - COGS: 8169, - Profit: 16330.44, - Date: `11/1/20`, - Month: `November`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Vermont`, - UnitsSold: 1890, - ManufacturingPrice: 10, - SalePrice: 350, - GrossSales: 661500, - Discounts: 31416, - Sales: 630084, - COGS: 388960, - Profit: 241124, - Date: `6/1/20`, - Month: `June`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Burlington`, - UnitsSold: 2417, - ManufacturingPrice: 120, - SalePrice: 125, - GrossSales: 302125, - Discounts: 7140, - Sales: 294985, - COGS: 114240, - Profit: 180745, - Date: `2/1/20`, - Month: `February`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Burlington`, - UnitsSold: 1158, - ManufacturingPrice: 120, - SalePrice: 125, - GrossSales: 144750, - Discounts: 20662.5, - Sales: 124087.5, - COGS: 330600, - Profit: 206512.5, - Date: `2/1/20`, - Month: `February`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Burlington`, - UnitsSold: 803, - ManufacturingPrice: 120, - SalePrice: 15, - GrossSales: 12045, - Discounts: 1377, - Sales: 10668, - COGS: 15300, - Profit: 4632, - Date: `5/1/20`, - Month: `May`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Burlington`, - UnitsSold: 3705, - ManufacturingPrice: 120, - SalePrice: 350, - GrossSales: 1296750, - Discounts: 31416, - Sales: 1265334, - COGS: 388960, - Profit: 876374, - Date: `6/1/20`, - Month: `June`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Burlington`, - UnitsSold: 589, - ManufacturingPrice: 120, - SalePrice: 7, - GrossSales: 4123, - Discounts: 629.16, - Sales: 3493.84, - COGS: 7490, - Profit: 3996.16, - Date: `6/1/20`, - Month: `June`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Mandarin`, - UnitsSold: 3999, - ManufacturingPrice: 250, - SalePrice: 15, - GrossSales: 59985, - Discounts: 2559.6, - Sales: 57425.4, - COGS: 28440, - Profit: 28985.4, - Date: `6/1/20`, - Month: `June`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Mandarin`, - UnitsSold: 4256, - ManufacturingPrice: 250, - SalePrice: 7, - GrossSales: 29792, - Discounts: 629.16, - Sales: 29162.84, - COGS: 7490, - Profit: 21672.84, - Date: `6/1/20`, - Month: `June`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Luxe`, - UnitsSold: 2160, - ManufacturingPrice: 260, - SalePrice: 125, - GrossSales: 270000, - Discounts: 14906.25, - Sales: 255093.75, - COGS: 238500, - Profit: 16593.75, - Date: `1/1/20`, - Month: `January`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Luxe`, - UnitsSold: 466, - ManufacturingPrice: 260, - SalePrice: 350, - GrossSales: 163100, - Discounts: 35259, - Sales: 127841, - COGS: 436540, - Profit: 308699, - Date: `9/1/20`, - Month: `September`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Vermont`, - UnitsSold: 1478, - ManufacturingPrice: 10, - SalePrice: 15, - GrossSales: 22170, - Discounts: 1978.2, - Sales: 20191.8, - COGS: 21980, - Profit: 1788.2, - Date: `8/1/20`, - Month: `August`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Vermont`, - UnitsSold: 3798, - ManufacturingPrice: 10, - SalePrice: 15, - GrossSales: 56970, - Discounts: 1568.7, - Sales: 55401.3, - COGS: 17430, - Profit: 37971.3, - Date: `8/1/20`, - Month: `August`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Vermont`, - UnitsSold: 447, - ManufacturingPrice: 10, - SalePrice: 15, - GrossSales: 6705, - Discounts: 1037.7, - Sales: 5667.3, - COGS: 11530, - Profit: 5862.7, - Date: `10/1/20`, - Month: `October`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Burlington`, - UnitsSold: 745, - ManufacturingPrice: 120, - SalePrice: 20, - GrossSales: 14900, - Discounts: 1201.2, - Sales: 13698.8, - COGS: 10010, - Profit: 3688.8, - Date: `8/1/20`, - Month: `August`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Burlington`, - UnitsSold: 1732, - ManufacturingPrice: 120, - SalePrice: 7, - GrossSales: 12124, - Discounts: 559.86, - Sales: 11564.14, - COGS: 6665, - Profit: 4899.14, - Date: `11/1/20`, - Month: `November`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Mandarin`, - UnitsSold: 1759, - ManufacturingPrice: 250, - SalePrice: 15, - GrossSales: 26385, - Discounts: 1037.7, - Sales: 25347.3, - COGS: 11530, - Profit: 13817.3, - Date: `10/1/20`, - Month: `October`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Kensington`, - UnitsSold: 338, - ManufacturingPrice: 3, - SalePrice: 12, - GrossSales: 4056, - Discounts: 610.68, - Sales: 3445.32, - COGS: 2181, - Profit: 1264.32, - Date: `2/1/20`, - Month: `February`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Kensington`, - UnitsSold: 3911, - ManufacturingPrice: 3, - SalePrice: 12, - GrossSales: 46932, - Discounts: 1582.56, - Sales: 45349.44, - COGS: 5652, - Profit: 39697.44, - Date: `8/1/20`, - Month: `August`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Royal Oak`, - UnitsSold: 4473, - ManufacturingPrice: 5, - SalePrice: 12, - GrossSales: 53676, - Discounts: 1965.6, - Sales: 51710.4, - COGS: 7020, - Profit: 44690.4, - Date: `1/1/20`, - Month: `January`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Royal Oak`, - UnitsSold: 383, - ManufacturingPrice: 5, - SalePrice: 12, - GrossSales: 4596, - Discounts: 1967.28, - Sales: 2628.72, - COGS: 7026, - Profit: 4397.28, - Date: `11/1/20`, - Month: `November`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Burlington`, - UnitsSold: 1062, - ManufacturingPrice: 120, - SalePrice: 15, - GrossSales: 15930, - Discounts: 1325.1, - Sales: 14604.9, - COGS: 12620, - Profit: 1984.9, - Date: `5/1/20`, - Month: `May`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Burlington`, - UnitsSold: 4083, - ManufacturingPrice: 120, - SalePrice: 7, - GrossSales: 28581, - Discounts: 556.15, - Sales: 28024.85, - COGS: 5675, - Profit: 22349.85, - Date: `6/1/20`, - Month: `June`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Burlington`, - UnitsSold: 3974, - ManufacturingPrice: 120, - SalePrice: 7, - GrossSales: 27818, - Discounts: 268.03, - Sales: 27549.97, - COGS: 2735, - Profit: 24814.97, - Date: `11/1/20`, - Month: `November`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Burlington`, - UnitsSold: 3723, - ManufacturingPrice: 120, - SalePrice: 7, - GrossSales: 26061, - Discounts: 775.18, - Sales: 25285.82, - COGS: 7910, - Profit: 17375.82, - Date: `12/1/20`, - Month: `December`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Mandarin`, - UnitsSold: 2435, - ManufacturingPrice: 250, - SalePrice: 12, - GrossSales: 29220, - Discounts: 1460.34, - Sales: 27759.66, - COGS: 5215.5, - Profit: 22544.16, - Date: `4/1/20`, - Month: `April`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Mandarin`, - UnitsSold: 1763, - ManufacturingPrice: 250, - SalePrice: 7, - GrossSales: 12341, - Discounts: 775.18, - Sales: 11565.82, - COGS: 7910, - Profit: 3655.82, - Date: `12/1/20`, - Month: `December`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Luxe`, - UnitsSold: 4473, - ManufacturingPrice: 260, - SalePrice: 7, - GrossSales: 31311, - Discounts: 556.15, - Sales: 30754.85, - COGS: 5675, - Profit: 25079.85, - Date: `6/1/20`, - Month: `June`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Kensington`, - UnitsSold: 1246, - ManufacturingPrice: 3, - SalePrice: 350, - GrossSales: 436100, - Discounts: 43144.5, - Sales: 392955.5, - COGS: 457860, - Profit: 64904.5, - Date: `3/1/20`, - Month: `March`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Kensington`, - UnitsSold: 1615, - ManufacturingPrice: 3, - SalePrice: 300, - GrossSales: 484500, - Discounts: 9408, - Sales: 475092, - COGS: 112000, - Profit: 363092, - Date: `6/1/20`, - Month: `June`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Kensington`, - UnitsSold: 749, - ManufacturingPrice: 3, - SalePrice: 300, - GrossSales: 224700, - Discounts: 45801, - Sales: 178899, - COGS: 545250, - Profit: 366351, - Date: `10/1/20`, - Month: `October`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Royal Oak`, - UnitsSold: 1318, - ManufacturingPrice: 5, - SalePrice: 20, - GrossSales: 26360, - Discounts: 2766.4, - Sales: 23593.6, - COGS: 19760, - Profit: 3833.6, - Date: `10/1/20`, - Month: `October`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Royal Oak`, - UnitsSold: 2882, - ManufacturingPrice: 5, - SalePrice: 300, - GrossSales: 864600, - Discounts: 45801, - Sales: 818799, - COGS: 545250, - Profit: 273549, - Date: `10/1/20`, - Month: `October`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Vermont`, - UnitsSold: 2484, - ManufacturingPrice: 10, - SalePrice: 300, - GrossSales: 745200, - Discounts: 35742, - Sales: 709458, - COGS: 425500, - Profit: 283958, - Date: `5/1/20`, - Month: `May`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Vermont`, - UnitsSold: 3169, - ManufacturingPrice: 10, - SalePrice: 300, - GrossSales: 950700, - Discounts: 9408, - Sales: 941292, - COGS: 112000, - Profit: 829292, - Date: `6/1/20`, - Month: `June`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Vermont`, - UnitsSold: 4080, - ManufacturingPrice: 10, - SalePrice: 125, - GrossSales: 510000, - Discounts: 30738.75, - Sales: 479261.25, - COGS: 421560, - Profit: 57701.25, - Date: `7/1/20`, - Month: `July`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Vermont`, - UnitsSold: 3943, - ManufacturingPrice: 10, - SalePrice: 15, - GrossSales: 59145, - Discounts: 2206.05, - Sales: 56938.95, - COGS: 21010, - Profit: 35928.95, - Date: `8/1/20`, - Month: `August`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Vermont`, - UnitsSold: 253, - ManufacturingPrice: 10, - SalePrice: 20, - GrossSales: 5060, - Discounts: 2149, - Sales: 2911, - COGS: 15350, - Profit: 12439, - Date: `9/1/20`, - Month: `September`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Burlington`, - UnitsSold: 799, - ManufacturingPrice: 120, - SalePrice: 300, - GrossSales: 239700, - Discounts: 34839, - Sales: 204861, - COGS: 414750, - Profit: 209889, - Date: `7/1/20`, - Month: `July`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Burlington`, - UnitsSold: 3942, - ManufacturingPrice: 120, - SalePrice: 20, - GrossSales: 78840, - Discounts: 852.6, - Sales: 77987.4, - COGS: 6090, - Profit: 71897.4, - Date: `8/1/20`, - Month: `August`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Burlington`, - UnitsSold: 2498, - ManufacturingPrice: 120, - SalePrice: 125, - GrossSales: 312250, - Discounts: 18261.25, - Sales: 293988.75, - COGS: 250440, - Profit: 43548.75, - Date: `9/1/20`, - Month: `September`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Burlington`, - UnitsSold: 2517, - ManufacturingPrice: 120, - SalePrice: 20, - GrossSales: 50340, - Discounts: 2766.4, - Sales: 47573.6, - COGS: 19760, - Profit: 27813.6, - Date: `10/1/20`, - Month: `October`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Burlington`, - UnitsSold: 1145, - ManufacturingPrice: 120, - SalePrice: 300, - GrossSales: 343500, - Discounts: 28812, - Sales: 314688, - COGS: 343000, - Profit: 28312, - Date: `12/1/20`, - Month: `December`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Mandarin`, - UnitsSold: 3814, - ManufacturingPrice: 250, - SalePrice: 12, - GrossSales: 45768, - Discounts: 2725.38, - Sales: 43042.62, - COGS: 9733.5, - Profit: 33309.12, - Date: `1/1/20`, - Month: `January`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Mandarin`, - UnitsSold: 1188, - ManufacturingPrice: 250, - SalePrice: 300, - GrossSales: 356400, - Discounts: 20139, - Sales: 336261, - COGS: 239750, - Profit: 96511, - Date: `2/1/20`, - Month: `February`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Mandarin`, - UnitsSold: 2233, - ManufacturingPrice: 250, - SalePrice: 300, - GrossSales: 669900, - Discounts: 57687, - Sales: 612213, - COGS: 686750, - Profit: 74537, - Date: `2/1/20`, - Month: `February`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Luxe`, - UnitsSold: 421, - ManufacturingPrice: 260, - SalePrice: 125, - GrossSales: 52625, - Discounts: 14393.75, - Sales: 38231.25, - COGS: 197400, - Profit: 159168.75, - Date: `5/1/20`, - Month: `May`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Luxe`, - UnitsSold: 269, - ManufacturingPrice: 260, - SalePrice: 350, - GrossSales: 94150, - Discounts: 70462, - Sales: 23688, - COGS: 747760, - Profit: 724072, - Date: `9/1/20`, - Month: `September`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Luxe`, - UnitsSold: 952, - ManufacturingPrice: 260, - SalePrice: 20, - GrossSales: 19040, - Discounts: 1565.2, - Sales: 17474.8, - COGS: 11180, - Profit: 6294.8, - Date: `11/1/20`, - Month: `November`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Luxe`, - UnitsSold: 2964, - ManufacturingPrice: 260, - SalePrice: 300, - GrossSales: 889200, - Discounts: 28812, - Sales: 860388, - COGS: 343000, - Profit: 517388, - Date: `12/1/20`, - Month: `December`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Royal Oak`, - UnitsSold: 1505, - ManufacturingPrice: 5, - SalePrice: 7, - GrossSales: 10535, - Discounts: 273.28, - Sales: 10261.72, - COGS: 2440, - Profit: 7821.72, - Date: `2/1/20`, - Month: `February`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Royal Oak`, - UnitsSold: 1678, - ManufacturingPrice: 5, - SalePrice: 20, - GrossSales: 33560, - Discounts: 2051.2, - Sales: 31508.8, - COGS: 12820, - Profit: 18688.8, - Date: `6/1/20`, - Month: `June`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Vermont`, - UnitsSold: 4249, - ManufacturingPrice: 10, - SalePrice: 7, - GrossSales: 29743, - Discounts: 143.92, - Sales: 29599.08, - COGS: 1285, - Profit: 28314.08, - Date: `5/1/20`, - Month: `May`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Luxe`, - UnitsSold: 1677, - ManufacturingPrice: 260, - SalePrice: 20, - GrossSales: 33540, - Discounts: 2051.2, - Sales: 31488.8, - COGS: 12820, - Profit: 18668.8, - Date: `6/1/20`, - Month: `June`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Kensington`, - UnitsSold: 3051, - ManufacturingPrice: 3, - SalePrice: 125, - GrossSales: 381375, - Discounts: 15400, - Sales: 365975, - COGS: 184800, - Profit: 181175, - Date: `8/1/20`, - Month: `August`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Kensington`, - UnitsSold: 3372, - ManufacturingPrice: 3, - SalePrice: 15, - GrossSales: 50580, - Discounts: 588, - Sales: 49992, - COGS: 4900, - Profit: 45092, - Date: `11/1/20`, - Month: `November`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Kensington`, - UnitsSold: 1686, - ManufacturingPrice: 3, - SalePrice: 350, - GrossSales: 590100, - Discounts: 38136, - Sales: 551964, - COGS: 354120, - Profit: 197844, - Date: `12/1/20`, - Month: `December`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Royal Oak`, - UnitsSold: 3086, - ManufacturingPrice: 5, - SalePrice: 15, - GrossSales: 46290, - Discounts: 3001.2, - Sales: 43288.8, - COGS: 25010, - Profit: 18278.8, - Date: `3/1/20`, - Month: `March`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Royal Oak`, - UnitsSold: 4150, - ManufacturingPrice: 5, - SalePrice: 20, - GrossSales: 83000, - Discounts: 1132.8, - Sales: 81867.2, - COGS: 7080, - Profit: 74787.2, - Date: `6/1/20`, - Month: `June`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Royal Oak`, - UnitsSold: 3027, - ManufacturingPrice: 5, - SalePrice: 20, - GrossSales: 60540, - Discounts: 1032, - Sales: 59508, - COGS: 6450, - Profit: 53058, - Date: `7/1/20`, - Month: `July`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Royal Oak`, - UnitsSold: 4359, - ManufacturingPrice: 5, - SalePrice: 300, - GrossSales: 1307700, - Discounts: 37488, - Sales: 1270212, - COGS: 390500, - Profit: 879712, - Date: `8/1/20`, - Month: `August`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Royal Oak`, - UnitsSold: 1589, - ManufacturingPrice: 5, - SalePrice: 15, - GrossSales: 23835, - Discounts: 853.2, - Sales: 22981.8, - COGS: 7110, - Profit: 15871.8, - Date: `12/1/20`, - Month: `December`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Vermont`, - UnitsSold: 2679, - ManufacturingPrice: 10, - SalePrice: 125, - GrossSales: 334875, - Discounts: 11140, - Sales: 323735, - COGS: 133680, - Profit: 190055, - Date: `3/1/20`, - Month: `March`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Vermont`, - UnitsSold: 3401, - ManufacturingPrice: 10, - SalePrice: 7, - GrossSales: 23807, - Discounts: 705.04, - Sales: 23101.96, - COGS: 6295, - Profit: 16806.96, - Date: `4/1/20`, - Month: `April`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Vermont`, - UnitsSold: 2815, - ManufacturingPrice: 10, - SalePrice: 7, - GrossSales: 19705, - Discounts: 613.2, - Sales: 19091.8, - COGS: 5475, - Profit: 13616.8, - Date: `5/1/20`, - Month: `May`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Vermont`, - UnitsSold: 2964, - ManufacturingPrice: 10, - SalePrice: 20, - GrossSales: 59280, - Discounts: 2185.6, - Sales: 57094.4, - COGS: 13660, - Profit: 43434.4, - Date: `6/1/20`, - Month: `June`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Vermont`, - UnitsSold: 4173, - ManufacturingPrice: 10, - SalePrice: 300, - GrossSales: 1251900, - Discounts: 59040, - Sales: 1192860, - COGS: 615000, - Profit: 577860, - Date: `6/1/20`, - Month: `June`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Vermont`, - UnitsSold: 1157, - ManufacturingPrice: 10, - SalePrice: 7, - GrossSales: 8099, - Discounts: 379.68, - Sales: 7719.32, - COGS: 3390, - Profit: 4329.32, - Date: `8/1/20`, - Month: `August`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Vermont`, - UnitsSold: 3065, - ManufacturingPrice: 10, - SalePrice: 7, - GrossSales: 21455, - Discounts: 894.88, - Sales: 20560.12, - COGS: 7990, - Profit: 12570.12, - Date: `8/1/20`, - Month: `August`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Vermont`, - UnitsSold: 4080, - ManufacturingPrice: 10, - SalePrice: 20, - GrossSales: 81600, - Discounts: 3094.4, - Sales: 78505.6, - COGS: 19340, - Profit: 59165.6, - Date: `9/1/20`, - Month: `September`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Vermont`, - UnitsSold: 1713, - ManufacturingPrice: 10, - SalePrice: 20, - GrossSales: 34260, - Discounts: 4788.8, - Sales: 29471.2, - COGS: 29930, - Profit: 458.8, - Date: `9/1/20`, - Month: `September`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Vermont`, - UnitsSold: 1691, - ManufacturingPrice: 10, - SalePrice: 350, - GrossSales: 591850, - Discounts: 38136, - Sales: 553714, - COGS: 354120, - Profit: 199594, - Date: `12/1/20`, - Month: `December`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Burlington`, - UnitsSold: 2305, - ManufacturingPrice: 120, - SalePrice: 12, - GrossSales: 27660, - Discounts: 574.08, - Sales: 27085.92, - COGS: 1794, - Profit: 25291.92, - Date: `3/1/20`, - Month: `March`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Burlington`, - UnitsSold: 3401, - ManufacturingPrice: 120, - SalePrice: 7, - GrossSales: 23807, - Discounts: 1627.92, - Sales: 22179.08, - COGS: 14535, - Profit: 7644.08, - Date: `6/1/20`, - Month: `June`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Burlington`, - UnitsSold: 2288, - ManufacturingPrice: 120, - SalePrice: 7, - GrossSales: 16016, - Discounts: 1309.28, - Sales: 14706.72, - COGS: 11690, - Profit: 3016.72, - Date: `6/1/20`, - Month: `June`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Burlington`, - UnitsSold: 4086, - ManufacturingPrice: 120, - SalePrice: 300, - GrossSales: 1225800, - Discounts: 15240, - Sales: 1210560, - COGS: 158750, - Profit: 1051810, - Date: `12/1/20`, - Month: `December`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Mandarin`, - UnitsSold: 2651, - ManufacturingPrice: 250, - SalePrice: 350, - GrossSales: 927850, - Discounts: 16086, - Sales: 911764, - COGS: 149370, - Profit: 762394, - Date: `4/1/20`, - Month: `April`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Mandarin`, - UnitsSold: 3971, - ManufacturingPrice: 250, - SalePrice: 7, - GrossSales: 27797, - Discounts: 1309.28, - Sales: 26487.72, - COGS: 11690, - Profit: 14797.72, - Date: `6/1/20`, - Month: `June`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Mandarin`, - UnitsSold: 2512, - ManufacturingPrice: 250, - SalePrice: 350, - GrossSales: 879200, - Discounts: 10668, - Sales: 868532, - COGS: 99060, - Profit: 769472, - Date: `8/1/20`, - Month: `August`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Mandarin`, - UnitsSold: 2745, - ManufacturingPrice: 250, - SalePrice: 350, - GrossSales: 960750, - Discounts: 11816, - Sales: 948934, - COGS: 109720, - Profit: 839214, - Date: `8/1/20`, - Month: `August`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Mandarin`, - UnitsSold: 1903, - ManufacturingPrice: 250, - SalePrice: 300, - GrossSales: 570900, - Discounts: 51216, - Sales: 519684, - COGS: 533500, - Profit: 13816, - Date: `9/1/20`, - Month: `September`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Luxe`, - UnitsSold: 2914, - ManufacturingPrice: 260, - SalePrice: 20, - GrossSales: 58280, - Discounts: 1132.8, - Sales: 57147.2, - COGS: 7080, - Profit: 50067.2, - Date: `6/1/20`, - Month: `June`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Luxe`, - UnitsSold: 1889, - ManufacturingPrice: 260, - SalePrice: 7, - GrossSales: 13223, - Discounts: 1627.92, - Sales: 11595.08, - COGS: 14535, - Profit: 2939.92, - Date: `6/1/20`, - Month: `June`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Luxe`, - UnitsSold: 1466, - ManufacturingPrice: 260, - SalePrice: 20, - GrossSales: 29320, - Discounts: 2185.6, - Sales: 27134.4, - COGS: 13660, - Profit: 13474.4, - Date: `6/1/20`, - Month: `June`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Luxe`, - UnitsSold: 887, - ManufacturingPrice: 260, - SalePrice: 300, - GrossSales: 266100, - Discounts: 59040, - Sales: 207060, - COGS: 615000, - Profit: 407940, - Date: `6/1/20`, - Month: `June`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Luxe`, - UnitsSold: 395, - ManufacturingPrice: 260, - SalePrice: 20, - GrossSales: 7900, - Discounts: 2432, - Sales: 5468, - COGS: 15200, - Profit: 9732, - Date: `11/1/20`, - Month: `November`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Luxe`, - UnitsSold: 1693, - ManufacturingPrice: 260, - SalePrice: 15, - GrossSales: 25395, - Discounts: 853.2, - Sales: 24541.8, - COGS: 7110, - Profit: 17431.8, - Date: `12/1/20`, - Month: `December`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Luxe`, - UnitsSold: 2649, - ManufacturingPrice: 260, - SalePrice: 300, - GrossSales: 794700, - Discounts: 15240, - Sales: 779460, - COGS: 158750, - Profit: 620710, - Date: `12/1/20`, - Month: `December`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Mandarin`, - UnitsSold: 3608, - ManufacturingPrice: 250, - SalePrice: 20, - GrossSales: 72160, - Discounts: 698.4, - Sales: 71461.6, - COGS: 4365, - Profit: 67096.6, - Date: `7/1/20`, - Month: `July`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Kensington`, - UnitsSold: 1073, - ManufacturingPrice: 3, - SalePrice: 300, - GrossSales: 321900, - Discounts: 29538, - Sales: 292362, - COGS: 273500, - Profit: 18862, - Date: `6/1/20`, - Month: `June`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Royal Oak`, - UnitsSold: 2167, - ManufacturingPrice: 5, - SalePrice: 300, - GrossSales: 650100, - Discounts: 102667.5, - Sales: 547432.5, - COGS: 950625, - Profit: 403192.5, - Date: `4/1/20`, - Month: `April`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Royal Oak`, - UnitsSold: 1319, - ManufacturingPrice: 5, - SalePrice: 350, - GrossSales: 461650, - Discounts: 52479, - Sales: 409171, - COGS: 433160, - Profit: 23989, - Date: `5/1/20`, - Month: `May`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Royal Oak`, - UnitsSold: 1252, - ManufacturingPrice: 5, - SalePrice: 12, - GrossSales: 15024, - Discounts: 2506.68, - Sales: 12517.32, - COGS: 6963, - Profit: 5554.32, - Date: `11/1/20`, - Month: `November`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Royal Oak`, - UnitsSold: 1156, - ManufacturingPrice: 5, - SalePrice: 125, - GrossSales: 144500, - Discounts: 31466.25, - Sales: 113033.75, - COGS: 335640, - Profit: 222606.25, - Date: `12/1/20`, - Month: `December`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Vermont`, - UnitsSold: 1153, - ManufacturingPrice: 10, - SalePrice: 300, - GrossSales: 345900, - Discounts: 69255, - Sales: 276645, - COGS: 641250, - Profit: 364605, - Date: `1/1/20`, - Month: `January`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Vermont`, - UnitsSold: 2720, - ManufacturingPrice: 10, - SalePrice: 350, - GrossSales: 952000, - Discounts: 76135.5, - Sales: 875864.5, - COGS: 628420, - Profit: 247444.5, - Date: `1/1/20`, - Month: `January`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Vermont`, - UnitsSold: 3658, - ManufacturingPrice: 10, - SalePrice: 15, - GrossSales: 54870, - Discounts: 4961.25, - Sales: 49908.75, - COGS: 36750, - Profit: 13158.75, - Date: `4/1/20`, - Month: `April`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Vermont`, - UnitsSold: 2950, - ManufacturingPrice: 10, - SalePrice: 300, - GrossSales: 885000, - Discounts: 29538, - Sales: 855462, - COGS: 273500, - Profit: 581962, - Date: `6/1/20`, - Month: `June`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Vermont`, - UnitsSold: 1821, - ManufacturingPrice: 10, - SalePrice: 15, - GrossSales: 27315, - Discounts: 1656.45, - Sales: 25658.55, - COGS: 12270, - Profit: 13388.55, - Date: `10/1/20`, - Month: `October`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Vermont`, - UnitsSold: 1127, - ManufacturingPrice: 10, - SalePrice: 300, - GrossSales: 338100, - Discounts: 35748, - Sales: 302352, - COGS: 331000, - Profit: 28648, - Date: `11/1/20`, - Month: `November`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Vermont`, - UnitsSold: 862, - ManufacturingPrice: 10, - SalePrice: 125, - GrossSales: 107750, - Discounts: 31466.25, - Sales: 76283.75, - COGS: 335640, - Profit: 259356.25, - Date: `12/1/20`, - Month: `December`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Burlington`, - UnitsSold: 3805, - ManufacturingPrice: 120, - SalePrice: 15, - GrossSales: 57075, - Discounts: 330.75, - Sales: 56744.25, - COGS: 2450, - Profit: 54294.25, - Date: `5/1/20`, - Month: `May`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Burlington`, - UnitsSold: 1415, - ManufacturingPrice: 120, - SalePrice: 300, - GrossSales: 424500, - Discounts: 102424.5, - Sales: 322075.5, - COGS: 948375, - Profit: 626299.5, - Date: `7/1/20`, - Month: `July`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Burlington`, - UnitsSold: 2231, - ManufacturingPrice: 120, - SalePrice: 350, - GrossSales: 780850, - Discounts: 41170.5, - Sales: 739679.5, - COGS: 339820, - Profit: 399859.5, - Date: `7/1/20`, - Month: `July`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Burlington`, - UnitsSold: 3649, - ManufacturingPrice: 120, - SalePrice: 125, - GrossSales: 456125, - Discounts: 6378.75, - Sales: 449746.25, - COGS: 68040, - Profit: 381706.25, - Date: `9/1/20`, - Month: `September`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Burlington`, - UnitsSold: 2948, - ManufacturingPrice: 120, - SalePrice: 125, - GrossSales: 368500, - Discounts: 23737.5, - Sales: 344762.5, - COGS: 253200, - Profit: 91562.5, - Date: `9/1/20`, - Month: `September`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Burlington`, - UnitsSold: 3395, - ManufacturingPrice: 120, - SalePrice: 350, - GrossSales: 1188250, - Discounts: 39973.5, - Sales: 1148276.5, - COGS: 329940, - Profit: 818336.5, - Date: `10/1/20`, - Month: `October`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Mandarin`, - UnitsSold: 2650, - ManufacturingPrice: 250, - SalePrice: 12, - GrossSales: 31800, - Discounts: 2112.48, - Sales: 29687.52, - COGS: 5868, - Profit: 23819.52, - Date: `1/1/20`, - Month: `January`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Mandarin`, - UnitsSold: 585, - ManufacturingPrice: 250, - SalePrice: 300, - GrossSales: 175500, - Discounts: 71793, - Sales: 103707, - COGS: 664750, - Profit: 561043, - Date: `2/1/20`, - Month: `February`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Mandarin`, - UnitsSold: 1316, - ManufacturingPrice: 250, - SalePrice: 350, - GrossSales: 460600, - Discounts: 42572.25, - Sales: 418027.75, - COGS: 351390, - Profit: 66637.75, - Date: `4/1/20`, - Month: `April`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Mandarin`, - UnitsSold: 4459, - ManufacturingPrice: 250, - SalePrice: 12, - GrossSales: 53508, - Discounts: 950.4, - Sales: 52557.6, - COGS: 2640, - Profit: 49917.6, - Date: `5/1/20`, - Month: `May`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Mandarin`, - UnitsSold: 2711, - ManufacturingPrice: 250, - SalePrice: 300, - GrossSales: 813300, - Discounts: 50409, - Sales: 762891, - COGS: 466750, - Profit: 296141, - Date: `9/1/20`, - Month: `September`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Mandarin`, - UnitsSold: 3613, - ManufacturingPrice: 250, - SalePrice: 15, - GrossSales: 54195, - Discounts: 1656.45, - Sales: 52538.55, - COGS: 12270, - Profit: 40268.55, - Date: `10/1/20`, - Month: `October`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Mandarin`, - UnitsSold: 1847, - ManufacturingPrice: 250, - SalePrice: 125, - GrossSales: 230875, - Discounts: 9866.25, - Sales: 221008.75, - COGS: 105240, - Profit: 115768.75, - Date: `11/1/20`, - Month: `November`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Luxe`, - UnitsSold: 2996, - ManufacturingPrice: 260, - SalePrice: 350, - GrossSales: 1048600, - Discounts: 65236.5, - Sales: 983363.5, - COGS: 538460, - Profit: 444903.5, - Date: `9/1/20`, - Month: `September`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Luxe`, - UnitsSold: 2838, - ManufacturingPrice: 260, - SalePrice: 350, - GrossSales: 993300, - Discounts: 39973.5, - Sales: 953326.5, - COGS: 329940, - Profit: 623386.5, - Date: `10/1/20`, - Month: `October`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Luxe`, - UnitsSold: 1536, - ManufacturingPrice: 260, - SalePrice: 20, - GrossSales: 30720, - Discounts: 3049.2, - Sales: 27670.8, - COGS: 16940, - Profit: 10730.8, - Date: `11/1/20`, - Month: `November`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Kensington`, - UnitsSold: 1291, - ManufacturingPrice: 3, - SalePrice: 20, - GrossSales: 25820, - Discounts: 1193.4, - Sales: 24626.6, - COGS: 6630, - Profit: 17996.6, - Date: `5/1/20`, - Month: `May`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Kensington`, - UnitsSold: 1213, - ManufacturingPrice: 3, - SalePrice: 7, - GrossSales: 8491, - Discounts: 515.97, - Sales: 7975.03, - COGS: 4095, - Profit: 3880.03, - Date: `7/1/20`, - Month: `July`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Kensington`, - UnitsSold: 2370, - ManufacturingPrice: 3, - SalePrice: 12, - GrossSales: 28440, - Discounts: 1706.4, - Sales: 26733.6, - COGS: 4740, - Profit: 21993.6, - Date: `9/1/20`, - Month: `September`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Kensington`, - UnitsSold: 1979, - ManufacturingPrice: 3, - SalePrice: 7, - GrossSales: 13853, - Discounts: 328.23, - Sales: 13524.77, - COGS: 2605, - Profit: 10919.77, - Date: `12/1/20`, - Month: `December`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Vermont`, - UnitsSold: 2879, - ManufacturingPrice: 10, - SalePrice: 20, - GrossSales: 57580, - Discounts: 1751.4, - Sales: 55828.6, - COGS: 9730, - Profit: 46098.6, - Date: `3/1/20`, - Month: `March`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Vermont`, - UnitsSold: 1707, - ManufacturingPrice: 10, - SalePrice: 20, - GrossSales: 34140, - Discounts: 1868.4, - Sales: 32271.6, - COGS: 10380, - Profit: 21891.6, - Date: `6/1/20`, - Month: `June`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Vermont`, - UnitsSold: 2933, - ManufacturingPrice: 10, - SalePrice: 7, - GrossSales: 20531, - Discounts: 226.8, - Sales: 20304.2, - COGS: 1800, - Profit: 18504.2, - Date: `10/1/20`, - Month: `October`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Burlington`, - UnitsSold: 1014, - ManufacturingPrice: 120, - SalePrice: 12, - GrossSales: 12168, - Discounts: 2124.36, - Sales: 10043.64, - COGS: 5901, - Profit: 4142.64, - Date: `3/1/20`, - Month: `March`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Burlington`, - UnitsSold: 693, - ManufacturingPrice: 120, - SalePrice: 15, - GrossSales: 10395, - Discounts: 3547.8, - Sales: 6847.2, - COGS: 26280, - Profit: 19432.8, - Date: `4/1/20`, - Month: `April`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Mandarin`, - UnitsSold: 3741, - ManufacturingPrice: 250, - SalePrice: 7, - GrossSales: 26187, - Discounts: 226.8, - Sales: 25960.2, - COGS: 1800, - Profit: 24160.2, - Date: `10/1/20`, - Month: `October`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Mandarin`, - UnitsSold: 3995, - ManufacturingPrice: 250, - SalePrice: 7, - GrossSales: 27965, - Discounts: 328.23, - Sales: 27636.77, - COGS: 2605, - Profit: 25031.77, - Date: `12/1/20`, - Month: `December`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Luxe`, - UnitsSold: 953, - ManufacturingPrice: 260, - SalePrice: 20, - GrossSales: 19060, - Discounts: 1868.4, - Sales: 17191.6, - COGS: 10380, - Profit: 6811.6, - Date: `6/1/20`, - Month: `June`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Luxe`, - UnitsSold: 2530, - ManufacturingPrice: 260, - SalePrice: 15, - GrossSales: 37950, - Discounts: 2201.18, - Sales: 35748.82, - COGS: 16305, - Profit: 19443.82, - Date: `7/1/20`, - Month: `July`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Kensington`, - UnitsSold: 1372, - ManufacturingPrice: 3, - SalePrice: 20, - GrossSales: 27440, - Discounts: 0, - Sales: 27440, - COGS: 16185, - Profit: 11255, - Date: `1/1/19`, - Month: `January`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Kensington`, - UnitsSold: 2762, - ManufacturingPrice: 3, - SalePrice: 20, - GrossSales: 55240, - Discounts: 0, - Sales: 55240, - COGS: 13210, - Profit: 42030, - Date: `1/1/19`, - Month: `January`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Kensington`, - UnitsSold: 1464, - ManufacturingPrice: 3, - SalePrice: 15, - GrossSales: 21960, - Discounts: 0, - Sales: 21960, - COGS: 21780, - Profit: 180, - Date: `6/1/19`, - Month: `June`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Kensington`, - UnitsSold: 719, - ManufacturingPrice: 3, - SalePrice: 15, - GrossSales: 10785, - Discounts: 0, - Sales: 10785, - COGS: 8880, - Profit: 1905, - Date: `6/1/19`, - Month: `June`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Kensington`, - UnitsSold: 3576, - ManufacturingPrice: 3, - SalePrice: 15, - GrossSales: 53640, - Discounts: 0, - Sales: 53640, - COGS: 24700, - Profit: 28940, - Date: `6/1/19`, - Month: `June`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Kensington`, - UnitsSold: 4422, - ManufacturingPrice: 3, - SalePrice: 350, - GrossSales: 1547700, - Discounts: 0, - Sales: 1547700, - COGS: 393380, - Profit: 1154320, - Date: `12/1/19`, - Month: `December`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Royal Oak`, - UnitsSold: 3649, - ManufacturingPrice: 5, - SalePrice: 15, - GrossSales: 54735, - Discounts: 0, - Sales: 54735, - COGS: 9210, - Profit: 45525, - Date: `3/1/19`, - Month: `March`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Royal Oak`, - UnitsSold: 4172, - ManufacturingPrice: 5, - SalePrice: 12, - GrossSales: 50064, - Discounts: 0, - Sales: 50064, - COGS: 7554, - Profit: 42510, - Date: `6/1/19`, - Month: `June`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Royal Oak`, - UnitsSold: 3841, - ManufacturingPrice: 5, - SalePrice: 20, - GrossSales: 76820, - Discounts: 0, - Sales: 76820, - COGS: 18990, - Profit: 57830, - Date: `6/1/19`, - Month: `June`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Royal Oak`, - UnitsSold: 3726, - ManufacturingPrice: 5, - SalePrice: 12, - GrossSales: 44712, - Discounts: 0, - Sales: 44712, - COGS: 4635, - Profit: 40077, - Date: `6/1/19`, - Month: `June`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Royal Oak`, - UnitsSold: 2625, - ManufacturingPrice: 5, - SalePrice: 15, - GrossSales: 39375, - Discounts: 0, - Sales: 39375, - COGS: 24700, - Profit: 14675, - Date: `6/1/19`, - Month: `June`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Royal Oak`, - UnitsSold: 1958, - ManufacturingPrice: 5, - SalePrice: 125, - GrossSales: 244750, - Discounts: 0, - Sales: 244750, - COGS: 319860, - Profit: 75110, - Date: `7/1/19`, - Month: `July`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Royal Oak`, - UnitsSold: 3271, - ManufacturingPrice: 5, - SalePrice: 300, - GrossSales: 981300, - Discounts: 0, - Sales: 981300, - COGS: 239500, - Profit: 741800, - Date: `8/1/19`, - Month: `August`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Royal Oak`, - UnitsSold: 2091, - ManufacturingPrice: 5, - SalePrice: 7, - GrossSales: 14637, - Discounts: 0, - Sales: 14637, - COGS: 10730, - Profit: 3907, - Date: `9/1/19`, - Month: `September`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Royal Oak`, - UnitsSold: 2530, - ManufacturingPrice: 5, - SalePrice: 125, - GrossSales: 316250, - Discounts: 0, - Sales: 316250, - COGS: 41400, - Profit: 274850, - Date: `10/1/18`, - Month: `October`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Royal Oak`, - UnitsSold: 2825, - ManufacturingPrice: 5, - SalePrice: 15, - GrossSales: 42375, - Discounts: 0, - Sales: 42375, - COGS: 6150, - Profit: 36225, - Date: `12/1/19`, - Month: `December`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Vermont`, - UnitsSold: 2513, - ManufacturingPrice: 10, - SalePrice: 20, - GrossSales: 50260, - Discounts: 0, - Sales: 50260, - COGS: 2920, - Profit: 47340, - Date: `2/1/19`, - Month: `February`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Vermont`, - UnitsSold: 883, - ManufacturingPrice: 10, - SalePrice: 15, - GrossSales: 13245, - Discounts: 0, - Sales: 13245, - COGS: 9740, - Profit: 3505, - Date: `2/1/19`, - Month: `February`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Vermont`, - UnitsSold: 2087, - ManufacturingPrice: 10, - SalePrice: 12, - GrossSales: 25044, - Discounts: 0, - Sales: 25044, - COGS: 7554, - Profit: 17490, - Date: `6/1/19`, - Month: `June`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Vermont`, - UnitsSold: 2563, - ManufacturingPrice: 10, - SalePrice: 350, - GrossSales: 897050, - Discounts: 0, - Sales: 897050, - COGS: 261560, - Profit: 635490, - Date: `6/1/19`, - Month: `June`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Vermont`, - UnitsSold: 2846, - ManufacturingPrice: 10, - SalePrice: 12, - GrossSales: 34152, - Discounts: 0, - Sales: 34152, - COGS: 1101, - Profit: 33051, - Date: `7/1/19`, - Month: `July`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Vermont`, - UnitsSold: 997, - ManufacturingPrice: 10, - SalePrice: 7, - GrossSales: 6979, - Discounts: 0, - Sales: 6979, - COGS: 4415, - Profit: 2564, - Date: `8/1/19`, - Month: `August`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Vermont`, - UnitsSold: 3421, - ManufacturingPrice: 10, - SalePrice: 15, - GrossSales: 51315, - Discounts: 0, - Sales: 51315, - COGS: 5490, - Profit: 45825, - Date: `9/1/18`, - Month: `September`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Marchesa`, - UnitsSold: 70000, - ManufacturingPrice: 10, - SalePrice: 15, - GrossSales: 1050000, - Discounts: 0, - Sales: 1050000, - COGS: 5490, - Profit: 1044510, - Date: `9/1/18`, - Month: `September`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Vermont`, - UnitsSold: 2291, - ManufacturingPrice: 10, - SalePrice: 300, - GrossSales: 687300, - Discounts: 0, - Sales: 687300, - COGS: 197000, - Profit: 490300, - Date: `9/1/18`, - Month: `September`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Vermont`, - UnitsSold: 2290, - ManufacturingPrice: 10, - SalePrice: 15, - GrossSales: 34350, - Discounts: 0, - Sales: 34350, - COGS: 24720, - Profit: 9630, - Date: `9/1/19`, - Month: `September`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Vermont`, - UnitsSold: 2133, - ManufacturingPrice: 10, - SalePrice: 7, - GrossSales: 14931, - Discounts: 0, - Sales: 14931, - COGS: 5715, - Profit: 9216, - Date: `10/1/19`, - Month: `October`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Vermont`, - UnitsSold: 3475, - ManufacturingPrice: 10, - SalePrice: 350, - GrossSales: 1216250, - Discounts: 0, - Sales: 1216250, - COGS: 448500, - Profit: 767750, - Date: `11/1/18`, - Month: `November`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Vermont`, - UnitsSold: 3686, - ManufacturingPrice: 10, - SalePrice: 12, - GrossSales: 44232, - Discounts: 0, - Sales: 44232, - COGS: 2736, - Profit: 41496, - Date: `11/1/18`, - Month: `November`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Vermont`, - UnitsSold: 3319, - ManufacturingPrice: 10, - SalePrice: 15, - GrossSales: 49785, - Discounts: 0, - Sales: 49785, - COGS: 21520, - Profit: 28265, - Date: `12/1/18`, - Month: `December`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Vermont`, - UnitsSold: 3617, - ManufacturingPrice: 10, - SalePrice: 20, - GrossSales: 72340, - Discounts: 0, - Sales: 72340, - COGS: 18170, - Profit: 54170, - Date: `12/1/19`, - Month: `December`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Vermont`, - UnitsSold: 1266, - ManufacturingPrice: 10, - SalePrice: 350, - GrossSales: 443100, - Discounts: 0, - Sales: 443100, - COGS: 393380, - Profit: 49720, - Date: `12/1/19`, - Month: `December`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Burlington`, - UnitsSold: 894, - ManufacturingPrice: 120, - SalePrice: 7, - GrossSales: 6258, - Discounts: 0, - Sales: 6258, - COGS: 7465, - Profit: 1207, - Date: `1/1/19`, - Month: `January`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Burlington`, - UnitsSold: 2725, - ManufacturingPrice: 120, - SalePrice: 125, - GrossSales: 340625, - Discounts: 0, - Sales: 340625, - COGS: 216480, - Profit: 124145, - Date: `2/1/19`, - Month: `February`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Burlington`, - UnitsSold: 3061, - ManufacturingPrice: 120, - SalePrice: 12, - GrossSales: 36732, - Discounts: 0, - Sales: 36732, - COGS: 6483, - Profit: 30249, - Date: `3/1/19`, - Month: `March`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Burlington`, - UnitsSold: 3958, - ManufacturingPrice: 120, - SalePrice: 350, - GrossSales: 1385300, - Discounts: 0, - Sales: 1385300, - COGS: 261560, - Profit: 1123740, - Date: `6/1/19`, - Month: `June`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Burlington`, - UnitsSold: 3920, - ManufacturingPrice: 120, - SalePrice: 12, - GrossSales: 47040, - Discounts: 0, - Sales: 47040, - COGS: 4635, - Profit: 42405, - Date: `6/1/19`, - Month: `June`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Burlington`, - UnitsSold: 3381, - ManufacturingPrice: 120, - SalePrice: 125, - GrossSales: 422625, - Discounts: 0, - Sales: 422625, - COGS: 338520, - Profit: 84105, - Date: `8/1/19`, - Month: `August`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Burlington`, - UnitsSold: 1094, - ManufacturingPrice: 120, - SalePrice: 125, - GrossSales: 136750, - Discounts: 0, - Sales: 136750, - COGS: 41400, - Profit: 95350, - Date: `10/1/18`, - Month: `October`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Mandarin`, - UnitsSold: 4307, - ManufacturingPrice: 250, - SalePrice: 300, - GrossSales: 1292100, - Discounts: 0, - Sales: 1292100, - COGS: 500250, - Profit: 791850, - Date: `2/1/19`, - Month: `February`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Mandarin`, - UnitsSold: 878, - ManufacturingPrice: 250, - SalePrice: 12, - GrossSales: 10536, - Discounts: 0, - Sales: 10536, - COGS: 8514, - Profit: 2022, - Date: `4/1/19`, - Month: `April`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Mandarin`, - UnitsSold: 496, - ManufacturingPrice: 250, - SalePrice: 15, - GrossSales: 7440, - Discounts: 0, - Sales: 7440, - COGS: 21780, - Profit: 14340, - Date: `6/1/19`, - Month: `June`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Mandarin`, - UnitsSold: 3367, - ManufacturingPrice: 250, - SalePrice: 15, - GrossSales: 50505, - Discounts: 0, - Sales: 50505, - COGS: 8880, - Profit: 41625, - Date: `6/1/19`, - Month: `June`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Mandarin`, - UnitsSold: 3880, - ManufacturingPrice: 250, - SalePrice: 350, - GrossSales: 1358000, - Discounts: 0, - Sales: 1358000, - COGS: 397020, - Profit: 960980, - Date: `9/1/18`, - Month: `September`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Mandarin`, - UnitsSold: 2055, - ManufacturingPrice: 250, - SalePrice: 300, - GrossSales: 616500, - Discounts: 0, - Sales: 616500, - COGS: 537750, - Profit: 78750, - Date: `9/1/19`, - Month: `September`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Mandarin`, - UnitsSold: 4041, - ManufacturingPrice: 250, - SalePrice: 20, - GrossSales: 80820, - Discounts: 0, - Sales: 80820, - COGS: 18170, - Profit: 62650, - Date: `12/1/19`, - Month: `December`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Luxe`, - UnitsSold: 3237, - ManufacturingPrice: 260, - SalePrice: 350, - GrossSales: 1132950, - Discounts: 0, - Sales: 1132950, - COGS: 715000, - Profit: 417950, - Date: `2/1/19`, - Month: `February`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Luxe`, - UnitsSold: 630, - ManufacturingPrice: 260, - SalePrice: 12, - GrossSales: 7560, - Discounts: 0, - Sales: 7560, - COGS: 5859, - Profit: 1701, - Date: `4/1/19`, - Month: `April`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Luxe`, - UnitsSold: 4210, - ManufacturingPrice: 260, - SalePrice: 125, - GrossSales: 526250, - Discounts: 0, - Sales: 526250, - COGS: 506340, - Profit: 19910, - Date: `4/1/19`, - Month: `April`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Luxe`, - UnitsSold: 1127, - ManufacturingPrice: 260, - SalePrice: 20, - GrossSales: 22540, - Discounts: 0, - Sales: 22540, - COGS: 18990, - Profit: 3550, - Date: `6/1/19`, - Month: `June`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Luxe`, - UnitsSold: 3438, - ManufacturingPrice: 260, - SalePrice: 7, - GrossSales: 24066, - Discounts: 0, - Sales: 24066, - COGS: 8430, - Profit: 15636, - Date: `7/1/19`, - Month: `July`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Luxe`, - UnitsSold: 2015, - ManufacturingPrice: 260, - SalePrice: 12, - GrossSales: 24180, - Discounts: 0, - Sales: 24180, - COGS: 6423, - Profit: 17757, - Date: `8/1/19`, - Month: `August`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Luxe`, - UnitsSold: 2534, - ManufacturingPrice: 260, - SalePrice: 7, - GrossSales: 17738, - Discounts: 0, - Sales: 17738, - COGS: 5715, - Profit: 12023, - Date: `10/1/19`, - Month: `October`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Luxe`, - UnitsSold: 1384, - ManufacturingPrice: 260, - SalePrice: 15, - GrossSales: 20760, - Discounts: 0, - Sales: 20760, - COGS: 6150, - Profit: 14610, - Date: `12/1/19`, - Month: `December`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Vermont`, - UnitsSold: 3561, - ManufacturingPrice: 10, - SalePrice: 7, - GrossSales: 24927, - Discounts: 276.15, - Sales: 24650.85, - COGS: 19725, - Profit: 4925.85, - Date: `1/1/19`, - Month: `January`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Vermont`, - UnitsSold: 1823, - ManufacturingPrice: 10, - SalePrice: 15, - GrossSales: 27345, - Discounts: 344.4, - Sales: 27000.6, - COGS: 22960, - Profit: 4040.6, - Date: `2/1/19`, - Month: `February`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Vermont`, - UnitsSold: 2795, - ManufacturingPrice: 10, - SalePrice: 7, - GrossSales: 19565, - Discounts: 72.1, - Sales: 19492.9, - COGS: 5150, - Profit: 14342.9, - Date: `5/1/19`, - Month: `May`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Burlington`, - UnitsSold: 457, - ManufacturingPrice: 120, - SalePrice: 7, - GrossSales: 3199, - Discounts: 44.73, - Sales: 3154.27, - COGS: 3195, - Profit: 40.73, - Date: `11/1/19`, - Month: `November`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Mandarin`, - UnitsSold: 3785, - ManufacturingPrice: 250, - SalePrice: 7, - GrossSales: 26495, - Discounts: 92.82, - Sales: 26402.18, - COGS: 6630, - Profit: 19772.18, - Date: `3/1/19`, - Month: `March`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Kensington`, - UnitsSold: 748, - ManufacturingPrice: 3, - SalePrice: 12, - GrossSales: 8976, - Discounts: 222.96, - Sales: 8753.04, - COGS: 5574, - Profit: 3179.04, - Date: `2/1/19`, - Month: `February`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Kensington`, - UnitsSold: 1021, - ManufacturingPrice: 3, - SalePrice: 350, - GrossSales: 357350, - Discounts: 4235, - Sales: 353115, - COGS: 314600, - Profit: 38515, - Date: `3/1/19`, - Month: `March`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Kensington`, - UnitsSold: 2076, - ManufacturingPrice: 3, - SalePrice: 7, - GrossSales: 14532, - Discounts: 177.03, - Sales: 14354.97, - COGS: 12645, - Profit: 1709.97, - Date: `7/1/19`, - Month: `July`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Kensington`, - UnitsSold: 4316, - ManufacturingPrice: 3, - SalePrice: 12, - GrossSales: 51792, - Discounts: 173.4, - Sales: 51618.6, - COGS: 4335, - Profit: 47283.6, - Date: `9/1/19`, - Month: `September`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Kensington`, - UnitsSold: 2654, - ManufacturingPrice: 3, - SalePrice: 125, - GrossSales: 331750, - Discounts: 412.5, - Sales: 331337.5, - COGS: 39600, - Profit: 291737.5, - Date: `9/1/18`, - Month: `September`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Kensington`, - UnitsSold: 4174, - ManufacturingPrice: 3, - SalePrice: 12, - GrossSales: 50088, - Discounts: 320.52, - Sales: 49767.48, - COGS: 8013, - Profit: 41754.48, - Date: `9/1/19`, - Month: `September`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Kensington`, - UnitsSold: 1675, - ManufacturingPrice: 3, - SalePrice: 12, - GrossSales: 20100, - Discounts: 91.92, - Sales: 20008.08, - COGS: 2298, - Profit: 17710.08, - Date: `10/1/18`, - Month: `October`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Kensington`, - UnitsSold: 1572, - ManufacturingPrice: 3, - SalePrice: 300, - GrossSales: 471600, - Discounts: 1482, - Sales: 470118, - COGS: 123500, - Profit: 346618, - Date: `10/1/18`, - Month: `October`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Kensington`, - UnitsSold: 3736, - ManufacturingPrice: 3, - SalePrice: 350, - GrossSales: 1307600, - Discounts: 4889.5, - Sales: 1302710.5, - COGS: 363220, - Profit: 939490.5, - Date: `10/1/19`, - Month: `October`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Kensington`, - UnitsSold: 1914, - ManufacturingPrice: 3, - SalePrice: 350, - GrossSales: 669900, - Discounts: 7542.5, - Sales: 662357.5, - COGS: 560300, - Profit: 102057.5, - Date: `12/1/19`, - Month: `December`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Royal Oak`, - UnitsSold: 2742, - ManufacturingPrice: 5, - SalePrice: 15, - GrossSales: 41130, - Discounts: 332.1, - Sales: 40797.9, - COGS: 22140, - Profit: 18657.9, - Date: `3/1/19`, - Month: `March`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Royal Oak`, - UnitsSold: 1499, - ManufacturingPrice: 5, - SalePrice: 300, - GrossSales: 449700, - Discounts: 6903, - Sales: 442797, - COGS: 575250, - Profit: 132453, - Date: `4/1/19`, - Month: `April`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Royal Oak`, - UnitsSold: 3772, - ManufacturingPrice: 5, - SalePrice: 20, - GrossSales: 75440, - Discounts: 275.1, - Sales: 75164.9, - COGS: 13755, - Profit: 61409.9, - Date: `7/1/19`, - Month: `July`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Royal Oak`, - UnitsSold: 1112, - ManufacturingPrice: 5, - SalePrice: 7, - GrossSales: 7784, - Discounts: 128.1, - Sales: 7655.9, - COGS: 9150, - Profit: 1494.1, - Date: `8/1/19`, - Month: `August`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Royal Oak`, - UnitsSold: 1723, - ManufacturingPrice: 5, - SalePrice: 300, - GrossSales: 516900, - Discounts: 7494, - Sales: 509406, - COGS: 624500, - Profit: 115094, - Date: `9/1/18`, - Month: `September`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Royal Oak`, - UnitsSold: 423, - ManufacturingPrice: 5, - SalePrice: 125, - GrossSales: 52875, - Discounts: 828.75, - Sales: 52046.25, - COGS: 79560, - Profit: 27513.75, - Date: `10/1/18`, - Month: `October`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Vermont`, - UnitsSold: 2368, - ManufacturingPrice: 10, - SalePrice: 15, - GrossSales: 35520, - Discounts: 227.1, - Sales: 35292.9, - COGS: 15140, - Profit: 20152.9, - Date: `2/1/19`, - Month: `February`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Vermont`, - UnitsSold: 1586, - ManufacturingPrice: 10, - SalePrice: 7, - GrossSales: 11102, - Discounts: 314.48, - Sales: 10787.52, - COGS: 22462.5, - Profit: 11674.98, - Date: `4/1/19`, - Month: `April`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Vermont`, - UnitsSold: 3386, - ManufacturingPrice: 10, - SalePrice: 125, - GrossSales: 423250, - Discounts: 908.75, - Sales: 422341.25, - COGS: 87240, - Profit: 335101.25, - Date: `6/1/19`, - Month: `June`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Vermont`, - UnitsSold: 852, - ManufacturingPrice: 10, - SalePrice: 125, - GrossSales: 106500, - Discounts: 983.75, - Sales: 105516.25, - COGS: 94440, - Profit: 11076.25, - Date: `6/1/19`, - Month: `June`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Vermont`, - UnitsSold: 2783, - ManufacturingPrice: 10, - SalePrice: 125, - GrossSales: 347875, - Discounts: 2278.75, - Sales: 345596.25, - COGS: 218760, - Profit: 126836.25, - Date: `7/1/19`, - Month: `July`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Vermont`, - UnitsSold: 2684, - ManufacturingPrice: 10, - SalePrice: 15, - GrossSales: 40260, - Discounts: 112.05, - Sales: 40147.95, - COGS: 7470, - Profit: 32677.95, - Date: `9/1/19`, - Month: `September`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Vermont`, - UnitsSold: 4393, - ManufacturingPrice: 10, - SalePrice: 12, - GrossSales: 52716, - Discounts: 91.92, - Sales: 52624.08, - COGS: 2298, - Profit: 50326.08, - Date: `10/1/18`, - Month: `October`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Vermont`, - UnitsSold: 4083, - ManufacturingPrice: 10, - SalePrice: 300, - GrossSales: 1224900, - Discounts: 8715, - Sales: 1216185, - COGS: 726250, - Profit: 489935, - Date: `11/1/19`, - Month: `November`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Vermont`, - UnitsSold: 2816, - ManufacturingPrice: 10, - SalePrice: 350, - GrossSales: 985600, - Discounts: 7542.5, - Sales: 978057.5, - COGS: 560300, - Profit: 417757.5, - Date: `12/1/19`, - Month: `December`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Burlington`, - UnitsSold: 4294, - ManufacturingPrice: 120, - SalePrice: 20, - GrossSales: 85880, - Discounts: 772.8, - Sales: 85107.2, - COGS: 38640, - Profit: 46467.2, - Date: `4/1/19`, - Month: `April`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Burlington`, - UnitsSold: 2856, - ManufacturingPrice: 120, - SalePrice: 7, - GrossSales: 19992, - Discounts: 25.34, - Sales: 19966.66, - COGS: 1810, - Profit: 18156.66, - Date: `5/1/19`, - Month: `May`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Burlington`, - UnitsSold: 1407, - ManufacturingPrice: 120, - SalePrice: 125, - GrossSales: 175875, - Discounts: 1153.75, - Sales: 174721.25, - COGS: 110760, - Profit: 63961.25, - Date: `8/1/19`, - Month: `August`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Burlington`, - UnitsSold: 3850, - ManufacturingPrice: 120, - SalePrice: 125, - GrossSales: 481250, - Discounts: 828.75, - Sales: 480421.25, - COGS: 79560, - Profit: 400861.25, - Date: `10/1/18`, - Month: `October`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Burlington`, - UnitsSold: 2856, - ManufacturingPrice: 120, - SalePrice: 7, - GrossSales: 19992, - Discounts: 146.44, - Sales: 19845.56, - COGS: 10460, - Profit: 9385.56, - Date: `11/1/18`, - Month: `November`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Mandarin`, - UnitsSold: 1265, - ManufacturingPrice: 250, - SalePrice: 7, - GrossSales: 8855, - Discounts: 18.41, - Sales: 8836.59, - COGS: 1315, - Profit: 7521.59, - Date: `3/1/19`, - Month: `March`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Mandarin`, - UnitsSold: 3892, - ManufacturingPrice: 250, - SalePrice: 350, - GrossSales: 1362200, - Discounts: 3302.25, - Sales: 1358897.75, - COGS: 245310, - Profit: 1113587.75, - Date: `4/1/19`, - Month: `April`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Mandarin`, - UnitsSold: 3068, - ManufacturingPrice: 250, - SalePrice: 125, - GrossSales: 383500, - Discounts: 908.75, - Sales: 382591.25, - COGS: 87240, - Profit: 295351.25, - Date: `6/1/19`, - Month: `June`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Mandarin`, - UnitsSold: 2181, - ManufacturingPrice: 250, - SalePrice: 125, - GrossSales: 272625, - Discounts: 983.75, - Sales: 271641.25, - COGS: 94440, - Profit: 177201.25, - Date: `6/1/19`, - Month: `June`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Mandarin`, - UnitsSold: 1356, - ManufacturingPrice: 250, - SalePrice: 300, - GrossSales: 406800, - Discounts: 2958, - Sales: 403842, - COGS: 246500, - Profit: 157342, - Date: `9/1/19`, - Month: `September`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Mandarin`, - UnitsSold: 2545, - ManufacturingPrice: 250, - SalePrice: 300, - GrossSales: 763500, - Discounts: 1482, - Sales: 762018, - COGS: 123500, - Profit: 638518, - Date: `10/1/18`, - Month: `October`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Mandarin`, - UnitsSold: 1814, - ManufacturingPrice: 250, - SalePrice: 350, - GrossSales: 634900, - Discounts: 4889.5, - Sales: 630010.5, - COGS: 363220, - Profit: 266790.5, - Date: `10/1/19`, - Month: `October`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Mandarin`, - UnitsSold: 1495, - ManufacturingPrice: 250, - SalePrice: 125, - GrossSales: 186875, - Discounts: 2180, - Sales: 184695, - COGS: 209280, - Profit: 24585, - Date: `11/1/19`, - Month: `November`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Luxe`, - UnitsSold: 1154, - ManufacturingPrice: 260, - SalePrice: 12, - GrossSales: 13848, - Discounts: 238.68, - Sales: 13609.32, - COGS: 5967, - Profit: 7642.32, - Date: `9/1/18`, - Month: `September`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Luxe`, - UnitsSold: 4180, - ManufacturingPrice: 260, - SalePrice: 15, - GrossSales: 62700, - Discounts: 48.15, - Sales: 62651.85, - COGS: 3210, - Profit: 59441.85, - Date: `11/1/18`, - Month: `November`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Kensington`, - UnitsSold: 1463, - ManufacturingPrice: 3, - SalePrice: 125, - GrossSales: 182875, - Discounts: 1856.25, - Sales: 181018.75, - COGS: 89100, - Profit: 91918.75, - Date: `4/1/19`, - Month: `April`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Kensington`, - UnitsSold: 215, - ManufacturingPrice: 3, - SalePrice: 12, - GrossSales: 2580, - Discounts: 310.8, - Sales: 2269.2, - COGS: 3885, - Profit: 1615.8, - Date: `10/1/19`, - Month: `October`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Kensington`, - UnitsSold: 4099, - ManufacturingPrice: 3, - SalePrice: 300, - GrossSales: 1229700, - Discounts: 1284, - Sales: 1228416, - COGS: 53500, - Profit: 1174916, - Date: `10/1/18`, - Month: `October`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Kensington`, - UnitsSold: 2660, - ManufacturingPrice: 3, - SalePrice: 7, - GrossSales: 18620, - Discounts: 300.3, - Sales: 18319.7, - COGS: 10725, - Profit: 7594.7, - Date: `11/1/18`, - Month: `November`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Kensington`, - UnitsSold: 566, - ManufacturingPrice: 3, - SalePrice: 350, - GrossSales: 198100, - Discounts: 19964, - Sales: 178136, - COGS: 741520, - Profit: 563384, - Date: `12/1/19`, - Month: `December`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Royal Oak`, - UnitsSold: 3255, - ManufacturingPrice: 5, - SalePrice: 12, - GrossSales: 39060, - Discounts: 274.08, - Sales: 38785.92, - COGS: 3426, - Profit: 35359.92, - Date: `6/1/19`, - Month: `June`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Royal Oak`, - UnitsSold: 772, - ManufacturingPrice: 5, - SalePrice: 20, - GrossSales: 15440, - Discounts: 626.4, - Sales: 14813.6, - COGS: 15660, - Profit: 846.4, - Date: `10/1/19`, - Month: `October`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Royal Oak`, - UnitsSold: 1135, - ManufacturingPrice: 5, - SalePrice: 12, - GrossSales: 13620, - Discounts: 165.6, - Sales: 13454.4, - COGS: 2070, - Profit: 11384.4, - Date: `11/1/19`, - Month: `November`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Royal Oak`, - UnitsSold: 3826, - ManufacturingPrice: 5, - SalePrice: 125, - GrossSales: 478250, - Discounts: 4150, - Sales: 474100, - COGS: 199200, - Profit: 274900, - Date: `11/1/18`, - Month: `November`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Vermont`, - UnitsSold: 1193, - ManufacturingPrice: 10, - SalePrice: 15, - GrossSales: 17895, - Discounts: 708.9, - Sales: 17186.1, - COGS: 23630, - Profit: 6443.9, - Date: `2/1/19`, - Month: `February`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Vermont`, - UnitsSold: 2530, - ManufacturingPrice: 10, - SalePrice: 300, - GrossSales: 759000, - Discounts: 5508, - Sales: 753492, - COGS: 229500, - Profit: 523992, - Date: `5/1/19`, - Month: `May`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Vermont`, - UnitsSold: 3451, - ManufacturingPrice: 10, - SalePrice: 300, - GrossSales: 1035300, - Discounts: 10368, - Sales: 1024932, - COGS: 432000, - Profit: 592932, - Date: `5/1/19`, - Month: `May`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Vermont`, - UnitsSold: 3059, - ManufacturingPrice: 10, - SalePrice: 12, - GrossSales: 36708, - Discounts: 274.08, - Sales: 36433.92, - COGS: 3426, - Profit: 33007.92, - Date: `6/1/19`, - Month: `June`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Vermont`, - UnitsSold: 3957, - ManufacturingPrice: 10, - SalePrice: 125, - GrossSales: 494625, - Discounts: 1655, - Sales: 492970, - COGS: 79440, - Profit: 413530, - Date: `6/1/19`, - Month: `June`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Vermont`, - UnitsSold: 3444, - ManufacturingPrice: 10, - SalePrice: 12, - GrossSales: 41328, - Discounts: 310.8, - Sales: 41017.2, - COGS: 3885, - Profit: 37132.2, - Date: `10/1/19`, - Month: `October`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Vermont`, - UnitsSold: 4388, - ManufacturingPrice: 10, - SalePrice: 125, - GrossSales: 548500, - Discounts: 2022.5, - Sales: 546477.5, - COGS: 97080, - Profit: 449397.5, - Date: `10/1/18`, - Month: `October`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Vermont`, - UnitsSold: 2106, - ManufacturingPrice: 10, - SalePrice: 125, - GrossSales: 263250, - Discounts: 5362.5, - Sales: 257887.5, - COGS: 257400, - Profit: 487.5, - Date: `10/1/18`, - Month: `October`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Vermont`, - UnitsSold: 799, - ManufacturingPrice: 10, - SalePrice: 12, - GrossSales: 9588, - Discounts: 428.4, - Sales: 9159.6, - COGS: 5355, - Profit: 3804.6, - Date: `11/1/18`, - Month: `November`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Vermont`, - UnitsSold: 3154, - ManufacturingPrice: 10, - SalePrice: 300, - GrossSales: 946200, - Discounts: 11496, - Sales: 934704, - COGS: 479000, - Profit: 455704, - Date: `12/1/19`, - Month: `December`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Vermont`, - UnitsSold: 4108, - ManufacturingPrice: 10, - SalePrice: 350, - GrossSales: 1437800, - Discounts: 19964, - Sales: 1417836, - COGS: 741520, - Profit: 676316, - Date: `12/1/19`, - Month: `December`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Vermont`, - UnitsSold: 3760, - ManufacturingPrice: 10, - SalePrice: 125, - GrossSales: 470000, - Discounts: 6822.5, - Sales: 463177.5, - COGS: 327480, - Profit: 135697.5, - Date: `12/1/19`, - Month: `December`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Vermont`, - UnitsSold: 377, - ManufacturingPrice: 10, - SalePrice: 15, - GrossSales: 5655, - Discounts: 577.5, - Sales: 5077.5, - COGS: 19250, - Profit: 14172.5, - Date: `12/1/18`, - Month: `December`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Vermont`, - UnitsSold: 2110, - ManufacturingPrice: 10, - SalePrice: 7, - GrossSales: 14770, - Discounts: 281.82, - Sales: 14488.18, - COGS: 10065, - Profit: 4423.18, - Date: `12/1/18`, - Month: `December`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Vermont`, - UnitsSold: 2334, - ManufacturingPrice: 10, - SalePrice: 12, - GrossSales: 28008, - Discounts: 253.2, - Sales: 27754.8, - COGS: 3165, - Profit: 24589.8, - Date: `12/1/19`, - Month: `December`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Vermont`, - UnitsSold: 580, - ManufacturingPrice: 10, - SalePrice: 12, - GrossSales: 6960, - Discounts: 260.16, - Sales: 6699.84, - COGS: 3252, - Profit: 3447.84, - Date: `12/1/19`, - Month: `December`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Burlington`, - UnitsSold: 2610, - ManufacturingPrice: 120, - SalePrice: 20, - GrossSales: 52200, - Discounts: 626.4, - Sales: 51573.6, - COGS: 15660, - Profit: 35913.6, - Date: `10/1/19`, - Month: `October`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Burlington`, - UnitsSold: 1598, - ManufacturingPrice: 120, - SalePrice: 350, - GrossSales: 559300, - Discounts: 20762, - Sales: 538538, - COGS: 771160, - Profit: 232622, - Date: `10/1/18`, - Month: `October`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Burlington`, - UnitsSold: 1459, - ManufacturingPrice: 120, - SalePrice: 350, - GrossSales: 510650, - Discounts: 20139, - Sales: 490511, - COGS: 748020, - Profit: 257509, - Date: `10/1/19`, - Month: `October`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Burlington`, - UnitsSold: 3284, - ManufacturingPrice: 120, - SalePrice: 125, - GrossSales: 410500, - Discounts: 2022.5, - Sales: 408477.5, - COGS: 97080, - Profit: 311397.5, - Date: `10/1/18`, - Month: `October`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Burlington`, - UnitsSold: 1197, - ManufacturingPrice: 120, - SalePrice: 125, - GrossSales: 149625, - Discounts: 5362.5, - Sales: 144262.5, - COGS: 257400, - Profit: 113137.5, - Date: `10/1/18`, - Month: `October`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Burlington`, - UnitsSold: 3774, - ManufacturingPrice: 120, - SalePrice: 12, - GrossSales: 45288, - Discounts: 253.2, - Sales: 45034.8, - COGS: 3165, - Profit: 41869.8, - Date: `12/1/19`, - Month: `December`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Burlington`, - UnitsSold: 2303, - ManufacturingPrice: 120, - SalePrice: 20, - GrossSales: 46060, - Discounts: 217.6, - Sales: 45842.4, - COGS: 5440, - Profit: 40402.4, - Date: `12/1/18`, - Month: `December`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Burlington`, - UnitsSold: 2572, - ManufacturingPrice: 120, - SalePrice: 12, - GrossSales: 30864, - Discounts: 260.16, - Sales: 30603.84, - COGS: 3252, - Profit: 27351.84, - Date: `12/1/19`, - Month: `December`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Mandarin`, - UnitsSold: 320, - ManufacturingPrice: 250, - SalePrice: 125, - GrossSales: 40000, - Discounts: 1655, - Sales: 38345, - COGS: 79440, - Profit: 41095, - Date: `6/1/19`, - Month: `June`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Mandarin`, - UnitsSold: 2126, - ManufacturingPrice: 250, - SalePrice: 300, - GrossSales: 637800, - Discounts: 1284, - Sales: 636516, - COGS: 53500, - Profit: 583016, - Date: `10/1/18`, - Month: `October`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Mandarin`, - UnitsSold: 3275, - ManufacturingPrice: 250, - SalePrice: 350, - GrossSales: 1146250, - Discounts: 20139, - Sales: 1126111, - COGS: 748020, - Profit: 378091, - Date: `10/1/19`, - Month: `October`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Mandarin`, - UnitsSold: 3582, - ManufacturingPrice: 250, - SalePrice: 125, - GrossSales: 447750, - Discounts: 6822.5, - Sales: 440927.5, - COGS: 327480, - Profit: 113447.5, - Date: `12/1/19`, - Month: `December`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Mandarin`, - UnitsSold: 783, - ManufacturingPrice: 250, - SalePrice: 350, - GrossSales: 274050, - Discounts: 1862, - Sales: 272188, - COGS: 69160, - Profit: 203028, - Date: `12/1/18`, - Month: `December`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Mandarin`, - UnitsSold: 1202, - ManufacturingPrice: 250, - SalePrice: 350, - GrossSales: 420700, - Discounts: 13580, - Sales: 407120, - COGS: 504400, - Profit: 97280, - Date: `12/1/18`, - Month: `December`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Luxe`, - UnitsSold: 4056, - ManufacturingPrice: 260, - SalePrice: 300, - GrossSales: 1216800, - Discounts: 1554, - Sales: 1215246, - COGS: 64750, - Profit: 1150496, - Date: `3/1/19`, - Month: `March`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Luxe`, - UnitsSold: 2144, - ManufacturingPrice: 260, - SalePrice: 300, - GrossSales: 643200, - Discounts: 6606, - Sales: 636594, - COGS: 275250, - Profit: 361344, - Date: `3/1/19`, - Month: `March`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Luxe`, - UnitsSold: 3502, - ManufacturingPrice: 260, - SalePrice: 125, - GrossSales: 437750, - Discounts: 5690, - Sales: 432060, - COGS: 273120, - Profit: 158940, - Date: `5/1/19`, - Month: `May`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Luxe`, - UnitsSold: 1397, - ManufacturingPrice: 260, - SalePrice: 350, - GrossSales: 488950, - Discounts: 20762, - Sales: 468188, - COGS: 771160, - Profit: 302972, - Date: `10/1/18`, - Month: `October`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Luxe`, - UnitsSold: 679, - ManufacturingPrice: 260, - SalePrice: 20, - GrossSales: 13580, - Discounts: 494.4, - Sales: 13085.6, - COGS: 12360, - Profit: 725.6, - Date: `11/1/19`, - Month: `November`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Luxe`, - UnitsSold: 2351, - ManufacturingPrice: 260, - SalePrice: 20, - GrossSales: 47020, - Discounts: 376.4, - Sales: 46643.6, - COGS: 9410, - Profit: 37233.6, - Date: `11/1/19`, - Month: `November`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Luxe`, - UnitsSold: 2043, - ManufacturingPrice: 260, - SalePrice: 300, - GrossSales: 612900, - Discounts: 11496, - Sales: 601404, - COGS: 479000, - Profit: 122404, - Date: `12/1/19`, - Month: `December`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Kensington`, - UnitsSold: 3565, - ManufacturingPrice: 3, - SalePrice: 125, - GrossSales: 445625, - Discounts: 15913.13, - Sales: 429711.88, - COGS: 509220, - Profit: 79508.13, - Date: `4/1/19`, - Month: `April`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Kensington`, - UnitsSold: 1401, - ManufacturingPrice: 3, - SalePrice: 20, - GrossSales: 28020, - Discounts: 1548, - Sales: 26472, - COGS: 25800, - Profit: 672, - Date: `4/1/19`, - Month: `April`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Kensington`, - UnitsSold: 2077, - ManufacturingPrice: 3, - SalePrice: 300, - GrossSales: 623100, - Discounts: 6201, - Sales: 616899, - COGS: 172250, - Profit: 444649, - Date: `6/1/19`, - Month: `June`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Kensington`, - UnitsSold: 3643, - ManufacturingPrice: 3, - SalePrice: 12, - GrossSales: 43716, - Discounts: 700.92, - Sales: 43015.08, - COGS: 5841, - Profit: 37174.08, - Date: `9/1/19`, - Month: `September`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Kensington`, - UnitsSold: 1105, - ManufacturingPrice: 3, - SalePrice: 12, - GrossSales: 13260, - Discounts: 326.88, - Sales: 12933.12, - COGS: 2724, - Profit: 10209.12, - Date: `12/1/18`, - Month: `December`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Royal Oak`, - UnitsSold: 2960, - ManufacturingPrice: 5, - SalePrice: 7, - GrossSales: 20720, - Discounts: 411.18, - Sales: 20308.82, - COGS: 9790, - Profit: 10518.82, - Date: `2/1/19`, - Month: `February`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Royal Oak`, - UnitsSold: 1201, - ManufacturingPrice: 5, - SalePrice: 12, - GrossSales: 14412, - Discounts: 684.36, - Sales: 13727.64, - COGS: 5703, - Profit: 8024.64, - Date: `6/1/19`, - Month: `June`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Royal Oak`, - UnitsSold: 2321, - ManufacturingPrice: 5, - SalePrice: 7, - GrossSales: 16247, - Discounts: 114.24, - Sales: 16132.76, - COGS: 2720, - Profit: 13412.76, - Date: `9/1/19`, - Month: `September`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Royal Oak`, - UnitsSold: 3640, - ManufacturingPrice: 5, - SalePrice: 350, - GrossSales: 1274000, - Discounts: 18868.5, - Sales: 1255131.5, - COGS: 467220, - Profit: 787911.5, - Date: `9/1/18`, - Month: `September`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Royal Oak`, - UnitsSold: 3972, - ManufacturingPrice: 5, - SalePrice: 125, - GrossSales: 496500, - Discounts: 4826.25, - Sales: 491673.75, - COGS: 154440, - Profit: 337233.75, - Date: `12/1/19`, - Month: `December`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Royal Oak`, - UnitsSold: 3878, - ManufacturingPrice: 5, - SalePrice: 125, - GrossSales: 484750, - Discounts: 6397.5, - Sales: 478352.5, - COGS: 204720, - Profit: 273632.5, - Date: `12/1/19`, - Month: `December`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Vermont`, - UnitsSold: 2278, - ManufacturingPrice: 10, - SalePrice: 300, - GrossSales: 683400, - Discounts: 21910.5, - Sales: 661489.5, - COGS: 608625, - Profit: 52864.5, - Date: `1/1/19`, - Month: `January`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Vermont`, - UnitsSold: 1075, - ManufacturingPrice: 10, - SalePrice: 125, - GrossSales: 134375, - Discounts: 6652.5, - Sales: 127722.5, - COGS: 212880, - Profit: 85157.5, - Date: `3/1/19`, - Month: `March`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Vermont`, - UnitsSold: 4050, - ManufacturingPrice: 10, - SalePrice: 12, - GrossSales: 48600, - Discounts: 684.36, - Sales: 47915.64, - COGS: 5703, - Profit: 42212.64, - Date: `6/1/19`, - Month: `June`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Vermont`, - UnitsSold: 3035, - ManufacturingPrice: 10, - SalePrice: 300, - GrossSales: 910500, - Discounts: 6201, - Sales: 904299, - COGS: 172250, - Profit: 732049, - Date: `6/1/19`, - Month: `June`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Vermont`, - UnitsSold: 3636, - ManufacturingPrice: 10, - SalePrice: 125, - GrossSales: 454500, - Discounts: 5887.5, - Sales: 448612.5, - COGS: 188400, - Profit: 260212.5, - Date: `6/1/19`, - Month: `June`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Vermont`, - UnitsSold: 1379, - ManufacturingPrice: 10, - SalePrice: 12, - GrossSales: 16548, - Discounts: 493.02, - Sales: 16054.98, - COGS: 4108.5, - Profit: 11946.48, - Date: `7/1/19`, - Month: `July`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Vermont`, - UnitsSold: 4492, - ManufacturingPrice: 10, - SalePrice: 125, - GrossSales: 561500, - Discounts: 7533.75, - Sales: 553966.25, - COGS: 241080, - Profit: 312886.25, - Date: `10/1/19`, - Month: `October`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Vermont`, - UnitsSold: 764, - ManufacturingPrice: 10, - SalePrice: 15, - GrossSales: 11460, - Discounts: 875.25, - Sales: 10584.75, - COGS: 19450, - Profit: 8865.25, - Date: `10/1/18`, - Month: `October`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Vermont`, - UnitsSold: 1744, - ManufacturingPrice: 10, - SalePrice: 125, - GrossSales: 218000, - Discounts: 4826.25, - Sales: 213173.75, - COGS: 154440, - Profit: 58733.75, - Date: `12/1/19`, - Month: `December`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Vermont`, - UnitsSold: 2341, - ManufacturingPrice: 10, - SalePrice: 125, - GrossSales: 292625, - Discounts: 6397.5, - Sales: 286227.5, - COGS: 204720, - Profit: 81507.5, - Date: `12/1/19`, - Month: `December`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Burlington`, - UnitsSold: 3835, - ManufacturingPrice: 120, - SalePrice: 125, - GrossSales: 479375, - Discounts: 7533.75, - Sales: 471841.25, - COGS: 241080, - Profit: 230761.25, - Date: `10/1/19`, - Month: `October`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Mandarin`, - UnitsSold: 1161, - ManufacturingPrice: 250, - SalePrice: 300, - GrossSales: 348300, - Discounts: 25596, - Sales: 322704, - COGS: 711000, - Profit: 388296, - Date: `2/1/19`, - Month: `February`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Mandarin`, - UnitsSold: 876, - ManufacturingPrice: 250, - SalePrice: 12, - GrossSales: 10512, - Discounts: 689.76, - Sales: 9822.24, - COGS: 5748, - Profit: 4074.24, - Date: `4/1/19`, - Month: `April`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Mandarin`, - UnitsSold: 1705, - ManufacturingPrice: 250, - SalePrice: 125, - GrossSales: 213125, - Discounts: 5887.5, - Sales: 207237.5, - COGS: 188400, - Profit: 18837.5, - Date: `6/1/19`, - Month: `June`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Mandarin`, - UnitsSold: 1805, - ManufacturingPrice: 250, - SalePrice: 300, - GrossSales: 541500, - Discounts: 16866, - Sales: 524634, - COGS: 468500, - Profit: 56134, - Date: `8/1/19`, - Month: `August`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Mandarin`, - UnitsSold: 389, - ManufacturingPrice: 250, - SalePrice: 350, - GrossSales: 136150, - Discounts: 17241, - Sales: 118909, - COGS: 426920, - Profit: 308011, - Date: `8/1/19`, - Month: `August`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Mandarin`, - UnitsSold: 2745, - ManufacturingPrice: 250, - SalePrice: 15, - GrossSales: 41175, - Discounts: 875.25, - Sales: 40299.75, - COGS: 19450, - Profit: 20849.75, - Date: `10/1/18`, - Month: `October`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Kensington`, - UnitsSold: 1459, - ManufacturingPrice: 3, - SalePrice: 20, - GrossSales: 29180, - Discounts: 498.6, - Sales: 28681.4, - COGS: 8310, - Profit: 20371.4, - Date: `5/1/19`, - Month: `May`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Vermont`, - UnitsSold: 3938, - ManufacturingPrice: 10, - SalePrice: 7, - GrossSales: 27566, - Discounts: 369.6, - Sales: 27196.4, - COGS: 8800, - Profit: 18396.4, - Date: `9/1/18`, - Month: `September`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Burlington`, - UnitsSold: 4236, - ManufacturingPrice: 120, - SalePrice: 20, - GrossSales: 84720, - Discounts: 2310.3, - Sales: 82409.7, - COGS: 38505, - Profit: 43904.7, - Date: `4/1/19`, - Month: `April`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Mandarin`, - UnitsSold: 3627, - ManufacturingPrice: 250, - SalePrice: 12, - GrossSales: 43524, - Discounts: 892.44, - Sales: 42631.56, - COGS: 7437, - Profit: 35194.56, - Date: `1/1/19`, - Month: `January`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Royal Oak`, - UnitsSold: 1756, - ManufacturingPrice: 5, - SalePrice: 15, - GrossSales: 26340, - Discounts: 1218.6, - Sales: 25121.4, - COGS: 20310, - Profit: 4811.4, - Date: `10/1/19`, - Month: `October`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Vermont`, - UnitsSold: 307, - ManufacturingPrice: 10, - SalePrice: 15, - GrossSales: 4605, - Discounts: 1218.6, - Sales: 3386.4, - COGS: 20310, - Profit: 16923.6, - Date: `10/1/19`, - Month: `October`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Vermont`, - UnitsSold: 4489, - ManufacturingPrice: 10, - SalePrice: 15, - GrossSales: 67335, - Discounts: 1356.6, - Sales: 65978.4, - COGS: 22610, - Profit: 43368.4, - Date: `12/1/18`, - Month: `December`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Burlington`, - UnitsSold: 2167, - ManufacturingPrice: 120, - SalePrice: 20, - GrossSales: 43340, - Discounts: 588.8, - Sales: 42751.2, - COGS: 7360, - Profit: 35391.2, - Date: `9/1/18`, - Month: `September`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Kensington`, - UnitsSold: 1137, - ManufacturingPrice: 3, - SalePrice: 7, - GrossSales: 7959, - Discounts: 798.28, - Sales: 7160.72, - COGS: 14255, - Profit: 7094.28, - Date: `10/1/18`, - Month: `October`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Kensington`, - UnitsSold: 1222, - ManufacturingPrice: 3, - SalePrice: 300, - GrossSales: 366600, - Discounts: 24252, - Sales: 342348, - COGS: 505250, - Profit: 162902, - Date: `10/1/19`, - Month: `October`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Kensington`, - UnitsSold: 489, - ManufacturingPrice: 3, - SalePrice: 350, - GrossSales: 171150, - Discounts: 3836, - Sales: 167314, - COGS: 71240, - Profit: 96074, - Date: `12/1/19`, - Month: `December`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Royal Oak`, - UnitsSold: 4133, - ManufacturingPrice: 5, - SalePrice: 15, - GrossSales: 61995, - Discounts: 1180.2, - Sales: 60814.8, - COGS: 19670, - Profit: 41144.8, - Date: `3/1/19`, - Month: `March`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Royal Oak`, - UnitsSold: 2743, - ManufacturingPrice: 5, - SalePrice: 300, - GrossSales: 822900, - Discounts: 22308, - Sales: 800592, - COGS: 464750, - Profit: 335842, - Date: `8/1/19`, - Month: `August`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Royal Oak`, - UnitsSold: 3699, - ManufacturingPrice: 5, - SalePrice: 7, - GrossSales: 25893, - Discounts: 798.28, - Sales: 25094.72, - COGS: 14255, - Profit: 10839.72, - Date: `10/1/18`, - Month: `October`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Royal Oak`, - UnitsSold: 4460, - ManufacturingPrice: 5, - SalePrice: 300, - GrossSales: 1338000, - Discounts: 24252, - Sales: 1313748, - COGS: 505250, - Profit: 808498, - Date: `10/1/19`, - Month: `October`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Royal Oak`, - UnitsSold: 1232, - ManufacturingPrice: 5, - SalePrice: 125, - GrossSales: 154000, - Discounts: 5690, - Sales: 148310, - COGS: 136560, - Profit: 11750, - Date: `12/1/19`, - Month: `December`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Vermont`, - UnitsSold: 2586, - ManufacturingPrice: 10, - SalePrice: 7, - GrossSales: 18102, - Discounts: 1190.28, - Sales: 16911.72, - COGS: 21255, - Profit: 4343.28, - Date: `1/1/19`, - Month: `January`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Vermont`, - UnitsSold: 1332, - ManufacturingPrice: 10, - SalePrice: 125, - GrossSales: 166500, - Discounts: 3975, - Sales: 162525, - COGS: 95400, - Profit: 67125, - Date: `3/1/19`, - Month: `March`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Vermont`, - UnitsSold: 4487, - ManufacturingPrice: 10, - SalePrice: 300, - GrossSales: 1346100, - Discounts: 16974, - Sales: 1329126, - COGS: 353625, - Profit: 975501, - Date: `4/1/19`, - Month: `April`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Vermont`, - UnitsSold: 3862, - ManufacturingPrice: 10, - SalePrice: 300, - GrossSales: 1158600, - Discounts: 35016, - Sales: 1123584, - COGS: 729500, - Profit: 394084, - Date: `5/1/19`, - Month: `May`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Vermont`, - UnitsSold: 1765, - ManufacturingPrice: 10, - SalePrice: 350, - GrossSales: 617750, - Discounts: 48300, - Sales: 569450, - COGS: 897000, - Profit: 327550, - Date: `7/1/19`, - Month: `July`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Vermont`, - UnitsSold: 3533, - ManufacturingPrice: 10, - SalePrice: 125, - GrossSales: 441625, - Discounts: 14940, - Sales: 426685, - COGS: 358560, - Profit: 68125, - Date: `7/1/19`, - Month: `July`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Vermont`, - UnitsSold: 2016, - ManufacturingPrice: 10, - SalePrice: 15, - GrossSales: 30240, - Discounts: 130.8, - Sales: 30109.2, - COGS: 2180, - Profit: 27929.2, - Date: `9/1/19`, - Month: `September`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Vermont`, - UnitsSold: 2938, - ManufacturingPrice: 10, - SalePrice: 20, - GrossSales: 58760, - Discounts: 1659.2, - Sales: 57100.8, - COGS: 20740, - Profit: 36360.8, - Date: `9/1/19`, - Month: `September`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Vermont`, - UnitsSold: 3352, - ManufacturingPrice: 10, - SalePrice: 20, - GrossSales: 67040, - Discounts: 844.8, - Sales: 66195.2, - COGS: 10560, - Profit: 55635.2, - Date: `9/1/19`, - Month: `September`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Vermont`, - UnitsSold: 4409, - ManufacturingPrice: 10, - SalePrice: 15, - GrossSales: 66135, - Discounts: 402.6, - Sales: 65732.4, - COGS: 6710, - Profit: 59022.4, - Date: `10/1/18`, - Month: `October`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Vermont`, - UnitsSold: 3323, - ManufacturingPrice: 10, - SalePrice: 15, - GrossSales: 49845, - Discounts: 908.4, - Sales: 48936.6, - COGS: 15140, - Profit: 33796.6, - Date: `10/1/18`, - Month: `October`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Vermont`, - UnitsSold: 2430, - ManufacturingPrice: 10, - SalePrice: 350, - GrossSales: 850500, - Discounts: 3836, - Sales: 846664, - COGS: 71240, - Profit: 775424, - Date: `12/1/19`, - Month: `December`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Vermont`, - UnitsSold: 535, - ManufacturingPrice: 10, - SalePrice: 125, - GrossSales: 66875, - Discounts: 5690, - Sales: 61185, - COGS: 136560, - Profit: 75375, - Date: `12/1/19`, - Month: `December`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Burlington`, - UnitsSold: 1523, - ManufacturingPrice: 120, - SalePrice: 12, - GrossSales: 18276, - Discounts: 703.2, - Sales: 17572.8, - COGS: 4395, - Profit: 13177.8, - Date: `3/1/19`, - Month: `March`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Burlington`, - UnitsSold: 3631, - ManufacturingPrice: 120, - SalePrice: 20, - GrossSales: 72620, - Discounts: 2116.8, - Sales: 70503.2, - COGS: 26460, - Profit: 44043.2, - Date: `9/1/18`, - Month: `September`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Burlington`, - UnitsSold: 1782, - ManufacturingPrice: 120, - SalePrice: 350, - GrossSales: 623700, - Discounts: 30478, - Sales: 593222, - COGS: 566020, - Profit: 27202, - Date: `10/1/19`, - Month: `October`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Mandarin`, - UnitsSold: 347, - ManufacturingPrice: 250, - SalePrice: 12, - GrossSales: 4164, - Discounts: 415.68, - Sales: 3748.32, - COGS: 2598, - Profit: 1150.32, - Date: `5/1/19`, - Month: `May`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Mandarin`, - UnitsSold: 4147, - ManufacturingPrice: 250, - SalePrice: 350, - GrossSales: 1451450, - Discounts: 4886, - Sales: 1446564, - COGS: 90740, - Profit: 1355824, - Date: `9/1/18`, - Month: `September`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Mandarin`, - UnitsSold: 3509, - ManufacturingPrice: 250, - SalePrice: 350, - GrossSales: 1228150, - Discounts: 30478, - Sales: 1197672, - COGS: 566020, - Profit: 631652, - Date: `10/1/19`, - Month: `October`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Mandarin`, - UnitsSold: 2774, - ManufacturingPrice: 250, - SalePrice: 15, - GrossSales: 41610, - Discounts: 908.4, - Sales: 40701.6, - COGS: 15140, - Profit: 25561.6, - Date: `10/1/18`, - Month: `October`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Luxe`, - UnitsSold: 2943, - ManufacturingPrice: 260, - SalePrice: 350, - GrossSales: 1030050, - Discounts: 26110, - Sales: 1003940, - COGS: 484900, - Profit: 519040, - Date: `2/1/19`, - Month: `February`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Luxe`, - UnitsSold: 4037, - ManufacturingPrice: 260, - SalePrice: 125, - GrossSales: 504625, - Discounts: 5370, - Sales: 499255, - COGS: 128880, - Profit: 370375, - Date: `4/1/19`, - Month: `April`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Luxe`, - UnitsSold: 4146, - ManufacturingPrice: 260, - SalePrice: 350, - GrossSales: 1451100, - Discounts: 26698, - Sales: 1424402, - COGS: 495820, - Profit: 928582, - Date: `9/1/19`, - Month: `September`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Luxe`, - UnitsSold: 4123, - ManufacturingPrice: 260, - SalePrice: 15, - GrossSales: 61845, - Discounts: 402.6, - Sales: 61442.4, - COGS: 6710, - Profit: 54732.4, - Date: `10/1/18`, - Month: `October`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Luxe`, - UnitsSold: 1337, - ManufacturingPrice: 260, - SalePrice: 350, - GrossSales: 467950, - Discounts: 24892, - Sales: 443058, - COGS: 462280, - Profit: 19222, - Date: `12/1/18`, - Month: `December`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Royal Oak`, - UnitsSold: 599, - ManufacturingPrice: 5, - SalePrice: 7, - GrossSales: 4193, - Discounts: 405.65, - Sales: 3787.35, - COGS: 5795, - Profit: 2007.65, - Date: `10/1/18`, - Month: `October`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Vermont`, - UnitsSold: 725, - ManufacturingPrice: 10, - SalePrice: 7, - GrossSales: 5075, - Discounts: 480.2, - Sales: 4594.8, - COGS: 6860, - Profit: 2265.2, - Date: `1/1/19`, - Month: `January`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Vermont`, - UnitsSold: 477, - ManufacturingPrice: 10, - SalePrice: 7, - GrossSales: 3339, - Discounts: 822.15, - Sales: 2516.85, - COGS: 11745, - Profit: 9228.15, - Date: `9/1/18`, - Month: `September`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Vermont`, - UnitsSold: 2325, - ManufacturingPrice: 10, - SalePrice: 7, - GrossSales: 16275, - Discounts: 941.15, - Sales: 15333.85, - COGS: 13445, - Profit: 1888.85, - Date: `10/1/19`, - Month: `October`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Vermont`, - UnitsSold: 675, - ManufacturingPrice: 10, - SalePrice: 12, - GrossSales: 8100, - Discounts: 1458.6, - Sales: 6641.4, - COGS: 7293, - Profit: 651.6, - Date: `12/1/19`, - Month: `December`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Burlington`, - UnitsSold: 2990, - ManufacturingPrice: 120, - SalePrice: 12, - GrossSales: 35880, - Discounts: 1458.6, - Sales: 34421.4, - COGS: 7293, - Profit: 27128.4, - Date: `12/1/19`, - Month: `December`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Mandarin`, - UnitsSold: 1072, - ManufacturingPrice: 250, - SalePrice: 7, - GrossSales: 7504, - Discounts: 941.15, - Sales: 6562.85, - COGS: 13445, - Profit: 6882.15, - Date: `10/1/19`, - Month: `October`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Luxe`, - UnitsSold: 1048, - ManufacturingPrice: 260, - SalePrice: 7, - GrossSales: 7336, - Discounts: 589.05, - Sales: 6746.95, - COGS: 8415, - Profit: 1668.05, - Date: `7/1/19`, - Month: `July`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Luxe`, - UnitsSold: 469, - ManufacturingPrice: 260, - SalePrice: 12, - GrossSales: 5628, - Discounts: 673.8, - Sales: 4954.2, - COGS: 3369, - Profit: 1585.2, - Date: `8/1/19`, - Month: `August`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Luxe`, - UnitsSold: 804, - ManufacturingPrice: 260, - SalePrice: 7, - GrossSales: 5628, - Discounts: 405.65, - Sales: 5222.35, - COGS: 5795, - Profit: 572.65, - Date: `10/1/18`, - Month: `October`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Kensington`, - UnitsSold: 4240, - ManufacturingPrice: 3, - SalePrice: 12, - GrossSales: 50880, - Discounts: 1119, - Sales: 49761, - COGS: 5595, - Profit: 44166, - Date: `2/1/19`, - Month: `February`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Kensington`, - UnitsSold: 1976, - ManufacturingPrice: 3, - SalePrice: 12, - GrossSales: 23712, - Discounts: 669.6, - Sales: 23042.4, - COGS: 3348, - Profit: 19694.4, - Date: `2/1/19`, - Month: `February`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Kensington`, - UnitsSold: 1984, - ManufacturingPrice: 3, - SalePrice: 20, - GrossSales: 39680, - Discounts: 1563, - Sales: 38117, - COGS: 15630, - Profit: 22487, - Date: `5/1/19`, - Month: `May`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Kensington`, - UnitsSold: 480, - ManufacturingPrice: 3, - SalePrice: 300, - GrossSales: 144000, - Discounts: 14865, - Sales: 129135, - COGS: 247750, - Profit: 118615, - Date: `6/1/19`, - Month: `June`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Kensington`, - UnitsSold: 3551, - ManufacturingPrice: 3, - SalePrice: 7, - GrossSales: 24857, - Discounts: 355.6, - Sales: 24501.4, - COGS: 5080, - Profit: 19421.4, - Date: `11/1/18`, - Month: `November`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Kensington`, - UnitsSold: 1205, - ManufacturingPrice: 3, - SalePrice: 15, - GrossSales: 18075, - Discounts: 2093.25, - Sales: 15981.75, - COGS: 27910, - Profit: 11928.25, - Date: `11/1/19`, - Month: `November`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Kensington`, - UnitsSold: 2480, - ManufacturingPrice: 3, - SalePrice: 7, - GrossSales: 17360, - Discounts: 199.5, - Sales: 17160.5, - COGS: 2850, - Profit: 14310.5, - Date: `12/1/19`, - Month: `December`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Kensington`, - UnitsSold: 2926, - ManufacturingPrice: 3, - SalePrice: 7, - GrossSales: 20482, - Discounts: 870.45, - Sales: 19611.55, - COGS: 12435, - Profit: 7176.55, - Date: `12/1/19`, - Month: `December`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Royal Oak`, - UnitsSold: 3210, - ManufacturingPrice: 5, - SalePrice: 350, - GrossSales: 1123500, - Discounts: 24228.75, - Sales: 1099271.25, - COGS: 359970, - Profit: 739301.25, - Date: `1/1/19`, - Month: `January`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Royal Oak`, - UnitsSold: 3221, - ManufacturingPrice: 5, - SalePrice: 125, - GrossSales: 402625, - Discounts: 22668.75, - Sales: 379956.25, - COGS: 435240, - Profit: 55283.75, - Date: `7/1/19`, - Month: `July`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Royal Oak`, - UnitsSold: 2389, - ManufacturingPrice: 5, - SalePrice: 350, - GrossSales: 836150, - Discounts: 12600, - Sales: 823550, - COGS: 187200, - Profit: 636350, - Date: `9/1/18`, - Month: `September`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Royal Oak`, - UnitsSold: 1127, - ManufacturingPrice: 5, - SalePrice: 12, - GrossSales: 13524, - Discounts: 1405.2, - Sales: 12118.8, - COGS: 7026, - Profit: 5092.8, - Date: `11/1/19`, - Month: `November`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Royal Oak`, - UnitsSold: 319, - ManufacturingPrice: 5, - SalePrice: 300, - GrossSales: 95700, - Discounts: 16500, - Sales: 79200, - COGS: 275000, - Profit: 195800, - Date: `12/1/18`, - Month: `December`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Vermont`, - UnitsSold: 1610, - ManufacturingPrice: 10, - SalePrice: 20, - GrossSales: 32200, - Discounts: 1303, - Sales: 30897, - COGS: 13030, - Profit: 17867, - Date: `2/1/19`, - Month: `February`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Vermont`, - UnitsSold: 4100, - ManufacturingPrice: 10, - SalePrice: 125, - GrossSales: 512500, - Discounts: 18700, - Sales: 493800, - COGS: 359040, - Profit: 134760, - Date: `3/1/19`, - Month: `March`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Vermont`, - UnitsSold: 1012, - ManufacturingPrice: 10, - SalePrice: 125, - GrossSales: 126500, - Discounts: 14906.25, - Sales: 111593.75, - COGS: 286200, - Profit: 174606.25, - Date: `3/1/19`, - Month: `March`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Vermont`, - UnitsSold: 3337, - ManufacturingPrice: 10, - SalePrice: 300, - GrossSales: 1001100, - Discounts: 24105, - Sales: 976995, - COGS: 401750, - Profit: 575245, - Date: `4/1/19`, - Month: `April`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Vermont`, - UnitsSold: 3955, - ManufacturingPrice: 10, - SalePrice: 7, - GrossSales: 27685, - Discounts: 814.45, - Sales: 26870.55, - COGS: 11635, - Profit: 15235.55, - Date: `5/1/19`, - Month: `May`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Vermont`, - UnitsSold: 4347, - ManufacturingPrice: 10, - SalePrice: 300, - GrossSales: 1304100, - Discounts: 14865, - Sales: 1289235, - COGS: 247750, - Profit: 1041485, - Date: `6/1/19`, - Month: `June`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Vermont`, - UnitsSold: 1548, - ManufacturingPrice: 10, - SalePrice: 350, - GrossSales: 541800, - Discounts: 10535, - Sales: 531265, - COGS: 156520, - Profit: 374745, - Date: `6/1/19`, - Month: `June`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Vermont`, - UnitsSold: 2153, - ManufacturingPrice: 10, - SalePrice: 15, - GrossSales: 32295, - Discounts: 1965, - Sales: 30330, - COGS: 26200, - Profit: 4130, - Date: `9/1/19`, - Month: `September`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Vermont`, - UnitsSold: 3789, - ManufacturingPrice: 10, - SalePrice: 350, - GrossSales: 1326150, - Discounts: 21490, - Sales: 1304660, - COGS: 319280, - Profit: 985380, - Date: `10/1/18`, - Month: `October`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Vermont`, - UnitsSold: 4364, - ManufacturingPrice: 10, - SalePrice: 20, - GrossSales: 87280, - Discounts: 1389, - Sales: 85891, - COGS: 13890, - Profit: 72001, - Date: `10/1/18`, - Month: `October`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Vermont`, - UnitsSold: 4126, - ManufacturingPrice: 10, - SalePrice: 125, - GrossSales: 515750, - Discounts: 5381.25, - Sales: 510368.75, - COGS: 103320, - Profit: 407048.75, - Date: `10/1/19`, - Month: `October`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Vermont`, - UnitsSold: 1343, - ManufacturingPrice: 10, - SalePrice: 125, - GrossSales: 167875, - Discounts: 4400, - Sales: 163475, - COGS: 84480, - Profit: 78995, - Date: `10/1/18`, - Month: `October`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Vermont`, - UnitsSold: 245, - ManufacturingPrice: 10, - SalePrice: 20, - GrossSales: 4900, - Discounts: 1802, - Sales: 3098, - COGS: 18020, - Profit: 14922, - Date: `12/1/18`, - Month: `December`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Vermont`, - UnitsSold: 3376, - ManufacturingPrice: 10, - SalePrice: 20, - GrossSales: 67520, - Discounts: 2663, - Sales: 64857, - COGS: 26630, - Profit: 38227, - Date: `12/1/19`, - Month: `December`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Vermont`, - UnitsSold: 1401, - ManufacturingPrice: 10, - SalePrice: 7, - GrossSales: 9807, - Discounts: 747.6, - Sales: 9059.4, - COGS: 10680, - Profit: 1620.6, - Date: `12/1/18`, - Month: `December`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Vermont`, - UnitsSold: 3483, - ManufacturingPrice: 10, - SalePrice: 15, - GrossSales: 52245, - Discounts: 1587, - Sales: 50658, - COGS: 21160, - Profit: 29498, - Date: `12/1/18`, - Month: `December`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Burlington`, - UnitsSold: 2244, - ManufacturingPrice: 120, - SalePrice: 15, - GrossSales: 33660, - Discounts: 416.25, - Sales: 33243.75, - COGS: 5550, - Profit: 27693.75, - Date: `1/1/19`, - Month: `January`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Burlington`, - UnitsSold: 1360, - ManufacturingPrice: 120, - SalePrice: 15, - GrossSales: 20400, - Discounts: 2145.75, - Sales: 18254.25, - COGS: 28610, - Profit: 10355.75, - Date: `1/1/19`, - Month: `January`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Burlington`, - UnitsSold: 279, - ManufacturingPrice: 120, - SalePrice: 125, - GrossSales: 34875, - Discounts: 5043.75, - Sales: 29831.25, - COGS: 96840, - Profit: 67008.75, - Date: `2/1/19`, - Month: `February`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Burlington`, - UnitsSold: 2521, - ManufacturingPrice: 120, - SalePrice: 350, - GrossSales: 882350, - Discounts: 10535, - Sales: 871815, - COGS: 156520, - Profit: 715295, - Date: `6/1/19`, - Month: `June`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Burlington`, - UnitsSold: 2433, - ManufacturingPrice: 120, - SalePrice: 20, - GrossSales: 48660, - Discounts: 2832, - Sales: 45828, - COGS: 28320, - Profit: 17508, - Date: `8/1/19`, - Month: `August`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Burlington`, - UnitsSold: 1738, - ManufacturingPrice: 120, - SalePrice: 20, - GrossSales: 34760, - Discounts: 1579, - Sales: 33181, - COGS: 15790, - Profit: 17391, - Date: `8/1/19`, - Month: `August`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Burlington`, - UnitsSold: 1106, - ManufacturingPrice: 120, - SalePrice: 125, - GrossSales: 138250, - Discounts: 5381.25, - Sales: 132868.75, - COGS: 103320, - Profit: 29548.75, - Date: `10/1/19`, - Month: `October`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Burlington`, - UnitsSold: 3379, - ManufacturingPrice: 120, - SalePrice: 125, - GrossSales: 422375, - Discounts: 4400, - Sales: 417975, - COGS: 84480, - Profit: 333495, - Date: `10/1/18`, - Month: `October`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Burlington`, - UnitsSold: 1221, - ManufacturingPrice: 120, - SalePrice: 20, - GrossSales: 24420, - Discounts: 1033, - Sales: 23387, - COGS: 10330, - Profit: 13057, - Date: `12/1/18`, - Month: `December`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Burlington`, - UnitsSold: 213, - ManufacturingPrice: 120, - SalePrice: 300, - GrossSales: 63900, - Discounts: 18750, - Sales: 45150, - COGS: 312500, - Profit: 267350, - Date: `12/1/19`, - Month: `December`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Mandarin`, - UnitsSold: 3335, - ManufacturingPrice: 250, - SalePrice: 20, - GrossSales: 66700, - Discounts: 1389, - Sales: 65311, - COGS: 13890, - Profit: 51421, - Date: `10/1/18`, - Month: `October`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Mandarin`, - UnitsSold: 1260, - ManufacturingPrice: 250, - SalePrice: 20, - GrossSales: 25200, - Discounts: 1265, - Sales: 23935, - COGS: 12650, - Profit: 11285, - Date: `11/1/18`, - Month: `November`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Mandarin`, - UnitsSold: 3034, - ManufacturingPrice: 250, - SalePrice: 20, - GrossSales: 60680, - Discounts: 2297, - Sales: 58383, - COGS: 22970, - Profit: 35413, - Date: `11/1/18`, - Month: `November`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Mandarin`, - UnitsSold: 2929, - ManufacturingPrice: 250, - SalePrice: 20, - GrossSales: 58580, - Discounts: 2663, - Sales: 55917, - COGS: 26630, - Profit: 29287, - Date: `12/1/19`, - Month: `December`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Mandarin`, - UnitsSold: 2389, - ManufacturingPrice: 250, - SalePrice: 7, - GrossSales: 16723, - Discounts: 199.5, - Sales: 16523.5, - COGS: 2850, - Profit: 13673.5, - Date: `12/1/19`, - Month: `December`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Mandarin`, - UnitsSold: 3086, - ManufacturingPrice: 250, - SalePrice: 7, - GrossSales: 21602, - Discounts: 870.45, - Sales: 20731.55, - COGS: 12435, - Profit: 8296.55, - Date: `12/1/19`, - Month: `December`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Luxe`, - UnitsSold: 745, - ManufacturingPrice: 260, - SalePrice: 350, - GrossSales: 260750, - Discounts: 23625, - Sales: 237125, - COGS: 351000, - Profit: 113875, - Date: `2/1/19`, - Month: `February`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Luxe`, - UnitsSold: 1266, - ManufacturingPrice: 260, - SalePrice: 350, - GrossSales: 443100, - Discounts: 9660, - Sales: 433440, - COGS: 143520, - Profit: 289920, - Date: `8/1/19`, - Month: `August`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Luxe`, - UnitsSold: 3790, - ManufacturingPrice: 260, - SalePrice: 350, - GrossSales: 1326500, - Discounts: 21490, - Sales: 1305010, - COGS: 319280, - Profit: 985730, - Date: `10/1/18`, - Month: `October`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Luxe`, - UnitsSold: 4287, - ManufacturingPrice: 260, - SalePrice: 300, - GrossSales: 1286100, - Discounts: 18750, - Sales: 1267350, - COGS: 312500, - Profit: 954850, - Date: `12/1/19`, - Month: `December`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Vermont`, - UnitsSold: 3193, - ManufacturingPrice: 10, - SalePrice: 15, - GrossSales: 47895, - Discounts: 3420.9, - Sales: 44474.1, - COGS: 38010, - Profit: 6464.1, - Date: `4/1/19`, - Month: `April`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Kensington`, - UnitsSold: 1967, - ManufacturingPrice: 3, - SalePrice: 20, - GrossSales: 39340, - Discounts: 1341, - Sales: 37999, - COGS: 11175, - Profit: 26824, - Date: `1/1/19`, - Month: `January`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Kensington`, - UnitsSold: 631, - ManufacturingPrice: 3, - SalePrice: 15, - GrossSales: 9465, - Discounts: 2559.6, - Sales: 6905.4, - COGS: 28440, - Profit: 21534.6, - Date: `6/1/19`, - Month: `June`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Kensington`, - UnitsSold: 3469, - ManufacturingPrice: 3, - SalePrice: 12, - GrossSales: 41628, - Discounts: 404.64, - Sales: 41223.36, - COGS: 1686, - Profit: 39537.36, - Date: `9/1/19`, - Month: `September`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Kensington`, - UnitsSold: 570, - ManufacturingPrice: 3, - SalePrice: 12, - GrossSales: 6840, - Discounts: 1655.28, - Sales: 5184.72, - COGS: 6897, - Profit: 1712.28, - Date: `10/1/18`, - Month: `October`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Kensington`, - UnitsSold: 3215, - ManufacturingPrice: 3, - SalePrice: 15, - GrossSales: 48225, - Discounts: 1827, - Sales: 46398, - COGS: 20300, - Profit: 26098, - Date: `11/1/19`, - Month: `November`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Kensington`, - UnitsSold: 3754, - ManufacturingPrice: 3, - SalePrice: 7, - GrossSales: 26278, - Discounts: 110.46, - Sales: 26167.54, - COGS: 1315, - Profit: 24852.54, - Date: `11/1/18`, - Month: `November`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Kensington`, - UnitsSold: 2187, - ManufacturingPrice: 3, - SalePrice: 125, - GrossSales: 273375, - Discounts: 6652.5, - Sales: 266722.5, - COGS: 106440, - Profit: 160282.5, - Date: `12/1/18`, - Month: `December`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Royal Oak`, - UnitsSold: 1959, - ManufacturingPrice: 5, - SalePrice: 350, - GrossSales: 685650, - Discounts: 20580, - Sales: 665070, - COGS: 254800, - Profit: 410270, - Date: `4/1/19`, - Month: `April`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Royal Oak`, - UnitsSold: 2181, - ManufacturingPrice: 5, - SalePrice: 350, - GrossSales: 763350, - Discounts: 30660, - Sales: 732690, - COGS: 379600, - Profit: 353090, - Date: `5/1/19`, - Month: `May`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Royal Oak`, - UnitsSold: 3559, - ManufacturingPrice: 5, - SalePrice: 7, - GrossSales: 24913, - Discounts: 589.26, - Sales: 24323.74, - COGS: 7015, - Profit: 17308.74, - Date: `10/1/18`, - Month: `October`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Royal Oak`, - UnitsSold: 2205, - ManufacturingPrice: 5, - SalePrice: 12, - GrossSales: 26460, - Discounts: 1960.56, - Sales: 24499.44, - COGS: 8169, - Profit: 16330.44, - Date: `11/1/19`, - Month: `November`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Vermont`, - UnitsSold: 1890, - ManufacturingPrice: 10, - SalePrice: 350, - GrossSales: 661500, - Discounts: 31416, - Sales: 630084, - COGS: 388960, - Profit: 241124, - Date: `6/1/19`, - Month: `June`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Vermont`, - UnitsSold: 1296, - ManufacturingPrice: 10, - SalePrice: 12, - GrossSales: 15552, - Discounts: 1655.28, - Sales: 13896.72, - COGS: 6897, - Profit: 6999.72, - Date: `10/1/18`, - Month: `October`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Vermont`, - UnitsSold: 775, - ManufacturingPrice: 10, - SalePrice: 350, - GrossSales: 271250, - Discounts: 15267, - Sales: 255983, - COGS: 189020, - Profit: 66963, - Date: `10/1/18`, - Month: `October`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Burlington`, - UnitsSold: 2417, - ManufacturingPrice: 120, - SalePrice: 125, - GrossSales: 302125, - Discounts: 7140, - Sales: 294985, - COGS: 114240, - Profit: 180745, - Date: `2/1/19`, - Month: `February`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Burlington`, - UnitsSold: 1158, - ManufacturingPrice: 120, - SalePrice: 125, - GrossSales: 144750, - Discounts: 20662.5, - Sales: 124087.5, - COGS: 330600, - Profit: 206512.5, - Date: `2/1/19`, - Month: `February`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Burlington`, - UnitsSold: 803, - ManufacturingPrice: 120, - SalePrice: 15, - GrossSales: 12045, - Discounts: 1377, - Sales: 10668, - COGS: 15300, - Profit: 4632, - Date: `5/1/19`, - Month: `May`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Burlington`, - UnitsSold: 3705, - ManufacturingPrice: 120, - SalePrice: 350, - GrossSales: 1296750, - Discounts: 31416, - Sales: 1265334, - COGS: 388960, - Profit: 876374, - Date: `6/1/19`, - Month: `June`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Burlington`, - UnitsSold: 589, - ManufacturingPrice: 120, - SalePrice: 7, - GrossSales: 4123, - Discounts: 629.16, - Sales: 3493.84, - COGS: 7490, - Profit: 3996.16, - Date: `6/1/19`, - Month: `June`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Burlington`, - UnitsSold: 3797, - ManufacturingPrice: 120, - SalePrice: 300, - GrossSales: 1139100, - Discounts: 21978, - Sales: 1117122, - COGS: 305250, - Profit: 811872, - Date: `10/1/18`, - Month: `October`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Burlington`, - UnitsSold: 1321, - ManufacturingPrice: 120, - SalePrice: 350, - GrossSales: 462350, - Discounts: 43596, - Sales: 418754, - COGS: 539760, - Profit: 121006, - Date: `10/1/18`, - Month: `October`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Mandarin`, - UnitsSold: 3999, - ManufacturingPrice: 250, - SalePrice: 15, - GrossSales: 59985, - Discounts: 2559.6, - Sales: 57425.4, - COGS: 28440, - Profit: 28985.4, - Date: `6/1/19`, - Month: `June`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Mandarin`, - UnitsSold: 4256, - ManufacturingPrice: 250, - SalePrice: 7, - GrossSales: 29792, - Discounts: 629.16, - Sales: 29162.84, - COGS: 7490, - Profit: 21672.84, - Date: `6/1/19`, - Month: `June`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Mandarin`, - UnitsSold: 1643, - ManufacturingPrice: 250, - SalePrice: 300, - GrossSales: 492900, - Discounts: 21978, - Sales: 470922, - COGS: 305250, - Profit: 165672, - Date: `10/1/18`, - Month: `October`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Mandarin`, - UnitsSold: 1912, - ManufacturingPrice: 250, - SalePrice: 20, - GrossSales: 38240, - Discounts: 1347.6, - Sales: 36892.4, - COGS: 11230, - Profit: 25662.4, - Date: `11/1/18`, - Month: `November`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Mandarin`, - UnitsSold: 1610, - ManufacturingPrice: 250, - SalePrice: 300, - GrossSales: 483000, - Discounts: 43848, - Sales: 439152, - COGS: 609000, - Profit: 169848, - Date: `12/1/18`, - Month: `December`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Luxe`, - UnitsSold: 2160, - ManufacturingPrice: 260, - SalePrice: 125, - GrossSales: 270000, - Discounts: 14906.25, - Sales: 255093.75, - COGS: 238500, - Profit: 16593.75, - Date: `1/1/19`, - Month: `January`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Luxe`, - UnitsSold: 466, - ManufacturingPrice: 260, - SalePrice: 350, - GrossSales: 163100, - Discounts: 35259, - Sales: 127841, - COGS: 436540, - Profit: 308699, - Date: `9/1/19`, - Month: `September`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Luxe`, - UnitsSold: 328, - ManufacturingPrice: 260, - SalePrice: 350, - GrossSales: 114800, - Discounts: 15267, - Sales: 99533, - COGS: 189020, - Profit: 89487, - Date: `10/1/18`, - Month: `October`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Luxe`, - UnitsSold: 4099, - ManufacturingPrice: 260, - SalePrice: 7, - GrossSales: 28693, - Discounts: 589.26, - Sales: 28103.74, - COGS: 7015, - Profit: 21088.74, - Date: `10/1/18`, - Month: `October`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Luxe`, - UnitsSold: 990, - ManufacturingPrice: 260, - SalePrice: 350, - GrossSales: 346500, - Discounts: 43596, - Sales: 302904, - COGS: 539760, - Profit: 236856, - Date: `10/1/18`, - Month: `October`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Royal Oak`, - UnitsSold: 1433, - ManufacturingPrice: 5, - SalePrice: 20, - GrossSales: 28660, - Discounts: 2108.4, - Sales: 26551.6, - COGS: 17570, - Profit: 8981.6, - Date: `10/1/18`, - Month: `October`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Vermont`, - UnitsSold: 1478, - ManufacturingPrice: 10, - SalePrice: 15, - GrossSales: 22170, - Discounts: 1978.2, - Sales: 20191.8, - COGS: 21980, - Profit: 1788.2, - Date: `8/1/19`, - Month: `August`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Vermont`, - UnitsSold: 3798, - ManufacturingPrice: 10, - SalePrice: 15, - GrossSales: 56970, - Discounts: 1568.7, - Sales: 55401.3, - COGS: 17430, - Profit: 37971.3, - Date: `8/1/19`, - Month: `August`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Vermont`, - UnitsSold: 447, - ManufacturingPrice: 10, - SalePrice: 15, - GrossSales: 6705, - Discounts: 1037.7, - Sales: 5667.3, - COGS: 11530, - Profit: 5862.7, - Date: `10/1/19`, - Month: `October`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Vermont`, - UnitsSold: 1711, - ManufacturingPrice: 10, - SalePrice: 20, - GrossSales: 34220, - Discounts: 2108.4, - Sales: 32111.6, - COGS: 17570, - Profit: 14541.6, - Date: `10/1/18`, - Month: `October`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Burlington`, - UnitsSold: 745, - ManufacturingPrice: 120, - SalePrice: 20, - GrossSales: 14900, - Discounts: 1201.2, - Sales: 13698.8, - COGS: 10010, - Profit: 3688.8, - Date: `8/1/19`, - Month: `August`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Burlington`, - UnitsSold: 1732, - ManufacturingPrice: 120, - SalePrice: 7, - GrossSales: 12124, - Discounts: 559.86, - Sales: 11564.14, - COGS: 6665, - Profit: 4899.14, - Date: `11/1/19`, - Month: `November`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Mandarin`, - UnitsSold: 1759, - ManufacturingPrice: 250, - SalePrice: 15, - GrossSales: 26385, - Discounts: 1037.7, - Sales: 25347.3, - COGS: 11530, - Profit: 13817.3, - Date: `10/1/19`, - Month: `October`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Kensington`, - UnitsSold: 338, - ManufacturingPrice: 3, - SalePrice: 12, - GrossSales: 4056, - Discounts: 610.68, - Sales: 3445.32, - COGS: 2181, - Profit: 1264.32, - Date: `2/1/19`, - Month: `February`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Kensington`, - UnitsSold: 3911, - ManufacturingPrice: 3, - SalePrice: 12, - GrossSales: 46932, - Discounts: 1582.56, - Sales: 45349.44, - COGS: 5652, - Profit: 39697.44, - Date: `8/1/19`, - Month: `August`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Kensington`, - UnitsSold: 3691, - ManufacturingPrice: 3, - SalePrice: 20, - GrossSales: 73820, - Discounts: 2567.6, - Sales: 71252.4, - COGS: 18340, - Profit: 52912.4, - Date: `9/1/18`, - Month: `September`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Royal Oak`, - UnitsSold: 4473, - ManufacturingPrice: 5, - SalePrice: 12, - GrossSales: 53676, - Discounts: 1965.6, - Sales: 51710.4, - COGS: 7020, - Profit: 44690.4, - Date: `1/1/19`, - Month: `January`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Royal Oak`, - UnitsSold: 383, - ManufacturingPrice: 5, - SalePrice: 12, - GrossSales: 4596, - Discounts: 1967.28, - Sales: 2628.72, - COGS: 7026, - Profit: 4397.28, - Date: `11/1/19`, - Month: `November`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Vermont`, - UnitsSold: 3105, - ManufacturingPrice: 10, - SalePrice: 7, - GrossSales: 21735, - Discounts: 505.19, - Sales: 21229.81, - COGS: 5155, - Profit: 16074.81, - Date: `9/1/18`, - Month: `September`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Burlington`, - UnitsSold: 1062, - ManufacturingPrice: 120, - SalePrice: 15, - GrossSales: 15930, - Discounts: 1325.1, - Sales: 14604.9, - COGS: 12620, - Profit: 1984.9, - Date: `5/1/19`, - Month: `May`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Burlington`, - UnitsSold: 4083, - ManufacturingPrice: 120, - SalePrice: 7, - GrossSales: 28581, - Discounts: 556.15, - Sales: 28024.85, - COGS: 5675, - Profit: 22349.85, - Date: `6/1/19`, - Month: `June`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Burlington`, - UnitsSold: 3974, - ManufacturingPrice: 120, - SalePrice: 7, - GrossSales: 27818, - Discounts: 268.03, - Sales: 27549.97, - COGS: 2735, - Profit: 24814.97, - Date: `11/1/19`, - Month: `November`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Burlington`, - UnitsSold: 3723, - ManufacturingPrice: 120, - SalePrice: 7, - GrossSales: 26061, - Discounts: 775.18, - Sales: 25285.82, - COGS: 7910, - Profit: 17375.82, - Date: `12/1/19`, - Month: `December`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Mandarin`, - UnitsSold: 2435, - ManufacturingPrice: 250, - SalePrice: 12, - GrossSales: 29220, - Discounts: 1460.34, - Sales: 27759.66, - COGS: 5215.5, - Profit: 22544.16, - Date: `4/1/19`, - Month: `April`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Mandarin`, - UnitsSold: 1678, - ManufacturingPrice: 250, - SalePrice: 12, - GrossSales: 20136, - Discounts: 1860.6, - Sales: 18275.4, - COGS: 6645, - Profit: 11630.4, - Date: `9/1/18`, - Month: `September`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Mandarin`, - UnitsSold: 1763, - ManufacturingPrice: 250, - SalePrice: 7, - GrossSales: 12341, - Discounts: 775.18, - Sales: 11565.82, - COGS: 7910, - Profit: 3655.82, - Date: `12/1/19`, - Month: `December`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Luxe`, - UnitsSold: 4473, - ManufacturingPrice: 260, - SalePrice: 7, - GrossSales: 31311, - Discounts: 556.15, - Sales: 30754.85, - COGS: 5675, - Profit: 25079.85, - Date: `6/1/19`, - Month: `June`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Kensington`, - UnitsSold: 1246, - ManufacturingPrice: 3, - SalePrice: 350, - GrossSales: 436100, - Discounts: 43144.5, - Sales: 392955.5, - COGS: 457860, - Profit: 64904.5, - Date: `3/1/19`, - Month: `March`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Kensington`, - UnitsSold: 1615, - ManufacturingPrice: 3, - SalePrice: 300, - GrossSales: 484500, - Discounts: 9408, - Sales: 475092, - COGS: 112000, - Profit: 363092, - Date: `6/1/19`, - Month: `June`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Kensington`, - UnitsSold: 749, - ManufacturingPrice: 3, - SalePrice: 300, - GrossSales: 224700, - Discounts: 45801, - Sales: 178899, - COGS: 545250, - Profit: 366351, - Date: `10/1/19`, - Month: `October`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Royal Oak`, - UnitsSold: 1318, - ManufacturingPrice: 5, - SalePrice: 20, - GrossSales: 26360, - Discounts: 2766.4, - Sales: 23593.6, - COGS: 19760, - Profit: 3833.6, - Date: `10/1/19`, - Month: `October`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Royal Oak`, - UnitsSold: 2882, - ManufacturingPrice: 5, - SalePrice: 300, - GrossSales: 864600, - Discounts: 45801, - Sales: 818799, - COGS: 545250, - Profit: 273549, - Date: `10/1/19`, - Month: `October`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Royal Oak`, - UnitsSold: 3039, - ManufacturingPrice: 5, - SalePrice: 125, - GrossSales: 379875, - Discounts: 21875, - Sales: 358000, - COGS: 300000, - Profit: 58000, - Date: `11/1/18`, - Month: `November`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Vermont`, - UnitsSold: 2484, - ManufacturingPrice: 10, - SalePrice: 300, - GrossSales: 745200, - Discounts: 35742, - Sales: 709458, - COGS: 425500, - Profit: 283958, - Date: `5/1/19`, - Month: `May`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Vermont`, - UnitsSold: 3169, - ManufacturingPrice: 10, - SalePrice: 300, - GrossSales: 950700, - Discounts: 9408, - Sales: 941292, - COGS: 112000, - Profit: 829292, - Date: `6/1/19`, - Month: `June`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Vermont`, - UnitsSold: 4080, - ManufacturingPrice: 10, - SalePrice: 125, - GrossSales: 510000, - Discounts: 30738.75, - Sales: 479261.25, - COGS: 421560, - Profit: 57701.25, - Date: `7/1/19`, - Month: `July`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Vermont`, - UnitsSold: 3943, - ManufacturingPrice: 10, - SalePrice: 15, - GrossSales: 59145, - Discounts: 2206.05, - Sales: 56938.95, - COGS: 21010, - Profit: 35928.95, - Date: `8/1/19`, - Month: `August`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Vermont`, - UnitsSold: 784, - ManufacturingPrice: 10, - SalePrice: 15, - GrossSales: 11760, - Discounts: 3077.55, - Sales: 8682.45, - COGS: 29310, - Profit: 20627.55, - Date: `9/1/18`, - Month: `September`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Vermont`, - UnitsSold: 253, - ManufacturingPrice: 10, - SalePrice: 20, - GrossSales: 5060, - Discounts: 2149, - Sales: 2911, - COGS: 15350, - Profit: 12439, - Date: `9/1/19`, - Month: `September`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Vermont`, - UnitsSold: 1316, - ManufacturingPrice: 10, - SalePrice: 300, - GrossSales: 394800, - Discounts: 23583, - Sales: 371217, - COGS: 280750, - Profit: 90467, - Date: `9/1/18`, - Month: `September`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Vermont`, - UnitsSold: 808, - ManufacturingPrice: 10, - SalePrice: 300, - GrossSales: 242400, - Discounts: 29484, - Sales: 212916, - COGS: 351000, - Profit: 138084, - Date: `11/1/18`, - Month: `November`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Vermont`, - UnitsSold: 3295, - ManufacturingPrice: 10, - SalePrice: 12, - GrossSales: 39540, - Discounts: 2320.92, - Sales: 37219.08, - COGS: 8289, - Profit: 28930.08, - Date: `11/1/18`, - Month: `November`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Vermont`, - UnitsSold: 520, - ManufacturingPrice: 10, - SalePrice: 7, - GrossSales: 3640, - Discounts: 1041.25, - Sales: 2598.75, - COGS: 10625, - Profit: 8026.25, - Date: `12/1/18`, - Month: `December`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Burlington`, - UnitsSold: 799, - ManufacturingPrice: 120, - SalePrice: 300, - GrossSales: 239700, - Discounts: 34839, - Sales: 204861, - COGS: 414750, - Profit: 209889, - Date: `7/1/19`, - Month: `July`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Burlington`, - UnitsSold: 3942, - ManufacturingPrice: 120, - SalePrice: 20, - GrossSales: 78840, - Discounts: 852.6, - Sales: 77987.4, - COGS: 6090, - Profit: 71897.4, - Date: `8/1/19`, - Month: `August`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Burlington`, - UnitsSold: 2498, - ManufacturingPrice: 120, - SalePrice: 125, - GrossSales: 312250, - Discounts: 18261.25, - Sales: 293988.75, - COGS: 250440, - Profit: 43548.75, - Date: `9/1/19`, - Month: `September`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Burlington`, - UnitsSold: 2517, - ManufacturingPrice: 120, - SalePrice: 20, - GrossSales: 50340, - Discounts: 2766.4, - Sales: 47573.6, - COGS: 19760, - Profit: 27813.6, - Date: `10/1/19`, - Month: `October`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Burlington`, - UnitsSold: 3182, - ManufacturingPrice: 120, - SalePrice: 20, - GrossSales: 63640, - Discounts: 1989.4, - Sales: 61650.6, - COGS: 14210, - Profit: 47440.6, - Date: `12/1/18`, - Month: `December`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Burlington`, - UnitsSold: 1145, - ManufacturingPrice: 120, - SalePrice: 300, - GrossSales: 343500, - Discounts: 28812, - Sales: 314688, - COGS: 343000, - Profit: 28312, - Date: `12/1/19`, - Month: `December`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Burlington`, - UnitsSold: 895, - ManufacturingPrice: 120, - SalePrice: 20, - GrossSales: 17900, - Discounts: 823.2, - Sales: 17076.8, - COGS: 5880, - Profit: 11196.8, - Date: `12/1/18`, - Month: `December`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Mandarin`, - UnitsSold: 3814, - ManufacturingPrice: 250, - SalePrice: 12, - GrossSales: 45768, - Discounts: 2725.38, - Sales: 43042.62, - COGS: 9733.5, - Profit: 33309.12, - Date: `1/1/19`, - Month: `January`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Mandarin`, - UnitsSold: 1188, - ManufacturingPrice: 250, - SalePrice: 300, - GrossSales: 356400, - Discounts: 20139, - Sales: 336261, - COGS: 239750, - Profit: 96511, - Date: `2/1/19`, - Month: `February`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Mandarin`, - UnitsSold: 2233, - ManufacturingPrice: 250, - SalePrice: 300, - GrossSales: 669900, - Discounts: 57687, - Sales: 612213, - COGS: 686750, - Profit: 74537, - Date: `2/1/19`, - Month: `February`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Luxe`, - UnitsSold: 421, - ManufacturingPrice: 260, - SalePrice: 125, - GrossSales: 52625, - Discounts: 14393.75, - Sales: 38231.25, - COGS: 197400, - Profit: 159168.75, - Date: `5/1/19`, - Month: `May`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Luxe`, - UnitsSold: 269, - ManufacturingPrice: 260, - SalePrice: 350, - GrossSales: 94150, - Discounts: 70462, - Sales: 23688, - COGS: 747760, - Profit: 724072, - Date: `9/1/19`, - Month: `September`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Luxe`, - UnitsSold: 3766, - ManufacturingPrice: 260, - SalePrice: 125, - GrossSales: 470750, - Discounts: 8697.5, - Sales: 462052.5, - COGS: 119280, - Profit: 342772.5, - Date: `9/1/18`, - Month: `September`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Luxe`, - UnitsSold: 952, - ManufacturingPrice: 260, - SalePrice: 20, - GrossSales: 19040, - Discounts: 1565.2, - Sales: 17474.8, - COGS: 11180, - Profit: 6294.8, - Date: `11/1/19`, - Month: `November`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Luxe`, - UnitsSold: 2964, - ManufacturingPrice: 260, - SalePrice: 300, - GrossSales: 889200, - Discounts: 28812, - Sales: 860388, - COGS: 343000, - Profit: 517388, - Date: `12/1/19`, - Month: `December`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Royal Oak`, - UnitsSold: 1505, - ManufacturingPrice: 5, - SalePrice: 7, - GrossSales: 10535, - Discounts: 273.28, - Sales: 10261.72, - COGS: 2440, - Profit: 7821.72, - Date: `2/1/19`, - Month: `February`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Royal Oak`, - UnitsSold: 1678, - ManufacturingPrice: 5, - SalePrice: 20, - GrossSales: 33560, - Discounts: 2051.2, - Sales: 31508.8, - COGS: 12820, - Profit: 18688.8, - Date: `6/1/19`, - Month: `June`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Vermont`, - UnitsSold: 4249, - ManufacturingPrice: 10, - SalePrice: 7, - GrossSales: 29743, - Discounts: 143.92, - Sales: 29599.08, - COGS: 1285, - Profit: 28314.08, - Date: `5/1/19`, - Month: `May`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Luxe`, - UnitsSold: 1677, - ManufacturingPrice: 260, - SalePrice: 20, - GrossSales: 33540, - Discounts: 2051.2, - Sales: 31488.8, - COGS: 12820, - Profit: 18668.8, - Date: `6/1/19`, - Month: `June`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Kensington`, - UnitsSold: 3051, - ManufacturingPrice: 3, - SalePrice: 125, - GrossSales: 381375, - Discounts: 15400, - Sales: 365975, - COGS: 184800, - Profit: 181175, - Date: `8/1/19`, - Month: `August`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Kensington`, - UnitsSold: 3372, - ManufacturingPrice: 3, - SalePrice: 15, - GrossSales: 50580, - Discounts: 588, - Sales: 49992, - COGS: 4900, - Profit: 45092, - Date: `11/1/19`, - Month: `November`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Kensington`, - UnitsSold: 1686, - ManufacturingPrice: 3, - SalePrice: 350, - GrossSales: 590100, - Discounts: 38136, - Sales: 551964, - COGS: 354120, - Profit: 197844, - Date: `12/1/19`, - Month: `December`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Royal Oak`, - UnitsSold: 3086, - ManufacturingPrice: 5, - SalePrice: 15, - GrossSales: 46290, - Discounts: 3001.2, - Sales: 43288.8, - COGS: 25010, - Profit: 18278.8, - Date: `3/1/19`, - Month: `March`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Royal Oak`, - UnitsSold: 4150, - ManufacturingPrice: 5, - SalePrice: 20, - GrossSales: 83000, - Discounts: 1132.8, - Sales: 81867.2, - COGS: 7080, - Profit: 74787.2, - Date: `6/1/19`, - Month: `June`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Royal Oak`, - UnitsSold: 3027, - ManufacturingPrice: 5, - SalePrice: 20, - GrossSales: 60540, - Discounts: 1032, - Sales: 59508, - COGS: 6450, - Profit: 53058, - Date: `7/1/19`, - Month: `July`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Royal Oak`, - UnitsSold: 4359, - ManufacturingPrice: 5, - SalePrice: 300, - GrossSales: 1307700, - Discounts: 37488, - Sales: 1270212, - COGS: 390500, - Profit: 879712, - Date: `8/1/19`, - Month: `August`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Royal Oak`, - UnitsSold: 3628, - ManufacturingPrice: 5, - SalePrice: 300, - GrossSales: 1088400, - Discounts: 30792, - Sales: 1057608, - COGS: 320750, - Profit: 736858, - Date: `9/1/18`, - Month: `September`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Royal Oak`, - UnitsSold: 1589, - ManufacturingPrice: 5, - SalePrice: 15, - GrossSales: 23835, - Discounts: 853.2, - Sales: 22981.8, - COGS: 7110, - Profit: 15871.8, - Date: `12/1/19`, - Month: `December`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Vermont`, - UnitsSold: 2679, - ManufacturingPrice: 10, - SalePrice: 125, - GrossSales: 334875, - Discounts: 11140, - Sales: 323735, - COGS: 133680, - Profit: 190055, - Date: `3/1/19`, - Month: `March`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Vermont`, - UnitsSold: 3401, - ManufacturingPrice: 10, - SalePrice: 7, - GrossSales: 23807, - Discounts: 705.04, - Sales: 23101.96, - COGS: 6295, - Profit: 16806.96, - Date: `4/1/19`, - Month: `April`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Vermont`, - UnitsSold: 2815, - ManufacturingPrice: 10, - SalePrice: 7, - GrossSales: 19705, - Discounts: 613.2, - Sales: 19091.8, - COGS: 5475, - Profit: 13616.8, - Date: `5/1/19`, - Month: `May`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Vermont`, - UnitsSold: 2964, - ManufacturingPrice: 10, - SalePrice: 20, - GrossSales: 59280, - Discounts: 2185.6, - Sales: 57094.4, - COGS: 13660, - Profit: 43434.4, - Date: `6/1/19`, - Month: `June`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Vermont`, - UnitsSold: 4173, - ManufacturingPrice: 10, - SalePrice: 300, - GrossSales: 1251900, - Discounts: 59040, - Sales: 1192860, - COGS: 615000, - Profit: 577860, - Date: `6/1/19`, - Month: `June`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Vermont`, - UnitsSold: 1157, - ManufacturingPrice: 10, - SalePrice: 7, - GrossSales: 8099, - Discounts: 379.68, - Sales: 7719.32, - COGS: 3390, - Profit: 4329.32, - Date: `8/1/19`, - Month: `August`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Vermont`, - UnitsSold: 3065, - ManufacturingPrice: 10, - SalePrice: 7, - GrossSales: 21455, - Discounts: 894.88, - Sales: 20560.12, - COGS: 7990, - Profit: 12570.12, - Date: `8/1/19`, - Month: `August`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Vermont`, - UnitsSold: 1962, - ManufacturingPrice: 10, - SalePrice: 7, - GrossSales: 13734, - Discounts: 1349.04, - Sales: 12384.96, - COGS: 12045, - Profit: 339.96, - Date: `9/1/18`, - Month: `September`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Vermont`, - UnitsSold: 4080, - ManufacturingPrice: 10, - SalePrice: 20, - GrossSales: 81600, - Discounts: 3094.4, - Sales: 78505.6, - COGS: 19340, - Profit: 59165.6, - Date: `9/1/19`, - Month: `September`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Vermont`, - UnitsSold: 1713, - ManufacturingPrice: 10, - SalePrice: 20, - GrossSales: 34260, - Discounts: 4788.8, - Sales: 29471.2, - COGS: 29930, - Profit: 458.8, - Date: `9/1/19`, - Month: `September`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Vermont`, - UnitsSold: 2795, - ManufacturingPrice: 10, - SalePrice: 350, - GrossSales: 978250, - Discounts: 60088, - Sales: 918162, - COGS: 557960, - Profit: 360202, - Date: `11/1/18`, - Month: `November`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Vermont`, - UnitsSold: 4082, - ManufacturingPrice: 10, - SalePrice: 7, - GrossSales: 28574, - Discounts: 1089.76, - Sales: 27484.24, - COGS: 9730, - Profit: 17754.24, - Date: `12/1/18`, - Month: `December`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Vermont`, - UnitsSold: 1691, - ManufacturingPrice: 10, - SalePrice: 350, - GrossSales: 591850, - Discounts: 38136, - Sales: 553714, - COGS: 354120, - Profit: 199594, - Date: `12/1/19`, - Month: `December`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Burlington`, - UnitsSold: 2305, - ManufacturingPrice: 120, - SalePrice: 12, - GrossSales: 27660, - Discounts: 574.08, - Sales: 27085.92, - COGS: 1794, - Profit: 25291.92, - Date: `3/1/19`, - Month: `March`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Burlington`, - UnitsSold: 3401, - ManufacturingPrice: 120, - SalePrice: 7, - GrossSales: 23807, - Discounts: 1627.92, - Sales: 22179.08, - COGS: 14535, - Profit: 7644.08, - Date: `6/1/19`, - Month: `June`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Burlington`, - UnitsSold: 2288, - ManufacturingPrice: 120, - SalePrice: 7, - GrossSales: 16016, - Discounts: 1309.28, - Sales: 14706.72, - COGS: 11690, - Profit: 3016.72, - Date: `6/1/19`, - Month: `June`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Burlington`, - UnitsSold: 2399, - ManufacturingPrice: 120, - SalePrice: 300, - GrossSales: 719700, - Discounts: 9264, - Sales: 710436, - COGS: 96500, - Profit: 613936, - Date: `11/1/18`, - Month: `November`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Burlington`, - UnitsSold: 4086, - ManufacturingPrice: 120, - SalePrice: 300, - GrossSales: 1225800, - Discounts: 15240, - Sales: 1210560, - COGS: 158750, - Profit: 1051810, - Date: `12/1/19`, - Month: `December`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Mandarin`, - UnitsSold: 2651, - ManufacturingPrice: 250, - SalePrice: 350, - GrossSales: 927850, - Discounts: 16086, - Sales: 911764, - COGS: 149370, - Profit: 762394, - Date: `4/1/19`, - Month: `April`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Mandarin`, - UnitsSold: 3971, - ManufacturingPrice: 250, - SalePrice: 7, - GrossSales: 27797, - Discounts: 1309.28, - Sales: 26487.72, - COGS: 11690, - Profit: 14797.72, - Date: `6/1/19`, - Month: `June`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Mandarin`, - UnitsSold: 2512, - ManufacturingPrice: 250, - SalePrice: 350, - GrossSales: 879200, - Discounts: 10668, - Sales: 868532, - COGS: 99060, - Profit: 769472, - Date: `8/1/19`, - Month: `August`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Mandarin`, - UnitsSold: 2745, - ManufacturingPrice: 250, - SalePrice: 350, - GrossSales: 960750, - Discounts: 11816, - Sales: 948934, - COGS: 109720, - Profit: 839214, - Date: `8/1/19`, - Month: `August`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Mandarin`, - UnitsSold: 1903, - ManufacturingPrice: 250, - SalePrice: 300, - GrossSales: 570900, - Discounts: 51216, - Sales: 519684, - COGS: 533500, - Profit: 13816, - Date: `9/1/19`, - Month: `September`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Mandarin`, - UnitsSold: 647, - ManufacturingPrice: 250, - SalePrice: 300, - GrossSales: 194100, - Discounts: 19392, - Sales: 174708, - COGS: 202000, - Profit: 27292, - Date: `12/1/18`, - Month: `December`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Luxe`, - UnitsSold: 2914, - ManufacturingPrice: 260, - SalePrice: 20, - GrossSales: 58280, - Discounts: 1132.8, - Sales: 57147.2, - COGS: 7080, - Profit: 50067.2, - Date: `6/1/19`, - Month: `June`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Luxe`, - UnitsSold: 1889, - ManufacturingPrice: 260, - SalePrice: 7, - GrossSales: 13223, - Discounts: 1627.92, - Sales: 11595.08, - COGS: 14535, - Profit: 2939.92, - Date: `6/1/19`, - Month: `June`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Luxe`, - UnitsSold: 1466, - ManufacturingPrice: 260, - SalePrice: 20, - GrossSales: 29320, - Discounts: 2185.6, - Sales: 27134.4, - COGS: 13660, - Profit: 13474.4, - Date: `6/1/19`, - Month: `June`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Luxe`, - UnitsSold: 887, - ManufacturingPrice: 260, - SalePrice: 300, - GrossSales: 266100, - Discounts: 59040, - Sales: 207060, - COGS: 615000, - Profit: 407940, - Date: `6/1/19`, - Month: `June`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Luxe`, - UnitsSold: 395, - ManufacturingPrice: 260, - SalePrice: 20, - GrossSales: 7900, - Discounts: 2432, - Sales: 5468, - COGS: 15200, - Profit: 9732, - Date: `11/1/19`, - Month: `November`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Luxe`, - UnitsSold: 1693, - ManufacturingPrice: 260, - SalePrice: 15, - GrossSales: 25395, - Discounts: 853.2, - Sales: 24541.8, - COGS: 7110, - Profit: 17431.8, - Date: `12/1/19`, - Month: `December`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Luxe`, - UnitsSold: 2459, - ManufacturingPrice: 260, - SalePrice: 12, - GrossSales: 29508, - Discounts: 1320, - Sales: 28188, - COGS: 4125, - Profit: 24063, - Date: `12/1/18`, - Month: `December`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Luxe`, - UnitsSold: 2649, - ManufacturingPrice: 260, - SalePrice: 300, - GrossSales: 794700, - Discounts: 15240, - Sales: 779460, - COGS: 158750, - Profit: 620710, - Date: `12/1/19`, - Month: `December`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Mandarin`, - UnitsSold: 3608, - ManufacturingPrice: 250, - SalePrice: 20, - GrossSales: 72160, - Discounts: 698.4, - Sales: 71461.6, - COGS: 4365, - Profit: 67096.6, - Date: `7/1/19`, - Month: `July`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Kensington`, - UnitsSold: 1073, - ManufacturingPrice: 3, - SalePrice: 300, - GrossSales: 321900, - Discounts: 29538, - Sales: 292362, - COGS: 273500, - Profit: 18862, - Date: `6/1/19`, - Month: `June`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Kensington`, - UnitsSold: 1754, - ManufacturingPrice: 3, - SalePrice: 12, - GrossSales: 21048, - Discounts: 396.36, - Sales: 20651.64, - COGS: 1101, - Profit: 19550.64, - Date: `10/1/18`, - Month: `October`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Royal Oak`, - UnitsSold: 2167, - ManufacturingPrice: 5, - SalePrice: 300, - GrossSales: 650100, - Discounts: 102667.5, - Sales: 547432.5, - COGS: 950625, - Profit: 403192.5, - Date: `4/1/19`, - Month: `April`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Royal Oak`, - UnitsSold: 1319, - ManufacturingPrice: 5, - SalePrice: 350, - GrossSales: 461650, - Discounts: 52479, - Sales: 409171, - COGS: 433160, - Profit: 23989, - Date: `5/1/19`, - Month: `May`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Royal Oak`, - UnitsSold: 1679, - ManufacturingPrice: 5, - SalePrice: 300, - GrossSales: 503700, - Discounts: 8694, - Sales: 495006, - COGS: 80500, - Profit: 414506, - Date: `9/1/18`, - Month: `September`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Royal Oak`, - UnitsSold: 1252, - ManufacturingPrice: 5, - SalePrice: 12, - GrossSales: 15024, - Discounts: 2506.68, - Sales: 12517.32, - COGS: 6963, - Profit: 5554.32, - Date: `11/1/19`, - Month: `November`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Royal Oak`, - UnitsSold: 3493, - ManufacturingPrice: 5, - SalePrice: 125, - GrossSales: 436625, - Discounts: 20891.25, - Sales: 415733.75, - COGS: 222840, - Profit: 192893.75, - Date: `11/1/18`, - Month: `November`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Royal Oak`, - UnitsSold: 1697, - ManufacturingPrice: 5, - SalePrice: 7, - GrossSales: 11879, - Discounts: 1014.93, - Sales: 10864.07, - COGS: 8055, - Profit: 2809.07, - Date: `12/1/18`, - Month: `December`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Royal Oak`, - UnitsSold: 1156, - ManufacturingPrice: 5, - SalePrice: 125, - GrossSales: 144500, - Discounts: 31466.25, - Sales: 113033.75, - COGS: 335640, - Profit: 222606.25, - Date: `12/1/19`, - Month: `December`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Royal Oak`, - UnitsSold: 726, - ManufacturingPrice: 5, - SalePrice: 300, - GrossSales: 217800, - Discounts: 9018, - Sales: 208782, - COGS: 83500, - Profit: 125282, - Date: `12/1/18`, - Month: `December`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Vermont`, - UnitsSold: 1153, - ManufacturingPrice: 10, - SalePrice: 300, - GrossSales: 345900, - Discounts: 69255, - Sales: 276645, - COGS: 641250, - Profit: 364605, - Date: `1/1/19`, - Month: `January`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Vermont`, - UnitsSold: 2720, - ManufacturingPrice: 10, - SalePrice: 350, - GrossSales: 952000, - Discounts: 76135.5, - Sales: 875864.5, - COGS: 628420, - Profit: 247444.5, - Date: `1/1/19`, - Month: `January`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Vermont`, - UnitsSold: 3658, - ManufacturingPrice: 10, - SalePrice: 15, - GrossSales: 54870, - Discounts: 4961.25, - Sales: 49908.75, - COGS: 36750, - Profit: 13158.75, - Date: `4/1/19`, - Month: `April`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Vermont`, - UnitsSold: 2950, - ManufacturingPrice: 10, - SalePrice: 300, - GrossSales: 885000, - Discounts: 29538, - Sales: 855462, - COGS: 273500, - Profit: 581962, - Date: `6/1/19`, - Month: `June`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Vermont`, - UnitsSold: 1821, - ManufacturingPrice: 10, - SalePrice: 15, - GrossSales: 27315, - Discounts: 1656.45, - Sales: 25658.55, - COGS: 12270, - Profit: 13388.55, - Date: `10/1/19`, - Month: `October`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Vermont`, - UnitsSold: 4174, - ManufacturingPrice: 10, - SalePrice: 12, - GrossSales: 50088, - Discounts: 396.36, - Sales: 49691.64, - COGS: 1101, - Profit: 48590.64, - Date: `10/1/18`, - Month: `October`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Vermont`, - UnitsSold: 1127, - ManufacturingPrice: 10, - SalePrice: 300, - GrossSales: 338100, - Discounts: 35748, - Sales: 302352, - COGS: 331000, - Profit: 28648, - Date: `11/1/19`, - Month: `November`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Vermont`, - UnitsSold: 2209, - ManufacturingPrice: 10, - SalePrice: 12, - GrossSales: 26508, - Discounts: 1917, - Sales: 24591, - COGS: 5325, - Profit: 19266, - Date: `11/1/18`, - Month: `November`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Vermont`, - UnitsSold: 862, - ManufacturingPrice: 10, - SalePrice: 125, - GrossSales: 107750, - Discounts: 31466.25, - Sales: 76283.75, - COGS: 335640, - Profit: 259356.25, - Date: `12/1/19`, - Month: `December`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Burlington`, - UnitsSold: 3805, - ManufacturingPrice: 120, - SalePrice: 15, - GrossSales: 57075, - Discounts: 330.75, - Sales: 56744.25, - COGS: 2450, - Profit: 54294.25, - Date: `5/1/19`, - Month: `May`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Burlington`, - UnitsSold: 1415, - ManufacturingPrice: 120, - SalePrice: 300, - GrossSales: 424500, - Discounts: 102424.5, - Sales: 322075.5, - COGS: 948375, - Profit: 626299.5, - Date: `7/1/19`, - Month: `July`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Burlington`, - UnitsSold: 2231, - ManufacturingPrice: 120, - SalePrice: 350, - GrossSales: 780850, - Discounts: 41170.5, - Sales: 739679.5, - COGS: 339820, - Profit: 399859.5, - Date: `7/1/19`, - Month: `July`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Burlington`, - UnitsSold: 3649, - ManufacturingPrice: 120, - SalePrice: 125, - GrossSales: 456125, - Discounts: 6378.75, - Sales: 449746.25, - COGS: 68040, - Profit: 381706.25, - Date: `9/1/19`, - Month: `September`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Burlington`, - UnitsSold: 2948, - ManufacturingPrice: 120, - SalePrice: 125, - GrossSales: 368500, - Discounts: 23737.5, - Sales: 344762.5, - COGS: 253200, - Profit: 91562.5, - Date: `9/1/19`, - Month: `September`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Burlington`, - UnitsSold: 3395, - ManufacturingPrice: 120, - SalePrice: 350, - GrossSales: 1188250, - Discounts: 39973.5, - Sales: 1148276.5, - COGS: 329940, - Profit: 818336.5, - Date: `10/1/19`, - Month: `October`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Mandarin`, - UnitsSold: 2650, - ManufacturingPrice: 250, - SalePrice: 12, - GrossSales: 31800, - Discounts: 2112.48, - Sales: 29687.52, - COGS: 5868, - Profit: 23819.52, - Date: `1/1/19`, - Month: `January`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Mandarin`, - UnitsSold: 585, - ManufacturingPrice: 250, - SalePrice: 300, - GrossSales: 175500, - Discounts: 71793, - Sales: 103707, - COGS: 664750, - Profit: 561043, - Date: `2/1/19`, - Month: `February`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Mandarin`, - UnitsSold: 1316, - ManufacturingPrice: 250, - SalePrice: 350, - GrossSales: 460600, - Discounts: 42572.25, - Sales: 418027.75, - COGS: 351390, - Profit: 66637.75, - Date: `4/1/19`, - Month: `April`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Mandarin`, - UnitsSold: 4459, - ManufacturingPrice: 250, - SalePrice: 12, - GrossSales: 53508, - Discounts: 950.4, - Sales: 52557.6, - COGS: 2640, - Profit: 49917.6, - Date: `5/1/19`, - Month: `May`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Mandarin`, - UnitsSold: 2711, - ManufacturingPrice: 250, - SalePrice: 300, - GrossSales: 813300, - Discounts: 50409, - Sales: 762891, - COGS: 466750, - Profit: 296141, - Date: `9/1/19`, - Month: `September`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Mandarin`, - UnitsSold: 2621, - ManufacturingPrice: 250, - SalePrice: 12, - GrossSales: 31452, - Discounts: 2412.72, - Sales: 29039.28, - COGS: 6702, - Profit: 22337.28, - Date: `9/1/18`, - Month: `September`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Mandarin`, - UnitsSold: 3613, - ManufacturingPrice: 250, - SalePrice: 15, - GrossSales: 54195, - Discounts: 1656.45, - Sales: 52538.55, - COGS: 12270, - Profit: 40268.55, - Date: `10/1/19`, - Month: `October`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Mandarin`, - UnitsSold: 1847, - ManufacturingPrice: 250, - SalePrice: 125, - GrossSales: 230875, - Discounts: 9866.25, - Sales: 221008.75, - COGS: 105240, - Profit: 115768.75, - Date: `11/1/19`, - Month: `November`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Luxe`, - UnitsSold: 2996, - ManufacturingPrice: 260, - SalePrice: 350, - GrossSales: 1048600, - Discounts: 65236.5, - Sales: 983363.5, - COGS: 538460, - Profit: 444903.5, - Date: `9/1/19`, - Month: `September`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Luxe`, - UnitsSold: 2838, - ManufacturingPrice: 260, - SalePrice: 350, - GrossSales: 993300, - Discounts: 39973.5, - Sales: 953326.5, - COGS: 329940, - Profit: 623386.5, - Date: `10/1/19`, - Month: `October`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Luxe`, - UnitsSold: 1302, - ManufacturingPrice: 260, - SalePrice: 15, - GrossSales: 19530, - Discounts: 1309.5, - Sales: 18220.5, - COGS: 9700, - Profit: 8520.5, - Date: `11/1/18`, - Month: `November`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Luxe`, - UnitsSold: 1536, - ManufacturingPrice: 260, - SalePrice: 20, - GrossSales: 30720, - Discounts: 3049.2, - Sales: 27670.8, - COGS: 16940, - Profit: 10730.8, - Date: `11/1/19`, - Month: `November`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Kensington`, - UnitsSold: 1291, - ManufacturingPrice: 3, - SalePrice: 20, - GrossSales: 25820, - Discounts: 1193.4, - Sales: 24626.6, - COGS: 6630, - Profit: 17996.6, - Date: `5/1/19`, - Month: `May`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Kensington`, - UnitsSold: 1213, - ManufacturingPrice: 3, - SalePrice: 7, - GrossSales: 8491, - Discounts: 515.97, - Sales: 7975.03, - COGS: 4095, - Profit: 3880.03, - Date: `7/1/19`, - Month: `July`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Kensington`, - UnitsSold: 2370, - ManufacturingPrice: 3, - SalePrice: 12, - GrossSales: 28440, - Discounts: 1706.4, - Sales: 26733.6, - COGS: 4740, - Profit: 21993.6, - Date: `9/1/19`, - Month: `September`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Kensington`, - UnitsSold: 1979, - ManufacturingPrice: 3, - SalePrice: 7, - GrossSales: 13853, - Discounts: 328.23, - Sales: 13524.77, - COGS: 2605, - Profit: 10919.77, - Date: `12/1/19`, - Month: `December`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Vermont`, - UnitsSold: 2879, - ManufacturingPrice: 10, - SalePrice: 20, - GrossSales: 57580, - Discounts: 1751.4, - Sales: 55828.6, - COGS: 9730, - Profit: 46098.6, - Date: `3/1/19`, - Month: `March`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Vermont`, - UnitsSold: 1707, - ManufacturingPrice: 10, - SalePrice: 20, - GrossSales: 34140, - Discounts: 1868.4, - Sales: 32271.6, - COGS: 10380, - Profit: 21891.6, - Date: `6/1/19`, - Month: `June`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Vermont`, - UnitsSold: 2933, - ManufacturingPrice: 10, - SalePrice: 7, - GrossSales: 20531, - Discounts: 226.8, - Sales: 20304.2, - COGS: 1800, - Profit: 18504.2, - Date: `10/1/19`, - Month: `October`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Burlington`, - UnitsSold: 1014, - ManufacturingPrice: 120, - SalePrice: 12, - GrossSales: 12168, - Discounts: 2124.36, - Sales: 10043.64, - COGS: 5901, - Profit: 4142.64, - Date: `3/1/19`, - Month: `March`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Burlington`, - UnitsSold: 693, - ManufacturingPrice: 120, - SalePrice: 15, - GrossSales: 10395, - Discounts: 3547.8, - Sales: 6847.2, - COGS: 26280, - Profit: 19432.8, - Date: `4/1/19`, - Month: `April`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Mandarin`, - UnitsSold: 3741, - ManufacturingPrice: 250, - SalePrice: 7, - GrossSales: 26187, - Discounts: 226.8, - Sales: 25960.2, - COGS: 1800, - Profit: 24160.2, - Date: `10/1/19`, - Month: `October`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Mandarin`, - UnitsSold: 3116, - ManufacturingPrice: 250, - SalePrice: 20, - GrossSales: 62320, - Discounts: 4827.6, - Sales: 57492.4, - COGS: 26820, - Profit: 30672.4, - Date: `11/1/18`, - Month: `November`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Mandarin`, - UnitsSold: 3995, - ManufacturingPrice: 250, - SalePrice: 7, - GrossSales: 27965, - Discounts: 328.23, - Sales: 27636.77, - COGS: 2605, - Profit: 25031.77, - Date: `12/1/19`, - Month: `December`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Luxe`, - UnitsSold: 953, - ManufacturingPrice: 260, - SalePrice: 20, - GrossSales: 19060, - Discounts: 1868.4, - Sales: 17191.6, - COGS: 10380, - Profit: 6811.6, - Date: `6/1/19`, - Month: `June`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Luxe`, - UnitsSold: 2530, - ManufacturingPrice: 260, - SalePrice: 15, - GrossSales: 37950, - Discounts: 2201.18, - Sales: 35748.82, - COGS: 16305, - Profit: 19443.82, - Date: `7/1/19`, - Month: `July`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Luxe`, - UnitsSold: 2565, - ManufacturingPrice: 260, - SalePrice: 12, - GrossSales: 30780, - Discounts: 330.48, - Sales: 30449.52, - COGS: 918, - Profit: 29531.52, - Date: `12/1/18`, - Month: `December`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Kensington`, - UnitsSold: 4297, - ManufacturingPrice: 3, - SalePrice: 12, - GrossSales: 51564, - Discounts: 463.2, - Sales: 51100.8, - COGS: 1158, - Profit: 49942.8, - Date: `10/1/18`, - Month: `October`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Royal Oak`, - UnitsSold: 2871, - ManufacturingPrice: 5, - SalePrice: 7, - GrossSales: 20097, - Discounts: 1629.6, - Sales: 18467.4, - COGS: 11640, - Profit: 6827.4, - Date: `9/1/19`, - Month: `September`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Vermont`, - UnitsSold: 3537, - ManufacturingPrice: 10, - SalePrice: 12, - GrossSales: 42444, - Discounts: 463.2, - Sales: 41980.8, - COGS: 1158, - Profit: 40822.8, - Date: `10/1/18`, - Month: `October`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Kensington`, - UnitsSold: 1598, - ManufacturingPrice: 3, - SalePrice: 125, - GrossSales: 199750, - Discounts: 43068.75, - Sales: 156681.25, - COGS: 413460, - Profit: 256778.75, - Date: `4/1/19`, - Month: `April`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Kensington`, - UnitsSold: 2616, - ManufacturingPrice: 3, - SalePrice: 125, - GrossSales: 327000, - Discounts: 18525, - Sales: 308475, - COGS: 177840, - Profit: 130635, - Date: `12/1/18`, - Month: `December`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Royal Oak`, - UnitsSold: 2836, - ManufacturingPrice: 5, - SalePrice: 350, - GrossSales: 992600, - Discounts: 80955, - Sales: 911645, - COGS: 601380, - Profit: 310265, - Date: `5/1/19`, - Month: `May`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Royal Oak`, - UnitsSold: 4023, - ManufacturingPrice: 5, - SalePrice: 125, - GrossSales: 502875, - Discounts: 22550, - Sales: 480325, - COGS: 216480, - Profit: 263845, - Date: `11/1/18`, - Month: `November`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Royal Oak`, - UnitsSold: 3994, - ManufacturingPrice: 5, - SalePrice: 15, - GrossSales: 59910, - Discounts: 3108, - Sales: 56802, - COGS: 20720, - Profit: 36082, - Date: `12/1/19`, - Month: `December`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Vermont`, - UnitsSold: 2928, - ManufacturingPrice: 10, - SalePrice: 20, - GrossSales: 58560, - Discounts: 3908, - Sales: 54652, - COGS: 19540, - Profit: 35112, - Date: `3/1/19`, - Month: `March`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Vermont`, - UnitsSold: 2912, - ManufacturingPrice: 10, - SalePrice: 300, - GrossSales: 873600, - Discounts: 17730, - Sales: 855870, - COGS: 147750, - Profit: 708120, - Date: `5/1/19`, - Month: `May`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Vermont`, - UnitsSold: 3671, - ManufacturingPrice: 10, - SalePrice: 15, - GrossSales: 55065, - Discounts: 3250.5, - Sales: 51814.5, - COGS: 21670, - Profit: 30144.5, - Date: `10/1/18`, - Month: `October`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Vermont`, - UnitsSold: 2778, - ManufacturingPrice: 10, - SalePrice: 20, - GrossSales: 55560, - Discounts: 482, - Sales: 55078, - COGS: 2410, - Profit: 52668, - Date: `10/1/19`, - Month: `October`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Burlington`, - UnitsSold: 405, - ManufacturingPrice: 120, - SalePrice: 15, - GrossSales: 6075, - Discounts: 1021.5, - Sales: 5053.5, - COGS: 6810, - Profit: 1756.5, - Date: `1/1/19`, - Month: `January`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Burlington`, - UnitsSold: 2013, - ManufacturingPrice: 120, - SalePrice: 15, - GrossSales: 30195, - Discounts: 765, - Sales: 29430, - COGS: 5100, - Profit: 24330, - Date: `4/1/19`, - Month: `April`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Burlington`, - UnitsSold: 2634, - ManufacturingPrice: 120, - SalePrice: 15, - GrossSales: 39510, - Discounts: 1185, - Sales: 38325, - COGS: 7900, - Profit: 30425, - Date: `5/1/19`, - Month: `May`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Burlington`, - UnitsSold: 4166, - ManufacturingPrice: 120, - SalePrice: 350, - GrossSales: 1458100, - Discounts: 22365, - Sales: 1435735, - COGS: 166140, - Profit: 1269595, - Date: `7/1/19`, - Month: `July`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Burlington`, - UnitsSold: 355, - ManufacturingPrice: 120, - SalePrice: 125, - GrossSales: 44375, - Discounts: 19950, - Sales: 24425, - COGS: 191520, - Profit: 167095, - Date: `9/1/19`, - Month: `September`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Burlington`, - UnitsSold: 2382, - ManufacturingPrice: 120, - SalePrice: 300, - GrossSales: 714600, - Discounts: 68820, - Sales: 645780, - COGS: 573500, - Profit: 72280, - Date: `10/1/18`, - Month: `October`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Burlington`, - UnitsSold: 4170, - ManufacturingPrice: 120, - SalePrice: 20, - GrossSales: 83400, - Discounts: 482, - Sales: 82918, - COGS: 2410, - Profit: 80508, - Date: `10/1/19`, - Month: `October`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Burlington`, - UnitsSold: 892, - ManufacturingPrice: 120, - SalePrice: 7, - GrossSales: 6244, - Discounts: 1865.5, - Sales: 4378.5, - COGS: 13325, - Profit: 8946.5, - Date: `11/1/19`, - Month: `November`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Burlington`, - UnitsSold: 2200, - ManufacturingPrice: 120, - SalePrice: 125, - GrossSales: 275000, - Discounts: 23950, - Sales: 251050, - COGS: 229920, - Profit: 21130, - Date: `12/1/18`, - Month: `December`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Burlington`, - UnitsSold: 3389, - ManufacturingPrice: 120, - SalePrice: 300, - GrossSales: 1016700, - Discounts: 25590, - Sales: 991110, - COGS: 213250, - Profit: 777860, - Date: `12/1/19`, - Month: `December`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Mandarin`, - UnitsSold: 2990, - ManufacturingPrice: 250, - SalePrice: 125, - GrossSales: 373750, - Discounts: 4262.5, - Sales: 369487.5, - COGS: 40920, - Profit: 328567.5, - Date: `5/1/19`, - Month: `May`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Mandarin`, - UnitsSold: 4013, - ManufacturingPrice: 250, - SalePrice: 15, - GrossSales: 60195, - Discounts: 961.5, - Sales: 59233.5, - COGS: 6410, - Profit: 52823.5, - Date: `7/1/19`, - Month: `July`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Mandarin`, - UnitsSold: 739, - ManufacturingPrice: 250, - SalePrice: 350, - GrossSales: 258650, - Discounts: 98245, - Sales: 160405, - COGS: 729820, - Profit: 569415, - Date: `8/1/19`, - Month: `August`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Mandarin`, - UnitsSold: 1989, - ManufacturingPrice: 250, - SalePrice: 300, - GrossSales: 596700, - Discounts: 12960, - Sales: 583740, - COGS: 108000, - Profit: 475740, - Date: `9/1/19`, - Month: `September`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Mandarin`, - UnitsSold: 2991, - ManufacturingPrice: 250, - SalePrice: 300, - GrossSales: 897300, - Discounts: 68820, - Sales: 828480, - COGS: 573500, - Profit: 254980, - Date: `10/1/18`, - Month: `October`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Mandarin`, - UnitsSold: 4237, - ManufacturingPrice: 250, - SalePrice: 15, - GrossSales: 63555, - Discounts: 3250.5, - Sales: 60304.5, - COGS: 21670, - Profit: 38634.5, - Date: `10/1/18`, - Month: `October`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Mandarin`, - UnitsSold: 1442, - ManufacturingPrice: 250, - SalePrice: 125, - GrossSales: 180250, - Discounts: 31612.5, - Sales: 148637.5, - COGS: 303480, - Profit: 154842.5, - Date: `11/1/19`, - Month: `November`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Mandarin`, - UnitsSold: 2712, - ManufacturingPrice: 250, - SalePrice: 350, - GrossSales: 949200, - Discounts: 65450, - Sales: 883750, - COGS: 486200, - Profit: 397550, - Date: `12/1/18`, - Month: `December`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Luxe`, - UnitsSold: 1508, - ManufacturingPrice: 260, - SalePrice: 125, - GrossSales: 188500, - Discounts: 7237.5, - Sales: 181262.5, - COGS: 69480, - Profit: 111782.5, - Date: `1/1/19`, - Month: `January`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Luxe`, - UnitsSold: 4245, - ManufacturingPrice: 260, - SalePrice: 350, - GrossSales: 1485750, - Discounts: 78400, - Sales: 1407350, - COGS: 582400, - Profit: 824950, - Date: `2/1/19`, - Month: `February`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Luxe`, - UnitsSold: 2630, - ManufacturingPrice: 260, - SalePrice: 300, - GrossSales: 789000, - Discounts: 89790, - Sales: 699210, - COGS: 748250, - Profit: 49040, - Date: `3/1/19`, - Month: `March`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Luxe`, - UnitsSold: 1182, - ManufacturingPrice: 260, - SalePrice: 12, - GrossSales: 14184, - Discounts: 4224.6, - Sales: 9959.4, - COGS: 10561.5, - Profit: 602.1, - Date: `4/1/19`, - Month: `April`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Luxe`, - UnitsSold: 1221, - ManufacturingPrice: 260, - SalePrice: 20, - GrossSales: 24420, - Discounts: 4078, - Sales: 20342, - COGS: 20390, - Profit: 48, - Date: `5/1/19`, - Month: `May`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Luxe`, - UnitsSold: 963, - ManufacturingPrice: 260, - SalePrice: 12, - GrossSales: 11556, - Discounts: 3088.8, - Sales: 8467.2, - COGS: 7722, - Profit: 745.2, - Date: `8/1/19`, - Month: `August`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Luxe`, - UnitsSold: 3243, - ManufacturingPrice: 260, - SalePrice: 350, - GrossSales: 1135050, - Discounts: 24745, - Sales: 1110305, - COGS: 183820, - Profit: 926485, - Date: `9/1/19`, - Month: `September`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Luxe`, - UnitsSold: 1120, - ManufacturingPrice: 260, - SalePrice: 15, - GrossSales: 16800, - Discounts: 3108, - Sales: 13692, - COGS: 20720, - Profit: 7028, - Date: `12/1/19`, - Month: `December`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Luxe`, - UnitsSold: 1174, - ManufacturingPrice: 260, - SalePrice: 300, - GrossSales: 352200, - Discounts: 25590, - Sales: 326610, - COGS: 213250, - Profit: 113360, - Date: `12/1/19`, - Month: `December`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Kensington`, - UnitsSold: 2541, - ManufacturingPrice: 3, - SalePrice: 12, - GrossSales: 30492, - Discounts: 1581.36, - Sales: 28910.64, - COGS: 3594, - Profit: 25316.64, - Date: `10/1/18`, - Month: `October`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Vermont`, - UnitsSold: 3246, - ManufacturingPrice: 10, - SalePrice: 7, - GrossSales: 22722, - Discounts: 1949.64, - Sales: 20772.36, - COGS: 12660, - Profit: 8112.36, - Date: `4/1/19`, - Month: `April`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Vermont`, - UnitsSold: 1531, - ManufacturingPrice: 10, - SalePrice: 12, - GrossSales: 18372, - Discounts: 1581.36, - Sales: 16790.64, - COGS: 3594, - Profit: 13196.64, - Date: `10/1/18`, - Month: `October`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Burlington`, - UnitsSold: 2526, - ManufacturingPrice: 120, - SalePrice: 15, - GrossSales: 37890, - Discounts: 633.6, - Sales: 37256.4, - COGS: 3840, - Profit: 33416.4, - Date: `1/1/19`, - Month: `January`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Burlington`, - UnitsSold: 1136, - ManufacturingPrice: 120, - SalePrice: 12, - GrossSales: 13632, - Discounts: 623.04, - Sales: 13008.96, - COGS: 1416, - Profit: 11592.96, - Date: `10/1/19`, - Month: `October`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Mandarin`, - UnitsSold: 1983, - ManufacturingPrice: 250, - SalePrice: 7, - GrossSales: 13881, - Discounts: 1215.83, - Sales: 12665.17, - COGS: 7895, - Profit: 4770.17, - Date: `3/1/19`, - Month: `March`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Mandarin`, - UnitsSold: 3259, - ManufacturingPrice: 250, - SalePrice: 12, - GrossSales: 39108, - Discounts: 1326.6, - Sales: 37781.4, - COGS: 3015, - Profit: 34766.4, - Date: `9/1/18`, - Month: `September`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Luxe`, - UnitsSold: 3267, - ManufacturingPrice: 260, - SalePrice: 15, - GrossSales: 49005, - Discounts: 5279.17, - Sales: 43725.82, - COGS: 31995, - Profit: 11730.82, - Date: `7/1/19`, - Month: `July`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Luxe`, - UnitsSold: 2454, - ManufacturingPrice: 260, - SalePrice: 12, - GrossSales: 29448, - Discounts: 623.04, - Sales: 28824.96, - COGS: 1416, - Profit: 27408.96, - Date: `10/1/19`, - Month: `October`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Kensington`, - UnitsSold: 2643, - ManufacturingPrice: 3, - SalePrice: 12, - GrossSales: 31716, - Discounts: 2556.84, - Sales: 29159.16, - COGS: 5811, - Profit: 23348.16, - Date: `2/1/19`, - Month: `February`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Kensington`, - UnitsSold: 383, - ManufacturingPrice: 3, - SalePrice: 350, - GrossSales: 134050, - Discounts: 30492, - Sales: 103558, - COGS: 205920, - Profit: 102362, - Date: `3/1/19`, - Month: `March`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Kensington`, - UnitsSold: 2801, - ManufacturingPrice: 3, - SalePrice: 300, - GrossSales: 840300, - Discounts: 92763, - Sales: 747537, - COGS: 702750, - Profit: 44787, - Date: `7/1/19`, - Month: `July`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Kensington`, - UnitsSold: 1667, - ManufacturingPrice: 3, - SalePrice: 125, - GrossSales: 208375, - Discounts: 33563.75, - Sales: 174811.25, - COGS: 292920, - Profit: 118108.75, - Date: `10/1/19`, - Month: `October`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Kensington`, - UnitsSold: 3539, - ManufacturingPrice: 3, - SalePrice: 15, - GrossSales: 53085, - Discounts: 2574, - Sales: 50511, - COGS: 15600, - Profit: 34911, - Date: `11/1/18`, - Month: `November`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Kensington`, - UnitsSold: 4226, - ManufacturingPrice: 3, - SalePrice: 7, - GrossSales: 29582, - Discounts: 2083.62, - Sales: 27498.38, - COGS: 13530, - Profit: 13968.38, - Date: `11/1/18`, - Month: `November`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Royal Oak`, - UnitsSold: 2220, - ManufacturingPrice: 5, - SalePrice: 350, - GrossSales: 777000, - Discounts: 29491, - Sales: 747509, - COGS: 199160, - Profit: 548349, - Date: `1/1/19`, - Month: `January`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Royal Oak`, - UnitsSold: 776, - ManufacturingPrice: 5, - SalePrice: 20, - GrossSales: 15520, - Discounts: 6582.4, - Sales: 8937.6, - COGS: 29920, - Profit: 20982.4, - Date: `10/1/18`, - Month: `October`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Royal Oak`, - UnitsSold: 553, - ManufacturingPrice: 5, - SalePrice: 15, - GrossSales: 8295, - Discounts: 3559.05, - Sales: 4735.95, - COGS: 21570, - Profit: 16834.05, - Date: `12/1/19`, - Month: `December`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Vermont`, - UnitsSold: 2107, - ManufacturingPrice: 10, - SalePrice: 300, - GrossSales: 632100, - Discounts: 28809, - Sales: 603291, - COGS: 218250, - Profit: 385041, - Date: `1/1/19`, - Month: `January`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Vermont`, - UnitsSold: 2468, - ManufacturingPrice: 10, - SalePrice: 20, - GrossSales: 49360, - Discounts: 2468.4, - Sales: 46891.6, - COGS: 11220, - Profit: 35671.6, - Date: `3/1/19`, - Month: `March`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Vermont`, - UnitsSold: 1905, - ManufacturingPrice: 10, - SalePrice: 350, - GrossSales: 666750, - Discounts: 81023.25, - Sales: 585726.75, - COGS: 547170, - Profit: 38556.75, - Date: `7/1/19`, - Month: `July`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Vermont`, - UnitsSold: 3658, - ManufacturingPrice: 10, - SalePrice: 12, - GrossSales: 43896, - Discounts: 5314.32, - Sales: 38581.68, - COGS: 12078, - Profit: 26503.68, - Date: `7/1/19`, - Month: `July`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Vermont`, - UnitsSold: 4301, - ManufacturingPrice: 10, - SalePrice: 12, - GrossSales: 51612, - Discounts: 3201.66, - Sales: 48410.34, - COGS: 7276.5, - Profit: 41133.84, - Date: `7/1/19`, - Month: `July`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Vermont`, - UnitsSold: 2446, - ManufacturingPrice: 10, - SalePrice: 20, - GrossSales: 48920, - Discounts: 5266.8, - Sales: 43653.2, - COGS: 23940, - Profit: 19713.2, - Date: `8/1/19`, - Month: `August`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Vermont`, - UnitsSold: 4209, - ManufacturingPrice: 10, - SalePrice: 15, - GrossSales: 63135, - Discounts: 3273.6, - Sales: 59861.4, - COGS: 19840, - Profit: 40021.4, - Date: `8/1/19`, - Month: `August`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Vermont`, - UnitsSold: 3353, - ManufacturingPrice: 10, - SalePrice: 125, - GrossSales: 419125, - Discounts: 33563.75, - Sales: 385561.25, - COGS: 292920, - Profit: 92641.25, - Date: `10/1/19`, - Month: `October`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Vermont`, - UnitsSold: 1401, - ManufacturingPrice: 10, - SalePrice: 20, - GrossSales: 28020, - Discounts: 6582.4, - Sales: 21437.6, - COGS: 29920, - Profit: 8482.4, - Date: `10/1/18`, - Month: `October`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Vermont`, - UnitsSold: 1865, - ManufacturingPrice: 10, - SalePrice: 300, - GrossSales: 559500, - Discounts: 45078, - Sales: 514422, - COGS: 341500, - Profit: 172922, - Date: `11/1/19`, - Month: `November`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Burlington`, - UnitsSold: 463, - ManufacturingPrice: 120, - SalePrice: 20, - GrossSales: 9260, - Discounts: 6171, - Sales: 3089, - COGS: 28050, - Profit: 24961, - Date: `9/1/18`, - Month: `September`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Burlington`, - UnitsSold: 4177, - ManufacturingPrice: 120, - SalePrice: 15, - GrossSales: 62655, - Discounts: 1080.75, - Sales: 61574.25, - COGS: 6550, - Profit: 55024.25, - Date: `9/1/18`, - Month: `September`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Burlington`, - UnitsSold: 2523, - ManufacturingPrice: 120, - SalePrice: 350, - GrossSales: 883050, - Discounts: 13244, - Sales: 869806, - COGS: 89440, - Profit: 780366, - Date: `10/1/18`, - Month: `October`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Burlington`, - UnitsSold: 1930, - ManufacturingPrice: 120, - SalePrice: 7, - GrossSales: 13510, - Discounts: 1392.16, - Sales: 12117.84, - COGS: 9040, - Profit: 3077.84, - Date: `11/1/19`, - Month: `November`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Mandarin`, - UnitsSold: 1301, - ManufacturingPrice: 250, - SalePrice: 12, - GrossSales: 15612, - Discounts: 2288.88, - Sales: 13323.12, - COGS: 5202, - Profit: 8121.12, - Date: `1/1/19`, - Month: `January`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Mandarin`, - UnitsSold: 4125, - ManufacturingPrice: 250, - SalePrice: 125, - GrossSales: 515625, - Discounts: 7617.5, - Sales: 508007.5, - COGS: 66480, - Profit: 441527.5, - Date: `1/1/19`, - Month: `January`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Mandarin`, - UnitsSold: 607, - ManufacturingPrice: 250, - SalePrice: 20, - GrossSales: 12140, - Discounts: 6457, - Sales: 5683, - COGS: 29350, - Profit: 23667, - Date: `11/1/18`, - Month: `November`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Luxe`, - UnitsSold: 478, - ManufacturingPrice: 260, - SalePrice: 125, - GrossSales: 59750, - Discounts: 43518.75, - Sales: 16231.25, - COGS: 379800, - Profit: 363568.75, - Date: `1/1/19`, - Month: `January`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Luxe`, - UnitsSold: 4489, - ManufacturingPrice: 260, - SalePrice: 20, - GrossSales: 89780, - Discounts: 5783.8, - Sales: 83996.2, - COGS: 26290, - Profit: 57706.2, - Date: `1/1/19`, - Month: `January`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Luxe`, - UnitsSold: 1504, - ManufacturingPrice: 260, - SalePrice: 125, - GrossSales: 188000, - Discounts: 19703.75, - Sales: 168296.25, - COGS: 171960, - Profit: 3663.75, - Date: `5/1/19`, - Month: `May`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Luxe`, - UnitsSold: 3763, - ManufacturingPrice: 260, - SalePrice: 125, - GrossSales: 470375, - Discounts: 13021.25, - Sales: 457353.75, - COGS: 113640, - Profit: 343713.75, - Date: `9/1/18`, - Month: `September`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Luxe`, - UnitsSold: 2412, - ManufacturingPrice: 260, - SalePrice: 350, - GrossSales: 844200, - Discounts: 13244, - Sales: 830956, - COGS: 89440, - Profit: 741516, - Date: `10/1/18`, - Month: `October`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Luxe`, - UnitsSold: 2342, - ManufacturingPrice: 260, - SalePrice: 15, - GrossSales: 35130, - Discounts: 3559.05, - Sales: 31570.95, - COGS: 21570, - Profit: 10000.95, - Date: `12/1/19`, - Month: `December`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Vermont`, - UnitsSold: 4451, - ManufacturingPrice: 10, - SalePrice: 7, - GrossSales: 31157, - Discounts: 292.6, - Sales: 30864.4, - COGS: 1900, - Profit: 28964.4, - Date: `9/1/18`, - Month: `September`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Kensington`, - UnitsSold: 3796, - ManufacturingPrice: 3, - SalePrice: 350, - GrossSales: 1328600, - Discounts: 37212, - Sales: 1291388, - COGS: 230360, - Profit: 1061028, - Date: `6/1/19`, - Month: `June`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Kensington`, - UnitsSold: 2286, - ManufacturingPrice: 3, - SalePrice: 125, - GrossSales: 285750, - Discounts: 36240, - Sales: 249510, - COGS: 289920, - Profit: 40410, - Date: `9/1/18`, - Month: `September`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Kensington`, - UnitsSold: 3614, - ManufacturingPrice: 3, - SalePrice: 125, - GrossSales: 451750, - Discounts: 32340, - Sales: 419410, - COGS: 258720, - Profit: 160690, - Date: `10/1/19`, - Month: `October`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Kensington`, - UnitsSold: 1716, - ManufacturingPrice: 3, - SalePrice: 15, - GrossSales: 25740, - Discounts: 4840.2, - Sales: 20899.8, - COGS: 26890, - Profit: 5990.2, - Date: `11/1/19`, - Month: `November`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Royal Oak`, - UnitsSold: 1301, - ManufacturingPrice: 5, - SalePrice: 15, - GrossSales: 19515, - Discounts: 1218.6, - Sales: 18296.4, - COGS: 6770, - Profit: 11526.4, - Date: `3/1/19`, - Month: `March`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Royal Oak`, - UnitsSold: 4175, - ManufacturingPrice: 5, - SalePrice: 300, - GrossSales: 1252500, - Discounts: 63828, - Sales: 1188672, - COGS: 443250, - Profit: 745422, - Date: `4/1/19`, - Month: `April`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Royal Oak`, - UnitsSold: 975, - ManufacturingPrice: 5, - SalePrice: 7, - GrossSales: 6825, - Discounts: 2032.8, - Sales: 4792.2, - COGS: 12100, - Profit: 7307.8, - Date: `9/1/19`, - Month: `September`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Royal Oak`, - UnitsSold: 1154, - ManufacturingPrice: 5, - SalePrice: 7, - GrossSales: 8078, - Discounts: 2296.56, - Sales: 5781.44, - COGS: 13670, - Profit: 7888.56, - Date: `10/1/19`, - Month: `October`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Royal Oak`, - UnitsSold: 1873, - ManufacturingPrice: 5, - SalePrice: 20, - GrossSales: 37460, - Discounts: 4116, - Sales: 33344, - COGS: 17150, - Profit: 16194, - Date: `10/1/18`, - Month: `October`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Royal Oak`, - UnitsSold: 3766, - ManufacturingPrice: 5, - SalePrice: 300, - GrossSales: 1129800, - Discounts: 42696, - Sales: 1087104, - COGS: 296500, - Profit: 790604, - Date: `12/1/18`, - Month: `December`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Vermont`, - UnitsSold: 3558, - ManufacturingPrice: 10, - SalePrice: 300, - GrossSales: 1067400, - Discounts: 125820, - Sales: 941580, - COGS: 873750, - Profit: 67830, - Date: `1/1/19`, - Month: `January`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Vermont`, - UnitsSold: 3156, - ManufacturingPrice: 10, - SalePrice: 350, - GrossSales: 1104600, - Discounts: 37212, - Sales: 1067388, - COGS: 230360, - Profit: 837028, - Date: `6/1/19`, - Month: `June`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Vermont`, - UnitsSold: 2994, - ManufacturingPrice: 10, - SalePrice: 125, - GrossSales: 374250, - Discounts: 32340, - Sales: 341910, - COGS: 258720, - Profit: 83190, - Date: `10/1/19`, - Month: `October`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Vermont`, - UnitsSold: 2087, - ManufacturingPrice: 10, - SalePrice: 20, - GrossSales: 41740, - Discounts: 2172, - Sales: 39568, - COGS: 9050, - Profit: 30518, - Date: `10/1/19`, - Month: `October`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Vermont`, - UnitsSold: 1056, - ManufacturingPrice: 10, - SalePrice: 20, - GrossSales: 21120, - Discounts: 4116, - Sales: 17004, - COGS: 17150, - Profit: 146, - Date: `10/1/18`, - Month: `October`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Vermont`, - UnitsSold: 1353, - ManufacturingPrice: 10, - SalePrice: 350, - GrossSales: 473550, - Discounts: 66948, - Sales: 406602, - COGS: 414440, - Profit: 7838, - Date: `11/1/19`, - Month: `November`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Vermont`, - UnitsSold: 416, - ManufacturingPrice: 10, - SalePrice: 300, - GrossSales: 124800, - Discounts: 48924, - Sales: 75876, - COGS: 339750, - Profit: 263874, - Date: `11/1/19`, - Month: `November`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Vermont`, - UnitsSold: 3880, - ManufacturingPrice: 10, - SalePrice: 300, - GrossSales: 1164000, - Discounts: 77400, - Sales: 1086600, - COGS: 537500, - Profit: 549100, - Date: `11/1/19`, - Month: `November`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Vermont`, - UnitsSold: 809, - ManufacturingPrice: 10, - SalePrice: 350, - GrossSales: 283150, - Discounts: 50274, - Sales: 232876, - COGS: 311220, - Profit: 78344, - Date: `11/1/19`, - Month: `November`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Vermont`, - UnitsSold: 1892, - ManufacturingPrice: 10, - SalePrice: 15, - GrossSales: 28380, - Discounts: 684, - Sales: 27696, - COGS: 3800, - Profit: 23896, - Date: `12/1/18`, - Month: `December`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Vermont`, - UnitsSold: 2072, - ManufacturingPrice: 10, - SalePrice: 20, - GrossSales: 41440, - Discounts: 2959.2, - Sales: 38480.8, - COGS: 12330, - Profit: 26150.8, - Date: `12/1/19`, - Month: `December`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Burlington`, - UnitsSold: 3052, - ManufacturingPrice: 120, - SalePrice: 350, - GrossSales: 1068200, - Discounts: 58590, - Sales: 1009610, - COGS: 362700, - Profit: 646910, - Date: `7/1/19`, - Month: `July`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Burlington`, - UnitsSold: 3121, - ManufacturingPrice: 120, - SalePrice: 350, - GrossSales: 1092350, - Discounts: 41412, - Sales: 1050938, - COGS: 256360, - Profit: 794578, - Date: `10/1/19`, - Month: `October`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Burlington`, - UnitsSold: 2059, - ManufacturingPrice: 120, - SalePrice: 20, - GrossSales: 41180, - Discounts: 2172, - Sales: 39008, - COGS: 9050, - Profit: 29958, - Date: `10/1/19`, - Month: `October`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Mandarin`, - UnitsSold: 4254, - ManufacturingPrice: 250, - SalePrice: 12, - GrossSales: 51048, - Discounts: 3036.96, - Sales: 48011.04, - COGS: 6327, - Profit: 41684.04, - Date: `5/1/19`, - Month: `May`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Mandarin`, - UnitsSold: 1293, - ManufacturingPrice: 250, - SalePrice: 15, - GrossSales: 19395, - Discounts: 6974.1, - Sales: 12420.9, - COGS: 38745, - Profit: 26324.1, - Date: `7/1/19`, - Month: `July`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Mandarin`, - UnitsSold: 1293, - ManufacturingPrice: 250, - SalePrice: 350, - GrossSales: 452550, - Discounts: 26166, - Sales: 426384, - COGS: 161980, - Profit: 264404, - Date: `9/1/18`, - Month: `September`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Mandarin`, - UnitsSold: 230, - ManufacturingPrice: 250, - SalePrice: 350, - GrossSales: 80500, - Discounts: 41412, - Sales: 39088, - COGS: 256360, - Profit: 217272, - Date: `10/1/19`, - Month: `October`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Mandarin`, - UnitsSold: 1723, - ManufacturingPrice: 250, - SalePrice: 125, - GrossSales: 215375, - Discounts: 35805, - Sales: 179570, - COGS: 286440, - Profit: 106870, - Date: `11/1/19`, - Month: `November`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Mandarin`, - UnitsSold: 240, - ManufacturingPrice: 250, - SalePrice: 20, - GrossSales: 4800, - Discounts: 2959.2, - Sales: 1840.8, - COGS: 12330, - Profit: 10489.2, - Date: `12/1/19`, - Month: `December`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Luxe`, - UnitsSold: 2571, - ManufacturingPrice: 260, - SalePrice: 350, - GrossSales: 899850, - Discounts: 11340, - Sales: 888510, - COGS: 70200, - Profit: 818310, - Date: `2/1/19`, - Month: `February`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Luxe`, - UnitsSold: 1661, - ManufacturingPrice: 260, - SalePrice: 7, - GrossSales: 11627, - Discounts: 2874.06, - Sales: 8752.94, - COGS: 17107.5, - Profit: 8354.56, - Date: `7/1/19`, - Month: `July`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Luxe`, - UnitsSold: 4474, - ManufacturingPrice: 260, - SalePrice: 7, - GrossSales: 31318, - Discounts: 2296.56, - Sales: 29021.44, - COGS: 13670, - Profit: 15351.44, - Date: `10/1/19`, - Month: `October`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Luxe`, - UnitsSold: 833, - ManufacturingPrice: 260, - SalePrice: 15, - GrossSales: 12495, - Discounts: 4586.4, - Sales: 7908.6, - COGS: 25480, - Profit: 17571.4, - Date: `11/1/18`, - Month: `November`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Kensington`, - UnitsSold: 674, - ManufacturingPrice: 3, - SalePrice: 20, - GrossSales: 13480, - Discounts: 6051.6, - Sales: 7428.4, - COGS: 25215, - Profit: 17786.6, - Date: `1/1/19`, - Month: `January`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Royal Oak`, - UnitsSold: 778, - ManufacturingPrice: 5, - SalePrice: 12, - GrossSales: 9336, - Discounts: 3831.84, - Sales: 5504.16, - COGS: 7983, - Profit: 2478.84, - Date: `5/1/19`, - Month: `May`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Vermont`, - UnitsSold: 1457, - ManufacturingPrice: 10, - SalePrice: 20, - GrossSales: 29140, - Discounts: 3674.4, - Sales: 25465.6, - COGS: 15310, - Profit: 10155.6, - Date: `12/1/19`, - Month: `December`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Mandarin`, - UnitsSold: 3158, - ManufacturingPrice: 250, - SalePrice: 7, - GrossSales: 22106, - Discounts: 1252.44, - Sales: 20853.56, - COGS: 7455, - Profit: 13398.56, - Date: `3/1/19`, - Month: `March`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Mandarin`, - UnitsSold: 4095, - ManufacturingPrice: 250, - SalePrice: 20, - GrossSales: 81900, - Discounts: 3674.4, - Sales: 78225.6, - COGS: 15310, - Profit: 62915.6, - Date: `12/1/19`, - Month: `December`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Luxe`, - UnitsSold: 3170, - ManufacturingPrice: 260, - SalePrice: 12, - GrossSales: 38040, - Discounts: 3975.84, - Sales: 34064.16, - COGS: 8283, - Profit: 25781.16, - Date: `9/1/18`, - Month: `September`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Kensington`, - UnitsSold: 493, - ManufacturingPrice: 3, - SalePrice: 15, - GrossSales: 7395, - Discounts: 5005.65, - Sales: 2389.35, - COGS: 25670, - Profit: 23280.65, - Date: `6/1/19`, - Month: `June`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Mandarin`, - UnitsSold: 3286, - ManufacturingPrice: 250, - SalePrice: 15, - GrossSales: 49290, - Discounts: 5005.65, - Sales: 44284.35, - COGS: 25670, - Profit: 18614.35, - Date: `6/1/19`, - Month: `June`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Kensington`, - UnitsSold: 3563, - ManufacturingPrice: 3, - SalePrice: 350, - GrossSales: 1247050, - Discounts: 41996.5, - Sales: 1205053.5, - COGS: 239980, - Profit: 965073.5, - Date: `3/1/19`, - Month: `March`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Kensington`, - UnitsSold: 4109, - ManufacturingPrice: 3, - SalePrice: 350, - GrossSales: 1438150, - Discounts: 81445, - Sales: 1356705, - COGS: 465400, - Profit: 891305, - Date: `3/1/19`, - Month: `March`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Kensington`, - UnitsSold: 3653, - ManufacturingPrice: 3, - SalePrice: 20, - GrossSales: 73060, - Discounts: 1149.2, - Sales: 71910.8, - COGS: 4420, - Profit: 67490.8, - Date: `9/1/18`, - Month: `September`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Royal Oak`, - UnitsSold: 2203, - ManufacturingPrice: 5, - SalePrice: 350, - GrossSales: 771050, - Discounts: 44703.75, - Sales: 726346.25, - COGS: 255450, - Profit: 470896.25, - Date: `1/1/19`, - Month: `January`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Royal Oak`, - UnitsSold: 2924, - ManufacturingPrice: 5, - SalePrice: 7, - GrossSales: 20468, - Discounts: 1181.18, - Sales: 19286.82, - COGS: 6490, - Profit: 12796.82, - Date: `2/1/19`, - Month: `February`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Royal Oak`, - UnitsSold: 2650, - ManufacturingPrice: 5, - SalePrice: 12, - GrossSales: 31800, - Discounts: 942.24, - Sales: 30857.76, - COGS: 1812, - Profit: 29045.76, - Date: `6/1/19`, - Month: `June`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Royal Oak`, - UnitsSold: 1194, - ManufacturingPrice: 5, - SalePrice: 20, - GrossSales: 23880, - Discounts: 5863, - Sales: 18017, - COGS: 22550, - Profit: 4533, - Date: `7/1/19`, - Month: `July`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Royal Oak`, - UnitsSold: 3366, - ManufacturingPrice: 5, - SalePrice: 20, - GrossSales: 67320, - Discounts: 3247.4, - Sales: 64072.6, - COGS: 12490, - Profit: 51582.6, - Date: `10/1/19`, - Month: `October`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Vermont`, - UnitsSold: 1325, - ManufacturingPrice: 10, - SalePrice: 7, - GrossSales: 9275, - Discounts: 1309.04, - Sales: 7965.97, - COGS: 7192.5, - Profit: 773.47, - Date: `1/1/19`, - Month: `January`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Vermont`, - UnitsSold: 4243, - ManufacturingPrice: 10, - SalePrice: 300, - GrossSales: 1272900, - Discounts: 31473, - Sales: 1241427, - COGS: 201750, - Profit: 1039677, - Date: `1/1/19`, - Month: `January`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Vermont`, - UnitsSold: 2887, - ManufacturingPrice: 10, - SalePrice: 20, - GrossSales: 57740, - Discounts: 6866.6, - Sales: 50873.4, - COGS: 26410, - Profit: 24463.4, - Date: `2/1/19`, - Month: `February`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Vermont`, - UnitsSold: 3839, - ManufacturingPrice: 10, - SalePrice: 20, - GrossSales: 76780, - Discounts: 7040.8, - Sales: 69739.2, - COGS: 27080, - Profit: 42659.2, - Date: `2/1/19`, - Month: `February`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Vermont`, - UnitsSold: 1863, - ManufacturingPrice: 10, - SalePrice: 350, - GrossSales: 652050, - Discounts: 119756, - Sales: 532294, - COGS: 684320, - Profit: 152026, - Date: `6/1/19`, - Month: `June`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Vermont`, - UnitsSold: 2858, - ManufacturingPrice: 10, - SalePrice: 125, - GrossSales: 357250, - Discounts: 25723.75, - Sales: 331526.25, - COGS: 189960, - Profit: 141566.25, - Date: `6/1/19`, - Month: `June`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Vermont`, - UnitsSold: 2868, - ManufacturingPrice: 10, - SalePrice: 12, - GrossSales: 34416, - Discounts: 890.76, - Sales: 33525.24, - COGS: 1713, - Profit: 31812.24, - Date: `7/1/19`, - Month: `July`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Vermont`, - UnitsSold: 3805, - ManufacturingPrice: 10, - SalePrice: 7, - GrossSales: 26635, - Discounts: 2453.36, - Sales: 24181.64, - COGS: 13480, - Profit: 10701.64, - Date: `8/1/19`, - Month: `August`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Vermont`, - UnitsSold: 3914, - ManufacturingPrice: 10, - SalePrice: 15, - GrossSales: 58710, - Discounts: 3051.75, - Sales: 55658.25, - COGS: 15650, - Profit: 40008.25, - Date: `10/1/19`, - Month: `October`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Vermont`, - UnitsSold: 524, - ManufacturingPrice: 10, - SalePrice: 20, - GrossSales: 10480, - Discounts: 3247.4, - Sales: 7232.6, - COGS: 12490, - Profit: 5257.4, - Date: `10/1/19`, - Month: `October`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Vermont`, - UnitsSold: 3095, - ManufacturingPrice: 10, - SalePrice: 350, - GrossSales: 1083250, - Discounts: 16243.5, - Sales: 1067006.5, - COGS: 92820, - Profit: 974186.5, - Date: `11/1/19`, - Month: `November`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Vermont`, - UnitsSold: 2410, - ManufacturingPrice: 10, - SalePrice: 12, - GrossSales: 28920, - Discounts: 1580.28, - Sales: 27339.72, - COGS: 3039, - Profit: 24300.72, - Date: `12/1/19`, - Month: `December`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Burlington`, - UnitsSold: 4263, - ManufacturingPrice: 120, - SalePrice: 15, - GrossSales: 63945, - Discounts: 7795.13, - Sales: 56149.88, - COGS: 39975, - Profit: 16174.88, - Date: `1/1/19`, - Month: `January`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Burlington`, - UnitsSold: 2239, - ManufacturingPrice: 120, - SalePrice: 350, - GrossSales: 783650, - Discounts: 119756, - Sales: 663894, - COGS: 684320, - Profit: 20426, - Date: `6/1/19`, - Month: `June`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Burlington`, - UnitsSold: 569, - ManufacturingPrice: 120, - SalePrice: 7, - GrossSales: 3983, - Discounts: 1082.9, - Sales: 2900.1, - COGS: 5950, - Profit: 3049.9, - Date: `6/1/19`, - Month: `June`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Burlington`, - UnitsSold: 3889, - ManufacturingPrice: 120, - SalePrice: 12, - GrossSales: 46668, - Discounts: 942.24, - Sales: 45725.76, - COGS: 1812, - Profit: 43913.76, - Date: `6/1/19`, - Month: `June`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Burlington`, - UnitsSold: 1378, - ManufacturingPrice: 120, - SalePrice: 15, - GrossSales: 20670, - Discounts: 1287, - Sales: 19383, - COGS: 6600, - Profit: 12783, - Date: `9/1/18`, - Month: `September`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Burlington`, - UnitsSold: 2253, - ManufacturingPrice: 120, - SalePrice: 12, - GrossSales: 27036, - Discounts: 639.6, - Sales: 26396.4, - COGS: 1230, - Profit: 25166.4, - Date: `10/1/19`, - Month: `October`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Burlington`, - UnitsSold: 3202, - ManufacturingPrice: 120, - SalePrice: 300, - GrossSales: 960600, - Discounts: 101595, - Sales: 859005, - COGS: 651250, - Profit: 207755, - Date: `11/1/18`, - Month: `November`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Burlington`, - UnitsSold: 3835, - ManufacturingPrice: 120, - SalePrice: 12, - GrossSales: 46020, - Discounts: 1580.28, - Sales: 44439.72, - COGS: 3039, - Profit: 41400.72, - Date: `12/1/19`, - Month: `December`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Mandarin`, - UnitsSold: 2487, - ManufacturingPrice: 250, - SalePrice: 125, - GrossSales: 310875, - Discounts: 25723.75, - Sales: 285151.25, - COGS: 189960, - Profit: 95191.25, - Date: `6/1/19`, - Month: `June`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Mandarin`, - UnitsSold: 4428, - ManufacturingPrice: 250, - SalePrice: 15, - GrossSales: 66420, - Discounts: 3051.75, - Sales: 63368.25, - COGS: 15650, - Profit: 47718.25, - Date: `10/1/19`, - Month: `October`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Luxe`, - UnitsSold: 1200, - ManufacturingPrice: 260, - SalePrice: 125, - GrossSales: 150000, - Discounts: 26958.75, - Sales: 123041.25, - COGS: 199080, - Profit: 76038.75, - Date: `1/1/19`, - Month: `January`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Luxe`, - UnitsSold: 2953, - ManufacturingPrice: 260, - SalePrice: 7, - GrossSales: 20671, - Discounts: 1082.9, - Sales: 19588.1, - COGS: 5950, - Profit: 13638.1, - Date: `6/1/19`, - Month: `June`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Luxe`, - UnitsSold: 1453, - ManufacturingPrice: 260, - SalePrice: 12, - GrossSales: 17436, - Discounts: 639.6, - Sales: 16796.4, - COGS: 1230, - Profit: 15566.4, - Date: `10/1/19`, - Month: `October`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Luxe`, - UnitsSold: 865, - ManufacturingPrice: 260, - SalePrice: 12, - GrossSales: 10380, - Discounts: 2761.2, - Sales: 7618.8, - COGS: 5310, - Profit: 2308.8, - Date: `12/1/18`, - Month: `December`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Kensington`, - UnitsSold: 1072, - ManufacturingPrice: 3, - SalePrice: 20, - GrossSales: 21440, - Discounts: 7221.2, - Sales: 14218.8, - COGS: 25790, - Profit: 11571.2, - Date: `4/1/19`, - Month: `April`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Kensington`, - UnitsSold: 1737, - ManufacturingPrice: 3, - SalePrice: 20, - GrossSales: 34740, - Discounts: 4880.4, - Sales: 29859.6, - COGS: 17430, - Profit: 12429.6, - Date: `5/1/19`, - Month: `May`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Kensington`, - UnitsSold: 1535, - ManufacturingPrice: 3, - SalePrice: 7, - GrossSales: 10745, - Discounts: 2936.08, - Sales: 7808.92, - COGS: 14980, - Profit: 7171.08, - Date: `10/1/18`, - Month: `October`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Kensington`, - UnitsSold: 2532, - ManufacturingPrice: 3, - SalePrice: 7, - GrossSales: 17724, - Discounts: 274.4, - Sales: 17449.6, - COGS: 1400, - Profit: 16049.6, - Date: `12/1/19`, - Month: `December`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Royal Oak`, - UnitsSold: 1765, - ManufacturingPrice: 5, - SalePrice: 7, - GrossSales: 12355, - Discounts: 287.14, - Sales: 12067.86, - COGS: 1465, - Profit: 10602.86, - Date: `2/1/19`, - Month: `February`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Royal Oak`, - UnitsSold: 1567, - ManufacturingPrice: 5, - SalePrice: 7, - GrossSales: 10969, - Discounts: 2936.08, - Sales: 8032.92, - COGS: 14980, - Profit: 6947.08, - Date: `10/1/18`, - Month: `October`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Vermont`, - UnitsSold: 2640, - ManufacturingPrice: 10, - SalePrice: 15, - GrossSales: 39600, - Discounts: 583.8, - Sales: 39016.2, - COGS: 2780, - Profit: 36236.2, - Date: `2/1/19`, - Month: `February`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Vermont`, - UnitsSold: 3079, - ManufacturingPrice: 10, - SalePrice: 20, - GrossSales: 61580, - Discounts: 6798.4, - Sales: 54781.6, - COGS: 24280, - Profit: 30501.6, - Date: `3/1/19`, - Month: `March`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Vermont`, - UnitsSold: 4130, - ManufacturingPrice: 10, - SalePrice: 15, - GrossSales: 61950, - Discounts: 3710.7, - Sales: 58239.3, - COGS: 17670, - Profit: 40569.3, - Date: `9/1/19`, - Month: `September`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Vermont`, - UnitsSold: 2938, - ManufacturingPrice: 10, - SalePrice: 12, - GrossSales: 35256, - Discounts: 2340.24, - Sales: 32915.76, - COGS: 4179, - Profit: 28736.76, - Date: `10/1/19`, - Month: `October`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Mandarin`, - UnitsSold: 3080, - ManufacturingPrice: 250, - SalePrice: 7, - GrossSales: 21560, - Discounts: 274.4, - Sales: 21285.6, - COGS: 1400, - Profit: 19885.6, - Date: `12/1/19`, - Month: `December`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Luxe`, - UnitsSold: 1530, - ManufacturingPrice: 260, - SalePrice: 12, - GrossSales: 18360, - Discounts: 2340.24, - Sales: 16019.76, - COGS: 4179, - Profit: 11840.76, - Date: `10/1/19`, - Month: `October`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Luxe`, - UnitsSold: 3537, - ManufacturingPrice: 260, - SalePrice: 12, - GrossSales: 42444, - Discounts: 3385.2, - Sales: 39058.8, - COGS: 6045, - Profit: 33013.8, - Date: `12/1/18`, - Month: `December`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Kensington`, - UnitsSold: 2021, - ManufacturingPrice: 3, - SalePrice: 300, - GrossSales: 606300, - Discounts: 33642, - Sales: 572658, - COGS: 200250, - Profit: 372408, - Date: `7/1/19`, - Month: `July`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Kensington`, - UnitsSold: 1804, - ManufacturingPrice: 3, - SalePrice: 125, - GrossSales: 225500, - Discounts: 17902.5, - Sales: 207597.5, - COGS: 122760, - Profit: 84837.5, - Date: `9/1/18`, - Month: `September`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Kensington`, - UnitsSold: 1014, - ManufacturingPrice: 3, - SalePrice: 300, - GrossSales: 304200, - Discounts: 62832, - Sales: 241368, - COGS: 374000, - Profit: 132632, - Date: `10/1/19`, - Month: `October`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Kensington`, - UnitsSold: 2913, - ManufacturingPrice: 3, - SalePrice: 300, - GrossSales: 873900, - Discounts: 42420, - Sales: 831480, - COGS: 252500, - Profit: 578980, - Date: `10/1/19`, - Month: `October`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Kensington`, - UnitsSold: 763, - ManufacturingPrice: 3, - SalePrice: 15, - GrossSales: 11445, - Discounts: 3177.3, - Sales: 8267.7, - COGS: 15130, - Profit: 6862.3, - Date: `11/1/19`, - Month: `November`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Kensington`, - UnitsSold: 1425, - ManufacturingPrice: 3, - SalePrice: 15, - GrossSales: 21375, - Discounts: 4830, - Sales: 16545, - COGS: 23000, - Profit: 6455, - Date: `12/1/19`, - Month: `December`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Kensington`, - UnitsSold: 4357, - ManufacturingPrice: 3, - SalePrice: 125, - GrossSales: 544625, - Discounts: 49367.5, - Sales: 495257.5, - COGS: 338520, - Profit: 156737.5, - Date: `12/1/18`, - Month: `December`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Royal Oak`, - UnitsSold: 2138, - ManufacturingPrice: 5, - SalePrice: 350, - GrossSales: 748300, - Discounts: 109147.5, - Sales: 639152.5, - COGS: 579150, - Profit: 60002.5, - Date: `1/1/19`, - Month: `January`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Royal Oak`, - UnitsSold: 3825, - ManufacturingPrice: 5, - SalePrice: 350, - GrossSales: 1338750, - Discounts: 58751, - Sales: 1279999, - COGS: 311740, - Profit: 968259, - Date: `4/1/19`, - Month: `April`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Royal Oak`, - UnitsSold: 3393, - ManufacturingPrice: 5, - SalePrice: 350, - GrossSales: 1187550, - Discounts: 9800, - Sales: 1177750, - COGS: 52000, - Profit: 1125750, - Date: `5/1/19`, - Month: `May`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Royal Oak`, - UnitsSold: 2215, - ManufacturingPrice: 5, - SalePrice: 7, - GrossSales: 15505, - Discounts: 380.24, - Sales: 15124.76, - COGS: 1940, - Profit: 13184.76, - Date: `9/1/19`, - Month: `September`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Royal Oak`, - UnitsSold: 2278, - ManufacturingPrice: 5, - SalePrice: 7, - GrossSales: 15946, - Discounts: 1692.46, - Sales: 14253.54, - COGS: 8635, - Profit: 5618.54, - Date: `10/1/18`, - Month: `October`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Royal Oak`, - UnitsSold: 403, - ManufacturingPrice: 5, - SalePrice: 15, - GrossSales: 6045, - Discounts: 4830, - Sales: 1215, - COGS: 23000, - Profit: 21785, - Date: `12/1/19`, - Month: `December`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Vermont`, - UnitsSold: 289, - ManufacturingPrice: 10, - SalePrice: 20, - GrossSales: 5780, - Discounts: 728, - Sales: 5052, - COGS: 2600, - Profit: 2452, - Date: `2/1/19`, - Month: `February`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Vermont`, - UnitsSold: 749, - ManufacturingPrice: 10, - SalePrice: 15, - GrossSales: 11235, - Discounts: 5187, - Sales: 6048, - COGS: 24700, - Profit: 18652, - Date: `9/1/18`, - Month: `September`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Vermont`, - UnitsSold: 372, - ManufacturingPrice: 10, - SalePrice: 15, - GrossSales: 5580, - Discounts: 3660.3, - Sales: 1919.7, - COGS: 17430, - Profit: 15510.3, - Date: `10/1/18`, - Month: `October`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Vermont`, - UnitsSold: 3781, - ManufacturingPrice: 10, - SalePrice: 12, - GrossSales: 45372, - Discounts: 4895.52, - Sales: 40476.48, - COGS: 8742, - Profit: 31734.48, - Date: `10/1/19`, - Month: `October`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Vermont`, - UnitsSold: 1785, - ManufacturingPrice: 10, - SalePrice: 7, - GrossSales: 12495, - Discounts: 1696.38, - Sales: 10798.62, - COGS: 8655, - Profit: 2143.62, - Date: `10/1/19`, - Month: `October`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Vermont`, - UnitsSold: 4029, - ManufacturingPrice: 10, - SalePrice: 350, - GrossSales: 1410150, - Discounts: 34300, - Sales: 1375850, - COGS: 182000, - Profit: 1193850, - Date: `11/1/19`, - Month: `November`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Vermont`, - UnitsSold: 2813, - ManufacturingPrice: 10, - SalePrice: 12, - GrossSales: 33756, - Discounts: 3732.96, - Sales: 30023.04, - COGS: 6666, - Profit: 23357.04, - Date: `11/1/18`, - Month: `November`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Vermont`, - UnitsSold: 2150, - ManufacturingPrice: 10, - SalePrice: 350, - GrossSales: 752500, - Discounts: 57673, - Sales: 694827, - COGS: 306020, - Profit: 388807, - Date: `11/1/19`, - Month: `November`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Vermont`, - UnitsSold: 2093, - ManufacturingPrice: 10, - SalePrice: 350, - GrossSales: 732550, - Discounts: 94178, - Sales: 638372, - COGS: 499720, - Profit: 138652, - Date: `11/1/18`, - Month: `November`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Burlington`, - UnitsSold: 4391, - ManufacturingPrice: 120, - SalePrice: 125, - GrossSales: 548875, - Discounts: 27562.5, - Sales: 521312.5, - COGS: 189000, - Profit: 332312.5, - Date: `2/1/19`, - Month: `February`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Burlington`, - UnitsSold: 2695, - ManufacturingPrice: 120, - SalePrice: 20, - GrossSales: 53900, - Discounts: 1696.8, - Sales: 52203.2, - COGS: 6060, - Profit: 46143.2, - Date: `4/1/19`, - Month: `April`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Burlington`, - UnitsSold: 1337, - ManufacturingPrice: 120, - SalePrice: 300, - GrossSales: 401100, - Discounts: 103320, - Sales: 297780, - COGS: 615000, - Profit: 317220, - Date: `7/1/19`, - Month: `July`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Burlington`, - UnitsSold: 2621, - ManufacturingPrice: 120, - SalePrice: 300, - GrossSales: 786300, - Discounts: 11298, - Sales: 775002, - COGS: 67250, - Profit: 707752, - Date: `10/1/18`, - Month: `October`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Burlington`, - UnitsSold: 3735, - ManufacturingPrice: 120, - SalePrice: 300, - GrossSales: 1120500, - Discounts: 106512, - Sales: 1013988, - COGS: 634000, - Profit: 379988, - Date: `11/1/18`, - Month: `November`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Mandarin`, - UnitsSold: 4320, - ManufacturingPrice: 250, - SalePrice: 7, - GrossSales: 30240, - Discounts: 2844.94, - Sales: 27395.06, - COGS: 14515, - Profit: 12880.06, - Date: `3/1/19`, - Month: `March`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Mandarin`, - UnitsSold: 2828, - ManufacturingPrice: 250, - SalePrice: 300, - GrossSales: 848400, - Discounts: 106722, - Sales: 741678, - COGS: 635250, - Profit: 106428, - Date: `8/1/19`, - Month: `August`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Mandarin`, - UnitsSold: 2586, - ManufacturingPrice: 250, - SalePrice: 300, - GrossSales: 775800, - Discounts: 11298, - Sales: 764502, - COGS: 67250, - Profit: 697252, - Date: `10/1/18`, - Month: `October`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Mandarin`, - UnitsSold: 1248, - ManufacturingPrice: 250, - SalePrice: 300, - GrossSales: 374400, - Discounts: 62832, - Sales: 311568, - COGS: 374000, - Profit: 62432, - Date: `10/1/19`, - Month: `October`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Mandarin`, - UnitsSold: 4035, - ManufacturingPrice: 250, - SalePrice: 300, - GrossSales: 1210500, - Discounts: 42420, - Sales: 1168080, - COGS: 252500, - Profit: 915580, - Date: `10/1/19`, - Month: `October`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Mandarin`, - UnitsSold: 359, - ManufacturingPrice: 250, - SalePrice: 350, - GrossSales: 125650, - Discounts: 62769, - Sales: 62881, - COGS: 333060, - Profit: 270179, - Date: `12/1/18`, - Month: `December`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Luxe`, - UnitsSold: 3926, - ManufacturingPrice: 260, - SalePrice: 300, - GrossSales: 1177800, - Discounts: 37296, - Sales: 1140504, - COGS: 222000, - Profit: 918504, - Date: `3/1/19`, - Month: `March`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Luxe`, - UnitsSold: 4247, - ManufacturingPrice: 260, - SalePrice: 125, - GrossSales: 530875, - Discounts: 49770, - Sales: 481105, - COGS: 341280, - Profit: 139825, - Date: `5/1/19`, - Month: `May`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Luxe`, - UnitsSold: 2695, - ManufacturingPrice: 260, - SalePrice: 12, - GrossSales: 32340, - Discounts: 4158, - Sales: 28182, - COGS: 7425, - Profit: 20757, - Date: `8/1/19`, - Month: `August`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Luxe`, - UnitsSold: 1104, - ManufacturingPrice: 260, - SalePrice: 15, - GrossSales: 16560, - Discounts: 3660.3, - Sales: 12899.7, - COGS: 17430, - Profit: 4530.3, - Date: `10/1/18`, - Month: `October`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Luxe`, - UnitsSold: 1449, - ManufacturingPrice: 260, - SalePrice: 12, - GrossSales: 17388, - Discounts: 4895.52, - Sales: 12492.48, - COGS: 8742, - Profit: 3750.48, - Date: `10/1/19`, - Month: `October`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Luxe`, - UnitsSold: 1131, - ManufacturingPrice: 260, - SalePrice: 7, - GrossSales: 7917, - Discounts: 1696.38, - Sales: 6220.62, - COGS: 8655, - Profit: 2434.38, - Date: `10/1/19`, - Month: `October`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Luxe`, - UnitsSold: 1468, - ManufacturingPrice: 260, - SalePrice: 7, - GrossSales: 10276, - Discounts: 1692.46, - Sales: 8583.54, - COGS: 8635, - Profit: 51.46, - Date: `10/1/18`, - Month: `October`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Luxe`, - UnitsSold: 1272, - ManufacturingPrice: 260, - SalePrice: 15, - GrossSales: 19080, - Discounts: 3927, - Sales: 15153, - COGS: 18700, - Profit: 3547, - Date: `11/1/18`, - Month: `November`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Kensington`, - UnitsSold: 1403, - ManufacturingPrice: 3, - SalePrice: 125, - GrossSales: 175375, - Discounts: 22012.5, - Sales: 153362.5, - COGS: 140880, - Profit: 12482.5, - Date: `8/1/19`, - Month: `August`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Kensington`, - UnitsSold: 2161, - ManufacturingPrice: 3, - SalePrice: 125, - GrossSales: 270125, - Discounts: 51881.25, - Sales: 218243.75, - COGS: 332040, - Profit: 113796.25, - Date: `8/1/19`, - Month: `August`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Kensington`, - UnitsSold: 1937, - ManufacturingPrice: 3, - SalePrice: 125, - GrossSales: 242125, - Discounts: 20343.75, - Sales: 221781.25, - COGS: 130200, - Profit: 91581.25, - Date: `10/1/19`, - Month: `October`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Royal Oak`, - UnitsSold: 2879, - ManufacturingPrice: 5, - SalePrice: 300, - GrossSales: 863700, - Discounts: 24570, - Sales: 839130, - COGS: 136500, - Profit: 702630, - Date: `10/1/19`, - Month: `October`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Vermont`, - UnitsSold: 1330, - ManufacturingPrice: 10, - SalePrice: 20, - GrossSales: 26600, - Discounts: 3474, - Sales: 23126, - COGS: 11580, - Profit: 11546, - Date: `3/1/19`, - Month: `March`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Vermont`, - UnitsSold: 2426, - ManufacturingPrice: 10, - SalePrice: 15, - GrossSales: 36390, - Discounts: 3631.5, - Sales: 32758.5, - COGS: 16140, - Profit: 16618.5, - Date: `4/1/19`, - Month: `April`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Vermont`, - UnitsSold: 2033, - ManufacturingPrice: 10, - SalePrice: 7, - GrossSales: 14231, - Discounts: 2661.75, - Sales: 11569.25, - COGS: 12675, - Profit: 1105.75, - Date: `4/1/19`, - Month: `April`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Vermont`, - UnitsSold: 2029, - ManufacturingPrice: 10, - SalePrice: 350, - GrossSales: 710150, - Discounts: 149677.5, - Sales: 560472.5, - COGS: 741260, - Profit: 180787.5, - Date: `5/1/19`, - Month: `May`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Vermont`, - UnitsSold: 1049, - ManufacturingPrice: 10, - SalePrice: 15, - GrossSales: 15735, - Discounts: 5757.75, - Sales: 9977.25, - COGS: 25590, - Profit: 15612.75, - Date: `8/1/19`, - Month: `August`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Vermont`, - UnitsSold: 1062, - ManufacturingPrice: 10, - SalePrice: 20, - GrossSales: 21240, - Discounts: 801, - Sales: 20439, - COGS: 2670, - Profit: 17769, - Date: `10/1/18`, - Month: `October`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Vermont`, - UnitsSold: 2509, - ManufacturingPrice: 10, - SalePrice: 125, - GrossSales: 313625, - Discounts: 20343.75, - Sales: 293281.25, - COGS: 130200, - Profit: 163081.25, - Date: `10/1/19`, - Month: `October`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Vermont`, - UnitsSold: 1743, - ManufacturingPrice: 10, - SalePrice: 15, - GrossSales: 26145, - Discounts: 2643.75, - Sales: 23501.25, - COGS: 11750, - Profit: 11751.25, - Date: `10/1/19`, - Month: `October`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Vermont`, - UnitsSold: 3418, - ManufacturingPrice: 10, - SalePrice: 350, - GrossSales: 1196300, - Discounts: 105367.5, - Sales: 1090932.5, - COGS: 521820, - Profit: 569112.5, - Date: `11/1/18`, - Month: `November`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Vermont`, - UnitsSold: 1751, - ManufacturingPrice: 10, - SalePrice: 350, - GrossSales: 612850, - Discounts: 112927.5, - Sales: 499922.5, - COGS: 559260, - Profit: 59337.5, - Date: `11/1/18`, - Month: `November`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Vermont`, - UnitsSold: 3228, - ManufacturingPrice: 10, - SalePrice: 12, - GrossSales: 38736, - Discounts: 1645.2, - Sales: 37090.8, - COGS: 2742, - Profit: 34348.8, - Date: `12/1/19`, - Month: `December`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Vermont`, - UnitsSold: 1105, - ManufacturingPrice: 10, - SalePrice: 20, - GrossSales: 22100, - Discounts: 879, - Sales: 21221, - COGS: 2930, - Profit: 18291, - Date: `12/1/19`, - Month: `December`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Burlington`, - UnitsSold: 2778, - ManufacturingPrice: 120, - SalePrice: 12, - GrossSales: 33336, - Discounts: 900, - Sales: 32436, - COGS: 1500, - Profit: 30936, - Date: `3/1/19`, - Month: `March`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Burlington`, - UnitsSold: 1173, - ManufacturingPrice: 120, - SalePrice: 15, - GrossSales: 17595, - Discounts: 6358.5, - Sales: 11236.5, - COGS: 28260, - Profit: 17023.5, - Date: `5/1/19`, - Month: `May`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Burlington`, - UnitsSold: 3160, - ManufacturingPrice: 120, - SalePrice: 125, - GrossSales: 395000, - Discounts: 12431.25, - Sales: 382568.75, - COGS: 79560, - Profit: 303008.75, - Date: `9/1/19`, - Month: `September`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Burlington`, - UnitsSold: 4322, - ManufacturingPrice: 120, - SalePrice: 300, - GrossSales: 1296600, - Discounts: 115830, - Sales: 1180770, - COGS: 643500, - Profit: 537270, - Date: `11/1/18`, - Month: `November`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Burlington`, - UnitsSold: 1901, - ManufacturingPrice: 120, - SalePrice: 125, - GrossSales: 237625, - Discounts: 45712.5, - Sales: 191912.5, - COGS: 292560, - Profit: 100647.5, - Date: `12/1/18`, - Month: `December`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Burlington`, - UnitsSold: 2980, - ManufacturingPrice: 120, - SalePrice: 12, - GrossSales: 35760, - Discounts: 1645.2, - Sales: 34114.8, - COGS: 2742, - Profit: 31372.8, - Date: `12/1/19`, - Month: `December`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Mandarin`, - UnitsSold: 4068, - ManufacturingPrice: 250, - SalePrice: 20, - GrossSales: 81360, - Discounts: 2596.5, - Sales: 78763.5, - COGS: 8655, - Profit: 70108.5, - Date: `7/1/19`, - Month: `July`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Mandarin`, - UnitsSold: 2105, - ManufacturingPrice: 250, - SalePrice: 15, - GrossSales: 31575, - Discounts: 1107, - Sales: 30468, - COGS: 4920, - Profit: 25548, - Date: `7/1/19`, - Month: `July`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Mandarin`, - UnitsSold: 1647, - ManufacturingPrice: 250, - SalePrice: 20, - GrossSales: 32940, - Discounts: 801, - Sales: 32139, - COGS: 2670, - Profit: 29469, - Date: `10/1/18`, - Month: `October`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Mandarin`, - UnitsSold: 235, - ManufacturingPrice: 250, - SalePrice: 15, - GrossSales: 3525, - Discounts: 2643.75, - Sales: 881.25, - COGS: 11750, - Profit: 10868.75, - Date: `10/1/19`, - Month: `October`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Mandarin`, - UnitsSold: 3617, - ManufacturingPrice: 250, - SalePrice: 125, - GrossSales: 452125, - Discounts: 55387.5, - Sales: 396737.5, - COGS: 354480, - Profit: 42257.5, - Date: `11/1/18`, - Month: `November`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Mandarin`, - UnitsSold: 2106, - ManufacturingPrice: 250, - SalePrice: 125, - GrossSales: 263250, - Discounts: 10350, - Sales: 252900, - COGS: 66240, - Profit: 186660, - Date: `11/1/19`, - Month: `November`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Mandarin`, - UnitsSold: 2351, - ManufacturingPrice: 250, - SalePrice: 20, - GrossSales: 47020, - Discounts: 879, - Sales: 46141, - COGS: 2930, - Profit: 43211, - Date: `12/1/19`, - Month: `December`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Luxe`, - UnitsSold: 1897, - ManufacturingPrice: 260, - SalePrice: 300, - GrossSales: 569100, - Discounts: 111375, - Sales: 457725, - COGS: 618750, - Profit: 161025, - Date: `3/1/19`, - Month: `March`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Luxe`, - UnitsSold: 647, - ManufacturingPrice: 260, - SalePrice: 300, - GrossSales: 194100, - Discounts: 24570, - Sales: 169530, - COGS: 136500, - Profit: 33030, - Date: `10/1/19`, - Month: `October`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Royal Oak`, - UnitsSold: 3621, - ManufacturingPrice: 5, - SalePrice: 7, - GrossSales: 25347, - Discounts: 1436.4, - Sales: 23910.6, - COGS: 6840, - Profit: 17070.6, - Date: `2/1/19`, - Month: `February`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Vermont`, - UnitsSold: 3221, - ManufacturingPrice: 10, - SalePrice: 7, - GrossSales: 22547, - Discounts: 759.15, - Sales: 21787.85, - COGS: 3615, - Profit: 18172.85, - Date: `4/1/19`, - Month: `April`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Mandarin`, - UnitsSold: 493, - ManufacturingPrice: 250, - SalePrice: 12, - GrossSales: 5916, - Discounts: 3250.8, - Sales: 2665.2, - COGS: 5418, - Profit: 2752.8, - Date: `5/1/19`, - Month: `May`, - Year: `2019` - }), + new SalesDataItem({ Country: `UK`, Product: `Vermont`, UnitsSold: 501, ManufacturingPrice: 15, SalePrice: 23, GrossSales: 26440, Discounts: 0, Sales: 26440, COGS: 16185, Profit: 11255, Date: `1/1/20`, Month: `January`, Year: `2020` }), + new SalesDataItem({ Country: `Japan`, Product: `Kensington`, UnitsSold: 1372, ManufacturingPrice: 3, SalePrice: 20, GrossSales: 27440, Discounts: 0, Sales: 27440, COGS: 16185, Profit: 11255, Date: `1/1/20`, Month: `January`, Year: `2020` }), + new SalesDataItem({ Country: `India`, Product: `Kensington`, UnitsSold: 2762, ManufacturingPrice: 3, SalePrice: 20, GrossSales: 55240, Discounts: 0, Sales: 55240, COGS: 13210, Profit: 42030, Date: `1/1/20`, Month: `January`, Year: `2020` }), + new SalesDataItem({ Country: `UK`, Product: `Kensington`, UnitsSold: 1464, ManufacturingPrice: 3, SalePrice: 15, GrossSales: 21960, Discounts: 0, Sales: 21960, COGS: 21780, Profit: 180, Date: `6/1/20`, Month: `June`, Year: `2020` }), + new SalesDataItem({ Country: `India`, Product: `Kensington`, UnitsSold: 719, ManufacturingPrice: 3, SalePrice: 15, GrossSales: 10785, Discounts: 0, Sales: 10785, COGS: 8880, Profit: 1905, Date: `6/1/20`, Month: `June`, Year: `2020` }), + new SalesDataItem({ Country: `Brazil`, Product: `Kensington`, UnitsSold: 3576, ManufacturingPrice: 3, SalePrice: 15, GrossSales: 53640, Discounts: 0, Sales: 53640, COGS: 24700, Profit: 28940, Date: `6/1/20`, Month: `June`, Year: `2020` }), + new SalesDataItem({ Country: `India`, Product: `Kensington`, UnitsSold: 4422, ManufacturingPrice: 3, SalePrice: 350, GrossSales: 1547700, Discounts: 0, Sales: 1547700, COGS: 393380, Profit: 1154320, Date: `12/1/20`, Month: `December`, Year: `2020` }), + new SalesDataItem({ Country: `India`, Product: `Royal Oak`, UnitsSold: 3649, ManufacturingPrice: 5, SalePrice: 15, GrossSales: 54735, Discounts: 0, Sales: 54735, COGS: 9210, Profit: 45525, Date: `3/1/20`, Month: `March`, Year: `2020` }), + new SalesDataItem({ Country: `Japan`, Product: `Royal Oak`, UnitsSold: 4172, ManufacturingPrice: 5, SalePrice: 12, GrossSales: 50064, Discounts: 0, Sales: 50064, COGS: 7554, Profit: 42510, Date: `6/1/20`, Month: `June`, Year: `2020` }), + new SalesDataItem({ Country: `UK`, Product: `Royal Oak`, UnitsSold: 3841, ManufacturingPrice: 5, SalePrice: 20, GrossSales: 76820, Discounts: 0, Sales: 76820, COGS: 18990, Profit: 57830, Date: `6/1/20`, Month: `June`, Year: `2020` }), + new SalesDataItem({ Country: `India`, Product: `Royal Oak`, UnitsSold: 3726, ManufacturingPrice: 5, SalePrice: 12, GrossSales: 44712, Discounts: 0, Sales: 44712, COGS: 4635, Profit: 40077, Date: `6/1/20`, Month: `June`, Year: `2020` }), + new SalesDataItem({ Country: `Brazil`, Product: `Royal Oak`, UnitsSold: 2625, ManufacturingPrice: 5, SalePrice: 15, GrossSales: 39375, Discounts: 0, Sales: 39375, COGS: 24700, Profit: 14675, Date: `6/1/20`, Month: `June`, Year: `2020` }), + new SalesDataItem({ Country: `Japan`, Product: `Royal Oak`, UnitsSold: 1958, ManufacturingPrice: 5, SalePrice: 125, GrossSales: 244750, Discounts: 0, Sales: 244750, COGS: 319860, Profit: 75110, Date: `7/1/20`, Month: `July`, Year: `2020` }), + new SalesDataItem({ Country: `Brazil`, Product: `Royal Oak`, UnitsSold: 3271, ManufacturingPrice: 5, SalePrice: 300, GrossSales: 981300, Discounts: 0, Sales: 981300, COGS: 239500, Profit: 741800, Date: `8/1/20`, Month: `August`, Year: `2020` }), + new SalesDataItem({ Country: `India`, Product: `Royal Oak`, UnitsSold: 2091, ManufacturingPrice: 5, SalePrice: 7, GrossSales: 14637, Discounts: 0, Sales: 14637, COGS: 10730, Profit: 3907, Date: `9/1/20`, Month: `September`, Year: `2020` }), + new SalesDataItem({ Country: `USA`, Product: `Royal Oak`, UnitsSold: 2825, ManufacturingPrice: 5, SalePrice: 15, GrossSales: 42375, Discounts: 0, Sales: 42375, COGS: 6150, Profit: 36225, Date: `12/1/20`, Month: `December`, Year: `2020` }), + new SalesDataItem({ Country: `Japan`, Product: `Vermont`, UnitsSold: 2513, ManufacturingPrice: 10, SalePrice: 20, GrossSales: 50260, Discounts: 0, Sales: 50260, COGS: 2920, Profit: 47340, Date: `2/1/20`, Month: `February`, Year: `2020` }), + new SalesDataItem({ Country: `Brazil`, Product: `Vermont`, UnitsSold: 883, ManufacturingPrice: 10, SalePrice: 15, GrossSales: 13245, Discounts: 0, Sales: 13245, COGS: 9740, Profit: 3505, Date: `2/1/20`, Month: `February`, Year: `2020` }), + new SalesDataItem({ Country: `Japan`, Product: `Vermont`, UnitsSold: 2087, ManufacturingPrice: 10, SalePrice: 12, GrossSales: 25044, Discounts: 0, Sales: 25044, COGS: 7554, Profit: 17490, Date: `6/1/20`, Month: `June`, Year: `2020` }), + new SalesDataItem({ Country: `India`, Product: `Vermont`, UnitsSold: 2563, ManufacturingPrice: 10, SalePrice: 350, GrossSales: 897050, Discounts: 0, Sales: 897050, COGS: 261560, Profit: 635490, Date: `6/1/20`, Month: `June`, Year: `2020` }), + new SalesDataItem({ Country: `India`, Product: `Vermont`, UnitsSold: 2846, ManufacturingPrice: 10, SalePrice: 12, GrossSales: 34152, Discounts: 0, Sales: 34152, COGS: 1101, Profit: 33051, Date: `7/1/20`, Month: `July`, Year: `2020` }), + new SalesDataItem({ Country: `Brazil`, Product: `Vermont`, UnitsSold: 997, ManufacturingPrice: 10, SalePrice: 7, GrossSales: 6979, Discounts: 0, Sales: 6979, COGS: 4415, Profit: 2564, Date: `8/1/20`, Month: `August`, Year: `2020` }), + new SalesDataItem({ Country: `Brazil`, Product: `Vermont`, UnitsSold: 2290, ManufacturingPrice: 10, SalePrice: 15, GrossSales: 34350, Discounts: 0, Sales: 34350, COGS: 24720, Profit: 9630, Date: `9/1/20`, Month: `September`, Year: `2020` }), + new SalesDataItem({ Country: `USA`, Product: `Vermont`, UnitsSold: 2133, ManufacturingPrice: 10, SalePrice: 7, GrossSales: 14931, Discounts: 0, Sales: 14931, COGS: 5715, Profit: 9216, Date: `10/1/20`, Month: `October`, Year: `2020` }), + new SalesDataItem({ Country: `Japan`, Product: `Vermont`, UnitsSold: 3617, ManufacturingPrice: 10, SalePrice: 20, GrossSales: 72340, Discounts: 0, Sales: 72340, COGS: 18170, Profit: 54170, Date: `12/1/20`, Month: `December`, Year: `2020` }), + new SalesDataItem({ Country: `India`, Product: `Vermont`, UnitsSold: 1266, ManufacturingPrice: 10, SalePrice: 350, GrossSales: 443100, Discounts: 0, Sales: 443100, COGS: 393380, Profit: 49720, Date: `12/1/20`, Month: `December`, Year: `2020` }), + new SalesDataItem({ Country: `Brazil`, Product: `Burlington`, UnitsSold: 894, ManufacturingPrice: 120, SalePrice: 7, GrossSales: 6258, Discounts: 0, Sales: 6258, COGS: 7465, Profit: 1207, Date: `1/1/20`, Month: `January`, Year: `2020` }), + new SalesDataItem({ Country: `UK`, Product: `Burlington`, UnitsSold: 2725, ManufacturingPrice: 120, SalePrice: 125, GrossSales: 340625, Discounts: 0, Sales: 340625, COGS: 216480, Profit: 124145, Date: `2/1/20`, Month: `February`, Year: `2020` }), + new SalesDataItem({ Country: `India`, Product: `Burlington`, UnitsSold: 3061, ManufacturingPrice: 120, SalePrice: 12, GrossSales: 36732, Discounts: 0, Sales: 36732, COGS: 6483, Profit: 30249, Date: `3/1/20`, Month: `March`, Year: `2020` }), + new SalesDataItem({ Country: `India`, Product: `Burlington`, UnitsSold: 3958, ManufacturingPrice: 120, SalePrice: 350, GrossSales: 1385300, Discounts: 0, Sales: 1385300, COGS: 261560, Profit: 1123740, Date: `6/1/20`, Month: `June`, Year: `2020` }), + new SalesDataItem({ Country: `India`, Product: `Burlington`, UnitsSold: 3920, ManufacturingPrice: 120, SalePrice: 12, GrossSales: 47040, Discounts: 0, Sales: 47040, COGS: 4635, Profit: 42405, Date: `6/1/20`, Month: `June`, Year: `2020` }), + new SalesDataItem({ Country: `USA`, Product: `Burlington`, UnitsSold: 3381, ManufacturingPrice: 120, SalePrice: 125, GrossSales: 422625, Discounts: 0, Sales: 422625, COGS: 338520, Profit: 84105, Date: `8/1/20`, Month: `August`, Year: `2020` }), + new SalesDataItem({ Country: `Japan`, Product: `Mandarin`, UnitsSold: 4307, ManufacturingPrice: 250, SalePrice: 300, GrossSales: 1292100, Discounts: 0, Sales: 1292100, COGS: 500250, Profit: 791850, Date: `2/1/20`, Month: `February`, Year: `2020` }), + new SalesDataItem({ Country: `India`, Product: `Mandarin`, UnitsSold: 878, ManufacturingPrice: 250, SalePrice: 12, GrossSales: 10536, Discounts: 0, Sales: 10536, COGS: 8514, Profit: 2022, Date: `4/1/20`, Month: `April`, Year: `2020` }), + new SalesDataItem({ Country: `UK`, Product: `Mandarin`, UnitsSold: 496, ManufacturingPrice: 250, SalePrice: 15, GrossSales: 7440, Discounts: 0, Sales: 7440, COGS: 21780, Profit: 14340, Date: `6/1/20`, Month: `June`, Year: `2020` }), + new SalesDataItem({ Country: `India`, Product: `Mandarin`, UnitsSold: 3367, ManufacturingPrice: 250, SalePrice: 15, GrossSales: 50505, Discounts: 0, Sales: 50505, COGS: 8880, Profit: 41625, Date: `6/1/20`, Month: `June`, Year: `2020` }), + new SalesDataItem({ Country: `UK`, Product: `Mandarin`, UnitsSold: 2055, ManufacturingPrice: 250, SalePrice: 300, GrossSales: 616500, Discounts: 0, Sales: 616500, COGS: 537750, Profit: 78750, Date: `9/1/20`, Month: `September`, Year: `2020` }), + new SalesDataItem({ Country: `Japan`, Product: `Mandarin`, UnitsSold: 4041, ManufacturingPrice: 250, SalePrice: 20, GrossSales: 80820, Discounts: 0, Sales: 80820, COGS: 18170, Profit: 62650, Date: `12/1/20`, Month: `December`, Year: `2020` }), + new SalesDataItem({ Country: `UK`, Product: `Luxe`, UnitsSold: 3237, ManufacturingPrice: 260, SalePrice: 350, GrossSales: 1132950, Discounts: 0, Sales: 1132950, COGS: 715000, Profit: 417950, Date: `2/1/20`, Month: `February`, Year: `2020` }), + new SalesDataItem({ Country: `USA`, Product: `Luxe`, UnitsSold: 630, ManufacturingPrice: 260, SalePrice: 12, GrossSales: 7560, Discounts: 0, Sales: 7560, COGS: 5859, Profit: 1701, Date: `4/1/20`, Month: `April`, Year: `2020` }), + new SalesDataItem({ Country: `India`, Product: `Luxe`, UnitsSold: 4210, ManufacturingPrice: 260, SalePrice: 125, GrossSales: 526250, Discounts: 0, Sales: 526250, COGS: 506340, Profit: 19910, Date: `4/1/20`, Month: `April`, Year: `2020` }), + new SalesDataItem({ Country: `UK`, Product: `Luxe`, UnitsSold: 1127, ManufacturingPrice: 260, SalePrice: 20, GrossSales: 22540, Discounts: 0, Sales: 22540, COGS: 18990, Profit: 3550, Date: `6/1/20`, Month: `June`, Year: `2020` }), + new SalesDataItem({ Country: `India`, Product: `Luxe`, UnitsSold: 3438, ManufacturingPrice: 260, SalePrice: 7, GrossSales: 24066, Discounts: 0, Sales: 24066, COGS: 8430, Profit: 15636, Date: `7/1/20`, Month: `July`, Year: `2020` }), + new SalesDataItem({ Country: `USA`, Product: `Luxe`, UnitsSold: 2015, ManufacturingPrice: 260, SalePrice: 12, GrossSales: 24180, Discounts: 0, Sales: 24180, COGS: 6423, Profit: 17757, Date: `8/1/20`, Month: `August`, Year: `2020` }), + new SalesDataItem({ Country: `USA`, Product: `Luxe`, UnitsSold: 2534, ManufacturingPrice: 260, SalePrice: 7, GrossSales: 17738, Discounts: 0, Sales: 17738, COGS: 5715, Profit: 12023, Date: `10/1/20`, Month: `October`, Year: `2020` }), + new SalesDataItem({ Country: `USA`, Product: `Luxe`, UnitsSold: 1384, ManufacturingPrice: 260, SalePrice: 15, GrossSales: 20760, Discounts: 0, Sales: 20760, COGS: 6150, Profit: 14610, Date: `12/1/20`, Month: `December`, Year: `2020` }), + new SalesDataItem({ Country: `UK`, Product: `Vermont`, UnitsSold: 3561, ManufacturingPrice: 10, SalePrice: 7, GrossSales: 24927, Discounts: 276.15, Sales: 24650.85, COGS: 19725, Profit: 4925.85, Date: `1/1/20`, Month: `January`, Year: `2020` }), + new SalesDataItem({ Country: `UK`, Product: `Vermont`, UnitsSold: 1823, ManufacturingPrice: 10, SalePrice: 15, GrossSales: 27345, Discounts: 344.4, Sales: 27000.6, COGS: 22960, Profit: 4040.6, Date: `2/1/20`, Month: `February`, Year: `2020` }), + new SalesDataItem({ Country: `UK`, Product: `Vermont`, UnitsSold: 2795, ManufacturingPrice: 10, SalePrice: 7, GrossSales: 19565, Discounts: 72.1, Sales: 19492.9, COGS: 5150, Profit: 14342.9, Date: `5/1/20`, Month: `May`, Year: `2020` }), + new SalesDataItem({ Country: `UK`, Product: `Burlington`, UnitsSold: 457, ManufacturingPrice: 120, SalePrice: 7, GrossSales: 3199, Discounts: 44.73, Sales: 3154.27, COGS: 3195, Profit: 40.73, Date: `11/1/20`, Month: `November`, Year: `2020` }), + new SalesDataItem({ Country: `Japan`, Product: `Mandarin`, UnitsSold: 3785, ManufacturingPrice: 250, SalePrice: 7, GrossSales: 26495, Discounts: 92.82, Sales: 26402.18, COGS: 6630, Profit: 19772.18, Date: `3/1/20`, Month: `March`, Year: `2020` }), + new SalesDataItem({ Country: `USA`, Product: `Kensington`, UnitsSold: 748, ManufacturingPrice: 3, SalePrice: 12, GrossSales: 8976, Discounts: 222.96, Sales: 8753.04, COGS: 5574, Profit: 3179.04, Date: `2/1/20`, Month: `February`, Year: `2020` }), + new SalesDataItem({ Country: `Brazil`, Product: `Kensington`, UnitsSold: 1021, ManufacturingPrice: 3, SalePrice: 350, GrossSales: 357350, Discounts: 4235, Sales: 353115, COGS: 314600, Profit: 38515, Date: `3/1/20`, Month: `March`, Year: `2020` }), + new SalesDataItem({ Country: `USA`, Product: `Kensington`, UnitsSold: 2076, ManufacturingPrice: 3, SalePrice: 7, GrossSales: 14532, Discounts: 177.03, Sales: 14354.97, COGS: 12645, Profit: 1709.97, Date: `7/1/20`, Month: `July`, Year: `2020` }), + new SalesDataItem({ Country: `Japan`, Product: `Kensington`, UnitsSold: 4316, ManufacturingPrice: 3, SalePrice: 12, GrossSales: 51792, Discounts: 173.4, Sales: 51618.6, COGS: 4335, Profit: 47283.6, Date: `9/1/20`, Month: `September`, Year: `2020` }), + new SalesDataItem({ Country: `UK`, Product: `Kensington`, UnitsSold: 4174, ManufacturingPrice: 3, SalePrice: 12, GrossSales: 50088, Discounts: 320.52, Sales: 49767.48, COGS: 8013, Profit: 41754.48, Date: `9/1/20`, Month: `September`, Year: `2020` }), + new SalesDataItem({ Country: `Brazil`, Product: `Kensington`, UnitsSold: 3736, ManufacturingPrice: 3, SalePrice: 350, GrossSales: 1307600, Discounts: 4889.5, Sales: 1302710.5, COGS: 363220, Profit: 939490.5, Date: `10/1/20`, Month: `October`, Year: `2020` }), + new SalesDataItem({ Country: `UK`, Product: `Kensington`, UnitsSold: 1914, ManufacturingPrice: 3, SalePrice: 350, GrossSales: 669900, Discounts: 7542.5, Sales: 662357.5, COGS: 560300, Profit: 102057.5, Date: `12/1/20`, Month: `December`, Year: `2020` }), + new SalesDataItem({ Country: `Brazil`, Product: `Royal Oak`, UnitsSold: 2742, ManufacturingPrice: 5, SalePrice: 15, GrossSales: 41130, Discounts: 332.1, Sales: 40797.9, COGS: 22140, Profit: 18657.9, Date: `3/1/20`, Month: `March`, Year: `2020` }), + new SalesDataItem({ Country: `USA`, Product: `Royal Oak`, UnitsSold: 1499, ManufacturingPrice: 5, SalePrice: 300, GrossSales: 449700, Discounts: 6903, Sales: 442797, COGS: 575250, Profit: 132453, Date: `4/1/20`, Month: `April`, Year: `2020` }), + new SalesDataItem({ Country: `UK`, Product: `Royal Oak`, UnitsSold: 3772, ManufacturingPrice: 5, SalePrice: 20, GrossSales: 75440, Discounts: 275.1, Sales: 75164.9, COGS: 13755, Profit: 61409.9, Date: `7/1/20`, Month: `July`, Year: `2020` }), + new SalesDataItem({ Country: `Japan`, Product: `Royal Oak`, UnitsSold: 1112, ManufacturingPrice: 5, SalePrice: 7, GrossSales: 7784, Discounts: 128.1, Sales: 7655.9, COGS: 9150, Profit: 1494.1, Date: `8/1/20`, Month: `August`, Year: `2020` }), + new SalesDataItem({ Country: `USA`, Product: `Vermont`, UnitsSold: 2368, ManufacturingPrice: 10, SalePrice: 15, GrossSales: 35520, Discounts: 227.1, Sales: 35292.9, COGS: 15140, Profit: 20152.9, Date: `2/1/20`, Month: `February`, Year: `2020` }), + new SalesDataItem({ Country: `USA`, Product: `Vermont`, UnitsSold: 1586, ManufacturingPrice: 10, SalePrice: 7, GrossSales: 11102, Discounts: 314.48, Sales: 10787.52, COGS: 22462.5, Profit: 11674.98, Date: `4/1/20`, Month: `April`, Year: `2020` }), + new SalesDataItem({ Country: `USA`, Product: `Vermont`, UnitsSold: 3386, ManufacturingPrice: 10, SalePrice: 125, GrossSales: 423250, Discounts: 908.75, Sales: 422341.25, COGS: 87240, Profit: 335101.25, Date: `6/1/20`, Month: `June`, Year: `2020` }), + new SalesDataItem({ Country: `UK`, Product: `Vermont`, UnitsSold: 852, ManufacturingPrice: 10, SalePrice: 125, GrossSales: 106500, Discounts: 983.75, Sales: 105516.25, COGS: 94440, Profit: 11076.25, Date: `6/1/20`, Month: `June`, Year: `2020` }), + new SalesDataItem({ Country: `Brazil`, Product: `Vermont`, UnitsSold: 2783, ManufacturingPrice: 10, SalePrice: 125, GrossSales: 347875, Discounts: 2278.75, Sales: 345596.25, COGS: 218760, Profit: 126836.25, Date: `7/1/20`, Month: `July`, Year: `2020` }), + new SalesDataItem({ Country: `India`, Product: `Vermont`, UnitsSold: 2684, ManufacturingPrice: 10, SalePrice: 15, GrossSales: 40260, Discounts: 112.05, Sales: 40147.95, COGS: 7470, Profit: 32677.95, Date: `9/1/20`, Month: `September`, Year: `2020` }), + new SalesDataItem({ Country: `USA`, Product: `Vermont`, UnitsSold: 4083, ManufacturingPrice: 10, SalePrice: 300, GrossSales: 1224900, Discounts: 8715, Sales: 1216185, COGS: 726250, Profit: 489935, Date: `11/1/20`, Month: `November`, Year: `2020` }), + new SalesDataItem({ Country: `UK`, Product: `Vermont`, UnitsSold: 2816, ManufacturingPrice: 10, SalePrice: 350, GrossSales: 985600, Discounts: 7542.5, Sales: 978057.5, COGS: 560300, Profit: 417757.5, Date: `12/1/20`, Month: `December`, Year: `2020` }), + new SalesDataItem({ Country: `UK`, Product: `Burlington`, UnitsSold: 4294, ManufacturingPrice: 120, SalePrice: 20, GrossSales: 85880, Discounts: 772.8, Sales: 85107.2, COGS: 38640, Profit: 46467.2, Date: `4/1/20`, Month: `April`, Year: `2020` }), + new SalesDataItem({ Country: `Brazil`, Product: `Burlington`, UnitsSold: 2856, ManufacturingPrice: 120, SalePrice: 7, GrossSales: 19992, Discounts: 25.34, Sales: 19966.66, COGS: 1810, Profit: 18156.66, Date: `5/1/20`, Month: `May`, Year: `2020` }), + new SalesDataItem({ Country: `Japan`, Product: `Burlington`, UnitsSold: 1407, ManufacturingPrice: 120, SalePrice: 125, GrossSales: 175875, Discounts: 1153.75, Sales: 174721.25, COGS: 110760, Profit: 63961.25, Date: `8/1/20`, Month: `August`, Year: `2020` }), + new SalesDataItem({ Country: `India`, Product: `Mandarin`, UnitsSold: 1265, ManufacturingPrice: 250, SalePrice: 7, GrossSales: 8855, Discounts: 18.41, Sales: 8836.59, COGS: 1315, Profit: 7521.59, Date: `3/1/20`, Month: `March`, Year: `2020` }), + new SalesDataItem({ Country: `Japan`, Product: `Mandarin`, UnitsSold: 3892, ManufacturingPrice: 250, SalePrice: 350, GrossSales: 1362200, Discounts: 3302.25, Sales: 1358897.75, COGS: 245310, Profit: 1113587.75, Date: `4/1/20`, Month: `April`, Year: `2020` }), + new SalesDataItem({ Country: `USA`, Product: `Mandarin`, UnitsSold: 3068, ManufacturingPrice: 250, SalePrice: 125, GrossSales: 383500, Discounts: 908.75, Sales: 382591.25, COGS: 87240, Profit: 295351.25, Date: `6/1/20`, Month: `June`, Year: `2020` }), + new SalesDataItem({ Country: `UK`, Product: `Mandarin`, UnitsSold: 2181, ManufacturingPrice: 250, SalePrice: 125, GrossSales: 272625, Discounts: 983.75, Sales: 271641.25, COGS: 94440, Profit: 177201.25, Date: `6/1/20`, Month: `June`, Year: `2020` }), + new SalesDataItem({ Country: `India`, Product: `Mandarin`, UnitsSold: 1356, ManufacturingPrice: 250, SalePrice: 300, GrossSales: 406800, Discounts: 2958, Sales: 403842, COGS: 246500, Profit: 177201.25, Date: `6/1/20`, Month: `June`, Year: `2020` }), + new SalesDataItem({ Country: `Brazil`, Product: `Mandarin`, UnitsSold: 1814, ManufacturingPrice: 250, SalePrice: 350, GrossSales: 634900, Discounts: 4889.5, Sales: 630010.5, COGS: 363220, Profit: 266790.5, Date: `10/1/20`, Month: `October`, Year: `2020` }), + new SalesDataItem({ Country: `UK`, Product: `Mandarin`, UnitsSold: 1495, ManufacturingPrice: 250, SalePrice: 125, GrossSales: 186875, Discounts: 2180, Sales: 184695, COGS: 209280, Profit: 24585, Date: `11/1/20`, Month: `November`, Year: `2020` }), + new SalesDataItem({ Country: `Japan`, Product: `Kensington`, UnitsSold: 1463, ManufacturingPrice: 3, SalePrice: 125, GrossSales: 182875, Discounts: 1856.25, Sales: 181018.75, COGS: 89100, Profit: 91918.75, Date: `4/1/20`, Month: `April`, Year: `2020` }), + new SalesDataItem({ Country: `Japan`, Product: `Kensington`, UnitsSold: 215, ManufacturingPrice: 3, SalePrice: 12, GrossSales: 2580, Discounts: 310.8, Sales: 2269.2, COGS: 3885, Profit: 1615.8, Date: `10/1/20`, Month: `October`, Year: `2020` }), + new SalesDataItem({ Country: `Japan`, Product: `Kensington`, UnitsSold: 566, ManufacturingPrice: 3, SalePrice: 350, GrossSales: 198100, Discounts: 19964, Sales: 178136, COGS: 741520, Profit: 563384, Date: `12/1/20`, Month: `December`, Year: `2020` }), + new SalesDataItem({ Country: `USA`, Product: `Royal Oak`, UnitsSold: 3255, ManufacturingPrice: 5, SalePrice: 12, GrossSales: 39060, Discounts: 274.08, Sales: 38785.92, COGS: 3426, Profit: 35359.92, Date: `6/1/20`, Month: `June`, Year: `2020` }), + new SalesDataItem({ Country: `USA`, Product: `Royal Oak`, UnitsSold: 772, ManufacturingPrice: 5, SalePrice: 20, GrossSales: 15440, Discounts: 626.4, Sales: 14813.6, COGS: 15660, Profit: 846.4, Date: `10/1/20`, Month: `October`, Year: `2020` }), + new SalesDataItem({ Country: `Brazil`, Product: `Royal Oak`, UnitsSold: 1135, ManufacturingPrice: 5, SalePrice: 12, GrossSales: 13620, Discounts: 165.6, Sales: 13454.4, COGS: 2070, Profit: 11384.4, Date: `11/1/20`, Month: `November`, Year: `2020` }), + new SalesDataItem({ Country: `Japan`, Product: `Vermont`, UnitsSold: 1193, ManufacturingPrice: 10, SalePrice: 15, GrossSales: 17895, Discounts: 708.9, Sales: 17186.1, COGS: 23630, Profit: 6443.9, Date: `2/1/20`, Month: `February`, Year: `2020` }), + new SalesDataItem({ Country: `UK`, Product: `Vermont`, UnitsSold: 2530, ManufacturingPrice: 10, SalePrice: 300, GrossSales: 759000, Discounts: 5508, Sales: 753492, COGS: 229500, Profit: 523992, Date: `5/1/20`, Month: `May`, Year: `2020` }), + new SalesDataItem({ Country: `India`, Product: `Vermont`, UnitsSold: 3451, ManufacturingPrice: 10, SalePrice: 300, GrossSales: 1035300, Discounts: 10368, Sales: 1024932, COGS: 432000, Profit: 592932, Date: `5/1/20`, Month: `May`, Year: `2020` }), + new SalesDataItem({ Country: `USA`, Product: `Vermont`, UnitsSold: 3059, ManufacturingPrice: 10, SalePrice: 12, GrossSales: 36708, Discounts: 274.08, Sales: 36433.92, COGS: 3426, Profit: 33007.92, Date: `6/1/20`, Month: `June`, Year: `2020` }), + new SalesDataItem({ Country: `Brazil`, Product: `Vermont`, UnitsSold: 3957, ManufacturingPrice: 10, SalePrice: 125, GrossSales: 494625, Discounts: 1655, Sales: 492970, COGS: 79440, Profit: 413530, Date: `6/1/20`, Month: `June`, Year: `2020` }), + new SalesDataItem({ Country: `Japan`, Product: `Vermont`, UnitsSold: 3444, ManufacturingPrice: 10, SalePrice: 12, GrossSales: 41328, Discounts: 310.8, Sales: 41017.2, COGS: 3885, Profit: 37132.2, Date: `10/1/20`, Month: `October`, Year: `2020` }), + new SalesDataItem({ Country: `Japan`, Product: `Vermont`, UnitsSold: 3154, ManufacturingPrice: 10, SalePrice: 300, GrossSales: 946200, Discounts: 11496, Sales: 934704, COGS: 479000, Profit: 455704, Date: `12/1/20`, Month: `December`, Year: `2020` }), + new SalesDataItem({ Country: `Japan`, Product: `Vermont`, UnitsSold: 4108, ManufacturingPrice: 10, SalePrice: 350, GrossSales: 1437800, Discounts: 19964, Sales: 1417836, COGS: 741520, Profit: 676316, Date: `12/1/20`, Month: `December`, Year: `2020` }), + new SalesDataItem({ Country: `Japan`, Product: `Vermont`, UnitsSold: 3760, ManufacturingPrice: 10, SalePrice: 125, GrossSales: 470000, Discounts: 6822.5, Sales: 463177.5, COGS: 327480, Profit: 135697.5, Date: `12/1/20`, Month: `December`, Year: `2020` }), + new SalesDataItem({ Country: `UK`, Product: `Vermont`, UnitsSold: 2334, ManufacturingPrice: 10, SalePrice: 12, GrossSales: 28008, Discounts: 253.2, Sales: 27754.8, COGS: 3165, Profit: 24589.8, Date: `12/1/20`, Month: `December`, Year: `2020` }), + new SalesDataItem({ Country: `Brazil`, Product: `Vermont`, UnitsSold: 580, ManufacturingPrice: 10, SalePrice: 12, GrossSales: 6960, Discounts: 260.16, Sales: 6699.84, COGS: 3252, Profit: 3447.84, Date: `12/1/20`, Month: `December`, Year: `2020` }), + new SalesDataItem({ Country: `USA`, Product: `Burlington`, UnitsSold: 2610, ManufacturingPrice: 120, SalePrice: 20, GrossSales: 52200, Discounts: 626.4, Sales: 51573.6, COGS: 15660, Profit: 35913.6, Date: `10/1/20`, Month: `October`, Year: `2020` }), + new SalesDataItem({ Country: `India`, Product: `Burlington`, UnitsSold: 1459, ManufacturingPrice: 120, SalePrice: 350, GrossSales: 510650, Discounts: 20139, Sales: 490511, COGS: 748020, Profit: 257509, Date: `10/1/20`, Month: `October`, Year: `2020` }), + new SalesDataItem({ Country: `UK`, Product: `Burlington`, UnitsSold: 3774, ManufacturingPrice: 120, SalePrice: 12, GrossSales: 45288, Discounts: 253.2, Sales: 45034.8, COGS: 3165, Profit: 41869.8, Date: `12/1/20`, Month: `December`, Year: `2020` }), + new SalesDataItem({ Country: `Brazil`, Product: `Burlington`, UnitsSold: 2572, ManufacturingPrice: 120, SalePrice: 12, GrossSales: 30864, Discounts: 260.16, Sales: 30603.84, COGS: 3252, Profit: 27351.84, Date: `12/1/20`, Month: `December`, Year: `2020` }), + new SalesDataItem({ Country: `Brazil`, Product: `Mandarin`, UnitsSold: 320, ManufacturingPrice: 250, SalePrice: 125, GrossSales: 40000, Discounts: 1655, Sales: 38345, COGS: 79440, Profit: 41095, Date: `6/1/20`, Month: `June`, Year: `2020` }), + new SalesDataItem({ Country: `India`, Product: `Mandarin`, UnitsSold: 3275, ManufacturingPrice: 250, SalePrice: 350, GrossSales: 1146250, Discounts: 20139, Sales: 1126111, COGS: 748020, Profit: 378091, Date: `10/1/20`, Month: `October`, Year: `2020` }), + new SalesDataItem({ Country: `Japan`, Product: `Mandarin`, UnitsSold: 3582, ManufacturingPrice: 250, SalePrice: 125, GrossSales: 447750, Discounts: 6822.5, Sales: 440927.5, COGS: 327480, Profit: 113447.5, Date: `12/1/20`, Month: `December`, Year: `2020` }), + new SalesDataItem({ Country: `India`, Product: `Luxe`, UnitsSold: 4056, ManufacturingPrice: 260, SalePrice: 300, GrossSales: 1216800, Discounts: 1554, Sales: 1215246, COGS: 64750, Profit: 1150496, Date: `3/1/20`, Month: `March`, Year: `2020` }), + new SalesDataItem({ Country: `Brazil`, Product: `Luxe`, UnitsSold: 2144, ManufacturingPrice: 260, SalePrice: 300, GrossSales: 643200, Discounts: 6606, Sales: 636594, COGS: 275250, Profit: 361344, Date: `3/1/20`, Month: `March`, Year: `2020` }), + new SalesDataItem({ Country: `India`, Product: `Luxe`, UnitsSold: 3502, ManufacturingPrice: 260, SalePrice: 125, GrossSales: 437750, Discounts: 5690, Sales: 432060, COGS: 273120, Profit: 158940, Date: `5/1/20`, Month: `May`, Year: `2020` }), + new SalesDataItem({ Country: `USA`, Product: `Luxe`, UnitsSold: 679, ManufacturingPrice: 260, SalePrice: 20, GrossSales: 13580, Discounts: 494.4, Sales: 13085.6, COGS: 12360, Profit: 725.6, Date: `11/1/20`, Month: `November`, Year: `2020` }), + new SalesDataItem({ Country: `UK`, Product: `Luxe`, UnitsSold: 2351, ManufacturingPrice: 260, SalePrice: 20, GrossSales: 47020, Discounts: 376.4, Sales: 46643.6, COGS: 9410, Profit: 37233.6, Date: `11/1/20`, Month: `November`, Year: `2020` }), + new SalesDataItem({ Country: `Japan`, Product: `Luxe`, UnitsSold: 2043, ManufacturingPrice: 260, SalePrice: 300, GrossSales: 612900, Discounts: 11496, Sales: 601404, COGS: 479000, Profit: 122404, Date: `12/1/20`, Month: `December`, Year: `2020` }), + new SalesDataItem({ Country: `UK`, Product: `Kensington`, UnitsSold: 3565, ManufacturingPrice: 3, SalePrice: 125, GrossSales: 445625, Discounts: 15913.13, Sales: 429711.88, COGS: 509220, Profit: 79508.13, Date: `4/1/20`, Month: `April`, Year: `2020` }), + new SalesDataItem({ Country: `India`, Product: `Kensington`, UnitsSold: 1401, ManufacturingPrice: 3, SalePrice: 20, GrossSales: 28020, Discounts: 1548, Sales: 26472, COGS: 25800, Profit: 672, Date: `4/1/20`, Month: `April`, Year: `2020` }), + new SalesDataItem({ Country: `India`, Product: `Kensington`, UnitsSold: 2077, ManufacturingPrice: 3, SalePrice: 300, GrossSales: 623100, Discounts: 6201, Sales: 616899, COGS: 172250, Profit: 444649, Date: `6/1/20`, Month: `June`, Year: `2020` }), + new SalesDataItem({ Country: `USA`, Product: `Kensington`, UnitsSold: 3643, ManufacturingPrice: 3, SalePrice: 12, GrossSales: 43716, Discounts: 700.92, Sales: 43015.08, COGS: 5841, Profit: 37174.08, Date: `9/1/20`, Month: `September`, Year: `2020` }), + new SalesDataItem({ Country: `India`, Product: `Royal Oak`, UnitsSold: 2960, ManufacturingPrice: 5, SalePrice: 7, GrossSales: 20720, Discounts: 411.18, Sales: 20308.82, COGS: 9790, Profit: 10518.82, Date: `2/1/20`, Month: `February`, Year: `2020` }), + new SalesDataItem({ Country: `UK`, Product: `Royal Oak`, UnitsSold: 1201, ManufacturingPrice: 5, SalePrice: 12, GrossSales: 14412, Discounts: 684.36, Sales: 13727.64, COGS: 5703, Profit: 8024.64, Date: `6/1/20`, Month: `June`, Year: `2020` }), + new SalesDataItem({ Country: `UK`, Product: `Royal Oak`, UnitsSold: 2321, ManufacturingPrice: 5, SalePrice: 7, GrossSales: 16247, Discounts: 114.24, Sales: 16132.76, COGS: 2720, Profit: 13412.76, Date: `9/1/20`, Month: `September`, Year: `2020` }), + new SalesDataItem({ Country: `UK`, Product: `Royal Oak`, UnitsSold: 3972, ManufacturingPrice: 5, SalePrice: 125, GrossSales: 496500, Discounts: 4826.25, Sales: 491673.75, COGS: 154440, Profit: 337233.75, Date: `12/1/20`, Month: `December`, Year: `2020` }), + new SalesDataItem({ Country: `India`, Product: `Royal Oak`, UnitsSold: 3878, ManufacturingPrice: 5, SalePrice: 125, GrossSales: 484750, Discounts: 6397.5, Sales: 478352.5, COGS: 204720, Profit: 273632.5, Date: `12/1/20`, Month: `December`, Year: `2020` }), + new SalesDataItem({ Country: `UK`, Product: `Vermont`, UnitsSold: 2278, ManufacturingPrice: 10, SalePrice: 300, GrossSales: 683400, Discounts: 21910.5, Sales: 661489.5, COGS: 608625, Profit: 52864.5, Date: `1/1/20`, Month: `January`, Year: `2020` }), + new SalesDataItem({ Country: `Japan`, Product: `Vermont`, UnitsSold: 1075, ManufacturingPrice: 10, SalePrice: 125, GrossSales: 134375, Discounts: 6652.5, Sales: 127722.5, COGS: 212880, Profit: 85157.5, Date: `3/1/20`, Month: `March`, Year: `2020` }), + new SalesDataItem({ Country: `UK`, Product: `Vermont`, UnitsSold: 4050, ManufacturingPrice: 10, SalePrice: 12, GrossSales: 48600, Discounts: 684.36, Sales: 47915.64, COGS: 5703, Profit: 42212.64, Date: `6/1/20`, Month: `June`, Year: `2020` }), + new SalesDataItem({ Country: `India`, Product: `Vermont`, UnitsSold: 3035, ManufacturingPrice: 10, SalePrice: 300, GrossSales: 910500, Discounts: 6201, Sales: 904299, COGS: 172250, Profit: 732049, Date: `6/1/20`, Month: `June`, Year: `2020` }), + new SalesDataItem({ Country: `India`, Product: `Vermont`, UnitsSold: 3636, ManufacturingPrice: 10, SalePrice: 125, GrossSales: 454500, Discounts: 5887.5, Sales: 448612.5, COGS: 188400, Profit: 260212.5, Date: `6/1/20`, Month: `June`, Year: `2020` }), + new SalesDataItem({ Country: `USA`, Product: `Vermont`, UnitsSold: 1379, ManufacturingPrice: 10, SalePrice: 12, GrossSales: 16548, Discounts: 493.02, Sales: 16054.98, COGS: 4108.5, Profit: 11946.48, Date: `7/1/20`, Month: `July`, Year: `2020` }), + new SalesDataItem({ Country: `Japan`, Product: `Vermont`, UnitsSold: 4492, ManufacturingPrice: 10, SalePrice: 125, GrossSales: 561500, Discounts: 7533.75, Sales: 553966.25, COGS: 241080, Profit: 312886.25, Date: `10/1/20`, Month: `October`, Year: `2020` }), + new SalesDataItem({ Country: `UK`, Product: `Vermont`, UnitsSold: 1744, ManufacturingPrice: 10, SalePrice: 125, GrossSales: 218000, Discounts: 4826.25, Sales: 213173.75, COGS: 154440, Profit: 58733.75, Date: `12/1/20`, Month: `December`, Year: `2020` }), + new SalesDataItem({ Country: `India`, Product: `Vermont`, UnitsSold: 2341, ManufacturingPrice: 10, SalePrice: 125, GrossSales: 292625, Discounts: 6397.5, Sales: 286227.5, COGS: 204720, Profit: 81507.5, Date: `12/1/20`, Month: `December`, Year: `2020` }), + new SalesDataItem({ Country: `Japan`, Product: `Burlington`, UnitsSold: 3835, ManufacturingPrice: 120, SalePrice: 125, GrossSales: 479375, Discounts: 7533.75, Sales: 471841.25, COGS: 241080, Profit: 230761.25, Date: `10/1/20`, Month: `October`, Year: `2020` }), + new SalesDataItem({ Country: `USA`, Product: `Mandarin`, UnitsSold: 1161, ManufacturingPrice: 250, SalePrice: 300, GrossSales: 348300, Discounts: 25596, Sales: 322704, COGS: 711000, Profit: 388296, Date: `2/1/20`, Month: `February`, Year: `2020` }), + new SalesDataItem({ Country: `Brazil`, Product: `Mandarin`, UnitsSold: 876, ManufacturingPrice: 250, SalePrice: 12, GrossSales: 10512, Discounts: 689.76, Sales: 9822.24, COGS: 5748, Profit: 4074.24, Date: `4/1/20`, Month: `April`, Year: `2020` }), + new SalesDataItem({ Country: `India`, Product: `Mandarin`, UnitsSold: 1705, ManufacturingPrice: 250, SalePrice: 125, GrossSales: 213125, Discounts: 5887.5, Sales: 207237.5, COGS: 188400, Profit: 18837.5, Date: `6/1/20`, Month: `June`, Year: `2020` }), + new SalesDataItem({ Country: `Japan`, Product: `Mandarin`, UnitsSold: 1805, ManufacturingPrice: 250, SalePrice: 300, GrossSales: 541500, Discounts: 16866, Sales: 524634, COGS: 468500, Profit: 56134, Date: `8/1/20`, Month: `August`, Year: `2020` }), + new SalesDataItem({ Country: `Brazil`, Product: `Mandarin`, UnitsSold: 389, ManufacturingPrice: 250, SalePrice: 350, GrossSales: 136150, Discounts: 17241, Sales: 118909, COGS: 426920, Profit: 308011, Date: `8/1/20`, Month: `August`, Year: `2020` }), + new SalesDataItem({ Country: `Japan`, Product: `Kensington`, UnitsSold: 1459, ManufacturingPrice: 3, SalePrice: 20, GrossSales: 29180, Discounts: 498.6, Sales: 28681.4, COGS: 8310, Profit: 20371.4, Date: `5/1/20`, Month: `May`, Year: `2020` }), + new SalesDataItem({ Country: `Japan`, Product: `Burlington`, UnitsSold: 4236, ManufacturingPrice: 120, SalePrice: 20, GrossSales: 84720, Discounts: 2310.3, Sales: 82409.7, COGS: 38505, Profit: 43904.7, Date: `4/1/20`, Month: `April`, Year: `2020` }), + new SalesDataItem({ Country: `India`, Product: `Mandarin`, UnitsSold: 3627, ManufacturingPrice: 250, SalePrice: 12, GrossSales: 43524, Discounts: 892.44, Sales: 42631.56, COGS: 7437, Profit: 35194.56, Date: `1/1/20`, Month: `January`, Year: `2020` }), + new SalesDataItem({ Country: `Brazil`, Product: `Royal Oak`, UnitsSold: 1756, ManufacturingPrice: 5, SalePrice: 15, GrossSales: 26340, Discounts: 1218.6, Sales: 25121.4, COGS: 20310, Profit: 4811.4, Date: `10/1/20`, Month: `October`, Year: `2020` }), + new SalesDataItem({ Country: `Brazil`, Product: `Vermont`, UnitsSold: 307, ManufacturingPrice: 10, SalePrice: 15, GrossSales: 4605, Discounts: 1218.6, Sales: 3386.4, COGS: 20310, Profit: 16923.6, Date: `10/1/20`, Month: `October`, Year: `2020` }), + new SalesDataItem({ Country: `India`, Product: `Kensington`, UnitsSold: 1222, ManufacturingPrice: 3, SalePrice: 300, GrossSales: 366600, Discounts: 24252, Sales: 342348, COGS: 505250, Profit: 162902, Date: `10/1/20`, Month: `October`, Year: `2020` }), + new SalesDataItem({ Country: `USA`, Product: `Kensington`, UnitsSold: 489, ManufacturingPrice: 3, SalePrice: 350, GrossSales: 171150, Discounts: 3836, Sales: 167314, COGS: 71240, Profit: 96074, Date: `12/1/20`, Month: `December`, Year: `2020` }), + new SalesDataItem({ Country: `Japan`, Product: `Royal Oak`, UnitsSold: 4133, ManufacturingPrice: 5, SalePrice: 15, GrossSales: 61995, Discounts: 1180.2, Sales: 60814.8, COGS: 19670, Profit: 41144.8, Date: `3/1/20`, Month: `March`, Year: `2020` }), + new SalesDataItem({ Country: `India`, Product: `Royal Oak`, UnitsSold: 2743, ManufacturingPrice: 5, SalePrice: 300, GrossSales: 822900, Discounts: 22308, Sales: 800592, COGS: 464750, Profit: 335842, Date: `8/1/20`, Month: `August`, Year: `2020` }), + new SalesDataItem({ Country: `India`, Product: `Royal Oak`, UnitsSold: 4460, ManufacturingPrice: 5, SalePrice: 300, GrossSales: 1338000, Discounts: 24252, Sales: 1313748, COGS: 505250, Profit: 808498, Date: `10/1/20`, Month: `October`, Year: `2020` }), + new SalesDataItem({ Country: `Brazil`, Product: `Royal Oak`, UnitsSold: 1232, ManufacturingPrice: 5, SalePrice: 125, GrossSales: 154000, Discounts: 5690, Sales: 148310, COGS: 136560, Profit: 11750, Date: `12/1/20`, Month: `December`, Year: `2020` }), + new SalesDataItem({ Country: `Japan`, Product: `Vermont`, UnitsSold: 2586, ManufacturingPrice: 10, SalePrice: 7, GrossSales: 18102, Discounts: 1190.28, Sales: 16911.72, COGS: 21255, Profit: 4343.28, Date: `1/1/20`, Month: `January`, Year: `2020` }), + new SalesDataItem({ Country: `India`, Product: `Vermont`, UnitsSold: 1332, ManufacturingPrice: 10, SalePrice: 125, GrossSales: 166500, Discounts: 3975, Sales: 162525, COGS: 95400, Profit: 67125, Date: `3/1/20`, Month: `March`, Year: `2020` }), + new SalesDataItem({ Country: `India`, Product: `Vermont`, UnitsSold: 4487, ManufacturingPrice: 10, SalePrice: 300, GrossSales: 1346100, Discounts: 16974, Sales: 1329126, COGS: 353625, Profit: 975501, Date: `4/1/20`, Month: `April`, Year: `2020` }), + new SalesDataItem({ Country: `USA`, Product: `Vermont`, UnitsSold: 3862, ManufacturingPrice: 10, SalePrice: 300, GrossSales: 1158600, Discounts: 35016, Sales: 1123584, COGS: 729500, Profit: 394084, Date: `5/1/20`, Month: `May`, Year: `2020` }), + new SalesDataItem({ Country: `USA`, Product: `Vermont`, UnitsSold: 1765, ManufacturingPrice: 10, SalePrice: 350, GrossSales: 617750, Discounts: 48300, Sales: 569450, COGS: 897000, Profit: 327550, Date: `7/1/20`, Month: `July`, Year: `2020` }), + new SalesDataItem({ Country: `UK`, Product: `Vermont`, UnitsSold: 3533, ManufacturingPrice: 10, SalePrice: 125, GrossSales: 441625, Discounts: 14940, Sales: 426685, COGS: 358560, Profit: 68125, Date: `7/1/20`, Month: `July`, Year: `2020` }), + new SalesDataItem({ Country: `Japan`, Product: `Vermont`, UnitsSold: 2016, ManufacturingPrice: 10, SalePrice: 15, GrossSales: 30240, Discounts: 130.8, Sales: 30109.2, COGS: 2180, Profit: 27929.2, Date: `9/1/20`, Month: `September`, Year: `2020` }), + new SalesDataItem({ Country: `Japan`, Product: `Vermont`, UnitsSold: 2938, ManufacturingPrice: 10, SalePrice: 20, GrossSales: 58760, Discounts: 1659.2, Sales: 57100.8, COGS: 20740, Profit: 36360.8, Date: `9/1/20`, Month: `September`, Year: `2020` }), + new SalesDataItem({ Country: `USA`, Product: `Vermont`, UnitsSold: 3352, ManufacturingPrice: 10, SalePrice: 20, GrossSales: 67040, Discounts: 844.8, Sales: 66195.2, COGS: 10560, Profit: 55635.2, Date: `9/1/20`, Month: `September`, Year: `2020` }), + new SalesDataItem({ Country: `USA`, Product: `Vermont`, UnitsSold: 2430, ManufacturingPrice: 10, SalePrice: 350, GrossSales: 850500, Discounts: 3836, Sales: 846664, COGS: 71240, Profit: 775424, Date: `12/1/20`, Month: `December`, Year: `2020` }), + new SalesDataItem({ Country: `Brazil`, Product: `Vermont`, UnitsSold: 535, ManufacturingPrice: 10, SalePrice: 125, GrossSales: 66875, Discounts: 5690, Sales: 61185, COGS: 136560, Profit: 75375, Date: `12/1/20`, Month: `December`, Year: `2020` }), + new SalesDataItem({ Country: `USA`, Product: `Burlington`, UnitsSold: 1523, ManufacturingPrice: 120, SalePrice: 12, GrossSales: 18276, Discounts: 703.2, Sales: 17572.8, COGS: 4395, Profit: 13177.8, Date: `3/1/20`, Month: `March`, Year: `2020` }), + new SalesDataItem({ Country: `UK`, Product: `Burlington`, UnitsSold: 1782, ManufacturingPrice: 120, SalePrice: 350, GrossSales: 623700, Discounts: 30478, Sales: 593222, COGS: 566020, Profit: 27202, Date: `10/1/20`, Month: `October`, Year: `2020` }), + new SalesDataItem({ Country: `UK`, Product: `Mandarin`, UnitsSold: 347, ManufacturingPrice: 250, SalePrice: 12, GrossSales: 4164, Discounts: 415.68, Sales: 3748.32, COGS: 2598, Profit: 1150.32, Date: `5/1/20`, Month: `May`, Year: `2020` }), + new SalesDataItem({ Country: `UK`, Product: `Mandarin`, UnitsSold: 3509, ManufacturingPrice: 250, SalePrice: 350, GrossSales: 1228150, Discounts: 30478, Sales: 1197672, COGS: 566020, Profit: 631652, Date: `10/1/20`, Month: `October`, Year: `2020` }), + new SalesDataItem({ Country: `Brazil`, Product: `Luxe`, UnitsSold: 2943, ManufacturingPrice: 260, SalePrice: 350, GrossSales: 1030050, Discounts: 26110, Sales: 1003940, COGS: 484900, Profit: 519040, Date: `2/1/20`, Month: `February`, Year: `2020` }), + new SalesDataItem({ Country: `Brazil`, Product: `Luxe`, UnitsSold: 4037, ManufacturingPrice: 260, SalePrice: 125, GrossSales: 504625, Discounts: 5370, Sales: 499255, COGS: 128880, Profit: 370375, Date: `4/1/20`, Month: `April`, Year: `2020` }), + new SalesDataItem({ Country: `India`, Product: `Luxe`, UnitsSold: 4146, ManufacturingPrice: 260, SalePrice: 350, GrossSales: 1451100, Discounts: 26698, Sales: 1424402, COGS: 495820, Profit: 928582, Date: `9/1/20`, Month: `September`, Year: `2020` }), + new SalesDataItem({ Country: `India`, Product: `Vermont`, UnitsSold: 725, ManufacturingPrice: 10, SalePrice: 7, GrossSales: 5075, Discounts: 480.2, Sales: 4594.8, COGS: 6860, Profit: 2265.2, Date: `1/1/20`, Month: `January`, Year: `2020` }), + new SalesDataItem({ Country: `Brazil`, Product: `Vermont`, UnitsSold: 2325, ManufacturingPrice: 10, SalePrice: 7, GrossSales: 16275, Discounts: 941.15, Sales: 15333.85, COGS: 13445, Profit: 1888.85, Date: `10/1/20`, Month: `October`, Year: `2020` }), + new SalesDataItem({ Country: `Japan`, Product: `Vermont`, UnitsSold: 675, ManufacturingPrice: 10, SalePrice: 12, GrossSales: 8100, Discounts: 1458.6, Sales: 6641.4, COGS: 7293, Profit: 651.6, Date: `12/1/20`, Month: `December`, Year: `2020` }), + new SalesDataItem({ Country: `Japan`, Product: `Burlington`, UnitsSold: 2990, ManufacturingPrice: 120, SalePrice: 12, GrossSales: 35880, Discounts: 1458.6, Sales: 34421.4, COGS: 7293, Profit: 27128.4, Date: `12/1/20`, Month: `December`, Year: `2020` }), + new SalesDataItem({ Country: `Brazil`, Product: `Mandarin`, UnitsSold: 1072, ManufacturingPrice: 250, SalePrice: 7, GrossSales: 7504, Discounts: 941.15, Sales: 6562.85, COGS: 13445, Profit: 6882.15, Date: `10/1/20`, Month: `October`, Year: `2020` }), + new SalesDataItem({ Country: `Brazil`, Product: `Luxe`, UnitsSold: 1048, ManufacturingPrice: 260, SalePrice: 7, GrossSales: 7336, Discounts: 589.05, Sales: 6746.95, COGS: 8415, Profit: 1668.05, Date: `7/1/20`, Month: `July`, Year: `2020` }), + new SalesDataItem({ Country: `Brazil`, Product: `Luxe`, UnitsSold: 469, ManufacturingPrice: 260, SalePrice: 12, GrossSales: 5628, Discounts: 673.8, Sales: 4954.2, COGS: 3369, Profit: 1585.2, Date: `8/1/20`, Month: `August`, Year: `2020` }), + new SalesDataItem({ Country: `UK`, Product: `Kensington`, UnitsSold: 4240, ManufacturingPrice: 3, SalePrice: 12, GrossSales: 50880, Discounts: 1119, Sales: 49761, COGS: 5595, Profit: 44166, Date: `2/1/20`, Month: `February`, Year: `2020` }), + new SalesDataItem({ Country: `India`, Product: `Kensington`, UnitsSold: 1976, ManufacturingPrice: 3, SalePrice: 12, GrossSales: 23712, Discounts: 669.6, Sales: 23042.4, COGS: 3348, Profit: 19694.4, Date: `2/1/20`, Month: `February`, Year: `2020` }), + new SalesDataItem({ Country: `UK`, Product: `Kensington`, UnitsSold: 1984, ManufacturingPrice: 3, SalePrice: 20, GrossSales: 39680, Discounts: 1563, Sales: 38117, COGS: 15630, Profit: 22487, Date: `5/1/20`, Month: `May`, Year: `2020` }), + new SalesDataItem({ Country: `USA`, Product: `Kensington`, UnitsSold: 480, ManufacturingPrice: 3, SalePrice: 300, GrossSales: 144000, Discounts: 14865, Sales: 129135, COGS: 247750, Profit: 118615, Date: `6/1/20`, Month: `June`, Year: `2020` }), + new SalesDataItem({ Country: `Brazil`, Product: `Kensington`, UnitsSold: 1205, ManufacturingPrice: 3, SalePrice: 15, GrossSales: 18075, Discounts: 2093.25, Sales: 15981.75, COGS: 27910, Profit: 11928.25, Date: `11/1/20`, Month: `November`, Year: `2020` }), + new SalesDataItem({ Country: `USA`, Product: `Kensington`, UnitsSold: 2480, ManufacturingPrice: 3, SalePrice: 7, GrossSales: 17360, Discounts: 199.5, Sales: 17160.5, COGS: 2850, Profit: 14310.5, Date: `12/1/20`, Month: `December`, Year: `2020` }), + new SalesDataItem({ Country: `UK`, Product: `Kensington`, UnitsSold: 2926, ManufacturingPrice: 3, SalePrice: 7, GrossSales: 20482, Discounts: 870.45, Sales: 19611.55, COGS: 12435, Profit: 7176.55, Date: `12/1/20`, Month: `December`, Year: `2020` }), + new SalesDataItem({ Country: `UK`, Product: `Royal Oak`, UnitsSold: 3210, ManufacturingPrice: 5, SalePrice: 350, GrossSales: 1123500, Discounts: 24228.75, Sales: 1099271.25, COGS: 359970, Profit: 739301.25, Date: `1/1/20`, Month: `January`, Year: `2020` }), + new SalesDataItem({ Country: `USA`, Product: `Royal Oak`, UnitsSold: 3221, ManufacturingPrice: 5, SalePrice: 125, GrossSales: 402625, Discounts: 22668.75, Sales: 379956.25, COGS: 435240, Profit: 55283.75, Date: `7/1/20`, Month: `July`, Year: `2020` }), + new SalesDataItem({ Country: `India`, Product: `Royal Oak`, UnitsSold: 1127, ManufacturingPrice: 5, SalePrice: 12, GrossSales: 13524, Discounts: 1405.2, Sales: 12118.8, COGS: 7026, Profit: 5092.8, Date: `11/1/20`, Month: `November`, Year: `2020` }), + new SalesDataItem({ Country: `UK`, Product: `Vermont`, UnitsSold: 1610, ManufacturingPrice: 10, SalePrice: 20, GrossSales: 32200, Discounts: 1303, Sales: 30897, COGS: 13030, Profit: 17867, Date: `2/1/20`, Month: `February`, Year: `2020` }), + new SalesDataItem({ Country: `USA`, Product: `Vermont`, UnitsSold: 4100, ManufacturingPrice: 10, SalePrice: 125, GrossSales: 512500, Discounts: 18700, Sales: 493800, COGS: 359040, Profit: 134760, Date: `3/1/20`, Month: `March`, Year: `2020` }), + new SalesDataItem({ Country: `UK`, Product: `Vermont`, UnitsSold: 1012, ManufacturingPrice: 10, SalePrice: 125, GrossSales: 126500, Discounts: 14906.25, Sales: 111593.75, COGS: 286200, Profit: 174606.25, Date: `3/1/20`, Month: `March`, Year: `2020` }), + new SalesDataItem({ Country: `Brazil`, Product: `Vermont`, UnitsSold: 3337, ManufacturingPrice: 10, SalePrice: 300, GrossSales: 1001100, Discounts: 24105, Sales: 976995, COGS: 401750, Profit: 575245, Date: `4/1/20`, Month: `April`, Year: `2020` }), + new SalesDataItem({ Country: `USA`, Product: `Vermont`, UnitsSold: 3955, ManufacturingPrice: 10, SalePrice: 7, GrossSales: 27685, Discounts: 814.45, Sales: 26870.55, COGS: 11635, Profit: 15235.55, Date: `5/1/20`, Month: `May`, Year: `2020` }), + new SalesDataItem({ Country: `USA`, Product: `Vermont`, UnitsSold: 4347, ManufacturingPrice: 10, SalePrice: 300, GrossSales: 1304100, Discounts: 14865, Sales: 1289235, COGS: 247750, Profit: 1041485, Date: `6/1/20`, Month: `June`, Year: `2020` }), + new SalesDataItem({ Country: `USA`, Product: `Vermont`, UnitsSold: 1548, ManufacturingPrice: 10, SalePrice: 350, GrossSales: 541800, Discounts: 10535, Sales: 531265, COGS: 156520, Profit: 374745, Date: `6/1/20`, Month: `June`, Year: `2020` }), + new SalesDataItem({ Country: `UK`, Product: `Vermont`, UnitsSold: 2153, ManufacturingPrice: 10, SalePrice: 15, GrossSales: 32295, Discounts: 1965, Sales: 30330, COGS: 26200, Profit: 4130, Date: `9/1/20`, Month: `September`, Year: `2020` }), + new SalesDataItem({ Country: `USA`, Product: `Vermont`, UnitsSold: 4126, ManufacturingPrice: 10, SalePrice: 125, GrossSales: 515750, Discounts: 5381.25, Sales: 510368.75, COGS: 103320, Profit: 407048.75, Date: `10/1/20`, Month: `October`, Year: `2020` }), + new SalesDataItem({ Country: `USA`, Product: `Vermont`, UnitsSold: 3376, ManufacturingPrice: 10, SalePrice: 20, GrossSales: 67520, Discounts: 2663, Sales: 64857, COGS: 26630, Profit: 38227, Date: `12/1/20`, Month: `December`, Year: `2020` }), + new SalesDataItem({ Country: `USA`, Product: `Burlington`, UnitsSold: 2244, ManufacturingPrice: 120, SalePrice: 15, GrossSales: 33660, Discounts: 416.25, Sales: 33243.75, COGS: 5550, Profit: 27693.75, Date: `1/1/20`, Month: `January`, Year: `2020` }), + new SalesDataItem({ Country: `Brazil`, Product: `Burlington`, UnitsSold: 1360, ManufacturingPrice: 120, SalePrice: 15, GrossSales: 20400, Discounts: 2145.75, Sales: 18254.25, COGS: 28610, Profit: 10355.75, Date: `1/1/20`, Month: `January`, Year: `2020` }), + new SalesDataItem({ Country: `India`, Product: `Burlington`, UnitsSold: 279, ManufacturingPrice: 120, SalePrice: 125, GrossSales: 34875, Discounts: 5043.75, Sales: 29831.25, COGS: 96840, Profit: 67008.75, Date: `2/1/20`, Month: `February`, Year: `2020` }), + new SalesDataItem({ Country: `USA`, Product: `Burlington`, UnitsSold: 2521, ManufacturingPrice: 120, SalePrice: 350, GrossSales: 882350, Discounts: 10535, Sales: 871815, COGS: 156520, Profit: 715295, Date: `6/1/20`, Month: `June`, Year: `2020` }), + new SalesDataItem({ Country: `USA`, Product: `Burlington`, UnitsSold: 2433, ManufacturingPrice: 120, SalePrice: 20, GrossSales: 48660, Discounts: 2832, Sales: 45828, COGS: 28320, Profit: 17508, Date: `8/1/20`, Month: `August`, Year: `2020` }), + new SalesDataItem({ Country: `UK`, Product: `Burlington`, UnitsSold: 1738, ManufacturingPrice: 120, SalePrice: 20, GrossSales: 34760, Discounts: 1579, Sales: 33181, COGS: 15790, Profit: 17391, Date: `8/1/20`, Month: `August`, Year: `2020` }), + new SalesDataItem({ Country: `USA`, Product: `Burlington`, UnitsSold: 1106, ManufacturingPrice: 120, SalePrice: 125, GrossSales: 138250, Discounts: 5381.25, Sales: 132868.75, COGS: 103320, Profit: 29548.75, Date: `10/1/20`, Month: `October`, Year: `2020` }), + new SalesDataItem({ Country: `India`, Product: `Burlington`, UnitsSold: 213, ManufacturingPrice: 120, SalePrice: 300, GrossSales: 63900, Discounts: 18750, Sales: 45150, COGS: 312500, Profit: 267350, Date: `12/1/20`, Month: `December`, Year: `2020` }), + new SalesDataItem({ Country: `USA`, Product: `Mandarin`, UnitsSold: 2929, ManufacturingPrice: 250, SalePrice: 20, GrossSales: 58580, Discounts: 2663, Sales: 55917, COGS: 26630, Profit: 29287, Date: `12/1/20`, Month: `December`, Year: `2020` }), + new SalesDataItem({ Country: `USA`, Product: `Mandarin`, UnitsSold: 2389, ManufacturingPrice: 250, SalePrice: 7, GrossSales: 16723, Discounts: 199.5, Sales: 16523.5, COGS: 2850, Profit: 13673.5, Date: `12/1/20`, Month: `December`, Year: `2020` }), + new SalesDataItem({ Country: `UK`, Product: `Mandarin`, UnitsSold: 3086, ManufacturingPrice: 250, SalePrice: 7, GrossSales: 21602, Discounts: 870.45, Sales: 20731.55, COGS: 12435, Profit: 8296.55, Date: `12/1/20`, Month: `December`, Year: `2020` }), + new SalesDataItem({ Country: `India`, Product: `Luxe`, UnitsSold: 745, ManufacturingPrice: 260, SalePrice: 350, GrossSales: 260750, Discounts: 23625, Sales: 237125, COGS: 351000, Profit: 113875, Date: `2/1/20`, Month: `February`, Year: `2020` }), + new SalesDataItem({ Country: `Japan`, Product: `Luxe`, UnitsSold: 1266, ManufacturingPrice: 260, SalePrice: 350, GrossSales: 443100, Discounts: 9660, Sales: 433440, COGS: 143520, Profit: 289920, Date: `8/1/20`, Month: `August`, Year: `2020` }), + new SalesDataItem({ Country: `India`, Product: `Luxe`, UnitsSold: 4287, ManufacturingPrice: 260, SalePrice: 300, GrossSales: 1286100, Discounts: 18750, Sales: 1267350, COGS: 312500, Profit: 954850, Date: `12/1/20`, Month: `December`, Year: `2020` }), + new SalesDataItem({ Country: `UK`, Product: `Vermont`, UnitsSold: 3193, ManufacturingPrice: 10, SalePrice: 15, GrossSales: 47895, Discounts: 3420.9, Sales: 44474.1, COGS: 38010, Profit: 6464.1, Date: `4/1/20`, Month: `April`, Year: `2020` }), + new SalesDataItem({ Country: `USA`, Product: `Kensington`, UnitsSold: 1967, ManufacturingPrice: 3, SalePrice: 20, GrossSales: 39340, Discounts: 1341, Sales: 37999, COGS: 11175, Profit: 26824, Date: `1/1/20`, Month: `January`, Year: `2020` }), + new SalesDataItem({ Country: `Japan`, Product: `Kensington`, UnitsSold: 631, ManufacturingPrice: 3, SalePrice: 15, GrossSales: 9465, Discounts: 2559.6, Sales: 6905.4, COGS: 28440, Profit: 21534.6, Date: `6/1/20`, Month: `June`, Year: `2020` }), + new SalesDataItem({ Country: `Brazil`, Product: `Kensington`, UnitsSold: 3469, ManufacturingPrice: 3, SalePrice: 12, GrossSales: 41628, Discounts: 404.64, Sales: 41223.36, COGS: 1686, Profit: 39537.36, Date: `9/1/20`, Month: `September`, Year: `2020` }), + new SalesDataItem({ Country: `USA`, Product: `Kensington`, UnitsSold: 3215, ManufacturingPrice: 3, SalePrice: 15, GrossSales: 48225, Discounts: 1827, Sales: 46398, COGS: 20300, Profit: 26098, Date: `11/1/20`, Month: `November`, Year: `2020` }), + new SalesDataItem({ Country: `Brazil`, Product: `Royal Oak`, UnitsSold: 1959, ManufacturingPrice: 5, SalePrice: 350, GrossSales: 685650, Discounts: 20580, Sales: 665070, COGS: 254800, Profit: 410270, Date: `4/1/20`, Month: `April`, Year: `2020` }), + new SalesDataItem({ Country: `India`, Product: `Royal Oak`, UnitsSold: 2181, ManufacturingPrice: 5, SalePrice: 350, GrossSales: 763350, Discounts: 30660, Sales: 732690, COGS: 379600, Profit: 353090, Date: `5/1/20`, Month: `May`, Year: `2020` }), + new SalesDataItem({ Country: `USA`, Product: `Royal Oak`, UnitsSold: 2205, ManufacturingPrice: 5, SalePrice: 12, GrossSales: 26460, Discounts: 1960.56, Sales: 24499.44, COGS: 8169, Profit: 16330.44, Date: `11/1/20`, Month: `November`, Year: `2020` }), + new SalesDataItem({ Country: `UK`, Product: `Vermont`, UnitsSold: 1890, ManufacturingPrice: 10, SalePrice: 350, GrossSales: 661500, Discounts: 31416, Sales: 630084, COGS: 388960, Profit: 241124, Date: `6/1/20`, Month: `June`, Year: `2020` }), + new SalesDataItem({ Country: `Japan`, Product: `Burlington`, UnitsSold: 2417, ManufacturingPrice: 120, SalePrice: 125, GrossSales: 302125, Discounts: 7140, Sales: 294985, COGS: 114240, Profit: 180745, Date: `2/1/20`, Month: `February`, Year: `2020` }), + new SalesDataItem({ Country: `USA`, Product: `Burlington`, UnitsSold: 1158, ManufacturingPrice: 120, SalePrice: 125, GrossSales: 144750, Discounts: 20662.5, Sales: 124087.5, COGS: 330600, Profit: 206512.5, Date: `2/1/20`, Month: `February`, Year: `2020` }), + new SalesDataItem({ Country: `India`, Product: `Burlington`, UnitsSold: 803, ManufacturingPrice: 120, SalePrice: 15, GrossSales: 12045, Discounts: 1377, Sales: 10668, COGS: 15300, Profit: 4632, Date: `5/1/20`, Month: `May`, Year: `2020` }), + new SalesDataItem({ Country: `UK`, Product: `Burlington`, UnitsSold: 3705, ManufacturingPrice: 120, SalePrice: 350, GrossSales: 1296750, Discounts: 31416, Sales: 1265334, COGS: 388960, Profit: 876374, Date: `6/1/20`, Month: `June`, Year: `2020` }), + new SalesDataItem({ Country: `Brazil`, Product: `Burlington`, UnitsSold: 589, ManufacturingPrice: 120, SalePrice: 7, GrossSales: 4123, Discounts: 629.16, Sales: 3493.84, COGS: 7490, Profit: 3996.16, Date: `6/1/20`, Month: `June`, Year: `2020` }), + new SalesDataItem({ Country: `Japan`, Product: `Mandarin`, UnitsSold: 3999, ManufacturingPrice: 250, SalePrice: 15, GrossSales: 59985, Discounts: 2559.6, Sales: 57425.4, COGS: 28440, Profit: 28985.4, Date: `6/1/20`, Month: `June`, Year: `2020` }), + new SalesDataItem({ Country: `Brazil`, Product: `Mandarin`, UnitsSold: 4256, ManufacturingPrice: 250, SalePrice: 7, GrossSales: 29792, Discounts: 629.16, Sales: 29162.84, COGS: 7490, Profit: 21672.84, Date: `6/1/20`, Month: `June`, Year: `2020` }), + new SalesDataItem({ Country: `UK`, Product: `Luxe`, UnitsSold: 2160, ManufacturingPrice: 260, SalePrice: 125, GrossSales: 270000, Discounts: 14906.25, Sales: 255093.75, COGS: 238500, Profit: 16593.75, Date: `1/1/20`, Month: `January`, Year: `2020` }), + new SalesDataItem({ Country: `Brazil`, Product: `Luxe`, UnitsSold: 466, ManufacturingPrice: 260, SalePrice: 350, GrossSales: 163100, Discounts: 35259, Sales: 127841, COGS: 436540, Profit: 308699, Date: `9/1/20`, Month: `September`, Year: `2020` }), + new SalesDataItem({ Country: `USA`, Product: `Vermont`, UnitsSold: 1478, ManufacturingPrice: 10, SalePrice: 15, GrossSales: 22170, Discounts: 1978.2, Sales: 20191.8, COGS: 21980, Profit: 1788.2, Date: `8/1/20`, Month: `August`, Year: `2020` }), + new SalesDataItem({ Country: `India`, Product: `Vermont`, UnitsSold: 3798, ManufacturingPrice: 10, SalePrice: 15, GrossSales: 56970, Discounts: 1568.7, Sales: 55401.3, COGS: 17430, Profit: 37971.3, Date: `8/1/20`, Month: `August`, Year: `2020` }), + new SalesDataItem({ Country: `USA`, Product: `Vermont`, UnitsSold: 447, ManufacturingPrice: 10, SalePrice: 15, GrossSales: 6705, Discounts: 1037.7, Sales: 5667.3, COGS: 11530, Profit: 5862.7, Date: `10/1/20`, Month: `October`, Year: `2020` }), + new SalesDataItem({ Country: `India`, Product: `Burlington`, UnitsSold: 745, ManufacturingPrice: 120, SalePrice: 20, GrossSales: 14900, Discounts: 1201.2, Sales: 13698.8, COGS: 10010, Profit: 3688.8, Date: `8/1/20`, Month: `August`, Year: `2020` }), + new SalesDataItem({ Country: `Brazil`, Product: `Burlington`, UnitsSold: 1732, ManufacturingPrice: 120, SalePrice: 7, GrossSales: 12124, Discounts: 559.86, Sales: 11564.14, COGS: 6665, Profit: 4899.14, Date: `11/1/20`, Month: `November`, Year: `2020` }), + new SalesDataItem({ Country: `USA`, Product: `Mandarin`, UnitsSold: 1759, ManufacturingPrice: 250, SalePrice: 15, GrossSales: 26385, Discounts: 1037.7, Sales: 25347.3, COGS: 11530, Profit: 13817.3, Date: `10/1/20`, Month: `October`, Year: `2020` }), + new SalesDataItem({ Country: `Brazil`, Product: `Kensington`, UnitsSold: 338, ManufacturingPrice: 3, SalePrice: 12, GrossSales: 4056, Discounts: 610.68, Sales: 3445.32, COGS: 2181, Profit: 1264.32, Date: `2/1/20`, Month: `February`, Year: `2020` }), + new SalesDataItem({ Country: `Japan`, Product: `Kensington`, UnitsSold: 3911, ManufacturingPrice: 3, SalePrice: 12, GrossSales: 46932, Discounts: 1582.56, Sales: 45349.44, COGS: 5652, Profit: 39697.44, Date: `8/1/20`, Month: `August`, Year: `2020` }), + new SalesDataItem({ Country: `Brazil`, Product: `Royal Oak`, UnitsSold: 4473, ManufacturingPrice: 5, SalePrice: 12, GrossSales: 53676, Discounts: 1965.6, Sales: 51710.4, COGS: 7020, Profit: 44690.4, Date: `1/1/20`, Month: `January`, Year: `2020` }), + new SalesDataItem({ Country: `UK`, Product: `Royal Oak`, UnitsSold: 383, ManufacturingPrice: 5, SalePrice: 12, GrossSales: 4596, Discounts: 1967.28, Sales: 2628.72, COGS: 7026, Profit: 4397.28, Date: `11/1/20`, Month: `November`, Year: `2020` }), + new SalesDataItem({ Country: `Japan`, Product: `Burlington`, UnitsSold: 1062, ManufacturingPrice: 120, SalePrice: 15, GrossSales: 15930, Discounts: 1325.1, Sales: 14604.9, COGS: 12620, Profit: 1984.9, Date: `5/1/20`, Month: `May`, Year: `2020` }), + new SalesDataItem({ Country: `Japan`, Product: `Burlington`, UnitsSold: 4083, ManufacturingPrice: 120, SalePrice: 7, GrossSales: 28581, Discounts: 556.15, Sales: 28024.85, COGS: 5675, Profit: 22349.85, Date: `6/1/20`, Month: `June`, Year: `2020` }), + new SalesDataItem({ Country: `USA`, Product: `Burlington`, UnitsSold: 3974, ManufacturingPrice: 120, SalePrice: 7, GrossSales: 27818, Discounts: 268.03, Sales: 27549.97, COGS: 2735, Profit: 24814.97, Date: `11/1/20`, Month: `November`, Year: `2020` }), + new SalesDataItem({ Country: `Japan`, Product: `Burlington`, UnitsSold: 3723, ManufacturingPrice: 120, SalePrice: 7, GrossSales: 26061, Discounts: 775.18, Sales: 25285.82, COGS: 7910, Profit: 17375.82, Date: `12/1/20`, Month: `December`, Year: `2020` }), + new SalesDataItem({ Country: `UK`, Product: `Mandarin`, UnitsSold: 2435, ManufacturingPrice: 250, SalePrice: 12, GrossSales: 29220, Discounts: 1460.34, Sales: 27759.66, COGS: 5215.5, Profit: 22544.16, Date: `4/1/20`, Month: `April`, Year: `2020` }), + new SalesDataItem({ Country: `Japan`, Product: `Mandarin`, UnitsSold: 1763, ManufacturingPrice: 250, SalePrice: 7, GrossSales: 12341, Discounts: 775.18, Sales: 11565.82, COGS: 7910, Profit: 3655.82, Date: `12/1/20`, Month: `December`, Year: `2020` }), + new SalesDataItem({ Country: `Japan`, Product: `Luxe`, UnitsSold: 4473, ManufacturingPrice: 260, SalePrice: 7, GrossSales: 31311, Discounts: 556.15, Sales: 30754.85, COGS: 5675, Profit: 25079.85, Date: `6/1/20`, Month: `June`, Year: `2020` }), + new SalesDataItem({ Country: `USA`, Product: `Kensington`, UnitsSold: 1246, ManufacturingPrice: 3, SalePrice: 350, GrossSales: 436100, Discounts: 43144.5, Sales: 392955.5, COGS: 457860, Profit: 64904.5, Date: `3/1/20`, Month: `March`, Year: `2020` }), + new SalesDataItem({ Country: `UK`, Product: `Kensington`, UnitsSold: 1615, ManufacturingPrice: 3, SalePrice: 300, GrossSales: 484500, Discounts: 9408, Sales: 475092, COGS: 112000, Profit: 363092, Date: `6/1/20`, Month: `June`, Year: `2020` }), + new SalesDataItem({ Country: `UK`, Product: `Kensington`, UnitsSold: 749, ManufacturingPrice: 3, SalePrice: 300, GrossSales: 224700, Discounts: 45801, Sales: 178899, COGS: 545250, Profit: 366351, Date: `10/1/20`, Month: `October`, Year: `2020` }), + new SalesDataItem({ Country: `UK`, Product: `Royal Oak`, UnitsSold: 1318, ManufacturingPrice: 5, SalePrice: 20, GrossSales: 26360, Discounts: 2766.4, Sales: 23593.6, COGS: 19760, Profit: 3833.6, Date: `10/1/20`, Month: `October`, Year: `2020` }), + new SalesDataItem({ Country: `UK`, Product: `Royal Oak`, UnitsSold: 2882, ManufacturingPrice: 5, SalePrice: 300, GrossSales: 864600, Discounts: 45801, Sales: 818799, COGS: 545250, Profit: 273549, Date: `10/1/20`, Month: `October`, Year: `2020` }), + new SalesDataItem({ Country: `Japan`, Product: `Vermont`, UnitsSold: 2484, ManufacturingPrice: 10, SalePrice: 300, GrossSales: 745200, Discounts: 35742, Sales: 709458, COGS: 425500, Profit: 283958, Date: `5/1/20`, Month: `May`, Year: `2020` }), + new SalesDataItem({ Country: `UK`, Product: `Vermont`, UnitsSold: 3169, ManufacturingPrice: 10, SalePrice: 300, GrossSales: 950700, Discounts: 9408, Sales: 941292, COGS: 112000, Profit: 829292, Date: `6/1/20`, Month: `June`, Year: `2020` }), + new SalesDataItem({ Country: `India`, Product: `Vermont`, UnitsSold: 4080, ManufacturingPrice: 10, SalePrice: 125, GrossSales: 510000, Discounts: 30738.75, Sales: 479261.25, COGS: 421560, Profit: 57701.25, Date: `7/1/20`, Month: `July`, Year: `2020` }), + new SalesDataItem({ Country: `UK`, Product: `Vermont`, UnitsSold: 3943, ManufacturingPrice: 10, SalePrice: 15, GrossSales: 59145, Discounts: 2206.05, Sales: 56938.95, COGS: 21010, Profit: 35928.95, Date: `8/1/20`, Month: `August`, Year: `2020` }), + new SalesDataItem({ Country: `UK`, Product: `Vermont`, UnitsSold: 253, ManufacturingPrice: 10, SalePrice: 20, GrossSales: 5060, Discounts: 2149, Sales: 2911, COGS: 15350, Profit: 12439, Date: `9/1/20`, Month: `September`, Year: `2020` }), + new SalesDataItem({ Country: `UK`, Product: `Burlington`, UnitsSold: 799, ManufacturingPrice: 120, SalePrice: 300, GrossSales: 239700, Discounts: 34839, Sales: 204861, COGS: 414750, Profit: 209889, Date: `7/1/20`, Month: `July`, Year: `2020` }), + new SalesDataItem({ Country: `Brazil`, Product: `Burlington`, UnitsSold: 3942, ManufacturingPrice: 120, SalePrice: 20, GrossSales: 78840, Discounts: 852.6, Sales: 77987.4, COGS: 6090, Profit: 71897.4, Date: `8/1/20`, Month: `August`, Year: `2020` }), + new SalesDataItem({ Country: `India`, Product: `Burlington`, UnitsSold: 2498, ManufacturingPrice: 120, SalePrice: 125, GrossSales: 312250, Discounts: 18261.25, Sales: 293988.75, COGS: 250440, Profit: 43548.75, Date: `9/1/20`, Month: `September`, Year: `2020` }), + new SalesDataItem({ Country: `UK`, Product: `Burlington`, UnitsSold: 2517, ManufacturingPrice: 120, SalePrice: 20, GrossSales: 50340, Discounts: 2766.4, Sales: 47573.6, COGS: 19760, Profit: 27813.6, Date: `10/1/20`, Month: `October`, Year: `2020` }), + new SalesDataItem({ Country: `USA`, Product: `Burlington`, UnitsSold: 1145, ManufacturingPrice: 120, SalePrice: 300, GrossSales: 343500, Discounts: 28812, Sales: 314688, COGS: 343000, Profit: 28312, Date: `12/1/20`, Month: `December`, Year: `2020` }), + new SalesDataItem({ Country: `Japan`, Product: `Mandarin`, UnitsSold: 3814, ManufacturingPrice: 250, SalePrice: 12, GrossSales: 45768, Discounts: 2725.38, Sales: 43042.62, COGS: 9733.5, Profit: 33309.12, Date: `1/1/20`, Month: `January`, Year: `2020` }), + new SalesDataItem({ Country: `UK`, Product: `Mandarin`, UnitsSold: 1188, ManufacturingPrice: 250, SalePrice: 300, GrossSales: 356400, Discounts: 20139, Sales: 336261, COGS: 239750, Profit: 96511, Date: `2/1/20`, Month: `February`, Year: `2020` }), + new SalesDataItem({ Country: `Brazil`, Product: `Mandarin`, UnitsSold: 2233, ManufacturingPrice: 250, SalePrice: 300, GrossSales: 669900, Discounts: 57687, Sales: 612213, COGS: 686750, Profit: 74537, Date: `2/1/20`, Month: `February`, Year: `2020` }), + new SalesDataItem({ Country: `Japan`, Product: `Luxe`, UnitsSold: 421, ManufacturingPrice: 260, SalePrice: 125, GrossSales: 52625, Discounts: 14393.75, Sales: 38231.25, COGS: 197400, Profit: 159168.75, Date: `5/1/20`, Month: `May`, Year: `2020` }), + new SalesDataItem({ Country: `UK`, Product: `Luxe`, UnitsSold: 269, ManufacturingPrice: 260, SalePrice: 350, GrossSales: 94150, Discounts: 70462, Sales: 23688, COGS: 747760, Profit: 724072, Date: `9/1/20`, Month: `September`, Year: `2020` }), + new SalesDataItem({ Country: `Japan`, Product: `Luxe`, UnitsSold: 952, ManufacturingPrice: 260, SalePrice: 20, GrossSales: 19040, Discounts: 1565.2, Sales: 17474.8, COGS: 11180, Profit: 6294.8, Date: `11/1/20`, Month: `November`, Year: `2020` }), + new SalesDataItem({ Country: `USA`, Product: `Luxe`, UnitsSold: 2964, ManufacturingPrice: 260, SalePrice: 300, GrossSales: 889200, Discounts: 28812, Sales: 860388, COGS: 343000, Profit: 517388, Date: `12/1/20`, Month: `December`, Year: `2020` }), + new SalesDataItem({ Country: `Japan`, Product: `Royal Oak`, UnitsSold: 1505, ManufacturingPrice: 5, SalePrice: 7, GrossSales: 10535, Discounts: 273.28, Sales: 10261.72, COGS: 2440, Profit: 7821.72, Date: `2/1/20`, Month: `February`, Year: `2020` }), + new SalesDataItem({ Country: `USA`, Product: `Royal Oak`, UnitsSold: 1678, ManufacturingPrice: 5, SalePrice: 20, GrossSales: 33560, Discounts: 2051.2, Sales: 31508.8, COGS: 12820, Profit: 18688.8, Date: `6/1/20`, Month: `June`, Year: `2020` }), + new SalesDataItem({ Country: `Japan`, Product: `Vermont`, UnitsSold: 4249, ManufacturingPrice: 10, SalePrice: 7, GrossSales: 29743, Discounts: 143.92, Sales: 29599.08, COGS: 1285, Profit: 28314.08, Date: `5/1/20`, Month: `May`, Year: `2020` }), + new SalesDataItem({ Country: `USA`, Product: `Luxe`, UnitsSold: 1677, ManufacturingPrice: 260, SalePrice: 20, GrossSales: 33540, Discounts: 2051.2, Sales: 31488.8, COGS: 12820, Profit: 18668.8, Date: `6/1/20`, Month: `June`, Year: `2020` }), + new SalesDataItem({ Country: `Brazil`, Product: `Kensington`, UnitsSold: 3051, ManufacturingPrice: 3, SalePrice: 125, GrossSales: 381375, Discounts: 15400, Sales: 365975, COGS: 184800, Profit: 181175, Date: `8/1/20`, Month: `August`, Year: `2020` }), + new SalesDataItem({ Country: `UK`, Product: `Kensington`, UnitsSold: 3372, ManufacturingPrice: 3, SalePrice: 15, GrossSales: 50580, Discounts: 588, Sales: 49992, COGS: 4900, Profit: 45092, Date: `11/1/20`, Month: `November`, Year: `2020` }), + new SalesDataItem({ Country: `Brazil`, Product: `Kensington`, UnitsSold: 1686, ManufacturingPrice: 3, SalePrice: 350, GrossSales: 590100, Discounts: 38136, Sales: 551964, COGS: 354120, Profit: 197844, Date: `12/1/20`, Month: `December`, Year: `2020` }), + new SalesDataItem({ Country: `UK`, Product: `Royal Oak`, UnitsSold: 3086, ManufacturingPrice: 5, SalePrice: 15, GrossSales: 46290, Discounts: 3001.2, Sales: 43288.8, COGS: 25010, Profit: 18278.8, Date: `3/1/20`, Month: `March`, Year: `2020` }), + new SalesDataItem({ Country: `Japan`, Product: `Royal Oak`, UnitsSold: 4150, ManufacturingPrice: 5, SalePrice: 20, GrossSales: 83000, Discounts: 1132.8, Sales: 81867.2, COGS: 7080, Profit: 74787.2, Date: `6/1/20`, Month: `June`, Year: `2020` }), + new SalesDataItem({ Country: `India`, Product: `Royal Oak`, UnitsSold: 3027, ManufacturingPrice: 5, SalePrice: 20, GrossSales: 60540, Discounts: 1032, Sales: 59508, COGS: 6450, Profit: 53058, Date: `7/1/20`, Month: `July`, Year: `2020` }), + new SalesDataItem({ Country: `UK`, Product: `Royal Oak`, UnitsSold: 4359, ManufacturingPrice: 5, SalePrice: 300, GrossSales: 1307700, Discounts: 37488, Sales: 1270212, COGS: 390500, Profit: 879712, Date: `8/1/20`, Month: `August`, Year: `2020` }), + new SalesDataItem({ Country: `India`, Product: `Royal Oak`, UnitsSold: 1589, ManufacturingPrice: 5, SalePrice: 15, GrossSales: 23835, Discounts: 853.2, Sales: 22981.8, COGS: 7110, Profit: 15871.8, Date: `12/1/20`, Month: `December`, Year: `2020` }), + new SalesDataItem({ Country: `Brazil`, Product: `Vermont`, UnitsSold: 2679, ManufacturingPrice: 10, SalePrice: 125, GrossSales: 334875, Discounts: 11140, Sales: 323735, COGS: 133680, Profit: 190055, Date: `3/1/20`, Month: `March`, Year: `2020` }), + new SalesDataItem({ Country: `India`, Product: `Vermont`, UnitsSold: 3401, ManufacturingPrice: 10, SalePrice: 7, GrossSales: 23807, Discounts: 705.04, Sales: 23101.96, COGS: 6295, Profit: 16806.96, Date: `4/1/20`, Month: `April`, Year: `2020` }), + new SalesDataItem({ Country: `India`, Product: `Vermont`, UnitsSold: 2815, ManufacturingPrice: 10, SalePrice: 7, GrossSales: 19705, Discounts: 613.2, Sales: 19091.8, COGS: 5475, Profit: 13616.8, Date: `5/1/20`, Month: `May`, Year: `2020` }), + new SalesDataItem({ Country: `India`, Product: `Vermont`, UnitsSold: 2964, ManufacturingPrice: 10, SalePrice: 20, GrossSales: 59280, Discounts: 2185.6, Sales: 57094.4, COGS: 13660, Profit: 43434.4, Date: `6/1/20`, Month: `June`, Year: `2020` }), + new SalesDataItem({ Country: `Brazil`, Product: `Vermont`, UnitsSold: 4173, ManufacturingPrice: 10, SalePrice: 300, GrossSales: 1251900, Discounts: 59040, Sales: 1192860, COGS: 615000, Profit: 577860, Date: `6/1/20`, Month: `June`, Year: `2020` }), + new SalesDataItem({ Country: `USA`, Product: `Vermont`, UnitsSold: 1157, ManufacturingPrice: 10, SalePrice: 7, GrossSales: 8099, Discounts: 379.68, Sales: 7719.32, COGS: 3390, Profit: 4329.32, Date: `8/1/20`, Month: `August`, Year: `2020` }), + new SalesDataItem({ Country: `India`, Product: `Vermont`, UnitsSold: 3065, ManufacturingPrice: 10, SalePrice: 7, GrossSales: 21455, Discounts: 894.88, Sales: 20560.12, COGS: 7990, Profit: 12570.12, Date: `8/1/20`, Month: `August`, Year: `2020` }), + new SalesDataItem({ Country: `India`, Product: `Vermont`, UnitsSold: 4080, ManufacturingPrice: 10, SalePrice: 20, GrossSales: 81600, Discounts: 3094.4, Sales: 78505.6, COGS: 19340, Profit: 59165.6, Date: `9/1/20`, Month: `September`, Year: `2020` }), + new SalesDataItem({ Country: `Brazil`, Product: `Vermont`, UnitsSold: 1713, ManufacturingPrice: 10, SalePrice: 20, GrossSales: 34260, Discounts: 4788.8, Sales: 29471.2, COGS: 29930, Profit: 458.8, Date: `9/1/20`, Month: `September`, Year: `2020` }), + new SalesDataItem({ Country: `Brazil`, Product: `Vermont`, UnitsSold: 1691, ManufacturingPrice: 10, SalePrice: 350, GrossSales: 591850, Discounts: 38136, Sales: 553714, COGS: 354120, Profit: 199594, Date: `12/1/20`, Month: `December`, Year: `2020` }), + new SalesDataItem({ Country: `Japan`, Product: `Burlington`, UnitsSold: 2305, ManufacturingPrice: 120, SalePrice: 12, GrossSales: 27660, Discounts: 574.08, Sales: 27085.92, COGS: 1794, Profit: 25291.92, Date: `3/1/20`, Month: `March`, Year: `2020` }), + new SalesDataItem({ Country: `USA`, Product: `Burlington`, UnitsSold: 3401, ManufacturingPrice: 120, SalePrice: 7, GrossSales: 23807, Discounts: 1627.92, Sales: 22179.08, COGS: 14535, Profit: 7644.08, Date: `6/1/20`, Month: `June`, Year: `2020` }), + new SalesDataItem({ Country: `India`, Product: `Burlington`, UnitsSold: 2288, ManufacturingPrice: 120, SalePrice: 7, GrossSales: 16016, Discounts: 1309.28, Sales: 14706.72, COGS: 11690, Profit: 3016.72, Date: `6/1/20`, Month: `June`, Year: `2020` }), + new SalesDataItem({ Country: `Brazil`, Product: `Burlington`, UnitsSold: 4086, ManufacturingPrice: 120, SalePrice: 300, GrossSales: 1225800, Discounts: 15240, Sales: 1210560, COGS: 158750, Profit: 1051810, Date: `12/1/20`, Month: `December`, Year: `2020` }), + new SalesDataItem({ Country: `UK`, Product: `Mandarin`, UnitsSold: 2651, ManufacturingPrice: 250, SalePrice: 350, GrossSales: 927850, Discounts: 16086, Sales: 911764, COGS: 149370, Profit: 762394, Date: `4/1/20`, Month: `April`, Year: `2020` }), + new SalesDataItem({ Country: `India`, Product: `Mandarin`, UnitsSold: 3971, ManufacturingPrice: 250, SalePrice: 7, GrossSales: 27797, Discounts: 1309.28, Sales: 26487.72, COGS: 11690, Profit: 14797.72, Date: `6/1/20`, Month: `June`, Year: `2020` }), + new SalesDataItem({ Country: `UK`, Product: `Mandarin`, UnitsSold: 2512, ManufacturingPrice: 250, SalePrice: 350, GrossSales: 879200, Discounts: 10668, Sales: 868532, COGS: 99060, Profit: 769472, Date: `8/1/20`, Month: `August`, Year: `2020` }), + new SalesDataItem({ Country: `India`, Product: `Mandarin`, UnitsSold: 2745, ManufacturingPrice: 250, SalePrice: 350, GrossSales: 960750, Discounts: 11816, Sales: 948934, COGS: 109720, Profit: 839214, Date: `8/1/20`, Month: `August`, Year: `2020` }), + new SalesDataItem({ Country: `Japan`, Product: `Mandarin`, UnitsSold: 1903, ManufacturingPrice: 250, SalePrice: 300, GrossSales: 570900, Discounts: 51216, Sales: 519684, COGS: 533500, Profit: 13816, Date: `9/1/20`, Month: `September`, Year: `2020` }), + new SalesDataItem({ Country: `Japan`, Product: `Luxe`, UnitsSold: 2914, ManufacturingPrice: 260, SalePrice: 20, GrossSales: 58280, Discounts: 1132.8, Sales: 57147.2, COGS: 7080, Profit: 50067.2, Date: `6/1/20`, Month: `June`, Year: `2020` }), + new SalesDataItem({ Country: `USA`, Product: `Luxe`, UnitsSold: 1889, ManufacturingPrice: 260, SalePrice: 7, GrossSales: 13223, Discounts: 1627.92, Sales: 11595.08, COGS: 14535, Profit: 2939.92, Date: `6/1/20`, Month: `June`, Year: `2020` }), + new SalesDataItem({ Country: `India`, Product: `Luxe`, UnitsSold: 1466, ManufacturingPrice: 260, SalePrice: 20, GrossSales: 29320, Discounts: 2185.6, Sales: 27134.4, COGS: 13660, Profit: 13474.4, Date: `6/1/20`, Month: `June`, Year: `2020` }), + new SalesDataItem({ Country: `Brazil`, Product: `Luxe`, UnitsSold: 887, ManufacturingPrice: 260, SalePrice: 300, GrossSales: 266100, Discounts: 59040, Sales: 207060, COGS: 615000, Profit: 407940, Date: `6/1/20`, Month: `June`, Year: `2020` }), + new SalesDataItem({ Country: `India`, Product: `Luxe`, UnitsSold: 395, ManufacturingPrice: 260, SalePrice: 20, GrossSales: 7900, Discounts: 2432, Sales: 5468, COGS: 15200, Profit: 9732, Date: `11/1/20`, Month: `November`, Year: `2020` }), + new SalesDataItem({ Country: `India`, Product: `Luxe`, UnitsSold: 1693, ManufacturingPrice: 260, SalePrice: 15, GrossSales: 25395, Discounts: 853.2, Sales: 24541.8, COGS: 7110, Profit: 17431.8, Date: `12/1/20`, Month: `December`, Year: `2020` }), + new SalesDataItem({ Country: `Brazil`, Product: `Luxe`, UnitsSold: 2649, ManufacturingPrice: 260, SalePrice: 300, GrossSales: 794700, Discounts: 15240, Sales: 779460, COGS: 158750, Profit: 620710, Date: `12/1/20`, Month: `December`, Year: `2020` }), + new SalesDataItem({ Country: `USA`, Product: `Mandarin`, UnitsSold: 3608, ManufacturingPrice: 250, SalePrice: 20, GrossSales: 72160, Discounts: 698.4, Sales: 71461.6, COGS: 4365, Profit: 67096.6, Date: `7/1/20`, Month: `July`, Year: `2020` }), + new SalesDataItem({ Country: `Japan`, Product: `Kensington`, UnitsSold: 1073, ManufacturingPrice: 3, SalePrice: 300, GrossSales: 321900, Discounts: 29538, Sales: 292362, COGS: 273500, Profit: 18862, Date: `6/1/20`, Month: `June`, Year: `2020` }), + new SalesDataItem({ Country: `Japan`, Product: `Royal Oak`, UnitsSold: 2167, ManufacturingPrice: 5, SalePrice: 300, GrossSales: 650100, Discounts: 102667.5, Sales: 547432.5, COGS: 950625, Profit: 403192.5, Date: `4/1/20`, Month: `April`, Year: `2020` }), + new SalesDataItem({ Country: `UK`, Product: `Royal Oak`, UnitsSold: 1319, ManufacturingPrice: 5, SalePrice: 350, GrossSales: 461650, Discounts: 52479, Sales: 409171, COGS: 433160, Profit: 23989, Date: `5/1/20`, Month: `May`, Year: `2020` }), + new SalesDataItem({ Country: `Japan`, Product: `Royal Oak`, UnitsSold: 1252, ManufacturingPrice: 5, SalePrice: 12, GrossSales: 15024, Discounts: 2506.68, Sales: 12517.32, COGS: 6963, Profit: 5554.32, Date: `11/1/20`, Month: `November`, Year: `2020` }), + new SalesDataItem({ Country: `USA`, Product: `Royal Oak`, UnitsSold: 1156, ManufacturingPrice: 5, SalePrice: 125, GrossSales: 144500, Discounts: 31466.25, Sales: 113033.75, COGS: 335640, Profit: 222606.25, Date: `12/1/20`, Month: `December`, Year: `2020` }), + new SalesDataItem({ Country: `Brazil`, Product: `Vermont`, UnitsSold: 1153, ManufacturingPrice: 10, SalePrice: 300, GrossSales: 345900, Discounts: 69255, Sales: 276645, COGS: 641250, Profit: 364605, Date: `1/1/20`, Month: `January`, Year: `2020` }), + new SalesDataItem({ Country: `Brazil`, Product: `Vermont`, UnitsSold: 2720, ManufacturingPrice: 10, SalePrice: 350, GrossSales: 952000, Discounts: 76135.5, Sales: 875864.5, COGS: 628420, Profit: 247444.5, Date: `1/1/20`, Month: `January`, Year: `2020` }), + new SalesDataItem({ Country: `USA`, Product: `Vermont`, UnitsSold: 3658, ManufacturingPrice: 10, SalePrice: 15, GrossSales: 54870, Discounts: 4961.25, Sales: 49908.75, COGS: 36750, Profit: 13158.75, Date: `4/1/20`, Month: `April`, Year: `2020` }), + new SalesDataItem({ Country: `Japan`, Product: `Vermont`, UnitsSold: 2950, ManufacturingPrice: 10, SalePrice: 300, GrossSales: 885000, Discounts: 29538, Sales: 855462, COGS: 273500, Profit: 581962, Date: `6/1/20`, Month: `June`, Year: `2020` }), + new SalesDataItem({ Country: `UK`, Product: `Vermont`, UnitsSold: 1821, ManufacturingPrice: 10, SalePrice: 15, GrossSales: 27315, Discounts: 1656.45, Sales: 25658.55, COGS: 12270, Profit: 13388.55, Date: `10/1/20`, Month: `October`, Year: `2020` }), + new SalesDataItem({ Country: `UK`, Product: `Vermont`, UnitsSold: 1127, ManufacturingPrice: 10, SalePrice: 300, GrossSales: 338100, Discounts: 35748, Sales: 302352, COGS: 331000, Profit: 28648, Date: `11/1/20`, Month: `November`, Year: `2020` }), + new SalesDataItem({ Country: `USA`, Product: `Vermont`, UnitsSold: 862, ManufacturingPrice: 10, SalePrice: 125, GrossSales: 107750, Discounts: 31466.25, Sales: 76283.75, COGS: 335640, Profit: 259356.25, Date: `12/1/20`, Month: `December`, Year: `2020` }), + new SalesDataItem({ Country: `Brazil`, Product: `Burlington`, UnitsSold: 3805, ManufacturingPrice: 120, SalePrice: 15, GrossSales: 57075, Discounts: 330.75, Sales: 56744.25, COGS: 2450, Profit: 54294.25, Date: `5/1/20`, Month: `May`, Year: `2020` }), + new SalesDataItem({ Country: `Japan`, Product: `Burlington`, UnitsSold: 1415, ManufacturingPrice: 120, SalePrice: 300, GrossSales: 424500, Discounts: 102424.5, Sales: 322075.5, COGS: 948375, Profit: 626299.5, Date: `7/1/20`, Month: `July`, Year: `2020` }), + new SalesDataItem({ Country: `India`, Product: `Burlington`, UnitsSold: 2231, ManufacturingPrice: 120, SalePrice: 350, GrossSales: 780850, Discounts: 41170.5, Sales: 739679.5, COGS: 339820, Profit: 399859.5, Date: `7/1/20`, Month: `July`, Year: `2020` }), + new SalesDataItem({ Country: `Japan`, Product: `Burlington`, UnitsSold: 3649, ManufacturingPrice: 120, SalePrice: 125, GrossSales: 456125, Discounts: 6378.75, Sales: 449746.25, COGS: 68040, Profit: 381706.25, Date: `9/1/20`, Month: `September`, Year: `2020` }), + new SalesDataItem({ Country: `Brazil`, Product: `Burlington`, UnitsSold: 2948, ManufacturingPrice: 120, SalePrice: 125, GrossSales: 368500, Discounts: 23737.5, Sales: 344762.5, COGS: 253200, Profit: 91562.5, Date: `9/1/20`, Month: `September`, Year: `2020` }), + new SalesDataItem({ Country: `Japan`, Product: `Burlington`, UnitsSold: 3395, ManufacturingPrice: 120, SalePrice: 350, GrossSales: 1188250, Discounts: 39973.5, Sales: 1148276.5, COGS: 329940, Profit: 818336.5, Date: `10/1/20`, Month: `October`, Year: `2020` }), + new SalesDataItem({ Country: `USA`, Product: `Mandarin`, UnitsSold: 2650, ManufacturingPrice: 250, SalePrice: 12, GrossSales: 31800, Discounts: 2112.48, Sales: 29687.52, COGS: 5868, Profit: 23819.52, Date: `1/1/20`, Month: `January`, Year: `2020` }), + new SalesDataItem({ Country: `India`, Product: `Mandarin`, UnitsSold: 585, ManufacturingPrice: 250, SalePrice: 300, GrossSales: 175500, Discounts: 71793, Sales: 103707, COGS: 664750, Profit: 561043, Date: `2/1/20`, Month: `February`, Year: `2020` }), + new SalesDataItem({ Country: `USA`, Product: `Mandarin`, UnitsSold: 1316, ManufacturingPrice: 250, SalePrice: 350, GrossSales: 460600, Discounts: 42572.25, Sales: 418027.75, COGS: 351390, Profit: 66637.75, Date: `4/1/20`, Month: `April`, Year: `2020` }), + new SalesDataItem({ Country: `India`, Product: `Mandarin`, UnitsSold: 4459, ManufacturingPrice: 250, SalePrice: 12, GrossSales: 53508, Discounts: 950.4, Sales: 52557.6, COGS: 2640, Profit: 49917.6, Date: `5/1/20`, Month: `May`, Year: `2020` }), + new SalesDataItem({ Country: `USA`, Product: `Mandarin`, UnitsSold: 2711, ManufacturingPrice: 250, SalePrice: 300, GrossSales: 813300, Discounts: 50409, Sales: 762891, COGS: 466750, Profit: 296141, Date: `9/1/20`, Month: `September`, Year: `2020` }), + new SalesDataItem({ Country: `UK`, Product: `Mandarin`, UnitsSold: 3613, ManufacturingPrice: 250, SalePrice: 15, GrossSales: 54195, Discounts: 1656.45, Sales: 52538.55, COGS: 12270, Profit: 40268.55, Date: `10/1/20`, Month: `October`, Year: `2020` }), + new SalesDataItem({ Country: `Brazil`, Product: `Mandarin`, UnitsSold: 1847, ManufacturingPrice: 250, SalePrice: 125, GrossSales: 230875, Discounts: 9866.25, Sales: 221008.75, COGS: 105240, Profit: 115768.75, Date: `11/1/20`, Month: `November`, Year: `2020` }), + new SalesDataItem({ Country: `USA`, Product: `Luxe`, UnitsSold: 2996, ManufacturingPrice: 260, SalePrice: 350, GrossSales: 1048600, Discounts: 65236.5, Sales: 983363.5, COGS: 538460, Profit: 444903.5, Date: `9/1/20`, Month: `September`, Year: `2020` }), + new SalesDataItem({ Country: `Japan`, Product: `Luxe`, UnitsSold: 2838, ManufacturingPrice: 260, SalePrice: 350, GrossSales: 993300, Discounts: 39973.5, Sales: 953326.5, COGS: 329940, Profit: 623386.5, Date: `10/1/20`, Month: `October`, Year: `2020` }), + new SalesDataItem({ Country: `Brazil`, Product: `Luxe`, UnitsSold: 1536, ManufacturingPrice: 260, SalePrice: 20, GrossSales: 30720, Discounts: 3049.2, Sales: 27670.8, COGS: 16940, Profit: 10730.8, Date: `11/1/20`, Month: `November`, Year: `2020` }), + new SalesDataItem({ Country: `India`, Product: `Kensington`, UnitsSold: 1291, ManufacturingPrice: 3, SalePrice: 20, GrossSales: 25820, Discounts: 1193.4, Sales: 24626.6, COGS: 6630, Profit: 17996.6, Date: `5/1/20`, Month: `May`, Year: `2020` }), + new SalesDataItem({ Country: `Japan`, Product: `Kensington`, UnitsSold: 1213, ManufacturingPrice: 3, SalePrice: 7, GrossSales: 8491, Discounts: 515.97, Sales: 7975.03, COGS: 4095, Profit: 3880.03, Date: `7/1/20`, Month: `July`, Year: `2020` }), + new SalesDataItem({ Country: `India`, Product: `Kensington`, UnitsSold: 2370, ManufacturingPrice: 3, SalePrice: 12, GrossSales: 28440, Discounts: 1706.4, Sales: 26733.6, COGS: 4740, Profit: 21993.6, Date: `9/1/20`, Month: `September`, Year: `2020` }), + new SalesDataItem({ Country: `Brazil`, Product: `Kensington`, UnitsSold: 1979, ManufacturingPrice: 3, SalePrice: 7, GrossSales: 13853, Discounts: 328.23, Sales: 13524.77, COGS: 2605, Profit: 10919.77, Date: `12/1/20`, Month: `December`, Year: `2020` }), + new SalesDataItem({ Country: `USA`, Product: `Vermont`, UnitsSold: 2879, ManufacturingPrice: 10, SalePrice: 20, GrossSales: 57580, Discounts: 1751.4, Sales: 55828.6, COGS: 9730, Profit: 46098.6, Date: `3/1/20`, Month: `March`, Year: `2020` }), + new SalesDataItem({ Country: `Brazil`, Product: `Vermont`, UnitsSold: 1707, ManufacturingPrice: 10, SalePrice: 20, GrossSales: 34140, Discounts: 1868.4, Sales: 32271.6, COGS: 10380, Profit: 21891.6, Date: `6/1/20`, Month: `June`, Year: `2020` }), + new SalesDataItem({ Country: `India`, Product: `Vermont`, UnitsSold: 2933, ManufacturingPrice: 10, SalePrice: 7, GrossSales: 20531, Discounts: 226.8, Sales: 20304.2, COGS: 1800, Profit: 18504.2, Date: `10/1/20`, Month: `October`, Year: `2020` }), + new SalesDataItem({ Country: `UK`, Product: `Burlington`, UnitsSold: 1014, ManufacturingPrice: 120, SalePrice: 12, GrossSales: 12168, Discounts: 2124.36, Sales: 10043.64, COGS: 5901, Profit: 4142.64, Date: `3/1/20`, Month: `March`, Year: `2020` }), + new SalesDataItem({ Country: `Brazil`, Product: `Burlington`, UnitsSold: 693, ManufacturingPrice: 120, SalePrice: 15, GrossSales: 10395, Discounts: 3547.8, Sales: 6847.2, COGS: 26280, Profit: 19432.8, Date: `4/1/20`, Month: `April`, Year: `2020` }), + new SalesDataItem({ Country: `India`, Product: `Mandarin`, UnitsSold: 3741, ManufacturingPrice: 250, SalePrice: 7, GrossSales: 26187, Discounts: 226.8, Sales: 25960.2, COGS: 1800, Profit: 24160.2, Date: `10/1/20`, Month: `October`, Year: `2020` }), + new SalesDataItem({ Country: `Brazil`, Product: `Mandarin`, UnitsSold: 3995, ManufacturingPrice: 250, SalePrice: 7, GrossSales: 27965, Discounts: 328.23, Sales: 27636.77, COGS: 2605, Profit: 25031.77, Date: `12/1/20`, Month: `December`, Year: `2020` }), + new SalesDataItem({ Country: `Brazil`, Product: `Luxe`, UnitsSold: 953, ManufacturingPrice: 260, SalePrice: 20, GrossSales: 19060, Discounts: 1868.4, Sales: 17191.6, COGS: 10380, Profit: 6811.6, Date: `6/1/20`, Month: `June`, Year: `2020` }), + new SalesDataItem({ Country: `Japan`, Product: `Luxe`, UnitsSold: 2530, ManufacturingPrice: 260, SalePrice: 15, GrossSales: 37950, Discounts: 2201.18, Sales: 35748.82, COGS: 16305, Profit: 19443.82, Date: `7/1/20`, Month: `July`, Year: `2020` }), + new SalesDataItem({ Country: `Japan`, Product: `Kensington`, UnitsSold: 1372, ManufacturingPrice: 3, SalePrice: 20, GrossSales: 27440, Discounts: 0, Sales: 27440, COGS: 16185, Profit: 11255, Date: `1/1/19`, Month: `January`, Year: `2019` }), + new SalesDataItem({ Country: `India`, Product: `Kensington`, UnitsSold: 2762, ManufacturingPrice: 3, SalePrice: 20, GrossSales: 55240, Discounts: 0, Sales: 55240, COGS: 13210, Profit: 42030, Date: `1/1/19`, Month: `January`, Year: `2019` }), + new SalesDataItem({ Country: `UK`, Product: `Kensington`, UnitsSold: 1464, ManufacturingPrice: 3, SalePrice: 15, GrossSales: 21960, Discounts: 0, Sales: 21960, COGS: 21780, Profit: 180, Date: `6/1/19`, Month: `June`, Year: `2019` }), + new SalesDataItem({ Country: `India`, Product: `Kensington`, UnitsSold: 719, ManufacturingPrice: 3, SalePrice: 15, GrossSales: 10785, Discounts: 0, Sales: 10785, COGS: 8880, Profit: 1905, Date: `6/1/19`, Month: `June`, Year: `2019` }), + new SalesDataItem({ Country: `Brazil`, Product: `Kensington`, UnitsSold: 3576, ManufacturingPrice: 3, SalePrice: 15, GrossSales: 53640, Discounts: 0, Sales: 53640, COGS: 24700, Profit: 28940, Date: `6/1/19`, Month: `June`, Year: `2019` }), + new SalesDataItem({ Country: `India`, Product: `Kensington`, UnitsSold: 4422, ManufacturingPrice: 3, SalePrice: 350, GrossSales: 1547700, Discounts: 0, Sales: 1547700, COGS: 393380, Profit: 1154320, Date: `12/1/19`, Month: `December`, Year: `2019` }), + new SalesDataItem({ Country: `India`, Product: `Royal Oak`, UnitsSold: 3649, ManufacturingPrice: 5, SalePrice: 15, GrossSales: 54735, Discounts: 0, Sales: 54735, COGS: 9210, Profit: 45525, Date: `3/1/19`, Month: `March`, Year: `2019` }), + new SalesDataItem({ Country: `Japan`, Product: `Royal Oak`, UnitsSold: 4172, ManufacturingPrice: 5, SalePrice: 12, GrossSales: 50064, Discounts: 0, Sales: 50064, COGS: 7554, Profit: 42510, Date: `6/1/19`, Month: `June`, Year: `2019` }), + new SalesDataItem({ Country: `UK`, Product: `Royal Oak`, UnitsSold: 3841, ManufacturingPrice: 5, SalePrice: 20, GrossSales: 76820, Discounts: 0, Sales: 76820, COGS: 18990, Profit: 57830, Date: `6/1/19`, Month: `June`, Year: `2019` }), + new SalesDataItem({ Country: `India`, Product: `Royal Oak`, UnitsSold: 3726, ManufacturingPrice: 5, SalePrice: 12, GrossSales: 44712, Discounts: 0, Sales: 44712, COGS: 4635, Profit: 40077, Date: `6/1/19`, Month: `June`, Year: `2019` }), + new SalesDataItem({ Country: `Brazil`, Product: `Royal Oak`, UnitsSold: 2625, ManufacturingPrice: 5, SalePrice: 15, GrossSales: 39375, Discounts: 0, Sales: 39375, COGS: 24700, Profit: 14675, Date: `6/1/19`, Month: `June`, Year: `2019` }), + new SalesDataItem({ Country: `Japan`, Product: `Royal Oak`, UnitsSold: 1958, ManufacturingPrice: 5, SalePrice: 125, GrossSales: 244750, Discounts: 0, Sales: 244750, COGS: 319860, Profit: 75110, Date: `7/1/19`, Month: `July`, Year: `2019` }), + new SalesDataItem({ Country: `Brazil`, Product: `Royal Oak`, UnitsSold: 3271, ManufacturingPrice: 5, SalePrice: 300, GrossSales: 981300, Discounts: 0, Sales: 981300, COGS: 239500, Profit: 741800, Date: `8/1/19`, Month: `August`, Year: `2019` }), + new SalesDataItem({ Country: `India`, Product: `Royal Oak`, UnitsSold: 2091, ManufacturingPrice: 5, SalePrice: 7, GrossSales: 14637, Discounts: 0, Sales: 14637, COGS: 10730, Profit: 3907, Date: `9/1/19`, Month: `September`, Year: `2019` }), + new SalesDataItem({ Country: `Japan`, Product: `Royal Oak`, UnitsSold: 2530, ManufacturingPrice: 5, SalePrice: 125, GrossSales: 316250, Discounts: 0, Sales: 316250, COGS: 41400, Profit: 274850, Date: `10/1/18`, Month: `October`, Year: `2018` }), + new SalesDataItem({ Country: `USA`, Product: `Royal Oak`, UnitsSold: 2825, ManufacturingPrice: 5, SalePrice: 15, GrossSales: 42375, Discounts: 0, Sales: 42375, COGS: 6150, Profit: 36225, Date: `12/1/19`, Month: `December`, Year: `2019` }), + new SalesDataItem({ Country: `Japan`, Product: `Vermont`, UnitsSold: 2513, ManufacturingPrice: 10, SalePrice: 20, GrossSales: 50260, Discounts: 0, Sales: 50260, COGS: 2920, Profit: 47340, Date: `2/1/19`, Month: `February`, Year: `2019` }), + new SalesDataItem({ Country: `Brazil`, Product: `Vermont`, UnitsSold: 883, ManufacturingPrice: 10, SalePrice: 15, GrossSales: 13245, Discounts: 0, Sales: 13245, COGS: 9740, Profit: 3505, Date: `2/1/19`, Month: `February`, Year: `2019` }), + new SalesDataItem({ Country: `Japan`, Product: `Vermont`, UnitsSold: 2087, ManufacturingPrice: 10, SalePrice: 12, GrossSales: 25044, Discounts: 0, Sales: 25044, COGS: 7554, Profit: 17490, Date: `6/1/19`, Month: `June`, Year: `2019` }), + new SalesDataItem({ Country: `India`, Product: `Vermont`, UnitsSold: 2563, ManufacturingPrice: 10, SalePrice: 350, GrossSales: 897050, Discounts: 0, Sales: 897050, COGS: 261560, Profit: 635490, Date: `6/1/19`, Month: `June`, Year: `2019` }), + new SalesDataItem({ Country: `India`, Product: `Vermont`, UnitsSold: 2846, ManufacturingPrice: 10, SalePrice: 12, GrossSales: 34152, Discounts: 0, Sales: 34152, COGS: 1101, Profit: 33051, Date: `7/1/19`, Month: `July`, Year: `2019` }), + new SalesDataItem({ Country: `Brazil`, Product: `Vermont`, UnitsSold: 997, ManufacturingPrice: 10, SalePrice: 7, GrossSales: 6979, Discounts: 0, Sales: 6979, COGS: 4415, Profit: 2564, Date: `8/1/19`, Month: `August`, Year: `2019` }), + new SalesDataItem({ Country: `UK`, Product: `Vermont`, UnitsSold: 3421, ManufacturingPrice: 10, SalePrice: 15, GrossSales: 51315, Discounts: 0, Sales: 51315, COGS: 5490, Profit: 45825, Date: `9/1/18`, Month: `September`, Year: `2018` }), + new SalesDataItem({ Country: `UK`, Product: `Marchesa`, UnitsSold: 70000, ManufacturingPrice: 10, SalePrice: 15, GrossSales: 1050000, Discounts: 0, Sales: 1050000, COGS: 5490, Profit: 1044510, Date: `9/1/18`, Month: `September`, Year: `2018` }), + new SalesDataItem({ Country: `Brazil`, Product: `Vermont`, UnitsSold: 2291, ManufacturingPrice: 10, SalePrice: 300, GrossSales: 687300, Discounts: 0, Sales: 687300, COGS: 197000, Profit: 490300, Date: `9/1/18`, Month: `September`, Year: `2018` }), + new SalesDataItem({ Country: `Brazil`, Product: `Vermont`, UnitsSold: 2290, ManufacturingPrice: 10, SalePrice: 15, GrossSales: 34350, Discounts: 0, Sales: 34350, COGS: 24720, Profit: 9630, Date: `9/1/19`, Month: `September`, Year: `2019` }), + new SalesDataItem({ Country: `USA`, Product: `Vermont`, UnitsSold: 2133, ManufacturingPrice: 10, SalePrice: 7, GrossSales: 14931, Discounts: 0, Sales: 14931, COGS: 5715, Profit: 9216, Date: `10/1/19`, Month: `October`, Year: `2019` }), + new SalesDataItem({ Country: `Japan`, Product: `Vermont`, UnitsSold: 3475, ManufacturingPrice: 10, SalePrice: 350, GrossSales: 1216250, Discounts: 0, Sales: 1216250, COGS: 448500, Profit: 767750, Date: `11/1/18`, Month: `November`, Year: `2018` }), + new SalesDataItem({ Country: `USA`, Product: `Vermont`, UnitsSold: 3686, ManufacturingPrice: 10, SalePrice: 12, GrossSales: 44232, Discounts: 0, Sales: 44232, COGS: 2736, Profit: 41496, Date: `11/1/18`, Month: `November`, Year: `2018` }), + new SalesDataItem({ Country: `Japan`, Product: `Vermont`, UnitsSold: 3319, ManufacturingPrice: 10, SalePrice: 15, GrossSales: 49785, Discounts: 0, Sales: 49785, COGS: 21520, Profit: 28265, Date: `12/1/18`, Month: `December`, Year: `2018` }), + new SalesDataItem({ Country: `Japan`, Product: `Vermont`, UnitsSold: 3617, ManufacturingPrice: 10, SalePrice: 20, GrossSales: 72340, Discounts: 0, Sales: 72340, COGS: 18170, Profit: 54170, Date: `12/1/19`, Month: `December`, Year: `2019` }), + new SalesDataItem({ Country: `India`, Product: `Vermont`, UnitsSold: 1266, ManufacturingPrice: 10, SalePrice: 350, GrossSales: 443100, Discounts: 0, Sales: 443100, COGS: 393380, Profit: 49720, Date: `12/1/19`, Month: `December`, Year: `2019` }), + new SalesDataItem({ Country: `Brazil`, Product: `Burlington`, UnitsSold: 894, ManufacturingPrice: 120, SalePrice: 7, GrossSales: 6258, Discounts: 0, Sales: 6258, COGS: 7465, Profit: 1207, Date: `1/1/19`, Month: `January`, Year: `2019` }), + new SalesDataItem({ Country: `UK`, Product: `Burlington`, UnitsSold: 2725, ManufacturingPrice: 120, SalePrice: 125, GrossSales: 340625, Discounts: 0, Sales: 340625, COGS: 216480, Profit: 124145, Date: `2/1/19`, Month: `February`, Year: `2019` }), + new SalesDataItem({ Country: `India`, Product: `Burlington`, UnitsSold: 3061, ManufacturingPrice: 120, SalePrice: 12, GrossSales: 36732, Discounts: 0, Sales: 36732, COGS: 6483, Profit: 30249, Date: `3/1/19`, Month: `March`, Year: `2019` }), + new SalesDataItem({ Country: `India`, Product: `Burlington`, UnitsSold: 3958, ManufacturingPrice: 120, SalePrice: 350, GrossSales: 1385300, Discounts: 0, Sales: 1385300, COGS: 261560, Profit: 1123740, Date: `6/1/19`, Month: `June`, Year: `2019` }), + new SalesDataItem({ Country: `India`, Product: `Burlington`, UnitsSold: 3920, ManufacturingPrice: 120, SalePrice: 12, GrossSales: 47040, Discounts: 0, Sales: 47040, COGS: 4635, Profit: 42405, Date: `6/1/19`, Month: `June`, Year: `2019` }), + new SalesDataItem({ Country: `USA`, Product: `Burlington`, UnitsSold: 3381, ManufacturingPrice: 120, SalePrice: 125, GrossSales: 422625, Discounts: 0, Sales: 422625, COGS: 338520, Profit: 84105, Date: `8/1/19`, Month: `August`, Year: `2019` }), + new SalesDataItem({ Country: `Japan`, Product: `Burlington`, UnitsSold: 1094, ManufacturingPrice: 120, SalePrice: 125, GrossSales: 136750, Discounts: 0, Sales: 136750, COGS: 41400, Profit: 95350, Date: `10/1/18`, Month: `October`, Year: `2018` }), + new SalesDataItem({ Country: `Japan`, Product: `Mandarin`, UnitsSold: 4307, ManufacturingPrice: 250, SalePrice: 300, GrossSales: 1292100, Discounts: 0, Sales: 1292100, COGS: 500250, Profit: 791850, Date: `2/1/19`, Month: `February`, Year: `2019` }), + new SalesDataItem({ Country: `India`, Product: `Mandarin`, UnitsSold: 878, ManufacturingPrice: 250, SalePrice: 12, GrossSales: 10536, Discounts: 0, Sales: 10536, COGS: 8514, Profit: 2022, Date: `4/1/19`, Month: `April`, Year: `2019` }), + new SalesDataItem({ Country: `UK`, Product: `Mandarin`, UnitsSold: 496, ManufacturingPrice: 250, SalePrice: 15, GrossSales: 7440, Discounts: 0, Sales: 7440, COGS: 21780, Profit: 14340, Date: `6/1/19`, Month: `June`, Year: `2019` }), + new SalesDataItem({ Country: `India`, Product: `Mandarin`, UnitsSold: 3367, ManufacturingPrice: 250, SalePrice: 15, GrossSales: 50505, Discounts: 0, Sales: 50505, COGS: 8880, Profit: 41625, Date: `6/1/19`, Month: `June`, Year: `2019` }), + new SalesDataItem({ Country: `UK`, Product: `Mandarin`, UnitsSold: 3880, ManufacturingPrice: 250, SalePrice: 350, GrossSales: 1358000, Discounts: 0, Sales: 1358000, COGS: 397020, Profit: 960980, Date: `9/1/18`, Month: `September`, Year: `2018` }), + new SalesDataItem({ Country: `UK`, Product: `Mandarin`, UnitsSold: 2055, ManufacturingPrice: 250, SalePrice: 300, GrossSales: 616500, Discounts: 0, Sales: 616500, COGS: 537750, Profit: 78750, Date: `9/1/19`, Month: `September`, Year: `2019` }), + new SalesDataItem({ Country: `Japan`, Product: `Mandarin`, UnitsSold: 4041, ManufacturingPrice: 250, SalePrice: 20, GrossSales: 80820, Discounts: 0, Sales: 80820, COGS: 18170, Profit: 62650, Date: `12/1/19`, Month: `December`, Year: `2019` }), + new SalesDataItem({ Country: `UK`, Product: `Luxe`, UnitsSold: 3237, ManufacturingPrice: 260, SalePrice: 350, GrossSales: 1132950, Discounts: 0, Sales: 1132950, COGS: 715000, Profit: 417950, Date: `2/1/19`, Month: `February`, Year: `2019` }), + new SalesDataItem({ Country: `USA`, Product: `Luxe`, UnitsSold: 630, ManufacturingPrice: 260, SalePrice: 12, GrossSales: 7560, Discounts: 0, Sales: 7560, COGS: 5859, Profit: 1701, Date: `4/1/19`, Month: `April`, Year: `2019` }), + new SalesDataItem({ Country: `India`, Product: `Luxe`, UnitsSold: 4210, ManufacturingPrice: 260, SalePrice: 125, GrossSales: 526250, Discounts: 0, Sales: 526250, COGS: 506340, Profit: 19910, Date: `4/1/19`, Month: `April`, Year: `2019` }), + new SalesDataItem({ Country: `UK`, Product: `Luxe`, UnitsSold: 1127, ManufacturingPrice: 260, SalePrice: 20, GrossSales: 22540, Discounts: 0, Sales: 22540, COGS: 18990, Profit: 3550, Date: `6/1/19`, Month: `June`, Year: `2019` }), + new SalesDataItem({ Country: `India`, Product: `Luxe`, UnitsSold: 3438, ManufacturingPrice: 260, SalePrice: 7, GrossSales: 24066, Discounts: 0, Sales: 24066, COGS: 8430, Profit: 15636, Date: `7/1/19`, Month: `July`, Year: `2019` }), + new SalesDataItem({ Country: `USA`, Product: `Luxe`, UnitsSold: 2015, ManufacturingPrice: 260, SalePrice: 12, GrossSales: 24180, Discounts: 0, Sales: 24180, COGS: 6423, Profit: 17757, Date: `8/1/19`, Month: `August`, Year: `2019` }), + new SalesDataItem({ Country: `USA`, Product: `Luxe`, UnitsSold: 2534, ManufacturingPrice: 260, SalePrice: 7, GrossSales: 17738, Discounts: 0, Sales: 17738, COGS: 5715, Profit: 12023, Date: `10/1/19`, Month: `October`, Year: `2019` }), + new SalesDataItem({ Country: `USA`, Product: `Luxe`, UnitsSold: 1384, ManufacturingPrice: 260, SalePrice: 15, GrossSales: 20760, Discounts: 0, Sales: 20760, COGS: 6150, Profit: 14610, Date: `12/1/19`, Month: `December`, Year: `2019` }), + new SalesDataItem({ Country: `UK`, Product: `Vermont`, UnitsSold: 3561, ManufacturingPrice: 10, SalePrice: 7, GrossSales: 24927, Discounts: 276.15, Sales: 24650.85, COGS: 19725, Profit: 4925.85, Date: `1/1/19`, Month: `January`, Year: `2019` }), + new SalesDataItem({ Country: `UK`, Product: `Vermont`, UnitsSold: 1823, ManufacturingPrice: 10, SalePrice: 15, GrossSales: 27345, Discounts: 344.4, Sales: 27000.6, COGS: 22960, Profit: 4040.6, Date: `2/1/19`, Month: `February`, Year: `2019` }), + new SalesDataItem({ Country: `UK`, Product: `Vermont`, UnitsSold: 2795, ManufacturingPrice: 10, SalePrice: 7, GrossSales: 19565, Discounts: 72.1, Sales: 19492.9, COGS: 5150, Profit: 14342.9, Date: `5/1/19`, Month: `May`, Year: `2019` }), + new SalesDataItem({ Country: `UK`, Product: `Burlington`, UnitsSold: 457, ManufacturingPrice: 120, SalePrice: 7, GrossSales: 3199, Discounts: 44.73, Sales: 3154.27, COGS: 3195, Profit: 40.73, Date: `11/1/19`, Month: `November`, Year: `2019` }), + new SalesDataItem({ Country: `Japan`, Product: `Mandarin`, UnitsSold: 3785, ManufacturingPrice: 250, SalePrice: 7, GrossSales: 26495, Discounts: 92.82, Sales: 26402.18, COGS: 6630, Profit: 19772.18, Date: `3/1/19`, Month: `March`, Year: `2019` }), + new SalesDataItem({ Country: `USA`, Product: `Kensington`, UnitsSold: 748, ManufacturingPrice: 3, SalePrice: 12, GrossSales: 8976, Discounts: 222.96, Sales: 8753.04, COGS: 5574, Profit: 3179.04, Date: `2/1/19`, Month: `February`, Year: `2019` }), + new SalesDataItem({ Country: `Brazil`, Product: `Kensington`, UnitsSold: 1021, ManufacturingPrice: 3, SalePrice: 350, GrossSales: 357350, Discounts: 4235, Sales: 353115, COGS: 314600, Profit: 38515, Date: `3/1/19`, Month: `March`, Year: `2019` }), + new SalesDataItem({ Country: `USA`, Product: `Kensington`, UnitsSold: 2076, ManufacturingPrice: 3, SalePrice: 7, GrossSales: 14532, Discounts: 177.03, Sales: 14354.97, COGS: 12645, Profit: 1709.97, Date: `7/1/19`, Month: `July`, Year: `2019` }), + new SalesDataItem({ Country: `Japan`, Product: `Kensington`, UnitsSold: 4316, ManufacturingPrice: 3, SalePrice: 12, GrossSales: 51792, Discounts: 173.4, Sales: 51618.6, COGS: 4335, Profit: 47283.6, Date: `9/1/19`, Month: `September`, Year: `2019` }), + new SalesDataItem({ Country: `USA`, Product: `Kensington`, UnitsSold: 2654, ManufacturingPrice: 3, SalePrice: 125, GrossSales: 331750, Discounts: 412.5, Sales: 331337.5, COGS: 39600, Profit: 291737.5, Date: `9/1/18`, Month: `September`, Year: `2018` }), + new SalesDataItem({ Country: `UK`, Product: `Kensington`, UnitsSold: 4174, ManufacturingPrice: 3, SalePrice: 12, GrossSales: 50088, Discounts: 320.52, Sales: 49767.48, COGS: 8013, Profit: 41754.48, Date: `9/1/19`, Month: `September`, Year: `2019` }), + new SalesDataItem({ Country: `India`, Product: `Kensington`, UnitsSold: 1675, ManufacturingPrice: 3, SalePrice: 12, GrossSales: 20100, Discounts: 91.92, Sales: 20008.08, COGS: 2298, Profit: 17710.08, Date: `10/1/18`, Month: `October`, Year: `2018` }), + new SalesDataItem({ Country: `Brazil`, Product: `Kensington`, UnitsSold: 1572, ManufacturingPrice: 3, SalePrice: 300, GrossSales: 471600, Discounts: 1482, Sales: 470118, COGS: 123500, Profit: 346618, Date: `10/1/18`, Month: `October`, Year: `2018` }), + new SalesDataItem({ Country: `Brazil`, Product: `Kensington`, UnitsSold: 3736, ManufacturingPrice: 3, SalePrice: 350, GrossSales: 1307600, Discounts: 4889.5, Sales: 1302710.5, COGS: 363220, Profit: 939490.5, Date: `10/1/19`, Month: `October`, Year: `2019` }), + new SalesDataItem({ Country: `UK`, Product: `Kensington`, UnitsSold: 1914, ManufacturingPrice: 3, SalePrice: 350, GrossSales: 669900, Discounts: 7542.5, Sales: 662357.5, COGS: 560300, Profit: 102057.5, Date: `12/1/19`, Month: `December`, Year: `2019` }), + new SalesDataItem({ Country: `Brazil`, Product: `Royal Oak`, UnitsSold: 2742, ManufacturingPrice: 5, SalePrice: 15, GrossSales: 41130, Discounts: 332.1, Sales: 40797.9, COGS: 22140, Profit: 18657.9, Date: `3/1/19`, Month: `March`, Year: `2019` }), + new SalesDataItem({ Country: `USA`, Product: `Royal Oak`, UnitsSold: 1499, ManufacturingPrice: 5, SalePrice: 300, GrossSales: 449700, Discounts: 6903, Sales: 442797, COGS: 575250, Profit: 132453, Date: `4/1/19`, Month: `April`, Year: `2019` }), + new SalesDataItem({ Country: `UK`, Product: `Royal Oak`, UnitsSold: 3772, ManufacturingPrice: 5, SalePrice: 20, GrossSales: 75440, Discounts: 275.1, Sales: 75164.9, COGS: 13755, Profit: 61409.9, Date: `7/1/19`, Month: `July`, Year: `2019` }), + new SalesDataItem({ Country: `Japan`, Product: `Royal Oak`, UnitsSold: 1112, ManufacturingPrice: 5, SalePrice: 7, GrossSales: 7784, Discounts: 128.1, Sales: 7655.9, COGS: 9150, Profit: 1494.1, Date: `8/1/19`, Month: `August`, Year: `2019` }), + new SalesDataItem({ Country: `USA`, Product: `Royal Oak`, UnitsSold: 1723, ManufacturingPrice: 5, SalePrice: 300, GrossSales: 516900, Discounts: 7494, Sales: 509406, COGS: 624500, Profit: 115094, Date: `9/1/18`, Month: `September`, Year: `2018` }), + new SalesDataItem({ Country: `USA`, Product: `Royal Oak`, UnitsSold: 423, ManufacturingPrice: 5, SalePrice: 125, GrossSales: 52875, Discounts: 828.75, Sales: 52046.25, COGS: 79560, Profit: 27513.75, Date: `10/1/18`, Month: `October`, Year: `2018` }), + new SalesDataItem({ Country: `USA`, Product: `Vermont`, UnitsSold: 2368, ManufacturingPrice: 10, SalePrice: 15, GrossSales: 35520, Discounts: 227.1, Sales: 35292.9, COGS: 15140, Profit: 20152.9, Date: `2/1/19`, Month: `February`, Year: `2019` }), + new SalesDataItem({ Country: `USA`, Product: `Vermont`, UnitsSold: 1586, ManufacturingPrice: 10, SalePrice: 7, GrossSales: 11102, Discounts: 314.48, Sales: 10787.52, COGS: 22462.5, Profit: 11674.98, Date: `4/1/19`, Month: `April`, Year: `2019` }), + new SalesDataItem({ Country: `USA`, Product: `Vermont`, UnitsSold: 3386, ManufacturingPrice: 10, SalePrice: 125, GrossSales: 423250, Discounts: 908.75, Sales: 422341.25, COGS: 87240, Profit: 335101.25, Date: `6/1/19`, Month: `June`, Year: `2019` }), + new SalesDataItem({ Country: `UK`, Product: `Vermont`, UnitsSold: 852, ManufacturingPrice: 10, SalePrice: 125, GrossSales: 106500, Discounts: 983.75, Sales: 105516.25, COGS: 94440, Profit: 11076.25, Date: `6/1/19`, Month: `June`, Year: `2019` }), + new SalesDataItem({ Country: `Brazil`, Product: `Vermont`, UnitsSold: 2783, ManufacturingPrice: 10, SalePrice: 125, GrossSales: 347875, Discounts: 2278.75, Sales: 345596.25, COGS: 218760, Profit: 126836.25, Date: `7/1/19`, Month: `July`, Year: `2019` }), + new SalesDataItem({ Country: `India`, Product: `Vermont`, UnitsSold: 2684, ManufacturingPrice: 10, SalePrice: 15, GrossSales: 40260, Discounts: 112.05, Sales: 40147.95, COGS: 7470, Profit: 32677.95, Date: `9/1/19`, Month: `September`, Year: `2019` }), + new SalesDataItem({ Country: `India`, Product: `Vermont`, UnitsSold: 4393, ManufacturingPrice: 10, SalePrice: 12, GrossSales: 52716, Discounts: 91.92, Sales: 52624.08, COGS: 2298, Profit: 50326.08, Date: `10/1/18`, Month: `October`, Year: `2018` }), + new SalesDataItem({ Country: `USA`, Product: `Vermont`, UnitsSold: 4083, ManufacturingPrice: 10, SalePrice: 300, GrossSales: 1224900, Discounts: 8715, Sales: 1216185, COGS: 726250, Profit: 489935, Date: `11/1/19`, Month: `November`, Year: `2019` }), + new SalesDataItem({ Country: `UK`, Product: `Vermont`, UnitsSold: 2816, ManufacturingPrice: 10, SalePrice: 350, GrossSales: 985600, Discounts: 7542.5, Sales: 978057.5, COGS: 560300, Profit: 417757.5, Date: `12/1/19`, Month: `December`, Year: `2019` }), + new SalesDataItem({ Country: `UK`, Product: `Burlington`, UnitsSold: 4294, ManufacturingPrice: 120, SalePrice: 20, GrossSales: 85880, Discounts: 772.8, Sales: 85107.2, COGS: 38640, Profit: 46467.2, Date: `4/1/19`, Month: `April`, Year: `2019` }), + new SalesDataItem({ Country: `Brazil`, Product: `Burlington`, UnitsSold: 2856, ManufacturingPrice: 120, SalePrice: 7, GrossSales: 19992, Discounts: 25.34, Sales: 19966.66, COGS: 1810, Profit: 18156.66, Date: `5/1/19`, Month: `May`, Year: `2019` }), + new SalesDataItem({ Country: `Japan`, Product: `Burlington`, UnitsSold: 1407, ManufacturingPrice: 120, SalePrice: 125, GrossSales: 175875, Discounts: 1153.75, Sales: 174721.25, COGS: 110760, Profit: 63961.25, Date: `8/1/19`, Month: `August`, Year: `2019` }), + new SalesDataItem({ Country: `USA`, Product: `Burlington`, UnitsSold: 3850, ManufacturingPrice: 120, SalePrice: 125, GrossSales: 481250, Discounts: 828.75, Sales: 480421.25, COGS: 79560, Profit: 400861.25, Date: `10/1/18`, Month: `October`, Year: `2018` }), + new SalesDataItem({ Country: `Japan`, Product: `Burlington`, UnitsSold: 2856, ManufacturingPrice: 120, SalePrice: 7, GrossSales: 19992, Discounts: 146.44, Sales: 19845.56, COGS: 10460, Profit: 9385.56, Date: `11/1/18`, Month: `November`, Year: `2018` }), + new SalesDataItem({ Country: `India`, Product: `Mandarin`, UnitsSold: 1265, ManufacturingPrice: 250, SalePrice: 7, GrossSales: 8855, Discounts: 18.41, Sales: 8836.59, COGS: 1315, Profit: 7521.59, Date: `3/1/19`, Month: `March`, Year: `2019` }), + new SalesDataItem({ Country: `Japan`, Product: `Mandarin`, UnitsSold: 3892, ManufacturingPrice: 250, SalePrice: 350, GrossSales: 1362200, Discounts: 3302.25, Sales: 1358897.75, COGS: 245310, Profit: 1113587.75, Date: `4/1/19`, Month: `April`, Year: `2019` }), + new SalesDataItem({ Country: `USA`, Product: `Mandarin`, UnitsSold: 3068, ManufacturingPrice: 250, SalePrice: 125, GrossSales: 383500, Discounts: 908.75, Sales: 382591.25, COGS: 87240, Profit: 295351.25, Date: `6/1/19`, Month: `June`, Year: `2019` }), + new SalesDataItem({ Country: `UK`, Product: `Mandarin`, UnitsSold: 2181, ManufacturingPrice: 250, SalePrice: 125, GrossSales: 272625, Discounts: 983.75, Sales: 271641.25, COGS: 94440, Profit: 177201.25, Date: `6/1/19`, Month: `June`, Year: `2019` }), + new SalesDataItem({ Country: `India`, Product: `Mandarin`, UnitsSold: 1356, ManufacturingPrice: 250, SalePrice: 300, GrossSales: 406800, Discounts: 2958, Sales: 403842, COGS: 246500, Profit: 157342, Date: `9/1/19`, Month: `September`, Year: `2019` }), + new SalesDataItem({ Country: `Brazil`, Product: `Mandarin`, UnitsSold: 2545, ManufacturingPrice: 250, SalePrice: 300, GrossSales: 763500, Discounts: 1482, Sales: 762018, COGS: 123500, Profit: 638518, Date: `10/1/18`, Month: `October`, Year: `2018` }), + new SalesDataItem({ Country: `Brazil`, Product: `Mandarin`, UnitsSold: 1814, ManufacturingPrice: 250, SalePrice: 350, GrossSales: 634900, Discounts: 4889.5, Sales: 630010.5, COGS: 363220, Profit: 266790.5, Date: `10/1/19`, Month: `October`, Year: `2019` }), + new SalesDataItem({ Country: `UK`, Product: `Mandarin`, UnitsSold: 1495, ManufacturingPrice: 250, SalePrice: 125, GrossSales: 186875, Discounts: 2180, Sales: 184695, COGS: 209280, Profit: 24585, Date: `11/1/19`, Month: `November`, Year: `2019` }), + new SalesDataItem({ Country: `USA`, Product: `Luxe`, UnitsSold: 1154, ManufacturingPrice: 260, SalePrice: 12, GrossSales: 13848, Discounts: 238.68, Sales: 13609.32, COGS: 5967, Profit: 7642.32, Date: `9/1/18`, Month: `September`, Year: `2018` }), + new SalesDataItem({ Country: `UK`, Product: `Luxe`, UnitsSold: 4180, ManufacturingPrice: 260, SalePrice: 15, GrossSales: 62700, Discounts: 48.15, Sales: 62651.85, COGS: 3210, Profit: 59441.85, Date: `11/1/18`, Month: `November`, Year: `2018` }), + new SalesDataItem({ Country: `Japan`, Product: `Kensington`, UnitsSold: 1463, ManufacturingPrice: 3, SalePrice: 125, GrossSales: 182875, Discounts: 1856.25, Sales: 181018.75, COGS: 89100, Profit: 91918.75, Date: `4/1/19`, Month: `April`, Year: `2019` }), + new SalesDataItem({ Country: `Japan`, Product: `Kensington`, UnitsSold: 215, ManufacturingPrice: 3, SalePrice: 12, GrossSales: 2580, Discounts: 310.8, Sales: 2269.2, COGS: 3885, Profit: 1615.8, Date: `10/1/19`, Month: `October`, Year: `2019` }), + new SalesDataItem({ Country: `India`, Product: `Kensington`, UnitsSold: 4099, ManufacturingPrice: 3, SalePrice: 300, GrossSales: 1229700, Discounts: 1284, Sales: 1228416, COGS: 53500, Profit: 1174916, Date: `10/1/18`, Month: `October`, Year: `2018` }), + new SalesDataItem({ Country: `UK`, Product: `Kensington`, UnitsSold: 2660, ManufacturingPrice: 3, SalePrice: 7, GrossSales: 18620, Discounts: 300.3, Sales: 18319.7, COGS: 10725, Profit: 7594.7, Date: `11/1/18`, Month: `November`, Year: `2018` }), + new SalesDataItem({ Country: `Japan`, Product: `Kensington`, UnitsSold: 566, ManufacturingPrice: 3, SalePrice: 350, GrossSales: 198100, Discounts: 19964, Sales: 178136, COGS: 741520, Profit: 563384, Date: `12/1/19`, Month: `December`, Year: `2019` }), + new SalesDataItem({ Country: `USA`, Product: `Royal Oak`, UnitsSold: 3255, ManufacturingPrice: 5, SalePrice: 12, GrossSales: 39060, Discounts: 274.08, Sales: 38785.92, COGS: 3426, Profit: 35359.92, Date: `6/1/19`, Month: `June`, Year: `2019` }), + new SalesDataItem({ Country: `USA`, Product: `Royal Oak`, UnitsSold: 772, ManufacturingPrice: 5, SalePrice: 20, GrossSales: 15440, Discounts: 626.4, Sales: 14813.6, COGS: 15660, Profit: 846.4, Date: `10/1/19`, Month: `October`, Year: `2019` }), + new SalesDataItem({ Country: `Brazil`, Product: `Royal Oak`, UnitsSold: 1135, ManufacturingPrice: 5, SalePrice: 12, GrossSales: 13620, Discounts: 165.6, Sales: 13454.4, COGS: 2070, Profit: 11384.4, Date: `11/1/19`, Month: `November`, Year: `2019` }), + new SalesDataItem({ Country: `Brazil`, Product: `Royal Oak`, UnitsSold: 3826, ManufacturingPrice: 5, SalePrice: 125, GrossSales: 478250, Discounts: 4150, Sales: 474100, COGS: 199200, Profit: 274900, Date: `11/1/18`, Month: `November`, Year: `2018` }), + new SalesDataItem({ Country: `Japan`, Product: `Vermont`, UnitsSold: 1193, ManufacturingPrice: 10, SalePrice: 15, GrossSales: 17895, Discounts: 708.9, Sales: 17186.1, COGS: 23630, Profit: 6443.9, Date: `2/1/19`, Month: `February`, Year: `2019` }), + new SalesDataItem({ Country: `UK`, Product: `Vermont`, UnitsSold: 2530, ManufacturingPrice: 10, SalePrice: 300, GrossSales: 759000, Discounts: 5508, Sales: 753492, COGS: 229500, Profit: 523992, Date: `5/1/19`, Month: `May`, Year: `2019` }), + new SalesDataItem({ Country: `India`, Product: `Vermont`, UnitsSold: 3451, ManufacturingPrice: 10, SalePrice: 300, GrossSales: 1035300, Discounts: 10368, Sales: 1024932, COGS: 432000, Profit: 592932, Date: `5/1/19`, Month: `May`, Year: `2019` }), + new SalesDataItem({ Country: `USA`, Product: `Vermont`, UnitsSold: 3059, ManufacturingPrice: 10, SalePrice: 12, GrossSales: 36708, Discounts: 274.08, Sales: 36433.92, COGS: 3426, Profit: 33007.92, Date: `6/1/19`, Month: `June`, Year: `2019` }), + new SalesDataItem({ Country: `Brazil`, Product: `Vermont`, UnitsSold: 3957, ManufacturingPrice: 10, SalePrice: 125, GrossSales: 494625, Discounts: 1655, Sales: 492970, COGS: 79440, Profit: 413530, Date: `6/1/19`, Month: `June`, Year: `2019` }), + new SalesDataItem({ Country: `Japan`, Product: `Vermont`, UnitsSold: 3444, ManufacturingPrice: 10, SalePrice: 12, GrossSales: 41328, Discounts: 310.8, Sales: 41017.2, COGS: 3885, Profit: 37132.2, Date: `10/1/19`, Month: `October`, Year: `2019` }), + new SalesDataItem({ Country: `India`, Product: `Vermont`, UnitsSold: 4388, ManufacturingPrice: 10, SalePrice: 125, GrossSales: 548500, Discounts: 2022.5, Sales: 546477.5, COGS: 97080, Profit: 449397.5, Date: `10/1/18`, Month: `October`, Year: `2018` }), + new SalesDataItem({ Country: `Brazil`, Product: `Vermont`, UnitsSold: 2106, ManufacturingPrice: 10, SalePrice: 125, GrossSales: 263250, Discounts: 5362.5, Sales: 257887.5, COGS: 257400, Profit: 487.5, Date: `10/1/18`, Month: `October`, Year: `2018` }), + new SalesDataItem({ Country: `UK`, Product: `Vermont`, UnitsSold: 799, ManufacturingPrice: 10, SalePrice: 12, GrossSales: 9588, Discounts: 428.4, Sales: 9159.6, COGS: 5355, Profit: 3804.6, Date: `11/1/18`, Month: `November`, Year: `2018` }), + new SalesDataItem({ Country: `Japan`, Product: `Vermont`, UnitsSold: 3154, ManufacturingPrice: 10, SalePrice: 300, GrossSales: 946200, Discounts: 11496, Sales: 934704, COGS: 479000, Profit: 455704, Date: `12/1/19`, Month: `December`, Year: `2019` }), + new SalesDataItem({ Country: `Japan`, Product: `Vermont`, UnitsSold: 4108, ManufacturingPrice: 10, SalePrice: 350, GrossSales: 1437800, Discounts: 19964, Sales: 1417836, COGS: 741520, Profit: 676316, Date: `12/1/19`, Month: `December`, Year: `2019` }), + new SalesDataItem({ Country: `Japan`, Product: `Vermont`, UnitsSold: 3760, ManufacturingPrice: 10, SalePrice: 125, GrossSales: 470000, Discounts: 6822.5, Sales: 463177.5, COGS: 327480, Profit: 135697.5, Date: `12/1/19`, Month: `December`, Year: `2019` }), + new SalesDataItem({ Country: `USA`, Product: `Vermont`, UnitsSold: 377, ManufacturingPrice: 10, SalePrice: 15, GrossSales: 5655, Discounts: 577.5, Sales: 5077.5, COGS: 19250, Profit: 14172.5, Date: `12/1/18`, Month: `December`, Year: `2018` }), + new SalesDataItem({ Country: `USA`, Product: `Vermont`, UnitsSold: 2110, ManufacturingPrice: 10, SalePrice: 7, GrossSales: 14770, Discounts: 281.82, Sales: 14488.18, COGS: 10065, Profit: 4423.18, Date: `12/1/18`, Month: `December`, Year: `2018` }), + new SalesDataItem({ Country: `UK`, Product: `Vermont`, UnitsSold: 2334, ManufacturingPrice: 10, SalePrice: 12, GrossSales: 28008, Discounts: 253.2, Sales: 27754.8, COGS: 3165, Profit: 24589.8, Date: `12/1/19`, Month: `December`, Year: `2019` }), + new SalesDataItem({ Country: `Brazil`, Product: `Vermont`, UnitsSold: 580, ManufacturingPrice: 10, SalePrice: 12, GrossSales: 6960, Discounts: 260.16, Sales: 6699.84, COGS: 3252, Profit: 3447.84, Date: `12/1/19`, Month: `December`, Year: `2019` }), + new SalesDataItem({ Country: `USA`, Product: `Burlington`, UnitsSold: 2610, ManufacturingPrice: 120, SalePrice: 20, GrossSales: 52200, Discounts: 626.4, Sales: 51573.6, COGS: 15660, Profit: 35913.6, Date: `10/1/19`, Month: `October`, Year: `2019` }), + new SalesDataItem({ Country: `India`, Product: `Burlington`, UnitsSold: 1598, ManufacturingPrice: 120, SalePrice: 350, GrossSales: 559300, Discounts: 20762, Sales: 538538, COGS: 771160, Profit: 232622, Date: `10/1/18`, Month: `October`, Year: `2018` }), + new SalesDataItem({ Country: `India`, Product: `Burlington`, UnitsSold: 1459, ManufacturingPrice: 120, SalePrice: 350, GrossSales: 510650, Discounts: 20139, Sales: 490511, COGS: 748020, Profit: 257509, Date: `10/1/19`, Month: `October`, Year: `2019` }), + new SalesDataItem({ Country: `India`, Product: `Burlington`, UnitsSold: 3284, ManufacturingPrice: 120, SalePrice: 125, GrossSales: 410500, Discounts: 2022.5, Sales: 408477.5, COGS: 97080, Profit: 311397.5, Date: `10/1/18`, Month: `October`, Year: `2018` }), + new SalesDataItem({ Country: `Brazil`, Product: `Burlington`, UnitsSold: 1197, ManufacturingPrice: 120, SalePrice: 125, GrossSales: 149625, Discounts: 5362.5, Sales: 144262.5, COGS: 257400, Profit: 113137.5, Date: `10/1/18`, Month: `October`, Year: `2018` }), + new SalesDataItem({ Country: `UK`, Product: `Burlington`, UnitsSold: 3774, ManufacturingPrice: 120, SalePrice: 12, GrossSales: 45288, Discounts: 253.2, Sales: 45034.8, COGS: 3165, Profit: 41869.8, Date: `12/1/19`, Month: `December`, Year: `2019` }), + new SalesDataItem({ Country: `Brazil`, Product: `Burlington`, UnitsSold: 2303, ManufacturingPrice: 120, SalePrice: 20, GrossSales: 46060, Discounts: 217.6, Sales: 45842.4, COGS: 5440, Profit: 40402.4, Date: `12/1/18`, Month: `December`, Year: `2018` }), + new SalesDataItem({ Country: `Brazil`, Product: `Burlington`, UnitsSold: 2572, ManufacturingPrice: 120, SalePrice: 12, GrossSales: 30864, Discounts: 260.16, Sales: 30603.84, COGS: 3252, Profit: 27351.84, Date: `12/1/19`, Month: `December`, Year: `2019` }), + new SalesDataItem({ Country: `Brazil`, Product: `Mandarin`, UnitsSold: 320, ManufacturingPrice: 250, SalePrice: 125, GrossSales: 40000, Discounts: 1655, Sales: 38345, COGS: 79440, Profit: 41095, Date: `6/1/19`, Month: `June`, Year: `2019` }), + new SalesDataItem({ Country: `India`, Product: `Mandarin`, UnitsSold: 2126, ManufacturingPrice: 250, SalePrice: 300, GrossSales: 637800, Discounts: 1284, Sales: 636516, COGS: 53500, Profit: 583016, Date: `10/1/18`, Month: `October`, Year: `2018` }), + new SalesDataItem({ Country: `India`, Product: `Mandarin`, UnitsSold: 3275, ManufacturingPrice: 250, SalePrice: 350, GrossSales: 1146250, Discounts: 20139, Sales: 1126111, COGS: 748020, Profit: 378091, Date: `10/1/19`, Month: `October`, Year: `2019` }), + new SalesDataItem({ Country: `Japan`, Product: `Mandarin`, UnitsSold: 3582, ManufacturingPrice: 250, SalePrice: 125, GrossSales: 447750, Discounts: 6822.5, Sales: 440927.5, COGS: 327480, Profit: 113447.5, Date: `12/1/19`, Month: `December`, Year: `2019` }), + new SalesDataItem({ Country: `USA`, Product: `Mandarin`, UnitsSold: 783, ManufacturingPrice: 250, SalePrice: 350, GrossSales: 274050, Discounts: 1862, Sales: 272188, COGS: 69160, Profit: 203028, Date: `12/1/18`, Month: `December`, Year: `2018` }), + new SalesDataItem({ Country: `Brazil`, Product: `Mandarin`, UnitsSold: 1202, ManufacturingPrice: 250, SalePrice: 350, GrossSales: 420700, Discounts: 13580, Sales: 407120, COGS: 504400, Profit: 97280, Date: `12/1/18`, Month: `December`, Year: `2018` }), + new SalesDataItem({ Country: `India`, Product: `Luxe`, UnitsSold: 4056, ManufacturingPrice: 260, SalePrice: 300, GrossSales: 1216800, Discounts: 1554, Sales: 1215246, COGS: 64750, Profit: 1150496, Date: `3/1/19`, Month: `March`, Year: `2019` }), + new SalesDataItem({ Country: `Brazil`, Product: `Luxe`, UnitsSold: 2144, ManufacturingPrice: 260, SalePrice: 300, GrossSales: 643200, Discounts: 6606, Sales: 636594, COGS: 275250, Profit: 361344, Date: `3/1/19`, Month: `March`, Year: `2019` }), + new SalesDataItem({ Country: `India`, Product: `Luxe`, UnitsSold: 3502, ManufacturingPrice: 260, SalePrice: 125, GrossSales: 437750, Discounts: 5690, Sales: 432060, COGS: 273120, Profit: 158940, Date: `5/1/19`, Month: `May`, Year: `2019` }), + new SalesDataItem({ Country: `India`, Product: `Luxe`, UnitsSold: 1397, ManufacturingPrice: 260, SalePrice: 350, GrossSales: 488950, Discounts: 20762, Sales: 468188, COGS: 771160, Profit: 302972, Date: `10/1/18`, Month: `October`, Year: `2018` }), + new SalesDataItem({ Country: `USA`, Product: `Luxe`, UnitsSold: 679, ManufacturingPrice: 260, SalePrice: 20, GrossSales: 13580, Discounts: 494.4, Sales: 13085.6, COGS: 12360, Profit: 725.6, Date: `11/1/19`, Month: `November`, Year: `2019` }), + new SalesDataItem({ Country: `UK`, Product: `Luxe`, UnitsSold: 2351, ManufacturingPrice: 260, SalePrice: 20, GrossSales: 47020, Discounts: 376.4, Sales: 46643.6, COGS: 9410, Profit: 37233.6, Date: `11/1/19`, Month: `November`, Year: `2019` }), + new SalesDataItem({ Country: `Japan`, Product: `Luxe`, UnitsSold: 2043, ManufacturingPrice: 260, SalePrice: 300, GrossSales: 612900, Discounts: 11496, Sales: 601404, COGS: 479000, Profit: 122404, Date: `12/1/19`, Month: `December`, Year: `2019` }), + new SalesDataItem({ Country: `UK`, Product: `Kensington`, UnitsSold: 3565, ManufacturingPrice: 3, SalePrice: 125, GrossSales: 445625, Discounts: 15913.13, Sales: 429711.88, COGS: 509220, Profit: 79508.13, Date: `4/1/19`, Month: `April`, Year: `2019` }), + new SalesDataItem({ Country: `India`, Product: `Kensington`, UnitsSold: 1401, ManufacturingPrice: 3, SalePrice: 20, GrossSales: 28020, Discounts: 1548, Sales: 26472, COGS: 25800, Profit: 672, Date: `4/1/19`, Month: `April`, Year: `2019` }), + new SalesDataItem({ Country: `India`, Product: `Kensington`, UnitsSold: 2077, ManufacturingPrice: 3, SalePrice: 300, GrossSales: 623100, Discounts: 6201, Sales: 616899, COGS: 172250, Profit: 444649, Date: `6/1/19`, Month: `June`, Year: `2019` }), + new SalesDataItem({ Country: `USA`, Product: `Kensington`, UnitsSold: 3643, ManufacturingPrice: 3, SalePrice: 12, GrossSales: 43716, Discounts: 700.92, Sales: 43015.08, COGS: 5841, Profit: 37174.08, Date: `9/1/19`, Month: `September`, Year: `2019` }), + new SalesDataItem({ Country: `Japan`, Product: `Kensington`, UnitsSold: 1105, ManufacturingPrice: 3, SalePrice: 12, GrossSales: 13260, Discounts: 326.88, Sales: 12933.12, COGS: 2724, Profit: 10209.12, Date: `12/1/18`, Month: `December`, Year: `2018` }), + new SalesDataItem({ Country: `India`, Product: `Royal Oak`, UnitsSold: 2960, ManufacturingPrice: 5, SalePrice: 7, GrossSales: 20720, Discounts: 411.18, Sales: 20308.82, COGS: 9790, Profit: 10518.82, Date: `2/1/19`, Month: `February`, Year: `2019` }), + new SalesDataItem({ Country: `UK`, Product: `Royal Oak`, UnitsSold: 1201, ManufacturingPrice: 5, SalePrice: 12, GrossSales: 14412, Discounts: 684.36, Sales: 13727.64, COGS: 5703, Profit: 8024.64, Date: `6/1/19`, Month: `June`, Year: `2019` }), + new SalesDataItem({ Country: `UK`, Product: `Royal Oak`, UnitsSold: 2321, ManufacturingPrice: 5, SalePrice: 7, GrossSales: 16247, Discounts: 114.24, Sales: 16132.76, COGS: 2720, Profit: 13412.76, Date: `9/1/19`, Month: `September`, Year: `2019` }), + new SalesDataItem({ Country: `India`, Product: `Royal Oak`, UnitsSold: 3640, ManufacturingPrice: 5, SalePrice: 350, GrossSales: 1274000, Discounts: 18868.5, Sales: 1255131.5, COGS: 467220, Profit: 787911.5, Date: `9/1/18`, Month: `September`, Year: `2018` }), + new SalesDataItem({ Country: `UK`, Product: `Royal Oak`, UnitsSold: 3972, ManufacturingPrice: 5, SalePrice: 125, GrossSales: 496500, Discounts: 4826.25, Sales: 491673.75, COGS: 154440, Profit: 337233.75, Date: `12/1/19`, Month: `December`, Year: `2019` }), + new SalesDataItem({ Country: `India`, Product: `Royal Oak`, UnitsSold: 3878, ManufacturingPrice: 5, SalePrice: 125, GrossSales: 484750, Discounts: 6397.5, Sales: 478352.5, COGS: 204720, Profit: 273632.5, Date: `12/1/19`, Month: `December`, Year: `2019` }), + new SalesDataItem({ Country: `UK`, Product: `Vermont`, UnitsSold: 2278, ManufacturingPrice: 10, SalePrice: 300, GrossSales: 683400, Discounts: 21910.5, Sales: 661489.5, COGS: 608625, Profit: 52864.5, Date: `1/1/19`, Month: `January`, Year: `2019` }), + new SalesDataItem({ Country: `Japan`, Product: `Vermont`, UnitsSold: 1075, ManufacturingPrice: 10, SalePrice: 125, GrossSales: 134375, Discounts: 6652.5, Sales: 127722.5, COGS: 212880, Profit: 85157.5, Date: `3/1/19`, Month: `March`, Year: `2019` }), + new SalesDataItem({ Country: `UK`, Product: `Vermont`, UnitsSold: 4050, ManufacturingPrice: 10, SalePrice: 12, GrossSales: 48600, Discounts: 684.36, Sales: 47915.64, COGS: 5703, Profit: 42212.64, Date: `6/1/19`, Month: `June`, Year: `2019` }), + new SalesDataItem({ Country: `India`, Product: `Vermont`, UnitsSold: 3035, ManufacturingPrice: 10, SalePrice: 300, GrossSales: 910500, Discounts: 6201, Sales: 904299, COGS: 172250, Profit: 732049, Date: `6/1/19`, Month: `June`, Year: `2019` }), + new SalesDataItem({ Country: `India`, Product: `Vermont`, UnitsSold: 3636, ManufacturingPrice: 10, SalePrice: 125, GrossSales: 454500, Discounts: 5887.5, Sales: 448612.5, COGS: 188400, Profit: 260212.5, Date: `6/1/19`, Month: `June`, Year: `2019` }), + new SalesDataItem({ Country: `USA`, Product: `Vermont`, UnitsSold: 1379, ManufacturingPrice: 10, SalePrice: 12, GrossSales: 16548, Discounts: 493.02, Sales: 16054.98, COGS: 4108.5, Profit: 11946.48, Date: `7/1/19`, Month: `July`, Year: `2019` }), + new SalesDataItem({ Country: `Japan`, Product: `Vermont`, UnitsSold: 4492, ManufacturingPrice: 10, SalePrice: 125, GrossSales: 561500, Discounts: 7533.75, Sales: 553966.25, COGS: 241080, Profit: 312886.25, Date: `10/1/19`, Month: `October`, Year: `2019` }), + new SalesDataItem({ Country: `India`, Product: `Vermont`, UnitsSold: 764, ManufacturingPrice: 10, SalePrice: 15, GrossSales: 11460, Discounts: 875.25, Sales: 10584.75, COGS: 19450, Profit: 8865.25, Date: `10/1/18`, Month: `October`, Year: `2018` }), + new SalesDataItem({ Country: `UK`, Product: `Vermont`, UnitsSold: 1744, ManufacturingPrice: 10, SalePrice: 125, GrossSales: 218000, Discounts: 4826.25, Sales: 213173.75, COGS: 154440, Profit: 58733.75, Date: `12/1/19`, Month: `December`, Year: `2019` }), + new SalesDataItem({ Country: `India`, Product: `Vermont`, UnitsSold: 2341, ManufacturingPrice: 10, SalePrice: 125, GrossSales: 292625, Discounts: 6397.5, Sales: 286227.5, COGS: 204720, Profit: 81507.5, Date: `12/1/19`, Month: `December`, Year: `2019` }), + new SalesDataItem({ Country: `Japan`, Product: `Burlington`, UnitsSold: 3835, ManufacturingPrice: 120, SalePrice: 125, GrossSales: 479375, Discounts: 7533.75, Sales: 471841.25, COGS: 241080, Profit: 230761.25, Date: `10/1/19`, Month: `October`, Year: `2019` }), + new SalesDataItem({ Country: `USA`, Product: `Mandarin`, UnitsSold: 1161, ManufacturingPrice: 250, SalePrice: 300, GrossSales: 348300, Discounts: 25596, Sales: 322704, COGS: 711000, Profit: 388296, Date: `2/1/19`, Month: `February`, Year: `2019` }), + new SalesDataItem({ Country: `Brazil`, Product: `Mandarin`, UnitsSold: 876, ManufacturingPrice: 250, SalePrice: 12, GrossSales: 10512, Discounts: 689.76, Sales: 9822.24, COGS: 5748, Profit: 4074.24, Date: `4/1/19`, Month: `April`, Year: `2019` }), + new SalesDataItem({ Country: `India`, Product: `Mandarin`, UnitsSold: 1705, ManufacturingPrice: 250, SalePrice: 125, GrossSales: 213125, Discounts: 5887.5, Sales: 207237.5, COGS: 188400, Profit: 18837.5, Date: `6/1/19`, Month: `June`, Year: `2019` }), + new SalesDataItem({ Country: `Japan`, Product: `Mandarin`, UnitsSold: 1805, ManufacturingPrice: 250, SalePrice: 300, GrossSales: 541500, Discounts: 16866, Sales: 524634, COGS: 468500, Profit: 56134, Date: `8/1/19`, Month: `August`, Year: `2019` }), + new SalesDataItem({ Country: `Brazil`, Product: `Mandarin`, UnitsSold: 389, ManufacturingPrice: 250, SalePrice: 350, GrossSales: 136150, Discounts: 17241, Sales: 118909, COGS: 426920, Profit: 308011, Date: `8/1/19`, Month: `August`, Year: `2019` }), + new SalesDataItem({ Country: `India`, Product: `Mandarin`, UnitsSold: 2745, ManufacturingPrice: 250, SalePrice: 15, GrossSales: 41175, Discounts: 875.25, Sales: 40299.75, COGS: 19450, Profit: 20849.75, Date: `10/1/18`, Month: `October`, Year: `2018` }), + new SalesDataItem({ Country: `Japan`, Product: `Kensington`, UnitsSold: 1459, ManufacturingPrice: 3, SalePrice: 20, GrossSales: 29180, Discounts: 498.6, Sales: 28681.4, COGS: 8310, Profit: 20371.4, Date: `5/1/19`, Month: `May`, Year: `2019` }), + new SalesDataItem({ Country: `Brazil`, Product: `Vermont`, UnitsSold: 3938, ManufacturingPrice: 10, SalePrice: 7, GrossSales: 27566, Discounts: 369.6, Sales: 27196.4, COGS: 8800, Profit: 18396.4, Date: `9/1/18`, Month: `September`, Year: `2018` }), + new SalesDataItem({ Country: `Japan`, Product: `Burlington`, UnitsSold: 4236, ManufacturingPrice: 120, SalePrice: 20, GrossSales: 84720, Discounts: 2310.3, Sales: 82409.7, COGS: 38505, Profit: 43904.7, Date: `4/1/19`, Month: `April`, Year: `2019` }), + new SalesDataItem({ Country: `India`, Product: `Mandarin`, UnitsSold: 3627, ManufacturingPrice: 250, SalePrice: 12, GrossSales: 43524, Discounts: 892.44, Sales: 42631.56, COGS: 7437, Profit: 35194.56, Date: `1/1/19`, Month: `January`, Year: `2019` }), + new SalesDataItem({ Country: `Brazil`, Product: `Royal Oak`, UnitsSold: 1756, ManufacturingPrice: 5, SalePrice: 15, GrossSales: 26340, Discounts: 1218.6, Sales: 25121.4, COGS: 20310, Profit: 4811.4, Date: `10/1/19`, Month: `October`, Year: `2019` }), + new SalesDataItem({ Country: `Brazil`, Product: `Vermont`, UnitsSold: 307, ManufacturingPrice: 10, SalePrice: 15, GrossSales: 4605, Discounts: 1218.6, Sales: 3386.4, COGS: 20310, Profit: 16923.6, Date: `10/1/19`, Month: `October`, Year: `2019` }), + new SalesDataItem({ Country: `UK`, Product: `Vermont`, UnitsSold: 4489, ManufacturingPrice: 10, SalePrice: 15, GrossSales: 67335, Discounts: 1356.6, Sales: 65978.4, COGS: 22610, Profit: 43368.4, Date: `12/1/18`, Month: `December`, Year: `2018` }), + new SalesDataItem({ Country: `USA`, Product: `Burlington`, UnitsSold: 2167, ManufacturingPrice: 120, SalePrice: 20, GrossSales: 43340, Discounts: 588.8, Sales: 42751.2, COGS: 7360, Profit: 35391.2, Date: `9/1/18`, Month: `September`, Year: `2018` }), + new SalesDataItem({ Country: `Japan`, Product: `Kensington`, UnitsSold: 1137, ManufacturingPrice: 3, SalePrice: 7, GrossSales: 7959, Discounts: 798.28, Sales: 7160.72, COGS: 14255, Profit: 7094.28, Date: `10/1/18`, Month: `October`, Year: `2018` }), + new SalesDataItem({ Country: `India`, Product: `Kensington`, UnitsSold: 1222, ManufacturingPrice: 3, SalePrice: 300, GrossSales: 366600, Discounts: 24252, Sales: 342348, COGS: 505250, Profit: 162902, Date: `10/1/19`, Month: `October`, Year: `2019` }), + new SalesDataItem({ Country: `USA`, Product: `Kensington`, UnitsSold: 489, ManufacturingPrice: 3, SalePrice: 350, GrossSales: 171150, Discounts: 3836, Sales: 167314, COGS: 71240, Profit: 96074, Date: `12/1/19`, Month: `December`, Year: `2019` }), + new SalesDataItem({ Country: `Japan`, Product: `Royal Oak`, UnitsSold: 4133, ManufacturingPrice: 5, SalePrice: 15, GrossSales: 61995, Discounts: 1180.2, Sales: 60814.8, COGS: 19670, Profit: 41144.8, Date: `3/1/19`, Month: `March`, Year: `2019` }), + new SalesDataItem({ Country: `India`, Product: `Royal Oak`, UnitsSold: 2743, ManufacturingPrice: 5, SalePrice: 300, GrossSales: 822900, Discounts: 22308, Sales: 800592, COGS: 464750, Profit: 335842, Date: `8/1/19`, Month: `August`, Year: `2019` }), + new SalesDataItem({ Country: `Japan`, Product: `Royal Oak`, UnitsSold: 3699, ManufacturingPrice: 5, SalePrice: 7, GrossSales: 25893, Discounts: 798.28, Sales: 25094.72, COGS: 14255, Profit: 10839.72, Date: `10/1/18`, Month: `October`, Year: `2018` }), + new SalesDataItem({ Country: `India`, Product: `Royal Oak`, UnitsSold: 4460, ManufacturingPrice: 5, SalePrice: 300, GrossSales: 1338000, Discounts: 24252, Sales: 1313748, COGS: 505250, Profit: 808498, Date: `10/1/19`, Month: `October`, Year: `2019` }), + new SalesDataItem({ Country: `Brazil`, Product: `Royal Oak`, UnitsSold: 1232, ManufacturingPrice: 5, SalePrice: 125, GrossSales: 154000, Discounts: 5690, Sales: 148310, COGS: 136560, Profit: 11750, Date: `12/1/19`, Month: `December`, Year: `2019` }), + new SalesDataItem({ Country: `Japan`, Product: `Vermont`, UnitsSold: 2586, ManufacturingPrice: 10, SalePrice: 7, GrossSales: 18102, Discounts: 1190.28, Sales: 16911.72, COGS: 21255, Profit: 4343.28, Date: `1/1/19`, Month: `January`, Year: `2019` }), + new SalesDataItem({ Country: `India`, Product: `Vermont`, UnitsSold: 1332, ManufacturingPrice: 10, SalePrice: 125, GrossSales: 166500, Discounts: 3975, Sales: 162525, COGS: 95400, Profit: 67125, Date: `3/1/19`, Month: `March`, Year: `2019` }), + new SalesDataItem({ Country: `India`, Product: `Vermont`, UnitsSold: 4487, ManufacturingPrice: 10, SalePrice: 300, GrossSales: 1346100, Discounts: 16974, Sales: 1329126, COGS: 353625, Profit: 975501, Date: `4/1/19`, Month: `April`, Year: `2019` }), + new SalesDataItem({ Country: `USA`, Product: `Vermont`, UnitsSold: 3862, ManufacturingPrice: 10, SalePrice: 300, GrossSales: 1158600, Discounts: 35016, Sales: 1123584, COGS: 729500, Profit: 394084, Date: `5/1/19`, Month: `May`, Year: `2019` }), + new SalesDataItem({ Country: `USA`, Product: `Vermont`, UnitsSold: 1765, ManufacturingPrice: 10, SalePrice: 350, GrossSales: 617750, Discounts: 48300, Sales: 569450, COGS: 897000, Profit: 327550, Date: `7/1/19`, Month: `July`, Year: `2019` }), + new SalesDataItem({ Country: `UK`, Product: `Vermont`, UnitsSold: 3533, ManufacturingPrice: 10, SalePrice: 125, GrossSales: 441625, Discounts: 14940, Sales: 426685, COGS: 358560, Profit: 68125, Date: `7/1/19`, Month: `July`, Year: `2019` }), + new SalesDataItem({ Country: `Japan`, Product: `Vermont`, UnitsSold: 2016, ManufacturingPrice: 10, SalePrice: 15, GrossSales: 30240, Discounts: 130.8, Sales: 30109.2, COGS: 2180, Profit: 27929.2, Date: `9/1/19`, Month: `September`, Year: `2019` }), + new SalesDataItem({ Country: `Japan`, Product: `Vermont`, UnitsSold: 2938, ManufacturingPrice: 10, SalePrice: 20, GrossSales: 58760, Discounts: 1659.2, Sales: 57100.8, COGS: 20740, Profit: 36360.8, Date: `9/1/19`, Month: `September`, Year: `2019` }), + new SalesDataItem({ Country: `USA`, Product: `Vermont`, UnitsSold: 3352, ManufacturingPrice: 10, SalePrice: 20, GrossSales: 67040, Discounts: 844.8, Sales: 66195.2, COGS: 10560, Profit: 55635.2, Date: `9/1/19`, Month: `September`, Year: `2019` }), + new SalesDataItem({ Country: `USA`, Product: `Vermont`, UnitsSold: 4409, ManufacturingPrice: 10, SalePrice: 15, GrossSales: 66135, Discounts: 402.6, Sales: 65732.4, COGS: 6710, Profit: 59022.4, Date: `10/1/18`, Month: `October`, Year: `2018` }), + new SalesDataItem({ Country: `Brazil`, Product: `Vermont`, UnitsSold: 3323, ManufacturingPrice: 10, SalePrice: 15, GrossSales: 49845, Discounts: 908.4, Sales: 48936.6, COGS: 15140, Profit: 33796.6, Date: `10/1/18`, Month: `October`, Year: `2018` }), + new SalesDataItem({ Country: `USA`, Product: `Vermont`, UnitsSold: 2430, ManufacturingPrice: 10, SalePrice: 350, GrossSales: 850500, Discounts: 3836, Sales: 846664, COGS: 71240, Profit: 775424, Date: `12/1/19`, Month: `December`, Year: `2019` }), + new SalesDataItem({ Country: `Brazil`, Product: `Vermont`, UnitsSold: 535, ManufacturingPrice: 10, SalePrice: 125, GrossSales: 66875, Discounts: 5690, Sales: 61185, COGS: 136560, Profit: 75375, Date: `12/1/19`, Month: `December`, Year: `2019` }), + new SalesDataItem({ Country: `USA`, Product: `Burlington`, UnitsSold: 1523, ManufacturingPrice: 120, SalePrice: 12, GrossSales: 18276, Discounts: 703.2, Sales: 17572.8, COGS: 4395, Profit: 13177.8, Date: `3/1/19`, Month: `March`, Year: `2019` }), + new SalesDataItem({ Country: `Japan`, Product: `Burlington`, UnitsSold: 3631, ManufacturingPrice: 120, SalePrice: 20, GrossSales: 72620, Discounts: 2116.8, Sales: 70503.2, COGS: 26460, Profit: 44043.2, Date: `9/1/18`, Month: `September`, Year: `2018` }), + new SalesDataItem({ Country: `UK`, Product: `Burlington`, UnitsSold: 1782, ManufacturingPrice: 120, SalePrice: 350, GrossSales: 623700, Discounts: 30478, Sales: 593222, COGS: 566020, Profit: 27202, Date: `10/1/19`, Month: `October`, Year: `2019` }), + new SalesDataItem({ Country: `UK`, Product: `Mandarin`, UnitsSold: 347, ManufacturingPrice: 250, SalePrice: 12, GrossSales: 4164, Discounts: 415.68, Sales: 3748.32, COGS: 2598, Profit: 1150.32, Date: `5/1/19`, Month: `May`, Year: `2019` }), + new SalesDataItem({ Country: `USA`, Product: `Mandarin`, UnitsSold: 4147, ManufacturingPrice: 250, SalePrice: 350, GrossSales: 1451450, Discounts: 4886, Sales: 1446564, COGS: 90740, Profit: 1355824, Date: `9/1/18`, Month: `September`, Year: `2018` }), + new SalesDataItem({ Country: `UK`, Product: `Mandarin`, UnitsSold: 3509, ManufacturingPrice: 250, SalePrice: 350, GrossSales: 1228150, Discounts: 30478, Sales: 1197672, COGS: 566020, Profit: 631652, Date: `10/1/19`, Month: `October`, Year: `2019` }), + new SalesDataItem({ Country: `Brazil`, Product: `Mandarin`, UnitsSold: 2774, ManufacturingPrice: 250, SalePrice: 15, GrossSales: 41610, Discounts: 908.4, Sales: 40701.6, COGS: 15140, Profit: 25561.6, Date: `10/1/18`, Month: `October`, Year: `2018` }), + new SalesDataItem({ Country: `Brazil`, Product: `Luxe`, UnitsSold: 2943, ManufacturingPrice: 260, SalePrice: 350, GrossSales: 1030050, Discounts: 26110, Sales: 1003940, COGS: 484900, Profit: 519040, Date: `2/1/19`, Month: `February`, Year: `2019` }), + new SalesDataItem({ Country: `Brazil`, Product: `Luxe`, UnitsSold: 4037, ManufacturingPrice: 260, SalePrice: 125, GrossSales: 504625, Discounts: 5370, Sales: 499255, COGS: 128880, Profit: 370375, Date: `4/1/19`, Month: `April`, Year: `2019` }), + new SalesDataItem({ Country: `India`, Product: `Luxe`, UnitsSold: 4146, ManufacturingPrice: 260, SalePrice: 350, GrossSales: 1451100, Discounts: 26698, Sales: 1424402, COGS: 495820, Profit: 928582, Date: `9/1/19`, Month: `September`, Year: `2019` }), + new SalesDataItem({ Country: `USA`, Product: `Luxe`, UnitsSold: 4123, ManufacturingPrice: 260, SalePrice: 15, GrossSales: 61845, Discounts: 402.6, Sales: 61442.4, COGS: 6710, Profit: 54732.4, Date: `10/1/18`, Month: `October`, Year: `2018` }), + new SalesDataItem({ Country: `Japan`, Product: `Luxe`, UnitsSold: 1337, ManufacturingPrice: 260, SalePrice: 350, GrossSales: 467950, Discounts: 24892, Sales: 443058, COGS: 462280, Profit: 19222, Date: `12/1/18`, Month: `December`, Year: `2018` }), + new SalesDataItem({ Country: `India`, Product: `Royal Oak`, UnitsSold: 599, ManufacturingPrice: 5, SalePrice: 7, GrossSales: 4193, Discounts: 405.65, Sales: 3787.35, COGS: 5795, Profit: 2007.65, Date: `10/1/18`, Month: `October`, Year: `2018` }), + new SalesDataItem({ Country: `India`, Product: `Vermont`, UnitsSold: 725, ManufacturingPrice: 10, SalePrice: 7, GrossSales: 5075, Discounts: 480.2, Sales: 4594.8, COGS: 6860, Profit: 2265.2, Date: `1/1/19`, Month: `January`, Year: `2019` }), + new SalesDataItem({ Country: `Japan`, Product: `Vermont`, UnitsSold: 477, ManufacturingPrice: 10, SalePrice: 7, GrossSales: 3339, Discounts: 822.15, Sales: 2516.85, COGS: 11745, Profit: 9228.15, Date: `9/1/18`, Month: `September`, Year: `2018` }), + new SalesDataItem({ Country: `Brazil`, Product: `Vermont`, UnitsSold: 2325, ManufacturingPrice: 10, SalePrice: 7, GrossSales: 16275, Discounts: 941.15, Sales: 15333.85, COGS: 13445, Profit: 1888.85, Date: `10/1/19`, Month: `October`, Year: `2019` }), + new SalesDataItem({ Country: `Japan`, Product: `Vermont`, UnitsSold: 675, ManufacturingPrice: 10, SalePrice: 12, GrossSales: 8100, Discounts: 1458.6, Sales: 6641.4, COGS: 7293, Profit: 651.6, Date: `12/1/19`, Month: `December`, Year: `2019` }), + new SalesDataItem({ Country: `Japan`, Product: `Burlington`, UnitsSold: 2990, ManufacturingPrice: 120, SalePrice: 12, GrossSales: 35880, Discounts: 1458.6, Sales: 34421.4, COGS: 7293, Profit: 27128.4, Date: `12/1/19`, Month: `December`, Year: `2019` }), + new SalesDataItem({ Country: `Brazil`, Product: `Mandarin`, UnitsSold: 1072, ManufacturingPrice: 250, SalePrice: 7, GrossSales: 7504, Discounts: 941.15, Sales: 6562.85, COGS: 13445, Profit: 6882.15, Date: `10/1/19`, Month: `October`, Year: `2019` }), + new SalesDataItem({ Country: `Brazil`, Product: `Luxe`, UnitsSold: 1048, ManufacturingPrice: 260, SalePrice: 7, GrossSales: 7336, Discounts: 589.05, Sales: 6746.95, COGS: 8415, Profit: 1668.05, Date: `7/1/19`, Month: `July`, Year: `2019` }), + new SalesDataItem({ Country: `Brazil`, Product: `Luxe`, UnitsSold: 469, ManufacturingPrice: 260, SalePrice: 12, GrossSales: 5628, Discounts: 673.8, Sales: 4954.2, COGS: 3369, Profit: 1585.2, Date: `8/1/19`, Month: `August`, Year: `2019` }), + new SalesDataItem({ Country: `India`, Product: `Luxe`, UnitsSold: 804, ManufacturingPrice: 260, SalePrice: 7, GrossSales: 5628, Discounts: 405.65, Sales: 5222.35, COGS: 5795, Profit: 572.65, Date: `10/1/18`, Month: `October`, Year: `2018` }), + new SalesDataItem({ Country: `UK`, Product: `Kensington`, UnitsSold: 4240, ManufacturingPrice: 3, SalePrice: 12, GrossSales: 50880, Discounts: 1119, Sales: 49761, COGS: 5595, Profit: 44166, Date: `2/1/19`, Month: `February`, Year: `2019` }), + new SalesDataItem({ Country: `India`, Product: `Kensington`, UnitsSold: 1976, ManufacturingPrice: 3, SalePrice: 12, GrossSales: 23712, Discounts: 669.6, Sales: 23042.4, COGS: 3348, Profit: 19694.4, Date: `2/1/19`, Month: `February`, Year: `2019` }), + new SalesDataItem({ Country: `UK`, Product: `Kensington`, UnitsSold: 1984, ManufacturingPrice: 3, SalePrice: 20, GrossSales: 39680, Discounts: 1563, Sales: 38117, COGS: 15630, Profit: 22487, Date: `5/1/19`, Month: `May`, Year: `2019` }), + new SalesDataItem({ Country: `USA`, Product: `Kensington`, UnitsSold: 480, ManufacturingPrice: 3, SalePrice: 300, GrossSales: 144000, Discounts: 14865, Sales: 129135, COGS: 247750, Profit: 118615, Date: `6/1/19`, Month: `June`, Year: `2019` }), + new SalesDataItem({ Country: `India`, Product: `Kensington`, UnitsSold: 3551, ManufacturingPrice: 3, SalePrice: 7, GrossSales: 24857, Discounts: 355.6, Sales: 24501.4, COGS: 5080, Profit: 19421.4, Date: `11/1/18`, Month: `November`, Year: `2018` }), + new SalesDataItem({ Country: `Brazil`, Product: `Kensington`, UnitsSold: 1205, ManufacturingPrice: 3, SalePrice: 15, GrossSales: 18075, Discounts: 2093.25, Sales: 15981.75, COGS: 27910, Profit: 11928.25, Date: `11/1/19`, Month: `November`, Year: `2019` }), + new SalesDataItem({ Country: `USA`, Product: `Kensington`, UnitsSold: 2480, ManufacturingPrice: 3, SalePrice: 7, GrossSales: 17360, Discounts: 199.5, Sales: 17160.5, COGS: 2850, Profit: 14310.5, Date: `12/1/19`, Month: `December`, Year: `2019` }), + new SalesDataItem({ Country: `UK`, Product: `Kensington`, UnitsSold: 2926, ManufacturingPrice: 3, SalePrice: 7, GrossSales: 20482, Discounts: 870.45, Sales: 19611.55, COGS: 12435, Profit: 7176.55, Date: `12/1/19`, Month: `December`, Year: `2019` }), + new SalesDataItem({ Country: `UK`, Product: `Royal Oak`, UnitsSold: 3210, ManufacturingPrice: 5, SalePrice: 350, GrossSales: 1123500, Discounts: 24228.75, Sales: 1099271.25, COGS: 359970, Profit: 739301.25, Date: `1/1/19`, Month: `January`, Year: `2019` }), + new SalesDataItem({ Country: `USA`, Product: `Royal Oak`, UnitsSold: 3221, ManufacturingPrice: 5, SalePrice: 125, GrossSales: 402625, Discounts: 22668.75, Sales: 379956.25, COGS: 435240, Profit: 55283.75, Date: `7/1/19`, Month: `July`, Year: `2019` }), + new SalesDataItem({ Country: `Brazil`, Product: `Royal Oak`, UnitsSold: 2389, ManufacturingPrice: 5, SalePrice: 350, GrossSales: 836150, Discounts: 12600, Sales: 823550, COGS: 187200, Profit: 636350, Date: `9/1/18`, Month: `September`, Year: `2018` }), + new SalesDataItem({ Country: `India`, Product: `Royal Oak`, UnitsSold: 1127, ManufacturingPrice: 5, SalePrice: 12, GrossSales: 13524, Discounts: 1405.2, Sales: 12118.8, COGS: 7026, Profit: 5092.8, Date: `11/1/19`, Month: `November`, Year: `2019` }), + new SalesDataItem({ Country: `Brazil`, Product: `Royal Oak`, UnitsSold: 319, ManufacturingPrice: 5, SalePrice: 300, GrossSales: 95700, Discounts: 16500, Sales: 79200, COGS: 275000, Profit: 195800, Date: `12/1/18`, Month: `December`, Year: `2018` }), + new SalesDataItem({ Country: `UK`, Product: `Vermont`, UnitsSold: 1610, ManufacturingPrice: 10, SalePrice: 20, GrossSales: 32200, Discounts: 1303, Sales: 30897, COGS: 13030, Profit: 17867, Date: `2/1/19`, Month: `February`, Year: `2019` }), + new SalesDataItem({ Country: `USA`, Product: `Vermont`, UnitsSold: 4100, ManufacturingPrice: 10, SalePrice: 125, GrossSales: 512500, Discounts: 18700, Sales: 493800, COGS: 359040, Profit: 134760, Date: `3/1/19`, Month: `March`, Year: `2019` }), + new SalesDataItem({ Country: `UK`, Product: `Vermont`, UnitsSold: 1012, ManufacturingPrice: 10, SalePrice: 125, GrossSales: 126500, Discounts: 14906.25, Sales: 111593.75, COGS: 286200, Profit: 174606.25, Date: `3/1/19`, Month: `March`, Year: `2019` }), + new SalesDataItem({ Country: `Brazil`, Product: `Vermont`, UnitsSold: 3337, ManufacturingPrice: 10, SalePrice: 300, GrossSales: 1001100, Discounts: 24105, Sales: 976995, COGS: 401750, Profit: 575245, Date: `4/1/19`, Month: `April`, Year: `2019` }), + new SalesDataItem({ Country: `USA`, Product: `Vermont`, UnitsSold: 3955, ManufacturingPrice: 10, SalePrice: 7, GrossSales: 27685, Discounts: 814.45, Sales: 26870.55, COGS: 11635, Profit: 15235.55, Date: `5/1/19`, Month: `May`, Year: `2019` }), + new SalesDataItem({ Country: `USA`, Product: `Vermont`, UnitsSold: 4347, ManufacturingPrice: 10, SalePrice: 300, GrossSales: 1304100, Discounts: 14865, Sales: 1289235, COGS: 247750, Profit: 1041485, Date: `6/1/19`, Month: `June`, Year: `2019` }), + new SalesDataItem({ Country: `USA`, Product: `Vermont`, UnitsSold: 1548, ManufacturingPrice: 10, SalePrice: 350, GrossSales: 541800, Discounts: 10535, Sales: 531265, COGS: 156520, Profit: 374745, Date: `6/1/19`, Month: `June`, Year: `2019` }), + new SalesDataItem({ Country: `UK`, Product: `Vermont`, UnitsSold: 2153, ManufacturingPrice: 10, SalePrice: 15, GrossSales: 32295, Discounts: 1965, Sales: 30330, COGS: 26200, Profit: 4130, Date: `9/1/19`, Month: `September`, Year: `2019` }), + new SalesDataItem({ Country: `Japan`, Product: `Vermont`, UnitsSold: 3789, ManufacturingPrice: 10, SalePrice: 350, GrossSales: 1326150, Discounts: 21490, Sales: 1304660, COGS: 319280, Profit: 985380, Date: `10/1/18`, Month: `October`, Year: `2018` }), + new SalesDataItem({ Country: `Japan`, Product: `Vermont`, UnitsSold: 4364, ManufacturingPrice: 10, SalePrice: 20, GrossSales: 87280, Discounts: 1389, Sales: 85891, COGS: 13890, Profit: 72001, Date: `10/1/18`, Month: `October`, Year: `2018` }), + new SalesDataItem({ Country: `USA`, Product: `Vermont`, UnitsSold: 4126, ManufacturingPrice: 10, SalePrice: 125, GrossSales: 515750, Discounts: 5381.25, Sales: 510368.75, COGS: 103320, Profit: 407048.75, Date: `10/1/19`, Month: `October`, Year: `2019` }), + new SalesDataItem({ Country: `UK`, Product: `Vermont`, UnitsSold: 1343, ManufacturingPrice: 10, SalePrice: 125, GrossSales: 167875, Discounts: 4400, Sales: 163475, COGS: 84480, Profit: 78995, Date: `10/1/18`, Month: `October`, Year: `2018` }), + new SalesDataItem({ Country: `Japan`, Product: `Vermont`, UnitsSold: 245, ManufacturingPrice: 10, SalePrice: 20, GrossSales: 4900, Discounts: 1802, Sales: 3098, COGS: 18020, Profit: 14922, Date: `12/1/18`, Month: `December`, Year: `2018` }), + new SalesDataItem({ Country: `USA`, Product: `Vermont`, UnitsSold: 3376, ManufacturingPrice: 10, SalePrice: 20, GrossSales: 67520, Discounts: 2663, Sales: 64857, COGS: 26630, Profit: 38227, Date: `12/1/19`, Month: `December`, Year: `2019` }), + new SalesDataItem({ Country: `UK`, Product: `Vermont`, UnitsSold: 1401, ManufacturingPrice: 10, SalePrice: 7, GrossSales: 9807, Discounts: 747.6, Sales: 9059.4, COGS: 10680, Profit: 1620.6, Date: `12/1/18`, Month: `December`, Year: `2018` }), + new SalesDataItem({ Country: `India`, Product: `Vermont`, UnitsSold: 3483, ManufacturingPrice: 10, SalePrice: 15, GrossSales: 52245, Discounts: 1587, Sales: 50658, COGS: 21160, Profit: 29498, Date: `12/1/18`, Month: `December`, Year: `2018` }), + new SalesDataItem({ Country: `USA`, Product: `Burlington`, UnitsSold: 2244, ManufacturingPrice: 120, SalePrice: 15, GrossSales: 33660, Discounts: 416.25, Sales: 33243.75, COGS: 5550, Profit: 27693.75, Date: `1/1/19`, Month: `January`, Year: `2019` }), + new SalesDataItem({ Country: `Brazil`, Product: `Burlington`, UnitsSold: 1360, ManufacturingPrice: 120, SalePrice: 15, GrossSales: 20400, Discounts: 2145.75, Sales: 18254.25, COGS: 28610, Profit: 10355.75, Date: `1/1/19`, Month: `January`, Year: `2019` }), + new SalesDataItem({ Country: `India`, Product: `Burlington`, UnitsSold: 279, ManufacturingPrice: 120, SalePrice: 125, GrossSales: 34875, Discounts: 5043.75, Sales: 29831.25, COGS: 96840, Profit: 67008.75, Date: `2/1/19`, Month: `February`, Year: `2019` }), + new SalesDataItem({ Country: `USA`, Product: `Burlington`, UnitsSold: 2521, ManufacturingPrice: 120, SalePrice: 350, GrossSales: 882350, Discounts: 10535, Sales: 871815, COGS: 156520, Profit: 715295, Date: `6/1/19`, Month: `June`, Year: `2019` }), + new SalesDataItem({ Country: `USA`, Product: `Burlington`, UnitsSold: 2433, ManufacturingPrice: 120, SalePrice: 20, GrossSales: 48660, Discounts: 2832, Sales: 45828, COGS: 28320, Profit: 17508, Date: `8/1/19`, Month: `August`, Year: `2019` }), + new SalesDataItem({ Country: `UK`, Product: `Burlington`, UnitsSold: 1738, ManufacturingPrice: 120, SalePrice: 20, GrossSales: 34760, Discounts: 1579, Sales: 33181, COGS: 15790, Profit: 17391, Date: `8/1/19`, Month: `August`, Year: `2019` }), + new SalesDataItem({ Country: `USA`, Product: `Burlington`, UnitsSold: 1106, ManufacturingPrice: 120, SalePrice: 125, GrossSales: 138250, Discounts: 5381.25, Sales: 132868.75, COGS: 103320, Profit: 29548.75, Date: `10/1/19`, Month: `October`, Year: `2019` }), + new SalesDataItem({ Country: `UK`, Product: `Burlington`, UnitsSold: 3379, ManufacturingPrice: 120, SalePrice: 125, GrossSales: 422375, Discounts: 4400, Sales: 417975, COGS: 84480, Profit: 333495, Date: `10/1/18`, Month: `October`, Year: `2018` }), + new SalesDataItem({ Country: `UK`, Product: `Burlington`, UnitsSold: 1221, ManufacturingPrice: 120, SalePrice: 20, GrossSales: 24420, Discounts: 1033, Sales: 23387, COGS: 10330, Profit: 13057, Date: `12/1/18`, Month: `December`, Year: `2018` }), + new SalesDataItem({ Country: `India`, Product: `Burlington`, UnitsSold: 213, ManufacturingPrice: 120, SalePrice: 300, GrossSales: 63900, Discounts: 18750, Sales: 45150, COGS: 312500, Profit: 267350, Date: `12/1/19`, Month: `December`, Year: `2019` }), + new SalesDataItem({ Country: `Japan`, Product: `Mandarin`, UnitsSold: 3335, ManufacturingPrice: 250, SalePrice: 20, GrossSales: 66700, Discounts: 1389, Sales: 65311, COGS: 13890, Profit: 51421, Date: `10/1/18`, Month: `October`, Year: `2018` }), + new SalesDataItem({ Country: `USA`, Product: `Mandarin`, UnitsSold: 1260, ManufacturingPrice: 250, SalePrice: 20, GrossSales: 25200, Discounts: 1265, Sales: 23935, COGS: 12650, Profit: 11285, Date: `11/1/18`, Month: `November`, Year: `2018` }), + new SalesDataItem({ Country: `India`, Product: `Mandarin`, UnitsSold: 3034, ManufacturingPrice: 250, SalePrice: 20, GrossSales: 60680, Discounts: 2297, Sales: 58383, COGS: 22970, Profit: 35413, Date: `11/1/18`, Month: `November`, Year: `2018` }), + new SalesDataItem({ Country: `USA`, Product: `Mandarin`, UnitsSold: 2929, ManufacturingPrice: 250, SalePrice: 20, GrossSales: 58580, Discounts: 2663, Sales: 55917, COGS: 26630, Profit: 29287, Date: `12/1/19`, Month: `December`, Year: `2019` }), + new SalesDataItem({ Country: `USA`, Product: `Mandarin`, UnitsSold: 2389, ManufacturingPrice: 250, SalePrice: 7, GrossSales: 16723, Discounts: 199.5, Sales: 16523.5, COGS: 2850, Profit: 13673.5, Date: `12/1/19`, Month: `December`, Year: `2019` }), + new SalesDataItem({ Country: `UK`, Product: `Mandarin`, UnitsSold: 3086, ManufacturingPrice: 250, SalePrice: 7, GrossSales: 21602, Discounts: 870.45, Sales: 20731.55, COGS: 12435, Profit: 8296.55, Date: `12/1/19`, Month: `December`, Year: `2019` }), + new SalesDataItem({ Country: `India`, Product: `Luxe`, UnitsSold: 745, ManufacturingPrice: 260, SalePrice: 350, GrossSales: 260750, Discounts: 23625, Sales: 237125, COGS: 351000, Profit: 113875, Date: `2/1/19`, Month: `February`, Year: `2019` }), + new SalesDataItem({ Country: `Japan`, Product: `Luxe`, UnitsSold: 1266, ManufacturingPrice: 260, SalePrice: 350, GrossSales: 443100, Discounts: 9660, Sales: 433440, COGS: 143520, Profit: 289920, Date: `8/1/19`, Month: `August`, Year: `2019` }), + new SalesDataItem({ Country: `Japan`, Product: `Luxe`, UnitsSold: 3790, ManufacturingPrice: 260, SalePrice: 350, GrossSales: 1326500, Discounts: 21490, Sales: 1305010, COGS: 319280, Profit: 985730, Date: `10/1/18`, Month: `October`, Year: `2018` }), + new SalesDataItem({ Country: `India`, Product: `Luxe`, UnitsSold: 4287, ManufacturingPrice: 260, SalePrice: 300, GrossSales: 1286100, Discounts: 18750, Sales: 1267350, COGS: 312500, Profit: 954850, Date: `12/1/19`, Month: `December`, Year: `2019` }), + new SalesDataItem({ Country: `UK`, Product: `Vermont`, UnitsSold: 3193, ManufacturingPrice: 10, SalePrice: 15, GrossSales: 47895, Discounts: 3420.9, Sales: 44474.1, COGS: 38010, Profit: 6464.1, Date: `4/1/19`, Month: `April`, Year: `2019` }), + new SalesDataItem({ Country: `USA`, Product: `Kensington`, UnitsSold: 1967, ManufacturingPrice: 3, SalePrice: 20, GrossSales: 39340, Discounts: 1341, Sales: 37999, COGS: 11175, Profit: 26824, Date: `1/1/19`, Month: `January`, Year: `2019` }), + new SalesDataItem({ Country: `Japan`, Product: `Kensington`, UnitsSold: 631, ManufacturingPrice: 3, SalePrice: 15, GrossSales: 9465, Discounts: 2559.6, Sales: 6905.4, COGS: 28440, Profit: 21534.6, Date: `6/1/19`, Month: `June`, Year: `2019` }), + new SalesDataItem({ Country: `Brazil`, Product: `Kensington`, UnitsSold: 3469, ManufacturingPrice: 3, SalePrice: 12, GrossSales: 41628, Discounts: 404.64, Sales: 41223.36, COGS: 1686, Profit: 39537.36, Date: `9/1/19`, Month: `September`, Year: `2019` }), + new SalesDataItem({ Country: `Japan`, Product: `Kensington`, UnitsSold: 570, ManufacturingPrice: 3, SalePrice: 12, GrossSales: 6840, Discounts: 1655.28, Sales: 5184.72, COGS: 6897, Profit: 1712.28, Date: `10/1/18`, Month: `October`, Year: `2018` }), + new SalesDataItem({ Country: `USA`, Product: `Kensington`, UnitsSold: 3215, ManufacturingPrice: 3, SalePrice: 15, GrossSales: 48225, Discounts: 1827, Sales: 46398, COGS: 20300, Profit: 26098, Date: `11/1/19`, Month: `November`, Year: `2019` }), + new SalesDataItem({ Country: `USA`, Product: `Kensington`, UnitsSold: 3754, ManufacturingPrice: 3, SalePrice: 7, GrossSales: 26278, Discounts: 110.46, Sales: 26167.54, COGS: 1315, Profit: 24852.54, Date: `11/1/18`, Month: `November`, Year: `2018` }), + new SalesDataItem({ Country: `India`, Product: `Kensington`, UnitsSold: 2187, ManufacturingPrice: 3, SalePrice: 125, GrossSales: 273375, Discounts: 6652.5, Sales: 266722.5, COGS: 106440, Profit: 160282.5, Date: `12/1/18`, Month: `December`, Year: `2018` }), + new SalesDataItem({ Country: `Brazil`, Product: `Royal Oak`, UnitsSold: 1959, ManufacturingPrice: 5, SalePrice: 350, GrossSales: 685650, Discounts: 20580, Sales: 665070, COGS: 254800, Profit: 410270, Date: `4/1/19`, Month: `April`, Year: `2019` }), + new SalesDataItem({ Country: `India`, Product: `Royal Oak`, UnitsSold: 2181, ManufacturingPrice: 5, SalePrice: 350, GrossSales: 763350, Discounts: 30660, Sales: 732690, COGS: 379600, Profit: 353090, Date: `5/1/19`, Month: `May`, Year: `2019` }), + new SalesDataItem({ Country: `UK`, Product: `Royal Oak`, UnitsSold: 3559, ManufacturingPrice: 5, SalePrice: 7, GrossSales: 24913, Discounts: 589.26, Sales: 24323.74, COGS: 7015, Profit: 17308.74, Date: `10/1/18`, Month: `October`, Year: `2018` }), + new SalesDataItem({ Country: `USA`, Product: `Royal Oak`, UnitsSold: 2205, ManufacturingPrice: 5, SalePrice: 12, GrossSales: 26460, Discounts: 1960.56, Sales: 24499.44, COGS: 8169, Profit: 16330.44, Date: `11/1/19`, Month: `November`, Year: `2019` }), + new SalesDataItem({ Country: `UK`, Product: `Vermont`, UnitsSold: 1890, ManufacturingPrice: 10, SalePrice: 350, GrossSales: 661500, Discounts: 31416, Sales: 630084, COGS: 388960, Profit: 241124, Date: `6/1/19`, Month: `June`, Year: `2019` }), + new SalesDataItem({ Country: `Japan`, Product: `Vermont`, UnitsSold: 1296, ManufacturingPrice: 10, SalePrice: 12, GrossSales: 15552, Discounts: 1655.28, Sales: 13896.72, COGS: 6897, Profit: 6999.72, Date: `10/1/18`, Month: `October`, Year: `2018` }), + new SalesDataItem({ Country: `USA`, Product: `Vermont`, UnitsSold: 775, ManufacturingPrice: 10, SalePrice: 350, GrossSales: 271250, Discounts: 15267, Sales: 255983, COGS: 189020, Profit: 66963, Date: `10/1/18`, Month: `October`, Year: `2018` }), + new SalesDataItem({ Country: `Japan`, Product: `Burlington`, UnitsSold: 2417, ManufacturingPrice: 120, SalePrice: 125, GrossSales: 302125, Discounts: 7140, Sales: 294985, COGS: 114240, Profit: 180745, Date: `2/1/19`, Month: `February`, Year: `2019` }), + new SalesDataItem({ Country: `USA`, Product: `Burlington`, UnitsSold: 1158, ManufacturingPrice: 120, SalePrice: 125, GrossSales: 144750, Discounts: 20662.5, Sales: 124087.5, COGS: 330600, Profit: 206512.5, Date: `2/1/19`, Month: `February`, Year: `2019` }), + new SalesDataItem({ Country: `India`, Product: `Burlington`, UnitsSold: 803, ManufacturingPrice: 120, SalePrice: 15, GrossSales: 12045, Discounts: 1377, Sales: 10668, COGS: 15300, Profit: 4632, Date: `5/1/19`, Month: `May`, Year: `2019` }), + new SalesDataItem({ Country: `UK`, Product: `Burlington`, UnitsSold: 3705, ManufacturingPrice: 120, SalePrice: 350, GrossSales: 1296750, Discounts: 31416, Sales: 1265334, COGS: 388960, Profit: 876374, Date: `6/1/19`, Month: `June`, Year: `2019` }), + new SalesDataItem({ Country: `Brazil`, Product: `Burlington`, UnitsSold: 589, ManufacturingPrice: 120, SalePrice: 7, GrossSales: 4123, Discounts: 629.16, Sales: 3493.84, COGS: 7490, Profit: 3996.16, Date: `6/1/19`, Month: `June`, Year: `2019` }), + new SalesDataItem({ Country: `UK`, Product: `Burlington`, UnitsSold: 3797, ManufacturingPrice: 120, SalePrice: 300, GrossSales: 1139100, Discounts: 21978, Sales: 1117122, COGS: 305250, Profit: 811872, Date: `10/1/18`, Month: `October`, Year: `2018` }), + new SalesDataItem({ Country: `UK`, Product: `Burlington`, UnitsSold: 1321, ManufacturingPrice: 120, SalePrice: 350, GrossSales: 462350, Discounts: 43596, Sales: 418754, COGS: 539760, Profit: 121006, Date: `10/1/18`, Month: `October`, Year: `2018` }), + new SalesDataItem({ Country: `Japan`, Product: `Mandarin`, UnitsSold: 3999, ManufacturingPrice: 250, SalePrice: 15, GrossSales: 59985, Discounts: 2559.6, Sales: 57425.4, COGS: 28440, Profit: 28985.4, Date: `6/1/19`, Month: `June`, Year: `2019` }), + new SalesDataItem({ Country: `Brazil`, Product: `Mandarin`, UnitsSold: 4256, ManufacturingPrice: 250, SalePrice: 7, GrossSales: 29792, Discounts: 629.16, Sales: 29162.84, COGS: 7490, Profit: 21672.84, Date: `6/1/19`, Month: `June`, Year: `2019` }), + new SalesDataItem({ Country: `UK`, Product: `Mandarin`, UnitsSold: 1643, ManufacturingPrice: 250, SalePrice: 300, GrossSales: 492900, Discounts: 21978, Sales: 470922, COGS: 305250, Profit: 165672, Date: `10/1/18`, Month: `October`, Year: `2018` }), + new SalesDataItem({ Country: `Brazil`, Product: `Mandarin`, UnitsSold: 1912, ManufacturingPrice: 250, SalePrice: 20, GrossSales: 38240, Discounts: 1347.6, Sales: 36892.4, COGS: 11230, Profit: 25662.4, Date: `11/1/18`, Month: `November`, Year: `2018` }), + new SalesDataItem({ Country: `Japan`, Product: `Mandarin`, UnitsSold: 1610, ManufacturingPrice: 250, SalePrice: 300, GrossSales: 483000, Discounts: 43848, Sales: 439152, COGS: 609000, Profit: 169848, Date: `12/1/18`, Month: `December`, Year: `2018` }), + new SalesDataItem({ Country: `UK`, Product: `Luxe`, UnitsSold: 2160, ManufacturingPrice: 260, SalePrice: 125, GrossSales: 270000, Discounts: 14906.25, Sales: 255093.75, COGS: 238500, Profit: 16593.75, Date: `1/1/19`, Month: `January`, Year: `2019` }), + new SalesDataItem({ Country: `Brazil`, Product: `Luxe`, UnitsSold: 466, ManufacturingPrice: 260, SalePrice: 350, GrossSales: 163100, Discounts: 35259, Sales: 127841, COGS: 436540, Profit: 308699, Date: `9/1/19`, Month: `September`, Year: `2019` }), + new SalesDataItem({ Country: `USA`, Product: `Luxe`, UnitsSold: 328, ManufacturingPrice: 260, SalePrice: 350, GrossSales: 114800, Discounts: 15267, Sales: 99533, COGS: 189020, Profit: 89487, Date: `10/1/18`, Month: `October`, Year: `2018` }), + new SalesDataItem({ Country: `UK`, Product: `Luxe`, UnitsSold: 4099, ManufacturingPrice: 260, SalePrice: 7, GrossSales: 28693, Discounts: 589.26, Sales: 28103.74, COGS: 7015, Profit: 21088.74, Date: `10/1/18`, Month: `October`, Year: `2018` }), + new SalesDataItem({ Country: `UK`, Product: `Luxe`, UnitsSold: 990, ManufacturingPrice: 260, SalePrice: 350, GrossSales: 346500, Discounts: 43596, Sales: 302904, COGS: 539760, Profit: 236856, Date: `10/1/18`, Month: `October`, Year: `2018` }), + new SalesDataItem({ Country: `UK`, Product: `Royal Oak`, UnitsSold: 1433, ManufacturingPrice: 5, SalePrice: 20, GrossSales: 28660, Discounts: 2108.4, Sales: 26551.6, COGS: 17570, Profit: 8981.6, Date: `10/1/18`, Month: `October`, Year: `2018` }), + new SalesDataItem({ Country: `USA`, Product: `Vermont`, UnitsSold: 1478, ManufacturingPrice: 10, SalePrice: 15, GrossSales: 22170, Discounts: 1978.2, Sales: 20191.8, COGS: 21980, Profit: 1788.2, Date: `8/1/19`, Month: `August`, Year: `2019` }), + new SalesDataItem({ Country: `India`, Product: `Vermont`, UnitsSold: 3798, ManufacturingPrice: 10, SalePrice: 15, GrossSales: 56970, Discounts: 1568.7, Sales: 55401.3, COGS: 17430, Profit: 37971.3, Date: `8/1/19`, Month: `August`, Year: `2019` }), + new SalesDataItem({ Country: `USA`, Product: `Vermont`, UnitsSold: 447, ManufacturingPrice: 10, SalePrice: 15, GrossSales: 6705, Discounts: 1037.7, Sales: 5667.3, COGS: 11530, Profit: 5862.7, Date: `10/1/19`, Month: `October`, Year: `2019` }), + new SalesDataItem({ Country: `UK`, Product: `Vermont`, UnitsSold: 1711, ManufacturingPrice: 10, SalePrice: 20, GrossSales: 34220, Discounts: 2108.4, Sales: 32111.6, COGS: 17570, Profit: 14541.6, Date: `10/1/18`, Month: `October`, Year: `2018` }), + new SalesDataItem({ Country: `India`, Product: `Burlington`, UnitsSold: 745, ManufacturingPrice: 120, SalePrice: 20, GrossSales: 14900, Discounts: 1201.2, Sales: 13698.8, COGS: 10010, Profit: 3688.8, Date: `8/1/19`, Month: `August`, Year: `2019` }), + new SalesDataItem({ Country: `Brazil`, Product: `Burlington`, UnitsSold: 1732, ManufacturingPrice: 120, SalePrice: 7, GrossSales: 12124, Discounts: 559.86, Sales: 11564.14, COGS: 6665, Profit: 4899.14, Date: `11/1/19`, Month: `November`, Year: `2019` }), + new SalesDataItem({ Country: `USA`, Product: `Mandarin`, UnitsSold: 1759, ManufacturingPrice: 250, SalePrice: 15, GrossSales: 26385, Discounts: 1037.7, Sales: 25347.3, COGS: 11530, Profit: 13817.3, Date: `10/1/19`, Month: `October`, Year: `2019` }), + new SalesDataItem({ Country: `Brazil`, Product: `Kensington`, UnitsSold: 338, ManufacturingPrice: 3, SalePrice: 12, GrossSales: 4056, Discounts: 610.68, Sales: 3445.32, COGS: 2181, Profit: 1264.32, Date: `2/1/19`, Month: `February`, Year: `2019` }), + new SalesDataItem({ Country: `Japan`, Product: `Kensington`, UnitsSold: 3911, ManufacturingPrice: 3, SalePrice: 12, GrossSales: 46932, Discounts: 1582.56, Sales: 45349.44, COGS: 5652, Profit: 39697.44, Date: `8/1/19`, Month: `August`, Year: `2019` }), + new SalesDataItem({ Country: `Brazil`, Product: `Kensington`, UnitsSold: 3691, ManufacturingPrice: 3, SalePrice: 20, GrossSales: 73820, Discounts: 2567.6, Sales: 71252.4, COGS: 18340, Profit: 52912.4, Date: `9/1/18`, Month: `September`, Year: `2018` }), + new SalesDataItem({ Country: `Brazil`, Product: `Royal Oak`, UnitsSold: 4473, ManufacturingPrice: 5, SalePrice: 12, GrossSales: 53676, Discounts: 1965.6, Sales: 51710.4, COGS: 7020, Profit: 44690.4, Date: `1/1/19`, Month: `January`, Year: `2019` }), + new SalesDataItem({ Country: `UK`, Product: `Royal Oak`, UnitsSold: 383, ManufacturingPrice: 5, SalePrice: 12, GrossSales: 4596, Discounts: 1967.28, Sales: 2628.72, COGS: 7026, Profit: 4397.28, Date: `11/1/19`, Month: `November`, Year: `2019` }), + new SalesDataItem({ Country: `UK`, Product: `Vermont`, UnitsSold: 3105, ManufacturingPrice: 10, SalePrice: 7, GrossSales: 21735, Discounts: 505.19, Sales: 21229.81, COGS: 5155, Profit: 16074.81, Date: `9/1/18`, Month: `September`, Year: `2018` }), + new SalesDataItem({ Country: `Japan`, Product: `Burlington`, UnitsSold: 1062, ManufacturingPrice: 120, SalePrice: 15, GrossSales: 15930, Discounts: 1325.1, Sales: 14604.9, COGS: 12620, Profit: 1984.9, Date: `5/1/19`, Month: `May`, Year: `2019` }), + new SalesDataItem({ Country: `Japan`, Product: `Burlington`, UnitsSold: 4083, ManufacturingPrice: 120, SalePrice: 7, GrossSales: 28581, Discounts: 556.15, Sales: 28024.85, COGS: 5675, Profit: 22349.85, Date: `6/1/19`, Month: `June`, Year: `2019` }), + new SalesDataItem({ Country: `USA`, Product: `Burlington`, UnitsSold: 3974, ManufacturingPrice: 120, SalePrice: 7, GrossSales: 27818, Discounts: 268.03, Sales: 27549.97, COGS: 2735, Profit: 24814.97, Date: `11/1/19`, Month: `November`, Year: `2019` }), + new SalesDataItem({ Country: `Japan`, Product: `Burlington`, UnitsSold: 3723, ManufacturingPrice: 120, SalePrice: 7, GrossSales: 26061, Discounts: 775.18, Sales: 25285.82, COGS: 7910, Profit: 17375.82, Date: `12/1/19`, Month: `December`, Year: `2019` }), + new SalesDataItem({ Country: `UK`, Product: `Mandarin`, UnitsSold: 2435, ManufacturingPrice: 250, SalePrice: 12, GrossSales: 29220, Discounts: 1460.34, Sales: 27759.66, COGS: 5215.5, Profit: 22544.16, Date: `4/1/19`, Month: `April`, Year: `2019` }), + new SalesDataItem({ Country: `India`, Product: `Mandarin`, UnitsSold: 1678, ManufacturingPrice: 250, SalePrice: 12, GrossSales: 20136, Discounts: 1860.6, Sales: 18275.4, COGS: 6645, Profit: 11630.4, Date: `9/1/18`, Month: `September`, Year: `2018` }), + new SalesDataItem({ Country: `Japan`, Product: `Mandarin`, UnitsSold: 1763, ManufacturingPrice: 250, SalePrice: 7, GrossSales: 12341, Discounts: 775.18, Sales: 11565.82, COGS: 7910, Profit: 3655.82, Date: `12/1/19`, Month: `December`, Year: `2019` }), + new SalesDataItem({ Country: `Japan`, Product: `Luxe`, UnitsSold: 4473, ManufacturingPrice: 260, SalePrice: 7, GrossSales: 31311, Discounts: 556.15, Sales: 30754.85, COGS: 5675, Profit: 25079.85, Date: `6/1/19`, Month: `June`, Year: `2019` }), + new SalesDataItem({ Country: `USA`, Product: `Kensington`, UnitsSold: 1246, ManufacturingPrice: 3, SalePrice: 350, GrossSales: 436100, Discounts: 43144.5, Sales: 392955.5, COGS: 457860, Profit: 64904.5, Date: `3/1/19`, Month: `March`, Year: `2019` }), + new SalesDataItem({ Country: `UK`, Product: `Kensington`, UnitsSold: 1615, ManufacturingPrice: 3, SalePrice: 300, GrossSales: 484500, Discounts: 9408, Sales: 475092, COGS: 112000, Profit: 363092, Date: `6/1/19`, Month: `June`, Year: `2019` }), + new SalesDataItem({ Country: `UK`, Product: `Kensington`, UnitsSold: 749, ManufacturingPrice: 3, SalePrice: 300, GrossSales: 224700, Discounts: 45801, Sales: 178899, COGS: 545250, Profit: 366351, Date: `10/1/19`, Month: `October`, Year: `2019` }), + new SalesDataItem({ Country: `UK`, Product: `Royal Oak`, UnitsSold: 1318, ManufacturingPrice: 5, SalePrice: 20, GrossSales: 26360, Discounts: 2766.4, Sales: 23593.6, COGS: 19760, Profit: 3833.6, Date: `10/1/19`, Month: `October`, Year: `2019` }), + new SalesDataItem({ Country: `UK`, Product: `Royal Oak`, UnitsSold: 2882, ManufacturingPrice: 5, SalePrice: 300, GrossSales: 864600, Discounts: 45801, Sales: 818799, COGS: 545250, Profit: 273549, Date: `10/1/19`, Month: `October`, Year: `2019` }), + new SalesDataItem({ Country: `India`, Product: `Royal Oak`, UnitsSold: 3039, ManufacturingPrice: 5, SalePrice: 125, GrossSales: 379875, Discounts: 21875, Sales: 358000, COGS: 300000, Profit: 58000, Date: `11/1/18`, Month: `November`, Year: `2018` }), + new SalesDataItem({ Country: `Japan`, Product: `Vermont`, UnitsSold: 2484, ManufacturingPrice: 10, SalePrice: 300, GrossSales: 745200, Discounts: 35742, Sales: 709458, COGS: 425500, Profit: 283958, Date: `5/1/19`, Month: `May`, Year: `2019` }), + new SalesDataItem({ Country: `UK`, Product: `Vermont`, UnitsSold: 3169, ManufacturingPrice: 10, SalePrice: 300, GrossSales: 950700, Discounts: 9408, Sales: 941292, COGS: 112000, Profit: 829292, Date: `6/1/19`, Month: `June`, Year: `2019` }), + new SalesDataItem({ Country: `India`, Product: `Vermont`, UnitsSold: 4080, ManufacturingPrice: 10, SalePrice: 125, GrossSales: 510000, Discounts: 30738.75, Sales: 479261.25, COGS: 421560, Profit: 57701.25, Date: `7/1/19`, Month: `July`, Year: `2019` }), + new SalesDataItem({ Country: `UK`, Product: `Vermont`, UnitsSold: 3943, ManufacturingPrice: 10, SalePrice: 15, GrossSales: 59145, Discounts: 2206.05, Sales: 56938.95, COGS: 21010, Profit: 35928.95, Date: `8/1/19`, Month: `August`, Year: `2019` }), + new SalesDataItem({ Country: `USA`, Product: `Vermont`, UnitsSold: 784, ManufacturingPrice: 10, SalePrice: 15, GrossSales: 11760, Discounts: 3077.55, Sales: 8682.45, COGS: 29310, Profit: 20627.55, Date: `9/1/18`, Month: `September`, Year: `2018` }), + new SalesDataItem({ Country: `UK`, Product: `Vermont`, UnitsSold: 253, ManufacturingPrice: 10, SalePrice: 20, GrossSales: 5060, Discounts: 2149, Sales: 2911, COGS: 15350, Profit: 12439, Date: `9/1/19`, Month: `September`, Year: `2019` }), + new SalesDataItem({ Country: `India`, Product: `Vermont`, UnitsSold: 1316, ManufacturingPrice: 10, SalePrice: 300, GrossSales: 394800, Discounts: 23583, Sales: 371217, COGS: 280750, Profit: 90467, Date: `9/1/18`, Month: `September`, Year: `2018` }), + new SalesDataItem({ Country: `Japan`, Product: `Vermont`, UnitsSold: 808, ManufacturingPrice: 10, SalePrice: 300, GrossSales: 242400, Discounts: 29484, Sales: 212916, COGS: 351000, Profit: 138084, Date: `11/1/18`, Month: `November`, Year: `2018` }), + new SalesDataItem({ Country: `Brazil`, Product: `Vermont`, UnitsSold: 3295, ManufacturingPrice: 10, SalePrice: 12, GrossSales: 39540, Discounts: 2320.92, Sales: 37219.08, COGS: 8289, Profit: 28930.08, Date: `11/1/18`, Month: `November`, Year: `2018` }), + new SalesDataItem({ Country: `India`, Product: `Vermont`, UnitsSold: 520, ManufacturingPrice: 10, SalePrice: 7, GrossSales: 3640, Discounts: 1041.25, Sales: 2598.75, COGS: 10625, Profit: 8026.25, Date: `12/1/18`, Month: `December`, Year: `2018` }), + new SalesDataItem({ Country: `UK`, Product: `Burlington`, UnitsSold: 799, ManufacturingPrice: 120, SalePrice: 300, GrossSales: 239700, Discounts: 34839, Sales: 204861, COGS: 414750, Profit: 209889, Date: `7/1/19`, Month: `July`, Year: `2019` }), + new SalesDataItem({ Country: `Brazil`, Product: `Burlington`, UnitsSold: 3942, ManufacturingPrice: 120, SalePrice: 20, GrossSales: 78840, Discounts: 852.6, Sales: 77987.4, COGS: 6090, Profit: 71897.4, Date: `8/1/19`, Month: `August`, Year: `2019` }), + new SalesDataItem({ Country: `India`, Product: `Burlington`, UnitsSold: 2498, ManufacturingPrice: 120, SalePrice: 125, GrossSales: 312250, Discounts: 18261.25, Sales: 293988.75, COGS: 250440, Profit: 43548.75, Date: `9/1/19`, Month: `September`, Year: `2019` }), + new SalesDataItem({ Country: `UK`, Product: `Burlington`, UnitsSold: 2517, ManufacturingPrice: 120, SalePrice: 20, GrossSales: 50340, Discounts: 2766.4, Sales: 47573.6, COGS: 19760, Profit: 27813.6, Date: `10/1/19`, Month: `October`, Year: `2019` }), + new SalesDataItem({ Country: `USA`, Product: `Burlington`, UnitsSold: 3182, ManufacturingPrice: 120, SalePrice: 20, GrossSales: 63640, Discounts: 1989.4, Sales: 61650.6, COGS: 14210, Profit: 47440.6, Date: `12/1/18`, Month: `December`, Year: `2018` }), + new SalesDataItem({ Country: `USA`, Product: `Burlington`, UnitsSold: 1145, ManufacturingPrice: 120, SalePrice: 300, GrossSales: 343500, Discounts: 28812, Sales: 314688, COGS: 343000, Profit: 28312, Date: `12/1/19`, Month: `December`, Year: `2019` }), + new SalesDataItem({ Country: `India`, Product: `Burlington`, UnitsSold: 895, ManufacturingPrice: 120, SalePrice: 20, GrossSales: 17900, Discounts: 823.2, Sales: 17076.8, COGS: 5880, Profit: 11196.8, Date: `12/1/18`, Month: `December`, Year: `2018` }), + new SalesDataItem({ Country: `Japan`, Product: `Mandarin`, UnitsSold: 3814, ManufacturingPrice: 250, SalePrice: 12, GrossSales: 45768, Discounts: 2725.38, Sales: 43042.62, COGS: 9733.5, Profit: 33309.12, Date: `1/1/19`, Month: `January`, Year: `2019` }), + new SalesDataItem({ Country: `UK`, Product: `Mandarin`, UnitsSold: 1188, ManufacturingPrice: 250, SalePrice: 300, GrossSales: 356400, Discounts: 20139, Sales: 336261, COGS: 239750, Profit: 96511, Date: `2/1/19`, Month: `February`, Year: `2019` }), + new SalesDataItem({ Country: `Brazil`, Product: `Mandarin`, UnitsSold: 2233, ManufacturingPrice: 250, SalePrice: 300, GrossSales: 669900, Discounts: 57687, Sales: 612213, COGS: 686750, Profit: 74537, Date: `2/1/19`, Month: `February`, Year: `2019` }), + new SalesDataItem({ Country: `Japan`, Product: `Luxe`, UnitsSold: 421, ManufacturingPrice: 260, SalePrice: 125, GrossSales: 52625, Discounts: 14393.75, Sales: 38231.25, COGS: 197400, Profit: 159168.75, Date: `5/1/19`, Month: `May`, Year: `2019` }), + new SalesDataItem({ Country: `UK`, Product: `Luxe`, UnitsSold: 269, ManufacturingPrice: 260, SalePrice: 350, GrossSales: 94150, Discounts: 70462, Sales: 23688, COGS: 747760, Profit: 724072, Date: `9/1/19`, Month: `September`, Year: `2019` }), + new SalesDataItem({ Country: `India`, Product: `Luxe`, UnitsSold: 3766, ManufacturingPrice: 260, SalePrice: 125, GrossSales: 470750, Discounts: 8697.5, Sales: 462052.5, COGS: 119280, Profit: 342772.5, Date: `9/1/18`, Month: `September`, Year: `2018` }), + new SalesDataItem({ Country: `Japan`, Product: `Luxe`, UnitsSold: 952, ManufacturingPrice: 260, SalePrice: 20, GrossSales: 19040, Discounts: 1565.2, Sales: 17474.8, COGS: 11180, Profit: 6294.8, Date: `11/1/19`, Month: `November`, Year: `2019` }), + new SalesDataItem({ Country: `USA`, Product: `Luxe`, UnitsSold: 2964, ManufacturingPrice: 260, SalePrice: 300, GrossSales: 889200, Discounts: 28812, Sales: 860388, COGS: 343000, Profit: 517388, Date: `12/1/19`, Month: `December`, Year: `2019` }), + new SalesDataItem({ Country: `Japan`, Product: `Royal Oak`, UnitsSold: 1505, ManufacturingPrice: 5, SalePrice: 7, GrossSales: 10535, Discounts: 273.28, Sales: 10261.72, COGS: 2440, Profit: 7821.72, Date: `2/1/19`, Month: `February`, Year: `2019` }), + new SalesDataItem({ Country: `USA`, Product: `Royal Oak`, UnitsSold: 1678, ManufacturingPrice: 5, SalePrice: 20, GrossSales: 33560, Discounts: 2051.2, Sales: 31508.8, COGS: 12820, Profit: 18688.8, Date: `6/1/19`, Month: `June`, Year: `2019` }), + new SalesDataItem({ Country: `Japan`, Product: `Vermont`, UnitsSold: 4249, ManufacturingPrice: 10, SalePrice: 7, GrossSales: 29743, Discounts: 143.92, Sales: 29599.08, COGS: 1285, Profit: 28314.08, Date: `5/1/19`, Month: `May`, Year: `2019` }), + new SalesDataItem({ Country: `USA`, Product: `Luxe`, UnitsSold: 1677, ManufacturingPrice: 260, SalePrice: 20, GrossSales: 33540, Discounts: 2051.2, Sales: 31488.8, COGS: 12820, Profit: 18668.8, Date: `6/1/19`, Month: `June`, Year: `2019` }), + new SalesDataItem({ Country: `Brazil`, Product: `Kensington`, UnitsSold: 3051, ManufacturingPrice: 3, SalePrice: 125, GrossSales: 381375, Discounts: 15400, Sales: 365975, COGS: 184800, Profit: 181175, Date: `8/1/19`, Month: `August`, Year: `2019` }), + new SalesDataItem({ Country: `UK`, Product: `Kensington`, UnitsSold: 3372, ManufacturingPrice: 3, SalePrice: 15, GrossSales: 50580, Discounts: 588, Sales: 49992, COGS: 4900, Profit: 45092, Date: `11/1/19`, Month: `November`, Year: `2019` }), + new SalesDataItem({ Country: `Brazil`, Product: `Kensington`, UnitsSold: 1686, ManufacturingPrice: 3, SalePrice: 350, GrossSales: 590100, Discounts: 38136, Sales: 551964, COGS: 354120, Profit: 197844, Date: `12/1/19`, Month: `December`, Year: `2019` }), + new SalesDataItem({ Country: `UK`, Product: `Royal Oak`, UnitsSold: 3086, ManufacturingPrice: 5, SalePrice: 15, GrossSales: 46290, Discounts: 3001.2, Sales: 43288.8, COGS: 25010, Profit: 18278.8, Date: `3/1/19`, Month: `March`, Year: `2019` }), + new SalesDataItem({ Country: `Japan`, Product: `Royal Oak`, UnitsSold: 4150, ManufacturingPrice: 5, SalePrice: 20, GrossSales: 83000, Discounts: 1132.8, Sales: 81867.2, COGS: 7080, Profit: 74787.2, Date: `6/1/19`, Month: `June`, Year: `2019` }), + new SalesDataItem({ Country: `India`, Product: `Royal Oak`, UnitsSold: 3027, ManufacturingPrice: 5, SalePrice: 20, GrossSales: 60540, Discounts: 1032, Sales: 59508, COGS: 6450, Profit: 53058, Date: `7/1/19`, Month: `July`, Year: `2019` }), + new SalesDataItem({ Country: `UK`, Product: `Royal Oak`, UnitsSold: 4359, ManufacturingPrice: 5, SalePrice: 300, GrossSales: 1307700, Discounts: 37488, Sales: 1270212, COGS: 390500, Profit: 879712, Date: `8/1/19`, Month: `August`, Year: `2019` }), + new SalesDataItem({ Country: `Japan`, Product: `Royal Oak`, UnitsSold: 3628, ManufacturingPrice: 5, SalePrice: 300, GrossSales: 1088400, Discounts: 30792, Sales: 1057608, COGS: 320750, Profit: 736858, Date: `9/1/18`, Month: `September`, Year: `2018` }), + new SalesDataItem({ Country: `India`, Product: `Royal Oak`, UnitsSold: 1589, ManufacturingPrice: 5, SalePrice: 15, GrossSales: 23835, Discounts: 853.2, Sales: 22981.8, COGS: 7110, Profit: 15871.8, Date: `12/1/19`, Month: `December`, Year: `2019` }), + new SalesDataItem({ Country: `Brazil`, Product: `Vermont`, UnitsSold: 2679, ManufacturingPrice: 10, SalePrice: 125, GrossSales: 334875, Discounts: 11140, Sales: 323735, COGS: 133680, Profit: 190055, Date: `3/1/19`, Month: `March`, Year: `2019` }), + new SalesDataItem({ Country: `India`, Product: `Vermont`, UnitsSold: 3401, ManufacturingPrice: 10, SalePrice: 7, GrossSales: 23807, Discounts: 705.04, Sales: 23101.96, COGS: 6295, Profit: 16806.96, Date: `4/1/19`, Month: `April`, Year: `2019` }), + new SalesDataItem({ Country: `India`, Product: `Vermont`, UnitsSold: 2815, ManufacturingPrice: 10, SalePrice: 7, GrossSales: 19705, Discounts: 613.2, Sales: 19091.8, COGS: 5475, Profit: 13616.8, Date: `5/1/19`, Month: `May`, Year: `2019` }), + new SalesDataItem({ Country: `India`, Product: `Vermont`, UnitsSold: 2964, ManufacturingPrice: 10, SalePrice: 20, GrossSales: 59280, Discounts: 2185.6, Sales: 57094.4, COGS: 13660, Profit: 43434.4, Date: `6/1/19`, Month: `June`, Year: `2019` }), + new SalesDataItem({ Country: `Brazil`, Product: `Vermont`, UnitsSold: 4173, ManufacturingPrice: 10, SalePrice: 300, GrossSales: 1251900, Discounts: 59040, Sales: 1192860, COGS: 615000, Profit: 577860, Date: `6/1/19`, Month: `June`, Year: `2019` }), + new SalesDataItem({ Country: `USA`, Product: `Vermont`, UnitsSold: 1157, ManufacturingPrice: 10, SalePrice: 7, GrossSales: 8099, Discounts: 379.68, Sales: 7719.32, COGS: 3390, Profit: 4329.32, Date: `8/1/19`, Month: `August`, Year: `2019` }), + new SalesDataItem({ Country: `India`, Product: `Vermont`, UnitsSold: 3065, ManufacturingPrice: 10, SalePrice: 7, GrossSales: 21455, Discounts: 894.88, Sales: 20560.12, COGS: 7990, Profit: 12570.12, Date: `8/1/19`, Month: `August`, Year: `2019` }), + new SalesDataItem({ Country: `India`, Product: `Vermont`, UnitsSold: 1962, ManufacturingPrice: 10, SalePrice: 7, GrossSales: 13734, Discounts: 1349.04, Sales: 12384.96, COGS: 12045, Profit: 339.96, Date: `9/1/18`, Month: `September`, Year: `2018` }), + new SalesDataItem({ Country: `India`, Product: `Vermont`, UnitsSold: 4080, ManufacturingPrice: 10, SalePrice: 20, GrossSales: 81600, Discounts: 3094.4, Sales: 78505.6, COGS: 19340, Profit: 59165.6, Date: `9/1/19`, Month: `September`, Year: `2019` }), + new SalesDataItem({ Country: `Brazil`, Product: `Vermont`, UnitsSold: 1713, ManufacturingPrice: 10, SalePrice: 20, GrossSales: 34260, Discounts: 4788.8, Sales: 29471.2, COGS: 29930, Profit: 458.8, Date: `9/1/19`, Month: `September`, Year: `2019` }), + new SalesDataItem({ Country: `India`, Product: `Vermont`, UnitsSold: 2795, ManufacturingPrice: 10, SalePrice: 350, GrossSales: 978250, Discounts: 60088, Sales: 918162, COGS: 557960, Profit: 360202, Date: `11/1/18`, Month: `November`, Year: `2018` }), + new SalesDataItem({ Country: `Brazil`, Product: `Vermont`, UnitsSold: 4082, ManufacturingPrice: 10, SalePrice: 7, GrossSales: 28574, Discounts: 1089.76, Sales: 27484.24, COGS: 9730, Profit: 17754.24, Date: `12/1/18`, Month: `December`, Year: `2018` }), + new SalesDataItem({ Country: `Brazil`, Product: `Vermont`, UnitsSold: 1691, ManufacturingPrice: 10, SalePrice: 350, GrossSales: 591850, Discounts: 38136, Sales: 553714, COGS: 354120, Profit: 199594, Date: `12/1/19`, Month: `December`, Year: `2019` }), + new SalesDataItem({ Country: `Japan`, Product: `Burlington`, UnitsSold: 2305, ManufacturingPrice: 120, SalePrice: 12, GrossSales: 27660, Discounts: 574.08, Sales: 27085.92, COGS: 1794, Profit: 25291.92, Date: `3/1/19`, Month: `March`, Year: `2019` }), + new SalesDataItem({ Country: `USA`, Product: `Burlington`, UnitsSold: 3401, ManufacturingPrice: 120, SalePrice: 7, GrossSales: 23807, Discounts: 1627.92, Sales: 22179.08, COGS: 14535, Profit: 7644.08, Date: `6/1/19`, Month: `June`, Year: `2019` }), + new SalesDataItem({ Country: `India`, Product: `Burlington`, UnitsSold: 2288, ManufacturingPrice: 120, SalePrice: 7, GrossSales: 16016, Discounts: 1309.28, Sales: 14706.72, COGS: 11690, Profit: 3016.72, Date: `6/1/19`, Month: `June`, Year: `2019` }), + new SalesDataItem({ Country: `UK`, Product: `Burlington`, UnitsSold: 2399, ManufacturingPrice: 120, SalePrice: 300, GrossSales: 719700, Discounts: 9264, Sales: 710436, COGS: 96500, Profit: 613936, Date: `11/1/18`, Month: `November`, Year: `2018` }), + new SalesDataItem({ Country: `Brazil`, Product: `Burlington`, UnitsSold: 4086, ManufacturingPrice: 120, SalePrice: 300, GrossSales: 1225800, Discounts: 15240, Sales: 1210560, COGS: 158750, Profit: 1051810, Date: `12/1/19`, Month: `December`, Year: `2019` }), + new SalesDataItem({ Country: `UK`, Product: `Mandarin`, UnitsSold: 2651, ManufacturingPrice: 250, SalePrice: 350, GrossSales: 927850, Discounts: 16086, Sales: 911764, COGS: 149370, Profit: 762394, Date: `4/1/19`, Month: `April`, Year: `2019` }), + new SalesDataItem({ Country: `India`, Product: `Mandarin`, UnitsSold: 3971, ManufacturingPrice: 250, SalePrice: 7, GrossSales: 27797, Discounts: 1309.28, Sales: 26487.72, COGS: 11690, Profit: 14797.72, Date: `6/1/19`, Month: `June`, Year: `2019` }), + new SalesDataItem({ Country: `UK`, Product: `Mandarin`, UnitsSold: 2512, ManufacturingPrice: 250, SalePrice: 350, GrossSales: 879200, Discounts: 10668, Sales: 868532, COGS: 99060, Profit: 769472, Date: `8/1/19`, Month: `August`, Year: `2019` }), + new SalesDataItem({ Country: `India`, Product: `Mandarin`, UnitsSold: 2745, ManufacturingPrice: 250, SalePrice: 350, GrossSales: 960750, Discounts: 11816, Sales: 948934, COGS: 109720, Profit: 839214, Date: `8/1/19`, Month: `August`, Year: `2019` }), + new SalesDataItem({ Country: `Japan`, Product: `Mandarin`, UnitsSold: 1903, ManufacturingPrice: 250, SalePrice: 300, GrossSales: 570900, Discounts: 51216, Sales: 519684, COGS: 533500, Profit: 13816, Date: `9/1/19`, Month: `September`, Year: `2019` }), + new SalesDataItem({ Country: `USA`, Product: `Mandarin`, UnitsSold: 647, ManufacturingPrice: 250, SalePrice: 300, GrossSales: 194100, Discounts: 19392, Sales: 174708, COGS: 202000, Profit: 27292, Date: `12/1/18`, Month: `December`, Year: `2018` }), + new SalesDataItem({ Country: `Japan`, Product: `Luxe`, UnitsSold: 2914, ManufacturingPrice: 260, SalePrice: 20, GrossSales: 58280, Discounts: 1132.8, Sales: 57147.2, COGS: 7080, Profit: 50067.2, Date: `6/1/19`, Month: `June`, Year: `2019` }), + new SalesDataItem({ Country: `USA`, Product: `Luxe`, UnitsSold: 1889, ManufacturingPrice: 260, SalePrice: 7, GrossSales: 13223, Discounts: 1627.92, Sales: 11595.08, COGS: 14535, Profit: 2939.92, Date: `6/1/19`, Month: `June`, Year: `2019` }), + new SalesDataItem({ Country: `India`, Product: `Luxe`, UnitsSold: 1466, ManufacturingPrice: 260, SalePrice: 20, GrossSales: 29320, Discounts: 2185.6, Sales: 27134.4, COGS: 13660, Profit: 13474.4, Date: `6/1/19`, Month: `June`, Year: `2019` }), + new SalesDataItem({ Country: `Brazil`, Product: `Luxe`, UnitsSold: 887, ManufacturingPrice: 260, SalePrice: 300, GrossSales: 266100, Discounts: 59040, Sales: 207060, COGS: 615000, Profit: 407940, Date: `6/1/19`, Month: `June`, Year: `2019` }), + new SalesDataItem({ Country: `India`, Product: `Luxe`, UnitsSold: 395, ManufacturingPrice: 260, SalePrice: 20, GrossSales: 7900, Discounts: 2432, Sales: 5468, COGS: 15200, Profit: 9732, Date: `11/1/19`, Month: `November`, Year: `2019` }), + new SalesDataItem({ Country: `India`, Product: `Luxe`, UnitsSold: 1693, ManufacturingPrice: 260, SalePrice: 15, GrossSales: 25395, Discounts: 853.2, Sales: 24541.8, COGS: 7110, Profit: 17431.8, Date: `12/1/19`, Month: `December`, Year: `2019` }), + new SalesDataItem({ Country: `Brazil`, Product: `Luxe`, UnitsSold: 2459, ManufacturingPrice: 260, SalePrice: 12, GrossSales: 29508, Discounts: 1320, Sales: 28188, COGS: 4125, Profit: 24063, Date: `12/1/18`, Month: `December`, Year: `2018` }), + new SalesDataItem({ Country: `Brazil`, Product: `Luxe`, UnitsSold: 2649, ManufacturingPrice: 260, SalePrice: 300, GrossSales: 794700, Discounts: 15240, Sales: 779460, COGS: 158750, Profit: 620710, Date: `12/1/19`, Month: `December`, Year: `2019` }), + new SalesDataItem({ Country: `USA`, Product: `Mandarin`, UnitsSold: 3608, ManufacturingPrice: 250, SalePrice: 20, GrossSales: 72160, Discounts: 698.4, Sales: 71461.6, COGS: 4365, Profit: 67096.6, Date: `7/1/19`, Month: `July`, Year: `2019` }), + new SalesDataItem({ Country: `Japan`, Product: `Kensington`, UnitsSold: 1073, ManufacturingPrice: 3, SalePrice: 300, GrossSales: 321900, Discounts: 29538, Sales: 292362, COGS: 273500, Profit: 18862, Date: `6/1/19`, Month: `June`, Year: `2019` }), + new SalesDataItem({ Country: `Brazil`, Product: `Kensington`, UnitsSold: 1754, ManufacturingPrice: 3, SalePrice: 12, GrossSales: 21048, Discounts: 396.36, Sales: 20651.64, COGS: 1101, Profit: 19550.64, Date: `10/1/18`, Month: `October`, Year: `2018` }), + new SalesDataItem({ Country: `Japan`, Product: `Royal Oak`, UnitsSold: 2167, ManufacturingPrice: 5, SalePrice: 300, GrossSales: 650100, Discounts: 102667.5, Sales: 547432.5, COGS: 950625, Profit: 403192.5, Date: `4/1/19`, Month: `April`, Year: `2019` }), + new SalesDataItem({ Country: `UK`, Product: `Royal Oak`, UnitsSold: 1319, ManufacturingPrice: 5, SalePrice: 350, GrossSales: 461650, Discounts: 52479, Sales: 409171, COGS: 433160, Profit: 23989, Date: `5/1/19`, Month: `May`, Year: `2019` }), + new SalesDataItem({ Country: `UK`, Product: `Royal Oak`, UnitsSold: 1679, ManufacturingPrice: 5, SalePrice: 300, GrossSales: 503700, Discounts: 8694, Sales: 495006, COGS: 80500, Profit: 414506, Date: `9/1/18`, Month: `September`, Year: `2018` }), + new SalesDataItem({ Country: `Japan`, Product: `Royal Oak`, UnitsSold: 1252, ManufacturingPrice: 5, SalePrice: 12, GrossSales: 15024, Discounts: 2506.68, Sales: 12517.32, COGS: 6963, Profit: 5554.32, Date: `11/1/19`, Month: `November`, Year: `2019` }), + new SalesDataItem({ Country: `UK`, Product: `Royal Oak`, UnitsSold: 3493, ManufacturingPrice: 5, SalePrice: 125, GrossSales: 436625, Discounts: 20891.25, Sales: 415733.75, COGS: 222840, Profit: 192893.75, Date: `11/1/18`, Month: `November`, Year: `2018` }), + new SalesDataItem({ Country: `Japan`, Product: `Royal Oak`, UnitsSold: 1697, ManufacturingPrice: 5, SalePrice: 7, GrossSales: 11879, Discounts: 1014.93, Sales: 10864.07, COGS: 8055, Profit: 2809.07, Date: `12/1/18`, Month: `December`, Year: `2018` }), + new SalesDataItem({ Country: `USA`, Product: `Royal Oak`, UnitsSold: 1156, ManufacturingPrice: 5, SalePrice: 125, GrossSales: 144500, Discounts: 31466.25, Sales: 113033.75, COGS: 335640, Profit: 222606.25, Date: `12/1/19`, Month: `December`, Year: `2019` }), + new SalesDataItem({ Country: `India`, Product: `Royal Oak`, UnitsSold: 726, ManufacturingPrice: 5, SalePrice: 300, GrossSales: 217800, Discounts: 9018, Sales: 208782, COGS: 83500, Profit: 125282, Date: `12/1/18`, Month: `December`, Year: `2018` }), + new SalesDataItem({ Country: `Brazil`, Product: `Vermont`, UnitsSold: 1153, ManufacturingPrice: 10, SalePrice: 300, GrossSales: 345900, Discounts: 69255, Sales: 276645, COGS: 641250, Profit: 364605, Date: `1/1/19`, Month: `January`, Year: `2019` }), + new SalesDataItem({ Country: `Brazil`, Product: `Vermont`, UnitsSold: 2720, ManufacturingPrice: 10, SalePrice: 350, GrossSales: 952000, Discounts: 76135.5, Sales: 875864.5, COGS: 628420, Profit: 247444.5, Date: `1/1/19`, Month: `January`, Year: `2019` }), + new SalesDataItem({ Country: `USA`, Product: `Vermont`, UnitsSold: 3658, ManufacturingPrice: 10, SalePrice: 15, GrossSales: 54870, Discounts: 4961.25, Sales: 49908.75, COGS: 36750, Profit: 13158.75, Date: `4/1/19`, Month: `April`, Year: `2019` }), + new SalesDataItem({ Country: `Japan`, Product: `Vermont`, UnitsSold: 2950, ManufacturingPrice: 10, SalePrice: 300, GrossSales: 885000, Discounts: 29538, Sales: 855462, COGS: 273500, Profit: 581962, Date: `6/1/19`, Month: `June`, Year: `2019` }), + new SalesDataItem({ Country: `UK`, Product: `Vermont`, UnitsSold: 1821, ManufacturingPrice: 10, SalePrice: 15, GrossSales: 27315, Discounts: 1656.45, Sales: 25658.55, COGS: 12270, Profit: 13388.55, Date: `10/1/19`, Month: `October`, Year: `2019` }), + new SalesDataItem({ Country: `Brazil`, Product: `Vermont`, UnitsSold: 4174, ManufacturingPrice: 10, SalePrice: 12, GrossSales: 50088, Discounts: 396.36, Sales: 49691.64, COGS: 1101, Profit: 48590.64, Date: `10/1/18`, Month: `October`, Year: `2018` }), + new SalesDataItem({ Country: `UK`, Product: `Vermont`, UnitsSold: 1127, ManufacturingPrice: 10, SalePrice: 300, GrossSales: 338100, Discounts: 35748, Sales: 302352, COGS: 331000, Profit: 28648, Date: `11/1/19`, Month: `November`, Year: `2019` }), + new SalesDataItem({ Country: `India`, Product: `Vermont`, UnitsSold: 2209, ManufacturingPrice: 10, SalePrice: 12, GrossSales: 26508, Discounts: 1917, Sales: 24591, COGS: 5325, Profit: 19266, Date: `11/1/18`, Month: `November`, Year: `2018` }), + new SalesDataItem({ Country: `USA`, Product: `Vermont`, UnitsSold: 862, ManufacturingPrice: 10, SalePrice: 125, GrossSales: 107750, Discounts: 31466.25, Sales: 76283.75, COGS: 335640, Profit: 259356.25, Date: `12/1/19`, Month: `December`, Year: `2019` }), + new SalesDataItem({ Country: `Brazil`, Product: `Burlington`, UnitsSold: 3805, ManufacturingPrice: 120, SalePrice: 15, GrossSales: 57075, Discounts: 330.75, Sales: 56744.25, COGS: 2450, Profit: 54294.25, Date: `5/1/19`, Month: `May`, Year: `2019` }), + new SalesDataItem({ Country: `Japan`, Product: `Burlington`, UnitsSold: 1415, ManufacturingPrice: 120, SalePrice: 300, GrossSales: 424500, Discounts: 102424.5, Sales: 322075.5, COGS: 948375, Profit: 626299.5, Date: `7/1/19`, Month: `July`, Year: `2019` }), + new SalesDataItem({ Country: `India`, Product: `Burlington`, UnitsSold: 2231, ManufacturingPrice: 120, SalePrice: 350, GrossSales: 780850, Discounts: 41170.5, Sales: 739679.5, COGS: 339820, Profit: 399859.5, Date: `7/1/19`, Month: `July`, Year: `2019` }), + new SalesDataItem({ Country: `Japan`, Product: `Burlington`, UnitsSold: 3649, ManufacturingPrice: 120, SalePrice: 125, GrossSales: 456125, Discounts: 6378.75, Sales: 449746.25, COGS: 68040, Profit: 381706.25, Date: `9/1/19`, Month: `September`, Year: `2019` }), + new SalesDataItem({ Country: `Brazil`, Product: `Burlington`, UnitsSold: 2948, ManufacturingPrice: 120, SalePrice: 125, GrossSales: 368500, Discounts: 23737.5, Sales: 344762.5, COGS: 253200, Profit: 91562.5, Date: `9/1/19`, Month: `September`, Year: `2019` }), + new SalesDataItem({ Country: `Japan`, Product: `Burlington`, UnitsSold: 3395, ManufacturingPrice: 120, SalePrice: 350, GrossSales: 1188250, Discounts: 39973.5, Sales: 1148276.5, COGS: 329940, Profit: 818336.5, Date: `10/1/19`, Month: `October`, Year: `2019` }), + new SalesDataItem({ Country: `USA`, Product: `Mandarin`, UnitsSold: 2650, ManufacturingPrice: 250, SalePrice: 12, GrossSales: 31800, Discounts: 2112.48, Sales: 29687.52, COGS: 5868, Profit: 23819.52, Date: `1/1/19`, Month: `January`, Year: `2019` }), + new SalesDataItem({ Country: `India`, Product: `Mandarin`, UnitsSold: 585, ManufacturingPrice: 250, SalePrice: 300, GrossSales: 175500, Discounts: 71793, Sales: 103707, COGS: 664750, Profit: 561043, Date: `2/1/19`, Month: `February`, Year: `2019` }), + new SalesDataItem({ Country: `USA`, Product: `Mandarin`, UnitsSold: 1316, ManufacturingPrice: 250, SalePrice: 350, GrossSales: 460600, Discounts: 42572.25, Sales: 418027.75, COGS: 351390, Profit: 66637.75, Date: `4/1/19`, Month: `April`, Year: `2019` }), + new SalesDataItem({ Country: `India`, Product: `Mandarin`, UnitsSold: 4459, ManufacturingPrice: 250, SalePrice: 12, GrossSales: 53508, Discounts: 950.4, Sales: 52557.6, COGS: 2640, Profit: 49917.6, Date: `5/1/19`, Month: `May`, Year: `2019` }), + new SalesDataItem({ Country: `USA`, Product: `Mandarin`, UnitsSold: 2711, ManufacturingPrice: 250, SalePrice: 300, GrossSales: 813300, Discounts: 50409, Sales: 762891, COGS: 466750, Profit: 296141, Date: `9/1/19`, Month: `September`, Year: `2019` }), + new SalesDataItem({ Country: `UK`, Product: `Mandarin`, UnitsSold: 2621, ManufacturingPrice: 250, SalePrice: 12, GrossSales: 31452, Discounts: 2412.72, Sales: 29039.28, COGS: 6702, Profit: 22337.28, Date: `9/1/18`, Month: `September`, Year: `2018` }), + new SalesDataItem({ Country: `UK`, Product: `Mandarin`, UnitsSold: 3613, ManufacturingPrice: 250, SalePrice: 15, GrossSales: 54195, Discounts: 1656.45, Sales: 52538.55, COGS: 12270, Profit: 40268.55, Date: `10/1/19`, Month: `October`, Year: `2019` }), + new SalesDataItem({ Country: `Brazil`, Product: `Mandarin`, UnitsSold: 1847, ManufacturingPrice: 250, SalePrice: 125, GrossSales: 230875, Discounts: 9866.25, Sales: 221008.75, COGS: 105240, Profit: 115768.75, Date: `11/1/19`, Month: `November`, Year: `2019` }), + new SalesDataItem({ Country: `USA`, Product: `Luxe`, UnitsSold: 2996, ManufacturingPrice: 260, SalePrice: 350, GrossSales: 1048600, Discounts: 65236.5, Sales: 983363.5, COGS: 538460, Profit: 444903.5, Date: `9/1/19`, Month: `September`, Year: `2019` }), + new SalesDataItem({ Country: `Japan`, Product: `Luxe`, UnitsSold: 2838, ManufacturingPrice: 260, SalePrice: 350, GrossSales: 993300, Discounts: 39973.5, Sales: 953326.5, COGS: 329940, Profit: 623386.5, Date: `10/1/19`, Month: `October`, Year: `2019` }), + new SalesDataItem({ Country: `India`, Product: `Luxe`, UnitsSold: 1302, ManufacturingPrice: 260, SalePrice: 15, GrossSales: 19530, Discounts: 1309.5, Sales: 18220.5, COGS: 9700, Profit: 8520.5, Date: `11/1/18`, Month: `November`, Year: `2018` }), + new SalesDataItem({ Country: `Brazil`, Product: `Luxe`, UnitsSold: 1536, ManufacturingPrice: 260, SalePrice: 20, GrossSales: 30720, Discounts: 3049.2, Sales: 27670.8, COGS: 16940, Profit: 10730.8, Date: `11/1/19`, Month: `November`, Year: `2019` }), + new SalesDataItem({ Country: `India`, Product: `Kensington`, UnitsSold: 1291, ManufacturingPrice: 3, SalePrice: 20, GrossSales: 25820, Discounts: 1193.4, Sales: 24626.6, COGS: 6630, Profit: 17996.6, Date: `5/1/19`, Month: `May`, Year: `2019` }), + new SalesDataItem({ Country: `Japan`, Product: `Kensington`, UnitsSold: 1213, ManufacturingPrice: 3, SalePrice: 7, GrossSales: 8491, Discounts: 515.97, Sales: 7975.03, COGS: 4095, Profit: 3880.03, Date: `7/1/19`, Month: `July`, Year: `2019` }), + new SalesDataItem({ Country: `India`, Product: `Kensington`, UnitsSold: 2370, ManufacturingPrice: 3, SalePrice: 12, GrossSales: 28440, Discounts: 1706.4, Sales: 26733.6, COGS: 4740, Profit: 21993.6, Date: `9/1/19`, Month: `September`, Year: `2019` }), + new SalesDataItem({ Country: `Brazil`, Product: `Kensington`, UnitsSold: 1979, ManufacturingPrice: 3, SalePrice: 7, GrossSales: 13853, Discounts: 328.23, Sales: 13524.77, COGS: 2605, Profit: 10919.77, Date: `12/1/19`, Month: `December`, Year: `2019` }), + new SalesDataItem({ Country: `USA`, Product: `Vermont`, UnitsSold: 2879, ManufacturingPrice: 10, SalePrice: 20, GrossSales: 57580, Discounts: 1751.4, Sales: 55828.6, COGS: 9730, Profit: 46098.6, Date: `3/1/19`, Month: `March`, Year: `2019` }), + new SalesDataItem({ Country: `Brazil`, Product: `Vermont`, UnitsSold: 1707, ManufacturingPrice: 10, SalePrice: 20, GrossSales: 34140, Discounts: 1868.4, Sales: 32271.6, COGS: 10380, Profit: 21891.6, Date: `6/1/19`, Month: `June`, Year: `2019` }), + new SalesDataItem({ Country: `India`, Product: `Vermont`, UnitsSold: 2933, ManufacturingPrice: 10, SalePrice: 7, GrossSales: 20531, Discounts: 226.8, Sales: 20304.2, COGS: 1800, Profit: 18504.2, Date: `10/1/19`, Month: `October`, Year: `2019` }), + new SalesDataItem({ Country: `UK`, Product: `Burlington`, UnitsSold: 1014, ManufacturingPrice: 120, SalePrice: 12, GrossSales: 12168, Discounts: 2124.36, Sales: 10043.64, COGS: 5901, Profit: 4142.64, Date: `3/1/19`, Month: `March`, Year: `2019` }), + new SalesDataItem({ Country: `Brazil`, Product: `Burlington`, UnitsSold: 693, ManufacturingPrice: 120, SalePrice: 15, GrossSales: 10395, Discounts: 3547.8, Sales: 6847.2, COGS: 26280, Profit: 19432.8, Date: `4/1/19`, Month: `April`, Year: `2019` }), + new SalesDataItem({ Country: `India`, Product: `Mandarin`, UnitsSold: 3741, ManufacturingPrice: 250, SalePrice: 7, GrossSales: 26187, Discounts: 226.8, Sales: 25960.2, COGS: 1800, Profit: 24160.2, Date: `10/1/19`, Month: `October`, Year: `2019` }), + new SalesDataItem({ Country: `UK`, Product: `Mandarin`, UnitsSold: 3116, ManufacturingPrice: 250, SalePrice: 20, GrossSales: 62320, Discounts: 4827.6, Sales: 57492.4, COGS: 26820, Profit: 30672.4, Date: `11/1/18`, Month: `November`, Year: `2018` }), + new SalesDataItem({ Country: `Brazil`, Product: `Mandarin`, UnitsSold: 3995, ManufacturingPrice: 250, SalePrice: 7, GrossSales: 27965, Discounts: 328.23, Sales: 27636.77, COGS: 2605, Profit: 25031.77, Date: `12/1/19`, Month: `December`, Year: `2019` }), + new SalesDataItem({ Country: `Brazil`, Product: `Luxe`, UnitsSold: 953, ManufacturingPrice: 260, SalePrice: 20, GrossSales: 19060, Discounts: 1868.4, Sales: 17191.6, COGS: 10380, Profit: 6811.6, Date: `6/1/19`, Month: `June`, Year: `2019` }), + new SalesDataItem({ Country: `Japan`, Product: `Luxe`, UnitsSold: 2530, ManufacturingPrice: 260, SalePrice: 15, GrossSales: 37950, Discounts: 2201.18, Sales: 35748.82, COGS: 16305, Profit: 19443.82, Date: `7/1/19`, Month: `July`, Year: `2019` }), + new SalesDataItem({ Country: `UK`, Product: `Luxe`, UnitsSold: 2565, ManufacturingPrice: 260, SalePrice: 12, GrossSales: 30780, Discounts: 330.48, Sales: 30449.52, COGS: 918, Profit: 29531.52, Date: `12/1/18`, Month: `December`, Year: `2018` }), + new SalesDataItem({ Country: `USA`, Product: `Kensington`, UnitsSold: 4297, ManufacturingPrice: 3, SalePrice: 12, GrossSales: 51564, Discounts: 463.2, Sales: 51100.8, COGS: 1158, Profit: 49942.8, Date: `10/1/18`, Month: `October`, Year: `2018` }), + new SalesDataItem({ Country: `USA`, Product: `Royal Oak`, UnitsSold: 2871, ManufacturingPrice: 5, SalePrice: 7, GrossSales: 20097, Discounts: 1629.6, Sales: 18467.4, COGS: 11640, Profit: 6827.4, Date: `9/1/19`, Month: `September`, Year: `2019` }), + new SalesDataItem({ Country: `USA`, Product: `Vermont`, UnitsSold: 3537, ManufacturingPrice: 10, SalePrice: 12, GrossSales: 42444, Discounts: 463.2, Sales: 41980.8, COGS: 1158, Profit: 40822.8, Date: `10/1/18`, Month: `October`, Year: `2018` }), + new SalesDataItem({ Country: `USA`, Product: `Kensington`, UnitsSold: 1598, ManufacturingPrice: 3, SalePrice: 125, GrossSales: 199750, Discounts: 43068.75, Sales: 156681.25, COGS: 413460, Profit: 256778.75, Date: `4/1/19`, Month: `April`, Year: `2019` }), + new SalesDataItem({ Country: `UK`, Product: `Kensington`, UnitsSold: 2616, ManufacturingPrice: 3, SalePrice: 125, GrossSales: 327000, Discounts: 18525, Sales: 308475, COGS: 177840, Profit: 130635, Date: `12/1/18`, Month: `December`, Year: `2018` }), + new SalesDataItem({ Country: `USA`, Product: `Royal Oak`, UnitsSold: 2836, ManufacturingPrice: 5, SalePrice: 350, GrossSales: 992600, Discounts: 80955, Sales: 911645, COGS: 601380, Profit: 310265, Date: `5/1/19`, Month: `May`, Year: `2019` }), + new SalesDataItem({ Country: `USA`, Product: `Royal Oak`, UnitsSold: 4023, ManufacturingPrice: 5, SalePrice: 125, GrossSales: 502875, Discounts: 22550, Sales: 480325, COGS: 216480, Profit: 263845, Date: `11/1/18`, Month: `November`, Year: `2018` }), + new SalesDataItem({ Country: `UK`, Product: `Royal Oak`, UnitsSold: 3994, ManufacturingPrice: 5, SalePrice: 15, GrossSales: 59910, Discounts: 3108, Sales: 56802, COGS: 20720, Profit: 36082, Date: `12/1/19`, Month: `December`, Year: `2019` }), + new SalesDataItem({ Country: `UK`, Product: `Vermont`, UnitsSold: 2928, ManufacturingPrice: 10, SalePrice: 20, GrossSales: 58560, Discounts: 3908, Sales: 54652, COGS: 19540, Profit: 35112, Date: `3/1/19`, Month: `March`, Year: `2019` }), + new SalesDataItem({ Country: `Brazil`, Product: `Vermont`, UnitsSold: 2912, ManufacturingPrice: 10, SalePrice: 300, GrossSales: 873600, Discounts: 17730, Sales: 855870, COGS: 147750, Profit: 708120, Date: `5/1/19`, Month: `May`, Year: `2019` }), + new SalesDataItem({ Country: `UK`, Product: `Vermont`, UnitsSold: 3671, ManufacturingPrice: 10, SalePrice: 15, GrossSales: 55065, Discounts: 3250.5, Sales: 51814.5, COGS: 21670, Profit: 30144.5, Date: `10/1/18`, Month: `October`, Year: `2018` }), + new SalesDataItem({ Country: `India`, Product: `Vermont`, UnitsSold: 2778, ManufacturingPrice: 10, SalePrice: 20, GrossSales: 55560, Discounts: 482, Sales: 55078, COGS: 2410, Profit: 52668, Date: `10/1/19`, Month: `October`, Year: `2019` }), + new SalesDataItem({ Country: `India`, Product: `Burlington`, UnitsSold: 405, ManufacturingPrice: 120, SalePrice: 15, GrossSales: 6075, Discounts: 1021.5, Sales: 5053.5, COGS: 6810, Profit: 1756.5, Date: `1/1/19`, Month: `January`, Year: `2019` }), + new SalesDataItem({ Country: `India`, Product: `Burlington`, UnitsSold: 2013, ManufacturingPrice: 120, SalePrice: 15, GrossSales: 30195, Discounts: 765, Sales: 29430, COGS: 5100, Profit: 24330, Date: `4/1/19`, Month: `April`, Year: `2019` }), + new SalesDataItem({ Country: `USA`, Product: `Burlington`, UnitsSold: 2634, ManufacturingPrice: 120, SalePrice: 15, GrossSales: 39510, Discounts: 1185, Sales: 38325, COGS: 7900, Profit: 30425, Date: `5/1/19`, Month: `May`, Year: `2019` }), + new SalesDataItem({ Country: `UK`, Product: `Burlington`, UnitsSold: 4166, ManufacturingPrice: 120, SalePrice: 350, GrossSales: 1458100, Discounts: 22365, Sales: 1435735, COGS: 166140, Profit: 1269595, Date: `7/1/19`, Month: `July`, Year: `2019` }), + new SalesDataItem({ Country: `USA`, Product: `Burlington`, UnitsSold: 355, ManufacturingPrice: 120, SalePrice: 125, GrossSales: 44375, Discounts: 19950, Sales: 24425, COGS: 191520, Profit: 167095, Date: `9/1/19`, Month: `September`, Year: `2019` }), + new SalesDataItem({ Country: `USA`, Product: `Burlington`, UnitsSold: 2382, ManufacturingPrice: 120, SalePrice: 300, GrossSales: 714600, Discounts: 68820, Sales: 645780, COGS: 573500, Profit: 72280, Date: `10/1/18`, Month: `October`, Year: `2018` }), + new SalesDataItem({ Country: `India`, Product: `Burlington`, UnitsSold: 4170, ManufacturingPrice: 120, SalePrice: 20, GrossSales: 83400, Discounts: 482, Sales: 82918, COGS: 2410, Profit: 80508, Date: `10/1/19`, Month: `October`, Year: `2019` }), + new SalesDataItem({ Country: `India`, Product: `Burlington`, UnitsSold: 892, ManufacturingPrice: 120, SalePrice: 7, GrossSales: 6244, Discounts: 1865.5, Sales: 4378.5, COGS: 13325, Profit: 8946.5, Date: `11/1/19`, Month: `November`, Year: `2019` }), + new SalesDataItem({ Country: `Japan`, Product: `Burlington`, UnitsSold: 2200, ManufacturingPrice: 120, SalePrice: 125, GrossSales: 275000, Discounts: 23950, Sales: 251050, COGS: 229920, Profit: 21130, Date: `12/1/18`, Month: `December`, Year: `2018` }), + new SalesDataItem({ Country: `UK`, Product: `Burlington`, UnitsSold: 3389, ManufacturingPrice: 120, SalePrice: 300, GrossSales: 1016700, Discounts: 25590, Sales: 991110, COGS: 213250, Profit: 777860, Date: `12/1/19`, Month: `December`, Year: `2019` }), + new SalesDataItem({ Country: `Brazil`, Product: `Mandarin`, UnitsSold: 2990, ManufacturingPrice: 250, SalePrice: 125, GrossSales: 373750, Discounts: 4262.5, Sales: 369487.5, COGS: 40920, Profit: 328567.5, Date: `5/1/19`, Month: `May`, Year: `2019` }), + new SalesDataItem({ Country: `Brazil`, Product: `Mandarin`, UnitsSold: 4013, ManufacturingPrice: 250, SalePrice: 15, GrossSales: 60195, Discounts: 961.5, Sales: 59233.5, COGS: 6410, Profit: 52823.5, Date: `7/1/19`, Month: `July`, Year: `2019` }), + new SalesDataItem({ Country: `USA`, Product: `Mandarin`, UnitsSold: 739, ManufacturingPrice: 250, SalePrice: 350, GrossSales: 258650, Discounts: 98245, Sales: 160405, COGS: 729820, Profit: 569415, Date: `8/1/19`, Month: `August`, Year: `2019` }), + new SalesDataItem({ Country: `Brazil`, Product: `Mandarin`, UnitsSold: 1989, ManufacturingPrice: 250, SalePrice: 300, GrossSales: 596700, Discounts: 12960, Sales: 583740, COGS: 108000, Profit: 475740, Date: `9/1/19`, Month: `September`, Year: `2019` }), + new SalesDataItem({ Country: `USA`, Product: `Mandarin`, UnitsSold: 2991, ManufacturingPrice: 250, SalePrice: 300, GrossSales: 897300, Discounts: 68820, Sales: 828480, COGS: 573500, Profit: 254980, Date: `10/1/18`, Month: `October`, Year: `2018` }), + new SalesDataItem({ Country: `UK`, Product: `Mandarin`, UnitsSold: 4237, ManufacturingPrice: 250, SalePrice: 15, GrossSales: 63555, Discounts: 3250.5, Sales: 60304.5, COGS: 21670, Profit: 38634.5, Date: `10/1/18`, Month: `October`, Year: `2018` }), + new SalesDataItem({ Country: `Japan`, Product: `Mandarin`, UnitsSold: 1442, ManufacturingPrice: 250, SalePrice: 125, GrossSales: 180250, Discounts: 31612.5, Sales: 148637.5, COGS: 303480, Profit: 154842.5, Date: `11/1/19`, Month: `November`, Year: `2019` }), + new SalesDataItem({ Country: `India`, Product: `Mandarin`, UnitsSold: 2712, ManufacturingPrice: 250, SalePrice: 350, GrossSales: 949200, Discounts: 65450, Sales: 883750, COGS: 486200, Profit: 397550, Date: `12/1/18`, Month: `December`, Year: `2018` }), + new SalesDataItem({ Country: `USA`, Product: `Luxe`, UnitsSold: 1508, ManufacturingPrice: 260, SalePrice: 125, GrossSales: 188500, Discounts: 7237.5, Sales: 181262.5, COGS: 69480, Profit: 111782.5, Date: `1/1/19`, Month: `January`, Year: `2019` }), + new SalesDataItem({ Country: `Japan`, Product: `Luxe`, UnitsSold: 4245, ManufacturingPrice: 260, SalePrice: 350, GrossSales: 1485750, Discounts: 78400, Sales: 1407350, COGS: 582400, Profit: 824950, Date: `2/1/19`, Month: `February`, Year: `2019` }), + new SalesDataItem({ Country: `USA`, Product: `Luxe`, UnitsSold: 2630, ManufacturingPrice: 260, SalePrice: 300, GrossSales: 789000, Discounts: 89790, Sales: 699210, COGS: 748250, Profit: 49040, Date: `3/1/19`, Month: `March`, Year: `2019` }), + new SalesDataItem({ Country: `Japan`, Product: `Luxe`, UnitsSold: 1182, ManufacturingPrice: 260, SalePrice: 12, GrossSales: 14184, Discounts: 4224.6, Sales: 9959.4, COGS: 10561.5, Profit: 602.1, Date: `4/1/19`, Month: `April`, Year: `2019` }), + new SalesDataItem({ Country: `Brazil`, Product: `Luxe`, UnitsSold: 1221, ManufacturingPrice: 260, SalePrice: 20, GrossSales: 24420, Discounts: 4078, Sales: 20342, COGS: 20390, Profit: 48, Date: `5/1/19`, Month: `May`, Year: `2019` }), + new SalesDataItem({ Country: `India`, Product: `Luxe`, UnitsSold: 963, ManufacturingPrice: 260, SalePrice: 12, GrossSales: 11556, Discounts: 3088.8, Sales: 8467.2, COGS: 7722, Profit: 745.2, Date: `8/1/19`, Month: `August`, Year: `2019` }), + new SalesDataItem({ Country: `Japan`, Product: `Luxe`, UnitsSold: 3243, ManufacturingPrice: 260, SalePrice: 350, GrossSales: 1135050, Discounts: 24745, Sales: 1110305, COGS: 183820, Profit: 926485, Date: `9/1/19`, Month: `September`, Year: `2019` }), + new SalesDataItem({ Country: `UK`, Product: `Luxe`, UnitsSold: 1120, ManufacturingPrice: 260, SalePrice: 15, GrossSales: 16800, Discounts: 3108, Sales: 13692, COGS: 20720, Profit: 7028, Date: `12/1/19`, Month: `December`, Year: `2019` }), + new SalesDataItem({ Country: `UK`, Product: `Luxe`, UnitsSold: 1174, ManufacturingPrice: 260, SalePrice: 300, GrossSales: 352200, Discounts: 25590, Sales: 326610, COGS: 213250, Profit: 113360, Date: `12/1/19`, Month: `December`, Year: `2019` }), + new SalesDataItem({ Country: `UK`, Product: `Kensington`, UnitsSold: 2541, ManufacturingPrice: 3, SalePrice: 12, GrossSales: 30492, Discounts: 1581.36, Sales: 28910.64, COGS: 3594, Profit: 25316.64, Date: `10/1/18`, Month: `October`, Year: `2018` }), + new SalesDataItem({ Country: `UK`, Product: `Vermont`, UnitsSold: 3246, ManufacturingPrice: 10, SalePrice: 7, GrossSales: 22722, Discounts: 1949.64, Sales: 20772.36, COGS: 12660, Profit: 8112.36, Date: `4/1/19`, Month: `April`, Year: `2019` }), + new SalesDataItem({ Country: `UK`, Product: `Vermont`, UnitsSold: 1531, ManufacturingPrice: 10, SalePrice: 12, GrossSales: 18372, Discounts: 1581.36, Sales: 16790.64, COGS: 3594, Profit: 13196.64, Date: `10/1/18`, Month: `October`, Year: `2018` }), + new SalesDataItem({ Country: `Japan`, Product: `Burlington`, UnitsSold: 2526, ManufacturingPrice: 120, SalePrice: 15, GrossSales: 37890, Discounts: 633.6, Sales: 37256.4, COGS: 3840, Profit: 33416.4, Date: `1/1/19`, Month: `January`, Year: `2019` }), + new SalesDataItem({ Country: `India`, Product: `Burlington`, UnitsSold: 1136, ManufacturingPrice: 120, SalePrice: 12, GrossSales: 13632, Discounts: 623.04, Sales: 13008.96, COGS: 1416, Profit: 11592.96, Date: `10/1/19`, Month: `October`, Year: `2019` }), + new SalesDataItem({ Country: `USA`, Product: `Mandarin`, UnitsSold: 1983, ManufacturingPrice: 250, SalePrice: 7, GrossSales: 13881, Discounts: 1215.83, Sales: 12665.17, COGS: 7895, Profit: 4770.17, Date: `3/1/19`, Month: `March`, Year: `2019` }), + new SalesDataItem({ Country: `Brazil`, Product: `Mandarin`, UnitsSold: 3259, ManufacturingPrice: 250, SalePrice: 12, GrossSales: 39108, Discounts: 1326.6, Sales: 37781.4, COGS: 3015, Profit: 34766.4, Date: `9/1/18`, Month: `September`, Year: `2018` }), + new SalesDataItem({ Country: `USA`, Product: `Luxe`, UnitsSold: 3267, ManufacturingPrice: 260, SalePrice: 15, GrossSales: 49005, Discounts: 5279.17, Sales: 43725.82, COGS: 31995, Profit: 11730.82, Date: `7/1/19`, Month: `July`, Year: `2019` }), + new SalesDataItem({ Country: `India`, Product: `Luxe`, UnitsSold: 2454, ManufacturingPrice: 260, SalePrice: 12, GrossSales: 29448, Discounts: 623.04, Sales: 28824.96, COGS: 1416, Profit: 27408.96, Date: `10/1/19`, Month: `October`, Year: `2019` }), + new SalesDataItem({ Country: `Japan`, Product: `Kensington`, UnitsSold: 2643, ManufacturingPrice: 3, SalePrice: 12, GrossSales: 31716, Discounts: 2556.84, Sales: 29159.16, COGS: 5811, Profit: 23348.16, Date: `2/1/19`, Month: `February`, Year: `2019` }), + new SalesDataItem({ Country: `India`, Product: `Kensington`, UnitsSold: 383, ManufacturingPrice: 3, SalePrice: 350, GrossSales: 134050, Discounts: 30492, Sales: 103558, COGS: 205920, Profit: 102362, Date: `3/1/19`, Month: `March`, Year: `2019` }), + new SalesDataItem({ Country: `India`, Product: `Kensington`, UnitsSold: 2801, ManufacturingPrice: 3, SalePrice: 300, GrossSales: 840300, Discounts: 92763, Sales: 747537, COGS: 702750, Profit: 44787, Date: `7/1/19`, Month: `July`, Year: `2019` }), + new SalesDataItem({ Country: `UK`, Product: `Kensington`, UnitsSold: 1667, ManufacturingPrice: 3, SalePrice: 125, GrossSales: 208375, Discounts: 33563.75, Sales: 174811.25, COGS: 292920, Profit: 118108.75, Date: `10/1/19`, Month: `October`, Year: `2019` }), + new SalesDataItem({ Country: `Japan`, Product: `Kensington`, UnitsSold: 3539, ManufacturingPrice: 3, SalePrice: 15, GrossSales: 53085, Discounts: 2574, Sales: 50511, COGS: 15600, Profit: 34911, Date: `11/1/18`, Month: `November`, Year: `2018` }), + new SalesDataItem({ Country: `Brazil`, Product: `Kensington`, UnitsSold: 4226, ManufacturingPrice: 3, SalePrice: 7, GrossSales: 29582, Discounts: 2083.62, Sales: 27498.38, COGS: 13530, Profit: 13968.38, Date: `11/1/18`, Month: `November`, Year: `2018` }), + new SalesDataItem({ Country: `India`, Product: `Royal Oak`, UnitsSold: 2220, ManufacturingPrice: 5, SalePrice: 350, GrossSales: 777000, Discounts: 29491, Sales: 747509, COGS: 199160, Profit: 548349, Date: `1/1/19`, Month: `January`, Year: `2019` }), + new SalesDataItem({ Country: `India`, Product: `Royal Oak`, UnitsSold: 776, ManufacturingPrice: 5, SalePrice: 20, GrossSales: 15520, Discounts: 6582.4, Sales: 8937.6, COGS: 29920, Profit: 20982.4, Date: `10/1/18`, Month: `October`, Year: `2018` }), + new SalesDataItem({ Country: `Brazil`, Product: `Royal Oak`, UnitsSold: 553, ManufacturingPrice: 5, SalePrice: 15, GrossSales: 8295, Discounts: 3559.05, Sales: 4735.95, COGS: 21570, Profit: 16834.05, Date: `12/1/19`, Month: `December`, Year: `2019` }), + new SalesDataItem({ Country: `Japan`, Product: `Vermont`, UnitsSold: 2107, ManufacturingPrice: 10, SalePrice: 300, GrossSales: 632100, Discounts: 28809, Sales: 603291, COGS: 218250, Profit: 385041, Date: `1/1/19`, Month: `January`, Year: `2019` }), + new SalesDataItem({ Country: `Brazil`, Product: `Vermont`, UnitsSold: 2468, ManufacturingPrice: 10, SalePrice: 20, GrossSales: 49360, Discounts: 2468.4, Sales: 46891.6, COGS: 11220, Profit: 35671.6, Date: `3/1/19`, Month: `March`, Year: `2019` }), + new SalesDataItem({ Country: `Japan`, Product: `Vermont`, UnitsSold: 1905, ManufacturingPrice: 10, SalePrice: 350, GrossSales: 666750, Discounts: 81023.25, Sales: 585726.75, COGS: 547170, Profit: 38556.75, Date: `7/1/19`, Month: `July`, Year: `2019` }), + new SalesDataItem({ Country: `Japan`, Product: `Vermont`, UnitsSold: 3658, ManufacturingPrice: 10, SalePrice: 12, GrossSales: 43896, Discounts: 5314.32, Sales: 38581.68, COGS: 12078, Profit: 26503.68, Date: `7/1/19`, Month: `July`, Year: `2019` }), + new SalesDataItem({ Country: `UK`, Product: `Vermont`, UnitsSold: 4301, ManufacturingPrice: 10, SalePrice: 12, GrossSales: 51612, Discounts: 3201.66, Sales: 48410.34, COGS: 7276.5, Profit: 41133.84, Date: `7/1/19`, Month: `July`, Year: `2019` }), + new SalesDataItem({ Country: `Japan`, Product: `Vermont`, UnitsSold: 2446, ManufacturingPrice: 10, SalePrice: 20, GrossSales: 48920, Discounts: 5266.8, Sales: 43653.2, COGS: 23940, Profit: 19713.2, Date: `8/1/19`, Month: `August`, Year: `2019` }), + new SalesDataItem({ Country: `Brazil`, Product: `Vermont`, UnitsSold: 4209, ManufacturingPrice: 10, SalePrice: 15, GrossSales: 63135, Discounts: 3273.6, Sales: 59861.4, COGS: 19840, Profit: 40021.4, Date: `8/1/19`, Month: `August`, Year: `2019` }), + new SalesDataItem({ Country: `UK`, Product: `Vermont`, UnitsSold: 3353, ManufacturingPrice: 10, SalePrice: 125, GrossSales: 419125, Discounts: 33563.75, Sales: 385561.25, COGS: 292920, Profit: 92641.25, Date: `10/1/19`, Month: `October`, Year: `2019` }), + new SalesDataItem({ Country: `India`, Product: `Vermont`, UnitsSold: 1401, ManufacturingPrice: 10, SalePrice: 20, GrossSales: 28020, Discounts: 6582.4, Sales: 21437.6, COGS: 29920, Profit: 8482.4, Date: `10/1/18`, Month: `October`, Year: `2018` }), + new SalesDataItem({ Country: `Japan`, Product: `Vermont`, UnitsSold: 1865, ManufacturingPrice: 10, SalePrice: 300, GrossSales: 559500, Discounts: 45078, Sales: 514422, COGS: 341500, Profit: 172922, Date: `11/1/19`, Month: `November`, Year: `2019` }), + new SalesDataItem({ Country: `UK`, Product: `Burlington`, UnitsSold: 463, ManufacturingPrice: 120, SalePrice: 20, GrossSales: 9260, Discounts: 6171, Sales: 3089, COGS: 28050, Profit: 24961, Date: `9/1/18`, Month: `September`, Year: `2018` }), + new SalesDataItem({ Country: `Brazil`, Product: `Burlington`, UnitsSold: 4177, ManufacturingPrice: 120, SalePrice: 15, GrossSales: 62655, Discounts: 1080.75, Sales: 61574.25, COGS: 6550, Profit: 55024.25, Date: `9/1/18`, Month: `September`, Year: `2018` }), + new SalesDataItem({ Country: `Brazil`, Product: `Burlington`, UnitsSold: 2523, ManufacturingPrice: 120, SalePrice: 350, GrossSales: 883050, Discounts: 13244, Sales: 869806, COGS: 89440, Profit: 780366, Date: `10/1/18`, Month: `October`, Year: `2018` }), + new SalesDataItem({ Country: `Japan`, Product: `Burlington`, UnitsSold: 1930, ManufacturingPrice: 120, SalePrice: 7, GrossSales: 13510, Discounts: 1392.16, Sales: 12117.84, COGS: 9040, Profit: 3077.84, Date: `11/1/19`, Month: `November`, Year: `2019` }), + new SalesDataItem({ Country: `UK`, Product: `Mandarin`, UnitsSold: 1301, ManufacturingPrice: 250, SalePrice: 12, GrossSales: 15612, Discounts: 2288.88, Sales: 13323.12, COGS: 5202, Profit: 8121.12, Date: `1/1/19`, Month: `January`, Year: `2019` }), + new SalesDataItem({ Country: `Brazil`, Product: `Mandarin`, UnitsSold: 4125, ManufacturingPrice: 250, SalePrice: 125, GrossSales: 515625, Discounts: 7617.5, Sales: 508007.5, COGS: 66480, Profit: 441527.5, Date: `1/1/19`, Month: `January`, Year: `2019` }), + new SalesDataItem({ Country: `Japan`, Product: `Mandarin`, UnitsSold: 607, ManufacturingPrice: 250, SalePrice: 20, GrossSales: 12140, Discounts: 6457, Sales: 5683, COGS: 29350, Profit: 23667, Date: `11/1/18`, Month: `November`, Year: `2018` }), + new SalesDataItem({ Country: `India`, Product: `Luxe`, UnitsSold: 478, ManufacturingPrice: 260, SalePrice: 125, GrossSales: 59750, Discounts: 43518.75, Sales: 16231.25, COGS: 379800, Profit: 363568.75, Date: `1/1/19`, Month: `January`, Year: `2019` }), + new SalesDataItem({ Country: `Brazil`, Product: `Luxe`, UnitsSold: 4489, ManufacturingPrice: 260, SalePrice: 20, GrossSales: 89780, Discounts: 5783.8, Sales: 83996.2, COGS: 26290, Profit: 57706.2, Date: `1/1/19`, Month: `January`, Year: `2019` }), + new SalesDataItem({ Country: `UK`, Product: `Luxe`, UnitsSold: 1504, ManufacturingPrice: 260, SalePrice: 125, GrossSales: 188000, Discounts: 19703.75, Sales: 168296.25, COGS: 171960, Profit: 3663.75, Date: `5/1/19`, Month: `May`, Year: `2019` }), + new SalesDataItem({ Country: `Brazil`, Product: `Luxe`, UnitsSold: 3763, ManufacturingPrice: 260, SalePrice: 125, GrossSales: 470375, Discounts: 13021.25, Sales: 457353.75, COGS: 113640, Profit: 343713.75, Date: `9/1/18`, Month: `September`, Year: `2018` }), + new SalesDataItem({ Country: `Brazil`, Product: `Luxe`, UnitsSold: 2412, ManufacturingPrice: 260, SalePrice: 350, GrossSales: 844200, Discounts: 13244, Sales: 830956, COGS: 89440, Profit: 741516, Date: `10/1/18`, Month: `October`, Year: `2018` }), + new SalesDataItem({ Country: `Brazil`, Product: `Luxe`, UnitsSold: 2342, ManufacturingPrice: 260, SalePrice: 15, GrossSales: 35130, Discounts: 3559.05, Sales: 31570.95, COGS: 21570, Profit: 10000.95, Date: `12/1/19`, Month: `December`, Year: `2019` }), + new SalesDataItem({ Country: `USA`, Product: `Vermont`, UnitsSold: 4451, ManufacturingPrice: 10, SalePrice: 7, GrossSales: 31157, Discounts: 292.6, Sales: 30864.4, COGS: 1900, Profit: 28964.4, Date: `9/1/18`, Month: `September`, Year: `2018` }), + new SalesDataItem({ Country: `Brazil`, Product: `Kensington`, UnitsSold: 3796, ManufacturingPrice: 3, SalePrice: 350, GrossSales: 1328600, Discounts: 37212, Sales: 1291388, COGS: 230360, Profit: 1061028, Date: `6/1/19`, Month: `June`, Year: `2019` }), + new SalesDataItem({ Country: `Japan`, Product: `Kensington`, UnitsSold: 2286, ManufacturingPrice: 3, SalePrice: 125, GrossSales: 285750, Discounts: 36240, Sales: 249510, COGS: 289920, Profit: 40410, Date: `9/1/18`, Month: `September`, Year: `2018` }), + new SalesDataItem({ Country: `Brazil`, Product: `Kensington`, UnitsSold: 3614, ManufacturingPrice: 3, SalePrice: 125, GrossSales: 451750, Discounts: 32340, Sales: 419410, COGS: 258720, Profit: 160690, Date: `10/1/19`, Month: `October`, Year: `2019` }), + new SalesDataItem({ Country: `Japan`, Product: `Kensington`, UnitsSold: 1716, ManufacturingPrice: 3, SalePrice: 15, GrossSales: 25740, Discounts: 4840.2, Sales: 20899.8, COGS: 26890, Profit: 5990.2, Date: `11/1/19`, Month: `November`, Year: `2019` }), + new SalesDataItem({ Country: `USA`, Product: `Royal Oak`, UnitsSold: 1301, ManufacturingPrice: 5, SalePrice: 15, GrossSales: 19515, Discounts: 1218.6, Sales: 18296.4, COGS: 6770, Profit: 11526.4, Date: `3/1/19`, Month: `March`, Year: `2019` }), + new SalesDataItem({ Country: `UK`, Product: `Royal Oak`, UnitsSold: 4175, ManufacturingPrice: 5, SalePrice: 300, GrossSales: 1252500, Discounts: 63828, Sales: 1188672, COGS: 443250, Profit: 745422, Date: `4/1/19`, Month: `April`, Year: `2019` }), + new SalesDataItem({ Country: `Brazil`, Product: `Royal Oak`, UnitsSold: 975, ManufacturingPrice: 5, SalePrice: 7, GrossSales: 6825, Discounts: 2032.8, Sales: 4792.2, COGS: 12100, Profit: 7307.8, Date: `9/1/19`, Month: `September`, Year: `2019` }), + new SalesDataItem({ Country: `Japan`, Product: `Royal Oak`, UnitsSold: 1154, ManufacturingPrice: 5, SalePrice: 7, GrossSales: 8078, Discounts: 2296.56, Sales: 5781.44, COGS: 13670, Profit: 7888.56, Date: `10/1/19`, Month: `October`, Year: `2019` }), + new SalesDataItem({ Country: `Brazil`, Product: `Royal Oak`, UnitsSold: 1873, ManufacturingPrice: 5, SalePrice: 20, GrossSales: 37460, Discounts: 4116, Sales: 33344, COGS: 17150, Profit: 16194, Date: `10/1/18`, Month: `October`, Year: `2018` }), + new SalesDataItem({ Country: `UK`, Product: `Royal Oak`, UnitsSold: 3766, ManufacturingPrice: 5, SalePrice: 300, GrossSales: 1129800, Discounts: 42696, Sales: 1087104, COGS: 296500, Profit: 790604, Date: `12/1/18`, Month: `December`, Year: `2018` }), + new SalesDataItem({ Country: `USA`, Product: `Vermont`, UnitsSold: 3558, ManufacturingPrice: 10, SalePrice: 300, GrossSales: 1067400, Discounts: 125820, Sales: 941580, COGS: 873750, Profit: 67830, Date: `1/1/19`, Month: `January`, Year: `2019` }), + new SalesDataItem({ Country: `Brazil`, Product: `Vermont`, UnitsSold: 3156, ManufacturingPrice: 10, SalePrice: 350, GrossSales: 1104600, Discounts: 37212, Sales: 1067388, COGS: 230360, Profit: 837028, Date: `6/1/19`, Month: `June`, Year: `2019` }), + new SalesDataItem({ Country: `Brazil`, Product: `Vermont`, UnitsSold: 2994, ManufacturingPrice: 10, SalePrice: 125, GrossSales: 374250, Discounts: 32340, Sales: 341910, COGS: 258720, Profit: 83190, Date: `10/1/19`, Month: `October`, Year: `2019` }), + new SalesDataItem({ Country: `Brazil`, Product: `Vermont`, UnitsSold: 2087, ManufacturingPrice: 10, SalePrice: 20, GrossSales: 41740, Discounts: 2172, Sales: 39568, COGS: 9050, Profit: 30518, Date: `10/1/19`, Month: `October`, Year: `2019` }), + new SalesDataItem({ Country: `Brazil`, Product: `Vermont`, UnitsSold: 1056, ManufacturingPrice: 10, SalePrice: 20, GrossSales: 21120, Discounts: 4116, Sales: 17004, COGS: 17150, Profit: 146, Date: `10/1/18`, Month: `October`, Year: `2018` }), + new SalesDataItem({ Country: `UK`, Product: `Vermont`, UnitsSold: 1353, ManufacturingPrice: 10, SalePrice: 350, GrossSales: 473550, Discounts: 66948, Sales: 406602, COGS: 414440, Profit: 7838, Date: `11/1/19`, Month: `November`, Year: `2019` }), + new SalesDataItem({ Country: `India`, Product: `Vermont`, UnitsSold: 416, ManufacturingPrice: 10, SalePrice: 300, GrossSales: 124800, Discounts: 48924, Sales: 75876, COGS: 339750, Profit: 263874, Date: `11/1/19`, Month: `November`, Year: `2019` }), + new SalesDataItem({ Country: `Brazil`, Product: `Vermont`, UnitsSold: 3880, ManufacturingPrice: 10, SalePrice: 300, GrossSales: 1164000, Discounts: 77400, Sales: 1086600, COGS: 537500, Profit: 549100, Date: `11/1/19`, Month: `November`, Year: `2019` }), + new SalesDataItem({ Country: `Brazil`, Product: `Vermont`, UnitsSold: 809, ManufacturingPrice: 10, SalePrice: 350, GrossSales: 283150, Discounts: 50274, Sales: 232876, COGS: 311220, Profit: 78344, Date: `11/1/19`, Month: `November`, Year: `2019` }), + new SalesDataItem({ Country: `Brazil`, Product: `Vermont`, UnitsSold: 1892, ManufacturingPrice: 10, SalePrice: 15, GrossSales: 28380, Discounts: 684, Sales: 27696, COGS: 3800, Profit: 23896, Date: `12/1/18`, Month: `December`, Year: `2018` }), + new SalesDataItem({ Country: `Brazil`, Product: `Vermont`, UnitsSold: 2072, ManufacturingPrice: 10, SalePrice: 20, GrossSales: 41440, Discounts: 2959.2, Sales: 38480.8, COGS: 12330, Profit: 26150.8, Date: `12/1/19`, Month: `December`, Year: `2019` }), + new SalesDataItem({ Country: `Brazil`, Product: `Burlington`, UnitsSold: 3052, ManufacturingPrice: 120, SalePrice: 350, GrossSales: 1068200, Discounts: 58590, Sales: 1009610, COGS: 362700, Profit: 646910, Date: `7/1/19`, Month: `July`, Year: `2019` }), + new SalesDataItem({ Country: `USA`, Product: `Burlington`, UnitsSold: 3121, ManufacturingPrice: 120, SalePrice: 350, GrossSales: 1092350, Discounts: 41412, Sales: 1050938, COGS: 256360, Profit: 794578, Date: `10/1/19`, Month: `October`, Year: `2019` }), + new SalesDataItem({ Country: `Brazil`, Product: `Burlington`, UnitsSold: 2059, ManufacturingPrice: 120, SalePrice: 20, GrossSales: 41180, Discounts: 2172, Sales: 39008, COGS: 9050, Profit: 29958, Date: `10/1/19`, Month: `October`, Year: `2019` }), + new SalesDataItem({ Country: `Japan`, Product: `Mandarin`, UnitsSold: 4254, ManufacturingPrice: 250, SalePrice: 12, GrossSales: 51048, Discounts: 3036.96, Sales: 48011.04, COGS: 6327, Profit: 41684.04, Date: `5/1/19`, Month: `May`, Year: `2019` }), + new SalesDataItem({ Country: `UK`, Product: `Mandarin`, UnitsSold: 1293, ManufacturingPrice: 250, SalePrice: 15, GrossSales: 19395, Discounts: 6974.1, Sales: 12420.9, COGS: 38745, Profit: 26324.1, Date: `7/1/19`, Month: `July`, Year: `2019` }), + new SalesDataItem({ Country: `Japan`, Product: `Mandarin`, UnitsSold: 1293, ManufacturingPrice: 250, SalePrice: 350, GrossSales: 452550, Discounts: 26166, Sales: 426384, COGS: 161980, Profit: 264404, Date: `9/1/18`, Month: `September`, Year: `2018` }), + new SalesDataItem({ Country: `USA`, Product: `Mandarin`, UnitsSold: 230, ManufacturingPrice: 250, SalePrice: 350, GrossSales: 80500, Discounts: 41412, Sales: 39088, COGS: 256360, Profit: 217272, Date: `10/1/19`, Month: `October`, Year: `2019` }), + new SalesDataItem({ Country: `USA`, Product: `Mandarin`, UnitsSold: 1723, ManufacturingPrice: 250, SalePrice: 125, GrossSales: 215375, Discounts: 35805, Sales: 179570, COGS: 286440, Profit: 106870, Date: `11/1/19`, Month: `November`, Year: `2019` }), + new SalesDataItem({ Country: `Brazil`, Product: `Mandarin`, UnitsSold: 240, ManufacturingPrice: 250, SalePrice: 20, GrossSales: 4800, Discounts: 2959.2, Sales: 1840.8, COGS: 12330, Profit: 10489.2, Date: `12/1/19`, Month: `December`, Year: `2019` }), + new SalesDataItem({ Country: `USA`, Product: `Luxe`, UnitsSold: 2571, ManufacturingPrice: 260, SalePrice: 350, GrossSales: 899850, Discounts: 11340, Sales: 888510, COGS: 70200, Profit: 818310, Date: `2/1/19`, Month: `February`, Year: `2019` }), + new SalesDataItem({ Country: `UK`, Product: `Luxe`, UnitsSold: 1661, ManufacturingPrice: 260, SalePrice: 7, GrossSales: 11627, Discounts: 2874.06, Sales: 8752.94, COGS: 17107.5, Profit: 8354.56, Date: `7/1/19`, Month: `July`, Year: `2019` }), + new SalesDataItem({ Country: `Japan`, Product: `Luxe`, UnitsSold: 4474, ManufacturingPrice: 260, SalePrice: 7, GrossSales: 31318, Discounts: 2296.56, Sales: 29021.44, COGS: 13670, Profit: 15351.44, Date: `10/1/19`, Month: `October`, Year: `2019` }), + new SalesDataItem({ Country: `USA`, Product: `Luxe`, UnitsSold: 833, ManufacturingPrice: 260, SalePrice: 15, GrossSales: 12495, Discounts: 4586.4, Sales: 7908.6, COGS: 25480, Profit: 17571.4, Date: `11/1/18`, Month: `November`, Year: `2018` }), + new SalesDataItem({ Country: `UK`, Product: `Kensington`, UnitsSold: 674, ManufacturingPrice: 3, SalePrice: 20, GrossSales: 13480, Discounts: 6051.6, Sales: 7428.4, COGS: 25215, Profit: 17786.6, Date: `1/1/19`, Month: `January`, Year: `2019` }), + new SalesDataItem({ Country: `Brazil`, Product: `Royal Oak`, UnitsSold: 778, ManufacturingPrice: 5, SalePrice: 12, GrossSales: 9336, Discounts: 3831.84, Sales: 5504.16, COGS: 7983, Profit: 2478.84, Date: `5/1/19`, Month: `May`, Year: `2019` }), + new SalesDataItem({ Country: `India`, Product: `Vermont`, UnitsSold: 1457, ManufacturingPrice: 10, SalePrice: 20, GrossSales: 29140, Discounts: 3674.4, Sales: 25465.6, COGS: 15310, Profit: 10155.6, Date: `12/1/19`, Month: `December`, Year: `2019` }), + new SalesDataItem({ Country: `UK`, Product: `Mandarin`, UnitsSold: 3158, ManufacturingPrice: 250, SalePrice: 7, GrossSales: 22106, Discounts: 1252.44, Sales: 20853.56, COGS: 7455, Profit: 13398.56, Date: `3/1/19`, Month: `March`, Year: `2019` }), + new SalesDataItem({ Country: `India`, Product: `Mandarin`, UnitsSold: 4095, ManufacturingPrice: 250, SalePrice: 20, GrossSales: 81900, Discounts: 3674.4, Sales: 78225.6, COGS: 15310, Profit: 62915.6, Date: `12/1/19`, Month: `December`, Year: `2019` }), + new SalesDataItem({ Country: `Japan`, Product: `Luxe`, UnitsSold: 3170, ManufacturingPrice: 260, SalePrice: 12, GrossSales: 38040, Discounts: 3975.84, Sales: 34064.16, COGS: 8283, Profit: 25781.16, Date: `9/1/18`, Month: `September`, Year: `2018` }), + new SalesDataItem({ Country: `USA`, Product: `Kensington`, UnitsSold: 493, ManufacturingPrice: 3, SalePrice: 15, GrossSales: 7395, Discounts: 5005.65, Sales: 2389.35, COGS: 25670, Profit: 23280.65, Date: `6/1/19`, Month: `June`, Year: `2019` }), + new SalesDataItem({ Country: `USA`, Product: `Mandarin`, UnitsSold: 3286, ManufacturingPrice: 250, SalePrice: 15, GrossSales: 49290, Discounts: 5005.65, Sales: 44284.35, COGS: 25670, Profit: 18614.35, Date: `6/1/19`, Month: `June`, Year: `2019` }), + new SalesDataItem({ Country: `Japan`, Product: `Kensington`, UnitsSold: 3563, ManufacturingPrice: 3, SalePrice: 350, GrossSales: 1247050, Discounts: 41996.5, Sales: 1205053.5, COGS: 239980, Profit: 965073.5, Date: `3/1/19`, Month: `March`, Year: `2019` }), + new SalesDataItem({ Country: `UK`, Product: `Kensington`, UnitsSold: 4109, ManufacturingPrice: 3, SalePrice: 350, GrossSales: 1438150, Discounts: 81445, Sales: 1356705, COGS: 465400, Profit: 891305, Date: `3/1/19`, Month: `March`, Year: `2019` }), + new SalesDataItem({ Country: `India`, Product: `Kensington`, UnitsSold: 3653, ManufacturingPrice: 3, SalePrice: 20, GrossSales: 73060, Discounts: 1149.2, Sales: 71910.8, COGS: 4420, Profit: 67490.8, Date: `9/1/18`, Month: `September`, Year: `2018` }), + new SalesDataItem({ Country: `USA`, Product: `Royal Oak`, UnitsSold: 2203, ManufacturingPrice: 5, SalePrice: 350, GrossSales: 771050, Discounts: 44703.75, Sales: 726346.25, COGS: 255450, Profit: 470896.25, Date: `1/1/19`, Month: `January`, Year: `2019` }), + new SalesDataItem({ Country: `USA`, Product: `Royal Oak`, UnitsSold: 2924, ManufacturingPrice: 5, SalePrice: 7, GrossSales: 20468, Discounts: 1181.18, Sales: 19286.82, COGS: 6490, Profit: 12796.82, Date: `2/1/19`, Month: `February`, Year: `2019` }), + new SalesDataItem({ Country: `Brazil`, Product: `Royal Oak`, UnitsSold: 2650, ManufacturingPrice: 5, SalePrice: 12, GrossSales: 31800, Discounts: 942.24, Sales: 30857.76, COGS: 1812, Profit: 29045.76, Date: `6/1/19`, Month: `June`, Year: `2019` }), + new SalesDataItem({ Country: `Brazil`, Product: `Royal Oak`, UnitsSold: 1194, ManufacturingPrice: 5, SalePrice: 20, GrossSales: 23880, Discounts: 5863, Sales: 18017, COGS: 22550, Profit: 4533, Date: `7/1/19`, Month: `July`, Year: `2019` }), + new SalesDataItem({ Country: `Japan`, Product: `Royal Oak`, UnitsSold: 3366, ManufacturingPrice: 5, SalePrice: 20, GrossSales: 67320, Discounts: 3247.4, Sales: 64072.6, COGS: 12490, Profit: 51582.6, Date: `10/1/19`, Month: `October`, Year: `2019` }), + new SalesDataItem({ Country: `USA`, Product: `Vermont`, UnitsSold: 1325, ManufacturingPrice: 10, SalePrice: 7, GrossSales: 9275, Discounts: 1309.04, Sales: 7965.97, COGS: 7192.5, Profit: 773.47, Date: `1/1/19`, Month: `January`, Year: `2019` }), + new SalesDataItem({ Country: `India`, Product: `Vermont`, UnitsSold: 4243, ManufacturingPrice: 10, SalePrice: 300, GrossSales: 1272900, Discounts: 31473, Sales: 1241427, COGS: 201750, Profit: 1039677, Date: `1/1/19`, Month: `January`, Year: `2019` }), + new SalesDataItem({ Country: `USA`, Product: `Vermont`, UnitsSold: 2887, ManufacturingPrice: 10, SalePrice: 20, GrossSales: 57740, Discounts: 6866.6, Sales: 50873.4, COGS: 26410, Profit: 24463.4, Date: `2/1/19`, Month: `February`, Year: `2019` }), + new SalesDataItem({ Country: `India`, Product: `Vermont`, UnitsSold: 3839, ManufacturingPrice: 10, SalePrice: 20, GrossSales: 76780, Discounts: 7040.8, Sales: 69739.2, COGS: 27080, Profit: 42659.2, Date: `2/1/19`, Month: `February`, Year: `2019` }), + new SalesDataItem({ Country: `Japan`, Product: `Vermont`, UnitsSold: 1863, ManufacturingPrice: 10, SalePrice: 350, GrossSales: 652050, Discounts: 119756, Sales: 532294, COGS: 684320, Profit: 152026, Date: `6/1/19`, Month: `June`, Year: `2019` }), + new SalesDataItem({ Country: `Japan`, Product: `Vermont`, UnitsSold: 2858, ManufacturingPrice: 10, SalePrice: 125, GrossSales: 357250, Discounts: 25723.75, Sales: 331526.25, COGS: 189960, Profit: 141566.25, Date: `6/1/19`, Month: `June`, Year: `2019` }), + new SalesDataItem({ Country: `Brazil`, Product: `Vermont`, UnitsSold: 2868, ManufacturingPrice: 10, SalePrice: 12, GrossSales: 34416, Discounts: 890.76, Sales: 33525.24, COGS: 1713, Profit: 31812.24, Date: `7/1/19`, Month: `July`, Year: `2019` }), + new SalesDataItem({ Country: `UK`, Product: `Vermont`, UnitsSold: 3805, ManufacturingPrice: 10, SalePrice: 7, GrossSales: 26635, Discounts: 2453.36, Sales: 24181.64, COGS: 13480, Profit: 10701.64, Date: `8/1/19`, Month: `August`, Year: `2019` }), + new SalesDataItem({ Country: `Japan`, Product: `Vermont`, UnitsSold: 3914, ManufacturingPrice: 10, SalePrice: 15, GrossSales: 58710, Discounts: 3051.75, Sales: 55658.25, COGS: 15650, Profit: 40008.25, Date: `10/1/19`, Month: `October`, Year: `2019` }), + new SalesDataItem({ Country: `Japan`, Product: `Vermont`, UnitsSold: 524, ManufacturingPrice: 10, SalePrice: 20, GrossSales: 10480, Discounts: 3247.4, Sales: 7232.6, COGS: 12490, Profit: 5257.4, Date: `10/1/19`, Month: `October`, Year: `2019` }), + new SalesDataItem({ Country: `India`, Product: `Vermont`, UnitsSold: 3095, ManufacturingPrice: 10, SalePrice: 350, GrossSales: 1083250, Discounts: 16243.5, Sales: 1067006.5, COGS: 92820, Profit: 974186.5, Date: `11/1/19`, Month: `November`, Year: `2019` }), + new SalesDataItem({ Country: `India`, Product: `Vermont`, UnitsSold: 2410, ManufacturingPrice: 10, SalePrice: 12, GrossSales: 28920, Discounts: 1580.28, Sales: 27339.72, COGS: 3039, Profit: 24300.72, Date: `12/1/19`, Month: `December`, Year: `2019` }), + new SalesDataItem({ Country: `UK`, Product: `Burlington`, UnitsSold: 4263, ManufacturingPrice: 120, SalePrice: 15, GrossSales: 63945, Discounts: 7795.13, Sales: 56149.88, COGS: 39975, Profit: 16174.88, Date: `1/1/19`, Month: `January`, Year: `2019` }), + new SalesDataItem({ Country: `Japan`, Product: `Burlington`, UnitsSold: 2239, ManufacturingPrice: 120, SalePrice: 350, GrossSales: 783650, Discounts: 119756, Sales: 663894, COGS: 684320, Profit: 20426, Date: `6/1/19`, Month: `June`, Year: `2019` }), + new SalesDataItem({ Country: `UK`, Product: `Burlington`, UnitsSold: 569, ManufacturingPrice: 120, SalePrice: 7, GrossSales: 3983, Discounts: 1082.9, Sales: 2900.1, COGS: 5950, Profit: 3049.9, Date: `6/1/19`, Month: `June`, Year: `2019` }), + new SalesDataItem({ Country: `Brazil`, Product: `Burlington`, UnitsSold: 3889, ManufacturingPrice: 120, SalePrice: 12, GrossSales: 46668, Discounts: 942.24, Sales: 45725.76, COGS: 1812, Profit: 43913.76, Date: `6/1/19`, Month: `June`, Year: `2019` }), + new SalesDataItem({ Country: `India`, Product: `Burlington`, UnitsSold: 1378, ManufacturingPrice: 120, SalePrice: 15, GrossSales: 20670, Discounts: 1287, Sales: 19383, COGS: 6600, Profit: 12783, Date: `9/1/18`, Month: `September`, Year: `2018` }), + new SalesDataItem({ Country: `Brazil`, Product: `Burlington`, UnitsSold: 2253, ManufacturingPrice: 120, SalePrice: 12, GrossSales: 27036, Discounts: 639.6, Sales: 26396.4, COGS: 1230, Profit: 25166.4, Date: `10/1/19`, Month: `October`, Year: `2019` }), + new SalesDataItem({ Country: `Brazil`, Product: `Burlington`, UnitsSold: 3202, ManufacturingPrice: 120, SalePrice: 300, GrossSales: 960600, Discounts: 101595, Sales: 859005, COGS: 651250, Profit: 207755, Date: `11/1/18`, Month: `November`, Year: `2018` }), + new SalesDataItem({ Country: `India`, Product: `Burlington`, UnitsSold: 3835, ManufacturingPrice: 120, SalePrice: 12, GrossSales: 46020, Discounts: 1580.28, Sales: 44439.72, COGS: 3039, Profit: 41400.72, Date: `12/1/19`, Month: `December`, Year: `2019` }), + new SalesDataItem({ Country: `Japan`, Product: `Mandarin`, UnitsSold: 2487, ManufacturingPrice: 250, SalePrice: 125, GrossSales: 310875, Discounts: 25723.75, Sales: 285151.25, COGS: 189960, Profit: 95191.25, Date: `6/1/19`, Month: `June`, Year: `2019` }), + new SalesDataItem({ Country: `Japan`, Product: `Mandarin`, UnitsSold: 4428, ManufacturingPrice: 250, SalePrice: 15, GrossSales: 66420, Discounts: 3051.75, Sales: 63368.25, COGS: 15650, Profit: 47718.25, Date: `10/1/19`, Month: `October`, Year: `2019` }), + new SalesDataItem({ Country: `Japan`, Product: `Luxe`, UnitsSold: 1200, ManufacturingPrice: 260, SalePrice: 125, GrossSales: 150000, Discounts: 26958.75, Sales: 123041.25, COGS: 199080, Profit: 76038.75, Date: `1/1/19`, Month: `January`, Year: `2019` }), + new SalesDataItem({ Country: `UK`, Product: `Luxe`, UnitsSold: 2953, ManufacturingPrice: 260, SalePrice: 7, GrossSales: 20671, Discounts: 1082.9, Sales: 19588.1, COGS: 5950, Profit: 13638.1, Date: `6/1/19`, Month: `June`, Year: `2019` }), + new SalesDataItem({ Country: `Brazil`, Product: `Luxe`, UnitsSold: 1453, ManufacturingPrice: 260, SalePrice: 12, GrossSales: 17436, Discounts: 639.6, Sales: 16796.4, COGS: 1230, Profit: 15566.4, Date: `10/1/19`, Month: `October`, Year: `2019` }), + new SalesDataItem({ Country: `India`, Product: `Luxe`, UnitsSold: 865, ManufacturingPrice: 260, SalePrice: 12, GrossSales: 10380, Discounts: 2761.2, Sales: 7618.8, COGS: 5310, Profit: 2308.8, Date: `12/1/18`, Month: `December`, Year: `2018` }), + new SalesDataItem({ Country: `Brazil`, Product: `Kensington`, UnitsSold: 1072, ManufacturingPrice: 3, SalePrice: 20, GrossSales: 21440, Discounts: 7221.2, Sales: 14218.8, COGS: 25790, Profit: 11571.2, Date: `4/1/19`, Month: `April`, Year: `2019` }), + new SalesDataItem({ Country: `USA`, Product: `Kensington`, UnitsSold: 1737, ManufacturingPrice: 3, SalePrice: 20, GrossSales: 34740, Discounts: 4880.4, Sales: 29859.6, COGS: 17430, Profit: 12429.6, Date: `5/1/19`, Month: `May`, Year: `2019` }), + new SalesDataItem({ Country: `USA`, Product: `Kensington`, UnitsSold: 1535, ManufacturingPrice: 3, SalePrice: 7, GrossSales: 10745, Discounts: 2936.08, Sales: 7808.92, COGS: 14980, Profit: 7171.08, Date: `10/1/18`, Month: `October`, Year: `2018` }), + new SalesDataItem({ Country: `India`, Product: `Kensington`, UnitsSold: 2532, ManufacturingPrice: 3, SalePrice: 7, GrossSales: 17724, Discounts: 274.4, Sales: 17449.6, COGS: 1400, Profit: 16049.6, Date: `12/1/19`, Month: `December`, Year: `2019` }), + new SalesDataItem({ Country: `UK`, Product: `Royal Oak`, UnitsSold: 1765, ManufacturingPrice: 5, SalePrice: 7, GrossSales: 12355, Discounts: 287.14, Sales: 12067.86, COGS: 1465, Profit: 10602.86, Date: `2/1/19`, Month: `February`, Year: `2019` }), + new SalesDataItem({ Country: `USA`, Product: `Royal Oak`, UnitsSold: 1567, ManufacturingPrice: 5, SalePrice: 7, GrossSales: 10969, Discounts: 2936.08, Sales: 8032.92, COGS: 14980, Profit: 6947.08, Date: `10/1/18`, Month: `October`, Year: `2018` }), + new SalesDataItem({ Country: `India`, Product: `Vermont`, UnitsSold: 2640, ManufacturingPrice: 10, SalePrice: 15, GrossSales: 39600, Discounts: 583.8, Sales: 39016.2, COGS: 2780, Profit: 36236.2, Date: `2/1/19`, Month: `February`, Year: `2019` }), + new SalesDataItem({ Country: `Japan`, Product: `Vermont`, UnitsSold: 3079, ManufacturingPrice: 10, SalePrice: 20, GrossSales: 61580, Discounts: 6798.4, Sales: 54781.6, COGS: 24280, Profit: 30501.6, Date: `3/1/19`, Month: `March`, Year: `2019` }), + new SalesDataItem({ Country: `USA`, Product: `Vermont`, UnitsSold: 4130, ManufacturingPrice: 10, SalePrice: 15, GrossSales: 61950, Discounts: 3710.7, Sales: 58239.3, COGS: 17670, Profit: 40569.3, Date: `9/1/19`, Month: `September`, Year: `2019` }), + new SalesDataItem({ Country: `UK`, Product: `Vermont`, UnitsSold: 2938, ManufacturingPrice: 10, SalePrice: 12, GrossSales: 35256, Discounts: 2340.24, Sales: 32915.76, COGS: 4179, Profit: 28736.76, Date: `10/1/19`, Month: `October`, Year: `2019` }), + new SalesDataItem({ Country: `India`, Product: `Mandarin`, UnitsSold: 3080, ManufacturingPrice: 250, SalePrice: 7, GrossSales: 21560, Discounts: 274.4, Sales: 21285.6, COGS: 1400, Profit: 19885.6, Date: `12/1/19`, Month: `December`, Year: `2019` }), + new SalesDataItem({ Country: `UK`, Product: `Luxe`, UnitsSold: 1530, ManufacturingPrice: 260, SalePrice: 12, GrossSales: 18360, Discounts: 2340.24, Sales: 16019.76, COGS: 4179, Profit: 11840.76, Date: `10/1/19`, Month: `October`, Year: `2019` }), + new SalesDataItem({ Country: `USA`, Product: `Luxe`, UnitsSold: 3537, ManufacturingPrice: 260, SalePrice: 12, GrossSales: 42444, Discounts: 3385.2, Sales: 39058.8, COGS: 6045, Profit: 33013.8, Date: `12/1/18`, Month: `December`, Year: `2018` }), + new SalesDataItem({ Country: `Brazil`, Product: `Kensington`, UnitsSold: 2021, ManufacturingPrice: 3, SalePrice: 300, GrossSales: 606300, Discounts: 33642, Sales: 572658, COGS: 200250, Profit: 372408, Date: `7/1/19`, Month: `July`, Year: `2019` }), + new SalesDataItem({ Country: `UK`, Product: `Kensington`, UnitsSold: 1804, ManufacturingPrice: 3, SalePrice: 125, GrossSales: 225500, Discounts: 17902.5, Sales: 207597.5, COGS: 122760, Profit: 84837.5, Date: `9/1/18`, Month: `September`, Year: `2018` }), + new SalesDataItem({ Country: `Japan`, Product: `Kensington`, UnitsSold: 1014, ManufacturingPrice: 3, SalePrice: 300, GrossSales: 304200, Discounts: 62832, Sales: 241368, COGS: 374000, Profit: 132632, Date: `10/1/19`, Month: `October`, Year: `2019` }), + new SalesDataItem({ Country: `USA`, Product: `Kensington`, UnitsSold: 2913, ManufacturingPrice: 3, SalePrice: 300, GrossSales: 873900, Discounts: 42420, Sales: 831480, COGS: 252500, Profit: 578980, Date: `10/1/19`, Month: `October`, Year: `2019` }), + new SalesDataItem({ Country: `India`, Product: `Kensington`, UnitsSold: 763, ManufacturingPrice: 3, SalePrice: 15, GrossSales: 11445, Discounts: 3177.3, Sales: 8267.7, COGS: 15130, Profit: 6862.3, Date: `11/1/19`, Month: `November`, Year: `2019` }), + new SalesDataItem({ Country: `Japan`, Product: `Kensington`, UnitsSold: 1425, ManufacturingPrice: 3, SalePrice: 15, GrossSales: 21375, Discounts: 4830, Sales: 16545, COGS: 23000, Profit: 6455, Date: `12/1/19`, Month: `December`, Year: `2019` }), + new SalesDataItem({ Country: `Brazil`, Product: `Kensington`, UnitsSold: 4357, ManufacturingPrice: 3, SalePrice: 125, GrossSales: 544625, Discounts: 49367.5, Sales: 495257.5, COGS: 338520, Profit: 156737.5, Date: `12/1/18`, Month: `December`, Year: `2018` }), + new SalesDataItem({ Country: `Japan`, Product: `Royal Oak`, UnitsSold: 2138, ManufacturingPrice: 5, SalePrice: 350, GrossSales: 748300, Discounts: 109147.5, Sales: 639152.5, COGS: 579150, Profit: 60002.5, Date: `1/1/19`, Month: `January`, Year: `2019` }), + new SalesDataItem({ Country: `India`, Product: `Royal Oak`, UnitsSold: 3825, ManufacturingPrice: 5, SalePrice: 350, GrossSales: 1338750, Discounts: 58751, Sales: 1279999, COGS: 311740, Profit: 968259, Date: `4/1/19`, Month: `April`, Year: `2019` }), + new SalesDataItem({ Country: `Japan`, Product: `Royal Oak`, UnitsSold: 3393, ManufacturingPrice: 5, SalePrice: 350, GrossSales: 1187550, Discounts: 9800, Sales: 1177750, COGS: 52000, Profit: 1125750, Date: `5/1/19`, Month: `May`, Year: `2019` }), + new SalesDataItem({ Country: `Japan`, Product: `Royal Oak`, UnitsSold: 2215, ManufacturingPrice: 5, SalePrice: 7, GrossSales: 15505, Discounts: 380.24, Sales: 15124.76, COGS: 1940, Profit: 13184.76, Date: `9/1/19`, Month: `September`, Year: `2019` }), + new SalesDataItem({ Country: `Brazil`, Product: `Royal Oak`, UnitsSold: 2278, ManufacturingPrice: 5, SalePrice: 7, GrossSales: 15946, Discounts: 1692.46, Sales: 14253.54, COGS: 8635, Profit: 5618.54, Date: `10/1/18`, Month: `October`, Year: `2018` }), + new SalesDataItem({ Country: `Japan`, Product: `Royal Oak`, UnitsSold: 403, ManufacturingPrice: 5, SalePrice: 15, GrossSales: 6045, Discounts: 4830, Sales: 1215, COGS: 23000, Profit: 21785, Date: `12/1/19`, Month: `December`, Year: `2019` }), + new SalesDataItem({ Country: `Brazil`, Product: `Vermont`, UnitsSold: 289, ManufacturingPrice: 10, SalePrice: 20, GrossSales: 5780, Discounts: 728, Sales: 5052, COGS: 2600, Profit: 2452, Date: `2/1/19`, Month: `February`, Year: `2019` }), + new SalesDataItem({ Country: `Japan`, Product: `Vermont`, UnitsSold: 749, ManufacturingPrice: 10, SalePrice: 15, GrossSales: 11235, Discounts: 5187, Sales: 6048, COGS: 24700, Profit: 18652, Date: `9/1/18`, Month: `September`, Year: `2018` }), + new SalesDataItem({ Country: `Japan`, Product: `Vermont`, UnitsSold: 372, ManufacturingPrice: 10, SalePrice: 15, GrossSales: 5580, Discounts: 3660.3, Sales: 1919.7, COGS: 17430, Profit: 15510.3, Date: `10/1/18`, Month: `October`, Year: `2018` }), + new SalesDataItem({ Country: `USA`, Product: `Vermont`, UnitsSold: 3781, ManufacturingPrice: 10, SalePrice: 12, GrossSales: 45372, Discounts: 4895.52, Sales: 40476.48, COGS: 8742, Profit: 31734.48, Date: `10/1/19`, Month: `October`, Year: `2019` }), + new SalesDataItem({ Country: `UK`, Product: `Vermont`, UnitsSold: 1785, ManufacturingPrice: 10, SalePrice: 7, GrossSales: 12495, Discounts: 1696.38, Sales: 10798.62, COGS: 8655, Profit: 2143.62, Date: `10/1/19`, Month: `October`, Year: `2019` }), + new SalesDataItem({ Country: `Japan`, Product: `Vermont`, UnitsSold: 4029, ManufacturingPrice: 10, SalePrice: 350, GrossSales: 1410150, Discounts: 34300, Sales: 1375850, COGS: 182000, Profit: 1193850, Date: `11/1/19`, Month: `November`, Year: `2019` }), + new SalesDataItem({ Country: `Japan`, Product: `Vermont`, UnitsSold: 2813, ManufacturingPrice: 10, SalePrice: 12, GrossSales: 33756, Discounts: 3732.96, Sales: 30023.04, COGS: 6666, Profit: 23357.04, Date: `11/1/18`, Month: `November`, Year: `2018` }), + new SalesDataItem({ Country: `USA`, Product: `Vermont`, UnitsSold: 2150, ManufacturingPrice: 10, SalePrice: 350, GrossSales: 752500, Discounts: 57673, Sales: 694827, COGS: 306020, Profit: 388807, Date: `11/1/19`, Month: `November`, Year: `2019` }), + new SalesDataItem({ Country: `UK`, Product: `Vermont`, UnitsSold: 2093, ManufacturingPrice: 10, SalePrice: 350, GrossSales: 732550, Discounts: 94178, Sales: 638372, COGS: 499720, Profit: 138652, Date: `11/1/18`, Month: `November`, Year: `2018` }), + new SalesDataItem({ Country: `Brazil`, Product: `Burlington`, UnitsSold: 4391, ManufacturingPrice: 120, SalePrice: 125, GrossSales: 548875, Discounts: 27562.5, Sales: 521312.5, COGS: 189000, Profit: 332312.5, Date: `2/1/19`, Month: `February`, Year: `2019` }), + new SalesDataItem({ Country: `USA`, Product: `Burlington`, UnitsSold: 2695, ManufacturingPrice: 120, SalePrice: 20, GrossSales: 53900, Discounts: 1696.8, Sales: 52203.2, COGS: 6060, Profit: 46143.2, Date: `4/1/19`, Month: `April`, Year: `2019` }), + new SalesDataItem({ Country: `USA`, Product: `Burlington`, UnitsSold: 1337, ManufacturingPrice: 120, SalePrice: 300, GrossSales: 401100, Discounts: 103320, Sales: 297780, COGS: 615000, Profit: 317220, Date: `7/1/19`, Month: `July`, Year: `2019` }), + new SalesDataItem({ Country: `Japan`, Product: `Burlington`, UnitsSold: 2621, ManufacturingPrice: 120, SalePrice: 300, GrossSales: 786300, Discounts: 11298, Sales: 775002, COGS: 67250, Profit: 707752, Date: `10/1/18`, Month: `October`, Year: `2018` }), + new SalesDataItem({ Country: `India`, Product: `Burlington`, UnitsSold: 3735, ManufacturingPrice: 120, SalePrice: 300, GrossSales: 1120500, Discounts: 106512, Sales: 1013988, COGS: 634000, Profit: 379988, Date: `11/1/18`, Month: `November`, Year: `2018` }), + new SalesDataItem({ Country: `Brazil`, Product: `Mandarin`, UnitsSold: 4320, ManufacturingPrice: 250, SalePrice: 7, GrossSales: 30240, Discounts: 2844.94, Sales: 27395.06, COGS: 14515, Profit: 12880.06, Date: `3/1/19`, Month: `March`, Year: `2019` }), + new SalesDataItem({ Country: `USA`, Product: `Mandarin`, UnitsSold: 2828, ManufacturingPrice: 250, SalePrice: 300, GrossSales: 848400, Discounts: 106722, Sales: 741678, COGS: 635250, Profit: 106428, Date: `8/1/19`, Month: `August`, Year: `2019` }), + new SalesDataItem({ Country: `Japan`, Product: `Mandarin`, UnitsSold: 2586, ManufacturingPrice: 250, SalePrice: 300, GrossSales: 775800, Discounts: 11298, Sales: 764502, COGS: 67250, Profit: 697252, Date: `10/1/18`, Month: `October`, Year: `2018` }), + new SalesDataItem({ Country: `Japan`, Product: `Mandarin`, UnitsSold: 1248, ManufacturingPrice: 250, SalePrice: 300, GrossSales: 374400, Discounts: 62832, Sales: 311568, COGS: 374000, Profit: 62432, Date: `10/1/19`, Month: `October`, Year: `2019` }), + new SalesDataItem({ Country: `USA`, Product: `Mandarin`, UnitsSold: 4035, ManufacturingPrice: 250, SalePrice: 300, GrossSales: 1210500, Discounts: 42420, Sales: 1168080, COGS: 252500, Profit: 915580, Date: `10/1/19`, Month: `October`, Year: `2019` }), + new SalesDataItem({ Country: `UK`, Product: `Mandarin`, UnitsSold: 359, ManufacturingPrice: 250, SalePrice: 350, GrossSales: 125650, Discounts: 62769, Sales: 62881, COGS: 333060, Profit: 270179, Date: `12/1/18`, Month: `December`, Year: `2018` }), + new SalesDataItem({ Country: `Japan`, Product: `Luxe`, UnitsSold: 3926, ManufacturingPrice: 260, SalePrice: 300, GrossSales: 1177800, Discounts: 37296, Sales: 1140504, COGS: 222000, Profit: 918504, Date: `3/1/19`, Month: `March`, Year: `2019` }), + new SalesDataItem({ Country: `USA`, Product: `Luxe`, UnitsSold: 4247, ManufacturingPrice: 260, SalePrice: 125, GrossSales: 530875, Discounts: 49770, Sales: 481105, COGS: 341280, Profit: 139825, Date: `5/1/19`, Month: `May`, Year: `2019` }), + new SalesDataItem({ Country: `UK`, Product: `Luxe`, UnitsSold: 2695, ManufacturingPrice: 260, SalePrice: 12, GrossSales: 32340, Discounts: 4158, Sales: 28182, COGS: 7425, Profit: 20757, Date: `8/1/19`, Month: `August`, Year: `2019` }), + new SalesDataItem({ Country: `Japan`, Product: `Luxe`, UnitsSold: 1104, ManufacturingPrice: 260, SalePrice: 15, GrossSales: 16560, Discounts: 3660.3, Sales: 12899.7, COGS: 17430, Profit: 4530.3, Date: `10/1/18`, Month: `October`, Year: `2018` }), + new SalesDataItem({ Country: `USA`, Product: `Luxe`, UnitsSold: 1449, ManufacturingPrice: 260, SalePrice: 12, GrossSales: 17388, Discounts: 4895.52, Sales: 12492.48, COGS: 8742, Profit: 3750.48, Date: `10/1/19`, Month: `October`, Year: `2019` }), + new SalesDataItem({ Country: `UK`, Product: `Luxe`, UnitsSold: 1131, ManufacturingPrice: 260, SalePrice: 7, GrossSales: 7917, Discounts: 1696.38, Sales: 6220.62, COGS: 8655, Profit: 2434.38, Date: `10/1/19`, Month: `October`, Year: `2019` }), + new SalesDataItem({ Country: `Brazil`, Product: `Luxe`, UnitsSold: 1468, ManufacturingPrice: 260, SalePrice: 7, GrossSales: 10276, Discounts: 1692.46, Sales: 8583.54, COGS: 8635, Profit: 51.46, Date: `10/1/18`, Month: `October`, Year: `2018` }), + new SalesDataItem({ Country: `Brazil`, Product: `Luxe`, UnitsSold: 1272, ManufacturingPrice: 260, SalePrice: 15, GrossSales: 19080, Discounts: 3927, Sales: 15153, COGS: 18700, Profit: 3547, Date: `11/1/18`, Month: `November`, Year: `2018` }), + new SalesDataItem({ Country: `UK`, Product: `Kensington`, UnitsSold: 1403, ManufacturingPrice: 3, SalePrice: 125, GrossSales: 175375, Discounts: 22012.5, Sales: 153362.5, COGS: 140880, Profit: 12482.5, Date: `8/1/19`, Month: `August`, Year: `2019` }), + new SalesDataItem({ Country: `India`, Product: `Kensington`, UnitsSold: 2161, ManufacturingPrice: 3, SalePrice: 125, GrossSales: 270125, Discounts: 51881.25, Sales: 218243.75, COGS: 332040, Profit: 113796.25, Date: `8/1/19`, Month: `August`, Year: `2019` }), + new SalesDataItem({ Country: `India`, Product: `Kensington`, UnitsSold: 1937, ManufacturingPrice: 3, SalePrice: 125, GrossSales: 242125, Discounts: 20343.75, Sales: 221781.25, COGS: 130200, Profit: 91581.25, Date: `10/1/19`, Month: `October`, Year: `2019` }), + new SalesDataItem({ Country: `Brazil`, Product: `Royal Oak`, UnitsSold: 2879, ManufacturingPrice: 5, SalePrice: 300, GrossSales: 863700, Discounts: 24570, Sales: 839130, COGS: 136500, Profit: 702630, Date: `10/1/19`, Month: `October`, Year: `2019` }), + new SalesDataItem({ Country: `India`, Product: `Vermont`, UnitsSold: 1330, ManufacturingPrice: 10, SalePrice: 20, GrossSales: 26600, Discounts: 3474, Sales: 23126, COGS: 11580, Profit: 11546, Date: `3/1/19`, Month: `March`, Year: `2019` }), + new SalesDataItem({ Country: `Japan`, Product: `Vermont`, UnitsSold: 2426, ManufacturingPrice: 10, SalePrice: 15, GrossSales: 36390, Discounts: 3631.5, Sales: 32758.5, COGS: 16140, Profit: 16618.5, Date: `4/1/19`, Month: `April`, Year: `2019` }), + new SalesDataItem({ Country: `Brazil`, Product: `Vermont`, UnitsSold: 2033, ManufacturingPrice: 10, SalePrice: 7, GrossSales: 14231, Discounts: 2661.75, Sales: 11569.25, COGS: 12675, Profit: 1105.75, Date: `4/1/19`, Month: `April`, Year: `2019` }), + new SalesDataItem({ Country: `Brazil`, Product: `Vermont`, UnitsSold: 2029, ManufacturingPrice: 10, SalePrice: 350, GrossSales: 710150, Discounts: 149677.5, Sales: 560472.5, COGS: 741260, Profit: 180787.5, Date: `5/1/19`, Month: `May`, Year: `2019` }), + new SalesDataItem({ Country: `Japan`, Product: `Vermont`, UnitsSold: 1049, ManufacturingPrice: 10, SalePrice: 15, GrossSales: 15735, Discounts: 5757.75, Sales: 9977.25, COGS: 25590, Profit: 15612.75, Date: `8/1/19`, Month: `August`, Year: `2019` }), + new SalesDataItem({ Country: `USA`, Product: `Vermont`, UnitsSold: 1062, ManufacturingPrice: 10, SalePrice: 20, GrossSales: 21240, Discounts: 801, Sales: 20439, COGS: 2670, Profit: 17769, Date: `10/1/18`, Month: `October`, Year: `2018` }), + new SalesDataItem({ Country: `India`, Product: `Vermont`, UnitsSold: 2509, ManufacturingPrice: 10, SalePrice: 125, GrossSales: 313625, Discounts: 20343.75, Sales: 293281.25, COGS: 130200, Profit: 163081.25, Date: `10/1/19`, Month: `October`, Year: `2019` }), + new SalesDataItem({ Country: `India`, Product: `Vermont`, UnitsSold: 1743, ManufacturingPrice: 10, SalePrice: 15, GrossSales: 26145, Discounts: 2643.75, Sales: 23501.25, COGS: 11750, Profit: 11751.25, Date: `10/1/19`, Month: `October`, Year: `2019` }), + new SalesDataItem({ Country: `USA`, Product: `Vermont`, UnitsSold: 3418, ManufacturingPrice: 10, SalePrice: 350, GrossSales: 1196300, Discounts: 105367.5, Sales: 1090932.5, COGS: 521820, Profit: 569112.5, Date: `11/1/18`, Month: `November`, Year: `2018` }), + new SalesDataItem({ Country: `Brazil`, Product: `Vermont`, UnitsSold: 1751, ManufacturingPrice: 10, SalePrice: 350, GrossSales: 612850, Discounts: 112927.5, Sales: 499922.5, COGS: 559260, Profit: 59337.5, Date: `11/1/18`, Month: `November`, Year: `2018` }), + new SalesDataItem({ Country: `USA`, Product: `Vermont`, UnitsSold: 3228, ManufacturingPrice: 10, SalePrice: 12, GrossSales: 38736, Discounts: 1645.2, Sales: 37090.8, COGS: 2742, Profit: 34348.8, Date: `12/1/19`, Month: `December`, Year: `2019` }), + new SalesDataItem({ Country: `UK`, Product: `Vermont`, UnitsSold: 1105, ManufacturingPrice: 10, SalePrice: 20, GrossSales: 22100, Discounts: 879, Sales: 21221, COGS: 2930, Profit: 18291, Date: `12/1/19`, Month: `December`, Year: `2019` }), + new SalesDataItem({ Country: `Brazil`, Product: `Burlington`, UnitsSold: 2778, ManufacturingPrice: 120, SalePrice: 12, GrossSales: 33336, Discounts: 900, Sales: 32436, COGS: 1500, Profit: 30936, Date: `3/1/19`, Month: `March`, Year: `2019` }), + new SalesDataItem({ Country: `UK`, Product: `Burlington`, UnitsSold: 1173, ManufacturingPrice: 120, SalePrice: 15, GrossSales: 17595, Discounts: 6358.5, Sales: 11236.5, COGS: 28260, Profit: 17023.5, Date: `5/1/19`, Month: `May`, Year: `2019` }), + new SalesDataItem({ Country: `UK`, Product: `Burlington`, UnitsSold: 3160, ManufacturingPrice: 120, SalePrice: 125, GrossSales: 395000, Discounts: 12431.25, Sales: 382568.75, COGS: 79560, Profit: 303008.75, Date: `9/1/19`, Month: `September`, Year: `2019` }), + new SalesDataItem({ Country: `USA`, Product: `Burlington`, UnitsSold: 4322, ManufacturingPrice: 120, SalePrice: 300, GrossSales: 1296600, Discounts: 115830, Sales: 1180770, COGS: 643500, Profit: 537270, Date: `11/1/18`, Month: `November`, Year: `2018` }), + new SalesDataItem({ Country: `USA`, Product: `Burlington`, UnitsSold: 1901, ManufacturingPrice: 120, SalePrice: 125, GrossSales: 237625, Discounts: 45712.5, Sales: 191912.5, COGS: 292560, Profit: 100647.5, Date: `12/1/18`, Month: `December`, Year: `2018` }), + new SalesDataItem({ Country: `USA`, Product: `Burlington`, UnitsSold: 2980, ManufacturingPrice: 120, SalePrice: 12, GrossSales: 35760, Discounts: 1645.2, Sales: 34114.8, COGS: 2742, Profit: 31372.8, Date: `12/1/19`, Month: `December`, Year: `2019` }), + new SalesDataItem({ Country: `Japan`, Product: `Mandarin`, UnitsSold: 4068, ManufacturingPrice: 250, SalePrice: 20, GrossSales: 81360, Discounts: 2596.5, Sales: 78763.5, COGS: 8655, Profit: 70108.5, Date: `7/1/19`, Month: `July`, Year: `2019` }), + new SalesDataItem({ Country: `India`, Product: `Mandarin`, UnitsSold: 2105, ManufacturingPrice: 250, SalePrice: 15, GrossSales: 31575, Discounts: 1107, Sales: 30468, COGS: 4920, Profit: 25548, Date: `7/1/19`, Month: `July`, Year: `2019` }), + new SalesDataItem({ Country: `USA`, Product: `Mandarin`, UnitsSold: 1647, ManufacturingPrice: 250, SalePrice: 20, GrossSales: 32940, Discounts: 801, Sales: 32139, COGS: 2670, Profit: 29469, Date: `10/1/18`, Month: `October`, Year: `2018` }), + new SalesDataItem({ Country: `India`, Product: `Mandarin`, UnitsSold: 235, ManufacturingPrice: 250, SalePrice: 15, GrossSales: 3525, Discounts: 2643.75, Sales: 881.25, COGS: 11750, Profit: 10868.75, Date: `10/1/19`, Month: `October`, Year: `2019` }), + new SalesDataItem({ Country: `Japan`, Product: `Mandarin`, UnitsSold: 3617, ManufacturingPrice: 250, SalePrice: 125, GrossSales: 452125, Discounts: 55387.5, Sales: 396737.5, COGS: 354480, Profit: 42257.5, Date: `11/1/18`, Month: `November`, Year: `2018` }), + new SalesDataItem({ Country: `India`, Product: `Mandarin`, UnitsSold: 2106, ManufacturingPrice: 250, SalePrice: 125, GrossSales: 263250, Discounts: 10350, Sales: 252900, COGS: 66240, Profit: 186660, Date: `11/1/19`, Month: `November`, Year: `2019` }), + new SalesDataItem({ Country: `UK`, Product: `Mandarin`, UnitsSold: 2351, ManufacturingPrice: 250, SalePrice: 20, GrossSales: 47020, Discounts: 879, Sales: 46141, COGS: 2930, Profit: 43211, Date: `12/1/19`, Month: `December`, Year: `2019` }), + new SalesDataItem({ Country: `UK`, Product: `Luxe`, UnitsSold: 1897, ManufacturingPrice: 260, SalePrice: 300, GrossSales: 569100, Discounts: 111375, Sales: 457725, COGS: 618750, Profit: 161025, Date: `3/1/19`, Month: `March`, Year: `2019` }), + new SalesDataItem({ Country: `Brazil`, Product: `Luxe`, UnitsSold: 647, ManufacturingPrice: 260, SalePrice: 300, GrossSales: 194100, Discounts: 24570, Sales: 169530, COGS: 136500, Profit: 33030, Date: `10/1/19`, Month: `October`, Year: `2019` }), + new SalesDataItem({ Country: `Brazil`, Product: `Royal Oak`, UnitsSold: 3621, ManufacturingPrice: 5, SalePrice: 7, GrossSales: 25347, Discounts: 1436.4, Sales: 23910.6, COGS: 6840, Profit: 17070.6, Date: `2/1/19`, Month: `February`, Year: `2019` }), + new SalesDataItem({ Country: `Japan`, Product: `Vermont`, UnitsSold: 3221, ManufacturingPrice: 10, SalePrice: 7, GrossSales: 22547, Discounts: 759.15, Sales: 21787.85, COGS: 3615, Profit: 18172.85, Date: `4/1/19`, Month: `April`, Year: `2019` }), + new SalesDataItem({ Country: `USA`, Product: `Mandarin`, UnitsSold: 493, ManufacturingPrice: 250, SalePrice: 12, GrossSales: 5916, Discounts: 3250.8, Sales: 2665.2, COGS: 5418, Profit: 2752.8, Date: `5/1/19`, Month: `May`, Year: `2019` }), ]; super(...newItems.slice(0)); } diff --git a/samples/charts/category-chart/column-chart-multiple-sources/src/HighestGrossingMovies.ts b/samples/charts/category-chart/column-chart-multiple-sources/src/HighestGrossingMovies.ts index edced6c9ee..d7631f3a9f 100644 --- a/samples/charts/category-chart/column-chart-multiple-sources/src/HighestGrossingMovies.ts +++ b/samples/charts/category-chart/column-chart-multiple-sources/src/HighestGrossingMovies.ts @@ -14,42 +14,12 @@ export class HighestGrossingMovies extends Array { super(...items); } else { const newItems = [ - new HighestGrossingMoviesItem( - { - franchise: `Marvel Universe`, - totalRevenue: 22.55, - highestGrossing: 2.8 - }), - new HighestGrossingMoviesItem( - { - franchise: `Star Wars`, - totalRevenue: 10.32, - highestGrossing: 2.07 - }), - new HighestGrossingMoviesItem( - { - franchise: `Harry Potter`, - totalRevenue: 9.19, - highestGrossing: 1.34 - }), - new HighestGrossingMoviesItem( - { - franchise: `Avengers`, - totalRevenue: 7.76, - highestGrossing: 2.8 - }), - new HighestGrossingMoviesItem( - { - franchise: `Spider Man`, - totalRevenue: 7.22, - highestGrossing: 1.28 - }), - new HighestGrossingMoviesItem( - { - franchise: `James Bond`, - totalRevenue: 7.12, - highestGrossing: 1.11 - }), + new HighestGrossingMoviesItem({ franchise: `Marvel Universe`, totalRevenue: 22.55, highestGrossing: 2.8 }), + new HighestGrossingMoviesItem({ franchise: `Star Wars`, totalRevenue: 10.32, highestGrossing: 2.07 }), + new HighestGrossingMoviesItem({ franchise: `Harry Potter`, totalRevenue: 9.19, highestGrossing: 1.34 }), + new HighestGrossingMoviesItem({ franchise: `Avengers`, totalRevenue: 7.76, highestGrossing: 2.8 }), + new HighestGrossingMoviesItem({ franchise: `Spider Man`, totalRevenue: 7.22, highestGrossing: 1.28 }), + new HighestGrossingMoviesItem({ franchise: `James Bond`, totalRevenue: 7.12, highestGrossing: 1.11 }), ]; super(...newItems.slice(0)); } diff --git a/samples/charts/category-chart/column-chart-single-source/src/TemperatureAverageData.ts b/samples/charts/category-chart/column-chart-single-source/src/TemperatureAverageData.ts index 4f63b25f70..12d2837723 100644 --- a/samples/charts/category-chart/column-chart-single-source/src/TemperatureAverageData.ts +++ b/samples/charts/category-chart/column-chart-single-source/src/TemperatureAverageData.ts @@ -13,66 +13,18 @@ export class TemperatureAverageData extends Array { super(...items); } else { const newItems = [ - new TemperatureAverageDataItem( - { - month: `Jan`, - temperature: 3 - }), - new TemperatureAverageDataItem( - { - month: `Feb`, - temperature: 4 - }), - new TemperatureAverageDataItem( - { - month: `Mar`, - temperature: 9 - }), - new TemperatureAverageDataItem( - { - month: `Apr`, - temperature: 15 - }), - new TemperatureAverageDataItem( - { - month: `May`, - temperature: 21 - }), - new TemperatureAverageDataItem( - { - month: `Jun`, - temperature: 26 - }), - new TemperatureAverageDataItem( - { - month: `Jul`, - temperature: 29 - }), - new TemperatureAverageDataItem( - { - month: `Aug`, - temperature: 28 - }), - new TemperatureAverageDataItem( - { - month: `Sep`, - temperature: 24 - }), - new TemperatureAverageDataItem( - { - month: `Oct`, - temperature: 18 - }), - new TemperatureAverageDataItem( - { - month: `Nov`, - temperature: 11 - }), - new TemperatureAverageDataItem( - { - month: `Dec`, - temperature: 5 - }), + new TemperatureAverageDataItem({ month: `Jan`, temperature: 3 }), + new TemperatureAverageDataItem({ month: `Feb`, temperature: 4 }), + new TemperatureAverageDataItem({ month: `Mar`, temperature: 9 }), + new TemperatureAverageDataItem({ month: `Apr`, temperature: 15 }), + new TemperatureAverageDataItem({ month: `May`, temperature: 21 }), + new TemperatureAverageDataItem({ month: `Jun`, temperature: 26 }), + new TemperatureAverageDataItem({ month: `Jul`, temperature: 29 }), + new TemperatureAverageDataItem({ month: `Aug`, temperature: 28 }), + new TemperatureAverageDataItem({ month: `Sep`, temperature: 24 }), + new TemperatureAverageDataItem({ month: `Oct`, temperature: 18 }), + new TemperatureAverageDataItem({ month: `Nov`, temperature: 11 }), + new TemperatureAverageDataItem({ month: `Dec`, temperature: 5 }), ]; super(...newItems.slice(0)); } diff --git a/samples/charts/category-chart/column-chart-styling/src/EnergyRenewableConsumption.ts b/samples/charts/category-chart/column-chart-styling/src/EnergyRenewableConsumption.ts index f742bbef3b..2f522ee1bf 100644 --- a/samples/charts/category-chart/column-chart-styling/src/EnergyRenewableConsumption.ts +++ b/samples/charts/category-chart/column-chart-styling/src/EnergyRenewableConsumption.ts @@ -17,51 +17,11 @@ export class EnergyRenewableConsumption extends Array { super(...items); } else { const newItems = [ - new HighestGrossingMoviesItem( - { - franchise: `Marvel Universe`, - totalRevenue: 22.55, - highestGrossing: 2.8 - }), - new HighestGrossingMoviesItem( - { - franchise: `Star Wars`, - totalRevenue: 10.32, - highestGrossing: 2.07 - }), - new HighestGrossingMoviesItem( - { - franchise: `Harry Potter`, - totalRevenue: 9.19, - highestGrossing: 1.34 - }), - new HighestGrossingMoviesItem( - { - franchise: `Avengers`, - totalRevenue: 7.76, - highestGrossing: 2.8 - }), - new HighestGrossingMoviesItem( - { - franchise: `Spider Man`, - totalRevenue: 7.22, - highestGrossing: 1.28 - }), - new HighestGrossingMoviesItem( - { - franchise: `James Bond`, - totalRevenue: 7.12, - highestGrossing: 1.11 - }), + new HighestGrossingMoviesItem({ franchise: `Marvel Universe`, totalRevenue: 22.55, highestGrossing: 2.8 }), + new HighestGrossingMoviesItem({ franchise: `Star Wars`, totalRevenue: 10.32, highestGrossing: 2.07 }), + new HighestGrossingMoviesItem({ franchise: `Harry Potter`, totalRevenue: 9.19, highestGrossing: 1.34 }), + new HighestGrossingMoviesItem({ franchise: `Avengers`, totalRevenue: 7.76, highestGrossing: 2.8 }), + new HighestGrossingMoviesItem({ franchise: `Spider Man`, totalRevenue: 7.22, highestGrossing: 1.28 }), + new HighestGrossingMoviesItem({ franchise: `James Bond`, totalRevenue: 7.12, highestGrossing: 1.11 }), ]; super(...newItems.slice(0)); } diff --git a/samples/charts/category-chart/custom-selection/src/SelectableData.ts b/samples/charts/category-chart/custom-selection/src/SelectableData.ts index 2424432dd7..9f727c7b7b 100644 --- a/samples/charts/category-chart/custom-selection/src/SelectableData.ts +++ b/samples/charts/category-chart/custom-selection/src/SelectableData.ts @@ -14,102 +14,22 @@ export class SelectableData extends Array { super(...items); } else { const newItems = [ - new SelectableDataItem( - { - category: `2010`, - dataValue: 20, - selectedValue: 20 - }), - new SelectableDataItem( - { - category: `2011`, - dataValue: 40, - selectedValue: null - }), - new SelectableDataItem( - { - category: `2012`, - dataValue: 35, - selectedValue: null - }), - new SelectableDataItem( - { - category: `2013`, - dataValue: 50, - selectedValue: 50 - }), - new SelectableDataItem( - { - category: `2014`, - dataValue: 45, - selectedValue: null - }), - new SelectableDataItem( - { - category: `2015`, - dataValue: 60, - selectedValue: 60 - }), - new SelectableDataItem( - { - category: `2016`, - dataValue: 35, - selectedValue: null - }), - new SelectableDataItem( - { - category: `2017`, - dataValue: 40, - selectedValue: null - }), - new SelectableDataItem( - { - category: `2018`, - dataValue: 50, - selectedValue: 50 - }), - new SelectableDataItem( - { - category: `2019`, - dataValue: 75, - selectedValue: 75 - }), - new SelectableDataItem( - { - category: `2020`, - dataValue: 65, - selectedValue: null - }), - new SelectableDataItem( - { - category: `2021`, - dataValue: 40, - selectedValue: null - }), - new SelectableDataItem( - { - category: `2022`, - dataValue: 50, - selectedValue: null - }), - new SelectableDataItem( - { - category: `2023`, - dataValue: 65, - selectedValue: 65 - }), - new SelectableDataItem( - { - category: `2024`, - dataValue: 70, - selectedValue: 70 - }), - new SelectableDataItem( - { - category: `2025`, - dataValue: 85, - selectedValue: null - }), + new SelectableDataItem({ category: `2010`, dataValue: 20, selectedValue: 20 }), + new SelectableDataItem({ category: `2011`, dataValue: 40, selectedValue: null }), + new SelectableDataItem({ category: `2012`, dataValue: 35, selectedValue: null }), + new SelectableDataItem({ category: `2013`, dataValue: 50, selectedValue: 50 }), + new SelectableDataItem({ category: `2014`, dataValue: 45, selectedValue: null }), + new SelectableDataItem({ category: `2015`, dataValue: 60, selectedValue: 60 }), + new SelectableDataItem({ category: `2016`, dataValue: 35, selectedValue: null }), + new SelectableDataItem({ category: `2017`, dataValue: 40, selectedValue: null }), + new SelectableDataItem({ category: `2018`, dataValue: 50, selectedValue: 50 }), + new SelectableDataItem({ category: `2019`, dataValue: 75, selectedValue: 75 }), + new SelectableDataItem({ category: `2020`, dataValue: 65, selectedValue: null }), + new SelectableDataItem({ category: `2021`, dataValue: 40, selectedValue: null }), + new SelectableDataItem({ category: `2022`, dataValue: 50, selectedValue: null }), + new SelectableDataItem({ category: `2023`, dataValue: 65, selectedValue: 65 }), + new SelectableDataItem({ category: `2024`, dataValue: 70, selectedValue: 70 }), + new SelectableDataItem({ category: `2025`, dataValue: 85, selectedValue: null }), ]; super(...newItems.slice(0)); } diff --git a/samples/charts/category-chart/data-aggregations/src/SalesData.ts b/samples/charts/category-chart/data-aggregations/src/SalesData.ts index 5f4ec009f2..816d37dbe1 100644 --- a/samples/charts/category-chart/data-aggregations/src/SalesData.ts +++ b/samples/charts/category-chart/data-aggregations/src/SalesData.ts @@ -24,16678 +24,1048 @@ export class SalesData extends Array { super(...items); } else { const newItems = [ - new SalesDataItem( - { - Country: `UK`, - Product: `Vermont`, - UnitsSold: 501, - ManufacturingPrice: 15, - SalePrice: 23, - GrossSales: 26440, - Discounts: 0, - Sales: 26440, - COGS: 16185, - Profit: 11255, - Date: `1/1/20`, - Month: `January`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Kensington`, - UnitsSold: 1372, - ManufacturingPrice: 3, - SalePrice: 20, - GrossSales: 27440, - Discounts: 0, - Sales: 27440, - COGS: 16185, - Profit: 11255, - Date: `1/1/20`, - Month: `January`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Kensington`, - UnitsSold: 2762, - ManufacturingPrice: 3, - SalePrice: 20, - GrossSales: 55240, - Discounts: 0, - Sales: 55240, - COGS: 13210, - Profit: 42030, - Date: `1/1/20`, - Month: `January`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Kensington`, - UnitsSold: 1464, - ManufacturingPrice: 3, - SalePrice: 15, - GrossSales: 21960, - Discounts: 0, - Sales: 21960, - COGS: 21780, - Profit: 180, - Date: `6/1/20`, - Month: `June`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Kensington`, - UnitsSold: 719, - ManufacturingPrice: 3, - SalePrice: 15, - GrossSales: 10785, - Discounts: 0, - Sales: 10785, - COGS: 8880, - Profit: 1905, - Date: `6/1/20`, - Month: `June`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Kensington`, - UnitsSold: 3576, - ManufacturingPrice: 3, - SalePrice: 15, - GrossSales: 53640, - Discounts: 0, - Sales: 53640, - COGS: 24700, - Profit: 28940, - Date: `6/1/20`, - Month: `June`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Kensington`, - UnitsSold: 4422, - ManufacturingPrice: 3, - SalePrice: 350, - GrossSales: 1547700, - Discounts: 0, - Sales: 1547700, - COGS: 393380, - Profit: 1154320, - Date: `12/1/20`, - Month: `December`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Royal Oak`, - UnitsSold: 3649, - ManufacturingPrice: 5, - SalePrice: 15, - GrossSales: 54735, - Discounts: 0, - Sales: 54735, - COGS: 9210, - Profit: 45525, - Date: `3/1/20`, - Month: `March`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Royal Oak`, - UnitsSold: 4172, - ManufacturingPrice: 5, - SalePrice: 12, - GrossSales: 50064, - Discounts: 0, - Sales: 50064, - COGS: 7554, - Profit: 42510, - Date: `6/1/20`, - Month: `June`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Royal Oak`, - UnitsSold: 3841, - ManufacturingPrice: 5, - SalePrice: 20, - GrossSales: 76820, - Discounts: 0, - Sales: 76820, - COGS: 18990, - Profit: 57830, - Date: `6/1/20`, - Month: `June`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Royal Oak`, - UnitsSold: 3726, - ManufacturingPrice: 5, - SalePrice: 12, - GrossSales: 44712, - Discounts: 0, - Sales: 44712, - COGS: 4635, - Profit: 40077, - Date: `6/1/20`, - Month: `June`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Royal Oak`, - UnitsSold: 2625, - ManufacturingPrice: 5, - SalePrice: 15, - GrossSales: 39375, - Discounts: 0, - Sales: 39375, - COGS: 24700, - Profit: 14675, - Date: `6/1/20`, - Month: `June`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Royal Oak`, - UnitsSold: 1958, - ManufacturingPrice: 5, - SalePrice: 125, - GrossSales: 244750, - Discounts: 0, - Sales: 244750, - COGS: 319860, - Profit: 75110, - Date: `7/1/20`, - Month: `July`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Royal Oak`, - UnitsSold: 3271, - ManufacturingPrice: 5, - SalePrice: 300, - GrossSales: 981300, - Discounts: 0, - Sales: 981300, - COGS: 239500, - Profit: 741800, - Date: `8/1/20`, - Month: `August`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Royal Oak`, - UnitsSold: 2091, - ManufacturingPrice: 5, - SalePrice: 7, - GrossSales: 14637, - Discounts: 0, - Sales: 14637, - COGS: 10730, - Profit: 3907, - Date: `9/1/20`, - Month: `September`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Royal Oak`, - UnitsSold: 2825, - ManufacturingPrice: 5, - SalePrice: 15, - GrossSales: 42375, - Discounts: 0, - Sales: 42375, - COGS: 6150, - Profit: 36225, - Date: `12/1/20`, - Month: `December`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Vermont`, - UnitsSold: 2513, - ManufacturingPrice: 10, - SalePrice: 20, - GrossSales: 50260, - Discounts: 0, - Sales: 50260, - COGS: 2920, - Profit: 47340, - Date: `2/1/20`, - Month: `February`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Vermont`, - UnitsSold: 883, - ManufacturingPrice: 10, - SalePrice: 15, - GrossSales: 13245, - Discounts: 0, - Sales: 13245, - COGS: 9740, - Profit: 3505, - Date: `2/1/20`, - Month: `February`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Vermont`, - UnitsSold: 2087, - ManufacturingPrice: 10, - SalePrice: 12, - GrossSales: 25044, - Discounts: 0, - Sales: 25044, - COGS: 7554, - Profit: 17490, - Date: `6/1/20`, - Month: `June`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Vermont`, - UnitsSold: 2563, - ManufacturingPrice: 10, - SalePrice: 350, - GrossSales: 897050, - Discounts: 0, - Sales: 897050, - COGS: 261560, - Profit: 635490, - Date: `6/1/20`, - Month: `June`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Vermont`, - UnitsSold: 2846, - ManufacturingPrice: 10, - SalePrice: 12, - GrossSales: 34152, - Discounts: 0, - Sales: 34152, - COGS: 1101, - Profit: 33051, - Date: `7/1/20`, - Month: `July`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Vermont`, - UnitsSold: 997, - ManufacturingPrice: 10, - SalePrice: 7, - GrossSales: 6979, - Discounts: 0, - Sales: 6979, - COGS: 4415, - Profit: 2564, - Date: `8/1/20`, - Month: `August`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Vermont`, - UnitsSold: 2290, - ManufacturingPrice: 10, - SalePrice: 15, - GrossSales: 34350, - Discounts: 0, - Sales: 34350, - COGS: 24720, - Profit: 9630, - Date: `9/1/20`, - Month: `September`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Vermont`, - UnitsSold: 2133, - ManufacturingPrice: 10, - SalePrice: 7, - GrossSales: 14931, - Discounts: 0, - Sales: 14931, - COGS: 5715, - Profit: 9216, - Date: `10/1/20`, - Month: `October`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Vermont`, - UnitsSold: 3617, - ManufacturingPrice: 10, - SalePrice: 20, - GrossSales: 72340, - Discounts: 0, - Sales: 72340, - COGS: 18170, - Profit: 54170, - Date: `12/1/20`, - Month: `December`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Vermont`, - UnitsSold: 1266, - ManufacturingPrice: 10, - SalePrice: 350, - GrossSales: 443100, - Discounts: 0, - Sales: 443100, - COGS: 393380, - Profit: 49720, - Date: `12/1/20`, - Month: `December`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Burlington`, - UnitsSold: 894, - ManufacturingPrice: 120, - SalePrice: 7, - GrossSales: 6258, - Discounts: 0, - Sales: 6258, - COGS: 7465, - Profit: 1207, - Date: `1/1/20`, - Month: `January`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Burlington`, - UnitsSold: 2725, - ManufacturingPrice: 120, - SalePrice: 125, - GrossSales: 340625, - Discounts: 0, - Sales: 340625, - COGS: 216480, - Profit: 124145, - Date: `2/1/20`, - Month: `February`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Burlington`, - UnitsSold: 3061, - ManufacturingPrice: 120, - SalePrice: 12, - GrossSales: 36732, - Discounts: 0, - Sales: 36732, - COGS: 6483, - Profit: 30249, - Date: `3/1/20`, - Month: `March`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Burlington`, - UnitsSold: 3958, - ManufacturingPrice: 120, - SalePrice: 350, - GrossSales: 1385300, - Discounts: 0, - Sales: 1385300, - COGS: 261560, - Profit: 1123740, - Date: `6/1/20`, - Month: `June`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Burlington`, - UnitsSold: 3920, - ManufacturingPrice: 120, - SalePrice: 12, - GrossSales: 47040, - Discounts: 0, - Sales: 47040, - COGS: 4635, - Profit: 42405, - Date: `6/1/20`, - Month: `June`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Burlington`, - UnitsSold: 3381, - ManufacturingPrice: 120, - SalePrice: 125, - GrossSales: 422625, - Discounts: 0, - Sales: 422625, - COGS: 338520, - Profit: 84105, - Date: `8/1/20`, - Month: `August`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Mandarin`, - UnitsSold: 4307, - ManufacturingPrice: 250, - SalePrice: 300, - GrossSales: 1292100, - Discounts: 0, - Sales: 1292100, - COGS: 500250, - Profit: 791850, - Date: `2/1/20`, - Month: `February`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Mandarin`, - UnitsSold: 878, - ManufacturingPrice: 250, - SalePrice: 12, - GrossSales: 10536, - Discounts: 0, - Sales: 10536, - COGS: 8514, - Profit: 2022, - Date: `4/1/20`, - Month: `April`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Mandarin`, - UnitsSold: 496, - ManufacturingPrice: 250, - SalePrice: 15, - GrossSales: 7440, - Discounts: 0, - Sales: 7440, - COGS: 21780, - Profit: 14340, - Date: `6/1/20`, - Month: `June`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Mandarin`, - UnitsSold: 3367, - ManufacturingPrice: 250, - SalePrice: 15, - GrossSales: 50505, - Discounts: 0, - Sales: 50505, - COGS: 8880, - Profit: 41625, - Date: `6/1/20`, - Month: `June`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Mandarin`, - UnitsSold: 2055, - ManufacturingPrice: 250, - SalePrice: 300, - GrossSales: 616500, - Discounts: 0, - Sales: 616500, - COGS: 537750, - Profit: 78750, - Date: `9/1/20`, - Month: `September`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Mandarin`, - UnitsSold: 4041, - ManufacturingPrice: 250, - SalePrice: 20, - GrossSales: 80820, - Discounts: 0, - Sales: 80820, - COGS: 18170, - Profit: 62650, - Date: `12/1/20`, - Month: `December`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Luxe`, - UnitsSold: 3237, - ManufacturingPrice: 260, - SalePrice: 350, - GrossSales: 1132950, - Discounts: 0, - Sales: 1132950, - COGS: 715000, - Profit: 417950, - Date: `2/1/20`, - Month: `February`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Luxe`, - UnitsSold: 630, - ManufacturingPrice: 260, - SalePrice: 12, - GrossSales: 7560, - Discounts: 0, - Sales: 7560, - COGS: 5859, - Profit: 1701, - Date: `4/1/20`, - Month: `April`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Luxe`, - UnitsSold: 4210, - ManufacturingPrice: 260, - SalePrice: 125, - GrossSales: 526250, - Discounts: 0, - Sales: 526250, - COGS: 506340, - Profit: 19910, - Date: `4/1/20`, - Month: `April`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Luxe`, - UnitsSold: 1127, - ManufacturingPrice: 260, - SalePrice: 20, - GrossSales: 22540, - Discounts: 0, - Sales: 22540, - COGS: 18990, - Profit: 3550, - Date: `6/1/20`, - Month: `June`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Luxe`, - UnitsSold: 3438, - ManufacturingPrice: 260, - SalePrice: 7, - GrossSales: 24066, - Discounts: 0, - Sales: 24066, - COGS: 8430, - Profit: 15636, - Date: `7/1/20`, - Month: `July`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Luxe`, - UnitsSold: 2015, - ManufacturingPrice: 260, - SalePrice: 12, - GrossSales: 24180, - Discounts: 0, - Sales: 24180, - COGS: 6423, - Profit: 17757, - Date: `8/1/20`, - Month: `August`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Luxe`, - UnitsSold: 2534, - ManufacturingPrice: 260, - SalePrice: 7, - GrossSales: 17738, - Discounts: 0, - Sales: 17738, - COGS: 5715, - Profit: 12023, - Date: `10/1/20`, - Month: `October`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Luxe`, - UnitsSold: 1384, - ManufacturingPrice: 260, - SalePrice: 15, - GrossSales: 20760, - Discounts: 0, - Sales: 20760, - COGS: 6150, - Profit: 14610, - Date: `12/1/20`, - Month: `December`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Vermont`, - UnitsSold: 3561, - ManufacturingPrice: 10, - SalePrice: 7, - GrossSales: 24927, - Discounts: 276.15, - Sales: 24650.85, - COGS: 19725, - Profit: 4925.85, - Date: `1/1/20`, - Month: `January`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Vermont`, - UnitsSold: 1823, - ManufacturingPrice: 10, - SalePrice: 15, - GrossSales: 27345, - Discounts: 344.4, - Sales: 27000.6, - COGS: 22960, - Profit: 4040.6, - Date: `2/1/20`, - Month: `February`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Vermont`, - UnitsSold: 2795, - ManufacturingPrice: 10, - SalePrice: 7, - GrossSales: 19565, - Discounts: 72.1, - Sales: 19492.9, - COGS: 5150, - Profit: 14342.9, - Date: `5/1/20`, - Month: `May`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Burlington`, - UnitsSold: 457, - ManufacturingPrice: 120, - SalePrice: 7, - GrossSales: 3199, - Discounts: 44.73, - Sales: 3154.27, - COGS: 3195, - Profit: 40.73, - Date: `11/1/20`, - Month: `November`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Mandarin`, - UnitsSold: 3785, - ManufacturingPrice: 250, - SalePrice: 7, - GrossSales: 26495, - Discounts: 92.82, - Sales: 26402.18, - COGS: 6630, - Profit: 19772.18, - Date: `3/1/20`, - Month: `March`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Kensington`, - UnitsSold: 748, - ManufacturingPrice: 3, - SalePrice: 12, - GrossSales: 8976, - Discounts: 222.96, - Sales: 8753.04, - COGS: 5574, - Profit: 3179.04, - Date: `2/1/20`, - Month: `February`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Kensington`, - UnitsSold: 1021, - ManufacturingPrice: 3, - SalePrice: 350, - GrossSales: 357350, - Discounts: 4235, - Sales: 353115, - COGS: 314600, - Profit: 38515, - Date: `3/1/20`, - Month: `March`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Kensington`, - UnitsSold: 2076, - ManufacturingPrice: 3, - SalePrice: 7, - GrossSales: 14532, - Discounts: 177.03, - Sales: 14354.97, - COGS: 12645, - Profit: 1709.97, - Date: `7/1/20`, - Month: `July`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Kensington`, - UnitsSold: 4316, - ManufacturingPrice: 3, - SalePrice: 12, - GrossSales: 51792, - Discounts: 173.4, - Sales: 51618.6, - COGS: 4335, - Profit: 47283.6, - Date: `9/1/20`, - Month: `September`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Kensington`, - UnitsSold: 4174, - ManufacturingPrice: 3, - SalePrice: 12, - GrossSales: 50088, - Discounts: 320.52, - Sales: 49767.48, - COGS: 8013, - Profit: 41754.48, - Date: `9/1/20`, - Month: `September`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Kensington`, - UnitsSold: 3736, - ManufacturingPrice: 3, - SalePrice: 350, - GrossSales: 1307600, - Discounts: 4889.5, - Sales: 1302710.5, - COGS: 363220, - Profit: 939490.5, - Date: `10/1/20`, - Month: `October`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Kensington`, - UnitsSold: 1914, - ManufacturingPrice: 3, - SalePrice: 350, - GrossSales: 669900, - Discounts: 7542.5, - Sales: 662357.5, - COGS: 560300, - Profit: 102057.5, - Date: `12/1/20`, - Month: `December`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Royal Oak`, - UnitsSold: 2742, - ManufacturingPrice: 5, - SalePrice: 15, - GrossSales: 41130, - Discounts: 332.1, - Sales: 40797.9, - COGS: 22140, - Profit: 18657.9, - Date: `3/1/20`, - Month: `March`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Royal Oak`, - UnitsSold: 1499, - ManufacturingPrice: 5, - SalePrice: 300, - GrossSales: 449700, - Discounts: 6903, - Sales: 442797, - COGS: 575250, - Profit: 132453, - Date: `4/1/20`, - Month: `April`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Royal Oak`, - UnitsSold: 3772, - ManufacturingPrice: 5, - SalePrice: 20, - GrossSales: 75440, - Discounts: 275.1, - Sales: 75164.9, - COGS: 13755, - Profit: 61409.9, - Date: `7/1/20`, - Month: `July`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Royal Oak`, - UnitsSold: 1112, - ManufacturingPrice: 5, - SalePrice: 7, - GrossSales: 7784, - Discounts: 128.1, - Sales: 7655.9, - COGS: 9150, - Profit: 1494.1, - Date: `8/1/20`, - Month: `August`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Vermont`, - UnitsSold: 2368, - ManufacturingPrice: 10, - SalePrice: 15, - GrossSales: 35520, - Discounts: 227.1, - Sales: 35292.9, - COGS: 15140, - Profit: 20152.9, - Date: `2/1/20`, - Month: `February`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Vermont`, - UnitsSold: 1586, - ManufacturingPrice: 10, - SalePrice: 7, - GrossSales: 11102, - Discounts: 314.48, - Sales: 10787.52, - COGS: 22462.5, - Profit: 11674.98, - Date: `4/1/20`, - Month: `April`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Vermont`, - UnitsSold: 3386, - ManufacturingPrice: 10, - SalePrice: 125, - GrossSales: 423250, - Discounts: 908.75, - Sales: 422341.25, - COGS: 87240, - Profit: 335101.25, - Date: `6/1/20`, - Month: `June`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Vermont`, - UnitsSold: 852, - ManufacturingPrice: 10, - SalePrice: 125, - GrossSales: 106500, - Discounts: 983.75, - Sales: 105516.25, - COGS: 94440, - Profit: 11076.25, - Date: `6/1/20`, - Month: `June`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Vermont`, - UnitsSold: 2783, - ManufacturingPrice: 10, - SalePrice: 125, - GrossSales: 347875, - Discounts: 2278.75, - Sales: 345596.25, - COGS: 218760, - Profit: 126836.25, - Date: `7/1/20`, - Month: `July`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Vermont`, - UnitsSold: 2684, - ManufacturingPrice: 10, - SalePrice: 15, - GrossSales: 40260, - Discounts: 112.05, - Sales: 40147.95, - COGS: 7470, - Profit: 32677.95, - Date: `9/1/20`, - Month: `September`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Vermont`, - UnitsSold: 4083, - ManufacturingPrice: 10, - SalePrice: 300, - GrossSales: 1224900, - Discounts: 8715, - Sales: 1216185, - COGS: 726250, - Profit: 489935, - Date: `11/1/20`, - Month: `November`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Vermont`, - UnitsSold: 2816, - ManufacturingPrice: 10, - SalePrice: 350, - GrossSales: 985600, - Discounts: 7542.5, - Sales: 978057.5, - COGS: 560300, - Profit: 417757.5, - Date: `12/1/20`, - Month: `December`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Burlington`, - UnitsSold: 4294, - ManufacturingPrice: 120, - SalePrice: 20, - GrossSales: 85880, - Discounts: 772.8, - Sales: 85107.2, - COGS: 38640, - Profit: 46467.2, - Date: `4/1/20`, - Month: `April`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Burlington`, - UnitsSold: 2856, - ManufacturingPrice: 120, - SalePrice: 7, - GrossSales: 19992, - Discounts: 25.34, - Sales: 19966.66, - COGS: 1810, - Profit: 18156.66, - Date: `5/1/20`, - Month: `May`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Burlington`, - UnitsSold: 1407, - ManufacturingPrice: 120, - SalePrice: 125, - GrossSales: 175875, - Discounts: 1153.75, - Sales: 174721.25, - COGS: 110760, - Profit: 63961.25, - Date: `8/1/20`, - Month: `August`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Mandarin`, - UnitsSold: 1265, - ManufacturingPrice: 250, - SalePrice: 7, - GrossSales: 8855, - Discounts: 18.41, - Sales: 8836.59, - COGS: 1315, - Profit: 7521.59, - Date: `3/1/20`, - Month: `March`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Mandarin`, - UnitsSold: 3892, - ManufacturingPrice: 250, - SalePrice: 350, - GrossSales: 1362200, - Discounts: 3302.25, - Sales: 1358897.75, - COGS: 245310, - Profit: 1113587.75, - Date: `4/1/20`, - Month: `April`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Mandarin`, - UnitsSold: 3068, - ManufacturingPrice: 250, - SalePrice: 125, - GrossSales: 383500, - Discounts: 908.75, - Sales: 382591.25, - COGS: 87240, - Profit: 295351.25, - Date: `6/1/20`, - Month: `June`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Mandarin`, - UnitsSold: 2181, - ManufacturingPrice: 250, - SalePrice: 125, - GrossSales: 272625, - Discounts: 983.75, - Sales: 271641.25, - COGS: 94440, - Profit: 177201.25, - Date: `6/1/20`, - Month: `June`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Mandarin`, - UnitsSold: 1356, - ManufacturingPrice: 250, - SalePrice: 300, - GrossSales: 406800, - Discounts: 2958, - Sales: 403842, - COGS: 246500, - Profit: 177201.25, - Date: `6/1/20`, - Month: `June`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Mandarin`, - UnitsSold: 1814, - ManufacturingPrice: 250, - SalePrice: 350, - GrossSales: 634900, - Discounts: 4889.5, - Sales: 630010.5, - COGS: 363220, - Profit: 266790.5, - Date: `10/1/20`, - Month: `October`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Mandarin`, - UnitsSold: 1495, - ManufacturingPrice: 250, - SalePrice: 125, - GrossSales: 186875, - Discounts: 2180, - Sales: 184695, - COGS: 209280, - Profit: 24585, - Date: `11/1/20`, - Month: `November`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Kensington`, - UnitsSold: 1463, - ManufacturingPrice: 3, - SalePrice: 125, - GrossSales: 182875, - Discounts: 1856.25, - Sales: 181018.75, - COGS: 89100, - Profit: 91918.75, - Date: `4/1/20`, - Month: `April`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Kensington`, - UnitsSold: 215, - ManufacturingPrice: 3, - SalePrice: 12, - GrossSales: 2580, - Discounts: 310.8, - Sales: 2269.2, - COGS: 3885, - Profit: 1615.8, - Date: `10/1/20`, - Month: `October`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Kensington`, - UnitsSold: 566, - ManufacturingPrice: 3, - SalePrice: 350, - GrossSales: 198100, - Discounts: 19964, - Sales: 178136, - COGS: 741520, - Profit: 563384, - Date: `12/1/20`, - Month: `December`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Royal Oak`, - UnitsSold: 3255, - ManufacturingPrice: 5, - SalePrice: 12, - GrossSales: 39060, - Discounts: 274.08, - Sales: 38785.92, - COGS: 3426, - Profit: 35359.92, - Date: `6/1/20`, - Month: `June`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Royal Oak`, - UnitsSold: 772, - ManufacturingPrice: 5, - SalePrice: 20, - GrossSales: 15440, - Discounts: 626.4, - Sales: 14813.6, - COGS: 15660, - Profit: 846.4, - Date: `10/1/20`, - Month: `October`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Royal Oak`, - UnitsSold: 1135, - ManufacturingPrice: 5, - SalePrice: 12, - GrossSales: 13620, - Discounts: 165.6, - Sales: 13454.4, - COGS: 2070, - Profit: 11384.4, - Date: `11/1/20`, - Month: `November`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Vermont`, - UnitsSold: 1193, - ManufacturingPrice: 10, - SalePrice: 15, - GrossSales: 17895, - Discounts: 708.9, - Sales: 17186.1, - COGS: 23630, - Profit: 6443.9, - Date: `2/1/20`, - Month: `February`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Vermont`, - UnitsSold: 2530, - ManufacturingPrice: 10, - SalePrice: 300, - GrossSales: 759000, - Discounts: 5508, - Sales: 753492, - COGS: 229500, - Profit: 523992, - Date: `5/1/20`, - Month: `May`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Vermont`, - UnitsSold: 3451, - ManufacturingPrice: 10, - SalePrice: 300, - GrossSales: 1035300, - Discounts: 10368, - Sales: 1024932, - COGS: 432000, - Profit: 592932, - Date: `5/1/20`, - Month: `May`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Vermont`, - UnitsSold: 3059, - ManufacturingPrice: 10, - SalePrice: 12, - GrossSales: 36708, - Discounts: 274.08, - Sales: 36433.92, - COGS: 3426, - Profit: 33007.92, - Date: `6/1/20`, - Month: `June`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Vermont`, - UnitsSold: 3957, - ManufacturingPrice: 10, - SalePrice: 125, - GrossSales: 494625, - Discounts: 1655, - Sales: 492970, - COGS: 79440, - Profit: 413530, - Date: `6/1/20`, - Month: `June`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Vermont`, - UnitsSold: 3444, - ManufacturingPrice: 10, - SalePrice: 12, - GrossSales: 41328, - Discounts: 310.8, - Sales: 41017.2, - COGS: 3885, - Profit: 37132.2, - Date: `10/1/20`, - Month: `October`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Vermont`, - UnitsSold: 3154, - ManufacturingPrice: 10, - SalePrice: 300, - GrossSales: 946200, - Discounts: 11496, - Sales: 934704, - COGS: 479000, - Profit: 455704, - Date: `12/1/20`, - Month: `December`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Vermont`, - UnitsSold: 4108, - ManufacturingPrice: 10, - SalePrice: 350, - GrossSales: 1437800, - Discounts: 19964, - Sales: 1417836, - COGS: 741520, - Profit: 676316, - Date: `12/1/20`, - Month: `December`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Vermont`, - UnitsSold: 3760, - ManufacturingPrice: 10, - SalePrice: 125, - GrossSales: 470000, - Discounts: 6822.5, - Sales: 463177.5, - COGS: 327480, - Profit: 135697.5, - Date: `12/1/20`, - Month: `December`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Vermont`, - UnitsSold: 2334, - ManufacturingPrice: 10, - SalePrice: 12, - GrossSales: 28008, - Discounts: 253.2, - Sales: 27754.8, - COGS: 3165, - Profit: 24589.8, - Date: `12/1/20`, - Month: `December`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Vermont`, - UnitsSold: 580, - ManufacturingPrice: 10, - SalePrice: 12, - GrossSales: 6960, - Discounts: 260.16, - Sales: 6699.84, - COGS: 3252, - Profit: 3447.84, - Date: `12/1/20`, - Month: `December`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Burlington`, - UnitsSold: 2610, - ManufacturingPrice: 120, - SalePrice: 20, - GrossSales: 52200, - Discounts: 626.4, - Sales: 51573.6, - COGS: 15660, - Profit: 35913.6, - Date: `10/1/20`, - Month: `October`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Burlington`, - UnitsSold: 1459, - ManufacturingPrice: 120, - SalePrice: 350, - GrossSales: 510650, - Discounts: 20139, - Sales: 490511, - COGS: 748020, - Profit: 257509, - Date: `10/1/20`, - Month: `October`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Burlington`, - UnitsSold: 3774, - ManufacturingPrice: 120, - SalePrice: 12, - GrossSales: 45288, - Discounts: 253.2, - Sales: 45034.8, - COGS: 3165, - Profit: 41869.8, - Date: `12/1/20`, - Month: `December`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Burlington`, - UnitsSold: 2572, - ManufacturingPrice: 120, - SalePrice: 12, - GrossSales: 30864, - Discounts: 260.16, - Sales: 30603.84, - COGS: 3252, - Profit: 27351.84, - Date: `12/1/20`, - Month: `December`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Mandarin`, - UnitsSold: 320, - ManufacturingPrice: 250, - SalePrice: 125, - GrossSales: 40000, - Discounts: 1655, - Sales: 38345, - COGS: 79440, - Profit: 41095, - Date: `6/1/20`, - Month: `June`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Mandarin`, - UnitsSold: 3275, - ManufacturingPrice: 250, - SalePrice: 350, - GrossSales: 1146250, - Discounts: 20139, - Sales: 1126111, - COGS: 748020, - Profit: 378091, - Date: `10/1/20`, - Month: `October`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Mandarin`, - UnitsSold: 3582, - ManufacturingPrice: 250, - SalePrice: 125, - GrossSales: 447750, - Discounts: 6822.5, - Sales: 440927.5, - COGS: 327480, - Profit: 113447.5, - Date: `12/1/20`, - Month: `December`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Luxe`, - UnitsSold: 4056, - ManufacturingPrice: 260, - SalePrice: 300, - GrossSales: 1216800, - Discounts: 1554, - Sales: 1215246, - COGS: 64750, - Profit: 1150496, - Date: `3/1/20`, - Month: `March`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Luxe`, - UnitsSold: 2144, - ManufacturingPrice: 260, - SalePrice: 300, - GrossSales: 643200, - Discounts: 6606, - Sales: 636594, - COGS: 275250, - Profit: 361344, - Date: `3/1/20`, - Month: `March`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Luxe`, - UnitsSold: 3502, - ManufacturingPrice: 260, - SalePrice: 125, - GrossSales: 437750, - Discounts: 5690, - Sales: 432060, - COGS: 273120, - Profit: 158940, - Date: `5/1/20`, - Month: `May`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Luxe`, - UnitsSold: 679, - ManufacturingPrice: 260, - SalePrice: 20, - GrossSales: 13580, - Discounts: 494.4, - Sales: 13085.6, - COGS: 12360, - Profit: 725.6, - Date: `11/1/20`, - Month: `November`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Luxe`, - UnitsSold: 2351, - ManufacturingPrice: 260, - SalePrice: 20, - GrossSales: 47020, - Discounts: 376.4, - Sales: 46643.6, - COGS: 9410, - Profit: 37233.6, - Date: `11/1/20`, - Month: `November`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Luxe`, - UnitsSold: 2043, - ManufacturingPrice: 260, - SalePrice: 300, - GrossSales: 612900, - Discounts: 11496, - Sales: 601404, - COGS: 479000, - Profit: 122404, - Date: `12/1/20`, - Month: `December`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Kensington`, - UnitsSold: 3565, - ManufacturingPrice: 3, - SalePrice: 125, - GrossSales: 445625, - Discounts: 15913.13, - Sales: 429711.88, - COGS: 509220, - Profit: 79508.13, - Date: `4/1/20`, - Month: `April`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Kensington`, - UnitsSold: 1401, - ManufacturingPrice: 3, - SalePrice: 20, - GrossSales: 28020, - Discounts: 1548, - Sales: 26472, - COGS: 25800, - Profit: 672, - Date: `4/1/20`, - Month: `April`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Kensington`, - UnitsSold: 2077, - ManufacturingPrice: 3, - SalePrice: 300, - GrossSales: 623100, - Discounts: 6201, - Sales: 616899, - COGS: 172250, - Profit: 444649, - Date: `6/1/20`, - Month: `June`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Kensington`, - UnitsSold: 3643, - ManufacturingPrice: 3, - SalePrice: 12, - GrossSales: 43716, - Discounts: 700.92, - Sales: 43015.08, - COGS: 5841, - Profit: 37174.08, - Date: `9/1/20`, - Month: `September`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Royal Oak`, - UnitsSold: 2960, - ManufacturingPrice: 5, - SalePrice: 7, - GrossSales: 20720, - Discounts: 411.18, - Sales: 20308.82, - COGS: 9790, - Profit: 10518.82, - Date: `2/1/20`, - Month: `February`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Royal Oak`, - UnitsSold: 1201, - ManufacturingPrice: 5, - SalePrice: 12, - GrossSales: 14412, - Discounts: 684.36, - Sales: 13727.64, - COGS: 5703, - Profit: 8024.64, - Date: `6/1/20`, - Month: `June`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Royal Oak`, - UnitsSold: 2321, - ManufacturingPrice: 5, - SalePrice: 7, - GrossSales: 16247, - Discounts: 114.24, - Sales: 16132.76, - COGS: 2720, - Profit: 13412.76, - Date: `9/1/20`, - Month: `September`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Royal Oak`, - UnitsSold: 3972, - ManufacturingPrice: 5, - SalePrice: 125, - GrossSales: 496500, - Discounts: 4826.25, - Sales: 491673.75, - COGS: 154440, - Profit: 337233.75, - Date: `12/1/20`, - Month: `December`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Royal Oak`, - UnitsSold: 3878, - ManufacturingPrice: 5, - SalePrice: 125, - GrossSales: 484750, - Discounts: 6397.5, - Sales: 478352.5, - COGS: 204720, - Profit: 273632.5, - Date: `12/1/20`, - Month: `December`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Vermont`, - UnitsSold: 2278, - ManufacturingPrice: 10, - SalePrice: 300, - GrossSales: 683400, - Discounts: 21910.5, - Sales: 661489.5, - COGS: 608625, - Profit: 52864.5, - Date: `1/1/20`, - Month: `January`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Vermont`, - UnitsSold: 1075, - ManufacturingPrice: 10, - SalePrice: 125, - GrossSales: 134375, - Discounts: 6652.5, - Sales: 127722.5, - COGS: 212880, - Profit: 85157.5, - Date: `3/1/20`, - Month: `March`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Vermont`, - UnitsSold: 4050, - ManufacturingPrice: 10, - SalePrice: 12, - GrossSales: 48600, - Discounts: 684.36, - Sales: 47915.64, - COGS: 5703, - Profit: 42212.64, - Date: `6/1/20`, - Month: `June`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Vermont`, - UnitsSold: 3035, - ManufacturingPrice: 10, - SalePrice: 300, - GrossSales: 910500, - Discounts: 6201, - Sales: 904299, - COGS: 172250, - Profit: 732049, - Date: `6/1/20`, - Month: `June`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Vermont`, - UnitsSold: 3636, - ManufacturingPrice: 10, - SalePrice: 125, - GrossSales: 454500, - Discounts: 5887.5, - Sales: 448612.5, - COGS: 188400, - Profit: 260212.5, - Date: `6/1/20`, - Month: `June`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Vermont`, - UnitsSold: 1379, - ManufacturingPrice: 10, - SalePrice: 12, - GrossSales: 16548, - Discounts: 493.02, - Sales: 16054.98, - COGS: 4108.5, - Profit: 11946.48, - Date: `7/1/20`, - Month: `July`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Vermont`, - UnitsSold: 4492, - ManufacturingPrice: 10, - SalePrice: 125, - GrossSales: 561500, - Discounts: 7533.75, - Sales: 553966.25, - COGS: 241080, - Profit: 312886.25, - Date: `10/1/20`, - Month: `October`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Vermont`, - UnitsSold: 1744, - ManufacturingPrice: 10, - SalePrice: 125, - GrossSales: 218000, - Discounts: 4826.25, - Sales: 213173.75, - COGS: 154440, - Profit: 58733.75, - Date: `12/1/20`, - Month: `December`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Vermont`, - UnitsSold: 2341, - ManufacturingPrice: 10, - SalePrice: 125, - GrossSales: 292625, - Discounts: 6397.5, - Sales: 286227.5, - COGS: 204720, - Profit: 81507.5, - Date: `12/1/20`, - Month: `December`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Burlington`, - UnitsSold: 3835, - ManufacturingPrice: 120, - SalePrice: 125, - GrossSales: 479375, - Discounts: 7533.75, - Sales: 471841.25, - COGS: 241080, - Profit: 230761.25, - Date: `10/1/20`, - Month: `October`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Mandarin`, - UnitsSold: 1161, - ManufacturingPrice: 250, - SalePrice: 300, - GrossSales: 348300, - Discounts: 25596, - Sales: 322704, - COGS: 711000, - Profit: 388296, - Date: `2/1/20`, - Month: `February`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Mandarin`, - UnitsSold: 876, - ManufacturingPrice: 250, - SalePrice: 12, - GrossSales: 10512, - Discounts: 689.76, - Sales: 9822.24, - COGS: 5748, - Profit: 4074.24, - Date: `4/1/20`, - Month: `April`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Mandarin`, - UnitsSold: 1705, - ManufacturingPrice: 250, - SalePrice: 125, - GrossSales: 213125, - Discounts: 5887.5, - Sales: 207237.5, - COGS: 188400, - Profit: 18837.5, - Date: `6/1/20`, - Month: `June`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Mandarin`, - UnitsSold: 1805, - ManufacturingPrice: 250, - SalePrice: 300, - GrossSales: 541500, - Discounts: 16866, - Sales: 524634, - COGS: 468500, - Profit: 56134, - Date: `8/1/20`, - Month: `August`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Mandarin`, - UnitsSold: 389, - ManufacturingPrice: 250, - SalePrice: 350, - GrossSales: 136150, - Discounts: 17241, - Sales: 118909, - COGS: 426920, - Profit: 308011, - Date: `8/1/20`, - Month: `August`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Kensington`, - UnitsSold: 1459, - ManufacturingPrice: 3, - SalePrice: 20, - GrossSales: 29180, - Discounts: 498.6, - Sales: 28681.4, - COGS: 8310, - Profit: 20371.4, - Date: `5/1/20`, - Month: `May`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Burlington`, - UnitsSold: 4236, - ManufacturingPrice: 120, - SalePrice: 20, - GrossSales: 84720, - Discounts: 2310.3, - Sales: 82409.7, - COGS: 38505, - Profit: 43904.7, - Date: `4/1/20`, - Month: `April`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Mandarin`, - UnitsSold: 3627, - ManufacturingPrice: 250, - SalePrice: 12, - GrossSales: 43524, - Discounts: 892.44, - Sales: 42631.56, - COGS: 7437, - Profit: 35194.56, - Date: `1/1/20`, - Month: `January`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Royal Oak`, - UnitsSold: 1756, - ManufacturingPrice: 5, - SalePrice: 15, - GrossSales: 26340, - Discounts: 1218.6, - Sales: 25121.4, - COGS: 20310, - Profit: 4811.4, - Date: `10/1/20`, - Month: `October`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Vermont`, - UnitsSold: 307, - ManufacturingPrice: 10, - SalePrice: 15, - GrossSales: 4605, - Discounts: 1218.6, - Sales: 3386.4, - COGS: 20310, - Profit: 16923.6, - Date: `10/1/20`, - Month: `October`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Kensington`, - UnitsSold: 1222, - ManufacturingPrice: 3, - SalePrice: 300, - GrossSales: 366600, - Discounts: 24252, - Sales: 342348, - COGS: 505250, - Profit: 162902, - Date: `10/1/20`, - Month: `October`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Kensington`, - UnitsSold: 489, - ManufacturingPrice: 3, - SalePrice: 350, - GrossSales: 171150, - Discounts: 3836, - Sales: 167314, - COGS: 71240, - Profit: 96074, - Date: `12/1/20`, - Month: `December`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Royal Oak`, - UnitsSold: 4133, - ManufacturingPrice: 5, - SalePrice: 15, - GrossSales: 61995, - Discounts: 1180.2, - Sales: 60814.8, - COGS: 19670, - Profit: 41144.8, - Date: `3/1/20`, - Month: `March`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Royal Oak`, - UnitsSold: 2743, - ManufacturingPrice: 5, - SalePrice: 300, - GrossSales: 822900, - Discounts: 22308, - Sales: 800592, - COGS: 464750, - Profit: 335842, - Date: `8/1/20`, - Month: `August`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Royal Oak`, - UnitsSold: 4460, - ManufacturingPrice: 5, - SalePrice: 300, - GrossSales: 1338000, - Discounts: 24252, - Sales: 1313748, - COGS: 505250, - Profit: 808498, - Date: `10/1/20`, - Month: `October`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Royal Oak`, - UnitsSold: 1232, - ManufacturingPrice: 5, - SalePrice: 125, - GrossSales: 154000, - Discounts: 5690, - Sales: 148310, - COGS: 136560, - Profit: 11750, - Date: `12/1/20`, - Month: `December`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Vermont`, - UnitsSold: 2586, - ManufacturingPrice: 10, - SalePrice: 7, - GrossSales: 18102, - Discounts: 1190.28, - Sales: 16911.72, - COGS: 21255, - Profit: 4343.28, - Date: `1/1/20`, - Month: `January`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Vermont`, - UnitsSold: 1332, - ManufacturingPrice: 10, - SalePrice: 125, - GrossSales: 166500, - Discounts: 3975, - Sales: 162525, - COGS: 95400, - Profit: 67125, - Date: `3/1/20`, - Month: `March`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Vermont`, - UnitsSold: 4487, - ManufacturingPrice: 10, - SalePrice: 300, - GrossSales: 1346100, - Discounts: 16974, - Sales: 1329126, - COGS: 353625, - Profit: 975501, - Date: `4/1/20`, - Month: `April`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Vermont`, - UnitsSold: 3862, - ManufacturingPrice: 10, - SalePrice: 300, - GrossSales: 1158600, - Discounts: 35016, - Sales: 1123584, - COGS: 729500, - Profit: 394084, - Date: `5/1/20`, - Month: `May`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Vermont`, - UnitsSold: 1765, - ManufacturingPrice: 10, - SalePrice: 350, - GrossSales: 617750, - Discounts: 48300, - Sales: 569450, - COGS: 897000, - Profit: 327550, - Date: `7/1/20`, - Month: `July`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Vermont`, - UnitsSold: 3533, - ManufacturingPrice: 10, - SalePrice: 125, - GrossSales: 441625, - Discounts: 14940, - Sales: 426685, - COGS: 358560, - Profit: 68125, - Date: `7/1/20`, - Month: `July`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Vermont`, - UnitsSold: 2016, - ManufacturingPrice: 10, - SalePrice: 15, - GrossSales: 30240, - Discounts: 130.8, - Sales: 30109.2, - COGS: 2180, - Profit: 27929.2, - Date: `9/1/20`, - Month: `September`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Vermont`, - UnitsSold: 2938, - ManufacturingPrice: 10, - SalePrice: 20, - GrossSales: 58760, - Discounts: 1659.2, - Sales: 57100.8, - COGS: 20740, - Profit: 36360.8, - Date: `9/1/20`, - Month: `September`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Vermont`, - UnitsSold: 3352, - ManufacturingPrice: 10, - SalePrice: 20, - GrossSales: 67040, - Discounts: 844.8, - Sales: 66195.2, - COGS: 10560, - Profit: 55635.2, - Date: `9/1/20`, - Month: `September`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Vermont`, - UnitsSold: 2430, - ManufacturingPrice: 10, - SalePrice: 350, - GrossSales: 850500, - Discounts: 3836, - Sales: 846664, - COGS: 71240, - Profit: 775424, - Date: `12/1/20`, - Month: `December`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Vermont`, - UnitsSold: 535, - ManufacturingPrice: 10, - SalePrice: 125, - GrossSales: 66875, - Discounts: 5690, - Sales: 61185, - COGS: 136560, - Profit: 75375, - Date: `12/1/20`, - Month: `December`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Burlington`, - UnitsSold: 1523, - ManufacturingPrice: 120, - SalePrice: 12, - GrossSales: 18276, - Discounts: 703.2, - Sales: 17572.8, - COGS: 4395, - Profit: 13177.8, - Date: `3/1/20`, - Month: `March`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Burlington`, - UnitsSold: 1782, - ManufacturingPrice: 120, - SalePrice: 350, - GrossSales: 623700, - Discounts: 30478, - Sales: 593222, - COGS: 566020, - Profit: 27202, - Date: `10/1/20`, - Month: `October`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Mandarin`, - UnitsSold: 347, - ManufacturingPrice: 250, - SalePrice: 12, - GrossSales: 4164, - Discounts: 415.68, - Sales: 3748.32, - COGS: 2598, - Profit: 1150.32, - Date: `5/1/20`, - Month: `May`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Mandarin`, - UnitsSold: 3509, - ManufacturingPrice: 250, - SalePrice: 350, - GrossSales: 1228150, - Discounts: 30478, - Sales: 1197672, - COGS: 566020, - Profit: 631652, - Date: `10/1/20`, - Month: `October`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Luxe`, - UnitsSold: 2943, - ManufacturingPrice: 260, - SalePrice: 350, - GrossSales: 1030050, - Discounts: 26110, - Sales: 1003940, - COGS: 484900, - Profit: 519040, - Date: `2/1/20`, - Month: `February`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Luxe`, - UnitsSold: 4037, - ManufacturingPrice: 260, - SalePrice: 125, - GrossSales: 504625, - Discounts: 5370, - Sales: 499255, - COGS: 128880, - Profit: 370375, - Date: `4/1/20`, - Month: `April`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Luxe`, - UnitsSold: 4146, - ManufacturingPrice: 260, - SalePrice: 350, - GrossSales: 1451100, - Discounts: 26698, - Sales: 1424402, - COGS: 495820, - Profit: 928582, - Date: `9/1/20`, - Month: `September`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Vermont`, - UnitsSold: 725, - ManufacturingPrice: 10, - SalePrice: 7, - GrossSales: 5075, - Discounts: 480.2, - Sales: 4594.8, - COGS: 6860, - Profit: 2265.2, - Date: `1/1/20`, - Month: `January`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Vermont`, - UnitsSold: 2325, - ManufacturingPrice: 10, - SalePrice: 7, - GrossSales: 16275, - Discounts: 941.15, - Sales: 15333.85, - COGS: 13445, - Profit: 1888.85, - Date: `10/1/20`, - Month: `October`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Vermont`, - UnitsSold: 675, - ManufacturingPrice: 10, - SalePrice: 12, - GrossSales: 8100, - Discounts: 1458.6, - Sales: 6641.4, - COGS: 7293, - Profit: 651.6, - Date: `12/1/20`, - Month: `December`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Burlington`, - UnitsSold: 2990, - ManufacturingPrice: 120, - SalePrice: 12, - GrossSales: 35880, - Discounts: 1458.6, - Sales: 34421.4, - COGS: 7293, - Profit: 27128.4, - Date: `12/1/20`, - Month: `December`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Mandarin`, - UnitsSold: 1072, - ManufacturingPrice: 250, - SalePrice: 7, - GrossSales: 7504, - Discounts: 941.15, - Sales: 6562.85, - COGS: 13445, - Profit: 6882.15, - Date: `10/1/20`, - Month: `October`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Luxe`, - UnitsSold: 1048, - ManufacturingPrice: 260, - SalePrice: 7, - GrossSales: 7336, - Discounts: 589.05, - Sales: 6746.95, - COGS: 8415, - Profit: 1668.05, - Date: `7/1/20`, - Month: `July`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Luxe`, - UnitsSold: 469, - ManufacturingPrice: 260, - SalePrice: 12, - GrossSales: 5628, - Discounts: 673.8, - Sales: 4954.2, - COGS: 3369, - Profit: 1585.2, - Date: `8/1/20`, - Month: `August`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Kensington`, - UnitsSold: 4240, - ManufacturingPrice: 3, - SalePrice: 12, - GrossSales: 50880, - Discounts: 1119, - Sales: 49761, - COGS: 5595, - Profit: 44166, - Date: `2/1/20`, - Month: `February`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Kensington`, - UnitsSold: 1976, - ManufacturingPrice: 3, - SalePrice: 12, - GrossSales: 23712, - Discounts: 669.6, - Sales: 23042.4, - COGS: 3348, - Profit: 19694.4, - Date: `2/1/20`, - Month: `February`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Kensington`, - UnitsSold: 1984, - ManufacturingPrice: 3, - SalePrice: 20, - GrossSales: 39680, - Discounts: 1563, - Sales: 38117, - COGS: 15630, - Profit: 22487, - Date: `5/1/20`, - Month: `May`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Kensington`, - UnitsSold: 480, - ManufacturingPrice: 3, - SalePrice: 300, - GrossSales: 144000, - Discounts: 14865, - Sales: 129135, - COGS: 247750, - Profit: 118615, - Date: `6/1/20`, - Month: `June`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Kensington`, - UnitsSold: 1205, - ManufacturingPrice: 3, - SalePrice: 15, - GrossSales: 18075, - Discounts: 2093.25, - Sales: 15981.75, - COGS: 27910, - Profit: 11928.25, - Date: `11/1/20`, - Month: `November`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Kensington`, - UnitsSold: 2480, - ManufacturingPrice: 3, - SalePrice: 7, - GrossSales: 17360, - Discounts: 199.5, - Sales: 17160.5, - COGS: 2850, - Profit: 14310.5, - Date: `12/1/20`, - Month: `December`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Kensington`, - UnitsSold: 2926, - ManufacturingPrice: 3, - SalePrice: 7, - GrossSales: 20482, - Discounts: 870.45, - Sales: 19611.55, - COGS: 12435, - Profit: 7176.55, - Date: `12/1/20`, - Month: `December`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Royal Oak`, - UnitsSold: 3210, - ManufacturingPrice: 5, - SalePrice: 350, - GrossSales: 1123500, - Discounts: 24228.75, - Sales: 1099271.25, - COGS: 359970, - Profit: 739301.25, - Date: `1/1/20`, - Month: `January`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Royal Oak`, - UnitsSold: 3221, - ManufacturingPrice: 5, - SalePrice: 125, - GrossSales: 402625, - Discounts: 22668.75, - Sales: 379956.25, - COGS: 435240, - Profit: 55283.75, - Date: `7/1/20`, - Month: `July`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Royal Oak`, - UnitsSold: 1127, - ManufacturingPrice: 5, - SalePrice: 12, - GrossSales: 13524, - Discounts: 1405.2, - Sales: 12118.8, - COGS: 7026, - Profit: 5092.8, - Date: `11/1/20`, - Month: `November`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Vermont`, - UnitsSold: 1610, - ManufacturingPrice: 10, - SalePrice: 20, - GrossSales: 32200, - Discounts: 1303, - Sales: 30897, - COGS: 13030, - Profit: 17867, - Date: `2/1/20`, - Month: `February`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Vermont`, - UnitsSold: 4100, - ManufacturingPrice: 10, - SalePrice: 125, - GrossSales: 512500, - Discounts: 18700, - Sales: 493800, - COGS: 359040, - Profit: 134760, - Date: `3/1/20`, - Month: `March`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Vermont`, - UnitsSold: 1012, - ManufacturingPrice: 10, - SalePrice: 125, - GrossSales: 126500, - Discounts: 14906.25, - Sales: 111593.75, - COGS: 286200, - Profit: 174606.25, - Date: `3/1/20`, - Month: `March`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Vermont`, - UnitsSold: 3337, - ManufacturingPrice: 10, - SalePrice: 300, - GrossSales: 1001100, - Discounts: 24105, - Sales: 976995, - COGS: 401750, - Profit: 575245, - Date: `4/1/20`, - Month: `April`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Vermont`, - UnitsSold: 3955, - ManufacturingPrice: 10, - SalePrice: 7, - GrossSales: 27685, - Discounts: 814.45, - Sales: 26870.55, - COGS: 11635, - Profit: 15235.55, - Date: `5/1/20`, - Month: `May`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Vermont`, - UnitsSold: 4347, - ManufacturingPrice: 10, - SalePrice: 300, - GrossSales: 1304100, - Discounts: 14865, - Sales: 1289235, - COGS: 247750, - Profit: 1041485, - Date: `6/1/20`, - Month: `June`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Vermont`, - UnitsSold: 1548, - ManufacturingPrice: 10, - SalePrice: 350, - GrossSales: 541800, - Discounts: 10535, - Sales: 531265, - COGS: 156520, - Profit: 374745, - Date: `6/1/20`, - Month: `June`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Vermont`, - UnitsSold: 2153, - ManufacturingPrice: 10, - SalePrice: 15, - GrossSales: 32295, - Discounts: 1965, - Sales: 30330, - COGS: 26200, - Profit: 4130, - Date: `9/1/20`, - Month: `September`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Vermont`, - UnitsSold: 4126, - ManufacturingPrice: 10, - SalePrice: 125, - GrossSales: 515750, - Discounts: 5381.25, - Sales: 510368.75, - COGS: 103320, - Profit: 407048.75, - Date: `10/1/20`, - Month: `October`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Vermont`, - UnitsSold: 3376, - ManufacturingPrice: 10, - SalePrice: 20, - GrossSales: 67520, - Discounts: 2663, - Sales: 64857, - COGS: 26630, - Profit: 38227, - Date: `12/1/20`, - Month: `December`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Burlington`, - UnitsSold: 2244, - ManufacturingPrice: 120, - SalePrice: 15, - GrossSales: 33660, - Discounts: 416.25, - Sales: 33243.75, - COGS: 5550, - Profit: 27693.75, - Date: `1/1/20`, - Month: `January`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Burlington`, - UnitsSold: 1360, - ManufacturingPrice: 120, - SalePrice: 15, - GrossSales: 20400, - Discounts: 2145.75, - Sales: 18254.25, - COGS: 28610, - Profit: 10355.75, - Date: `1/1/20`, - Month: `January`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Burlington`, - UnitsSold: 279, - ManufacturingPrice: 120, - SalePrice: 125, - GrossSales: 34875, - Discounts: 5043.75, - Sales: 29831.25, - COGS: 96840, - Profit: 67008.75, - Date: `2/1/20`, - Month: `February`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Burlington`, - UnitsSold: 2521, - ManufacturingPrice: 120, - SalePrice: 350, - GrossSales: 882350, - Discounts: 10535, - Sales: 871815, - COGS: 156520, - Profit: 715295, - Date: `6/1/20`, - Month: `June`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Burlington`, - UnitsSold: 2433, - ManufacturingPrice: 120, - SalePrice: 20, - GrossSales: 48660, - Discounts: 2832, - Sales: 45828, - COGS: 28320, - Profit: 17508, - Date: `8/1/20`, - Month: `August`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Burlington`, - UnitsSold: 1738, - ManufacturingPrice: 120, - SalePrice: 20, - GrossSales: 34760, - Discounts: 1579, - Sales: 33181, - COGS: 15790, - Profit: 17391, - Date: `8/1/20`, - Month: `August`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Burlington`, - UnitsSold: 1106, - ManufacturingPrice: 120, - SalePrice: 125, - GrossSales: 138250, - Discounts: 5381.25, - Sales: 132868.75, - COGS: 103320, - Profit: 29548.75, - Date: `10/1/20`, - Month: `October`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Burlington`, - UnitsSold: 213, - ManufacturingPrice: 120, - SalePrice: 300, - GrossSales: 63900, - Discounts: 18750, - Sales: 45150, - COGS: 312500, - Profit: 267350, - Date: `12/1/20`, - Month: `December`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Mandarin`, - UnitsSold: 2929, - ManufacturingPrice: 250, - SalePrice: 20, - GrossSales: 58580, - Discounts: 2663, - Sales: 55917, - COGS: 26630, - Profit: 29287, - Date: `12/1/20`, - Month: `December`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Mandarin`, - UnitsSold: 2389, - ManufacturingPrice: 250, - SalePrice: 7, - GrossSales: 16723, - Discounts: 199.5, - Sales: 16523.5, - COGS: 2850, - Profit: 13673.5, - Date: `12/1/20`, - Month: `December`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Mandarin`, - UnitsSold: 3086, - ManufacturingPrice: 250, - SalePrice: 7, - GrossSales: 21602, - Discounts: 870.45, - Sales: 20731.55, - COGS: 12435, - Profit: 8296.55, - Date: `12/1/20`, - Month: `December`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Luxe`, - UnitsSold: 745, - ManufacturingPrice: 260, - SalePrice: 350, - GrossSales: 260750, - Discounts: 23625, - Sales: 237125, - COGS: 351000, - Profit: 113875, - Date: `2/1/20`, - Month: `February`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Luxe`, - UnitsSold: 1266, - ManufacturingPrice: 260, - SalePrice: 350, - GrossSales: 443100, - Discounts: 9660, - Sales: 433440, - COGS: 143520, - Profit: 289920, - Date: `8/1/20`, - Month: `August`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Luxe`, - UnitsSold: 4287, - ManufacturingPrice: 260, - SalePrice: 300, - GrossSales: 1286100, - Discounts: 18750, - Sales: 1267350, - COGS: 312500, - Profit: 954850, - Date: `12/1/20`, - Month: `December`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Vermont`, - UnitsSold: 3193, - ManufacturingPrice: 10, - SalePrice: 15, - GrossSales: 47895, - Discounts: 3420.9, - Sales: 44474.1, - COGS: 38010, - Profit: 6464.1, - Date: `4/1/20`, - Month: `April`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Kensington`, - UnitsSold: 1967, - ManufacturingPrice: 3, - SalePrice: 20, - GrossSales: 39340, - Discounts: 1341, - Sales: 37999, - COGS: 11175, - Profit: 26824, - Date: `1/1/20`, - Month: `January`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Kensington`, - UnitsSold: 631, - ManufacturingPrice: 3, - SalePrice: 15, - GrossSales: 9465, - Discounts: 2559.6, - Sales: 6905.4, - COGS: 28440, - Profit: 21534.6, - Date: `6/1/20`, - Month: `June`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Kensington`, - UnitsSold: 3469, - ManufacturingPrice: 3, - SalePrice: 12, - GrossSales: 41628, - Discounts: 404.64, - Sales: 41223.36, - COGS: 1686, - Profit: 39537.36, - Date: `9/1/20`, - Month: `September`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Kensington`, - UnitsSold: 3215, - ManufacturingPrice: 3, - SalePrice: 15, - GrossSales: 48225, - Discounts: 1827, - Sales: 46398, - COGS: 20300, - Profit: 26098, - Date: `11/1/20`, - Month: `November`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Royal Oak`, - UnitsSold: 1959, - ManufacturingPrice: 5, - SalePrice: 350, - GrossSales: 685650, - Discounts: 20580, - Sales: 665070, - COGS: 254800, - Profit: 410270, - Date: `4/1/20`, - Month: `April`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Royal Oak`, - UnitsSold: 2181, - ManufacturingPrice: 5, - SalePrice: 350, - GrossSales: 763350, - Discounts: 30660, - Sales: 732690, - COGS: 379600, - Profit: 353090, - Date: `5/1/20`, - Month: `May`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Royal Oak`, - UnitsSold: 2205, - ManufacturingPrice: 5, - SalePrice: 12, - GrossSales: 26460, - Discounts: 1960.56, - Sales: 24499.44, - COGS: 8169, - Profit: 16330.44, - Date: `11/1/20`, - Month: `November`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Vermont`, - UnitsSold: 1890, - ManufacturingPrice: 10, - SalePrice: 350, - GrossSales: 661500, - Discounts: 31416, - Sales: 630084, - COGS: 388960, - Profit: 241124, - Date: `6/1/20`, - Month: `June`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Burlington`, - UnitsSold: 2417, - ManufacturingPrice: 120, - SalePrice: 125, - GrossSales: 302125, - Discounts: 7140, - Sales: 294985, - COGS: 114240, - Profit: 180745, - Date: `2/1/20`, - Month: `February`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Burlington`, - UnitsSold: 1158, - ManufacturingPrice: 120, - SalePrice: 125, - GrossSales: 144750, - Discounts: 20662.5, - Sales: 124087.5, - COGS: 330600, - Profit: 206512.5, - Date: `2/1/20`, - Month: `February`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Burlington`, - UnitsSold: 803, - ManufacturingPrice: 120, - SalePrice: 15, - GrossSales: 12045, - Discounts: 1377, - Sales: 10668, - COGS: 15300, - Profit: 4632, - Date: `5/1/20`, - Month: `May`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Burlington`, - UnitsSold: 3705, - ManufacturingPrice: 120, - SalePrice: 350, - GrossSales: 1296750, - Discounts: 31416, - Sales: 1265334, - COGS: 388960, - Profit: 876374, - Date: `6/1/20`, - Month: `June`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Burlington`, - UnitsSold: 589, - ManufacturingPrice: 120, - SalePrice: 7, - GrossSales: 4123, - Discounts: 629.16, - Sales: 3493.84, - COGS: 7490, - Profit: 3996.16, - Date: `6/1/20`, - Month: `June`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Mandarin`, - UnitsSold: 3999, - ManufacturingPrice: 250, - SalePrice: 15, - GrossSales: 59985, - Discounts: 2559.6, - Sales: 57425.4, - COGS: 28440, - Profit: 28985.4, - Date: `6/1/20`, - Month: `June`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Mandarin`, - UnitsSold: 4256, - ManufacturingPrice: 250, - SalePrice: 7, - GrossSales: 29792, - Discounts: 629.16, - Sales: 29162.84, - COGS: 7490, - Profit: 21672.84, - Date: `6/1/20`, - Month: `June`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Luxe`, - UnitsSold: 2160, - ManufacturingPrice: 260, - SalePrice: 125, - GrossSales: 270000, - Discounts: 14906.25, - Sales: 255093.75, - COGS: 238500, - Profit: 16593.75, - Date: `1/1/20`, - Month: `January`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Luxe`, - UnitsSold: 466, - ManufacturingPrice: 260, - SalePrice: 350, - GrossSales: 163100, - Discounts: 35259, - Sales: 127841, - COGS: 436540, - Profit: 308699, - Date: `9/1/20`, - Month: `September`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Vermont`, - UnitsSold: 1478, - ManufacturingPrice: 10, - SalePrice: 15, - GrossSales: 22170, - Discounts: 1978.2, - Sales: 20191.8, - COGS: 21980, - Profit: 1788.2, - Date: `8/1/20`, - Month: `August`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Vermont`, - UnitsSold: 3798, - ManufacturingPrice: 10, - SalePrice: 15, - GrossSales: 56970, - Discounts: 1568.7, - Sales: 55401.3, - COGS: 17430, - Profit: 37971.3, - Date: `8/1/20`, - Month: `August`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Vermont`, - UnitsSold: 447, - ManufacturingPrice: 10, - SalePrice: 15, - GrossSales: 6705, - Discounts: 1037.7, - Sales: 5667.3, - COGS: 11530, - Profit: 5862.7, - Date: `10/1/20`, - Month: `October`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Burlington`, - UnitsSold: 745, - ManufacturingPrice: 120, - SalePrice: 20, - GrossSales: 14900, - Discounts: 1201.2, - Sales: 13698.8, - COGS: 10010, - Profit: 3688.8, - Date: `8/1/20`, - Month: `August`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Burlington`, - UnitsSold: 1732, - ManufacturingPrice: 120, - SalePrice: 7, - GrossSales: 12124, - Discounts: 559.86, - Sales: 11564.14, - COGS: 6665, - Profit: 4899.14, - Date: `11/1/20`, - Month: `November`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Mandarin`, - UnitsSold: 1759, - ManufacturingPrice: 250, - SalePrice: 15, - GrossSales: 26385, - Discounts: 1037.7, - Sales: 25347.3, - COGS: 11530, - Profit: 13817.3, - Date: `10/1/20`, - Month: `October`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Kensington`, - UnitsSold: 338, - ManufacturingPrice: 3, - SalePrice: 12, - GrossSales: 4056, - Discounts: 610.68, - Sales: 3445.32, - COGS: 2181, - Profit: 1264.32, - Date: `2/1/20`, - Month: `February`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Kensington`, - UnitsSold: 3911, - ManufacturingPrice: 3, - SalePrice: 12, - GrossSales: 46932, - Discounts: 1582.56, - Sales: 45349.44, - COGS: 5652, - Profit: 39697.44, - Date: `8/1/20`, - Month: `August`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Royal Oak`, - UnitsSold: 4473, - ManufacturingPrice: 5, - SalePrice: 12, - GrossSales: 53676, - Discounts: 1965.6, - Sales: 51710.4, - COGS: 7020, - Profit: 44690.4, - Date: `1/1/20`, - Month: `January`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Royal Oak`, - UnitsSold: 383, - ManufacturingPrice: 5, - SalePrice: 12, - GrossSales: 4596, - Discounts: 1967.28, - Sales: 2628.72, - COGS: 7026, - Profit: 4397.28, - Date: `11/1/20`, - Month: `November`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Burlington`, - UnitsSold: 1062, - ManufacturingPrice: 120, - SalePrice: 15, - GrossSales: 15930, - Discounts: 1325.1, - Sales: 14604.9, - COGS: 12620, - Profit: 1984.9, - Date: `5/1/20`, - Month: `May`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Burlington`, - UnitsSold: 4083, - ManufacturingPrice: 120, - SalePrice: 7, - GrossSales: 28581, - Discounts: 556.15, - Sales: 28024.85, - COGS: 5675, - Profit: 22349.85, - Date: `6/1/20`, - Month: `June`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Burlington`, - UnitsSold: 3974, - ManufacturingPrice: 120, - SalePrice: 7, - GrossSales: 27818, - Discounts: 268.03, - Sales: 27549.97, - COGS: 2735, - Profit: 24814.97, - Date: `11/1/20`, - Month: `November`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Burlington`, - UnitsSold: 3723, - ManufacturingPrice: 120, - SalePrice: 7, - GrossSales: 26061, - Discounts: 775.18, - Sales: 25285.82, - COGS: 7910, - Profit: 17375.82, - Date: `12/1/20`, - Month: `December`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Mandarin`, - UnitsSold: 2435, - ManufacturingPrice: 250, - SalePrice: 12, - GrossSales: 29220, - Discounts: 1460.34, - Sales: 27759.66, - COGS: 5215.5, - Profit: 22544.16, - Date: `4/1/20`, - Month: `April`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Mandarin`, - UnitsSold: 1763, - ManufacturingPrice: 250, - SalePrice: 7, - GrossSales: 12341, - Discounts: 775.18, - Sales: 11565.82, - COGS: 7910, - Profit: 3655.82, - Date: `12/1/20`, - Month: `December`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Luxe`, - UnitsSold: 4473, - ManufacturingPrice: 260, - SalePrice: 7, - GrossSales: 31311, - Discounts: 556.15, - Sales: 30754.85, - COGS: 5675, - Profit: 25079.85, - Date: `6/1/20`, - Month: `June`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Kensington`, - UnitsSold: 1246, - ManufacturingPrice: 3, - SalePrice: 350, - GrossSales: 436100, - Discounts: 43144.5, - Sales: 392955.5, - COGS: 457860, - Profit: 64904.5, - Date: `3/1/20`, - Month: `March`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Kensington`, - UnitsSold: 1615, - ManufacturingPrice: 3, - SalePrice: 300, - GrossSales: 484500, - Discounts: 9408, - Sales: 475092, - COGS: 112000, - Profit: 363092, - Date: `6/1/20`, - Month: `June`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Kensington`, - UnitsSold: 749, - ManufacturingPrice: 3, - SalePrice: 300, - GrossSales: 224700, - Discounts: 45801, - Sales: 178899, - COGS: 545250, - Profit: 366351, - Date: `10/1/20`, - Month: `October`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Royal Oak`, - UnitsSold: 1318, - ManufacturingPrice: 5, - SalePrice: 20, - GrossSales: 26360, - Discounts: 2766.4, - Sales: 23593.6, - COGS: 19760, - Profit: 3833.6, - Date: `10/1/20`, - Month: `October`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Royal Oak`, - UnitsSold: 2882, - ManufacturingPrice: 5, - SalePrice: 300, - GrossSales: 864600, - Discounts: 45801, - Sales: 818799, - COGS: 545250, - Profit: 273549, - Date: `10/1/20`, - Month: `October`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Vermont`, - UnitsSold: 2484, - ManufacturingPrice: 10, - SalePrice: 300, - GrossSales: 745200, - Discounts: 35742, - Sales: 709458, - COGS: 425500, - Profit: 283958, - Date: `5/1/20`, - Month: `May`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Vermont`, - UnitsSold: 3169, - ManufacturingPrice: 10, - SalePrice: 300, - GrossSales: 950700, - Discounts: 9408, - Sales: 941292, - COGS: 112000, - Profit: 829292, - Date: `6/1/20`, - Month: `June`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Vermont`, - UnitsSold: 4080, - ManufacturingPrice: 10, - SalePrice: 125, - GrossSales: 510000, - Discounts: 30738.75, - Sales: 479261.25, - COGS: 421560, - Profit: 57701.25, - Date: `7/1/20`, - Month: `July`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Vermont`, - UnitsSold: 3943, - ManufacturingPrice: 10, - SalePrice: 15, - GrossSales: 59145, - Discounts: 2206.05, - Sales: 56938.95, - COGS: 21010, - Profit: 35928.95, - Date: `8/1/20`, - Month: `August`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Vermont`, - UnitsSold: 253, - ManufacturingPrice: 10, - SalePrice: 20, - GrossSales: 5060, - Discounts: 2149, - Sales: 2911, - COGS: 15350, - Profit: 12439, - Date: `9/1/20`, - Month: `September`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Burlington`, - UnitsSold: 799, - ManufacturingPrice: 120, - SalePrice: 300, - GrossSales: 239700, - Discounts: 34839, - Sales: 204861, - COGS: 414750, - Profit: 209889, - Date: `7/1/20`, - Month: `July`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Burlington`, - UnitsSold: 3942, - ManufacturingPrice: 120, - SalePrice: 20, - GrossSales: 78840, - Discounts: 852.6, - Sales: 77987.4, - COGS: 6090, - Profit: 71897.4, - Date: `8/1/20`, - Month: `August`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Burlington`, - UnitsSold: 2498, - ManufacturingPrice: 120, - SalePrice: 125, - GrossSales: 312250, - Discounts: 18261.25, - Sales: 293988.75, - COGS: 250440, - Profit: 43548.75, - Date: `9/1/20`, - Month: `September`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Burlington`, - UnitsSold: 2517, - ManufacturingPrice: 120, - SalePrice: 20, - GrossSales: 50340, - Discounts: 2766.4, - Sales: 47573.6, - COGS: 19760, - Profit: 27813.6, - Date: `10/1/20`, - Month: `October`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Burlington`, - UnitsSold: 1145, - ManufacturingPrice: 120, - SalePrice: 300, - GrossSales: 343500, - Discounts: 28812, - Sales: 314688, - COGS: 343000, - Profit: 28312, - Date: `12/1/20`, - Month: `December`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Mandarin`, - UnitsSold: 3814, - ManufacturingPrice: 250, - SalePrice: 12, - GrossSales: 45768, - Discounts: 2725.38, - Sales: 43042.62, - COGS: 9733.5, - Profit: 33309.12, - Date: `1/1/20`, - Month: `January`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Mandarin`, - UnitsSold: 1188, - ManufacturingPrice: 250, - SalePrice: 300, - GrossSales: 356400, - Discounts: 20139, - Sales: 336261, - COGS: 239750, - Profit: 96511, - Date: `2/1/20`, - Month: `February`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Mandarin`, - UnitsSold: 2233, - ManufacturingPrice: 250, - SalePrice: 300, - GrossSales: 669900, - Discounts: 57687, - Sales: 612213, - COGS: 686750, - Profit: 74537, - Date: `2/1/20`, - Month: `February`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Luxe`, - UnitsSold: 421, - ManufacturingPrice: 260, - SalePrice: 125, - GrossSales: 52625, - Discounts: 14393.75, - Sales: 38231.25, - COGS: 197400, - Profit: 159168.75, - Date: `5/1/20`, - Month: `May`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Luxe`, - UnitsSold: 269, - ManufacturingPrice: 260, - SalePrice: 350, - GrossSales: 94150, - Discounts: 70462, - Sales: 23688, - COGS: 747760, - Profit: 724072, - Date: `9/1/20`, - Month: `September`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Luxe`, - UnitsSold: 952, - ManufacturingPrice: 260, - SalePrice: 20, - GrossSales: 19040, - Discounts: 1565.2, - Sales: 17474.8, - COGS: 11180, - Profit: 6294.8, - Date: `11/1/20`, - Month: `November`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Luxe`, - UnitsSold: 2964, - ManufacturingPrice: 260, - SalePrice: 300, - GrossSales: 889200, - Discounts: 28812, - Sales: 860388, - COGS: 343000, - Profit: 517388, - Date: `12/1/20`, - Month: `December`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Royal Oak`, - UnitsSold: 1505, - ManufacturingPrice: 5, - SalePrice: 7, - GrossSales: 10535, - Discounts: 273.28, - Sales: 10261.72, - COGS: 2440, - Profit: 7821.72, - Date: `2/1/20`, - Month: `February`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Royal Oak`, - UnitsSold: 1678, - ManufacturingPrice: 5, - SalePrice: 20, - GrossSales: 33560, - Discounts: 2051.2, - Sales: 31508.8, - COGS: 12820, - Profit: 18688.8, - Date: `6/1/20`, - Month: `June`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Vermont`, - UnitsSold: 4249, - ManufacturingPrice: 10, - SalePrice: 7, - GrossSales: 29743, - Discounts: 143.92, - Sales: 29599.08, - COGS: 1285, - Profit: 28314.08, - Date: `5/1/20`, - Month: `May`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Luxe`, - UnitsSold: 1677, - ManufacturingPrice: 260, - SalePrice: 20, - GrossSales: 33540, - Discounts: 2051.2, - Sales: 31488.8, - COGS: 12820, - Profit: 18668.8, - Date: `6/1/20`, - Month: `June`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Kensington`, - UnitsSold: 3051, - ManufacturingPrice: 3, - SalePrice: 125, - GrossSales: 381375, - Discounts: 15400, - Sales: 365975, - COGS: 184800, - Profit: 181175, - Date: `8/1/20`, - Month: `August`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Kensington`, - UnitsSold: 3372, - ManufacturingPrice: 3, - SalePrice: 15, - GrossSales: 50580, - Discounts: 588, - Sales: 49992, - COGS: 4900, - Profit: 45092, - Date: `11/1/20`, - Month: `November`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Kensington`, - UnitsSold: 1686, - ManufacturingPrice: 3, - SalePrice: 350, - GrossSales: 590100, - Discounts: 38136, - Sales: 551964, - COGS: 354120, - Profit: 197844, - Date: `12/1/20`, - Month: `December`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Royal Oak`, - UnitsSold: 3086, - ManufacturingPrice: 5, - SalePrice: 15, - GrossSales: 46290, - Discounts: 3001.2, - Sales: 43288.8, - COGS: 25010, - Profit: 18278.8, - Date: `3/1/20`, - Month: `March`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Royal Oak`, - UnitsSold: 4150, - ManufacturingPrice: 5, - SalePrice: 20, - GrossSales: 83000, - Discounts: 1132.8, - Sales: 81867.2, - COGS: 7080, - Profit: 74787.2, - Date: `6/1/20`, - Month: `June`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Royal Oak`, - UnitsSold: 3027, - ManufacturingPrice: 5, - SalePrice: 20, - GrossSales: 60540, - Discounts: 1032, - Sales: 59508, - COGS: 6450, - Profit: 53058, - Date: `7/1/20`, - Month: `July`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Royal Oak`, - UnitsSold: 4359, - ManufacturingPrice: 5, - SalePrice: 300, - GrossSales: 1307700, - Discounts: 37488, - Sales: 1270212, - COGS: 390500, - Profit: 879712, - Date: `8/1/20`, - Month: `August`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Royal Oak`, - UnitsSold: 1589, - ManufacturingPrice: 5, - SalePrice: 15, - GrossSales: 23835, - Discounts: 853.2, - Sales: 22981.8, - COGS: 7110, - Profit: 15871.8, - Date: `12/1/20`, - Month: `December`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Vermont`, - UnitsSold: 2679, - ManufacturingPrice: 10, - SalePrice: 125, - GrossSales: 334875, - Discounts: 11140, - Sales: 323735, - COGS: 133680, - Profit: 190055, - Date: `3/1/20`, - Month: `March`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Vermont`, - UnitsSold: 3401, - ManufacturingPrice: 10, - SalePrice: 7, - GrossSales: 23807, - Discounts: 705.04, - Sales: 23101.96, - COGS: 6295, - Profit: 16806.96, - Date: `4/1/20`, - Month: `April`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Vermont`, - UnitsSold: 2815, - ManufacturingPrice: 10, - SalePrice: 7, - GrossSales: 19705, - Discounts: 613.2, - Sales: 19091.8, - COGS: 5475, - Profit: 13616.8, - Date: `5/1/20`, - Month: `May`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Vermont`, - UnitsSold: 2964, - ManufacturingPrice: 10, - SalePrice: 20, - GrossSales: 59280, - Discounts: 2185.6, - Sales: 57094.4, - COGS: 13660, - Profit: 43434.4, - Date: `6/1/20`, - Month: `June`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Vermont`, - UnitsSold: 4173, - ManufacturingPrice: 10, - SalePrice: 300, - GrossSales: 1251900, - Discounts: 59040, - Sales: 1192860, - COGS: 615000, - Profit: 577860, - Date: `6/1/20`, - Month: `June`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Vermont`, - UnitsSold: 1157, - ManufacturingPrice: 10, - SalePrice: 7, - GrossSales: 8099, - Discounts: 379.68, - Sales: 7719.32, - COGS: 3390, - Profit: 4329.32, - Date: `8/1/20`, - Month: `August`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Vermont`, - UnitsSold: 3065, - ManufacturingPrice: 10, - SalePrice: 7, - GrossSales: 21455, - Discounts: 894.88, - Sales: 20560.12, - COGS: 7990, - Profit: 12570.12, - Date: `8/1/20`, - Month: `August`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Vermont`, - UnitsSold: 4080, - ManufacturingPrice: 10, - SalePrice: 20, - GrossSales: 81600, - Discounts: 3094.4, - Sales: 78505.6, - COGS: 19340, - Profit: 59165.6, - Date: `9/1/20`, - Month: `September`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Vermont`, - UnitsSold: 1713, - ManufacturingPrice: 10, - SalePrice: 20, - GrossSales: 34260, - Discounts: 4788.8, - Sales: 29471.2, - COGS: 29930, - Profit: 458.8, - Date: `9/1/20`, - Month: `September`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Vermont`, - UnitsSold: 1691, - ManufacturingPrice: 10, - SalePrice: 350, - GrossSales: 591850, - Discounts: 38136, - Sales: 553714, - COGS: 354120, - Profit: 199594, - Date: `12/1/20`, - Month: `December`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Burlington`, - UnitsSold: 2305, - ManufacturingPrice: 120, - SalePrice: 12, - GrossSales: 27660, - Discounts: 574.08, - Sales: 27085.92, - COGS: 1794, - Profit: 25291.92, - Date: `3/1/20`, - Month: `March`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Burlington`, - UnitsSold: 3401, - ManufacturingPrice: 120, - SalePrice: 7, - GrossSales: 23807, - Discounts: 1627.92, - Sales: 22179.08, - COGS: 14535, - Profit: 7644.08, - Date: `6/1/20`, - Month: `June`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Burlington`, - UnitsSold: 2288, - ManufacturingPrice: 120, - SalePrice: 7, - GrossSales: 16016, - Discounts: 1309.28, - Sales: 14706.72, - COGS: 11690, - Profit: 3016.72, - Date: `6/1/20`, - Month: `June`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Burlington`, - UnitsSold: 4086, - ManufacturingPrice: 120, - SalePrice: 300, - GrossSales: 1225800, - Discounts: 15240, - Sales: 1210560, - COGS: 158750, - Profit: 1051810, - Date: `12/1/20`, - Month: `December`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Mandarin`, - UnitsSold: 2651, - ManufacturingPrice: 250, - SalePrice: 350, - GrossSales: 927850, - Discounts: 16086, - Sales: 911764, - COGS: 149370, - Profit: 762394, - Date: `4/1/20`, - Month: `April`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Mandarin`, - UnitsSold: 3971, - ManufacturingPrice: 250, - SalePrice: 7, - GrossSales: 27797, - Discounts: 1309.28, - Sales: 26487.72, - COGS: 11690, - Profit: 14797.72, - Date: `6/1/20`, - Month: `June`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Mandarin`, - UnitsSold: 2512, - ManufacturingPrice: 250, - SalePrice: 350, - GrossSales: 879200, - Discounts: 10668, - Sales: 868532, - COGS: 99060, - Profit: 769472, - Date: `8/1/20`, - Month: `August`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Mandarin`, - UnitsSold: 2745, - ManufacturingPrice: 250, - SalePrice: 350, - GrossSales: 960750, - Discounts: 11816, - Sales: 948934, - COGS: 109720, - Profit: 839214, - Date: `8/1/20`, - Month: `August`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Mandarin`, - UnitsSold: 1903, - ManufacturingPrice: 250, - SalePrice: 300, - GrossSales: 570900, - Discounts: 51216, - Sales: 519684, - COGS: 533500, - Profit: 13816, - Date: `9/1/20`, - Month: `September`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Luxe`, - UnitsSold: 2914, - ManufacturingPrice: 260, - SalePrice: 20, - GrossSales: 58280, - Discounts: 1132.8, - Sales: 57147.2, - COGS: 7080, - Profit: 50067.2, - Date: `6/1/20`, - Month: `June`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Luxe`, - UnitsSold: 1889, - ManufacturingPrice: 260, - SalePrice: 7, - GrossSales: 13223, - Discounts: 1627.92, - Sales: 11595.08, - COGS: 14535, - Profit: 2939.92, - Date: `6/1/20`, - Month: `June`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Luxe`, - UnitsSold: 1466, - ManufacturingPrice: 260, - SalePrice: 20, - GrossSales: 29320, - Discounts: 2185.6, - Sales: 27134.4, - COGS: 13660, - Profit: 13474.4, - Date: `6/1/20`, - Month: `June`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Luxe`, - UnitsSold: 887, - ManufacturingPrice: 260, - SalePrice: 300, - GrossSales: 266100, - Discounts: 59040, - Sales: 207060, - COGS: 615000, - Profit: 407940, - Date: `6/1/20`, - Month: `June`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Luxe`, - UnitsSold: 395, - ManufacturingPrice: 260, - SalePrice: 20, - GrossSales: 7900, - Discounts: 2432, - Sales: 5468, - COGS: 15200, - Profit: 9732, - Date: `11/1/20`, - Month: `November`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Luxe`, - UnitsSold: 1693, - ManufacturingPrice: 260, - SalePrice: 15, - GrossSales: 25395, - Discounts: 853.2, - Sales: 24541.8, - COGS: 7110, - Profit: 17431.8, - Date: `12/1/20`, - Month: `December`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Luxe`, - UnitsSold: 2649, - ManufacturingPrice: 260, - SalePrice: 300, - GrossSales: 794700, - Discounts: 15240, - Sales: 779460, - COGS: 158750, - Profit: 620710, - Date: `12/1/20`, - Month: `December`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Mandarin`, - UnitsSold: 3608, - ManufacturingPrice: 250, - SalePrice: 20, - GrossSales: 72160, - Discounts: 698.4, - Sales: 71461.6, - COGS: 4365, - Profit: 67096.6, - Date: `7/1/20`, - Month: `July`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Kensington`, - UnitsSold: 1073, - ManufacturingPrice: 3, - SalePrice: 300, - GrossSales: 321900, - Discounts: 29538, - Sales: 292362, - COGS: 273500, - Profit: 18862, - Date: `6/1/20`, - Month: `June`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Royal Oak`, - UnitsSold: 2167, - ManufacturingPrice: 5, - SalePrice: 300, - GrossSales: 650100, - Discounts: 102667.5, - Sales: 547432.5, - COGS: 950625, - Profit: 403192.5, - Date: `4/1/20`, - Month: `April`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Royal Oak`, - UnitsSold: 1319, - ManufacturingPrice: 5, - SalePrice: 350, - GrossSales: 461650, - Discounts: 52479, - Sales: 409171, - COGS: 433160, - Profit: 23989, - Date: `5/1/20`, - Month: `May`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Royal Oak`, - UnitsSold: 1252, - ManufacturingPrice: 5, - SalePrice: 12, - GrossSales: 15024, - Discounts: 2506.68, - Sales: 12517.32, - COGS: 6963, - Profit: 5554.32, - Date: `11/1/20`, - Month: `November`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Royal Oak`, - UnitsSold: 1156, - ManufacturingPrice: 5, - SalePrice: 125, - GrossSales: 144500, - Discounts: 31466.25, - Sales: 113033.75, - COGS: 335640, - Profit: 222606.25, - Date: `12/1/20`, - Month: `December`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Vermont`, - UnitsSold: 1153, - ManufacturingPrice: 10, - SalePrice: 300, - GrossSales: 345900, - Discounts: 69255, - Sales: 276645, - COGS: 641250, - Profit: 364605, - Date: `1/1/20`, - Month: `January`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Vermont`, - UnitsSold: 2720, - ManufacturingPrice: 10, - SalePrice: 350, - GrossSales: 952000, - Discounts: 76135.5, - Sales: 875864.5, - COGS: 628420, - Profit: 247444.5, - Date: `1/1/20`, - Month: `January`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Vermont`, - UnitsSold: 3658, - ManufacturingPrice: 10, - SalePrice: 15, - GrossSales: 54870, - Discounts: 4961.25, - Sales: 49908.75, - COGS: 36750, - Profit: 13158.75, - Date: `4/1/20`, - Month: `April`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Vermont`, - UnitsSold: 2950, - ManufacturingPrice: 10, - SalePrice: 300, - GrossSales: 885000, - Discounts: 29538, - Sales: 855462, - COGS: 273500, - Profit: 581962, - Date: `6/1/20`, - Month: `June`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Vermont`, - UnitsSold: 1821, - ManufacturingPrice: 10, - SalePrice: 15, - GrossSales: 27315, - Discounts: 1656.45, - Sales: 25658.55, - COGS: 12270, - Profit: 13388.55, - Date: `10/1/20`, - Month: `October`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Vermont`, - UnitsSold: 1127, - ManufacturingPrice: 10, - SalePrice: 300, - GrossSales: 338100, - Discounts: 35748, - Sales: 302352, - COGS: 331000, - Profit: 28648, - Date: `11/1/20`, - Month: `November`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Vermont`, - UnitsSold: 862, - ManufacturingPrice: 10, - SalePrice: 125, - GrossSales: 107750, - Discounts: 31466.25, - Sales: 76283.75, - COGS: 335640, - Profit: 259356.25, - Date: `12/1/20`, - Month: `December`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Burlington`, - UnitsSold: 3805, - ManufacturingPrice: 120, - SalePrice: 15, - GrossSales: 57075, - Discounts: 330.75, - Sales: 56744.25, - COGS: 2450, - Profit: 54294.25, - Date: `5/1/20`, - Month: `May`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Burlington`, - UnitsSold: 1415, - ManufacturingPrice: 120, - SalePrice: 300, - GrossSales: 424500, - Discounts: 102424.5, - Sales: 322075.5, - COGS: 948375, - Profit: 626299.5, - Date: `7/1/20`, - Month: `July`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Burlington`, - UnitsSold: 2231, - ManufacturingPrice: 120, - SalePrice: 350, - GrossSales: 780850, - Discounts: 41170.5, - Sales: 739679.5, - COGS: 339820, - Profit: 399859.5, - Date: `7/1/20`, - Month: `July`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Burlington`, - UnitsSold: 3649, - ManufacturingPrice: 120, - SalePrice: 125, - GrossSales: 456125, - Discounts: 6378.75, - Sales: 449746.25, - COGS: 68040, - Profit: 381706.25, - Date: `9/1/20`, - Month: `September`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Burlington`, - UnitsSold: 2948, - ManufacturingPrice: 120, - SalePrice: 125, - GrossSales: 368500, - Discounts: 23737.5, - Sales: 344762.5, - COGS: 253200, - Profit: 91562.5, - Date: `9/1/20`, - Month: `September`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Burlington`, - UnitsSold: 3395, - ManufacturingPrice: 120, - SalePrice: 350, - GrossSales: 1188250, - Discounts: 39973.5, - Sales: 1148276.5, - COGS: 329940, - Profit: 818336.5, - Date: `10/1/20`, - Month: `October`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Mandarin`, - UnitsSold: 2650, - ManufacturingPrice: 250, - SalePrice: 12, - GrossSales: 31800, - Discounts: 2112.48, - Sales: 29687.52, - COGS: 5868, - Profit: 23819.52, - Date: `1/1/20`, - Month: `January`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Mandarin`, - UnitsSold: 585, - ManufacturingPrice: 250, - SalePrice: 300, - GrossSales: 175500, - Discounts: 71793, - Sales: 103707, - COGS: 664750, - Profit: 561043, - Date: `2/1/20`, - Month: `February`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Mandarin`, - UnitsSold: 1316, - ManufacturingPrice: 250, - SalePrice: 350, - GrossSales: 460600, - Discounts: 42572.25, - Sales: 418027.75, - COGS: 351390, - Profit: 66637.75, - Date: `4/1/20`, - Month: `April`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Mandarin`, - UnitsSold: 4459, - ManufacturingPrice: 250, - SalePrice: 12, - GrossSales: 53508, - Discounts: 950.4, - Sales: 52557.6, - COGS: 2640, - Profit: 49917.6, - Date: `5/1/20`, - Month: `May`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Mandarin`, - UnitsSold: 2711, - ManufacturingPrice: 250, - SalePrice: 300, - GrossSales: 813300, - Discounts: 50409, - Sales: 762891, - COGS: 466750, - Profit: 296141, - Date: `9/1/20`, - Month: `September`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Mandarin`, - UnitsSold: 3613, - ManufacturingPrice: 250, - SalePrice: 15, - GrossSales: 54195, - Discounts: 1656.45, - Sales: 52538.55, - COGS: 12270, - Profit: 40268.55, - Date: `10/1/20`, - Month: `October`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Mandarin`, - UnitsSold: 1847, - ManufacturingPrice: 250, - SalePrice: 125, - GrossSales: 230875, - Discounts: 9866.25, - Sales: 221008.75, - COGS: 105240, - Profit: 115768.75, - Date: `11/1/20`, - Month: `November`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Luxe`, - UnitsSold: 2996, - ManufacturingPrice: 260, - SalePrice: 350, - GrossSales: 1048600, - Discounts: 65236.5, - Sales: 983363.5, - COGS: 538460, - Profit: 444903.5, - Date: `9/1/20`, - Month: `September`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Luxe`, - UnitsSold: 2838, - ManufacturingPrice: 260, - SalePrice: 350, - GrossSales: 993300, - Discounts: 39973.5, - Sales: 953326.5, - COGS: 329940, - Profit: 623386.5, - Date: `10/1/20`, - Month: `October`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Luxe`, - UnitsSold: 1536, - ManufacturingPrice: 260, - SalePrice: 20, - GrossSales: 30720, - Discounts: 3049.2, - Sales: 27670.8, - COGS: 16940, - Profit: 10730.8, - Date: `11/1/20`, - Month: `November`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Kensington`, - UnitsSold: 1291, - ManufacturingPrice: 3, - SalePrice: 20, - GrossSales: 25820, - Discounts: 1193.4, - Sales: 24626.6, - COGS: 6630, - Profit: 17996.6, - Date: `5/1/20`, - Month: `May`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Kensington`, - UnitsSold: 1213, - ManufacturingPrice: 3, - SalePrice: 7, - GrossSales: 8491, - Discounts: 515.97, - Sales: 7975.03, - COGS: 4095, - Profit: 3880.03, - Date: `7/1/20`, - Month: `July`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Kensington`, - UnitsSold: 2370, - ManufacturingPrice: 3, - SalePrice: 12, - GrossSales: 28440, - Discounts: 1706.4, - Sales: 26733.6, - COGS: 4740, - Profit: 21993.6, - Date: `9/1/20`, - Month: `September`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Kensington`, - UnitsSold: 1979, - ManufacturingPrice: 3, - SalePrice: 7, - GrossSales: 13853, - Discounts: 328.23, - Sales: 13524.77, - COGS: 2605, - Profit: 10919.77, - Date: `12/1/20`, - Month: `December`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Vermont`, - UnitsSold: 2879, - ManufacturingPrice: 10, - SalePrice: 20, - GrossSales: 57580, - Discounts: 1751.4, - Sales: 55828.6, - COGS: 9730, - Profit: 46098.6, - Date: `3/1/20`, - Month: `March`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Vermont`, - UnitsSold: 1707, - ManufacturingPrice: 10, - SalePrice: 20, - GrossSales: 34140, - Discounts: 1868.4, - Sales: 32271.6, - COGS: 10380, - Profit: 21891.6, - Date: `6/1/20`, - Month: `June`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Vermont`, - UnitsSold: 2933, - ManufacturingPrice: 10, - SalePrice: 7, - GrossSales: 20531, - Discounts: 226.8, - Sales: 20304.2, - COGS: 1800, - Profit: 18504.2, - Date: `10/1/20`, - Month: `October`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Burlington`, - UnitsSold: 1014, - ManufacturingPrice: 120, - SalePrice: 12, - GrossSales: 12168, - Discounts: 2124.36, - Sales: 10043.64, - COGS: 5901, - Profit: 4142.64, - Date: `3/1/20`, - Month: `March`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Burlington`, - UnitsSold: 693, - ManufacturingPrice: 120, - SalePrice: 15, - GrossSales: 10395, - Discounts: 3547.8, - Sales: 6847.2, - COGS: 26280, - Profit: 19432.8, - Date: `4/1/20`, - Month: `April`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Mandarin`, - UnitsSold: 3741, - ManufacturingPrice: 250, - SalePrice: 7, - GrossSales: 26187, - Discounts: 226.8, - Sales: 25960.2, - COGS: 1800, - Profit: 24160.2, - Date: `10/1/20`, - Month: `October`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Mandarin`, - UnitsSold: 3995, - ManufacturingPrice: 250, - SalePrice: 7, - GrossSales: 27965, - Discounts: 328.23, - Sales: 27636.77, - COGS: 2605, - Profit: 25031.77, - Date: `12/1/20`, - Month: `December`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Luxe`, - UnitsSold: 953, - ManufacturingPrice: 260, - SalePrice: 20, - GrossSales: 19060, - Discounts: 1868.4, - Sales: 17191.6, - COGS: 10380, - Profit: 6811.6, - Date: `6/1/20`, - Month: `June`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Luxe`, - UnitsSold: 2530, - ManufacturingPrice: 260, - SalePrice: 15, - GrossSales: 37950, - Discounts: 2201.18, - Sales: 35748.82, - COGS: 16305, - Profit: 19443.82, - Date: `7/1/20`, - Month: `July`, - Year: `2020` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Kensington`, - UnitsSold: 1372, - ManufacturingPrice: 3, - SalePrice: 20, - GrossSales: 27440, - Discounts: 0, - Sales: 27440, - COGS: 16185, - Profit: 11255, - Date: `1/1/19`, - Month: `January`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Kensington`, - UnitsSold: 2762, - ManufacturingPrice: 3, - SalePrice: 20, - GrossSales: 55240, - Discounts: 0, - Sales: 55240, - COGS: 13210, - Profit: 42030, - Date: `1/1/19`, - Month: `January`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Kensington`, - UnitsSold: 1464, - ManufacturingPrice: 3, - SalePrice: 15, - GrossSales: 21960, - Discounts: 0, - Sales: 21960, - COGS: 21780, - Profit: 180, - Date: `6/1/19`, - Month: `June`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Kensington`, - UnitsSold: 719, - ManufacturingPrice: 3, - SalePrice: 15, - GrossSales: 10785, - Discounts: 0, - Sales: 10785, - COGS: 8880, - Profit: 1905, - Date: `6/1/19`, - Month: `June`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Kensington`, - UnitsSold: 3576, - ManufacturingPrice: 3, - SalePrice: 15, - GrossSales: 53640, - Discounts: 0, - Sales: 53640, - COGS: 24700, - Profit: 28940, - Date: `6/1/19`, - Month: `June`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Kensington`, - UnitsSold: 4422, - ManufacturingPrice: 3, - SalePrice: 350, - GrossSales: 1547700, - Discounts: 0, - Sales: 1547700, - COGS: 393380, - Profit: 1154320, - Date: `12/1/19`, - Month: `December`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Royal Oak`, - UnitsSold: 3649, - ManufacturingPrice: 5, - SalePrice: 15, - GrossSales: 54735, - Discounts: 0, - Sales: 54735, - COGS: 9210, - Profit: 45525, - Date: `3/1/19`, - Month: `March`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Royal Oak`, - UnitsSold: 4172, - ManufacturingPrice: 5, - SalePrice: 12, - GrossSales: 50064, - Discounts: 0, - Sales: 50064, - COGS: 7554, - Profit: 42510, - Date: `6/1/19`, - Month: `June`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Royal Oak`, - UnitsSold: 3841, - ManufacturingPrice: 5, - SalePrice: 20, - GrossSales: 76820, - Discounts: 0, - Sales: 76820, - COGS: 18990, - Profit: 57830, - Date: `6/1/19`, - Month: `June`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Royal Oak`, - UnitsSold: 3726, - ManufacturingPrice: 5, - SalePrice: 12, - GrossSales: 44712, - Discounts: 0, - Sales: 44712, - COGS: 4635, - Profit: 40077, - Date: `6/1/19`, - Month: `June`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Royal Oak`, - UnitsSold: 2625, - ManufacturingPrice: 5, - SalePrice: 15, - GrossSales: 39375, - Discounts: 0, - Sales: 39375, - COGS: 24700, - Profit: 14675, - Date: `6/1/19`, - Month: `June`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Royal Oak`, - UnitsSold: 1958, - ManufacturingPrice: 5, - SalePrice: 125, - GrossSales: 244750, - Discounts: 0, - Sales: 244750, - COGS: 319860, - Profit: 75110, - Date: `7/1/19`, - Month: `July`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Royal Oak`, - UnitsSold: 3271, - ManufacturingPrice: 5, - SalePrice: 300, - GrossSales: 981300, - Discounts: 0, - Sales: 981300, - COGS: 239500, - Profit: 741800, - Date: `8/1/19`, - Month: `August`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Royal Oak`, - UnitsSold: 2091, - ManufacturingPrice: 5, - SalePrice: 7, - GrossSales: 14637, - Discounts: 0, - Sales: 14637, - COGS: 10730, - Profit: 3907, - Date: `9/1/19`, - Month: `September`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Royal Oak`, - UnitsSold: 2530, - ManufacturingPrice: 5, - SalePrice: 125, - GrossSales: 316250, - Discounts: 0, - Sales: 316250, - COGS: 41400, - Profit: 274850, - Date: `10/1/18`, - Month: `October`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Royal Oak`, - UnitsSold: 2825, - ManufacturingPrice: 5, - SalePrice: 15, - GrossSales: 42375, - Discounts: 0, - Sales: 42375, - COGS: 6150, - Profit: 36225, - Date: `12/1/19`, - Month: `December`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Vermont`, - UnitsSold: 2513, - ManufacturingPrice: 10, - SalePrice: 20, - GrossSales: 50260, - Discounts: 0, - Sales: 50260, - COGS: 2920, - Profit: 47340, - Date: `2/1/19`, - Month: `February`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Vermont`, - UnitsSold: 883, - ManufacturingPrice: 10, - SalePrice: 15, - GrossSales: 13245, - Discounts: 0, - Sales: 13245, - COGS: 9740, - Profit: 3505, - Date: `2/1/19`, - Month: `February`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Vermont`, - UnitsSold: 2087, - ManufacturingPrice: 10, - SalePrice: 12, - GrossSales: 25044, - Discounts: 0, - Sales: 25044, - COGS: 7554, - Profit: 17490, - Date: `6/1/19`, - Month: `June`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Vermont`, - UnitsSold: 2563, - ManufacturingPrice: 10, - SalePrice: 350, - GrossSales: 897050, - Discounts: 0, - Sales: 897050, - COGS: 261560, - Profit: 635490, - Date: `6/1/19`, - Month: `June`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Vermont`, - UnitsSold: 2846, - ManufacturingPrice: 10, - SalePrice: 12, - GrossSales: 34152, - Discounts: 0, - Sales: 34152, - COGS: 1101, - Profit: 33051, - Date: `7/1/19`, - Month: `July`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Vermont`, - UnitsSold: 997, - ManufacturingPrice: 10, - SalePrice: 7, - GrossSales: 6979, - Discounts: 0, - Sales: 6979, - COGS: 4415, - Profit: 2564, - Date: `8/1/19`, - Month: `August`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Vermont`, - UnitsSold: 3421, - ManufacturingPrice: 10, - SalePrice: 15, - GrossSales: 51315, - Discounts: 0, - Sales: 51315, - COGS: 5490, - Profit: 45825, - Date: `9/1/18`, - Month: `September`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Marchesa`, - UnitsSold: 70000, - ManufacturingPrice: 10, - SalePrice: 15, - GrossSales: 1050000, - Discounts: 0, - Sales: 1050000, - COGS: 5490, - Profit: 1044510, - Date: `9/1/18`, - Month: `September`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Vermont`, - UnitsSold: 2291, - ManufacturingPrice: 10, - SalePrice: 300, - GrossSales: 687300, - Discounts: 0, - Sales: 687300, - COGS: 197000, - Profit: 490300, - Date: `9/1/18`, - Month: `September`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Vermont`, - UnitsSold: 2290, - ManufacturingPrice: 10, - SalePrice: 15, - GrossSales: 34350, - Discounts: 0, - Sales: 34350, - COGS: 24720, - Profit: 9630, - Date: `9/1/19`, - Month: `September`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Vermont`, - UnitsSold: 2133, - ManufacturingPrice: 10, - SalePrice: 7, - GrossSales: 14931, - Discounts: 0, - Sales: 14931, - COGS: 5715, - Profit: 9216, - Date: `10/1/19`, - Month: `October`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Vermont`, - UnitsSold: 3475, - ManufacturingPrice: 10, - SalePrice: 350, - GrossSales: 1216250, - Discounts: 0, - Sales: 1216250, - COGS: 448500, - Profit: 767750, - Date: `11/1/18`, - Month: `November`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Vermont`, - UnitsSold: 3686, - ManufacturingPrice: 10, - SalePrice: 12, - GrossSales: 44232, - Discounts: 0, - Sales: 44232, - COGS: 2736, - Profit: 41496, - Date: `11/1/18`, - Month: `November`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Vermont`, - UnitsSold: 3319, - ManufacturingPrice: 10, - SalePrice: 15, - GrossSales: 49785, - Discounts: 0, - Sales: 49785, - COGS: 21520, - Profit: 28265, - Date: `12/1/18`, - Month: `December`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Vermont`, - UnitsSold: 3617, - ManufacturingPrice: 10, - SalePrice: 20, - GrossSales: 72340, - Discounts: 0, - Sales: 72340, - COGS: 18170, - Profit: 54170, - Date: `12/1/19`, - Month: `December`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Vermont`, - UnitsSold: 1266, - ManufacturingPrice: 10, - SalePrice: 350, - GrossSales: 443100, - Discounts: 0, - Sales: 443100, - COGS: 393380, - Profit: 49720, - Date: `12/1/19`, - Month: `December`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Burlington`, - UnitsSold: 894, - ManufacturingPrice: 120, - SalePrice: 7, - GrossSales: 6258, - Discounts: 0, - Sales: 6258, - COGS: 7465, - Profit: 1207, - Date: `1/1/19`, - Month: `January`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Burlington`, - UnitsSold: 2725, - ManufacturingPrice: 120, - SalePrice: 125, - GrossSales: 340625, - Discounts: 0, - Sales: 340625, - COGS: 216480, - Profit: 124145, - Date: `2/1/19`, - Month: `February`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Burlington`, - UnitsSold: 3061, - ManufacturingPrice: 120, - SalePrice: 12, - GrossSales: 36732, - Discounts: 0, - Sales: 36732, - COGS: 6483, - Profit: 30249, - Date: `3/1/19`, - Month: `March`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Burlington`, - UnitsSold: 3958, - ManufacturingPrice: 120, - SalePrice: 350, - GrossSales: 1385300, - Discounts: 0, - Sales: 1385300, - COGS: 261560, - Profit: 1123740, - Date: `6/1/19`, - Month: `June`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Burlington`, - UnitsSold: 3920, - ManufacturingPrice: 120, - SalePrice: 12, - GrossSales: 47040, - Discounts: 0, - Sales: 47040, - COGS: 4635, - Profit: 42405, - Date: `6/1/19`, - Month: `June`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Burlington`, - UnitsSold: 3381, - ManufacturingPrice: 120, - SalePrice: 125, - GrossSales: 422625, - Discounts: 0, - Sales: 422625, - COGS: 338520, - Profit: 84105, - Date: `8/1/19`, - Month: `August`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Burlington`, - UnitsSold: 1094, - ManufacturingPrice: 120, - SalePrice: 125, - GrossSales: 136750, - Discounts: 0, - Sales: 136750, - COGS: 41400, - Profit: 95350, - Date: `10/1/18`, - Month: `October`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Mandarin`, - UnitsSold: 4307, - ManufacturingPrice: 250, - SalePrice: 300, - GrossSales: 1292100, - Discounts: 0, - Sales: 1292100, - COGS: 500250, - Profit: 791850, - Date: `2/1/19`, - Month: `February`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Mandarin`, - UnitsSold: 878, - ManufacturingPrice: 250, - SalePrice: 12, - GrossSales: 10536, - Discounts: 0, - Sales: 10536, - COGS: 8514, - Profit: 2022, - Date: `4/1/19`, - Month: `April`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Mandarin`, - UnitsSold: 496, - ManufacturingPrice: 250, - SalePrice: 15, - GrossSales: 7440, - Discounts: 0, - Sales: 7440, - COGS: 21780, - Profit: 14340, - Date: `6/1/19`, - Month: `June`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Mandarin`, - UnitsSold: 3367, - ManufacturingPrice: 250, - SalePrice: 15, - GrossSales: 50505, - Discounts: 0, - Sales: 50505, - COGS: 8880, - Profit: 41625, - Date: `6/1/19`, - Month: `June`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Mandarin`, - UnitsSold: 3880, - ManufacturingPrice: 250, - SalePrice: 350, - GrossSales: 1358000, - Discounts: 0, - Sales: 1358000, - COGS: 397020, - Profit: 960980, - Date: `9/1/18`, - Month: `September`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Mandarin`, - UnitsSold: 2055, - ManufacturingPrice: 250, - SalePrice: 300, - GrossSales: 616500, - Discounts: 0, - Sales: 616500, - COGS: 537750, - Profit: 78750, - Date: `9/1/19`, - Month: `September`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Mandarin`, - UnitsSold: 4041, - ManufacturingPrice: 250, - SalePrice: 20, - GrossSales: 80820, - Discounts: 0, - Sales: 80820, - COGS: 18170, - Profit: 62650, - Date: `12/1/19`, - Month: `December`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Luxe`, - UnitsSold: 3237, - ManufacturingPrice: 260, - SalePrice: 350, - GrossSales: 1132950, - Discounts: 0, - Sales: 1132950, - COGS: 715000, - Profit: 417950, - Date: `2/1/19`, - Month: `February`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Luxe`, - UnitsSold: 630, - ManufacturingPrice: 260, - SalePrice: 12, - GrossSales: 7560, - Discounts: 0, - Sales: 7560, - COGS: 5859, - Profit: 1701, - Date: `4/1/19`, - Month: `April`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Luxe`, - UnitsSold: 4210, - ManufacturingPrice: 260, - SalePrice: 125, - GrossSales: 526250, - Discounts: 0, - Sales: 526250, - COGS: 506340, - Profit: 19910, - Date: `4/1/19`, - Month: `April`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Luxe`, - UnitsSold: 1127, - ManufacturingPrice: 260, - SalePrice: 20, - GrossSales: 22540, - Discounts: 0, - Sales: 22540, - COGS: 18990, - Profit: 3550, - Date: `6/1/19`, - Month: `June`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Luxe`, - UnitsSold: 3438, - ManufacturingPrice: 260, - SalePrice: 7, - GrossSales: 24066, - Discounts: 0, - Sales: 24066, - COGS: 8430, - Profit: 15636, - Date: `7/1/19`, - Month: `July`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Luxe`, - UnitsSold: 2015, - ManufacturingPrice: 260, - SalePrice: 12, - GrossSales: 24180, - Discounts: 0, - Sales: 24180, - COGS: 6423, - Profit: 17757, - Date: `8/1/19`, - Month: `August`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Luxe`, - UnitsSold: 2534, - ManufacturingPrice: 260, - SalePrice: 7, - GrossSales: 17738, - Discounts: 0, - Sales: 17738, - COGS: 5715, - Profit: 12023, - Date: `10/1/19`, - Month: `October`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Luxe`, - UnitsSold: 1384, - ManufacturingPrice: 260, - SalePrice: 15, - GrossSales: 20760, - Discounts: 0, - Sales: 20760, - COGS: 6150, - Profit: 14610, - Date: `12/1/19`, - Month: `December`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Vermont`, - UnitsSold: 3561, - ManufacturingPrice: 10, - SalePrice: 7, - GrossSales: 24927, - Discounts: 276.15, - Sales: 24650.85, - COGS: 19725, - Profit: 4925.85, - Date: `1/1/19`, - Month: `January`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Vermont`, - UnitsSold: 1823, - ManufacturingPrice: 10, - SalePrice: 15, - GrossSales: 27345, - Discounts: 344.4, - Sales: 27000.6, - COGS: 22960, - Profit: 4040.6, - Date: `2/1/19`, - Month: `February`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Vermont`, - UnitsSold: 2795, - ManufacturingPrice: 10, - SalePrice: 7, - GrossSales: 19565, - Discounts: 72.1, - Sales: 19492.9, - COGS: 5150, - Profit: 14342.9, - Date: `5/1/19`, - Month: `May`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Burlington`, - UnitsSold: 457, - ManufacturingPrice: 120, - SalePrice: 7, - GrossSales: 3199, - Discounts: 44.73, - Sales: 3154.27, - COGS: 3195, - Profit: 40.73, - Date: `11/1/19`, - Month: `November`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Mandarin`, - UnitsSold: 3785, - ManufacturingPrice: 250, - SalePrice: 7, - GrossSales: 26495, - Discounts: 92.82, - Sales: 26402.18, - COGS: 6630, - Profit: 19772.18, - Date: `3/1/19`, - Month: `March`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Kensington`, - UnitsSold: 748, - ManufacturingPrice: 3, - SalePrice: 12, - GrossSales: 8976, - Discounts: 222.96, - Sales: 8753.04, - COGS: 5574, - Profit: 3179.04, - Date: `2/1/19`, - Month: `February`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Kensington`, - UnitsSold: 1021, - ManufacturingPrice: 3, - SalePrice: 350, - GrossSales: 357350, - Discounts: 4235, - Sales: 353115, - COGS: 314600, - Profit: 38515, - Date: `3/1/19`, - Month: `March`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Kensington`, - UnitsSold: 2076, - ManufacturingPrice: 3, - SalePrice: 7, - GrossSales: 14532, - Discounts: 177.03, - Sales: 14354.97, - COGS: 12645, - Profit: 1709.97, - Date: `7/1/19`, - Month: `July`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Kensington`, - UnitsSold: 4316, - ManufacturingPrice: 3, - SalePrice: 12, - GrossSales: 51792, - Discounts: 173.4, - Sales: 51618.6, - COGS: 4335, - Profit: 47283.6, - Date: `9/1/19`, - Month: `September`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Kensington`, - UnitsSold: 2654, - ManufacturingPrice: 3, - SalePrice: 125, - GrossSales: 331750, - Discounts: 412.5, - Sales: 331337.5, - COGS: 39600, - Profit: 291737.5, - Date: `9/1/18`, - Month: `September`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Kensington`, - UnitsSold: 4174, - ManufacturingPrice: 3, - SalePrice: 12, - GrossSales: 50088, - Discounts: 320.52, - Sales: 49767.48, - COGS: 8013, - Profit: 41754.48, - Date: `9/1/19`, - Month: `September`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Kensington`, - UnitsSold: 1675, - ManufacturingPrice: 3, - SalePrice: 12, - GrossSales: 20100, - Discounts: 91.92, - Sales: 20008.08, - COGS: 2298, - Profit: 17710.08, - Date: `10/1/18`, - Month: `October`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Kensington`, - UnitsSold: 1572, - ManufacturingPrice: 3, - SalePrice: 300, - GrossSales: 471600, - Discounts: 1482, - Sales: 470118, - COGS: 123500, - Profit: 346618, - Date: `10/1/18`, - Month: `October`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Kensington`, - UnitsSold: 3736, - ManufacturingPrice: 3, - SalePrice: 350, - GrossSales: 1307600, - Discounts: 4889.5, - Sales: 1302710.5, - COGS: 363220, - Profit: 939490.5, - Date: `10/1/19`, - Month: `October`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Kensington`, - UnitsSold: 1914, - ManufacturingPrice: 3, - SalePrice: 350, - GrossSales: 669900, - Discounts: 7542.5, - Sales: 662357.5, - COGS: 560300, - Profit: 102057.5, - Date: `12/1/19`, - Month: `December`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Royal Oak`, - UnitsSold: 2742, - ManufacturingPrice: 5, - SalePrice: 15, - GrossSales: 41130, - Discounts: 332.1, - Sales: 40797.9, - COGS: 22140, - Profit: 18657.9, - Date: `3/1/19`, - Month: `March`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Royal Oak`, - UnitsSold: 1499, - ManufacturingPrice: 5, - SalePrice: 300, - GrossSales: 449700, - Discounts: 6903, - Sales: 442797, - COGS: 575250, - Profit: 132453, - Date: `4/1/19`, - Month: `April`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Royal Oak`, - UnitsSold: 3772, - ManufacturingPrice: 5, - SalePrice: 20, - GrossSales: 75440, - Discounts: 275.1, - Sales: 75164.9, - COGS: 13755, - Profit: 61409.9, - Date: `7/1/19`, - Month: `July`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Royal Oak`, - UnitsSold: 1112, - ManufacturingPrice: 5, - SalePrice: 7, - GrossSales: 7784, - Discounts: 128.1, - Sales: 7655.9, - COGS: 9150, - Profit: 1494.1, - Date: `8/1/19`, - Month: `August`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Royal Oak`, - UnitsSold: 1723, - ManufacturingPrice: 5, - SalePrice: 300, - GrossSales: 516900, - Discounts: 7494, - Sales: 509406, - COGS: 624500, - Profit: 115094, - Date: `9/1/18`, - Month: `September`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Royal Oak`, - UnitsSold: 423, - ManufacturingPrice: 5, - SalePrice: 125, - GrossSales: 52875, - Discounts: 828.75, - Sales: 52046.25, - COGS: 79560, - Profit: 27513.75, - Date: `10/1/18`, - Month: `October`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Vermont`, - UnitsSold: 2368, - ManufacturingPrice: 10, - SalePrice: 15, - GrossSales: 35520, - Discounts: 227.1, - Sales: 35292.9, - COGS: 15140, - Profit: 20152.9, - Date: `2/1/19`, - Month: `February`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Vermont`, - UnitsSold: 1586, - ManufacturingPrice: 10, - SalePrice: 7, - GrossSales: 11102, - Discounts: 314.48, - Sales: 10787.52, - COGS: 22462.5, - Profit: 11674.98, - Date: `4/1/19`, - Month: `April`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Vermont`, - UnitsSold: 3386, - ManufacturingPrice: 10, - SalePrice: 125, - GrossSales: 423250, - Discounts: 908.75, - Sales: 422341.25, - COGS: 87240, - Profit: 335101.25, - Date: `6/1/19`, - Month: `June`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Vermont`, - UnitsSold: 852, - ManufacturingPrice: 10, - SalePrice: 125, - GrossSales: 106500, - Discounts: 983.75, - Sales: 105516.25, - COGS: 94440, - Profit: 11076.25, - Date: `6/1/19`, - Month: `June`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Vermont`, - UnitsSold: 2783, - ManufacturingPrice: 10, - SalePrice: 125, - GrossSales: 347875, - Discounts: 2278.75, - Sales: 345596.25, - COGS: 218760, - Profit: 126836.25, - Date: `7/1/19`, - Month: `July`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Vermont`, - UnitsSold: 2684, - ManufacturingPrice: 10, - SalePrice: 15, - GrossSales: 40260, - Discounts: 112.05, - Sales: 40147.95, - COGS: 7470, - Profit: 32677.95, - Date: `9/1/19`, - Month: `September`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Vermont`, - UnitsSold: 4393, - ManufacturingPrice: 10, - SalePrice: 12, - GrossSales: 52716, - Discounts: 91.92, - Sales: 52624.08, - COGS: 2298, - Profit: 50326.08, - Date: `10/1/18`, - Month: `October`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Vermont`, - UnitsSold: 4083, - ManufacturingPrice: 10, - SalePrice: 300, - GrossSales: 1224900, - Discounts: 8715, - Sales: 1216185, - COGS: 726250, - Profit: 489935, - Date: `11/1/19`, - Month: `November`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Vermont`, - UnitsSold: 2816, - ManufacturingPrice: 10, - SalePrice: 350, - GrossSales: 985600, - Discounts: 7542.5, - Sales: 978057.5, - COGS: 560300, - Profit: 417757.5, - Date: `12/1/19`, - Month: `December`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Burlington`, - UnitsSold: 4294, - ManufacturingPrice: 120, - SalePrice: 20, - GrossSales: 85880, - Discounts: 772.8, - Sales: 85107.2, - COGS: 38640, - Profit: 46467.2, - Date: `4/1/19`, - Month: `April`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Burlington`, - UnitsSold: 2856, - ManufacturingPrice: 120, - SalePrice: 7, - GrossSales: 19992, - Discounts: 25.34, - Sales: 19966.66, - COGS: 1810, - Profit: 18156.66, - Date: `5/1/19`, - Month: `May`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Burlington`, - UnitsSold: 1407, - ManufacturingPrice: 120, - SalePrice: 125, - GrossSales: 175875, - Discounts: 1153.75, - Sales: 174721.25, - COGS: 110760, - Profit: 63961.25, - Date: `8/1/19`, - Month: `August`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Burlington`, - UnitsSold: 3850, - ManufacturingPrice: 120, - SalePrice: 125, - GrossSales: 481250, - Discounts: 828.75, - Sales: 480421.25, - COGS: 79560, - Profit: 400861.25, - Date: `10/1/18`, - Month: `October`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Burlington`, - UnitsSold: 2856, - ManufacturingPrice: 120, - SalePrice: 7, - GrossSales: 19992, - Discounts: 146.44, - Sales: 19845.56, - COGS: 10460, - Profit: 9385.56, - Date: `11/1/18`, - Month: `November`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Mandarin`, - UnitsSold: 1265, - ManufacturingPrice: 250, - SalePrice: 7, - GrossSales: 8855, - Discounts: 18.41, - Sales: 8836.59, - COGS: 1315, - Profit: 7521.59, - Date: `3/1/19`, - Month: `March`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Mandarin`, - UnitsSold: 3892, - ManufacturingPrice: 250, - SalePrice: 350, - GrossSales: 1362200, - Discounts: 3302.25, - Sales: 1358897.75, - COGS: 245310, - Profit: 1113587.75, - Date: `4/1/19`, - Month: `April`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Mandarin`, - UnitsSold: 3068, - ManufacturingPrice: 250, - SalePrice: 125, - GrossSales: 383500, - Discounts: 908.75, - Sales: 382591.25, - COGS: 87240, - Profit: 295351.25, - Date: `6/1/19`, - Month: `June`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Mandarin`, - UnitsSold: 2181, - ManufacturingPrice: 250, - SalePrice: 125, - GrossSales: 272625, - Discounts: 983.75, - Sales: 271641.25, - COGS: 94440, - Profit: 177201.25, - Date: `6/1/19`, - Month: `June`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Mandarin`, - UnitsSold: 1356, - ManufacturingPrice: 250, - SalePrice: 300, - GrossSales: 406800, - Discounts: 2958, - Sales: 403842, - COGS: 246500, - Profit: 157342, - Date: `9/1/19`, - Month: `September`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Mandarin`, - UnitsSold: 2545, - ManufacturingPrice: 250, - SalePrice: 300, - GrossSales: 763500, - Discounts: 1482, - Sales: 762018, - COGS: 123500, - Profit: 638518, - Date: `10/1/18`, - Month: `October`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Mandarin`, - UnitsSold: 1814, - ManufacturingPrice: 250, - SalePrice: 350, - GrossSales: 634900, - Discounts: 4889.5, - Sales: 630010.5, - COGS: 363220, - Profit: 266790.5, - Date: `10/1/19`, - Month: `October`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Mandarin`, - UnitsSold: 1495, - ManufacturingPrice: 250, - SalePrice: 125, - GrossSales: 186875, - Discounts: 2180, - Sales: 184695, - COGS: 209280, - Profit: 24585, - Date: `11/1/19`, - Month: `November`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Luxe`, - UnitsSold: 1154, - ManufacturingPrice: 260, - SalePrice: 12, - GrossSales: 13848, - Discounts: 238.68, - Sales: 13609.32, - COGS: 5967, - Profit: 7642.32, - Date: `9/1/18`, - Month: `September`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Luxe`, - UnitsSold: 4180, - ManufacturingPrice: 260, - SalePrice: 15, - GrossSales: 62700, - Discounts: 48.15, - Sales: 62651.85, - COGS: 3210, - Profit: 59441.85, - Date: `11/1/18`, - Month: `November`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Kensington`, - UnitsSold: 1463, - ManufacturingPrice: 3, - SalePrice: 125, - GrossSales: 182875, - Discounts: 1856.25, - Sales: 181018.75, - COGS: 89100, - Profit: 91918.75, - Date: `4/1/19`, - Month: `April`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Kensington`, - UnitsSold: 215, - ManufacturingPrice: 3, - SalePrice: 12, - GrossSales: 2580, - Discounts: 310.8, - Sales: 2269.2, - COGS: 3885, - Profit: 1615.8, - Date: `10/1/19`, - Month: `October`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Kensington`, - UnitsSold: 4099, - ManufacturingPrice: 3, - SalePrice: 300, - GrossSales: 1229700, - Discounts: 1284, - Sales: 1228416, - COGS: 53500, - Profit: 1174916, - Date: `10/1/18`, - Month: `October`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Kensington`, - UnitsSold: 2660, - ManufacturingPrice: 3, - SalePrice: 7, - GrossSales: 18620, - Discounts: 300.3, - Sales: 18319.7, - COGS: 10725, - Profit: 7594.7, - Date: `11/1/18`, - Month: `November`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Kensington`, - UnitsSold: 566, - ManufacturingPrice: 3, - SalePrice: 350, - GrossSales: 198100, - Discounts: 19964, - Sales: 178136, - COGS: 741520, - Profit: 563384, - Date: `12/1/19`, - Month: `December`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Royal Oak`, - UnitsSold: 3255, - ManufacturingPrice: 5, - SalePrice: 12, - GrossSales: 39060, - Discounts: 274.08, - Sales: 38785.92, - COGS: 3426, - Profit: 35359.92, - Date: `6/1/19`, - Month: `June`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Royal Oak`, - UnitsSold: 772, - ManufacturingPrice: 5, - SalePrice: 20, - GrossSales: 15440, - Discounts: 626.4, - Sales: 14813.6, - COGS: 15660, - Profit: 846.4, - Date: `10/1/19`, - Month: `October`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Royal Oak`, - UnitsSold: 1135, - ManufacturingPrice: 5, - SalePrice: 12, - GrossSales: 13620, - Discounts: 165.6, - Sales: 13454.4, - COGS: 2070, - Profit: 11384.4, - Date: `11/1/19`, - Month: `November`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Royal Oak`, - UnitsSold: 3826, - ManufacturingPrice: 5, - SalePrice: 125, - GrossSales: 478250, - Discounts: 4150, - Sales: 474100, - COGS: 199200, - Profit: 274900, - Date: `11/1/18`, - Month: `November`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Vermont`, - UnitsSold: 1193, - ManufacturingPrice: 10, - SalePrice: 15, - GrossSales: 17895, - Discounts: 708.9, - Sales: 17186.1, - COGS: 23630, - Profit: 6443.9, - Date: `2/1/19`, - Month: `February`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Vermont`, - UnitsSold: 2530, - ManufacturingPrice: 10, - SalePrice: 300, - GrossSales: 759000, - Discounts: 5508, - Sales: 753492, - COGS: 229500, - Profit: 523992, - Date: `5/1/19`, - Month: `May`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Vermont`, - UnitsSold: 3451, - ManufacturingPrice: 10, - SalePrice: 300, - GrossSales: 1035300, - Discounts: 10368, - Sales: 1024932, - COGS: 432000, - Profit: 592932, - Date: `5/1/19`, - Month: `May`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Vermont`, - UnitsSold: 3059, - ManufacturingPrice: 10, - SalePrice: 12, - GrossSales: 36708, - Discounts: 274.08, - Sales: 36433.92, - COGS: 3426, - Profit: 33007.92, - Date: `6/1/19`, - Month: `June`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Vermont`, - UnitsSold: 3957, - ManufacturingPrice: 10, - SalePrice: 125, - GrossSales: 494625, - Discounts: 1655, - Sales: 492970, - COGS: 79440, - Profit: 413530, - Date: `6/1/19`, - Month: `June`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Vermont`, - UnitsSold: 3444, - ManufacturingPrice: 10, - SalePrice: 12, - GrossSales: 41328, - Discounts: 310.8, - Sales: 41017.2, - COGS: 3885, - Profit: 37132.2, - Date: `10/1/19`, - Month: `October`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Vermont`, - UnitsSold: 4388, - ManufacturingPrice: 10, - SalePrice: 125, - GrossSales: 548500, - Discounts: 2022.5, - Sales: 546477.5, - COGS: 97080, - Profit: 449397.5, - Date: `10/1/18`, - Month: `October`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Vermont`, - UnitsSold: 2106, - ManufacturingPrice: 10, - SalePrice: 125, - GrossSales: 263250, - Discounts: 5362.5, - Sales: 257887.5, - COGS: 257400, - Profit: 487.5, - Date: `10/1/18`, - Month: `October`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Vermont`, - UnitsSold: 799, - ManufacturingPrice: 10, - SalePrice: 12, - GrossSales: 9588, - Discounts: 428.4, - Sales: 9159.6, - COGS: 5355, - Profit: 3804.6, - Date: `11/1/18`, - Month: `November`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Vermont`, - UnitsSold: 3154, - ManufacturingPrice: 10, - SalePrice: 300, - GrossSales: 946200, - Discounts: 11496, - Sales: 934704, - COGS: 479000, - Profit: 455704, - Date: `12/1/19`, - Month: `December`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Vermont`, - UnitsSold: 4108, - ManufacturingPrice: 10, - SalePrice: 350, - GrossSales: 1437800, - Discounts: 19964, - Sales: 1417836, - COGS: 741520, - Profit: 676316, - Date: `12/1/19`, - Month: `December`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Vermont`, - UnitsSold: 3760, - ManufacturingPrice: 10, - SalePrice: 125, - GrossSales: 470000, - Discounts: 6822.5, - Sales: 463177.5, - COGS: 327480, - Profit: 135697.5, - Date: `12/1/19`, - Month: `December`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Vermont`, - UnitsSold: 377, - ManufacturingPrice: 10, - SalePrice: 15, - GrossSales: 5655, - Discounts: 577.5, - Sales: 5077.5, - COGS: 19250, - Profit: 14172.5, - Date: `12/1/18`, - Month: `December`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Vermont`, - UnitsSold: 2110, - ManufacturingPrice: 10, - SalePrice: 7, - GrossSales: 14770, - Discounts: 281.82, - Sales: 14488.18, - COGS: 10065, - Profit: 4423.18, - Date: `12/1/18`, - Month: `December`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Vermont`, - UnitsSold: 2334, - ManufacturingPrice: 10, - SalePrice: 12, - GrossSales: 28008, - Discounts: 253.2, - Sales: 27754.8, - COGS: 3165, - Profit: 24589.8, - Date: `12/1/19`, - Month: `December`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Vermont`, - UnitsSold: 580, - ManufacturingPrice: 10, - SalePrice: 12, - GrossSales: 6960, - Discounts: 260.16, - Sales: 6699.84, - COGS: 3252, - Profit: 3447.84, - Date: `12/1/19`, - Month: `December`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Burlington`, - UnitsSold: 2610, - ManufacturingPrice: 120, - SalePrice: 20, - GrossSales: 52200, - Discounts: 626.4, - Sales: 51573.6, - COGS: 15660, - Profit: 35913.6, - Date: `10/1/19`, - Month: `October`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Burlington`, - UnitsSold: 1598, - ManufacturingPrice: 120, - SalePrice: 350, - GrossSales: 559300, - Discounts: 20762, - Sales: 538538, - COGS: 771160, - Profit: 232622, - Date: `10/1/18`, - Month: `October`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Burlington`, - UnitsSold: 1459, - ManufacturingPrice: 120, - SalePrice: 350, - GrossSales: 510650, - Discounts: 20139, - Sales: 490511, - COGS: 748020, - Profit: 257509, - Date: `10/1/19`, - Month: `October`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Burlington`, - UnitsSold: 3284, - ManufacturingPrice: 120, - SalePrice: 125, - GrossSales: 410500, - Discounts: 2022.5, - Sales: 408477.5, - COGS: 97080, - Profit: 311397.5, - Date: `10/1/18`, - Month: `October`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Burlington`, - UnitsSold: 1197, - ManufacturingPrice: 120, - SalePrice: 125, - GrossSales: 149625, - Discounts: 5362.5, - Sales: 144262.5, - COGS: 257400, - Profit: 113137.5, - Date: `10/1/18`, - Month: `October`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Burlington`, - UnitsSold: 3774, - ManufacturingPrice: 120, - SalePrice: 12, - GrossSales: 45288, - Discounts: 253.2, - Sales: 45034.8, - COGS: 3165, - Profit: 41869.8, - Date: `12/1/19`, - Month: `December`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Burlington`, - UnitsSold: 2303, - ManufacturingPrice: 120, - SalePrice: 20, - GrossSales: 46060, - Discounts: 217.6, - Sales: 45842.4, - COGS: 5440, - Profit: 40402.4, - Date: `12/1/18`, - Month: `December`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Burlington`, - UnitsSold: 2572, - ManufacturingPrice: 120, - SalePrice: 12, - GrossSales: 30864, - Discounts: 260.16, - Sales: 30603.84, - COGS: 3252, - Profit: 27351.84, - Date: `12/1/19`, - Month: `December`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Mandarin`, - UnitsSold: 320, - ManufacturingPrice: 250, - SalePrice: 125, - GrossSales: 40000, - Discounts: 1655, - Sales: 38345, - COGS: 79440, - Profit: 41095, - Date: `6/1/19`, - Month: `June`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Mandarin`, - UnitsSold: 2126, - ManufacturingPrice: 250, - SalePrice: 300, - GrossSales: 637800, - Discounts: 1284, - Sales: 636516, - COGS: 53500, - Profit: 583016, - Date: `10/1/18`, - Month: `October`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Mandarin`, - UnitsSold: 3275, - ManufacturingPrice: 250, - SalePrice: 350, - GrossSales: 1146250, - Discounts: 20139, - Sales: 1126111, - COGS: 748020, - Profit: 378091, - Date: `10/1/19`, - Month: `October`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Mandarin`, - UnitsSold: 3582, - ManufacturingPrice: 250, - SalePrice: 125, - GrossSales: 447750, - Discounts: 6822.5, - Sales: 440927.5, - COGS: 327480, - Profit: 113447.5, - Date: `12/1/19`, - Month: `December`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Mandarin`, - UnitsSold: 783, - ManufacturingPrice: 250, - SalePrice: 350, - GrossSales: 274050, - Discounts: 1862, - Sales: 272188, - COGS: 69160, - Profit: 203028, - Date: `12/1/18`, - Month: `December`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Mandarin`, - UnitsSold: 1202, - ManufacturingPrice: 250, - SalePrice: 350, - GrossSales: 420700, - Discounts: 13580, - Sales: 407120, - COGS: 504400, - Profit: 97280, - Date: `12/1/18`, - Month: `December`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Luxe`, - UnitsSold: 4056, - ManufacturingPrice: 260, - SalePrice: 300, - GrossSales: 1216800, - Discounts: 1554, - Sales: 1215246, - COGS: 64750, - Profit: 1150496, - Date: `3/1/19`, - Month: `March`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Luxe`, - UnitsSold: 2144, - ManufacturingPrice: 260, - SalePrice: 300, - GrossSales: 643200, - Discounts: 6606, - Sales: 636594, - COGS: 275250, - Profit: 361344, - Date: `3/1/19`, - Month: `March`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Luxe`, - UnitsSold: 3502, - ManufacturingPrice: 260, - SalePrice: 125, - GrossSales: 437750, - Discounts: 5690, - Sales: 432060, - COGS: 273120, - Profit: 158940, - Date: `5/1/19`, - Month: `May`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Luxe`, - UnitsSold: 1397, - ManufacturingPrice: 260, - SalePrice: 350, - GrossSales: 488950, - Discounts: 20762, - Sales: 468188, - COGS: 771160, - Profit: 302972, - Date: `10/1/18`, - Month: `October`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Luxe`, - UnitsSold: 679, - ManufacturingPrice: 260, - SalePrice: 20, - GrossSales: 13580, - Discounts: 494.4, - Sales: 13085.6, - COGS: 12360, - Profit: 725.6, - Date: `11/1/19`, - Month: `November`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Luxe`, - UnitsSold: 2351, - ManufacturingPrice: 260, - SalePrice: 20, - GrossSales: 47020, - Discounts: 376.4, - Sales: 46643.6, - COGS: 9410, - Profit: 37233.6, - Date: `11/1/19`, - Month: `November`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Luxe`, - UnitsSold: 2043, - ManufacturingPrice: 260, - SalePrice: 300, - GrossSales: 612900, - Discounts: 11496, - Sales: 601404, - COGS: 479000, - Profit: 122404, - Date: `12/1/19`, - Month: `December`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Kensington`, - UnitsSold: 3565, - ManufacturingPrice: 3, - SalePrice: 125, - GrossSales: 445625, - Discounts: 15913.13, - Sales: 429711.88, - COGS: 509220, - Profit: 79508.13, - Date: `4/1/19`, - Month: `April`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Kensington`, - UnitsSold: 1401, - ManufacturingPrice: 3, - SalePrice: 20, - GrossSales: 28020, - Discounts: 1548, - Sales: 26472, - COGS: 25800, - Profit: 672, - Date: `4/1/19`, - Month: `April`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Kensington`, - UnitsSold: 2077, - ManufacturingPrice: 3, - SalePrice: 300, - GrossSales: 623100, - Discounts: 6201, - Sales: 616899, - COGS: 172250, - Profit: 444649, - Date: `6/1/19`, - Month: `June`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Kensington`, - UnitsSold: 3643, - ManufacturingPrice: 3, - SalePrice: 12, - GrossSales: 43716, - Discounts: 700.92, - Sales: 43015.08, - COGS: 5841, - Profit: 37174.08, - Date: `9/1/19`, - Month: `September`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Kensington`, - UnitsSold: 1105, - ManufacturingPrice: 3, - SalePrice: 12, - GrossSales: 13260, - Discounts: 326.88, - Sales: 12933.12, - COGS: 2724, - Profit: 10209.12, - Date: `12/1/18`, - Month: `December`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Royal Oak`, - UnitsSold: 2960, - ManufacturingPrice: 5, - SalePrice: 7, - GrossSales: 20720, - Discounts: 411.18, - Sales: 20308.82, - COGS: 9790, - Profit: 10518.82, - Date: `2/1/19`, - Month: `February`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Royal Oak`, - UnitsSold: 1201, - ManufacturingPrice: 5, - SalePrice: 12, - GrossSales: 14412, - Discounts: 684.36, - Sales: 13727.64, - COGS: 5703, - Profit: 8024.64, - Date: `6/1/19`, - Month: `June`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Royal Oak`, - UnitsSold: 2321, - ManufacturingPrice: 5, - SalePrice: 7, - GrossSales: 16247, - Discounts: 114.24, - Sales: 16132.76, - COGS: 2720, - Profit: 13412.76, - Date: `9/1/19`, - Month: `September`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Royal Oak`, - UnitsSold: 3640, - ManufacturingPrice: 5, - SalePrice: 350, - GrossSales: 1274000, - Discounts: 18868.5, - Sales: 1255131.5, - COGS: 467220, - Profit: 787911.5, - Date: `9/1/18`, - Month: `September`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Royal Oak`, - UnitsSold: 3972, - ManufacturingPrice: 5, - SalePrice: 125, - GrossSales: 496500, - Discounts: 4826.25, - Sales: 491673.75, - COGS: 154440, - Profit: 337233.75, - Date: `12/1/19`, - Month: `December`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Royal Oak`, - UnitsSold: 3878, - ManufacturingPrice: 5, - SalePrice: 125, - GrossSales: 484750, - Discounts: 6397.5, - Sales: 478352.5, - COGS: 204720, - Profit: 273632.5, - Date: `12/1/19`, - Month: `December`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Vermont`, - UnitsSold: 2278, - ManufacturingPrice: 10, - SalePrice: 300, - GrossSales: 683400, - Discounts: 21910.5, - Sales: 661489.5, - COGS: 608625, - Profit: 52864.5, - Date: `1/1/19`, - Month: `January`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Vermont`, - UnitsSold: 1075, - ManufacturingPrice: 10, - SalePrice: 125, - GrossSales: 134375, - Discounts: 6652.5, - Sales: 127722.5, - COGS: 212880, - Profit: 85157.5, - Date: `3/1/19`, - Month: `March`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Vermont`, - UnitsSold: 4050, - ManufacturingPrice: 10, - SalePrice: 12, - GrossSales: 48600, - Discounts: 684.36, - Sales: 47915.64, - COGS: 5703, - Profit: 42212.64, - Date: `6/1/19`, - Month: `June`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Vermont`, - UnitsSold: 3035, - ManufacturingPrice: 10, - SalePrice: 300, - GrossSales: 910500, - Discounts: 6201, - Sales: 904299, - COGS: 172250, - Profit: 732049, - Date: `6/1/19`, - Month: `June`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Vermont`, - UnitsSold: 3636, - ManufacturingPrice: 10, - SalePrice: 125, - GrossSales: 454500, - Discounts: 5887.5, - Sales: 448612.5, - COGS: 188400, - Profit: 260212.5, - Date: `6/1/19`, - Month: `June`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Vermont`, - UnitsSold: 1379, - ManufacturingPrice: 10, - SalePrice: 12, - GrossSales: 16548, - Discounts: 493.02, - Sales: 16054.98, - COGS: 4108.5, - Profit: 11946.48, - Date: `7/1/19`, - Month: `July`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Vermont`, - UnitsSold: 4492, - ManufacturingPrice: 10, - SalePrice: 125, - GrossSales: 561500, - Discounts: 7533.75, - Sales: 553966.25, - COGS: 241080, - Profit: 312886.25, - Date: `10/1/19`, - Month: `October`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Vermont`, - UnitsSold: 764, - ManufacturingPrice: 10, - SalePrice: 15, - GrossSales: 11460, - Discounts: 875.25, - Sales: 10584.75, - COGS: 19450, - Profit: 8865.25, - Date: `10/1/18`, - Month: `October`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Vermont`, - UnitsSold: 1744, - ManufacturingPrice: 10, - SalePrice: 125, - GrossSales: 218000, - Discounts: 4826.25, - Sales: 213173.75, - COGS: 154440, - Profit: 58733.75, - Date: `12/1/19`, - Month: `December`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Vermont`, - UnitsSold: 2341, - ManufacturingPrice: 10, - SalePrice: 125, - GrossSales: 292625, - Discounts: 6397.5, - Sales: 286227.5, - COGS: 204720, - Profit: 81507.5, - Date: `12/1/19`, - Month: `December`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Burlington`, - UnitsSold: 3835, - ManufacturingPrice: 120, - SalePrice: 125, - GrossSales: 479375, - Discounts: 7533.75, - Sales: 471841.25, - COGS: 241080, - Profit: 230761.25, - Date: `10/1/19`, - Month: `October`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Mandarin`, - UnitsSold: 1161, - ManufacturingPrice: 250, - SalePrice: 300, - GrossSales: 348300, - Discounts: 25596, - Sales: 322704, - COGS: 711000, - Profit: 388296, - Date: `2/1/19`, - Month: `February`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Mandarin`, - UnitsSold: 876, - ManufacturingPrice: 250, - SalePrice: 12, - GrossSales: 10512, - Discounts: 689.76, - Sales: 9822.24, - COGS: 5748, - Profit: 4074.24, - Date: `4/1/19`, - Month: `April`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Mandarin`, - UnitsSold: 1705, - ManufacturingPrice: 250, - SalePrice: 125, - GrossSales: 213125, - Discounts: 5887.5, - Sales: 207237.5, - COGS: 188400, - Profit: 18837.5, - Date: `6/1/19`, - Month: `June`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Mandarin`, - UnitsSold: 1805, - ManufacturingPrice: 250, - SalePrice: 300, - GrossSales: 541500, - Discounts: 16866, - Sales: 524634, - COGS: 468500, - Profit: 56134, - Date: `8/1/19`, - Month: `August`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Mandarin`, - UnitsSold: 389, - ManufacturingPrice: 250, - SalePrice: 350, - GrossSales: 136150, - Discounts: 17241, - Sales: 118909, - COGS: 426920, - Profit: 308011, - Date: `8/1/19`, - Month: `August`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Mandarin`, - UnitsSold: 2745, - ManufacturingPrice: 250, - SalePrice: 15, - GrossSales: 41175, - Discounts: 875.25, - Sales: 40299.75, - COGS: 19450, - Profit: 20849.75, - Date: `10/1/18`, - Month: `October`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Kensington`, - UnitsSold: 1459, - ManufacturingPrice: 3, - SalePrice: 20, - GrossSales: 29180, - Discounts: 498.6, - Sales: 28681.4, - COGS: 8310, - Profit: 20371.4, - Date: `5/1/19`, - Month: `May`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Vermont`, - UnitsSold: 3938, - ManufacturingPrice: 10, - SalePrice: 7, - GrossSales: 27566, - Discounts: 369.6, - Sales: 27196.4, - COGS: 8800, - Profit: 18396.4, - Date: `9/1/18`, - Month: `September`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Burlington`, - UnitsSold: 4236, - ManufacturingPrice: 120, - SalePrice: 20, - GrossSales: 84720, - Discounts: 2310.3, - Sales: 82409.7, - COGS: 38505, - Profit: 43904.7, - Date: `4/1/19`, - Month: `April`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Mandarin`, - UnitsSold: 3627, - ManufacturingPrice: 250, - SalePrice: 12, - GrossSales: 43524, - Discounts: 892.44, - Sales: 42631.56, - COGS: 7437, - Profit: 35194.56, - Date: `1/1/19`, - Month: `January`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Royal Oak`, - UnitsSold: 1756, - ManufacturingPrice: 5, - SalePrice: 15, - GrossSales: 26340, - Discounts: 1218.6, - Sales: 25121.4, - COGS: 20310, - Profit: 4811.4, - Date: `10/1/19`, - Month: `October`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Vermont`, - UnitsSold: 307, - ManufacturingPrice: 10, - SalePrice: 15, - GrossSales: 4605, - Discounts: 1218.6, - Sales: 3386.4, - COGS: 20310, - Profit: 16923.6, - Date: `10/1/19`, - Month: `October`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Vermont`, - UnitsSold: 4489, - ManufacturingPrice: 10, - SalePrice: 15, - GrossSales: 67335, - Discounts: 1356.6, - Sales: 65978.4, - COGS: 22610, - Profit: 43368.4, - Date: `12/1/18`, - Month: `December`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Burlington`, - UnitsSold: 2167, - ManufacturingPrice: 120, - SalePrice: 20, - GrossSales: 43340, - Discounts: 588.8, - Sales: 42751.2, - COGS: 7360, - Profit: 35391.2, - Date: `9/1/18`, - Month: `September`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Kensington`, - UnitsSold: 1137, - ManufacturingPrice: 3, - SalePrice: 7, - GrossSales: 7959, - Discounts: 798.28, - Sales: 7160.72, - COGS: 14255, - Profit: 7094.28, - Date: `10/1/18`, - Month: `October`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Kensington`, - UnitsSold: 1222, - ManufacturingPrice: 3, - SalePrice: 300, - GrossSales: 366600, - Discounts: 24252, - Sales: 342348, - COGS: 505250, - Profit: 162902, - Date: `10/1/19`, - Month: `October`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Kensington`, - UnitsSold: 489, - ManufacturingPrice: 3, - SalePrice: 350, - GrossSales: 171150, - Discounts: 3836, - Sales: 167314, - COGS: 71240, - Profit: 96074, - Date: `12/1/19`, - Month: `December`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Royal Oak`, - UnitsSold: 4133, - ManufacturingPrice: 5, - SalePrice: 15, - GrossSales: 61995, - Discounts: 1180.2, - Sales: 60814.8, - COGS: 19670, - Profit: 41144.8, - Date: `3/1/19`, - Month: `March`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Royal Oak`, - UnitsSold: 2743, - ManufacturingPrice: 5, - SalePrice: 300, - GrossSales: 822900, - Discounts: 22308, - Sales: 800592, - COGS: 464750, - Profit: 335842, - Date: `8/1/19`, - Month: `August`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Royal Oak`, - UnitsSold: 3699, - ManufacturingPrice: 5, - SalePrice: 7, - GrossSales: 25893, - Discounts: 798.28, - Sales: 25094.72, - COGS: 14255, - Profit: 10839.72, - Date: `10/1/18`, - Month: `October`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Royal Oak`, - UnitsSold: 4460, - ManufacturingPrice: 5, - SalePrice: 300, - GrossSales: 1338000, - Discounts: 24252, - Sales: 1313748, - COGS: 505250, - Profit: 808498, - Date: `10/1/19`, - Month: `October`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Royal Oak`, - UnitsSold: 1232, - ManufacturingPrice: 5, - SalePrice: 125, - GrossSales: 154000, - Discounts: 5690, - Sales: 148310, - COGS: 136560, - Profit: 11750, - Date: `12/1/19`, - Month: `December`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Vermont`, - UnitsSold: 2586, - ManufacturingPrice: 10, - SalePrice: 7, - GrossSales: 18102, - Discounts: 1190.28, - Sales: 16911.72, - COGS: 21255, - Profit: 4343.28, - Date: `1/1/19`, - Month: `January`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Vermont`, - UnitsSold: 1332, - ManufacturingPrice: 10, - SalePrice: 125, - GrossSales: 166500, - Discounts: 3975, - Sales: 162525, - COGS: 95400, - Profit: 67125, - Date: `3/1/19`, - Month: `March`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Vermont`, - UnitsSold: 4487, - ManufacturingPrice: 10, - SalePrice: 300, - GrossSales: 1346100, - Discounts: 16974, - Sales: 1329126, - COGS: 353625, - Profit: 975501, - Date: `4/1/19`, - Month: `April`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Vermont`, - UnitsSold: 3862, - ManufacturingPrice: 10, - SalePrice: 300, - GrossSales: 1158600, - Discounts: 35016, - Sales: 1123584, - COGS: 729500, - Profit: 394084, - Date: `5/1/19`, - Month: `May`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Vermont`, - UnitsSold: 1765, - ManufacturingPrice: 10, - SalePrice: 350, - GrossSales: 617750, - Discounts: 48300, - Sales: 569450, - COGS: 897000, - Profit: 327550, - Date: `7/1/19`, - Month: `July`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Vermont`, - UnitsSold: 3533, - ManufacturingPrice: 10, - SalePrice: 125, - GrossSales: 441625, - Discounts: 14940, - Sales: 426685, - COGS: 358560, - Profit: 68125, - Date: `7/1/19`, - Month: `July`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Vermont`, - UnitsSold: 2016, - ManufacturingPrice: 10, - SalePrice: 15, - GrossSales: 30240, - Discounts: 130.8, - Sales: 30109.2, - COGS: 2180, - Profit: 27929.2, - Date: `9/1/19`, - Month: `September`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Vermont`, - UnitsSold: 2938, - ManufacturingPrice: 10, - SalePrice: 20, - GrossSales: 58760, - Discounts: 1659.2, - Sales: 57100.8, - COGS: 20740, - Profit: 36360.8, - Date: `9/1/19`, - Month: `September`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Vermont`, - UnitsSold: 3352, - ManufacturingPrice: 10, - SalePrice: 20, - GrossSales: 67040, - Discounts: 844.8, - Sales: 66195.2, - COGS: 10560, - Profit: 55635.2, - Date: `9/1/19`, - Month: `September`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Vermont`, - UnitsSold: 4409, - ManufacturingPrice: 10, - SalePrice: 15, - GrossSales: 66135, - Discounts: 402.6, - Sales: 65732.4, - COGS: 6710, - Profit: 59022.4, - Date: `10/1/18`, - Month: `October`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Vermont`, - UnitsSold: 3323, - ManufacturingPrice: 10, - SalePrice: 15, - GrossSales: 49845, - Discounts: 908.4, - Sales: 48936.6, - COGS: 15140, - Profit: 33796.6, - Date: `10/1/18`, - Month: `October`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Vermont`, - UnitsSold: 2430, - ManufacturingPrice: 10, - SalePrice: 350, - GrossSales: 850500, - Discounts: 3836, - Sales: 846664, - COGS: 71240, - Profit: 775424, - Date: `12/1/19`, - Month: `December`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Vermont`, - UnitsSold: 535, - ManufacturingPrice: 10, - SalePrice: 125, - GrossSales: 66875, - Discounts: 5690, - Sales: 61185, - COGS: 136560, - Profit: 75375, - Date: `12/1/19`, - Month: `December`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Burlington`, - UnitsSold: 1523, - ManufacturingPrice: 120, - SalePrice: 12, - GrossSales: 18276, - Discounts: 703.2, - Sales: 17572.8, - COGS: 4395, - Profit: 13177.8, - Date: `3/1/19`, - Month: `March`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Burlington`, - UnitsSold: 3631, - ManufacturingPrice: 120, - SalePrice: 20, - GrossSales: 72620, - Discounts: 2116.8, - Sales: 70503.2, - COGS: 26460, - Profit: 44043.2, - Date: `9/1/18`, - Month: `September`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Burlington`, - UnitsSold: 1782, - ManufacturingPrice: 120, - SalePrice: 350, - GrossSales: 623700, - Discounts: 30478, - Sales: 593222, - COGS: 566020, - Profit: 27202, - Date: `10/1/19`, - Month: `October`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Mandarin`, - UnitsSold: 347, - ManufacturingPrice: 250, - SalePrice: 12, - GrossSales: 4164, - Discounts: 415.68, - Sales: 3748.32, - COGS: 2598, - Profit: 1150.32, - Date: `5/1/19`, - Month: `May`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Mandarin`, - UnitsSold: 4147, - ManufacturingPrice: 250, - SalePrice: 350, - GrossSales: 1451450, - Discounts: 4886, - Sales: 1446564, - COGS: 90740, - Profit: 1355824, - Date: `9/1/18`, - Month: `September`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Mandarin`, - UnitsSold: 3509, - ManufacturingPrice: 250, - SalePrice: 350, - GrossSales: 1228150, - Discounts: 30478, - Sales: 1197672, - COGS: 566020, - Profit: 631652, - Date: `10/1/19`, - Month: `October`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Mandarin`, - UnitsSold: 2774, - ManufacturingPrice: 250, - SalePrice: 15, - GrossSales: 41610, - Discounts: 908.4, - Sales: 40701.6, - COGS: 15140, - Profit: 25561.6, - Date: `10/1/18`, - Month: `October`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Luxe`, - UnitsSold: 2943, - ManufacturingPrice: 260, - SalePrice: 350, - GrossSales: 1030050, - Discounts: 26110, - Sales: 1003940, - COGS: 484900, - Profit: 519040, - Date: `2/1/19`, - Month: `February`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Luxe`, - UnitsSold: 4037, - ManufacturingPrice: 260, - SalePrice: 125, - GrossSales: 504625, - Discounts: 5370, - Sales: 499255, - COGS: 128880, - Profit: 370375, - Date: `4/1/19`, - Month: `April`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Luxe`, - UnitsSold: 4146, - ManufacturingPrice: 260, - SalePrice: 350, - GrossSales: 1451100, - Discounts: 26698, - Sales: 1424402, - COGS: 495820, - Profit: 928582, - Date: `9/1/19`, - Month: `September`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Luxe`, - UnitsSold: 4123, - ManufacturingPrice: 260, - SalePrice: 15, - GrossSales: 61845, - Discounts: 402.6, - Sales: 61442.4, - COGS: 6710, - Profit: 54732.4, - Date: `10/1/18`, - Month: `October`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Luxe`, - UnitsSold: 1337, - ManufacturingPrice: 260, - SalePrice: 350, - GrossSales: 467950, - Discounts: 24892, - Sales: 443058, - COGS: 462280, - Profit: 19222, - Date: `12/1/18`, - Month: `December`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Royal Oak`, - UnitsSold: 599, - ManufacturingPrice: 5, - SalePrice: 7, - GrossSales: 4193, - Discounts: 405.65, - Sales: 3787.35, - COGS: 5795, - Profit: 2007.65, - Date: `10/1/18`, - Month: `October`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Vermont`, - UnitsSold: 725, - ManufacturingPrice: 10, - SalePrice: 7, - GrossSales: 5075, - Discounts: 480.2, - Sales: 4594.8, - COGS: 6860, - Profit: 2265.2, - Date: `1/1/19`, - Month: `January`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Vermont`, - UnitsSold: 477, - ManufacturingPrice: 10, - SalePrice: 7, - GrossSales: 3339, - Discounts: 822.15, - Sales: 2516.85, - COGS: 11745, - Profit: 9228.15, - Date: `9/1/18`, - Month: `September`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Vermont`, - UnitsSold: 2325, - ManufacturingPrice: 10, - SalePrice: 7, - GrossSales: 16275, - Discounts: 941.15, - Sales: 15333.85, - COGS: 13445, - Profit: 1888.85, - Date: `10/1/19`, - Month: `October`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Vermont`, - UnitsSold: 675, - ManufacturingPrice: 10, - SalePrice: 12, - GrossSales: 8100, - Discounts: 1458.6, - Sales: 6641.4, - COGS: 7293, - Profit: 651.6, - Date: `12/1/19`, - Month: `December`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Burlington`, - UnitsSold: 2990, - ManufacturingPrice: 120, - SalePrice: 12, - GrossSales: 35880, - Discounts: 1458.6, - Sales: 34421.4, - COGS: 7293, - Profit: 27128.4, - Date: `12/1/19`, - Month: `December`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Mandarin`, - UnitsSold: 1072, - ManufacturingPrice: 250, - SalePrice: 7, - GrossSales: 7504, - Discounts: 941.15, - Sales: 6562.85, - COGS: 13445, - Profit: 6882.15, - Date: `10/1/19`, - Month: `October`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Luxe`, - UnitsSold: 1048, - ManufacturingPrice: 260, - SalePrice: 7, - GrossSales: 7336, - Discounts: 589.05, - Sales: 6746.95, - COGS: 8415, - Profit: 1668.05, - Date: `7/1/19`, - Month: `July`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Luxe`, - UnitsSold: 469, - ManufacturingPrice: 260, - SalePrice: 12, - GrossSales: 5628, - Discounts: 673.8, - Sales: 4954.2, - COGS: 3369, - Profit: 1585.2, - Date: `8/1/19`, - Month: `August`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Luxe`, - UnitsSold: 804, - ManufacturingPrice: 260, - SalePrice: 7, - GrossSales: 5628, - Discounts: 405.65, - Sales: 5222.35, - COGS: 5795, - Profit: 572.65, - Date: `10/1/18`, - Month: `October`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Kensington`, - UnitsSold: 4240, - ManufacturingPrice: 3, - SalePrice: 12, - GrossSales: 50880, - Discounts: 1119, - Sales: 49761, - COGS: 5595, - Profit: 44166, - Date: `2/1/19`, - Month: `February`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Kensington`, - UnitsSold: 1976, - ManufacturingPrice: 3, - SalePrice: 12, - GrossSales: 23712, - Discounts: 669.6, - Sales: 23042.4, - COGS: 3348, - Profit: 19694.4, - Date: `2/1/19`, - Month: `February`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Kensington`, - UnitsSold: 1984, - ManufacturingPrice: 3, - SalePrice: 20, - GrossSales: 39680, - Discounts: 1563, - Sales: 38117, - COGS: 15630, - Profit: 22487, - Date: `5/1/19`, - Month: `May`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Kensington`, - UnitsSold: 480, - ManufacturingPrice: 3, - SalePrice: 300, - GrossSales: 144000, - Discounts: 14865, - Sales: 129135, - COGS: 247750, - Profit: 118615, - Date: `6/1/19`, - Month: `June`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Kensington`, - UnitsSold: 3551, - ManufacturingPrice: 3, - SalePrice: 7, - GrossSales: 24857, - Discounts: 355.6, - Sales: 24501.4, - COGS: 5080, - Profit: 19421.4, - Date: `11/1/18`, - Month: `November`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Kensington`, - UnitsSold: 1205, - ManufacturingPrice: 3, - SalePrice: 15, - GrossSales: 18075, - Discounts: 2093.25, - Sales: 15981.75, - COGS: 27910, - Profit: 11928.25, - Date: `11/1/19`, - Month: `November`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Kensington`, - UnitsSold: 2480, - ManufacturingPrice: 3, - SalePrice: 7, - GrossSales: 17360, - Discounts: 199.5, - Sales: 17160.5, - COGS: 2850, - Profit: 14310.5, - Date: `12/1/19`, - Month: `December`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Kensington`, - UnitsSold: 2926, - ManufacturingPrice: 3, - SalePrice: 7, - GrossSales: 20482, - Discounts: 870.45, - Sales: 19611.55, - COGS: 12435, - Profit: 7176.55, - Date: `12/1/19`, - Month: `December`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Royal Oak`, - UnitsSold: 3210, - ManufacturingPrice: 5, - SalePrice: 350, - GrossSales: 1123500, - Discounts: 24228.75, - Sales: 1099271.25, - COGS: 359970, - Profit: 739301.25, - Date: `1/1/19`, - Month: `January`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Royal Oak`, - UnitsSold: 3221, - ManufacturingPrice: 5, - SalePrice: 125, - GrossSales: 402625, - Discounts: 22668.75, - Sales: 379956.25, - COGS: 435240, - Profit: 55283.75, - Date: `7/1/19`, - Month: `July`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Royal Oak`, - UnitsSold: 2389, - ManufacturingPrice: 5, - SalePrice: 350, - GrossSales: 836150, - Discounts: 12600, - Sales: 823550, - COGS: 187200, - Profit: 636350, - Date: `9/1/18`, - Month: `September`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Royal Oak`, - UnitsSold: 1127, - ManufacturingPrice: 5, - SalePrice: 12, - GrossSales: 13524, - Discounts: 1405.2, - Sales: 12118.8, - COGS: 7026, - Profit: 5092.8, - Date: `11/1/19`, - Month: `November`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Royal Oak`, - UnitsSold: 319, - ManufacturingPrice: 5, - SalePrice: 300, - GrossSales: 95700, - Discounts: 16500, - Sales: 79200, - COGS: 275000, - Profit: 195800, - Date: `12/1/18`, - Month: `December`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Vermont`, - UnitsSold: 1610, - ManufacturingPrice: 10, - SalePrice: 20, - GrossSales: 32200, - Discounts: 1303, - Sales: 30897, - COGS: 13030, - Profit: 17867, - Date: `2/1/19`, - Month: `February`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Vermont`, - UnitsSold: 4100, - ManufacturingPrice: 10, - SalePrice: 125, - GrossSales: 512500, - Discounts: 18700, - Sales: 493800, - COGS: 359040, - Profit: 134760, - Date: `3/1/19`, - Month: `March`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Vermont`, - UnitsSold: 1012, - ManufacturingPrice: 10, - SalePrice: 125, - GrossSales: 126500, - Discounts: 14906.25, - Sales: 111593.75, - COGS: 286200, - Profit: 174606.25, - Date: `3/1/19`, - Month: `March`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Vermont`, - UnitsSold: 3337, - ManufacturingPrice: 10, - SalePrice: 300, - GrossSales: 1001100, - Discounts: 24105, - Sales: 976995, - COGS: 401750, - Profit: 575245, - Date: `4/1/19`, - Month: `April`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Vermont`, - UnitsSold: 3955, - ManufacturingPrice: 10, - SalePrice: 7, - GrossSales: 27685, - Discounts: 814.45, - Sales: 26870.55, - COGS: 11635, - Profit: 15235.55, - Date: `5/1/19`, - Month: `May`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Vermont`, - UnitsSold: 4347, - ManufacturingPrice: 10, - SalePrice: 300, - GrossSales: 1304100, - Discounts: 14865, - Sales: 1289235, - COGS: 247750, - Profit: 1041485, - Date: `6/1/19`, - Month: `June`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Vermont`, - UnitsSold: 1548, - ManufacturingPrice: 10, - SalePrice: 350, - GrossSales: 541800, - Discounts: 10535, - Sales: 531265, - COGS: 156520, - Profit: 374745, - Date: `6/1/19`, - Month: `June`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Vermont`, - UnitsSold: 2153, - ManufacturingPrice: 10, - SalePrice: 15, - GrossSales: 32295, - Discounts: 1965, - Sales: 30330, - COGS: 26200, - Profit: 4130, - Date: `9/1/19`, - Month: `September`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Vermont`, - UnitsSold: 3789, - ManufacturingPrice: 10, - SalePrice: 350, - GrossSales: 1326150, - Discounts: 21490, - Sales: 1304660, - COGS: 319280, - Profit: 985380, - Date: `10/1/18`, - Month: `October`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Vermont`, - UnitsSold: 4364, - ManufacturingPrice: 10, - SalePrice: 20, - GrossSales: 87280, - Discounts: 1389, - Sales: 85891, - COGS: 13890, - Profit: 72001, - Date: `10/1/18`, - Month: `October`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Vermont`, - UnitsSold: 4126, - ManufacturingPrice: 10, - SalePrice: 125, - GrossSales: 515750, - Discounts: 5381.25, - Sales: 510368.75, - COGS: 103320, - Profit: 407048.75, - Date: `10/1/19`, - Month: `October`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Vermont`, - UnitsSold: 1343, - ManufacturingPrice: 10, - SalePrice: 125, - GrossSales: 167875, - Discounts: 4400, - Sales: 163475, - COGS: 84480, - Profit: 78995, - Date: `10/1/18`, - Month: `October`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Vermont`, - UnitsSold: 245, - ManufacturingPrice: 10, - SalePrice: 20, - GrossSales: 4900, - Discounts: 1802, - Sales: 3098, - COGS: 18020, - Profit: 14922, - Date: `12/1/18`, - Month: `December`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Vermont`, - UnitsSold: 3376, - ManufacturingPrice: 10, - SalePrice: 20, - GrossSales: 67520, - Discounts: 2663, - Sales: 64857, - COGS: 26630, - Profit: 38227, - Date: `12/1/19`, - Month: `December`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Vermont`, - UnitsSold: 1401, - ManufacturingPrice: 10, - SalePrice: 7, - GrossSales: 9807, - Discounts: 747.6, - Sales: 9059.4, - COGS: 10680, - Profit: 1620.6, - Date: `12/1/18`, - Month: `December`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Vermont`, - UnitsSold: 3483, - ManufacturingPrice: 10, - SalePrice: 15, - GrossSales: 52245, - Discounts: 1587, - Sales: 50658, - COGS: 21160, - Profit: 29498, - Date: `12/1/18`, - Month: `December`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Burlington`, - UnitsSold: 2244, - ManufacturingPrice: 120, - SalePrice: 15, - GrossSales: 33660, - Discounts: 416.25, - Sales: 33243.75, - COGS: 5550, - Profit: 27693.75, - Date: `1/1/19`, - Month: `January`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Burlington`, - UnitsSold: 1360, - ManufacturingPrice: 120, - SalePrice: 15, - GrossSales: 20400, - Discounts: 2145.75, - Sales: 18254.25, - COGS: 28610, - Profit: 10355.75, - Date: `1/1/19`, - Month: `January`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Burlington`, - UnitsSold: 279, - ManufacturingPrice: 120, - SalePrice: 125, - GrossSales: 34875, - Discounts: 5043.75, - Sales: 29831.25, - COGS: 96840, - Profit: 67008.75, - Date: `2/1/19`, - Month: `February`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Burlington`, - UnitsSold: 2521, - ManufacturingPrice: 120, - SalePrice: 350, - GrossSales: 882350, - Discounts: 10535, - Sales: 871815, - COGS: 156520, - Profit: 715295, - Date: `6/1/19`, - Month: `June`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Burlington`, - UnitsSold: 2433, - ManufacturingPrice: 120, - SalePrice: 20, - GrossSales: 48660, - Discounts: 2832, - Sales: 45828, - COGS: 28320, - Profit: 17508, - Date: `8/1/19`, - Month: `August`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Burlington`, - UnitsSold: 1738, - ManufacturingPrice: 120, - SalePrice: 20, - GrossSales: 34760, - Discounts: 1579, - Sales: 33181, - COGS: 15790, - Profit: 17391, - Date: `8/1/19`, - Month: `August`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Burlington`, - UnitsSold: 1106, - ManufacturingPrice: 120, - SalePrice: 125, - GrossSales: 138250, - Discounts: 5381.25, - Sales: 132868.75, - COGS: 103320, - Profit: 29548.75, - Date: `10/1/19`, - Month: `October`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Burlington`, - UnitsSold: 3379, - ManufacturingPrice: 120, - SalePrice: 125, - GrossSales: 422375, - Discounts: 4400, - Sales: 417975, - COGS: 84480, - Profit: 333495, - Date: `10/1/18`, - Month: `October`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Burlington`, - UnitsSold: 1221, - ManufacturingPrice: 120, - SalePrice: 20, - GrossSales: 24420, - Discounts: 1033, - Sales: 23387, - COGS: 10330, - Profit: 13057, - Date: `12/1/18`, - Month: `December`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Burlington`, - UnitsSold: 213, - ManufacturingPrice: 120, - SalePrice: 300, - GrossSales: 63900, - Discounts: 18750, - Sales: 45150, - COGS: 312500, - Profit: 267350, - Date: `12/1/19`, - Month: `December`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Mandarin`, - UnitsSold: 3335, - ManufacturingPrice: 250, - SalePrice: 20, - GrossSales: 66700, - Discounts: 1389, - Sales: 65311, - COGS: 13890, - Profit: 51421, - Date: `10/1/18`, - Month: `October`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Mandarin`, - UnitsSold: 1260, - ManufacturingPrice: 250, - SalePrice: 20, - GrossSales: 25200, - Discounts: 1265, - Sales: 23935, - COGS: 12650, - Profit: 11285, - Date: `11/1/18`, - Month: `November`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Mandarin`, - UnitsSold: 3034, - ManufacturingPrice: 250, - SalePrice: 20, - GrossSales: 60680, - Discounts: 2297, - Sales: 58383, - COGS: 22970, - Profit: 35413, - Date: `11/1/18`, - Month: `November`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Mandarin`, - UnitsSold: 2929, - ManufacturingPrice: 250, - SalePrice: 20, - GrossSales: 58580, - Discounts: 2663, - Sales: 55917, - COGS: 26630, - Profit: 29287, - Date: `12/1/19`, - Month: `December`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Mandarin`, - UnitsSold: 2389, - ManufacturingPrice: 250, - SalePrice: 7, - GrossSales: 16723, - Discounts: 199.5, - Sales: 16523.5, - COGS: 2850, - Profit: 13673.5, - Date: `12/1/19`, - Month: `December`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Mandarin`, - UnitsSold: 3086, - ManufacturingPrice: 250, - SalePrice: 7, - GrossSales: 21602, - Discounts: 870.45, - Sales: 20731.55, - COGS: 12435, - Profit: 8296.55, - Date: `12/1/19`, - Month: `December`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Luxe`, - UnitsSold: 745, - ManufacturingPrice: 260, - SalePrice: 350, - GrossSales: 260750, - Discounts: 23625, - Sales: 237125, - COGS: 351000, - Profit: 113875, - Date: `2/1/19`, - Month: `February`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Luxe`, - UnitsSold: 1266, - ManufacturingPrice: 260, - SalePrice: 350, - GrossSales: 443100, - Discounts: 9660, - Sales: 433440, - COGS: 143520, - Profit: 289920, - Date: `8/1/19`, - Month: `August`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Luxe`, - UnitsSold: 3790, - ManufacturingPrice: 260, - SalePrice: 350, - GrossSales: 1326500, - Discounts: 21490, - Sales: 1305010, - COGS: 319280, - Profit: 985730, - Date: `10/1/18`, - Month: `October`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Luxe`, - UnitsSold: 4287, - ManufacturingPrice: 260, - SalePrice: 300, - GrossSales: 1286100, - Discounts: 18750, - Sales: 1267350, - COGS: 312500, - Profit: 954850, - Date: `12/1/19`, - Month: `December`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Vermont`, - UnitsSold: 3193, - ManufacturingPrice: 10, - SalePrice: 15, - GrossSales: 47895, - Discounts: 3420.9, - Sales: 44474.1, - COGS: 38010, - Profit: 6464.1, - Date: `4/1/19`, - Month: `April`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Kensington`, - UnitsSold: 1967, - ManufacturingPrice: 3, - SalePrice: 20, - GrossSales: 39340, - Discounts: 1341, - Sales: 37999, - COGS: 11175, - Profit: 26824, - Date: `1/1/19`, - Month: `January`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Kensington`, - UnitsSold: 631, - ManufacturingPrice: 3, - SalePrice: 15, - GrossSales: 9465, - Discounts: 2559.6, - Sales: 6905.4, - COGS: 28440, - Profit: 21534.6, - Date: `6/1/19`, - Month: `June`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Kensington`, - UnitsSold: 3469, - ManufacturingPrice: 3, - SalePrice: 12, - GrossSales: 41628, - Discounts: 404.64, - Sales: 41223.36, - COGS: 1686, - Profit: 39537.36, - Date: `9/1/19`, - Month: `September`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Kensington`, - UnitsSold: 570, - ManufacturingPrice: 3, - SalePrice: 12, - GrossSales: 6840, - Discounts: 1655.28, - Sales: 5184.72, - COGS: 6897, - Profit: 1712.28, - Date: `10/1/18`, - Month: `October`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Kensington`, - UnitsSold: 3215, - ManufacturingPrice: 3, - SalePrice: 15, - GrossSales: 48225, - Discounts: 1827, - Sales: 46398, - COGS: 20300, - Profit: 26098, - Date: `11/1/19`, - Month: `November`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Kensington`, - UnitsSold: 3754, - ManufacturingPrice: 3, - SalePrice: 7, - GrossSales: 26278, - Discounts: 110.46, - Sales: 26167.54, - COGS: 1315, - Profit: 24852.54, - Date: `11/1/18`, - Month: `November`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Kensington`, - UnitsSold: 2187, - ManufacturingPrice: 3, - SalePrice: 125, - GrossSales: 273375, - Discounts: 6652.5, - Sales: 266722.5, - COGS: 106440, - Profit: 160282.5, - Date: `12/1/18`, - Month: `December`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Royal Oak`, - UnitsSold: 1959, - ManufacturingPrice: 5, - SalePrice: 350, - GrossSales: 685650, - Discounts: 20580, - Sales: 665070, - COGS: 254800, - Profit: 410270, - Date: `4/1/19`, - Month: `April`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Royal Oak`, - UnitsSold: 2181, - ManufacturingPrice: 5, - SalePrice: 350, - GrossSales: 763350, - Discounts: 30660, - Sales: 732690, - COGS: 379600, - Profit: 353090, - Date: `5/1/19`, - Month: `May`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Royal Oak`, - UnitsSold: 3559, - ManufacturingPrice: 5, - SalePrice: 7, - GrossSales: 24913, - Discounts: 589.26, - Sales: 24323.74, - COGS: 7015, - Profit: 17308.74, - Date: `10/1/18`, - Month: `October`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Royal Oak`, - UnitsSold: 2205, - ManufacturingPrice: 5, - SalePrice: 12, - GrossSales: 26460, - Discounts: 1960.56, - Sales: 24499.44, - COGS: 8169, - Profit: 16330.44, - Date: `11/1/19`, - Month: `November`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Vermont`, - UnitsSold: 1890, - ManufacturingPrice: 10, - SalePrice: 350, - GrossSales: 661500, - Discounts: 31416, - Sales: 630084, - COGS: 388960, - Profit: 241124, - Date: `6/1/19`, - Month: `June`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Vermont`, - UnitsSold: 1296, - ManufacturingPrice: 10, - SalePrice: 12, - GrossSales: 15552, - Discounts: 1655.28, - Sales: 13896.72, - COGS: 6897, - Profit: 6999.72, - Date: `10/1/18`, - Month: `October`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Vermont`, - UnitsSold: 775, - ManufacturingPrice: 10, - SalePrice: 350, - GrossSales: 271250, - Discounts: 15267, - Sales: 255983, - COGS: 189020, - Profit: 66963, - Date: `10/1/18`, - Month: `October`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Burlington`, - UnitsSold: 2417, - ManufacturingPrice: 120, - SalePrice: 125, - GrossSales: 302125, - Discounts: 7140, - Sales: 294985, - COGS: 114240, - Profit: 180745, - Date: `2/1/19`, - Month: `February`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Burlington`, - UnitsSold: 1158, - ManufacturingPrice: 120, - SalePrice: 125, - GrossSales: 144750, - Discounts: 20662.5, - Sales: 124087.5, - COGS: 330600, - Profit: 206512.5, - Date: `2/1/19`, - Month: `February`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Burlington`, - UnitsSold: 803, - ManufacturingPrice: 120, - SalePrice: 15, - GrossSales: 12045, - Discounts: 1377, - Sales: 10668, - COGS: 15300, - Profit: 4632, - Date: `5/1/19`, - Month: `May`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Burlington`, - UnitsSold: 3705, - ManufacturingPrice: 120, - SalePrice: 350, - GrossSales: 1296750, - Discounts: 31416, - Sales: 1265334, - COGS: 388960, - Profit: 876374, - Date: `6/1/19`, - Month: `June`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Burlington`, - UnitsSold: 589, - ManufacturingPrice: 120, - SalePrice: 7, - GrossSales: 4123, - Discounts: 629.16, - Sales: 3493.84, - COGS: 7490, - Profit: 3996.16, - Date: `6/1/19`, - Month: `June`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Burlington`, - UnitsSold: 3797, - ManufacturingPrice: 120, - SalePrice: 300, - GrossSales: 1139100, - Discounts: 21978, - Sales: 1117122, - COGS: 305250, - Profit: 811872, - Date: `10/1/18`, - Month: `October`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Burlington`, - UnitsSold: 1321, - ManufacturingPrice: 120, - SalePrice: 350, - GrossSales: 462350, - Discounts: 43596, - Sales: 418754, - COGS: 539760, - Profit: 121006, - Date: `10/1/18`, - Month: `October`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Mandarin`, - UnitsSold: 3999, - ManufacturingPrice: 250, - SalePrice: 15, - GrossSales: 59985, - Discounts: 2559.6, - Sales: 57425.4, - COGS: 28440, - Profit: 28985.4, - Date: `6/1/19`, - Month: `June`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Mandarin`, - UnitsSold: 4256, - ManufacturingPrice: 250, - SalePrice: 7, - GrossSales: 29792, - Discounts: 629.16, - Sales: 29162.84, - COGS: 7490, - Profit: 21672.84, - Date: `6/1/19`, - Month: `June`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Mandarin`, - UnitsSold: 1643, - ManufacturingPrice: 250, - SalePrice: 300, - GrossSales: 492900, - Discounts: 21978, - Sales: 470922, - COGS: 305250, - Profit: 165672, - Date: `10/1/18`, - Month: `October`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Mandarin`, - UnitsSold: 1912, - ManufacturingPrice: 250, - SalePrice: 20, - GrossSales: 38240, - Discounts: 1347.6, - Sales: 36892.4, - COGS: 11230, - Profit: 25662.4, - Date: `11/1/18`, - Month: `November`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Mandarin`, - UnitsSold: 1610, - ManufacturingPrice: 250, - SalePrice: 300, - GrossSales: 483000, - Discounts: 43848, - Sales: 439152, - COGS: 609000, - Profit: 169848, - Date: `12/1/18`, - Month: `December`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Luxe`, - UnitsSold: 2160, - ManufacturingPrice: 260, - SalePrice: 125, - GrossSales: 270000, - Discounts: 14906.25, - Sales: 255093.75, - COGS: 238500, - Profit: 16593.75, - Date: `1/1/19`, - Month: `January`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Luxe`, - UnitsSold: 466, - ManufacturingPrice: 260, - SalePrice: 350, - GrossSales: 163100, - Discounts: 35259, - Sales: 127841, - COGS: 436540, - Profit: 308699, - Date: `9/1/19`, - Month: `September`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Luxe`, - UnitsSold: 328, - ManufacturingPrice: 260, - SalePrice: 350, - GrossSales: 114800, - Discounts: 15267, - Sales: 99533, - COGS: 189020, - Profit: 89487, - Date: `10/1/18`, - Month: `October`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Luxe`, - UnitsSold: 4099, - ManufacturingPrice: 260, - SalePrice: 7, - GrossSales: 28693, - Discounts: 589.26, - Sales: 28103.74, - COGS: 7015, - Profit: 21088.74, - Date: `10/1/18`, - Month: `October`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Luxe`, - UnitsSold: 990, - ManufacturingPrice: 260, - SalePrice: 350, - GrossSales: 346500, - Discounts: 43596, - Sales: 302904, - COGS: 539760, - Profit: 236856, - Date: `10/1/18`, - Month: `October`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Royal Oak`, - UnitsSold: 1433, - ManufacturingPrice: 5, - SalePrice: 20, - GrossSales: 28660, - Discounts: 2108.4, - Sales: 26551.6, - COGS: 17570, - Profit: 8981.6, - Date: `10/1/18`, - Month: `October`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Vermont`, - UnitsSold: 1478, - ManufacturingPrice: 10, - SalePrice: 15, - GrossSales: 22170, - Discounts: 1978.2, - Sales: 20191.8, - COGS: 21980, - Profit: 1788.2, - Date: `8/1/19`, - Month: `August`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Vermont`, - UnitsSold: 3798, - ManufacturingPrice: 10, - SalePrice: 15, - GrossSales: 56970, - Discounts: 1568.7, - Sales: 55401.3, - COGS: 17430, - Profit: 37971.3, - Date: `8/1/19`, - Month: `August`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Vermont`, - UnitsSold: 447, - ManufacturingPrice: 10, - SalePrice: 15, - GrossSales: 6705, - Discounts: 1037.7, - Sales: 5667.3, - COGS: 11530, - Profit: 5862.7, - Date: `10/1/19`, - Month: `October`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Vermont`, - UnitsSold: 1711, - ManufacturingPrice: 10, - SalePrice: 20, - GrossSales: 34220, - Discounts: 2108.4, - Sales: 32111.6, - COGS: 17570, - Profit: 14541.6, - Date: `10/1/18`, - Month: `October`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Burlington`, - UnitsSold: 745, - ManufacturingPrice: 120, - SalePrice: 20, - GrossSales: 14900, - Discounts: 1201.2, - Sales: 13698.8, - COGS: 10010, - Profit: 3688.8, - Date: `8/1/19`, - Month: `August`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Burlington`, - UnitsSold: 1732, - ManufacturingPrice: 120, - SalePrice: 7, - GrossSales: 12124, - Discounts: 559.86, - Sales: 11564.14, - COGS: 6665, - Profit: 4899.14, - Date: `11/1/19`, - Month: `November`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Mandarin`, - UnitsSold: 1759, - ManufacturingPrice: 250, - SalePrice: 15, - GrossSales: 26385, - Discounts: 1037.7, - Sales: 25347.3, - COGS: 11530, - Profit: 13817.3, - Date: `10/1/19`, - Month: `October`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Kensington`, - UnitsSold: 338, - ManufacturingPrice: 3, - SalePrice: 12, - GrossSales: 4056, - Discounts: 610.68, - Sales: 3445.32, - COGS: 2181, - Profit: 1264.32, - Date: `2/1/19`, - Month: `February`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Kensington`, - UnitsSold: 3911, - ManufacturingPrice: 3, - SalePrice: 12, - GrossSales: 46932, - Discounts: 1582.56, - Sales: 45349.44, - COGS: 5652, - Profit: 39697.44, - Date: `8/1/19`, - Month: `August`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Kensington`, - UnitsSold: 3691, - ManufacturingPrice: 3, - SalePrice: 20, - GrossSales: 73820, - Discounts: 2567.6, - Sales: 71252.4, - COGS: 18340, - Profit: 52912.4, - Date: `9/1/18`, - Month: `September`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Royal Oak`, - UnitsSold: 4473, - ManufacturingPrice: 5, - SalePrice: 12, - GrossSales: 53676, - Discounts: 1965.6, - Sales: 51710.4, - COGS: 7020, - Profit: 44690.4, - Date: `1/1/19`, - Month: `January`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Royal Oak`, - UnitsSold: 383, - ManufacturingPrice: 5, - SalePrice: 12, - GrossSales: 4596, - Discounts: 1967.28, - Sales: 2628.72, - COGS: 7026, - Profit: 4397.28, - Date: `11/1/19`, - Month: `November`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Vermont`, - UnitsSold: 3105, - ManufacturingPrice: 10, - SalePrice: 7, - GrossSales: 21735, - Discounts: 505.19, - Sales: 21229.81, - COGS: 5155, - Profit: 16074.81, - Date: `9/1/18`, - Month: `September`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Burlington`, - UnitsSold: 1062, - ManufacturingPrice: 120, - SalePrice: 15, - GrossSales: 15930, - Discounts: 1325.1, - Sales: 14604.9, - COGS: 12620, - Profit: 1984.9, - Date: `5/1/19`, - Month: `May`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Burlington`, - UnitsSold: 4083, - ManufacturingPrice: 120, - SalePrice: 7, - GrossSales: 28581, - Discounts: 556.15, - Sales: 28024.85, - COGS: 5675, - Profit: 22349.85, - Date: `6/1/19`, - Month: `June`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Burlington`, - UnitsSold: 3974, - ManufacturingPrice: 120, - SalePrice: 7, - GrossSales: 27818, - Discounts: 268.03, - Sales: 27549.97, - COGS: 2735, - Profit: 24814.97, - Date: `11/1/19`, - Month: `November`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Burlington`, - UnitsSold: 3723, - ManufacturingPrice: 120, - SalePrice: 7, - GrossSales: 26061, - Discounts: 775.18, - Sales: 25285.82, - COGS: 7910, - Profit: 17375.82, - Date: `12/1/19`, - Month: `December`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Mandarin`, - UnitsSold: 2435, - ManufacturingPrice: 250, - SalePrice: 12, - GrossSales: 29220, - Discounts: 1460.34, - Sales: 27759.66, - COGS: 5215.5, - Profit: 22544.16, - Date: `4/1/19`, - Month: `April`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Mandarin`, - UnitsSold: 1678, - ManufacturingPrice: 250, - SalePrice: 12, - GrossSales: 20136, - Discounts: 1860.6, - Sales: 18275.4, - COGS: 6645, - Profit: 11630.4, - Date: `9/1/18`, - Month: `September`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Mandarin`, - UnitsSold: 1763, - ManufacturingPrice: 250, - SalePrice: 7, - GrossSales: 12341, - Discounts: 775.18, - Sales: 11565.82, - COGS: 7910, - Profit: 3655.82, - Date: `12/1/19`, - Month: `December`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Luxe`, - UnitsSold: 4473, - ManufacturingPrice: 260, - SalePrice: 7, - GrossSales: 31311, - Discounts: 556.15, - Sales: 30754.85, - COGS: 5675, - Profit: 25079.85, - Date: `6/1/19`, - Month: `June`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Kensington`, - UnitsSold: 1246, - ManufacturingPrice: 3, - SalePrice: 350, - GrossSales: 436100, - Discounts: 43144.5, - Sales: 392955.5, - COGS: 457860, - Profit: 64904.5, - Date: `3/1/19`, - Month: `March`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Kensington`, - UnitsSold: 1615, - ManufacturingPrice: 3, - SalePrice: 300, - GrossSales: 484500, - Discounts: 9408, - Sales: 475092, - COGS: 112000, - Profit: 363092, - Date: `6/1/19`, - Month: `June`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Kensington`, - UnitsSold: 749, - ManufacturingPrice: 3, - SalePrice: 300, - GrossSales: 224700, - Discounts: 45801, - Sales: 178899, - COGS: 545250, - Profit: 366351, - Date: `10/1/19`, - Month: `October`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Royal Oak`, - UnitsSold: 1318, - ManufacturingPrice: 5, - SalePrice: 20, - GrossSales: 26360, - Discounts: 2766.4, - Sales: 23593.6, - COGS: 19760, - Profit: 3833.6, - Date: `10/1/19`, - Month: `October`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Royal Oak`, - UnitsSold: 2882, - ManufacturingPrice: 5, - SalePrice: 300, - GrossSales: 864600, - Discounts: 45801, - Sales: 818799, - COGS: 545250, - Profit: 273549, - Date: `10/1/19`, - Month: `October`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Royal Oak`, - UnitsSold: 3039, - ManufacturingPrice: 5, - SalePrice: 125, - GrossSales: 379875, - Discounts: 21875, - Sales: 358000, - COGS: 300000, - Profit: 58000, - Date: `11/1/18`, - Month: `November`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Vermont`, - UnitsSold: 2484, - ManufacturingPrice: 10, - SalePrice: 300, - GrossSales: 745200, - Discounts: 35742, - Sales: 709458, - COGS: 425500, - Profit: 283958, - Date: `5/1/19`, - Month: `May`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Vermont`, - UnitsSold: 3169, - ManufacturingPrice: 10, - SalePrice: 300, - GrossSales: 950700, - Discounts: 9408, - Sales: 941292, - COGS: 112000, - Profit: 829292, - Date: `6/1/19`, - Month: `June`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Vermont`, - UnitsSold: 4080, - ManufacturingPrice: 10, - SalePrice: 125, - GrossSales: 510000, - Discounts: 30738.75, - Sales: 479261.25, - COGS: 421560, - Profit: 57701.25, - Date: `7/1/19`, - Month: `July`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Vermont`, - UnitsSold: 3943, - ManufacturingPrice: 10, - SalePrice: 15, - GrossSales: 59145, - Discounts: 2206.05, - Sales: 56938.95, - COGS: 21010, - Profit: 35928.95, - Date: `8/1/19`, - Month: `August`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Vermont`, - UnitsSold: 784, - ManufacturingPrice: 10, - SalePrice: 15, - GrossSales: 11760, - Discounts: 3077.55, - Sales: 8682.45, - COGS: 29310, - Profit: 20627.55, - Date: `9/1/18`, - Month: `September`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Vermont`, - UnitsSold: 253, - ManufacturingPrice: 10, - SalePrice: 20, - GrossSales: 5060, - Discounts: 2149, - Sales: 2911, - COGS: 15350, - Profit: 12439, - Date: `9/1/19`, - Month: `September`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Vermont`, - UnitsSold: 1316, - ManufacturingPrice: 10, - SalePrice: 300, - GrossSales: 394800, - Discounts: 23583, - Sales: 371217, - COGS: 280750, - Profit: 90467, - Date: `9/1/18`, - Month: `September`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Vermont`, - UnitsSold: 808, - ManufacturingPrice: 10, - SalePrice: 300, - GrossSales: 242400, - Discounts: 29484, - Sales: 212916, - COGS: 351000, - Profit: 138084, - Date: `11/1/18`, - Month: `November`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Vermont`, - UnitsSold: 3295, - ManufacturingPrice: 10, - SalePrice: 12, - GrossSales: 39540, - Discounts: 2320.92, - Sales: 37219.08, - COGS: 8289, - Profit: 28930.08, - Date: `11/1/18`, - Month: `November`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Vermont`, - UnitsSold: 520, - ManufacturingPrice: 10, - SalePrice: 7, - GrossSales: 3640, - Discounts: 1041.25, - Sales: 2598.75, - COGS: 10625, - Profit: 8026.25, - Date: `12/1/18`, - Month: `December`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Burlington`, - UnitsSold: 799, - ManufacturingPrice: 120, - SalePrice: 300, - GrossSales: 239700, - Discounts: 34839, - Sales: 204861, - COGS: 414750, - Profit: 209889, - Date: `7/1/19`, - Month: `July`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Burlington`, - UnitsSold: 3942, - ManufacturingPrice: 120, - SalePrice: 20, - GrossSales: 78840, - Discounts: 852.6, - Sales: 77987.4, - COGS: 6090, - Profit: 71897.4, - Date: `8/1/19`, - Month: `August`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Burlington`, - UnitsSold: 2498, - ManufacturingPrice: 120, - SalePrice: 125, - GrossSales: 312250, - Discounts: 18261.25, - Sales: 293988.75, - COGS: 250440, - Profit: 43548.75, - Date: `9/1/19`, - Month: `September`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Burlington`, - UnitsSold: 2517, - ManufacturingPrice: 120, - SalePrice: 20, - GrossSales: 50340, - Discounts: 2766.4, - Sales: 47573.6, - COGS: 19760, - Profit: 27813.6, - Date: `10/1/19`, - Month: `October`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Burlington`, - UnitsSold: 3182, - ManufacturingPrice: 120, - SalePrice: 20, - GrossSales: 63640, - Discounts: 1989.4, - Sales: 61650.6, - COGS: 14210, - Profit: 47440.6, - Date: `12/1/18`, - Month: `December`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Burlington`, - UnitsSold: 1145, - ManufacturingPrice: 120, - SalePrice: 300, - GrossSales: 343500, - Discounts: 28812, - Sales: 314688, - COGS: 343000, - Profit: 28312, - Date: `12/1/19`, - Month: `December`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Burlington`, - UnitsSold: 895, - ManufacturingPrice: 120, - SalePrice: 20, - GrossSales: 17900, - Discounts: 823.2, - Sales: 17076.8, - COGS: 5880, - Profit: 11196.8, - Date: `12/1/18`, - Month: `December`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Mandarin`, - UnitsSold: 3814, - ManufacturingPrice: 250, - SalePrice: 12, - GrossSales: 45768, - Discounts: 2725.38, - Sales: 43042.62, - COGS: 9733.5, - Profit: 33309.12, - Date: `1/1/19`, - Month: `January`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Mandarin`, - UnitsSold: 1188, - ManufacturingPrice: 250, - SalePrice: 300, - GrossSales: 356400, - Discounts: 20139, - Sales: 336261, - COGS: 239750, - Profit: 96511, - Date: `2/1/19`, - Month: `February`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Mandarin`, - UnitsSold: 2233, - ManufacturingPrice: 250, - SalePrice: 300, - GrossSales: 669900, - Discounts: 57687, - Sales: 612213, - COGS: 686750, - Profit: 74537, - Date: `2/1/19`, - Month: `February`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Luxe`, - UnitsSold: 421, - ManufacturingPrice: 260, - SalePrice: 125, - GrossSales: 52625, - Discounts: 14393.75, - Sales: 38231.25, - COGS: 197400, - Profit: 159168.75, - Date: `5/1/19`, - Month: `May`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Luxe`, - UnitsSold: 269, - ManufacturingPrice: 260, - SalePrice: 350, - GrossSales: 94150, - Discounts: 70462, - Sales: 23688, - COGS: 747760, - Profit: 724072, - Date: `9/1/19`, - Month: `September`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Luxe`, - UnitsSold: 3766, - ManufacturingPrice: 260, - SalePrice: 125, - GrossSales: 470750, - Discounts: 8697.5, - Sales: 462052.5, - COGS: 119280, - Profit: 342772.5, - Date: `9/1/18`, - Month: `September`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Luxe`, - UnitsSold: 952, - ManufacturingPrice: 260, - SalePrice: 20, - GrossSales: 19040, - Discounts: 1565.2, - Sales: 17474.8, - COGS: 11180, - Profit: 6294.8, - Date: `11/1/19`, - Month: `November`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Luxe`, - UnitsSold: 2964, - ManufacturingPrice: 260, - SalePrice: 300, - GrossSales: 889200, - Discounts: 28812, - Sales: 860388, - COGS: 343000, - Profit: 517388, - Date: `12/1/19`, - Month: `December`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Royal Oak`, - UnitsSold: 1505, - ManufacturingPrice: 5, - SalePrice: 7, - GrossSales: 10535, - Discounts: 273.28, - Sales: 10261.72, - COGS: 2440, - Profit: 7821.72, - Date: `2/1/19`, - Month: `February`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Royal Oak`, - UnitsSold: 1678, - ManufacturingPrice: 5, - SalePrice: 20, - GrossSales: 33560, - Discounts: 2051.2, - Sales: 31508.8, - COGS: 12820, - Profit: 18688.8, - Date: `6/1/19`, - Month: `June`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Vermont`, - UnitsSold: 4249, - ManufacturingPrice: 10, - SalePrice: 7, - GrossSales: 29743, - Discounts: 143.92, - Sales: 29599.08, - COGS: 1285, - Profit: 28314.08, - Date: `5/1/19`, - Month: `May`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Luxe`, - UnitsSold: 1677, - ManufacturingPrice: 260, - SalePrice: 20, - GrossSales: 33540, - Discounts: 2051.2, - Sales: 31488.8, - COGS: 12820, - Profit: 18668.8, - Date: `6/1/19`, - Month: `June`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Kensington`, - UnitsSold: 3051, - ManufacturingPrice: 3, - SalePrice: 125, - GrossSales: 381375, - Discounts: 15400, - Sales: 365975, - COGS: 184800, - Profit: 181175, - Date: `8/1/19`, - Month: `August`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Kensington`, - UnitsSold: 3372, - ManufacturingPrice: 3, - SalePrice: 15, - GrossSales: 50580, - Discounts: 588, - Sales: 49992, - COGS: 4900, - Profit: 45092, - Date: `11/1/19`, - Month: `November`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Kensington`, - UnitsSold: 1686, - ManufacturingPrice: 3, - SalePrice: 350, - GrossSales: 590100, - Discounts: 38136, - Sales: 551964, - COGS: 354120, - Profit: 197844, - Date: `12/1/19`, - Month: `December`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Royal Oak`, - UnitsSold: 3086, - ManufacturingPrice: 5, - SalePrice: 15, - GrossSales: 46290, - Discounts: 3001.2, - Sales: 43288.8, - COGS: 25010, - Profit: 18278.8, - Date: `3/1/19`, - Month: `March`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Royal Oak`, - UnitsSold: 4150, - ManufacturingPrice: 5, - SalePrice: 20, - GrossSales: 83000, - Discounts: 1132.8, - Sales: 81867.2, - COGS: 7080, - Profit: 74787.2, - Date: `6/1/19`, - Month: `June`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Royal Oak`, - UnitsSold: 3027, - ManufacturingPrice: 5, - SalePrice: 20, - GrossSales: 60540, - Discounts: 1032, - Sales: 59508, - COGS: 6450, - Profit: 53058, - Date: `7/1/19`, - Month: `July`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Royal Oak`, - UnitsSold: 4359, - ManufacturingPrice: 5, - SalePrice: 300, - GrossSales: 1307700, - Discounts: 37488, - Sales: 1270212, - COGS: 390500, - Profit: 879712, - Date: `8/1/19`, - Month: `August`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Royal Oak`, - UnitsSold: 3628, - ManufacturingPrice: 5, - SalePrice: 300, - GrossSales: 1088400, - Discounts: 30792, - Sales: 1057608, - COGS: 320750, - Profit: 736858, - Date: `9/1/18`, - Month: `September`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Royal Oak`, - UnitsSold: 1589, - ManufacturingPrice: 5, - SalePrice: 15, - GrossSales: 23835, - Discounts: 853.2, - Sales: 22981.8, - COGS: 7110, - Profit: 15871.8, - Date: `12/1/19`, - Month: `December`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Vermont`, - UnitsSold: 2679, - ManufacturingPrice: 10, - SalePrice: 125, - GrossSales: 334875, - Discounts: 11140, - Sales: 323735, - COGS: 133680, - Profit: 190055, - Date: `3/1/19`, - Month: `March`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Vermont`, - UnitsSold: 3401, - ManufacturingPrice: 10, - SalePrice: 7, - GrossSales: 23807, - Discounts: 705.04, - Sales: 23101.96, - COGS: 6295, - Profit: 16806.96, - Date: `4/1/19`, - Month: `April`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Vermont`, - UnitsSold: 2815, - ManufacturingPrice: 10, - SalePrice: 7, - GrossSales: 19705, - Discounts: 613.2, - Sales: 19091.8, - COGS: 5475, - Profit: 13616.8, - Date: `5/1/19`, - Month: `May`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Vermont`, - UnitsSold: 2964, - ManufacturingPrice: 10, - SalePrice: 20, - GrossSales: 59280, - Discounts: 2185.6, - Sales: 57094.4, - COGS: 13660, - Profit: 43434.4, - Date: `6/1/19`, - Month: `June`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Vermont`, - UnitsSold: 4173, - ManufacturingPrice: 10, - SalePrice: 300, - GrossSales: 1251900, - Discounts: 59040, - Sales: 1192860, - COGS: 615000, - Profit: 577860, - Date: `6/1/19`, - Month: `June`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Vermont`, - UnitsSold: 1157, - ManufacturingPrice: 10, - SalePrice: 7, - GrossSales: 8099, - Discounts: 379.68, - Sales: 7719.32, - COGS: 3390, - Profit: 4329.32, - Date: `8/1/19`, - Month: `August`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Vermont`, - UnitsSold: 3065, - ManufacturingPrice: 10, - SalePrice: 7, - GrossSales: 21455, - Discounts: 894.88, - Sales: 20560.12, - COGS: 7990, - Profit: 12570.12, - Date: `8/1/19`, - Month: `August`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Vermont`, - UnitsSold: 1962, - ManufacturingPrice: 10, - SalePrice: 7, - GrossSales: 13734, - Discounts: 1349.04, - Sales: 12384.96, - COGS: 12045, - Profit: 339.96, - Date: `9/1/18`, - Month: `September`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Vermont`, - UnitsSold: 4080, - ManufacturingPrice: 10, - SalePrice: 20, - GrossSales: 81600, - Discounts: 3094.4, - Sales: 78505.6, - COGS: 19340, - Profit: 59165.6, - Date: `9/1/19`, - Month: `September`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Vermont`, - UnitsSold: 1713, - ManufacturingPrice: 10, - SalePrice: 20, - GrossSales: 34260, - Discounts: 4788.8, - Sales: 29471.2, - COGS: 29930, - Profit: 458.8, - Date: `9/1/19`, - Month: `September`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Vermont`, - UnitsSold: 2795, - ManufacturingPrice: 10, - SalePrice: 350, - GrossSales: 978250, - Discounts: 60088, - Sales: 918162, - COGS: 557960, - Profit: 360202, - Date: `11/1/18`, - Month: `November`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Vermont`, - UnitsSold: 4082, - ManufacturingPrice: 10, - SalePrice: 7, - GrossSales: 28574, - Discounts: 1089.76, - Sales: 27484.24, - COGS: 9730, - Profit: 17754.24, - Date: `12/1/18`, - Month: `December`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Vermont`, - UnitsSold: 1691, - ManufacturingPrice: 10, - SalePrice: 350, - GrossSales: 591850, - Discounts: 38136, - Sales: 553714, - COGS: 354120, - Profit: 199594, - Date: `12/1/19`, - Month: `December`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Burlington`, - UnitsSold: 2305, - ManufacturingPrice: 120, - SalePrice: 12, - GrossSales: 27660, - Discounts: 574.08, - Sales: 27085.92, - COGS: 1794, - Profit: 25291.92, - Date: `3/1/19`, - Month: `March`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Burlington`, - UnitsSold: 3401, - ManufacturingPrice: 120, - SalePrice: 7, - GrossSales: 23807, - Discounts: 1627.92, - Sales: 22179.08, - COGS: 14535, - Profit: 7644.08, - Date: `6/1/19`, - Month: `June`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Burlington`, - UnitsSold: 2288, - ManufacturingPrice: 120, - SalePrice: 7, - GrossSales: 16016, - Discounts: 1309.28, - Sales: 14706.72, - COGS: 11690, - Profit: 3016.72, - Date: `6/1/19`, - Month: `June`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Burlington`, - UnitsSold: 2399, - ManufacturingPrice: 120, - SalePrice: 300, - GrossSales: 719700, - Discounts: 9264, - Sales: 710436, - COGS: 96500, - Profit: 613936, - Date: `11/1/18`, - Month: `November`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Burlington`, - UnitsSold: 4086, - ManufacturingPrice: 120, - SalePrice: 300, - GrossSales: 1225800, - Discounts: 15240, - Sales: 1210560, - COGS: 158750, - Profit: 1051810, - Date: `12/1/19`, - Month: `December`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Mandarin`, - UnitsSold: 2651, - ManufacturingPrice: 250, - SalePrice: 350, - GrossSales: 927850, - Discounts: 16086, - Sales: 911764, - COGS: 149370, - Profit: 762394, - Date: `4/1/19`, - Month: `April`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Mandarin`, - UnitsSold: 3971, - ManufacturingPrice: 250, - SalePrice: 7, - GrossSales: 27797, - Discounts: 1309.28, - Sales: 26487.72, - COGS: 11690, - Profit: 14797.72, - Date: `6/1/19`, - Month: `June`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Mandarin`, - UnitsSold: 2512, - ManufacturingPrice: 250, - SalePrice: 350, - GrossSales: 879200, - Discounts: 10668, - Sales: 868532, - COGS: 99060, - Profit: 769472, - Date: `8/1/19`, - Month: `August`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Mandarin`, - UnitsSold: 2745, - ManufacturingPrice: 250, - SalePrice: 350, - GrossSales: 960750, - Discounts: 11816, - Sales: 948934, - COGS: 109720, - Profit: 839214, - Date: `8/1/19`, - Month: `August`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Mandarin`, - UnitsSold: 1903, - ManufacturingPrice: 250, - SalePrice: 300, - GrossSales: 570900, - Discounts: 51216, - Sales: 519684, - COGS: 533500, - Profit: 13816, - Date: `9/1/19`, - Month: `September`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Mandarin`, - UnitsSold: 647, - ManufacturingPrice: 250, - SalePrice: 300, - GrossSales: 194100, - Discounts: 19392, - Sales: 174708, - COGS: 202000, - Profit: 27292, - Date: `12/1/18`, - Month: `December`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Luxe`, - UnitsSold: 2914, - ManufacturingPrice: 260, - SalePrice: 20, - GrossSales: 58280, - Discounts: 1132.8, - Sales: 57147.2, - COGS: 7080, - Profit: 50067.2, - Date: `6/1/19`, - Month: `June`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Luxe`, - UnitsSold: 1889, - ManufacturingPrice: 260, - SalePrice: 7, - GrossSales: 13223, - Discounts: 1627.92, - Sales: 11595.08, - COGS: 14535, - Profit: 2939.92, - Date: `6/1/19`, - Month: `June`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Luxe`, - UnitsSold: 1466, - ManufacturingPrice: 260, - SalePrice: 20, - GrossSales: 29320, - Discounts: 2185.6, - Sales: 27134.4, - COGS: 13660, - Profit: 13474.4, - Date: `6/1/19`, - Month: `June`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Luxe`, - UnitsSold: 887, - ManufacturingPrice: 260, - SalePrice: 300, - GrossSales: 266100, - Discounts: 59040, - Sales: 207060, - COGS: 615000, - Profit: 407940, - Date: `6/1/19`, - Month: `June`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Luxe`, - UnitsSold: 395, - ManufacturingPrice: 260, - SalePrice: 20, - GrossSales: 7900, - Discounts: 2432, - Sales: 5468, - COGS: 15200, - Profit: 9732, - Date: `11/1/19`, - Month: `November`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Luxe`, - UnitsSold: 1693, - ManufacturingPrice: 260, - SalePrice: 15, - GrossSales: 25395, - Discounts: 853.2, - Sales: 24541.8, - COGS: 7110, - Profit: 17431.8, - Date: `12/1/19`, - Month: `December`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Luxe`, - UnitsSold: 2459, - ManufacturingPrice: 260, - SalePrice: 12, - GrossSales: 29508, - Discounts: 1320, - Sales: 28188, - COGS: 4125, - Profit: 24063, - Date: `12/1/18`, - Month: `December`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Luxe`, - UnitsSold: 2649, - ManufacturingPrice: 260, - SalePrice: 300, - GrossSales: 794700, - Discounts: 15240, - Sales: 779460, - COGS: 158750, - Profit: 620710, - Date: `12/1/19`, - Month: `December`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Mandarin`, - UnitsSold: 3608, - ManufacturingPrice: 250, - SalePrice: 20, - GrossSales: 72160, - Discounts: 698.4, - Sales: 71461.6, - COGS: 4365, - Profit: 67096.6, - Date: `7/1/19`, - Month: `July`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Kensington`, - UnitsSold: 1073, - ManufacturingPrice: 3, - SalePrice: 300, - GrossSales: 321900, - Discounts: 29538, - Sales: 292362, - COGS: 273500, - Profit: 18862, - Date: `6/1/19`, - Month: `June`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Kensington`, - UnitsSold: 1754, - ManufacturingPrice: 3, - SalePrice: 12, - GrossSales: 21048, - Discounts: 396.36, - Sales: 20651.64, - COGS: 1101, - Profit: 19550.64, - Date: `10/1/18`, - Month: `October`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Royal Oak`, - UnitsSold: 2167, - ManufacturingPrice: 5, - SalePrice: 300, - GrossSales: 650100, - Discounts: 102667.5, - Sales: 547432.5, - COGS: 950625, - Profit: 403192.5, - Date: `4/1/19`, - Month: `April`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Royal Oak`, - UnitsSold: 1319, - ManufacturingPrice: 5, - SalePrice: 350, - GrossSales: 461650, - Discounts: 52479, - Sales: 409171, - COGS: 433160, - Profit: 23989, - Date: `5/1/19`, - Month: `May`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Royal Oak`, - UnitsSold: 1679, - ManufacturingPrice: 5, - SalePrice: 300, - GrossSales: 503700, - Discounts: 8694, - Sales: 495006, - COGS: 80500, - Profit: 414506, - Date: `9/1/18`, - Month: `September`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Royal Oak`, - UnitsSold: 1252, - ManufacturingPrice: 5, - SalePrice: 12, - GrossSales: 15024, - Discounts: 2506.68, - Sales: 12517.32, - COGS: 6963, - Profit: 5554.32, - Date: `11/1/19`, - Month: `November`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Royal Oak`, - UnitsSold: 3493, - ManufacturingPrice: 5, - SalePrice: 125, - GrossSales: 436625, - Discounts: 20891.25, - Sales: 415733.75, - COGS: 222840, - Profit: 192893.75, - Date: `11/1/18`, - Month: `November`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Royal Oak`, - UnitsSold: 1697, - ManufacturingPrice: 5, - SalePrice: 7, - GrossSales: 11879, - Discounts: 1014.93, - Sales: 10864.07, - COGS: 8055, - Profit: 2809.07, - Date: `12/1/18`, - Month: `December`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Royal Oak`, - UnitsSold: 1156, - ManufacturingPrice: 5, - SalePrice: 125, - GrossSales: 144500, - Discounts: 31466.25, - Sales: 113033.75, - COGS: 335640, - Profit: 222606.25, - Date: `12/1/19`, - Month: `December`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Royal Oak`, - UnitsSold: 726, - ManufacturingPrice: 5, - SalePrice: 300, - GrossSales: 217800, - Discounts: 9018, - Sales: 208782, - COGS: 83500, - Profit: 125282, - Date: `12/1/18`, - Month: `December`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Vermont`, - UnitsSold: 1153, - ManufacturingPrice: 10, - SalePrice: 300, - GrossSales: 345900, - Discounts: 69255, - Sales: 276645, - COGS: 641250, - Profit: 364605, - Date: `1/1/19`, - Month: `January`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Vermont`, - UnitsSold: 2720, - ManufacturingPrice: 10, - SalePrice: 350, - GrossSales: 952000, - Discounts: 76135.5, - Sales: 875864.5, - COGS: 628420, - Profit: 247444.5, - Date: `1/1/19`, - Month: `January`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Vermont`, - UnitsSold: 3658, - ManufacturingPrice: 10, - SalePrice: 15, - GrossSales: 54870, - Discounts: 4961.25, - Sales: 49908.75, - COGS: 36750, - Profit: 13158.75, - Date: `4/1/19`, - Month: `April`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Vermont`, - UnitsSold: 2950, - ManufacturingPrice: 10, - SalePrice: 300, - GrossSales: 885000, - Discounts: 29538, - Sales: 855462, - COGS: 273500, - Profit: 581962, - Date: `6/1/19`, - Month: `June`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Vermont`, - UnitsSold: 1821, - ManufacturingPrice: 10, - SalePrice: 15, - GrossSales: 27315, - Discounts: 1656.45, - Sales: 25658.55, - COGS: 12270, - Profit: 13388.55, - Date: `10/1/19`, - Month: `October`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Vermont`, - UnitsSold: 4174, - ManufacturingPrice: 10, - SalePrice: 12, - GrossSales: 50088, - Discounts: 396.36, - Sales: 49691.64, - COGS: 1101, - Profit: 48590.64, - Date: `10/1/18`, - Month: `October`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Vermont`, - UnitsSold: 1127, - ManufacturingPrice: 10, - SalePrice: 300, - GrossSales: 338100, - Discounts: 35748, - Sales: 302352, - COGS: 331000, - Profit: 28648, - Date: `11/1/19`, - Month: `November`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Vermont`, - UnitsSold: 2209, - ManufacturingPrice: 10, - SalePrice: 12, - GrossSales: 26508, - Discounts: 1917, - Sales: 24591, - COGS: 5325, - Profit: 19266, - Date: `11/1/18`, - Month: `November`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Vermont`, - UnitsSold: 862, - ManufacturingPrice: 10, - SalePrice: 125, - GrossSales: 107750, - Discounts: 31466.25, - Sales: 76283.75, - COGS: 335640, - Profit: 259356.25, - Date: `12/1/19`, - Month: `December`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Burlington`, - UnitsSold: 3805, - ManufacturingPrice: 120, - SalePrice: 15, - GrossSales: 57075, - Discounts: 330.75, - Sales: 56744.25, - COGS: 2450, - Profit: 54294.25, - Date: `5/1/19`, - Month: `May`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Burlington`, - UnitsSold: 1415, - ManufacturingPrice: 120, - SalePrice: 300, - GrossSales: 424500, - Discounts: 102424.5, - Sales: 322075.5, - COGS: 948375, - Profit: 626299.5, - Date: `7/1/19`, - Month: `July`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Burlington`, - UnitsSold: 2231, - ManufacturingPrice: 120, - SalePrice: 350, - GrossSales: 780850, - Discounts: 41170.5, - Sales: 739679.5, - COGS: 339820, - Profit: 399859.5, - Date: `7/1/19`, - Month: `July`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Burlington`, - UnitsSold: 3649, - ManufacturingPrice: 120, - SalePrice: 125, - GrossSales: 456125, - Discounts: 6378.75, - Sales: 449746.25, - COGS: 68040, - Profit: 381706.25, - Date: `9/1/19`, - Month: `September`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Burlington`, - UnitsSold: 2948, - ManufacturingPrice: 120, - SalePrice: 125, - GrossSales: 368500, - Discounts: 23737.5, - Sales: 344762.5, - COGS: 253200, - Profit: 91562.5, - Date: `9/1/19`, - Month: `September`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Burlington`, - UnitsSold: 3395, - ManufacturingPrice: 120, - SalePrice: 350, - GrossSales: 1188250, - Discounts: 39973.5, - Sales: 1148276.5, - COGS: 329940, - Profit: 818336.5, - Date: `10/1/19`, - Month: `October`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Mandarin`, - UnitsSold: 2650, - ManufacturingPrice: 250, - SalePrice: 12, - GrossSales: 31800, - Discounts: 2112.48, - Sales: 29687.52, - COGS: 5868, - Profit: 23819.52, - Date: `1/1/19`, - Month: `January`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Mandarin`, - UnitsSold: 585, - ManufacturingPrice: 250, - SalePrice: 300, - GrossSales: 175500, - Discounts: 71793, - Sales: 103707, - COGS: 664750, - Profit: 561043, - Date: `2/1/19`, - Month: `February`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Mandarin`, - UnitsSold: 1316, - ManufacturingPrice: 250, - SalePrice: 350, - GrossSales: 460600, - Discounts: 42572.25, - Sales: 418027.75, - COGS: 351390, - Profit: 66637.75, - Date: `4/1/19`, - Month: `April`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Mandarin`, - UnitsSold: 4459, - ManufacturingPrice: 250, - SalePrice: 12, - GrossSales: 53508, - Discounts: 950.4, - Sales: 52557.6, - COGS: 2640, - Profit: 49917.6, - Date: `5/1/19`, - Month: `May`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Mandarin`, - UnitsSold: 2711, - ManufacturingPrice: 250, - SalePrice: 300, - GrossSales: 813300, - Discounts: 50409, - Sales: 762891, - COGS: 466750, - Profit: 296141, - Date: `9/1/19`, - Month: `September`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Mandarin`, - UnitsSold: 2621, - ManufacturingPrice: 250, - SalePrice: 12, - GrossSales: 31452, - Discounts: 2412.72, - Sales: 29039.28, - COGS: 6702, - Profit: 22337.28, - Date: `9/1/18`, - Month: `September`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Mandarin`, - UnitsSold: 3613, - ManufacturingPrice: 250, - SalePrice: 15, - GrossSales: 54195, - Discounts: 1656.45, - Sales: 52538.55, - COGS: 12270, - Profit: 40268.55, - Date: `10/1/19`, - Month: `October`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Mandarin`, - UnitsSold: 1847, - ManufacturingPrice: 250, - SalePrice: 125, - GrossSales: 230875, - Discounts: 9866.25, - Sales: 221008.75, - COGS: 105240, - Profit: 115768.75, - Date: `11/1/19`, - Month: `November`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Luxe`, - UnitsSold: 2996, - ManufacturingPrice: 260, - SalePrice: 350, - GrossSales: 1048600, - Discounts: 65236.5, - Sales: 983363.5, - COGS: 538460, - Profit: 444903.5, - Date: `9/1/19`, - Month: `September`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Luxe`, - UnitsSold: 2838, - ManufacturingPrice: 260, - SalePrice: 350, - GrossSales: 993300, - Discounts: 39973.5, - Sales: 953326.5, - COGS: 329940, - Profit: 623386.5, - Date: `10/1/19`, - Month: `October`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Luxe`, - UnitsSold: 1302, - ManufacturingPrice: 260, - SalePrice: 15, - GrossSales: 19530, - Discounts: 1309.5, - Sales: 18220.5, - COGS: 9700, - Profit: 8520.5, - Date: `11/1/18`, - Month: `November`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Luxe`, - UnitsSold: 1536, - ManufacturingPrice: 260, - SalePrice: 20, - GrossSales: 30720, - Discounts: 3049.2, - Sales: 27670.8, - COGS: 16940, - Profit: 10730.8, - Date: `11/1/19`, - Month: `November`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Kensington`, - UnitsSold: 1291, - ManufacturingPrice: 3, - SalePrice: 20, - GrossSales: 25820, - Discounts: 1193.4, - Sales: 24626.6, - COGS: 6630, - Profit: 17996.6, - Date: `5/1/19`, - Month: `May`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Kensington`, - UnitsSold: 1213, - ManufacturingPrice: 3, - SalePrice: 7, - GrossSales: 8491, - Discounts: 515.97, - Sales: 7975.03, - COGS: 4095, - Profit: 3880.03, - Date: `7/1/19`, - Month: `July`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Kensington`, - UnitsSold: 2370, - ManufacturingPrice: 3, - SalePrice: 12, - GrossSales: 28440, - Discounts: 1706.4, - Sales: 26733.6, - COGS: 4740, - Profit: 21993.6, - Date: `9/1/19`, - Month: `September`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Kensington`, - UnitsSold: 1979, - ManufacturingPrice: 3, - SalePrice: 7, - GrossSales: 13853, - Discounts: 328.23, - Sales: 13524.77, - COGS: 2605, - Profit: 10919.77, - Date: `12/1/19`, - Month: `December`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Vermont`, - UnitsSold: 2879, - ManufacturingPrice: 10, - SalePrice: 20, - GrossSales: 57580, - Discounts: 1751.4, - Sales: 55828.6, - COGS: 9730, - Profit: 46098.6, - Date: `3/1/19`, - Month: `March`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Vermont`, - UnitsSold: 1707, - ManufacturingPrice: 10, - SalePrice: 20, - GrossSales: 34140, - Discounts: 1868.4, - Sales: 32271.6, - COGS: 10380, - Profit: 21891.6, - Date: `6/1/19`, - Month: `June`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Vermont`, - UnitsSold: 2933, - ManufacturingPrice: 10, - SalePrice: 7, - GrossSales: 20531, - Discounts: 226.8, - Sales: 20304.2, - COGS: 1800, - Profit: 18504.2, - Date: `10/1/19`, - Month: `October`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Burlington`, - UnitsSold: 1014, - ManufacturingPrice: 120, - SalePrice: 12, - GrossSales: 12168, - Discounts: 2124.36, - Sales: 10043.64, - COGS: 5901, - Profit: 4142.64, - Date: `3/1/19`, - Month: `March`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Burlington`, - UnitsSold: 693, - ManufacturingPrice: 120, - SalePrice: 15, - GrossSales: 10395, - Discounts: 3547.8, - Sales: 6847.2, - COGS: 26280, - Profit: 19432.8, - Date: `4/1/19`, - Month: `April`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Mandarin`, - UnitsSold: 3741, - ManufacturingPrice: 250, - SalePrice: 7, - GrossSales: 26187, - Discounts: 226.8, - Sales: 25960.2, - COGS: 1800, - Profit: 24160.2, - Date: `10/1/19`, - Month: `October`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Mandarin`, - UnitsSold: 3116, - ManufacturingPrice: 250, - SalePrice: 20, - GrossSales: 62320, - Discounts: 4827.6, - Sales: 57492.4, - COGS: 26820, - Profit: 30672.4, - Date: `11/1/18`, - Month: `November`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Mandarin`, - UnitsSold: 3995, - ManufacturingPrice: 250, - SalePrice: 7, - GrossSales: 27965, - Discounts: 328.23, - Sales: 27636.77, - COGS: 2605, - Profit: 25031.77, - Date: `12/1/19`, - Month: `December`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Luxe`, - UnitsSold: 953, - ManufacturingPrice: 260, - SalePrice: 20, - GrossSales: 19060, - Discounts: 1868.4, - Sales: 17191.6, - COGS: 10380, - Profit: 6811.6, - Date: `6/1/19`, - Month: `June`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Luxe`, - UnitsSold: 2530, - ManufacturingPrice: 260, - SalePrice: 15, - GrossSales: 37950, - Discounts: 2201.18, - Sales: 35748.82, - COGS: 16305, - Profit: 19443.82, - Date: `7/1/19`, - Month: `July`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Luxe`, - UnitsSold: 2565, - ManufacturingPrice: 260, - SalePrice: 12, - GrossSales: 30780, - Discounts: 330.48, - Sales: 30449.52, - COGS: 918, - Profit: 29531.52, - Date: `12/1/18`, - Month: `December`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Kensington`, - UnitsSold: 4297, - ManufacturingPrice: 3, - SalePrice: 12, - GrossSales: 51564, - Discounts: 463.2, - Sales: 51100.8, - COGS: 1158, - Profit: 49942.8, - Date: `10/1/18`, - Month: `October`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Royal Oak`, - UnitsSold: 2871, - ManufacturingPrice: 5, - SalePrice: 7, - GrossSales: 20097, - Discounts: 1629.6, - Sales: 18467.4, - COGS: 11640, - Profit: 6827.4, - Date: `9/1/19`, - Month: `September`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Vermont`, - UnitsSold: 3537, - ManufacturingPrice: 10, - SalePrice: 12, - GrossSales: 42444, - Discounts: 463.2, - Sales: 41980.8, - COGS: 1158, - Profit: 40822.8, - Date: `10/1/18`, - Month: `October`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Kensington`, - UnitsSold: 1598, - ManufacturingPrice: 3, - SalePrice: 125, - GrossSales: 199750, - Discounts: 43068.75, - Sales: 156681.25, - COGS: 413460, - Profit: 256778.75, - Date: `4/1/19`, - Month: `April`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Kensington`, - UnitsSold: 2616, - ManufacturingPrice: 3, - SalePrice: 125, - GrossSales: 327000, - Discounts: 18525, - Sales: 308475, - COGS: 177840, - Profit: 130635, - Date: `12/1/18`, - Month: `December`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Royal Oak`, - UnitsSold: 2836, - ManufacturingPrice: 5, - SalePrice: 350, - GrossSales: 992600, - Discounts: 80955, - Sales: 911645, - COGS: 601380, - Profit: 310265, - Date: `5/1/19`, - Month: `May`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Royal Oak`, - UnitsSold: 4023, - ManufacturingPrice: 5, - SalePrice: 125, - GrossSales: 502875, - Discounts: 22550, - Sales: 480325, - COGS: 216480, - Profit: 263845, - Date: `11/1/18`, - Month: `November`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Royal Oak`, - UnitsSold: 3994, - ManufacturingPrice: 5, - SalePrice: 15, - GrossSales: 59910, - Discounts: 3108, - Sales: 56802, - COGS: 20720, - Profit: 36082, - Date: `12/1/19`, - Month: `December`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Vermont`, - UnitsSold: 2928, - ManufacturingPrice: 10, - SalePrice: 20, - GrossSales: 58560, - Discounts: 3908, - Sales: 54652, - COGS: 19540, - Profit: 35112, - Date: `3/1/19`, - Month: `March`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Vermont`, - UnitsSold: 2912, - ManufacturingPrice: 10, - SalePrice: 300, - GrossSales: 873600, - Discounts: 17730, - Sales: 855870, - COGS: 147750, - Profit: 708120, - Date: `5/1/19`, - Month: `May`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Vermont`, - UnitsSold: 3671, - ManufacturingPrice: 10, - SalePrice: 15, - GrossSales: 55065, - Discounts: 3250.5, - Sales: 51814.5, - COGS: 21670, - Profit: 30144.5, - Date: `10/1/18`, - Month: `October`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Vermont`, - UnitsSold: 2778, - ManufacturingPrice: 10, - SalePrice: 20, - GrossSales: 55560, - Discounts: 482, - Sales: 55078, - COGS: 2410, - Profit: 52668, - Date: `10/1/19`, - Month: `October`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Burlington`, - UnitsSold: 405, - ManufacturingPrice: 120, - SalePrice: 15, - GrossSales: 6075, - Discounts: 1021.5, - Sales: 5053.5, - COGS: 6810, - Profit: 1756.5, - Date: `1/1/19`, - Month: `January`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Burlington`, - UnitsSold: 2013, - ManufacturingPrice: 120, - SalePrice: 15, - GrossSales: 30195, - Discounts: 765, - Sales: 29430, - COGS: 5100, - Profit: 24330, - Date: `4/1/19`, - Month: `April`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Burlington`, - UnitsSold: 2634, - ManufacturingPrice: 120, - SalePrice: 15, - GrossSales: 39510, - Discounts: 1185, - Sales: 38325, - COGS: 7900, - Profit: 30425, - Date: `5/1/19`, - Month: `May`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Burlington`, - UnitsSold: 4166, - ManufacturingPrice: 120, - SalePrice: 350, - GrossSales: 1458100, - Discounts: 22365, - Sales: 1435735, - COGS: 166140, - Profit: 1269595, - Date: `7/1/19`, - Month: `July`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Burlington`, - UnitsSold: 355, - ManufacturingPrice: 120, - SalePrice: 125, - GrossSales: 44375, - Discounts: 19950, - Sales: 24425, - COGS: 191520, - Profit: 167095, - Date: `9/1/19`, - Month: `September`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Burlington`, - UnitsSold: 2382, - ManufacturingPrice: 120, - SalePrice: 300, - GrossSales: 714600, - Discounts: 68820, - Sales: 645780, - COGS: 573500, - Profit: 72280, - Date: `10/1/18`, - Month: `October`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Burlington`, - UnitsSold: 4170, - ManufacturingPrice: 120, - SalePrice: 20, - GrossSales: 83400, - Discounts: 482, - Sales: 82918, - COGS: 2410, - Profit: 80508, - Date: `10/1/19`, - Month: `October`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Burlington`, - UnitsSold: 892, - ManufacturingPrice: 120, - SalePrice: 7, - GrossSales: 6244, - Discounts: 1865.5, - Sales: 4378.5, - COGS: 13325, - Profit: 8946.5, - Date: `11/1/19`, - Month: `November`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Burlington`, - UnitsSold: 2200, - ManufacturingPrice: 120, - SalePrice: 125, - GrossSales: 275000, - Discounts: 23950, - Sales: 251050, - COGS: 229920, - Profit: 21130, - Date: `12/1/18`, - Month: `December`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Burlington`, - UnitsSold: 3389, - ManufacturingPrice: 120, - SalePrice: 300, - GrossSales: 1016700, - Discounts: 25590, - Sales: 991110, - COGS: 213250, - Profit: 777860, - Date: `12/1/19`, - Month: `December`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Mandarin`, - UnitsSold: 2990, - ManufacturingPrice: 250, - SalePrice: 125, - GrossSales: 373750, - Discounts: 4262.5, - Sales: 369487.5, - COGS: 40920, - Profit: 328567.5, - Date: `5/1/19`, - Month: `May`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Mandarin`, - UnitsSold: 4013, - ManufacturingPrice: 250, - SalePrice: 15, - GrossSales: 60195, - Discounts: 961.5, - Sales: 59233.5, - COGS: 6410, - Profit: 52823.5, - Date: `7/1/19`, - Month: `July`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Mandarin`, - UnitsSold: 739, - ManufacturingPrice: 250, - SalePrice: 350, - GrossSales: 258650, - Discounts: 98245, - Sales: 160405, - COGS: 729820, - Profit: 569415, - Date: `8/1/19`, - Month: `August`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Mandarin`, - UnitsSold: 1989, - ManufacturingPrice: 250, - SalePrice: 300, - GrossSales: 596700, - Discounts: 12960, - Sales: 583740, - COGS: 108000, - Profit: 475740, - Date: `9/1/19`, - Month: `September`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Mandarin`, - UnitsSold: 2991, - ManufacturingPrice: 250, - SalePrice: 300, - GrossSales: 897300, - Discounts: 68820, - Sales: 828480, - COGS: 573500, - Profit: 254980, - Date: `10/1/18`, - Month: `October`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Mandarin`, - UnitsSold: 4237, - ManufacturingPrice: 250, - SalePrice: 15, - GrossSales: 63555, - Discounts: 3250.5, - Sales: 60304.5, - COGS: 21670, - Profit: 38634.5, - Date: `10/1/18`, - Month: `October`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Mandarin`, - UnitsSold: 1442, - ManufacturingPrice: 250, - SalePrice: 125, - GrossSales: 180250, - Discounts: 31612.5, - Sales: 148637.5, - COGS: 303480, - Profit: 154842.5, - Date: `11/1/19`, - Month: `November`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Mandarin`, - UnitsSold: 2712, - ManufacturingPrice: 250, - SalePrice: 350, - GrossSales: 949200, - Discounts: 65450, - Sales: 883750, - COGS: 486200, - Profit: 397550, - Date: `12/1/18`, - Month: `December`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Luxe`, - UnitsSold: 1508, - ManufacturingPrice: 260, - SalePrice: 125, - GrossSales: 188500, - Discounts: 7237.5, - Sales: 181262.5, - COGS: 69480, - Profit: 111782.5, - Date: `1/1/19`, - Month: `January`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Luxe`, - UnitsSold: 4245, - ManufacturingPrice: 260, - SalePrice: 350, - GrossSales: 1485750, - Discounts: 78400, - Sales: 1407350, - COGS: 582400, - Profit: 824950, - Date: `2/1/19`, - Month: `February`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Luxe`, - UnitsSold: 2630, - ManufacturingPrice: 260, - SalePrice: 300, - GrossSales: 789000, - Discounts: 89790, - Sales: 699210, - COGS: 748250, - Profit: 49040, - Date: `3/1/19`, - Month: `March`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Luxe`, - UnitsSold: 1182, - ManufacturingPrice: 260, - SalePrice: 12, - GrossSales: 14184, - Discounts: 4224.6, - Sales: 9959.4, - COGS: 10561.5, - Profit: 602.1, - Date: `4/1/19`, - Month: `April`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Luxe`, - UnitsSold: 1221, - ManufacturingPrice: 260, - SalePrice: 20, - GrossSales: 24420, - Discounts: 4078, - Sales: 20342, - COGS: 20390, - Profit: 48, - Date: `5/1/19`, - Month: `May`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Luxe`, - UnitsSold: 963, - ManufacturingPrice: 260, - SalePrice: 12, - GrossSales: 11556, - Discounts: 3088.8, - Sales: 8467.2, - COGS: 7722, - Profit: 745.2, - Date: `8/1/19`, - Month: `August`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Luxe`, - UnitsSold: 3243, - ManufacturingPrice: 260, - SalePrice: 350, - GrossSales: 1135050, - Discounts: 24745, - Sales: 1110305, - COGS: 183820, - Profit: 926485, - Date: `9/1/19`, - Month: `September`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Luxe`, - UnitsSold: 1120, - ManufacturingPrice: 260, - SalePrice: 15, - GrossSales: 16800, - Discounts: 3108, - Sales: 13692, - COGS: 20720, - Profit: 7028, - Date: `12/1/19`, - Month: `December`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Luxe`, - UnitsSold: 1174, - ManufacturingPrice: 260, - SalePrice: 300, - GrossSales: 352200, - Discounts: 25590, - Sales: 326610, - COGS: 213250, - Profit: 113360, - Date: `12/1/19`, - Month: `December`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Kensington`, - UnitsSold: 2541, - ManufacturingPrice: 3, - SalePrice: 12, - GrossSales: 30492, - Discounts: 1581.36, - Sales: 28910.64, - COGS: 3594, - Profit: 25316.64, - Date: `10/1/18`, - Month: `October`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Vermont`, - UnitsSold: 3246, - ManufacturingPrice: 10, - SalePrice: 7, - GrossSales: 22722, - Discounts: 1949.64, - Sales: 20772.36, - COGS: 12660, - Profit: 8112.36, - Date: `4/1/19`, - Month: `April`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Vermont`, - UnitsSold: 1531, - ManufacturingPrice: 10, - SalePrice: 12, - GrossSales: 18372, - Discounts: 1581.36, - Sales: 16790.64, - COGS: 3594, - Profit: 13196.64, - Date: `10/1/18`, - Month: `October`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Burlington`, - UnitsSold: 2526, - ManufacturingPrice: 120, - SalePrice: 15, - GrossSales: 37890, - Discounts: 633.6, - Sales: 37256.4, - COGS: 3840, - Profit: 33416.4, - Date: `1/1/19`, - Month: `January`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Burlington`, - UnitsSold: 1136, - ManufacturingPrice: 120, - SalePrice: 12, - GrossSales: 13632, - Discounts: 623.04, - Sales: 13008.96, - COGS: 1416, - Profit: 11592.96, - Date: `10/1/19`, - Month: `October`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Mandarin`, - UnitsSold: 1983, - ManufacturingPrice: 250, - SalePrice: 7, - GrossSales: 13881, - Discounts: 1215.83, - Sales: 12665.17, - COGS: 7895, - Profit: 4770.17, - Date: `3/1/19`, - Month: `March`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Mandarin`, - UnitsSold: 3259, - ManufacturingPrice: 250, - SalePrice: 12, - GrossSales: 39108, - Discounts: 1326.6, - Sales: 37781.4, - COGS: 3015, - Profit: 34766.4, - Date: `9/1/18`, - Month: `September`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Luxe`, - UnitsSold: 3267, - ManufacturingPrice: 260, - SalePrice: 15, - GrossSales: 49005, - Discounts: 5279.17, - Sales: 43725.82, - COGS: 31995, - Profit: 11730.82, - Date: `7/1/19`, - Month: `July`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Luxe`, - UnitsSold: 2454, - ManufacturingPrice: 260, - SalePrice: 12, - GrossSales: 29448, - Discounts: 623.04, - Sales: 28824.96, - COGS: 1416, - Profit: 27408.96, - Date: `10/1/19`, - Month: `October`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Kensington`, - UnitsSold: 2643, - ManufacturingPrice: 3, - SalePrice: 12, - GrossSales: 31716, - Discounts: 2556.84, - Sales: 29159.16, - COGS: 5811, - Profit: 23348.16, - Date: `2/1/19`, - Month: `February`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Kensington`, - UnitsSold: 383, - ManufacturingPrice: 3, - SalePrice: 350, - GrossSales: 134050, - Discounts: 30492, - Sales: 103558, - COGS: 205920, - Profit: 102362, - Date: `3/1/19`, - Month: `March`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Kensington`, - UnitsSold: 2801, - ManufacturingPrice: 3, - SalePrice: 300, - GrossSales: 840300, - Discounts: 92763, - Sales: 747537, - COGS: 702750, - Profit: 44787, - Date: `7/1/19`, - Month: `July`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Kensington`, - UnitsSold: 1667, - ManufacturingPrice: 3, - SalePrice: 125, - GrossSales: 208375, - Discounts: 33563.75, - Sales: 174811.25, - COGS: 292920, - Profit: 118108.75, - Date: `10/1/19`, - Month: `October`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Kensington`, - UnitsSold: 3539, - ManufacturingPrice: 3, - SalePrice: 15, - GrossSales: 53085, - Discounts: 2574, - Sales: 50511, - COGS: 15600, - Profit: 34911, - Date: `11/1/18`, - Month: `November`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Kensington`, - UnitsSold: 4226, - ManufacturingPrice: 3, - SalePrice: 7, - GrossSales: 29582, - Discounts: 2083.62, - Sales: 27498.38, - COGS: 13530, - Profit: 13968.38, - Date: `11/1/18`, - Month: `November`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Royal Oak`, - UnitsSold: 2220, - ManufacturingPrice: 5, - SalePrice: 350, - GrossSales: 777000, - Discounts: 29491, - Sales: 747509, - COGS: 199160, - Profit: 548349, - Date: `1/1/19`, - Month: `January`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Royal Oak`, - UnitsSold: 776, - ManufacturingPrice: 5, - SalePrice: 20, - GrossSales: 15520, - Discounts: 6582.4, - Sales: 8937.6, - COGS: 29920, - Profit: 20982.4, - Date: `10/1/18`, - Month: `October`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Royal Oak`, - UnitsSold: 553, - ManufacturingPrice: 5, - SalePrice: 15, - GrossSales: 8295, - Discounts: 3559.05, - Sales: 4735.95, - COGS: 21570, - Profit: 16834.05, - Date: `12/1/19`, - Month: `December`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Vermont`, - UnitsSold: 2107, - ManufacturingPrice: 10, - SalePrice: 300, - GrossSales: 632100, - Discounts: 28809, - Sales: 603291, - COGS: 218250, - Profit: 385041, - Date: `1/1/19`, - Month: `January`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Vermont`, - UnitsSold: 2468, - ManufacturingPrice: 10, - SalePrice: 20, - GrossSales: 49360, - Discounts: 2468.4, - Sales: 46891.6, - COGS: 11220, - Profit: 35671.6, - Date: `3/1/19`, - Month: `March`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Vermont`, - UnitsSold: 1905, - ManufacturingPrice: 10, - SalePrice: 350, - GrossSales: 666750, - Discounts: 81023.25, - Sales: 585726.75, - COGS: 547170, - Profit: 38556.75, - Date: `7/1/19`, - Month: `July`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Vermont`, - UnitsSold: 3658, - ManufacturingPrice: 10, - SalePrice: 12, - GrossSales: 43896, - Discounts: 5314.32, - Sales: 38581.68, - COGS: 12078, - Profit: 26503.68, - Date: `7/1/19`, - Month: `July`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Vermont`, - UnitsSold: 4301, - ManufacturingPrice: 10, - SalePrice: 12, - GrossSales: 51612, - Discounts: 3201.66, - Sales: 48410.34, - COGS: 7276.5, - Profit: 41133.84, - Date: `7/1/19`, - Month: `July`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Vermont`, - UnitsSold: 2446, - ManufacturingPrice: 10, - SalePrice: 20, - GrossSales: 48920, - Discounts: 5266.8, - Sales: 43653.2, - COGS: 23940, - Profit: 19713.2, - Date: `8/1/19`, - Month: `August`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Vermont`, - UnitsSold: 4209, - ManufacturingPrice: 10, - SalePrice: 15, - GrossSales: 63135, - Discounts: 3273.6, - Sales: 59861.4, - COGS: 19840, - Profit: 40021.4, - Date: `8/1/19`, - Month: `August`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Vermont`, - UnitsSold: 3353, - ManufacturingPrice: 10, - SalePrice: 125, - GrossSales: 419125, - Discounts: 33563.75, - Sales: 385561.25, - COGS: 292920, - Profit: 92641.25, - Date: `10/1/19`, - Month: `October`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Vermont`, - UnitsSold: 1401, - ManufacturingPrice: 10, - SalePrice: 20, - GrossSales: 28020, - Discounts: 6582.4, - Sales: 21437.6, - COGS: 29920, - Profit: 8482.4, - Date: `10/1/18`, - Month: `October`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Vermont`, - UnitsSold: 1865, - ManufacturingPrice: 10, - SalePrice: 300, - GrossSales: 559500, - Discounts: 45078, - Sales: 514422, - COGS: 341500, - Profit: 172922, - Date: `11/1/19`, - Month: `November`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Burlington`, - UnitsSold: 463, - ManufacturingPrice: 120, - SalePrice: 20, - GrossSales: 9260, - Discounts: 6171, - Sales: 3089, - COGS: 28050, - Profit: 24961, - Date: `9/1/18`, - Month: `September`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Burlington`, - UnitsSold: 4177, - ManufacturingPrice: 120, - SalePrice: 15, - GrossSales: 62655, - Discounts: 1080.75, - Sales: 61574.25, - COGS: 6550, - Profit: 55024.25, - Date: `9/1/18`, - Month: `September`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Burlington`, - UnitsSold: 2523, - ManufacturingPrice: 120, - SalePrice: 350, - GrossSales: 883050, - Discounts: 13244, - Sales: 869806, - COGS: 89440, - Profit: 780366, - Date: `10/1/18`, - Month: `October`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Burlington`, - UnitsSold: 1930, - ManufacturingPrice: 120, - SalePrice: 7, - GrossSales: 13510, - Discounts: 1392.16, - Sales: 12117.84, - COGS: 9040, - Profit: 3077.84, - Date: `11/1/19`, - Month: `November`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Mandarin`, - UnitsSold: 1301, - ManufacturingPrice: 250, - SalePrice: 12, - GrossSales: 15612, - Discounts: 2288.88, - Sales: 13323.12, - COGS: 5202, - Profit: 8121.12, - Date: `1/1/19`, - Month: `January`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Mandarin`, - UnitsSold: 4125, - ManufacturingPrice: 250, - SalePrice: 125, - GrossSales: 515625, - Discounts: 7617.5, - Sales: 508007.5, - COGS: 66480, - Profit: 441527.5, - Date: `1/1/19`, - Month: `January`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Mandarin`, - UnitsSold: 607, - ManufacturingPrice: 250, - SalePrice: 20, - GrossSales: 12140, - Discounts: 6457, - Sales: 5683, - COGS: 29350, - Profit: 23667, - Date: `11/1/18`, - Month: `November`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Luxe`, - UnitsSold: 478, - ManufacturingPrice: 260, - SalePrice: 125, - GrossSales: 59750, - Discounts: 43518.75, - Sales: 16231.25, - COGS: 379800, - Profit: 363568.75, - Date: `1/1/19`, - Month: `January`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Luxe`, - UnitsSold: 4489, - ManufacturingPrice: 260, - SalePrice: 20, - GrossSales: 89780, - Discounts: 5783.8, - Sales: 83996.2, - COGS: 26290, - Profit: 57706.2, - Date: `1/1/19`, - Month: `January`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Luxe`, - UnitsSold: 1504, - ManufacturingPrice: 260, - SalePrice: 125, - GrossSales: 188000, - Discounts: 19703.75, - Sales: 168296.25, - COGS: 171960, - Profit: 3663.75, - Date: `5/1/19`, - Month: `May`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Luxe`, - UnitsSold: 3763, - ManufacturingPrice: 260, - SalePrice: 125, - GrossSales: 470375, - Discounts: 13021.25, - Sales: 457353.75, - COGS: 113640, - Profit: 343713.75, - Date: `9/1/18`, - Month: `September`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Luxe`, - UnitsSold: 2412, - ManufacturingPrice: 260, - SalePrice: 350, - GrossSales: 844200, - Discounts: 13244, - Sales: 830956, - COGS: 89440, - Profit: 741516, - Date: `10/1/18`, - Month: `October`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Luxe`, - UnitsSold: 2342, - ManufacturingPrice: 260, - SalePrice: 15, - GrossSales: 35130, - Discounts: 3559.05, - Sales: 31570.95, - COGS: 21570, - Profit: 10000.95, - Date: `12/1/19`, - Month: `December`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Vermont`, - UnitsSold: 4451, - ManufacturingPrice: 10, - SalePrice: 7, - GrossSales: 31157, - Discounts: 292.6, - Sales: 30864.4, - COGS: 1900, - Profit: 28964.4, - Date: `9/1/18`, - Month: `September`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Kensington`, - UnitsSold: 3796, - ManufacturingPrice: 3, - SalePrice: 350, - GrossSales: 1328600, - Discounts: 37212, - Sales: 1291388, - COGS: 230360, - Profit: 1061028, - Date: `6/1/19`, - Month: `June`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Kensington`, - UnitsSold: 2286, - ManufacturingPrice: 3, - SalePrice: 125, - GrossSales: 285750, - Discounts: 36240, - Sales: 249510, - COGS: 289920, - Profit: 40410, - Date: `9/1/18`, - Month: `September`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Kensington`, - UnitsSold: 3614, - ManufacturingPrice: 3, - SalePrice: 125, - GrossSales: 451750, - Discounts: 32340, - Sales: 419410, - COGS: 258720, - Profit: 160690, - Date: `10/1/19`, - Month: `October`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Kensington`, - UnitsSold: 1716, - ManufacturingPrice: 3, - SalePrice: 15, - GrossSales: 25740, - Discounts: 4840.2, - Sales: 20899.8, - COGS: 26890, - Profit: 5990.2, - Date: `11/1/19`, - Month: `November`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Royal Oak`, - UnitsSold: 1301, - ManufacturingPrice: 5, - SalePrice: 15, - GrossSales: 19515, - Discounts: 1218.6, - Sales: 18296.4, - COGS: 6770, - Profit: 11526.4, - Date: `3/1/19`, - Month: `March`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Royal Oak`, - UnitsSold: 4175, - ManufacturingPrice: 5, - SalePrice: 300, - GrossSales: 1252500, - Discounts: 63828, - Sales: 1188672, - COGS: 443250, - Profit: 745422, - Date: `4/1/19`, - Month: `April`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Royal Oak`, - UnitsSold: 975, - ManufacturingPrice: 5, - SalePrice: 7, - GrossSales: 6825, - Discounts: 2032.8, - Sales: 4792.2, - COGS: 12100, - Profit: 7307.8, - Date: `9/1/19`, - Month: `September`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Royal Oak`, - UnitsSold: 1154, - ManufacturingPrice: 5, - SalePrice: 7, - GrossSales: 8078, - Discounts: 2296.56, - Sales: 5781.44, - COGS: 13670, - Profit: 7888.56, - Date: `10/1/19`, - Month: `October`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Royal Oak`, - UnitsSold: 1873, - ManufacturingPrice: 5, - SalePrice: 20, - GrossSales: 37460, - Discounts: 4116, - Sales: 33344, - COGS: 17150, - Profit: 16194, - Date: `10/1/18`, - Month: `October`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Royal Oak`, - UnitsSold: 3766, - ManufacturingPrice: 5, - SalePrice: 300, - GrossSales: 1129800, - Discounts: 42696, - Sales: 1087104, - COGS: 296500, - Profit: 790604, - Date: `12/1/18`, - Month: `December`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Vermont`, - UnitsSold: 3558, - ManufacturingPrice: 10, - SalePrice: 300, - GrossSales: 1067400, - Discounts: 125820, - Sales: 941580, - COGS: 873750, - Profit: 67830, - Date: `1/1/19`, - Month: `January`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Vermont`, - UnitsSold: 3156, - ManufacturingPrice: 10, - SalePrice: 350, - GrossSales: 1104600, - Discounts: 37212, - Sales: 1067388, - COGS: 230360, - Profit: 837028, - Date: `6/1/19`, - Month: `June`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Vermont`, - UnitsSold: 2994, - ManufacturingPrice: 10, - SalePrice: 125, - GrossSales: 374250, - Discounts: 32340, - Sales: 341910, - COGS: 258720, - Profit: 83190, - Date: `10/1/19`, - Month: `October`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Vermont`, - UnitsSold: 2087, - ManufacturingPrice: 10, - SalePrice: 20, - GrossSales: 41740, - Discounts: 2172, - Sales: 39568, - COGS: 9050, - Profit: 30518, - Date: `10/1/19`, - Month: `October`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Vermont`, - UnitsSold: 1056, - ManufacturingPrice: 10, - SalePrice: 20, - GrossSales: 21120, - Discounts: 4116, - Sales: 17004, - COGS: 17150, - Profit: 146, - Date: `10/1/18`, - Month: `October`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Vermont`, - UnitsSold: 1353, - ManufacturingPrice: 10, - SalePrice: 350, - GrossSales: 473550, - Discounts: 66948, - Sales: 406602, - COGS: 414440, - Profit: 7838, - Date: `11/1/19`, - Month: `November`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Vermont`, - UnitsSold: 416, - ManufacturingPrice: 10, - SalePrice: 300, - GrossSales: 124800, - Discounts: 48924, - Sales: 75876, - COGS: 339750, - Profit: 263874, - Date: `11/1/19`, - Month: `November`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Vermont`, - UnitsSold: 3880, - ManufacturingPrice: 10, - SalePrice: 300, - GrossSales: 1164000, - Discounts: 77400, - Sales: 1086600, - COGS: 537500, - Profit: 549100, - Date: `11/1/19`, - Month: `November`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Vermont`, - UnitsSold: 809, - ManufacturingPrice: 10, - SalePrice: 350, - GrossSales: 283150, - Discounts: 50274, - Sales: 232876, - COGS: 311220, - Profit: 78344, - Date: `11/1/19`, - Month: `November`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Vermont`, - UnitsSold: 1892, - ManufacturingPrice: 10, - SalePrice: 15, - GrossSales: 28380, - Discounts: 684, - Sales: 27696, - COGS: 3800, - Profit: 23896, - Date: `12/1/18`, - Month: `December`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Vermont`, - UnitsSold: 2072, - ManufacturingPrice: 10, - SalePrice: 20, - GrossSales: 41440, - Discounts: 2959.2, - Sales: 38480.8, - COGS: 12330, - Profit: 26150.8, - Date: `12/1/19`, - Month: `December`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Burlington`, - UnitsSold: 3052, - ManufacturingPrice: 120, - SalePrice: 350, - GrossSales: 1068200, - Discounts: 58590, - Sales: 1009610, - COGS: 362700, - Profit: 646910, - Date: `7/1/19`, - Month: `July`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Burlington`, - UnitsSold: 3121, - ManufacturingPrice: 120, - SalePrice: 350, - GrossSales: 1092350, - Discounts: 41412, - Sales: 1050938, - COGS: 256360, - Profit: 794578, - Date: `10/1/19`, - Month: `October`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Burlington`, - UnitsSold: 2059, - ManufacturingPrice: 120, - SalePrice: 20, - GrossSales: 41180, - Discounts: 2172, - Sales: 39008, - COGS: 9050, - Profit: 29958, - Date: `10/1/19`, - Month: `October`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Mandarin`, - UnitsSold: 4254, - ManufacturingPrice: 250, - SalePrice: 12, - GrossSales: 51048, - Discounts: 3036.96, - Sales: 48011.04, - COGS: 6327, - Profit: 41684.04, - Date: `5/1/19`, - Month: `May`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Mandarin`, - UnitsSold: 1293, - ManufacturingPrice: 250, - SalePrice: 15, - GrossSales: 19395, - Discounts: 6974.1, - Sales: 12420.9, - COGS: 38745, - Profit: 26324.1, - Date: `7/1/19`, - Month: `July`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Mandarin`, - UnitsSold: 1293, - ManufacturingPrice: 250, - SalePrice: 350, - GrossSales: 452550, - Discounts: 26166, - Sales: 426384, - COGS: 161980, - Profit: 264404, - Date: `9/1/18`, - Month: `September`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Mandarin`, - UnitsSold: 230, - ManufacturingPrice: 250, - SalePrice: 350, - GrossSales: 80500, - Discounts: 41412, - Sales: 39088, - COGS: 256360, - Profit: 217272, - Date: `10/1/19`, - Month: `October`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Mandarin`, - UnitsSold: 1723, - ManufacturingPrice: 250, - SalePrice: 125, - GrossSales: 215375, - Discounts: 35805, - Sales: 179570, - COGS: 286440, - Profit: 106870, - Date: `11/1/19`, - Month: `November`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Mandarin`, - UnitsSold: 240, - ManufacturingPrice: 250, - SalePrice: 20, - GrossSales: 4800, - Discounts: 2959.2, - Sales: 1840.8, - COGS: 12330, - Profit: 10489.2, - Date: `12/1/19`, - Month: `December`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Luxe`, - UnitsSold: 2571, - ManufacturingPrice: 260, - SalePrice: 350, - GrossSales: 899850, - Discounts: 11340, - Sales: 888510, - COGS: 70200, - Profit: 818310, - Date: `2/1/19`, - Month: `February`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Luxe`, - UnitsSold: 1661, - ManufacturingPrice: 260, - SalePrice: 7, - GrossSales: 11627, - Discounts: 2874.06, - Sales: 8752.94, - COGS: 17107.5, - Profit: 8354.56, - Date: `7/1/19`, - Month: `July`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Luxe`, - UnitsSold: 4474, - ManufacturingPrice: 260, - SalePrice: 7, - GrossSales: 31318, - Discounts: 2296.56, - Sales: 29021.44, - COGS: 13670, - Profit: 15351.44, - Date: `10/1/19`, - Month: `October`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Luxe`, - UnitsSold: 833, - ManufacturingPrice: 260, - SalePrice: 15, - GrossSales: 12495, - Discounts: 4586.4, - Sales: 7908.6, - COGS: 25480, - Profit: 17571.4, - Date: `11/1/18`, - Month: `November`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Kensington`, - UnitsSold: 674, - ManufacturingPrice: 3, - SalePrice: 20, - GrossSales: 13480, - Discounts: 6051.6, - Sales: 7428.4, - COGS: 25215, - Profit: 17786.6, - Date: `1/1/19`, - Month: `January`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Royal Oak`, - UnitsSold: 778, - ManufacturingPrice: 5, - SalePrice: 12, - GrossSales: 9336, - Discounts: 3831.84, - Sales: 5504.16, - COGS: 7983, - Profit: 2478.84, - Date: `5/1/19`, - Month: `May`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Vermont`, - UnitsSold: 1457, - ManufacturingPrice: 10, - SalePrice: 20, - GrossSales: 29140, - Discounts: 3674.4, - Sales: 25465.6, - COGS: 15310, - Profit: 10155.6, - Date: `12/1/19`, - Month: `December`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Mandarin`, - UnitsSold: 3158, - ManufacturingPrice: 250, - SalePrice: 7, - GrossSales: 22106, - Discounts: 1252.44, - Sales: 20853.56, - COGS: 7455, - Profit: 13398.56, - Date: `3/1/19`, - Month: `March`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Mandarin`, - UnitsSold: 4095, - ManufacturingPrice: 250, - SalePrice: 20, - GrossSales: 81900, - Discounts: 3674.4, - Sales: 78225.6, - COGS: 15310, - Profit: 62915.6, - Date: `12/1/19`, - Month: `December`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Luxe`, - UnitsSold: 3170, - ManufacturingPrice: 260, - SalePrice: 12, - GrossSales: 38040, - Discounts: 3975.84, - Sales: 34064.16, - COGS: 8283, - Profit: 25781.16, - Date: `9/1/18`, - Month: `September`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Kensington`, - UnitsSold: 493, - ManufacturingPrice: 3, - SalePrice: 15, - GrossSales: 7395, - Discounts: 5005.65, - Sales: 2389.35, - COGS: 25670, - Profit: 23280.65, - Date: `6/1/19`, - Month: `June`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Mandarin`, - UnitsSold: 3286, - ManufacturingPrice: 250, - SalePrice: 15, - GrossSales: 49290, - Discounts: 5005.65, - Sales: 44284.35, - COGS: 25670, - Profit: 18614.35, - Date: `6/1/19`, - Month: `June`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Kensington`, - UnitsSold: 3563, - ManufacturingPrice: 3, - SalePrice: 350, - GrossSales: 1247050, - Discounts: 41996.5, - Sales: 1205053.5, - COGS: 239980, - Profit: 965073.5, - Date: `3/1/19`, - Month: `March`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Kensington`, - UnitsSold: 4109, - ManufacturingPrice: 3, - SalePrice: 350, - GrossSales: 1438150, - Discounts: 81445, - Sales: 1356705, - COGS: 465400, - Profit: 891305, - Date: `3/1/19`, - Month: `March`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Kensington`, - UnitsSold: 3653, - ManufacturingPrice: 3, - SalePrice: 20, - GrossSales: 73060, - Discounts: 1149.2, - Sales: 71910.8, - COGS: 4420, - Profit: 67490.8, - Date: `9/1/18`, - Month: `September`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Royal Oak`, - UnitsSold: 2203, - ManufacturingPrice: 5, - SalePrice: 350, - GrossSales: 771050, - Discounts: 44703.75, - Sales: 726346.25, - COGS: 255450, - Profit: 470896.25, - Date: `1/1/19`, - Month: `January`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Royal Oak`, - UnitsSold: 2924, - ManufacturingPrice: 5, - SalePrice: 7, - GrossSales: 20468, - Discounts: 1181.18, - Sales: 19286.82, - COGS: 6490, - Profit: 12796.82, - Date: `2/1/19`, - Month: `February`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Royal Oak`, - UnitsSold: 2650, - ManufacturingPrice: 5, - SalePrice: 12, - GrossSales: 31800, - Discounts: 942.24, - Sales: 30857.76, - COGS: 1812, - Profit: 29045.76, - Date: `6/1/19`, - Month: `June`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Royal Oak`, - UnitsSold: 1194, - ManufacturingPrice: 5, - SalePrice: 20, - GrossSales: 23880, - Discounts: 5863, - Sales: 18017, - COGS: 22550, - Profit: 4533, - Date: `7/1/19`, - Month: `July`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Royal Oak`, - UnitsSold: 3366, - ManufacturingPrice: 5, - SalePrice: 20, - GrossSales: 67320, - Discounts: 3247.4, - Sales: 64072.6, - COGS: 12490, - Profit: 51582.6, - Date: `10/1/19`, - Month: `October`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Vermont`, - UnitsSold: 1325, - ManufacturingPrice: 10, - SalePrice: 7, - GrossSales: 9275, - Discounts: 1309.04, - Sales: 7965.97, - COGS: 7192.5, - Profit: 773.47, - Date: `1/1/19`, - Month: `January`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Vermont`, - UnitsSold: 4243, - ManufacturingPrice: 10, - SalePrice: 300, - GrossSales: 1272900, - Discounts: 31473, - Sales: 1241427, - COGS: 201750, - Profit: 1039677, - Date: `1/1/19`, - Month: `January`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Vermont`, - UnitsSold: 2887, - ManufacturingPrice: 10, - SalePrice: 20, - GrossSales: 57740, - Discounts: 6866.6, - Sales: 50873.4, - COGS: 26410, - Profit: 24463.4, - Date: `2/1/19`, - Month: `February`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Vermont`, - UnitsSold: 3839, - ManufacturingPrice: 10, - SalePrice: 20, - GrossSales: 76780, - Discounts: 7040.8, - Sales: 69739.2, - COGS: 27080, - Profit: 42659.2, - Date: `2/1/19`, - Month: `February`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Vermont`, - UnitsSold: 1863, - ManufacturingPrice: 10, - SalePrice: 350, - GrossSales: 652050, - Discounts: 119756, - Sales: 532294, - COGS: 684320, - Profit: 152026, - Date: `6/1/19`, - Month: `June`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Vermont`, - UnitsSold: 2858, - ManufacturingPrice: 10, - SalePrice: 125, - GrossSales: 357250, - Discounts: 25723.75, - Sales: 331526.25, - COGS: 189960, - Profit: 141566.25, - Date: `6/1/19`, - Month: `June`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Vermont`, - UnitsSold: 2868, - ManufacturingPrice: 10, - SalePrice: 12, - GrossSales: 34416, - Discounts: 890.76, - Sales: 33525.24, - COGS: 1713, - Profit: 31812.24, - Date: `7/1/19`, - Month: `July`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Vermont`, - UnitsSold: 3805, - ManufacturingPrice: 10, - SalePrice: 7, - GrossSales: 26635, - Discounts: 2453.36, - Sales: 24181.64, - COGS: 13480, - Profit: 10701.64, - Date: `8/1/19`, - Month: `August`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Vermont`, - UnitsSold: 3914, - ManufacturingPrice: 10, - SalePrice: 15, - GrossSales: 58710, - Discounts: 3051.75, - Sales: 55658.25, - COGS: 15650, - Profit: 40008.25, - Date: `10/1/19`, - Month: `October`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Vermont`, - UnitsSold: 524, - ManufacturingPrice: 10, - SalePrice: 20, - GrossSales: 10480, - Discounts: 3247.4, - Sales: 7232.6, - COGS: 12490, - Profit: 5257.4, - Date: `10/1/19`, - Month: `October`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Vermont`, - UnitsSold: 3095, - ManufacturingPrice: 10, - SalePrice: 350, - GrossSales: 1083250, - Discounts: 16243.5, - Sales: 1067006.5, - COGS: 92820, - Profit: 974186.5, - Date: `11/1/19`, - Month: `November`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Vermont`, - UnitsSold: 2410, - ManufacturingPrice: 10, - SalePrice: 12, - GrossSales: 28920, - Discounts: 1580.28, - Sales: 27339.72, - COGS: 3039, - Profit: 24300.72, - Date: `12/1/19`, - Month: `December`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Burlington`, - UnitsSold: 4263, - ManufacturingPrice: 120, - SalePrice: 15, - GrossSales: 63945, - Discounts: 7795.13, - Sales: 56149.88, - COGS: 39975, - Profit: 16174.88, - Date: `1/1/19`, - Month: `January`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Burlington`, - UnitsSold: 2239, - ManufacturingPrice: 120, - SalePrice: 350, - GrossSales: 783650, - Discounts: 119756, - Sales: 663894, - COGS: 684320, - Profit: 20426, - Date: `6/1/19`, - Month: `June`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Burlington`, - UnitsSold: 569, - ManufacturingPrice: 120, - SalePrice: 7, - GrossSales: 3983, - Discounts: 1082.9, - Sales: 2900.1, - COGS: 5950, - Profit: 3049.9, - Date: `6/1/19`, - Month: `June`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Burlington`, - UnitsSold: 3889, - ManufacturingPrice: 120, - SalePrice: 12, - GrossSales: 46668, - Discounts: 942.24, - Sales: 45725.76, - COGS: 1812, - Profit: 43913.76, - Date: `6/1/19`, - Month: `June`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Burlington`, - UnitsSold: 1378, - ManufacturingPrice: 120, - SalePrice: 15, - GrossSales: 20670, - Discounts: 1287, - Sales: 19383, - COGS: 6600, - Profit: 12783, - Date: `9/1/18`, - Month: `September`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Burlington`, - UnitsSold: 2253, - ManufacturingPrice: 120, - SalePrice: 12, - GrossSales: 27036, - Discounts: 639.6, - Sales: 26396.4, - COGS: 1230, - Profit: 25166.4, - Date: `10/1/19`, - Month: `October`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Burlington`, - UnitsSold: 3202, - ManufacturingPrice: 120, - SalePrice: 300, - GrossSales: 960600, - Discounts: 101595, - Sales: 859005, - COGS: 651250, - Profit: 207755, - Date: `11/1/18`, - Month: `November`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Burlington`, - UnitsSold: 3835, - ManufacturingPrice: 120, - SalePrice: 12, - GrossSales: 46020, - Discounts: 1580.28, - Sales: 44439.72, - COGS: 3039, - Profit: 41400.72, - Date: `12/1/19`, - Month: `December`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Mandarin`, - UnitsSold: 2487, - ManufacturingPrice: 250, - SalePrice: 125, - GrossSales: 310875, - Discounts: 25723.75, - Sales: 285151.25, - COGS: 189960, - Profit: 95191.25, - Date: `6/1/19`, - Month: `June`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Mandarin`, - UnitsSold: 4428, - ManufacturingPrice: 250, - SalePrice: 15, - GrossSales: 66420, - Discounts: 3051.75, - Sales: 63368.25, - COGS: 15650, - Profit: 47718.25, - Date: `10/1/19`, - Month: `October`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Luxe`, - UnitsSold: 1200, - ManufacturingPrice: 260, - SalePrice: 125, - GrossSales: 150000, - Discounts: 26958.75, - Sales: 123041.25, - COGS: 199080, - Profit: 76038.75, - Date: `1/1/19`, - Month: `January`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Luxe`, - UnitsSold: 2953, - ManufacturingPrice: 260, - SalePrice: 7, - GrossSales: 20671, - Discounts: 1082.9, - Sales: 19588.1, - COGS: 5950, - Profit: 13638.1, - Date: `6/1/19`, - Month: `June`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Luxe`, - UnitsSold: 1453, - ManufacturingPrice: 260, - SalePrice: 12, - GrossSales: 17436, - Discounts: 639.6, - Sales: 16796.4, - COGS: 1230, - Profit: 15566.4, - Date: `10/1/19`, - Month: `October`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Luxe`, - UnitsSold: 865, - ManufacturingPrice: 260, - SalePrice: 12, - GrossSales: 10380, - Discounts: 2761.2, - Sales: 7618.8, - COGS: 5310, - Profit: 2308.8, - Date: `12/1/18`, - Month: `December`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Kensington`, - UnitsSold: 1072, - ManufacturingPrice: 3, - SalePrice: 20, - GrossSales: 21440, - Discounts: 7221.2, - Sales: 14218.8, - COGS: 25790, - Profit: 11571.2, - Date: `4/1/19`, - Month: `April`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Kensington`, - UnitsSold: 1737, - ManufacturingPrice: 3, - SalePrice: 20, - GrossSales: 34740, - Discounts: 4880.4, - Sales: 29859.6, - COGS: 17430, - Profit: 12429.6, - Date: `5/1/19`, - Month: `May`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Kensington`, - UnitsSold: 1535, - ManufacturingPrice: 3, - SalePrice: 7, - GrossSales: 10745, - Discounts: 2936.08, - Sales: 7808.92, - COGS: 14980, - Profit: 7171.08, - Date: `10/1/18`, - Month: `October`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Kensington`, - UnitsSold: 2532, - ManufacturingPrice: 3, - SalePrice: 7, - GrossSales: 17724, - Discounts: 274.4, - Sales: 17449.6, - COGS: 1400, - Profit: 16049.6, - Date: `12/1/19`, - Month: `December`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Royal Oak`, - UnitsSold: 1765, - ManufacturingPrice: 5, - SalePrice: 7, - GrossSales: 12355, - Discounts: 287.14, - Sales: 12067.86, - COGS: 1465, - Profit: 10602.86, - Date: `2/1/19`, - Month: `February`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Royal Oak`, - UnitsSold: 1567, - ManufacturingPrice: 5, - SalePrice: 7, - GrossSales: 10969, - Discounts: 2936.08, - Sales: 8032.92, - COGS: 14980, - Profit: 6947.08, - Date: `10/1/18`, - Month: `October`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Vermont`, - UnitsSold: 2640, - ManufacturingPrice: 10, - SalePrice: 15, - GrossSales: 39600, - Discounts: 583.8, - Sales: 39016.2, - COGS: 2780, - Profit: 36236.2, - Date: `2/1/19`, - Month: `February`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Vermont`, - UnitsSold: 3079, - ManufacturingPrice: 10, - SalePrice: 20, - GrossSales: 61580, - Discounts: 6798.4, - Sales: 54781.6, - COGS: 24280, - Profit: 30501.6, - Date: `3/1/19`, - Month: `March`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Vermont`, - UnitsSold: 4130, - ManufacturingPrice: 10, - SalePrice: 15, - GrossSales: 61950, - Discounts: 3710.7, - Sales: 58239.3, - COGS: 17670, - Profit: 40569.3, - Date: `9/1/19`, - Month: `September`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Vermont`, - UnitsSold: 2938, - ManufacturingPrice: 10, - SalePrice: 12, - GrossSales: 35256, - Discounts: 2340.24, - Sales: 32915.76, - COGS: 4179, - Profit: 28736.76, - Date: `10/1/19`, - Month: `October`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Mandarin`, - UnitsSold: 3080, - ManufacturingPrice: 250, - SalePrice: 7, - GrossSales: 21560, - Discounts: 274.4, - Sales: 21285.6, - COGS: 1400, - Profit: 19885.6, - Date: `12/1/19`, - Month: `December`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Luxe`, - UnitsSold: 1530, - ManufacturingPrice: 260, - SalePrice: 12, - GrossSales: 18360, - Discounts: 2340.24, - Sales: 16019.76, - COGS: 4179, - Profit: 11840.76, - Date: `10/1/19`, - Month: `October`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Luxe`, - UnitsSold: 3537, - ManufacturingPrice: 260, - SalePrice: 12, - GrossSales: 42444, - Discounts: 3385.2, - Sales: 39058.8, - COGS: 6045, - Profit: 33013.8, - Date: `12/1/18`, - Month: `December`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Kensington`, - UnitsSold: 2021, - ManufacturingPrice: 3, - SalePrice: 300, - GrossSales: 606300, - Discounts: 33642, - Sales: 572658, - COGS: 200250, - Profit: 372408, - Date: `7/1/19`, - Month: `July`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Kensington`, - UnitsSold: 1804, - ManufacturingPrice: 3, - SalePrice: 125, - GrossSales: 225500, - Discounts: 17902.5, - Sales: 207597.5, - COGS: 122760, - Profit: 84837.5, - Date: `9/1/18`, - Month: `September`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Kensington`, - UnitsSold: 1014, - ManufacturingPrice: 3, - SalePrice: 300, - GrossSales: 304200, - Discounts: 62832, - Sales: 241368, - COGS: 374000, - Profit: 132632, - Date: `10/1/19`, - Month: `October`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Kensington`, - UnitsSold: 2913, - ManufacturingPrice: 3, - SalePrice: 300, - GrossSales: 873900, - Discounts: 42420, - Sales: 831480, - COGS: 252500, - Profit: 578980, - Date: `10/1/19`, - Month: `October`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Kensington`, - UnitsSold: 763, - ManufacturingPrice: 3, - SalePrice: 15, - GrossSales: 11445, - Discounts: 3177.3, - Sales: 8267.7, - COGS: 15130, - Profit: 6862.3, - Date: `11/1/19`, - Month: `November`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Kensington`, - UnitsSold: 1425, - ManufacturingPrice: 3, - SalePrice: 15, - GrossSales: 21375, - Discounts: 4830, - Sales: 16545, - COGS: 23000, - Profit: 6455, - Date: `12/1/19`, - Month: `December`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Kensington`, - UnitsSold: 4357, - ManufacturingPrice: 3, - SalePrice: 125, - GrossSales: 544625, - Discounts: 49367.5, - Sales: 495257.5, - COGS: 338520, - Profit: 156737.5, - Date: `12/1/18`, - Month: `December`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Royal Oak`, - UnitsSold: 2138, - ManufacturingPrice: 5, - SalePrice: 350, - GrossSales: 748300, - Discounts: 109147.5, - Sales: 639152.5, - COGS: 579150, - Profit: 60002.5, - Date: `1/1/19`, - Month: `January`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Royal Oak`, - UnitsSold: 3825, - ManufacturingPrice: 5, - SalePrice: 350, - GrossSales: 1338750, - Discounts: 58751, - Sales: 1279999, - COGS: 311740, - Profit: 968259, - Date: `4/1/19`, - Month: `April`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Royal Oak`, - UnitsSold: 3393, - ManufacturingPrice: 5, - SalePrice: 350, - GrossSales: 1187550, - Discounts: 9800, - Sales: 1177750, - COGS: 52000, - Profit: 1125750, - Date: `5/1/19`, - Month: `May`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Royal Oak`, - UnitsSold: 2215, - ManufacturingPrice: 5, - SalePrice: 7, - GrossSales: 15505, - Discounts: 380.24, - Sales: 15124.76, - COGS: 1940, - Profit: 13184.76, - Date: `9/1/19`, - Month: `September`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Royal Oak`, - UnitsSold: 2278, - ManufacturingPrice: 5, - SalePrice: 7, - GrossSales: 15946, - Discounts: 1692.46, - Sales: 14253.54, - COGS: 8635, - Profit: 5618.54, - Date: `10/1/18`, - Month: `October`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Royal Oak`, - UnitsSold: 403, - ManufacturingPrice: 5, - SalePrice: 15, - GrossSales: 6045, - Discounts: 4830, - Sales: 1215, - COGS: 23000, - Profit: 21785, - Date: `12/1/19`, - Month: `December`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Vermont`, - UnitsSold: 289, - ManufacturingPrice: 10, - SalePrice: 20, - GrossSales: 5780, - Discounts: 728, - Sales: 5052, - COGS: 2600, - Profit: 2452, - Date: `2/1/19`, - Month: `February`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Vermont`, - UnitsSold: 749, - ManufacturingPrice: 10, - SalePrice: 15, - GrossSales: 11235, - Discounts: 5187, - Sales: 6048, - COGS: 24700, - Profit: 18652, - Date: `9/1/18`, - Month: `September`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Vermont`, - UnitsSold: 372, - ManufacturingPrice: 10, - SalePrice: 15, - GrossSales: 5580, - Discounts: 3660.3, - Sales: 1919.7, - COGS: 17430, - Profit: 15510.3, - Date: `10/1/18`, - Month: `October`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Vermont`, - UnitsSold: 3781, - ManufacturingPrice: 10, - SalePrice: 12, - GrossSales: 45372, - Discounts: 4895.52, - Sales: 40476.48, - COGS: 8742, - Profit: 31734.48, - Date: `10/1/19`, - Month: `October`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Vermont`, - UnitsSold: 1785, - ManufacturingPrice: 10, - SalePrice: 7, - GrossSales: 12495, - Discounts: 1696.38, - Sales: 10798.62, - COGS: 8655, - Profit: 2143.62, - Date: `10/1/19`, - Month: `October`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Vermont`, - UnitsSold: 4029, - ManufacturingPrice: 10, - SalePrice: 350, - GrossSales: 1410150, - Discounts: 34300, - Sales: 1375850, - COGS: 182000, - Profit: 1193850, - Date: `11/1/19`, - Month: `November`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Vermont`, - UnitsSold: 2813, - ManufacturingPrice: 10, - SalePrice: 12, - GrossSales: 33756, - Discounts: 3732.96, - Sales: 30023.04, - COGS: 6666, - Profit: 23357.04, - Date: `11/1/18`, - Month: `November`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Vermont`, - UnitsSold: 2150, - ManufacturingPrice: 10, - SalePrice: 350, - GrossSales: 752500, - Discounts: 57673, - Sales: 694827, - COGS: 306020, - Profit: 388807, - Date: `11/1/19`, - Month: `November`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Vermont`, - UnitsSold: 2093, - ManufacturingPrice: 10, - SalePrice: 350, - GrossSales: 732550, - Discounts: 94178, - Sales: 638372, - COGS: 499720, - Profit: 138652, - Date: `11/1/18`, - Month: `November`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Burlington`, - UnitsSold: 4391, - ManufacturingPrice: 120, - SalePrice: 125, - GrossSales: 548875, - Discounts: 27562.5, - Sales: 521312.5, - COGS: 189000, - Profit: 332312.5, - Date: `2/1/19`, - Month: `February`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Burlington`, - UnitsSold: 2695, - ManufacturingPrice: 120, - SalePrice: 20, - GrossSales: 53900, - Discounts: 1696.8, - Sales: 52203.2, - COGS: 6060, - Profit: 46143.2, - Date: `4/1/19`, - Month: `April`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Burlington`, - UnitsSold: 1337, - ManufacturingPrice: 120, - SalePrice: 300, - GrossSales: 401100, - Discounts: 103320, - Sales: 297780, - COGS: 615000, - Profit: 317220, - Date: `7/1/19`, - Month: `July`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Burlington`, - UnitsSold: 2621, - ManufacturingPrice: 120, - SalePrice: 300, - GrossSales: 786300, - Discounts: 11298, - Sales: 775002, - COGS: 67250, - Profit: 707752, - Date: `10/1/18`, - Month: `October`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Burlington`, - UnitsSold: 3735, - ManufacturingPrice: 120, - SalePrice: 300, - GrossSales: 1120500, - Discounts: 106512, - Sales: 1013988, - COGS: 634000, - Profit: 379988, - Date: `11/1/18`, - Month: `November`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Mandarin`, - UnitsSold: 4320, - ManufacturingPrice: 250, - SalePrice: 7, - GrossSales: 30240, - Discounts: 2844.94, - Sales: 27395.06, - COGS: 14515, - Profit: 12880.06, - Date: `3/1/19`, - Month: `March`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Mandarin`, - UnitsSold: 2828, - ManufacturingPrice: 250, - SalePrice: 300, - GrossSales: 848400, - Discounts: 106722, - Sales: 741678, - COGS: 635250, - Profit: 106428, - Date: `8/1/19`, - Month: `August`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Mandarin`, - UnitsSold: 2586, - ManufacturingPrice: 250, - SalePrice: 300, - GrossSales: 775800, - Discounts: 11298, - Sales: 764502, - COGS: 67250, - Profit: 697252, - Date: `10/1/18`, - Month: `October`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Mandarin`, - UnitsSold: 1248, - ManufacturingPrice: 250, - SalePrice: 300, - GrossSales: 374400, - Discounts: 62832, - Sales: 311568, - COGS: 374000, - Profit: 62432, - Date: `10/1/19`, - Month: `October`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Mandarin`, - UnitsSold: 4035, - ManufacturingPrice: 250, - SalePrice: 300, - GrossSales: 1210500, - Discounts: 42420, - Sales: 1168080, - COGS: 252500, - Profit: 915580, - Date: `10/1/19`, - Month: `October`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Mandarin`, - UnitsSold: 359, - ManufacturingPrice: 250, - SalePrice: 350, - GrossSales: 125650, - Discounts: 62769, - Sales: 62881, - COGS: 333060, - Profit: 270179, - Date: `12/1/18`, - Month: `December`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Luxe`, - UnitsSold: 3926, - ManufacturingPrice: 260, - SalePrice: 300, - GrossSales: 1177800, - Discounts: 37296, - Sales: 1140504, - COGS: 222000, - Profit: 918504, - Date: `3/1/19`, - Month: `March`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Luxe`, - UnitsSold: 4247, - ManufacturingPrice: 260, - SalePrice: 125, - GrossSales: 530875, - Discounts: 49770, - Sales: 481105, - COGS: 341280, - Profit: 139825, - Date: `5/1/19`, - Month: `May`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Luxe`, - UnitsSold: 2695, - ManufacturingPrice: 260, - SalePrice: 12, - GrossSales: 32340, - Discounts: 4158, - Sales: 28182, - COGS: 7425, - Profit: 20757, - Date: `8/1/19`, - Month: `August`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Luxe`, - UnitsSold: 1104, - ManufacturingPrice: 260, - SalePrice: 15, - GrossSales: 16560, - Discounts: 3660.3, - Sales: 12899.7, - COGS: 17430, - Profit: 4530.3, - Date: `10/1/18`, - Month: `October`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Luxe`, - UnitsSold: 1449, - ManufacturingPrice: 260, - SalePrice: 12, - GrossSales: 17388, - Discounts: 4895.52, - Sales: 12492.48, - COGS: 8742, - Profit: 3750.48, - Date: `10/1/19`, - Month: `October`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Luxe`, - UnitsSold: 1131, - ManufacturingPrice: 260, - SalePrice: 7, - GrossSales: 7917, - Discounts: 1696.38, - Sales: 6220.62, - COGS: 8655, - Profit: 2434.38, - Date: `10/1/19`, - Month: `October`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Luxe`, - UnitsSold: 1468, - ManufacturingPrice: 260, - SalePrice: 7, - GrossSales: 10276, - Discounts: 1692.46, - Sales: 8583.54, - COGS: 8635, - Profit: 51.46, - Date: `10/1/18`, - Month: `October`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Luxe`, - UnitsSold: 1272, - ManufacturingPrice: 260, - SalePrice: 15, - GrossSales: 19080, - Discounts: 3927, - Sales: 15153, - COGS: 18700, - Profit: 3547, - Date: `11/1/18`, - Month: `November`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Kensington`, - UnitsSold: 1403, - ManufacturingPrice: 3, - SalePrice: 125, - GrossSales: 175375, - Discounts: 22012.5, - Sales: 153362.5, - COGS: 140880, - Profit: 12482.5, - Date: `8/1/19`, - Month: `August`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Kensington`, - UnitsSold: 2161, - ManufacturingPrice: 3, - SalePrice: 125, - GrossSales: 270125, - Discounts: 51881.25, - Sales: 218243.75, - COGS: 332040, - Profit: 113796.25, - Date: `8/1/19`, - Month: `August`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Kensington`, - UnitsSold: 1937, - ManufacturingPrice: 3, - SalePrice: 125, - GrossSales: 242125, - Discounts: 20343.75, - Sales: 221781.25, - COGS: 130200, - Profit: 91581.25, - Date: `10/1/19`, - Month: `October`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Royal Oak`, - UnitsSold: 2879, - ManufacturingPrice: 5, - SalePrice: 300, - GrossSales: 863700, - Discounts: 24570, - Sales: 839130, - COGS: 136500, - Profit: 702630, - Date: `10/1/19`, - Month: `October`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Vermont`, - UnitsSold: 1330, - ManufacturingPrice: 10, - SalePrice: 20, - GrossSales: 26600, - Discounts: 3474, - Sales: 23126, - COGS: 11580, - Profit: 11546, - Date: `3/1/19`, - Month: `March`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Vermont`, - UnitsSold: 2426, - ManufacturingPrice: 10, - SalePrice: 15, - GrossSales: 36390, - Discounts: 3631.5, - Sales: 32758.5, - COGS: 16140, - Profit: 16618.5, - Date: `4/1/19`, - Month: `April`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Vermont`, - UnitsSold: 2033, - ManufacturingPrice: 10, - SalePrice: 7, - GrossSales: 14231, - Discounts: 2661.75, - Sales: 11569.25, - COGS: 12675, - Profit: 1105.75, - Date: `4/1/19`, - Month: `April`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Vermont`, - UnitsSold: 2029, - ManufacturingPrice: 10, - SalePrice: 350, - GrossSales: 710150, - Discounts: 149677.5, - Sales: 560472.5, - COGS: 741260, - Profit: 180787.5, - Date: `5/1/19`, - Month: `May`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Vermont`, - UnitsSold: 1049, - ManufacturingPrice: 10, - SalePrice: 15, - GrossSales: 15735, - Discounts: 5757.75, - Sales: 9977.25, - COGS: 25590, - Profit: 15612.75, - Date: `8/1/19`, - Month: `August`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Vermont`, - UnitsSold: 1062, - ManufacturingPrice: 10, - SalePrice: 20, - GrossSales: 21240, - Discounts: 801, - Sales: 20439, - COGS: 2670, - Profit: 17769, - Date: `10/1/18`, - Month: `October`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Vermont`, - UnitsSold: 2509, - ManufacturingPrice: 10, - SalePrice: 125, - GrossSales: 313625, - Discounts: 20343.75, - Sales: 293281.25, - COGS: 130200, - Profit: 163081.25, - Date: `10/1/19`, - Month: `October`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Vermont`, - UnitsSold: 1743, - ManufacturingPrice: 10, - SalePrice: 15, - GrossSales: 26145, - Discounts: 2643.75, - Sales: 23501.25, - COGS: 11750, - Profit: 11751.25, - Date: `10/1/19`, - Month: `October`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Vermont`, - UnitsSold: 3418, - ManufacturingPrice: 10, - SalePrice: 350, - GrossSales: 1196300, - Discounts: 105367.5, - Sales: 1090932.5, - COGS: 521820, - Profit: 569112.5, - Date: `11/1/18`, - Month: `November`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Vermont`, - UnitsSold: 1751, - ManufacturingPrice: 10, - SalePrice: 350, - GrossSales: 612850, - Discounts: 112927.5, - Sales: 499922.5, - COGS: 559260, - Profit: 59337.5, - Date: `11/1/18`, - Month: `November`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Vermont`, - UnitsSold: 3228, - ManufacturingPrice: 10, - SalePrice: 12, - GrossSales: 38736, - Discounts: 1645.2, - Sales: 37090.8, - COGS: 2742, - Profit: 34348.8, - Date: `12/1/19`, - Month: `December`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Vermont`, - UnitsSold: 1105, - ManufacturingPrice: 10, - SalePrice: 20, - GrossSales: 22100, - Discounts: 879, - Sales: 21221, - COGS: 2930, - Profit: 18291, - Date: `12/1/19`, - Month: `December`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Burlington`, - UnitsSold: 2778, - ManufacturingPrice: 120, - SalePrice: 12, - GrossSales: 33336, - Discounts: 900, - Sales: 32436, - COGS: 1500, - Profit: 30936, - Date: `3/1/19`, - Month: `March`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Burlington`, - UnitsSold: 1173, - ManufacturingPrice: 120, - SalePrice: 15, - GrossSales: 17595, - Discounts: 6358.5, - Sales: 11236.5, - COGS: 28260, - Profit: 17023.5, - Date: `5/1/19`, - Month: `May`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Burlington`, - UnitsSold: 3160, - ManufacturingPrice: 120, - SalePrice: 125, - GrossSales: 395000, - Discounts: 12431.25, - Sales: 382568.75, - COGS: 79560, - Profit: 303008.75, - Date: `9/1/19`, - Month: `September`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Burlington`, - UnitsSold: 4322, - ManufacturingPrice: 120, - SalePrice: 300, - GrossSales: 1296600, - Discounts: 115830, - Sales: 1180770, - COGS: 643500, - Profit: 537270, - Date: `11/1/18`, - Month: `November`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Burlington`, - UnitsSold: 1901, - ManufacturingPrice: 120, - SalePrice: 125, - GrossSales: 237625, - Discounts: 45712.5, - Sales: 191912.5, - COGS: 292560, - Profit: 100647.5, - Date: `12/1/18`, - Month: `December`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Burlington`, - UnitsSold: 2980, - ManufacturingPrice: 120, - SalePrice: 12, - GrossSales: 35760, - Discounts: 1645.2, - Sales: 34114.8, - COGS: 2742, - Profit: 31372.8, - Date: `12/1/19`, - Month: `December`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Mandarin`, - UnitsSold: 4068, - ManufacturingPrice: 250, - SalePrice: 20, - GrossSales: 81360, - Discounts: 2596.5, - Sales: 78763.5, - COGS: 8655, - Profit: 70108.5, - Date: `7/1/19`, - Month: `July`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Mandarin`, - UnitsSold: 2105, - ManufacturingPrice: 250, - SalePrice: 15, - GrossSales: 31575, - Discounts: 1107, - Sales: 30468, - COGS: 4920, - Profit: 25548, - Date: `7/1/19`, - Month: `July`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Mandarin`, - UnitsSold: 1647, - ManufacturingPrice: 250, - SalePrice: 20, - GrossSales: 32940, - Discounts: 801, - Sales: 32139, - COGS: 2670, - Profit: 29469, - Date: `10/1/18`, - Month: `October`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Mandarin`, - UnitsSold: 235, - ManufacturingPrice: 250, - SalePrice: 15, - GrossSales: 3525, - Discounts: 2643.75, - Sales: 881.25, - COGS: 11750, - Profit: 10868.75, - Date: `10/1/19`, - Month: `October`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Mandarin`, - UnitsSold: 3617, - ManufacturingPrice: 250, - SalePrice: 125, - GrossSales: 452125, - Discounts: 55387.5, - Sales: 396737.5, - COGS: 354480, - Profit: 42257.5, - Date: `11/1/18`, - Month: `November`, - Year: `2018` - }), - new SalesDataItem( - { - Country: `India`, - Product: `Mandarin`, - UnitsSold: 2106, - ManufacturingPrice: 250, - SalePrice: 125, - GrossSales: 263250, - Discounts: 10350, - Sales: 252900, - COGS: 66240, - Profit: 186660, - Date: `11/1/19`, - Month: `November`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Mandarin`, - UnitsSold: 2351, - ManufacturingPrice: 250, - SalePrice: 20, - GrossSales: 47020, - Discounts: 879, - Sales: 46141, - COGS: 2930, - Profit: 43211, - Date: `12/1/19`, - Month: `December`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `UK`, - Product: `Luxe`, - UnitsSold: 1897, - ManufacturingPrice: 260, - SalePrice: 300, - GrossSales: 569100, - Discounts: 111375, - Sales: 457725, - COGS: 618750, - Profit: 161025, - Date: `3/1/19`, - Month: `March`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Luxe`, - UnitsSold: 647, - ManufacturingPrice: 260, - SalePrice: 300, - GrossSales: 194100, - Discounts: 24570, - Sales: 169530, - COGS: 136500, - Profit: 33030, - Date: `10/1/19`, - Month: `October`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Brazil`, - Product: `Royal Oak`, - UnitsSold: 3621, - ManufacturingPrice: 5, - SalePrice: 7, - GrossSales: 25347, - Discounts: 1436.4, - Sales: 23910.6, - COGS: 6840, - Profit: 17070.6, - Date: `2/1/19`, - Month: `February`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `Japan`, - Product: `Vermont`, - UnitsSold: 3221, - ManufacturingPrice: 10, - SalePrice: 7, - GrossSales: 22547, - Discounts: 759.15, - Sales: 21787.85, - COGS: 3615, - Profit: 18172.85, - Date: `4/1/19`, - Month: `April`, - Year: `2019` - }), - new SalesDataItem( - { - Country: `USA`, - Product: `Mandarin`, - UnitsSold: 493, - ManufacturingPrice: 250, - SalePrice: 12, - GrossSales: 5916, - Discounts: 3250.8, - Sales: 2665.2, - COGS: 5418, - Profit: 2752.8, - Date: `5/1/19`, - Month: `May`, - Year: `2019` - }), + new SalesDataItem({ Country: `UK`, Product: `Vermont`, UnitsSold: 501, ManufacturingPrice: 15, SalePrice: 23, GrossSales: 26440, Discounts: 0, Sales: 26440, COGS: 16185, Profit: 11255, Date: `1/1/20`, Month: `January`, Year: `2020` }), + new SalesDataItem({ Country: `Japan`, Product: `Kensington`, UnitsSold: 1372, ManufacturingPrice: 3, SalePrice: 20, GrossSales: 27440, Discounts: 0, Sales: 27440, COGS: 16185, Profit: 11255, Date: `1/1/20`, Month: `January`, Year: `2020` }), + new SalesDataItem({ Country: `India`, Product: `Kensington`, UnitsSold: 2762, ManufacturingPrice: 3, SalePrice: 20, GrossSales: 55240, Discounts: 0, Sales: 55240, COGS: 13210, Profit: 42030, Date: `1/1/20`, Month: `January`, Year: `2020` }), + new SalesDataItem({ Country: `UK`, Product: `Kensington`, UnitsSold: 1464, ManufacturingPrice: 3, SalePrice: 15, GrossSales: 21960, Discounts: 0, Sales: 21960, COGS: 21780, Profit: 180, Date: `6/1/20`, Month: `June`, Year: `2020` }), + new SalesDataItem({ Country: `India`, Product: `Kensington`, UnitsSold: 719, ManufacturingPrice: 3, SalePrice: 15, GrossSales: 10785, Discounts: 0, Sales: 10785, COGS: 8880, Profit: 1905, Date: `6/1/20`, Month: `June`, Year: `2020` }), + new SalesDataItem({ Country: `Brazil`, Product: `Kensington`, UnitsSold: 3576, ManufacturingPrice: 3, SalePrice: 15, GrossSales: 53640, Discounts: 0, Sales: 53640, COGS: 24700, Profit: 28940, Date: `6/1/20`, Month: `June`, Year: `2020` }), + new SalesDataItem({ Country: `India`, Product: `Kensington`, UnitsSold: 4422, ManufacturingPrice: 3, SalePrice: 350, GrossSales: 1547700, Discounts: 0, Sales: 1547700, COGS: 393380, Profit: 1154320, Date: `12/1/20`, Month: `December`, Year: `2020` }), + new SalesDataItem({ Country: `India`, Product: `Royal Oak`, UnitsSold: 3649, ManufacturingPrice: 5, SalePrice: 15, GrossSales: 54735, Discounts: 0, Sales: 54735, COGS: 9210, Profit: 45525, Date: `3/1/20`, Month: `March`, Year: `2020` }), + new SalesDataItem({ Country: `Japan`, Product: `Royal Oak`, UnitsSold: 4172, ManufacturingPrice: 5, SalePrice: 12, GrossSales: 50064, Discounts: 0, Sales: 50064, COGS: 7554, Profit: 42510, Date: `6/1/20`, Month: `June`, Year: `2020` }), + new SalesDataItem({ Country: `UK`, Product: `Royal Oak`, UnitsSold: 3841, ManufacturingPrice: 5, SalePrice: 20, GrossSales: 76820, Discounts: 0, Sales: 76820, COGS: 18990, Profit: 57830, Date: `6/1/20`, Month: `June`, Year: `2020` }), + new SalesDataItem({ Country: `India`, Product: `Royal Oak`, UnitsSold: 3726, ManufacturingPrice: 5, SalePrice: 12, GrossSales: 44712, Discounts: 0, Sales: 44712, COGS: 4635, Profit: 40077, Date: `6/1/20`, Month: `June`, Year: `2020` }), + new SalesDataItem({ Country: `Brazil`, Product: `Royal Oak`, UnitsSold: 2625, ManufacturingPrice: 5, SalePrice: 15, GrossSales: 39375, Discounts: 0, Sales: 39375, COGS: 24700, Profit: 14675, Date: `6/1/20`, Month: `June`, Year: `2020` }), + new SalesDataItem({ Country: `Japan`, Product: `Royal Oak`, UnitsSold: 1958, ManufacturingPrice: 5, SalePrice: 125, GrossSales: 244750, Discounts: 0, Sales: 244750, COGS: 319860, Profit: 75110, Date: `7/1/20`, Month: `July`, Year: `2020` }), + new SalesDataItem({ Country: `Brazil`, Product: `Royal Oak`, UnitsSold: 3271, ManufacturingPrice: 5, SalePrice: 300, GrossSales: 981300, Discounts: 0, Sales: 981300, COGS: 239500, Profit: 741800, Date: `8/1/20`, Month: `August`, Year: `2020` }), + new SalesDataItem({ Country: `India`, Product: `Royal Oak`, UnitsSold: 2091, ManufacturingPrice: 5, SalePrice: 7, GrossSales: 14637, Discounts: 0, Sales: 14637, COGS: 10730, Profit: 3907, Date: `9/1/20`, Month: `September`, Year: `2020` }), + new SalesDataItem({ Country: `USA`, Product: `Royal Oak`, UnitsSold: 2825, ManufacturingPrice: 5, SalePrice: 15, GrossSales: 42375, Discounts: 0, Sales: 42375, COGS: 6150, Profit: 36225, Date: `12/1/20`, Month: `December`, Year: `2020` }), + new SalesDataItem({ Country: `Japan`, Product: `Vermont`, UnitsSold: 2513, ManufacturingPrice: 10, SalePrice: 20, GrossSales: 50260, Discounts: 0, Sales: 50260, COGS: 2920, Profit: 47340, Date: `2/1/20`, Month: `February`, Year: `2020` }), + new SalesDataItem({ Country: `Brazil`, Product: `Vermont`, UnitsSold: 883, ManufacturingPrice: 10, SalePrice: 15, GrossSales: 13245, Discounts: 0, Sales: 13245, COGS: 9740, Profit: 3505, Date: `2/1/20`, Month: `February`, Year: `2020` }), + new SalesDataItem({ Country: `Japan`, Product: `Vermont`, UnitsSold: 2087, ManufacturingPrice: 10, SalePrice: 12, GrossSales: 25044, Discounts: 0, Sales: 25044, COGS: 7554, Profit: 17490, Date: `6/1/20`, Month: `June`, Year: `2020` }), + new SalesDataItem({ Country: `India`, Product: `Vermont`, UnitsSold: 2563, ManufacturingPrice: 10, SalePrice: 350, GrossSales: 897050, Discounts: 0, Sales: 897050, COGS: 261560, Profit: 635490, Date: `6/1/20`, Month: `June`, Year: `2020` }), + new SalesDataItem({ Country: `India`, Product: `Vermont`, UnitsSold: 2846, ManufacturingPrice: 10, SalePrice: 12, GrossSales: 34152, Discounts: 0, Sales: 34152, COGS: 1101, Profit: 33051, Date: `7/1/20`, Month: `July`, Year: `2020` }), + new SalesDataItem({ Country: `Brazil`, Product: `Vermont`, UnitsSold: 997, ManufacturingPrice: 10, SalePrice: 7, GrossSales: 6979, Discounts: 0, Sales: 6979, COGS: 4415, Profit: 2564, Date: `8/1/20`, Month: `August`, Year: `2020` }), + new SalesDataItem({ Country: `Brazil`, Product: `Vermont`, UnitsSold: 2290, ManufacturingPrice: 10, SalePrice: 15, GrossSales: 34350, Discounts: 0, Sales: 34350, COGS: 24720, Profit: 9630, Date: `9/1/20`, Month: `September`, Year: `2020` }), + new SalesDataItem({ Country: `USA`, Product: `Vermont`, UnitsSold: 2133, ManufacturingPrice: 10, SalePrice: 7, GrossSales: 14931, Discounts: 0, Sales: 14931, COGS: 5715, Profit: 9216, Date: `10/1/20`, Month: `October`, Year: `2020` }), + new SalesDataItem({ Country: `Japan`, Product: `Vermont`, UnitsSold: 3617, ManufacturingPrice: 10, SalePrice: 20, GrossSales: 72340, Discounts: 0, Sales: 72340, COGS: 18170, Profit: 54170, Date: `12/1/20`, Month: `December`, Year: `2020` }), + new SalesDataItem({ Country: `India`, Product: `Vermont`, UnitsSold: 1266, ManufacturingPrice: 10, SalePrice: 350, GrossSales: 443100, Discounts: 0, Sales: 443100, COGS: 393380, Profit: 49720, Date: `12/1/20`, Month: `December`, Year: `2020` }), + new SalesDataItem({ Country: `Brazil`, Product: `Burlington`, UnitsSold: 894, ManufacturingPrice: 120, SalePrice: 7, GrossSales: 6258, Discounts: 0, Sales: 6258, COGS: 7465, Profit: 1207, Date: `1/1/20`, Month: `January`, Year: `2020` }), + new SalesDataItem({ Country: `UK`, Product: `Burlington`, UnitsSold: 2725, ManufacturingPrice: 120, SalePrice: 125, GrossSales: 340625, Discounts: 0, Sales: 340625, COGS: 216480, Profit: 124145, Date: `2/1/20`, Month: `February`, Year: `2020` }), + new SalesDataItem({ Country: `India`, Product: `Burlington`, UnitsSold: 3061, ManufacturingPrice: 120, SalePrice: 12, GrossSales: 36732, Discounts: 0, Sales: 36732, COGS: 6483, Profit: 30249, Date: `3/1/20`, Month: `March`, Year: `2020` }), + new SalesDataItem({ Country: `India`, Product: `Burlington`, UnitsSold: 3958, ManufacturingPrice: 120, SalePrice: 350, GrossSales: 1385300, Discounts: 0, Sales: 1385300, COGS: 261560, Profit: 1123740, Date: `6/1/20`, Month: `June`, Year: `2020` }), + new SalesDataItem({ Country: `India`, Product: `Burlington`, UnitsSold: 3920, ManufacturingPrice: 120, SalePrice: 12, GrossSales: 47040, Discounts: 0, Sales: 47040, COGS: 4635, Profit: 42405, Date: `6/1/20`, Month: `June`, Year: `2020` }), + new SalesDataItem({ Country: `USA`, Product: `Burlington`, UnitsSold: 3381, ManufacturingPrice: 120, SalePrice: 125, GrossSales: 422625, Discounts: 0, Sales: 422625, COGS: 338520, Profit: 84105, Date: `8/1/20`, Month: `August`, Year: `2020` }), + new SalesDataItem({ Country: `Japan`, Product: `Mandarin`, UnitsSold: 4307, ManufacturingPrice: 250, SalePrice: 300, GrossSales: 1292100, Discounts: 0, Sales: 1292100, COGS: 500250, Profit: 791850, Date: `2/1/20`, Month: `February`, Year: `2020` }), + new SalesDataItem({ Country: `India`, Product: `Mandarin`, UnitsSold: 878, ManufacturingPrice: 250, SalePrice: 12, GrossSales: 10536, Discounts: 0, Sales: 10536, COGS: 8514, Profit: 2022, Date: `4/1/20`, Month: `April`, Year: `2020` }), + new SalesDataItem({ Country: `UK`, Product: `Mandarin`, UnitsSold: 496, ManufacturingPrice: 250, SalePrice: 15, GrossSales: 7440, Discounts: 0, Sales: 7440, COGS: 21780, Profit: 14340, Date: `6/1/20`, Month: `June`, Year: `2020` }), + new SalesDataItem({ Country: `India`, Product: `Mandarin`, UnitsSold: 3367, ManufacturingPrice: 250, SalePrice: 15, GrossSales: 50505, Discounts: 0, Sales: 50505, COGS: 8880, Profit: 41625, Date: `6/1/20`, Month: `June`, Year: `2020` }), + new SalesDataItem({ Country: `UK`, Product: `Mandarin`, UnitsSold: 2055, ManufacturingPrice: 250, SalePrice: 300, GrossSales: 616500, Discounts: 0, Sales: 616500, COGS: 537750, Profit: 78750, Date: `9/1/20`, Month: `September`, Year: `2020` }), + new SalesDataItem({ Country: `Japan`, Product: `Mandarin`, UnitsSold: 4041, ManufacturingPrice: 250, SalePrice: 20, GrossSales: 80820, Discounts: 0, Sales: 80820, COGS: 18170, Profit: 62650, Date: `12/1/20`, Month: `December`, Year: `2020` }), + new SalesDataItem({ Country: `UK`, Product: `Luxe`, UnitsSold: 3237, ManufacturingPrice: 260, SalePrice: 350, GrossSales: 1132950, Discounts: 0, Sales: 1132950, COGS: 715000, Profit: 417950, Date: `2/1/20`, Month: `February`, Year: `2020` }), + new SalesDataItem({ Country: `USA`, Product: `Luxe`, UnitsSold: 630, ManufacturingPrice: 260, SalePrice: 12, GrossSales: 7560, Discounts: 0, Sales: 7560, COGS: 5859, Profit: 1701, Date: `4/1/20`, Month: `April`, Year: `2020` }), + new SalesDataItem({ Country: `India`, Product: `Luxe`, UnitsSold: 4210, ManufacturingPrice: 260, SalePrice: 125, GrossSales: 526250, Discounts: 0, Sales: 526250, COGS: 506340, Profit: 19910, Date: `4/1/20`, Month: `April`, Year: `2020` }), + new SalesDataItem({ Country: `UK`, Product: `Luxe`, UnitsSold: 1127, ManufacturingPrice: 260, SalePrice: 20, GrossSales: 22540, Discounts: 0, Sales: 22540, COGS: 18990, Profit: 3550, Date: `6/1/20`, Month: `June`, Year: `2020` }), + new SalesDataItem({ Country: `India`, Product: `Luxe`, UnitsSold: 3438, ManufacturingPrice: 260, SalePrice: 7, GrossSales: 24066, Discounts: 0, Sales: 24066, COGS: 8430, Profit: 15636, Date: `7/1/20`, Month: `July`, Year: `2020` }), + new SalesDataItem({ Country: `USA`, Product: `Luxe`, UnitsSold: 2015, ManufacturingPrice: 260, SalePrice: 12, GrossSales: 24180, Discounts: 0, Sales: 24180, COGS: 6423, Profit: 17757, Date: `8/1/20`, Month: `August`, Year: `2020` }), + new SalesDataItem({ Country: `USA`, Product: `Luxe`, UnitsSold: 2534, ManufacturingPrice: 260, SalePrice: 7, GrossSales: 17738, Discounts: 0, Sales: 17738, COGS: 5715, Profit: 12023, Date: `10/1/20`, Month: `October`, Year: `2020` }), + new SalesDataItem({ Country: `USA`, Product: `Luxe`, UnitsSold: 1384, ManufacturingPrice: 260, SalePrice: 15, GrossSales: 20760, Discounts: 0, Sales: 20760, COGS: 6150, Profit: 14610, Date: `12/1/20`, Month: `December`, Year: `2020` }), + new SalesDataItem({ Country: `UK`, Product: `Vermont`, UnitsSold: 3561, ManufacturingPrice: 10, SalePrice: 7, GrossSales: 24927, Discounts: 276.15, Sales: 24650.85, COGS: 19725, Profit: 4925.85, Date: `1/1/20`, Month: `January`, Year: `2020` }), + new SalesDataItem({ Country: `UK`, Product: `Vermont`, UnitsSold: 1823, ManufacturingPrice: 10, SalePrice: 15, GrossSales: 27345, Discounts: 344.4, Sales: 27000.6, COGS: 22960, Profit: 4040.6, Date: `2/1/20`, Month: `February`, Year: `2020` }), + new SalesDataItem({ Country: `UK`, Product: `Vermont`, UnitsSold: 2795, ManufacturingPrice: 10, SalePrice: 7, GrossSales: 19565, Discounts: 72.1, Sales: 19492.9, COGS: 5150, Profit: 14342.9, Date: `5/1/20`, Month: `May`, Year: `2020` }), + new SalesDataItem({ Country: `UK`, Product: `Burlington`, UnitsSold: 457, ManufacturingPrice: 120, SalePrice: 7, GrossSales: 3199, Discounts: 44.73, Sales: 3154.27, COGS: 3195, Profit: 40.73, Date: `11/1/20`, Month: `November`, Year: `2020` }), + new SalesDataItem({ Country: `Japan`, Product: `Mandarin`, UnitsSold: 3785, ManufacturingPrice: 250, SalePrice: 7, GrossSales: 26495, Discounts: 92.82, Sales: 26402.18, COGS: 6630, Profit: 19772.18, Date: `3/1/20`, Month: `March`, Year: `2020` }), + new SalesDataItem({ Country: `USA`, Product: `Kensington`, UnitsSold: 748, ManufacturingPrice: 3, SalePrice: 12, GrossSales: 8976, Discounts: 222.96, Sales: 8753.04, COGS: 5574, Profit: 3179.04, Date: `2/1/20`, Month: `February`, Year: `2020` }), + new SalesDataItem({ Country: `Brazil`, Product: `Kensington`, UnitsSold: 1021, ManufacturingPrice: 3, SalePrice: 350, GrossSales: 357350, Discounts: 4235, Sales: 353115, COGS: 314600, Profit: 38515, Date: `3/1/20`, Month: `March`, Year: `2020` }), + new SalesDataItem({ Country: `USA`, Product: `Kensington`, UnitsSold: 2076, ManufacturingPrice: 3, SalePrice: 7, GrossSales: 14532, Discounts: 177.03, Sales: 14354.97, COGS: 12645, Profit: 1709.97, Date: `7/1/20`, Month: `July`, Year: `2020` }), + new SalesDataItem({ Country: `Japan`, Product: `Kensington`, UnitsSold: 4316, ManufacturingPrice: 3, SalePrice: 12, GrossSales: 51792, Discounts: 173.4, Sales: 51618.6, COGS: 4335, Profit: 47283.6, Date: `9/1/20`, Month: `September`, Year: `2020` }), + new SalesDataItem({ Country: `UK`, Product: `Kensington`, UnitsSold: 4174, ManufacturingPrice: 3, SalePrice: 12, GrossSales: 50088, Discounts: 320.52, Sales: 49767.48, COGS: 8013, Profit: 41754.48, Date: `9/1/20`, Month: `September`, Year: `2020` }), + new SalesDataItem({ Country: `Brazil`, Product: `Kensington`, UnitsSold: 3736, ManufacturingPrice: 3, SalePrice: 350, GrossSales: 1307600, Discounts: 4889.5, Sales: 1302710.5, COGS: 363220, Profit: 939490.5, Date: `10/1/20`, Month: `October`, Year: `2020` }), + new SalesDataItem({ Country: `UK`, Product: `Kensington`, UnitsSold: 1914, ManufacturingPrice: 3, SalePrice: 350, GrossSales: 669900, Discounts: 7542.5, Sales: 662357.5, COGS: 560300, Profit: 102057.5, Date: `12/1/20`, Month: `December`, Year: `2020` }), + new SalesDataItem({ Country: `Brazil`, Product: `Royal Oak`, UnitsSold: 2742, ManufacturingPrice: 5, SalePrice: 15, GrossSales: 41130, Discounts: 332.1, Sales: 40797.9, COGS: 22140, Profit: 18657.9, Date: `3/1/20`, Month: `March`, Year: `2020` }), + new SalesDataItem({ Country: `USA`, Product: `Royal Oak`, UnitsSold: 1499, ManufacturingPrice: 5, SalePrice: 300, GrossSales: 449700, Discounts: 6903, Sales: 442797, COGS: 575250, Profit: 132453, Date: `4/1/20`, Month: `April`, Year: `2020` }), + new SalesDataItem({ Country: `UK`, Product: `Royal Oak`, UnitsSold: 3772, ManufacturingPrice: 5, SalePrice: 20, GrossSales: 75440, Discounts: 275.1, Sales: 75164.9, COGS: 13755, Profit: 61409.9, Date: `7/1/20`, Month: `July`, Year: `2020` }), + new SalesDataItem({ Country: `Japan`, Product: `Royal Oak`, UnitsSold: 1112, ManufacturingPrice: 5, SalePrice: 7, GrossSales: 7784, Discounts: 128.1, Sales: 7655.9, COGS: 9150, Profit: 1494.1, Date: `8/1/20`, Month: `August`, Year: `2020` }), + new SalesDataItem({ Country: `USA`, Product: `Vermont`, UnitsSold: 2368, ManufacturingPrice: 10, SalePrice: 15, GrossSales: 35520, Discounts: 227.1, Sales: 35292.9, COGS: 15140, Profit: 20152.9, Date: `2/1/20`, Month: `February`, Year: `2020` }), + new SalesDataItem({ Country: `USA`, Product: `Vermont`, UnitsSold: 1586, ManufacturingPrice: 10, SalePrice: 7, GrossSales: 11102, Discounts: 314.48, Sales: 10787.52, COGS: 22462.5, Profit: 11674.98, Date: `4/1/20`, Month: `April`, Year: `2020` }), + new SalesDataItem({ Country: `USA`, Product: `Vermont`, UnitsSold: 3386, ManufacturingPrice: 10, SalePrice: 125, GrossSales: 423250, Discounts: 908.75, Sales: 422341.25, COGS: 87240, Profit: 335101.25, Date: `6/1/20`, Month: `June`, Year: `2020` }), + new SalesDataItem({ Country: `UK`, Product: `Vermont`, UnitsSold: 852, ManufacturingPrice: 10, SalePrice: 125, GrossSales: 106500, Discounts: 983.75, Sales: 105516.25, COGS: 94440, Profit: 11076.25, Date: `6/1/20`, Month: `June`, Year: `2020` }), + new SalesDataItem({ Country: `Brazil`, Product: `Vermont`, UnitsSold: 2783, ManufacturingPrice: 10, SalePrice: 125, GrossSales: 347875, Discounts: 2278.75, Sales: 345596.25, COGS: 218760, Profit: 126836.25, Date: `7/1/20`, Month: `July`, Year: `2020` }), + new SalesDataItem({ Country: `India`, Product: `Vermont`, UnitsSold: 2684, ManufacturingPrice: 10, SalePrice: 15, GrossSales: 40260, Discounts: 112.05, Sales: 40147.95, COGS: 7470, Profit: 32677.95, Date: `9/1/20`, Month: `September`, Year: `2020` }), + new SalesDataItem({ Country: `USA`, Product: `Vermont`, UnitsSold: 4083, ManufacturingPrice: 10, SalePrice: 300, GrossSales: 1224900, Discounts: 8715, Sales: 1216185, COGS: 726250, Profit: 489935, Date: `11/1/20`, Month: `November`, Year: `2020` }), + new SalesDataItem({ Country: `UK`, Product: `Vermont`, UnitsSold: 2816, ManufacturingPrice: 10, SalePrice: 350, GrossSales: 985600, Discounts: 7542.5, Sales: 978057.5, COGS: 560300, Profit: 417757.5, Date: `12/1/20`, Month: `December`, Year: `2020` }), + new SalesDataItem({ Country: `UK`, Product: `Burlington`, UnitsSold: 4294, ManufacturingPrice: 120, SalePrice: 20, GrossSales: 85880, Discounts: 772.8, Sales: 85107.2, COGS: 38640, Profit: 46467.2, Date: `4/1/20`, Month: `April`, Year: `2020` }), + new SalesDataItem({ Country: `Brazil`, Product: `Burlington`, UnitsSold: 2856, ManufacturingPrice: 120, SalePrice: 7, GrossSales: 19992, Discounts: 25.34, Sales: 19966.66, COGS: 1810, Profit: 18156.66, Date: `5/1/20`, Month: `May`, Year: `2020` }), + new SalesDataItem({ Country: `Japan`, Product: `Burlington`, UnitsSold: 1407, ManufacturingPrice: 120, SalePrice: 125, GrossSales: 175875, Discounts: 1153.75, Sales: 174721.25, COGS: 110760, Profit: 63961.25, Date: `8/1/20`, Month: `August`, Year: `2020` }), + new SalesDataItem({ Country: `India`, Product: `Mandarin`, UnitsSold: 1265, ManufacturingPrice: 250, SalePrice: 7, GrossSales: 8855, Discounts: 18.41, Sales: 8836.59, COGS: 1315, Profit: 7521.59, Date: `3/1/20`, Month: `March`, Year: `2020` }), + new SalesDataItem({ Country: `Japan`, Product: `Mandarin`, UnitsSold: 3892, ManufacturingPrice: 250, SalePrice: 350, GrossSales: 1362200, Discounts: 3302.25, Sales: 1358897.75, COGS: 245310, Profit: 1113587.75, Date: `4/1/20`, Month: `April`, Year: `2020` }), + new SalesDataItem({ Country: `USA`, Product: `Mandarin`, UnitsSold: 3068, ManufacturingPrice: 250, SalePrice: 125, GrossSales: 383500, Discounts: 908.75, Sales: 382591.25, COGS: 87240, Profit: 295351.25, Date: `6/1/20`, Month: `June`, Year: `2020` }), + new SalesDataItem({ Country: `UK`, Product: `Mandarin`, UnitsSold: 2181, ManufacturingPrice: 250, SalePrice: 125, GrossSales: 272625, Discounts: 983.75, Sales: 271641.25, COGS: 94440, Profit: 177201.25, Date: `6/1/20`, Month: `June`, Year: `2020` }), + new SalesDataItem({ Country: `India`, Product: `Mandarin`, UnitsSold: 1356, ManufacturingPrice: 250, SalePrice: 300, GrossSales: 406800, Discounts: 2958, Sales: 403842, COGS: 246500, Profit: 177201.25, Date: `6/1/20`, Month: `June`, Year: `2020` }), + new SalesDataItem({ Country: `Brazil`, Product: `Mandarin`, UnitsSold: 1814, ManufacturingPrice: 250, SalePrice: 350, GrossSales: 634900, Discounts: 4889.5, Sales: 630010.5, COGS: 363220, Profit: 266790.5, Date: `10/1/20`, Month: `October`, Year: `2020` }), + new SalesDataItem({ Country: `UK`, Product: `Mandarin`, UnitsSold: 1495, ManufacturingPrice: 250, SalePrice: 125, GrossSales: 186875, Discounts: 2180, Sales: 184695, COGS: 209280, Profit: 24585, Date: `11/1/20`, Month: `November`, Year: `2020` }), + new SalesDataItem({ Country: `Japan`, Product: `Kensington`, UnitsSold: 1463, ManufacturingPrice: 3, SalePrice: 125, GrossSales: 182875, Discounts: 1856.25, Sales: 181018.75, COGS: 89100, Profit: 91918.75, Date: `4/1/20`, Month: `April`, Year: `2020` }), + new SalesDataItem({ Country: `Japan`, Product: `Kensington`, UnitsSold: 215, ManufacturingPrice: 3, SalePrice: 12, GrossSales: 2580, Discounts: 310.8, Sales: 2269.2, COGS: 3885, Profit: 1615.8, Date: `10/1/20`, Month: `October`, Year: `2020` }), + new SalesDataItem({ Country: `Japan`, Product: `Kensington`, UnitsSold: 566, ManufacturingPrice: 3, SalePrice: 350, GrossSales: 198100, Discounts: 19964, Sales: 178136, COGS: 741520, Profit: 563384, Date: `12/1/20`, Month: `December`, Year: `2020` }), + new SalesDataItem({ Country: `USA`, Product: `Royal Oak`, UnitsSold: 3255, ManufacturingPrice: 5, SalePrice: 12, GrossSales: 39060, Discounts: 274.08, Sales: 38785.92, COGS: 3426, Profit: 35359.92, Date: `6/1/20`, Month: `June`, Year: `2020` }), + new SalesDataItem({ Country: `USA`, Product: `Royal Oak`, UnitsSold: 772, ManufacturingPrice: 5, SalePrice: 20, GrossSales: 15440, Discounts: 626.4, Sales: 14813.6, COGS: 15660, Profit: 846.4, Date: `10/1/20`, Month: `October`, Year: `2020` }), + new SalesDataItem({ Country: `Brazil`, Product: `Royal Oak`, UnitsSold: 1135, ManufacturingPrice: 5, SalePrice: 12, GrossSales: 13620, Discounts: 165.6, Sales: 13454.4, COGS: 2070, Profit: 11384.4, Date: `11/1/20`, Month: `November`, Year: `2020` }), + new SalesDataItem({ Country: `Japan`, Product: `Vermont`, UnitsSold: 1193, ManufacturingPrice: 10, SalePrice: 15, GrossSales: 17895, Discounts: 708.9, Sales: 17186.1, COGS: 23630, Profit: 6443.9, Date: `2/1/20`, Month: `February`, Year: `2020` }), + new SalesDataItem({ Country: `UK`, Product: `Vermont`, UnitsSold: 2530, ManufacturingPrice: 10, SalePrice: 300, GrossSales: 759000, Discounts: 5508, Sales: 753492, COGS: 229500, Profit: 523992, Date: `5/1/20`, Month: `May`, Year: `2020` }), + new SalesDataItem({ Country: `India`, Product: `Vermont`, UnitsSold: 3451, ManufacturingPrice: 10, SalePrice: 300, GrossSales: 1035300, Discounts: 10368, Sales: 1024932, COGS: 432000, Profit: 592932, Date: `5/1/20`, Month: `May`, Year: `2020` }), + new SalesDataItem({ Country: `USA`, Product: `Vermont`, UnitsSold: 3059, ManufacturingPrice: 10, SalePrice: 12, GrossSales: 36708, Discounts: 274.08, Sales: 36433.92, COGS: 3426, Profit: 33007.92, Date: `6/1/20`, Month: `June`, Year: `2020` }), + new SalesDataItem({ Country: `Brazil`, Product: `Vermont`, UnitsSold: 3957, ManufacturingPrice: 10, SalePrice: 125, GrossSales: 494625, Discounts: 1655, Sales: 492970, COGS: 79440, Profit: 413530, Date: `6/1/20`, Month: `June`, Year: `2020` }), + new SalesDataItem({ Country: `Japan`, Product: `Vermont`, UnitsSold: 3444, ManufacturingPrice: 10, SalePrice: 12, GrossSales: 41328, Discounts: 310.8, Sales: 41017.2, COGS: 3885, Profit: 37132.2, Date: `10/1/20`, Month: `October`, Year: `2020` }), + new SalesDataItem({ Country: `Japan`, Product: `Vermont`, UnitsSold: 3154, ManufacturingPrice: 10, SalePrice: 300, GrossSales: 946200, Discounts: 11496, Sales: 934704, COGS: 479000, Profit: 455704, Date: `12/1/20`, Month: `December`, Year: `2020` }), + new SalesDataItem({ Country: `Japan`, Product: `Vermont`, UnitsSold: 4108, ManufacturingPrice: 10, SalePrice: 350, GrossSales: 1437800, Discounts: 19964, Sales: 1417836, COGS: 741520, Profit: 676316, Date: `12/1/20`, Month: `December`, Year: `2020` }), + new SalesDataItem({ Country: `Japan`, Product: `Vermont`, UnitsSold: 3760, ManufacturingPrice: 10, SalePrice: 125, GrossSales: 470000, Discounts: 6822.5, Sales: 463177.5, COGS: 327480, Profit: 135697.5, Date: `12/1/20`, Month: `December`, Year: `2020` }), + new SalesDataItem({ Country: `UK`, Product: `Vermont`, UnitsSold: 2334, ManufacturingPrice: 10, SalePrice: 12, GrossSales: 28008, Discounts: 253.2, Sales: 27754.8, COGS: 3165, Profit: 24589.8, Date: `12/1/20`, Month: `December`, Year: `2020` }), + new SalesDataItem({ Country: `Brazil`, Product: `Vermont`, UnitsSold: 580, ManufacturingPrice: 10, SalePrice: 12, GrossSales: 6960, Discounts: 260.16, Sales: 6699.84, COGS: 3252, Profit: 3447.84, Date: `12/1/20`, Month: `December`, Year: `2020` }), + new SalesDataItem({ Country: `USA`, Product: `Burlington`, UnitsSold: 2610, ManufacturingPrice: 120, SalePrice: 20, GrossSales: 52200, Discounts: 626.4, Sales: 51573.6, COGS: 15660, Profit: 35913.6, Date: `10/1/20`, Month: `October`, Year: `2020` }), + new SalesDataItem({ Country: `India`, Product: `Burlington`, UnitsSold: 1459, ManufacturingPrice: 120, SalePrice: 350, GrossSales: 510650, Discounts: 20139, Sales: 490511, COGS: 748020, Profit: 257509, Date: `10/1/20`, Month: `October`, Year: `2020` }), + new SalesDataItem({ Country: `UK`, Product: `Burlington`, UnitsSold: 3774, ManufacturingPrice: 120, SalePrice: 12, GrossSales: 45288, Discounts: 253.2, Sales: 45034.8, COGS: 3165, Profit: 41869.8, Date: `12/1/20`, Month: `December`, Year: `2020` }), + new SalesDataItem({ Country: `Brazil`, Product: `Burlington`, UnitsSold: 2572, ManufacturingPrice: 120, SalePrice: 12, GrossSales: 30864, Discounts: 260.16, Sales: 30603.84, COGS: 3252, Profit: 27351.84, Date: `12/1/20`, Month: `December`, Year: `2020` }), + new SalesDataItem({ Country: `Brazil`, Product: `Mandarin`, UnitsSold: 320, ManufacturingPrice: 250, SalePrice: 125, GrossSales: 40000, Discounts: 1655, Sales: 38345, COGS: 79440, Profit: 41095, Date: `6/1/20`, Month: `June`, Year: `2020` }), + new SalesDataItem({ Country: `India`, Product: `Mandarin`, UnitsSold: 3275, ManufacturingPrice: 250, SalePrice: 350, GrossSales: 1146250, Discounts: 20139, Sales: 1126111, COGS: 748020, Profit: 378091, Date: `10/1/20`, Month: `October`, Year: `2020` }), + new SalesDataItem({ Country: `Japan`, Product: `Mandarin`, UnitsSold: 3582, ManufacturingPrice: 250, SalePrice: 125, GrossSales: 447750, Discounts: 6822.5, Sales: 440927.5, COGS: 327480, Profit: 113447.5, Date: `12/1/20`, Month: `December`, Year: `2020` }), + new SalesDataItem({ Country: `India`, Product: `Luxe`, UnitsSold: 4056, ManufacturingPrice: 260, SalePrice: 300, GrossSales: 1216800, Discounts: 1554, Sales: 1215246, COGS: 64750, Profit: 1150496, Date: `3/1/20`, Month: `March`, Year: `2020` }), + new SalesDataItem({ Country: `Brazil`, Product: `Luxe`, UnitsSold: 2144, ManufacturingPrice: 260, SalePrice: 300, GrossSales: 643200, Discounts: 6606, Sales: 636594, COGS: 275250, Profit: 361344, Date: `3/1/20`, Month: `March`, Year: `2020` }), + new SalesDataItem({ Country: `India`, Product: `Luxe`, UnitsSold: 3502, ManufacturingPrice: 260, SalePrice: 125, GrossSales: 437750, Discounts: 5690, Sales: 432060, COGS: 273120, Profit: 158940, Date: `5/1/20`, Month: `May`, Year: `2020` }), + new SalesDataItem({ Country: `USA`, Product: `Luxe`, UnitsSold: 679, ManufacturingPrice: 260, SalePrice: 20, GrossSales: 13580, Discounts: 494.4, Sales: 13085.6, COGS: 12360, Profit: 725.6, Date: `11/1/20`, Month: `November`, Year: `2020` }), + new SalesDataItem({ Country: `UK`, Product: `Luxe`, UnitsSold: 2351, ManufacturingPrice: 260, SalePrice: 20, GrossSales: 47020, Discounts: 376.4, Sales: 46643.6, COGS: 9410, Profit: 37233.6, Date: `11/1/20`, Month: `November`, Year: `2020` }), + new SalesDataItem({ Country: `Japan`, Product: `Luxe`, UnitsSold: 2043, ManufacturingPrice: 260, SalePrice: 300, GrossSales: 612900, Discounts: 11496, Sales: 601404, COGS: 479000, Profit: 122404, Date: `12/1/20`, Month: `December`, Year: `2020` }), + new SalesDataItem({ Country: `UK`, Product: `Kensington`, UnitsSold: 3565, ManufacturingPrice: 3, SalePrice: 125, GrossSales: 445625, Discounts: 15913.13, Sales: 429711.88, COGS: 509220, Profit: 79508.13, Date: `4/1/20`, Month: `April`, Year: `2020` }), + new SalesDataItem({ Country: `India`, Product: `Kensington`, UnitsSold: 1401, ManufacturingPrice: 3, SalePrice: 20, GrossSales: 28020, Discounts: 1548, Sales: 26472, COGS: 25800, Profit: 672, Date: `4/1/20`, Month: `April`, Year: `2020` }), + new SalesDataItem({ Country: `India`, Product: `Kensington`, UnitsSold: 2077, ManufacturingPrice: 3, SalePrice: 300, GrossSales: 623100, Discounts: 6201, Sales: 616899, COGS: 172250, Profit: 444649, Date: `6/1/20`, Month: `June`, Year: `2020` }), + new SalesDataItem({ Country: `USA`, Product: `Kensington`, UnitsSold: 3643, ManufacturingPrice: 3, SalePrice: 12, GrossSales: 43716, Discounts: 700.92, Sales: 43015.08, COGS: 5841, Profit: 37174.08, Date: `9/1/20`, Month: `September`, Year: `2020` }), + new SalesDataItem({ Country: `India`, Product: `Royal Oak`, UnitsSold: 2960, ManufacturingPrice: 5, SalePrice: 7, GrossSales: 20720, Discounts: 411.18, Sales: 20308.82, COGS: 9790, Profit: 10518.82, Date: `2/1/20`, Month: `February`, Year: `2020` }), + new SalesDataItem({ Country: `UK`, Product: `Royal Oak`, UnitsSold: 1201, ManufacturingPrice: 5, SalePrice: 12, GrossSales: 14412, Discounts: 684.36, Sales: 13727.64, COGS: 5703, Profit: 8024.64, Date: `6/1/20`, Month: `June`, Year: `2020` }), + new SalesDataItem({ Country: `UK`, Product: `Royal Oak`, UnitsSold: 2321, ManufacturingPrice: 5, SalePrice: 7, GrossSales: 16247, Discounts: 114.24, Sales: 16132.76, COGS: 2720, Profit: 13412.76, Date: `9/1/20`, Month: `September`, Year: `2020` }), + new SalesDataItem({ Country: `UK`, Product: `Royal Oak`, UnitsSold: 3972, ManufacturingPrice: 5, SalePrice: 125, GrossSales: 496500, Discounts: 4826.25, Sales: 491673.75, COGS: 154440, Profit: 337233.75, Date: `12/1/20`, Month: `December`, Year: `2020` }), + new SalesDataItem({ Country: `India`, Product: `Royal Oak`, UnitsSold: 3878, ManufacturingPrice: 5, SalePrice: 125, GrossSales: 484750, Discounts: 6397.5, Sales: 478352.5, COGS: 204720, Profit: 273632.5, Date: `12/1/20`, Month: `December`, Year: `2020` }), + new SalesDataItem({ Country: `UK`, Product: `Vermont`, UnitsSold: 2278, ManufacturingPrice: 10, SalePrice: 300, GrossSales: 683400, Discounts: 21910.5, Sales: 661489.5, COGS: 608625, Profit: 52864.5, Date: `1/1/20`, Month: `January`, Year: `2020` }), + new SalesDataItem({ Country: `Japan`, Product: `Vermont`, UnitsSold: 1075, ManufacturingPrice: 10, SalePrice: 125, GrossSales: 134375, Discounts: 6652.5, Sales: 127722.5, COGS: 212880, Profit: 85157.5, Date: `3/1/20`, Month: `March`, Year: `2020` }), + new SalesDataItem({ Country: `UK`, Product: `Vermont`, UnitsSold: 4050, ManufacturingPrice: 10, SalePrice: 12, GrossSales: 48600, Discounts: 684.36, Sales: 47915.64, COGS: 5703, Profit: 42212.64, Date: `6/1/20`, Month: `June`, Year: `2020` }), + new SalesDataItem({ Country: `India`, Product: `Vermont`, UnitsSold: 3035, ManufacturingPrice: 10, SalePrice: 300, GrossSales: 910500, Discounts: 6201, Sales: 904299, COGS: 172250, Profit: 732049, Date: `6/1/20`, Month: `June`, Year: `2020` }), + new SalesDataItem({ Country: `India`, Product: `Vermont`, UnitsSold: 3636, ManufacturingPrice: 10, SalePrice: 125, GrossSales: 454500, Discounts: 5887.5, Sales: 448612.5, COGS: 188400, Profit: 260212.5, Date: `6/1/20`, Month: `June`, Year: `2020` }), + new SalesDataItem({ Country: `USA`, Product: `Vermont`, UnitsSold: 1379, ManufacturingPrice: 10, SalePrice: 12, GrossSales: 16548, Discounts: 493.02, Sales: 16054.98, COGS: 4108.5, Profit: 11946.48, Date: `7/1/20`, Month: `July`, Year: `2020` }), + new SalesDataItem({ Country: `Japan`, Product: `Vermont`, UnitsSold: 4492, ManufacturingPrice: 10, SalePrice: 125, GrossSales: 561500, Discounts: 7533.75, Sales: 553966.25, COGS: 241080, Profit: 312886.25, Date: `10/1/20`, Month: `October`, Year: `2020` }), + new SalesDataItem({ Country: `UK`, Product: `Vermont`, UnitsSold: 1744, ManufacturingPrice: 10, SalePrice: 125, GrossSales: 218000, Discounts: 4826.25, Sales: 213173.75, COGS: 154440, Profit: 58733.75, Date: `12/1/20`, Month: `December`, Year: `2020` }), + new SalesDataItem({ Country: `India`, Product: `Vermont`, UnitsSold: 2341, ManufacturingPrice: 10, SalePrice: 125, GrossSales: 292625, Discounts: 6397.5, Sales: 286227.5, COGS: 204720, Profit: 81507.5, Date: `12/1/20`, Month: `December`, Year: `2020` }), + new SalesDataItem({ Country: `Japan`, Product: `Burlington`, UnitsSold: 3835, ManufacturingPrice: 120, SalePrice: 125, GrossSales: 479375, Discounts: 7533.75, Sales: 471841.25, COGS: 241080, Profit: 230761.25, Date: `10/1/20`, Month: `October`, Year: `2020` }), + new SalesDataItem({ Country: `USA`, Product: `Mandarin`, UnitsSold: 1161, ManufacturingPrice: 250, SalePrice: 300, GrossSales: 348300, Discounts: 25596, Sales: 322704, COGS: 711000, Profit: 388296, Date: `2/1/20`, Month: `February`, Year: `2020` }), + new SalesDataItem({ Country: `Brazil`, Product: `Mandarin`, UnitsSold: 876, ManufacturingPrice: 250, SalePrice: 12, GrossSales: 10512, Discounts: 689.76, Sales: 9822.24, COGS: 5748, Profit: 4074.24, Date: `4/1/20`, Month: `April`, Year: `2020` }), + new SalesDataItem({ Country: `India`, Product: `Mandarin`, UnitsSold: 1705, ManufacturingPrice: 250, SalePrice: 125, GrossSales: 213125, Discounts: 5887.5, Sales: 207237.5, COGS: 188400, Profit: 18837.5, Date: `6/1/20`, Month: `June`, Year: `2020` }), + new SalesDataItem({ Country: `Japan`, Product: `Mandarin`, UnitsSold: 1805, ManufacturingPrice: 250, SalePrice: 300, GrossSales: 541500, Discounts: 16866, Sales: 524634, COGS: 468500, Profit: 56134, Date: `8/1/20`, Month: `August`, Year: `2020` }), + new SalesDataItem({ Country: `Brazil`, Product: `Mandarin`, UnitsSold: 389, ManufacturingPrice: 250, SalePrice: 350, GrossSales: 136150, Discounts: 17241, Sales: 118909, COGS: 426920, Profit: 308011, Date: `8/1/20`, Month: `August`, Year: `2020` }), + new SalesDataItem({ Country: `Japan`, Product: `Kensington`, UnitsSold: 1459, ManufacturingPrice: 3, SalePrice: 20, GrossSales: 29180, Discounts: 498.6, Sales: 28681.4, COGS: 8310, Profit: 20371.4, Date: `5/1/20`, Month: `May`, Year: `2020` }), + new SalesDataItem({ Country: `Japan`, Product: `Burlington`, UnitsSold: 4236, ManufacturingPrice: 120, SalePrice: 20, GrossSales: 84720, Discounts: 2310.3, Sales: 82409.7, COGS: 38505, Profit: 43904.7, Date: `4/1/20`, Month: `April`, Year: `2020` }), + new SalesDataItem({ Country: `India`, Product: `Mandarin`, UnitsSold: 3627, ManufacturingPrice: 250, SalePrice: 12, GrossSales: 43524, Discounts: 892.44, Sales: 42631.56, COGS: 7437, Profit: 35194.56, Date: `1/1/20`, Month: `January`, Year: `2020` }), + new SalesDataItem({ Country: `Brazil`, Product: `Royal Oak`, UnitsSold: 1756, ManufacturingPrice: 5, SalePrice: 15, GrossSales: 26340, Discounts: 1218.6, Sales: 25121.4, COGS: 20310, Profit: 4811.4, Date: `10/1/20`, Month: `October`, Year: `2020` }), + new SalesDataItem({ Country: `Brazil`, Product: `Vermont`, UnitsSold: 307, ManufacturingPrice: 10, SalePrice: 15, GrossSales: 4605, Discounts: 1218.6, Sales: 3386.4, COGS: 20310, Profit: 16923.6, Date: `10/1/20`, Month: `October`, Year: `2020` }), + new SalesDataItem({ Country: `India`, Product: `Kensington`, UnitsSold: 1222, ManufacturingPrice: 3, SalePrice: 300, GrossSales: 366600, Discounts: 24252, Sales: 342348, COGS: 505250, Profit: 162902, Date: `10/1/20`, Month: `October`, Year: `2020` }), + new SalesDataItem({ Country: `USA`, Product: `Kensington`, UnitsSold: 489, ManufacturingPrice: 3, SalePrice: 350, GrossSales: 171150, Discounts: 3836, Sales: 167314, COGS: 71240, Profit: 96074, Date: `12/1/20`, Month: `December`, Year: `2020` }), + new SalesDataItem({ Country: `Japan`, Product: `Royal Oak`, UnitsSold: 4133, ManufacturingPrice: 5, SalePrice: 15, GrossSales: 61995, Discounts: 1180.2, Sales: 60814.8, COGS: 19670, Profit: 41144.8, Date: `3/1/20`, Month: `March`, Year: `2020` }), + new SalesDataItem({ Country: `India`, Product: `Royal Oak`, UnitsSold: 2743, ManufacturingPrice: 5, SalePrice: 300, GrossSales: 822900, Discounts: 22308, Sales: 800592, COGS: 464750, Profit: 335842, Date: `8/1/20`, Month: `August`, Year: `2020` }), + new SalesDataItem({ Country: `India`, Product: `Royal Oak`, UnitsSold: 4460, ManufacturingPrice: 5, SalePrice: 300, GrossSales: 1338000, Discounts: 24252, Sales: 1313748, COGS: 505250, Profit: 808498, Date: `10/1/20`, Month: `October`, Year: `2020` }), + new SalesDataItem({ Country: `Brazil`, Product: `Royal Oak`, UnitsSold: 1232, ManufacturingPrice: 5, SalePrice: 125, GrossSales: 154000, Discounts: 5690, Sales: 148310, COGS: 136560, Profit: 11750, Date: `12/1/20`, Month: `December`, Year: `2020` }), + new SalesDataItem({ Country: `Japan`, Product: `Vermont`, UnitsSold: 2586, ManufacturingPrice: 10, SalePrice: 7, GrossSales: 18102, Discounts: 1190.28, Sales: 16911.72, COGS: 21255, Profit: 4343.28, Date: `1/1/20`, Month: `January`, Year: `2020` }), + new SalesDataItem({ Country: `India`, Product: `Vermont`, UnitsSold: 1332, ManufacturingPrice: 10, SalePrice: 125, GrossSales: 166500, Discounts: 3975, Sales: 162525, COGS: 95400, Profit: 67125, Date: `3/1/20`, Month: `March`, Year: `2020` }), + new SalesDataItem({ Country: `India`, Product: `Vermont`, UnitsSold: 4487, ManufacturingPrice: 10, SalePrice: 300, GrossSales: 1346100, Discounts: 16974, Sales: 1329126, COGS: 353625, Profit: 975501, Date: `4/1/20`, Month: `April`, Year: `2020` }), + new SalesDataItem({ Country: `USA`, Product: `Vermont`, UnitsSold: 3862, ManufacturingPrice: 10, SalePrice: 300, GrossSales: 1158600, Discounts: 35016, Sales: 1123584, COGS: 729500, Profit: 394084, Date: `5/1/20`, Month: `May`, Year: `2020` }), + new SalesDataItem({ Country: `USA`, Product: `Vermont`, UnitsSold: 1765, ManufacturingPrice: 10, SalePrice: 350, GrossSales: 617750, Discounts: 48300, Sales: 569450, COGS: 897000, Profit: 327550, Date: `7/1/20`, Month: `July`, Year: `2020` }), + new SalesDataItem({ Country: `UK`, Product: `Vermont`, UnitsSold: 3533, ManufacturingPrice: 10, SalePrice: 125, GrossSales: 441625, Discounts: 14940, Sales: 426685, COGS: 358560, Profit: 68125, Date: `7/1/20`, Month: `July`, Year: `2020` }), + new SalesDataItem({ Country: `Japan`, Product: `Vermont`, UnitsSold: 2016, ManufacturingPrice: 10, SalePrice: 15, GrossSales: 30240, Discounts: 130.8, Sales: 30109.2, COGS: 2180, Profit: 27929.2, Date: `9/1/20`, Month: `September`, Year: `2020` }), + new SalesDataItem({ Country: `Japan`, Product: `Vermont`, UnitsSold: 2938, ManufacturingPrice: 10, SalePrice: 20, GrossSales: 58760, Discounts: 1659.2, Sales: 57100.8, COGS: 20740, Profit: 36360.8, Date: `9/1/20`, Month: `September`, Year: `2020` }), + new SalesDataItem({ Country: `USA`, Product: `Vermont`, UnitsSold: 3352, ManufacturingPrice: 10, SalePrice: 20, GrossSales: 67040, Discounts: 844.8, Sales: 66195.2, COGS: 10560, Profit: 55635.2, Date: `9/1/20`, Month: `September`, Year: `2020` }), + new SalesDataItem({ Country: `USA`, Product: `Vermont`, UnitsSold: 2430, ManufacturingPrice: 10, SalePrice: 350, GrossSales: 850500, Discounts: 3836, Sales: 846664, COGS: 71240, Profit: 775424, Date: `12/1/20`, Month: `December`, Year: `2020` }), + new SalesDataItem({ Country: `Brazil`, Product: `Vermont`, UnitsSold: 535, ManufacturingPrice: 10, SalePrice: 125, GrossSales: 66875, Discounts: 5690, Sales: 61185, COGS: 136560, Profit: 75375, Date: `12/1/20`, Month: `December`, Year: `2020` }), + new SalesDataItem({ Country: `USA`, Product: `Burlington`, UnitsSold: 1523, ManufacturingPrice: 120, SalePrice: 12, GrossSales: 18276, Discounts: 703.2, Sales: 17572.8, COGS: 4395, Profit: 13177.8, Date: `3/1/20`, Month: `March`, Year: `2020` }), + new SalesDataItem({ Country: `UK`, Product: `Burlington`, UnitsSold: 1782, ManufacturingPrice: 120, SalePrice: 350, GrossSales: 623700, Discounts: 30478, Sales: 593222, COGS: 566020, Profit: 27202, Date: `10/1/20`, Month: `October`, Year: `2020` }), + new SalesDataItem({ Country: `UK`, Product: `Mandarin`, UnitsSold: 347, ManufacturingPrice: 250, SalePrice: 12, GrossSales: 4164, Discounts: 415.68, Sales: 3748.32, COGS: 2598, Profit: 1150.32, Date: `5/1/20`, Month: `May`, Year: `2020` }), + new SalesDataItem({ Country: `UK`, Product: `Mandarin`, UnitsSold: 3509, ManufacturingPrice: 250, SalePrice: 350, GrossSales: 1228150, Discounts: 30478, Sales: 1197672, COGS: 566020, Profit: 631652, Date: `10/1/20`, Month: `October`, Year: `2020` }), + new SalesDataItem({ Country: `Brazil`, Product: `Luxe`, UnitsSold: 2943, ManufacturingPrice: 260, SalePrice: 350, GrossSales: 1030050, Discounts: 26110, Sales: 1003940, COGS: 484900, Profit: 519040, Date: `2/1/20`, Month: `February`, Year: `2020` }), + new SalesDataItem({ Country: `Brazil`, Product: `Luxe`, UnitsSold: 4037, ManufacturingPrice: 260, SalePrice: 125, GrossSales: 504625, Discounts: 5370, Sales: 499255, COGS: 128880, Profit: 370375, Date: `4/1/20`, Month: `April`, Year: `2020` }), + new SalesDataItem({ Country: `India`, Product: `Luxe`, UnitsSold: 4146, ManufacturingPrice: 260, SalePrice: 350, GrossSales: 1451100, Discounts: 26698, Sales: 1424402, COGS: 495820, Profit: 928582, Date: `9/1/20`, Month: `September`, Year: `2020` }), + new SalesDataItem({ Country: `India`, Product: `Vermont`, UnitsSold: 725, ManufacturingPrice: 10, SalePrice: 7, GrossSales: 5075, Discounts: 480.2, Sales: 4594.8, COGS: 6860, Profit: 2265.2, Date: `1/1/20`, Month: `January`, Year: `2020` }), + new SalesDataItem({ Country: `Brazil`, Product: `Vermont`, UnitsSold: 2325, ManufacturingPrice: 10, SalePrice: 7, GrossSales: 16275, Discounts: 941.15, Sales: 15333.85, COGS: 13445, Profit: 1888.85, Date: `10/1/20`, Month: `October`, Year: `2020` }), + new SalesDataItem({ Country: `Japan`, Product: `Vermont`, UnitsSold: 675, ManufacturingPrice: 10, SalePrice: 12, GrossSales: 8100, Discounts: 1458.6, Sales: 6641.4, COGS: 7293, Profit: 651.6, Date: `12/1/20`, Month: `December`, Year: `2020` }), + new SalesDataItem({ Country: `Japan`, Product: `Burlington`, UnitsSold: 2990, ManufacturingPrice: 120, SalePrice: 12, GrossSales: 35880, Discounts: 1458.6, Sales: 34421.4, COGS: 7293, Profit: 27128.4, Date: `12/1/20`, Month: `December`, Year: `2020` }), + new SalesDataItem({ Country: `Brazil`, Product: `Mandarin`, UnitsSold: 1072, ManufacturingPrice: 250, SalePrice: 7, GrossSales: 7504, Discounts: 941.15, Sales: 6562.85, COGS: 13445, Profit: 6882.15, Date: `10/1/20`, Month: `October`, Year: `2020` }), + new SalesDataItem({ Country: `Brazil`, Product: `Luxe`, UnitsSold: 1048, ManufacturingPrice: 260, SalePrice: 7, GrossSales: 7336, Discounts: 589.05, Sales: 6746.95, COGS: 8415, Profit: 1668.05, Date: `7/1/20`, Month: `July`, Year: `2020` }), + new SalesDataItem({ Country: `Brazil`, Product: `Luxe`, UnitsSold: 469, ManufacturingPrice: 260, SalePrice: 12, GrossSales: 5628, Discounts: 673.8, Sales: 4954.2, COGS: 3369, Profit: 1585.2, Date: `8/1/20`, Month: `August`, Year: `2020` }), + new SalesDataItem({ Country: `UK`, Product: `Kensington`, UnitsSold: 4240, ManufacturingPrice: 3, SalePrice: 12, GrossSales: 50880, Discounts: 1119, Sales: 49761, COGS: 5595, Profit: 44166, Date: `2/1/20`, Month: `February`, Year: `2020` }), + new SalesDataItem({ Country: `India`, Product: `Kensington`, UnitsSold: 1976, ManufacturingPrice: 3, SalePrice: 12, GrossSales: 23712, Discounts: 669.6, Sales: 23042.4, COGS: 3348, Profit: 19694.4, Date: `2/1/20`, Month: `February`, Year: `2020` }), + new SalesDataItem({ Country: `UK`, Product: `Kensington`, UnitsSold: 1984, ManufacturingPrice: 3, SalePrice: 20, GrossSales: 39680, Discounts: 1563, Sales: 38117, COGS: 15630, Profit: 22487, Date: `5/1/20`, Month: `May`, Year: `2020` }), + new SalesDataItem({ Country: `USA`, Product: `Kensington`, UnitsSold: 480, ManufacturingPrice: 3, SalePrice: 300, GrossSales: 144000, Discounts: 14865, Sales: 129135, COGS: 247750, Profit: 118615, Date: `6/1/20`, Month: `June`, Year: `2020` }), + new SalesDataItem({ Country: `Brazil`, Product: `Kensington`, UnitsSold: 1205, ManufacturingPrice: 3, SalePrice: 15, GrossSales: 18075, Discounts: 2093.25, Sales: 15981.75, COGS: 27910, Profit: 11928.25, Date: `11/1/20`, Month: `November`, Year: `2020` }), + new SalesDataItem({ Country: `USA`, Product: `Kensington`, UnitsSold: 2480, ManufacturingPrice: 3, SalePrice: 7, GrossSales: 17360, Discounts: 199.5, Sales: 17160.5, COGS: 2850, Profit: 14310.5, Date: `12/1/20`, Month: `December`, Year: `2020` }), + new SalesDataItem({ Country: `UK`, Product: `Kensington`, UnitsSold: 2926, ManufacturingPrice: 3, SalePrice: 7, GrossSales: 20482, Discounts: 870.45, Sales: 19611.55, COGS: 12435, Profit: 7176.55, Date: `12/1/20`, Month: `December`, Year: `2020` }), + new SalesDataItem({ Country: `UK`, Product: `Royal Oak`, UnitsSold: 3210, ManufacturingPrice: 5, SalePrice: 350, GrossSales: 1123500, Discounts: 24228.75, Sales: 1099271.25, COGS: 359970, Profit: 739301.25, Date: `1/1/20`, Month: `January`, Year: `2020` }), + new SalesDataItem({ Country: `USA`, Product: `Royal Oak`, UnitsSold: 3221, ManufacturingPrice: 5, SalePrice: 125, GrossSales: 402625, Discounts: 22668.75, Sales: 379956.25, COGS: 435240, Profit: 55283.75, Date: `7/1/20`, Month: `July`, Year: `2020` }), + new SalesDataItem({ Country: `India`, Product: `Royal Oak`, UnitsSold: 1127, ManufacturingPrice: 5, SalePrice: 12, GrossSales: 13524, Discounts: 1405.2, Sales: 12118.8, COGS: 7026, Profit: 5092.8, Date: `11/1/20`, Month: `November`, Year: `2020` }), + new SalesDataItem({ Country: `UK`, Product: `Vermont`, UnitsSold: 1610, ManufacturingPrice: 10, SalePrice: 20, GrossSales: 32200, Discounts: 1303, Sales: 30897, COGS: 13030, Profit: 17867, Date: `2/1/20`, Month: `February`, Year: `2020` }), + new SalesDataItem({ Country: `USA`, Product: `Vermont`, UnitsSold: 4100, ManufacturingPrice: 10, SalePrice: 125, GrossSales: 512500, Discounts: 18700, Sales: 493800, COGS: 359040, Profit: 134760, Date: `3/1/20`, Month: `March`, Year: `2020` }), + new SalesDataItem({ Country: `UK`, Product: `Vermont`, UnitsSold: 1012, ManufacturingPrice: 10, SalePrice: 125, GrossSales: 126500, Discounts: 14906.25, Sales: 111593.75, COGS: 286200, Profit: 174606.25, Date: `3/1/20`, Month: `March`, Year: `2020` }), + new SalesDataItem({ Country: `Brazil`, Product: `Vermont`, UnitsSold: 3337, ManufacturingPrice: 10, SalePrice: 300, GrossSales: 1001100, Discounts: 24105, Sales: 976995, COGS: 401750, Profit: 575245, Date: `4/1/20`, Month: `April`, Year: `2020` }), + new SalesDataItem({ Country: `USA`, Product: `Vermont`, UnitsSold: 3955, ManufacturingPrice: 10, SalePrice: 7, GrossSales: 27685, Discounts: 814.45, Sales: 26870.55, COGS: 11635, Profit: 15235.55, Date: `5/1/20`, Month: `May`, Year: `2020` }), + new SalesDataItem({ Country: `USA`, Product: `Vermont`, UnitsSold: 4347, ManufacturingPrice: 10, SalePrice: 300, GrossSales: 1304100, Discounts: 14865, Sales: 1289235, COGS: 247750, Profit: 1041485, Date: `6/1/20`, Month: `June`, Year: `2020` }), + new SalesDataItem({ Country: `USA`, Product: `Vermont`, UnitsSold: 1548, ManufacturingPrice: 10, SalePrice: 350, GrossSales: 541800, Discounts: 10535, Sales: 531265, COGS: 156520, Profit: 374745, Date: `6/1/20`, Month: `June`, Year: `2020` }), + new SalesDataItem({ Country: `UK`, Product: `Vermont`, UnitsSold: 2153, ManufacturingPrice: 10, SalePrice: 15, GrossSales: 32295, Discounts: 1965, Sales: 30330, COGS: 26200, Profit: 4130, Date: `9/1/20`, Month: `September`, Year: `2020` }), + new SalesDataItem({ Country: `USA`, Product: `Vermont`, UnitsSold: 4126, ManufacturingPrice: 10, SalePrice: 125, GrossSales: 515750, Discounts: 5381.25, Sales: 510368.75, COGS: 103320, Profit: 407048.75, Date: `10/1/20`, Month: `October`, Year: `2020` }), + new SalesDataItem({ Country: `USA`, Product: `Vermont`, UnitsSold: 3376, ManufacturingPrice: 10, SalePrice: 20, GrossSales: 67520, Discounts: 2663, Sales: 64857, COGS: 26630, Profit: 38227, Date: `12/1/20`, Month: `December`, Year: `2020` }), + new SalesDataItem({ Country: `USA`, Product: `Burlington`, UnitsSold: 2244, ManufacturingPrice: 120, SalePrice: 15, GrossSales: 33660, Discounts: 416.25, Sales: 33243.75, COGS: 5550, Profit: 27693.75, Date: `1/1/20`, Month: `January`, Year: `2020` }), + new SalesDataItem({ Country: `Brazil`, Product: `Burlington`, UnitsSold: 1360, ManufacturingPrice: 120, SalePrice: 15, GrossSales: 20400, Discounts: 2145.75, Sales: 18254.25, COGS: 28610, Profit: 10355.75, Date: `1/1/20`, Month: `January`, Year: `2020` }), + new SalesDataItem({ Country: `India`, Product: `Burlington`, UnitsSold: 279, ManufacturingPrice: 120, SalePrice: 125, GrossSales: 34875, Discounts: 5043.75, Sales: 29831.25, COGS: 96840, Profit: 67008.75, Date: `2/1/20`, Month: `February`, Year: `2020` }), + new SalesDataItem({ Country: `USA`, Product: `Burlington`, UnitsSold: 2521, ManufacturingPrice: 120, SalePrice: 350, GrossSales: 882350, Discounts: 10535, Sales: 871815, COGS: 156520, Profit: 715295, Date: `6/1/20`, Month: `June`, Year: `2020` }), + new SalesDataItem({ Country: `USA`, Product: `Burlington`, UnitsSold: 2433, ManufacturingPrice: 120, SalePrice: 20, GrossSales: 48660, Discounts: 2832, Sales: 45828, COGS: 28320, Profit: 17508, Date: `8/1/20`, Month: `August`, Year: `2020` }), + new SalesDataItem({ Country: `UK`, Product: `Burlington`, UnitsSold: 1738, ManufacturingPrice: 120, SalePrice: 20, GrossSales: 34760, Discounts: 1579, Sales: 33181, COGS: 15790, Profit: 17391, Date: `8/1/20`, Month: `August`, Year: `2020` }), + new SalesDataItem({ Country: `USA`, Product: `Burlington`, UnitsSold: 1106, ManufacturingPrice: 120, SalePrice: 125, GrossSales: 138250, Discounts: 5381.25, Sales: 132868.75, COGS: 103320, Profit: 29548.75, Date: `10/1/20`, Month: `October`, Year: `2020` }), + new SalesDataItem({ Country: `India`, Product: `Burlington`, UnitsSold: 213, ManufacturingPrice: 120, SalePrice: 300, GrossSales: 63900, Discounts: 18750, Sales: 45150, COGS: 312500, Profit: 267350, Date: `12/1/20`, Month: `December`, Year: `2020` }), + new SalesDataItem({ Country: `USA`, Product: `Mandarin`, UnitsSold: 2929, ManufacturingPrice: 250, SalePrice: 20, GrossSales: 58580, Discounts: 2663, Sales: 55917, COGS: 26630, Profit: 29287, Date: `12/1/20`, Month: `December`, Year: `2020` }), + new SalesDataItem({ Country: `USA`, Product: `Mandarin`, UnitsSold: 2389, ManufacturingPrice: 250, SalePrice: 7, GrossSales: 16723, Discounts: 199.5, Sales: 16523.5, COGS: 2850, Profit: 13673.5, Date: `12/1/20`, Month: `December`, Year: `2020` }), + new SalesDataItem({ Country: `UK`, Product: `Mandarin`, UnitsSold: 3086, ManufacturingPrice: 250, SalePrice: 7, GrossSales: 21602, Discounts: 870.45, Sales: 20731.55, COGS: 12435, Profit: 8296.55, Date: `12/1/20`, Month: `December`, Year: `2020` }), + new SalesDataItem({ Country: `India`, Product: `Luxe`, UnitsSold: 745, ManufacturingPrice: 260, SalePrice: 350, GrossSales: 260750, Discounts: 23625, Sales: 237125, COGS: 351000, Profit: 113875, Date: `2/1/20`, Month: `February`, Year: `2020` }), + new SalesDataItem({ Country: `Japan`, Product: `Luxe`, UnitsSold: 1266, ManufacturingPrice: 260, SalePrice: 350, GrossSales: 443100, Discounts: 9660, Sales: 433440, COGS: 143520, Profit: 289920, Date: `8/1/20`, Month: `August`, Year: `2020` }), + new SalesDataItem({ Country: `India`, Product: `Luxe`, UnitsSold: 4287, ManufacturingPrice: 260, SalePrice: 300, GrossSales: 1286100, Discounts: 18750, Sales: 1267350, COGS: 312500, Profit: 954850, Date: `12/1/20`, Month: `December`, Year: `2020` }), + new SalesDataItem({ Country: `UK`, Product: `Vermont`, UnitsSold: 3193, ManufacturingPrice: 10, SalePrice: 15, GrossSales: 47895, Discounts: 3420.9, Sales: 44474.1, COGS: 38010, Profit: 6464.1, Date: `4/1/20`, Month: `April`, Year: `2020` }), + new SalesDataItem({ Country: `USA`, Product: `Kensington`, UnitsSold: 1967, ManufacturingPrice: 3, SalePrice: 20, GrossSales: 39340, Discounts: 1341, Sales: 37999, COGS: 11175, Profit: 26824, Date: `1/1/20`, Month: `January`, Year: `2020` }), + new SalesDataItem({ Country: `Japan`, Product: `Kensington`, UnitsSold: 631, ManufacturingPrice: 3, SalePrice: 15, GrossSales: 9465, Discounts: 2559.6, Sales: 6905.4, COGS: 28440, Profit: 21534.6, Date: `6/1/20`, Month: `June`, Year: `2020` }), + new SalesDataItem({ Country: `Brazil`, Product: `Kensington`, UnitsSold: 3469, ManufacturingPrice: 3, SalePrice: 12, GrossSales: 41628, Discounts: 404.64, Sales: 41223.36, COGS: 1686, Profit: 39537.36, Date: `9/1/20`, Month: `September`, Year: `2020` }), + new SalesDataItem({ Country: `USA`, Product: `Kensington`, UnitsSold: 3215, ManufacturingPrice: 3, SalePrice: 15, GrossSales: 48225, Discounts: 1827, Sales: 46398, COGS: 20300, Profit: 26098, Date: `11/1/20`, Month: `November`, Year: `2020` }), + new SalesDataItem({ Country: `Brazil`, Product: `Royal Oak`, UnitsSold: 1959, ManufacturingPrice: 5, SalePrice: 350, GrossSales: 685650, Discounts: 20580, Sales: 665070, COGS: 254800, Profit: 410270, Date: `4/1/20`, Month: `April`, Year: `2020` }), + new SalesDataItem({ Country: `India`, Product: `Royal Oak`, UnitsSold: 2181, ManufacturingPrice: 5, SalePrice: 350, GrossSales: 763350, Discounts: 30660, Sales: 732690, COGS: 379600, Profit: 353090, Date: `5/1/20`, Month: `May`, Year: `2020` }), + new SalesDataItem({ Country: `USA`, Product: `Royal Oak`, UnitsSold: 2205, ManufacturingPrice: 5, SalePrice: 12, GrossSales: 26460, Discounts: 1960.56, Sales: 24499.44, COGS: 8169, Profit: 16330.44, Date: `11/1/20`, Month: `November`, Year: `2020` }), + new SalesDataItem({ Country: `UK`, Product: `Vermont`, UnitsSold: 1890, ManufacturingPrice: 10, SalePrice: 350, GrossSales: 661500, Discounts: 31416, Sales: 630084, COGS: 388960, Profit: 241124, Date: `6/1/20`, Month: `June`, Year: `2020` }), + new SalesDataItem({ Country: `Japan`, Product: `Burlington`, UnitsSold: 2417, ManufacturingPrice: 120, SalePrice: 125, GrossSales: 302125, Discounts: 7140, Sales: 294985, COGS: 114240, Profit: 180745, Date: `2/1/20`, Month: `February`, Year: `2020` }), + new SalesDataItem({ Country: `USA`, Product: `Burlington`, UnitsSold: 1158, ManufacturingPrice: 120, SalePrice: 125, GrossSales: 144750, Discounts: 20662.5, Sales: 124087.5, COGS: 330600, Profit: 206512.5, Date: `2/1/20`, Month: `February`, Year: `2020` }), + new SalesDataItem({ Country: `India`, Product: `Burlington`, UnitsSold: 803, ManufacturingPrice: 120, SalePrice: 15, GrossSales: 12045, Discounts: 1377, Sales: 10668, COGS: 15300, Profit: 4632, Date: `5/1/20`, Month: `May`, Year: `2020` }), + new SalesDataItem({ Country: `UK`, Product: `Burlington`, UnitsSold: 3705, ManufacturingPrice: 120, SalePrice: 350, GrossSales: 1296750, Discounts: 31416, Sales: 1265334, COGS: 388960, Profit: 876374, Date: `6/1/20`, Month: `June`, Year: `2020` }), + new SalesDataItem({ Country: `Brazil`, Product: `Burlington`, UnitsSold: 589, ManufacturingPrice: 120, SalePrice: 7, GrossSales: 4123, Discounts: 629.16, Sales: 3493.84, COGS: 7490, Profit: 3996.16, Date: `6/1/20`, Month: `June`, Year: `2020` }), + new SalesDataItem({ Country: `Japan`, Product: `Mandarin`, UnitsSold: 3999, ManufacturingPrice: 250, SalePrice: 15, GrossSales: 59985, Discounts: 2559.6, Sales: 57425.4, COGS: 28440, Profit: 28985.4, Date: `6/1/20`, Month: `June`, Year: `2020` }), + new SalesDataItem({ Country: `Brazil`, Product: `Mandarin`, UnitsSold: 4256, ManufacturingPrice: 250, SalePrice: 7, GrossSales: 29792, Discounts: 629.16, Sales: 29162.84, COGS: 7490, Profit: 21672.84, Date: `6/1/20`, Month: `June`, Year: `2020` }), + new SalesDataItem({ Country: `UK`, Product: `Luxe`, UnitsSold: 2160, ManufacturingPrice: 260, SalePrice: 125, GrossSales: 270000, Discounts: 14906.25, Sales: 255093.75, COGS: 238500, Profit: 16593.75, Date: `1/1/20`, Month: `January`, Year: `2020` }), + new SalesDataItem({ Country: `Brazil`, Product: `Luxe`, UnitsSold: 466, ManufacturingPrice: 260, SalePrice: 350, GrossSales: 163100, Discounts: 35259, Sales: 127841, COGS: 436540, Profit: 308699, Date: `9/1/20`, Month: `September`, Year: `2020` }), + new SalesDataItem({ Country: `USA`, Product: `Vermont`, UnitsSold: 1478, ManufacturingPrice: 10, SalePrice: 15, GrossSales: 22170, Discounts: 1978.2, Sales: 20191.8, COGS: 21980, Profit: 1788.2, Date: `8/1/20`, Month: `August`, Year: `2020` }), + new SalesDataItem({ Country: `India`, Product: `Vermont`, UnitsSold: 3798, ManufacturingPrice: 10, SalePrice: 15, GrossSales: 56970, Discounts: 1568.7, Sales: 55401.3, COGS: 17430, Profit: 37971.3, Date: `8/1/20`, Month: `August`, Year: `2020` }), + new SalesDataItem({ Country: `USA`, Product: `Vermont`, UnitsSold: 447, ManufacturingPrice: 10, SalePrice: 15, GrossSales: 6705, Discounts: 1037.7, Sales: 5667.3, COGS: 11530, Profit: 5862.7, Date: `10/1/20`, Month: `October`, Year: `2020` }), + new SalesDataItem({ Country: `India`, Product: `Burlington`, UnitsSold: 745, ManufacturingPrice: 120, SalePrice: 20, GrossSales: 14900, Discounts: 1201.2, Sales: 13698.8, COGS: 10010, Profit: 3688.8, Date: `8/1/20`, Month: `August`, Year: `2020` }), + new SalesDataItem({ Country: `Brazil`, Product: `Burlington`, UnitsSold: 1732, ManufacturingPrice: 120, SalePrice: 7, GrossSales: 12124, Discounts: 559.86, Sales: 11564.14, COGS: 6665, Profit: 4899.14, Date: `11/1/20`, Month: `November`, Year: `2020` }), + new SalesDataItem({ Country: `USA`, Product: `Mandarin`, UnitsSold: 1759, ManufacturingPrice: 250, SalePrice: 15, GrossSales: 26385, Discounts: 1037.7, Sales: 25347.3, COGS: 11530, Profit: 13817.3, Date: `10/1/20`, Month: `October`, Year: `2020` }), + new SalesDataItem({ Country: `Brazil`, Product: `Kensington`, UnitsSold: 338, ManufacturingPrice: 3, SalePrice: 12, GrossSales: 4056, Discounts: 610.68, Sales: 3445.32, COGS: 2181, Profit: 1264.32, Date: `2/1/20`, Month: `February`, Year: `2020` }), + new SalesDataItem({ Country: `Japan`, Product: `Kensington`, UnitsSold: 3911, ManufacturingPrice: 3, SalePrice: 12, GrossSales: 46932, Discounts: 1582.56, Sales: 45349.44, COGS: 5652, Profit: 39697.44, Date: `8/1/20`, Month: `August`, Year: `2020` }), + new SalesDataItem({ Country: `Brazil`, Product: `Royal Oak`, UnitsSold: 4473, ManufacturingPrice: 5, SalePrice: 12, GrossSales: 53676, Discounts: 1965.6, Sales: 51710.4, COGS: 7020, Profit: 44690.4, Date: `1/1/20`, Month: `January`, Year: `2020` }), + new SalesDataItem({ Country: `UK`, Product: `Royal Oak`, UnitsSold: 383, ManufacturingPrice: 5, SalePrice: 12, GrossSales: 4596, Discounts: 1967.28, Sales: 2628.72, COGS: 7026, Profit: 4397.28, Date: `11/1/20`, Month: `November`, Year: `2020` }), + new SalesDataItem({ Country: `Japan`, Product: `Burlington`, UnitsSold: 1062, ManufacturingPrice: 120, SalePrice: 15, GrossSales: 15930, Discounts: 1325.1, Sales: 14604.9, COGS: 12620, Profit: 1984.9, Date: `5/1/20`, Month: `May`, Year: `2020` }), + new SalesDataItem({ Country: `Japan`, Product: `Burlington`, UnitsSold: 4083, ManufacturingPrice: 120, SalePrice: 7, GrossSales: 28581, Discounts: 556.15, Sales: 28024.85, COGS: 5675, Profit: 22349.85, Date: `6/1/20`, Month: `June`, Year: `2020` }), + new SalesDataItem({ Country: `USA`, Product: `Burlington`, UnitsSold: 3974, ManufacturingPrice: 120, SalePrice: 7, GrossSales: 27818, Discounts: 268.03, Sales: 27549.97, COGS: 2735, Profit: 24814.97, Date: `11/1/20`, Month: `November`, Year: `2020` }), + new SalesDataItem({ Country: `Japan`, Product: `Burlington`, UnitsSold: 3723, ManufacturingPrice: 120, SalePrice: 7, GrossSales: 26061, Discounts: 775.18, Sales: 25285.82, COGS: 7910, Profit: 17375.82, Date: `12/1/20`, Month: `December`, Year: `2020` }), + new SalesDataItem({ Country: `UK`, Product: `Mandarin`, UnitsSold: 2435, ManufacturingPrice: 250, SalePrice: 12, GrossSales: 29220, Discounts: 1460.34, Sales: 27759.66, COGS: 5215.5, Profit: 22544.16, Date: `4/1/20`, Month: `April`, Year: `2020` }), + new SalesDataItem({ Country: `Japan`, Product: `Mandarin`, UnitsSold: 1763, ManufacturingPrice: 250, SalePrice: 7, GrossSales: 12341, Discounts: 775.18, Sales: 11565.82, COGS: 7910, Profit: 3655.82, Date: `12/1/20`, Month: `December`, Year: `2020` }), + new SalesDataItem({ Country: `Japan`, Product: `Luxe`, UnitsSold: 4473, ManufacturingPrice: 260, SalePrice: 7, GrossSales: 31311, Discounts: 556.15, Sales: 30754.85, COGS: 5675, Profit: 25079.85, Date: `6/1/20`, Month: `June`, Year: `2020` }), + new SalesDataItem({ Country: `USA`, Product: `Kensington`, UnitsSold: 1246, ManufacturingPrice: 3, SalePrice: 350, GrossSales: 436100, Discounts: 43144.5, Sales: 392955.5, COGS: 457860, Profit: 64904.5, Date: `3/1/20`, Month: `March`, Year: `2020` }), + new SalesDataItem({ Country: `UK`, Product: `Kensington`, UnitsSold: 1615, ManufacturingPrice: 3, SalePrice: 300, GrossSales: 484500, Discounts: 9408, Sales: 475092, COGS: 112000, Profit: 363092, Date: `6/1/20`, Month: `June`, Year: `2020` }), + new SalesDataItem({ Country: `UK`, Product: `Kensington`, UnitsSold: 749, ManufacturingPrice: 3, SalePrice: 300, GrossSales: 224700, Discounts: 45801, Sales: 178899, COGS: 545250, Profit: 366351, Date: `10/1/20`, Month: `October`, Year: `2020` }), + new SalesDataItem({ Country: `UK`, Product: `Royal Oak`, UnitsSold: 1318, ManufacturingPrice: 5, SalePrice: 20, GrossSales: 26360, Discounts: 2766.4, Sales: 23593.6, COGS: 19760, Profit: 3833.6, Date: `10/1/20`, Month: `October`, Year: `2020` }), + new SalesDataItem({ Country: `UK`, Product: `Royal Oak`, UnitsSold: 2882, ManufacturingPrice: 5, SalePrice: 300, GrossSales: 864600, Discounts: 45801, Sales: 818799, COGS: 545250, Profit: 273549, Date: `10/1/20`, Month: `October`, Year: `2020` }), + new SalesDataItem({ Country: `Japan`, Product: `Vermont`, UnitsSold: 2484, ManufacturingPrice: 10, SalePrice: 300, GrossSales: 745200, Discounts: 35742, Sales: 709458, COGS: 425500, Profit: 283958, Date: `5/1/20`, Month: `May`, Year: `2020` }), + new SalesDataItem({ Country: `UK`, Product: `Vermont`, UnitsSold: 3169, ManufacturingPrice: 10, SalePrice: 300, GrossSales: 950700, Discounts: 9408, Sales: 941292, COGS: 112000, Profit: 829292, Date: `6/1/20`, Month: `June`, Year: `2020` }), + new SalesDataItem({ Country: `India`, Product: `Vermont`, UnitsSold: 4080, ManufacturingPrice: 10, SalePrice: 125, GrossSales: 510000, Discounts: 30738.75, Sales: 479261.25, COGS: 421560, Profit: 57701.25, Date: `7/1/20`, Month: `July`, Year: `2020` }), + new SalesDataItem({ Country: `UK`, Product: `Vermont`, UnitsSold: 3943, ManufacturingPrice: 10, SalePrice: 15, GrossSales: 59145, Discounts: 2206.05, Sales: 56938.95, COGS: 21010, Profit: 35928.95, Date: `8/1/20`, Month: `August`, Year: `2020` }), + new SalesDataItem({ Country: `UK`, Product: `Vermont`, UnitsSold: 253, ManufacturingPrice: 10, SalePrice: 20, GrossSales: 5060, Discounts: 2149, Sales: 2911, COGS: 15350, Profit: 12439, Date: `9/1/20`, Month: `September`, Year: `2020` }), + new SalesDataItem({ Country: `UK`, Product: `Burlington`, UnitsSold: 799, ManufacturingPrice: 120, SalePrice: 300, GrossSales: 239700, Discounts: 34839, Sales: 204861, COGS: 414750, Profit: 209889, Date: `7/1/20`, Month: `July`, Year: `2020` }), + new SalesDataItem({ Country: `Brazil`, Product: `Burlington`, UnitsSold: 3942, ManufacturingPrice: 120, SalePrice: 20, GrossSales: 78840, Discounts: 852.6, Sales: 77987.4, COGS: 6090, Profit: 71897.4, Date: `8/1/20`, Month: `August`, Year: `2020` }), + new SalesDataItem({ Country: `India`, Product: `Burlington`, UnitsSold: 2498, ManufacturingPrice: 120, SalePrice: 125, GrossSales: 312250, Discounts: 18261.25, Sales: 293988.75, COGS: 250440, Profit: 43548.75, Date: `9/1/20`, Month: `September`, Year: `2020` }), + new SalesDataItem({ Country: `UK`, Product: `Burlington`, UnitsSold: 2517, ManufacturingPrice: 120, SalePrice: 20, GrossSales: 50340, Discounts: 2766.4, Sales: 47573.6, COGS: 19760, Profit: 27813.6, Date: `10/1/20`, Month: `October`, Year: `2020` }), + new SalesDataItem({ Country: `USA`, Product: `Burlington`, UnitsSold: 1145, ManufacturingPrice: 120, SalePrice: 300, GrossSales: 343500, Discounts: 28812, Sales: 314688, COGS: 343000, Profit: 28312, Date: `12/1/20`, Month: `December`, Year: `2020` }), + new SalesDataItem({ Country: `Japan`, Product: `Mandarin`, UnitsSold: 3814, ManufacturingPrice: 250, SalePrice: 12, GrossSales: 45768, Discounts: 2725.38, Sales: 43042.62, COGS: 9733.5, Profit: 33309.12, Date: `1/1/20`, Month: `January`, Year: `2020` }), + new SalesDataItem({ Country: `UK`, Product: `Mandarin`, UnitsSold: 1188, ManufacturingPrice: 250, SalePrice: 300, GrossSales: 356400, Discounts: 20139, Sales: 336261, COGS: 239750, Profit: 96511, Date: `2/1/20`, Month: `February`, Year: `2020` }), + new SalesDataItem({ Country: `Brazil`, Product: `Mandarin`, UnitsSold: 2233, ManufacturingPrice: 250, SalePrice: 300, GrossSales: 669900, Discounts: 57687, Sales: 612213, COGS: 686750, Profit: 74537, Date: `2/1/20`, Month: `February`, Year: `2020` }), + new SalesDataItem({ Country: `Japan`, Product: `Luxe`, UnitsSold: 421, ManufacturingPrice: 260, SalePrice: 125, GrossSales: 52625, Discounts: 14393.75, Sales: 38231.25, COGS: 197400, Profit: 159168.75, Date: `5/1/20`, Month: `May`, Year: `2020` }), + new SalesDataItem({ Country: `UK`, Product: `Luxe`, UnitsSold: 269, ManufacturingPrice: 260, SalePrice: 350, GrossSales: 94150, Discounts: 70462, Sales: 23688, COGS: 747760, Profit: 724072, Date: `9/1/20`, Month: `September`, Year: `2020` }), + new SalesDataItem({ Country: `Japan`, Product: `Luxe`, UnitsSold: 952, ManufacturingPrice: 260, SalePrice: 20, GrossSales: 19040, Discounts: 1565.2, Sales: 17474.8, COGS: 11180, Profit: 6294.8, Date: `11/1/20`, Month: `November`, Year: `2020` }), + new SalesDataItem({ Country: `USA`, Product: `Luxe`, UnitsSold: 2964, ManufacturingPrice: 260, SalePrice: 300, GrossSales: 889200, Discounts: 28812, Sales: 860388, COGS: 343000, Profit: 517388, Date: `12/1/20`, Month: `December`, Year: `2020` }), + new SalesDataItem({ Country: `Japan`, Product: `Royal Oak`, UnitsSold: 1505, ManufacturingPrice: 5, SalePrice: 7, GrossSales: 10535, Discounts: 273.28, Sales: 10261.72, COGS: 2440, Profit: 7821.72, Date: `2/1/20`, Month: `February`, Year: `2020` }), + new SalesDataItem({ Country: `USA`, Product: `Royal Oak`, UnitsSold: 1678, ManufacturingPrice: 5, SalePrice: 20, GrossSales: 33560, Discounts: 2051.2, Sales: 31508.8, COGS: 12820, Profit: 18688.8, Date: `6/1/20`, Month: `June`, Year: `2020` }), + new SalesDataItem({ Country: `Japan`, Product: `Vermont`, UnitsSold: 4249, ManufacturingPrice: 10, SalePrice: 7, GrossSales: 29743, Discounts: 143.92, Sales: 29599.08, COGS: 1285, Profit: 28314.08, Date: `5/1/20`, Month: `May`, Year: `2020` }), + new SalesDataItem({ Country: `USA`, Product: `Luxe`, UnitsSold: 1677, ManufacturingPrice: 260, SalePrice: 20, GrossSales: 33540, Discounts: 2051.2, Sales: 31488.8, COGS: 12820, Profit: 18668.8, Date: `6/1/20`, Month: `June`, Year: `2020` }), + new SalesDataItem({ Country: `Brazil`, Product: `Kensington`, UnitsSold: 3051, ManufacturingPrice: 3, SalePrice: 125, GrossSales: 381375, Discounts: 15400, Sales: 365975, COGS: 184800, Profit: 181175, Date: `8/1/20`, Month: `August`, Year: `2020` }), + new SalesDataItem({ Country: `UK`, Product: `Kensington`, UnitsSold: 3372, ManufacturingPrice: 3, SalePrice: 15, GrossSales: 50580, Discounts: 588, Sales: 49992, COGS: 4900, Profit: 45092, Date: `11/1/20`, Month: `November`, Year: `2020` }), + new SalesDataItem({ Country: `Brazil`, Product: `Kensington`, UnitsSold: 1686, ManufacturingPrice: 3, SalePrice: 350, GrossSales: 590100, Discounts: 38136, Sales: 551964, COGS: 354120, Profit: 197844, Date: `12/1/20`, Month: `December`, Year: `2020` }), + new SalesDataItem({ Country: `UK`, Product: `Royal Oak`, UnitsSold: 3086, ManufacturingPrice: 5, SalePrice: 15, GrossSales: 46290, Discounts: 3001.2, Sales: 43288.8, COGS: 25010, Profit: 18278.8, Date: `3/1/20`, Month: `March`, Year: `2020` }), + new SalesDataItem({ Country: `Japan`, Product: `Royal Oak`, UnitsSold: 4150, ManufacturingPrice: 5, SalePrice: 20, GrossSales: 83000, Discounts: 1132.8, Sales: 81867.2, COGS: 7080, Profit: 74787.2, Date: `6/1/20`, Month: `June`, Year: `2020` }), + new SalesDataItem({ Country: `India`, Product: `Royal Oak`, UnitsSold: 3027, ManufacturingPrice: 5, SalePrice: 20, GrossSales: 60540, Discounts: 1032, Sales: 59508, COGS: 6450, Profit: 53058, Date: `7/1/20`, Month: `July`, Year: `2020` }), + new SalesDataItem({ Country: `UK`, Product: `Royal Oak`, UnitsSold: 4359, ManufacturingPrice: 5, SalePrice: 300, GrossSales: 1307700, Discounts: 37488, Sales: 1270212, COGS: 390500, Profit: 879712, Date: `8/1/20`, Month: `August`, Year: `2020` }), + new SalesDataItem({ Country: `India`, Product: `Royal Oak`, UnitsSold: 1589, ManufacturingPrice: 5, SalePrice: 15, GrossSales: 23835, Discounts: 853.2, Sales: 22981.8, COGS: 7110, Profit: 15871.8, Date: `12/1/20`, Month: `December`, Year: `2020` }), + new SalesDataItem({ Country: `Brazil`, Product: `Vermont`, UnitsSold: 2679, ManufacturingPrice: 10, SalePrice: 125, GrossSales: 334875, Discounts: 11140, Sales: 323735, COGS: 133680, Profit: 190055, Date: `3/1/20`, Month: `March`, Year: `2020` }), + new SalesDataItem({ Country: `India`, Product: `Vermont`, UnitsSold: 3401, ManufacturingPrice: 10, SalePrice: 7, GrossSales: 23807, Discounts: 705.04, Sales: 23101.96, COGS: 6295, Profit: 16806.96, Date: `4/1/20`, Month: `April`, Year: `2020` }), + new SalesDataItem({ Country: `India`, Product: `Vermont`, UnitsSold: 2815, ManufacturingPrice: 10, SalePrice: 7, GrossSales: 19705, Discounts: 613.2, Sales: 19091.8, COGS: 5475, Profit: 13616.8, Date: `5/1/20`, Month: `May`, Year: `2020` }), + new SalesDataItem({ Country: `India`, Product: `Vermont`, UnitsSold: 2964, ManufacturingPrice: 10, SalePrice: 20, GrossSales: 59280, Discounts: 2185.6, Sales: 57094.4, COGS: 13660, Profit: 43434.4, Date: `6/1/20`, Month: `June`, Year: `2020` }), + new SalesDataItem({ Country: `Brazil`, Product: `Vermont`, UnitsSold: 4173, ManufacturingPrice: 10, SalePrice: 300, GrossSales: 1251900, Discounts: 59040, Sales: 1192860, COGS: 615000, Profit: 577860, Date: `6/1/20`, Month: `June`, Year: `2020` }), + new SalesDataItem({ Country: `USA`, Product: `Vermont`, UnitsSold: 1157, ManufacturingPrice: 10, SalePrice: 7, GrossSales: 8099, Discounts: 379.68, Sales: 7719.32, COGS: 3390, Profit: 4329.32, Date: `8/1/20`, Month: `August`, Year: `2020` }), + new SalesDataItem({ Country: `India`, Product: `Vermont`, UnitsSold: 3065, ManufacturingPrice: 10, SalePrice: 7, GrossSales: 21455, Discounts: 894.88, Sales: 20560.12, COGS: 7990, Profit: 12570.12, Date: `8/1/20`, Month: `August`, Year: `2020` }), + new SalesDataItem({ Country: `India`, Product: `Vermont`, UnitsSold: 4080, ManufacturingPrice: 10, SalePrice: 20, GrossSales: 81600, Discounts: 3094.4, Sales: 78505.6, COGS: 19340, Profit: 59165.6, Date: `9/1/20`, Month: `September`, Year: `2020` }), + new SalesDataItem({ Country: `Brazil`, Product: `Vermont`, UnitsSold: 1713, ManufacturingPrice: 10, SalePrice: 20, GrossSales: 34260, Discounts: 4788.8, Sales: 29471.2, COGS: 29930, Profit: 458.8, Date: `9/1/20`, Month: `September`, Year: `2020` }), + new SalesDataItem({ Country: `Brazil`, Product: `Vermont`, UnitsSold: 1691, ManufacturingPrice: 10, SalePrice: 350, GrossSales: 591850, Discounts: 38136, Sales: 553714, COGS: 354120, Profit: 199594, Date: `12/1/20`, Month: `December`, Year: `2020` }), + new SalesDataItem({ Country: `Japan`, Product: `Burlington`, UnitsSold: 2305, ManufacturingPrice: 120, SalePrice: 12, GrossSales: 27660, Discounts: 574.08, Sales: 27085.92, COGS: 1794, Profit: 25291.92, Date: `3/1/20`, Month: `March`, Year: `2020` }), + new SalesDataItem({ Country: `USA`, Product: `Burlington`, UnitsSold: 3401, ManufacturingPrice: 120, SalePrice: 7, GrossSales: 23807, Discounts: 1627.92, Sales: 22179.08, COGS: 14535, Profit: 7644.08, Date: `6/1/20`, Month: `June`, Year: `2020` }), + new SalesDataItem({ Country: `India`, Product: `Burlington`, UnitsSold: 2288, ManufacturingPrice: 120, SalePrice: 7, GrossSales: 16016, Discounts: 1309.28, Sales: 14706.72, COGS: 11690, Profit: 3016.72, Date: `6/1/20`, Month: `June`, Year: `2020` }), + new SalesDataItem({ Country: `Brazil`, Product: `Burlington`, UnitsSold: 4086, ManufacturingPrice: 120, SalePrice: 300, GrossSales: 1225800, Discounts: 15240, Sales: 1210560, COGS: 158750, Profit: 1051810, Date: `12/1/20`, Month: `December`, Year: `2020` }), + new SalesDataItem({ Country: `UK`, Product: `Mandarin`, UnitsSold: 2651, ManufacturingPrice: 250, SalePrice: 350, GrossSales: 927850, Discounts: 16086, Sales: 911764, COGS: 149370, Profit: 762394, Date: `4/1/20`, Month: `April`, Year: `2020` }), + new SalesDataItem({ Country: `India`, Product: `Mandarin`, UnitsSold: 3971, ManufacturingPrice: 250, SalePrice: 7, GrossSales: 27797, Discounts: 1309.28, Sales: 26487.72, COGS: 11690, Profit: 14797.72, Date: `6/1/20`, Month: `June`, Year: `2020` }), + new SalesDataItem({ Country: `UK`, Product: `Mandarin`, UnitsSold: 2512, ManufacturingPrice: 250, SalePrice: 350, GrossSales: 879200, Discounts: 10668, Sales: 868532, COGS: 99060, Profit: 769472, Date: `8/1/20`, Month: `August`, Year: `2020` }), + new SalesDataItem({ Country: `India`, Product: `Mandarin`, UnitsSold: 2745, ManufacturingPrice: 250, SalePrice: 350, GrossSales: 960750, Discounts: 11816, Sales: 948934, COGS: 109720, Profit: 839214, Date: `8/1/20`, Month: `August`, Year: `2020` }), + new SalesDataItem({ Country: `Japan`, Product: `Mandarin`, UnitsSold: 1903, ManufacturingPrice: 250, SalePrice: 300, GrossSales: 570900, Discounts: 51216, Sales: 519684, COGS: 533500, Profit: 13816, Date: `9/1/20`, Month: `September`, Year: `2020` }), + new SalesDataItem({ Country: `Japan`, Product: `Luxe`, UnitsSold: 2914, ManufacturingPrice: 260, SalePrice: 20, GrossSales: 58280, Discounts: 1132.8, Sales: 57147.2, COGS: 7080, Profit: 50067.2, Date: `6/1/20`, Month: `June`, Year: `2020` }), + new SalesDataItem({ Country: `USA`, Product: `Luxe`, UnitsSold: 1889, ManufacturingPrice: 260, SalePrice: 7, GrossSales: 13223, Discounts: 1627.92, Sales: 11595.08, COGS: 14535, Profit: 2939.92, Date: `6/1/20`, Month: `June`, Year: `2020` }), + new SalesDataItem({ Country: `India`, Product: `Luxe`, UnitsSold: 1466, ManufacturingPrice: 260, SalePrice: 20, GrossSales: 29320, Discounts: 2185.6, Sales: 27134.4, COGS: 13660, Profit: 13474.4, Date: `6/1/20`, Month: `June`, Year: `2020` }), + new SalesDataItem({ Country: `Brazil`, Product: `Luxe`, UnitsSold: 887, ManufacturingPrice: 260, SalePrice: 300, GrossSales: 266100, Discounts: 59040, Sales: 207060, COGS: 615000, Profit: 407940, Date: `6/1/20`, Month: `June`, Year: `2020` }), + new SalesDataItem({ Country: `India`, Product: `Luxe`, UnitsSold: 395, ManufacturingPrice: 260, SalePrice: 20, GrossSales: 7900, Discounts: 2432, Sales: 5468, COGS: 15200, Profit: 9732, Date: `11/1/20`, Month: `November`, Year: `2020` }), + new SalesDataItem({ Country: `India`, Product: `Luxe`, UnitsSold: 1693, ManufacturingPrice: 260, SalePrice: 15, GrossSales: 25395, Discounts: 853.2, Sales: 24541.8, COGS: 7110, Profit: 17431.8, Date: `12/1/20`, Month: `December`, Year: `2020` }), + new SalesDataItem({ Country: `Brazil`, Product: `Luxe`, UnitsSold: 2649, ManufacturingPrice: 260, SalePrice: 300, GrossSales: 794700, Discounts: 15240, Sales: 779460, COGS: 158750, Profit: 620710, Date: `12/1/20`, Month: `December`, Year: `2020` }), + new SalesDataItem({ Country: `USA`, Product: `Mandarin`, UnitsSold: 3608, ManufacturingPrice: 250, SalePrice: 20, GrossSales: 72160, Discounts: 698.4, Sales: 71461.6, COGS: 4365, Profit: 67096.6, Date: `7/1/20`, Month: `July`, Year: `2020` }), + new SalesDataItem({ Country: `Japan`, Product: `Kensington`, UnitsSold: 1073, ManufacturingPrice: 3, SalePrice: 300, GrossSales: 321900, Discounts: 29538, Sales: 292362, COGS: 273500, Profit: 18862, Date: `6/1/20`, Month: `June`, Year: `2020` }), + new SalesDataItem({ Country: `Japan`, Product: `Royal Oak`, UnitsSold: 2167, ManufacturingPrice: 5, SalePrice: 300, GrossSales: 650100, Discounts: 102667.5, Sales: 547432.5, COGS: 950625, Profit: 403192.5, Date: `4/1/20`, Month: `April`, Year: `2020` }), + new SalesDataItem({ Country: `UK`, Product: `Royal Oak`, UnitsSold: 1319, ManufacturingPrice: 5, SalePrice: 350, GrossSales: 461650, Discounts: 52479, Sales: 409171, COGS: 433160, Profit: 23989, Date: `5/1/20`, Month: `May`, Year: `2020` }), + new SalesDataItem({ Country: `Japan`, Product: `Royal Oak`, UnitsSold: 1252, ManufacturingPrice: 5, SalePrice: 12, GrossSales: 15024, Discounts: 2506.68, Sales: 12517.32, COGS: 6963, Profit: 5554.32, Date: `11/1/20`, Month: `November`, Year: `2020` }), + new SalesDataItem({ Country: `USA`, Product: `Royal Oak`, UnitsSold: 1156, ManufacturingPrice: 5, SalePrice: 125, GrossSales: 144500, Discounts: 31466.25, Sales: 113033.75, COGS: 335640, Profit: 222606.25, Date: `12/1/20`, Month: `December`, Year: `2020` }), + new SalesDataItem({ Country: `Brazil`, Product: `Vermont`, UnitsSold: 1153, ManufacturingPrice: 10, SalePrice: 300, GrossSales: 345900, Discounts: 69255, Sales: 276645, COGS: 641250, Profit: 364605, Date: `1/1/20`, Month: `January`, Year: `2020` }), + new SalesDataItem({ Country: `Brazil`, Product: `Vermont`, UnitsSold: 2720, ManufacturingPrice: 10, SalePrice: 350, GrossSales: 952000, Discounts: 76135.5, Sales: 875864.5, COGS: 628420, Profit: 247444.5, Date: `1/1/20`, Month: `January`, Year: `2020` }), + new SalesDataItem({ Country: `USA`, Product: `Vermont`, UnitsSold: 3658, ManufacturingPrice: 10, SalePrice: 15, GrossSales: 54870, Discounts: 4961.25, Sales: 49908.75, COGS: 36750, Profit: 13158.75, Date: `4/1/20`, Month: `April`, Year: `2020` }), + new SalesDataItem({ Country: `Japan`, Product: `Vermont`, UnitsSold: 2950, ManufacturingPrice: 10, SalePrice: 300, GrossSales: 885000, Discounts: 29538, Sales: 855462, COGS: 273500, Profit: 581962, Date: `6/1/20`, Month: `June`, Year: `2020` }), + new SalesDataItem({ Country: `UK`, Product: `Vermont`, UnitsSold: 1821, ManufacturingPrice: 10, SalePrice: 15, GrossSales: 27315, Discounts: 1656.45, Sales: 25658.55, COGS: 12270, Profit: 13388.55, Date: `10/1/20`, Month: `October`, Year: `2020` }), + new SalesDataItem({ Country: `UK`, Product: `Vermont`, UnitsSold: 1127, ManufacturingPrice: 10, SalePrice: 300, GrossSales: 338100, Discounts: 35748, Sales: 302352, COGS: 331000, Profit: 28648, Date: `11/1/20`, Month: `November`, Year: `2020` }), + new SalesDataItem({ Country: `USA`, Product: `Vermont`, UnitsSold: 862, ManufacturingPrice: 10, SalePrice: 125, GrossSales: 107750, Discounts: 31466.25, Sales: 76283.75, COGS: 335640, Profit: 259356.25, Date: `12/1/20`, Month: `December`, Year: `2020` }), + new SalesDataItem({ Country: `Brazil`, Product: `Burlington`, UnitsSold: 3805, ManufacturingPrice: 120, SalePrice: 15, GrossSales: 57075, Discounts: 330.75, Sales: 56744.25, COGS: 2450, Profit: 54294.25, Date: `5/1/20`, Month: `May`, Year: `2020` }), + new SalesDataItem({ Country: `Japan`, Product: `Burlington`, UnitsSold: 1415, ManufacturingPrice: 120, SalePrice: 300, GrossSales: 424500, Discounts: 102424.5, Sales: 322075.5, COGS: 948375, Profit: 626299.5, Date: `7/1/20`, Month: `July`, Year: `2020` }), + new SalesDataItem({ Country: `India`, Product: `Burlington`, UnitsSold: 2231, ManufacturingPrice: 120, SalePrice: 350, GrossSales: 780850, Discounts: 41170.5, Sales: 739679.5, COGS: 339820, Profit: 399859.5, Date: `7/1/20`, Month: `July`, Year: `2020` }), + new SalesDataItem({ Country: `Japan`, Product: `Burlington`, UnitsSold: 3649, ManufacturingPrice: 120, SalePrice: 125, GrossSales: 456125, Discounts: 6378.75, Sales: 449746.25, COGS: 68040, Profit: 381706.25, Date: `9/1/20`, Month: `September`, Year: `2020` }), + new SalesDataItem({ Country: `Brazil`, Product: `Burlington`, UnitsSold: 2948, ManufacturingPrice: 120, SalePrice: 125, GrossSales: 368500, Discounts: 23737.5, Sales: 344762.5, COGS: 253200, Profit: 91562.5, Date: `9/1/20`, Month: `September`, Year: `2020` }), + new SalesDataItem({ Country: `Japan`, Product: `Burlington`, UnitsSold: 3395, ManufacturingPrice: 120, SalePrice: 350, GrossSales: 1188250, Discounts: 39973.5, Sales: 1148276.5, COGS: 329940, Profit: 818336.5, Date: `10/1/20`, Month: `October`, Year: `2020` }), + new SalesDataItem({ Country: `USA`, Product: `Mandarin`, UnitsSold: 2650, ManufacturingPrice: 250, SalePrice: 12, GrossSales: 31800, Discounts: 2112.48, Sales: 29687.52, COGS: 5868, Profit: 23819.52, Date: `1/1/20`, Month: `January`, Year: `2020` }), + new SalesDataItem({ Country: `India`, Product: `Mandarin`, UnitsSold: 585, ManufacturingPrice: 250, SalePrice: 300, GrossSales: 175500, Discounts: 71793, Sales: 103707, COGS: 664750, Profit: 561043, Date: `2/1/20`, Month: `February`, Year: `2020` }), + new SalesDataItem({ Country: `USA`, Product: `Mandarin`, UnitsSold: 1316, ManufacturingPrice: 250, SalePrice: 350, GrossSales: 460600, Discounts: 42572.25, Sales: 418027.75, COGS: 351390, Profit: 66637.75, Date: `4/1/20`, Month: `April`, Year: `2020` }), + new SalesDataItem({ Country: `India`, Product: `Mandarin`, UnitsSold: 4459, ManufacturingPrice: 250, SalePrice: 12, GrossSales: 53508, Discounts: 950.4, Sales: 52557.6, COGS: 2640, Profit: 49917.6, Date: `5/1/20`, Month: `May`, Year: `2020` }), + new SalesDataItem({ Country: `USA`, Product: `Mandarin`, UnitsSold: 2711, ManufacturingPrice: 250, SalePrice: 300, GrossSales: 813300, Discounts: 50409, Sales: 762891, COGS: 466750, Profit: 296141, Date: `9/1/20`, Month: `September`, Year: `2020` }), + new SalesDataItem({ Country: `UK`, Product: `Mandarin`, UnitsSold: 3613, ManufacturingPrice: 250, SalePrice: 15, GrossSales: 54195, Discounts: 1656.45, Sales: 52538.55, COGS: 12270, Profit: 40268.55, Date: `10/1/20`, Month: `October`, Year: `2020` }), + new SalesDataItem({ Country: `Brazil`, Product: `Mandarin`, UnitsSold: 1847, ManufacturingPrice: 250, SalePrice: 125, GrossSales: 230875, Discounts: 9866.25, Sales: 221008.75, COGS: 105240, Profit: 115768.75, Date: `11/1/20`, Month: `November`, Year: `2020` }), + new SalesDataItem({ Country: `USA`, Product: `Luxe`, UnitsSold: 2996, ManufacturingPrice: 260, SalePrice: 350, GrossSales: 1048600, Discounts: 65236.5, Sales: 983363.5, COGS: 538460, Profit: 444903.5, Date: `9/1/20`, Month: `September`, Year: `2020` }), + new SalesDataItem({ Country: `Japan`, Product: `Luxe`, UnitsSold: 2838, ManufacturingPrice: 260, SalePrice: 350, GrossSales: 993300, Discounts: 39973.5, Sales: 953326.5, COGS: 329940, Profit: 623386.5, Date: `10/1/20`, Month: `October`, Year: `2020` }), + new SalesDataItem({ Country: `Brazil`, Product: `Luxe`, UnitsSold: 1536, ManufacturingPrice: 260, SalePrice: 20, GrossSales: 30720, Discounts: 3049.2, Sales: 27670.8, COGS: 16940, Profit: 10730.8, Date: `11/1/20`, Month: `November`, Year: `2020` }), + new SalesDataItem({ Country: `India`, Product: `Kensington`, UnitsSold: 1291, ManufacturingPrice: 3, SalePrice: 20, GrossSales: 25820, Discounts: 1193.4, Sales: 24626.6, COGS: 6630, Profit: 17996.6, Date: `5/1/20`, Month: `May`, Year: `2020` }), + new SalesDataItem({ Country: `Japan`, Product: `Kensington`, UnitsSold: 1213, ManufacturingPrice: 3, SalePrice: 7, GrossSales: 8491, Discounts: 515.97, Sales: 7975.03, COGS: 4095, Profit: 3880.03, Date: `7/1/20`, Month: `July`, Year: `2020` }), + new SalesDataItem({ Country: `India`, Product: `Kensington`, UnitsSold: 2370, ManufacturingPrice: 3, SalePrice: 12, GrossSales: 28440, Discounts: 1706.4, Sales: 26733.6, COGS: 4740, Profit: 21993.6, Date: `9/1/20`, Month: `September`, Year: `2020` }), + new SalesDataItem({ Country: `Brazil`, Product: `Kensington`, UnitsSold: 1979, ManufacturingPrice: 3, SalePrice: 7, GrossSales: 13853, Discounts: 328.23, Sales: 13524.77, COGS: 2605, Profit: 10919.77, Date: `12/1/20`, Month: `December`, Year: `2020` }), + new SalesDataItem({ Country: `USA`, Product: `Vermont`, UnitsSold: 2879, ManufacturingPrice: 10, SalePrice: 20, GrossSales: 57580, Discounts: 1751.4, Sales: 55828.6, COGS: 9730, Profit: 46098.6, Date: `3/1/20`, Month: `March`, Year: `2020` }), + new SalesDataItem({ Country: `Brazil`, Product: `Vermont`, UnitsSold: 1707, ManufacturingPrice: 10, SalePrice: 20, GrossSales: 34140, Discounts: 1868.4, Sales: 32271.6, COGS: 10380, Profit: 21891.6, Date: `6/1/20`, Month: `June`, Year: `2020` }), + new SalesDataItem({ Country: `India`, Product: `Vermont`, UnitsSold: 2933, ManufacturingPrice: 10, SalePrice: 7, GrossSales: 20531, Discounts: 226.8, Sales: 20304.2, COGS: 1800, Profit: 18504.2, Date: `10/1/20`, Month: `October`, Year: `2020` }), + new SalesDataItem({ Country: `UK`, Product: `Burlington`, UnitsSold: 1014, ManufacturingPrice: 120, SalePrice: 12, GrossSales: 12168, Discounts: 2124.36, Sales: 10043.64, COGS: 5901, Profit: 4142.64, Date: `3/1/20`, Month: `March`, Year: `2020` }), + new SalesDataItem({ Country: `Brazil`, Product: `Burlington`, UnitsSold: 693, ManufacturingPrice: 120, SalePrice: 15, GrossSales: 10395, Discounts: 3547.8, Sales: 6847.2, COGS: 26280, Profit: 19432.8, Date: `4/1/20`, Month: `April`, Year: `2020` }), + new SalesDataItem({ Country: `India`, Product: `Mandarin`, UnitsSold: 3741, ManufacturingPrice: 250, SalePrice: 7, GrossSales: 26187, Discounts: 226.8, Sales: 25960.2, COGS: 1800, Profit: 24160.2, Date: `10/1/20`, Month: `October`, Year: `2020` }), + new SalesDataItem({ Country: `Brazil`, Product: `Mandarin`, UnitsSold: 3995, ManufacturingPrice: 250, SalePrice: 7, GrossSales: 27965, Discounts: 328.23, Sales: 27636.77, COGS: 2605, Profit: 25031.77, Date: `12/1/20`, Month: `December`, Year: `2020` }), + new SalesDataItem({ Country: `Brazil`, Product: `Luxe`, UnitsSold: 953, ManufacturingPrice: 260, SalePrice: 20, GrossSales: 19060, Discounts: 1868.4, Sales: 17191.6, COGS: 10380, Profit: 6811.6, Date: `6/1/20`, Month: `June`, Year: `2020` }), + new SalesDataItem({ Country: `Japan`, Product: `Luxe`, UnitsSold: 2530, ManufacturingPrice: 260, SalePrice: 15, GrossSales: 37950, Discounts: 2201.18, Sales: 35748.82, COGS: 16305, Profit: 19443.82, Date: `7/1/20`, Month: `July`, Year: `2020` }), + new SalesDataItem({ Country: `Japan`, Product: `Kensington`, UnitsSold: 1372, ManufacturingPrice: 3, SalePrice: 20, GrossSales: 27440, Discounts: 0, Sales: 27440, COGS: 16185, Profit: 11255, Date: `1/1/19`, Month: `January`, Year: `2019` }), + new SalesDataItem({ Country: `India`, Product: `Kensington`, UnitsSold: 2762, ManufacturingPrice: 3, SalePrice: 20, GrossSales: 55240, Discounts: 0, Sales: 55240, COGS: 13210, Profit: 42030, Date: `1/1/19`, Month: `January`, Year: `2019` }), + new SalesDataItem({ Country: `UK`, Product: `Kensington`, UnitsSold: 1464, ManufacturingPrice: 3, SalePrice: 15, GrossSales: 21960, Discounts: 0, Sales: 21960, COGS: 21780, Profit: 180, Date: `6/1/19`, Month: `June`, Year: `2019` }), + new SalesDataItem({ Country: `India`, Product: `Kensington`, UnitsSold: 719, ManufacturingPrice: 3, SalePrice: 15, GrossSales: 10785, Discounts: 0, Sales: 10785, COGS: 8880, Profit: 1905, Date: `6/1/19`, Month: `June`, Year: `2019` }), + new SalesDataItem({ Country: `Brazil`, Product: `Kensington`, UnitsSold: 3576, ManufacturingPrice: 3, SalePrice: 15, GrossSales: 53640, Discounts: 0, Sales: 53640, COGS: 24700, Profit: 28940, Date: `6/1/19`, Month: `June`, Year: `2019` }), + new SalesDataItem({ Country: `India`, Product: `Kensington`, UnitsSold: 4422, ManufacturingPrice: 3, SalePrice: 350, GrossSales: 1547700, Discounts: 0, Sales: 1547700, COGS: 393380, Profit: 1154320, Date: `12/1/19`, Month: `December`, Year: `2019` }), + new SalesDataItem({ Country: `India`, Product: `Royal Oak`, UnitsSold: 3649, ManufacturingPrice: 5, SalePrice: 15, GrossSales: 54735, Discounts: 0, Sales: 54735, COGS: 9210, Profit: 45525, Date: `3/1/19`, Month: `March`, Year: `2019` }), + new SalesDataItem({ Country: `Japan`, Product: `Royal Oak`, UnitsSold: 4172, ManufacturingPrice: 5, SalePrice: 12, GrossSales: 50064, Discounts: 0, Sales: 50064, COGS: 7554, Profit: 42510, Date: `6/1/19`, Month: `June`, Year: `2019` }), + new SalesDataItem({ Country: `UK`, Product: `Royal Oak`, UnitsSold: 3841, ManufacturingPrice: 5, SalePrice: 20, GrossSales: 76820, Discounts: 0, Sales: 76820, COGS: 18990, Profit: 57830, Date: `6/1/19`, Month: `June`, Year: `2019` }), + new SalesDataItem({ Country: `India`, Product: `Royal Oak`, UnitsSold: 3726, ManufacturingPrice: 5, SalePrice: 12, GrossSales: 44712, Discounts: 0, Sales: 44712, COGS: 4635, Profit: 40077, Date: `6/1/19`, Month: `June`, Year: `2019` }), + new SalesDataItem({ Country: `Brazil`, Product: `Royal Oak`, UnitsSold: 2625, ManufacturingPrice: 5, SalePrice: 15, GrossSales: 39375, Discounts: 0, Sales: 39375, COGS: 24700, Profit: 14675, Date: `6/1/19`, Month: `June`, Year: `2019` }), + new SalesDataItem({ Country: `Japan`, Product: `Royal Oak`, UnitsSold: 1958, ManufacturingPrice: 5, SalePrice: 125, GrossSales: 244750, Discounts: 0, Sales: 244750, COGS: 319860, Profit: 75110, Date: `7/1/19`, Month: `July`, Year: `2019` }), + new SalesDataItem({ Country: `Brazil`, Product: `Royal Oak`, UnitsSold: 3271, ManufacturingPrice: 5, SalePrice: 300, GrossSales: 981300, Discounts: 0, Sales: 981300, COGS: 239500, Profit: 741800, Date: `8/1/19`, Month: `August`, Year: `2019` }), + new SalesDataItem({ Country: `India`, Product: `Royal Oak`, UnitsSold: 2091, ManufacturingPrice: 5, SalePrice: 7, GrossSales: 14637, Discounts: 0, Sales: 14637, COGS: 10730, Profit: 3907, Date: `9/1/19`, Month: `September`, Year: `2019` }), + new SalesDataItem({ Country: `Japan`, Product: `Royal Oak`, UnitsSold: 2530, ManufacturingPrice: 5, SalePrice: 125, GrossSales: 316250, Discounts: 0, Sales: 316250, COGS: 41400, Profit: 274850, Date: `10/1/18`, Month: `October`, Year: `2018` }), + new SalesDataItem({ Country: `USA`, Product: `Royal Oak`, UnitsSold: 2825, ManufacturingPrice: 5, SalePrice: 15, GrossSales: 42375, Discounts: 0, Sales: 42375, COGS: 6150, Profit: 36225, Date: `12/1/19`, Month: `December`, Year: `2019` }), + new SalesDataItem({ Country: `Japan`, Product: `Vermont`, UnitsSold: 2513, ManufacturingPrice: 10, SalePrice: 20, GrossSales: 50260, Discounts: 0, Sales: 50260, COGS: 2920, Profit: 47340, Date: `2/1/19`, Month: `February`, Year: `2019` }), + new SalesDataItem({ Country: `Brazil`, Product: `Vermont`, UnitsSold: 883, ManufacturingPrice: 10, SalePrice: 15, GrossSales: 13245, Discounts: 0, Sales: 13245, COGS: 9740, Profit: 3505, Date: `2/1/19`, Month: `February`, Year: `2019` }), + new SalesDataItem({ Country: `Japan`, Product: `Vermont`, UnitsSold: 2087, ManufacturingPrice: 10, SalePrice: 12, GrossSales: 25044, Discounts: 0, Sales: 25044, COGS: 7554, Profit: 17490, Date: `6/1/19`, Month: `June`, Year: `2019` }), + new SalesDataItem({ Country: `India`, Product: `Vermont`, UnitsSold: 2563, ManufacturingPrice: 10, SalePrice: 350, GrossSales: 897050, Discounts: 0, Sales: 897050, COGS: 261560, Profit: 635490, Date: `6/1/19`, Month: `June`, Year: `2019` }), + new SalesDataItem({ Country: `India`, Product: `Vermont`, UnitsSold: 2846, ManufacturingPrice: 10, SalePrice: 12, GrossSales: 34152, Discounts: 0, Sales: 34152, COGS: 1101, Profit: 33051, Date: `7/1/19`, Month: `July`, Year: `2019` }), + new SalesDataItem({ Country: `Brazil`, Product: `Vermont`, UnitsSold: 997, ManufacturingPrice: 10, SalePrice: 7, GrossSales: 6979, Discounts: 0, Sales: 6979, COGS: 4415, Profit: 2564, Date: `8/1/19`, Month: `August`, Year: `2019` }), + new SalesDataItem({ Country: `UK`, Product: `Vermont`, UnitsSold: 3421, ManufacturingPrice: 10, SalePrice: 15, GrossSales: 51315, Discounts: 0, Sales: 51315, COGS: 5490, Profit: 45825, Date: `9/1/18`, Month: `September`, Year: `2018` }), + new SalesDataItem({ Country: `UK`, Product: `Marchesa`, UnitsSold: 70000, ManufacturingPrice: 10, SalePrice: 15, GrossSales: 1050000, Discounts: 0, Sales: 1050000, COGS: 5490, Profit: 1044510, Date: `9/1/18`, Month: `September`, Year: `2018` }), + new SalesDataItem({ Country: `Brazil`, Product: `Vermont`, UnitsSold: 2291, ManufacturingPrice: 10, SalePrice: 300, GrossSales: 687300, Discounts: 0, Sales: 687300, COGS: 197000, Profit: 490300, Date: `9/1/18`, Month: `September`, Year: `2018` }), + new SalesDataItem({ Country: `Brazil`, Product: `Vermont`, UnitsSold: 2290, ManufacturingPrice: 10, SalePrice: 15, GrossSales: 34350, Discounts: 0, Sales: 34350, COGS: 24720, Profit: 9630, Date: `9/1/19`, Month: `September`, Year: `2019` }), + new SalesDataItem({ Country: `USA`, Product: `Vermont`, UnitsSold: 2133, ManufacturingPrice: 10, SalePrice: 7, GrossSales: 14931, Discounts: 0, Sales: 14931, COGS: 5715, Profit: 9216, Date: `10/1/19`, Month: `October`, Year: `2019` }), + new SalesDataItem({ Country: `Japan`, Product: `Vermont`, UnitsSold: 3475, ManufacturingPrice: 10, SalePrice: 350, GrossSales: 1216250, Discounts: 0, Sales: 1216250, COGS: 448500, Profit: 767750, Date: `11/1/18`, Month: `November`, Year: `2018` }), + new SalesDataItem({ Country: `USA`, Product: `Vermont`, UnitsSold: 3686, ManufacturingPrice: 10, SalePrice: 12, GrossSales: 44232, Discounts: 0, Sales: 44232, COGS: 2736, Profit: 41496, Date: `11/1/18`, Month: `November`, Year: `2018` }), + new SalesDataItem({ Country: `Japan`, Product: `Vermont`, UnitsSold: 3319, ManufacturingPrice: 10, SalePrice: 15, GrossSales: 49785, Discounts: 0, Sales: 49785, COGS: 21520, Profit: 28265, Date: `12/1/18`, Month: `December`, Year: `2018` }), + new SalesDataItem({ Country: `Japan`, Product: `Vermont`, UnitsSold: 3617, ManufacturingPrice: 10, SalePrice: 20, GrossSales: 72340, Discounts: 0, Sales: 72340, COGS: 18170, Profit: 54170, Date: `12/1/19`, Month: `December`, Year: `2019` }), + new SalesDataItem({ Country: `India`, Product: `Vermont`, UnitsSold: 1266, ManufacturingPrice: 10, SalePrice: 350, GrossSales: 443100, Discounts: 0, Sales: 443100, COGS: 393380, Profit: 49720, Date: `12/1/19`, Month: `December`, Year: `2019` }), + new SalesDataItem({ Country: `Brazil`, Product: `Burlington`, UnitsSold: 894, ManufacturingPrice: 120, SalePrice: 7, GrossSales: 6258, Discounts: 0, Sales: 6258, COGS: 7465, Profit: 1207, Date: `1/1/19`, Month: `January`, Year: `2019` }), + new SalesDataItem({ Country: `UK`, Product: `Burlington`, UnitsSold: 2725, ManufacturingPrice: 120, SalePrice: 125, GrossSales: 340625, Discounts: 0, Sales: 340625, COGS: 216480, Profit: 124145, Date: `2/1/19`, Month: `February`, Year: `2019` }), + new SalesDataItem({ Country: `India`, Product: `Burlington`, UnitsSold: 3061, ManufacturingPrice: 120, SalePrice: 12, GrossSales: 36732, Discounts: 0, Sales: 36732, COGS: 6483, Profit: 30249, Date: `3/1/19`, Month: `March`, Year: `2019` }), + new SalesDataItem({ Country: `India`, Product: `Burlington`, UnitsSold: 3958, ManufacturingPrice: 120, SalePrice: 350, GrossSales: 1385300, Discounts: 0, Sales: 1385300, COGS: 261560, Profit: 1123740, Date: `6/1/19`, Month: `June`, Year: `2019` }), + new SalesDataItem({ Country: `India`, Product: `Burlington`, UnitsSold: 3920, ManufacturingPrice: 120, SalePrice: 12, GrossSales: 47040, Discounts: 0, Sales: 47040, COGS: 4635, Profit: 42405, Date: `6/1/19`, Month: `June`, Year: `2019` }), + new SalesDataItem({ Country: `USA`, Product: `Burlington`, UnitsSold: 3381, ManufacturingPrice: 120, SalePrice: 125, GrossSales: 422625, Discounts: 0, Sales: 422625, COGS: 338520, Profit: 84105, Date: `8/1/19`, Month: `August`, Year: `2019` }), + new SalesDataItem({ Country: `Japan`, Product: `Burlington`, UnitsSold: 1094, ManufacturingPrice: 120, SalePrice: 125, GrossSales: 136750, Discounts: 0, Sales: 136750, COGS: 41400, Profit: 95350, Date: `10/1/18`, Month: `October`, Year: `2018` }), + new SalesDataItem({ Country: `Japan`, Product: `Mandarin`, UnitsSold: 4307, ManufacturingPrice: 250, SalePrice: 300, GrossSales: 1292100, Discounts: 0, Sales: 1292100, COGS: 500250, Profit: 791850, Date: `2/1/19`, Month: `February`, Year: `2019` }), + new SalesDataItem({ Country: `India`, Product: `Mandarin`, UnitsSold: 878, ManufacturingPrice: 250, SalePrice: 12, GrossSales: 10536, Discounts: 0, Sales: 10536, COGS: 8514, Profit: 2022, Date: `4/1/19`, Month: `April`, Year: `2019` }), + new SalesDataItem({ Country: `UK`, Product: `Mandarin`, UnitsSold: 496, ManufacturingPrice: 250, SalePrice: 15, GrossSales: 7440, Discounts: 0, Sales: 7440, COGS: 21780, Profit: 14340, Date: `6/1/19`, Month: `June`, Year: `2019` }), + new SalesDataItem({ Country: `India`, Product: `Mandarin`, UnitsSold: 3367, ManufacturingPrice: 250, SalePrice: 15, GrossSales: 50505, Discounts: 0, Sales: 50505, COGS: 8880, Profit: 41625, Date: `6/1/19`, Month: `June`, Year: `2019` }), + new SalesDataItem({ Country: `UK`, Product: `Mandarin`, UnitsSold: 3880, ManufacturingPrice: 250, SalePrice: 350, GrossSales: 1358000, Discounts: 0, Sales: 1358000, COGS: 397020, Profit: 960980, Date: `9/1/18`, Month: `September`, Year: `2018` }), + new SalesDataItem({ Country: `UK`, Product: `Mandarin`, UnitsSold: 2055, ManufacturingPrice: 250, SalePrice: 300, GrossSales: 616500, Discounts: 0, Sales: 616500, COGS: 537750, Profit: 78750, Date: `9/1/19`, Month: `September`, Year: `2019` }), + new SalesDataItem({ Country: `Japan`, Product: `Mandarin`, UnitsSold: 4041, ManufacturingPrice: 250, SalePrice: 20, GrossSales: 80820, Discounts: 0, Sales: 80820, COGS: 18170, Profit: 62650, Date: `12/1/19`, Month: `December`, Year: `2019` }), + new SalesDataItem({ Country: `UK`, Product: `Luxe`, UnitsSold: 3237, ManufacturingPrice: 260, SalePrice: 350, GrossSales: 1132950, Discounts: 0, Sales: 1132950, COGS: 715000, Profit: 417950, Date: `2/1/19`, Month: `February`, Year: `2019` }), + new SalesDataItem({ Country: `USA`, Product: `Luxe`, UnitsSold: 630, ManufacturingPrice: 260, SalePrice: 12, GrossSales: 7560, Discounts: 0, Sales: 7560, COGS: 5859, Profit: 1701, Date: `4/1/19`, Month: `April`, Year: `2019` }), + new SalesDataItem({ Country: `India`, Product: `Luxe`, UnitsSold: 4210, ManufacturingPrice: 260, SalePrice: 125, GrossSales: 526250, Discounts: 0, Sales: 526250, COGS: 506340, Profit: 19910, Date: `4/1/19`, Month: `April`, Year: `2019` }), + new SalesDataItem({ Country: `UK`, Product: `Luxe`, UnitsSold: 1127, ManufacturingPrice: 260, SalePrice: 20, GrossSales: 22540, Discounts: 0, Sales: 22540, COGS: 18990, Profit: 3550, Date: `6/1/19`, Month: `June`, Year: `2019` }), + new SalesDataItem({ Country: `India`, Product: `Luxe`, UnitsSold: 3438, ManufacturingPrice: 260, SalePrice: 7, GrossSales: 24066, Discounts: 0, Sales: 24066, COGS: 8430, Profit: 15636, Date: `7/1/19`, Month: `July`, Year: `2019` }), + new SalesDataItem({ Country: `USA`, Product: `Luxe`, UnitsSold: 2015, ManufacturingPrice: 260, SalePrice: 12, GrossSales: 24180, Discounts: 0, Sales: 24180, COGS: 6423, Profit: 17757, Date: `8/1/19`, Month: `August`, Year: `2019` }), + new SalesDataItem({ Country: `USA`, Product: `Luxe`, UnitsSold: 2534, ManufacturingPrice: 260, SalePrice: 7, GrossSales: 17738, Discounts: 0, Sales: 17738, COGS: 5715, Profit: 12023, Date: `10/1/19`, Month: `October`, Year: `2019` }), + new SalesDataItem({ Country: `USA`, Product: `Luxe`, UnitsSold: 1384, ManufacturingPrice: 260, SalePrice: 15, GrossSales: 20760, Discounts: 0, Sales: 20760, COGS: 6150, Profit: 14610, Date: `12/1/19`, Month: `December`, Year: `2019` }), + new SalesDataItem({ Country: `UK`, Product: `Vermont`, UnitsSold: 3561, ManufacturingPrice: 10, SalePrice: 7, GrossSales: 24927, Discounts: 276.15, Sales: 24650.85, COGS: 19725, Profit: 4925.85, Date: `1/1/19`, Month: `January`, Year: `2019` }), + new SalesDataItem({ Country: `UK`, Product: `Vermont`, UnitsSold: 1823, ManufacturingPrice: 10, SalePrice: 15, GrossSales: 27345, Discounts: 344.4, Sales: 27000.6, COGS: 22960, Profit: 4040.6, Date: `2/1/19`, Month: `February`, Year: `2019` }), + new SalesDataItem({ Country: `UK`, Product: `Vermont`, UnitsSold: 2795, ManufacturingPrice: 10, SalePrice: 7, GrossSales: 19565, Discounts: 72.1, Sales: 19492.9, COGS: 5150, Profit: 14342.9, Date: `5/1/19`, Month: `May`, Year: `2019` }), + new SalesDataItem({ Country: `UK`, Product: `Burlington`, UnitsSold: 457, ManufacturingPrice: 120, SalePrice: 7, GrossSales: 3199, Discounts: 44.73, Sales: 3154.27, COGS: 3195, Profit: 40.73, Date: `11/1/19`, Month: `November`, Year: `2019` }), + new SalesDataItem({ Country: `Japan`, Product: `Mandarin`, UnitsSold: 3785, ManufacturingPrice: 250, SalePrice: 7, GrossSales: 26495, Discounts: 92.82, Sales: 26402.18, COGS: 6630, Profit: 19772.18, Date: `3/1/19`, Month: `March`, Year: `2019` }), + new SalesDataItem({ Country: `USA`, Product: `Kensington`, UnitsSold: 748, ManufacturingPrice: 3, SalePrice: 12, GrossSales: 8976, Discounts: 222.96, Sales: 8753.04, COGS: 5574, Profit: 3179.04, Date: `2/1/19`, Month: `February`, Year: `2019` }), + new SalesDataItem({ Country: `Brazil`, Product: `Kensington`, UnitsSold: 1021, ManufacturingPrice: 3, SalePrice: 350, GrossSales: 357350, Discounts: 4235, Sales: 353115, COGS: 314600, Profit: 38515, Date: `3/1/19`, Month: `March`, Year: `2019` }), + new SalesDataItem({ Country: `USA`, Product: `Kensington`, UnitsSold: 2076, ManufacturingPrice: 3, SalePrice: 7, GrossSales: 14532, Discounts: 177.03, Sales: 14354.97, COGS: 12645, Profit: 1709.97, Date: `7/1/19`, Month: `July`, Year: `2019` }), + new SalesDataItem({ Country: `Japan`, Product: `Kensington`, UnitsSold: 4316, ManufacturingPrice: 3, SalePrice: 12, GrossSales: 51792, Discounts: 173.4, Sales: 51618.6, COGS: 4335, Profit: 47283.6, Date: `9/1/19`, Month: `September`, Year: `2019` }), + new SalesDataItem({ Country: `USA`, Product: `Kensington`, UnitsSold: 2654, ManufacturingPrice: 3, SalePrice: 125, GrossSales: 331750, Discounts: 412.5, Sales: 331337.5, COGS: 39600, Profit: 291737.5, Date: `9/1/18`, Month: `September`, Year: `2018` }), + new SalesDataItem({ Country: `UK`, Product: `Kensington`, UnitsSold: 4174, ManufacturingPrice: 3, SalePrice: 12, GrossSales: 50088, Discounts: 320.52, Sales: 49767.48, COGS: 8013, Profit: 41754.48, Date: `9/1/19`, Month: `September`, Year: `2019` }), + new SalesDataItem({ Country: `India`, Product: `Kensington`, UnitsSold: 1675, ManufacturingPrice: 3, SalePrice: 12, GrossSales: 20100, Discounts: 91.92, Sales: 20008.08, COGS: 2298, Profit: 17710.08, Date: `10/1/18`, Month: `October`, Year: `2018` }), + new SalesDataItem({ Country: `Brazil`, Product: `Kensington`, UnitsSold: 1572, ManufacturingPrice: 3, SalePrice: 300, GrossSales: 471600, Discounts: 1482, Sales: 470118, COGS: 123500, Profit: 346618, Date: `10/1/18`, Month: `October`, Year: `2018` }), + new SalesDataItem({ Country: `Brazil`, Product: `Kensington`, UnitsSold: 3736, ManufacturingPrice: 3, SalePrice: 350, GrossSales: 1307600, Discounts: 4889.5, Sales: 1302710.5, COGS: 363220, Profit: 939490.5, Date: `10/1/19`, Month: `October`, Year: `2019` }), + new SalesDataItem({ Country: `UK`, Product: `Kensington`, UnitsSold: 1914, ManufacturingPrice: 3, SalePrice: 350, GrossSales: 669900, Discounts: 7542.5, Sales: 662357.5, COGS: 560300, Profit: 102057.5, Date: `12/1/19`, Month: `December`, Year: `2019` }), + new SalesDataItem({ Country: `Brazil`, Product: `Royal Oak`, UnitsSold: 2742, ManufacturingPrice: 5, SalePrice: 15, GrossSales: 41130, Discounts: 332.1, Sales: 40797.9, COGS: 22140, Profit: 18657.9, Date: `3/1/19`, Month: `March`, Year: `2019` }), + new SalesDataItem({ Country: `USA`, Product: `Royal Oak`, UnitsSold: 1499, ManufacturingPrice: 5, SalePrice: 300, GrossSales: 449700, Discounts: 6903, Sales: 442797, COGS: 575250, Profit: 132453, Date: `4/1/19`, Month: `April`, Year: `2019` }), + new SalesDataItem({ Country: `UK`, Product: `Royal Oak`, UnitsSold: 3772, ManufacturingPrice: 5, SalePrice: 20, GrossSales: 75440, Discounts: 275.1, Sales: 75164.9, COGS: 13755, Profit: 61409.9, Date: `7/1/19`, Month: `July`, Year: `2019` }), + new SalesDataItem({ Country: `Japan`, Product: `Royal Oak`, UnitsSold: 1112, ManufacturingPrice: 5, SalePrice: 7, GrossSales: 7784, Discounts: 128.1, Sales: 7655.9, COGS: 9150, Profit: 1494.1, Date: `8/1/19`, Month: `August`, Year: `2019` }), + new SalesDataItem({ Country: `USA`, Product: `Royal Oak`, UnitsSold: 1723, ManufacturingPrice: 5, SalePrice: 300, GrossSales: 516900, Discounts: 7494, Sales: 509406, COGS: 624500, Profit: 115094, Date: `9/1/18`, Month: `September`, Year: `2018` }), + new SalesDataItem({ Country: `USA`, Product: `Royal Oak`, UnitsSold: 423, ManufacturingPrice: 5, SalePrice: 125, GrossSales: 52875, Discounts: 828.75, Sales: 52046.25, COGS: 79560, Profit: 27513.75, Date: `10/1/18`, Month: `October`, Year: `2018` }), + new SalesDataItem({ Country: `USA`, Product: `Vermont`, UnitsSold: 2368, ManufacturingPrice: 10, SalePrice: 15, GrossSales: 35520, Discounts: 227.1, Sales: 35292.9, COGS: 15140, Profit: 20152.9, Date: `2/1/19`, Month: `February`, Year: `2019` }), + new SalesDataItem({ Country: `USA`, Product: `Vermont`, UnitsSold: 1586, ManufacturingPrice: 10, SalePrice: 7, GrossSales: 11102, Discounts: 314.48, Sales: 10787.52, COGS: 22462.5, Profit: 11674.98, Date: `4/1/19`, Month: `April`, Year: `2019` }), + new SalesDataItem({ Country: `USA`, Product: `Vermont`, UnitsSold: 3386, ManufacturingPrice: 10, SalePrice: 125, GrossSales: 423250, Discounts: 908.75, Sales: 422341.25, COGS: 87240, Profit: 335101.25, Date: `6/1/19`, Month: `June`, Year: `2019` }), + new SalesDataItem({ Country: `UK`, Product: `Vermont`, UnitsSold: 852, ManufacturingPrice: 10, SalePrice: 125, GrossSales: 106500, Discounts: 983.75, Sales: 105516.25, COGS: 94440, Profit: 11076.25, Date: `6/1/19`, Month: `June`, Year: `2019` }), + new SalesDataItem({ Country: `Brazil`, Product: `Vermont`, UnitsSold: 2783, ManufacturingPrice: 10, SalePrice: 125, GrossSales: 347875, Discounts: 2278.75, Sales: 345596.25, COGS: 218760, Profit: 126836.25, Date: `7/1/19`, Month: `July`, Year: `2019` }), + new SalesDataItem({ Country: `India`, Product: `Vermont`, UnitsSold: 2684, ManufacturingPrice: 10, SalePrice: 15, GrossSales: 40260, Discounts: 112.05, Sales: 40147.95, COGS: 7470, Profit: 32677.95, Date: `9/1/19`, Month: `September`, Year: `2019` }), + new SalesDataItem({ Country: `India`, Product: `Vermont`, UnitsSold: 4393, ManufacturingPrice: 10, SalePrice: 12, GrossSales: 52716, Discounts: 91.92, Sales: 52624.08, COGS: 2298, Profit: 50326.08, Date: `10/1/18`, Month: `October`, Year: `2018` }), + new SalesDataItem({ Country: `USA`, Product: `Vermont`, UnitsSold: 4083, ManufacturingPrice: 10, SalePrice: 300, GrossSales: 1224900, Discounts: 8715, Sales: 1216185, COGS: 726250, Profit: 489935, Date: `11/1/19`, Month: `November`, Year: `2019` }), + new SalesDataItem({ Country: `UK`, Product: `Vermont`, UnitsSold: 2816, ManufacturingPrice: 10, SalePrice: 350, GrossSales: 985600, Discounts: 7542.5, Sales: 978057.5, COGS: 560300, Profit: 417757.5, Date: `12/1/19`, Month: `December`, Year: `2019` }), + new SalesDataItem({ Country: `UK`, Product: `Burlington`, UnitsSold: 4294, ManufacturingPrice: 120, SalePrice: 20, GrossSales: 85880, Discounts: 772.8, Sales: 85107.2, COGS: 38640, Profit: 46467.2, Date: `4/1/19`, Month: `April`, Year: `2019` }), + new SalesDataItem({ Country: `Brazil`, Product: `Burlington`, UnitsSold: 2856, ManufacturingPrice: 120, SalePrice: 7, GrossSales: 19992, Discounts: 25.34, Sales: 19966.66, COGS: 1810, Profit: 18156.66, Date: `5/1/19`, Month: `May`, Year: `2019` }), + new SalesDataItem({ Country: `Japan`, Product: `Burlington`, UnitsSold: 1407, ManufacturingPrice: 120, SalePrice: 125, GrossSales: 175875, Discounts: 1153.75, Sales: 174721.25, COGS: 110760, Profit: 63961.25, Date: `8/1/19`, Month: `August`, Year: `2019` }), + new SalesDataItem({ Country: `USA`, Product: `Burlington`, UnitsSold: 3850, ManufacturingPrice: 120, SalePrice: 125, GrossSales: 481250, Discounts: 828.75, Sales: 480421.25, COGS: 79560, Profit: 400861.25, Date: `10/1/18`, Month: `October`, Year: `2018` }), + new SalesDataItem({ Country: `Japan`, Product: `Burlington`, UnitsSold: 2856, ManufacturingPrice: 120, SalePrice: 7, GrossSales: 19992, Discounts: 146.44, Sales: 19845.56, COGS: 10460, Profit: 9385.56, Date: `11/1/18`, Month: `November`, Year: `2018` }), + new SalesDataItem({ Country: `India`, Product: `Mandarin`, UnitsSold: 1265, ManufacturingPrice: 250, SalePrice: 7, GrossSales: 8855, Discounts: 18.41, Sales: 8836.59, COGS: 1315, Profit: 7521.59, Date: `3/1/19`, Month: `March`, Year: `2019` }), + new SalesDataItem({ Country: `Japan`, Product: `Mandarin`, UnitsSold: 3892, ManufacturingPrice: 250, SalePrice: 350, GrossSales: 1362200, Discounts: 3302.25, Sales: 1358897.75, COGS: 245310, Profit: 1113587.75, Date: `4/1/19`, Month: `April`, Year: `2019` }), + new SalesDataItem({ Country: `USA`, Product: `Mandarin`, UnitsSold: 3068, ManufacturingPrice: 250, SalePrice: 125, GrossSales: 383500, Discounts: 908.75, Sales: 382591.25, COGS: 87240, Profit: 295351.25, Date: `6/1/19`, Month: `June`, Year: `2019` }), + new SalesDataItem({ Country: `UK`, Product: `Mandarin`, UnitsSold: 2181, ManufacturingPrice: 250, SalePrice: 125, GrossSales: 272625, Discounts: 983.75, Sales: 271641.25, COGS: 94440, Profit: 177201.25, Date: `6/1/19`, Month: `June`, Year: `2019` }), + new SalesDataItem({ Country: `India`, Product: `Mandarin`, UnitsSold: 1356, ManufacturingPrice: 250, SalePrice: 300, GrossSales: 406800, Discounts: 2958, Sales: 403842, COGS: 246500, Profit: 157342, Date: `9/1/19`, Month: `September`, Year: `2019` }), + new SalesDataItem({ Country: `Brazil`, Product: `Mandarin`, UnitsSold: 2545, ManufacturingPrice: 250, SalePrice: 300, GrossSales: 763500, Discounts: 1482, Sales: 762018, COGS: 123500, Profit: 638518, Date: `10/1/18`, Month: `October`, Year: `2018` }), + new SalesDataItem({ Country: `Brazil`, Product: `Mandarin`, UnitsSold: 1814, ManufacturingPrice: 250, SalePrice: 350, GrossSales: 634900, Discounts: 4889.5, Sales: 630010.5, COGS: 363220, Profit: 266790.5, Date: `10/1/19`, Month: `October`, Year: `2019` }), + new SalesDataItem({ Country: `UK`, Product: `Mandarin`, UnitsSold: 1495, ManufacturingPrice: 250, SalePrice: 125, GrossSales: 186875, Discounts: 2180, Sales: 184695, COGS: 209280, Profit: 24585, Date: `11/1/19`, Month: `November`, Year: `2019` }), + new SalesDataItem({ Country: `USA`, Product: `Luxe`, UnitsSold: 1154, ManufacturingPrice: 260, SalePrice: 12, GrossSales: 13848, Discounts: 238.68, Sales: 13609.32, COGS: 5967, Profit: 7642.32, Date: `9/1/18`, Month: `September`, Year: `2018` }), + new SalesDataItem({ Country: `UK`, Product: `Luxe`, UnitsSold: 4180, ManufacturingPrice: 260, SalePrice: 15, GrossSales: 62700, Discounts: 48.15, Sales: 62651.85, COGS: 3210, Profit: 59441.85, Date: `11/1/18`, Month: `November`, Year: `2018` }), + new SalesDataItem({ Country: `Japan`, Product: `Kensington`, UnitsSold: 1463, ManufacturingPrice: 3, SalePrice: 125, GrossSales: 182875, Discounts: 1856.25, Sales: 181018.75, COGS: 89100, Profit: 91918.75, Date: `4/1/19`, Month: `April`, Year: `2019` }), + new SalesDataItem({ Country: `Japan`, Product: `Kensington`, UnitsSold: 215, ManufacturingPrice: 3, SalePrice: 12, GrossSales: 2580, Discounts: 310.8, Sales: 2269.2, COGS: 3885, Profit: 1615.8, Date: `10/1/19`, Month: `October`, Year: `2019` }), + new SalesDataItem({ Country: `India`, Product: `Kensington`, UnitsSold: 4099, ManufacturingPrice: 3, SalePrice: 300, GrossSales: 1229700, Discounts: 1284, Sales: 1228416, COGS: 53500, Profit: 1174916, Date: `10/1/18`, Month: `October`, Year: `2018` }), + new SalesDataItem({ Country: `UK`, Product: `Kensington`, UnitsSold: 2660, ManufacturingPrice: 3, SalePrice: 7, GrossSales: 18620, Discounts: 300.3, Sales: 18319.7, COGS: 10725, Profit: 7594.7, Date: `11/1/18`, Month: `November`, Year: `2018` }), + new SalesDataItem({ Country: `Japan`, Product: `Kensington`, UnitsSold: 566, ManufacturingPrice: 3, SalePrice: 350, GrossSales: 198100, Discounts: 19964, Sales: 178136, COGS: 741520, Profit: 563384, Date: `12/1/19`, Month: `December`, Year: `2019` }), + new SalesDataItem({ Country: `USA`, Product: `Royal Oak`, UnitsSold: 3255, ManufacturingPrice: 5, SalePrice: 12, GrossSales: 39060, Discounts: 274.08, Sales: 38785.92, COGS: 3426, Profit: 35359.92, Date: `6/1/19`, Month: `June`, Year: `2019` }), + new SalesDataItem({ Country: `USA`, Product: `Royal Oak`, UnitsSold: 772, ManufacturingPrice: 5, SalePrice: 20, GrossSales: 15440, Discounts: 626.4, Sales: 14813.6, COGS: 15660, Profit: 846.4, Date: `10/1/19`, Month: `October`, Year: `2019` }), + new SalesDataItem({ Country: `Brazil`, Product: `Royal Oak`, UnitsSold: 1135, ManufacturingPrice: 5, SalePrice: 12, GrossSales: 13620, Discounts: 165.6, Sales: 13454.4, COGS: 2070, Profit: 11384.4, Date: `11/1/19`, Month: `November`, Year: `2019` }), + new SalesDataItem({ Country: `Brazil`, Product: `Royal Oak`, UnitsSold: 3826, ManufacturingPrice: 5, SalePrice: 125, GrossSales: 478250, Discounts: 4150, Sales: 474100, COGS: 199200, Profit: 274900, Date: `11/1/18`, Month: `November`, Year: `2018` }), + new SalesDataItem({ Country: `Japan`, Product: `Vermont`, UnitsSold: 1193, ManufacturingPrice: 10, SalePrice: 15, GrossSales: 17895, Discounts: 708.9, Sales: 17186.1, COGS: 23630, Profit: 6443.9, Date: `2/1/19`, Month: `February`, Year: `2019` }), + new SalesDataItem({ Country: `UK`, Product: `Vermont`, UnitsSold: 2530, ManufacturingPrice: 10, SalePrice: 300, GrossSales: 759000, Discounts: 5508, Sales: 753492, COGS: 229500, Profit: 523992, Date: `5/1/19`, Month: `May`, Year: `2019` }), + new SalesDataItem({ Country: `India`, Product: `Vermont`, UnitsSold: 3451, ManufacturingPrice: 10, SalePrice: 300, GrossSales: 1035300, Discounts: 10368, Sales: 1024932, COGS: 432000, Profit: 592932, Date: `5/1/19`, Month: `May`, Year: `2019` }), + new SalesDataItem({ Country: `USA`, Product: `Vermont`, UnitsSold: 3059, ManufacturingPrice: 10, SalePrice: 12, GrossSales: 36708, Discounts: 274.08, Sales: 36433.92, COGS: 3426, Profit: 33007.92, Date: `6/1/19`, Month: `June`, Year: `2019` }), + new SalesDataItem({ Country: `Brazil`, Product: `Vermont`, UnitsSold: 3957, ManufacturingPrice: 10, SalePrice: 125, GrossSales: 494625, Discounts: 1655, Sales: 492970, COGS: 79440, Profit: 413530, Date: `6/1/19`, Month: `June`, Year: `2019` }), + new SalesDataItem({ Country: `Japan`, Product: `Vermont`, UnitsSold: 3444, ManufacturingPrice: 10, SalePrice: 12, GrossSales: 41328, Discounts: 310.8, Sales: 41017.2, COGS: 3885, Profit: 37132.2, Date: `10/1/19`, Month: `October`, Year: `2019` }), + new SalesDataItem({ Country: `India`, Product: `Vermont`, UnitsSold: 4388, ManufacturingPrice: 10, SalePrice: 125, GrossSales: 548500, Discounts: 2022.5, Sales: 546477.5, COGS: 97080, Profit: 449397.5, Date: `10/1/18`, Month: `October`, Year: `2018` }), + new SalesDataItem({ Country: `Brazil`, Product: `Vermont`, UnitsSold: 2106, ManufacturingPrice: 10, SalePrice: 125, GrossSales: 263250, Discounts: 5362.5, Sales: 257887.5, COGS: 257400, Profit: 487.5, Date: `10/1/18`, Month: `October`, Year: `2018` }), + new SalesDataItem({ Country: `UK`, Product: `Vermont`, UnitsSold: 799, ManufacturingPrice: 10, SalePrice: 12, GrossSales: 9588, Discounts: 428.4, Sales: 9159.6, COGS: 5355, Profit: 3804.6, Date: `11/1/18`, Month: `November`, Year: `2018` }), + new SalesDataItem({ Country: `Japan`, Product: `Vermont`, UnitsSold: 3154, ManufacturingPrice: 10, SalePrice: 300, GrossSales: 946200, Discounts: 11496, Sales: 934704, COGS: 479000, Profit: 455704, Date: `12/1/19`, Month: `December`, Year: `2019` }), + new SalesDataItem({ Country: `Japan`, Product: `Vermont`, UnitsSold: 4108, ManufacturingPrice: 10, SalePrice: 350, GrossSales: 1437800, Discounts: 19964, Sales: 1417836, COGS: 741520, Profit: 676316, Date: `12/1/19`, Month: `December`, Year: `2019` }), + new SalesDataItem({ Country: `Japan`, Product: `Vermont`, UnitsSold: 3760, ManufacturingPrice: 10, SalePrice: 125, GrossSales: 470000, Discounts: 6822.5, Sales: 463177.5, COGS: 327480, Profit: 135697.5, Date: `12/1/19`, Month: `December`, Year: `2019` }), + new SalesDataItem({ Country: `USA`, Product: `Vermont`, UnitsSold: 377, ManufacturingPrice: 10, SalePrice: 15, GrossSales: 5655, Discounts: 577.5, Sales: 5077.5, COGS: 19250, Profit: 14172.5, Date: `12/1/18`, Month: `December`, Year: `2018` }), + new SalesDataItem({ Country: `USA`, Product: `Vermont`, UnitsSold: 2110, ManufacturingPrice: 10, SalePrice: 7, GrossSales: 14770, Discounts: 281.82, Sales: 14488.18, COGS: 10065, Profit: 4423.18, Date: `12/1/18`, Month: `December`, Year: `2018` }), + new SalesDataItem({ Country: `UK`, Product: `Vermont`, UnitsSold: 2334, ManufacturingPrice: 10, SalePrice: 12, GrossSales: 28008, Discounts: 253.2, Sales: 27754.8, COGS: 3165, Profit: 24589.8, Date: `12/1/19`, Month: `December`, Year: `2019` }), + new SalesDataItem({ Country: `Brazil`, Product: `Vermont`, UnitsSold: 580, ManufacturingPrice: 10, SalePrice: 12, GrossSales: 6960, Discounts: 260.16, Sales: 6699.84, COGS: 3252, Profit: 3447.84, Date: `12/1/19`, Month: `December`, Year: `2019` }), + new SalesDataItem({ Country: `USA`, Product: `Burlington`, UnitsSold: 2610, ManufacturingPrice: 120, SalePrice: 20, GrossSales: 52200, Discounts: 626.4, Sales: 51573.6, COGS: 15660, Profit: 35913.6, Date: `10/1/19`, Month: `October`, Year: `2019` }), + new SalesDataItem({ Country: `India`, Product: `Burlington`, UnitsSold: 1598, ManufacturingPrice: 120, SalePrice: 350, GrossSales: 559300, Discounts: 20762, Sales: 538538, COGS: 771160, Profit: 232622, Date: `10/1/18`, Month: `October`, Year: `2018` }), + new SalesDataItem({ Country: `India`, Product: `Burlington`, UnitsSold: 1459, ManufacturingPrice: 120, SalePrice: 350, GrossSales: 510650, Discounts: 20139, Sales: 490511, COGS: 748020, Profit: 257509, Date: `10/1/19`, Month: `October`, Year: `2019` }), + new SalesDataItem({ Country: `India`, Product: `Burlington`, UnitsSold: 3284, ManufacturingPrice: 120, SalePrice: 125, GrossSales: 410500, Discounts: 2022.5, Sales: 408477.5, COGS: 97080, Profit: 311397.5, Date: `10/1/18`, Month: `October`, Year: `2018` }), + new SalesDataItem({ Country: `Brazil`, Product: `Burlington`, UnitsSold: 1197, ManufacturingPrice: 120, SalePrice: 125, GrossSales: 149625, Discounts: 5362.5, Sales: 144262.5, COGS: 257400, Profit: 113137.5, Date: `10/1/18`, Month: `October`, Year: `2018` }), + new SalesDataItem({ Country: `UK`, Product: `Burlington`, UnitsSold: 3774, ManufacturingPrice: 120, SalePrice: 12, GrossSales: 45288, Discounts: 253.2, Sales: 45034.8, COGS: 3165, Profit: 41869.8, Date: `12/1/19`, Month: `December`, Year: `2019` }), + new SalesDataItem({ Country: `Brazil`, Product: `Burlington`, UnitsSold: 2303, ManufacturingPrice: 120, SalePrice: 20, GrossSales: 46060, Discounts: 217.6, Sales: 45842.4, COGS: 5440, Profit: 40402.4, Date: `12/1/18`, Month: `December`, Year: `2018` }), + new SalesDataItem({ Country: `Brazil`, Product: `Burlington`, UnitsSold: 2572, ManufacturingPrice: 120, SalePrice: 12, GrossSales: 30864, Discounts: 260.16, Sales: 30603.84, COGS: 3252, Profit: 27351.84, Date: `12/1/19`, Month: `December`, Year: `2019` }), + new SalesDataItem({ Country: `Brazil`, Product: `Mandarin`, UnitsSold: 320, ManufacturingPrice: 250, SalePrice: 125, GrossSales: 40000, Discounts: 1655, Sales: 38345, COGS: 79440, Profit: 41095, Date: `6/1/19`, Month: `June`, Year: `2019` }), + new SalesDataItem({ Country: `India`, Product: `Mandarin`, UnitsSold: 2126, ManufacturingPrice: 250, SalePrice: 300, GrossSales: 637800, Discounts: 1284, Sales: 636516, COGS: 53500, Profit: 583016, Date: `10/1/18`, Month: `October`, Year: `2018` }), + new SalesDataItem({ Country: `India`, Product: `Mandarin`, UnitsSold: 3275, ManufacturingPrice: 250, SalePrice: 350, GrossSales: 1146250, Discounts: 20139, Sales: 1126111, COGS: 748020, Profit: 378091, Date: `10/1/19`, Month: `October`, Year: `2019` }), + new SalesDataItem({ Country: `Japan`, Product: `Mandarin`, UnitsSold: 3582, ManufacturingPrice: 250, SalePrice: 125, GrossSales: 447750, Discounts: 6822.5, Sales: 440927.5, COGS: 327480, Profit: 113447.5, Date: `12/1/19`, Month: `December`, Year: `2019` }), + new SalesDataItem({ Country: `USA`, Product: `Mandarin`, UnitsSold: 783, ManufacturingPrice: 250, SalePrice: 350, GrossSales: 274050, Discounts: 1862, Sales: 272188, COGS: 69160, Profit: 203028, Date: `12/1/18`, Month: `December`, Year: `2018` }), + new SalesDataItem({ Country: `Brazil`, Product: `Mandarin`, UnitsSold: 1202, ManufacturingPrice: 250, SalePrice: 350, GrossSales: 420700, Discounts: 13580, Sales: 407120, COGS: 504400, Profit: 97280, Date: `12/1/18`, Month: `December`, Year: `2018` }), + new SalesDataItem({ Country: `India`, Product: `Luxe`, UnitsSold: 4056, ManufacturingPrice: 260, SalePrice: 300, GrossSales: 1216800, Discounts: 1554, Sales: 1215246, COGS: 64750, Profit: 1150496, Date: `3/1/19`, Month: `March`, Year: `2019` }), + new SalesDataItem({ Country: `Brazil`, Product: `Luxe`, UnitsSold: 2144, ManufacturingPrice: 260, SalePrice: 300, GrossSales: 643200, Discounts: 6606, Sales: 636594, COGS: 275250, Profit: 361344, Date: `3/1/19`, Month: `March`, Year: `2019` }), + new SalesDataItem({ Country: `India`, Product: `Luxe`, UnitsSold: 3502, ManufacturingPrice: 260, SalePrice: 125, GrossSales: 437750, Discounts: 5690, Sales: 432060, COGS: 273120, Profit: 158940, Date: `5/1/19`, Month: `May`, Year: `2019` }), + new SalesDataItem({ Country: `India`, Product: `Luxe`, UnitsSold: 1397, ManufacturingPrice: 260, SalePrice: 350, GrossSales: 488950, Discounts: 20762, Sales: 468188, COGS: 771160, Profit: 302972, Date: `10/1/18`, Month: `October`, Year: `2018` }), + new SalesDataItem({ Country: `USA`, Product: `Luxe`, UnitsSold: 679, ManufacturingPrice: 260, SalePrice: 20, GrossSales: 13580, Discounts: 494.4, Sales: 13085.6, COGS: 12360, Profit: 725.6, Date: `11/1/19`, Month: `November`, Year: `2019` }), + new SalesDataItem({ Country: `UK`, Product: `Luxe`, UnitsSold: 2351, ManufacturingPrice: 260, SalePrice: 20, GrossSales: 47020, Discounts: 376.4, Sales: 46643.6, COGS: 9410, Profit: 37233.6, Date: `11/1/19`, Month: `November`, Year: `2019` }), + new SalesDataItem({ Country: `Japan`, Product: `Luxe`, UnitsSold: 2043, ManufacturingPrice: 260, SalePrice: 300, GrossSales: 612900, Discounts: 11496, Sales: 601404, COGS: 479000, Profit: 122404, Date: `12/1/19`, Month: `December`, Year: `2019` }), + new SalesDataItem({ Country: `UK`, Product: `Kensington`, UnitsSold: 3565, ManufacturingPrice: 3, SalePrice: 125, GrossSales: 445625, Discounts: 15913.13, Sales: 429711.88, COGS: 509220, Profit: 79508.13, Date: `4/1/19`, Month: `April`, Year: `2019` }), + new SalesDataItem({ Country: `India`, Product: `Kensington`, UnitsSold: 1401, ManufacturingPrice: 3, SalePrice: 20, GrossSales: 28020, Discounts: 1548, Sales: 26472, COGS: 25800, Profit: 672, Date: `4/1/19`, Month: `April`, Year: `2019` }), + new SalesDataItem({ Country: `India`, Product: `Kensington`, UnitsSold: 2077, ManufacturingPrice: 3, SalePrice: 300, GrossSales: 623100, Discounts: 6201, Sales: 616899, COGS: 172250, Profit: 444649, Date: `6/1/19`, Month: `June`, Year: `2019` }), + new SalesDataItem({ Country: `USA`, Product: `Kensington`, UnitsSold: 3643, ManufacturingPrice: 3, SalePrice: 12, GrossSales: 43716, Discounts: 700.92, Sales: 43015.08, COGS: 5841, Profit: 37174.08, Date: `9/1/19`, Month: `September`, Year: `2019` }), + new SalesDataItem({ Country: `Japan`, Product: `Kensington`, UnitsSold: 1105, ManufacturingPrice: 3, SalePrice: 12, GrossSales: 13260, Discounts: 326.88, Sales: 12933.12, COGS: 2724, Profit: 10209.12, Date: `12/1/18`, Month: `December`, Year: `2018` }), + new SalesDataItem({ Country: `India`, Product: `Royal Oak`, UnitsSold: 2960, ManufacturingPrice: 5, SalePrice: 7, GrossSales: 20720, Discounts: 411.18, Sales: 20308.82, COGS: 9790, Profit: 10518.82, Date: `2/1/19`, Month: `February`, Year: `2019` }), + new SalesDataItem({ Country: `UK`, Product: `Royal Oak`, UnitsSold: 1201, ManufacturingPrice: 5, SalePrice: 12, GrossSales: 14412, Discounts: 684.36, Sales: 13727.64, COGS: 5703, Profit: 8024.64, Date: `6/1/19`, Month: `June`, Year: `2019` }), + new SalesDataItem({ Country: `UK`, Product: `Royal Oak`, UnitsSold: 2321, ManufacturingPrice: 5, SalePrice: 7, GrossSales: 16247, Discounts: 114.24, Sales: 16132.76, COGS: 2720, Profit: 13412.76, Date: `9/1/19`, Month: `September`, Year: `2019` }), + new SalesDataItem({ Country: `India`, Product: `Royal Oak`, UnitsSold: 3640, ManufacturingPrice: 5, SalePrice: 350, GrossSales: 1274000, Discounts: 18868.5, Sales: 1255131.5, COGS: 467220, Profit: 787911.5, Date: `9/1/18`, Month: `September`, Year: `2018` }), + new SalesDataItem({ Country: `UK`, Product: `Royal Oak`, UnitsSold: 3972, ManufacturingPrice: 5, SalePrice: 125, GrossSales: 496500, Discounts: 4826.25, Sales: 491673.75, COGS: 154440, Profit: 337233.75, Date: `12/1/19`, Month: `December`, Year: `2019` }), + new SalesDataItem({ Country: `India`, Product: `Royal Oak`, UnitsSold: 3878, ManufacturingPrice: 5, SalePrice: 125, GrossSales: 484750, Discounts: 6397.5, Sales: 478352.5, COGS: 204720, Profit: 273632.5, Date: `12/1/19`, Month: `December`, Year: `2019` }), + new SalesDataItem({ Country: `UK`, Product: `Vermont`, UnitsSold: 2278, ManufacturingPrice: 10, SalePrice: 300, GrossSales: 683400, Discounts: 21910.5, Sales: 661489.5, COGS: 608625, Profit: 52864.5, Date: `1/1/19`, Month: `January`, Year: `2019` }), + new SalesDataItem({ Country: `Japan`, Product: `Vermont`, UnitsSold: 1075, ManufacturingPrice: 10, SalePrice: 125, GrossSales: 134375, Discounts: 6652.5, Sales: 127722.5, COGS: 212880, Profit: 85157.5, Date: `3/1/19`, Month: `March`, Year: `2019` }), + new SalesDataItem({ Country: `UK`, Product: `Vermont`, UnitsSold: 4050, ManufacturingPrice: 10, SalePrice: 12, GrossSales: 48600, Discounts: 684.36, Sales: 47915.64, COGS: 5703, Profit: 42212.64, Date: `6/1/19`, Month: `June`, Year: `2019` }), + new SalesDataItem({ Country: `India`, Product: `Vermont`, UnitsSold: 3035, ManufacturingPrice: 10, SalePrice: 300, GrossSales: 910500, Discounts: 6201, Sales: 904299, COGS: 172250, Profit: 732049, Date: `6/1/19`, Month: `June`, Year: `2019` }), + new SalesDataItem({ Country: `India`, Product: `Vermont`, UnitsSold: 3636, ManufacturingPrice: 10, SalePrice: 125, GrossSales: 454500, Discounts: 5887.5, Sales: 448612.5, COGS: 188400, Profit: 260212.5, Date: `6/1/19`, Month: `June`, Year: `2019` }), + new SalesDataItem({ Country: `USA`, Product: `Vermont`, UnitsSold: 1379, ManufacturingPrice: 10, SalePrice: 12, GrossSales: 16548, Discounts: 493.02, Sales: 16054.98, COGS: 4108.5, Profit: 11946.48, Date: `7/1/19`, Month: `July`, Year: `2019` }), + new SalesDataItem({ Country: `Japan`, Product: `Vermont`, UnitsSold: 4492, ManufacturingPrice: 10, SalePrice: 125, GrossSales: 561500, Discounts: 7533.75, Sales: 553966.25, COGS: 241080, Profit: 312886.25, Date: `10/1/19`, Month: `October`, Year: `2019` }), + new SalesDataItem({ Country: `India`, Product: `Vermont`, UnitsSold: 764, ManufacturingPrice: 10, SalePrice: 15, GrossSales: 11460, Discounts: 875.25, Sales: 10584.75, COGS: 19450, Profit: 8865.25, Date: `10/1/18`, Month: `October`, Year: `2018` }), + new SalesDataItem({ Country: `UK`, Product: `Vermont`, UnitsSold: 1744, ManufacturingPrice: 10, SalePrice: 125, GrossSales: 218000, Discounts: 4826.25, Sales: 213173.75, COGS: 154440, Profit: 58733.75, Date: `12/1/19`, Month: `December`, Year: `2019` }), + new SalesDataItem({ Country: `India`, Product: `Vermont`, UnitsSold: 2341, ManufacturingPrice: 10, SalePrice: 125, GrossSales: 292625, Discounts: 6397.5, Sales: 286227.5, COGS: 204720, Profit: 81507.5, Date: `12/1/19`, Month: `December`, Year: `2019` }), + new SalesDataItem({ Country: `Japan`, Product: `Burlington`, UnitsSold: 3835, ManufacturingPrice: 120, SalePrice: 125, GrossSales: 479375, Discounts: 7533.75, Sales: 471841.25, COGS: 241080, Profit: 230761.25, Date: `10/1/19`, Month: `October`, Year: `2019` }), + new SalesDataItem({ Country: `USA`, Product: `Mandarin`, UnitsSold: 1161, ManufacturingPrice: 250, SalePrice: 300, GrossSales: 348300, Discounts: 25596, Sales: 322704, COGS: 711000, Profit: 388296, Date: `2/1/19`, Month: `February`, Year: `2019` }), + new SalesDataItem({ Country: `Brazil`, Product: `Mandarin`, UnitsSold: 876, ManufacturingPrice: 250, SalePrice: 12, GrossSales: 10512, Discounts: 689.76, Sales: 9822.24, COGS: 5748, Profit: 4074.24, Date: `4/1/19`, Month: `April`, Year: `2019` }), + new SalesDataItem({ Country: `India`, Product: `Mandarin`, UnitsSold: 1705, ManufacturingPrice: 250, SalePrice: 125, GrossSales: 213125, Discounts: 5887.5, Sales: 207237.5, COGS: 188400, Profit: 18837.5, Date: `6/1/19`, Month: `June`, Year: `2019` }), + new SalesDataItem({ Country: `Japan`, Product: `Mandarin`, UnitsSold: 1805, ManufacturingPrice: 250, SalePrice: 300, GrossSales: 541500, Discounts: 16866, Sales: 524634, COGS: 468500, Profit: 56134, Date: `8/1/19`, Month: `August`, Year: `2019` }), + new SalesDataItem({ Country: `Brazil`, Product: `Mandarin`, UnitsSold: 389, ManufacturingPrice: 250, SalePrice: 350, GrossSales: 136150, Discounts: 17241, Sales: 118909, COGS: 426920, Profit: 308011, Date: `8/1/19`, Month: `August`, Year: `2019` }), + new SalesDataItem({ Country: `India`, Product: `Mandarin`, UnitsSold: 2745, ManufacturingPrice: 250, SalePrice: 15, GrossSales: 41175, Discounts: 875.25, Sales: 40299.75, COGS: 19450, Profit: 20849.75, Date: `10/1/18`, Month: `October`, Year: `2018` }), + new SalesDataItem({ Country: `Japan`, Product: `Kensington`, UnitsSold: 1459, ManufacturingPrice: 3, SalePrice: 20, GrossSales: 29180, Discounts: 498.6, Sales: 28681.4, COGS: 8310, Profit: 20371.4, Date: `5/1/19`, Month: `May`, Year: `2019` }), + new SalesDataItem({ Country: `Brazil`, Product: `Vermont`, UnitsSold: 3938, ManufacturingPrice: 10, SalePrice: 7, GrossSales: 27566, Discounts: 369.6, Sales: 27196.4, COGS: 8800, Profit: 18396.4, Date: `9/1/18`, Month: `September`, Year: `2018` }), + new SalesDataItem({ Country: `Japan`, Product: `Burlington`, UnitsSold: 4236, ManufacturingPrice: 120, SalePrice: 20, GrossSales: 84720, Discounts: 2310.3, Sales: 82409.7, COGS: 38505, Profit: 43904.7, Date: `4/1/19`, Month: `April`, Year: `2019` }), + new SalesDataItem({ Country: `India`, Product: `Mandarin`, UnitsSold: 3627, ManufacturingPrice: 250, SalePrice: 12, GrossSales: 43524, Discounts: 892.44, Sales: 42631.56, COGS: 7437, Profit: 35194.56, Date: `1/1/19`, Month: `January`, Year: `2019` }), + new SalesDataItem({ Country: `Brazil`, Product: `Royal Oak`, UnitsSold: 1756, ManufacturingPrice: 5, SalePrice: 15, GrossSales: 26340, Discounts: 1218.6, Sales: 25121.4, COGS: 20310, Profit: 4811.4, Date: `10/1/19`, Month: `October`, Year: `2019` }), + new SalesDataItem({ Country: `Brazil`, Product: `Vermont`, UnitsSold: 307, ManufacturingPrice: 10, SalePrice: 15, GrossSales: 4605, Discounts: 1218.6, Sales: 3386.4, COGS: 20310, Profit: 16923.6, Date: `10/1/19`, Month: `October`, Year: `2019` }), + new SalesDataItem({ Country: `UK`, Product: `Vermont`, UnitsSold: 4489, ManufacturingPrice: 10, SalePrice: 15, GrossSales: 67335, Discounts: 1356.6, Sales: 65978.4, COGS: 22610, Profit: 43368.4, Date: `12/1/18`, Month: `December`, Year: `2018` }), + new SalesDataItem({ Country: `USA`, Product: `Burlington`, UnitsSold: 2167, ManufacturingPrice: 120, SalePrice: 20, GrossSales: 43340, Discounts: 588.8, Sales: 42751.2, COGS: 7360, Profit: 35391.2, Date: `9/1/18`, Month: `September`, Year: `2018` }), + new SalesDataItem({ Country: `Japan`, Product: `Kensington`, UnitsSold: 1137, ManufacturingPrice: 3, SalePrice: 7, GrossSales: 7959, Discounts: 798.28, Sales: 7160.72, COGS: 14255, Profit: 7094.28, Date: `10/1/18`, Month: `October`, Year: `2018` }), + new SalesDataItem({ Country: `India`, Product: `Kensington`, UnitsSold: 1222, ManufacturingPrice: 3, SalePrice: 300, GrossSales: 366600, Discounts: 24252, Sales: 342348, COGS: 505250, Profit: 162902, Date: `10/1/19`, Month: `October`, Year: `2019` }), + new SalesDataItem({ Country: `USA`, Product: `Kensington`, UnitsSold: 489, ManufacturingPrice: 3, SalePrice: 350, GrossSales: 171150, Discounts: 3836, Sales: 167314, COGS: 71240, Profit: 96074, Date: `12/1/19`, Month: `December`, Year: `2019` }), + new SalesDataItem({ Country: `Japan`, Product: `Royal Oak`, UnitsSold: 4133, ManufacturingPrice: 5, SalePrice: 15, GrossSales: 61995, Discounts: 1180.2, Sales: 60814.8, COGS: 19670, Profit: 41144.8, Date: `3/1/19`, Month: `March`, Year: `2019` }), + new SalesDataItem({ Country: `India`, Product: `Royal Oak`, UnitsSold: 2743, ManufacturingPrice: 5, SalePrice: 300, GrossSales: 822900, Discounts: 22308, Sales: 800592, COGS: 464750, Profit: 335842, Date: `8/1/19`, Month: `August`, Year: `2019` }), + new SalesDataItem({ Country: `Japan`, Product: `Royal Oak`, UnitsSold: 3699, ManufacturingPrice: 5, SalePrice: 7, GrossSales: 25893, Discounts: 798.28, Sales: 25094.72, COGS: 14255, Profit: 10839.72, Date: `10/1/18`, Month: `October`, Year: `2018` }), + new SalesDataItem({ Country: `India`, Product: `Royal Oak`, UnitsSold: 4460, ManufacturingPrice: 5, SalePrice: 300, GrossSales: 1338000, Discounts: 24252, Sales: 1313748, COGS: 505250, Profit: 808498, Date: `10/1/19`, Month: `October`, Year: `2019` }), + new SalesDataItem({ Country: `Brazil`, Product: `Royal Oak`, UnitsSold: 1232, ManufacturingPrice: 5, SalePrice: 125, GrossSales: 154000, Discounts: 5690, Sales: 148310, COGS: 136560, Profit: 11750, Date: `12/1/19`, Month: `December`, Year: `2019` }), + new SalesDataItem({ Country: `Japan`, Product: `Vermont`, UnitsSold: 2586, ManufacturingPrice: 10, SalePrice: 7, GrossSales: 18102, Discounts: 1190.28, Sales: 16911.72, COGS: 21255, Profit: 4343.28, Date: `1/1/19`, Month: `January`, Year: `2019` }), + new SalesDataItem({ Country: `India`, Product: `Vermont`, UnitsSold: 1332, ManufacturingPrice: 10, SalePrice: 125, GrossSales: 166500, Discounts: 3975, Sales: 162525, COGS: 95400, Profit: 67125, Date: `3/1/19`, Month: `March`, Year: `2019` }), + new SalesDataItem({ Country: `India`, Product: `Vermont`, UnitsSold: 4487, ManufacturingPrice: 10, SalePrice: 300, GrossSales: 1346100, Discounts: 16974, Sales: 1329126, COGS: 353625, Profit: 975501, Date: `4/1/19`, Month: `April`, Year: `2019` }), + new SalesDataItem({ Country: `USA`, Product: `Vermont`, UnitsSold: 3862, ManufacturingPrice: 10, SalePrice: 300, GrossSales: 1158600, Discounts: 35016, Sales: 1123584, COGS: 729500, Profit: 394084, Date: `5/1/19`, Month: `May`, Year: `2019` }), + new SalesDataItem({ Country: `USA`, Product: `Vermont`, UnitsSold: 1765, ManufacturingPrice: 10, SalePrice: 350, GrossSales: 617750, Discounts: 48300, Sales: 569450, COGS: 897000, Profit: 327550, Date: `7/1/19`, Month: `July`, Year: `2019` }), + new SalesDataItem({ Country: `UK`, Product: `Vermont`, UnitsSold: 3533, ManufacturingPrice: 10, SalePrice: 125, GrossSales: 441625, Discounts: 14940, Sales: 426685, COGS: 358560, Profit: 68125, Date: `7/1/19`, Month: `July`, Year: `2019` }), + new SalesDataItem({ Country: `Japan`, Product: `Vermont`, UnitsSold: 2016, ManufacturingPrice: 10, SalePrice: 15, GrossSales: 30240, Discounts: 130.8, Sales: 30109.2, COGS: 2180, Profit: 27929.2, Date: `9/1/19`, Month: `September`, Year: `2019` }), + new SalesDataItem({ Country: `Japan`, Product: `Vermont`, UnitsSold: 2938, ManufacturingPrice: 10, SalePrice: 20, GrossSales: 58760, Discounts: 1659.2, Sales: 57100.8, COGS: 20740, Profit: 36360.8, Date: `9/1/19`, Month: `September`, Year: `2019` }), + new SalesDataItem({ Country: `USA`, Product: `Vermont`, UnitsSold: 3352, ManufacturingPrice: 10, SalePrice: 20, GrossSales: 67040, Discounts: 844.8, Sales: 66195.2, COGS: 10560, Profit: 55635.2, Date: `9/1/19`, Month: `September`, Year: `2019` }), + new SalesDataItem({ Country: `USA`, Product: `Vermont`, UnitsSold: 4409, ManufacturingPrice: 10, SalePrice: 15, GrossSales: 66135, Discounts: 402.6, Sales: 65732.4, COGS: 6710, Profit: 59022.4, Date: `10/1/18`, Month: `October`, Year: `2018` }), + new SalesDataItem({ Country: `Brazil`, Product: `Vermont`, UnitsSold: 3323, ManufacturingPrice: 10, SalePrice: 15, GrossSales: 49845, Discounts: 908.4, Sales: 48936.6, COGS: 15140, Profit: 33796.6, Date: `10/1/18`, Month: `October`, Year: `2018` }), + new SalesDataItem({ Country: `USA`, Product: `Vermont`, UnitsSold: 2430, ManufacturingPrice: 10, SalePrice: 350, GrossSales: 850500, Discounts: 3836, Sales: 846664, COGS: 71240, Profit: 775424, Date: `12/1/19`, Month: `December`, Year: `2019` }), + new SalesDataItem({ Country: `Brazil`, Product: `Vermont`, UnitsSold: 535, ManufacturingPrice: 10, SalePrice: 125, GrossSales: 66875, Discounts: 5690, Sales: 61185, COGS: 136560, Profit: 75375, Date: `12/1/19`, Month: `December`, Year: `2019` }), + new SalesDataItem({ Country: `USA`, Product: `Burlington`, UnitsSold: 1523, ManufacturingPrice: 120, SalePrice: 12, GrossSales: 18276, Discounts: 703.2, Sales: 17572.8, COGS: 4395, Profit: 13177.8, Date: `3/1/19`, Month: `March`, Year: `2019` }), + new SalesDataItem({ Country: `Japan`, Product: `Burlington`, UnitsSold: 3631, ManufacturingPrice: 120, SalePrice: 20, GrossSales: 72620, Discounts: 2116.8, Sales: 70503.2, COGS: 26460, Profit: 44043.2, Date: `9/1/18`, Month: `September`, Year: `2018` }), + new SalesDataItem({ Country: `UK`, Product: `Burlington`, UnitsSold: 1782, ManufacturingPrice: 120, SalePrice: 350, GrossSales: 623700, Discounts: 30478, Sales: 593222, COGS: 566020, Profit: 27202, Date: `10/1/19`, Month: `October`, Year: `2019` }), + new SalesDataItem({ Country: `UK`, Product: `Mandarin`, UnitsSold: 347, ManufacturingPrice: 250, SalePrice: 12, GrossSales: 4164, Discounts: 415.68, Sales: 3748.32, COGS: 2598, Profit: 1150.32, Date: `5/1/19`, Month: `May`, Year: `2019` }), + new SalesDataItem({ Country: `USA`, Product: `Mandarin`, UnitsSold: 4147, ManufacturingPrice: 250, SalePrice: 350, GrossSales: 1451450, Discounts: 4886, Sales: 1446564, COGS: 90740, Profit: 1355824, Date: `9/1/18`, Month: `September`, Year: `2018` }), + new SalesDataItem({ Country: `UK`, Product: `Mandarin`, UnitsSold: 3509, ManufacturingPrice: 250, SalePrice: 350, GrossSales: 1228150, Discounts: 30478, Sales: 1197672, COGS: 566020, Profit: 631652, Date: `10/1/19`, Month: `October`, Year: `2019` }), + new SalesDataItem({ Country: `Brazil`, Product: `Mandarin`, UnitsSold: 2774, ManufacturingPrice: 250, SalePrice: 15, GrossSales: 41610, Discounts: 908.4, Sales: 40701.6, COGS: 15140, Profit: 25561.6, Date: `10/1/18`, Month: `October`, Year: `2018` }), + new SalesDataItem({ Country: `Brazil`, Product: `Luxe`, UnitsSold: 2943, ManufacturingPrice: 260, SalePrice: 350, GrossSales: 1030050, Discounts: 26110, Sales: 1003940, COGS: 484900, Profit: 519040, Date: `2/1/19`, Month: `February`, Year: `2019` }), + new SalesDataItem({ Country: `Brazil`, Product: `Luxe`, UnitsSold: 4037, ManufacturingPrice: 260, SalePrice: 125, GrossSales: 504625, Discounts: 5370, Sales: 499255, COGS: 128880, Profit: 370375, Date: `4/1/19`, Month: `April`, Year: `2019` }), + new SalesDataItem({ Country: `India`, Product: `Luxe`, UnitsSold: 4146, ManufacturingPrice: 260, SalePrice: 350, GrossSales: 1451100, Discounts: 26698, Sales: 1424402, COGS: 495820, Profit: 928582, Date: `9/1/19`, Month: `September`, Year: `2019` }), + new SalesDataItem({ Country: `USA`, Product: `Luxe`, UnitsSold: 4123, ManufacturingPrice: 260, SalePrice: 15, GrossSales: 61845, Discounts: 402.6, Sales: 61442.4, COGS: 6710, Profit: 54732.4, Date: `10/1/18`, Month: `October`, Year: `2018` }), + new SalesDataItem({ Country: `Japan`, Product: `Luxe`, UnitsSold: 1337, ManufacturingPrice: 260, SalePrice: 350, GrossSales: 467950, Discounts: 24892, Sales: 443058, COGS: 462280, Profit: 19222, Date: `12/1/18`, Month: `December`, Year: `2018` }), + new SalesDataItem({ Country: `India`, Product: `Royal Oak`, UnitsSold: 599, ManufacturingPrice: 5, SalePrice: 7, GrossSales: 4193, Discounts: 405.65, Sales: 3787.35, COGS: 5795, Profit: 2007.65, Date: `10/1/18`, Month: `October`, Year: `2018` }), + new SalesDataItem({ Country: `India`, Product: `Vermont`, UnitsSold: 725, ManufacturingPrice: 10, SalePrice: 7, GrossSales: 5075, Discounts: 480.2, Sales: 4594.8, COGS: 6860, Profit: 2265.2, Date: `1/1/19`, Month: `January`, Year: `2019` }), + new SalesDataItem({ Country: `Japan`, Product: `Vermont`, UnitsSold: 477, ManufacturingPrice: 10, SalePrice: 7, GrossSales: 3339, Discounts: 822.15, Sales: 2516.85, COGS: 11745, Profit: 9228.15, Date: `9/1/18`, Month: `September`, Year: `2018` }), + new SalesDataItem({ Country: `Brazil`, Product: `Vermont`, UnitsSold: 2325, ManufacturingPrice: 10, SalePrice: 7, GrossSales: 16275, Discounts: 941.15, Sales: 15333.85, COGS: 13445, Profit: 1888.85, Date: `10/1/19`, Month: `October`, Year: `2019` }), + new SalesDataItem({ Country: `Japan`, Product: `Vermont`, UnitsSold: 675, ManufacturingPrice: 10, SalePrice: 12, GrossSales: 8100, Discounts: 1458.6, Sales: 6641.4, COGS: 7293, Profit: 651.6, Date: `12/1/19`, Month: `December`, Year: `2019` }), + new SalesDataItem({ Country: `Japan`, Product: `Burlington`, UnitsSold: 2990, ManufacturingPrice: 120, SalePrice: 12, GrossSales: 35880, Discounts: 1458.6, Sales: 34421.4, COGS: 7293, Profit: 27128.4, Date: `12/1/19`, Month: `December`, Year: `2019` }), + new SalesDataItem({ Country: `Brazil`, Product: `Mandarin`, UnitsSold: 1072, ManufacturingPrice: 250, SalePrice: 7, GrossSales: 7504, Discounts: 941.15, Sales: 6562.85, COGS: 13445, Profit: 6882.15, Date: `10/1/19`, Month: `October`, Year: `2019` }), + new SalesDataItem({ Country: `Brazil`, Product: `Luxe`, UnitsSold: 1048, ManufacturingPrice: 260, SalePrice: 7, GrossSales: 7336, Discounts: 589.05, Sales: 6746.95, COGS: 8415, Profit: 1668.05, Date: `7/1/19`, Month: `July`, Year: `2019` }), + new SalesDataItem({ Country: `Brazil`, Product: `Luxe`, UnitsSold: 469, ManufacturingPrice: 260, SalePrice: 12, GrossSales: 5628, Discounts: 673.8, Sales: 4954.2, COGS: 3369, Profit: 1585.2, Date: `8/1/19`, Month: `August`, Year: `2019` }), + new SalesDataItem({ Country: `India`, Product: `Luxe`, UnitsSold: 804, ManufacturingPrice: 260, SalePrice: 7, GrossSales: 5628, Discounts: 405.65, Sales: 5222.35, COGS: 5795, Profit: 572.65, Date: `10/1/18`, Month: `October`, Year: `2018` }), + new SalesDataItem({ Country: `UK`, Product: `Kensington`, UnitsSold: 4240, ManufacturingPrice: 3, SalePrice: 12, GrossSales: 50880, Discounts: 1119, Sales: 49761, COGS: 5595, Profit: 44166, Date: `2/1/19`, Month: `February`, Year: `2019` }), + new SalesDataItem({ Country: `India`, Product: `Kensington`, UnitsSold: 1976, ManufacturingPrice: 3, SalePrice: 12, GrossSales: 23712, Discounts: 669.6, Sales: 23042.4, COGS: 3348, Profit: 19694.4, Date: `2/1/19`, Month: `February`, Year: `2019` }), + new SalesDataItem({ Country: `UK`, Product: `Kensington`, UnitsSold: 1984, ManufacturingPrice: 3, SalePrice: 20, GrossSales: 39680, Discounts: 1563, Sales: 38117, COGS: 15630, Profit: 22487, Date: `5/1/19`, Month: `May`, Year: `2019` }), + new SalesDataItem({ Country: `USA`, Product: `Kensington`, UnitsSold: 480, ManufacturingPrice: 3, SalePrice: 300, GrossSales: 144000, Discounts: 14865, Sales: 129135, COGS: 247750, Profit: 118615, Date: `6/1/19`, Month: `June`, Year: `2019` }), + new SalesDataItem({ Country: `India`, Product: `Kensington`, UnitsSold: 3551, ManufacturingPrice: 3, SalePrice: 7, GrossSales: 24857, Discounts: 355.6, Sales: 24501.4, COGS: 5080, Profit: 19421.4, Date: `11/1/18`, Month: `November`, Year: `2018` }), + new SalesDataItem({ Country: `Brazil`, Product: `Kensington`, UnitsSold: 1205, ManufacturingPrice: 3, SalePrice: 15, GrossSales: 18075, Discounts: 2093.25, Sales: 15981.75, COGS: 27910, Profit: 11928.25, Date: `11/1/19`, Month: `November`, Year: `2019` }), + new SalesDataItem({ Country: `USA`, Product: `Kensington`, UnitsSold: 2480, ManufacturingPrice: 3, SalePrice: 7, GrossSales: 17360, Discounts: 199.5, Sales: 17160.5, COGS: 2850, Profit: 14310.5, Date: `12/1/19`, Month: `December`, Year: `2019` }), + new SalesDataItem({ Country: `UK`, Product: `Kensington`, UnitsSold: 2926, ManufacturingPrice: 3, SalePrice: 7, GrossSales: 20482, Discounts: 870.45, Sales: 19611.55, COGS: 12435, Profit: 7176.55, Date: `12/1/19`, Month: `December`, Year: `2019` }), + new SalesDataItem({ Country: `UK`, Product: `Royal Oak`, UnitsSold: 3210, ManufacturingPrice: 5, SalePrice: 350, GrossSales: 1123500, Discounts: 24228.75, Sales: 1099271.25, COGS: 359970, Profit: 739301.25, Date: `1/1/19`, Month: `January`, Year: `2019` }), + new SalesDataItem({ Country: `USA`, Product: `Royal Oak`, UnitsSold: 3221, ManufacturingPrice: 5, SalePrice: 125, GrossSales: 402625, Discounts: 22668.75, Sales: 379956.25, COGS: 435240, Profit: 55283.75, Date: `7/1/19`, Month: `July`, Year: `2019` }), + new SalesDataItem({ Country: `Brazil`, Product: `Royal Oak`, UnitsSold: 2389, ManufacturingPrice: 5, SalePrice: 350, GrossSales: 836150, Discounts: 12600, Sales: 823550, COGS: 187200, Profit: 636350, Date: `9/1/18`, Month: `September`, Year: `2018` }), + new SalesDataItem({ Country: `India`, Product: `Royal Oak`, UnitsSold: 1127, ManufacturingPrice: 5, SalePrice: 12, GrossSales: 13524, Discounts: 1405.2, Sales: 12118.8, COGS: 7026, Profit: 5092.8, Date: `11/1/19`, Month: `November`, Year: `2019` }), + new SalesDataItem({ Country: `Brazil`, Product: `Royal Oak`, UnitsSold: 319, ManufacturingPrice: 5, SalePrice: 300, GrossSales: 95700, Discounts: 16500, Sales: 79200, COGS: 275000, Profit: 195800, Date: `12/1/18`, Month: `December`, Year: `2018` }), + new SalesDataItem({ Country: `UK`, Product: `Vermont`, UnitsSold: 1610, ManufacturingPrice: 10, SalePrice: 20, GrossSales: 32200, Discounts: 1303, Sales: 30897, COGS: 13030, Profit: 17867, Date: `2/1/19`, Month: `February`, Year: `2019` }), + new SalesDataItem({ Country: `USA`, Product: `Vermont`, UnitsSold: 4100, ManufacturingPrice: 10, SalePrice: 125, GrossSales: 512500, Discounts: 18700, Sales: 493800, COGS: 359040, Profit: 134760, Date: `3/1/19`, Month: `March`, Year: `2019` }), + new SalesDataItem({ Country: `UK`, Product: `Vermont`, UnitsSold: 1012, ManufacturingPrice: 10, SalePrice: 125, GrossSales: 126500, Discounts: 14906.25, Sales: 111593.75, COGS: 286200, Profit: 174606.25, Date: `3/1/19`, Month: `March`, Year: `2019` }), + new SalesDataItem({ Country: `Brazil`, Product: `Vermont`, UnitsSold: 3337, ManufacturingPrice: 10, SalePrice: 300, GrossSales: 1001100, Discounts: 24105, Sales: 976995, COGS: 401750, Profit: 575245, Date: `4/1/19`, Month: `April`, Year: `2019` }), + new SalesDataItem({ Country: `USA`, Product: `Vermont`, UnitsSold: 3955, ManufacturingPrice: 10, SalePrice: 7, GrossSales: 27685, Discounts: 814.45, Sales: 26870.55, COGS: 11635, Profit: 15235.55, Date: `5/1/19`, Month: `May`, Year: `2019` }), + new SalesDataItem({ Country: `USA`, Product: `Vermont`, UnitsSold: 4347, ManufacturingPrice: 10, SalePrice: 300, GrossSales: 1304100, Discounts: 14865, Sales: 1289235, COGS: 247750, Profit: 1041485, Date: `6/1/19`, Month: `June`, Year: `2019` }), + new SalesDataItem({ Country: `USA`, Product: `Vermont`, UnitsSold: 1548, ManufacturingPrice: 10, SalePrice: 350, GrossSales: 541800, Discounts: 10535, Sales: 531265, COGS: 156520, Profit: 374745, Date: `6/1/19`, Month: `June`, Year: `2019` }), + new SalesDataItem({ Country: `UK`, Product: `Vermont`, UnitsSold: 2153, ManufacturingPrice: 10, SalePrice: 15, GrossSales: 32295, Discounts: 1965, Sales: 30330, COGS: 26200, Profit: 4130, Date: `9/1/19`, Month: `September`, Year: `2019` }), + new SalesDataItem({ Country: `Japan`, Product: `Vermont`, UnitsSold: 3789, ManufacturingPrice: 10, SalePrice: 350, GrossSales: 1326150, Discounts: 21490, Sales: 1304660, COGS: 319280, Profit: 985380, Date: `10/1/18`, Month: `October`, Year: `2018` }), + new SalesDataItem({ Country: `Japan`, Product: `Vermont`, UnitsSold: 4364, ManufacturingPrice: 10, SalePrice: 20, GrossSales: 87280, Discounts: 1389, Sales: 85891, COGS: 13890, Profit: 72001, Date: `10/1/18`, Month: `October`, Year: `2018` }), + new SalesDataItem({ Country: `USA`, Product: `Vermont`, UnitsSold: 4126, ManufacturingPrice: 10, SalePrice: 125, GrossSales: 515750, Discounts: 5381.25, Sales: 510368.75, COGS: 103320, Profit: 407048.75, Date: `10/1/19`, Month: `October`, Year: `2019` }), + new SalesDataItem({ Country: `UK`, Product: `Vermont`, UnitsSold: 1343, ManufacturingPrice: 10, SalePrice: 125, GrossSales: 167875, Discounts: 4400, Sales: 163475, COGS: 84480, Profit: 78995, Date: `10/1/18`, Month: `October`, Year: `2018` }), + new SalesDataItem({ Country: `Japan`, Product: `Vermont`, UnitsSold: 245, ManufacturingPrice: 10, SalePrice: 20, GrossSales: 4900, Discounts: 1802, Sales: 3098, COGS: 18020, Profit: 14922, Date: `12/1/18`, Month: `December`, Year: `2018` }), + new SalesDataItem({ Country: `USA`, Product: `Vermont`, UnitsSold: 3376, ManufacturingPrice: 10, SalePrice: 20, GrossSales: 67520, Discounts: 2663, Sales: 64857, COGS: 26630, Profit: 38227, Date: `12/1/19`, Month: `December`, Year: `2019` }), + new SalesDataItem({ Country: `UK`, Product: `Vermont`, UnitsSold: 1401, ManufacturingPrice: 10, SalePrice: 7, GrossSales: 9807, Discounts: 747.6, Sales: 9059.4, COGS: 10680, Profit: 1620.6, Date: `12/1/18`, Month: `December`, Year: `2018` }), + new SalesDataItem({ Country: `India`, Product: `Vermont`, UnitsSold: 3483, ManufacturingPrice: 10, SalePrice: 15, GrossSales: 52245, Discounts: 1587, Sales: 50658, COGS: 21160, Profit: 29498, Date: `12/1/18`, Month: `December`, Year: `2018` }), + new SalesDataItem({ Country: `USA`, Product: `Burlington`, UnitsSold: 2244, ManufacturingPrice: 120, SalePrice: 15, GrossSales: 33660, Discounts: 416.25, Sales: 33243.75, COGS: 5550, Profit: 27693.75, Date: `1/1/19`, Month: `January`, Year: `2019` }), + new SalesDataItem({ Country: `Brazil`, Product: `Burlington`, UnitsSold: 1360, ManufacturingPrice: 120, SalePrice: 15, GrossSales: 20400, Discounts: 2145.75, Sales: 18254.25, COGS: 28610, Profit: 10355.75, Date: `1/1/19`, Month: `January`, Year: `2019` }), + new SalesDataItem({ Country: `India`, Product: `Burlington`, UnitsSold: 279, ManufacturingPrice: 120, SalePrice: 125, GrossSales: 34875, Discounts: 5043.75, Sales: 29831.25, COGS: 96840, Profit: 67008.75, Date: `2/1/19`, Month: `February`, Year: `2019` }), + new SalesDataItem({ Country: `USA`, Product: `Burlington`, UnitsSold: 2521, ManufacturingPrice: 120, SalePrice: 350, GrossSales: 882350, Discounts: 10535, Sales: 871815, COGS: 156520, Profit: 715295, Date: `6/1/19`, Month: `June`, Year: `2019` }), + new SalesDataItem({ Country: `USA`, Product: `Burlington`, UnitsSold: 2433, ManufacturingPrice: 120, SalePrice: 20, GrossSales: 48660, Discounts: 2832, Sales: 45828, COGS: 28320, Profit: 17508, Date: `8/1/19`, Month: `August`, Year: `2019` }), + new SalesDataItem({ Country: `UK`, Product: `Burlington`, UnitsSold: 1738, ManufacturingPrice: 120, SalePrice: 20, GrossSales: 34760, Discounts: 1579, Sales: 33181, COGS: 15790, Profit: 17391, Date: `8/1/19`, Month: `August`, Year: `2019` }), + new SalesDataItem({ Country: `USA`, Product: `Burlington`, UnitsSold: 1106, ManufacturingPrice: 120, SalePrice: 125, GrossSales: 138250, Discounts: 5381.25, Sales: 132868.75, COGS: 103320, Profit: 29548.75, Date: `10/1/19`, Month: `October`, Year: `2019` }), + new SalesDataItem({ Country: `UK`, Product: `Burlington`, UnitsSold: 3379, ManufacturingPrice: 120, SalePrice: 125, GrossSales: 422375, Discounts: 4400, Sales: 417975, COGS: 84480, Profit: 333495, Date: `10/1/18`, Month: `October`, Year: `2018` }), + new SalesDataItem({ Country: `UK`, Product: `Burlington`, UnitsSold: 1221, ManufacturingPrice: 120, SalePrice: 20, GrossSales: 24420, Discounts: 1033, Sales: 23387, COGS: 10330, Profit: 13057, Date: `12/1/18`, Month: `December`, Year: `2018` }), + new SalesDataItem({ Country: `India`, Product: `Burlington`, UnitsSold: 213, ManufacturingPrice: 120, SalePrice: 300, GrossSales: 63900, Discounts: 18750, Sales: 45150, COGS: 312500, Profit: 267350, Date: `12/1/19`, Month: `December`, Year: `2019` }), + new SalesDataItem({ Country: `Japan`, Product: `Mandarin`, UnitsSold: 3335, ManufacturingPrice: 250, SalePrice: 20, GrossSales: 66700, Discounts: 1389, Sales: 65311, COGS: 13890, Profit: 51421, Date: `10/1/18`, Month: `October`, Year: `2018` }), + new SalesDataItem({ Country: `USA`, Product: `Mandarin`, UnitsSold: 1260, ManufacturingPrice: 250, SalePrice: 20, GrossSales: 25200, Discounts: 1265, Sales: 23935, COGS: 12650, Profit: 11285, Date: `11/1/18`, Month: `November`, Year: `2018` }), + new SalesDataItem({ Country: `India`, Product: `Mandarin`, UnitsSold: 3034, ManufacturingPrice: 250, SalePrice: 20, GrossSales: 60680, Discounts: 2297, Sales: 58383, COGS: 22970, Profit: 35413, Date: `11/1/18`, Month: `November`, Year: `2018` }), + new SalesDataItem({ Country: `USA`, Product: `Mandarin`, UnitsSold: 2929, ManufacturingPrice: 250, SalePrice: 20, GrossSales: 58580, Discounts: 2663, Sales: 55917, COGS: 26630, Profit: 29287, Date: `12/1/19`, Month: `December`, Year: `2019` }), + new SalesDataItem({ Country: `USA`, Product: `Mandarin`, UnitsSold: 2389, ManufacturingPrice: 250, SalePrice: 7, GrossSales: 16723, Discounts: 199.5, Sales: 16523.5, COGS: 2850, Profit: 13673.5, Date: `12/1/19`, Month: `December`, Year: `2019` }), + new SalesDataItem({ Country: `UK`, Product: `Mandarin`, UnitsSold: 3086, ManufacturingPrice: 250, SalePrice: 7, GrossSales: 21602, Discounts: 870.45, Sales: 20731.55, COGS: 12435, Profit: 8296.55, Date: `12/1/19`, Month: `December`, Year: `2019` }), + new SalesDataItem({ Country: `India`, Product: `Luxe`, UnitsSold: 745, ManufacturingPrice: 260, SalePrice: 350, GrossSales: 260750, Discounts: 23625, Sales: 237125, COGS: 351000, Profit: 113875, Date: `2/1/19`, Month: `February`, Year: `2019` }), + new SalesDataItem({ Country: `Japan`, Product: `Luxe`, UnitsSold: 1266, ManufacturingPrice: 260, SalePrice: 350, GrossSales: 443100, Discounts: 9660, Sales: 433440, COGS: 143520, Profit: 289920, Date: `8/1/19`, Month: `August`, Year: `2019` }), + new SalesDataItem({ Country: `Japan`, Product: `Luxe`, UnitsSold: 3790, ManufacturingPrice: 260, SalePrice: 350, GrossSales: 1326500, Discounts: 21490, Sales: 1305010, COGS: 319280, Profit: 985730, Date: `10/1/18`, Month: `October`, Year: `2018` }), + new SalesDataItem({ Country: `India`, Product: `Luxe`, UnitsSold: 4287, ManufacturingPrice: 260, SalePrice: 300, GrossSales: 1286100, Discounts: 18750, Sales: 1267350, COGS: 312500, Profit: 954850, Date: `12/1/19`, Month: `December`, Year: `2019` }), + new SalesDataItem({ Country: `UK`, Product: `Vermont`, UnitsSold: 3193, ManufacturingPrice: 10, SalePrice: 15, GrossSales: 47895, Discounts: 3420.9, Sales: 44474.1, COGS: 38010, Profit: 6464.1, Date: `4/1/19`, Month: `April`, Year: `2019` }), + new SalesDataItem({ Country: `USA`, Product: `Kensington`, UnitsSold: 1967, ManufacturingPrice: 3, SalePrice: 20, GrossSales: 39340, Discounts: 1341, Sales: 37999, COGS: 11175, Profit: 26824, Date: `1/1/19`, Month: `January`, Year: `2019` }), + new SalesDataItem({ Country: `Japan`, Product: `Kensington`, UnitsSold: 631, ManufacturingPrice: 3, SalePrice: 15, GrossSales: 9465, Discounts: 2559.6, Sales: 6905.4, COGS: 28440, Profit: 21534.6, Date: `6/1/19`, Month: `June`, Year: `2019` }), + new SalesDataItem({ Country: `Brazil`, Product: `Kensington`, UnitsSold: 3469, ManufacturingPrice: 3, SalePrice: 12, GrossSales: 41628, Discounts: 404.64, Sales: 41223.36, COGS: 1686, Profit: 39537.36, Date: `9/1/19`, Month: `September`, Year: `2019` }), + new SalesDataItem({ Country: `Japan`, Product: `Kensington`, UnitsSold: 570, ManufacturingPrice: 3, SalePrice: 12, GrossSales: 6840, Discounts: 1655.28, Sales: 5184.72, COGS: 6897, Profit: 1712.28, Date: `10/1/18`, Month: `October`, Year: `2018` }), + new SalesDataItem({ Country: `USA`, Product: `Kensington`, UnitsSold: 3215, ManufacturingPrice: 3, SalePrice: 15, GrossSales: 48225, Discounts: 1827, Sales: 46398, COGS: 20300, Profit: 26098, Date: `11/1/19`, Month: `November`, Year: `2019` }), + new SalesDataItem({ Country: `USA`, Product: `Kensington`, UnitsSold: 3754, ManufacturingPrice: 3, SalePrice: 7, GrossSales: 26278, Discounts: 110.46, Sales: 26167.54, COGS: 1315, Profit: 24852.54, Date: `11/1/18`, Month: `November`, Year: `2018` }), + new SalesDataItem({ Country: `India`, Product: `Kensington`, UnitsSold: 2187, ManufacturingPrice: 3, SalePrice: 125, GrossSales: 273375, Discounts: 6652.5, Sales: 266722.5, COGS: 106440, Profit: 160282.5, Date: `12/1/18`, Month: `December`, Year: `2018` }), + new SalesDataItem({ Country: `Brazil`, Product: `Royal Oak`, UnitsSold: 1959, ManufacturingPrice: 5, SalePrice: 350, GrossSales: 685650, Discounts: 20580, Sales: 665070, COGS: 254800, Profit: 410270, Date: `4/1/19`, Month: `April`, Year: `2019` }), + new SalesDataItem({ Country: `India`, Product: `Royal Oak`, UnitsSold: 2181, ManufacturingPrice: 5, SalePrice: 350, GrossSales: 763350, Discounts: 30660, Sales: 732690, COGS: 379600, Profit: 353090, Date: `5/1/19`, Month: `May`, Year: `2019` }), + new SalesDataItem({ Country: `UK`, Product: `Royal Oak`, UnitsSold: 3559, ManufacturingPrice: 5, SalePrice: 7, GrossSales: 24913, Discounts: 589.26, Sales: 24323.74, COGS: 7015, Profit: 17308.74, Date: `10/1/18`, Month: `October`, Year: `2018` }), + new SalesDataItem({ Country: `USA`, Product: `Royal Oak`, UnitsSold: 2205, ManufacturingPrice: 5, SalePrice: 12, GrossSales: 26460, Discounts: 1960.56, Sales: 24499.44, COGS: 8169, Profit: 16330.44, Date: `11/1/19`, Month: `November`, Year: `2019` }), + new SalesDataItem({ Country: `UK`, Product: `Vermont`, UnitsSold: 1890, ManufacturingPrice: 10, SalePrice: 350, GrossSales: 661500, Discounts: 31416, Sales: 630084, COGS: 388960, Profit: 241124, Date: `6/1/19`, Month: `June`, Year: `2019` }), + new SalesDataItem({ Country: `Japan`, Product: `Vermont`, UnitsSold: 1296, ManufacturingPrice: 10, SalePrice: 12, GrossSales: 15552, Discounts: 1655.28, Sales: 13896.72, COGS: 6897, Profit: 6999.72, Date: `10/1/18`, Month: `October`, Year: `2018` }), + new SalesDataItem({ Country: `USA`, Product: `Vermont`, UnitsSold: 775, ManufacturingPrice: 10, SalePrice: 350, GrossSales: 271250, Discounts: 15267, Sales: 255983, COGS: 189020, Profit: 66963, Date: `10/1/18`, Month: `October`, Year: `2018` }), + new SalesDataItem({ Country: `Japan`, Product: `Burlington`, UnitsSold: 2417, ManufacturingPrice: 120, SalePrice: 125, GrossSales: 302125, Discounts: 7140, Sales: 294985, COGS: 114240, Profit: 180745, Date: `2/1/19`, Month: `February`, Year: `2019` }), + new SalesDataItem({ Country: `USA`, Product: `Burlington`, UnitsSold: 1158, ManufacturingPrice: 120, SalePrice: 125, GrossSales: 144750, Discounts: 20662.5, Sales: 124087.5, COGS: 330600, Profit: 206512.5, Date: `2/1/19`, Month: `February`, Year: `2019` }), + new SalesDataItem({ Country: `India`, Product: `Burlington`, UnitsSold: 803, ManufacturingPrice: 120, SalePrice: 15, GrossSales: 12045, Discounts: 1377, Sales: 10668, COGS: 15300, Profit: 4632, Date: `5/1/19`, Month: `May`, Year: `2019` }), + new SalesDataItem({ Country: `UK`, Product: `Burlington`, UnitsSold: 3705, ManufacturingPrice: 120, SalePrice: 350, GrossSales: 1296750, Discounts: 31416, Sales: 1265334, COGS: 388960, Profit: 876374, Date: `6/1/19`, Month: `June`, Year: `2019` }), + new SalesDataItem({ Country: `Brazil`, Product: `Burlington`, UnitsSold: 589, ManufacturingPrice: 120, SalePrice: 7, GrossSales: 4123, Discounts: 629.16, Sales: 3493.84, COGS: 7490, Profit: 3996.16, Date: `6/1/19`, Month: `June`, Year: `2019` }), + new SalesDataItem({ Country: `UK`, Product: `Burlington`, UnitsSold: 3797, ManufacturingPrice: 120, SalePrice: 300, GrossSales: 1139100, Discounts: 21978, Sales: 1117122, COGS: 305250, Profit: 811872, Date: `10/1/18`, Month: `October`, Year: `2018` }), + new SalesDataItem({ Country: `UK`, Product: `Burlington`, UnitsSold: 1321, ManufacturingPrice: 120, SalePrice: 350, GrossSales: 462350, Discounts: 43596, Sales: 418754, COGS: 539760, Profit: 121006, Date: `10/1/18`, Month: `October`, Year: `2018` }), + new SalesDataItem({ Country: `Japan`, Product: `Mandarin`, UnitsSold: 3999, ManufacturingPrice: 250, SalePrice: 15, GrossSales: 59985, Discounts: 2559.6, Sales: 57425.4, COGS: 28440, Profit: 28985.4, Date: `6/1/19`, Month: `June`, Year: `2019` }), + new SalesDataItem({ Country: `Brazil`, Product: `Mandarin`, UnitsSold: 4256, ManufacturingPrice: 250, SalePrice: 7, GrossSales: 29792, Discounts: 629.16, Sales: 29162.84, COGS: 7490, Profit: 21672.84, Date: `6/1/19`, Month: `June`, Year: `2019` }), + new SalesDataItem({ Country: `UK`, Product: `Mandarin`, UnitsSold: 1643, ManufacturingPrice: 250, SalePrice: 300, GrossSales: 492900, Discounts: 21978, Sales: 470922, COGS: 305250, Profit: 165672, Date: `10/1/18`, Month: `October`, Year: `2018` }), + new SalesDataItem({ Country: `Brazil`, Product: `Mandarin`, UnitsSold: 1912, ManufacturingPrice: 250, SalePrice: 20, GrossSales: 38240, Discounts: 1347.6, Sales: 36892.4, COGS: 11230, Profit: 25662.4, Date: `11/1/18`, Month: `November`, Year: `2018` }), + new SalesDataItem({ Country: `Japan`, Product: `Mandarin`, UnitsSold: 1610, ManufacturingPrice: 250, SalePrice: 300, GrossSales: 483000, Discounts: 43848, Sales: 439152, COGS: 609000, Profit: 169848, Date: `12/1/18`, Month: `December`, Year: `2018` }), + new SalesDataItem({ Country: `UK`, Product: `Luxe`, UnitsSold: 2160, ManufacturingPrice: 260, SalePrice: 125, GrossSales: 270000, Discounts: 14906.25, Sales: 255093.75, COGS: 238500, Profit: 16593.75, Date: `1/1/19`, Month: `January`, Year: `2019` }), + new SalesDataItem({ Country: `Brazil`, Product: `Luxe`, UnitsSold: 466, ManufacturingPrice: 260, SalePrice: 350, GrossSales: 163100, Discounts: 35259, Sales: 127841, COGS: 436540, Profit: 308699, Date: `9/1/19`, Month: `September`, Year: `2019` }), + new SalesDataItem({ Country: `USA`, Product: `Luxe`, UnitsSold: 328, ManufacturingPrice: 260, SalePrice: 350, GrossSales: 114800, Discounts: 15267, Sales: 99533, COGS: 189020, Profit: 89487, Date: `10/1/18`, Month: `October`, Year: `2018` }), + new SalesDataItem({ Country: `UK`, Product: `Luxe`, UnitsSold: 4099, ManufacturingPrice: 260, SalePrice: 7, GrossSales: 28693, Discounts: 589.26, Sales: 28103.74, COGS: 7015, Profit: 21088.74, Date: `10/1/18`, Month: `October`, Year: `2018` }), + new SalesDataItem({ Country: `UK`, Product: `Luxe`, UnitsSold: 990, ManufacturingPrice: 260, SalePrice: 350, GrossSales: 346500, Discounts: 43596, Sales: 302904, COGS: 539760, Profit: 236856, Date: `10/1/18`, Month: `October`, Year: `2018` }), + new SalesDataItem({ Country: `UK`, Product: `Royal Oak`, UnitsSold: 1433, ManufacturingPrice: 5, SalePrice: 20, GrossSales: 28660, Discounts: 2108.4, Sales: 26551.6, COGS: 17570, Profit: 8981.6, Date: `10/1/18`, Month: `October`, Year: `2018` }), + new SalesDataItem({ Country: `USA`, Product: `Vermont`, UnitsSold: 1478, ManufacturingPrice: 10, SalePrice: 15, GrossSales: 22170, Discounts: 1978.2, Sales: 20191.8, COGS: 21980, Profit: 1788.2, Date: `8/1/19`, Month: `August`, Year: `2019` }), + new SalesDataItem({ Country: `India`, Product: `Vermont`, UnitsSold: 3798, ManufacturingPrice: 10, SalePrice: 15, GrossSales: 56970, Discounts: 1568.7, Sales: 55401.3, COGS: 17430, Profit: 37971.3, Date: `8/1/19`, Month: `August`, Year: `2019` }), + new SalesDataItem({ Country: `USA`, Product: `Vermont`, UnitsSold: 447, ManufacturingPrice: 10, SalePrice: 15, GrossSales: 6705, Discounts: 1037.7, Sales: 5667.3, COGS: 11530, Profit: 5862.7, Date: `10/1/19`, Month: `October`, Year: `2019` }), + new SalesDataItem({ Country: `UK`, Product: `Vermont`, UnitsSold: 1711, ManufacturingPrice: 10, SalePrice: 20, GrossSales: 34220, Discounts: 2108.4, Sales: 32111.6, COGS: 17570, Profit: 14541.6, Date: `10/1/18`, Month: `October`, Year: `2018` }), + new SalesDataItem({ Country: `India`, Product: `Burlington`, UnitsSold: 745, ManufacturingPrice: 120, SalePrice: 20, GrossSales: 14900, Discounts: 1201.2, Sales: 13698.8, COGS: 10010, Profit: 3688.8, Date: `8/1/19`, Month: `August`, Year: `2019` }), + new SalesDataItem({ Country: `Brazil`, Product: `Burlington`, UnitsSold: 1732, ManufacturingPrice: 120, SalePrice: 7, GrossSales: 12124, Discounts: 559.86, Sales: 11564.14, COGS: 6665, Profit: 4899.14, Date: `11/1/19`, Month: `November`, Year: `2019` }), + new SalesDataItem({ Country: `USA`, Product: `Mandarin`, UnitsSold: 1759, ManufacturingPrice: 250, SalePrice: 15, GrossSales: 26385, Discounts: 1037.7, Sales: 25347.3, COGS: 11530, Profit: 13817.3, Date: `10/1/19`, Month: `October`, Year: `2019` }), + new SalesDataItem({ Country: `Brazil`, Product: `Kensington`, UnitsSold: 338, ManufacturingPrice: 3, SalePrice: 12, GrossSales: 4056, Discounts: 610.68, Sales: 3445.32, COGS: 2181, Profit: 1264.32, Date: `2/1/19`, Month: `February`, Year: `2019` }), + new SalesDataItem({ Country: `Japan`, Product: `Kensington`, UnitsSold: 3911, ManufacturingPrice: 3, SalePrice: 12, GrossSales: 46932, Discounts: 1582.56, Sales: 45349.44, COGS: 5652, Profit: 39697.44, Date: `8/1/19`, Month: `August`, Year: `2019` }), + new SalesDataItem({ Country: `Brazil`, Product: `Kensington`, UnitsSold: 3691, ManufacturingPrice: 3, SalePrice: 20, GrossSales: 73820, Discounts: 2567.6, Sales: 71252.4, COGS: 18340, Profit: 52912.4, Date: `9/1/18`, Month: `September`, Year: `2018` }), + new SalesDataItem({ Country: `Brazil`, Product: `Royal Oak`, UnitsSold: 4473, ManufacturingPrice: 5, SalePrice: 12, GrossSales: 53676, Discounts: 1965.6, Sales: 51710.4, COGS: 7020, Profit: 44690.4, Date: `1/1/19`, Month: `January`, Year: `2019` }), + new SalesDataItem({ Country: `UK`, Product: `Royal Oak`, UnitsSold: 383, ManufacturingPrice: 5, SalePrice: 12, GrossSales: 4596, Discounts: 1967.28, Sales: 2628.72, COGS: 7026, Profit: 4397.28, Date: `11/1/19`, Month: `November`, Year: `2019` }), + new SalesDataItem({ Country: `UK`, Product: `Vermont`, UnitsSold: 3105, ManufacturingPrice: 10, SalePrice: 7, GrossSales: 21735, Discounts: 505.19, Sales: 21229.81, COGS: 5155, Profit: 16074.81, Date: `9/1/18`, Month: `September`, Year: `2018` }), + new SalesDataItem({ Country: `Japan`, Product: `Burlington`, UnitsSold: 1062, ManufacturingPrice: 120, SalePrice: 15, GrossSales: 15930, Discounts: 1325.1, Sales: 14604.9, COGS: 12620, Profit: 1984.9, Date: `5/1/19`, Month: `May`, Year: `2019` }), + new SalesDataItem({ Country: `Japan`, Product: `Burlington`, UnitsSold: 4083, ManufacturingPrice: 120, SalePrice: 7, GrossSales: 28581, Discounts: 556.15, Sales: 28024.85, COGS: 5675, Profit: 22349.85, Date: `6/1/19`, Month: `June`, Year: `2019` }), + new SalesDataItem({ Country: `USA`, Product: `Burlington`, UnitsSold: 3974, ManufacturingPrice: 120, SalePrice: 7, GrossSales: 27818, Discounts: 268.03, Sales: 27549.97, COGS: 2735, Profit: 24814.97, Date: `11/1/19`, Month: `November`, Year: `2019` }), + new SalesDataItem({ Country: `Japan`, Product: `Burlington`, UnitsSold: 3723, ManufacturingPrice: 120, SalePrice: 7, GrossSales: 26061, Discounts: 775.18, Sales: 25285.82, COGS: 7910, Profit: 17375.82, Date: `12/1/19`, Month: `December`, Year: `2019` }), + new SalesDataItem({ Country: `UK`, Product: `Mandarin`, UnitsSold: 2435, ManufacturingPrice: 250, SalePrice: 12, GrossSales: 29220, Discounts: 1460.34, Sales: 27759.66, COGS: 5215.5, Profit: 22544.16, Date: `4/1/19`, Month: `April`, Year: `2019` }), + new SalesDataItem({ Country: `India`, Product: `Mandarin`, UnitsSold: 1678, ManufacturingPrice: 250, SalePrice: 12, GrossSales: 20136, Discounts: 1860.6, Sales: 18275.4, COGS: 6645, Profit: 11630.4, Date: `9/1/18`, Month: `September`, Year: `2018` }), + new SalesDataItem({ Country: `Japan`, Product: `Mandarin`, UnitsSold: 1763, ManufacturingPrice: 250, SalePrice: 7, GrossSales: 12341, Discounts: 775.18, Sales: 11565.82, COGS: 7910, Profit: 3655.82, Date: `12/1/19`, Month: `December`, Year: `2019` }), + new SalesDataItem({ Country: `Japan`, Product: `Luxe`, UnitsSold: 4473, ManufacturingPrice: 260, SalePrice: 7, GrossSales: 31311, Discounts: 556.15, Sales: 30754.85, COGS: 5675, Profit: 25079.85, Date: `6/1/19`, Month: `June`, Year: `2019` }), + new SalesDataItem({ Country: `USA`, Product: `Kensington`, UnitsSold: 1246, ManufacturingPrice: 3, SalePrice: 350, GrossSales: 436100, Discounts: 43144.5, Sales: 392955.5, COGS: 457860, Profit: 64904.5, Date: `3/1/19`, Month: `March`, Year: `2019` }), + new SalesDataItem({ Country: `UK`, Product: `Kensington`, UnitsSold: 1615, ManufacturingPrice: 3, SalePrice: 300, GrossSales: 484500, Discounts: 9408, Sales: 475092, COGS: 112000, Profit: 363092, Date: `6/1/19`, Month: `June`, Year: `2019` }), + new SalesDataItem({ Country: `UK`, Product: `Kensington`, UnitsSold: 749, ManufacturingPrice: 3, SalePrice: 300, GrossSales: 224700, Discounts: 45801, Sales: 178899, COGS: 545250, Profit: 366351, Date: `10/1/19`, Month: `October`, Year: `2019` }), + new SalesDataItem({ Country: `UK`, Product: `Royal Oak`, UnitsSold: 1318, ManufacturingPrice: 5, SalePrice: 20, GrossSales: 26360, Discounts: 2766.4, Sales: 23593.6, COGS: 19760, Profit: 3833.6, Date: `10/1/19`, Month: `October`, Year: `2019` }), + new SalesDataItem({ Country: `UK`, Product: `Royal Oak`, UnitsSold: 2882, ManufacturingPrice: 5, SalePrice: 300, GrossSales: 864600, Discounts: 45801, Sales: 818799, COGS: 545250, Profit: 273549, Date: `10/1/19`, Month: `October`, Year: `2019` }), + new SalesDataItem({ Country: `India`, Product: `Royal Oak`, UnitsSold: 3039, ManufacturingPrice: 5, SalePrice: 125, GrossSales: 379875, Discounts: 21875, Sales: 358000, COGS: 300000, Profit: 58000, Date: `11/1/18`, Month: `November`, Year: `2018` }), + new SalesDataItem({ Country: `Japan`, Product: `Vermont`, UnitsSold: 2484, ManufacturingPrice: 10, SalePrice: 300, GrossSales: 745200, Discounts: 35742, Sales: 709458, COGS: 425500, Profit: 283958, Date: `5/1/19`, Month: `May`, Year: `2019` }), + new SalesDataItem({ Country: `UK`, Product: `Vermont`, UnitsSold: 3169, ManufacturingPrice: 10, SalePrice: 300, GrossSales: 950700, Discounts: 9408, Sales: 941292, COGS: 112000, Profit: 829292, Date: `6/1/19`, Month: `June`, Year: `2019` }), + new SalesDataItem({ Country: `India`, Product: `Vermont`, UnitsSold: 4080, ManufacturingPrice: 10, SalePrice: 125, GrossSales: 510000, Discounts: 30738.75, Sales: 479261.25, COGS: 421560, Profit: 57701.25, Date: `7/1/19`, Month: `July`, Year: `2019` }), + new SalesDataItem({ Country: `UK`, Product: `Vermont`, UnitsSold: 3943, ManufacturingPrice: 10, SalePrice: 15, GrossSales: 59145, Discounts: 2206.05, Sales: 56938.95, COGS: 21010, Profit: 35928.95, Date: `8/1/19`, Month: `August`, Year: `2019` }), + new SalesDataItem({ Country: `USA`, Product: `Vermont`, UnitsSold: 784, ManufacturingPrice: 10, SalePrice: 15, GrossSales: 11760, Discounts: 3077.55, Sales: 8682.45, COGS: 29310, Profit: 20627.55, Date: `9/1/18`, Month: `September`, Year: `2018` }), + new SalesDataItem({ Country: `UK`, Product: `Vermont`, UnitsSold: 253, ManufacturingPrice: 10, SalePrice: 20, GrossSales: 5060, Discounts: 2149, Sales: 2911, COGS: 15350, Profit: 12439, Date: `9/1/19`, Month: `September`, Year: `2019` }), + new SalesDataItem({ Country: `India`, Product: `Vermont`, UnitsSold: 1316, ManufacturingPrice: 10, SalePrice: 300, GrossSales: 394800, Discounts: 23583, Sales: 371217, COGS: 280750, Profit: 90467, Date: `9/1/18`, Month: `September`, Year: `2018` }), + new SalesDataItem({ Country: `Japan`, Product: `Vermont`, UnitsSold: 808, ManufacturingPrice: 10, SalePrice: 300, GrossSales: 242400, Discounts: 29484, Sales: 212916, COGS: 351000, Profit: 138084, Date: `11/1/18`, Month: `November`, Year: `2018` }), + new SalesDataItem({ Country: `Brazil`, Product: `Vermont`, UnitsSold: 3295, ManufacturingPrice: 10, SalePrice: 12, GrossSales: 39540, Discounts: 2320.92, Sales: 37219.08, COGS: 8289, Profit: 28930.08, Date: `11/1/18`, Month: `November`, Year: `2018` }), + new SalesDataItem({ Country: `India`, Product: `Vermont`, UnitsSold: 520, ManufacturingPrice: 10, SalePrice: 7, GrossSales: 3640, Discounts: 1041.25, Sales: 2598.75, COGS: 10625, Profit: 8026.25, Date: `12/1/18`, Month: `December`, Year: `2018` }), + new SalesDataItem({ Country: `UK`, Product: `Burlington`, UnitsSold: 799, ManufacturingPrice: 120, SalePrice: 300, GrossSales: 239700, Discounts: 34839, Sales: 204861, COGS: 414750, Profit: 209889, Date: `7/1/19`, Month: `July`, Year: `2019` }), + new SalesDataItem({ Country: `Brazil`, Product: `Burlington`, UnitsSold: 3942, ManufacturingPrice: 120, SalePrice: 20, GrossSales: 78840, Discounts: 852.6, Sales: 77987.4, COGS: 6090, Profit: 71897.4, Date: `8/1/19`, Month: `August`, Year: `2019` }), + new SalesDataItem({ Country: `India`, Product: `Burlington`, UnitsSold: 2498, ManufacturingPrice: 120, SalePrice: 125, GrossSales: 312250, Discounts: 18261.25, Sales: 293988.75, COGS: 250440, Profit: 43548.75, Date: `9/1/19`, Month: `September`, Year: `2019` }), + new SalesDataItem({ Country: `UK`, Product: `Burlington`, UnitsSold: 2517, ManufacturingPrice: 120, SalePrice: 20, GrossSales: 50340, Discounts: 2766.4, Sales: 47573.6, COGS: 19760, Profit: 27813.6, Date: `10/1/19`, Month: `October`, Year: `2019` }), + new SalesDataItem({ Country: `USA`, Product: `Burlington`, UnitsSold: 3182, ManufacturingPrice: 120, SalePrice: 20, GrossSales: 63640, Discounts: 1989.4, Sales: 61650.6, COGS: 14210, Profit: 47440.6, Date: `12/1/18`, Month: `December`, Year: `2018` }), + new SalesDataItem({ Country: `USA`, Product: `Burlington`, UnitsSold: 1145, ManufacturingPrice: 120, SalePrice: 300, GrossSales: 343500, Discounts: 28812, Sales: 314688, COGS: 343000, Profit: 28312, Date: `12/1/19`, Month: `December`, Year: `2019` }), + new SalesDataItem({ Country: `India`, Product: `Burlington`, UnitsSold: 895, ManufacturingPrice: 120, SalePrice: 20, GrossSales: 17900, Discounts: 823.2, Sales: 17076.8, COGS: 5880, Profit: 11196.8, Date: `12/1/18`, Month: `December`, Year: `2018` }), + new SalesDataItem({ Country: `Japan`, Product: `Mandarin`, UnitsSold: 3814, ManufacturingPrice: 250, SalePrice: 12, GrossSales: 45768, Discounts: 2725.38, Sales: 43042.62, COGS: 9733.5, Profit: 33309.12, Date: `1/1/19`, Month: `January`, Year: `2019` }), + new SalesDataItem({ Country: `UK`, Product: `Mandarin`, UnitsSold: 1188, ManufacturingPrice: 250, SalePrice: 300, GrossSales: 356400, Discounts: 20139, Sales: 336261, COGS: 239750, Profit: 96511, Date: `2/1/19`, Month: `February`, Year: `2019` }), + new SalesDataItem({ Country: `Brazil`, Product: `Mandarin`, UnitsSold: 2233, ManufacturingPrice: 250, SalePrice: 300, GrossSales: 669900, Discounts: 57687, Sales: 612213, COGS: 686750, Profit: 74537, Date: `2/1/19`, Month: `February`, Year: `2019` }), + new SalesDataItem({ Country: `Japan`, Product: `Luxe`, UnitsSold: 421, ManufacturingPrice: 260, SalePrice: 125, GrossSales: 52625, Discounts: 14393.75, Sales: 38231.25, COGS: 197400, Profit: 159168.75, Date: `5/1/19`, Month: `May`, Year: `2019` }), + new SalesDataItem({ Country: `UK`, Product: `Luxe`, UnitsSold: 269, ManufacturingPrice: 260, SalePrice: 350, GrossSales: 94150, Discounts: 70462, Sales: 23688, COGS: 747760, Profit: 724072, Date: `9/1/19`, Month: `September`, Year: `2019` }), + new SalesDataItem({ Country: `India`, Product: `Luxe`, UnitsSold: 3766, ManufacturingPrice: 260, SalePrice: 125, GrossSales: 470750, Discounts: 8697.5, Sales: 462052.5, COGS: 119280, Profit: 342772.5, Date: `9/1/18`, Month: `September`, Year: `2018` }), + new SalesDataItem({ Country: `Japan`, Product: `Luxe`, UnitsSold: 952, ManufacturingPrice: 260, SalePrice: 20, GrossSales: 19040, Discounts: 1565.2, Sales: 17474.8, COGS: 11180, Profit: 6294.8, Date: `11/1/19`, Month: `November`, Year: `2019` }), + new SalesDataItem({ Country: `USA`, Product: `Luxe`, UnitsSold: 2964, ManufacturingPrice: 260, SalePrice: 300, GrossSales: 889200, Discounts: 28812, Sales: 860388, COGS: 343000, Profit: 517388, Date: `12/1/19`, Month: `December`, Year: `2019` }), + new SalesDataItem({ Country: `Japan`, Product: `Royal Oak`, UnitsSold: 1505, ManufacturingPrice: 5, SalePrice: 7, GrossSales: 10535, Discounts: 273.28, Sales: 10261.72, COGS: 2440, Profit: 7821.72, Date: `2/1/19`, Month: `February`, Year: `2019` }), + new SalesDataItem({ Country: `USA`, Product: `Royal Oak`, UnitsSold: 1678, ManufacturingPrice: 5, SalePrice: 20, GrossSales: 33560, Discounts: 2051.2, Sales: 31508.8, COGS: 12820, Profit: 18688.8, Date: `6/1/19`, Month: `June`, Year: `2019` }), + new SalesDataItem({ Country: `Japan`, Product: `Vermont`, UnitsSold: 4249, ManufacturingPrice: 10, SalePrice: 7, GrossSales: 29743, Discounts: 143.92, Sales: 29599.08, COGS: 1285, Profit: 28314.08, Date: `5/1/19`, Month: `May`, Year: `2019` }), + new SalesDataItem({ Country: `USA`, Product: `Luxe`, UnitsSold: 1677, ManufacturingPrice: 260, SalePrice: 20, GrossSales: 33540, Discounts: 2051.2, Sales: 31488.8, COGS: 12820, Profit: 18668.8, Date: `6/1/19`, Month: `June`, Year: `2019` }), + new SalesDataItem({ Country: `Brazil`, Product: `Kensington`, UnitsSold: 3051, ManufacturingPrice: 3, SalePrice: 125, GrossSales: 381375, Discounts: 15400, Sales: 365975, COGS: 184800, Profit: 181175, Date: `8/1/19`, Month: `August`, Year: `2019` }), + new SalesDataItem({ Country: `UK`, Product: `Kensington`, UnitsSold: 3372, ManufacturingPrice: 3, SalePrice: 15, GrossSales: 50580, Discounts: 588, Sales: 49992, COGS: 4900, Profit: 45092, Date: `11/1/19`, Month: `November`, Year: `2019` }), + new SalesDataItem({ Country: `Brazil`, Product: `Kensington`, UnitsSold: 1686, ManufacturingPrice: 3, SalePrice: 350, GrossSales: 590100, Discounts: 38136, Sales: 551964, COGS: 354120, Profit: 197844, Date: `12/1/19`, Month: `December`, Year: `2019` }), + new SalesDataItem({ Country: `UK`, Product: `Royal Oak`, UnitsSold: 3086, ManufacturingPrice: 5, SalePrice: 15, GrossSales: 46290, Discounts: 3001.2, Sales: 43288.8, COGS: 25010, Profit: 18278.8, Date: `3/1/19`, Month: `March`, Year: `2019` }), + new SalesDataItem({ Country: `Japan`, Product: `Royal Oak`, UnitsSold: 4150, ManufacturingPrice: 5, SalePrice: 20, GrossSales: 83000, Discounts: 1132.8, Sales: 81867.2, COGS: 7080, Profit: 74787.2, Date: `6/1/19`, Month: `June`, Year: `2019` }), + new SalesDataItem({ Country: `India`, Product: `Royal Oak`, UnitsSold: 3027, ManufacturingPrice: 5, SalePrice: 20, GrossSales: 60540, Discounts: 1032, Sales: 59508, COGS: 6450, Profit: 53058, Date: `7/1/19`, Month: `July`, Year: `2019` }), + new SalesDataItem({ Country: `UK`, Product: `Royal Oak`, UnitsSold: 4359, ManufacturingPrice: 5, SalePrice: 300, GrossSales: 1307700, Discounts: 37488, Sales: 1270212, COGS: 390500, Profit: 879712, Date: `8/1/19`, Month: `August`, Year: `2019` }), + new SalesDataItem({ Country: `Japan`, Product: `Royal Oak`, UnitsSold: 3628, ManufacturingPrice: 5, SalePrice: 300, GrossSales: 1088400, Discounts: 30792, Sales: 1057608, COGS: 320750, Profit: 736858, Date: `9/1/18`, Month: `September`, Year: `2018` }), + new SalesDataItem({ Country: `India`, Product: `Royal Oak`, UnitsSold: 1589, ManufacturingPrice: 5, SalePrice: 15, GrossSales: 23835, Discounts: 853.2, Sales: 22981.8, COGS: 7110, Profit: 15871.8, Date: `12/1/19`, Month: `December`, Year: `2019` }), + new SalesDataItem({ Country: `Brazil`, Product: `Vermont`, UnitsSold: 2679, ManufacturingPrice: 10, SalePrice: 125, GrossSales: 334875, Discounts: 11140, Sales: 323735, COGS: 133680, Profit: 190055, Date: `3/1/19`, Month: `March`, Year: `2019` }), + new SalesDataItem({ Country: `India`, Product: `Vermont`, UnitsSold: 3401, ManufacturingPrice: 10, SalePrice: 7, GrossSales: 23807, Discounts: 705.04, Sales: 23101.96, COGS: 6295, Profit: 16806.96, Date: `4/1/19`, Month: `April`, Year: `2019` }), + new SalesDataItem({ Country: `India`, Product: `Vermont`, UnitsSold: 2815, ManufacturingPrice: 10, SalePrice: 7, GrossSales: 19705, Discounts: 613.2, Sales: 19091.8, COGS: 5475, Profit: 13616.8, Date: `5/1/19`, Month: `May`, Year: `2019` }), + new SalesDataItem({ Country: `India`, Product: `Vermont`, UnitsSold: 2964, ManufacturingPrice: 10, SalePrice: 20, GrossSales: 59280, Discounts: 2185.6, Sales: 57094.4, COGS: 13660, Profit: 43434.4, Date: `6/1/19`, Month: `June`, Year: `2019` }), + new SalesDataItem({ Country: `Brazil`, Product: `Vermont`, UnitsSold: 4173, ManufacturingPrice: 10, SalePrice: 300, GrossSales: 1251900, Discounts: 59040, Sales: 1192860, COGS: 615000, Profit: 577860, Date: `6/1/19`, Month: `June`, Year: `2019` }), + new SalesDataItem({ Country: `USA`, Product: `Vermont`, UnitsSold: 1157, ManufacturingPrice: 10, SalePrice: 7, GrossSales: 8099, Discounts: 379.68, Sales: 7719.32, COGS: 3390, Profit: 4329.32, Date: `8/1/19`, Month: `August`, Year: `2019` }), + new SalesDataItem({ Country: `India`, Product: `Vermont`, UnitsSold: 3065, ManufacturingPrice: 10, SalePrice: 7, GrossSales: 21455, Discounts: 894.88, Sales: 20560.12, COGS: 7990, Profit: 12570.12, Date: `8/1/19`, Month: `August`, Year: `2019` }), + new SalesDataItem({ Country: `India`, Product: `Vermont`, UnitsSold: 1962, ManufacturingPrice: 10, SalePrice: 7, GrossSales: 13734, Discounts: 1349.04, Sales: 12384.96, COGS: 12045, Profit: 339.96, Date: `9/1/18`, Month: `September`, Year: `2018` }), + new SalesDataItem({ Country: `India`, Product: `Vermont`, UnitsSold: 4080, ManufacturingPrice: 10, SalePrice: 20, GrossSales: 81600, Discounts: 3094.4, Sales: 78505.6, COGS: 19340, Profit: 59165.6, Date: `9/1/19`, Month: `September`, Year: `2019` }), + new SalesDataItem({ Country: `Brazil`, Product: `Vermont`, UnitsSold: 1713, ManufacturingPrice: 10, SalePrice: 20, GrossSales: 34260, Discounts: 4788.8, Sales: 29471.2, COGS: 29930, Profit: 458.8, Date: `9/1/19`, Month: `September`, Year: `2019` }), + new SalesDataItem({ Country: `India`, Product: `Vermont`, UnitsSold: 2795, ManufacturingPrice: 10, SalePrice: 350, GrossSales: 978250, Discounts: 60088, Sales: 918162, COGS: 557960, Profit: 360202, Date: `11/1/18`, Month: `November`, Year: `2018` }), + new SalesDataItem({ Country: `Brazil`, Product: `Vermont`, UnitsSold: 4082, ManufacturingPrice: 10, SalePrice: 7, GrossSales: 28574, Discounts: 1089.76, Sales: 27484.24, COGS: 9730, Profit: 17754.24, Date: `12/1/18`, Month: `December`, Year: `2018` }), + new SalesDataItem({ Country: `Brazil`, Product: `Vermont`, UnitsSold: 1691, ManufacturingPrice: 10, SalePrice: 350, GrossSales: 591850, Discounts: 38136, Sales: 553714, COGS: 354120, Profit: 199594, Date: `12/1/19`, Month: `December`, Year: `2019` }), + new SalesDataItem({ Country: `Japan`, Product: `Burlington`, UnitsSold: 2305, ManufacturingPrice: 120, SalePrice: 12, GrossSales: 27660, Discounts: 574.08, Sales: 27085.92, COGS: 1794, Profit: 25291.92, Date: `3/1/19`, Month: `March`, Year: `2019` }), + new SalesDataItem({ Country: `USA`, Product: `Burlington`, UnitsSold: 3401, ManufacturingPrice: 120, SalePrice: 7, GrossSales: 23807, Discounts: 1627.92, Sales: 22179.08, COGS: 14535, Profit: 7644.08, Date: `6/1/19`, Month: `June`, Year: `2019` }), + new SalesDataItem({ Country: `India`, Product: `Burlington`, UnitsSold: 2288, ManufacturingPrice: 120, SalePrice: 7, GrossSales: 16016, Discounts: 1309.28, Sales: 14706.72, COGS: 11690, Profit: 3016.72, Date: `6/1/19`, Month: `June`, Year: `2019` }), + new SalesDataItem({ Country: `UK`, Product: `Burlington`, UnitsSold: 2399, ManufacturingPrice: 120, SalePrice: 300, GrossSales: 719700, Discounts: 9264, Sales: 710436, COGS: 96500, Profit: 613936, Date: `11/1/18`, Month: `November`, Year: `2018` }), + new SalesDataItem({ Country: `Brazil`, Product: `Burlington`, UnitsSold: 4086, ManufacturingPrice: 120, SalePrice: 300, GrossSales: 1225800, Discounts: 15240, Sales: 1210560, COGS: 158750, Profit: 1051810, Date: `12/1/19`, Month: `December`, Year: `2019` }), + new SalesDataItem({ Country: `UK`, Product: `Mandarin`, UnitsSold: 2651, ManufacturingPrice: 250, SalePrice: 350, GrossSales: 927850, Discounts: 16086, Sales: 911764, COGS: 149370, Profit: 762394, Date: `4/1/19`, Month: `April`, Year: `2019` }), + new SalesDataItem({ Country: `India`, Product: `Mandarin`, UnitsSold: 3971, ManufacturingPrice: 250, SalePrice: 7, GrossSales: 27797, Discounts: 1309.28, Sales: 26487.72, COGS: 11690, Profit: 14797.72, Date: `6/1/19`, Month: `June`, Year: `2019` }), + new SalesDataItem({ Country: `UK`, Product: `Mandarin`, UnitsSold: 2512, ManufacturingPrice: 250, SalePrice: 350, GrossSales: 879200, Discounts: 10668, Sales: 868532, COGS: 99060, Profit: 769472, Date: `8/1/19`, Month: `August`, Year: `2019` }), + new SalesDataItem({ Country: `India`, Product: `Mandarin`, UnitsSold: 2745, ManufacturingPrice: 250, SalePrice: 350, GrossSales: 960750, Discounts: 11816, Sales: 948934, COGS: 109720, Profit: 839214, Date: `8/1/19`, Month: `August`, Year: `2019` }), + new SalesDataItem({ Country: `Japan`, Product: `Mandarin`, UnitsSold: 1903, ManufacturingPrice: 250, SalePrice: 300, GrossSales: 570900, Discounts: 51216, Sales: 519684, COGS: 533500, Profit: 13816, Date: `9/1/19`, Month: `September`, Year: `2019` }), + new SalesDataItem({ Country: `USA`, Product: `Mandarin`, UnitsSold: 647, ManufacturingPrice: 250, SalePrice: 300, GrossSales: 194100, Discounts: 19392, Sales: 174708, COGS: 202000, Profit: 27292, Date: `12/1/18`, Month: `December`, Year: `2018` }), + new SalesDataItem({ Country: `Japan`, Product: `Luxe`, UnitsSold: 2914, ManufacturingPrice: 260, SalePrice: 20, GrossSales: 58280, Discounts: 1132.8, Sales: 57147.2, COGS: 7080, Profit: 50067.2, Date: `6/1/19`, Month: `June`, Year: `2019` }), + new SalesDataItem({ Country: `USA`, Product: `Luxe`, UnitsSold: 1889, ManufacturingPrice: 260, SalePrice: 7, GrossSales: 13223, Discounts: 1627.92, Sales: 11595.08, COGS: 14535, Profit: 2939.92, Date: `6/1/19`, Month: `June`, Year: `2019` }), + new SalesDataItem({ Country: `India`, Product: `Luxe`, UnitsSold: 1466, ManufacturingPrice: 260, SalePrice: 20, GrossSales: 29320, Discounts: 2185.6, Sales: 27134.4, COGS: 13660, Profit: 13474.4, Date: `6/1/19`, Month: `June`, Year: `2019` }), + new SalesDataItem({ Country: `Brazil`, Product: `Luxe`, UnitsSold: 887, ManufacturingPrice: 260, SalePrice: 300, GrossSales: 266100, Discounts: 59040, Sales: 207060, COGS: 615000, Profit: 407940, Date: `6/1/19`, Month: `June`, Year: `2019` }), + new SalesDataItem({ Country: `India`, Product: `Luxe`, UnitsSold: 395, ManufacturingPrice: 260, SalePrice: 20, GrossSales: 7900, Discounts: 2432, Sales: 5468, COGS: 15200, Profit: 9732, Date: `11/1/19`, Month: `November`, Year: `2019` }), + new SalesDataItem({ Country: `India`, Product: `Luxe`, UnitsSold: 1693, ManufacturingPrice: 260, SalePrice: 15, GrossSales: 25395, Discounts: 853.2, Sales: 24541.8, COGS: 7110, Profit: 17431.8, Date: `12/1/19`, Month: `December`, Year: `2019` }), + new SalesDataItem({ Country: `Brazil`, Product: `Luxe`, UnitsSold: 2459, ManufacturingPrice: 260, SalePrice: 12, GrossSales: 29508, Discounts: 1320, Sales: 28188, COGS: 4125, Profit: 24063, Date: `12/1/18`, Month: `December`, Year: `2018` }), + new SalesDataItem({ Country: `Brazil`, Product: `Luxe`, UnitsSold: 2649, ManufacturingPrice: 260, SalePrice: 300, GrossSales: 794700, Discounts: 15240, Sales: 779460, COGS: 158750, Profit: 620710, Date: `12/1/19`, Month: `December`, Year: `2019` }), + new SalesDataItem({ Country: `USA`, Product: `Mandarin`, UnitsSold: 3608, ManufacturingPrice: 250, SalePrice: 20, GrossSales: 72160, Discounts: 698.4, Sales: 71461.6, COGS: 4365, Profit: 67096.6, Date: `7/1/19`, Month: `July`, Year: `2019` }), + new SalesDataItem({ Country: `Japan`, Product: `Kensington`, UnitsSold: 1073, ManufacturingPrice: 3, SalePrice: 300, GrossSales: 321900, Discounts: 29538, Sales: 292362, COGS: 273500, Profit: 18862, Date: `6/1/19`, Month: `June`, Year: `2019` }), + new SalesDataItem({ Country: `Brazil`, Product: `Kensington`, UnitsSold: 1754, ManufacturingPrice: 3, SalePrice: 12, GrossSales: 21048, Discounts: 396.36, Sales: 20651.64, COGS: 1101, Profit: 19550.64, Date: `10/1/18`, Month: `October`, Year: `2018` }), + new SalesDataItem({ Country: `Japan`, Product: `Royal Oak`, UnitsSold: 2167, ManufacturingPrice: 5, SalePrice: 300, GrossSales: 650100, Discounts: 102667.5, Sales: 547432.5, COGS: 950625, Profit: 403192.5, Date: `4/1/19`, Month: `April`, Year: `2019` }), + new SalesDataItem({ Country: `UK`, Product: `Royal Oak`, UnitsSold: 1319, ManufacturingPrice: 5, SalePrice: 350, GrossSales: 461650, Discounts: 52479, Sales: 409171, COGS: 433160, Profit: 23989, Date: `5/1/19`, Month: `May`, Year: `2019` }), + new SalesDataItem({ Country: `UK`, Product: `Royal Oak`, UnitsSold: 1679, ManufacturingPrice: 5, SalePrice: 300, GrossSales: 503700, Discounts: 8694, Sales: 495006, COGS: 80500, Profit: 414506, Date: `9/1/18`, Month: `September`, Year: `2018` }), + new SalesDataItem({ Country: `Japan`, Product: `Royal Oak`, UnitsSold: 1252, ManufacturingPrice: 5, SalePrice: 12, GrossSales: 15024, Discounts: 2506.68, Sales: 12517.32, COGS: 6963, Profit: 5554.32, Date: `11/1/19`, Month: `November`, Year: `2019` }), + new SalesDataItem({ Country: `UK`, Product: `Royal Oak`, UnitsSold: 3493, ManufacturingPrice: 5, SalePrice: 125, GrossSales: 436625, Discounts: 20891.25, Sales: 415733.75, COGS: 222840, Profit: 192893.75, Date: `11/1/18`, Month: `November`, Year: `2018` }), + new SalesDataItem({ Country: `Japan`, Product: `Royal Oak`, UnitsSold: 1697, ManufacturingPrice: 5, SalePrice: 7, GrossSales: 11879, Discounts: 1014.93, Sales: 10864.07, COGS: 8055, Profit: 2809.07, Date: `12/1/18`, Month: `December`, Year: `2018` }), + new SalesDataItem({ Country: `USA`, Product: `Royal Oak`, UnitsSold: 1156, ManufacturingPrice: 5, SalePrice: 125, GrossSales: 144500, Discounts: 31466.25, Sales: 113033.75, COGS: 335640, Profit: 222606.25, Date: `12/1/19`, Month: `December`, Year: `2019` }), + new SalesDataItem({ Country: `India`, Product: `Royal Oak`, UnitsSold: 726, ManufacturingPrice: 5, SalePrice: 300, GrossSales: 217800, Discounts: 9018, Sales: 208782, COGS: 83500, Profit: 125282, Date: `12/1/18`, Month: `December`, Year: `2018` }), + new SalesDataItem({ Country: `Brazil`, Product: `Vermont`, UnitsSold: 1153, ManufacturingPrice: 10, SalePrice: 300, GrossSales: 345900, Discounts: 69255, Sales: 276645, COGS: 641250, Profit: 364605, Date: `1/1/19`, Month: `January`, Year: `2019` }), + new SalesDataItem({ Country: `Brazil`, Product: `Vermont`, UnitsSold: 2720, ManufacturingPrice: 10, SalePrice: 350, GrossSales: 952000, Discounts: 76135.5, Sales: 875864.5, COGS: 628420, Profit: 247444.5, Date: `1/1/19`, Month: `January`, Year: `2019` }), + new SalesDataItem({ Country: `USA`, Product: `Vermont`, UnitsSold: 3658, ManufacturingPrice: 10, SalePrice: 15, GrossSales: 54870, Discounts: 4961.25, Sales: 49908.75, COGS: 36750, Profit: 13158.75, Date: `4/1/19`, Month: `April`, Year: `2019` }), + new SalesDataItem({ Country: `Japan`, Product: `Vermont`, UnitsSold: 2950, ManufacturingPrice: 10, SalePrice: 300, GrossSales: 885000, Discounts: 29538, Sales: 855462, COGS: 273500, Profit: 581962, Date: `6/1/19`, Month: `June`, Year: `2019` }), + new SalesDataItem({ Country: `UK`, Product: `Vermont`, UnitsSold: 1821, ManufacturingPrice: 10, SalePrice: 15, GrossSales: 27315, Discounts: 1656.45, Sales: 25658.55, COGS: 12270, Profit: 13388.55, Date: `10/1/19`, Month: `October`, Year: `2019` }), + new SalesDataItem({ Country: `Brazil`, Product: `Vermont`, UnitsSold: 4174, ManufacturingPrice: 10, SalePrice: 12, GrossSales: 50088, Discounts: 396.36, Sales: 49691.64, COGS: 1101, Profit: 48590.64, Date: `10/1/18`, Month: `October`, Year: `2018` }), + new SalesDataItem({ Country: `UK`, Product: `Vermont`, UnitsSold: 1127, ManufacturingPrice: 10, SalePrice: 300, GrossSales: 338100, Discounts: 35748, Sales: 302352, COGS: 331000, Profit: 28648, Date: `11/1/19`, Month: `November`, Year: `2019` }), + new SalesDataItem({ Country: `India`, Product: `Vermont`, UnitsSold: 2209, ManufacturingPrice: 10, SalePrice: 12, GrossSales: 26508, Discounts: 1917, Sales: 24591, COGS: 5325, Profit: 19266, Date: `11/1/18`, Month: `November`, Year: `2018` }), + new SalesDataItem({ Country: `USA`, Product: `Vermont`, UnitsSold: 862, ManufacturingPrice: 10, SalePrice: 125, GrossSales: 107750, Discounts: 31466.25, Sales: 76283.75, COGS: 335640, Profit: 259356.25, Date: `12/1/19`, Month: `December`, Year: `2019` }), + new SalesDataItem({ Country: `Brazil`, Product: `Burlington`, UnitsSold: 3805, ManufacturingPrice: 120, SalePrice: 15, GrossSales: 57075, Discounts: 330.75, Sales: 56744.25, COGS: 2450, Profit: 54294.25, Date: `5/1/19`, Month: `May`, Year: `2019` }), + new SalesDataItem({ Country: `Japan`, Product: `Burlington`, UnitsSold: 1415, ManufacturingPrice: 120, SalePrice: 300, GrossSales: 424500, Discounts: 102424.5, Sales: 322075.5, COGS: 948375, Profit: 626299.5, Date: `7/1/19`, Month: `July`, Year: `2019` }), + new SalesDataItem({ Country: `India`, Product: `Burlington`, UnitsSold: 2231, ManufacturingPrice: 120, SalePrice: 350, GrossSales: 780850, Discounts: 41170.5, Sales: 739679.5, COGS: 339820, Profit: 399859.5, Date: `7/1/19`, Month: `July`, Year: `2019` }), + new SalesDataItem({ Country: `Japan`, Product: `Burlington`, UnitsSold: 3649, ManufacturingPrice: 120, SalePrice: 125, GrossSales: 456125, Discounts: 6378.75, Sales: 449746.25, COGS: 68040, Profit: 381706.25, Date: `9/1/19`, Month: `September`, Year: `2019` }), + new SalesDataItem({ Country: `Brazil`, Product: `Burlington`, UnitsSold: 2948, ManufacturingPrice: 120, SalePrice: 125, GrossSales: 368500, Discounts: 23737.5, Sales: 344762.5, COGS: 253200, Profit: 91562.5, Date: `9/1/19`, Month: `September`, Year: `2019` }), + new SalesDataItem({ Country: `Japan`, Product: `Burlington`, UnitsSold: 3395, ManufacturingPrice: 120, SalePrice: 350, GrossSales: 1188250, Discounts: 39973.5, Sales: 1148276.5, COGS: 329940, Profit: 818336.5, Date: `10/1/19`, Month: `October`, Year: `2019` }), + new SalesDataItem({ Country: `USA`, Product: `Mandarin`, UnitsSold: 2650, ManufacturingPrice: 250, SalePrice: 12, GrossSales: 31800, Discounts: 2112.48, Sales: 29687.52, COGS: 5868, Profit: 23819.52, Date: `1/1/19`, Month: `January`, Year: `2019` }), + new SalesDataItem({ Country: `India`, Product: `Mandarin`, UnitsSold: 585, ManufacturingPrice: 250, SalePrice: 300, GrossSales: 175500, Discounts: 71793, Sales: 103707, COGS: 664750, Profit: 561043, Date: `2/1/19`, Month: `February`, Year: `2019` }), + new SalesDataItem({ Country: `USA`, Product: `Mandarin`, UnitsSold: 1316, ManufacturingPrice: 250, SalePrice: 350, GrossSales: 460600, Discounts: 42572.25, Sales: 418027.75, COGS: 351390, Profit: 66637.75, Date: `4/1/19`, Month: `April`, Year: `2019` }), + new SalesDataItem({ Country: `India`, Product: `Mandarin`, UnitsSold: 4459, ManufacturingPrice: 250, SalePrice: 12, GrossSales: 53508, Discounts: 950.4, Sales: 52557.6, COGS: 2640, Profit: 49917.6, Date: `5/1/19`, Month: `May`, Year: `2019` }), + new SalesDataItem({ Country: `USA`, Product: `Mandarin`, UnitsSold: 2711, ManufacturingPrice: 250, SalePrice: 300, GrossSales: 813300, Discounts: 50409, Sales: 762891, COGS: 466750, Profit: 296141, Date: `9/1/19`, Month: `September`, Year: `2019` }), + new SalesDataItem({ Country: `UK`, Product: `Mandarin`, UnitsSold: 2621, ManufacturingPrice: 250, SalePrice: 12, GrossSales: 31452, Discounts: 2412.72, Sales: 29039.28, COGS: 6702, Profit: 22337.28, Date: `9/1/18`, Month: `September`, Year: `2018` }), + new SalesDataItem({ Country: `UK`, Product: `Mandarin`, UnitsSold: 3613, ManufacturingPrice: 250, SalePrice: 15, GrossSales: 54195, Discounts: 1656.45, Sales: 52538.55, COGS: 12270, Profit: 40268.55, Date: `10/1/19`, Month: `October`, Year: `2019` }), + new SalesDataItem({ Country: `Brazil`, Product: `Mandarin`, UnitsSold: 1847, ManufacturingPrice: 250, SalePrice: 125, GrossSales: 230875, Discounts: 9866.25, Sales: 221008.75, COGS: 105240, Profit: 115768.75, Date: `11/1/19`, Month: `November`, Year: `2019` }), + new SalesDataItem({ Country: `USA`, Product: `Luxe`, UnitsSold: 2996, ManufacturingPrice: 260, SalePrice: 350, GrossSales: 1048600, Discounts: 65236.5, Sales: 983363.5, COGS: 538460, Profit: 444903.5, Date: `9/1/19`, Month: `September`, Year: `2019` }), + new SalesDataItem({ Country: `Japan`, Product: `Luxe`, UnitsSold: 2838, ManufacturingPrice: 260, SalePrice: 350, GrossSales: 993300, Discounts: 39973.5, Sales: 953326.5, COGS: 329940, Profit: 623386.5, Date: `10/1/19`, Month: `October`, Year: `2019` }), + new SalesDataItem({ Country: `India`, Product: `Luxe`, UnitsSold: 1302, ManufacturingPrice: 260, SalePrice: 15, GrossSales: 19530, Discounts: 1309.5, Sales: 18220.5, COGS: 9700, Profit: 8520.5, Date: `11/1/18`, Month: `November`, Year: `2018` }), + new SalesDataItem({ Country: `Brazil`, Product: `Luxe`, UnitsSold: 1536, ManufacturingPrice: 260, SalePrice: 20, GrossSales: 30720, Discounts: 3049.2, Sales: 27670.8, COGS: 16940, Profit: 10730.8, Date: `11/1/19`, Month: `November`, Year: `2019` }), + new SalesDataItem({ Country: `India`, Product: `Kensington`, UnitsSold: 1291, ManufacturingPrice: 3, SalePrice: 20, GrossSales: 25820, Discounts: 1193.4, Sales: 24626.6, COGS: 6630, Profit: 17996.6, Date: `5/1/19`, Month: `May`, Year: `2019` }), + new SalesDataItem({ Country: `Japan`, Product: `Kensington`, UnitsSold: 1213, ManufacturingPrice: 3, SalePrice: 7, GrossSales: 8491, Discounts: 515.97, Sales: 7975.03, COGS: 4095, Profit: 3880.03, Date: `7/1/19`, Month: `July`, Year: `2019` }), + new SalesDataItem({ Country: `India`, Product: `Kensington`, UnitsSold: 2370, ManufacturingPrice: 3, SalePrice: 12, GrossSales: 28440, Discounts: 1706.4, Sales: 26733.6, COGS: 4740, Profit: 21993.6, Date: `9/1/19`, Month: `September`, Year: `2019` }), + new SalesDataItem({ Country: `Brazil`, Product: `Kensington`, UnitsSold: 1979, ManufacturingPrice: 3, SalePrice: 7, GrossSales: 13853, Discounts: 328.23, Sales: 13524.77, COGS: 2605, Profit: 10919.77, Date: `12/1/19`, Month: `December`, Year: `2019` }), + new SalesDataItem({ Country: `USA`, Product: `Vermont`, UnitsSold: 2879, ManufacturingPrice: 10, SalePrice: 20, GrossSales: 57580, Discounts: 1751.4, Sales: 55828.6, COGS: 9730, Profit: 46098.6, Date: `3/1/19`, Month: `March`, Year: `2019` }), + new SalesDataItem({ Country: `Brazil`, Product: `Vermont`, UnitsSold: 1707, ManufacturingPrice: 10, SalePrice: 20, GrossSales: 34140, Discounts: 1868.4, Sales: 32271.6, COGS: 10380, Profit: 21891.6, Date: `6/1/19`, Month: `June`, Year: `2019` }), + new SalesDataItem({ Country: `India`, Product: `Vermont`, UnitsSold: 2933, ManufacturingPrice: 10, SalePrice: 7, GrossSales: 20531, Discounts: 226.8, Sales: 20304.2, COGS: 1800, Profit: 18504.2, Date: `10/1/19`, Month: `October`, Year: `2019` }), + new SalesDataItem({ Country: `UK`, Product: `Burlington`, UnitsSold: 1014, ManufacturingPrice: 120, SalePrice: 12, GrossSales: 12168, Discounts: 2124.36, Sales: 10043.64, COGS: 5901, Profit: 4142.64, Date: `3/1/19`, Month: `March`, Year: `2019` }), + new SalesDataItem({ Country: `Brazil`, Product: `Burlington`, UnitsSold: 693, ManufacturingPrice: 120, SalePrice: 15, GrossSales: 10395, Discounts: 3547.8, Sales: 6847.2, COGS: 26280, Profit: 19432.8, Date: `4/1/19`, Month: `April`, Year: `2019` }), + new SalesDataItem({ Country: `India`, Product: `Mandarin`, UnitsSold: 3741, ManufacturingPrice: 250, SalePrice: 7, GrossSales: 26187, Discounts: 226.8, Sales: 25960.2, COGS: 1800, Profit: 24160.2, Date: `10/1/19`, Month: `October`, Year: `2019` }), + new SalesDataItem({ Country: `UK`, Product: `Mandarin`, UnitsSold: 3116, ManufacturingPrice: 250, SalePrice: 20, GrossSales: 62320, Discounts: 4827.6, Sales: 57492.4, COGS: 26820, Profit: 30672.4, Date: `11/1/18`, Month: `November`, Year: `2018` }), + new SalesDataItem({ Country: `Brazil`, Product: `Mandarin`, UnitsSold: 3995, ManufacturingPrice: 250, SalePrice: 7, GrossSales: 27965, Discounts: 328.23, Sales: 27636.77, COGS: 2605, Profit: 25031.77, Date: `12/1/19`, Month: `December`, Year: `2019` }), + new SalesDataItem({ Country: `Brazil`, Product: `Luxe`, UnitsSold: 953, ManufacturingPrice: 260, SalePrice: 20, GrossSales: 19060, Discounts: 1868.4, Sales: 17191.6, COGS: 10380, Profit: 6811.6, Date: `6/1/19`, Month: `June`, Year: `2019` }), + new SalesDataItem({ Country: `Japan`, Product: `Luxe`, UnitsSold: 2530, ManufacturingPrice: 260, SalePrice: 15, GrossSales: 37950, Discounts: 2201.18, Sales: 35748.82, COGS: 16305, Profit: 19443.82, Date: `7/1/19`, Month: `July`, Year: `2019` }), + new SalesDataItem({ Country: `UK`, Product: `Luxe`, UnitsSold: 2565, ManufacturingPrice: 260, SalePrice: 12, GrossSales: 30780, Discounts: 330.48, Sales: 30449.52, COGS: 918, Profit: 29531.52, Date: `12/1/18`, Month: `December`, Year: `2018` }), + new SalesDataItem({ Country: `USA`, Product: `Kensington`, UnitsSold: 4297, ManufacturingPrice: 3, SalePrice: 12, GrossSales: 51564, Discounts: 463.2, Sales: 51100.8, COGS: 1158, Profit: 49942.8, Date: `10/1/18`, Month: `October`, Year: `2018` }), + new SalesDataItem({ Country: `USA`, Product: `Royal Oak`, UnitsSold: 2871, ManufacturingPrice: 5, SalePrice: 7, GrossSales: 20097, Discounts: 1629.6, Sales: 18467.4, COGS: 11640, Profit: 6827.4, Date: `9/1/19`, Month: `September`, Year: `2019` }), + new SalesDataItem({ Country: `USA`, Product: `Vermont`, UnitsSold: 3537, ManufacturingPrice: 10, SalePrice: 12, GrossSales: 42444, Discounts: 463.2, Sales: 41980.8, COGS: 1158, Profit: 40822.8, Date: `10/1/18`, Month: `October`, Year: `2018` }), + new SalesDataItem({ Country: `USA`, Product: `Kensington`, UnitsSold: 1598, ManufacturingPrice: 3, SalePrice: 125, GrossSales: 199750, Discounts: 43068.75, Sales: 156681.25, COGS: 413460, Profit: 256778.75, Date: `4/1/19`, Month: `April`, Year: `2019` }), + new SalesDataItem({ Country: `UK`, Product: `Kensington`, UnitsSold: 2616, ManufacturingPrice: 3, SalePrice: 125, GrossSales: 327000, Discounts: 18525, Sales: 308475, COGS: 177840, Profit: 130635, Date: `12/1/18`, Month: `December`, Year: `2018` }), + new SalesDataItem({ Country: `USA`, Product: `Royal Oak`, UnitsSold: 2836, ManufacturingPrice: 5, SalePrice: 350, GrossSales: 992600, Discounts: 80955, Sales: 911645, COGS: 601380, Profit: 310265, Date: `5/1/19`, Month: `May`, Year: `2019` }), + new SalesDataItem({ Country: `USA`, Product: `Royal Oak`, UnitsSold: 4023, ManufacturingPrice: 5, SalePrice: 125, GrossSales: 502875, Discounts: 22550, Sales: 480325, COGS: 216480, Profit: 263845, Date: `11/1/18`, Month: `November`, Year: `2018` }), + new SalesDataItem({ Country: `UK`, Product: `Royal Oak`, UnitsSold: 3994, ManufacturingPrice: 5, SalePrice: 15, GrossSales: 59910, Discounts: 3108, Sales: 56802, COGS: 20720, Profit: 36082, Date: `12/1/19`, Month: `December`, Year: `2019` }), + new SalesDataItem({ Country: `UK`, Product: `Vermont`, UnitsSold: 2928, ManufacturingPrice: 10, SalePrice: 20, GrossSales: 58560, Discounts: 3908, Sales: 54652, COGS: 19540, Profit: 35112, Date: `3/1/19`, Month: `March`, Year: `2019` }), + new SalesDataItem({ Country: `Brazil`, Product: `Vermont`, UnitsSold: 2912, ManufacturingPrice: 10, SalePrice: 300, GrossSales: 873600, Discounts: 17730, Sales: 855870, COGS: 147750, Profit: 708120, Date: `5/1/19`, Month: `May`, Year: `2019` }), + new SalesDataItem({ Country: `UK`, Product: `Vermont`, UnitsSold: 3671, ManufacturingPrice: 10, SalePrice: 15, GrossSales: 55065, Discounts: 3250.5, Sales: 51814.5, COGS: 21670, Profit: 30144.5, Date: `10/1/18`, Month: `October`, Year: `2018` }), + new SalesDataItem({ Country: `India`, Product: `Vermont`, UnitsSold: 2778, ManufacturingPrice: 10, SalePrice: 20, GrossSales: 55560, Discounts: 482, Sales: 55078, COGS: 2410, Profit: 52668, Date: `10/1/19`, Month: `October`, Year: `2019` }), + new SalesDataItem({ Country: `India`, Product: `Burlington`, UnitsSold: 405, ManufacturingPrice: 120, SalePrice: 15, GrossSales: 6075, Discounts: 1021.5, Sales: 5053.5, COGS: 6810, Profit: 1756.5, Date: `1/1/19`, Month: `January`, Year: `2019` }), + new SalesDataItem({ Country: `India`, Product: `Burlington`, UnitsSold: 2013, ManufacturingPrice: 120, SalePrice: 15, GrossSales: 30195, Discounts: 765, Sales: 29430, COGS: 5100, Profit: 24330, Date: `4/1/19`, Month: `April`, Year: `2019` }), + new SalesDataItem({ Country: `USA`, Product: `Burlington`, UnitsSold: 2634, ManufacturingPrice: 120, SalePrice: 15, GrossSales: 39510, Discounts: 1185, Sales: 38325, COGS: 7900, Profit: 30425, Date: `5/1/19`, Month: `May`, Year: `2019` }), + new SalesDataItem({ Country: `UK`, Product: `Burlington`, UnitsSold: 4166, ManufacturingPrice: 120, SalePrice: 350, GrossSales: 1458100, Discounts: 22365, Sales: 1435735, COGS: 166140, Profit: 1269595, Date: `7/1/19`, Month: `July`, Year: `2019` }), + new SalesDataItem({ Country: `USA`, Product: `Burlington`, UnitsSold: 355, ManufacturingPrice: 120, SalePrice: 125, GrossSales: 44375, Discounts: 19950, Sales: 24425, COGS: 191520, Profit: 167095, Date: `9/1/19`, Month: `September`, Year: `2019` }), + new SalesDataItem({ Country: `USA`, Product: `Burlington`, UnitsSold: 2382, ManufacturingPrice: 120, SalePrice: 300, GrossSales: 714600, Discounts: 68820, Sales: 645780, COGS: 573500, Profit: 72280, Date: `10/1/18`, Month: `October`, Year: `2018` }), + new SalesDataItem({ Country: `India`, Product: `Burlington`, UnitsSold: 4170, ManufacturingPrice: 120, SalePrice: 20, GrossSales: 83400, Discounts: 482, Sales: 82918, COGS: 2410, Profit: 80508, Date: `10/1/19`, Month: `October`, Year: `2019` }), + new SalesDataItem({ Country: `India`, Product: `Burlington`, UnitsSold: 892, ManufacturingPrice: 120, SalePrice: 7, GrossSales: 6244, Discounts: 1865.5, Sales: 4378.5, COGS: 13325, Profit: 8946.5, Date: `11/1/19`, Month: `November`, Year: `2019` }), + new SalesDataItem({ Country: `Japan`, Product: `Burlington`, UnitsSold: 2200, ManufacturingPrice: 120, SalePrice: 125, GrossSales: 275000, Discounts: 23950, Sales: 251050, COGS: 229920, Profit: 21130, Date: `12/1/18`, Month: `December`, Year: `2018` }), + new SalesDataItem({ Country: `UK`, Product: `Burlington`, UnitsSold: 3389, ManufacturingPrice: 120, SalePrice: 300, GrossSales: 1016700, Discounts: 25590, Sales: 991110, COGS: 213250, Profit: 777860, Date: `12/1/19`, Month: `December`, Year: `2019` }), + new SalesDataItem({ Country: `Brazil`, Product: `Mandarin`, UnitsSold: 2990, ManufacturingPrice: 250, SalePrice: 125, GrossSales: 373750, Discounts: 4262.5, Sales: 369487.5, COGS: 40920, Profit: 328567.5, Date: `5/1/19`, Month: `May`, Year: `2019` }), + new SalesDataItem({ Country: `Brazil`, Product: `Mandarin`, UnitsSold: 4013, ManufacturingPrice: 250, SalePrice: 15, GrossSales: 60195, Discounts: 961.5, Sales: 59233.5, COGS: 6410, Profit: 52823.5, Date: `7/1/19`, Month: `July`, Year: `2019` }), + new SalesDataItem({ Country: `USA`, Product: `Mandarin`, UnitsSold: 739, ManufacturingPrice: 250, SalePrice: 350, GrossSales: 258650, Discounts: 98245, Sales: 160405, COGS: 729820, Profit: 569415, Date: `8/1/19`, Month: `August`, Year: `2019` }), + new SalesDataItem({ Country: `Brazil`, Product: `Mandarin`, UnitsSold: 1989, ManufacturingPrice: 250, SalePrice: 300, GrossSales: 596700, Discounts: 12960, Sales: 583740, COGS: 108000, Profit: 475740, Date: `9/1/19`, Month: `September`, Year: `2019` }), + new SalesDataItem({ Country: `USA`, Product: `Mandarin`, UnitsSold: 2991, ManufacturingPrice: 250, SalePrice: 300, GrossSales: 897300, Discounts: 68820, Sales: 828480, COGS: 573500, Profit: 254980, Date: `10/1/18`, Month: `October`, Year: `2018` }), + new SalesDataItem({ Country: `UK`, Product: `Mandarin`, UnitsSold: 4237, ManufacturingPrice: 250, SalePrice: 15, GrossSales: 63555, Discounts: 3250.5, Sales: 60304.5, COGS: 21670, Profit: 38634.5, Date: `10/1/18`, Month: `October`, Year: `2018` }), + new SalesDataItem({ Country: `Japan`, Product: `Mandarin`, UnitsSold: 1442, ManufacturingPrice: 250, SalePrice: 125, GrossSales: 180250, Discounts: 31612.5, Sales: 148637.5, COGS: 303480, Profit: 154842.5, Date: `11/1/19`, Month: `November`, Year: `2019` }), + new SalesDataItem({ Country: `India`, Product: `Mandarin`, UnitsSold: 2712, ManufacturingPrice: 250, SalePrice: 350, GrossSales: 949200, Discounts: 65450, Sales: 883750, COGS: 486200, Profit: 397550, Date: `12/1/18`, Month: `December`, Year: `2018` }), + new SalesDataItem({ Country: `USA`, Product: `Luxe`, UnitsSold: 1508, ManufacturingPrice: 260, SalePrice: 125, GrossSales: 188500, Discounts: 7237.5, Sales: 181262.5, COGS: 69480, Profit: 111782.5, Date: `1/1/19`, Month: `January`, Year: `2019` }), + new SalesDataItem({ Country: `Japan`, Product: `Luxe`, UnitsSold: 4245, ManufacturingPrice: 260, SalePrice: 350, GrossSales: 1485750, Discounts: 78400, Sales: 1407350, COGS: 582400, Profit: 824950, Date: `2/1/19`, Month: `February`, Year: `2019` }), + new SalesDataItem({ Country: `USA`, Product: `Luxe`, UnitsSold: 2630, ManufacturingPrice: 260, SalePrice: 300, GrossSales: 789000, Discounts: 89790, Sales: 699210, COGS: 748250, Profit: 49040, Date: `3/1/19`, Month: `March`, Year: `2019` }), + new SalesDataItem({ Country: `Japan`, Product: `Luxe`, UnitsSold: 1182, ManufacturingPrice: 260, SalePrice: 12, GrossSales: 14184, Discounts: 4224.6, Sales: 9959.4, COGS: 10561.5, Profit: 602.1, Date: `4/1/19`, Month: `April`, Year: `2019` }), + new SalesDataItem({ Country: `Brazil`, Product: `Luxe`, UnitsSold: 1221, ManufacturingPrice: 260, SalePrice: 20, GrossSales: 24420, Discounts: 4078, Sales: 20342, COGS: 20390, Profit: 48, Date: `5/1/19`, Month: `May`, Year: `2019` }), + new SalesDataItem({ Country: `India`, Product: `Luxe`, UnitsSold: 963, ManufacturingPrice: 260, SalePrice: 12, GrossSales: 11556, Discounts: 3088.8, Sales: 8467.2, COGS: 7722, Profit: 745.2, Date: `8/1/19`, Month: `August`, Year: `2019` }), + new SalesDataItem({ Country: `Japan`, Product: `Luxe`, UnitsSold: 3243, ManufacturingPrice: 260, SalePrice: 350, GrossSales: 1135050, Discounts: 24745, Sales: 1110305, COGS: 183820, Profit: 926485, Date: `9/1/19`, Month: `September`, Year: `2019` }), + new SalesDataItem({ Country: `UK`, Product: `Luxe`, UnitsSold: 1120, ManufacturingPrice: 260, SalePrice: 15, GrossSales: 16800, Discounts: 3108, Sales: 13692, COGS: 20720, Profit: 7028, Date: `12/1/19`, Month: `December`, Year: `2019` }), + new SalesDataItem({ Country: `UK`, Product: `Luxe`, UnitsSold: 1174, ManufacturingPrice: 260, SalePrice: 300, GrossSales: 352200, Discounts: 25590, Sales: 326610, COGS: 213250, Profit: 113360, Date: `12/1/19`, Month: `December`, Year: `2019` }), + new SalesDataItem({ Country: `UK`, Product: `Kensington`, UnitsSold: 2541, ManufacturingPrice: 3, SalePrice: 12, GrossSales: 30492, Discounts: 1581.36, Sales: 28910.64, COGS: 3594, Profit: 25316.64, Date: `10/1/18`, Month: `October`, Year: `2018` }), + new SalesDataItem({ Country: `UK`, Product: `Vermont`, UnitsSold: 3246, ManufacturingPrice: 10, SalePrice: 7, GrossSales: 22722, Discounts: 1949.64, Sales: 20772.36, COGS: 12660, Profit: 8112.36, Date: `4/1/19`, Month: `April`, Year: `2019` }), + new SalesDataItem({ Country: `UK`, Product: `Vermont`, UnitsSold: 1531, ManufacturingPrice: 10, SalePrice: 12, GrossSales: 18372, Discounts: 1581.36, Sales: 16790.64, COGS: 3594, Profit: 13196.64, Date: `10/1/18`, Month: `October`, Year: `2018` }), + new SalesDataItem({ Country: `Japan`, Product: `Burlington`, UnitsSold: 2526, ManufacturingPrice: 120, SalePrice: 15, GrossSales: 37890, Discounts: 633.6, Sales: 37256.4, COGS: 3840, Profit: 33416.4, Date: `1/1/19`, Month: `January`, Year: `2019` }), + new SalesDataItem({ Country: `India`, Product: `Burlington`, UnitsSold: 1136, ManufacturingPrice: 120, SalePrice: 12, GrossSales: 13632, Discounts: 623.04, Sales: 13008.96, COGS: 1416, Profit: 11592.96, Date: `10/1/19`, Month: `October`, Year: `2019` }), + new SalesDataItem({ Country: `USA`, Product: `Mandarin`, UnitsSold: 1983, ManufacturingPrice: 250, SalePrice: 7, GrossSales: 13881, Discounts: 1215.83, Sales: 12665.17, COGS: 7895, Profit: 4770.17, Date: `3/1/19`, Month: `March`, Year: `2019` }), + new SalesDataItem({ Country: `Brazil`, Product: `Mandarin`, UnitsSold: 3259, ManufacturingPrice: 250, SalePrice: 12, GrossSales: 39108, Discounts: 1326.6, Sales: 37781.4, COGS: 3015, Profit: 34766.4, Date: `9/1/18`, Month: `September`, Year: `2018` }), + new SalesDataItem({ Country: `USA`, Product: `Luxe`, UnitsSold: 3267, ManufacturingPrice: 260, SalePrice: 15, GrossSales: 49005, Discounts: 5279.17, Sales: 43725.82, COGS: 31995, Profit: 11730.82, Date: `7/1/19`, Month: `July`, Year: `2019` }), + new SalesDataItem({ Country: `India`, Product: `Luxe`, UnitsSold: 2454, ManufacturingPrice: 260, SalePrice: 12, GrossSales: 29448, Discounts: 623.04, Sales: 28824.96, COGS: 1416, Profit: 27408.96, Date: `10/1/19`, Month: `October`, Year: `2019` }), + new SalesDataItem({ Country: `Japan`, Product: `Kensington`, UnitsSold: 2643, ManufacturingPrice: 3, SalePrice: 12, GrossSales: 31716, Discounts: 2556.84, Sales: 29159.16, COGS: 5811, Profit: 23348.16, Date: `2/1/19`, Month: `February`, Year: `2019` }), + new SalesDataItem({ Country: `India`, Product: `Kensington`, UnitsSold: 383, ManufacturingPrice: 3, SalePrice: 350, GrossSales: 134050, Discounts: 30492, Sales: 103558, COGS: 205920, Profit: 102362, Date: `3/1/19`, Month: `March`, Year: `2019` }), + new SalesDataItem({ Country: `India`, Product: `Kensington`, UnitsSold: 2801, ManufacturingPrice: 3, SalePrice: 300, GrossSales: 840300, Discounts: 92763, Sales: 747537, COGS: 702750, Profit: 44787, Date: `7/1/19`, Month: `July`, Year: `2019` }), + new SalesDataItem({ Country: `UK`, Product: `Kensington`, UnitsSold: 1667, ManufacturingPrice: 3, SalePrice: 125, GrossSales: 208375, Discounts: 33563.75, Sales: 174811.25, COGS: 292920, Profit: 118108.75, Date: `10/1/19`, Month: `October`, Year: `2019` }), + new SalesDataItem({ Country: `Japan`, Product: `Kensington`, UnitsSold: 3539, ManufacturingPrice: 3, SalePrice: 15, GrossSales: 53085, Discounts: 2574, Sales: 50511, COGS: 15600, Profit: 34911, Date: `11/1/18`, Month: `November`, Year: `2018` }), + new SalesDataItem({ Country: `Brazil`, Product: `Kensington`, UnitsSold: 4226, ManufacturingPrice: 3, SalePrice: 7, GrossSales: 29582, Discounts: 2083.62, Sales: 27498.38, COGS: 13530, Profit: 13968.38, Date: `11/1/18`, Month: `November`, Year: `2018` }), + new SalesDataItem({ Country: `India`, Product: `Royal Oak`, UnitsSold: 2220, ManufacturingPrice: 5, SalePrice: 350, GrossSales: 777000, Discounts: 29491, Sales: 747509, COGS: 199160, Profit: 548349, Date: `1/1/19`, Month: `January`, Year: `2019` }), + new SalesDataItem({ Country: `India`, Product: `Royal Oak`, UnitsSold: 776, ManufacturingPrice: 5, SalePrice: 20, GrossSales: 15520, Discounts: 6582.4, Sales: 8937.6, COGS: 29920, Profit: 20982.4, Date: `10/1/18`, Month: `October`, Year: `2018` }), + new SalesDataItem({ Country: `Brazil`, Product: `Royal Oak`, UnitsSold: 553, ManufacturingPrice: 5, SalePrice: 15, GrossSales: 8295, Discounts: 3559.05, Sales: 4735.95, COGS: 21570, Profit: 16834.05, Date: `12/1/19`, Month: `December`, Year: `2019` }), + new SalesDataItem({ Country: `Japan`, Product: `Vermont`, UnitsSold: 2107, ManufacturingPrice: 10, SalePrice: 300, GrossSales: 632100, Discounts: 28809, Sales: 603291, COGS: 218250, Profit: 385041, Date: `1/1/19`, Month: `January`, Year: `2019` }), + new SalesDataItem({ Country: `Brazil`, Product: `Vermont`, UnitsSold: 2468, ManufacturingPrice: 10, SalePrice: 20, GrossSales: 49360, Discounts: 2468.4, Sales: 46891.6, COGS: 11220, Profit: 35671.6, Date: `3/1/19`, Month: `March`, Year: `2019` }), + new SalesDataItem({ Country: `Japan`, Product: `Vermont`, UnitsSold: 1905, ManufacturingPrice: 10, SalePrice: 350, GrossSales: 666750, Discounts: 81023.25, Sales: 585726.75, COGS: 547170, Profit: 38556.75, Date: `7/1/19`, Month: `July`, Year: `2019` }), + new SalesDataItem({ Country: `Japan`, Product: `Vermont`, UnitsSold: 3658, ManufacturingPrice: 10, SalePrice: 12, GrossSales: 43896, Discounts: 5314.32, Sales: 38581.68, COGS: 12078, Profit: 26503.68, Date: `7/1/19`, Month: `July`, Year: `2019` }), + new SalesDataItem({ Country: `UK`, Product: `Vermont`, UnitsSold: 4301, ManufacturingPrice: 10, SalePrice: 12, GrossSales: 51612, Discounts: 3201.66, Sales: 48410.34, COGS: 7276.5, Profit: 41133.84, Date: `7/1/19`, Month: `July`, Year: `2019` }), + new SalesDataItem({ Country: `Japan`, Product: `Vermont`, UnitsSold: 2446, ManufacturingPrice: 10, SalePrice: 20, GrossSales: 48920, Discounts: 5266.8, Sales: 43653.2, COGS: 23940, Profit: 19713.2, Date: `8/1/19`, Month: `August`, Year: `2019` }), + new SalesDataItem({ Country: `Brazil`, Product: `Vermont`, UnitsSold: 4209, ManufacturingPrice: 10, SalePrice: 15, GrossSales: 63135, Discounts: 3273.6, Sales: 59861.4, COGS: 19840, Profit: 40021.4, Date: `8/1/19`, Month: `August`, Year: `2019` }), + new SalesDataItem({ Country: `UK`, Product: `Vermont`, UnitsSold: 3353, ManufacturingPrice: 10, SalePrice: 125, GrossSales: 419125, Discounts: 33563.75, Sales: 385561.25, COGS: 292920, Profit: 92641.25, Date: `10/1/19`, Month: `October`, Year: `2019` }), + new SalesDataItem({ Country: `India`, Product: `Vermont`, UnitsSold: 1401, ManufacturingPrice: 10, SalePrice: 20, GrossSales: 28020, Discounts: 6582.4, Sales: 21437.6, COGS: 29920, Profit: 8482.4, Date: `10/1/18`, Month: `October`, Year: `2018` }), + new SalesDataItem({ Country: `Japan`, Product: `Vermont`, UnitsSold: 1865, ManufacturingPrice: 10, SalePrice: 300, GrossSales: 559500, Discounts: 45078, Sales: 514422, COGS: 341500, Profit: 172922, Date: `11/1/19`, Month: `November`, Year: `2019` }), + new SalesDataItem({ Country: `UK`, Product: `Burlington`, UnitsSold: 463, ManufacturingPrice: 120, SalePrice: 20, GrossSales: 9260, Discounts: 6171, Sales: 3089, COGS: 28050, Profit: 24961, Date: `9/1/18`, Month: `September`, Year: `2018` }), + new SalesDataItem({ Country: `Brazil`, Product: `Burlington`, UnitsSold: 4177, ManufacturingPrice: 120, SalePrice: 15, GrossSales: 62655, Discounts: 1080.75, Sales: 61574.25, COGS: 6550, Profit: 55024.25, Date: `9/1/18`, Month: `September`, Year: `2018` }), + new SalesDataItem({ Country: `Brazil`, Product: `Burlington`, UnitsSold: 2523, ManufacturingPrice: 120, SalePrice: 350, GrossSales: 883050, Discounts: 13244, Sales: 869806, COGS: 89440, Profit: 780366, Date: `10/1/18`, Month: `October`, Year: `2018` }), + new SalesDataItem({ Country: `Japan`, Product: `Burlington`, UnitsSold: 1930, ManufacturingPrice: 120, SalePrice: 7, GrossSales: 13510, Discounts: 1392.16, Sales: 12117.84, COGS: 9040, Profit: 3077.84, Date: `11/1/19`, Month: `November`, Year: `2019` }), + new SalesDataItem({ Country: `UK`, Product: `Mandarin`, UnitsSold: 1301, ManufacturingPrice: 250, SalePrice: 12, GrossSales: 15612, Discounts: 2288.88, Sales: 13323.12, COGS: 5202, Profit: 8121.12, Date: `1/1/19`, Month: `January`, Year: `2019` }), + new SalesDataItem({ Country: `Brazil`, Product: `Mandarin`, UnitsSold: 4125, ManufacturingPrice: 250, SalePrice: 125, GrossSales: 515625, Discounts: 7617.5, Sales: 508007.5, COGS: 66480, Profit: 441527.5, Date: `1/1/19`, Month: `January`, Year: `2019` }), + new SalesDataItem({ Country: `Japan`, Product: `Mandarin`, UnitsSold: 607, ManufacturingPrice: 250, SalePrice: 20, GrossSales: 12140, Discounts: 6457, Sales: 5683, COGS: 29350, Profit: 23667, Date: `11/1/18`, Month: `November`, Year: `2018` }), + new SalesDataItem({ Country: `India`, Product: `Luxe`, UnitsSold: 478, ManufacturingPrice: 260, SalePrice: 125, GrossSales: 59750, Discounts: 43518.75, Sales: 16231.25, COGS: 379800, Profit: 363568.75, Date: `1/1/19`, Month: `January`, Year: `2019` }), + new SalesDataItem({ Country: `Brazil`, Product: `Luxe`, UnitsSold: 4489, ManufacturingPrice: 260, SalePrice: 20, GrossSales: 89780, Discounts: 5783.8, Sales: 83996.2, COGS: 26290, Profit: 57706.2, Date: `1/1/19`, Month: `January`, Year: `2019` }), + new SalesDataItem({ Country: `UK`, Product: `Luxe`, UnitsSold: 1504, ManufacturingPrice: 260, SalePrice: 125, GrossSales: 188000, Discounts: 19703.75, Sales: 168296.25, COGS: 171960, Profit: 3663.75, Date: `5/1/19`, Month: `May`, Year: `2019` }), + new SalesDataItem({ Country: `Brazil`, Product: `Luxe`, UnitsSold: 3763, ManufacturingPrice: 260, SalePrice: 125, GrossSales: 470375, Discounts: 13021.25, Sales: 457353.75, COGS: 113640, Profit: 343713.75, Date: `9/1/18`, Month: `September`, Year: `2018` }), + new SalesDataItem({ Country: `Brazil`, Product: `Luxe`, UnitsSold: 2412, ManufacturingPrice: 260, SalePrice: 350, GrossSales: 844200, Discounts: 13244, Sales: 830956, COGS: 89440, Profit: 741516, Date: `10/1/18`, Month: `October`, Year: `2018` }), + new SalesDataItem({ Country: `Brazil`, Product: `Luxe`, UnitsSold: 2342, ManufacturingPrice: 260, SalePrice: 15, GrossSales: 35130, Discounts: 3559.05, Sales: 31570.95, COGS: 21570, Profit: 10000.95, Date: `12/1/19`, Month: `December`, Year: `2019` }), + new SalesDataItem({ Country: `USA`, Product: `Vermont`, UnitsSold: 4451, ManufacturingPrice: 10, SalePrice: 7, GrossSales: 31157, Discounts: 292.6, Sales: 30864.4, COGS: 1900, Profit: 28964.4, Date: `9/1/18`, Month: `September`, Year: `2018` }), + new SalesDataItem({ Country: `Brazil`, Product: `Kensington`, UnitsSold: 3796, ManufacturingPrice: 3, SalePrice: 350, GrossSales: 1328600, Discounts: 37212, Sales: 1291388, COGS: 230360, Profit: 1061028, Date: `6/1/19`, Month: `June`, Year: `2019` }), + new SalesDataItem({ Country: `Japan`, Product: `Kensington`, UnitsSold: 2286, ManufacturingPrice: 3, SalePrice: 125, GrossSales: 285750, Discounts: 36240, Sales: 249510, COGS: 289920, Profit: 40410, Date: `9/1/18`, Month: `September`, Year: `2018` }), + new SalesDataItem({ Country: `Brazil`, Product: `Kensington`, UnitsSold: 3614, ManufacturingPrice: 3, SalePrice: 125, GrossSales: 451750, Discounts: 32340, Sales: 419410, COGS: 258720, Profit: 160690, Date: `10/1/19`, Month: `October`, Year: `2019` }), + new SalesDataItem({ Country: `Japan`, Product: `Kensington`, UnitsSold: 1716, ManufacturingPrice: 3, SalePrice: 15, GrossSales: 25740, Discounts: 4840.2, Sales: 20899.8, COGS: 26890, Profit: 5990.2, Date: `11/1/19`, Month: `November`, Year: `2019` }), + new SalesDataItem({ Country: `USA`, Product: `Royal Oak`, UnitsSold: 1301, ManufacturingPrice: 5, SalePrice: 15, GrossSales: 19515, Discounts: 1218.6, Sales: 18296.4, COGS: 6770, Profit: 11526.4, Date: `3/1/19`, Month: `March`, Year: `2019` }), + new SalesDataItem({ Country: `UK`, Product: `Royal Oak`, UnitsSold: 4175, ManufacturingPrice: 5, SalePrice: 300, GrossSales: 1252500, Discounts: 63828, Sales: 1188672, COGS: 443250, Profit: 745422, Date: `4/1/19`, Month: `April`, Year: `2019` }), + new SalesDataItem({ Country: `Brazil`, Product: `Royal Oak`, UnitsSold: 975, ManufacturingPrice: 5, SalePrice: 7, GrossSales: 6825, Discounts: 2032.8, Sales: 4792.2, COGS: 12100, Profit: 7307.8, Date: `9/1/19`, Month: `September`, Year: `2019` }), + new SalesDataItem({ Country: `Japan`, Product: `Royal Oak`, UnitsSold: 1154, ManufacturingPrice: 5, SalePrice: 7, GrossSales: 8078, Discounts: 2296.56, Sales: 5781.44, COGS: 13670, Profit: 7888.56, Date: `10/1/19`, Month: `October`, Year: `2019` }), + new SalesDataItem({ Country: `Brazil`, Product: `Royal Oak`, UnitsSold: 1873, ManufacturingPrice: 5, SalePrice: 20, GrossSales: 37460, Discounts: 4116, Sales: 33344, COGS: 17150, Profit: 16194, Date: `10/1/18`, Month: `October`, Year: `2018` }), + new SalesDataItem({ Country: `UK`, Product: `Royal Oak`, UnitsSold: 3766, ManufacturingPrice: 5, SalePrice: 300, GrossSales: 1129800, Discounts: 42696, Sales: 1087104, COGS: 296500, Profit: 790604, Date: `12/1/18`, Month: `December`, Year: `2018` }), + new SalesDataItem({ Country: `USA`, Product: `Vermont`, UnitsSold: 3558, ManufacturingPrice: 10, SalePrice: 300, GrossSales: 1067400, Discounts: 125820, Sales: 941580, COGS: 873750, Profit: 67830, Date: `1/1/19`, Month: `January`, Year: `2019` }), + new SalesDataItem({ Country: `Brazil`, Product: `Vermont`, UnitsSold: 3156, ManufacturingPrice: 10, SalePrice: 350, GrossSales: 1104600, Discounts: 37212, Sales: 1067388, COGS: 230360, Profit: 837028, Date: `6/1/19`, Month: `June`, Year: `2019` }), + new SalesDataItem({ Country: `Brazil`, Product: `Vermont`, UnitsSold: 2994, ManufacturingPrice: 10, SalePrice: 125, GrossSales: 374250, Discounts: 32340, Sales: 341910, COGS: 258720, Profit: 83190, Date: `10/1/19`, Month: `October`, Year: `2019` }), + new SalesDataItem({ Country: `Brazil`, Product: `Vermont`, UnitsSold: 2087, ManufacturingPrice: 10, SalePrice: 20, GrossSales: 41740, Discounts: 2172, Sales: 39568, COGS: 9050, Profit: 30518, Date: `10/1/19`, Month: `October`, Year: `2019` }), + new SalesDataItem({ Country: `Brazil`, Product: `Vermont`, UnitsSold: 1056, ManufacturingPrice: 10, SalePrice: 20, GrossSales: 21120, Discounts: 4116, Sales: 17004, COGS: 17150, Profit: 146, Date: `10/1/18`, Month: `October`, Year: `2018` }), + new SalesDataItem({ Country: `UK`, Product: `Vermont`, UnitsSold: 1353, ManufacturingPrice: 10, SalePrice: 350, GrossSales: 473550, Discounts: 66948, Sales: 406602, COGS: 414440, Profit: 7838, Date: `11/1/19`, Month: `November`, Year: `2019` }), + new SalesDataItem({ Country: `India`, Product: `Vermont`, UnitsSold: 416, ManufacturingPrice: 10, SalePrice: 300, GrossSales: 124800, Discounts: 48924, Sales: 75876, COGS: 339750, Profit: 263874, Date: `11/1/19`, Month: `November`, Year: `2019` }), + new SalesDataItem({ Country: `Brazil`, Product: `Vermont`, UnitsSold: 3880, ManufacturingPrice: 10, SalePrice: 300, GrossSales: 1164000, Discounts: 77400, Sales: 1086600, COGS: 537500, Profit: 549100, Date: `11/1/19`, Month: `November`, Year: `2019` }), + new SalesDataItem({ Country: `Brazil`, Product: `Vermont`, UnitsSold: 809, ManufacturingPrice: 10, SalePrice: 350, GrossSales: 283150, Discounts: 50274, Sales: 232876, COGS: 311220, Profit: 78344, Date: `11/1/19`, Month: `November`, Year: `2019` }), + new SalesDataItem({ Country: `Brazil`, Product: `Vermont`, UnitsSold: 1892, ManufacturingPrice: 10, SalePrice: 15, GrossSales: 28380, Discounts: 684, Sales: 27696, COGS: 3800, Profit: 23896, Date: `12/1/18`, Month: `December`, Year: `2018` }), + new SalesDataItem({ Country: `Brazil`, Product: `Vermont`, UnitsSold: 2072, ManufacturingPrice: 10, SalePrice: 20, GrossSales: 41440, Discounts: 2959.2, Sales: 38480.8, COGS: 12330, Profit: 26150.8, Date: `12/1/19`, Month: `December`, Year: `2019` }), + new SalesDataItem({ Country: `Brazil`, Product: `Burlington`, UnitsSold: 3052, ManufacturingPrice: 120, SalePrice: 350, GrossSales: 1068200, Discounts: 58590, Sales: 1009610, COGS: 362700, Profit: 646910, Date: `7/1/19`, Month: `July`, Year: `2019` }), + new SalesDataItem({ Country: `USA`, Product: `Burlington`, UnitsSold: 3121, ManufacturingPrice: 120, SalePrice: 350, GrossSales: 1092350, Discounts: 41412, Sales: 1050938, COGS: 256360, Profit: 794578, Date: `10/1/19`, Month: `October`, Year: `2019` }), + new SalesDataItem({ Country: `Brazil`, Product: `Burlington`, UnitsSold: 2059, ManufacturingPrice: 120, SalePrice: 20, GrossSales: 41180, Discounts: 2172, Sales: 39008, COGS: 9050, Profit: 29958, Date: `10/1/19`, Month: `October`, Year: `2019` }), + new SalesDataItem({ Country: `Japan`, Product: `Mandarin`, UnitsSold: 4254, ManufacturingPrice: 250, SalePrice: 12, GrossSales: 51048, Discounts: 3036.96, Sales: 48011.04, COGS: 6327, Profit: 41684.04, Date: `5/1/19`, Month: `May`, Year: `2019` }), + new SalesDataItem({ Country: `UK`, Product: `Mandarin`, UnitsSold: 1293, ManufacturingPrice: 250, SalePrice: 15, GrossSales: 19395, Discounts: 6974.1, Sales: 12420.9, COGS: 38745, Profit: 26324.1, Date: `7/1/19`, Month: `July`, Year: `2019` }), + new SalesDataItem({ Country: `Japan`, Product: `Mandarin`, UnitsSold: 1293, ManufacturingPrice: 250, SalePrice: 350, GrossSales: 452550, Discounts: 26166, Sales: 426384, COGS: 161980, Profit: 264404, Date: `9/1/18`, Month: `September`, Year: `2018` }), + new SalesDataItem({ Country: `USA`, Product: `Mandarin`, UnitsSold: 230, ManufacturingPrice: 250, SalePrice: 350, GrossSales: 80500, Discounts: 41412, Sales: 39088, COGS: 256360, Profit: 217272, Date: `10/1/19`, Month: `October`, Year: `2019` }), + new SalesDataItem({ Country: `USA`, Product: `Mandarin`, UnitsSold: 1723, ManufacturingPrice: 250, SalePrice: 125, GrossSales: 215375, Discounts: 35805, Sales: 179570, COGS: 286440, Profit: 106870, Date: `11/1/19`, Month: `November`, Year: `2019` }), + new SalesDataItem({ Country: `Brazil`, Product: `Mandarin`, UnitsSold: 240, ManufacturingPrice: 250, SalePrice: 20, GrossSales: 4800, Discounts: 2959.2, Sales: 1840.8, COGS: 12330, Profit: 10489.2, Date: `12/1/19`, Month: `December`, Year: `2019` }), + new SalesDataItem({ Country: `USA`, Product: `Luxe`, UnitsSold: 2571, ManufacturingPrice: 260, SalePrice: 350, GrossSales: 899850, Discounts: 11340, Sales: 888510, COGS: 70200, Profit: 818310, Date: `2/1/19`, Month: `February`, Year: `2019` }), + new SalesDataItem({ Country: `UK`, Product: `Luxe`, UnitsSold: 1661, ManufacturingPrice: 260, SalePrice: 7, GrossSales: 11627, Discounts: 2874.06, Sales: 8752.94, COGS: 17107.5, Profit: 8354.56, Date: `7/1/19`, Month: `July`, Year: `2019` }), + new SalesDataItem({ Country: `Japan`, Product: `Luxe`, UnitsSold: 4474, ManufacturingPrice: 260, SalePrice: 7, GrossSales: 31318, Discounts: 2296.56, Sales: 29021.44, COGS: 13670, Profit: 15351.44, Date: `10/1/19`, Month: `October`, Year: `2019` }), + new SalesDataItem({ Country: `USA`, Product: `Luxe`, UnitsSold: 833, ManufacturingPrice: 260, SalePrice: 15, GrossSales: 12495, Discounts: 4586.4, Sales: 7908.6, COGS: 25480, Profit: 17571.4, Date: `11/1/18`, Month: `November`, Year: `2018` }), + new SalesDataItem({ Country: `UK`, Product: `Kensington`, UnitsSold: 674, ManufacturingPrice: 3, SalePrice: 20, GrossSales: 13480, Discounts: 6051.6, Sales: 7428.4, COGS: 25215, Profit: 17786.6, Date: `1/1/19`, Month: `January`, Year: `2019` }), + new SalesDataItem({ Country: `Brazil`, Product: `Royal Oak`, UnitsSold: 778, ManufacturingPrice: 5, SalePrice: 12, GrossSales: 9336, Discounts: 3831.84, Sales: 5504.16, COGS: 7983, Profit: 2478.84, Date: `5/1/19`, Month: `May`, Year: `2019` }), + new SalesDataItem({ Country: `India`, Product: `Vermont`, UnitsSold: 1457, ManufacturingPrice: 10, SalePrice: 20, GrossSales: 29140, Discounts: 3674.4, Sales: 25465.6, COGS: 15310, Profit: 10155.6, Date: `12/1/19`, Month: `December`, Year: `2019` }), + new SalesDataItem({ Country: `UK`, Product: `Mandarin`, UnitsSold: 3158, ManufacturingPrice: 250, SalePrice: 7, GrossSales: 22106, Discounts: 1252.44, Sales: 20853.56, COGS: 7455, Profit: 13398.56, Date: `3/1/19`, Month: `March`, Year: `2019` }), + new SalesDataItem({ Country: `India`, Product: `Mandarin`, UnitsSold: 4095, ManufacturingPrice: 250, SalePrice: 20, GrossSales: 81900, Discounts: 3674.4, Sales: 78225.6, COGS: 15310, Profit: 62915.6, Date: `12/1/19`, Month: `December`, Year: `2019` }), + new SalesDataItem({ Country: `Japan`, Product: `Luxe`, UnitsSold: 3170, ManufacturingPrice: 260, SalePrice: 12, GrossSales: 38040, Discounts: 3975.84, Sales: 34064.16, COGS: 8283, Profit: 25781.16, Date: `9/1/18`, Month: `September`, Year: `2018` }), + new SalesDataItem({ Country: `USA`, Product: `Kensington`, UnitsSold: 493, ManufacturingPrice: 3, SalePrice: 15, GrossSales: 7395, Discounts: 5005.65, Sales: 2389.35, COGS: 25670, Profit: 23280.65, Date: `6/1/19`, Month: `June`, Year: `2019` }), + new SalesDataItem({ Country: `USA`, Product: `Mandarin`, UnitsSold: 3286, ManufacturingPrice: 250, SalePrice: 15, GrossSales: 49290, Discounts: 5005.65, Sales: 44284.35, COGS: 25670, Profit: 18614.35, Date: `6/1/19`, Month: `June`, Year: `2019` }), + new SalesDataItem({ Country: `Japan`, Product: `Kensington`, UnitsSold: 3563, ManufacturingPrice: 3, SalePrice: 350, GrossSales: 1247050, Discounts: 41996.5, Sales: 1205053.5, COGS: 239980, Profit: 965073.5, Date: `3/1/19`, Month: `March`, Year: `2019` }), + new SalesDataItem({ Country: `UK`, Product: `Kensington`, UnitsSold: 4109, ManufacturingPrice: 3, SalePrice: 350, GrossSales: 1438150, Discounts: 81445, Sales: 1356705, COGS: 465400, Profit: 891305, Date: `3/1/19`, Month: `March`, Year: `2019` }), + new SalesDataItem({ Country: `India`, Product: `Kensington`, UnitsSold: 3653, ManufacturingPrice: 3, SalePrice: 20, GrossSales: 73060, Discounts: 1149.2, Sales: 71910.8, COGS: 4420, Profit: 67490.8, Date: `9/1/18`, Month: `September`, Year: `2018` }), + new SalesDataItem({ Country: `USA`, Product: `Royal Oak`, UnitsSold: 2203, ManufacturingPrice: 5, SalePrice: 350, GrossSales: 771050, Discounts: 44703.75, Sales: 726346.25, COGS: 255450, Profit: 470896.25, Date: `1/1/19`, Month: `January`, Year: `2019` }), + new SalesDataItem({ Country: `USA`, Product: `Royal Oak`, UnitsSold: 2924, ManufacturingPrice: 5, SalePrice: 7, GrossSales: 20468, Discounts: 1181.18, Sales: 19286.82, COGS: 6490, Profit: 12796.82, Date: `2/1/19`, Month: `February`, Year: `2019` }), + new SalesDataItem({ Country: `Brazil`, Product: `Royal Oak`, UnitsSold: 2650, ManufacturingPrice: 5, SalePrice: 12, GrossSales: 31800, Discounts: 942.24, Sales: 30857.76, COGS: 1812, Profit: 29045.76, Date: `6/1/19`, Month: `June`, Year: `2019` }), + new SalesDataItem({ Country: `Brazil`, Product: `Royal Oak`, UnitsSold: 1194, ManufacturingPrice: 5, SalePrice: 20, GrossSales: 23880, Discounts: 5863, Sales: 18017, COGS: 22550, Profit: 4533, Date: `7/1/19`, Month: `July`, Year: `2019` }), + new SalesDataItem({ Country: `Japan`, Product: `Royal Oak`, UnitsSold: 3366, ManufacturingPrice: 5, SalePrice: 20, GrossSales: 67320, Discounts: 3247.4, Sales: 64072.6, COGS: 12490, Profit: 51582.6, Date: `10/1/19`, Month: `October`, Year: `2019` }), + new SalesDataItem({ Country: `USA`, Product: `Vermont`, UnitsSold: 1325, ManufacturingPrice: 10, SalePrice: 7, GrossSales: 9275, Discounts: 1309.04, Sales: 7965.97, COGS: 7192.5, Profit: 773.47, Date: `1/1/19`, Month: `January`, Year: `2019` }), + new SalesDataItem({ Country: `India`, Product: `Vermont`, UnitsSold: 4243, ManufacturingPrice: 10, SalePrice: 300, GrossSales: 1272900, Discounts: 31473, Sales: 1241427, COGS: 201750, Profit: 1039677, Date: `1/1/19`, Month: `January`, Year: `2019` }), + new SalesDataItem({ Country: `USA`, Product: `Vermont`, UnitsSold: 2887, ManufacturingPrice: 10, SalePrice: 20, GrossSales: 57740, Discounts: 6866.6, Sales: 50873.4, COGS: 26410, Profit: 24463.4, Date: `2/1/19`, Month: `February`, Year: `2019` }), + new SalesDataItem({ Country: `India`, Product: `Vermont`, UnitsSold: 3839, ManufacturingPrice: 10, SalePrice: 20, GrossSales: 76780, Discounts: 7040.8, Sales: 69739.2, COGS: 27080, Profit: 42659.2, Date: `2/1/19`, Month: `February`, Year: `2019` }), + new SalesDataItem({ Country: `Japan`, Product: `Vermont`, UnitsSold: 1863, ManufacturingPrice: 10, SalePrice: 350, GrossSales: 652050, Discounts: 119756, Sales: 532294, COGS: 684320, Profit: 152026, Date: `6/1/19`, Month: `June`, Year: `2019` }), + new SalesDataItem({ Country: `Japan`, Product: `Vermont`, UnitsSold: 2858, ManufacturingPrice: 10, SalePrice: 125, GrossSales: 357250, Discounts: 25723.75, Sales: 331526.25, COGS: 189960, Profit: 141566.25, Date: `6/1/19`, Month: `June`, Year: `2019` }), + new SalesDataItem({ Country: `Brazil`, Product: `Vermont`, UnitsSold: 2868, ManufacturingPrice: 10, SalePrice: 12, GrossSales: 34416, Discounts: 890.76, Sales: 33525.24, COGS: 1713, Profit: 31812.24, Date: `7/1/19`, Month: `July`, Year: `2019` }), + new SalesDataItem({ Country: `UK`, Product: `Vermont`, UnitsSold: 3805, ManufacturingPrice: 10, SalePrice: 7, GrossSales: 26635, Discounts: 2453.36, Sales: 24181.64, COGS: 13480, Profit: 10701.64, Date: `8/1/19`, Month: `August`, Year: `2019` }), + new SalesDataItem({ Country: `Japan`, Product: `Vermont`, UnitsSold: 3914, ManufacturingPrice: 10, SalePrice: 15, GrossSales: 58710, Discounts: 3051.75, Sales: 55658.25, COGS: 15650, Profit: 40008.25, Date: `10/1/19`, Month: `October`, Year: `2019` }), + new SalesDataItem({ Country: `Japan`, Product: `Vermont`, UnitsSold: 524, ManufacturingPrice: 10, SalePrice: 20, GrossSales: 10480, Discounts: 3247.4, Sales: 7232.6, COGS: 12490, Profit: 5257.4, Date: `10/1/19`, Month: `October`, Year: `2019` }), + new SalesDataItem({ Country: `India`, Product: `Vermont`, UnitsSold: 3095, ManufacturingPrice: 10, SalePrice: 350, GrossSales: 1083250, Discounts: 16243.5, Sales: 1067006.5, COGS: 92820, Profit: 974186.5, Date: `11/1/19`, Month: `November`, Year: `2019` }), + new SalesDataItem({ Country: `India`, Product: `Vermont`, UnitsSold: 2410, ManufacturingPrice: 10, SalePrice: 12, GrossSales: 28920, Discounts: 1580.28, Sales: 27339.72, COGS: 3039, Profit: 24300.72, Date: `12/1/19`, Month: `December`, Year: `2019` }), + new SalesDataItem({ Country: `UK`, Product: `Burlington`, UnitsSold: 4263, ManufacturingPrice: 120, SalePrice: 15, GrossSales: 63945, Discounts: 7795.13, Sales: 56149.88, COGS: 39975, Profit: 16174.88, Date: `1/1/19`, Month: `January`, Year: `2019` }), + new SalesDataItem({ Country: `Japan`, Product: `Burlington`, UnitsSold: 2239, ManufacturingPrice: 120, SalePrice: 350, GrossSales: 783650, Discounts: 119756, Sales: 663894, COGS: 684320, Profit: 20426, Date: `6/1/19`, Month: `June`, Year: `2019` }), + new SalesDataItem({ Country: `UK`, Product: `Burlington`, UnitsSold: 569, ManufacturingPrice: 120, SalePrice: 7, GrossSales: 3983, Discounts: 1082.9, Sales: 2900.1, COGS: 5950, Profit: 3049.9, Date: `6/1/19`, Month: `June`, Year: `2019` }), + new SalesDataItem({ Country: `Brazil`, Product: `Burlington`, UnitsSold: 3889, ManufacturingPrice: 120, SalePrice: 12, GrossSales: 46668, Discounts: 942.24, Sales: 45725.76, COGS: 1812, Profit: 43913.76, Date: `6/1/19`, Month: `June`, Year: `2019` }), + new SalesDataItem({ Country: `India`, Product: `Burlington`, UnitsSold: 1378, ManufacturingPrice: 120, SalePrice: 15, GrossSales: 20670, Discounts: 1287, Sales: 19383, COGS: 6600, Profit: 12783, Date: `9/1/18`, Month: `September`, Year: `2018` }), + new SalesDataItem({ Country: `Brazil`, Product: `Burlington`, UnitsSold: 2253, ManufacturingPrice: 120, SalePrice: 12, GrossSales: 27036, Discounts: 639.6, Sales: 26396.4, COGS: 1230, Profit: 25166.4, Date: `10/1/19`, Month: `October`, Year: `2019` }), + new SalesDataItem({ Country: `Brazil`, Product: `Burlington`, UnitsSold: 3202, ManufacturingPrice: 120, SalePrice: 300, GrossSales: 960600, Discounts: 101595, Sales: 859005, COGS: 651250, Profit: 207755, Date: `11/1/18`, Month: `November`, Year: `2018` }), + new SalesDataItem({ Country: `India`, Product: `Burlington`, UnitsSold: 3835, ManufacturingPrice: 120, SalePrice: 12, GrossSales: 46020, Discounts: 1580.28, Sales: 44439.72, COGS: 3039, Profit: 41400.72, Date: `12/1/19`, Month: `December`, Year: `2019` }), + new SalesDataItem({ Country: `Japan`, Product: `Mandarin`, UnitsSold: 2487, ManufacturingPrice: 250, SalePrice: 125, GrossSales: 310875, Discounts: 25723.75, Sales: 285151.25, COGS: 189960, Profit: 95191.25, Date: `6/1/19`, Month: `June`, Year: `2019` }), + new SalesDataItem({ Country: `Japan`, Product: `Mandarin`, UnitsSold: 4428, ManufacturingPrice: 250, SalePrice: 15, GrossSales: 66420, Discounts: 3051.75, Sales: 63368.25, COGS: 15650, Profit: 47718.25, Date: `10/1/19`, Month: `October`, Year: `2019` }), + new SalesDataItem({ Country: `Japan`, Product: `Luxe`, UnitsSold: 1200, ManufacturingPrice: 260, SalePrice: 125, GrossSales: 150000, Discounts: 26958.75, Sales: 123041.25, COGS: 199080, Profit: 76038.75, Date: `1/1/19`, Month: `January`, Year: `2019` }), + new SalesDataItem({ Country: `UK`, Product: `Luxe`, UnitsSold: 2953, ManufacturingPrice: 260, SalePrice: 7, GrossSales: 20671, Discounts: 1082.9, Sales: 19588.1, COGS: 5950, Profit: 13638.1, Date: `6/1/19`, Month: `June`, Year: `2019` }), + new SalesDataItem({ Country: `Brazil`, Product: `Luxe`, UnitsSold: 1453, ManufacturingPrice: 260, SalePrice: 12, GrossSales: 17436, Discounts: 639.6, Sales: 16796.4, COGS: 1230, Profit: 15566.4, Date: `10/1/19`, Month: `October`, Year: `2019` }), + new SalesDataItem({ Country: `India`, Product: `Luxe`, UnitsSold: 865, ManufacturingPrice: 260, SalePrice: 12, GrossSales: 10380, Discounts: 2761.2, Sales: 7618.8, COGS: 5310, Profit: 2308.8, Date: `12/1/18`, Month: `December`, Year: `2018` }), + new SalesDataItem({ Country: `Brazil`, Product: `Kensington`, UnitsSold: 1072, ManufacturingPrice: 3, SalePrice: 20, GrossSales: 21440, Discounts: 7221.2, Sales: 14218.8, COGS: 25790, Profit: 11571.2, Date: `4/1/19`, Month: `April`, Year: `2019` }), + new SalesDataItem({ Country: `USA`, Product: `Kensington`, UnitsSold: 1737, ManufacturingPrice: 3, SalePrice: 20, GrossSales: 34740, Discounts: 4880.4, Sales: 29859.6, COGS: 17430, Profit: 12429.6, Date: `5/1/19`, Month: `May`, Year: `2019` }), + new SalesDataItem({ Country: `USA`, Product: `Kensington`, UnitsSold: 1535, ManufacturingPrice: 3, SalePrice: 7, GrossSales: 10745, Discounts: 2936.08, Sales: 7808.92, COGS: 14980, Profit: 7171.08, Date: `10/1/18`, Month: `October`, Year: `2018` }), + new SalesDataItem({ Country: `India`, Product: `Kensington`, UnitsSold: 2532, ManufacturingPrice: 3, SalePrice: 7, GrossSales: 17724, Discounts: 274.4, Sales: 17449.6, COGS: 1400, Profit: 16049.6, Date: `12/1/19`, Month: `December`, Year: `2019` }), + new SalesDataItem({ Country: `UK`, Product: `Royal Oak`, UnitsSold: 1765, ManufacturingPrice: 5, SalePrice: 7, GrossSales: 12355, Discounts: 287.14, Sales: 12067.86, COGS: 1465, Profit: 10602.86, Date: `2/1/19`, Month: `February`, Year: `2019` }), + new SalesDataItem({ Country: `USA`, Product: `Royal Oak`, UnitsSold: 1567, ManufacturingPrice: 5, SalePrice: 7, GrossSales: 10969, Discounts: 2936.08, Sales: 8032.92, COGS: 14980, Profit: 6947.08, Date: `10/1/18`, Month: `October`, Year: `2018` }), + new SalesDataItem({ Country: `India`, Product: `Vermont`, UnitsSold: 2640, ManufacturingPrice: 10, SalePrice: 15, GrossSales: 39600, Discounts: 583.8, Sales: 39016.2, COGS: 2780, Profit: 36236.2, Date: `2/1/19`, Month: `February`, Year: `2019` }), + new SalesDataItem({ Country: `Japan`, Product: `Vermont`, UnitsSold: 3079, ManufacturingPrice: 10, SalePrice: 20, GrossSales: 61580, Discounts: 6798.4, Sales: 54781.6, COGS: 24280, Profit: 30501.6, Date: `3/1/19`, Month: `March`, Year: `2019` }), + new SalesDataItem({ Country: `USA`, Product: `Vermont`, UnitsSold: 4130, ManufacturingPrice: 10, SalePrice: 15, GrossSales: 61950, Discounts: 3710.7, Sales: 58239.3, COGS: 17670, Profit: 40569.3, Date: `9/1/19`, Month: `September`, Year: `2019` }), + new SalesDataItem({ Country: `UK`, Product: `Vermont`, UnitsSold: 2938, ManufacturingPrice: 10, SalePrice: 12, GrossSales: 35256, Discounts: 2340.24, Sales: 32915.76, COGS: 4179, Profit: 28736.76, Date: `10/1/19`, Month: `October`, Year: `2019` }), + new SalesDataItem({ Country: `India`, Product: `Mandarin`, UnitsSold: 3080, ManufacturingPrice: 250, SalePrice: 7, GrossSales: 21560, Discounts: 274.4, Sales: 21285.6, COGS: 1400, Profit: 19885.6, Date: `12/1/19`, Month: `December`, Year: `2019` }), + new SalesDataItem({ Country: `UK`, Product: `Luxe`, UnitsSold: 1530, ManufacturingPrice: 260, SalePrice: 12, GrossSales: 18360, Discounts: 2340.24, Sales: 16019.76, COGS: 4179, Profit: 11840.76, Date: `10/1/19`, Month: `October`, Year: `2019` }), + new SalesDataItem({ Country: `USA`, Product: `Luxe`, UnitsSold: 3537, ManufacturingPrice: 260, SalePrice: 12, GrossSales: 42444, Discounts: 3385.2, Sales: 39058.8, COGS: 6045, Profit: 33013.8, Date: `12/1/18`, Month: `December`, Year: `2018` }), + new SalesDataItem({ Country: `Brazil`, Product: `Kensington`, UnitsSold: 2021, ManufacturingPrice: 3, SalePrice: 300, GrossSales: 606300, Discounts: 33642, Sales: 572658, COGS: 200250, Profit: 372408, Date: `7/1/19`, Month: `July`, Year: `2019` }), + new SalesDataItem({ Country: `UK`, Product: `Kensington`, UnitsSold: 1804, ManufacturingPrice: 3, SalePrice: 125, GrossSales: 225500, Discounts: 17902.5, Sales: 207597.5, COGS: 122760, Profit: 84837.5, Date: `9/1/18`, Month: `September`, Year: `2018` }), + new SalesDataItem({ Country: `Japan`, Product: `Kensington`, UnitsSold: 1014, ManufacturingPrice: 3, SalePrice: 300, GrossSales: 304200, Discounts: 62832, Sales: 241368, COGS: 374000, Profit: 132632, Date: `10/1/19`, Month: `October`, Year: `2019` }), + new SalesDataItem({ Country: `USA`, Product: `Kensington`, UnitsSold: 2913, ManufacturingPrice: 3, SalePrice: 300, GrossSales: 873900, Discounts: 42420, Sales: 831480, COGS: 252500, Profit: 578980, Date: `10/1/19`, Month: `October`, Year: `2019` }), + new SalesDataItem({ Country: `India`, Product: `Kensington`, UnitsSold: 763, ManufacturingPrice: 3, SalePrice: 15, GrossSales: 11445, Discounts: 3177.3, Sales: 8267.7, COGS: 15130, Profit: 6862.3, Date: `11/1/19`, Month: `November`, Year: `2019` }), + new SalesDataItem({ Country: `Japan`, Product: `Kensington`, UnitsSold: 1425, ManufacturingPrice: 3, SalePrice: 15, GrossSales: 21375, Discounts: 4830, Sales: 16545, COGS: 23000, Profit: 6455, Date: `12/1/19`, Month: `December`, Year: `2019` }), + new SalesDataItem({ Country: `Brazil`, Product: `Kensington`, UnitsSold: 4357, ManufacturingPrice: 3, SalePrice: 125, GrossSales: 544625, Discounts: 49367.5, Sales: 495257.5, COGS: 338520, Profit: 156737.5, Date: `12/1/18`, Month: `December`, Year: `2018` }), + new SalesDataItem({ Country: `Japan`, Product: `Royal Oak`, UnitsSold: 2138, ManufacturingPrice: 5, SalePrice: 350, GrossSales: 748300, Discounts: 109147.5, Sales: 639152.5, COGS: 579150, Profit: 60002.5, Date: `1/1/19`, Month: `January`, Year: `2019` }), + new SalesDataItem({ Country: `India`, Product: `Royal Oak`, UnitsSold: 3825, ManufacturingPrice: 5, SalePrice: 350, GrossSales: 1338750, Discounts: 58751, Sales: 1279999, COGS: 311740, Profit: 968259, Date: `4/1/19`, Month: `April`, Year: `2019` }), + new SalesDataItem({ Country: `Japan`, Product: `Royal Oak`, UnitsSold: 3393, ManufacturingPrice: 5, SalePrice: 350, GrossSales: 1187550, Discounts: 9800, Sales: 1177750, COGS: 52000, Profit: 1125750, Date: `5/1/19`, Month: `May`, Year: `2019` }), + new SalesDataItem({ Country: `Japan`, Product: `Royal Oak`, UnitsSold: 2215, ManufacturingPrice: 5, SalePrice: 7, GrossSales: 15505, Discounts: 380.24, Sales: 15124.76, COGS: 1940, Profit: 13184.76, Date: `9/1/19`, Month: `September`, Year: `2019` }), + new SalesDataItem({ Country: `Brazil`, Product: `Royal Oak`, UnitsSold: 2278, ManufacturingPrice: 5, SalePrice: 7, GrossSales: 15946, Discounts: 1692.46, Sales: 14253.54, COGS: 8635, Profit: 5618.54, Date: `10/1/18`, Month: `October`, Year: `2018` }), + new SalesDataItem({ Country: `Japan`, Product: `Royal Oak`, UnitsSold: 403, ManufacturingPrice: 5, SalePrice: 15, GrossSales: 6045, Discounts: 4830, Sales: 1215, COGS: 23000, Profit: 21785, Date: `12/1/19`, Month: `December`, Year: `2019` }), + new SalesDataItem({ Country: `Brazil`, Product: `Vermont`, UnitsSold: 289, ManufacturingPrice: 10, SalePrice: 20, GrossSales: 5780, Discounts: 728, Sales: 5052, COGS: 2600, Profit: 2452, Date: `2/1/19`, Month: `February`, Year: `2019` }), + new SalesDataItem({ Country: `Japan`, Product: `Vermont`, UnitsSold: 749, ManufacturingPrice: 10, SalePrice: 15, GrossSales: 11235, Discounts: 5187, Sales: 6048, COGS: 24700, Profit: 18652, Date: `9/1/18`, Month: `September`, Year: `2018` }), + new SalesDataItem({ Country: `Japan`, Product: `Vermont`, UnitsSold: 372, ManufacturingPrice: 10, SalePrice: 15, GrossSales: 5580, Discounts: 3660.3, Sales: 1919.7, COGS: 17430, Profit: 15510.3, Date: `10/1/18`, Month: `October`, Year: `2018` }), + new SalesDataItem({ Country: `USA`, Product: `Vermont`, UnitsSold: 3781, ManufacturingPrice: 10, SalePrice: 12, GrossSales: 45372, Discounts: 4895.52, Sales: 40476.48, COGS: 8742, Profit: 31734.48, Date: `10/1/19`, Month: `October`, Year: `2019` }), + new SalesDataItem({ Country: `UK`, Product: `Vermont`, UnitsSold: 1785, ManufacturingPrice: 10, SalePrice: 7, GrossSales: 12495, Discounts: 1696.38, Sales: 10798.62, COGS: 8655, Profit: 2143.62, Date: `10/1/19`, Month: `October`, Year: `2019` }), + new SalesDataItem({ Country: `Japan`, Product: `Vermont`, UnitsSold: 4029, ManufacturingPrice: 10, SalePrice: 350, GrossSales: 1410150, Discounts: 34300, Sales: 1375850, COGS: 182000, Profit: 1193850, Date: `11/1/19`, Month: `November`, Year: `2019` }), + new SalesDataItem({ Country: `Japan`, Product: `Vermont`, UnitsSold: 2813, ManufacturingPrice: 10, SalePrice: 12, GrossSales: 33756, Discounts: 3732.96, Sales: 30023.04, COGS: 6666, Profit: 23357.04, Date: `11/1/18`, Month: `November`, Year: `2018` }), + new SalesDataItem({ Country: `USA`, Product: `Vermont`, UnitsSold: 2150, ManufacturingPrice: 10, SalePrice: 350, GrossSales: 752500, Discounts: 57673, Sales: 694827, COGS: 306020, Profit: 388807, Date: `11/1/19`, Month: `November`, Year: `2019` }), + new SalesDataItem({ Country: `UK`, Product: `Vermont`, UnitsSold: 2093, ManufacturingPrice: 10, SalePrice: 350, GrossSales: 732550, Discounts: 94178, Sales: 638372, COGS: 499720, Profit: 138652, Date: `11/1/18`, Month: `November`, Year: `2018` }), + new SalesDataItem({ Country: `Brazil`, Product: `Burlington`, UnitsSold: 4391, ManufacturingPrice: 120, SalePrice: 125, GrossSales: 548875, Discounts: 27562.5, Sales: 521312.5, COGS: 189000, Profit: 332312.5, Date: `2/1/19`, Month: `February`, Year: `2019` }), + new SalesDataItem({ Country: `USA`, Product: `Burlington`, UnitsSold: 2695, ManufacturingPrice: 120, SalePrice: 20, GrossSales: 53900, Discounts: 1696.8, Sales: 52203.2, COGS: 6060, Profit: 46143.2, Date: `4/1/19`, Month: `April`, Year: `2019` }), + new SalesDataItem({ Country: `USA`, Product: `Burlington`, UnitsSold: 1337, ManufacturingPrice: 120, SalePrice: 300, GrossSales: 401100, Discounts: 103320, Sales: 297780, COGS: 615000, Profit: 317220, Date: `7/1/19`, Month: `July`, Year: `2019` }), + new SalesDataItem({ Country: `Japan`, Product: `Burlington`, UnitsSold: 2621, ManufacturingPrice: 120, SalePrice: 300, GrossSales: 786300, Discounts: 11298, Sales: 775002, COGS: 67250, Profit: 707752, Date: `10/1/18`, Month: `October`, Year: `2018` }), + new SalesDataItem({ Country: `India`, Product: `Burlington`, UnitsSold: 3735, ManufacturingPrice: 120, SalePrice: 300, GrossSales: 1120500, Discounts: 106512, Sales: 1013988, COGS: 634000, Profit: 379988, Date: `11/1/18`, Month: `November`, Year: `2018` }), + new SalesDataItem({ Country: `Brazil`, Product: `Mandarin`, UnitsSold: 4320, ManufacturingPrice: 250, SalePrice: 7, GrossSales: 30240, Discounts: 2844.94, Sales: 27395.06, COGS: 14515, Profit: 12880.06, Date: `3/1/19`, Month: `March`, Year: `2019` }), + new SalesDataItem({ Country: `USA`, Product: `Mandarin`, UnitsSold: 2828, ManufacturingPrice: 250, SalePrice: 300, GrossSales: 848400, Discounts: 106722, Sales: 741678, COGS: 635250, Profit: 106428, Date: `8/1/19`, Month: `August`, Year: `2019` }), + new SalesDataItem({ Country: `Japan`, Product: `Mandarin`, UnitsSold: 2586, ManufacturingPrice: 250, SalePrice: 300, GrossSales: 775800, Discounts: 11298, Sales: 764502, COGS: 67250, Profit: 697252, Date: `10/1/18`, Month: `October`, Year: `2018` }), + new SalesDataItem({ Country: `Japan`, Product: `Mandarin`, UnitsSold: 1248, ManufacturingPrice: 250, SalePrice: 300, GrossSales: 374400, Discounts: 62832, Sales: 311568, COGS: 374000, Profit: 62432, Date: `10/1/19`, Month: `October`, Year: `2019` }), + new SalesDataItem({ Country: `USA`, Product: `Mandarin`, UnitsSold: 4035, ManufacturingPrice: 250, SalePrice: 300, GrossSales: 1210500, Discounts: 42420, Sales: 1168080, COGS: 252500, Profit: 915580, Date: `10/1/19`, Month: `October`, Year: `2019` }), + new SalesDataItem({ Country: `UK`, Product: `Mandarin`, UnitsSold: 359, ManufacturingPrice: 250, SalePrice: 350, GrossSales: 125650, Discounts: 62769, Sales: 62881, COGS: 333060, Profit: 270179, Date: `12/1/18`, Month: `December`, Year: `2018` }), + new SalesDataItem({ Country: `Japan`, Product: `Luxe`, UnitsSold: 3926, ManufacturingPrice: 260, SalePrice: 300, GrossSales: 1177800, Discounts: 37296, Sales: 1140504, COGS: 222000, Profit: 918504, Date: `3/1/19`, Month: `March`, Year: `2019` }), + new SalesDataItem({ Country: `USA`, Product: `Luxe`, UnitsSold: 4247, ManufacturingPrice: 260, SalePrice: 125, GrossSales: 530875, Discounts: 49770, Sales: 481105, COGS: 341280, Profit: 139825, Date: `5/1/19`, Month: `May`, Year: `2019` }), + new SalesDataItem({ Country: `UK`, Product: `Luxe`, UnitsSold: 2695, ManufacturingPrice: 260, SalePrice: 12, GrossSales: 32340, Discounts: 4158, Sales: 28182, COGS: 7425, Profit: 20757, Date: `8/1/19`, Month: `August`, Year: `2019` }), + new SalesDataItem({ Country: `Japan`, Product: `Luxe`, UnitsSold: 1104, ManufacturingPrice: 260, SalePrice: 15, GrossSales: 16560, Discounts: 3660.3, Sales: 12899.7, COGS: 17430, Profit: 4530.3, Date: `10/1/18`, Month: `October`, Year: `2018` }), + new SalesDataItem({ Country: `USA`, Product: `Luxe`, UnitsSold: 1449, ManufacturingPrice: 260, SalePrice: 12, GrossSales: 17388, Discounts: 4895.52, Sales: 12492.48, COGS: 8742, Profit: 3750.48, Date: `10/1/19`, Month: `October`, Year: `2019` }), + new SalesDataItem({ Country: `UK`, Product: `Luxe`, UnitsSold: 1131, ManufacturingPrice: 260, SalePrice: 7, GrossSales: 7917, Discounts: 1696.38, Sales: 6220.62, COGS: 8655, Profit: 2434.38, Date: `10/1/19`, Month: `October`, Year: `2019` }), + new SalesDataItem({ Country: `Brazil`, Product: `Luxe`, UnitsSold: 1468, ManufacturingPrice: 260, SalePrice: 7, GrossSales: 10276, Discounts: 1692.46, Sales: 8583.54, COGS: 8635, Profit: 51.46, Date: `10/1/18`, Month: `October`, Year: `2018` }), + new SalesDataItem({ Country: `Brazil`, Product: `Luxe`, UnitsSold: 1272, ManufacturingPrice: 260, SalePrice: 15, GrossSales: 19080, Discounts: 3927, Sales: 15153, COGS: 18700, Profit: 3547, Date: `11/1/18`, Month: `November`, Year: `2018` }), + new SalesDataItem({ Country: `UK`, Product: `Kensington`, UnitsSold: 1403, ManufacturingPrice: 3, SalePrice: 125, GrossSales: 175375, Discounts: 22012.5, Sales: 153362.5, COGS: 140880, Profit: 12482.5, Date: `8/1/19`, Month: `August`, Year: `2019` }), + new SalesDataItem({ Country: `India`, Product: `Kensington`, UnitsSold: 2161, ManufacturingPrice: 3, SalePrice: 125, GrossSales: 270125, Discounts: 51881.25, Sales: 218243.75, COGS: 332040, Profit: 113796.25, Date: `8/1/19`, Month: `August`, Year: `2019` }), + new SalesDataItem({ Country: `India`, Product: `Kensington`, UnitsSold: 1937, ManufacturingPrice: 3, SalePrice: 125, GrossSales: 242125, Discounts: 20343.75, Sales: 221781.25, COGS: 130200, Profit: 91581.25, Date: `10/1/19`, Month: `October`, Year: `2019` }), + new SalesDataItem({ Country: `Brazil`, Product: `Royal Oak`, UnitsSold: 2879, ManufacturingPrice: 5, SalePrice: 300, GrossSales: 863700, Discounts: 24570, Sales: 839130, COGS: 136500, Profit: 702630, Date: `10/1/19`, Month: `October`, Year: `2019` }), + new SalesDataItem({ Country: `India`, Product: `Vermont`, UnitsSold: 1330, ManufacturingPrice: 10, SalePrice: 20, GrossSales: 26600, Discounts: 3474, Sales: 23126, COGS: 11580, Profit: 11546, Date: `3/1/19`, Month: `March`, Year: `2019` }), + new SalesDataItem({ Country: `Japan`, Product: `Vermont`, UnitsSold: 2426, ManufacturingPrice: 10, SalePrice: 15, GrossSales: 36390, Discounts: 3631.5, Sales: 32758.5, COGS: 16140, Profit: 16618.5, Date: `4/1/19`, Month: `April`, Year: `2019` }), + new SalesDataItem({ Country: `Brazil`, Product: `Vermont`, UnitsSold: 2033, ManufacturingPrice: 10, SalePrice: 7, GrossSales: 14231, Discounts: 2661.75, Sales: 11569.25, COGS: 12675, Profit: 1105.75, Date: `4/1/19`, Month: `April`, Year: `2019` }), + new SalesDataItem({ Country: `Brazil`, Product: `Vermont`, UnitsSold: 2029, ManufacturingPrice: 10, SalePrice: 350, GrossSales: 710150, Discounts: 149677.5, Sales: 560472.5, COGS: 741260, Profit: 180787.5, Date: `5/1/19`, Month: `May`, Year: `2019` }), + new SalesDataItem({ Country: `Japan`, Product: `Vermont`, UnitsSold: 1049, ManufacturingPrice: 10, SalePrice: 15, GrossSales: 15735, Discounts: 5757.75, Sales: 9977.25, COGS: 25590, Profit: 15612.75, Date: `8/1/19`, Month: `August`, Year: `2019` }), + new SalesDataItem({ Country: `USA`, Product: `Vermont`, UnitsSold: 1062, ManufacturingPrice: 10, SalePrice: 20, GrossSales: 21240, Discounts: 801, Sales: 20439, COGS: 2670, Profit: 17769, Date: `10/1/18`, Month: `October`, Year: `2018` }), + new SalesDataItem({ Country: `India`, Product: `Vermont`, UnitsSold: 2509, ManufacturingPrice: 10, SalePrice: 125, GrossSales: 313625, Discounts: 20343.75, Sales: 293281.25, COGS: 130200, Profit: 163081.25, Date: `10/1/19`, Month: `October`, Year: `2019` }), + new SalesDataItem({ Country: `India`, Product: `Vermont`, UnitsSold: 1743, ManufacturingPrice: 10, SalePrice: 15, GrossSales: 26145, Discounts: 2643.75, Sales: 23501.25, COGS: 11750, Profit: 11751.25, Date: `10/1/19`, Month: `October`, Year: `2019` }), + new SalesDataItem({ Country: `USA`, Product: `Vermont`, UnitsSold: 3418, ManufacturingPrice: 10, SalePrice: 350, GrossSales: 1196300, Discounts: 105367.5, Sales: 1090932.5, COGS: 521820, Profit: 569112.5, Date: `11/1/18`, Month: `November`, Year: `2018` }), + new SalesDataItem({ Country: `Brazil`, Product: `Vermont`, UnitsSold: 1751, ManufacturingPrice: 10, SalePrice: 350, GrossSales: 612850, Discounts: 112927.5, Sales: 499922.5, COGS: 559260, Profit: 59337.5, Date: `11/1/18`, Month: `November`, Year: `2018` }), + new SalesDataItem({ Country: `USA`, Product: `Vermont`, UnitsSold: 3228, ManufacturingPrice: 10, SalePrice: 12, GrossSales: 38736, Discounts: 1645.2, Sales: 37090.8, COGS: 2742, Profit: 34348.8, Date: `12/1/19`, Month: `December`, Year: `2019` }), + new SalesDataItem({ Country: `UK`, Product: `Vermont`, UnitsSold: 1105, ManufacturingPrice: 10, SalePrice: 20, GrossSales: 22100, Discounts: 879, Sales: 21221, COGS: 2930, Profit: 18291, Date: `12/1/19`, Month: `December`, Year: `2019` }), + new SalesDataItem({ Country: `Brazil`, Product: `Burlington`, UnitsSold: 2778, ManufacturingPrice: 120, SalePrice: 12, GrossSales: 33336, Discounts: 900, Sales: 32436, COGS: 1500, Profit: 30936, Date: `3/1/19`, Month: `March`, Year: `2019` }), + new SalesDataItem({ Country: `UK`, Product: `Burlington`, UnitsSold: 1173, ManufacturingPrice: 120, SalePrice: 15, GrossSales: 17595, Discounts: 6358.5, Sales: 11236.5, COGS: 28260, Profit: 17023.5, Date: `5/1/19`, Month: `May`, Year: `2019` }), + new SalesDataItem({ Country: `UK`, Product: `Burlington`, UnitsSold: 3160, ManufacturingPrice: 120, SalePrice: 125, GrossSales: 395000, Discounts: 12431.25, Sales: 382568.75, COGS: 79560, Profit: 303008.75, Date: `9/1/19`, Month: `September`, Year: `2019` }), + new SalesDataItem({ Country: `USA`, Product: `Burlington`, UnitsSold: 4322, ManufacturingPrice: 120, SalePrice: 300, GrossSales: 1296600, Discounts: 115830, Sales: 1180770, COGS: 643500, Profit: 537270, Date: `11/1/18`, Month: `November`, Year: `2018` }), + new SalesDataItem({ Country: `USA`, Product: `Burlington`, UnitsSold: 1901, ManufacturingPrice: 120, SalePrice: 125, GrossSales: 237625, Discounts: 45712.5, Sales: 191912.5, COGS: 292560, Profit: 100647.5, Date: `12/1/18`, Month: `December`, Year: `2018` }), + new SalesDataItem({ Country: `USA`, Product: `Burlington`, UnitsSold: 2980, ManufacturingPrice: 120, SalePrice: 12, GrossSales: 35760, Discounts: 1645.2, Sales: 34114.8, COGS: 2742, Profit: 31372.8, Date: `12/1/19`, Month: `December`, Year: `2019` }), + new SalesDataItem({ Country: `Japan`, Product: `Mandarin`, UnitsSold: 4068, ManufacturingPrice: 250, SalePrice: 20, GrossSales: 81360, Discounts: 2596.5, Sales: 78763.5, COGS: 8655, Profit: 70108.5, Date: `7/1/19`, Month: `July`, Year: `2019` }), + new SalesDataItem({ Country: `India`, Product: `Mandarin`, UnitsSold: 2105, ManufacturingPrice: 250, SalePrice: 15, GrossSales: 31575, Discounts: 1107, Sales: 30468, COGS: 4920, Profit: 25548, Date: `7/1/19`, Month: `July`, Year: `2019` }), + new SalesDataItem({ Country: `USA`, Product: `Mandarin`, UnitsSold: 1647, ManufacturingPrice: 250, SalePrice: 20, GrossSales: 32940, Discounts: 801, Sales: 32139, COGS: 2670, Profit: 29469, Date: `10/1/18`, Month: `October`, Year: `2018` }), + new SalesDataItem({ Country: `India`, Product: `Mandarin`, UnitsSold: 235, ManufacturingPrice: 250, SalePrice: 15, GrossSales: 3525, Discounts: 2643.75, Sales: 881.25, COGS: 11750, Profit: 10868.75, Date: `10/1/19`, Month: `October`, Year: `2019` }), + new SalesDataItem({ Country: `Japan`, Product: `Mandarin`, UnitsSold: 3617, ManufacturingPrice: 250, SalePrice: 125, GrossSales: 452125, Discounts: 55387.5, Sales: 396737.5, COGS: 354480, Profit: 42257.5, Date: `11/1/18`, Month: `November`, Year: `2018` }), + new SalesDataItem({ Country: `India`, Product: `Mandarin`, UnitsSold: 2106, ManufacturingPrice: 250, SalePrice: 125, GrossSales: 263250, Discounts: 10350, Sales: 252900, COGS: 66240, Profit: 186660, Date: `11/1/19`, Month: `November`, Year: `2019` }), + new SalesDataItem({ Country: `UK`, Product: `Mandarin`, UnitsSold: 2351, ManufacturingPrice: 250, SalePrice: 20, GrossSales: 47020, Discounts: 879, Sales: 46141, COGS: 2930, Profit: 43211, Date: `12/1/19`, Month: `December`, Year: `2019` }), + new SalesDataItem({ Country: `UK`, Product: `Luxe`, UnitsSold: 1897, ManufacturingPrice: 260, SalePrice: 300, GrossSales: 569100, Discounts: 111375, Sales: 457725, COGS: 618750, Profit: 161025, Date: `3/1/19`, Month: `March`, Year: `2019` }), + new SalesDataItem({ Country: `Brazil`, Product: `Luxe`, UnitsSold: 647, ManufacturingPrice: 260, SalePrice: 300, GrossSales: 194100, Discounts: 24570, Sales: 169530, COGS: 136500, Profit: 33030, Date: `10/1/19`, Month: `October`, Year: `2019` }), + new SalesDataItem({ Country: `Brazil`, Product: `Royal Oak`, UnitsSold: 3621, ManufacturingPrice: 5, SalePrice: 7, GrossSales: 25347, Discounts: 1436.4, Sales: 23910.6, COGS: 6840, Profit: 17070.6, Date: `2/1/19`, Month: `February`, Year: `2019` }), + new SalesDataItem({ Country: `Japan`, Product: `Vermont`, UnitsSold: 3221, ManufacturingPrice: 10, SalePrice: 7, GrossSales: 22547, Discounts: 759.15, Sales: 21787.85, COGS: 3615, Profit: 18172.85, Date: `4/1/19`, Month: `April`, Year: `2019` }), + new SalesDataItem({ Country: `USA`, Product: `Mandarin`, UnitsSold: 493, ManufacturingPrice: 250, SalePrice: 12, GrossSales: 5916, Discounts: 3250.8, Sales: 2665.2, COGS: 5418, Profit: 2752.8, Date: `5/1/19`, Month: `May`, Year: `2019` }), ]; super(...newItems.slice(0)); } diff --git a/samples/charts/category-chart/data-filter/src/ContinentsBirthRate.ts b/samples/charts/category-chart/data-filter/src/ContinentsBirthRate.ts index 2e1860aded..7d476a04c8 100644 --- a/samples/charts/category-chart/data-filter/src/ContinentsBirthRate.ts +++ b/samples/charts/category-chart/data-filter/src/ContinentsBirthRate.ts @@ -18,86 +18,14 @@ export class ContinentsBirthRate extends Array { super(...items); } else { const newItems = [ - new ContinentsBirthRateItem( - { - Year: `1950`, - Asia: 62, - Africa: 13, - Europe: 10, - NorthAmerica: 4, - SouthAmerica: 8, - Oceania: 1 - }), - new ContinentsBirthRateItem( - { - Year: `1960`, - Asia: 68, - Africa: 12, - Europe: 15, - NorthAmerica: 4, - SouthAmerica: 9, - Oceania: 2 - }), - new ContinentsBirthRateItem( - { - Year: `1970`, - Asia: 80, - Africa: 17, - Europe: 11, - NorthAmerica: 3, - SouthAmerica: 9, - Oceania: 1 - }), - new ContinentsBirthRateItem( - { - Year: `1980`, - Asia: 77, - Africa: 21, - Europe: 12, - NorthAmerica: 3, - SouthAmerica: 10, - Oceania: 2 - }), - new ContinentsBirthRateItem( - { - Year: `1990`, - Asia: 87, - Africa: 24, - Europe: 9, - NorthAmerica: 3, - SouthAmerica: 10, - Oceania: 1 - }), - new ContinentsBirthRateItem( - { - Year: `2000`, - Asia: 79, - Africa: 28, - Europe: 8, - NorthAmerica: 4, - SouthAmerica: 9, - Oceania: 3 - }), - new ContinentsBirthRateItem( - { - Year: `2010`, - Asia: 78, - Africa: 35, - Europe: 10, - NorthAmerica: 4, - SouthAmerica: 8, - Oceania: 2 - }), - new ContinentsBirthRateItem( - { - Year: `2020`, - Asia: 75, - Africa: 43, - Europe: 7, - NorthAmerica: 4, - SouthAmerica: 7, - Oceania: 4 - }), + new ContinentsBirthRateItem({ Year: `1950`, Asia: 62, Africa: 13, Europe: 10, NorthAmerica: 4, SouthAmerica: 8, Oceania: 1 }), + new ContinentsBirthRateItem({ Year: `1960`, Asia: 68, Africa: 12, Europe: 15, NorthAmerica: 4, SouthAmerica: 9, Oceania: 2 }), + new ContinentsBirthRateItem({ Year: `1970`, Asia: 80, Africa: 17, Europe: 11, NorthAmerica: 3, SouthAmerica: 9, Oceania: 1 }), + new ContinentsBirthRateItem({ Year: `1980`, Asia: 77, Africa: 21, Europe: 12, NorthAmerica: 3, SouthAmerica: 10, Oceania: 2 }), + new ContinentsBirthRateItem({ Year: `1990`, Asia: 87, Africa: 24, Europe: 9, NorthAmerica: 3, SouthAmerica: 10, Oceania: 1 }), + new ContinentsBirthRateItem({ Year: `2000`, Asia: 79, Africa: 28, Europe: 8, NorthAmerica: 4, SouthAmerica: 9, Oceania: 3 }), + new ContinentsBirthRateItem({ Year: `2010`, Asia: 78, Africa: 35, Europe: 10, NorthAmerica: 4, SouthAmerica: 8, Oceania: 2 }), + new ContinentsBirthRateItem({ Year: `2020`, Asia: 75, Africa: 43, Europe: 7, NorthAmerica: 4, SouthAmerica: 7, Oceania: 4 }), ]; super(...newItems.slice(0)); } diff --git a/samples/charts/category-chart/data-legend-formatting-decimals/src/HighestGrossingMovies.ts b/samples/charts/category-chart/data-legend-formatting-decimals/src/HighestGrossingMovies.ts index edced6c9ee..d7631f3a9f 100644 --- a/samples/charts/category-chart/data-legend-formatting-decimals/src/HighestGrossingMovies.ts +++ b/samples/charts/category-chart/data-legend-formatting-decimals/src/HighestGrossingMovies.ts @@ -14,42 +14,12 @@ export class HighestGrossingMovies extends Array { super(...items); } else { const newItems = [ - new HighestGrossingMoviesItem( - { - franchise: `Marvel Universe`, - totalRevenue: 22.55, - highestGrossing: 2.8 - }), - new HighestGrossingMoviesItem( - { - franchise: `Star Wars`, - totalRevenue: 10.32, - highestGrossing: 2.07 - }), - new HighestGrossingMoviesItem( - { - franchise: `Harry Potter`, - totalRevenue: 9.19, - highestGrossing: 1.34 - }), - new HighestGrossingMoviesItem( - { - franchise: `Avengers`, - totalRevenue: 7.76, - highestGrossing: 2.8 - }), - new HighestGrossingMoviesItem( - { - franchise: `Spider Man`, - totalRevenue: 7.22, - highestGrossing: 1.28 - }), - new HighestGrossingMoviesItem( - { - franchise: `James Bond`, - totalRevenue: 7.12, - highestGrossing: 1.11 - }), + new HighestGrossingMoviesItem({ franchise: `Marvel Universe`, totalRevenue: 22.55, highestGrossing: 2.8 }), + new HighestGrossingMoviesItem({ franchise: `Star Wars`, totalRevenue: 10.32, highestGrossing: 2.07 }), + new HighestGrossingMoviesItem({ franchise: `Harry Potter`, totalRevenue: 9.19, highestGrossing: 1.34 }), + new HighestGrossingMoviesItem({ franchise: `Avengers`, totalRevenue: 7.76, highestGrossing: 2.8 }), + new HighestGrossingMoviesItem({ franchise: `Spider Man`, totalRevenue: 7.22, highestGrossing: 1.28 }), + new HighestGrossingMoviesItem({ franchise: `James Bond`, totalRevenue: 7.12, highestGrossing: 1.11 }), ]; super(...newItems.slice(0)); } diff --git a/samples/charts/category-chart/data-legend/src/HighestGrossingMovies.ts b/samples/charts/category-chart/data-legend/src/HighestGrossingMovies.ts index edced6c9ee..d7631f3a9f 100644 --- a/samples/charts/category-chart/data-legend/src/HighestGrossingMovies.ts +++ b/samples/charts/category-chart/data-legend/src/HighestGrossingMovies.ts @@ -14,42 +14,12 @@ export class HighestGrossingMovies extends Array { super(...items); } else { const newItems = [ - new HighestGrossingMoviesItem( - { - franchise: `Marvel Universe`, - totalRevenue: 22.55, - highestGrossing: 2.8 - }), - new HighestGrossingMoviesItem( - { - franchise: `Star Wars`, - totalRevenue: 10.32, - highestGrossing: 2.07 - }), - new HighestGrossingMoviesItem( - { - franchise: `Harry Potter`, - totalRevenue: 9.19, - highestGrossing: 1.34 - }), - new HighestGrossingMoviesItem( - { - franchise: `Avengers`, - totalRevenue: 7.76, - highestGrossing: 2.8 - }), - new HighestGrossingMoviesItem( - { - franchise: `Spider Man`, - totalRevenue: 7.22, - highestGrossing: 1.28 - }), - new HighestGrossingMoviesItem( - { - franchise: `James Bond`, - totalRevenue: 7.12, - highestGrossing: 1.11 - }), + new HighestGrossingMoviesItem({ franchise: `Marvel Universe`, totalRevenue: 22.55, highestGrossing: 2.8 }), + new HighestGrossingMoviesItem({ franchise: `Star Wars`, totalRevenue: 10.32, highestGrossing: 2.07 }), + new HighestGrossingMoviesItem({ franchise: `Harry Potter`, totalRevenue: 9.19, highestGrossing: 1.34 }), + new HighestGrossingMoviesItem({ franchise: `Avengers`, totalRevenue: 7.76, highestGrossing: 2.8 }), + new HighestGrossingMoviesItem({ franchise: `Spider Man`, totalRevenue: 7.22, highestGrossing: 1.28 }), + new HighestGrossingMoviesItem({ franchise: `James Bond`, totalRevenue: 7.12, highestGrossing: 1.11 }), ]; super(...newItems.slice(0)); } diff --git a/samples/charts/category-chart/data-tooltip-formatting-decimals/src/HighestGrossingMovies.ts b/samples/charts/category-chart/data-tooltip-formatting-decimals/src/HighestGrossingMovies.ts index edced6c9ee..d7631f3a9f 100644 --- a/samples/charts/category-chart/data-tooltip-formatting-decimals/src/HighestGrossingMovies.ts +++ b/samples/charts/category-chart/data-tooltip-formatting-decimals/src/HighestGrossingMovies.ts @@ -14,42 +14,12 @@ export class HighestGrossingMovies extends Array { super(...items); } else { const newItems = [ - new HighestGrossingMoviesItem( - { - franchise: `Marvel Universe`, - totalRevenue: 22.55, - highestGrossing: 2.8 - }), - new HighestGrossingMoviesItem( - { - franchise: `Star Wars`, - totalRevenue: 10.32, - highestGrossing: 2.07 - }), - new HighestGrossingMoviesItem( - { - franchise: `Harry Potter`, - totalRevenue: 9.19, - highestGrossing: 1.34 - }), - new HighestGrossingMoviesItem( - { - franchise: `Avengers`, - totalRevenue: 7.76, - highestGrossing: 2.8 - }), - new HighestGrossingMoviesItem( - { - franchise: `Spider Man`, - totalRevenue: 7.22, - highestGrossing: 1.28 - }), - new HighestGrossingMoviesItem( - { - franchise: `James Bond`, - totalRevenue: 7.12, - highestGrossing: 1.11 - }), + new HighestGrossingMoviesItem({ franchise: `Marvel Universe`, totalRevenue: 22.55, highestGrossing: 2.8 }), + new HighestGrossingMoviesItem({ franchise: `Star Wars`, totalRevenue: 10.32, highestGrossing: 2.07 }), + new HighestGrossingMoviesItem({ franchise: `Harry Potter`, totalRevenue: 9.19, highestGrossing: 1.34 }), + new HighestGrossingMoviesItem({ franchise: `Avengers`, totalRevenue: 7.76, highestGrossing: 2.8 }), + new HighestGrossingMoviesItem({ franchise: `Spider Man`, totalRevenue: 7.22, highestGrossing: 1.28 }), + new HighestGrossingMoviesItem({ franchise: `James Bond`, totalRevenue: 7.12, highestGrossing: 1.11 }), ]; super(...newItems.slice(0)); } diff --git a/samples/charts/category-chart/data-tooltip-positioning/src/HighestGrossingMovies.ts b/samples/charts/category-chart/data-tooltip-positioning/src/HighestGrossingMovies.ts index edced6c9ee..d7631f3a9f 100644 --- a/samples/charts/category-chart/data-tooltip-positioning/src/HighestGrossingMovies.ts +++ b/samples/charts/category-chart/data-tooltip-positioning/src/HighestGrossingMovies.ts @@ -14,42 +14,12 @@ export class HighestGrossingMovies extends Array { super(...items); } else { const newItems = [ - new HighestGrossingMoviesItem( - { - franchise: `Marvel Universe`, - totalRevenue: 22.55, - highestGrossing: 2.8 - }), - new HighestGrossingMoviesItem( - { - franchise: `Star Wars`, - totalRevenue: 10.32, - highestGrossing: 2.07 - }), - new HighestGrossingMoviesItem( - { - franchise: `Harry Potter`, - totalRevenue: 9.19, - highestGrossing: 1.34 - }), - new HighestGrossingMoviesItem( - { - franchise: `Avengers`, - totalRevenue: 7.76, - highestGrossing: 2.8 - }), - new HighestGrossingMoviesItem( - { - franchise: `Spider Man`, - totalRevenue: 7.22, - highestGrossing: 1.28 - }), - new HighestGrossingMoviesItem( - { - franchise: `James Bond`, - totalRevenue: 7.12, - highestGrossing: 1.11 - }), + new HighestGrossingMoviesItem({ franchise: `Marvel Universe`, totalRevenue: 22.55, highestGrossing: 2.8 }), + new HighestGrossingMoviesItem({ franchise: `Star Wars`, totalRevenue: 10.32, highestGrossing: 2.07 }), + new HighestGrossingMoviesItem({ franchise: `Harry Potter`, totalRevenue: 9.19, highestGrossing: 1.34 }), + new HighestGrossingMoviesItem({ franchise: `Avengers`, totalRevenue: 7.76, highestGrossing: 2.8 }), + new HighestGrossingMoviesItem({ franchise: `Spider Man`, totalRevenue: 7.22, highestGrossing: 1.28 }), + new HighestGrossingMoviesItem({ franchise: `James Bond`, totalRevenue: 7.12, highestGrossing: 1.11 }), ]; super(...newItems.slice(0)); } diff --git a/samples/charts/category-chart/data-tooltip/src/HighestGrossingMovies.ts b/samples/charts/category-chart/data-tooltip/src/HighestGrossingMovies.ts index edced6c9ee..d7631f3a9f 100644 --- a/samples/charts/category-chart/data-tooltip/src/HighestGrossingMovies.ts +++ b/samples/charts/category-chart/data-tooltip/src/HighestGrossingMovies.ts @@ -14,42 +14,12 @@ export class HighestGrossingMovies extends Array { super(...items); } else { const newItems = [ - new HighestGrossingMoviesItem( - { - franchise: `Marvel Universe`, - totalRevenue: 22.55, - highestGrossing: 2.8 - }), - new HighestGrossingMoviesItem( - { - franchise: `Star Wars`, - totalRevenue: 10.32, - highestGrossing: 2.07 - }), - new HighestGrossingMoviesItem( - { - franchise: `Harry Potter`, - totalRevenue: 9.19, - highestGrossing: 1.34 - }), - new HighestGrossingMoviesItem( - { - franchise: `Avengers`, - totalRevenue: 7.76, - highestGrossing: 2.8 - }), - new HighestGrossingMoviesItem( - { - franchise: `Spider Man`, - totalRevenue: 7.22, - highestGrossing: 1.28 - }), - new HighestGrossingMoviesItem( - { - franchise: `James Bond`, - totalRevenue: 7.12, - highestGrossing: 1.11 - }), + new HighestGrossingMoviesItem({ franchise: `Marvel Universe`, totalRevenue: 22.55, highestGrossing: 2.8 }), + new HighestGrossingMoviesItem({ franchise: `Star Wars`, totalRevenue: 10.32, highestGrossing: 2.07 }), + new HighestGrossingMoviesItem({ franchise: `Harry Potter`, totalRevenue: 9.19, highestGrossing: 1.34 }), + new HighestGrossingMoviesItem({ franchise: `Avengers`, totalRevenue: 7.76, highestGrossing: 2.8 }), + new HighestGrossingMoviesItem({ franchise: `Spider Man`, totalRevenue: 7.22, highestGrossing: 1.28 }), + new HighestGrossingMoviesItem({ franchise: `James Bond`, totalRevenue: 7.12, highestGrossing: 1.11 }), ]; super(...newItems.slice(0)); } diff --git a/samples/charts/category-chart/format-specifiers/src/HighestGrossingMovies.ts b/samples/charts/category-chart/format-specifiers/src/HighestGrossingMovies.ts index edced6c9ee..d7631f3a9f 100644 --- a/samples/charts/category-chart/format-specifiers/src/HighestGrossingMovies.ts +++ b/samples/charts/category-chart/format-specifiers/src/HighestGrossingMovies.ts @@ -14,42 +14,12 @@ export class HighestGrossingMovies extends Array { super(...items); } else { const newItems = [ - new HighestGrossingMoviesItem( - { - franchise: `Marvel Universe`, - totalRevenue: 22.55, - highestGrossing: 2.8 - }), - new HighestGrossingMoviesItem( - { - franchise: `Star Wars`, - totalRevenue: 10.32, - highestGrossing: 2.07 - }), - new HighestGrossingMoviesItem( - { - franchise: `Harry Potter`, - totalRevenue: 9.19, - highestGrossing: 1.34 - }), - new HighestGrossingMoviesItem( - { - franchise: `Avengers`, - totalRevenue: 7.76, - highestGrossing: 2.8 - }), - new HighestGrossingMoviesItem( - { - franchise: `Spider Man`, - totalRevenue: 7.22, - highestGrossing: 1.28 - }), - new HighestGrossingMoviesItem( - { - franchise: `James Bond`, - totalRevenue: 7.12, - highestGrossing: 1.11 - }), + new HighestGrossingMoviesItem({ franchise: `Marvel Universe`, totalRevenue: 22.55, highestGrossing: 2.8 }), + new HighestGrossingMoviesItem({ franchise: `Star Wars`, totalRevenue: 10.32, highestGrossing: 2.07 }), + new HighestGrossingMoviesItem({ franchise: `Harry Potter`, totalRevenue: 9.19, highestGrossing: 1.34 }), + new HighestGrossingMoviesItem({ franchise: `Avengers`, totalRevenue: 7.76, highestGrossing: 2.8 }), + new HighestGrossingMoviesItem({ franchise: `Spider Man`, totalRevenue: 7.22, highestGrossing: 1.28 }), + new HighestGrossingMoviesItem({ franchise: `James Bond`, totalRevenue: 7.12, highestGrossing: 1.11 }), ]; super(...newItems.slice(0)); } diff --git a/samples/charts/category-chart/highlighting-behavior/src/TemperatureAnnotatedData.ts b/samples/charts/category-chart/highlighting-behavior/src/TemperatureAnnotatedData.ts index 70539ebf51..a2e9e07ddb 100644 --- a/samples/charts/category-chart/highlighting-behavior/src/TemperatureAnnotatedData.ts +++ b/samples/charts/category-chart/highlighting-behavior/src/TemperatureAnnotatedData.ts @@ -15,90 +15,18 @@ export class TemperatureAnnotatedData extends Array { super(...items); } else { const newItems = [ - new HighestGrossingMoviesItem( - { - franchise: `Marvel Universe`, - totalRevenue: 22.55, - highestGrossing: 2.8 - }), - new HighestGrossingMoviesItem( - { - franchise: `Star Wars`, - totalRevenue: 10.32, - highestGrossing: 2.07 - }), - new HighestGrossingMoviesItem( - { - franchise: `Harry Potter`, - totalRevenue: 9.19, - highestGrossing: 1.34 - }), - new HighestGrossingMoviesItem( - { - franchise: `Avengers`, - totalRevenue: 7.76, - highestGrossing: 2.8 - }), - new HighestGrossingMoviesItem( - { - franchise: `Spider Man`, - totalRevenue: 7.22, - highestGrossing: 1.28 - }), - new HighestGrossingMoviesItem( - { - franchise: `James Bond`, - totalRevenue: 7.12, - highestGrossing: 1.11 - }), + new HighestGrossingMoviesItem({ franchise: `Marvel Universe`, totalRevenue: 22.55, highestGrossing: 2.8 }), + new HighestGrossingMoviesItem({ franchise: `Star Wars`, totalRevenue: 10.32, highestGrossing: 2.07 }), + new HighestGrossingMoviesItem({ franchise: `Harry Potter`, totalRevenue: 9.19, highestGrossing: 1.34 }), + new HighestGrossingMoviesItem({ franchise: `Avengers`, totalRevenue: 7.76, highestGrossing: 2.8 }), + new HighestGrossingMoviesItem({ franchise: `Spider Man`, totalRevenue: 7.22, highestGrossing: 1.28 }), + new HighestGrossingMoviesItem({ franchise: `James Bond`, totalRevenue: 7.12, highestGrossing: 1.11 }), ]; super(...newItems.slice(0)); } diff --git a/samples/charts/category-chart/line-chart-multiple-sources/src/CountryRenewableElectricity.ts b/samples/charts/category-chart/line-chart-multiple-sources/src/CountryRenewableElectricity.ts index b32970c46a..21a29ab226 100644 --- a/samples/charts/category-chart/line-chart-multiple-sources/src/CountryRenewableElectricity.ts +++ b/samples/charts/category-chart/line-chart-multiple-sources/src/CountryRenewableElectricity.ts @@ -15,90 +15,18 @@ export class CountryRenewableElectricity extends Array { super(...items); } else { const newItems = [ - new TemperatureAverageDataItem( - { - month: `Jan`, - temperature: 3 - }), - new TemperatureAverageDataItem( - { - month: `Feb`, - temperature: 4 - }), - new TemperatureAverageDataItem( - { - month: `Mar`, - temperature: 9 - }), - new TemperatureAverageDataItem( - { - month: `Apr`, - temperature: 15 - }), - new TemperatureAverageDataItem( - { - month: `May`, - temperature: 21 - }), - new TemperatureAverageDataItem( - { - month: `Jun`, - temperature: 26 - }), - new TemperatureAverageDataItem( - { - month: `Jul`, - temperature: 29 - }), - new TemperatureAverageDataItem( - { - month: `Aug`, - temperature: 28 - }), - new TemperatureAverageDataItem( - { - month: `Sep`, - temperature: 24 - }), - new TemperatureAverageDataItem( - { - month: `Oct`, - temperature: 18 - }), - new TemperatureAverageDataItem( - { - month: `Nov`, - temperature: 11 - }), - new TemperatureAverageDataItem( - { - month: `Dec`, - temperature: 5 - }), + new TemperatureAverageDataItem({ month: `Jan`, temperature: 3 }), + new TemperatureAverageDataItem({ month: `Feb`, temperature: 4 }), + new TemperatureAverageDataItem({ month: `Mar`, temperature: 9 }), + new TemperatureAverageDataItem({ month: `Apr`, temperature: 15 }), + new TemperatureAverageDataItem({ month: `May`, temperature: 21 }), + new TemperatureAverageDataItem({ month: `Jun`, temperature: 26 }), + new TemperatureAverageDataItem({ month: `Jul`, temperature: 29 }), + new TemperatureAverageDataItem({ month: `Aug`, temperature: 28 }), + new TemperatureAverageDataItem({ month: `Sep`, temperature: 24 }), + new TemperatureAverageDataItem({ month: `Oct`, temperature: 18 }), + new TemperatureAverageDataItem({ month: `Nov`, temperature: 11 }), + new TemperatureAverageDataItem({ month: `Dec`, temperature: 5 }), ]; super(...newItems.slice(0)); } diff --git a/samples/charts/category-chart/selection-multiple-modes/src/EnergyRenewableConsumption.ts b/samples/charts/category-chart/selection-multiple-modes/src/EnergyRenewableConsumption.ts index f742bbef3b..2f522ee1bf 100644 --- a/samples/charts/category-chart/selection-multiple-modes/src/EnergyRenewableConsumption.ts +++ b/samples/charts/category-chart/selection-multiple-modes/src/EnergyRenewableConsumption.ts @@ -17,51 +17,11 @@ export class EnergyRenewableConsumption extends Array { super(...items); } else { const newItems = [ - new WorldCitiesItem( - { - capital: true, - population: 23.62, - y: 35.68, - x: 139.81, - country: `Japan`, - name: `Tokyo` - }), - new WorldCitiesItem( - { - capital: false, - population: 16.47, - y: 40.75, - x: -74.1, - country: `US`, - name: `New York` - }), - new WorldCitiesItem( - { - capital: true, - population: 15.85, - y: 37.54, - x: 126.94, - country: `South Korea`, - name: `Seoul` - }), - new WorldCitiesItem( - { - capital: false, - population: 15.18, - y: -23.58, - x: -46.62, - country: `Brazil`, - name: `Sao Paulo` - }), - new WorldCitiesItem( - { - capital: false, - population: 15.04, - y: 34.64, - x: 135.52, - country: `Japan`, - name: `Osaka` - }), - new WorldCitiesItem( - { - capital: true, - population: 14.1, - y: 19.43, - x: -99.13, - country: `Mexico`, - name: `Mexico City` - }), - new WorldCitiesItem( - { - capital: true, - population: 13.1, - y: 55.75, - x: 37.7, - country: `Russia`, - name: `Moscow` - }), - new WorldCitiesItem( - { - capital: false, - population: 11.1, - y: 22.54, - x: 88.33, - country: `India`, - name: `Calcutta` - }), - new WorldCitiesItem( - { - capital: true, - population: 11.1, - y: 51.49, - x: -0.18, - country: `UK`, - name: `London` - }), - new WorldCitiesItem( - { - capital: true, - population: 10.75, - y: -34.67, - x: -58.41, - country: `Argentina`, - name: `Buenos Aires` - }), - new WorldCitiesItem( - { - capital: false, - population: 10.15, - y: -22.72, - x: -43.46, - country: `Brazil`, - name: `Rio de Janeiro` - }), - new WorldCitiesItem( - { - capital: false, - population: 9.95, - y: 19.05, - x: 73.17, - country: `India`, - name: `Bombay` - }), - new WorldCitiesItem( - { - capital: true, - population: 9.78, - y: 48.88, - x: 2.43, - country: `France`, - name: `Paris` - }), - new WorldCitiesItem( - { - capital: false, - population: 9.76, - y: 34, - x: -118.25, - country: `US`, - name: `Los Angeles` - }), - new WorldCitiesItem( - { - capital: false, - population: 9.41, - y: 24.98, - x: 121.53, - country: `Taiwan`, - name: `Chingmei` - }), - new WorldCitiesItem( - { - capital: true, - population: 9.3, - y: 30.08, - x: 31.25, - country: `Egypt`, - name: `Cairo` - }), - new WorldCitiesItem( - { - capital: false, - population: 9.3, - y: 31.25, - x: 121.47, - country: `China`, - name: `Shanghai` - }), - new WorldCitiesItem( - { - capital: true, - population: 8.6, - y: -6.29, - x: 106.76, - country: `Indonesia`, - name: `Jakarta` - }), - new WorldCitiesItem( - { - capital: false, - population: 7.72, - y: 41.83, - x: -87.64, - country: `US`, - name: `Chicago` - }), - new WorldCitiesItem( - { - capital: false, - population: 7.2, - y: 28.53, - x: 77.22, - country: `India`, - name: `Delhi` - }), - new WorldCitiesItem( - { - capital: true, - population: 6.45, - y: 13.75, - x: 100.55, - country: `Thailand`, - name: `Bangkok` - }), - new WorldCitiesItem( - { - capital: true, - population: 6.45, - y: 39.91, - x: 116.39, - country: `China`, - name: `Beijing` - }), - new WorldCitiesItem( - { - capital: true, - population: 6.4, - y: 35.77, - x: 51.45, - country: `Iran`, - name: `Tehran` - }), - new WorldCitiesItem( - { - capital: true, - population: 6.13, - y: 25.04, - x: 121.51, - country: `Taiwan`, - name: `Taipei` - }), - new WorldCitiesItem( - { - capital: false, - population: 5.83, - y: 59.95, - x: 30.45, - country: `Russia`, - name: `Saint Petersburg` - }), - new WorldCitiesItem( - { - capital: false, - population: 5.75, - y: 41.07, - x: 29.01, - country: `Turkey`, - name: `Istanbul` - }), - new WorldCitiesItem( - { - capital: true, - population: 5.47, - y: 14.55, - x: 121.17, - country: `Philippines`, - name: `Manila` - }), - new WorldCitiesItem( - { - capital: true, - population: 5.4, - y: 22.43, - x: 114.15, - country: `UK`, - name: `Hong Kong` - }), - new WorldCitiesItem( - { - capital: false, - population: 5.3, - y: 24.85, - x: 67.03, - country: `Pakistan`, - name: `Karachi` - }), - new WorldCitiesItem( - { - capital: false, - population: 5.21, - y: 39.93, - x: -75.22, - country: `US`, - name: `Philadelphia` - }), - new WorldCitiesItem( - { - capital: true, - population: 5.06, - y: 52.52, - x: 13.33, - country: `Germany`, - name: `Berlin` - }), - new WorldCitiesItem( - { - capital: false, - population: 4.88, - y: 39.13, - x: 117.19, - country: `China`, - name: `Tianjin` - }), - new WorldCitiesItem( - { - capital: false, - population: 4.8, - y: 35.15, - x: 136.92, - country: `Japan`, - name: `Nagoya` - }), - new WorldCitiesItem( - { - capital: false, - population: 4.69, - y: 42.39, - x: -83.08, - country: `US`, - name: `Detroit` - }), - new WorldCitiesItem( - { - capital: true, - population: 4.65, - y: 40.44, - x: -3.69, - country: `Spain`, - name: `Madrid` - }), - new WorldCitiesItem( - { - capital: false, - population: 4.47, - y: 13.06, - x: 80.25, - country: `India`, - name: `Madras` - }), - new WorldCitiesItem( - { - capital: true, - population: 4.34, - y: -12.07, - x: -76.82, - country: `Peru`, - name: `Lima` - }), - new WorldCitiesItem( - { - capital: true, - population: 4.26, - y: 4.63, - x: -74.08, - country: `Colombia`, - name: `Bogota` - }), - new WorldCitiesItem( - { - capital: true, - population: 4.1, - y: -33.48, - x: -70.65, - country: `Chile`, - name: `Santiago` - }), - new WorldCitiesItem( - { - capital: false, - population: 4.05, - y: 37.73, - x: -122.31, - country: `US`, - name: `San Francisco` - }), - new WorldCitiesItem( - { - capital: false, - population: 4.04, - y: 41.53, - x: 2.17, - country: `Spain`, - name: `BarceXa` - }), - new WorldCitiesItem( - { - capital: false, - population: 3.97, - y: 42.38, - x: -71.1, - country: `US`, - name: `Boston` - }), - new WorldCitiesItem( - { - capital: false, - population: 3.87, - y: 51.35, - x: 7.12, - country: `Germany`, - name: `Essen` - }), - new WorldCitiesItem( - { - capital: true, - population: 3.84, - y: 33.33, - x: 44.4, - country: `Iraq`, - name: `Baghdad` - }), - new WorldCitiesItem( - { - capital: false, - population: 3.84, - y: 41.8, - x: 123.38, - country: `China`, - name: `Shenyang` - }), - new WorldCitiesItem( - { - capital: true, - population: 3.8, - y: 6.45, - x: 3.3, - country: `Nigeria`, - name: `Lagos` - }), - new WorldCitiesItem( - { - capital: false, - population: 3.8, - y: 35.16, - x: 129.05, - country: `South Korea`, - name: `Pusan` - }), - new WorldCitiesItem( - { - capital: false, - population: 3.75, - y: 45.47, - x: 9.19, - country: `Italy`, - name: `Milano` - }), - new WorldCitiesItem( - { - capital: false, - population: 3.65, - y: -26.18, - x: 28, - country: `South Africa`, - name: `Johannesburg` - }), - new WorldCitiesItem( - { - capital: true, - population: 3.6, - y: 10.5, - x: -66.9, - country: `Venezuela`, - name: `Caracas` - }), - new WorldCitiesItem( - { - capital: false, - population: 3.49, - y: 30.57, - x: 114.28, - country: `China`, - name: `Wuhan` - }), - new WorldCitiesItem( - { - capital: true, - population: 3.43, - y: 23.71, - x: 90.41, - country: `Bangladesh`, - name: `Dhaka` - }), - new WorldCitiesItem( - { - capital: false, - population: 3.43, - y: 43.72, - x: -79.41, - country: `Canada`, - name: `Toronto` - }), - new WorldCitiesItem( - { - capital: false, - population: 3.37, - y: -33.89, - x: 151.03, - country: `Australia`, - name: `Sydney` - }), - new WorldCitiesItem( - { - capital: false, - population: 3.35, - y: 31.07, - x: 29.98, - country: `Egypt`, - name: `Alexandria` - }), - new WorldCitiesItem( - { - capital: true, - population: 3.22, - y: 38.89, - x: -76.95, - country: `US`, - name: `Washington D.C.` - }), - new WorldCitiesItem( - { - capital: true, - population: 3.17, - y: 41.88, - x: 12.52, - country: `Italy`, - name: `Roma` - }), - new WorldCitiesItem( - { - capital: false, - population: 3.1, - y: 10.76, - x: 106.66, - country: `Vietnam`, - name: `Ho Chi Minh City` - }), - new WorldCitiesItem( - { - capital: false, - population: 3.05, - y: 23.1, - x: 113.29, - country: `China`, - name: `Guangzhou` - }), - new WorldCitiesItem( - { - capital: true, - population: 3.03, - y: 38.12, - x: 23.65, - country: `Greece`, - name: `Athens` - }), - new WorldCitiesItem( - { - capital: false, - population: 3.02, - y: 1.23, - x: 104.18, - country: `Singapore`, - name: `Singapore` - }), - new WorldCitiesItem( - { - capital: false, - population: 3.02, - y: 31.55, - x: 74.34, - country: `Pakistan`, - name: `Lahore` - }), - new WorldCitiesItem( - { - capital: true, - population: 3, - y: -4.39, - x: 15.47, - country: `Zaire`, - name: `Kinshasa` - }), - new WorldCitiesItem( - { - capital: false, - population: 2.99, - y: 35.44, - x: 139.62, - country: `Japan`, - name: `Yokohama` - }), - new WorldCitiesItem( - { - capital: false, - population: 2.95, - y: -19.85, - x: -43.91, - country: `Brazil`, - name: `Belo Horizonte` - }), - new WorldCitiesItem( - { - capital: false, - population: 2.95, - y: 12.97, - x: 77.59, - country: `India`, - name: `Bangalore` - }), - new WorldCitiesItem( - { - capital: false, - population: 2.92, - y: 45.54, - x: -73.65, - country: `Canada`, - name: `Montreal` - }), - new WorldCitiesItem( - { - capital: true, - population: 2.9, - y: 50.45, - x: 30.5, - country: `Ukraine`, - name: `Kiev` - }), - new WorldCitiesItem( - { - capital: false, - population: 2.88, - y: 40.83, - x: 14.27, - country: `Italy`, - name: `Napoli` - }), - new WorldCitiesItem( - { - capital: false, - population: 2.83, - y: -37.85, - x: 145.08, - country: `Australia`, - name: `Melbourne` - }), - new WorldCitiesItem( - { - capital: false, - population: 2.83, - y: 25.83, - x: -80.27, - country: `US`, - name: `Miami` - }), - new WorldCitiesItem( - { - capital: true, - population: 2.8, - y: 16.87, - x: 96.12, - country: `Burma`, - name: `Rangoon` - }), - new WorldCitiesItem( - { - capital: false, - population: 2.77, - y: 53.48, - x: -2.26, - country: `UK`, - name: `Manchester` - }), - new WorldCitiesItem( - { - capital: false, - population: 2.75, - y: 17.39, - x: 78.49, - country: `India`, - name: `Hyderabad` - }), - new WorldCitiesItem( - { - capital: false, - population: 2.75, - y: 29.77, - x: -95.41, - country: `US`, - name: `Houston` - }), - new WorldCitiesItem( - { - capital: false, - population: 2.73, - y: 32.76, - x: -96.66, - country: `US`, - name: `Dallas` - }), - new WorldCitiesItem( - { - capital: false, - population: 2.67, - y: 45.76, - x: 126.62, - country: `China`, - name: `Harbin` - }), - new WorldCitiesItem( - { - capital: false, - population: 2.67, - y: 52.49, - x: -1.86, - country: `UK`, - name: `Birmingham` - }), - new WorldCitiesItem( - { - capital: false, - population: 2.63, - y: -8.09, - x: -34.91, - country: `Brazil`, - name: `Recife` - }), - new WorldCitiesItem( - { - capital: false, - population: 2.6, - y: -30.04, - x: -51.21, - country: `Brazil`, - name: `Porto Alegre` - }), - new WorldCitiesItem( - { - capital: true, - population: 2.56, - y: 47.51, - x: 19.09, - country: `Hungary`, - name: `Budapest` - }), - new WorldCitiesItem( - { - capital: true, - population: 2.55, - y: 36.6, - x: 2.99, - country: `Algeria`, - name: `Algiers` - }), - new WorldCitiesItem( - { - capital: false, - population: 2.48, - y: 33.54, - x: -7.53, - country: `Morocco`, - name: `Casablanca` - }), - new WorldCitiesItem( - { - capital: false, - population: 2.45, - y: 29.54, - x: 106.52, - country: `China`, - name: `Chongqing` - }), - new WorldCitiesItem( - { - capital: false, - population: 2.4, - y: 23.04, - x: 72.57, - country: `India`, - name: `Ahmadabad` - }), - new WorldCitiesItem( - { - capital: true, - population: 2.4, - y: 39.93, - x: 32.85, - country: `Turkey`, - name: `Ankara` - }), - new WorldCitiesItem( - { - capital: true, - population: 2.38, - y: 50.84, - x: 4.37, - country: `Belgium`, - name: `Bruxelles` - }), - new WorldCitiesItem( - { - capital: true, - population: 2.33, - y: 41.25, - x: 69.35, - country: `Uzbekistan`, - name: `Toshkent` - }), - new WorldCitiesItem( - { - capital: false, - population: 2.33, - y: 20.67, - x: -103.34, - country: `Mexico`, - name: `Guadalajara` - }), - new WorldCitiesItem( - { - capital: true, - population: 2.32, - y: 52.24, - x: 21.01, - country: `Poland`, - name: `Warsaw` - }), - new WorldCitiesItem( - { - capital: false, - population: 2.29, - y: 32.05, - x: 118.77, - country: `China`, - name: `Nanjing` - }), - new WorldCitiesItem( - { - capital: true, - population: 2.25, - y: 38.73, - x: -9.13, - country: `Portugal`, - name: `Lisboa` - }), - new WorldCitiesItem( - { - capital: true, - population: 2.25, - y: 44.43, - x: 26.12, - country: `Romania`, - name: `Bucharest` - }), - new WorldCitiesItem( - { - capital: false, - population: 2.23, - y: 53.57, - x: 10.03, - country: `Germany`, - name: `Hamburg` - }), - new WorldCitiesItem( - { - capital: false, - population: 2.22, - y: 40.5, - x: -80, - country: `US`, - name: `Pittsburgh` - }), - new WorldCitiesItem( - { - capital: false, - population: 2.22, - y: 41.39, - x: -81.73, - country: `US`, - name: `Cleveland` - }), - new WorldCitiesItem( - { - capital: false, - population: 2.21, - y: 35.86, - x: 128.59, - country: `South Korea`, - name: `Taegu` - }), - new WorldCitiesItem( - { - capital: false, - population: 2.2, - y: 38.64, - x: -90.34, - country: `US`, - name: `St. Louis` - }), - new WorldCitiesItem( - { - capital: false, - population: 2.2, - y: 48.04, - x: 37.74, - country: `Ukraine`, - name: `Donets'k` - }), - new WorldCitiesItem( - { - capital: true, - population: 2.13, - y: 23.05, - x: -82.42, - country: `Cuba`, - name: `Havana` - }), - new WorldCitiesItem( - { - capital: false, - population: 2.1, - y: 32.76, - x: -117.13, - country: `US`, - name: `San Diego` - }), - new WorldCitiesItem( - { - capital: false, - population: 2.1, - y: 6.24, - x: -75.59, - country: `Colombia`, - name: `Medellin` - }), - new WorldCitiesItem( - { - capital: false, - population: 2.08, - y: 47.59, - x: -122.32, - country: `US`, - name: `Seattle` - }), - new WorldCitiesItem( - { - capital: false, - population: 2.05, - y: -12.6, - x: -38.48, - country: `Brazil`, - name: `Salvador` - }), - new WorldCitiesItem( - { - capital: true, - population: 2.05, - y: 7.02, - x: 80.09, - country: `Sri Lanka`, - name: `Colombo` - }), - new WorldCitiesItem( - { - capital: false, - population: 2.05, - y: 34.27, - x: 108.88, - country: `China`, - name: `Xian` - }), - new WorldCitiesItem( - { - capital: false, - population: 2.03, - y: -7.4, - x: 112.68, - country: `Indonesia`, - name: `Surabaja` - }), - new WorldCitiesItem( - { - capital: false, - population: 2.02, - y: 25.68, - x: -100.32, - country: `Mexico`, - name: `Monterrey` - }), - new WorldCitiesItem( - { - capital: true, - population: 2.02, - y: 40.32, - x: 49.82, - country: `Azerbaijan`, - name: `Baku` - }), - new WorldCitiesItem( - { - capital: false, - population: 2.02, - y: 56.29, - x: 43.94, - country: `Russia`, - name: `Nizhniy Novgorod` - }), - new WorldCitiesItem( - { - capital: false, - population: 2.01, - y: 44.92, - x: -93.31, - country: `US`, - name: `Minneapolis` - }), - new WorldCitiesItem( - { - capital: false, - population: 1.96, - y: 33.8, - x: -84.35, - country: `US`, - name: `Atlanta` - }), - new WorldCitiesItem( - { - capital: false, - population: 1.96, - y: 39.32, - x: -76.62, - country: `US`, - name: `Baltimore` - }), - new WorldCitiesItem( - { - capital: false, - population: 1.96, - y: 48.14, - x: 11.54, - country: `Germany`, - name: `Munich` - }), - new WorldCitiesItem( - { - capital: true, - population: 1.95, - y: 5.32, - x: -4.02, - country: `Ivory Coast`, - name: `Abidjan` - }), - new WorldCitiesItem( - { - capital: false, - population: 1.94, - y: 49.99, - x: 36.21, - country: `Ukraine`, - name: `Kharkov` - }), - new WorldCitiesItem( - { - capital: false, - population: 1.9, - y: 43.06, - x: 141.35, - country: `Japan`, - name: `Sapporo` - }), - new WorldCitiesItem( - { - capital: false, - population: 1.88, - y: 26.46, - x: 80.32, - country: `India`, - name: `Kanpur` - }), - new WorldCitiesItem( - { - capital: true, - population: 1.88, - y: 48.2, - x: 16.32, - country: `Austria`, - name: `Vienna` - }), - new WorldCitiesItem( - { - capital: false, - population: 1.87, - y: 30.47, - x: 30.85, - country: `Egypt`, - name: `Giza` - }), - new WorldCitiesItem( - { - capital: true, - population: 1.86, - y: 52.37, - x: 4.89, - country: `Netherlands`, - name: `Amsterdam` - }), - new WorldCitiesItem( - { - capital: true, - population: 1.85, - y: 33.52, - x: 36.31, - country: `Syria`, - name: `Damascus` - }), - new WorldCitiesItem( - { - capital: false, - population: 1.85, - y: 50.13, - x: 8.67, - country: `Germany`, - name: `Frankfurt am Main` - }), - new WorldCitiesItem( - { - capital: false, - population: 1.84, - y: 22.67, - x: 120.34, - country: `Taiwan`, - name: `Kao-Hsiung` - }), - new WorldCitiesItem( - { - capital: false, - population: 1.82, - y: -3.78, - x: -38.59, - country: `Brazil`, - name: `Fortaleza` - }), - new WorldCitiesItem( - { - capital: false, - population: 1.81, - y: 30.67, - x: 104.07, - country: `China`, - name: `Chengdu` - }), - new WorldCitiesItem( - { - capital: false, - population: 1.8, - y: -6.91, - x: 107.61, - country: `Indonesia`, - name: `Bandung` - }), - new WorldCitiesItem( - { - capital: false, - population: 1.8, - y: 55.86, - x: -4.27, - country: `UK`, - name: `Glasgow` - }), - new WorldCitiesItem( - { - capital: false, - population: 1.79, - y: -33.8, - x: 18.69, - country: `South Africa`, - name: `Cape Town` - }), - new WorldCitiesItem( - { - capital: true, - population: 1.77, - y: 18.4, - x: -66.08, - country: `Puerto Rico`, - name: `San Juan` - }), - new WorldCitiesItem( - { - capital: false, - population: 1.77, - y: 18.54, - x: 73.85, - country: `India`, - name: `Pune` - }), - new WorldCitiesItem( - { - capital: false, - population: 1.76, - y: 50.94, - x: 6.93, - country: `Germany`, - name: `Koln` - }), - new WorldCitiesItem( - { - capital: false, - population: 1.75, - y: 33.31, - x: 130.32, - country: `Japan`, - name: `Fukuoka` - }), - new WorldCitiesItem( - { - capital: false, - population: 1.74, - y: 43.88, - x: 125.31, - country: `China`, - name: `Changchung` - }), - new WorldCitiesItem( - { - capital: false, - population: 1.7, - y: -25.43, - x: -49.28, - country: `Brazil`, - name: `Curitiba` - }), - new WorldCitiesItem( - { - capital: true, - population: 1.69, - y: 55.72, - x: 12.55, - country: `Denmark`, - name: `Kobenhavn` - }), - new WorldCitiesItem( - { - capital: true, - population: 1.68, - y: 33.78, - x: 35.66, - country: `Lebanon`, - name: `Beirut` - }), - new WorldCitiesItem( - { - capital: false, - population: 1.68, - y: 39.03, - x: 121.6, - country: `China`, - name: `Dalian` - }), - new WorldCitiesItem( - { - capital: true, - population: 1.67, - y: 31.92, - x: 34.86, - country: `Israel`, - name: `Tel Aviv-Yafo` - }), - new WorldCitiesItem( - { - capital: false, - population: 1.66, - y: 37.89, - x: 112.55, - country: `China`, - name: `Taiyuan` - }), - new WorldCitiesItem( - { - capital: true, - population: 1.65, - y: 53.9, - x: 27.58, - country: `Belarus`, - name: `Minsk` - }), - new WorldCitiesItem( - { - capital: false, - population: 1.62, - y: 56.85, - x: 60.61, - country: `Russia`, - name: `Yekaterinburg` - }), - new WorldCitiesItem( - { - capital: false, - population: 1.6, - y: 48.42, - x: 35.14, - country: `Ukraine`, - name: `Dnepropetrovsk` - }), - new WorldCitiesItem( - { - capital: false, - population: 1.6, - y: 37.59, - x: 126.77, - country: `South Korea`, - name: `Inch\`on` - }), - new WorldCitiesItem( - { - capital: true, - population: 1.6, - y: 39.03, - x: 125.76, - country: `North Korea`, - name: `Pyongyang` - }), - new WorldCitiesItem( - { - capital: false, - population: 1.6, - y: 55.03, - x: 82.94, - country: `Russia`, - name: `Novosibirsk` - }), - new WorldCitiesItem( - { - capital: true, - population: 1.57, - y: -15.79, - x: -47.9, - country: `Brazil`, - name: `Brasilia` - }), - new WorldCitiesItem( - { - capital: false, - population: 1.57, - y: 34.38, - x: 132.44, - country: `Japan`, - name: `Hiroshima` - }), - new WorldCitiesItem( - { - capital: true, - population: 1.55, - y: -34.92, - x: -56.17, - country: `Uruguay`, - name: `Montevideo` - }), - new WorldCitiesItem( - { - capital: false, - population: 1.55, - y: 38.44, - x: 27.21, - country: `Turkey`, - name: `Izmir` - }), - new WorldCitiesItem( - { - capital: false, - population: 1.55, - y: -29.84, - x: 30.94, - country: `South Africa`, - name: `Durban` - }), - new WorldCitiesItem( - { - capital: false, - population: 1.55, - y: 45.07, - x: 7.67, - country: `Italy`, - name: `Torino` - }), - new WorldCitiesItem( - { - capital: false, - population: 1.54, - y: 53.81, - x: -1.5, - country: `UK`, - name: `Leeds` - }), - new WorldCitiesItem( - { - capital: false, - population: 1.52, - y: 53.42, - x: -2.77, - country: `UK`, - name: `Liverpool` - }), - new WorldCitiesItem( - { - capital: false, - population: 1.52, - y: 33.68, - x: 130.8, - country: `Japan`, - name: `Kita Kyushu` - }), - new WorldCitiesItem( - { - capital: true, - population: 1.5, - y: 9.03, - x: 38.7, - country: `Ethiopia`, - name: `Adis Abeba` - }), - new WorldCitiesItem( - { - capital: true, - population: 1.5, - y: 21.03, - x: 105.82, - country: `Vietnam`, - name: `Hanoi` - }), - new WorldCitiesItem( - { - capital: false, - population: 1.5, - y: 53.14, - x: 50.1, - country: `Russia`, - name: `Samara` - }), - new WorldCitiesItem( - { - capital: true, - population: 1.48, - y: 3.15, - x: 101.71, - country: `Malaysia`, - name: `Kuala Lumpur` - }), - new WorldCitiesItem( - { - capital: false, - population: 1.48, - y: 33.51, - x: -112.11, - country: `US`, - name: `Phoenix` - }), - new WorldCitiesItem( - { - capital: false, - population: 1.48, - y: 35.01, - x: 135.75, - country: `Japan`, - name: `Kyoto` - }), - new WorldCitiesItem( - { - capital: false, - population: 1.48, - y: 39.15, - x: -84.48, - country: `US`, - name: `Cincinnati` - }), - new WorldCitiesItem( - { - capital: false, - population: 1.48, - y: 42.9, - x: -78.85, - country: `US`, - name: `Buffalo` - }), - new WorldCitiesItem( - { - capital: true, - population: 1.46, - y: -9, - x: 13.46, - country: `Angola`, - name: `Luanda` - }), - new WorldCitiesItem( - { - capital: false, - population: 1.46, - y: 36.29, - x: 59.6, - country: `Iran`, - name: `Mashhad` - }), - new WorldCitiesItem( - { - capital: false, - population: 1.46, - y: 36.66, - x: 116.97, - country: `China`, - name: `Jinan` - }), - new WorldCitiesItem( - { - capital: true, - population: 1.46, - y: 41.72, - x: 44.78, - country: `Georgia`, - name: `Tbilisi` - }), - new WorldCitiesItem( - { - capital: true, - population: 1.45, - y: 59.24, - x: 18.08, - country: `Sweden`, - name: `Stockholm` - }), - new WorldCitiesItem( - { - capital: true, - population: 1.43, - y: 14.63, - x: -16.85, - country: `Senegal`, - name: `Dakar` - }), - new WorldCitiesItem( - { - capital: false, - population: 1.41, - y: 39.75, - x: -105.07, - country: `US`, - name: `Denver` - }), - new WorldCitiesItem( - { - capital: false, - population: 1.41, - y: 34.66, - x: 135.18, - country: `Japan`, - name: `Kobe` - }), - new WorldCitiesItem( - { - capital: false, - population: 1.4, - y: 3.46, - x: -76.52, - country: `Colombia`, - name: `Cali` - }), - new WorldCitiesItem( - { - capital: true, - population: 1.4, - y: 14.62, - x: -90.52, - country: `Guatemala`, - name: `Guatemala` - }), - new WorldCitiesItem( - { - capital: true, - population: 1.4, - y: 44.8, - x: 20.41, - country: `Serbia`, - name: `Belgrade` - }), - new WorldCitiesItem( - { - capital: false, - population: 1.39, - y: 22.48, - x: 91.83, - country: `Bangladesh`, - name: `Chittagong` - }), - new WorldCitiesItem( - { - capital: false, - population: 1.38, - y: 49.27, - x: -122.96, - country: `Canada`, - name: `Vancouver` - }), - new WorldCitiesItem( - { - capital: true, - population: 1.38, - y: 29.19, - x: 48, - country: `Kuwait`, - name: `Al Kuwayt` - }), - new WorldCitiesItem( - { - capital: false, - population: 1.38, - y: 43.07, - x: -87.99, - country: `US`, - name: `Milwaukee` - }), - new WorldCitiesItem( - { - capital: false, - population: 1.37, - y: 3.59, - x: 98.68, - country: `Indonesia`, - name: `Medan` - }), - new WorldCitiesItem( - { - capital: false, - population: 1.36, - y: 48.71, - x: 44.48, - country: `Russia`, - name: `Volgograd` - }), - new WorldCitiesItem( - { - capital: false, - population: 1.33, - y: 14.65, - x: 121.03, - country: `Philippines`, - name: `Quezon City` - }), - new WorldCitiesItem( - { - capital: true, - population: 1.32, - y: 50.11, - x: 14.46, - country: `Czechia`, - name: `Prague` - }), - new WorldCitiesItem( - { - capital: false, - population: 1.32, - y: 55.15, - x: 61.39, - country: `Russia`, - name: `Chelyabinsk` - }), - new WorldCitiesItem( - { - capital: true, - population: 1.31, - y: 18.5, - x: -69.91, - country: `Dominican Rp`, - name: `Santo Domingo` - }), - new WorldCitiesItem( - { - capital: true, - population: 1.31, - y: 40.21, - x: 44.53, - country: `Armenia`, - name: `Yerevan` - }), - new WorldCitiesItem( - { - capital: false, - population: 1.3, - y: 21.62, - x: 39.37, - country: `Saudi Arabia`, - name: `Jiddah` - }), - new WorldCitiesItem( - { - capital: true, - population: 1.3, - y: -6.82, - x: 39.25, - country: `Tanzania`, - name: `Dar es Salaam` - }), - new WorldCitiesItem( - { - capital: false, - population: 1.3, - y: 21.16, - x: 79.09, - country: `India`, - name: `Nagpur` - }), - new WorldCitiesItem( - { - capital: false, - population: 1.3, - y: 41.12, - x: 122.98, - country: `China`, - name: `Anshan` - }), - new WorldCitiesItem( - { - capital: true, - population: 1.29, - y: -1.17, - x: 36.83, - country: `Kenya`, - name: `Nairobi` - }), - new WorldCitiesItem( - { - capital: false, - population: 1.28, - y: 25.05, - x: 102.7, - country: `China`, - name: `Kunming` - }), - new WorldCitiesItem( - { - capital: false, - population: 1.27, - y: 36.15, - x: 120.43, - country: `China`, - name: `Qingdao` - }), - new WorldCitiesItem( - { - capital: false, - population: 1.27, - y: 30.25, - x: 120.17, - country: `China`, - name: `Hangzhou` - }), - new WorldCitiesItem( - { - capital: false, - population: 1.27, - y: 36.11, - x: 103.6, - country: `China`, - name: `Lanzhou` - }), - new WorldCitiesItem( - { - capital: false, - population: 1.27, - y: 38.99, - x: -94.63, - country: `US`, - name: `Kansas City` - }), - new WorldCitiesItem( - { - capital: false, - population: 1.27, - y: 39.47, - x: -0.37, - country: `Spain`, - name: `Valencia` - }), - new WorldCitiesItem( - { - capital: false, - population: 1.27, - y: 41.86, - x: 123.91, - country: `China`, - name: `Fushun` - }), - new WorldCitiesItem( - { - capital: false, - population: 1.27, - y: 45.75, - x: 4.86, - country: `France`, - name: `Lyon` - }), - new WorldCitiesItem( - { - capital: true, - population: 1.25, - y: 24.65, - x: 46.77, - country: `Saudi Arabia`, - name: `Ar Riyad` - }), - new WorldCitiesItem( - { - capital: false, - population: 1.25, - y: -2.2, - x: -79.91, - country: `Ecuador`, - name: `Guayaquil` - }), - new WorldCitiesItem( - { - capital: true, - population: 1.25, - y: 5.56, - x: -0.2, - country: `Ghana`, - name: `Accra` - }), - new WorldCitiesItem( - { - capital: true, - population: 1.25, - y: 31.95, - x: 35.93, - country: `Jordan`, - name: `Amman` - }), - new WorldCitiesItem( - { - capital: false, - population: 1.23, - y: 41.15, - x: -8.49, - country: `Portugal`, - name: `Porto` - }), - new WorldCitiesItem( - { - capital: false, - population: 1.23, - y: 43.3, - x: 5.38, - country: `France`, - name: `Marseille` - }), - new WorldCitiesItem( - { - capital: false, - population: 1.23, - y: 45.44, - x: -122.64, - country: `US`, - name: `Portland` - }), - new WorldCitiesItem( - { - capital: true, - population: 1.23, - y: 36.82, - x: 10.17, - country: `Tunisia`, - name: `Tunis` - }), - new WorldCitiesItem( - { - capital: false, - population: 1.22, - y: 36.22, - x: 37.16, - country: `Syria`, - name: `Aleppo` - }), - new WorldCitiesItem( - { - capital: true, - population: 1.21, - y: 42.71, - x: 23.33, - country: `Bulgaria`, - name: `Sofia` - }), - new WorldCitiesItem( - { - capital: false, - population: 1.2, - y: -1.61, - x: -48.32, - country: `Brazil`, - name: `Belem` - }), - new WorldCitiesItem( - { - capital: false, - population: 1.19, - y: 28.2, - x: 112.97, - country: `China`, - name: `Changsha` - }), - new WorldCitiesItem( - { - capital: false, - population: 1.19, - y: 29.96, - x: -90.1, - country: `US`, - name: `New Orleans` - }), - new WorldCitiesItem( - { - capital: false, - population: 1.19, - y: 38.08, - x: 114.56, - country: `China`, - name: `Shijiazhuang` - }), - new WorldCitiesItem( - { - capital: true, - population: 1.19, - y: 43.26, - x: 76.91, - country: `Kazakhstan`, - name: `Almaty` - }), - new WorldCitiesItem( - { - capital: false, - population: 1.19, - y: 46.57, - x: 30.68, - country: `Ukraine`, - name: `Odessa` - }), - new WorldCitiesItem( - { - capital: true, - population: 1.18, - y: 34.53, - x: 69.14, - country: `Afghanistan`, - name: `Kabul` - }), - new WorldCitiesItem( - { - capital: false, - population: 1.18, - y: 55.06, - x: 73.25, - country: `Russia`, - name: `Omsk` - }), - new WorldCitiesItem( - { - capital: false, - population: 1.17, - y: 34.76, - x: 113.64, - country: `China`, - name: `Zhengzhou` - }), - new WorldCitiesItem( - { - capital: false, - population: 1.17, - y: 43.85, - x: 126.57, - country: `China`, - name: `Jilin` - }), - new WorldCitiesItem( - { - capital: false, - population: 1.17, - y: 47.23, - x: 39.69, - country: `Russia`, - name: `Rostov-na-Donu` - }), - new WorldCitiesItem( - { - capital: false, - population: 1.16, - y: 58, - x: 56.23, - country: `Russia`, - name: `Perm'` - }), - new WorldCitiesItem( - { - capital: false, - population: 1.15, - y: -27.45, - x: 153.03, - country: `Australia`, - name: `Brisbane` - }), - new WorldCitiesItem( - { - capital: false, - population: 1.15, - y: 47.34, - x: 123.96, - country: `China`, - name: `Qiqihar` - }), - new WorldCitiesItem( - { - capital: false, - population: 1.14, - y: 11.01, - x: -74.68, - country: `Colombia`, - name: `Barranquilla` - }), - new WorldCitiesItem( - { - capital: false, - population: 1.14, - y: 7.38, - x: 3.9, - country: `Nigeria`, - name: `Ibadan` - }), - new WorldCitiesItem( - { - capital: true, - population: 1.14, - y: 53.34, - x: -6.26, - country: `Ireland`, - name: `Dublin` - }), - new WorldCitiesItem( - { - capital: false, - population: 1.14, - y: 55.73, - x: 49.15, - country: `Russia`, - name: `Kazan'` - }), - new WorldCitiesItem( - { - capital: false, - population: 1.12, - y: 40.65, - x: 109.98, - country: `China`, - name: `Baotou` - }), - new WorldCitiesItem( - { - capital: false, - population: 1.11, - y: 51.93, - x: 4.49, - country: `Netherlands`, - name: `Rotterdam` - }), - new WorldCitiesItem( - { - capital: false, - population: 1.1, - y: 31.41, - x: 73.08, - country: `Pakistan`, - name: `Faisalabad` - }), - new WorldCitiesItem( - { - capital: false, - population: 1.1, - y: 51.21, - x: 4.43, - country: `Belgium`, - name: `Antwerp` - }), - new WorldCitiesItem( - { - capital: false, - population: 1.1, - y: 54.82, - x: 56.1, - country: `Russia`, - name: `Ufa` - }), - new WorldCitiesItem( - { - capital: false, - population: 1.09, - y: 35.5, - x: 139.73, - country: `Japan`, - name: `Kawasaki` - }), - new WorldCitiesItem( - { - capital: false, - population: 1.07, - y: -31.32, - x: -64.18, - country: `Argentina`, - name: `Cordoba` - }), - new WorldCitiesItem( - { - capital: true, - population: 1.07, - y: -25.96, - x: 32.57, - country: `Mozambique`, - name: `Maputo` - }), - new WorldCitiesItem( - { - capital: false, - population: 1.06, - y: -23.95, - x: -46.31, - country: `Brazil`, - name: `Santos` - }), - new WorldCitiesItem( - { - capital: false, - population: 1.06, - y: 26.85, - x: 80.92, - country: `India`, - name: `Lucknow` - }), - new WorldCitiesItem( - { - capital: false, - population: 1.06, - y: 39.62, - x: 118.18, - country: `China`, - name: `Tangshan` - }), - new WorldCitiesItem( - { - capital: false, - population: 1.06, - y: 51.78, - x: 19.48, - country: `Poland`, - name: `Lodz` - }), - new WorldCitiesItem( - { - capital: true, - population: 1.05, - y: -0.23, - x: -78.52, - country: `Ecuador`, - name: `Quito` - }), - new WorldCitiesItem( - { - capital: false, - population: 1.05, - y: 19.05, - x: -98.19, - country: `Mexico`, - name: `Puebla de Zaragoza` - }), - new WorldCitiesItem( - { - capital: false, - population: 1.04, - y: 31.78, - x: -106.45, - country: `US`, - name: `El Paso` - }), - new WorldCitiesItem( - { - capital: false, - population: 1.04, - y: -32.94, - x: -60.66, - country: `Argentina`, - name: `Rosario` - }), - new WorldCitiesItem( - { - capital: false, - population: 1.04, - y: 43.78, - x: 87.59, - country: `China`, - name: `Urumqi` - }), - new WorldCitiesItem( - { - capital: false, - population: 1.03, - y: 4.14, - x: 9.71, - country: `Cameroon`, - name: `Douala` - }), - new WorldCitiesItem( - { - capital: false, - population: 1.03, - y: 28.67, - x: 115.89, - country: `China`, - name: `Nanchang` - }), - new WorldCitiesItem( - { - capital: false, - population: 1.02, - y: -7.03, - x: 110.44, - country: `Indonesia`, - name: `Semarang` - }), - new WorldCitiesItem( - { - capital: false, - population: 1.02, - y: 25.61, - x: 85.14, - country: `India`, - name: `Patna` - }), - new WorldCitiesItem( - { - capital: false, - population: 1.02, - y: 26.91, - x: 75.8, - country: `India`, - name: `Jaipur` - }), - new WorldCitiesItem( - { - capital: false, - population: 1.02, - y: 50.63, - x: 3.06, - country: `France`, - name: `Lille` - }), - new WorldCitiesItem( - { - capital: false, - population: 1.01, - y: 26.57, - x: 106.7, - country: `China`, - name: `Guiyang` - }), - new WorldCitiesItem( - { - capital: true, - population: 1, - y: 56.88, - x: 24.05, - country: `Latvia`, - name: `Riga` - }), - new WorldCitiesItem( - { - capital: false, - population: 0.99, - y: -31.98, - x: 115.92, - country: `Australia`, - name: `Perth` - }), - new WorldCitiesItem( - { - capital: true, - population: 0.99, - y: 32.75, - x: 13.21, - country: `Libya`, - name: `Tripoli` - }), - new WorldCitiesItem( - { - capital: false, - population: 0.99, - y: -16.73, - x: -49.25, - country: `Brazil`, - name: `Goiania` - }), - new WorldCitiesItem( - { - capital: true, - population: 0.99, - y: -16.5, - x: -68.15, - country: `Bolivia`, - name: `La Paz` - }), - new WorldCitiesItem( - { - capital: false, - population: 0.99, - y: 32.65, - x: 51.68, - country: `Iran`, - name: `Esfahan` - }), - new WorldCitiesItem( - { - capital: true, - population: 0.98, - y: 33.92, - x: -6.75, - country: `Morocco`, - name: `Rabat` - }), - new WorldCitiesItem( - { - capital: false, - population: 0.98, - y: -34.92, - x: 138.87, - country: `Australia`, - name: `Adelaide` - }), - new WorldCitiesItem( - { - capital: false, - population: 0.98, - y: 43.28, - x: -2.97, - country: `Spain`, - name: `Bilbao` - }), - new WorldCitiesItem( - { - capital: false, - population: 0.97, - y: 29.43, - x: -98.52, - country: `US`, - name: `San Antonio` - }), - new WorldCitiesItem( - { - capital: false, - population: 0.97, - y: 38.08, - x: 46.29, - country: `Iran`, - name: `Tabriz` - }), - new WorldCitiesItem( - { - capital: true, - population: 0.96, - y: -25.73, - x: 28.22, - country: `South Africa`, - name: `Pretoria` - }), - new WorldCitiesItem( - { - capital: false, - population: 0.96, - y: 9.91, - x: 78.12, - country: `India`, - name: `Madurai` - }), - new WorldCitiesItem( - { - capital: false, - population: 0.96, - y: 40.04, - x: -82.99, - country: `US`, - name: `Columbus` - }), - new WorldCitiesItem( - { - capital: false, - population: 0.94, - y: 37.37, - x: -5.97, - country: `Spain`, - name: `Sevilla` - }), - new WorldCitiesItem( - { - capital: false, - population: 0.93, - y: 25.28, - x: 82.96, - country: `India`, - name: `Benares` - }), - new WorldCitiesItem( - { - capital: true, - population: 0.92, - y: 15.55, - x: 32.53, - country: `Sudan`, - name: `Khartoum` - }), - new WorldCitiesItem( - { - capital: true, - population: 0.92, - y: 13.7, - x: -89.2, - country: `El Salvador`, - name: `San Salvador` - }), - new WorldCitiesItem( - { - capital: false, - population: 0.91, - y: 54.37, - x: 18.62, - country: `Poland`, - name: `Gdansk` - }), - new WorldCitiesItem( - { - capital: true, - population: 0.9, - y: 60.2, - x: 24.98, - country: `Finland`, - name: `Helsinki` - }), - new WorldCitiesItem( - { - capital: true, - population: 0.89, - y: -17.83, - x: 31.02, - country: `Zimbabwe`, - name: `Harare` - }), - new WorldCitiesItem( - { - capital: false, - population: 0.89, - y: 10.65, - x: -71.64, - country: `Venezuela`, - name: `Maracaibo` - }), - new WorldCitiesItem( - { - capital: false, - population: 0.89, - y: 26.07, - x: 119.3, - country: `China`, - name: `Fuzhou` - }), - new WorldCitiesItem( - { - capital: true, - population: 0.88, - y: 18.53, - x: -72.34, - country: `Haiti`, - name: `Port-au-Prince` - }), - new WorldCitiesItem( - { - capital: false, - population: 0.87, - y: 38.57, - x: -121.42, - country: `US`, - name: `Sacramento` - }), - new WorldCitiesItem( - { - capital: false, - population: 0.85, - y: 29.63, - x: 52.57, - country: `Iran`, - name: `Shiraz` - }), - new WorldCitiesItem( - { - capital: false, - population: 0.85, - y: -36.89, - x: 174.8, - country: `New Zealand`, - name: `Auckland` - }), - new WorldCitiesItem( - { - capital: false, - population: 0.85, - y: 35.11, - x: -90, - country: `US`, - name: `Memphis` - }), - new WorldCitiesItem( - { - capital: false, - population: 0.84, - y: 33.61, - x: 73.04, - country: `Pakistan`, - name: `Rawalpindi` - }), - new WorldCitiesItem( - { - capital: false, - population: 0.83, - y: 36.79, - x: 118.06, - country: `China`, - name: `Zibo` - }), - new WorldCitiesItem( - { - capital: false, - population: 0.83, - y: 50.06, - x: 19.95, - country: `Poland`, - name: `Krakow` - }), - new WorldCitiesItem( - { - capital: false, - population: 0.82, - y: 43.21, - x: -77.64, - country: `US`, - name: `Rochester` - }), - new WorldCitiesItem( - { - capital: true, - population: 0.82, - y: 45.37, - x: -75.65, - country: `Canada`, - name: `Ottawa` - }), - new WorldCitiesItem( - { - capital: false, - population: 0.81, - y: 44.46, - x: 8.92, - country: `Italy`, - name: `Genova` - }), - new WorldCitiesItem( - { - capital: false, - population: 0.81, - y: -3.12, - x: -60.01, - country: `Brazil`, - name: `Manaus` - }), - new WorldCitiesItem( - { - capital: true, - population: 0.8, - y: 9.52, - x: -12.8, - country: `Guinea`, - name: `Conakry` - }), - new WorldCitiesItem( - { - capital: false, - population: 0.8, - y: 25.38, - x: 68.37, - country: `Pakistan`, - name: `Hyderabad` - }), - new WorldCitiesItem( - { - capital: false, - population: 0.8, - y: 36.88, - x: -76.27, - country: `US`, - name: `Norfolk` - }), - new WorldCitiesItem( - { - capital: false, - population: 0.8, - y: 53.08, - x: 8.86, - country: `Germany`, - name: `Bremen` - }), - new WorldCitiesItem( - { - capital: false, - population: 0.79, - y: 53.57, - x: -113.27, - country: `Canada`, - name: `Edmonton` - }), - new WorldCitiesItem( - { - capital: false, - population: 0.79, - y: -3, - x: 104.83, - country: `Indonesia`, - name: `Palembang` - }), - new WorldCitiesItem( - { - capital: false, - population: 0.79, - y: 49.84, - x: 24.03, - country: `Ukraine`, - name: `Lvov` - }), - new WorldCitiesItem( - { - capital: false, - population: 0.78, - y: 22.38, - x: 114.23, - country: `UK`, - name: `Kowloon` - }), - new WorldCitiesItem( - { - capital: false, - population: 0.78, - y: 37, - x: 35.32, - country: `Turkey`, - name: `Adana` - }), - new WorldCitiesItem( - { - capital: false, - population: 0.77, - y: 51.9, - x: 4.3, - country: `Netherlands`, - name: `The Hague` - }), - new WorldCitiesItem( - { - capital: true, - population: 0.77, - y: 18.02, - x: -76.8, - country: `Jamaica`, - name: `Kingston` - }), - new WorldCitiesItem( - { - capital: false, - population: 0.76, - y: 21.32, - x: -157.81, - country: `US`, - name: `Honolulu` - }), - new WorldCitiesItem( - { - capital: false, - population: 0.75, - y: 50.62, - x: 5.57, - country: `Belgium`, - name: `Liege` - }), - new WorldCitiesItem( - { - capital: false, - population: 0.74, - y: 34.67, - x: 112.36, - country: `China`, - name: `Luoyang` - }), - new WorldCitiesItem( - { - capital: false, - population: 0.74, - y: 35.49, - x: -97.53, - country: `US`, - name: `Oklahoma City` - }), - new WorldCitiesItem( - { - capital: false, - population: 0.72, - y: 38.13, - x: 13.4, - country: `Italy`, - name: `Palermo` - }), - new WorldCitiesItem( - { - capital: true, - population: 0.72, - y: 59.93, - x: 10.72, - country: `Norway`, - name: `Oslo` - }), - new WorldCitiesItem( - { - capital: false, - population: 0.71, - y: 40.63, - x: 22.8, - country: `Greece`, - name: `ThessaXiki` - }), - new WorldCitiesItem( - { - capital: false, - population: 0.71, - y: 57.75, - x: 12, - country: `Sweden`, - name: `Goteborg` - }), - new WorldCitiesItem( - { - capital: false, - population: 0.71, - y: -5.19, - x: 119.72, - country: `Indonesia`, - name: `Vjuag Padang` - }), - new WorldCitiesItem( - { - capital: false, - population: 0.71, - y: 24.14, - x: 120.67, - country: `Taiwan`, - name: `T\`ai-chung` - }), - new WorldCitiesItem( - { - capital: false, - population: 0.71, - y: 53.37, - x: -1.46, - country: `UK`, - name: `Sheffield` - }), - new WorldCitiesItem( - { - capital: true, - population: 0.7, - y: -25.22, - x: -57.67, - country: `Paraguay`, - name: `Asuncion` - }), - new WorldCitiesItem( - { - capital: true, - population: 0.7, - y: 45.81, - x: 15.96, - country: `Croatia`, - name: `Zagreb` - }), - new WorldCitiesItem( - { - capital: true, - population: 0.7, - y: 11.56, - x: 104.91, - country: `Cambodia`, - name: `Phnom Penh` - }), - new WorldCitiesItem( - { - capital: false, - population: 0.7, - y: 51.35, - x: 12.4, - country: `Germany`, - name: `Leipzig` - }), - new WorldCitiesItem( - { - capital: false, - population: 0.69, - y: 9.99, - x: 76.52, - country: `India`, - name: `Cochin` - }), - new WorldCitiesItem( - { - capital: false, - population: 0.69, - y: -33.88, - x: 25.48, - country: `South Africa`, - name: `Port Elizabeth` - }), - new WorldCitiesItem( - { - capital: false, - population: 0.69, - y: 54.59, - x: -5.91, - country: `UK`, - name: `Belfast` - }), - new WorldCitiesItem( - { - capital: false, - population: 0.68, - y: -32.9, - x: -71.3, - country: `Chile`, - name: `Valparaiso` - }), - new WorldCitiesItem( - { - capital: false, - population: 0.68, - y: -36.88, - x: -72.85, - country: `Chile`, - name: `Concepcion` - }), - new WorldCitiesItem( - { - capital: true, - population: 0.68, - y: 12.15, - x: -86.27, - country: `Nicaragua`, - name: `Managua` - }), - new WorldCitiesItem( - { - capital: false, - population: 0.68, - y: 40.69, - x: -111.89, - country: `US`, - name: `Salt Lake City` - }), - new WorldCitiesItem( - { - capital: true, - population: 0.67, - y: 47, - x: 28.83, - country: `Moldova`, - name: `Kishinev` - }), - new WorldCitiesItem( - { - capital: true, - population: 0.67, - y: 9.93, - x: -84.08, - country: `Costa Rica`, - name: `San Jose` - }), - new WorldCitiesItem( - { - capital: false, - population: 0.67, - y: 51.03, - x: -114.05, - country: `Canada`, - name: `Calgary` - }), - new WorldCitiesItem( - { - capital: false, - population: 0.67, - y: 51.05, - x: 13.71, - country: `Germany`, - name: `Dresden` - }), - new WorldCitiesItem( - { - capital: false, - population: 0.66, - y: 23.17, - x: 120.23, - country: `Taiwan`, - name: `T\`ai-nan` - }), - new WorldCitiesItem( - { - capital: true, - population: 0.66, - y: -18.87, - x: 47.5, - country: `Madagascar`, - name: `Antananarivo` - }), - new WorldCitiesItem( - { - capital: false, - population: 0.65, - y: 43.13, - x: 131.96, - country: `Russia`, - name: `Vladivostok` - }), - new WorldCitiesItem( - { - capital: false, - population: 0.65, - y: -32.9, - x: -68.83, - country: `Argentina`, - name: `Mendoza` - }), - new WorldCitiesItem( - { - capital: true, - population: 0.65, - y: 3.87, - x: 11.51, - country: `Cameroon`, - name: `Yaounde` - }), - new WorldCitiesItem( - { - capital: true, - population: 0.65, - y: 12.65, - x: -7.99, - country: `Mali`, - name: `Bamako` - }), - new WorldCitiesItem( - { - capital: false, - population: 0.65, - y: 22.84, - x: 89.56, - country: `Bangladesh`, - name: `Khulna` - }), - new WorldCitiesItem( - { - capital: false, - population: 0.64, - y: 30.33, - x: -81.66, - country: `US`, - name: `Jacksonville` - }), - new WorldCitiesItem( - { - capital: false, - population: 0.64, - y: 43.78, - x: 11.21, - country: `Italy`, - name: `Firenze` - }), - new WorldCitiesItem( - { - capital: false, - population: 0.64, - y: 44.84, - x: -0.6, - country: `France`, - name: `Bordeaux` - }), - new WorldCitiesItem( - { - capital: false, - population: 0.64, - y: 51.12, - x: 17.04, - country: `Poland`, - name: `Wroclaw` - }), - new WorldCitiesItem( - { - capital: false, - population: 0.63, - y: 37.31, - x: -121.85, - country: `US`, - name: `San Jose` - }), - new WorldCitiesItem( - { - capital: true, - population: 0.63, - y: 8.95, - x: -79.4, - country: `Panama`, - name: `Panama` - }), - new WorldCitiesItem( - { - capital: false, - population: 0.63, - y: 35.75, - x: -0.52, - country: `Algeria`, - name: `Oran` - }), - new WorldCitiesItem( - { - capital: false, - population: 0.63, - y: 51.5, - x: -3.15, - country: `UK`, - name: `Cardiff` - }), - new WorldCitiesItem( - { - capital: false, - population: 0.63, - y: 55.88, - x: -3.3, - country: `UK`, - name: `Edinburgh` - }), - new WorldCitiesItem( - { - capital: false, - population: 0.63, - y: 49.92, - x: -97.12, - country: `Canada`, - name: `Winnipeg` - }), - new WorldCitiesItem( - { - capital: false, - population: 0.63, - y: 52.32, - x: 104.25, - country: `Russia`, - name: `Irkutsk` - }), - new WorldCitiesItem( - { - capital: true, - population: 0.62, - y: 42.88, - x: 74.77, - country: `Kyrgyzstan`, - name: `Frunze` - }), - new WorldCitiesItem( - { - capital: false, - population: 0.62, - y: 10.18, - x: -68, - country: `Venezuela`, - name: `Valencia` - }), - new WorldCitiesItem( - { - capital: false, - population: 0.62, - y: 30.5, - x: 47.76, - country: `Iraq`, - name: `Al Basra` - }), - new WorldCitiesItem( - { - capital: false, - population: 0.61, - y: 49.88, - x: 73.2, - country: `Kazakhstan`, - name: `Karaganda` - }), - new WorldCitiesItem( - { - capital: false, - population: 0.6, - y: 48.53, - x: 135.07, - country: `Russia`, - name: `Khabarovsk` - }), - new WorldCitiesItem( - { - capital: false, - population: 0.6, - y: 17.75, - x: 83.33, - country: `India`, - name: `Vishakhapatnam` - }), - new WorldCitiesItem( - { - capital: false, - population: 0.6, - y: -2.5, - x: -44.43, - country: `Brazil`, - name: `Sao Luis` - }), - new WorldCitiesItem( - { - capital: false, - population: 0.6, - y: 53.7, - x: 87.17, - country: `Russia`, - name: `Novokuznetsk` - }), - new WorldCitiesItem( - { - capital: true, - population: 0.6, - y: 2.04, - x: 45.34, - country: `Somalia`, - name: `Muqdisho` - }), - new WorldCitiesItem( - { - capital: false, - population: 0.6, - y: 46.8, - x: -71.24, - country: `Canada`, - name: `Quebec` - }), - new WorldCitiesItem( - { - capital: false, - population: 0.59, - y: 28, - x: -82.59, - country: `US`, - name: `Tampa` - }), - new WorldCitiesItem( - { - capital: true, - population: 0.59, - y: 38.63, - x: 68.9, - country: `Tajikistan`, - name: `Dushanfe` - }), - new WorldCitiesItem( - { - capital: true, - population: 0.59, - y: -4.29, - x: 15.29, - country: `Congo`, - name: `Brazzaville` - }), - new WorldCitiesItem( - { - capital: false, - population: 0.59, - y: 31.63, - x: 74.87, - country: `India`, - name: `Amritsar` - }), - new WorldCitiesItem( - { - capital: true, - population: 0.58, - y: 54.69, - x: 25.28, - country: `Lithuania`, - name: `Vilnius` - }), - new WorldCitiesItem( - { - capital: false, - population: 0.57, - y: 36.34, - x: 43.14, - country: `Iraq`, - name: `Mosul` - }), - new WorldCitiesItem( - { - capital: false, - population: 0.57, - y: 41.65, - x: -0.88, - country: `Spain`, - name: `Zaragoza` - }), - new WorldCitiesItem( - { - capital: false, - population: 0.57, - y: 50.73, - x: 7.1, - country: `Germany`, - name: `Bonn` - }), - new WorldCitiesItem( - { - capital: false, - population: 0.57, - y: 51.51, - x: 7.47, - country: `Germany`, - name: `Dortmund` - }), - new WorldCitiesItem( - { - capital: true, - population: 0.55, - y: 14.1, - x: -87.2, - country: `Honduras`, - name: `Tegucigalpa` - }), - new WorldCitiesItem( - { - capital: false, - population: 0.55, - y: 21.43, - x: 39.81, - country: `Saudi Arabia`, - name: `Mecca` - }), - new WorldCitiesItem( - { - capital: true, - population: 0.55, - y: 47.93, - x: 106.91, - country: `Mongolia`, - name: `Ulaanbaatar` - }), - new WorldCitiesItem( - { - capital: true, - population: 0.54, - y: -15.43, - x: 28.17, - country: `Zambia`, - name: `Lusaka` - }), - new WorldCitiesItem( - { - capital: false, - population: 0.54, - y: -11.68, - x: 27.55, - country: `Zaire`, - name: `Lumumbashi` - }), - new WorldCitiesItem( - { - capital: false, - population: 0.54, - y: 11.92, - x: 8.52, - country: `Nigeria`, - name: `Kano` - }), - new WorldCitiesItem( - { - capital: false, - population: 0.54, - y: 31.15, - x: -8, - country: `Morocco`, - name: `Marrakech` - }), - new WorldCitiesItem( - { - capital: false, - population: 0.54, - y: 34.04, - x: -5, - country: `Morocco`, - name: `Fes` - }), - new WorldCitiesItem( - { - capital: false, - population: 0.54, - y: 43.6, - x: 1.44, - country: `France`, - name: `Toulouse` - }), - new WorldCitiesItem( - { - capital: false, - population: 0.53, - y: 15.62, - x: 32.48, - country: `Sudan`, - name: `Omdurman` - }), - new WorldCitiesItem( - { - capital: true, - population: 0.53, - y: 8.38, - x: -12.91, - country: `Sierra Leone`, - name: `Freetown` - }), - new WorldCitiesItem( - { - capital: false, - population: 0.53, - y: 21.98, - x: 96.08, - country: `Burma`, - name: `Mandalay` - }), - new WorldCitiesItem( - { - capital: false, - population: 0.52, - y: 51.49, - x: 6.78, - country: `Germany`, - name: `Duisburg` - }), - new WorldCitiesItem( - { - capital: false, - population: 0.51, - y: 46.25, - x: 48, - country: `Russia`, - name: `Astrakhan` - }), - new WorldCitiesItem( - { - capital: false, - population: 0.51, - y: -5.78, - x: -35.25, - country: `Brazil`, - name: `Natal` - }), - new WorldCitiesItem( - { - capital: false, - population: 0.5, - y: 10.07, - x: -69.34, - country: `Venezuela`, - name: `Barquisimeto` - }), - new WorldCitiesItem( - { - capital: false, - population: 0.49, - y: 5.35, - x: 100.55, - country: `Malaysia`, - name: `George Town` - }), - new WorldCitiesItem( - { - capital: false, - population: 0.49, - y: 31.77, - x: 35.23, - country: `Israel`, - name: `Jerusalem` - }), - new WorldCitiesItem( - { - capital: true, - population: 0.48, - y: 59.28, - x: 24.75, - country: `Estonia`, - name: `Tallinn` - }), - new WorldCitiesItem( - { - capital: false, - population: 0.48, - y: 35.21, - x: -80.84, - country: `US`, - name: `Charlotte` - }), - new WorldCitiesItem( - { - capital: true, - population: 0.47, - y: 6.52, - x: -10.77, - country: `Liberia`, - name: `Monrovia` - }), - new WorldCitiesItem( - { - capital: true, - population: 0.47, - y: 4.37, - x: 18.56, - country: `Cent Af Rep`, - name: `Bangui` - }), - new WorldCitiesItem( - { - capital: false, - population: 0.47, - y: 47.22, - x: -1.56, - country: `France`, - name: `Nantes` - }), - new WorldCitiesItem( - { - capital: false, - population: 0.47, - y: 51.05, - x: 3.74, - country: `Belgium`, - name: `Gent` - }), - new WorldCitiesItem( - { - capital: false, - population: 0.47, - y: 68.96, - x: 33.09, - country: `Russia`, - name: `Murmansk` - }), - new WorldCitiesItem( - { - capital: true, - population: 0.46, - y: 0.32, - x: 32.58, - country: `Uganda`, - name: `Kampala` - }), - new WorldCitiesItem( - { - capital: true, - population: 0.45, - y: 42, - x: 21.53, - country: `Macedonia`, - name: `Skopje` - }), - new WorldCitiesItem( - { - capital: false, - population: 0.45, - y: 32.88, - x: 129.86, - country: `Japan`, - name: `Nagasaki` - }), - new WorldCitiesItem( - { - capital: false, - population: 0.45, - y: -16.4, - x: -71.52, - country: `Peru`, - name: `Arequipa` - }), - new WorldCitiesItem( - { - capital: false, - population: 0.45, - y: 49.2, - x: 16.62, - country: `Czechia`, - name: `Brno` - }), - new WorldCitiesItem( - { - capital: true, - population: 0.44, - y: 12.48, - x: -1.67, - country: `Burkina Faso`, - name: `Ouagadouou` - }), - new WorldCitiesItem( - { - capital: false, - population: 0.44, - y: -4.02, - x: 39.67, - country: `Kenya`, - name: `Mombasa` - }), - new WorldCitiesItem( - { - capital: false, - population: 0.44, - y: 32.04, - x: 20.31, - country: `Libya`, - name: `Banghazi` - }), - new WorldCitiesItem( - { - capital: false, - population: 0.44, - y: -17.79, - x: -63.2, - country: `Bolivia`, - name: `Santa Cruz de La Sierra` - }), - new WorldCitiesItem( - { - capital: true, - population: 0.43, - y: 48.27, - x: 17.27, - country: `Slovakia`, - name: `Bratislava` - }), - new WorldCitiesItem( - { - capital: true, - population: 0.43, - y: 15.36, - x: 44.21, - country: `Yemen`, - name: `Sanaa` - }), - new WorldCitiesItem( - { - capital: false, - population: 0.43, - y: 22.24, - x: -97.84, - country: `Mexico`, - name: `Tampico` - }), - new WorldCitiesItem( - { - capital: false, - population: 0.43, - y: 34.73, - x: 36.72, - country: `Syria`, - name: `Homs` - }), - new WorldCitiesItem( - { - capital: false, - population: 0.42, - y: 45.42, - x: 12.37, - country: `Italy`, - name: `Venezia` - }), - new WorldCitiesItem( - { - capital: false, - population: 0.42, - y: 64.52, - x: 40.65, - country: `Russia`, - name: `Arkhangelsk` - }), - new WorldCitiesItem( - { - capital: false, - population: 0.41, - y: -20.2, - x: 28.71, - country: `Zimbabwe`, - name: `Bulawayo` - }), - new WorldCitiesItem( - { - capital: false, - population: 0.41, - y: -33, - x: 151.91, - country: `Australia`, - name: `Newcastle` - }), - new WorldCitiesItem( - { - capital: false, - population: 0.41, - y: 7.08, - x: 125.61, - country: `Philippines`, - name: `Davao` - }), - new WorldCitiesItem( - { - capital: true, - population: 0.4, - y: 6.28, - x: 1.35, - country: `Togo`, - name: `Lome` - }), - new WorldCitiesItem( - { - capital: true, - population: 0.4, - y: 13.6, - x: 2.08, - country: `Niger`, - name: `Niamey` - }), - new WorldCitiesItem( - { - capital: false, - population: 0.4, - y: 20.82, - x: -89.55, - country: `Mexico`, - name: `Merida` - }), - new WorldCitiesItem( - { - capital: true, - population: 0.4, - y: 37.95, - x: 58.39, - country: `Turkmenistan`, - name: `Ashkhabad` - }), - new WorldCitiesItem( - { - capital: false, - population: 0.4, - y: 48.58, - x: 7.77, - country: `France`, - name: `Strasbourg` - }), - new WorldCitiesItem( - { - capital: false, - population: 0.39, - y: 19.01, - x: -96.08, - country: `Mexico`, - name: `Veracruz` - }), - new WorldCitiesItem( - { - capital: false, - population: 0.39, - y: 28.56, - x: -105.97, - country: `Mexico`, - name: `Chihuaha` - }), - new WorldCitiesItem( - { - capital: false, - population: 0.39, - y: 20.86, - x: 106.68, - country: `Vietnam`, - name: `Haiphong` - }), - new WorldCitiesItem( - { - capital: true, - population: 0.38, - y: 18, - x: 102.68, - country: `Laos`, - name: `Vientiane` - }), - new WorldCitiesItem( - { - capital: true, - population: 0.37, - y: 10.64, - x: -61.49, - country: `Trinidad`, - name: `Port of Spain` - }), - new WorldCitiesItem( - { - capital: false, - population: 0.37, - y: 39.66, - x: 66.95, - country: `Uzbekistan`, - name: `Samarkand` - }), - new WorldCitiesItem( - { - capital: true, - population: 0.35, - y: -41.21, - x: 175.14, - country: `New Zealand`, - name: `Wellington` - }), - new WorldCitiesItem( - { - capital: false, - population: 0.35, - y: -7.93, - x: -79, - country: `Peru`, - name: `Trujillo` - }), - new WorldCitiesItem( - { - capital: true, - population: 0.34, - y: 43.87, - x: 18.43, - country: `Bosnia`, - name: `Sarajevo` - }), - new WorldCitiesItem( - { - capital: false, - population: 0.34, - y: 48.3, - x: 14.29, - country: `Austria`, - name: `Linz` - }), - new WorldCitiesItem( - { - capital: false, - population: 0.33, - y: 40.72, - x: -74.2, - country: `US`, - name: `Newark` - }), - new WorldCitiesItem( - { - capital: false, - population: 0.33, - y: 29.96, - x: 32.56, - country: `Egypt`, - name: `Suez` - }), - new WorldCitiesItem( - { - capital: false, - population: 0.33, - y: 47.06, - x: 15.43, - country: `Austria`, - name: `Graz` - }), - new WorldCitiesItem( - { - capital: false, - population: 0.32, - y: 12.86, - x: 45.18, - country: `Yemen`, - name: `Aden` - }), - new WorldCitiesItem( - { - capital: false, - population: 0.32, - y: -33.03, - x: 27.9, - country: `South Africa`, - name: `East Xdon` - }), - new WorldCitiesItem( - { - capital: false, - population: 0.32, - y: -43.55, - x: 172.68, - country: `New Zealand`, - name: `Christchurch` - }), - new WorldCitiesItem( - { - capital: true, - population: 0.32, - y: 27.71, - x: 85.31, - country: `Nepal`, - name: `Kathmandu` - }), - new WorldCitiesItem( - { - capital: false, - population: 0.31, - y: 12.95, - x: 75.16, - country: `India`, - name: `Mangalore` - }), - new WorldCitiesItem( - { - capital: false, - population: 0.31, - y: 34.75, - x: 10.76, - country: `Tunisia`, - name: `Sfax` - }), - new WorldCitiesItem( - { - capital: true, - population: 0.31, - y: 25.2, - x: 51.5, - country: `Qatar`, - name: `Doha` - }), - new WorldCitiesItem( - { - capital: false, - population: 0.3, - y: -0.92, - x: 100.48, - country: `Indonesia`, - name: `Padang` - }), - new WorldCitiesItem( - { - capital: false, - population: 0.3, - y: 44.63, - x: -63.58, - country: `Canada`, - name: `Halifax` - }), - new WorldCitiesItem( - { - capital: false, - population: 0.3, - y: 16.97, - x: -99.93, - country: `Mexico`, - name: `ACapulco` - }), - new WorldCitiesItem( - { - capital: true, - population: 0.3, - y: 12.1, - x: 15.24, - country: `Chad`, - name: `N'Djamena` - }), - new WorldCitiesItem( - { - capital: false, - population: 0.3, - y: 39.23, - x: 9.11, - country: `Italy`, - name: `Cagliari` - }), - new WorldCitiesItem( - { - capital: true, - population: 0.3, - y: 46.95, - x: 7.45, - country: `Switzerland`, - name: `Bern` - }), - new WorldCitiesItem( - { - capital: false, - population: 0.29, - y: -19.77, - x: 35.02, - country: `Mozambique`, - name: `Beira` - }), - new WorldCitiesItem( - { - capital: false, - population: 0.29, - y: -4.64, - x: 12.06, - country: `Congo`, - name: `Pointe Noire` - }), - new WorldCitiesItem( - { - capital: false, - population: 0.29, - y: 40.75, - x: 140.67, - country: `Japan`, - name: `Aomori` - }), - new WorldCitiesItem( - { - capital: false, - population: 0.29, - y: 24.43, - x: 39.7, - country: `Saudi Arabia`, - name: `Al Madinah` - }), - new WorldCitiesItem( - { - capital: false, - population: 0.29, - y: -31.62, - x: -60.7, - country: `Argentina`, - name: `Santa Fe` - }), - new WorldCitiesItem( - { - capital: false, - population: 0.29, - y: -5.89, - x: 22.4, - country: `Zaire`, - name: `Kananga` - }), - new WorldCitiesItem( - { - capital: true, - population: 0.28, - y: 18.03, - x: -15.78, - country: `Mauritania`, - name: `Nouakchott` - }), - new WorldCitiesItem( - { - capital: true, - population: 0.28, - y: 15.33, - x: 38.97, - country: `Eritrea`, - name: `Asmara` - }), - new WorldCitiesItem( - { - capital: false, - population: 0.28, - y: 29.6, - x: 60.83, - country: `Iran`, - name: `Zahedan` - }), - new WorldCitiesItem( - { - capital: false, - population: 0.28, - y: -6.62, - x: -79.83, - country: `Peru`, - name: `Chiclayo` - }), - new WorldCitiesItem( - { - capital: false, - population: 0.28, - y: -15.55, - x: -56.05, - country: `Brazil`, - name: `Cuiaba` - }), - new WorldCitiesItem( - { - capital: false, - population: 0.28, - y: 0.52, - x: 25.2, - country: `Zaire`, - name: `Kisangani` - }), - new WorldCitiesItem( - { - capital: false, - population: 0.27, - y: 53.2, - x: 158.72, - country: `Russia`, - name: `Petropavloski-Kamchatskiy` - }), - new WorldCitiesItem( - { - capital: true, - population: 0.27, - y: -3.27, - x: 29.53, - country: `Burundi`, - name: `Bujumbura` - }), - new WorldCitiesItem( - { - capital: true, - population: 0.27, - y: -35.35, - x: 149.04, - country: `Australia`, - name: `Canberra` - }), - new WorldCitiesItem( - { - capital: true, - population: 0.27, - y: 28.57, - x: 77.22, - country: `India`, - name: `New Delhi` - }), - new WorldCitiesItem( - { - capital: false, - population: 0.26, - y: 49.32, - x: 0.22, - country: `France`, - name: `Le Havre` - }), - new WorldCitiesItem( - { - capital: false, - population: 0.26, - y: 48.65, - x: -123.57, - country: `Canada`, - name: `Victoria` - }), - new WorldCitiesItem( - { - capital: false, - population: 0.26, - y: 11.88, - x: 13.26, - country: `Niger`, - name: `Maiduguri` - }), - new WorldCitiesItem( - { - capital: false, - population: 0.26, - y: -12.04, - x: -76.84, - country: `Peru`, - name: `Callao` - }), - new WorldCitiesItem( - { - capital: false, - population: 0.25, - y: -7.33, - x: 19, - country: `Zaire`, - name: `Kahemba` - }), - new WorldCitiesItem( - { - capital: false, - population: 0.25, - y: 6.45, - x: 7.49, - country: `Nigeria`, - name: `Enugu` - }), - new WorldCitiesItem( - { - capital: false, - population: 0.25, - y: 39.9, - x: 41.29, - country: `Turkey`, - name: `Erzurum` - }), - new WorldCitiesItem( - { - capital: true, - population: 0.24, - y: 24.24, - x: 54.62, - country: `UAE`, - name: `Abu Zaby` - }), - new WorldCitiesItem( - { - capital: true, - population: 0.24, - y: 5.93, - x: -55.23, - country: `SuriName`, - name: `Paramaribo` - }), - new WorldCitiesItem( - { - capital: true, - population: 0.24, - y: -0.5, - x: 9.49, - country: `Gabon`, - name: `Libreville` - }), - new WorldCitiesItem( - { - capital: false, - population: 0.24, - y: 60.35, - x: 5.49, - country: `Norway`, - name: `Bergen` - }), - new WorldCitiesItem( - { - capital: false, - population: 0.24, - y: 41.32, - x: 36.37, - country: `Turkey`, - name: `Samsun` - }), - new WorldCitiesItem( - { - capital: false, - population: 0.24, - y: 45.7, - x: 13.93, - country: `Italy`, - name: `Trieste` - }), - new WorldCitiesItem( - { - capital: true, - population: 0.23, - y: -13.92, - x: 33.82, - country: `Malawi`, - name: `LiXgwe` - }), - new WorldCitiesItem( - { - capital: false, - population: 0.23, - y: 31.97, - x: 54.45, - country: `Iran`, - name: `Yazd` - }), - new WorldCitiesItem( - { - capital: false, - population: 0.23, - y: -29.15, - x: 26.26, - country: `South Africa`, - name: `Bloemfontein` - }), - new WorldCitiesItem( - { - capital: false, - population: 0.23, - y: -2.46, - x: -54.61, - country: `Brazil`, - name: `Santarem` - }), - new WorldCitiesItem( - { - capital: true, - population: 0.23, - y: 46.07, - x: 14.64, - country: `Slovenia`, - name: `Ljubljana` - }), - new WorldCitiesItem( - { - capital: false, - population: 0.22, - y: 1.42, - x: 124.88, - country: `Indonesia`, - name: `Manado` - }), - new WorldCitiesItem( - { - capital: false, - population: 0.22, - y: -8.93, - x: -78.45, - country: `Peru`, - name: `Chimbote` - }), - new WorldCitiesItem( - { - capital: false, - population: 0.22, - y: -27.4, - x: -58.9, - country: `Argentina`, - name: `Resistencia` - }), - new WorldCitiesItem( - { - capital: false, - population: 0.22, - y: 47.8, - x: 13.09, - country: `Austria`, - name: `Salzburg` - }), - new WorldCitiesItem( - { - capital: false, - population: 0.22, - y: -38.73, - x: -62.27, - country: `Argentina`, - name: `Bahia Blanca` - }), - new WorldCitiesItem( - { - capital: false, - population: 0.21, - y: -1.21, - x: 116.86, - country: `Indonesia`, - name: `Balikpapan` - }), - new WorldCitiesItem( - { - capital: false, - population: 0.21, - y: 19.62, - x: 37.22, - country: `Sudan`, - name: `Bur Sudan` - }), - new WorldCitiesItem( - { - capital: true, - population: 0.21, - y: 41.33, - x: 19.83, - country: `Albania`, - name: `Tirane` - }), - new WorldCitiesItem( - { - capital: false, - population: 0.2, - y: 7.58, - x: -72.01, - country: `Venezuela`, - name: `San Cristobal` - }), - new WorldCitiesItem( - { - capital: false, - population: 0.2, - y: 34.34, - x: 36.01, - country: `Lebanon`, - name: `Tripoli` - }), - new WorldCitiesItem( - { - capital: false, - population: 0.2, - y: 31.6, - x: 65.5, - country: `Afghanistan`, - name: `Qandahar` - }), - new WorldCitiesItem( - { - capital: false, - population: 0.2, - y: 23.36, - x: -106.27, - country: `Mexico`, - name: `Mazatlan` - }), - new WorldCitiesItem( - { - capital: false, - population: 0.2, - y: -12.73, - x: 15.78, - country: `Angola`, - name: `Huambo` - }), - new WorldCitiesItem( - { - capital: false, - population: 0.2, - y: -8.75, - x: -63.9, - country: `Brazil`, - name: `Porto Velho` - }), - new WorldCitiesItem( - { - capital: false, - population: 0.2, - y: 52.11, - x: -106.63, - country: `Canada`, - name: `Saskatoon` - }), - new WorldCitiesItem( - { - capital: true, - population: 0.2, - y: 33.72, - x: 73.06, - country: `Pakistan`, - name: `Islamabad` - }), - new WorldCitiesItem( - { - capital: true, - population: 0.19, - y: 6.77, - x: -58.17, - country: `Guyana`, - name: `Georgetown` - }), - new WorldCitiesItem( - { - capital: false, - population: 0.19, - y: 24.08, - x: 32.95, - country: `Egypt`, - name: `Aswan` - }), - new WorldCitiesItem( - { - capital: false, - population: 0.19, - y: 62.01, - x: 129.83, - country: `Russia`, - name: `Yakutsk` - }), - new WorldCitiesItem( - { - capital: false, - population: 0.19, - y: 50.41, - x: -104.65, - country: `Canada`, - name: `Regina` - }), - new WorldCitiesItem( - { - capital: false, - population: 0.18, - y: 61.19, - x: -149.17, - country: `US`, - name: `Anchorage` - }), - new WorldCitiesItem( - { - capital: false, - population: 0.18, - y: -23.83, - x: -70.23, - country: `Chile`, - name: `Antofagasta` - }), - new WorldCitiesItem( - { - capital: false, - population: 0.18, - y: -13.6, - x: -71.86, - country: `Peru`, - name: `Cuzco` - }), - new WorldCitiesItem( - { - capital: true, - population: 0.18, - y: -2.12, - x: 29.99, - country: `Rwanda`, - name: `Kigali` - }), - new WorldCitiesItem( - { - capital: true, - population: 0.18, - y: 35.17, - x: 33.39, - country: `Cyprus`, - name: `Nicosia` - }), - new WorldCitiesItem( - { - capital: false, - population: 0.18, - y: -3.75, - x: -73.19, - country: `Peru`, - name: `Iquitos` - }), - new WorldCitiesItem( - { - capital: false, - population: 0.18, - y: 47.27, - x: 11.35, - country: `Austria`, - name: `Innsbruck` - }), - new WorldCitiesItem( - { - capital: false, - population: 0.17, - y: 69.33, - x: 88.1, - country: `Russia`, - name: `Noril\`sk` - }), - new WorldCitiesItem( - { - capital: false, - population: 0.17, - y: -43, - x: 147.5, - country: `Australia`, - name: `Hobart` - }), - new WorldCitiesItem( - { - capital: false, - population: 0.17, - y: 50.33, - x: 110.75, - country: `Russia`, - name: `Chatanga` - }), - new WorldCitiesItem( - { - capital: false, - population: 0.17, - y: 16.46, - x: 107.7, - country: `Vietnam`, - name: `Hue` - }), - new WorldCitiesItem( - { - capital: true, - population: 0.16, - y: 6.6, - x: 2.63, - country: `Benin`, - name: `Porto Novo` - }), - new WorldCitiesItem( - { - capital: false, - population: 0.16, - y: 34.46, - x: 62.21, - country: `Afghanistan`, - name: `Herat` - }), - new WorldCitiesItem( - { - capital: false, - population: 0.15, - y: 16.92, - x: -96.94, - country: `Mexico`, - name: `Oaxaca` - }), - new WorldCitiesItem( - { - capital: true, - population: 0.15, - y: -9.55, - x: 147.41, - country: `Papua N Guin`, - name: `Port Moresby` - }), - new WorldCitiesItem( - { - capital: false, - population: 0.15, - y: 38.14, - x: 21.88, - country: `Greece`, - name: `Patras` - }), - new WorldCitiesItem( - { - capital: false, - population: 0.15, - y: 39.48, - x: 76, - country: `China`, - name: `Kashi` - }), - new WorldCitiesItem( - { - capital: false, - population: 0.15, - y: -12.72, - x: 13.46, - country: `Angola`, - name: `Benguela` - }), - new WorldCitiesItem( - { - capital: false, - population: 0.15, - y: 59.57, - x: 150.78, - country: `Russia`, - name: `Magadan` - }), - new WorldCitiesItem( - { - capital: true, - population: 0.14, - y: 64.31, - x: -21.34, - country: `Iceland`, - name: `Reykjavik` - }), - new WorldCitiesItem( - { - capital: false, - population: 0.14, - y: 55.57, - x: 9.9, - country: `Denmark`, - name: `Odense` - }), - new WorldCitiesItem( - { - capital: false, - population: 0.14, - y: 13.18, - x: 30.16, - country: `Sudan`, - name: `El Obeid` - }), - new WorldCitiesItem( - { - capital: false, - population: 0.14, - y: -28.66, - x: 24.83, - country: `South Africa`, - name: `Kimberley` - }), - new WorldCitiesItem( - { - capital: false, - population: 0.14, - y: -5.81, - x: 13.45, - country: `Zaire`, - name: `Matadi` - }), - new WorldCitiesItem( - { - capital: false, - population: 0.13, - y: 0.05, - x: 18.46, - country: `Zaire`, - name: `Mbandaka` - }), - new WorldCitiesItem( - { - capital: true, - population: 0.13, - y: 49.74, - x: 6.27, - country: `Luxembourg`, - name: `Luxembourg` - }), - new WorldCitiesItem( - { - capital: true, - population: 0.12, - y: -22.57, - x: 17.1, - country: `Namibia`, - name: `Windhoek` - }), - new WorldCitiesItem( - { - capital: false, - population: 0.12, - y: 67.8, - x: 64.33, - country: `Russia`, - name: `Vorkuta` - }), - new WorldCitiesItem( - { - capital: false, - population: 0.12, - y: 45.34, - x: -65.65, - country: `Canada`, - name: `Saint John` - }), - new WorldCitiesItem( - { - capital: false, - population: 0.12, - y: -0.82, - x: 9.15, - country: `Gabon`, - name: `Port Gentil` - }), - new WorldCitiesItem( - { - capital: true, - population: 0.12, - y: 11.5, - x: 43.1, - country: `Djibouti`, - name: `Djibouti` - }), - new WorldCitiesItem( - { - capital: false, - population: 0.11, - y: -20.26, - x: -69.91, - country: `Chile`, - name: `Iquique` - }), - new WorldCitiesItem( - { - capital: true, - population: 0.11, - y: 11.91, - x: -15.65, - country: `GuineaBissau`, - name: `Bissau` - }), - new WorldCitiesItem( - { - capital: false, - population: 0.11, - y: -3.39, - x: 129.31, - country: `Indonesia`, - name: `Ambon` - }), - new WorldCitiesItem( - { - capital: false, - population: 0.11, - y: -45.86, - x: 170.5, - country: `New Zealand`, - name: `Dunedin` - }), - new WorldCitiesItem( - { - capital: false, - population: 0.11, - y: -19.3, - x: 146.83, - country: `Australia`, - name: `Townsville` - }), - new WorldCitiesItem( - { - capital: true, - population: 0.11, - y: -29.26, - x: 27.89, - country: `Lesotho`, - name: `Maseru` - }), - new WorldCitiesItem( - { - capital: false, - population: 0.1, - y: 46.92, - x: -122.88, - country: `US`, - name: `Olympia` - }), - new WorldCitiesItem( - { - capital: true, - population: 0.1, - y: 13.45, - x: -16.49, - country: `Gambia`, - name: `Banjul` - }), - new WorldCitiesItem( - { - capital: false, - population: 0.1, - y: -45.83, - x: -67.5, - country: `Argentina`, - name: `Comodoro Rivadavia` - }), - new WorldCitiesItem( - { - capital: false, - population: 0.1, - y: -53.15, - x: -70.8, - country: `Chile`, - name: `Punte Arenas` - }), - new WorldCitiesItem( - { - capital: false, - population: 0.1, - y: -18.23, - x: 49.41, - country: `Madagascar`, - name: `Toamasina` - }), - new WorldCitiesItem( - { - capital: true, - population: 0.1, - y: -24.66, - x: 25.79, - country: `Botswana`, - name: `Gaborone` - }), - new WorldCitiesItem( - { - capital: false, - population: 0.09, - y: 15.95, - x: -16.3, - country: `Senegal`, - name: `Saint Louis` - }), - new WorldCitiesItem( - { - capital: false, - population: 0.09, - y: 27, - x: -13.18, - country: `W Sahara`, - name: `Laayoune` - }), - new WorldCitiesItem( - { - capital: false, - population: 0.09, - y: -19.04, - x: -65.26, - country: `Bolivia`, - name: `Sucre` - }), - new WorldCitiesItem( - { - capital: false, - population: 0.08, - y: -31.31, - x: -57.71, - country: `Uruguay`, - name: `Salto` - }), - new WorldCitiesItem( - { - capital: true, - population: 0.08, - y: 42.5, - x: 19.4, - country: `Montenegro`, - name: `Podgorica` - }), - new WorldCitiesItem( - { - capital: false, - population: 0.08, - y: -41.48, - x: -73, - country: `Chile`, - name: `Puerto Montt` - }), - new WorldCitiesItem( - { - capital: false, - population: 0.08, - y: 29.65, - x: 91.13, - country: `China`, - name: `Lhasa` - }), - new WorldCitiesItem( - { - capital: false, - population: 0.07, - y: 61.15, - x: 47, - country: `Russia`, - name: `Kotlas` - }), - new WorldCitiesItem( - { - capital: false, - population: 0.07, - y: -12.7, - x: 130.99, - country: `Australia`, - name: `Darwin` - }), - new WorldCitiesItem( - { - capital: false, - population: 0.07, - y: 1.5, - x: 110.43, - country: `Malaysia`, - name: `Kuching` - }), - new WorldCitiesItem( - { - capital: false, - population: 0.06, - y: -23.29, - x: 44.02, - country: `Madagascar`, - name: `Toliara` - }), - new WorldCitiesItem( - { - capital: false, - population: 0.06, - y: -31, - x: -71.02, - country: `Chile`, - name: `Coquimbo` - }), - new WorldCitiesItem( - { - capital: true, - population: 0.06, - y: 4.93, - x: 114.97, - country: `Brunei`, - name: `Bandar Seri Begawan` - }), - new WorldCitiesItem( - { - capital: false, - population: 0.06, - y: -17.83, - x: 25.88, - country: `Zambia`, - name: `Livingstone` - }), - new WorldCitiesItem( - { - capital: false, - population: 0.06, - y: -23.43, - x: 150.48, - country: `Australia`, - name: `Rockhampton` - }), - new WorldCitiesItem( - { - capital: true, - population: 0.05, - y: 23.52, - x: 58.63, - country: `Oman`, - name: `Masqat` - }), - new WorldCitiesItem( - { - capital: false, - population: 0.05, - y: -4.95, - x: 30, - country: `Tanzania`, - name: `Kigoma` - }), - new WorldCitiesItem( - { - capital: false, - population: 0.05, - y: 16.96, - x: 7.98, - country: `Niger`, - name: `Agadez` - }), - new WorldCitiesItem( - { - capital: false, - population: 0.05, - y: -10.26, - x: 40.18, - country: `Tanzania`, - name: `Mtwara` - }), - new WorldCitiesItem( - { - capital: false, - population: 0.05, - y: -46.41, - x: 168.45, - country: `New Zealand`, - name: `Invercargill` - }), - new WorldCitiesItem( - { - capital: false, - population: 0.05, - y: -6.18, - x: 35.75, - country: `Tanzania`, - name: `Dodoma` - }), - new WorldCitiesItem( - { - capital: false, - population: 0.04, - y: 64.84, - x: -147.65, - country: `US`, - name: `Fairbanks` - }), - new WorldCitiesItem( - { - capital: false, - population: 0.04, - y: 19.71, - x: -155.07, - country: `US`, - name: `Hilo` - }), - new WorldCitiesItem( - { - capital: true, - population: 0.04, - y: 4.92, - x: -52.4, - country: `Fr Guiana`, - name: `Cayenne` - }), - new WorldCitiesItem( - { - capital: true, - population: 0.04, - y: -26.3, - x: 31.19, - country: `Swaziland`, - name: `Mbabne` - }), - new WorldCitiesItem( - { - capital: false, - population: 0.04, - y: -16.85, - x: 145.71, - country: `Australia`, - name: `Cairns` - }), - new WorldCitiesItem( - { - capital: true, - population: 0.03, - y: 3.64, - x: 8.82, - country: `Eq Guinea`, - name: `Malabo` - }), - new WorldCitiesItem( - { - capital: false, - population: 0.03, - y: 50.28, - x: -66.4, - country: `Canada`, - name: `Sept-Iles` - }), - new WorldCitiesItem( - { - capital: false, - population: 0.03, - y: -41.3, - x: 173.27, - country: `New Zealand`, - name: `Nelson` - }), - new WorldCitiesItem( - { - capital: false, - population: 0.03, - y: 16.76, - x: -3.01, - country: `Mali`, - name: `Tombouctoo` - }), - new WorldCitiesItem( - { - capital: false, - population: 0.02, - y: 58.39, - x: -134.13, - country: `US`, - name: `Juneau` - }), - new WorldCitiesItem( - { - capital: false, - population: 0.02, - y: -23.1, - x: 14.62, - country: `Namibia`, - name: `Walvis Bay` - }), - new WorldCitiesItem( - { - capital: false, - population: 0.02, - y: 54.42, - x: -130.05, - country: `Canada`, - name: `Prince Rupert` - }), - new WorldCitiesItem( - { - capital: false, - population: 0.02, - y: 20.9, - x: -16.83, - country: `Mauritania`, - name: `Nouadnibou` - }), - new WorldCitiesItem( - { - capital: false, - population: 0.02, - y: 27.2, - x: 2.53, - country: `Algeria`, - name: `In Salah` - }), - new WorldCitiesItem( - { - capital: false, - population: 0.02, - y: -32.04, - x: 115.93, - country: `Australia`, - name: `Fremantle` - }), - new WorldCitiesItem( - { - capital: false, - population: 0.02, - y: 68.35, - x: 17.3, - country: `Norway`, - name: `Narvik` - }), - new WorldCitiesItem( - { - capital: false, - population: 0.01, - y: 62.52, - x: -114.06, - country: `Canada`, - name: `Yellowknife` - }), - new WorldCitiesItem( - { - capital: true, - population: 0.01, - y: 17.12, - x: -88.8, - country: `Belize`, - name: `Belmopan` - }), - new WorldCitiesItem( - { - capital: false, - population: 0.01, - y: 70.39, - x: 23.91, - country: `Norway`, - name: `Hammerfest` - }), - new WorldCitiesItem( - { - capital: true, - population: 0.01, - y: 64.27, - x: -51.58, - country: `Greenland`, - name: `Godthab` - }), - new WorldCitiesItem( - { - capital: false, - population: 0.01, - y: 60.65, - x: -135.01, - country: `Canada`, - name: `Whitehorse` - }), - new WorldCitiesItem( - { - capital: false, - population: 0.01, - y: 59.33, - x: 143.25, - country: `Russia`, - name: `Okhotsk` - }), - new WorldCitiesItem( - { - capital: false, - population: 0.01, - y: 52.05, - x: 113.58, - country: `Russia`, - name: `Chita` - }), - new WorldCitiesItem( - { - capital: false, - population: 0.01, - y: 55.88, - x: 37.75, - country: `Russia`, - name: `Druzba` - }), - new WorldCitiesItem( - { - capital: false, - population: 0.01, - y: 53.31, - x: -60.55, - country: `Canada`, - name: `Goose Bay` - }), - new WorldCitiesItem( - { - capital: true, - population: 0.01, - y: 27.44, - x: 89.67, - country: `Bhutan`, - name: `Thimbu` - }), - new WorldCitiesItem( - { - capital: false, - population: 0, - y: 78.2, - x: 15.66, - country: `Norway`, - name: `Xgyearbyen` - }), - new WorldCitiesItem( - { - capital: false, - population: 0, - y: 30.14, - x: 9.82, - country: `Libya`, - name: `Ghadamis` - }), - new WorldCitiesItem( - { - capital: false, - population: 0, - y: 71.7, - x: 128.75, - country: `Russia`, - name: `Tiksi` - }), - new WorldCitiesItem( - { - capital: false, - population: 0, - y: 77.67, - x: -69, - country: `Greenland`, - name: `Thule` - }), - new WorldCitiesItem( - { - capital: false, - population: 0, - y: 22.83, - x: 5.55, - country: `Algeria`, - name: `Tamanrasset` - }), - new WorldCitiesItem( - { - capital: false, - population: 0, - y: 60.12, - x: -149.45, - country: `US`, - name: `Seward` - }), - new WorldCitiesItem( - { - capital: false, - population: 0, - y: 70.53, - x: -23, - country: `Greenland`, - name: `Scoresbyund` - }), - new WorldCitiesItem( - { - capital: false, - population: 0, - y: 66.57, - x: 66.58, - country: `Russia`, - name: `Salekhard` - }), - new WorldCitiesItem( - { - capital: false, - population: 0, - y: 64.59, - x: -165.27, - country: `US`, - name: `Nome` - }), - new WorldCitiesItem( - { - capital: false, - population: 0, - y: 68.27, - x: -133.67, - country: `Canada`, - name: `Inuvik` - }), - new WorldCitiesItem( - { - capital: false, - population: 0, - y: 67.35, - x: 86.55, - country: `Russia`, - name: `Igarka` - }), - new WorldCitiesItem( - { - capital: false, - population: 0, - y: 69.38, - x: -53.63, - country: `Greenland`, - name: `Godhavn` - }), - new WorldCitiesItem( - { - capital: false, - population: 0, - y: 58.71, - x: -94.18, - country: `Canada`, - name: `Churchill` - }), - new WorldCitiesItem( - { - capital: false, - population: 0, - y: 2.75, - x: -60.5, - country: `Brazil`, - name: `Boa Vista` - }), - new WorldCitiesItem( - { - capital: false, - population: 0, - y: -15.75, - x: 133.22, - country: `Australia`, - name: `Birdum` - }), - new WorldCitiesItem( - { - capital: false, - population: 0, - y: 65.67, - x: -37.31, - country: `Greenland`, - name: `Angmagssalik` - }), - new WorldCitiesItem( - { - capital: false, - population: 0, - y: 64.4, - x: 177.13, - country: `Russia`, - name: `Anadyr` - }), - new WorldCitiesItem( - { - capital: false, - population: 0, - y: 47.81, - x: 97, - country: `Mongolia`, - name: `Uliastay` - }), - new WorldCitiesItem( - { - capital: false, - population: 0, - y: -15.05, - x: 40.7, - country: `Mozambique`, - name: `Mocambique` - }), - new WorldCitiesItem( - { - capital: false, - population: 0, - y: -51.71, - x: -69.41, - country: `Argentina`, - name: `Rio Gallegos` - }), - new WorldCitiesItem( - { - capital: false, - population: 0, - y: 27.7, - x: -8.16, - country: `Algeria`, - name: `Tindouf` - }), - new WorldCitiesItem( - { - capital: false, - population: 0, - y: 25.91, - x: 13.91, - country: `Libya`, - name: `Murzuq` - }), - new WorldCitiesItem( - { - capital: false, - population: 0, - y: 21.76, - x: 31.28, - country: `Sudan`, - name: `Wadi Halfa` - }), - new WorldCitiesItem( - { - capital: false, - population: 0, - y: -23.63, - x: 133.93, - country: `Australia`, - name: `Alice Springs` - }), - new WorldCitiesItem( - { - capital: false, - population: 0, - y: 46.96, - x: 142.75, - country: `Russia`, - name: `Yuzhno-Sakhalinsk` - }), - new WorldCitiesItem( - { - capital: false, - population: 0, - y: 50.08, - x: 45.53, - country: `Russia`, - name: `Nikolayevsk` - }), - new WorldCitiesItem( - { - capital: false, - population: 0, - y: 67.58, - x: 133.41, - country: `Russia`, - name: `Verkhoyansk` - }), - new WorldCitiesItem( - { - capital: false, - population: 0, - y: 54.86, - x: -67.01, - country: `Canada`, - name: `Schefferville` - }), - new WorldCitiesItem( - { - capital: false, - population: 0, - y: 51.33, - x: -80.73, - country: `Canada`, - name: `Moosonee` - }), + new WorldCitiesItem({ capital: true, population: 23.62, y: 35.68, x: 139.81, country: `Japan`, name: `Tokyo` }), + new WorldCitiesItem({ capital: false, population: 16.47, y: 40.75, x: -74.1, country: `US`, name: `New York` }), + new WorldCitiesItem({ capital: true, population: 15.85, y: 37.54, x: 126.94, country: `South Korea`, name: `Seoul` }), + new WorldCitiesItem({ capital: false, population: 15.18, y: -23.58, x: -46.62, country: `Brazil`, name: `Sao Paulo` }), + new WorldCitiesItem({ capital: false, population: 15.04, y: 34.64, x: 135.52, country: `Japan`, name: `Osaka` }), + new WorldCitiesItem({ capital: true, population: 14.1, y: 19.43, x: -99.13, country: `Mexico`, name: `Mexico City` }), + new WorldCitiesItem({ capital: true, population: 13.1, y: 55.75, x: 37.7, country: `Russia`, name: `Moscow` }), + new WorldCitiesItem({ capital: false, population: 11.1, y: 22.54, x: 88.33, country: `India`, name: `Calcutta` }), + new WorldCitiesItem({ capital: true, population: 11.1, y: 51.49, x: -0.18, country: `UK`, name: `London` }), + new WorldCitiesItem({ capital: true, population: 10.75, y: -34.67, x: -58.41, country: `Argentina`, name: `Buenos Aires` }), + new WorldCitiesItem({ capital: false, population: 10.15, y: -22.72, x: -43.46, country: `Brazil`, name: `Rio de Janeiro` }), + new WorldCitiesItem({ capital: false, population: 9.95, y: 19.05, x: 73.17, country: `India`, name: `Bombay` }), + new WorldCitiesItem({ capital: true, population: 9.78, y: 48.88, x: 2.43, country: `France`, name: `Paris` }), + new WorldCitiesItem({ capital: false, population: 9.76, y: 34, x: -118.25, country: `US`, name: `Los Angeles` }), + new WorldCitiesItem({ capital: false, population: 9.41, y: 24.98, x: 121.53, country: `Taiwan`, name: `Chingmei` }), + new WorldCitiesItem({ capital: true, population: 9.3, y: 30.08, x: 31.25, country: `Egypt`, name: `Cairo` }), + new WorldCitiesItem({ capital: false, population: 9.3, y: 31.25, x: 121.47, country: `China`, name: `Shanghai` }), + new WorldCitiesItem({ capital: true, population: 8.6, y: -6.29, x: 106.76, country: `Indonesia`, name: `Jakarta` }), + new WorldCitiesItem({ capital: false, population: 7.72, y: 41.83, x: -87.64, country: `US`, name: `Chicago` }), + new WorldCitiesItem({ capital: false, population: 7.2, y: 28.53, x: 77.22, country: `India`, name: `Delhi` }), + new WorldCitiesItem({ capital: true, population: 6.45, y: 13.75, x: 100.55, country: `Thailand`, name: `Bangkok` }), + new WorldCitiesItem({ capital: true, population: 6.45, y: 39.91, x: 116.39, country: `China`, name: `Beijing` }), + new WorldCitiesItem({ capital: true, population: 6.4, y: 35.77, x: 51.45, country: `Iran`, name: `Tehran` }), + new WorldCitiesItem({ capital: true, population: 6.13, y: 25.04, x: 121.51, country: `Taiwan`, name: `Taipei` }), + new WorldCitiesItem({ capital: false, population: 5.83, y: 59.95, x: 30.45, country: `Russia`, name: `Saint Petersburg` }), + new WorldCitiesItem({ capital: false, population: 5.75, y: 41.07, x: 29.01, country: `Turkey`, name: `Istanbul` }), + new WorldCitiesItem({ capital: true, population: 5.47, y: 14.55, x: 121.17, country: `Philippines`, name: `Manila` }), + new WorldCitiesItem({ capital: true, population: 5.4, y: 22.43, x: 114.15, country: `UK`, name: `Hong Kong` }), + new WorldCitiesItem({ capital: false, population: 5.3, y: 24.85, x: 67.03, country: `Pakistan`, name: `Karachi` }), + new WorldCitiesItem({ capital: false, population: 5.21, y: 39.93, x: -75.22, country: `US`, name: `Philadelphia` }), + new WorldCitiesItem({ capital: true, population: 5.06, y: 52.52, x: 13.33, country: `Germany`, name: `Berlin` }), + new WorldCitiesItem({ capital: false, population: 4.88, y: 39.13, x: 117.19, country: `China`, name: `Tianjin` }), + new WorldCitiesItem({ capital: false, population: 4.8, y: 35.15, x: 136.92, country: `Japan`, name: `Nagoya` }), + new WorldCitiesItem({ capital: false, population: 4.69, y: 42.39, x: -83.08, country: `US`, name: `Detroit` }), + new WorldCitiesItem({ capital: true, population: 4.65, y: 40.44, x: -3.69, country: `Spain`, name: `Madrid` }), + new WorldCitiesItem({ capital: false, population: 4.47, y: 13.06, x: 80.25, country: `India`, name: `Madras` }), + new WorldCitiesItem({ capital: true, population: 4.34, y: -12.07, x: -76.82, country: `Peru`, name: `Lima` }), + new WorldCitiesItem({ capital: true, population: 4.26, y: 4.63, x: -74.08, country: `Colombia`, name: `Bogota` }), + new WorldCitiesItem({ capital: true, population: 4.1, y: -33.48, x: -70.65, country: `Chile`, name: `Santiago` }), + new WorldCitiesItem({ capital: false, population: 4.05, y: 37.73, x: -122.31, country: `US`, name: `San Francisco` }), + new WorldCitiesItem({ capital: false, population: 4.04, y: 41.53, x: 2.17, country: `Spain`, name: `Barcelona` }), + new WorldCitiesItem({ capital: false, population: 3.97, y: 42.38, x: -71.1, country: `US`, name: `Boston` }), + new WorldCitiesItem({ capital: false, population: 3.87, y: 51.35, x: 7.12, country: `Germany`, name: `Essen` }), + new WorldCitiesItem({ capital: true, population: 3.84, y: 33.33, x: 44.4, country: `Iraq`, name: `Baghdad` }), + new WorldCitiesItem({ capital: false, population: 3.84, y: 41.8, x: 123.38, country: `China`, name: `Shenyang` }), + new WorldCitiesItem({ capital: true, population: 3.8, y: 6.45, x: 3.3, country: `Nigeria`, name: `Lagos` }), + new WorldCitiesItem({ capital: false, population: 3.8, y: 35.16, x: 129.05, country: `South Korea`, name: `Pusan` }), + new WorldCitiesItem({ capital: false, population: 3.75, y: 45.47, x: 9.19, country: `Italy`, name: `Milano` }), + new WorldCitiesItem({ capital: false, population: 3.65, y: -26.18, x: 28, country: `South Africa`, name: `Johannesburg` }), + new WorldCitiesItem({ capital: true, population: 3.6, y: 10.5, x: -66.9, country: `Venezuela`, name: `Caracas` }), + new WorldCitiesItem({ capital: false, population: 3.49, y: 30.57, x: 114.28, country: `China`, name: `Wuhan` }), + new WorldCitiesItem({ capital: true, population: 3.43, y: 23.71, x: 90.41, country: `Bangladesh`, name: `Dhaka` }), + new WorldCitiesItem({ capital: false, population: 3.43, y: 43.72, x: -79.41, country: `Canada`, name: `Toronto` }), + new WorldCitiesItem({ capital: false, population: 3.37, y: -33.89, x: 151.03, country: `Australia`, name: `Sydney` }), + new WorldCitiesItem({ capital: false, population: 3.35, y: 31.07, x: 29.98, country: `Egypt`, name: `Alexandria` }), + new WorldCitiesItem({ capital: true, population: 3.22, y: 38.89, x: -76.95, country: `US`, name: `Washington D.C.` }), + new WorldCitiesItem({ capital: true, population: 3.17, y: 41.88, x: 12.52, country: `Italy`, name: `Roma` }), + new WorldCitiesItem({ capital: false, population: 3.1, y: 10.76, x: 106.66, country: `Vietnam`, name: `Ho Chi Minh City` }), + new WorldCitiesItem({ capital: false, population: 3.05, y: 23.1, x: 113.29, country: `China`, name: `Guangzhou` }), + new WorldCitiesItem({ capital: true, population: 3.03, y: 38.12, x: 23.65, country: `Greece`, name: `Athens` }), + new WorldCitiesItem({ capital: false, population: 3.02, y: 1.23, x: 104.18, country: `Singapore`, name: `Singapore` }), + new WorldCitiesItem({ capital: false, population: 3.02, y: 31.55, x: 74.34, country: `Pakistan`, name: `Lahore` }), + new WorldCitiesItem({ capital: true, population: 3, y: -4.39, x: 15.47, country: `Zaire`, name: `Kinshasa` }), + new WorldCitiesItem({ capital: false, population: 2.99, y: 35.44, x: 139.62, country: `Japan`, name: `Yokohama` }), + new WorldCitiesItem({ capital: false, population: 2.95, y: -19.85, x: -43.91, country: `Brazil`, name: `Belo Horizonte` }), + new WorldCitiesItem({ capital: false, population: 2.95, y: 12.97, x: 77.59, country: `India`, name: `Bangalore` }), + new WorldCitiesItem({ capital: false, population: 2.92, y: 45.54, x: -73.65, country: `Canada`, name: `Montreal` }), + new WorldCitiesItem({ capital: true, population: 2.9, y: 50.45, x: 30.5, country: `Ukraine`, name: `Kiev` }), + new WorldCitiesItem({ capital: false, population: 2.88, y: 40.83, x: 14.27, country: `Italy`, name: `Naples` }), + new WorldCitiesItem({ capital: false, population: 2.83, y: -37.85, x: 145.08, country: `Australia`, name: `Melbourne` }), + new WorldCitiesItem({ capital: false, population: 2.83, y: 25.83, x: -80.27, country: `US`, name: `Miami` }), + new WorldCitiesItem({ capital: true, population: 2.8, y: 16.87, x: 96.12, country: `Burma`, name: `Rangoon` }), + new WorldCitiesItem({ capital: false, population: 2.77, y: 53.48, x: -2.26, country: `UK`, name: `Manchester` }), + new WorldCitiesItem({ capital: false, population: 2.75, y: 17.39, x: 78.49, country: `India`, name: `Hyderabad` }), + new WorldCitiesItem({ capital: false, population: 2.75, y: 29.77, x: -95.41, country: `US`, name: `Houston` }), + new WorldCitiesItem({ capital: false, population: 2.73, y: 32.76, x: -96.66, country: `US`, name: `Dallas` }), + new WorldCitiesItem({ capital: false, population: 2.67, y: 45.76, x: 126.62, country: `China`, name: `Harbin` }), + new WorldCitiesItem({ capital: false, population: 2.67, y: 52.49, x: -1.86, country: `UK`, name: `Birmingham` }), + new WorldCitiesItem({ capital: false, population: 2.63, y: -8.09, x: -34.91, country: `Brazil`, name: `Recife` }), + new WorldCitiesItem({ capital: false, population: 2.6, y: -30.04, x: -51.21, country: `Brazil`, name: `Porto Alegre` }), + new WorldCitiesItem({ capital: true, population: 2.56, y: 47.51, x: 19.09, country: `Hungary`, name: `Budapest` }), + new WorldCitiesItem({ capital: true, population: 2.55, y: 36.6, x: 2.99, country: `Algeria`, name: `Algiers` }), + new WorldCitiesItem({ capital: false, population: 2.48, y: 33.54, x: -7.53, country: `Morocco`, name: `Casablanca` }), + new WorldCitiesItem({ capital: false, population: 2.45, y: 29.54, x: 106.52, country: `China`, name: `Chongqing` }), + new WorldCitiesItem({ capital: false, population: 2.4, y: 23.04, x: 72.57, country: `India`, name: `Ahmadabad` }), + new WorldCitiesItem({ capital: true, population: 2.4, y: 39.93, x: 32.85, country: `Turkey`, name: `Ankara` }), + new WorldCitiesItem({ capital: true, population: 2.38, y: 50.84, x: 4.37, country: `Belgium`, name: `Bruxelles` }), + new WorldCitiesItem({ capital: true, population: 2.33, y: 41.25, x: 69.35, country: `Uzbekistan`, name: `Toshkent` }), + new WorldCitiesItem({ capital: false, population: 2.33, y: 20.67, x: -103.34, country: `Mexico`, name: `Guadalajara` }), + new WorldCitiesItem({ capital: true, population: 2.32, y: 52.24, x: 21.01, country: `Poland`, name: `Warsaw` }), + new WorldCitiesItem({ capital: false, population: 2.29, y: 32.05, x: 118.77, country: `China`, name: `Nanjing` }), + new WorldCitiesItem({ capital: true, population: 2.25, y: 38.73, x: -9.13, country: `Portugal`, name: `Lisbon` }), + new WorldCitiesItem({ capital: true, population: 2.25, y: 44.43, x: 26.12, country: `Romania`, name: `Bucharest` }), + new WorldCitiesItem({ capital: false, population: 2.23, y: 53.57, x: 10.03, country: `Germany`, name: `Hamburg` }), + new WorldCitiesItem({ capital: false, population: 2.22, y: 40.5, x: -80, country: `US`, name: `Pittsburgh` }), + new WorldCitiesItem({ capital: false, population: 2.22, y: 41.39, x: -81.73, country: `US`, name: `Cleveland` }), + new WorldCitiesItem({ capital: false, population: 2.21, y: 35.86, x: 128.59, country: `South Korea`, name: `Taegu` }), + new WorldCitiesItem({ capital: false, population: 2.2, y: 38.64, x: -90.34, country: `US`, name: `St. Louis` }), + new WorldCitiesItem({ capital: false, population: 2.2, y: 48.04, x: 37.74, country: `Ukraine`, name: `Donets'k` }), + new WorldCitiesItem({ capital: true, population: 2.13, y: 23.05, x: -82.42, country: `Cuba`, name: `Havana` }), + new WorldCitiesItem({ capital: false, population: 2.1, y: 32.76, x: -117.13, country: `US`, name: `San Diego` }), + new WorldCitiesItem({ capital: false, population: 2.1, y: 6.24, x: -75.59, country: `Colombia`, name: `Medellin` }), + new WorldCitiesItem({ capital: false, population: 2.08, y: 47.59, x: -122.32, country: `US`, name: `Seattle` }), + new WorldCitiesItem({ capital: false, population: 2.05, y: -12.6, x: -38.48, country: `Brazil`, name: `Salvador` }), + new WorldCitiesItem({ capital: true, population: 2.05, y: 7.02, x: 80.09, country: `Sri Lanka`, name: `Colombo` }), + new WorldCitiesItem({ capital: false, population: 2.05, y: 34.27, x: 108.88, country: `China`, name: `Xian` }), + new WorldCitiesItem({ capital: false, population: 2.03, y: -7.4, x: 112.68, country: `Indonesia`, name: `Surabaja` }), + new WorldCitiesItem({ capital: false, population: 2.02, y: 25.68, x: -100.32, country: `Mexico`, name: `Monterrey` }), + new WorldCitiesItem({ capital: true, population: 2.02, y: 40.32, x: 49.82, country: `Azerbaijan`, name: `Baku` }), + new WorldCitiesItem({ capital: false, population: 2.02, y: 56.29, x: 43.94, country: `Russia`, name: `Nizhniy Novgorod` }), + new WorldCitiesItem({ capital: false, population: 2.01, y: 44.92, x: -93.31, country: `US`, name: `Minneapolis` }), + new WorldCitiesItem({ capital: false, population: 1.96, y: 33.8, x: -84.35, country: `US`, name: `Atlanta` }), + new WorldCitiesItem({ capital: false, population: 1.96, y: 39.32, x: -76.62, country: `US`, name: `Baltimore` }), + new WorldCitiesItem({ capital: false, population: 1.96, y: 48.14, x: 11.54, country: `Germany`, name: `Munich` }), + new WorldCitiesItem({ capital: true, population: 1.95, y: 5.32, x: -4.02, country: `Ivory Coast`, name: `Abidjan` }), + new WorldCitiesItem({ capital: false, population: 1.94, y: 49.99, x: 36.21, country: `Ukraine`, name: `Kharkov` }), + new WorldCitiesItem({ capital: false, population: 1.9, y: 43.06, x: 141.35, country: `Japan`, name: `Sapporo` }), + new WorldCitiesItem({ capital: false, population: 1.88, y: 26.46, x: 80.32, country: `India`, name: `Kanpur` }), + new WorldCitiesItem({ capital: true, population: 1.88, y: 48.2, x: 16.32, country: `Austria`, name: `Vienna` }), + new WorldCitiesItem({ capital: false, population: 1.87, y: 30.47, x: 30.85, country: `Egypt`, name: `Giza` }), + new WorldCitiesItem({ capital: true, population: 1.86, y: 52.37, x: 4.89, country: `Netherlands`, name: `Amsterdam` }), + new WorldCitiesItem({ capital: true, population: 1.85, y: 33.52, x: 36.31, country: `Syria`, name: `Damascus` }), + new WorldCitiesItem({ capital: false, population: 1.85, y: 50.13, x: 8.67, country: `Germany`, name: `Frankfurt am Main` }), + new WorldCitiesItem({ capital: false, population: 1.84, y: 22.67, x: 120.34, country: `Taiwan`, name: `Kao-Hsiung` }), + new WorldCitiesItem({ capital: false, population: 1.82, y: -3.78, x: -38.59, country: `Brazil`, name: `Fortaleza` }), + new WorldCitiesItem({ capital: false, population: 1.81, y: 30.67, x: 104.07, country: `China`, name: `Chengdu` }), + new WorldCitiesItem({ capital: false, population: 1.8, y: -6.91, x: 107.61, country: `Indonesia`, name: `Bandung` }), + new WorldCitiesItem({ capital: false, population: 1.8, y: 55.86, x: -4.27, country: `UK`, name: `Glasgow` }), + new WorldCitiesItem({ capital: false, population: 1.79, y: -33.8, x: 18.69, country: `South Africa`, name: `Cape Town` }), + new WorldCitiesItem({ capital: true, population: 1.77, y: 18.4, x: -66.08, country: `Puerto Rico`, name: `San Juan` }), + new WorldCitiesItem({ capital: false, population: 1.77, y: 18.54, x: 73.85, country: `India`, name: `Pune` }), + new WorldCitiesItem({ capital: false, population: 1.76, y: 50.94, x: 6.93, country: `Germany`, name: `Koln` }), + new WorldCitiesItem({ capital: false, population: 1.75, y: 33.31, x: 130.32, country: `Japan`, name: `Fukuoka` }), + new WorldCitiesItem({ capital: false, population: 1.74, y: 43.88, x: 125.31, country: `China`, name: `Changchung` }), + new WorldCitiesItem({ capital: false, population: 1.7, y: -25.43, x: -49.28, country: `Brazil`, name: `Curitiba` }), + new WorldCitiesItem({ capital: true, population: 1.69, y: 55.72, x: 12.55, country: `Denmark`, name: `Kobenhavn` }), + new WorldCitiesItem({ capital: true, population: 1.68, y: 33.78, x: 35.66, country: `Lebanon`, name: `Beirut` }), + new WorldCitiesItem({ capital: false, population: 1.68, y: 39.03, x: 121.6, country: `China`, name: `Dalian` }), + new WorldCitiesItem({ capital: true, population: 1.67, y: 31.92, x: 34.86, country: `Israel`, name: `Tel Aviv-Yafo` }), + new WorldCitiesItem({ capital: false, population: 1.66, y: 37.89, x: 112.55, country: `China`, name: `Taiyuan` }), + new WorldCitiesItem({ capital: true, population: 1.65, y: 53.9, x: 27.58, country: `Belarus`, name: `Minsk` }), + new WorldCitiesItem({ capital: false, population: 1.62, y: 56.85, x: 60.61, country: `Russia`, name: `Yekaterinburg` }), + new WorldCitiesItem({ capital: false, population: 1.6, y: 48.42, x: 35.14, country: `Ukraine`, name: `Dnepropetrovsk` }), + new WorldCitiesItem({ capital: false, population: 1.6, y: 37.59, x: 126.77, country: `South Korea`, name: `Inch\`on` }), + new WorldCitiesItem({ capital: true, population: 1.6, y: 39.03, x: 125.76, country: `North Korea`, name: `Pyongyang` }), + new WorldCitiesItem({ capital: false, population: 1.6, y: 55.03, x: 82.94, country: `Russia`, name: `Novosibirsk` }), + new WorldCitiesItem({ capital: true, population: 1.57, y: -15.79, x: -47.9, country: `Brazil`, name: `Brasilia` }), + new WorldCitiesItem({ capital: false, population: 1.57, y: 34.38, x: 132.44, country: `Japan`, name: `Hiroshima` }), + new WorldCitiesItem({ capital: true, population: 1.55, y: -34.92, x: -56.17, country: `Uruguay`, name: `Montevideo` }), + new WorldCitiesItem({ capital: false, population: 1.55, y: 38.44, x: 27.21, country: `Turkey`, name: `Izmir` }), + new WorldCitiesItem({ capital: false, population: 1.55, y: -29.84, x: 30.94, country: `South Africa`, name: `Durban` }), + new WorldCitiesItem({ capital: false, population: 1.55, y: 45.07, x: 7.67, country: `Italy`, name: `Torino` }), + new WorldCitiesItem({ capital: false, population: 1.54, y: 53.81, x: -1.5, country: `UK`, name: `Leeds` }), + new WorldCitiesItem({ capital: false, population: 1.52, y: 53.42, x: -2.77, country: `UK`, name: `Liverpool` }), + new WorldCitiesItem({ capital: false, population: 1.52, y: 33.68, x: 130.8, country: `Japan`, name: `Kita Kyushu` }), + new WorldCitiesItem({ capital: true, population: 1.5, y: 9.03, x: 38.7, country: `Ethiopia`, name: `Adis Abeba` }), + new WorldCitiesItem({ capital: true, population: 1.5, y: 21.03, x: 105.82, country: `Vietnam`, name: `Hanoi` }), + new WorldCitiesItem({ capital: false, population: 1.5, y: 53.14, x: 50.1, country: `Russia`, name: `Samara` }), + new WorldCitiesItem({ capital: true, population: 1.48, y: 3.15, x: 101.71, country: `Malaysia`, name: `Kuala Lumpur` }), + new WorldCitiesItem({ capital: false, population: 1.48, y: 33.51, x: -112.11, country: `US`, name: `Phoenix` }), + new WorldCitiesItem({ capital: false, population: 1.48, y: 35.01, x: 135.75, country: `Japan`, name: `Kyoto` }), + new WorldCitiesItem({ capital: false, population: 1.48, y: 39.15, x: -84.48, country: `US`, name: `Cincinnati` }), + new WorldCitiesItem({ capital: false, population: 1.48, y: 42.9, x: -78.85, country: `US`, name: `Buffalo` }), + new WorldCitiesItem({ capital: true, population: 1.46, y: -9, x: 13.46, country: `Angola`, name: `Luanda` }), + new WorldCitiesItem({ capital: false, population: 1.46, y: 36.29, x: 59.6, country: `Iran`, name: `Mashhad` }), + new WorldCitiesItem({ capital: false, population: 1.46, y: 36.66, x: 116.97, country: `China`, name: `Jinan` }), + new WorldCitiesItem({ capital: true, population: 1.46, y: 41.72, x: 44.78, country: `Georgia`, name: `Tbilisi` }), + new WorldCitiesItem({ capital: true, population: 1.45, y: 59.24, x: 18.08, country: `Sweden`, name: `Stockholm` }), + new WorldCitiesItem({ capital: true, population: 1.43, y: 14.63, x: -16.85, country: `Senegal`, name: `Dakar` }), + new WorldCitiesItem({ capital: false, population: 1.41, y: 39.75, x: -105.07, country: `US`, name: `Denver` }), + new WorldCitiesItem({ capital: false, population: 1.41, y: 34.66, x: 135.18, country: `Japan`, name: `Kobe` }), + new WorldCitiesItem({ capital: false, population: 1.4, y: 3.46, x: -76.52, country: `Colombia`, name: `Cali` }), + new WorldCitiesItem({ capital: true, population: 1.4, y: 14.62, x: -90.52, country: `Guatemala`, name: `Guatemala` }), + new WorldCitiesItem({ capital: true, population: 1.4, y: 44.8, x: 20.41, country: `Serbia`, name: `Belgrade` }), + new WorldCitiesItem({ capital: false, population: 1.39, y: 22.48, x: 91.83, country: `Bangladesh`, name: `Chittagong` }), + new WorldCitiesItem({ capital: false, population: 1.38, y: 49.27, x: -122.96, country: `Canada`, name: `Vancouver` }), + new WorldCitiesItem({ capital: true, population: 1.38, y: 29.19, x: 48, country: `Kuwait`, name: `Al Kuwayt` }), + new WorldCitiesItem({ capital: false, population: 1.38, y: 43.07, x: -87.99, country: `US`, name: `Milwaukee` }), + new WorldCitiesItem({ capital: false, population: 1.37, y: 3.59, x: 98.68, country: `Indonesia`, name: `Medan` }), + new WorldCitiesItem({ capital: false, population: 1.36, y: 48.71, x: 44.48, country: `Russia`, name: `Volgograd` }), + new WorldCitiesItem({ capital: false, population: 1.33, y: 14.65, x: 121.03, country: `Philippines`, name: `Quezon City` }), + new WorldCitiesItem({ capital: true, population: 1.32, y: 50.11, x: 14.46, country: `Czechia`, name: `Prague` }), + new WorldCitiesItem({ capital: false, population: 1.32, y: 55.15, x: 61.39, country: `Russia`, name: `Chelyabinsk` }), + new WorldCitiesItem({ capital: true, population: 1.31, y: 18.5, x: -69.91, country: `Dominican Rp`, name: `Santo Domingo` }), + new WorldCitiesItem({ capital: true, population: 1.31, y: 40.21, x: 44.53, country: `Armenia`, name: `Yerevan` }), + new WorldCitiesItem({ capital: false, population: 1.3, y: 21.62, x: 39.37, country: `Saudi Arabia`, name: `Jiddah` }), + new WorldCitiesItem({ capital: true, population: 1.3, y: -6.82, x: 39.25, country: `Tanzania`, name: `Dar es Salaam` }), + new WorldCitiesItem({ capital: false, population: 1.3, y: 21.16, x: 79.09, country: `India`, name: `Nagpur` }), + new WorldCitiesItem({ capital: false, population: 1.3, y: 41.12, x: 122.98, country: `China`, name: `Anshan` }), + new WorldCitiesItem({ capital: true, population: 1.29, y: -1.17, x: 36.83, country: `Kenya`, name: `Nairobi` }), + new WorldCitiesItem({ capital: false, population: 1.28, y: 25.05, x: 102.7, country: `China`, name: `Kunming` }), + new WorldCitiesItem({ capital: false, population: 1.27, y: 36.15, x: 120.43, country: `China`, name: `Qingdao` }), + new WorldCitiesItem({ capital: false, population: 1.27, y: 30.25, x: 120.17, country: `China`, name: `Hangzhou` }), + new WorldCitiesItem({ capital: false, population: 1.27, y: 36.11, x: 103.6, country: `China`, name: `Lanzhou` }), + new WorldCitiesItem({ capital: false, population: 1.27, y: 38.99, x: -94.63, country: `US`, name: `Kansas City` }), + new WorldCitiesItem({ capital: false, population: 1.27, y: 39.47, x: -0.37, country: `Spain`, name: `Valencia` }), + new WorldCitiesItem({ capital: false, population: 1.27, y: 41.86, x: 123.91, country: `China`, name: `Fushun` }), + new WorldCitiesItem({ capital: false, population: 1.27, y: 45.75, x: 4.86, country: `France`, name: `Lyon` }), + new WorldCitiesItem({ capital: true, population: 1.25, y: 24.65, x: 46.77, country: `Saudi Arabia`, name: `Ar Riyad` }), + new WorldCitiesItem({ capital: false, population: 1.25, y: -2.2, x: -79.91, country: `Ecuador`, name: `Guayaquil` }), + new WorldCitiesItem({ capital: true, population: 1.25, y: 5.56, x: -0.2, country: `Ghana`, name: `Accra` }), + new WorldCitiesItem({ capital: true, population: 1.25, y: 31.95, x: 35.93, country: `Jordan`, name: `Amman` }), + new WorldCitiesItem({ capital: false, population: 1.23, y: 41.15, x: -8.49, country: `Portugal`, name: `Porto` }), + new WorldCitiesItem({ capital: false, population: 1.23, y: 43.3, x: 5.38, country: `France`, name: `Marseille` }), + new WorldCitiesItem({ capital: false, population: 1.23, y: 45.44, x: -122.64, country: `US`, name: `Portland` }), + new WorldCitiesItem({ capital: true, population: 1.23, y: 36.82, x: 10.17, country: `Tunisia`, name: `Tunis` }), + new WorldCitiesItem({ capital: false, population: 1.22, y: 36.22, x: 37.16, country: `Syria`, name: `Aleppo` }), + new WorldCitiesItem({ capital: true, population: 1.21, y: 42.71, x: 23.33, country: `Bulgaria`, name: `Sofia` }), + new WorldCitiesItem({ capital: false, population: 1.2, y: -1.61, x: -48.32, country: `Brazil`, name: `Belem` }), + new WorldCitiesItem({ capital: false, population: 1.19, y: 28.2, x: 112.97, country: `China`, name: `Changsha` }), + new WorldCitiesItem({ capital: false, population: 1.19, y: 29.96, x: -90.1, country: `US`, name: `New Orleans` }), + new WorldCitiesItem({ capital: false, population: 1.19, y: 38.08, x: 114.56, country: `China`, name: `Shijiazhuang` }), + new WorldCitiesItem({ capital: true, population: 1.19, y: 43.26, x: 76.91, country: `Kazakhstan`, name: `Almaty` }), + new WorldCitiesItem({ capital: false, population: 1.19, y: 46.57, x: 30.68, country: `Ukraine`, name: `Odessa` }), + new WorldCitiesItem({ capital: true, population: 1.18, y: 34.53, x: 69.14, country: `Afghanistan`, name: `Kabul` }), + new WorldCitiesItem({ capital: false, population: 1.18, y: 55.06, x: 73.25, country: `Russia`, name: `Omsk` }), + new WorldCitiesItem({ capital: false, population: 1.17, y: 34.76, x: 113.64, country: `China`, name: `Zhengzhou` }), + new WorldCitiesItem({ capital: false, population: 1.17, y: 43.85, x: 126.57, country: `China`, name: `Jilin` }), + new WorldCitiesItem({ capital: false, population: 1.17, y: 47.23, x: 39.69, country: `Russia`, name: `Rostov-na-Donu` }), + new WorldCitiesItem({ capital: false, population: 1.16, y: 58, x: 56.23, country: `Russia`, name: `Perm'` }), + new WorldCitiesItem({ capital: false, population: 1.15, y: -27.45, x: 153.03, country: `Australia`, name: `Brisbane` }), + new WorldCitiesItem({ capital: false, population: 1.15, y: 47.34, x: 123.96, country: `China`, name: `Qiqihar` }), + new WorldCitiesItem({ capital: false, population: 1.14, y: 11.01, x: -74.68, country: `Colombia`, name: `Barranquilla` }), + new WorldCitiesItem({ capital: false, population: 1.14, y: 7.38, x: 3.9, country: `Nigeria`, name: `Ibadan` }), + new WorldCitiesItem({ capital: true, population: 1.14, y: 53.34, x: -6.26, country: `Ireland`, name: `Dublin` }), + new WorldCitiesItem({ capital: false, population: 1.14, y: 55.73, x: 49.15, country: `Russia`, name: `Kazan'` }), + new WorldCitiesItem({ capital: false, population: 1.12, y: 40.65, x: 109.98, country: `China`, name: `Baotou` }), + new WorldCitiesItem({ capital: false, population: 1.11, y: 51.93, x: 4.49, country: `Netherlands`, name: `Rotterdam` }), + new WorldCitiesItem({ capital: false, population: 1.1, y: 31.41, x: 73.08, country: `Pakistan`, name: `Faisalabad` }), + new WorldCitiesItem({ capital: false, population: 1.1, y: 51.21, x: 4.43, country: `Belgium`, name: `Antwerp` }), + new WorldCitiesItem({ capital: false, population: 1.1, y: 54.82, x: 56.1, country: `Russia`, name: `Ufa` }), + new WorldCitiesItem({ capital: false, population: 1.09, y: 35.5, x: 139.73, country: `Japan`, name: `Kawasaki` }), + new WorldCitiesItem({ capital: false, population: 1.07, y: -31.32, x: -64.18, country: `Argentina`, name: `Cordoba` }), + new WorldCitiesItem({ capital: true, population: 1.07, y: -25.96, x: 32.57, country: `Mozambique`, name: `Maputo` }), + new WorldCitiesItem({ capital: false, population: 1.06, y: -23.95, x: -46.31, country: `Brazil`, name: `Santos` }), + new WorldCitiesItem({ capital: false, population: 1.06, y: 26.85, x: 80.92, country: `India`, name: `Lucknow` }), + new WorldCitiesItem({ capital: false, population: 1.06, y: 39.62, x: 118.18, country: `China`, name: `Tangshan` }), + new WorldCitiesItem({ capital: false, population: 1.06, y: 51.78, x: 19.48, country: `Poland`, name: `Lodz` }), + new WorldCitiesItem({ capital: true, population: 1.05, y: -0.23, x: -78.52, country: `Ecuador`, name: `Quito` }), + new WorldCitiesItem({ capital: false, population: 1.05, y: 19.05, x: -98.19, country: `Mexico`, name: `Puebla de Zaragoza` }), + new WorldCitiesItem({ capital: false, population: 1.04, y: 31.78, x: -106.45, country: `US`, name: `El Paso` }), + new WorldCitiesItem({ capital: false, population: 1.04, y: -32.94, x: -60.66, country: `Argentina`, name: `Rosario` }), + new WorldCitiesItem({ capital: false, population: 1.04, y: 43.78, x: 87.59, country: `China`, name: `Urumqi` }), + new WorldCitiesItem({ capital: false, population: 1.03, y: 4.14, x: 9.71, country: `Cameroon`, name: `Douala` }), + new WorldCitiesItem({ capital: false, population: 1.03, y: 28.67, x: 115.89, country: `China`, name: `Nanchang` }), + new WorldCitiesItem({ capital: false, population: 1.02, y: -7.03, x: 110.44, country: `Indonesia`, name: `Semarang` }), + new WorldCitiesItem({ capital: false, population: 1.02, y: 25.61, x: 85.14, country: `India`, name: `Patna` }), + new WorldCitiesItem({ capital: false, population: 1.02, y: 26.91, x: 75.8, country: `India`, name: `Jaipur` }), + new WorldCitiesItem({ capital: false, population: 1.02, y: 50.63, x: 3.06, country: `France`, name: `Lille` }), + new WorldCitiesItem({ capital: false, population: 1.01, y: 26.57, x: 106.7, country: `China`, name: `Guiyang` }), + new WorldCitiesItem({ capital: true, population: 1, y: 56.88, x: 24.05, country: `Latvia`, name: `Riga` }), + new WorldCitiesItem({ capital: false, population: 0.99, y: -31.98, x: 115.92, country: `Australia`, name: `Perth` }), + new WorldCitiesItem({ capital: true, population: 0.99, y: 32.75, x: 13.21, country: `Libya`, name: `Tripoli` }), + new WorldCitiesItem({ capital: false, population: 0.99, y: -16.73, x: -49.25, country: `Brazil`, name: `Goiania` }), + new WorldCitiesItem({ capital: true, population: 0.99, y: -16.5, x: -68.15, country: `Bolivia`, name: `La Paz` }), + new WorldCitiesItem({ capital: false, population: 0.99, y: 32.65, x: 51.68, country: `Iran`, name: `Esfahan` }), + new WorldCitiesItem({ capital: true, population: 0.98, y: 33.92, x: -6.75, country: `Morocco`, name: `Rabat` }), + new WorldCitiesItem({ capital: false, population: 0.98, y: -34.92, x: 138.87, country: `Australia`, name: `Adelaide` }), + new WorldCitiesItem({ capital: false, population: 0.98, y: 43.28, x: -2.97, country: `Spain`, name: `Bilbao` }), + new WorldCitiesItem({ capital: false, population: 0.97, y: 29.43, x: -98.52, country: `US`, name: `San Antonio` }), + new WorldCitiesItem({ capital: false, population: 0.97, y: 38.08, x: 46.29, country: `Iran`, name: `Tabriz` }), + new WorldCitiesItem({ capital: true, population: 0.96, y: -25.73, x: 28.22, country: `South Africa`, name: `Pretoria` }), + new WorldCitiesItem({ capital: false, population: 0.96, y: 9.91, x: 78.12, country: `India`, name: `Madurai` }), + new WorldCitiesItem({ capital: false, population: 0.96, y: 40.04, x: -82.99, country: `US`, name: `Columbus` }), + new WorldCitiesItem({ capital: false, population: 0.94, y: 37.37, x: -5.97, country: `Spain`, name: `Sevilla` }), + new WorldCitiesItem({ capital: false, population: 0.93, y: 25.28, x: 82.96, country: `India`, name: `Benares` }), + new WorldCitiesItem({ capital: true, population: 0.92, y: 15.55, x: 32.53, country: `Sudan`, name: `Khartoum` }), + new WorldCitiesItem({ capital: true, population: 0.92, y: 13.7, x: -89.2, country: `El Salvador`, name: `San Salvador` }), + new WorldCitiesItem({ capital: false, population: 0.91, y: 54.37, x: 18.62, country: `Poland`, name: `Gdansk` }), + new WorldCitiesItem({ capital: true, population: 0.9, y: 60.2, x: 24.98, country: `Finland`, name: `Helsinki` }), + new WorldCitiesItem({ capital: true, population: 0.89, y: -17.83, x: 31.02, country: `Zimbabwe`, name: `Harare` }), + new WorldCitiesItem({ capital: false, population: 0.89, y: 10.65, x: -71.64, country: `Venezuela`, name: `Maracaibo` }), + new WorldCitiesItem({ capital: false, population: 0.89, y: 26.07, x: 119.3, country: `China`, name: `Fuzhou` }), + new WorldCitiesItem({ capital: true, population: 0.88, y: 18.53, x: -72.34, country: `Haiti`, name: `Port-au-Prince` }), + new WorldCitiesItem({ capital: false, population: 0.87, y: 38.57, x: -121.42, country: `US`, name: `Sacramento` }), + new WorldCitiesItem({ capital: false, population: 0.85, y: 29.63, x: 52.57, country: `Iran`, name: `Shiraz` }), + new WorldCitiesItem({ capital: false, population: 0.85, y: -36.89, x: 174.8, country: `New Zealand`, name: `Auckland` }), + new WorldCitiesItem({ capital: false, population: 0.85, y: 35.11, x: -90, country: `US`, name: `Memphis` }), + new WorldCitiesItem({ capital: false, population: 0.84, y: 33.61, x: 73.04, country: `Pakistan`, name: `Rawalpindi` }), + new WorldCitiesItem({ capital: false, population: 0.83, y: 36.79, x: 118.06, country: `China`, name: `Zibo` }), + new WorldCitiesItem({ capital: false, population: 0.83, y: 50.06, x: 19.95, country: `Poland`, name: `Krakow` }), + new WorldCitiesItem({ capital: false, population: 0.82, y: 43.21, x: -77.64, country: `US`, name: `Rochester` }), + new WorldCitiesItem({ capital: true, population: 0.82, y: 45.37, x: -75.65, country: `Canada`, name: `Ottawa` }), + new WorldCitiesItem({ capital: false, population: 0.81, y: 44.46, x: 8.92, country: `Italy`, name: `Genova` }), + new WorldCitiesItem({ capital: false, population: 0.81, y: -3.12, x: -60.01, country: `Brazil`, name: `Manaus` }), + new WorldCitiesItem({ capital: true, population: 0.8, y: 9.52, x: -12.8, country: `Guinea`, name: `Conakry` }), + new WorldCitiesItem({ capital: false, population: 0.8, y: 25.38, x: 68.37, country: `Pakistan`, name: `Hyderabad` }), + new WorldCitiesItem({ capital: false, population: 0.8, y: 36.88, x: -76.27, country: `US`, name: `Norfolk` }), + new WorldCitiesItem({ capital: false, population: 0.8, y: 53.08, x: 8.86, country: `Germany`, name: `Bremen` }), + new WorldCitiesItem({ capital: false, population: 0.79, y: 53.57, x: -113.27, country: `Canada`, name: `Edmonton` }), + new WorldCitiesItem({ capital: false, population: 0.79, y: -3, x: 104.83, country: `Indonesia`, name: `Palembang` }), + new WorldCitiesItem({ capital: false, population: 0.79, y: 49.84, x: 24.03, country: `Ukraine`, name: `Lvov` }), + new WorldCitiesItem({ capital: false, population: 0.78, y: 22.38, x: 114.23, country: `UK`, name: `Kowloon` }), + new WorldCitiesItem({ capital: false, population: 0.78, y: 37, x: 35.32, country: `Turkey`, name: `Adana` }), + new WorldCitiesItem({ capital: false, population: 0.77, y: 51.9, x: 4.3, country: `Netherlands`, name: `The Hague` }), + new WorldCitiesItem({ capital: true, population: 0.77, y: 18.02, x: -76.8, country: `Jamaica`, name: `Kingston` }), + new WorldCitiesItem({ capital: false, population: 0.76, y: 21.32, x: -157.81, country: `US`, name: `Honolulu` }), + new WorldCitiesItem({ capital: false, population: 0.75, y: 50.62, x: 5.57, country: `Belgium`, name: `Liege` }), + new WorldCitiesItem({ capital: false, population: 0.74, y: 34.67, x: 112.36, country: `China`, name: `Luoyang` }), + new WorldCitiesItem({ capital: false, population: 0.74, y: 35.49, x: -97.53, country: `US`, name: `Oklahoma City` }), + new WorldCitiesItem({ capital: false, population: 0.72, y: 38.13, x: 13.4, country: `Italy`, name: `Palermo` }), + new WorldCitiesItem({ capital: true, population: 0.72, y: 59.93, x: 10.72, country: `Norway`, name: `Oslo` }), + new WorldCitiesItem({ capital: false, population: 0.71, y: 40.63, x: 22.8, country: `Greece`, name: `ThessaXiki` }), + new WorldCitiesItem({ capital: false, population: 0.71, y: 57.75, x: 12, country: `Sweden`, name: `Goteborg` }), + new WorldCitiesItem({ capital: false, population: 0.71, y: -5.19, x: 119.72, country: `Indonesia`, name: `Vjuag Padang` }), + new WorldCitiesItem({ capital: false, population: 0.71, y: 24.14, x: 120.67, country: `Taiwan`, name: `T\`ai-chung` }), + new WorldCitiesItem({ capital: false, population: 0.71, y: 53.37, x: -1.46, country: `UK`, name: `Sheffield` }), + new WorldCitiesItem({ capital: true, population: 0.7, y: -25.22, x: -57.67, country: `Paraguay`, name: `Asuncion` }), + new WorldCitiesItem({ capital: true, population: 0.7, y: 45.81, x: 15.96, country: `Croatia`, name: `Zagreb` }), + new WorldCitiesItem({ capital: true, population: 0.7, y: 11.56, x: 104.91, country: `Cambodia`, name: `Phnom Penh` }), + new WorldCitiesItem({ capital: false, population: 0.7, y: 51.35, x: 12.4, country: `Germany`, name: `Leipzig` }), + new WorldCitiesItem({ capital: false, population: 0.69, y: 9.99, x: 76.52, country: `India`, name: `Cochin` }), + new WorldCitiesItem({ capital: false, population: 0.69, y: -33.88, x: 25.48, country: `South Africa`, name: `Port Elizabeth` }), + new WorldCitiesItem({ capital: false, population: 0.69, y: 54.59, x: -5.91, country: `UK`, name: `Belfast` }), + new WorldCitiesItem({ capital: false, population: 0.68, y: -32.9, x: -71.3, country: `Chile`, name: `Valparaiso` }), + new WorldCitiesItem({ capital: false, population: 0.68, y: -36.88, x: -72.85, country: `Chile`, name: `Concepcion` }), + new WorldCitiesItem({ capital: true, population: 0.68, y: 12.15, x: -86.27, country: `Nicaragua`, name: `Managua` }), + new WorldCitiesItem({ capital: false, population: 0.68, y: 40.69, x: -111.89, country: `US`, name: `Salt Lake City` }), + new WorldCitiesItem({ capital: true, population: 0.67, y: 47, x: 28.83, country: `Moldova`, name: `Kishinev` }), + new WorldCitiesItem({ capital: true, population: 0.67, y: 9.93, x: -84.08, country: `Costa Rica`, name: `San Jose` }), + new WorldCitiesItem({ capital: false, population: 0.67, y: 51.03, x: -114.05, country: `Canada`, name: `Calgary` }), + new WorldCitiesItem({ capital: false, population: 0.67, y: 51.05, x: 13.71, country: `Germany`, name: `Dresden` }), + new WorldCitiesItem({ capital: false, population: 0.66, y: 23.17, x: 120.23, country: `Taiwan`, name: `T\`ai-nan` }), + new WorldCitiesItem({ capital: true, population: 0.66, y: -18.87, x: 47.5, country: `Madagascar`, name: `Antananarivo` }), + new WorldCitiesItem({ capital: false, population: 0.65, y: 43.13, x: 131.96, country: `Russia`, name: `Vladivostok` }), + new WorldCitiesItem({ capital: false, population: 0.65, y: -32.9, x: -68.83, country: `Argentina`, name: `Mendoza` }), + new WorldCitiesItem({ capital: true, population: 0.65, y: 3.87, x: 11.51, country: `Cameroon`, name: `Yaounde` }), + new WorldCitiesItem({ capital: true, population: 0.65, y: 12.65, x: -7.99, country: `Mali`, name: `Bamako` }), + new WorldCitiesItem({ capital: false, population: 0.65, y: 22.84, x: 89.56, country: `Bangladesh`, name: `Khulna` }), + new WorldCitiesItem({ capital: false, population: 0.64, y: 30.33, x: -81.66, country: `US`, name: `Jacksonville` }), + new WorldCitiesItem({ capital: false, population: 0.64, y: 43.78, x: 11.21, country: `Italy`, name: `Firenze` }), + new WorldCitiesItem({ capital: false, population: 0.64, y: 44.84, x: -0.6, country: `France`, name: `Bordeaux` }), + new WorldCitiesItem({ capital: false, population: 0.64, y: 51.12, x: 17.04, country: `Poland`, name: `Wroclaw` }), + new WorldCitiesItem({ capital: false, population: 0.63, y: 37.31, x: -121.85, country: `US`, name: `San Jose` }), + new WorldCitiesItem({ capital: true, population: 0.63, y: 8.95, x: -79.4, country: `Panama`, name: `Panama` }), + new WorldCitiesItem({ capital: false, population: 0.63, y: 35.75, x: -0.52, country: `Algeria`, name: `Oran` }), + new WorldCitiesItem({ capital: false, population: 0.63, y: 51.5, x: -3.15, country: `UK`, name: `Cardiff` }), + new WorldCitiesItem({ capital: false, population: 0.63, y: 55.88, x: -3.3, country: `UK`, name: `Edinburgh` }), + new WorldCitiesItem({ capital: false, population: 0.63, y: 49.92, x: -97.12, country: `Canada`, name: `Winnipeg` }), + new WorldCitiesItem({ capital: false, population: 0.63, y: 52.32, x: 104.25, country: `Russia`, name: `Irkutsk` }), + new WorldCitiesItem({ capital: true, population: 0.62, y: 42.88, x: 74.77, country: `Kyrgyzstan`, name: `Frunze` }), + new WorldCitiesItem({ capital: false, population: 0.62, y: 10.18, x: -68, country: `Venezuela`, name: `Valencia` }), + new WorldCitiesItem({ capital: false, population: 0.62, y: 30.5, x: 47.76, country: `Iraq`, name: `Al Basra` }), + new WorldCitiesItem({ capital: false, population: 0.61, y: 49.88, x: 73.2, country: `Kazakhstan`, name: `Karaganda` }), + new WorldCitiesItem({ capital: false, population: 0.6, y: 48.53, x: 135.07, country: `Russia`, name: `Khabarovsk` }), + new WorldCitiesItem({ capital: false, population: 0.6, y: 17.75, x: 83.33, country: `India`, name: `Vishakhapatnam` }), + new WorldCitiesItem({ capital: false, population: 0.6, y: -2.5, x: -44.43, country: `Brazil`, name: `Sao Luis` }), + new WorldCitiesItem({ capital: false, population: 0.6, y: 53.7, x: 87.17, country: `Russia`, name: `Novokuznetsk` }), + new WorldCitiesItem({ capital: true, population: 0.6, y: 2.04, x: 45.34, country: `Somalia`, name: `Muqdisho` }), + new WorldCitiesItem({ capital: false, population: 0.6, y: 46.8, x: -71.24, country: `Canada`, name: `Quebec` }), + new WorldCitiesItem({ capital: false, population: 0.59, y: 28, x: -82.59, country: `US`, name: `Tampa` }), + new WorldCitiesItem({ capital: true, population: 0.59, y: 38.63, x: 68.9, country: `Tajikistan`, name: `Dushanfe` }), + new WorldCitiesItem({ capital: true, population: 0.59, y: -4.29, x: 15.29, country: `Congo`, name: `Brazzaville` }), + new WorldCitiesItem({ capital: false, population: 0.59, y: 31.63, x: 74.87, country: `India`, name: `Amritsar` }), + new WorldCitiesItem({ capital: true, population: 0.58, y: 54.69, x: 25.28, country: `Lithuania`, name: `Vilnius` }), + new WorldCitiesItem({ capital: false, population: 0.57, y: 36.34, x: 43.14, country: `Iraq`, name: `Mosul` }), + new WorldCitiesItem({ capital: false, population: 0.57, y: 41.65, x: -0.88, country: `Spain`, name: `Zaragoza` }), + new WorldCitiesItem({ capital: false, population: 0.57, y: 50.73, x: 7.1, country: `Germany`, name: `Bonn` }), + new WorldCitiesItem({ capital: false, population: 0.57, y: 51.51, x: 7.47, country: `Germany`, name: `Dortmund` }), + new WorldCitiesItem({ capital: true, population: 0.55, y: 14.1, x: -87.2, country: `Honduras`, name: `Tegucigalpa` }), + new WorldCitiesItem({ capital: false, population: 0.55, y: 21.43, x: 39.81, country: `Saudi Arabia`, name: `Mecca` }), + new WorldCitiesItem({ capital: true, population: 0.55, y: 47.93, x: 106.91, country: `Mongolia`, name: `Ulaanbaatar` }), + new WorldCitiesItem({ capital: true, population: 0.54, y: -15.43, x: 28.17, country: `Zambia`, name: `Lusaka` }), + new WorldCitiesItem({ capital: false, population: 0.54, y: -11.68, x: 27.55, country: `Zaire`, name: `Lumumbashi` }), + new WorldCitiesItem({ capital: false, population: 0.54, y: 11.92, x: 8.52, country: `Nigeria`, name: `Kano` }), + new WorldCitiesItem({ capital: false, population: 0.54, y: 31.15, x: -8, country: `Morocco`, name: `Marrakech` }), + new WorldCitiesItem({ capital: false, population: 0.54, y: 34.04, x: -5, country: `Morocco`, name: `Fes` }), + new WorldCitiesItem({ capital: false, population: 0.54, y: 43.6, x: 1.44, country: `France`, name: `Toulouse` }), + new WorldCitiesItem({ capital: false, population: 0.53, y: 15.62, x: 32.48, country: `Sudan`, name: `Omdurman` }), + new WorldCitiesItem({ capital: true, population: 0.53, y: 8.38, x: -12.91, country: `Sierra Leone`, name: `Freetown` }), + new WorldCitiesItem({ capital: false, population: 0.53, y: 21.98, x: 96.08, country: `Burma`, name: `Mandalay` }), + new WorldCitiesItem({ capital: false, population: 0.52, y: 51.49, x: 6.78, country: `Germany`, name: `Duisburg` }), + new WorldCitiesItem({ capital: false, population: 0.51, y: 46.25, x: 48, country: `Russia`, name: `Astrakhan` }), + new WorldCitiesItem({ capital: false, population: 0.51, y: -5.78, x: -35.25, country: `Brazil`, name: `Natal` }), + new WorldCitiesItem({ capital: false, population: 0.5, y: 10.07, x: -69.34, country: `Venezuela`, name: `Barquisimeto` }), + new WorldCitiesItem({ capital: false, population: 0.49, y: 5.35, x: 100.55, country: `Malaysia`, name: `George Town` }), + new WorldCitiesItem({ capital: false, population: 0.49, y: 31.77, x: 35.23, country: `Israel`, name: `Jerusalem` }), + new WorldCitiesItem({ capital: true, population: 0.48, y: 59.28, x: 24.75, country: `Estonia`, name: `Tallinn` }), + new WorldCitiesItem({ capital: false, population: 0.48, y: 35.21, x: -80.84, country: `US`, name: `Charlotte` }), + new WorldCitiesItem({ capital: true, population: 0.47, y: 6.52, x: -10.77, country: `Liberia`, name: `Monrovia` }), + new WorldCitiesItem({ capital: true, population: 0.47, y: 4.37, x: 18.56, country: `Cent Af Rep`, name: `Bangui` }), + new WorldCitiesItem({ capital: false, population: 0.47, y: 47.22, x: -1.56, country: `France`, name: `Nantes` }), + new WorldCitiesItem({ capital: false, population: 0.47, y: 51.05, x: 3.74, country: `Belgium`, name: `Gent` }), + new WorldCitiesItem({ capital: false, population: 0.47, y: 68.96, x: 33.09, country: `Russia`, name: `Murmansk` }), + new WorldCitiesItem({ capital: true, population: 0.46, y: 0.32, x: 32.58, country: `Uganda`, name: `Kampala` }), + new WorldCitiesItem({ capital: true, population: 0.45, y: 42, x: 21.53, country: `Macedonia`, name: `Skopje` }), + new WorldCitiesItem({ capital: false, population: 0.45, y: 32.88, x: 129.86, country: `Japan`, name: `Nagasaki` }), + new WorldCitiesItem({ capital: false, population: 0.45, y: -16.4, x: -71.52, country: `Peru`, name: `Arequipa` }), + new WorldCitiesItem({ capital: false, population: 0.45, y: 49.2, x: 16.62, country: `Czechia`, name: `Brno` }), + new WorldCitiesItem({ capital: true, population: 0.44, y: 12.48, x: -1.67, country: `Burkina Faso`, name: `Ouagadouou` }), + new WorldCitiesItem({ capital: false, population: 0.44, y: -4.02, x: 39.67, country: `Kenya`, name: `Mombasa` }), + new WorldCitiesItem({ capital: false, population: 0.44, y: 32.04, x: 20.31, country: `Libya`, name: `Banghazi` }), + new WorldCitiesItem({ capital: false, population: 0.44, y: -17.79, x: -63.2, country: `Bolivia`, name: `Santa Cruz de La Sierra` }), + new WorldCitiesItem({ capital: true, population: 0.43, y: 48.27, x: 17.27, country: `Slovakia`, name: `Bratislava` }), + new WorldCitiesItem({ capital: true, population: 0.43, y: 15.36, x: 44.21, country: `Yemen`, name: `Sanaa` }), + new WorldCitiesItem({ capital: false, population: 0.43, y: 22.24, x: -97.84, country: `Mexico`, name: `Tampico` }), + new WorldCitiesItem({ capital: false, population: 0.43, y: 34.73, x: 36.72, country: `Syria`, name: `Homs` }), + new WorldCitiesItem({ capital: false, population: 0.42, y: 45.42, x: 12.37, country: `Italy`, name: `Venezia` }), + new WorldCitiesItem({ capital: false, population: 0.42, y: 64.52, x: 40.65, country: `Russia`, name: `Arkhangelsk` }), + new WorldCitiesItem({ capital: false, population: 0.41, y: -20.2, x: 28.71, country: `Zimbabwe`, name: `Bulawayo` }), + new WorldCitiesItem({ capital: false, population: 0.41, y: -33, x: 151.91, country: `Australia`, name: `Newcastle` }), + new WorldCitiesItem({ capital: false, population: 0.41, y: 7.08, x: 125.61, country: `Philippines`, name: `Davao` }), + new WorldCitiesItem({ capital: true, population: 0.4, y: 6.28, x: 1.35, country: `Togo`, name: `Lome` }), + new WorldCitiesItem({ capital: true, population: 0.4, y: 13.6, x: 2.08, country: `Niger`, name: `Niamey` }), + new WorldCitiesItem({ capital: false, population: 0.4, y: 20.82, x: -89.55, country: `Mexico`, name: `Merida` }), + new WorldCitiesItem({ capital: true, population: 0.4, y: 37.95, x: 58.39, country: `Turkmenistan`, name: `Ashkhabad` }), + new WorldCitiesItem({ capital: false, population: 0.4, y: 48.58, x: 7.77, country: `France`, name: `Strasbourg` }), + new WorldCitiesItem({ capital: false, population: 0.39, y: 19.01, x: -96.08, country: `Mexico`, name: `Veracruz` }), + new WorldCitiesItem({ capital: false, population: 0.39, y: 28.56, x: -105.97, country: `Mexico`, name: `Chihuaha` }), + new WorldCitiesItem({ capital: false, population: 0.39, y: 20.86, x: 106.68, country: `Vietnam`, name: `Haiphong` }), + new WorldCitiesItem({ capital: true, population: 0.38, y: 18, x: 102.68, country: `Laos`, name: `Vientiane` }), + new WorldCitiesItem({ capital: true, population: 0.37, y: 10.64, x: -61.49, country: `Trinidad`, name: `Port of Spain` }), + new WorldCitiesItem({ capital: false, population: 0.37, y: 39.66, x: 66.95, country: `Uzbekistan`, name: `Samarkand` }), + new WorldCitiesItem({ capital: true, population: 0.35, y: -41.21, x: 175.14, country: `New Zealand`, name: `Wellington` }), + new WorldCitiesItem({ capital: false, population: 0.35, y: -7.93, x: -79, country: `Peru`, name: `Trujillo` }), + new WorldCitiesItem({ capital: true, population: 0.34, y: 43.87, x: 18.43, country: `Bosnia`, name: `Sarajevo` }), + new WorldCitiesItem({ capital: false, population: 0.34, y: 48.3, x: 14.29, country: `Austria`, name: `Linz` }), + new WorldCitiesItem({ capital: false, population: 0.33, y: 40.72, x: -74.2, country: `US`, name: `Newark` }), + new WorldCitiesItem({ capital: false, population: 0.33, y: 29.96, x: 32.56, country: `Egypt`, name: `Suez` }), + new WorldCitiesItem({ capital: false, population: 0.33, y: 47.06, x: 15.43, country: `Austria`, name: `Graz` }), + new WorldCitiesItem({ capital: false, population: 0.32, y: 12.86, x: 45.18, country: `Yemen`, name: `Aden` }), + new WorldCitiesItem({ capital: false, population: 0.32, y: -33.03, x: 27.9, country: `South Africa`, name: `East Xdon` }), + new WorldCitiesItem({ capital: false, population: 0.32, y: -43.55, x: 172.68, country: `New Zealand`, name: `Christchurch` }), + new WorldCitiesItem({ capital: true, population: 0.32, y: 27.71, x: 85.31, country: `Nepal`, name: `Kathmandu` }), + new WorldCitiesItem({ capital: false, population: 0.31, y: 12.95, x: 75.16, country: `India`, name: `Mangalore` }), + new WorldCitiesItem({ capital: false, population: 0.31, y: 34.75, x: 10.76, country: `Tunisia`, name: `Sfax` }), + new WorldCitiesItem({ capital: true, population: 0.31, y: 25.2, x: 51.5, country: `Qatar`, name: `Doha` }), + new WorldCitiesItem({ capital: false, population: 0.3, y: -0.92, x: 100.48, country: `Indonesia`, name: `Padang` }), + new WorldCitiesItem({ capital: false, population: 0.3, y: 44.63, x: -63.58, country: `Canada`, name: `Halifax` }), + new WorldCitiesItem({ capital: false, population: 0.3, y: 16.97, x: -99.93, country: `Mexico`, name: `ACapulco` }), + new WorldCitiesItem({ capital: true, population: 0.3, y: 12.1, x: 15.24, country: `Chad`, name: `N'Djamena` }), + new WorldCitiesItem({ capital: false, population: 0.3, y: 39.23, x: 9.11, country: `Italy`, name: `Cagliari` }), + new WorldCitiesItem({ capital: true, population: 0.3, y: 46.95, x: 7.45, country: `Switzerland`, name: `Bern` }), + new WorldCitiesItem({ capital: false, population: 0.29, y: -19.77, x: 35.02, country: `Mozambique`, name: `Beira` }), + new WorldCitiesItem({ capital: false, population: 0.29, y: -4.64, x: 12.06, country: `Congo`, name: `Pointe Noire` }), + new WorldCitiesItem({ capital: false, population: 0.29, y: 40.75, x: 140.67, country: `Japan`, name: `Aomori` }), + new WorldCitiesItem({ capital: false, population: 0.29, y: 24.43, x: 39.7, country: `Saudi Arabia`, name: `Al Madinah` }), + new WorldCitiesItem({ capital: false, population: 0.29, y: -31.62, x: -60.7, country: `Argentina`, name: `Santa Fe` }), + new WorldCitiesItem({ capital: false, population: 0.29, y: -5.89, x: 22.4, country: `Zaire`, name: `Kananga` }), + new WorldCitiesItem({ capital: true, population: 0.28, y: 18.03, x: -15.78, country: `Mauritania`, name: `Nouakchott` }), + new WorldCitiesItem({ capital: true, population: 0.28, y: 15.33, x: 38.97, country: `Eritrea`, name: `Asmara` }), + new WorldCitiesItem({ capital: false, population: 0.28, y: 29.6, x: 60.83, country: `Iran`, name: `Zahedan` }), + new WorldCitiesItem({ capital: false, population: 0.28, y: -6.62, x: -79.83, country: `Peru`, name: `Chiclayo` }), + new WorldCitiesItem({ capital: false, population: 0.28, y: -15.55, x: -56.05, country: `Brazil`, name: `Cuiaba` }), + new WorldCitiesItem({ capital: false, population: 0.28, y: 0.52, x: 25.2, country: `Zaire`, name: `Kisangani` }), + new WorldCitiesItem({ capital: false, population: 0.27, y: 53.2, x: 158.72, country: `Russia`, name: `Petropavloski-Kamchatskiy` }), + new WorldCitiesItem({ capital: true, population: 0.27, y: -3.27, x: 29.53, country: `Burundi`, name: `Bujumbura` }), + new WorldCitiesItem({ capital: true, population: 0.27, y: -35.35, x: 149.04, country: `Australia`, name: `Canberra` }), + new WorldCitiesItem({ capital: true, population: 0.27, y: 28.57, x: 77.22, country: `India`, name: `New Delhi` }), + new WorldCitiesItem({ capital: false, population: 0.26, y: 49.32, x: 0.22, country: `France`, name: `Le Havre` }), + new WorldCitiesItem({ capital: false, population: 0.26, y: 48.65, x: -123.57, country: `Canada`, name: `Victoria` }), + new WorldCitiesItem({ capital: false, population: 0.26, y: 11.88, x: 13.26, country: `Niger`, name: `Maiduguri` }), + new WorldCitiesItem({ capital: false, population: 0.26, y: -12.04, x: -76.84, country: `Peru`, name: `Callao` }), + new WorldCitiesItem({ capital: false, population: 0.25, y: -7.33, x: 19, country: `Zaire`, name: `Kahemba` }), + new WorldCitiesItem({ capital: false, population: 0.25, y: 6.45, x: 7.49, country: `Nigeria`, name: `Enugu` }), + new WorldCitiesItem({ capital: false, population: 0.25, y: 39.9, x: 41.29, country: `Turkey`, name: `Erzurum` }), + new WorldCitiesItem({ capital: true, population: 0.24, y: 24.24, x: 54.62, country: `UAE`, name: `Abu Zaby` }), + new WorldCitiesItem({ capital: true, population: 0.24, y: 5.93, x: -55.23, country: `SuriName`, name: `Paramaribo` }), + new WorldCitiesItem({ capital: true, population: 0.24, y: -0.5, x: 9.49, country: `Gabon`, name: `Libreville` }), + new WorldCitiesItem({ capital: false, population: 0.24, y: 60.35, x: 5.49, country: `Norway`, name: `Bergen` }), + new WorldCitiesItem({ capital: false, population: 0.24, y: 41.32, x: 36.37, country: `Turkey`, name: `Samsun` }), + new WorldCitiesItem({ capital: false, population: 0.24, y: 45.7, x: 13.93, country: `Italy`, name: `Trieste` }), + new WorldCitiesItem({ capital: true, population: 0.23, y: -13.92, x: 33.82, country: `Malawi`, name: `LiXgwe` }), + new WorldCitiesItem({ capital: false, population: 0.23, y: 31.97, x: 54.45, country: `Iran`, name: `Yazd` }), + new WorldCitiesItem({ capital: false, population: 0.23, y: -29.15, x: 26.26, country: `South Africa`, name: `Bloemfontein` }), + new WorldCitiesItem({ capital: false, population: 0.23, y: -2.46, x: -54.61, country: `Brazil`, name: `Santarem` }), + new WorldCitiesItem({ capital: true, population: 0.23, y: 46.07, x: 14.64, country: `Slovenia`, name: `Ljubljana` }), + new WorldCitiesItem({ capital: false, population: 0.22, y: 1.42, x: 124.88, country: `Indonesia`, name: `Manado` }), + new WorldCitiesItem({ capital: false, population: 0.22, y: -8.93, x: -78.45, country: `Peru`, name: `Chimbote` }), + new WorldCitiesItem({ capital: false, population: 0.22, y: -27.4, x: -58.9, country: `Argentina`, name: `Resistencia` }), + new WorldCitiesItem({ capital: false, population: 0.22, y: 47.8, x: 13.09, country: `Austria`, name: `Salzburg` }), + new WorldCitiesItem({ capital: false, population: 0.22, y: -38.73, x: -62.27, country: `Argentina`, name: `Bahia Blanca` }), + new WorldCitiesItem({ capital: false, population: 0.21, y: -1.21, x: 116.86, country: `Indonesia`, name: `Balikpapan` }), + new WorldCitiesItem({ capital: false, population: 0.21, y: 19.62, x: 37.22, country: `Sudan`, name: `Bur Sudan` }), + new WorldCitiesItem({ capital: true, population: 0.21, y: 41.33, x: 19.83, country: `Albania`, name: `Tirane` }), + new WorldCitiesItem({ capital: false, population: 0.2, y: 7.58, x: -72.01, country: `Venezuela`, name: `San Cristobal` }), + new WorldCitiesItem({ capital: false, population: 0.2, y: 34.34, x: 36.01, country: `Lebanon`, name: `Tripoli` }), + new WorldCitiesItem({ capital: false, population: 0.2, y: 31.6, x: 65.5, country: `Afghanistan`, name: `Qandahar` }), + new WorldCitiesItem({ capital: false, population: 0.2, y: 23.36, x: -106.27, country: `Mexico`, name: `Mazatlan` }), + new WorldCitiesItem({ capital: false, population: 0.2, y: -12.73, x: 15.78, country: `Angola`, name: `Huambo` }), + new WorldCitiesItem({ capital: false, population: 0.2, y: -8.75, x: -63.9, country: `Brazil`, name: `Porto Velho` }), + new WorldCitiesItem({ capital: false, population: 0.2, y: 52.11, x: -106.63, country: `Canada`, name: `Saskatoon` }), + new WorldCitiesItem({ capital: true, population: 0.2, y: 33.72, x: 73.06, country: `Pakistan`, name: `Islamabad` }), + new WorldCitiesItem({ capital: true, population: 0.19, y: 6.77, x: -58.17, country: `Guyana`, name: `Georgetown` }), + new WorldCitiesItem({ capital: false, population: 0.19, y: 24.08, x: 32.95, country: `Egypt`, name: `Aswan` }), + new WorldCitiesItem({ capital: false, population: 0.19, y: 62.01, x: 129.83, country: `Russia`, name: `Yakutsk` }), + new WorldCitiesItem({ capital: false, population: 0.19, y: 50.41, x: -104.65, country: `Canada`, name: `Regina` }), + new WorldCitiesItem({ capital: false, population: 0.18, y: 61.19, x: -149.17, country: `US`, name: `Anchorage` }), + new WorldCitiesItem({ capital: false, population: 0.18, y: -23.83, x: -70.23, country: `Chile`, name: `Antofagasta` }), + new WorldCitiesItem({ capital: false, population: 0.18, y: -13.6, x: -71.86, country: `Peru`, name: `Cuzco` }), + new WorldCitiesItem({ capital: true, population: 0.18, y: -2.12, x: 29.99, country: `Rwanda`, name: `Kigali` }), + new WorldCitiesItem({ capital: true, population: 0.18, y: 35.17, x: 33.39, country: `Cyprus`, name: `Nicosia` }), + new WorldCitiesItem({ capital: false, population: 0.18, y: -3.75, x: -73.19, country: `Peru`, name: `Iquitos` }), + new WorldCitiesItem({ capital: false, population: 0.18, y: 47.27, x: 11.35, country: `Austria`, name: `Innsbruck` }), + new WorldCitiesItem({ capital: false, population: 0.17, y: 69.33, x: 88.1, country: `Russia`, name: `Noril\`sk` }), + new WorldCitiesItem({ capital: false, population: 0.17, y: -43, x: 147.5, country: `Australia`, name: `Hobart` }), + new WorldCitiesItem({ capital: false, population: 0.17, y: 50.33, x: 110.75, country: `Russia`, name: `Chatanga` }), + new WorldCitiesItem({ capital: false, population: 0.17, y: 16.46, x: 107.7, country: `Vietnam`, name: `Hue` }), + new WorldCitiesItem({ capital: true, population: 0.16, y: 6.6, x: 2.63, country: `Benin`, name: `Porto Novo` }), + new WorldCitiesItem({ capital: false, population: 0.16, y: 34.46, x: 62.21, country: `Afghanistan`, name: `Herat` }), + new WorldCitiesItem({ capital: false, population: 0.15, y: 16.92, x: -96.94, country: `Mexico`, name: `Oaxaca` }), + new WorldCitiesItem({ capital: true, population: 0.15, y: -9.55, x: 147.41, country: `Papua N Guin`, name: `Port Moresby` }), + new WorldCitiesItem({ capital: false, population: 0.15, y: 38.14, x: 21.88, country: `Greece`, name: `Patras` }), + new WorldCitiesItem({ capital: false, population: 0.15, y: 39.48, x: 76, country: `China`, name: `Kashi` }), + new WorldCitiesItem({ capital: false, population: 0.15, y: -12.72, x: 13.46, country: `Angola`, name: `Benguela` }), + new WorldCitiesItem({ capital: false, population: 0.15, y: 59.57, x: 150.78, country: `Russia`, name: `Magadan` }), + new WorldCitiesItem({ capital: true, population: 0.14, y: 64.31, x: -21.34, country: `Iceland`, name: `Reykjavik` }), + new WorldCitiesItem({ capital: false, population: 0.14, y: 55.57, x: 9.9, country: `Denmark`, name: `Odense` }), + new WorldCitiesItem({ capital: false, population: 0.14, y: 13.18, x: 30.16, country: `Sudan`, name: `El Obeid` }), + new WorldCitiesItem({ capital: false, population: 0.14, y: -28.66, x: 24.83, country: `South Africa`, name: `Kimberley` }), + new WorldCitiesItem({ capital: false, population: 0.14, y: -5.81, x: 13.45, country: `Zaire`, name: `Matadi` }), + new WorldCitiesItem({ capital: false, population: 0.13, y: 0.05, x: 18.46, country: `Zaire`, name: `Mbandaka` }), + new WorldCitiesItem({ capital: true, population: 0.13, y: 49.74, x: 6.27, country: `Luxembourg`, name: `Luxembourg` }), + new WorldCitiesItem({ capital: true, population: 0.12, y: -22.57, x: 17.1, country: `Namibia`, name: `Windhoek` }), + new WorldCitiesItem({ capital: false, population: 0.12, y: 67.8, x: 64.33, country: `Russia`, name: `Vorkuta` }), + new WorldCitiesItem({ capital: false, population: 0.12, y: 45.34, x: -65.65, country: `Canada`, name: `Saint John` }), + new WorldCitiesItem({ capital: false, population: 0.12, y: -0.82, x: 9.15, country: `Gabon`, name: `Port Gentil` }), + new WorldCitiesItem({ capital: true, population: 0.12, y: 11.5, x: 43.1, country: `Djibouti`, name: `Djibouti` }), + new WorldCitiesItem({ capital: false, population: 0.11, y: -20.26, x: -69.91, country: `Chile`, name: `Iquique` }), + new WorldCitiesItem({ capital: true, population: 0.11, y: 11.91, x: -15.65, country: `GuineaBissau`, name: `Bissau` }), + new WorldCitiesItem({ capital: false, population: 0.11, y: -3.39, x: 129.31, country: `Indonesia`, name: `Ambon` }), + new WorldCitiesItem({ capital: false, population: 0.11, y: -45.86, x: 170.5, country: `New Zealand`, name: `Dunedin` }), + new WorldCitiesItem({ capital: false, population: 0.11, y: -19.3, x: 146.83, country: `Australia`, name: `Townsville` }), + new WorldCitiesItem({ capital: true, population: 0.11, y: -29.26, x: 27.89, country: `Lesotho`, name: `Maseru` }), + new WorldCitiesItem({ capital: false, population: 0.1, y: 46.92, x: -122.88, country: `US`, name: `Olympia` }), + new WorldCitiesItem({ capital: true, population: 0.1, y: 13.45, x: -16.49, country: `Gambia`, name: `Banjul` }), + new WorldCitiesItem({ capital: false, population: 0.1, y: -45.83, x: -67.5, country: `Argentina`, name: `Comodoro Rivadavia` }), + new WorldCitiesItem({ capital: false, population: 0.1, y: -53.15, x: -70.8, country: `Chile`, name: `Punte Arenas` }), + new WorldCitiesItem({ capital: false, population: 0.1, y: -18.23, x: 49.41, country: `Madagascar`, name: `Toamasina` }), + new WorldCitiesItem({ capital: true, population: 0.1, y: -24.66, x: 25.79, country: `Botswana`, name: `Gaborone` }), + new WorldCitiesItem({ capital: false, population: 0.09, y: 15.95, x: -16.3, country: `Senegal`, name: `Saint Louis` }), + new WorldCitiesItem({ capital: false, population: 0.09, y: 27, x: -13.18, country: `W Sahara`, name: `Laayoune` }), + new WorldCitiesItem({ capital: false, population: 0.09, y: -19.04, x: -65.26, country: `Bolivia`, name: `Sucre` }), + new WorldCitiesItem({ capital: false, population: 0.08, y: -31.31, x: -57.71, country: `Uruguay`, name: `Salto` }), + new WorldCitiesItem({ capital: true, population: 0.08, y: 42.5, x: 19.4, country: `Montenegro`, name: `Podgorica` }), + new WorldCitiesItem({ capital: false, population: 0.08, y: -41.48, x: -73, country: `Chile`, name: `Puerto Montt` }), + new WorldCitiesItem({ capital: false, population: 0.08, y: 29.65, x: 91.13, country: `China`, name: `Lhasa` }), + new WorldCitiesItem({ capital: false, population: 0.07, y: 61.15, x: 47, country: `Russia`, name: `Kotlas` }), + new WorldCitiesItem({ capital: false, population: 0.07, y: -12.7, x: 130.99, country: `Australia`, name: `Darwin` }), + new WorldCitiesItem({ capital: false, population: 0.07, y: 1.5, x: 110.43, country: `Malaysia`, name: `Kuching` }), + new WorldCitiesItem({ capital: false, population: 0.06, y: -23.29, x: 44.02, country: `Madagascar`, name: `Toliara` }), + new WorldCitiesItem({ capital: false, population: 0.06, y: -31, x: -71.02, country: `Chile`, name: `Coquimbo` }), + new WorldCitiesItem({ capital: true, population: 0.06, y: 4.93, x: 114.97, country: `Brunei`, name: `Bandar Seri Begawan` }), + new WorldCitiesItem({ capital: false, population: 0.06, y: -17.83, x: 25.88, country: `Zambia`, name: `Livingstone` }), + new WorldCitiesItem({ capital: false, population: 0.06, y: -23.43, x: 150.48, country: `Australia`, name: `Rockhampton` }), + new WorldCitiesItem({ capital: true, population: 0.05, y: 23.52, x: 58.63, country: `Oman`, name: `Masqat` }), + new WorldCitiesItem({ capital: false, population: 0.05, y: -4.95, x: 30, country: `Tanzania`, name: `Kigoma` }), + new WorldCitiesItem({ capital: false, population: 0.05, y: 16.96, x: 7.98, country: `Niger`, name: `Agadez` }), + new WorldCitiesItem({ capital: false, population: 0.05, y: -10.26, x: 40.18, country: `Tanzania`, name: `Mtwara` }), + new WorldCitiesItem({ capital: false, population: 0.05, y: -46.41, x: 168.45, country: `New Zealand`, name: `Invercargill` }), + new WorldCitiesItem({ capital: false, population: 0.05, y: -6.18, x: 35.75, country: `Tanzania`, name: `Dodoma` }), + new WorldCitiesItem({ capital: false, population: 0.04, y: 64.84, x: -147.65, country: `US`, name: `Fairbanks` }), + new WorldCitiesItem({ capital: false, population: 0.04, y: 19.71, x: -155.07, country: `US`, name: `Hilo` }), + new WorldCitiesItem({ capital: true, population: 0.04, y: 4.92, x: -52.4, country: `Fr Guiana`, name: `Cayenne` }), + new WorldCitiesItem({ capital: true, population: 0.04, y: -26.3, x: 31.19, country: `Swaziland`, name: `Mbabne` }), + new WorldCitiesItem({ capital: false, population: 0.04, y: -16.85, x: 145.71, country: `Australia`, name: `Cairns` }), + new WorldCitiesItem({ capital: true, population: 0.03, y: 3.64, x: 8.82, country: `Eq Guinea`, name: `Malabo` }), + new WorldCitiesItem({ capital: false, population: 0.03, y: 50.28, x: -66.4, country: `Canada`, name: `Sept-Iles` }), + new WorldCitiesItem({ capital: false, population: 0.03, y: -41.3, x: 173.27, country: `New Zealand`, name: `Nelson` }), + new WorldCitiesItem({ capital: false, population: 0.03, y: 16.76, x: -3.01, country: `Mali`, name: `Tombouctoo` }), + new WorldCitiesItem({ capital: false, population: 0.02, y: 58.39, x: -134.13, country: `US`, name: `Juneau` }), + new WorldCitiesItem({ capital: false, population: 0.02, y: -23.1, x: 14.62, country: `Namibia`, name: `Walvis Bay` }), + new WorldCitiesItem({ capital: false, population: 0.02, y: 54.42, x: -130.05, country: `Canada`, name: `Prince Rupert` }), + new WorldCitiesItem({ capital: false, population: 0.02, y: 20.9, x: -16.83, country: `Mauritania`, name: `Nouadnibou` }), + new WorldCitiesItem({ capital: false, population: 0.02, y: 27.2, x: 2.53, country: `Algeria`, name: `In Salah` }), + new WorldCitiesItem({ capital: false, population: 0.02, y: -32.04, x: 115.93, country: `Australia`, name: `Fremantle` }), + new WorldCitiesItem({ capital: false, population: 0.02, y: 68.35, x: 17.3, country: `Norway`, name: `Narvik` }), + new WorldCitiesItem({ capital: false, population: 0.01, y: 62.52, x: -114.06, country: `Canada`, name: `Yellowknife` }), + new WorldCitiesItem({ capital: true, population: 0.01, y: 17.12, x: -88.8, country: `Belize`, name: `Belmopan` }), + new WorldCitiesItem({ capital: false, population: 0.01, y: 70.39, x: 23.91, country: `Norway`, name: `Hammerfest` }), + new WorldCitiesItem({ capital: true, population: 0.01, y: 64.27, x: -51.58, country: `Greenland`, name: `Godthab` }), + new WorldCitiesItem({ capital: false, population: 0.01, y: 60.65, x: -135.01, country: `Canada`, name: `Whitehorse` }), + new WorldCitiesItem({ capital: false, population: 0.01, y: 59.33, x: 143.25, country: `Russia`, name: `Okhotsk` }), + new WorldCitiesItem({ capital: false, population: 0.01, y: 52.05, x: 113.58, country: `Russia`, name: `Chita` }), + new WorldCitiesItem({ capital: false, population: 0.01, y: 55.88, x: 37.75, country: `Russia`, name: `Druzba` }), + new WorldCitiesItem({ capital: false, population: 0.01, y: 53.31, x: -60.55, country: `Canada`, name: `Goose Bay` }), + new WorldCitiesItem({ capital: true, population: 0.01, y: 27.44, x: 89.67, country: `Bhutan`, name: `Thimbu` }), + new WorldCitiesItem({ capital: false, population: 0, y: 78.2, x: 15.66, country: `Norway`, name: `Xgyearbyen` }), + new WorldCitiesItem({ capital: false, population: 0, y: 30.14, x: 9.82, country: `Libya`, name: `Ghadamis` }), + new WorldCitiesItem({ capital: false, population: 0, y: 71.7, x: 128.75, country: `Russia`, name: `Tiksi` }), + new WorldCitiesItem({ capital: false, population: 0, y: 77.67, x: -69, country: `Greenland`, name: `Thule` }), + new WorldCitiesItem({ capital: false, population: 0, y: 22.83, x: 5.55, country: `Algeria`, name: `Tamanrasset` }), + new WorldCitiesItem({ capital: false, population: 0, y: 60.12, x: -149.45, country: `US`, name: `Seward` }), + new WorldCitiesItem({ capital: false, population: 0, y: 70.53, x: -23, country: `Greenland`, name: `Scoresbyund` }), + new WorldCitiesItem({ capital: false, population: 0, y: 66.57, x: 66.58, country: `Russia`, name: `Salekhard` }), + new WorldCitiesItem({ capital: false, population: 0, y: 64.59, x: -165.27, country: `US`, name: `Nome` }), + new WorldCitiesItem({ capital: false, population: 0, y: 68.27, x: -133.67, country: `Canada`, name: `Inuvik` }), + new WorldCitiesItem({ capital: false, population: 0, y: 67.35, x: 86.55, country: `Russia`, name: `Igarka` }), + new WorldCitiesItem({ capital: false, population: 0, y: 69.38, x: -53.63, country: `Greenland`, name: `Godhavn` }), + new WorldCitiesItem({ capital: false, population: 0, y: 58.71, x: -94.18, country: `Canada`, name: `Churchill` }), + new WorldCitiesItem({ capital: false, population: 0, y: 2.75, x: -60.5, country: `Brazil`, name: `Boa Vista` }), + new WorldCitiesItem({ capital: false, population: 0, y: -15.75, x: 133.22, country: `Australia`, name: `Birdum` }), + new WorldCitiesItem({ capital: false, population: 0, y: 65.67, x: -37.31, country: `Greenland`, name: `Angmagssalik` }), + new WorldCitiesItem({ capital: false, population: 0, y: 64.4, x: 177.13, country: `Russia`, name: `Anadyr` }), + new WorldCitiesItem({ capital: false, population: 0, y: 47.81, x: 97, country: `Mongolia`, name: `Uliastay` }), + new WorldCitiesItem({ capital: false, population: 0, y: -15.05, x: 40.7, country: `Mozambique`, name: `Mocambique` }), + new WorldCitiesItem({ capital: false, population: 0, y: -51.71, x: -69.41, country: `Argentina`, name: `Rio Gallegos` }), + new WorldCitiesItem({ capital: false, population: 0, y: 27.7, x: -8.16, country: `Algeria`, name: `Tindouf` }), + new WorldCitiesItem({ capital: false, population: 0, y: 25.91, x: 13.91, country: `Libya`, name: `Murzuq` }), + new WorldCitiesItem({ capital: false, population: 0, y: 21.76, x: 31.28, country: `Sudan`, name: `Wadi Halfa` }), + new WorldCitiesItem({ capital: false, population: 0, y: -23.63, x: 133.93, country: `Australia`, name: `Alice Springs` }), + new WorldCitiesItem({ capital: false, population: 0, y: 46.96, x: 142.75, country: `Russia`, name: `Yuzhno-Sakhalinsk` }), + new WorldCitiesItem({ capital: false, population: 0, y: 50.08, x: 45.53, country: `Russia`, name: `Nikolayevsk` }), + new WorldCitiesItem({ capital: false, population: 0, y: 67.58, x: 133.41, country: `Russia`, name: `Verkhoyansk` }), + new WorldCitiesItem({ capital: false, population: 0, y: 54.86, x: -67.01, country: `Canada`, name: `Schefferville` }), + new WorldCitiesItem({ capital: false, population: 0, y: 51.33, x: -80.73, country: `Canada`, name: `Moosonee` }), ]; super(...newItems.slice(0)); } diff --git a/samples/charts/dashboard-tile/pie-dashboard/src/EnergyGlobalDemand.ts b/samples/charts/dashboard-tile/pie-dashboard/src/EnergyGlobalDemand.ts index 3d2ed388a0..a6cd428f82 100644 --- a/samples/charts/dashboard-tile/pie-dashboard/src/EnergyGlobalDemand.ts +++ b/samples/charts/dashboard-tile/pie-dashboard/src/EnergyGlobalDemand.ts @@ -14,36 +14,11 @@ export class EnergyGlobalDemand extends Array { super(...items); } else { const newItems = [ - new EnergyGlobalDemandItem( - { - value: 37, - category: `Cooling`, - summary: `Cooling 37%` - }), - new EnergyGlobalDemandItem( - { - value: 25, - category: `Residential`, - summary: `Residential 25%` - }), - new EnergyGlobalDemandItem( - { - value: 12, - category: `Heating`, - summary: `Heating 12%` - }), - new EnergyGlobalDemandItem( - { - value: 11, - category: `Lighting`, - summary: `Lighting 11%` - }), - new EnergyGlobalDemandItem( - { - value: 15, - category: `Other`, - summary: `Other 15%` - }), + new EnergyGlobalDemandItem({ value: 37, category: `Cooling`, summary: `Cooling 37%` }), + new EnergyGlobalDemandItem({ value: 25, category: `Residential`, summary: `Residential 25%` }), + new EnergyGlobalDemandItem({ value: 12, category: `Heating`, summary: `Heating 12%` }), + new EnergyGlobalDemandItem({ value: 11, category: `Lighting`, summary: `Lighting 11%` }), + new EnergyGlobalDemandItem({ value: 15, category: `Other`, summary: `Other 15%` }), ]; super(...newItems.slice(0)); } diff --git a/samples/charts/data-chart/annotations-custom/src/CountryRenewableCallouts.ts b/samples/charts/data-chart/annotations-custom/src/CountryRenewableCallouts.ts index a54a477758..59fa8a587f 100644 --- a/samples/charts/data-chart/annotations-custom/src/CountryRenewableCallouts.ts +++ b/samples/charts/data-chart/annotations-custom/src/CountryRenewableCallouts.ts @@ -14,78 +14,18 @@ export class CountryRenewableCallouts extends Array { super(...items); } else { const newItems = [ - new TemperatureAverageDataItem( - { - month: `Jan`, - temperature: 3 - }), - new TemperatureAverageDataItem( - { - month: `Feb`, - temperature: 4 - }), - new TemperatureAverageDataItem( - { - month: `Mar`, - temperature: 9 - }), - new TemperatureAverageDataItem( - { - month: `Apr`, - temperature: 15 - }), - new TemperatureAverageDataItem( - { - month: `May`, - temperature: 21 - }), - new TemperatureAverageDataItem( - { - month: `Jun`, - temperature: 26 - }), - new TemperatureAverageDataItem( - { - month: `Jul`, - temperature: 29 - }), - new TemperatureAverageDataItem( - { - month: `Aug`, - temperature: 28 - }), - new TemperatureAverageDataItem( - { - month: `Sep`, - temperature: 24 - }), - new TemperatureAverageDataItem( - { - month: `Oct`, - temperature: 18 - }), - new TemperatureAverageDataItem( - { - month: `Nov`, - temperature: 11 - }), - new TemperatureAverageDataItem( - { - month: `Dec`, - temperature: 5 - }), + new TemperatureAverageDataItem({ month: `Jan`, temperature: 3 }), + new TemperatureAverageDataItem({ month: `Feb`, temperature: 4 }), + new TemperatureAverageDataItem({ month: `Mar`, temperature: 9 }), + new TemperatureAverageDataItem({ month: `Apr`, temperature: 15 }), + new TemperatureAverageDataItem({ month: `May`, temperature: 21 }), + new TemperatureAverageDataItem({ month: `Jun`, temperature: 26 }), + new TemperatureAverageDataItem({ month: `Jul`, temperature: 29 }), + new TemperatureAverageDataItem({ month: `Aug`, temperature: 28 }), + new TemperatureAverageDataItem({ month: `Sep`, temperature: 24 }), + new TemperatureAverageDataItem({ month: `Oct`, temperature: 18 }), + new TemperatureAverageDataItem({ month: `Nov`, temperature: 11 }), + new TemperatureAverageDataItem({ month: `Dec`, temperature: 5 }), ]; super(...newItems.slice(0)); } diff --git a/samples/charts/data-chart/bar-chart-multiple-sources/src/HighestGrossingMovies.ts b/samples/charts/data-chart/bar-chart-multiple-sources/src/HighestGrossingMovies.ts index edced6c9ee..d7631f3a9f 100644 --- a/samples/charts/data-chart/bar-chart-multiple-sources/src/HighestGrossingMovies.ts +++ b/samples/charts/data-chart/bar-chart-multiple-sources/src/HighestGrossingMovies.ts @@ -14,42 +14,12 @@ export class HighestGrossingMovies extends Array { super(...items); } else { const newItems = [ - new HighestGrossingMoviesItem( - { - franchise: `Marvel Universe`, - totalRevenue: 22.55, - highestGrossing: 2.8 - }), - new HighestGrossingMoviesItem( - { - franchise: `Star Wars`, - totalRevenue: 10.32, - highestGrossing: 2.07 - }), - new HighestGrossingMoviesItem( - { - franchise: `Harry Potter`, - totalRevenue: 9.19, - highestGrossing: 1.34 - }), - new HighestGrossingMoviesItem( - { - franchise: `Avengers`, - totalRevenue: 7.76, - highestGrossing: 2.8 - }), - new HighestGrossingMoviesItem( - { - franchise: `Spider Man`, - totalRevenue: 7.22, - highestGrossing: 1.28 - }), - new HighestGrossingMoviesItem( - { - franchise: `James Bond`, - totalRevenue: 7.12, - highestGrossing: 1.11 - }), + new HighestGrossingMoviesItem({ franchise: `Marvel Universe`, totalRevenue: 22.55, highestGrossing: 2.8 }), + new HighestGrossingMoviesItem({ franchise: `Star Wars`, totalRevenue: 10.32, highestGrossing: 2.07 }), + new HighestGrossingMoviesItem({ franchise: `Harry Potter`, totalRevenue: 9.19, highestGrossing: 1.34 }), + new HighestGrossingMoviesItem({ franchise: `Avengers`, totalRevenue: 7.76, highestGrossing: 2.8 }), + new HighestGrossingMoviesItem({ franchise: `Spider Man`, totalRevenue: 7.22, highestGrossing: 1.28 }), + new HighestGrossingMoviesItem({ franchise: `James Bond`, totalRevenue: 7.12, highestGrossing: 1.11 }), ]; super(...newItems.slice(0)); } diff --git a/samples/charts/data-chart/bar-chart-overlapping/src/RoadblocksToSuccess.ts b/samples/charts/data-chart/bar-chart-overlapping/src/RoadblocksToSuccess.ts index 419d12c475..fab2c938d0 100644 --- a/samples/charts/data-chart/bar-chart-overlapping/src/RoadblocksToSuccess.ts +++ b/samples/charts/data-chart/bar-chart-overlapping/src/RoadblocksToSuccess.ts @@ -17,51 +17,11 @@ export class RoadblocksToSuccess extends Array { super(...items); } else { const newItems = [ - new RoadblocksToSuccessItem( - { - index: 0, - firstChoice: 6, - topChoices: 22, - firstChoiceLabel: `6%`, - topChoicesLabel: `22%`, - category: `Poor Prioritization of Tasks` - }), - new RoadblocksToSuccessItem( - { - index: 1, - firstChoice: 8, - topChoices: 25, - firstChoiceLabel: `8%`, - topChoicesLabel: `25%`, - category: `Poor Data Literacy` - }), - new RoadblocksToSuccessItem( - { - index: 2, - firstChoice: 10, - topChoices: 35, - firstChoiceLabel: `10%`, - topChoicesLabel: `35%`, - category: `Lack of Relevant Skills` - }), - new RoadblocksToSuccessItem( - { - index: 3, - firstChoice: 14, - topChoices: 37, - firstChoiceLabel: `14%`, - topChoicesLabel: `37%`, - category: `Lack of Resources` - }), - new RoadblocksToSuccessItem( - { - index: 4, - firstChoice: 20, - topChoices: 46, - firstChoiceLabel: `20%`, - topChoicesLabel: `46%`, - category: `Cultural Challenges` - }), + new RoadblocksToSuccessItem({ index: 0, firstChoice: 6, topChoices: 22, firstChoiceLabel: `6%`, topChoicesLabel: `22%`, category: `Poor Prioritization of Tasks` }), + new RoadblocksToSuccessItem({ index: 1, firstChoice: 8, topChoices: 25, firstChoiceLabel: `8%`, topChoicesLabel: `25%`, category: `Poor Data Literacy` }), + new RoadblocksToSuccessItem({ index: 2, firstChoice: 10, topChoices: 35, firstChoiceLabel: `10%`, topChoicesLabel: `35%`, category: `Lack of Relevant Skills` }), + new RoadblocksToSuccessItem({ index: 3, firstChoice: 14, topChoices: 37, firstChoiceLabel: `14%`, topChoicesLabel: `37%`, category: `Lack of Resources` }), + new RoadblocksToSuccessItem({ index: 4, firstChoice: 20, topChoices: 46, firstChoiceLabel: `20%`, topChoicesLabel: `46%`, category: `Cultural Challenges` }), ]; super(...newItems.slice(0)); } diff --git a/samples/charts/data-chart/bar-chart-single-source/src/OnlineShoppingSearches.ts b/samples/charts/data-chart/bar-chart-single-source/src/OnlineShoppingSearches.ts index 908ea508d0..453b1242d9 100644 --- a/samples/charts/data-chart/bar-chart-single-source/src/OnlineShoppingSearches.ts +++ b/samples/charts/data-chart/bar-chart-single-source/src/OnlineShoppingSearches.ts @@ -16,70 +16,14 @@ export class OnlineShoppingSearches extends Array { super(...items); } else { const newItems = [ - new OnlineShoppingSearchesItem( - { - x: 63, - y: 0, - label: `63%`, - percent: 63, - shop: `Amazon` - }), - new OnlineShoppingSearchesItem( - { - x: 48, - y: 1, - label: `48%`, - percent: 48, - shop: `Search Engines` - }), - new OnlineShoppingSearchesItem( - { - x: 33, - y: 2, - label: `33%`, - percent: 33, - shop: `Retailer Sites` - }), - new OnlineShoppingSearchesItem( - { - x: 25, - y: 3, - label: `25%`, - percent: 25, - shop: `Marketplaces` - }), - new OnlineShoppingSearchesItem( - { - x: 21, - y: 4, - label: `21%`, - percent: 21, - shop: `Brand Website` - }), - new OnlineShoppingSearchesItem( - { - x: 10, - y: 5, - label: `10%`, - percent: 10, - shop: `Comparison Sites` - }), - new OnlineShoppingSearchesItem( - { - x: 8, - y: 6, - label: `8%`, - percent: 8, - shop: `Social Media` - }), - new OnlineShoppingSearchesItem( - { - x: 2, - y: 7, - label: `2%`, - percent: 2, - shop: `Other` - }), + new OnlineShoppingSearchesItem({ x: 63, y: 0, label: `63%`, percent: 63, shop: `Amazon` }), + new OnlineShoppingSearchesItem({ x: 48, y: 1, label: `48%`, percent: 48, shop: `Search Engines` }), + new OnlineShoppingSearchesItem({ x: 33, y: 2, label: `33%`, percent: 33, shop: `Retailer Sites` }), + new OnlineShoppingSearchesItem({ x: 25, y: 3, label: `25%`, percent: 25, shop: `Marketplaces` }), + new OnlineShoppingSearchesItem({ x: 21, y: 4, label: `21%`, percent: 21, shop: `Brand Website` }), + new OnlineShoppingSearchesItem({ x: 10, y: 5, label: `10%`, percent: 10, shop: `Comparison Sites` }), + new OnlineShoppingSearchesItem({ x: 8, y: 6, label: `8%`, percent: 8, shop: `Social Media` }), + new OnlineShoppingSearchesItem({ x: 2, y: 7, label: `2%`, percent: 2, shop: `Other` }), ]; super(...newItems.slice(0)); } diff --git a/samples/charts/data-chart/bar-chart-styling/src/OnlineShoppingSearches.ts b/samples/charts/data-chart/bar-chart-styling/src/OnlineShoppingSearches.ts index 908ea508d0..453b1242d9 100644 --- a/samples/charts/data-chart/bar-chart-styling/src/OnlineShoppingSearches.ts +++ b/samples/charts/data-chart/bar-chart-styling/src/OnlineShoppingSearches.ts @@ -16,70 +16,14 @@ export class OnlineShoppingSearches extends Array { super(...items); } else { const newItems = [ - new OnlineShoppingSearchesItem( - { - x: 63, - y: 0, - label: `63%`, - percent: 63, - shop: `Amazon` - }), - new OnlineShoppingSearchesItem( - { - x: 48, - y: 1, - label: `48%`, - percent: 48, - shop: `Search Engines` - }), - new OnlineShoppingSearchesItem( - { - x: 33, - y: 2, - label: `33%`, - percent: 33, - shop: `Retailer Sites` - }), - new OnlineShoppingSearchesItem( - { - x: 25, - y: 3, - label: `25%`, - percent: 25, - shop: `Marketplaces` - }), - new OnlineShoppingSearchesItem( - { - x: 21, - y: 4, - label: `21%`, - percent: 21, - shop: `Brand Website` - }), - new OnlineShoppingSearchesItem( - { - x: 10, - y: 5, - label: `10%`, - percent: 10, - shop: `Comparison Sites` - }), - new OnlineShoppingSearchesItem( - { - x: 8, - y: 6, - label: `8%`, - percent: 8, - shop: `Social Media` - }), - new OnlineShoppingSearchesItem( - { - x: 2, - y: 7, - label: `2%`, - percent: 2, - shop: `Other` - }), + new OnlineShoppingSearchesItem({ x: 63, y: 0, label: `63%`, percent: 63, shop: `Amazon` }), + new OnlineShoppingSearchesItem({ x: 48, y: 1, label: `48%`, percent: 48, shop: `Search Engines` }), + new OnlineShoppingSearchesItem({ x: 33, y: 2, label: `33%`, percent: 33, shop: `Retailer Sites` }), + new OnlineShoppingSearchesItem({ x: 25, y: 3, label: `25%`, percent: 25, shop: `Marketplaces` }), + new OnlineShoppingSearchesItem({ x: 21, y: 4, label: `21%`, percent: 21, shop: `Brand Website` }), + new OnlineShoppingSearchesItem({ x: 10, y: 5, label: `10%`, percent: 10, shop: `Comparison Sites` }), + new OnlineShoppingSearchesItem({ x: 8, y: 6, label: `8%`, percent: 8, shop: `Social Media` }), + new OnlineShoppingSearchesItem({ x: 2, y: 7, label: `2%`, percent: 2, shop: `Other` }), ]; super(...newItems.slice(0)); } diff --git a/samples/charts/data-chart/callout-layer-styling/src/CountryRenewableElectricity.ts b/samples/charts/data-chart/callout-layer-styling/src/CountryRenewableElectricity.ts index b32970c46a..21a29ab226 100644 --- a/samples/charts/data-chart/callout-layer-styling/src/CountryRenewableElectricity.ts +++ b/samples/charts/data-chart/callout-layer-styling/src/CountryRenewableElectricity.ts @@ -15,90 +15,18 @@ export class CountryRenewableElectricity extends Array { super(...items); } else { const newItems = [ - new AnnotationBandDataItem( - { - startLabel: `Growth Start`, - endLabel: `Growth Stop`, - startX: 48, - startY: 110, - endX: 105, - endY: 335, - value: 170, - label: `Rapid Growth` - }), + new AnnotationBandDataItem({ startLabel: `Growth Start`, endLabel: `Growth Stop`, startX: 48, startY: 110, endX: 105, endY: 335, value: 170, label: `Rapid Growth` }), ]; super(...newItems.slice(0)); } diff --git a/samples/charts/data-chart/data-annotation-band-layer/src/StockTesla.ts b/samples/charts/data-chart/data-annotation-band-layer/src/StockTesla.ts index 1efe6d6e4e..4474d2f82c 100644 --- a/samples/charts/data-chart/data-annotation-band-layer/src/StockTesla.ts +++ b/samples/charts/data-chart/data-annotation-band-layer/src/StockTesla.ts @@ -19,2503 +19,233 @@ export class StockTesla extends Array { super(...items); } else { const newItems = [ - new StockTeslaItem( - { - date: `2019-01-10`, - open: 20.4, - high: 23, - low: 19.8, - close: 23, - volume: 779333701, - change: 12.7, - index: 0 - }), - new StockTeslaItem( - { - date: `2019-01-22`, - open: 22.8, - high: 23.5, - low: 19.7, - close: 19.9, - volume: 911781100, - change: -12.6, - index: 1 - }), - new StockTeslaItem( - { - date: `2019-01-31`, - open: 19.5, - high: 20.8, - low: 18.6, - close: 20.5, - volume: 926375717, - change: 5, - index: 2 - }), - new StockTeslaItem( - { - date: `2019-02-11`, - open: 20.4, - high: 21.6, - low: 19.9, - close: 20.9, - volume: 687520471, - change: 2.4, - index: 3 - }), - new StockTeslaItem( - { - date: `2019-02-21`, - open: 21.1, - high: 21.2, - low: 19.4, - close: 19.4, - volume: 597552272, - change: -7.9, - index: 4 - }), - new StockTeslaItem( - { - date: `2019-03-04`, - open: 19.6, - high: 21.3, - low: 18.9, - close: 19, - volume: 1218669201, - change: -3.1, - index: 5 - }), - new StockTeslaItem( - { - date: `2019-03-13`, - open: 18.8, - high: 19.5, - low: 18, - close: 19.3, - volume: 1034156904, - change: 2.5, - index: 6 - }), - new StockTeslaItem( - { - date: `2019-03-22`, - open: 19.5, - high: 19.7, - low: 17.6, - close: 17.6, - volume: 980694095, - change: -9.5, - index: 7 - }), - new StockTeslaItem( - { - date: `2019-04-02`, - open: 17.3, - high: 19.3, - low: 17, - close: 19.1, - volume: 788473494, - change: 10.1, - index: 8 - }), - new StockTeslaItem( - { - date: `2019-04-11`, - open: 19.2, - high: 19.7, - low: 17.4, - close: 17.9, - volume: 1165555442, - change: -6.6, - index: 9 - }), - new StockTeslaItem( - { - date: `2019-04-23`, - open: 18, - high: 18.3, - low: 17, - close: 17.6, - volume: 870373200, - change: -2.3, - index: 10 - }), - new StockTeslaItem( - { - date: `2019-05-02`, - open: 17.6, - high: 17.7, - low: 15.4, - close: 16.3, - volume: 1629432326, - change: -7.5, - index: 11 - }), - new StockTeslaItem( - { - date: `2019-05-13`, - open: 16.3, - high: 17.2, - low: 15, - close: 15.1, - volume: 1131045605, - change: -6.9, - index: 12 - }), - new StockTeslaItem( - { - date: `2019-05-22`, - open: 15.3, - high: 15.6, - low: 12.8, - close: 12.8, - volume: 1455503588, - change: -15.9, - index: 13 - }), - new StockTeslaItem( - { - date: `2019-06-03`, - open: 13, - high: 13.3, - low: 11.8, - close: 11.9, - volume: 1415442268, - change: -7.9, - index: 14 - }), - new StockTeslaItem( - { - date: `2019-06-12`, - open: 12.1, - high: 14.9, - low: 12, - close: 14, - volume: 1515000443, - change: 15.6, - index: 15 - }), - new StockTeslaItem( - { - date: `2019-06-21`, - open: 14, - high: 15.6, - low: 13.8, - close: 14.8, - volume: 1009123371, - change: 5.5, - index: 16 - }), - new StockTeslaItem( - { - date: `2019-07-02`, - open: 14.9, - high: 15.5, - low: 14.5, - close: 15, - volume: 766921642, - change: 0.6, - index: 17 - }), - new StockTeslaItem( - { - date: `2019-07-12`, - open: 16, - high: 16.4, - low: 15.2, - close: 16.3, - volume: 887983836, - change: 2.4, - index: 18 - }), - new StockTeslaItem( - { - date: `2019-07-23`, - open: 16.5, - high: 17.5, - low: 16.3, - close: 17.3, - volume: 788941000, - change: 4.9, - index: 19 - }), - new StockTeslaItem( - { - date: `2019-08-01`, - open: 17.3, - high: 17.7, - low: 14.8, - close: 15.6, - volume: 1175082297, - change: -9.8, - index: 20 - }), - new StockTeslaItem( - { - date: `2019-08-12`, - open: 15.4, - high: 16, - low: 15, - close: 15.3, - volume: 560129569, - change: -1, - index: 21 - }), - new StockTeslaItem( - { - date: `2019-08-21`, - open: 15.3, - high: 15.7, - low: 14.1, - close: 14.7, - volume: 677293701, - change: -3.5, - index: 22 - }), - new StockTeslaItem( - { - date: `2019-08-30`, - open: 14.9, - high: 15.5, - low: 14.1, - close: 15, - volume: 650239370, - change: 1.3, - index: 23 - }), - new StockTeslaItem( - { - date: `2019-09-11`, - open: 14.9, - high: 16.5, - low: 14.6, - close: 16.5, - volume: 636766167, - change: 10.3, - index: 24 - }), - new StockTeslaItem( - { - date: `2019-09-20`, - open: 16.5, - high: 16.9, - low: 15.9, - close: 16, - volume: 572802643, - change: -2.9, - index: 25 - }), - new StockTeslaItem( - { - date: `2019-10-01`, - open: 16, - high: 16.6, - low: 14.6, - close: 16.3, - volume: 931821239, - change: 2, - index: 26 - }), - new StockTeslaItem( - { - date: `2019-10-10`, - open: 16.2, - high: 16.6, - low: 15, - close: 16.3, - volume: 891798049, - change: 0.6, - index: 27 - }), - new StockTeslaItem( - { - date: `2019-10-21`, - open: 16.5, - high: 17.7, - low: 16.5, - close: 16.9, - volume: 713093463, - change: 2.6, - index: 28 - }), - new StockTeslaItem( - { - date: `2019-10-30`, - open: 17, - high: 22.7, - low: 16.7, - close: 21, - volume: 1752943598, - change: 23.9, - index: 29 - }), - new StockTeslaItem( - { - date: `2019-11-08`, - open: 20.9, - high: 22.8, - low: 20.6, - close: 22.5, - volume: 834957256, - change: 7.7, - index: 30 - }), - new StockTeslaItem( - { - date: `2019-11-19`, - open: 22.9, - high: 24, - low: 22.8, - close: 24, - volume: 738746390, - change: 4.5, - index: 31 - }), - new StockTeslaItem( - { - date: `2019-11-29`, - open: 24, - high: 24.1, - low: 21.8, - close: 22, - volume: 870685288, - change: -8.4, - index: 32 - }), - new StockTeslaItem( - { - date: `2019-12-10`, - open: 22, - high: 23.4, - low: 21.8, - close: 23.3, - volume: 712016613, - change: 5.9, - index: 33 - }), - new StockTeslaItem( - { - date: `2019-12-19`, - open: 23.5, - high: 27.1, - low: 23.4, - close: 26.9, - volume: 1203765433, - change: 14.8, - index: 34 - }), - new StockTeslaItem( - { - date: `2019-12-31`, - open: 27.4, - high: 29, - low: 26.7, - close: 27.9, - volume: 1195073357, - change: 2, - index: 35 - }), - new StockTeslaItem( - { - date: `2020-01-10`, - open: 28.3, - high: 33.3, - low: 28.1, - close: 31.9, - volume: 1925386078, - change: 12.6, - index: 36 - }), - new StockTeslaItem( - { - date: `2020-01-22`, - open: 32.9, - high: 39.6, - low: 32.8, - close: 38, - volume: 2364043518, - change: 15.4, - index: 37 - }), - new StockTeslaItem( - { - date: `2020-01-31`, - open: 37.6, - high: 43.5, - low: 36, - close: 43.4, - volume: 1835141382, - change: 15.3, - index: 38 - }), - new StockTeslaItem( - { - date: `2020-02-11`, - open: 44.9, - high: 64.6, - low: 44.9, - close: 51.6, - volume: 3748903126, - change: 14.9, - index: 39 - }), - new StockTeslaItem( - { - date: `2020-02-21`, - open: 51.9, - high: 63, - low: 49, - close: 60.1, - volume: 1921517039, - change: 15.8, - index: 40 - }), - new StockTeslaItem( - { - date: `2020-03-03`, - open: 55.9, - high: 57.6, - low: 40.8, - close: 49.7, - volume: 2121850940, - change: -11.1, - index: 41 - }), - new StockTeslaItem( - { - date: `2020-03-12`, - open: 50.9, - high: 51.1, - low: 36.4, - close: 37.4, - volume: 1553329923, - change: -26.6, - index: 42 - }), - new StockTeslaItem( - { - date: `2020-03-23`, - open: 39.7, - high: 40.5, - low: 23.4, - close: 29, - volume: 2487688157, - change: -27, - index: 43 - }), - new StockTeslaItem( - { - date: `2020-04-01`, - open: 31.8, - high: 37.3, - low: 31.6, - close: 32.1, - volume: 1785601357, - change: 0.9, - index: 44 - }), - new StockTeslaItem( - { - date: `2020-04-13`, - open: 32.1, - high: 43.5, - low: 29.8, - close: 43.4, - volume: 1860352620, - change: 35.3, - index: 45 - }), - new StockTeslaItem( - { - date: `2020-04-22`, - open: 46.6, - high: 51.7, - low: 44.9, - close: 48.8, - volume: 2056797321, - change: 4.7, - index: 46 - }), - new StockTeslaItem( - { - date: `2020-05-01`, - open: 48.5, - high: 58, - low: 45.5, - close: 46.8, - volume: 2093959203, - change: -3.6, - index: 47 - }), - new StockTeslaItem( - { - date: `2020-05-12`, - open: 46.7, - high: 56.2, - low: 46.5, - close: 54, - volume: 1611543246, - change: 15.5, - index: 48 - }), - new StockTeslaItem( - { - date: `2020-05-21`, - open: 54.7, - high: 55.6, - low: 50.9, - close: 55.2, - volume: 1262468113, - change: 0.8, - index: 49 - }), - new StockTeslaItem( - { - date: `2020-06-02`, - open: 54.8, - high: 60.6, - low: 52.3, - close: 58.8, - volume: 1160487993, - change: 7.2, - index: 50 - }), - new StockTeslaItem( - { - date: `2020-06-11`, - open: 59.2, - high: 68.5, - low: 57.2, - close: 64.9, - volume: 1270377400, - change: 9.5, - index: 51 - }), - new StockTeslaItem( - { - date: `2020-06-22`, - open: 65.3, - high: 67.9, - low: 60.6, - close: 66.3, - volume: 1217946366, - change: 1.5, - index: 52 - }), - new StockTeslaItem( - { - date: `2020-07-01`, - open: 66.6, - high: 75.7, - low: 62.5, - close: 74.6, - volume: 1120591270, - change: 12.1, - index: 53 - }), - new StockTeslaItem( - { - date: `2020-07-13`, - open: 81.4, - high: 119.7, - low: 79, - close: 99.8, - volume: 2244920779, - change: 22.6, - index: 54 - }), - new StockTeslaItem( - { - date: `2020-07-22`, - open: 103.7, - high: 111.7, - low: 95.4, - close: 106.2, - volume: 1662846099, - change: 2.3, - index: 55 - }), - new StockTeslaItem( - { - date: `2020-07-31`, - open: 111.9, - high: 112.6, - low: 91.1, - close: 95.4, - volume: 1573159944, - change: -14.8, - index: 56 - }), - new StockTeslaItem( - { - date: `2020-08-11`, - open: 96.6, - high: 101.8, - low: 91, - close: 91.6, - volume: 798587331, - change: -5.2, - index: 57 - }), - new StockTeslaItem( - { - date: `2020-08-20`, - open: 98, - high: 134.8, - low: 95.7, - close: 133.5, - volume: 1866534416, - change: 36.2, - index: 58 - }), - new StockTeslaItem( - { - date: `2020-08-31`, - open: 136.3, - high: 166.7, - low: 128.5, - close: 166.1, - volume: 2008507459, - change: 21.9, - index: 59 - }), - new StockTeslaItem( - { - date: `2020-09-10`, - open: 167.4, - high: 167.5, - low: 110, - close: 123.8, - volume: 1992227059, - change: -26, - index: 60 - }), - new StockTeslaItem( - { - date: `2020-09-21`, - open: 127.3, - high: 154, - low: 120.2, - close: 149.8, - volume: 1758737696, - change: 17.7, - index: 61 - }), - new StockTeslaItem( - { - date: `2020-09-30`, - open: 143.2, - high: 145.9, - low: 117.1, - close: 143, - volume: 1459893236, - change: -0.1, - index: 62 - }), - new StockTeslaItem( - { - date: `2020-10-09`, - open: 146.9, - high: 149.6, - low: 135.4, - close: 144.7, - volume: 985545158, - change: -1.5, - index: 63 - }), - new StockTeslaItem( - { - date: `2020-10-20`, - open: 147.3, - high: 155.3, - low: 139.7, - close: 140.6, - volume: 773077727, - change: -4.5, - index: 64 - }), - new StockTeslaItem( - { - date: `2020-10-29`, - open: 140.9, - high: 148.4, - low: 135.3, - close: 136.9, - volume: 615339122, - change: -2.8, - index: 65 - }), - new StockTeslaItem( - { - date: `2020-11-09`, - open: 135.6, - high: 150.8, - low: 126.4, - close: 140.4, - volume: 669171368, - change: 3.5, - index: 66 - }), - new StockTeslaItem( - { - date: `2020-11-18`, - open: 140, - high: 165.3, - low: 132, - close: 162.2, - volume: 760451265, - change: 15.8, - index: 67 - }), - new StockTeslaItem( - { - date: `2020-11-30`, - open: 164, - high: 202.6, - low: 162.5, - close: 189.2, - volume: 1046371155, - change: 15.4, - index: 68 - }), - new StockTeslaItem( - { - date: `2020-12-09`, - open: 199.2, - high: 218.1, - low: 180.4, - close: 201.5, - volume: 1055933265, - change: 1.2, - index: 69 - }), - new StockTeslaItem( - { - date: `2020-12-18`, - open: 191.5, - high: 231.7, - low: 188.8, - close: 231.7, - volume: 1593943601, - change: 21, - index: 70 - }), - new StockTeslaItem( - { - date: `2020-12-30`, - open: 222.1, - high: 232.2, - low: 204.7, - close: 231.6, - volume: 791942570, - change: 4.3, - index: 71 - }), - new StockTeslaItem( - { - date: `2021-01-11`, - open: 233.3, - high: 294.8, - low: 230.4, - close: 270.4, - volume: 1084025779, - change: 15.9, - index: 72 - }), - new StockTeslaItem( - { - date: `2021-01-21`, - open: 277, - high: 289.3, - low: 273, - close: 281.7, - volume: 663774487, - change: 1.7, - index: 73 - }), - new StockTeslaItem( - { - date: `2021-02-01`, - open: 278.1, - high: 300.1, - low: 260, - close: 279.9, - volume: 595397009, - change: 0.7, - index: 74 - }), - new StockTeslaItem( - { - date: `2021-02-10`, - open: 281.6, - high: 293.5, - low: 266.7, - close: 268.3, - volume: 445813486, - change: -4.7, - index: 75 - }), - new StockTeslaItem( - { - date: `2021-02-22`, - open: 270.8, - high: 276.6, - low: 236.7, - close: 238.2, - volume: 496372009, - change: -12.1, - index: 76 - }), - new StockTeslaItem( - { - date: `2021-03-03`, - open: 220.7, - high: 290.7, - low: 206.3, - close: 217.7, - volume: 793689739, - change: -1.3, - index: 77 - }), - new StockTeslaItem( - { - date: `2021-03-12`, - open: 218.6, - high: 291.3, - low: 179.8, - close: 231.2, - volume: 1215209162, - change: 5.8, - index: 78 - }), - new StockTeslaItem( - { - date: `2021-03-23`, - open: 231.4, - high: 237.7, - low: 208.2, - close: 220.7, - volume: 744776145, - change: -4.6, - index: 79 - }), - new StockTeslaItem( - { - date: `2021-04-01`, - open: 222.6, - high: 230.8, - low: 197, - close: 220.6, - volume: 730733684, - change: -0.9, - index: 80 - }), - new StockTeslaItem( - { - date: `2021-04-13`, - open: 235.9, - high: 254.3, - low: 222.6, - close: 254.1, - volume: 646721884, - change: 7.7, - index: 81 - }), - new StockTeslaItem( - { - date: `2021-04-22`, - open: 256.9, - high: 260.3, - low: 230.6, - close: 239.9, - volume: 740840774, - change: -6.6, - index: 82 - }), - new StockTeslaItem( - { - date: `2021-05-03`, - open: 239.9, - high: 249.8, - low: 222, - close: 228.3, - volume: 623423313, - change: -4.8, - index: 83 - }), - new StockTeslaItem( - { - date: `2021-05-12`, - open: 226.3, - high: 230, - low: 195.6, - close: 196.6, - volume: 643844974, - change: -13.1, - index: 84 - }), - new StockTeslaItem( - { - date: `2021-05-21`, - open: 200.5, - high: 202.2, - low: 182.3, - close: 193.6, - volume: 729192883, - change: -3.4, - index: 85 - }), - new StockTeslaItem( - { - date: `2021-06-02`, - open: 193.9, - high: 211.9, - low: 191.2, - close: 201.7, - volume: 545095944, - change: 4, - index: 86 - }), - new StockTeslaItem( - { - date: `2021-06-11`, - open: 200.6, - high: 207.7, - low: 190.4, - close: 203.3, - volume: 478366128, - change: 1.3, - index: 87 - }), - new StockTeslaItem( - { - date: `2021-06-22`, - open: 204.1, - high: 210.5, - low: 197.8, - close: 207.9, - volume: 454698495, - change: 1.9, - index: 88 - }), - new StockTeslaItem( - { - date: `2021-07-01`, - open: 210.7, - high: 232.5, - low: 210, - close: 226, - volume: 558441596, - change: 7.3, - index: 89 - }), - new StockTeslaItem( - { - date: `2021-07-13`, - open: 226.3, - high: 233.3, - low: 206.8, - close: 222.8, - volume: 470942387, - change: -1.5, - index: 90 - }), - new StockTeslaItem( - { - date: `2021-07-22`, - open: 223.6, - high: 226.2, - low: 207.1, - close: 216.4, - volume: 372195097, - change: -3.2, - index: 91 - }), - new StockTeslaItem( - { - date: `2021-08-02`, - open: 215.5, - high: 242.3, - low: 209.1, - close: 236.6, - volume: 547284685, - change: 9.8, - index: 92 - }), - new StockTeslaItem( - { - date: `2021-08-11`, - open: 239.7, - high: 241.6, - low: 232.5, - close: 235.9, - volume: 315341455, - change: -1.6, - index: 93 - }), - new StockTeslaItem( - { - date: `2021-08-20`, - open: 235.4, - high: 243.3, - low: 216.3, - close: 226.8, - volume: 392227478, - change: -3.7, - index: 94 - }), - new StockTeslaItem( - { - date: `2021-08-31`, - open: 228.5, - high: 246.8, - low: 226.9, - close: 245.2, - volume: 337503634, - change: 7.3, - index: 95 - }), - new StockTeslaItem( - { - date: `2021-09-10`, - open: 244.7, - high: 254.8, - low: 241.4, - close: 245.4, - volume: 328100734, - change: 0.3, - index: 96 - }), - new StockTeslaItem( - { - date: `2021-09-21`, - open: 246.7, - high: 253.7, - low: 236.3, - close: 246.5, - volume: 420153012, - change: -0.1, - index: 97 - }), - new StockTeslaItem( - { - date: `2021-09-30`, - open: 247.8, - high: 266.3, - low: 246.4, - close: 258.5, - volume: 422393262, - change: 4.3, - index: 98 - }), - new StockTeslaItem( - { - date: `2021-10-11`, - open: 259.5, - high: 269, - low: 254.5, - close: 264, - volume: 392144589, - change: 1.7, - index: 99 - }), - new StockTeslaItem( - { - date: `2021-10-20`, - open: 267, - high: 292.6, - low: 265.5, - close: 288.6, - volume: 368796877, - change: 8.1, - index: 100 - }), - new StockTeslaItem( - { - date: `2021-10-29`, - open: 285.3, - high: 371.7, - low: 285.2, - close: 371.3, - volume: 825862313, - change: 30.1, - index: 101 - }), - new StockTeslaItem( - { - date: `2021-11-09`, - open: 381.7, - high: 414.5, - low: 337.2, - close: 341.2, - volume: 818978542, - change: -10.6, - index: 102 - }), - new StockTeslaItem( - { - date: `2021-11-18`, - open: 336.8, - high: 373.2, - low: 326.2, - close: 365.5, - volume: 613304311, - change: 8.5, - index: 103 - }), - new StockTeslaItem( - { - date: `2021-11-30`, - open: 366.3, - high: 400.6, - low: 354, - close: 381.6, - volume: 515052382, - change: 4.2, - index: 104 - }), - new StockTeslaItem( - { - date: `2021-12-09`, - open: 386.9, - high: 390.9, - low: 316.8, - close: 334.6, - volume: 473333567, - change: -13.5, - index: 105 - }), - new StockTeslaItem( - { - date: `2021-12-20`, - open: 336.2, - high: 340.3, - low: 297.8, - close: 300, - volume: 524367113, - change: -10.8, - index: 106 - }), - new StockTeslaItem( - { - date: `2021-12-30`, - open: 305.6, - high: 373, - low: 295.4, - close: 356.8, - volume: 492530059, - change: 16.7, - index: 107 - }), - new StockTeslaItem( - { - date: `2022-01-10`, - open: 357.8, - high: 402.7, - low: 326.7, - close: 352.7, - volume: 592103938, - change: -1.4, - index: 108 - }), - new StockTeslaItem( - { - date: `2022-01-20`, - open: 351.2, - high: 371.9, - low: 331.3, - close: 332.1, - volume: 532857144, - change: -5.4, - index: 109 - }), - new StockTeslaItem( - { - date: `2022-01-31`, - open: 332.1, - high: 334.8, - low: 264, - close: 312.2, - volume: 833589022, - change: -6, - index: 110 - }), - new StockTeslaItem( - { - date: `2022-02-09`, - open: 311.7, - high: 315.9, - low: 293.5, - close: 310.7, - volume: 456395505, - change: -0.3, - index: 111 - }), - new StockTeslaItem( - { - date: `2022-02-18`, - open: 302.8, - high: 314.6, - low: 279.2, - close: 285.7, - volume: 446153356, - change: -5.7, - index: 112 - }), - new StockTeslaItem( - { - date: `2022-03-02`, - open: 278, - high: 296.6, - low: 233.3, - close: 293.3, - volume: 638352514, - change: 5.5, - index: 113 - }), - new StockTeslaItem( - { - date: `2022-03-11`, - open: 292.9, - high: 295.5, - low: 260.7, - close: 265.1, - volume: 466566467, - change: -9.5, - index: 114 - }), - new StockTeslaItem( - { - date: `2022-03-22`, - open: 260.2, - high: 332.6, - low: 252, - close: 331.3, - volume: 576869668, - change: 27.3, - index: 115 - }), - new StockTeslaItem( - { - date: `2022-03-31`, - open: 326.6, - high: 371.6, - low: 325.5, - close: 359.2, - volume: 536607263, - change: 10, - index: 116 - }), - new StockTeslaItem( - { - date: `2022-04-11`, - open: 360.4, - high: 384.3, - low: 324.9, - close: 325.3, - volume: 499682510, - change: -9.7, - index: 117 - }), - new StockTeslaItem( - { - date: `2022-04-21`, - open: 332.5, - high: 364.1, - low: 324.4, - close: 336.3, - volume: 457210487, - change: 1.1, - index: 118 - }), - new StockTeslaItem( - { - date: `2022-05-02`, - open: 338.3, - high: 345, - low: 273.9, - close: 301, - volume: 639990965, - change: -11, - index: 119 - }), - new StockTeslaItem( - { - date: `2022-05-11`, - open: 301.1, - high: 318.5, - low: 242.4, - close: 244.7, - volume: 583211967, - change: -18.7, - index: 120 - }), - new StockTeslaItem( - { - date: `2022-05-20`, - open: 233.7, - high: 262.4, - low: 211, - close: 221.3, - volume: 721880082, - change: -5.3, - index: 121 - }), - new StockTeslaItem( - { - date: `2022-06-01`, - open: 218.3, - high: 259.6, - low: 206.9, - close: 246.8, - volume: 644596235, - change: 13, - index: 122 - }), - new StockTeslaItem( - { - date: `2022-06-10`, - open: 244.2, - high: 264.2, - low: 227.9, - close: 232.2, - volume: 633672873, - change: -4.9, - index: 123 - }), - new StockTeslaItem( - { - date: `2022-06-22`, - open: 223.2, - high: 246.8, - low: 208.7, - close: 236.1, - volume: 744240764, - change: 5.8, - index: 124 - }), - new StockTeslaItem( - { - date: `2022-07-01`, - open: 237.9, - high: 252.1, - low: 218.9, - close: 227.3, - volume: 631776422, - change: -4.5, - index: 125 - }), - new StockTeslaItem( - { - date: `2022-07-13`, - open: 223, - high: 255, - low: 216.2, - close: 237, - volume: 625812242, - change: 6.3, - index: 126 - }), - new StockTeslaItem( - { - date: `2022-07-22`, - open: 234.9, - high: 280.8, - low: 229.3, - close: 272.2, - volume: 646037224, - change: 15.9, - index: 127 - }), - new StockTeslaItem( - { - date: `2022-08-02`, - open: 272.2, - high: 311.9, - low: 256.3, - close: 300.6, - volume: 611660612, - change: 10.4, - index: 128 - }), - new StockTeslaItem( - { - date: `2022-08-11`, - open: 305, - high: 313.6, - low: 279.4, - close: 286.6, - volume: 616204291, - change: -6, - index: 129 - }), - new StockTeslaItem( - { - date: `2022-08-22`, - open: 289.4, - high: 314.7, - low: 285, - close: 289.9, - volume: 490658060, - change: 0.2, - index: 130 - }), - new StockTeslaItem( - { - date: `2022-08-31`, - open: 291.5, - high: 303.6, - low: 271.8, - close: 275.6, - volume: 376152572, - change: -5.4, - index: 131 - }), - new StockTeslaItem( - { - date: `2022-09-12`, - open: 272.6, - high: 305.5, - low: 265.7, - close: 304.4, - volume: 367924580, - change: 11.7, - index: 132 - }), - new StockTeslaItem( - { - date: `2022-09-21`, - open: 292.9, - high: 313.8, - low: 290.4, - close: 300.8, - volume: 477171180, - change: 2.7, - index: 133 - }), - new StockTeslaItem( - { - date: `2022-09-30`, - open: 299.9, - high: 301.3, - low: 262.5, - close: 265.2, - volume: 454307920, - change: -11.5, - index: 134 - }), - new StockTeslaItem( - { - date: `2022-10-11`, - open: 254.5, - high: 257.5, - low: 215, - close: 216.5, - volume: 593078170, - change: -14.9, - index: 135 - }), - new StockTeslaItem( - { - date: `2022-10-20`, - open: 215.3, - high: 229.8, - low: 202, - close: 207.3, - volume: 592158560, - change: -3.7, - index: 136 - }), - new StockTeslaItem( - { - date: `2022-10-31`, - open: 206.4, - high: 233.8, - low: 198.6, - close: 227.5, - volume: 550341050, - change: 10.2, - index: 137 - }), - new StockTeslaItem( - { - date: `2022-11-09`, - open: 234, - high: 237.4, - low: 177.1, - close: 177.6, - volume: 630702790, - change: -24.1, - index: 138 - }), - new StockTeslaItem( - { - date: `2022-11-18`, - open: 189.9, - high: 200.8, - low: 176.6, - close: 180.2, - volume: 637579480, - change: -5.1, - index: 139 - }), - new StockTeslaItem( - { - date: `2022-11-30`, - open: 175.8, - high: 194.8, - low: 166.2, - close: 194.7, - volume: 617126140, - change: 10.7, - index: 140 - }), - new StockTeslaItem( - { - date: `2022-12-09`, - open: 197.1, - high: 198.9, - low: 169.1, - close: 179, - volume: 625675690, - change: -9.1, - index: 141 - }), - new StockTeslaItem( - { - date: `2022-12-20`, - open: 176.1, - high: 177.4, - low: 137.7, - close: 137.8, - volume: 986660100, - change: -21.7, - index: 142 - }), - new StockTeslaItem( - { - date: `2022-12-30`, - open: 139.3, - high: 141.3, - low: 108.2, - close: 123.2, - volume: 1331911900, - change: -11.6, - index: 143 - }), - new StockTeslaItem( - { - date: `2023-01-11`, - open: 118.5, - high: 126, - low: 101.8, - close: 123.2, - volume: 1332426500, - change: 4, - index: 144 - }), - new StockTeslaItem( - { - date: `2023-01-23`, - open: 122.6, - high: 145.4, - low: 115.6, - close: 143.8, - volume: 1244541500, - change: 17.3, - index: 145 - }), - new StockTeslaItem( - { - date: `2023-02-01`, - open: 143, - high: 183.8, - low: 138.1, - close: 181.4, - volume: 1534337700, - change: 26.9, - index: 146 - }), - new StockTeslaItem( - { - date: `2023-02-10`, - open: 187.3, - high: 214, - low: 182.6, - close: 196.9, - volume: 1423167800, - change: 5.1, - index: 147 - }), - new StockTeslaItem( - { - date: `2023-02-22`, - open: 194.4, - high: 217.6, - low: 187.6, - close: 200.9, - volume: 1386211900, - change: 3.3, - index: 148 - }), - new StockTeslaItem( - { - date: `2023-03-03`, - open: 203.9, - high: 211.2, - low: 186, - close: 197.8, - volume: 1095786600, - change: -3, - index: 149 - }), - new StockTeslaItem( - { - date: `2023-03-14`, - open: 198.5, - high: 198.6, - low: 163.9, - close: 183.3, - volume: 1101144600, - change: -7.7, - index: 150 - }), - new StockTeslaItem( - { - date: `2023-03-23`, - open: 180.8, - high: 200.7, - low: 176, - close: 192.2, - volume: 978213300, - change: 6.3, - index: 151 - }), - new StockTeslaItem( - { - date: `2023-04-03`, - open: 191.6, - high: 207.8, - low: 185.4, - close: 194.8, - volume: 909718040, - change: 1.6, - index: 152 - }), - new StockTeslaItem( - { - date: `2023-04-13`, - open: 197.3, - high: 198.7, - low: 176.1, - close: 185.9, - volume: 905319000, - change: -5.8, - index: 153 - }), - new StockTeslaItem( - { - date: `2023-04-24`, - open: 184, - high: 189.7, - low: 158.6, - close: 162.6, - volume: 905416980, - change: -11.6, - index: 154 - }), - new StockTeslaItem( - { - date: `2023-05-03`, - open: 159.8, - high: 165.5, - low: 152.4, - close: 160.6, - volume: 881897100, - change: 0.5, - index: 155 - }), - new StockTeslaItem( - { - date: `2023-05-12`, - open: 162.7, - high: 177.4, - low: 159.6, - close: 168, - volume: 785510430, - change: 3.2, - index: 156 - }), - new StockTeslaItem( - { - date: `2023-05-23`, - open: 167.7, - high: 193, - low: 164.4, - close: 185.8, - volume: 864025390, - change: 10.8, - index: 157 - }), - new StockTeslaItem( - { - date: `2023-06-02`, - open: 182.2, - high: 217.2, - low: 178.2, - close: 214, - volume: 988496020, - change: 17.4, - index: 158 - }), - new StockTeslaItem( - { - date: `2023-06-13`, - open: 217.8, - high: 259.7, - low: 212.5, - close: 258.7, - volume: 1161622400, - change: 18.8, - index: 159 - }), - new StockTeslaItem( - { - date: `2023-06-23`, - open: 260.2, - high: 277, - low: 247.3, - close: 256.6, - volume: 1220407300, - change: -1.4, - index: 160 - }), - new StockTeslaItem( - { - date: `2023-07-05`, - open: 250.1, - high: 284.2, - low: 240.7, - close: 282.5, - volume: 999163700, - change: 13, - index: 161 - }), - new StockTeslaItem( - { - date: `2023-07-14`, - open: 278.1, - high: 285.3, - low: 265.1, - close: 281.4, - volume: 774400400, - change: 1.2, - index: 162 - }), - new StockTeslaItem( - { - date: `2023-07-25`, - open: 286.6, - high: 299.3, - low: 254.1, - close: 265.3, - volume: 973076400, - change: -7.4, - index: 163 - }), - new StockTeslaItem( - { - date: `2023-08-03`, - open: 263.2, - high: 269.1, - low: 250.5, - close: 259.3, - volume: 678809820, - change: -1.5, - index: 164 - }), - new StockTeslaItem( - { - date: `2023-08-14`, - open: 261, - high: 264.8, - low: 233.8, - close: 239.8, - volume: 716008860, - change: -8.1, - index: 165 - }), - new StockTeslaItem( - { - date: `2023-08-23`, - open: 238.7, - high: 240.8, - low: 212.4, - close: 236.9, - volume: 825055300, - change: -0.8, - index: 166 - }), - new StockTeslaItem( - { - date: `2023-09-01`, - open: 238.7, - high: 261.2, - low: 228.2, - close: 245, - volume: 811502630, - change: 2.7, - index: 167 - }), - new StockTeslaItem( - { - date: `2023-09-13`, - open: 245, - high: 278.4, - low: 243.3, - close: 271.3, - volume: 902643400, - change: 10.7, - index: 168 - }), - new StockTeslaItem( - { - date: `2023-09-22`, - open: 271.3, - high: 279, - low: 244.5, - close: 244.9, - volume: 816639600, - change: -9.7, - index: 169 - }), - new StockTeslaItem( - { - date: `2023-10-03`, - open: 243.4, - high: 254.8, - low: 234.6, - close: 246.5, - volume: 814604700, - change: 1.3, - index: 170 - }), - new StockTeslaItem( - { - date: `2023-10-12`, - open: 248.1, - high: 268.9, - low: 247.6, - close: 258.9, - volume: 806250900, - change: 4.3, - index: 171 - }), - new StockTeslaItem( - { - date: `2023-10-23`, - open: 258.9, - high: 259.6, - low: 202.5, - close: 212.1, - volume: 869390890, - change: -18.1, - index: 172 - }), - new StockTeslaItem( - { - date: `2023-11-01`, - open: 216.5, - high: 222, - low: 194.1, - close: 205.7, - volume: 811468170, - change: -5, - index: 173 - }), - new StockTeslaItem( - { - date: `2023-11-10`, - open: 213, - high: 226.4, - low: 205.7, - close: 214.6, - volume: 859763700, - change: 0.8, - index: 174 - }), - new StockTeslaItem( - { - date: `2023-11-21`, - open: 215.6, - high: 246.7, - low: 211.6, - close: 241.2, - volume: 959006600, - change: 11.9, - index: 175 - }), - new StockTeslaItem( - { - date: `2023-12-01`, - open: 242, - high: 252.8, - low: 231.4, - close: 238.8, - volume: 832910200, - change: -1.3, - index: 176 - }), - new StockTeslaItem( - { - date: `2023-12-12`, - open: 235.8, - high: 246.7, - low: 233.3, - close: 237, - volume: 772018400, - change: 0.5, - index: 177 - }), - new StockTeslaItem( - { - date: `2023-12-21`, - open: 234.2, - high: 259.8, - low: 228.2, - close: 254.5, - volume: 900893400, - change: 8.7, - index: 178 - }), - new StockTeslaItem( - { - date: `2024-01-03`, - open: 256.8, - high: 265.1, - low: 236.3, - close: 238.4, - volume: 727005170, - change: -7.1, - index: 179 - }), - new StockTeslaItem( - { - date: `2024-01-12`, - open: 239.2, - high: 242.7, - low: 217.2, - close: 218.9, - volume: 697536380, - change: -8.5, - index: 180 - }), - new StockTeslaItem( - { - date: `2024-01-24`, - open: 215.1, - high: 223.5, - low: 206.3, - close: 207.8, - volume: 777303400, - change: -3.4, - index: 181 - }), - new StockTeslaItem( - { - date: `2024-02-02`, - open: 189.7, - high: 196.4, - low: 180.1, - close: 187.9, - volume: 846092780, - change: -0.9, - index: 182 - }), - new StockTeslaItem( - { - date: `2024-02-13`, - open: 184.3, - high: 194.7, - low: 175, - close: 184, - volume: 718274070, - change: -0.1, - index: 183 - }), - new StockTeslaItem( - { - date: `2024-02-23`, - open: 185.3, - high: 203.2, - low: 183.4, - close: 192, - volume: 693352670, - change: 3.6, - index: 184 - }), - new StockTeslaItem( - { - date: `2024-03-05`, - open: 192.3, - high: 205.6, - low: 177.6, - close: 180.7, - volume: 742344460, - change: -6, - index: 185 - }), - new StockTeslaItem( - { - date: `2024-03-14`, - open: 180, - high: 182.9, - low: 160.5, - close: 162.5, - volume: 701227950, - change: -9.7, - index: 186 - }), - new StockTeslaItem( - { - date: `2024-03-25`, - open: 163.2, - high: 178.2, - low: 160.8, - close: 172.6, - volume: 589466660, - change: 5.8, - index: 187 - }), - new StockTeslaItem( - { - date: `2024-04-04`, - open: 178.6, - high: 184.2, - low: 163.3, - close: 171.1, - volume: 676969950, - change: -4.2, - index: 188 - }), - new StockTeslaItem( - { - date: `2024-04-15`, - open: 169.1, - high: 179.2, - low: 160.5, - close: 161.5, - volume: 694829970, - change: -4.5, - index: 189 - }), - new StockTeslaItem( - { - date: `2024-04-24`, - open: 156.7, - high: 168, - low: 138.8, - close: 162.1, - volume: 775433710, - change: 3.4, - index: 190 - }), - new StockTeslaItem( - { - date: `2024-05-03`, - open: 159, - high: 198.9, - low: 158.4, - close: 181.2, - volume: 864614000, - change: 14, - index: 191 - }), - new StockTeslaItem( - { - date: `2024-05-14`, - open: 183.8, - high: 187.6, - low: 167.8, - close: 177.6, - volume: 531409380, - change: -3.4, - index: 192 - }), - new StockTeslaItem( - { - date: `2024-05-23`, - open: 179.9, - high: 186.9, - low: 171.4, - close: 173.7, - volume: 554203970, - change: -3.4, - index: 193 - }), - new StockTeslaItem( - { - date: `2024-06-04`, - open: 174.8, - high: 182.7, - low: 173.2, - close: 174.8, - volume: 453828370, - change: 0, - index: 194 - }), - new StockTeslaItem( - { - date: `2024-06-13`, - open: 175.4, - high: 191.1, - low: 167.4, - close: 182.5, - volume: 509090870, - change: 4.1, - index: 195 - }), - new StockTeslaItem( - { - date: `2024-06-25`, - open: 185.8, - high: 188.8, - low: 176.9, - close: 187.4, - volume: 505399520, - change: 0.8, - index: 196 - }), - new StockTeslaItem( - { - date: `2024-07-05`, - open: 186.5, - high: 252.4, - low: 186.4, - close: 251.5, - volume: 925723660, - change: 34.8, - index: 197 - }), - new StockTeslaItem( - { - date: `2024-07-16`, - open: 247.7, - high: 271, - low: 233.1, - close: 256.6, - volume: 1097390000, - change: 3.6, - index: 198 - }), - new StockTeslaItem( - { - date: `2024-07-25`, - open: 252.7, - high: 258.5, - low: 214.7, - close: 220.2, - volume: 795590700, - change: -12.9, - index: 199 - }), - new StockTeslaItem( - { - date: `2024-08-05`, - open: 221.2, - high: 234.7, - low: 182, - close: 198.9, - volume: 658914080, - change: -10.1, - index: 200 - }), - new StockTeslaItem( - { - date: `2024-08-14`, - open: 200.8, - high: 208.5, - low: 191.5, - close: 201.4, - volume: 479168160, - change: 0.3, - index: 201 - }), - new StockTeslaItem( - { - date: `2024-08-23`, - open: 205, - high: 228.2, - low: 204.8, - close: 220.3, - volume: 560235700, - change: 7.5, - index: 202 - }), - new StockTeslaItem( - { - date: `2024-09-04`, - open: 218.8, - high: 222.2, - low: 202.6, - close: 219.4, - volume: 469284350, - change: 0.3, - index: 203 - }), - new StockTeslaItem( - { - date: `2024-09-13`, - open: 223.5, - high: 235, - low: 210.5, - close: 230.3, - volume: 592950440, - change: 3, - index: 204 - }), - new StockTeslaItem( - { - date: `2024-09-24`, - open: 229.3, - high: 257.2, - low: 223.5, - close: 254.3, - volume: 577086700, - change: 10.9, - index: 205 - }), - new StockTeslaItem( - { - date: `2024-10-03`, - open: 252.5, - high: 264.9, - low: 237.8, - close: 240.7, - volume: 546148740, - change: -4.7, - index: 206 - }), - new StockTeslaItem( - { - date: `2024-10-14`, - open: 246.7, - high: 251, - low: 213.7, - close: 219.2, - volume: 589440130, - change: -11.2, - index: 207 - }), - new StockTeslaItem( - { - date: `2024-10-23`, - open: 220, - high: 224.3, - low: 212.1, - close: 213.6, - volume: 384561880, - change: -2.9, - index: 208 - }), - new StockTeslaItem( - { - date: `2024-11-01`, - open: 244.7, - high: 273.5, - low: 242.6, - close: 249, - volume: 732392780, - change: 1.8, - index: 209 - }), - new StockTeslaItem( - { - date: `2024-11-12`, - open: 244.6, - high: 358.6, - low: 238.9, - close: 328.5, - volume: 991653160, - change: 34.3, - index: 210 - }), - new StockTeslaItem( - { - date: `2024-11-21`, - open: 335.8, - high: 348.5, - low: 309.2, - close: 339.6, - volume: 700324320, - change: 1.1, - index: 211 - }), - new StockTeslaItem( - { - date: `2024-12-03`, - open: 341.1, - high: 361.9, - low: 326.6, - close: 351.4, - volume: 478645220, - change: 3, - index: 212 - }), - new StockTeslaItem( - { - date: `2024-12-12`, - open: 353, - high: 429.3, - low: 348.6, - close: 418.1, - volume: 599082110, - change: 18.4, - index: 213 - }), - new StockTeslaItem( - { - date: `2024-12-23`, - open: 420, - high: 481.5, - low: 415.4, - close: 430.6, - volume: 807128120, - change: 2.5, - index: 214 - }), - new StockTeslaItem( - { - date: `2025-01-03`, - open: 435.9, - high: 465.3, - low: 373, - close: 410.4, - volume: 565769940, - change: -5.8, - index: 215 - }), - new StockTeslaItem( - { - date: `2025-01-15`, - open: 423.2, - high: 429.8, - low: 377.3, - close: 428.2, - volume: 530063170, - change: 1.2, - index: 216 - }), - new StockTeslaItem( - { - date: `2025-01-27`, - open: 423.5, - high: 439.7, - low: 389, - close: 397.2, - volume: 476854060, - change: -6.2, - index: 217 - }), - new StockTeslaItem( - { - date: `2025-02-05`, - open: 396.9, - high: 420, - low: 374.4, - close: 378.2, - volume: 507024510, - change: -4.7, - index: 218 - }), - new StockTeslaItem( - { - date: `2025-02-14`, - open: 373, - high: 380.6, - low: 325.1, - close: 355.8, - volume: 607376290, - change: -4.6, - index: 219 - }), - new StockTeslaItem( - { - date: `2025-02-26`, - open: 355, - high: 367.3, - low: 288, - close: 290.8, - volume: 549149490, - change: -18.1, - index: 220 - }), - new StockTeslaItem( - { - date: `2025-03-07`, - open: 291.2, - high: 303.9, - low: 250.7, - close: 262.7, - volume: 754567280, - change: -9.8, - index: 221 - }), - new StockTeslaItem( - { - date: `2025-03-18`, - open: 252.5, - high: 253.4, - low: 217, - close: 225.3, - volume: 944623000, - change: -10.8, - index: 222 - }), - new StockTeslaItem( - { - date: `2025-03-27`, - open: 231.6, - high: 291.8, - low: 229.2, - close: 273.1, - volume: 982018670, - change: 17.9, - index: 223 - }), - new StockTeslaItem( - { - date: `2025-04-07`, - open: 275.6, - high: 285, - low: 214.2, - close: 233.3, - volume: 1117950500, - change: -15.3, - index: 224 - }), - new StockTeslaItem( - { - date: `2025-04-16`, - open: 245, - high: 274.7, - low: 217.8, - close: 241.6, - volume: 993815820, - change: -1.4, - index: 225 - }), - new StockTeslaItem( - { - date: `2025-04-28`, - open: 243.5, - high: 294.9, - low: 222.8, - close: 285.9, - volume: 866169890, - change: 17.4, - index: 226 - }), + new StockTeslaItem({ date: `2019-01-10`, open: 20.4, high: 23, low: 19.8, close: 23, volume: 779333701, change: 12.7, index: 0 }), + new StockTeslaItem({ date: `2019-01-22`, open: 22.8, high: 23.5, low: 19.7, close: 19.9, volume: 911781100, change: -12.6, index: 1 }), + new StockTeslaItem({ date: `2019-01-31`, open: 19.5, high: 20.8, low: 18.6, close: 20.5, volume: 926375717, change: 5, index: 2 }), + new StockTeslaItem({ date: `2019-02-11`, open: 20.4, high: 21.6, low: 19.9, close: 20.9, volume: 687520471, change: 2.4, index: 3 }), + new StockTeslaItem({ date: `2019-02-21`, open: 21.1, high: 21.2, low: 19.4, close: 19.4, volume: 597552272, change: -7.9, index: 4 }), + new StockTeslaItem({ date: `2019-03-04`, open: 19.6, high: 21.3, low: 18.9, close: 19, volume: 1218669201, change: -3.1, index: 5 }), + new StockTeslaItem({ date: `2019-03-13`, open: 18.8, high: 19.5, low: 18, close: 19.3, volume: 1034156904, change: 2.5, index: 6 }), + new StockTeslaItem({ date: `2019-03-22`, open: 19.5, high: 19.7, low: 17.6, close: 17.6, volume: 980694095, change: -9.5, index: 7 }), + new StockTeslaItem({ date: `2019-04-02`, open: 17.3, high: 19.3, low: 17, close: 19.1, volume: 788473494, change: 10.1, index: 8 }), + new StockTeslaItem({ date: `2019-04-11`, open: 19.2, high: 19.7, low: 17.4, close: 17.9, volume: 1165555442, change: -6.6, index: 9 }), + new StockTeslaItem({ date: `2019-04-23`, open: 18, high: 18.3, low: 17, close: 17.6, volume: 870373200, change: -2.3, index: 10 }), + new StockTeslaItem({ date: `2019-05-02`, open: 17.6, high: 17.7, low: 15.4, close: 16.3, volume: 1629432326, change: -7.5, index: 11 }), + new StockTeslaItem({ date: `2019-05-13`, open: 16.3, high: 17.2, low: 15, close: 15.1, volume: 1131045605, change: -6.9, index: 12 }), + new StockTeslaItem({ date: `2019-05-22`, open: 15.3, high: 15.6, low: 12.8, close: 12.8, volume: 1455503588, change: -15.9, index: 13 }), + new StockTeslaItem({ date: `2019-06-03`, open: 13, high: 13.3, low: 11.8, close: 11.9, volume: 1415442268, change: -7.9, index: 14 }), + new StockTeslaItem({ date: `2019-06-12`, open: 12.1, high: 14.9, low: 12, close: 14, volume: 1515000443, change: 15.6, index: 15 }), + new StockTeslaItem({ date: `2019-06-21`, open: 14, high: 15.6, low: 13.8, close: 14.8, volume: 1009123371, change: 5.5, index: 16 }), + new StockTeslaItem({ date: `2019-07-02`, open: 14.9, high: 15.5, low: 14.5, close: 15, volume: 766921642, change: 0.6, index: 17 }), + new StockTeslaItem({ date: `2019-07-12`, open: 16, high: 16.4, low: 15.2, close: 16.3, volume: 887983836, change: 2.4, index: 18 }), + new StockTeslaItem({ date: `2019-07-23`, open: 16.5, high: 17.5, low: 16.3, close: 17.3, volume: 788941000, change: 4.9, index: 19 }), + new StockTeslaItem({ date: `2019-08-01`, open: 17.3, high: 17.7, low: 14.8, close: 15.6, volume: 1175082297, change: -9.8, index: 20 }), + new StockTeslaItem({ date: `2019-08-12`, open: 15.4, high: 16, low: 15, close: 15.3, volume: 560129569, change: -1, index: 21 }), + new StockTeslaItem({ date: `2019-08-21`, open: 15.3, high: 15.7, low: 14.1, close: 14.7, volume: 677293701, change: -3.5, index: 22 }), + new StockTeslaItem({ date: `2019-08-30`, open: 14.9, high: 15.5, low: 14.1, close: 15, volume: 650239370, change: 1.3, index: 23 }), + new StockTeslaItem({ date: `2019-09-11`, open: 14.9, high: 16.5, low: 14.6, close: 16.5, volume: 636766167, change: 10.3, index: 24 }), + new StockTeslaItem({ date: `2019-09-20`, open: 16.5, high: 16.9, low: 15.9, close: 16, volume: 572802643, change: -2.9, index: 25 }), + new StockTeslaItem({ date: `2019-10-01`, open: 16, high: 16.6, low: 14.6, close: 16.3, volume: 931821239, change: 2, index: 26 }), + new StockTeslaItem({ date: `2019-10-10`, open: 16.2, high: 16.6, low: 15, close: 16.3, volume: 891798049, change: 0.6, index: 27 }), + new StockTeslaItem({ date: `2019-10-21`, open: 16.5, high: 17.7, low: 16.5, close: 16.9, volume: 713093463, change: 2.6, index: 28 }), + new StockTeslaItem({ date: `2019-10-30`, open: 17, high: 22.7, low: 16.7, close: 21, volume: 1752943598, change: 23.9, index: 29 }), + new StockTeslaItem({ date: `2019-11-08`, open: 20.9, high: 22.8, low: 20.6, close: 22.5, volume: 834957256, change: 7.7, index: 30 }), + new StockTeslaItem({ date: `2019-11-19`, open: 22.9, high: 24, low: 22.8, close: 24, volume: 738746390, change: 4.5, index: 31 }), + new StockTeslaItem({ date: `2019-11-29`, open: 24, high: 24.1, low: 21.8, close: 22, volume: 870685288, change: -8.4, index: 32 }), + new StockTeslaItem({ date: `2019-12-10`, open: 22, high: 23.4, low: 21.8, close: 23.3, volume: 712016613, change: 5.9, index: 33 }), + new StockTeslaItem({ date: `2019-12-19`, open: 23.5, high: 27.1, low: 23.4, close: 26.9, volume: 1203765433, change: 14.8, index: 34 }), + new StockTeslaItem({ date: `2019-12-31`, open: 27.4, high: 29, low: 26.7, close: 27.9, volume: 1195073357, change: 2, index: 35 }), + new StockTeslaItem({ date: `2020-01-10`, open: 28.3, high: 33.3, low: 28.1, close: 31.9, volume: 1925386078, change: 12.6, index: 36 }), + new StockTeslaItem({ date: `2020-01-22`, open: 32.9, high: 39.6, low: 32.8, close: 38, volume: 2364043518, change: 15.4, index: 37 }), + new StockTeslaItem({ date: `2020-01-31`, open: 37.6, high: 43.5, low: 36, close: 43.4, volume: 1835141382, change: 15.3, index: 38 }), + new StockTeslaItem({ date: `2020-02-11`, open: 44.9, high: 64.6, low: 44.9, close: 51.6, volume: 3748903126, change: 14.9, index: 39 }), + new StockTeslaItem({ date: `2020-02-21`, open: 51.9, high: 63, low: 49, close: 60.1, volume: 1921517039, change: 15.8, index: 40 }), + new StockTeslaItem({ date: `2020-03-03`, open: 55.9, high: 57.6, low: 40.8, close: 49.7, volume: 2121850940, change: -11.1, index: 41 }), + new StockTeslaItem({ date: `2020-03-12`, open: 50.9, high: 51.1, low: 36.4, close: 37.4, volume: 1553329923, change: -26.6, index: 42 }), + new StockTeslaItem({ date: `2020-03-23`, open: 39.7, high: 40.5, low: 23.4, close: 29, volume: 2487688157, change: -27, index: 43 }), + new StockTeslaItem({ date: `2020-04-01`, open: 31.8, high: 37.3, low: 31.6, close: 32.1, volume: 1785601357, change: 0.9, index: 44 }), + new StockTeslaItem({ date: `2020-04-13`, open: 32.1, high: 43.5, low: 29.8, close: 43.4, volume: 1860352620, change: 35.3, index: 45 }), + new StockTeslaItem({ date: `2020-04-22`, open: 46.6, high: 51.7, low: 44.9, close: 48.8, volume: 2056797321, change: 4.7, index: 46 }), + new StockTeslaItem({ date: `2020-05-01`, open: 48.5, high: 58, low: 45.5, close: 46.8, volume: 2093959203, change: -3.6, index: 47 }), + new StockTeslaItem({ date: `2020-05-12`, open: 46.7, high: 56.2, low: 46.5, close: 54, volume: 1611543246, change: 15.5, index: 48 }), + new StockTeslaItem({ date: `2020-05-21`, open: 54.7, high: 55.6, low: 50.9, close: 55.2, volume: 1262468113, change: 0.8, index: 49 }), + new StockTeslaItem({ date: `2020-06-02`, open: 54.8, high: 60.6, low: 52.3, close: 58.8, volume: 1160487993, change: 7.2, index: 50 }), + new StockTeslaItem({ date: `2020-06-11`, open: 59.2, high: 68.5, low: 57.2, close: 64.9, volume: 1270377400, change: 9.5, index: 51 }), + new StockTeslaItem({ date: `2020-06-22`, open: 65.3, high: 67.9, low: 60.6, close: 66.3, volume: 1217946366, change: 1.5, index: 52 }), + new StockTeslaItem({ date: `2020-07-01`, open: 66.6, high: 75.7, low: 62.5, close: 74.6, volume: 1120591270, change: 12.1, index: 53 }), + new StockTeslaItem({ date: `2020-07-13`, open: 81.4, high: 119.7, low: 79, close: 99.8, volume: 2244920779, change: 22.6, index: 54 }), + new StockTeslaItem({ date: `2020-07-22`, open: 103.7, high: 111.7, low: 95.4, close: 106.2, volume: 1662846099, change: 2.3, index: 55 }), + new StockTeslaItem({ date: `2020-07-31`, open: 111.9, high: 112.6, low: 91.1, close: 95.4, volume: 1573159944, change: -14.8, index: 56 }), + new StockTeslaItem({ date: `2020-08-11`, open: 96.6, high: 101.8, low: 91, close: 91.6, volume: 798587331, change: -5.2, index: 57 }), + new StockTeslaItem({ date: `2020-08-20`, open: 98, high: 134.8, low: 95.7, close: 133.5, volume: 1866534416, change: 36.2, index: 58 }), + new StockTeslaItem({ date: `2020-08-31`, open: 136.3, high: 166.7, low: 128.5, close: 166.1, volume: 2008507459, change: 21.9, index: 59 }), + new StockTeslaItem({ date: `2020-09-10`, open: 167.4, high: 167.5, low: 110, close: 123.8, volume: 1992227059, change: -26, index: 60 }), + new StockTeslaItem({ date: `2020-09-21`, open: 127.3, high: 154, low: 120.2, close: 149.8, volume: 1758737696, change: 17.7, index: 61 }), + new StockTeslaItem({ date: `2020-09-30`, open: 143.2, high: 145.9, low: 117.1, close: 143, volume: 1459893236, change: -0.1, index: 62 }), + new StockTeslaItem({ date: `2020-10-09`, open: 146.9, high: 149.6, low: 135.4, close: 144.7, volume: 985545158, change: -1.5, index: 63 }), + new StockTeslaItem({ date: `2020-10-20`, open: 147.3, high: 155.3, low: 139.7, close: 140.6, volume: 773077727, change: -4.5, index: 64 }), + new StockTeslaItem({ date: `2020-10-29`, open: 140.9, high: 148.4, low: 135.3, close: 136.9, volume: 615339122, change: -2.8, index: 65 }), + new StockTeslaItem({ date: `2020-11-09`, open: 135.6, high: 150.8, low: 126.4, close: 140.4, volume: 669171368, change: 3.5, index: 66 }), + new StockTeslaItem({ date: `2020-11-18`, open: 140, high: 165.3, low: 132, close: 162.2, volume: 760451265, change: 15.8, index: 67 }), + new StockTeslaItem({ date: `2020-11-30`, open: 164, high: 202.6, low: 162.5, close: 189.2, volume: 1046371155, change: 15.4, index: 68 }), + new StockTeslaItem({ date: `2020-12-09`, open: 199.2, high: 218.1, low: 180.4, close: 201.5, volume: 1055933265, change: 1.2, index: 69 }), + new StockTeslaItem({ date: `2020-12-18`, open: 191.5, high: 231.7, low: 188.8, close: 231.7, volume: 1593943601, change: 21, index: 70 }), + new StockTeslaItem({ date: `2020-12-30`, open: 222.1, high: 232.2, low: 204.7, close: 231.6, volume: 791942570, change: 4.3, index: 71 }), + new StockTeslaItem({ date: `2021-01-11`, open: 233.3, high: 294.8, low: 230.4, close: 270.4, volume: 1084025779, change: 15.9, index: 72 }), + new StockTeslaItem({ date: `2021-01-21`, open: 277, high: 289.3, low: 273, close: 281.7, volume: 663774487, change: 1.7, index: 73 }), + new StockTeslaItem({ date: `2021-02-01`, open: 278.1, high: 300.1, low: 260, close: 279.9, volume: 595397009, change: 0.7, index: 74 }), + new StockTeslaItem({ date: `2021-02-10`, open: 281.6, high: 293.5, low: 266.7, close: 268.3, volume: 445813486, change: -4.7, index: 75 }), + new StockTeslaItem({ date: `2021-02-22`, open: 270.8, high: 276.6, low: 236.7, close: 238.2, volume: 496372009, change: -12.1, index: 76 }), + new StockTeslaItem({ date: `2021-03-03`, open: 220.7, high: 290.7, low: 206.3, close: 217.7, volume: 793689739, change: -1.3, index: 77 }), + new StockTeslaItem({ date: `2021-03-12`, open: 218.6, high: 291.3, low: 179.8, close: 231.2, volume: 1215209162, change: 5.8, index: 78 }), + new StockTeslaItem({ date: `2021-03-23`, open: 231.4, high: 237.7, low: 208.2, close: 220.7, volume: 744776145, change: -4.6, index: 79 }), + new StockTeslaItem({ date: `2021-04-01`, open: 222.6, high: 230.8, low: 197, close: 220.6, volume: 730733684, change: -0.9, index: 80 }), + new StockTeslaItem({ date: `2021-04-13`, open: 235.9, high: 254.3, low: 222.6, close: 254.1, volume: 646721884, change: 7.7, index: 81 }), + new StockTeslaItem({ date: `2021-04-22`, open: 256.9, high: 260.3, low: 230.6, close: 239.9, volume: 740840774, change: -6.6, index: 82 }), + new StockTeslaItem({ date: `2021-05-03`, open: 239.9, high: 249.8, low: 222, close: 228.3, volume: 623423313, change: -4.8, index: 83 }), + new StockTeslaItem({ date: `2021-05-12`, open: 226.3, high: 230, low: 195.6, close: 196.6, volume: 643844974, change: -13.1, index: 84 }), + new StockTeslaItem({ date: `2021-05-21`, open: 200.5, high: 202.2, low: 182.3, close: 193.6, volume: 729192883, change: -3.4, index: 85 }), + new StockTeslaItem({ date: `2021-06-02`, open: 193.9, high: 211.9, low: 191.2, close: 201.7, volume: 545095944, change: 4, index: 86 }), + new StockTeslaItem({ date: `2021-06-11`, open: 200.6, high: 207.7, low: 190.4, close: 203.3, volume: 478366128, change: 1.3, index: 87 }), + new StockTeslaItem({ date: `2021-06-22`, open: 204.1, high: 210.5, low: 197.8, close: 207.9, volume: 454698495, change: 1.9, index: 88 }), + new StockTeslaItem({ date: `2021-07-01`, open: 210.7, high: 232.5, low: 210, close: 226, volume: 558441596, change: 7.3, index: 89 }), + new StockTeslaItem({ date: `2021-07-13`, open: 226.3, high: 233.3, low: 206.8, close: 222.8, volume: 470942387, change: -1.5, index: 90 }), + new StockTeslaItem({ date: `2021-07-22`, open: 223.6, high: 226.2, low: 207.1, close: 216.4, volume: 372195097, change: -3.2, index: 91 }), + new StockTeslaItem({ date: `2021-08-02`, open: 215.5, high: 242.3, low: 209.1, close: 236.6, volume: 547284685, change: 9.8, index: 92 }), + new StockTeslaItem({ date: `2021-08-11`, open: 239.7, high: 241.6, low: 232.5, close: 235.9, volume: 315341455, change: -1.6, index: 93 }), + new StockTeslaItem({ date: `2021-08-20`, open: 235.4, high: 243.3, low: 216.3, close: 226.8, volume: 392227478, change: -3.7, index: 94 }), + new StockTeslaItem({ date: `2021-08-31`, open: 228.5, high: 246.8, low: 226.9, close: 245.2, volume: 337503634, change: 7.3, index: 95 }), + new StockTeslaItem({ date: `2021-09-10`, open: 244.7, high: 254.8, low: 241.4, close: 245.4, volume: 328100734, change: 0.3, index: 96 }), + new StockTeslaItem({ date: `2021-09-21`, open: 246.7, high: 253.7, low: 236.3, close: 246.5, volume: 420153012, change: -0.1, index: 97 }), + new StockTeslaItem({ date: `2021-09-30`, open: 247.8, high: 266.3, low: 246.4, close: 258.5, volume: 422393262, change: 4.3, index: 98 }), + new StockTeslaItem({ date: `2021-10-11`, open: 259.5, high: 269, low: 254.5, close: 264, volume: 392144589, change: 1.7, index: 99 }), + new StockTeslaItem({ date: `2021-10-20`, open: 267, high: 292.6, low: 265.5, close: 288.6, volume: 368796877, change: 8.1, index: 100 }), + new StockTeslaItem({ date: `2021-10-29`, open: 285.3, high: 371.7, low: 285.2, close: 371.3, volume: 825862313, change: 30.1, index: 101 }), + new StockTeslaItem({ date: `2021-11-09`, open: 381.7, high: 414.5, low: 337.2, close: 341.2, volume: 818978542, change: -10.6, index: 102 }), + new StockTeslaItem({ date: `2021-11-18`, open: 336.8, high: 373.2, low: 326.2, close: 365.5, volume: 613304311, change: 8.5, index: 103 }), + new StockTeslaItem({ date: `2021-11-30`, open: 366.3, high: 400.6, low: 354, close: 381.6, volume: 515052382, change: 4.2, index: 104 }), + new StockTeslaItem({ date: `2021-12-09`, open: 386.9, high: 390.9, low: 316.8, close: 334.6, volume: 473333567, change: -13.5, index: 105 }), + new StockTeslaItem({ date: `2021-12-20`, open: 336.2, high: 340.3, low: 297.8, close: 300, volume: 524367113, change: -10.8, index: 106 }), + new StockTeslaItem({ date: `2021-12-30`, open: 305.6, high: 373, low: 295.4, close: 356.8, volume: 492530059, change: 16.7, index: 107 }), + new StockTeslaItem({ date: `2022-01-10`, open: 357.8, high: 402.7, low: 326.7, close: 352.7, volume: 592103938, change: -1.4, index: 108 }), + new StockTeslaItem({ date: `2022-01-20`, open: 351.2, high: 371.9, low: 331.3, close: 332.1, volume: 532857144, change: -5.4, index: 109 }), + new StockTeslaItem({ date: `2022-01-31`, open: 332.1, high: 334.8, low: 264, close: 312.2, volume: 833589022, change: -6, index: 110 }), + new StockTeslaItem({ date: `2022-02-09`, open: 311.7, high: 315.9, low: 293.5, close: 310.7, volume: 456395505, change: -0.3, index: 111 }), + new StockTeslaItem({ date: `2022-02-18`, open: 302.8, high: 314.6, low: 279.2, close: 285.7, volume: 446153356, change: -5.7, index: 112 }), + new StockTeslaItem({ date: `2022-03-02`, open: 278, high: 296.6, low: 233.3, close: 293.3, volume: 638352514, change: 5.5, index: 113 }), + new StockTeslaItem({ date: `2022-03-11`, open: 292.9, high: 295.5, low: 260.7, close: 265.1, volume: 466566467, change: -9.5, index: 114 }), + new StockTeslaItem({ date: `2022-03-22`, open: 260.2, high: 332.6, low: 252, close: 331.3, volume: 576869668, change: 27.3, index: 115 }), + new StockTeslaItem({ date: `2022-03-31`, open: 326.6, high: 371.6, low: 325.5, close: 359.2, volume: 536607263, change: 10, index: 116 }), + new StockTeslaItem({ date: `2022-04-11`, open: 360.4, high: 384.3, low: 324.9, close: 325.3, volume: 499682510, change: -9.7, index: 117 }), + new StockTeslaItem({ date: `2022-04-21`, open: 332.5, high: 364.1, low: 324.4, close: 336.3, volume: 457210487, change: 1.1, index: 118 }), + new StockTeslaItem({ date: `2022-05-02`, open: 338.3, high: 345, low: 273.9, close: 301, volume: 639990965, change: -11, index: 119 }), + new StockTeslaItem({ date: `2022-05-11`, open: 301.1, high: 318.5, low: 242.4, close: 244.7, volume: 583211967, change: -18.7, index: 120 }), + new StockTeslaItem({ date: `2022-05-20`, open: 233.7, high: 262.4, low: 211, close: 221.3, volume: 721880082, change: -5.3, index: 121 }), + new StockTeslaItem({ date: `2022-06-01`, open: 218.3, high: 259.6, low: 206.9, close: 246.8, volume: 644596235, change: 13, index: 122 }), + new StockTeslaItem({ date: `2022-06-10`, open: 244.2, high: 264.2, low: 227.9, close: 232.2, volume: 633672873, change: -4.9, index: 123 }), + new StockTeslaItem({ date: `2022-06-22`, open: 223.2, high: 246.8, low: 208.7, close: 236.1, volume: 744240764, change: 5.8, index: 124 }), + new StockTeslaItem({ date: `2022-07-01`, open: 237.9, high: 252.1, low: 218.9, close: 227.3, volume: 631776422, change: -4.5, index: 125 }), + new StockTeslaItem({ date: `2022-07-13`, open: 223, high: 255, low: 216.2, close: 237, volume: 625812242, change: 6.3, index: 126 }), + new StockTeslaItem({ date: `2022-07-22`, open: 234.9, high: 280.8, low: 229.3, close: 272.2, volume: 646037224, change: 15.9, index: 127 }), + new StockTeslaItem({ date: `2022-08-02`, open: 272.2, high: 311.9, low: 256.3, close: 300.6, volume: 611660612, change: 10.4, index: 128 }), + new StockTeslaItem({ date: `2022-08-11`, open: 305, high: 313.6, low: 279.4, close: 286.6, volume: 616204291, change: -6, index: 129 }), + new StockTeslaItem({ date: `2022-08-22`, open: 289.4, high: 314.7, low: 285, close: 289.9, volume: 490658060, change: 0.2, index: 130 }), + new StockTeslaItem({ date: `2022-08-31`, open: 291.5, high: 303.6, low: 271.8, close: 275.6, volume: 376152572, change: -5.4, index: 131 }), + new StockTeslaItem({ date: `2022-09-12`, open: 272.6, high: 305.5, low: 265.7, close: 304.4, volume: 367924580, change: 11.7, index: 132 }), + new StockTeslaItem({ date: `2022-09-21`, open: 292.9, high: 313.8, low: 290.4, close: 300.8, volume: 477171180, change: 2.7, index: 133 }), + new StockTeslaItem({ date: `2022-09-30`, open: 299.9, high: 301.3, low: 262.5, close: 265.2, volume: 454307920, change: -11.5, index: 134 }), + new StockTeslaItem({ date: `2022-10-11`, open: 254.5, high: 257.5, low: 215, close: 216.5, volume: 593078170, change: -14.9, index: 135 }), + new StockTeslaItem({ date: `2022-10-20`, open: 215.3, high: 229.8, low: 202, close: 207.3, volume: 592158560, change: -3.7, index: 136 }), + new StockTeslaItem({ date: `2022-10-31`, open: 206.4, high: 233.8, low: 198.6, close: 227.5, volume: 550341050, change: 10.2, index: 137 }), + new StockTeslaItem({ date: `2022-11-09`, open: 234, high: 237.4, low: 177.1, close: 177.6, volume: 630702790, change: -24.1, index: 138 }), + new StockTeslaItem({ date: `2022-11-18`, open: 189.9, high: 200.8, low: 176.6, close: 180.2, volume: 637579480, change: -5.1, index: 139 }), + new StockTeslaItem({ date: `2022-11-30`, open: 175.8, high: 194.8, low: 166.2, close: 194.7, volume: 617126140, change: 10.7, index: 140 }), + new StockTeslaItem({ date: `2022-12-09`, open: 197.1, high: 198.9, low: 169.1, close: 179, volume: 625675690, change: -9.1, index: 141 }), + new StockTeslaItem({ date: `2022-12-20`, open: 176.1, high: 177.4, low: 137.7, close: 137.8, volume: 986660100, change: -21.7, index: 142 }), + new StockTeslaItem({ date: `2022-12-30`, open: 139.3, high: 141.3, low: 108.2, close: 123.2, volume: 1331911900, change: -11.6, index: 143 }), + new StockTeslaItem({ date: `2023-01-11`, open: 118.5, high: 126, low: 101.8, close: 123.2, volume: 1332426500, change: 4, index: 144 }), + new StockTeslaItem({ date: `2023-01-23`, open: 122.6, high: 145.4, low: 115.6, close: 143.8, volume: 1244541500, change: 17.3, index: 145 }), + new StockTeslaItem({ date: `2023-02-01`, open: 143, high: 183.8, low: 138.1, close: 181.4, volume: 1534337700, change: 26.9, index: 146 }), + new StockTeslaItem({ date: `2023-02-10`, open: 187.3, high: 214, low: 182.6, close: 196.9, volume: 1423167800, change: 5.1, index: 147 }), + new StockTeslaItem({ date: `2023-02-22`, open: 194.4, high: 217.6, low: 187.6, close: 200.9, volume: 1386211900, change: 3.3, index: 148 }), + new StockTeslaItem({ date: `2023-03-03`, open: 203.9, high: 211.2, low: 186, close: 197.8, volume: 1095786600, change: -3, index: 149 }), + new StockTeslaItem({ date: `2023-03-14`, open: 198.5, high: 198.6, low: 163.9, close: 183.3, volume: 1101144600, change: -7.7, index: 150 }), + new StockTeslaItem({ date: `2023-03-23`, open: 180.8, high: 200.7, low: 176, close: 192.2, volume: 978213300, change: 6.3, index: 151 }), + new StockTeslaItem({ date: `2023-04-03`, open: 191.6, high: 207.8, low: 185.4, close: 194.8, volume: 909718040, change: 1.6, index: 152 }), + new StockTeslaItem({ date: `2023-04-13`, open: 197.3, high: 198.7, low: 176.1, close: 185.9, volume: 905319000, change: -5.8, index: 153 }), + new StockTeslaItem({ date: `2023-04-24`, open: 184, high: 189.7, low: 158.6, close: 162.6, volume: 905416980, change: -11.6, index: 154 }), + new StockTeslaItem({ date: `2023-05-03`, open: 159.8, high: 165.5, low: 152.4, close: 160.6, volume: 881897100, change: 0.5, index: 155 }), + new StockTeslaItem({ date: `2023-05-12`, open: 162.7, high: 177.4, low: 159.6, close: 168, volume: 785510430, change: 3.2, index: 156 }), + new StockTeslaItem({ date: `2023-05-23`, open: 167.7, high: 193, low: 164.4, close: 185.8, volume: 864025390, change: 10.8, index: 157 }), + new StockTeslaItem({ date: `2023-06-02`, open: 182.2, high: 217.2, low: 178.2, close: 214, volume: 988496020, change: 17.4, index: 158 }), + new StockTeslaItem({ date: `2023-06-13`, open: 217.8, high: 259.7, low: 212.5, close: 258.7, volume: 1161622400, change: 18.8, index: 159 }), + new StockTeslaItem({ date: `2023-06-23`, open: 260.2, high: 277, low: 247.3, close: 256.6, volume: 1220407300, change: -1.4, index: 160 }), + new StockTeslaItem({ date: `2023-07-05`, open: 250.1, high: 284.2, low: 240.7, close: 282.5, volume: 999163700, change: 13, index: 161 }), + new StockTeslaItem({ date: `2023-07-14`, open: 278.1, high: 285.3, low: 265.1, close: 281.4, volume: 774400400, change: 1.2, index: 162 }), + new StockTeslaItem({ date: `2023-07-25`, open: 286.6, high: 299.3, low: 254.1, close: 265.3, volume: 973076400, change: -7.4, index: 163 }), + new StockTeslaItem({ date: `2023-08-03`, open: 263.2, high: 269.1, low: 250.5, close: 259.3, volume: 678809820, change: -1.5, index: 164 }), + new StockTeslaItem({ date: `2023-08-14`, open: 261, high: 264.8, low: 233.8, close: 239.8, volume: 716008860, change: -8.1, index: 165 }), + new StockTeslaItem({ date: `2023-08-23`, open: 238.7, high: 240.8, low: 212.4, close: 236.9, volume: 825055300, change: -0.8, index: 166 }), + new StockTeslaItem({ date: `2023-09-01`, open: 238.7, high: 261.2, low: 228.2, close: 245, volume: 811502630, change: 2.7, index: 167 }), + new StockTeslaItem({ date: `2023-09-13`, open: 245, high: 278.4, low: 243.3, close: 271.3, volume: 902643400, change: 10.7, index: 168 }), + new StockTeslaItem({ date: `2023-09-22`, open: 271.3, high: 279, low: 244.5, close: 244.9, volume: 816639600, change: -9.7, index: 169 }), + new StockTeslaItem({ date: `2023-10-03`, open: 243.4, high: 254.8, low: 234.6, close: 246.5, volume: 814604700, change: 1.3, index: 170 }), + new StockTeslaItem({ date: `2023-10-12`, open: 248.1, high: 268.9, low: 247.6, close: 258.9, volume: 806250900, change: 4.3, index: 171 }), + new StockTeslaItem({ date: `2023-10-23`, open: 258.9, high: 259.6, low: 202.5, close: 212.1, volume: 869390890, change: -18.1, index: 172 }), + new StockTeslaItem({ date: `2023-11-01`, open: 216.5, high: 222, low: 194.1, close: 205.7, volume: 811468170, change: -5, index: 173 }), + new StockTeslaItem({ date: `2023-11-10`, open: 213, high: 226.4, low: 205.7, close: 214.6, volume: 859763700, change: 0.8, index: 174 }), + new StockTeslaItem({ date: `2023-11-21`, open: 215.6, high: 246.7, low: 211.6, close: 241.2, volume: 959006600, change: 11.9, index: 175 }), + new StockTeslaItem({ date: `2023-12-01`, open: 242, high: 252.8, low: 231.4, close: 238.8, volume: 832910200, change: -1.3, index: 176 }), + new StockTeslaItem({ date: `2023-12-12`, open: 235.8, high: 246.7, low: 233.3, close: 237, volume: 772018400, change: 0.5, index: 177 }), + new StockTeslaItem({ date: `2023-12-21`, open: 234.2, high: 259.8, low: 228.2, close: 254.5, volume: 900893400, change: 8.7, index: 178 }), + new StockTeslaItem({ date: `2024-01-03`, open: 256.8, high: 265.1, low: 236.3, close: 238.4, volume: 727005170, change: -7.1, index: 179 }), + new StockTeslaItem({ date: `2024-01-12`, open: 239.2, high: 242.7, low: 217.2, close: 218.9, volume: 697536380, change: -8.5, index: 180 }), + new StockTeslaItem({ date: `2024-01-24`, open: 215.1, high: 223.5, low: 206.3, close: 207.8, volume: 777303400, change: -3.4, index: 181 }), + new StockTeslaItem({ date: `2024-02-02`, open: 189.7, high: 196.4, low: 180.1, close: 187.9, volume: 846092780, change: -0.9, index: 182 }), + new StockTeslaItem({ date: `2024-02-13`, open: 184.3, high: 194.7, low: 175, close: 184, volume: 718274070, change: -0.1, index: 183 }), + new StockTeslaItem({ date: `2024-02-23`, open: 185.3, high: 203.2, low: 183.4, close: 192, volume: 693352670, change: 3.6, index: 184 }), + new StockTeslaItem({ date: `2024-03-05`, open: 192.3, high: 205.6, low: 177.6, close: 180.7, volume: 742344460, change: -6, index: 185 }), + new StockTeslaItem({ date: `2024-03-14`, open: 180, high: 182.9, low: 160.5, close: 162.5, volume: 701227950, change: -9.7, index: 186 }), + new StockTeslaItem({ date: `2024-03-25`, open: 163.2, high: 178.2, low: 160.8, close: 172.6, volume: 589466660, change: 5.8, index: 187 }), + new StockTeslaItem({ date: `2024-04-04`, open: 178.6, high: 184.2, low: 163.3, close: 171.1, volume: 676969950, change: -4.2, index: 188 }), + new StockTeslaItem({ date: `2024-04-15`, open: 169.1, high: 179.2, low: 160.5, close: 161.5, volume: 694829970, change: -4.5, index: 189 }), + new StockTeslaItem({ date: `2024-04-24`, open: 156.7, high: 168, low: 138.8, close: 162.1, volume: 775433710, change: 3.4, index: 190 }), + new StockTeslaItem({ date: `2024-05-03`, open: 159, high: 198.9, low: 158.4, close: 181.2, volume: 864614000, change: 14, index: 191 }), + new StockTeslaItem({ date: `2024-05-14`, open: 183.8, high: 187.6, low: 167.8, close: 177.6, volume: 531409380, change: -3.4, index: 192 }), + new StockTeslaItem({ date: `2024-05-23`, open: 179.9, high: 186.9, low: 171.4, close: 173.7, volume: 554203970, change: -3.4, index: 193 }), + new StockTeslaItem({ date: `2024-06-04`, open: 174.8, high: 182.7, low: 173.2, close: 174.8, volume: 453828370, change: 0, index: 194 }), + new StockTeslaItem({ date: `2024-06-13`, open: 175.4, high: 191.1, low: 167.4, close: 182.5, volume: 509090870, change: 4.1, index: 195 }), + new StockTeslaItem({ date: `2024-06-25`, open: 185.8, high: 188.8, low: 176.9, close: 187.4, volume: 505399520, change: 0.8, index: 196 }), + new StockTeslaItem({ date: `2024-07-05`, open: 186.5, high: 252.4, low: 186.4, close: 251.5, volume: 925723660, change: 34.8, index: 197 }), + new StockTeslaItem({ date: `2024-07-16`, open: 247.7, high: 271, low: 233.1, close: 256.6, volume: 1097390000, change: 3.6, index: 198 }), + new StockTeslaItem({ date: `2024-07-25`, open: 252.7, high: 258.5, low: 214.7, close: 220.2, volume: 795590700, change: -12.9, index: 199 }), + new StockTeslaItem({ date: `2024-08-05`, open: 221.2, high: 234.7, low: 182, close: 198.9, volume: 658914080, change: -10.1, index: 200 }), + new StockTeslaItem({ date: `2024-08-14`, open: 200.8, high: 208.5, low: 191.5, close: 201.4, volume: 479168160, change: 0.3, index: 201 }), + new StockTeslaItem({ date: `2024-08-23`, open: 205, high: 228.2, low: 204.8, close: 220.3, volume: 560235700, change: 7.5, index: 202 }), + new StockTeslaItem({ date: `2024-09-04`, open: 218.8, high: 222.2, low: 202.6, close: 219.4, volume: 469284350, change: 0.3, index: 203 }), + new StockTeslaItem({ date: `2024-09-13`, open: 223.5, high: 235, low: 210.5, close: 230.3, volume: 592950440, change: 3, index: 204 }), + new StockTeslaItem({ date: `2024-09-24`, open: 229.3, high: 257.2, low: 223.5, close: 254.3, volume: 577086700, change: 10.9, index: 205 }), + new StockTeslaItem({ date: `2024-10-03`, open: 252.5, high: 264.9, low: 237.8, close: 240.7, volume: 546148740, change: -4.7, index: 206 }), + new StockTeslaItem({ date: `2024-10-14`, open: 246.7, high: 251, low: 213.7, close: 219.2, volume: 589440130, change: -11.2, index: 207 }), + new StockTeslaItem({ date: `2024-10-23`, open: 220, high: 224.3, low: 212.1, close: 213.6, volume: 384561880, change: -2.9, index: 208 }), + new StockTeslaItem({ date: `2024-11-01`, open: 244.7, high: 273.5, low: 242.6, close: 249, volume: 732392780, change: 1.8, index: 209 }), + new StockTeslaItem({ date: `2024-11-12`, open: 244.6, high: 358.6, low: 238.9, close: 328.5, volume: 991653160, change: 34.3, index: 210 }), + new StockTeslaItem({ date: `2024-11-21`, open: 335.8, high: 348.5, low: 309.2, close: 339.6, volume: 700324320, change: 1.1, index: 211 }), + new StockTeslaItem({ date: `2024-12-03`, open: 341.1, high: 361.9, low: 326.6, close: 351.4, volume: 478645220, change: 3, index: 212 }), + new StockTeslaItem({ date: `2024-12-12`, open: 353, high: 429.3, low: 348.6, close: 418.1, volume: 599082110, change: 18.4, index: 213 }), + new StockTeslaItem({ date: `2024-12-23`, open: 420, high: 481.5, low: 415.4, close: 430.6, volume: 807128120, change: 2.5, index: 214 }), + new StockTeslaItem({ date: `2025-01-03`, open: 435.9, high: 465.3, low: 373, close: 410.4, volume: 565769940, change: -5.8, index: 215 }), + new StockTeslaItem({ date: `2025-01-15`, open: 423.2, high: 429.8, low: 377.3, close: 428.2, volume: 530063170, change: 1.2, index: 216 }), + new StockTeslaItem({ date: `2025-01-27`, open: 423.5, high: 439.7, low: 389, close: 397.2, volume: 476854060, change: -6.2, index: 217 }), + new StockTeslaItem({ date: `2025-02-05`, open: 396.9, high: 420, low: 374.4, close: 378.2, volume: 507024510, change: -4.7, index: 218 }), + new StockTeslaItem({ date: `2025-02-14`, open: 373, high: 380.6, low: 325.1, close: 355.8, volume: 607376290, change: -4.6, index: 219 }), + new StockTeslaItem({ date: `2025-02-26`, open: 355, high: 367.3, low: 288, close: 290.8, volume: 549149490, change: -18.1, index: 220 }), + new StockTeslaItem({ date: `2025-03-07`, open: 291.2, high: 303.9, low: 250.7, close: 262.7, volume: 754567280, change: -9.8, index: 221 }), + new StockTeslaItem({ date: `2025-03-18`, open: 252.5, high: 253.4, low: 217, close: 225.3, volume: 944623000, change: -10.8, index: 222 }), + new StockTeslaItem({ date: `2025-03-27`, open: 231.6, high: 291.8, low: 229.2, close: 273.1, volume: 982018670, change: 17.9, index: 223 }), + new StockTeslaItem({ date: `2025-04-07`, open: 275.6, high: 285, low: 214.2, close: 233.3, volume: 1117950500, change: -15.3, index: 224 }), + new StockTeslaItem({ date: `2025-04-16`, open: 245, high: 274.7, low: 217.8, close: 241.6, volume: 993815820, change: -1.4, index: 225 }), + new StockTeslaItem({ date: `2025-04-28`, open: 243.5, high: 294.9, low: 222.8, close: 285.9, volume: 866169890, change: 17.4, index: 226 }), ]; super(...newItems.slice(0)); } diff --git a/samples/charts/data-chart/data-annotation-line-layer/index.html b/samples/charts/data-chart/data-annotation-line-layer/index.html index e22eafe32e..9280965ccd 100644 --- a/samples/charts/data-chart/data-annotation-line-layer/index.html +++ b/samples/charts/data-chart/data-annotation-line-layer/index.html @@ -89,7 +89,7 @@ { super(...items); } else { const newItems = [ - new AnnotationLineData1Item( - { - startX: 190, - startY: 138, - endX: 230, - endY: 138, - label: `52-Week Low` - }), - new AnnotationLineData1Item( - { - startX: 190, - startY: 481, - endX: 230, - endY: 481, - label: `52-Week High` - }), + new AnnotationLineData1Item({ startX: 190, startY: 138, endX: 230, endY: 138, label: `52-Week Low` }), + new AnnotationLineData1Item({ startX: 190, startY: 481, endX: 230, endY: 481, label: `52-Week High` }), ]; super(...newItems.slice(0)); } diff --git a/samples/charts/data-chart/data-annotation-line-layer/src/AnnotationLineData2.ts b/samples/charts/data-chart/data-annotation-line-layer/src/AnnotationLineData2.ts index 688a44c909..b98406605e 100644 --- a/samples/charts/data-chart/data-annotation-line-layer/src/AnnotationLineData2.ts +++ b/samples/charts/data-chart/data-annotation-line-layer/src/AnnotationLineData2.ts @@ -16,24 +16,10 @@ export class AnnotationLineData2 extends Array { super(...items); } else { const newItems = [ - new AnnotationLineData2Item( - { - startX: 48, - startY: 25, - endX: 105, - endY: 250, - label: `Growth & -Support` - }), - new AnnotationLineData2Item( - { - startX: 108, - startY: 440, - endX: 155, - endY: 210, - label: `Decline & -Resistance` - }), + new AnnotationLineData2Item({ startX: 48, startY: 25, endX: 105, endY: 250, label: `Growth & +Support` }), + new AnnotationLineData2Item({ startX: 108, startY: 440, endX: 155, endY: 210, label: `Decline & +Resistance` }), ]; super(...newItems.slice(0)); } diff --git a/samples/charts/data-chart/data-annotation-line-layer/src/StockTesla.ts b/samples/charts/data-chart/data-annotation-line-layer/src/StockTesla.ts index 1efe6d6e4e..4474d2f82c 100644 --- a/samples/charts/data-chart/data-annotation-line-layer/src/StockTesla.ts +++ b/samples/charts/data-chart/data-annotation-line-layer/src/StockTesla.ts @@ -19,2503 +19,233 @@ export class StockTesla extends Array { super(...items); } else { const newItems = [ - new StockTeslaItem( - { - date: `2019-01-10`, - open: 20.4, - high: 23, - low: 19.8, - close: 23, - volume: 779333701, - change: 12.7, - index: 0 - }), - new StockTeslaItem( - { - date: `2019-01-22`, - open: 22.8, - high: 23.5, - low: 19.7, - close: 19.9, - volume: 911781100, - change: -12.6, - index: 1 - }), - new StockTeslaItem( - { - date: `2019-01-31`, - open: 19.5, - high: 20.8, - low: 18.6, - close: 20.5, - volume: 926375717, - change: 5, - index: 2 - }), - new StockTeslaItem( - { - date: `2019-02-11`, - open: 20.4, - high: 21.6, - low: 19.9, - close: 20.9, - volume: 687520471, - change: 2.4, - index: 3 - }), - new StockTeslaItem( - { - date: `2019-02-21`, - open: 21.1, - high: 21.2, - low: 19.4, - close: 19.4, - volume: 597552272, - change: -7.9, - index: 4 - }), - new StockTeslaItem( - { - date: `2019-03-04`, - open: 19.6, - high: 21.3, - low: 18.9, - close: 19, - volume: 1218669201, - change: -3.1, - index: 5 - }), - new StockTeslaItem( - { - date: `2019-03-13`, - open: 18.8, - high: 19.5, - low: 18, - close: 19.3, - volume: 1034156904, - change: 2.5, - index: 6 - }), - new StockTeslaItem( - { - date: `2019-03-22`, - open: 19.5, - high: 19.7, - low: 17.6, - close: 17.6, - volume: 980694095, - change: -9.5, - index: 7 - }), - new StockTeslaItem( - { - date: `2019-04-02`, - open: 17.3, - high: 19.3, - low: 17, - close: 19.1, - volume: 788473494, - change: 10.1, - index: 8 - }), - new StockTeslaItem( - { - date: `2019-04-11`, - open: 19.2, - high: 19.7, - low: 17.4, - close: 17.9, - volume: 1165555442, - change: -6.6, - index: 9 - }), - new StockTeslaItem( - { - date: `2019-04-23`, - open: 18, - high: 18.3, - low: 17, - close: 17.6, - volume: 870373200, - change: -2.3, - index: 10 - }), - new StockTeslaItem( - { - date: `2019-05-02`, - open: 17.6, - high: 17.7, - low: 15.4, - close: 16.3, - volume: 1629432326, - change: -7.5, - index: 11 - }), - new StockTeslaItem( - { - date: `2019-05-13`, - open: 16.3, - high: 17.2, - low: 15, - close: 15.1, - volume: 1131045605, - change: -6.9, - index: 12 - }), - new StockTeslaItem( - { - date: `2019-05-22`, - open: 15.3, - high: 15.6, - low: 12.8, - close: 12.8, - volume: 1455503588, - change: -15.9, - index: 13 - }), - new StockTeslaItem( - { - date: `2019-06-03`, - open: 13, - high: 13.3, - low: 11.8, - close: 11.9, - volume: 1415442268, - change: -7.9, - index: 14 - }), - new StockTeslaItem( - { - date: `2019-06-12`, - open: 12.1, - high: 14.9, - low: 12, - close: 14, - volume: 1515000443, - change: 15.6, - index: 15 - }), - new StockTeslaItem( - { - date: `2019-06-21`, - open: 14, - high: 15.6, - low: 13.8, - close: 14.8, - volume: 1009123371, - change: 5.5, - index: 16 - }), - new StockTeslaItem( - { - date: `2019-07-02`, - open: 14.9, - high: 15.5, - low: 14.5, - close: 15, - volume: 766921642, - change: 0.6, - index: 17 - }), - new StockTeslaItem( - { - date: `2019-07-12`, - open: 16, - high: 16.4, - low: 15.2, - close: 16.3, - volume: 887983836, - change: 2.4, - index: 18 - }), - new StockTeslaItem( - { - date: `2019-07-23`, - open: 16.5, - high: 17.5, - low: 16.3, - close: 17.3, - volume: 788941000, - change: 4.9, - index: 19 - }), - new StockTeslaItem( - { - date: `2019-08-01`, - open: 17.3, - high: 17.7, - low: 14.8, - close: 15.6, - volume: 1175082297, - change: -9.8, - index: 20 - }), - new StockTeslaItem( - { - date: `2019-08-12`, - open: 15.4, - high: 16, - low: 15, - close: 15.3, - volume: 560129569, - change: -1, - index: 21 - }), - new StockTeslaItem( - { - date: `2019-08-21`, - open: 15.3, - high: 15.7, - low: 14.1, - close: 14.7, - volume: 677293701, - change: -3.5, - index: 22 - }), - new StockTeslaItem( - { - date: `2019-08-30`, - open: 14.9, - high: 15.5, - low: 14.1, - close: 15, - volume: 650239370, - change: 1.3, - index: 23 - }), - new StockTeslaItem( - { - date: `2019-09-11`, - open: 14.9, - high: 16.5, - low: 14.6, - close: 16.5, - volume: 636766167, - change: 10.3, - index: 24 - }), - new StockTeslaItem( - { - date: `2019-09-20`, - open: 16.5, - high: 16.9, - low: 15.9, - close: 16, - volume: 572802643, - change: -2.9, - index: 25 - }), - new StockTeslaItem( - { - date: `2019-10-01`, - open: 16, - high: 16.6, - low: 14.6, - close: 16.3, - volume: 931821239, - change: 2, - index: 26 - }), - new StockTeslaItem( - { - date: `2019-10-10`, - open: 16.2, - high: 16.6, - low: 15, - close: 16.3, - volume: 891798049, - change: 0.6, - index: 27 - }), - new StockTeslaItem( - { - date: `2019-10-21`, - open: 16.5, - high: 17.7, - low: 16.5, - close: 16.9, - volume: 713093463, - change: 2.6, - index: 28 - }), - new StockTeslaItem( - { - date: `2019-10-30`, - open: 17, - high: 22.7, - low: 16.7, - close: 21, - volume: 1752943598, - change: 23.9, - index: 29 - }), - new StockTeslaItem( - { - date: `2019-11-08`, - open: 20.9, - high: 22.8, - low: 20.6, - close: 22.5, - volume: 834957256, - change: 7.7, - index: 30 - }), - new StockTeslaItem( - { - date: `2019-11-19`, - open: 22.9, - high: 24, - low: 22.8, - close: 24, - volume: 738746390, - change: 4.5, - index: 31 - }), - new StockTeslaItem( - { - date: `2019-11-29`, - open: 24, - high: 24.1, - low: 21.8, - close: 22, - volume: 870685288, - change: -8.4, - index: 32 - }), - new StockTeslaItem( - { - date: `2019-12-10`, - open: 22, - high: 23.4, - low: 21.8, - close: 23.3, - volume: 712016613, - change: 5.9, - index: 33 - }), - new StockTeslaItem( - { - date: `2019-12-19`, - open: 23.5, - high: 27.1, - low: 23.4, - close: 26.9, - volume: 1203765433, - change: 14.8, - index: 34 - }), - new StockTeslaItem( - { - date: `2019-12-31`, - open: 27.4, - high: 29, - low: 26.7, - close: 27.9, - volume: 1195073357, - change: 2, - index: 35 - }), - new StockTeslaItem( - { - date: `2020-01-10`, - open: 28.3, - high: 33.3, - low: 28.1, - close: 31.9, - volume: 1925386078, - change: 12.6, - index: 36 - }), - new StockTeslaItem( - { - date: `2020-01-22`, - open: 32.9, - high: 39.6, - low: 32.8, - close: 38, - volume: 2364043518, - change: 15.4, - index: 37 - }), - new StockTeslaItem( - { - date: `2020-01-31`, - open: 37.6, - high: 43.5, - low: 36, - close: 43.4, - volume: 1835141382, - change: 15.3, - index: 38 - }), - new StockTeslaItem( - { - date: `2020-02-11`, - open: 44.9, - high: 64.6, - low: 44.9, - close: 51.6, - volume: 3748903126, - change: 14.9, - index: 39 - }), - new StockTeslaItem( - { - date: `2020-02-21`, - open: 51.9, - high: 63, - low: 49, - close: 60.1, - volume: 1921517039, - change: 15.8, - index: 40 - }), - new StockTeslaItem( - { - date: `2020-03-03`, - open: 55.9, - high: 57.6, - low: 40.8, - close: 49.7, - volume: 2121850940, - change: -11.1, - index: 41 - }), - new StockTeslaItem( - { - date: `2020-03-12`, - open: 50.9, - high: 51.1, - low: 36.4, - close: 37.4, - volume: 1553329923, - change: -26.6, - index: 42 - }), - new StockTeslaItem( - { - date: `2020-03-23`, - open: 39.7, - high: 40.5, - low: 23.4, - close: 29, - volume: 2487688157, - change: -27, - index: 43 - }), - new StockTeslaItem( - { - date: `2020-04-01`, - open: 31.8, - high: 37.3, - low: 31.6, - close: 32.1, - volume: 1785601357, - change: 0.9, - index: 44 - }), - new StockTeslaItem( - { - date: `2020-04-13`, - open: 32.1, - high: 43.5, - low: 29.8, - close: 43.4, - volume: 1860352620, - change: 35.3, - index: 45 - }), - new StockTeslaItem( - { - date: `2020-04-22`, - open: 46.6, - high: 51.7, - low: 44.9, - close: 48.8, - volume: 2056797321, - change: 4.7, - index: 46 - }), - new StockTeslaItem( - { - date: `2020-05-01`, - open: 48.5, - high: 58, - low: 45.5, - close: 46.8, - volume: 2093959203, - change: -3.6, - index: 47 - }), - new StockTeslaItem( - { - date: `2020-05-12`, - open: 46.7, - high: 56.2, - low: 46.5, - close: 54, - volume: 1611543246, - change: 15.5, - index: 48 - }), - new StockTeslaItem( - { - date: `2020-05-21`, - open: 54.7, - high: 55.6, - low: 50.9, - close: 55.2, - volume: 1262468113, - change: 0.8, - index: 49 - }), - new StockTeslaItem( - { - date: `2020-06-02`, - open: 54.8, - high: 60.6, - low: 52.3, - close: 58.8, - volume: 1160487993, - change: 7.2, - index: 50 - }), - new StockTeslaItem( - { - date: `2020-06-11`, - open: 59.2, - high: 68.5, - low: 57.2, - close: 64.9, - volume: 1270377400, - change: 9.5, - index: 51 - }), - new StockTeslaItem( - { - date: `2020-06-22`, - open: 65.3, - high: 67.9, - low: 60.6, - close: 66.3, - volume: 1217946366, - change: 1.5, - index: 52 - }), - new StockTeslaItem( - { - date: `2020-07-01`, - open: 66.6, - high: 75.7, - low: 62.5, - close: 74.6, - volume: 1120591270, - change: 12.1, - index: 53 - }), - new StockTeslaItem( - { - date: `2020-07-13`, - open: 81.4, - high: 119.7, - low: 79, - close: 99.8, - volume: 2244920779, - change: 22.6, - index: 54 - }), - new StockTeslaItem( - { - date: `2020-07-22`, - open: 103.7, - high: 111.7, - low: 95.4, - close: 106.2, - volume: 1662846099, - change: 2.3, - index: 55 - }), - new StockTeslaItem( - { - date: `2020-07-31`, - open: 111.9, - high: 112.6, - low: 91.1, - close: 95.4, - volume: 1573159944, - change: -14.8, - index: 56 - }), - new StockTeslaItem( - { - date: `2020-08-11`, - open: 96.6, - high: 101.8, - low: 91, - close: 91.6, - volume: 798587331, - change: -5.2, - index: 57 - }), - new StockTeslaItem( - { - date: `2020-08-20`, - open: 98, - high: 134.8, - low: 95.7, - close: 133.5, - volume: 1866534416, - change: 36.2, - index: 58 - }), - new StockTeslaItem( - { - date: `2020-08-31`, - open: 136.3, - high: 166.7, - low: 128.5, - close: 166.1, - volume: 2008507459, - change: 21.9, - index: 59 - }), - new StockTeslaItem( - { - date: `2020-09-10`, - open: 167.4, - high: 167.5, - low: 110, - close: 123.8, - volume: 1992227059, - change: -26, - index: 60 - }), - new StockTeslaItem( - { - date: `2020-09-21`, - open: 127.3, - high: 154, - low: 120.2, - close: 149.8, - volume: 1758737696, - change: 17.7, - index: 61 - }), - new StockTeslaItem( - { - date: `2020-09-30`, - open: 143.2, - high: 145.9, - low: 117.1, - close: 143, - volume: 1459893236, - change: -0.1, - index: 62 - }), - new StockTeslaItem( - { - date: `2020-10-09`, - open: 146.9, - high: 149.6, - low: 135.4, - close: 144.7, - volume: 985545158, - change: -1.5, - index: 63 - }), - new StockTeslaItem( - { - date: `2020-10-20`, - open: 147.3, - high: 155.3, - low: 139.7, - close: 140.6, - volume: 773077727, - change: -4.5, - index: 64 - }), - new StockTeslaItem( - { - date: `2020-10-29`, - open: 140.9, - high: 148.4, - low: 135.3, - close: 136.9, - volume: 615339122, - change: -2.8, - index: 65 - }), - new StockTeslaItem( - { - date: `2020-11-09`, - open: 135.6, - high: 150.8, - low: 126.4, - close: 140.4, - volume: 669171368, - change: 3.5, - index: 66 - }), - new StockTeslaItem( - { - date: `2020-11-18`, - open: 140, - high: 165.3, - low: 132, - close: 162.2, - volume: 760451265, - change: 15.8, - index: 67 - }), - new StockTeslaItem( - { - date: `2020-11-30`, - open: 164, - high: 202.6, - low: 162.5, - close: 189.2, - volume: 1046371155, - change: 15.4, - index: 68 - }), - new StockTeslaItem( - { - date: `2020-12-09`, - open: 199.2, - high: 218.1, - low: 180.4, - close: 201.5, - volume: 1055933265, - change: 1.2, - index: 69 - }), - new StockTeslaItem( - { - date: `2020-12-18`, - open: 191.5, - high: 231.7, - low: 188.8, - close: 231.7, - volume: 1593943601, - change: 21, - index: 70 - }), - new StockTeslaItem( - { - date: `2020-12-30`, - open: 222.1, - high: 232.2, - low: 204.7, - close: 231.6, - volume: 791942570, - change: 4.3, - index: 71 - }), - new StockTeslaItem( - { - date: `2021-01-11`, - open: 233.3, - high: 294.8, - low: 230.4, - close: 270.4, - volume: 1084025779, - change: 15.9, - index: 72 - }), - new StockTeslaItem( - { - date: `2021-01-21`, - open: 277, - high: 289.3, - low: 273, - close: 281.7, - volume: 663774487, - change: 1.7, - index: 73 - }), - new StockTeslaItem( - { - date: `2021-02-01`, - open: 278.1, - high: 300.1, - low: 260, - close: 279.9, - volume: 595397009, - change: 0.7, - index: 74 - }), - new StockTeslaItem( - { - date: `2021-02-10`, - open: 281.6, - high: 293.5, - low: 266.7, - close: 268.3, - volume: 445813486, - change: -4.7, - index: 75 - }), - new StockTeslaItem( - { - date: `2021-02-22`, - open: 270.8, - high: 276.6, - low: 236.7, - close: 238.2, - volume: 496372009, - change: -12.1, - index: 76 - }), - new StockTeslaItem( - { - date: `2021-03-03`, - open: 220.7, - high: 290.7, - low: 206.3, - close: 217.7, - volume: 793689739, - change: -1.3, - index: 77 - }), - new StockTeslaItem( - { - date: `2021-03-12`, - open: 218.6, - high: 291.3, - low: 179.8, - close: 231.2, - volume: 1215209162, - change: 5.8, - index: 78 - }), - new StockTeslaItem( - { - date: `2021-03-23`, - open: 231.4, - high: 237.7, - low: 208.2, - close: 220.7, - volume: 744776145, - change: -4.6, - index: 79 - }), - new StockTeslaItem( - { - date: `2021-04-01`, - open: 222.6, - high: 230.8, - low: 197, - close: 220.6, - volume: 730733684, - change: -0.9, - index: 80 - }), - new StockTeslaItem( - { - date: `2021-04-13`, - open: 235.9, - high: 254.3, - low: 222.6, - close: 254.1, - volume: 646721884, - change: 7.7, - index: 81 - }), - new StockTeslaItem( - { - date: `2021-04-22`, - open: 256.9, - high: 260.3, - low: 230.6, - close: 239.9, - volume: 740840774, - change: -6.6, - index: 82 - }), - new StockTeslaItem( - { - date: `2021-05-03`, - open: 239.9, - high: 249.8, - low: 222, - close: 228.3, - volume: 623423313, - change: -4.8, - index: 83 - }), - new StockTeslaItem( - { - date: `2021-05-12`, - open: 226.3, - high: 230, - low: 195.6, - close: 196.6, - volume: 643844974, - change: -13.1, - index: 84 - }), - new StockTeslaItem( - { - date: `2021-05-21`, - open: 200.5, - high: 202.2, - low: 182.3, - close: 193.6, - volume: 729192883, - change: -3.4, - index: 85 - }), - new StockTeslaItem( - { - date: `2021-06-02`, - open: 193.9, - high: 211.9, - low: 191.2, - close: 201.7, - volume: 545095944, - change: 4, - index: 86 - }), - new StockTeslaItem( - { - date: `2021-06-11`, - open: 200.6, - high: 207.7, - low: 190.4, - close: 203.3, - volume: 478366128, - change: 1.3, - index: 87 - }), - new StockTeslaItem( - { - date: `2021-06-22`, - open: 204.1, - high: 210.5, - low: 197.8, - close: 207.9, - volume: 454698495, - change: 1.9, - index: 88 - }), - new StockTeslaItem( - { - date: `2021-07-01`, - open: 210.7, - high: 232.5, - low: 210, - close: 226, - volume: 558441596, - change: 7.3, - index: 89 - }), - new StockTeslaItem( - { - date: `2021-07-13`, - open: 226.3, - high: 233.3, - low: 206.8, - close: 222.8, - volume: 470942387, - change: -1.5, - index: 90 - }), - new StockTeslaItem( - { - date: `2021-07-22`, - open: 223.6, - high: 226.2, - low: 207.1, - close: 216.4, - volume: 372195097, - change: -3.2, - index: 91 - }), - new StockTeslaItem( - { - date: `2021-08-02`, - open: 215.5, - high: 242.3, - low: 209.1, - close: 236.6, - volume: 547284685, - change: 9.8, - index: 92 - }), - new StockTeslaItem( - { - date: `2021-08-11`, - open: 239.7, - high: 241.6, - low: 232.5, - close: 235.9, - volume: 315341455, - change: -1.6, - index: 93 - }), - new StockTeslaItem( - { - date: `2021-08-20`, - open: 235.4, - high: 243.3, - low: 216.3, - close: 226.8, - volume: 392227478, - change: -3.7, - index: 94 - }), - new StockTeslaItem( - { - date: `2021-08-31`, - open: 228.5, - high: 246.8, - low: 226.9, - close: 245.2, - volume: 337503634, - change: 7.3, - index: 95 - }), - new StockTeslaItem( - { - date: `2021-09-10`, - open: 244.7, - high: 254.8, - low: 241.4, - close: 245.4, - volume: 328100734, - change: 0.3, - index: 96 - }), - new StockTeslaItem( - { - date: `2021-09-21`, - open: 246.7, - high: 253.7, - low: 236.3, - close: 246.5, - volume: 420153012, - change: -0.1, - index: 97 - }), - new StockTeslaItem( - { - date: `2021-09-30`, - open: 247.8, - high: 266.3, - low: 246.4, - close: 258.5, - volume: 422393262, - change: 4.3, - index: 98 - }), - new StockTeslaItem( - { - date: `2021-10-11`, - open: 259.5, - high: 269, - low: 254.5, - close: 264, - volume: 392144589, - change: 1.7, - index: 99 - }), - new StockTeslaItem( - { - date: `2021-10-20`, - open: 267, - high: 292.6, - low: 265.5, - close: 288.6, - volume: 368796877, - change: 8.1, - index: 100 - }), - new StockTeslaItem( - { - date: `2021-10-29`, - open: 285.3, - high: 371.7, - low: 285.2, - close: 371.3, - volume: 825862313, - change: 30.1, - index: 101 - }), - new StockTeslaItem( - { - date: `2021-11-09`, - open: 381.7, - high: 414.5, - low: 337.2, - close: 341.2, - volume: 818978542, - change: -10.6, - index: 102 - }), - new StockTeslaItem( - { - date: `2021-11-18`, - open: 336.8, - high: 373.2, - low: 326.2, - close: 365.5, - volume: 613304311, - change: 8.5, - index: 103 - }), - new StockTeslaItem( - { - date: `2021-11-30`, - open: 366.3, - high: 400.6, - low: 354, - close: 381.6, - volume: 515052382, - change: 4.2, - index: 104 - }), - new StockTeslaItem( - { - date: `2021-12-09`, - open: 386.9, - high: 390.9, - low: 316.8, - close: 334.6, - volume: 473333567, - change: -13.5, - index: 105 - }), - new StockTeslaItem( - { - date: `2021-12-20`, - open: 336.2, - high: 340.3, - low: 297.8, - close: 300, - volume: 524367113, - change: -10.8, - index: 106 - }), - new StockTeslaItem( - { - date: `2021-12-30`, - open: 305.6, - high: 373, - low: 295.4, - close: 356.8, - volume: 492530059, - change: 16.7, - index: 107 - }), - new StockTeslaItem( - { - date: `2022-01-10`, - open: 357.8, - high: 402.7, - low: 326.7, - close: 352.7, - volume: 592103938, - change: -1.4, - index: 108 - }), - new StockTeslaItem( - { - date: `2022-01-20`, - open: 351.2, - high: 371.9, - low: 331.3, - close: 332.1, - volume: 532857144, - change: -5.4, - index: 109 - }), - new StockTeslaItem( - { - date: `2022-01-31`, - open: 332.1, - high: 334.8, - low: 264, - close: 312.2, - volume: 833589022, - change: -6, - index: 110 - }), - new StockTeslaItem( - { - date: `2022-02-09`, - open: 311.7, - high: 315.9, - low: 293.5, - close: 310.7, - volume: 456395505, - change: -0.3, - index: 111 - }), - new StockTeslaItem( - { - date: `2022-02-18`, - open: 302.8, - high: 314.6, - low: 279.2, - close: 285.7, - volume: 446153356, - change: -5.7, - index: 112 - }), - new StockTeslaItem( - { - date: `2022-03-02`, - open: 278, - high: 296.6, - low: 233.3, - close: 293.3, - volume: 638352514, - change: 5.5, - index: 113 - }), - new StockTeslaItem( - { - date: `2022-03-11`, - open: 292.9, - high: 295.5, - low: 260.7, - close: 265.1, - volume: 466566467, - change: -9.5, - index: 114 - }), - new StockTeslaItem( - { - date: `2022-03-22`, - open: 260.2, - high: 332.6, - low: 252, - close: 331.3, - volume: 576869668, - change: 27.3, - index: 115 - }), - new StockTeslaItem( - { - date: `2022-03-31`, - open: 326.6, - high: 371.6, - low: 325.5, - close: 359.2, - volume: 536607263, - change: 10, - index: 116 - }), - new StockTeslaItem( - { - date: `2022-04-11`, - open: 360.4, - high: 384.3, - low: 324.9, - close: 325.3, - volume: 499682510, - change: -9.7, - index: 117 - }), - new StockTeslaItem( - { - date: `2022-04-21`, - open: 332.5, - high: 364.1, - low: 324.4, - close: 336.3, - volume: 457210487, - change: 1.1, - index: 118 - }), - new StockTeslaItem( - { - date: `2022-05-02`, - open: 338.3, - high: 345, - low: 273.9, - close: 301, - volume: 639990965, - change: -11, - index: 119 - }), - new StockTeslaItem( - { - date: `2022-05-11`, - open: 301.1, - high: 318.5, - low: 242.4, - close: 244.7, - volume: 583211967, - change: -18.7, - index: 120 - }), - new StockTeslaItem( - { - date: `2022-05-20`, - open: 233.7, - high: 262.4, - low: 211, - close: 221.3, - volume: 721880082, - change: -5.3, - index: 121 - }), - new StockTeslaItem( - { - date: `2022-06-01`, - open: 218.3, - high: 259.6, - low: 206.9, - close: 246.8, - volume: 644596235, - change: 13, - index: 122 - }), - new StockTeslaItem( - { - date: `2022-06-10`, - open: 244.2, - high: 264.2, - low: 227.9, - close: 232.2, - volume: 633672873, - change: -4.9, - index: 123 - }), - new StockTeslaItem( - { - date: `2022-06-22`, - open: 223.2, - high: 246.8, - low: 208.7, - close: 236.1, - volume: 744240764, - change: 5.8, - index: 124 - }), - new StockTeslaItem( - { - date: `2022-07-01`, - open: 237.9, - high: 252.1, - low: 218.9, - close: 227.3, - volume: 631776422, - change: -4.5, - index: 125 - }), - new StockTeslaItem( - { - date: `2022-07-13`, - open: 223, - high: 255, - low: 216.2, - close: 237, - volume: 625812242, - change: 6.3, - index: 126 - }), - new StockTeslaItem( - { - date: `2022-07-22`, - open: 234.9, - high: 280.8, - low: 229.3, - close: 272.2, - volume: 646037224, - change: 15.9, - index: 127 - }), - new StockTeslaItem( - { - date: `2022-08-02`, - open: 272.2, - high: 311.9, - low: 256.3, - close: 300.6, - volume: 611660612, - change: 10.4, - index: 128 - }), - new StockTeslaItem( - { - date: `2022-08-11`, - open: 305, - high: 313.6, - low: 279.4, - close: 286.6, - volume: 616204291, - change: -6, - index: 129 - }), - new StockTeslaItem( - { - date: `2022-08-22`, - open: 289.4, - high: 314.7, - low: 285, - close: 289.9, - volume: 490658060, - change: 0.2, - index: 130 - }), - new StockTeslaItem( - { - date: `2022-08-31`, - open: 291.5, - high: 303.6, - low: 271.8, - close: 275.6, - volume: 376152572, - change: -5.4, - index: 131 - }), - new StockTeslaItem( - { - date: `2022-09-12`, - open: 272.6, - high: 305.5, - low: 265.7, - close: 304.4, - volume: 367924580, - change: 11.7, - index: 132 - }), - new StockTeslaItem( - { - date: `2022-09-21`, - open: 292.9, - high: 313.8, - low: 290.4, - close: 300.8, - volume: 477171180, - change: 2.7, - index: 133 - }), - new StockTeslaItem( - { - date: `2022-09-30`, - open: 299.9, - high: 301.3, - low: 262.5, - close: 265.2, - volume: 454307920, - change: -11.5, - index: 134 - }), - new StockTeslaItem( - { - date: `2022-10-11`, - open: 254.5, - high: 257.5, - low: 215, - close: 216.5, - volume: 593078170, - change: -14.9, - index: 135 - }), - new StockTeslaItem( - { - date: `2022-10-20`, - open: 215.3, - high: 229.8, - low: 202, - close: 207.3, - volume: 592158560, - change: -3.7, - index: 136 - }), - new StockTeslaItem( - { - date: `2022-10-31`, - open: 206.4, - high: 233.8, - low: 198.6, - close: 227.5, - volume: 550341050, - change: 10.2, - index: 137 - }), - new StockTeslaItem( - { - date: `2022-11-09`, - open: 234, - high: 237.4, - low: 177.1, - close: 177.6, - volume: 630702790, - change: -24.1, - index: 138 - }), - new StockTeslaItem( - { - date: `2022-11-18`, - open: 189.9, - high: 200.8, - low: 176.6, - close: 180.2, - volume: 637579480, - change: -5.1, - index: 139 - }), - new StockTeslaItem( - { - date: `2022-11-30`, - open: 175.8, - high: 194.8, - low: 166.2, - close: 194.7, - volume: 617126140, - change: 10.7, - index: 140 - }), - new StockTeslaItem( - { - date: `2022-12-09`, - open: 197.1, - high: 198.9, - low: 169.1, - close: 179, - volume: 625675690, - change: -9.1, - index: 141 - }), - new StockTeslaItem( - { - date: `2022-12-20`, - open: 176.1, - high: 177.4, - low: 137.7, - close: 137.8, - volume: 986660100, - change: -21.7, - index: 142 - }), - new StockTeslaItem( - { - date: `2022-12-30`, - open: 139.3, - high: 141.3, - low: 108.2, - close: 123.2, - volume: 1331911900, - change: -11.6, - index: 143 - }), - new StockTeslaItem( - { - date: `2023-01-11`, - open: 118.5, - high: 126, - low: 101.8, - close: 123.2, - volume: 1332426500, - change: 4, - index: 144 - }), - new StockTeslaItem( - { - date: `2023-01-23`, - open: 122.6, - high: 145.4, - low: 115.6, - close: 143.8, - volume: 1244541500, - change: 17.3, - index: 145 - }), - new StockTeslaItem( - { - date: `2023-02-01`, - open: 143, - high: 183.8, - low: 138.1, - close: 181.4, - volume: 1534337700, - change: 26.9, - index: 146 - }), - new StockTeslaItem( - { - date: `2023-02-10`, - open: 187.3, - high: 214, - low: 182.6, - close: 196.9, - volume: 1423167800, - change: 5.1, - index: 147 - }), - new StockTeslaItem( - { - date: `2023-02-22`, - open: 194.4, - high: 217.6, - low: 187.6, - close: 200.9, - volume: 1386211900, - change: 3.3, - index: 148 - }), - new StockTeslaItem( - { - date: `2023-03-03`, - open: 203.9, - high: 211.2, - low: 186, - close: 197.8, - volume: 1095786600, - change: -3, - index: 149 - }), - new StockTeslaItem( - { - date: `2023-03-14`, - open: 198.5, - high: 198.6, - low: 163.9, - close: 183.3, - volume: 1101144600, - change: -7.7, - index: 150 - }), - new StockTeslaItem( - { - date: `2023-03-23`, - open: 180.8, - high: 200.7, - low: 176, - close: 192.2, - volume: 978213300, - change: 6.3, - index: 151 - }), - new StockTeslaItem( - { - date: `2023-04-03`, - open: 191.6, - high: 207.8, - low: 185.4, - close: 194.8, - volume: 909718040, - change: 1.6, - index: 152 - }), - new StockTeslaItem( - { - date: `2023-04-13`, - open: 197.3, - high: 198.7, - low: 176.1, - close: 185.9, - volume: 905319000, - change: -5.8, - index: 153 - }), - new StockTeslaItem( - { - date: `2023-04-24`, - open: 184, - high: 189.7, - low: 158.6, - close: 162.6, - volume: 905416980, - change: -11.6, - index: 154 - }), - new StockTeslaItem( - { - date: `2023-05-03`, - open: 159.8, - high: 165.5, - low: 152.4, - close: 160.6, - volume: 881897100, - change: 0.5, - index: 155 - }), - new StockTeslaItem( - { - date: `2023-05-12`, - open: 162.7, - high: 177.4, - low: 159.6, - close: 168, - volume: 785510430, - change: 3.2, - index: 156 - }), - new StockTeslaItem( - { - date: `2023-05-23`, - open: 167.7, - high: 193, - low: 164.4, - close: 185.8, - volume: 864025390, - change: 10.8, - index: 157 - }), - new StockTeslaItem( - { - date: `2023-06-02`, - open: 182.2, - high: 217.2, - low: 178.2, - close: 214, - volume: 988496020, - change: 17.4, - index: 158 - }), - new StockTeslaItem( - { - date: `2023-06-13`, - open: 217.8, - high: 259.7, - low: 212.5, - close: 258.7, - volume: 1161622400, - change: 18.8, - index: 159 - }), - new StockTeslaItem( - { - date: `2023-06-23`, - open: 260.2, - high: 277, - low: 247.3, - close: 256.6, - volume: 1220407300, - change: -1.4, - index: 160 - }), - new StockTeslaItem( - { - date: `2023-07-05`, - open: 250.1, - high: 284.2, - low: 240.7, - close: 282.5, - volume: 999163700, - change: 13, - index: 161 - }), - new StockTeslaItem( - { - date: `2023-07-14`, - open: 278.1, - high: 285.3, - low: 265.1, - close: 281.4, - volume: 774400400, - change: 1.2, - index: 162 - }), - new StockTeslaItem( - { - date: `2023-07-25`, - open: 286.6, - high: 299.3, - low: 254.1, - close: 265.3, - volume: 973076400, - change: -7.4, - index: 163 - }), - new StockTeslaItem( - { - date: `2023-08-03`, - open: 263.2, - high: 269.1, - low: 250.5, - close: 259.3, - volume: 678809820, - change: -1.5, - index: 164 - }), - new StockTeslaItem( - { - date: `2023-08-14`, - open: 261, - high: 264.8, - low: 233.8, - close: 239.8, - volume: 716008860, - change: -8.1, - index: 165 - }), - new StockTeslaItem( - { - date: `2023-08-23`, - open: 238.7, - high: 240.8, - low: 212.4, - close: 236.9, - volume: 825055300, - change: -0.8, - index: 166 - }), - new StockTeslaItem( - { - date: `2023-09-01`, - open: 238.7, - high: 261.2, - low: 228.2, - close: 245, - volume: 811502630, - change: 2.7, - index: 167 - }), - new StockTeslaItem( - { - date: `2023-09-13`, - open: 245, - high: 278.4, - low: 243.3, - close: 271.3, - volume: 902643400, - change: 10.7, - index: 168 - }), - new StockTeslaItem( - { - date: `2023-09-22`, - open: 271.3, - high: 279, - low: 244.5, - close: 244.9, - volume: 816639600, - change: -9.7, - index: 169 - }), - new StockTeslaItem( - { - date: `2023-10-03`, - open: 243.4, - high: 254.8, - low: 234.6, - close: 246.5, - volume: 814604700, - change: 1.3, - index: 170 - }), - new StockTeslaItem( - { - date: `2023-10-12`, - open: 248.1, - high: 268.9, - low: 247.6, - close: 258.9, - volume: 806250900, - change: 4.3, - index: 171 - }), - new StockTeslaItem( - { - date: `2023-10-23`, - open: 258.9, - high: 259.6, - low: 202.5, - close: 212.1, - volume: 869390890, - change: -18.1, - index: 172 - }), - new StockTeslaItem( - { - date: `2023-11-01`, - open: 216.5, - high: 222, - low: 194.1, - close: 205.7, - volume: 811468170, - change: -5, - index: 173 - }), - new StockTeslaItem( - { - date: `2023-11-10`, - open: 213, - high: 226.4, - low: 205.7, - close: 214.6, - volume: 859763700, - change: 0.8, - index: 174 - }), - new StockTeslaItem( - { - date: `2023-11-21`, - open: 215.6, - high: 246.7, - low: 211.6, - close: 241.2, - volume: 959006600, - change: 11.9, - index: 175 - }), - new StockTeslaItem( - { - date: `2023-12-01`, - open: 242, - high: 252.8, - low: 231.4, - close: 238.8, - volume: 832910200, - change: -1.3, - index: 176 - }), - new StockTeslaItem( - { - date: `2023-12-12`, - open: 235.8, - high: 246.7, - low: 233.3, - close: 237, - volume: 772018400, - change: 0.5, - index: 177 - }), - new StockTeslaItem( - { - date: `2023-12-21`, - open: 234.2, - high: 259.8, - low: 228.2, - close: 254.5, - volume: 900893400, - change: 8.7, - index: 178 - }), - new StockTeslaItem( - { - date: `2024-01-03`, - open: 256.8, - high: 265.1, - low: 236.3, - close: 238.4, - volume: 727005170, - change: -7.1, - index: 179 - }), - new StockTeslaItem( - { - date: `2024-01-12`, - open: 239.2, - high: 242.7, - low: 217.2, - close: 218.9, - volume: 697536380, - change: -8.5, - index: 180 - }), - new StockTeslaItem( - { - date: `2024-01-24`, - open: 215.1, - high: 223.5, - low: 206.3, - close: 207.8, - volume: 777303400, - change: -3.4, - index: 181 - }), - new StockTeslaItem( - { - date: `2024-02-02`, - open: 189.7, - high: 196.4, - low: 180.1, - close: 187.9, - volume: 846092780, - change: -0.9, - index: 182 - }), - new StockTeslaItem( - { - date: `2024-02-13`, - open: 184.3, - high: 194.7, - low: 175, - close: 184, - volume: 718274070, - change: -0.1, - index: 183 - }), - new StockTeslaItem( - { - date: `2024-02-23`, - open: 185.3, - high: 203.2, - low: 183.4, - close: 192, - volume: 693352670, - change: 3.6, - index: 184 - }), - new StockTeslaItem( - { - date: `2024-03-05`, - open: 192.3, - high: 205.6, - low: 177.6, - close: 180.7, - volume: 742344460, - change: -6, - index: 185 - }), - new StockTeslaItem( - { - date: `2024-03-14`, - open: 180, - high: 182.9, - low: 160.5, - close: 162.5, - volume: 701227950, - change: -9.7, - index: 186 - }), - new StockTeslaItem( - { - date: `2024-03-25`, - open: 163.2, - high: 178.2, - low: 160.8, - close: 172.6, - volume: 589466660, - change: 5.8, - index: 187 - }), - new StockTeslaItem( - { - date: `2024-04-04`, - open: 178.6, - high: 184.2, - low: 163.3, - close: 171.1, - volume: 676969950, - change: -4.2, - index: 188 - }), - new StockTeslaItem( - { - date: `2024-04-15`, - open: 169.1, - high: 179.2, - low: 160.5, - close: 161.5, - volume: 694829970, - change: -4.5, - index: 189 - }), - new StockTeslaItem( - { - date: `2024-04-24`, - open: 156.7, - high: 168, - low: 138.8, - close: 162.1, - volume: 775433710, - change: 3.4, - index: 190 - }), - new StockTeslaItem( - { - date: `2024-05-03`, - open: 159, - high: 198.9, - low: 158.4, - close: 181.2, - volume: 864614000, - change: 14, - index: 191 - }), - new StockTeslaItem( - { - date: `2024-05-14`, - open: 183.8, - high: 187.6, - low: 167.8, - close: 177.6, - volume: 531409380, - change: -3.4, - index: 192 - }), - new StockTeslaItem( - { - date: `2024-05-23`, - open: 179.9, - high: 186.9, - low: 171.4, - close: 173.7, - volume: 554203970, - change: -3.4, - index: 193 - }), - new StockTeslaItem( - { - date: `2024-06-04`, - open: 174.8, - high: 182.7, - low: 173.2, - close: 174.8, - volume: 453828370, - change: 0, - index: 194 - }), - new StockTeslaItem( - { - date: `2024-06-13`, - open: 175.4, - high: 191.1, - low: 167.4, - close: 182.5, - volume: 509090870, - change: 4.1, - index: 195 - }), - new StockTeslaItem( - { - date: `2024-06-25`, - open: 185.8, - high: 188.8, - low: 176.9, - close: 187.4, - volume: 505399520, - change: 0.8, - index: 196 - }), - new StockTeslaItem( - { - date: `2024-07-05`, - open: 186.5, - high: 252.4, - low: 186.4, - close: 251.5, - volume: 925723660, - change: 34.8, - index: 197 - }), - new StockTeslaItem( - { - date: `2024-07-16`, - open: 247.7, - high: 271, - low: 233.1, - close: 256.6, - volume: 1097390000, - change: 3.6, - index: 198 - }), - new StockTeslaItem( - { - date: `2024-07-25`, - open: 252.7, - high: 258.5, - low: 214.7, - close: 220.2, - volume: 795590700, - change: -12.9, - index: 199 - }), - new StockTeslaItem( - { - date: `2024-08-05`, - open: 221.2, - high: 234.7, - low: 182, - close: 198.9, - volume: 658914080, - change: -10.1, - index: 200 - }), - new StockTeslaItem( - { - date: `2024-08-14`, - open: 200.8, - high: 208.5, - low: 191.5, - close: 201.4, - volume: 479168160, - change: 0.3, - index: 201 - }), - new StockTeslaItem( - { - date: `2024-08-23`, - open: 205, - high: 228.2, - low: 204.8, - close: 220.3, - volume: 560235700, - change: 7.5, - index: 202 - }), - new StockTeslaItem( - { - date: `2024-09-04`, - open: 218.8, - high: 222.2, - low: 202.6, - close: 219.4, - volume: 469284350, - change: 0.3, - index: 203 - }), - new StockTeslaItem( - { - date: `2024-09-13`, - open: 223.5, - high: 235, - low: 210.5, - close: 230.3, - volume: 592950440, - change: 3, - index: 204 - }), - new StockTeslaItem( - { - date: `2024-09-24`, - open: 229.3, - high: 257.2, - low: 223.5, - close: 254.3, - volume: 577086700, - change: 10.9, - index: 205 - }), - new StockTeslaItem( - { - date: `2024-10-03`, - open: 252.5, - high: 264.9, - low: 237.8, - close: 240.7, - volume: 546148740, - change: -4.7, - index: 206 - }), - new StockTeslaItem( - { - date: `2024-10-14`, - open: 246.7, - high: 251, - low: 213.7, - close: 219.2, - volume: 589440130, - change: -11.2, - index: 207 - }), - new StockTeslaItem( - { - date: `2024-10-23`, - open: 220, - high: 224.3, - low: 212.1, - close: 213.6, - volume: 384561880, - change: -2.9, - index: 208 - }), - new StockTeslaItem( - { - date: `2024-11-01`, - open: 244.7, - high: 273.5, - low: 242.6, - close: 249, - volume: 732392780, - change: 1.8, - index: 209 - }), - new StockTeslaItem( - { - date: `2024-11-12`, - open: 244.6, - high: 358.6, - low: 238.9, - close: 328.5, - volume: 991653160, - change: 34.3, - index: 210 - }), - new StockTeslaItem( - { - date: `2024-11-21`, - open: 335.8, - high: 348.5, - low: 309.2, - close: 339.6, - volume: 700324320, - change: 1.1, - index: 211 - }), - new StockTeslaItem( - { - date: `2024-12-03`, - open: 341.1, - high: 361.9, - low: 326.6, - close: 351.4, - volume: 478645220, - change: 3, - index: 212 - }), - new StockTeslaItem( - { - date: `2024-12-12`, - open: 353, - high: 429.3, - low: 348.6, - close: 418.1, - volume: 599082110, - change: 18.4, - index: 213 - }), - new StockTeslaItem( - { - date: `2024-12-23`, - open: 420, - high: 481.5, - low: 415.4, - close: 430.6, - volume: 807128120, - change: 2.5, - index: 214 - }), - new StockTeslaItem( - { - date: `2025-01-03`, - open: 435.9, - high: 465.3, - low: 373, - close: 410.4, - volume: 565769940, - change: -5.8, - index: 215 - }), - new StockTeslaItem( - { - date: `2025-01-15`, - open: 423.2, - high: 429.8, - low: 377.3, - close: 428.2, - volume: 530063170, - change: 1.2, - index: 216 - }), - new StockTeslaItem( - { - date: `2025-01-27`, - open: 423.5, - high: 439.7, - low: 389, - close: 397.2, - volume: 476854060, - change: -6.2, - index: 217 - }), - new StockTeslaItem( - { - date: `2025-02-05`, - open: 396.9, - high: 420, - low: 374.4, - close: 378.2, - volume: 507024510, - change: -4.7, - index: 218 - }), - new StockTeslaItem( - { - date: `2025-02-14`, - open: 373, - high: 380.6, - low: 325.1, - close: 355.8, - volume: 607376290, - change: -4.6, - index: 219 - }), - new StockTeslaItem( - { - date: `2025-02-26`, - open: 355, - high: 367.3, - low: 288, - close: 290.8, - volume: 549149490, - change: -18.1, - index: 220 - }), - new StockTeslaItem( - { - date: `2025-03-07`, - open: 291.2, - high: 303.9, - low: 250.7, - close: 262.7, - volume: 754567280, - change: -9.8, - index: 221 - }), - new StockTeslaItem( - { - date: `2025-03-18`, - open: 252.5, - high: 253.4, - low: 217, - close: 225.3, - volume: 944623000, - change: -10.8, - index: 222 - }), - new StockTeslaItem( - { - date: `2025-03-27`, - open: 231.6, - high: 291.8, - low: 229.2, - close: 273.1, - volume: 982018670, - change: 17.9, - index: 223 - }), - new StockTeslaItem( - { - date: `2025-04-07`, - open: 275.6, - high: 285, - low: 214.2, - close: 233.3, - volume: 1117950500, - change: -15.3, - index: 224 - }), - new StockTeslaItem( - { - date: `2025-04-16`, - open: 245, - high: 274.7, - low: 217.8, - close: 241.6, - volume: 993815820, - change: -1.4, - index: 225 - }), - new StockTeslaItem( - { - date: `2025-04-28`, - open: 243.5, - high: 294.9, - low: 222.8, - close: 285.9, - volume: 866169890, - change: 17.4, - index: 226 - }), + new StockTeslaItem({ date: `2019-01-10`, open: 20.4, high: 23, low: 19.8, close: 23, volume: 779333701, change: 12.7, index: 0 }), + new StockTeslaItem({ date: `2019-01-22`, open: 22.8, high: 23.5, low: 19.7, close: 19.9, volume: 911781100, change: -12.6, index: 1 }), + new StockTeslaItem({ date: `2019-01-31`, open: 19.5, high: 20.8, low: 18.6, close: 20.5, volume: 926375717, change: 5, index: 2 }), + new StockTeslaItem({ date: `2019-02-11`, open: 20.4, high: 21.6, low: 19.9, close: 20.9, volume: 687520471, change: 2.4, index: 3 }), + new StockTeslaItem({ date: `2019-02-21`, open: 21.1, high: 21.2, low: 19.4, close: 19.4, volume: 597552272, change: -7.9, index: 4 }), + new StockTeslaItem({ date: `2019-03-04`, open: 19.6, high: 21.3, low: 18.9, close: 19, volume: 1218669201, change: -3.1, index: 5 }), + new StockTeslaItem({ date: `2019-03-13`, open: 18.8, high: 19.5, low: 18, close: 19.3, volume: 1034156904, change: 2.5, index: 6 }), + new StockTeslaItem({ date: `2019-03-22`, open: 19.5, high: 19.7, low: 17.6, close: 17.6, volume: 980694095, change: -9.5, index: 7 }), + new StockTeslaItem({ date: `2019-04-02`, open: 17.3, high: 19.3, low: 17, close: 19.1, volume: 788473494, change: 10.1, index: 8 }), + new StockTeslaItem({ date: `2019-04-11`, open: 19.2, high: 19.7, low: 17.4, close: 17.9, volume: 1165555442, change: -6.6, index: 9 }), + new StockTeslaItem({ date: `2019-04-23`, open: 18, high: 18.3, low: 17, close: 17.6, volume: 870373200, change: -2.3, index: 10 }), + new StockTeslaItem({ date: `2019-05-02`, open: 17.6, high: 17.7, low: 15.4, close: 16.3, volume: 1629432326, change: -7.5, index: 11 }), + new StockTeslaItem({ date: `2019-05-13`, open: 16.3, high: 17.2, low: 15, close: 15.1, volume: 1131045605, change: -6.9, index: 12 }), + new StockTeslaItem({ date: `2019-05-22`, open: 15.3, high: 15.6, low: 12.8, close: 12.8, volume: 1455503588, change: -15.9, index: 13 }), + new StockTeslaItem({ date: `2019-06-03`, open: 13, high: 13.3, low: 11.8, close: 11.9, volume: 1415442268, change: -7.9, index: 14 }), + new StockTeslaItem({ date: `2019-06-12`, open: 12.1, high: 14.9, low: 12, close: 14, volume: 1515000443, change: 15.6, index: 15 }), + new StockTeslaItem({ date: `2019-06-21`, open: 14, high: 15.6, low: 13.8, close: 14.8, volume: 1009123371, change: 5.5, index: 16 }), + new StockTeslaItem({ date: `2019-07-02`, open: 14.9, high: 15.5, low: 14.5, close: 15, volume: 766921642, change: 0.6, index: 17 }), + new StockTeslaItem({ date: `2019-07-12`, open: 16, high: 16.4, low: 15.2, close: 16.3, volume: 887983836, change: 2.4, index: 18 }), + new StockTeslaItem({ date: `2019-07-23`, open: 16.5, high: 17.5, low: 16.3, close: 17.3, volume: 788941000, change: 4.9, index: 19 }), + new StockTeslaItem({ date: `2019-08-01`, open: 17.3, high: 17.7, low: 14.8, close: 15.6, volume: 1175082297, change: -9.8, index: 20 }), + new StockTeslaItem({ date: `2019-08-12`, open: 15.4, high: 16, low: 15, close: 15.3, volume: 560129569, change: -1, index: 21 }), + new StockTeslaItem({ date: `2019-08-21`, open: 15.3, high: 15.7, low: 14.1, close: 14.7, volume: 677293701, change: -3.5, index: 22 }), + new StockTeslaItem({ date: `2019-08-30`, open: 14.9, high: 15.5, low: 14.1, close: 15, volume: 650239370, change: 1.3, index: 23 }), + new StockTeslaItem({ date: `2019-09-11`, open: 14.9, high: 16.5, low: 14.6, close: 16.5, volume: 636766167, change: 10.3, index: 24 }), + new StockTeslaItem({ date: `2019-09-20`, open: 16.5, high: 16.9, low: 15.9, close: 16, volume: 572802643, change: -2.9, index: 25 }), + new StockTeslaItem({ date: `2019-10-01`, open: 16, high: 16.6, low: 14.6, close: 16.3, volume: 931821239, change: 2, index: 26 }), + new StockTeslaItem({ date: `2019-10-10`, open: 16.2, high: 16.6, low: 15, close: 16.3, volume: 891798049, change: 0.6, index: 27 }), + new StockTeslaItem({ date: `2019-10-21`, open: 16.5, high: 17.7, low: 16.5, close: 16.9, volume: 713093463, change: 2.6, index: 28 }), + new StockTeslaItem({ date: `2019-10-30`, open: 17, high: 22.7, low: 16.7, close: 21, volume: 1752943598, change: 23.9, index: 29 }), + new StockTeslaItem({ date: `2019-11-08`, open: 20.9, high: 22.8, low: 20.6, close: 22.5, volume: 834957256, change: 7.7, index: 30 }), + new StockTeslaItem({ date: `2019-11-19`, open: 22.9, high: 24, low: 22.8, close: 24, volume: 738746390, change: 4.5, index: 31 }), + new StockTeslaItem({ date: `2019-11-29`, open: 24, high: 24.1, low: 21.8, close: 22, volume: 870685288, change: -8.4, index: 32 }), + new StockTeslaItem({ date: `2019-12-10`, open: 22, high: 23.4, low: 21.8, close: 23.3, volume: 712016613, change: 5.9, index: 33 }), + new StockTeslaItem({ date: `2019-12-19`, open: 23.5, high: 27.1, low: 23.4, close: 26.9, volume: 1203765433, change: 14.8, index: 34 }), + new StockTeslaItem({ date: `2019-12-31`, open: 27.4, high: 29, low: 26.7, close: 27.9, volume: 1195073357, change: 2, index: 35 }), + new StockTeslaItem({ date: `2020-01-10`, open: 28.3, high: 33.3, low: 28.1, close: 31.9, volume: 1925386078, change: 12.6, index: 36 }), + new StockTeslaItem({ date: `2020-01-22`, open: 32.9, high: 39.6, low: 32.8, close: 38, volume: 2364043518, change: 15.4, index: 37 }), + new StockTeslaItem({ date: `2020-01-31`, open: 37.6, high: 43.5, low: 36, close: 43.4, volume: 1835141382, change: 15.3, index: 38 }), + new StockTeslaItem({ date: `2020-02-11`, open: 44.9, high: 64.6, low: 44.9, close: 51.6, volume: 3748903126, change: 14.9, index: 39 }), + new StockTeslaItem({ date: `2020-02-21`, open: 51.9, high: 63, low: 49, close: 60.1, volume: 1921517039, change: 15.8, index: 40 }), + new StockTeslaItem({ date: `2020-03-03`, open: 55.9, high: 57.6, low: 40.8, close: 49.7, volume: 2121850940, change: -11.1, index: 41 }), + new StockTeslaItem({ date: `2020-03-12`, open: 50.9, high: 51.1, low: 36.4, close: 37.4, volume: 1553329923, change: -26.6, index: 42 }), + new StockTeslaItem({ date: `2020-03-23`, open: 39.7, high: 40.5, low: 23.4, close: 29, volume: 2487688157, change: -27, index: 43 }), + new StockTeslaItem({ date: `2020-04-01`, open: 31.8, high: 37.3, low: 31.6, close: 32.1, volume: 1785601357, change: 0.9, index: 44 }), + new StockTeslaItem({ date: `2020-04-13`, open: 32.1, high: 43.5, low: 29.8, close: 43.4, volume: 1860352620, change: 35.3, index: 45 }), + new StockTeslaItem({ date: `2020-04-22`, open: 46.6, high: 51.7, low: 44.9, close: 48.8, volume: 2056797321, change: 4.7, index: 46 }), + new StockTeslaItem({ date: `2020-05-01`, open: 48.5, high: 58, low: 45.5, close: 46.8, volume: 2093959203, change: -3.6, index: 47 }), + new StockTeslaItem({ date: `2020-05-12`, open: 46.7, high: 56.2, low: 46.5, close: 54, volume: 1611543246, change: 15.5, index: 48 }), + new StockTeslaItem({ date: `2020-05-21`, open: 54.7, high: 55.6, low: 50.9, close: 55.2, volume: 1262468113, change: 0.8, index: 49 }), + new StockTeslaItem({ date: `2020-06-02`, open: 54.8, high: 60.6, low: 52.3, close: 58.8, volume: 1160487993, change: 7.2, index: 50 }), + new StockTeslaItem({ date: `2020-06-11`, open: 59.2, high: 68.5, low: 57.2, close: 64.9, volume: 1270377400, change: 9.5, index: 51 }), + new StockTeslaItem({ date: `2020-06-22`, open: 65.3, high: 67.9, low: 60.6, close: 66.3, volume: 1217946366, change: 1.5, index: 52 }), + new StockTeslaItem({ date: `2020-07-01`, open: 66.6, high: 75.7, low: 62.5, close: 74.6, volume: 1120591270, change: 12.1, index: 53 }), + new StockTeslaItem({ date: `2020-07-13`, open: 81.4, high: 119.7, low: 79, close: 99.8, volume: 2244920779, change: 22.6, index: 54 }), + new StockTeslaItem({ date: `2020-07-22`, open: 103.7, high: 111.7, low: 95.4, close: 106.2, volume: 1662846099, change: 2.3, index: 55 }), + new StockTeslaItem({ date: `2020-07-31`, open: 111.9, high: 112.6, low: 91.1, close: 95.4, volume: 1573159944, change: -14.8, index: 56 }), + new StockTeslaItem({ date: `2020-08-11`, open: 96.6, high: 101.8, low: 91, close: 91.6, volume: 798587331, change: -5.2, index: 57 }), + new StockTeslaItem({ date: `2020-08-20`, open: 98, high: 134.8, low: 95.7, close: 133.5, volume: 1866534416, change: 36.2, index: 58 }), + new StockTeslaItem({ date: `2020-08-31`, open: 136.3, high: 166.7, low: 128.5, close: 166.1, volume: 2008507459, change: 21.9, index: 59 }), + new StockTeslaItem({ date: `2020-09-10`, open: 167.4, high: 167.5, low: 110, close: 123.8, volume: 1992227059, change: -26, index: 60 }), + new StockTeslaItem({ date: `2020-09-21`, open: 127.3, high: 154, low: 120.2, close: 149.8, volume: 1758737696, change: 17.7, index: 61 }), + new StockTeslaItem({ date: `2020-09-30`, open: 143.2, high: 145.9, low: 117.1, close: 143, volume: 1459893236, change: -0.1, index: 62 }), + new StockTeslaItem({ date: `2020-10-09`, open: 146.9, high: 149.6, low: 135.4, close: 144.7, volume: 985545158, change: -1.5, index: 63 }), + new StockTeslaItem({ date: `2020-10-20`, open: 147.3, high: 155.3, low: 139.7, close: 140.6, volume: 773077727, change: -4.5, index: 64 }), + new StockTeslaItem({ date: `2020-10-29`, open: 140.9, high: 148.4, low: 135.3, close: 136.9, volume: 615339122, change: -2.8, index: 65 }), + new StockTeslaItem({ date: `2020-11-09`, open: 135.6, high: 150.8, low: 126.4, close: 140.4, volume: 669171368, change: 3.5, index: 66 }), + new StockTeslaItem({ date: `2020-11-18`, open: 140, high: 165.3, low: 132, close: 162.2, volume: 760451265, change: 15.8, index: 67 }), + new StockTeslaItem({ date: `2020-11-30`, open: 164, high: 202.6, low: 162.5, close: 189.2, volume: 1046371155, change: 15.4, index: 68 }), + new StockTeslaItem({ date: `2020-12-09`, open: 199.2, high: 218.1, low: 180.4, close: 201.5, volume: 1055933265, change: 1.2, index: 69 }), + new StockTeslaItem({ date: `2020-12-18`, open: 191.5, high: 231.7, low: 188.8, close: 231.7, volume: 1593943601, change: 21, index: 70 }), + new StockTeslaItem({ date: `2020-12-30`, open: 222.1, high: 232.2, low: 204.7, close: 231.6, volume: 791942570, change: 4.3, index: 71 }), + new StockTeslaItem({ date: `2021-01-11`, open: 233.3, high: 294.8, low: 230.4, close: 270.4, volume: 1084025779, change: 15.9, index: 72 }), + new StockTeslaItem({ date: `2021-01-21`, open: 277, high: 289.3, low: 273, close: 281.7, volume: 663774487, change: 1.7, index: 73 }), + new StockTeslaItem({ date: `2021-02-01`, open: 278.1, high: 300.1, low: 260, close: 279.9, volume: 595397009, change: 0.7, index: 74 }), + new StockTeslaItem({ date: `2021-02-10`, open: 281.6, high: 293.5, low: 266.7, close: 268.3, volume: 445813486, change: -4.7, index: 75 }), + new StockTeslaItem({ date: `2021-02-22`, open: 270.8, high: 276.6, low: 236.7, close: 238.2, volume: 496372009, change: -12.1, index: 76 }), + new StockTeslaItem({ date: `2021-03-03`, open: 220.7, high: 290.7, low: 206.3, close: 217.7, volume: 793689739, change: -1.3, index: 77 }), + new StockTeslaItem({ date: `2021-03-12`, open: 218.6, high: 291.3, low: 179.8, close: 231.2, volume: 1215209162, change: 5.8, index: 78 }), + new StockTeslaItem({ date: `2021-03-23`, open: 231.4, high: 237.7, low: 208.2, close: 220.7, volume: 744776145, change: -4.6, index: 79 }), + new StockTeslaItem({ date: `2021-04-01`, open: 222.6, high: 230.8, low: 197, close: 220.6, volume: 730733684, change: -0.9, index: 80 }), + new StockTeslaItem({ date: `2021-04-13`, open: 235.9, high: 254.3, low: 222.6, close: 254.1, volume: 646721884, change: 7.7, index: 81 }), + new StockTeslaItem({ date: `2021-04-22`, open: 256.9, high: 260.3, low: 230.6, close: 239.9, volume: 740840774, change: -6.6, index: 82 }), + new StockTeslaItem({ date: `2021-05-03`, open: 239.9, high: 249.8, low: 222, close: 228.3, volume: 623423313, change: -4.8, index: 83 }), + new StockTeslaItem({ date: `2021-05-12`, open: 226.3, high: 230, low: 195.6, close: 196.6, volume: 643844974, change: -13.1, index: 84 }), + new StockTeslaItem({ date: `2021-05-21`, open: 200.5, high: 202.2, low: 182.3, close: 193.6, volume: 729192883, change: -3.4, index: 85 }), + new StockTeslaItem({ date: `2021-06-02`, open: 193.9, high: 211.9, low: 191.2, close: 201.7, volume: 545095944, change: 4, index: 86 }), + new StockTeslaItem({ date: `2021-06-11`, open: 200.6, high: 207.7, low: 190.4, close: 203.3, volume: 478366128, change: 1.3, index: 87 }), + new StockTeslaItem({ date: `2021-06-22`, open: 204.1, high: 210.5, low: 197.8, close: 207.9, volume: 454698495, change: 1.9, index: 88 }), + new StockTeslaItem({ date: `2021-07-01`, open: 210.7, high: 232.5, low: 210, close: 226, volume: 558441596, change: 7.3, index: 89 }), + new StockTeslaItem({ date: `2021-07-13`, open: 226.3, high: 233.3, low: 206.8, close: 222.8, volume: 470942387, change: -1.5, index: 90 }), + new StockTeslaItem({ date: `2021-07-22`, open: 223.6, high: 226.2, low: 207.1, close: 216.4, volume: 372195097, change: -3.2, index: 91 }), + new StockTeslaItem({ date: `2021-08-02`, open: 215.5, high: 242.3, low: 209.1, close: 236.6, volume: 547284685, change: 9.8, index: 92 }), + new StockTeslaItem({ date: `2021-08-11`, open: 239.7, high: 241.6, low: 232.5, close: 235.9, volume: 315341455, change: -1.6, index: 93 }), + new StockTeslaItem({ date: `2021-08-20`, open: 235.4, high: 243.3, low: 216.3, close: 226.8, volume: 392227478, change: -3.7, index: 94 }), + new StockTeslaItem({ date: `2021-08-31`, open: 228.5, high: 246.8, low: 226.9, close: 245.2, volume: 337503634, change: 7.3, index: 95 }), + new StockTeslaItem({ date: `2021-09-10`, open: 244.7, high: 254.8, low: 241.4, close: 245.4, volume: 328100734, change: 0.3, index: 96 }), + new StockTeslaItem({ date: `2021-09-21`, open: 246.7, high: 253.7, low: 236.3, close: 246.5, volume: 420153012, change: -0.1, index: 97 }), + new StockTeslaItem({ date: `2021-09-30`, open: 247.8, high: 266.3, low: 246.4, close: 258.5, volume: 422393262, change: 4.3, index: 98 }), + new StockTeslaItem({ date: `2021-10-11`, open: 259.5, high: 269, low: 254.5, close: 264, volume: 392144589, change: 1.7, index: 99 }), + new StockTeslaItem({ date: `2021-10-20`, open: 267, high: 292.6, low: 265.5, close: 288.6, volume: 368796877, change: 8.1, index: 100 }), + new StockTeslaItem({ date: `2021-10-29`, open: 285.3, high: 371.7, low: 285.2, close: 371.3, volume: 825862313, change: 30.1, index: 101 }), + new StockTeslaItem({ date: `2021-11-09`, open: 381.7, high: 414.5, low: 337.2, close: 341.2, volume: 818978542, change: -10.6, index: 102 }), + new StockTeslaItem({ date: `2021-11-18`, open: 336.8, high: 373.2, low: 326.2, close: 365.5, volume: 613304311, change: 8.5, index: 103 }), + new StockTeslaItem({ date: `2021-11-30`, open: 366.3, high: 400.6, low: 354, close: 381.6, volume: 515052382, change: 4.2, index: 104 }), + new StockTeslaItem({ date: `2021-12-09`, open: 386.9, high: 390.9, low: 316.8, close: 334.6, volume: 473333567, change: -13.5, index: 105 }), + new StockTeslaItem({ date: `2021-12-20`, open: 336.2, high: 340.3, low: 297.8, close: 300, volume: 524367113, change: -10.8, index: 106 }), + new StockTeslaItem({ date: `2021-12-30`, open: 305.6, high: 373, low: 295.4, close: 356.8, volume: 492530059, change: 16.7, index: 107 }), + new StockTeslaItem({ date: `2022-01-10`, open: 357.8, high: 402.7, low: 326.7, close: 352.7, volume: 592103938, change: -1.4, index: 108 }), + new StockTeslaItem({ date: `2022-01-20`, open: 351.2, high: 371.9, low: 331.3, close: 332.1, volume: 532857144, change: -5.4, index: 109 }), + new StockTeslaItem({ date: `2022-01-31`, open: 332.1, high: 334.8, low: 264, close: 312.2, volume: 833589022, change: -6, index: 110 }), + new StockTeslaItem({ date: `2022-02-09`, open: 311.7, high: 315.9, low: 293.5, close: 310.7, volume: 456395505, change: -0.3, index: 111 }), + new StockTeslaItem({ date: `2022-02-18`, open: 302.8, high: 314.6, low: 279.2, close: 285.7, volume: 446153356, change: -5.7, index: 112 }), + new StockTeslaItem({ date: `2022-03-02`, open: 278, high: 296.6, low: 233.3, close: 293.3, volume: 638352514, change: 5.5, index: 113 }), + new StockTeslaItem({ date: `2022-03-11`, open: 292.9, high: 295.5, low: 260.7, close: 265.1, volume: 466566467, change: -9.5, index: 114 }), + new StockTeslaItem({ date: `2022-03-22`, open: 260.2, high: 332.6, low: 252, close: 331.3, volume: 576869668, change: 27.3, index: 115 }), + new StockTeslaItem({ date: `2022-03-31`, open: 326.6, high: 371.6, low: 325.5, close: 359.2, volume: 536607263, change: 10, index: 116 }), + new StockTeslaItem({ date: `2022-04-11`, open: 360.4, high: 384.3, low: 324.9, close: 325.3, volume: 499682510, change: -9.7, index: 117 }), + new StockTeslaItem({ date: `2022-04-21`, open: 332.5, high: 364.1, low: 324.4, close: 336.3, volume: 457210487, change: 1.1, index: 118 }), + new StockTeslaItem({ date: `2022-05-02`, open: 338.3, high: 345, low: 273.9, close: 301, volume: 639990965, change: -11, index: 119 }), + new StockTeslaItem({ date: `2022-05-11`, open: 301.1, high: 318.5, low: 242.4, close: 244.7, volume: 583211967, change: -18.7, index: 120 }), + new StockTeslaItem({ date: `2022-05-20`, open: 233.7, high: 262.4, low: 211, close: 221.3, volume: 721880082, change: -5.3, index: 121 }), + new StockTeslaItem({ date: `2022-06-01`, open: 218.3, high: 259.6, low: 206.9, close: 246.8, volume: 644596235, change: 13, index: 122 }), + new StockTeslaItem({ date: `2022-06-10`, open: 244.2, high: 264.2, low: 227.9, close: 232.2, volume: 633672873, change: -4.9, index: 123 }), + new StockTeslaItem({ date: `2022-06-22`, open: 223.2, high: 246.8, low: 208.7, close: 236.1, volume: 744240764, change: 5.8, index: 124 }), + new StockTeslaItem({ date: `2022-07-01`, open: 237.9, high: 252.1, low: 218.9, close: 227.3, volume: 631776422, change: -4.5, index: 125 }), + new StockTeslaItem({ date: `2022-07-13`, open: 223, high: 255, low: 216.2, close: 237, volume: 625812242, change: 6.3, index: 126 }), + new StockTeslaItem({ date: `2022-07-22`, open: 234.9, high: 280.8, low: 229.3, close: 272.2, volume: 646037224, change: 15.9, index: 127 }), + new StockTeslaItem({ date: `2022-08-02`, open: 272.2, high: 311.9, low: 256.3, close: 300.6, volume: 611660612, change: 10.4, index: 128 }), + new StockTeslaItem({ date: `2022-08-11`, open: 305, high: 313.6, low: 279.4, close: 286.6, volume: 616204291, change: -6, index: 129 }), + new StockTeslaItem({ date: `2022-08-22`, open: 289.4, high: 314.7, low: 285, close: 289.9, volume: 490658060, change: 0.2, index: 130 }), + new StockTeslaItem({ date: `2022-08-31`, open: 291.5, high: 303.6, low: 271.8, close: 275.6, volume: 376152572, change: -5.4, index: 131 }), + new StockTeslaItem({ date: `2022-09-12`, open: 272.6, high: 305.5, low: 265.7, close: 304.4, volume: 367924580, change: 11.7, index: 132 }), + new StockTeslaItem({ date: `2022-09-21`, open: 292.9, high: 313.8, low: 290.4, close: 300.8, volume: 477171180, change: 2.7, index: 133 }), + new StockTeslaItem({ date: `2022-09-30`, open: 299.9, high: 301.3, low: 262.5, close: 265.2, volume: 454307920, change: -11.5, index: 134 }), + new StockTeslaItem({ date: `2022-10-11`, open: 254.5, high: 257.5, low: 215, close: 216.5, volume: 593078170, change: -14.9, index: 135 }), + new StockTeslaItem({ date: `2022-10-20`, open: 215.3, high: 229.8, low: 202, close: 207.3, volume: 592158560, change: -3.7, index: 136 }), + new StockTeslaItem({ date: `2022-10-31`, open: 206.4, high: 233.8, low: 198.6, close: 227.5, volume: 550341050, change: 10.2, index: 137 }), + new StockTeslaItem({ date: `2022-11-09`, open: 234, high: 237.4, low: 177.1, close: 177.6, volume: 630702790, change: -24.1, index: 138 }), + new StockTeslaItem({ date: `2022-11-18`, open: 189.9, high: 200.8, low: 176.6, close: 180.2, volume: 637579480, change: -5.1, index: 139 }), + new StockTeslaItem({ date: `2022-11-30`, open: 175.8, high: 194.8, low: 166.2, close: 194.7, volume: 617126140, change: 10.7, index: 140 }), + new StockTeslaItem({ date: `2022-12-09`, open: 197.1, high: 198.9, low: 169.1, close: 179, volume: 625675690, change: -9.1, index: 141 }), + new StockTeslaItem({ date: `2022-12-20`, open: 176.1, high: 177.4, low: 137.7, close: 137.8, volume: 986660100, change: -21.7, index: 142 }), + new StockTeslaItem({ date: `2022-12-30`, open: 139.3, high: 141.3, low: 108.2, close: 123.2, volume: 1331911900, change: -11.6, index: 143 }), + new StockTeslaItem({ date: `2023-01-11`, open: 118.5, high: 126, low: 101.8, close: 123.2, volume: 1332426500, change: 4, index: 144 }), + new StockTeslaItem({ date: `2023-01-23`, open: 122.6, high: 145.4, low: 115.6, close: 143.8, volume: 1244541500, change: 17.3, index: 145 }), + new StockTeslaItem({ date: `2023-02-01`, open: 143, high: 183.8, low: 138.1, close: 181.4, volume: 1534337700, change: 26.9, index: 146 }), + new StockTeslaItem({ date: `2023-02-10`, open: 187.3, high: 214, low: 182.6, close: 196.9, volume: 1423167800, change: 5.1, index: 147 }), + new StockTeslaItem({ date: `2023-02-22`, open: 194.4, high: 217.6, low: 187.6, close: 200.9, volume: 1386211900, change: 3.3, index: 148 }), + new StockTeslaItem({ date: `2023-03-03`, open: 203.9, high: 211.2, low: 186, close: 197.8, volume: 1095786600, change: -3, index: 149 }), + new StockTeslaItem({ date: `2023-03-14`, open: 198.5, high: 198.6, low: 163.9, close: 183.3, volume: 1101144600, change: -7.7, index: 150 }), + new StockTeslaItem({ date: `2023-03-23`, open: 180.8, high: 200.7, low: 176, close: 192.2, volume: 978213300, change: 6.3, index: 151 }), + new StockTeslaItem({ date: `2023-04-03`, open: 191.6, high: 207.8, low: 185.4, close: 194.8, volume: 909718040, change: 1.6, index: 152 }), + new StockTeslaItem({ date: `2023-04-13`, open: 197.3, high: 198.7, low: 176.1, close: 185.9, volume: 905319000, change: -5.8, index: 153 }), + new StockTeslaItem({ date: `2023-04-24`, open: 184, high: 189.7, low: 158.6, close: 162.6, volume: 905416980, change: -11.6, index: 154 }), + new StockTeslaItem({ date: `2023-05-03`, open: 159.8, high: 165.5, low: 152.4, close: 160.6, volume: 881897100, change: 0.5, index: 155 }), + new StockTeslaItem({ date: `2023-05-12`, open: 162.7, high: 177.4, low: 159.6, close: 168, volume: 785510430, change: 3.2, index: 156 }), + new StockTeslaItem({ date: `2023-05-23`, open: 167.7, high: 193, low: 164.4, close: 185.8, volume: 864025390, change: 10.8, index: 157 }), + new StockTeslaItem({ date: `2023-06-02`, open: 182.2, high: 217.2, low: 178.2, close: 214, volume: 988496020, change: 17.4, index: 158 }), + new StockTeslaItem({ date: `2023-06-13`, open: 217.8, high: 259.7, low: 212.5, close: 258.7, volume: 1161622400, change: 18.8, index: 159 }), + new StockTeslaItem({ date: `2023-06-23`, open: 260.2, high: 277, low: 247.3, close: 256.6, volume: 1220407300, change: -1.4, index: 160 }), + new StockTeslaItem({ date: `2023-07-05`, open: 250.1, high: 284.2, low: 240.7, close: 282.5, volume: 999163700, change: 13, index: 161 }), + new StockTeslaItem({ date: `2023-07-14`, open: 278.1, high: 285.3, low: 265.1, close: 281.4, volume: 774400400, change: 1.2, index: 162 }), + new StockTeslaItem({ date: `2023-07-25`, open: 286.6, high: 299.3, low: 254.1, close: 265.3, volume: 973076400, change: -7.4, index: 163 }), + new StockTeslaItem({ date: `2023-08-03`, open: 263.2, high: 269.1, low: 250.5, close: 259.3, volume: 678809820, change: -1.5, index: 164 }), + new StockTeslaItem({ date: `2023-08-14`, open: 261, high: 264.8, low: 233.8, close: 239.8, volume: 716008860, change: -8.1, index: 165 }), + new StockTeslaItem({ date: `2023-08-23`, open: 238.7, high: 240.8, low: 212.4, close: 236.9, volume: 825055300, change: -0.8, index: 166 }), + new StockTeslaItem({ date: `2023-09-01`, open: 238.7, high: 261.2, low: 228.2, close: 245, volume: 811502630, change: 2.7, index: 167 }), + new StockTeslaItem({ date: `2023-09-13`, open: 245, high: 278.4, low: 243.3, close: 271.3, volume: 902643400, change: 10.7, index: 168 }), + new StockTeslaItem({ date: `2023-09-22`, open: 271.3, high: 279, low: 244.5, close: 244.9, volume: 816639600, change: -9.7, index: 169 }), + new StockTeslaItem({ date: `2023-10-03`, open: 243.4, high: 254.8, low: 234.6, close: 246.5, volume: 814604700, change: 1.3, index: 170 }), + new StockTeslaItem({ date: `2023-10-12`, open: 248.1, high: 268.9, low: 247.6, close: 258.9, volume: 806250900, change: 4.3, index: 171 }), + new StockTeslaItem({ date: `2023-10-23`, open: 258.9, high: 259.6, low: 202.5, close: 212.1, volume: 869390890, change: -18.1, index: 172 }), + new StockTeslaItem({ date: `2023-11-01`, open: 216.5, high: 222, low: 194.1, close: 205.7, volume: 811468170, change: -5, index: 173 }), + new StockTeslaItem({ date: `2023-11-10`, open: 213, high: 226.4, low: 205.7, close: 214.6, volume: 859763700, change: 0.8, index: 174 }), + new StockTeslaItem({ date: `2023-11-21`, open: 215.6, high: 246.7, low: 211.6, close: 241.2, volume: 959006600, change: 11.9, index: 175 }), + new StockTeslaItem({ date: `2023-12-01`, open: 242, high: 252.8, low: 231.4, close: 238.8, volume: 832910200, change: -1.3, index: 176 }), + new StockTeslaItem({ date: `2023-12-12`, open: 235.8, high: 246.7, low: 233.3, close: 237, volume: 772018400, change: 0.5, index: 177 }), + new StockTeslaItem({ date: `2023-12-21`, open: 234.2, high: 259.8, low: 228.2, close: 254.5, volume: 900893400, change: 8.7, index: 178 }), + new StockTeslaItem({ date: `2024-01-03`, open: 256.8, high: 265.1, low: 236.3, close: 238.4, volume: 727005170, change: -7.1, index: 179 }), + new StockTeslaItem({ date: `2024-01-12`, open: 239.2, high: 242.7, low: 217.2, close: 218.9, volume: 697536380, change: -8.5, index: 180 }), + new StockTeslaItem({ date: `2024-01-24`, open: 215.1, high: 223.5, low: 206.3, close: 207.8, volume: 777303400, change: -3.4, index: 181 }), + new StockTeslaItem({ date: `2024-02-02`, open: 189.7, high: 196.4, low: 180.1, close: 187.9, volume: 846092780, change: -0.9, index: 182 }), + new StockTeslaItem({ date: `2024-02-13`, open: 184.3, high: 194.7, low: 175, close: 184, volume: 718274070, change: -0.1, index: 183 }), + new StockTeslaItem({ date: `2024-02-23`, open: 185.3, high: 203.2, low: 183.4, close: 192, volume: 693352670, change: 3.6, index: 184 }), + new StockTeslaItem({ date: `2024-03-05`, open: 192.3, high: 205.6, low: 177.6, close: 180.7, volume: 742344460, change: -6, index: 185 }), + new StockTeslaItem({ date: `2024-03-14`, open: 180, high: 182.9, low: 160.5, close: 162.5, volume: 701227950, change: -9.7, index: 186 }), + new StockTeslaItem({ date: `2024-03-25`, open: 163.2, high: 178.2, low: 160.8, close: 172.6, volume: 589466660, change: 5.8, index: 187 }), + new StockTeslaItem({ date: `2024-04-04`, open: 178.6, high: 184.2, low: 163.3, close: 171.1, volume: 676969950, change: -4.2, index: 188 }), + new StockTeslaItem({ date: `2024-04-15`, open: 169.1, high: 179.2, low: 160.5, close: 161.5, volume: 694829970, change: -4.5, index: 189 }), + new StockTeslaItem({ date: `2024-04-24`, open: 156.7, high: 168, low: 138.8, close: 162.1, volume: 775433710, change: 3.4, index: 190 }), + new StockTeslaItem({ date: `2024-05-03`, open: 159, high: 198.9, low: 158.4, close: 181.2, volume: 864614000, change: 14, index: 191 }), + new StockTeslaItem({ date: `2024-05-14`, open: 183.8, high: 187.6, low: 167.8, close: 177.6, volume: 531409380, change: -3.4, index: 192 }), + new StockTeslaItem({ date: `2024-05-23`, open: 179.9, high: 186.9, low: 171.4, close: 173.7, volume: 554203970, change: -3.4, index: 193 }), + new StockTeslaItem({ date: `2024-06-04`, open: 174.8, high: 182.7, low: 173.2, close: 174.8, volume: 453828370, change: 0, index: 194 }), + new StockTeslaItem({ date: `2024-06-13`, open: 175.4, high: 191.1, low: 167.4, close: 182.5, volume: 509090870, change: 4.1, index: 195 }), + new StockTeslaItem({ date: `2024-06-25`, open: 185.8, high: 188.8, low: 176.9, close: 187.4, volume: 505399520, change: 0.8, index: 196 }), + new StockTeslaItem({ date: `2024-07-05`, open: 186.5, high: 252.4, low: 186.4, close: 251.5, volume: 925723660, change: 34.8, index: 197 }), + new StockTeslaItem({ date: `2024-07-16`, open: 247.7, high: 271, low: 233.1, close: 256.6, volume: 1097390000, change: 3.6, index: 198 }), + new StockTeslaItem({ date: `2024-07-25`, open: 252.7, high: 258.5, low: 214.7, close: 220.2, volume: 795590700, change: -12.9, index: 199 }), + new StockTeslaItem({ date: `2024-08-05`, open: 221.2, high: 234.7, low: 182, close: 198.9, volume: 658914080, change: -10.1, index: 200 }), + new StockTeslaItem({ date: `2024-08-14`, open: 200.8, high: 208.5, low: 191.5, close: 201.4, volume: 479168160, change: 0.3, index: 201 }), + new StockTeslaItem({ date: `2024-08-23`, open: 205, high: 228.2, low: 204.8, close: 220.3, volume: 560235700, change: 7.5, index: 202 }), + new StockTeslaItem({ date: `2024-09-04`, open: 218.8, high: 222.2, low: 202.6, close: 219.4, volume: 469284350, change: 0.3, index: 203 }), + new StockTeslaItem({ date: `2024-09-13`, open: 223.5, high: 235, low: 210.5, close: 230.3, volume: 592950440, change: 3, index: 204 }), + new StockTeslaItem({ date: `2024-09-24`, open: 229.3, high: 257.2, low: 223.5, close: 254.3, volume: 577086700, change: 10.9, index: 205 }), + new StockTeslaItem({ date: `2024-10-03`, open: 252.5, high: 264.9, low: 237.8, close: 240.7, volume: 546148740, change: -4.7, index: 206 }), + new StockTeslaItem({ date: `2024-10-14`, open: 246.7, high: 251, low: 213.7, close: 219.2, volume: 589440130, change: -11.2, index: 207 }), + new StockTeslaItem({ date: `2024-10-23`, open: 220, high: 224.3, low: 212.1, close: 213.6, volume: 384561880, change: -2.9, index: 208 }), + new StockTeslaItem({ date: `2024-11-01`, open: 244.7, high: 273.5, low: 242.6, close: 249, volume: 732392780, change: 1.8, index: 209 }), + new StockTeslaItem({ date: `2024-11-12`, open: 244.6, high: 358.6, low: 238.9, close: 328.5, volume: 991653160, change: 34.3, index: 210 }), + new StockTeslaItem({ date: `2024-11-21`, open: 335.8, high: 348.5, low: 309.2, close: 339.6, volume: 700324320, change: 1.1, index: 211 }), + new StockTeslaItem({ date: `2024-12-03`, open: 341.1, high: 361.9, low: 326.6, close: 351.4, volume: 478645220, change: 3, index: 212 }), + new StockTeslaItem({ date: `2024-12-12`, open: 353, high: 429.3, low: 348.6, close: 418.1, volume: 599082110, change: 18.4, index: 213 }), + new StockTeslaItem({ date: `2024-12-23`, open: 420, high: 481.5, low: 415.4, close: 430.6, volume: 807128120, change: 2.5, index: 214 }), + new StockTeslaItem({ date: `2025-01-03`, open: 435.9, high: 465.3, low: 373, close: 410.4, volume: 565769940, change: -5.8, index: 215 }), + new StockTeslaItem({ date: `2025-01-15`, open: 423.2, high: 429.8, low: 377.3, close: 428.2, volume: 530063170, change: 1.2, index: 216 }), + new StockTeslaItem({ date: `2025-01-27`, open: 423.5, high: 439.7, low: 389, close: 397.2, volume: 476854060, change: -6.2, index: 217 }), + new StockTeslaItem({ date: `2025-02-05`, open: 396.9, high: 420, low: 374.4, close: 378.2, volume: 507024510, change: -4.7, index: 218 }), + new StockTeslaItem({ date: `2025-02-14`, open: 373, high: 380.6, low: 325.1, close: 355.8, volume: 607376290, change: -4.6, index: 219 }), + new StockTeslaItem({ date: `2025-02-26`, open: 355, high: 367.3, low: 288, close: 290.8, volume: 549149490, change: -18.1, index: 220 }), + new StockTeslaItem({ date: `2025-03-07`, open: 291.2, high: 303.9, low: 250.7, close: 262.7, volume: 754567280, change: -9.8, index: 221 }), + new StockTeslaItem({ date: `2025-03-18`, open: 252.5, high: 253.4, low: 217, close: 225.3, volume: 944623000, change: -10.8, index: 222 }), + new StockTeslaItem({ date: `2025-03-27`, open: 231.6, high: 291.8, low: 229.2, close: 273.1, volume: 982018670, change: 17.9, index: 223 }), + new StockTeslaItem({ date: `2025-04-07`, open: 275.6, high: 285, low: 214.2, close: 233.3, volume: 1117950500, change: -15.3, index: 224 }), + new StockTeslaItem({ date: `2025-04-16`, open: 245, high: 274.7, low: 217.8, close: 241.6, volume: 993815820, change: -1.4, index: 225 }), + new StockTeslaItem({ date: `2025-04-28`, open: 243.5, high: 294.9, low: 222.8, close: 285.9, volume: 866169890, change: 17.4, index: 226 }), ]; super(...newItems.slice(0)); } diff --git a/samples/charts/data-chart/data-annotation-multiple-with-overlay-text/src/AnnotationSliceMultiOverlayData.ts b/samples/charts/data-chart/data-annotation-multiple-with-overlay-text/src/AnnotationSliceMultiOverlayData.ts index 72ae3c4d55..bf0bd2b119 100644 --- a/samples/charts/data-chart/data-annotation-multiple-with-overlay-text/src/AnnotationSliceMultiOverlayData.ts +++ b/samples/charts/data-chart/data-annotation-multiple-with-overlay-text/src/AnnotationSliceMultiOverlayData.ts @@ -12,10 +12,7 @@ export class AnnotationSliceMultiOverlayData extends Array { super(...items); } else { const newItems = [ - new StockTeslaItem( - { - date: `2019-01-10`, - open: 20.4, - high: 23, - low: 19.8, - close: 23, - volume: 779333701, - change: 12.7, - index: 0 - }), - new StockTeslaItem( - { - date: `2019-01-22`, - open: 22.8, - high: 23.5, - low: 19.7, - close: 19.9, - volume: 911781100, - change: -12.6, - index: 1 - }), - new StockTeslaItem( - { - date: `2019-01-31`, - open: 19.5, - high: 20.8, - low: 18.6, - close: 20.5, - volume: 926375717, - change: 5, - index: 2 - }), - new StockTeslaItem( - { - date: `2019-02-11`, - open: 20.4, - high: 21.6, - low: 19.9, - close: 20.9, - volume: 687520471, - change: 2.4, - index: 3 - }), - new StockTeslaItem( - { - date: `2019-02-21`, - open: 21.1, - high: 21.2, - low: 19.4, - close: 19.4, - volume: 597552272, - change: -7.9, - index: 4 - }), - new StockTeslaItem( - { - date: `2019-03-04`, - open: 19.6, - high: 21.3, - low: 18.9, - close: 19, - volume: 1218669201, - change: -3.1, - index: 5 - }), - new StockTeslaItem( - { - date: `2019-03-13`, - open: 18.8, - high: 19.5, - low: 18, - close: 19.3, - volume: 1034156904, - change: 2.5, - index: 6 - }), - new StockTeslaItem( - { - date: `2019-03-22`, - open: 19.5, - high: 19.7, - low: 17.6, - close: 17.6, - volume: 980694095, - change: -9.5, - index: 7 - }), - new StockTeslaItem( - { - date: `2019-04-02`, - open: 17.3, - high: 19.3, - low: 17, - close: 19.1, - volume: 788473494, - change: 10.1, - index: 8 - }), - new StockTeslaItem( - { - date: `2019-04-11`, - open: 19.2, - high: 19.7, - low: 17.4, - close: 17.9, - volume: 1165555442, - change: -6.6, - index: 9 - }), - new StockTeslaItem( - { - date: `2019-04-23`, - open: 18, - high: 18.3, - low: 17, - close: 17.6, - volume: 870373200, - change: -2.3, - index: 10 - }), - new StockTeslaItem( - { - date: `2019-05-02`, - open: 17.6, - high: 17.7, - low: 15.4, - close: 16.3, - volume: 1629432326, - change: -7.5, - index: 11 - }), - new StockTeslaItem( - { - date: `2019-05-13`, - open: 16.3, - high: 17.2, - low: 15, - close: 15.1, - volume: 1131045605, - change: -6.9, - index: 12 - }), - new StockTeslaItem( - { - date: `2019-05-22`, - open: 15.3, - high: 15.6, - low: 12.8, - close: 12.8, - volume: 1455503588, - change: -15.9, - index: 13 - }), - new StockTeslaItem( - { - date: `2019-06-03`, - open: 13, - high: 13.3, - low: 11.8, - close: 11.9, - volume: 1415442268, - change: -7.9, - index: 14 - }), - new StockTeslaItem( - { - date: `2019-06-12`, - open: 12.1, - high: 14.9, - low: 12, - close: 14, - volume: 1515000443, - change: 15.6, - index: 15 - }), - new StockTeslaItem( - { - date: `2019-06-21`, - open: 14, - high: 15.6, - low: 13.8, - close: 14.8, - volume: 1009123371, - change: 5.5, - index: 16 - }), - new StockTeslaItem( - { - date: `2019-07-02`, - open: 14.9, - high: 15.5, - low: 14.5, - close: 15, - volume: 766921642, - change: 0.6, - index: 17 - }), - new StockTeslaItem( - { - date: `2019-07-12`, - open: 16, - high: 16.4, - low: 15.2, - close: 16.3, - volume: 887983836, - change: 2.4, - index: 18 - }), - new StockTeslaItem( - { - date: `2019-07-23`, - open: 16.5, - high: 17.5, - low: 16.3, - close: 17.3, - volume: 788941000, - change: 4.9, - index: 19 - }), - new StockTeslaItem( - { - date: `2019-08-01`, - open: 17.3, - high: 17.7, - low: 14.8, - close: 15.6, - volume: 1175082297, - change: -9.8, - index: 20 - }), - new StockTeslaItem( - { - date: `2019-08-12`, - open: 15.4, - high: 16, - low: 15, - close: 15.3, - volume: 560129569, - change: -1, - index: 21 - }), - new StockTeslaItem( - { - date: `2019-08-21`, - open: 15.3, - high: 15.7, - low: 14.1, - close: 14.7, - volume: 677293701, - change: -3.5, - index: 22 - }), - new StockTeslaItem( - { - date: `2019-08-30`, - open: 14.9, - high: 15.5, - low: 14.1, - close: 15, - volume: 650239370, - change: 1.3, - index: 23 - }), - new StockTeslaItem( - { - date: `2019-09-11`, - open: 14.9, - high: 16.5, - low: 14.6, - close: 16.5, - volume: 636766167, - change: 10.3, - index: 24 - }), - new StockTeslaItem( - { - date: `2019-09-20`, - open: 16.5, - high: 16.9, - low: 15.9, - close: 16, - volume: 572802643, - change: -2.9, - index: 25 - }), - new StockTeslaItem( - { - date: `2019-10-01`, - open: 16, - high: 16.6, - low: 14.6, - close: 16.3, - volume: 931821239, - change: 2, - index: 26 - }), - new StockTeslaItem( - { - date: `2019-10-10`, - open: 16.2, - high: 16.6, - low: 15, - close: 16.3, - volume: 891798049, - change: 0.6, - index: 27 - }), - new StockTeslaItem( - { - date: `2019-10-21`, - open: 16.5, - high: 17.7, - low: 16.5, - close: 16.9, - volume: 713093463, - change: 2.6, - index: 28 - }), - new StockTeslaItem( - { - date: `2019-10-30`, - open: 17, - high: 22.7, - low: 16.7, - close: 21, - volume: 1752943598, - change: 23.9, - index: 29 - }), - new StockTeslaItem( - { - date: `2019-11-08`, - open: 20.9, - high: 22.8, - low: 20.6, - close: 22.5, - volume: 834957256, - change: 7.7, - index: 30 - }), - new StockTeslaItem( - { - date: `2019-11-19`, - open: 22.9, - high: 24, - low: 22.8, - close: 24, - volume: 738746390, - change: 4.5, - index: 31 - }), - new StockTeslaItem( - { - date: `2019-11-29`, - open: 24, - high: 24.1, - low: 21.8, - close: 22, - volume: 870685288, - change: -8.4, - index: 32 - }), - new StockTeslaItem( - { - date: `2019-12-10`, - open: 22, - high: 23.4, - low: 21.8, - close: 23.3, - volume: 712016613, - change: 5.9, - index: 33 - }), - new StockTeslaItem( - { - date: `2019-12-19`, - open: 23.5, - high: 27.1, - low: 23.4, - close: 26.9, - volume: 1203765433, - change: 14.8, - index: 34 - }), - new StockTeslaItem( - { - date: `2019-12-31`, - open: 27.4, - high: 29, - low: 26.7, - close: 27.9, - volume: 1195073357, - change: 2, - index: 35 - }), - new StockTeslaItem( - { - date: `2020-01-10`, - open: 28.3, - high: 33.3, - low: 28.1, - close: 31.9, - volume: 1925386078, - change: 12.6, - index: 36 - }), - new StockTeslaItem( - { - date: `2020-01-22`, - open: 32.9, - high: 39.6, - low: 32.8, - close: 38, - volume: 2364043518, - change: 15.4, - index: 37 - }), - new StockTeslaItem( - { - date: `2020-01-31`, - open: 37.6, - high: 43.5, - low: 36, - close: 43.4, - volume: 1835141382, - change: 15.3, - index: 38 - }), - new StockTeslaItem( - { - date: `2020-02-11`, - open: 44.9, - high: 64.6, - low: 44.9, - close: 51.6, - volume: 3748903126, - change: 14.9, - index: 39 - }), - new StockTeslaItem( - { - date: `2020-02-21`, - open: 51.9, - high: 63, - low: 49, - close: 60.1, - volume: 1921517039, - change: 15.8, - index: 40 - }), - new StockTeslaItem( - { - date: `2020-03-03`, - open: 55.9, - high: 57.6, - low: 40.8, - close: 49.7, - volume: 2121850940, - change: -11.1, - index: 41 - }), - new StockTeslaItem( - { - date: `2020-03-12`, - open: 50.9, - high: 51.1, - low: 36.4, - close: 37.4, - volume: 1553329923, - change: -26.6, - index: 42 - }), - new StockTeslaItem( - { - date: `2020-03-23`, - open: 39.7, - high: 40.5, - low: 23.4, - close: 29, - volume: 2487688157, - change: -27, - index: 43 - }), - new StockTeslaItem( - { - date: `2020-04-01`, - open: 31.8, - high: 37.3, - low: 31.6, - close: 32.1, - volume: 1785601357, - change: 0.9, - index: 44 - }), - new StockTeslaItem( - { - date: `2020-04-13`, - open: 32.1, - high: 43.5, - low: 29.8, - close: 43.4, - volume: 1860352620, - change: 35.3, - index: 45 - }), - new StockTeslaItem( - { - date: `2020-04-22`, - open: 46.6, - high: 51.7, - low: 44.9, - close: 48.8, - volume: 2056797321, - change: 4.7, - index: 46 - }), - new StockTeslaItem( - { - date: `2020-05-01`, - open: 48.5, - high: 58, - low: 45.5, - close: 46.8, - volume: 2093959203, - change: -3.6, - index: 47 - }), - new StockTeslaItem( - { - date: `2020-05-12`, - open: 46.7, - high: 56.2, - low: 46.5, - close: 54, - volume: 1611543246, - change: 15.5, - index: 48 - }), - new StockTeslaItem( - { - date: `2020-05-21`, - open: 54.7, - high: 55.6, - low: 50.9, - close: 55.2, - volume: 1262468113, - change: 0.8, - index: 49 - }), - new StockTeslaItem( - { - date: `2020-06-02`, - open: 54.8, - high: 60.6, - low: 52.3, - close: 58.8, - volume: 1160487993, - change: 7.2, - index: 50 - }), - new StockTeslaItem( - { - date: `2020-06-11`, - open: 59.2, - high: 68.5, - low: 57.2, - close: 64.9, - volume: 1270377400, - change: 9.5, - index: 51 - }), - new StockTeslaItem( - { - date: `2020-06-22`, - open: 65.3, - high: 67.9, - low: 60.6, - close: 66.3, - volume: 1217946366, - change: 1.5, - index: 52 - }), - new StockTeslaItem( - { - date: `2020-07-01`, - open: 66.6, - high: 75.7, - low: 62.5, - close: 74.6, - volume: 1120591270, - change: 12.1, - index: 53 - }), - new StockTeslaItem( - { - date: `2020-07-13`, - open: 81.4, - high: 119.7, - low: 79, - close: 99.8, - volume: 2244920779, - change: 22.6, - index: 54 - }), - new StockTeslaItem( - { - date: `2020-07-22`, - open: 103.7, - high: 111.7, - low: 95.4, - close: 106.2, - volume: 1662846099, - change: 2.3, - index: 55 - }), - new StockTeslaItem( - { - date: `2020-07-31`, - open: 111.9, - high: 112.6, - low: 91.1, - close: 95.4, - volume: 1573159944, - change: -14.8, - index: 56 - }), - new StockTeslaItem( - { - date: `2020-08-11`, - open: 96.6, - high: 101.8, - low: 91, - close: 91.6, - volume: 798587331, - change: -5.2, - index: 57 - }), - new StockTeslaItem( - { - date: `2020-08-20`, - open: 98, - high: 134.8, - low: 95.7, - close: 133.5, - volume: 1866534416, - change: 36.2, - index: 58 - }), - new StockTeslaItem( - { - date: `2020-08-31`, - open: 136.3, - high: 166.7, - low: 128.5, - close: 166.1, - volume: 2008507459, - change: 21.9, - index: 59 - }), - new StockTeslaItem( - { - date: `2020-09-10`, - open: 167.4, - high: 167.5, - low: 110, - close: 123.8, - volume: 1992227059, - change: -26, - index: 60 - }), - new StockTeslaItem( - { - date: `2020-09-21`, - open: 127.3, - high: 154, - low: 120.2, - close: 149.8, - volume: 1758737696, - change: 17.7, - index: 61 - }), - new StockTeslaItem( - { - date: `2020-09-30`, - open: 143.2, - high: 145.9, - low: 117.1, - close: 143, - volume: 1459893236, - change: -0.1, - index: 62 - }), - new StockTeslaItem( - { - date: `2020-10-09`, - open: 146.9, - high: 149.6, - low: 135.4, - close: 144.7, - volume: 985545158, - change: -1.5, - index: 63 - }), - new StockTeslaItem( - { - date: `2020-10-20`, - open: 147.3, - high: 155.3, - low: 139.7, - close: 140.6, - volume: 773077727, - change: -4.5, - index: 64 - }), - new StockTeslaItem( - { - date: `2020-10-29`, - open: 140.9, - high: 148.4, - low: 135.3, - close: 136.9, - volume: 615339122, - change: -2.8, - index: 65 - }), - new StockTeslaItem( - { - date: `2020-11-09`, - open: 135.6, - high: 150.8, - low: 126.4, - close: 140.4, - volume: 669171368, - change: 3.5, - index: 66 - }), - new StockTeslaItem( - { - date: `2020-11-18`, - open: 140, - high: 165.3, - low: 132, - close: 162.2, - volume: 760451265, - change: 15.8, - index: 67 - }), - new StockTeslaItem( - { - date: `2020-11-30`, - open: 164, - high: 202.6, - low: 162.5, - close: 189.2, - volume: 1046371155, - change: 15.4, - index: 68 - }), - new StockTeslaItem( - { - date: `2020-12-09`, - open: 199.2, - high: 218.1, - low: 180.4, - close: 201.5, - volume: 1055933265, - change: 1.2, - index: 69 - }), - new StockTeslaItem( - { - date: `2020-12-18`, - open: 191.5, - high: 231.7, - low: 188.8, - close: 231.7, - volume: 1593943601, - change: 21, - index: 70 - }), - new StockTeslaItem( - { - date: `2020-12-30`, - open: 222.1, - high: 232.2, - low: 204.7, - close: 231.6, - volume: 791942570, - change: 4.3, - index: 71 - }), - new StockTeslaItem( - { - date: `2021-01-11`, - open: 233.3, - high: 294.8, - low: 230.4, - close: 270.4, - volume: 1084025779, - change: 15.9, - index: 72 - }), - new StockTeslaItem( - { - date: `2021-01-21`, - open: 277, - high: 289.3, - low: 273, - close: 281.7, - volume: 663774487, - change: 1.7, - index: 73 - }), - new StockTeslaItem( - { - date: `2021-02-01`, - open: 278.1, - high: 300.1, - low: 260, - close: 279.9, - volume: 595397009, - change: 0.7, - index: 74 - }), - new StockTeslaItem( - { - date: `2021-02-10`, - open: 281.6, - high: 293.5, - low: 266.7, - close: 268.3, - volume: 445813486, - change: -4.7, - index: 75 - }), - new StockTeslaItem( - { - date: `2021-02-22`, - open: 270.8, - high: 276.6, - low: 236.7, - close: 238.2, - volume: 496372009, - change: -12.1, - index: 76 - }), - new StockTeslaItem( - { - date: `2021-03-03`, - open: 220.7, - high: 290.7, - low: 206.3, - close: 217.7, - volume: 793689739, - change: -1.3, - index: 77 - }), - new StockTeslaItem( - { - date: `2021-03-12`, - open: 218.6, - high: 291.3, - low: 179.8, - close: 231.2, - volume: 1215209162, - change: 5.8, - index: 78 - }), - new StockTeslaItem( - { - date: `2021-03-23`, - open: 231.4, - high: 237.7, - low: 208.2, - close: 220.7, - volume: 744776145, - change: -4.6, - index: 79 - }), - new StockTeslaItem( - { - date: `2021-04-01`, - open: 222.6, - high: 230.8, - low: 197, - close: 220.6, - volume: 730733684, - change: -0.9, - index: 80 - }), - new StockTeslaItem( - { - date: `2021-04-13`, - open: 235.9, - high: 254.3, - low: 222.6, - close: 254.1, - volume: 646721884, - change: 7.7, - index: 81 - }), - new StockTeslaItem( - { - date: `2021-04-22`, - open: 256.9, - high: 260.3, - low: 230.6, - close: 239.9, - volume: 740840774, - change: -6.6, - index: 82 - }), - new StockTeslaItem( - { - date: `2021-05-03`, - open: 239.9, - high: 249.8, - low: 222, - close: 228.3, - volume: 623423313, - change: -4.8, - index: 83 - }), - new StockTeslaItem( - { - date: `2021-05-12`, - open: 226.3, - high: 230, - low: 195.6, - close: 196.6, - volume: 643844974, - change: -13.1, - index: 84 - }), - new StockTeslaItem( - { - date: `2021-05-21`, - open: 200.5, - high: 202.2, - low: 182.3, - close: 193.6, - volume: 729192883, - change: -3.4, - index: 85 - }), - new StockTeslaItem( - { - date: `2021-06-02`, - open: 193.9, - high: 211.9, - low: 191.2, - close: 201.7, - volume: 545095944, - change: 4, - index: 86 - }), - new StockTeslaItem( - { - date: `2021-06-11`, - open: 200.6, - high: 207.7, - low: 190.4, - close: 203.3, - volume: 478366128, - change: 1.3, - index: 87 - }), - new StockTeslaItem( - { - date: `2021-06-22`, - open: 204.1, - high: 210.5, - low: 197.8, - close: 207.9, - volume: 454698495, - change: 1.9, - index: 88 - }), - new StockTeslaItem( - { - date: `2021-07-01`, - open: 210.7, - high: 232.5, - low: 210, - close: 226, - volume: 558441596, - change: 7.3, - index: 89 - }), - new StockTeslaItem( - { - date: `2021-07-13`, - open: 226.3, - high: 233.3, - low: 206.8, - close: 222.8, - volume: 470942387, - change: -1.5, - index: 90 - }), - new StockTeslaItem( - { - date: `2021-07-22`, - open: 223.6, - high: 226.2, - low: 207.1, - close: 216.4, - volume: 372195097, - change: -3.2, - index: 91 - }), - new StockTeslaItem( - { - date: `2021-08-02`, - open: 215.5, - high: 242.3, - low: 209.1, - close: 236.6, - volume: 547284685, - change: 9.8, - index: 92 - }), - new StockTeslaItem( - { - date: `2021-08-11`, - open: 239.7, - high: 241.6, - low: 232.5, - close: 235.9, - volume: 315341455, - change: -1.6, - index: 93 - }), - new StockTeslaItem( - { - date: `2021-08-20`, - open: 235.4, - high: 243.3, - low: 216.3, - close: 226.8, - volume: 392227478, - change: -3.7, - index: 94 - }), - new StockTeslaItem( - { - date: `2021-08-31`, - open: 228.5, - high: 246.8, - low: 226.9, - close: 245.2, - volume: 337503634, - change: 7.3, - index: 95 - }), - new StockTeslaItem( - { - date: `2021-09-10`, - open: 244.7, - high: 254.8, - low: 241.4, - close: 245.4, - volume: 328100734, - change: 0.3, - index: 96 - }), - new StockTeslaItem( - { - date: `2021-09-21`, - open: 246.7, - high: 253.7, - low: 236.3, - close: 246.5, - volume: 420153012, - change: -0.1, - index: 97 - }), - new StockTeslaItem( - { - date: `2021-09-30`, - open: 247.8, - high: 266.3, - low: 246.4, - close: 258.5, - volume: 422393262, - change: 4.3, - index: 98 - }), - new StockTeslaItem( - { - date: `2021-10-11`, - open: 259.5, - high: 269, - low: 254.5, - close: 264, - volume: 392144589, - change: 1.7, - index: 99 - }), - new StockTeslaItem( - { - date: `2021-10-20`, - open: 267, - high: 292.6, - low: 265.5, - close: 288.6, - volume: 368796877, - change: 8.1, - index: 100 - }), - new StockTeslaItem( - { - date: `2021-10-29`, - open: 285.3, - high: 371.7, - low: 285.2, - close: 371.3, - volume: 825862313, - change: 30.1, - index: 101 - }), - new StockTeslaItem( - { - date: `2021-11-09`, - open: 381.7, - high: 414.5, - low: 337.2, - close: 341.2, - volume: 818978542, - change: -10.6, - index: 102 - }), - new StockTeslaItem( - { - date: `2021-11-18`, - open: 336.8, - high: 373.2, - low: 326.2, - close: 365.5, - volume: 613304311, - change: 8.5, - index: 103 - }), - new StockTeslaItem( - { - date: `2021-11-30`, - open: 366.3, - high: 400.6, - low: 354, - close: 381.6, - volume: 515052382, - change: 4.2, - index: 104 - }), - new StockTeslaItem( - { - date: `2021-12-09`, - open: 386.9, - high: 390.9, - low: 316.8, - close: 334.6, - volume: 473333567, - change: -13.5, - index: 105 - }), - new StockTeslaItem( - { - date: `2021-12-20`, - open: 336.2, - high: 340.3, - low: 297.8, - close: 300, - volume: 524367113, - change: -10.8, - index: 106 - }), - new StockTeslaItem( - { - date: `2021-12-30`, - open: 305.6, - high: 373, - low: 295.4, - close: 356.8, - volume: 492530059, - change: 16.7, - index: 107 - }), - new StockTeslaItem( - { - date: `2022-01-10`, - open: 357.8, - high: 402.7, - low: 326.7, - close: 352.7, - volume: 592103938, - change: -1.4, - index: 108 - }), - new StockTeslaItem( - { - date: `2022-01-20`, - open: 351.2, - high: 371.9, - low: 331.3, - close: 332.1, - volume: 532857144, - change: -5.4, - index: 109 - }), - new StockTeslaItem( - { - date: `2022-01-31`, - open: 332.1, - high: 334.8, - low: 264, - close: 312.2, - volume: 833589022, - change: -6, - index: 110 - }), - new StockTeslaItem( - { - date: `2022-02-09`, - open: 311.7, - high: 315.9, - low: 293.5, - close: 310.7, - volume: 456395505, - change: -0.3, - index: 111 - }), - new StockTeslaItem( - { - date: `2022-02-18`, - open: 302.8, - high: 314.6, - low: 279.2, - close: 285.7, - volume: 446153356, - change: -5.7, - index: 112 - }), - new StockTeslaItem( - { - date: `2022-03-02`, - open: 278, - high: 296.6, - low: 233.3, - close: 293.3, - volume: 638352514, - change: 5.5, - index: 113 - }), - new StockTeslaItem( - { - date: `2022-03-11`, - open: 292.9, - high: 295.5, - low: 260.7, - close: 265.1, - volume: 466566467, - change: -9.5, - index: 114 - }), - new StockTeslaItem( - { - date: `2022-03-22`, - open: 260.2, - high: 332.6, - low: 252, - close: 331.3, - volume: 576869668, - change: 27.3, - index: 115 - }), - new StockTeslaItem( - { - date: `2022-03-31`, - open: 326.6, - high: 371.6, - low: 325.5, - close: 359.2, - volume: 536607263, - change: 10, - index: 116 - }), - new StockTeslaItem( - { - date: `2022-04-11`, - open: 360.4, - high: 384.3, - low: 324.9, - close: 325.3, - volume: 499682510, - change: -9.7, - index: 117 - }), - new StockTeslaItem( - { - date: `2022-04-21`, - open: 332.5, - high: 364.1, - low: 324.4, - close: 336.3, - volume: 457210487, - change: 1.1, - index: 118 - }), - new StockTeslaItem( - { - date: `2022-05-02`, - open: 338.3, - high: 345, - low: 273.9, - close: 301, - volume: 639990965, - change: -11, - index: 119 - }), - new StockTeslaItem( - { - date: `2022-05-11`, - open: 301.1, - high: 318.5, - low: 242.4, - close: 244.7, - volume: 583211967, - change: -18.7, - index: 120 - }), - new StockTeslaItem( - { - date: `2022-05-20`, - open: 233.7, - high: 262.4, - low: 211, - close: 221.3, - volume: 721880082, - change: -5.3, - index: 121 - }), - new StockTeslaItem( - { - date: `2022-06-01`, - open: 218.3, - high: 259.6, - low: 206.9, - close: 246.8, - volume: 644596235, - change: 13, - index: 122 - }), - new StockTeslaItem( - { - date: `2022-06-10`, - open: 244.2, - high: 264.2, - low: 227.9, - close: 232.2, - volume: 633672873, - change: -4.9, - index: 123 - }), - new StockTeslaItem( - { - date: `2022-06-22`, - open: 223.2, - high: 246.8, - low: 208.7, - close: 236.1, - volume: 744240764, - change: 5.8, - index: 124 - }), - new StockTeslaItem( - { - date: `2022-07-01`, - open: 237.9, - high: 252.1, - low: 218.9, - close: 227.3, - volume: 631776422, - change: -4.5, - index: 125 - }), - new StockTeslaItem( - { - date: `2022-07-13`, - open: 223, - high: 255, - low: 216.2, - close: 237, - volume: 625812242, - change: 6.3, - index: 126 - }), - new StockTeslaItem( - { - date: `2022-07-22`, - open: 234.9, - high: 280.8, - low: 229.3, - close: 272.2, - volume: 646037224, - change: 15.9, - index: 127 - }), - new StockTeslaItem( - { - date: `2022-08-02`, - open: 272.2, - high: 311.9, - low: 256.3, - close: 300.6, - volume: 611660612, - change: 10.4, - index: 128 - }), - new StockTeslaItem( - { - date: `2022-08-11`, - open: 305, - high: 313.6, - low: 279.4, - close: 286.6, - volume: 616204291, - change: -6, - index: 129 - }), - new StockTeslaItem( - { - date: `2022-08-22`, - open: 289.4, - high: 314.7, - low: 285, - close: 289.9, - volume: 490658060, - change: 0.2, - index: 130 - }), - new StockTeslaItem( - { - date: `2022-08-31`, - open: 291.5, - high: 303.6, - low: 271.8, - close: 275.6, - volume: 376152572, - change: -5.4, - index: 131 - }), - new StockTeslaItem( - { - date: `2022-09-12`, - open: 272.6, - high: 305.5, - low: 265.7, - close: 304.4, - volume: 367924580, - change: 11.7, - index: 132 - }), - new StockTeslaItem( - { - date: `2022-09-21`, - open: 292.9, - high: 313.8, - low: 290.4, - close: 300.8, - volume: 477171180, - change: 2.7, - index: 133 - }), - new StockTeslaItem( - { - date: `2022-09-30`, - open: 299.9, - high: 301.3, - low: 262.5, - close: 265.2, - volume: 454307920, - change: -11.5, - index: 134 - }), - new StockTeslaItem( - { - date: `2022-10-11`, - open: 254.5, - high: 257.5, - low: 215, - close: 216.5, - volume: 593078170, - change: -14.9, - index: 135 - }), - new StockTeslaItem( - { - date: `2022-10-20`, - open: 215.3, - high: 229.8, - low: 202, - close: 207.3, - volume: 592158560, - change: -3.7, - index: 136 - }), - new StockTeslaItem( - { - date: `2022-10-31`, - open: 206.4, - high: 233.8, - low: 198.6, - close: 227.5, - volume: 550341050, - change: 10.2, - index: 137 - }), - new StockTeslaItem( - { - date: `2022-11-09`, - open: 234, - high: 237.4, - low: 177.1, - close: 177.6, - volume: 630702790, - change: -24.1, - index: 138 - }), - new StockTeslaItem( - { - date: `2022-11-18`, - open: 189.9, - high: 200.8, - low: 176.6, - close: 180.2, - volume: 637579480, - change: -5.1, - index: 139 - }), - new StockTeslaItem( - { - date: `2022-11-30`, - open: 175.8, - high: 194.8, - low: 166.2, - close: 194.7, - volume: 617126140, - change: 10.7, - index: 140 - }), - new StockTeslaItem( - { - date: `2022-12-09`, - open: 197.1, - high: 198.9, - low: 169.1, - close: 179, - volume: 625675690, - change: -9.1, - index: 141 - }), - new StockTeslaItem( - { - date: `2022-12-20`, - open: 176.1, - high: 177.4, - low: 137.7, - close: 137.8, - volume: 986660100, - change: -21.7, - index: 142 - }), - new StockTeslaItem( - { - date: `2022-12-30`, - open: 139.3, - high: 141.3, - low: 108.2, - close: 123.2, - volume: 1331911900, - change: -11.6, - index: 143 - }), - new StockTeslaItem( - { - date: `2023-01-11`, - open: 118.5, - high: 126, - low: 101.8, - close: 123.2, - volume: 1332426500, - change: 4, - index: 144 - }), - new StockTeslaItem( - { - date: `2023-01-23`, - open: 122.6, - high: 145.4, - low: 115.6, - close: 143.8, - volume: 1244541500, - change: 17.3, - index: 145 - }), - new StockTeslaItem( - { - date: `2023-02-01`, - open: 143, - high: 183.8, - low: 138.1, - close: 181.4, - volume: 1534337700, - change: 26.9, - index: 146 - }), - new StockTeslaItem( - { - date: `2023-02-10`, - open: 187.3, - high: 214, - low: 182.6, - close: 196.9, - volume: 1423167800, - change: 5.1, - index: 147 - }), - new StockTeslaItem( - { - date: `2023-02-22`, - open: 194.4, - high: 217.6, - low: 187.6, - close: 200.9, - volume: 1386211900, - change: 3.3, - index: 148 - }), - new StockTeslaItem( - { - date: `2023-03-03`, - open: 203.9, - high: 211.2, - low: 186, - close: 197.8, - volume: 1095786600, - change: -3, - index: 149 - }), - new StockTeslaItem( - { - date: `2023-03-14`, - open: 198.5, - high: 198.6, - low: 163.9, - close: 183.3, - volume: 1101144600, - change: -7.7, - index: 150 - }), - new StockTeslaItem( - { - date: `2023-03-23`, - open: 180.8, - high: 200.7, - low: 176, - close: 192.2, - volume: 978213300, - change: 6.3, - index: 151 - }), - new StockTeslaItem( - { - date: `2023-04-03`, - open: 191.6, - high: 207.8, - low: 185.4, - close: 194.8, - volume: 909718040, - change: 1.6, - index: 152 - }), - new StockTeslaItem( - { - date: `2023-04-13`, - open: 197.3, - high: 198.7, - low: 176.1, - close: 185.9, - volume: 905319000, - change: -5.8, - index: 153 - }), - new StockTeslaItem( - { - date: `2023-04-24`, - open: 184, - high: 189.7, - low: 158.6, - close: 162.6, - volume: 905416980, - change: -11.6, - index: 154 - }), - new StockTeslaItem( - { - date: `2023-05-03`, - open: 159.8, - high: 165.5, - low: 152.4, - close: 160.6, - volume: 881897100, - change: 0.5, - index: 155 - }), - new StockTeslaItem( - { - date: `2023-05-12`, - open: 162.7, - high: 177.4, - low: 159.6, - close: 168, - volume: 785510430, - change: 3.2, - index: 156 - }), - new StockTeslaItem( - { - date: `2023-05-23`, - open: 167.7, - high: 193, - low: 164.4, - close: 185.8, - volume: 864025390, - change: 10.8, - index: 157 - }), - new StockTeslaItem( - { - date: `2023-06-02`, - open: 182.2, - high: 217.2, - low: 178.2, - close: 214, - volume: 988496020, - change: 17.4, - index: 158 - }), - new StockTeslaItem( - { - date: `2023-06-13`, - open: 217.8, - high: 259.7, - low: 212.5, - close: 258.7, - volume: 1161622400, - change: 18.8, - index: 159 - }), - new StockTeslaItem( - { - date: `2023-06-23`, - open: 260.2, - high: 277, - low: 247.3, - close: 256.6, - volume: 1220407300, - change: -1.4, - index: 160 - }), - new StockTeslaItem( - { - date: `2023-07-05`, - open: 250.1, - high: 284.2, - low: 240.7, - close: 282.5, - volume: 999163700, - change: 13, - index: 161 - }), - new StockTeslaItem( - { - date: `2023-07-14`, - open: 278.1, - high: 285.3, - low: 265.1, - close: 281.4, - volume: 774400400, - change: 1.2, - index: 162 - }), - new StockTeslaItem( - { - date: `2023-07-25`, - open: 286.6, - high: 299.3, - low: 254.1, - close: 265.3, - volume: 973076400, - change: -7.4, - index: 163 - }), - new StockTeslaItem( - { - date: `2023-08-03`, - open: 263.2, - high: 269.1, - low: 250.5, - close: 259.3, - volume: 678809820, - change: -1.5, - index: 164 - }), - new StockTeslaItem( - { - date: `2023-08-14`, - open: 261, - high: 264.8, - low: 233.8, - close: 239.8, - volume: 716008860, - change: -8.1, - index: 165 - }), - new StockTeslaItem( - { - date: `2023-08-23`, - open: 238.7, - high: 240.8, - low: 212.4, - close: 236.9, - volume: 825055300, - change: -0.8, - index: 166 - }), - new StockTeslaItem( - { - date: `2023-09-01`, - open: 238.7, - high: 261.2, - low: 228.2, - close: 245, - volume: 811502630, - change: 2.7, - index: 167 - }), - new StockTeslaItem( - { - date: `2023-09-13`, - open: 245, - high: 278.4, - low: 243.3, - close: 271.3, - volume: 902643400, - change: 10.7, - index: 168 - }), - new StockTeslaItem( - { - date: `2023-09-22`, - open: 271.3, - high: 279, - low: 244.5, - close: 244.9, - volume: 816639600, - change: -9.7, - index: 169 - }), - new StockTeslaItem( - { - date: `2023-10-03`, - open: 243.4, - high: 254.8, - low: 234.6, - close: 246.5, - volume: 814604700, - change: 1.3, - index: 170 - }), - new StockTeslaItem( - { - date: `2023-10-12`, - open: 248.1, - high: 268.9, - low: 247.6, - close: 258.9, - volume: 806250900, - change: 4.3, - index: 171 - }), - new StockTeslaItem( - { - date: `2023-10-23`, - open: 258.9, - high: 259.6, - low: 202.5, - close: 212.1, - volume: 869390890, - change: -18.1, - index: 172 - }), - new StockTeslaItem( - { - date: `2023-11-01`, - open: 216.5, - high: 222, - low: 194.1, - close: 205.7, - volume: 811468170, - change: -5, - index: 173 - }), - new StockTeslaItem( - { - date: `2023-11-10`, - open: 213, - high: 226.4, - low: 205.7, - close: 214.6, - volume: 859763700, - change: 0.8, - index: 174 - }), - new StockTeslaItem( - { - date: `2023-11-21`, - open: 215.6, - high: 246.7, - low: 211.6, - close: 241.2, - volume: 959006600, - change: 11.9, - index: 175 - }), - new StockTeslaItem( - { - date: `2023-12-01`, - open: 242, - high: 252.8, - low: 231.4, - close: 238.8, - volume: 832910200, - change: -1.3, - index: 176 - }), - new StockTeslaItem( - { - date: `2023-12-12`, - open: 235.8, - high: 246.7, - low: 233.3, - close: 237, - volume: 772018400, - change: 0.5, - index: 177 - }), - new StockTeslaItem( - { - date: `2023-12-21`, - open: 234.2, - high: 259.8, - low: 228.2, - close: 254.5, - volume: 900893400, - change: 8.7, - index: 178 - }), - new StockTeslaItem( - { - date: `2024-01-03`, - open: 256.8, - high: 265.1, - low: 236.3, - close: 238.4, - volume: 727005170, - change: -7.1, - index: 179 - }), - new StockTeslaItem( - { - date: `2024-01-12`, - open: 239.2, - high: 242.7, - low: 217.2, - close: 218.9, - volume: 697536380, - change: -8.5, - index: 180 - }), - new StockTeslaItem( - { - date: `2024-01-24`, - open: 215.1, - high: 223.5, - low: 206.3, - close: 207.8, - volume: 777303400, - change: -3.4, - index: 181 - }), - new StockTeslaItem( - { - date: `2024-02-02`, - open: 189.7, - high: 196.4, - low: 180.1, - close: 187.9, - volume: 846092780, - change: -0.9, - index: 182 - }), - new StockTeslaItem( - { - date: `2024-02-13`, - open: 184.3, - high: 194.7, - low: 175, - close: 184, - volume: 718274070, - change: -0.1, - index: 183 - }), - new StockTeslaItem( - { - date: `2024-02-23`, - open: 185.3, - high: 203.2, - low: 183.4, - close: 192, - volume: 693352670, - change: 3.6, - index: 184 - }), - new StockTeslaItem( - { - date: `2024-03-05`, - open: 192.3, - high: 205.6, - low: 177.6, - close: 180.7, - volume: 742344460, - change: -6, - index: 185 - }), - new StockTeslaItem( - { - date: `2024-03-14`, - open: 180, - high: 182.9, - low: 160.5, - close: 162.5, - volume: 701227950, - change: -9.7, - index: 186 - }), - new StockTeslaItem( - { - date: `2024-03-25`, - open: 163.2, - high: 178.2, - low: 160.8, - close: 172.6, - volume: 589466660, - change: 5.8, - index: 187 - }), - new StockTeslaItem( - { - date: `2024-04-04`, - open: 178.6, - high: 184.2, - low: 163.3, - close: 171.1, - volume: 676969950, - change: -4.2, - index: 188 - }), - new StockTeslaItem( - { - date: `2024-04-15`, - open: 169.1, - high: 179.2, - low: 160.5, - close: 161.5, - volume: 694829970, - change: -4.5, - index: 189 - }), - new StockTeslaItem( - { - date: `2024-04-24`, - open: 156.7, - high: 168, - low: 138.8, - close: 162.1, - volume: 775433710, - change: 3.4, - index: 190 - }), - new StockTeslaItem( - { - date: `2024-05-03`, - open: 159, - high: 198.9, - low: 158.4, - close: 181.2, - volume: 864614000, - change: 14, - index: 191 - }), - new StockTeslaItem( - { - date: `2024-05-14`, - open: 183.8, - high: 187.6, - low: 167.8, - close: 177.6, - volume: 531409380, - change: -3.4, - index: 192 - }), - new StockTeslaItem( - { - date: `2024-05-23`, - open: 179.9, - high: 186.9, - low: 171.4, - close: 173.7, - volume: 554203970, - change: -3.4, - index: 193 - }), - new StockTeslaItem( - { - date: `2024-06-04`, - open: 174.8, - high: 182.7, - low: 173.2, - close: 174.8, - volume: 453828370, - change: 0, - index: 194 - }), - new StockTeslaItem( - { - date: `2024-06-13`, - open: 175.4, - high: 191.1, - low: 167.4, - close: 182.5, - volume: 509090870, - change: 4.1, - index: 195 - }), - new StockTeslaItem( - { - date: `2024-06-25`, - open: 185.8, - high: 188.8, - low: 176.9, - close: 187.4, - volume: 505399520, - change: 0.8, - index: 196 - }), - new StockTeslaItem( - { - date: `2024-07-05`, - open: 186.5, - high: 252.4, - low: 186.4, - close: 251.5, - volume: 925723660, - change: 34.8, - index: 197 - }), - new StockTeslaItem( - { - date: `2024-07-16`, - open: 247.7, - high: 271, - low: 233.1, - close: 256.6, - volume: 1097390000, - change: 3.6, - index: 198 - }), - new StockTeslaItem( - { - date: `2024-07-25`, - open: 252.7, - high: 258.5, - low: 214.7, - close: 220.2, - volume: 795590700, - change: -12.9, - index: 199 - }), - new StockTeslaItem( - { - date: `2024-08-05`, - open: 221.2, - high: 234.7, - low: 182, - close: 198.9, - volume: 658914080, - change: -10.1, - index: 200 - }), - new StockTeslaItem( - { - date: `2024-08-14`, - open: 200.8, - high: 208.5, - low: 191.5, - close: 201.4, - volume: 479168160, - change: 0.3, - index: 201 - }), - new StockTeslaItem( - { - date: `2024-08-23`, - open: 205, - high: 228.2, - low: 204.8, - close: 220.3, - volume: 560235700, - change: 7.5, - index: 202 - }), - new StockTeslaItem( - { - date: `2024-09-04`, - open: 218.8, - high: 222.2, - low: 202.6, - close: 219.4, - volume: 469284350, - change: 0.3, - index: 203 - }), - new StockTeslaItem( - { - date: `2024-09-13`, - open: 223.5, - high: 235, - low: 210.5, - close: 230.3, - volume: 592950440, - change: 3, - index: 204 - }), - new StockTeslaItem( - { - date: `2024-09-24`, - open: 229.3, - high: 257.2, - low: 223.5, - close: 254.3, - volume: 577086700, - change: 10.9, - index: 205 - }), - new StockTeslaItem( - { - date: `2024-10-03`, - open: 252.5, - high: 264.9, - low: 237.8, - close: 240.7, - volume: 546148740, - change: -4.7, - index: 206 - }), - new StockTeslaItem( - { - date: `2024-10-14`, - open: 246.7, - high: 251, - low: 213.7, - close: 219.2, - volume: 589440130, - change: -11.2, - index: 207 - }), - new StockTeslaItem( - { - date: `2024-10-23`, - open: 220, - high: 224.3, - low: 212.1, - close: 213.6, - volume: 384561880, - change: -2.9, - index: 208 - }), - new StockTeslaItem( - { - date: `2024-11-01`, - open: 244.7, - high: 273.5, - low: 242.6, - close: 249, - volume: 732392780, - change: 1.8, - index: 209 - }), - new StockTeslaItem( - { - date: `2024-11-12`, - open: 244.6, - high: 358.6, - low: 238.9, - close: 328.5, - volume: 991653160, - change: 34.3, - index: 210 - }), - new StockTeslaItem( - { - date: `2024-11-21`, - open: 335.8, - high: 348.5, - low: 309.2, - close: 339.6, - volume: 700324320, - change: 1.1, - index: 211 - }), - new StockTeslaItem( - { - date: `2024-12-03`, - open: 341.1, - high: 361.9, - low: 326.6, - close: 351.4, - volume: 478645220, - change: 3, - index: 212 - }), - new StockTeslaItem( - { - date: `2024-12-12`, - open: 353, - high: 429.3, - low: 348.6, - close: 418.1, - volume: 599082110, - change: 18.4, - index: 213 - }), - new StockTeslaItem( - { - date: `2024-12-23`, - open: 420, - high: 481.5, - low: 415.4, - close: 430.6, - volume: 807128120, - change: 2.5, - index: 214 - }), - new StockTeslaItem( - { - date: `2025-01-03`, - open: 435.9, - high: 465.3, - low: 373, - close: 410.4, - volume: 565769940, - change: -5.8, - index: 215 - }), - new StockTeslaItem( - { - date: `2025-01-15`, - open: 423.2, - high: 429.8, - low: 377.3, - close: 428.2, - volume: 530063170, - change: 1.2, - index: 216 - }), - new StockTeslaItem( - { - date: `2025-01-27`, - open: 423.5, - high: 439.7, - low: 389, - close: 397.2, - volume: 476854060, - change: -6.2, - index: 217 - }), - new StockTeslaItem( - { - date: `2025-02-05`, - open: 396.9, - high: 420, - low: 374.4, - close: 378.2, - volume: 507024510, - change: -4.7, - index: 218 - }), - new StockTeslaItem( - { - date: `2025-02-14`, - open: 373, - high: 380.6, - low: 325.1, - close: 355.8, - volume: 607376290, - change: -4.6, - index: 219 - }), - new StockTeslaItem( - { - date: `2025-02-26`, - open: 355, - high: 367.3, - low: 288, - close: 290.8, - volume: 549149490, - change: -18.1, - index: 220 - }), - new StockTeslaItem( - { - date: `2025-03-07`, - open: 291.2, - high: 303.9, - low: 250.7, - close: 262.7, - volume: 754567280, - change: -9.8, - index: 221 - }), - new StockTeslaItem( - { - date: `2025-03-18`, - open: 252.5, - high: 253.4, - low: 217, - close: 225.3, - volume: 944623000, - change: -10.8, - index: 222 - }), - new StockTeslaItem( - { - date: `2025-03-27`, - open: 231.6, - high: 291.8, - low: 229.2, - close: 273.1, - volume: 982018670, - change: 17.9, - index: 223 - }), - new StockTeslaItem( - { - date: `2025-04-07`, - open: 275.6, - high: 285, - low: 214.2, - close: 233.3, - volume: 1117950500, - change: -15.3, - index: 224 - }), - new StockTeslaItem( - { - date: `2025-04-16`, - open: 245, - high: 274.7, - low: 217.8, - close: 241.6, - volume: 993815820, - change: -1.4, - index: 225 - }), - new StockTeslaItem( - { - date: `2025-04-28`, - open: 243.5, - high: 294.9, - low: 222.8, - close: 285.9, - volume: 866169890, - change: 17.4, - index: 226 - }), + new StockTeslaItem({ date: `2019-01-10`, open: 20.4, high: 23, low: 19.8, close: 23, volume: 779333701, change: 12.7, index: 0 }), + new StockTeslaItem({ date: `2019-01-22`, open: 22.8, high: 23.5, low: 19.7, close: 19.9, volume: 911781100, change: -12.6, index: 1 }), + new StockTeslaItem({ date: `2019-01-31`, open: 19.5, high: 20.8, low: 18.6, close: 20.5, volume: 926375717, change: 5, index: 2 }), + new StockTeslaItem({ date: `2019-02-11`, open: 20.4, high: 21.6, low: 19.9, close: 20.9, volume: 687520471, change: 2.4, index: 3 }), + new StockTeslaItem({ date: `2019-02-21`, open: 21.1, high: 21.2, low: 19.4, close: 19.4, volume: 597552272, change: -7.9, index: 4 }), + new StockTeslaItem({ date: `2019-03-04`, open: 19.6, high: 21.3, low: 18.9, close: 19, volume: 1218669201, change: -3.1, index: 5 }), + new StockTeslaItem({ date: `2019-03-13`, open: 18.8, high: 19.5, low: 18, close: 19.3, volume: 1034156904, change: 2.5, index: 6 }), + new StockTeslaItem({ date: `2019-03-22`, open: 19.5, high: 19.7, low: 17.6, close: 17.6, volume: 980694095, change: -9.5, index: 7 }), + new StockTeslaItem({ date: `2019-04-02`, open: 17.3, high: 19.3, low: 17, close: 19.1, volume: 788473494, change: 10.1, index: 8 }), + new StockTeslaItem({ date: `2019-04-11`, open: 19.2, high: 19.7, low: 17.4, close: 17.9, volume: 1165555442, change: -6.6, index: 9 }), + new StockTeslaItem({ date: `2019-04-23`, open: 18, high: 18.3, low: 17, close: 17.6, volume: 870373200, change: -2.3, index: 10 }), + new StockTeslaItem({ date: `2019-05-02`, open: 17.6, high: 17.7, low: 15.4, close: 16.3, volume: 1629432326, change: -7.5, index: 11 }), + new StockTeslaItem({ date: `2019-05-13`, open: 16.3, high: 17.2, low: 15, close: 15.1, volume: 1131045605, change: -6.9, index: 12 }), + new StockTeslaItem({ date: `2019-05-22`, open: 15.3, high: 15.6, low: 12.8, close: 12.8, volume: 1455503588, change: -15.9, index: 13 }), + new StockTeslaItem({ date: `2019-06-03`, open: 13, high: 13.3, low: 11.8, close: 11.9, volume: 1415442268, change: -7.9, index: 14 }), + new StockTeslaItem({ date: `2019-06-12`, open: 12.1, high: 14.9, low: 12, close: 14, volume: 1515000443, change: 15.6, index: 15 }), + new StockTeslaItem({ date: `2019-06-21`, open: 14, high: 15.6, low: 13.8, close: 14.8, volume: 1009123371, change: 5.5, index: 16 }), + new StockTeslaItem({ date: `2019-07-02`, open: 14.9, high: 15.5, low: 14.5, close: 15, volume: 766921642, change: 0.6, index: 17 }), + new StockTeslaItem({ date: `2019-07-12`, open: 16, high: 16.4, low: 15.2, close: 16.3, volume: 887983836, change: 2.4, index: 18 }), + new StockTeslaItem({ date: `2019-07-23`, open: 16.5, high: 17.5, low: 16.3, close: 17.3, volume: 788941000, change: 4.9, index: 19 }), + new StockTeslaItem({ date: `2019-08-01`, open: 17.3, high: 17.7, low: 14.8, close: 15.6, volume: 1175082297, change: -9.8, index: 20 }), + new StockTeslaItem({ date: `2019-08-12`, open: 15.4, high: 16, low: 15, close: 15.3, volume: 560129569, change: -1, index: 21 }), + new StockTeslaItem({ date: `2019-08-21`, open: 15.3, high: 15.7, low: 14.1, close: 14.7, volume: 677293701, change: -3.5, index: 22 }), + new StockTeslaItem({ date: `2019-08-30`, open: 14.9, high: 15.5, low: 14.1, close: 15, volume: 650239370, change: 1.3, index: 23 }), + new StockTeslaItem({ date: `2019-09-11`, open: 14.9, high: 16.5, low: 14.6, close: 16.5, volume: 636766167, change: 10.3, index: 24 }), + new StockTeslaItem({ date: `2019-09-20`, open: 16.5, high: 16.9, low: 15.9, close: 16, volume: 572802643, change: -2.9, index: 25 }), + new StockTeslaItem({ date: `2019-10-01`, open: 16, high: 16.6, low: 14.6, close: 16.3, volume: 931821239, change: 2, index: 26 }), + new StockTeslaItem({ date: `2019-10-10`, open: 16.2, high: 16.6, low: 15, close: 16.3, volume: 891798049, change: 0.6, index: 27 }), + new StockTeslaItem({ date: `2019-10-21`, open: 16.5, high: 17.7, low: 16.5, close: 16.9, volume: 713093463, change: 2.6, index: 28 }), + new StockTeslaItem({ date: `2019-10-30`, open: 17, high: 22.7, low: 16.7, close: 21, volume: 1752943598, change: 23.9, index: 29 }), + new StockTeslaItem({ date: `2019-11-08`, open: 20.9, high: 22.8, low: 20.6, close: 22.5, volume: 834957256, change: 7.7, index: 30 }), + new StockTeslaItem({ date: `2019-11-19`, open: 22.9, high: 24, low: 22.8, close: 24, volume: 738746390, change: 4.5, index: 31 }), + new StockTeslaItem({ date: `2019-11-29`, open: 24, high: 24.1, low: 21.8, close: 22, volume: 870685288, change: -8.4, index: 32 }), + new StockTeslaItem({ date: `2019-12-10`, open: 22, high: 23.4, low: 21.8, close: 23.3, volume: 712016613, change: 5.9, index: 33 }), + new StockTeslaItem({ date: `2019-12-19`, open: 23.5, high: 27.1, low: 23.4, close: 26.9, volume: 1203765433, change: 14.8, index: 34 }), + new StockTeslaItem({ date: `2019-12-31`, open: 27.4, high: 29, low: 26.7, close: 27.9, volume: 1195073357, change: 2, index: 35 }), + new StockTeslaItem({ date: `2020-01-10`, open: 28.3, high: 33.3, low: 28.1, close: 31.9, volume: 1925386078, change: 12.6, index: 36 }), + new StockTeslaItem({ date: `2020-01-22`, open: 32.9, high: 39.6, low: 32.8, close: 38, volume: 2364043518, change: 15.4, index: 37 }), + new StockTeslaItem({ date: `2020-01-31`, open: 37.6, high: 43.5, low: 36, close: 43.4, volume: 1835141382, change: 15.3, index: 38 }), + new StockTeslaItem({ date: `2020-02-11`, open: 44.9, high: 64.6, low: 44.9, close: 51.6, volume: 3748903126, change: 14.9, index: 39 }), + new StockTeslaItem({ date: `2020-02-21`, open: 51.9, high: 63, low: 49, close: 60.1, volume: 1921517039, change: 15.8, index: 40 }), + new StockTeslaItem({ date: `2020-03-03`, open: 55.9, high: 57.6, low: 40.8, close: 49.7, volume: 2121850940, change: -11.1, index: 41 }), + new StockTeslaItem({ date: `2020-03-12`, open: 50.9, high: 51.1, low: 36.4, close: 37.4, volume: 1553329923, change: -26.6, index: 42 }), + new StockTeslaItem({ date: `2020-03-23`, open: 39.7, high: 40.5, low: 23.4, close: 29, volume: 2487688157, change: -27, index: 43 }), + new StockTeslaItem({ date: `2020-04-01`, open: 31.8, high: 37.3, low: 31.6, close: 32.1, volume: 1785601357, change: 0.9, index: 44 }), + new StockTeslaItem({ date: `2020-04-13`, open: 32.1, high: 43.5, low: 29.8, close: 43.4, volume: 1860352620, change: 35.3, index: 45 }), + new StockTeslaItem({ date: `2020-04-22`, open: 46.6, high: 51.7, low: 44.9, close: 48.8, volume: 2056797321, change: 4.7, index: 46 }), + new StockTeslaItem({ date: `2020-05-01`, open: 48.5, high: 58, low: 45.5, close: 46.8, volume: 2093959203, change: -3.6, index: 47 }), + new StockTeslaItem({ date: `2020-05-12`, open: 46.7, high: 56.2, low: 46.5, close: 54, volume: 1611543246, change: 15.5, index: 48 }), + new StockTeslaItem({ date: `2020-05-21`, open: 54.7, high: 55.6, low: 50.9, close: 55.2, volume: 1262468113, change: 0.8, index: 49 }), + new StockTeslaItem({ date: `2020-06-02`, open: 54.8, high: 60.6, low: 52.3, close: 58.8, volume: 1160487993, change: 7.2, index: 50 }), + new StockTeslaItem({ date: `2020-06-11`, open: 59.2, high: 68.5, low: 57.2, close: 64.9, volume: 1270377400, change: 9.5, index: 51 }), + new StockTeslaItem({ date: `2020-06-22`, open: 65.3, high: 67.9, low: 60.6, close: 66.3, volume: 1217946366, change: 1.5, index: 52 }), + new StockTeslaItem({ date: `2020-07-01`, open: 66.6, high: 75.7, low: 62.5, close: 74.6, volume: 1120591270, change: 12.1, index: 53 }), + new StockTeslaItem({ date: `2020-07-13`, open: 81.4, high: 119.7, low: 79, close: 99.8, volume: 2244920779, change: 22.6, index: 54 }), + new StockTeslaItem({ date: `2020-07-22`, open: 103.7, high: 111.7, low: 95.4, close: 106.2, volume: 1662846099, change: 2.3, index: 55 }), + new StockTeslaItem({ date: `2020-07-31`, open: 111.9, high: 112.6, low: 91.1, close: 95.4, volume: 1573159944, change: -14.8, index: 56 }), + new StockTeslaItem({ date: `2020-08-11`, open: 96.6, high: 101.8, low: 91, close: 91.6, volume: 798587331, change: -5.2, index: 57 }), + new StockTeslaItem({ date: `2020-08-20`, open: 98, high: 134.8, low: 95.7, close: 133.5, volume: 1866534416, change: 36.2, index: 58 }), + new StockTeslaItem({ date: `2020-08-31`, open: 136.3, high: 166.7, low: 128.5, close: 166.1, volume: 2008507459, change: 21.9, index: 59 }), + new StockTeslaItem({ date: `2020-09-10`, open: 167.4, high: 167.5, low: 110, close: 123.8, volume: 1992227059, change: -26, index: 60 }), + new StockTeslaItem({ date: `2020-09-21`, open: 127.3, high: 154, low: 120.2, close: 149.8, volume: 1758737696, change: 17.7, index: 61 }), + new StockTeslaItem({ date: `2020-09-30`, open: 143.2, high: 145.9, low: 117.1, close: 143, volume: 1459893236, change: -0.1, index: 62 }), + new StockTeslaItem({ date: `2020-10-09`, open: 146.9, high: 149.6, low: 135.4, close: 144.7, volume: 985545158, change: -1.5, index: 63 }), + new StockTeslaItem({ date: `2020-10-20`, open: 147.3, high: 155.3, low: 139.7, close: 140.6, volume: 773077727, change: -4.5, index: 64 }), + new StockTeslaItem({ date: `2020-10-29`, open: 140.9, high: 148.4, low: 135.3, close: 136.9, volume: 615339122, change: -2.8, index: 65 }), + new StockTeslaItem({ date: `2020-11-09`, open: 135.6, high: 150.8, low: 126.4, close: 140.4, volume: 669171368, change: 3.5, index: 66 }), + new StockTeslaItem({ date: `2020-11-18`, open: 140, high: 165.3, low: 132, close: 162.2, volume: 760451265, change: 15.8, index: 67 }), + new StockTeslaItem({ date: `2020-11-30`, open: 164, high: 202.6, low: 162.5, close: 189.2, volume: 1046371155, change: 15.4, index: 68 }), + new StockTeslaItem({ date: `2020-12-09`, open: 199.2, high: 218.1, low: 180.4, close: 201.5, volume: 1055933265, change: 1.2, index: 69 }), + new StockTeslaItem({ date: `2020-12-18`, open: 191.5, high: 231.7, low: 188.8, close: 231.7, volume: 1593943601, change: 21, index: 70 }), + new StockTeslaItem({ date: `2020-12-30`, open: 222.1, high: 232.2, low: 204.7, close: 231.6, volume: 791942570, change: 4.3, index: 71 }), + new StockTeslaItem({ date: `2021-01-11`, open: 233.3, high: 294.8, low: 230.4, close: 270.4, volume: 1084025779, change: 15.9, index: 72 }), + new StockTeslaItem({ date: `2021-01-21`, open: 277, high: 289.3, low: 273, close: 281.7, volume: 663774487, change: 1.7, index: 73 }), + new StockTeslaItem({ date: `2021-02-01`, open: 278.1, high: 300.1, low: 260, close: 279.9, volume: 595397009, change: 0.7, index: 74 }), + new StockTeslaItem({ date: `2021-02-10`, open: 281.6, high: 293.5, low: 266.7, close: 268.3, volume: 445813486, change: -4.7, index: 75 }), + new StockTeslaItem({ date: `2021-02-22`, open: 270.8, high: 276.6, low: 236.7, close: 238.2, volume: 496372009, change: -12.1, index: 76 }), + new StockTeslaItem({ date: `2021-03-03`, open: 220.7, high: 290.7, low: 206.3, close: 217.7, volume: 793689739, change: -1.3, index: 77 }), + new StockTeslaItem({ date: `2021-03-12`, open: 218.6, high: 291.3, low: 179.8, close: 231.2, volume: 1215209162, change: 5.8, index: 78 }), + new StockTeslaItem({ date: `2021-03-23`, open: 231.4, high: 237.7, low: 208.2, close: 220.7, volume: 744776145, change: -4.6, index: 79 }), + new StockTeslaItem({ date: `2021-04-01`, open: 222.6, high: 230.8, low: 197, close: 220.6, volume: 730733684, change: -0.9, index: 80 }), + new StockTeslaItem({ date: `2021-04-13`, open: 235.9, high: 254.3, low: 222.6, close: 254.1, volume: 646721884, change: 7.7, index: 81 }), + new StockTeslaItem({ date: `2021-04-22`, open: 256.9, high: 260.3, low: 230.6, close: 239.9, volume: 740840774, change: -6.6, index: 82 }), + new StockTeslaItem({ date: `2021-05-03`, open: 239.9, high: 249.8, low: 222, close: 228.3, volume: 623423313, change: -4.8, index: 83 }), + new StockTeslaItem({ date: `2021-05-12`, open: 226.3, high: 230, low: 195.6, close: 196.6, volume: 643844974, change: -13.1, index: 84 }), + new StockTeslaItem({ date: `2021-05-21`, open: 200.5, high: 202.2, low: 182.3, close: 193.6, volume: 729192883, change: -3.4, index: 85 }), + new StockTeslaItem({ date: `2021-06-02`, open: 193.9, high: 211.9, low: 191.2, close: 201.7, volume: 545095944, change: 4, index: 86 }), + new StockTeslaItem({ date: `2021-06-11`, open: 200.6, high: 207.7, low: 190.4, close: 203.3, volume: 478366128, change: 1.3, index: 87 }), + new StockTeslaItem({ date: `2021-06-22`, open: 204.1, high: 210.5, low: 197.8, close: 207.9, volume: 454698495, change: 1.9, index: 88 }), + new StockTeslaItem({ date: `2021-07-01`, open: 210.7, high: 232.5, low: 210, close: 226, volume: 558441596, change: 7.3, index: 89 }), + new StockTeslaItem({ date: `2021-07-13`, open: 226.3, high: 233.3, low: 206.8, close: 222.8, volume: 470942387, change: -1.5, index: 90 }), + new StockTeslaItem({ date: `2021-07-22`, open: 223.6, high: 226.2, low: 207.1, close: 216.4, volume: 372195097, change: -3.2, index: 91 }), + new StockTeslaItem({ date: `2021-08-02`, open: 215.5, high: 242.3, low: 209.1, close: 236.6, volume: 547284685, change: 9.8, index: 92 }), + new StockTeslaItem({ date: `2021-08-11`, open: 239.7, high: 241.6, low: 232.5, close: 235.9, volume: 315341455, change: -1.6, index: 93 }), + new StockTeslaItem({ date: `2021-08-20`, open: 235.4, high: 243.3, low: 216.3, close: 226.8, volume: 392227478, change: -3.7, index: 94 }), + new StockTeslaItem({ date: `2021-08-31`, open: 228.5, high: 246.8, low: 226.9, close: 245.2, volume: 337503634, change: 7.3, index: 95 }), + new StockTeslaItem({ date: `2021-09-10`, open: 244.7, high: 254.8, low: 241.4, close: 245.4, volume: 328100734, change: 0.3, index: 96 }), + new StockTeslaItem({ date: `2021-09-21`, open: 246.7, high: 253.7, low: 236.3, close: 246.5, volume: 420153012, change: -0.1, index: 97 }), + new StockTeslaItem({ date: `2021-09-30`, open: 247.8, high: 266.3, low: 246.4, close: 258.5, volume: 422393262, change: 4.3, index: 98 }), + new StockTeslaItem({ date: `2021-10-11`, open: 259.5, high: 269, low: 254.5, close: 264, volume: 392144589, change: 1.7, index: 99 }), + new StockTeslaItem({ date: `2021-10-20`, open: 267, high: 292.6, low: 265.5, close: 288.6, volume: 368796877, change: 8.1, index: 100 }), + new StockTeslaItem({ date: `2021-10-29`, open: 285.3, high: 371.7, low: 285.2, close: 371.3, volume: 825862313, change: 30.1, index: 101 }), + new StockTeslaItem({ date: `2021-11-09`, open: 381.7, high: 414.5, low: 337.2, close: 341.2, volume: 818978542, change: -10.6, index: 102 }), + new StockTeslaItem({ date: `2021-11-18`, open: 336.8, high: 373.2, low: 326.2, close: 365.5, volume: 613304311, change: 8.5, index: 103 }), + new StockTeslaItem({ date: `2021-11-30`, open: 366.3, high: 400.6, low: 354, close: 381.6, volume: 515052382, change: 4.2, index: 104 }), + new StockTeslaItem({ date: `2021-12-09`, open: 386.9, high: 390.9, low: 316.8, close: 334.6, volume: 473333567, change: -13.5, index: 105 }), + new StockTeslaItem({ date: `2021-12-20`, open: 336.2, high: 340.3, low: 297.8, close: 300, volume: 524367113, change: -10.8, index: 106 }), + new StockTeslaItem({ date: `2021-12-30`, open: 305.6, high: 373, low: 295.4, close: 356.8, volume: 492530059, change: 16.7, index: 107 }), + new StockTeslaItem({ date: `2022-01-10`, open: 357.8, high: 402.7, low: 326.7, close: 352.7, volume: 592103938, change: -1.4, index: 108 }), + new StockTeslaItem({ date: `2022-01-20`, open: 351.2, high: 371.9, low: 331.3, close: 332.1, volume: 532857144, change: -5.4, index: 109 }), + new StockTeslaItem({ date: `2022-01-31`, open: 332.1, high: 334.8, low: 264, close: 312.2, volume: 833589022, change: -6, index: 110 }), + new StockTeslaItem({ date: `2022-02-09`, open: 311.7, high: 315.9, low: 293.5, close: 310.7, volume: 456395505, change: -0.3, index: 111 }), + new StockTeslaItem({ date: `2022-02-18`, open: 302.8, high: 314.6, low: 279.2, close: 285.7, volume: 446153356, change: -5.7, index: 112 }), + new StockTeslaItem({ date: `2022-03-02`, open: 278, high: 296.6, low: 233.3, close: 293.3, volume: 638352514, change: 5.5, index: 113 }), + new StockTeslaItem({ date: `2022-03-11`, open: 292.9, high: 295.5, low: 260.7, close: 265.1, volume: 466566467, change: -9.5, index: 114 }), + new StockTeslaItem({ date: `2022-03-22`, open: 260.2, high: 332.6, low: 252, close: 331.3, volume: 576869668, change: 27.3, index: 115 }), + new StockTeslaItem({ date: `2022-03-31`, open: 326.6, high: 371.6, low: 325.5, close: 359.2, volume: 536607263, change: 10, index: 116 }), + new StockTeslaItem({ date: `2022-04-11`, open: 360.4, high: 384.3, low: 324.9, close: 325.3, volume: 499682510, change: -9.7, index: 117 }), + new StockTeslaItem({ date: `2022-04-21`, open: 332.5, high: 364.1, low: 324.4, close: 336.3, volume: 457210487, change: 1.1, index: 118 }), + new StockTeslaItem({ date: `2022-05-02`, open: 338.3, high: 345, low: 273.9, close: 301, volume: 639990965, change: -11, index: 119 }), + new StockTeslaItem({ date: `2022-05-11`, open: 301.1, high: 318.5, low: 242.4, close: 244.7, volume: 583211967, change: -18.7, index: 120 }), + new StockTeslaItem({ date: `2022-05-20`, open: 233.7, high: 262.4, low: 211, close: 221.3, volume: 721880082, change: -5.3, index: 121 }), + new StockTeslaItem({ date: `2022-06-01`, open: 218.3, high: 259.6, low: 206.9, close: 246.8, volume: 644596235, change: 13, index: 122 }), + new StockTeslaItem({ date: `2022-06-10`, open: 244.2, high: 264.2, low: 227.9, close: 232.2, volume: 633672873, change: -4.9, index: 123 }), + new StockTeslaItem({ date: `2022-06-22`, open: 223.2, high: 246.8, low: 208.7, close: 236.1, volume: 744240764, change: 5.8, index: 124 }), + new StockTeslaItem({ date: `2022-07-01`, open: 237.9, high: 252.1, low: 218.9, close: 227.3, volume: 631776422, change: -4.5, index: 125 }), + new StockTeslaItem({ date: `2022-07-13`, open: 223, high: 255, low: 216.2, close: 237, volume: 625812242, change: 6.3, index: 126 }), + new StockTeslaItem({ date: `2022-07-22`, open: 234.9, high: 280.8, low: 229.3, close: 272.2, volume: 646037224, change: 15.9, index: 127 }), + new StockTeslaItem({ date: `2022-08-02`, open: 272.2, high: 311.9, low: 256.3, close: 300.6, volume: 611660612, change: 10.4, index: 128 }), + new StockTeslaItem({ date: `2022-08-11`, open: 305, high: 313.6, low: 279.4, close: 286.6, volume: 616204291, change: -6, index: 129 }), + new StockTeslaItem({ date: `2022-08-22`, open: 289.4, high: 314.7, low: 285, close: 289.9, volume: 490658060, change: 0.2, index: 130 }), + new StockTeslaItem({ date: `2022-08-31`, open: 291.5, high: 303.6, low: 271.8, close: 275.6, volume: 376152572, change: -5.4, index: 131 }), + new StockTeslaItem({ date: `2022-09-12`, open: 272.6, high: 305.5, low: 265.7, close: 304.4, volume: 367924580, change: 11.7, index: 132 }), + new StockTeslaItem({ date: `2022-09-21`, open: 292.9, high: 313.8, low: 290.4, close: 300.8, volume: 477171180, change: 2.7, index: 133 }), + new StockTeslaItem({ date: `2022-09-30`, open: 299.9, high: 301.3, low: 262.5, close: 265.2, volume: 454307920, change: -11.5, index: 134 }), + new StockTeslaItem({ date: `2022-10-11`, open: 254.5, high: 257.5, low: 215, close: 216.5, volume: 593078170, change: -14.9, index: 135 }), + new StockTeslaItem({ date: `2022-10-20`, open: 215.3, high: 229.8, low: 202, close: 207.3, volume: 592158560, change: -3.7, index: 136 }), + new StockTeslaItem({ date: `2022-10-31`, open: 206.4, high: 233.8, low: 198.6, close: 227.5, volume: 550341050, change: 10.2, index: 137 }), + new StockTeslaItem({ date: `2022-11-09`, open: 234, high: 237.4, low: 177.1, close: 177.6, volume: 630702790, change: -24.1, index: 138 }), + new StockTeslaItem({ date: `2022-11-18`, open: 189.9, high: 200.8, low: 176.6, close: 180.2, volume: 637579480, change: -5.1, index: 139 }), + new StockTeslaItem({ date: `2022-11-30`, open: 175.8, high: 194.8, low: 166.2, close: 194.7, volume: 617126140, change: 10.7, index: 140 }), + new StockTeslaItem({ date: `2022-12-09`, open: 197.1, high: 198.9, low: 169.1, close: 179, volume: 625675690, change: -9.1, index: 141 }), + new StockTeslaItem({ date: `2022-12-20`, open: 176.1, high: 177.4, low: 137.7, close: 137.8, volume: 986660100, change: -21.7, index: 142 }), + new StockTeslaItem({ date: `2022-12-30`, open: 139.3, high: 141.3, low: 108.2, close: 123.2, volume: 1331911900, change: -11.6, index: 143 }), + new StockTeslaItem({ date: `2023-01-11`, open: 118.5, high: 126, low: 101.8, close: 123.2, volume: 1332426500, change: 4, index: 144 }), + new StockTeslaItem({ date: `2023-01-23`, open: 122.6, high: 145.4, low: 115.6, close: 143.8, volume: 1244541500, change: 17.3, index: 145 }), + new StockTeslaItem({ date: `2023-02-01`, open: 143, high: 183.8, low: 138.1, close: 181.4, volume: 1534337700, change: 26.9, index: 146 }), + new StockTeslaItem({ date: `2023-02-10`, open: 187.3, high: 214, low: 182.6, close: 196.9, volume: 1423167800, change: 5.1, index: 147 }), + new StockTeslaItem({ date: `2023-02-22`, open: 194.4, high: 217.6, low: 187.6, close: 200.9, volume: 1386211900, change: 3.3, index: 148 }), + new StockTeslaItem({ date: `2023-03-03`, open: 203.9, high: 211.2, low: 186, close: 197.8, volume: 1095786600, change: -3, index: 149 }), + new StockTeslaItem({ date: `2023-03-14`, open: 198.5, high: 198.6, low: 163.9, close: 183.3, volume: 1101144600, change: -7.7, index: 150 }), + new StockTeslaItem({ date: `2023-03-23`, open: 180.8, high: 200.7, low: 176, close: 192.2, volume: 978213300, change: 6.3, index: 151 }), + new StockTeslaItem({ date: `2023-04-03`, open: 191.6, high: 207.8, low: 185.4, close: 194.8, volume: 909718040, change: 1.6, index: 152 }), + new StockTeslaItem({ date: `2023-04-13`, open: 197.3, high: 198.7, low: 176.1, close: 185.9, volume: 905319000, change: -5.8, index: 153 }), + new StockTeslaItem({ date: `2023-04-24`, open: 184, high: 189.7, low: 158.6, close: 162.6, volume: 905416980, change: -11.6, index: 154 }), + new StockTeslaItem({ date: `2023-05-03`, open: 159.8, high: 165.5, low: 152.4, close: 160.6, volume: 881897100, change: 0.5, index: 155 }), + new StockTeslaItem({ date: `2023-05-12`, open: 162.7, high: 177.4, low: 159.6, close: 168, volume: 785510430, change: 3.2, index: 156 }), + new StockTeslaItem({ date: `2023-05-23`, open: 167.7, high: 193, low: 164.4, close: 185.8, volume: 864025390, change: 10.8, index: 157 }), + new StockTeslaItem({ date: `2023-06-02`, open: 182.2, high: 217.2, low: 178.2, close: 214, volume: 988496020, change: 17.4, index: 158 }), + new StockTeslaItem({ date: `2023-06-13`, open: 217.8, high: 259.7, low: 212.5, close: 258.7, volume: 1161622400, change: 18.8, index: 159 }), + new StockTeslaItem({ date: `2023-06-23`, open: 260.2, high: 277, low: 247.3, close: 256.6, volume: 1220407300, change: -1.4, index: 160 }), + new StockTeslaItem({ date: `2023-07-05`, open: 250.1, high: 284.2, low: 240.7, close: 282.5, volume: 999163700, change: 13, index: 161 }), + new StockTeslaItem({ date: `2023-07-14`, open: 278.1, high: 285.3, low: 265.1, close: 281.4, volume: 774400400, change: 1.2, index: 162 }), + new StockTeslaItem({ date: `2023-07-25`, open: 286.6, high: 299.3, low: 254.1, close: 265.3, volume: 973076400, change: -7.4, index: 163 }), + new StockTeslaItem({ date: `2023-08-03`, open: 263.2, high: 269.1, low: 250.5, close: 259.3, volume: 678809820, change: -1.5, index: 164 }), + new StockTeslaItem({ date: `2023-08-14`, open: 261, high: 264.8, low: 233.8, close: 239.8, volume: 716008860, change: -8.1, index: 165 }), + new StockTeslaItem({ date: `2023-08-23`, open: 238.7, high: 240.8, low: 212.4, close: 236.9, volume: 825055300, change: -0.8, index: 166 }), + new StockTeslaItem({ date: `2023-09-01`, open: 238.7, high: 261.2, low: 228.2, close: 245, volume: 811502630, change: 2.7, index: 167 }), + new StockTeslaItem({ date: `2023-09-13`, open: 245, high: 278.4, low: 243.3, close: 271.3, volume: 902643400, change: 10.7, index: 168 }), + new StockTeslaItem({ date: `2023-09-22`, open: 271.3, high: 279, low: 244.5, close: 244.9, volume: 816639600, change: -9.7, index: 169 }), + new StockTeslaItem({ date: `2023-10-03`, open: 243.4, high: 254.8, low: 234.6, close: 246.5, volume: 814604700, change: 1.3, index: 170 }), + new StockTeslaItem({ date: `2023-10-12`, open: 248.1, high: 268.9, low: 247.6, close: 258.9, volume: 806250900, change: 4.3, index: 171 }), + new StockTeslaItem({ date: `2023-10-23`, open: 258.9, high: 259.6, low: 202.5, close: 212.1, volume: 869390890, change: -18.1, index: 172 }), + new StockTeslaItem({ date: `2023-11-01`, open: 216.5, high: 222, low: 194.1, close: 205.7, volume: 811468170, change: -5, index: 173 }), + new StockTeslaItem({ date: `2023-11-10`, open: 213, high: 226.4, low: 205.7, close: 214.6, volume: 859763700, change: 0.8, index: 174 }), + new StockTeslaItem({ date: `2023-11-21`, open: 215.6, high: 246.7, low: 211.6, close: 241.2, volume: 959006600, change: 11.9, index: 175 }), + new StockTeslaItem({ date: `2023-12-01`, open: 242, high: 252.8, low: 231.4, close: 238.8, volume: 832910200, change: -1.3, index: 176 }), + new StockTeslaItem({ date: `2023-12-12`, open: 235.8, high: 246.7, low: 233.3, close: 237, volume: 772018400, change: 0.5, index: 177 }), + new StockTeslaItem({ date: `2023-12-21`, open: 234.2, high: 259.8, low: 228.2, close: 254.5, volume: 900893400, change: 8.7, index: 178 }), + new StockTeslaItem({ date: `2024-01-03`, open: 256.8, high: 265.1, low: 236.3, close: 238.4, volume: 727005170, change: -7.1, index: 179 }), + new StockTeslaItem({ date: `2024-01-12`, open: 239.2, high: 242.7, low: 217.2, close: 218.9, volume: 697536380, change: -8.5, index: 180 }), + new StockTeslaItem({ date: `2024-01-24`, open: 215.1, high: 223.5, low: 206.3, close: 207.8, volume: 777303400, change: -3.4, index: 181 }), + new StockTeslaItem({ date: `2024-02-02`, open: 189.7, high: 196.4, low: 180.1, close: 187.9, volume: 846092780, change: -0.9, index: 182 }), + new StockTeslaItem({ date: `2024-02-13`, open: 184.3, high: 194.7, low: 175, close: 184, volume: 718274070, change: -0.1, index: 183 }), + new StockTeslaItem({ date: `2024-02-23`, open: 185.3, high: 203.2, low: 183.4, close: 192, volume: 693352670, change: 3.6, index: 184 }), + new StockTeslaItem({ date: `2024-03-05`, open: 192.3, high: 205.6, low: 177.6, close: 180.7, volume: 742344460, change: -6, index: 185 }), + new StockTeslaItem({ date: `2024-03-14`, open: 180, high: 182.9, low: 160.5, close: 162.5, volume: 701227950, change: -9.7, index: 186 }), + new StockTeslaItem({ date: `2024-03-25`, open: 163.2, high: 178.2, low: 160.8, close: 172.6, volume: 589466660, change: 5.8, index: 187 }), + new StockTeslaItem({ date: `2024-04-04`, open: 178.6, high: 184.2, low: 163.3, close: 171.1, volume: 676969950, change: -4.2, index: 188 }), + new StockTeslaItem({ date: `2024-04-15`, open: 169.1, high: 179.2, low: 160.5, close: 161.5, volume: 694829970, change: -4.5, index: 189 }), + new StockTeslaItem({ date: `2024-04-24`, open: 156.7, high: 168, low: 138.8, close: 162.1, volume: 775433710, change: 3.4, index: 190 }), + new StockTeslaItem({ date: `2024-05-03`, open: 159, high: 198.9, low: 158.4, close: 181.2, volume: 864614000, change: 14, index: 191 }), + new StockTeslaItem({ date: `2024-05-14`, open: 183.8, high: 187.6, low: 167.8, close: 177.6, volume: 531409380, change: -3.4, index: 192 }), + new StockTeslaItem({ date: `2024-05-23`, open: 179.9, high: 186.9, low: 171.4, close: 173.7, volume: 554203970, change: -3.4, index: 193 }), + new StockTeslaItem({ date: `2024-06-04`, open: 174.8, high: 182.7, low: 173.2, close: 174.8, volume: 453828370, change: 0, index: 194 }), + new StockTeslaItem({ date: `2024-06-13`, open: 175.4, high: 191.1, low: 167.4, close: 182.5, volume: 509090870, change: 4.1, index: 195 }), + new StockTeslaItem({ date: `2024-06-25`, open: 185.8, high: 188.8, low: 176.9, close: 187.4, volume: 505399520, change: 0.8, index: 196 }), + new StockTeslaItem({ date: `2024-07-05`, open: 186.5, high: 252.4, low: 186.4, close: 251.5, volume: 925723660, change: 34.8, index: 197 }), + new StockTeslaItem({ date: `2024-07-16`, open: 247.7, high: 271, low: 233.1, close: 256.6, volume: 1097390000, change: 3.6, index: 198 }), + new StockTeslaItem({ date: `2024-07-25`, open: 252.7, high: 258.5, low: 214.7, close: 220.2, volume: 795590700, change: -12.9, index: 199 }), + new StockTeslaItem({ date: `2024-08-05`, open: 221.2, high: 234.7, low: 182, close: 198.9, volume: 658914080, change: -10.1, index: 200 }), + new StockTeslaItem({ date: `2024-08-14`, open: 200.8, high: 208.5, low: 191.5, close: 201.4, volume: 479168160, change: 0.3, index: 201 }), + new StockTeslaItem({ date: `2024-08-23`, open: 205, high: 228.2, low: 204.8, close: 220.3, volume: 560235700, change: 7.5, index: 202 }), + new StockTeslaItem({ date: `2024-09-04`, open: 218.8, high: 222.2, low: 202.6, close: 219.4, volume: 469284350, change: 0.3, index: 203 }), + new StockTeslaItem({ date: `2024-09-13`, open: 223.5, high: 235, low: 210.5, close: 230.3, volume: 592950440, change: 3, index: 204 }), + new StockTeslaItem({ date: `2024-09-24`, open: 229.3, high: 257.2, low: 223.5, close: 254.3, volume: 577086700, change: 10.9, index: 205 }), + new StockTeslaItem({ date: `2024-10-03`, open: 252.5, high: 264.9, low: 237.8, close: 240.7, volume: 546148740, change: -4.7, index: 206 }), + new StockTeslaItem({ date: `2024-10-14`, open: 246.7, high: 251, low: 213.7, close: 219.2, volume: 589440130, change: -11.2, index: 207 }), + new StockTeslaItem({ date: `2024-10-23`, open: 220, high: 224.3, low: 212.1, close: 213.6, volume: 384561880, change: -2.9, index: 208 }), + new StockTeslaItem({ date: `2024-11-01`, open: 244.7, high: 273.5, low: 242.6, close: 249, volume: 732392780, change: 1.8, index: 209 }), + new StockTeslaItem({ date: `2024-11-12`, open: 244.6, high: 358.6, low: 238.9, close: 328.5, volume: 991653160, change: 34.3, index: 210 }), + new StockTeslaItem({ date: `2024-11-21`, open: 335.8, high: 348.5, low: 309.2, close: 339.6, volume: 700324320, change: 1.1, index: 211 }), + new StockTeslaItem({ date: `2024-12-03`, open: 341.1, high: 361.9, low: 326.6, close: 351.4, volume: 478645220, change: 3, index: 212 }), + new StockTeslaItem({ date: `2024-12-12`, open: 353, high: 429.3, low: 348.6, close: 418.1, volume: 599082110, change: 18.4, index: 213 }), + new StockTeslaItem({ date: `2024-12-23`, open: 420, high: 481.5, low: 415.4, close: 430.6, volume: 807128120, change: 2.5, index: 214 }), + new StockTeslaItem({ date: `2025-01-03`, open: 435.9, high: 465.3, low: 373, close: 410.4, volume: 565769940, change: -5.8, index: 215 }), + new StockTeslaItem({ date: `2025-01-15`, open: 423.2, high: 429.8, low: 377.3, close: 428.2, volume: 530063170, change: 1.2, index: 216 }), + new StockTeslaItem({ date: `2025-01-27`, open: 423.5, high: 439.7, low: 389, close: 397.2, volume: 476854060, change: -6.2, index: 217 }), + new StockTeslaItem({ date: `2025-02-05`, open: 396.9, high: 420, low: 374.4, close: 378.2, volume: 507024510, change: -4.7, index: 218 }), + new StockTeslaItem({ date: `2025-02-14`, open: 373, high: 380.6, low: 325.1, close: 355.8, volume: 607376290, change: -4.6, index: 219 }), + new StockTeslaItem({ date: `2025-02-26`, open: 355, high: 367.3, low: 288, close: 290.8, volume: 549149490, change: -18.1, index: 220 }), + new StockTeslaItem({ date: `2025-03-07`, open: 291.2, high: 303.9, low: 250.7, close: 262.7, volume: 754567280, change: -9.8, index: 221 }), + new StockTeslaItem({ date: `2025-03-18`, open: 252.5, high: 253.4, low: 217, close: 225.3, volume: 944623000, change: -10.8, index: 222 }), + new StockTeslaItem({ date: `2025-03-27`, open: 231.6, high: 291.8, low: 229.2, close: 273.1, volume: 982018670, change: 17.9, index: 223 }), + new StockTeslaItem({ date: `2025-04-07`, open: 275.6, high: 285, low: 214.2, close: 233.3, volume: 1117950500, change: -15.3, index: 224 }), + new StockTeslaItem({ date: `2025-04-16`, open: 245, high: 274.7, low: 217.8, close: 241.6, volume: 993815820, change: -1.4, index: 225 }), + new StockTeslaItem({ date: `2025-04-28`, open: 243.5, high: 294.9, low: 222.8, close: 285.9, volume: 866169890, change: 17.4, index: 226 }), ]; super(...newItems.slice(0)); } diff --git a/samples/charts/data-chart/data-annotation-multiple-with-stocks/index.html b/samples/charts/data-chart/data-annotation-multiple-with-stocks/index.html index 58a18094c9..0f7bf37334 100644 --- a/samples/charts/data-chart/data-annotation-multiple-with-stocks/index.html +++ b/samples/charts/data-chart/data-annotation-multiple-with-stocks/index.html @@ -118,7 +118,7 @@ { super(...items); } else { const newItems = [ - new AnnotationLineData1Item( - { - startX: 190, - startY: 138, - endX: 230, - endY: 138, - label: `52-Week Low` - }), - new AnnotationLineData1Item( - { - startX: 190, - startY: 481, - endX: 230, - endY: 481, - label: `52-Week High` - }), + new AnnotationLineData1Item({ startX: 190, startY: 138, endX: 230, endY: 138, label: `52-Week Low` }), + new AnnotationLineData1Item({ startX: 190, startY: 481, endX: 230, endY: 481, label: `52-Week High` }), ]; super(...newItems.slice(0)); } diff --git a/samples/charts/data-chart/data-annotation-multiple-with-stocks/src/AnnotationLineData2.ts b/samples/charts/data-chart/data-annotation-multiple-with-stocks/src/AnnotationLineData2.ts index 688a44c909..b98406605e 100644 --- a/samples/charts/data-chart/data-annotation-multiple-with-stocks/src/AnnotationLineData2.ts +++ b/samples/charts/data-chart/data-annotation-multiple-with-stocks/src/AnnotationLineData2.ts @@ -16,24 +16,10 @@ export class AnnotationLineData2 extends Array { super(...items); } else { const newItems = [ - new AnnotationLineData2Item( - { - startX: 48, - startY: 25, - endX: 105, - endY: 250, - label: `Growth & -Support` - }), - new AnnotationLineData2Item( - { - startX: 108, - startY: 440, - endX: 155, - endY: 210, - label: `Decline & -Resistance` - }), + new AnnotationLineData2Item({ startX: 48, startY: 25, endX: 105, endY: 250, label: `Growth & +Support` }), + new AnnotationLineData2Item({ startX: 108, startY: 440, endX: 155, endY: 210, label: `Decline & +Resistance` }), ]; super(...newItems.slice(0)); } diff --git a/samples/charts/data-chart/data-annotation-multiple-with-stocks/src/AnnotationSliceEarningsBeatData.ts b/samples/charts/data-chart/data-annotation-multiple-with-stocks/src/AnnotationSliceEarningsBeatData.ts index 766a093810..4e9456097c 100644 --- a/samples/charts/data-chart/data-annotation-multiple-with-stocks/src/AnnotationSliceEarningsBeatData.ts +++ b/samples/charts/data-chart/data-annotation-multiple-with-stocks/src/AnnotationSliceEarningsBeatData.ts @@ -13,21 +13,9 @@ export class AnnotationSliceEarningsBeatData extends Array { super(...items); } else { const newItems = [ - new AnnotationStripDataItem( - { - start: 40, - end: 45, - label: `Covid - Market Crash` - }), - new AnnotationStripDataItem( - { - start: 100, - end: 144, - label: `Fed Rate Up 0.25 - 5.25%` - }), - new AnnotationStripDataItem( - { - start: 190, - end: 205, - label: `Fed Rate Down 5.25% to 4.45%` - }), + new AnnotationStripDataItem({ start: 40, end: 45, label: `Covid - Market Crash` }), + new AnnotationStripDataItem({ start: 100, end: 144, label: `Fed Rate Up 0.25 - 5.25%` }), + new AnnotationStripDataItem({ start: 190, end: 205, label: `Fed Rate Down 5.25% to 4.45%` }), ]; super(...newItems.slice(0)); } diff --git a/samples/charts/data-chart/data-annotation-multiple-with-stocks/src/StockTesla.ts b/samples/charts/data-chart/data-annotation-multiple-with-stocks/src/StockTesla.ts index 1efe6d6e4e..4474d2f82c 100644 --- a/samples/charts/data-chart/data-annotation-multiple-with-stocks/src/StockTesla.ts +++ b/samples/charts/data-chart/data-annotation-multiple-with-stocks/src/StockTesla.ts @@ -19,2503 +19,233 @@ export class StockTesla extends Array { super(...items); } else { const newItems = [ - new StockTeslaItem( - { - date: `2019-01-10`, - open: 20.4, - high: 23, - low: 19.8, - close: 23, - volume: 779333701, - change: 12.7, - index: 0 - }), - new StockTeslaItem( - { - date: `2019-01-22`, - open: 22.8, - high: 23.5, - low: 19.7, - close: 19.9, - volume: 911781100, - change: -12.6, - index: 1 - }), - new StockTeslaItem( - { - date: `2019-01-31`, - open: 19.5, - high: 20.8, - low: 18.6, - close: 20.5, - volume: 926375717, - change: 5, - index: 2 - }), - new StockTeslaItem( - { - date: `2019-02-11`, - open: 20.4, - high: 21.6, - low: 19.9, - close: 20.9, - volume: 687520471, - change: 2.4, - index: 3 - }), - new StockTeslaItem( - { - date: `2019-02-21`, - open: 21.1, - high: 21.2, - low: 19.4, - close: 19.4, - volume: 597552272, - change: -7.9, - index: 4 - }), - new StockTeslaItem( - { - date: `2019-03-04`, - open: 19.6, - high: 21.3, - low: 18.9, - close: 19, - volume: 1218669201, - change: -3.1, - index: 5 - }), - new StockTeslaItem( - { - date: `2019-03-13`, - open: 18.8, - high: 19.5, - low: 18, - close: 19.3, - volume: 1034156904, - change: 2.5, - index: 6 - }), - new StockTeslaItem( - { - date: `2019-03-22`, - open: 19.5, - high: 19.7, - low: 17.6, - close: 17.6, - volume: 980694095, - change: -9.5, - index: 7 - }), - new StockTeslaItem( - { - date: `2019-04-02`, - open: 17.3, - high: 19.3, - low: 17, - close: 19.1, - volume: 788473494, - change: 10.1, - index: 8 - }), - new StockTeslaItem( - { - date: `2019-04-11`, - open: 19.2, - high: 19.7, - low: 17.4, - close: 17.9, - volume: 1165555442, - change: -6.6, - index: 9 - }), - new StockTeslaItem( - { - date: `2019-04-23`, - open: 18, - high: 18.3, - low: 17, - close: 17.6, - volume: 870373200, - change: -2.3, - index: 10 - }), - new StockTeslaItem( - { - date: `2019-05-02`, - open: 17.6, - high: 17.7, - low: 15.4, - close: 16.3, - volume: 1629432326, - change: -7.5, - index: 11 - }), - new StockTeslaItem( - { - date: `2019-05-13`, - open: 16.3, - high: 17.2, - low: 15, - close: 15.1, - volume: 1131045605, - change: -6.9, - index: 12 - }), - new StockTeslaItem( - { - date: `2019-05-22`, - open: 15.3, - high: 15.6, - low: 12.8, - close: 12.8, - volume: 1455503588, - change: -15.9, - index: 13 - }), - new StockTeslaItem( - { - date: `2019-06-03`, - open: 13, - high: 13.3, - low: 11.8, - close: 11.9, - volume: 1415442268, - change: -7.9, - index: 14 - }), - new StockTeslaItem( - { - date: `2019-06-12`, - open: 12.1, - high: 14.9, - low: 12, - close: 14, - volume: 1515000443, - change: 15.6, - index: 15 - }), - new StockTeslaItem( - { - date: `2019-06-21`, - open: 14, - high: 15.6, - low: 13.8, - close: 14.8, - volume: 1009123371, - change: 5.5, - index: 16 - }), - new StockTeslaItem( - { - date: `2019-07-02`, - open: 14.9, - high: 15.5, - low: 14.5, - close: 15, - volume: 766921642, - change: 0.6, - index: 17 - }), - new StockTeslaItem( - { - date: `2019-07-12`, - open: 16, - high: 16.4, - low: 15.2, - close: 16.3, - volume: 887983836, - change: 2.4, - index: 18 - }), - new StockTeslaItem( - { - date: `2019-07-23`, - open: 16.5, - high: 17.5, - low: 16.3, - close: 17.3, - volume: 788941000, - change: 4.9, - index: 19 - }), - new StockTeslaItem( - { - date: `2019-08-01`, - open: 17.3, - high: 17.7, - low: 14.8, - close: 15.6, - volume: 1175082297, - change: -9.8, - index: 20 - }), - new StockTeslaItem( - { - date: `2019-08-12`, - open: 15.4, - high: 16, - low: 15, - close: 15.3, - volume: 560129569, - change: -1, - index: 21 - }), - new StockTeslaItem( - { - date: `2019-08-21`, - open: 15.3, - high: 15.7, - low: 14.1, - close: 14.7, - volume: 677293701, - change: -3.5, - index: 22 - }), - new StockTeslaItem( - { - date: `2019-08-30`, - open: 14.9, - high: 15.5, - low: 14.1, - close: 15, - volume: 650239370, - change: 1.3, - index: 23 - }), - new StockTeslaItem( - { - date: `2019-09-11`, - open: 14.9, - high: 16.5, - low: 14.6, - close: 16.5, - volume: 636766167, - change: 10.3, - index: 24 - }), - new StockTeslaItem( - { - date: `2019-09-20`, - open: 16.5, - high: 16.9, - low: 15.9, - close: 16, - volume: 572802643, - change: -2.9, - index: 25 - }), - new StockTeslaItem( - { - date: `2019-10-01`, - open: 16, - high: 16.6, - low: 14.6, - close: 16.3, - volume: 931821239, - change: 2, - index: 26 - }), - new StockTeslaItem( - { - date: `2019-10-10`, - open: 16.2, - high: 16.6, - low: 15, - close: 16.3, - volume: 891798049, - change: 0.6, - index: 27 - }), - new StockTeslaItem( - { - date: `2019-10-21`, - open: 16.5, - high: 17.7, - low: 16.5, - close: 16.9, - volume: 713093463, - change: 2.6, - index: 28 - }), - new StockTeslaItem( - { - date: `2019-10-30`, - open: 17, - high: 22.7, - low: 16.7, - close: 21, - volume: 1752943598, - change: 23.9, - index: 29 - }), - new StockTeslaItem( - { - date: `2019-11-08`, - open: 20.9, - high: 22.8, - low: 20.6, - close: 22.5, - volume: 834957256, - change: 7.7, - index: 30 - }), - new StockTeslaItem( - { - date: `2019-11-19`, - open: 22.9, - high: 24, - low: 22.8, - close: 24, - volume: 738746390, - change: 4.5, - index: 31 - }), - new StockTeslaItem( - { - date: `2019-11-29`, - open: 24, - high: 24.1, - low: 21.8, - close: 22, - volume: 870685288, - change: -8.4, - index: 32 - }), - new StockTeslaItem( - { - date: `2019-12-10`, - open: 22, - high: 23.4, - low: 21.8, - close: 23.3, - volume: 712016613, - change: 5.9, - index: 33 - }), - new StockTeslaItem( - { - date: `2019-12-19`, - open: 23.5, - high: 27.1, - low: 23.4, - close: 26.9, - volume: 1203765433, - change: 14.8, - index: 34 - }), - new StockTeslaItem( - { - date: `2019-12-31`, - open: 27.4, - high: 29, - low: 26.7, - close: 27.9, - volume: 1195073357, - change: 2, - index: 35 - }), - new StockTeslaItem( - { - date: `2020-01-10`, - open: 28.3, - high: 33.3, - low: 28.1, - close: 31.9, - volume: 1925386078, - change: 12.6, - index: 36 - }), - new StockTeslaItem( - { - date: `2020-01-22`, - open: 32.9, - high: 39.6, - low: 32.8, - close: 38, - volume: 2364043518, - change: 15.4, - index: 37 - }), - new StockTeslaItem( - { - date: `2020-01-31`, - open: 37.6, - high: 43.5, - low: 36, - close: 43.4, - volume: 1835141382, - change: 15.3, - index: 38 - }), - new StockTeslaItem( - { - date: `2020-02-11`, - open: 44.9, - high: 64.6, - low: 44.9, - close: 51.6, - volume: 3748903126, - change: 14.9, - index: 39 - }), - new StockTeslaItem( - { - date: `2020-02-21`, - open: 51.9, - high: 63, - low: 49, - close: 60.1, - volume: 1921517039, - change: 15.8, - index: 40 - }), - new StockTeslaItem( - { - date: `2020-03-03`, - open: 55.9, - high: 57.6, - low: 40.8, - close: 49.7, - volume: 2121850940, - change: -11.1, - index: 41 - }), - new StockTeslaItem( - { - date: `2020-03-12`, - open: 50.9, - high: 51.1, - low: 36.4, - close: 37.4, - volume: 1553329923, - change: -26.6, - index: 42 - }), - new StockTeslaItem( - { - date: `2020-03-23`, - open: 39.7, - high: 40.5, - low: 23.4, - close: 29, - volume: 2487688157, - change: -27, - index: 43 - }), - new StockTeslaItem( - { - date: `2020-04-01`, - open: 31.8, - high: 37.3, - low: 31.6, - close: 32.1, - volume: 1785601357, - change: 0.9, - index: 44 - }), - new StockTeslaItem( - { - date: `2020-04-13`, - open: 32.1, - high: 43.5, - low: 29.8, - close: 43.4, - volume: 1860352620, - change: 35.3, - index: 45 - }), - new StockTeslaItem( - { - date: `2020-04-22`, - open: 46.6, - high: 51.7, - low: 44.9, - close: 48.8, - volume: 2056797321, - change: 4.7, - index: 46 - }), - new StockTeslaItem( - { - date: `2020-05-01`, - open: 48.5, - high: 58, - low: 45.5, - close: 46.8, - volume: 2093959203, - change: -3.6, - index: 47 - }), - new StockTeslaItem( - { - date: `2020-05-12`, - open: 46.7, - high: 56.2, - low: 46.5, - close: 54, - volume: 1611543246, - change: 15.5, - index: 48 - }), - new StockTeslaItem( - { - date: `2020-05-21`, - open: 54.7, - high: 55.6, - low: 50.9, - close: 55.2, - volume: 1262468113, - change: 0.8, - index: 49 - }), - new StockTeslaItem( - { - date: `2020-06-02`, - open: 54.8, - high: 60.6, - low: 52.3, - close: 58.8, - volume: 1160487993, - change: 7.2, - index: 50 - }), - new StockTeslaItem( - { - date: `2020-06-11`, - open: 59.2, - high: 68.5, - low: 57.2, - close: 64.9, - volume: 1270377400, - change: 9.5, - index: 51 - }), - new StockTeslaItem( - { - date: `2020-06-22`, - open: 65.3, - high: 67.9, - low: 60.6, - close: 66.3, - volume: 1217946366, - change: 1.5, - index: 52 - }), - new StockTeslaItem( - { - date: `2020-07-01`, - open: 66.6, - high: 75.7, - low: 62.5, - close: 74.6, - volume: 1120591270, - change: 12.1, - index: 53 - }), - new StockTeslaItem( - { - date: `2020-07-13`, - open: 81.4, - high: 119.7, - low: 79, - close: 99.8, - volume: 2244920779, - change: 22.6, - index: 54 - }), - new StockTeslaItem( - { - date: `2020-07-22`, - open: 103.7, - high: 111.7, - low: 95.4, - close: 106.2, - volume: 1662846099, - change: 2.3, - index: 55 - }), - new StockTeslaItem( - { - date: `2020-07-31`, - open: 111.9, - high: 112.6, - low: 91.1, - close: 95.4, - volume: 1573159944, - change: -14.8, - index: 56 - }), - new StockTeslaItem( - { - date: `2020-08-11`, - open: 96.6, - high: 101.8, - low: 91, - close: 91.6, - volume: 798587331, - change: -5.2, - index: 57 - }), - new StockTeslaItem( - { - date: `2020-08-20`, - open: 98, - high: 134.8, - low: 95.7, - close: 133.5, - volume: 1866534416, - change: 36.2, - index: 58 - }), - new StockTeslaItem( - { - date: `2020-08-31`, - open: 136.3, - high: 166.7, - low: 128.5, - close: 166.1, - volume: 2008507459, - change: 21.9, - index: 59 - }), - new StockTeslaItem( - { - date: `2020-09-10`, - open: 167.4, - high: 167.5, - low: 110, - close: 123.8, - volume: 1992227059, - change: -26, - index: 60 - }), - new StockTeslaItem( - { - date: `2020-09-21`, - open: 127.3, - high: 154, - low: 120.2, - close: 149.8, - volume: 1758737696, - change: 17.7, - index: 61 - }), - new StockTeslaItem( - { - date: `2020-09-30`, - open: 143.2, - high: 145.9, - low: 117.1, - close: 143, - volume: 1459893236, - change: -0.1, - index: 62 - }), - new StockTeslaItem( - { - date: `2020-10-09`, - open: 146.9, - high: 149.6, - low: 135.4, - close: 144.7, - volume: 985545158, - change: -1.5, - index: 63 - }), - new StockTeslaItem( - { - date: `2020-10-20`, - open: 147.3, - high: 155.3, - low: 139.7, - close: 140.6, - volume: 773077727, - change: -4.5, - index: 64 - }), - new StockTeslaItem( - { - date: `2020-10-29`, - open: 140.9, - high: 148.4, - low: 135.3, - close: 136.9, - volume: 615339122, - change: -2.8, - index: 65 - }), - new StockTeslaItem( - { - date: `2020-11-09`, - open: 135.6, - high: 150.8, - low: 126.4, - close: 140.4, - volume: 669171368, - change: 3.5, - index: 66 - }), - new StockTeslaItem( - { - date: `2020-11-18`, - open: 140, - high: 165.3, - low: 132, - close: 162.2, - volume: 760451265, - change: 15.8, - index: 67 - }), - new StockTeslaItem( - { - date: `2020-11-30`, - open: 164, - high: 202.6, - low: 162.5, - close: 189.2, - volume: 1046371155, - change: 15.4, - index: 68 - }), - new StockTeslaItem( - { - date: `2020-12-09`, - open: 199.2, - high: 218.1, - low: 180.4, - close: 201.5, - volume: 1055933265, - change: 1.2, - index: 69 - }), - new StockTeslaItem( - { - date: `2020-12-18`, - open: 191.5, - high: 231.7, - low: 188.8, - close: 231.7, - volume: 1593943601, - change: 21, - index: 70 - }), - new StockTeslaItem( - { - date: `2020-12-30`, - open: 222.1, - high: 232.2, - low: 204.7, - close: 231.6, - volume: 791942570, - change: 4.3, - index: 71 - }), - new StockTeslaItem( - { - date: `2021-01-11`, - open: 233.3, - high: 294.8, - low: 230.4, - close: 270.4, - volume: 1084025779, - change: 15.9, - index: 72 - }), - new StockTeslaItem( - { - date: `2021-01-21`, - open: 277, - high: 289.3, - low: 273, - close: 281.7, - volume: 663774487, - change: 1.7, - index: 73 - }), - new StockTeslaItem( - { - date: `2021-02-01`, - open: 278.1, - high: 300.1, - low: 260, - close: 279.9, - volume: 595397009, - change: 0.7, - index: 74 - }), - new StockTeslaItem( - { - date: `2021-02-10`, - open: 281.6, - high: 293.5, - low: 266.7, - close: 268.3, - volume: 445813486, - change: -4.7, - index: 75 - }), - new StockTeslaItem( - { - date: `2021-02-22`, - open: 270.8, - high: 276.6, - low: 236.7, - close: 238.2, - volume: 496372009, - change: -12.1, - index: 76 - }), - new StockTeslaItem( - { - date: `2021-03-03`, - open: 220.7, - high: 290.7, - low: 206.3, - close: 217.7, - volume: 793689739, - change: -1.3, - index: 77 - }), - new StockTeslaItem( - { - date: `2021-03-12`, - open: 218.6, - high: 291.3, - low: 179.8, - close: 231.2, - volume: 1215209162, - change: 5.8, - index: 78 - }), - new StockTeslaItem( - { - date: `2021-03-23`, - open: 231.4, - high: 237.7, - low: 208.2, - close: 220.7, - volume: 744776145, - change: -4.6, - index: 79 - }), - new StockTeslaItem( - { - date: `2021-04-01`, - open: 222.6, - high: 230.8, - low: 197, - close: 220.6, - volume: 730733684, - change: -0.9, - index: 80 - }), - new StockTeslaItem( - { - date: `2021-04-13`, - open: 235.9, - high: 254.3, - low: 222.6, - close: 254.1, - volume: 646721884, - change: 7.7, - index: 81 - }), - new StockTeslaItem( - { - date: `2021-04-22`, - open: 256.9, - high: 260.3, - low: 230.6, - close: 239.9, - volume: 740840774, - change: -6.6, - index: 82 - }), - new StockTeslaItem( - { - date: `2021-05-03`, - open: 239.9, - high: 249.8, - low: 222, - close: 228.3, - volume: 623423313, - change: -4.8, - index: 83 - }), - new StockTeslaItem( - { - date: `2021-05-12`, - open: 226.3, - high: 230, - low: 195.6, - close: 196.6, - volume: 643844974, - change: -13.1, - index: 84 - }), - new StockTeslaItem( - { - date: `2021-05-21`, - open: 200.5, - high: 202.2, - low: 182.3, - close: 193.6, - volume: 729192883, - change: -3.4, - index: 85 - }), - new StockTeslaItem( - { - date: `2021-06-02`, - open: 193.9, - high: 211.9, - low: 191.2, - close: 201.7, - volume: 545095944, - change: 4, - index: 86 - }), - new StockTeslaItem( - { - date: `2021-06-11`, - open: 200.6, - high: 207.7, - low: 190.4, - close: 203.3, - volume: 478366128, - change: 1.3, - index: 87 - }), - new StockTeslaItem( - { - date: `2021-06-22`, - open: 204.1, - high: 210.5, - low: 197.8, - close: 207.9, - volume: 454698495, - change: 1.9, - index: 88 - }), - new StockTeslaItem( - { - date: `2021-07-01`, - open: 210.7, - high: 232.5, - low: 210, - close: 226, - volume: 558441596, - change: 7.3, - index: 89 - }), - new StockTeslaItem( - { - date: `2021-07-13`, - open: 226.3, - high: 233.3, - low: 206.8, - close: 222.8, - volume: 470942387, - change: -1.5, - index: 90 - }), - new StockTeslaItem( - { - date: `2021-07-22`, - open: 223.6, - high: 226.2, - low: 207.1, - close: 216.4, - volume: 372195097, - change: -3.2, - index: 91 - }), - new StockTeslaItem( - { - date: `2021-08-02`, - open: 215.5, - high: 242.3, - low: 209.1, - close: 236.6, - volume: 547284685, - change: 9.8, - index: 92 - }), - new StockTeslaItem( - { - date: `2021-08-11`, - open: 239.7, - high: 241.6, - low: 232.5, - close: 235.9, - volume: 315341455, - change: -1.6, - index: 93 - }), - new StockTeslaItem( - { - date: `2021-08-20`, - open: 235.4, - high: 243.3, - low: 216.3, - close: 226.8, - volume: 392227478, - change: -3.7, - index: 94 - }), - new StockTeslaItem( - { - date: `2021-08-31`, - open: 228.5, - high: 246.8, - low: 226.9, - close: 245.2, - volume: 337503634, - change: 7.3, - index: 95 - }), - new StockTeslaItem( - { - date: `2021-09-10`, - open: 244.7, - high: 254.8, - low: 241.4, - close: 245.4, - volume: 328100734, - change: 0.3, - index: 96 - }), - new StockTeslaItem( - { - date: `2021-09-21`, - open: 246.7, - high: 253.7, - low: 236.3, - close: 246.5, - volume: 420153012, - change: -0.1, - index: 97 - }), - new StockTeslaItem( - { - date: `2021-09-30`, - open: 247.8, - high: 266.3, - low: 246.4, - close: 258.5, - volume: 422393262, - change: 4.3, - index: 98 - }), - new StockTeslaItem( - { - date: `2021-10-11`, - open: 259.5, - high: 269, - low: 254.5, - close: 264, - volume: 392144589, - change: 1.7, - index: 99 - }), - new StockTeslaItem( - { - date: `2021-10-20`, - open: 267, - high: 292.6, - low: 265.5, - close: 288.6, - volume: 368796877, - change: 8.1, - index: 100 - }), - new StockTeslaItem( - { - date: `2021-10-29`, - open: 285.3, - high: 371.7, - low: 285.2, - close: 371.3, - volume: 825862313, - change: 30.1, - index: 101 - }), - new StockTeslaItem( - { - date: `2021-11-09`, - open: 381.7, - high: 414.5, - low: 337.2, - close: 341.2, - volume: 818978542, - change: -10.6, - index: 102 - }), - new StockTeslaItem( - { - date: `2021-11-18`, - open: 336.8, - high: 373.2, - low: 326.2, - close: 365.5, - volume: 613304311, - change: 8.5, - index: 103 - }), - new StockTeslaItem( - { - date: `2021-11-30`, - open: 366.3, - high: 400.6, - low: 354, - close: 381.6, - volume: 515052382, - change: 4.2, - index: 104 - }), - new StockTeslaItem( - { - date: `2021-12-09`, - open: 386.9, - high: 390.9, - low: 316.8, - close: 334.6, - volume: 473333567, - change: -13.5, - index: 105 - }), - new StockTeslaItem( - { - date: `2021-12-20`, - open: 336.2, - high: 340.3, - low: 297.8, - close: 300, - volume: 524367113, - change: -10.8, - index: 106 - }), - new StockTeslaItem( - { - date: `2021-12-30`, - open: 305.6, - high: 373, - low: 295.4, - close: 356.8, - volume: 492530059, - change: 16.7, - index: 107 - }), - new StockTeslaItem( - { - date: `2022-01-10`, - open: 357.8, - high: 402.7, - low: 326.7, - close: 352.7, - volume: 592103938, - change: -1.4, - index: 108 - }), - new StockTeslaItem( - { - date: `2022-01-20`, - open: 351.2, - high: 371.9, - low: 331.3, - close: 332.1, - volume: 532857144, - change: -5.4, - index: 109 - }), - new StockTeslaItem( - { - date: `2022-01-31`, - open: 332.1, - high: 334.8, - low: 264, - close: 312.2, - volume: 833589022, - change: -6, - index: 110 - }), - new StockTeslaItem( - { - date: `2022-02-09`, - open: 311.7, - high: 315.9, - low: 293.5, - close: 310.7, - volume: 456395505, - change: -0.3, - index: 111 - }), - new StockTeslaItem( - { - date: `2022-02-18`, - open: 302.8, - high: 314.6, - low: 279.2, - close: 285.7, - volume: 446153356, - change: -5.7, - index: 112 - }), - new StockTeslaItem( - { - date: `2022-03-02`, - open: 278, - high: 296.6, - low: 233.3, - close: 293.3, - volume: 638352514, - change: 5.5, - index: 113 - }), - new StockTeslaItem( - { - date: `2022-03-11`, - open: 292.9, - high: 295.5, - low: 260.7, - close: 265.1, - volume: 466566467, - change: -9.5, - index: 114 - }), - new StockTeslaItem( - { - date: `2022-03-22`, - open: 260.2, - high: 332.6, - low: 252, - close: 331.3, - volume: 576869668, - change: 27.3, - index: 115 - }), - new StockTeslaItem( - { - date: `2022-03-31`, - open: 326.6, - high: 371.6, - low: 325.5, - close: 359.2, - volume: 536607263, - change: 10, - index: 116 - }), - new StockTeslaItem( - { - date: `2022-04-11`, - open: 360.4, - high: 384.3, - low: 324.9, - close: 325.3, - volume: 499682510, - change: -9.7, - index: 117 - }), - new StockTeslaItem( - { - date: `2022-04-21`, - open: 332.5, - high: 364.1, - low: 324.4, - close: 336.3, - volume: 457210487, - change: 1.1, - index: 118 - }), - new StockTeslaItem( - { - date: `2022-05-02`, - open: 338.3, - high: 345, - low: 273.9, - close: 301, - volume: 639990965, - change: -11, - index: 119 - }), - new StockTeslaItem( - { - date: `2022-05-11`, - open: 301.1, - high: 318.5, - low: 242.4, - close: 244.7, - volume: 583211967, - change: -18.7, - index: 120 - }), - new StockTeslaItem( - { - date: `2022-05-20`, - open: 233.7, - high: 262.4, - low: 211, - close: 221.3, - volume: 721880082, - change: -5.3, - index: 121 - }), - new StockTeslaItem( - { - date: `2022-06-01`, - open: 218.3, - high: 259.6, - low: 206.9, - close: 246.8, - volume: 644596235, - change: 13, - index: 122 - }), - new StockTeslaItem( - { - date: `2022-06-10`, - open: 244.2, - high: 264.2, - low: 227.9, - close: 232.2, - volume: 633672873, - change: -4.9, - index: 123 - }), - new StockTeslaItem( - { - date: `2022-06-22`, - open: 223.2, - high: 246.8, - low: 208.7, - close: 236.1, - volume: 744240764, - change: 5.8, - index: 124 - }), - new StockTeslaItem( - { - date: `2022-07-01`, - open: 237.9, - high: 252.1, - low: 218.9, - close: 227.3, - volume: 631776422, - change: -4.5, - index: 125 - }), - new StockTeslaItem( - { - date: `2022-07-13`, - open: 223, - high: 255, - low: 216.2, - close: 237, - volume: 625812242, - change: 6.3, - index: 126 - }), - new StockTeslaItem( - { - date: `2022-07-22`, - open: 234.9, - high: 280.8, - low: 229.3, - close: 272.2, - volume: 646037224, - change: 15.9, - index: 127 - }), - new StockTeslaItem( - { - date: `2022-08-02`, - open: 272.2, - high: 311.9, - low: 256.3, - close: 300.6, - volume: 611660612, - change: 10.4, - index: 128 - }), - new StockTeslaItem( - { - date: `2022-08-11`, - open: 305, - high: 313.6, - low: 279.4, - close: 286.6, - volume: 616204291, - change: -6, - index: 129 - }), - new StockTeslaItem( - { - date: `2022-08-22`, - open: 289.4, - high: 314.7, - low: 285, - close: 289.9, - volume: 490658060, - change: 0.2, - index: 130 - }), - new StockTeslaItem( - { - date: `2022-08-31`, - open: 291.5, - high: 303.6, - low: 271.8, - close: 275.6, - volume: 376152572, - change: -5.4, - index: 131 - }), - new StockTeslaItem( - { - date: `2022-09-12`, - open: 272.6, - high: 305.5, - low: 265.7, - close: 304.4, - volume: 367924580, - change: 11.7, - index: 132 - }), - new StockTeslaItem( - { - date: `2022-09-21`, - open: 292.9, - high: 313.8, - low: 290.4, - close: 300.8, - volume: 477171180, - change: 2.7, - index: 133 - }), - new StockTeslaItem( - { - date: `2022-09-30`, - open: 299.9, - high: 301.3, - low: 262.5, - close: 265.2, - volume: 454307920, - change: -11.5, - index: 134 - }), - new StockTeslaItem( - { - date: `2022-10-11`, - open: 254.5, - high: 257.5, - low: 215, - close: 216.5, - volume: 593078170, - change: -14.9, - index: 135 - }), - new StockTeslaItem( - { - date: `2022-10-20`, - open: 215.3, - high: 229.8, - low: 202, - close: 207.3, - volume: 592158560, - change: -3.7, - index: 136 - }), - new StockTeslaItem( - { - date: `2022-10-31`, - open: 206.4, - high: 233.8, - low: 198.6, - close: 227.5, - volume: 550341050, - change: 10.2, - index: 137 - }), - new StockTeslaItem( - { - date: `2022-11-09`, - open: 234, - high: 237.4, - low: 177.1, - close: 177.6, - volume: 630702790, - change: -24.1, - index: 138 - }), - new StockTeslaItem( - { - date: `2022-11-18`, - open: 189.9, - high: 200.8, - low: 176.6, - close: 180.2, - volume: 637579480, - change: -5.1, - index: 139 - }), - new StockTeslaItem( - { - date: `2022-11-30`, - open: 175.8, - high: 194.8, - low: 166.2, - close: 194.7, - volume: 617126140, - change: 10.7, - index: 140 - }), - new StockTeslaItem( - { - date: `2022-12-09`, - open: 197.1, - high: 198.9, - low: 169.1, - close: 179, - volume: 625675690, - change: -9.1, - index: 141 - }), - new StockTeslaItem( - { - date: `2022-12-20`, - open: 176.1, - high: 177.4, - low: 137.7, - close: 137.8, - volume: 986660100, - change: -21.7, - index: 142 - }), - new StockTeslaItem( - { - date: `2022-12-30`, - open: 139.3, - high: 141.3, - low: 108.2, - close: 123.2, - volume: 1331911900, - change: -11.6, - index: 143 - }), - new StockTeslaItem( - { - date: `2023-01-11`, - open: 118.5, - high: 126, - low: 101.8, - close: 123.2, - volume: 1332426500, - change: 4, - index: 144 - }), - new StockTeslaItem( - { - date: `2023-01-23`, - open: 122.6, - high: 145.4, - low: 115.6, - close: 143.8, - volume: 1244541500, - change: 17.3, - index: 145 - }), - new StockTeslaItem( - { - date: `2023-02-01`, - open: 143, - high: 183.8, - low: 138.1, - close: 181.4, - volume: 1534337700, - change: 26.9, - index: 146 - }), - new StockTeslaItem( - { - date: `2023-02-10`, - open: 187.3, - high: 214, - low: 182.6, - close: 196.9, - volume: 1423167800, - change: 5.1, - index: 147 - }), - new StockTeslaItem( - { - date: `2023-02-22`, - open: 194.4, - high: 217.6, - low: 187.6, - close: 200.9, - volume: 1386211900, - change: 3.3, - index: 148 - }), - new StockTeslaItem( - { - date: `2023-03-03`, - open: 203.9, - high: 211.2, - low: 186, - close: 197.8, - volume: 1095786600, - change: -3, - index: 149 - }), - new StockTeslaItem( - { - date: `2023-03-14`, - open: 198.5, - high: 198.6, - low: 163.9, - close: 183.3, - volume: 1101144600, - change: -7.7, - index: 150 - }), - new StockTeslaItem( - { - date: `2023-03-23`, - open: 180.8, - high: 200.7, - low: 176, - close: 192.2, - volume: 978213300, - change: 6.3, - index: 151 - }), - new StockTeslaItem( - { - date: `2023-04-03`, - open: 191.6, - high: 207.8, - low: 185.4, - close: 194.8, - volume: 909718040, - change: 1.6, - index: 152 - }), - new StockTeslaItem( - { - date: `2023-04-13`, - open: 197.3, - high: 198.7, - low: 176.1, - close: 185.9, - volume: 905319000, - change: -5.8, - index: 153 - }), - new StockTeslaItem( - { - date: `2023-04-24`, - open: 184, - high: 189.7, - low: 158.6, - close: 162.6, - volume: 905416980, - change: -11.6, - index: 154 - }), - new StockTeslaItem( - { - date: `2023-05-03`, - open: 159.8, - high: 165.5, - low: 152.4, - close: 160.6, - volume: 881897100, - change: 0.5, - index: 155 - }), - new StockTeslaItem( - { - date: `2023-05-12`, - open: 162.7, - high: 177.4, - low: 159.6, - close: 168, - volume: 785510430, - change: 3.2, - index: 156 - }), - new StockTeslaItem( - { - date: `2023-05-23`, - open: 167.7, - high: 193, - low: 164.4, - close: 185.8, - volume: 864025390, - change: 10.8, - index: 157 - }), - new StockTeslaItem( - { - date: `2023-06-02`, - open: 182.2, - high: 217.2, - low: 178.2, - close: 214, - volume: 988496020, - change: 17.4, - index: 158 - }), - new StockTeslaItem( - { - date: `2023-06-13`, - open: 217.8, - high: 259.7, - low: 212.5, - close: 258.7, - volume: 1161622400, - change: 18.8, - index: 159 - }), - new StockTeslaItem( - { - date: `2023-06-23`, - open: 260.2, - high: 277, - low: 247.3, - close: 256.6, - volume: 1220407300, - change: -1.4, - index: 160 - }), - new StockTeslaItem( - { - date: `2023-07-05`, - open: 250.1, - high: 284.2, - low: 240.7, - close: 282.5, - volume: 999163700, - change: 13, - index: 161 - }), - new StockTeslaItem( - { - date: `2023-07-14`, - open: 278.1, - high: 285.3, - low: 265.1, - close: 281.4, - volume: 774400400, - change: 1.2, - index: 162 - }), - new StockTeslaItem( - { - date: `2023-07-25`, - open: 286.6, - high: 299.3, - low: 254.1, - close: 265.3, - volume: 973076400, - change: -7.4, - index: 163 - }), - new StockTeslaItem( - { - date: `2023-08-03`, - open: 263.2, - high: 269.1, - low: 250.5, - close: 259.3, - volume: 678809820, - change: -1.5, - index: 164 - }), - new StockTeslaItem( - { - date: `2023-08-14`, - open: 261, - high: 264.8, - low: 233.8, - close: 239.8, - volume: 716008860, - change: -8.1, - index: 165 - }), - new StockTeslaItem( - { - date: `2023-08-23`, - open: 238.7, - high: 240.8, - low: 212.4, - close: 236.9, - volume: 825055300, - change: -0.8, - index: 166 - }), - new StockTeslaItem( - { - date: `2023-09-01`, - open: 238.7, - high: 261.2, - low: 228.2, - close: 245, - volume: 811502630, - change: 2.7, - index: 167 - }), - new StockTeslaItem( - { - date: `2023-09-13`, - open: 245, - high: 278.4, - low: 243.3, - close: 271.3, - volume: 902643400, - change: 10.7, - index: 168 - }), - new StockTeslaItem( - { - date: `2023-09-22`, - open: 271.3, - high: 279, - low: 244.5, - close: 244.9, - volume: 816639600, - change: -9.7, - index: 169 - }), - new StockTeslaItem( - { - date: `2023-10-03`, - open: 243.4, - high: 254.8, - low: 234.6, - close: 246.5, - volume: 814604700, - change: 1.3, - index: 170 - }), - new StockTeslaItem( - { - date: `2023-10-12`, - open: 248.1, - high: 268.9, - low: 247.6, - close: 258.9, - volume: 806250900, - change: 4.3, - index: 171 - }), - new StockTeslaItem( - { - date: `2023-10-23`, - open: 258.9, - high: 259.6, - low: 202.5, - close: 212.1, - volume: 869390890, - change: -18.1, - index: 172 - }), - new StockTeslaItem( - { - date: `2023-11-01`, - open: 216.5, - high: 222, - low: 194.1, - close: 205.7, - volume: 811468170, - change: -5, - index: 173 - }), - new StockTeslaItem( - { - date: `2023-11-10`, - open: 213, - high: 226.4, - low: 205.7, - close: 214.6, - volume: 859763700, - change: 0.8, - index: 174 - }), - new StockTeslaItem( - { - date: `2023-11-21`, - open: 215.6, - high: 246.7, - low: 211.6, - close: 241.2, - volume: 959006600, - change: 11.9, - index: 175 - }), - new StockTeslaItem( - { - date: `2023-12-01`, - open: 242, - high: 252.8, - low: 231.4, - close: 238.8, - volume: 832910200, - change: -1.3, - index: 176 - }), - new StockTeslaItem( - { - date: `2023-12-12`, - open: 235.8, - high: 246.7, - low: 233.3, - close: 237, - volume: 772018400, - change: 0.5, - index: 177 - }), - new StockTeslaItem( - { - date: `2023-12-21`, - open: 234.2, - high: 259.8, - low: 228.2, - close: 254.5, - volume: 900893400, - change: 8.7, - index: 178 - }), - new StockTeslaItem( - { - date: `2024-01-03`, - open: 256.8, - high: 265.1, - low: 236.3, - close: 238.4, - volume: 727005170, - change: -7.1, - index: 179 - }), - new StockTeslaItem( - { - date: `2024-01-12`, - open: 239.2, - high: 242.7, - low: 217.2, - close: 218.9, - volume: 697536380, - change: -8.5, - index: 180 - }), - new StockTeslaItem( - { - date: `2024-01-24`, - open: 215.1, - high: 223.5, - low: 206.3, - close: 207.8, - volume: 777303400, - change: -3.4, - index: 181 - }), - new StockTeslaItem( - { - date: `2024-02-02`, - open: 189.7, - high: 196.4, - low: 180.1, - close: 187.9, - volume: 846092780, - change: -0.9, - index: 182 - }), - new StockTeslaItem( - { - date: `2024-02-13`, - open: 184.3, - high: 194.7, - low: 175, - close: 184, - volume: 718274070, - change: -0.1, - index: 183 - }), - new StockTeslaItem( - { - date: `2024-02-23`, - open: 185.3, - high: 203.2, - low: 183.4, - close: 192, - volume: 693352670, - change: 3.6, - index: 184 - }), - new StockTeslaItem( - { - date: `2024-03-05`, - open: 192.3, - high: 205.6, - low: 177.6, - close: 180.7, - volume: 742344460, - change: -6, - index: 185 - }), - new StockTeslaItem( - { - date: `2024-03-14`, - open: 180, - high: 182.9, - low: 160.5, - close: 162.5, - volume: 701227950, - change: -9.7, - index: 186 - }), - new StockTeslaItem( - { - date: `2024-03-25`, - open: 163.2, - high: 178.2, - low: 160.8, - close: 172.6, - volume: 589466660, - change: 5.8, - index: 187 - }), - new StockTeslaItem( - { - date: `2024-04-04`, - open: 178.6, - high: 184.2, - low: 163.3, - close: 171.1, - volume: 676969950, - change: -4.2, - index: 188 - }), - new StockTeslaItem( - { - date: `2024-04-15`, - open: 169.1, - high: 179.2, - low: 160.5, - close: 161.5, - volume: 694829970, - change: -4.5, - index: 189 - }), - new StockTeslaItem( - { - date: `2024-04-24`, - open: 156.7, - high: 168, - low: 138.8, - close: 162.1, - volume: 775433710, - change: 3.4, - index: 190 - }), - new StockTeslaItem( - { - date: `2024-05-03`, - open: 159, - high: 198.9, - low: 158.4, - close: 181.2, - volume: 864614000, - change: 14, - index: 191 - }), - new StockTeslaItem( - { - date: `2024-05-14`, - open: 183.8, - high: 187.6, - low: 167.8, - close: 177.6, - volume: 531409380, - change: -3.4, - index: 192 - }), - new StockTeslaItem( - { - date: `2024-05-23`, - open: 179.9, - high: 186.9, - low: 171.4, - close: 173.7, - volume: 554203970, - change: -3.4, - index: 193 - }), - new StockTeslaItem( - { - date: `2024-06-04`, - open: 174.8, - high: 182.7, - low: 173.2, - close: 174.8, - volume: 453828370, - change: 0, - index: 194 - }), - new StockTeslaItem( - { - date: `2024-06-13`, - open: 175.4, - high: 191.1, - low: 167.4, - close: 182.5, - volume: 509090870, - change: 4.1, - index: 195 - }), - new StockTeslaItem( - { - date: `2024-06-25`, - open: 185.8, - high: 188.8, - low: 176.9, - close: 187.4, - volume: 505399520, - change: 0.8, - index: 196 - }), - new StockTeslaItem( - { - date: `2024-07-05`, - open: 186.5, - high: 252.4, - low: 186.4, - close: 251.5, - volume: 925723660, - change: 34.8, - index: 197 - }), - new StockTeslaItem( - { - date: `2024-07-16`, - open: 247.7, - high: 271, - low: 233.1, - close: 256.6, - volume: 1097390000, - change: 3.6, - index: 198 - }), - new StockTeslaItem( - { - date: `2024-07-25`, - open: 252.7, - high: 258.5, - low: 214.7, - close: 220.2, - volume: 795590700, - change: -12.9, - index: 199 - }), - new StockTeslaItem( - { - date: `2024-08-05`, - open: 221.2, - high: 234.7, - low: 182, - close: 198.9, - volume: 658914080, - change: -10.1, - index: 200 - }), - new StockTeslaItem( - { - date: `2024-08-14`, - open: 200.8, - high: 208.5, - low: 191.5, - close: 201.4, - volume: 479168160, - change: 0.3, - index: 201 - }), - new StockTeslaItem( - { - date: `2024-08-23`, - open: 205, - high: 228.2, - low: 204.8, - close: 220.3, - volume: 560235700, - change: 7.5, - index: 202 - }), - new StockTeslaItem( - { - date: `2024-09-04`, - open: 218.8, - high: 222.2, - low: 202.6, - close: 219.4, - volume: 469284350, - change: 0.3, - index: 203 - }), - new StockTeslaItem( - { - date: `2024-09-13`, - open: 223.5, - high: 235, - low: 210.5, - close: 230.3, - volume: 592950440, - change: 3, - index: 204 - }), - new StockTeslaItem( - { - date: `2024-09-24`, - open: 229.3, - high: 257.2, - low: 223.5, - close: 254.3, - volume: 577086700, - change: 10.9, - index: 205 - }), - new StockTeslaItem( - { - date: `2024-10-03`, - open: 252.5, - high: 264.9, - low: 237.8, - close: 240.7, - volume: 546148740, - change: -4.7, - index: 206 - }), - new StockTeslaItem( - { - date: `2024-10-14`, - open: 246.7, - high: 251, - low: 213.7, - close: 219.2, - volume: 589440130, - change: -11.2, - index: 207 - }), - new StockTeslaItem( - { - date: `2024-10-23`, - open: 220, - high: 224.3, - low: 212.1, - close: 213.6, - volume: 384561880, - change: -2.9, - index: 208 - }), - new StockTeslaItem( - { - date: `2024-11-01`, - open: 244.7, - high: 273.5, - low: 242.6, - close: 249, - volume: 732392780, - change: 1.8, - index: 209 - }), - new StockTeslaItem( - { - date: `2024-11-12`, - open: 244.6, - high: 358.6, - low: 238.9, - close: 328.5, - volume: 991653160, - change: 34.3, - index: 210 - }), - new StockTeslaItem( - { - date: `2024-11-21`, - open: 335.8, - high: 348.5, - low: 309.2, - close: 339.6, - volume: 700324320, - change: 1.1, - index: 211 - }), - new StockTeslaItem( - { - date: `2024-12-03`, - open: 341.1, - high: 361.9, - low: 326.6, - close: 351.4, - volume: 478645220, - change: 3, - index: 212 - }), - new StockTeslaItem( - { - date: `2024-12-12`, - open: 353, - high: 429.3, - low: 348.6, - close: 418.1, - volume: 599082110, - change: 18.4, - index: 213 - }), - new StockTeslaItem( - { - date: `2024-12-23`, - open: 420, - high: 481.5, - low: 415.4, - close: 430.6, - volume: 807128120, - change: 2.5, - index: 214 - }), - new StockTeslaItem( - { - date: `2025-01-03`, - open: 435.9, - high: 465.3, - low: 373, - close: 410.4, - volume: 565769940, - change: -5.8, - index: 215 - }), - new StockTeslaItem( - { - date: `2025-01-15`, - open: 423.2, - high: 429.8, - low: 377.3, - close: 428.2, - volume: 530063170, - change: 1.2, - index: 216 - }), - new StockTeslaItem( - { - date: `2025-01-27`, - open: 423.5, - high: 439.7, - low: 389, - close: 397.2, - volume: 476854060, - change: -6.2, - index: 217 - }), - new StockTeslaItem( - { - date: `2025-02-05`, - open: 396.9, - high: 420, - low: 374.4, - close: 378.2, - volume: 507024510, - change: -4.7, - index: 218 - }), - new StockTeslaItem( - { - date: `2025-02-14`, - open: 373, - high: 380.6, - low: 325.1, - close: 355.8, - volume: 607376290, - change: -4.6, - index: 219 - }), - new StockTeslaItem( - { - date: `2025-02-26`, - open: 355, - high: 367.3, - low: 288, - close: 290.8, - volume: 549149490, - change: -18.1, - index: 220 - }), - new StockTeslaItem( - { - date: `2025-03-07`, - open: 291.2, - high: 303.9, - low: 250.7, - close: 262.7, - volume: 754567280, - change: -9.8, - index: 221 - }), - new StockTeslaItem( - { - date: `2025-03-18`, - open: 252.5, - high: 253.4, - low: 217, - close: 225.3, - volume: 944623000, - change: -10.8, - index: 222 - }), - new StockTeslaItem( - { - date: `2025-03-27`, - open: 231.6, - high: 291.8, - low: 229.2, - close: 273.1, - volume: 982018670, - change: 17.9, - index: 223 - }), - new StockTeslaItem( - { - date: `2025-04-07`, - open: 275.6, - high: 285, - low: 214.2, - close: 233.3, - volume: 1117950500, - change: -15.3, - index: 224 - }), - new StockTeslaItem( - { - date: `2025-04-16`, - open: 245, - high: 274.7, - low: 217.8, - close: 241.6, - volume: 993815820, - change: -1.4, - index: 225 - }), - new StockTeslaItem( - { - date: `2025-04-28`, - open: 243.5, - high: 294.9, - low: 222.8, - close: 285.9, - volume: 866169890, - change: 17.4, - index: 226 - }), + new StockTeslaItem({ date: `2019-01-10`, open: 20.4, high: 23, low: 19.8, close: 23, volume: 779333701, change: 12.7, index: 0 }), + new StockTeslaItem({ date: `2019-01-22`, open: 22.8, high: 23.5, low: 19.7, close: 19.9, volume: 911781100, change: -12.6, index: 1 }), + new StockTeslaItem({ date: `2019-01-31`, open: 19.5, high: 20.8, low: 18.6, close: 20.5, volume: 926375717, change: 5, index: 2 }), + new StockTeslaItem({ date: `2019-02-11`, open: 20.4, high: 21.6, low: 19.9, close: 20.9, volume: 687520471, change: 2.4, index: 3 }), + new StockTeslaItem({ date: `2019-02-21`, open: 21.1, high: 21.2, low: 19.4, close: 19.4, volume: 597552272, change: -7.9, index: 4 }), + new StockTeslaItem({ date: `2019-03-04`, open: 19.6, high: 21.3, low: 18.9, close: 19, volume: 1218669201, change: -3.1, index: 5 }), + new StockTeslaItem({ date: `2019-03-13`, open: 18.8, high: 19.5, low: 18, close: 19.3, volume: 1034156904, change: 2.5, index: 6 }), + new StockTeslaItem({ date: `2019-03-22`, open: 19.5, high: 19.7, low: 17.6, close: 17.6, volume: 980694095, change: -9.5, index: 7 }), + new StockTeslaItem({ date: `2019-04-02`, open: 17.3, high: 19.3, low: 17, close: 19.1, volume: 788473494, change: 10.1, index: 8 }), + new StockTeslaItem({ date: `2019-04-11`, open: 19.2, high: 19.7, low: 17.4, close: 17.9, volume: 1165555442, change: -6.6, index: 9 }), + new StockTeslaItem({ date: `2019-04-23`, open: 18, high: 18.3, low: 17, close: 17.6, volume: 870373200, change: -2.3, index: 10 }), + new StockTeslaItem({ date: `2019-05-02`, open: 17.6, high: 17.7, low: 15.4, close: 16.3, volume: 1629432326, change: -7.5, index: 11 }), + new StockTeslaItem({ date: `2019-05-13`, open: 16.3, high: 17.2, low: 15, close: 15.1, volume: 1131045605, change: -6.9, index: 12 }), + new StockTeslaItem({ date: `2019-05-22`, open: 15.3, high: 15.6, low: 12.8, close: 12.8, volume: 1455503588, change: -15.9, index: 13 }), + new StockTeslaItem({ date: `2019-06-03`, open: 13, high: 13.3, low: 11.8, close: 11.9, volume: 1415442268, change: -7.9, index: 14 }), + new StockTeslaItem({ date: `2019-06-12`, open: 12.1, high: 14.9, low: 12, close: 14, volume: 1515000443, change: 15.6, index: 15 }), + new StockTeslaItem({ date: `2019-06-21`, open: 14, high: 15.6, low: 13.8, close: 14.8, volume: 1009123371, change: 5.5, index: 16 }), + new StockTeslaItem({ date: `2019-07-02`, open: 14.9, high: 15.5, low: 14.5, close: 15, volume: 766921642, change: 0.6, index: 17 }), + new StockTeslaItem({ date: `2019-07-12`, open: 16, high: 16.4, low: 15.2, close: 16.3, volume: 887983836, change: 2.4, index: 18 }), + new StockTeslaItem({ date: `2019-07-23`, open: 16.5, high: 17.5, low: 16.3, close: 17.3, volume: 788941000, change: 4.9, index: 19 }), + new StockTeslaItem({ date: `2019-08-01`, open: 17.3, high: 17.7, low: 14.8, close: 15.6, volume: 1175082297, change: -9.8, index: 20 }), + new StockTeslaItem({ date: `2019-08-12`, open: 15.4, high: 16, low: 15, close: 15.3, volume: 560129569, change: -1, index: 21 }), + new StockTeslaItem({ date: `2019-08-21`, open: 15.3, high: 15.7, low: 14.1, close: 14.7, volume: 677293701, change: -3.5, index: 22 }), + new StockTeslaItem({ date: `2019-08-30`, open: 14.9, high: 15.5, low: 14.1, close: 15, volume: 650239370, change: 1.3, index: 23 }), + new StockTeslaItem({ date: `2019-09-11`, open: 14.9, high: 16.5, low: 14.6, close: 16.5, volume: 636766167, change: 10.3, index: 24 }), + new StockTeslaItem({ date: `2019-09-20`, open: 16.5, high: 16.9, low: 15.9, close: 16, volume: 572802643, change: -2.9, index: 25 }), + new StockTeslaItem({ date: `2019-10-01`, open: 16, high: 16.6, low: 14.6, close: 16.3, volume: 931821239, change: 2, index: 26 }), + new StockTeslaItem({ date: `2019-10-10`, open: 16.2, high: 16.6, low: 15, close: 16.3, volume: 891798049, change: 0.6, index: 27 }), + new StockTeslaItem({ date: `2019-10-21`, open: 16.5, high: 17.7, low: 16.5, close: 16.9, volume: 713093463, change: 2.6, index: 28 }), + new StockTeslaItem({ date: `2019-10-30`, open: 17, high: 22.7, low: 16.7, close: 21, volume: 1752943598, change: 23.9, index: 29 }), + new StockTeslaItem({ date: `2019-11-08`, open: 20.9, high: 22.8, low: 20.6, close: 22.5, volume: 834957256, change: 7.7, index: 30 }), + new StockTeslaItem({ date: `2019-11-19`, open: 22.9, high: 24, low: 22.8, close: 24, volume: 738746390, change: 4.5, index: 31 }), + new StockTeslaItem({ date: `2019-11-29`, open: 24, high: 24.1, low: 21.8, close: 22, volume: 870685288, change: -8.4, index: 32 }), + new StockTeslaItem({ date: `2019-12-10`, open: 22, high: 23.4, low: 21.8, close: 23.3, volume: 712016613, change: 5.9, index: 33 }), + new StockTeslaItem({ date: `2019-12-19`, open: 23.5, high: 27.1, low: 23.4, close: 26.9, volume: 1203765433, change: 14.8, index: 34 }), + new StockTeslaItem({ date: `2019-12-31`, open: 27.4, high: 29, low: 26.7, close: 27.9, volume: 1195073357, change: 2, index: 35 }), + new StockTeslaItem({ date: `2020-01-10`, open: 28.3, high: 33.3, low: 28.1, close: 31.9, volume: 1925386078, change: 12.6, index: 36 }), + new StockTeslaItem({ date: `2020-01-22`, open: 32.9, high: 39.6, low: 32.8, close: 38, volume: 2364043518, change: 15.4, index: 37 }), + new StockTeslaItem({ date: `2020-01-31`, open: 37.6, high: 43.5, low: 36, close: 43.4, volume: 1835141382, change: 15.3, index: 38 }), + new StockTeslaItem({ date: `2020-02-11`, open: 44.9, high: 64.6, low: 44.9, close: 51.6, volume: 3748903126, change: 14.9, index: 39 }), + new StockTeslaItem({ date: `2020-02-21`, open: 51.9, high: 63, low: 49, close: 60.1, volume: 1921517039, change: 15.8, index: 40 }), + new StockTeslaItem({ date: `2020-03-03`, open: 55.9, high: 57.6, low: 40.8, close: 49.7, volume: 2121850940, change: -11.1, index: 41 }), + new StockTeslaItem({ date: `2020-03-12`, open: 50.9, high: 51.1, low: 36.4, close: 37.4, volume: 1553329923, change: -26.6, index: 42 }), + new StockTeslaItem({ date: `2020-03-23`, open: 39.7, high: 40.5, low: 23.4, close: 29, volume: 2487688157, change: -27, index: 43 }), + new StockTeslaItem({ date: `2020-04-01`, open: 31.8, high: 37.3, low: 31.6, close: 32.1, volume: 1785601357, change: 0.9, index: 44 }), + new StockTeslaItem({ date: `2020-04-13`, open: 32.1, high: 43.5, low: 29.8, close: 43.4, volume: 1860352620, change: 35.3, index: 45 }), + new StockTeslaItem({ date: `2020-04-22`, open: 46.6, high: 51.7, low: 44.9, close: 48.8, volume: 2056797321, change: 4.7, index: 46 }), + new StockTeslaItem({ date: `2020-05-01`, open: 48.5, high: 58, low: 45.5, close: 46.8, volume: 2093959203, change: -3.6, index: 47 }), + new StockTeslaItem({ date: `2020-05-12`, open: 46.7, high: 56.2, low: 46.5, close: 54, volume: 1611543246, change: 15.5, index: 48 }), + new StockTeslaItem({ date: `2020-05-21`, open: 54.7, high: 55.6, low: 50.9, close: 55.2, volume: 1262468113, change: 0.8, index: 49 }), + new StockTeslaItem({ date: `2020-06-02`, open: 54.8, high: 60.6, low: 52.3, close: 58.8, volume: 1160487993, change: 7.2, index: 50 }), + new StockTeslaItem({ date: `2020-06-11`, open: 59.2, high: 68.5, low: 57.2, close: 64.9, volume: 1270377400, change: 9.5, index: 51 }), + new StockTeslaItem({ date: `2020-06-22`, open: 65.3, high: 67.9, low: 60.6, close: 66.3, volume: 1217946366, change: 1.5, index: 52 }), + new StockTeslaItem({ date: `2020-07-01`, open: 66.6, high: 75.7, low: 62.5, close: 74.6, volume: 1120591270, change: 12.1, index: 53 }), + new StockTeslaItem({ date: `2020-07-13`, open: 81.4, high: 119.7, low: 79, close: 99.8, volume: 2244920779, change: 22.6, index: 54 }), + new StockTeslaItem({ date: `2020-07-22`, open: 103.7, high: 111.7, low: 95.4, close: 106.2, volume: 1662846099, change: 2.3, index: 55 }), + new StockTeslaItem({ date: `2020-07-31`, open: 111.9, high: 112.6, low: 91.1, close: 95.4, volume: 1573159944, change: -14.8, index: 56 }), + new StockTeslaItem({ date: `2020-08-11`, open: 96.6, high: 101.8, low: 91, close: 91.6, volume: 798587331, change: -5.2, index: 57 }), + new StockTeslaItem({ date: `2020-08-20`, open: 98, high: 134.8, low: 95.7, close: 133.5, volume: 1866534416, change: 36.2, index: 58 }), + new StockTeslaItem({ date: `2020-08-31`, open: 136.3, high: 166.7, low: 128.5, close: 166.1, volume: 2008507459, change: 21.9, index: 59 }), + new StockTeslaItem({ date: `2020-09-10`, open: 167.4, high: 167.5, low: 110, close: 123.8, volume: 1992227059, change: -26, index: 60 }), + new StockTeslaItem({ date: `2020-09-21`, open: 127.3, high: 154, low: 120.2, close: 149.8, volume: 1758737696, change: 17.7, index: 61 }), + new StockTeslaItem({ date: `2020-09-30`, open: 143.2, high: 145.9, low: 117.1, close: 143, volume: 1459893236, change: -0.1, index: 62 }), + new StockTeslaItem({ date: `2020-10-09`, open: 146.9, high: 149.6, low: 135.4, close: 144.7, volume: 985545158, change: -1.5, index: 63 }), + new StockTeslaItem({ date: `2020-10-20`, open: 147.3, high: 155.3, low: 139.7, close: 140.6, volume: 773077727, change: -4.5, index: 64 }), + new StockTeslaItem({ date: `2020-10-29`, open: 140.9, high: 148.4, low: 135.3, close: 136.9, volume: 615339122, change: -2.8, index: 65 }), + new StockTeslaItem({ date: `2020-11-09`, open: 135.6, high: 150.8, low: 126.4, close: 140.4, volume: 669171368, change: 3.5, index: 66 }), + new StockTeslaItem({ date: `2020-11-18`, open: 140, high: 165.3, low: 132, close: 162.2, volume: 760451265, change: 15.8, index: 67 }), + new StockTeslaItem({ date: `2020-11-30`, open: 164, high: 202.6, low: 162.5, close: 189.2, volume: 1046371155, change: 15.4, index: 68 }), + new StockTeslaItem({ date: `2020-12-09`, open: 199.2, high: 218.1, low: 180.4, close: 201.5, volume: 1055933265, change: 1.2, index: 69 }), + new StockTeslaItem({ date: `2020-12-18`, open: 191.5, high: 231.7, low: 188.8, close: 231.7, volume: 1593943601, change: 21, index: 70 }), + new StockTeslaItem({ date: `2020-12-30`, open: 222.1, high: 232.2, low: 204.7, close: 231.6, volume: 791942570, change: 4.3, index: 71 }), + new StockTeslaItem({ date: `2021-01-11`, open: 233.3, high: 294.8, low: 230.4, close: 270.4, volume: 1084025779, change: 15.9, index: 72 }), + new StockTeslaItem({ date: `2021-01-21`, open: 277, high: 289.3, low: 273, close: 281.7, volume: 663774487, change: 1.7, index: 73 }), + new StockTeslaItem({ date: `2021-02-01`, open: 278.1, high: 300.1, low: 260, close: 279.9, volume: 595397009, change: 0.7, index: 74 }), + new StockTeslaItem({ date: `2021-02-10`, open: 281.6, high: 293.5, low: 266.7, close: 268.3, volume: 445813486, change: -4.7, index: 75 }), + new StockTeslaItem({ date: `2021-02-22`, open: 270.8, high: 276.6, low: 236.7, close: 238.2, volume: 496372009, change: -12.1, index: 76 }), + new StockTeslaItem({ date: `2021-03-03`, open: 220.7, high: 290.7, low: 206.3, close: 217.7, volume: 793689739, change: -1.3, index: 77 }), + new StockTeslaItem({ date: `2021-03-12`, open: 218.6, high: 291.3, low: 179.8, close: 231.2, volume: 1215209162, change: 5.8, index: 78 }), + new StockTeslaItem({ date: `2021-03-23`, open: 231.4, high: 237.7, low: 208.2, close: 220.7, volume: 744776145, change: -4.6, index: 79 }), + new StockTeslaItem({ date: `2021-04-01`, open: 222.6, high: 230.8, low: 197, close: 220.6, volume: 730733684, change: -0.9, index: 80 }), + new StockTeslaItem({ date: `2021-04-13`, open: 235.9, high: 254.3, low: 222.6, close: 254.1, volume: 646721884, change: 7.7, index: 81 }), + new StockTeslaItem({ date: `2021-04-22`, open: 256.9, high: 260.3, low: 230.6, close: 239.9, volume: 740840774, change: -6.6, index: 82 }), + new StockTeslaItem({ date: `2021-05-03`, open: 239.9, high: 249.8, low: 222, close: 228.3, volume: 623423313, change: -4.8, index: 83 }), + new StockTeslaItem({ date: `2021-05-12`, open: 226.3, high: 230, low: 195.6, close: 196.6, volume: 643844974, change: -13.1, index: 84 }), + new StockTeslaItem({ date: `2021-05-21`, open: 200.5, high: 202.2, low: 182.3, close: 193.6, volume: 729192883, change: -3.4, index: 85 }), + new StockTeslaItem({ date: `2021-06-02`, open: 193.9, high: 211.9, low: 191.2, close: 201.7, volume: 545095944, change: 4, index: 86 }), + new StockTeslaItem({ date: `2021-06-11`, open: 200.6, high: 207.7, low: 190.4, close: 203.3, volume: 478366128, change: 1.3, index: 87 }), + new StockTeslaItem({ date: `2021-06-22`, open: 204.1, high: 210.5, low: 197.8, close: 207.9, volume: 454698495, change: 1.9, index: 88 }), + new StockTeslaItem({ date: `2021-07-01`, open: 210.7, high: 232.5, low: 210, close: 226, volume: 558441596, change: 7.3, index: 89 }), + new StockTeslaItem({ date: `2021-07-13`, open: 226.3, high: 233.3, low: 206.8, close: 222.8, volume: 470942387, change: -1.5, index: 90 }), + new StockTeslaItem({ date: `2021-07-22`, open: 223.6, high: 226.2, low: 207.1, close: 216.4, volume: 372195097, change: -3.2, index: 91 }), + new StockTeslaItem({ date: `2021-08-02`, open: 215.5, high: 242.3, low: 209.1, close: 236.6, volume: 547284685, change: 9.8, index: 92 }), + new StockTeslaItem({ date: `2021-08-11`, open: 239.7, high: 241.6, low: 232.5, close: 235.9, volume: 315341455, change: -1.6, index: 93 }), + new StockTeslaItem({ date: `2021-08-20`, open: 235.4, high: 243.3, low: 216.3, close: 226.8, volume: 392227478, change: -3.7, index: 94 }), + new StockTeslaItem({ date: `2021-08-31`, open: 228.5, high: 246.8, low: 226.9, close: 245.2, volume: 337503634, change: 7.3, index: 95 }), + new StockTeslaItem({ date: `2021-09-10`, open: 244.7, high: 254.8, low: 241.4, close: 245.4, volume: 328100734, change: 0.3, index: 96 }), + new StockTeslaItem({ date: `2021-09-21`, open: 246.7, high: 253.7, low: 236.3, close: 246.5, volume: 420153012, change: -0.1, index: 97 }), + new StockTeslaItem({ date: `2021-09-30`, open: 247.8, high: 266.3, low: 246.4, close: 258.5, volume: 422393262, change: 4.3, index: 98 }), + new StockTeslaItem({ date: `2021-10-11`, open: 259.5, high: 269, low: 254.5, close: 264, volume: 392144589, change: 1.7, index: 99 }), + new StockTeslaItem({ date: `2021-10-20`, open: 267, high: 292.6, low: 265.5, close: 288.6, volume: 368796877, change: 8.1, index: 100 }), + new StockTeslaItem({ date: `2021-10-29`, open: 285.3, high: 371.7, low: 285.2, close: 371.3, volume: 825862313, change: 30.1, index: 101 }), + new StockTeslaItem({ date: `2021-11-09`, open: 381.7, high: 414.5, low: 337.2, close: 341.2, volume: 818978542, change: -10.6, index: 102 }), + new StockTeslaItem({ date: `2021-11-18`, open: 336.8, high: 373.2, low: 326.2, close: 365.5, volume: 613304311, change: 8.5, index: 103 }), + new StockTeslaItem({ date: `2021-11-30`, open: 366.3, high: 400.6, low: 354, close: 381.6, volume: 515052382, change: 4.2, index: 104 }), + new StockTeslaItem({ date: `2021-12-09`, open: 386.9, high: 390.9, low: 316.8, close: 334.6, volume: 473333567, change: -13.5, index: 105 }), + new StockTeslaItem({ date: `2021-12-20`, open: 336.2, high: 340.3, low: 297.8, close: 300, volume: 524367113, change: -10.8, index: 106 }), + new StockTeslaItem({ date: `2021-12-30`, open: 305.6, high: 373, low: 295.4, close: 356.8, volume: 492530059, change: 16.7, index: 107 }), + new StockTeslaItem({ date: `2022-01-10`, open: 357.8, high: 402.7, low: 326.7, close: 352.7, volume: 592103938, change: -1.4, index: 108 }), + new StockTeslaItem({ date: `2022-01-20`, open: 351.2, high: 371.9, low: 331.3, close: 332.1, volume: 532857144, change: -5.4, index: 109 }), + new StockTeslaItem({ date: `2022-01-31`, open: 332.1, high: 334.8, low: 264, close: 312.2, volume: 833589022, change: -6, index: 110 }), + new StockTeslaItem({ date: `2022-02-09`, open: 311.7, high: 315.9, low: 293.5, close: 310.7, volume: 456395505, change: -0.3, index: 111 }), + new StockTeslaItem({ date: `2022-02-18`, open: 302.8, high: 314.6, low: 279.2, close: 285.7, volume: 446153356, change: -5.7, index: 112 }), + new StockTeslaItem({ date: `2022-03-02`, open: 278, high: 296.6, low: 233.3, close: 293.3, volume: 638352514, change: 5.5, index: 113 }), + new StockTeslaItem({ date: `2022-03-11`, open: 292.9, high: 295.5, low: 260.7, close: 265.1, volume: 466566467, change: -9.5, index: 114 }), + new StockTeslaItem({ date: `2022-03-22`, open: 260.2, high: 332.6, low: 252, close: 331.3, volume: 576869668, change: 27.3, index: 115 }), + new StockTeslaItem({ date: `2022-03-31`, open: 326.6, high: 371.6, low: 325.5, close: 359.2, volume: 536607263, change: 10, index: 116 }), + new StockTeslaItem({ date: `2022-04-11`, open: 360.4, high: 384.3, low: 324.9, close: 325.3, volume: 499682510, change: -9.7, index: 117 }), + new StockTeslaItem({ date: `2022-04-21`, open: 332.5, high: 364.1, low: 324.4, close: 336.3, volume: 457210487, change: 1.1, index: 118 }), + new StockTeslaItem({ date: `2022-05-02`, open: 338.3, high: 345, low: 273.9, close: 301, volume: 639990965, change: -11, index: 119 }), + new StockTeslaItem({ date: `2022-05-11`, open: 301.1, high: 318.5, low: 242.4, close: 244.7, volume: 583211967, change: -18.7, index: 120 }), + new StockTeslaItem({ date: `2022-05-20`, open: 233.7, high: 262.4, low: 211, close: 221.3, volume: 721880082, change: -5.3, index: 121 }), + new StockTeslaItem({ date: `2022-06-01`, open: 218.3, high: 259.6, low: 206.9, close: 246.8, volume: 644596235, change: 13, index: 122 }), + new StockTeslaItem({ date: `2022-06-10`, open: 244.2, high: 264.2, low: 227.9, close: 232.2, volume: 633672873, change: -4.9, index: 123 }), + new StockTeslaItem({ date: `2022-06-22`, open: 223.2, high: 246.8, low: 208.7, close: 236.1, volume: 744240764, change: 5.8, index: 124 }), + new StockTeslaItem({ date: `2022-07-01`, open: 237.9, high: 252.1, low: 218.9, close: 227.3, volume: 631776422, change: -4.5, index: 125 }), + new StockTeslaItem({ date: `2022-07-13`, open: 223, high: 255, low: 216.2, close: 237, volume: 625812242, change: 6.3, index: 126 }), + new StockTeslaItem({ date: `2022-07-22`, open: 234.9, high: 280.8, low: 229.3, close: 272.2, volume: 646037224, change: 15.9, index: 127 }), + new StockTeslaItem({ date: `2022-08-02`, open: 272.2, high: 311.9, low: 256.3, close: 300.6, volume: 611660612, change: 10.4, index: 128 }), + new StockTeslaItem({ date: `2022-08-11`, open: 305, high: 313.6, low: 279.4, close: 286.6, volume: 616204291, change: -6, index: 129 }), + new StockTeslaItem({ date: `2022-08-22`, open: 289.4, high: 314.7, low: 285, close: 289.9, volume: 490658060, change: 0.2, index: 130 }), + new StockTeslaItem({ date: `2022-08-31`, open: 291.5, high: 303.6, low: 271.8, close: 275.6, volume: 376152572, change: -5.4, index: 131 }), + new StockTeslaItem({ date: `2022-09-12`, open: 272.6, high: 305.5, low: 265.7, close: 304.4, volume: 367924580, change: 11.7, index: 132 }), + new StockTeslaItem({ date: `2022-09-21`, open: 292.9, high: 313.8, low: 290.4, close: 300.8, volume: 477171180, change: 2.7, index: 133 }), + new StockTeslaItem({ date: `2022-09-30`, open: 299.9, high: 301.3, low: 262.5, close: 265.2, volume: 454307920, change: -11.5, index: 134 }), + new StockTeslaItem({ date: `2022-10-11`, open: 254.5, high: 257.5, low: 215, close: 216.5, volume: 593078170, change: -14.9, index: 135 }), + new StockTeslaItem({ date: `2022-10-20`, open: 215.3, high: 229.8, low: 202, close: 207.3, volume: 592158560, change: -3.7, index: 136 }), + new StockTeslaItem({ date: `2022-10-31`, open: 206.4, high: 233.8, low: 198.6, close: 227.5, volume: 550341050, change: 10.2, index: 137 }), + new StockTeslaItem({ date: `2022-11-09`, open: 234, high: 237.4, low: 177.1, close: 177.6, volume: 630702790, change: -24.1, index: 138 }), + new StockTeslaItem({ date: `2022-11-18`, open: 189.9, high: 200.8, low: 176.6, close: 180.2, volume: 637579480, change: -5.1, index: 139 }), + new StockTeslaItem({ date: `2022-11-30`, open: 175.8, high: 194.8, low: 166.2, close: 194.7, volume: 617126140, change: 10.7, index: 140 }), + new StockTeslaItem({ date: `2022-12-09`, open: 197.1, high: 198.9, low: 169.1, close: 179, volume: 625675690, change: -9.1, index: 141 }), + new StockTeslaItem({ date: `2022-12-20`, open: 176.1, high: 177.4, low: 137.7, close: 137.8, volume: 986660100, change: -21.7, index: 142 }), + new StockTeslaItem({ date: `2022-12-30`, open: 139.3, high: 141.3, low: 108.2, close: 123.2, volume: 1331911900, change: -11.6, index: 143 }), + new StockTeslaItem({ date: `2023-01-11`, open: 118.5, high: 126, low: 101.8, close: 123.2, volume: 1332426500, change: 4, index: 144 }), + new StockTeslaItem({ date: `2023-01-23`, open: 122.6, high: 145.4, low: 115.6, close: 143.8, volume: 1244541500, change: 17.3, index: 145 }), + new StockTeslaItem({ date: `2023-02-01`, open: 143, high: 183.8, low: 138.1, close: 181.4, volume: 1534337700, change: 26.9, index: 146 }), + new StockTeslaItem({ date: `2023-02-10`, open: 187.3, high: 214, low: 182.6, close: 196.9, volume: 1423167800, change: 5.1, index: 147 }), + new StockTeslaItem({ date: `2023-02-22`, open: 194.4, high: 217.6, low: 187.6, close: 200.9, volume: 1386211900, change: 3.3, index: 148 }), + new StockTeslaItem({ date: `2023-03-03`, open: 203.9, high: 211.2, low: 186, close: 197.8, volume: 1095786600, change: -3, index: 149 }), + new StockTeslaItem({ date: `2023-03-14`, open: 198.5, high: 198.6, low: 163.9, close: 183.3, volume: 1101144600, change: -7.7, index: 150 }), + new StockTeslaItem({ date: `2023-03-23`, open: 180.8, high: 200.7, low: 176, close: 192.2, volume: 978213300, change: 6.3, index: 151 }), + new StockTeslaItem({ date: `2023-04-03`, open: 191.6, high: 207.8, low: 185.4, close: 194.8, volume: 909718040, change: 1.6, index: 152 }), + new StockTeslaItem({ date: `2023-04-13`, open: 197.3, high: 198.7, low: 176.1, close: 185.9, volume: 905319000, change: -5.8, index: 153 }), + new StockTeslaItem({ date: `2023-04-24`, open: 184, high: 189.7, low: 158.6, close: 162.6, volume: 905416980, change: -11.6, index: 154 }), + new StockTeslaItem({ date: `2023-05-03`, open: 159.8, high: 165.5, low: 152.4, close: 160.6, volume: 881897100, change: 0.5, index: 155 }), + new StockTeslaItem({ date: `2023-05-12`, open: 162.7, high: 177.4, low: 159.6, close: 168, volume: 785510430, change: 3.2, index: 156 }), + new StockTeslaItem({ date: `2023-05-23`, open: 167.7, high: 193, low: 164.4, close: 185.8, volume: 864025390, change: 10.8, index: 157 }), + new StockTeslaItem({ date: `2023-06-02`, open: 182.2, high: 217.2, low: 178.2, close: 214, volume: 988496020, change: 17.4, index: 158 }), + new StockTeslaItem({ date: `2023-06-13`, open: 217.8, high: 259.7, low: 212.5, close: 258.7, volume: 1161622400, change: 18.8, index: 159 }), + new StockTeslaItem({ date: `2023-06-23`, open: 260.2, high: 277, low: 247.3, close: 256.6, volume: 1220407300, change: -1.4, index: 160 }), + new StockTeslaItem({ date: `2023-07-05`, open: 250.1, high: 284.2, low: 240.7, close: 282.5, volume: 999163700, change: 13, index: 161 }), + new StockTeslaItem({ date: `2023-07-14`, open: 278.1, high: 285.3, low: 265.1, close: 281.4, volume: 774400400, change: 1.2, index: 162 }), + new StockTeslaItem({ date: `2023-07-25`, open: 286.6, high: 299.3, low: 254.1, close: 265.3, volume: 973076400, change: -7.4, index: 163 }), + new StockTeslaItem({ date: `2023-08-03`, open: 263.2, high: 269.1, low: 250.5, close: 259.3, volume: 678809820, change: -1.5, index: 164 }), + new StockTeslaItem({ date: `2023-08-14`, open: 261, high: 264.8, low: 233.8, close: 239.8, volume: 716008860, change: -8.1, index: 165 }), + new StockTeslaItem({ date: `2023-08-23`, open: 238.7, high: 240.8, low: 212.4, close: 236.9, volume: 825055300, change: -0.8, index: 166 }), + new StockTeslaItem({ date: `2023-09-01`, open: 238.7, high: 261.2, low: 228.2, close: 245, volume: 811502630, change: 2.7, index: 167 }), + new StockTeslaItem({ date: `2023-09-13`, open: 245, high: 278.4, low: 243.3, close: 271.3, volume: 902643400, change: 10.7, index: 168 }), + new StockTeslaItem({ date: `2023-09-22`, open: 271.3, high: 279, low: 244.5, close: 244.9, volume: 816639600, change: -9.7, index: 169 }), + new StockTeslaItem({ date: `2023-10-03`, open: 243.4, high: 254.8, low: 234.6, close: 246.5, volume: 814604700, change: 1.3, index: 170 }), + new StockTeslaItem({ date: `2023-10-12`, open: 248.1, high: 268.9, low: 247.6, close: 258.9, volume: 806250900, change: 4.3, index: 171 }), + new StockTeslaItem({ date: `2023-10-23`, open: 258.9, high: 259.6, low: 202.5, close: 212.1, volume: 869390890, change: -18.1, index: 172 }), + new StockTeslaItem({ date: `2023-11-01`, open: 216.5, high: 222, low: 194.1, close: 205.7, volume: 811468170, change: -5, index: 173 }), + new StockTeslaItem({ date: `2023-11-10`, open: 213, high: 226.4, low: 205.7, close: 214.6, volume: 859763700, change: 0.8, index: 174 }), + new StockTeslaItem({ date: `2023-11-21`, open: 215.6, high: 246.7, low: 211.6, close: 241.2, volume: 959006600, change: 11.9, index: 175 }), + new StockTeslaItem({ date: `2023-12-01`, open: 242, high: 252.8, low: 231.4, close: 238.8, volume: 832910200, change: -1.3, index: 176 }), + new StockTeslaItem({ date: `2023-12-12`, open: 235.8, high: 246.7, low: 233.3, close: 237, volume: 772018400, change: 0.5, index: 177 }), + new StockTeslaItem({ date: `2023-12-21`, open: 234.2, high: 259.8, low: 228.2, close: 254.5, volume: 900893400, change: 8.7, index: 178 }), + new StockTeslaItem({ date: `2024-01-03`, open: 256.8, high: 265.1, low: 236.3, close: 238.4, volume: 727005170, change: -7.1, index: 179 }), + new StockTeslaItem({ date: `2024-01-12`, open: 239.2, high: 242.7, low: 217.2, close: 218.9, volume: 697536380, change: -8.5, index: 180 }), + new StockTeslaItem({ date: `2024-01-24`, open: 215.1, high: 223.5, low: 206.3, close: 207.8, volume: 777303400, change: -3.4, index: 181 }), + new StockTeslaItem({ date: `2024-02-02`, open: 189.7, high: 196.4, low: 180.1, close: 187.9, volume: 846092780, change: -0.9, index: 182 }), + new StockTeslaItem({ date: `2024-02-13`, open: 184.3, high: 194.7, low: 175, close: 184, volume: 718274070, change: -0.1, index: 183 }), + new StockTeslaItem({ date: `2024-02-23`, open: 185.3, high: 203.2, low: 183.4, close: 192, volume: 693352670, change: 3.6, index: 184 }), + new StockTeslaItem({ date: `2024-03-05`, open: 192.3, high: 205.6, low: 177.6, close: 180.7, volume: 742344460, change: -6, index: 185 }), + new StockTeslaItem({ date: `2024-03-14`, open: 180, high: 182.9, low: 160.5, close: 162.5, volume: 701227950, change: -9.7, index: 186 }), + new StockTeslaItem({ date: `2024-03-25`, open: 163.2, high: 178.2, low: 160.8, close: 172.6, volume: 589466660, change: 5.8, index: 187 }), + new StockTeslaItem({ date: `2024-04-04`, open: 178.6, high: 184.2, low: 163.3, close: 171.1, volume: 676969950, change: -4.2, index: 188 }), + new StockTeslaItem({ date: `2024-04-15`, open: 169.1, high: 179.2, low: 160.5, close: 161.5, volume: 694829970, change: -4.5, index: 189 }), + new StockTeslaItem({ date: `2024-04-24`, open: 156.7, high: 168, low: 138.8, close: 162.1, volume: 775433710, change: 3.4, index: 190 }), + new StockTeslaItem({ date: `2024-05-03`, open: 159, high: 198.9, low: 158.4, close: 181.2, volume: 864614000, change: 14, index: 191 }), + new StockTeslaItem({ date: `2024-05-14`, open: 183.8, high: 187.6, low: 167.8, close: 177.6, volume: 531409380, change: -3.4, index: 192 }), + new StockTeslaItem({ date: `2024-05-23`, open: 179.9, high: 186.9, low: 171.4, close: 173.7, volume: 554203970, change: -3.4, index: 193 }), + new StockTeslaItem({ date: `2024-06-04`, open: 174.8, high: 182.7, low: 173.2, close: 174.8, volume: 453828370, change: 0, index: 194 }), + new StockTeslaItem({ date: `2024-06-13`, open: 175.4, high: 191.1, low: 167.4, close: 182.5, volume: 509090870, change: 4.1, index: 195 }), + new StockTeslaItem({ date: `2024-06-25`, open: 185.8, high: 188.8, low: 176.9, close: 187.4, volume: 505399520, change: 0.8, index: 196 }), + new StockTeslaItem({ date: `2024-07-05`, open: 186.5, high: 252.4, low: 186.4, close: 251.5, volume: 925723660, change: 34.8, index: 197 }), + new StockTeslaItem({ date: `2024-07-16`, open: 247.7, high: 271, low: 233.1, close: 256.6, volume: 1097390000, change: 3.6, index: 198 }), + new StockTeslaItem({ date: `2024-07-25`, open: 252.7, high: 258.5, low: 214.7, close: 220.2, volume: 795590700, change: -12.9, index: 199 }), + new StockTeslaItem({ date: `2024-08-05`, open: 221.2, high: 234.7, low: 182, close: 198.9, volume: 658914080, change: -10.1, index: 200 }), + new StockTeslaItem({ date: `2024-08-14`, open: 200.8, high: 208.5, low: 191.5, close: 201.4, volume: 479168160, change: 0.3, index: 201 }), + new StockTeslaItem({ date: `2024-08-23`, open: 205, high: 228.2, low: 204.8, close: 220.3, volume: 560235700, change: 7.5, index: 202 }), + new StockTeslaItem({ date: `2024-09-04`, open: 218.8, high: 222.2, low: 202.6, close: 219.4, volume: 469284350, change: 0.3, index: 203 }), + new StockTeslaItem({ date: `2024-09-13`, open: 223.5, high: 235, low: 210.5, close: 230.3, volume: 592950440, change: 3, index: 204 }), + new StockTeslaItem({ date: `2024-09-24`, open: 229.3, high: 257.2, low: 223.5, close: 254.3, volume: 577086700, change: 10.9, index: 205 }), + new StockTeslaItem({ date: `2024-10-03`, open: 252.5, high: 264.9, low: 237.8, close: 240.7, volume: 546148740, change: -4.7, index: 206 }), + new StockTeslaItem({ date: `2024-10-14`, open: 246.7, high: 251, low: 213.7, close: 219.2, volume: 589440130, change: -11.2, index: 207 }), + new StockTeslaItem({ date: `2024-10-23`, open: 220, high: 224.3, low: 212.1, close: 213.6, volume: 384561880, change: -2.9, index: 208 }), + new StockTeslaItem({ date: `2024-11-01`, open: 244.7, high: 273.5, low: 242.6, close: 249, volume: 732392780, change: 1.8, index: 209 }), + new StockTeslaItem({ date: `2024-11-12`, open: 244.6, high: 358.6, low: 238.9, close: 328.5, volume: 991653160, change: 34.3, index: 210 }), + new StockTeslaItem({ date: `2024-11-21`, open: 335.8, high: 348.5, low: 309.2, close: 339.6, volume: 700324320, change: 1.1, index: 211 }), + new StockTeslaItem({ date: `2024-12-03`, open: 341.1, high: 361.9, low: 326.6, close: 351.4, volume: 478645220, change: 3, index: 212 }), + new StockTeslaItem({ date: `2024-12-12`, open: 353, high: 429.3, low: 348.6, close: 418.1, volume: 599082110, change: 18.4, index: 213 }), + new StockTeslaItem({ date: `2024-12-23`, open: 420, high: 481.5, low: 415.4, close: 430.6, volume: 807128120, change: 2.5, index: 214 }), + new StockTeslaItem({ date: `2025-01-03`, open: 435.9, high: 465.3, low: 373, close: 410.4, volume: 565769940, change: -5.8, index: 215 }), + new StockTeslaItem({ date: `2025-01-15`, open: 423.2, high: 429.8, low: 377.3, close: 428.2, volume: 530063170, change: 1.2, index: 216 }), + new StockTeslaItem({ date: `2025-01-27`, open: 423.5, high: 439.7, low: 389, close: 397.2, volume: 476854060, change: -6.2, index: 217 }), + new StockTeslaItem({ date: `2025-02-05`, open: 396.9, high: 420, low: 374.4, close: 378.2, volume: 507024510, change: -4.7, index: 218 }), + new StockTeslaItem({ date: `2025-02-14`, open: 373, high: 380.6, low: 325.1, close: 355.8, volume: 607376290, change: -4.6, index: 219 }), + new StockTeslaItem({ date: `2025-02-26`, open: 355, high: 367.3, low: 288, close: 290.8, volume: 549149490, change: -18.1, index: 220 }), + new StockTeslaItem({ date: `2025-03-07`, open: 291.2, high: 303.9, low: 250.7, close: 262.7, volume: 754567280, change: -9.8, index: 221 }), + new StockTeslaItem({ date: `2025-03-18`, open: 252.5, high: 253.4, low: 217, close: 225.3, volume: 944623000, change: -10.8, index: 222 }), + new StockTeslaItem({ date: `2025-03-27`, open: 231.6, high: 291.8, low: 229.2, close: 273.1, volume: 982018670, change: 17.9, index: 223 }), + new StockTeslaItem({ date: `2025-04-07`, open: 275.6, high: 285, low: 214.2, close: 233.3, volume: 1117950500, change: -15.3, index: 224 }), + new StockTeslaItem({ date: `2025-04-16`, open: 245, high: 274.7, low: 217.8, close: 241.6, volume: 993815820, change: -1.4, index: 225 }), + new StockTeslaItem({ date: `2025-04-28`, open: 243.5, high: 294.9, low: 222.8, close: 285.9, volume: 866169890, change: 17.4, index: 226 }), ]; super(...newItems.slice(0)); } diff --git a/samples/charts/data-chart/data-annotation-rect-layer/index.html b/samples/charts/data-chart/data-annotation-rect-layer/index.html index 7afc27c48c..ec916d978c 100644 --- a/samples/charts/data-chart/data-annotation-rect-layer/index.html +++ b/samples/charts/data-chart/data-annotation-rect-layer/index.html @@ -67,7 +67,7 @@ { super(...items); } else { const newItems = [ - new AnnotationRectDataItem( - { - startX: 85, - startY: 190, - endX: 140, - endY: 415, - label: `Head & Shoulders Pattern - (Bearish Downtrend)` - }), - new AnnotationRectDataItem( - { - startX: 53, - startY: 75, - endX: 230, - endY: 80, - label: `Price Gap (Bearish Target)` - }), + new AnnotationRectDataItem({ startX: 85, startY: 190, endX: 140, endY: 415, label: `Head & Shoulders Pattern + (Bearish Downtrend)` }), + new AnnotationRectDataItem({ startX: 53, startY: 75, endX: 230, endY: 80, label: `Price Gap (Bearish Target)` }), ]; super(...newItems.slice(0)); } diff --git a/samples/charts/data-chart/data-annotation-rect-layer/src/StockTesla.ts b/samples/charts/data-chart/data-annotation-rect-layer/src/StockTesla.ts index 1efe6d6e4e..4474d2f82c 100644 --- a/samples/charts/data-chart/data-annotation-rect-layer/src/StockTesla.ts +++ b/samples/charts/data-chart/data-annotation-rect-layer/src/StockTesla.ts @@ -19,2503 +19,233 @@ export class StockTesla extends Array { super(...items); } else { const newItems = [ - new StockTeslaItem( - { - date: `2019-01-10`, - open: 20.4, - high: 23, - low: 19.8, - close: 23, - volume: 779333701, - change: 12.7, - index: 0 - }), - new StockTeslaItem( - { - date: `2019-01-22`, - open: 22.8, - high: 23.5, - low: 19.7, - close: 19.9, - volume: 911781100, - change: -12.6, - index: 1 - }), - new StockTeslaItem( - { - date: `2019-01-31`, - open: 19.5, - high: 20.8, - low: 18.6, - close: 20.5, - volume: 926375717, - change: 5, - index: 2 - }), - new StockTeslaItem( - { - date: `2019-02-11`, - open: 20.4, - high: 21.6, - low: 19.9, - close: 20.9, - volume: 687520471, - change: 2.4, - index: 3 - }), - new StockTeslaItem( - { - date: `2019-02-21`, - open: 21.1, - high: 21.2, - low: 19.4, - close: 19.4, - volume: 597552272, - change: -7.9, - index: 4 - }), - new StockTeslaItem( - { - date: `2019-03-04`, - open: 19.6, - high: 21.3, - low: 18.9, - close: 19, - volume: 1218669201, - change: -3.1, - index: 5 - }), - new StockTeslaItem( - { - date: `2019-03-13`, - open: 18.8, - high: 19.5, - low: 18, - close: 19.3, - volume: 1034156904, - change: 2.5, - index: 6 - }), - new StockTeslaItem( - { - date: `2019-03-22`, - open: 19.5, - high: 19.7, - low: 17.6, - close: 17.6, - volume: 980694095, - change: -9.5, - index: 7 - }), - new StockTeslaItem( - { - date: `2019-04-02`, - open: 17.3, - high: 19.3, - low: 17, - close: 19.1, - volume: 788473494, - change: 10.1, - index: 8 - }), - new StockTeslaItem( - { - date: `2019-04-11`, - open: 19.2, - high: 19.7, - low: 17.4, - close: 17.9, - volume: 1165555442, - change: -6.6, - index: 9 - }), - new StockTeslaItem( - { - date: `2019-04-23`, - open: 18, - high: 18.3, - low: 17, - close: 17.6, - volume: 870373200, - change: -2.3, - index: 10 - }), - new StockTeslaItem( - { - date: `2019-05-02`, - open: 17.6, - high: 17.7, - low: 15.4, - close: 16.3, - volume: 1629432326, - change: -7.5, - index: 11 - }), - new StockTeslaItem( - { - date: `2019-05-13`, - open: 16.3, - high: 17.2, - low: 15, - close: 15.1, - volume: 1131045605, - change: -6.9, - index: 12 - }), - new StockTeslaItem( - { - date: `2019-05-22`, - open: 15.3, - high: 15.6, - low: 12.8, - close: 12.8, - volume: 1455503588, - change: -15.9, - index: 13 - }), - new StockTeslaItem( - { - date: `2019-06-03`, - open: 13, - high: 13.3, - low: 11.8, - close: 11.9, - volume: 1415442268, - change: -7.9, - index: 14 - }), - new StockTeslaItem( - { - date: `2019-06-12`, - open: 12.1, - high: 14.9, - low: 12, - close: 14, - volume: 1515000443, - change: 15.6, - index: 15 - }), - new StockTeslaItem( - { - date: `2019-06-21`, - open: 14, - high: 15.6, - low: 13.8, - close: 14.8, - volume: 1009123371, - change: 5.5, - index: 16 - }), - new StockTeslaItem( - { - date: `2019-07-02`, - open: 14.9, - high: 15.5, - low: 14.5, - close: 15, - volume: 766921642, - change: 0.6, - index: 17 - }), - new StockTeslaItem( - { - date: `2019-07-12`, - open: 16, - high: 16.4, - low: 15.2, - close: 16.3, - volume: 887983836, - change: 2.4, - index: 18 - }), - new StockTeslaItem( - { - date: `2019-07-23`, - open: 16.5, - high: 17.5, - low: 16.3, - close: 17.3, - volume: 788941000, - change: 4.9, - index: 19 - }), - new StockTeslaItem( - { - date: `2019-08-01`, - open: 17.3, - high: 17.7, - low: 14.8, - close: 15.6, - volume: 1175082297, - change: -9.8, - index: 20 - }), - new StockTeslaItem( - { - date: `2019-08-12`, - open: 15.4, - high: 16, - low: 15, - close: 15.3, - volume: 560129569, - change: -1, - index: 21 - }), - new StockTeslaItem( - { - date: `2019-08-21`, - open: 15.3, - high: 15.7, - low: 14.1, - close: 14.7, - volume: 677293701, - change: -3.5, - index: 22 - }), - new StockTeslaItem( - { - date: `2019-08-30`, - open: 14.9, - high: 15.5, - low: 14.1, - close: 15, - volume: 650239370, - change: 1.3, - index: 23 - }), - new StockTeslaItem( - { - date: `2019-09-11`, - open: 14.9, - high: 16.5, - low: 14.6, - close: 16.5, - volume: 636766167, - change: 10.3, - index: 24 - }), - new StockTeslaItem( - { - date: `2019-09-20`, - open: 16.5, - high: 16.9, - low: 15.9, - close: 16, - volume: 572802643, - change: -2.9, - index: 25 - }), - new StockTeslaItem( - { - date: `2019-10-01`, - open: 16, - high: 16.6, - low: 14.6, - close: 16.3, - volume: 931821239, - change: 2, - index: 26 - }), - new StockTeslaItem( - { - date: `2019-10-10`, - open: 16.2, - high: 16.6, - low: 15, - close: 16.3, - volume: 891798049, - change: 0.6, - index: 27 - }), - new StockTeslaItem( - { - date: `2019-10-21`, - open: 16.5, - high: 17.7, - low: 16.5, - close: 16.9, - volume: 713093463, - change: 2.6, - index: 28 - }), - new StockTeslaItem( - { - date: `2019-10-30`, - open: 17, - high: 22.7, - low: 16.7, - close: 21, - volume: 1752943598, - change: 23.9, - index: 29 - }), - new StockTeslaItem( - { - date: `2019-11-08`, - open: 20.9, - high: 22.8, - low: 20.6, - close: 22.5, - volume: 834957256, - change: 7.7, - index: 30 - }), - new StockTeslaItem( - { - date: `2019-11-19`, - open: 22.9, - high: 24, - low: 22.8, - close: 24, - volume: 738746390, - change: 4.5, - index: 31 - }), - new StockTeslaItem( - { - date: `2019-11-29`, - open: 24, - high: 24.1, - low: 21.8, - close: 22, - volume: 870685288, - change: -8.4, - index: 32 - }), - new StockTeslaItem( - { - date: `2019-12-10`, - open: 22, - high: 23.4, - low: 21.8, - close: 23.3, - volume: 712016613, - change: 5.9, - index: 33 - }), - new StockTeslaItem( - { - date: `2019-12-19`, - open: 23.5, - high: 27.1, - low: 23.4, - close: 26.9, - volume: 1203765433, - change: 14.8, - index: 34 - }), - new StockTeslaItem( - { - date: `2019-12-31`, - open: 27.4, - high: 29, - low: 26.7, - close: 27.9, - volume: 1195073357, - change: 2, - index: 35 - }), - new StockTeslaItem( - { - date: `2020-01-10`, - open: 28.3, - high: 33.3, - low: 28.1, - close: 31.9, - volume: 1925386078, - change: 12.6, - index: 36 - }), - new StockTeslaItem( - { - date: `2020-01-22`, - open: 32.9, - high: 39.6, - low: 32.8, - close: 38, - volume: 2364043518, - change: 15.4, - index: 37 - }), - new StockTeslaItem( - { - date: `2020-01-31`, - open: 37.6, - high: 43.5, - low: 36, - close: 43.4, - volume: 1835141382, - change: 15.3, - index: 38 - }), - new StockTeslaItem( - { - date: `2020-02-11`, - open: 44.9, - high: 64.6, - low: 44.9, - close: 51.6, - volume: 3748903126, - change: 14.9, - index: 39 - }), - new StockTeslaItem( - { - date: `2020-02-21`, - open: 51.9, - high: 63, - low: 49, - close: 60.1, - volume: 1921517039, - change: 15.8, - index: 40 - }), - new StockTeslaItem( - { - date: `2020-03-03`, - open: 55.9, - high: 57.6, - low: 40.8, - close: 49.7, - volume: 2121850940, - change: -11.1, - index: 41 - }), - new StockTeslaItem( - { - date: `2020-03-12`, - open: 50.9, - high: 51.1, - low: 36.4, - close: 37.4, - volume: 1553329923, - change: -26.6, - index: 42 - }), - new StockTeslaItem( - { - date: `2020-03-23`, - open: 39.7, - high: 40.5, - low: 23.4, - close: 29, - volume: 2487688157, - change: -27, - index: 43 - }), - new StockTeslaItem( - { - date: `2020-04-01`, - open: 31.8, - high: 37.3, - low: 31.6, - close: 32.1, - volume: 1785601357, - change: 0.9, - index: 44 - }), - new StockTeslaItem( - { - date: `2020-04-13`, - open: 32.1, - high: 43.5, - low: 29.8, - close: 43.4, - volume: 1860352620, - change: 35.3, - index: 45 - }), - new StockTeslaItem( - { - date: `2020-04-22`, - open: 46.6, - high: 51.7, - low: 44.9, - close: 48.8, - volume: 2056797321, - change: 4.7, - index: 46 - }), - new StockTeslaItem( - { - date: `2020-05-01`, - open: 48.5, - high: 58, - low: 45.5, - close: 46.8, - volume: 2093959203, - change: -3.6, - index: 47 - }), - new StockTeslaItem( - { - date: `2020-05-12`, - open: 46.7, - high: 56.2, - low: 46.5, - close: 54, - volume: 1611543246, - change: 15.5, - index: 48 - }), - new StockTeslaItem( - { - date: `2020-05-21`, - open: 54.7, - high: 55.6, - low: 50.9, - close: 55.2, - volume: 1262468113, - change: 0.8, - index: 49 - }), - new StockTeslaItem( - { - date: `2020-06-02`, - open: 54.8, - high: 60.6, - low: 52.3, - close: 58.8, - volume: 1160487993, - change: 7.2, - index: 50 - }), - new StockTeslaItem( - { - date: `2020-06-11`, - open: 59.2, - high: 68.5, - low: 57.2, - close: 64.9, - volume: 1270377400, - change: 9.5, - index: 51 - }), - new StockTeslaItem( - { - date: `2020-06-22`, - open: 65.3, - high: 67.9, - low: 60.6, - close: 66.3, - volume: 1217946366, - change: 1.5, - index: 52 - }), - new StockTeslaItem( - { - date: `2020-07-01`, - open: 66.6, - high: 75.7, - low: 62.5, - close: 74.6, - volume: 1120591270, - change: 12.1, - index: 53 - }), - new StockTeslaItem( - { - date: `2020-07-13`, - open: 81.4, - high: 119.7, - low: 79, - close: 99.8, - volume: 2244920779, - change: 22.6, - index: 54 - }), - new StockTeslaItem( - { - date: `2020-07-22`, - open: 103.7, - high: 111.7, - low: 95.4, - close: 106.2, - volume: 1662846099, - change: 2.3, - index: 55 - }), - new StockTeslaItem( - { - date: `2020-07-31`, - open: 111.9, - high: 112.6, - low: 91.1, - close: 95.4, - volume: 1573159944, - change: -14.8, - index: 56 - }), - new StockTeslaItem( - { - date: `2020-08-11`, - open: 96.6, - high: 101.8, - low: 91, - close: 91.6, - volume: 798587331, - change: -5.2, - index: 57 - }), - new StockTeslaItem( - { - date: `2020-08-20`, - open: 98, - high: 134.8, - low: 95.7, - close: 133.5, - volume: 1866534416, - change: 36.2, - index: 58 - }), - new StockTeslaItem( - { - date: `2020-08-31`, - open: 136.3, - high: 166.7, - low: 128.5, - close: 166.1, - volume: 2008507459, - change: 21.9, - index: 59 - }), - new StockTeslaItem( - { - date: `2020-09-10`, - open: 167.4, - high: 167.5, - low: 110, - close: 123.8, - volume: 1992227059, - change: -26, - index: 60 - }), - new StockTeslaItem( - { - date: `2020-09-21`, - open: 127.3, - high: 154, - low: 120.2, - close: 149.8, - volume: 1758737696, - change: 17.7, - index: 61 - }), - new StockTeslaItem( - { - date: `2020-09-30`, - open: 143.2, - high: 145.9, - low: 117.1, - close: 143, - volume: 1459893236, - change: -0.1, - index: 62 - }), - new StockTeslaItem( - { - date: `2020-10-09`, - open: 146.9, - high: 149.6, - low: 135.4, - close: 144.7, - volume: 985545158, - change: -1.5, - index: 63 - }), - new StockTeslaItem( - { - date: `2020-10-20`, - open: 147.3, - high: 155.3, - low: 139.7, - close: 140.6, - volume: 773077727, - change: -4.5, - index: 64 - }), - new StockTeslaItem( - { - date: `2020-10-29`, - open: 140.9, - high: 148.4, - low: 135.3, - close: 136.9, - volume: 615339122, - change: -2.8, - index: 65 - }), - new StockTeslaItem( - { - date: `2020-11-09`, - open: 135.6, - high: 150.8, - low: 126.4, - close: 140.4, - volume: 669171368, - change: 3.5, - index: 66 - }), - new StockTeslaItem( - { - date: `2020-11-18`, - open: 140, - high: 165.3, - low: 132, - close: 162.2, - volume: 760451265, - change: 15.8, - index: 67 - }), - new StockTeslaItem( - { - date: `2020-11-30`, - open: 164, - high: 202.6, - low: 162.5, - close: 189.2, - volume: 1046371155, - change: 15.4, - index: 68 - }), - new StockTeslaItem( - { - date: `2020-12-09`, - open: 199.2, - high: 218.1, - low: 180.4, - close: 201.5, - volume: 1055933265, - change: 1.2, - index: 69 - }), - new StockTeslaItem( - { - date: `2020-12-18`, - open: 191.5, - high: 231.7, - low: 188.8, - close: 231.7, - volume: 1593943601, - change: 21, - index: 70 - }), - new StockTeslaItem( - { - date: `2020-12-30`, - open: 222.1, - high: 232.2, - low: 204.7, - close: 231.6, - volume: 791942570, - change: 4.3, - index: 71 - }), - new StockTeslaItem( - { - date: `2021-01-11`, - open: 233.3, - high: 294.8, - low: 230.4, - close: 270.4, - volume: 1084025779, - change: 15.9, - index: 72 - }), - new StockTeslaItem( - { - date: `2021-01-21`, - open: 277, - high: 289.3, - low: 273, - close: 281.7, - volume: 663774487, - change: 1.7, - index: 73 - }), - new StockTeslaItem( - { - date: `2021-02-01`, - open: 278.1, - high: 300.1, - low: 260, - close: 279.9, - volume: 595397009, - change: 0.7, - index: 74 - }), - new StockTeslaItem( - { - date: `2021-02-10`, - open: 281.6, - high: 293.5, - low: 266.7, - close: 268.3, - volume: 445813486, - change: -4.7, - index: 75 - }), - new StockTeslaItem( - { - date: `2021-02-22`, - open: 270.8, - high: 276.6, - low: 236.7, - close: 238.2, - volume: 496372009, - change: -12.1, - index: 76 - }), - new StockTeslaItem( - { - date: `2021-03-03`, - open: 220.7, - high: 290.7, - low: 206.3, - close: 217.7, - volume: 793689739, - change: -1.3, - index: 77 - }), - new StockTeslaItem( - { - date: `2021-03-12`, - open: 218.6, - high: 291.3, - low: 179.8, - close: 231.2, - volume: 1215209162, - change: 5.8, - index: 78 - }), - new StockTeslaItem( - { - date: `2021-03-23`, - open: 231.4, - high: 237.7, - low: 208.2, - close: 220.7, - volume: 744776145, - change: -4.6, - index: 79 - }), - new StockTeslaItem( - { - date: `2021-04-01`, - open: 222.6, - high: 230.8, - low: 197, - close: 220.6, - volume: 730733684, - change: -0.9, - index: 80 - }), - new StockTeslaItem( - { - date: `2021-04-13`, - open: 235.9, - high: 254.3, - low: 222.6, - close: 254.1, - volume: 646721884, - change: 7.7, - index: 81 - }), - new StockTeslaItem( - { - date: `2021-04-22`, - open: 256.9, - high: 260.3, - low: 230.6, - close: 239.9, - volume: 740840774, - change: -6.6, - index: 82 - }), - new StockTeslaItem( - { - date: `2021-05-03`, - open: 239.9, - high: 249.8, - low: 222, - close: 228.3, - volume: 623423313, - change: -4.8, - index: 83 - }), - new StockTeslaItem( - { - date: `2021-05-12`, - open: 226.3, - high: 230, - low: 195.6, - close: 196.6, - volume: 643844974, - change: -13.1, - index: 84 - }), - new StockTeslaItem( - { - date: `2021-05-21`, - open: 200.5, - high: 202.2, - low: 182.3, - close: 193.6, - volume: 729192883, - change: -3.4, - index: 85 - }), - new StockTeslaItem( - { - date: `2021-06-02`, - open: 193.9, - high: 211.9, - low: 191.2, - close: 201.7, - volume: 545095944, - change: 4, - index: 86 - }), - new StockTeslaItem( - { - date: `2021-06-11`, - open: 200.6, - high: 207.7, - low: 190.4, - close: 203.3, - volume: 478366128, - change: 1.3, - index: 87 - }), - new StockTeslaItem( - { - date: `2021-06-22`, - open: 204.1, - high: 210.5, - low: 197.8, - close: 207.9, - volume: 454698495, - change: 1.9, - index: 88 - }), - new StockTeslaItem( - { - date: `2021-07-01`, - open: 210.7, - high: 232.5, - low: 210, - close: 226, - volume: 558441596, - change: 7.3, - index: 89 - }), - new StockTeslaItem( - { - date: `2021-07-13`, - open: 226.3, - high: 233.3, - low: 206.8, - close: 222.8, - volume: 470942387, - change: -1.5, - index: 90 - }), - new StockTeslaItem( - { - date: `2021-07-22`, - open: 223.6, - high: 226.2, - low: 207.1, - close: 216.4, - volume: 372195097, - change: -3.2, - index: 91 - }), - new StockTeslaItem( - { - date: `2021-08-02`, - open: 215.5, - high: 242.3, - low: 209.1, - close: 236.6, - volume: 547284685, - change: 9.8, - index: 92 - }), - new StockTeslaItem( - { - date: `2021-08-11`, - open: 239.7, - high: 241.6, - low: 232.5, - close: 235.9, - volume: 315341455, - change: -1.6, - index: 93 - }), - new StockTeslaItem( - { - date: `2021-08-20`, - open: 235.4, - high: 243.3, - low: 216.3, - close: 226.8, - volume: 392227478, - change: -3.7, - index: 94 - }), - new StockTeslaItem( - { - date: `2021-08-31`, - open: 228.5, - high: 246.8, - low: 226.9, - close: 245.2, - volume: 337503634, - change: 7.3, - index: 95 - }), - new StockTeslaItem( - { - date: `2021-09-10`, - open: 244.7, - high: 254.8, - low: 241.4, - close: 245.4, - volume: 328100734, - change: 0.3, - index: 96 - }), - new StockTeslaItem( - { - date: `2021-09-21`, - open: 246.7, - high: 253.7, - low: 236.3, - close: 246.5, - volume: 420153012, - change: -0.1, - index: 97 - }), - new StockTeslaItem( - { - date: `2021-09-30`, - open: 247.8, - high: 266.3, - low: 246.4, - close: 258.5, - volume: 422393262, - change: 4.3, - index: 98 - }), - new StockTeslaItem( - { - date: `2021-10-11`, - open: 259.5, - high: 269, - low: 254.5, - close: 264, - volume: 392144589, - change: 1.7, - index: 99 - }), - new StockTeslaItem( - { - date: `2021-10-20`, - open: 267, - high: 292.6, - low: 265.5, - close: 288.6, - volume: 368796877, - change: 8.1, - index: 100 - }), - new StockTeslaItem( - { - date: `2021-10-29`, - open: 285.3, - high: 371.7, - low: 285.2, - close: 371.3, - volume: 825862313, - change: 30.1, - index: 101 - }), - new StockTeslaItem( - { - date: `2021-11-09`, - open: 381.7, - high: 414.5, - low: 337.2, - close: 341.2, - volume: 818978542, - change: -10.6, - index: 102 - }), - new StockTeslaItem( - { - date: `2021-11-18`, - open: 336.8, - high: 373.2, - low: 326.2, - close: 365.5, - volume: 613304311, - change: 8.5, - index: 103 - }), - new StockTeslaItem( - { - date: `2021-11-30`, - open: 366.3, - high: 400.6, - low: 354, - close: 381.6, - volume: 515052382, - change: 4.2, - index: 104 - }), - new StockTeslaItem( - { - date: `2021-12-09`, - open: 386.9, - high: 390.9, - low: 316.8, - close: 334.6, - volume: 473333567, - change: -13.5, - index: 105 - }), - new StockTeslaItem( - { - date: `2021-12-20`, - open: 336.2, - high: 340.3, - low: 297.8, - close: 300, - volume: 524367113, - change: -10.8, - index: 106 - }), - new StockTeslaItem( - { - date: `2021-12-30`, - open: 305.6, - high: 373, - low: 295.4, - close: 356.8, - volume: 492530059, - change: 16.7, - index: 107 - }), - new StockTeslaItem( - { - date: `2022-01-10`, - open: 357.8, - high: 402.7, - low: 326.7, - close: 352.7, - volume: 592103938, - change: -1.4, - index: 108 - }), - new StockTeslaItem( - { - date: `2022-01-20`, - open: 351.2, - high: 371.9, - low: 331.3, - close: 332.1, - volume: 532857144, - change: -5.4, - index: 109 - }), - new StockTeslaItem( - { - date: `2022-01-31`, - open: 332.1, - high: 334.8, - low: 264, - close: 312.2, - volume: 833589022, - change: -6, - index: 110 - }), - new StockTeslaItem( - { - date: `2022-02-09`, - open: 311.7, - high: 315.9, - low: 293.5, - close: 310.7, - volume: 456395505, - change: -0.3, - index: 111 - }), - new StockTeslaItem( - { - date: `2022-02-18`, - open: 302.8, - high: 314.6, - low: 279.2, - close: 285.7, - volume: 446153356, - change: -5.7, - index: 112 - }), - new StockTeslaItem( - { - date: `2022-03-02`, - open: 278, - high: 296.6, - low: 233.3, - close: 293.3, - volume: 638352514, - change: 5.5, - index: 113 - }), - new StockTeslaItem( - { - date: `2022-03-11`, - open: 292.9, - high: 295.5, - low: 260.7, - close: 265.1, - volume: 466566467, - change: -9.5, - index: 114 - }), - new StockTeslaItem( - { - date: `2022-03-22`, - open: 260.2, - high: 332.6, - low: 252, - close: 331.3, - volume: 576869668, - change: 27.3, - index: 115 - }), - new StockTeslaItem( - { - date: `2022-03-31`, - open: 326.6, - high: 371.6, - low: 325.5, - close: 359.2, - volume: 536607263, - change: 10, - index: 116 - }), - new StockTeslaItem( - { - date: `2022-04-11`, - open: 360.4, - high: 384.3, - low: 324.9, - close: 325.3, - volume: 499682510, - change: -9.7, - index: 117 - }), - new StockTeslaItem( - { - date: `2022-04-21`, - open: 332.5, - high: 364.1, - low: 324.4, - close: 336.3, - volume: 457210487, - change: 1.1, - index: 118 - }), - new StockTeslaItem( - { - date: `2022-05-02`, - open: 338.3, - high: 345, - low: 273.9, - close: 301, - volume: 639990965, - change: -11, - index: 119 - }), - new StockTeslaItem( - { - date: `2022-05-11`, - open: 301.1, - high: 318.5, - low: 242.4, - close: 244.7, - volume: 583211967, - change: -18.7, - index: 120 - }), - new StockTeslaItem( - { - date: `2022-05-20`, - open: 233.7, - high: 262.4, - low: 211, - close: 221.3, - volume: 721880082, - change: -5.3, - index: 121 - }), - new StockTeslaItem( - { - date: `2022-06-01`, - open: 218.3, - high: 259.6, - low: 206.9, - close: 246.8, - volume: 644596235, - change: 13, - index: 122 - }), - new StockTeslaItem( - { - date: `2022-06-10`, - open: 244.2, - high: 264.2, - low: 227.9, - close: 232.2, - volume: 633672873, - change: -4.9, - index: 123 - }), - new StockTeslaItem( - { - date: `2022-06-22`, - open: 223.2, - high: 246.8, - low: 208.7, - close: 236.1, - volume: 744240764, - change: 5.8, - index: 124 - }), - new StockTeslaItem( - { - date: `2022-07-01`, - open: 237.9, - high: 252.1, - low: 218.9, - close: 227.3, - volume: 631776422, - change: -4.5, - index: 125 - }), - new StockTeslaItem( - { - date: `2022-07-13`, - open: 223, - high: 255, - low: 216.2, - close: 237, - volume: 625812242, - change: 6.3, - index: 126 - }), - new StockTeslaItem( - { - date: `2022-07-22`, - open: 234.9, - high: 280.8, - low: 229.3, - close: 272.2, - volume: 646037224, - change: 15.9, - index: 127 - }), - new StockTeslaItem( - { - date: `2022-08-02`, - open: 272.2, - high: 311.9, - low: 256.3, - close: 300.6, - volume: 611660612, - change: 10.4, - index: 128 - }), - new StockTeslaItem( - { - date: `2022-08-11`, - open: 305, - high: 313.6, - low: 279.4, - close: 286.6, - volume: 616204291, - change: -6, - index: 129 - }), - new StockTeslaItem( - { - date: `2022-08-22`, - open: 289.4, - high: 314.7, - low: 285, - close: 289.9, - volume: 490658060, - change: 0.2, - index: 130 - }), - new StockTeslaItem( - { - date: `2022-08-31`, - open: 291.5, - high: 303.6, - low: 271.8, - close: 275.6, - volume: 376152572, - change: -5.4, - index: 131 - }), - new StockTeslaItem( - { - date: `2022-09-12`, - open: 272.6, - high: 305.5, - low: 265.7, - close: 304.4, - volume: 367924580, - change: 11.7, - index: 132 - }), - new StockTeslaItem( - { - date: `2022-09-21`, - open: 292.9, - high: 313.8, - low: 290.4, - close: 300.8, - volume: 477171180, - change: 2.7, - index: 133 - }), - new StockTeslaItem( - { - date: `2022-09-30`, - open: 299.9, - high: 301.3, - low: 262.5, - close: 265.2, - volume: 454307920, - change: -11.5, - index: 134 - }), - new StockTeslaItem( - { - date: `2022-10-11`, - open: 254.5, - high: 257.5, - low: 215, - close: 216.5, - volume: 593078170, - change: -14.9, - index: 135 - }), - new StockTeslaItem( - { - date: `2022-10-20`, - open: 215.3, - high: 229.8, - low: 202, - close: 207.3, - volume: 592158560, - change: -3.7, - index: 136 - }), - new StockTeslaItem( - { - date: `2022-10-31`, - open: 206.4, - high: 233.8, - low: 198.6, - close: 227.5, - volume: 550341050, - change: 10.2, - index: 137 - }), - new StockTeslaItem( - { - date: `2022-11-09`, - open: 234, - high: 237.4, - low: 177.1, - close: 177.6, - volume: 630702790, - change: -24.1, - index: 138 - }), - new StockTeslaItem( - { - date: `2022-11-18`, - open: 189.9, - high: 200.8, - low: 176.6, - close: 180.2, - volume: 637579480, - change: -5.1, - index: 139 - }), - new StockTeslaItem( - { - date: `2022-11-30`, - open: 175.8, - high: 194.8, - low: 166.2, - close: 194.7, - volume: 617126140, - change: 10.7, - index: 140 - }), - new StockTeslaItem( - { - date: `2022-12-09`, - open: 197.1, - high: 198.9, - low: 169.1, - close: 179, - volume: 625675690, - change: -9.1, - index: 141 - }), - new StockTeslaItem( - { - date: `2022-12-20`, - open: 176.1, - high: 177.4, - low: 137.7, - close: 137.8, - volume: 986660100, - change: -21.7, - index: 142 - }), - new StockTeslaItem( - { - date: `2022-12-30`, - open: 139.3, - high: 141.3, - low: 108.2, - close: 123.2, - volume: 1331911900, - change: -11.6, - index: 143 - }), - new StockTeslaItem( - { - date: `2023-01-11`, - open: 118.5, - high: 126, - low: 101.8, - close: 123.2, - volume: 1332426500, - change: 4, - index: 144 - }), - new StockTeslaItem( - { - date: `2023-01-23`, - open: 122.6, - high: 145.4, - low: 115.6, - close: 143.8, - volume: 1244541500, - change: 17.3, - index: 145 - }), - new StockTeslaItem( - { - date: `2023-02-01`, - open: 143, - high: 183.8, - low: 138.1, - close: 181.4, - volume: 1534337700, - change: 26.9, - index: 146 - }), - new StockTeslaItem( - { - date: `2023-02-10`, - open: 187.3, - high: 214, - low: 182.6, - close: 196.9, - volume: 1423167800, - change: 5.1, - index: 147 - }), - new StockTeslaItem( - { - date: `2023-02-22`, - open: 194.4, - high: 217.6, - low: 187.6, - close: 200.9, - volume: 1386211900, - change: 3.3, - index: 148 - }), - new StockTeslaItem( - { - date: `2023-03-03`, - open: 203.9, - high: 211.2, - low: 186, - close: 197.8, - volume: 1095786600, - change: -3, - index: 149 - }), - new StockTeslaItem( - { - date: `2023-03-14`, - open: 198.5, - high: 198.6, - low: 163.9, - close: 183.3, - volume: 1101144600, - change: -7.7, - index: 150 - }), - new StockTeslaItem( - { - date: `2023-03-23`, - open: 180.8, - high: 200.7, - low: 176, - close: 192.2, - volume: 978213300, - change: 6.3, - index: 151 - }), - new StockTeslaItem( - { - date: `2023-04-03`, - open: 191.6, - high: 207.8, - low: 185.4, - close: 194.8, - volume: 909718040, - change: 1.6, - index: 152 - }), - new StockTeslaItem( - { - date: `2023-04-13`, - open: 197.3, - high: 198.7, - low: 176.1, - close: 185.9, - volume: 905319000, - change: -5.8, - index: 153 - }), - new StockTeslaItem( - { - date: `2023-04-24`, - open: 184, - high: 189.7, - low: 158.6, - close: 162.6, - volume: 905416980, - change: -11.6, - index: 154 - }), - new StockTeslaItem( - { - date: `2023-05-03`, - open: 159.8, - high: 165.5, - low: 152.4, - close: 160.6, - volume: 881897100, - change: 0.5, - index: 155 - }), - new StockTeslaItem( - { - date: `2023-05-12`, - open: 162.7, - high: 177.4, - low: 159.6, - close: 168, - volume: 785510430, - change: 3.2, - index: 156 - }), - new StockTeslaItem( - { - date: `2023-05-23`, - open: 167.7, - high: 193, - low: 164.4, - close: 185.8, - volume: 864025390, - change: 10.8, - index: 157 - }), - new StockTeslaItem( - { - date: `2023-06-02`, - open: 182.2, - high: 217.2, - low: 178.2, - close: 214, - volume: 988496020, - change: 17.4, - index: 158 - }), - new StockTeslaItem( - { - date: `2023-06-13`, - open: 217.8, - high: 259.7, - low: 212.5, - close: 258.7, - volume: 1161622400, - change: 18.8, - index: 159 - }), - new StockTeslaItem( - { - date: `2023-06-23`, - open: 260.2, - high: 277, - low: 247.3, - close: 256.6, - volume: 1220407300, - change: -1.4, - index: 160 - }), - new StockTeslaItem( - { - date: `2023-07-05`, - open: 250.1, - high: 284.2, - low: 240.7, - close: 282.5, - volume: 999163700, - change: 13, - index: 161 - }), - new StockTeslaItem( - { - date: `2023-07-14`, - open: 278.1, - high: 285.3, - low: 265.1, - close: 281.4, - volume: 774400400, - change: 1.2, - index: 162 - }), - new StockTeslaItem( - { - date: `2023-07-25`, - open: 286.6, - high: 299.3, - low: 254.1, - close: 265.3, - volume: 973076400, - change: -7.4, - index: 163 - }), - new StockTeslaItem( - { - date: `2023-08-03`, - open: 263.2, - high: 269.1, - low: 250.5, - close: 259.3, - volume: 678809820, - change: -1.5, - index: 164 - }), - new StockTeslaItem( - { - date: `2023-08-14`, - open: 261, - high: 264.8, - low: 233.8, - close: 239.8, - volume: 716008860, - change: -8.1, - index: 165 - }), - new StockTeslaItem( - { - date: `2023-08-23`, - open: 238.7, - high: 240.8, - low: 212.4, - close: 236.9, - volume: 825055300, - change: -0.8, - index: 166 - }), - new StockTeslaItem( - { - date: `2023-09-01`, - open: 238.7, - high: 261.2, - low: 228.2, - close: 245, - volume: 811502630, - change: 2.7, - index: 167 - }), - new StockTeslaItem( - { - date: `2023-09-13`, - open: 245, - high: 278.4, - low: 243.3, - close: 271.3, - volume: 902643400, - change: 10.7, - index: 168 - }), - new StockTeslaItem( - { - date: `2023-09-22`, - open: 271.3, - high: 279, - low: 244.5, - close: 244.9, - volume: 816639600, - change: -9.7, - index: 169 - }), - new StockTeslaItem( - { - date: `2023-10-03`, - open: 243.4, - high: 254.8, - low: 234.6, - close: 246.5, - volume: 814604700, - change: 1.3, - index: 170 - }), - new StockTeslaItem( - { - date: `2023-10-12`, - open: 248.1, - high: 268.9, - low: 247.6, - close: 258.9, - volume: 806250900, - change: 4.3, - index: 171 - }), - new StockTeslaItem( - { - date: `2023-10-23`, - open: 258.9, - high: 259.6, - low: 202.5, - close: 212.1, - volume: 869390890, - change: -18.1, - index: 172 - }), - new StockTeslaItem( - { - date: `2023-11-01`, - open: 216.5, - high: 222, - low: 194.1, - close: 205.7, - volume: 811468170, - change: -5, - index: 173 - }), - new StockTeslaItem( - { - date: `2023-11-10`, - open: 213, - high: 226.4, - low: 205.7, - close: 214.6, - volume: 859763700, - change: 0.8, - index: 174 - }), - new StockTeslaItem( - { - date: `2023-11-21`, - open: 215.6, - high: 246.7, - low: 211.6, - close: 241.2, - volume: 959006600, - change: 11.9, - index: 175 - }), - new StockTeslaItem( - { - date: `2023-12-01`, - open: 242, - high: 252.8, - low: 231.4, - close: 238.8, - volume: 832910200, - change: -1.3, - index: 176 - }), - new StockTeslaItem( - { - date: `2023-12-12`, - open: 235.8, - high: 246.7, - low: 233.3, - close: 237, - volume: 772018400, - change: 0.5, - index: 177 - }), - new StockTeslaItem( - { - date: `2023-12-21`, - open: 234.2, - high: 259.8, - low: 228.2, - close: 254.5, - volume: 900893400, - change: 8.7, - index: 178 - }), - new StockTeslaItem( - { - date: `2024-01-03`, - open: 256.8, - high: 265.1, - low: 236.3, - close: 238.4, - volume: 727005170, - change: -7.1, - index: 179 - }), - new StockTeslaItem( - { - date: `2024-01-12`, - open: 239.2, - high: 242.7, - low: 217.2, - close: 218.9, - volume: 697536380, - change: -8.5, - index: 180 - }), - new StockTeslaItem( - { - date: `2024-01-24`, - open: 215.1, - high: 223.5, - low: 206.3, - close: 207.8, - volume: 777303400, - change: -3.4, - index: 181 - }), - new StockTeslaItem( - { - date: `2024-02-02`, - open: 189.7, - high: 196.4, - low: 180.1, - close: 187.9, - volume: 846092780, - change: -0.9, - index: 182 - }), - new StockTeslaItem( - { - date: `2024-02-13`, - open: 184.3, - high: 194.7, - low: 175, - close: 184, - volume: 718274070, - change: -0.1, - index: 183 - }), - new StockTeslaItem( - { - date: `2024-02-23`, - open: 185.3, - high: 203.2, - low: 183.4, - close: 192, - volume: 693352670, - change: 3.6, - index: 184 - }), - new StockTeslaItem( - { - date: `2024-03-05`, - open: 192.3, - high: 205.6, - low: 177.6, - close: 180.7, - volume: 742344460, - change: -6, - index: 185 - }), - new StockTeslaItem( - { - date: `2024-03-14`, - open: 180, - high: 182.9, - low: 160.5, - close: 162.5, - volume: 701227950, - change: -9.7, - index: 186 - }), - new StockTeslaItem( - { - date: `2024-03-25`, - open: 163.2, - high: 178.2, - low: 160.8, - close: 172.6, - volume: 589466660, - change: 5.8, - index: 187 - }), - new StockTeslaItem( - { - date: `2024-04-04`, - open: 178.6, - high: 184.2, - low: 163.3, - close: 171.1, - volume: 676969950, - change: -4.2, - index: 188 - }), - new StockTeslaItem( - { - date: `2024-04-15`, - open: 169.1, - high: 179.2, - low: 160.5, - close: 161.5, - volume: 694829970, - change: -4.5, - index: 189 - }), - new StockTeslaItem( - { - date: `2024-04-24`, - open: 156.7, - high: 168, - low: 138.8, - close: 162.1, - volume: 775433710, - change: 3.4, - index: 190 - }), - new StockTeslaItem( - { - date: `2024-05-03`, - open: 159, - high: 198.9, - low: 158.4, - close: 181.2, - volume: 864614000, - change: 14, - index: 191 - }), - new StockTeslaItem( - { - date: `2024-05-14`, - open: 183.8, - high: 187.6, - low: 167.8, - close: 177.6, - volume: 531409380, - change: -3.4, - index: 192 - }), - new StockTeslaItem( - { - date: `2024-05-23`, - open: 179.9, - high: 186.9, - low: 171.4, - close: 173.7, - volume: 554203970, - change: -3.4, - index: 193 - }), - new StockTeslaItem( - { - date: `2024-06-04`, - open: 174.8, - high: 182.7, - low: 173.2, - close: 174.8, - volume: 453828370, - change: 0, - index: 194 - }), - new StockTeslaItem( - { - date: `2024-06-13`, - open: 175.4, - high: 191.1, - low: 167.4, - close: 182.5, - volume: 509090870, - change: 4.1, - index: 195 - }), - new StockTeslaItem( - { - date: `2024-06-25`, - open: 185.8, - high: 188.8, - low: 176.9, - close: 187.4, - volume: 505399520, - change: 0.8, - index: 196 - }), - new StockTeslaItem( - { - date: `2024-07-05`, - open: 186.5, - high: 252.4, - low: 186.4, - close: 251.5, - volume: 925723660, - change: 34.8, - index: 197 - }), - new StockTeslaItem( - { - date: `2024-07-16`, - open: 247.7, - high: 271, - low: 233.1, - close: 256.6, - volume: 1097390000, - change: 3.6, - index: 198 - }), - new StockTeslaItem( - { - date: `2024-07-25`, - open: 252.7, - high: 258.5, - low: 214.7, - close: 220.2, - volume: 795590700, - change: -12.9, - index: 199 - }), - new StockTeslaItem( - { - date: `2024-08-05`, - open: 221.2, - high: 234.7, - low: 182, - close: 198.9, - volume: 658914080, - change: -10.1, - index: 200 - }), - new StockTeslaItem( - { - date: `2024-08-14`, - open: 200.8, - high: 208.5, - low: 191.5, - close: 201.4, - volume: 479168160, - change: 0.3, - index: 201 - }), - new StockTeslaItem( - { - date: `2024-08-23`, - open: 205, - high: 228.2, - low: 204.8, - close: 220.3, - volume: 560235700, - change: 7.5, - index: 202 - }), - new StockTeslaItem( - { - date: `2024-09-04`, - open: 218.8, - high: 222.2, - low: 202.6, - close: 219.4, - volume: 469284350, - change: 0.3, - index: 203 - }), - new StockTeslaItem( - { - date: `2024-09-13`, - open: 223.5, - high: 235, - low: 210.5, - close: 230.3, - volume: 592950440, - change: 3, - index: 204 - }), - new StockTeslaItem( - { - date: `2024-09-24`, - open: 229.3, - high: 257.2, - low: 223.5, - close: 254.3, - volume: 577086700, - change: 10.9, - index: 205 - }), - new StockTeslaItem( - { - date: `2024-10-03`, - open: 252.5, - high: 264.9, - low: 237.8, - close: 240.7, - volume: 546148740, - change: -4.7, - index: 206 - }), - new StockTeslaItem( - { - date: `2024-10-14`, - open: 246.7, - high: 251, - low: 213.7, - close: 219.2, - volume: 589440130, - change: -11.2, - index: 207 - }), - new StockTeslaItem( - { - date: `2024-10-23`, - open: 220, - high: 224.3, - low: 212.1, - close: 213.6, - volume: 384561880, - change: -2.9, - index: 208 - }), - new StockTeslaItem( - { - date: `2024-11-01`, - open: 244.7, - high: 273.5, - low: 242.6, - close: 249, - volume: 732392780, - change: 1.8, - index: 209 - }), - new StockTeslaItem( - { - date: `2024-11-12`, - open: 244.6, - high: 358.6, - low: 238.9, - close: 328.5, - volume: 991653160, - change: 34.3, - index: 210 - }), - new StockTeslaItem( - { - date: `2024-11-21`, - open: 335.8, - high: 348.5, - low: 309.2, - close: 339.6, - volume: 700324320, - change: 1.1, - index: 211 - }), - new StockTeslaItem( - { - date: `2024-12-03`, - open: 341.1, - high: 361.9, - low: 326.6, - close: 351.4, - volume: 478645220, - change: 3, - index: 212 - }), - new StockTeslaItem( - { - date: `2024-12-12`, - open: 353, - high: 429.3, - low: 348.6, - close: 418.1, - volume: 599082110, - change: 18.4, - index: 213 - }), - new StockTeslaItem( - { - date: `2024-12-23`, - open: 420, - high: 481.5, - low: 415.4, - close: 430.6, - volume: 807128120, - change: 2.5, - index: 214 - }), - new StockTeslaItem( - { - date: `2025-01-03`, - open: 435.9, - high: 465.3, - low: 373, - close: 410.4, - volume: 565769940, - change: -5.8, - index: 215 - }), - new StockTeslaItem( - { - date: `2025-01-15`, - open: 423.2, - high: 429.8, - low: 377.3, - close: 428.2, - volume: 530063170, - change: 1.2, - index: 216 - }), - new StockTeslaItem( - { - date: `2025-01-27`, - open: 423.5, - high: 439.7, - low: 389, - close: 397.2, - volume: 476854060, - change: -6.2, - index: 217 - }), - new StockTeslaItem( - { - date: `2025-02-05`, - open: 396.9, - high: 420, - low: 374.4, - close: 378.2, - volume: 507024510, - change: -4.7, - index: 218 - }), - new StockTeslaItem( - { - date: `2025-02-14`, - open: 373, - high: 380.6, - low: 325.1, - close: 355.8, - volume: 607376290, - change: -4.6, - index: 219 - }), - new StockTeslaItem( - { - date: `2025-02-26`, - open: 355, - high: 367.3, - low: 288, - close: 290.8, - volume: 549149490, - change: -18.1, - index: 220 - }), - new StockTeslaItem( - { - date: `2025-03-07`, - open: 291.2, - high: 303.9, - low: 250.7, - close: 262.7, - volume: 754567280, - change: -9.8, - index: 221 - }), - new StockTeslaItem( - { - date: `2025-03-18`, - open: 252.5, - high: 253.4, - low: 217, - close: 225.3, - volume: 944623000, - change: -10.8, - index: 222 - }), - new StockTeslaItem( - { - date: `2025-03-27`, - open: 231.6, - high: 291.8, - low: 229.2, - close: 273.1, - volume: 982018670, - change: 17.9, - index: 223 - }), - new StockTeslaItem( - { - date: `2025-04-07`, - open: 275.6, - high: 285, - low: 214.2, - close: 233.3, - volume: 1117950500, - change: -15.3, - index: 224 - }), - new StockTeslaItem( - { - date: `2025-04-16`, - open: 245, - high: 274.7, - low: 217.8, - close: 241.6, - volume: 993815820, - change: -1.4, - index: 225 - }), - new StockTeslaItem( - { - date: `2025-04-28`, - open: 243.5, - high: 294.9, - low: 222.8, - close: 285.9, - volume: 866169890, - change: 17.4, - index: 226 - }), + new StockTeslaItem({ date: `2019-01-10`, open: 20.4, high: 23, low: 19.8, close: 23, volume: 779333701, change: 12.7, index: 0 }), + new StockTeslaItem({ date: `2019-01-22`, open: 22.8, high: 23.5, low: 19.7, close: 19.9, volume: 911781100, change: -12.6, index: 1 }), + new StockTeslaItem({ date: `2019-01-31`, open: 19.5, high: 20.8, low: 18.6, close: 20.5, volume: 926375717, change: 5, index: 2 }), + new StockTeslaItem({ date: `2019-02-11`, open: 20.4, high: 21.6, low: 19.9, close: 20.9, volume: 687520471, change: 2.4, index: 3 }), + new StockTeslaItem({ date: `2019-02-21`, open: 21.1, high: 21.2, low: 19.4, close: 19.4, volume: 597552272, change: -7.9, index: 4 }), + new StockTeslaItem({ date: `2019-03-04`, open: 19.6, high: 21.3, low: 18.9, close: 19, volume: 1218669201, change: -3.1, index: 5 }), + new StockTeslaItem({ date: `2019-03-13`, open: 18.8, high: 19.5, low: 18, close: 19.3, volume: 1034156904, change: 2.5, index: 6 }), + new StockTeslaItem({ date: `2019-03-22`, open: 19.5, high: 19.7, low: 17.6, close: 17.6, volume: 980694095, change: -9.5, index: 7 }), + new StockTeslaItem({ date: `2019-04-02`, open: 17.3, high: 19.3, low: 17, close: 19.1, volume: 788473494, change: 10.1, index: 8 }), + new StockTeslaItem({ date: `2019-04-11`, open: 19.2, high: 19.7, low: 17.4, close: 17.9, volume: 1165555442, change: -6.6, index: 9 }), + new StockTeslaItem({ date: `2019-04-23`, open: 18, high: 18.3, low: 17, close: 17.6, volume: 870373200, change: -2.3, index: 10 }), + new StockTeslaItem({ date: `2019-05-02`, open: 17.6, high: 17.7, low: 15.4, close: 16.3, volume: 1629432326, change: -7.5, index: 11 }), + new StockTeslaItem({ date: `2019-05-13`, open: 16.3, high: 17.2, low: 15, close: 15.1, volume: 1131045605, change: -6.9, index: 12 }), + new StockTeslaItem({ date: `2019-05-22`, open: 15.3, high: 15.6, low: 12.8, close: 12.8, volume: 1455503588, change: -15.9, index: 13 }), + new StockTeslaItem({ date: `2019-06-03`, open: 13, high: 13.3, low: 11.8, close: 11.9, volume: 1415442268, change: -7.9, index: 14 }), + new StockTeslaItem({ date: `2019-06-12`, open: 12.1, high: 14.9, low: 12, close: 14, volume: 1515000443, change: 15.6, index: 15 }), + new StockTeslaItem({ date: `2019-06-21`, open: 14, high: 15.6, low: 13.8, close: 14.8, volume: 1009123371, change: 5.5, index: 16 }), + new StockTeslaItem({ date: `2019-07-02`, open: 14.9, high: 15.5, low: 14.5, close: 15, volume: 766921642, change: 0.6, index: 17 }), + new StockTeslaItem({ date: `2019-07-12`, open: 16, high: 16.4, low: 15.2, close: 16.3, volume: 887983836, change: 2.4, index: 18 }), + new StockTeslaItem({ date: `2019-07-23`, open: 16.5, high: 17.5, low: 16.3, close: 17.3, volume: 788941000, change: 4.9, index: 19 }), + new StockTeslaItem({ date: `2019-08-01`, open: 17.3, high: 17.7, low: 14.8, close: 15.6, volume: 1175082297, change: -9.8, index: 20 }), + new StockTeslaItem({ date: `2019-08-12`, open: 15.4, high: 16, low: 15, close: 15.3, volume: 560129569, change: -1, index: 21 }), + new StockTeslaItem({ date: `2019-08-21`, open: 15.3, high: 15.7, low: 14.1, close: 14.7, volume: 677293701, change: -3.5, index: 22 }), + new StockTeslaItem({ date: `2019-08-30`, open: 14.9, high: 15.5, low: 14.1, close: 15, volume: 650239370, change: 1.3, index: 23 }), + new StockTeslaItem({ date: `2019-09-11`, open: 14.9, high: 16.5, low: 14.6, close: 16.5, volume: 636766167, change: 10.3, index: 24 }), + new StockTeslaItem({ date: `2019-09-20`, open: 16.5, high: 16.9, low: 15.9, close: 16, volume: 572802643, change: -2.9, index: 25 }), + new StockTeslaItem({ date: `2019-10-01`, open: 16, high: 16.6, low: 14.6, close: 16.3, volume: 931821239, change: 2, index: 26 }), + new StockTeslaItem({ date: `2019-10-10`, open: 16.2, high: 16.6, low: 15, close: 16.3, volume: 891798049, change: 0.6, index: 27 }), + new StockTeslaItem({ date: `2019-10-21`, open: 16.5, high: 17.7, low: 16.5, close: 16.9, volume: 713093463, change: 2.6, index: 28 }), + new StockTeslaItem({ date: `2019-10-30`, open: 17, high: 22.7, low: 16.7, close: 21, volume: 1752943598, change: 23.9, index: 29 }), + new StockTeslaItem({ date: `2019-11-08`, open: 20.9, high: 22.8, low: 20.6, close: 22.5, volume: 834957256, change: 7.7, index: 30 }), + new StockTeslaItem({ date: `2019-11-19`, open: 22.9, high: 24, low: 22.8, close: 24, volume: 738746390, change: 4.5, index: 31 }), + new StockTeslaItem({ date: `2019-11-29`, open: 24, high: 24.1, low: 21.8, close: 22, volume: 870685288, change: -8.4, index: 32 }), + new StockTeslaItem({ date: `2019-12-10`, open: 22, high: 23.4, low: 21.8, close: 23.3, volume: 712016613, change: 5.9, index: 33 }), + new StockTeslaItem({ date: `2019-12-19`, open: 23.5, high: 27.1, low: 23.4, close: 26.9, volume: 1203765433, change: 14.8, index: 34 }), + new StockTeslaItem({ date: `2019-12-31`, open: 27.4, high: 29, low: 26.7, close: 27.9, volume: 1195073357, change: 2, index: 35 }), + new StockTeslaItem({ date: `2020-01-10`, open: 28.3, high: 33.3, low: 28.1, close: 31.9, volume: 1925386078, change: 12.6, index: 36 }), + new StockTeslaItem({ date: `2020-01-22`, open: 32.9, high: 39.6, low: 32.8, close: 38, volume: 2364043518, change: 15.4, index: 37 }), + new StockTeslaItem({ date: `2020-01-31`, open: 37.6, high: 43.5, low: 36, close: 43.4, volume: 1835141382, change: 15.3, index: 38 }), + new StockTeslaItem({ date: `2020-02-11`, open: 44.9, high: 64.6, low: 44.9, close: 51.6, volume: 3748903126, change: 14.9, index: 39 }), + new StockTeslaItem({ date: `2020-02-21`, open: 51.9, high: 63, low: 49, close: 60.1, volume: 1921517039, change: 15.8, index: 40 }), + new StockTeslaItem({ date: `2020-03-03`, open: 55.9, high: 57.6, low: 40.8, close: 49.7, volume: 2121850940, change: -11.1, index: 41 }), + new StockTeslaItem({ date: `2020-03-12`, open: 50.9, high: 51.1, low: 36.4, close: 37.4, volume: 1553329923, change: -26.6, index: 42 }), + new StockTeslaItem({ date: `2020-03-23`, open: 39.7, high: 40.5, low: 23.4, close: 29, volume: 2487688157, change: -27, index: 43 }), + new StockTeslaItem({ date: `2020-04-01`, open: 31.8, high: 37.3, low: 31.6, close: 32.1, volume: 1785601357, change: 0.9, index: 44 }), + new StockTeslaItem({ date: `2020-04-13`, open: 32.1, high: 43.5, low: 29.8, close: 43.4, volume: 1860352620, change: 35.3, index: 45 }), + new StockTeslaItem({ date: `2020-04-22`, open: 46.6, high: 51.7, low: 44.9, close: 48.8, volume: 2056797321, change: 4.7, index: 46 }), + new StockTeslaItem({ date: `2020-05-01`, open: 48.5, high: 58, low: 45.5, close: 46.8, volume: 2093959203, change: -3.6, index: 47 }), + new StockTeslaItem({ date: `2020-05-12`, open: 46.7, high: 56.2, low: 46.5, close: 54, volume: 1611543246, change: 15.5, index: 48 }), + new StockTeslaItem({ date: `2020-05-21`, open: 54.7, high: 55.6, low: 50.9, close: 55.2, volume: 1262468113, change: 0.8, index: 49 }), + new StockTeslaItem({ date: `2020-06-02`, open: 54.8, high: 60.6, low: 52.3, close: 58.8, volume: 1160487993, change: 7.2, index: 50 }), + new StockTeslaItem({ date: `2020-06-11`, open: 59.2, high: 68.5, low: 57.2, close: 64.9, volume: 1270377400, change: 9.5, index: 51 }), + new StockTeslaItem({ date: `2020-06-22`, open: 65.3, high: 67.9, low: 60.6, close: 66.3, volume: 1217946366, change: 1.5, index: 52 }), + new StockTeslaItem({ date: `2020-07-01`, open: 66.6, high: 75.7, low: 62.5, close: 74.6, volume: 1120591270, change: 12.1, index: 53 }), + new StockTeslaItem({ date: `2020-07-13`, open: 81.4, high: 119.7, low: 79, close: 99.8, volume: 2244920779, change: 22.6, index: 54 }), + new StockTeslaItem({ date: `2020-07-22`, open: 103.7, high: 111.7, low: 95.4, close: 106.2, volume: 1662846099, change: 2.3, index: 55 }), + new StockTeslaItem({ date: `2020-07-31`, open: 111.9, high: 112.6, low: 91.1, close: 95.4, volume: 1573159944, change: -14.8, index: 56 }), + new StockTeslaItem({ date: `2020-08-11`, open: 96.6, high: 101.8, low: 91, close: 91.6, volume: 798587331, change: -5.2, index: 57 }), + new StockTeslaItem({ date: `2020-08-20`, open: 98, high: 134.8, low: 95.7, close: 133.5, volume: 1866534416, change: 36.2, index: 58 }), + new StockTeslaItem({ date: `2020-08-31`, open: 136.3, high: 166.7, low: 128.5, close: 166.1, volume: 2008507459, change: 21.9, index: 59 }), + new StockTeslaItem({ date: `2020-09-10`, open: 167.4, high: 167.5, low: 110, close: 123.8, volume: 1992227059, change: -26, index: 60 }), + new StockTeslaItem({ date: `2020-09-21`, open: 127.3, high: 154, low: 120.2, close: 149.8, volume: 1758737696, change: 17.7, index: 61 }), + new StockTeslaItem({ date: `2020-09-30`, open: 143.2, high: 145.9, low: 117.1, close: 143, volume: 1459893236, change: -0.1, index: 62 }), + new StockTeslaItem({ date: `2020-10-09`, open: 146.9, high: 149.6, low: 135.4, close: 144.7, volume: 985545158, change: -1.5, index: 63 }), + new StockTeslaItem({ date: `2020-10-20`, open: 147.3, high: 155.3, low: 139.7, close: 140.6, volume: 773077727, change: -4.5, index: 64 }), + new StockTeslaItem({ date: `2020-10-29`, open: 140.9, high: 148.4, low: 135.3, close: 136.9, volume: 615339122, change: -2.8, index: 65 }), + new StockTeslaItem({ date: `2020-11-09`, open: 135.6, high: 150.8, low: 126.4, close: 140.4, volume: 669171368, change: 3.5, index: 66 }), + new StockTeslaItem({ date: `2020-11-18`, open: 140, high: 165.3, low: 132, close: 162.2, volume: 760451265, change: 15.8, index: 67 }), + new StockTeslaItem({ date: `2020-11-30`, open: 164, high: 202.6, low: 162.5, close: 189.2, volume: 1046371155, change: 15.4, index: 68 }), + new StockTeslaItem({ date: `2020-12-09`, open: 199.2, high: 218.1, low: 180.4, close: 201.5, volume: 1055933265, change: 1.2, index: 69 }), + new StockTeslaItem({ date: `2020-12-18`, open: 191.5, high: 231.7, low: 188.8, close: 231.7, volume: 1593943601, change: 21, index: 70 }), + new StockTeslaItem({ date: `2020-12-30`, open: 222.1, high: 232.2, low: 204.7, close: 231.6, volume: 791942570, change: 4.3, index: 71 }), + new StockTeslaItem({ date: `2021-01-11`, open: 233.3, high: 294.8, low: 230.4, close: 270.4, volume: 1084025779, change: 15.9, index: 72 }), + new StockTeslaItem({ date: `2021-01-21`, open: 277, high: 289.3, low: 273, close: 281.7, volume: 663774487, change: 1.7, index: 73 }), + new StockTeslaItem({ date: `2021-02-01`, open: 278.1, high: 300.1, low: 260, close: 279.9, volume: 595397009, change: 0.7, index: 74 }), + new StockTeslaItem({ date: `2021-02-10`, open: 281.6, high: 293.5, low: 266.7, close: 268.3, volume: 445813486, change: -4.7, index: 75 }), + new StockTeslaItem({ date: `2021-02-22`, open: 270.8, high: 276.6, low: 236.7, close: 238.2, volume: 496372009, change: -12.1, index: 76 }), + new StockTeslaItem({ date: `2021-03-03`, open: 220.7, high: 290.7, low: 206.3, close: 217.7, volume: 793689739, change: -1.3, index: 77 }), + new StockTeslaItem({ date: `2021-03-12`, open: 218.6, high: 291.3, low: 179.8, close: 231.2, volume: 1215209162, change: 5.8, index: 78 }), + new StockTeslaItem({ date: `2021-03-23`, open: 231.4, high: 237.7, low: 208.2, close: 220.7, volume: 744776145, change: -4.6, index: 79 }), + new StockTeslaItem({ date: `2021-04-01`, open: 222.6, high: 230.8, low: 197, close: 220.6, volume: 730733684, change: -0.9, index: 80 }), + new StockTeslaItem({ date: `2021-04-13`, open: 235.9, high: 254.3, low: 222.6, close: 254.1, volume: 646721884, change: 7.7, index: 81 }), + new StockTeslaItem({ date: `2021-04-22`, open: 256.9, high: 260.3, low: 230.6, close: 239.9, volume: 740840774, change: -6.6, index: 82 }), + new StockTeslaItem({ date: `2021-05-03`, open: 239.9, high: 249.8, low: 222, close: 228.3, volume: 623423313, change: -4.8, index: 83 }), + new StockTeslaItem({ date: `2021-05-12`, open: 226.3, high: 230, low: 195.6, close: 196.6, volume: 643844974, change: -13.1, index: 84 }), + new StockTeslaItem({ date: `2021-05-21`, open: 200.5, high: 202.2, low: 182.3, close: 193.6, volume: 729192883, change: -3.4, index: 85 }), + new StockTeslaItem({ date: `2021-06-02`, open: 193.9, high: 211.9, low: 191.2, close: 201.7, volume: 545095944, change: 4, index: 86 }), + new StockTeslaItem({ date: `2021-06-11`, open: 200.6, high: 207.7, low: 190.4, close: 203.3, volume: 478366128, change: 1.3, index: 87 }), + new StockTeslaItem({ date: `2021-06-22`, open: 204.1, high: 210.5, low: 197.8, close: 207.9, volume: 454698495, change: 1.9, index: 88 }), + new StockTeslaItem({ date: `2021-07-01`, open: 210.7, high: 232.5, low: 210, close: 226, volume: 558441596, change: 7.3, index: 89 }), + new StockTeslaItem({ date: `2021-07-13`, open: 226.3, high: 233.3, low: 206.8, close: 222.8, volume: 470942387, change: -1.5, index: 90 }), + new StockTeslaItem({ date: `2021-07-22`, open: 223.6, high: 226.2, low: 207.1, close: 216.4, volume: 372195097, change: -3.2, index: 91 }), + new StockTeslaItem({ date: `2021-08-02`, open: 215.5, high: 242.3, low: 209.1, close: 236.6, volume: 547284685, change: 9.8, index: 92 }), + new StockTeslaItem({ date: `2021-08-11`, open: 239.7, high: 241.6, low: 232.5, close: 235.9, volume: 315341455, change: -1.6, index: 93 }), + new StockTeslaItem({ date: `2021-08-20`, open: 235.4, high: 243.3, low: 216.3, close: 226.8, volume: 392227478, change: -3.7, index: 94 }), + new StockTeslaItem({ date: `2021-08-31`, open: 228.5, high: 246.8, low: 226.9, close: 245.2, volume: 337503634, change: 7.3, index: 95 }), + new StockTeslaItem({ date: `2021-09-10`, open: 244.7, high: 254.8, low: 241.4, close: 245.4, volume: 328100734, change: 0.3, index: 96 }), + new StockTeslaItem({ date: `2021-09-21`, open: 246.7, high: 253.7, low: 236.3, close: 246.5, volume: 420153012, change: -0.1, index: 97 }), + new StockTeslaItem({ date: `2021-09-30`, open: 247.8, high: 266.3, low: 246.4, close: 258.5, volume: 422393262, change: 4.3, index: 98 }), + new StockTeslaItem({ date: `2021-10-11`, open: 259.5, high: 269, low: 254.5, close: 264, volume: 392144589, change: 1.7, index: 99 }), + new StockTeslaItem({ date: `2021-10-20`, open: 267, high: 292.6, low: 265.5, close: 288.6, volume: 368796877, change: 8.1, index: 100 }), + new StockTeslaItem({ date: `2021-10-29`, open: 285.3, high: 371.7, low: 285.2, close: 371.3, volume: 825862313, change: 30.1, index: 101 }), + new StockTeslaItem({ date: `2021-11-09`, open: 381.7, high: 414.5, low: 337.2, close: 341.2, volume: 818978542, change: -10.6, index: 102 }), + new StockTeslaItem({ date: `2021-11-18`, open: 336.8, high: 373.2, low: 326.2, close: 365.5, volume: 613304311, change: 8.5, index: 103 }), + new StockTeslaItem({ date: `2021-11-30`, open: 366.3, high: 400.6, low: 354, close: 381.6, volume: 515052382, change: 4.2, index: 104 }), + new StockTeslaItem({ date: `2021-12-09`, open: 386.9, high: 390.9, low: 316.8, close: 334.6, volume: 473333567, change: -13.5, index: 105 }), + new StockTeslaItem({ date: `2021-12-20`, open: 336.2, high: 340.3, low: 297.8, close: 300, volume: 524367113, change: -10.8, index: 106 }), + new StockTeslaItem({ date: `2021-12-30`, open: 305.6, high: 373, low: 295.4, close: 356.8, volume: 492530059, change: 16.7, index: 107 }), + new StockTeslaItem({ date: `2022-01-10`, open: 357.8, high: 402.7, low: 326.7, close: 352.7, volume: 592103938, change: -1.4, index: 108 }), + new StockTeslaItem({ date: `2022-01-20`, open: 351.2, high: 371.9, low: 331.3, close: 332.1, volume: 532857144, change: -5.4, index: 109 }), + new StockTeslaItem({ date: `2022-01-31`, open: 332.1, high: 334.8, low: 264, close: 312.2, volume: 833589022, change: -6, index: 110 }), + new StockTeslaItem({ date: `2022-02-09`, open: 311.7, high: 315.9, low: 293.5, close: 310.7, volume: 456395505, change: -0.3, index: 111 }), + new StockTeslaItem({ date: `2022-02-18`, open: 302.8, high: 314.6, low: 279.2, close: 285.7, volume: 446153356, change: -5.7, index: 112 }), + new StockTeslaItem({ date: `2022-03-02`, open: 278, high: 296.6, low: 233.3, close: 293.3, volume: 638352514, change: 5.5, index: 113 }), + new StockTeslaItem({ date: `2022-03-11`, open: 292.9, high: 295.5, low: 260.7, close: 265.1, volume: 466566467, change: -9.5, index: 114 }), + new StockTeslaItem({ date: `2022-03-22`, open: 260.2, high: 332.6, low: 252, close: 331.3, volume: 576869668, change: 27.3, index: 115 }), + new StockTeslaItem({ date: `2022-03-31`, open: 326.6, high: 371.6, low: 325.5, close: 359.2, volume: 536607263, change: 10, index: 116 }), + new StockTeslaItem({ date: `2022-04-11`, open: 360.4, high: 384.3, low: 324.9, close: 325.3, volume: 499682510, change: -9.7, index: 117 }), + new StockTeslaItem({ date: `2022-04-21`, open: 332.5, high: 364.1, low: 324.4, close: 336.3, volume: 457210487, change: 1.1, index: 118 }), + new StockTeslaItem({ date: `2022-05-02`, open: 338.3, high: 345, low: 273.9, close: 301, volume: 639990965, change: -11, index: 119 }), + new StockTeslaItem({ date: `2022-05-11`, open: 301.1, high: 318.5, low: 242.4, close: 244.7, volume: 583211967, change: -18.7, index: 120 }), + new StockTeslaItem({ date: `2022-05-20`, open: 233.7, high: 262.4, low: 211, close: 221.3, volume: 721880082, change: -5.3, index: 121 }), + new StockTeslaItem({ date: `2022-06-01`, open: 218.3, high: 259.6, low: 206.9, close: 246.8, volume: 644596235, change: 13, index: 122 }), + new StockTeslaItem({ date: `2022-06-10`, open: 244.2, high: 264.2, low: 227.9, close: 232.2, volume: 633672873, change: -4.9, index: 123 }), + new StockTeslaItem({ date: `2022-06-22`, open: 223.2, high: 246.8, low: 208.7, close: 236.1, volume: 744240764, change: 5.8, index: 124 }), + new StockTeslaItem({ date: `2022-07-01`, open: 237.9, high: 252.1, low: 218.9, close: 227.3, volume: 631776422, change: -4.5, index: 125 }), + new StockTeslaItem({ date: `2022-07-13`, open: 223, high: 255, low: 216.2, close: 237, volume: 625812242, change: 6.3, index: 126 }), + new StockTeslaItem({ date: `2022-07-22`, open: 234.9, high: 280.8, low: 229.3, close: 272.2, volume: 646037224, change: 15.9, index: 127 }), + new StockTeslaItem({ date: `2022-08-02`, open: 272.2, high: 311.9, low: 256.3, close: 300.6, volume: 611660612, change: 10.4, index: 128 }), + new StockTeslaItem({ date: `2022-08-11`, open: 305, high: 313.6, low: 279.4, close: 286.6, volume: 616204291, change: -6, index: 129 }), + new StockTeslaItem({ date: `2022-08-22`, open: 289.4, high: 314.7, low: 285, close: 289.9, volume: 490658060, change: 0.2, index: 130 }), + new StockTeslaItem({ date: `2022-08-31`, open: 291.5, high: 303.6, low: 271.8, close: 275.6, volume: 376152572, change: -5.4, index: 131 }), + new StockTeslaItem({ date: `2022-09-12`, open: 272.6, high: 305.5, low: 265.7, close: 304.4, volume: 367924580, change: 11.7, index: 132 }), + new StockTeslaItem({ date: `2022-09-21`, open: 292.9, high: 313.8, low: 290.4, close: 300.8, volume: 477171180, change: 2.7, index: 133 }), + new StockTeslaItem({ date: `2022-09-30`, open: 299.9, high: 301.3, low: 262.5, close: 265.2, volume: 454307920, change: -11.5, index: 134 }), + new StockTeslaItem({ date: `2022-10-11`, open: 254.5, high: 257.5, low: 215, close: 216.5, volume: 593078170, change: -14.9, index: 135 }), + new StockTeslaItem({ date: `2022-10-20`, open: 215.3, high: 229.8, low: 202, close: 207.3, volume: 592158560, change: -3.7, index: 136 }), + new StockTeslaItem({ date: `2022-10-31`, open: 206.4, high: 233.8, low: 198.6, close: 227.5, volume: 550341050, change: 10.2, index: 137 }), + new StockTeslaItem({ date: `2022-11-09`, open: 234, high: 237.4, low: 177.1, close: 177.6, volume: 630702790, change: -24.1, index: 138 }), + new StockTeslaItem({ date: `2022-11-18`, open: 189.9, high: 200.8, low: 176.6, close: 180.2, volume: 637579480, change: -5.1, index: 139 }), + new StockTeslaItem({ date: `2022-11-30`, open: 175.8, high: 194.8, low: 166.2, close: 194.7, volume: 617126140, change: 10.7, index: 140 }), + new StockTeslaItem({ date: `2022-12-09`, open: 197.1, high: 198.9, low: 169.1, close: 179, volume: 625675690, change: -9.1, index: 141 }), + new StockTeslaItem({ date: `2022-12-20`, open: 176.1, high: 177.4, low: 137.7, close: 137.8, volume: 986660100, change: -21.7, index: 142 }), + new StockTeslaItem({ date: `2022-12-30`, open: 139.3, high: 141.3, low: 108.2, close: 123.2, volume: 1331911900, change: -11.6, index: 143 }), + new StockTeslaItem({ date: `2023-01-11`, open: 118.5, high: 126, low: 101.8, close: 123.2, volume: 1332426500, change: 4, index: 144 }), + new StockTeslaItem({ date: `2023-01-23`, open: 122.6, high: 145.4, low: 115.6, close: 143.8, volume: 1244541500, change: 17.3, index: 145 }), + new StockTeslaItem({ date: `2023-02-01`, open: 143, high: 183.8, low: 138.1, close: 181.4, volume: 1534337700, change: 26.9, index: 146 }), + new StockTeslaItem({ date: `2023-02-10`, open: 187.3, high: 214, low: 182.6, close: 196.9, volume: 1423167800, change: 5.1, index: 147 }), + new StockTeslaItem({ date: `2023-02-22`, open: 194.4, high: 217.6, low: 187.6, close: 200.9, volume: 1386211900, change: 3.3, index: 148 }), + new StockTeslaItem({ date: `2023-03-03`, open: 203.9, high: 211.2, low: 186, close: 197.8, volume: 1095786600, change: -3, index: 149 }), + new StockTeslaItem({ date: `2023-03-14`, open: 198.5, high: 198.6, low: 163.9, close: 183.3, volume: 1101144600, change: -7.7, index: 150 }), + new StockTeslaItem({ date: `2023-03-23`, open: 180.8, high: 200.7, low: 176, close: 192.2, volume: 978213300, change: 6.3, index: 151 }), + new StockTeslaItem({ date: `2023-04-03`, open: 191.6, high: 207.8, low: 185.4, close: 194.8, volume: 909718040, change: 1.6, index: 152 }), + new StockTeslaItem({ date: `2023-04-13`, open: 197.3, high: 198.7, low: 176.1, close: 185.9, volume: 905319000, change: -5.8, index: 153 }), + new StockTeslaItem({ date: `2023-04-24`, open: 184, high: 189.7, low: 158.6, close: 162.6, volume: 905416980, change: -11.6, index: 154 }), + new StockTeslaItem({ date: `2023-05-03`, open: 159.8, high: 165.5, low: 152.4, close: 160.6, volume: 881897100, change: 0.5, index: 155 }), + new StockTeslaItem({ date: `2023-05-12`, open: 162.7, high: 177.4, low: 159.6, close: 168, volume: 785510430, change: 3.2, index: 156 }), + new StockTeslaItem({ date: `2023-05-23`, open: 167.7, high: 193, low: 164.4, close: 185.8, volume: 864025390, change: 10.8, index: 157 }), + new StockTeslaItem({ date: `2023-06-02`, open: 182.2, high: 217.2, low: 178.2, close: 214, volume: 988496020, change: 17.4, index: 158 }), + new StockTeslaItem({ date: `2023-06-13`, open: 217.8, high: 259.7, low: 212.5, close: 258.7, volume: 1161622400, change: 18.8, index: 159 }), + new StockTeslaItem({ date: `2023-06-23`, open: 260.2, high: 277, low: 247.3, close: 256.6, volume: 1220407300, change: -1.4, index: 160 }), + new StockTeslaItem({ date: `2023-07-05`, open: 250.1, high: 284.2, low: 240.7, close: 282.5, volume: 999163700, change: 13, index: 161 }), + new StockTeslaItem({ date: `2023-07-14`, open: 278.1, high: 285.3, low: 265.1, close: 281.4, volume: 774400400, change: 1.2, index: 162 }), + new StockTeslaItem({ date: `2023-07-25`, open: 286.6, high: 299.3, low: 254.1, close: 265.3, volume: 973076400, change: -7.4, index: 163 }), + new StockTeslaItem({ date: `2023-08-03`, open: 263.2, high: 269.1, low: 250.5, close: 259.3, volume: 678809820, change: -1.5, index: 164 }), + new StockTeslaItem({ date: `2023-08-14`, open: 261, high: 264.8, low: 233.8, close: 239.8, volume: 716008860, change: -8.1, index: 165 }), + new StockTeslaItem({ date: `2023-08-23`, open: 238.7, high: 240.8, low: 212.4, close: 236.9, volume: 825055300, change: -0.8, index: 166 }), + new StockTeslaItem({ date: `2023-09-01`, open: 238.7, high: 261.2, low: 228.2, close: 245, volume: 811502630, change: 2.7, index: 167 }), + new StockTeslaItem({ date: `2023-09-13`, open: 245, high: 278.4, low: 243.3, close: 271.3, volume: 902643400, change: 10.7, index: 168 }), + new StockTeslaItem({ date: `2023-09-22`, open: 271.3, high: 279, low: 244.5, close: 244.9, volume: 816639600, change: -9.7, index: 169 }), + new StockTeslaItem({ date: `2023-10-03`, open: 243.4, high: 254.8, low: 234.6, close: 246.5, volume: 814604700, change: 1.3, index: 170 }), + new StockTeslaItem({ date: `2023-10-12`, open: 248.1, high: 268.9, low: 247.6, close: 258.9, volume: 806250900, change: 4.3, index: 171 }), + new StockTeslaItem({ date: `2023-10-23`, open: 258.9, high: 259.6, low: 202.5, close: 212.1, volume: 869390890, change: -18.1, index: 172 }), + new StockTeslaItem({ date: `2023-11-01`, open: 216.5, high: 222, low: 194.1, close: 205.7, volume: 811468170, change: -5, index: 173 }), + new StockTeslaItem({ date: `2023-11-10`, open: 213, high: 226.4, low: 205.7, close: 214.6, volume: 859763700, change: 0.8, index: 174 }), + new StockTeslaItem({ date: `2023-11-21`, open: 215.6, high: 246.7, low: 211.6, close: 241.2, volume: 959006600, change: 11.9, index: 175 }), + new StockTeslaItem({ date: `2023-12-01`, open: 242, high: 252.8, low: 231.4, close: 238.8, volume: 832910200, change: -1.3, index: 176 }), + new StockTeslaItem({ date: `2023-12-12`, open: 235.8, high: 246.7, low: 233.3, close: 237, volume: 772018400, change: 0.5, index: 177 }), + new StockTeslaItem({ date: `2023-12-21`, open: 234.2, high: 259.8, low: 228.2, close: 254.5, volume: 900893400, change: 8.7, index: 178 }), + new StockTeslaItem({ date: `2024-01-03`, open: 256.8, high: 265.1, low: 236.3, close: 238.4, volume: 727005170, change: -7.1, index: 179 }), + new StockTeslaItem({ date: `2024-01-12`, open: 239.2, high: 242.7, low: 217.2, close: 218.9, volume: 697536380, change: -8.5, index: 180 }), + new StockTeslaItem({ date: `2024-01-24`, open: 215.1, high: 223.5, low: 206.3, close: 207.8, volume: 777303400, change: -3.4, index: 181 }), + new StockTeslaItem({ date: `2024-02-02`, open: 189.7, high: 196.4, low: 180.1, close: 187.9, volume: 846092780, change: -0.9, index: 182 }), + new StockTeslaItem({ date: `2024-02-13`, open: 184.3, high: 194.7, low: 175, close: 184, volume: 718274070, change: -0.1, index: 183 }), + new StockTeslaItem({ date: `2024-02-23`, open: 185.3, high: 203.2, low: 183.4, close: 192, volume: 693352670, change: 3.6, index: 184 }), + new StockTeslaItem({ date: `2024-03-05`, open: 192.3, high: 205.6, low: 177.6, close: 180.7, volume: 742344460, change: -6, index: 185 }), + new StockTeslaItem({ date: `2024-03-14`, open: 180, high: 182.9, low: 160.5, close: 162.5, volume: 701227950, change: -9.7, index: 186 }), + new StockTeslaItem({ date: `2024-03-25`, open: 163.2, high: 178.2, low: 160.8, close: 172.6, volume: 589466660, change: 5.8, index: 187 }), + new StockTeslaItem({ date: `2024-04-04`, open: 178.6, high: 184.2, low: 163.3, close: 171.1, volume: 676969950, change: -4.2, index: 188 }), + new StockTeslaItem({ date: `2024-04-15`, open: 169.1, high: 179.2, low: 160.5, close: 161.5, volume: 694829970, change: -4.5, index: 189 }), + new StockTeslaItem({ date: `2024-04-24`, open: 156.7, high: 168, low: 138.8, close: 162.1, volume: 775433710, change: 3.4, index: 190 }), + new StockTeslaItem({ date: `2024-05-03`, open: 159, high: 198.9, low: 158.4, close: 181.2, volume: 864614000, change: 14, index: 191 }), + new StockTeslaItem({ date: `2024-05-14`, open: 183.8, high: 187.6, low: 167.8, close: 177.6, volume: 531409380, change: -3.4, index: 192 }), + new StockTeslaItem({ date: `2024-05-23`, open: 179.9, high: 186.9, low: 171.4, close: 173.7, volume: 554203970, change: -3.4, index: 193 }), + new StockTeslaItem({ date: `2024-06-04`, open: 174.8, high: 182.7, low: 173.2, close: 174.8, volume: 453828370, change: 0, index: 194 }), + new StockTeslaItem({ date: `2024-06-13`, open: 175.4, high: 191.1, low: 167.4, close: 182.5, volume: 509090870, change: 4.1, index: 195 }), + new StockTeslaItem({ date: `2024-06-25`, open: 185.8, high: 188.8, low: 176.9, close: 187.4, volume: 505399520, change: 0.8, index: 196 }), + new StockTeslaItem({ date: `2024-07-05`, open: 186.5, high: 252.4, low: 186.4, close: 251.5, volume: 925723660, change: 34.8, index: 197 }), + new StockTeslaItem({ date: `2024-07-16`, open: 247.7, high: 271, low: 233.1, close: 256.6, volume: 1097390000, change: 3.6, index: 198 }), + new StockTeslaItem({ date: `2024-07-25`, open: 252.7, high: 258.5, low: 214.7, close: 220.2, volume: 795590700, change: -12.9, index: 199 }), + new StockTeslaItem({ date: `2024-08-05`, open: 221.2, high: 234.7, low: 182, close: 198.9, volume: 658914080, change: -10.1, index: 200 }), + new StockTeslaItem({ date: `2024-08-14`, open: 200.8, high: 208.5, low: 191.5, close: 201.4, volume: 479168160, change: 0.3, index: 201 }), + new StockTeslaItem({ date: `2024-08-23`, open: 205, high: 228.2, low: 204.8, close: 220.3, volume: 560235700, change: 7.5, index: 202 }), + new StockTeslaItem({ date: `2024-09-04`, open: 218.8, high: 222.2, low: 202.6, close: 219.4, volume: 469284350, change: 0.3, index: 203 }), + new StockTeslaItem({ date: `2024-09-13`, open: 223.5, high: 235, low: 210.5, close: 230.3, volume: 592950440, change: 3, index: 204 }), + new StockTeslaItem({ date: `2024-09-24`, open: 229.3, high: 257.2, low: 223.5, close: 254.3, volume: 577086700, change: 10.9, index: 205 }), + new StockTeslaItem({ date: `2024-10-03`, open: 252.5, high: 264.9, low: 237.8, close: 240.7, volume: 546148740, change: -4.7, index: 206 }), + new StockTeslaItem({ date: `2024-10-14`, open: 246.7, high: 251, low: 213.7, close: 219.2, volume: 589440130, change: -11.2, index: 207 }), + new StockTeslaItem({ date: `2024-10-23`, open: 220, high: 224.3, low: 212.1, close: 213.6, volume: 384561880, change: -2.9, index: 208 }), + new StockTeslaItem({ date: `2024-11-01`, open: 244.7, high: 273.5, low: 242.6, close: 249, volume: 732392780, change: 1.8, index: 209 }), + new StockTeslaItem({ date: `2024-11-12`, open: 244.6, high: 358.6, low: 238.9, close: 328.5, volume: 991653160, change: 34.3, index: 210 }), + new StockTeslaItem({ date: `2024-11-21`, open: 335.8, high: 348.5, low: 309.2, close: 339.6, volume: 700324320, change: 1.1, index: 211 }), + new StockTeslaItem({ date: `2024-12-03`, open: 341.1, high: 361.9, low: 326.6, close: 351.4, volume: 478645220, change: 3, index: 212 }), + new StockTeslaItem({ date: `2024-12-12`, open: 353, high: 429.3, low: 348.6, close: 418.1, volume: 599082110, change: 18.4, index: 213 }), + new StockTeslaItem({ date: `2024-12-23`, open: 420, high: 481.5, low: 415.4, close: 430.6, volume: 807128120, change: 2.5, index: 214 }), + new StockTeslaItem({ date: `2025-01-03`, open: 435.9, high: 465.3, low: 373, close: 410.4, volume: 565769940, change: -5.8, index: 215 }), + new StockTeslaItem({ date: `2025-01-15`, open: 423.2, high: 429.8, low: 377.3, close: 428.2, volume: 530063170, change: 1.2, index: 216 }), + new StockTeslaItem({ date: `2025-01-27`, open: 423.5, high: 439.7, low: 389, close: 397.2, volume: 476854060, change: -6.2, index: 217 }), + new StockTeslaItem({ date: `2025-02-05`, open: 396.9, high: 420, low: 374.4, close: 378.2, volume: 507024510, change: -4.7, index: 218 }), + new StockTeslaItem({ date: `2025-02-14`, open: 373, high: 380.6, low: 325.1, close: 355.8, volume: 607376290, change: -4.6, index: 219 }), + new StockTeslaItem({ date: `2025-02-26`, open: 355, high: 367.3, low: 288, close: 290.8, volume: 549149490, change: -18.1, index: 220 }), + new StockTeslaItem({ date: `2025-03-07`, open: 291.2, high: 303.9, low: 250.7, close: 262.7, volume: 754567280, change: -9.8, index: 221 }), + new StockTeslaItem({ date: `2025-03-18`, open: 252.5, high: 253.4, low: 217, close: 225.3, volume: 944623000, change: -10.8, index: 222 }), + new StockTeslaItem({ date: `2025-03-27`, open: 231.6, high: 291.8, low: 229.2, close: 273.1, volume: 982018670, change: 17.9, index: 223 }), + new StockTeslaItem({ date: `2025-04-07`, open: 275.6, high: 285, low: 214.2, close: 233.3, volume: 1117950500, change: -15.3, index: 224 }), + new StockTeslaItem({ date: `2025-04-16`, open: 245, high: 274.7, low: 217.8, close: 241.6, volume: 993815820, change: -1.4, index: 225 }), + new StockTeslaItem({ date: `2025-04-28`, open: 243.5, high: 294.9, low: 222.8, close: 285.9, volume: 866169890, change: 17.4, index: 226 }), ]; super(...newItems.slice(0)); } diff --git a/samples/charts/data-chart/data-annotation-slice-layer/index.html b/samples/charts/data-chart/data-annotation-slice-layer/index.html index 7c9f8dc428..6be6318b67 100644 --- a/samples/charts/data-chart/data-annotation-slice-layer/index.html +++ b/samples/charts/data-chart/data-annotation-slice-layer/index.html @@ -101,7 +101,7 @@ { super(...items); } else { const newItems = [ - new StockTeslaItem( - { - date: `2019-01-10`, - open: 20.4, - high: 23, - low: 19.8, - close: 23, - volume: 779333701, - change: 12.7, - index: 0 - }), - new StockTeslaItem( - { - date: `2019-01-22`, - open: 22.8, - high: 23.5, - low: 19.7, - close: 19.9, - volume: 911781100, - change: -12.6, - index: 1 - }), - new StockTeslaItem( - { - date: `2019-01-31`, - open: 19.5, - high: 20.8, - low: 18.6, - close: 20.5, - volume: 926375717, - change: 5, - index: 2 - }), - new StockTeslaItem( - { - date: `2019-02-11`, - open: 20.4, - high: 21.6, - low: 19.9, - close: 20.9, - volume: 687520471, - change: 2.4, - index: 3 - }), - new StockTeslaItem( - { - date: `2019-02-21`, - open: 21.1, - high: 21.2, - low: 19.4, - close: 19.4, - volume: 597552272, - change: -7.9, - index: 4 - }), - new StockTeslaItem( - { - date: `2019-03-04`, - open: 19.6, - high: 21.3, - low: 18.9, - close: 19, - volume: 1218669201, - change: -3.1, - index: 5 - }), - new StockTeslaItem( - { - date: `2019-03-13`, - open: 18.8, - high: 19.5, - low: 18, - close: 19.3, - volume: 1034156904, - change: 2.5, - index: 6 - }), - new StockTeslaItem( - { - date: `2019-03-22`, - open: 19.5, - high: 19.7, - low: 17.6, - close: 17.6, - volume: 980694095, - change: -9.5, - index: 7 - }), - new StockTeslaItem( - { - date: `2019-04-02`, - open: 17.3, - high: 19.3, - low: 17, - close: 19.1, - volume: 788473494, - change: 10.1, - index: 8 - }), - new StockTeslaItem( - { - date: `2019-04-11`, - open: 19.2, - high: 19.7, - low: 17.4, - close: 17.9, - volume: 1165555442, - change: -6.6, - index: 9 - }), - new StockTeslaItem( - { - date: `2019-04-23`, - open: 18, - high: 18.3, - low: 17, - close: 17.6, - volume: 870373200, - change: -2.3, - index: 10 - }), - new StockTeslaItem( - { - date: `2019-05-02`, - open: 17.6, - high: 17.7, - low: 15.4, - close: 16.3, - volume: 1629432326, - change: -7.5, - index: 11 - }), - new StockTeslaItem( - { - date: `2019-05-13`, - open: 16.3, - high: 17.2, - low: 15, - close: 15.1, - volume: 1131045605, - change: -6.9, - index: 12 - }), - new StockTeslaItem( - { - date: `2019-05-22`, - open: 15.3, - high: 15.6, - low: 12.8, - close: 12.8, - volume: 1455503588, - change: -15.9, - index: 13 - }), - new StockTeslaItem( - { - date: `2019-06-03`, - open: 13, - high: 13.3, - low: 11.8, - close: 11.9, - volume: 1415442268, - change: -7.9, - index: 14 - }), - new StockTeslaItem( - { - date: `2019-06-12`, - open: 12.1, - high: 14.9, - low: 12, - close: 14, - volume: 1515000443, - change: 15.6, - index: 15 - }), - new StockTeslaItem( - { - date: `2019-06-21`, - open: 14, - high: 15.6, - low: 13.8, - close: 14.8, - volume: 1009123371, - change: 5.5, - index: 16 - }), - new StockTeslaItem( - { - date: `2019-07-02`, - open: 14.9, - high: 15.5, - low: 14.5, - close: 15, - volume: 766921642, - change: 0.6, - index: 17 - }), - new StockTeslaItem( - { - date: `2019-07-12`, - open: 16, - high: 16.4, - low: 15.2, - close: 16.3, - volume: 887983836, - change: 2.4, - index: 18 - }), - new StockTeslaItem( - { - date: `2019-07-23`, - open: 16.5, - high: 17.5, - low: 16.3, - close: 17.3, - volume: 788941000, - change: 4.9, - index: 19 - }), - new StockTeslaItem( - { - date: `2019-08-01`, - open: 17.3, - high: 17.7, - low: 14.8, - close: 15.6, - volume: 1175082297, - change: -9.8, - index: 20 - }), - new StockTeslaItem( - { - date: `2019-08-12`, - open: 15.4, - high: 16, - low: 15, - close: 15.3, - volume: 560129569, - change: -1, - index: 21 - }), - new StockTeslaItem( - { - date: `2019-08-21`, - open: 15.3, - high: 15.7, - low: 14.1, - close: 14.7, - volume: 677293701, - change: -3.5, - index: 22 - }), - new StockTeslaItem( - { - date: `2019-08-30`, - open: 14.9, - high: 15.5, - low: 14.1, - close: 15, - volume: 650239370, - change: 1.3, - index: 23 - }), - new StockTeslaItem( - { - date: `2019-09-11`, - open: 14.9, - high: 16.5, - low: 14.6, - close: 16.5, - volume: 636766167, - change: 10.3, - index: 24 - }), - new StockTeslaItem( - { - date: `2019-09-20`, - open: 16.5, - high: 16.9, - low: 15.9, - close: 16, - volume: 572802643, - change: -2.9, - index: 25 - }), - new StockTeslaItem( - { - date: `2019-10-01`, - open: 16, - high: 16.6, - low: 14.6, - close: 16.3, - volume: 931821239, - change: 2, - index: 26 - }), - new StockTeslaItem( - { - date: `2019-10-10`, - open: 16.2, - high: 16.6, - low: 15, - close: 16.3, - volume: 891798049, - change: 0.6, - index: 27 - }), - new StockTeslaItem( - { - date: `2019-10-21`, - open: 16.5, - high: 17.7, - low: 16.5, - close: 16.9, - volume: 713093463, - change: 2.6, - index: 28 - }), - new StockTeslaItem( - { - date: `2019-10-30`, - open: 17, - high: 22.7, - low: 16.7, - close: 21, - volume: 1752943598, - change: 23.9, - index: 29 - }), - new StockTeslaItem( - { - date: `2019-11-08`, - open: 20.9, - high: 22.8, - low: 20.6, - close: 22.5, - volume: 834957256, - change: 7.7, - index: 30 - }), - new StockTeslaItem( - { - date: `2019-11-19`, - open: 22.9, - high: 24, - low: 22.8, - close: 24, - volume: 738746390, - change: 4.5, - index: 31 - }), - new StockTeslaItem( - { - date: `2019-11-29`, - open: 24, - high: 24.1, - low: 21.8, - close: 22, - volume: 870685288, - change: -8.4, - index: 32 - }), - new StockTeslaItem( - { - date: `2019-12-10`, - open: 22, - high: 23.4, - low: 21.8, - close: 23.3, - volume: 712016613, - change: 5.9, - index: 33 - }), - new StockTeslaItem( - { - date: `2019-12-19`, - open: 23.5, - high: 27.1, - low: 23.4, - close: 26.9, - volume: 1203765433, - change: 14.8, - index: 34 - }), - new StockTeslaItem( - { - date: `2019-12-31`, - open: 27.4, - high: 29, - low: 26.7, - close: 27.9, - volume: 1195073357, - change: 2, - index: 35 - }), - new StockTeslaItem( - { - date: `2020-01-10`, - open: 28.3, - high: 33.3, - low: 28.1, - close: 31.9, - volume: 1925386078, - change: 12.6, - index: 36 - }), - new StockTeslaItem( - { - date: `2020-01-22`, - open: 32.9, - high: 39.6, - low: 32.8, - close: 38, - volume: 2364043518, - change: 15.4, - index: 37 - }), - new StockTeslaItem( - { - date: `2020-01-31`, - open: 37.6, - high: 43.5, - low: 36, - close: 43.4, - volume: 1835141382, - change: 15.3, - index: 38 - }), - new StockTeslaItem( - { - date: `2020-02-11`, - open: 44.9, - high: 64.6, - low: 44.9, - close: 51.6, - volume: 3748903126, - change: 14.9, - index: 39 - }), - new StockTeslaItem( - { - date: `2020-02-21`, - open: 51.9, - high: 63, - low: 49, - close: 60.1, - volume: 1921517039, - change: 15.8, - index: 40 - }), - new StockTeslaItem( - { - date: `2020-03-03`, - open: 55.9, - high: 57.6, - low: 40.8, - close: 49.7, - volume: 2121850940, - change: -11.1, - index: 41 - }), - new StockTeslaItem( - { - date: `2020-03-12`, - open: 50.9, - high: 51.1, - low: 36.4, - close: 37.4, - volume: 1553329923, - change: -26.6, - index: 42 - }), - new StockTeslaItem( - { - date: `2020-03-23`, - open: 39.7, - high: 40.5, - low: 23.4, - close: 29, - volume: 2487688157, - change: -27, - index: 43 - }), - new StockTeslaItem( - { - date: `2020-04-01`, - open: 31.8, - high: 37.3, - low: 31.6, - close: 32.1, - volume: 1785601357, - change: 0.9, - index: 44 - }), - new StockTeslaItem( - { - date: `2020-04-13`, - open: 32.1, - high: 43.5, - low: 29.8, - close: 43.4, - volume: 1860352620, - change: 35.3, - index: 45 - }), - new StockTeslaItem( - { - date: `2020-04-22`, - open: 46.6, - high: 51.7, - low: 44.9, - close: 48.8, - volume: 2056797321, - change: 4.7, - index: 46 - }), - new StockTeslaItem( - { - date: `2020-05-01`, - open: 48.5, - high: 58, - low: 45.5, - close: 46.8, - volume: 2093959203, - change: -3.6, - index: 47 - }), - new StockTeslaItem( - { - date: `2020-05-12`, - open: 46.7, - high: 56.2, - low: 46.5, - close: 54, - volume: 1611543246, - change: 15.5, - index: 48 - }), - new StockTeslaItem( - { - date: `2020-05-21`, - open: 54.7, - high: 55.6, - low: 50.9, - close: 55.2, - volume: 1262468113, - change: 0.8, - index: 49 - }), - new StockTeslaItem( - { - date: `2020-06-02`, - open: 54.8, - high: 60.6, - low: 52.3, - close: 58.8, - volume: 1160487993, - change: 7.2, - index: 50 - }), - new StockTeslaItem( - { - date: `2020-06-11`, - open: 59.2, - high: 68.5, - low: 57.2, - close: 64.9, - volume: 1270377400, - change: 9.5, - index: 51 - }), - new StockTeslaItem( - { - date: `2020-06-22`, - open: 65.3, - high: 67.9, - low: 60.6, - close: 66.3, - volume: 1217946366, - change: 1.5, - index: 52 - }), - new StockTeslaItem( - { - date: `2020-07-01`, - open: 66.6, - high: 75.7, - low: 62.5, - close: 74.6, - volume: 1120591270, - change: 12.1, - index: 53 - }), - new StockTeslaItem( - { - date: `2020-07-13`, - open: 81.4, - high: 119.7, - low: 79, - close: 99.8, - volume: 2244920779, - change: 22.6, - index: 54 - }), - new StockTeslaItem( - { - date: `2020-07-22`, - open: 103.7, - high: 111.7, - low: 95.4, - close: 106.2, - volume: 1662846099, - change: 2.3, - index: 55 - }), - new StockTeslaItem( - { - date: `2020-07-31`, - open: 111.9, - high: 112.6, - low: 91.1, - close: 95.4, - volume: 1573159944, - change: -14.8, - index: 56 - }), - new StockTeslaItem( - { - date: `2020-08-11`, - open: 96.6, - high: 101.8, - low: 91, - close: 91.6, - volume: 798587331, - change: -5.2, - index: 57 - }), - new StockTeslaItem( - { - date: `2020-08-20`, - open: 98, - high: 134.8, - low: 95.7, - close: 133.5, - volume: 1866534416, - change: 36.2, - index: 58 - }), - new StockTeslaItem( - { - date: `2020-08-31`, - open: 136.3, - high: 166.7, - low: 128.5, - close: 166.1, - volume: 2008507459, - change: 21.9, - index: 59 - }), - new StockTeslaItem( - { - date: `2020-09-10`, - open: 167.4, - high: 167.5, - low: 110, - close: 123.8, - volume: 1992227059, - change: -26, - index: 60 - }), - new StockTeslaItem( - { - date: `2020-09-21`, - open: 127.3, - high: 154, - low: 120.2, - close: 149.8, - volume: 1758737696, - change: 17.7, - index: 61 - }), - new StockTeslaItem( - { - date: `2020-09-30`, - open: 143.2, - high: 145.9, - low: 117.1, - close: 143, - volume: 1459893236, - change: -0.1, - index: 62 - }), - new StockTeslaItem( - { - date: `2020-10-09`, - open: 146.9, - high: 149.6, - low: 135.4, - close: 144.7, - volume: 985545158, - change: -1.5, - index: 63 - }), - new StockTeslaItem( - { - date: `2020-10-20`, - open: 147.3, - high: 155.3, - low: 139.7, - close: 140.6, - volume: 773077727, - change: -4.5, - index: 64 - }), - new StockTeslaItem( - { - date: `2020-10-29`, - open: 140.9, - high: 148.4, - low: 135.3, - close: 136.9, - volume: 615339122, - change: -2.8, - index: 65 - }), - new StockTeslaItem( - { - date: `2020-11-09`, - open: 135.6, - high: 150.8, - low: 126.4, - close: 140.4, - volume: 669171368, - change: 3.5, - index: 66 - }), - new StockTeslaItem( - { - date: `2020-11-18`, - open: 140, - high: 165.3, - low: 132, - close: 162.2, - volume: 760451265, - change: 15.8, - index: 67 - }), - new StockTeslaItem( - { - date: `2020-11-30`, - open: 164, - high: 202.6, - low: 162.5, - close: 189.2, - volume: 1046371155, - change: 15.4, - index: 68 - }), - new StockTeslaItem( - { - date: `2020-12-09`, - open: 199.2, - high: 218.1, - low: 180.4, - close: 201.5, - volume: 1055933265, - change: 1.2, - index: 69 - }), - new StockTeslaItem( - { - date: `2020-12-18`, - open: 191.5, - high: 231.7, - low: 188.8, - close: 231.7, - volume: 1593943601, - change: 21, - index: 70 - }), - new StockTeslaItem( - { - date: `2020-12-30`, - open: 222.1, - high: 232.2, - low: 204.7, - close: 231.6, - volume: 791942570, - change: 4.3, - index: 71 - }), - new StockTeslaItem( - { - date: `2021-01-11`, - open: 233.3, - high: 294.8, - low: 230.4, - close: 270.4, - volume: 1084025779, - change: 15.9, - index: 72 - }), - new StockTeslaItem( - { - date: `2021-01-21`, - open: 277, - high: 289.3, - low: 273, - close: 281.7, - volume: 663774487, - change: 1.7, - index: 73 - }), - new StockTeslaItem( - { - date: `2021-02-01`, - open: 278.1, - high: 300.1, - low: 260, - close: 279.9, - volume: 595397009, - change: 0.7, - index: 74 - }), - new StockTeslaItem( - { - date: `2021-02-10`, - open: 281.6, - high: 293.5, - low: 266.7, - close: 268.3, - volume: 445813486, - change: -4.7, - index: 75 - }), - new StockTeslaItem( - { - date: `2021-02-22`, - open: 270.8, - high: 276.6, - low: 236.7, - close: 238.2, - volume: 496372009, - change: -12.1, - index: 76 - }), - new StockTeslaItem( - { - date: `2021-03-03`, - open: 220.7, - high: 290.7, - low: 206.3, - close: 217.7, - volume: 793689739, - change: -1.3, - index: 77 - }), - new StockTeslaItem( - { - date: `2021-03-12`, - open: 218.6, - high: 291.3, - low: 179.8, - close: 231.2, - volume: 1215209162, - change: 5.8, - index: 78 - }), - new StockTeslaItem( - { - date: `2021-03-23`, - open: 231.4, - high: 237.7, - low: 208.2, - close: 220.7, - volume: 744776145, - change: -4.6, - index: 79 - }), - new StockTeslaItem( - { - date: `2021-04-01`, - open: 222.6, - high: 230.8, - low: 197, - close: 220.6, - volume: 730733684, - change: -0.9, - index: 80 - }), - new StockTeslaItem( - { - date: `2021-04-13`, - open: 235.9, - high: 254.3, - low: 222.6, - close: 254.1, - volume: 646721884, - change: 7.7, - index: 81 - }), - new StockTeslaItem( - { - date: `2021-04-22`, - open: 256.9, - high: 260.3, - low: 230.6, - close: 239.9, - volume: 740840774, - change: -6.6, - index: 82 - }), - new StockTeslaItem( - { - date: `2021-05-03`, - open: 239.9, - high: 249.8, - low: 222, - close: 228.3, - volume: 623423313, - change: -4.8, - index: 83 - }), - new StockTeslaItem( - { - date: `2021-05-12`, - open: 226.3, - high: 230, - low: 195.6, - close: 196.6, - volume: 643844974, - change: -13.1, - index: 84 - }), - new StockTeslaItem( - { - date: `2021-05-21`, - open: 200.5, - high: 202.2, - low: 182.3, - close: 193.6, - volume: 729192883, - change: -3.4, - index: 85 - }), - new StockTeslaItem( - { - date: `2021-06-02`, - open: 193.9, - high: 211.9, - low: 191.2, - close: 201.7, - volume: 545095944, - change: 4, - index: 86 - }), - new StockTeslaItem( - { - date: `2021-06-11`, - open: 200.6, - high: 207.7, - low: 190.4, - close: 203.3, - volume: 478366128, - change: 1.3, - index: 87 - }), - new StockTeslaItem( - { - date: `2021-06-22`, - open: 204.1, - high: 210.5, - low: 197.8, - close: 207.9, - volume: 454698495, - change: 1.9, - index: 88 - }), - new StockTeslaItem( - { - date: `2021-07-01`, - open: 210.7, - high: 232.5, - low: 210, - close: 226, - volume: 558441596, - change: 7.3, - index: 89 - }), - new StockTeslaItem( - { - date: `2021-07-13`, - open: 226.3, - high: 233.3, - low: 206.8, - close: 222.8, - volume: 470942387, - change: -1.5, - index: 90 - }), - new StockTeslaItem( - { - date: `2021-07-22`, - open: 223.6, - high: 226.2, - low: 207.1, - close: 216.4, - volume: 372195097, - change: -3.2, - index: 91 - }), - new StockTeslaItem( - { - date: `2021-08-02`, - open: 215.5, - high: 242.3, - low: 209.1, - close: 236.6, - volume: 547284685, - change: 9.8, - index: 92 - }), - new StockTeslaItem( - { - date: `2021-08-11`, - open: 239.7, - high: 241.6, - low: 232.5, - close: 235.9, - volume: 315341455, - change: -1.6, - index: 93 - }), - new StockTeslaItem( - { - date: `2021-08-20`, - open: 235.4, - high: 243.3, - low: 216.3, - close: 226.8, - volume: 392227478, - change: -3.7, - index: 94 - }), - new StockTeslaItem( - { - date: `2021-08-31`, - open: 228.5, - high: 246.8, - low: 226.9, - close: 245.2, - volume: 337503634, - change: 7.3, - index: 95 - }), - new StockTeslaItem( - { - date: `2021-09-10`, - open: 244.7, - high: 254.8, - low: 241.4, - close: 245.4, - volume: 328100734, - change: 0.3, - index: 96 - }), - new StockTeslaItem( - { - date: `2021-09-21`, - open: 246.7, - high: 253.7, - low: 236.3, - close: 246.5, - volume: 420153012, - change: -0.1, - index: 97 - }), - new StockTeslaItem( - { - date: `2021-09-30`, - open: 247.8, - high: 266.3, - low: 246.4, - close: 258.5, - volume: 422393262, - change: 4.3, - index: 98 - }), - new StockTeslaItem( - { - date: `2021-10-11`, - open: 259.5, - high: 269, - low: 254.5, - close: 264, - volume: 392144589, - change: 1.7, - index: 99 - }), - new StockTeslaItem( - { - date: `2021-10-20`, - open: 267, - high: 292.6, - low: 265.5, - close: 288.6, - volume: 368796877, - change: 8.1, - index: 100 - }), - new StockTeslaItem( - { - date: `2021-10-29`, - open: 285.3, - high: 371.7, - low: 285.2, - close: 371.3, - volume: 825862313, - change: 30.1, - index: 101 - }), - new StockTeslaItem( - { - date: `2021-11-09`, - open: 381.7, - high: 414.5, - low: 337.2, - close: 341.2, - volume: 818978542, - change: -10.6, - index: 102 - }), - new StockTeslaItem( - { - date: `2021-11-18`, - open: 336.8, - high: 373.2, - low: 326.2, - close: 365.5, - volume: 613304311, - change: 8.5, - index: 103 - }), - new StockTeslaItem( - { - date: `2021-11-30`, - open: 366.3, - high: 400.6, - low: 354, - close: 381.6, - volume: 515052382, - change: 4.2, - index: 104 - }), - new StockTeslaItem( - { - date: `2021-12-09`, - open: 386.9, - high: 390.9, - low: 316.8, - close: 334.6, - volume: 473333567, - change: -13.5, - index: 105 - }), - new StockTeslaItem( - { - date: `2021-12-20`, - open: 336.2, - high: 340.3, - low: 297.8, - close: 300, - volume: 524367113, - change: -10.8, - index: 106 - }), - new StockTeslaItem( - { - date: `2021-12-30`, - open: 305.6, - high: 373, - low: 295.4, - close: 356.8, - volume: 492530059, - change: 16.7, - index: 107 - }), - new StockTeslaItem( - { - date: `2022-01-10`, - open: 357.8, - high: 402.7, - low: 326.7, - close: 352.7, - volume: 592103938, - change: -1.4, - index: 108 - }), - new StockTeslaItem( - { - date: `2022-01-20`, - open: 351.2, - high: 371.9, - low: 331.3, - close: 332.1, - volume: 532857144, - change: -5.4, - index: 109 - }), - new StockTeslaItem( - { - date: `2022-01-31`, - open: 332.1, - high: 334.8, - low: 264, - close: 312.2, - volume: 833589022, - change: -6, - index: 110 - }), - new StockTeslaItem( - { - date: `2022-02-09`, - open: 311.7, - high: 315.9, - low: 293.5, - close: 310.7, - volume: 456395505, - change: -0.3, - index: 111 - }), - new StockTeslaItem( - { - date: `2022-02-18`, - open: 302.8, - high: 314.6, - low: 279.2, - close: 285.7, - volume: 446153356, - change: -5.7, - index: 112 - }), - new StockTeslaItem( - { - date: `2022-03-02`, - open: 278, - high: 296.6, - low: 233.3, - close: 293.3, - volume: 638352514, - change: 5.5, - index: 113 - }), - new StockTeslaItem( - { - date: `2022-03-11`, - open: 292.9, - high: 295.5, - low: 260.7, - close: 265.1, - volume: 466566467, - change: -9.5, - index: 114 - }), - new StockTeslaItem( - { - date: `2022-03-22`, - open: 260.2, - high: 332.6, - low: 252, - close: 331.3, - volume: 576869668, - change: 27.3, - index: 115 - }), - new StockTeslaItem( - { - date: `2022-03-31`, - open: 326.6, - high: 371.6, - low: 325.5, - close: 359.2, - volume: 536607263, - change: 10, - index: 116 - }), - new StockTeslaItem( - { - date: `2022-04-11`, - open: 360.4, - high: 384.3, - low: 324.9, - close: 325.3, - volume: 499682510, - change: -9.7, - index: 117 - }), - new StockTeslaItem( - { - date: `2022-04-21`, - open: 332.5, - high: 364.1, - low: 324.4, - close: 336.3, - volume: 457210487, - change: 1.1, - index: 118 - }), - new StockTeslaItem( - { - date: `2022-05-02`, - open: 338.3, - high: 345, - low: 273.9, - close: 301, - volume: 639990965, - change: -11, - index: 119 - }), - new StockTeslaItem( - { - date: `2022-05-11`, - open: 301.1, - high: 318.5, - low: 242.4, - close: 244.7, - volume: 583211967, - change: -18.7, - index: 120 - }), - new StockTeslaItem( - { - date: `2022-05-20`, - open: 233.7, - high: 262.4, - low: 211, - close: 221.3, - volume: 721880082, - change: -5.3, - index: 121 - }), - new StockTeslaItem( - { - date: `2022-06-01`, - open: 218.3, - high: 259.6, - low: 206.9, - close: 246.8, - volume: 644596235, - change: 13, - index: 122 - }), - new StockTeslaItem( - { - date: `2022-06-10`, - open: 244.2, - high: 264.2, - low: 227.9, - close: 232.2, - volume: 633672873, - change: -4.9, - index: 123 - }), - new StockTeslaItem( - { - date: `2022-06-22`, - open: 223.2, - high: 246.8, - low: 208.7, - close: 236.1, - volume: 744240764, - change: 5.8, - index: 124 - }), - new StockTeslaItem( - { - date: `2022-07-01`, - open: 237.9, - high: 252.1, - low: 218.9, - close: 227.3, - volume: 631776422, - change: -4.5, - index: 125 - }), - new StockTeslaItem( - { - date: `2022-07-13`, - open: 223, - high: 255, - low: 216.2, - close: 237, - volume: 625812242, - change: 6.3, - index: 126 - }), - new StockTeslaItem( - { - date: `2022-07-22`, - open: 234.9, - high: 280.8, - low: 229.3, - close: 272.2, - volume: 646037224, - change: 15.9, - index: 127 - }), - new StockTeslaItem( - { - date: `2022-08-02`, - open: 272.2, - high: 311.9, - low: 256.3, - close: 300.6, - volume: 611660612, - change: 10.4, - index: 128 - }), - new StockTeslaItem( - { - date: `2022-08-11`, - open: 305, - high: 313.6, - low: 279.4, - close: 286.6, - volume: 616204291, - change: -6, - index: 129 - }), - new StockTeslaItem( - { - date: `2022-08-22`, - open: 289.4, - high: 314.7, - low: 285, - close: 289.9, - volume: 490658060, - change: 0.2, - index: 130 - }), - new StockTeslaItem( - { - date: `2022-08-31`, - open: 291.5, - high: 303.6, - low: 271.8, - close: 275.6, - volume: 376152572, - change: -5.4, - index: 131 - }), - new StockTeslaItem( - { - date: `2022-09-12`, - open: 272.6, - high: 305.5, - low: 265.7, - close: 304.4, - volume: 367924580, - change: 11.7, - index: 132 - }), - new StockTeslaItem( - { - date: `2022-09-21`, - open: 292.9, - high: 313.8, - low: 290.4, - close: 300.8, - volume: 477171180, - change: 2.7, - index: 133 - }), - new StockTeslaItem( - { - date: `2022-09-30`, - open: 299.9, - high: 301.3, - low: 262.5, - close: 265.2, - volume: 454307920, - change: -11.5, - index: 134 - }), - new StockTeslaItem( - { - date: `2022-10-11`, - open: 254.5, - high: 257.5, - low: 215, - close: 216.5, - volume: 593078170, - change: -14.9, - index: 135 - }), - new StockTeslaItem( - { - date: `2022-10-20`, - open: 215.3, - high: 229.8, - low: 202, - close: 207.3, - volume: 592158560, - change: -3.7, - index: 136 - }), - new StockTeslaItem( - { - date: `2022-10-31`, - open: 206.4, - high: 233.8, - low: 198.6, - close: 227.5, - volume: 550341050, - change: 10.2, - index: 137 - }), - new StockTeslaItem( - { - date: `2022-11-09`, - open: 234, - high: 237.4, - low: 177.1, - close: 177.6, - volume: 630702790, - change: -24.1, - index: 138 - }), - new StockTeslaItem( - { - date: `2022-11-18`, - open: 189.9, - high: 200.8, - low: 176.6, - close: 180.2, - volume: 637579480, - change: -5.1, - index: 139 - }), - new StockTeslaItem( - { - date: `2022-11-30`, - open: 175.8, - high: 194.8, - low: 166.2, - close: 194.7, - volume: 617126140, - change: 10.7, - index: 140 - }), - new StockTeslaItem( - { - date: `2022-12-09`, - open: 197.1, - high: 198.9, - low: 169.1, - close: 179, - volume: 625675690, - change: -9.1, - index: 141 - }), - new StockTeslaItem( - { - date: `2022-12-20`, - open: 176.1, - high: 177.4, - low: 137.7, - close: 137.8, - volume: 986660100, - change: -21.7, - index: 142 - }), - new StockTeslaItem( - { - date: `2022-12-30`, - open: 139.3, - high: 141.3, - low: 108.2, - close: 123.2, - volume: 1331911900, - change: -11.6, - index: 143 - }), - new StockTeslaItem( - { - date: `2023-01-11`, - open: 118.5, - high: 126, - low: 101.8, - close: 123.2, - volume: 1332426500, - change: 4, - index: 144 - }), - new StockTeslaItem( - { - date: `2023-01-23`, - open: 122.6, - high: 145.4, - low: 115.6, - close: 143.8, - volume: 1244541500, - change: 17.3, - index: 145 - }), - new StockTeslaItem( - { - date: `2023-02-01`, - open: 143, - high: 183.8, - low: 138.1, - close: 181.4, - volume: 1534337700, - change: 26.9, - index: 146 - }), - new StockTeslaItem( - { - date: `2023-02-10`, - open: 187.3, - high: 214, - low: 182.6, - close: 196.9, - volume: 1423167800, - change: 5.1, - index: 147 - }), - new StockTeslaItem( - { - date: `2023-02-22`, - open: 194.4, - high: 217.6, - low: 187.6, - close: 200.9, - volume: 1386211900, - change: 3.3, - index: 148 - }), - new StockTeslaItem( - { - date: `2023-03-03`, - open: 203.9, - high: 211.2, - low: 186, - close: 197.8, - volume: 1095786600, - change: -3, - index: 149 - }), - new StockTeslaItem( - { - date: `2023-03-14`, - open: 198.5, - high: 198.6, - low: 163.9, - close: 183.3, - volume: 1101144600, - change: -7.7, - index: 150 - }), - new StockTeslaItem( - { - date: `2023-03-23`, - open: 180.8, - high: 200.7, - low: 176, - close: 192.2, - volume: 978213300, - change: 6.3, - index: 151 - }), - new StockTeslaItem( - { - date: `2023-04-03`, - open: 191.6, - high: 207.8, - low: 185.4, - close: 194.8, - volume: 909718040, - change: 1.6, - index: 152 - }), - new StockTeslaItem( - { - date: `2023-04-13`, - open: 197.3, - high: 198.7, - low: 176.1, - close: 185.9, - volume: 905319000, - change: -5.8, - index: 153 - }), - new StockTeslaItem( - { - date: `2023-04-24`, - open: 184, - high: 189.7, - low: 158.6, - close: 162.6, - volume: 905416980, - change: -11.6, - index: 154 - }), - new StockTeslaItem( - { - date: `2023-05-03`, - open: 159.8, - high: 165.5, - low: 152.4, - close: 160.6, - volume: 881897100, - change: 0.5, - index: 155 - }), - new StockTeslaItem( - { - date: `2023-05-12`, - open: 162.7, - high: 177.4, - low: 159.6, - close: 168, - volume: 785510430, - change: 3.2, - index: 156 - }), - new StockTeslaItem( - { - date: `2023-05-23`, - open: 167.7, - high: 193, - low: 164.4, - close: 185.8, - volume: 864025390, - change: 10.8, - index: 157 - }), - new StockTeslaItem( - { - date: `2023-06-02`, - open: 182.2, - high: 217.2, - low: 178.2, - close: 214, - volume: 988496020, - change: 17.4, - index: 158 - }), - new StockTeslaItem( - { - date: `2023-06-13`, - open: 217.8, - high: 259.7, - low: 212.5, - close: 258.7, - volume: 1161622400, - change: 18.8, - index: 159 - }), - new StockTeslaItem( - { - date: `2023-06-23`, - open: 260.2, - high: 277, - low: 247.3, - close: 256.6, - volume: 1220407300, - change: -1.4, - index: 160 - }), - new StockTeslaItem( - { - date: `2023-07-05`, - open: 250.1, - high: 284.2, - low: 240.7, - close: 282.5, - volume: 999163700, - change: 13, - index: 161 - }), - new StockTeslaItem( - { - date: `2023-07-14`, - open: 278.1, - high: 285.3, - low: 265.1, - close: 281.4, - volume: 774400400, - change: 1.2, - index: 162 - }), - new StockTeslaItem( - { - date: `2023-07-25`, - open: 286.6, - high: 299.3, - low: 254.1, - close: 265.3, - volume: 973076400, - change: -7.4, - index: 163 - }), - new StockTeslaItem( - { - date: `2023-08-03`, - open: 263.2, - high: 269.1, - low: 250.5, - close: 259.3, - volume: 678809820, - change: -1.5, - index: 164 - }), - new StockTeslaItem( - { - date: `2023-08-14`, - open: 261, - high: 264.8, - low: 233.8, - close: 239.8, - volume: 716008860, - change: -8.1, - index: 165 - }), - new StockTeslaItem( - { - date: `2023-08-23`, - open: 238.7, - high: 240.8, - low: 212.4, - close: 236.9, - volume: 825055300, - change: -0.8, - index: 166 - }), - new StockTeslaItem( - { - date: `2023-09-01`, - open: 238.7, - high: 261.2, - low: 228.2, - close: 245, - volume: 811502630, - change: 2.7, - index: 167 - }), - new StockTeslaItem( - { - date: `2023-09-13`, - open: 245, - high: 278.4, - low: 243.3, - close: 271.3, - volume: 902643400, - change: 10.7, - index: 168 - }), - new StockTeslaItem( - { - date: `2023-09-22`, - open: 271.3, - high: 279, - low: 244.5, - close: 244.9, - volume: 816639600, - change: -9.7, - index: 169 - }), - new StockTeslaItem( - { - date: `2023-10-03`, - open: 243.4, - high: 254.8, - low: 234.6, - close: 246.5, - volume: 814604700, - change: 1.3, - index: 170 - }), - new StockTeslaItem( - { - date: `2023-10-12`, - open: 248.1, - high: 268.9, - low: 247.6, - close: 258.9, - volume: 806250900, - change: 4.3, - index: 171 - }), - new StockTeslaItem( - { - date: `2023-10-23`, - open: 258.9, - high: 259.6, - low: 202.5, - close: 212.1, - volume: 869390890, - change: -18.1, - index: 172 - }), - new StockTeslaItem( - { - date: `2023-11-01`, - open: 216.5, - high: 222, - low: 194.1, - close: 205.7, - volume: 811468170, - change: -5, - index: 173 - }), - new StockTeslaItem( - { - date: `2023-11-10`, - open: 213, - high: 226.4, - low: 205.7, - close: 214.6, - volume: 859763700, - change: 0.8, - index: 174 - }), - new StockTeslaItem( - { - date: `2023-11-21`, - open: 215.6, - high: 246.7, - low: 211.6, - close: 241.2, - volume: 959006600, - change: 11.9, - index: 175 - }), - new StockTeslaItem( - { - date: `2023-12-01`, - open: 242, - high: 252.8, - low: 231.4, - close: 238.8, - volume: 832910200, - change: -1.3, - index: 176 - }), - new StockTeslaItem( - { - date: `2023-12-12`, - open: 235.8, - high: 246.7, - low: 233.3, - close: 237, - volume: 772018400, - change: 0.5, - index: 177 - }), - new StockTeslaItem( - { - date: `2023-12-21`, - open: 234.2, - high: 259.8, - low: 228.2, - close: 254.5, - volume: 900893400, - change: 8.7, - index: 178 - }), - new StockTeslaItem( - { - date: `2024-01-03`, - open: 256.8, - high: 265.1, - low: 236.3, - close: 238.4, - volume: 727005170, - change: -7.1, - index: 179 - }), - new StockTeslaItem( - { - date: `2024-01-12`, - open: 239.2, - high: 242.7, - low: 217.2, - close: 218.9, - volume: 697536380, - change: -8.5, - index: 180 - }), - new StockTeslaItem( - { - date: `2024-01-24`, - open: 215.1, - high: 223.5, - low: 206.3, - close: 207.8, - volume: 777303400, - change: -3.4, - index: 181 - }), - new StockTeslaItem( - { - date: `2024-02-02`, - open: 189.7, - high: 196.4, - low: 180.1, - close: 187.9, - volume: 846092780, - change: -0.9, - index: 182 - }), - new StockTeslaItem( - { - date: `2024-02-13`, - open: 184.3, - high: 194.7, - low: 175, - close: 184, - volume: 718274070, - change: -0.1, - index: 183 - }), - new StockTeslaItem( - { - date: `2024-02-23`, - open: 185.3, - high: 203.2, - low: 183.4, - close: 192, - volume: 693352670, - change: 3.6, - index: 184 - }), - new StockTeslaItem( - { - date: `2024-03-05`, - open: 192.3, - high: 205.6, - low: 177.6, - close: 180.7, - volume: 742344460, - change: -6, - index: 185 - }), - new StockTeslaItem( - { - date: `2024-03-14`, - open: 180, - high: 182.9, - low: 160.5, - close: 162.5, - volume: 701227950, - change: -9.7, - index: 186 - }), - new StockTeslaItem( - { - date: `2024-03-25`, - open: 163.2, - high: 178.2, - low: 160.8, - close: 172.6, - volume: 589466660, - change: 5.8, - index: 187 - }), - new StockTeslaItem( - { - date: `2024-04-04`, - open: 178.6, - high: 184.2, - low: 163.3, - close: 171.1, - volume: 676969950, - change: -4.2, - index: 188 - }), - new StockTeslaItem( - { - date: `2024-04-15`, - open: 169.1, - high: 179.2, - low: 160.5, - close: 161.5, - volume: 694829970, - change: -4.5, - index: 189 - }), - new StockTeslaItem( - { - date: `2024-04-24`, - open: 156.7, - high: 168, - low: 138.8, - close: 162.1, - volume: 775433710, - change: 3.4, - index: 190 - }), - new StockTeslaItem( - { - date: `2024-05-03`, - open: 159, - high: 198.9, - low: 158.4, - close: 181.2, - volume: 864614000, - change: 14, - index: 191 - }), - new StockTeslaItem( - { - date: `2024-05-14`, - open: 183.8, - high: 187.6, - low: 167.8, - close: 177.6, - volume: 531409380, - change: -3.4, - index: 192 - }), - new StockTeslaItem( - { - date: `2024-05-23`, - open: 179.9, - high: 186.9, - low: 171.4, - close: 173.7, - volume: 554203970, - change: -3.4, - index: 193 - }), - new StockTeslaItem( - { - date: `2024-06-04`, - open: 174.8, - high: 182.7, - low: 173.2, - close: 174.8, - volume: 453828370, - change: 0, - index: 194 - }), - new StockTeslaItem( - { - date: `2024-06-13`, - open: 175.4, - high: 191.1, - low: 167.4, - close: 182.5, - volume: 509090870, - change: 4.1, - index: 195 - }), - new StockTeslaItem( - { - date: `2024-06-25`, - open: 185.8, - high: 188.8, - low: 176.9, - close: 187.4, - volume: 505399520, - change: 0.8, - index: 196 - }), - new StockTeslaItem( - { - date: `2024-07-05`, - open: 186.5, - high: 252.4, - low: 186.4, - close: 251.5, - volume: 925723660, - change: 34.8, - index: 197 - }), - new StockTeslaItem( - { - date: `2024-07-16`, - open: 247.7, - high: 271, - low: 233.1, - close: 256.6, - volume: 1097390000, - change: 3.6, - index: 198 - }), - new StockTeslaItem( - { - date: `2024-07-25`, - open: 252.7, - high: 258.5, - low: 214.7, - close: 220.2, - volume: 795590700, - change: -12.9, - index: 199 - }), - new StockTeslaItem( - { - date: `2024-08-05`, - open: 221.2, - high: 234.7, - low: 182, - close: 198.9, - volume: 658914080, - change: -10.1, - index: 200 - }), - new StockTeslaItem( - { - date: `2024-08-14`, - open: 200.8, - high: 208.5, - low: 191.5, - close: 201.4, - volume: 479168160, - change: 0.3, - index: 201 - }), - new StockTeslaItem( - { - date: `2024-08-23`, - open: 205, - high: 228.2, - low: 204.8, - close: 220.3, - volume: 560235700, - change: 7.5, - index: 202 - }), - new StockTeslaItem( - { - date: `2024-09-04`, - open: 218.8, - high: 222.2, - low: 202.6, - close: 219.4, - volume: 469284350, - change: 0.3, - index: 203 - }), - new StockTeslaItem( - { - date: `2024-09-13`, - open: 223.5, - high: 235, - low: 210.5, - close: 230.3, - volume: 592950440, - change: 3, - index: 204 - }), - new StockTeslaItem( - { - date: `2024-09-24`, - open: 229.3, - high: 257.2, - low: 223.5, - close: 254.3, - volume: 577086700, - change: 10.9, - index: 205 - }), - new StockTeslaItem( - { - date: `2024-10-03`, - open: 252.5, - high: 264.9, - low: 237.8, - close: 240.7, - volume: 546148740, - change: -4.7, - index: 206 - }), - new StockTeslaItem( - { - date: `2024-10-14`, - open: 246.7, - high: 251, - low: 213.7, - close: 219.2, - volume: 589440130, - change: -11.2, - index: 207 - }), - new StockTeslaItem( - { - date: `2024-10-23`, - open: 220, - high: 224.3, - low: 212.1, - close: 213.6, - volume: 384561880, - change: -2.9, - index: 208 - }), - new StockTeslaItem( - { - date: `2024-11-01`, - open: 244.7, - high: 273.5, - low: 242.6, - close: 249, - volume: 732392780, - change: 1.8, - index: 209 - }), - new StockTeslaItem( - { - date: `2024-11-12`, - open: 244.6, - high: 358.6, - low: 238.9, - close: 328.5, - volume: 991653160, - change: 34.3, - index: 210 - }), - new StockTeslaItem( - { - date: `2024-11-21`, - open: 335.8, - high: 348.5, - low: 309.2, - close: 339.6, - volume: 700324320, - change: 1.1, - index: 211 - }), - new StockTeslaItem( - { - date: `2024-12-03`, - open: 341.1, - high: 361.9, - low: 326.6, - close: 351.4, - volume: 478645220, - change: 3, - index: 212 - }), - new StockTeslaItem( - { - date: `2024-12-12`, - open: 353, - high: 429.3, - low: 348.6, - close: 418.1, - volume: 599082110, - change: 18.4, - index: 213 - }), - new StockTeslaItem( - { - date: `2024-12-23`, - open: 420, - high: 481.5, - low: 415.4, - close: 430.6, - volume: 807128120, - change: 2.5, - index: 214 - }), - new StockTeslaItem( - { - date: `2025-01-03`, - open: 435.9, - high: 465.3, - low: 373, - close: 410.4, - volume: 565769940, - change: -5.8, - index: 215 - }), - new StockTeslaItem( - { - date: `2025-01-15`, - open: 423.2, - high: 429.8, - low: 377.3, - close: 428.2, - volume: 530063170, - change: 1.2, - index: 216 - }), - new StockTeslaItem( - { - date: `2025-01-27`, - open: 423.5, - high: 439.7, - low: 389, - close: 397.2, - volume: 476854060, - change: -6.2, - index: 217 - }), - new StockTeslaItem( - { - date: `2025-02-05`, - open: 396.9, - high: 420, - low: 374.4, - close: 378.2, - volume: 507024510, - change: -4.7, - index: 218 - }), - new StockTeslaItem( - { - date: `2025-02-14`, - open: 373, - high: 380.6, - low: 325.1, - close: 355.8, - volume: 607376290, - change: -4.6, - index: 219 - }), - new StockTeslaItem( - { - date: `2025-02-26`, - open: 355, - high: 367.3, - low: 288, - close: 290.8, - volume: 549149490, - change: -18.1, - index: 220 - }), - new StockTeslaItem( - { - date: `2025-03-07`, - open: 291.2, - high: 303.9, - low: 250.7, - close: 262.7, - volume: 754567280, - change: -9.8, - index: 221 - }), - new StockTeslaItem( - { - date: `2025-03-18`, - open: 252.5, - high: 253.4, - low: 217, - close: 225.3, - volume: 944623000, - change: -10.8, - index: 222 - }), - new StockTeslaItem( - { - date: `2025-03-27`, - open: 231.6, - high: 291.8, - low: 229.2, - close: 273.1, - volume: 982018670, - change: 17.9, - index: 223 - }), - new StockTeslaItem( - { - date: `2025-04-07`, - open: 275.6, - high: 285, - low: 214.2, - close: 233.3, - volume: 1117950500, - change: -15.3, - index: 224 - }), - new StockTeslaItem( - { - date: `2025-04-16`, - open: 245, - high: 274.7, - low: 217.8, - close: 241.6, - volume: 993815820, - change: -1.4, - index: 225 - }), - new StockTeslaItem( - { - date: `2025-04-28`, - open: 243.5, - high: 294.9, - low: 222.8, - close: 285.9, - volume: 866169890, - change: 17.4, - index: 226 - }), + new StockTeslaItem({ date: `2019-01-10`, open: 20.4, high: 23, low: 19.8, close: 23, volume: 779333701, change: 12.7, index: 0 }), + new StockTeslaItem({ date: `2019-01-22`, open: 22.8, high: 23.5, low: 19.7, close: 19.9, volume: 911781100, change: -12.6, index: 1 }), + new StockTeslaItem({ date: `2019-01-31`, open: 19.5, high: 20.8, low: 18.6, close: 20.5, volume: 926375717, change: 5, index: 2 }), + new StockTeslaItem({ date: `2019-02-11`, open: 20.4, high: 21.6, low: 19.9, close: 20.9, volume: 687520471, change: 2.4, index: 3 }), + new StockTeslaItem({ date: `2019-02-21`, open: 21.1, high: 21.2, low: 19.4, close: 19.4, volume: 597552272, change: -7.9, index: 4 }), + new StockTeslaItem({ date: `2019-03-04`, open: 19.6, high: 21.3, low: 18.9, close: 19, volume: 1218669201, change: -3.1, index: 5 }), + new StockTeslaItem({ date: `2019-03-13`, open: 18.8, high: 19.5, low: 18, close: 19.3, volume: 1034156904, change: 2.5, index: 6 }), + new StockTeslaItem({ date: `2019-03-22`, open: 19.5, high: 19.7, low: 17.6, close: 17.6, volume: 980694095, change: -9.5, index: 7 }), + new StockTeslaItem({ date: `2019-04-02`, open: 17.3, high: 19.3, low: 17, close: 19.1, volume: 788473494, change: 10.1, index: 8 }), + new StockTeslaItem({ date: `2019-04-11`, open: 19.2, high: 19.7, low: 17.4, close: 17.9, volume: 1165555442, change: -6.6, index: 9 }), + new StockTeslaItem({ date: `2019-04-23`, open: 18, high: 18.3, low: 17, close: 17.6, volume: 870373200, change: -2.3, index: 10 }), + new StockTeslaItem({ date: `2019-05-02`, open: 17.6, high: 17.7, low: 15.4, close: 16.3, volume: 1629432326, change: -7.5, index: 11 }), + new StockTeslaItem({ date: `2019-05-13`, open: 16.3, high: 17.2, low: 15, close: 15.1, volume: 1131045605, change: -6.9, index: 12 }), + new StockTeslaItem({ date: `2019-05-22`, open: 15.3, high: 15.6, low: 12.8, close: 12.8, volume: 1455503588, change: -15.9, index: 13 }), + new StockTeslaItem({ date: `2019-06-03`, open: 13, high: 13.3, low: 11.8, close: 11.9, volume: 1415442268, change: -7.9, index: 14 }), + new StockTeslaItem({ date: `2019-06-12`, open: 12.1, high: 14.9, low: 12, close: 14, volume: 1515000443, change: 15.6, index: 15 }), + new StockTeslaItem({ date: `2019-06-21`, open: 14, high: 15.6, low: 13.8, close: 14.8, volume: 1009123371, change: 5.5, index: 16 }), + new StockTeslaItem({ date: `2019-07-02`, open: 14.9, high: 15.5, low: 14.5, close: 15, volume: 766921642, change: 0.6, index: 17 }), + new StockTeslaItem({ date: `2019-07-12`, open: 16, high: 16.4, low: 15.2, close: 16.3, volume: 887983836, change: 2.4, index: 18 }), + new StockTeslaItem({ date: `2019-07-23`, open: 16.5, high: 17.5, low: 16.3, close: 17.3, volume: 788941000, change: 4.9, index: 19 }), + new StockTeslaItem({ date: `2019-08-01`, open: 17.3, high: 17.7, low: 14.8, close: 15.6, volume: 1175082297, change: -9.8, index: 20 }), + new StockTeslaItem({ date: `2019-08-12`, open: 15.4, high: 16, low: 15, close: 15.3, volume: 560129569, change: -1, index: 21 }), + new StockTeslaItem({ date: `2019-08-21`, open: 15.3, high: 15.7, low: 14.1, close: 14.7, volume: 677293701, change: -3.5, index: 22 }), + new StockTeslaItem({ date: `2019-08-30`, open: 14.9, high: 15.5, low: 14.1, close: 15, volume: 650239370, change: 1.3, index: 23 }), + new StockTeslaItem({ date: `2019-09-11`, open: 14.9, high: 16.5, low: 14.6, close: 16.5, volume: 636766167, change: 10.3, index: 24 }), + new StockTeslaItem({ date: `2019-09-20`, open: 16.5, high: 16.9, low: 15.9, close: 16, volume: 572802643, change: -2.9, index: 25 }), + new StockTeslaItem({ date: `2019-10-01`, open: 16, high: 16.6, low: 14.6, close: 16.3, volume: 931821239, change: 2, index: 26 }), + new StockTeslaItem({ date: `2019-10-10`, open: 16.2, high: 16.6, low: 15, close: 16.3, volume: 891798049, change: 0.6, index: 27 }), + new StockTeslaItem({ date: `2019-10-21`, open: 16.5, high: 17.7, low: 16.5, close: 16.9, volume: 713093463, change: 2.6, index: 28 }), + new StockTeslaItem({ date: `2019-10-30`, open: 17, high: 22.7, low: 16.7, close: 21, volume: 1752943598, change: 23.9, index: 29 }), + new StockTeslaItem({ date: `2019-11-08`, open: 20.9, high: 22.8, low: 20.6, close: 22.5, volume: 834957256, change: 7.7, index: 30 }), + new StockTeslaItem({ date: `2019-11-19`, open: 22.9, high: 24, low: 22.8, close: 24, volume: 738746390, change: 4.5, index: 31 }), + new StockTeslaItem({ date: `2019-11-29`, open: 24, high: 24.1, low: 21.8, close: 22, volume: 870685288, change: -8.4, index: 32 }), + new StockTeslaItem({ date: `2019-12-10`, open: 22, high: 23.4, low: 21.8, close: 23.3, volume: 712016613, change: 5.9, index: 33 }), + new StockTeslaItem({ date: `2019-12-19`, open: 23.5, high: 27.1, low: 23.4, close: 26.9, volume: 1203765433, change: 14.8, index: 34 }), + new StockTeslaItem({ date: `2019-12-31`, open: 27.4, high: 29, low: 26.7, close: 27.9, volume: 1195073357, change: 2, index: 35 }), + new StockTeslaItem({ date: `2020-01-10`, open: 28.3, high: 33.3, low: 28.1, close: 31.9, volume: 1925386078, change: 12.6, index: 36 }), + new StockTeslaItem({ date: `2020-01-22`, open: 32.9, high: 39.6, low: 32.8, close: 38, volume: 2364043518, change: 15.4, index: 37 }), + new StockTeslaItem({ date: `2020-01-31`, open: 37.6, high: 43.5, low: 36, close: 43.4, volume: 1835141382, change: 15.3, index: 38 }), + new StockTeslaItem({ date: `2020-02-11`, open: 44.9, high: 64.6, low: 44.9, close: 51.6, volume: 3748903126, change: 14.9, index: 39 }), + new StockTeslaItem({ date: `2020-02-21`, open: 51.9, high: 63, low: 49, close: 60.1, volume: 1921517039, change: 15.8, index: 40 }), + new StockTeslaItem({ date: `2020-03-03`, open: 55.9, high: 57.6, low: 40.8, close: 49.7, volume: 2121850940, change: -11.1, index: 41 }), + new StockTeslaItem({ date: `2020-03-12`, open: 50.9, high: 51.1, low: 36.4, close: 37.4, volume: 1553329923, change: -26.6, index: 42 }), + new StockTeslaItem({ date: `2020-03-23`, open: 39.7, high: 40.5, low: 23.4, close: 29, volume: 2487688157, change: -27, index: 43 }), + new StockTeslaItem({ date: `2020-04-01`, open: 31.8, high: 37.3, low: 31.6, close: 32.1, volume: 1785601357, change: 0.9, index: 44 }), + new StockTeslaItem({ date: `2020-04-13`, open: 32.1, high: 43.5, low: 29.8, close: 43.4, volume: 1860352620, change: 35.3, index: 45 }), + new StockTeslaItem({ date: `2020-04-22`, open: 46.6, high: 51.7, low: 44.9, close: 48.8, volume: 2056797321, change: 4.7, index: 46 }), + new StockTeslaItem({ date: `2020-05-01`, open: 48.5, high: 58, low: 45.5, close: 46.8, volume: 2093959203, change: -3.6, index: 47 }), + new StockTeslaItem({ date: `2020-05-12`, open: 46.7, high: 56.2, low: 46.5, close: 54, volume: 1611543246, change: 15.5, index: 48 }), + new StockTeslaItem({ date: `2020-05-21`, open: 54.7, high: 55.6, low: 50.9, close: 55.2, volume: 1262468113, change: 0.8, index: 49 }), + new StockTeslaItem({ date: `2020-06-02`, open: 54.8, high: 60.6, low: 52.3, close: 58.8, volume: 1160487993, change: 7.2, index: 50 }), + new StockTeslaItem({ date: `2020-06-11`, open: 59.2, high: 68.5, low: 57.2, close: 64.9, volume: 1270377400, change: 9.5, index: 51 }), + new StockTeslaItem({ date: `2020-06-22`, open: 65.3, high: 67.9, low: 60.6, close: 66.3, volume: 1217946366, change: 1.5, index: 52 }), + new StockTeslaItem({ date: `2020-07-01`, open: 66.6, high: 75.7, low: 62.5, close: 74.6, volume: 1120591270, change: 12.1, index: 53 }), + new StockTeslaItem({ date: `2020-07-13`, open: 81.4, high: 119.7, low: 79, close: 99.8, volume: 2244920779, change: 22.6, index: 54 }), + new StockTeslaItem({ date: `2020-07-22`, open: 103.7, high: 111.7, low: 95.4, close: 106.2, volume: 1662846099, change: 2.3, index: 55 }), + new StockTeslaItem({ date: `2020-07-31`, open: 111.9, high: 112.6, low: 91.1, close: 95.4, volume: 1573159944, change: -14.8, index: 56 }), + new StockTeslaItem({ date: `2020-08-11`, open: 96.6, high: 101.8, low: 91, close: 91.6, volume: 798587331, change: -5.2, index: 57 }), + new StockTeslaItem({ date: `2020-08-20`, open: 98, high: 134.8, low: 95.7, close: 133.5, volume: 1866534416, change: 36.2, index: 58 }), + new StockTeslaItem({ date: `2020-08-31`, open: 136.3, high: 166.7, low: 128.5, close: 166.1, volume: 2008507459, change: 21.9, index: 59 }), + new StockTeslaItem({ date: `2020-09-10`, open: 167.4, high: 167.5, low: 110, close: 123.8, volume: 1992227059, change: -26, index: 60 }), + new StockTeslaItem({ date: `2020-09-21`, open: 127.3, high: 154, low: 120.2, close: 149.8, volume: 1758737696, change: 17.7, index: 61 }), + new StockTeslaItem({ date: `2020-09-30`, open: 143.2, high: 145.9, low: 117.1, close: 143, volume: 1459893236, change: -0.1, index: 62 }), + new StockTeslaItem({ date: `2020-10-09`, open: 146.9, high: 149.6, low: 135.4, close: 144.7, volume: 985545158, change: -1.5, index: 63 }), + new StockTeslaItem({ date: `2020-10-20`, open: 147.3, high: 155.3, low: 139.7, close: 140.6, volume: 773077727, change: -4.5, index: 64 }), + new StockTeslaItem({ date: `2020-10-29`, open: 140.9, high: 148.4, low: 135.3, close: 136.9, volume: 615339122, change: -2.8, index: 65 }), + new StockTeslaItem({ date: `2020-11-09`, open: 135.6, high: 150.8, low: 126.4, close: 140.4, volume: 669171368, change: 3.5, index: 66 }), + new StockTeslaItem({ date: `2020-11-18`, open: 140, high: 165.3, low: 132, close: 162.2, volume: 760451265, change: 15.8, index: 67 }), + new StockTeslaItem({ date: `2020-11-30`, open: 164, high: 202.6, low: 162.5, close: 189.2, volume: 1046371155, change: 15.4, index: 68 }), + new StockTeslaItem({ date: `2020-12-09`, open: 199.2, high: 218.1, low: 180.4, close: 201.5, volume: 1055933265, change: 1.2, index: 69 }), + new StockTeslaItem({ date: `2020-12-18`, open: 191.5, high: 231.7, low: 188.8, close: 231.7, volume: 1593943601, change: 21, index: 70 }), + new StockTeslaItem({ date: `2020-12-30`, open: 222.1, high: 232.2, low: 204.7, close: 231.6, volume: 791942570, change: 4.3, index: 71 }), + new StockTeslaItem({ date: `2021-01-11`, open: 233.3, high: 294.8, low: 230.4, close: 270.4, volume: 1084025779, change: 15.9, index: 72 }), + new StockTeslaItem({ date: `2021-01-21`, open: 277, high: 289.3, low: 273, close: 281.7, volume: 663774487, change: 1.7, index: 73 }), + new StockTeslaItem({ date: `2021-02-01`, open: 278.1, high: 300.1, low: 260, close: 279.9, volume: 595397009, change: 0.7, index: 74 }), + new StockTeslaItem({ date: `2021-02-10`, open: 281.6, high: 293.5, low: 266.7, close: 268.3, volume: 445813486, change: -4.7, index: 75 }), + new StockTeslaItem({ date: `2021-02-22`, open: 270.8, high: 276.6, low: 236.7, close: 238.2, volume: 496372009, change: -12.1, index: 76 }), + new StockTeslaItem({ date: `2021-03-03`, open: 220.7, high: 290.7, low: 206.3, close: 217.7, volume: 793689739, change: -1.3, index: 77 }), + new StockTeslaItem({ date: `2021-03-12`, open: 218.6, high: 291.3, low: 179.8, close: 231.2, volume: 1215209162, change: 5.8, index: 78 }), + new StockTeslaItem({ date: `2021-03-23`, open: 231.4, high: 237.7, low: 208.2, close: 220.7, volume: 744776145, change: -4.6, index: 79 }), + new StockTeslaItem({ date: `2021-04-01`, open: 222.6, high: 230.8, low: 197, close: 220.6, volume: 730733684, change: -0.9, index: 80 }), + new StockTeslaItem({ date: `2021-04-13`, open: 235.9, high: 254.3, low: 222.6, close: 254.1, volume: 646721884, change: 7.7, index: 81 }), + new StockTeslaItem({ date: `2021-04-22`, open: 256.9, high: 260.3, low: 230.6, close: 239.9, volume: 740840774, change: -6.6, index: 82 }), + new StockTeslaItem({ date: `2021-05-03`, open: 239.9, high: 249.8, low: 222, close: 228.3, volume: 623423313, change: -4.8, index: 83 }), + new StockTeslaItem({ date: `2021-05-12`, open: 226.3, high: 230, low: 195.6, close: 196.6, volume: 643844974, change: -13.1, index: 84 }), + new StockTeslaItem({ date: `2021-05-21`, open: 200.5, high: 202.2, low: 182.3, close: 193.6, volume: 729192883, change: -3.4, index: 85 }), + new StockTeslaItem({ date: `2021-06-02`, open: 193.9, high: 211.9, low: 191.2, close: 201.7, volume: 545095944, change: 4, index: 86 }), + new StockTeslaItem({ date: `2021-06-11`, open: 200.6, high: 207.7, low: 190.4, close: 203.3, volume: 478366128, change: 1.3, index: 87 }), + new StockTeslaItem({ date: `2021-06-22`, open: 204.1, high: 210.5, low: 197.8, close: 207.9, volume: 454698495, change: 1.9, index: 88 }), + new StockTeslaItem({ date: `2021-07-01`, open: 210.7, high: 232.5, low: 210, close: 226, volume: 558441596, change: 7.3, index: 89 }), + new StockTeslaItem({ date: `2021-07-13`, open: 226.3, high: 233.3, low: 206.8, close: 222.8, volume: 470942387, change: -1.5, index: 90 }), + new StockTeslaItem({ date: `2021-07-22`, open: 223.6, high: 226.2, low: 207.1, close: 216.4, volume: 372195097, change: -3.2, index: 91 }), + new StockTeslaItem({ date: `2021-08-02`, open: 215.5, high: 242.3, low: 209.1, close: 236.6, volume: 547284685, change: 9.8, index: 92 }), + new StockTeslaItem({ date: `2021-08-11`, open: 239.7, high: 241.6, low: 232.5, close: 235.9, volume: 315341455, change: -1.6, index: 93 }), + new StockTeslaItem({ date: `2021-08-20`, open: 235.4, high: 243.3, low: 216.3, close: 226.8, volume: 392227478, change: -3.7, index: 94 }), + new StockTeslaItem({ date: `2021-08-31`, open: 228.5, high: 246.8, low: 226.9, close: 245.2, volume: 337503634, change: 7.3, index: 95 }), + new StockTeslaItem({ date: `2021-09-10`, open: 244.7, high: 254.8, low: 241.4, close: 245.4, volume: 328100734, change: 0.3, index: 96 }), + new StockTeslaItem({ date: `2021-09-21`, open: 246.7, high: 253.7, low: 236.3, close: 246.5, volume: 420153012, change: -0.1, index: 97 }), + new StockTeslaItem({ date: `2021-09-30`, open: 247.8, high: 266.3, low: 246.4, close: 258.5, volume: 422393262, change: 4.3, index: 98 }), + new StockTeslaItem({ date: `2021-10-11`, open: 259.5, high: 269, low: 254.5, close: 264, volume: 392144589, change: 1.7, index: 99 }), + new StockTeslaItem({ date: `2021-10-20`, open: 267, high: 292.6, low: 265.5, close: 288.6, volume: 368796877, change: 8.1, index: 100 }), + new StockTeslaItem({ date: `2021-10-29`, open: 285.3, high: 371.7, low: 285.2, close: 371.3, volume: 825862313, change: 30.1, index: 101 }), + new StockTeslaItem({ date: `2021-11-09`, open: 381.7, high: 414.5, low: 337.2, close: 341.2, volume: 818978542, change: -10.6, index: 102 }), + new StockTeslaItem({ date: `2021-11-18`, open: 336.8, high: 373.2, low: 326.2, close: 365.5, volume: 613304311, change: 8.5, index: 103 }), + new StockTeslaItem({ date: `2021-11-30`, open: 366.3, high: 400.6, low: 354, close: 381.6, volume: 515052382, change: 4.2, index: 104 }), + new StockTeslaItem({ date: `2021-12-09`, open: 386.9, high: 390.9, low: 316.8, close: 334.6, volume: 473333567, change: -13.5, index: 105 }), + new StockTeslaItem({ date: `2021-12-20`, open: 336.2, high: 340.3, low: 297.8, close: 300, volume: 524367113, change: -10.8, index: 106 }), + new StockTeslaItem({ date: `2021-12-30`, open: 305.6, high: 373, low: 295.4, close: 356.8, volume: 492530059, change: 16.7, index: 107 }), + new StockTeslaItem({ date: `2022-01-10`, open: 357.8, high: 402.7, low: 326.7, close: 352.7, volume: 592103938, change: -1.4, index: 108 }), + new StockTeslaItem({ date: `2022-01-20`, open: 351.2, high: 371.9, low: 331.3, close: 332.1, volume: 532857144, change: -5.4, index: 109 }), + new StockTeslaItem({ date: `2022-01-31`, open: 332.1, high: 334.8, low: 264, close: 312.2, volume: 833589022, change: -6, index: 110 }), + new StockTeslaItem({ date: `2022-02-09`, open: 311.7, high: 315.9, low: 293.5, close: 310.7, volume: 456395505, change: -0.3, index: 111 }), + new StockTeslaItem({ date: `2022-02-18`, open: 302.8, high: 314.6, low: 279.2, close: 285.7, volume: 446153356, change: -5.7, index: 112 }), + new StockTeslaItem({ date: `2022-03-02`, open: 278, high: 296.6, low: 233.3, close: 293.3, volume: 638352514, change: 5.5, index: 113 }), + new StockTeslaItem({ date: `2022-03-11`, open: 292.9, high: 295.5, low: 260.7, close: 265.1, volume: 466566467, change: -9.5, index: 114 }), + new StockTeslaItem({ date: `2022-03-22`, open: 260.2, high: 332.6, low: 252, close: 331.3, volume: 576869668, change: 27.3, index: 115 }), + new StockTeslaItem({ date: `2022-03-31`, open: 326.6, high: 371.6, low: 325.5, close: 359.2, volume: 536607263, change: 10, index: 116 }), + new StockTeslaItem({ date: `2022-04-11`, open: 360.4, high: 384.3, low: 324.9, close: 325.3, volume: 499682510, change: -9.7, index: 117 }), + new StockTeslaItem({ date: `2022-04-21`, open: 332.5, high: 364.1, low: 324.4, close: 336.3, volume: 457210487, change: 1.1, index: 118 }), + new StockTeslaItem({ date: `2022-05-02`, open: 338.3, high: 345, low: 273.9, close: 301, volume: 639990965, change: -11, index: 119 }), + new StockTeslaItem({ date: `2022-05-11`, open: 301.1, high: 318.5, low: 242.4, close: 244.7, volume: 583211967, change: -18.7, index: 120 }), + new StockTeslaItem({ date: `2022-05-20`, open: 233.7, high: 262.4, low: 211, close: 221.3, volume: 721880082, change: -5.3, index: 121 }), + new StockTeslaItem({ date: `2022-06-01`, open: 218.3, high: 259.6, low: 206.9, close: 246.8, volume: 644596235, change: 13, index: 122 }), + new StockTeslaItem({ date: `2022-06-10`, open: 244.2, high: 264.2, low: 227.9, close: 232.2, volume: 633672873, change: -4.9, index: 123 }), + new StockTeslaItem({ date: `2022-06-22`, open: 223.2, high: 246.8, low: 208.7, close: 236.1, volume: 744240764, change: 5.8, index: 124 }), + new StockTeslaItem({ date: `2022-07-01`, open: 237.9, high: 252.1, low: 218.9, close: 227.3, volume: 631776422, change: -4.5, index: 125 }), + new StockTeslaItem({ date: `2022-07-13`, open: 223, high: 255, low: 216.2, close: 237, volume: 625812242, change: 6.3, index: 126 }), + new StockTeslaItem({ date: `2022-07-22`, open: 234.9, high: 280.8, low: 229.3, close: 272.2, volume: 646037224, change: 15.9, index: 127 }), + new StockTeslaItem({ date: `2022-08-02`, open: 272.2, high: 311.9, low: 256.3, close: 300.6, volume: 611660612, change: 10.4, index: 128 }), + new StockTeslaItem({ date: `2022-08-11`, open: 305, high: 313.6, low: 279.4, close: 286.6, volume: 616204291, change: -6, index: 129 }), + new StockTeslaItem({ date: `2022-08-22`, open: 289.4, high: 314.7, low: 285, close: 289.9, volume: 490658060, change: 0.2, index: 130 }), + new StockTeslaItem({ date: `2022-08-31`, open: 291.5, high: 303.6, low: 271.8, close: 275.6, volume: 376152572, change: -5.4, index: 131 }), + new StockTeslaItem({ date: `2022-09-12`, open: 272.6, high: 305.5, low: 265.7, close: 304.4, volume: 367924580, change: 11.7, index: 132 }), + new StockTeslaItem({ date: `2022-09-21`, open: 292.9, high: 313.8, low: 290.4, close: 300.8, volume: 477171180, change: 2.7, index: 133 }), + new StockTeslaItem({ date: `2022-09-30`, open: 299.9, high: 301.3, low: 262.5, close: 265.2, volume: 454307920, change: -11.5, index: 134 }), + new StockTeslaItem({ date: `2022-10-11`, open: 254.5, high: 257.5, low: 215, close: 216.5, volume: 593078170, change: -14.9, index: 135 }), + new StockTeslaItem({ date: `2022-10-20`, open: 215.3, high: 229.8, low: 202, close: 207.3, volume: 592158560, change: -3.7, index: 136 }), + new StockTeslaItem({ date: `2022-10-31`, open: 206.4, high: 233.8, low: 198.6, close: 227.5, volume: 550341050, change: 10.2, index: 137 }), + new StockTeslaItem({ date: `2022-11-09`, open: 234, high: 237.4, low: 177.1, close: 177.6, volume: 630702790, change: -24.1, index: 138 }), + new StockTeslaItem({ date: `2022-11-18`, open: 189.9, high: 200.8, low: 176.6, close: 180.2, volume: 637579480, change: -5.1, index: 139 }), + new StockTeslaItem({ date: `2022-11-30`, open: 175.8, high: 194.8, low: 166.2, close: 194.7, volume: 617126140, change: 10.7, index: 140 }), + new StockTeslaItem({ date: `2022-12-09`, open: 197.1, high: 198.9, low: 169.1, close: 179, volume: 625675690, change: -9.1, index: 141 }), + new StockTeslaItem({ date: `2022-12-20`, open: 176.1, high: 177.4, low: 137.7, close: 137.8, volume: 986660100, change: -21.7, index: 142 }), + new StockTeslaItem({ date: `2022-12-30`, open: 139.3, high: 141.3, low: 108.2, close: 123.2, volume: 1331911900, change: -11.6, index: 143 }), + new StockTeslaItem({ date: `2023-01-11`, open: 118.5, high: 126, low: 101.8, close: 123.2, volume: 1332426500, change: 4, index: 144 }), + new StockTeslaItem({ date: `2023-01-23`, open: 122.6, high: 145.4, low: 115.6, close: 143.8, volume: 1244541500, change: 17.3, index: 145 }), + new StockTeslaItem({ date: `2023-02-01`, open: 143, high: 183.8, low: 138.1, close: 181.4, volume: 1534337700, change: 26.9, index: 146 }), + new StockTeslaItem({ date: `2023-02-10`, open: 187.3, high: 214, low: 182.6, close: 196.9, volume: 1423167800, change: 5.1, index: 147 }), + new StockTeslaItem({ date: `2023-02-22`, open: 194.4, high: 217.6, low: 187.6, close: 200.9, volume: 1386211900, change: 3.3, index: 148 }), + new StockTeslaItem({ date: `2023-03-03`, open: 203.9, high: 211.2, low: 186, close: 197.8, volume: 1095786600, change: -3, index: 149 }), + new StockTeslaItem({ date: `2023-03-14`, open: 198.5, high: 198.6, low: 163.9, close: 183.3, volume: 1101144600, change: -7.7, index: 150 }), + new StockTeslaItem({ date: `2023-03-23`, open: 180.8, high: 200.7, low: 176, close: 192.2, volume: 978213300, change: 6.3, index: 151 }), + new StockTeslaItem({ date: `2023-04-03`, open: 191.6, high: 207.8, low: 185.4, close: 194.8, volume: 909718040, change: 1.6, index: 152 }), + new StockTeslaItem({ date: `2023-04-13`, open: 197.3, high: 198.7, low: 176.1, close: 185.9, volume: 905319000, change: -5.8, index: 153 }), + new StockTeslaItem({ date: `2023-04-24`, open: 184, high: 189.7, low: 158.6, close: 162.6, volume: 905416980, change: -11.6, index: 154 }), + new StockTeslaItem({ date: `2023-05-03`, open: 159.8, high: 165.5, low: 152.4, close: 160.6, volume: 881897100, change: 0.5, index: 155 }), + new StockTeslaItem({ date: `2023-05-12`, open: 162.7, high: 177.4, low: 159.6, close: 168, volume: 785510430, change: 3.2, index: 156 }), + new StockTeslaItem({ date: `2023-05-23`, open: 167.7, high: 193, low: 164.4, close: 185.8, volume: 864025390, change: 10.8, index: 157 }), + new StockTeslaItem({ date: `2023-06-02`, open: 182.2, high: 217.2, low: 178.2, close: 214, volume: 988496020, change: 17.4, index: 158 }), + new StockTeslaItem({ date: `2023-06-13`, open: 217.8, high: 259.7, low: 212.5, close: 258.7, volume: 1161622400, change: 18.8, index: 159 }), + new StockTeslaItem({ date: `2023-06-23`, open: 260.2, high: 277, low: 247.3, close: 256.6, volume: 1220407300, change: -1.4, index: 160 }), + new StockTeslaItem({ date: `2023-07-05`, open: 250.1, high: 284.2, low: 240.7, close: 282.5, volume: 999163700, change: 13, index: 161 }), + new StockTeslaItem({ date: `2023-07-14`, open: 278.1, high: 285.3, low: 265.1, close: 281.4, volume: 774400400, change: 1.2, index: 162 }), + new StockTeslaItem({ date: `2023-07-25`, open: 286.6, high: 299.3, low: 254.1, close: 265.3, volume: 973076400, change: -7.4, index: 163 }), + new StockTeslaItem({ date: `2023-08-03`, open: 263.2, high: 269.1, low: 250.5, close: 259.3, volume: 678809820, change: -1.5, index: 164 }), + new StockTeslaItem({ date: `2023-08-14`, open: 261, high: 264.8, low: 233.8, close: 239.8, volume: 716008860, change: -8.1, index: 165 }), + new StockTeslaItem({ date: `2023-08-23`, open: 238.7, high: 240.8, low: 212.4, close: 236.9, volume: 825055300, change: -0.8, index: 166 }), + new StockTeslaItem({ date: `2023-09-01`, open: 238.7, high: 261.2, low: 228.2, close: 245, volume: 811502630, change: 2.7, index: 167 }), + new StockTeslaItem({ date: `2023-09-13`, open: 245, high: 278.4, low: 243.3, close: 271.3, volume: 902643400, change: 10.7, index: 168 }), + new StockTeslaItem({ date: `2023-09-22`, open: 271.3, high: 279, low: 244.5, close: 244.9, volume: 816639600, change: -9.7, index: 169 }), + new StockTeslaItem({ date: `2023-10-03`, open: 243.4, high: 254.8, low: 234.6, close: 246.5, volume: 814604700, change: 1.3, index: 170 }), + new StockTeslaItem({ date: `2023-10-12`, open: 248.1, high: 268.9, low: 247.6, close: 258.9, volume: 806250900, change: 4.3, index: 171 }), + new StockTeslaItem({ date: `2023-10-23`, open: 258.9, high: 259.6, low: 202.5, close: 212.1, volume: 869390890, change: -18.1, index: 172 }), + new StockTeslaItem({ date: `2023-11-01`, open: 216.5, high: 222, low: 194.1, close: 205.7, volume: 811468170, change: -5, index: 173 }), + new StockTeslaItem({ date: `2023-11-10`, open: 213, high: 226.4, low: 205.7, close: 214.6, volume: 859763700, change: 0.8, index: 174 }), + new StockTeslaItem({ date: `2023-11-21`, open: 215.6, high: 246.7, low: 211.6, close: 241.2, volume: 959006600, change: 11.9, index: 175 }), + new StockTeslaItem({ date: `2023-12-01`, open: 242, high: 252.8, low: 231.4, close: 238.8, volume: 832910200, change: -1.3, index: 176 }), + new StockTeslaItem({ date: `2023-12-12`, open: 235.8, high: 246.7, low: 233.3, close: 237, volume: 772018400, change: 0.5, index: 177 }), + new StockTeslaItem({ date: `2023-12-21`, open: 234.2, high: 259.8, low: 228.2, close: 254.5, volume: 900893400, change: 8.7, index: 178 }), + new StockTeslaItem({ date: `2024-01-03`, open: 256.8, high: 265.1, low: 236.3, close: 238.4, volume: 727005170, change: -7.1, index: 179 }), + new StockTeslaItem({ date: `2024-01-12`, open: 239.2, high: 242.7, low: 217.2, close: 218.9, volume: 697536380, change: -8.5, index: 180 }), + new StockTeslaItem({ date: `2024-01-24`, open: 215.1, high: 223.5, low: 206.3, close: 207.8, volume: 777303400, change: -3.4, index: 181 }), + new StockTeslaItem({ date: `2024-02-02`, open: 189.7, high: 196.4, low: 180.1, close: 187.9, volume: 846092780, change: -0.9, index: 182 }), + new StockTeslaItem({ date: `2024-02-13`, open: 184.3, high: 194.7, low: 175, close: 184, volume: 718274070, change: -0.1, index: 183 }), + new StockTeslaItem({ date: `2024-02-23`, open: 185.3, high: 203.2, low: 183.4, close: 192, volume: 693352670, change: 3.6, index: 184 }), + new StockTeslaItem({ date: `2024-03-05`, open: 192.3, high: 205.6, low: 177.6, close: 180.7, volume: 742344460, change: -6, index: 185 }), + new StockTeslaItem({ date: `2024-03-14`, open: 180, high: 182.9, low: 160.5, close: 162.5, volume: 701227950, change: -9.7, index: 186 }), + new StockTeslaItem({ date: `2024-03-25`, open: 163.2, high: 178.2, low: 160.8, close: 172.6, volume: 589466660, change: 5.8, index: 187 }), + new StockTeslaItem({ date: `2024-04-04`, open: 178.6, high: 184.2, low: 163.3, close: 171.1, volume: 676969950, change: -4.2, index: 188 }), + new StockTeslaItem({ date: `2024-04-15`, open: 169.1, high: 179.2, low: 160.5, close: 161.5, volume: 694829970, change: -4.5, index: 189 }), + new StockTeslaItem({ date: `2024-04-24`, open: 156.7, high: 168, low: 138.8, close: 162.1, volume: 775433710, change: 3.4, index: 190 }), + new StockTeslaItem({ date: `2024-05-03`, open: 159, high: 198.9, low: 158.4, close: 181.2, volume: 864614000, change: 14, index: 191 }), + new StockTeslaItem({ date: `2024-05-14`, open: 183.8, high: 187.6, low: 167.8, close: 177.6, volume: 531409380, change: -3.4, index: 192 }), + new StockTeslaItem({ date: `2024-05-23`, open: 179.9, high: 186.9, low: 171.4, close: 173.7, volume: 554203970, change: -3.4, index: 193 }), + new StockTeslaItem({ date: `2024-06-04`, open: 174.8, high: 182.7, low: 173.2, close: 174.8, volume: 453828370, change: 0, index: 194 }), + new StockTeslaItem({ date: `2024-06-13`, open: 175.4, high: 191.1, low: 167.4, close: 182.5, volume: 509090870, change: 4.1, index: 195 }), + new StockTeslaItem({ date: `2024-06-25`, open: 185.8, high: 188.8, low: 176.9, close: 187.4, volume: 505399520, change: 0.8, index: 196 }), + new StockTeslaItem({ date: `2024-07-05`, open: 186.5, high: 252.4, low: 186.4, close: 251.5, volume: 925723660, change: 34.8, index: 197 }), + new StockTeslaItem({ date: `2024-07-16`, open: 247.7, high: 271, low: 233.1, close: 256.6, volume: 1097390000, change: 3.6, index: 198 }), + new StockTeslaItem({ date: `2024-07-25`, open: 252.7, high: 258.5, low: 214.7, close: 220.2, volume: 795590700, change: -12.9, index: 199 }), + new StockTeslaItem({ date: `2024-08-05`, open: 221.2, high: 234.7, low: 182, close: 198.9, volume: 658914080, change: -10.1, index: 200 }), + new StockTeslaItem({ date: `2024-08-14`, open: 200.8, high: 208.5, low: 191.5, close: 201.4, volume: 479168160, change: 0.3, index: 201 }), + new StockTeslaItem({ date: `2024-08-23`, open: 205, high: 228.2, low: 204.8, close: 220.3, volume: 560235700, change: 7.5, index: 202 }), + new StockTeslaItem({ date: `2024-09-04`, open: 218.8, high: 222.2, low: 202.6, close: 219.4, volume: 469284350, change: 0.3, index: 203 }), + new StockTeslaItem({ date: `2024-09-13`, open: 223.5, high: 235, low: 210.5, close: 230.3, volume: 592950440, change: 3, index: 204 }), + new StockTeslaItem({ date: `2024-09-24`, open: 229.3, high: 257.2, low: 223.5, close: 254.3, volume: 577086700, change: 10.9, index: 205 }), + new StockTeslaItem({ date: `2024-10-03`, open: 252.5, high: 264.9, low: 237.8, close: 240.7, volume: 546148740, change: -4.7, index: 206 }), + new StockTeslaItem({ date: `2024-10-14`, open: 246.7, high: 251, low: 213.7, close: 219.2, volume: 589440130, change: -11.2, index: 207 }), + new StockTeslaItem({ date: `2024-10-23`, open: 220, high: 224.3, low: 212.1, close: 213.6, volume: 384561880, change: -2.9, index: 208 }), + new StockTeslaItem({ date: `2024-11-01`, open: 244.7, high: 273.5, low: 242.6, close: 249, volume: 732392780, change: 1.8, index: 209 }), + new StockTeslaItem({ date: `2024-11-12`, open: 244.6, high: 358.6, low: 238.9, close: 328.5, volume: 991653160, change: 34.3, index: 210 }), + new StockTeslaItem({ date: `2024-11-21`, open: 335.8, high: 348.5, low: 309.2, close: 339.6, volume: 700324320, change: 1.1, index: 211 }), + new StockTeslaItem({ date: `2024-12-03`, open: 341.1, high: 361.9, low: 326.6, close: 351.4, volume: 478645220, change: 3, index: 212 }), + new StockTeslaItem({ date: `2024-12-12`, open: 353, high: 429.3, low: 348.6, close: 418.1, volume: 599082110, change: 18.4, index: 213 }), + new StockTeslaItem({ date: `2024-12-23`, open: 420, high: 481.5, low: 415.4, close: 430.6, volume: 807128120, change: 2.5, index: 214 }), + new StockTeslaItem({ date: `2025-01-03`, open: 435.9, high: 465.3, low: 373, close: 410.4, volume: 565769940, change: -5.8, index: 215 }), + new StockTeslaItem({ date: `2025-01-15`, open: 423.2, high: 429.8, low: 377.3, close: 428.2, volume: 530063170, change: 1.2, index: 216 }), + new StockTeslaItem({ date: `2025-01-27`, open: 423.5, high: 439.7, low: 389, close: 397.2, volume: 476854060, change: -6.2, index: 217 }), + new StockTeslaItem({ date: `2025-02-05`, open: 396.9, high: 420, low: 374.4, close: 378.2, volume: 507024510, change: -4.7, index: 218 }), + new StockTeslaItem({ date: `2025-02-14`, open: 373, high: 380.6, low: 325.1, close: 355.8, volume: 607376290, change: -4.6, index: 219 }), + new StockTeslaItem({ date: `2025-02-26`, open: 355, high: 367.3, low: 288, close: 290.8, volume: 549149490, change: -18.1, index: 220 }), + new StockTeslaItem({ date: `2025-03-07`, open: 291.2, high: 303.9, low: 250.7, close: 262.7, volume: 754567280, change: -9.8, index: 221 }), + new StockTeslaItem({ date: `2025-03-18`, open: 252.5, high: 253.4, low: 217, close: 225.3, volume: 944623000, change: -10.8, index: 222 }), + new StockTeslaItem({ date: `2025-03-27`, open: 231.6, high: 291.8, low: 229.2, close: 273.1, volume: 982018670, change: 17.9, index: 223 }), + new StockTeslaItem({ date: `2025-04-07`, open: 275.6, high: 285, low: 214.2, close: 233.3, volume: 1117950500, change: -15.3, index: 224 }), + new StockTeslaItem({ date: `2025-04-16`, open: 245, high: 274.7, low: 217.8, close: 241.6, volume: 993815820, change: -1.4, index: 225 }), + new StockTeslaItem({ date: `2025-04-28`, open: 243.5, high: 294.9, low: 222.8, close: 285.9, volume: 866169890, change: 17.4, index: 226 }), ]; super(...newItems.slice(0)); } diff --git a/samples/charts/data-chart/data-annotation-strip-layer/index.html b/samples/charts/data-chart/data-annotation-strip-layer/index.html index 8738a7d9cc..29b9b18217 100644 --- a/samples/charts/data-chart/data-annotation-strip-layer/index.html +++ b/samples/charts/data-chart/data-annotation-strip-layer/index.html @@ -103,7 +103,7 @@ { super(...items); } else { const newItems = [ - new AnnotationStripDataItem( - { - start: 40, - end: 45, - label: `Covid - Market Crash` - }), - new AnnotationStripDataItem( - { - start: 100, - end: 144, - label: `Fed Rate Up 0.25 - 5.25%` - }), - new AnnotationStripDataItem( - { - start: 190, - end: 205, - label: `Fed Rate Down 5.25% to 4.45%` - }), + new AnnotationStripDataItem({ start: 40, end: 45, label: `Covid - Market Crash` }), + new AnnotationStripDataItem({ start: 100, end: 144, label: `Fed Rate Up 0.25 - 5.25%` }), + new AnnotationStripDataItem({ start: 190, end: 205, label: `Fed Rate Down 5.25% to 4.45%` }), ]; super(...newItems.slice(0)); } diff --git a/samples/charts/data-chart/data-annotation-strip-layer/src/StockTesla.ts b/samples/charts/data-chart/data-annotation-strip-layer/src/StockTesla.ts index 1efe6d6e4e..4474d2f82c 100644 --- a/samples/charts/data-chart/data-annotation-strip-layer/src/StockTesla.ts +++ b/samples/charts/data-chart/data-annotation-strip-layer/src/StockTesla.ts @@ -19,2503 +19,233 @@ export class StockTesla extends Array { super(...items); } else { const newItems = [ - new StockTeslaItem( - { - date: `2019-01-10`, - open: 20.4, - high: 23, - low: 19.8, - close: 23, - volume: 779333701, - change: 12.7, - index: 0 - }), - new StockTeslaItem( - { - date: `2019-01-22`, - open: 22.8, - high: 23.5, - low: 19.7, - close: 19.9, - volume: 911781100, - change: -12.6, - index: 1 - }), - new StockTeslaItem( - { - date: `2019-01-31`, - open: 19.5, - high: 20.8, - low: 18.6, - close: 20.5, - volume: 926375717, - change: 5, - index: 2 - }), - new StockTeslaItem( - { - date: `2019-02-11`, - open: 20.4, - high: 21.6, - low: 19.9, - close: 20.9, - volume: 687520471, - change: 2.4, - index: 3 - }), - new StockTeslaItem( - { - date: `2019-02-21`, - open: 21.1, - high: 21.2, - low: 19.4, - close: 19.4, - volume: 597552272, - change: -7.9, - index: 4 - }), - new StockTeslaItem( - { - date: `2019-03-04`, - open: 19.6, - high: 21.3, - low: 18.9, - close: 19, - volume: 1218669201, - change: -3.1, - index: 5 - }), - new StockTeslaItem( - { - date: `2019-03-13`, - open: 18.8, - high: 19.5, - low: 18, - close: 19.3, - volume: 1034156904, - change: 2.5, - index: 6 - }), - new StockTeslaItem( - { - date: `2019-03-22`, - open: 19.5, - high: 19.7, - low: 17.6, - close: 17.6, - volume: 980694095, - change: -9.5, - index: 7 - }), - new StockTeslaItem( - { - date: `2019-04-02`, - open: 17.3, - high: 19.3, - low: 17, - close: 19.1, - volume: 788473494, - change: 10.1, - index: 8 - }), - new StockTeslaItem( - { - date: `2019-04-11`, - open: 19.2, - high: 19.7, - low: 17.4, - close: 17.9, - volume: 1165555442, - change: -6.6, - index: 9 - }), - new StockTeslaItem( - { - date: `2019-04-23`, - open: 18, - high: 18.3, - low: 17, - close: 17.6, - volume: 870373200, - change: -2.3, - index: 10 - }), - new StockTeslaItem( - { - date: `2019-05-02`, - open: 17.6, - high: 17.7, - low: 15.4, - close: 16.3, - volume: 1629432326, - change: -7.5, - index: 11 - }), - new StockTeslaItem( - { - date: `2019-05-13`, - open: 16.3, - high: 17.2, - low: 15, - close: 15.1, - volume: 1131045605, - change: -6.9, - index: 12 - }), - new StockTeslaItem( - { - date: `2019-05-22`, - open: 15.3, - high: 15.6, - low: 12.8, - close: 12.8, - volume: 1455503588, - change: -15.9, - index: 13 - }), - new StockTeslaItem( - { - date: `2019-06-03`, - open: 13, - high: 13.3, - low: 11.8, - close: 11.9, - volume: 1415442268, - change: -7.9, - index: 14 - }), - new StockTeslaItem( - { - date: `2019-06-12`, - open: 12.1, - high: 14.9, - low: 12, - close: 14, - volume: 1515000443, - change: 15.6, - index: 15 - }), - new StockTeslaItem( - { - date: `2019-06-21`, - open: 14, - high: 15.6, - low: 13.8, - close: 14.8, - volume: 1009123371, - change: 5.5, - index: 16 - }), - new StockTeslaItem( - { - date: `2019-07-02`, - open: 14.9, - high: 15.5, - low: 14.5, - close: 15, - volume: 766921642, - change: 0.6, - index: 17 - }), - new StockTeslaItem( - { - date: `2019-07-12`, - open: 16, - high: 16.4, - low: 15.2, - close: 16.3, - volume: 887983836, - change: 2.4, - index: 18 - }), - new StockTeslaItem( - { - date: `2019-07-23`, - open: 16.5, - high: 17.5, - low: 16.3, - close: 17.3, - volume: 788941000, - change: 4.9, - index: 19 - }), - new StockTeslaItem( - { - date: `2019-08-01`, - open: 17.3, - high: 17.7, - low: 14.8, - close: 15.6, - volume: 1175082297, - change: -9.8, - index: 20 - }), - new StockTeslaItem( - { - date: `2019-08-12`, - open: 15.4, - high: 16, - low: 15, - close: 15.3, - volume: 560129569, - change: -1, - index: 21 - }), - new StockTeslaItem( - { - date: `2019-08-21`, - open: 15.3, - high: 15.7, - low: 14.1, - close: 14.7, - volume: 677293701, - change: -3.5, - index: 22 - }), - new StockTeslaItem( - { - date: `2019-08-30`, - open: 14.9, - high: 15.5, - low: 14.1, - close: 15, - volume: 650239370, - change: 1.3, - index: 23 - }), - new StockTeslaItem( - { - date: `2019-09-11`, - open: 14.9, - high: 16.5, - low: 14.6, - close: 16.5, - volume: 636766167, - change: 10.3, - index: 24 - }), - new StockTeslaItem( - { - date: `2019-09-20`, - open: 16.5, - high: 16.9, - low: 15.9, - close: 16, - volume: 572802643, - change: -2.9, - index: 25 - }), - new StockTeslaItem( - { - date: `2019-10-01`, - open: 16, - high: 16.6, - low: 14.6, - close: 16.3, - volume: 931821239, - change: 2, - index: 26 - }), - new StockTeslaItem( - { - date: `2019-10-10`, - open: 16.2, - high: 16.6, - low: 15, - close: 16.3, - volume: 891798049, - change: 0.6, - index: 27 - }), - new StockTeslaItem( - { - date: `2019-10-21`, - open: 16.5, - high: 17.7, - low: 16.5, - close: 16.9, - volume: 713093463, - change: 2.6, - index: 28 - }), - new StockTeslaItem( - { - date: `2019-10-30`, - open: 17, - high: 22.7, - low: 16.7, - close: 21, - volume: 1752943598, - change: 23.9, - index: 29 - }), - new StockTeslaItem( - { - date: `2019-11-08`, - open: 20.9, - high: 22.8, - low: 20.6, - close: 22.5, - volume: 834957256, - change: 7.7, - index: 30 - }), - new StockTeslaItem( - { - date: `2019-11-19`, - open: 22.9, - high: 24, - low: 22.8, - close: 24, - volume: 738746390, - change: 4.5, - index: 31 - }), - new StockTeslaItem( - { - date: `2019-11-29`, - open: 24, - high: 24.1, - low: 21.8, - close: 22, - volume: 870685288, - change: -8.4, - index: 32 - }), - new StockTeslaItem( - { - date: `2019-12-10`, - open: 22, - high: 23.4, - low: 21.8, - close: 23.3, - volume: 712016613, - change: 5.9, - index: 33 - }), - new StockTeslaItem( - { - date: `2019-12-19`, - open: 23.5, - high: 27.1, - low: 23.4, - close: 26.9, - volume: 1203765433, - change: 14.8, - index: 34 - }), - new StockTeslaItem( - { - date: `2019-12-31`, - open: 27.4, - high: 29, - low: 26.7, - close: 27.9, - volume: 1195073357, - change: 2, - index: 35 - }), - new StockTeslaItem( - { - date: `2020-01-10`, - open: 28.3, - high: 33.3, - low: 28.1, - close: 31.9, - volume: 1925386078, - change: 12.6, - index: 36 - }), - new StockTeslaItem( - { - date: `2020-01-22`, - open: 32.9, - high: 39.6, - low: 32.8, - close: 38, - volume: 2364043518, - change: 15.4, - index: 37 - }), - new StockTeslaItem( - { - date: `2020-01-31`, - open: 37.6, - high: 43.5, - low: 36, - close: 43.4, - volume: 1835141382, - change: 15.3, - index: 38 - }), - new StockTeslaItem( - { - date: `2020-02-11`, - open: 44.9, - high: 64.6, - low: 44.9, - close: 51.6, - volume: 3748903126, - change: 14.9, - index: 39 - }), - new StockTeslaItem( - { - date: `2020-02-21`, - open: 51.9, - high: 63, - low: 49, - close: 60.1, - volume: 1921517039, - change: 15.8, - index: 40 - }), - new StockTeslaItem( - { - date: `2020-03-03`, - open: 55.9, - high: 57.6, - low: 40.8, - close: 49.7, - volume: 2121850940, - change: -11.1, - index: 41 - }), - new StockTeslaItem( - { - date: `2020-03-12`, - open: 50.9, - high: 51.1, - low: 36.4, - close: 37.4, - volume: 1553329923, - change: -26.6, - index: 42 - }), - new StockTeslaItem( - { - date: `2020-03-23`, - open: 39.7, - high: 40.5, - low: 23.4, - close: 29, - volume: 2487688157, - change: -27, - index: 43 - }), - new StockTeslaItem( - { - date: `2020-04-01`, - open: 31.8, - high: 37.3, - low: 31.6, - close: 32.1, - volume: 1785601357, - change: 0.9, - index: 44 - }), - new StockTeslaItem( - { - date: `2020-04-13`, - open: 32.1, - high: 43.5, - low: 29.8, - close: 43.4, - volume: 1860352620, - change: 35.3, - index: 45 - }), - new StockTeslaItem( - { - date: `2020-04-22`, - open: 46.6, - high: 51.7, - low: 44.9, - close: 48.8, - volume: 2056797321, - change: 4.7, - index: 46 - }), - new StockTeslaItem( - { - date: `2020-05-01`, - open: 48.5, - high: 58, - low: 45.5, - close: 46.8, - volume: 2093959203, - change: -3.6, - index: 47 - }), - new StockTeslaItem( - { - date: `2020-05-12`, - open: 46.7, - high: 56.2, - low: 46.5, - close: 54, - volume: 1611543246, - change: 15.5, - index: 48 - }), - new StockTeslaItem( - { - date: `2020-05-21`, - open: 54.7, - high: 55.6, - low: 50.9, - close: 55.2, - volume: 1262468113, - change: 0.8, - index: 49 - }), - new StockTeslaItem( - { - date: `2020-06-02`, - open: 54.8, - high: 60.6, - low: 52.3, - close: 58.8, - volume: 1160487993, - change: 7.2, - index: 50 - }), - new StockTeslaItem( - { - date: `2020-06-11`, - open: 59.2, - high: 68.5, - low: 57.2, - close: 64.9, - volume: 1270377400, - change: 9.5, - index: 51 - }), - new StockTeslaItem( - { - date: `2020-06-22`, - open: 65.3, - high: 67.9, - low: 60.6, - close: 66.3, - volume: 1217946366, - change: 1.5, - index: 52 - }), - new StockTeslaItem( - { - date: `2020-07-01`, - open: 66.6, - high: 75.7, - low: 62.5, - close: 74.6, - volume: 1120591270, - change: 12.1, - index: 53 - }), - new StockTeslaItem( - { - date: `2020-07-13`, - open: 81.4, - high: 119.7, - low: 79, - close: 99.8, - volume: 2244920779, - change: 22.6, - index: 54 - }), - new StockTeslaItem( - { - date: `2020-07-22`, - open: 103.7, - high: 111.7, - low: 95.4, - close: 106.2, - volume: 1662846099, - change: 2.3, - index: 55 - }), - new StockTeslaItem( - { - date: `2020-07-31`, - open: 111.9, - high: 112.6, - low: 91.1, - close: 95.4, - volume: 1573159944, - change: -14.8, - index: 56 - }), - new StockTeslaItem( - { - date: `2020-08-11`, - open: 96.6, - high: 101.8, - low: 91, - close: 91.6, - volume: 798587331, - change: -5.2, - index: 57 - }), - new StockTeslaItem( - { - date: `2020-08-20`, - open: 98, - high: 134.8, - low: 95.7, - close: 133.5, - volume: 1866534416, - change: 36.2, - index: 58 - }), - new StockTeslaItem( - { - date: `2020-08-31`, - open: 136.3, - high: 166.7, - low: 128.5, - close: 166.1, - volume: 2008507459, - change: 21.9, - index: 59 - }), - new StockTeslaItem( - { - date: `2020-09-10`, - open: 167.4, - high: 167.5, - low: 110, - close: 123.8, - volume: 1992227059, - change: -26, - index: 60 - }), - new StockTeslaItem( - { - date: `2020-09-21`, - open: 127.3, - high: 154, - low: 120.2, - close: 149.8, - volume: 1758737696, - change: 17.7, - index: 61 - }), - new StockTeslaItem( - { - date: `2020-09-30`, - open: 143.2, - high: 145.9, - low: 117.1, - close: 143, - volume: 1459893236, - change: -0.1, - index: 62 - }), - new StockTeslaItem( - { - date: `2020-10-09`, - open: 146.9, - high: 149.6, - low: 135.4, - close: 144.7, - volume: 985545158, - change: -1.5, - index: 63 - }), - new StockTeslaItem( - { - date: `2020-10-20`, - open: 147.3, - high: 155.3, - low: 139.7, - close: 140.6, - volume: 773077727, - change: -4.5, - index: 64 - }), - new StockTeslaItem( - { - date: `2020-10-29`, - open: 140.9, - high: 148.4, - low: 135.3, - close: 136.9, - volume: 615339122, - change: -2.8, - index: 65 - }), - new StockTeslaItem( - { - date: `2020-11-09`, - open: 135.6, - high: 150.8, - low: 126.4, - close: 140.4, - volume: 669171368, - change: 3.5, - index: 66 - }), - new StockTeslaItem( - { - date: `2020-11-18`, - open: 140, - high: 165.3, - low: 132, - close: 162.2, - volume: 760451265, - change: 15.8, - index: 67 - }), - new StockTeslaItem( - { - date: `2020-11-30`, - open: 164, - high: 202.6, - low: 162.5, - close: 189.2, - volume: 1046371155, - change: 15.4, - index: 68 - }), - new StockTeslaItem( - { - date: `2020-12-09`, - open: 199.2, - high: 218.1, - low: 180.4, - close: 201.5, - volume: 1055933265, - change: 1.2, - index: 69 - }), - new StockTeslaItem( - { - date: `2020-12-18`, - open: 191.5, - high: 231.7, - low: 188.8, - close: 231.7, - volume: 1593943601, - change: 21, - index: 70 - }), - new StockTeslaItem( - { - date: `2020-12-30`, - open: 222.1, - high: 232.2, - low: 204.7, - close: 231.6, - volume: 791942570, - change: 4.3, - index: 71 - }), - new StockTeslaItem( - { - date: `2021-01-11`, - open: 233.3, - high: 294.8, - low: 230.4, - close: 270.4, - volume: 1084025779, - change: 15.9, - index: 72 - }), - new StockTeslaItem( - { - date: `2021-01-21`, - open: 277, - high: 289.3, - low: 273, - close: 281.7, - volume: 663774487, - change: 1.7, - index: 73 - }), - new StockTeslaItem( - { - date: `2021-02-01`, - open: 278.1, - high: 300.1, - low: 260, - close: 279.9, - volume: 595397009, - change: 0.7, - index: 74 - }), - new StockTeslaItem( - { - date: `2021-02-10`, - open: 281.6, - high: 293.5, - low: 266.7, - close: 268.3, - volume: 445813486, - change: -4.7, - index: 75 - }), - new StockTeslaItem( - { - date: `2021-02-22`, - open: 270.8, - high: 276.6, - low: 236.7, - close: 238.2, - volume: 496372009, - change: -12.1, - index: 76 - }), - new StockTeslaItem( - { - date: `2021-03-03`, - open: 220.7, - high: 290.7, - low: 206.3, - close: 217.7, - volume: 793689739, - change: -1.3, - index: 77 - }), - new StockTeslaItem( - { - date: `2021-03-12`, - open: 218.6, - high: 291.3, - low: 179.8, - close: 231.2, - volume: 1215209162, - change: 5.8, - index: 78 - }), - new StockTeslaItem( - { - date: `2021-03-23`, - open: 231.4, - high: 237.7, - low: 208.2, - close: 220.7, - volume: 744776145, - change: -4.6, - index: 79 - }), - new StockTeslaItem( - { - date: `2021-04-01`, - open: 222.6, - high: 230.8, - low: 197, - close: 220.6, - volume: 730733684, - change: -0.9, - index: 80 - }), - new StockTeslaItem( - { - date: `2021-04-13`, - open: 235.9, - high: 254.3, - low: 222.6, - close: 254.1, - volume: 646721884, - change: 7.7, - index: 81 - }), - new StockTeslaItem( - { - date: `2021-04-22`, - open: 256.9, - high: 260.3, - low: 230.6, - close: 239.9, - volume: 740840774, - change: -6.6, - index: 82 - }), - new StockTeslaItem( - { - date: `2021-05-03`, - open: 239.9, - high: 249.8, - low: 222, - close: 228.3, - volume: 623423313, - change: -4.8, - index: 83 - }), - new StockTeslaItem( - { - date: `2021-05-12`, - open: 226.3, - high: 230, - low: 195.6, - close: 196.6, - volume: 643844974, - change: -13.1, - index: 84 - }), - new StockTeslaItem( - { - date: `2021-05-21`, - open: 200.5, - high: 202.2, - low: 182.3, - close: 193.6, - volume: 729192883, - change: -3.4, - index: 85 - }), - new StockTeslaItem( - { - date: `2021-06-02`, - open: 193.9, - high: 211.9, - low: 191.2, - close: 201.7, - volume: 545095944, - change: 4, - index: 86 - }), - new StockTeslaItem( - { - date: `2021-06-11`, - open: 200.6, - high: 207.7, - low: 190.4, - close: 203.3, - volume: 478366128, - change: 1.3, - index: 87 - }), - new StockTeslaItem( - { - date: `2021-06-22`, - open: 204.1, - high: 210.5, - low: 197.8, - close: 207.9, - volume: 454698495, - change: 1.9, - index: 88 - }), - new StockTeslaItem( - { - date: `2021-07-01`, - open: 210.7, - high: 232.5, - low: 210, - close: 226, - volume: 558441596, - change: 7.3, - index: 89 - }), - new StockTeslaItem( - { - date: `2021-07-13`, - open: 226.3, - high: 233.3, - low: 206.8, - close: 222.8, - volume: 470942387, - change: -1.5, - index: 90 - }), - new StockTeslaItem( - { - date: `2021-07-22`, - open: 223.6, - high: 226.2, - low: 207.1, - close: 216.4, - volume: 372195097, - change: -3.2, - index: 91 - }), - new StockTeslaItem( - { - date: `2021-08-02`, - open: 215.5, - high: 242.3, - low: 209.1, - close: 236.6, - volume: 547284685, - change: 9.8, - index: 92 - }), - new StockTeslaItem( - { - date: `2021-08-11`, - open: 239.7, - high: 241.6, - low: 232.5, - close: 235.9, - volume: 315341455, - change: -1.6, - index: 93 - }), - new StockTeslaItem( - { - date: `2021-08-20`, - open: 235.4, - high: 243.3, - low: 216.3, - close: 226.8, - volume: 392227478, - change: -3.7, - index: 94 - }), - new StockTeslaItem( - { - date: `2021-08-31`, - open: 228.5, - high: 246.8, - low: 226.9, - close: 245.2, - volume: 337503634, - change: 7.3, - index: 95 - }), - new StockTeslaItem( - { - date: `2021-09-10`, - open: 244.7, - high: 254.8, - low: 241.4, - close: 245.4, - volume: 328100734, - change: 0.3, - index: 96 - }), - new StockTeslaItem( - { - date: `2021-09-21`, - open: 246.7, - high: 253.7, - low: 236.3, - close: 246.5, - volume: 420153012, - change: -0.1, - index: 97 - }), - new StockTeslaItem( - { - date: `2021-09-30`, - open: 247.8, - high: 266.3, - low: 246.4, - close: 258.5, - volume: 422393262, - change: 4.3, - index: 98 - }), - new StockTeslaItem( - { - date: `2021-10-11`, - open: 259.5, - high: 269, - low: 254.5, - close: 264, - volume: 392144589, - change: 1.7, - index: 99 - }), - new StockTeslaItem( - { - date: `2021-10-20`, - open: 267, - high: 292.6, - low: 265.5, - close: 288.6, - volume: 368796877, - change: 8.1, - index: 100 - }), - new StockTeslaItem( - { - date: `2021-10-29`, - open: 285.3, - high: 371.7, - low: 285.2, - close: 371.3, - volume: 825862313, - change: 30.1, - index: 101 - }), - new StockTeslaItem( - { - date: `2021-11-09`, - open: 381.7, - high: 414.5, - low: 337.2, - close: 341.2, - volume: 818978542, - change: -10.6, - index: 102 - }), - new StockTeslaItem( - { - date: `2021-11-18`, - open: 336.8, - high: 373.2, - low: 326.2, - close: 365.5, - volume: 613304311, - change: 8.5, - index: 103 - }), - new StockTeslaItem( - { - date: `2021-11-30`, - open: 366.3, - high: 400.6, - low: 354, - close: 381.6, - volume: 515052382, - change: 4.2, - index: 104 - }), - new StockTeslaItem( - { - date: `2021-12-09`, - open: 386.9, - high: 390.9, - low: 316.8, - close: 334.6, - volume: 473333567, - change: -13.5, - index: 105 - }), - new StockTeslaItem( - { - date: `2021-12-20`, - open: 336.2, - high: 340.3, - low: 297.8, - close: 300, - volume: 524367113, - change: -10.8, - index: 106 - }), - new StockTeslaItem( - { - date: `2021-12-30`, - open: 305.6, - high: 373, - low: 295.4, - close: 356.8, - volume: 492530059, - change: 16.7, - index: 107 - }), - new StockTeslaItem( - { - date: `2022-01-10`, - open: 357.8, - high: 402.7, - low: 326.7, - close: 352.7, - volume: 592103938, - change: -1.4, - index: 108 - }), - new StockTeslaItem( - { - date: `2022-01-20`, - open: 351.2, - high: 371.9, - low: 331.3, - close: 332.1, - volume: 532857144, - change: -5.4, - index: 109 - }), - new StockTeslaItem( - { - date: `2022-01-31`, - open: 332.1, - high: 334.8, - low: 264, - close: 312.2, - volume: 833589022, - change: -6, - index: 110 - }), - new StockTeslaItem( - { - date: `2022-02-09`, - open: 311.7, - high: 315.9, - low: 293.5, - close: 310.7, - volume: 456395505, - change: -0.3, - index: 111 - }), - new StockTeslaItem( - { - date: `2022-02-18`, - open: 302.8, - high: 314.6, - low: 279.2, - close: 285.7, - volume: 446153356, - change: -5.7, - index: 112 - }), - new StockTeslaItem( - { - date: `2022-03-02`, - open: 278, - high: 296.6, - low: 233.3, - close: 293.3, - volume: 638352514, - change: 5.5, - index: 113 - }), - new StockTeslaItem( - { - date: `2022-03-11`, - open: 292.9, - high: 295.5, - low: 260.7, - close: 265.1, - volume: 466566467, - change: -9.5, - index: 114 - }), - new StockTeslaItem( - { - date: `2022-03-22`, - open: 260.2, - high: 332.6, - low: 252, - close: 331.3, - volume: 576869668, - change: 27.3, - index: 115 - }), - new StockTeslaItem( - { - date: `2022-03-31`, - open: 326.6, - high: 371.6, - low: 325.5, - close: 359.2, - volume: 536607263, - change: 10, - index: 116 - }), - new StockTeslaItem( - { - date: `2022-04-11`, - open: 360.4, - high: 384.3, - low: 324.9, - close: 325.3, - volume: 499682510, - change: -9.7, - index: 117 - }), - new StockTeslaItem( - { - date: `2022-04-21`, - open: 332.5, - high: 364.1, - low: 324.4, - close: 336.3, - volume: 457210487, - change: 1.1, - index: 118 - }), - new StockTeslaItem( - { - date: `2022-05-02`, - open: 338.3, - high: 345, - low: 273.9, - close: 301, - volume: 639990965, - change: -11, - index: 119 - }), - new StockTeslaItem( - { - date: `2022-05-11`, - open: 301.1, - high: 318.5, - low: 242.4, - close: 244.7, - volume: 583211967, - change: -18.7, - index: 120 - }), - new StockTeslaItem( - { - date: `2022-05-20`, - open: 233.7, - high: 262.4, - low: 211, - close: 221.3, - volume: 721880082, - change: -5.3, - index: 121 - }), - new StockTeslaItem( - { - date: `2022-06-01`, - open: 218.3, - high: 259.6, - low: 206.9, - close: 246.8, - volume: 644596235, - change: 13, - index: 122 - }), - new StockTeslaItem( - { - date: `2022-06-10`, - open: 244.2, - high: 264.2, - low: 227.9, - close: 232.2, - volume: 633672873, - change: -4.9, - index: 123 - }), - new StockTeslaItem( - { - date: `2022-06-22`, - open: 223.2, - high: 246.8, - low: 208.7, - close: 236.1, - volume: 744240764, - change: 5.8, - index: 124 - }), - new StockTeslaItem( - { - date: `2022-07-01`, - open: 237.9, - high: 252.1, - low: 218.9, - close: 227.3, - volume: 631776422, - change: -4.5, - index: 125 - }), - new StockTeslaItem( - { - date: `2022-07-13`, - open: 223, - high: 255, - low: 216.2, - close: 237, - volume: 625812242, - change: 6.3, - index: 126 - }), - new StockTeslaItem( - { - date: `2022-07-22`, - open: 234.9, - high: 280.8, - low: 229.3, - close: 272.2, - volume: 646037224, - change: 15.9, - index: 127 - }), - new StockTeslaItem( - { - date: `2022-08-02`, - open: 272.2, - high: 311.9, - low: 256.3, - close: 300.6, - volume: 611660612, - change: 10.4, - index: 128 - }), - new StockTeslaItem( - { - date: `2022-08-11`, - open: 305, - high: 313.6, - low: 279.4, - close: 286.6, - volume: 616204291, - change: -6, - index: 129 - }), - new StockTeslaItem( - { - date: `2022-08-22`, - open: 289.4, - high: 314.7, - low: 285, - close: 289.9, - volume: 490658060, - change: 0.2, - index: 130 - }), - new StockTeslaItem( - { - date: `2022-08-31`, - open: 291.5, - high: 303.6, - low: 271.8, - close: 275.6, - volume: 376152572, - change: -5.4, - index: 131 - }), - new StockTeslaItem( - { - date: `2022-09-12`, - open: 272.6, - high: 305.5, - low: 265.7, - close: 304.4, - volume: 367924580, - change: 11.7, - index: 132 - }), - new StockTeslaItem( - { - date: `2022-09-21`, - open: 292.9, - high: 313.8, - low: 290.4, - close: 300.8, - volume: 477171180, - change: 2.7, - index: 133 - }), - new StockTeslaItem( - { - date: `2022-09-30`, - open: 299.9, - high: 301.3, - low: 262.5, - close: 265.2, - volume: 454307920, - change: -11.5, - index: 134 - }), - new StockTeslaItem( - { - date: `2022-10-11`, - open: 254.5, - high: 257.5, - low: 215, - close: 216.5, - volume: 593078170, - change: -14.9, - index: 135 - }), - new StockTeslaItem( - { - date: `2022-10-20`, - open: 215.3, - high: 229.8, - low: 202, - close: 207.3, - volume: 592158560, - change: -3.7, - index: 136 - }), - new StockTeslaItem( - { - date: `2022-10-31`, - open: 206.4, - high: 233.8, - low: 198.6, - close: 227.5, - volume: 550341050, - change: 10.2, - index: 137 - }), - new StockTeslaItem( - { - date: `2022-11-09`, - open: 234, - high: 237.4, - low: 177.1, - close: 177.6, - volume: 630702790, - change: -24.1, - index: 138 - }), - new StockTeslaItem( - { - date: `2022-11-18`, - open: 189.9, - high: 200.8, - low: 176.6, - close: 180.2, - volume: 637579480, - change: -5.1, - index: 139 - }), - new StockTeslaItem( - { - date: `2022-11-30`, - open: 175.8, - high: 194.8, - low: 166.2, - close: 194.7, - volume: 617126140, - change: 10.7, - index: 140 - }), - new StockTeslaItem( - { - date: `2022-12-09`, - open: 197.1, - high: 198.9, - low: 169.1, - close: 179, - volume: 625675690, - change: -9.1, - index: 141 - }), - new StockTeslaItem( - { - date: `2022-12-20`, - open: 176.1, - high: 177.4, - low: 137.7, - close: 137.8, - volume: 986660100, - change: -21.7, - index: 142 - }), - new StockTeslaItem( - { - date: `2022-12-30`, - open: 139.3, - high: 141.3, - low: 108.2, - close: 123.2, - volume: 1331911900, - change: -11.6, - index: 143 - }), - new StockTeslaItem( - { - date: `2023-01-11`, - open: 118.5, - high: 126, - low: 101.8, - close: 123.2, - volume: 1332426500, - change: 4, - index: 144 - }), - new StockTeslaItem( - { - date: `2023-01-23`, - open: 122.6, - high: 145.4, - low: 115.6, - close: 143.8, - volume: 1244541500, - change: 17.3, - index: 145 - }), - new StockTeslaItem( - { - date: `2023-02-01`, - open: 143, - high: 183.8, - low: 138.1, - close: 181.4, - volume: 1534337700, - change: 26.9, - index: 146 - }), - new StockTeslaItem( - { - date: `2023-02-10`, - open: 187.3, - high: 214, - low: 182.6, - close: 196.9, - volume: 1423167800, - change: 5.1, - index: 147 - }), - new StockTeslaItem( - { - date: `2023-02-22`, - open: 194.4, - high: 217.6, - low: 187.6, - close: 200.9, - volume: 1386211900, - change: 3.3, - index: 148 - }), - new StockTeslaItem( - { - date: `2023-03-03`, - open: 203.9, - high: 211.2, - low: 186, - close: 197.8, - volume: 1095786600, - change: -3, - index: 149 - }), - new StockTeslaItem( - { - date: `2023-03-14`, - open: 198.5, - high: 198.6, - low: 163.9, - close: 183.3, - volume: 1101144600, - change: -7.7, - index: 150 - }), - new StockTeslaItem( - { - date: `2023-03-23`, - open: 180.8, - high: 200.7, - low: 176, - close: 192.2, - volume: 978213300, - change: 6.3, - index: 151 - }), - new StockTeslaItem( - { - date: `2023-04-03`, - open: 191.6, - high: 207.8, - low: 185.4, - close: 194.8, - volume: 909718040, - change: 1.6, - index: 152 - }), - new StockTeslaItem( - { - date: `2023-04-13`, - open: 197.3, - high: 198.7, - low: 176.1, - close: 185.9, - volume: 905319000, - change: -5.8, - index: 153 - }), - new StockTeslaItem( - { - date: `2023-04-24`, - open: 184, - high: 189.7, - low: 158.6, - close: 162.6, - volume: 905416980, - change: -11.6, - index: 154 - }), - new StockTeslaItem( - { - date: `2023-05-03`, - open: 159.8, - high: 165.5, - low: 152.4, - close: 160.6, - volume: 881897100, - change: 0.5, - index: 155 - }), - new StockTeslaItem( - { - date: `2023-05-12`, - open: 162.7, - high: 177.4, - low: 159.6, - close: 168, - volume: 785510430, - change: 3.2, - index: 156 - }), - new StockTeslaItem( - { - date: `2023-05-23`, - open: 167.7, - high: 193, - low: 164.4, - close: 185.8, - volume: 864025390, - change: 10.8, - index: 157 - }), - new StockTeslaItem( - { - date: `2023-06-02`, - open: 182.2, - high: 217.2, - low: 178.2, - close: 214, - volume: 988496020, - change: 17.4, - index: 158 - }), - new StockTeslaItem( - { - date: `2023-06-13`, - open: 217.8, - high: 259.7, - low: 212.5, - close: 258.7, - volume: 1161622400, - change: 18.8, - index: 159 - }), - new StockTeslaItem( - { - date: `2023-06-23`, - open: 260.2, - high: 277, - low: 247.3, - close: 256.6, - volume: 1220407300, - change: -1.4, - index: 160 - }), - new StockTeslaItem( - { - date: `2023-07-05`, - open: 250.1, - high: 284.2, - low: 240.7, - close: 282.5, - volume: 999163700, - change: 13, - index: 161 - }), - new StockTeslaItem( - { - date: `2023-07-14`, - open: 278.1, - high: 285.3, - low: 265.1, - close: 281.4, - volume: 774400400, - change: 1.2, - index: 162 - }), - new StockTeslaItem( - { - date: `2023-07-25`, - open: 286.6, - high: 299.3, - low: 254.1, - close: 265.3, - volume: 973076400, - change: -7.4, - index: 163 - }), - new StockTeslaItem( - { - date: `2023-08-03`, - open: 263.2, - high: 269.1, - low: 250.5, - close: 259.3, - volume: 678809820, - change: -1.5, - index: 164 - }), - new StockTeslaItem( - { - date: `2023-08-14`, - open: 261, - high: 264.8, - low: 233.8, - close: 239.8, - volume: 716008860, - change: -8.1, - index: 165 - }), - new StockTeslaItem( - { - date: `2023-08-23`, - open: 238.7, - high: 240.8, - low: 212.4, - close: 236.9, - volume: 825055300, - change: -0.8, - index: 166 - }), - new StockTeslaItem( - { - date: `2023-09-01`, - open: 238.7, - high: 261.2, - low: 228.2, - close: 245, - volume: 811502630, - change: 2.7, - index: 167 - }), - new StockTeslaItem( - { - date: `2023-09-13`, - open: 245, - high: 278.4, - low: 243.3, - close: 271.3, - volume: 902643400, - change: 10.7, - index: 168 - }), - new StockTeslaItem( - { - date: `2023-09-22`, - open: 271.3, - high: 279, - low: 244.5, - close: 244.9, - volume: 816639600, - change: -9.7, - index: 169 - }), - new StockTeslaItem( - { - date: `2023-10-03`, - open: 243.4, - high: 254.8, - low: 234.6, - close: 246.5, - volume: 814604700, - change: 1.3, - index: 170 - }), - new StockTeslaItem( - { - date: `2023-10-12`, - open: 248.1, - high: 268.9, - low: 247.6, - close: 258.9, - volume: 806250900, - change: 4.3, - index: 171 - }), - new StockTeslaItem( - { - date: `2023-10-23`, - open: 258.9, - high: 259.6, - low: 202.5, - close: 212.1, - volume: 869390890, - change: -18.1, - index: 172 - }), - new StockTeslaItem( - { - date: `2023-11-01`, - open: 216.5, - high: 222, - low: 194.1, - close: 205.7, - volume: 811468170, - change: -5, - index: 173 - }), - new StockTeslaItem( - { - date: `2023-11-10`, - open: 213, - high: 226.4, - low: 205.7, - close: 214.6, - volume: 859763700, - change: 0.8, - index: 174 - }), - new StockTeslaItem( - { - date: `2023-11-21`, - open: 215.6, - high: 246.7, - low: 211.6, - close: 241.2, - volume: 959006600, - change: 11.9, - index: 175 - }), - new StockTeslaItem( - { - date: `2023-12-01`, - open: 242, - high: 252.8, - low: 231.4, - close: 238.8, - volume: 832910200, - change: -1.3, - index: 176 - }), - new StockTeslaItem( - { - date: `2023-12-12`, - open: 235.8, - high: 246.7, - low: 233.3, - close: 237, - volume: 772018400, - change: 0.5, - index: 177 - }), - new StockTeslaItem( - { - date: `2023-12-21`, - open: 234.2, - high: 259.8, - low: 228.2, - close: 254.5, - volume: 900893400, - change: 8.7, - index: 178 - }), - new StockTeslaItem( - { - date: `2024-01-03`, - open: 256.8, - high: 265.1, - low: 236.3, - close: 238.4, - volume: 727005170, - change: -7.1, - index: 179 - }), - new StockTeslaItem( - { - date: `2024-01-12`, - open: 239.2, - high: 242.7, - low: 217.2, - close: 218.9, - volume: 697536380, - change: -8.5, - index: 180 - }), - new StockTeslaItem( - { - date: `2024-01-24`, - open: 215.1, - high: 223.5, - low: 206.3, - close: 207.8, - volume: 777303400, - change: -3.4, - index: 181 - }), - new StockTeslaItem( - { - date: `2024-02-02`, - open: 189.7, - high: 196.4, - low: 180.1, - close: 187.9, - volume: 846092780, - change: -0.9, - index: 182 - }), - new StockTeslaItem( - { - date: `2024-02-13`, - open: 184.3, - high: 194.7, - low: 175, - close: 184, - volume: 718274070, - change: -0.1, - index: 183 - }), - new StockTeslaItem( - { - date: `2024-02-23`, - open: 185.3, - high: 203.2, - low: 183.4, - close: 192, - volume: 693352670, - change: 3.6, - index: 184 - }), - new StockTeslaItem( - { - date: `2024-03-05`, - open: 192.3, - high: 205.6, - low: 177.6, - close: 180.7, - volume: 742344460, - change: -6, - index: 185 - }), - new StockTeslaItem( - { - date: `2024-03-14`, - open: 180, - high: 182.9, - low: 160.5, - close: 162.5, - volume: 701227950, - change: -9.7, - index: 186 - }), - new StockTeslaItem( - { - date: `2024-03-25`, - open: 163.2, - high: 178.2, - low: 160.8, - close: 172.6, - volume: 589466660, - change: 5.8, - index: 187 - }), - new StockTeslaItem( - { - date: `2024-04-04`, - open: 178.6, - high: 184.2, - low: 163.3, - close: 171.1, - volume: 676969950, - change: -4.2, - index: 188 - }), - new StockTeslaItem( - { - date: `2024-04-15`, - open: 169.1, - high: 179.2, - low: 160.5, - close: 161.5, - volume: 694829970, - change: -4.5, - index: 189 - }), - new StockTeslaItem( - { - date: `2024-04-24`, - open: 156.7, - high: 168, - low: 138.8, - close: 162.1, - volume: 775433710, - change: 3.4, - index: 190 - }), - new StockTeslaItem( - { - date: `2024-05-03`, - open: 159, - high: 198.9, - low: 158.4, - close: 181.2, - volume: 864614000, - change: 14, - index: 191 - }), - new StockTeslaItem( - { - date: `2024-05-14`, - open: 183.8, - high: 187.6, - low: 167.8, - close: 177.6, - volume: 531409380, - change: -3.4, - index: 192 - }), - new StockTeslaItem( - { - date: `2024-05-23`, - open: 179.9, - high: 186.9, - low: 171.4, - close: 173.7, - volume: 554203970, - change: -3.4, - index: 193 - }), - new StockTeslaItem( - { - date: `2024-06-04`, - open: 174.8, - high: 182.7, - low: 173.2, - close: 174.8, - volume: 453828370, - change: 0, - index: 194 - }), - new StockTeslaItem( - { - date: `2024-06-13`, - open: 175.4, - high: 191.1, - low: 167.4, - close: 182.5, - volume: 509090870, - change: 4.1, - index: 195 - }), - new StockTeslaItem( - { - date: `2024-06-25`, - open: 185.8, - high: 188.8, - low: 176.9, - close: 187.4, - volume: 505399520, - change: 0.8, - index: 196 - }), - new StockTeslaItem( - { - date: `2024-07-05`, - open: 186.5, - high: 252.4, - low: 186.4, - close: 251.5, - volume: 925723660, - change: 34.8, - index: 197 - }), - new StockTeslaItem( - { - date: `2024-07-16`, - open: 247.7, - high: 271, - low: 233.1, - close: 256.6, - volume: 1097390000, - change: 3.6, - index: 198 - }), - new StockTeslaItem( - { - date: `2024-07-25`, - open: 252.7, - high: 258.5, - low: 214.7, - close: 220.2, - volume: 795590700, - change: -12.9, - index: 199 - }), - new StockTeslaItem( - { - date: `2024-08-05`, - open: 221.2, - high: 234.7, - low: 182, - close: 198.9, - volume: 658914080, - change: -10.1, - index: 200 - }), - new StockTeslaItem( - { - date: `2024-08-14`, - open: 200.8, - high: 208.5, - low: 191.5, - close: 201.4, - volume: 479168160, - change: 0.3, - index: 201 - }), - new StockTeslaItem( - { - date: `2024-08-23`, - open: 205, - high: 228.2, - low: 204.8, - close: 220.3, - volume: 560235700, - change: 7.5, - index: 202 - }), - new StockTeslaItem( - { - date: `2024-09-04`, - open: 218.8, - high: 222.2, - low: 202.6, - close: 219.4, - volume: 469284350, - change: 0.3, - index: 203 - }), - new StockTeslaItem( - { - date: `2024-09-13`, - open: 223.5, - high: 235, - low: 210.5, - close: 230.3, - volume: 592950440, - change: 3, - index: 204 - }), - new StockTeslaItem( - { - date: `2024-09-24`, - open: 229.3, - high: 257.2, - low: 223.5, - close: 254.3, - volume: 577086700, - change: 10.9, - index: 205 - }), - new StockTeslaItem( - { - date: `2024-10-03`, - open: 252.5, - high: 264.9, - low: 237.8, - close: 240.7, - volume: 546148740, - change: -4.7, - index: 206 - }), - new StockTeslaItem( - { - date: `2024-10-14`, - open: 246.7, - high: 251, - low: 213.7, - close: 219.2, - volume: 589440130, - change: -11.2, - index: 207 - }), - new StockTeslaItem( - { - date: `2024-10-23`, - open: 220, - high: 224.3, - low: 212.1, - close: 213.6, - volume: 384561880, - change: -2.9, - index: 208 - }), - new StockTeslaItem( - { - date: `2024-11-01`, - open: 244.7, - high: 273.5, - low: 242.6, - close: 249, - volume: 732392780, - change: 1.8, - index: 209 - }), - new StockTeslaItem( - { - date: `2024-11-12`, - open: 244.6, - high: 358.6, - low: 238.9, - close: 328.5, - volume: 991653160, - change: 34.3, - index: 210 - }), - new StockTeslaItem( - { - date: `2024-11-21`, - open: 335.8, - high: 348.5, - low: 309.2, - close: 339.6, - volume: 700324320, - change: 1.1, - index: 211 - }), - new StockTeslaItem( - { - date: `2024-12-03`, - open: 341.1, - high: 361.9, - low: 326.6, - close: 351.4, - volume: 478645220, - change: 3, - index: 212 - }), - new StockTeslaItem( - { - date: `2024-12-12`, - open: 353, - high: 429.3, - low: 348.6, - close: 418.1, - volume: 599082110, - change: 18.4, - index: 213 - }), - new StockTeslaItem( - { - date: `2024-12-23`, - open: 420, - high: 481.5, - low: 415.4, - close: 430.6, - volume: 807128120, - change: 2.5, - index: 214 - }), - new StockTeslaItem( - { - date: `2025-01-03`, - open: 435.9, - high: 465.3, - low: 373, - close: 410.4, - volume: 565769940, - change: -5.8, - index: 215 - }), - new StockTeslaItem( - { - date: `2025-01-15`, - open: 423.2, - high: 429.8, - low: 377.3, - close: 428.2, - volume: 530063170, - change: 1.2, - index: 216 - }), - new StockTeslaItem( - { - date: `2025-01-27`, - open: 423.5, - high: 439.7, - low: 389, - close: 397.2, - volume: 476854060, - change: -6.2, - index: 217 - }), - new StockTeslaItem( - { - date: `2025-02-05`, - open: 396.9, - high: 420, - low: 374.4, - close: 378.2, - volume: 507024510, - change: -4.7, - index: 218 - }), - new StockTeslaItem( - { - date: `2025-02-14`, - open: 373, - high: 380.6, - low: 325.1, - close: 355.8, - volume: 607376290, - change: -4.6, - index: 219 - }), - new StockTeslaItem( - { - date: `2025-02-26`, - open: 355, - high: 367.3, - low: 288, - close: 290.8, - volume: 549149490, - change: -18.1, - index: 220 - }), - new StockTeslaItem( - { - date: `2025-03-07`, - open: 291.2, - high: 303.9, - low: 250.7, - close: 262.7, - volume: 754567280, - change: -9.8, - index: 221 - }), - new StockTeslaItem( - { - date: `2025-03-18`, - open: 252.5, - high: 253.4, - low: 217, - close: 225.3, - volume: 944623000, - change: -10.8, - index: 222 - }), - new StockTeslaItem( - { - date: `2025-03-27`, - open: 231.6, - high: 291.8, - low: 229.2, - close: 273.1, - volume: 982018670, - change: 17.9, - index: 223 - }), - new StockTeslaItem( - { - date: `2025-04-07`, - open: 275.6, - high: 285, - low: 214.2, - close: 233.3, - volume: 1117950500, - change: -15.3, - index: 224 - }), - new StockTeslaItem( - { - date: `2025-04-16`, - open: 245, - high: 274.7, - low: 217.8, - close: 241.6, - volume: 993815820, - change: -1.4, - index: 225 - }), - new StockTeslaItem( - { - date: `2025-04-28`, - open: 243.5, - high: 294.9, - low: 222.8, - close: 285.9, - volume: 866169890, - change: 17.4, - index: 226 - }), + new StockTeslaItem({ date: `2019-01-10`, open: 20.4, high: 23, low: 19.8, close: 23, volume: 779333701, change: 12.7, index: 0 }), + new StockTeslaItem({ date: `2019-01-22`, open: 22.8, high: 23.5, low: 19.7, close: 19.9, volume: 911781100, change: -12.6, index: 1 }), + new StockTeslaItem({ date: `2019-01-31`, open: 19.5, high: 20.8, low: 18.6, close: 20.5, volume: 926375717, change: 5, index: 2 }), + new StockTeslaItem({ date: `2019-02-11`, open: 20.4, high: 21.6, low: 19.9, close: 20.9, volume: 687520471, change: 2.4, index: 3 }), + new StockTeslaItem({ date: `2019-02-21`, open: 21.1, high: 21.2, low: 19.4, close: 19.4, volume: 597552272, change: -7.9, index: 4 }), + new StockTeslaItem({ date: `2019-03-04`, open: 19.6, high: 21.3, low: 18.9, close: 19, volume: 1218669201, change: -3.1, index: 5 }), + new StockTeslaItem({ date: `2019-03-13`, open: 18.8, high: 19.5, low: 18, close: 19.3, volume: 1034156904, change: 2.5, index: 6 }), + new StockTeslaItem({ date: `2019-03-22`, open: 19.5, high: 19.7, low: 17.6, close: 17.6, volume: 980694095, change: -9.5, index: 7 }), + new StockTeslaItem({ date: `2019-04-02`, open: 17.3, high: 19.3, low: 17, close: 19.1, volume: 788473494, change: 10.1, index: 8 }), + new StockTeslaItem({ date: `2019-04-11`, open: 19.2, high: 19.7, low: 17.4, close: 17.9, volume: 1165555442, change: -6.6, index: 9 }), + new StockTeslaItem({ date: `2019-04-23`, open: 18, high: 18.3, low: 17, close: 17.6, volume: 870373200, change: -2.3, index: 10 }), + new StockTeslaItem({ date: `2019-05-02`, open: 17.6, high: 17.7, low: 15.4, close: 16.3, volume: 1629432326, change: -7.5, index: 11 }), + new StockTeslaItem({ date: `2019-05-13`, open: 16.3, high: 17.2, low: 15, close: 15.1, volume: 1131045605, change: -6.9, index: 12 }), + new StockTeslaItem({ date: `2019-05-22`, open: 15.3, high: 15.6, low: 12.8, close: 12.8, volume: 1455503588, change: -15.9, index: 13 }), + new StockTeslaItem({ date: `2019-06-03`, open: 13, high: 13.3, low: 11.8, close: 11.9, volume: 1415442268, change: -7.9, index: 14 }), + new StockTeslaItem({ date: `2019-06-12`, open: 12.1, high: 14.9, low: 12, close: 14, volume: 1515000443, change: 15.6, index: 15 }), + new StockTeslaItem({ date: `2019-06-21`, open: 14, high: 15.6, low: 13.8, close: 14.8, volume: 1009123371, change: 5.5, index: 16 }), + new StockTeslaItem({ date: `2019-07-02`, open: 14.9, high: 15.5, low: 14.5, close: 15, volume: 766921642, change: 0.6, index: 17 }), + new StockTeslaItem({ date: `2019-07-12`, open: 16, high: 16.4, low: 15.2, close: 16.3, volume: 887983836, change: 2.4, index: 18 }), + new StockTeslaItem({ date: `2019-07-23`, open: 16.5, high: 17.5, low: 16.3, close: 17.3, volume: 788941000, change: 4.9, index: 19 }), + new StockTeslaItem({ date: `2019-08-01`, open: 17.3, high: 17.7, low: 14.8, close: 15.6, volume: 1175082297, change: -9.8, index: 20 }), + new StockTeslaItem({ date: `2019-08-12`, open: 15.4, high: 16, low: 15, close: 15.3, volume: 560129569, change: -1, index: 21 }), + new StockTeslaItem({ date: `2019-08-21`, open: 15.3, high: 15.7, low: 14.1, close: 14.7, volume: 677293701, change: -3.5, index: 22 }), + new StockTeslaItem({ date: `2019-08-30`, open: 14.9, high: 15.5, low: 14.1, close: 15, volume: 650239370, change: 1.3, index: 23 }), + new StockTeslaItem({ date: `2019-09-11`, open: 14.9, high: 16.5, low: 14.6, close: 16.5, volume: 636766167, change: 10.3, index: 24 }), + new StockTeslaItem({ date: `2019-09-20`, open: 16.5, high: 16.9, low: 15.9, close: 16, volume: 572802643, change: -2.9, index: 25 }), + new StockTeslaItem({ date: `2019-10-01`, open: 16, high: 16.6, low: 14.6, close: 16.3, volume: 931821239, change: 2, index: 26 }), + new StockTeslaItem({ date: `2019-10-10`, open: 16.2, high: 16.6, low: 15, close: 16.3, volume: 891798049, change: 0.6, index: 27 }), + new StockTeslaItem({ date: `2019-10-21`, open: 16.5, high: 17.7, low: 16.5, close: 16.9, volume: 713093463, change: 2.6, index: 28 }), + new StockTeslaItem({ date: `2019-10-30`, open: 17, high: 22.7, low: 16.7, close: 21, volume: 1752943598, change: 23.9, index: 29 }), + new StockTeslaItem({ date: `2019-11-08`, open: 20.9, high: 22.8, low: 20.6, close: 22.5, volume: 834957256, change: 7.7, index: 30 }), + new StockTeslaItem({ date: `2019-11-19`, open: 22.9, high: 24, low: 22.8, close: 24, volume: 738746390, change: 4.5, index: 31 }), + new StockTeslaItem({ date: `2019-11-29`, open: 24, high: 24.1, low: 21.8, close: 22, volume: 870685288, change: -8.4, index: 32 }), + new StockTeslaItem({ date: `2019-12-10`, open: 22, high: 23.4, low: 21.8, close: 23.3, volume: 712016613, change: 5.9, index: 33 }), + new StockTeslaItem({ date: `2019-12-19`, open: 23.5, high: 27.1, low: 23.4, close: 26.9, volume: 1203765433, change: 14.8, index: 34 }), + new StockTeslaItem({ date: `2019-12-31`, open: 27.4, high: 29, low: 26.7, close: 27.9, volume: 1195073357, change: 2, index: 35 }), + new StockTeslaItem({ date: `2020-01-10`, open: 28.3, high: 33.3, low: 28.1, close: 31.9, volume: 1925386078, change: 12.6, index: 36 }), + new StockTeslaItem({ date: `2020-01-22`, open: 32.9, high: 39.6, low: 32.8, close: 38, volume: 2364043518, change: 15.4, index: 37 }), + new StockTeslaItem({ date: `2020-01-31`, open: 37.6, high: 43.5, low: 36, close: 43.4, volume: 1835141382, change: 15.3, index: 38 }), + new StockTeslaItem({ date: `2020-02-11`, open: 44.9, high: 64.6, low: 44.9, close: 51.6, volume: 3748903126, change: 14.9, index: 39 }), + new StockTeslaItem({ date: `2020-02-21`, open: 51.9, high: 63, low: 49, close: 60.1, volume: 1921517039, change: 15.8, index: 40 }), + new StockTeslaItem({ date: `2020-03-03`, open: 55.9, high: 57.6, low: 40.8, close: 49.7, volume: 2121850940, change: -11.1, index: 41 }), + new StockTeslaItem({ date: `2020-03-12`, open: 50.9, high: 51.1, low: 36.4, close: 37.4, volume: 1553329923, change: -26.6, index: 42 }), + new StockTeslaItem({ date: `2020-03-23`, open: 39.7, high: 40.5, low: 23.4, close: 29, volume: 2487688157, change: -27, index: 43 }), + new StockTeslaItem({ date: `2020-04-01`, open: 31.8, high: 37.3, low: 31.6, close: 32.1, volume: 1785601357, change: 0.9, index: 44 }), + new StockTeslaItem({ date: `2020-04-13`, open: 32.1, high: 43.5, low: 29.8, close: 43.4, volume: 1860352620, change: 35.3, index: 45 }), + new StockTeslaItem({ date: `2020-04-22`, open: 46.6, high: 51.7, low: 44.9, close: 48.8, volume: 2056797321, change: 4.7, index: 46 }), + new StockTeslaItem({ date: `2020-05-01`, open: 48.5, high: 58, low: 45.5, close: 46.8, volume: 2093959203, change: -3.6, index: 47 }), + new StockTeslaItem({ date: `2020-05-12`, open: 46.7, high: 56.2, low: 46.5, close: 54, volume: 1611543246, change: 15.5, index: 48 }), + new StockTeslaItem({ date: `2020-05-21`, open: 54.7, high: 55.6, low: 50.9, close: 55.2, volume: 1262468113, change: 0.8, index: 49 }), + new StockTeslaItem({ date: `2020-06-02`, open: 54.8, high: 60.6, low: 52.3, close: 58.8, volume: 1160487993, change: 7.2, index: 50 }), + new StockTeslaItem({ date: `2020-06-11`, open: 59.2, high: 68.5, low: 57.2, close: 64.9, volume: 1270377400, change: 9.5, index: 51 }), + new StockTeslaItem({ date: `2020-06-22`, open: 65.3, high: 67.9, low: 60.6, close: 66.3, volume: 1217946366, change: 1.5, index: 52 }), + new StockTeslaItem({ date: `2020-07-01`, open: 66.6, high: 75.7, low: 62.5, close: 74.6, volume: 1120591270, change: 12.1, index: 53 }), + new StockTeslaItem({ date: `2020-07-13`, open: 81.4, high: 119.7, low: 79, close: 99.8, volume: 2244920779, change: 22.6, index: 54 }), + new StockTeslaItem({ date: `2020-07-22`, open: 103.7, high: 111.7, low: 95.4, close: 106.2, volume: 1662846099, change: 2.3, index: 55 }), + new StockTeslaItem({ date: `2020-07-31`, open: 111.9, high: 112.6, low: 91.1, close: 95.4, volume: 1573159944, change: -14.8, index: 56 }), + new StockTeslaItem({ date: `2020-08-11`, open: 96.6, high: 101.8, low: 91, close: 91.6, volume: 798587331, change: -5.2, index: 57 }), + new StockTeslaItem({ date: `2020-08-20`, open: 98, high: 134.8, low: 95.7, close: 133.5, volume: 1866534416, change: 36.2, index: 58 }), + new StockTeslaItem({ date: `2020-08-31`, open: 136.3, high: 166.7, low: 128.5, close: 166.1, volume: 2008507459, change: 21.9, index: 59 }), + new StockTeslaItem({ date: `2020-09-10`, open: 167.4, high: 167.5, low: 110, close: 123.8, volume: 1992227059, change: -26, index: 60 }), + new StockTeslaItem({ date: `2020-09-21`, open: 127.3, high: 154, low: 120.2, close: 149.8, volume: 1758737696, change: 17.7, index: 61 }), + new StockTeslaItem({ date: `2020-09-30`, open: 143.2, high: 145.9, low: 117.1, close: 143, volume: 1459893236, change: -0.1, index: 62 }), + new StockTeslaItem({ date: `2020-10-09`, open: 146.9, high: 149.6, low: 135.4, close: 144.7, volume: 985545158, change: -1.5, index: 63 }), + new StockTeslaItem({ date: `2020-10-20`, open: 147.3, high: 155.3, low: 139.7, close: 140.6, volume: 773077727, change: -4.5, index: 64 }), + new StockTeslaItem({ date: `2020-10-29`, open: 140.9, high: 148.4, low: 135.3, close: 136.9, volume: 615339122, change: -2.8, index: 65 }), + new StockTeslaItem({ date: `2020-11-09`, open: 135.6, high: 150.8, low: 126.4, close: 140.4, volume: 669171368, change: 3.5, index: 66 }), + new StockTeslaItem({ date: `2020-11-18`, open: 140, high: 165.3, low: 132, close: 162.2, volume: 760451265, change: 15.8, index: 67 }), + new StockTeslaItem({ date: `2020-11-30`, open: 164, high: 202.6, low: 162.5, close: 189.2, volume: 1046371155, change: 15.4, index: 68 }), + new StockTeslaItem({ date: `2020-12-09`, open: 199.2, high: 218.1, low: 180.4, close: 201.5, volume: 1055933265, change: 1.2, index: 69 }), + new StockTeslaItem({ date: `2020-12-18`, open: 191.5, high: 231.7, low: 188.8, close: 231.7, volume: 1593943601, change: 21, index: 70 }), + new StockTeslaItem({ date: `2020-12-30`, open: 222.1, high: 232.2, low: 204.7, close: 231.6, volume: 791942570, change: 4.3, index: 71 }), + new StockTeslaItem({ date: `2021-01-11`, open: 233.3, high: 294.8, low: 230.4, close: 270.4, volume: 1084025779, change: 15.9, index: 72 }), + new StockTeslaItem({ date: `2021-01-21`, open: 277, high: 289.3, low: 273, close: 281.7, volume: 663774487, change: 1.7, index: 73 }), + new StockTeslaItem({ date: `2021-02-01`, open: 278.1, high: 300.1, low: 260, close: 279.9, volume: 595397009, change: 0.7, index: 74 }), + new StockTeslaItem({ date: `2021-02-10`, open: 281.6, high: 293.5, low: 266.7, close: 268.3, volume: 445813486, change: -4.7, index: 75 }), + new StockTeslaItem({ date: `2021-02-22`, open: 270.8, high: 276.6, low: 236.7, close: 238.2, volume: 496372009, change: -12.1, index: 76 }), + new StockTeslaItem({ date: `2021-03-03`, open: 220.7, high: 290.7, low: 206.3, close: 217.7, volume: 793689739, change: -1.3, index: 77 }), + new StockTeslaItem({ date: `2021-03-12`, open: 218.6, high: 291.3, low: 179.8, close: 231.2, volume: 1215209162, change: 5.8, index: 78 }), + new StockTeslaItem({ date: `2021-03-23`, open: 231.4, high: 237.7, low: 208.2, close: 220.7, volume: 744776145, change: -4.6, index: 79 }), + new StockTeslaItem({ date: `2021-04-01`, open: 222.6, high: 230.8, low: 197, close: 220.6, volume: 730733684, change: -0.9, index: 80 }), + new StockTeslaItem({ date: `2021-04-13`, open: 235.9, high: 254.3, low: 222.6, close: 254.1, volume: 646721884, change: 7.7, index: 81 }), + new StockTeslaItem({ date: `2021-04-22`, open: 256.9, high: 260.3, low: 230.6, close: 239.9, volume: 740840774, change: -6.6, index: 82 }), + new StockTeslaItem({ date: `2021-05-03`, open: 239.9, high: 249.8, low: 222, close: 228.3, volume: 623423313, change: -4.8, index: 83 }), + new StockTeslaItem({ date: `2021-05-12`, open: 226.3, high: 230, low: 195.6, close: 196.6, volume: 643844974, change: -13.1, index: 84 }), + new StockTeslaItem({ date: `2021-05-21`, open: 200.5, high: 202.2, low: 182.3, close: 193.6, volume: 729192883, change: -3.4, index: 85 }), + new StockTeslaItem({ date: `2021-06-02`, open: 193.9, high: 211.9, low: 191.2, close: 201.7, volume: 545095944, change: 4, index: 86 }), + new StockTeslaItem({ date: `2021-06-11`, open: 200.6, high: 207.7, low: 190.4, close: 203.3, volume: 478366128, change: 1.3, index: 87 }), + new StockTeslaItem({ date: `2021-06-22`, open: 204.1, high: 210.5, low: 197.8, close: 207.9, volume: 454698495, change: 1.9, index: 88 }), + new StockTeslaItem({ date: `2021-07-01`, open: 210.7, high: 232.5, low: 210, close: 226, volume: 558441596, change: 7.3, index: 89 }), + new StockTeslaItem({ date: `2021-07-13`, open: 226.3, high: 233.3, low: 206.8, close: 222.8, volume: 470942387, change: -1.5, index: 90 }), + new StockTeslaItem({ date: `2021-07-22`, open: 223.6, high: 226.2, low: 207.1, close: 216.4, volume: 372195097, change: -3.2, index: 91 }), + new StockTeslaItem({ date: `2021-08-02`, open: 215.5, high: 242.3, low: 209.1, close: 236.6, volume: 547284685, change: 9.8, index: 92 }), + new StockTeslaItem({ date: `2021-08-11`, open: 239.7, high: 241.6, low: 232.5, close: 235.9, volume: 315341455, change: -1.6, index: 93 }), + new StockTeslaItem({ date: `2021-08-20`, open: 235.4, high: 243.3, low: 216.3, close: 226.8, volume: 392227478, change: -3.7, index: 94 }), + new StockTeslaItem({ date: `2021-08-31`, open: 228.5, high: 246.8, low: 226.9, close: 245.2, volume: 337503634, change: 7.3, index: 95 }), + new StockTeslaItem({ date: `2021-09-10`, open: 244.7, high: 254.8, low: 241.4, close: 245.4, volume: 328100734, change: 0.3, index: 96 }), + new StockTeslaItem({ date: `2021-09-21`, open: 246.7, high: 253.7, low: 236.3, close: 246.5, volume: 420153012, change: -0.1, index: 97 }), + new StockTeslaItem({ date: `2021-09-30`, open: 247.8, high: 266.3, low: 246.4, close: 258.5, volume: 422393262, change: 4.3, index: 98 }), + new StockTeslaItem({ date: `2021-10-11`, open: 259.5, high: 269, low: 254.5, close: 264, volume: 392144589, change: 1.7, index: 99 }), + new StockTeslaItem({ date: `2021-10-20`, open: 267, high: 292.6, low: 265.5, close: 288.6, volume: 368796877, change: 8.1, index: 100 }), + new StockTeslaItem({ date: `2021-10-29`, open: 285.3, high: 371.7, low: 285.2, close: 371.3, volume: 825862313, change: 30.1, index: 101 }), + new StockTeslaItem({ date: `2021-11-09`, open: 381.7, high: 414.5, low: 337.2, close: 341.2, volume: 818978542, change: -10.6, index: 102 }), + new StockTeslaItem({ date: `2021-11-18`, open: 336.8, high: 373.2, low: 326.2, close: 365.5, volume: 613304311, change: 8.5, index: 103 }), + new StockTeslaItem({ date: `2021-11-30`, open: 366.3, high: 400.6, low: 354, close: 381.6, volume: 515052382, change: 4.2, index: 104 }), + new StockTeslaItem({ date: `2021-12-09`, open: 386.9, high: 390.9, low: 316.8, close: 334.6, volume: 473333567, change: -13.5, index: 105 }), + new StockTeslaItem({ date: `2021-12-20`, open: 336.2, high: 340.3, low: 297.8, close: 300, volume: 524367113, change: -10.8, index: 106 }), + new StockTeslaItem({ date: `2021-12-30`, open: 305.6, high: 373, low: 295.4, close: 356.8, volume: 492530059, change: 16.7, index: 107 }), + new StockTeslaItem({ date: `2022-01-10`, open: 357.8, high: 402.7, low: 326.7, close: 352.7, volume: 592103938, change: -1.4, index: 108 }), + new StockTeslaItem({ date: `2022-01-20`, open: 351.2, high: 371.9, low: 331.3, close: 332.1, volume: 532857144, change: -5.4, index: 109 }), + new StockTeslaItem({ date: `2022-01-31`, open: 332.1, high: 334.8, low: 264, close: 312.2, volume: 833589022, change: -6, index: 110 }), + new StockTeslaItem({ date: `2022-02-09`, open: 311.7, high: 315.9, low: 293.5, close: 310.7, volume: 456395505, change: -0.3, index: 111 }), + new StockTeslaItem({ date: `2022-02-18`, open: 302.8, high: 314.6, low: 279.2, close: 285.7, volume: 446153356, change: -5.7, index: 112 }), + new StockTeslaItem({ date: `2022-03-02`, open: 278, high: 296.6, low: 233.3, close: 293.3, volume: 638352514, change: 5.5, index: 113 }), + new StockTeslaItem({ date: `2022-03-11`, open: 292.9, high: 295.5, low: 260.7, close: 265.1, volume: 466566467, change: -9.5, index: 114 }), + new StockTeslaItem({ date: `2022-03-22`, open: 260.2, high: 332.6, low: 252, close: 331.3, volume: 576869668, change: 27.3, index: 115 }), + new StockTeslaItem({ date: `2022-03-31`, open: 326.6, high: 371.6, low: 325.5, close: 359.2, volume: 536607263, change: 10, index: 116 }), + new StockTeslaItem({ date: `2022-04-11`, open: 360.4, high: 384.3, low: 324.9, close: 325.3, volume: 499682510, change: -9.7, index: 117 }), + new StockTeslaItem({ date: `2022-04-21`, open: 332.5, high: 364.1, low: 324.4, close: 336.3, volume: 457210487, change: 1.1, index: 118 }), + new StockTeslaItem({ date: `2022-05-02`, open: 338.3, high: 345, low: 273.9, close: 301, volume: 639990965, change: -11, index: 119 }), + new StockTeslaItem({ date: `2022-05-11`, open: 301.1, high: 318.5, low: 242.4, close: 244.7, volume: 583211967, change: -18.7, index: 120 }), + new StockTeslaItem({ date: `2022-05-20`, open: 233.7, high: 262.4, low: 211, close: 221.3, volume: 721880082, change: -5.3, index: 121 }), + new StockTeslaItem({ date: `2022-06-01`, open: 218.3, high: 259.6, low: 206.9, close: 246.8, volume: 644596235, change: 13, index: 122 }), + new StockTeslaItem({ date: `2022-06-10`, open: 244.2, high: 264.2, low: 227.9, close: 232.2, volume: 633672873, change: -4.9, index: 123 }), + new StockTeslaItem({ date: `2022-06-22`, open: 223.2, high: 246.8, low: 208.7, close: 236.1, volume: 744240764, change: 5.8, index: 124 }), + new StockTeslaItem({ date: `2022-07-01`, open: 237.9, high: 252.1, low: 218.9, close: 227.3, volume: 631776422, change: -4.5, index: 125 }), + new StockTeslaItem({ date: `2022-07-13`, open: 223, high: 255, low: 216.2, close: 237, volume: 625812242, change: 6.3, index: 126 }), + new StockTeslaItem({ date: `2022-07-22`, open: 234.9, high: 280.8, low: 229.3, close: 272.2, volume: 646037224, change: 15.9, index: 127 }), + new StockTeslaItem({ date: `2022-08-02`, open: 272.2, high: 311.9, low: 256.3, close: 300.6, volume: 611660612, change: 10.4, index: 128 }), + new StockTeslaItem({ date: `2022-08-11`, open: 305, high: 313.6, low: 279.4, close: 286.6, volume: 616204291, change: -6, index: 129 }), + new StockTeslaItem({ date: `2022-08-22`, open: 289.4, high: 314.7, low: 285, close: 289.9, volume: 490658060, change: 0.2, index: 130 }), + new StockTeslaItem({ date: `2022-08-31`, open: 291.5, high: 303.6, low: 271.8, close: 275.6, volume: 376152572, change: -5.4, index: 131 }), + new StockTeslaItem({ date: `2022-09-12`, open: 272.6, high: 305.5, low: 265.7, close: 304.4, volume: 367924580, change: 11.7, index: 132 }), + new StockTeslaItem({ date: `2022-09-21`, open: 292.9, high: 313.8, low: 290.4, close: 300.8, volume: 477171180, change: 2.7, index: 133 }), + new StockTeslaItem({ date: `2022-09-30`, open: 299.9, high: 301.3, low: 262.5, close: 265.2, volume: 454307920, change: -11.5, index: 134 }), + new StockTeslaItem({ date: `2022-10-11`, open: 254.5, high: 257.5, low: 215, close: 216.5, volume: 593078170, change: -14.9, index: 135 }), + new StockTeslaItem({ date: `2022-10-20`, open: 215.3, high: 229.8, low: 202, close: 207.3, volume: 592158560, change: -3.7, index: 136 }), + new StockTeslaItem({ date: `2022-10-31`, open: 206.4, high: 233.8, low: 198.6, close: 227.5, volume: 550341050, change: 10.2, index: 137 }), + new StockTeslaItem({ date: `2022-11-09`, open: 234, high: 237.4, low: 177.1, close: 177.6, volume: 630702790, change: -24.1, index: 138 }), + new StockTeslaItem({ date: `2022-11-18`, open: 189.9, high: 200.8, low: 176.6, close: 180.2, volume: 637579480, change: -5.1, index: 139 }), + new StockTeslaItem({ date: `2022-11-30`, open: 175.8, high: 194.8, low: 166.2, close: 194.7, volume: 617126140, change: 10.7, index: 140 }), + new StockTeslaItem({ date: `2022-12-09`, open: 197.1, high: 198.9, low: 169.1, close: 179, volume: 625675690, change: -9.1, index: 141 }), + new StockTeslaItem({ date: `2022-12-20`, open: 176.1, high: 177.4, low: 137.7, close: 137.8, volume: 986660100, change: -21.7, index: 142 }), + new StockTeslaItem({ date: `2022-12-30`, open: 139.3, high: 141.3, low: 108.2, close: 123.2, volume: 1331911900, change: -11.6, index: 143 }), + new StockTeslaItem({ date: `2023-01-11`, open: 118.5, high: 126, low: 101.8, close: 123.2, volume: 1332426500, change: 4, index: 144 }), + new StockTeslaItem({ date: `2023-01-23`, open: 122.6, high: 145.4, low: 115.6, close: 143.8, volume: 1244541500, change: 17.3, index: 145 }), + new StockTeslaItem({ date: `2023-02-01`, open: 143, high: 183.8, low: 138.1, close: 181.4, volume: 1534337700, change: 26.9, index: 146 }), + new StockTeslaItem({ date: `2023-02-10`, open: 187.3, high: 214, low: 182.6, close: 196.9, volume: 1423167800, change: 5.1, index: 147 }), + new StockTeslaItem({ date: `2023-02-22`, open: 194.4, high: 217.6, low: 187.6, close: 200.9, volume: 1386211900, change: 3.3, index: 148 }), + new StockTeslaItem({ date: `2023-03-03`, open: 203.9, high: 211.2, low: 186, close: 197.8, volume: 1095786600, change: -3, index: 149 }), + new StockTeslaItem({ date: `2023-03-14`, open: 198.5, high: 198.6, low: 163.9, close: 183.3, volume: 1101144600, change: -7.7, index: 150 }), + new StockTeslaItem({ date: `2023-03-23`, open: 180.8, high: 200.7, low: 176, close: 192.2, volume: 978213300, change: 6.3, index: 151 }), + new StockTeslaItem({ date: `2023-04-03`, open: 191.6, high: 207.8, low: 185.4, close: 194.8, volume: 909718040, change: 1.6, index: 152 }), + new StockTeslaItem({ date: `2023-04-13`, open: 197.3, high: 198.7, low: 176.1, close: 185.9, volume: 905319000, change: -5.8, index: 153 }), + new StockTeslaItem({ date: `2023-04-24`, open: 184, high: 189.7, low: 158.6, close: 162.6, volume: 905416980, change: -11.6, index: 154 }), + new StockTeslaItem({ date: `2023-05-03`, open: 159.8, high: 165.5, low: 152.4, close: 160.6, volume: 881897100, change: 0.5, index: 155 }), + new StockTeslaItem({ date: `2023-05-12`, open: 162.7, high: 177.4, low: 159.6, close: 168, volume: 785510430, change: 3.2, index: 156 }), + new StockTeslaItem({ date: `2023-05-23`, open: 167.7, high: 193, low: 164.4, close: 185.8, volume: 864025390, change: 10.8, index: 157 }), + new StockTeslaItem({ date: `2023-06-02`, open: 182.2, high: 217.2, low: 178.2, close: 214, volume: 988496020, change: 17.4, index: 158 }), + new StockTeslaItem({ date: `2023-06-13`, open: 217.8, high: 259.7, low: 212.5, close: 258.7, volume: 1161622400, change: 18.8, index: 159 }), + new StockTeslaItem({ date: `2023-06-23`, open: 260.2, high: 277, low: 247.3, close: 256.6, volume: 1220407300, change: -1.4, index: 160 }), + new StockTeslaItem({ date: `2023-07-05`, open: 250.1, high: 284.2, low: 240.7, close: 282.5, volume: 999163700, change: 13, index: 161 }), + new StockTeslaItem({ date: `2023-07-14`, open: 278.1, high: 285.3, low: 265.1, close: 281.4, volume: 774400400, change: 1.2, index: 162 }), + new StockTeslaItem({ date: `2023-07-25`, open: 286.6, high: 299.3, low: 254.1, close: 265.3, volume: 973076400, change: -7.4, index: 163 }), + new StockTeslaItem({ date: `2023-08-03`, open: 263.2, high: 269.1, low: 250.5, close: 259.3, volume: 678809820, change: -1.5, index: 164 }), + new StockTeslaItem({ date: `2023-08-14`, open: 261, high: 264.8, low: 233.8, close: 239.8, volume: 716008860, change: -8.1, index: 165 }), + new StockTeslaItem({ date: `2023-08-23`, open: 238.7, high: 240.8, low: 212.4, close: 236.9, volume: 825055300, change: -0.8, index: 166 }), + new StockTeslaItem({ date: `2023-09-01`, open: 238.7, high: 261.2, low: 228.2, close: 245, volume: 811502630, change: 2.7, index: 167 }), + new StockTeslaItem({ date: `2023-09-13`, open: 245, high: 278.4, low: 243.3, close: 271.3, volume: 902643400, change: 10.7, index: 168 }), + new StockTeslaItem({ date: `2023-09-22`, open: 271.3, high: 279, low: 244.5, close: 244.9, volume: 816639600, change: -9.7, index: 169 }), + new StockTeslaItem({ date: `2023-10-03`, open: 243.4, high: 254.8, low: 234.6, close: 246.5, volume: 814604700, change: 1.3, index: 170 }), + new StockTeslaItem({ date: `2023-10-12`, open: 248.1, high: 268.9, low: 247.6, close: 258.9, volume: 806250900, change: 4.3, index: 171 }), + new StockTeslaItem({ date: `2023-10-23`, open: 258.9, high: 259.6, low: 202.5, close: 212.1, volume: 869390890, change: -18.1, index: 172 }), + new StockTeslaItem({ date: `2023-11-01`, open: 216.5, high: 222, low: 194.1, close: 205.7, volume: 811468170, change: -5, index: 173 }), + new StockTeslaItem({ date: `2023-11-10`, open: 213, high: 226.4, low: 205.7, close: 214.6, volume: 859763700, change: 0.8, index: 174 }), + new StockTeslaItem({ date: `2023-11-21`, open: 215.6, high: 246.7, low: 211.6, close: 241.2, volume: 959006600, change: 11.9, index: 175 }), + new StockTeslaItem({ date: `2023-12-01`, open: 242, high: 252.8, low: 231.4, close: 238.8, volume: 832910200, change: -1.3, index: 176 }), + new StockTeslaItem({ date: `2023-12-12`, open: 235.8, high: 246.7, low: 233.3, close: 237, volume: 772018400, change: 0.5, index: 177 }), + new StockTeslaItem({ date: `2023-12-21`, open: 234.2, high: 259.8, low: 228.2, close: 254.5, volume: 900893400, change: 8.7, index: 178 }), + new StockTeslaItem({ date: `2024-01-03`, open: 256.8, high: 265.1, low: 236.3, close: 238.4, volume: 727005170, change: -7.1, index: 179 }), + new StockTeslaItem({ date: `2024-01-12`, open: 239.2, high: 242.7, low: 217.2, close: 218.9, volume: 697536380, change: -8.5, index: 180 }), + new StockTeslaItem({ date: `2024-01-24`, open: 215.1, high: 223.5, low: 206.3, close: 207.8, volume: 777303400, change: -3.4, index: 181 }), + new StockTeslaItem({ date: `2024-02-02`, open: 189.7, high: 196.4, low: 180.1, close: 187.9, volume: 846092780, change: -0.9, index: 182 }), + new StockTeslaItem({ date: `2024-02-13`, open: 184.3, high: 194.7, low: 175, close: 184, volume: 718274070, change: -0.1, index: 183 }), + new StockTeslaItem({ date: `2024-02-23`, open: 185.3, high: 203.2, low: 183.4, close: 192, volume: 693352670, change: 3.6, index: 184 }), + new StockTeslaItem({ date: `2024-03-05`, open: 192.3, high: 205.6, low: 177.6, close: 180.7, volume: 742344460, change: -6, index: 185 }), + new StockTeslaItem({ date: `2024-03-14`, open: 180, high: 182.9, low: 160.5, close: 162.5, volume: 701227950, change: -9.7, index: 186 }), + new StockTeslaItem({ date: `2024-03-25`, open: 163.2, high: 178.2, low: 160.8, close: 172.6, volume: 589466660, change: 5.8, index: 187 }), + new StockTeslaItem({ date: `2024-04-04`, open: 178.6, high: 184.2, low: 163.3, close: 171.1, volume: 676969950, change: -4.2, index: 188 }), + new StockTeslaItem({ date: `2024-04-15`, open: 169.1, high: 179.2, low: 160.5, close: 161.5, volume: 694829970, change: -4.5, index: 189 }), + new StockTeslaItem({ date: `2024-04-24`, open: 156.7, high: 168, low: 138.8, close: 162.1, volume: 775433710, change: 3.4, index: 190 }), + new StockTeslaItem({ date: `2024-05-03`, open: 159, high: 198.9, low: 158.4, close: 181.2, volume: 864614000, change: 14, index: 191 }), + new StockTeslaItem({ date: `2024-05-14`, open: 183.8, high: 187.6, low: 167.8, close: 177.6, volume: 531409380, change: -3.4, index: 192 }), + new StockTeslaItem({ date: `2024-05-23`, open: 179.9, high: 186.9, low: 171.4, close: 173.7, volume: 554203970, change: -3.4, index: 193 }), + new StockTeslaItem({ date: `2024-06-04`, open: 174.8, high: 182.7, low: 173.2, close: 174.8, volume: 453828370, change: 0, index: 194 }), + new StockTeslaItem({ date: `2024-06-13`, open: 175.4, high: 191.1, low: 167.4, close: 182.5, volume: 509090870, change: 4.1, index: 195 }), + new StockTeslaItem({ date: `2024-06-25`, open: 185.8, high: 188.8, low: 176.9, close: 187.4, volume: 505399520, change: 0.8, index: 196 }), + new StockTeslaItem({ date: `2024-07-05`, open: 186.5, high: 252.4, low: 186.4, close: 251.5, volume: 925723660, change: 34.8, index: 197 }), + new StockTeslaItem({ date: `2024-07-16`, open: 247.7, high: 271, low: 233.1, close: 256.6, volume: 1097390000, change: 3.6, index: 198 }), + new StockTeslaItem({ date: `2024-07-25`, open: 252.7, high: 258.5, low: 214.7, close: 220.2, volume: 795590700, change: -12.9, index: 199 }), + new StockTeslaItem({ date: `2024-08-05`, open: 221.2, high: 234.7, low: 182, close: 198.9, volume: 658914080, change: -10.1, index: 200 }), + new StockTeslaItem({ date: `2024-08-14`, open: 200.8, high: 208.5, low: 191.5, close: 201.4, volume: 479168160, change: 0.3, index: 201 }), + new StockTeslaItem({ date: `2024-08-23`, open: 205, high: 228.2, low: 204.8, close: 220.3, volume: 560235700, change: 7.5, index: 202 }), + new StockTeslaItem({ date: `2024-09-04`, open: 218.8, high: 222.2, low: 202.6, close: 219.4, volume: 469284350, change: 0.3, index: 203 }), + new StockTeslaItem({ date: `2024-09-13`, open: 223.5, high: 235, low: 210.5, close: 230.3, volume: 592950440, change: 3, index: 204 }), + new StockTeslaItem({ date: `2024-09-24`, open: 229.3, high: 257.2, low: 223.5, close: 254.3, volume: 577086700, change: 10.9, index: 205 }), + new StockTeslaItem({ date: `2024-10-03`, open: 252.5, high: 264.9, low: 237.8, close: 240.7, volume: 546148740, change: -4.7, index: 206 }), + new StockTeslaItem({ date: `2024-10-14`, open: 246.7, high: 251, low: 213.7, close: 219.2, volume: 589440130, change: -11.2, index: 207 }), + new StockTeslaItem({ date: `2024-10-23`, open: 220, high: 224.3, low: 212.1, close: 213.6, volume: 384561880, change: -2.9, index: 208 }), + new StockTeslaItem({ date: `2024-11-01`, open: 244.7, high: 273.5, low: 242.6, close: 249, volume: 732392780, change: 1.8, index: 209 }), + new StockTeslaItem({ date: `2024-11-12`, open: 244.6, high: 358.6, low: 238.9, close: 328.5, volume: 991653160, change: 34.3, index: 210 }), + new StockTeslaItem({ date: `2024-11-21`, open: 335.8, high: 348.5, low: 309.2, close: 339.6, volume: 700324320, change: 1.1, index: 211 }), + new StockTeslaItem({ date: `2024-12-03`, open: 341.1, high: 361.9, low: 326.6, close: 351.4, volume: 478645220, change: 3, index: 212 }), + new StockTeslaItem({ date: `2024-12-12`, open: 353, high: 429.3, low: 348.6, close: 418.1, volume: 599082110, change: 18.4, index: 213 }), + new StockTeslaItem({ date: `2024-12-23`, open: 420, high: 481.5, low: 415.4, close: 430.6, volume: 807128120, change: 2.5, index: 214 }), + new StockTeslaItem({ date: `2025-01-03`, open: 435.9, high: 465.3, low: 373, close: 410.4, volume: 565769940, change: -5.8, index: 215 }), + new StockTeslaItem({ date: `2025-01-15`, open: 423.2, high: 429.8, low: 377.3, close: 428.2, volume: 530063170, change: 1.2, index: 216 }), + new StockTeslaItem({ date: `2025-01-27`, open: 423.5, high: 439.7, low: 389, close: 397.2, volume: 476854060, change: -6.2, index: 217 }), + new StockTeslaItem({ date: `2025-02-05`, open: 396.9, high: 420, low: 374.4, close: 378.2, volume: 507024510, change: -4.7, index: 218 }), + new StockTeslaItem({ date: `2025-02-14`, open: 373, high: 380.6, low: 325.1, close: 355.8, volume: 607376290, change: -4.6, index: 219 }), + new StockTeslaItem({ date: `2025-02-26`, open: 355, high: 367.3, low: 288, close: 290.8, volume: 549149490, change: -18.1, index: 220 }), + new StockTeslaItem({ date: `2025-03-07`, open: 291.2, high: 303.9, low: 250.7, close: 262.7, volume: 754567280, change: -9.8, index: 221 }), + new StockTeslaItem({ date: `2025-03-18`, open: 252.5, high: 253.4, low: 217, close: 225.3, volume: 944623000, change: -10.8, index: 222 }), + new StockTeslaItem({ date: `2025-03-27`, open: 231.6, high: 291.8, low: 229.2, close: 273.1, volume: 982018670, change: 17.9, index: 223 }), + new StockTeslaItem({ date: `2025-04-07`, open: 275.6, high: 285, low: 214.2, close: 233.3, volume: 1117950500, change: -15.3, index: 224 }), + new StockTeslaItem({ date: `2025-04-16`, open: 245, high: 274.7, low: 217.8, close: 241.6, volume: 993815820, change: -1.4, index: 225 }), + new StockTeslaItem({ date: `2025-04-28`, open: 243.5, high: 294.9, low: 222.8, close: 285.9, volume: 866169890, change: 17.4, index: 226 }), ]; super(...newItems.slice(0)); } diff --git a/samples/charts/data-chart/data-legend-grouping-and-highlighting/src/OlympicMedalsTopCountriesWithTotals.ts b/samples/charts/data-chart/data-legend-grouping-and-highlighting/src/OlympicMedalsTopCountriesWithTotals.ts index a203443f01..4fb5b328a4 100644 --- a/samples/charts/data-chart/data-legend-grouping-and-highlighting/src/OlympicMedalsTopCountriesWithTotals.ts +++ b/samples/charts/data-chart/data-legend-grouping-and-highlighting/src/OlympicMedalsTopCountriesWithTotals.ts @@ -19,72 +19,12 @@ export class OlympicMedalsTopCountriesWithTotals extends Array + included-columns="birthRate, deathRate"> diff --git a/samples/charts/data-chart/data-legend/src/CountryDemographicAfrican.ts b/samples/charts/data-chart/data-legend/src/CountryDemographicAfrican.ts index 3b694f90b3..f34edee2c1 100644 --- a/samples/charts/data-chart/data-legend/src/CountryDemographicAfrican.ts +++ b/samples/charts/data-chart/data-legend/src/CountryDemographicAfrican.ts @@ -15,384 +15,60 @@ export class CountryDemographicAfrican extends Array { super(...items); } else { const newItems = [ - new Stock2YearsItem( - { - month: `2020`, - open: 41.1, - high: 41.6, - low: 41.1, - close: 41.4, - volume: 32610 - }), - new Stock2YearsItem( - { - month: `FEB`, - open: 41.4, - high: 41.7, - low: 41.2, - close: 41.4, - volume: 28666 - }), - new Stock2YearsItem( - { - month: `MAR`, - open: 41.3, - high: 41.3, - low: 40.7, - close: 41, - volume: 30139 - }), - new Stock2YearsItem( - { - month: `APR`, - open: 41.3, - high: 41.4, - low: 39.6, - close: 39.9, - volume: 51409 - }), - new Stock2YearsItem( - { - month: `MAY`, - open: 40, - high: 40.3, - low: 39.7, - close: 39.8, - volume: 37559 - }), - new Stock2YearsItem( - { - month: `JUN`, - open: 39.8, - high: 39.9, - low: 39.2, - close: 39.8, - volume: 35919 - }), - new Stock2YearsItem( - { - month: `JUL`, - open: 39.9, - high: 40.5, - low: 39.9, - close: 40.5, - volume: 27398 - }), - new Stock2YearsItem( - { - month: `AUG`, - open: 40.4, - high: 40.7, - low: 39.1, - close: 39.4, - volume: 45960 - }), - new Stock2YearsItem( - { - month: `SEP`, - open: 39, - high: 39.8, - low: 39, - close: 39.2, - volume: 34333 - }), - new Stock2YearsItem( - { - month: `OCT`, - open: 39.1, - high: 39.4, - low: 38.9, - close: 39.2, - volume: 32006 - }), - new Stock2YearsItem( - { - month: `NOV`, - open: 39.3, - high: 40, - low: 39, - close: 39.8, - volume: 33978 - }), - new Stock2YearsItem( - { - month: `DEC`, - open: 40.1, - high: 40.4, - low: 39.9, - close: 40.4, - volume: 30616 - }), - new Stock2YearsItem( - { - month: `2021`, - open: 40, - high: 40.2, - low: 39.5, - close: 40, - volume: 36689 - }), - new Stock2YearsItem( - { - month: `FEB`, - open: 40.1, - high: 40.1, - low: 39.8, - close: 39.9, - volume: 22222 - }), - new Stock2YearsItem( - { - month: `MAR`, - open: 40, - high: 40.1, - low: 39.8, - close: 40, - volume: 27057 - }), - new Stock2YearsItem( - { - month: `APR`, - open: 40, - high: 40, - low: 39.5, - close: 39.7, - volume: 24602 - }), - new Stock2YearsItem( - { - month: `MAY`, - open: 39.7, - high: 40, - low: 39.3, - close: 39.9, - volume: 42381 - }), - new Stock2YearsItem( - { - month: `JUN`, - open: 40.3, - high: 40.7, - low: 39.8, - close: 39.9, - volume: 56883 - }), - new Stock2YearsItem( - { - month: `JUL`, - open: 40.1, - high: 41.3, - low: 40.1, - close: 40.9, - volume: 50610 - }), - new Stock2YearsItem( - { - month: `AUG`, - open: 41.1, - high: 41.2, - low: 40.4, - close: 40.5, - volume: 29637 - }), - new Stock2YearsItem( - { - month: `SEP`, - open: 39, - high: 39.8, - low: 39, - close: 39.2, - volume: 34333 - }), - new Stock2YearsItem( - { - month: `OCT`, - open: 39.1, - high: 39.4, - low: 38.9, - close: 39.2, - volume: 32006 - }), - new Stock2YearsItem( - { - month: `NOV`, - open: 39.3, - high: 40, - low: 39, - close: 39.8, - volume: 33978 - }), - new Stock2YearsItem( - { - month: `DEC`, - open: 40.1, - high: 40.4, - low: 39.9, - close: 40.4, - volume: 30616 - }), + new Stock2YearsItem({ month: `2020`, open: 41.1, high: 41.6, low: 41.1, close: 41.4, volume: 32610 }), + new Stock2YearsItem({ month: `FEB`, open: 41.4, high: 41.7, low: 41.2, close: 41.4, volume: 28666 }), + new Stock2YearsItem({ month: `MAR`, open: 41.3, high: 41.3, low: 40.7, close: 41, volume: 30139 }), + new Stock2YearsItem({ month: `APR`, open: 41.3, high: 41.4, low: 39.6, close: 39.9, volume: 51409 }), + new Stock2YearsItem({ month: `MAY`, open: 40, high: 40.3, low: 39.7, close: 39.8, volume: 37559 }), + new Stock2YearsItem({ month: `JUN`, open: 39.8, high: 39.9, low: 39.2, close: 39.8, volume: 35919 }), + new Stock2YearsItem({ month: `JUL`, open: 39.9, high: 40.5, low: 39.9, close: 40.5, volume: 27398 }), + new Stock2YearsItem({ month: `AUG`, open: 40.4, high: 40.7, low: 39.1, close: 39.4, volume: 45960 }), + new Stock2YearsItem({ month: `SEP`, open: 39, high: 39.8, low: 39, close: 39.2, volume: 34333 }), + new Stock2YearsItem({ month: `OCT`, open: 39.1, high: 39.4, low: 38.9, close: 39.2, volume: 32006 }), + new Stock2YearsItem({ month: `NOV`, open: 39.3, high: 40, low: 39, close: 39.8, volume: 33978 }), + new Stock2YearsItem({ month: `DEC`, open: 40.1, high: 40.4, low: 39.9, close: 40.4, volume: 30616 }), + new Stock2YearsItem({ month: `2021`, open: 40, high: 40.2, low: 39.5, close: 40, volume: 36689 }), + new Stock2YearsItem({ month: `FEB`, open: 40.1, high: 40.1, low: 39.8, close: 39.9, volume: 22222 }), + new Stock2YearsItem({ month: `MAR`, open: 40, high: 40.1, low: 39.8, close: 40, volume: 27057 }), + new Stock2YearsItem({ month: `APR`, open: 40, high: 40, low: 39.5, close: 39.7, volume: 24602 }), + new Stock2YearsItem({ month: `MAY`, open: 39.7, high: 40, low: 39.3, close: 39.9, volume: 42381 }), + new Stock2YearsItem({ month: `JUN`, open: 40.3, high: 40.7, low: 39.8, close: 39.9, volume: 56883 }), + new Stock2YearsItem({ month: `JUL`, open: 40.1, high: 41.3, low: 40.1, close: 40.9, volume: 50610 }), + new Stock2YearsItem({ month: `AUG`, open: 41.1, high: 41.2, low: 40.4, close: 40.5, volume: 29637 }), + new Stock2YearsItem({ month: `SEP`, open: 39, high: 39.8, low: 39, close: 39.2, volume: 34333 }), + new Stock2YearsItem({ month: `OCT`, open: 39.1, high: 39.4, low: 38.9, close: 39.2, volume: 32006 }), + new Stock2YearsItem({ month: `NOV`, open: 39.3, high: 40, low: 39, close: 39.8, volume: 33978 }), + new Stock2YearsItem({ month: `DEC`, open: 40.1, high: 40.4, low: 39.9, close: 40.4, volume: 30616 }), ]; super(...newItems.slice(0)); } diff --git a/samples/charts/data-chart/polar-area-chart-styling/src/BoatSailingData.ts b/samples/charts/data-chart/polar-area-chart-styling/src/BoatSailingData.ts index a7372e278c..890e99bd78 100644 --- a/samples/charts/data-chart/polar-area-chart-styling/src/BoatSailingData.ts +++ b/samples/charts/data-chart/polar-area-chart-styling/src/BoatSailingData.ts @@ -14,60 +14,15 @@ export class BoatSailingData extends Array { super(...items); } else { const newItems = [ - new BoatSailingDataItem( - { - direction: 0, - boatSpeed: 70, - windSpeed: 90 - }), - new BoatSailingDataItem( - { - direction: 45, - boatSpeed: 35, - windSpeed: 65 - }), - new BoatSailingDataItem( - { - direction: 90, - boatSpeed: 25, - windSpeed: 45 - }), - new BoatSailingDataItem( - { - direction: 135, - boatSpeed: 15, - windSpeed: 25 - }), - new BoatSailingDataItem( - { - direction: 180, - boatSpeed: 0, - windSpeed: 0 - }), - new BoatSailingDataItem( - { - direction: 225, - boatSpeed: 15, - windSpeed: 25 - }), - new BoatSailingDataItem( - { - direction: 270, - boatSpeed: 25, - windSpeed: 45 - }), - new BoatSailingDataItem( - { - direction: 315, - boatSpeed: 35, - windSpeed: 65 - }), - new BoatSailingDataItem( - { - direction: 360, - boatSpeed: 70, - windSpeed: 90 - }), + new BoatSailingDataItem({ direction: 0, boatSpeed: 70, windSpeed: 90 }), + new BoatSailingDataItem({ direction: 45, boatSpeed: 35, windSpeed: 65 }), + new BoatSailingDataItem({ direction: 90, boatSpeed: 25, windSpeed: 45 }), + new BoatSailingDataItem({ direction: 135, boatSpeed: 15, windSpeed: 25 }), + new BoatSailingDataItem({ direction: 180, boatSpeed: 0, windSpeed: 0 }), + new BoatSailingDataItem({ direction: 225, boatSpeed: 15, windSpeed: 25 }), + new BoatSailingDataItem({ direction: 270, boatSpeed: 25, windSpeed: 45 }), + new BoatSailingDataItem({ direction: 315, boatSpeed: 35, windSpeed: 65 }), + new BoatSailingDataItem({ direction: 360, boatSpeed: 70, windSpeed: 90 }), ]; super(...newItems.slice(0)); } diff --git a/samples/charts/data-chart/polar-area-chart/src/BoatSailingData.ts b/samples/charts/data-chart/polar-area-chart/src/BoatSailingData.ts index a7372e278c..890e99bd78 100644 --- a/samples/charts/data-chart/polar-area-chart/src/BoatSailingData.ts +++ b/samples/charts/data-chart/polar-area-chart/src/BoatSailingData.ts @@ -14,60 +14,15 @@ export class BoatSailingData extends Array { super(...items); } else { const newItems = [ - new BoatSailingDataItem( - { - direction: 0, - boatSpeed: 70, - windSpeed: 90 - }), - new BoatSailingDataItem( - { - direction: 45, - boatSpeed: 35, - windSpeed: 65 - }), - new BoatSailingDataItem( - { - direction: 90, - boatSpeed: 25, - windSpeed: 45 - }), - new BoatSailingDataItem( - { - direction: 135, - boatSpeed: 15, - windSpeed: 25 - }), - new BoatSailingDataItem( - { - direction: 180, - boatSpeed: 0, - windSpeed: 0 - }), - new BoatSailingDataItem( - { - direction: 225, - boatSpeed: 15, - windSpeed: 25 - }), - new BoatSailingDataItem( - { - direction: 270, - boatSpeed: 25, - windSpeed: 45 - }), - new BoatSailingDataItem( - { - direction: 315, - boatSpeed: 35, - windSpeed: 65 - }), - new BoatSailingDataItem( - { - direction: 360, - boatSpeed: 70, - windSpeed: 90 - }), + new BoatSailingDataItem({ direction: 0, boatSpeed: 70, windSpeed: 90 }), + new BoatSailingDataItem({ direction: 45, boatSpeed: 35, windSpeed: 65 }), + new BoatSailingDataItem({ direction: 90, boatSpeed: 25, windSpeed: 45 }), + new BoatSailingDataItem({ direction: 135, boatSpeed: 15, windSpeed: 25 }), + new BoatSailingDataItem({ direction: 180, boatSpeed: 0, windSpeed: 0 }), + new BoatSailingDataItem({ direction: 225, boatSpeed: 15, windSpeed: 25 }), + new BoatSailingDataItem({ direction: 270, boatSpeed: 25, windSpeed: 45 }), + new BoatSailingDataItem({ direction: 315, boatSpeed: 35, windSpeed: 65 }), + new BoatSailingDataItem({ direction: 360, boatSpeed: 70, windSpeed: 90 }), ]; super(...newItems.slice(0)); } diff --git a/samples/charts/data-chart/polar-line-chart/src/BoatSailingData.ts b/samples/charts/data-chart/polar-line-chart/src/BoatSailingData.ts index a7372e278c..890e99bd78 100644 --- a/samples/charts/data-chart/polar-line-chart/src/BoatSailingData.ts +++ b/samples/charts/data-chart/polar-line-chart/src/BoatSailingData.ts @@ -14,60 +14,15 @@ export class BoatSailingData extends Array { super(...items); } else { const newItems = [ - new BoatSailingDataItem( - { - direction: 0, - boatSpeed: 70, - windSpeed: 90 - }), - new BoatSailingDataItem( - { - direction: 45, - boatSpeed: 35, - windSpeed: 65 - }), - new BoatSailingDataItem( - { - direction: 90, - boatSpeed: 25, - windSpeed: 45 - }), - new BoatSailingDataItem( - { - direction: 135, - boatSpeed: 15, - windSpeed: 25 - }), - new BoatSailingDataItem( - { - direction: 180, - boatSpeed: 0, - windSpeed: 0 - }), - new BoatSailingDataItem( - { - direction: 225, - boatSpeed: 15, - windSpeed: 25 - }), - new BoatSailingDataItem( - { - direction: 270, - boatSpeed: 25, - windSpeed: 45 - }), - new BoatSailingDataItem( - { - direction: 315, - boatSpeed: 35, - windSpeed: 65 - }), - new BoatSailingDataItem( - { - direction: 360, - boatSpeed: 70, - windSpeed: 90 - }), + new BoatSailingDataItem({ direction: 0, boatSpeed: 70, windSpeed: 90 }), + new BoatSailingDataItem({ direction: 45, boatSpeed: 35, windSpeed: 65 }), + new BoatSailingDataItem({ direction: 90, boatSpeed: 25, windSpeed: 45 }), + new BoatSailingDataItem({ direction: 135, boatSpeed: 15, windSpeed: 25 }), + new BoatSailingDataItem({ direction: 180, boatSpeed: 0, windSpeed: 0 }), + new BoatSailingDataItem({ direction: 225, boatSpeed: 15, windSpeed: 25 }), + new BoatSailingDataItem({ direction: 270, boatSpeed: 25, windSpeed: 45 }), + new BoatSailingDataItem({ direction: 315, boatSpeed: 35, windSpeed: 65 }), + new BoatSailingDataItem({ direction: 360, boatSpeed: 70, windSpeed: 90 }), ]; super(...newItems.slice(0)); } diff --git a/samples/charts/data-chart/polar-scatter-chart/src/BoatSailingData.ts b/samples/charts/data-chart/polar-scatter-chart/src/BoatSailingData.ts index a7372e278c..890e99bd78 100644 --- a/samples/charts/data-chart/polar-scatter-chart/src/BoatSailingData.ts +++ b/samples/charts/data-chart/polar-scatter-chart/src/BoatSailingData.ts @@ -14,60 +14,15 @@ export class BoatSailingData extends Array { super(...items); } else { const newItems = [ - new BoatSailingDataItem( - { - direction: 0, - boatSpeed: 70, - windSpeed: 90 - }), - new BoatSailingDataItem( - { - direction: 45, - boatSpeed: 35, - windSpeed: 65 - }), - new BoatSailingDataItem( - { - direction: 90, - boatSpeed: 25, - windSpeed: 45 - }), - new BoatSailingDataItem( - { - direction: 135, - boatSpeed: 15, - windSpeed: 25 - }), - new BoatSailingDataItem( - { - direction: 180, - boatSpeed: 0, - windSpeed: 0 - }), - new BoatSailingDataItem( - { - direction: 225, - boatSpeed: 15, - windSpeed: 25 - }), - new BoatSailingDataItem( - { - direction: 270, - boatSpeed: 25, - windSpeed: 45 - }), - new BoatSailingDataItem( - { - direction: 315, - boatSpeed: 35, - windSpeed: 65 - }), - new BoatSailingDataItem( - { - direction: 360, - boatSpeed: 70, - windSpeed: 90 - }), + new BoatSailingDataItem({ direction: 0, boatSpeed: 70, windSpeed: 90 }), + new BoatSailingDataItem({ direction: 45, boatSpeed: 35, windSpeed: 65 }), + new BoatSailingDataItem({ direction: 90, boatSpeed: 25, windSpeed: 45 }), + new BoatSailingDataItem({ direction: 135, boatSpeed: 15, windSpeed: 25 }), + new BoatSailingDataItem({ direction: 180, boatSpeed: 0, windSpeed: 0 }), + new BoatSailingDataItem({ direction: 225, boatSpeed: 15, windSpeed: 25 }), + new BoatSailingDataItem({ direction: 270, boatSpeed: 25, windSpeed: 45 }), + new BoatSailingDataItem({ direction: 315, boatSpeed: 35, windSpeed: 65 }), + new BoatSailingDataItem({ direction: 360, boatSpeed: 70, windSpeed: 90 }), ]; super(...newItems.slice(0)); } diff --git a/samples/charts/data-chart/polar-spline-area-chart/src/BoatSailingData.ts b/samples/charts/data-chart/polar-spline-area-chart/src/BoatSailingData.ts index a7372e278c..890e99bd78 100644 --- a/samples/charts/data-chart/polar-spline-area-chart/src/BoatSailingData.ts +++ b/samples/charts/data-chart/polar-spline-area-chart/src/BoatSailingData.ts @@ -14,60 +14,15 @@ export class BoatSailingData extends Array { super(...items); } else { const newItems = [ - new BoatSailingDataItem( - { - direction: 0, - boatSpeed: 70, - windSpeed: 90 - }), - new BoatSailingDataItem( - { - direction: 45, - boatSpeed: 35, - windSpeed: 65 - }), - new BoatSailingDataItem( - { - direction: 90, - boatSpeed: 25, - windSpeed: 45 - }), - new BoatSailingDataItem( - { - direction: 135, - boatSpeed: 15, - windSpeed: 25 - }), - new BoatSailingDataItem( - { - direction: 180, - boatSpeed: 0, - windSpeed: 0 - }), - new BoatSailingDataItem( - { - direction: 225, - boatSpeed: 15, - windSpeed: 25 - }), - new BoatSailingDataItem( - { - direction: 270, - boatSpeed: 25, - windSpeed: 45 - }), - new BoatSailingDataItem( - { - direction: 315, - boatSpeed: 35, - windSpeed: 65 - }), - new BoatSailingDataItem( - { - direction: 360, - boatSpeed: 70, - windSpeed: 90 - }), + new BoatSailingDataItem({ direction: 0, boatSpeed: 70, windSpeed: 90 }), + new BoatSailingDataItem({ direction: 45, boatSpeed: 35, windSpeed: 65 }), + new BoatSailingDataItem({ direction: 90, boatSpeed: 25, windSpeed: 45 }), + new BoatSailingDataItem({ direction: 135, boatSpeed: 15, windSpeed: 25 }), + new BoatSailingDataItem({ direction: 180, boatSpeed: 0, windSpeed: 0 }), + new BoatSailingDataItem({ direction: 225, boatSpeed: 15, windSpeed: 25 }), + new BoatSailingDataItem({ direction: 270, boatSpeed: 25, windSpeed: 45 }), + new BoatSailingDataItem({ direction: 315, boatSpeed: 35, windSpeed: 65 }), + new BoatSailingDataItem({ direction: 360, boatSpeed: 70, windSpeed: 90 }), ]; super(...newItems.slice(0)); } diff --git a/samples/charts/data-chart/polar-spline-chart/src/BoatSailingData.ts b/samples/charts/data-chart/polar-spline-chart/src/BoatSailingData.ts index a7372e278c..890e99bd78 100644 --- a/samples/charts/data-chart/polar-spline-chart/src/BoatSailingData.ts +++ b/samples/charts/data-chart/polar-spline-chart/src/BoatSailingData.ts @@ -14,60 +14,15 @@ export class BoatSailingData extends Array { super(...items); } else { const newItems = [ - new BoatSailingDataItem( - { - direction: 0, - boatSpeed: 70, - windSpeed: 90 - }), - new BoatSailingDataItem( - { - direction: 45, - boatSpeed: 35, - windSpeed: 65 - }), - new BoatSailingDataItem( - { - direction: 90, - boatSpeed: 25, - windSpeed: 45 - }), - new BoatSailingDataItem( - { - direction: 135, - boatSpeed: 15, - windSpeed: 25 - }), - new BoatSailingDataItem( - { - direction: 180, - boatSpeed: 0, - windSpeed: 0 - }), - new BoatSailingDataItem( - { - direction: 225, - boatSpeed: 15, - windSpeed: 25 - }), - new BoatSailingDataItem( - { - direction: 270, - boatSpeed: 25, - windSpeed: 45 - }), - new BoatSailingDataItem( - { - direction: 315, - boatSpeed: 35, - windSpeed: 65 - }), - new BoatSailingDataItem( - { - direction: 360, - boatSpeed: 70, - windSpeed: 90 - }), + new BoatSailingDataItem({ direction: 0, boatSpeed: 70, windSpeed: 90 }), + new BoatSailingDataItem({ direction: 45, boatSpeed: 35, windSpeed: 65 }), + new BoatSailingDataItem({ direction: 90, boatSpeed: 25, windSpeed: 45 }), + new BoatSailingDataItem({ direction: 135, boatSpeed: 15, windSpeed: 25 }), + new BoatSailingDataItem({ direction: 180, boatSpeed: 0, windSpeed: 0 }), + new BoatSailingDataItem({ direction: 225, boatSpeed: 15, windSpeed: 25 }), + new BoatSailingDataItem({ direction: 270, boatSpeed: 25, windSpeed: 45 }), + new BoatSailingDataItem({ direction: 315, boatSpeed: 35, windSpeed: 65 }), + new BoatSailingDataItem({ direction: 360, boatSpeed: 70, windSpeed: 90 }), ]; super(...newItems.slice(0)); } diff --git a/samples/charts/data-chart/radial-area-chart-styling/src/FootballPlayerStats.ts b/samples/charts/data-chart/radial-area-chart-styling/src/FootballPlayerStats.ts index 76a96e1388..4b194589a3 100644 --- a/samples/charts/data-chart/radial-area-chart-styling/src/FootballPlayerStats.ts +++ b/samples/charts/data-chart/radial-area-chart-styling/src/FootballPlayerStats.ts @@ -14,54 +14,14 @@ export class FootballPlayerStats extends Array { super(...items); } else { const newItems = [ - new FootballPlayerStatsItem( - { - attribute: `Dribbling`, - ronaldo: 8, - messi: 10 - }), - new FootballPlayerStatsItem( - { - attribute: `Passing`, - ronaldo: 8, - messi: 10 - }), - new FootballPlayerStatsItem( - { - attribute: `Finishing`, - ronaldo: 10, - messi: 10 - }), - new FootballPlayerStatsItem( - { - attribute: `Free Kicks`, - ronaldo: 8, - messi: 9 - }), - new FootballPlayerStatsItem( - { - attribute: `Penalties`, - ronaldo: 9, - messi: 7 - }), - new FootballPlayerStatsItem( - { - attribute: `Physical`, - ronaldo: 10, - messi: 7 - }), - new FootballPlayerStatsItem( - { - attribute: `Team Play`, - ronaldo: 7, - messi: 9 - }), - new FootballPlayerStatsItem( - { - attribute: `Heading`, - ronaldo: 9, - messi: 6 - }), + new FootballPlayerStatsItem({ attribute: `Dribbling`, ronaldo: 8, messi: 10 }), + new FootballPlayerStatsItem({ attribute: `Passing`, ronaldo: 8, messi: 10 }), + new FootballPlayerStatsItem({ attribute: `Finishing`, ronaldo: 10, messi: 10 }), + new FootballPlayerStatsItem({ attribute: `Free Kicks`, ronaldo: 8, messi: 9 }), + new FootballPlayerStatsItem({ attribute: `Penalties`, ronaldo: 9, messi: 7 }), + new FootballPlayerStatsItem({ attribute: `Physical`, ronaldo: 10, messi: 7 }), + new FootballPlayerStatsItem({ attribute: `Team Play`, ronaldo: 7, messi: 9 }), + new FootballPlayerStatsItem({ attribute: `Heading`, ronaldo: 9, messi: 6 }), ]; super(...newItems.slice(0)); } diff --git a/samples/charts/data-chart/radial-area-chart/src/FootballPlayerStats.ts b/samples/charts/data-chart/radial-area-chart/src/FootballPlayerStats.ts index 76a96e1388..4b194589a3 100644 --- a/samples/charts/data-chart/radial-area-chart/src/FootballPlayerStats.ts +++ b/samples/charts/data-chart/radial-area-chart/src/FootballPlayerStats.ts @@ -14,54 +14,14 @@ export class FootballPlayerStats extends Array { super(...items); } else { const newItems = [ - new FootballPlayerStatsItem( - { - attribute: `Dribbling`, - ronaldo: 8, - messi: 10 - }), - new FootballPlayerStatsItem( - { - attribute: `Passing`, - ronaldo: 8, - messi: 10 - }), - new FootballPlayerStatsItem( - { - attribute: `Finishing`, - ronaldo: 10, - messi: 10 - }), - new FootballPlayerStatsItem( - { - attribute: `Free Kicks`, - ronaldo: 8, - messi: 9 - }), - new FootballPlayerStatsItem( - { - attribute: `Penalties`, - ronaldo: 9, - messi: 7 - }), - new FootballPlayerStatsItem( - { - attribute: `Physical`, - ronaldo: 10, - messi: 7 - }), - new FootballPlayerStatsItem( - { - attribute: `Team Play`, - ronaldo: 7, - messi: 9 - }), - new FootballPlayerStatsItem( - { - attribute: `Heading`, - ronaldo: 9, - messi: 6 - }), + new FootballPlayerStatsItem({ attribute: `Dribbling`, ronaldo: 8, messi: 10 }), + new FootballPlayerStatsItem({ attribute: `Passing`, ronaldo: 8, messi: 10 }), + new FootballPlayerStatsItem({ attribute: `Finishing`, ronaldo: 10, messi: 10 }), + new FootballPlayerStatsItem({ attribute: `Free Kicks`, ronaldo: 8, messi: 9 }), + new FootballPlayerStatsItem({ attribute: `Penalties`, ronaldo: 9, messi: 7 }), + new FootballPlayerStatsItem({ attribute: `Physical`, ronaldo: 10, messi: 7 }), + new FootballPlayerStatsItem({ attribute: `Team Play`, ronaldo: 7, messi: 9 }), + new FootballPlayerStatsItem({ attribute: `Heading`, ronaldo: 9, messi: 6 }), ]; super(...newItems.slice(0)); } diff --git a/samples/charts/data-chart/radial-column-chart-selection/src/FootballPlayerStats.ts b/samples/charts/data-chart/radial-column-chart-selection/src/FootballPlayerStats.ts index 76a96e1388..4b194589a3 100644 --- a/samples/charts/data-chart/radial-column-chart-selection/src/FootballPlayerStats.ts +++ b/samples/charts/data-chart/radial-column-chart-selection/src/FootballPlayerStats.ts @@ -14,54 +14,14 @@ export class FootballPlayerStats extends Array { super(...items); } else { const newItems = [ - new FootballPlayerStatsItem( - { - attribute: `Dribbling`, - ronaldo: 8, - messi: 10 - }), - new FootballPlayerStatsItem( - { - attribute: `Passing`, - ronaldo: 8, - messi: 10 - }), - new FootballPlayerStatsItem( - { - attribute: `Finishing`, - ronaldo: 10, - messi: 10 - }), - new FootballPlayerStatsItem( - { - attribute: `Free Kicks`, - ronaldo: 8, - messi: 9 - }), - new FootballPlayerStatsItem( - { - attribute: `Penalties`, - ronaldo: 9, - messi: 7 - }), - new FootballPlayerStatsItem( - { - attribute: `Physical`, - ronaldo: 10, - messi: 7 - }), - new FootballPlayerStatsItem( - { - attribute: `Team Play`, - ronaldo: 7, - messi: 9 - }), - new FootballPlayerStatsItem( - { - attribute: `Heading`, - ronaldo: 9, - messi: 6 - }), + new FootballPlayerStatsItem({ attribute: `Dribbling`, ronaldo: 8, messi: 10 }), + new FootballPlayerStatsItem({ attribute: `Passing`, ronaldo: 8, messi: 10 }), + new FootballPlayerStatsItem({ attribute: `Finishing`, ronaldo: 10, messi: 10 }), + new FootballPlayerStatsItem({ attribute: `Free Kicks`, ronaldo: 8, messi: 9 }), + new FootballPlayerStatsItem({ attribute: `Penalties`, ronaldo: 9, messi: 7 }), + new FootballPlayerStatsItem({ attribute: `Physical`, ronaldo: 10, messi: 7 }), + new FootballPlayerStatsItem({ attribute: `Team Play`, ronaldo: 7, messi: 9 }), + new FootballPlayerStatsItem({ attribute: `Heading`, ronaldo: 9, messi: 6 }), ]; super(...newItems.slice(0)); } diff --git a/samples/charts/data-chart/radial-column-chart/src/FootballPlayerStats.ts b/samples/charts/data-chart/radial-column-chart/src/FootballPlayerStats.ts index 76a96e1388..4b194589a3 100644 --- a/samples/charts/data-chart/radial-column-chart/src/FootballPlayerStats.ts +++ b/samples/charts/data-chart/radial-column-chart/src/FootballPlayerStats.ts @@ -14,54 +14,14 @@ export class FootballPlayerStats extends Array { super(...items); } else { const newItems = [ - new FootballPlayerStatsItem( - { - attribute: `Dribbling`, - ronaldo: 8, - messi: 10 - }), - new FootballPlayerStatsItem( - { - attribute: `Passing`, - ronaldo: 8, - messi: 10 - }), - new FootballPlayerStatsItem( - { - attribute: `Finishing`, - ronaldo: 10, - messi: 10 - }), - new FootballPlayerStatsItem( - { - attribute: `Free Kicks`, - ronaldo: 8, - messi: 9 - }), - new FootballPlayerStatsItem( - { - attribute: `Penalties`, - ronaldo: 9, - messi: 7 - }), - new FootballPlayerStatsItem( - { - attribute: `Physical`, - ronaldo: 10, - messi: 7 - }), - new FootballPlayerStatsItem( - { - attribute: `Team Play`, - ronaldo: 7, - messi: 9 - }), - new FootballPlayerStatsItem( - { - attribute: `Heading`, - ronaldo: 9, - messi: 6 - }), + new FootballPlayerStatsItem({ attribute: `Dribbling`, ronaldo: 8, messi: 10 }), + new FootballPlayerStatsItem({ attribute: `Passing`, ronaldo: 8, messi: 10 }), + new FootballPlayerStatsItem({ attribute: `Finishing`, ronaldo: 10, messi: 10 }), + new FootballPlayerStatsItem({ attribute: `Free Kicks`, ronaldo: 8, messi: 9 }), + new FootballPlayerStatsItem({ attribute: `Penalties`, ronaldo: 9, messi: 7 }), + new FootballPlayerStatsItem({ attribute: `Physical`, ronaldo: 10, messi: 7 }), + new FootballPlayerStatsItem({ attribute: `Team Play`, ronaldo: 7, messi: 9 }), + new FootballPlayerStatsItem({ attribute: `Heading`, ronaldo: 9, messi: 6 }), ]; super(...newItems.slice(0)); } diff --git a/samples/charts/data-chart/radial-label-mode/src/FootballPlayerStats.ts b/samples/charts/data-chart/radial-label-mode/src/FootballPlayerStats.ts index 76a96e1388..4b194589a3 100644 --- a/samples/charts/data-chart/radial-label-mode/src/FootballPlayerStats.ts +++ b/samples/charts/data-chart/radial-label-mode/src/FootballPlayerStats.ts @@ -14,54 +14,14 @@ export class FootballPlayerStats extends Array { super(...items); } else { const newItems = [ - new FootballPlayerStatsItem( - { - attribute: `Dribbling`, - ronaldo: 8, - messi: 10 - }), - new FootballPlayerStatsItem( - { - attribute: `Passing`, - ronaldo: 8, - messi: 10 - }), - new FootballPlayerStatsItem( - { - attribute: `Finishing`, - ronaldo: 10, - messi: 10 - }), - new FootballPlayerStatsItem( - { - attribute: `Free Kicks`, - ronaldo: 8, - messi: 9 - }), - new FootballPlayerStatsItem( - { - attribute: `Penalties`, - ronaldo: 9, - messi: 7 - }), - new FootballPlayerStatsItem( - { - attribute: `Physical`, - ronaldo: 10, - messi: 7 - }), - new FootballPlayerStatsItem( - { - attribute: `Team Play`, - ronaldo: 7, - messi: 9 - }), - new FootballPlayerStatsItem( - { - attribute: `Heading`, - ronaldo: 9, - messi: 6 - }), + new FootballPlayerStatsItem({ attribute: `Dribbling`, ronaldo: 8, messi: 10 }), + new FootballPlayerStatsItem({ attribute: `Passing`, ronaldo: 8, messi: 10 }), + new FootballPlayerStatsItem({ attribute: `Finishing`, ronaldo: 10, messi: 10 }), + new FootballPlayerStatsItem({ attribute: `Free Kicks`, ronaldo: 8, messi: 9 }), + new FootballPlayerStatsItem({ attribute: `Penalties`, ronaldo: 9, messi: 7 }), + new FootballPlayerStatsItem({ attribute: `Physical`, ronaldo: 10, messi: 7 }), + new FootballPlayerStatsItem({ attribute: `Team Play`, ronaldo: 7, messi: 9 }), + new FootballPlayerStatsItem({ attribute: `Heading`, ronaldo: 9, messi: 6 }), ]; super(...newItems.slice(0)); } diff --git a/samples/charts/data-chart/radial-line-chart/src/FootballPlayerStats.ts b/samples/charts/data-chart/radial-line-chart/src/FootballPlayerStats.ts index 76a96e1388..4b194589a3 100644 --- a/samples/charts/data-chart/radial-line-chart/src/FootballPlayerStats.ts +++ b/samples/charts/data-chart/radial-line-chart/src/FootballPlayerStats.ts @@ -14,54 +14,14 @@ export class FootballPlayerStats extends Array { super(...items); } else { const newItems = [ - new FootballPlayerStatsItem( - { - attribute: `Dribbling`, - ronaldo: 8, - messi: 10 - }), - new FootballPlayerStatsItem( - { - attribute: `Passing`, - ronaldo: 8, - messi: 10 - }), - new FootballPlayerStatsItem( - { - attribute: `Finishing`, - ronaldo: 10, - messi: 10 - }), - new FootballPlayerStatsItem( - { - attribute: `Free Kicks`, - ronaldo: 8, - messi: 9 - }), - new FootballPlayerStatsItem( - { - attribute: `Penalties`, - ronaldo: 9, - messi: 7 - }), - new FootballPlayerStatsItem( - { - attribute: `Physical`, - ronaldo: 10, - messi: 7 - }), - new FootballPlayerStatsItem( - { - attribute: `Team Play`, - ronaldo: 7, - messi: 9 - }), - new FootballPlayerStatsItem( - { - attribute: `Heading`, - ronaldo: 9, - messi: 6 - }), + new FootballPlayerStatsItem({ attribute: `Dribbling`, ronaldo: 8, messi: 10 }), + new FootballPlayerStatsItem({ attribute: `Passing`, ronaldo: 8, messi: 10 }), + new FootballPlayerStatsItem({ attribute: `Finishing`, ronaldo: 10, messi: 10 }), + new FootballPlayerStatsItem({ attribute: `Free Kicks`, ronaldo: 8, messi: 9 }), + new FootballPlayerStatsItem({ attribute: `Penalties`, ronaldo: 9, messi: 7 }), + new FootballPlayerStatsItem({ attribute: `Physical`, ronaldo: 10, messi: 7 }), + new FootballPlayerStatsItem({ attribute: `Team Play`, ronaldo: 7, messi: 9 }), + new FootballPlayerStatsItem({ attribute: `Heading`, ronaldo: 9, messi: 6 }), ]; super(...newItems.slice(0)); } diff --git a/samples/charts/data-chart/radial-pie-chart/src/FootballPlayerStats.ts b/samples/charts/data-chart/radial-pie-chart/src/FootballPlayerStats.ts index 76a96e1388..4b194589a3 100644 --- a/samples/charts/data-chart/radial-pie-chart/src/FootballPlayerStats.ts +++ b/samples/charts/data-chart/radial-pie-chart/src/FootballPlayerStats.ts @@ -14,54 +14,14 @@ export class FootballPlayerStats extends Array { super(...items); } else { const newItems = [ - new FootballPlayerStatsItem( - { - attribute: `Dribbling`, - ronaldo: 8, - messi: 10 - }), - new FootballPlayerStatsItem( - { - attribute: `Passing`, - ronaldo: 8, - messi: 10 - }), - new FootballPlayerStatsItem( - { - attribute: `Finishing`, - ronaldo: 10, - messi: 10 - }), - new FootballPlayerStatsItem( - { - attribute: `Free Kicks`, - ronaldo: 8, - messi: 9 - }), - new FootballPlayerStatsItem( - { - attribute: `Penalties`, - ronaldo: 9, - messi: 7 - }), - new FootballPlayerStatsItem( - { - attribute: `Physical`, - ronaldo: 10, - messi: 7 - }), - new FootballPlayerStatsItem( - { - attribute: `Team Play`, - ronaldo: 7, - messi: 9 - }), - new FootballPlayerStatsItem( - { - attribute: `Heading`, - ronaldo: 9, - messi: 6 - }), + new FootballPlayerStatsItem({ attribute: `Dribbling`, ronaldo: 8, messi: 10 }), + new FootballPlayerStatsItem({ attribute: `Passing`, ronaldo: 8, messi: 10 }), + new FootballPlayerStatsItem({ attribute: `Finishing`, ronaldo: 10, messi: 10 }), + new FootballPlayerStatsItem({ attribute: `Free Kicks`, ronaldo: 8, messi: 9 }), + new FootballPlayerStatsItem({ attribute: `Penalties`, ronaldo: 9, messi: 7 }), + new FootballPlayerStatsItem({ attribute: `Physical`, ronaldo: 10, messi: 7 }), + new FootballPlayerStatsItem({ attribute: `Team Play`, ronaldo: 7, messi: 9 }), + new FootballPlayerStatsItem({ attribute: `Heading`, ronaldo: 9, messi: 6 }), ]; super(...newItems.slice(0)); } diff --git a/samples/charts/data-chart/radial-pie-proportional-category-angle-axis/src/RadialProportionalData.ts b/samples/charts/data-chart/radial-pie-proportional-category-angle-axis/src/RadialProportionalData.ts index db3bd78312..cae5622fc3 100644 --- a/samples/charts/data-chart/radial-pie-proportional-category-angle-axis/src/RadialProportionalData.ts +++ b/samples/charts/data-chart/radial-pie-proportional-category-angle-axis/src/RadialProportionalData.ts @@ -15,62 +15,14 @@ export class RadialProportionalData extends Array { super(...items); } else { const newItems = [ - new RadialProportionalDataItem( - { - label: `A`, - value: 100, - radius: 75, - radius2: 50 - }), - new RadialProportionalDataItem( - { - label: `B`, - value: 100, - radius: 100, - radius2: 75 - }), - new RadialProportionalDataItem( - { - label: `C`, - value: 100, - radius: 80, - radius2: 140 - }), - new RadialProportionalDataItem( - { - label: `D`, - value: 100, - radius: 60, - radius2: 220 - }), - new RadialProportionalDataItem( - { - label: `E`, - value: 100, - radius: 90, - radius2: 30 - }), - new RadialProportionalDataItem( - { - label: `F`, - value: 100, - radius: 95, - radius2: 120 - }), - new RadialProportionalDataItem( - { - label: `G`, - value: 100, - radius: 100, - radius2: 200 - }), - new RadialProportionalDataItem( - { - label: `H`, - value: 100, - radius: 80, - radius2: 120 - }), + new RadialProportionalDataItem({ label: `A`, value: 100, radius: 75, radius2: 50 }), + new RadialProportionalDataItem({ label: `B`, value: 100, radius: 100, radius2: 75 }), + new RadialProportionalDataItem({ label: `C`, value: 100, radius: 80, radius2: 140 }), + new RadialProportionalDataItem({ label: `D`, value: 100, radius: 60, radius2: 220 }), + new RadialProportionalDataItem({ label: `E`, value: 100, radius: 90, radius2: 30 }), + new RadialProportionalDataItem({ label: `F`, value: 100, radius: 95, radius2: 120 }), + new RadialProportionalDataItem({ label: `G`, value: 100, radius: 100, radius2: 200 }), + new RadialProportionalDataItem({ label: `H`, value: 100, radius: 80, radius2: 120 }), ]; super(...newItems.slice(0)); } diff --git a/samples/charts/data-chart/radial-proportional-radial-angle-axis/src/EnergyRenewableConsumption.ts b/samples/charts/data-chart/radial-proportional-radial-angle-axis/src/EnergyRenewableConsumption.ts index f742bbef3b..2f522ee1bf 100644 --- a/samples/charts/data-chart/radial-proportional-radial-angle-axis/src/EnergyRenewableConsumption.ts +++ b/samples/charts/data-chart/radial-proportional-radial-angle-axis/src/EnergyRenewableConsumption.ts @@ -17,51 +17,11 @@ export class EnergyRenewableConsumption extends Array { super(...items); } else { const newItems = [ - new TemperatureRangeDataItem( - { - month: `Jan`, - highNY: 10.6, - lowNY: -6.6, - highLA: 28.3, - lowLA: 7.8 - }), - new TemperatureRangeDataItem( - { - month: `Feb`, - highNY: 7.8, - lowNY: -9.9, - highLA: 31.1, - lowLA: 5.6 - }), - new TemperatureRangeDataItem( - { - month: `Mar`, - highNY: 12.2, - lowNY: -3.8, - highLA: 27.8, - lowLA: 8.3 - }), - new TemperatureRangeDataItem( - { - month: `Apr`, - highNY: 11.7, - lowNY: 2.2, - highLA: 33.9, - lowLA: 10.6 - }), - new TemperatureRangeDataItem( - { - month: `May`, - highNY: 19.4, - lowNY: 1.1, - highLA: 35, - lowLA: 13.9 - }), - new TemperatureRangeDataItem( - { - month: `Jun`, - highNY: 23.3, - lowNY: 10.6, - highLA: 36.7, - lowLA: 16.1 - }), - new TemperatureRangeDataItem( - { - month: `Jul`, - highNY: 27.2, - lowNY: 19.4, - highLA: 33.3, - lowLA: 15.6 - }), - new TemperatureRangeDataItem( - { - month: `Aug`, - highNY: 25.6, - lowNY: 16.7, - highLA: 36.7, - lowLA: 15.6 - }), - new TemperatureRangeDataItem( - { - month: `Sep`, - highNY: 22.8, - lowNY: 8.9, - highLA: 43.9, - lowLA: 16.1 - }), - new TemperatureRangeDataItem( - { - month: `Oct`, - highNY: 17.8, - lowNY: 0, - highLA: 38.3, - lowLA: 11.1 - }), - new TemperatureRangeDataItem( - { - month: `Nov`, - highNY: 17.8, - lowNY: -1, - highLA: 32.8, - lowLA: 6.7 - }), - new TemperatureRangeDataItem( - { - month: `Dec`, - highNY: 8.3, - lowNY: -6.6, - highLA: 28.9, - lowLA: 5.6 - }), + new TemperatureRangeDataItem({ month: `Jan`, highNY: 10.6, lowNY: -6.6, highLA: 28.3, lowLA: 7.8 }), + new TemperatureRangeDataItem({ month: `Feb`, highNY: 7.8, lowNY: -9.9, highLA: 31.1, lowLA: 5.6 }), + new TemperatureRangeDataItem({ month: `Mar`, highNY: 12.2, lowNY: -3.8, highLA: 27.8, lowLA: 8.3 }), + new TemperatureRangeDataItem({ month: `Apr`, highNY: 11.7, lowNY: 2.2, highLA: 33.9, lowLA: 10.6 }), + new TemperatureRangeDataItem({ month: `May`, highNY: 19.4, lowNY: 1.1, highLA: 35, lowLA: 13.9 }), + new TemperatureRangeDataItem({ month: `Jun`, highNY: 23.3, lowNY: 10.6, highLA: 36.7, lowLA: 16.1 }), + new TemperatureRangeDataItem({ month: `Jul`, highNY: 27.2, lowNY: 19.4, highLA: 33.3, lowLA: 15.6 }), + new TemperatureRangeDataItem({ month: `Aug`, highNY: 25.6, lowNY: 16.7, highLA: 36.7, lowLA: 15.6 }), + new TemperatureRangeDataItem({ month: `Sep`, highNY: 22.8, lowNY: 8.9, highLA: 43.9, lowLA: 16.1 }), + new TemperatureRangeDataItem({ month: `Oct`, highNY: 17.8, lowNY: 0, highLA: 38.3, lowLA: 11.1 }), + new TemperatureRangeDataItem({ month: `Nov`, highNY: 17.8, lowNY: -1, highLA: 32.8, lowLA: 6.7 }), + new TemperatureRangeDataItem({ month: `Dec`, highNY: 8.3, lowNY: -6.6, highLA: 28.9, lowLA: 5.6 }), ]; super(...newItems.slice(0)); } diff --git a/samples/charts/data-chart/range-column-chart/src/TemperatureRangeData.ts b/samples/charts/data-chart/range-column-chart/src/TemperatureRangeData.ts index 50c3096079..03846d1526 100644 --- a/samples/charts/data-chart/range-column-chart/src/TemperatureRangeData.ts +++ b/samples/charts/data-chart/range-column-chart/src/TemperatureRangeData.ts @@ -16,102 +16,18 @@ export class TemperatureRangeData extends Array { super(...items); } else { const newItems = [ - new TemperatureRangeDataItem( - { - month: `Jan`, - highNY: 10.6, - lowNY: -6.6, - highLA: 28.3, - lowLA: 7.8 - }), - new TemperatureRangeDataItem( - { - month: `Feb`, - highNY: 7.8, - lowNY: -9.9, - highLA: 31.1, - lowLA: 5.6 - }), - new TemperatureRangeDataItem( - { - month: `Mar`, - highNY: 12.2, - lowNY: -3.8, - highLA: 27.8, - lowLA: 8.3 - }), - new TemperatureRangeDataItem( - { - month: `Apr`, - highNY: 11.7, - lowNY: 2.2, - highLA: 33.9, - lowLA: 10.6 - }), - new TemperatureRangeDataItem( - { - month: `May`, - highNY: 19.4, - lowNY: 1.1, - highLA: 35, - lowLA: 13.9 - }), - new TemperatureRangeDataItem( - { - month: `Jun`, - highNY: 23.3, - lowNY: 10.6, - highLA: 36.7, - lowLA: 16.1 - }), - new TemperatureRangeDataItem( - { - month: `Jul`, - highNY: 27.2, - lowNY: 19.4, - highLA: 33.3, - lowLA: 15.6 - }), - new TemperatureRangeDataItem( - { - month: `Aug`, - highNY: 25.6, - lowNY: 16.7, - highLA: 36.7, - lowLA: 15.6 - }), - new TemperatureRangeDataItem( - { - month: `Sep`, - highNY: 22.8, - lowNY: 8.9, - highLA: 43.9, - lowLA: 16.1 - }), - new TemperatureRangeDataItem( - { - month: `Oct`, - highNY: 17.8, - lowNY: 0, - highLA: 38.3, - lowLA: 11.1 - }), - new TemperatureRangeDataItem( - { - month: `Nov`, - highNY: 17.8, - lowNY: -1, - highLA: 32.8, - lowLA: 6.7 - }), - new TemperatureRangeDataItem( - { - month: `Dec`, - highNY: 8.3, - lowNY: -6.6, - highLA: 28.9, - lowLA: 5.6 - }), + new TemperatureRangeDataItem({ month: `Jan`, highNY: 10.6, lowNY: -6.6, highLA: 28.3, lowLA: 7.8 }), + new TemperatureRangeDataItem({ month: `Feb`, highNY: 7.8, lowNY: -9.9, highLA: 31.1, lowLA: 5.6 }), + new TemperatureRangeDataItem({ month: `Mar`, highNY: 12.2, lowNY: -3.8, highLA: 27.8, lowLA: 8.3 }), + new TemperatureRangeDataItem({ month: `Apr`, highNY: 11.7, lowNY: 2.2, highLA: 33.9, lowLA: 10.6 }), + new TemperatureRangeDataItem({ month: `May`, highNY: 19.4, lowNY: 1.1, highLA: 35, lowLA: 13.9 }), + new TemperatureRangeDataItem({ month: `Jun`, highNY: 23.3, lowNY: 10.6, highLA: 36.7, lowLA: 16.1 }), + new TemperatureRangeDataItem({ month: `Jul`, highNY: 27.2, lowNY: 19.4, highLA: 33.3, lowLA: 15.6 }), + new TemperatureRangeDataItem({ month: `Aug`, highNY: 25.6, lowNY: 16.7, highLA: 36.7, lowLA: 15.6 }), + new TemperatureRangeDataItem({ month: `Sep`, highNY: 22.8, lowNY: 8.9, highLA: 43.9, lowLA: 16.1 }), + new TemperatureRangeDataItem({ month: `Oct`, highNY: 17.8, lowNY: 0, highLA: 38.3, lowLA: 11.1 }), + new TemperatureRangeDataItem({ month: `Nov`, highNY: 17.8, lowNY: -1, highLA: 32.8, lowLA: 6.7 }), + new TemperatureRangeDataItem({ month: `Dec`, highNY: 8.3, lowNY: -6.6, highLA: 28.9, lowLA: 5.6 }), ]; super(...newItems.slice(0)); } diff --git a/samples/charts/data-chart/scatter-bubble-chart-fill-scale/index.html b/samples/charts/data-chart/scatter-bubble-chart-fill-scale/index.html index 1f84fdb6a8..d553ba6775 100644 --- a/samples/charts/data-chart/scatter-bubble-chart-fill-scale/index.html +++ b/samples/charts/data-chart/scatter-bubble-chart-fill-scale/index.html @@ -78,7 +78,7 @@ label-text-margin-left="1" layout-mode="Vertical" badge-shape="Hidden" - included-columns="X, Y, Radius" + included-columns="x, y, radius" header-row-visible="false"> diff --git a/samples/charts/data-chart/scatter-bubble-chart-fill-scale/src/WorldStats.ts b/samples/charts/data-chart/scatter-bubble-chart-fill-scale/src/WorldStats.ts index 42b539d0be..a079014978 100644 --- a/samples/charts/data-chart/scatter-bubble-chart-fill-scale/src/WorldStats.ts +++ b/samples/charts/data-chart/scatter-bubble-chart-fill-scale/src/WorldStats.ts @@ -31,5388 +31,240 @@ export class WorldStats extends Array { super(...items); } else { const newItems = [ - new WorldStatsItem( - { - code: `CHN`, - name: `China`, - continent: `Asia`, - population: 1379302771, - gdpTotal: 21140000, - economy: `Emerging`, - region: `Eastern Asia`, - status: `Country`, - longitude: 104.18, - latitude: 35.887, - gdpPerPerson: 15327, - rank: 1, - unemployment: 4, - oilProduction: 3725000, - birthRate: 14, - medianAge: 34, - electricity: 3256000, - televisions: 400000000, - publicDebt: 18, - internet: 253000000 - }), - new WorldStatsItem( - { - code: `IND`, - name: `India`, - continent: `Asia`, - population: 1281935911, - gdpTotal: 8721000, - economy: `Emerging`, - region: `Southern Asia`, - status: `Country`, - longitude: 78.022, - latitude: 22.665, - gdpPerPerson: 6803, - rank: 2, - unemployment: 7, - oilProduction: 810000, - birthRate: 22, - medianAge: 25, - electricity: 661600, - televisions: 63000000, - publicDebt: 58, - internet: 80000000 - }), - new WorldStatsItem( - { - code: `USA`, - name: `United States`, - continent: `North America`, - population: 326625791, - gdpTotal: 18560000, - economy: `Developed`, - region: `Northern America`, - status: `Country`, - longitude: -101.8, - latitude: 39.818, - gdpPerPerson: 56823, - rank: 3, - unemployment: 5, - oilProduction: 7460000, - birthRate: 14, - medianAge: 37, - electricity: 4062000, - televisions: 219000000, - publicDebt: 61, - internet: 223000000 - }), - new WorldStatsItem( - { - code: `IDN`, - name: `Indonesia`, - continent: `Asia`, - population: 260580739, - gdpTotal: 3028000, - economy: `Emerging`, - region: `Eastern Asia`, - status: `Country`, - longitude: 102.72, - latitude: -2.698, - gdpPerPerson: 11620, - rank: 4, - unemployment: 9, - oilProduction: 837500, - birthRate: 19, - medianAge: 27, - electricity: 125900, - televisions: 13750000, - publicDebt: 34, - internet: 13000000 - }), - new WorldStatsItem( - { - code: `BRA`, - name: `Brazil`, - continent: `South America`, - population: 207353391, - gdpTotal: 3081000, - economy: `Emerging`, - region: `South America`, - status: `Country`, - longitude: -48.88, - latitude: -12.89, - gdpPerPerson: 14859, - rank: 5, - unemployment: 9, - oilProduction: 1797000, - birthRate: 19, - medianAge: 28, - electricity: 396400, - televisions: 36500000, - publicDebt: 45, - internet: 50000000 - }), - new WorldStatsItem( - { - code: `PAK`, - name: `Pakistan`, - continent: `Asia`, - population: 204924861, - gdpTotal: 988200, - economy: `Emerging`, - region: `Southern Asia`, - status: `Country`, - longitude: 67.624, - latitude: 28.421, - gdpPerPerson: 4822, - rank: 6, - unemployment: 6, - oilProduction: 62000, - birthRate: 28, - medianAge: 21, - electricity: 89820, - televisions: 3100000, - publicDebt: 51, - internet: 17500000 - }), - new WorldStatsItem( - { - code: `NGA`, - name: `Nigeria`, - continent: `Africa`, - population: 190632261, - gdpTotal: 1089000, - economy: `Emerging`, - region: `Western Africa`, - status: `Country`, - longitude: 8.657, - latitude: 9.075, - gdpPerPerson: 5713, - rank: 7, - unemployment: 5, - oilProduction: 2166000, - birthRate: 37, - medianAge: 19, - electricity: 22530, - televisions: 6900000, - publicDebt: 14, - internet: 10000000 - }), - new WorldStatsItem( - { - code: `BGD`, - name: `Bangladesh`, - continent: `Asia`, - population: 157826578, - gdpTotal: 628400, - economy: `Least Developed`, - region: `Southern Asia`, - status: `Country`, - longitude: 89.935, - latitude: 24.474, - gdpPerPerson: 3982, - rank: 8, - unemployment: 3, - oilProduction: 6746, - birthRate: 29, - medianAge: 23, - electricity: 21350, - televisions: 770000, - publicDebt: 37, - internet: 500000 - }), - new WorldStatsItem( - { - code: `RUS`, - name: `Russia`, - continent: `Europe`, - population: 142257519, - gdpTotal: 3745000, - economy: `Emerging`, - region: `Eastern Europe`, - status: `Country`, - longitude: 42.379, - latitude: 56.974, - gdpPerPerson: 26325, - rank: 9, - unemployment: 6, - oilProduction: 9870000, - birthRate: 11, - medianAge: 38, - electricity: 1000000, - televisions: 60500000, - publicDebt: 6, - internet: 30000000 - }), - new WorldStatsItem( - { - code: `JPN`, - name: `Japan`, - continent: `Asia`, - population: 126451398, - gdpTotal: 4932000, - economy: `Developed`, - region: `Eastern Asia`, - status: `Country`, - longitude: 138.48, - latitude: 36.519, - gdpPerPerson: 39003, - rank: 10, - unemployment: 4, - oilProduction: 125000, - birthRate: 8, - medianAge: 44, - electricity: 1025000, - televisions: 86500000, - publicDebt: 170, - internet: 88110000 - }), - new WorldStatsItem( - { - code: `MEX`, - name: `Mexico`, - continent: `North America`, - population: 124574795, - gdpTotal: 2307000, - economy: `Emerging`, - region: `Central America`, - status: `Country`, - longitude: -102.5, - latitude: 23.63, - gdpPerPerson: 18519, - rank: 11, - unemployment: 4, - oilProduction: 3083000, - birthRate: 20, - medianAge: 26, - electricity: 222400, - televisions: 25600000, - publicDebt: 23, - internet: 22812000 - }), - new WorldStatsItem( - { - code: `ETH`, - name: `Ethiopia`, - continent: `Africa`, - population: 105350020, - gdpTotal: 174700, - economy: `Least Developed`, - region: `Eastern Africa`, - status: `Country`, - longitude: 40.489, - latitude: 9.154, - gdpPerPerson: 1658, - rank: 12, - unemployment: 5, - oilProduction: 1, - birthRate: 25, - medianAge: 52, - electricity: 60942, - televisions: 66893500, - publicDebt: 45, - internet: 291000 - }), - new WorldStatsItem( - { - code: `PHL`, - name: `Philippines`, - continent: `Asia`, - population: 104256076, - gdpTotal: 801900, - economy: `Emerging`, - region: `Eastern Asia`, - status: `Country`, - longitude: 121.4, - latitude: 16.78, - gdpPerPerson: 7692, - rank: 13, - unemployment: 7, - oilProduction: 0, - birthRate: 26, - medianAge: 22, - electricity: 53670, - televisions: 3700000, - publicDebt: 56, - internet: 5300000 - }), - new WorldStatsItem( - { - code: `EGY`, - name: `Egypt`, - continent: `Africa`, - population: 97041072, - gdpTotal: 1105000, - economy: `Emerging`, - region: `Middle East`, - status: `Country`, - longitude: 30.787, - latitude: 26.825, - gdpPerPerson: 11387, - rank: 14, - unemployment: 9, - oilProduction: 665000, - birthRate: 22, - medianAge: 25, - electricity: 102500, - televisions: 7700000, - publicDebt: 106, - internet: 8620000 - }), - new WorldStatsItem( - { - code: `VNM`, - name: `Vietnam`, - continent: `Asia`, - population: 96160163, - gdpTotal: 594900, - economy: `Emerging`, - region: `Eastern Asia`, - status: `Country`, - longitude: 108.46, - latitude: 13.711, - gdpPerPerson: 6187, - rank: 15, - unemployment: 4, - oilProduction: 324000, - birthRate: 16, - medianAge: 27, - electricity: 59010, - televisions: 3570000, - publicDebt: 42, - internet: 17870000 - }), - new WorldStatsItem( - { - code: `COD`, - name: `Dem. Rep. Congo`, - continent: `Africa`, - population: 83301151, - gdpTotal: 66010, - economy: `Least Developed`, - region: `Middle Africa`, - status: `Country`, - longitude: 21.738, - latitude: -4.071, - gdpPerPerson: 792, - rank: 16, - unemployment: 3, - oilProduction: 4, - birthRate: 13, - medianAge: 41, - electricity: 48913, - televisions: 55942436, - publicDebt: 16, - internet: 8903936 - }), - new WorldStatsItem( - { - code: `IRN`, - name: `Iran`, - continent: `Asia`, - population: 82021564, - gdpTotal: 1459000, - economy: `Emerging`, - region: `Middle East`, - status: `Country`, - longitude: 53.664, - latitude: 32.435, - gdpPerPerson: 17788, - rank: 17, - unemployment: 12, - oilProduction: 3956000, - birthRate: 17, - medianAge: 26, - electricity: 170400, - televisions: 4610000, - publicDebt: 17, - internet: 23000000 - }), - new WorldStatsItem( - { - code: `TUR`, - name: `Turkey`, - continent: `Asia`, - population: 80845215, - gdpTotal: 1670000, - economy: `Emerging`, - region: `Middle East`, - status: `Country`, - longitude: 35.243, - latitude: 38.962, - gdpPerPerson: 20657, - rank: 18, - unemployment: 10, - oilProduction: 45460, - birthRate: 16, - medianAge: 29, - electricity: 154200, - televisions: 20900000, - publicDebt: 39, - internet: 13150000 - }), - new WorldStatsItem( - { - code: `DEU`, - name: `Germany`, - continent: `Europe`, - population: 80594017, - gdpTotal: 3979000, - economy: `Developed`, - region: `Western Europe`, - status: `Country`, - longitude: 11.43, - latitude: 52.237, - gdpPerPerson: 49371, - rank: 19, - unemployment: 9, - oilProduction: 141700, - birthRate: 8, - medianAge: 43, - electricity: 579400, - televisions: 51400000, - publicDebt: 65, - internet: 42500000 - }), - new WorldStatsItem( - { - code: `THA`, - name: `Thailand`, - continent: `Asia`, - population: 68414135, - gdpTotal: 1161000, - economy: `Emerging`, - region: `Eastern Asia`, - status: `Country`, - longitude: 100.65, - latitude: 15.345, - gdpPerPerson: 16970, - rank: 20, - unemployment: 1, - oilProduction: 310000, - birthRate: 14, - medianAge: 33, - electricity: 124600, - televisions: 15190000, - publicDebt: 38, - internet: 13416000 - }), - new WorldStatsItem( - { - code: `FRA`, - name: `France`, - continent: `Europe`, - population: 67106161, - gdpTotal: 2699000, - economy: `Developed`, - region: `Western Europe`, - status: `Country`, - longitude: 2.267, - latitude: 46.645, - gdpPerPerson: 40220, - rank: 21, - unemployment: 12, - oilProduction: 1, - birthRate: 24, - medianAge: 48, - electricity: 63711, - televisions: 43156970, - publicDebt: 11, - internet: 7012454 - }), - new WorldStatsItem( - { - code: `GBR`, - name: `United Kingdom`, - continent: `Europe`, - population: 64769452, - gdpTotal: 2788000, - economy: `Developed`, - region: `Northern Europe`, - status: `Country`, - longitude: -1.233, - latitude: 52.242, - gdpPerPerson: 43045, - rank: 22, - unemployment: 5, - oilProduction: 1636000, - birthRate: 11, - medianAge: 40, - electricity: 372600, - televisions: 30500000, - publicDebt: 44, - internet: 40200000 - }), - new WorldStatsItem( - { - code: `ITA`, - name: `Italy`, - continent: `Europe`, - population: 62137802, - gdpTotal: 2221000, - economy: `Developed`, - region: `Southern Europe`, - status: `Country`, - longitude: 15.701, - latitude: 40.885, - gdpPerPerson: 35743, - rank: 23, - unemployment: 6, - oilProduction: 164800, - birthRate: 8, - medianAge: 43, - electricity: 278500, - televisions: 30300000, - publicDebt: 104, - internet: 32000000 - }), - new WorldStatsItem( - { - code: `MMR`, - name: `Myanmar`, - continent: `Asia`, - population: 55123814, - gdpTotal: 311100, - economy: `Least Developed`, - region: `Eastern Asia`, - status: `Country`, - longitude: 96.028, - latitude: 21.509, - gdpPerPerson: 5644, - rank: 24, - unemployment: 13, - oilProduction: 4, - birthRate: 24, - medianAge: 37, - electricity: 26955, - televisions: 39322205, - publicDebt: 18, - internet: 30207772 - }), - new WorldStatsItem( - { - code: `ZAF`, - name: `South Africa`, - continent: `Africa`, - population: 54841552, - gdpTotal: 739100, - economy: `Emerging`, - region: `Southern Africa`, - status: `Country`, - longitude: 22.489, - latitude: -32.4, - gdpPerPerson: 13477, - rank: 25, - unemployment: 24, - oilProduction: 200000, - birthRate: 20, - medianAge: 24, - electricity: 264000, - televisions: 6000000, - publicDebt: 31, - internet: 5100000 - }), - new WorldStatsItem( - { - code: `TZA`, - name: `Tanzania`, - continent: `Africa`, - population: 53950935, - gdpTotal: 150600, - economy: `Least Developed`, - region: `Eastern Africa`, - status: `Country`, - longitude: 34.894, - latitude: -6.356, - gdpPerPerson: 2791, - rank: 26, - unemployment: 6, - oilProduction: 3, - birthRate: 9, - medianAge: 34, - electricity: 10186, - televisions: 35987980, - publicDebt: 20, - internet: 400000 - }), - new WorldStatsItem( - { - code: `KOR`, - name: `South Korea`, - continent: `Asia`, - population: 51181299, - gdpTotal: 1929000, - economy: `Emerging`, - region: `Eastern Asia`, - status: `Country`, - longitude: 128.29, - latitude: 36.399, - gdpPerPerson: 37690, - rank: 27, - unemployment: 3, - oilProduction: 17050, - birthRate: 9, - medianAge: 37, - electricity: 403200, - televisions: 15900000, - publicDebt: 28, - internet: 35590000 - }), - new WorldStatsItem( - { - code: `ESP`, - name: `Spain`, - continent: `Europe`, - population: 48958159, - gdpTotal: 1690000, - economy: `Developed`, - region: `Southern Europe`, - status: `Country`, - longitude: -2.892, - latitude: 40.569, - gdpPerPerson: 34519, - rank: 28, - unemployment: 8, - oilProduction: 29350, - birthRate: 10, - medianAge: 41, - electricity: 270300, - televisions: 16200000, - publicDebt: 36, - internet: 19690000 - }), - new WorldStatsItem( - { - code: `COL`, - name: `Colombia`, - continent: `South America`, - population: 47698524, - gdpTotal: 688000, - economy: `Developing`, - region: `South America`, - status: `Country`, - longitude: -72.95, - latitude: 4.099, - gdpPerPerson: 14424, - rank: 29, - unemployment: 11, - oilProduction: 531300, - birthRate: 20, - medianAge: 27, - electricity: 50470, - televisions: 4590000, - publicDebt: 53, - internet: 12100000 - }), - new WorldStatsItem( - { - code: `KEN`, - name: `Kenya`, - continent: `Africa`, - population: 47615739, - gdpTotal: 152700, - economy: `Emerging`, - region: `Eastern Africa`, - status: `Country`, - longitude: 37.929, - latitude: 0.4, - gdpPerPerson: 3207, - rank: 30, - unemployment: 40, - oilProduction: 0, - birthRate: 38, - medianAge: 19, - electricity: 5502, - televisions: 730000, - publicDebt: 49, - internet: 3000000 - }), - new WorldStatsItem( - { - code: `ARG`, - name: `Argentina`, - continent: `South America`, - population: 44293293, - gdpTotal: 879400, - economy: `Emerging`, - region: `South America`, - status: `Country`, - longitude: -64.84, - latitude: -33.07, - gdpPerPerson: 19854, - rank: 31, - unemployment: 9, - oilProduction: 730000, - birthRate: 18, - medianAge: 30, - electricity: 101100, - televisions: 7950000, - publicDebt: 56, - internet: 9309000 - }), - new WorldStatsItem( - { - code: `UKR`, - name: `Ukraine`, - continent: `Europe`, - population: 44033874, - gdpTotal: 352600, - economy: `Developing`, - region: `Eastern Europe`, - status: `Country`, - longitude: 30.86, - latitude: 49.723, - gdpPerPerson: 8007, - rank: 32, - unemployment: 2, - oilProduction: 90400, - birthRate: 10, - medianAge: 39, - electricity: 192100, - televisions: 18050000, - publicDebt: 12, - internet: 10000000 - }), - new WorldStatsItem( - { - code: `DZA`, - name: `Algeria`, - continent: `Africa`, - population: 40969443, - gdpTotal: 609400, - economy: `Developing`, - region: `Northern Africa`, - status: `Country`, - longitude: 1.642, - latitude: 28.04, - gdpPerPerson: 14875, - rank: 33, - unemployment: 12, - oilProduction: 1358000, - birthRate: 17, - medianAge: 26, - electricity: 31910, - televisions: 3100000, - publicDebt: 18, - internet: 3500000 - }), - new WorldStatsItem( - { - code: `UGA`, - name: `Uganda`, - continent: `Africa`, - population: 39570125, - gdpTotal: 84930, - economy: `Least Developed`, - region: `Eastern Africa`, - status: `Country`, - longitude: 32.27, - latitude: 1.375, - gdpPerPerson: 2146, - rank: 34, - unemployment: 10, - oilProduction: 1, - birthRate: 10, - medianAge: 32, - electricity: 35388, - televisions: 27867123, - publicDebt: 21, - internet: 2000000 - }), - new WorldStatsItem( - { - code: `IRQ`, - name: `Iraq`, - continent: `Asia`, - population: 39192111, - gdpTotal: 596700, - economy: `Developing`, - region: `Middle East`, - status: `Country`, - longitude: 43.66, - latitude: 33.218, - gdpPerPerson: 15225, - rank: 35, - unemployment: 6, - oilProduction: 0, - birthRate: 20, - medianAge: 44, - electricity: 48545, - televisions: 13178804, - publicDebt: 40, - internet: 9538092 - }), - new WorldStatsItem( - { - code: `POL`, - name: `Poland`, - continent: `Europe`, - population: 38476269, - gdpTotal: 1052000, - economy: `Developed`, - region: `Eastern Europe`, - status: `Country`, - longitude: 20.073, - latitude: 52.374, - gdpPerPerson: 27342, - rank: 36, - unemployment: 13, - oilProduction: 0, - birthRate: 10, - medianAge: 38, - electricity: 146200, - televisions: 13050000, - publicDebt: 43, - internet: 16000000 - }), - new WorldStatsItem( - { - code: `SDN`, - name: `Sudan`, - continent: `Africa`, - population: 37345935, - gdpTotal: 176300, - economy: `Developing`, - region: `Northern Africa`, - status: `Country`, - longitude: 30.217, - latitude: 15.434, - gdpPerPerson: 4721, - rank: 37, - unemployment: 19, - oilProduction: 484500, - birthRate: 34, - medianAge: 19, - electricity: 3944, - televisions: 2380000, - publicDebt: 106, - internet: 1500000 - }), - new WorldStatsItem( - { - code: `CAN`, - name: `Canada`, - continent: `North America`, - population: 35623680, - gdpTotal: 1674000, - economy: `Developed`, - region: `Northern America`, - status: `Country`, - longitude: -108, - latitude: 55.855, - gdpPerPerson: 46991, - rank: 38, - unemployment: 6, - oilProduction: 3310000, - birthRate: 10, - medianAge: 40, - electricity: 609600, - televisions: 21500000, - publicDebt: 64, - internet: 28000000 - }), - new WorldStatsItem( - { - code: `AFG`, - name: `Afghanistan`, - continent: `Asia`, - population: 34124811, - gdpTotal: 64080, - economy: `Least Developed`, - region: `Southern Asia`, - status: `Country`, - longitude: 66.041, - latitude: 33.977, - gdpPerPerson: 1878, - rank: 39, - unemployment: 9, - oilProduction: 2, - birthRate: 15, - medianAge: 39, - electricity: 64532, - televisions: 15374294, - publicDebt: 25, - internet: 18662148 - }), - new WorldStatsItem( - { - code: `MAR`, - name: `Morocco`, - continent: `Africa`, - population: 33986655, - gdpTotal: 282800, - economy: `Developing`, - region: `Northern Africa`, - status: `Country`, - longitude: -5.707, - latitude: 32.104, - gdpPerPerson: 8321, - rank: 40, - unemployment: 10, - oilProduction: 300, - birthRate: 21, - medianAge: 25, - electricity: 21370, - televisions: 3100000, - publicDebt: 67, - internet: 7300000 - }), - new WorldStatsItem( - { - code: `MYS`, - name: `Malaysia`, - continent: `Asia`, - population: 31381992, - gdpTotal: 863000, - economy: `Developing`, - region: `Eastern Asia`, - status: `Country`, - longitude: 101.72, - latitude: 4.89, - gdpPerPerson: 27500, - rank: 41, - unemployment: 3, - oilProduction: 757500, - birthRate: 22, - medianAge: 25, - electricity: 82360, - televisions: 10800000, - publicDebt: 42, - internet: 15868000 - }), - new WorldStatsItem( - { - code: `VEN`, - name: `Venezuela`, - continent: `South America`, - population: 31304016, - gdpTotal: 468600, - economy: `Emerging`, - region: `South America`, - status: `Country`, - longitude: -64.78, - latitude: 6.695, - gdpPerPerson: 14969, - rank: 42, - unemployment: 9, - oilProduction: 2398000, - birthRate: 21, - medianAge: 25, - electricity: 99200, - televisions: 4100000, - publicDebt: 19, - internet: 5720000 - }), - new WorldStatsItem( - { - code: `PER`, - name: `Peru`, - continent: `South America`, - population: 31036656, - gdpTotal: 410400, - economy: `Emerging`, - region: `South America`, - status: `Country`, - longitude: -73.82, - latitude: -12.89, - gdpPerPerson: 13223, - rank: 43, - unemployment: 7, - oilProduction: 119000, - birthRate: 20, - medianAge: 26, - electricity: 24970, - televisions: 3060000, - publicDebt: 29, - internet: 7636000 - }), - new WorldStatsItem( - { - code: `UZB`, - name: `Uzbekistan`, - continent: `Asia`, - population: 29748859, - gdpTotal: 202300, - economy: `Developing`, - region: `Central Asia`, - status: `Country`, - longitude: 63.288, - latitude: 42.338, - gdpPerPerson: 6800, - rank: 44, - unemployment: 1, - oilProduction: 109400, - birthRate: 18, - medianAge: 24, - electricity: 49000, - televisions: 6400000, - publicDebt: 19, - internet: 1200000 - }), - new WorldStatsItem( - { - code: `NPL`, - name: `Nepal`, - continent: `Asia`, - population: 29384297, - gdpTotal: 71520, - economy: `Least Developed`, - region: `Southern Asia`, - status: `Country`, - longitude: 82.328, - latitude: 28.843, - gdpPerPerson: 2434, - rank: 45, - unemployment: 5, - oilProduction: 3, - birthRate: 18, - medianAge: 34, - electricity: 68842, - televisions: 21075997, - publicDebt: 16, - internet: 7780693 - }), - new WorldStatsItem( - { - code: `AGO`, - name: `Angola`, - continent: `Africa`, - population: 29310273, - gdpTotal: 189000, - economy: `Least Developed`, - region: `Middle Africa`, - status: `Country`, - longitude: 18.097, - latitude: -12.37, - gdpPerPerson: 6448, - rank: 46, - unemployment: 14, - oilProduction: 0, - birthRate: 15, - medianAge: 38, - electricity: 25890, - televisions: 21283158, - publicDebt: 12, - internet: 100000 - }), - new WorldStatsItem( - { - code: `SAU`, - name: `Saudi Arabia`, - continent: `Asia`, - population: 28571770, - gdpTotal: 1731000, - economy: `Developed`, - region: `Middle East`, - status: `Country`, - longitude: 45.129, - latitude: 24.248, - gdpPerPerson: 60584, - rank: 47, - unemployment: 13, - oilProduction: 11000000, - birthRate: 29, - medianAge: 22, - electricity: 165600, - televisions: 5100000, - publicDebt: 24, - internet: 6200000 - }), - new WorldStatsItem( - { - code: `YEM`, - name: `Yemen`, - continent: `Asia`, - population: 28036829, - gdpTotal: 73450, - economy: `Least Developed`, - region: `Middle East`, - status: `Country`, - longitude: 48.53, - latitude: 15.658, - gdpPerPerson: 2620, - rank: 48, - unemployment: 35, - oilProduction: 339200, - birthRate: 42, - medianAge: 17, - electricity: 4456, - televisions: 470000, - publicDebt: 34, - internet: 320000 - }), - new WorldStatsItem( - { - code: `GHA`, - name: `Ghana`, - continent: `Africa`, - population: 27499924, - gdpTotal: 120800, - economy: `Developing`, - region: `Western Africa`, - status: `Country`, - longitude: -0.893, - latitude: 8.607, - gdpPerPerson: 4393, - rank: 49, - unemployment: 11, - oilProduction: 700, - birthRate: 29, - medianAge: 20, - electricity: 7042, - televisions: 1900000, - publicDebt: 59, - internet: 650000 - }), - new WorldStatsItem( - { - code: `MOZ`, - name: `Mozambique`, - continent: `Africa`, - population: 26573706, - gdpTotal: 35010, - economy: `Least Developed`, - region: `Eastern Africa`, - status: `Country`, - longitude: 38.075, - latitude: -15.41, - gdpPerPerson: 1317, - rank: 50, - unemployment: 21, - oilProduction: 0, - birthRate: 38, - medianAge: 17, - electricity: 13170, - televisions: 67600, - publicDebt: 22, - internet: 200000 - }), - new WorldStatsItem( - { - code: `PRK`, - name: `North Korea`, - continent: `Asia`, - population: 25248140, - gdpTotal: 40000, - economy: `Least Developed`, - region: `Eastern Asia`, - status: `Country`, - longitude: 127.01, - latitude: 40.333, - gdpPerPerson: 1584, - rank: 51, - unemployment: 13, - oilProduction: 0, - birthRate: 23, - medianAge: 55, - electricity: 35619, - televisions: 16501842, - publicDebt: 30, - internet: 2340760 - }), - new WorldStatsItem( - { - code: `MDG`, - name: `Madagascar`, - continent: `Africa`, - population: 25054161, - gdpTotal: 36860, - economy: `Least Developed`, - region: `Eastern Africa`, - status: `Country`, - longitude: 46.87, - latitude: -18.82, - gdpPerPerson: 1471, - rank: 52, - unemployment: 15, - oilProduction: 0, - birthRate: 20, - medianAge: 36, - electricity: 86068, - televisions: 9470858, - publicDebt: 31, - internet: 1407981 - }), - new WorldStatsItem( - { - code: `CMR`, - name: `Cameroon`, - continent: `Africa`, - population: 24994885, - gdpTotal: 77240, - economy: `Developing`, - region: `Middle Africa`, - status: `Country`, - longitude: 12.451, - latitude: 4.365, - gdpPerPerson: 3090, - rank: 53, - unemployment: 30, - oilProduction: 85300, - birthRate: 35, - medianAge: 19, - electricity: 4090, - televisions: 450000, - publicDebt: 16, - internet: 370000 - }), - new WorldStatsItem( - { - code: `CIV`, - name: `Ivory Coast`, - continent: `Africa`, - population: 24184810, - gdpTotal: 87120, - economy: `Developing`, - region: `Western Africa`, - status: `Country`, - longitude: -5.555, - latitude: 7.538, - gdpPerPerson: 3602, - rank: 54, - unemployment: 3, - oilProduction: 1, - birthRate: 17, - medianAge: 55, - electricity: 49302, - televisions: 9034402, - publicDebt: 75, - internet: 300000 - }), - new WorldStatsItem( - { - code: `TWN`, - name: `Taiwan`, - continent: `Asia`, - population: 23508428, - gdpTotal: 1127000, - economy: `Developed`, - region: `Eastern Asia`, - status: `Country`, - longitude: 120.96, - latitude: 23.636, - gdpPerPerson: 47940, - rank: 55, - unemployment: 4, - oilProduction: 600, - birthRate: 9, - medianAge: 36, - electricity: 235000, - televisions: 8800000, - publicDebt: 28, - internet: 14760000 - }), - new WorldStatsItem( - { - code: `AUS`, - name: `Australia`, - continent: `Oceania`, - population: 23232413, - gdpTotal: 1189000, - economy: `Developed`, - region: `Australia`, - status: `Country`, - longitude: 135.87, - latitude: -25.63, - gdpPerPerson: 51178, - rank: 56, - unemployment: 4, - oilProduction: 540000, - birthRate: 13, - medianAge: 37, - electricity: 236700, - televisions: 10150000, - publicDebt: 16, - internet: 11240000 - }), - new WorldStatsItem( - { - code: `LKA`, - name: `Sri Lanka`, - continent: `Asia`, - population: 22409381, - gdpTotal: 236700, - economy: `Developing`, - region: `Southern Asia`, - status: `Country`, - longitude: 80.792, - latitude: 7.881, - gdpPerPerson: 10563, - rank: 57, - unemployment: 6, - oilProduction: 0, - birthRate: 17, - medianAge: 30, - electricity: 8411, - televisions: 1530000, - publicDebt: 86, - internet: 771700 - }), - new WorldStatsItem( - { - code: `ROU`, - name: `Romania`, - continent: `Europe`, - population: 21529967, - gdpTotal: 441000, - economy: `Developed`, - region: `Eastern Europe`, - status: `Country`, - longitude: 24.974, - latitude: 45.967, - gdpPerPerson: 20483, - rank: 58, - unemployment: 4, - oilProduction: 115000, - birthRate: 11, - medianAge: 37, - electricity: 60520, - televisions: 5250000, - publicDebt: 13, - internet: 12000000 - }), - new WorldStatsItem( - { - code: `BFA`, - name: `Burkina Faso`, - continent: `Africa`, - population: 20107509, - gdpTotal: 32990, - economy: `Least Developed`, - region: `Western Africa`, - status: `Country`, - longitude: -1.567, - latitude: 12.251, - gdpPerPerson: 1641, - rank: 59, - unemployment: 4, - oilProduction: 5, - birthRate: 21, - medianAge: 30, - electricity: 82658, - televisions: 7478745, - publicDebt: 14, - internet: 5896530 - }), - new WorldStatsItem( - { - code: `NER`, - name: `Niger`, - continent: `Africa`, - population: 19245344, - gdpTotal: 20150, - economy: `Least Developed`, - region: `Northern Africa`, - status: `Country`, - longitude: 10.845, - latitude: 17.92, - gdpPerPerson: 1047, - rank: 60, - unemployment: 9, - oilProduction: 5, - birthRate: 18, - medianAge: 53, - electricity: 10652, - televisions: 8203307, - publicDebt: 17, - internet: 157021 - }), - new WorldStatsItem( - { - code: `MWI`, - name: `Malawi`, - continent: `Africa`, - population: 19196246, - gdpTotal: 21200, - economy: `Least Developed`, - region: `Eastern Africa`, - status: `Country`, - longitude: 34.282, - latitude: -13.26, - gdpPerPerson: 1104, - rank: 61, - unemployment: 12, - oilProduction: 3, - birthRate: 12, - medianAge: 51, - electricity: 20676, - televisions: 4938675, - publicDebt: 51, - internet: 139500 - }), - new WorldStatsItem( - { - code: `KAZ`, - name: `Kazakhstan`, - continent: `Asia`, - population: 18556698, - gdpTotal: 460700, - economy: `Developing`, - region: `Central Asia`, - status: `Country`, - longitude: 66.966, - latitude: 47.999, - gdpPerPerson: 24827, - rank: 62, - unemployment: 7, - oilProduction: 1355000, - birthRate: 16, - medianAge: 29, - electricity: 76340, - televisions: 3880000, - publicDebt: 8, - internet: 1901000 - }), - new WorldStatsItem( - { - code: `SYR`, - name: `Syria`, - continent: `Asia`, - population: 18028549, - gdpTotal: 50280, - economy: `Developing`, - region: `Middle East`, - status: `Country`, - longitude: 39.062, - latitude: 34.807, - gdpPerPerson: 2789, - rank: 63, - unemployment: 9, - oilProduction: 379000, - birthRate: 27, - medianAge: 21, - electricity: 153200, - televisions: 1050000, - publicDebt: 38, - internet: 3470000 - }), - new WorldStatsItem( - { - code: `MLI`, - name: `Mali`, - continent: `Africa`, - population: 17885245, - gdpTotal: 38090, - economy: `Least Developed`, - region: `Western Africa`, - status: `Country`, - longitude: -1.496, - latitude: 17.867, - gdpPerPerson: 2130, - rank: 64, - unemployment: 4, - oilProduction: 4, - birthRate: 21, - medianAge: 46, - electricity: 72483, - televisions: 4783188, - publicDebt: 38, - internet: 8619386 - }), - new WorldStatsItem( - { - code: `CHL`, - name: `Chile`, - continent: `South America`, - population: 17789267, - gdpTotal: 436100, - economy: `Emerging`, - region: `South America`, - status: `Country`, - longitude: -69.11, - latitude: -23.36, - gdpPerPerson: 24515, - rank: 65, - unemployment: 7, - oilProduction: 15100, - birthRate: 15, - medianAge: 31, - electricity: 47600, - televisions: 3150000, - publicDebt: 4, - internet: 557000 - }), - new WorldStatsItem( - { - code: `NLD`, - name: `Netherlands`, - continent: `Europe`, - population: 17084719, - gdpTotal: 870800, - economy: `Developed`, - region: `Western Europe`, - status: `Country`, - longitude: 6.272, - latitude: 52.971, - gdpPerPerson: 50970, - rank: 66, - unemployment: 5, - oilProduction: 76000, - birthRate: 11, - medianAge: 40, - electricity: 94340, - televisions: 8100000, - publicDebt: 46, - internet: 15000000 - }), - new WorldStatsItem( - { - code: `ECU`, - name: `Ecuador`, - continent: `South America`, - population: 16290913, - gdpTotal: 182400, - economy: `Developing`, - region: `South America`, - status: `Country`, - longitude: -77.98, - latitude: -1.291, - gdpPerPerson: 11196, - rank: 67, - unemployment: 9, - oilProduction: 511100, - birthRate: 22, - medianAge: 24, - electricity: 12940, - televisions: 2500000, - publicDebt: 33, - internet: 1549000 - }), - new WorldStatsItem( - { - code: `KHM`, - name: `Cambodia`, - continent: `Asia`, - population: 16204486, - gdpTotal: 58940, - economy: `Least Developed`, - region: `Eastern Asia`, - status: `Country`, - longitude: 104.96, - latitude: 12.558, - gdpPerPerson: 3637, - rank: 68, - unemployment: 15, - oilProduction: 1, - birthRate: 17, - medianAge: 50, - electricity: 45509, - televisions: 2489832, - publicDebt: 22, - internet: 11512560 - }), - new WorldStatsItem( - { - code: `ZMB`, - name: `Zambia`, - continent: `Africa`, - population: 15972000, - gdpTotal: 65170, - economy: `Least Developed`, - region: `Eastern Africa`, - status: `Country`, - longitude: 26.301, - latitude: -14.3, - gdpPerPerson: 4080, - rank: 69, - unemployment: 50, - oilProduction: 150, - birthRate: 41, - medianAge: 17, - electricity: 8850, - televisions: 277000, - publicDebt: 28, - internet: 500000 - }), - new WorldStatsItem( - { - code: `GTM`, - name: `Guatemala`, - continent: `North America`, - population: 15460732, - gdpTotal: 131800, - economy: `Developing`, - region: `Central America`, - status: `Country`, - longitude: -90.4, - latitude: 15.225, - gdpPerPerson: 8525, - rank: 70, - unemployment: 3, - oilProduction: 13000, - birthRate: 29, - medianAge: 19, - electricity: 7281, - televisions: 1323000, - publicDebt: 21, - internet: 1320000 - }), - new WorldStatsItem( - { - code: `SEN`, - name: `Senegal`, - continent: `Africa`, - population: 14668522, - gdpTotal: 39720, - economy: `Least Developed`, - region: `Western Africa`, - status: `Country`, - longitude: -14.76, - latitude: 15.47, - gdpPerPerson: 2708, - rank: 71, - unemployment: 48, - oilProduction: 0, - birthRate: 37, - medianAge: 19, - electricity: 2159, - televisions: 361000, - publicDebt: 23, - internet: 820000 - }), - new WorldStatsItem( - { - code: `ZWE`, - name: `Zimbabwe`, - continent: `Africa`, - population: 13805084, - gdpTotal: 28330, - economy: `Emerging`, - region: `Eastern Africa`, - status: `Country`, - longitude: 29.115, - latitude: -19.02, - gdpPerPerson: 2052, - rank: 72, - unemployment: 80, - oilProduction: 0, - birthRate: 32, - medianAge: 18, - electricity: 9950, - televisions: 370000, - publicDebt: 218, - internet: 1351000 - }), - new WorldStatsItem( - { - code: `SSD`, - name: `South Sudan`, - continent: `Africa`, - population: 13026129, - gdpTotal: 20880, - economy: `Least Developed`, - region: `Eastern Africa`, - status: `Country`, - longitude: 29.708, - latitude: 7.857, - gdpPerPerson: 1603, - rank: 73, - unemployment: 11, - oilProduction: 5, - birthRate: 8, - medianAge: 43, - electricity: 41476, - televisions: 7716253, - publicDebt: 41, - internet: 4569804 - }), - new WorldStatsItem( - { - code: `GIN`, - name: `Guinea`, - continent: `Africa`, - population: 12413867, - gdpTotal: 16080, - economy: `Least Developed`, - region: `Western Africa`, - status: `Country`, - longitude: -9.522, - latitude: 10.478, - gdpPerPerson: 1295, - rank: 74, - unemployment: 15, - oilProduction: 4, - birthRate: 5, - medianAge: 49, - electricity: 15826, - televisions: 6262180, - publicDebt: 32, - internet: 6439493 - }), - new WorldStatsItem( - { - code: `TCD`, - name: `Chad`, - continent: `Africa`, - population: 12075985, - gdpTotal: 30590, - economy: `Least Developed`, - region: `Northern Africa`, - status: `Country`, - longitude: 18.716, - latitude: 15.46, - gdpPerPerson: 2533, - rank: 75, - unemployment: 15, - oilProduction: 2, - birthRate: 25, - medianAge: 46, - electricity: 57747, - televisions: 8629897, - publicDebt: 33, - internet: 6531943 - }), - new WorldStatsItem( - { - code: `RWA`, - name: `Rwanda`, - continent: `Africa`, - population: 11901484, - gdpTotal: 21970, - economy: `Least Developed`, - region: `Eastern Africa`, - status: `Country`, - longitude: 29.867, - latitude: -1.936, - gdpPerPerson: 1846, - rank: 76, - unemployment: 14, - oilProduction: 0, - birthRate: 23, - medianAge: 51, - electricity: 51710, - televisions: 1363647, - publicDebt: 36, - internet: 2425128 - }), - new WorldStatsItem( - { - code: `BEL`, - name: `Belgium`, - continent: `Europe`, - population: 11491346, - gdpTotal: 508600, - economy: `Developed`, - region: `Western Europe`, - status: `Country`, - longitude: 4.605, - latitude: 50.911, - gdpPerPerson: 44259, - rank: 77, - unemployment: 8, - oilProduction: 9000, - birthRate: 10, - medianAge: 41, - electricity: 80840, - televisions: 4720000, - publicDebt: 85, - internet: 5220000 - }), - new WorldStatsItem( - { - code: `BDI`, - name: `Burundi`, - continent: `Africa`, - population: 11466756, - gdpTotal: 7892, - economy: `Least Developed`, - region: `Eastern Africa`, - status: `Country`, - longitude: 29.913, - latitude: -3.384, - gdpPerPerson: 688, - rank: 78, - unemployment: 12, - oilProduction: 3, - birthRate: 16, - medianAge: 35, - electricity: 43850, - televisions: 2920735, - publicDebt: 20, - internet: 3908915 - }), - new WorldStatsItem( - { - code: `TUN`, - name: `Tunisia`, - continent: `Africa`, - population: 11403800, - gdpTotal: 130800, - economy: `Developing`, - region: `Northern Africa`, - status: `Country`, - longitude: 9.516, - latitude: 33.785, - gdpPerPerson: 11470, - rank: 79, - unemployment: 14, - oilProduction: 76900, - birthRate: 16, - medianAge: 29, - electricity: 12850, - televisions: 920000, - publicDebt: 55, - internet: 1722000 - }), - new WorldStatsItem( - { - code: `CUB`, - name: `Cuba`, - continent: `North America`, - population: 11147407, - gdpTotal: 132900, - economy: `Emerging`, - region: `Central America`, - status: `Country`, - longitude: -80.54, - latitude: 22.567, - gdpPerPerson: 11922, - rank: 80, - unemployment: 2, - oilProduction: 58300, - birthRate: 11, - medianAge: 37, - electricity: 16450, - televisions: 2640000, - publicDebt: 37, - internet: 1310000 - }), - new WorldStatsItem( - { - code: `BOL`, - name: `Bolivia`, - continent: `South America`, - population: 11138234, - gdpTotal: 78350, - economy: `Emerging`, - region: `South America`, - status: `Country`, - longitude: -63.57, - latitude: -16.3, - gdpPerPerson: 7034, - rank: 81, - unemployment: 8, - oilProduction: 46470, - birthRate: 22, - medianAge: 23, - electricity: 5293, - televisions: 900000, - publicDebt: 46, - internet: 1000000 - }), - new WorldStatsItem( - { - code: `BEN`, - name: `Benin`, - continent: `Africa`, - population: 11038805, - gdpTotal: 24310, - economy: `Least Developed`, - region: `Western Africa`, - status: `Country`, - longitude: 2.704, - latitude: 10.535, - gdpPerPerson: 2202, - rank: 82, - unemployment: 2, - oilProduction: 0, - birthRate: 25, - medianAge: 40, - electricity: 13145, - televisions: 7167916, - publicDebt: 34, - internet: 8520122 - }), - new WorldStatsItem( - { - code: `PRT`, - name: `Portugal`, - continent: `Europe`, - population: 10839514, - gdpTotal: 297100, - economy: `Developed`, - region: `Southern Europe`, - status: `Country`, - longitude: -7.757, - latitude: 40.815, - gdpPerPerson: 27409, - rank: 83, - unemployment: 8, - oilProduction: 9500, - birthRate: 10, - medianAge: 39, - electricity: 49040, - televisions: 3310000, - publicDebt: 64, - internet: 3549000 - }), - new WorldStatsItem( - { - code: `GRC`, - name: `Greece`, - continent: `Europe`, - population: 10768477, - gdpTotal: 290500, - economy: `Developed`, - region: `Southern Europe`, - status: `Country`, - longitude: 21.871, - latitude: 39.558, - gdpPerPerson: 26977, - rank: 84, - unemployment: 8, - oilProduction: 5687, - birthRate: 10, - medianAge: 42, - electricity: 56130, - televisions: 2540000, - publicDebt: 90, - internet: 2540000 - }), - new WorldStatsItem( - { - code: `DOM`, - name: `Dominican Republic`, - continent: `North America`, - population: 10734247, - gdpTotal: 161900, - economy: `Developing`, - region: `Central America`, - status: `Country`, - longitude: -70.17, - latitude: 18.775, - gdpPerPerson: 15083, - rank: 85, - unemployment: 16, - oilProduction: 12, - birthRate: 23, - medianAge: 25, - electricity: 12220, - televisions: 770000, - publicDebt: 41, - internet: 1677000 - }), - new WorldStatsItem( - { - code: `CZE`, - name: `Czechia`, - continent: `Europe`, - population: 10674723, - gdpTotal: 350900, - economy: `Developed`, - region: `Eastern Europe`, - status: `Country`, - longitude: 15.461, - latitude: 49.807, - gdpPerPerson: 32872, - rank: 86, - unemployment: 7, - oilProduction: 18030, - birthRate: 9, - medianAge: 40, - electricity: 77380, - televisions: 3405834, - publicDebt: 26, - internet: 4400000 - }), - new WorldStatsItem( - { - code: `HTI`, - name: `Haiti`, - continent: `North America`, - population: 10646714, - gdpTotal: 19340, - economy: `Least Developed`, - region: `Central America`, - status: `Country`, - longitude: -72.23, - latitude: 19.342, - gdpPerPerson: 1817, - rank: 87, - unemployment: 15, - oilProduction: 2, - birthRate: 9, - medianAge: 52, - electricity: 12871, - televisions: 4329511, - publicDebt: 25, - internet: 4777792 - }), - new WorldStatsItem( - { - code: `JOR`, - name: `Jordan`, - continent: `Asia`, - population: 10248069, - gdpTotal: 86190, - economy: `Developing`, - region: `Middle East`, - status: `Country`, - longitude: 38.125, - latitude: 32.309, - gdpPerPerson: 8410, - rank: 88, - unemployment: 14, - oilProduction: 0, - birthRate: 20, - medianAge: 24, - electricity: 9074, - televisions: 500000, - publicDebt: 72, - internet: 1127000 - }), - new WorldStatsItem( - { - code: `AZE`, - name: `Azerbaijan`, - continent: `Asia`, - population: 9961396, - gdpTotal: 167900, - economy: `Developing`, - region: `Middle East`, - status: `Country`, - longitude: 48.401, - latitude: 40.344, - gdpPerPerson: 16855, - rank: 89, - unemployment: 1, - oilProduction: 934700, - birthRate: 18, - medianAge: 28, - electricity: 23800, - televisions: 170000, - publicDebt: 7, - internet: 1036000 - }), - new WorldStatsItem( - { - code: `SWE`, - name: `Sweden`, - continent: `Europe`, - population: 9960487, - gdpTotal: 498100, - economy: `Developed`, - region: `Northern Europe`, - status: `Country`, - longitude: 17.594, - latitude: 64.621, - gdpPerPerson: 50008, - rank: 90, - unemployment: 6, - oilProduction: 2350, - birthRate: 10, - medianAge: 41, - electricity: 153200, - televisions: 4600000, - publicDebt: 42, - internet: 7000000 - }), - new WorldStatsItem( - { - code: `HUN`, - name: `Hungary`, - continent: `Europe`, - population: 9850845, - gdpTotal: 267600, - economy: `Developed`, - region: `Eastern Europe`, - status: `Country`, - longitude: 19.485, - latitude: 47.153, - gdpPerPerson: 27165, - rank: 91, - unemployment: 7, - oilProduction: 42180, - birthRate: 10, - medianAge: 39, - electricity: 33690, - televisions: 4420000, - publicDebt: 67, - internet: 4200000 - }), - new WorldStatsItem( - { - code: `BLR`, - name: `Belarus`, - continent: `Europe`, - population: 9549747, - gdpTotal: 165400, - economy: `Developing`, - region: `Eastern Europe`, - status: `Country`, - longitude: 27.943, - latitude: 53.705, - gdpPerPerson: 17320, - rank: 92, - unemployment: 15, - oilProduction: 5, - birthRate: 7, - medianAge: 33, - electricity: 84070, - televisions: 3348094, - publicDebt: 6, - internet: 3754027 - }), - new WorldStatsItem( - { - code: `HND`, - name: `Honduras`, - continent: `North America`, - population: 9038741, - gdpTotal: 43190, - economy: `Developing`, - region: `Central America`, - status: `Country`, - longitude: -86.74, - latitude: 14.889, - gdpPerPerson: 4778, - rank: 93, - unemployment: 28, - oilProduction: 0, - birthRate: 27, - medianAge: 20, - electricity: 5339, - televisions: 570000, - publicDebt: 24, - internet: 344100 - }), - new WorldStatsItem( - { - code: `AUT`, - name: `Austria`, - continent: `Europe`, - population: 8754413, - gdpTotal: 416600, - economy: `Developed`, - region: `Western Europe`, - status: `Country`, - longitude: 14.987, - latitude: 47.624, - gdpPerPerson: 47587, - rank: 94, - unemployment: 4, - oilProduction: 23320, - birthRate: 9, - medianAge: 42, - electricity: 61020, - televisions: 10150000, - publicDebt: 59, - internet: 4277000 - }), - new WorldStatsItem( - { - code: `TJK`, - name: `Tajikistan`, - continent: `Asia`, - population: 8468555, - gdpTotal: 25810, - economy: `Developing`, - region: `Central Asia`, - status: `Country`, - longitude: 71.234, - latitude: 38.86, - gdpPerPerson: 3048, - rank: 95, - unemployment: 11, - oilProduction: 5, - birthRate: 8, - medianAge: 44, - electricity: 56534, - televisions: 6542566, - publicDebt: 44, - internet: 4521889 - }), - new WorldStatsItem( - { - code: `ISR`, - name: `Israel`, - continent: `Asia`, - population: 8299706, - gdpTotal: 297000, - economy: `Developed`, - region: `Middle East`, - status: `Country`, - longitude: 34.977, - latitude: 30.748, - gdpPerPerson: 35784, - rank: 96, - unemployment: 7, - oilProduction: 100, - birthRate: 20, - medianAge: 29, - electricity: 46850, - televisions: 1690000, - publicDebt: 81, - internet: 2000000 - }), - new WorldStatsItem( - { - code: `CHE`, - name: `Switzerland`, - continent: `Europe`, - population: 8236303, - gdpTotal: 496300, - economy: `Developed`, - region: `Western Europe`, - status: `Country`, - longitude: 7.865, - latitude: 46.729, - gdpPerPerson: 60258, - rank: 97, - unemployment: 3, - oilProduction: 3202, - birthRate: 10, - medianAge: 41, - electricity: 56100, - televisions: 3310000, - publicDebt: 44, - internet: 4610000 - }), - new WorldStatsItem( - { - code: `TGO`, - name: `Togo`, - continent: `Africa`, - population: 7965055, - gdpTotal: 11610, - economy: `Least Developed`, - region: `Western Africa`, - status: `Country`, - longitude: 1.146, - latitude: 6.799, - gdpPerPerson: 1458, - rank: 98, - unemployment: 3, - oilProduction: 4, - birthRate: 9, - medianAge: 37, - electricity: 28181, - televisions: 2309082, - publicDebt: 41, - internet: 789456 - }), - new WorldStatsItem( - { - code: `SOM`, - name: `Somalia`, - continent: `Africa`, - population: 7531386, - gdpTotal: 4719, - economy: `Least Developed`, - region: `Eastern Africa`, - status: `Country`, - longitude: 44.134, - latitude: 3.077, - gdpPerPerson: 627, - rank: 99, - unemployment: 2, - oilProduction: 4, - birthRate: 12, - medianAge: 50, - electricity: 29272, - televisions: 1648650, - publicDebt: 22, - internet: 3227211 - }), - new WorldStatsItem( - { - code: `HKG`, - name: `Hong Kong`, - continent: `Asia`, - population: 7191503, - gdpTotal: 427400, - economy: `Developing`, - region: `Eastern Asia`, - status: `Dependency`, - longitude: 114.08, - latitude: 22.38, - gdpPerPerson: 59431, - rank: 100, - unemployment: 3, - oilProduction: 0, - birthRate: 8, - medianAge: 55, - electricity: 86792, - televisions: 4084025, - publicDebt: 35, - internet: 3907543 - }), - new WorldStatsItem( - { - code: `LAO`, - name: `Laos`, - continent: `Asia`, - population: 7126706, - gdpTotal: 40960, - economy: `Least Developed`, - region: `Eastern Asia`, - status: `Country`, - longitude: 102.36, - latitude: 20.171, - gdpPerPerson: 5747, - rank: 101, - unemployment: 8, - oilProduction: 0, - birthRate: 6, - medianAge: 34, - electricity: 7093, - televisions: 4503172, - publicDebt: 19, - internet: 5426041 - }), - new WorldStatsItem( - { - code: `SRB`, - name: `Serbia`, - continent: `Europe`, - population: 7111024, - gdpTotal: 101800, - economy: `Developing`, - region: `Southern Europe`, - status: `Country`, - longitude: 20.908, - latitude: 44.206, - gdpPerPerson: 14316, - rank: 102, - unemployment: 5, - oilProduction: 4, - birthRate: 13, - medianAge: 48, - electricity: 30150, - televisions: 1316607, - publicDebt: 17, - internet: 4104775 - }), - new WorldStatsItem( - { - code: `BGR`, - name: `Bulgaria`, - continent: `Europe`, - population: 7101510, - gdpTotal: 143100, - economy: `Developed`, - region: `Eastern Europe`, - status: `Country`, - longitude: 25.465, - latitude: 42.741, - gdpPerPerson: 20151, - rank: 103, - unemployment: 8, - oilProduction: 3661, - birthRate: 10, - medianAge: 41, - electricity: 45700, - televisions: 3310000, - publicDebt: 11, - internet: 1899000 - }), - new WorldStatsItem( - { - code: `PRY`, - name: `Paraguay`, - continent: `South America`, - population: 6943739, - gdpTotal: 64670, - economy: `Emerging`, - region: `South America`, - status: `Country`, - longitude: -58.44, - latitude: -23.42, - gdpPerPerson: 9313, - rank: 104, - unemployment: 6, - oilProduction: 0, - birthRate: 28, - medianAge: 22, - electricity: 70000, - televisions: 990000, - publicDebt: 27, - internet: 280000 - }), - new WorldStatsItem( - { - code: `PNG`, - name: `Papua New Guinea`, - continent: `Oceania`, - population: 6909701, - gdpTotal: 28020, - economy: `Developing`, - region: `Melanesia`, - status: `Country`, - longitude: 143.62, - latitude: -5.836, - gdpPerPerson: 4055, - rank: 105, - unemployment: 2, - oilProduction: 47800, - birthRate: 28, - medianAge: 22, - electricity: 3698, - televisions: 59841, - publicDebt: 40, - internet: 110000 - }), - new WorldStatsItem( - { - code: `LBY`, - name: `Libya`, - continent: `Africa`, - population: 6653210, - gdpTotal: 90890, - economy: `Developing`, - region: `Northern Africa`, - status: `Country`, - longitude: 17.23, - latitude: 26.339, - gdpPerPerson: 13661, - rank: 106, - unemployment: 30, - oilProduction: 1712000, - birthRate: 26, - medianAge: 24, - electricity: 21150, - televisions: 730000, - publicDebt: 5, - internet: 260000 - }), - new WorldStatsItem( - { - code: `LBN`, - name: `Lebanon`, - continent: `Asia`, - population: 6229794, - gdpTotal: 85160, - economy: `Developing`, - region: `Middle East`, - status: `Country`, - longitude: 36.042, - latitude: 34.168, - gdpPerPerson: 13670, - rank: 107, - unemployment: 20, - oilProduction: 0, - birthRate: 18, - medianAge: 29, - electricity: 9183, - televisions: 1180000, - publicDebt: 187, - internet: 950000 - }), - new WorldStatsItem( - { - code: `SLV`, - name: `El Salvador`, - continent: `North America`, - population: 6172011, - gdpTotal: 54790, - economy: `Developing`, - region: `Central America`, - status: `Country`, - longitude: -88.91, - latitude: 13.798, - gdpPerPerson: 8877, - rank: 108, - unemployment: 6, - oilProduction: 0, - birthRate: 26, - medianAge: 22, - electricity: 5316, - televisions: 600000, - publicDebt: 37, - internet: 700000 - }), - new WorldStatsItem( - { - code: `SLE`, - name: `Sierra Leone`, - continent: `Africa`, - population: 6163195, - gdpTotal: 10640, - economy: `Least Developed`, - region: `Western Africa`, - status: `Country`, - longitude: -11.78, - latitude: 8.452, - gdpPerPerson: 1726, - rank: 109, - unemployment: 14, - oilProduction: 4, - birthRate: 6, - medianAge: 37, - electricity: 37412, - televisions: 2727270, - publicDebt: 6, - internet: 223239 - }), - new WorldStatsItem( - { - code: `ARE`, - name: `United Arab Emirates`, - continent: `Asia`, - population: 6072475, - gdpTotal: 667200, - economy: `Developing`, - region: `Middle East`, - status: `Country`, - longitude: 54.192, - latitude: 23.795, - gdpPerPerson: 109873, - rank: 110, - unemployment: 2, - oilProduction: 2510000, - birthRate: 16, - medianAge: 30, - electricity: 57060, - televisions: 310000, - publicDebt: 21, - internet: 2300000 - }), - new WorldStatsItem( - { - code: `NIC`, - name: `Nicaragua`, - continent: `North America`, - population: 6025951, - gdpTotal: 33550, - economy: `Developing`, - region: `Central America`, - status: `Country`, - longitude: -85.09, - latitude: 12.523, - gdpPerPerson: 5568, - rank: 111, - unemployment: 5, - oilProduction: 0, - birthRate: 24, - medianAge: 22, - electricity: 2778, - televisions: 320000, - publicDebt: 63, - internet: 155000 - }), - new WorldStatsItem( - { - code: `ERI`, - name: `Eritrea`, - continent: `Africa`, - population: 5918919, - gdpTotal: 9169, - economy: `Least Developed`, - region: `Eastern Africa`, - status: `Country`, - longitude: 39.772, - latitude: 15.191, - gdpPerPerson: 1549, - rank: 112, - unemployment: 9, - oilProduction: 5, - birthRate: 17, - medianAge: 54, - electricity: 67474, - televisions: 2078077, - publicDebt: 41, - internet: 1067843 - }), - new WorldStatsItem( - { - code: `SGP`, - name: `Singapore`, - continent: `Asia`, - population: 5888926, - gdpTotal: 487900, - economy: `Developing`, - region: `Eastern Asia`, - status: `Country`, - longitude: 103.82, - latitude: 1.356, - gdpPerPerson: 82850, - rank: 113, - unemployment: 2, - oilProduction: 9836, - birthRate: 9, - medianAge: 38, - electricity: 39440, - televisions: 1330000, - publicDebt: 96, - internet: 3105000 - }), - new WorldStatsItem( - { - code: `KGZ`, - name: `Kyrgyzstan`, - continent: `Asia`, - population: 5789122, - gdpTotal: 21010, - economy: `Developing`, - region: `Central Asia`, - status: `Country`, - longitude: 74.738, - latitude: 41.224, - gdpPerPerson: 3629, - rank: 114, - unemployment: 12, - oilProduction: 1, - birthRate: 21, - medianAge: 42, - electricity: 16640, - televisions: 2101152, - publicDebt: 15, - internet: 738896 - }), - new WorldStatsItem( - { - code: `CAF`, - name: `Central African Republic`, - continent: `Africa`, - population: 5625118, - gdpTotal: 3206, - economy: `Least Developed`, - region: `Middle Africa`, - status: `Country`, - longitude: 20.917, - latitude: 6.633, - gdpPerPerson: 570, - rank: 115, - unemployment: 8, - oilProduction: 5, - birthRate: 13, - medianAge: 32, - electricity: 71424, - televisions: 635931, - publicDebt: 29, - internet: 1933873 - }), - new WorldStatsItem( - { - code: `DNK`, - name: `Denmark`, - continent: `Europe`, - population: 5605948, - gdpTotal: 264800, - economy: `Developed`, - region: `Northern Europe`, - status: `Country`, - longitude: 9.348, - latitude: 56.13, - gdpPerPerson: 47236, - rank: 116, - unemployment: 3, - oilProduction: 342000, - birthRate: 11, - medianAge: 40, - electricity: 43350, - televisions: 3121000, - publicDebt: 26, - internet: 3500000 - }), - new WorldStatsItem( - { - code: `FIN`, - name: `Finland`, - continent: `Europe`, - population: 5491218, - gdpTotal: 224137, - economy: `Developed`, - region: `Northern Europe`, - status: `Country`, - longitude: 25.988, - latitude: 61.841, - gdpPerPerson: 40817, - rank: 117, - unemployment: 7, - oilProduction: 8951, - birthRate: 10, - medianAge: 42, - electricity: 73470, - televisions: 3200000, - publicDebt: 36, - internet: 3600000 - }), - new WorldStatsItem( - { - code: `SVK`, - name: `Slovakia`, - continent: `Europe`, - population: 5445829, - gdpTotal: 168800, - economy: `Developed`, - region: `Eastern Europe`, - status: `Country`, - longitude: 18.877, - latitude: 48.702, - gdpPerPerson: 30996, - rank: 118, - unemployment: 8, - oilProduction: 12840, - birthRate: 11, - medianAge: 37, - electricity: 29890, - televisions: 2620000, - publicDebt: 36, - internet: 2350000 - }), - new WorldStatsItem( - { - code: `TKM`, - name: `Turkmenistan`, - continent: `Asia`, - population: 5351277, - gdpTotal: 94720, - economy: `Developing`, - region: `Central Asia`, - status: `Country`, - longitude: 59.562, - latitude: 38.975, - gdpPerPerson: 17700, - rank: 119, - unemployment: 11, - oilProduction: 4, - birthRate: 11, - medianAge: 43, - electricity: 91281, - televisions: 2935468, - publicDebt: 17, - internet: 3203210 - }), - new WorldStatsItem( - { - code: `NOR`, - name: `Norway`, - continent: `Europe`, - population: 5320045, - gdpTotal: 364700, - economy: `Developed`, - region: `Northern Europe`, - status: `Country`, - longitude: 9.66, - latitude: 60.712, - gdpPerPerson: 68552, - rank: 120, - unemployment: 3, - oilProduction: 2560000, - birthRate: 11, - medianAge: 39, - electricity: 135800, - televisions: 2030000, - publicDebt: 83, - internet: 3800000 - }), - new WorldStatsItem( - { - code: `IRL`, - name: `Ireland`, - continent: `Europe`, - population: 5011102, - gdpTotal: 322000, - economy: `Developed`, - region: `Northern Europe`, - status: `Country`, - longitude: -8.209, - latitude: 53.42, - gdpPerPerson: 64257, - rank: 121, - unemployment: 5, - oilProduction: 0, - birthRate: 14, - medianAge: 35, - electricity: 24130, - televisions: 1820000, - publicDebt: 25, - internet: 1708000 - }), - new WorldStatsItem( - { - code: `COG`, - name: `Congo`, - continent: `Africa`, - population: 4954674, - gdpTotal: 30270, - economy: `Developing`, - region: `Middle Africa`, - status: `Country`, - longitude: 16.264, - latitude: -0.07, - gdpPerPerson: 6109, - rank: 122, - unemployment: 13, - oilProduction: 4, - birthRate: 11, - medianAge: 52, - electricity: 83556, - televisions: 1560800, - publicDebt: 6, - internet: 2650237 - }), - new WorldStatsItem( - { - code: `CRI`, - name: `Costa Rica`, - continent: `North America`, - population: 4930258, - gdpTotal: 79260, - economy: `Emerging`, - region: `Central America`, - status: `Country`, - longitude: -83.91, - latitude: 9.92, - gdpPerPerson: 16076, - rank: 123, - unemployment: 5, - oilProduction: 0, - birthRate: 18, - medianAge: 27, - electricity: 8349, - televisions: 525000, - publicDebt: 47, - internet: 1500000 - }), - new WorldStatsItem( - { - code: `GEO`, - name: `Georgia`, - continent: `Asia`, - population: 4926330, - gdpTotal: 37270, - economy: `Developing`, - region: `Middle East`, - status: `Country`, - longitude: 43.257, - latitude: 42.162, - gdpPerPerson: 7565, - rank: 124, - unemployment: 15, - oilProduction: 5, - birthRate: 10, - medianAge: 43, - electricity: 44936, - televisions: 2728128, - publicDebt: 29, - internet: 3844448 - }), - new WorldStatsItem( - { - code: `LBR`, - name: `Liberia`, - continent: `Africa`, - population: 4689021, - gdpTotal: 3881, - economy: `Least Developed`, - region: `Western Africa`, - status: `Country`, - longitude: -9.454, - latitude: 6.445, - gdpPerPerson: 828, - rank: 125, - unemployment: 4, - oilProduction: 0, - birthRate: 8, - medianAge: 35, - electricity: 89626, - televisions: 3065112, - publicDebt: 38, - internet: 1475304 - }), - new WorldStatsItem( - { - code: `PSE`, - name: `Palestine`, - continent: `Asia`, - population: 4543126, - gdpTotal: 21221, - economy: `Developing`, - region: `Middle East`, - status: `Disputed`, - longitude: 35.347, - latitude: 32.031, - gdpPerPerson: 4671, - rank: 126, - unemployment: 9, - oilProduction: 1, - birthRate: 10, - medianAge: 48, - electricity: 45973, - televisions: 2774033, - publicDebt: 16, - internet: 1718915 - }), - new WorldStatsItem( - { - code: `NZL`, - name: `New Zealand`, - continent: `Oceania`, - population: 4510327, - gdpTotal: 174800, - economy: `Developed`, - region: `Australia`, - status: `Country`, - longitude: 169.42, - latitude: -44.86, - gdpPerPerson: 38756, - rank: 127, - unemployment: 4, - oilProduction: 25880, - birthRate: 14, - medianAge: 36, - electricity: 42060, - televisions: 1926000, - publicDebt: 21, - internet: 3360000 - }), - new WorldStatsItem( - { - code: `HRV`, - name: `Croatia`, - continent: `Europe`, - population: 4292095, - gdpTotal: 94240, - economy: `Developed`, - region: `Southern Europe`, - status: `Country`, - longitude: 16.847, - latitude: 45.674, - gdpPerPerson: 21957, - rank: 128, - unemployment: 12, - oilProduction: 17100, - birthRate: 10, - medianAge: 41, - electricity: 11990, - televisions: 1220000, - publicDebt: 48, - internet: 1995000 - }), - new WorldStatsItem( - { - code: `BIH`, - name: `Bosnia`, - continent: `Europe`, - population: 3856181, - gdpTotal: 42530, - economy: `Developing`, - region: `Southern Europe`, - status: `Country`, - longitude: 17.66, - latitude: 43.918, - gdpPerPerson: 11029, - rank: 129, - unemployment: 46, - oilProduction: 0, - birthRate: 9, - medianAge: 39, - electricity: 12220, - televisions: 0, - publicDebt: 34, - internet: 1055000 - }), - new WorldStatsItem( - { - code: `MRT`, - name: `Mauritania`, - continent: `Africa`, - population: 3758571, - gdpTotal: 16710, - economy: `Least Developed`, - region: `Western Africa`, - status: `Country`, - longitude: -8.89, - latitude: 20.387, - gdpPerPerson: 4446, - rank: 130, - unemployment: 9, - oilProduction: 5, - birthRate: 25, - medianAge: 50, - electricity: 15176, - televisions: 2558125, - publicDebt: 29, - internet: 2098221 - }), - new WorldStatsItem( - { - code: `PAN`, - name: `Panama`, - continent: `North America`, - population: 3753142, - gdpTotal: 93120, - economy: `Developing`, - region: `Central America`, - status: `Country`, - longitude: -81.17, - latitude: 8.457, - gdpPerPerson: 24811, - rank: 131, - unemployment: 6, - oilProduction: 0, - birthRate: 21, - medianAge: 27, - electricity: 5661, - televisions: 510000, - publicDebt: 53, - internet: 525200 - }), - new WorldStatsItem( - { - code: `SOL`, - name: `Somaliland`, - continent: `Africa`, - population: 3500000, - gdpTotal: 12250, - economy: `Developing`, - region: `Eastern Africa`, - status: `Indeterminate`, - longitude: 45.798, - latitude: 9.748, - gdpPerPerson: 3500, - rank: 132, - unemployment: 1, - oilProduction: 4, - birthRate: 13, - medianAge: 43, - electricity: 73247, - televisions: 2235408, - publicDebt: 21, - internet: 1300238 - }), - new WorldStatsItem( - { - code: `MDA`, - name: `Moldova`, - continent: `Europe`, - population: 3474121, - gdpTotal: 18540, - economy: `Developing`, - region: `Eastern Europe`, - status: `Country`, - longitude: 28.552, - latitude: 47.515, - gdpPerPerson: 5337, - rank: 133, - unemployment: 2, - oilProduction: 0, - birthRate: 11, - medianAge: 34, - electricity: 3881, - televisions: 1260000, - publicDebt: 23, - internet: 700000 - }), - new WorldStatsItem( - { - code: `OMN`, - name: `Oman`, - continent: `Asia`, - population: 3424386, - gdpTotal: 173100, - economy: `Developing`, - region: `Middle East`, - status: `Country`, - longitude: 57.563, - latitude: 22.014, - gdpPerPerson: 50549, - rank: 134, - unemployment: 15, - oilProduction: 710800, - birthRate: 35, - medianAge: 19, - electricity: 11890, - televisions: 1600000, - publicDebt: 4, - internet: 340000 - }), - new WorldStatsItem( - { - code: `URY`, - name: `Uruguay`, - continent: `South America`, - population: 3360148, - gdpTotal: 73250, - economy: `Emerging`, - region: `South America`, - status: `Country`, - longitude: -55.78, - latitude: -32.51, - gdpPerPerson: 21800, - rank: 135, - unemployment: 9, - oilProduction: 27830, - birthRate: 14, - medianAge: 33, - electricity: 9200, - televisions: 782000, - publicDebt: 65, - internet: 968000 - }), - new WorldStatsItem( - { - code: `PRI`, - name: `Puerto Rico`, - continent: `North America`, - population: 3351827, - gdpTotal: 131000, - economy: `Developing`, - region: `Central America`, - status: `Dependency`, - longitude: -66.61, - latitude: 18.235, - gdpPerPerson: 39083, - rank: 136, - unemployment: 5, - oilProduction: 3, - birthRate: 11, - medianAge: 32, - electricity: 19677, - televisions: 1917997, - publicDebt: 25, - internet: 608062 - }), - new WorldStatsItem( - { - code: `MNG`, - name: `Mongolia`, - continent: `Asia`, - population: 3068243, - gdpTotal: 37000, - economy: `Developing`, - region: `Eastern Asia`, - status: `Country`, - longitude: 103.82, - latitude: 46.856, - gdpPerPerson: 12059, - rank: 137, - unemployment: 4, - oilProduction: 1, - birthRate: 7, - medianAge: 35, - electricity: 3875, - televisions: 1726758, - publicDebt: 17, - internet: 562546 - }), - new WorldStatsItem( - { - code: `ALB`, - name: `Albania`, - continent: `Europe`, - population: 3047987, - gdpTotal: 33900, - economy: `Developing`, - region: `Southern Europe`, - status: `Country`, - longitude: 19.964, - latitude: 40.759, - gdpPerPerson: 11122, - rank: 138, - unemployment: 13, - oilProduction: 7006, - birthRate: 15, - medianAge: 30, - electricity: 5385, - televisions: 700000, - publicDebt: 51, - internet: 471200 - }), - new WorldStatsItem( - { - code: `ARM`, - name: `Armenia`, - continent: `Asia`, - population: 3045191, - gdpTotal: 26300, - economy: `Developing`, - region: `Middle East`, - status: `Country`, - longitude: 44.646, - latitude: 40.618, - gdpPerPerson: 8637, - rank: 139, - unemployment: 4, - oilProduction: 4, - birthRate: 14, - medianAge: 39, - electricity: 71042, - televisions: 2390201, - publicDebt: 9, - internet: 488333 - }), - new WorldStatsItem( - { - code: `JAM`, - name: `Jamaica`, - continent: `North America`, - population: 2990561, - gdpTotal: 25390, - economy: `Developing`, - region: `Central America`, - status: `Country`, - longitude: -77.27, - latitude: 18.119, - gdpPerPerson: 8490, - rank: 140, - unemployment: 10, - oilProduction: 0, - birthRate: 20, - medianAge: 23, - electricity: 6985, - televisions: 460000, - publicDebt: 127, - internet: 1500000 - }), - new WorldStatsItem( - { - code: `KWT`, - name: `Kuwait`, - continent: `Asia`, - population: 2875422, - gdpTotal: 301100, - economy: `Developing`, - region: `Middle East`, - status: `Country`, - longitude: 47.487, - latitude: 29.315, - gdpPerPerson: 104715, - rank: 141, - unemployment: 2, - oilProduction: 2440000, - birthRate: 22, - medianAge: 26, - electricity: 41110, - televisions: 875000, - publicDebt: 10, - internet: 900000 - }), - new WorldStatsItem( - { - code: `LTU`, - name: `Lithuania`, - continent: `Europe`, - population: 2823859, - gdpTotal: 85620, - economy: `Developed`, - region: `Northern Europe`, - status: `Country`, - longitude: 23.838, - latitude: 55.152, - gdpPerPerson: 30320, - rank: 142, - unemployment: 4, - oilProduction: 13160, - birthRate: 9, - medianAge: 39, - electricity: 13480, - televisions: 1700000, - publicDebt: 17, - internet: 1330000 - }), - new WorldStatsItem( - { - code: `NAM`, - name: `Namibia`, - continent: `Africa`, - population: 2484780, - gdpTotal: 25990, - economy: `Developing`, - region: `Southern Africa`, - status: `Country`, - longitude: 16.944, - latitude: -20.52, - gdpPerPerson: 10460, - rank: 143, - unemployment: 5, - oilProduction: 0, - birthRate: 23, - medianAge: 21, - electricity: 1688, - televisions: 60000, - publicDebt: 22, - internet: 101000 - }), - new WorldStatsItem( - { - code: `QAT`, - name: `Qatar`, - continent: `Asia`, - population: 2314307, - gdpTotal: 334500, - economy: `Developing`, - region: `Middle East`, - status: `Country`, - longitude: 51.182, - latitude: 25.359, - gdpPerPerson: 144536, - rank: 144, - unemployment: 1, - oilProduction: 797500, - birthRate: 16, - medianAge: 31, - electricity: 13540, - televisions: 230000, - publicDebt: 11, - internet: 351000 - }), - new WorldStatsItem( - { - code: `BWA`, - name: `Botswana`, - continent: `Africa`, - population: 2214858, - gdpTotal: 35900, - economy: `Developing`, - region: `Southern Africa`, - status: `Country`, - longitude: 24.671, - latitude: -22.32, - gdpPerPerson: 16209, - rank: 145, - unemployment: 8, - oilProduction: 0, - birthRate: 23, - medianAge: 21, - electricity: 912, - televisions: 31000, - publicDebt: 5, - internet: 80000 - }), - new WorldStatsItem( - { - code: `MKD`, - name: `North Macedonia`, - continent: `Europe`, - population: 2103721, - gdpTotal: 29520, - economy: `Developing`, - region: `Southern Europe`, - status: `Country`, - longitude: 21.727, - latitude: 41.604, - gdpPerPerson: 14032, - rank: 146, - unemployment: 35, - oilProduction: 0, - birthRate: 12, - medianAge: 35, - electricity: 6051, - televisions: 510000, - publicDebt: 31, - internet: 685000 - }), - new WorldStatsItem( - { - code: `GMB`, - name: `Gambia`, - continent: `Africa`, - population: 2051363, - gdpTotal: 3387, - economy: `Least Developed`, - region: `Western Africa`, - status: `Country`, - longitude: -15.32, - latitude: 13.438, - gdpPerPerson: 1651, - rank: 147, - unemployment: 7, - oilProduction: 1, - birthRate: 11, - medianAge: 37, - electricity: 9769, - televisions: 1486289, - publicDebt: 30, - internet: 187890 - }), - new WorldStatsItem( - { - code: `SVN`, - name: `Slovenia`, - continent: `Europe`, - population: 1972126, - gdpTotal: 68350, - economy: `Developed`, - region: `Southern Europe`, - status: `Country`, - longitude: 14.947, - latitude: 46.146, - gdpPerPerson: 34658, - rank: 148, - unemployment: 8, - oilProduction: 5, - birthRate: 9, - medianAge: 41, - electricity: 14900, - televisions: 710000, - publicDebt: 24, - internet: 1300000 - }), - new WorldStatsItem( - { - code: `LSO`, - name: `Lesotho`, - continent: `Africa`, - population: 1958042, - gdpTotal: 6019, - economy: `Least Developed`, - region: `Southern Africa`, - status: `Country`, - longitude: 28.221, - latitude: -29.61, - gdpPerPerson: 3074, - rank: 149, - unemployment: 12, - oilProduction: 2, - birthRate: 8, - medianAge: 32, - electricity: 20229, - televisions: 1457517, - publicDebt: 14, - internet: 1375222 - }), - new WorldStatsItem( - { - code: `LVA`, - name: `Latvia`, - continent: `Europe`, - population: 1944643, - gdpTotal: 50650, - economy: `Developed`, - region: `Northern Europe`, - status: `Country`, - longitude: 26.505, - latitude: 56.755, - gdpPerPerson: 26046, - rank: 150, - unemployment: 6, - oilProduction: 0, - birthRate: 10, - medianAge: 40, - electricity: 4778, - televisions: 1220000, - publicDebt: 7, - internet: 1770000 - }), - new WorldStatsItem( - { - code: `RKS`, - name: `Kosovo`, - continent: `Europe`, - population: 1895250, - gdpTotal: 18490, - economy: `Developing`, - region: `Southern Europe`, - status: `Country`, - longitude: 20.891, - latitude: 42.557, - gdpPerPerson: 9756, - rank: 151, - unemployment: 12, - oilProduction: 0, - birthRate: 8, - medianAge: 55, - electricity: 14878, - televisions: 1287863, - publicDebt: 20, - internet: 1422193 - }), - new WorldStatsItem( - { - code: `GNB`, - name: `Guinea-Bissau`, - continent: `Africa`, - population: 1792338, - gdpTotal: 2851, - economy: `Least Developed`, - region: `Western Africa`, - status: `Country`, - longitude: -14.59, - latitude: 11.942, - gdpPerPerson: 1591, - rank: 152, - unemployment: 5, - oilProduction: 5, - birthRate: 5, - medianAge: 55, - electricity: 74684, - televisions: 1427462, - publicDebt: 8, - internet: 365000 - }), - new WorldStatsItem( - { - code: `GAB`, - name: `Gabon`, - continent: `Africa`, - population: 1772255, - gdpTotal: 35980, - economy: `Developing`, - region: `Middle Africa`, - status: `Country`, - longitude: 11.592, - latitude: -0.807, - gdpPerPerson: 20302, - rank: 153, - unemployment: 21, - oilProduction: 240000, - birthRate: 36, - medianAge: 19, - electricity: 1520, - televisions: 63000, - publicDebt: 53, - internet: 145000 - }), - new WorldStatsItem( - { - code: `SWZ`, - name: `Eswatini`, - continent: `Africa`, - population: 1467152, - gdpTotal: 11060, - economy: `Developing`, - region: `Southern Africa`, - status: `Country`, - longitude: 31.45, - latitude: -26.52, - gdpPerPerson: 7538, - rank: 154, - unemployment: 6, - oilProduction: 3, - birthRate: 17, - medianAge: 39, - electricity: 72804, - televisions: 229393, - publicDebt: 5, - internet: 427760 - }), - new WorldStatsItem( - { - code: `BHR`, - name: `Bahrain`, - continent: `Asia`, - population: 1410942, - gdpTotal: 66370, - economy: `Developing`, - region: `Middle East`, - status: `Country`, - longitude: 50.535, - latitude: 26.027, - gdpPerPerson: 47039, - rank: 155, - unemployment: 15, - oilProduction: 184300, - birthRate: 17, - medianAge: 30, - electricity: 8187, - televisions: 275000, - publicDebt: 31, - internet: 250000 - }), - new WorldStatsItem( - { - code: `MUS`, - name: `Mauritius`, - continent: `Africa`, - population: 1356388, - gdpTotal: 25850, - economy: `Developing`, - region: `Eastern Africa`, - status: `Country`, - longitude: 57.555, - latitude: -20.25, - gdpPerPerson: 19058, - rank: 156, - unemployment: 9, - oilProduction: 0, - birthRate: 15, - medianAge: 32, - electricity: 2350, - televisions: 258000, - publicDebt: 63, - internet: 340000 - }), - new WorldStatsItem( - { - code: `TLS`, - name: `Timor-Leste`, - continent: `Asia`, - population: 1291358, - gdpTotal: 4975, - economy: `Least Developed`, - region: `Eastern Asia`, - status: `Country`, - longitude: 125.66, - latitude: -8.826, - gdpPerPerson: 3853, - rank: 157, - unemployment: 8, - oilProduction: 5, - birthRate: 18, - medianAge: 48, - electricity: 84061, - televisions: 416260, - publicDebt: 25, - internet: 267437 - }), - new WorldStatsItem( - { - code: `EST`, - name: `Estonia`, - continent: `Europe`, - population: 1251581, - gdpTotal: 38700, - economy: `Developed`, - region: `Northern Europe`, - status: `Country`, - longitude: 25.441, - latitude: 58.845, - gdpPerPerson: 30921, - rank: 158, - unemployment: 5, - oilProduction: 6930, - birthRate: 10, - medianAge: 40, - electricity: 9599, - televisions: 605000, - publicDebt: 3, - internet: 780000 - }), - new WorldStatsItem( - { - code: `CYP`, - name: `Cyprus`, - continent: `Asia`, - population: 1221549, - gdpTotal: 29260, - economy: `Developing`, - region: `Middle East`, - status: `Country`, - longitude: 33.176, - latitude: 34.876, - gdpPerPerson: 23953, - rank: 159, - unemployment: 4, - oilProduction: 0, - birthRate: 13, - medianAge: 35, - electricity: 4618, - televisions: 0, - publicDebt: 60, - internet: 380000 - }), - new WorldStatsItem( - { - code: `TTO`, - name: `Trinidad and Tobago`, - continent: `North America`, - population: 1218208, - gdpTotal: 43570, - economy: `Developing`, - region: `Central America`, - status: `Country`, - longitude: -61.21, - latitude: 10.352, - gdpPerPerson: 35766, - rank: 160, - unemployment: 4, - oilProduction: 5, - birthRate: 15, - medianAge: 47, - electricity: 58959, - televisions: 359389, - publicDebt: 29, - internet: 152416 - }), - new WorldStatsItem( - { - code: `FJI`, - name: `Fiji`, - continent: `Oceania`, - population: 920938, - gdpTotal: 8374, - economy: `Developing`, - region: `Melanesia`, - status: `Country`, - longitude: 177.85, - latitude: -17.75, - gdpPerPerson: 9093, - rank: 161, - unemployment: 11, - oilProduction: 5, - birthRate: 5, - medianAge: 41, - electricity: 88931, - televisions: 517580, - publicDebt: 17, - internet: 539400 - }), - new WorldStatsItem( - { - code: `DJI`, - name: `Djibouti`, - continent: `Africa`, - population: 865267, - gdpTotal: 3345, - economy: `Least Developed`, - region: `Eastern Africa`, - status: `Country`, - longitude: 42.587, - latitude: 11.825, - gdpPerPerson: 3866, - rank: 162, - unemployment: 5, - oilProduction: 3, - birthRate: 17, - medianAge: 44, - electricity: 91593, - televisions: 209004, - publicDebt: 43, - internet: 476114 - }), - new WorldStatsItem( - { - code: `COM`, - name: `Comoros`, - continent: `Africa`, - population: 808080, - gdpTotal: 1259, - economy: `Least Developed`, - region: `Eastern Africa`, - status: `Country`, - longitude: 43.877, - latitude: -11.86, - gdpPerPerson: 1558, - rank: 163, - unemployment: 11, - oilProduction: 3, - birthRate: 14, - medianAge: 46, - electricity: 6146, - televisions: 495921, - publicDebt: 10, - internet: 459977 - }), - new WorldStatsItem( - { - code: `GNQ`, - name: `Equatorial Guinea`, - continent: `Africa`, - population: 778358, - gdpTotal: 31770, - economy: `Least Developed`, - region: `Middle Africa`, - status: `Country`, - longitude: 10.521, - latitude: 1.763, - gdpPerPerson: 40817, - rank: 164, - unemployment: 30, - oilProduction: 385500, - birthRate: 37, - medianAge: 19, - electricity: 28, - televisions: 4000, - publicDebt: 2, - internet: 8000 - }), - new WorldStatsItem( - { - code: `BTN`, - name: `Bhutan`, - continent: `Asia`, - population: 758288, - gdpTotal: 6432, - economy: `Least Developed`, - region: `Southern Asia`, - status: `Country`, - longitude: 90.411, - latitude: 27.506, - gdpPerPerson: 8482, - rank: 165, - unemployment: 3, - oilProduction: 0, - birthRate: 21, - medianAge: 24, - electricity: 2000, - televisions: 11000, - publicDebt: 81, - internet: 40000 - }), - new WorldStatsItem( - { - code: `GUY`, - name: `Guyana`, - continent: `South America`, - population: 737718, - gdpTotal: 6093, - economy: `Developing`, - region: `South America`, - status: `Country`, - longitude: -58.96, - latitude: 5.607, - gdpPerPerson: 8259, - rank: 166, - unemployment: 2, - oilProduction: 3, - birthRate: 9, - medianAge: 37, - electricity: 84988, - televisions: 149848, - publicDebt: 12, - internet: 134377 - }), - new WorldStatsItem( - { - code: `SLB`, - name: `Solomon Islands`, - continent: `Oceania`, - population: 647581, - gdpTotal: 1198, - economy: `Least Developed`, - region: `Melanesia`, - status: `Country`, - longitude: 161.3, - latitude: -9.221, - gdpPerPerson: 1850, - rank: 167, - unemployment: 4, - oilProduction: 3, - birthRate: 18, - medianAge: 30, - electricity: 3432, - televisions: 177555, - publicDebt: 43, - internet: 478635 - }), - new WorldStatsItem( - { - code: `MNE`, - name: `Montenegro`, - continent: `Europe`, - population: 642550, - gdpTotal: 10610, - economy: `Developing`, - region: `Southern Europe`, - status: `Country`, - longitude: 19.191, - latitude: 42.814, - gdpPerPerson: 16512, - rank: 168, - unemployment: 10, - oilProduction: 2, - birthRate: 24, - medianAge: 46, - electricity: 24709, - televisions: 126756, - publicDebt: 29, - internet: 336628 - }), - new WorldStatsItem( - { - code: `ESH`, - name: `Western Sahara`, - continent: `Africa`, - population: 603253, - gdpTotal: 907, - economy: `Least Developed`, - region: `Northern Africa`, - status: `Dependency`, - longitude: -12.89, - latitude: 24.231, - gdpPerPerson: 1504, - rank: 169, - unemployment: 6, - oilProduction: 1, - birthRate: 23, - medianAge: 30, - electricity: 11081, - televisions: 237857, - publicDebt: 30, - internet: 306624 - }), - new WorldStatsItem( - { - code: `MAC`, - name: `Macao`, - continent: `Asia`, - population: 601969, - gdpTotal: 63220, - economy: `Developing`, - region: `Eastern Asia`, - status: `Dependency`, - longitude: 113.51, - latitude: 22.221, - gdpPerPerson: 105022, - rank: 170, - unemployment: 10, - oilProduction: 2, - birthRate: 10, - medianAge: 47, - electricity: 77896, - televisions: 163859, - publicDebt: 18, - internet: 62728 - }), - new WorldStatsItem( - { - code: `LUX`, - name: `Luxembourg`, - continent: `Europe`, - population: 594130, - gdpTotal: 58740, - economy: `Developed`, - region: `Western Europe`, - status: `Country`, - longitude: 6.109, - latitude: 49.806, - gdpPerPerson: 98867, - rank: 171, - unemployment: 4, - oilProduction: 0, - birthRate: 12, - medianAge: 39, - electricity: 3156, - televisions: 285000, - publicDebt: 6, - internet: 345000 - }), - new WorldStatsItem( - { - code: `SUR`, - name: `Suriname`, - continent: `South America`, - population: 591919, - gdpTotal: 8547, - economy: `Developing`, - region: `South America`, - status: `Country`, - longitude: -56.02, - latitude: 4.506, - gdpPerPerson: 14439, - rank: 172, - unemployment: 5, - oilProduction: 1, - birthRate: 16, - medianAge: 44, - electricity: 82658, - televisions: 69068, - publicDebt: 31, - internet: 367104 - }), - new WorldStatsItem( - { - code: `CPV`, - name: `Cabo Verde`, - continent: `Africa`, - population: 560899, - gdpTotal: 3583, - economy: `Developing`, - region: `Western Africa`, - status: `Country`, - longitude: -25.16, - latitude: 17.102, - gdpPerPerson: 6388, - rank: 173, - unemployment: 12, - oilProduction: 1, - birthRate: 12, - medianAge: 54, - electricity: 60647, - televisions: 101289, - publicDebt: 34, - internet: 40105 - }), - new WorldStatsItem( - { - code: `BRN`, - name: `Brunei`, - continent: `Asia`, - population: 443593, - gdpTotal: 33730, - economy: `Developing`, - region: `Eastern Asia`, - status: `Country`, - longitude: 114.69, - latitude: 4.523, - gdpPerPerson: 76038, - rank: 174, - unemployment: 4, - oilProduction: 0, - birthRate: 17, - medianAge: 32, - electricity: 50701, - televisions: 235042, - publicDebt: 16, - internet: 188751 - }), - new WorldStatsItem( - { - code: `MLT`, - name: `Malta`, - continent: `Europe`, - population: 416338, - gdpTotal: 16320, - economy: `Developed`, - region: `Southern Europe`, - status: `Country`, - longitude: 14.373, - latitude: 35.948, - gdpPerPerson: 39199, - rank: 175, - unemployment: 7, - oilProduction: 4, - birthRate: 6, - medianAge: 52, - electricity: 77444, - televisions: 282390, - publicDebt: 41, - internet: 317612 - }), - new WorldStatsItem( - { - code: `MDV`, - name: `Maldives`, - continent: `Asia`, - population: 392709, - gdpTotal: 5407, - economy: `Developing`, - region: `Southern Asia`, - status: `Country`, - longitude: 73.455, - latitude: 3.739, - gdpPerPerson: 13768, - rank: 176, - unemployment: 13, - oilProduction: 4, - birthRate: 10, - medianAge: 43, - electricity: 26004, - televisions: 156412, - publicDebt: 28, - internet: 45331 - }), - new WorldStatsItem( - { - code: `BLZ`, - name: `Belize`, - continent: `North America`, - population: 360346, - gdpTotal: 3088, - economy: `Developing`, - region: `Central America`, - status: `Country`, - longitude: -88.51, - latitude: 17.185, - gdpPerPerson: 8570, - rank: 177, - unemployment: 4, - oilProduction: 2, - birthRate: 7, - medianAge: 36, - electricity: 57433, - televisions: 127478, - publicDebt: 36, - internet: 223855 - }), - new WorldStatsItem( - { - code: `ISL`, - name: `Iceland`, - continent: `Europe`, - population: 339747, - gdpTotal: 16150, - economy: `Developed`, - region: `Northern Europe`, - status: `Country`, - longitude: -19.01, - latitude: 64.966, - gdpPerPerson: 47535, - rank: 178, - unemployment: 1, - oilProduction: 0, - birthRate: 14, - medianAge: 35, - electricity: 8533, - televisions: 98000, - publicDebt: 28, - internet: 202300 - }), - new WorldStatsItem( - { - code: `BHS`, - name: `Bahamas`, - continent: `North America`, - population: 329988, - gdpTotal: 9066, - economy: `Developing`, - region: `Central America`, - status: `Country`, - longitude: -78.01, - latitude: 24.761, - gdpPerPerson: 27474, - rank: 179, - unemployment: 5, - oilProduction: 2, - birthRate: 17, - medianAge: 47, - electricity: 38395, - televisions: 203588, - publicDebt: 6, - internet: 91807 - }), - new WorldStatsItem( - { - code: `FRG`, - name: `French Guiana`, - continent: `South America`, - population: 296161, - gdpTotal: 1299000, - economy: `Developed`, - region: `South America`, - status: `Dependency`, - longitude: -53.13, - latitude: 3.893, - gdpPerPerson: 4386, - rank: 180, - unemployment: 3, - oilProduction: 0, - birthRate: 15, - medianAge: 55, - electricity: 73845, - televisions: 147489, - publicDebt: 35, - internet: 209593 - }), - new WorldStatsItem( - { - code: `BRB`, - name: `Barbados`, - continent: `North America`, - population: 292336, - gdpTotal: 4804, - economy: `Developing`, - region: `Central America`, - status: `Country`, - longitude: -59.53, - latitude: 13.19, - gdpPerPerson: 16433, - rank: 181, - unemployment: 8, - oilProduction: 3, - birthRate: 21, - medianAge: 51, - electricity: 28728, - televisions: 173392, - publicDebt: 12, - internet: 73593 - }), - new WorldStatsItem( - { - code: `PYF`, - name: `Fr. Polynesia`, - continent: `Oceania`, - population: 287881, - gdpTotal: 5490, - economy: `Developing`, - region: `Polynesia`, - status: `Dependency`, - longitude: -143.9, - latitude: -14.82, - gdpPerPerson: 19070, - rank: 182, - unemployment: 1, - oilProduction: 4, - birthRate: 6, - medianAge: 45, - electricity: 46206, - televisions: 43757, - publicDebt: 12, - internet: 172560 - }), - new WorldStatsItem( - { - code: `VUT`, - name: `Vanuatu`, - continent: `Oceania`, - population: 282814, - gdpTotal: 723, - economy: `Least Developed`, - region: `Melanesia`, - status: `Country`, - longitude: 168.21, - latitude: -16.97, - gdpPerPerson: 2556, - rank: 183, - unemployment: 11, - oilProduction: 4, - birthRate: 17, - medianAge: 39, - electricity: 50581, - televisions: 187584, - publicDebt: 42, - internet: 223352 - }), - new WorldStatsItem( - { - code: `NCL`, - name: `New Caledonia`, - continent: `Oceania`, - population: 279070, - gdpTotal: 10770, - economy: `Developing`, - region: `Melanesia`, - status: `Dependency`, - longitude: 165.26, - latitude: -21.09, - gdpPerPerson: 38592, - rank: 184, - unemployment: 10, - oilProduction: 3, - birthRate: 6, - medianAge: 49, - electricity: 18361, - televisions: 79923, - publicDebt: 45, - internet: 149003 - }), - new WorldStatsItem( - { - code: `NCP`, - name: `Northern Cyprus`, - continent: `Asia`, - population: 265100, - gdpTotal: 3600, - economy: `Developing`, - region: `Middle East`, - status: `Country`, - longitude: 33.714, - latitude: 35.257, - gdpPerPerson: 13580, - rank: 185, - unemployment: 4, - oilProduction: 5, - birthRate: 25, - medianAge: 51, - electricity: 84000, - televisions: 135551, - publicDebt: 30, - internet: 167480 - }), - new WorldStatsItem( - { - code: `STP`, - name: `Sao Tome and Principe`, - continent: `Africa`, - population: 201025, - gdpTotal: 694, - economy: `Least Developed`, - region: `Middle Africa`, - status: `Country`, - longitude: 6.598, - latitude: 0.248, - gdpPerPerson: 3452, - rank: 186, - unemployment: 1, - oilProduction: 3, - birthRate: 24, - medianAge: 30, - electricity: 6691, - televisions: 65480, - publicDebt: 12, - internet: 121162 - }), - new WorldStatsItem( - { - code: `WSM`, - name: `Samoa`, - continent: `Oceania`, - population: 200108, - gdpTotal: 1046, - economy: `Least Developed`, - region: `Polynesia`, - status: `Country`, - longitude: -172.1, - latitude: -13.75, - gdpPerPerson: 5227, - rank: 187, - unemployment: 3, - oilProduction: 2, - birthRate: 7, - medianAge: 46, - electricity: 50118, - televisions: 54930, - publicDebt: 42, - internet: 84739 - }), - new WorldStatsItem( - { - code: `GUM`, - name: `Guam`, - continent: `Oceania`, - population: 167358, - gdpTotal: 4882, - economy: `Developing`, - region: `Micronesia`, - status: `Dependency`, - longitude: 144.79, - latitude: 13.44, - gdpPerPerson: 29171, - rank: 188, - unemployment: 15, - oilProduction: 2, - birthRate: 24, - medianAge: 42, - electricity: 64229, - televisions: 43567, - publicDebt: 37, - internet: 121131 - }), - new WorldStatsItem( - { - code: `LCA`, - name: `Saint Lucia`, - continent: `North America`, - population: 164994, - gdpTotal: 2083, - economy: `Developing`, - region: `Central America`, - status: `Country`, - longitude: -60.98, - latitude: 13.905, - gdpPerPerson: 12625, - rank: 189, - unemployment: 3, - oilProduction: 2, - birthRate: 14, - medianAge: 32, - electricity: 75473, - televisions: 87743, - publicDebt: 7, - internet: 64498 - }), - new WorldStatsItem( - { - code: `CUW`, - name: `Curacao`, - continent: `North America`, - population: 149648, - gdpTotal: 3128, - economy: `Developing`, - region: `Central America`, - status: `Dependency`, - longitude: -68.95, - latitude: 12.213, - gdpPerPerson: 20902, - rank: 190, - unemployment: 6, - oilProduction: 1, - birthRate: 7, - medianAge: 35, - electricity: 74665, - televisions: 89830, - publicDebt: 36, - internet: 55905 - }), - new WorldStatsItem( - { - code: `ABW`, - name: `Aruba`, - continent: `North America`, - population: 115120, - gdpTotal: 2516, - economy: `Developing`, - region: `Central America`, - status: `Dependency`, - longitude: -69.98, - latitude: 12.519, - gdpPerPerson: 21855, - rank: 191, - unemployment: 7, - oilProduction: 2356, - birthRate: 13, - medianAge: 38, - electricity: 770, - televisions: 20000, - publicDebt: 46, - internet: 24000 - }), - new WorldStatsItem( - { - code: `GRD`, - name: `Grenada`, - continent: `North America`, - population: 111724, - gdpTotal: 1511, - economy: `Developing`, - region: `Central America`, - status: `Country`, - longitude: -61.69, - latitude: 12.123, - gdpPerPerson: 13524, - rank: 192, - unemployment: 10, - oilProduction: 0, - birthRate: 10, - medianAge: 50, - electricity: 4992, - televisions: 58674, - publicDebt: 42, - internet: 33132 - }), - new WorldStatsItem( - { - code: `KIR`, - name: `Kiribati`, - continent: `Oceania`, - population: 108145, - gdpTotal: 211, - economy: `Least Developed`, - region: `Micronesia`, - status: `Country`, - longitude: -157.333, - latitude: 1.884, - gdpPerPerson: 1951, - rank: 193, - unemployment: 13, - oilProduction: 4, - birthRate: 9, - medianAge: 52, - electricity: 37081, - televisions: 52395, - publicDebt: 40, - internet: 36620 - }), - new WorldStatsItem( - { - code: `VIR`, - name: `U.S. Virgin Island`, - continent: `North America`, - population: 107268, - gdpTotal: 3792, - economy: `Developing`, - region: `Central America`, - status: `Dependency`, - longitude: -64.77, - latitude: 17.77, - gdpPerPerson: 35351, - rank: 194, - unemployment: 11, - oilProduction: 2, - birthRate: 12, - medianAge: 38, - electricity: 13387, - televisions: 77187, - publicDebt: 43, - internet: 40836 - }), - new WorldStatsItem( - { - code: `TON`, - name: `Tonga`, - continent: `Oceania`, - population: 106479, - gdpTotal: 557, - economy: `Developing`, - region: `Polynesia`, - status: `Country`, - longitude: -173.9, - latitude: -18.62, - gdpPerPerson: 5231, - rank: 195, - unemployment: 4, - oilProduction: 4, - birthRate: 5, - medianAge: 33, - electricity: 88735, - televisions: 30257, - publicDebt: 25, - internet: 71756 - }), - new WorldStatsItem( - { - code: `FSM`, - name: `Micronesia`, - continent: `Oceania`, - population: 104196, - gdpTotal: 314, - economy: `Developing`, - region: `Micronesia`, - status: `Country`, - longitude: 150.52, - latitude: 7.435, - gdpPerPerson: 3014, - rank: 196, - unemployment: 9, - oilProduction: 5, - birthRate: 5, - medianAge: 38, - electricity: 39068, - televisions: 45396, - publicDebt: 40, - internet: 29169 - }), - new WorldStatsItem( - { - code: `VCT`, - name: `St. Vin. and Gren.`, - continent: `North America`, - population: 102089, - gdpTotal: 1241, - economy: `Developing`, - region: `Central America`, - status: `Country`, - longitude: -61.17, - latitude: 13.239, - gdpPerPerson: 12156, - rank: 197, - unemployment: 10, - oilProduction: 5, - birthRate: 7, - medianAge: 30, - electricity: 39467, - televisions: 42804, - publicDebt: 9, - internet: 66754 - }), - new WorldStatsItem( - { - code: `JEY`, - name: `Jersey`, - continent: `Europe`, - population: 98840, - gdpTotal: 5080, - economy: `Developed`, - region: `Northern Europe`, - status: `Territory`, - longitude: -2.123, - latitude: 49.218, - gdpPerPerson: 51396, - rank: 198, - unemployment: 4, - oilProduction: 1, - birthRate: 18, - medianAge: 30, - electricity: 64261, - televisions: 52453, - publicDebt: 34, - internet: 3026 - }), - new WorldStatsItem( - { - code: `ATG`, - name: `Antigua and Barbuda`, - continent: `North America`, - population: 94731, - gdpTotal: 2171, - economy: `Developing`, - region: `Central America`, - status: `Country`, - longitude: -61.79, - latitude: 17.096, - gdpPerPerson: 22918, - rank: 199, - unemployment: 3, - oilProduction: 1, - birthRate: 5, - medianAge: 36, - electricity: 35849, - televisions: 75384, - publicDebt: 32, - internet: 6170 - }), - new WorldStatsItem( - { - code: `SYC`, - name: `Seychelles`, - continent: `Africa`, - population: 93920, - gdpTotal: 2608, - economy: `Developing`, - region: `Eastern Africa`, - status: `Country`, - longitude: 55.463, - latitude: -4.672, - gdpPerPerson: 27768, - rank: 200, - unemployment: 2, - oilProduction: 0, - birthRate: 16, - medianAge: 29, - electricity: 252, - televisions: 11000, - publicDebt: 92, - internet: 32000 - }), - new WorldStatsItem( - { - code: `IMN`, - name: `Isle of Man`, - continent: `Europe`, - population: 88815, - gdpTotal: 7428, - economy: `Developed`, - region: `Northern Europe`, - status: `Territory`, - longitude: -4.562, - latitude: 54.233, - gdpPerPerson: 83635, - rank: 201, - unemployment: 4, - oilProduction: 4, - birthRate: 14, - medianAge: 36, - electricity: 15745, - televisions: 25734, - publicDebt: 13, - internet: 2650 - }), - new WorldStatsItem( - { - code: `AND`, - name: `Andorra`, - continent: `Europe`, - population: 85702, - gdpTotal: 3327, - economy: `Developed`, - region: `Southern Europe`, - status: `Country`, - longitude: 1.578, - latitude: 42.539, - gdpPerPerson: 38821, - rank: 202, - unemployment: 11, - oilProduction: 3, - birthRate: 20, - medianAge: 50, - electricity: 56209, - televisions: 42797, - publicDebt: 33, - internet: 42006 - }), - new WorldStatsItem( - { - code: `MHL`, - name: `Marshall Islands`, - continent: `Oceania`, - population: 74539, - gdpTotal: 180, - economy: `Developing`, - region: `Micronesia`, - status: `Country`, - longitude: 169.3, - latitude: 8.484, - gdpPerPerson: 2415, - rank: 203, - unemployment: 3, - oilProduction: 3, - birthRate: 23, - medianAge: 42, - electricity: 78832, - televisions: 15193, - publicDebt: 44, - internet: 8536 - }), - new WorldStatsItem( - { - code: `DMA`, - name: `Dominica`, - continent: `North America`, - population: 73897, - gdpTotal: 812, - economy: `Developing`, - region: `Central America`, - status: `Country`, - longitude: -61.36, - latitude: 15.43, - gdpPerPerson: 10988, - rank: 204, - unemployment: 6, - oilProduction: 1, - birthRate: 13, - medianAge: 35, - electricity: 49809, - televisions: 17676, - publicDebt: 37, - internet: 2616 - }), - new WorldStatsItem( - { - code: `BMU`, - name: `Bermuda`, - continent: `North America`, - population: 70864, - gdpTotal: 5198, - economy: `Developed`, - region: `Northern America`, - status: `Dependency`, - longitude: -64.76, - latitude: 32.323, - gdpPerPerson: 73352, - rank: 205, - unemployment: 15, - oilProduction: 1, - birthRate: 21, - medianAge: 43, - electricity: 54728, - televisions: 16336, - publicDebt: 27, - internet: 41606 - }), - new WorldStatsItem( - { - code: `GGY`, - name: `Guernsey`, - continent: `Europe`, - population: 66502, - gdpTotal: 3465, - economy: `Developed`, - region: `Northern Europe`, - status: `Territory`, - longitude: -2.579, - latitude: 49.468, - gdpPerPerson: 52104, - rank: 206, - unemployment: 2, - oilProduction: 1, - birthRate: 25, - medianAge: 33, - electricity: 9806, - televisions: 24638, - publicDebt: 34, - internet: 29222 - }), - new WorldStatsItem( - { - code: `CYM`, - name: `Cayman Island`, - continent: `North America`, - population: 58441, - gdpTotal: 2507, - economy: `Emerging`, - region: `Central America`, - status: `Dependency`, - longitude: -81.25, - latitude: 19.343, - gdpPerPerson: 42898, - rank: 207, - unemployment: 12, - oilProduction: 3, - birthRate: 7, - medianAge: 35, - electricity: 70206, - televisions: 28885, - publicDebt: 21, - internet: 9332 - }), - new WorldStatsItem( - { - code: `GRL`, - name: `Greenland`, - continent: `North America`, - population: 57713, - gdpTotal: 2173, - economy: `Developed`, - region: `Northern America`, - status: `Dependency`, - longitude: -42.12, - latitude: 69.547, - gdpPerPerson: 37652, - rank: 208, - unemployment: 7, - oilProduction: 5, - birthRate: 19, - medianAge: 42, - electricity: 86090, - televisions: 43741, - publicDebt: 42, - internet: 11423 - }), - new WorldStatsItem( - { - code: `KNA`, - name: `St. Kitts and Nevis`, - continent: `North America`, - population: 52715, - gdpTotal: 1427, - economy: `Developing`, - region: `Central America`, - status: `Country`, - longitude: -62.77, - latitude: 17.351, - gdpPerPerson: 27070, - rank: 209, - unemployment: 5, - oilProduction: 2, - birthRate: 18, - medianAge: 40, - electricity: 65438, - televisions: 17719, - publicDebt: 11, - internet: 8543 - }), - new WorldStatsItem( - { - code: `TCA`, - name: `Turks and Caicos Is.`, - continent: `North America`, - population: 52570, - gdpTotal: 632, - economy: `Developing`, - region: `Central America`, - status: `Dependency`, - longitude: -71.96, - latitude: 21.913, - gdpPerPerson: 12022, - rank: 210, - unemployment: 6, - oilProduction: 0, - birthRate: 13, - medianAge: 42, - electricity: 51325, - televisions: 13109, - publicDebt: 13, - internet: 24564 - }), - new WorldStatsItem( - { - code: `MNP`, - name: `N. Mariana Island`, - continent: `Oceania`, - population: 52263, - gdpTotal: 682, - economy: `Developing`, - region: `Micronesia`, - status: `Dependency`, - longitude: 145.49, - latitude: 16.459, - gdpPerPerson: 13049, - rank: 211, - unemployment: 10, - oilProduction: 1, - birthRate: 9, - medianAge: 46, - electricity: 87386, - televisions: 13049, - publicDebt: 20, - internet: 5484 - }), - new WorldStatsItem( - { - code: `ASM`, - name: `American Samoa`, - continent: `Oceania`, - population: 51504, - gdpTotal: 711, - economy: `Developing`, - region: `Polynesia`, - status: `Dependency`, - longitude: -170.6, - latitude: -14.3, - gdpPerPerson: 13805, - rank: 212, - unemployment: 3, - oilProduction: 4, - birthRate: 13, - medianAge: 42, - electricity: 65918, - televisions: 18802, - publicDebt: 23, - internet: 14691 - }), - new WorldStatsItem( - { - code: `FRO`, - name: `Faeroe Island`, - continent: `Europe`, - population: 50730, - gdpTotal: 2001, - economy: `Developed`, - region: `Northern Europe`, - status: `Dependency`, - longitude: -6.857, - latitude: 62.178, - gdpPerPerson: 39444, - rank: 213, - unemployment: 15, - oilProduction: 2, - birthRate: 11, - medianAge: 46, - electricity: 55029, - televisions: 11762, - publicDebt: 13, - internet: 2412 - }), - new WorldStatsItem( - { - code: `SXM`, - name: `Sint Maarten`, - continent: `North America`, - population: 42083, - gdpTotal: 366, - economy: `Developing`, - region: `Central America`, - status: `Dependency`, - longitude: -63.06, - latitude: 18.044, - gdpPerPerson: 8697, - rank: 214, - unemployment: 14, - oilProduction: 4, - birthRate: 19, - medianAge: 50, - electricity: 17166, - televisions: 8474, - publicDebt: 33, - internet: 14309 - }), - new WorldStatsItem( - { - code: `LIE`, - name: `Liechtenstein`, - continent: `Europe`, - population: 38244, - gdpTotal: 4978, - economy: `Developed`, - region: `Western Europe`, - status: `Country`, - longitude: 9.545, - latitude: 47.164, - gdpPerPerson: 130164, - rank: 215, - unemployment: 11, - oilProduction: 3, - birthRate: 10, - medianAge: 55, - electricity: 80781, - televisions: 23104, - publicDebt: 21, - internet: 8159 - }), - new WorldStatsItem( - { - code: `VGB`, - name: `British Virgin Island`, - continent: `North America`, - population: 35015, - gdpTotal: 500, - economy: `Developed`, - region: `Central America`, - status: `Dependency`, - longitude: -64.6, - latitude: 18.44, - gdpPerPerson: 14280, - rank: 216, - unemployment: 13, - oilProduction: 2, - birthRate: 6, - medianAge: 51, - electricity: 47732, - televisions: 17777, - publicDebt: 7, - internet: 6238 - }), - new WorldStatsItem( - { - code: `SMR`, - name: `San Marino`, - continent: `Europe`, - population: 33537, - gdpTotal: 2023, - economy: `Developed`, - region: `Southern Europe`, - status: `Country`, - longitude: 12.456, - latitude: 43.942, - gdpPerPerson: 60321, - rank: 217, - unemployment: 10, - oilProduction: 0, - birthRate: 15, - medianAge: 48, - electricity: 21943, - televisions: 22355, - publicDebt: 34, - internet: 23505 - }), - new WorldStatsItem( - { - code: `MAF`, - name: `St. Martin`, - continent: `North America`, - population: 32125, - gdpTotal: 562, - economy: `Developing`, - region: `Central America`, - status: `Dependency`, - longitude: -63.06, - latitude: 18.092, - gdpPerPerson: 17494, - rank: 218, - unemployment: 15, - oilProduction: 5, - birthRate: 10, - medianAge: 34, - electricity: 76791, - televisions: 17592, - publicDebt: 43, - internet: 25032 - }), - new WorldStatsItem( - { - code: `MCO`, - name: `Monaco`, - continent: `Europe`, - population: 30645, - gdpTotal: 7672, - economy: `Developed`, - region: `Western Europe`, - status: `Country`, - longitude: 7.408, - latitude: 43.751, - gdpPerPerson: 250351, - rank: 219, - unemployment: 15, - oilProduction: 5, - birthRate: 18, - medianAge: 31, - electricity: 73517, - televisions: 10057, - publicDebt: 10, - internet: 18394 - }), - new WorldStatsItem( - { - code: `ALA`, - name: `Aland Islands`, - continent: `Europe`, - population: 27153, - gdpTotal: 1563, - economy: `Developed`, - region: `Northern Europe`, - status: `Territory`, - longitude: 20.065, - latitude: 60.209, - gdpPerPerson: 57563, - rank: 220, - unemployment: 14, - oilProduction: 3, - birthRate: 15, - medianAge: 54, - electricity: 69394, - televisions: 14696, - publicDebt: 19, - internet: 2736 - }), - new WorldStatsItem( - { - code: `PLW`, - name: `Palau`, - continent: `Oceania`, - population: 21431, - gdpTotal: 276, - economy: `Developing`, - region: `Micronesia`, - status: `Country`, - longitude: 134.63, - latitude: 7.532, - gdpPerPerson: 12879, - rank: 221, - unemployment: 8, - oilProduction: 1, - birthRate: 7, - medianAge: 39, - electricity: 88599, - televisions: 3019, - publicDebt: 8, - internet: 17075 - }), - new WorldStatsItem( - { - code: `AIA`, - name: `Anguilla`, - continent: `North America`, - population: 17087, - gdpTotal: 175, - economy: `Developing`, - region: `Central America`, - status: `Dependency`, - longitude: -63.07, - latitude: 18.221, - gdpPerPerson: 10242, - rank: 222, - unemployment: 9, - oilProduction: 1, - birthRate: 10, - medianAge: 49, - electricity: 68590, - televisions: 10632, - publicDebt: 40, - internet: 8703 - }), - new WorldStatsItem( - { - code: `WLF`, - name: `Wallis Island`, - continent: `Oceania`, - population: 15714, - gdpTotal: 60, - economy: `Developing`, - region: `Polynesia`, - status: `Dependency`, - longitude: -177.1, - latitude: -13.77, - gdpPerPerson: 3818, - rank: 223, - unemployment: 15, - oilProduction: 0, - birthRate: 0, - medianAge: 0, - electricity: 0, - televisions: 0, - publicDebt: 6, - internet: 900 - }), - new WorldStatsItem( - { - code: `NRU`, - name: `Nauru`, - continent: `Oceania`, - population: 9642, - gdpTotal: 151, - economy: `Developing`, - region: `Micronesia`, - status: `Country`, - longitude: 166.93, - latitude: -0.52, - gdpPerPerson: 15661, - rank: 224, - unemployment: 5, - oilProduction: 3, - birthRate: 17, - medianAge: 32, - electricity: 84092, - televisions: 1777, - publicDebt: 34, - internet: 4585 - }), - new WorldStatsItem( - { - code: `COK`, - name: `Cook Island`, - continent: `Oceania`, - population: 9290, - gdpTotal: 244, - economy: `Developing`, - region: `Polynesia`, - status: `Dependency`, - longitude: -159.7, - latitude: -21.21, - gdpPerPerson: 26265, - rank: 225, - unemployment: 15, - oilProduction: 1, - birthRate: 6, - medianAge: 45, - electricity: 41320, - televisions: 3712, - publicDebt: 24, - internet: 3555 - }), - new WorldStatsItem( - { - code: `SHN`, - name: `Saint Helena`, - continent: `Africa`, - population: 7828, - gdpTotal: 31, - economy: `Developing`, - region: `Western Africa`, - status: `Dependency`, - longitude: -10.03, - latitude: -11.94, - gdpPerPerson: 3960, - rank: 226, - unemployment: 13, - oilProduction: 1, - birthRate: 17, - medianAge: 48, - electricity: 84435, - televisions: 3812, - publicDebt: 15, - internet: 5530 - }), - new WorldStatsItem( - { - code: `BLM`, - name: `St. Barthalemy`, - continent: `North America`, - population: 7184, - gdpTotal: 255, - economy: `Developed`, - region: `Central America`, - status: `Dependency`, - longitude: -62.83, - latitude: 17.899, - gdpPerPerson: 35496, - rank: 227, - unemployment: 14, - oilProduction: 0, - birthRate: 23, - medianAge: 46, - electricity: 36112, - televisions: 4072, - publicDebt: 27, - internet: 5097 - }), - new WorldStatsItem( - { - code: `KAS`, - name: `Siachen Glacier`, - continent: `Asia`, - population: 6000, - gdpTotal: 15, - economy: `Developing`, - region: `Southern Asia`, - status: `Territory`, - longitude: 77.283, - latitude: 35.386, - gdpPerPerson: 2500, - rank: 228, - unemployment: 7, - oilProduction: 0, - birthRate: 9, - medianAge: 55, - electricity: 62932, - televisions: 936, - publicDebt: 14, - internet: 1303 - }), - new WorldStatsItem( - { - code: `SPM`, - name: `St. Pierre and Miquelon`, - continent: `North America`, - population: 5533, - gdpTotal: 215, - economy: `Developed`, - region: `Northern America`, - status: `Territory`, - longitude: -56.26, - latitude: 46.926, - gdpPerPerson: 38858, - rank: 229, - unemployment: 13, - oilProduction: 0, - birthRate: 13, - medianAge: 42, - electricity: 61277, - televisions: 2067, - publicDebt: 18, - internet: 2924 - }), - new WorldStatsItem( - { - code: `MSR`, - name: `Montserrat`, - continent: `North America`, - population: 5292, - gdpTotal: 44, - economy: `Developing`, - region: `Central America`, - status: `Dependency`, - longitude: -62.18, - latitude: 16.745, - gdpPerPerson: 8314, - rank: 230, - unemployment: 13, - oilProduction: 1, - birthRate: 12, - medianAge: 50, - electricity: 19088, - televisions: 1964, - publicDebt: 44, - internet: 4009 - }), - new WorldStatsItem( - { - code: `IOT`, - name: `British Indian Territory`, - continent: `Asia`, - population: 4000, - gdpTotal: 160, - economy: `Developed`, - region: `Southern Asia`, - status: `Dependency`, - longitude: 72.424, - latitude: -7.328, - gdpPerPerson: 40000, - rank: 232, - unemployment: 13, - oilProduction: 0, - birthRate: 6, - medianAge: 47, - electricity: 91829, - televisions: 1510, - publicDebt: 14, - internet: 1656 - }), - new WorldStatsItem( - { - code: `FLK`, - name: `Falkland Island`, - continent: `South America`, - population: 2931, - gdpTotal: 282, - economy: `Developed`, - region: `South America`, - status: `Dependency`, - longitude: -59.46, - latitude: -51.78, - gdpPerPerson: 96213, - rank: 233, - unemployment: 3, - oilProduction: 5, - birthRate: 9, - medianAge: 36, - electricity: 68007, - televisions: 1489, - publicDebt: 22, - internet: 1335 - }), - new WorldStatsItem( - { - code: `NFK`, - name: `Norfolk Island`, - continent: `Oceania`, - population: 2210, - gdpTotal: 33, - economy: `Developing`, - region: `Australia`, - status: `Dependency`, - longitude: 167.94, - latitude: -29.05, - gdpPerPerson: 14932, - rank: 234, - unemployment: 1, - oilProduction: 0, - birthRate: 15, - medianAge: 46, - electricity: 91943, - televisions: 583, - publicDebt: 41, - internet: 1183 - }), - new WorldStatsItem( - { - code: `NIU`, - name: `Niue`, - continent: `Oceania`, - population: 1626, - gdpTotal: 10, - economy: `Developing`, - region: `Polynesia`, - status: `Dependency`, - longitude: -169.8, - latitude: -19.05, - gdpPerPerson: 6150, - rank: 235, - unemployment: 15, - oilProduction: 4, - birthRate: 17, - medianAge: 51, - electricity: 16785, - televisions: 585, - publicDebt: 31, - internet: 1247 - }), + new WorldStatsItem({ code: `CHN`, name: `China`, continent: `Asia`, population: 1379302771, gdpTotal: 21140000, economy: `Emerging`, region: `Eastern Asia`, status: `Country`, longitude: 104.18, latitude: 35.887, gdpPerPerson: 15327, rank: 1, unemployment: 4, oilProduction: 3725000, birthRate: 14, medianAge: 34, electricity: 3256000, televisions: 400000000, publicDebt: 18, internet: 253000000 }), + new WorldStatsItem({ code: `IND`, name: `India`, continent: `Asia`, population: 1281935911, gdpTotal: 8721000, economy: `Emerging`, region: `Southern Asia`, status: `Country`, longitude: 78.022, latitude: 22.665, gdpPerPerson: 6803, rank: 2, unemployment: 7, oilProduction: 810000, birthRate: 22, medianAge: 25, electricity: 661600, televisions: 63000000, publicDebt: 58, internet: 80000000 }), + new WorldStatsItem({ code: `USA`, name: `United States`, continent: `North America`, population: 326625791, gdpTotal: 18560000, economy: `Developed`, region: `Northern America`, status: `Country`, longitude: -101.8, latitude: 39.818, gdpPerPerson: 56823, rank: 3, unemployment: 5, oilProduction: 7460000, birthRate: 14, medianAge: 37, electricity: 4062000, televisions: 219000000, publicDebt: 61, internet: 223000000 }), + new WorldStatsItem({ code: `IDN`, name: `Indonesia`, continent: `Asia`, population: 260580739, gdpTotal: 3028000, economy: `Emerging`, region: `Eastern Asia`, status: `Country`, longitude: 102.72, latitude: -2.698, gdpPerPerson: 11620, rank: 4, unemployment: 9, oilProduction: 837500, birthRate: 19, medianAge: 27, electricity: 125900, televisions: 13750000, publicDebt: 34, internet: 13000000 }), + new WorldStatsItem({ code: `BRA`, name: `Brazil`, continent: `South America`, population: 207353391, gdpTotal: 3081000, economy: `Emerging`, region: `South America`, status: `Country`, longitude: -48.88, latitude: -12.89, gdpPerPerson: 14859, rank: 5, unemployment: 9, oilProduction: 1797000, birthRate: 19, medianAge: 28, electricity: 396400, televisions: 36500000, publicDebt: 45, internet: 50000000 }), + new WorldStatsItem({ code: `PAK`, name: `Pakistan`, continent: `Asia`, population: 204924861, gdpTotal: 988200, economy: `Emerging`, region: `Southern Asia`, status: `Country`, longitude: 67.624, latitude: 28.421, gdpPerPerson: 4822, rank: 6, unemployment: 6, oilProduction: 62000, birthRate: 28, medianAge: 21, electricity: 89820, televisions: 3100000, publicDebt: 51, internet: 17500000 }), + new WorldStatsItem({ code: `NGA`, name: `Nigeria`, continent: `Africa`, population: 190632261, gdpTotal: 1089000, economy: `Emerging`, region: `Western Africa`, status: `Country`, longitude: 8.657, latitude: 9.075, gdpPerPerson: 5713, rank: 7, unemployment: 5, oilProduction: 2166000, birthRate: 37, medianAge: 19, electricity: 22530, televisions: 6900000, publicDebt: 14, internet: 10000000 }), + new WorldStatsItem({ code: `BGD`, name: `Bangladesh`, continent: `Asia`, population: 157826578, gdpTotal: 628400, economy: `Least Developed`, region: `Southern Asia`, status: `Country`, longitude: 89.935, latitude: 24.474, gdpPerPerson: 3982, rank: 8, unemployment: 3, oilProduction: 6746, birthRate: 29, medianAge: 23, electricity: 21350, televisions: 770000, publicDebt: 37, internet: 500000 }), + new WorldStatsItem({ code: `RUS`, name: `Russia`, continent: `Europe`, population: 142257519, gdpTotal: 3745000, economy: `Emerging`, region: `Eastern Europe`, status: `Country`, longitude: 42.379, latitude: 56.974, gdpPerPerson: 26325, rank: 9, unemployment: 6, oilProduction: 9870000, birthRate: 11, medianAge: 38, electricity: 1000000, televisions: 60500000, publicDebt: 6, internet: 30000000 }), + new WorldStatsItem({ code: `JPN`, name: `Japan`, continent: `Asia`, population: 126451398, gdpTotal: 4932000, economy: `Developed`, region: `Eastern Asia`, status: `Country`, longitude: 138.48, latitude: 36.519, gdpPerPerson: 39003, rank: 10, unemployment: 4, oilProduction: 125000, birthRate: 8, medianAge: 44, electricity: 1025000, televisions: 86500000, publicDebt: 170, internet: 88110000 }), + new WorldStatsItem({ code: `MEX`, name: `Mexico`, continent: `North America`, population: 124574795, gdpTotal: 2307000, economy: `Emerging`, region: `Central America`, status: `Country`, longitude: -102.5, latitude: 23.63, gdpPerPerson: 18519, rank: 11, unemployment: 4, oilProduction: 3083000, birthRate: 20, medianAge: 26, electricity: 222400, televisions: 25600000, publicDebt: 23, internet: 22812000 }), + new WorldStatsItem({ code: `ETH`, name: `Ethiopia`, continent: `Africa`, population: 105350020, gdpTotal: 174700, economy: `Least Developed`, region: `Eastern Africa`, status: `Country`, longitude: 40.489, latitude: 9.154, gdpPerPerson: 1658, rank: 12, unemployment: 5, oilProduction: 1, birthRate: 25, medianAge: 52, electricity: 60942, televisions: 66893500, publicDebt: 45, internet: 291000 }), + new WorldStatsItem({ code: `PHL`, name: `Philippines`, continent: `Asia`, population: 104256076, gdpTotal: 801900, economy: `Emerging`, region: `Eastern Asia`, status: `Country`, longitude: 121.4, latitude: 16.78, gdpPerPerson: 7692, rank: 13, unemployment: 7, oilProduction: 0, birthRate: 26, medianAge: 22, electricity: 53670, televisions: 3700000, publicDebt: 56, internet: 5300000 }), + new WorldStatsItem({ code: `EGY`, name: `Egypt`, continent: `Africa`, population: 97041072, gdpTotal: 1105000, economy: `Emerging`, region: `Middle East`, status: `Country`, longitude: 30.787, latitude: 26.825, gdpPerPerson: 11387, rank: 14, unemployment: 9, oilProduction: 665000, birthRate: 22, medianAge: 25, electricity: 102500, televisions: 7700000, publicDebt: 106, internet: 8620000 }), + new WorldStatsItem({ code: `VNM`, name: `Vietnam`, continent: `Asia`, population: 96160163, gdpTotal: 594900, economy: `Emerging`, region: `Eastern Asia`, status: `Country`, longitude: 108.46, latitude: 13.711, gdpPerPerson: 6187, rank: 15, unemployment: 4, oilProduction: 324000, birthRate: 16, medianAge: 27, electricity: 59010, televisions: 3570000, publicDebt: 42, internet: 17870000 }), + new WorldStatsItem({ code: `COD`, name: `Dem. Rep. Congo`, continent: `Africa`, population: 83301151, gdpTotal: 66010, economy: `Least Developed`, region: `Middle Africa`, status: `Country`, longitude: 21.738, latitude: -4.071, gdpPerPerson: 792, rank: 16, unemployment: 3, oilProduction: 4, birthRate: 13, medianAge: 41, electricity: 48913, televisions: 55942436, publicDebt: 16, internet: 8903936 }), + new WorldStatsItem({ code: `IRN`, name: `Iran`, continent: `Asia`, population: 82021564, gdpTotal: 1459000, economy: `Emerging`, region: `Middle East`, status: `Country`, longitude: 53.664, latitude: 32.435, gdpPerPerson: 17788, rank: 17, unemployment: 12, oilProduction: 3956000, birthRate: 17, medianAge: 26, electricity: 170400, televisions: 4610000, publicDebt: 17, internet: 23000000 }), + new WorldStatsItem({ code: `TUR`, name: `Turkey`, continent: `Asia`, population: 80845215, gdpTotal: 1670000, economy: `Emerging`, region: `Middle East`, status: `Country`, longitude: 35.243, latitude: 38.962, gdpPerPerson: 20657, rank: 18, unemployment: 10, oilProduction: 45460, birthRate: 16, medianAge: 29, electricity: 154200, televisions: 20900000, publicDebt: 39, internet: 13150000 }), + new WorldStatsItem({ code: `DEU`, name: `Germany`, continent: `Europe`, population: 80594017, gdpTotal: 3979000, economy: `Developed`, region: `Western Europe`, status: `Country`, longitude: 11.43, latitude: 52.237, gdpPerPerson: 49371, rank: 19, unemployment: 9, oilProduction: 141700, birthRate: 8, medianAge: 43, electricity: 579400, televisions: 51400000, publicDebt: 65, internet: 42500000 }), + new WorldStatsItem({ code: `THA`, name: `Thailand`, continent: `Asia`, population: 68414135, gdpTotal: 1161000, economy: `Emerging`, region: `Eastern Asia`, status: `Country`, longitude: 100.65, latitude: 15.345, gdpPerPerson: 16970, rank: 20, unemployment: 1, oilProduction: 310000, birthRate: 14, medianAge: 33, electricity: 124600, televisions: 15190000, publicDebt: 38, internet: 13416000 }), + new WorldStatsItem({ code: `FRA`, name: `France`, continent: `Europe`, population: 67106161, gdpTotal: 2699000, economy: `Developed`, region: `Western Europe`, status: `Country`, longitude: 2.267, latitude: 46.645, gdpPerPerson: 40220, rank: 21, unemployment: 12, oilProduction: 1, birthRate: 24, medianAge: 48, electricity: 63711, televisions: 43156970, publicDebt: 11, internet: 7012454 }), + new WorldStatsItem({ code: `GBR`, name: `United Kingdom`, continent: `Europe`, population: 64769452, gdpTotal: 2788000, economy: `Developed`, region: `Northern Europe`, status: `Country`, longitude: -1.233, latitude: 52.242, gdpPerPerson: 43045, rank: 22, unemployment: 5, oilProduction: 1636000, birthRate: 11, medianAge: 40, electricity: 372600, televisions: 30500000, publicDebt: 44, internet: 40200000 }), + new WorldStatsItem({ code: `ITA`, name: `Italy`, continent: `Europe`, population: 62137802, gdpTotal: 2221000, economy: `Developed`, region: `Southern Europe`, status: `Country`, longitude: 15.701, latitude: 40.885, gdpPerPerson: 35743, rank: 23, unemployment: 6, oilProduction: 164800, birthRate: 8, medianAge: 43, electricity: 278500, televisions: 30300000, publicDebt: 104, internet: 32000000 }), + new WorldStatsItem({ code: `MMR`, name: `Myanmar`, continent: `Asia`, population: 55123814, gdpTotal: 311100, economy: `Least Developed`, region: `Eastern Asia`, status: `Country`, longitude: 96.028, latitude: 21.509, gdpPerPerson: 5644, rank: 24, unemployment: 13, oilProduction: 4, birthRate: 24, medianAge: 37, electricity: 26955, televisions: 39322205, publicDebt: 18, internet: 30207772 }), + new WorldStatsItem({ code: `ZAF`, name: `South Africa`, continent: `Africa`, population: 54841552, gdpTotal: 739100, economy: `Emerging`, region: `Southern Africa`, status: `Country`, longitude: 22.489, latitude: -32.4, gdpPerPerson: 13477, rank: 25, unemployment: 24, oilProduction: 200000, birthRate: 20, medianAge: 24, electricity: 264000, televisions: 6000000, publicDebt: 31, internet: 5100000 }), + new WorldStatsItem({ code: `TZA`, name: `Tanzania`, continent: `Africa`, population: 53950935, gdpTotal: 150600, economy: `Least Developed`, region: `Eastern Africa`, status: `Country`, longitude: 34.894, latitude: -6.356, gdpPerPerson: 2791, rank: 26, unemployment: 6, oilProduction: 3, birthRate: 9, medianAge: 34, electricity: 10186, televisions: 35987980, publicDebt: 20, internet: 400000 }), + new WorldStatsItem({ code: `KOR`, name: `South Korea`, continent: `Asia`, population: 51181299, gdpTotal: 1929000, economy: `Emerging`, region: `Eastern Asia`, status: `Country`, longitude: 128.29, latitude: 36.399, gdpPerPerson: 37690, rank: 27, unemployment: 3, oilProduction: 17050, birthRate: 9, medianAge: 37, electricity: 403200, televisions: 15900000, publicDebt: 28, internet: 35590000 }), + new WorldStatsItem({ code: `ESP`, name: `Spain`, continent: `Europe`, population: 48958159, gdpTotal: 1690000, economy: `Developed`, region: `Southern Europe`, status: `Country`, longitude: -2.892, latitude: 40.569, gdpPerPerson: 34519, rank: 28, unemployment: 8, oilProduction: 29350, birthRate: 10, medianAge: 41, electricity: 270300, televisions: 16200000, publicDebt: 36, internet: 19690000 }), + new WorldStatsItem({ code: `COL`, name: `Colombia`, continent: `South America`, population: 47698524, gdpTotal: 688000, economy: `Developing`, region: `South America`, status: `Country`, longitude: -72.95, latitude: 4.099, gdpPerPerson: 14424, rank: 29, unemployment: 11, oilProduction: 531300, birthRate: 20, medianAge: 27, electricity: 50470, televisions: 4590000, publicDebt: 53, internet: 12100000 }), + new WorldStatsItem({ code: `KEN`, name: `Kenya`, continent: `Africa`, population: 47615739, gdpTotal: 152700, economy: `Emerging`, region: `Eastern Africa`, status: `Country`, longitude: 37.929, latitude: 0.4, gdpPerPerson: 3207, rank: 30, unemployment: 40, oilProduction: 0, birthRate: 38, medianAge: 19, electricity: 5502, televisions: 730000, publicDebt: 49, internet: 3000000 }), + new WorldStatsItem({ code: `ARG`, name: `Argentina`, continent: `South America`, population: 44293293, gdpTotal: 879400, economy: `Emerging`, region: `South America`, status: `Country`, longitude: -64.84, latitude: -33.07, gdpPerPerson: 19854, rank: 31, unemployment: 9, oilProduction: 730000, birthRate: 18, medianAge: 30, electricity: 101100, televisions: 7950000, publicDebt: 56, internet: 9309000 }), + new WorldStatsItem({ code: `UKR`, name: `Ukraine`, continent: `Europe`, population: 44033874, gdpTotal: 352600, economy: `Developing`, region: `Eastern Europe`, status: `Country`, longitude: 30.86, latitude: 49.723, gdpPerPerson: 8007, rank: 32, unemployment: 2, oilProduction: 90400, birthRate: 10, medianAge: 39, electricity: 192100, televisions: 18050000, publicDebt: 12, internet: 10000000 }), + new WorldStatsItem({ code: `DZA`, name: `Algeria`, continent: `Africa`, population: 40969443, gdpTotal: 609400, economy: `Developing`, region: `Northern Africa`, status: `Country`, longitude: 1.642, latitude: 28.04, gdpPerPerson: 14875, rank: 33, unemployment: 12, oilProduction: 1358000, birthRate: 17, medianAge: 26, electricity: 31910, televisions: 3100000, publicDebt: 18, internet: 3500000 }), + new WorldStatsItem({ code: `UGA`, name: `Uganda`, continent: `Africa`, population: 39570125, gdpTotal: 84930, economy: `Least Developed`, region: `Eastern Africa`, status: `Country`, longitude: 32.27, latitude: 1.375, gdpPerPerson: 2146, rank: 34, unemployment: 10, oilProduction: 1, birthRate: 10, medianAge: 32, electricity: 35388, televisions: 27867123, publicDebt: 21, internet: 2000000 }), + new WorldStatsItem({ code: `IRQ`, name: `Iraq`, continent: `Asia`, population: 39192111, gdpTotal: 596700, economy: `Developing`, region: `Middle East`, status: `Country`, longitude: 43.66, latitude: 33.218, gdpPerPerson: 15225, rank: 35, unemployment: 6, oilProduction: 0, birthRate: 20, medianAge: 44, electricity: 48545, televisions: 13178804, publicDebt: 40, internet: 9538092 }), + new WorldStatsItem({ code: `POL`, name: `Poland`, continent: `Europe`, population: 38476269, gdpTotal: 1052000, economy: `Developed`, region: `Eastern Europe`, status: `Country`, longitude: 20.073, latitude: 52.374, gdpPerPerson: 27342, rank: 36, unemployment: 13, oilProduction: 0, birthRate: 10, medianAge: 38, electricity: 146200, televisions: 13050000, publicDebt: 43, internet: 16000000 }), + new WorldStatsItem({ code: `SDN`, name: `Sudan`, continent: `Africa`, population: 37345935, gdpTotal: 176300, economy: `Developing`, region: `Northern Africa`, status: `Country`, longitude: 30.217, latitude: 15.434, gdpPerPerson: 4721, rank: 37, unemployment: 19, oilProduction: 484500, birthRate: 34, medianAge: 19, electricity: 3944, televisions: 2380000, publicDebt: 106, internet: 1500000 }), + new WorldStatsItem({ code: `CAN`, name: `Canada`, continent: `North America`, population: 35623680, gdpTotal: 1674000, economy: `Developed`, region: `Northern America`, status: `Country`, longitude: -108, latitude: 55.855, gdpPerPerson: 46991, rank: 38, unemployment: 6, oilProduction: 3310000, birthRate: 10, medianAge: 40, electricity: 609600, televisions: 21500000, publicDebt: 64, internet: 28000000 }), + new WorldStatsItem({ code: `AFG`, name: `Afghanistan`, continent: `Asia`, population: 34124811, gdpTotal: 64080, economy: `Least Developed`, region: `Southern Asia`, status: `Country`, longitude: 66.041, latitude: 33.977, gdpPerPerson: 1878, rank: 39, unemployment: 9, oilProduction: 2, birthRate: 15, medianAge: 39, electricity: 64532, televisions: 15374294, publicDebt: 25, internet: 18662148 }), + new WorldStatsItem({ code: `MAR`, name: `Morocco`, continent: `Africa`, population: 33986655, gdpTotal: 282800, economy: `Developing`, region: `Northern Africa`, status: `Country`, longitude: -5.707, latitude: 32.104, gdpPerPerson: 8321, rank: 40, unemployment: 10, oilProduction: 300, birthRate: 21, medianAge: 25, electricity: 21370, televisions: 3100000, publicDebt: 67, internet: 7300000 }), + new WorldStatsItem({ code: `MYS`, name: `Malaysia`, continent: `Asia`, population: 31381992, gdpTotal: 863000, economy: `Developing`, region: `Eastern Asia`, status: `Country`, longitude: 101.72, latitude: 4.89, gdpPerPerson: 27500, rank: 41, unemployment: 3, oilProduction: 757500, birthRate: 22, medianAge: 25, electricity: 82360, televisions: 10800000, publicDebt: 42, internet: 15868000 }), + new WorldStatsItem({ code: `VEN`, name: `Venezuela`, continent: `South America`, population: 31304016, gdpTotal: 468600, economy: `Emerging`, region: `South America`, status: `Country`, longitude: -64.78, latitude: 6.695, gdpPerPerson: 14969, rank: 42, unemployment: 9, oilProduction: 2398000, birthRate: 21, medianAge: 25, electricity: 99200, televisions: 4100000, publicDebt: 19, internet: 5720000 }), + new WorldStatsItem({ code: `PER`, name: `Peru`, continent: `South America`, population: 31036656, gdpTotal: 410400, economy: `Emerging`, region: `South America`, status: `Country`, longitude: -73.82, latitude: -12.89, gdpPerPerson: 13223, rank: 43, unemployment: 7, oilProduction: 119000, birthRate: 20, medianAge: 26, electricity: 24970, televisions: 3060000, publicDebt: 29, internet: 7636000 }), + new WorldStatsItem({ code: `UZB`, name: `Uzbekistan`, continent: `Asia`, population: 29748859, gdpTotal: 202300, economy: `Developing`, region: `Central Asia`, status: `Country`, longitude: 63.288, latitude: 42.338, gdpPerPerson: 6800, rank: 44, unemployment: 1, oilProduction: 109400, birthRate: 18, medianAge: 24, electricity: 49000, televisions: 6400000, publicDebt: 19, internet: 1200000 }), + new WorldStatsItem({ code: `NPL`, name: `Nepal`, continent: `Asia`, population: 29384297, gdpTotal: 71520, economy: `Least Developed`, region: `Southern Asia`, status: `Country`, longitude: 82.328, latitude: 28.843, gdpPerPerson: 2434, rank: 45, unemployment: 5, oilProduction: 3, birthRate: 18, medianAge: 34, electricity: 68842, televisions: 21075997, publicDebt: 16, internet: 7780693 }), + new WorldStatsItem({ code: `AGO`, name: `Angola`, continent: `Africa`, population: 29310273, gdpTotal: 189000, economy: `Least Developed`, region: `Middle Africa`, status: `Country`, longitude: 18.097, latitude: -12.37, gdpPerPerson: 6448, rank: 46, unemployment: 14, oilProduction: 0, birthRate: 15, medianAge: 38, electricity: 25890, televisions: 21283158, publicDebt: 12, internet: 100000 }), + new WorldStatsItem({ code: `SAU`, name: `Saudi Arabia`, continent: `Asia`, population: 28571770, gdpTotal: 1731000, economy: `Developed`, region: `Middle East`, status: `Country`, longitude: 45.129, latitude: 24.248, gdpPerPerson: 60584, rank: 47, unemployment: 13, oilProduction: 11000000, birthRate: 29, medianAge: 22, electricity: 165600, televisions: 5100000, publicDebt: 24, internet: 6200000 }), + new WorldStatsItem({ code: `YEM`, name: `Yemen`, continent: `Asia`, population: 28036829, gdpTotal: 73450, economy: `Least Developed`, region: `Middle East`, status: `Country`, longitude: 48.53, latitude: 15.658, gdpPerPerson: 2620, rank: 48, unemployment: 35, oilProduction: 339200, birthRate: 42, medianAge: 17, electricity: 4456, televisions: 470000, publicDebt: 34, internet: 320000 }), + new WorldStatsItem({ code: `GHA`, name: `Ghana`, continent: `Africa`, population: 27499924, gdpTotal: 120800, economy: `Developing`, region: `Western Africa`, status: `Country`, longitude: -0.893, latitude: 8.607, gdpPerPerson: 4393, rank: 49, unemployment: 11, oilProduction: 700, birthRate: 29, medianAge: 20, electricity: 7042, televisions: 1900000, publicDebt: 59, internet: 650000 }), + new WorldStatsItem({ code: `MOZ`, name: `Mozambique`, continent: `Africa`, population: 26573706, gdpTotal: 35010, economy: `Least Developed`, region: `Eastern Africa`, status: `Country`, longitude: 38.075, latitude: -15.41, gdpPerPerson: 1317, rank: 50, unemployment: 21, oilProduction: 0, birthRate: 38, medianAge: 17, electricity: 13170, televisions: 67600, publicDebt: 22, internet: 200000 }), + new WorldStatsItem({ code: `PRK`, name: `North Korea`, continent: `Asia`, population: 25248140, gdpTotal: 40000, economy: `Least Developed`, region: `Eastern Asia`, status: `Country`, longitude: 127.01, latitude: 40.333, gdpPerPerson: 1584, rank: 51, unemployment: 13, oilProduction: 0, birthRate: 23, medianAge: 55, electricity: 35619, televisions: 16501842, publicDebt: 30, internet: 2340760 }), + new WorldStatsItem({ code: `MDG`, name: `Madagascar`, continent: `Africa`, population: 25054161, gdpTotal: 36860, economy: `Least Developed`, region: `Eastern Africa`, status: `Country`, longitude: 46.87, latitude: -18.82, gdpPerPerson: 1471, rank: 52, unemployment: 15, oilProduction: 0, birthRate: 20, medianAge: 36, electricity: 86068, televisions: 9470858, publicDebt: 31, internet: 1407981 }), + new WorldStatsItem({ code: `CMR`, name: `Cameroon`, continent: `Africa`, population: 24994885, gdpTotal: 77240, economy: `Developing`, region: `Middle Africa`, status: `Country`, longitude: 12.451, latitude: 4.365, gdpPerPerson: 3090, rank: 53, unemployment: 30, oilProduction: 85300, birthRate: 35, medianAge: 19, electricity: 4090, televisions: 450000, publicDebt: 16, internet: 370000 }), + new WorldStatsItem({ code: `CIV`, name: `Ivory Coast`, continent: `Africa`, population: 24184810, gdpTotal: 87120, economy: `Developing`, region: `Western Africa`, status: `Country`, longitude: -5.555, latitude: 7.538, gdpPerPerson: 3602, rank: 54, unemployment: 3, oilProduction: 1, birthRate: 17, medianAge: 55, electricity: 49302, televisions: 9034402, publicDebt: 75, internet: 300000 }), + new WorldStatsItem({ code: `TWN`, name: `Taiwan`, continent: `Asia`, population: 23508428, gdpTotal: 1127000, economy: `Developed`, region: `Eastern Asia`, status: `Country`, longitude: 120.96, latitude: 23.636, gdpPerPerson: 47940, rank: 55, unemployment: 4, oilProduction: 600, birthRate: 9, medianAge: 36, electricity: 235000, televisions: 8800000, publicDebt: 28, internet: 14760000 }), + new WorldStatsItem({ code: `AUS`, name: `Australia`, continent: `Oceania`, population: 23232413, gdpTotal: 1189000, economy: `Developed`, region: `Australia`, status: `Country`, longitude: 135.87, latitude: -25.63, gdpPerPerson: 51178, rank: 56, unemployment: 4, oilProduction: 540000, birthRate: 13, medianAge: 37, electricity: 236700, televisions: 10150000, publicDebt: 16, internet: 11240000 }), + new WorldStatsItem({ code: `LKA`, name: `Sri Lanka`, continent: `Asia`, population: 22409381, gdpTotal: 236700, economy: `Developing`, region: `Southern Asia`, status: `Country`, longitude: 80.792, latitude: 7.881, gdpPerPerson: 10563, rank: 57, unemployment: 6, oilProduction: 0, birthRate: 17, medianAge: 30, electricity: 8411, televisions: 1530000, publicDebt: 86, internet: 771700 }), + new WorldStatsItem({ code: `ROU`, name: `Romania`, continent: `Europe`, population: 21529967, gdpTotal: 441000, economy: `Developed`, region: `Eastern Europe`, status: `Country`, longitude: 24.974, latitude: 45.967, gdpPerPerson: 20483, rank: 58, unemployment: 4, oilProduction: 115000, birthRate: 11, medianAge: 37, electricity: 60520, televisions: 5250000, publicDebt: 13, internet: 12000000 }), + new WorldStatsItem({ code: `BFA`, name: `Burkina Faso`, continent: `Africa`, population: 20107509, gdpTotal: 32990, economy: `Least Developed`, region: `Western Africa`, status: `Country`, longitude: -1.567, latitude: 12.251, gdpPerPerson: 1641, rank: 59, unemployment: 4, oilProduction: 5, birthRate: 21, medianAge: 30, electricity: 82658, televisions: 7478745, publicDebt: 14, internet: 5896530 }), + new WorldStatsItem({ code: `NER`, name: `Niger`, continent: `Africa`, population: 19245344, gdpTotal: 20150, economy: `Least Developed`, region: `Northern Africa`, status: `Country`, longitude: 10.845, latitude: 17.92, gdpPerPerson: 1047, rank: 60, unemployment: 9, oilProduction: 5, birthRate: 18, medianAge: 53, electricity: 10652, televisions: 8203307, publicDebt: 17, internet: 157021 }), + new WorldStatsItem({ code: `MWI`, name: `Malawi`, continent: `Africa`, population: 19196246, gdpTotal: 21200, economy: `Least Developed`, region: `Eastern Africa`, status: `Country`, longitude: 34.282, latitude: -13.26, gdpPerPerson: 1104, rank: 61, unemployment: 12, oilProduction: 3, birthRate: 12, medianAge: 51, electricity: 20676, televisions: 4938675, publicDebt: 51, internet: 139500 }), + new WorldStatsItem({ code: `KAZ`, name: `Kazakhstan`, continent: `Asia`, population: 18556698, gdpTotal: 460700, economy: `Developing`, region: `Central Asia`, status: `Country`, longitude: 66.966, latitude: 47.999, gdpPerPerson: 24827, rank: 62, unemployment: 7, oilProduction: 1355000, birthRate: 16, medianAge: 29, electricity: 76340, televisions: 3880000, publicDebt: 8, internet: 1901000 }), + new WorldStatsItem({ code: `SYR`, name: `Syria`, continent: `Asia`, population: 18028549, gdpTotal: 50280, economy: `Developing`, region: `Middle East`, status: `Country`, longitude: 39.062, latitude: 34.807, gdpPerPerson: 2789, rank: 63, unemployment: 9, oilProduction: 379000, birthRate: 27, medianAge: 21, electricity: 153200, televisions: 1050000, publicDebt: 38, internet: 3470000 }), + new WorldStatsItem({ code: `MLI`, name: `Mali`, continent: `Africa`, population: 17885245, gdpTotal: 38090, economy: `Least Developed`, region: `Western Africa`, status: `Country`, longitude: -1.496, latitude: 17.867, gdpPerPerson: 2130, rank: 64, unemployment: 4, oilProduction: 4, birthRate: 21, medianAge: 46, electricity: 72483, televisions: 4783188, publicDebt: 38, internet: 8619386 }), + new WorldStatsItem({ code: `CHL`, name: `Chile`, continent: `South America`, population: 17789267, gdpTotal: 436100, economy: `Emerging`, region: `South America`, status: `Country`, longitude: -69.11, latitude: -23.36, gdpPerPerson: 24515, rank: 65, unemployment: 7, oilProduction: 15100, birthRate: 15, medianAge: 31, electricity: 47600, televisions: 3150000, publicDebt: 4, internet: 557000 }), + new WorldStatsItem({ code: `NLD`, name: `Netherlands`, continent: `Europe`, population: 17084719, gdpTotal: 870800, economy: `Developed`, region: `Western Europe`, status: `Country`, longitude: 6.272, latitude: 52.971, gdpPerPerson: 50970, rank: 66, unemployment: 5, oilProduction: 76000, birthRate: 11, medianAge: 40, electricity: 94340, televisions: 8100000, publicDebt: 46, internet: 15000000 }), + new WorldStatsItem({ code: `ECU`, name: `Ecuador`, continent: `South America`, population: 16290913, gdpTotal: 182400, economy: `Developing`, region: `South America`, status: `Country`, longitude: -77.98, latitude: -1.291, gdpPerPerson: 11196, rank: 67, unemployment: 9, oilProduction: 511100, birthRate: 22, medianAge: 24, electricity: 12940, televisions: 2500000, publicDebt: 33, internet: 1549000 }), + new WorldStatsItem({ code: `KHM`, name: `Cambodia`, continent: `Asia`, population: 16204486, gdpTotal: 58940, economy: `Least Developed`, region: `Eastern Asia`, status: `Country`, longitude: 104.96, latitude: 12.558, gdpPerPerson: 3637, rank: 68, unemployment: 15, oilProduction: 1, birthRate: 17, medianAge: 50, electricity: 45509, televisions: 2489832, publicDebt: 22, internet: 11512560 }), + new WorldStatsItem({ code: `ZMB`, name: `Zambia`, continent: `Africa`, population: 15972000, gdpTotal: 65170, economy: `Least Developed`, region: `Eastern Africa`, status: `Country`, longitude: 26.301, latitude: -14.3, gdpPerPerson: 4080, rank: 69, unemployment: 50, oilProduction: 150, birthRate: 41, medianAge: 17, electricity: 8850, televisions: 277000, publicDebt: 28, internet: 500000 }), + new WorldStatsItem({ code: `GTM`, name: `Guatemala`, continent: `North America`, population: 15460732, gdpTotal: 131800, economy: `Developing`, region: `Central America`, status: `Country`, longitude: -90.4, latitude: 15.225, gdpPerPerson: 8525, rank: 70, unemployment: 3, oilProduction: 13000, birthRate: 29, medianAge: 19, electricity: 7281, televisions: 1323000, publicDebt: 21, internet: 1320000 }), + new WorldStatsItem({ code: `SEN`, name: `Senegal`, continent: `Africa`, population: 14668522, gdpTotal: 39720, economy: `Least Developed`, region: `Western Africa`, status: `Country`, longitude: -14.76, latitude: 15.47, gdpPerPerson: 2708, rank: 71, unemployment: 48, oilProduction: 0, birthRate: 37, medianAge: 19, electricity: 2159, televisions: 361000, publicDebt: 23, internet: 820000 }), + new WorldStatsItem({ code: `ZWE`, name: `Zimbabwe`, continent: `Africa`, population: 13805084, gdpTotal: 28330, economy: `Emerging`, region: `Eastern Africa`, status: `Country`, longitude: 29.115, latitude: -19.02, gdpPerPerson: 2052, rank: 72, unemployment: 80, oilProduction: 0, birthRate: 32, medianAge: 18, electricity: 9950, televisions: 370000, publicDebt: 218, internet: 1351000 }), + new WorldStatsItem({ code: `SSD`, name: `South Sudan`, continent: `Africa`, population: 13026129, gdpTotal: 20880, economy: `Least Developed`, region: `Eastern Africa`, status: `Country`, longitude: 29.708, latitude: 7.857, gdpPerPerson: 1603, rank: 73, unemployment: 11, oilProduction: 5, birthRate: 8, medianAge: 43, electricity: 41476, televisions: 7716253, publicDebt: 41, internet: 4569804 }), + new WorldStatsItem({ code: `GIN`, name: `Guinea`, continent: `Africa`, population: 12413867, gdpTotal: 16080, economy: `Least Developed`, region: `Western Africa`, status: `Country`, longitude: -9.522, latitude: 10.478, gdpPerPerson: 1295, rank: 74, unemployment: 15, oilProduction: 4, birthRate: 5, medianAge: 49, electricity: 15826, televisions: 6262180, publicDebt: 32, internet: 6439493 }), + new WorldStatsItem({ code: `TCD`, name: `Chad`, continent: `Africa`, population: 12075985, gdpTotal: 30590, economy: `Least Developed`, region: `Northern Africa`, status: `Country`, longitude: 18.716, latitude: 15.46, gdpPerPerson: 2533, rank: 75, unemployment: 15, oilProduction: 2, birthRate: 25, medianAge: 46, electricity: 57747, televisions: 8629897, publicDebt: 33, internet: 6531943 }), + new WorldStatsItem({ code: `RWA`, name: `Rwanda`, continent: `Africa`, population: 11901484, gdpTotal: 21970, economy: `Least Developed`, region: `Eastern Africa`, status: `Country`, longitude: 29.867, latitude: -1.936, gdpPerPerson: 1846, rank: 76, unemployment: 14, oilProduction: 0, birthRate: 23, medianAge: 51, electricity: 51710, televisions: 1363647, publicDebt: 36, internet: 2425128 }), + new WorldStatsItem({ code: `BEL`, name: `Belgium`, continent: `Europe`, population: 11491346, gdpTotal: 508600, economy: `Developed`, region: `Western Europe`, status: `Country`, longitude: 4.605, latitude: 50.911, gdpPerPerson: 44259, rank: 77, unemployment: 8, oilProduction: 9000, birthRate: 10, medianAge: 41, electricity: 80840, televisions: 4720000, publicDebt: 85, internet: 5220000 }), + new WorldStatsItem({ code: `BDI`, name: `Burundi`, continent: `Africa`, population: 11466756, gdpTotal: 7892, economy: `Least Developed`, region: `Eastern Africa`, status: `Country`, longitude: 29.913, latitude: -3.384, gdpPerPerson: 688, rank: 78, unemployment: 12, oilProduction: 3, birthRate: 16, medianAge: 35, electricity: 43850, televisions: 2920735, publicDebt: 20, internet: 3908915 }), + new WorldStatsItem({ code: `TUN`, name: `Tunisia`, continent: `Africa`, population: 11403800, gdpTotal: 130800, economy: `Developing`, region: `Northern Africa`, status: `Country`, longitude: 9.516, latitude: 33.785, gdpPerPerson: 11470, rank: 79, unemployment: 14, oilProduction: 76900, birthRate: 16, medianAge: 29, electricity: 12850, televisions: 920000, publicDebt: 55, internet: 1722000 }), + new WorldStatsItem({ code: `CUB`, name: `Cuba`, continent: `North America`, population: 11147407, gdpTotal: 132900, economy: `Emerging`, region: `Central America`, status: `Country`, longitude: -80.54, latitude: 22.567, gdpPerPerson: 11922, rank: 80, unemployment: 2, oilProduction: 58300, birthRate: 11, medianAge: 37, electricity: 16450, televisions: 2640000, publicDebt: 37, internet: 1310000 }), + new WorldStatsItem({ code: `BOL`, name: `Bolivia`, continent: `South America`, population: 11138234, gdpTotal: 78350, economy: `Emerging`, region: `South America`, status: `Country`, longitude: -63.57, latitude: -16.3, gdpPerPerson: 7034, rank: 81, unemployment: 8, oilProduction: 46470, birthRate: 22, medianAge: 23, electricity: 5293, televisions: 900000, publicDebt: 46, internet: 1000000 }), + new WorldStatsItem({ code: `BEN`, name: `Benin`, continent: `Africa`, population: 11038805, gdpTotal: 24310, economy: `Least Developed`, region: `Western Africa`, status: `Country`, longitude: 2.704, latitude: 10.535, gdpPerPerson: 2202, rank: 82, unemployment: 2, oilProduction: 0, birthRate: 25, medianAge: 40, electricity: 13145, televisions: 7167916, publicDebt: 34, internet: 8520122 }), + new WorldStatsItem({ code: `PRT`, name: `Portugal`, continent: `Europe`, population: 10839514, gdpTotal: 297100, economy: `Developed`, region: `Southern Europe`, status: `Country`, longitude: -7.757, latitude: 40.815, gdpPerPerson: 27409, rank: 83, unemployment: 8, oilProduction: 9500, birthRate: 10, medianAge: 39, electricity: 49040, televisions: 3310000, publicDebt: 64, internet: 3549000 }), + new WorldStatsItem({ code: `GRC`, name: `Greece`, continent: `Europe`, population: 10768477, gdpTotal: 290500, economy: `Developed`, region: `Southern Europe`, status: `Country`, longitude: 21.871, latitude: 39.558, gdpPerPerson: 26977, rank: 84, unemployment: 8, oilProduction: 5687, birthRate: 10, medianAge: 42, electricity: 56130, televisions: 2540000, publicDebt: 90, internet: 2540000 }), + new WorldStatsItem({ code: `DOM`, name: `Dominican Republic`, continent: `North America`, population: 10734247, gdpTotal: 161900, economy: `Developing`, region: `Central America`, status: `Country`, longitude: -70.17, latitude: 18.775, gdpPerPerson: 15083, rank: 85, unemployment: 16, oilProduction: 12, birthRate: 23, medianAge: 25, electricity: 12220, televisions: 770000, publicDebt: 41, internet: 1677000 }), + new WorldStatsItem({ code: `CZE`, name: `Czechia`, continent: `Europe`, population: 10674723, gdpTotal: 350900, economy: `Developed`, region: `Eastern Europe`, status: `Country`, longitude: 15.461, latitude: 49.807, gdpPerPerson: 32872, rank: 86, unemployment: 7, oilProduction: 18030, birthRate: 9, medianAge: 40, electricity: 77380, televisions: 3405834, publicDebt: 26, internet: 4400000 }), + new WorldStatsItem({ code: `HTI`, name: `Haiti`, continent: `North America`, population: 10646714, gdpTotal: 19340, economy: `Least Developed`, region: `Central America`, status: `Country`, longitude: -72.23, latitude: 19.342, gdpPerPerson: 1817, rank: 87, unemployment: 15, oilProduction: 2, birthRate: 9, medianAge: 52, electricity: 12871, televisions: 4329511, publicDebt: 25, internet: 4777792 }), + new WorldStatsItem({ code: `JOR`, name: `Jordan`, continent: `Asia`, population: 10248069, gdpTotal: 86190, economy: `Developing`, region: `Middle East`, status: `Country`, longitude: 38.125, latitude: 32.309, gdpPerPerson: 8410, rank: 88, unemployment: 14, oilProduction: 0, birthRate: 20, medianAge: 24, electricity: 9074, televisions: 500000, publicDebt: 72, internet: 1127000 }), + new WorldStatsItem({ code: `AZE`, name: `Azerbaijan`, continent: `Asia`, population: 9961396, gdpTotal: 167900, economy: `Developing`, region: `Middle East`, status: `Country`, longitude: 48.401, latitude: 40.344, gdpPerPerson: 16855, rank: 89, unemployment: 1, oilProduction: 934700, birthRate: 18, medianAge: 28, electricity: 23800, televisions: 170000, publicDebt: 7, internet: 1036000 }), + new WorldStatsItem({ code: `SWE`, name: `Sweden`, continent: `Europe`, population: 9960487, gdpTotal: 498100, economy: `Developed`, region: `Northern Europe`, status: `Country`, longitude: 17.594, latitude: 64.621, gdpPerPerson: 50008, rank: 90, unemployment: 6, oilProduction: 2350, birthRate: 10, medianAge: 41, electricity: 153200, televisions: 4600000, publicDebt: 42, internet: 7000000 }), + new WorldStatsItem({ code: `HUN`, name: `Hungary`, continent: `Europe`, population: 9850845, gdpTotal: 267600, economy: `Developed`, region: `Eastern Europe`, status: `Country`, longitude: 19.485, latitude: 47.153, gdpPerPerson: 27165, rank: 91, unemployment: 7, oilProduction: 42180, birthRate: 10, medianAge: 39, electricity: 33690, televisions: 4420000, publicDebt: 67, internet: 4200000 }), + new WorldStatsItem({ code: `BLR`, name: `Belarus`, continent: `Europe`, population: 9549747, gdpTotal: 165400, economy: `Developing`, region: `Eastern Europe`, status: `Country`, longitude: 27.943, latitude: 53.705, gdpPerPerson: 17320, rank: 92, unemployment: 15, oilProduction: 5, birthRate: 7, medianAge: 33, electricity: 84070, televisions: 3348094, publicDebt: 6, internet: 3754027 }), + new WorldStatsItem({ code: `HND`, name: `Honduras`, continent: `North America`, population: 9038741, gdpTotal: 43190, economy: `Developing`, region: `Central America`, status: `Country`, longitude: -86.74, latitude: 14.889, gdpPerPerson: 4778, rank: 93, unemployment: 28, oilProduction: 0, birthRate: 27, medianAge: 20, electricity: 5339, televisions: 570000, publicDebt: 24, internet: 344100 }), + new WorldStatsItem({ code: `AUT`, name: `Austria`, continent: `Europe`, population: 8754413, gdpTotal: 416600, economy: `Developed`, region: `Western Europe`, status: `Country`, longitude: 14.987, latitude: 47.624, gdpPerPerson: 47587, rank: 94, unemployment: 4, oilProduction: 23320, birthRate: 9, medianAge: 42, electricity: 61020, televisions: 10150000, publicDebt: 59, internet: 4277000 }), + new WorldStatsItem({ code: `TJK`, name: `Tajikistan`, continent: `Asia`, population: 8468555, gdpTotal: 25810, economy: `Developing`, region: `Central Asia`, status: `Country`, longitude: 71.234, latitude: 38.86, gdpPerPerson: 3048, rank: 95, unemployment: 11, oilProduction: 5, birthRate: 8, medianAge: 44, electricity: 56534, televisions: 6542566, publicDebt: 44, internet: 4521889 }), + new WorldStatsItem({ code: `ISR`, name: `Israel`, continent: `Asia`, population: 8299706, gdpTotal: 297000, economy: `Developed`, region: `Middle East`, status: `Country`, longitude: 34.977, latitude: 30.748, gdpPerPerson: 35784, rank: 96, unemployment: 7, oilProduction: 100, birthRate: 20, medianAge: 29, electricity: 46850, televisions: 1690000, publicDebt: 81, internet: 2000000 }), + new WorldStatsItem({ code: `CHE`, name: `Switzerland`, continent: `Europe`, population: 8236303, gdpTotal: 496300, economy: `Developed`, region: `Western Europe`, status: `Country`, longitude: 7.865, latitude: 46.729, gdpPerPerson: 60258, rank: 97, unemployment: 3, oilProduction: 3202, birthRate: 10, medianAge: 41, electricity: 56100, televisions: 3310000, publicDebt: 44, internet: 4610000 }), + new WorldStatsItem({ code: `TGO`, name: `Togo`, continent: `Africa`, population: 7965055, gdpTotal: 11610, economy: `Least Developed`, region: `Western Africa`, status: `Country`, longitude: 1.146, latitude: 6.799, gdpPerPerson: 1458, rank: 98, unemployment: 3, oilProduction: 4, birthRate: 9, medianAge: 37, electricity: 28181, televisions: 2309082, publicDebt: 41, internet: 789456 }), + new WorldStatsItem({ code: `SOM`, name: `Somalia`, continent: `Africa`, population: 7531386, gdpTotal: 4719, economy: `Least Developed`, region: `Eastern Africa`, status: `Country`, longitude: 44.134, latitude: 3.077, gdpPerPerson: 627, rank: 99, unemployment: 2, oilProduction: 4, birthRate: 12, medianAge: 50, electricity: 29272, televisions: 1648650, publicDebt: 22, internet: 3227211 }), + new WorldStatsItem({ code: `HKG`, name: `Hong Kong`, continent: `Asia`, population: 7191503, gdpTotal: 427400, economy: `Developing`, region: `Eastern Asia`, status: `Dependency`, longitude: 114.08, latitude: 22.38, gdpPerPerson: 59431, rank: 100, unemployment: 3, oilProduction: 0, birthRate: 8, medianAge: 55, electricity: 86792, televisions: 4084025, publicDebt: 35, internet: 3907543 }), + new WorldStatsItem({ code: `LAO`, name: `Laos`, continent: `Asia`, population: 7126706, gdpTotal: 40960, economy: `Least Developed`, region: `Eastern Asia`, status: `Country`, longitude: 102.36, latitude: 20.171, gdpPerPerson: 5747, rank: 101, unemployment: 8, oilProduction: 0, birthRate: 6, medianAge: 34, electricity: 7093, televisions: 4503172, publicDebt: 19, internet: 5426041 }), + new WorldStatsItem({ code: `SRB`, name: `Serbia`, continent: `Europe`, population: 7111024, gdpTotal: 101800, economy: `Developing`, region: `Southern Europe`, status: `Country`, longitude: 20.908, latitude: 44.206, gdpPerPerson: 14316, rank: 102, unemployment: 5, oilProduction: 4, birthRate: 13, medianAge: 48, electricity: 30150, televisions: 1316607, publicDebt: 17, internet: 4104775 }), + new WorldStatsItem({ code: `BGR`, name: `Bulgaria`, continent: `Europe`, population: 7101510, gdpTotal: 143100, economy: `Developed`, region: `Eastern Europe`, status: `Country`, longitude: 25.465, latitude: 42.741, gdpPerPerson: 20151, rank: 103, unemployment: 8, oilProduction: 3661, birthRate: 10, medianAge: 41, electricity: 45700, televisions: 3310000, publicDebt: 11, internet: 1899000 }), + new WorldStatsItem({ code: `PRY`, name: `Paraguay`, continent: `South America`, population: 6943739, gdpTotal: 64670, economy: `Emerging`, region: `South America`, status: `Country`, longitude: -58.44, latitude: -23.42, gdpPerPerson: 9313, rank: 104, unemployment: 6, oilProduction: 0, birthRate: 28, medianAge: 22, electricity: 70000, televisions: 990000, publicDebt: 27, internet: 280000 }), + new WorldStatsItem({ code: `PNG`, name: `Papua New Guinea`, continent: `Oceania`, population: 6909701, gdpTotal: 28020, economy: `Developing`, region: `Melanesia`, status: `Country`, longitude: 143.62, latitude: -5.836, gdpPerPerson: 4055, rank: 105, unemployment: 2, oilProduction: 47800, birthRate: 28, medianAge: 22, electricity: 3698, televisions: 59841, publicDebt: 40, internet: 110000 }), + new WorldStatsItem({ code: `LBY`, name: `Libya`, continent: `Africa`, population: 6653210, gdpTotal: 90890, economy: `Developing`, region: `Northern Africa`, status: `Country`, longitude: 17.23, latitude: 26.339, gdpPerPerson: 13661, rank: 106, unemployment: 30, oilProduction: 1712000, birthRate: 26, medianAge: 24, electricity: 21150, televisions: 730000, publicDebt: 5, internet: 260000 }), + new WorldStatsItem({ code: `LBN`, name: `Lebanon`, continent: `Asia`, population: 6229794, gdpTotal: 85160, economy: `Developing`, region: `Middle East`, status: `Country`, longitude: 36.042, latitude: 34.168, gdpPerPerson: 13670, rank: 107, unemployment: 20, oilProduction: 0, birthRate: 18, medianAge: 29, electricity: 9183, televisions: 1180000, publicDebt: 187, internet: 950000 }), + new WorldStatsItem({ code: `SLV`, name: `El Salvador`, continent: `North America`, population: 6172011, gdpTotal: 54790, economy: `Developing`, region: `Central America`, status: `Country`, longitude: -88.91, latitude: 13.798, gdpPerPerson: 8877, rank: 108, unemployment: 6, oilProduction: 0, birthRate: 26, medianAge: 22, electricity: 5316, televisions: 600000, publicDebt: 37, internet: 700000 }), + new WorldStatsItem({ code: `SLE`, name: `Sierra Leone`, continent: `Africa`, population: 6163195, gdpTotal: 10640, economy: `Least Developed`, region: `Western Africa`, status: `Country`, longitude: -11.78, latitude: 8.452, gdpPerPerson: 1726, rank: 109, unemployment: 14, oilProduction: 4, birthRate: 6, medianAge: 37, electricity: 37412, televisions: 2727270, publicDebt: 6, internet: 223239 }), + new WorldStatsItem({ code: `ARE`, name: `United Arab Emirates`, continent: `Asia`, population: 6072475, gdpTotal: 667200, economy: `Developing`, region: `Middle East`, status: `Country`, longitude: 54.192, latitude: 23.795, gdpPerPerson: 109873, rank: 110, unemployment: 2, oilProduction: 2510000, birthRate: 16, medianAge: 30, electricity: 57060, televisions: 310000, publicDebt: 21, internet: 2300000 }), + new WorldStatsItem({ code: `NIC`, name: `Nicaragua`, continent: `North America`, population: 6025951, gdpTotal: 33550, economy: `Developing`, region: `Central America`, status: `Country`, longitude: -85.09, latitude: 12.523, gdpPerPerson: 5568, rank: 111, unemployment: 5, oilProduction: 0, birthRate: 24, medianAge: 22, electricity: 2778, televisions: 320000, publicDebt: 63, internet: 155000 }), + new WorldStatsItem({ code: `ERI`, name: `Eritrea`, continent: `Africa`, population: 5918919, gdpTotal: 9169, economy: `Least Developed`, region: `Eastern Africa`, status: `Country`, longitude: 39.772, latitude: 15.191, gdpPerPerson: 1549, rank: 112, unemployment: 9, oilProduction: 5, birthRate: 17, medianAge: 54, electricity: 67474, televisions: 2078077, publicDebt: 41, internet: 1067843 }), + new WorldStatsItem({ code: `SGP`, name: `Singapore`, continent: `Asia`, population: 5888926, gdpTotal: 487900, economy: `Developing`, region: `Eastern Asia`, status: `Country`, longitude: 103.82, latitude: 1.356, gdpPerPerson: 82850, rank: 113, unemployment: 2, oilProduction: 9836, birthRate: 9, medianAge: 38, electricity: 39440, televisions: 1330000, publicDebt: 96, internet: 3105000 }), + new WorldStatsItem({ code: `KGZ`, name: `Kyrgyzstan`, continent: `Asia`, population: 5789122, gdpTotal: 21010, economy: `Developing`, region: `Central Asia`, status: `Country`, longitude: 74.738, latitude: 41.224, gdpPerPerson: 3629, rank: 114, unemployment: 12, oilProduction: 1, birthRate: 21, medianAge: 42, electricity: 16640, televisions: 2101152, publicDebt: 15, internet: 738896 }), + new WorldStatsItem({ code: `CAF`, name: `Central African Republic`, continent: `Africa`, population: 5625118, gdpTotal: 3206, economy: `Least Developed`, region: `Middle Africa`, status: `Country`, longitude: 20.917, latitude: 6.633, gdpPerPerson: 570, rank: 115, unemployment: 8, oilProduction: 5, birthRate: 13, medianAge: 32, electricity: 71424, televisions: 635931, publicDebt: 29, internet: 1933873 }), + new WorldStatsItem({ code: `DNK`, name: `Denmark`, continent: `Europe`, population: 5605948, gdpTotal: 264800, economy: `Developed`, region: `Northern Europe`, status: `Country`, longitude: 9.348, latitude: 56.13, gdpPerPerson: 47236, rank: 116, unemployment: 3, oilProduction: 342000, birthRate: 11, medianAge: 40, electricity: 43350, televisions: 3121000, publicDebt: 26, internet: 3500000 }), + new WorldStatsItem({ code: `FIN`, name: `Finland`, continent: `Europe`, population: 5491218, gdpTotal: 224137, economy: `Developed`, region: `Northern Europe`, status: `Country`, longitude: 25.988, latitude: 61.841, gdpPerPerson: 40817, rank: 117, unemployment: 7, oilProduction: 8951, birthRate: 10, medianAge: 42, electricity: 73470, televisions: 3200000, publicDebt: 36, internet: 3600000 }), + new WorldStatsItem({ code: `SVK`, name: `Slovakia`, continent: `Europe`, population: 5445829, gdpTotal: 168800, economy: `Developed`, region: `Eastern Europe`, status: `Country`, longitude: 18.877, latitude: 48.702, gdpPerPerson: 30996, rank: 118, unemployment: 8, oilProduction: 12840, birthRate: 11, medianAge: 37, electricity: 29890, televisions: 2620000, publicDebt: 36, internet: 2350000 }), + new WorldStatsItem({ code: `TKM`, name: `Turkmenistan`, continent: `Asia`, population: 5351277, gdpTotal: 94720, economy: `Developing`, region: `Central Asia`, status: `Country`, longitude: 59.562, latitude: 38.975, gdpPerPerson: 17700, rank: 119, unemployment: 11, oilProduction: 4, birthRate: 11, medianAge: 43, electricity: 91281, televisions: 2935468, publicDebt: 17, internet: 3203210 }), + new WorldStatsItem({ code: `NOR`, name: `Norway`, continent: `Europe`, population: 5320045, gdpTotal: 364700, economy: `Developed`, region: `Northern Europe`, status: `Country`, longitude: 9.66, latitude: 60.712, gdpPerPerson: 68552, rank: 120, unemployment: 3, oilProduction: 2560000, birthRate: 11, medianAge: 39, electricity: 135800, televisions: 2030000, publicDebt: 83, internet: 3800000 }), + new WorldStatsItem({ code: `IRL`, name: `Ireland`, continent: `Europe`, population: 5011102, gdpTotal: 322000, economy: `Developed`, region: `Northern Europe`, status: `Country`, longitude: -8.209, latitude: 53.42, gdpPerPerson: 64257, rank: 121, unemployment: 5, oilProduction: 0, birthRate: 14, medianAge: 35, electricity: 24130, televisions: 1820000, publicDebt: 25, internet: 1708000 }), + new WorldStatsItem({ code: `COG`, name: `Congo`, continent: `Africa`, population: 4954674, gdpTotal: 30270, economy: `Developing`, region: `Middle Africa`, status: `Country`, longitude: 16.264, latitude: -0.07, gdpPerPerson: 6109, rank: 122, unemployment: 13, oilProduction: 4, birthRate: 11, medianAge: 52, electricity: 83556, televisions: 1560800, publicDebt: 6, internet: 2650237 }), + new WorldStatsItem({ code: `CRI`, name: `Costa Rica`, continent: `North America`, population: 4930258, gdpTotal: 79260, economy: `Emerging`, region: `Central America`, status: `Country`, longitude: -83.91, latitude: 9.92, gdpPerPerson: 16076, rank: 123, unemployment: 5, oilProduction: 0, birthRate: 18, medianAge: 27, electricity: 8349, televisions: 525000, publicDebt: 47, internet: 1500000 }), + new WorldStatsItem({ code: `GEO`, name: `Georgia`, continent: `Asia`, population: 4926330, gdpTotal: 37270, economy: `Developing`, region: `Middle East`, status: `Country`, longitude: 43.257, latitude: 42.162, gdpPerPerson: 7565, rank: 124, unemployment: 15, oilProduction: 5, birthRate: 10, medianAge: 43, electricity: 44936, televisions: 2728128, publicDebt: 29, internet: 3844448 }), + new WorldStatsItem({ code: `LBR`, name: `Liberia`, continent: `Africa`, population: 4689021, gdpTotal: 3881, economy: `Least Developed`, region: `Western Africa`, status: `Country`, longitude: -9.454, latitude: 6.445, gdpPerPerson: 828, rank: 125, unemployment: 4, oilProduction: 0, birthRate: 8, medianAge: 35, electricity: 89626, televisions: 3065112, publicDebt: 38, internet: 1475304 }), + new WorldStatsItem({ code: `PSE`, name: `Palestine`, continent: `Asia`, population: 4543126, gdpTotal: 21221, economy: `Developing`, region: `Middle East`, status: `Disputed`, longitude: 35.347, latitude: 32.031, gdpPerPerson: 4671, rank: 126, unemployment: 9, oilProduction: 1, birthRate: 10, medianAge: 48, electricity: 45973, televisions: 2774033, publicDebt: 16, internet: 1718915 }), + new WorldStatsItem({ code: `NZL`, name: `New Zealand`, continent: `Oceania`, population: 4510327, gdpTotal: 174800, economy: `Developed`, region: `Australia`, status: `Country`, longitude: 169.42, latitude: -44.86, gdpPerPerson: 38756, rank: 127, unemployment: 4, oilProduction: 25880, birthRate: 14, medianAge: 36, electricity: 42060, televisions: 1926000, publicDebt: 21, internet: 3360000 }), + new WorldStatsItem({ code: `HRV`, name: `Croatia`, continent: `Europe`, population: 4292095, gdpTotal: 94240, economy: `Developed`, region: `Southern Europe`, status: `Country`, longitude: 16.847, latitude: 45.674, gdpPerPerson: 21957, rank: 128, unemployment: 12, oilProduction: 17100, birthRate: 10, medianAge: 41, electricity: 11990, televisions: 1220000, publicDebt: 48, internet: 1995000 }), + new WorldStatsItem({ code: `BIH`, name: `Bosnia`, continent: `Europe`, population: 3856181, gdpTotal: 42530, economy: `Developing`, region: `Southern Europe`, status: `Country`, longitude: 17.66, latitude: 43.918, gdpPerPerson: 11029, rank: 129, unemployment: 46, oilProduction: 0, birthRate: 9, medianAge: 39, electricity: 12220, televisions: 0, publicDebt: 34, internet: 1055000 }), + new WorldStatsItem({ code: `MRT`, name: `Mauritania`, continent: `Africa`, population: 3758571, gdpTotal: 16710, economy: `Least Developed`, region: `Western Africa`, status: `Country`, longitude: -8.89, latitude: 20.387, gdpPerPerson: 4446, rank: 130, unemployment: 9, oilProduction: 5, birthRate: 25, medianAge: 50, electricity: 15176, televisions: 2558125, publicDebt: 29, internet: 2098221 }), + new WorldStatsItem({ code: `PAN`, name: `Panama`, continent: `North America`, population: 3753142, gdpTotal: 93120, economy: `Developing`, region: `Central America`, status: `Country`, longitude: -81.17, latitude: 8.457, gdpPerPerson: 24811, rank: 131, unemployment: 6, oilProduction: 0, birthRate: 21, medianAge: 27, electricity: 5661, televisions: 510000, publicDebt: 53, internet: 525200 }), + new WorldStatsItem({ code: `SOL`, name: `Somaliland`, continent: `Africa`, population: 3500000, gdpTotal: 12250, economy: `Developing`, region: `Eastern Africa`, status: `Indeterminate`, longitude: 45.798, latitude: 9.748, gdpPerPerson: 3500, rank: 132, unemployment: 1, oilProduction: 4, birthRate: 13, medianAge: 43, electricity: 73247, televisions: 2235408, publicDebt: 21, internet: 1300238 }), + new WorldStatsItem({ code: `MDA`, name: `Moldova`, continent: `Europe`, population: 3474121, gdpTotal: 18540, economy: `Developing`, region: `Eastern Europe`, status: `Country`, longitude: 28.552, latitude: 47.515, gdpPerPerson: 5337, rank: 133, unemployment: 2, oilProduction: 0, birthRate: 11, medianAge: 34, electricity: 3881, televisions: 1260000, publicDebt: 23, internet: 700000 }), + new WorldStatsItem({ code: `OMN`, name: `Oman`, continent: `Asia`, population: 3424386, gdpTotal: 173100, economy: `Developing`, region: `Middle East`, status: `Country`, longitude: 57.563, latitude: 22.014, gdpPerPerson: 50549, rank: 134, unemployment: 15, oilProduction: 710800, birthRate: 35, medianAge: 19, electricity: 11890, televisions: 1600000, publicDebt: 4, internet: 340000 }), + new WorldStatsItem({ code: `URY`, name: `Uruguay`, continent: `South America`, population: 3360148, gdpTotal: 73250, economy: `Emerging`, region: `South America`, status: `Country`, longitude: -55.78, latitude: -32.51, gdpPerPerson: 21800, rank: 135, unemployment: 9, oilProduction: 27830, birthRate: 14, medianAge: 33, electricity: 9200, televisions: 782000, publicDebt: 65, internet: 968000 }), + new WorldStatsItem({ code: `PRI`, name: `Puerto Rico`, continent: `North America`, population: 3351827, gdpTotal: 131000, economy: `Developing`, region: `Central America`, status: `Dependency`, longitude: -66.61, latitude: 18.235, gdpPerPerson: 39083, rank: 136, unemployment: 5, oilProduction: 3, birthRate: 11, medianAge: 32, electricity: 19677, televisions: 1917997, publicDebt: 25, internet: 608062 }), + new WorldStatsItem({ code: `MNG`, name: `Mongolia`, continent: `Asia`, population: 3068243, gdpTotal: 37000, economy: `Developing`, region: `Eastern Asia`, status: `Country`, longitude: 103.82, latitude: 46.856, gdpPerPerson: 12059, rank: 137, unemployment: 4, oilProduction: 1, birthRate: 7, medianAge: 35, electricity: 3875, televisions: 1726758, publicDebt: 17, internet: 562546 }), + new WorldStatsItem({ code: `ALB`, name: `Albania`, continent: `Europe`, population: 3047987, gdpTotal: 33900, economy: `Developing`, region: `Southern Europe`, status: `Country`, longitude: 19.964, latitude: 40.759, gdpPerPerson: 11122, rank: 138, unemployment: 13, oilProduction: 7006, birthRate: 15, medianAge: 30, electricity: 5385, televisions: 700000, publicDebt: 51, internet: 471200 }), + new WorldStatsItem({ code: `ARM`, name: `Armenia`, continent: `Asia`, population: 3045191, gdpTotal: 26300, economy: `Developing`, region: `Middle East`, status: `Country`, longitude: 44.646, latitude: 40.618, gdpPerPerson: 8637, rank: 139, unemployment: 4, oilProduction: 4, birthRate: 14, medianAge: 39, electricity: 71042, televisions: 2390201, publicDebt: 9, internet: 488333 }), + new WorldStatsItem({ code: `JAM`, name: `Jamaica`, continent: `North America`, population: 2990561, gdpTotal: 25390, economy: `Developing`, region: `Central America`, status: `Country`, longitude: -77.27, latitude: 18.119, gdpPerPerson: 8490, rank: 140, unemployment: 10, oilProduction: 0, birthRate: 20, medianAge: 23, electricity: 6985, televisions: 460000, publicDebt: 127, internet: 1500000 }), + new WorldStatsItem({ code: `KWT`, name: `Kuwait`, continent: `Asia`, population: 2875422, gdpTotal: 301100, economy: `Developing`, region: `Middle East`, status: `Country`, longitude: 47.487, latitude: 29.315, gdpPerPerson: 104715, rank: 141, unemployment: 2, oilProduction: 2440000, birthRate: 22, medianAge: 26, electricity: 41110, televisions: 875000, publicDebt: 10, internet: 900000 }), + new WorldStatsItem({ code: `LTU`, name: `Lithuania`, continent: `Europe`, population: 2823859, gdpTotal: 85620, economy: `Developed`, region: `Northern Europe`, status: `Country`, longitude: 23.838, latitude: 55.152, gdpPerPerson: 30320, rank: 142, unemployment: 4, oilProduction: 13160, birthRate: 9, medianAge: 39, electricity: 13480, televisions: 1700000, publicDebt: 17, internet: 1330000 }), + new WorldStatsItem({ code: `NAM`, name: `Namibia`, continent: `Africa`, population: 2484780, gdpTotal: 25990, economy: `Developing`, region: `Southern Africa`, status: `Country`, longitude: 16.944, latitude: -20.52, gdpPerPerson: 10460, rank: 143, unemployment: 5, oilProduction: 0, birthRate: 23, medianAge: 21, electricity: 1688, televisions: 60000, publicDebt: 22, internet: 101000 }), + new WorldStatsItem({ code: `QAT`, name: `Qatar`, continent: `Asia`, population: 2314307, gdpTotal: 334500, economy: `Developing`, region: `Middle East`, status: `Country`, longitude: 51.182, latitude: 25.359, gdpPerPerson: 144536, rank: 144, unemployment: 1, oilProduction: 797500, birthRate: 16, medianAge: 31, electricity: 13540, televisions: 230000, publicDebt: 11, internet: 351000 }), + new WorldStatsItem({ code: `BWA`, name: `Botswana`, continent: `Africa`, population: 2214858, gdpTotal: 35900, economy: `Developing`, region: `Southern Africa`, status: `Country`, longitude: 24.671, latitude: -22.32, gdpPerPerson: 16209, rank: 145, unemployment: 8, oilProduction: 0, birthRate: 23, medianAge: 21, electricity: 912, televisions: 31000, publicDebt: 5, internet: 80000 }), + new WorldStatsItem({ code: `MKD`, name: `North Macedonia`, continent: `Europe`, population: 2103721, gdpTotal: 29520, economy: `Developing`, region: `Southern Europe`, status: `Country`, longitude: 21.727, latitude: 41.604, gdpPerPerson: 14032, rank: 146, unemployment: 35, oilProduction: 0, birthRate: 12, medianAge: 35, electricity: 6051, televisions: 510000, publicDebt: 31, internet: 685000 }), + new WorldStatsItem({ code: `GMB`, name: `Gambia`, continent: `Africa`, population: 2051363, gdpTotal: 3387, economy: `Least Developed`, region: `Western Africa`, status: `Country`, longitude: -15.32, latitude: 13.438, gdpPerPerson: 1651, rank: 147, unemployment: 7, oilProduction: 1, birthRate: 11, medianAge: 37, electricity: 9769, televisions: 1486289, publicDebt: 30, internet: 187890 }), + new WorldStatsItem({ code: `SVN`, name: `Slovenia`, continent: `Europe`, population: 1972126, gdpTotal: 68350, economy: `Developed`, region: `Southern Europe`, status: `Country`, longitude: 14.947, latitude: 46.146, gdpPerPerson: 34658, rank: 148, unemployment: 8, oilProduction: 5, birthRate: 9, medianAge: 41, electricity: 14900, televisions: 710000, publicDebt: 24, internet: 1300000 }), + new WorldStatsItem({ code: `LSO`, name: `Lesotho`, continent: `Africa`, population: 1958042, gdpTotal: 6019, economy: `Least Developed`, region: `Southern Africa`, status: `Country`, longitude: 28.221, latitude: -29.61, gdpPerPerson: 3074, rank: 149, unemployment: 12, oilProduction: 2, birthRate: 8, medianAge: 32, electricity: 20229, televisions: 1457517, publicDebt: 14, internet: 1375222 }), + new WorldStatsItem({ code: `LVA`, name: `Latvia`, continent: `Europe`, population: 1944643, gdpTotal: 50650, economy: `Developed`, region: `Northern Europe`, status: `Country`, longitude: 26.505, latitude: 56.755, gdpPerPerson: 26046, rank: 150, unemployment: 6, oilProduction: 0, birthRate: 10, medianAge: 40, electricity: 4778, televisions: 1220000, publicDebt: 7, internet: 1770000 }), + new WorldStatsItem({ code: `RKS`, name: `Kosovo`, continent: `Europe`, population: 1895250, gdpTotal: 18490, economy: `Developing`, region: `Southern Europe`, status: `Country`, longitude: 20.891, latitude: 42.557, gdpPerPerson: 9756, rank: 151, unemployment: 12, oilProduction: 0, birthRate: 8, medianAge: 55, electricity: 14878, televisions: 1287863, publicDebt: 20, internet: 1422193 }), + new WorldStatsItem({ code: `GNB`, name: `Guinea-Bissau`, continent: `Africa`, population: 1792338, gdpTotal: 2851, economy: `Least Developed`, region: `Western Africa`, status: `Country`, longitude: -14.59, latitude: 11.942, gdpPerPerson: 1591, rank: 152, unemployment: 5, oilProduction: 5, birthRate: 5, medianAge: 55, electricity: 74684, televisions: 1427462, publicDebt: 8, internet: 365000 }), + new WorldStatsItem({ code: `GAB`, name: `Gabon`, continent: `Africa`, population: 1772255, gdpTotal: 35980, economy: `Developing`, region: `Middle Africa`, status: `Country`, longitude: 11.592, latitude: -0.807, gdpPerPerson: 20302, rank: 153, unemployment: 21, oilProduction: 240000, birthRate: 36, medianAge: 19, electricity: 1520, televisions: 63000, publicDebt: 53, internet: 145000 }), + new WorldStatsItem({ code: `SWZ`, name: `Eswatini`, continent: `Africa`, population: 1467152, gdpTotal: 11060, economy: `Developing`, region: `Southern Africa`, status: `Country`, longitude: 31.45, latitude: -26.52, gdpPerPerson: 7538, rank: 154, unemployment: 6, oilProduction: 3, birthRate: 17, medianAge: 39, electricity: 72804, televisions: 229393, publicDebt: 5, internet: 427760 }), + new WorldStatsItem({ code: `BHR`, name: `Bahrain`, continent: `Asia`, population: 1410942, gdpTotal: 66370, economy: `Developing`, region: `Middle East`, status: `Country`, longitude: 50.535, latitude: 26.027, gdpPerPerson: 47039, rank: 155, unemployment: 15, oilProduction: 184300, birthRate: 17, medianAge: 30, electricity: 8187, televisions: 275000, publicDebt: 31, internet: 250000 }), + new WorldStatsItem({ code: `MUS`, name: `Mauritius`, continent: `Africa`, population: 1356388, gdpTotal: 25850, economy: `Developing`, region: `Eastern Africa`, status: `Country`, longitude: 57.555, latitude: -20.25, gdpPerPerson: 19058, rank: 156, unemployment: 9, oilProduction: 0, birthRate: 15, medianAge: 32, electricity: 2350, televisions: 258000, publicDebt: 63, internet: 340000 }), + new WorldStatsItem({ code: `TLS`, name: `Timor-Leste`, continent: `Asia`, population: 1291358, gdpTotal: 4975, economy: `Least Developed`, region: `Eastern Asia`, status: `Country`, longitude: 125.66, latitude: -8.826, gdpPerPerson: 3853, rank: 157, unemployment: 8, oilProduction: 5, birthRate: 18, medianAge: 48, electricity: 84061, televisions: 416260, publicDebt: 25, internet: 267437 }), + new WorldStatsItem({ code: `EST`, name: `Estonia`, continent: `Europe`, population: 1251581, gdpTotal: 38700, economy: `Developed`, region: `Northern Europe`, status: `Country`, longitude: 25.441, latitude: 58.845, gdpPerPerson: 30921, rank: 158, unemployment: 5, oilProduction: 6930, birthRate: 10, medianAge: 40, electricity: 9599, televisions: 605000, publicDebt: 3, internet: 780000 }), + new WorldStatsItem({ code: `CYP`, name: `Cyprus`, continent: `Asia`, population: 1221549, gdpTotal: 29260, economy: `Developing`, region: `Middle East`, status: `Country`, longitude: 33.176, latitude: 34.876, gdpPerPerson: 23953, rank: 159, unemployment: 4, oilProduction: 0, birthRate: 13, medianAge: 35, electricity: 4618, televisions: 0, publicDebt: 60, internet: 380000 }), + new WorldStatsItem({ code: `TTO`, name: `Trinidad and Tobago`, continent: `North America`, population: 1218208, gdpTotal: 43570, economy: `Developing`, region: `Central America`, status: `Country`, longitude: -61.21, latitude: 10.352, gdpPerPerson: 35766, rank: 160, unemployment: 4, oilProduction: 5, birthRate: 15, medianAge: 47, electricity: 58959, televisions: 359389, publicDebt: 29, internet: 152416 }), + new WorldStatsItem({ code: `FJI`, name: `Fiji`, continent: `Oceania`, population: 920938, gdpTotal: 8374, economy: `Developing`, region: `Melanesia`, status: `Country`, longitude: 177.85, latitude: -17.75, gdpPerPerson: 9093, rank: 161, unemployment: 11, oilProduction: 5, birthRate: 5, medianAge: 41, electricity: 88931, televisions: 517580, publicDebt: 17, internet: 539400 }), + new WorldStatsItem({ code: `DJI`, name: `Djibouti`, continent: `Africa`, population: 865267, gdpTotal: 3345, economy: `Least Developed`, region: `Eastern Africa`, status: `Country`, longitude: 42.587, latitude: 11.825, gdpPerPerson: 3866, rank: 162, unemployment: 5, oilProduction: 3, birthRate: 17, medianAge: 44, electricity: 91593, televisions: 209004, publicDebt: 43, internet: 476114 }), + new WorldStatsItem({ code: `COM`, name: `Comoros`, continent: `Africa`, population: 808080, gdpTotal: 1259, economy: `Least Developed`, region: `Eastern Africa`, status: `Country`, longitude: 43.877, latitude: -11.86, gdpPerPerson: 1558, rank: 163, unemployment: 11, oilProduction: 3, birthRate: 14, medianAge: 46, electricity: 6146, televisions: 495921, publicDebt: 10, internet: 459977 }), + new WorldStatsItem({ code: `GNQ`, name: `Equatorial Guinea`, continent: `Africa`, population: 778358, gdpTotal: 31770, economy: `Least Developed`, region: `Middle Africa`, status: `Country`, longitude: 10.521, latitude: 1.763, gdpPerPerson: 40817, rank: 164, unemployment: 30, oilProduction: 385500, birthRate: 37, medianAge: 19, electricity: 28, televisions: 4000, publicDebt: 2, internet: 8000 }), + new WorldStatsItem({ code: `BTN`, name: `Bhutan`, continent: `Asia`, population: 758288, gdpTotal: 6432, economy: `Least Developed`, region: `Southern Asia`, status: `Country`, longitude: 90.411, latitude: 27.506, gdpPerPerson: 8482, rank: 165, unemployment: 3, oilProduction: 0, birthRate: 21, medianAge: 24, electricity: 2000, televisions: 11000, publicDebt: 81, internet: 40000 }), + new WorldStatsItem({ code: `GUY`, name: `Guyana`, continent: `South America`, population: 737718, gdpTotal: 6093, economy: `Developing`, region: `South America`, status: `Country`, longitude: -58.96, latitude: 5.607, gdpPerPerson: 8259, rank: 166, unemployment: 2, oilProduction: 3, birthRate: 9, medianAge: 37, electricity: 84988, televisions: 149848, publicDebt: 12, internet: 134377 }), + new WorldStatsItem({ code: `SLB`, name: `Solomon Islands`, continent: `Oceania`, population: 647581, gdpTotal: 1198, economy: `Least Developed`, region: `Melanesia`, status: `Country`, longitude: 161.3, latitude: -9.221, gdpPerPerson: 1850, rank: 167, unemployment: 4, oilProduction: 3, birthRate: 18, medianAge: 30, electricity: 3432, televisions: 177555, publicDebt: 43, internet: 478635 }), + new WorldStatsItem({ code: `MNE`, name: `Montenegro`, continent: `Europe`, population: 642550, gdpTotal: 10610, economy: `Developing`, region: `Southern Europe`, status: `Country`, longitude: 19.191, latitude: 42.814, gdpPerPerson: 16512, rank: 168, unemployment: 10, oilProduction: 2, birthRate: 24, medianAge: 46, electricity: 24709, televisions: 126756, publicDebt: 29, internet: 336628 }), + new WorldStatsItem({ code: `ESH`, name: `Western Sahara`, continent: `Africa`, population: 603253, gdpTotal: 907, economy: `Least Developed`, region: `Northern Africa`, status: `Dependency`, longitude: -12.89, latitude: 24.231, gdpPerPerson: 1504, rank: 169, unemployment: 6, oilProduction: 1, birthRate: 23, medianAge: 30, electricity: 11081, televisions: 237857, publicDebt: 30, internet: 306624 }), + new WorldStatsItem({ code: `MAC`, name: `Macao`, continent: `Asia`, population: 601969, gdpTotal: 63220, economy: `Developing`, region: `Eastern Asia`, status: `Dependency`, longitude: 113.51, latitude: 22.221, gdpPerPerson: 105022, rank: 170, unemployment: 10, oilProduction: 2, birthRate: 10, medianAge: 47, electricity: 77896, televisions: 163859, publicDebt: 18, internet: 62728 }), + new WorldStatsItem({ code: `LUX`, name: `Luxembourg`, continent: `Europe`, population: 594130, gdpTotal: 58740, economy: `Developed`, region: `Western Europe`, status: `Country`, longitude: 6.109, latitude: 49.806, gdpPerPerson: 98867, rank: 171, unemployment: 4, oilProduction: 0, birthRate: 12, medianAge: 39, electricity: 3156, televisions: 285000, publicDebt: 6, internet: 345000 }), + new WorldStatsItem({ code: `SUR`, name: `Suriname`, continent: `South America`, population: 591919, gdpTotal: 8547, economy: `Developing`, region: `South America`, status: `Country`, longitude: -56.02, latitude: 4.506, gdpPerPerson: 14439, rank: 172, unemployment: 5, oilProduction: 1, birthRate: 16, medianAge: 44, electricity: 82658, televisions: 69068, publicDebt: 31, internet: 367104 }), + new WorldStatsItem({ code: `CPV`, name: `Cabo Verde`, continent: `Africa`, population: 560899, gdpTotal: 3583, economy: `Developing`, region: `Western Africa`, status: `Country`, longitude: -25.16, latitude: 17.102, gdpPerPerson: 6388, rank: 173, unemployment: 12, oilProduction: 1, birthRate: 12, medianAge: 54, electricity: 60647, televisions: 101289, publicDebt: 34, internet: 40105 }), + new WorldStatsItem({ code: `BRN`, name: `Brunei`, continent: `Asia`, population: 443593, gdpTotal: 33730, economy: `Developing`, region: `Eastern Asia`, status: `Country`, longitude: 114.69, latitude: 4.523, gdpPerPerson: 76038, rank: 174, unemployment: 4, oilProduction: 0, birthRate: 17, medianAge: 32, electricity: 50701, televisions: 235042, publicDebt: 16, internet: 188751 }), + new WorldStatsItem({ code: `MLT`, name: `Malta`, continent: `Europe`, population: 416338, gdpTotal: 16320, economy: `Developed`, region: `Southern Europe`, status: `Country`, longitude: 14.373, latitude: 35.948, gdpPerPerson: 39199, rank: 175, unemployment: 7, oilProduction: 4, birthRate: 6, medianAge: 52, electricity: 77444, televisions: 282390, publicDebt: 41, internet: 317612 }), + new WorldStatsItem({ code: `MDV`, name: `Maldives`, continent: `Asia`, population: 392709, gdpTotal: 5407, economy: `Developing`, region: `Southern Asia`, status: `Country`, longitude: 73.455, latitude: 3.739, gdpPerPerson: 13768, rank: 176, unemployment: 13, oilProduction: 4, birthRate: 10, medianAge: 43, electricity: 26004, televisions: 156412, publicDebt: 28, internet: 45331 }), + new WorldStatsItem({ code: `BLZ`, name: `Belize`, continent: `North America`, population: 360346, gdpTotal: 3088, economy: `Developing`, region: `Central America`, status: `Country`, longitude: -88.51, latitude: 17.185, gdpPerPerson: 8570, rank: 177, unemployment: 4, oilProduction: 2, birthRate: 7, medianAge: 36, electricity: 57433, televisions: 127478, publicDebt: 36, internet: 223855 }), + new WorldStatsItem({ code: `ISL`, name: `Iceland`, continent: `Europe`, population: 339747, gdpTotal: 16150, economy: `Developed`, region: `Northern Europe`, status: `Country`, longitude: -19.01, latitude: 64.966, gdpPerPerson: 47535, rank: 178, unemployment: 1, oilProduction: 0, birthRate: 14, medianAge: 35, electricity: 8533, televisions: 98000, publicDebt: 28, internet: 202300 }), + new WorldStatsItem({ code: `BHS`, name: `Bahamas`, continent: `North America`, population: 329988, gdpTotal: 9066, economy: `Developing`, region: `Central America`, status: `Country`, longitude: -78.01, latitude: 24.761, gdpPerPerson: 27474, rank: 179, unemployment: 5, oilProduction: 2, birthRate: 17, medianAge: 47, electricity: 38395, televisions: 203588, publicDebt: 6, internet: 91807 }), + new WorldStatsItem({ code: `FRG`, name: `French Guiana`, continent: `South America`, population: 296161, gdpTotal: 1299000, economy: `Developed`, region: `South America`, status: `Dependency`, longitude: -53.13, latitude: 3.893, gdpPerPerson: 4386, rank: 180, unemployment: 3, oilProduction: 0, birthRate: 15, medianAge: 55, electricity: 73845, televisions: 147489, publicDebt: 35, internet: 209593 }), + new WorldStatsItem({ code: `BRB`, name: `Barbados`, continent: `North America`, population: 292336, gdpTotal: 4804, economy: `Developing`, region: `Central America`, status: `Country`, longitude: -59.53, latitude: 13.19, gdpPerPerson: 16433, rank: 181, unemployment: 8, oilProduction: 3, birthRate: 21, medianAge: 51, electricity: 28728, televisions: 173392, publicDebt: 12, internet: 73593 }), + new WorldStatsItem({ code: `PYF`, name: `Fr. Polynesia`, continent: `Oceania`, population: 287881, gdpTotal: 5490, economy: `Developing`, region: `Polynesia`, status: `Dependency`, longitude: -143.9, latitude: -14.82, gdpPerPerson: 19070, rank: 182, unemployment: 1, oilProduction: 4, birthRate: 6, medianAge: 45, electricity: 46206, televisions: 43757, publicDebt: 12, internet: 172560 }), + new WorldStatsItem({ code: `VUT`, name: `Vanuatu`, continent: `Oceania`, population: 282814, gdpTotal: 723, economy: `Least Developed`, region: `Melanesia`, status: `Country`, longitude: 168.21, latitude: -16.97, gdpPerPerson: 2556, rank: 183, unemployment: 11, oilProduction: 4, birthRate: 17, medianAge: 39, electricity: 50581, televisions: 187584, publicDebt: 42, internet: 223352 }), + new WorldStatsItem({ code: `NCL`, name: `New Caledonia`, continent: `Oceania`, population: 279070, gdpTotal: 10770, economy: `Developing`, region: `Melanesia`, status: `Dependency`, longitude: 165.26, latitude: -21.09, gdpPerPerson: 38592, rank: 184, unemployment: 10, oilProduction: 3, birthRate: 6, medianAge: 49, electricity: 18361, televisions: 79923, publicDebt: 45, internet: 149003 }), + new WorldStatsItem({ code: `NCP`, name: `Northern Cyprus`, continent: `Asia`, population: 265100, gdpTotal: 3600, economy: `Developing`, region: `Middle East`, status: `Country`, longitude: 33.714, latitude: 35.257, gdpPerPerson: 13580, rank: 185, unemployment: 4, oilProduction: 5, birthRate: 25, medianAge: 51, electricity: 84000, televisions: 135551, publicDebt: 30, internet: 167480 }), + new WorldStatsItem({ code: `STP`, name: `Sao Tome and Principe`, continent: `Africa`, population: 201025, gdpTotal: 694, economy: `Least Developed`, region: `Middle Africa`, status: `Country`, longitude: 6.598, latitude: 0.248, gdpPerPerson: 3452, rank: 186, unemployment: 1, oilProduction: 3, birthRate: 24, medianAge: 30, electricity: 6691, televisions: 65480, publicDebt: 12, internet: 121162 }), + new WorldStatsItem({ code: `WSM`, name: `Samoa`, continent: `Oceania`, population: 200108, gdpTotal: 1046, economy: `Least Developed`, region: `Polynesia`, status: `Country`, longitude: -172.1, latitude: -13.75, gdpPerPerson: 5227, rank: 187, unemployment: 3, oilProduction: 2, birthRate: 7, medianAge: 46, electricity: 50118, televisions: 54930, publicDebt: 42, internet: 84739 }), + new WorldStatsItem({ code: `GUM`, name: `Guam`, continent: `Oceania`, population: 167358, gdpTotal: 4882, economy: `Developing`, region: `Micronesia`, status: `Dependency`, longitude: 144.79, latitude: 13.44, gdpPerPerson: 29171, rank: 188, unemployment: 15, oilProduction: 2, birthRate: 24, medianAge: 42, electricity: 64229, televisions: 43567, publicDebt: 37, internet: 121131 }), + new WorldStatsItem({ code: `LCA`, name: `Saint Lucia`, continent: `North America`, population: 164994, gdpTotal: 2083, economy: `Developing`, region: `Central America`, status: `Country`, longitude: -60.98, latitude: 13.905, gdpPerPerson: 12625, rank: 189, unemployment: 3, oilProduction: 2, birthRate: 14, medianAge: 32, electricity: 75473, televisions: 87743, publicDebt: 7, internet: 64498 }), + new WorldStatsItem({ code: `CUW`, name: `Curacao`, continent: `North America`, population: 149648, gdpTotal: 3128, economy: `Developing`, region: `Central America`, status: `Dependency`, longitude: -68.95, latitude: 12.213, gdpPerPerson: 20902, rank: 190, unemployment: 6, oilProduction: 1, birthRate: 7, medianAge: 35, electricity: 74665, televisions: 89830, publicDebt: 36, internet: 55905 }), + new WorldStatsItem({ code: `ABW`, name: `Aruba`, continent: `North America`, population: 115120, gdpTotal: 2516, economy: `Developing`, region: `Central America`, status: `Dependency`, longitude: -69.98, latitude: 12.519, gdpPerPerson: 21855, rank: 191, unemployment: 7, oilProduction: 2356, birthRate: 13, medianAge: 38, electricity: 770, televisions: 20000, publicDebt: 46, internet: 24000 }), + new WorldStatsItem({ code: `GRD`, name: `Grenada`, continent: `North America`, population: 111724, gdpTotal: 1511, economy: `Developing`, region: `Central America`, status: `Country`, longitude: -61.69, latitude: 12.123, gdpPerPerson: 13524, rank: 192, unemployment: 10, oilProduction: 0, birthRate: 10, medianAge: 50, electricity: 4992, televisions: 58674, publicDebt: 42, internet: 33132 }), + new WorldStatsItem({ code: `KIR`, name: `Kiribati`, continent: `Oceania`, population: 108145, gdpTotal: 211, economy: `Least Developed`, region: `Micronesia`, status: `Country`, longitude: -157.333, latitude: 1.884, gdpPerPerson: 1951, rank: 193, unemployment: 13, oilProduction: 4, birthRate: 9, medianAge: 52, electricity: 37081, televisions: 52395, publicDebt: 40, internet: 36620 }), + new WorldStatsItem({ code: `VIR`, name: `U.S. Virgin Island`, continent: `North America`, population: 107268, gdpTotal: 3792, economy: `Developing`, region: `Central America`, status: `Dependency`, longitude: -64.77, latitude: 17.77, gdpPerPerson: 35351, rank: 194, unemployment: 11, oilProduction: 2, birthRate: 12, medianAge: 38, electricity: 13387, televisions: 77187, publicDebt: 43, internet: 40836 }), + new WorldStatsItem({ code: `TON`, name: `Tonga`, continent: `Oceania`, population: 106479, gdpTotal: 557, economy: `Developing`, region: `Polynesia`, status: `Country`, longitude: -173.9, latitude: -18.62, gdpPerPerson: 5231, rank: 195, unemployment: 4, oilProduction: 4, birthRate: 5, medianAge: 33, electricity: 88735, televisions: 30257, publicDebt: 25, internet: 71756 }), + new WorldStatsItem({ code: `FSM`, name: `Micronesia`, continent: `Oceania`, population: 104196, gdpTotal: 314, economy: `Developing`, region: `Micronesia`, status: `Country`, longitude: 150.52, latitude: 7.435, gdpPerPerson: 3014, rank: 196, unemployment: 9, oilProduction: 5, birthRate: 5, medianAge: 38, electricity: 39068, televisions: 45396, publicDebt: 40, internet: 29169 }), + new WorldStatsItem({ code: `VCT`, name: `St. Vin. and Gren.`, continent: `North America`, population: 102089, gdpTotal: 1241, economy: `Developing`, region: `Central America`, status: `Country`, longitude: -61.17, latitude: 13.239, gdpPerPerson: 12156, rank: 197, unemployment: 10, oilProduction: 5, birthRate: 7, medianAge: 30, electricity: 39467, televisions: 42804, publicDebt: 9, internet: 66754 }), + new WorldStatsItem({ code: `JEY`, name: `Jersey`, continent: `Europe`, population: 98840, gdpTotal: 5080, economy: `Developed`, region: `Northern Europe`, status: `Territory`, longitude: -2.123, latitude: 49.218, gdpPerPerson: 51396, rank: 198, unemployment: 4, oilProduction: 1, birthRate: 18, medianAge: 30, electricity: 64261, televisions: 52453, publicDebt: 34, internet: 3026 }), + new WorldStatsItem({ code: `ATG`, name: `Antigua and Barbuda`, continent: `North America`, population: 94731, gdpTotal: 2171, economy: `Developing`, region: `Central America`, status: `Country`, longitude: -61.79, latitude: 17.096, gdpPerPerson: 22918, rank: 199, unemployment: 3, oilProduction: 1, birthRate: 5, medianAge: 36, electricity: 35849, televisions: 75384, publicDebt: 32, internet: 6170 }), + new WorldStatsItem({ code: `SYC`, name: `Seychelles`, continent: `Africa`, population: 93920, gdpTotal: 2608, economy: `Developing`, region: `Eastern Africa`, status: `Country`, longitude: 55.463, latitude: -4.672, gdpPerPerson: 27768, rank: 200, unemployment: 2, oilProduction: 0, birthRate: 16, medianAge: 29, electricity: 252, televisions: 11000, publicDebt: 92, internet: 32000 }), + new WorldStatsItem({ code: `IMN`, name: `Isle of Man`, continent: `Europe`, population: 88815, gdpTotal: 7428, economy: `Developed`, region: `Northern Europe`, status: `Territory`, longitude: -4.562, latitude: 54.233, gdpPerPerson: 83635, rank: 201, unemployment: 4, oilProduction: 4, birthRate: 14, medianAge: 36, electricity: 15745, televisions: 25734, publicDebt: 13, internet: 2650 }), + new WorldStatsItem({ code: `AND`, name: `Andorra`, continent: `Europe`, population: 85702, gdpTotal: 3327, economy: `Developed`, region: `Southern Europe`, status: `Country`, longitude: 1.578, latitude: 42.539, gdpPerPerson: 38821, rank: 202, unemployment: 11, oilProduction: 3, birthRate: 20, medianAge: 50, electricity: 56209, televisions: 42797, publicDebt: 33, internet: 42006 }), + new WorldStatsItem({ code: `MHL`, name: `Marshall Islands`, continent: `Oceania`, population: 74539, gdpTotal: 180, economy: `Developing`, region: `Micronesia`, status: `Country`, longitude: 169.3, latitude: 8.484, gdpPerPerson: 2415, rank: 203, unemployment: 3, oilProduction: 3, birthRate: 23, medianAge: 42, electricity: 78832, televisions: 15193, publicDebt: 44, internet: 8536 }), + new WorldStatsItem({ code: `DMA`, name: `Dominica`, continent: `North America`, population: 73897, gdpTotal: 812, economy: `Developing`, region: `Central America`, status: `Country`, longitude: -61.36, latitude: 15.43, gdpPerPerson: 10988, rank: 204, unemployment: 6, oilProduction: 1, birthRate: 13, medianAge: 35, electricity: 49809, televisions: 17676, publicDebt: 37, internet: 2616 }), + new WorldStatsItem({ code: `BMU`, name: `Bermuda`, continent: `North America`, population: 70864, gdpTotal: 5198, economy: `Developed`, region: `Northern America`, status: `Dependency`, longitude: -64.76, latitude: 32.323, gdpPerPerson: 73352, rank: 205, unemployment: 15, oilProduction: 1, birthRate: 21, medianAge: 43, electricity: 54728, televisions: 16336, publicDebt: 27, internet: 41606 }), + new WorldStatsItem({ code: `GGY`, name: `Guernsey`, continent: `Europe`, population: 66502, gdpTotal: 3465, economy: `Developed`, region: `Northern Europe`, status: `Territory`, longitude: -2.579, latitude: 49.468, gdpPerPerson: 52104, rank: 206, unemployment: 2, oilProduction: 1, birthRate: 25, medianAge: 33, electricity: 9806, televisions: 24638, publicDebt: 34, internet: 29222 }), + new WorldStatsItem({ code: `CYM`, name: `Cayman Island`, continent: `North America`, population: 58441, gdpTotal: 2507, economy: `Emerging`, region: `Central America`, status: `Dependency`, longitude: -81.25, latitude: 19.343, gdpPerPerson: 42898, rank: 207, unemployment: 12, oilProduction: 3, birthRate: 7, medianAge: 35, electricity: 70206, televisions: 28885, publicDebt: 21, internet: 9332 }), + new WorldStatsItem({ code: `GRL`, name: `Greenland`, continent: `North America`, population: 57713, gdpTotal: 2173, economy: `Developed`, region: `Northern America`, status: `Dependency`, longitude: -42.12, latitude: 69.547, gdpPerPerson: 37652, rank: 208, unemployment: 7, oilProduction: 5, birthRate: 19, medianAge: 42, electricity: 86090, televisions: 43741, publicDebt: 42, internet: 11423 }), + new WorldStatsItem({ code: `KNA`, name: `St. Kitts and Nevis`, continent: `North America`, population: 52715, gdpTotal: 1427, economy: `Developing`, region: `Central America`, status: `Country`, longitude: -62.77, latitude: 17.351, gdpPerPerson: 27070, rank: 209, unemployment: 5, oilProduction: 2, birthRate: 18, medianAge: 40, electricity: 65438, televisions: 17719, publicDebt: 11, internet: 8543 }), + new WorldStatsItem({ code: `TCA`, name: `Turks and Caicos Is.`, continent: `North America`, population: 52570, gdpTotal: 632, economy: `Developing`, region: `Central America`, status: `Dependency`, longitude: -71.96, latitude: 21.913, gdpPerPerson: 12022, rank: 210, unemployment: 6, oilProduction: 0, birthRate: 13, medianAge: 42, electricity: 51325, televisions: 13109, publicDebt: 13, internet: 24564 }), + new WorldStatsItem({ code: `MNP`, name: `N. Mariana Island`, continent: `Oceania`, population: 52263, gdpTotal: 682, economy: `Developing`, region: `Micronesia`, status: `Dependency`, longitude: 145.49, latitude: 16.459, gdpPerPerson: 13049, rank: 211, unemployment: 10, oilProduction: 1, birthRate: 9, medianAge: 46, electricity: 87386, televisions: 13049, publicDebt: 20, internet: 5484 }), + new WorldStatsItem({ code: `ASM`, name: `American Samoa`, continent: `Oceania`, population: 51504, gdpTotal: 711, economy: `Developing`, region: `Polynesia`, status: `Dependency`, longitude: -170.6, latitude: -14.3, gdpPerPerson: 13805, rank: 212, unemployment: 3, oilProduction: 4, birthRate: 13, medianAge: 42, electricity: 65918, televisions: 18802, publicDebt: 23, internet: 14691 }), + new WorldStatsItem({ code: `FRO`, name: `Faeroe Island`, continent: `Europe`, population: 50730, gdpTotal: 2001, economy: `Developed`, region: `Northern Europe`, status: `Dependency`, longitude: -6.857, latitude: 62.178, gdpPerPerson: 39444, rank: 213, unemployment: 15, oilProduction: 2, birthRate: 11, medianAge: 46, electricity: 55029, televisions: 11762, publicDebt: 13, internet: 2412 }), + new WorldStatsItem({ code: `SXM`, name: `Sint Maarten`, continent: `North America`, population: 42083, gdpTotal: 366, economy: `Developing`, region: `Central America`, status: `Dependency`, longitude: -63.06, latitude: 18.044, gdpPerPerson: 8697, rank: 214, unemployment: 14, oilProduction: 4, birthRate: 19, medianAge: 50, electricity: 17166, televisions: 8474, publicDebt: 33, internet: 14309 }), + new WorldStatsItem({ code: `LIE`, name: `Liechtenstein`, continent: `Europe`, population: 38244, gdpTotal: 4978, economy: `Developed`, region: `Western Europe`, status: `Country`, longitude: 9.545, latitude: 47.164, gdpPerPerson: 130164, rank: 215, unemployment: 11, oilProduction: 3, birthRate: 10, medianAge: 55, electricity: 80781, televisions: 23104, publicDebt: 21, internet: 8159 }), + new WorldStatsItem({ code: `VGB`, name: `British Virgin Island`, continent: `North America`, population: 35015, gdpTotal: 500, economy: `Developed`, region: `Central America`, status: `Dependency`, longitude: -64.6, latitude: 18.44, gdpPerPerson: 14280, rank: 216, unemployment: 13, oilProduction: 2, birthRate: 6, medianAge: 51, electricity: 47732, televisions: 17777, publicDebt: 7, internet: 6238 }), + new WorldStatsItem({ code: `SMR`, name: `San Marino`, continent: `Europe`, population: 33537, gdpTotal: 2023, economy: `Developed`, region: `Southern Europe`, status: `Country`, longitude: 12.456, latitude: 43.942, gdpPerPerson: 60321, rank: 217, unemployment: 10, oilProduction: 0, birthRate: 15, medianAge: 48, electricity: 21943, televisions: 22355, publicDebt: 34, internet: 23505 }), + new WorldStatsItem({ code: `MAF`, name: `St. Martin`, continent: `North America`, population: 32125, gdpTotal: 562, economy: `Developing`, region: `Central America`, status: `Dependency`, longitude: -63.06, latitude: 18.092, gdpPerPerson: 17494, rank: 218, unemployment: 15, oilProduction: 5, birthRate: 10, medianAge: 34, electricity: 76791, televisions: 17592, publicDebt: 43, internet: 25032 }), + new WorldStatsItem({ code: `MCO`, name: `Monaco`, continent: `Europe`, population: 30645, gdpTotal: 7672, economy: `Developed`, region: `Western Europe`, status: `Country`, longitude: 7.408, latitude: 43.751, gdpPerPerson: 250351, rank: 219, unemployment: 15, oilProduction: 5, birthRate: 18, medianAge: 31, electricity: 73517, televisions: 10057, publicDebt: 10, internet: 18394 }), + new WorldStatsItem({ code: `ALA`, name: `Aland Islands`, continent: `Europe`, population: 27153, gdpTotal: 1563, economy: `Developed`, region: `Northern Europe`, status: `Territory`, longitude: 20.065, latitude: 60.209, gdpPerPerson: 57563, rank: 220, unemployment: 14, oilProduction: 3, birthRate: 15, medianAge: 54, electricity: 69394, televisions: 14696, publicDebt: 19, internet: 2736 }), + new WorldStatsItem({ code: `PLW`, name: `Palau`, continent: `Oceania`, population: 21431, gdpTotal: 276, economy: `Developing`, region: `Micronesia`, status: `Country`, longitude: 134.63, latitude: 7.532, gdpPerPerson: 12879, rank: 221, unemployment: 8, oilProduction: 1, birthRate: 7, medianAge: 39, electricity: 88599, televisions: 3019, publicDebt: 8, internet: 17075 }), + new WorldStatsItem({ code: `AIA`, name: `Anguilla`, continent: `North America`, population: 17087, gdpTotal: 175, economy: `Developing`, region: `Central America`, status: `Dependency`, longitude: -63.07, latitude: 18.221, gdpPerPerson: 10242, rank: 222, unemployment: 9, oilProduction: 1, birthRate: 10, medianAge: 49, electricity: 68590, televisions: 10632, publicDebt: 40, internet: 8703 }), + new WorldStatsItem({ code: `WLF`, name: `Wallis Island`, continent: `Oceania`, population: 15714, gdpTotal: 60, economy: `Developing`, region: `Polynesia`, status: `Dependency`, longitude: -177.1, latitude: -13.77, gdpPerPerson: 3818, rank: 223, unemployment: 15, oilProduction: 0, birthRate: 0, medianAge: 0, electricity: 0, televisions: 0, publicDebt: 6, internet: 900 }), + new WorldStatsItem({ code: `NRU`, name: `Nauru`, continent: `Oceania`, population: 9642, gdpTotal: 151, economy: `Developing`, region: `Micronesia`, status: `Country`, longitude: 166.93, latitude: -0.52, gdpPerPerson: 15661, rank: 224, unemployment: 5, oilProduction: 3, birthRate: 17, medianAge: 32, electricity: 84092, televisions: 1777, publicDebt: 34, internet: 4585 }), + new WorldStatsItem({ code: `COK`, name: `Cook Island`, continent: `Oceania`, population: 9290, gdpTotal: 244, economy: `Developing`, region: `Polynesia`, status: `Dependency`, longitude: -159.7, latitude: -21.21, gdpPerPerson: 26265, rank: 225, unemployment: 15, oilProduction: 1, birthRate: 6, medianAge: 45, electricity: 41320, televisions: 3712, publicDebt: 24, internet: 3555 }), + new WorldStatsItem({ code: `SHN`, name: `Saint Helena`, continent: `Africa`, population: 7828, gdpTotal: 31, economy: `Developing`, region: `Western Africa`, status: `Dependency`, longitude: -10.03, latitude: -11.94, gdpPerPerson: 3960, rank: 226, unemployment: 13, oilProduction: 1, birthRate: 17, medianAge: 48, electricity: 84435, televisions: 3812, publicDebt: 15, internet: 5530 }), + new WorldStatsItem({ code: `BLM`, name: `St. Barthalemy`, continent: `North America`, population: 7184, gdpTotal: 255, economy: `Developed`, region: `Central America`, status: `Dependency`, longitude: -62.83, latitude: 17.899, gdpPerPerson: 35496, rank: 227, unemployment: 14, oilProduction: 0, birthRate: 23, medianAge: 46, electricity: 36112, televisions: 4072, publicDebt: 27, internet: 5097 }), + new WorldStatsItem({ code: `KAS`, name: `Siachen Glacier`, continent: `Asia`, population: 6000, gdpTotal: 15, economy: `Developing`, region: `Southern Asia`, status: `Territory`, longitude: 77.283, latitude: 35.386, gdpPerPerson: 2500, rank: 228, unemployment: 7, oilProduction: 0, birthRate: 9, medianAge: 55, electricity: 62932, televisions: 936, publicDebt: 14, internet: 1303 }), + new WorldStatsItem({ code: `SPM`, name: `St. Pierre and Miquelon`, continent: `North America`, population: 5533, gdpTotal: 215, economy: `Developed`, region: `Northern America`, status: `Territory`, longitude: -56.26, latitude: 46.926, gdpPerPerson: 38858, rank: 229, unemployment: 13, oilProduction: 0, birthRate: 13, medianAge: 42, electricity: 61277, televisions: 2067, publicDebt: 18, internet: 2924 }), + new WorldStatsItem({ code: `MSR`, name: `Montserrat`, continent: `North America`, population: 5292, gdpTotal: 44, economy: `Developing`, region: `Central America`, status: `Dependency`, longitude: -62.18, latitude: 16.745, gdpPerPerson: 8314, rank: 230, unemployment: 13, oilProduction: 1, birthRate: 12, medianAge: 50, electricity: 19088, televisions: 1964, publicDebt: 44, internet: 4009 }), + new WorldStatsItem({ code: `IOT`, name: `British Indian Territory`, continent: `Asia`, population: 4000, gdpTotal: 160, economy: `Developed`, region: `Southern Asia`, status: `Dependency`, longitude: 72.424, latitude: -7.328, gdpPerPerson: 40000, rank: 232, unemployment: 13, oilProduction: 0, birthRate: 6, medianAge: 47, electricity: 91829, televisions: 1510, publicDebt: 14, internet: 1656 }), + new WorldStatsItem({ code: `FLK`, name: `Falkland Island`, continent: `South America`, population: 2931, gdpTotal: 282, economy: `Developed`, region: `South America`, status: `Dependency`, longitude: -59.46, latitude: -51.78, gdpPerPerson: 96213, rank: 233, unemployment: 3, oilProduction: 5, birthRate: 9, medianAge: 36, electricity: 68007, televisions: 1489, publicDebt: 22, internet: 1335 }), + new WorldStatsItem({ code: `NFK`, name: `Norfolk Island`, continent: `Oceania`, population: 2210, gdpTotal: 33, economy: `Developing`, region: `Australia`, status: `Dependency`, longitude: 167.94, latitude: -29.05, gdpPerPerson: 14932, rank: 234, unemployment: 1, oilProduction: 0, birthRate: 15, medianAge: 46, electricity: 91943, televisions: 583, publicDebt: 41, internet: 1183 }), + new WorldStatsItem({ code: `NIU`, name: `Niue`, continent: `Oceania`, population: 1626, gdpTotal: 10, economy: `Developing`, region: `Polynesia`, status: `Dependency`, longitude: -169.8, latitude: -19.05, gdpPerPerson: 6150, rank: 235, unemployment: 15, oilProduction: 4, birthRate: 17, medianAge: 51, electricity: 16785, televisions: 585, publicDebt: 31, internet: 1247 }), ]; super(...newItems.slice(0)); } diff --git a/samples/charts/data-chart/scatter-bubble-chart-multiple-sources/src/CountryStatsAfrica.ts b/samples/charts/data-chart/scatter-bubble-chart-multiple-sources/src/CountryStatsAfrica.ts index 34e0a73da1..b75b627807 100644 --- a/samples/charts/data-chart/scatter-bubble-chart-multiple-sources/src/CountryStatsAfrica.ts +++ b/samples/charts/data-chart/scatter-bubble-chart-multiple-sources/src/CountryStatsAfrica.ts @@ -16,414 +16,57 @@ export class CountryStatsAfrica extends Array { super(...items); } else { const newItems = [ - new CountryStatsAfricaItem( - { - code: `DZA`, - population: 39728000, - workedHours: 47.5, - gDP: 13725, - name: `Algeria` - }), - new CountryStatsAfricaItem( - { - code: `AGO`, - population: 27884000, - workedHours: 39.8, - gDP: 6228, - name: `Angola` - }), - new CountryStatsAfricaItem( - { - code: `BEN`, - population: 10576000, - workedHours: 43.7, - gDP: 1987, - name: `Benin` - }), - new CountryStatsAfricaItem( - { - code: `BWA`, - population: 2121000, - workedHours: 41.2, - gDP: 15357, - name: `Botswana` - }), - new CountryStatsAfricaItem( - { - code: `BFA`, - population: 18111000, - workedHours: 39.3, - gDP: 1596, - name: `Burkina Faso` - }), - new CountryStatsAfricaItem( - { - code: `BDI`, - population: 10160000, - workedHours: 36.4, - gDP: 748, - name: `Burundi` - }), - new CountryStatsAfricaItem( - { - code: `CMR`, - population: 23298000, - workedHours: 42, - gDP: 3289, - name: `Cameroon` - }), - new CountryStatsAfricaItem( - { - code: `CPV`, - population: 525000, - workedHours: 45, - gDP: 5915, - name: `Cape Verde` - }), - new CountryStatsAfricaItem( - { - code: `CAF`, - population: 4493000, - workedHours: 38, - gDP: 622, - name: `Central African Republic` - }), - new CountryStatsAfricaItem( - { - code: `TCD`, - population: 14111000, - workedHours: 40.4, - gDP: 2067, - name: `Chad` - }), - new CountryStatsAfricaItem( - { - code: `COM`, - population: 777000, - workedHours: 40.1, - gDP: 1413, - name: `Comoros` - }), - new CountryStatsAfricaItem( - { - code: `COG`, - population: 4856000, - workedHours: 38.1, - gDP: 5543, - name: `Congo` - }), - new CountryStatsAfricaItem( - { - code: `CIV`, - population: 23226000, - workedHours: 39.7, - gDP: 3242, - name: `Cote Ivoire` - }), - new CountryStatsAfricaItem( - { - code: `COD`, - population: 76245000, - workedHours: 44, - gDP: 812, - name: `Democratic Republic of Congo` - }), - new CountryStatsAfricaItem( - { - code: `EGY`, - population: 92443000, - workedHours: 39.7, - gDP: 10096, - name: `Egypt` - }), - new CountryStatsAfricaItem( - { - code: `GNQ`, - population: 1169000, - workedHours: 38.8, - gDP: 27554, - name: `Equatorial Guinea` - }), - new CountryStatsAfricaItem( - { - code: `SWZ`, - population: 1104000, - workedHours: 45.7, - gDP: 7759, - name: `Eswatini` - }), - new CountryStatsAfricaItem( - { - code: `ETH`, - population: 101000000, - workedHours: 40.1, - gDP: 1533, - name: `Ethiopia` - }), - new CountryStatsAfricaItem( - { - code: `GAB`, - population: 1948000, - workedHours: 40.5, - gDP: 16837, - name: `Gabon` - }), - new CountryStatsAfricaItem( - { - code: `GMB`, - population: 2086000, - workedHours: 40.3, - gDP: 1568, - name: `Gambia` - }), - new CountryStatsAfricaItem( - { - code: `GHA`, - population: 27849000, - workedHours: 47.6, - gDP: 3927, - name: `Ghana` - }), - new CountryStatsAfricaItem( - { - code: `GIN`, - population: 11432000, - workedHours: 43.4, - gDP: 1758, - name: `Guinea` - }), - new CountryStatsAfricaItem( - { - code: `GNB`, - population: 1737000, - workedHours: 35.1, - gDP: 1446, - name: `Guinea-Bissau` - }), - new CountryStatsAfricaItem( - { - code: `KEN`, - population: 47878000, - workedHours: 43.9, - gDP: 2836, - name: `Kenya` - }), - new CountryStatsAfricaItem( - { - code: `LSO`, - population: 2059000, - workedHours: 47.6, - gDP: 2708, - name: `Lesotho` - }), - new CountryStatsAfricaItem( - { - code: `LBR`, - population: 4472000, - workedHours: 40.3, - gDP: 785, - name: `Liberia` - }), - new CountryStatsAfricaItem( - { - code: `LBY`, - population: 6418000, - workedHours: 42.5, - gDP: 14847, - name: `Libya` - }), - new CountryStatsAfricaItem( - { - code: `MDG`, - population: 24234000, - workedHours: 40.8, - gDP: 1377, - name: `Madagascar` - }), - new CountryStatsAfricaItem( - { - code: `MWI`, - population: 16745000, - workedHours: 44.5, - gDP: 1089, - name: `Malawi` - }), - new CountryStatsAfricaItem( - { - code: `MLI`, - population: 17439000, - workedHours: 40.6, - gDP: 1919, - name: `Mali` - }), - new CountryStatsAfricaItem( - { - code: `MRT`, - population: 4046000, - workedHours: 45.9, - gDP: 3602, - name: `Mauritania` - }), - new CountryStatsAfricaItem( - { - code: `MUS`, - population: 1259000, - workedHours: 44.4, - gDP: 18864, - name: `Mauritius` - }), - new CountryStatsAfricaItem( - { - code: `MAR`, - population: 34664000, - workedHours: 39.6, - gDP: 7297, - name: `Morocco` - }), - new CountryStatsAfricaItem( - { - code: `MOZ`, - population: 27042000, - workedHours: 46.7, - gDP: 1118, - name: `Mozambique` - }), - new CountryStatsAfricaItem( - { - code: `NAM`, - population: 2315000, - workedHours: 43.1, - gDP: 9975, - name: `Namibia` - }), - new CountryStatsAfricaItem( - { - code: `NER`, - population: 20002000, - workedHours: 45, - gDP: 908, - name: `Niger` - }), - new CountryStatsAfricaItem( - { - code: `NGA`, - population: 181000000, - workedHours: 32.76, - gDP: 5671, - name: `Nigeria` - }), - new CountryStatsAfricaItem( - { - code: `RWA`, - population: 11369000, - workedHours: 46.3, - gDP: 1731, - name: `Rwanda` - }), - new CountryStatsAfricaItem( - { - code: `STP`, - population: 199000, - workedHours: 38.2, - gDP: 2948, - name: `Sao Tome` - }), - new CountryStatsAfricaItem( - { - code: `SEN`, - population: 14578000, - workedHours: 46.8, - gDP: 2294, - name: `Senegal` - }), - new CountryStatsAfricaItem( - { - code: `SYC`, - population: 95000, - workedHours: 39.8, - gDP: 24857, - name: `Seychelles` - }), - new CountryStatsAfricaItem( - { - code: `SLE`, - population: 7172000, - workedHours: 35.4, - gDP: 1314, - name: `Sierra Leone` - }), - new CountryStatsAfricaItem( - { - code: `ZAF`, - population: 55386000, - workedHours: 42.48, - gDP: 12378, - name: `South Africa` - }), - new CountryStatsAfricaItem( - { - code: `SSD`, - population: 10716000, - workedHours: 39.3, - gDP: 1875, - name: `South Sudan` - }), - new CountryStatsAfricaItem( - { - code: `SDN`, - population: 38903000, - workedHours: 36.3, - gDP: 4290, - name: `Sudan` - }), - new CountryStatsAfricaItem( - { - code: `TZA`, - population: 51483000, - workedHours: 38, - gDP: 2491, - name: `Tanzania` - }), - new CountryStatsAfricaItem( - { - code: `TGO`, - population: 7323000, - workedHours: 38.8, - gDP: 1351, - name: `Togo` - }), - new CountryStatsAfricaItem( - { - code: `TUN`, - population: 11180000, - workedHours: 35.2, - gDP: 10766, - name: `Tunisia` - }), - new CountryStatsAfricaItem( - { - code: `UGA`, - population: 38225000, - workedHours: 38.6, - gDP: 1666, - name: `Uganda` - }), - new CountryStatsAfricaItem( - { - code: `ZMB`, - population: 15879000, - workedHours: 46.6, - gDP: 3627, - name: `Zambia` - }), - new CountryStatsAfricaItem( - { - code: `ZWE`, - population: 13815000, - workedHours: 41.4, - gDP: 1912, - name: `Zimbabwe` - }), + new CountryStatsAfricaItem({ code: `DZA`, population: 39728000, workedHours: 47.5, gDP: 13725, name: `Algeria` }), + new CountryStatsAfricaItem({ code: `AGO`, population: 27884000, workedHours: 39.8, gDP: 6228, name: `Angola` }), + new CountryStatsAfricaItem({ code: `BEN`, population: 10576000, workedHours: 43.7, gDP: 1987, name: `Benin` }), + new CountryStatsAfricaItem({ code: `BWA`, population: 2121000, workedHours: 41.2, gDP: 15357, name: `Botswana` }), + new CountryStatsAfricaItem({ code: `BFA`, population: 18111000, workedHours: 39.3, gDP: 1596, name: `Burkina Faso` }), + new CountryStatsAfricaItem({ code: `BDI`, population: 10160000, workedHours: 36.4, gDP: 748, name: `Burundi` }), + new CountryStatsAfricaItem({ code: `CMR`, population: 23298000, workedHours: 42, gDP: 3289, name: `Cameroon` }), + new CountryStatsAfricaItem({ code: `CPV`, population: 525000, workedHours: 45, gDP: 5915, name: `Cape Verde` }), + new CountryStatsAfricaItem({ code: `CAF`, population: 4493000, workedHours: 38, gDP: 622, name: `Central African Republic` }), + new CountryStatsAfricaItem({ code: `TCD`, population: 14111000, workedHours: 40.4, gDP: 2067, name: `Chad` }), + new CountryStatsAfricaItem({ code: `COM`, population: 777000, workedHours: 40.1, gDP: 1413, name: `Comoros` }), + new CountryStatsAfricaItem({ code: `COG`, population: 4856000, workedHours: 38.1, gDP: 5543, name: `Congo` }), + new CountryStatsAfricaItem({ code: `CIV`, population: 23226000, workedHours: 39.7, gDP: 3242, name: `Cote Ivoire` }), + new CountryStatsAfricaItem({ code: `COD`, population: 76245000, workedHours: 44, gDP: 812, name: `Democratic Republic of Congo` }), + new CountryStatsAfricaItem({ code: `EGY`, population: 92443000, workedHours: 39.7, gDP: 10096, name: `Egypt` }), + new CountryStatsAfricaItem({ code: `GNQ`, population: 1169000, workedHours: 38.8, gDP: 27554, name: `Equatorial Guinea` }), + new CountryStatsAfricaItem({ code: `SWZ`, population: 1104000, workedHours: 45.7, gDP: 7759, name: `Eswatini` }), + new CountryStatsAfricaItem({ code: `ETH`, population: 101000000, workedHours: 40.1, gDP: 1533, name: `Ethiopia` }), + new CountryStatsAfricaItem({ code: `GAB`, population: 1948000, workedHours: 40.5, gDP: 16837, name: `Gabon` }), + new CountryStatsAfricaItem({ code: `GMB`, population: 2086000, workedHours: 40.3, gDP: 1568, name: `Gambia` }), + new CountryStatsAfricaItem({ code: `GHA`, population: 27849000, workedHours: 47.6, gDP: 3927, name: `Ghana` }), + new CountryStatsAfricaItem({ code: `GIN`, population: 11432000, workedHours: 43.4, gDP: 1758, name: `Guinea` }), + new CountryStatsAfricaItem({ code: `GNB`, population: 1737000, workedHours: 35.1, gDP: 1446, name: `Guinea-Bissau` }), + new CountryStatsAfricaItem({ code: `KEN`, population: 47878000, workedHours: 43.9, gDP: 2836, name: `Kenya` }), + new CountryStatsAfricaItem({ code: `LSO`, population: 2059000, workedHours: 47.6, gDP: 2708, name: `Lesotho` }), + new CountryStatsAfricaItem({ code: `LBR`, population: 4472000, workedHours: 40.3, gDP: 785, name: `Liberia` }), + new CountryStatsAfricaItem({ code: `LBY`, population: 6418000, workedHours: 42.5, gDP: 14847, name: `Libya` }), + new CountryStatsAfricaItem({ code: `MDG`, population: 24234000, workedHours: 40.8, gDP: 1377, name: `Madagascar` }), + new CountryStatsAfricaItem({ code: `MWI`, population: 16745000, workedHours: 44.5, gDP: 1089, name: `Malawi` }), + new CountryStatsAfricaItem({ code: `MLI`, population: 17439000, workedHours: 40.6, gDP: 1919, name: `Mali` }), + new CountryStatsAfricaItem({ code: `MRT`, population: 4046000, workedHours: 45.9, gDP: 3602, name: `Mauritania` }), + new CountryStatsAfricaItem({ code: `MUS`, population: 1259000, workedHours: 44.4, gDP: 18864, name: `Mauritius` }), + new CountryStatsAfricaItem({ code: `MAR`, population: 34664000, workedHours: 39.6, gDP: 7297, name: `Morocco` }), + new CountryStatsAfricaItem({ code: `MOZ`, population: 27042000, workedHours: 46.7, gDP: 1118, name: `Mozambique` }), + new CountryStatsAfricaItem({ code: `NAM`, population: 2315000, workedHours: 43.1, gDP: 9975, name: `Namibia` }), + new CountryStatsAfricaItem({ code: `NER`, population: 20002000, workedHours: 45, gDP: 908, name: `Niger` }), + new CountryStatsAfricaItem({ code: `NGA`, population: 181000000, workedHours: 32.76, gDP: 5671, name: `Nigeria` }), + new CountryStatsAfricaItem({ code: `RWA`, population: 11369000, workedHours: 46.3, gDP: 1731, name: `Rwanda` }), + new CountryStatsAfricaItem({ code: `STP`, population: 199000, workedHours: 38.2, gDP: 2948, name: `Sao Tome` }), + new CountryStatsAfricaItem({ code: `SEN`, population: 14578000, workedHours: 46.8, gDP: 2294, name: `Senegal` }), + new CountryStatsAfricaItem({ code: `SYC`, population: 95000, workedHours: 39.8, gDP: 24857, name: `Seychelles` }), + new CountryStatsAfricaItem({ code: `SLE`, population: 7172000, workedHours: 35.4, gDP: 1314, name: `Sierra Leone` }), + new CountryStatsAfricaItem({ code: `ZAF`, population: 55386000, workedHours: 42.48, gDP: 12378, name: `South Africa` }), + new CountryStatsAfricaItem({ code: `SSD`, population: 10716000, workedHours: 39.3, gDP: 1875, name: `South Sudan` }), + new CountryStatsAfricaItem({ code: `SDN`, population: 38903000, workedHours: 36.3, gDP: 4290, name: `Sudan` }), + new CountryStatsAfricaItem({ code: `TZA`, population: 51483000, workedHours: 38, gDP: 2491, name: `Tanzania` }), + new CountryStatsAfricaItem({ code: `TGO`, population: 7323000, workedHours: 38.8, gDP: 1351, name: `Togo` }), + new CountryStatsAfricaItem({ code: `TUN`, population: 11180000, workedHours: 35.2, gDP: 10766, name: `Tunisia` }), + new CountryStatsAfricaItem({ code: `UGA`, population: 38225000, workedHours: 38.6, gDP: 1666, name: `Uganda` }), + new CountryStatsAfricaItem({ code: `ZMB`, population: 15879000, workedHours: 46.6, gDP: 3627, name: `Zambia` }), + new CountryStatsAfricaItem({ code: `ZWE`, population: 13815000, workedHours: 41.4, gDP: 1912, name: `Zimbabwe` }), ]; super(...newItems.slice(0)); } diff --git a/samples/charts/data-chart/scatter-bubble-chart-multiple-sources/src/CountryStatsEurope.ts b/samples/charts/data-chart/scatter-bubble-chart-multiple-sources/src/CountryStatsEurope.ts index d0b93024d2..bfd3ff6d3f 100644 --- a/samples/charts/data-chart/scatter-bubble-chart-multiple-sources/src/CountryStatsEurope.ts +++ b/samples/charts/data-chart/scatter-bubble-chart-multiple-sources/src/CountryStatsEurope.ts @@ -16,334 +16,47 @@ export class CountryStatsEurope extends Array { super(...items); } else { const newItems = [ - new CountryStatsEuropeItem( - { - code: `ALB`, - population: 2891000, - workedHours: 41, - gDP: 10970, - name: `Albania` - }), - new CountryStatsEuropeItem( - { - code: `AUT`, - population: 8679000, - workedHours: 30.75, - gDP: 44305, - name: `Austria` - }), - new CountryStatsEuropeItem( - { - code: `BLR`, - population: 9439000, - workedHours: 43.5, - gDP: 17230, - name: `Belarus` - }), - new CountryStatsEuropeItem( - { - code: `BEL`, - population: 11288000, - workedHours: 29.7, - gDP: 41708, - name: `Belgium` - }), - new CountryStatsEuropeItem( - { - code: `BIH`, - population: 3429000, - workedHours: 46.5, - gDP: 10932, - name: `Bosnia` - }), - new CountryStatsEuropeItem( - { - code: `BGR`, - population: 7200000, - workedHours: 31.62, - gDP: 17000, - name: `Bulgaria` - }), - new CountryStatsEuropeItem( - { - code: `HRV`, - population: 4233000, - workedHours: 35.15, - gDP: 20984, - name: `Croatia` - }), - new CountryStatsEuropeItem( - { - code: `CYP`, - population: 1161000, - workedHours: 34.42, - gDP: 30549, - name: `Cyprus` - }), - new CountryStatsEuropeItem( - { - code: `CZE`, - population: 10601000, - workedHours: 33.77, - gDP: 30605, - name: `Czechia` - }), - new CountryStatsEuropeItem( - { - code: `DNK`, - population: 5689000, - workedHours: 27.16, - gDP: 45459, - name: `Denmark` - }), - new CountryStatsEuropeItem( - { - code: `EST`, - population: 1315000, - workedHours: 35.61, - gDP: 27550, - name: `Estonia` - }), - new CountryStatsEuropeItem( - { - code: `FIN`, - population: 5481000, - workedHours: 31.48, - gDP: 38942, - name: `Finland` - }), - new CountryStatsEuropeItem( - { - code: `FRA`, - population: 64453000, - workedHours: 29.03, - gDP: 37766, - name: `France` - }), - new CountryStatsEuropeItem( - { - code: `DEU`, - population: 81787000, - workedHours: 26.31, - gDP: 43938, - name: `Germany` - }), - new CountryStatsEuropeItem( - { - code: `GRC`, - population: 10660000, - workedHours: 39.06, - gDP: 24170, - name: `Greece` - }), - new CountryStatsEuropeItem( - { - code: `HUN`, - population: 9778000, - workedHours: 36.99, - gDP: 25034, - name: `Hungary` - }), - new CountryStatsEuropeItem( - { - code: `ISL`, - population: 330000, - workedHours: 29.02, - gDP: 43048, - name: `Iceland` - }), - new CountryStatsEuropeItem( - { - code: `IRL`, - population: 4652000, - workedHours: 33.47, - gDP: 60818, - name: `Ireland` - }), - new CountryStatsEuropeItem( - { - code: `ITA`, - population: 60578000, - workedHours: 33.04, - gDP: 34302, - name: `Italy` - }), - new CountryStatsEuropeItem( - { - code: `LVA`, - population: 1998000, - workedHours: 36.57, - gDP: 23019, - name: `Latvia` - }), - new CountryStatsEuropeItem( - { - code: `LTU`, - population: 2932000, - workedHours: 35.76, - gDP: 27046, - name: `Lithuania` - }), - new CountryStatsEuropeItem( - { - code: `LUX`, - population: 567000, - workedHours: 29.25, - gDP: 94089, - name: `Luxembourg` - }), - new CountryStatsEuropeItem( - { - code: `MLT`, - population: 434000, - workedHours: 37.78, - gDP: 34087, - name: `Malta` - }), - new CountryStatsEuropeItem( - { - code: `MDA`, - population: 4071000, - workedHours: 41, - gDP: 4747, - name: `Moldova` - }), - new CountryStatsEuropeItem( - { - code: `MNE`, - population: 627000, - workedHours: 47.2, - gDP: 15290, - name: `Montenegro` - }), - new CountryStatsEuropeItem( - { - code: `NLD`, - population: 16938000, - workedHours: 27.38, - gDP: 46494, - name: `Netherlands` - }), - new CountryStatsEuropeItem( - { - code: `MKD`, - population: 2079000, - workedHours: 36.6, - gDP: 12760, - name: `North Macedonia` - }), - new CountryStatsEuropeItem( - { - code: `NOR`, - population: 5200000, - workedHours: 27.36, - gDP: 64008, - name: `Norway` - }), - new CountryStatsEuropeItem( - { - code: `POL`, - population: 38034000, - workedHours: 39.4, - gDP: 25300, - name: `Poland` - }), - new CountryStatsEuropeItem( - { - code: `PRT`, - population: 10368000, - workedHours: 36.06, - gDP: 26608, - name: `Portugal` - }), - new CountryStatsEuropeItem( - { - code: `ROU`, - population: 19925000, - workedHours: 34.34, - gDP: 20556, - name: `Romania` - }), - new CountryStatsEuropeItem( - { - code: `RUS`, - population: 145000000, - workedHours: 38.04, - gDP: 24517, - name: `Russia` - }), - new CountryStatsEuropeItem( - { - code: `SMR`, - population: 33000, - workedHours: 40.1, - gDP: 56372, - name: `San Marino` - }), - new CountryStatsEuropeItem( - { - code: `SRB`, - population: 8877000, - workedHours: 46.5, - gDP: 13278, - name: `Serbia` - }), - new CountryStatsEuropeItem( - { - code: `SVK`, - population: 5436000, - workedHours: 33.73, - gDP: 28309, - name: `Slovakia` - }), - new CountryStatsEuropeItem( - { - code: `SVN`, - population: 2071000, - workedHours: 32.46, - gDP: 29038, - name: `Slovenia` - }), - new CountryStatsEuropeItem( - { - code: `ESP`, - population: 46672000, - workedHours: 32.68, - gDP: 32291, - name: `Spain` - }), - new CountryStatsEuropeItem( - { - code: `SWE`, - population: 9765000, - workedHours: 30.96, - gDP: 45679, - name: `Sweden` - }), - new CountryStatsEuropeItem( - { - code: `CHE`, - population: 8297000, - workedHours: 30.57, - gDP: 57264, - name: `Switzerland` - }), - new CountryStatsEuropeItem( - { - code: `UKR`, - population: 44922000, - workedHours: 38.6, - gDP: 7465, - name: `Ukraine` - }), - new CountryStatsEuropeItem( - { - code: `GBR`, - population: 65860000, - workedHours: 32.1, - gDP: 38839, - name: `United Kingdom` - }), + new CountryStatsEuropeItem({ code: `ALB`, population: 2891000, workedHours: 41, gDP: 10970, name: `Albania` }), + new CountryStatsEuropeItem({ code: `AUT`, population: 8679000, workedHours: 30.75, gDP: 44305, name: `Austria` }), + new CountryStatsEuropeItem({ code: `BLR`, population: 9439000, workedHours: 43.5, gDP: 17230, name: `Belarus` }), + new CountryStatsEuropeItem({ code: `BEL`, population: 11288000, workedHours: 29.7, gDP: 41708, name: `Belgium` }), + new CountryStatsEuropeItem({ code: `BIH`, population: 3429000, workedHours: 46.5, gDP: 10932, name: `Bosnia` }), + new CountryStatsEuropeItem({ code: `BGR`, population: 7200000, workedHours: 31.62, gDP: 17000, name: `Bulgaria` }), + new CountryStatsEuropeItem({ code: `HRV`, population: 4233000, workedHours: 35.15, gDP: 20984, name: `Croatia` }), + new CountryStatsEuropeItem({ code: `CYP`, population: 1161000, workedHours: 34.42, gDP: 30549, name: `Cyprus` }), + new CountryStatsEuropeItem({ code: `CZE`, population: 10601000, workedHours: 33.77, gDP: 30605, name: `Czechia` }), + new CountryStatsEuropeItem({ code: `DNK`, population: 5689000, workedHours: 27.16, gDP: 45459, name: `Denmark` }), + new CountryStatsEuropeItem({ code: `EST`, population: 1315000, workedHours: 35.61, gDP: 27550, name: `Estonia` }), + new CountryStatsEuropeItem({ code: `FIN`, population: 5481000, workedHours: 31.48, gDP: 38942, name: `Finland` }), + new CountryStatsEuropeItem({ code: `FRA`, population: 64453000, workedHours: 29.03, gDP: 37766, name: `France` }), + new CountryStatsEuropeItem({ code: `DEU`, population: 81787000, workedHours: 26.31, gDP: 43938, name: `Germany` }), + new CountryStatsEuropeItem({ code: `GRC`, population: 10660000, workedHours: 39.06, gDP: 24170, name: `Greece` }), + new CountryStatsEuropeItem({ code: `HUN`, population: 9778000, workedHours: 36.99, gDP: 25034, name: `Hungary` }), + new CountryStatsEuropeItem({ code: `ISL`, population: 330000, workedHours: 29.02, gDP: 43048, name: `Iceland` }), + new CountryStatsEuropeItem({ code: `IRL`, population: 4652000, workedHours: 33.47, gDP: 60818, name: `Ireland` }), + new CountryStatsEuropeItem({ code: `ITA`, population: 60578000, workedHours: 33.04, gDP: 34302, name: `Italy` }), + new CountryStatsEuropeItem({ code: `LVA`, population: 1998000, workedHours: 36.57, gDP: 23019, name: `Latvia` }), + new CountryStatsEuropeItem({ code: `LTU`, population: 2932000, workedHours: 35.76, gDP: 27046, name: `Lithuania` }), + new CountryStatsEuropeItem({ code: `LUX`, population: 567000, workedHours: 29.25, gDP: 94089, name: `Luxembourg` }), + new CountryStatsEuropeItem({ code: `MLT`, population: 434000, workedHours: 37.78, gDP: 34087, name: `Malta` }), + new CountryStatsEuropeItem({ code: `MDA`, population: 4071000, workedHours: 41, gDP: 4747, name: `Moldova` }), + new CountryStatsEuropeItem({ code: `MNE`, population: 627000, workedHours: 47.2, gDP: 15290, name: `Montenegro` }), + new CountryStatsEuropeItem({ code: `NLD`, population: 16938000, workedHours: 27.38, gDP: 46494, name: `Netherlands` }), + new CountryStatsEuropeItem({ code: `MKD`, population: 2079000, workedHours: 36.6, gDP: 12760, name: `North Macedonia` }), + new CountryStatsEuropeItem({ code: `NOR`, population: 5200000, workedHours: 27.36, gDP: 64008, name: `Norway` }), + new CountryStatsEuropeItem({ code: `POL`, population: 38034000, workedHours: 39.4, gDP: 25300, name: `Poland` }), + new CountryStatsEuropeItem({ code: `PRT`, population: 10368000, workedHours: 36.06, gDP: 26608, name: `Portugal` }), + new CountryStatsEuropeItem({ code: `ROU`, population: 19925000, workedHours: 34.34, gDP: 20556, name: `Romania` }), + new CountryStatsEuropeItem({ code: `RUS`, population: 145000000, workedHours: 38.04, gDP: 24517, name: `Russia` }), + new CountryStatsEuropeItem({ code: `SMR`, population: 33000, workedHours: 40.1, gDP: 56372, name: `San Marino` }), + new CountryStatsEuropeItem({ code: `SRB`, population: 8877000, workedHours: 46.5, gDP: 13278, name: `Serbia` }), + new CountryStatsEuropeItem({ code: `SVK`, population: 5436000, workedHours: 33.73, gDP: 28309, name: `Slovakia` }), + new CountryStatsEuropeItem({ code: `SVN`, population: 2071000, workedHours: 32.46, gDP: 29038, name: `Slovenia` }), + new CountryStatsEuropeItem({ code: `ESP`, population: 46672000, workedHours: 32.68, gDP: 32291, name: `Spain` }), + new CountryStatsEuropeItem({ code: `SWE`, population: 9765000, workedHours: 30.96, gDP: 45679, name: `Sweden` }), + new CountryStatsEuropeItem({ code: `CHE`, population: 8297000, workedHours: 30.57, gDP: 57264, name: `Switzerland` }), + new CountryStatsEuropeItem({ code: `UKR`, population: 44922000, workedHours: 38.6, gDP: 7465, name: `Ukraine` }), + new CountryStatsEuropeItem({ code: `GBR`, population: 65860000, workedHours: 32.1, gDP: 38839, name: `United Kingdom` }), ]; super(...newItems.slice(0)); } diff --git a/samples/charts/data-chart/scatter-bubble-chart-single-source/src/WorldStats.ts b/samples/charts/data-chart/scatter-bubble-chart-single-source/src/WorldStats.ts index 42b539d0be..a079014978 100644 --- a/samples/charts/data-chart/scatter-bubble-chart-single-source/src/WorldStats.ts +++ b/samples/charts/data-chart/scatter-bubble-chart-single-source/src/WorldStats.ts @@ -31,5388 +31,240 @@ export class WorldStats extends Array { super(...items); } else { const newItems = [ - new WorldStatsItem( - { - code: `CHN`, - name: `China`, - continent: `Asia`, - population: 1379302771, - gdpTotal: 21140000, - economy: `Emerging`, - region: `Eastern Asia`, - status: `Country`, - longitude: 104.18, - latitude: 35.887, - gdpPerPerson: 15327, - rank: 1, - unemployment: 4, - oilProduction: 3725000, - birthRate: 14, - medianAge: 34, - electricity: 3256000, - televisions: 400000000, - publicDebt: 18, - internet: 253000000 - }), - new WorldStatsItem( - { - code: `IND`, - name: `India`, - continent: `Asia`, - population: 1281935911, - gdpTotal: 8721000, - economy: `Emerging`, - region: `Southern Asia`, - status: `Country`, - longitude: 78.022, - latitude: 22.665, - gdpPerPerson: 6803, - rank: 2, - unemployment: 7, - oilProduction: 810000, - birthRate: 22, - medianAge: 25, - electricity: 661600, - televisions: 63000000, - publicDebt: 58, - internet: 80000000 - }), - new WorldStatsItem( - { - code: `USA`, - name: `United States`, - continent: `North America`, - population: 326625791, - gdpTotal: 18560000, - economy: `Developed`, - region: `Northern America`, - status: `Country`, - longitude: -101.8, - latitude: 39.818, - gdpPerPerson: 56823, - rank: 3, - unemployment: 5, - oilProduction: 7460000, - birthRate: 14, - medianAge: 37, - electricity: 4062000, - televisions: 219000000, - publicDebt: 61, - internet: 223000000 - }), - new WorldStatsItem( - { - code: `IDN`, - name: `Indonesia`, - continent: `Asia`, - population: 260580739, - gdpTotal: 3028000, - economy: `Emerging`, - region: `Eastern Asia`, - status: `Country`, - longitude: 102.72, - latitude: -2.698, - gdpPerPerson: 11620, - rank: 4, - unemployment: 9, - oilProduction: 837500, - birthRate: 19, - medianAge: 27, - electricity: 125900, - televisions: 13750000, - publicDebt: 34, - internet: 13000000 - }), - new WorldStatsItem( - { - code: `BRA`, - name: `Brazil`, - continent: `South America`, - population: 207353391, - gdpTotal: 3081000, - economy: `Emerging`, - region: `South America`, - status: `Country`, - longitude: -48.88, - latitude: -12.89, - gdpPerPerson: 14859, - rank: 5, - unemployment: 9, - oilProduction: 1797000, - birthRate: 19, - medianAge: 28, - electricity: 396400, - televisions: 36500000, - publicDebt: 45, - internet: 50000000 - }), - new WorldStatsItem( - { - code: `PAK`, - name: `Pakistan`, - continent: `Asia`, - population: 204924861, - gdpTotal: 988200, - economy: `Emerging`, - region: `Southern Asia`, - status: `Country`, - longitude: 67.624, - latitude: 28.421, - gdpPerPerson: 4822, - rank: 6, - unemployment: 6, - oilProduction: 62000, - birthRate: 28, - medianAge: 21, - electricity: 89820, - televisions: 3100000, - publicDebt: 51, - internet: 17500000 - }), - new WorldStatsItem( - { - code: `NGA`, - name: `Nigeria`, - continent: `Africa`, - population: 190632261, - gdpTotal: 1089000, - economy: `Emerging`, - region: `Western Africa`, - status: `Country`, - longitude: 8.657, - latitude: 9.075, - gdpPerPerson: 5713, - rank: 7, - unemployment: 5, - oilProduction: 2166000, - birthRate: 37, - medianAge: 19, - electricity: 22530, - televisions: 6900000, - publicDebt: 14, - internet: 10000000 - }), - new WorldStatsItem( - { - code: `BGD`, - name: `Bangladesh`, - continent: `Asia`, - population: 157826578, - gdpTotal: 628400, - economy: `Least Developed`, - region: `Southern Asia`, - status: `Country`, - longitude: 89.935, - latitude: 24.474, - gdpPerPerson: 3982, - rank: 8, - unemployment: 3, - oilProduction: 6746, - birthRate: 29, - medianAge: 23, - electricity: 21350, - televisions: 770000, - publicDebt: 37, - internet: 500000 - }), - new WorldStatsItem( - { - code: `RUS`, - name: `Russia`, - continent: `Europe`, - population: 142257519, - gdpTotal: 3745000, - economy: `Emerging`, - region: `Eastern Europe`, - status: `Country`, - longitude: 42.379, - latitude: 56.974, - gdpPerPerson: 26325, - rank: 9, - unemployment: 6, - oilProduction: 9870000, - birthRate: 11, - medianAge: 38, - electricity: 1000000, - televisions: 60500000, - publicDebt: 6, - internet: 30000000 - }), - new WorldStatsItem( - { - code: `JPN`, - name: `Japan`, - continent: `Asia`, - population: 126451398, - gdpTotal: 4932000, - economy: `Developed`, - region: `Eastern Asia`, - status: `Country`, - longitude: 138.48, - latitude: 36.519, - gdpPerPerson: 39003, - rank: 10, - unemployment: 4, - oilProduction: 125000, - birthRate: 8, - medianAge: 44, - electricity: 1025000, - televisions: 86500000, - publicDebt: 170, - internet: 88110000 - }), - new WorldStatsItem( - { - code: `MEX`, - name: `Mexico`, - continent: `North America`, - population: 124574795, - gdpTotal: 2307000, - economy: `Emerging`, - region: `Central America`, - status: `Country`, - longitude: -102.5, - latitude: 23.63, - gdpPerPerson: 18519, - rank: 11, - unemployment: 4, - oilProduction: 3083000, - birthRate: 20, - medianAge: 26, - electricity: 222400, - televisions: 25600000, - publicDebt: 23, - internet: 22812000 - }), - new WorldStatsItem( - { - code: `ETH`, - name: `Ethiopia`, - continent: `Africa`, - population: 105350020, - gdpTotal: 174700, - economy: `Least Developed`, - region: `Eastern Africa`, - status: `Country`, - longitude: 40.489, - latitude: 9.154, - gdpPerPerson: 1658, - rank: 12, - unemployment: 5, - oilProduction: 1, - birthRate: 25, - medianAge: 52, - electricity: 60942, - televisions: 66893500, - publicDebt: 45, - internet: 291000 - }), - new WorldStatsItem( - { - code: `PHL`, - name: `Philippines`, - continent: `Asia`, - population: 104256076, - gdpTotal: 801900, - economy: `Emerging`, - region: `Eastern Asia`, - status: `Country`, - longitude: 121.4, - latitude: 16.78, - gdpPerPerson: 7692, - rank: 13, - unemployment: 7, - oilProduction: 0, - birthRate: 26, - medianAge: 22, - electricity: 53670, - televisions: 3700000, - publicDebt: 56, - internet: 5300000 - }), - new WorldStatsItem( - { - code: `EGY`, - name: `Egypt`, - continent: `Africa`, - population: 97041072, - gdpTotal: 1105000, - economy: `Emerging`, - region: `Middle East`, - status: `Country`, - longitude: 30.787, - latitude: 26.825, - gdpPerPerson: 11387, - rank: 14, - unemployment: 9, - oilProduction: 665000, - birthRate: 22, - medianAge: 25, - electricity: 102500, - televisions: 7700000, - publicDebt: 106, - internet: 8620000 - }), - new WorldStatsItem( - { - code: `VNM`, - name: `Vietnam`, - continent: `Asia`, - population: 96160163, - gdpTotal: 594900, - economy: `Emerging`, - region: `Eastern Asia`, - status: `Country`, - longitude: 108.46, - latitude: 13.711, - gdpPerPerson: 6187, - rank: 15, - unemployment: 4, - oilProduction: 324000, - birthRate: 16, - medianAge: 27, - electricity: 59010, - televisions: 3570000, - publicDebt: 42, - internet: 17870000 - }), - new WorldStatsItem( - { - code: `COD`, - name: `Dem. Rep. Congo`, - continent: `Africa`, - population: 83301151, - gdpTotal: 66010, - economy: `Least Developed`, - region: `Middle Africa`, - status: `Country`, - longitude: 21.738, - latitude: -4.071, - gdpPerPerson: 792, - rank: 16, - unemployment: 3, - oilProduction: 4, - birthRate: 13, - medianAge: 41, - electricity: 48913, - televisions: 55942436, - publicDebt: 16, - internet: 8903936 - }), - new WorldStatsItem( - { - code: `IRN`, - name: `Iran`, - continent: `Asia`, - population: 82021564, - gdpTotal: 1459000, - economy: `Emerging`, - region: `Middle East`, - status: `Country`, - longitude: 53.664, - latitude: 32.435, - gdpPerPerson: 17788, - rank: 17, - unemployment: 12, - oilProduction: 3956000, - birthRate: 17, - medianAge: 26, - electricity: 170400, - televisions: 4610000, - publicDebt: 17, - internet: 23000000 - }), - new WorldStatsItem( - { - code: `TUR`, - name: `Turkey`, - continent: `Asia`, - population: 80845215, - gdpTotal: 1670000, - economy: `Emerging`, - region: `Middle East`, - status: `Country`, - longitude: 35.243, - latitude: 38.962, - gdpPerPerson: 20657, - rank: 18, - unemployment: 10, - oilProduction: 45460, - birthRate: 16, - medianAge: 29, - electricity: 154200, - televisions: 20900000, - publicDebt: 39, - internet: 13150000 - }), - new WorldStatsItem( - { - code: `DEU`, - name: `Germany`, - continent: `Europe`, - population: 80594017, - gdpTotal: 3979000, - economy: `Developed`, - region: `Western Europe`, - status: `Country`, - longitude: 11.43, - latitude: 52.237, - gdpPerPerson: 49371, - rank: 19, - unemployment: 9, - oilProduction: 141700, - birthRate: 8, - medianAge: 43, - electricity: 579400, - televisions: 51400000, - publicDebt: 65, - internet: 42500000 - }), - new WorldStatsItem( - { - code: `THA`, - name: `Thailand`, - continent: `Asia`, - population: 68414135, - gdpTotal: 1161000, - economy: `Emerging`, - region: `Eastern Asia`, - status: `Country`, - longitude: 100.65, - latitude: 15.345, - gdpPerPerson: 16970, - rank: 20, - unemployment: 1, - oilProduction: 310000, - birthRate: 14, - medianAge: 33, - electricity: 124600, - televisions: 15190000, - publicDebt: 38, - internet: 13416000 - }), - new WorldStatsItem( - { - code: `FRA`, - name: `France`, - continent: `Europe`, - population: 67106161, - gdpTotal: 2699000, - economy: `Developed`, - region: `Western Europe`, - status: `Country`, - longitude: 2.267, - latitude: 46.645, - gdpPerPerson: 40220, - rank: 21, - unemployment: 12, - oilProduction: 1, - birthRate: 24, - medianAge: 48, - electricity: 63711, - televisions: 43156970, - publicDebt: 11, - internet: 7012454 - }), - new WorldStatsItem( - { - code: `GBR`, - name: `United Kingdom`, - continent: `Europe`, - population: 64769452, - gdpTotal: 2788000, - economy: `Developed`, - region: `Northern Europe`, - status: `Country`, - longitude: -1.233, - latitude: 52.242, - gdpPerPerson: 43045, - rank: 22, - unemployment: 5, - oilProduction: 1636000, - birthRate: 11, - medianAge: 40, - electricity: 372600, - televisions: 30500000, - publicDebt: 44, - internet: 40200000 - }), - new WorldStatsItem( - { - code: `ITA`, - name: `Italy`, - continent: `Europe`, - population: 62137802, - gdpTotal: 2221000, - economy: `Developed`, - region: `Southern Europe`, - status: `Country`, - longitude: 15.701, - latitude: 40.885, - gdpPerPerson: 35743, - rank: 23, - unemployment: 6, - oilProduction: 164800, - birthRate: 8, - medianAge: 43, - electricity: 278500, - televisions: 30300000, - publicDebt: 104, - internet: 32000000 - }), - new WorldStatsItem( - { - code: `MMR`, - name: `Myanmar`, - continent: `Asia`, - population: 55123814, - gdpTotal: 311100, - economy: `Least Developed`, - region: `Eastern Asia`, - status: `Country`, - longitude: 96.028, - latitude: 21.509, - gdpPerPerson: 5644, - rank: 24, - unemployment: 13, - oilProduction: 4, - birthRate: 24, - medianAge: 37, - electricity: 26955, - televisions: 39322205, - publicDebt: 18, - internet: 30207772 - }), - new WorldStatsItem( - { - code: `ZAF`, - name: `South Africa`, - continent: `Africa`, - population: 54841552, - gdpTotal: 739100, - economy: `Emerging`, - region: `Southern Africa`, - status: `Country`, - longitude: 22.489, - latitude: -32.4, - gdpPerPerson: 13477, - rank: 25, - unemployment: 24, - oilProduction: 200000, - birthRate: 20, - medianAge: 24, - electricity: 264000, - televisions: 6000000, - publicDebt: 31, - internet: 5100000 - }), - new WorldStatsItem( - { - code: `TZA`, - name: `Tanzania`, - continent: `Africa`, - population: 53950935, - gdpTotal: 150600, - economy: `Least Developed`, - region: `Eastern Africa`, - status: `Country`, - longitude: 34.894, - latitude: -6.356, - gdpPerPerson: 2791, - rank: 26, - unemployment: 6, - oilProduction: 3, - birthRate: 9, - medianAge: 34, - electricity: 10186, - televisions: 35987980, - publicDebt: 20, - internet: 400000 - }), - new WorldStatsItem( - { - code: `KOR`, - name: `South Korea`, - continent: `Asia`, - population: 51181299, - gdpTotal: 1929000, - economy: `Emerging`, - region: `Eastern Asia`, - status: `Country`, - longitude: 128.29, - latitude: 36.399, - gdpPerPerson: 37690, - rank: 27, - unemployment: 3, - oilProduction: 17050, - birthRate: 9, - medianAge: 37, - electricity: 403200, - televisions: 15900000, - publicDebt: 28, - internet: 35590000 - }), - new WorldStatsItem( - { - code: `ESP`, - name: `Spain`, - continent: `Europe`, - population: 48958159, - gdpTotal: 1690000, - economy: `Developed`, - region: `Southern Europe`, - status: `Country`, - longitude: -2.892, - latitude: 40.569, - gdpPerPerson: 34519, - rank: 28, - unemployment: 8, - oilProduction: 29350, - birthRate: 10, - medianAge: 41, - electricity: 270300, - televisions: 16200000, - publicDebt: 36, - internet: 19690000 - }), - new WorldStatsItem( - { - code: `COL`, - name: `Colombia`, - continent: `South America`, - population: 47698524, - gdpTotal: 688000, - economy: `Developing`, - region: `South America`, - status: `Country`, - longitude: -72.95, - latitude: 4.099, - gdpPerPerson: 14424, - rank: 29, - unemployment: 11, - oilProduction: 531300, - birthRate: 20, - medianAge: 27, - electricity: 50470, - televisions: 4590000, - publicDebt: 53, - internet: 12100000 - }), - new WorldStatsItem( - { - code: `KEN`, - name: `Kenya`, - continent: `Africa`, - population: 47615739, - gdpTotal: 152700, - economy: `Emerging`, - region: `Eastern Africa`, - status: `Country`, - longitude: 37.929, - latitude: 0.4, - gdpPerPerson: 3207, - rank: 30, - unemployment: 40, - oilProduction: 0, - birthRate: 38, - medianAge: 19, - electricity: 5502, - televisions: 730000, - publicDebt: 49, - internet: 3000000 - }), - new WorldStatsItem( - { - code: `ARG`, - name: `Argentina`, - continent: `South America`, - population: 44293293, - gdpTotal: 879400, - economy: `Emerging`, - region: `South America`, - status: `Country`, - longitude: -64.84, - latitude: -33.07, - gdpPerPerson: 19854, - rank: 31, - unemployment: 9, - oilProduction: 730000, - birthRate: 18, - medianAge: 30, - electricity: 101100, - televisions: 7950000, - publicDebt: 56, - internet: 9309000 - }), - new WorldStatsItem( - { - code: `UKR`, - name: `Ukraine`, - continent: `Europe`, - population: 44033874, - gdpTotal: 352600, - economy: `Developing`, - region: `Eastern Europe`, - status: `Country`, - longitude: 30.86, - latitude: 49.723, - gdpPerPerson: 8007, - rank: 32, - unemployment: 2, - oilProduction: 90400, - birthRate: 10, - medianAge: 39, - electricity: 192100, - televisions: 18050000, - publicDebt: 12, - internet: 10000000 - }), - new WorldStatsItem( - { - code: `DZA`, - name: `Algeria`, - continent: `Africa`, - population: 40969443, - gdpTotal: 609400, - economy: `Developing`, - region: `Northern Africa`, - status: `Country`, - longitude: 1.642, - latitude: 28.04, - gdpPerPerson: 14875, - rank: 33, - unemployment: 12, - oilProduction: 1358000, - birthRate: 17, - medianAge: 26, - electricity: 31910, - televisions: 3100000, - publicDebt: 18, - internet: 3500000 - }), - new WorldStatsItem( - { - code: `UGA`, - name: `Uganda`, - continent: `Africa`, - population: 39570125, - gdpTotal: 84930, - economy: `Least Developed`, - region: `Eastern Africa`, - status: `Country`, - longitude: 32.27, - latitude: 1.375, - gdpPerPerson: 2146, - rank: 34, - unemployment: 10, - oilProduction: 1, - birthRate: 10, - medianAge: 32, - electricity: 35388, - televisions: 27867123, - publicDebt: 21, - internet: 2000000 - }), - new WorldStatsItem( - { - code: `IRQ`, - name: `Iraq`, - continent: `Asia`, - population: 39192111, - gdpTotal: 596700, - economy: `Developing`, - region: `Middle East`, - status: `Country`, - longitude: 43.66, - latitude: 33.218, - gdpPerPerson: 15225, - rank: 35, - unemployment: 6, - oilProduction: 0, - birthRate: 20, - medianAge: 44, - electricity: 48545, - televisions: 13178804, - publicDebt: 40, - internet: 9538092 - }), - new WorldStatsItem( - { - code: `POL`, - name: `Poland`, - continent: `Europe`, - population: 38476269, - gdpTotal: 1052000, - economy: `Developed`, - region: `Eastern Europe`, - status: `Country`, - longitude: 20.073, - latitude: 52.374, - gdpPerPerson: 27342, - rank: 36, - unemployment: 13, - oilProduction: 0, - birthRate: 10, - medianAge: 38, - electricity: 146200, - televisions: 13050000, - publicDebt: 43, - internet: 16000000 - }), - new WorldStatsItem( - { - code: `SDN`, - name: `Sudan`, - continent: `Africa`, - population: 37345935, - gdpTotal: 176300, - economy: `Developing`, - region: `Northern Africa`, - status: `Country`, - longitude: 30.217, - latitude: 15.434, - gdpPerPerson: 4721, - rank: 37, - unemployment: 19, - oilProduction: 484500, - birthRate: 34, - medianAge: 19, - electricity: 3944, - televisions: 2380000, - publicDebt: 106, - internet: 1500000 - }), - new WorldStatsItem( - { - code: `CAN`, - name: `Canada`, - continent: `North America`, - population: 35623680, - gdpTotal: 1674000, - economy: `Developed`, - region: `Northern America`, - status: `Country`, - longitude: -108, - latitude: 55.855, - gdpPerPerson: 46991, - rank: 38, - unemployment: 6, - oilProduction: 3310000, - birthRate: 10, - medianAge: 40, - electricity: 609600, - televisions: 21500000, - publicDebt: 64, - internet: 28000000 - }), - new WorldStatsItem( - { - code: `AFG`, - name: `Afghanistan`, - continent: `Asia`, - population: 34124811, - gdpTotal: 64080, - economy: `Least Developed`, - region: `Southern Asia`, - status: `Country`, - longitude: 66.041, - latitude: 33.977, - gdpPerPerson: 1878, - rank: 39, - unemployment: 9, - oilProduction: 2, - birthRate: 15, - medianAge: 39, - electricity: 64532, - televisions: 15374294, - publicDebt: 25, - internet: 18662148 - }), - new WorldStatsItem( - { - code: `MAR`, - name: `Morocco`, - continent: `Africa`, - population: 33986655, - gdpTotal: 282800, - economy: `Developing`, - region: `Northern Africa`, - status: `Country`, - longitude: -5.707, - latitude: 32.104, - gdpPerPerson: 8321, - rank: 40, - unemployment: 10, - oilProduction: 300, - birthRate: 21, - medianAge: 25, - electricity: 21370, - televisions: 3100000, - publicDebt: 67, - internet: 7300000 - }), - new WorldStatsItem( - { - code: `MYS`, - name: `Malaysia`, - continent: `Asia`, - population: 31381992, - gdpTotal: 863000, - economy: `Developing`, - region: `Eastern Asia`, - status: `Country`, - longitude: 101.72, - latitude: 4.89, - gdpPerPerson: 27500, - rank: 41, - unemployment: 3, - oilProduction: 757500, - birthRate: 22, - medianAge: 25, - electricity: 82360, - televisions: 10800000, - publicDebt: 42, - internet: 15868000 - }), - new WorldStatsItem( - { - code: `VEN`, - name: `Venezuela`, - continent: `South America`, - population: 31304016, - gdpTotal: 468600, - economy: `Emerging`, - region: `South America`, - status: `Country`, - longitude: -64.78, - latitude: 6.695, - gdpPerPerson: 14969, - rank: 42, - unemployment: 9, - oilProduction: 2398000, - birthRate: 21, - medianAge: 25, - electricity: 99200, - televisions: 4100000, - publicDebt: 19, - internet: 5720000 - }), - new WorldStatsItem( - { - code: `PER`, - name: `Peru`, - continent: `South America`, - population: 31036656, - gdpTotal: 410400, - economy: `Emerging`, - region: `South America`, - status: `Country`, - longitude: -73.82, - latitude: -12.89, - gdpPerPerson: 13223, - rank: 43, - unemployment: 7, - oilProduction: 119000, - birthRate: 20, - medianAge: 26, - electricity: 24970, - televisions: 3060000, - publicDebt: 29, - internet: 7636000 - }), - new WorldStatsItem( - { - code: `UZB`, - name: `Uzbekistan`, - continent: `Asia`, - population: 29748859, - gdpTotal: 202300, - economy: `Developing`, - region: `Central Asia`, - status: `Country`, - longitude: 63.288, - latitude: 42.338, - gdpPerPerson: 6800, - rank: 44, - unemployment: 1, - oilProduction: 109400, - birthRate: 18, - medianAge: 24, - electricity: 49000, - televisions: 6400000, - publicDebt: 19, - internet: 1200000 - }), - new WorldStatsItem( - { - code: `NPL`, - name: `Nepal`, - continent: `Asia`, - population: 29384297, - gdpTotal: 71520, - economy: `Least Developed`, - region: `Southern Asia`, - status: `Country`, - longitude: 82.328, - latitude: 28.843, - gdpPerPerson: 2434, - rank: 45, - unemployment: 5, - oilProduction: 3, - birthRate: 18, - medianAge: 34, - electricity: 68842, - televisions: 21075997, - publicDebt: 16, - internet: 7780693 - }), - new WorldStatsItem( - { - code: `AGO`, - name: `Angola`, - continent: `Africa`, - population: 29310273, - gdpTotal: 189000, - economy: `Least Developed`, - region: `Middle Africa`, - status: `Country`, - longitude: 18.097, - latitude: -12.37, - gdpPerPerson: 6448, - rank: 46, - unemployment: 14, - oilProduction: 0, - birthRate: 15, - medianAge: 38, - electricity: 25890, - televisions: 21283158, - publicDebt: 12, - internet: 100000 - }), - new WorldStatsItem( - { - code: `SAU`, - name: `Saudi Arabia`, - continent: `Asia`, - population: 28571770, - gdpTotal: 1731000, - economy: `Developed`, - region: `Middle East`, - status: `Country`, - longitude: 45.129, - latitude: 24.248, - gdpPerPerson: 60584, - rank: 47, - unemployment: 13, - oilProduction: 11000000, - birthRate: 29, - medianAge: 22, - electricity: 165600, - televisions: 5100000, - publicDebt: 24, - internet: 6200000 - }), - new WorldStatsItem( - { - code: `YEM`, - name: `Yemen`, - continent: `Asia`, - population: 28036829, - gdpTotal: 73450, - economy: `Least Developed`, - region: `Middle East`, - status: `Country`, - longitude: 48.53, - latitude: 15.658, - gdpPerPerson: 2620, - rank: 48, - unemployment: 35, - oilProduction: 339200, - birthRate: 42, - medianAge: 17, - electricity: 4456, - televisions: 470000, - publicDebt: 34, - internet: 320000 - }), - new WorldStatsItem( - { - code: `GHA`, - name: `Ghana`, - continent: `Africa`, - population: 27499924, - gdpTotal: 120800, - economy: `Developing`, - region: `Western Africa`, - status: `Country`, - longitude: -0.893, - latitude: 8.607, - gdpPerPerson: 4393, - rank: 49, - unemployment: 11, - oilProduction: 700, - birthRate: 29, - medianAge: 20, - electricity: 7042, - televisions: 1900000, - publicDebt: 59, - internet: 650000 - }), - new WorldStatsItem( - { - code: `MOZ`, - name: `Mozambique`, - continent: `Africa`, - population: 26573706, - gdpTotal: 35010, - economy: `Least Developed`, - region: `Eastern Africa`, - status: `Country`, - longitude: 38.075, - latitude: -15.41, - gdpPerPerson: 1317, - rank: 50, - unemployment: 21, - oilProduction: 0, - birthRate: 38, - medianAge: 17, - electricity: 13170, - televisions: 67600, - publicDebt: 22, - internet: 200000 - }), - new WorldStatsItem( - { - code: `PRK`, - name: `North Korea`, - continent: `Asia`, - population: 25248140, - gdpTotal: 40000, - economy: `Least Developed`, - region: `Eastern Asia`, - status: `Country`, - longitude: 127.01, - latitude: 40.333, - gdpPerPerson: 1584, - rank: 51, - unemployment: 13, - oilProduction: 0, - birthRate: 23, - medianAge: 55, - electricity: 35619, - televisions: 16501842, - publicDebt: 30, - internet: 2340760 - }), - new WorldStatsItem( - { - code: `MDG`, - name: `Madagascar`, - continent: `Africa`, - population: 25054161, - gdpTotal: 36860, - economy: `Least Developed`, - region: `Eastern Africa`, - status: `Country`, - longitude: 46.87, - latitude: -18.82, - gdpPerPerson: 1471, - rank: 52, - unemployment: 15, - oilProduction: 0, - birthRate: 20, - medianAge: 36, - electricity: 86068, - televisions: 9470858, - publicDebt: 31, - internet: 1407981 - }), - new WorldStatsItem( - { - code: `CMR`, - name: `Cameroon`, - continent: `Africa`, - population: 24994885, - gdpTotal: 77240, - economy: `Developing`, - region: `Middle Africa`, - status: `Country`, - longitude: 12.451, - latitude: 4.365, - gdpPerPerson: 3090, - rank: 53, - unemployment: 30, - oilProduction: 85300, - birthRate: 35, - medianAge: 19, - electricity: 4090, - televisions: 450000, - publicDebt: 16, - internet: 370000 - }), - new WorldStatsItem( - { - code: `CIV`, - name: `Ivory Coast`, - continent: `Africa`, - population: 24184810, - gdpTotal: 87120, - economy: `Developing`, - region: `Western Africa`, - status: `Country`, - longitude: -5.555, - latitude: 7.538, - gdpPerPerson: 3602, - rank: 54, - unemployment: 3, - oilProduction: 1, - birthRate: 17, - medianAge: 55, - electricity: 49302, - televisions: 9034402, - publicDebt: 75, - internet: 300000 - }), - new WorldStatsItem( - { - code: `TWN`, - name: `Taiwan`, - continent: `Asia`, - population: 23508428, - gdpTotal: 1127000, - economy: `Developed`, - region: `Eastern Asia`, - status: `Country`, - longitude: 120.96, - latitude: 23.636, - gdpPerPerson: 47940, - rank: 55, - unemployment: 4, - oilProduction: 600, - birthRate: 9, - medianAge: 36, - electricity: 235000, - televisions: 8800000, - publicDebt: 28, - internet: 14760000 - }), - new WorldStatsItem( - { - code: `AUS`, - name: `Australia`, - continent: `Oceania`, - population: 23232413, - gdpTotal: 1189000, - economy: `Developed`, - region: `Australia`, - status: `Country`, - longitude: 135.87, - latitude: -25.63, - gdpPerPerson: 51178, - rank: 56, - unemployment: 4, - oilProduction: 540000, - birthRate: 13, - medianAge: 37, - electricity: 236700, - televisions: 10150000, - publicDebt: 16, - internet: 11240000 - }), - new WorldStatsItem( - { - code: `LKA`, - name: `Sri Lanka`, - continent: `Asia`, - population: 22409381, - gdpTotal: 236700, - economy: `Developing`, - region: `Southern Asia`, - status: `Country`, - longitude: 80.792, - latitude: 7.881, - gdpPerPerson: 10563, - rank: 57, - unemployment: 6, - oilProduction: 0, - birthRate: 17, - medianAge: 30, - electricity: 8411, - televisions: 1530000, - publicDebt: 86, - internet: 771700 - }), - new WorldStatsItem( - { - code: `ROU`, - name: `Romania`, - continent: `Europe`, - population: 21529967, - gdpTotal: 441000, - economy: `Developed`, - region: `Eastern Europe`, - status: `Country`, - longitude: 24.974, - latitude: 45.967, - gdpPerPerson: 20483, - rank: 58, - unemployment: 4, - oilProduction: 115000, - birthRate: 11, - medianAge: 37, - electricity: 60520, - televisions: 5250000, - publicDebt: 13, - internet: 12000000 - }), - new WorldStatsItem( - { - code: `BFA`, - name: `Burkina Faso`, - continent: `Africa`, - population: 20107509, - gdpTotal: 32990, - economy: `Least Developed`, - region: `Western Africa`, - status: `Country`, - longitude: -1.567, - latitude: 12.251, - gdpPerPerson: 1641, - rank: 59, - unemployment: 4, - oilProduction: 5, - birthRate: 21, - medianAge: 30, - electricity: 82658, - televisions: 7478745, - publicDebt: 14, - internet: 5896530 - }), - new WorldStatsItem( - { - code: `NER`, - name: `Niger`, - continent: `Africa`, - population: 19245344, - gdpTotal: 20150, - economy: `Least Developed`, - region: `Northern Africa`, - status: `Country`, - longitude: 10.845, - latitude: 17.92, - gdpPerPerson: 1047, - rank: 60, - unemployment: 9, - oilProduction: 5, - birthRate: 18, - medianAge: 53, - electricity: 10652, - televisions: 8203307, - publicDebt: 17, - internet: 157021 - }), - new WorldStatsItem( - { - code: `MWI`, - name: `Malawi`, - continent: `Africa`, - population: 19196246, - gdpTotal: 21200, - economy: `Least Developed`, - region: `Eastern Africa`, - status: `Country`, - longitude: 34.282, - latitude: -13.26, - gdpPerPerson: 1104, - rank: 61, - unemployment: 12, - oilProduction: 3, - birthRate: 12, - medianAge: 51, - electricity: 20676, - televisions: 4938675, - publicDebt: 51, - internet: 139500 - }), - new WorldStatsItem( - { - code: `KAZ`, - name: `Kazakhstan`, - continent: `Asia`, - population: 18556698, - gdpTotal: 460700, - economy: `Developing`, - region: `Central Asia`, - status: `Country`, - longitude: 66.966, - latitude: 47.999, - gdpPerPerson: 24827, - rank: 62, - unemployment: 7, - oilProduction: 1355000, - birthRate: 16, - medianAge: 29, - electricity: 76340, - televisions: 3880000, - publicDebt: 8, - internet: 1901000 - }), - new WorldStatsItem( - { - code: `SYR`, - name: `Syria`, - continent: `Asia`, - population: 18028549, - gdpTotal: 50280, - economy: `Developing`, - region: `Middle East`, - status: `Country`, - longitude: 39.062, - latitude: 34.807, - gdpPerPerson: 2789, - rank: 63, - unemployment: 9, - oilProduction: 379000, - birthRate: 27, - medianAge: 21, - electricity: 153200, - televisions: 1050000, - publicDebt: 38, - internet: 3470000 - }), - new WorldStatsItem( - { - code: `MLI`, - name: `Mali`, - continent: `Africa`, - population: 17885245, - gdpTotal: 38090, - economy: `Least Developed`, - region: `Western Africa`, - status: `Country`, - longitude: -1.496, - latitude: 17.867, - gdpPerPerson: 2130, - rank: 64, - unemployment: 4, - oilProduction: 4, - birthRate: 21, - medianAge: 46, - electricity: 72483, - televisions: 4783188, - publicDebt: 38, - internet: 8619386 - }), - new WorldStatsItem( - { - code: `CHL`, - name: `Chile`, - continent: `South America`, - population: 17789267, - gdpTotal: 436100, - economy: `Emerging`, - region: `South America`, - status: `Country`, - longitude: -69.11, - latitude: -23.36, - gdpPerPerson: 24515, - rank: 65, - unemployment: 7, - oilProduction: 15100, - birthRate: 15, - medianAge: 31, - electricity: 47600, - televisions: 3150000, - publicDebt: 4, - internet: 557000 - }), - new WorldStatsItem( - { - code: `NLD`, - name: `Netherlands`, - continent: `Europe`, - population: 17084719, - gdpTotal: 870800, - economy: `Developed`, - region: `Western Europe`, - status: `Country`, - longitude: 6.272, - latitude: 52.971, - gdpPerPerson: 50970, - rank: 66, - unemployment: 5, - oilProduction: 76000, - birthRate: 11, - medianAge: 40, - electricity: 94340, - televisions: 8100000, - publicDebt: 46, - internet: 15000000 - }), - new WorldStatsItem( - { - code: `ECU`, - name: `Ecuador`, - continent: `South America`, - population: 16290913, - gdpTotal: 182400, - economy: `Developing`, - region: `South America`, - status: `Country`, - longitude: -77.98, - latitude: -1.291, - gdpPerPerson: 11196, - rank: 67, - unemployment: 9, - oilProduction: 511100, - birthRate: 22, - medianAge: 24, - electricity: 12940, - televisions: 2500000, - publicDebt: 33, - internet: 1549000 - }), - new WorldStatsItem( - { - code: `KHM`, - name: `Cambodia`, - continent: `Asia`, - population: 16204486, - gdpTotal: 58940, - economy: `Least Developed`, - region: `Eastern Asia`, - status: `Country`, - longitude: 104.96, - latitude: 12.558, - gdpPerPerson: 3637, - rank: 68, - unemployment: 15, - oilProduction: 1, - birthRate: 17, - medianAge: 50, - electricity: 45509, - televisions: 2489832, - publicDebt: 22, - internet: 11512560 - }), - new WorldStatsItem( - { - code: `ZMB`, - name: `Zambia`, - continent: `Africa`, - population: 15972000, - gdpTotal: 65170, - economy: `Least Developed`, - region: `Eastern Africa`, - status: `Country`, - longitude: 26.301, - latitude: -14.3, - gdpPerPerson: 4080, - rank: 69, - unemployment: 50, - oilProduction: 150, - birthRate: 41, - medianAge: 17, - electricity: 8850, - televisions: 277000, - publicDebt: 28, - internet: 500000 - }), - new WorldStatsItem( - { - code: `GTM`, - name: `Guatemala`, - continent: `North America`, - population: 15460732, - gdpTotal: 131800, - economy: `Developing`, - region: `Central America`, - status: `Country`, - longitude: -90.4, - latitude: 15.225, - gdpPerPerson: 8525, - rank: 70, - unemployment: 3, - oilProduction: 13000, - birthRate: 29, - medianAge: 19, - electricity: 7281, - televisions: 1323000, - publicDebt: 21, - internet: 1320000 - }), - new WorldStatsItem( - { - code: `SEN`, - name: `Senegal`, - continent: `Africa`, - population: 14668522, - gdpTotal: 39720, - economy: `Least Developed`, - region: `Western Africa`, - status: `Country`, - longitude: -14.76, - latitude: 15.47, - gdpPerPerson: 2708, - rank: 71, - unemployment: 48, - oilProduction: 0, - birthRate: 37, - medianAge: 19, - electricity: 2159, - televisions: 361000, - publicDebt: 23, - internet: 820000 - }), - new WorldStatsItem( - { - code: `ZWE`, - name: `Zimbabwe`, - continent: `Africa`, - population: 13805084, - gdpTotal: 28330, - economy: `Emerging`, - region: `Eastern Africa`, - status: `Country`, - longitude: 29.115, - latitude: -19.02, - gdpPerPerson: 2052, - rank: 72, - unemployment: 80, - oilProduction: 0, - birthRate: 32, - medianAge: 18, - electricity: 9950, - televisions: 370000, - publicDebt: 218, - internet: 1351000 - }), - new WorldStatsItem( - { - code: `SSD`, - name: `South Sudan`, - continent: `Africa`, - population: 13026129, - gdpTotal: 20880, - economy: `Least Developed`, - region: `Eastern Africa`, - status: `Country`, - longitude: 29.708, - latitude: 7.857, - gdpPerPerson: 1603, - rank: 73, - unemployment: 11, - oilProduction: 5, - birthRate: 8, - medianAge: 43, - electricity: 41476, - televisions: 7716253, - publicDebt: 41, - internet: 4569804 - }), - new WorldStatsItem( - { - code: `GIN`, - name: `Guinea`, - continent: `Africa`, - population: 12413867, - gdpTotal: 16080, - economy: `Least Developed`, - region: `Western Africa`, - status: `Country`, - longitude: -9.522, - latitude: 10.478, - gdpPerPerson: 1295, - rank: 74, - unemployment: 15, - oilProduction: 4, - birthRate: 5, - medianAge: 49, - electricity: 15826, - televisions: 6262180, - publicDebt: 32, - internet: 6439493 - }), - new WorldStatsItem( - { - code: `TCD`, - name: `Chad`, - continent: `Africa`, - population: 12075985, - gdpTotal: 30590, - economy: `Least Developed`, - region: `Northern Africa`, - status: `Country`, - longitude: 18.716, - latitude: 15.46, - gdpPerPerson: 2533, - rank: 75, - unemployment: 15, - oilProduction: 2, - birthRate: 25, - medianAge: 46, - electricity: 57747, - televisions: 8629897, - publicDebt: 33, - internet: 6531943 - }), - new WorldStatsItem( - { - code: `RWA`, - name: `Rwanda`, - continent: `Africa`, - population: 11901484, - gdpTotal: 21970, - economy: `Least Developed`, - region: `Eastern Africa`, - status: `Country`, - longitude: 29.867, - latitude: -1.936, - gdpPerPerson: 1846, - rank: 76, - unemployment: 14, - oilProduction: 0, - birthRate: 23, - medianAge: 51, - electricity: 51710, - televisions: 1363647, - publicDebt: 36, - internet: 2425128 - }), - new WorldStatsItem( - { - code: `BEL`, - name: `Belgium`, - continent: `Europe`, - population: 11491346, - gdpTotal: 508600, - economy: `Developed`, - region: `Western Europe`, - status: `Country`, - longitude: 4.605, - latitude: 50.911, - gdpPerPerson: 44259, - rank: 77, - unemployment: 8, - oilProduction: 9000, - birthRate: 10, - medianAge: 41, - electricity: 80840, - televisions: 4720000, - publicDebt: 85, - internet: 5220000 - }), - new WorldStatsItem( - { - code: `BDI`, - name: `Burundi`, - continent: `Africa`, - population: 11466756, - gdpTotal: 7892, - economy: `Least Developed`, - region: `Eastern Africa`, - status: `Country`, - longitude: 29.913, - latitude: -3.384, - gdpPerPerson: 688, - rank: 78, - unemployment: 12, - oilProduction: 3, - birthRate: 16, - medianAge: 35, - electricity: 43850, - televisions: 2920735, - publicDebt: 20, - internet: 3908915 - }), - new WorldStatsItem( - { - code: `TUN`, - name: `Tunisia`, - continent: `Africa`, - population: 11403800, - gdpTotal: 130800, - economy: `Developing`, - region: `Northern Africa`, - status: `Country`, - longitude: 9.516, - latitude: 33.785, - gdpPerPerson: 11470, - rank: 79, - unemployment: 14, - oilProduction: 76900, - birthRate: 16, - medianAge: 29, - electricity: 12850, - televisions: 920000, - publicDebt: 55, - internet: 1722000 - }), - new WorldStatsItem( - { - code: `CUB`, - name: `Cuba`, - continent: `North America`, - population: 11147407, - gdpTotal: 132900, - economy: `Emerging`, - region: `Central America`, - status: `Country`, - longitude: -80.54, - latitude: 22.567, - gdpPerPerson: 11922, - rank: 80, - unemployment: 2, - oilProduction: 58300, - birthRate: 11, - medianAge: 37, - electricity: 16450, - televisions: 2640000, - publicDebt: 37, - internet: 1310000 - }), - new WorldStatsItem( - { - code: `BOL`, - name: `Bolivia`, - continent: `South America`, - population: 11138234, - gdpTotal: 78350, - economy: `Emerging`, - region: `South America`, - status: `Country`, - longitude: -63.57, - latitude: -16.3, - gdpPerPerson: 7034, - rank: 81, - unemployment: 8, - oilProduction: 46470, - birthRate: 22, - medianAge: 23, - electricity: 5293, - televisions: 900000, - publicDebt: 46, - internet: 1000000 - }), - new WorldStatsItem( - { - code: `BEN`, - name: `Benin`, - continent: `Africa`, - population: 11038805, - gdpTotal: 24310, - economy: `Least Developed`, - region: `Western Africa`, - status: `Country`, - longitude: 2.704, - latitude: 10.535, - gdpPerPerson: 2202, - rank: 82, - unemployment: 2, - oilProduction: 0, - birthRate: 25, - medianAge: 40, - electricity: 13145, - televisions: 7167916, - publicDebt: 34, - internet: 8520122 - }), - new WorldStatsItem( - { - code: `PRT`, - name: `Portugal`, - continent: `Europe`, - population: 10839514, - gdpTotal: 297100, - economy: `Developed`, - region: `Southern Europe`, - status: `Country`, - longitude: -7.757, - latitude: 40.815, - gdpPerPerson: 27409, - rank: 83, - unemployment: 8, - oilProduction: 9500, - birthRate: 10, - medianAge: 39, - electricity: 49040, - televisions: 3310000, - publicDebt: 64, - internet: 3549000 - }), - new WorldStatsItem( - { - code: `GRC`, - name: `Greece`, - continent: `Europe`, - population: 10768477, - gdpTotal: 290500, - economy: `Developed`, - region: `Southern Europe`, - status: `Country`, - longitude: 21.871, - latitude: 39.558, - gdpPerPerson: 26977, - rank: 84, - unemployment: 8, - oilProduction: 5687, - birthRate: 10, - medianAge: 42, - electricity: 56130, - televisions: 2540000, - publicDebt: 90, - internet: 2540000 - }), - new WorldStatsItem( - { - code: `DOM`, - name: `Dominican Republic`, - continent: `North America`, - population: 10734247, - gdpTotal: 161900, - economy: `Developing`, - region: `Central America`, - status: `Country`, - longitude: -70.17, - latitude: 18.775, - gdpPerPerson: 15083, - rank: 85, - unemployment: 16, - oilProduction: 12, - birthRate: 23, - medianAge: 25, - electricity: 12220, - televisions: 770000, - publicDebt: 41, - internet: 1677000 - }), - new WorldStatsItem( - { - code: `CZE`, - name: `Czechia`, - continent: `Europe`, - population: 10674723, - gdpTotal: 350900, - economy: `Developed`, - region: `Eastern Europe`, - status: `Country`, - longitude: 15.461, - latitude: 49.807, - gdpPerPerson: 32872, - rank: 86, - unemployment: 7, - oilProduction: 18030, - birthRate: 9, - medianAge: 40, - electricity: 77380, - televisions: 3405834, - publicDebt: 26, - internet: 4400000 - }), - new WorldStatsItem( - { - code: `HTI`, - name: `Haiti`, - continent: `North America`, - population: 10646714, - gdpTotal: 19340, - economy: `Least Developed`, - region: `Central America`, - status: `Country`, - longitude: -72.23, - latitude: 19.342, - gdpPerPerson: 1817, - rank: 87, - unemployment: 15, - oilProduction: 2, - birthRate: 9, - medianAge: 52, - electricity: 12871, - televisions: 4329511, - publicDebt: 25, - internet: 4777792 - }), - new WorldStatsItem( - { - code: `JOR`, - name: `Jordan`, - continent: `Asia`, - population: 10248069, - gdpTotal: 86190, - economy: `Developing`, - region: `Middle East`, - status: `Country`, - longitude: 38.125, - latitude: 32.309, - gdpPerPerson: 8410, - rank: 88, - unemployment: 14, - oilProduction: 0, - birthRate: 20, - medianAge: 24, - electricity: 9074, - televisions: 500000, - publicDebt: 72, - internet: 1127000 - }), - new WorldStatsItem( - { - code: `AZE`, - name: `Azerbaijan`, - continent: `Asia`, - population: 9961396, - gdpTotal: 167900, - economy: `Developing`, - region: `Middle East`, - status: `Country`, - longitude: 48.401, - latitude: 40.344, - gdpPerPerson: 16855, - rank: 89, - unemployment: 1, - oilProduction: 934700, - birthRate: 18, - medianAge: 28, - electricity: 23800, - televisions: 170000, - publicDebt: 7, - internet: 1036000 - }), - new WorldStatsItem( - { - code: `SWE`, - name: `Sweden`, - continent: `Europe`, - population: 9960487, - gdpTotal: 498100, - economy: `Developed`, - region: `Northern Europe`, - status: `Country`, - longitude: 17.594, - latitude: 64.621, - gdpPerPerson: 50008, - rank: 90, - unemployment: 6, - oilProduction: 2350, - birthRate: 10, - medianAge: 41, - electricity: 153200, - televisions: 4600000, - publicDebt: 42, - internet: 7000000 - }), - new WorldStatsItem( - { - code: `HUN`, - name: `Hungary`, - continent: `Europe`, - population: 9850845, - gdpTotal: 267600, - economy: `Developed`, - region: `Eastern Europe`, - status: `Country`, - longitude: 19.485, - latitude: 47.153, - gdpPerPerson: 27165, - rank: 91, - unemployment: 7, - oilProduction: 42180, - birthRate: 10, - medianAge: 39, - electricity: 33690, - televisions: 4420000, - publicDebt: 67, - internet: 4200000 - }), - new WorldStatsItem( - { - code: `BLR`, - name: `Belarus`, - continent: `Europe`, - population: 9549747, - gdpTotal: 165400, - economy: `Developing`, - region: `Eastern Europe`, - status: `Country`, - longitude: 27.943, - latitude: 53.705, - gdpPerPerson: 17320, - rank: 92, - unemployment: 15, - oilProduction: 5, - birthRate: 7, - medianAge: 33, - electricity: 84070, - televisions: 3348094, - publicDebt: 6, - internet: 3754027 - }), - new WorldStatsItem( - { - code: `HND`, - name: `Honduras`, - continent: `North America`, - population: 9038741, - gdpTotal: 43190, - economy: `Developing`, - region: `Central America`, - status: `Country`, - longitude: -86.74, - latitude: 14.889, - gdpPerPerson: 4778, - rank: 93, - unemployment: 28, - oilProduction: 0, - birthRate: 27, - medianAge: 20, - electricity: 5339, - televisions: 570000, - publicDebt: 24, - internet: 344100 - }), - new WorldStatsItem( - { - code: `AUT`, - name: `Austria`, - continent: `Europe`, - population: 8754413, - gdpTotal: 416600, - economy: `Developed`, - region: `Western Europe`, - status: `Country`, - longitude: 14.987, - latitude: 47.624, - gdpPerPerson: 47587, - rank: 94, - unemployment: 4, - oilProduction: 23320, - birthRate: 9, - medianAge: 42, - electricity: 61020, - televisions: 10150000, - publicDebt: 59, - internet: 4277000 - }), - new WorldStatsItem( - { - code: `TJK`, - name: `Tajikistan`, - continent: `Asia`, - population: 8468555, - gdpTotal: 25810, - economy: `Developing`, - region: `Central Asia`, - status: `Country`, - longitude: 71.234, - latitude: 38.86, - gdpPerPerson: 3048, - rank: 95, - unemployment: 11, - oilProduction: 5, - birthRate: 8, - medianAge: 44, - electricity: 56534, - televisions: 6542566, - publicDebt: 44, - internet: 4521889 - }), - new WorldStatsItem( - { - code: `ISR`, - name: `Israel`, - continent: `Asia`, - population: 8299706, - gdpTotal: 297000, - economy: `Developed`, - region: `Middle East`, - status: `Country`, - longitude: 34.977, - latitude: 30.748, - gdpPerPerson: 35784, - rank: 96, - unemployment: 7, - oilProduction: 100, - birthRate: 20, - medianAge: 29, - electricity: 46850, - televisions: 1690000, - publicDebt: 81, - internet: 2000000 - }), - new WorldStatsItem( - { - code: `CHE`, - name: `Switzerland`, - continent: `Europe`, - population: 8236303, - gdpTotal: 496300, - economy: `Developed`, - region: `Western Europe`, - status: `Country`, - longitude: 7.865, - latitude: 46.729, - gdpPerPerson: 60258, - rank: 97, - unemployment: 3, - oilProduction: 3202, - birthRate: 10, - medianAge: 41, - electricity: 56100, - televisions: 3310000, - publicDebt: 44, - internet: 4610000 - }), - new WorldStatsItem( - { - code: `TGO`, - name: `Togo`, - continent: `Africa`, - population: 7965055, - gdpTotal: 11610, - economy: `Least Developed`, - region: `Western Africa`, - status: `Country`, - longitude: 1.146, - latitude: 6.799, - gdpPerPerson: 1458, - rank: 98, - unemployment: 3, - oilProduction: 4, - birthRate: 9, - medianAge: 37, - electricity: 28181, - televisions: 2309082, - publicDebt: 41, - internet: 789456 - }), - new WorldStatsItem( - { - code: `SOM`, - name: `Somalia`, - continent: `Africa`, - population: 7531386, - gdpTotal: 4719, - economy: `Least Developed`, - region: `Eastern Africa`, - status: `Country`, - longitude: 44.134, - latitude: 3.077, - gdpPerPerson: 627, - rank: 99, - unemployment: 2, - oilProduction: 4, - birthRate: 12, - medianAge: 50, - electricity: 29272, - televisions: 1648650, - publicDebt: 22, - internet: 3227211 - }), - new WorldStatsItem( - { - code: `HKG`, - name: `Hong Kong`, - continent: `Asia`, - population: 7191503, - gdpTotal: 427400, - economy: `Developing`, - region: `Eastern Asia`, - status: `Dependency`, - longitude: 114.08, - latitude: 22.38, - gdpPerPerson: 59431, - rank: 100, - unemployment: 3, - oilProduction: 0, - birthRate: 8, - medianAge: 55, - electricity: 86792, - televisions: 4084025, - publicDebt: 35, - internet: 3907543 - }), - new WorldStatsItem( - { - code: `LAO`, - name: `Laos`, - continent: `Asia`, - population: 7126706, - gdpTotal: 40960, - economy: `Least Developed`, - region: `Eastern Asia`, - status: `Country`, - longitude: 102.36, - latitude: 20.171, - gdpPerPerson: 5747, - rank: 101, - unemployment: 8, - oilProduction: 0, - birthRate: 6, - medianAge: 34, - electricity: 7093, - televisions: 4503172, - publicDebt: 19, - internet: 5426041 - }), - new WorldStatsItem( - { - code: `SRB`, - name: `Serbia`, - continent: `Europe`, - population: 7111024, - gdpTotal: 101800, - economy: `Developing`, - region: `Southern Europe`, - status: `Country`, - longitude: 20.908, - latitude: 44.206, - gdpPerPerson: 14316, - rank: 102, - unemployment: 5, - oilProduction: 4, - birthRate: 13, - medianAge: 48, - electricity: 30150, - televisions: 1316607, - publicDebt: 17, - internet: 4104775 - }), - new WorldStatsItem( - { - code: `BGR`, - name: `Bulgaria`, - continent: `Europe`, - population: 7101510, - gdpTotal: 143100, - economy: `Developed`, - region: `Eastern Europe`, - status: `Country`, - longitude: 25.465, - latitude: 42.741, - gdpPerPerson: 20151, - rank: 103, - unemployment: 8, - oilProduction: 3661, - birthRate: 10, - medianAge: 41, - electricity: 45700, - televisions: 3310000, - publicDebt: 11, - internet: 1899000 - }), - new WorldStatsItem( - { - code: `PRY`, - name: `Paraguay`, - continent: `South America`, - population: 6943739, - gdpTotal: 64670, - economy: `Emerging`, - region: `South America`, - status: `Country`, - longitude: -58.44, - latitude: -23.42, - gdpPerPerson: 9313, - rank: 104, - unemployment: 6, - oilProduction: 0, - birthRate: 28, - medianAge: 22, - electricity: 70000, - televisions: 990000, - publicDebt: 27, - internet: 280000 - }), - new WorldStatsItem( - { - code: `PNG`, - name: `Papua New Guinea`, - continent: `Oceania`, - population: 6909701, - gdpTotal: 28020, - economy: `Developing`, - region: `Melanesia`, - status: `Country`, - longitude: 143.62, - latitude: -5.836, - gdpPerPerson: 4055, - rank: 105, - unemployment: 2, - oilProduction: 47800, - birthRate: 28, - medianAge: 22, - electricity: 3698, - televisions: 59841, - publicDebt: 40, - internet: 110000 - }), - new WorldStatsItem( - { - code: `LBY`, - name: `Libya`, - continent: `Africa`, - population: 6653210, - gdpTotal: 90890, - economy: `Developing`, - region: `Northern Africa`, - status: `Country`, - longitude: 17.23, - latitude: 26.339, - gdpPerPerson: 13661, - rank: 106, - unemployment: 30, - oilProduction: 1712000, - birthRate: 26, - medianAge: 24, - electricity: 21150, - televisions: 730000, - publicDebt: 5, - internet: 260000 - }), - new WorldStatsItem( - { - code: `LBN`, - name: `Lebanon`, - continent: `Asia`, - population: 6229794, - gdpTotal: 85160, - economy: `Developing`, - region: `Middle East`, - status: `Country`, - longitude: 36.042, - latitude: 34.168, - gdpPerPerson: 13670, - rank: 107, - unemployment: 20, - oilProduction: 0, - birthRate: 18, - medianAge: 29, - electricity: 9183, - televisions: 1180000, - publicDebt: 187, - internet: 950000 - }), - new WorldStatsItem( - { - code: `SLV`, - name: `El Salvador`, - continent: `North America`, - population: 6172011, - gdpTotal: 54790, - economy: `Developing`, - region: `Central America`, - status: `Country`, - longitude: -88.91, - latitude: 13.798, - gdpPerPerson: 8877, - rank: 108, - unemployment: 6, - oilProduction: 0, - birthRate: 26, - medianAge: 22, - electricity: 5316, - televisions: 600000, - publicDebt: 37, - internet: 700000 - }), - new WorldStatsItem( - { - code: `SLE`, - name: `Sierra Leone`, - continent: `Africa`, - population: 6163195, - gdpTotal: 10640, - economy: `Least Developed`, - region: `Western Africa`, - status: `Country`, - longitude: -11.78, - latitude: 8.452, - gdpPerPerson: 1726, - rank: 109, - unemployment: 14, - oilProduction: 4, - birthRate: 6, - medianAge: 37, - electricity: 37412, - televisions: 2727270, - publicDebt: 6, - internet: 223239 - }), - new WorldStatsItem( - { - code: `ARE`, - name: `United Arab Emirates`, - continent: `Asia`, - population: 6072475, - gdpTotal: 667200, - economy: `Developing`, - region: `Middle East`, - status: `Country`, - longitude: 54.192, - latitude: 23.795, - gdpPerPerson: 109873, - rank: 110, - unemployment: 2, - oilProduction: 2510000, - birthRate: 16, - medianAge: 30, - electricity: 57060, - televisions: 310000, - publicDebt: 21, - internet: 2300000 - }), - new WorldStatsItem( - { - code: `NIC`, - name: `Nicaragua`, - continent: `North America`, - population: 6025951, - gdpTotal: 33550, - economy: `Developing`, - region: `Central America`, - status: `Country`, - longitude: -85.09, - latitude: 12.523, - gdpPerPerson: 5568, - rank: 111, - unemployment: 5, - oilProduction: 0, - birthRate: 24, - medianAge: 22, - electricity: 2778, - televisions: 320000, - publicDebt: 63, - internet: 155000 - }), - new WorldStatsItem( - { - code: `ERI`, - name: `Eritrea`, - continent: `Africa`, - population: 5918919, - gdpTotal: 9169, - economy: `Least Developed`, - region: `Eastern Africa`, - status: `Country`, - longitude: 39.772, - latitude: 15.191, - gdpPerPerson: 1549, - rank: 112, - unemployment: 9, - oilProduction: 5, - birthRate: 17, - medianAge: 54, - electricity: 67474, - televisions: 2078077, - publicDebt: 41, - internet: 1067843 - }), - new WorldStatsItem( - { - code: `SGP`, - name: `Singapore`, - continent: `Asia`, - population: 5888926, - gdpTotal: 487900, - economy: `Developing`, - region: `Eastern Asia`, - status: `Country`, - longitude: 103.82, - latitude: 1.356, - gdpPerPerson: 82850, - rank: 113, - unemployment: 2, - oilProduction: 9836, - birthRate: 9, - medianAge: 38, - electricity: 39440, - televisions: 1330000, - publicDebt: 96, - internet: 3105000 - }), - new WorldStatsItem( - { - code: `KGZ`, - name: `Kyrgyzstan`, - continent: `Asia`, - population: 5789122, - gdpTotal: 21010, - economy: `Developing`, - region: `Central Asia`, - status: `Country`, - longitude: 74.738, - latitude: 41.224, - gdpPerPerson: 3629, - rank: 114, - unemployment: 12, - oilProduction: 1, - birthRate: 21, - medianAge: 42, - electricity: 16640, - televisions: 2101152, - publicDebt: 15, - internet: 738896 - }), - new WorldStatsItem( - { - code: `CAF`, - name: `Central African Republic`, - continent: `Africa`, - population: 5625118, - gdpTotal: 3206, - economy: `Least Developed`, - region: `Middle Africa`, - status: `Country`, - longitude: 20.917, - latitude: 6.633, - gdpPerPerson: 570, - rank: 115, - unemployment: 8, - oilProduction: 5, - birthRate: 13, - medianAge: 32, - electricity: 71424, - televisions: 635931, - publicDebt: 29, - internet: 1933873 - }), - new WorldStatsItem( - { - code: `DNK`, - name: `Denmark`, - continent: `Europe`, - population: 5605948, - gdpTotal: 264800, - economy: `Developed`, - region: `Northern Europe`, - status: `Country`, - longitude: 9.348, - latitude: 56.13, - gdpPerPerson: 47236, - rank: 116, - unemployment: 3, - oilProduction: 342000, - birthRate: 11, - medianAge: 40, - electricity: 43350, - televisions: 3121000, - publicDebt: 26, - internet: 3500000 - }), - new WorldStatsItem( - { - code: `FIN`, - name: `Finland`, - continent: `Europe`, - population: 5491218, - gdpTotal: 224137, - economy: `Developed`, - region: `Northern Europe`, - status: `Country`, - longitude: 25.988, - latitude: 61.841, - gdpPerPerson: 40817, - rank: 117, - unemployment: 7, - oilProduction: 8951, - birthRate: 10, - medianAge: 42, - electricity: 73470, - televisions: 3200000, - publicDebt: 36, - internet: 3600000 - }), - new WorldStatsItem( - { - code: `SVK`, - name: `Slovakia`, - continent: `Europe`, - population: 5445829, - gdpTotal: 168800, - economy: `Developed`, - region: `Eastern Europe`, - status: `Country`, - longitude: 18.877, - latitude: 48.702, - gdpPerPerson: 30996, - rank: 118, - unemployment: 8, - oilProduction: 12840, - birthRate: 11, - medianAge: 37, - electricity: 29890, - televisions: 2620000, - publicDebt: 36, - internet: 2350000 - }), - new WorldStatsItem( - { - code: `TKM`, - name: `Turkmenistan`, - continent: `Asia`, - population: 5351277, - gdpTotal: 94720, - economy: `Developing`, - region: `Central Asia`, - status: `Country`, - longitude: 59.562, - latitude: 38.975, - gdpPerPerson: 17700, - rank: 119, - unemployment: 11, - oilProduction: 4, - birthRate: 11, - medianAge: 43, - electricity: 91281, - televisions: 2935468, - publicDebt: 17, - internet: 3203210 - }), - new WorldStatsItem( - { - code: `NOR`, - name: `Norway`, - continent: `Europe`, - population: 5320045, - gdpTotal: 364700, - economy: `Developed`, - region: `Northern Europe`, - status: `Country`, - longitude: 9.66, - latitude: 60.712, - gdpPerPerson: 68552, - rank: 120, - unemployment: 3, - oilProduction: 2560000, - birthRate: 11, - medianAge: 39, - electricity: 135800, - televisions: 2030000, - publicDebt: 83, - internet: 3800000 - }), - new WorldStatsItem( - { - code: `IRL`, - name: `Ireland`, - continent: `Europe`, - population: 5011102, - gdpTotal: 322000, - economy: `Developed`, - region: `Northern Europe`, - status: `Country`, - longitude: -8.209, - latitude: 53.42, - gdpPerPerson: 64257, - rank: 121, - unemployment: 5, - oilProduction: 0, - birthRate: 14, - medianAge: 35, - electricity: 24130, - televisions: 1820000, - publicDebt: 25, - internet: 1708000 - }), - new WorldStatsItem( - { - code: `COG`, - name: `Congo`, - continent: `Africa`, - population: 4954674, - gdpTotal: 30270, - economy: `Developing`, - region: `Middle Africa`, - status: `Country`, - longitude: 16.264, - latitude: -0.07, - gdpPerPerson: 6109, - rank: 122, - unemployment: 13, - oilProduction: 4, - birthRate: 11, - medianAge: 52, - electricity: 83556, - televisions: 1560800, - publicDebt: 6, - internet: 2650237 - }), - new WorldStatsItem( - { - code: `CRI`, - name: `Costa Rica`, - continent: `North America`, - population: 4930258, - gdpTotal: 79260, - economy: `Emerging`, - region: `Central America`, - status: `Country`, - longitude: -83.91, - latitude: 9.92, - gdpPerPerson: 16076, - rank: 123, - unemployment: 5, - oilProduction: 0, - birthRate: 18, - medianAge: 27, - electricity: 8349, - televisions: 525000, - publicDebt: 47, - internet: 1500000 - }), - new WorldStatsItem( - { - code: `GEO`, - name: `Georgia`, - continent: `Asia`, - population: 4926330, - gdpTotal: 37270, - economy: `Developing`, - region: `Middle East`, - status: `Country`, - longitude: 43.257, - latitude: 42.162, - gdpPerPerson: 7565, - rank: 124, - unemployment: 15, - oilProduction: 5, - birthRate: 10, - medianAge: 43, - electricity: 44936, - televisions: 2728128, - publicDebt: 29, - internet: 3844448 - }), - new WorldStatsItem( - { - code: `LBR`, - name: `Liberia`, - continent: `Africa`, - population: 4689021, - gdpTotal: 3881, - economy: `Least Developed`, - region: `Western Africa`, - status: `Country`, - longitude: -9.454, - latitude: 6.445, - gdpPerPerson: 828, - rank: 125, - unemployment: 4, - oilProduction: 0, - birthRate: 8, - medianAge: 35, - electricity: 89626, - televisions: 3065112, - publicDebt: 38, - internet: 1475304 - }), - new WorldStatsItem( - { - code: `PSE`, - name: `Palestine`, - continent: `Asia`, - population: 4543126, - gdpTotal: 21221, - economy: `Developing`, - region: `Middle East`, - status: `Disputed`, - longitude: 35.347, - latitude: 32.031, - gdpPerPerson: 4671, - rank: 126, - unemployment: 9, - oilProduction: 1, - birthRate: 10, - medianAge: 48, - electricity: 45973, - televisions: 2774033, - publicDebt: 16, - internet: 1718915 - }), - new WorldStatsItem( - { - code: `NZL`, - name: `New Zealand`, - continent: `Oceania`, - population: 4510327, - gdpTotal: 174800, - economy: `Developed`, - region: `Australia`, - status: `Country`, - longitude: 169.42, - latitude: -44.86, - gdpPerPerson: 38756, - rank: 127, - unemployment: 4, - oilProduction: 25880, - birthRate: 14, - medianAge: 36, - electricity: 42060, - televisions: 1926000, - publicDebt: 21, - internet: 3360000 - }), - new WorldStatsItem( - { - code: `HRV`, - name: `Croatia`, - continent: `Europe`, - population: 4292095, - gdpTotal: 94240, - economy: `Developed`, - region: `Southern Europe`, - status: `Country`, - longitude: 16.847, - latitude: 45.674, - gdpPerPerson: 21957, - rank: 128, - unemployment: 12, - oilProduction: 17100, - birthRate: 10, - medianAge: 41, - electricity: 11990, - televisions: 1220000, - publicDebt: 48, - internet: 1995000 - }), - new WorldStatsItem( - { - code: `BIH`, - name: `Bosnia`, - continent: `Europe`, - population: 3856181, - gdpTotal: 42530, - economy: `Developing`, - region: `Southern Europe`, - status: `Country`, - longitude: 17.66, - latitude: 43.918, - gdpPerPerson: 11029, - rank: 129, - unemployment: 46, - oilProduction: 0, - birthRate: 9, - medianAge: 39, - electricity: 12220, - televisions: 0, - publicDebt: 34, - internet: 1055000 - }), - new WorldStatsItem( - { - code: `MRT`, - name: `Mauritania`, - continent: `Africa`, - population: 3758571, - gdpTotal: 16710, - economy: `Least Developed`, - region: `Western Africa`, - status: `Country`, - longitude: -8.89, - latitude: 20.387, - gdpPerPerson: 4446, - rank: 130, - unemployment: 9, - oilProduction: 5, - birthRate: 25, - medianAge: 50, - electricity: 15176, - televisions: 2558125, - publicDebt: 29, - internet: 2098221 - }), - new WorldStatsItem( - { - code: `PAN`, - name: `Panama`, - continent: `North America`, - population: 3753142, - gdpTotal: 93120, - economy: `Developing`, - region: `Central America`, - status: `Country`, - longitude: -81.17, - latitude: 8.457, - gdpPerPerson: 24811, - rank: 131, - unemployment: 6, - oilProduction: 0, - birthRate: 21, - medianAge: 27, - electricity: 5661, - televisions: 510000, - publicDebt: 53, - internet: 525200 - }), - new WorldStatsItem( - { - code: `SOL`, - name: `Somaliland`, - continent: `Africa`, - population: 3500000, - gdpTotal: 12250, - economy: `Developing`, - region: `Eastern Africa`, - status: `Indeterminate`, - longitude: 45.798, - latitude: 9.748, - gdpPerPerson: 3500, - rank: 132, - unemployment: 1, - oilProduction: 4, - birthRate: 13, - medianAge: 43, - electricity: 73247, - televisions: 2235408, - publicDebt: 21, - internet: 1300238 - }), - new WorldStatsItem( - { - code: `MDA`, - name: `Moldova`, - continent: `Europe`, - population: 3474121, - gdpTotal: 18540, - economy: `Developing`, - region: `Eastern Europe`, - status: `Country`, - longitude: 28.552, - latitude: 47.515, - gdpPerPerson: 5337, - rank: 133, - unemployment: 2, - oilProduction: 0, - birthRate: 11, - medianAge: 34, - electricity: 3881, - televisions: 1260000, - publicDebt: 23, - internet: 700000 - }), - new WorldStatsItem( - { - code: `OMN`, - name: `Oman`, - continent: `Asia`, - population: 3424386, - gdpTotal: 173100, - economy: `Developing`, - region: `Middle East`, - status: `Country`, - longitude: 57.563, - latitude: 22.014, - gdpPerPerson: 50549, - rank: 134, - unemployment: 15, - oilProduction: 710800, - birthRate: 35, - medianAge: 19, - electricity: 11890, - televisions: 1600000, - publicDebt: 4, - internet: 340000 - }), - new WorldStatsItem( - { - code: `URY`, - name: `Uruguay`, - continent: `South America`, - population: 3360148, - gdpTotal: 73250, - economy: `Emerging`, - region: `South America`, - status: `Country`, - longitude: -55.78, - latitude: -32.51, - gdpPerPerson: 21800, - rank: 135, - unemployment: 9, - oilProduction: 27830, - birthRate: 14, - medianAge: 33, - electricity: 9200, - televisions: 782000, - publicDebt: 65, - internet: 968000 - }), - new WorldStatsItem( - { - code: `PRI`, - name: `Puerto Rico`, - continent: `North America`, - population: 3351827, - gdpTotal: 131000, - economy: `Developing`, - region: `Central America`, - status: `Dependency`, - longitude: -66.61, - latitude: 18.235, - gdpPerPerson: 39083, - rank: 136, - unemployment: 5, - oilProduction: 3, - birthRate: 11, - medianAge: 32, - electricity: 19677, - televisions: 1917997, - publicDebt: 25, - internet: 608062 - }), - new WorldStatsItem( - { - code: `MNG`, - name: `Mongolia`, - continent: `Asia`, - population: 3068243, - gdpTotal: 37000, - economy: `Developing`, - region: `Eastern Asia`, - status: `Country`, - longitude: 103.82, - latitude: 46.856, - gdpPerPerson: 12059, - rank: 137, - unemployment: 4, - oilProduction: 1, - birthRate: 7, - medianAge: 35, - electricity: 3875, - televisions: 1726758, - publicDebt: 17, - internet: 562546 - }), - new WorldStatsItem( - { - code: `ALB`, - name: `Albania`, - continent: `Europe`, - population: 3047987, - gdpTotal: 33900, - economy: `Developing`, - region: `Southern Europe`, - status: `Country`, - longitude: 19.964, - latitude: 40.759, - gdpPerPerson: 11122, - rank: 138, - unemployment: 13, - oilProduction: 7006, - birthRate: 15, - medianAge: 30, - electricity: 5385, - televisions: 700000, - publicDebt: 51, - internet: 471200 - }), - new WorldStatsItem( - { - code: `ARM`, - name: `Armenia`, - continent: `Asia`, - population: 3045191, - gdpTotal: 26300, - economy: `Developing`, - region: `Middle East`, - status: `Country`, - longitude: 44.646, - latitude: 40.618, - gdpPerPerson: 8637, - rank: 139, - unemployment: 4, - oilProduction: 4, - birthRate: 14, - medianAge: 39, - electricity: 71042, - televisions: 2390201, - publicDebt: 9, - internet: 488333 - }), - new WorldStatsItem( - { - code: `JAM`, - name: `Jamaica`, - continent: `North America`, - population: 2990561, - gdpTotal: 25390, - economy: `Developing`, - region: `Central America`, - status: `Country`, - longitude: -77.27, - latitude: 18.119, - gdpPerPerson: 8490, - rank: 140, - unemployment: 10, - oilProduction: 0, - birthRate: 20, - medianAge: 23, - electricity: 6985, - televisions: 460000, - publicDebt: 127, - internet: 1500000 - }), - new WorldStatsItem( - { - code: `KWT`, - name: `Kuwait`, - continent: `Asia`, - population: 2875422, - gdpTotal: 301100, - economy: `Developing`, - region: `Middle East`, - status: `Country`, - longitude: 47.487, - latitude: 29.315, - gdpPerPerson: 104715, - rank: 141, - unemployment: 2, - oilProduction: 2440000, - birthRate: 22, - medianAge: 26, - electricity: 41110, - televisions: 875000, - publicDebt: 10, - internet: 900000 - }), - new WorldStatsItem( - { - code: `LTU`, - name: `Lithuania`, - continent: `Europe`, - population: 2823859, - gdpTotal: 85620, - economy: `Developed`, - region: `Northern Europe`, - status: `Country`, - longitude: 23.838, - latitude: 55.152, - gdpPerPerson: 30320, - rank: 142, - unemployment: 4, - oilProduction: 13160, - birthRate: 9, - medianAge: 39, - electricity: 13480, - televisions: 1700000, - publicDebt: 17, - internet: 1330000 - }), - new WorldStatsItem( - { - code: `NAM`, - name: `Namibia`, - continent: `Africa`, - population: 2484780, - gdpTotal: 25990, - economy: `Developing`, - region: `Southern Africa`, - status: `Country`, - longitude: 16.944, - latitude: -20.52, - gdpPerPerson: 10460, - rank: 143, - unemployment: 5, - oilProduction: 0, - birthRate: 23, - medianAge: 21, - electricity: 1688, - televisions: 60000, - publicDebt: 22, - internet: 101000 - }), - new WorldStatsItem( - { - code: `QAT`, - name: `Qatar`, - continent: `Asia`, - population: 2314307, - gdpTotal: 334500, - economy: `Developing`, - region: `Middle East`, - status: `Country`, - longitude: 51.182, - latitude: 25.359, - gdpPerPerson: 144536, - rank: 144, - unemployment: 1, - oilProduction: 797500, - birthRate: 16, - medianAge: 31, - electricity: 13540, - televisions: 230000, - publicDebt: 11, - internet: 351000 - }), - new WorldStatsItem( - { - code: `BWA`, - name: `Botswana`, - continent: `Africa`, - population: 2214858, - gdpTotal: 35900, - economy: `Developing`, - region: `Southern Africa`, - status: `Country`, - longitude: 24.671, - latitude: -22.32, - gdpPerPerson: 16209, - rank: 145, - unemployment: 8, - oilProduction: 0, - birthRate: 23, - medianAge: 21, - electricity: 912, - televisions: 31000, - publicDebt: 5, - internet: 80000 - }), - new WorldStatsItem( - { - code: `MKD`, - name: `North Macedonia`, - continent: `Europe`, - population: 2103721, - gdpTotal: 29520, - economy: `Developing`, - region: `Southern Europe`, - status: `Country`, - longitude: 21.727, - latitude: 41.604, - gdpPerPerson: 14032, - rank: 146, - unemployment: 35, - oilProduction: 0, - birthRate: 12, - medianAge: 35, - electricity: 6051, - televisions: 510000, - publicDebt: 31, - internet: 685000 - }), - new WorldStatsItem( - { - code: `GMB`, - name: `Gambia`, - continent: `Africa`, - population: 2051363, - gdpTotal: 3387, - economy: `Least Developed`, - region: `Western Africa`, - status: `Country`, - longitude: -15.32, - latitude: 13.438, - gdpPerPerson: 1651, - rank: 147, - unemployment: 7, - oilProduction: 1, - birthRate: 11, - medianAge: 37, - electricity: 9769, - televisions: 1486289, - publicDebt: 30, - internet: 187890 - }), - new WorldStatsItem( - { - code: `SVN`, - name: `Slovenia`, - continent: `Europe`, - population: 1972126, - gdpTotal: 68350, - economy: `Developed`, - region: `Southern Europe`, - status: `Country`, - longitude: 14.947, - latitude: 46.146, - gdpPerPerson: 34658, - rank: 148, - unemployment: 8, - oilProduction: 5, - birthRate: 9, - medianAge: 41, - electricity: 14900, - televisions: 710000, - publicDebt: 24, - internet: 1300000 - }), - new WorldStatsItem( - { - code: `LSO`, - name: `Lesotho`, - continent: `Africa`, - population: 1958042, - gdpTotal: 6019, - economy: `Least Developed`, - region: `Southern Africa`, - status: `Country`, - longitude: 28.221, - latitude: -29.61, - gdpPerPerson: 3074, - rank: 149, - unemployment: 12, - oilProduction: 2, - birthRate: 8, - medianAge: 32, - electricity: 20229, - televisions: 1457517, - publicDebt: 14, - internet: 1375222 - }), - new WorldStatsItem( - { - code: `LVA`, - name: `Latvia`, - continent: `Europe`, - population: 1944643, - gdpTotal: 50650, - economy: `Developed`, - region: `Northern Europe`, - status: `Country`, - longitude: 26.505, - latitude: 56.755, - gdpPerPerson: 26046, - rank: 150, - unemployment: 6, - oilProduction: 0, - birthRate: 10, - medianAge: 40, - electricity: 4778, - televisions: 1220000, - publicDebt: 7, - internet: 1770000 - }), - new WorldStatsItem( - { - code: `RKS`, - name: `Kosovo`, - continent: `Europe`, - population: 1895250, - gdpTotal: 18490, - economy: `Developing`, - region: `Southern Europe`, - status: `Country`, - longitude: 20.891, - latitude: 42.557, - gdpPerPerson: 9756, - rank: 151, - unemployment: 12, - oilProduction: 0, - birthRate: 8, - medianAge: 55, - electricity: 14878, - televisions: 1287863, - publicDebt: 20, - internet: 1422193 - }), - new WorldStatsItem( - { - code: `GNB`, - name: `Guinea-Bissau`, - continent: `Africa`, - population: 1792338, - gdpTotal: 2851, - economy: `Least Developed`, - region: `Western Africa`, - status: `Country`, - longitude: -14.59, - latitude: 11.942, - gdpPerPerson: 1591, - rank: 152, - unemployment: 5, - oilProduction: 5, - birthRate: 5, - medianAge: 55, - electricity: 74684, - televisions: 1427462, - publicDebt: 8, - internet: 365000 - }), - new WorldStatsItem( - { - code: `GAB`, - name: `Gabon`, - continent: `Africa`, - population: 1772255, - gdpTotal: 35980, - economy: `Developing`, - region: `Middle Africa`, - status: `Country`, - longitude: 11.592, - latitude: -0.807, - gdpPerPerson: 20302, - rank: 153, - unemployment: 21, - oilProduction: 240000, - birthRate: 36, - medianAge: 19, - electricity: 1520, - televisions: 63000, - publicDebt: 53, - internet: 145000 - }), - new WorldStatsItem( - { - code: `SWZ`, - name: `Eswatini`, - continent: `Africa`, - population: 1467152, - gdpTotal: 11060, - economy: `Developing`, - region: `Southern Africa`, - status: `Country`, - longitude: 31.45, - latitude: -26.52, - gdpPerPerson: 7538, - rank: 154, - unemployment: 6, - oilProduction: 3, - birthRate: 17, - medianAge: 39, - electricity: 72804, - televisions: 229393, - publicDebt: 5, - internet: 427760 - }), - new WorldStatsItem( - { - code: `BHR`, - name: `Bahrain`, - continent: `Asia`, - population: 1410942, - gdpTotal: 66370, - economy: `Developing`, - region: `Middle East`, - status: `Country`, - longitude: 50.535, - latitude: 26.027, - gdpPerPerson: 47039, - rank: 155, - unemployment: 15, - oilProduction: 184300, - birthRate: 17, - medianAge: 30, - electricity: 8187, - televisions: 275000, - publicDebt: 31, - internet: 250000 - }), - new WorldStatsItem( - { - code: `MUS`, - name: `Mauritius`, - continent: `Africa`, - population: 1356388, - gdpTotal: 25850, - economy: `Developing`, - region: `Eastern Africa`, - status: `Country`, - longitude: 57.555, - latitude: -20.25, - gdpPerPerson: 19058, - rank: 156, - unemployment: 9, - oilProduction: 0, - birthRate: 15, - medianAge: 32, - electricity: 2350, - televisions: 258000, - publicDebt: 63, - internet: 340000 - }), - new WorldStatsItem( - { - code: `TLS`, - name: `Timor-Leste`, - continent: `Asia`, - population: 1291358, - gdpTotal: 4975, - economy: `Least Developed`, - region: `Eastern Asia`, - status: `Country`, - longitude: 125.66, - latitude: -8.826, - gdpPerPerson: 3853, - rank: 157, - unemployment: 8, - oilProduction: 5, - birthRate: 18, - medianAge: 48, - electricity: 84061, - televisions: 416260, - publicDebt: 25, - internet: 267437 - }), - new WorldStatsItem( - { - code: `EST`, - name: `Estonia`, - continent: `Europe`, - population: 1251581, - gdpTotal: 38700, - economy: `Developed`, - region: `Northern Europe`, - status: `Country`, - longitude: 25.441, - latitude: 58.845, - gdpPerPerson: 30921, - rank: 158, - unemployment: 5, - oilProduction: 6930, - birthRate: 10, - medianAge: 40, - electricity: 9599, - televisions: 605000, - publicDebt: 3, - internet: 780000 - }), - new WorldStatsItem( - { - code: `CYP`, - name: `Cyprus`, - continent: `Asia`, - population: 1221549, - gdpTotal: 29260, - economy: `Developing`, - region: `Middle East`, - status: `Country`, - longitude: 33.176, - latitude: 34.876, - gdpPerPerson: 23953, - rank: 159, - unemployment: 4, - oilProduction: 0, - birthRate: 13, - medianAge: 35, - electricity: 4618, - televisions: 0, - publicDebt: 60, - internet: 380000 - }), - new WorldStatsItem( - { - code: `TTO`, - name: `Trinidad and Tobago`, - continent: `North America`, - population: 1218208, - gdpTotal: 43570, - economy: `Developing`, - region: `Central America`, - status: `Country`, - longitude: -61.21, - latitude: 10.352, - gdpPerPerson: 35766, - rank: 160, - unemployment: 4, - oilProduction: 5, - birthRate: 15, - medianAge: 47, - electricity: 58959, - televisions: 359389, - publicDebt: 29, - internet: 152416 - }), - new WorldStatsItem( - { - code: `FJI`, - name: `Fiji`, - continent: `Oceania`, - population: 920938, - gdpTotal: 8374, - economy: `Developing`, - region: `Melanesia`, - status: `Country`, - longitude: 177.85, - latitude: -17.75, - gdpPerPerson: 9093, - rank: 161, - unemployment: 11, - oilProduction: 5, - birthRate: 5, - medianAge: 41, - electricity: 88931, - televisions: 517580, - publicDebt: 17, - internet: 539400 - }), - new WorldStatsItem( - { - code: `DJI`, - name: `Djibouti`, - continent: `Africa`, - population: 865267, - gdpTotal: 3345, - economy: `Least Developed`, - region: `Eastern Africa`, - status: `Country`, - longitude: 42.587, - latitude: 11.825, - gdpPerPerson: 3866, - rank: 162, - unemployment: 5, - oilProduction: 3, - birthRate: 17, - medianAge: 44, - electricity: 91593, - televisions: 209004, - publicDebt: 43, - internet: 476114 - }), - new WorldStatsItem( - { - code: `COM`, - name: `Comoros`, - continent: `Africa`, - population: 808080, - gdpTotal: 1259, - economy: `Least Developed`, - region: `Eastern Africa`, - status: `Country`, - longitude: 43.877, - latitude: -11.86, - gdpPerPerson: 1558, - rank: 163, - unemployment: 11, - oilProduction: 3, - birthRate: 14, - medianAge: 46, - electricity: 6146, - televisions: 495921, - publicDebt: 10, - internet: 459977 - }), - new WorldStatsItem( - { - code: `GNQ`, - name: `Equatorial Guinea`, - continent: `Africa`, - population: 778358, - gdpTotal: 31770, - economy: `Least Developed`, - region: `Middle Africa`, - status: `Country`, - longitude: 10.521, - latitude: 1.763, - gdpPerPerson: 40817, - rank: 164, - unemployment: 30, - oilProduction: 385500, - birthRate: 37, - medianAge: 19, - electricity: 28, - televisions: 4000, - publicDebt: 2, - internet: 8000 - }), - new WorldStatsItem( - { - code: `BTN`, - name: `Bhutan`, - continent: `Asia`, - population: 758288, - gdpTotal: 6432, - economy: `Least Developed`, - region: `Southern Asia`, - status: `Country`, - longitude: 90.411, - latitude: 27.506, - gdpPerPerson: 8482, - rank: 165, - unemployment: 3, - oilProduction: 0, - birthRate: 21, - medianAge: 24, - electricity: 2000, - televisions: 11000, - publicDebt: 81, - internet: 40000 - }), - new WorldStatsItem( - { - code: `GUY`, - name: `Guyana`, - continent: `South America`, - population: 737718, - gdpTotal: 6093, - economy: `Developing`, - region: `South America`, - status: `Country`, - longitude: -58.96, - latitude: 5.607, - gdpPerPerson: 8259, - rank: 166, - unemployment: 2, - oilProduction: 3, - birthRate: 9, - medianAge: 37, - electricity: 84988, - televisions: 149848, - publicDebt: 12, - internet: 134377 - }), - new WorldStatsItem( - { - code: `SLB`, - name: `Solomon Islands`, - continent: `Oceania`, - population: 647581, - gdpTotal: 1198, - economy: `Least Developed`, - region: `Melanesia`, - status: `Country`, - longitude: 161.3, - latitude: -9.221, - gdpPerPerson: 1850, - rank: 167, - unemployment: 4, - oilProduction: 3, - birthRate: 18, - medianAge: 30, - electricity: 3432, - televisions: 177555, - publicDebt: 43, - internet: 478635 - }), - new WorldStatsItem( - { - code: `MNE`, - name: `Montenegro`, - continent: `Europe`, - population: 642550, - gdpTotal: 10610, - economy: `Developing`, - region: `Southern Europe`, - status: `Country`, - longitude: 19.191, - latitude: 42.814, - gdpPerPerson: 16512, - rank: 168, - unemployment: 10, - oilProduction: 2, - birthRate: 24, - medianAge: 46, - electricity: 24709, - televisions: 126756, - publicDebt: 29, - internet: 336628 - }), - new WorldStatsItem( - { - code: `ESH`, - name: `Western Sahara`, - continent: `Africa`, - population: 603253, - gdpTotal: 907, - economy: `Least Developed`, - region: `Northern Africa`, - status: `Dependency`, - longitude: -12.89, - latitude: 24.231, - gdpPerPerson: 1504, - rank: 169, - unemployment: 6, - oilProduction: 1, - birthRate: 23, - medianAge: 30, - electricity: 11081, - televisions: 237857, - publicDebt: 30, - internet: 306624 - }), - new WorldStatsItem( - { - code: `MAC`, - name: `Macao`, - continent: `Asia`, - population: 601969, - gdpTotal: 63220, - economy: `Developing`, - region: `Eastern Asia`, - status: `Dependency`, - longitude: 113.51, - latitude: 22.221, - gdpPerPerson: 105022, - rank: 170, - unemployment: 10, - oilProduction: 2, - birthRate: 10, - medianAge: 47, - electricity: 77896, - televisions: 163859, - publicDebt: 18, - internet: 62728 - }), - new WorldStatsItem( - { - code: `LUX`, - name: `Luxembourg`, - continent: `Europe`, - population: 594130, - gdpTotal: 58740, - economy: `Developed`, - region: `Western Europe`, - status: `Country`, - longitude: 6.109, - latitude: 49.806, - gdpPerPerson: 98867, - rank: 171, - unemployment: 4, - oilProduction: 0, - birthRate: 12, - medianAge: 39, - electricity: 3156, - televisions: 285000, - publicDebt: 6, - internet: 345000 - }), - new WorldStatsItem( - { - code: `SUR`, - name: `Suriname`, - continent: `South America`, - population: 591919, - gdpTotal: 8547, - economy: `Developing`, - region: `South America`, - status: `Country`, - longitude: -56.02, - latitude: 4.506, - gdpPerPerson: 14439, - rank: 172, - unemployment: 5, - oilProduction: 1, - birthRate: 16, - medianAge: 44, - electricity: 82658, - televisions: 69068, - publicDebt: 31, - internet: 367104 - }), - new WorldStatsItem( - { - code: `CPV`, - name: `Cabo Verde`, - continent: `Africa`, - population: 560899, - gdpTotal: 3583, - economy: `Developing`, - region: `Western Africa`, - status: `Country`, - longitude: -25.16, - latitude: 17.102, - gdpPerPerson: 6388, - rank: 173, - unemployment: 12, - oilProduction: 1, - birthRate: 12, - medianAge: 54, - electricity: 60647, - televisions: 101289, - publicDebt: 34, - internet: 40105 - }), - new WorldStatsItem( - { - code: `BRN`, - name: `Brunei`, - continent: `Asia`, - population: 443593, - gdpTotal: 33730, - economy: `Developing`, - region: `Eastern Asia`, - status: `Country`, - longitude: 114.69, - latitude: 4.523, - gdpPerPerson: 76038, - rank: 174, - unemployment: 4, - oilProduction: 0, - birthRate: 17, - medianAge: 32, - electricity: 50701, - televisions: 235042, - publicDebt: 16, - internet: 188751 - }), - new WorldStatsItem( - { - code: `MLT`, - name: `Malta`, - continent: `Europe`, - population: 416338, - gdpTotal: 16320, - economy: `Developed`, - region: `Southern Europe`, - status: `Country`, - longitude: 14.373, - latitude: 35.948, - gdpPerPerson: 39199, - rank: 175, - unemployment: 7, - oilProduction: 4, - birthRate: 6, - medianAge: 52, - electricity: 77444, - televisions: 282390, - publicDebt: 41, - internet: 317612 - }), - new WorldStatsItem( - { - code: `MDV`, - name: `Maldives`, - continent: `Asia`, - population: 392709, - gdpTotal: 5407, - economy: `Developing`, - region: `Southern Asia`, - status: `Country`, - longitude: 73.455, - latitude: 3.739, - gdpPerPerson: 13768, - rank: 176, - unemployment: 13, - oilProduction: 4, - birthRate: 10, - medianAge: 43, - electricity: 26004, - televisions: 156412, - publicDebt: 28, - internet: 45331 - }), - new WorldStatsItem( - { - code: `BLZ`, - name: `Belize`, - continent: `North America`, - population: 360346, - gdpTotal: 3088, - economy: `Developing`, - region: `Central America`, - status: `Country`, - longitude: -88.51, - latitude: 17.185, - gdpPerPerson: 8570, - rank: 177, - unemployment: 4, - oilProduction: 2, - birthRate: 7, - medianAge: 36, - electricity: 57433, - televisions: 127478, - publicDebt: 36, - internet: 223855 - }), - new WorldStatsItem( - { - code: `ISL`, - name: `Iceland`, - continent: `Europe`, - population: 339747, - gdpTotal: 16150, - economy: `Developed`, - region: `Northern Europe`, - status: `Country`, - longitude: -19.01, - latitude: 64.966, - gdpPerPerson: 47535, - rank: 178, - unemployment: 1, - oilProduction: 0, - birthRate: 14, - medianAge: 35, - electricity: 8533, - televisions: 98000, - publicDebt: 28, - internet: 202300 - }), - new WorldStatsItem( - { - code: `BHS`, - name: `Bahamas`, - continent: `North America`, - population: 329988, - gdpTotal: 9066, - economy: `Developing`, - region: `Central America`, - status: `Country`, - longitude: -78.01, - latitude: 24.761, - gdpPerPerson: 27474, - rank: 179, - unemployment: 5, - oilProduction: 2, - birthRate: 17, - medianAge: 47, - electricity: 38395, - televisions: 203588, - publicDebt: 6, - internet: 91807 - }), - new WorldStatsItem( - { - code: `FRG`, - name: `French Guiana`, - continent: `South America`, - population: 296161, - gdpTotal: 1299000, - economy: `Developed`, - region: `South America`, - status: `Dependency`, - longitude: -53.13, - latitude: 3.893, - gdpPerPerson: 4386, - rank: 180, - unemployment: 3, - oilProduction: 0, - birthRate: 15, - medianAge: 55, - electricity: 73845, - televisions: 147489, - publicDebt: 35, - internet: 209593 - }), - new WorldStatsItem( - { - code: `BRB`, - name: `Barbados`, - continent: `North America`, - population: 292336, - gdpTotal: 4804, - economy: `Developing`, - region: `Central America`, - status: `Country`, - longitude: -59.53, - latitude: 13.19, - gdpPerPerson: 16433, - rank: 181, - unemployment: 8, - oilProduction: 3, - birthRate: 21, - medianAge: 51, - electricity: 28728, - televisions: 173392, - publicDebt: 12, - internet: 73593 - }), - new WorldStatsItem( - { - code: `PYF`, - name: `Fr. Polynesia`, - continent: `Oceania`, - population: 287881, - gdpTotal: 5490, - economy: `Developing`, - region: `Polynesia`, - status: `Dependency`, - longitude: -143.9, - latitude: -14.82, - gdpPerPerson: 19070, - rank: 182, - unemployment: 1, - oilProduction: 4, - birthRate: 6, - medianAge: 45, - electricity: 46206, - televisions: 43757, - publicDebt: 12, - internet: 172560 - }), - new WorldStatsItem( - { - code: `VUT`, - name: `Vanuatu`, - continent: `Oceania`, - population: 282814, - gdpTotal: 723, - economy: `Least Developed`, - region: `Melanesia`, - status: `Country`, - longitude: 168.21, - latitude: -16.97, - gdpPerPerson: 2556, - rank: 183, - unemployment: 11, - oilProduction: 4, - birthRate: 17, - medianAge: 39, - electricity: 50581, - televisions: 187584, - publicDebt: 42, - internet: 223352 - }), - new WorldStatsItem( - { - code: `NCL`, - name: `New Caledonia`, - continent: `Oceania`, - population: 279070, - gdpTotal: 10770, - economy: `Developing`, - region: `Melanesia`, - status: `Dependency`, - longitude: 165.26, - latitude: -21.09, - gdpPerPerson: 38592, - rank: 184, - unemployment: 10, - oilProduction: 3, - birthRate: 6, - medianAge: 49, - electricity: 18361, - televisions: 79923, - publicDebt: 45, - internet: 149003 - }), - new WorldStatsItem( - { - code: `NCP`, - name: `Northern Cyprus`, - continent: `Asia`, - population: 265100, - gdpTotal: 3600, - economy: `Developing`, - region: `Middle East`, - status: `Country`, - longitude: 33.714, - latitude: 35.257, - gdpPerPerson: 13580, - rank: 185, - unemployment: 4, - oilProduction: 5, - birthRate: 25, - medianAge: 51, - electricity: 84000, - televisions: 135551, - publicDebt: 30, - internet: 167480 - }), - new WorldStatsItem( - { - code: `STP`, - name: `Sao Tome and Principe`, - continent: `Africa`, - population: 201025, - gdpTotal: 694, - economy: `Least Developed`, - region: `Middle Africa`, - status: `Country`, - longitude: 6.598, - latitude: 0.248, - gdpPerPerson: 3452, - rank: 186, - unemployment: 1, - oilProduction: 3, - birthRate: 24, - medianAge: 30, - electricity: 6691, - televisions: 65480, - publicDebt: 12, - internet: 121162 - }), - new WorldStatsItem( - { - code: `WSM`, - name: `Samoa`, - continent: `Oceania`, - population: 200108, - gdpTotal: 1046, - economy: `Least Developed`, - region: `Polynesia`, - status: `Country`, - longitude: -172.1, - latitude: -13.75, - gdpPerPerson: 5227, - rank: 187, - unemployment: 3, - oilProduction: 2, - birthRate: 7, - medianAge: 46, - electricity: 50118, - televisions: 54930, - publicDebt: 42, - internet: 84739 - }), - new WorldStatsItem( - { - code: `GUM`, - name: `Guam`, - continent: `Oceania`, - population: 167358, - gdpTotal: 4882, - economy: `Developing`, - region: `Micronesia`, - status: `Dependency`, - longitude: 144.79, - latitude: 13.44, - gdpPerPerson: 29171, - rank: 188, - unemployment: 15, - oilProduction: 2, - birthRate: 24, - medianAge: 42, - electricity: 64229, - televisions: 43567, - publicDebt: 37, - internet: 121131 - }), - new WorldStatsItem( - { - code: `LCA`, - name: `Saint Lucia`, - continent: `North America`, - population: 164994, - gdpTotal: 2083, - economy: `Developing`, - region: `Central America`, - status: `Country`, - longitude: -60.98, - latitude: 13.905, - gdpPerPerson: 12625, - rank: 189, - unemployment: 3, - oilProduction: 2, - birthRate: 14, - medianAge: 32, - electricity: 75473, - televisions: 87743, - publicDebt: 7, - internet: 64498 - }), - new WorldStatsItem( - { - code: `CUW`, - name: `Curacao`, - continent: `North America`, - population: 149648, - gdpTotal: 3128, - economy: `Developing`, - region: `Central America`, - status: `Dependency`, - longitude: -68.95, - latitude: 12.213, - gdpPerPerson: 20902, - rank: 190, - unemployment: 6, - oilProduction: 1, - birthRate: 7, - medianAge: 35, - electricity: 74665, - televisions: 89830, - publicDebt: 36, - internet: 55905 - }), - new WorldStatsItem( - { - code: `ABW`, - name: `Aruba`, - continent: `North America`, - population: 115120, - gdpTotal: 2516, - economy: `Developing`, - region: `Central America`, - status: `Dependency`, - longitude: -69.98, - latitude: 12.519, - gdpPerPerson: 21855, - rank: 191, - unemployment: 7, - oilProduction: 2356, - birthRate: 13, - medianAge: 38, - electricity: 770, - televisions: 20000, - publicDebt: 46, - internet: 24000 - }), - new WorldStatsItem( - { - code: `GRD`, - name: `Grenada`, - continent: `North America`, - population: 111724, - gdpTotal: 1511, - economy: `Developing`, - region: `Central America`, - status: `Country`, - longitude: -61.69, - latitude: 12.123, - gdpPerPerson: 13524, - rank: 192, - unemployment: 10, - oilProduction: 0, - birthRate: 10, - medianAge: 50, - electricity: 4992, - televisions: 58674, - publicDebt: 42, - internet: 33132 - }), - new WorldStatsItem( - { - code: `KIR`, - name: `Kiribati`, - continent: `Oceania`, - population: 108145, - gdpTotal: 211, - economy: `Least Developed`, - region: `Micronesia`, - status: `Country`, - longitude: -157.333, - latitude: 1.884, - gdpPerPerson: 1951, - rank: 193, - unemployment: 13, - oilProduction: 4, - birthRate: 9, - medianAge: 52, - electricity: 37081, - televisions: 52395, - publicDebt: 40, - internet: 36620 - }), - new WorldStatsItem( - { - code: `VIR`, - name: `U.S. Virgin Island`, - continent: `North America`, - population: 107268, - gdpTotal: 3792, - economy: `Developing`, - region: `Central America`, - status: `Dependency`, - longitude: -64.77, - latitude: 17.77, - gdpPerPerson: 35351, - rank: 194, - unemployment: 11, - oilProduction: 2, - birthRate: 12, - medianAge: 38, - electricity: 13387, - televisions: 77187, - publicDebt: 43, - internet: 40836 - }), - new WorldStatsItem( - { - code: `TON`, - name: `Tonga`, - continent: `Oceania`, - population: 106479, - gdpTotal: 557, - economy: `Developing`, - region: `Polynesia`, - status: `Country`, - longitude: -173.9, - latitude: -18.62, - gdpPerPerson: 5231, - rank: 195, - unemployment: 4, - oilProduction: 4, - birthRate: 5, - medianAge: 33, - electricity: 88735, - televisions: 30257, - publicDebt: 25, - internet: 71756 - }), - new WorldStatsItem( - { - code: `FSM`, - name: `Micronesia`, - continent: `Oceania`, - population: 104196, - gdpTotal: 314, - economy: `Developing`, - region: `Micronesia`, - status: `Country`, - longitude: 150.52, - latitude: 7.435, - gdpPerPerson: 3014, - rank: 196, - unemployment: 9, - oilProduction: 5, - birthRate: 5, - medianAge: 38, - electricity: 39068, - televisions: 45396, - publicDebt: 40, - internet: 29169 - }), - new WorldStatsItem( - { - code: `VCT`, - name: `St. Vin. and Gren.`, - continent: `North America`, - population: 102089, - gdpTotal: 1241, - economy: `Developing`, - region: `Central America`, - status: `Country`, - longitude: -61.17, - latitude: 13.239, - gdpPerPerson: 12156, - rank: 197, - unemployment: 10, - oilProduction: 5, - birthRate: 7, - medianAge: 30, - electricity: 39467, - televisions: 42804, - publicDebt: 9, - internet: 66754 - }), - new WorldStatsItem( - { - code: `JEY`, - name: `Jersey`, - continent: `Europe`, - population: 98840, - gdpTotal: 5080, - economy: `Developed`, - region: `Northern Europe`, - status: `Territory`, - longitude: -2.123, - latitude: 49.218, - gdpPerPerson: 51396, - rank: 198, - unemployment: 4, - oilProduction: 1, - birthRate: 18, - medianAge: 30, - electricity: 64261, - televisions: 52453, - publicDebt: 34, - internet: 3026 - }), - new WorldStatsItem( - { - code: `ATG`, - name: `Antigua and Barbuda`, - continent: `North America`, - population: 94731, - gdpTotal: 2171, - economy: `Developing`, - region: `Central America`, - status: `Country`, - longitude: -61.79, - latitude: 17.096, - gdpPerPerson: 22918, - rank: 199, - unemployment: 3, - oilProduction: 1, - birthRate: 5, - medianAge: 36, - electricity: 35849, - televisions: 75384, - publicDebt: 32, - internet: 6170 - }), - new WorldStatsItem( - { - code: `SYC`, - name: `Seychelles`, - continent: `Africa`, - population: 93920, - gdpTotal: 2608, - economy: `Developing`, - region: `Eastern Africa`, - status: `Country`, - longitude: 55.463, - latitude: -4.672, - gdpPerPerson: 27768, - rank: 200, - unemployment: 2, - oilProduction: 0, - birthRate: 16, - medianAge: 29, - electricity: 252, - televisions: 11000, - publicDebt: 92, - internet: 32000 - }), - new WorldStatsItem( - { - code: `IMN`, - name: `Isle of Man`, - continent: `Europe`, - population: 88815, - gdpTotal: 7428, - economy: `Developed`, - region: `Northern Europe`, - status: `Territory`, - longitude: -4.562, - latitude: 54.233, - gdpPerPerson: 83635, - rank: 201, - unemployment: 4, - oilProduction: 4, - birthRate: 14, - medianAge: 36, - electricity: 15745, - televisions: 25734, - publicDebt: 13, - internet: 2650 - }), - new WorldStatsItem( - { - code: `AND`, - name: `Andorra`, - continent: `Europe`, - population: 85702, - gdpTotal: 3327, - economy: `Developed`, - region: `Southern Europe`, - status: `Country`, - longitude: 1.578, - latitude: 42.539, - gdpPerPerson: 38821, - rank: 202, - unemployment: 11, - oilProduction: 3, - birthRate: 20, - medianAge: 50, - electricity: 56209, - televisions: 42797, - publicDebt: 33, - internet: 42006 - }), - new WorldStatsItem( - { - code: `MHL`, - name: `Marshall Islands`, - continent: `Oceania`, - population: 74539, - gdpTotal: 180, - economy: `Developing`, - region: `Micronesia`, - status: `Country`, - longitude: 169.3, - latitude: 8.484, - gdpPerPerson: 2415, - rank: 203, - unemployment: 3, - oilProduction: 3, - birthRate: 23, - medianAge: 42, - electricity: 78832, - televisions: 15193, - publicDebt: 44, - internet: 8536 - }), - new WorldStatsItem( - { - code: `DMA`, - name: `Dominica`, - continent: `North America`, - population: 73897, - gdpTotal: 812, - economy: `Developing`, - region: `Central America`, - status: `Country`, - longitude: -61.36, - latitude: 15.43, - gdpPerPerson: 10988, - rank: 204, - unemployment: 6, - oilProduction: 1, - birthRate: 13, - medianAge: 35, - electricity: 49809, - televisions: 17676, - publicDebt: 37, - internet: 2616 - }), - new WorldStatsItem( - { - code: `BMU`, - name: `Bermuda`, - continent: `North America`, - population: 70864, - gdpTotal: 5198, - economy: `Developed`, - region: `Northern America`, - status: `Dependency`, - longitude: -64.76, - latitude: 32.323, - gdpPerPerson: 73352, - rank: 205, - unemployment: 15, - oilProduction: 1, - birthRate: 21, - medianAge: 43, - electricity: 54728, - televisions: 16336, - publicDebt: 27, - internet: 41606 - }), - new WorldStatsItem( - { - code: `GGY`, - name: `Guernsey`, - continent: `Europe`, - population: 66502, - gdpTotal: 3465, - economy: `Developed`, - region: `Northern Europe`, - status: `Territory`, - longitude: -2.579, - latitude: 49.468, - gdpPerPerson: 52104, - rank: 206, - unemployment: 2, - oilProduction: 1, - birthRate: 25, - medianAge: 33, - electricity: 9806, - televisions: 24638, - publicDebt: 34, - internet: 29222 - }), - new WorldStatsItem( - { - code: `CYM`, - name: `Cayman Island`, - continent: `North America`, - population: 58441, - gdpTotal: 2507, - economy: `Emerging`, - region: `Central America`, - status: `Dependency`, - longitude: -81.25, - latitude: 19.343, - gdpPerPerson: 42898, - rank: 207, - unemployment: 12, - oilProduction: 3, - birthRate: 7, - medianAge: 35, - electricity: 70206, - televisions: 28885, - publicDebt: 21, - internet: 9332 - }), - new WorldStatsItem( - { - code: `GRL`, - name: `Greenland`, - continent: `North America`, - population: 57713, - gdpTotal: 2173, - economy: `Developed`, - region: `Northern America`, - status: `Dependency`, - longitude: -42.12, - latitude: 69.547, - gdpPerPerson: 37652, - rank: 208, - unemployment: 7, - oilProduction: 5, - birthRate: 19, - medianAge: 42, - electricity: 86090, - televisions: 43741, - publicDebt: 42, - internet: 11423 - }), - new WorldStatsItem( - { - code: `KNA`, - name: `St. Kitts and Nevis`, - continent: `North America`, - population: 52715, - gdpTotal: 1427, - economy: `Developing`, - region: `Central America`, - status: `Country`, - longitude: -62.77, - latitude: 17.351, - gdpPerPerson: 27070, - rank: 209, - unemployment: 5, - oilProduction: 2, - birthRate: 18, - medianAge: 40, - electricity: 65438, - televisions: 17719, - publicDebt: 11, - internet: 8543 - }), - new WorldStatsItem( - { - code: `TCA`, - name: `Turks and Caicos Is.`, - continent: `North America`, - population: 52570, - gdpTotal: 632, - economy: `Developing`, - region: `Central America`, - status: `Dependency`, - longitude: -71.96, - latitude: 21.913, - gdpPerPerson: 12022, - rank: 210, - unemployment: 6, - oilProduction: 0, - birthRate: 13, - medianAge: 42, - electricity: 51325, - televisions: 13109, - publicDebt: 13, - internet: 24564 - }), - new WorldStatsItem( - { - code: `MNP`, - name: `N. Mariana Island`, - continent: `Oceania`, - population: 52263, - gdpTotal: 682, - economy: `Developing`, - region: `Micronesia`, - status: `Dependency`, - longitude: 145.49, - latitude: 16.459, - gdpPerPerson: 13049, - rank: 211, - unemployment: 10, - oilProduction: 1, - birthRate: 9, - medianAge: 46, - electricity: 87386, - televisions: 13049, - publicDebt: 20, - internet: 5484 - }), - new WorldStatsItem( - { - code: `ASM`, - name: `American Samoa`, - continent: `Oceania`, - population: 51504, - gdpTotal: 711, - economy: `Developing`, - region: `Polynesia`, - status: `Dependency`, - longitude: -170.6, - latitude: -14.3, - gdpPerPerson: 13805, - rank: 212, - unemployment: 3, - oilProduction: 4, - birthRate: 13, - medianAge: 42, - electricity: 65918, - televisions: 18802, - publicDebt: 23, - internet: 14691 - }), - new WorldStatsItem( - { - code: `FRO`, - name: `Faeroe Island`, - continent: `Europe`, - population: 50730, - gdpTotal: 2001, - economy: `Developed`, - region: `Northern Europe`, - status: `Dependency`, - longitude: -6.857, - latitude: 62.178, - gdpPerPerson: 39444, - rank: 213, - unemployment: 15, - oilProduction: 2, - birthRate: 11, - medianAge: 46, - electricity: 55029, - televisions: 11762, - publicDebt: 13, - internet: 2412 - }), - new WorldStatsItem( - { - code: `SXM`, - name: `Sint Maarten`, - continent: `North America`, - population: 42083, - gdpTotal: 366, - economy: `Developing`, - region: `Central America`, - status: `Dependency`, - longitude: -63.06, - latitude: 18.044, - gdpPerPerson: 8697, - rank: 214, - unemployment: 14, - oilProduction: 4, - birthRate: 19, - medianAge: 50, - electricity: 17166, - televisions: 8474, - publicDebt: 33, - internet: 14309 - }), - new WorldStatsItem( - { - code: `LIE`, - name: `Liechtenstein`, - continent: `Europe`, - population: 38244, - gdpTotal: 4978, - economy: `Developed`, - region: `Western Europe`, - status: `Country`, - longitude: 9.545, - latitude: 47.164, - gdpPerPerson: 130164, - rank: 215, - unemployment: 11, - oilProduction: 3, - birthRate: 10, - medianAge: 55, - electricity: 80781, - televisions: 23104, - publicDebt: 21, - internet: 8159 - }), - new WorldStatsItem( - { - code: `VGB`, - name: `British Virgin Island`, - continent: `North America`, - population: 35015, - gdpTotal: 500, - economy: `Developed`, - region: `Central America`, - status: `Dependency`, - longitude: -64.6, - latitude: 18.44, - gdpPerPerson: 14280, - rank: 216, - unemployment: 13, - oilProduction: 2, - birthRate: 6, - medianAge: 51, - electricity: 47732, - televisions: 17777, - publicDebt: 7, - internet: 6238 - }), - new WorldStatsItem( - { - code: `SMR`, - name: `San Marino`, - continent: `Europe`, - population: 33537, - gdpTotal: 2023, - economy: `Developed`, - region: `Southern Europe`, - status: `Country`, - longitude: 12.456, - latitude: 43.942, - gdpPerPerson: 60321, - rank: 217, - unemployment: 10, - oilProduction: 0, - birthRate: 15, - medianAge: 48, - electricity: 21943, - televisions: 22355, - publicDebt: 34, - internet: 23505 - }), - new WorldStatsItem( - { - code: `MAF`, - name: `St. Martin`, - continent: `North America`, - population: 32125, - gdpTotal: 562, - economy: `Developing`, - region: `Central America`, - status: `Dependency`, - longitude: -63.06, - latitude: 18.092, - gdpPerPerson: 17494, - rank: 218, - unemployment: 15, - oilProduction: 5, - birthRate: 10, - medianAge: 34, - electricity: 76791, - televisions: 17592, - publicDebt: 43, - internet: 25032 - }), - new WorldStatsItem( - { - code: `MCO`, - name: `Monaco`, - continent: `Europe`, - population: 30645, - gdpTotal: 7672, - economy: `Developed`, - region: `Western Europe`, - status: `Country`, - longitude: 7.408, - latitude: 43.751, - gdpPerPerson: 250351, - rank: 219, - unemployment: 15, - oilProduction: 5, - birthRate: 18, - medianAge: 31, - electricity: 73517, - televisions: 10057, - publicDebt: 10, - internet: 18394 - }), - new WorldStatsItem( - { - code: `ALA`, - name: `Aland Islands`, - continent: `Europe`, - population: 27153, - gdpTotal: 1563, - economy: `Developed`, - region: `Northern Europe`, - status: `Territory`, - longitude: 20.065, - latitude: 60.209, - gdpPerPerson: 57563, - rank: 220, - unemployment: 14, - oilProduction: 3, - birthRate: 15, - medianAge: 54, - electricity: 69394, - televisions: 14696, - publicDebt: 19, - internet: 2736 - }), - new WorldStatsItem( - { - code: `PLW`, - name: `Palau`, - continent: `Oceania`, - population: 21431, - gdpTotal: 276, - economy: `Developing`, - region: `Micronesia`, - status: `Country`, - longitude: 134.63, - latitude: 7.532, - gdpPerPerson: 12879, - rank: 221, - unemployment: 8, - oilProduction: 1, - birthRate: 7, - medianAge: 39, - electricity: 88599, - televisions: 3019, - publicDebt: 8, - internet: 17075 - }), - new WorldStatsItem( - { - code: `AIA`, - name: `Anguilla`, - continent: `North America`, - population: 17087, - gdpTotal: 175, - economy: `Developing`, - region: `Central America`, - status: `Dependency`, - longitude: -63.07, - latitude: 18.221, - gdpPerPerson: 10242, - rank: 222, - unemployment: 9, - oilProduction: 1, - birthRate: 10, - medianAge: 49, - electricity: 68590, - televisions: 10632, - publicDebt: 40, - internet: 8703 - }), - new WorldStatsItem( - { - code: `WLF`, - name: `Wallis Island`, - continent: `Oceania`, - population: 15714, - gdpTotal: 60, - economy: `Developing`, - region: `Polynesia`, - status: `Dependency`, - longitude: -177.1, - latitude: -13.77, - gdpPerPerson: 3818, - rank: 223, - unemployment: 15, - oilProduction: 0, - birthRate: 0, - medianAge: 0, - electricity: 0, - televisions: 0, - publicDebt: 6, - internet: 900 - }), - new WorldStatsItem( - { - code: `NRU`, - name: `Nauru`, - continent: `Oceania`, - population: 9642, - gdpTotal: 151, - economy: `Developing`, - region: `Micronesia`, - status: `Country`, - longitude: 166.93, - latitude: -0.52, - gdpPerPerson: 15661, - rank: 224, - unemployment: 5, - oilProduction: 3, - birthRate: 17, - medianAge: 32, - electricity: 84092, - televisions: 1777, - publicDebt: 34, - internet: 4585 - }), - new WorldStatsItem( - { - code: `COK`, - name: `Cook Island`, - continent: `Oceania`, - population: 9290, - gdpTotal: 244, - economy: `Developing`, - region: `Polynesia`, - status: `Dependency`, - longitude: -159.7, - latitude: -21.21, - gdpPerPerson: 26265, - rank: 225, - unemployment: 15, - oilProduction: 1, - birthRate: 6, - medianAge: 45, - electricity: 41320, - televisions: 3712, - publicDebt: 24, - internet: 3555 - }), - new WorldStatsItem( - { - code: `SHN`, - name: `Saint Helena`, - continent: `Africa`, - population: 7828, - gdpTotal: 31, - economy: `Developing`, - region: `Western Africa`, - status: `Dependency`, - longitude: -10.03, - latitude: -11.94, - gdpPerPerson: 3960, - rank: 226, - unemployment: 13, - oilProduction: 1, - birthRate: 17, - medianAge: 48, - electricity: 84435, - televisions: 3812, - publicDebt: 15, - internet: 5530 - }), - new WorldStatsItem( - { - code: `BLM`, - name: `St. Barthalemy`, - continent: `North America`, - population: 7184, - gdpTotal: 255, - economy: `Developed`, - region: `Central America`, - status: `Dependency`, - longitude: -62.83, - latitude: 17.899, - gdpPerPerson: 35496, - rank: 227, - unemployment: 14, - oilProduction: 0, - birthRate: 23, - medianAge: 46, - electricity: 36112, - televisions: 4072, - publicDebt: 27, - internet: 5097 - }), - new WorldStatsItem( - { - code: `KAS`, - name: `Siachen Glacier`, - continent: `Asia`, - population: 6000, - gdpTotal: 15, - economy: `Developing`, - region: `Southern Asia`, - status: `Territory`, - longitude: 77.283, - latitude: 35.386, - gdpPerPerson: 2500, - rank: 228, - unemployment: 7, - oilProduction: 0, - birthRate: 9, - medianAge: 55, - electricity: 62932, - televisions: 936, - publicDebt: 14, - internet: 1303 - }), - new WorldStatsItem( - { - code: `SPM`, - name: `St. Pierre and Miquelon`, - continent: `North America`, - population: 5533, - gdpTotal: 215, - economy: `Developed`, - region: `Northern America`, - status: `Territory`, - longitude: -56.26, - latitude: 46.926, - gdpPerPerson: 38858, - rank: 229, - unemployment: 13, - oilProduction: 0, - birthRate: 13, - medianAge: 42, - electricity: 61277, - televisions: 2067, - publicDebt: 18, - internet: 2924 - }), - new WorldStatsItem( - { - code: `MSR`, - name: `Montserrat`, - continent: `North America`, - population: 5292, - gdpTotal: 44, - economy: `Developing`, - region: `Central America`, - status: `Dependency`, - longitude: -62.18, - latitude: 16.745, - gdpPerPerson: 8314, - rank: 230, - unemployment: 13, - oilProduction: 1, - birthRate: 12, - medianAge: 50, - electricity: 19088, - televisions: 1964, - publicDebt: 44, - internet: 4009 - }), - new WorldStatsItem( - { - code: `IOT`, - name: `British Indian Territory`, - continent: `Asia`, - population: 4000, - gdpTotal: 160, - economy: `Developed`, - region: `Southern Asia`, - status: `Dependency`, - longitude: 72.424, - latitude: -7.328, - gdpPerPerson: 40000, - rank: 232, - unemployment: 13, - oilProduction: 0, - birthRate: 6, - medianAge: 47, - electricity: 91829, - televisions: 1510, - publicDebt: 14, - internet: 1656 - }), - new WorldStatsItem( - { - code: `FLK`, - name: `Falkland Island`, - continent: `South America`, - population: 2931, - gdpTotal: 282, - economy: `Developed`, - region: `South America`, - status: `Dependency`, - longitude: -59.46, - latitude: -51.78, - gdpPerPerson: 96213, - rank: 233, - unemployment: 3, - oilProduction: 5, - birthRate: 9, - medianAge: 36, - electricity: 68007, - televisions: 1489, - publicDebt: 22, - internet: 1335 - }), - new WorldStatsItem( - { - code: `NFK`, - name: `Norfolk Island`, - continent: `Oceania`, - population: 2210, - gdpTotal: 33, - economy: `Developing`, - region: `Australia`, - status: `Dependency`, - longitude: 167.94, - latitude: -29.05, - gdpPerPerson: 14932, - rank: 234, - unemployment: 1, - oilProduction: 0, - birthRate: 15, - medianAge: 46, - electricity: 91943, - televisions: 583, - publicDebt: 41, - internet: 1183 - }), - new WorldStatsItem( - { - code: `NIU`, - name: `Niue`, - continent: `Oceania`, - population: 1626, - gdpTotal: 10, - economy: `Developing`, - region: `Polynesia`, - status: `Dependency`, - longitude: -169.8, - latitude: -19.05, - gdpPerPerson: 6150, - rank: 235, - unemployment: 15, - oilProduction: 4, - birthRate: 17, - medianAge: 51, - electricity: 16785, - televisions: 585, - publicDebt: 31, - internet: 1247 - }), + new WorldStatsItem({ code: `CHN`, name: `China`, continent: `Asia`, population: 1379302771, gdpTotal: 21140000, economy: `Emerging`, region: `Eastern Asia`, status: `Country`, longitude: 104.18, latitude: 35.887, gdpPerPerson: 15327, rank: 1, unemployment: 4, oilProduction: 3725000, birthRate: 14, medianAge: 34, electricity: 3256000, televisions: 400000000, publicDebt: 18, internet: 253000000 }), + new WorldStatsItem({ code: `IND`, name: `India`, continent: `Asia`, population: 1281935911, gdpTotal: 8721000, economy: `Emerging`, region: `Southern Asia`, status: `Country`, longitude: 78.022, latitude: 22.665, gdpPerPerson: 6803, rank: 2, unemployment: 7, oilProduction: 810000, birthRate: 22, medianAge: 25, electricity: 661600, televisions: 63000000, publicDebt: 58, internet: 80000000 }), + new WorldStatsItem({ code: `USA`, name: `United States`, continent: `North America`, population: 326625791, gdpTotal: 18560000, economy: `Developed`, region: `Northern America`, status: `Country`, longitude: -101.8, latitude: 39.818, gdpPerPerson: 56823, rank: 3, unemployment: 5, oilProduction: 7460000, birthRate: 14, medianAge: 37, electricity: 4062000, televisions: 219000000, publicDebt: 61, internet: 223000000 }), + new WorldStatsItem({ code: `IDN`, name: `Indonesia`, continent: `Asia`, population: 260580739, gdpTotal: 3028000, economy: `Emerging`, region: `Eastern Asia`, status: `Country`, longitude: 102.72, latitude: -2.698, gdpPerPerson: 11620, rank: 4, unemployment: 9, oilProduction: 837500, birthRate: 19, medianAge: 27, electricity: 125900, televisions: 13750000, publicDebt: 34, internet: 13000000 }), + new WorldStatsItem({ code: `BRA`, name: `Brazil`, continent: `South America`, population: 207353391, gdpTotal: 3081000, economy: `Emerging`, region: `South America`, status: `Country`, longitude: -48.88, latitude: -12.89, gdpPerPerson: 14859, rank: 5, unemployment: 9, oilProduction: 1797000, birthRate: 19, medianAge: 28, electricity: 396400, televisions: 36500000, publicDebt: 45, internet: 50000000 }), + new WorldStatsItem({ code: `PAK`, name: `Pakistan`, continent: `Asia`, population: 204924861, gdpTotal: 988200, economy: `Emerging`, region: `Southern Asia`, status: `Country`, longitude: 67.624, latitude: 28.421, gdpPerPerson: 4822, rank: 6, unemployment: 6, oilProduction: 62000, birthRate: 28, medianAge: 21, electricity: 89820, televisions: 3100000, publicDebt: 51, internet: 17500000 }), + new WorldStatsItem({ code: `NGA`, name: `Nigeria`, continent: `Africa`, population: 190632261, gdpTotal: 1089000, economy: `Emerging`, region: `Western Africa`, status: `Country`, longitude: 8.657, latitude: 9.075, gdpPerPerson: 5713, rank: 7, unemployment: 5, oilProduction: 2166000, birthRate: 37, medianAge: 19, electricity: 22530, televisions: 6900000, publicDebt: 14, internet: 10000000 }), + new WorldStatsItem({ code: `BGD`, name: `Bangladesh`, continent: `Asia`, population: 157826578, gdpTotal: 628400, economy: `Least Developed`, region: `Southern Asia`, status: `Country`, longitude: 89.935, latitude: 24.474, gdpPerPerson: 3982, rank: 8, unemployment: 3, oilProduction: 6746, birthRate: 29, medianAge: 23, electricity: 21350, televisions: 770000, publicDebt: 37, internet: 500000 }), + new WorldStatsItem({ code: `RUS`, name: `Russia`, continent: `Europe`, population: 142257519, gdpTotal: 3745000, economy: `Emerging`, region: `Eastern Europe`, status: `Country`, longitude: 42.379, latitude: 56.974, gdpPerPerson: 26325, rank: 9, unemployment: 6, oilProduction: 9870000, birthRate: 11, medianAge: 38, electricity: 1000000, televisions: 60500000, publicDebt: 6, internet: 30000000 }), + new WorldStatsItem({ code: `JPN`, name: `Japan`, continent: `Asia`, population: 126451398, gdpTotal: 4932000, economy: `Developed`, region: `Eastern Asia`, status: `Country`, longitude: 138.48, latitude: 36.519, gdpPerPerson: 39003, rank: 10, unemployment: 4, oilProduction: 125000, birthRate: 8, medianAge: 44, electricity: 1025000, televisions: 86500000, publicDebt: 170, internet: 88110000 }), + new WorldStatsItem({ code: `MEX`, name: `Mexico`, continent: `North America`, population: 124574795, gdpTotal: 2307000, economy: `Emerging`, region: `Central America`, status: `Country`, longitude: -102.5, latitude: 23.63, gdpPerPerson: 18519, rank: 11, unemployment: 4, oilProduction: 3083000, birthRate: 20, medianAge: 26, electricity: 222400, televisions: 25600000, publicDebt: 23, internet: 22812000 }), + new WorldStatsItem({ code: `ETH`, name: `Ethiopia`, continent: `Africa`, population: 105350020, gdpTotal: 174700, economy: `Least Developed`, region: `Eastern Africa`, status: `Country`, longitude: 40.489, latitude: 9.154, gdpPerPerson: 1658, rank: 12, unemployment: 5, oilProduction: 1, birthRate: 25, medianAge: 52, electricity: 60942, televisions: 66893500, publicDebt: 45, internet: 291000 }), + new WorldStatsItem({ code: `PHL`, name: `Philippines`, continent: `Asia`, population: 104256076, gdpTotal: 801900, economy: `Emerging`, region: `Eastern Asia`, status: `Country`, longitude: 121.4, latitude: 16.78, gdpPerPerson: 7692, rank: 13, unemployment: 7, oilProduction: 0, birthRate: 26, medianAge: 22, electricity: 53670, televisions: 3700000, publicDebt: 56, internet: 5300000 }), + new WorldStatsItem({ code: `EGY`, name: `Egypt`, continent: `Africa`, population: 97041072, gdpTotal: 1105000, economy: `Emerging`, region: `Middle East`, status: `Country`, longitude: 30.787, latitude: 26.825, gdpPerPerson: 11387, rank: 14, unemployment: 9, oilProduction: 665000, birthRate: 22, medianAge: 25, electricity: 102500, televisions: 7700000, publicDebt: 106, internet: 8620000 }), + new WorldStatsItem({ code: `VNM`, name: `Vietnam`, continent: `Asia`, population: 96160163, gdpTotal: 594900, economy: `Emerging`, region: `Eastern Asia`, status: `Country`, longitude: 108.46, latitude: 13.711, gdpPerPerson: 6187, rank: 15, unemployment: 4, oilProduction: 324000, birthRate: 16, medianAge: 27, electricity: 59010, televisions: 3570000, publicDebt: 42, internet: 17870000 }), + new WorldStatsItem({ code: `COD`, name: `Dem. Rep. Congo`, continent: `Africa`, population: 83301151, gdpTotal: 66010, economy: `Least Developed`, region: `Middle Africa`, status: `Country`, longitude: 21.738, latitude: -4.071, gdpPerPerson: 792, rank: 16, unemployment: 3, oilProduction: 4, birthRate: 13, medianAge: 41, electricity: 48913, televisions: 55942436, publicDebt: 16, internet: 8903936 }), + new WorldStatsItem({ code: `IRN`, name: `Iran`, continent: `Asia`, population: 82021564, gdpTotal: 1459000, economy: `Emerging`, region: `Middle East`, status: `Country`, longitude: 53.664, latitude: 32.435, gdpPerPerson: 17788, rank: 17, unemployment: 12, oilProduction: 3956000, birthRate: 17, medianAge: 26, electricity: 170400, televisions: 4610000, publicDebt: 17, internet: 23000000 }), + new WorldStatsItem({ code: `TUR`, name: `Turkey`, continent: `Asia`, population: 80845215, gdpTotal: 1670000, economy: `Emerging`, region: `Middle East`, status: `Country`, longitude: 35.243, latitude: 38.962, gdpPerPerson: 20657, rank: 18, unemployment: 10, oilProduction: 45460, birthRate: 16, medianAge: 29, electricity: 154200, televisions: 20900000, publicDebt: 39, internet: 13150000 }), + new WorldStatsItem({ code: `DEU`, name: `Germany`, continent: `Europe`, population: 80594017, gdpTotal: 3979000, economy: `Developed`, region: `Western Europe`, status: `Country`, longitude: 11.43, latitude: 52.237, gdpPerPerson: 49371, rank: 19, unemployment: 9, oilProduction: 141700, birthRate: 8, medianAge: 43, electricity: 579400, televisions: 51400000, publicDebt: 65, internet: 42500000 }), + new WorldStatsItem({ code: `THA`, name: `Thailand`, continent: `Asia`, population: 68414135, gdpTotal: 1161000, economy: `Emerging`, region: `Eastern Asia`, status: `Country`, longitude: 100.65, latitude: 15.345, gdpPerPerson: 16970, rank: 20, unemployment: 1, oilProduction: 310000, birthRate: 14, medianAge: 33, electricity: 124600, televisions: 15190000, publicDebt: 38, internet: 13416000 }), + new WorldStatsItem({ code: `FRA`, name: `France`, continent: `Europe`, population: 67106161, gdpTotal: 2699000, economy: `Developed`, region: `Western Europe`, status: `Country`, longitude: 2.267, latitude: 46.645, gdpPerPerson: 40220, rank: 21, unemployment: 12, oilProduction: 1, birthRate: 24, medianAge: 48, electricity: 63711, televisions: 43156970, publicDebt: 11, internet: 7012454 }), + new WorldStatsItem({ code: `GBR`, name: `United Kingdom`, continent: `Europe`, population: 64769452, gdpTotal: 2788000, economy: `Developed`, region: `Northern Europe`, status: `Country`, longitude: -1.233, latitude: 52.242, gdpPerPerson: 43045, rank: 22, unemployment: 5, oilProduction: 1636000, birthRate: 11, medianAge: 40, electricity: 372600, televisions: 30500000, publicDebt: 44, internet: 40200000 }), + new WorldStatsItem({ code: `ITA`, name: `Italy`, continent: `Europe`, population: 62137802, gdpTotal: 2221000, economy: `Developed`, region: `Southern Europe`, status: `Country`, longitude: 15.701, latitude: 40.885, gdpPerPerson: 35743, rank: 23, unemployment: 6, oilProduction: 164800, birthRate: 8, medianAge: 43, electricity: 278500, televisions: 30300000, publicDebt: 104, internet: 32000000 }), + new WorldStatsItem({ code: `MMR`, name: `Myanmar`, continent: `Asia`, population: 55123814, gdpTotal: 311100, economy: `Least Developed`, region: `Eastern Asia`, status: `Country`, longitude: 96.028, latitude: 21.509, gdpPerPerson: 5644, rank: 24, unemployment: 13, oilProduction: 4, birthRate: 24, medianAge: 37, electricity: 26955, televisions: 39322205, publicDebt: 18, internet: 30207772 }), + new WorldStatsItem({ code: `ZAF`, name: `South Africa`, continent: `Africa`, population: 54841552, gdpTotal: 739100, economy: `Emerging`, region: `Southern Africa`, status: `Country`, longitude: 22.489, latitude: -32.4, gdpPerPerson: 13477, rank: 25, unemployment: 24, oilProduction: 200000, birthRate: 20, medianAge: 24, electricity: 264000, televisions: 6000000, publicDebt: 31, internet: 5100000 }), + new WorldStatsItem({ code: `TZA`, name: `Tanzania`, continent: `Africa`, population: 53950935, gdpTotal: 150600, economy: `Least Developed`, region: `Eastern Africa`, status: `Country`, longitude: 34.894, latitude: -6.356, gdpPerPerson: 2791, rank: 26, unemployment: 6, oilProduction: 3, birthRate: 9, medianAge: 34, electricity: 10186, televisions: 35987980, publicDebt: 20, internet: 400000 }), + new WorldStatsItem({ code: `KOR`, name: `South Korea`, continent: `Asia`, population: 51181299, gdpTotal: 1929000, economy: `Emerging`, region: `Eastern Asia`, status: `Country`, longitude: 128.29, latitude: 36.399, gdpPerPerson: 37690, rank: 27, unemployment: 3, oilProduction: 17050, birthRate: 9, medianAge: 37, electricity: 403200, televisions: 15900000, publicDebt: 28, internet: 35590000 }), + new WorldStatsItem({ code: `ESP`, name: `Spain`, continent: `Europe`, population: 48958159, gdpTotal: 1690000, economy: `Developed`, region: `Southern Europe`, status: `Country`, longitude: -2.892, latitude: 40.569, gdpPerPerson: 34519, rank: 28, unemployment: 8, oilProduction: 29350, birthRate: 10, medianAge: 41, electricity: 270300, televisions: 16200000, publicDebt: 36, internet: 19690000 }), + new WorldStatsItem({ code: `COL`, name: `Colombia`, continent: `South America`, population: 47698524, gdpTotal: 688000, economy: `Developing`, region: `South America`, status: `Country`, longitude: -72.95, latitude: 4.099, gdpPerPerson: 14424, rank: 29, unemployment: 11, oilProduction: 531300, birthRate: 20, medianAge: 27, electricity: 50470, televisions: 4590000, publicDebt: 53, internet: 12100000 }), + new WorldStatsItem({ code: `KEN`, name: `Kenya`, continent: `Africa`, population: 47615739, gdpTotal: 152700, economy: `Emerging`, region: `Eastern Africa`, status: `Country`, longitude: 37.929, latitude: 0.4, gdpPerPerson: 3207, rank: 30, unemployment: 40, oilProduction: 0, birthRate: 38, medianAge: 19, electricity: 5502, televisions: 730000, publicDebt: 49, internet: 3000000 }), + new WorldStatsItem({ code: `ARG`, name: `Argentina`, continent: `South America`, population: 44293293, gdpTotal: 879400, economy: `Emerging`, region: `South America`, status: `Country`, longitude: -64.84, latitude: -33.07, gdpPerPerson: 19854, rank: 31, unemployment: 9, oilProduction: 730000, birthRate: 18, medianAge: 30, electricity: 101100, televisions: 7950000, publicDebt: 56, internet: 9309000 }), + new WorldStatsItem({ code: `UKR`, name: `Ukraine`, continent: `Europe`, population: 44033874, gdpTotal: 352600, economy: `Developing`, region: `Eastern Europe`, status: `Country`, longitude: 30.86, latitude: 49.723, gdpPerPerson: 8007, rank: 32, unemployment: 2, oilProduction: 90400, birthRate: 10, medianAge: 39, electricity: 192100, televisions: 18050000, publicDebt: 12, internet: 10000000 }), + new WorldStatsItem({ code: `DZA`, name: `Algeria`, continent: `Africa`, population: 40969443, gdpTotal: 609400, economy: `Developing`, region: `Northern Africa`, status: `Country`, longitude: 1.642, latitude: 28.04, gdpPerPerson: 14875, rank: 33, unemployment: 12, oilProduction: 1358000, birthRate: 17, medianAge: 26, electricity: 31910, televisions: 3100000, publicDebt: 18, internet: 3500000 }), + new WorldStatsItem({ code: `UGA`, name: `Uganda`, continent: `Africa`, population: 39570125, gdpTotal: 84930, economy: `Least Developed`, region: `Eastern Africa`, status: `Country`, longitude: 32.27, latitude: 1.375, gdpPerPerson: 2146, rank: 34, unemployment: 10, oilProduction: 1, birthRate: 10, medianAge: 32, electricity: 35388, televisions: 27867123, publicDebt: 21, internet: 2000000 }), + new WorldStatsItem({ code: `IRQ`, name: `Iraq`, continent: `Asia`, population: 39192111, gdpTotal: 596700, economy: `Developing`, region: `Middle East`, status: `Country`, longitude: 43.66, latitude: 33.218, gdpPerPerson: 15225, rank: 35, unemployment: 6, oilProduction: 0, birthRate: 20, medianAge: 44, electricity: 48545, televisions: 13178804, publicDebt: 40, internet: 9538092 }), + new WorldStatsItem({ code: `POL`, name: `Poland`, continent: `Europe`, population: 38476269, gdpTotal: 1052000, economy: `Developed`, region: `Eastern Europe`, status: `Country`, longitude: 20.073, latitude: 52.374, gdpPerPerson: 27342, rank: 36, unemployment: 13, oilProduction: 0, birthRate: 10, medianAge: 38, electricity: 146200, televisions: 13050000, publicDebt: 43, internet: 16000000 }), + new WorldStatsItem({ code: `SDN`, name: `Sudan`, continent: `Africa`, population: 37345935, gdpTotal: 176300, economy: `Developing`, region: `Northern Africa`, status: `Country`, longitude: 30.217, latitude: 15.434, gdpPerPerson: 4721, rank: 37, unemployment: 19, oilProduction: 484500, birthRate: 34, medianAge: 19, electricity: 3944, televisions: 2380000, publicDebt: 106, internet: 1500000 }), + new WorldStatsItem({ code: `CAN`, name: `Canada`, continent: `North America`, population: 35623680, gdpTotal: 1674000, economy: `Developed`, region: `Northern America`, status: `Country`, longitude: -108, latitude: 55.855, gdpPerPerson: 46991, rank: 38, unemployment: 6, oilProduction: 3310000, birthRate: 10, medianAge: 40, electricity: 609600, televisions: 21500000, publicDebt: 64, internet: 28000000 }), + new WorldStatsItem({ code: `AFG`, name: `Afghanistan`, continent: `Asia`, population: 34124811, gdpTotal: 64080, economy: `Least Developed`, region: `Southern Asia`, status: `Country`, longitude: 66.041, latitude: 33.977, gdpPerPerson: 1878, rank: 39, unemployment: 9, oilProduction: 2, birthRate: 15, medianAge: 39, electricity: 64532, televisions: 15374294, publicDebt: 25, internet: 18662148 }), + new WorldStatsItem({ code: `MAR`, name: `Morocco`, continent: `Africa`, population: 33986655, gdpTotal: 282800, economy: `Developing`, region: `Northern Africa`, status: `Country`, longitude: -5.707, latitude: 32.104, gdpPerPerson: 8321, rank: 40, unemployment: 10, oilProduction: 300, birthRate: 21, medianAge: 25, electricity: 21370, televisions: 3100000, publicDebt: 67, internet: 7300000 }), + new WorldStatsItem({ code: `MYS`, name: `Malaysia`, continent: `Asia`, population: 31381992, gdpTotal: 863000, economy: `Developing`, region: `Eastern Asia`, status: `Country`, longitude: 101.72, latitude: 4.89, gdpPerPerson: 27500, rank: 41, unemployment: 3, oilProduction: 757500, birthRate: 22, medianAge: 25, electricity: 82360, televisions: 10800000, publicDebt: 42, internet: 15868000 }), + new WorldStatsItem({ code: `VEN`, name: `Venezuela`, continent: `South America`, population: 31304016, gdpTotal: 468600, economy: `Emerging`, region: `South America`, status: `Country`, longitude: -64.78, latitude: 6.695, gdpPerPerson: 14969, rank: 42, unemployment: 9, oilProduction: 2398000, birthRate: 21, medianAge: 25, electricity: 99200, televisions: 4100000, publicDebt: 19, internet: 5720000 }), + new WorldStatsItem({ code: `PER`, name: `Peru`, continent: `South America`, population: 31036656, gdpTotal: 410400, economy: `Emerging`, region: `South America`, status: `Country`, longitude: -73.82, latitude: -12.89, gdpPerPerson: 13223, rank: 43, unemployment: 7, oilProduction: 119000, birthRate: 20, medianAge: 26, electricity: 24970, televisions: 3060000, publicDebt: 29, internet: 7636000 }), + new WorldStatsItem({ code: `UZB`, name: `Uzbekistan`, continent: `Asia`, population: 29748859, gdpTotal: 202300, economy: `Developing`, region: `Central Asia`, status: `Country`, longitude: 63.288, latitude: 42.338, gdpPerPerson: 6800, rank: 44, unemployment: 1, oilProduction: 109400, birthRate: 18, medianAge: 24, electricity: 49000, televisions: 6400000, publicDebt: 19, internet: 1200000 }), + new WorldStatsItem({ code: `NPL`, name: `Nepal`, continent: `Asia`, population: 29384297, gdpTotal: 71520, economy: `Least Developed`, region: `Southern Asia`, status: `Country`, longitude: 82.328, latitude: 28.843, gdpPerPerson: 2434, rank: 45, unemployment: 5, oilProduction: 3, birthRate: 18, medianAge: 34, electricity: 68842, televisions: 21075997, publicDebt: 16, internet: 7780693 }), + new WorldStatsItem({ code: `AGO`, name: `Angola`, continent: `Africa`, population: 29310273, gdpTotal: 189000, economy: `Least Developed`, region: `Middle Africa`, status: `Country`, longitude: 18.097, latitude: -12.37, gdpPerPerson: 6448, rank: 46, unemployment: 14, oilProduction: 0, birthRate: 15, medianAge: 38, electricity: 25890, televisions: 21283158, publicDebt: 12, internet: 100000 }), + new WorldStatsItem({ code: `SAU`, name: `Saudi Arabia`, continent: `Asia`, population: 28571770, gdpTotal: 1731000, economy: `Developed`, region: `Middle East`, status: `Country`, longitude: 45.129, latitude: 24.248, gdpPerPerson: 60584, rank: 47, unemployment: 13, oilProduction: 11000000, birthRate: 29, medianAge: 22, electricity: 165600, televisions: 5100000, publicDebt: 24, internet: 6200000 }), + new WorldStatsItem({ code: `YEM`, name: `Yemen`, continent: `Asia`, population: 28036829, gdpTotal: 73450, economy: `Least Developed`, region: `Middle East`, status: `Country`, longitude: 48.53, latitude: 15.658, gdpPerPerson: 2620, rank: 48, unemployment: 35, oilProduction: 339200, birthRate: 42, medianAge: 17, electricity: 4456, televisions: 470000, publicDebt: 34, internet: 320000 }), + new WorldStatsItem({ code: `GHA`, name: `Ghana`, continent: `Africa`, population: 27499924, gdpTotal: 120800, economy: `Developing`, region: `Western Africa`, status: `Country`, longitude: -0.893, latitude: 8.607, gdpPerPerson: 4393, rank: 49, unemployment: 11, oilProduction: 700, birthRate: 29, medianAge: 20, electricity: 7042, televisions: 1900000, publicDebt: 59, internet: 650000 }), + new WorldStatsItem({ code: `MOZ`, name: `Mozambique`, continent: `Africa`, population: 26573706, gdpTotal: 35010, economy: `Least Developed`, region: `Eastern Africa`, status: `Country`, longitude: 38.075, latitude: -15.41, gdpPerPerson: 1317, rank: 50, unemployment: 21, oilProduction: 0, birthRate: 38, medianAge: 17, electricity: 13170, televisions: 67600, publicDebt: 22, internet: 200000 }), + new WorldStatsItem({ code: `PRK`, name: `North Korea`, continent: `Asia`, population: 25248140, gdpTotal: 40000, economy: `Least Developed`, region: `Eastern Asia`, status: `Country`, longitude: 127.01, latitude: 40.333, gdpPerPerson: 1584, rank: 51, unemployment: 13, oilProduction: 0, birthRate: 23, medianAge: 55, electricity: 35619, televisions: 16501842, publicDebt: 30, internet: 2340760 }), + new WorldStatsItem({ code: `MDG`, name: `Madagascar`, continent: `Africa`, population: 25054161, gdpTotal: 36860, economy: `Least Developed`, region: `Eastern Africa`, status: `Country`, longitude: 46.87, latitude: -18.82, gdpPerPerson: 1471, rank: 52, unemployment: 15, oilProduction: 0, birthRate: 20, medianAge: 36, electricity: 86068, televisions: 9470858, publicDebt: 31, internet: 1407981 }), + new WorldStatsItem({ code: `CMR`, name: `Cameroon`, continent: `Africa`, population: 24994885, gdpTotal: 77240, economy: `Developing`, region: `Middle Africa`, status: `Country`, longitude: 12.451, latitude: 4.365, gdpPerPerson: 3090, rank: 53, unemployment: 30, oilProduction: 85300, birthRate: 35, medianAge: 19, electricity: 4090, televisions: 450000, publicDebt: 16, internet: 370000 }), + new WorldStatsItem({ code: `CIV`, name: `Ivory Coast`, continent: `Africa`, population: 24184810, gdpTotal: 87120, economy: `Developing`, region: `Western Africa`, status: `Country`, longitude: -5.555, latitude: 7.538, gdpPerPerson: 3602, rank: 54, unemployment: 3, oilProduction: 1, birthRate: 17, medianAge: 55, electricity: 49302, televisions: 9034402, publicDebt: 75, internet: 300000 }), + new WorldStatsItem({ code: `TWN`, name: `Taiwan`, continent: `Asia`, population: 23508428, gdpTotal: 1127000, economy: `Developed`, region: `Eastern Asia`, status: `Country`, longitude: 120.96, latitude: 23.636, gdpPerPerson: 47940, rank: 55, unemployment: 4, oilProduction: 600, birthRate: 9, medianAge: 36, electricity: 235000, televisions: 8800000, publicDebt: 28, internet: 14760000 }), + new WorldStatsItem({ code: `AUS`, name: `Australia`, continent: `Oceania`, population: 23232413, gdpTotal: 1189000, economy: `Developed`, region: `Australia`, status: `Country`, longitude: 135.87, latitude: -25.63, gdpPerPerson: 51178, rank: 56, unemployment: 4, oilProduction: 540000, birthRate: 13, medianAge: 37, electricity: 236700, televisions: 10150000, publicDebt: 16, internet: 11240000 }), + new WorldStatsItem({ code: `LKA`, name: `Sri Lanka`, continent: `Asia`, population: 22409381, gdpTotal: 236700, economy: `Developing`, region: `Southern Asia`, status: `Country`, longitude: 80.792, latitude: 7.881, gdpPerPerson: 10563, rank: 57, unemployment: 6, oilProduction: 0, birthRate: 17, medianAge: 30, electricity: 8411, televisions: 1530000, publicDebt: 86, internet: 771700 }), + new WorldStatsItem({ code: `ROU`, name: `Romania`, continent: `Europe`, population: 21529967, gdpTotal: 441000, economy: `Developed`, region: `Eastern Europe`, status: `Country`, longitude: 24.974, latitude: 45.967, gdpPerPerson: 20483, rank: 58, unemployment: 4, oilProduction: 115000, birthRate: 11, medianAge: 37, electricity: 60520, televisions: 5250000, publicDebt: 13, internet: 12000000 }), + new WorldStatsItem({ code: `BFA`, name: `Burkina Faso`, continent: `Africa`, population: 20107509, gdpTotal: 32990, economy: `Least Developed`, region: `Western Africa`, status: `Country`, longitude: -1.567, latitude: 12.251, gdpPerPerson: 1641, rank: 59, unemployment: 4, oilProduction: 5, birthRate: 21, medianAge: 30, electricity: 82658, televisions: 7478745, publicDebt: 14, internet: 5896530 }), + new WorldStatsItem({ code: `NER`, name: `Niger`, continent: `Africa`, population: 19245344, gdpTotal: 20150, economy: `Least Developed`, region: `Northern Africa`, status: `Country`, longitude: 10.845, latitude: 17.92, gdpPerPerson: 1047, rank: 60, unemployment: 9, oilProduction: 5, birthRate: 18, medianAge: 53, electricity: 10652, televisions: 8203307, publicDebt: 17, internet: 157021 }), + new WorldStatsItem({ code: `MWI`, name: `Malawi`, continent: `Africa`, population: 19196246, gdpTotal: 21200, economy: `Least Developed`, region: `Eastern Africa`, status: `Country`, longitude: 34.282, latitude: -13.26, gdpPerPerson: 1104, rank: 61, unemployment: 12, oilProduction: 3, birthRate: 12, medianAge: 51, electricity: 20676, televisions: 4938675, publicDebt: 51, internet: 139500 }), + new WorldStatsItem({ code: `KAZ`, name: `Kazakhstan`, continent: `Asia`, population: 18556698, gdpTotal: 460700, economy: `Developing`, region: `Central Asia`, status: `Country`, longitude: 66.966, latitude: 47.999, gdpPerPerson: 24827, rank: 62, unemployment: 7, oilProduction: 1355000, birthRate: 16, medianAge: 29, electricity: 76340, televisions: 3880000, publicDebt: 8, internet: 1901000 }), + new WorldStatsItem({ code: `SYR`, name: `Syria`, continent: `Asia`, population: 18028549, gdpTotal: 50280, economy: `Developing`, region: `Middle East`, status: `Country`, longitude: 39.062, latitude: 34.807, gdpPerPerson: 2789, rank: 63, unemployment: 9, oilProduction: 379000, birthRate: 27, medianAge: 21, electricity: 153200, televisions: 1050000, publicDebt: 38, internet: 3470000 }), + new WorldStatsItem({ code: `MLI`, name: `Mali`, continent: `Africa`, population: 17885245, gdpTotal: 38090, economy: `Least Developed`, region: `Western Africa`, status: `Country`, longitude: -1.496, latitude: 17.867, gdpPerPerson: 2130, rank: 64, unemployment: 4, oilProduction: 4, birthRate: 21, medianAge: 46, electricity: 72483, televisions: 4783188, publicDebt: 38, internet: 8619386 }), + new WorldStatsItem({ code: `CHL`, name: `Chile`, continent: `South America`, population: 17789267, gdpTotal: 436100, economy: `Emerging`, region: `South America`, status: `Country`, longitude: -69.11, latitude: -23.36, gdpPerPerson: 24515, rank: 65, unemployment: 7, oilProduction: 15100, birthRate: 15, medianAge: 31, electricity: 47600, televisions: 3150000, publicDebt: 4, internet: 557000 }), + new WorldStatsItem({ code: `NLD`, name: `Netherlands`, continent: `Europe`, population: 17084719, gdpTotal: 870800, economy: `Developed`, region: `Western Europe`, status: `Country`, longitude: 6.272, latitude: 52.971, gdpPerPerson: 50970, rank: 66, unemployment: 5, oilProduction: 76000, birthRate: 11, medianAge: 40, electricity: 94340, televisions: 8100000, publicDebt: 46, internet: 15000000 }), + new WorldStatsItem({ code: `ECU`, name: `Ecuador`, continent: `South America`, population: 16290913, gdpTotal: 182400, economy: `Developing`, region: `South America`, status: `Country`, longitude: -77.98, latitude: -1.291, gdpPerPerson: 11196, rank: 67, unemployment: 9, oilProduction: 511100, birthRate: 22, medianAge: 24, electricity: 12940, televisions: 2500000, publicDebt: 33, internet: 1549000 }), + new WorldStatsItem({ code: `KHM`, name: `Cambodia`, continent: `Asia`, population: 16204486, gdpTotal: 58940, economy: `Least Developed`, region: `Eastern Asia`, status: `Country`, longitude: 104.96, latitude: 12.558, gdpPerPerson: 3637, rank: 68, unemployment: 15, oilProduction: 1, birthRate: 17, medianAge: 50, electricity: 45509, televisions: 2489832, publicDebt: 22, internet: 11512560 }), + new WorldStatsItem({ code: `ZMB`, name: `Zambia`, continent: `Africa`, population: 15972000, gdpTotal: 65170, economy: `Least Developed`, region: `Eastern Africa`, status: `Country`, longitude: 26.301, latitude: -14.3, gdpPerPerson: 4080, rank: 69, unemployment: 50, oilProduction: 150, birthRate: 41, medianAge: 17, electricity: 8850, televisions: 277000, publicDebt: 28, internet: 500000 }), + new WorldStatsItem({ code: `GTM`, name: `Guatemala`, continent: `North America`, population: 15460732, gdpTotal: 131800, economy: `Developing`, region: `Central America`, status: `Country`, longitude: -90.4, latitude: 15.225, gdpPerPerson: 8525, rank: 70, unemployment: 3, oilProduction: 13000, birthRate: 29, medianAge: 19, electricity: 7281, televisions: 1323000, publicDebt: 21, internet: 1320000 }), + new WorldStatsItem({ code: `SEN`, name: `Senegal`, continent: `Africa`, population: 14668522, gdpTotal: 39720, economy: `Least Developed`, region: `Western Africa`, status: `Country`, longitude: -14.76, latitude: 15.47, gdpPerPerson: 2708, rank: 71, unemployment: 48, oilProduction: 0, birthRate: 37, medianAge: 19, electricity: 2159, televisions: 361000, publicDebt: 23, internet: 820000 }), + new WorldStatsItem({ code: `ZWE`, name: `Zimbabwe`, continent: `Africa`, population: 13805084, gdpTotal: 28330, economy: `Emerging`, region: `Eastern Africa`, status: `Country`, longitude: 29.115, latitude: -19.02, gdpPerPerson: 2052, rank: 72, unemployment: 80, oilProduction: 0, birthRate: 32, medianAge: 18, electricity: 9950, televisions: 370000, publicDebt: 218, internet: 1351000 }), + new WorldStatsItem({ code: `SSD`, name: `South Sudan`, continent: `Africa`, population: 13026129, gdpTotal: 20880, economy: `Least Developed`, region: `Eastern Africa`, status: `Country`, longitude: 29.708, latitude: 7.857, gdpPerPerson: 1603, rank: 73, unemployment: 11, oilProduction: 5, birthRate: 8, medianAge: 43, electricity: 41476, televisions: 7716253, publicDebt: 41, internet: 4569804 }), + new WorldStatsItem({ code: `GIN`, name: `Guinea`, continent: `Africa`, population: 12413867, gdpTotal: 16080, economy: `Least Developed`, region: `Western Africa`, status: `Country`, longitude: -9.522, latitude: 10.478, gdpPerPerson: 1295, rank: 74, unemployment: 15, oilProduction: 4, birthRate: 5, medianAge: 49, electricity: 15826, televisions: 6262180, publicDebt: 32, internet: 6439493 }), + new WorldStatsItem({ code: `TCD`, name: `Chad`, continent: `Africa`, population: 12075985, gdpTotal: 30590, economy: `Least Developed`, region: `Northern Africa`, status: `Country`, longitude: 18.716, latitude: 15.46, gdpPerPerson: 2533, rank: 75, unemployment: 15, oilProduction: 2, birthRate: 25, medianAge: 46, electricity: 57747, televisions: 8629897, publicDebt: 33, internet: 6531943 }), + new WorldStatsItem({ code: `RWA`, name: `Rwanda`, continent: `Africa`, population: 11901484, gdpTotal: 21970, economy: `Least Developed`, region: `Eastern Africa`, status: `Country`, longitude: 29.867, latitude: -1.936, gdpPerPerson: 1846, rank: 76, unemployment: 14, oilProduction: 0, birthRate: 23, medianAge: 51, electricity: 51710, televisions: 1363647, publicDebt: 36, internet: 2425128 }), + new WorldStatsItem({ code: `BEL`, name: `Belgium`, continent: `Europe`, population: 11491346, gdpTotal: 508600, economy: `Developed`, region: `Western Europe`, status: `Country`, longitude: 4.605, latitude: 50.911, gdpPerPerson: 44259, rank: 77, unemployment: 8, oilProduction: 9000, birthRate: 10, medianAge: 41, electricity: 80840, televisions: 4720000, publicDebt: 85, internet: 5220000 }), + new WorldStatsItem({ code: `BDI`, name: `Burundi`, continent: `Africa`, population: 11466756, gdpTotal: 7892, economy: `Least Developed`, region: `Eastern Africa`, status: `Country`, longitude: 29.913, latitude: -3.384, gdpPerPerson: 688, rank: 78, unemployment: 12, oilProduction: 3, birthRate: 16, medianAge: 35, electricity: 43850, televisions: 2920735, publicDebt: 20, internet: 3908915 }), + new WorldStatsItem({ code: `TUN`, name: `Tunisia`, continent: `Africa`, population: 11403800, gdpTotal: 130800, economy: `Developing`, region: `Northern Africa`, status: `Country`, longitude: 9.516, latitude: 33.785, gdpPerPerson: 11470, rank: 79, unemployment: 14, oilProduction: 76900, birthRate: 16, medianAge: 29, electricity: 12850, televisions: 920000, publicDebt: 55, internet: 1722000 }), + new WorldStatsItem({ code: `CUB`, name: `Cuba`, continent: `North America`, population: 11147407, gdpTotal: 132900, economy: `Emerging`, region: `Central America`, status: `Country`, longitude: -80.54, latitude: 22.567, gdpPerPerson: 11922, rank: 80, unemployment: 2, oilProduction: 58300, birthRate: 11, medianAge: 37, electricity: 16450, televisions: 2640000, publicDebt: 37, internet: 1310000 }), + new WorldStatsItem({ code: `BOL`, name: `Bolivia`, continent: `South America`, population: 11138234, gdpTotal: 78350, economy: `Emerging`, region: `South America`, status: `Country`, longitude: -63.57, latitude: -16.3, gdpPerPerson: 7034, rank: 81, unemployment: 8, oilProduction: 46470, birthRate: 22, medianAge: 23, electricity: 5293, televisions: 900000, publicDebt: 46, internet: 1000000 }), + new WorldStatsItem({ code: `BEN`, name: `Benin`, continent: `Africa`, population: 11038805, gdpTotal: 24310, economy: `Least Developed`, region: `Western Africa`, status: `Country`, longitude: 2.704, latitude: 10.535, gdpPerPerson: 2202, rank: 82, unemployment: 2, oilProduction: 0, birthRate: 25, medianAge: 40, electricity: 13145, televisions: 7167916, publicDebt: 34, internet: 8520122 }), + new WorldStatsItem({ code: `PRT`, name: `Portugal`, continent: `Europe`, population: 10839514, gdpTotal: 297100, economy: `Developed`, region: `Southern Europe`, status: `Country`, longitude: -7.757, latitude: 40.815, gdpPerPerson: 27409, rank: 83, unemployment: 8, oilProduction: 9500, birthRate: 10, medianAge: 39, electricity: 49040, televisions: 3310000, publicDebt: 64, internet: 3549000 }), + new WorldStatsItem({ code: `GRC`, name: `Greece`, continent: `Europe`, population: 10768477, gdpTotal: 290500, economy: `Developed`, region: `Southern Europe`, status: `Country`, longitude: 21.871, latitude: 39.558, gdpPerPerson: 26977, rank: 84, unemployment: 8, oilProduction: 5687, birthRate: 10, medianAge: 42, electricity: 56130, televisions: 2540000, publicDebt: 90, internet: 2540000 }), + new WorldStatsItem({ code: `DOM`, name: `Dominican Republic`, continent: `North America`, population: 10734247, gdpTotal: 161900, economy: `Developing`, region: `Central America`, status: `Country`, longitude: -70.17, latitude: 18.775, gdpPerPerson: 15083, rank: 85, unemployment: 16, oilProduction: 12, birthRate: 23, medianAge: 25, electricity: 12220, televisions: 770000, publicDebt: 41, internet: 1677000 }), + new WorldStatsItem({ code: `CZE`, name: `Czechia`, continent: `Europe`, population: 10674723, gdpTotal: 350900, economy: `Developed`, region: `Eastern Europe`, status: `Country`, longitude: 15.461, latitude: 49.807, gdpPerPerson: 32872, rank: 86, unemployment: 7, oilProduction: 18030, birthRate: 9, medianAge: 40, electricity: 77380, televisions: 3405834, publicDebt: 26, internet: 4400000 }), + new WorldStatsItem({ code: `HTI`, name: `Haiti`, continent: `North America`, population: 10646714, gdpTotal: 19340, economy: `Least Developed`, region: `Central America`, status: `Country`, longitude: -72.23, latitude: 19.342, gdpPerPerson: 1817, rank: 87, unemployment: 15, oilProduction: 2, birthRate: 9, medianAge: 52, electricity: 12871, televisions: 4329511, publicDebt: 25, internet: 4777792 }), + new WorldStatsItem({ code: `JOR`, name: `Jordan`, continent: `Asia`, population: 10248069, gdpTotal: 86190, economy: `Developing`, region: `Middle East`, status: `Country`, longitude: 38.125, latitude: 32.309, gdpPerPerson: 8410, rank: 88, unemployment: 14, oilProduction: 0, birthRate: 20, medianAge: 24, electricity: 9074, televisions: 500000, publicDebt: 72, internet: 1127000 }), + new WorldStatsItem({ code: `AZE`, name: `Azerbaijan`, continent: `Asia`, population: 9961396, gdpTotal: 167900, economy: `Developing`, region: `Middle East`, status: `Country`, longitude: 48.401, latitude: 40.344, gdpPerPerson: 16855, rank: 89, unemployment: 1, oilProduction: 934700, birthRate: 18, medianAge: 28, electricity: 23800, televisions: 170000, publicDebt: 7, internet: 1036000 }), + new WorldStatsItem({ code: `SWE`, name: `Sweden`, continent: `Europe`, population: 9960487, gdpTotal: 498100, economy: `Developed`, region: `Northern Europe`, status: `Country`, longitude: 17.594, latitude: 64.621, gdpPerPerson: 50008, rank: 90, unemployment: 6, oilProduction: 2350, birthRate: 10, medianAge: 41, electricity: 153200, televisions: 4600000, publicDebt: 42, internet: 7000000 }), + new WorldStatsItem({ code: `HUN`, name: `Hungary`, continent: `Europe`, population: 9850845, gdpTotal: 267600, economy: `Developed`, region: `Eastern Europe`, status: `Country`, longitude: 19.485, latitude: 47.153, gdpPerPerson: 27165, rank: 91, unemployment: 7, oilProduction: 42180, birthRate: 10, medianAge: 39, electricity: 33690, televisions: 4420000, publicDebt: 67, internet: 4200000 }), + new WorldStatsItem({ code: `BLR`, name: `Belarus`, continent: `Europe`, population: 9549747, gdpTotal: 165400, economy: `Developing`, region: `Eastern Europe`, status: `Country`, longitude: 27.943, latitude: 53.705, gdpPerPerson: 17320, rank: 92, unemployment: 15, oilProduction: 5, birthRate: 7, medianAge: 33, electricity: 84070, televisions: 3348094, publicDebt: 6, internet: 3754027 }), + new WorldStatsItem({ code: `HND`, name: `Honduras`, continent: `North America`, population: 9038741, gdpTotal: 43190, economy: `Developing`, region: `Central America`, status: `Country`, longitude: -86.74, latitude: 14.889, gdpPerPerson: 4778, rank: 93, unemployment: 28, oilProduction: 0, birthRate: 27, medianAge: 20, electricity: 5339, televisions: 570000, publicDebt: 24, internet: 344100 }), + new WorldStatsItem({ code: `AUT`, name: `Austria`, continent: `Europe`, population: 8754413, gdpTotal: 416600, economy: `Developed`, region: `Western Europe`, status: `Country`, longitude: 14.987, latitude: 47.624, gdpPerPerson: 47587, rank: 94, unemployment: 4, oilProduction: 23320, birthRate: 9, medianAge: 42, electricity: 61020, televisions: 10150000, publicDebt: 59, internet: 4277000 }), + new WorldStatsItem({ code: `TJK`, name: `Tajikistan`, continent: `Asia`, population: 8468555, gdpTotal: 25810, economy: `Developing`, region: `Central Asia`, status: `Country`, longitude: 71.234, latitude: 38.86, gdpPerPerson: 3048, rank: 95, unemployment: 11, oilProduction: 5, birthRate: 8, medianAge: 44, electricity: 56534, televisions: 6542566, publicDebt: 44, internet: 4521889 }), + new WorldStatsItem({ code: `ISR`, name: `Israel`, continent: `Asia`, population: 8299706, gdpTotal: 297000, economy: `Developed`, region: `Middle East`, status: `Country`, longitude: 34.977, latitude: 30.748, gdpPerPerson: 35784, rank: 96, unemployment: 7, oilProduction: 100, birthRate: 20, medianAge: 29, electricity: 46850, televisions: 1690000, publicDebt: 81, internet: 2000000 }), + new WorldStatsItem({ code: `CHE`, name: `Switzerland`, continent: `Europe`, population: 8236303, gdpTotal: 496300, economy: `Developed`, region: `Western Europe`, status: `Country`, longitude: 7.865, latitude: 46.729, gdpPerPerson: 60258, rank: 97, unemployment: 3, oilProduction: 3202, birthRate: 10, medianAge: 41, electricity: 56100, televisions: 3310000, publicDebt: 44, internet: 4610000 }), + new WorldStatsItem({ code: `TGO`, name: `Togo`, continent: `Africa`, population: 7965055, gdpTotal: 11610, economy: `Least Developed`, region: `Western Africa`, status: `Country`, longitude: 1.146, latitude: 6.799, gdpPerPerson: 1458, rank: 98, unemployment: 3, oilProduction: 4, birthRate: 9, medianAge: 37, electricity: 28181, televisions: 2309082, publicDebt: 41, internet: 789456 }), + new WorldStatsItem({ code: `SOM`, name: `Somalia`, continent: `Africa`, population: 7531386, gdpTotal: 4719, economy: `Least Developed`, region: `Eastern Africa`, status: `Country`, longitude: 44.134, latitude: 3.077, gdpPerPerson: 627, rank: 99, unemployment: 2, oilProduction: 4, birthRate: 12, medianAge: 50, electricity: 29272, televisions: 1648650, publicDebt: 22, internet: 3227211 }), + new WorldStatsItem({ code: `HKG`, name: `Hong Kong`, continent: `Asia`, population: 7191503, gdpTotal: 427400, economy: `Developing`, region: `Eastern Asia`, status: `Dependency`, longitude: 114.08, latitude: 22.38, gdpPerPerson: 59431, rank: 100, unemployment: 3, oilProduction: 0, birthRate: 8, medianAge: 55, electricity: 86792, televisions: 4084025, publicDebt: 35, internet: 3907543 }), + new WorldStatsItem({ code: `LAO`, name: `Laos`, continent: `Asia`, population: 7126706, gdpTotal: 40960, economy: `Least Developed`, region: `Eastern Asia`, status: `Country`, longitude: 102.36, latitude: 20.171, gdpPerPerson: 5747, rank: 101, unemployment: 8, oilProduction: 0, birthRate: 6, medianAge: 34, electricity: 7093, televisions: 4503172, publicDebt: 19, internet: 5426041 }), + new WorldStatsItem({ code: `SRB`, name: `Serbia`, continent: `Europe`, population: 7111024, gdpTotal: 101800, economy: `Developing`, region: `Southern Europe`, status: `Country`, longitude: 20.908, latitude: 44.206, gdpPerPerson: 14316, rank: 102, unemployment: 5, oilProduction: 4, birthRate: 13, medianAge: 48, electricity: 30150, televisions: 1316607, publicDebt: 17, internet: 4104775 }), + new WorldStatsItem({ code: `BGR`, name: `Bulgaria`, continent: `Europe`, population: 7101510, gdpTotal: 143100, economy: `Developed`, region: `Eastern Europe`, status: `Country`, longitude: 25.465, latitude: 42.741, gdpPerPerson: 20151, rank: 103, unemployment: 8, oilProduction: 3661, birthRate: 10, medianAge: 41, electricity: 45700, televisions: 3310000, publicDebt: 11, internet: 1899000 }), + new WorldStatsItem({ code: `PRY`, name: `Paraguay`, continent: `South America`, population: 6943739, gdpTotal: 64670, economy: `Emerging`, region: `South America`, status: `Country`, longitude: -58.44, latitude: -23.42, gdpPerPerson: 9313, rank: 104, unemployment: 6, oilProduction: 0, birthRate: 28, medianAge: 22, electricity: 70000, televisions: 990000, publicDebt: 27, internet: 280000 }), + new WorldStatsItem({ code: `PNG`, name: `Papua New Guinea`, continent: `Oceania`, population: 6909701, gdpTotal: 28020, economy: `Developing`, region: `Melanesia`, status: `Country`, longitude: 143.62, latitude: -5.836, gdpPerPerson: 4055, rank: 105, unemployment: 2, oilProduction: 47800, birthRate: 28, medianAge: 22, electricity: 3698, televisions: 59841, publicDebt: 40, internet: 110000 }), + new WorldStatsItem({ code: `LBY`, name: `Libya`, continent: `Africa`, population: 6653210, gdpTotal: 90890, economy: `Developing`, region: `Northern Africa`, status: `Country`, longitude: 17.23, latitude: 26.339, gdpPerPerson: 13661, rank: 106, unemployment: 30, oilProduction: 1712000, birthRate: 26, medianAge: 24, electricity: 21150, televisions: 730000, publicDebt: 5, internet: 260000 }), + new WorldStatsItem({ code: `LBN`, name: `Lebanon`, continent: `Asia`, population: 6229794, gdpTotal: 85160, economy: `Developing`, region: `Middle East`, status: `Country`, longitude: 36.042, latitude: 34.168, gdpPerPerson: 13670, rank: 107, unemployment: 20, oilProduction: 0, birthRate: 18, medianAge: 29, electricity: 9183, televisions: 1180000, publicDebt: 187, internet: 950000 }), + new WorldStatsItem({ code: `SLV`, name: `El Salvador`, continent: `North America`, population: 6172011, gdpTotal: 54790, economy: `Developing`, region: `Central America`, status: `Country`, longitude: -88.91, latitude: 13.798, gdpPerPerson: 8877, rank: 108, unemployment: 6, oilProduction: 0, birthRate: 26, medianAge: 22, electricity: 5316, televisions: 600000, publicDebt: 37, internet: 700000 }), + new WorldStatsItem({ code: `SLE`, name: `Sierra Leone`, continent: `Africa`, population: 6163195, gdpTotal: 10640, economy: `Least Developed`, region: `Western Africa`, status: `Country`, longitude: -11.78, latitude: 8.452, gdpPerPerson: 1726, rank: 109, unemployment: 14, oilProduction: 4, birthRate: 6, medianAge: 37, electricity: 37412, televisions: 2727270, publicDebt: 6, internet: 223239 }), + new WorldStatsItem({ code: `ARE`, name: `United Arab Emirates`, continent: `Asia`, population: 6072475, gdpTotal: 667200, economy: `Developing`, region: `Middle East`, status: `Country`, longitude: 54.192, latitude: 23.795, gdpPerPerson: 109873, rank: 110, unemployment: 2, oilProduction: 2510000, birthRate: 16, medianAge: 30, electricity: 57060, televisions: 310000, publicDebt: 21, internet: 2300000 }), + new WorldStatsItem({ code: `NIC`, name: `Nicaragua`, continent: `North America`, population: 6025951, gdpTotal: 33550, economy: `Developing`, region: `Central America`, status: `Country`, longitude: -85.09, latitude: 12.523, gdpPerPerson: 5568, rank: 111, unemployment: 5, oilProduction: 0, birthRate: 24, medianAge: 22, electricity: 2778, televisions: 320000, publicDebt: 63, internet: 155000 }), + new WorldStatsItem({ code: `ERI`, name: `Eritrea`, continent: `Africa`, population: 5918919, gdpTotal: 9169, economy: `Least Developed`, region: `Eastern Africa`, status: `Country`, longitude: 39.772, latitude: 15.191, gdpPerPerson: 1549, rank: 112, unemployment: 9, oilProduction: 5, birthRate: 17, medianAge: 54, electricity: 67474, televisions: 2078077, publicDebt: 41, internet: 1067843 }), + new WorldStatsItem({ code: `SGP`, name: `Singapore`, continent: `Asia`, population: 5888926, gdpTotal: 487900, economy: `Developing`, region: `Eastern Asia`, status: `Country`, longitude: 103.82, latitude: 1.356, gdpPerPerson: 82850, rank: 113, unemployment: 2, oilProduction: 9836, birthRate: 9, medianAge: 38, electricity: 39440, televisions: 1330000, publicDebt: 96, internet: 3105000 }), + new WorldStatsItem({ code: `KGZ`, name: `Kyrgyzstan`, continent: `Asia`, population: 5789122, gdpTotal: 21010, economy: `Developing`, region: `Central Asia`, status: `Country`, longitude: 74.738, latitude: 41.224, gdpPerPerson: 3629, rank: 114, unemployment: 12, oilProduction: 1, birthRate: 21, medianAge: 42, electricity: 16640, televisions: 2101152, publicDebt: 15, internet: 738896 }), + new WorldStatsItem({ code: `CAF`, name: `Central African Republic`, continent: `Africa`, population: 5625118, gdpTotal: 3206, economy: `Least Developed`, region: `Middle Africa`, status: `Country`, longitude: 20.917, latitude: 6.633, gdpPerPerson: 570, rank: 115, unemployment: 8, oilProduction: 5, birthRate: 13, medianAge: 32, electricity: 71424, televisions: 635931, publicDebt: 29, internet: 1933873 }), + new WorldStatsItem({ code: `DNK`, name: `Denmark`, continent: `Europe`, population: 5605948, gdpTotal: 264800, economy: `Developed`, region: `Northern Europe`, status: `Country`, longitude: 9.348, latitude: 56.13, gdpPerPerson: 47236, rank: 116, unemployment: 3, oilProduction: 342000, birthRate: 11, medianAge: 40, electricity: 43350, televisions: 3121000, publicDebt: 26, internet: 3500000 }), + new WorldStatsItem({ code: `FIN`, name: `Finland`, continent: `Europe`, population: 5491218, gdpTotal: 224137, economy: `Developed`, region: `Northern Europe`, status: `Country`, longitude: 25.988, latitude: 61.841, gdpPerPerson: 40817, rank: 117, unemployment: 7, oilProduction: 8951, birthRate: 10, medianAge: 42, electricity: 73470, televisions: 3200000, publicDebt: 36, internet: 3600000 }), + new WorldStatsItem({ code: `SVK`, name: `Slovakia`, continent: `Europe`, population: 5445829, gdpTotal: 168800, economy: `Developed`, region: `Eastern Europe`, status: `Country`, longitude: 18.877, latitude: 48.702, gdpPerPerson: 30996, rank: 118, unemployment: 8, oilProduction: 12840, birthRate: 11, medianAge: 37, electricity: 29890, televisions: 2620000, publicDebt: 36, internet: 2350000 }), + new WorldStatsItem({ code: `TKM`, name: `Turkmenistan`, continent: `Asia`, population: 5351277, gdpTotal: 94720, economy: `Developing`, region: `Central Asia`, status: `Country`, longitude: 59.562, latitude: 38.975, gdpPerPerson: 17700, rank: 119, unemployment: 11, oilProduction: 4, birthRate: 11, medianAge: 43, electricity: 91281, televisions: 2935468, publicDebt: 17, internet: 3203210 }), + new WorldStatsItem({ code: `NOR`, name: `Norway`, continent: `Europe`, population: 5320045, gdpTotal: 364700, economy: `Developed`, region: `Northern Europe`, status: `Country`, longitude: 9.66, latitude: 60.712, gdpPerPerson: 68552, rank: 120, unemployment: 3, oilProduction: 2560000, birthRate: 11, medianAge: 39, electricity: 135800, televisions: 2030000, publicDebt: 83, internet: 3800000 }), + new WorldStatsItem({ code: `IRL`, name: `Ireland`, continent: `Europe`, population: 5011102, gdpTotal: 322000, economy: `Developed`, region: `Northern Europe`, status: `Country`, longitude: -8.209, latitude: 53.42, gdpPerPerson: 64257, rank: 121, unemployment: 5, oilProduction: 0, birthRate: 14, medianAge: 35, electricity: 24130, televisions: 1820000, publicDebt: 25, internet: 1708000 }), + new WorldStatsItem({ code: `COG`, name: `Congo`, continent: `Africa`, population: 4954674, gdpTotal: 30270, economy: `Developing`, region: `Middle Africa`, status: `Country`, longitude: 16.264, latitude: -0.07, gdpPerPerson: 6109, rank: 122, unemployment: 13, oilProduction: 4, birthRate: 11, medianAge: 52, electricity: 83556, televisions: 1560800, publicDebt: 6, internet: 2650237 }), + new WorldStatsItem({ code: `CRI`, name: `Costa Rica`, continent: `North America`, population: 4930258, gdpTotal: 79260, economy: `Emerging`, region: `Central America`, status: `Country`, longitude: -83.91, latitude: 9.92, gdpPerPerson: 16076, rank: 123, unemployment: 5, oilProduction: 0, birthRate: 18, medianAge: 27, electricity: 8349, televisions: 525000, publicDebt: 47, internet: 1500000 }), + new WorldStatsItem({ code: `GEO`, name: `Georgia`, continent: `Asia`, population: 4926330, gdpTotal: 37270, economy: `Developing`, region: `Middle East`, status: `Country`, longitude: 43.257, latitude: 42.162, gdpPerPerson: 7565, rank: 124, unemployment: 15, oilProduction: 5, birthRate: 10, medianAge: 43, electricity: 44936, televisions: 2728128, publicDebt: 29, internet: 3844448 }), + new WorldStatsItem({ code: `LBR`, name: `Liberia`, continent: `Africa`, population: 4689021, gdpTotal: 3881, economy: `Least Developed`, region: `Western Africa`, status: `Country`, longitude: -9.454, latitude: 6.445, gdpPerPerson: 828, rank: 125, unemployment: 4, oilProduction: 0, birthRate: 8, medianAge: 35, electricity: 89626, televisions: 3065112, publicDebt: 38, internet: 1475304 }), + new WorldStatsItem({ code: `PSE`, name: `Palestine`, continent: `Asia`, population: 4543126, gdpTotal: 21221, economy: `Developing`, region: `Middle East`, status: `Disputed`, longitude: 35.347, latitude: 32.031, gdpPerPerson: 4671, rank: 126, unemployment: 9, oilProduction: 1, birthRate: 10, medianAge: 48, electricity: 45973, televisions: 2774033, publicDebt: 16, internet: 1718915 }), + new WorldStatsItem({ code: `NZL`, name: `New Zealand`, continent: `Oceania`, population: 4510327, gdpTotal: 174800, economy: `Developed`, region: `Australia`, status: `Country`, longitude: 169.42, latitude: -44.86, gdpPerPerson: 38756, rank: 127, unemployment: 4, oilProduction: 25880, birthRate: 14, medianAge: 36, electricity: 42060, televisions: 1926000, publicDebt: 21, internet: 3360000 }), + new WorldStatsItem({ code: `HRV`, name: `Croatia`, continent: `Europe`, population: 4292095, gdpTotal: 94240, economy: `Developed`, region: `Southern Europe`, status: `Country`, longitude: 16.847, latitude: 45.674, gdpPerPerson: 21957, rank: 128, unemployment: 12, oilProduction: 17100, birthRate: 10, medianAge: 41, electricity: 11990, televisions: 1220000, publicDebt: 48, internet: 1995000 }), + new WorldStatsItem({ code: `BIH`, name: `Bosnia`, continent: `Europe`, population: 3856181, gdpTotal: 42530, economy: `Developing`, region: `Southern Europe`, status: `Country`, longitude: 17.66, latitude: 43.918, gdpPerPerson: 11029, rank: 129, unemployment: 46, oilProduction: 0, birthRate: 9, medianAge: 39, electricity: 12220, televisions: 0, publicDebt: 34, internet: 1055000 }), + new WorldStatsItem({ code: `MRT`, name: `Mauritania`, continent: `Africa`, population: 3758571, gdpTotal: 16710, economy: `Least Developed`, region: `Western Africa`, status: `Country`, longitude: -8.89, latitude: 20.387, gdpPerPerson: 4446, rank: 130, unemployment: 9, oilProduction: 5, birthRate: 25, medianAge: 50, electricity: 15176, televisions: 2558125, publicDebt: 29, internet: 2098221 }), + new WorldStatsItem({ code: `PAN`, name: `Panama`, continent: `North America`, population: 3753142, gdpTotal: 93120, economy: `Developing`, region: `Central America`, status: `Country`, longitude: -81.17, latitude: 8.457, gdpPerPerson: 24811, rank: 131, unemployment: 6, oilProduction: 0, birthRate: 21, medianAge: 27, electricity: 5661, televisions: 510000, publicDebt: 53, internet: 525200 }), + new WorldStatsItem({ code: `SOL`, name: `Somaliland`, continent: `Africa`, population: 3500000, gdpTotal: 12250, economy: `Developing`, region: `Eastern Africa`, status: `Indeterminate`, longitude: 45.798, latitude: 9.748, gdpPerPerson: 3500, rank: 132, unemployment: 1, oilProduction: 4, birthRate: 13, medianAge: 43, electricity: 73247, televisions: 2235408, publicDebt: 21, internet: 1300238 }), + new WorldStatsItem({ code: `MDA`, name: `Moldova`, continent: `Europe`, population: 3474121, gdpTotal: 18540, economy: `Developing`, region: `Eastern Europe`, status: `Country`, longitude: 28.552, latitude: 47.515, gdpPerPerson: 5337, rank: 133, unemployment: 2, oilProduction: 0, birthRate: 11, medianAge: 34, electricity: 3881, televisions: 1260000, publicDebt: 23, internet: 700000 }), + new WorldStatsItem({ code: `OMN`, name: `Oman`, continent: `Asia`, population: 3424386, gdpTotal: 173100, economy: `Developing`, region: `Middle East`, status: `Country`, longitude: 57.563, latitude: 22.014, gdpPerPerson: 50549, rank: 134, unemployment: 15, oilProduction: 710800, birthRate: 35, medianAge: 19, electricity: 11890, televisions: 1600000, publicDebt: 4, internet: 340000 }), + new WorldStatsItem({ code: `URY`, name: `Uruguay`, continent: `South America`, population: 3360148, gdpTotal: 73250, economy: `Emerging`, region: `South America`, status: `Country`, longitude: -55.78, latitude: -32.51, gdpPerPerson: 21800, rank: 135, unemployment: 9, oilProduction: 27830, birthRate: 14, medianAge: 33, electricity: 9200, televisions: 782000, publicDebt: 65, internet: 968000 }), + new WorldStatsItem({ code: `PRI`, name: `Puerto Rico`, continent: `North America`, population: 3351827, gdpTotal: 131000, economy: `Developing`, region: `Central America`, status: `Dependency`, longitude: -66.61, latitude: 18.235, gdpPerPerson: 39083, rank: 136, unemployment: 5, oilProduction: 3, birthRate: 11, medianAge: 32, electricity: 19677, televisions: 1917997, publicDebt: 25, internet: 608062 }), + new WorldStatsItem({ code: `MNG`, name: `Mongolia`, continent: `Asia`, population: 3068243, gdpTotal: 37000, economy: `Developing`, region: `Eastern Asia`, status: `Country`, longitude: 103.82, latitude: 46.856, gdpPerPerson: 12059, rank: 137, unemployment: 4, oilProduction: 1, birthRate: 7, medianAge: 35, electricity: 3875, televisions: 1726758, publicDebt: 17, internet: 562546 }), + new WorldStatsItem({ code: `ALB`, name: `Albania`, continent: `Europe`, population: 3047987, gdpTotal: 33900, economy: `Developing`, region: `Southern Europe`, status: `Country`, longitude: 19.964, latitude: 40.759, gdpPerPerson: 11122, rank: 138, unemployment: 13, oilProduction: 7006, birthRate: 15, medianAge: 30, electricity: 5385, televisions: 700000, publicDebt: 51, internet: 471200 }), + new WorldStatsItem({ code: `ARM`, name: `Armenia`, continent: `Asia`, population: 3045191, gdpTotal: 26300, economy: `Developing`, region: `Middle East`, status: `Country`, longitude: 44.646, latitude: 40.618, gdpPerPerson: 8637, rank: 139, unemployment: 4, oilProduction: 4, birthRate: 14, medianAge: 39, electricity: 71042, televisions: 2390201, publicDebt: 9, internet: 488333 }), + new WorldStatsItem({ code: `JAM`, name: `Jamaica`, continent: `North America`, population: 2990561, gdpTotal: 25390, economy: `Developing`, region: `Central America`, status: `Country`, longitude: -77.27, latitude: 18.119, gdpPerPerson: 8490, rank: 140, unemployment: 10, oilProduction: 0, birthRate: 20, medianAge: 23, electricity: 6985, televisions: 460000, publicDebt: 127, internet: 1500000 }), + new WorldStatsItem({ code: `KWT`, name: `Kuwait`, continent: `Asia`, population: 2875422, gdpTotal: 301100, economy: `Developing`, region: `Middle East`, status: `Country`, longitude: 47.487, latitude: 29.315, gdpPerPerson: 104715, rank: 141, unemployment: 2, oilProduction: 2440000, birthRate: 22, medianAge: 26, electricity: 41110, televisions: 875000, publicDebt: 10, internet: 900000 }), + new WorldStatsItem({ code: `LTU`, name: `Lithuania`, continent: `Europe`, population: 2823859, gdpTotal: 85620, economy: `Developed`, region: `Northern Europe`, status: `Country`, longitude: 23.838, latitude: 55.152, gdpPerPerson: 30320, rank: 142, unemployment: 4, oilProduction: 13160, birthRate: 9, medianAge: 39, electricity: 13480, televisions: 1700000, publicDebt: 17, internet: 1330000 }), + new WorldStatsItem({ code: `NAM`, name: `Namibia`, continent: `Africa`, population: 2484780, gdpTotal: 25990, economy: `Developing`, region: `Southern Africa`, status: `Country`, longitude: 16.944, latitude: -20.52, gdpPerPerson: 10460, rank: 143, unemployment: 5, oilProduction: 0, birthRate: 23, medianAge: 21, electricity: 1688, televisions: 60000, publicDebt: 22, internet: 101000 }), + new WorldStatsItem({ code: `QAT`, name: `Qatar`, continent: `Asia`, population: 2314307, gdpTotal: 334500, economy: `Developing`, region: `Middle East`, status: `Country`, longitude: 51.182, latitude: 25.359, gdpPerPerson: 144536, rank: 144, unemployment: 1, oilProduction: 797500, birthRate: 16, medianAge: 31, electricity: 13540, televisions: 230000, publicDebt: 11, internet: 351000 }), + new WorldStatsItem({ code: `BWA`, name: `Botswana`, continent: `Africa`, population: 2214858, gdpTotal: 35900, economy: `Developing`, region: `Southern Africa`, status: `Country`, longitude: 24.671, latitude: -22.32, gdpPerPerson: 16209, rank: 145, unemployment: 8, oilProduction: 0, birthRate: 23, medianAge: 21, electricity: 912, televisions: 31000, publicDebt: 5, internet: 80000 }), + new WorldStatsItem({ code: `MKD`, name: `North Macedonia`, continent: `Europe`, population: 2103721, gdpTotal: 29520, economy: `Developing`, region: `Southern Europe`, status: `Country`, longitude: 21.727, latitude: 41.604, gdpPerPerson: 14032, rank: 146, unemployment: 35, oilProduction: 0, birthRate: 12, medianAge: 35, electricity: 6051, televisions: 510000, publicDebt: 31, internet: 685000 }), + new WorldStatsItem({ code: `GMB`, name: `Gambia`, continent: `Africa`, population: 2051363, gdpTotal: 3387, economy: `Least Developed`, region: `Western Africa`, status: `Country`, longitude: -15.32, latitude: 13.438, gdpPerPerson: 1651, rank: 147, unemployment: 7, oilProduction: 1, birthRate: 11, medianAge: 37, electricity: 9769, televisions: 1486289, publicDebt: 30, internet: 187890 }), + new WorldStatsItem({ code: `SVN`, name: `Slovenia`, continent: `Europe`, population: 1972126, gdpTotal: 68350, economy: `Developed`, region: `Southern Europe`, status: `Country`, longitude: 14.947, latitude: 46.146, gdpPerPerson: 34658, rank: 148, unemployment: 8, oilProduction: 5, birthRate: 9, medianAge: 41, electricity: 14900, televisions: 710000, publicDebt: 24, internet: 1300000 }), + new WorldStatsItem({ code: `LSO`, name: `Lesotho`, continent: `Africa`, population: 1958042, gdpTotal: 6019, economy: `Least Developed`, region: `Southern Africa`, status: `Country`, longitude: 28.221, latitude: -29.61, gdpPerPerson: 3074, rank: 149, unemployment: 12, oilProduction: 2, birthRate: 8, medianAge: 32, electricity: 20229, televisions: 1457517, publicDebt: 14, internet: 1375222 }), + new WorldStatsItem({ code: `LVA`, name: `Latvia`, continent: `Europe`, population: 1944643, gdpTotal: 50650, economy: `Developed`, region: `Northern Europe`, status: `Country`, longitude: 26.505, latitude: 56.755, gdpPerPerson: 26046, rank: 150, unemployment: 6, oilProduction: 0, birthRate: 10, medianAge: 40, electricity: 4778, televisions: 1220000, publicDebt: 7, internet: 1770000 }), + new WorldStatsItem({ code: `RKS`, name: `Kosovo`, continent: `Europe`, population: 1895250, gdpTotal: 18490, economy: `Developing`, region: `Southern Europe`, status: `Country`, longitude: 20.891, latitude: 42.557, gdpPerPerson: 9756, rank: 151, unemployment: 12, oilProduction: 0, birthRate: 8, medianAge: 55, electricity: 14878, televisions: 1287863, publicDebt: 20, internet: 1422193 }), + new WorldStatsItem({ code: `GNB`, name: `Guinea-Bissau`, continent: `Africa`, population: 1792338, gdpTotal: 2851, economy: `Least Developed`, region: `Western Africa`, status: `Country`, longitude: -14.59, latitude: 11.942, gdpPerPerson: 1591, rank: 152, unemployment: 5, oilProduction: 5, birthRate: 5, medianAge: 55, electricity: 74684, televisions: 1427462, publicDebt: 8, internet: 365000 }), + new WorldStatsItem({ code: `GAB`, name: `Gabon`, continent: `Africa`, population: 1772255, gdpTotal: 35980, economy: `Developing`, region: `Middle Africa`, status: `Country`, longitude: 11.592, latitude: -0.807, gdpPerPerson: 20302, rank: 153, unemployment: 21, oilProduction: 240000, birthRate: 36, medianAge: 19, electricity: 1520, televisions: 63000, publicDebt: 53, internet: 145000 }), + new WorldStatsItem({ code: `SWZ`, name: `Eswatini`, continent: `Africa`, population: 1467152, gdpTotal: 11060, economy: `Developing`, region: `Southern Africa`, status: `Country`, longitude: 31.45, latitude: -26.52, gdpPerPerson: 7538, rank: 154, unemployment: 6, oilProduction: 3, birthRate: 17, medianAge: 39, electricity: 72804, televisions: 229393, publicDebt: 5, internet: 427760 }), + new WorldStatsItem({ code: `BHR`, name: `Bahrain`, continent: `Asia`, population: 1410942, gdpTotal: 66370, economy: `Developing`, region: `Middle East`, status: `Country`, longitude: 50.535, latitude: 26.027, gdpPerPerson: 47039, rank: 155, unemployment: 15, oilProduction: 184300, birthRate: 17, medianAge: 30, electricity: 8187, televisions: 275000, publicDebt: 31, internet: 250000 }), + new WorldStatsItem({ code: `MUS`, name: `Mauritius`, continent: `Africa`, population: 1356388, gdpTotal: 25850, economy: `Developing`, region: `Eastern Africa`, status: `Country`, longitude: 57.555, latitude: -20.25, gdpPerPerson: 19058, rank: 156, unemployment: 9, oilProduction: 0, birthRate: 15, medianAge: 32, electricity: 2350, televisions: 258000, publicDebt: 63, internet: 340000 }), + new WorldStatsItem({ code: `TLS`, name: `Timor-Leste`, continent: `Asia`, population: 1291358, gdpTotal: 4975, economy: `Least Developed`, region: `Eastern Asia`, status: `Country`, longitude: 125.66, latitude: -8.826, gdpPerPerson: 3853, rank: 157, unemployment: 8, oilProduction: 5, birthRate: 18, medianAge: 48, electricity: 84061, televisions: 416260, publicDebt: 25, internet: 267437 }), + new WorldStatsItem({ code: `EST`, name: `Estonia`, continent: `Europe`, population: 1251581, gdpTotal: 38700, economy: `Developed`, region: `Northern Europe`, status: `Country`, longitude: 25.441, latitude: 58.845, gdpPerPerson: 30921, rank: 158, unemployment: 5, oilProduction: 6930, birthRate: 10, medianAge: 40, electricity: 9599, televisions: 605000, publicDebt: 3, internet: 780000 }), + new WorldStatsItem({ code: `CYP`, name: `Cyprus`, continent: `Asia`, population: 1221549, gdpTotal: 29260, economy: `Developing`, region: `Middle East`, status: `Country`, longitude: 33.176, latitude: 34.876, gdpPerPerson: 23953, rank: 159, unemployment: 4, oilProduction: 0, birthRate: 13, medianAge: 35, electricity: 4618, televisions: 0, publicDebt: 60, internet: 380000 }), + new WorldStatsItem({ code: `TTO`, name: `Trinidad and Tobago`, continent: `North America`, population: 1218208, gdpTotal: 43570, economy: `Developing`, region: `Central America`, status: `Country`, longitude: -61.21, latitude: 10.352, gdpPerPerson: 35766, rank: 160, unemployment: 4, oilProduction: 5, birthRate: 15, medianAge: 47, electricity: 58959, televisions: 359389, publicDebt: 29, internet: 152416 }), + new WorldStatsItem({ code: `FJI`, name: `Fiji`, continent: `Oceania`, population: 920938, gdpTotal: 8374, economy: `Developing`, region: `Melanesia`, status: `Country`, longitude: 177.85, latitude: -17.75, gdpPerPerson: 9093, rank: 161, unemployment: 11, oilProduction: 5, birthRate: 5, medianAge: 41, electricity: 88931, televisions: 517580, publicDebt: 17, internet: 539400 }), + new WorldStatsItem({ code: `DJI`, name: `Djibouti`, continent: `Africa`, population: 865267, gdpTotal: 3345, economy: `Least Developed`, region: `Eastern Africa`, status: `Country`, longitude: 42.587, latitude: 11.825, gdpPerPerson: 3866, rank: 162, unemployment: 5, oilProduction: 3, birthRate: 17, medianAge: 44, electricity: 91593, televisions: 209004, publicDebt: 43, internet: 476114 }), + new WorldStatsItem({ code: `COM`, name: `Comoros`, continent: `Africa`, population: 808080, gdpTotal: 1259, economy: `Least Developed`, region: `Eastern Africa`, status: `Country`, longitude: 43.877, latitude: -11.86, gdpPerPerson: 1558, rank: 163, unemployment: 11, oilProduction: 3, birthRate: 14, medianAge: 46, electricity: 6146, televisions: 495921, publicDebt: 10, internet: 459977 }), + new WorldStatsItem({ code: `GNQ`, name: `Equatorial Guinea`, continent: `Africa`, population: 778358, gdpTotal: 31770, economy: `Least Developed`, region: `Middle Africa`, status: `Country`, longitude: 10.521, latitude: 1.763, gdpPerPerson: 40817, rank: 164, unemployment: 30, oilProduction: 385500, birthRate: 37, medianAge: 19, electricity: 28, televisions: 4000, publicDebt: 2, internet: 8000 }), + new WorldStatsItem({ code: `BTN`, name: `Bhutan`, continent: `Asia`, population: 758288, gdpTotal: 6432, economy: `Least Developed`, region: `Southern Asia`, status: `Country`, longitude: 90.411, latitude: 27.506, gdpPerPerson: 8482, rank: 165, unemployment: 3, oilProduction: 0, birthRate: 21, medianAge: 24, electricity: 2000, televisions: 11000, publicDebt: 81, internet: 40000 }), + new WorldStatsItem({ code: `GUY`, name: `Guyana`, continent: `South America`, population: 737718, gdpTotal: 6093, economy: `Developing`, region: `South America`, status: `Country`, longitude: -58.96, latitude: 5.607, gdpPerPerson: 8259, rank: 166, unemployment: 2, oilProduction: 3, birthRate: 9, medianAge: 37, electricity: 84988, televisions: 149848, publicDebt: 12, internet: 134377 }), + new WorldStatsItem({ code: `SLB`, name: `Solomon Islands`, continent: `Oceania`, population: 647581, gdpTotal: 1198, economy: `Least Developed`, region: `Melanesia`, status: `Country`, longitude: 161.3, latitude: -9.221, gdpPerPerson: 1850, rank: 167, unemployment: 4, oilProduction: 3, birthRate: 18, medianAge: 30, electricity: 3432, televisions: 177555, publicDebt: 43, internet: 478635 }), + new WorldStatsItem({ code: `MNE`, name: `Montenegro`, continent: `Europe`, population: 642550, gdpTotal: 10610, economy: `Developing`, region: `Southern Europe`, status: `Country`, longitude: 19.191, latitude: 42.814, gdpPerPerson: 16512, rank: 168, unemployment: 10, oilProduction: 2, birthRate: 24, medianAge: 46, electricity: 24709, televisions: 126756, publicDebt: 29, internet: 336628 }), + new WorldStatsItem({ code: `ESH`, name: `Western Sahara`, continent: `Africa`, population: 603253, gdpTotal: 907, economy: `Least Developed`, region: `Northern Africa`, status: `Dependency`, longitude: -12.89, latitude: 24.231, gdpPerPerson: 1504, rank: 169, unemployment: 6, oilProduction: 1, birthRate: 23, medianAge: 30, electricity: 11081, televisions: 237857, publicDebt: 30, internet: 306624 }), + new WorldStatsItem({ code: `MAC`, name: `Macao`, continent: `Asia`, population: 601969, gdpTotal: 63220, economy: `Developing`, region: `Eastern Asia`, status: `Dependency`, longitude: 113.51, latitude: 22.221, gdpPerPerson: 105022, rank: 170, unemployment: 10, oilProduction: 2, birthRate: 10, medianAge: 47, electricity: 77896, televisions: 163859, publicDebt: 18, internet: 62728 }), + new WorldStatsItem({ code: `LUX`, name: `Luxembourg`, continent: `Europe`, population: 594130, gdpTotal: 58740, economy: `Developed`, region: `Western Europe`, status: `Country`, longitude: 6.109, latitude: 49.806, gdpPerPerson: 98867, rank: 171, unemployment: 4, oilProduction: 0, birthRate: 12, medianAge: 39, electricity: 3156, televisions: 285000, publicDebt: 6, internet: 345000 }), + new WorldStatsItem({ code: `SUR`, name: `Suriname`, continent: `South America`, population: 591919, gdpTotal: 8547, economy: `Developing`, region: `South America`, status: `Country`, longitude: -56.02, latitude: 4.506, gdpPerPerson: 14439, rank: 172, unemployment: 5, oilProduction: 1, birthRate: 16, medianAge: 44, electricity: 82658, televisions: 69068, publicDebt: 31, internet: 367104 }), + new WorldStatsItem({ code: `CPV`, name: `Cabo Verde`, continent: `Africa`, population: 560899, gdpTotal: 3583, economy: `Developing`, region: `Western Africa`, status: `Country`, longitude: -25.16, latitude: 17.102, gdpPerPerson: 6388, rank: 173, unemployment: 12, oilProduction: 1, birthRate: 12, medianAge: 54, electricity: 60647, televisions: 101289, publicDebt: 34, internet: 40105 }), + new WorldStatsItem({ code: `BRN`, name: `Brunei`, continent: `Asia`, population: 443593, gdpTotal: 33730, economy: `Developing`, region: `Eastern Asia`, status: `Country`, longitude: 114.69, latitude: 4.523, gdpPerPerson: 76038, rank: 174, unemployment: 4, oilProduction: 0, birthRate: 17, medianAge: 32, electricity: 50701, televisions: 235042, publicDebt: 16, internet: 188751 }), + new WorldStatsItem({ code: `MLT`, name: `Malta`, continent: `Europe`, population: 416338, gdpTotal: 16320, economy: `Developed`, region: `Southern Europe`, status: `Country`, longitude: 14.373, latitude: 35.948, gdpPerPerson: 39199, rank: 175, unemployment: 7, oilProduction: 4, birthRate: 6, medianAge: 52, electricity: 77444, televisions: 282390, publicDebt: 41, internet: 317612 }), + new WorldStatsItem({ code: `MDV`, name: `Maldives`, continent: `Asia`, population: 392709, gdpTotal: 5407, economy: `Developing`, region: `Southern Asia`, status: `Country`, longitude: 73.455, latitude: 3.739, gdpPerPerson: 13768, rank: 176, unemployment: 13, oilProduction: 4, birthRate: 10, medianAge: 43, electricity: 26004, televisions: 156412, publicDebt: 28, internet: 45331 }), + new WorldStatsItem({ code: `BLZ`, name: `Belize`, continent: `North America`, population: 360346, gdpTotal: 3088, economy: `Developing`, region: `Central America`, status: `Country`, longitude: -88.51, latitude: 17.185, gdpPerPerson: 8570, rank: 177, unemployment: 4, oilProduction: 2, birthRate: 7, medianAge: 36, electricity: 57433, televisions: 127478, publicDebt: 36, internet: 223855 }), + new WorldStatsItem({ code: `ISL`, name: `Iceland`, continent: `Europe`, population: 339747, gdpTotal: 16150, economy: `Developed`, region: `Northern Europe`, status: `Country`, longitude: -19.01, latitude: 64.966, gdpPerPerson: 47535, rank: 178, unemployment: 1, oilProduction: 0, birthRate: 14, medianAge: 35, electricity: 8533, televisions: 98000, publicDebt: 28, internet: 202300 }), + new WorldStatsItem({ code: `BHS`, name: `Bahamas`, continent: `North America`, population: 329988, gdpTotal: 9066, economy: `Developing`, region: `Central America`, status: `Country`, longitude: -78.01, latitude: 24.761, gdpPerPerson: 27474, rank: 179, unemployment: 5, oilProduction: 2, birthRate: 17, medianAge: 47, electricity: 38395, televisions: 203588, publicDebt: 6, internet: 91807 }), + new WorldStatsItem({ code: `FRG`, name: `French Guiana`, continent: `South America`, population: 296161, gdpTotal: 1299000, economy: `Developed`, region: `South America`, status: `Dependency`, longitude: -53.13, latitude: 3.893, gdpPerPerson: 4386, rank: 180, unemployment: 3, oilProduction: 0, birthRate: 15, medianAge: 55, electricity: 73845, televisions: 147489, publicDebt: 35, internet: 209593 }), + new WorldStatsItem({ code: `BRB`, name: `Barbados`, continent: `North America`, population: 292336, gdpTotal: 4804, economy: `Developing`, region: `Central America`, status: `Country`, longitude: -59.53, latitude: 13.19, gdpPerPerson: 16433, rank: 181, unemployment: 8, oilProduction: 3, birthRate: 21, medianAge: 51, electricity: 28728, televisions: 173392, publicDebt: 12, internet: 73593 }), + new WorldStatsItem({ code: `PYF`, name: `Fr. Polynesia`, continent: `Oceania`, population: 287881, gdpTotal: 5490, economy: `Developing`, region: `Polynesia`, status: `Dependency`, longitude: -143.9, latitude: -14.82, gdpPerPerson: 19070, rank: 182, unemployment: 1, oilProduction: 4, birthRate: 6, medianAge: 45, electricity: 46206, televisions: 43757, publicDebt: 12, internet: 172560 }), + new WorldStatsItem({ code: `VUT`, name: `Vanuatu`, continent: `Oceania`, population: 282814, gdpTotal: 723, economy: `Least Developed`, region: `Melanesia`, status: `Country`, longitude: 168.21, latitude: -16.97, gdpPerPerson: 2556, rank: 183, unemployment: 11, oilProduction: 4, birthRate: 17, medianAge: 39, electricity: 50581, televisions: 187584, publicDebt: 42, internet: 223352 }), + new WorldStatsItem({ code: `NCL`, name: `New Caledonia`, continent: `Oceania`, population: 279070, gdpTotal: 10770, economy: `Developing`, region: `Melanesia`, status: `Dependency`, longitude: 165.26, latitude: -21.09, gdpPerPerson: 38592, rank: 184, unemployment: 10, oilProduction: 3, birthRate: 6, medianAge: 49, electricity: 18361, televisions: 79923, publicDebt: 45, internet: 149003 }), + new WorldStatsItem({ code: `NCP`, name: `Northern Cyprus`, continent: `Asia`, population: 265100, gdpTotal: 3600, economy: `Developing`, region: `Middle East`, status: `Country`, longitude: 33.714, latitude: 35.257, gdpPerPerson: 13580, rank: 185, unemployment: 4, oilProduction: 5, birthRate: 25, medianAge: 51, electricity: 84000, televisions: 135551, publicDebt: 30, internet: 167480 }), + new WorldStatsItem({ code: `STP`, name: `Sao Tome and Principe`, continent: `Africa`, population: 201025, gdpTotal: 694, economy: `Least Developed`, region: `Middle Africa`, status: `Country`, longitude: 6.598, latitude: 0.248, gdpPerPerson: 3452, rank: 186, unemployment: 1, oilProduction: 3, birthRate: 24, medianAge: 30, electricity: 6691, televisions: 65480, publicDebt: 12, internet: 121162 }), + new WorldStatsItem({ code: `WSM`, name: `Samoa`, continent: `Oceania`, population: 200108, gdpTotal: 1046, economy: `Least Developed`, region: `Polynesia`, status: `Country`, longitude: -172.1, latitude: -13.75, gdpPerPerson: 5227, rank: 187, unemployment: 3, oilProduction: 2, birthRate: 7, medianAge: 46, electricity: 50118, televisions: 54930, publicDebt: 42, internet: 84739 }), + new WorldStatsItem({ code: `GUM`, name: `Guam`, continent: `Oceania`, population: 167358, gdpTotal: 4882, economy: `Developing`, region: `Micronesia`, status: `Dependency`, longitude: 144.79, latitude: 13.44, gdpPerPerson: 29171, rank: 188, unemployment: 15, oilProduction: 2, birthRate: 24, medianAge: 42, electricity: 64229, televisions: 43567, publicDebt: 37, internet: 121131 }), + new WorldStatsItem({ code: `LCA`, name: `Saint Lucia`, continent: `North America`, population: 164994, gdpTotal: 2083, economy: `Developing`, region: `Central America`, status: `Country`, longitude: -60.98, latitude: 13.905, gdpPerPerson: 12625, rank: 189, unemployment: 3, oilProduction: 2, birthRate: 14, medianAge: 32, electricity: 75473, televisions: 87743, publicDebt: 7, internet: 64498 }), + new WorldStatsItem({ code: `CUW`, name: `Curacao`, continent: `North America`, population: 149648, gdpTotal: 3128, economy: `Developing`, region: `Central America`, status: `Dependency`, longitude: -68.95, latitude: 12.213, gdpPerPerson: 20902, rank: 190, unemployment: 6, oilProduction: 1, birthRate: 7, medianAge: 35, electricity: 74665, televisions: 89830, publicDebt: 36, internet: 55905 }), + new WorldStatsItem({ code: `ABW`, name: `Aruba`, continent: `North America`, population: 115120, gdpTotal: 2516, economy: `Developing`, region: `Central America`, status: `Dependency`, longitude: -69.98, latitude: 12.519, gdpPerPerson: 21855, rank: 191, unemployment: 7, oilProduction: 2356, birthRate: 13, medianAge: 38, electricity: 770, televisions: 20000, publicDebt: 46, internet: 24000 }), + new WorldStatsItem({ code: `GRD`, name: `Grenada`, continent: `North America`, population: 111724, gdpTotal: 1511, economy: `Developing`, region: `Central America`, status: `Country`, longitude: -61.69, latitude: 12.123, gdpPerPerson: 13524, rank: 192, unemployment: 10, oilProduction: 0, birthRate: 10, medianAge: 50, electricity: 4992, televisions: 58674, publicDebt: 42, internet: 33132 }), + new WorldStatsItem({ code: `KIR`, name: `Kiribati`, continent: `Oceania`, population: 108145, gdpTotal: 211, economy: `Least Developed`, region: `Micronesia`, status: `Country`, longitude: -157.333, latitude: 1.884, gdpPerPerson: 1951, rank: 193, unemployment: 13, oilProduction: 4, birthRate: 9, medianAge: 52, electricity: 37081, televisions: 52395, publicDebt: 40, internet: 36620 }), + new WorldStatsItem({ code: `VIR`, name: `U.S. Virgin Island`, continent: `North America`, population: 107268, gdpTotal: 3792, economy: `Developing`, region: `Central America`, status: `Dependency`, longitude: -64.77, latitude: 17.77, gdpPerPerson: 35351, rank: 194, unemployment: 11, oilProduction: 2, birthRate: 12, medianAge: 38, electricity: 13387, televisions: 77187, publicDebt: 43, internet: 40836 }), + new WorldStatsItem({ code: `TON`, name: `Tonga`, continent: `Oceania`, population: 106479, gdpTotal: 557, economy: `Developing`, region: `Polynesia`, status: `Country`, longitude: -173.9, latitude: -18.62, gdpPerPerson: 5231, rank: 195, unemployment: 4, oilProduction: 4, birthRate: 5, medianAge: 33, electricity: 88735, televisions: 30257, publicDebt: 25, internet: 71756 }), + new WorldStatsItem({ code: `FSM`, name: `Micronesia`, continent: `Oceania`, population: 104196, gdpTotal: 314, economy: `Developing`, region: `Micronesia`, status: `Country`, longitude: 150.52, latitude: 7.435, gdpPerPerson: 3014, rank: 196, unemployment: 9, oilProduction: 5, birthRate: 5, medianAge: 38, electricity: 39068, televisions: 45396, publicDebt: 40, internet: 29169 }), + new WorldStatsItem({ code: `VCT`, name: `St. Vin. and Gren.`, continent: `North America`, population: 102089, gdpTotal: 1241, economy: `Developing`, region: `Central America`, status: `Country`, longitude: -61.17, latitude: 13.239, gdpPerPerson: 12156, rank: 197, unemployment: 10, oilProduction: 5, birthRate: 7, medianAge: 30, electricity: 39467, televisions: 42804, publicDebt: 9, internet: 66754 }), + new WorldStatsItem({ code: `JEY`, name: `Jersey`, continent: `Europe`, population: 98840, gdpTotal: 5080, economy: `Developed`, region: `Northern Europe`, status: `Territory`, longitude: -2.123, latitude: 49.218, gdpPerPerson: 51396, rank: 198, unemployment: 4, oilProduction: 1, birthRate: 18, medianAge: 30, electricity: 64261, televisions: 52453, publicDebt: 34, internet: 3026 }), + new WorldStatsItem({ code: `ATG`, name: `Antigua and Barbuda`, continent: `North America`, population: 94731, gdpTotal: 2171, economy: `Developing`, region: `Central America`, status: `Country`, longitude: -61.79, latitude: 17.096, gdpPerPerson: 22918, rank: 199, unemployment: 3, oilProduction: 1, birthRate: 5, medianAge: 36, electricity: 35849, televisions: 75384, publicDebt: 32, internet: 6170 }), + new WorldStatsItem({ code: `SYC`, name: `Seychelles`, continent: `Africa`, population: 93920, gdpTotal: 2608, economy: `Developing`, region: `Eastern Africa`, status: `Country`, longitude: 55.463, latitude: -4.672, gdpPerPerson: 27768, rank: 200, unemployment: 2, oilProduction: 0, birthRate: 16, medianAge: 29, electricity: 252, televisions: 11000, publicDebt: 92, internet: 32000 }), + new WorldStatsItem({ code: `IMN`, name: `Isle of Man`, continent: `Europe`, population: 88815, gdpTotal: 7428, economy: `Developed`, region: `Northern Europe`, status: `Territory`, longitude: -4.562, latitude: 54.233, gdpPerPerson: 83635, rank: 201, unemployment: 4, oilProduction: 4, birthRate: 14, medianAge: 36, electricity: 15745, televisions: 25734, publicDebt: 13, internet: 2650 }), + new WorldStatsItem({ code: `AND`, name: `Andorra`, continent: `Europe`, population: 85702, gdpTotal: 3327, economy: `Developed`, region: `Southern Europe`, status: `Country`, longitude: 1.578, latitude: 42.539, gdpPerPerson: 38821, rank: 202, unemployment: 11, oilProduction: 3, birthRate: 20, medianAge: 50, electricity: 56209, televisions: 42797, publicDebt: 33, internet: 42006 }), + new WorldStatsItem({ code: `MHL`, name: `Marshall Islands`, continent: `Oceania`, population: 74539, gdpTotal: 180, economy: `Developing`, region: `Micronesia`, status: `Country`, longitude: 169.3, latitude: 8.484, gdpPerPerson: 2415, rank: 203, unemployment: 3, oilProduction: 3, birthRate: 23, medianAge: 42, electricity: 78832, televisions: 15193, publicDebt: 44, internet: 8536 }), + new WorldStatsItem({ code: `DMA`, name: `Dominica`, continent: `North America`, population: 73897, gdpTotal: 812, economy: `Developing`, region: `Central America`, status: `Country`, longitude: -61.36, latitude: 15.43, gdpPerPerson: 10988, rank: 204, unemployment: 6, oilProduction: 1, birthRate: 13, medianAge: 35, electricity: 49809, televisions: 17676, publicDebt: 37, internet: 2616 }), + new WorldStatsItem({ code: `BMU`, name: `Bermuda`, continent: `North America`, population: 70864, gdpTotal: 5198, economy: `Developed`, region: `Northern America`, status: `Dependency`, longitude: -64.76, latitude: 32.323, gdpPerPerson: 73352, rank: 205, unemployment: 15, oilProduction: 1, birthRate: 21, medianAge: 43, electricity: 54728, televisions: 16336, publicDebt: 27, internet: 41606 }), + new WorldStatsItem({ code: `GGY`, name: `Guernsey`, continent: `Europe`, population: 66502, gdpTotal: 3465, economy: `Developed`, region: `Northern Europe`, status: `Territory`, longitude: -2.579, latitude: 49.468, gdpPerPerson: 52104, rank: 206, unemployment: 2, oilProduction: 1, birthRate: 25, medianAge: 33, electricity: 9806, televisions: 24638, publicDebt: 34, internet: 29222 }), + new WorldStatsItem({ code: `CYM`, name: `Cayman Island`, continent: `North America`, population: 58441, gdpTotal: 2507, economy: `Emerging`, region: `Central America`, status: `Dependency`, longitude: -81.25, latitude: 19.343, gdpPerPerson: 42898, rank: 207, unemployment: 12, oilProduction: 3, birthRate: 7, medianAge: 35, electricity: 70206, televisions: 28885, publicDebt: 21, internet: 9332 }), + new WorldStatsItem({ code: `GRL`, name: `Greenland`, continent: `North America`, population: 57713, gdpTotal: 2173, economy: `Developed`, region: `Northern America`, status: `Dependency`, longitude: -42.12, latitude: 69.547, gdpPerPerson: 37652, rank: 208, unemployment: 7, oilProduction: 5, birthRate: 19, medianAge: 42, electricity: 86090, televisions: 43741, publicDebt: 42, internet: 11423 }), + new WorldStatsItem({ code: `KNA`, name: `St. Kitts and Nevis`, continent: `North America`, population: 52715, gdpTotal: 1427, economy: `Developing`, region: `Central America`, status: `Country`, longitude: -62.77, latitude: 17.351, gdpPerPerson: 27070, rank: 209, unemployment: 5, oilProduction: 2, birthRate: 18, medianAge: 40, electricity: 65438, televisions: 17719, publicDebt: 11, internet: 8543 }), + new WorldStatsItem({ code: `TCA`, name: `Turks and Caicos Is.`, continent: `North America`, population: 52570, gdpTotal: 632, economy: `Developing`, region: `Central America`, status: `Dependency`, longitude: -71.96, latitude: 21.913, gdpPerPerson: 12022, rank: 210, unemployment: 6, oilProduction: 0, birthRate: 13, medianAge: 42, electricity: 51325, televisions: 13109, publicDebt: 13, internet: 24564 }), + new WorldStatsItem({ code: `MNP`, name: `N. Mariana Island`, continent: `Oceania`, population: 52263, gdpTotal: 682, economy: `Developing`, region: `Micronesia`, status: `Dependency`, longitude: 145.49, latitude: 16.459, gdpPerPerson: 13049, rank: 211, unemployment: 10, oilProduction: 1, birthRate: 9, medianAge: 46, electricity: 87386, televisions: 13049, publicDebt: 20, internet: 5484 }), + new WorldStatsItem({ code: `ASM`, name: `American Samoa`, continent: `Oceania`, population: 51504, gdpTotal: 711, economy: `Developing`, region: `Polynesia`, status: `Dependency`, longitude: -170.6, latitude: -14.3, gdpPerPerson: 13805, rank: 212, unemployment: 3, oilProduction: 4, birthRate: 13, medianAge: 42, electricity: 65918, televisions: 18802, publicDebt: 23, internet: 14691 }), + new WorldStatsItem({ code: `FRO`, name: `Faeroe Island`, continent: `Europe`, population: 50730, gdpTotal: 2001, economy: `Developed`, region: `Northern Europe`, status: `Dependency`, longitude: -6.857, latitude: 62.178, gdpPerPerson: 39444, rank: 213, unemployment: 15, oilProduction: 2, birthRate: 11, medianAge: 46, electricity: 55029, televisions: 11762, publicDebt: 13, internet: 2412 }), + new WorldStatsItem({ code: `SXM`, name: `Sint Maarten`, continent: `North America`, population: 42083, gdpTotal: 366, economy: `Developing`, region: `Central America`, status: `Dependency`, longitude: -63.06, latitude: 18.044, gdpPerPerson: 8697, rank: 214, unemployment: 14, oilProduction: 4, birthRate: 19, medianAge: 50, electricity: 17166, televisions: 8474, publicDebt: 33, internet: 14309 }), + new WorldStatsItem({ code: `LIE`, name: `Liechtenstein`, continent: `Europe`, population: 38244, gdpTotal: 4978, economy: `Developed`, region: `Western Europe`, status: `Country`, longitude: 9.545, latitude: 47.164, gdpPerPerson: 130164, rank: 215, unemployment: 11, oilProduction: 3, birthRate: 10, medianAge: 55, electricity: 80781, televisions: 23104, publicDebt: 21, internet: 8159 }), + new WorldStatsItem({ code: `VGB`, name: `British Virgin Island`, continent: `North America`, population: 35015, gdpTotal: 500, economy: `Developed`, region: `Central America`, status: `Dependency`, longitude: -64.6, latitude: 18.44, gdpPerPerson: 14280, rank: 216, unemployment: 13, oilProduction: 2, birthRate: 6, medianAge: 51, electricity: 47732, televisions: 17777, publicDebt: 7, internet: 6238 }), + new WorldStatsItem({ code: `SMR`, name: `San Marino`, continent: `Europe`, population: 33537, gdpTotal: 2023, economy: `Developed`, region: `Southern Europe`, status: `Country`, longitude: 12.456, latitude: 43.942, gdpPerPerson: 60321, rank: 217, unemployment: 10, oilProduction: 0, birthRate: 15, medianAge: 48, electricity: 21943, televisions: 22355, publicDebt: 34, internet: 23505 }), + new WorldStatsItem({ code: `MAF`, name: `St. Martin`, continent: `North America`, population: 32125, gdpTotal: 562, economy: `Developing`, region: `Central America`, status: `Dependency`, longitude: -63.06, latitude: 18.092, gdpPerPerson: 17494, rank: 218, unemployment: 15, oilProduction: 5, birthRate: 10, medianAge: 34, electricity: 76791, televisions: 17592, publicDebt: 43, internet: 25032 }), + new WorldStatsItem({ code: `MCO`, name: `Monaco`, continent: `Europe`, population: 30645, gdpTotal: 7672, economy: `Developed`, region: `Western Europe`, status: `Country`, longitude: 7.408, latitude: 43.751, gdpPerPerson: 250351, rank: 219, unemployment: 15, oilProduction: 5, birthRate: 18, medianAge: 31, electricity: 73517, televisions: 10057, publicDebt: 10, internet: 18394 }), + new WorldStatsItem({ code: `ALA`, name: `Aland Islands`, continent: `Europe`, population: 27153, gdpTotal: 1563, economy: `Developed`, region: `Northern Europe`, status: `Territory`, longitude: 20.065, latitude: 60.209, gdpPerPerson: 57563, rank: 220, unemployment: 14, oilProduction: 3, birthRate: 15, medianAge: 54, electricity: 69394, televisions: 14696, publicDebt: 19, internet: 2736 }), + new WorldStatsItem({ code: `PLW`, name: `Palau`, continent: `Oceania`, population: 21431, gdpTotal: 276, economy: `Developing`, region: `Micronesia`, status: `Country`, longitude: 134.63, latitude: 7.532, gdpPerPerson: 12879, rank: 221, unemployment: 8, oilProduction: 1, birthRate: 7, medianAge: 39, electricity: 88599, televisions: 3019, publicDebt: 8, internet: 17075 }), + new WorldStatsItem({ code: `AIA`, name: `Anguilla`, continent: `North America`, population: 17087, gdpTotal: 175, economy: `Developing`, region: `Central America`, status: `Dependency`, longitude: -63.07, latitude: 18.221, gdpPerPerson: 10242, rank: 222, unemployment: 9, oilProduction: 1, birthRate: 10, medianAge: 49, electricity: 68590, televisions: 10632, publicDebt: 40, internet: 8703 }), + new WorldStatsItem({ code: `WLF`, name: `Wallis Island`, continent: `Oceania`, population: 15714, gdpTotal: 60, economy: `Developing`, region: `Polynesia`, status: `Dependency`, longitude: -177.1, latitude: -13.77, gdpPerPerson: 3818, rank: 223, unemployment: 15, oilProduction: 0, birthRate: 0, medianAge: 0, electricity: 0, televisions: 0, publicDebt: 6, internet: 900 }), + new WorldStatsItem({ code: `NRU`, name: `Nauru`, continent: `Oceania`, population: 9642, gdpTotal: 151, economy: `Developing`, region: `Micronesia`, status: `Country`, longitude: 166.93, latitude: -0.52, gdpPerPerson: 15661, rank: 224, unemployment: 5, oilProduction: 3, birthRate: 17, medianAge: 32, electricity: 84092, televisions: 1777, publicDebt: 34, internet: 4585 }), + new WorldStatsItem({ code: `COK`, name: `Cook Island`, continent: `Oceania`, population: 9290, gdpTotal: 244, economy: `Developing`, region: `Polynesia`, status: `Dependency`, longitude: -159.7, latitude: -21.21, gdpPerPerson: 26265, rank: 225, unemployment: 15, oilProduction: 1, birthRate: 6, medianAge: 45, electricity: 41320, televisions: 3712, publicDebt: 24, internet: 3555 }), + new WorldStatsItem({ code: `SHN`, name: `Saint Helena`, continent: `Africa`, population: 7828, gdpTotal: 31, economy: `Developing`, region: `Western Africa`, status: `Dependency`, longitude: -10.03, latitude: -11.94, gdpPerPerson: 3960, rank: 226, unemployment: 13, oilProduction: 1, birthRate: 17, medianAge: 48, electricity: 84435, televisions: 3812, publicDebt: 15, internet: 5530 }), + new WorldStatsItem({ code: `BLM`, name: `St. Barthalemy`, continent: `North America`, population: 7184, gdpTotal: 255, economy: `Developed`, region: `Central America`, status: `Dependency`, longitude: -62.83, latitude: 17.899, gdpPerPerson: 35496, rank: 227, unemployment: 14, oilProduction: 0, birthRate: 23, medianAge: 46, electricity: 36112, televisions: 4072, publicDebt: 27, internet: 5097 }), + new WorldStatsItem({ code: `KAS`, name: `Siachen Glacier`, continent: `Asia`, population: 6000, gdpTotal: 15, economy: `Developing`, region: `Southern Asia`, status: `Territory`, longitude: 77.283, latitude: 35.386, gdpPerPerson: 2500, rank: 228, unemployment: 7, oilProduction: 0, birthRate: 9, medianAge: 55, electricity: 62932, televisions: 936, publicDebt: 14, internet: 1303 }), + new WorldStatsItem({ code: `SPM`, name: `St. Pierre and Miquelon`, continent: `North America`, population: 5533, gdpTotal: 215, economy: `Developed`, region: `Northern America`, status: `Territory`, longitude: -56.26, latitude: 46.926, gdpPerPerson: 38858, rank: 229, unemployment: 13, oilProduction: 0, birthRate: 13, medianAge: 42, electricity: 61277, televisions: 2067, publicDebt: 18, internet: 2924 }), + new WorldStatsItem({ code: `MSR`, name: `Montserrat`, continent: `North America`, population: 5292, gdpTotal: 44, economy: `Developing`, region: `Central America`, status: `Dependency`, longitude: -62.18, latitude: 16.745, gdpPerPerson: 8314, rank: 230, unemployment: 13, oilProduction: 1, birthRate: 12, medianAge: 50, electricity: 19088, televisions: 1964, publicDebt: 44, internet: 4009 }), + new WorldStatsItem({ code: `IOT`, name: `British Indian Territory`, continent: `Asia`, population: 4000, gdpTotal: 160, economy: `Developed`, region: `Southern Asia`, status: `Dependency`, longitude: 72.424, latitude: -7.328, gdpPerPerson: 40000, rank: 232, unemployment: 13, oilProduction: 0, birthRate: 6, medianAge: 47, electricity: 91829, televisions: 1510, publicDebt: 14, internet: 1656 }), + new WorldStatsItem({ code: `FLK`, name: `Falkland Island`, continent: `South America`, population: 2931, gdpTotal: 282, economy: `Developed`, region: `South America`, status: `Dependency`, longitude: -59.46, latitude: -51.78, gdpPerPerson: 96213, rank: 233, unemployment: 3, oilProduction: 5, birthRate: 9, medianAge: 36, electricity: 68007, televisions: 1489, publicDebt: 22, internet: 1335 }), + new WorldStatsItem({ code: `NFK`, name: `Norfolk Island`, continent: `Oceania`, population: 2210, gdpTotal: 33, economy: `Developing`, region: `Australia`, status: `Dependency`, longitude: 167.94, latitude: -29.05, gdpPerPerson: 14932, rank: 234, unemployment: 1, oilProduction: 0, birthRate: 15, medianAge: 46, electricity: 91943, televisions: 583, publicDebt: 41, internet: 1183 }), + new WorldStatsItem({ code: `NIU`, name: `Niue`, continent: `Oceania`, population: 1626, gdpTotal: 10, economy: `Developing`, region: `Polynesia`, status: `Dependency`, longitude: -169.8, latitude: -19.05, gdpPerPerson: 6150, rank: 235, unemployment: 15, oilProduction: 4, birthRate: 17, medianAge: 51, electricity: 16785, televisions: 585, publicDebt: 31, internet: 1247 }), ]; super(...newItems.slice(0)); } diff --git a/samples/charts/data-chart/scatter-bubble-chart-styling/index.html b/samples/charts/data-chart/scatter-bubble-chart-styling/index.html index dd2570e9cf..eff984860e 100644 --- a/samples/charts/data-chart/scatter-bubble-chart-styling/index.html +++ b/samples/charts/data-chart/scatter-bubble-chart-styling/index.html @@ -77,7 +77,7 @@ label-text-margin-left="1" layout-mode="Vertical" badge-shape="Hidden" - included-columns="X, Y, Radius" + included-columns="x, y, radius" header-row-visible="false"> diff --git a/samples/charts/data-chart/scatter-bubble-chart-styling/src/WorldStats.ts b/samples/charts/data-chart/scatter-bubble-chart-styling/src/WorldStats.ts index 42b539d0be..a079014978 100644 --- a/samples/charts/data-chart/scatter-bubble-chart-styling/src/WorldStats.ts +++ b/samples/charts/data-chart/scatter-bubble-chart-styling/src/WorldStats.ts @@ -31,5388 +31,240 @@ export class WorldStats extends Array { super(...items); } else { const newItems = [ - new WorldStatsItem( - { - code: `CHN`, - name: `China`, - continent: `Asia`, - population: 1379302771, - gdpTotal: 21140000, - economy: `Emerging`, - region: `Eastern Asia`, - status: `Country`, - longitude: 104.18, - latitude: 35.887, - gdpPerPerson: 15327, - rank: 1, - unemployment: 4, - oilProduction: 3725000, - birthRate: 14, - medianAge: 34, - electricity: 3256000, - televisions: 400000000, - publicDebt: 18, - internet: 253000000 - }), - new WorldStatsItem( - { - code: `IND`, - name: `India`, - continent: `Asia`, - population: 1281935911, - gdpTotal: 8721000, - economy: `Emerging`, - region: `Southern Asia`, - status: `Country`, - longitude: 78.022, - latitude: 22.665, - gdpPerPerson: 6803, - rank: 2, - unemployment: 7, - oilProduction: 810000, - birthRate: 22, - medianAge: 25, - electricity: 661600, - televisions: 63000000, - publicDebt: 58, - internet: 80000000 - }), - new WorldStatsItem( - { - code: `USA`, - name: `United States`, - continent: `North America`, - population: 326625791, - gdpTotal: 18560000, - economy: `Developed`, - region: `Northern America`, - status: `Country`, - longitude: -101.8, - latitude: 39.818, - gdpPerPerson: 56823, - rank: 3, - unemployment: 5, - oilProduction: 7460000, - birthRate: 14, - medianAge: 37, - electricity: 4062000, - televisions: 219000000, - publicDebt: 61, - internet: 223000000 - }), - new WorldStatsItem( - { - code: `IDN`, - name: `Indonesia`, - continent: `Asia`, - population: 260580739, - gdpTotal: 3028000, - economy: `Emerging`, - region: `Eastern Asia`, - status: `Country`, - longitude: 102.72, - latitude: -2.698, - gdpPerPerson: 11620, - rank: 4, - unemployment: 9, - oilProduction: 837500, - birthRate: 19, - medianAge: 27, - electricity: 125900, - televisions: 13750000, - publicDebt: 34, - internet: 13000000 - }), - new WorldStatsItem( - { - code: `BRA`, - name: `Brazil`, - continent: `South America`, - population: 207353391, - gdpTotal: 3081000, - economy: `Emerging`, - region: `South America`, - status: `Country`, - longitude: -48.88, - latitude: -12.89, - gdpPerPerson: 14859, - rank: 5, - unemployment: 9, - oilProduction: 1797000, - birthRate: 19, - medianAge: 28, - electricity: 396400, - televisions: 36500000, - publicDebt: 45, - internet: 50000000 - }), - new WorldStatsItem( - { - code: `PAK`, - name: `Pakistan`, - continent: `Asia`, - population: 204924861, - gdpTotal: 988200, - economy: `Emerging`, - region: `Southern Asia`, - status: `Country`, - longitude: 67.624, - latitude: 28.421, - gdpPerPerson: 4822, - rank: 6, - unemployment: 6, - oilProduction: 62000, - birthRate: 28, - medianAge: 21, - electricity: 89820, - televisions: 3100000, - publicDebt: 51, - internet: 17500000 - }), - new WorldStatsItem( - { - code: `NGA`, - name: `Nigeria`, - continent: `Africa`, - population: 190632261, - gdpTotal: 1089000, - economy: `Emerging`, - region: `Western Africa`, - status: `Country`, - longitude: 8.657, - latitude: 9.075, - gdpPerPerson: 5713, - rank: 7, - unemployment: 5, - oilProduction: 2166000, - birthRate: 37, - medianAge: 19, - electricity: 22530, - televisions: 6900000, - publicDebt: 14, - internet: 10000000 - }), - new WorldStatsItem( - { - code: `BGD`, - name: `Bangladesh`, - continent: `Asia`, - population: 157826578, - gdpTotal: 628400, - economy: `Least Developed`, - region: `Southern Asia`, - status: `Country`, - longitude: 89.935, - latitude: 24.474, - gdpPerPerson: 3982, - rank: 8, - unemployment: 3, - oilProduction: 6746, - birthRate: 29, - medianAge: 23, - electricity: 21350, - televisions: 770000, - publicDebt: 37, - internet: 500000 - }), - new WorldStatsItem( - { - code: `RUS`, - name: `Russia`, - continent: `Europe`, - population: 142257519, - gdpTotal: 3745000, - economy: `Emerging`, - region: `Eastern Europe`, - status: `Country`, - longitude: 42.379, - latitude: 56.974, - gdpPerPerson: 26325, - rank: 9, - unemployment: 6, - oilProduction: 9870000, - birthRate: 11, - medianAge: 38, - electricity: 1000000, - televisions: 60500000, - publicDebt: 6, - internet: 30000000 - }), - new WorldStatsItem( - { - code: `JPN`, - name: `Japan`, - continent: `Asia`, - population: 126451398, - gdpTotal: 4932000, - economy: `Developed`, - region: `Eastern Asia`, - status: `Country`, - longitude: 138.48, - latitude: 36.519, - gdpPerPerson: 39003, - rank: 10, - unemployment: 4, - oilProduction: 125000, - birthRate: 8, - medianAge: 44, - electricity: 1025000, - televisions: 86500000, - publicDebt: 170, - internet: 88110000 - }), - new WorldStatsItem( - { - code: `MEX`, - name: `Mexico`, - continent: `North America`, - population: 124574795, - gdpTotal: 2307000, - economy: `Emerging`, - region: `Central America`, - status: `Country`, - longitude: -102.5, - latitude: 23.63, - gdpPerPerson: 18519, - rank: 11, - unemployment: 4, - oilProduction: 3083000, - birthRate: 20, - medianAge: 26, - electricity: 222400, - televisions: 25600000, - publicDebt: 23, - internet: 22812000 - }), - new WorldStatsItem( - { - code: `ETH`, - name: `Ethiopia`, - continent: `Africa`, - population: 105350020, - gdpTotal: 174700, - economy: `Least Developed`, - region: `Eastern Africa`, - status: `Country`, - longitude: 40.489, - latitude: 9.154, - gdpPerPerson: 1658, - rank: 12, - unemployment: 5, - oilProduction: 1, - birthRate: 25, - medianAge: 52, - electricity: 60942, - televisions: 66893500, - publicDebt: 45, - internet: 291000 - }), - new WorldStatsItem( - { - code: `PHL`, - name: `Philippines`, - continent: `Asia`, - population: 104256076, - gdpTotal: 801900, - economy: `Emerging`, - region: `Eastern Asia`, - status: `Country`, - longitude: 121.4, - latitude: 16.78, - gdpPerPerson: 7692, - rank: 13, - unemployment: 7, - oilProduction: 0, - birthRate: 26, - medianAge: 22, - electricity: 53670, - televisions: 3700000, - publicDebt: 56, - internet: 5300000 - }), - new WorldStatsItem( - { - code: `EGY`, - name: `Egypt`, - continent: `Africa`, - population: 97041072, - gdpTotal: 1105000, - economy: `Emerging`, - region: `Middle East`, - status: `Country`, - longitude: 30.787, - latitude: 26.825, - gdpPerPerson: 11387, - rank: 14, - unemployment: 9, - oilProduction: 665000, - birthRate: 22, - medianAge: 25, - electricity: 102500, - televisions: 7700000, - publicDebt: 106, - internet: 8620000 - }), - new WorldStatsItem( - { - code: `VNM`, - name: `Vietnam`, - continent: `Asia`, - population: 96160163, - gdpTotal: 594900, - economy: `Emerging`, - region: `Eastern Asia`, - status: `Country`, - longitude: 108.46, - latitude: 13.711, - gdpPerPerson: 6187, - rank: 15, - unemployment: 4, - oilProduction: 324000, - birthRate: 16, - medianAge: 27, - electricity: 59010, - televisions: 3570000, - publicDebt: 42, - internet: 17870000 - }), - new WorldStatsItem( - { - code: `COD`, - name: `Dem. Rep. Congo`, - continent: `Africa`, - population: 83301151, - gdpTotal: 66010, - economy: `Least Developed`, - region: `Middle Africa`, - status: `Country`, - longitude: 21.738, - latitude: -4.071, - gdpPerPerson: 792, - rank: 16, - unemployment: 3, - oilProduction: 4, - birthRate: 13, - medianAge: 41, - electricity: 48913, - televisions: 55942436, - publicDebt: 16, - internet: 8903936 - }), - new WorldStatsItem( - { - code: `IRN`, - name: `Iran`, - continent: `Asia`, - population: 82021564, - gdpTotal: 1459000, - economy: `Emerging`, - region: `Middle East`, - status: `Country`, - longitude: 53.664, - latitude: 32.435, - gdpPerPerson: 17788, - rank: 17, - unemployment: 12, - oilProduction: 3956000, - birthRate: 17, - medianAge: 26, - electricity: 170400, - televisions: 4610000, - publicDebt: 17, - internet: 23000000 - }), - new WorldStatsItem( - { - code: `TUR`, - name: `Turkey`, - continent: `Asia`, - population: 80845215, - gdpTotal: 1670000, - economy: `Emerging`, - region: `Middle East`, - status: `Country`, - longitude: 35.243, - latitude: 38.962, - gdpPerPerson: 20657, - rank: 18, - unemployment: 10, - oilProduction: 45460, - birthRate: 16, - medianAge: 29, - electricity: 154200, - televisions: 20900000, - publicDebt: 39, - internet: 13150000 - }), - new WorldStatsItem( - { - code: `DEU`, - name: `Germany`, - continent: `Europe`, - population: 80594017, - gdpTotal: 3979000, - economy: `Developed`, - region: `Western Europe`, - status: `Country`, - longitude: 11.43, - latitude: 52.237, - gdpPerPerson: 49371, - rank: 19, - unemployment: 9, - oilProduction: 141700, - birthRate: 8, - medianAge: 43, - electricity: 579400, - televisions: 51400000, - publicDebt: 65, - internet: 42500000 - }), - new WorldStatsItem( - { - code: `THA`, - name: `Thailand`, - continent: `Asia`, - population: 68414135, - gdpTotal: 1161000, - economy: `Emerging`, - region: `Eastern Asia`, - status: `Country`, - longitude: 100.65, - latitude: 15.345, - gdpPerPerson: 16970, - rank: 20, - unemployment: 1, - oilProduction: 310000, - birthRate: 14, - medianAge: 33, - electricity: 124600, - televisions: 15190000, - publicDebt: 38, - internet: 13416000 - }), - new WorldStatsItem( - { - code: `FRA`, - name: `France`, - continent: `Europe`, - population: 67106161, - gdpTotal: 2699000, - economy: `Developed`, - region: `Western Europe`, - status: `Country`, - longitude: 2.267, - latitude: 46.645, - gdpPerPerson: 40220, - rank: 21, - unemployment: 12, - oilProduction: 1, - birthRate: 24, - medianAge: 48, - electricity: 63711, - televisions: 43156970, - publicDebt: 11, - internet: 7012454 - }), - new WorldStatsItem( - { - code: `GBR`, - name: `United Kingdom`, - continent: `Europe`, - population: 64769452, - gdpTotal: 2788000, - economy: `Developed`, - region: `Northern Europe`, - status: `Country`, - longitude: -1.233, - latitude: 52.242, - gdpPerPerson: 43045, - rank: 22, - unemployment: 5, - oilProduction: 1636000, - birthRate: 11, - medianAge: 40, - electricity: 372600, - televisions: 30500000, - publicDebt: 44, - internet: 40200000 - }), - new WorldStatsItem( - { - code: `ITA`, - name: `Italy`, - continent: `Europe`, - population: 62137802, - gdpTotal: 2221000, - economy: `Developed`, - region: `Southern Europe`, - status: `Country`, - longitude: 15.701, - latitude: 40.885, - gdpPerPerson: 35743, - rank: 23, - unemployment: 6, - oilProduction: 164800, - birthRate: 8, - medianAge: 43, - electricity: 278500, - televisions: 30300000, - publicDebt: 104, - internet: 32000000 - }), - new WorldStatsItem( - { - code: `MMR`, - name: `Myanmar`, - continent: `Asia`, - population: 55123814, - gdpTotal: 311100, - economy: `Least Developed`, - region: `Eastern Asia`, - status: `Country`, - longitude: 96.028, - latitude: 21.509, - gdpPerPerson: 5644, - rank: 24, - unemployment: 13, - oilProduction: 4, - birthRate: 24, - medianAge: 37, - electricity: 26955, - televisions: 39322205, - publicDebt: 18, - internet: 30207772 - }), - new WorldStatsItem( - { - code: `ZAF`, - name: `South Africa`, - continent: `Africa`, - population: 54841552, - gdpTotal: 739100, - economy: `Emerging`, - region: `Southern Africa`, - status: `Country`, - longitude: 22.489, - latitude: -32.4, - gdpPerPerson: 13477, - rank: 25, - unemployment: 24, - oilProduction: 200000, - birthRate: 20, - medianAge: 24, - electricity: 264000, - televisions: 6000000, - publicDebt: 31, - internet: 5100000 - }), - new WorldStatsItem( - { - code: `TZA`, - name: `Tanzania`, - continent: `Africa`, - population: 53950935, - gdpTotal: 150600, - economy: `Least Developed`, - region: `Eastern Africa`, - status: `Country`, - longitude: 34.894, - latitude: -6.356, - gdpPerPerson: 2791, - rank: 26, - unemployment: 6, - oilProduction: 3, - birthRate: 9, - medianAge: 34, - electricity: 10186, - televisions: 35987980, - publicDebt: 20, - internet: 400000 - }), - new WorldStatsItem( - { - code: `KOR`, - name: `South Korea`, - continent: `Asia`, - population: 51181299, - gdpTotal: 1929000, - economy: `Emerging`, - region: `Eastern Asia`, - status: `Country`, - longitude: 128.29, - latitude: 36.399, - gdpPerPerson: 37690, - rank: 27, - unemployment: 3, - oilProduction: 17050, - birthRate: 9, - medianAge: 37, - electricity: 403200, - televisions: 15900000, - publicDebt: 28, - internet: 35590000 - }), - new WorldStatsItem( - { - code: `ESP`, - name: `Spain`, - continent: `Europe`, - population: 48958159, - gdpTotal: 1690000, - economy: `Developed`, - region: `Southern Europe`, - status: `Country`, - longitude: -2.892, - latitude: 40.569, - gdpPerPerson: 34519, - rank: 28, - unemployment: 8, - oilProduction: 29350, - birthRate: 10, - medianAge: 41, - electricity: 270300, - televisions: 16200000, - publicDebt: 36, - internet: 19690000 - }), - new WorldStatsItem( - { - code: `COL`, - name: `Colombia`, - continent: `South America`, - population: 47698524, - gdpTotal: 688000, - economy: `Developing`, - region: `South America`, - status: `Country`, - longitude: -72.95, - latitude: 4.099, - gdpPerPerson: 14424, - rank: 29, - unemployment: 11, - oilProduction: 531300, - birthRate: 20, - medianAge: 27, - electricity: 50470, - televisions: 4590000, - publicDebt: 53, - internet: 12100000 - }), - new WorldStatsItem( - { - code: `KEN`, - name: `Kenya`, - continent: `Africa`, - population: 47615739, - gdpTotal: 152700, - economy: `Emerging`, - region: `Eastern Africa`, - status: `Country`, - longitude: 37.929, - latitude: 0.4, - gdpPerPerson: 3207, - rank: 30, - unemployment: 40, - oilProduction: 0, - birthRate: 38, - medianAge: 19, - electricity: 5502, - televisions: 730000, - publicDebt: 49, - internet: 3000000 - }), - new WorldStatsItem( - { - code: `ARG`, - name: `Argentina`, - continent: `South America`, - population: 44293293, - gdpTotal: 879400, - economy: `Emerging`, - region: `South America`, - status: `Country`, - longitude: -64.84, - latitude: -33.07, - gdpPerPerson: 19854, - rank: 31, - unemployment: 9, - oilProduction: 730000, - birthRate: 18, - medianAge: 30, - electricity: 101100, - televisions: 7950000, - publicDebt: 56, - internet: 9309000 - }), - new WorldStatsItem( - { - code: `UKR`, - name: `Ukraine`, - continent: `Europe`, - population: 44033874, - gdpTotal: 352600, - economy: `Developing`, - region: `Eastern Europe`, - status: `Country`, - longitude: 30.86, - latitude: 49.723, - gdpPerPerson: 8007, - rank: 32, - unemployment: 2, - oilProduction: 90400, - birthRate: 10, - medianAge: 39, - electricity: 192100, - televisions: 18050000, - publicDebt: 12, - internet: 10000000 - }), - new WorldStatsItem( - { - code: `DZA`, - name: `Algeria`, - continent: `Africa`, - population: 40969443, - gdpTotal: 609400, - economy: `Developing`, - region: `Northern Africa`, - status: `Country`, - longitude: 1.642, - latitude: 28.04, - gdpPerPerson: 14875, - rank: 33, - unemployment: 12, - oilProduction: 1358000, - birthRate: 17, - medianAge: 26, - electricity: 31910, - televisions: 3100000, - publicDebt: 18, - internet: 3500000 - }), - new WorldStatsItem( - { - code: `UGA`, - name: `Uganda`, - continent: `Africa`, - population: 39570125, - gdpTotal: 84930, - economy: `Least Developed`, - region: `Eastern Africa`, - status: `Country`, - longitude: 32.27, - latitude: 1.375, - gdpPerPerson: 2146, - rank: 34, - unemployment: 10, - oilProduction: 1, - birthRate: 10, - medianAge: 32, - electricity: 35388, - televisions: 27867123, - publicDebt: 21, - internet: 2000000 - }), - new WorldStatsItem( - { - code: `IRQ`, - name: `Iraq`, - continent: `Asia`, - population: 39192111, - gdpTotal: 596700, - economy: `Developing`, - region: `Middle East`, - status: `Country`, - longitude: 43.66, - latitude: 33.218, - gdpPerPerson: 15225, - rank: 35, - unemployment: 6, - oilProduction: 0, - birthRate: 20, - medianAge: 44, - electricity: 48545, - televisions: 13178804, - publicDebt: 40, - internet: 9538092 - }), - new WorldStatsItem( - { - code: `POL`, - name: `Poland`, - continent: `Europe`, - population: 38476269, - gdpTotal: 1052000, - economy: `Developed`, - region: `Eastern Europe`, - status: `Country`, - longitude: 20.073, - latitude: 52.374, - gdpPerPerson: 27342, - rank: 36, - unemployment: 13, - oilProduction: 0, - birthRate: 10, - medianAge: 38, - electricity: 146200, - televisions: 13050000, - publicDebt: 43, - internet: 16000000 - }), - new WorldStatsItem( - { - code: `SDN`, - name: `Sudan`, - continent: `Africa`, - population: 37345935, - gdpTotal: 176300, - economy: `Developing`, - region: `Northern Africa`, - status: `Country`, - longitude: 30.217, - latitude: 15.434, - gdpPerPerson: 4721, - rank: 37, - unemployment: 19, - oilProduction: 484500, - birthRate: 34, - medianAge: 19, - electricity: 3944, - televisions: 2380000, - publicDebt: 106, - internet: 1500000 - }), - new WorldStatsItem( - { - code: `CAN`, - name: `Canada`, - continent: `North America`, - population: 35623680, - gdpTotal: 1674000, - economy: `Developed`, - region: `Northern America`, - status: `Country`, - longitude: -108, - latitude: 55.855, - gdpPerPerson: 46991, - rank: 38, - unemployment: 6, - oilProduction: 3310000, - birthRate: 10, - medianAge: 40, - electricity: 609600, - televisions: 21500000, - publicDebt: 64, - internet: 28000000 - }), - new WorldStatsItem( - { - code: `AFG`, - name: `Afghanistan`, - continent: `Asia`, - population: 34124811, - gdpTotal: 64080, - economy: `Least Developed`, - region: `Southern Asia`, - status: `Country`, - longitude: 66.041, - latitude: 33.977, - gdpPerPerson: 1878, - rank: 39, - unemployment: 9, - oilProduction: 2, - birthRate: 15, - medianAge: 39, - electricity: 64532, - televisions: 15374294, - publicDebt: 25, - internet: 18662148 - }), - new WorldStatsItem( - { - code: `MAR`, - name: `Morocco`, - continent: `Africa`, - population: 33986655, - gdpTotal: 282800, - economy: `Developing`, - region: `Northern Africa`, - status: `Country`, - longitude: -5.707, - latitude: 32.104, - gdpPerPerson: 8321, - rank: 40, - unemployment: 10, - oilProduction: 300, - birthRate: 21, - medianAge: 25, - electricity: 21370, - televisions: 3100000, - publicDebt: 67, - internet: 7300000 - }), - new WorldStatsItem( - { - code: `MYS`, - name: `Malaysia`, - continent: `Asia`, - population: 31381992, - gdpTotal: 863000, - economy: `Developing`, - region: `Eastern Asia`, - status: `Country`, - longitude: 101.72, - latitude: 4.89, - gdpPerPerson: 27500, - rank: 41, - unemployment: 3, - oilProduction: 757500, - birthRate: 22, - medianAge: 25, - electricity: 82360, - televisions: 10800000, - publicDebt: 42, - internet: 15868000 - }), - new WorldStatsItem( - { - code: `VEN`, - name: `Venezuela`, - continent: `South America`, - population: 31304016, - gdpTotal: 468600, - economy: `Emerging`, - region: `South America`, - status: `Country`, - longitude: -64.78, - latitude: 6.695, - gdpPerPerson: 14969, - rank: 42, - unemployment: 9, - oilProduction: 2398000, - birthRate: 21, - medianAge: 25, - electricity: 99200, - televisions: 4100000, - publicDebt: 19, - internet: 5720000 - }), - new WorldStatsItem( - { - code: `PER`, - name: `Peru`, - continent: `South America`, - population: 31036656, - gdpTotal: 410400, - economy: `Emerging`, - region: `South America`, - status: `Country`, - longitude: -73.82, - latitude: -12.89, - gdpPerPerson: 13223, - rank: 43, - unemployment: 7, - oilProduction: 119000, - birthRate: 20, - medianAge: 26, - electricity: 24970, - televisions: 3060000, - publicDebt: 29, - internet: 7636000 - }), - new WorldStatsItem( - { - code: `UZB`, - name: `Uzbekistan`, - continent: `Asia`, - population: 29748859, - gdpTotal: 202300, - economy: `Developing`, - region: `Central Asia`, - status: `Country`, - longitude: 63.288, - latitude: 42.338, - gdpPerPerson: 6800, - rank: 44, - unemployment: 1, - oilProduction: 109400, - birthRate: 18, - medianAge: 24, - electricity: 49000, - televisions: 6400000, - publicDebt: 19, - internet: 1200000 - }), - new WorldStatsItem( - { - code: `NPL`, - name: `Nepal`, - continent: `Asia`, - population: 29384297, - gdpTotal: 71520, - economy: `Least Developed`, - region: `Southern Asia`, - status: `Country`, - longitude: 82.328, - latitude: 28.843, - gdpPerPerson: 2434, - rank: 45, - unemployment: 5, - oilProduction: 3, - birthRate: 18, - medianAge: 34, - electricity: 68842, - televisions: 21075997, - publicDebt: 16, - internet: 7780693 - }), - new WorldStatsItem( - { - code: `AGO`, - name: `Angola`, - continent: `Africa`, - population: 29310273, - gdpTotal: 189000, - economy: `Least Developed`, - region: `Middle Africa`, - status: `Country`, - longitude: 18.097, - latitude: -12.37, - gdpPerPerson: 6448, - rank: 46, - unemployment: 14, - oilProduction: 0, - birthRate: 15, - medianAge: 38, - electricity: 25890, - televisions: 21283158, - publicDebt: 12, - internet: 100000 - }), - new WorldStatsItem( - { - code: `SAU`, - name: `Saudi Arabia`, - continent: `Asia`, - population: 28571770, - gdpTotal: 1731000, - economy: `Developed`, - region: `Middle East`, - status: `Country`, - longitude: 45.129, - latitude: 24.248, - gdpPerPerson: 60584, - rank: 47, - unemployment: 13, - oilProduction: 11000000, - birthRate: 29, - medianAge: 22, - electricity: 165600, - televisions: 5100000, - publicDebt: 24, - internet: 6200000 - }), - new WorldStatsItem( - { - code: `YEM`, - name: `Yemen`, - continent: `Asia`, - population: 28036829, - gdpTotal: 73450, - economy: `Least Developed`, - region: `Middle East`, - status: `Country`, - longitude: 48.53, - latitude: 15.658, - gdpPerPerson: 2620, - rank: 48, - unemployment: 35, - oilProduction: 339200, - birthRate: 42, - medianAge: 17, - electricity: 4456, - televisions: 470000, - publicDebt: 34, - internet: 320000 - }), - new WorldStatsItem( - { - code: `GHA`, - name: `Ghana`, - continent: `Africa`, - population: 27499924, - gdpTotal: 120800, - economy: `Developing`, - region: `Western Africa`, - status: `Country`, - longitude: -0.893, - latitude: 8.607, - gdpPerPerson: 4393, - rank: 49, - unemployment: 11, - oilProduction: 700, - birthRate: 29, - medianAge: 20, - electricity: 7042, - televisions: 1900000, - publicDebt: 59, - internet: 650000 - }), - new WorldStatsItem( - { - code: `MOZ`, - name: `Mozambique`, - continent: `Africa`, - population: 26573706, - gdpTotal: 35010, - economy: `Least Developed`, - region: `Eastern Africa`, - status: `Country`, - longitude: 38.075, - latitude: -15.41, - gdpPerPerson: 1317, - rank: 50, - unemployment: 21, - oilProduction: 0, - birthRate: 38, - medianAge: 17, - electricity: 13170, - televisions: 67600, - publicDebt: 22, - internet: 200000 - }), - new WorldStatsItem( - { - code: `PRK`, - name: `North Korea`, - continent: `Asia`, - population: 25248140, - gdpTotal: 40000, - economy: `Least Developed`, - region: `Eastern Asia`, - status: `Country`, - longitude: 127.01, - latitude: 40.333, - gdpPerPerson: 1584, - rank: 51, - unemployment: 13, - oilProduction: 0, - birthRate: 23, - medianAge: 55, - electricity: 35619, - televisions: 16501842, - publicDebt: 30, - internet: 2340760 - }), - new WorldStatsItem( - { - code: `MDG`, - name: `Madagascar`, - continent: `Africa`, - population: 25054161, - gdpTotal: 36860, - economy: `Least Developed`, - region: `Eastern Africa`, - status: `Country`, - longitude: 46.87, - latitude: -18.82, - gdpPerPerson: 1471, - rank: 52, - unemployment: 15, - oilProduction: 0, - birthRate: 20, - medianAge: 36, - electricity: 86068, - televisions: 9470858, - publicDebt: 31, - internet: 1407981 - }), - new WorldStatsItem( - { - code: `CMR`, - name: `Cameroon`, - continent: `Africa`, - population: 24994885, - gdpTotal: 77240, - economy: `Developing`, - region: `Middle Africa`, - status: `Country`, - longitude: 12.451, - latitude: 4.365, - gdpPerPerson: 3090, - rank: 53, - unemployment: 30, - oilProduction: 85300, - birthRate: 35, - medianAge: 19, - electricity: 4090, - televisions: 450000, - publicDebt: 16, - internet: 370000 - }), - new WorldStatsItem( - { - code: `CIV`, - name: `Ivory Coast`, - continent: `Africa`, - population: 24184810, - gdpTotal: 87120, - economy: `Developing`, - region: `Western Africa`, - status: `Country`, - longitude: -5.555, - latitude: 7.538, - gdpPerPerson: 3602, - rank: 54, - unemployment: 3, - oilProduction: 1, - birthRate: 17, - medianAge: 55, - electricity: 49302, - televisions: 9034402, - publicDebt: 75, - internet: 300000 - }), - new WorldStatsItem( - { - code: `TWN`, - name: `Taiwan`, - continent: `Asia`, - population: 23508428, - gdpTotal: 1127000, - economy: `Developed`, - region: `Eastern Asia`, - status: `Country`, - longitude: 120.96, - latitude: 23.636, - gdpPerPerson: 47940, - rank: 55, - unemployment: 4, - oilProduction: 600, - birthRate: 9, - medianAge: 36, - electricity: 235000, - televisions: 8800000, - publicDebt: 28, - internet: 14760000 - }), - new WorldStatsItem( - { - code: `AUS`, - name: `Australia`, - continent: `Oceania`, - population: 23232413, - gdpTotal: 1189000, - economy: `Developed`, - region: `Australia`, - status: `Country`, - longitude: 135.87, - latitude: -25.63, - gdpPerPerson: 51178, - rank: 56, - unemployment: 4, - oilProduction: 540000, - birthRate: 13, - medianAge: 37, - electricity: 236700, - televisions: 10150000, - publicDebt: 16, - internet: 11240000 - }), - new WorldStatsItem( - { - code: `LKA`, - name: `Sri Lanka`, - continent: `Asia`, - population: 22409381, - gdpTotal: 236700, - economy: `Developing`, - region: `Southern Asia`, - status: `Country`, - longitude: 80.792, - latitude: 7.881, - gdpPerPerson: 10563, - rank: 57, - unemployment: 6, - oilProduction: 0, - birthRate: 17, - medianAge: 30, - electricity: 8411, - televisions: 1530000, - publicDebt: 86, - internet: 771700 - }), - new WorldStatsItem( - { - code: `ROU`, - name: `Romania`, - continent: `Europe`, - population: 21529967, - gdpTotal: 441000, - economy: `Developed`, - region: `Eastern Europe`, - status: `Country`, - longitude: 24.974, - latitude: 45.967, - gdpPerPerson: 20483, - rank: 58, - unemployment: 4, - oilProduction: 115000, - birthRate: 11, - medianAge: 37, - electricity: 60520, - televisions: 5250000, - publicDebt: 13, - internet: 12000000 - }), - new WorldStatsItem( - { - code: `BFA`, - name: `Burkina Faso`, - continent: `Africa`, - population: 20107509, - gdpTotal: 32990, - economy: `Least Developed`, - region: `Western Africa`, - status: `Country`, - longitude: -1.567, - latitude: 12.251, - gdpPerPerson: 1641, - rank: 59, - unemployment: 4, - oilProduction: 5, - birthRate: 21, - medianAge: 30, - electricity: 82658, - televisions: 7478745, - publicDebt: 14, - internet: 5896530 - }), - new WorldStatsItem( - { - code: `NER`, - name: `Niger`, - continent: `Africa`, - population: 19245344, - gdpTotal: 20150, - economy: `Least Developed`, - region: `Northern Africa`, - status: `Country`, - longitude: 10.845, - latitude: 17.92, - gdpPerPerson: 1047, - rank: 60, - unemployment: 9, - oilProduction: 5, - birthRate: 18, - medianAge: 53, - electricity: 10652, - televisions: 8203307, - publicDebt: 17, - internet: 157021 - }), - new WorldStatsItem( - { - code: `MWI`, - name: `Malawi`, - continent: `Africa`, - population: 19196246, - gdpTotal: 21200, - economy: `Least Developed`, - region: `Eastern Africa`, - status: `Country`, - longitude: 34.282, - latitude: -13.26, - gdpPerPerson: 1104, - rank: 61, - unemployment: 12, - oilProduction: 3, - birthRate: 12, - medianAge: 51, - electricity: 20676, - televisions: 4938675, - publicDebt: 51, - internet: 139500 - }), - new WorldStatsItem( - { - code: `KAZ`, - name: `Kazakhstan`, - continent: `Asia`, - population: 18556698, - gdpTotal: 460700, - economy: `Developing`, - region: `Central Asia`, - status: `Country`, - longitude: 66.966, - latitude: 47.999, - gdpPerPerson: 24827, - rank: 62, - unemployment: 7, - oilProduction: 1355000, - birthRate: 16, - medianAge: 29, - electricity: 76340, - televisions: 3880000, - publicDebt: 8, - internet: 1901000 - }), - new WorldStatsItem( - { - code: `SYR`, - name: `Syria`, - continent: `Asia`, - population: 18028549, - gdpTotal: 50280, - economy: `Developing`, - region: `Middle East`, - status: `Country`, - longitude: 39.062, - latitude: 34.807, - gdpPerPerson: 2789, - rank: 63, - unemployment: 9, - oilProduction: 379000, - birthRate: 27, - medianAge: 21, - electricity: 153200, - televisions: 1050000, - publicDebt: 38, - internet: 3470000 - }), - new WorldStatsItem( - { - code: `MLI`, - name: `Mali`, - continent: `Africa`, - population: 17885245, - gdpTotal: 38090, - economy: `Least Developed`, - region: `Western Africa`, - status: `Country`, - longitude: -1.496, - latitude: 17.867, - gdpPerPerson: 2130, - rank: 64, - unemployment: 4, - oilProduction: 4, - birthRate: 21, - medianAge: 46, - electricity: 72483, - televisions: 4783188, - publicDebt: 38, - internet: 8619386 - }), - new WorldStatsItem( - { - code: `CHL`, - name: `Chile`, - continent: `South America`, - population: 17789267, - gdpTotal: 436100, - economy: `Emerging`, - region: `South America`, - status: `Country`, - longitude: -69.11, - latitude: -23.36, - gdpPerPerson: 24515, - rank: 65, - unemployment: 7, - oilProduction: 15100, - birthRate: 15, - medianAge: 31, - electricity: 47600, - televisions: 3150000, - publicDebt: 4, - internet: 557000 - }), - new WorldStatsItem( - { - code: `NLD`, - name: `Netherlands`, - continent: `Europe`, - population: 17084719, - gdpTotal: 870800, - economy: `Developed`, - region: `Western Europe`, - status: `Country`, - longitude: 6.272, - latitude: 52.971, - gdpPerPerson: 50970, - rank: 66, - unemployment: 5, - oilProduction: 76000, - birthRate: 11, - medianAge: 40, - electricity: 94340, - televisions: 8100000, - publicDebt: 46, - internet: 15000000 - }), - new WorldStatsItem( - { - code: `ECU`, - name: `Ecuador`, - continent: `South America`, - population: 16290913, - gdpTotal: 182400, - economy: `Developing`, - region: `South America`, - status: `Country`, - longitude: -77.98, - latitude: -1.291, - gdpPerPerson: 11196, - rank: 67, - unemployment: 9, - oilProduction: 511100, - birthRate: 22, - medianAge: 24, - electricity: 12940, - televisions: 2500000, - publicDebt: 33, - internet: 1549000 - }), - new WorldStatsItem( - { - code: `KHM`, - name: `Cambodia`, - continent: `Asia`, - population: 16204486, - gdpTotal: 58940, - economy: `Least Developed`, - region: `Eastern Asia`, - status: `Country`, - longitude: 104.96, - latitude: 12.558, - gdpPerPerson: 3637, - rank: 68, - unemployment: 15, - oilProduction: 1, - birthRate: 17, - medianAge: 50, - electricity: 45509, - televisions: 2489832, - publicDebt: 22, - internet: 11512560 - }), - new WorldStatsItem( - { - code: `ZMB`, - name: `Zambia`, - continent: `Africa`, - population: 15972000, - gdpTotal: 65170, - economy: `Least Developed`, - region: `Eastern Africa`, - status: `Country`, - longitude: 26.301, - latitude: -14.3, - gdpPerPerson: 4080, - rank: 69, - unemployment: 50, - oilProduction: 150, - birthRate: 41, - medianAge: 17, - electricity: 8850, - televisions: 277000, - publicDebt: 28, - internet: 500000 - }), - new WorldStatsItem( - { - code: `GTM`, - name: `Guatemala`, - continent: `North America`, - population: 15460732, - gdpTotal: 131800, - economy: `Developing`, - region: `Central America`, - status: `Country`, - longitude: -90.4, - latitude: 15.225, - gdpPerPerson: 8525, - rank: 70, - unemployment: 3, - oilProduction: 13000, - birthRate: 29, - medianAge: 19, - electricity: 7281, - televisions: 1323000, - publicDebt: 21, - internet: 1320000 - }), - new WorldStatsItem( - { - code: `SEN`, - name: `Senegal`, - continent: `Africa`, - population: 14668522, - gdpTotal: 39720, - economy: `Least Developed`, - region: `Western Africa`, - status: `Country`, - longitude: -14.76, - latitude: 15.47, - gdpPerPerson: 2708, - rank: 71, - unemployment: 48, - oilProduction: 0, - birthRate: 37, - medianAge: 19, - electricity: 2159, - televisions: 361000, - publicDebt: 23, - internet: 820000 - }), - new WorldStatsItem( - { - code: `ZWE`, - name: `Zimbabwe`, - continent: `Africa`, - population: 13805084, - gdpTotal: 28330, - economy: `Emerging`, - region: `Eastern Africa`, - status: `Country`, - longitude: 29.115, - latitude: -19.02, - gdpPerPerson: 2052, - rank: 72, - unemployment: 80, - oilProduction: 0, - birthRate: 32, - medianAge: 18, - electricity: 9950, - televisions: 370000, - publicDebt: 218, - internet: 1351000 - }), - new WorldStatsItem( - { - code: `SSD`, - name: `South Sudan`, - continent: `Africa`, - population: 13026129, - gdpTotal: 20880, - economy: `Least Developed`, - region: `Eastern Africa`, - status: `Country`, - longitude: 29.708, - latitude: 7.857, - gdpPerPerson: 1603, - rank: 73, - unemployment: 11, - oilProduction: 5, - birthRate: 8, - medianAge: 43, - electricity: 41476, - televisions: 7716253, - publicDebt: 41, - internet: 4569804 - }), - new WorldStatsItem( - { - code: `GIN`, - name: `Guinea`, - continent: `Africa`, - population: 12413867, - gdpTotal: 16080, - economy: `Least Developed`, - region: `Western Africa`, - status: `Country`, - longitude: -9.522, - latitude: 10.478, - gdpPerPerson: 1295, - rank: 74, - unemployment: 15, - oilProduction: 4, - birthRate: 5, - medianAge: 49, - electricity: 15826, - televisions: 6262180, - publicDebt: 32, - internet: 6439493 - }), - new WorldStatsItem( - { - code: `TCD`, - name: `Chad`, - continent: `Africa`, - population: 12075985, - gdpTotal: 30590, - economy: `Least Developed`, - region: `Northern Africa`, - status: `Country`, - longitude: 18.716, - latitude: 15.46, - gdpPerPerson: 2533, - rank: 75, - unemployment: 15, - oilProduction: 2, - birthRate: 25, - medianAge: 46, - electricity: 57747, - televisions: 8629897, - publicDebt: 33, - internet: 6531943 - }), - new WorldStatsItem( - { - code: `RWA`, - name: `Rwanda`, - continent: `Africa`, - population: 11901484, - gdpTotal: 21970, - economy: `Least Developed`, - region: `Eastern Africa`, - status: `Country`, - longitude: 29.867, - latitude: -1.936, - gdpPerPerson: 1846, - rank: 76, - unemployment: 14, - oilProduction: 0, - birthRate: 23, - medianAge: 51, - electricity: 51710, - televisions: 1363647, - publicDebt: 36, - internet: 2425128 - }), - new WorldStatsItem( - { - code: `BEL`, - name: `Belgium`, - continent: `Europe`, - population: 11491346, - gdpTotal: 508600, - economy: `Developed`, - region: `Western Europe`, - status: `Country`, - longitude: 4.605, - latitude: 50.911, - gdpPerPerson: 44259, - rank: 77, - unemployment: 8, - oilProduction: 9000, - birthRate: 10, - medianAge: 41, - electricity: 80840, - televisions: 4720000, - publicDebt: 85, - internet: 5220000 - }), - new WorldStatsItem( - { - code: `BDI`, - name: `Burundi`, - continent: `Africa`, - population: 11466756, - gdpTotal: 7892, - economy: `Least Developed`, - region: `Eastern Africa`, - status: `Country`, - longitude: 29.913, - latitude: -3.384, - gdpPerPerson: 688, - rank: 78, - unemployment: 12, - oilProduction: 3, - birthRate: 16, - medianAge: 35, - electricity: 43850, - televisions: 2920735, - publicDebt: 20, - internet: 3908915 - }), - new WorldStatsItem( - { - code: `TUN`, - name: `Tunisia`, - continent: `Africa`, - population: 11403800, - gdpTotal: 130800, - economy: `Developing`, - region: `Northern Africa`, - status: `Country`, - longitude: 9.516, - latitude: 33.785, - gdpPerPerson: 11470, - rank: 79, - unemployment: 14, - oilProduction: 76900, - birthRate: 16, - medianAge: 29, - electricity: 12850, - televisions: 920000, - publicDebt: 55, - internet: 1722000 - }), - new WorldStatsItem( - { - code: `CUB`, - name: `Cuba`, - continent: `North America`, - population: 11147407, - gdpTotal: 132900, - economy: `Emerging`, - region: `Central America`, - status: `Country`, - longitude: -80.54, - latitude: 22.567, - gdpPerPerson: 11922, - rank: 80, - unemployment: 2, - oilProduction: 58300, - birthRate: 11, - medianAge: 37, - electricity: 16450, - televisions: 2640000, - publicDebt: 37, - internet: 1310000 - }), - new WorldStatsItem( - { - code: `BOL`, - name: `Bolivia`, - continent: `South America`, - population: 11138234, - gdpTotal: 78350, - economy: `Emerging`, - region: `South America`, - status: `Country`, - longitude: -63.57, - latitude: -16.3, - gdpPerPerson: 7034, - rank: 81, - unemployment: 8, - oilProduction: 46470, - birthRate: 22, - medianAge: 23, - electricity: 5293, - televisions: 900000, - publicDebt: 46, - internet: 1000000 - }), - new WorldStatsItem( - { - code: `BEN`, - name: `Benin`, - continent: `Africa`, - population: 11038805, - gdpTotal: 24310, - economy: `Least Developed`, - region: `Western Africa`, - status: `Country`, - longitude: 2.704, - latitude: 10.535, - gdpPerPerson: 2202, - rank: 82, - unemployment: 2, - oilProduction: 0, - birthRate: 25, - medianAge: 40, - electricity: 13145, - televisions: 7167916, - publicDebt: 34, - internet: 8520122 - }), - new WorldStatsItem( - { - code: `PRT`, - name: `Portugal`, - continent: `Europe`, - population: 10839514, - gdpTotal: 297100, - economy: `Developed`, - region: `Southern Europe`, - status: `Country`, - longitude: -7.757, - latitude: 40.815, - gdpPerPerson: 27409, - rank: 83, - unemployment: 8, - oilProduction: 9500, - birthRate: 10, - medianAge: 39, - electricity: 49040, - televisions: 3310000, - publicDebt: 64, - internet: 3549000 - }), - new WorldStatsItem( - { - code: `GRC`, - name: `Greece`, - continent: `Europe`, - population: 10768477, - gdpTotal: 290500, - economy: `Developed`, - region: `Southern Europe`, - status: `Country`, - longitude: 21.871, - latitude: 39.558, - gdpPerPerson: 26977, - rank: 84, - unemployment: 8, - oilProduction: 5687, - birthRate: 10, - medianAge: 42, - electricity: 56130, - televisions: 2540000, - publicDebt: 90, - internet: 2540000 - }), - new WorldStatsItem( - { - code: `DOM`, - name: `Dominican Republic`, - continent: `North America`, - population: 10734247, - gdpTotal: 161900, - economy: `Developing`, - region: `Central America`, - status: `Country`, - longitude: -70.17, - latitude: 18.775, - gdpPerPerson: 15083, - rank: 85, - unemployment: 16, - oilProduction: 12, - birthRate: 23, - medianAge: 25, - electricity: 12220, - televisions: 770000, - publicDebt: 41, - internet: 1677000 - }), - new WorldStatsItem( - { - code: `CZE`, - name: `Czechia`, - continent: `Europe`, - population: 10674723, - gdpTotal: 350900, - economy: `Developed`, - region: `Eastern Europe`, - status: `Country`, - longitude: 15.461, - latitude: 49.807, - gdpPerPerson: 32872, - rank: 86, - unemployment: 7, - oilProduction: 18030, - birthRate: 9, - medianAge: 40, - electricity: 77380, - televisions: 3405834, - publicDebt: 26, - internet: 4400000 - }), - new WorldStatsItem( - { - code: `HTI`, - name: `Haiti`, - continent: `North America`, - population: 10646714, - gdpTotal: 19340, - economy: `Least Developed`, - region: `Central America`, - status: `Country`, - longitude: -72.23, - latitude: 19.342, - gdpPerPerson: 1817, - rank: 87, - unemployment: 15, - oilProduction: 2, - birthRate: 9, - medianAge: 52, - electricity: 12871, - televisions: 4329511, - publicDebt: 25, - internet: 4777792 - }), - new WorldStatsItem( - { - code: `JOR`, - name: `Jordan`, - continent: `Asia`, - population: 10248069, - gdpTotal: 86190, - economy: `Developing`, - region: `Middle East`, - status: `Country`, - longitude: 38.125, - latitude: 32.309, - gdpPerPerson: 8410, - rank: 88, - unemployment: 14, - oilProduction: 0, - birthRate: 20, - medianAge: 24, - electricity: 9074, - televisions: 500000, - publicDebt: 72, - internet: 1127000 - }), - new WorldStatsItem( - { - code: `AZE`, - name: `Azerbaijan`, - continent: `Asia`, - population: 9961396, - gdpTotal: 167900, - economy: `Developing`, - region: `Middle East`, - status: `Country`, - longitude: 48.401, - latitude: 40.344, - gdpPerPerson: 16855, - rank: 89, - unemployment: 1, - oilProduction: 934700, - birthRate: 18, - medianAge: 28, - electricity: 23800, - televisions: 170000, - publicDebt: 7, - internet: 1036000 - }), - new WorldStatsItem( - { - code: `SWE`, - name: `Sweden`, - continent: `Europe`, - population: 9960487, - gdpTotal: 498100, - economy: `Developed`, - region: `Northern Europe`, - status: `Country`, - longitude: 17.594, - latitude: 64.621, - gdpPerPerson: 50008, - rank: 90, - unemployment: 6, - oilProduction: 2350, - birthRate: 10, - medianAge: 41, - electricity: 153200, - televisions: 4600000, - publicDebt: 42, - internet: 7000000 - }), - new WorldStatsItem( - { - code: `HUN`, - name: `Hungary`, - continent: `Europe`, - population: 9850845, - gdpTotal: 267600, - economy: `Developed`, - region: `Eastern Europe`, - status: `Country`, - longitude: 19.485, - latitude: 47.153, - gdpPerPerson: 27165, - rank: 91, - unemployment: 7, - oilProduction: 42180, - birthRate: 10, - medianAge: 39, - electricity: 33690, - televisions: 4420000, - publicDebt: 67, - internet: 4200000 - }), - new WorldStatsItem( - { - code: `BLR`, - name: `Belarus`, - continent: `Europe`, - population: 9549747, - gdpTotal: 165400, - economy: `Developing`, - region: `Eastern Europe`, - status: `Country`, - longitude: 27.943, - latitude: 53.705, - gdpPerPerson: 17320, - rank: 92, - unemployment: 15, - oilProduction: 5, - birthRate: 7, - medianAge: 33, - electricity: 84070, - televisions: 3348094, - publicDebt: 6, - internet: 3754027 - }), - new WorldStatsItem( - { - code: `HND`, - name: `Honduras`, - continent: `North America`, - population: 9038741, - gdpTotal: 43190, - economy: `Developing`, - region: `Central America`, - status: `Country`, - longitude: -86.74, - latitude: 14.889, - gdpPerPerson: 4778, - rank: 93, - unemployment: 28, - oilProduction: 0, - birthRate: 27, - medianAge: 20, - electricity: 5339, - televisions: 570000, - publicDebt: 24, - internet: 344100 - }), - new WorldStatsItem( - { - code: `AUT`, - name: `Austria`, - continent: `Europe`, - population: 8754413, - gdpTotal: 416600, - economy: `Developed`, - region: `Western Europe`, - status: `Country`, - longitude: 14.987, - latitude: 47.624, - gdpPerPerson: 47587, - rank: 94, - unemployment: 4, - oilProduction: 23320, - birthRate: 9, - medianAge: 42, - electricity: 61020, - televisions: 10150000, - publicDebt: 59, - internet: 4277000 - }), - new WorldStatsItem( - { - code: `TJK`, - name: `Tajikistan`, - continent: `Asia`, - population: 8468555, - gdpTotal: 25810, - economy: `Developing`, - region: `Central Asia`, - status: `Country`, - longitude: 71.234, - latitude: 38.86, - gdpPerPerson: 3048, - rank: 95, - unemployment: 11, - oilProduction: 5, - birthRate: 8, - medianAge: 44, - electricity: 56534, - televisions: 6542566, - publicDebt: 44, - internet: 4521889 - }), - new WorldStatsItem( - { - code: `ISR`, - name: `Israel`, - continent: `Asia`, - population: 8299706, - gdpTotal: 297000, - economy: `Developed`, - region: `Middle East`, - status: `Country`, - longitude: 34.977, - latitude: 30.748, - gdpPerPerson: 35784, - rank: 96, - unemployment: 7, - oilProduction: 100, - birthRate: 20, - medianAge: 29, - electricity: 46850, - televisions: 1690000, - publicDebt: 81, - internet: 2000000 - }), - new WorldStatsItem( - { - code: `CHE`, - name: `Switzerland`, - continent: `Europe`, - population: 8236303, - gdpTotal: 496300, - economy: `Developed`, - region: `Western Europe`, - status: `Country`, - longitude: 7.865, - latitude: 46.729, - gdpPerPerson: 60258, - rank: 97, - unemployment: 3, - oilProduction: 3202, - birthRate: 10, - medianAge: 41, - electricity: 56100, - televisions: 3310000, - publicDebt: 44, - internet: 4610000 - }), - new WorldStatsItem( - { - code: `TGO`, - name: `Togo`, - continent: `Africa`, - population: 7965055, - gdpTotal: 11610, - economy: `Least Developed`, - region: `Western Africa`, - status: `Country`, - longitude: 1.146, - latitude: 6.799, - gdpPerPerson: 1458, - rank: 98, - unemployment: 3, - oilProduction: 4, - birthRate: 9, - medianAge: 37, - electricity: 28181, - televisions: 2309082, - publicDebt: 41, - internet: 789456 - }), - new WorldStatsItem( - { - code: `SOM`, - name: `Somalia`, - continent: `Africa`, - population: 7531386, - gdpTotal: 4719, - economy: `Least Developed`, - region: `Eastern Africa`, - status: `Country`, - longitude: 44.134, - latitude: 3.077, - gdpPerPerson: 627, - rank: 99, - unemployment: 2, - oilProduction: 4, - birthRate: 12, - medianAge: 50, - electricity: 29272, - televisions: 1648650, - publicDebt: 22, - internet: 3227211 - }), - new WorldStatsItem( - { - code: `HKG`, - name: `Hong Kong`, - continent: `Asia`, - population: 7191503, - gdpTotal: 427400, - economy: `Developing`, - region: `Eastern Asia`, - status: `Dependency`, - longitude: 114.08, - latitude: 22.38, - gdpPerPerson: 59431, - rank: 100, - unemployment: 3, - oilProduction: 0, - birthRate: 8, - medianAge: 55, - electricity: 86792, - televisions: 4084025, - publicDebt: 35, - internet: 3907543 - }), - new WorldStatsItem( - { - code: `LAO`, - name: `Laos`, - continent: `Asia`, - population: 7126706, - gdpTotal: 40960, - economy: `Least Developed`, - region: `Eastern Asia`, - status: `Country`, - longitude: 102.36, - latitude: 20.171, - gdpPerPerson: 5747, - rank: 101, - unemployment: 8, - oilProduction: 0, - birthRate: 6, - medianAge: 34, - electricity: 7093, - televisions: 4503172, - publicDebt: 19, - internet: 5426041 - }), - new WorldStatsItem( - { - code: `SRB`, - name: `Serbia`, - continent: `Europe`, - population: 7111024, - gdpTotal: 101800, - economy: `Developing`, - region: `Southern Europe`, - status: `Country`, - longitude: 20.908, - latitude: 44.206, - gdpPerPerson: 14316, - rank: 102, - unemployment: 5, - oilProduction: 4, - birthRate: 13, - medianAge: 48, - electricity: 30150, - televisions: 1316607, - publicDebt: 17, - internet: 4104775 - }), - new WorldStatsItem( - { - code: `BGR`, - name: `Bulgaria`, - continent: `Europe`, - population: 7101510, - gdpTotal: 143100, - economy: `Developed`, - region: `Eastern Europe`, - status: `Country`, - longitude: 25.465, - latitude: 42.741, - gdpPerPerson: 20151, - rank: 103, - unemployment: 8, - oilProduction: 3661, - birthRate: 10, - medianAge: 41, - electricity: 45700, - televisions: 3310000, - publicDebt: 11, - internet: 1899000 - }), - new WorldStatsItem( - { - code: `PRY`, - name: `Paraguay`, - continent: `South America`, - population: 6943739, - gdpTotal: 64670, - economy: `Emerging`, - region: `South America`, - status: `Country`, - longitude: -58.44, - latitude: -23.42, - gdpPerPerson: 9313, - rank: 104, - unemployment: 6, - oilProduction: 0, - birthRate: 28, - medianAge: 22, - electricity: 70000, - televisions: 990000, - publicDebt: 27, - internet: 280000 - }), - new WorldStatsItem( - { - code: `PNG`, - name: `Papua New Guinea`, - continent: `Oceania`, - population: 6909701, - gdpTotal: 28020, - economy: `Developing`, - region: `Melanesia`, - status: `Country`, - longitude: 143.62, - latitude: -5.836, - gdpPerPerson: 4055, - rank: 105, - unemployment: 2, - oilProduction: 47800, - birthRate: 28, - medianAge: 22, - electricity: 3698, - televisions: 59841, - publicDebt: 40, - internet: 110000 - }), - new WorldStatsItem( - { - code: `LBY`, - name: `Libya`, - continent: `Africa`, - population: 6653210, - gdpTotal: 90890, - economy: `Developing`, - region: `Northern Africa`, - status: `Country`, - longitude: 17.23, - latitude: 26.339, - gdpPerPerson: 13661, - rank: 106, - unemployment: 30, - oilProduction: 1712000, - birthRate: 26, - medianAge: 24, - electricity: 21150, - televisions: 730000, - publicDebt: 5, - internet: 260000 - }), - new WorldStatsItem( - { - code: `LBN`, - name: `Lebanon`, - continent: `Asia`, - population: 6229794, - gdpTotal: 85160, - economy: `Developing`, - region: `Middle East`, - status: `Country`, - longitude: 36.042, - latitude: 34.168, - gdpPerPerson: 13670, - rank: 107, - unemployment: 20, - oilProduction: 0, - birthRate: 18, - medianAge: 29, - electricity: 9183, - televisions: 1180000, - publicDebt: 187, - internet: 950000 - }), - new WorldStatsItem( - { - code: `SLV`, - name: `El Salvador`, - continent: `North America`, - population: 6172011, - gdpTotal: 54790, - economy: `Developing`, - region: `Central America`, - status: `Country`, - longitude: -88.91, - latitude: 13.798, - gdpPerPerson: 8877, - rank: 108, - unemployment: 6, - oilProduction: 0, - birthRate: 26, - medianAge: 22, - electricity: 5316, - televisions: 600000, - publicDebt: 37, - internet: 700000 - }), - new WorldStatsItem( - { - code: `SLE`, - name: `Sierra Leone`, - continent: `Africa`, - population: 6163195, - gdpTotal: 10640, - economy: `Least Developed`, - region: `Western Africa`, - status: `Country`, - longitude: -11.78, - latitude: 8.452, - gdpPerPerson: 1726, - rank: 109, - unemployment: 14, - oilProduction: 4, - birthRate: 6, - medianAge: 37, - electricity: 37412, - televisions: 2727270, - publicDebt: 6, - internet: 223239 - }), - new WorldStatsItem( - { - code: `ARE`, - name: `United Arab Emirates`, - continent: `Asia`, - population: 6072475, - gdpTotal: 667200, - economy: `Developing`, - region: `Middle East`, - status: `Country`, - longitude: 54.192, - latitude: 23.795, - gdpPerPerson: 109873, - rank: 110, - unemployment: 2, - oilProduction: 2510000, - birthRate: 16, - medianAge: 30, - electricity: 57060, - televisions: 310000, - publicDebt: 21, - internet: 2300000 - }), - new WorldStatsItem( - { - code: `NIC`, - name: `Nicaragua`, - continent: `North America`, - population: 6025951, - gdpTotal: 33550, - economy: `Developing`, - region: `Central America`, - status: `Country`, - longitude: -85.09, - latitude: 12.523, - gdpPerPerson: 5568, - rank: 111, - unemployment: 5, - oilProduction: 0, - birthRate: 24, - medianAge: 22, - electricity: 2778, - televisions: 320000, - publicDebt: 63, - internet: 155000 - }), - new WorldStatsItem( - { - code: `ERI`, - name: `Eritrea`, - continent: `Africa`, - population: 5918919, - gdpTotal: 9169, - economy: `Least Developed`, - region: `Eastern Africa`, - status: `Country`, - longitude: 39.772, - latitude: 15.191, - gdpPerPerson: 1549, - rank: 112, - unemployment: 9, - oilProduction: 5, - birthRate: 17, - medianAge: 54, - electricity: 67474, - televisions: 2078077, - publicDebt: 41, - internet: 1067843 - }), - new WorldStatsItem( - { - code: `SGP`, - name: `Singapore`, - continent: `Asia`, - population: 5888926, - gdpTotal: 487900, - economy: `Developing`, - region: `Eastern Asia`, - status: `Country`, - longitude: 103.82, - latitude: 1.356, - gdpPerPerson: 82850, - rank: 113, - unemployment: 2, - oilProduction: 9836, - birthRate: 9, - medianAge: 38, - electricity: 39440, - televisions: 1330000, - publicDebt: 96, - internet: 3105000 - }), - new WorldStatsItem( - { - code: `KGZ`, - name: `Kyrgyzstan`, - continent: `Asia`, - population: 5789122, - gdpTotal: 21010, - economy: `Developing`, - region: `Central Asia`, - status: `Country`, - longitude: 74.738, - latitude: 41.224, - gdpPerPerson: 3629, - rank: 114, - unemployment: 12, - oilProduction: 1, - birthRate: 21, - medianAge: 42, - electricity: 16640, - televisions: 2101152, - publicDebt: 15, - internet: 738896 - }), - new WorldStatsItem( - { - code: `CAF`, - name: `Central African Republic`, - continent: `Africa`, - population: 5625118, - gdpTotal: 3206, - economy: `Least Developed`, - region: `Middle Africa`, - status: `Country`, - longitude: 20.917, - latitude: 6.633, - gdpPerPerson: 570, - rank: 115, - unemployment: 8, - oilProduction: 5, - birthRate: 13, - medianAge: 32, - electricity: 71424, - televisions: 635931, - publicDebt: 29, - internet: 1933873 - }), - new WorldStatsItem( - { - code: `DNK`, - name: `Denmark`, - continent: `Europe`, - population: 5605948, - gdpTotal: 264800, - economy: `Developed`, - region: `Northern Europe`, - status: `Country`, - longitude: 9.348, - latitude: 56.13, - gdpPerPerson: 47236, - rank: 116, - unemployment: 3, - oilProduction: 342000, - birthRate: 11, - medianAge: 40, - electricity: 43350, - televisions: 3121000, - publicDebt: 26, - internet: 3500000 - }), - new WorldStatsItem( - { - code: `FIN`, - name: `Finland`, - continent: `Europe`, - population: 5491218, - gdpTotal: 224137, - economy: `Developed`, - region: `Northern Europe`, - status: `Country`, - longitude: 25.988, - latitude: 61.841, - gdpPerPerson: 40817, - rank: 117, - unemployment: 7, - oilProduction: 8951, - birthRate: 10, - medianAge: 42, - electricity: 73470, - televisions: 3200000, - publicDebt: 36, - internet: 3600000 - }), - new WorldStatsItem( - { - code: `SVK`, - name: `Slovakia`, - continent: `Europe`, - population: 5445829, - gdpTotal: 168800, - economy: `Developed`, - region: `Eastern Europe`, - status: `Country`, - longitude: 18.877, - latitude: 48.702, - gdpPerPerson: 30996, - rank: 118, - unemployment: 8, - oilProduction: 12840, - birthRate: 11, - medianAge: 37, - electricity: 29890, - televisions: 2620000, - publicDebt: 36, - internet: 2350000 - }), - new WorldStatsItem( - { - code: `TKM`, - name: `Turkmenistan`, - continent: `Asia`, - population: 5351277, - gdpTotal: 94720, - economy: `Developing`, - region: `Central Asia`, - status: `Country`, - longitude: 59.562, - latitude: 38.975, - gdpPerPerson: 17700, - rank: 119, - unemployment: 11, - oilProduction: 4, - birthRate: 11, - medianAge: 43, - electricity: 91281, - televisions: 2935468, - publicDebt: 17, - internet: 3203210 - }), - new WorldStatsItem( - { - code: `NOR`, - name: `Norway`, - continent: `Europe`, - population: 5320045, - gdpTotal: 364700, - economy: `Developed`, - region: `Northern Europe`, - status: `Country`, - longitude: 9.66, - latitude: 60.712, - gdpPerPerson: 68552, - rank: 120, - unemployment: 3, - oilProduction: 2560000, - birthRate: 11, - medianAge: 39, - electricity: 135800, - televisions: 2030000, - publicDebt: 83, - internet: 3800000 - }), - new WorldStatsItem( - { - code: `IRL`, - name: `Ireland`, - continent: `Europe`, - population: 5011102, - gdpTotal: 322000, - economy: `Developed`, - region: `Northern Europe`, - status: `Country`, - longitude: -8.209, - latitude: 53.42, - gdpPerPerson: 64257, - rank: 121, - unemployment: 5, - oilProduction: 0, - birthRate: 14, - medianAge: 35, - electricity: 24130, - televisions: 1820000, - publicDebt: 25, - internet: 1708000 - }), - new WorldStatsItem( - { - code: `COG`, - name: `Congo`, - continent: `Africa`, - population: 4954674, - gdpTotal: 30270, - economy: `Developing`, - region: `Middle Africa`, - status: `Country`, - longitude: 16.264, - latitude: -0.07, - gdpPerPerson: 6109, - rank: 122, - unemployment: 13, - oilProduction: 4, - birthRate: 11, - medianAge: 52, - electricity: 83556, - televisions: 1560800, - publicDebt: 6, - internet: 2650237 - }), - new WorldStatsItem( - { - code: `CRI`, - name: `Costa Rica`, - continent: `North America`, - population: 4930258, - gdpTotal: 79260, - economy: `Emerging`, - region: `Central America`, - status: `Country`, - longitude: -83.91, - latitude: 9.92, - gdpPerPerson: 16076, - rank: 123, - unemployment: 5, - oilProduction: 0, - birthRate: 18, - medianAge: 27, - electricity: 8349, - televisions: 525000, - publicDebt: 47, - internet: 1500000 - }), - new WorldStatsItem( - { - code: `GEO`, - name: `Georgia`, - continent: `Asia`, - population: 4926330, - gdpTotal: 37270, - economy: `Developing`, - region: `Middle East`, - status: `Country`, - longitude: 43.257, - latitude: 42.162, - gdpPerPerson: 7565, - rank: 124, - unemployment: 15, - oilProduction: 5, - birthRate: 10, - medianAge: 43, - electricity: 44936, - televisions: 2728128, - publicDebt: 29, - internet: 3844448 - }), - new WorldStatsItem( - { - code: `LBR`, - name: `Liberia`, - continent: `Africa`, - population: 4689021, - gdpTotal: 3881, - economy: `Least Developed`, - region: `Western Africa`, - status: `Country`, - longitude: -9.454, - latitude: 6.445, - gdpPerPerson: 828, - rank: 125, - unemployment: 4, - oilProduction: 0, - birthRate: 8, - medianAge: 35, - electricity: 89626, - televisions: 3065112, - publicDebt: 38, - internet: 1475304 - }), - new WorldStatsItem( - { - code: `PSE`, - name: `Palestine`, - continent: `Asia`, - population: 4543126, - gdpTotal: 21221, - economy: `Developing`, - region: `Middle East`, - status: `Disputed`, - longitude: 35.347, - latitude: 32.031, - gdpPerPerson: 4671, - rank: 126, - unemployment: 9, - oilProduction: 1, - birthRate: 10, - medianAge: 48, - electricity: 45973, - televisions: 2774033, - publicDebt: 16, - internet: 1718915 - }), - new WorldStatsItem( - { - code: `NZL`, - name: `New Zealand`, - continent: `Oceania`, - population: 4510327, - gdpTotal: 174800, - economy: `Developed`, - region: `Australia`, - status: `Country`, - longitude: 169.42, - latitude: -44.86, - gdpPerPerson: 38756, - rank: 127, - unemployment: 4, - oilProduction: 25880, - birthRate: 14, - medianAge: 36, - electricity: 42060, - televisions: 1926000, - publicDebt: 21, - internet: 3360000 - }), - new WorldStatsItem( - { - code: `HRV`, - name: `Croatia`, - continent: `Europe`, - population: 4292095, - gdpTotal: 94240, - economy: `Developed`, - region: `Southern Europe`, - status: `Country`, - longitude: 16.847, - latitude: 45.674, - gdpPerPerson: 21957, - rank: 128, - unemployment: 12, - oilProduction: 17100, - birthRate: 10, - medianAge: 41, - electricity: 11990, - televisions: 1220000, - publicDebt: 48, - internet: 1995000 - }), - new WorldStatsItem( - { - code: `BIH`, - name: `Bosnia`, - continent: `Europe`, - population: 3856181, - gdpTotal: 42530, - economy: `Developing`, - region: `Southern Europe`, - status: `Country`, - longitude: 17.66, - latitude: 43.918, - gdpPerPerson: 11029, - rank: 129, - unemployment: 46, - oilProduction: 0, - birthRate: 9, - medianAge: 39, - electricity: 12220, - televisions: 0, - publicDebt: 34, - internet: 1055000 - }), - new WorldStatsItem( - { - code: `MRT`, - name: `Mauritania`, - continent: `Africa`, - population: 3758571, - gdpTotal: 16710, - economy: `Least Developed`, - region: `Western Africa`, - status: `Country`, - longitude: -8.89, - latitude: 20.387, - gdpPerPerson: 4446, - rank: 130, - unemployment: 9, - oilProduction: 5, - birthRate: 25, - medianAge: 50, - electricity: 15176, - televisions: 2558125, - publicDebt: 29, - internet: 2098221 - }), - new WorldStatsItem( - { - code: `PAN`, - name: `Panama`, - continent: `North America`, - population: 3753142, - gdpTotal: 93120, - economy: `Developing`, - region: `Central America`, - status: `Country`, - longitude: -81.17, - latitude: 8.457, - gdpPerPerson: 24811, - rank: 131, - unemployment: 6, - oilProduction: 0, - birthRate: 21, - medianAge: 27, - electricity: 5661, - televisions: 510000, - publicDebt: 53, - internet: 525200 - }), - new WorldStatsItem( - { - code: `SOL`, - name: `Somaliland`, - continent: `Africa`, - population: 3500000, - gdpTotal: 12250, - economy: `Developing`, - region: `Eastern Africa`, - status: `Indeterminate`, - longitude: 45.798, - latitude: 9.748, - gdpPerPerson: 3500, - rank: 132, - unemployment: 1, - oilProduction: 4, - birthRate: 13, - medianAge: 43, - electricity: 73247, - televisions: 2235408, - publicDebt: 21, - internet: 1300238 - }), - new WorldStatsItem( - { - code: `MDA`, - name: `Moldova`, - continent: `Europe`, - population: 3474121, - gdpTotal: 18540, - economy: `Developing`, - region: `Eastern Europe`, - status: `Country`, - longitude: 28.552, - latitude: 47.515, - gdpPerPerson: 5337, - rank: 133, - unemployment: 2, - oilProduction: 0, - birthRate: 11, - medianAge: 34, - electricity: 3881, - televisions: 1260000, - publicDebt: 23, - internet: 700000 - }), - new WorldStatsItem( - { - code: `OMN`, - name: `Oman`, - continent: `Asia`, - population: 3424386, - gdpTotal: 173100, - economy: `Developing`, - region: `Middle East`, - status: `Country`, - longitude: 57.563, - latitude: 22.014, - gdpPerPerson: 50549, - rank: 134, - unemployment: 15, - oilProduction: 710800, - birthRate: 35, - medianAge: 19, - electricity: 11890, - televisions: 1600000, - publicDebt: 4, - internet: 340000 - }), - new WorldStatsItem( - { - code: `URY`, - name: `Uruguay`, - continent: `South America`, - population: 3360148, - gdpTotal: 73250, - economy: `Emerging`, - region: `South America`, - status: `Country`, - longitude: -55.78, - latitude: -32.51, - gdpPerPerson: 21800, - rank: 135, - unemployment: 9, - oilProduction: 27830, - birthRate: 14, - medianAge: 33, - electricity: 9200, - televisions: 782000, - publicDebt: 65, - internet: 968000 - }), - new WorldStatsItem( - { - code: `PRI`, - name: `Puerto Rico`, - continent: `North America`, - population: 3351827, - gdpTotal: 131000, - economy: `Developing`, - region: `Central America`, - status: `Dependency`, - longitude: -66.61, - latitude: 18.235, - gdpPerPerson: 39083, - rank: 136, - unemployment: 5, - oilProduction: 3, - birthRate: 11, - medianAge: 32, - electricity: 19677, - televisions: 1917997, - publicDebt: 25, - internet: 608062 - }), - new WorldStatsItem( - { - code: `MNG`, - name: `Mongolia`, - continent: `Asia`, - population: 3068243, - gdpTotal: 37000, - economy: `Developing`, - region: `Eastern Asia`, - status: `Country`, - longitude: 103.82, - latitude: 46.856, - gdpPerPerson: 12059, - rank: 137, - unemployment: 4, - oilProduction: 1, - birthRate: 7, - medianAge: 35, - electricity: 3875, - televisions: 1726758, - publicDebt: 17, - internet: 562546 - }), - new WorldStatsItem( - { - code: `ALB`, - name: `Albania`, - continent: `Europe`, - population: 3047987, - gdpTotal: 33900, - economy: `Developing`, - region: `Southern Europe`, - status: `Country`, - longitude: 19.964, - latitude: 40.759, - gdpPerPerson: 11122, - rank: 138, - unemployment: 13, - oilProduction: 7006, - birthRate: 15, - medianAge: 30, - electricity: 5385, - televisions: 700000, - publicDebt: 51, - internet: 471200 - }), - new WorldStatsItem( - { - code: `ARM`, - name: `Armenia`, - continent: `Asia`, - population: 3045191, - gdpTotal: 26300, - economy: `Developing`, - region: `Middle East`, - status: `Country`, - longitude: 44.646, - latitude: 40.618, - gdpPerPerson: 8637, - rank: 139, - unemployment: 4, - oilProduction: 4, - birthRate: 14, - medianAge: 39, - electricity: 71042, - televisions: 2390201, - publicDebt: 9, - internet: 488333 - }), - new WorldStatsItem( - { - code: `JAM`, - name: `Jamaica`, - continent: `North America`, - population: 2990561, - gdpTotal: 25390, - economy: `Developing`, - region: `Central America`, - status: `Country`, - longitude: -77.27, - latitude: 18.119, - gdpPerPerson: 8490, - rank: 140, - unemployment: 10, - oilProduction: 0, - birthRate: 20, - medianAge: 23, - electricity: 6985, - televisions: 460000, - publicDebt: 127, - internet: 1500000 - }), - new WorldStatsItem( - { - code: `KWT`, - name: `Kuwait`, - continent: `Asia`, - population: 2875422, - gdpTotal: 301100, - economy: `Developing`, - region: `Middle East`, - status: `Country`, - longitude: 47.487, - latitude: 29.315, - gdpPerPerson: 104715, - rank: 141, - unemployment: 2, - oilProduction: 2440000, - birthRate: 22, - medianAge: 26, - electricity: 41110, - televisions: 875000, - publicDebt: 10, - internet: 900000 - }), - new WorldStatsItem( - { - code: `LTU`, - name: `Lithuania`, - continent: `Europe`, - population: 2823859, - gdpTotal: 85620, - economy: `Developed`, - region: `Northern Europe`, - status: `Country`, - longitude: 23.838, - latitude: 55.152, - gdpPerPerson: 30320, - rank: 142, - unemployment: 4, - oilProduction: 13160, - birthRate: 9, - medianAge: 39, - electricity: 13480, - televisions: 1700000, - publicDebt: 17, - internet: 1330000 - }), - new WorldStatsItem( - { - code: `NAM`, - name: `Namibia`, - continent: `Africa`, - population: 2484780, - gdpTotal: 25990, - economy: `Developing`, - region: `Southern Africa`, - status: `Country`, - longitude: 16.944, - latitude: -20.52, - gdpPerPerson: 10460, - rank: 143, - unemployment: 5, - oilProduction: 0, - birthRate: 23, - medianAge: 21, - electricity: 1688, - televisions: 60000, - publicDebt: 22, - internet: 101000 - }), - new WorldStatsItem( - { - code: `QAT`, - name: `Qatar`, - continent: `Asia`, - population: 2314307, - gdpTotal: 334500, - economy: `Developing`, - region: `Middle East`, - status: `Country`, - longitude: 51.182, - latitude: 25.359, - gdpPerPerson: 144536, - rank: 144, - unemployment: 1, - oilProduction: 797500, - birthRate: 16, - medianAge: 31, - electricity: 13540, - televisions: 230000, - publicDebt: 11, - internet: 351000 - }), - new WorldStatsItem( - { - code: `BWA`, - name: `Botswana`, - continent: `Africa`, - population: 2214858, - gdpTotal: 35900, - economy: `Developing`, - region: `Southern Africa`, - status: `Country`, - longitude: 24.671, - latitude: -22.32, - gdpPerPerson: 16209, - rank: 145, - unemployment: 8, - oilProduction: 0, - birthRate: 23, - medianAge: 21, - electricity: 912, - televisions: 31000, - publicDebt: 5, - internet: 80000 - }), - new WorldStatsItem( - { - code: `MKD`, - name: `North Macedonia`, - continent: `Europe`, - population: 2103721, - gdpTotal: 29520, - economy: `Developing`, - region: `Southern Europe`, - status: `Country`, - longitude: 21.727, - latitude: 41.604, - gdpPerPerson: 14032, - rank: 146, - unemployment: 35, - oilProduction: 0, - birthRate: 12, - medianAge: 35, - electricity: 6051, - televisions: 510000, - publicDebt: 31, - internet: 685000 - }), - new WorldStatsItem( - { - code: `GMB`, - name: `Gambia`, - continent: `Africa`, - population: 2051363, - gdpTotal: 3387, - economy: `Least Developed`, - region: `Western Africa`, - status: `Country`, - longitude: -15.32, - latitude: 13.438, - gdpPerPerson: 1651, - rank: 147, - unemployment: 7, - oilProduction: 1, - birthRate: 11, - medianAge: 37, - electricity: 9769, - televisions: 1486289, - publicDebt: 30, - internet: 187890 - }), - new WorldStatsItem( - { - code: `SVN`, - name: `Slovenia`, - continent: `Europe`, - population: 1972126, - gdpTotal: 68350, - economy: `Developed`, - region: `Southern Europe`, - status: `Country`, - longitude: 14.947, - latitude: 46.146, - gdpPerPerson: 34658, - rank: 148, - unemployment: 8, - oilProduction: 5, - birthRate: 9, - medianAge: 41, - electricity: 14900, - televisions: 710000, - publicDebt: 24, - internet: 1300000 - }), - new WorldStatsItem( - { - code: `LSO`, - name: `Lesotho`, - continent: `Africa`, - population: 1958042, - gdpTotal: 6019, - economy: `Least Developed`, - region: `Southern Africa`, - status: `Country`, - longitude: 28.221, - latitude: -29.61, - gdpPerPerson: 3074, - rank: 149, - unemployment: 12, - oilProduction: 2, - birthRate: 8, - medianAge: 32, - electricity: 20229, - televisions: 1457517, - publicDebt: 14, - internet: 1375222 - }), - new WorldStatsItem( - { - code: `LVA`, - name: `Latvia`, - continent: `Europe`, - population: 1944643, - gdpTotal: 50650, - economy: `Developed`, - region: `Northern Europe`, - status: `Country`, - longitude: 26.505, - latitude: 56.755, - gdpPerPerson: 26046, - rank: 150, - unemployment: 6, - oilProduction: 0, - birthRate: 10, - medianAge: 40, - electricity: 4778, - televisions: 1220000, - publicDebt: 7, - internet: 1770000 - }), - new WorldStatsItem( - { - code: `RKS`, - name: `Kosovo`, - continent: `Europe`, - population: 1895250, - gdpTotal: 18490, - economy: `Developing`, - region: `Southern Europe`, - status: `Country`, - longitude: 20.891, - latitude: 42.557, - gdpPerPerson: 9756, - rank: 151, - unemployment: 12, - oilProduction: 0, - birthRate: 8, - medianAge: 55, - electricity: 14878, - televisions: 1287863, - publicDebt: 20, - internet: 1422193 - }), - new WorldStatsItem( - { - code: `GNB`, - name: `Guinea-Bissau`, - continent: `Africa`, - population: 1792338, - gdpTotal: 2851, - economy: `Least Developed`, - region: `Western Africa`, - status: `Country`, - longitude: -14.59, - latitude: 11.942, - gdpPerPerson: 1591, - rank: 152, - unemployment: 5, - oilProduction: 5, - birthRate: 5, - medianAge: 55, - electricity: 74684, - televisions: 1427462, - publicDebt: 8, - internet: 365000 - }), - new WorldStatsItem( - { - code: `GAB`, - name: `Gabon`, - continent: `Africa`, - population: 1772255, - gdpTotal: 35980, - economy: `Developing`, - region: `Middle Africa`, - status: `Country`, - longitude: 11.592, - latitude: -0.807, - gdpPerPerson: 20302, - rank: 153, - unemployment: 21, - oilProduction: 240000, - birthRate: 36, - medianAge: 19, - electricity: 1520, - televisions: 63000, - publicDebt: 53, - internet: 145000 - }), - new WorldStatsItem( - { - code: `SWZ`, - name: `Eswatini`, - continent: `Africa`, - population: 1467152, - gdpTotal: 11060, - economy: `Developing`, - region: `Southern Africa`, - status: `Country`, - longitude: 31.45, - latitude: -26.52, - gdpPerPerson: 7538, - rank: 154, - unemployment: 6, - oilProduction: 3, - birthRate: 17, - medianAge: 39, - electricity: 72804, - televisions: 229393, - publicDebt: 5, - internet: 427760 - }), - new WorldStatsItem( - { - code: `BHR`, - name: `Bahrain`, - continent: `Asia`, - population: 1410942, - gdpTotal: 66370, - economy: `Developing`, - region: `Middle East`, - status: `Country`, - longitude: 50.535, - latitude: 26.027, - gdpPerPerson: 47039, - rank: 155, - unemployment: 15, - oilProduction: 184300, - birthRate: 17, - medianAge: 30, - electricity: 8187, - televisions: 275000, - publicDebt: 31, - internet: 250000 - }), - new WorldStatsItem( - { - code: `MUS`, - name: `Mauritius`, - continent: `Africa`, - population: 1356388, - gdpTotal: 25850, - economy: `Developing`, - region: `Eastern Africa`, - status: `Country`, - longitude: 57.555, - latitude: -20.25, - gdpPerPerson: 19058, - rank: 156, - unemployment: 9, - oilProduction: 0, - birthRate: 15, - medianAge: 32, - electricity: 2350, - televisions: 258000, - publicDebt: 63, - internet: 340000 - }), - new WorldStatsItem( - { - code: `TLS`, - name: `Timor-Leste`, - continent: `Asia`, - population: 1291358, - gdpTotal: 4975, - economy: `Least Developed`, - region: `Eastern Asia`, - status: `Country`, - longitude: 125.66, - latitude: -8.826, - gdpPerPerson: 3853, - rank: 157, - unemployment: 8, - oilProduction: 5, - birthRate: 18, - medianAge: 48, - electricity: 84061, - televisions: 416260, - publicDebt: 25, - internet: 267437 - }), - new WorldStatsItem( - { - code: `EST`, - name: `Estonia`, - continent: `Europe`, - population: 1251581, - gdpTotal: 38700, - economy: `Developed`, - region: `Northern Europe`, - status: `Country`, - longitude: 25.441, - latitude: 58.845, - gdpPerPerson: 30921, - rank: 158, - unemployment: 5, - oilProduction: 6930, - birthRate: 10, - medianAge: 40, - electricity: 9599, - televisions: 605000, - publicDebt: 3, - internet: 780000 - }), - new WorldStatsItem( - { - code: `CYP`, - name: `Cyprus`, - continent: `Asia`, - population: 1221549, - gdpTotal: 29260, - economy: `Developing`, - region: `Middle East`, - status: `Country`, - longitude: 33.176, - latitude: 34.876, - gdpPerPerson: 23953, - rank: 159, - unemployment: 4, - oilProduction: 0, - birthRate: 13, - medianAge: 35, - electricity: 4618, - televisions: 0, - publicDebt: 60, - internet: 380000 - }), - new WorldStatsItem( - { - code: `TTO`, - name: `Trinidad and Tobago`, - continent: `North America`, - population: 1218208, - gdpTotal: 43570, - economy: `Developing`, - region: `Central America`, - status: `Country`, - longitude: -61.21, - latitude: 10.352, - gdpPerPerson: 35766, - rank: 160, - unemployment: 4, - oilProduction: 5, - birthRate: 15, - medianAge: 47, - electricity: 58959, - televisions: 359389, - publicDebt: 29, - internet: 152416 - }), - new WorldStatsItem( - { - code: `FJI`, - name: `Fiji`, - continent: `Oceania`, - population: 920938, - gdpTotal: 8374, - economy: `Developing`, - region: `Melanesia`, - status: `Country`, - longitude: 177.85, - latitude: -17.75, - gdpPerPerson: 9093, - rank: 161, - unemployment: 11, - oilProduction: 5, - birthRate: 5, - medianAge: 41, - electricity: 88931, - televisions: 517580, - publicDebt: 17, - internet: 539400 - }), - new WorldStatsItem( - { - code: `DJI`, - name: `Djibouti`, - continent: `Africa`, - population: 865267, - gdpTotal: 3345, - economy: `Least Developed`, - region: `Eastern Africa`, - status: `Country`, - longitude: 42.587, - latitude: 11.825, - gdpPerPerson: 3866, - rank: 162, - unemployment: 5, - oilProduction: 3, - birthRate: 17, - medianAge: 44, - electricity: 91593, - televisions: 209004, - publicDebt: 43, - internet: 476114 - }), - new WorldStatsItem( - { - code: `COM`, - name: `Comoros`, - continent: `Africa`, - population: 808080, - gdpTotal: 1259, - economy: `Least Developed`, - region: `Eastern Africa`, - status: `Country`, - longitude: 43.877, - latitude: -11.86, - gdpPerPerson: 1558, - rank: 163, - unemployment: 11, - oilProduction: 3, - birthRate: 14, - medianAge: 46, - electricity: 6146, - televisions: 495921, - publicDebt: 10, - internet: 459977 - }), - new WorldStatsItem( - { - code: `GNQ`, - name: `Equatorial Guinea`, - continent: `Africa`, - population: 778358, - gdpTotal: 31770, - economy: `Least Developed`, - region: `Middle Africa`, - status: `Country`, - longitude: 10.521, - latitude: 1.763, - gdpPerPerson: 40817, - rank: 164, - unemployment: 30, - oilProduction: 385500, - birthRate: 37, - medianAge: 19, - electricity: 28, - televisions: 4000, - publicDebt: 2, - internet: 8000 - }), - new WorldStatsItem( - { - code: `BTN`, - name: `Bhutan`, - continent: `Asia`, - population: 758288, - gdpTotal: 6432, - economy: `Least Developed`, - region: `Southern Asia`, - status: `Country`, - longitude: 90.411, - latitude: 27.506, - gdpPerPerson: 8482, - rank: 165, - unemployment: 3, - oilProduction: 0, - birthRate: 21, - medianAge: 24, - electricity: 2000, - televisions: 11000, - publicDebt: 81, - internet: 40000 - }), - new WorldStatsItem( - { - code: `GUY`, - name: `Guyana`, - continent: `South America`, - population: 737718, - gdpTotal: 6093, - economy: `Developing`, - region: `South America`, - status: `Country`, - longitude: -58.96, - latitude: 5.607, - gdpPerPerson: 8259, - rank: 166, - unemployment: 2, - oilProduction: 3, - birthRate: 9, - medianAge: 37, - electricity: 84988, - televisions: 149848, - publicDebt: 12, - internet: 134377 - }), - new WorldStatsItem( - { - code: `SLB`, - name: `Solomon Islands`, - continent: `Oceania`, - population: 647581, - gdpTotal: 1198, - economy: `Least Developed`, - region: `Melanesia`, - status: `Country`, - longitude: 161.3, - latitude: -9.221, - gdpPerPerson: 1850, - rank: 167, - unemployment: 4, - oilProduction: 3, - birthRate: 18, - medianAge: 30, - electricity: 3432, - televisions: 177555, - publicDebt: 43, - internet: 478635 - }), - new WorldStatsItem( - { - code: `MNE`, - name: `Montenegro`, - continent: `Europe`, - population: 642550, - gdpTotal: 10610, - economy: `Developing`, - region: `Southern Europe`, - status: `Country`, - longitude: 19.191, - latitude: 42.814, - gdpPerPerson: 16512, - rank: 168, - unemployment: 10, - oilProduction: 2, - birthRate: 24, - medianAge: 46, - electricity: 24709, - televisions: 126756, - publicDebt: 29, - internet: 336628 - }), - new WorldStatsItem( - { - code: `ESH`, - name: `Western Sahara`, - continent: `Africa`, - population: 603253, - gdpTotal: 907, - economy: `Least Developed`, - region: `Northern Africa`, - status: `Dependency`, - longitude: -12.89, - latitude: 24.231, - gdpPerPerson: 1504, - rank: 169, - unemployment: 6, - oilProduction: 1, - birthRate: 23, - medianAge: 30, - electricity: 11081, - televisions: 237857, - publicDebt: 30, - internet: 306624 - }), - new WorldStatsItem( - { - code: `MAC`, - name: `Macao`, - continent: `Asia`, - population: 601969, - gdpTotal: 63220, - economy: `Developing`, - region: `Eastern Asia`, - status: `Dependency`, - longitude: 113.51, - latitude: 22.221, - gdpPerPerson: 105022, - rank: 170, - unemployment: 10, - oilProduction: 2, - birthRate: 10, - medianAge: 47, - electricity: 77896, - televisions: 163859, - publicDebt: 18, - internet: 62728 - }), - new WorldStatsItem( - { - code: `LUX`, - name: `Luxembourg`, - continent: `Europe`, - population: 594130, - gdpTotal: 58740, - economy: `Developed`, - region: `Western Europe`, - status: `Country`, - longitude: 6.109, - latitude: 49.806, - gdpPerPerson: 98867, - rank: 171, - unemployment: 4, - oilProduction: 0, - birthRate: 12, - medianAge: 39, - electricity: 3156, - televisions: 285000, - publicDebt: 6, - internet: 345000 - }), - new WorldStatsItem( - { - code: `SUR`, - name: `Suriname`, - continent: `South America`, - population: 591919, - gdpTotal: 8547, - economy: `Developing`, - region: `South America`, - status: `Country`, - longitude: -56.02, - latitude: 4.506, - gdpPerPerson: 14439, - rank: 172, - unemployment: 5, - oilProduction: 1, - birthRate: 16, - medianAge: 44, - electricity: 82658, - televisions: 69068, - publicDebt: 31, - internet: 367104 - }), - new WorldStatsItem( - { - code: `CPV`, - name: `Cabo Verde`, - continent: `Africa`, - population: 560899, - gdpTotal: 3583, - economy: `Developing`, - region: `Western Africa`, - status: `Country`, - longitude: -25.16, - latitude: 17.102, - gdpPerPerson: 6388, - rank: 173, - unemployment: 12, - oilProduction: 1, - birthRate: 12, - medianAge: 54, - electricity: 60647, - televisions: 101289, - publicDebt: 34, - internet: 40105 - }), - new WorldStatsItem( - { - code: `BRN`, - name: `Brunei`, - continent: `Asia`, - population: 443593, - gdpTotal: 33730, - economy: `Developing`, - region: `Eastern Asia`, - status: `Country`, - longitude: 114.69, - latitude: 4.523, - gdpPerPerson: 76038, - rank: 174, - unemployment: 4, - oilProduction: 0, - birthRate: 17, - medianAge: 32, - electricity: 50701, - televisions: 235042, - publicDebt: 16, - internet: 188751 - }), - new WorldStatsItem( - { - code: `MLT`, - name: `Malta`, - continent: `Europe`, - population: 416338, - gdpTotal: 16320, - economy: `Developed`, - region: `Southern Europe`, - status: `Country`, - longitude: 14.373, - latitude: 35.948, - gdpPerPerson: 39199, - rank: 175, - unemployment: 7, - oilProduction: 4, - birthRate: 6, - medianAge: 52, - electricity: 77444, - televisions: 282390, - publicDebt: 41, - internet: 317612 - }), - new WorldStatsItem( - { - code: `MDV`, - name: `Maldives`, - continent: `Asia`, - population: 392709, - gdpTotal: 5407, - economy: `Developing`, - region: `Southern Asia`, - status: `Country`, - longitude: 73.455, - latitude: 3.739, - gdpPerPerson: 13768, - rank: 176, - unemployment: 13, - oilProduction: 4, - birthRate: 10, - medianAge: 43, - electricity: 26004, - televisions: 156412, - publicDebt: 28, - internet: 45331 - }), - new WorldStatsItem( - { - code: `BLZ`, - name: `Belize`, - continent: `North America`, - population: 360346, - gdpTotal: 3088, - economy: `Developing`, - region: `Central America`, - status: `Country`, - longitude: -88.51, - latitude: 17.185, - gdpPerPerson: 8570, - rank: 177, - unemployment: 4, - oilProduction: 2, - birthRate: 7, - medianAge: 36, - electricity: 57433, - televisions: 127478, - publicDebt: 36, - internet: 223855 - }), - new WorldStatsItem( - { - code: `ISL`, - name: `Iceland`, - continent: `Europe`, - population: 339747, - gdpTotal: 16150, - economy: `Developed`, - region: `Northern Europe`, - status: `Country`, - longitude: -19.01, - latitude: 64.966, - gdpPerPerson: 47535, - rank: 178, - unemployment: 1, - oilProduction: 0, - birthRate: 14, - medianAge: 35, - electricity: 8533, - televisions: 98000, - publicDebt: 28, - internet: 202300 - }), - new WorldStatsItem( - { - code: `BHS`, - name: `Bahamas`, - continent: `North America`, - population: 329988, - gdpTotal: 9066, - economy: `Developing`, - region: `Central America`, - status: `Country`, - longitude: -78.01, - latitude: 24.761, - gdpPerPerson: 27474, - rank: 179, - unemployment: 5, - oilProduction: 2, - birthRate: 17, - medianAge: 47, - electricity: 38395, - televisions: 203588, - publicDebt: 6, - internet: 91807 - }), - new WorldStatsItem( - { - code: `FRG`, - name: `French Guiana`, - continent: `South America`, - population: 296161, - gdpTotal: 1299000, - economy: `Developed`, - region: `South America`, - status: `Dependency`, - longitude: -53.13, - latitude: 3.893, - gdpPerPerson: 4386, - rank: 180, - unemployment: 3, - oilProduction: 0, - birthRate: 15, - medianAge: 55, - electricity: 73845, - televisions: 147489, - publicDebt: 35, - internet: 209593 - }), - new WorldStatsItem( - { - code: `BRB`, - name: `Barbados`, - continent: `North America`, - population: 292336, - gdpTotal: 4804, - economy: `Developing`, - region: `Central America`, - status: `Country`, - longitude: -59.53, - latitude: 13.19, - gdpPerPerson: 16433, - rank: 181, - unemployment: 8, - oilProduction: 3, - birthRate: 21, - medianAge: 51, - electricity: 28728, - televisions: 173392, - publicDebt: 12, - internet: 73593 - }), - new WorldStatsItem( - { - code: `PYF`, - name: `Fr. Polynesia`, - continent: `Oceania`, - population: 287881, - gdpTotal: 5490, - economy: `Developing`, - region: `Polynesia`, - status: `Dependency`, - longitude: -143.9, - latitude: -14.82, - gdpPerPerson: 19070, - rank: 182, - unemployment: 1, - oilProduction: 4, - birthRate: 6, - medianAge: 45, - electricity: 46206, - televisions: 43757, - publicDebt: 12, - internet: 172560 - }), - new WorldStatsItem( - { - code: `VUT`, - name: `Vanuatu`, - continent: `Oceania`, - population: 282814, - gdpTotal: 723, - economy: `Least Developed`, - region: `Melanesia`, - status: `Country`, - longitude: 168.21, - latitude: -16.97, - gdpPerPerson: 2556, - rank: 183, - unemployment: 11, - oilProduction: 4, - birthRate: 17, - medianAge: 39, - electricity: 50581, - televisions: 187584, - publicDebt: 42, - internet: 223352 - }), - new WorldStatsItem( - { - code: `NCL`, - name: `New Caledonia`, - continent: `Oceania`, - population: 279070, - gdpTotal: 10770, - economy: `Developing`, - region: `Melanesia`, - status: `Dependency`, - longitude: 165.26, - latitude: -21.09, - gdpPerPerson: 38592, - rank: 184, - unemployment: 10, - oilProduction: 3, - birthRate: 6, - medianAge: 49, - electricity: 18361, - televisions: 79923, - publicDebt: 45, - internet: 149003 - }), - new WorldStatsItem( - { - code: `NCP`, - name: `Northern Cyprus`, - continent: `Asia`, - population: 265100, - gdpTotal: 3600, - economy: `Developing`, - region: `Middle East`, - status: `Country`, - longitude: 33.714, - latitude: 35.257, - gdpPerPerson: 13580, - rank: 185, - unemployment: 4, - oilProduction: 5, - birthRate: 25, - medianAge: 51, - electricity: 84000, - televisions: 135551, - publicDebt: 30, - internet: 167480 - }), - new WorldStatsItem( - { - code: `STP`, - name: `Sao Tome and Principe`, - continent: `Africa`, - population: 201025, - gdpTotal: 694, - economy: `Least Developed`, - region: `Middle Africa`, - status: `Country`, - longitude: 6.598, - latitude: 0.248, - gdpPerPerson: 3452, - rank: 186, - unemployment: 1, - oilProduction: 3, - birthRate: 24, - medianAge: 30, - electricity: 6691, - televisions: 65480, - publicDebt: 12, - internet: 121162 - }), - new WorldStatsItem( - { - code: `WSM`, - name: `Samoa`, - continent: `Oceania`, - population: 200108, - gdpTotal: 1046, - economy: `Least Developed`, - region: `Polynesia`, - status: `Country`, - longitude: -172.1, - latitude: -13.75, - gdpPerPerson: 5227, - rank: 187, - unemployment: 3, - oilProduction: 2, - birthRate: 7, - medianAge: 46, - electricity: 50118, - televisions: 54930, - publicDebt: 42, - internet: 84739 - }), - new WorldStatsItem( - { - code: `GUM`, - name: `Guam`, - continent: `Oceania`, - population: 167358, - gdpTotal: 4882, - economy: `Developing`, - region: `Micronesia`, - status: `Dependency`, - longitude: 144.79, - latitude: 13.44, - gdpPerPerson: 29171, - rank: 188, - unemployment: 15, - oilProduction: 2, - birthRate: 24, - medianAge: 42, - electricity: 64229, - televisions: 43567, - publicDebt: 37, - internet: 121131 - }), - new WorldStatsItem( - { - code: `LCA`, - name: `Saint Lucia`, - continent: `North America`, - population: 164994, - gdpTotal: 2083, - economy: `Developing`, - region: `Central America`, - status: `Country`, - longitude: -60.98, - latitude: 13.905, - gdpPerPerson: 12625, - rank: 189, - unemployment: 3, - oilProduction: 2, - birthRate: 14, - medianAge: 32, - electricity: 75473, - televisions: 87743, - publicDebt: 7, - internet: 64498 - }), - new WorldStatsItem( - { - code: `CUW`, - name: `Curacao`, - continent: `North America`, - population: 149648, - gdpTotal: 3128, - economy: `Developing`, - region: `Central America`, - status: `Dependency`, - longitude: -68.95, - latitude: 12.213, - gdpPerPerson: 20902, - rank: 190, - unemployment: 6, - oilProduction: 1, - birthRate: 7, - medianAge: 35, - electricity: 74665, - televisions: 89830, - publicDebt: 36, - internet: 55905 - }), - new WorldStatsItem( - { - code: `ABW`, - name: `Aruba`, - continent: `North America`, - population: 115120, - gdpTotal: 2516, - economy: `Developing`, - region: `Central America`, - status: `Dependency`, - longitude: -69.98, - latitude: 12.519, - gdpPerPerson: 21855, - rank: 191, - unemployment: 7, - oilProduction: 2356, - birthRate: 13, - medianAge: 38, - electricity: 770, - televisions: 20000, - publicDebt: 46, - internet: 24000 - }), - new WorldStatsItem( - { - code: `GRD`, - name: `Grenada`, - continent: `North America`, - population: 111724, - gdpTotal: 1511, - economy: `Developing`, - region: `Central America`, - status: `Country`, - longitude: -61.69, - latitude: 12.123, - gdpPerPerson: 13524, - rank: 192, - unemployment: 10, - oilProduction: 0, - birthRate: 10, - medianAge: 50, - electricity: 4992, - televisions: 58674, - publicDebt: 42, - internet: 33132 - }), - new WorldStatsItem( - { - code: `KIR`, - name: `Kiribati`, - continent: `Oceania`, - population: 108145, - gdpTotal: 211, - economy: `Least Developed`, - region: `Micronesia`, - status: `Country`, - longitude: -157.333, - latitude: 1.884, - gdpPerPerson: 1951, - rank: 193, - unemployment: 13, - oilProduction: 4, - birthRate: 9, - medianAge: 52, - electricity: 37081, - televisions: 52395, - publicDebt: 40, - internet: 36620 - }), - new WorldStatsItem( - { - code: `VIR`, - name: `U.S. Virgin Island`, - continent: `North America`, - population: 107268, - gdpTotal: 3792, - economy: `Developing`, - region: `Central America`, - status: `Dependency`, - longitude: -64.77, - latitude: 17.77, - gdpPerPerson: 35351, - rank: 194, - unemployment: 11, - oilProduction: 2, - birthRate: 12, - medianAge: 38, - electricity: 13387, - televisions: 77187, - publicDebt: 43, - internet: 40836 - }), - new WorldStatsItem( - { - code: `TON`, - name: `Tonga`, - continent: `Oceania`, - population: 106479, - gdpTotal: 557, - economy: `Developing`, - region: `Polynesia`, - status: `Country`, - longitude: -173.9, - latitude: -18.62, - gdpPerPerson: 5231, - rank: 195, - unemployment: 4, - oilProduction: 4, - birthRate: 5, - medianAge: 33, - electricity: 88735, - televisions: 30257, - publicDebt: 25, - internet: 71756 - }), - new WorldStatsItem( - { - code: `FSM`, - name: `Micronesia`, - continent: `Oceania`, - population: 104196, - gdpTotal: 314, - economy: `Developing`, - region: `Micronesia`, - status: `Country`, - longitude: 150.52, - latitude: 7.435, - gdpPerPerson: 3014, - rank: 196, - unemployment: 9, - oilProduction: 5, - birthRate: 5, - medianAge: 38, - electricity: 39068, - televisions: 45396, - publicDebt: 40, - internet: 29169 - }), - new WorldStatsItem( - { - code: `VCT`, - name: `St. Vin. and Gren.`, - continent: `North America`, - population: 102089, - gdpTotal: 1241, - economy: `Developing`, - region: `Central America`, - status: `Country`, - longitude: -61.17, - latitude: 13.239, - gdpPerPerson: 12156, - rank: 197, - unemployment: 10, - oilProduction: 5, - birthRate: 7, - medianAge: 30, - electricity: 39467, - televisions: 42804, - publicDebt: 9, - internet: 66754 - }), - new WorldStatsItem( - { - code: `JEY`, - name: `Jersey`, - continent: `Europe`, - population: 98840, - gdpTotal: 5080, - economy: `Developed`, - region: `Northern Europe`, - status: `Territory`, - longitude: -2.123, - latitude: 49.218, - gdpPerPerson: 51396, - rank: 198, - unemployment: 4, - oilProduction: 1, - birthRate: 18, - medianAge: 30, - electricity: 64261, - televisions: 52453, - publicDebt: 34, - internet: 3026 - }), - new WorldStatsItem( - { - code: `ATG`, - name: `Antigua and Barbuda`, - continent: `North America`, - population: 94731, - gdpTotal: 2171, - economy: `Developing`, - region: `Central America`, - status: `Country`, - longitude: -61.79, - latitude: 17.096, - gdpPerPerson: 22918, - rank: 199, - unemployment: 3, - oilProduction: 1, - birthRate: 5, - medianAge: 36, - electricity: 35849, - televisions: 75384, - publicDebt: 32, - internet: 6170 - }), - new WorldStatsItem( - { - code: `SYC`, - name: `Seychelles`, - continent: `Africa`, - population: 93920, - gdpTotal: 2608, - economy: `Developing`, - region: `Eastern Africa`, - status: `Country`, - longitude: 55.463, - latitude: -4.672, - gdpPerPerson: 27768, - rank: 200, - unemployment: 2, - oilProduction: 0, - birthRate: 16, - medianAge: 29, - electricity: 252, - televisions: 11000, - publicDebt: 92, - internet: 32000 - }), - new WorldStatsItem( - { - code: `IMN`, - name: `Isle of Man`, - continent: `Europe`, - population: 88815, - gdpTotal: 7428, - economy: `Developed`, - region: `Northern Europe`, - status: `Territory`, - longitude: -4.562, - latitude: 54.233, - gdpPerPerson: 83635, - rank: 201, - unemployment: 4, - oilProduction: 4, - birthRate: 14, - medianAge: 36, - electricity: 15745, - televisions: 25734, - publicDebt: 13, - internet: 2650 - }), - new WorldStatsItem( - { - code: `AND`, - name: `Andorra`, - continent: `Europe`, - population: 85702, - gdpTotal: 3327, - economy: `Developed`, - region: `Southern Europe`, - status: `Country`, - longitude: 1.578, - latitude: 42.539, - gdpPerPerson: 38821, - rank: 202, - unemployment: 11, - oilProduction: 3, - birthRate: 20, - medianAge: 50, - electricity: 56209, - televisions: 42797, - publicDebt: 33, - internet: 42006 - }), - new WorldStatsItem( - { - code: `MHL`, - name: `Marshall Islands`, - continent: `Oceania`, - population: 74539, - gdpTotal: 180, - economy: `Developing`, - region: `Micronesia`, - status: `Country`, - longitude: 169.3, - latitude: 8.484, - gdpPerPerson: 2415, - rank: 203, - unemployment: 3, - oilProduction: 3, - birthRate: 23, - medianAge: 42, - electricity: 78832, - televisions: 15193, - publicDebt: 44, - internet: 8536 - }), - new WorldStatsItem( - { - code: `DMA`, - name: `Dominica`, - continent: `North America`, - population: 73897, - gdpTotal: 812, - economy: `Developing`, - region: `Central America`, - status: `Country`, - longitude: -61.36, - latitude: 15.43, - gdpPerPerson: 10988, - rank: 204, - unemployment: 6, - oilProduction: 1, - birthRate: 13, - medianAge: 35, - electricity: 49809, - televisions: 17676, - publicDebt: 37, - internet: 2616 - }), - new WorldStatsItem( - { - code: `BMU`, - name: `Bermuda`, - continent: `North America`, - population: 70864, - gdpTotal: 5198, - economy: `Developed`, - region: `Northern America`, - status: `Dependency`, - longitude: -64.76, - latitude: 32.323, - gdpPerPerson: 73352, - rank: 205, - unemployment: 15, - oilProduction: 1, - birthRate: 21, - medianAge: 43, - electricity: 54728, - televisions: 16336, - publicDebt: 27, - internet: 41606 - }), - new WorldStatsItem( - { - code: `GGY`, - name: `Guernsey`, - continent: `Europe`, - population: 66502, - gdpTotal: 3465, - economy: `Developed`, - region: `Northern Europe`, - status: `Territory`, - longitude: -2.579, - latitude: 49.468, - gdpPerPerson: 52104, - rank: 206, - unemployment: 2, - oilProduction: 1, - birthRate: 25, - medianAge: 33, - electricity: 9806, - televisions: 24638, - publicDebt: 34, - internet: 29222 - }), - new WorldStatsItem( - { - code: `CYM`, - name: `Cayman Island`, - continent: `North America`, - population: 58441, - gdpTotal: 2507, - economy: `Emerging`, - region: `Central America`, - status: `Dependency`, - longitude: -81.25, - latitude: 19.343, - gdpPerPerson: 42898, - rank: 207, - unemployment: 12, - oilProduction: 3, - birthRate: 7, - medianAge: 35, - electricity: 70206, - televisions: 28885, - publicDebt: 21, - internet: 9332 - }), - new WorldStatsItem( - { - code: `GRL`, - name: `Greenland`, - continent: `North America`, - population: 57713, - gdpTotal: 2173, - economy: `Developed`, - region: `Northern America`, - status: `Dependency`, - longitude: -42.12, - latitude: 69.547, - gdpPerPerson: 37652, - rank: 208, - unemployment: 7, - oilProduction: 5, - birthRate: 19, - medianAge: 42, - electricity: 86090, - televisions: 43741, - publicDebt: 42, - internet: 11423 - }), - new WorldStatsItem( - { - code: `KNA`, - name: `St. Kitts and Nevis`, - continent: `North America`, - population: 52715, - gdpTotal: 1427, - economy: `Developing`, - region: `Central America`, - status: `Country`, - longitude: -62.77, - latitude: 17.351, - gdpPerPerson: 27070, - rank: 209, - unemployment: 5, - oilProduction: 2, - birthRate: 18, - medianAge: 40, - electricity: 65438, - televisions: 17719, - publicDebt: 11, - internet: 8543 - }), - new WorldStatsItem( - { - code: `TCA`, - name: `Turks and Caicos Is.`, - continent: `North America`, - population: 52570, - gdpTotal: 632, - economy: `Developing`, - region: `Central America`, - status: `Dependency`, - longitude: -71.96, - latitude: 21.913, - gdpPerPerson: 12022, - rank: 210, - unemployment: 6, - oilProduction: 0, - birthRate: 13, - medianAge: 42, - electricity: 51325, - televisions: 13109, - publicDebt: 13, - internet: 24564 - }), - new WorldStatsItem( - { - code: `MNP`, - name: `N. Mariana Island`, - continent: `Oceania`, - population: 52263, - gdpTotal: 682, - economy: `Developing`, - region: `Micronesia`, - status: `Dependency`, - longitude: 145.49, - latitude: 16.459, - gdpPerPerson: 13049, - rank: 211, - unemployment: 10, - oilProduction: 1, - birthRate: 9, - medianAge: 46, - electricity: 87386, - televisions: 13049, - publicDebt: 20, - internet: 5484 - }), - new WorldStatsItem( - { - code: `ASM`, - name: `American Samoa`, - continent: `Oceania`, - population: 51504, - gdpTotal: 711, - economy: `Developing`, - region: `Polynesia`, - status: `Dependency`, - longitude: -170.6, - latitude: -14.3, - gdpPerPerson: 13805, - rank: 212, - unemployment: 3, - oilProduction: 4, - birthRate: 13, - medianAge: 42, - electricity: 65918, - televisions: 18802, - publicDebt: 23, - internet: 14691 - }), - new WorldStatsItem( - { - code: `FRO`, - name: `Faeroe Island`, - continent: `Europe`, - population: 50730, - gdpTotal: 2001, - economy: `Developed`, - region: `Northern Europe`, - status: `Dependency`, - longitude: -6.857, - latitude: 62.178, - gdpPerPerson: 39444, - rank: 213, - unemployment: 15, - oilProduction: 2, - birthRate: 11, - medianAge: 46, - electricity: 55029, - televisions: 11762, - publicDebt: 13, - internet: 2412 - }), - new WorldStatsItem( - { - code: `SXM`, - name: `Sint Maarten`, - continent: `North America`, - population: 42083, - gdpTotal: 366, - economy: `Developing`, - region: `Central America`, - status: `Dependency`, - longitude: -63.06, - latitude: 18.044, - gdpPerPerson: 8697, - rank: 214, - unemployment: 14, - oilProduction: 4, - birthRate: 19, - medianAge: 50, - electricity: 17166, - televisions: 8474, - publicDebt: 33, - internet: 14309 - }), - new WorldStatsItem( - { - code: `LIE`, - name: `Liechtenstein`, - continent: `Europe`, - population: 38244, - gdpTotal: 4978, - economy: `Developed`, - region: `Western Europe`, - status: `Country`, - longitude: 9.545, - latitude: 47.164, - gdpPerPerson: 130164, - rank: 215, - unemployment: 11, - oilProduction: 3, - birthRate: 10, - medianAge: 55, - electricity: 80781, - televisions: 23104, - publicDebt: 21, - internet: 8159 - }), - new WorldStatsItem( - { - code: `VGB`, - name: `British Virgin Island`, - continent: `North America`, - population: 35015, - gdpTotal: 500, - economy: `Developed`, - region: `Central America`, - status: `Dependency`, - longitude: -64.6, - latitude: 18.44, - gdpPerPerson: 14280, - rank: 216, - unemployment: 13, - oilProduction: 2, - birthRate: 6, - medianAge: 51, - electricity: 47732, - televisions: 17777, - publicDebt: 7, - internet: 6238 - }), - new WorldStatsItem( - { - code: `SMR`, - name: `San Marino`, - continent: `Europe`, - population: 33537, - gdpTotal: 2023, - economy: `Developed`, - region: `Southern Europe`, - status: `Country`, - longitude: 12.456, - latitude: 43.942, - gdpPerPerson: 60321, - rank: 217, - unemployment: 10, - oilProduction: 0, - birthRate: 15, - medianAge: 48, - electricity: 21943, - televisions: 22355, - publicDebt: 34, - internet: 23505 - }), - new WorldStatsItem( - { - code: `MAF`, - name: `St. Martin`, - continent: `North America`, - population: 32125, - gdpTotal: 562, - economy: `Developing`, - region: `Central America`, - status: `Dependency`, - longitude: -63.06, - latitude: 18.092, - gdpPerPerson: 17494, - rank: 218, - unemployment: 15, - oilProduction: 5, - birthRate: 10, - medianAge: 34, - electricity: 76791, - televisions: 17592, - publicDebt: 43, - internet: 25032 - }), - new WorldStatsItem( - { - code: `MCO`, - name: `Monaco`, - continent: `Europe`, - population: 30645, - gdpTotal: 7672, - economy: `Developed`, - region: `Western Europe`, - status: `Country`, - longitude: 7.408, - latitude: 43.751, - gdpPerPerson: 250351, - rank: 219, - unemployment: 15, - oilProduction: 5, - birthRate: 18, - medianAge: 31, - electricity: 73517, - televisions: 10057, - publicDebt: 10, - internet: 18394 - }), - new WorldStatsItem( - { - code: `ALA`, - name: `Aland Islands`, - continent: `Europe`, - population: 27153, - gdpTotal: 1563, - economy: `Developed`, - region: `Northern Europe`, - status: `Territory`, - longitude: 20.065, - latitude: 60.209, - gdpPerPerson: 57563, - rank: 220, - unemployment: 14, - oilProduction: 3, - birthRate: 15, - medianAge: 54, - electricity: 69394, - televisions: 14696, - publicDebt: 19, - internet: 2736 - }), - new WorldStatsItem( - { - code: `PLW`, - name: `Palau`, - continent: `Oceania`, - population: 21431, - gdpTotal: 276, - economy: `Developing`, - region: `Micronesia`, - status: `Country`, - longitude: 134.63, - latitude: 7.532, - gdpPerPerson: 12879, - rank: 221, - unemployment: 8, - oilProduction: 1, - birthRate: 7, - medianAge: 39, - electricity: 88599, - televisions: 3019, - publicDebt: 8, - internet: 17075 - }), - new WorldStatsItem( - { - code: `AIA`, - name: `Anguilla`, - continent: `North America`, - population: 17087, - gdpTotal: 175, - economy: `Developing`, - region: `Central America`, - status: `Dependency`, - longitude: -63.07, - latitude: 18.221, - gdpPerPerson: 10242, - rank: 222, - unemployment: 9, - oilProduction: 1, - birthRate: 10, - medianAge: 49, - electricity: 68590, - televisions: 10632, - publicDebt: 40, - internet: 8703 - }), - new WorldStatsItem( - { - code: `WLF`, - name: `Wallis Island`, - continent: `Oceania`, - population: 15714, - gdpTotal: 60, - economy: `Developing`, - region: `Polynesia`, - status: `Dependency`, - longitude: -177.1, - latitude: -13.77, - gdpPerPerson: 3818, - rank: 223, - unemployment: 15, - oilProduction: 0, - birthRate: 0, - medianAge: 0, - electricity: 0, - televisions: 0, - publicDebt: 6, - internet: 900 - }), - new WorldStatsItem( - { - code: `NRU`, - name: `Nauru`, - continent: `Oceania`, - population: 9642, - gdpTotal: 151, - economy: `Developing`, - region: `Micronesia`, - status: `Country`, - longitude: 166.93, - latitude: -0.52, - gdpPerPerson: 15661, - rank: 224, - unemployment: 5, - oilProduction: 3, - birthRate: 17, - medianAge: 32, - electricity: 84092, - televisions: 1777, - publicDebt: 34, - internet: 4585 - }), - new WorldStatsItem( - { - code: `COK`, - name: `Cook Island`, - continent: `Oceania`, - population: 9290, - gdpTotal: 244, - economy: `Developing`, - region: `Polynesia`, - status: `Dependency`, - longitude: -159.7, - latitude: -21.21, - gdpPerPerson: 26265, - rank: 225, - unemployment: 15, - oilProduction: 1, - birthRate: 6, - medianAge: 45, - electricity: 41320, - televisions: 3712, - publicDebt: 24, - internet: 3555 - }), - new WorldStatsItem( - { - code: `SHN`, - name: `Saint Helena`, - continent: `Africa`, - population: 7828, - gdpTotal: 31, - economy: `Developing`, - region: `Western Africa`, - status: `Dependency`, - longitude: -10.03, - latitude: -11.94, - gdpPerPerson: 3960, - rank: 226, - unemployment: 13, - oilProduction: 1, - birthRate: 17, - medianAge: 48, - electricity: 84435, - televisions: 3812, - publicDebt: 15, - internet: 5530 - }), - new WorldStatsItem( - { - code: `BLM`, - name: `St. Barthalemy`, - continent: `North America`, - population: 7184, - gdpTotal: 255, - economy: `Developed`, - region: `Central America`, - status: `Dependency`, - longitude: -62.83, - latitude: 17.899, - gdpPerPerson: 35496, - rank: 227, - unemployment: 14, - oilProduction: 0, - birthRate: 23, - medianAge: 46, - electricity: 36112, - televisions: 4072, - publicDebt: 27, - internet: 5097 - }), - new WorldStatsItem( - { - code: `KAS`, - name: `Siachen Glacier`, - continent: `Asia`, - population: 6000, - gdpTotal: 15, - economy: `Developing`, - region: `Southern Asia`, - status: `Territory`, - longitude: 77.283, - latitude: 35.386, - gdpPerPerson: 2500, - rank: 228, - unemployment: 7, - oilProduction: 0, - birthRate: 9, - medianAge: 55, - electricity: 62932, - televisions: 936, - publicDebt: 14, - internet: 1303 - }), - new WorldStatsItem( - { - code: `SPM`, - name: `St. Pierre and Miquelon`, - continent: `North America`, - population: 5533, - gdpTotal: 215, - economy: `Developed`, - region: `Northern America`, - status: `Territory`, - longitude: -56.26, - latitude: 46.926, - gdpPerPerson: 38858, - rank: 229, - unemployment: 13, - oilProduction: 0, - birthRate: 13, - medianAge: 42, - electricity: 61277, - televisions: 2067, - publicDebt: 18, - internet: 2924 - }), - new WorldStatsItem( - { - code: `MSR`, - name: `Montserrat`, - continent: `North America`, - population: 5292, - gdpTotal: 44, - economy: `Developing`, - region: `Central America`, - status: `Dependency`, - longitude: -62.18, - latitude: 16.745, - gdpPerPerson: 8314, - rank: 230, - unemployment: 13, - oilProduction: 1, - birthRate: 12, - medianAge: 50, - electricity: 19088, - televisions: 1964, - publicDebt: 44, - internet: 4009 - }), - new WorldStatsItem( - { - code: `IOT`, - name: `British Indian Territory`, - continent: `Asia`, - population: 4000, - gdpTotal: 160, - economy: `Developed`, - region: `Southern Asia`, - status: `Dependency`, - longitude: 72.424, - latitude: -7.328, - gdpPerPerson: 40000, - rank: 232, - unemployment: 13, - oilProduction: 0, - birthRate: 6, - medianAge: 47, - electricity: 91829, - televisions: 1510, - publicDebt: 14, - internet: 1656 - }), - new WorldStatsItem( - { - code: `FLK`, - name: `Falkland Island`, - continent: `South America`, - population: 2931, - gdpTotal: 282, - economy: `Developed`, - region: `South America`, - status: `Dependency`, - longitude: -59.46, - latitude: -51.78, - gdpPerPerson: 96213, - rank: 233, - unemployment: 3, - oilProduction: 5, - birthRate: 9, - medianAge: 36, - electricity: 68007, - televisions: 1489, - publicDebt: 22, - internet: 1335 - }), - new WorldStatsItem( - { - code: `NFK`, - name: `Norfolk Island`, - continent: `Oceania`, - population: 2210, - gdpTotal: 33, - economy: `Developing`, - region: `Australia`, - status: `Dependency`, - longitude: 167.94, - latitude: -29.05, - gdpPerPerson: 14932, - rank: 234, - unemployment: 1, - oilProduction: 0, - birthRate: 15, - medianAge: 46, - electricity: 91943, - televisions: 583, - publicDebt: 41, - internet: 1183 - }), - new WorldStatsItem( - { - code: `NIU`, - name: `Niue`, - continent: `Oceania`, - population: 1626, - gdpTotal: 10, - economy: `Developing`, - region: `Polynesia`, - status: `Dependency`, - longitude: -169.8, - latitude: -19.05, - gdpPerPerson: 6150, - rank: 235, - unemployment: 15, - oilProduction: 4, - birthRate: 17, - medianAge: 51, - electricity: 16785, - televisions: 585, - publicDebt: 31, - internet: 1247 - }), + new WorldStatsItem({ code: `CHN`, name: `China`, continent: `Asia`, population: 1379302771, gdpTotal: 21140000, economy: `Emerging`, region: `Eastern Asia`, status: `Country`, longitude: 104.18, latitude: 35.887, gdpPerPerson: 15327, rank: 1, unemployment: 4, oilProduction: 3725000, birthRate: 14, medianAge: 34, electricity: 3256000, televisions: 400000000, publicDebt: 18, internet: 253000000 }), + new WorldStatsItem({ code: `IND`, name: `India`, continent: `Asia`, population: 1281935911, gdpTotal: 8721000, economy: `Emerging`, region: `Southern Asia`, status: `Country`, longitude: 78.022, latitude: 22.665, gdpPerPerson: 6803, rank: 2, unemployment: 7, oilProduction: 810000, birthRate: 22, medianAge: 25, electricity: 661600, televisions: 63000000, publicDebt: 58, internet: 80000000 }), + new WorldStatsItem({ code: `USA`, name: `United States`, continent: `North America`, population: 326625791, gdpTotal: 18560000, economy: `Developed`, region: `Northern America`, status: `Country`, longitude: -101.8, latitude: 39.818, gdpPerPerson: 56823, rank: 3, unemployment: 5, oilProduction: 7460000, birthRate: 14, medianAge: 37, electricity: 4062000, televisions: 219000000, publicDebt: 61, internet: 223000000 }), + new WorldStatsItem({ code: `IDN`, name: `Indonesia`, continent: `Asia`, population: 260580739, gdpTotal: 3028000, economy: `Emerging`, region: `Eastern Asia`, status: `Country`, longitude: 102.72, latitude: -2.698, gdpPerPerson: 11620, rank: 4, unemployment: 9, oilProduction: 837500, birthRate: 19, medianAge: 27, electricity: 125900, televisions: 13750000, publicDebt: 34, internet: 13000000 }), + new WorldStatsItem({ code: `BRA`, name: `Brazil`, continent: `South America`, population: 207353391, gdpTotal: 3081000, economy: `Emerging`, region: `South America`, status: `Country`, longitude: -48.88, latitude: -12.89, gdpPerPerson: 14859, rank: 5, unemployment: 9, oilProduction: 1797000, birthRate: 19, medianAge: 28, electricity: 396400, televisions: 36500000, publicDebt: 45, internet: 50000000 }), + new WorldStatsItem({ code: `PAK`, name: `Pakistan`, continent: `Asia`, population: 204924861, gdpTotal: 988200, economy: `Emerging`, region: `Southern Asia`, status: `Country`, longitude: 67.624, latitude: 28.421, gdpPerPerson: 4822, rank: 6, unemployment: 6, oilProduction: 62000, birthRate: 28, medianAge: 21, electricity: 89820, televisions: 3100000, publicDebt: 51, internet: 17500000 }), + new WorldStatsItem({ code: `NGA`, name: `Nigeria`, continent: `Africa`, population: 190632261, gdpTotal: 1089000, economy: `Emerging`, region: `Western Africa`, status: `Country`, longitude: 8.657, latitude: 9.075, gdpPerPerson: 5713, rank: 7, unemployment: 5, oilProduction: 2166000, birthRate: 37, medianAge: 19, electricity: 22530, televisions: 6900000, publicDebt: 14, internet: 10000000 }), + new WorldStatsItem({ code: `BGD`, name: `Bangladesh`, continent: `Asia`, population: 157826578, gdpTotal: 628400, economy: `Least Developed`, region: `Southern Asia`, status: `Country`, longitude: 89.935, latitude: 24.474, gdpPerPerson: 3982, rank: 8, unemployment: 3, oilProduction: 6746, birthRate: 29, medianAge: 23, electricity: 21350, televisions: 770000, publicDebt: 37, internet: 500000 }), + new WorldStatsItem({ code: `RUS`, name: `Russia`, continent: `Europe`, population: 142257519, gdpTotal: 3745000, economy: `Emerging`, region: `Eastern Europe`, status: `Country`, longitude: 42.379, latitude: 56.974, gdpPerPerson: 26325, rank: 9, unemployment: 6, oilProduction: 9870000, birthRate: 11, medianAge: 38, electricity: 1000000, televisions: 60500000, publicDebt: 6, internet: 30000000 }), + new WorldStatsItem({ code: `JPN`, name: `Japan`, continent: `Asia`, population: 126451398, gdpTotal: 4932000, economy: `Developed`, region: `Eastern Asia`, status: `Country`, longitude: 138.48, latitude: 36.519, gdpPerPerson: 39003, rank: 10, unemployment: 4, oilProduction: 125000, birthRate: 8, medianAge: 44, electricity: 1025000, televisions: 86500000, publicDebt: 170, internet: 88110000 }), + new WorldStatsItem({ code: `MEX`, name: `Mexico`, continent: `North America`, population: 124574795, gdpTotal: 2307000, economy: `Emerging`, region: `Central America`, status: `Country`, longitude: -102.5, latitude: 23.63, gdpPerPerson: 18519, rank: 11, unemployment: 4, oilProduction: 3083000, birthRate: 20, medianAge: 26, electricity: 222400, televisions: 25600000, publicDebt: 23, internet: 22812000 }), + new WorldStatsItem({ code: `ETH`, name: `Ethiopia`, continent: `Africa`, population: 105350020, gdpTotal: 174700, economy: `Least Developed`, region: `Eastern Africa`, status: `Country`, longitude: 40.489, latitude: 9.154, gdpPerPerson: 1658, rank: 12, unemployment: 5, oilProduction: 1, birthRate: 25, medianAge: 52, electricity: 60942, televisions: 66893500, publicDebt: 45, internet: 291000 }), + new WorldStatsItem({ code: `PHL`, name: `Philippines`, continent: `Asia`, population: 104256076, gdpTotal: 801900, economy: `Emerging`, region: `Eastern Asia`, status: `Country`, longitude: 121.4, latitude: 16.78, gdpPerPerson: 7692, rank: 13, unemployment: 7, oilProduction: 0, birthRate: 26, medianAge: 22, electricity: 53670, televisions: 3700000, publicDebt: 56, internet: 5300000 }), + new WorldStatsItem({ code: `EGY`, name: `Egypt`, continent: `Africa`, population: 97041072, gdpTotal: 1105000, economy: `Emerging`, region: `Middle East`, status: `Country`, longitude: 30.787, latitude: 26.825, gdpPerPerson: 11387, rank: 14, unemployment: 9, oilProduction: 665000, birthRate: 22, medianAge: 25, electricity: 102500, televisions: 7700000, publicDebt: 106, internet: 8620000 }), + new WorldStatsItem({ code: `VNM`, name: `Vietnam`, continent: `Asia`, population: 96160163, gdpTotal: 594900, economy: `Emerging`, region: `Eastern Asia`, status: `Country`, longitude: 108.46, latitude: 13.711, gdpPerPerson: 6187, rank: 15, unemployment: 4, oilProduction: 324000, birthRate: 16, medianAge: 27, electricity: 59010, televisions: 3570000, publicDebt: 42, internet: 17870000 }), + new WorldStatsItem({ code: `COD`, name: `Dem. Rep. Congo`, continent: `Africa`, population: 83301151, gdpTotal: 66010, economy: `Least Developed`, region: `Middle Africa`, status: `Country`, longitude: 21.738, latitude: -4.071, gdpPerPerson: 792, rank: 16, unemployment: 3, oilProduction: 4, birthRate: 13, medianAge: 41, electricity: 48913, televisions: 55942436, publicDebt: 16, internet: 8903936 }), + new WorldStatsItem({ code: `IRN`, name: `Iran`, continent: `Asia`, population: 82021564, gdpTotal: 1459000, economy: `Emerging`, region: `Middle East`, status: `Country`, longitude: 53.664, latitude: 32.435, gdpPerPerson: 17788, rank: 17, unemployment: 12, oilProduction: 3956000, birthRate: 17, medianAge: 26, electricity: 170400, televisions: 4610000, publicDebt: 17, internet: 23000000 }), + new WorldStatsItem({ code: `TUR`, name: `Turkey`, continent: `Asia`, population: 80845215, gdpTotal: 1670000, economy: `Emerging`, region: `Middle East`, status: `Country`, longitude: 35.243, latitude: 38.962, gdpPerPerson: 20657, rank: 18, unemployment: 10, oilProduction: 45460, birthRate: 16, medianAge: 29, electricity: 154200, televisions: 20900000, publicDebt: 39, internet: 13150000 }), + new WorldStatsItem({ code: `DEU`, name: `Germany`, continent: `Europe`, population: 80594017, gdpTotal: 3979000, economy: `Developed`, region: `Western Europe`, status: `Country`, longitude: 11.43, latitude: 52.237, gdpPerPerson: 49371, rank: 19, unemployment: 9, oilProduction: 141700, birthRate: 8, medianAge: 43, electricity: 579400, televisions: 51400000, publicDebt: 65, internet: 42500000 }), + new WorldStatsItem({ code: `THA`, name: `Thailand`, continent: `Asia`, population: 68414135, gdpTotal: 1161000, economy: `Emerging`, region: `Eastern Asia`, status: `Country`, longitude: 100.65, latitude: 15.345, gdpPerPerson: 16970, rank: 20, unemployment: 1, oilProduction: 310000, birthRate: 14, medianAge: 33, electricity: 124600, televisions: 15190000, publicDebt: 38, internet: 13416000 }), + new WorldStatsItem({ code: `FRA`, name: `France`, continent: `Europe`, population: 67106161, gdpTotal: 2699000, economy: `Developed`, region: `Western Europe`, status: `Country`, longitude: 2.267, latitude: 46.645, gdpPerPerson: 40220, rank: 21, unemployment: 12, oilProduction: 1, birthRate: 24, medianAge: 48, electricity: 63711, televisions: 43156970, publicDebt: 11, internet: 7012454 }), + new WorldStatsItem({ code: `GBR`, name: `United Kingdom`, continent: `Europe`, population: 64769452, gdpTotal: 2788000, economy: `Developed`, region: `Northern Europe`, status: `Country`, longitude: -1.233, latitude: 52.242, gdpPerPerson: 43045, rank: 22, unemployment: 5, oilProduction: 1636000, birthRate: 11, medianAge: 40, electricity: 372600, televisions: 30500000, publicDebt: 44, internet: 40200000 }), + new WorldStatsItem({ code: `ITA`, name: `Italy`, continent: `Europe`, population: 62137802, gdpTotal: 2221000, economy: `Developed`, region: `Southern Europe`, status: `Country`, longitude: 15.701, latitude: 40.885, gdpPerPerson: 35743, rank: 23, unemployment: 6, oilProduction: 164800, birthRate: 8, medianAge: 43, electricity: 278500, televisions: 30300000, publicDebt: 104, internet: 32000000 }), + new WorldStatsItem({ code: `MMR`, name: `Myanmar`, continent: `Asia`, population: 55123814, gdpTotal: 311100, economy: `Least Developed`, region: `Eastern Asia`, status: `Country`, longitude: 96.028, latitude: 21.509, gdpPerPerson: 5644, rank: 24, unemployment: 13, oilProduction: 4, birthRate: 24, medianAge: 37, electricity: 26955, televisions: 39322205, publicDebt: 18, internet: 30207772 }), + new WorldStatsItem({ code: `ZAF`, name: `South Africa`, continent: `Africa`, population: 54841552, gdpTotal: 739100, economy: `Emerging`, region: `Southern Africa`, status: `Country`, longitude: 22.489, latitude: -32.4, gdpPerPerson: 13477, rank: 25, unemployment: 24, oilProduction: 200000, birthRate: 20, medianAge: 24, electricity: 264000, televisions: 6000000, publicDebt: 31, internet: 5100000 }), + new WorldStatsItem({ code: `TZA`, name: `Tanzania`, continent: `Africa`, population: 53950935, gdpTotal: 150600, economy: `Least Developed`, region: `Eastern Africa`, status: `Country`, longitude: 34.894, latitude: -6.356, gdpPerPerson: 2791, rank: 26, unemployment: 6, oilProduction: 3, birthRate: 9, medianAge: 34, electricity: 10186, televisions: 35987980, publicDebt: 20, internet: 400000 }), + new WorldStatsItem({ code: `KOR`, name: `South Korea`, continent: `Asia`, population: 51181299, gdpTotal: 1929000, economy: `Emerging`, region: `Eastern Asia`, status: `Country`, longitude: 128.29, latitude: 36.399, gdpPerPerson: 37690, rank: 27, unemployment: 3, oilProduction: 17050, birthRate: 9, medianAge: 37, electricity: 403200, televisions: 15900000, publicDebt: 28, internet: 35590000 }), + new WorldStatsItem({ code: `ESP`, name: `Spain`, continent: `Europe`, population: 48958159, gdpTotal: 1690000, economy: `Developed`, region: `Southern Europe`, status: `Country`, longitude: -2.892, latitude: 40.569, gdpPerPerson: 34519, rank: 28, unemployment: 8, oilProduction: 29350, birthRate: 10, medianAge: 41, electricity: 270300, televisions: 16200000, publicDebt: 36, internet: 19690000 }), + new WorldStatsItem({ code: `COL`, name: `Colombia`, continent: `South America`, population: 47698524, gdpTotal: 688000, economy: `Developing`, region: `South America`, status: `Country`, longitude: -72.95, latitude: 4.099, gdpPerPerson: 14424, rank: 29, unemployment: 11, oilProduction: 531300, birthRate: 20, medianAge: 27, electricity: 50470, televisions: 4590000, publicDebt: 53, internet: 12100000 }), + new WorldStatsItem({ code: `KEN`, name: `Kenya`, continent: `Africa`, population: 47615739, gdpTotal: 152700, economy: `Emerging`, region: `Eastern Africa`, status: `Country`, longitude: 37.929, latitude: 0.4, gdpPerPerson: 3207, rank: 30, unemployment: 40, oilProduction: 0, birthRate: 38, medianAge: 19, electricity: 5502, televisions: 730000, publicDebt: 49, internet: 3000000 }), + new WorldStatsItem({ code: `ARG`, name: `Argentina`, continent: `South America`, population: 44293293, gdpTotal: 879400, economy: `Emerging`, region: `South America`, status: `Country`, longitude: -64.84, latitude: -33.07, gdpPerPerson: 19854, rank: 31, unemployment: 9, oilProduction: 730000, birthRate: 18, medianAge: 30, electricity: 101100, televisions: 7950000, publicDebt: 56, internet: 9309000 }), + new WorldStatsItem({ code: `UKR`, name: `Ukraine`, continent: `Europe`, population: 44033874, gdpTotal: 352600, economy: `Developing`, region: `Eastern Europe`, status: `Country`, longitude: 30.86, latitude: 49.723, gdpPerPerson: 8007, rank: 32, unemployment: 2, oilProduction: 90400, birthRate: 10, medianAge: 39, electricity: 192100, televisions: 18050000, publicDebt: 12, internet: 10000000 }), + new WorldStatsItem({ code: `DZA`, name: `Algeria`, continent: `Africa`, population: 40969443, gdpTotal: 609400, economy: `Developing`, region: `Northern Africa`, status: `Country`, longitude: 1.642, latitude: 28.04, gdpPerPerson: 14875, rank: 33, unemployment: 12, oilProduction: 1358000, birthRate: 17, medianAge: 26, electricity: 31910, televisions: 3100000, publicDebt: 18, internet: 3500000 }), + new WorldStatsItem({ code: `UGA`, name: `Uganda`, continent: `Africa`, population: 39570125, gdpTotal: 84930, economy: `Least Developed`, region: `Eastern Africa`, status: `Country`, longitude: 32.27, latitude: 1.375, gdpPerPerson: 2146, rank: 34, unemployment: 10, oilProduction: 1, birthRate: 10, medianAge: 32, electricity: 35388, televisions: 27867123, publicDebt: 21, internet: 2000000 }), + new WorldStatsItem({ code: `IRQ`, name: `Iraq`, continent: `Asia`, population: 39192111, gdpTotal: 596700, economy: `Developing`, region: `Middle East`, status: `Country`, longitude: 43.66, latitude: 33.218, gdpPerPerson: 15225, rank: 35, unemployment: 6, oilProduction: 0, birthRate: 20, medianAge: 44, electricity: 48545, televisions: 13178804, publicDebt: 40, internet: 9538092 }), + new WorldStatsItem({ code: `POL`, name: `Poland`, continent: `Europe`, population: 38476269, gdpTotal: 1052000, economy: `Developed`, region: `Eastern Europe`, status: `Country`, longitude: 20.073, latitude: 52.374, gdpPerPerson: 27342, rank: 36, unemployment: 13, oilProduction: 0, birthRate: 10, medianAge: 38, electricity: 146200, televisions: 13050000, publicDebt: 43, internet: 16000000 }), + new WorldStatsItem({ code: `SDN`, name: `Sudan`, continent: `Africa`, population: 37345935, gdpTotal: 176300, economy: `Developing`, region: `Northern Africa`, status: `Country`, longitude: 30.217, latitude: 15.434, gdpPerPerson: 4721, rank: 37, unemployment: 19, oilProduction: 484500, birthRate: 34, medianAge: 19, electricity: 3944, televisions: 2380000, publicDebt: 106, internet: 1500000 }), + new WorldStatsItem({ code: `CAN`, name: `Canada`, continent: `North America`, population: 35623680, gdpTotal: 1674000, economy: `Developed`, region: `Northern America`, status: `Country`, longitude: -108, latitude: 55.855, gdpPerPerson: 46991, rank: 38, unemployment: 6, oilProduction: 3310000, birthRate: 10, medianAge: 40, electricity: 609600, televisions: 21500000, publicDebt: 64, internet: 28000000 }), + new WorldStatsItem({ code: `AFG`, name: `Afghanistan`, continent: `Asia`, population: 34124811, gdpTotal: 64080, economy: `Least Developed`, region: `Southern Asia`, status: `Country`, longitude: 66.041, latitude: 33.977, gdpPerPerson: 1878, rank: 39, unemployment: 9, oilProduction: 2, birthRate: 15, medianAge: 39, electricity: 64532, televisions: 15374294, publicDebt: 25, internet: 18662148 }), + new WorldStatsItem({ code: `MAR`, name: `Morocco`, continent: `Africa`, population: 33986655, gdpTotal: 282800, economy: `Developing`, region: `Northern Africa`, status: `Country`, longitude: -5.707, latitude: 32.104, gdpPerPerson: 8321, rank: 40, unemployment: 10, oilProduction: 300, birthRate: 21, medianAge: 25, electricity: 21370, televisions: 3100000, publicDebt: 67, internet: 7300000 }), + new WorldStatsItem({ code: `MYS`, name: `Malaysia`, continent: `Asia`, population: 31381992, gdpTotal: 863000, economy: `Developing`, region: `Eastern Asia`, status: `Country`, longitude: 101.72, latitude: 4.89, gdpPerPerson: 27500, rank: 41, unemployment: 3, oilProduction: 757500, birthRate: 22, medianAge: 25, electricity: 82360, televisions: 10800000, publicDebt: 42, internet: 15868000 }), + new WorldStatsItem({ code: `VEN`, name: `Venezuela`, continent: `South America`, population: 31304016, gdpTotal: 468600, economy: `Emerging`, region: `South America`, status: `Country`, longitude: -64.78, latitude: 6.695, gdpPerPerson: 14969, rank: 42, unemployment: 9, oilProduction: 2398000, birthRate: 21, medianAge: 25, electricity: 99200, televisions: 4100000, publicDebt: 19, internet: 5720000 }), + new WorldStatsItem({ code: `PER`, name: `Peru`, continent: `South America`, population: 31036656, gdpTotal: 410400, economy: `Emerging`, region: `South America`, status: `Country`, longitude: -73.82, latitude: -12.89, gdpPerPerson: 13223, rank: 43, unemployment: 7, oilProduction: 119000, birthRate: 20, medianAge: 26, electricity: 24970, televisions: 3060000, publicDebt: 29, internet: 7636000 }), + new WorldStatsItem({ code: `UZB`, name: `Uzbekistan`, continent: `Asia`, population: 29748859, gdpTotal: 202300, economy: `Developing`, region: `Central Asia`, status: `Country`, longitude: 63.288, latitude: 42.338, gdpPerPerson: 6800, rank: 44, unemployment: 1, oilProduction: 109400, birthRate: 18, medianAge: 24, electricity: 49000, televisions: 6400000, publicDebt: 19, internet: 1200000 }), + new WorldStatsItem({ code: `NPL`, name: `Nepal`, continent: `Asia`, population: 29384297, gdpTotal: 71520, economy: `Least Developed`, region: `Southern Asia`, status: `Country`, longitude: 82.328, latitude: 28.843, gdpPerPerson: 2434, rank: 45, unemployment: 5, oilProduction: 3, birthRate: 18, medianAge: 34, electricity: 68842, televisions: 21075997, publicDebt: 16, internet: 7780693 }), + new WorldStatsItem({ code: `AGO`, name: `Angola`, continent: `Africa`, population: 29310273, gdpTotal: 189000, economy: `Least Developed`, region: `Middle Africa`, status: `Country`, longitude: 18.097, latitude: -12.37, gdpPerPerson: 6448, rank: 46, unemployment: 14, oilProduction: 0, birthRate: 15, medianAge: 38, electricity: 25890, televisions: 21283158, publicDebt: 12, internet: 100000 }), + new WorldStatsItem({ code: `SAU`, name: `Saudi Arabia`, continent: `Asia`, population: 28571770, gdpTotal: 1731000, economy: `Developed`, region: `Middle East`, status: `Country`, longitude: 45.129, latitude: 24.248, gdpPerPerson: 60584, rank: 47, unemployment: 13, oilProduction: 11000000, birthRate: 29, medianAge: 22, electricity: 165600, televisions: 5100000, publicDebt: 24, internet: 6200000 }), + new WorldStatsItem({ code: `YEM`, name: `Yemen`, continent: `Asia`, population: 28036829, gdpTotal: 73450, economy: `Least Developed`, region: `Middle East`, status: `Country`, longitude: 48.53, latitude: 15.658, gdpPerPerson: 2620, rank: 48, unemployment: 35, oilProduction: 339200, birthRate: 42, medianAge: 17, electricity: 4456, televisions: 470000, publicDebt: 34, internet: 320000 }), + new WorldStatsItem({ code: `GHA`, name: `Ghana`, continent: `Africa`, population: 27499924, gdpTotal: 120800, economy: `Developing`, region: `Western Africa`, status: `Country`, longitude: -0.893, latitude: 8.607, gdpPerPerson: 4393, rank: 49, unemployment: 11, oilProduction: 700, birthRate: 29, medianAge: 20, electricity: 7042, televisions: 1900000, publicDebt: 59, internet: 650000 }), + new WorldStatsItem({ code: `MOZ`, name: `Mozambique`, continent: `Africa`, population: 26573706, gdpTotal: 35010, economy: `Least Developed`, region: `Eastern Africa`, status: `Country`, longitude: 38.075, latitude: -15.41, gdpPerPerson: 1317, rank: 50, unemployment: 21, oilProduction: 0, birthRate: 38, medianAge: 17, electricity: 13170, televisions: 67600, publicDebt: 22, internet: 200000 }), + new WorldStatsItem({ code: `PRK`, name: `North Korea`, continent: `Asia`, population: 25248140, gdpTotal: 40000, economy: `Least Developed`, region: `Eastern Asia`, status: `Country`, longitude: 127.01, latitude: 40.333, gdpPerPerson: 1584, rank: 51, unemployment: 13, oilProduction: 0, birthRate: 23, medianAge: 55, electricity: 35619, televisions: 16501842, publicDebt: 30, internet: 2340760 }), + new WorldStatsItem({ code: `MDG`, name: `Madagascar`, continent: `Africa`, population: 25054161, gdpTotal: 36860, economy: `Least Developed`, region: `Eastern Africa`, status: `Country`, longitude: 46.87, latitude: -18.82, gdpPerPerson: 1471, rank: 52, unemployment: 15, oilProduction: 0, birthRate: 20, medianAge: 36, electricity: 86068, televisions: 9470858, publicDebt: 31, internet: 1407981 }), + new WorldStatsItem({ code: `CMR`, name: `Cameroon`, continent: `Africa`, population: 24994885, gdpTotal: 77240, economy: `Developing`, region: `Middle Africa`, status: `Country`, longitude: 12.451, latitude: 4.365, gdpPerPerson: 3090, rank: 53, unemployment: 30, oilProduction: 85300, birthRate: 35, medianAge: 19, electricity: 4090, televisions: 450000, publicDebt: 16, internet: 370000 }), + new WorldStatsItem({ code: `CIV`, name: `Ivory Coast`, continent: `Africa`, population: 24184810, gdpTotal: 87120, economy: `Developing`, region: `Western Africa`, status: `Country`, longitude: -5.555, latitude: 7.538, gdpPerPerson: 3602, rank: 54, unemployment: 3, oilProduction: 1, birthRate: 17, medianAge: 55, electricity: 49302, televisions: 9034402, publicDebt: 75, internet: 300000 }), + new WorldStatsItem({ code: `TWN`, name: `Taiwan`, continent: `Asia`, population: 23508428, gdpTotal: 1127000, economy: `Developed`, region: `Eastern Asia`, status: `Country`, longitude: 120.96, latitude: 23.636, gdpPerPerson: 47940, rank: 55, unemployment: 4, oilProduction: 600, birthRate: 9, medianAge: 36, electricity: 235000, televisions: 8800000, publicDebt: 28, internet: 14760000 }), + new WorldStatsItem({ code: `AUS`, name: `Australia`, continent: `Oceania`, population: 23232413, gdpTotal: 1189000, economy: `Developed`, region: `Australia`, status: `Country`, longitude: 135.87, latitude: -25.63, gdpPerPerson: 51178, rank: 56, unemployment: 4, oilProduction: 540000, birthRate: 13, medianAge: 37, electricity: 236700, televisions: 10150000, publicDebt: 16, internet: 11240000 }), + new WorldStatsItem({ code: `LKA`, name: `Sri Lanka`, continent: `Asia`, population: 22409381, gdpTotal: 236700, economy: `Developing`, region: `Southern Asia`, status: `Country`, longitude: 80.792, latitude: 7.881, gdpPerPerson: 10563, rank: 57, unemployment: 6, oilProduction: 0, birthRate: 17, medianAge: 30, electricity: 8411, televisions: 1530000, publicDebt: 86, internet: 771700 }), + new WorldStatsItem({ code: `ROU`, name: `Romania`, continent: `Europe`, population: 21529967, gdpTotal: 441000, economy: `Developed`, region: `Eastern Europe`, status: `Country`, longitude: 24.974, latitude: 45.967, gdpPerPerson: 20483, rank: 58, unemployment: 4, oilProduction: 115000, birthRate: 11, medianAge: 37, electricity: 60520, televisions: 5250000, publicDebt: 13, internet: 12000000 }), + new WorldStatsItem({ code: `BFA`, name: `Burkina Faso`, continent: `Africa`, population: 20107509, gdpTotal: 32990, economy: `Least Developed`, region: `Western Africa`, status: `Country`, longitude: -1.567, latitude: 12.251, gdpPerPerson: 1641, rank: 59, unemployment: 4, oilProduction: 5, birthRate: 21, medianAge: 30, electricity: 82658, televisions: 7478745, publicDebt: 14, internet: 5896530 }), + new WorldStatsItem({ code: `NER`, name: `Niger`, continent: `Africa`, population: 19245344, gdpTotal: 20150, economy: `Least Developed`, region: `Northern Africa`, status: `Country`, longitude: 10.845, latitude: 17.92, gdpPerPerson: 1047, rank: 60, unemployment: 9, oilProduction: 5, birthRate: 18, medianAge: 53, electricity: 10652, televisions: 8203307, publicDebt: 17, internet: 157021 }), + new WorldStatsItem({ code: `MWI`, name: `Malawi`, continent: `Africa`, population: 19196246, gdpTotal: 21200, economy: `Least Developed`, region: `Eastern Africa`, status: `Country`, longitude: 34.282, latitude: -13.26, gdpPerPerson: 1104, rank: 61, unemployment: 12, oilProduction: 3, birthRate: 12, medianAge: 51, electricity: 20676, televisions: 4938675, publicDebt: 51, internet: 139500 }), + new WorldStatsItem({ code: `KAZ`, name: `Kazakhstan`, continent: `Asia`, population: 18556698, gdpTotal: 460700, economy: `Developing`, region: `Central Asia`, status: `Country`, longitude: 66.966, latitude: 47.999, gdpPerPerson: 24827, rank: 62, unemployment: 7, oilProduction: 1355000, birthRate: 16, medianAge: 29, electricity: 76340, televisions: 3880000, publicDebt: 8, internet: 1901000 }), + new WorldStatsItem({ code: `SYR`, name: `Syria`, continent: `Asia`, population: 18028549, gdpTotal: 50280, economy: `Developing`, region: `Middle East`, status: `Country`, longitude: 39.062, latitude: 34.807, gdpPerPerson: 2789, rank: 63, unemployment: 9, oilProduction: 379000, birthRate: 27, medianAge: 21, electricity: 153200, televisions: 1050000, publicDebt: 38, internet: 3470000 }), + new WorldStatsItem({ code: `MLI`, name: `Mali`, continent: `Africa`, population: 17885245, gdpTotal: 38090, economy: `Least Developed`, region: `Western Africa`, status: `Country`, longitude: -1.496, latitude: 17.867, gdpPerPerson: 2130, rank: 64, unemployment: 4, oilProduction: 4, birthRate: 21, medianAge: 46, electricity: 72483, televisions: 4783188, publicDebt: 38, internet: 8619386 }), + new WorldStatsItem({ code: `CHL`, name: `Chile`, continent: `South America`, population: 17789267, gdpTotal: 436100, economy: `Emerging`, region: `South America`, status: `Country`, longitude: -69.11, latitude: -23.36, gdpPerPerson: 24515, rank: 65, unemployment: 7, oilProduction: 15100, birthRate: 15, medianAge: 31, electricity: 47600, televisions: 3150000, publicDebt: 4, internet: 557000 }), + new WorldStatsItem({ code: `NLD`, name: `Netherlands`, continent: `Europe`, population: 17084719, gdpTotal: 870800, economy: `Developed`, region: `Western Europe`, status: `Country`, longitude: 6.272, latitude: 52.971, gdpPerPerson: 50970, rank: 66, unemployment: 5, oilProduction: 76000, birthRate: 11, medianAge: 40, electricity: 94340, televisions: 8100000, publicDebt: 46, internet: 15000000 }), + new WorldStatsItem({ code: `ECU`, name: `Ecuador`, continent: `South America`, population: 16290913, gdpTotal: 182400, economy: `Developing`, region: `South America`, status: `Country`, longitude: -77.98, latitude: -1.291, gdpPerPerson: 11196, rank: 67, unemployment: 9, oilProduction: 511100, birthRate: 22, medianAge: 24, electricity: 12940, televisions: 2500000, publicDebt: 33, internet: 1549000 }), + new WorldStatsItem({ code: `KHM`, name: `Cambodia`, continent: `Asia`, population: 16204486, gdpTotal: 58940, economy: `Least Developed`, region: `Eastern Asia`, status: `Country`, longitude: 104.96, latitude: 12.558, gdpPerPerson: 3637, rank: 68, unemployment: 15, oilProduction: 1, birthRate: 17, medianAge: 50, electricity: 45509, televisions: 2489832, publicDebt: 22, internet: 11512560 }), + new WorldStatsItem({ code: `ZMB`, name: `Zambia`, continent: `Africa`, population: 15972000, gdpTotal: 65170, economy: `Least Developed`, region: `Eastern Africa`, status: `Country`, longitude: 26.301, latitude: -14.3, gdpPerPerson: 4080, rank: 69, unemployment: 50, oilProduction: 150, birthRate: 41, medianAge: 17, electricity: 8850, televisions: 277000, publicDebt: 28, internet: 500000 }), + new WorldStatsItem({ code: `GTM`, name: `Guatemala`, continent: `North America`, population: 15460732, gdpTotal: 131800, economy: `Developing`, region: `Central America`, status: `Country`, longitude: -90.4, latitude: 15.225, gdpPerPerson: 8525, rank: 70, unemployment: 3, oilProduction: 13000, birthRate: 29, medianAge: 19, electricity: 7281, televisions: 1323000, publicDebt: 21, internet: 1320000 }), + new WorldStatsItem({ code: `SEN`, name: `Senegal`, continent: `Africa`, population: 14668522, gdpTotal: 39720, economy: `Least Developed`, region: `Western Africa`, status: `Country`, longitude: -14.76, latitude: 15.47, gdpPerPerson: 2708, rank: 71, unemployment: 48, oilProduction: 0, birthRate: 37, medianAge: 19, electricity: 2159, televisions: 361000, publicDebt: 23, internet: 820000 }), + new WorldStatsItem({ code: `ZWE`, name: `Zimbabwe`, continent: `Africa`, population: 13805084, gdpTotal: 28330, economy: `Emerging`, region: `Eastern Africa`, status: `Country`, longitude: 29.115, latitude: -19.02, gdpPerPerson: 2052, rank: 72, unemployment: 80, oilProduction: 0, birthRate: 32, medianAge: 18, electricity: 9950, televisions: 370000, publicDebt: 218, internet: 1351000 }), + new WorldStatsItem({ code: `SSD`, name: `South Sudan`, continent: `Africa`, population: 13026129, gdpTotal: 20880, economy: `Least Developed`, region: `Eastern Africa`, status: `Country`, longitude: 29.708, latitude: 7.857, gdpPerPerson: 1603, rank: 73, unemployment: 11, oilProduction: 5, birthRate: 8, medianAge: 43, electricity: 41476, televisions: 7716253, publicDebt: 41, internet: 4569804 }), + new WorldStatsItem({ code: `GIN`, name: `Guinea`, continent: `Africa`, population: 12413867, gdpTotal: 16080, economy: `Least Developed`, region: `Western Africa`, status: `Country`, longitude: -9.522, latitude: 10.478, gdpPerPerson: 1295, rank: 74, unemployment: 15, oilProduction: 4, birthRate: 5, medianAge: 49, electricity: 15826, televisions: 6262180, publicDebt: 32, internet: 6439493 }), + new WorldStatsItem({ code: `TCD`, name: `Chad`, continent: `Africa`, population: 12075985, gdpTotal: 30590, economy: `Least Developed`, region: `Northern Africa`, status: `Country`, longitude: 18.716, latitude: 15.46, gdpPerPerson: 2533, rank: 75, unemployment: 15, oilProduction: 2, birthRate: 25, medianAge: 46, electricity: 57747, televisions: 8629897, publicDebt: 33, internet: 6531943 }), + new WorldStatsItem({ code: `RWA`, name: `Rwanda`, continent: `Africa`, population: 11901484, gdpTotal: 21970, economy: `Least Developed`, region: `Eastern Africa`, status: `Country`, longitude: 29.867, latitude: -1.936, gdpPerPerson: 1846, rank: 76, unemployment: 14, oilProduction: 0, birthRate: 23, medianAge: 51, electricity: 51710, televisions: 1363647, publicDebt: 36, internet: 2425128 }), + new WorldStatsItem({ code: `BEL`, name: `Belgium`, continent: `Europe`, population: 11491346, gdpTotal: 508600, economy: `Developed`, region: `Western Europe`, status: `Country`, longitude: 4.605, latitude: 50.911, gdpPerPerson: 44259, rank: 77, unemployment: 8, oilProduction: 9000, birthRate: 10, medianAge: 41, electricity: 80840, televisions: 4720000, publicDebt: 85, internet: 5220000 }), + new WorldStatsItem({ code: `BDI`, name: `Burundi`, continent: `Africa`, population: 11466756, gdpTotal: 7892, economy: `Least Developed`, region: `Eastern Africa`, status: `Country`, longitude: 29.913, latitude: -3.384, gdpPerPerson: 688, rank: 78, unemployment: 12, oilProduction: 3, birthRate: 16, medianAge: 35, electricity: 43850, televisions: 2920735, publicDebt: 20, internet: 3908915 }), + new WorldStatsItem({ code: `TUN`, name: `Tunisia`, continent: `Africa`, population: 11403800, gdpTotal: 130800, economy: `Developing`, region: `Northern Africa`, status: `Country`, longitude: 9.516, latitude: 33.785, gdpPerPerson: 11470, rank: 79, unemployment: 14, oilProduction: 76900, birthRate: 16, medianAge: 29, electricity: 12850, televisions: 920000, publicDebt: 55, internet: 1722000 }), + new WorldStatsItem({ code: `CUB`, name: `Cuba`, continent: `North America`, population: 11147407, gdpTotal: 132900, economy: `Emerging`, region: `Central America`, status: `Country`, longitude: -80.54, latitude: 22.567, gdpPerPerson: 11922, rank: 80, unemployment: 2, oilProduction: 58300, birthRate: 11, medianAge: 37, electricity: 16450, televisions: 2640000, publicDebt: 37, internet: 1310000 }), + new WorldStatsItem({ code: `BOL`, name: `Bolivia`, continent: `South America`, population: 11138234, gdpTotal: 78350, economy: `Emerging`, region: `South America`, status: `Country`, longitude: -63.57, latitude: -16.3, gdpPerPerson: 7034, rank: 81, unemployment: 8, oilProduction: 46470, birthRate: 22, medianAge: 23, electricity: 5293, televisions: 900000, publicDebt: 46, internet: 1000000 }), + new WorldStatsItem({ code: `BEN`, name: `Benin`, continent: `Africa`, population: 11038805, gdpTotal: 24310, economy: `Least Developed`, region: `Western Africa`, status: `Country`, longitude: 2.704, latitude: 10.535, gdpPerPerson: 2202, rank: 82, unemployment: 2, oilProduction: 0, birthRate: 25, medianAge: 40, electricity: 13145, televisions: 7167916, publicDebt: 34, internet: 8520122 }), + new WorldStatsItem({ code: `PRT`, name: `Portugal`, continent: `Europe`, population: 10839514, gdpTotal: 297100, economy: `Developed`, region: `Southern Europe`, status: `Country`, longitude: -7.757, latitude: 40.815, gdpPerPerson: 27409, rank: 83, unemployment: 8, oilProduction: 9500, birthRate: 10, medianAge: 39, electricity: 49040, televisions: 3310000, publicDebt: 64, internet: 3549000 }), + new WorldStatsItem({ code: `GRC`, name: `Greece`, continent: `Europe`, population: 10768477, gdpTotal: 290500, economy: `Developed`, region: `Southern Europe`, status: `Country`, longitude: 21.871, latitude: 39.558, gdpPerPerson: 26977, rank: 84, unemployment: 8, oilProduction: 5687, birthRate: 10, medianAge: 42, electricity: 56130, televisions: 2540000, publicDebt: 90, internet: 2540000 }), + new WorldStatsItem({ code: `DOM`, name: `Dominican Republic`, continent: `North America`, population: 10734247, gdpTotal: 161900, economy: `Developing`, region: `Central America`, status: `Country`, longitude: -70.17, latitude: 18.775, gdpPerPerson: 15083, rank: 85, unemployment: 16, oilProduction: 12, birthRate: 23, medianAge: 25, electricity: 12220, televisions: 770000, publicDebt: 41, internet: 1677000 }), + new WorldStatsItem({ code: `CZE`, name: `Czechia`, continent: `Europe`, population: 10674723, gdpTotal: 350900, economy: `Developed`, region: `Eastern Europe`, status: `Country`, longitude: 15.461, latitude: 49.807, gdpPerPerson: 32872, rank: 86, unemployment: 7, oilProduction: 18030, birthRate: 9, medianAge: 40, electricity: 77380, televisions: 3405834, publicDebt: 26, internet: 4400000 }), + new WorldStatsItem({ code: `HTI`, name: `Haiti`, continent: `North America`, population: 10646714, gdpTotal: 19340, economy: `Least Developed`, region: `Central America`, status: `Country`, longitude: -72.23, latitude: 19.342, gdpPerPerson: 1817, rank: 87, unemployment: 15, oilProduction: 2, birthRate: 9, medianAge: 52, electricity: 12871, televisions: 4329511, publicDebt: 25, internet: 4777792 }), + new WorldStatsItem({ code: `JOR`, name: `Jordan`, continent: `Asia`, population: 10248069, gdpTotal: 86190, economy: `Developing`, region: `Middle East`, status: `Country`, longitude: 38.125, latitude: 32.309, gdpPerPerson: 8410, rank: 88, unemployment: 14, oilProduction: 0, birthRate: 20, medianAge: 24, electricity: 9074, televisions: 500000, publicDebt: 72, internet: 1127000 }), + new WorldStatsItem({ code: `AZE`, name: `Azerbaijan`, continent: `Asia`, population: 9961396, gdpTotal: 167900, economy: `Developing`, region: `Middle East`, status: `Country`, longitude: 48.401, latitude: 40.344, gdpPerPerson: 16855, rank: 89, unemployment: 1, oilProduction: 934700, birthRate: 18, medianAge: 28, electricity: 23800, televisions: 170000, publicDebt: 7, internet: 1036000 }), + new WorldStatsItem({ code: `SWE`, name: `Sweden`, continent: `Europe`, population: 9960487, gdpTotal: 498100, economy: `Developed`, region: `Northern Europe`, status: `Country`, longitude: 17.594, latitude: 64.621, gdpPerPerson: 50008, rank: 90, unemployment: 6, oilProduction: 2350, birthRate: 10, medianAge: 41, electricity: 153200, televisions: 4600000, publicDebt: 42, internet: 7000000 }), + new WorldStatsItem({ code: `HUN`, name: `Hungary`, continent: `Europe`, population: 9850845, gdpTotal: 267600, economy: `Developed`, region: `Eastern Europe`, status: `Country`, longitude: 19.485, latitude: 47.153, gdpPerPerson: 27165, rank: 91, unemployment: 7, oilProduction: 42180, birthRate: 10, medianAge: 39, electricity: 33690, televisions: 4420000, publicDebt: 67, internet: 4200000 }), + new WorldStatsItem({ code: `BLR`, name: `Belarus`, continent: `Europe`, population: 9549747, gdpTotal: 165400, economy: `Developing`, region: `Eastern Europe`, status: `Country`, longitude: 27.943, latitude: 53.705, gdpPerPerson: 17320, rank: 92, unemployment: 15, oilProduction: 5, birthRate: 7, medianAge: 33, electricity: 84070, televisions: 3348094, publicDebt: 6, internet: 3754027 }), + new WorldStatsItem({ code: `HND`, name: `Honduras`, continent: `North America`, population: 9038741, gdpTotal: 43190, economy: `Developing`, region: `Central America`, status: `Country`, longitude: -86.74, latitude: 14.889, gdpPerPerson: 4778, rank: 93, unemployment: 28, oilProduction: 0, birthRate: 27, medianAge: 20, electricity: 5339, televisions: 570000, publicDebt: 24, internet: 344100 }), + new WorldStatsItem({ code: `AUT`, name: `Austria`, continent: `Europe`, population: 8754413, gdpTotal: 416600, economy: `Developed`, region: `Western Europe`, status: `Country`, longitude: 14.987, latitude: 47.624, gdpPerPerson: 47587, rank: 94, unemployment: 4, oilProduction: 23320, birthRate: 9, medianAge: 42, electricity: 61020, televisions: 10150000, publicDebt: 59, internet: 4277000 }), + new WorldStatsItem({ code: `TJK`, name: `Tajikistan`, continent: `Asia`, population: 8468555, gdpTotal: 25810, economy: `Developing`, region: `Central Asia`, status: `Country`, longitude: 71.234, latitude: 38.86, gdpPerPerson: 3048, rank: 95, unemployment: 11, oilProduction: 5, birthRate: 8, medianAge: 44, electricity: 56534, televisions: 6542566, publicDebt: 44, internet: 4521889 }), + new WorldStatsItem({ code: `ISR`, name: `Israel`, continent: `Asia`, population: 8299706, gdpTotal: 297000, economy: `Developed`, region: `Middle East`, status: `Country`, longitude: 34.977, latitude: 30.748, gdpPerPerson: 35784, rank: 96, unemployment: 7, oilProduction: 100, birthRate: 20, medianAge: 29, electricity: 46850, televisions: 1690000, publicDebt: 81, internet: 2000000 }), + new WorldStatsItem({ code: `CHE`, name: `Switzerland`, continent: `Europe`, population: 8236303, gdpTotal: 496300, economy: `Developed`, region: `Western Europe`, status: `Country`, longitude: 7.865, latitude: 46.729, gdpPerPerson: 60258, rank: 97, unemployment: 3, oilProduction: 3202, birthRate: 10, medianAge: 41, electricity: 56100, televisions: 3310000, publicDebt: 44, internet: 4610000 }), + new WorldStatsItem({ code: `TGO`, name: `Togo`, continent: `Africa`, population: 7965055, gdpTotal: 11610, economy: `Least Developed`, region: `Western Africa`, status: `Country`, longitude: 1.146, latitude: 6.799, gdpPerPerson: 1458, rank: 98, unemployment: 3, oilProduction: 4, birthRate: 9, medianAge: 37, electricity: 28181, televisions: 2309082, publicDebt: 41, internet: 789456 }), + new WorldStatsItem({ code: `SOM`, name: `Somalia`, continent: `Africa`, population: 7531386, gdpTotal: 4719, economy: `Least Developed`, region: `Eastern Africa`, status: `Country`, longitude: 44.134, latitude: 3.077, gdpPerPerson: 627, rank: 99, unemployment: 2, oilProduction: 4, birthRate: 12, medianAge: 50, electricity: 29272, televisions: 1648650, publicDebt: 22, internet: 3227211 }), + new WorldStatsItem({ code: `HKG`, name: `Hong Kong`, continent: `Asia`, population: 7191503, gdpTotal: 427400, economy: `Developing`, region: `Eastern Asia`, status: `Dependency`, longitude: 114.08, latitude: 22.38, gdpPerPerson: 59431, rank: 100, unemployment: 3, oilProduction: 0, birthRate: 8, medianAge: 55, electricity: 86792, televisions: 4084025, publicDebt: 35, internet: 3907543 }), + new WorldStatsItem({ code: `LAO`, name: `Laos`, continent: `Asia`, population: 7126706, gdpTotal: 40960, economy: `Least Developed`, region: `Eastern Asia`, status: `Country`, longitude: 102.36, latitude: 20.171, gdpPerPerson: 5747, rank: 101, unemployment: 8, oilProduction: 0, birthRate: 6, medianAge: 34, electricity: 7093, televisions: 4503172, publicDebt: 19, internet: 5426041 }), + new WorldStatsItem({ code: `SRB`, name: `Serbia`, continent: `Europe`, population: 7111024, gdpTotal: 101800, economy: `Developing`, region: `Southern Europe`, status: `Country`, longitude: 20.908, latitude: 44.206, gdpPerPerson: 14316, rank: 102, unemployment: 5, oilProduction: 4, birthRate: 13, medianAge: 48, electricity: 30150, televisions: 1316607, publicDebt: 17, internet: 4104775 }), + new WorldStatsItem({ code: `BGR`, name: `Bulgaria`, continent: `Europe`, population: 7101510, gdpTotal: 143100, economy: `Developed`, region: `Eastern Europe`, status: `Country`, longitude: 25.465, latitude: 42.741, gdpPerPerson: 20151, rank: 103, unemployment: 8, oilProduction: 3661, birthRate: 10, medianAge: 41, electricity: 45700, televisions: 3310000, publicDebt: 11, internet: 1899000 }), + new WorldStatsItem({ code: `PRY`, name: `Paraguay`, continent: `South America`, population: 6943739, gdpTotal: 64670, economy: `Emerging`, region: `South America`, status: `Country`, longitude: -58.44, latitude: -23.42, gdpPerPerson: 9313, rank: 104, unemployment: 6, oilProduction: 0, birthRate: 28, medianAge: 22, electricity: 70000, televisions: 990000, publicDebt: 27, internet: 280000 }), + new WorldStatsItem({ code: `PNG`, name: `Papua New Guinea`, continent: `Oceania`, population: 6909701, gdpTotal: 28020, economy: `Developing`, region: `Melanesia`, status: `Country`, longitude: 143.62, latitude: -5.836, gdpPerPerson: 4055, rank: 105, unemployment: 2, oilProduction: 47800, birthRate: 28, medianAge: 22, electricity: 3698, televisions: 59841, publicDebt: 40, internet: 110000 }), + new WorldStatsItem({ code: `LBY`, name: `Libya`, continent: `Africa`, population: 6653210, gdpTotal: 90890, economy: `Developing`, region: `Northern Africa`, status: `Country`, longitude: 17.23, latitude: 26.339, gdpPerPerson: 13661, rank: 106, unemployment: 30, oilProduction: 1712000, birthRate: 26, medianAge: 24, electricity: 21150, televisions: 730000, publicDebt: 5, internet: 260000 }), + new WorldStatsItem({ code: `LBN`, name: `Lebanon`, continent: `Asia`, population: 6229794, gdpTotal: 85160, economy: `Developing`, region: `Middle East`, status: `Country`, longitude: 36.042, latitude: 34.168, gdpPerPerson: 13670, rank: 107, unemployment: 20, oilProduction: 0, birthRate: 18, medianAge: 29, electricity: 9183, televisions: 1180000, publicDebt: 187, internet: 950000 }), + new WorldStatsItem({ code: `SLV`, name: `El Salvador`, continent: `North America`, population: 6172011, gdpTotal: 54790, economy: `Developing`, region: `Central America`, status: `Country`, longitude: -88.91, latitude: 13.798, gdpPerPerson: 8877, rank: 108, unemployment: 6, oilProduction: 0, birthRate: 26, medianAge: 22, electricity: 5316, televisions: 600000, publicDebt: 37, internet: 700000 }), + new WorldStatsItem({ code: `SLE`, name: `Sierra Leone`, continent: `Africa`, population: 6163195, gdpTotal: 10640, economy: `Least Developed`, region: `Western Africa`, status: `Country`, longitude: -11.78, latitude: 8.452, gdpPerPerson: 1726, rank: 109, unemployment: 14, oilProduction: 4, birthRate: 6, medianAge: 37, electricity: 37412, televisions: 2727270, publicDebt: 6, internet: 223239 }), + new WorldStatsItem({ code: `ARE`, name: `United Arab Emirates`, continent: `Asia`, population: 6072475, gdpTotal: 667200, economy: `Developing`, region: `Middle East`, status: `Country`, longitude: 54.192, latitude: 23.795, gdpPerPerson: 109873, rank: 110, unemployment: 2, oilProduction: 2510000, birthRate: 16, medianAge: 30, electricity: 57060, televisions: 310000, publicDebt: 21, internet: 2300000 }), + new WorldStatsItem({ code: `NIC`, name: `Nicaragua`, continent: `North America`, population: 6025951, gdpTotal: 33550, economy: `Developing`, region: `Central America`, status: `Country`, longitude: -85.09, latitude: 12.523, gdpPerPerson: 5568, rank: 111, unemployment: 5, oilProduction: 0, birthRate: 24, medianAge: 22, electricity: 2778, televisions: 320000, publicDebt: 63, internet: 155000 }), + new WorldStatsItem({ code: `ERI`, name: `Eritrea`, continent: `Africa`, population: 5918919, gdpTotal: 9169, economy: `Least Developed`, region: `Eastern Africa`, status: `Country`, longitude: 39.772, latitude: 15.191, gdpPerPerson: 1549, rank: 112, unemployment: 9, oilProduction: 5, birthRate: 17, medianAge: 54, electricity: 67474, televisions: 2078077, publicDebt: 41, internet: 1067843 }), + new WorldStatsItem({ code: `SGP`, name: `Singapore`, continent: `Asia`, population: 5888926, gdpTotal: 487900, economy: `Developing`, region: `Eastern Asia`, status: `Country`, longitude: 103.82, latitude: 1.356, gdpPerPerson: 82850, rank: 113, unemployment: 2, oilProduction: 9836, birthRate: 9, medianAge: 38, electricity: 39440, televisions: 1330000, publicDebt: 96, internet: 3105000 }), + new WorldStatsItem({ code: `KGZ`, name: `Kyrgyzstan`, continent: `Asia`, population: 5789122, gdpTotal: 21010, economy: `Developing`, region: `Central Asia`, status: `Country`, longitude: 74.738, latitude: 41.224, gdpPerPerson: 3629, rank: 114, unemployment: 12, oilProduction: 1, birthRate: 21, medianAge: 42, electricity: 16640, televisions: 2101152, publicDebt: 15, internet: 738896 }), + new WorldStatsItem({ code: `CAF`, name: `Central African Republic`, continent: `Africa`, population: 5625118, gdpTotal: 3206, economy: `Least Developed`, region: `Middle Africa`, status: `Country`, longitude: 20.917, latitude: 6.633, gdpPerPerson: 570, rank: 115, unemployment: 8, oilProduction: 5, birthRate: 13, medianAge: 32, electricity: 71424, televisions: 635931, publicDebt: 29, internet: 1933873 }), + new WorldStatsItem({ code: `DNK`, name: `Denmark`, continent: `Europe`, population: 5605948, gdpTotal: 264800, economy: `Developed`, region: `Northern Europe`, status: `Country`, longitude: 9.348, latitude: 56.13, gdpPerPerson: 47236, rank: 116, unemployment: 3, oilProduction: 342000, birthRate: 11, medianAge: 40, electricity: 43350, televisions: 3121000, publicDebt: 26, internet: 3500000 }), + new WorldStatsItem({ code: `FIN`, name: `Finland`, continent: `Europe`, population: 5491218, gdpTotal: 224137, economy: `Developed`, region: `Northern Europe`, status: `Country`, longitude: 25.988, latitude: 61.841, gdpPerPerson: 40817, rank: 117, unemployment: 7, oilProduction: 8951, birthRate: 10, medianAge: 42, electricity: 73470, televisions: 3200000, publicDebt: 36, internet: 3600000 }), + new WorldStatsItem({ code: `SVK`, name: `Slovakia`, continent: `Europe`, population: 5445829, gdpTotal: 168800, economy: `Developed`, region: `Eastern Europe`, status: `Country`, longitude: 18.877, latitude: 48.702, gdpPerPerson: 30996, rank: 118, unemployment: 8, oilProduction: 12840, birthRate: 11, medianAge: 37, electricity: 29890, televisions: 2620000, publicDebt: 36, internet: 2350000 }), + new WorldStatsItem({ code: `TKM`, name: `Turkmenistan`, continent: `Asia`, population: 5351277, gdpTotal: 94720, economy: `Developing`, region: `Central Asia`, status: `Country`, longitude: 59.562, latitude: 38.975, gdpPerPerson: 17700, rank: 119, unemployment: 11, oilProduction: 4, birthRate: 11, medianAge: 43, electricity: 91281, televisions: 2935468, publicDebt: 17, internet: 3203210 }), + new WorldStatsItem({ code: `NOR`, name: `Norway`, continent: `Europe`, population: 5320045, gdpTotal: 364700, economy: `Developed`, region: `Northern Europe`, status: `Country`, longitude: 9.66, latitude: 60.712, gdpPerPerson: 68552, rank: 120, unemployment: 3, oilProduction: 2560000, birthRate: 11, medianAge: 39, electricity: 135800, televisions: 2030000, publicDebt: 83, internet: 3800000 }), + new WorldStatsItem({ code: `IRL`, name: `Ireland`, continent: `Europe`, population: 5011102, gdpTotal: 322000, economy: `Developed`, region: `Northern Europe`, status: `Country`, longitude: -8.209, latitude: 53.42, gdpPerPerson: 64257, rank: 121, unemployment: 5, oilProduction: 0, birthRate: 14, medianAge: 35, electricity: 24130, televisions: 1820000, publicDebt: 25, internet: 1708000 }), + new WorldStatsItem({ code: `COG`, name: `Congo`, continent: `Africa`, population: 4954674, gdpTotal: 30270, economy: `Developing`, region: `Middle Africa`, status: `Country`, longitude: 16.264, latitude: -0.07, gdpPerPerson: 6109, rank: 122, unemployment: 13, oilProduction: 4, birthRate: 11, medianAge: 52, electricity: 83556, televisions: 1560800, publicDebt: 6, internet: 2650237 }), + new WorldStatsItem({ code: `CRI`, name: `Costa Rica`, continent: `North America`, population: 4930258, gdpTotal: 79260, economy: `Emerging`, region: `Central America`, status: `Country`, longitude: -83.91, latitude: 9.92, gdpPerPerson: 16076, rank: 123, unemployment: 5, oilProduction: 0, birthRate: 18, medianAge: 27, electricity: 8349, televisions: 525000, publicDebt: 47, internet: 1500000 }), + new WorldStatsItem({ code: `GEO`, name: `Georgia`, continent: `Asia`, population: 4926330, gdpTotal: 37270, economy: `Developing`, region: `Middle East`, status: `Country`, longitude: 43.257, latitude: 42.162, gdpPerPerson: 7565, rank: 124, unemployment: 15, oilProduction: 5, birthRate: 10, medianAge: 43, electricity: 44936, televisions: 2728128, publicDebt: 29, internet: 3844448 }), + new WorldStatsItem({ code: `LBR`, name: `Liberia`, continent: `Africa`, population: 4689021, gdpTotal: 3881, economy: `Least Developed`, region: `Western Africa`, status: `Country`, longitude: -9.454, latitude: 6.445, gdpPerPerson: 828, rank: 125, unemployment: 4, oilProduction: 0, birthRate: 8, medianAge: 35, electricity: 89626, televisions: 3065112, publicDebt: 38, internet: 1475304 }), + new WorldStatsItem({ code: `PSE`, name: `Palestine`, continent: `Asia`, population: 4543126, gdpTotal: 21221, economy: `Developing`, region: `Middle East`, status: `Disputed`, longitude: 35.347, latitude: 32.031, gdpPerPerson: 4671, rank: 126, unemployment: 9, oilProduction: 1, birthRate: 10, medianAge: 48, electricity: 45973, televisions: 2774033, publicDebt: 16, internet: 1718915 }), + new WorldStatsItem({ code: `NZL`, name: `New Zealand`, continent: `Oceania`, population: 4510327, gdpTotal: 174800, economy: `Developed`, region: `Australia`, status: `Country`, longitude: 169.42, latitude: -44.86, gdpPerPerson: 38756, rank: 127, unemployment: 4, oilProduction: 25880, birthRate: 14, medianAge: 36, electricity: 42060, televisions: 1926000, publicDebt: 21, internet: 3360000 }), + new WorldStatsItem({ code: `HRV`, name: `Croatia`, continent: `Europe`, population: 4292095, gdpTotal: 94240, economy: `Developed`, region: `Southern Europe`, status: `Country`, longitude: 16.847, latitude: 45.674, gdpPerPerson: 21957, rank: 128, unemployment: 12, oilProduction: 17100, birthRate: 10, medianAge: 41, electricity: 11990, televisions: 1220000, publicDebt: 48, internet: 1995000 }), + new WorldStatsItem({ code: `BIH`, name: `Bosnia`, continent: `Europe`, population: 3856181, gdpTotal: 42530, economy: `Developing`, region: `Southern Europe`, status: `Country`, longitude: 17.66, latitude: 43.918, gdpPerPerson: 11029, rank: 129, unemployment: 46, oilProduction: 0, birthRate: 9, medianAge: 39, electricity: 12220, televisions: 0, publicDebt: 34, internet: 1055000 }), + new WorldStatsItem({ code: `MRT`, name: `Mauritania`, continent: `Africa`, population: 3758571, gdpTotal: 16710, economy: `Least Developed`, region: `Western Africa`, status: `Country`, longitude: -8.89, latitude: 20.387, gdpPerPerson: 4446, rank: 130, unemployment: 9, oilProduction: 5, birthRate: 25, medianAge: 50, electricity: 15176, televisions: 2558125, publicDebt: 29, internet: 2098221 }), + new WorldStatsItem({ code: `PAN`, name: `Panama`, continent: `North America`, population: 3753142, gdpTotal: 93120, economy: `Developing`, region: `Central America`, status: `Country`, longitude: -81.17, latitude: 8.457, gdpPerPerson: 24811, rank: 131, unemployment: 6, oilProduction: 0, birthRate: 21, medianAge: 27, electricity: 5661, televisions: 510000, publicDebt: 53, internet: 525200 }), + new WorldStatsItem({ code: `SOL`, name: `Somaliland`, continent: `Africa`, population: 3500000, gdpTotal: 12250, economy: `Developing`, region: `Eastern Africa`, status: `Indeterminate`, longitude: 45.798, latitude: 9.748, gdpPerPerson: 3500, rank: 132, unemployment: 1, oilProduction: 4, birthRate: 13, medianAge: 43, electricity: 73247, televisions: 2235408, publicDebt: 21, internet: 1300238 }), + new WorldStatsItem({ code: `MDA`, name: `Moldova`, continent: `Europe`, population: 3474121, gdpTotal: 18540, economy: `Developing`, region: `Eastern Europe`, status: `Country`, longitude: 28.552, latitude: 47.515, gdpPerPerson: 5337, rank: 133, unemployment: 2, oilProduction: 0, birthRate: 11, medianAge: 34, electricity: 3881, televisions: 1260000, publicDebt: 23, internet: 700000 }), + new WorldStatsItem({ code: `OMN`, name: `Oman`, continent: `Asia`, population: 3424386, gdpTotal: 173100, economy: `Developing`, region: `Middle East`, status: `Country`, longitude: 57.563, latitude: 22.014, gdpPerPerson: 50549, rank: 134, unemployment: 15, oilProduction: 710800, birthRate: 35, medianAge: 19, electricity: 11890, televisions: 1600000, publicDebt: 4, internet: 340000 }), + new WorldStatsItem({ code: `URY`, name: `Uruguay`, continent: `South America`, population: 3360148, gdpTotal: 73250, economy: `Emerging`, region: `South America`, status: `Country`, longitude: -55.78, latitude: -32.51, gdpPerPerson: 21800, rank: 135, unemployment: 9, oilProduction: 27830, birthRate: 14, medianAge: 33, electricity: 9200, televisions: 782000, publicDebt: 65, internet: 968000 }), + new WorldStatsItem({ code: `PRI`, name: `Puerto Rico`, continent: `North America`, population: 3351827, gdpTotal: 131000, economy: `Developing`, region: `Central America`, status: `Dependency`, longitude: -66.61, latitude: 18.235, gdpPerPerson: 39083, rank: 136, unemployment: 5, oilProduction: 3, birthRate: 11, medianAge: 32, electricity: 19677, televisions: 1917997, publicDebt: 25, internet: 608062 }), + new WorldStatsItem({ code: `MNG`, name: `Mongolia`, continent: `Asia`, population: 3068243, gdpTotal: 37000, economy: `Developing`, region: `Eastern Asia`, status: `Country`, longitude: 103.82, latitude: 46.856, gdpPerPerson: 12059, rank: 137, unemployment: 4, oilProduction: 1, birthRate: 7, medianAge: 35, electricity: 3875, televisions: 1726758, publicDebt: 17, internet: 562546 }), + new WorldStatsItem({ code: `ALB`, name: `Albania`, continent: `Europe`, population: 3047987, gdpTotal: 33900, economy: `Developing`, region: `Southern Europe`, status: `Country`, longitude: 19.964, latitude: 40.759, gdpPerPerson: 11122, rank: 138, unemployment: 13, oilProduction: 7006, birthRate: 15, medianAge: 30, electricity: 5385, televisions: 700000, publicDebt: 51, internet: 471200 }), + new WorldStatsItem({ code: `ARM`, name: `Armenia`, continent: `Asia`, population: 3045191, gdpTotal: 26300, economy: `Developing`, region: `Middle East`, status: `Country`, longitude: 44.646, latitude: 40.618, gdpPerPerson: 8637, rank: 139, unemployment: 4, oilProduction: 4, birthRate: 14, medianAge: 39, electricity: 71042, televisions: 2390201, publicDebt: 9, internet: 488333 }), + new WorldStatsItem({ code: `JAM`, name: `Jamaica`, continent: `North America`, population: 2990561, gdpTotal: 25390, economy: `Developing`, region: `Central America`, status: `Country`, longitude: -77.27, latitude: 18.119, gdpPerPerson: 8490, rank: 140, unemployment: 10, oilProduction: 0, birthRate: 20, medianAge: 23, electricity: 6985, televisions: 460000, publicDebt: 127, internet: 1500000 }), + new WorldStatsItem({ code: `KWT`, name: `Kuwait`, continent: `Asia`, population: 2875422, gdpTotal: 301100, economy: `Developing`, region: `Middle East`, status: `Country`, longitude: 47.487, latitude: 29.315, gdpPerPerson: 104715, rank: 141, unemployment: 2, oilProduction: 2440000, birthRate: 22, medianAge: 26, electricity: 41110, televisions: 875000, publicDebt: 10, internet: 900000 }), + new WorldStatsItem({ code: `LTU`, name: `Lithuania`, continent: `Europe`, population: 2823859, gdpTotal: 85620, economy: `Developed`, region: `Northern Europe`, status: `Country`, longitude: 23.838, latitude: 55.152, gdpPerPerson: 30320, rank: 142, unemployment: 4, oilProduction: 13160, birthRate: 9, medianAge: 39, electricity: 13480, televisions: 1700000, publicDebt: 17, internet: 1330000 }), + new WorldStatsItem({ code: `NAM`, name: `Namibia`, continent: `Africa`, population: 2484780, gdpTotal: 25990, economy: `Developing`, region: `Southern Africa`, status: `Country`, longitude: 16.944, latitude: -20.52, gdpPerPerson: 10460, rank: 143, unemployment: 5, oilProduction: 0, birthRate: 23, medianAge: 21, electricity: 1688, televisions: 60000, publicDebt: 22, internet: 101000 }), + new WorldStatsItem({ code: `QAT`, name: `Qatar`, continent: `Asia`, population: 2314307, gdpTotal: 334500, economy: `Developing`, region: `Middle East`, status: `Country`, longitude: 51.182, latitude: 25.359, gdpPerPerson: 144536, rank: 144, unemployment: 1, oilProduction: 797500, birthRate: 16, medianAge: 31, electricity: 13540, televisions: 230000, publicDebt: 11, internet: 351000 }), + new WorldStatsItem({ code: `BWA`, name: `Botswana`, continent: `Africa`, population: 2214858, gdpTotal: 35900, economy: `Developing`, region: `Southern Africa`, status: `Country`, longitude: 24.671, latitude: -22.32, gdpPerPerson: 16209, rank: 145, unemployment: 8, oilProduction: 0, birthRate: 23, medianAge: 21, electricity: 912, televisions: 31000, publicDebt: 5, internet: 80000 }), + new WorldStatsItem({ code: `MKD`, name: `North Macedonia`, continent: `Europe`, population: 2103721, gdpTotal: 29520, economy: `Developing`, region: `Southern Europe`, status: `Country`, longitude: 21.727, latitude: 41.604, gdpPerPerson: 14032, rank: 146, unemployment: 35, oilProduction: 0, birthRate: 12, medianAge: 35, electricity: 6051, televisions: 510000, publicDebt: 31, internet: 685000 }), + new WorldStatsItem({ code: `GMB`, name: `Gambia`, continent: `Africa`, population: 2051363, gdpTotal: 3387, economy: `Least Developed`, region: `Western Africa`, status: `Country`, longitude: -15.32, latitude: 13.438, gdpPerPerson: 1651, rank: 147, unemployment: 7, oilProduction: 1, birthRate: 11, medianAge: 37, electricity: 9769, televisions: 1486289, publicDebt: 30, internet: 187890 }), + new WorldStatsItem({ code: `SVN`, name: `Slovenia`, continent: `Europe`, population: 1972126, gdpTotal: 68350, economy: `Developed`, region: `Southern Europe`, status: `Country`, longitude: 14.947, latitude: 46.146, gdpPerPerson: 34658, rank: 148, unemployment: 8, oilProduction: 5, birthRate: 9, medianAge: 41, electricity: 14900, televisions: 710000, publicDebt: 24, internet: 1300000 }), + new WorldStatsItem({ code: `LSO`, name: `Lesotho`, continent: `Africa`, population: 1958042, gdpTotal: 6019, economy: `Least Developed`, region: `Southern Africa`, status: `Country`, longitude: 28.221, latitude: -29.61, gdpPerPerson: 3074, rank: 149, unemployment: 12, oilProduction: 2, birthRate: 8, medianAge: 32, electricity: 20229, televisions: 1457517, publicDebt: 14, internet: 1375222 }), + new WorldStatsItem({ code: `LVA`, name: `Latvia`, continent: `Europe`, population: 1944643, gdpTotal: 50650, economy: `Developed`, region: `Northern Europe`, status: `Country`, longitude: 26.505, latitude: 56.755, gdpPerPerson: 26046, rank: 150, unemployment: 6, oilProduction: 0, birthRate: 10, medianAge: 40, electricity: 4778, televisions: 1220000, publicDebt: 7, internet: 1770000 }), + new WorldStatsItem({ code: `RKS`, name: `Kosovo`, continent: `Europe`, population: 1895250, gdpTotal: 18490, economy: `Developing`, region: `Southern Europe`, status: `Country`, longitude: 20.891, latitude: 42.557, gdpPerPerson: 9756, rank: 151, unemployment: 12, oilProduction: 0, birthRate: 8, medianAge: 55, electricity: 14878, televisions: 1287863, publicDebt: 20, internet: 1422193 }), + new WorldStatsItem({ code: `GNB`, name: `Guinea-Bissau`, continent: `Africa`, population: 1792338, gdpTotal: 2851, economy: `Least Developed`, region: `Western Africa`, status: `Country`, longitude: -14.59, latitude: 11.942, gdpPerPerson: 1591, rank: 152, unemployment: 5, oilProduction: 5, birthRate: 5, medianAge: 55, electricity: 74684, televisions: 1427462, publicDebt: 8, internet: 365000 }), + new WorldStatsItem({ code: `GAB`, name: `Gabon`, continent: `Africa`, population: 1772255, gdpTotal: 35980, economy: `Developing`, region: `Middle Africa`, status: `Country`, longitude: 11.592, latitude: -0.807, gdpPerPerson: 20302, rank: 153, unemployment: 21, oilProduction: 240000, birthRate: 36, medianAge: 19, electricity: 1520, televisions: 63000, publicDebt: 53, internet: 145000 }), + new WorldStatsItem({ code: `SWZ`, name: `Eswatini`, continent: `Africa`, population: 1467152, gdpTotal: 11060, economy: `Developing`, region: `Southern Africa`, status: `Country`, longitude: 31.45, latitude: -26.52, gdpPerPerson: 7538, rank: 154, unemployment: 6, oilProduction: 3, birthRate: 17, medianAge: 39, electricity: 72804, televisions: 229393, publicDebt: 5, internet: 427760 }), + new WorldStatsItem({ code: `BHR`, name: `Bahrain`, continent: `Asia`, population: 1410942, gdpTotal: 66370, economy: `Developing`, region: `Middle East`, status: `Country`, longitude: 50.535, latitude: 26.027, gdpPerPerson: 47039, rank: 155, unemployment: 15, oilProduction: 184300, birthRate: 17, medianAge: 30, electricity: 8187, televisions: 275000, publicDebt: 31, internet: 250000 }), + new WorldStatsItem({ code: `MUS`, name: `Mauritius`, continent: `Africa`, population: 1356388, gdpTotal: 25850, economy: `Developing`, region: `Eastern Africa`, status: `Country`, longitude: 57.555, latitude: -20.25, gdpPerPerson: 19058, rank: 156, unemployment: 9, oilProduction: 0, birthRate: 15, medianAge: 32, electricity: 2350, televisions: 258000, publicDebt: 63, internet: 340000 }), + new WorldStatsItem({ code: `TLS`, name: `Timor-Leste`, continent: `Asia`, population: 1291358, gdpTotal: 4975, economy: `Least Developed`, region: `Eastern Asia`, status: `Country`, longitude: 125.66, latitude: -8.826, gdpPerPerson: 3853, rank: 157, unemployment: 8, oilProduction: 5, birthRate: 18, medianAge: 48, electricity: 84061, televisions: 416260, publicDebt: 25, internet: 267437 }), + new WorldStatsItem({ code: `EST`, name: `Estonia`, continent: `Europe`, population: 1251581, gdpTotal: 38700, economy: `Developed`, region: `Northern Europe`, status: `Country`, longitude: 25.441, latitude: 58.845, gdpPerPerson: 30921, rank: 158, unemployment: 5, oilProduction: 6930, birthRate: 10, medianAge: 40, electricity: 9599, televisions: 605000, publicDebt: 3, internet: 780000 }), + new WorldStatsItem({ code: `CYP`, name: `Cyprus`, continent: `Asia`, population: 1221549, gdpTotal: 29260, economy: `Developing`, region: `Middle East`, status: `Country`, longitude: 33.176, latitude: 34.876, gdpPerPerson: 23953, rank: 159, unemployment: 4, oilProduction: 0, birthRate: 13, medianAge: 35, electricity: 4618, televisions: 0, publicDebt: 60, internet: 380000 }), + new WorldStatsItem({ code: `TTO`, name: `Trinidad and Tobago`, continent: `North America`, population: 1218208, gdpTotal: 43570, economy: `Developing`, region: `Central America`, status: `Country`, longitude: -61.21, latitude: 10.352, gdpPerPerson: 35766, rank: 160, unemployment: 4, oilProduction: 5, birthRate: 15, medianAge: 47, electricity: 58959, televisions: 359389, publicDebt: 29, internet: 152416 }), + new WorldStatsItem({ code: `FJI`, name: `Fiji`, continent: `Oceania`, population: 920938, gdpTotal: 8374, economy: `Developing`, region: `Melanesia`, status: `Country`, longitude: 177.85, latitude: -17.75, gdpPerPerson: 9093, rank: 161, unemployment: 11, oilProduction: 5, birthRate: 5, medianAge: 41, electricity: 88931, televisions: 517580, publicDebt: 17, internet: 539400 }), + new WorldStatsItem({ code: `DJI`, name: `Djibouti`, continent: `Africa`, population: 865267, gdpTotal: 3345, economy: `Least Developed`, region: `Eastern Africa`, status: `Country`, longitude: 42.587, latitude: 11.825, gdpPerPerson: 3866, rank: 162, unemployment: 5, oilProduction: 3, birthRate: 17, medianAge: 44, electricity: 91593, televisions: 209004, publicDebt: 43, internet: 476114 }), + new WorldStatsItem({ code: `COM`, name: `Comoros`, continent: `Africa`, population: 808080, gdpTotal: 1259, economy: `Least Developed`, region: `Eastern Africa`, status: `Country`, longitude: 43.877, latitude: -11.86, gdpPerPerson: 1558, rank: 163, unemployment: 11, oilProduction: 3, birthRate: 14, medianAge: 46, electricity: 6146, televisions: 495921, publicDebt: 10, internet: 459977 }), + new WorldStatsItem({ code: `GNQ`, name: `Equatorial Guinea`, continent: `Africa`, population: 778358, gdpTotal: 31770, economy: `Least Developed`, region: `Middle Africa`, status: `Country`, longitude: 10.521, latitude: 1.763, gdpPerPerson: 40817, rank: 164, unemployment: 30, oilProduction: 385500, birthRate: 37, medianAge: 19, electricity: 28, televisions: 4000, publicDebt: 2, internet: 8000 }), + new WorldStatsItem({ code: `BTN`, name: `Bhutan`, continent: `Asia`, population: 758288, gdpTotal: 6432, economy: `Least Developed`, region: `Southern Asia`, status: `Country`, longitude: 90.411, latitude: 27.506, gdpPerPerson: 8482, rank: 165, unemployment: 3, oilProduction: 0, birthRate: 21, medianAge: 24, electricity: 2000, televisions: 11000, publicDebt: 81, internet: 40000 }), + new WorldStatsItem({ code: `GUY`, name: `Guyana`, continent: `South America`, population: 737718, gdpTotal: 6093, economy: `Developing`, region: `South America`, status: `Country`, longitude: -58.96, latitude: 5.607, gdpPerPerson: 8259, rank: 166, unemployment: 2, oilProduction: 3, birthRate: 9, medianAge: 37, electricity: 84988, televisions: 149848, publicDebt: 12, internet: 134377 }), + new WorldStatsItem({ code: `SLB`, name: `Solomon Islands`, continent: `Oceania`, population: 647581, gdpTotal: 1198, economy: `Least Developed`, region: `Melanesia`, status: `Country`, longitude: 161.3, latitude: -9.221, gdpPerPerson: 1850, rank: 167, unemployment: 4, oilProduction: 3, birthRate: 18, medianAge: 30, electricity: 3432, televisions: 177555, publicDebt: 43, internet: 478635 }), + new WorldStatsItem({ code: `MNE`, name: `Montenegro`, continent: `Europe`, population: 642550, gdpTotal: 10610, economy: `Developing`, region: `Southern Europe`, status: `Country`, longitude: 19.191, latitude: 42.814, gdpPerPerson: 16512, rank: 168, unemployment: 10, oilProduction: 2, birthRate: 24, medianAge: 46, electricity: 24709, televisions: 126756, publicDebt: 29, internet: 336628 }), + new WorldStatsItem({ code: `ESH`, name: `Western Sahara`, continent: `Africa`, population: 603253, gdpTotal: 907, economy: `Least Developed`, region: `Northern Africa`, status: `Dependency`, longitude: -12.89, latitude: 24.231, gdpPerPerson: 1504, rank: 169, unemployment: 6, oilProduction: 1, birthRate: 23, medianAge: 30, electricity: 11081, televisions: 237857, publicDebt: 30, internet: 306624 }), + new WorldStatsItem({ code: `MAC`, name: `Macao`, continent: `Asia`, population: 601969, gdpTotal: 63220, economy: `Developing`, region: `Eastern Asia`, status: `Dependency`, longitude: 113.51, latitude: 22.221, gdpPerPerson: 105022, rank: 170, unemployment: 10, oilProduction: 2, birthRate: 10, medianAge: 47, electricity: 77896, televisions: 163859, publicDebt: 18, internet: 62728 }), + new WorldStatsItem({ code: `LUX`, name: `Luxembourg`, continent: `Europe`, population: 594130, gdpTotal: 58740, economy: `Developed`, region: `Western Europe`, status: `Country`, longitude: 6.109, latitude: 49.806, gdpPerPerson: 98867, rank: 171, unemployment: 4, oilProduction: 0, birthRate: 12, medianAge: 39, electricity: 3156, televisions: 285000, publicDebt: 6, internet: 345000 }), + new WorldStatsItem({ code: `SUR`, name: `Suriname`, continent: `South America`, population: 591919, gdpTotal: 8547, economy: `Developing`, region: `South America`, status: `Country`, longitude: -56.02, latitude: 4.506, gdpPerPerson: 14439, rank: 172, unemployment: 5, oilProduction: 1, birthRate: 16, medianAge: 44, electricity: 82658, televisions: 69068, publicDebt: 31, internet: 367104 }), + new WorldStatsItem({ code: `CPV`, name: `Cabo Verde`, continent: `Africa`, population: 560899, gdpTotal: 3583, economy: `Developing`, region: `Western Africa`, status: `Country`, longitude: -25.16, latitude: 17.102, gdpPerPerson: 6388, rank: 173, unemployment: 12, oilProduction: 1, birthRate: 12, medianAge: 54, electricity: 60647, televisions: 101289, publicDebt: 34, internet: 40105 }), + new WorldStatsItem({ code: `BRN`, name: `Brunei`, continent: `Asia`, population: 443593, gdpTotal: 33730, economy: `Developing`, region: `Eastern Asia`, status: `Country`, longitude: 114.69, latitude: 4.523, gdpPerPerson: 76038, rank: 174, unemployment: 4, oilProduction: 0, birthRate: 17, medianAge: 32, electricity: 50701, televisions: 235042, publicDebt: 16, internet: 188751 }), + new WorldStatsItem({ code: `MLT`, name: `Malta`, continent: `Europe`, population: 416338, gdpTotal: 16320, economy: `Developed`, region: `Southern Europe`, status: `Country`, longitude: 14.373, latitude: 35.948, gdpPerPerson: 39199, rank: 175, unemployment: 7, oilProduction: 4, birthRate: 6, medianAge: 52, electricity: 77444, televisions: 282390, publicDebt: 41, internet: 317612 }), + new WorldStatsItem({ code: `MDV`, name: `Maldives`, continent: `Asia`, population: 392709, gdpTotal: 5407, economy: `Developing`, region: `Southern Asia`, status: `Country`, longitude: 73.455, latitude: 3.739, gdpPerPerson: 13768, rank: 176, unemployment: 13, oilProduction: 4, birthRate: 10, medianAge: 43, electricity: 26004, televisions: 156412, publicDebt: 28, internet: 45331 }), + new WorldStatsItem({ code: `BLZ`, name: `Belize`, continent: `North America`, population: 360346, gdpTotal: 3088, economy: `Developing`, region: `Central America`, status: `Country`, longitude: -88.51, latitude: 17.185, gdpPerPerson: 8570, rank: 177, unemployment: 4, oilProduction: 2, birthRate: 7, medianAge: 36, electricity: 57433, televisions: 127478, publicDebt: 36, internet: 223855 }), + new WorldStatsItem({ code: `ISL`, name: `Iceland`, continent: `Europe`, population: 339747, gdpTotal: 16150, economy: `Developed`, region: `Northern Europe`, status: `Country`, longitude: -19.01, latitude: 64.966, gdpPerPerson: 47535, rank: 178, unemployment: 1, oilProduction: 0, birthRate: 14, medianAge: 35, electricity: 8533, televisions: 98000, publicDebt: 28, internet: 202300 }), + new WorldStatsItem({ code: `BHS`, name: `Bahamas`, continent: `North America`, population: 329988, gdpTotal: 9066, economy: `Developing`, region: `Central America`, status: `Country`, longitude: -78.01, latitude: 24.761, gdpPerPerson: 27474, rank: 179, unemployment: 5, oilProduction: 2, birthRate: 17, medianAge: 47, electricity: 38395, televisions: 203588, publicDebt: 6, internet: 91807 }), + new WorldStatsItem({ code: `FRG`, name: `French Guiana`, continent: `South America`, population: 296161, gdpTotal: 1299000, economy: `Developed`, region: `South America`, status: `Dependency`, longitude: -53.13, latitude: 3.893, gdpPerPerson: 4386, rank: 180, unemployment: 3, oilProduction: 0, birthRate: 15, medianAge: 55, electricity: 73845, televisions: 147489, publicDebt: 35, internet: 209593 }), + new WorldStatsItem({ code: `BRB`, name: `Barbados`, continent: `North America`, population: 292336, gdpTotal: 4804, economy: `Developing`, region: `Central America`, status: `Country`, longitude: -59.53, latitude: 13.19, gdpPerPerson: 16433, rank: 181, unemployment: 8, oilProduction: 3, birthRate: 21, medianAge: 51, electricity: 28728, televisions: 173392, publicDebt: 12, internet: 73593 }), + new WorldStatsItem({ code: `PYF`, name: `Fr. Polynesia`, continent: `Oceania`, population: 287881, gdpTotal: 5490, economy: `Developing`, region: `Polynesia`, status: `Dependency`, longitude: -143.9, latitude: -14.82, gdpPerPerson: 19070, rank: 182, unemployment: 1, oilProduction: 4, birthRate: 6, medianAge: 45, electricity: 46206, televisions: 43757, publicDebt: 12, internet: 172560 }), + new WorldStatsItem({ code: `VUT`, name: `Vanuatu`, continent: `Oceania`, population: 282814, gdpTotal: 723, economy: `Least Developed`, region: `Melanesia`, status: `Country`, longitude: 168.21, latitude: -16.97, gdpPerPerson: 2556, rank: 183, unemployment: 11, oilProduction: 4, birthRate: 17, medianAge: 39, electricity: 50581, televisions: 187584, publicDebt: 42, internet: 223352 }), + new WorldStatsItem({ code: `NCL`, name: `New Caledonia`, continent: `Oceania`, population: 279070, gdpTotal: 10770, economy: `Developing`, region: `Melanesia`, status: `Dependency`, longitude: 165.26, latitude: -21.09, gdpPerPerson: 38592, rank: 184, unemployment: 10, oilProduction: 3, birthRate: 6, medianAge: 49, electricity: 18361, televisions: 79923, publicDebt: 45, internet: 149003 }), + new WorldStatsItem({ code: `NCP`, name: `Northern Cyprus`, continent: `Asia`, population: 265100, gdpTotal: 3600, economy: `Developing`, region: `Middle East`, status: `Country`, longitude: 33.714, latitude: 35.257, gdpPerPerson: 13580, rank: 185, unemployment: 4, oilProduction: 5, birthRate: 25, medianAge: 51, electricity: 84000, televisions: 135551, publicDebt: 30, internet: 167480 }), + new WorldStatsItem({ code: `STP`, name: `Sao Tome and Principe`, continent: `Africa`, population: 201025, gdpTotal: 694, economy: `Least Developed`, region: `Middle Africa`, status: `Country`, longitude: 6.598, latitude: 0.248, gdpPerPerson: 3452, rank: 186, unemployment: 1, oilProduction: 3, birthRate: 24, medianAge: 30, electricity: 6691, televisions: 65480, publicDebt: 12, internet: 121162 }), + new WorldStatsItem({ code: `WSM`, name: `Samoa`, continent: `Oceania`, population: 200108, gdpTotal: 1046, economy: `Least Developed`, region: `Polynesia`, status: `Country`, longitude: -172.1, latitude: -13.75, gdpPerPerson: 5227, rank: 187, unemployment: 3, oilProduction: 2, birthRate: 7, medianAge: 46, electricity: 50118, televisions: 54930, publicDebt: 42, internet: 84739 }), + new WorldStatsItem({ code: `GUM`, name: `Guam`, continent: `Oceania`, population: 167358, gdpTotal: 4882, economy: `Developing`, region: `Micronesia`, status: `Dependency`, longitude: 144.79, latitude: 13.44, gdpPerPerson: 29171, rank: 188, unemployment: 15, oilProduction: 2, birthRate: 24, medianAge: 42, electricity: 64229, televisions: 43567, publicDebt: 37, internet: 121131 }), + new WorldStatsItem({ code: `LCA`, name: `Saint Lucia`, continent: `North America`, population: 164994, gdpTotal: 2083, economy: `Developing`, region: `Central America`, status: `Country`, longitude: -60.98, latitude: 13.905, gdpPerPerson: 12625, rank: 189, unemployment: 3, oilProduction: 2, birthRate: 14, medianAge: 32, electricity: 75473, televisions: 87743, publicDebt: 7, internet: 64498 }), + new WorldStatsItem({ code: `CUW`, name: `Curacao`, continent: `North America`, population: 149648, gdpTotal: 3128, economy: `Developing`, region: `Central America`, status: `Dependency`, longitude: -68.95, latitude: 12.213, gdpPerPerson: 20902, rank: 190, unemployment: 6, oilProduction: 1, birthRate: 7, medianAge: 35, electricity: 74665, televisions: 89830, publicDebt: 36, internet: 55905 }), + new WorldStatsItem({ code: `ABW`, name: `Aruba`, continent: `North America`, population: 115120, gdpTotal: 2516, economy: `Developing`, region: `Central America`, status: `Dependency`, longitude: -69.98, latitude: 12.519, gdpPerPerson: 21855, rank: 191, unemployment: 7, oilProduction: 2356, birthRate: 13, medianAge: 38, electricity: 770, televisions: 20000, publicDebt: 46, internet: 24000 }), + new WorldStatsItem({ code: `GRD`, name: `Grenada`, continent: `North America`, population: 111724, gdpTotal: 1511, economy: `Developing`, region: `Central America`, status: `Country`, longitude: -61.69, latitude: 12.123, gdpPerPerson: 13524, rank: 192, unemployment: 10, oilProduction: 0, birthRate: 10, medianAge: 50, electricity: 4992, televisions: 58674, publicDebt: 42, internet: 33132 }), + new WorldStatsItem({ code: `KIR`, name: `Kiribati`, continent: `Oceania`, population: 108145, gdpTotal: 211, economy: `Least Developed`, region: `Micronesia`, status: `Country`, longitude: -157.333, latitude: 1.884, gdpPerPerson: 1951, rank: 193, unemployment: 13, oilProduction: 4, birthRate: 9, medianAge: 52, electricity: 37081, televisions: 52395, publicDebt: 40, internet: 36620 }), + new WorldStatsItem({ code: `VIR`, name: `U.S. Virgin Island`, continent: `North America`, population: 107268, gdpTotal: 3792, economy: `Developing`, region: `Central America`, status: `Dependency`, longitude: -64.77, latitude: 17.77, gdpPerPerson: 35351, rank: 194, unemployment: 11, oilProduction: 2, birthRate: 12, medianAge: 38, electricity: 13387, televisions: 77187, publicDebt: 43, internet: 40836 }), + new WorldStatsItem({ code: `TON`, name: `Tonga`, continent: `Oceania`, population: 106479, gdpTotal: 557, economy: `Developing`, region: `Polynesia`, status: `Country`, longitude: -173.9, latitude: -18.62, gdpPerPerson: 5231, rank: 195, unemployment: 4, oilProduction: 4, birthRate: 5, medianAge: 33, electricity: 88735, televisions: 30257, publicDebt: 25, internet: 71756 }), + new WorldStatsItem({ code: `FSM`, name: `Micronesia`, continent: `Oceania`, population: 104196, gdpTotal: 314, economy: `Developing`, region: `Micronesia`, status: `Country`, longitude: 150.52, latitude: 7.435, gdpPerPerson: 3014, rank: 196, unemployment: 9, oilProduction: 5, birthRate: 5, medianAge: 38, electricity: 39068, televisions: 45396, publicDebt: 40, internet: 29169 }), + new WorldStatsItem({ code: `VCT`, name: `St. Vin. and Gren.`, continent: `North America`, population: 102089, gdpTotal: 1241, economy: `Developing`, region: `Central America`, status: `Country`, longitude: -61.17, latitude: 13.239, gdpPerPerson: 12156, rank: 197, unemployment: 10, oilProduction: 5, birthRate: 7, medianAge: 30, electricity: 39467, televisions: 42804, publicDebt: 9, internet: 66754 }), + new WorldStatsItem({ code: `JEY`, name: `Jersey`, continent: `Europe`, population: 98840, gdpTotal: 5080, economy: `Developed`, region: `Northern Europe`, status: `Territory`, longitude: -2.123, latitude: 49.218, gdpPerPerson: 51396, rank: 198, unemployment: 4, oilProduction: 1, birthRate: 18, medianAge: 30, electricity: 64261, televisions: 52453, publicDebt: 34, internet: 3026 }), + new WorldStatsItem({ code: `ATG`, name: `Antigua and Barbuda`, continent: `North America`, population: 94731, gdpTotal: 2171, economy: `Developing`, region: `Central America`, status: `Country`, longitude: -61.79, latitude: 17.096, gdpPerPerson: 22918, rank: 199, unemployment: 3, oilProduction: 1, birthRate: 5, medianAge: 36, electricity: 35849, televisions: 75384, publicDebt: 32, internet: 6170 }), + new WorldStatsItem({ code: `SYC`, name: `Seychelles`, continent: `Africa`, population: 93920, gdpTotal: 2608, economy: `Developing`, region: `Eastern Africa`, status: `Country`, longitude: 55.463, latitude: -4.672, gdpPerPerson: 27768, rank: 200, unemployment: 2, oilProduction: 0, birthRate: 16, medianAge: 29, electricity: 252, televisions: 11000, publicDebt: 92, internet: 32000 }), + new WorldStatsItem({ code: `IMN`, name: `Isle of Man`, continent: `Europe`, population: 88815, gdpTotal: 7428, economy: `Developed`, region: `Northern Europe`, status: `Territory`, longitude: -4.562, latitude: 54.233, gdpPerPerson: 83635, rank: 201, unemployment: 4, oilProduction: 4, birthRate: 14, medianAge: 36, electricity: 15745, televisions: 25734, publicDebt: 13, internet: 2650 }), + new WorldStatsItem({ code: `AND`, name: `Andorra`, continent: `Europe`, population: 85702, gdpTotal: 3327, economy: `Developed`, region: `Southern Europe`, status: `Country`, longitude: 1.578, latitude: 42.539, gdpPerPerson: 38821, rank: 202, unemployment: 11, oilProduction: 3, birthRate: 20, medianAge: 50, electricity: 56209, televisions: 42797, publicDebt: 33, internet: 42006 }), + new WorldStatsItem({ code: `MHL`, name: `Marshall Islands`, continent: `Oceania`, population: 74539, gdpTotal: 180, economy: `Developing`, region: `Micronesia`, status: `Country`, longitude: 169.3, latitude: 8.484, gdpPerPerson: 2415, rank: 203, unemployment: 3, oilProduction: 3, birthRate: 23, medianAge: 42, electricity: 78832, televisions: 15193, publicDebt: 44, internet: 8536 }), + new WorldStatsItem({ code: `DMA`, name: `Dominica`, continent: `North America`, population: 73897, gdpTotal: 812, economy: `Developing`, region: `Central America`, status: `Country`, longitude: -61.36, latitude: 15.43, gdpPerPerson: 10988, rank: 204, unemployment: 6, oilProduction: 1, birthRate: 13, medianAge: 35, electricity: 49809, televisions: 17676, publicDebt: 37, internet: 2616 }), + new WorldStatsItem({ code: `BMU`, name: `Bermuda`, continent: `North America`, population: 70864, gdpTotal: 5198, economy: `Developed`, region: `Northern America`, status: `Dependency`, longitude: -64.76, latitude: 32.323, gdpPerPerson: 73352, rank: 205, unemployment: 15, oilProduction: 1, birthRate: 21, medianAge: 43, electricity: 54728, televisions: 16336, publicDebt: 27, internet: 41606 }), + new WorldStatsItem({ code: `GGY`, name: `Guernsey`, continent: `Europe`, population: 66502, gdpTotal: 3465, economy: `Developed`, region: `Northern Europe`, status: `Territory`, longitude: -2.579, latitude: 49.468, gdpPerPerson: 52104, rank: 206, unemployment: 2, oilProduction: 1, birthRate: 25, medianAge: 33, electricity: 9806, televisions: 24638, publicDebt: 34, internet: 29222 }), + new WorldStatsItem({ code: `CYM`, name: `Cayman Island`, continent: `North America`, population: 58441, gdpTotal: 2507, economy: `Emerging`, region: `Central America`, status: `Dependency`, longitude: -81.25, latitude: 19.343, gdpPerPerson: 42898, rank: 207, unemployment: 12, oilProduction: 3, birthRate: 7, medianAge: 35, electricity: 70206, televisions: 28885, publicDebt: 21, internet: 9332 }), + new WorldStatsItem({ code: `GRL`, name: `Greenland`, continent: `North America`, population: 57713, gdpTotal: 2173, economy: `Developed`, region: `Northern America`, status: `Dependency`, longitude: -42.12, latitude: 69.547, gdpPerPerson: 37652, rank: 208, unemployment: 7, oilProduction: 5, birthRate: 19, medianAge: 42, electricity: 86090, televisions: 43741, publicDebt: 42, internet: 11423 }), + new WorldStatsItem({ code: `KNA`, name: `St. Kitts and Nevis`, continent: `North America`, population: 52715, gdpTotal: 1427, economy: `Developing`, region: `Central America`, status: `Country`, longitude: -62.77, latitude: 17.351, gdpPerPerson: 27070, rank: 209, unemployment: 5, oilProduction: 2, birthRate: 18, medianAge: 40, electricity: 65438, televisions: 17719, publicDebt: 11, internet: 8543 }), + new WorldStatsItem({ code: `TCA`, name: `Turks and Caicos Is.`, continent: `North America`, population: 52570, gdpTotal: 632, economy: `Developing`, region: `Central America`, status: `Dependency`, longitude: -71.96, latitude: 21.913, gdpPerPerson: 12022, rank: 210, unemployment: 6, oilProduction: 0, birthRate: 13, medianAge: 42, electricity: 51325, televisions: 13109, publicDebt: 13, internet: 24564 }), + new WorldStatsItem({ code: `MNP`, name: `N. Mariana Island`, continent: `Oceania`, population: 52263, gdpTotal: 682, economy: `Developing`, region: `Micronesia`, status: `Dependency`, longitude: 145.49, latitude: 16.459, gdpPerPerson: 13049, rank: 211, unemployment: 10, oilProduction: 1, birthRate: 9, medianAge: 46, electricity: 87386, televisions: 13049, publicDebt: 20, internet: 5484 }), + new WorldStatsItem({ code: `ASM`, name: `American Samoa`, continent: `Oceania`, population: 51504, gdpTotal: 711, economy: `Developing`, region: `Polynesia`, status: `Dependency`, longitude: -170.6, latitude: -14.3, gdpPerPerson: 13805, rank: 212, unemployment: 3, oilProduction: 4, birthRate: 13, medianAge: 42, electricity: 65918, televisions: 18802, publicDebt: 23, internet: 14691 }), + new WorldStatsItem({ code: `FRO`, name: `Faeroe Island`, continent: `Europe`, population: 50730, gdpTotal: 2001, economy: `Developed`, region: `Northern Europe`, status: `Dependency`, longitude: -6.857, latitude: 62.178, gdpPerPerson: 39444, rank: 213, unemployment: 15, oilProduction: 2, birthRate: 11, medianAge: 46, electricity: 55029, televisions: 11762, publicDebt: 13, internet: 2412 }), + new WorldStatsItem({ code: `SXM`, name: `Sint Maarten`, continent: `North America`, population: 42083, gdpTotal: 366, economy: `Developing`, region: `Central America`, status: `Dependency`, longitude: -63.06, latitude: 18.044, gdpPerPerson: 8697, rank: 214, unemployment: 14, oilProduction: 4, birthRate: 19, medianAge: 50, electricity: 17166, televisions: 8474, publicDebt: 33, internet: 14309 }), + new WorldStatsItem({ code: `LIE`, name: `Liechtenstein`, continent: `Europe`, population: 38244, gdpTotal: 4978, economy: `Developed`, region: `Western Europe`, status: `Country`, longitude: 9.545, latitude: 47.164, gdpPerPerson: 130164, rank: 215, unemployment: 11, oilProduction: 3, birthRate: 10, medianAge: 55, electricity: 80781, televisions: 23104, publicDebt: 21, internet: 8159 }), + new WorldStatsItem({ code: `VGB`, name: `British Virgin Island`, continent: `North America`, population: 35015, gdpTotal: 500, economy: `Developed`, region: `Central America`, status: `Dependency`, longitude: -64.6, latitude: 18.44, gdpPerPerson: 14280, rank: 216, unemployment: 13, oilProduction: 2, birthRate: 6, medianAge: 51, electricity: 47732, televisions: 17777, publicDebt: 7, internet: 6238 }), + new WorldStatsItem({ code: `SMR`, name: `San Marino`, continent: `Europe`, population: 33537, gdpTotal: 2023, economy: `Developed`, region: `Southern Europe`, status: `Country`, longitude: 12.456, latitude: 43.942, gdpPerPerson: 60321, rank: 217, unemployment: 10, oilProduction: 0, birthRate: 15, medianAge: 48, electricity: 21943, televisions: 22355, publicDebt: 34, internet: 23505 }), + new WorldStatsItem({ code: `MAF`, name: `St. Martin`, continent: `North America`, population: 32125, gdpTotal: 562, economy: `Developing`, region: `Central America`, status: `Dependency`, longitude: -63.06, latitude: 18.092, gdpPerPerson: 17494, rank: 218, unemployment: 15, oilProduction: 5, birthRate: 10, medianAge: 34, electricity: 76791, televisions: 17592, publicDebt: 43, internet: 25032 }), + new WorldStatsItem({ code: `MCO`, name: `Monaco`, continent: `Europe`, population: 30645, gdpTotal: 7672, economy: `Developed`, region: `Western Europe`, status: `Country`, longitude: 7.408, latitude: 43.751, gdpPerPerson: 250351, rank: 219, unemployment: 15, oilProduction: 5, birthRate: 18, medianAge: 31, electricity: 73517, televisions: 10057, publicDebt: 10, internet: 18394 }), + new WorldStatsItem({ code: `ALA`, name: `Aland Islands`, continent: `Europe`, population: 27153, gdpTotal: 1563, economy: `Developed`, region: `Northern Europe`, status: `Territory`, longitude: 20.065, latitude: 60.209, gdpPerPerson: 57563, rank: 220, unemployment: 14, oilProduction: 3, birthRate: 15, medianAge: 54, electricity: 69394, televisions: 14696, publicDebt: 19, internet: 2736 }), + new WorldStatsItem({ code: `PLW`, name: `Palau`, continent: `Oceania`, population: 21431, gdpTotal: 276, economy: `Developing`, region: `Micronesia`, status: `Country`, longitude: 134.63, latitude: 7.532, gdpPerPerson: 12879, rank: 221, unemployment: 8, oilProduction: 1, birthRate: 7, medianAge: 39, electricity: 88599, televisions: 3019, publicDebt: 8, internet: 17075 }), + new WorldStatsItem({ code: `AIA`, name: `Anguilla`, continent: `North America`, population: 17087, gdpTotal: 175, economy: `Developing`, region: `Central America`, status: `Dependency`, longitude: -63.07, latitude: 18.221, gdpPerPerson: 10242, rank: 222, unemployment: 9, oilProduction: 1, birthRate: 10, medianAge: 49, electricity: 68590, televisions: 10632, publicDebt: 40, internet: 8703 }), + new WorldStatsItem({ code: `WLF`, name: `Wallis Island`, continent: `Oceania`, population: 15714, gdpTotal: 60, economy: `Developing`, region: `Polynesia`, status: `Dependency`, longitude: -177.1, latitude: -13.77, gdpPerPerson: 3818, rank: 223, unemployment: 15, oilProduction: 0, birthRate: 0, medianAge: 0, electricity: 0, televisions: 0, publicDebt: 6, internet: 900 }), + new WorldStatsItem({ code: `NRU`, name: `Nauru`, continent: `Oceania`, population: 9642, gdpTotal: 151, economy: `Developing`, region: `Micronesia`, status: `Country`, longitude: 166.93, latitude: -0.52, gdpPerPerson: 15661, rank: 224, unemployment: 5, oilProduction: 3, birthRate: 17, medianAge: 32, electricity: 84092, televisions: 1777, publicDebt: 34, internet: 4585 }), + new WorldStatsItem({ code: `COK`, name: `Cook Island`, continent: `Oceania`, population: 9290, gdpTotal: 244, economy: `Developing`, region: `Polynesia`, status: `Dependency`, longitude: -159.7, latitude: -21.21, gdpPerPerson: 26265, rank: 225, unemployment: 15, oilProduction: 1, birthRate: 6, medianAge: 45, electricity: 41320, televisions: 3712, publicDebt: 24, internet: 3555 }), + new WorldStatsItem({ code: `SHN`, name: `Saint Helena`, continent: `Africa`, population: 7828, gdpTotal: 31, economy: `Developing`, region: `Western Africa`, status: `Dependency`, longitude: -10.03, latitude: -11.94, gdpPerPerson: 3960, rank: 226, unemployment: 13, oilProduction: 1, birthRate: 17, medianAge: 48, electricity: 84435, televisions: 3812, publicDebt: 15, internet: 5530 }), + new WorldStatsItem({ code: `BLM`, name: `St. Barthalemy`, continent: `North America`, population: 7184, gdpTotal: 255, economy: `Developed`, region: `Central America`, status: `Dependency`, longitude: -62.83, latitude: 17.899, gdpPerPerson: 35496, rank: 227, unemployment: 14, oilProduction: 0, birthRate: 23, medianAge: 46, electricity: 36112, televisions: 4072, publicDebt: 27, internet: 5097 }), + new WorldStatsItem({ code: `KAS`, name: `Siachen Glacier`, continent: `Asia`, population: 6000, gdpTotal: 15, economy: `Developing`, region: `Southern Asia`, status: `Territory`, longitude: 77.283, latitude: 35.386, gdpPerPerson: 2500, rank: 228, unemployment: 7, oilProduction: 0, birthRate: 9, medianAge: 55, electricity: 62932, televisions: 936, publicDebt: 14, internet: 1303 }), + new WorldStatsItem({ code: `SPM`, name: `St. Pierre and Miquelon`, continent: `North America`, population: 5533, gdpTotal: 215, economy: `Developed`, region: `Northern America`, status: `Territory`, longitude: -56.26, latitude: 46.926, gdpPerPerson: 38858, rank: 229, unemployment: 13, oilProduction: 0, birthRate: 13, medianAge: 42, electricity: 61277, televisions: 2067, publicDebt: 18, internet: 2924 }), + new WorldStatsItem({ code: `MSR`, name: `Montserrat`, continent: `North America`, population: 5292, gdpTotal: 44, economy: `Developing`, region: `Central America`, status: `Dependency`, longitude: -62.18, latitude: 16.745, gdpPerPerson: 8314, rank: 230, unemployment: 13, oilProduction: 1, birthRate: 12, medianAge: 50, electricity: 19088, televisions: 1964, publicDebt: 44, internet: 4009 }), + new WorldStatsItem({ code: `IOT`, name: `British Indian Territory`, continent: `Asia`, population: 4000, gdpTotal: 160, economy: `Developed`, region: `Southern Asia`, status: `Dependency`, longitude: 72.424, latitude: -7.328, gdpPerPerson: 40000, rank: 232, unemployment: 13, oilProduction: 0, birthRate: 6, medianAge: 47, electricity: 91829, televisions: 1510, publicDebt: 14, internet: 1656 }), + new WorldStatsItem({ code: `FLK`, name: `Falkland Island`, continent: `South America`, population: 2931, gdpTotal: 282, economy: `Developed`, region: `South America`, status: `Dependency`, longitude: -59.46, latitude: -51.78, gdpPerPerson: 96213, rank: 233, unemployment: 3, oilProduction: 5, birthRate: 9, medianAge: 36, electricity: 68007, televisions: 1489, publicDebt: 22, internet: 1335 }), + new WorldStatsItem({ code: `NFK`, name: `Norfolk Island`, continent: `Oceania`, population: 2210, gdpTotal: 33, economy: `Developing`, region: `Australia`, status: `Dependency`, longitude: 167.94, latitude: -29.05, gdpPerPerson: 14932, rank: 234, unemployment: 1, oilProduction: 0, birthRate: 15, medianAge: 46, electricity: 91943, televisions: 583, publicDebt: 41, internet: 1183 }), + new WorldStatsItem({ code: `NIU`, name: `Niue`, continent: `Oceania`, population: 1626, gdpTotal: 10, economy: `Developing`, region: `Polynesia`, status: `Dependency`, longitude: -169.8, latitude: -19.05, gdpPerPerson: 6150, rank: 235, unemployment: 15, oilProduction: 4, birthRate: 17, medianAge: 51, electricity: 16785, televisions: 585, publicDebt: 31, internet: 1247 }), ]; super(...newItems.slice(0)); } diff --git a/samples/charts/data-chart/scatter-line-chart/src/HealthDataForFrance.ts b/samples/charts/data-chart/scatter-line-chart/src/HealthDataForFrance.ts index 42e805128d..daee0979a9 100644 --- a/samples/charts/data-chart/scatter-line-chart/src/HealthDataForFrance.ts +++ b/samples/charts/data-chart/scatter-line-chart/src/HealthDataForFrance.ts @@ -15,223 +15,37 @@ export class HealthDataForFrance extends Array { super(...items); } else { const newItems = [ - new HealthDataForFranceItem( - { - year: 1985, - healthExpense: 2025.98, - lifeExpectancy: 75.92, - name: `Norway` - }), - new HealthDataForFranceItem( - { - year: 1986, - healthExpense: 2075.21, - lifeExpectancy: 76.24, - name: `Norway` - }), - new HealthDataForFranceItem( - { - year: 1987, - healthExpense: 2140.51, - lifeExpectancy: 76.08, - name: `Norway` - }), - new HealthDataForFranceItem( - { - year: 1988, - healthExpense: 2119.07, - lifeExpectancy: 76.22, - name: `Norway` - }), - new HealthDataForFranceItem( - { - year: 1989, - healthExpense: 2112.67, - lifeExpectancy: 76.5, - name: `Norway` - }), - new HealthDataForFranceItem( - { - year: 1990, - healthExpense: 2519.81, - lifeExpectancy: 76.54, - name: `Norway` - }), - new HealthDataForFranceItem( - { - year: 1991, - healthExpense: 2660.33, - lifeExpectancy: 76.98, - name: `Norway` - }), - new HealthDataForFranceItem( - { - year: 1992, - healthExpense: 2737.93, - lifeExpectancy: 77.18, - name: `Norway` - }), - new HealthDataForFranceItem( - { - year: 1993, - healthExpense: 2761.36, - lifeExpectancy: 77.15, - name: `Norway` - }), - new HealthDataForFranceItem( - { - year: 1994, - healthExpense: 2800.17, - lifeExpectancy: 77.69, - name: `Norway` - }), - new HealthDataForFranceItem( - { - year: 1995, - healthExpense: 2863.39, - lifeExpectancy: 77.74, - name: `Norway` - }), - new HealthDataForFranceItem( - { - year: 1996, - healthExpense: 3034.79, - lifeExpectancy: 78.15, - name: `Norway` - }), - new HealthDataForFranceItem( - { - year: 1997, - healthExpense: 3426.25, - lifeExpectancy: 78.14, - name: `Norway` - }), - new HealthDataForFranceItem( - { - year: 1998, - healthExpense: 3639.47, - lifeExpectancy: 78.33, - name: `Norway` - }), - new HealthDataForFranceItem( - { - year: 1999, - healthExpense: 3826.04, - lifeExpectancy: 78.28, - name: `Norway` - }), - new HealthDataForFranceItem( - { - year: 2000, - healthExpense: 4003.97, - lifeExpectancy: 78.63, - name: `Norway` - }), - new HealthDataForFranceItem( - { - year: 2001, - healthExpense: 4139.3, - lifeExpectancy: 78.79, - name: `Norway` - }), - new HealthDataForFranceItem( - { - year: 2002, - healthExpense: 4504.06, - lifeExpectancy: 78.99, - name: `Norway` - }), - new HealthDataForFranceItem( - { - year: 2003, - healthExpense: 4633.59, - lifeExpectancy: 79.39, - name: `Norway` - }), - new HealthDataForFranceItem( - { - year: 2004, - healthExpense: 4734.15, - lifeExpectancy: 79.84, - name: `Norway` - }), - new HealthDataForFranceItem( - { - year: 2005, - healthExpense: 4822.75, - lifeExpectancy: 80.04, - name: `Norway` - }), - new HealthDataForFranceItem( - { - year: 2006, - healthExpense: 4846.36, - lifeExpectancy: 80.34, - name: `Norway` - }), - new HealthDataForFranceItem( - { - year: 2007, - healthExpense: 4965.14, - lifeExpectancy: 80.4, - name: `Norway` - }), - new HealthDataForFranceItem( - { - year: 2008, - healthExpense: 5149.6, - lifeExpectancy: 80.59, - name: `Norway` - }), - new HealthDataForFranceItem( - { - year: 2009, - healthExpense: 5254.08, - lifeExpectancy: 80.8, - name: `Norway` - }), - new HealthDataForFranceItem( - { - year: 2010, - healthExpense: 5240.42, - lifeExpectancy: 81, - name: `Norway` - }), - new HealthDataForFranceItem( - { - year: 2011, - healthExpense: 5387.98, - lifeExpectancy: 81.3, - name: `Norway` - }), - new HealthDataForFranceItem( - { - year: 2012, - healthExpense: 5499.09, - lifeExpectancy: 81.45, - name: `Norway` - }), - new HealthDataForFranceItem( - { - year: 2013, - healthExpense: 5557.2, - lifeExpectancy: 81.75, - name: `Norway` - }), - new HealthDataForFranceItem( - { - year: 2014, - healthExpense: 5730.16, - lifeExpectancy: 82.1, - name: `Norway` - }), - new HealthDataForFranceItem( - { - year: 2015, - healthExpense: 5926.44, - lifeExpectancy: 82.3, - name: `Norway` - }), + new HealthDataForFranceItem({ year: 1985, healthExpense: 2025.98, lifeExpectancy: 75.92, name: `Norway` }), + new HealthDataForFranceItem({ year: 1986, healthExpense: 2075.21, lifeExpectancy: 76.24, name: `Norway` }), + new HealthDataForFranceItem({ year: 1987, healthExpense: 2140.51, lifeExpectancy: 76.08, name: `Norway` }), + new HealthDataForFranceItem({ year: 1988, healthExpense: 2119.07, lifeExpectancy: 76.22, name: `Norway` }), + new HealthDataForFranceItem({ year: 1989, healthExpense: 2112.67, lifeExpectancy: 76.5, name: `Norway` }), + new HealthDataForFranceItem({ year: 1990, healthExpense: 2519.81, lifeExpectancy: 76.54, name: `Norway` }), + new HealthDataForFranceItem({ year: 1991, healthExpense: 2660.33, lifeExpectancy: 76.98, name: `Norway` }), + new HealthDataForFranceItem({ year: 1992, healthExpense: 2737.93, lifeExpectancy: 77.18, name: `Norway` }), + new HealthDataForFranceItem({ year: 1993, healthExpense: 2761.36, lifeExpectancy: 77.15, name: `Norway` }), + new HealthDataForFranceItem({ year: 1994, healthExpense: 2800.17, lifeExpectancy: 77.69, name: `Norway` }), + new HealthDataForFranceItem({ year: 1995, healthExpense: 2863.39, lifeExpectancy: 77.74, name: `Norway` }), + new HealthDataForFranceItem({ year: 1996, healthExpense: 3034.79, lifeExpectancy: 78.15, name: `Norway` }), + new HealthDataForFranceItem({ year: 1997, healthExpense: 3426.25, lifeExpectancy: 78.14, name: `Norway` }), + new HealthDataForFranceItem({ year: 1998, healthExpense: 3639.47, lifeExpectancy: 78.33, name: `Norway` }), + new HealthDataForFranceItem({ year: 1999, healthExpense: 3826.04, lifeExpectancy: 78.28, name: `Norway` }), + new HealthDataForFranceItem({ year: 2000, healthExpense: 4003.97, lifeExpectancy: 78.63, name: `Norway` }), + new HealthDataForFranceItem({ year: 2001, healthExpense: 4139.3, lifeExpectancy: 78.79, name: `Norway` }), + new HealthDataForFranceItem({ year: 2002, healthExpense: 4504.06, lifeExpectancy: 78.99, name: `Norway` }), + new HealthDataForFranceItem({ year: 2003, healthExpense: 4633.59, lifeExpectancy: 79.39, name: `Norway` }), + new HealthDataForFranceItem({ year: 2004, healthExpense: 4734.15, lifeExpectancy: 79.84, name: `Norway` }), + new HealthDataForFranceItem({ year: 2005, healthExpense: 4822.75, lifeExpectancy: 80.04, name: `Norway` }), + new HealthDataForFranceItem({ year: 2006, healthExpense: 4846.36, lifeExpectancy: 80.34, name: `Norway` }), + new HealthDataForFranceItem({ year: 2007, healthExpense: 4965.14, lifeExpectancy: 80.4, name: `Norway` }), + new HealthDataForFranceItem({ year: 2008, healthExpense: 5149.6, lifeExpectancy: 80.59, name: `Norway` }), + new HealthDataForFranceItem({ year: 2009, healthExpense: 5254.08, lifeExpectancy: 80.8, name: `Norway` }), + new HealthDataForFranceItem({ year: 2010, healthExpense: 5240.42, lifeExpectancy: 81, name: `Norway` }), + new HealthDataForFranceItem({ year: 2011, healthExpense: 5387.98, lifeExpectancy: 81.3, name: `Norway` }), + new HealthDataForFranceItem({ year: 2012, healthExpense: 5499.09, lifeExpectancy: 81.45, name: `Norway` }), + new HealthDataForFranceItem({ year: 2013, healthExpense: 5557.2, lifeExpectancy: 81.75, name: `Norway` }), + new HealthDataForFranceItem({ year: 2014, healthExpense: 5730.16, lifeExpectancy: 82.1, name: `Norway` }), + new HealthDataForFranceItem({ year: 2015, healthExpense: 5926.44, lifeExpectancy: 82.3, name: `Norway` }), ]; super(...newItems.slice(0)); } diff --git a/samples/charts/data-chart/scatter-line-chart/src/HealthDataForGermany.ts b/samples/charts/data-chart/scatter-line-chart/src/HealthDataForGermany.ts index e88199fe24..fdb7a30f92 100644 --- a/samples/charts/data-chart/scatter-line-chart/src/HealthDataForGermany.ts +++ b/samples/charts/data-chart/scatter-line-chart/src/HealthDataForGermany.ts @@ -15,216 +15,36 @@ export class HealthDataForGermany extends Array { super(...items); } else { const newItems = [ - new HealthDataForGermanyItem( - { - year: 1985, - healthExpense: 2579.64, - lifeExpectancy: 74.05, - name: `Germany` - }), - new HealthDataForGermanyItem( - { - year: 1986, - healthExpense: 2603.94, - lifeExpectancy: 74.31, - name: `Germany` - }), - new HealthDataForGermanyItem( - { - year: 1987, - healthExpense: 2668.49, - lifeExpectancy: 74.56, - name: `Germany` - }), - new HealthDataForGermanyItem( - { - year: 1988, - healthExpense: 2812.94, - lifeExpectancy: 74.79, - name: `Germany` - }), - new HealthDataForGermanyItem( - { - year: 1989, - healthExpense: 2689.51, - lifeExpectancy: 75.01, - name: `Germany` - }), - new HealthDataForGermanyItem( - { - year: 1990, - healthExpense: 2774.68, - lifeExpectancy: 75.23, - name: `Germany` - }), - new HealthDataForGermanyItem( - { - year: 1992, - healthExpense: 2909.85, - lifeExpectancy: 75.82, - name: `Germany` - }), - new HealthDataForGermanyItem( - { - year: 1993, - healthExpense: 2853.09, - lifeExpectancy: 75.87, - name: `Germany` - }), - new HealthDataForGermanyItem( - { - year: 1994, - healthExpense: 2989.64, - lifeExpectancy: 76.27, - name: `Germany` - }), - new HealthDataForGermanyItem( - { - year: 1995, - healthExpense: 3122.13, - lifeExpectancy: 76.42, - name: `Germany` - }), - new HealthDataForGermanyItem( - { - year: 1996, - healthExpense: 3241.89, - lifeExpectancy: 76.67, - name: `Germany` - }), - new HealthDataForGermanyItem( - { - year: 1997, - healthExpense: 3257.29, - lifeExpectancy: 77.07, - name: `Germany` - }), - new HealthDataForGermanyItem( - { - year: 1998, - healthExpense: 3327.26, - lifeExpectancy: 77.48, - name: `Germany` - }), - new HealthDataForGermanyItem( - { - year: 1999, - healthExpense: 3414.57, - lifeExpectancy: 77.73, - name: `Germany` - }), - new HealthDataForGermanyItem( - { - year: 2000, - healthExpense: 3536.35, - lifeExpectancy: 77.93, - name: `Germany` - }), - new HealthDataForGermanyItem( - { - year: 2001, - healthExpense: 3603.77, - lifeExpectancy: 78.33, - name: `Germany` - }), - new HealthDataForGermanyItem( - { - year: 2002, - healthExpense: 3687.38, - lifeExpectancy: 78.23, - name: `Germany` - }), - new HealthDataForGermanyItem( - { - year: 2003, - healthExpense: 3745.14, - lifeExpectancy: 78.38, - name: `Germany` - }), - new HealthDataForGermanyItem( - { - year: 2004, - healthExpense: 3704.96, - lifeExpectancy: 78.68, - name: `Germany` - }), - new HealthDataForGermanyItem( - { - year: 2005, - healthExpense: 3787.13, - lifeExpectancy: 78.93, - name: `Germany` - }), - new HealthDataForGermanyItem( - { - year: 2006, - healthExpense: 3875.14, - lifeExpectancy: 79.13, - name: `Germany` - }), - new HealthDataForGermanyItem( - { - year: 2007, - healthExpense: 3950.17, - lifeExpectancy: 79.53, - name: `Germany` - }), - new HealthDataForGermanyItem( - { - year: 2008, - healthExpense: 4079.09, - lifeExpectancy: 79.74, - name: `Germany` - }), - new HealthDataForGermanyItem( - { - year: 2009, - healthExpense: 4232.58, - lifeExpectancy: 79.84, - name: `Germany` - }), - new HealthDataForGermanyItem( - { - year: 2010, - healthExpense: 4358.61, - lifeExpectancy: 79.99, - name: `Germany` - }), - new HealthDataForGermanyItem( - { - year: 2011, - healthExpense: 4396.44, - lifeExpectancy: 80.44, - name: `Germany` - }), - new HealthDataForGermanyItem( - { - year: 2012, - healthExpense: 4516.99, - lifeExpectancy: 80.54, - name: `Germany` - }), - new HealthDataForGermanyItem( - { - year: 2013, - healthExpense: 4589.37, - lifeExpectancy: 80.49, - name: `Germany` - }), - new HealthDataForGermanyItem( - { - year: 2014, - healthExpense: 4684.49, - lifeExpectancy: 81.09, - name: `Germany` - }), - new HealthDataForGermanyItem( - { - year: 2015, - healthExpense: 4772.33, - lifeExpectancy: 80.64, - name: `Germany` - }), + new HealthDataForGermanyItem({ year: 1985, healthExpense: 2579.64, lifeExpectancy: 74.05, name: `Germany` }), + new HealthDataForGermanyItem({ year: 1986, healthExpense: 2603.94, lifeExpectancy: 74.31, name: `Germany` }), + new HealthDataForGermanyItem({ year: 1987, healthExpense: 2668.49, lifeExpectancy: 74.56, name: `Germany` }), + new HealthDataForGermanyItem({ year: 1988, healthExpense: 2812.94, lifeExpectancy: 74.79, name: `Germany` }), + new HealthDataForGermanyItem({ year: 1989, healthExpense: 2689.51, lifeExpectancy: 75.01, name: `Germany` }), + new HealthDataForGermanyItem({ year: 1990, healthExpense: 2774.68, lifeExpectancy: 75.23, name: `Germany` }), + new HealthDataForGermanyItem({ year: 1992, healthExpense: 2909.85, lifeExpectancy: 75.82, name: `Germany` }), + new HealthDataForGermanyItem({ year: 1993, healthExpense: 2853.09, lifeExpectancy: 75.87, name: `Germany` }), + new HealthDataForGermanyItem({ year: 1994, healthExpense: 2989.64, lifeExpectancy: 76.27, name: `Germany` }), + new HealthDataForGermanyItem({ year: 1995, healthExpense: 3122.13, lifeExpectancy: 76.42, name: `Germany` }), + new HealthDataForGermanyItem({ year: 1996, healthExpense: 3241.89, lifeExpectancy: 76.67, name: `Germany` }), + new HealthDataForGermanyItem({ year: 1997, healthExpense: 3257.29, lifeExpectancy: 77.07, name: `Germany` }), + new HealthDataForGermanyItem({ year: 1998, healthExpense: 3327.26, lifeExpectancy: 77.48, name: `Germany` }), + new HealthDataForGermanyItem({ year: 1999, healthExpense: 3414.57, lifeExpectancy: 77.73, name: `Germany` }), + new HealthDataForGermanyItem({ year: 2000, healthExpense: 3536.35, lifeExpectancy: 77.93, name: `Germany` }), + new HealthDataForGermanyItem({ year: 2001, healthExpense: 3603.77, lifeExpectancy: 78.33, name: `Germany` }), + new HealthDataForGermanyItem({ year: 2002, healthExpense: 3687.38, lifeExpectancy: 78.23, name: `Germany` }), + new HealthDataForGermanyItem({ year: 2003, healthExpense: 3745.14, lifeExpectancy: 78.38, name: `Germany` }), + new HealthDataForGermanyItem({ year: 2004, healthExpense: 3704.96, lifeExpectancy: 78.68, name: `Germany` }), + new HealthDataForGermanyItem({ year: 2005, healthExpense: 3787.13, lifeExpectancy: 78.93, name: `Germany` }), + new HealthDataForGermanyItem({ year: 2006, healthExpense: 3875.14, lifeExpectancy: 79.13, name: `Germany` }), + new HealthDataForGermanyItem({ year: 2007, healthExpense: 3950.17, lifeExpectancy: 79.53, name: `Germany` }), + new HealthDataForGermanyItem({ year: 2008, healthExpense: 4079.09, lifeExpectancy: 79.74, name: `Germany` }), + new HealthDataForGermanyItem({ year: 2009, healthExpense: 4232.58, lifeExpectancy: 79.84, name: `Germany` }), + new HealthDataForGermanyItem({ year: 2010, healthExpense: 4358.61, lifeExpectancy: 79.99, name: `Germany` }), + new HealthDataForGermanyItem({ year: 2011, healthExpense: 4396.44, lifeExpectancy: 80.44, name: `Germany` }), + new HealthDataForGermanyItem({ year: 2012, healthExpense: 4516.99, lifeExpectancy: 80.54, name: `Germany` }), + new HealthDataForGermanyItem({ year: 2013, healthExpense: 4589.37, lifeExpectancy: 80.49, name: `Germany` }), + new HealthDataForGermanyItem({ year: 2014, healthExpense: 4684.49, lifeExpectancy: 81.09, name: `Germany` }), + new HealthDataForGermanyItem({ year: 2015, healthExpense: 4772.33, lifeExpectancy: 80.64, name: `Germany` }), ]; super(...newItems.slice(0)); } diff --git a/samples/charts/data-chart/scatter-point-chart/src/CountryDemographicAfrican.ts b/samples/charts/data-chart/scatter-point-chart/src/CountryDemographicAfrican.ts index 3b694f90b3..f34edee2c1 100644 --- a/samples/charts/data-chart/scatter-point-chart/src/CountryDemographicAfrican.ts +++ b/samples/charts/data-chart/scatter-point-chart/src/CountryDemographicAfrican.ts @@ -15,384 +15,60 @@ export class CountryDemographicAfrican extends Array { super(...items); } else { const newItems = [ - new HealthDataForFranceItem( - { - year: 1985, - healthExpense: 2025.98, - lifeExpectancy: 75.92, - name: `Norway` - }), - new HealthDataForFranceItem( - { - year: 1986, - healthExpense: 2075.21, - lifeExpectancy: 76.24, - name: `Norway` - }), - new HealthDataForFranceItem( - { - year: 1987, - healthExpense: 2140.51, - lifeExpectancy: 76.08, - name: `Norway` - }), - new HealthDataForFranceItem( - { - year: 1988, - healthExpense: 2119.07, - lifeExpectancy: 76.22, - name: `Norway` - }), - new HealthDataForFranceItem( - { - year: 1989, - healthExpense: 2112.67, - lifeExpectancy: 76.5, - name: `Norway` - }), - new HealthDataForFranceItem( - { - year: 1990, - healthExpense: 2519.81, - lifeExpectancy: 76.54, - name: `Norway` - }), - new HealthDataForFranceItem( - { - year: 1991, - healthExpense: 2660.33, - lifeExpectancy: 76.98, - name: `Norway` - }), - new HealthDataForFranceItem( - { - year: 1992, - healthExpense: 2737.93, - lifeExpectancy: 77.18, - name: `Norway` - }), - new HealthDataForFranceItem( - { - year: 1993, - healthExpense: 2761.36, - lifeExpectancy: 77.15, - name: `Norway` - }), - new HealthDataForFranceItem( - { - year: 1994, - healthExpense: 2800.17, - lifeExpectancy: 77.69, - name: `Norway` - }), - new HealthDataForFranceItem( - { - year: 1995, - healthExpense: 2863.39, - lifeExpectancy: 77.74, - name: `Norway` - }), - new HealthDataForFranceItem( - { - year: 1996, - healthExpense: 3034.79, - lifeExpectancy: 78.15, - name: `Norway` - }), - new HealthDataForFranceItem( - { - year: 1997, - healthExpense: 3426.25, - lifeExpectancy: 78.14, - name: `Norway` - }), - new HealthDataForFranceItem( - { - year: 1998, - healthExpense: 3639.47, - lifeExpectancy: 78.33, - name: `Norway` - }), - new HealthDataForFranceItem( - { - year: 1999, - healthExpense: 3826.04, - lifeExpectancy: 78.28, - name: `Norway` - }), - new HealthDataForFranceItem( - { - year: 2000, - healthExpense: 4003.97, - lifeExpectancy: 78.63, - name: `Norway` - }), - new HealthDataForFranceItem( - { - year: 2001, - healthExpense: 4139.3, - lifeExpectancy: 78.79, - name: `Norway` - }), - new HealthDataForFranceItem( - { - year: 2002, - healthExpense: 4504.06, - lifeExpectancy: 78.99, - name: `Norway` - }), - new HealthDataForFranceItem( - { - year: 2003, - healthExpense: 4633.59, - lifeExpectancy: 79.39, - name: `Norway` - }), - new HealthDataForFranceItem( - { - year: 2004, - healthExpense: 4734.15, - lifeExpectancy: 79.84, - name: `Norway` - }), - new HealthDataForFranceItem( - { - year: 2005, - healthExpense: 4822.75, - lifeExpectancy: 80.04, - name: `Norway` - }), - new HealthDataForFranceItem( - { - year: 2006, - healthExpense: 4846.36, - lifeExpectancy: 80.34, - name: `Norway` - }), - new HealthDataForFranceItem( - { - year: 2007, - healthExpense: 4965.14, - lifeExpectancy: 80.4, - name: `Norway` - }), - new HealthDataForFranceItem( - { - year: 2008, - healthExpense: 5149.6, - lifeExpectancy: 80.59, - name: `Norway` - }), - new HealthDataForFranceItem( - { - year: 2009, - healthExpense: 5254.08, - lifeExpectancy: 80.8, - name: `Norway` - }), - new HealthDataForFranceItem( - { - year: 2010, - healthExpense: 5240.42, - lifeExpectancy: 81, - name: `Norway` - }), - new HealthDataForFranceItem( - { - year: 2011, - healthExpense: 5387.98, - lifeExpectancy: 81.3, - name: `Norway` - }), - new HealthDataForFranceItem( - { - year: 2012, - healthExpense: 5499.09, - lifeExpectancy: 81.45, - name: `Norway` - }), - new HealthDataForFranceItem( - { - year: 2013, - healthExpense: 5557.2, - lifeExpectancy: 81.75, - name: `Norway` - }), - new HealthDataForFranceItem( - { - year: 2014, - healthExpense: 5730.16, - lifeExpectancy: 82.1, - name: `Norway` - }), - new HealthDataForFranceItem( - { - year: 2015, - healthExpense: 5926.44, - lifeExpectancy: 82.3, - name: `Norway` - }), + new HealthDataForFranceItem({ year: 1985, healthExpense: 2025.98, lifeExpectancy: 75.92, name: `Norway` }), + new HealthDataForFranceItem({ year: 1986, healthExpense: 2075.21, lifeExpectancy: 76.24, name: `Norway` }), + new HealthDataForFranceItem({ year: 1987, healthExpense: 2140.51, lifeExpectancy: 76.08, name: `Norway` }), + new HealthDataForFranceItem({ year: 1988, healthExpense: 2119.07, lifeExpectancy: 76.22, name: `Norway` }), + new HealthDataForFranceItem({ year: 1989, healthExpense: 2112.67, lifeExpectancy: 76.5, name: `Norway` }), + new HealthDataForFranceItem({ year: 1990, healthExpense: 2519.81, lifeExpectancy: 76.54, name: `Norway` }), + new HealthDataForFranceItem({ year: 1991, healthExpense: 2660.33, lifeExpectancy: 76.98, name: `Norway` }), + new HealthDataForFranceItem({ year: 1992, healthExpense: 2737.93, lifeExpectancy: 77.18, name: `Norway` }), + new HealthDataForFranceItem({ year: 1993, healthExpense: 2761.36, lifeExpectancy: 77.15, name: `Norway` }), + new HealthDataForFranceItem({ year: 1994, healthExpense: 2800.17, lifeExpectancy: 77.69, name: `Norway` }), + new HealthDataForFranceItem({ year: 1995, healthExpense: 2863.39, lifeExpectancy: 77.74, name: `Norway` }), + new HealthDataForFranceItem({ year: 1996, healthExpense: 3034.79, lifeExpectancy: 78.15, name: `Norway` }), + new HealthDataForFranceItem({ year: 1997, healthExpense: 3426.25, lifeExpectancy: 78.14, name: `Norway` }), + new HealthDataForFranceItem({ year: 1998, healthExpense: 3639.47, lifeExpectancy: 78.33, name: `Norway` }), + new HealthDataForFranceItem({ year: 1999, healthExpense: 3826.04, lifeExpectancy: 78.28, name: `Norway` }), + new HealthDataForFranceItem({ year: 2000, healthExpense: 4003.97, lifeExpectancy: 78.63, name: `Norway` }), + new HealthDataForFranceItem({ year: 2001, healthExpense: 4139.3, lifeExpectancy: 78.79, name: `Norway` }), + new HealthDataForFranceItem({ year: 2002, healthExpense: 4504.06, lifeExpectancy: 78.99, name: `Norway` }), + new HealthDataForFranceItem({ year: 2003, healthExpense: 4633.59, lifeExpectancy: 79.39, name: `Norway` }), + new HealthDataForFranceItem({ year: 2004, healthExpense: 4734.15, lifeExpectancy: 79.84, name: `Norway` }), + new HealthDataForFranceItem({ year: 2005, healthExpense: 4822.75, lifeExpectancy: 80.04, name: `Norway` }), + new HealthDataForFranceItem({ year: 2006, healthExpense: 4846.36, lifeExpectancy: 80.34, name: `Norway` }), + new HealthDataForFranceItem({ year: 2007, healthExpense: 4965.14, lifeExpectancy: 80.4, name: `Norway` }), + new HealthDataForFranceItem({ year: 2008, healthExpense: 5149.6, lifeExpectancy: 80.59, name: `Norway` }), + new HealthDataForFranceItem({ year: 2009, healthExpense: 5254.08, lifeExpectancy: 80.8, name: `Norway` }), + new HealthDataForFranceItem({ year: 2010, healthExpense: 5240.42, lifeExpectancy: 81, name: `Norway` }), + new HealthDataForFranceItem({ year: 2011, healthExpense: 5387.98, lifeExpectancy: 81.3, name: `Norway` }), + new HealthDataForFranceItem({ year: 2012, healthExpense: 5499.09, lifeExpectancy: 81.45, name: `Norway` }), + new HealthDataForFranceItem({ year: 2013, healthExpense: 5557.2, lifeExpectancy: 81.75, name: `Norway` }), + new HealthDataForFranceItem({ year: 2014, healthExpense: 5730.16, lifeExpectancy: 82.1, name: `Norway` }), + new HealthDataForFranceItem({ year: 2015, healthExpense: 5926.44, lifeExpectancy: 82.3, name: `Norway` }), ]; super(...newItems.slice(0)); } diff --git a/samples/charts/data-chart/scatter-spline-chart/src/HealthDataForGermany.ts b/samples/charts/data-chart/scatter-spline-chart/src/HealthDataForGermany.ts index e88199fe24..fdb7a30f92 100644 --- a/samples/charts/data-chart/scatter-spline-chart/src/HealthDataForGermany.ts +++ b/samples/charts/data-chart/scatter-spline-chart/src/HealthDataForGermany.ts @@ -15,216 +15,36 @@ export class HealthDataForGermany extends Array { super(...items); } else { const newItems = [ - new HealthDataForGermanyItem( - { - year: 1985, - healthExpense: 2579.64, - lifeExpectancy: 74.05, - name: `Germany` - }), - new HealthDataForGermanyItem( - { - year: 1986, - healthExpense: 2603.94, - lifeExpectancy: 74.31, - name: `Germany` - }), - new HealthDataForGermanyItem( - { - year: 1987, - healthExpense: 2668.49, - lifeExpectancy: 74.56, - name: `Germany` - }), - new HealthDataForGermanyItem( - { - year: 1988, - healthExpense: 2812.94, - lifeExpectancy: 74.79, - name: `Germany` - }), - new HealthDataForGermanyItem( - { - year: 1989, - healthExpense: 2689.51, - lifeExpectancy: 75.01, - name: `Germany` - }), - new HealthDataForGermanyItem( - { - year: 1990, - healthExpense: 2774.68, - lifeExpectancy: 75.23, - name: `Germany` - }), - new HealthDataForGermanyItem( - { - year: 1992, - healthExpense: 2909.85, - lifeExpectancy: 75.82, - name: `Germany` - }), - new HealthDataForGermanyItem( - { - year: 1993, - healthExpense: 2853.09, - lifeExpectancy: 75.87, - name: `Germany` - }), - new HealthDataForGermanyItem( - { - year: 1994, - healthExpense: 2989.64, - lifeExpectancy: 76.27, - name: `Germany` - }), - new HealthDataForGermanyItem( - { - year: 1995, - healthExpense: 3122.13, - lifeExpectancy: 76.42, - name: `Germany` - }), - new HealthDataForGermanyItem( - { - year: 1996, - healthExpense: 3241.89, - lifeExpectancy: 76.67, - name: `Germany` - }), - new HealthDataForGermanyItem( - { - year: 1997, - healthExpense: 3257.29, - lifeExpectancy: 77.07, - name: `Germany` - }), - new HealthDataForGermanyItem( - { - year: 1998, - healthExpense: 3327.26, - lifeExpectancy: 77.48, - name: `Germany` - }), - new HealthDataForGermanyItem( - { - year: 1999, - healthExpense: 3414.57, - lifeExpectancy: 77.73, - name: `Germany` - }), - new HealthDataForGermanyItem( - { - year: 2000, - healthExpense: 3536.35, - lifeExpectancy: 77.93, - name: `Germany` - }), - new HealthDataForGermanyItem( - { - year: 2001, - healthExpense: 3603.77, - lifeExpectancy: 78.33, - name: `Germany` - }), - new HealthDataForGermanyItem( - { - year: 2002, - healthExpense: 3687.38, - lifeExpectancy: 78.23, - name: `Germany` - }), - new HealthDataForGermanyItem( - { - year: 2003, - healthExpense: 3745.14, - lifeExpectancy: 78.38, - name: `Germany` - }), - new HealthDataForGermanyItem( - { - year: 2004, - healthExpense: 3704.96, - lifeExpectancy: 78.68, - name: `Germany` - }), - new HealthDataForGermanyItem( - { - year: 2005, - healthExpense: 3787.13, - lifeExpectancy: 78.93, - name: `Germany` - }), - new HealthDataForGermanyItem( - { - year: 2006, - healthExpense: 3875.14, - lifeExpectancy: 79.13, - name: `Germany` - }), - new HealthDataForGermanyItem( - { - year: 2007, - healthExpense: 3950.17, - lifeExpectancy: 79.53, - name: `Germany` - }), - new HealthDataForGermanyItem( - { - year: 2008, - healthExpense: 4079.09, - lifeExpectancy: 79.74, - name: `Germany` - }), - new HealthDataForGermanyItem( - { - year: 2009, - healthExpense: 4232.58, - lifeExpectancy: 79.84, - name: `Germany` - }), - new HealthDataForGermanyItem( - { - year: 2010, - healthExpense: 4358.61, - lifeExpectancy: 79.99, - name: `Germany` - }), - new HealthDataForGermanyItem( - { - year: 2011, - healthExpense: 4396.44, - lifeExpectancy: 80.44, - name: `Germany` - }), - new HealthDataForGermanyItem( - { - year: 2012, - healthExpense: 4516.99, - lifeExpectancy: 80.54, - name: `Germany` - }), - new HealthDataForGermanyItem( - { - year: 2013, - healthExpense: 4589.37, - lifeExpectancy: 80.49, - name: `Germany` - }), - new HealthDataForGermanyItem( - { - year: 2014, - healthExpense: 4684.49, - lifeExpectancy: 81.09, - name: `Germany` - }), - new HealthDataForGermanyItem( - { - year: 2015, - healthExpense: 4772.33, - lifeExpectancy: 80.64, - name: `Germany` - }), + new HealthDataForGermanyItem({ year: 1985, healthExpense: 2579.64, lifeExpectancy: 74.05, name: `Germany` }), + new HealthDataForGermanyItem({ year: 1986, healthExpense: 2603.94, lifeExpectancy: 74.31, name: `Germany` }), + new HealthDataForGermanyItem({ year: 1987, healthExpense: 2668.49, lifeExpectancy: 74.56, name: `Germany` }), + new HealthDataForGermanyItem({ year: 1988, healthExpense: 2812.94, lifeExpectancy: 74.79, name: `Germany` }), + new HealthDataForGermanyItem({ year: 1989, healthExpense: 2689.51, lifeExpectancy: 75.01, name: `Germany` }), + new HealthDataForGermanyItem({ year: 1990, healthExpense: 2774.68, lifeExpectancy: 75.23, name: `Germany` }), + new HealthDataForGermanyItem({ year: 1992, healthExpense: 2909.85, lifeExpectancy: 75.82, name: `Germany` }), + new HealthDataForGermanyItem({ year: 1993, healthExpense: 2853.09, lifeExpectancy: 75.87, name: `Germany` }), + new HealthDataForGermanyItem({ year: 1994, healthExpense: 2989.64, lifeExpectancy: 76.27, name: `Germany` }), + new HealthDataForGermanyItem({ year: 1995, healthExpense: 3122.13, lifeExpectancy: 76.42, name: `Germany` }), + new HealthDataForGermanyItem({ year: 1996, healthExpense: 3241.89, lifeExpectancy: 76.67, name: `Germany` }), + new HealthDataForGermanyItem({ year: 1997, healthExpense: 3257.29, lifeExpectancy: 77.07, name: `Germany` }), + new HealthDataForGermanyItem({ year: 1998, healthExpense: 3327.26, lifeExpectancy: 77.48, name: `Germany` }), + new HealthDataForGermanyItem({ year: 1999, healthExpense: 3414.57, lifeExpectancy: 77.73, name: `Germany` }), + new HealthDataForGermanyItem({ year: 2000, healthExpense: 3536.35, lifeExpectancy: 77.93, name: `Germany` }), + new HealthDataForGermanyItem({ year: 2001, healthExpense: 3603.77, lifeExpectancy: 78.33, name: `Germany` }), + new HealthDataForGermanyItem({ year: 2002, healthExpense: 3687.38, lifeExpectancy: 78.23, name: `Germany` }), + new HealthDataForGermanyItem({ year: 2003, healthExpense: 3745.14, lifeExpectancy: 78.38, name: `Germany` }), + new HealthDataForGermanyItem({ year: 2004, healthExpense: 3704.96, lifeExpectancy: 78.68, name: `Germany` }), + new HealthDataForGermanyItem({ year: 2005, healthExpense: 3787.13, lifeExpectancy: 78.93, name: `Germany` }), + new HealthDataForGermanyItem({ year: 2006, healthExpense: 3875.14, lifeExpectancy: 79.13, name: `Germany` }), + new HealthDataForGermanyItem({ year: 2007, healthExpense: 3950.17, lifeExpectancy: 79.53, name: `Germany` }), + new HealthDataForGermanyItem({ year: 2008, healthExpense: 4079.09, lifeExpectancy: 79.74, name: `Germany` }), + new HealthDataForGermanyItem({ year: 2009, healthExpense: 4232.58, lifeExpectancy: 79.84, name: `Germany` }), + new HealthDataForGermanyItem({ year: 2010, healthExpense: 4358.61, lifeExpectancy: 79.99, name: `Germany` }), + new HealthDataForGermanyItem({ year: 2011, healthExpense: 4396.44, lifeExpectancy: 80.44, name: `Germany` }), + new HealthDataForGermanyItem({ year: 2012, healthExpense: 4516.99, lifeExpectancy: 80.54, name: `Germany` }), + new HealthDataForGermanyItem({ year: 2013, healthExpense: 4589.37, lifeExpectancy: 80.49, name: `Germany` }), + new HealthDataForGermanyItem({ year: 2014, healthExpense: 4684.49, lifeExpectancy: 81.09, name: `Germany` }), + new HealthDataForGermanyItem({ year: 2015, healthExpense: 4772.33, lifeExpectancy: 80.64, name: `Germany` }), ]; super(...newItems.slice(0)); } diff --git a/samples/charts/data-chart/selection-matcher/src/EnergyRenewableConsumption.ts b/samples/charts/data-chart/selection-matcher/src/EnergyRenewableConsumption.ts index f742bbef3b..2f522ee1bf 100644 --- a/samples/charts/data-chart/selection-matcher/src/EnergyRenewableConsumption.ts +++ b/samples/charts/data-chart/selection-matcher/src/EnergyRenewableConsumption.ts @@ -17,51 +17,11 @@ export class EnergyRenewableConsumption extends Array { super(...items); } else { const newItems = [ - new ContinentsBirthRateItem( - { - Year: `1950`, - Asia: 62, - Africa: 13, - Europe: 10, - NorthAmerica: 4, - SouthAmerica: 8, - Oceania: 1 - }), - new ContinentsBirthRateItem( - { - Year: `1960`, - Asia: 68, - Africa: 12, - Europe: 15, - NorthAmerica: 4, - SouthAmerica: 9, - Oceania: 2 - }), - new ContinentsBirthRateItem( - { - Year: `1970`, - Asia: 80, - Africa: 17, - Europe: 11, - NorthAmerica: 3, - SouthAmerica: 9, - Oceania: 1 - }), - new ContinentsBirthRateItem( - { - Year: `1980`, - Asia: 77, - Africa: 21, - Europe: 12, - NorthAmerica: 3, - SouthAmerica: 10, - Oceania: 2 - }), - new ContinentsBirthRateItem( - { - Year: `1990`, - Asia: 87, - Africa: 24, - Europe: 9, - NorthAmerica: 3, - SouthAmerica: 10, - Oceania: 1 - }), - new ContinentsBirthRateItem( - { - Year: `2000`, - Asia: 79, - Africa: 28, - Europe: 8, - NorthAmerica: 4, - SouthAmerica: 9, - Oceania: 3 - }), - new ContinentsBirthRateItem( - { - Year: `2010`, - Asia: 78, - Africa: 35, - Europe: 10, - NorthAmerica: 4, - SouthAmerica: 8, - Oceania: 2 - }), - new ContinentsBirthRateItem( - { - Year: `2020`, - Asia: 75, - Africa: 43, - Europe: 7, - NorthAmerica: 4, - SouthAmerica: 7, - Oceania: 4 - }), + new ContinentsBirthRateItem({ Year: `1950`, Asia: 62, Africa: 13, Europe: 10, NorthAmerica: 4, SouthAmerica: 8, Oceania: 1 }), + new ContinentsBirthRateItem({ Year: `1960`, Asia: 68, Africa: 12, Europe: 15, NorthAmerica: 4, SouthAmerica: 9, Oceania: 2 }), + new ContinentsBirthRateItem({ Year: `1970`, Asia: 80, Africa: 17, Europe: 11, NorthAmerica: 3, SouthAmerica: 9, Oceania: 1 }), + new ContinentsBirthRateItem({ Year: `1980`, Asia: 77, Africa: 21, Europe: 12, NorthAmerica: 3, SouthAmerica: 10, Oceania: 2 }), + new ContinentsBirthRateItem({ Year: `1990`, Asia: 87, Africa: 24, Europe: 9, NorthAmerica: 3, SouthAmerica: 10, Oceania: 1 }), + new ContinentsBirthRateItem({ Year: `2000`, Asia: 79, Africa: 28, Europe: 8, NorthAmerica: 4, SouthAmerica: 9, Oceania: 3 }), + new ContinentsBirthRateItem({ Year: `2010`, Asia: 78, Africa: 35, Europe: 10, NorthAmerica: 4, SouthAmerica: 8, Oceania: 2 }), + new ContinentsBirthRateItem({ Year: `2020`, Asia: 75, Africa: 43, Europe: 7, NorthAmerica: 4, SouthAmerica: 7, Oceania: 4 }), ]; super(...newItems.slice(0)); } diff --git a/samples/charts/data-chart/stacked-100-bar-chart/src/EnergyRenewableConsumption.ts b/samples/charts/data-chart/stacked-100-bar-chart/src/EnergyRenewableConsumption.ts index f742bbef3b..2f522ee1bf 100644 --- a/samples/charts/data-chart/stacked-100-bar-chart/src/EnergyRenewableConsumption.ts +++ b/samples/charts/data-chart/stacked-100-bar-chart/src/EnergyRenewableConsumption.ts @@ -17,51 +17,11 @@ export class EnergyRenewableConsumption extends Array { super(...items); } else { const newItems = [ - new OnlineTrafficByDeviceItem( - { - category: `Apparel`, - desktop: 27, - mobile: 66, - tablet: 7 - }), - new OnlineTrafficByDeviceItem( - { - category: `Beauty`, - desktop: 29, - mobile: 66, - tablet: 5 - }), - new OnlineTrafficByDeviceItem( - { - category: `Travel`, - desktop: 41, - mobile: 51, - tablet: 8 - }), - new OnlineTrafficByDeviceItem( - { - category: `Grocery`, - desktop: 37, - mobile: 57, - tablet: 6 - }), - new OnlineTrafficByDeviceItem( - { - category: `Energy`, - desktop: 58, - mobile: 39, - tablet: 3 - }), - new OnlineTrafficByDeviceItem( - { - category: `Home Supply`, - desktop: 35, - mobile: 56, - tablet: 8 - }), - new OnlineTrafficByDeviceItem( - { - category: `Financial`, - desktop: 58, - mobile: 39, - tablet: 3 - }), + new OnlineTrafficByDeviceItem({ category: `Apparel`, desktop: 27, mobile: 66, tablet: 7 }), + new OnlineTrafficByDeviceItem({ category: `Beauty`, desktop: 29, mobile: 66, tablet: 5 }), + new OnlineTrafficByDeviceItem({ category: `Travel`, desktop: 41, mobile: 51, tablet: 8 }), + new OnlineTrafficByDeviceItem({ category: `Grocery`, desktop: 37, mobile: 57, tablet: 6 }), + new OnlineTrafficByDeviceItem({ category: `Energy`, desktop: 58, mobile: 39, tablet: 3 }), + new OnlineTrafficByDeviceItem({ category: `Home Supply`, desktop: 35, mobile: 56, tablet: 8 }), + new OnlineTrafficByDeviceItem({ category: `Financial`, desktop: 58, mobile: 39, tablet: 3 }), ]; super(...newItems.slice(0)); } diff --git a/samples/charts/data-chart/stacked-100-line-chart/src/ContinentsBirthRate.ts b/samples/charts/data-chart/stacked-100-line-chart/src/ContinentsBirthRate.ts index 2e1860aded..7d476a04c8 100644 --- a/samples/charts/data-chart/stacked-100-line-chart/src/ContinentsBirthRate.ts +++ b/samples/charts/data-chart/stacked-100-line-chart/src/ContinentsBirthRate.ts @@ -18,86 +18,14 @@ export class ContinentsBirthRate extends Array { super(...items); } else { const newItems = [ - new ContinentsBirthRateItem( - { - Year: `1950`, - Asia: 62, - Africa: 13, - Europe: 10, - NorthAmerica: 4, - SouthAmerica: 8, - Oceania: 1 - }), - new ContinentsBirthRateItem( - { - Year: `1960`, - Asia: 68, - Africa: 12, - Europe: 15, - NorthAmerica: 4, - SouthAmerica: 9, - Oceania: 2 - }), - new ContinentsBirthRateItem( - { - Year: `1970`, - Asia: 80, - Africa: 17, - Europe: 11, - NorthAmerica: 3, - SouthAmerica: 9, - Oceania: 1 - }), - new ContinentsBirthRateItem( - { - Year: `1980`, - Asia: 77, - Africa: 21, - Europe: 12, - NorthAmerica: 3, - SouthAmerica: 10, - Oceania: 2 - }), - new ContinentsBirthRateItem( - { - Year: `1990`, - Asia: 87, - Africa: 24, - Europe: 9, - NorthAmerica: 3, - SouthAmerica: 10, - Oceania: 1 - }), - new ContinentsBirthRateItem( - { - Year: `2000`, - Asia: 79, - Africa: 28, - Europe: 8, - NorthAmerica: 4, - SouthAmerica: 9, - Oceania: 3 - }), - new ContinentsBirthRateItem( - { - Year: `2010`, - Asia: 78, - Africa: 35, - Europe: 10, - NorthAmerica: 4, - SouthAmerica: 8, - Oceania: 2 - }), - new ContinentsBirthRateItem( - { - Year: `2020`, - Asia: 75, - Africa: 43, - Europe: 7, - NorthAmerica: 4, - SouthAmerica: 7, - Oceania: 4 - }), + new ContinentsBirthRateItem({ Year: `1950`, Asia: 62, Africa: 13, Europe: 10, NorthAmerica: 4, SouthAmerica: 8, Oceania: 1 }), + new ContinentsBirthRateItem({ Year: `1960`, Asia: 68, Africa: 12, Europe: 15, NorthAmerica: 4, SouthAmerica: 9, Oceania: 2 }), + new ContinentsBirthRateItem({ Year: `1970`, Asia: 80, Africa: 17, Europe: 11, NorthAmerica: 3, SouthAmerica: 9, Oceania: 1 }), + new ContinentsBirthRateItem({ Year: `1980`, Asia: 77, Africa: 21, Europe: 12, NorthAmerica: 3, SouthAmerica: 10, Oceania: 2 }), + new ContinentsBirthRateItem({ Year: `1990`, Asia: 87, Africa: 24, Europe: 9, NorthAmerica: 3, SouthAmerica: 10, Oceania: 1 }), + new ContinentsBirthRateItem({ Year: `2000`, Asia: 79, Africa: 28, Europe: 8, NorthAmerica: 4, SouthAmerica: 9, Oceania: 3 }), + new ContinentsBirthRateItem({ Year: `2010`, Asia: 78, Africa: 35, Europe: 10, NorthAmerica: 4, SouthAmerica: 8, Oceania: 2 }), + new ContinentsBirthRateItem({ Year: `2020`, Asia: 75, Africa: 43, Europe: 7, NorthAmerica: 4, SouthAmerica: 7, Oceania: 4 }), ]; super(...newItems.slice(0)); } diff --git a/samples/charts/data-chart/stacked-100-spline-area-chart/src/ContinentsBirthRate.ts b/samples/charts/data-chart/stacked-100-spline-area-chart/src/ContinentsBirthRate.ts index 2e1860aded..7d476a04c8 100644 --- a/samples/charts/data-chart/stacked-100-spline-area-chart/src/ContinentsBirthRate.ts +++ b/samples/charts/data-chart/stacked-100-spline-area-chart/src/ContinentsBirthRate.ts @@ -18,86 +18,14 @@ export class ContinentsBirthRate extends Array { super(...items); } else { const newItems = [ - new ContinentsBirthRateItem( - { - Year: `1950`, - Asia: 62, - Africa: 13, - Europe: 10, - NorthAmerica: 4, - SouthAmerica: 8, - Oceania: 1 - }), - new ContinentsBirthRateItem( - { - Year: `1960`, - Asia: 68, - Africa: 12, - Europe: 15, - NorthAmerica: 4, - SouthAmerica: 9, - Oceania: 2 - }), - new ContinentsBirthRateItem( - { - Year: `1970`, - Asia: 80, - Africa: 17, - Europe: 11, - NorthAmerica: 3, - SouthAmerica: 9, - Oceania: 1 - }), - new ContinentsBirthRateItem( - { - Year: `1980`, - Asia: 77, - Africa: 21, - Europe: 12, - NorthAmerica: 3, - SouthAmerica: 10, - Oceania: 2 - }), - new ContinentsBirthRateItem( - { - Year: `1990`, - Asia: 87, - Africa: 24, - Europe: 9, - NorthAmerica: 3, - SouthAmerica: 10, - Oceania: 1 - }), - new ContinentsBirthRateItem( - { - Year: `2000`, - Asia: 79, - Africa: 28, - Europe: 8, - NorthAmerica: 4, - SouthAmerica: 9, - Oceania: 3 - }), - new ContinentsBirthRateItem( - { - Year: `2010`, - Asia: 78, - Africa: 35, - Europe: 10, - NorthAmerica: 4, - SouthAmerica: 8, - Oceania: 2 - }), - new ContinentsBirthRateItem( - { - Year: `2020`, - Asia: 75, - Africa: 43, - Europe: 7, - NorthAmerica: 4, - SouthAmerica: 7, - Oceania: 4 - }), + new ContinentsBirthRateItem({ Year: `1950`, Asia: 62, Africa: 13, Europe: 10, NorthAmerica: 4, SouthAmerica: 8, Oceania: 1 }), + new ContinentsBirthRateItem({ Year: `1960`, Asia: 68, Africa: 12, Europe: 15, NorthAmerica: 4, SouthAmerica: 9, Oceania: 2 }), + new ContinentsBirthRateItem({ Year: `1970`, Asia: 80, Africa: 17, Europe: 11, NorthAmerica: 3, SouthAmerica: 9, Oceania: 1 }), + new ContinentsBirthRateItem({ Year: `1980`, Asia: 77, Africa: 21, Europe: 12, NorthAmerica: 3, SouthAmerica: 10, Oceania: 2 }), + new ContinentsBirthRateItem({ Year: `1990`, Asia: 87, Africa: 24, Europe: 9, NorthAmerica: 3, SouthAmerica: 10, Oceania: 1 }), + new ContinentsBirthRateItem({ Year: `2000`, Asia: 79, Africa: 28, Europe: 8, NorthAmerica: 4, SouthAmerica: 9, Oceania: 3 }), + new ContinentsBirthRateItem({ Year: `2010`, Asia: 78, Africa: 35, Europe: 10, NorthAmerica: 4, SouthAmerica: 8, Oceania: 2 }), + new ContinentsBirthRateItem({ Year: `2020`, Asia: 75, Africa: 43, Europe: 7, NorthAmerica: 4, SouthAmerica: 7, Oceania: 4 }), ]; super(...newItems.slice(0)); } diff --git a/samples/charts/data-chart/stacked-100-spline-chart/src/ContinentsBirthRate.ts b/samples/charts/data-chart/stacked-100-spline-chart/src/ContinentsBirthRate.ts index 2e1860aded..7d476a04c8 100644 --- a/samples/charts/data-chart/stacked-100-spline-chart/src/ContinentsBirthRate.ts +++ b/samples/charts/data-chart/stacked-100-spline-chart/src/ContinentsBirthRate.ts @@ -18,86 +18,14 @@ export class ContinentsBirthRate extends Array { super(...items); } else { const newItems = [ - new ContinentsBirthRateItem( - { - Year: `1950`, - Asia: 62, - Africa: 13, - Europe: 10, - NorthAmerica: 4, - SouthAmerica: 8, - Oceania: 1 - }), - new ContinentsBirthRateItem( - { - Year: `1960`, - Asia: 68, - Africa: 12, - Europe: 15, - NorthAmerica: 4, - SouthAmerica: 9, - Oceania: 2 - }), - new ContinentsBirthRateItem( - { - Year: `1970`, - Asia: 80, - Africa: 17, - Europe: 11, - NorthAmerica: 3, - SouthAmerica: 9, - Oceania: 1 - }), - new ContinentsBirthRateItem( - { - Year: `1980`, - Asia: 77, - Africa: 21, - Europe: 12, - NorthAmerica: 3, - SouthAmerica: 10, - Oceania: 2 - }), - new ContinentsBirthRateItem( - { - Year: `1990`, - Asia: 87, - Africa: 24, - Europe: 9, - NorthAmerica: 3, - SouthAmerica: 10, - Oceania: 1 - }), - new ContinentsBirthRateItem( - { - Year: `2000`, - Asia: 79, - Africa: 28, - Europe: 8, - NorthAmerica: 4, - SouthAmerica: 9, - Oceania: 3 - }), - new ContinentsBirthRateItem( - { - Year: `2010`, - Asia: 78, - Africa: 35, - Europe: 10, - NorthAmerica: 4, - SouthAmerica: 8, - Oceania: 2 - }), - new ContinentsBirthRateItem( - { - Year: `2020`, - Asia: 75, - Africa: 43, - Europe: 7, - NorthAmerica: 4, - SouthAmerica: 7, - Oceania: 4 - }), + new ContinentsBirthRateItem({ Year: `1950`, Asia: 62, Africa: 13, Europe: 10, NorthAmerica: 4, SouthAmerica: 8, Oceania: 1 }), + new ContinentsBirthRateItem({ Year: `1960`, Asia: 68, Africa: 12, Europe: 15, NorthAmerica: 4, SouthAmerica: 9, Oceania: 2 }), + new ContinentsBirthRateItem({ Year: `1970`, Asia: 80, Africa: 17, Europe: 11, NorthAmerica: 3, SouthAmerica: 9, Oceania: 1 }), + new ContinentsBirthRateItem({ Year: `1980`, Asia: 77, Africa: 21, Europe: 12, NorthAmerica: 3, SouthAmerica: 10, Oceania: 2 }), + new ContinentsBirthRateItem({ Year: `1990`, Asia: 87, Africa: 24, Europe: 9, NorthAmerica: 3, SouthAmerica: 10, Oceania: 1 }), + new ContinentsBirthRateItem({ Year: `2000`, Asia: 79, Africa: 28, Europe: 8, NorthAmerica: 4, SouthAmerica: 9, Oceania: 3 }), + new ContinentsBirthRateItem({ Year: `2010`, Asia: 78, Africa: 35, Europe: 10, NorthAmerica: 4, SouthAmerica: 8, Oceania: 2 }), + new ContinentsBirthRateItem({ Year: `2020`, Asia: 75, Africa: 43, Europe: 7, NorthAmerica: 4, SouthAmerica: 7, Oceania: 4 }), ]; super(...newItems.slice(0)); } diff --git a/samples/charts/data-chart/stacked-area-chart/src/ContinentsBirthRate.ts b/samples/charts/data-chart/stacked-area-chart/src/ContinentsBirthRate.ts index 2e1860aded..7d476a04c8 100644 --- a/samples/charts/data-chart/stacked-area-chart/src/ContinentsBirthRate.ts +++ b/samples/charts/data-chart/stacked-area-chart/src/ContinentsBirthRate.ts @@ -18,86 +18,14 @@ export class ContinentsBirthRate extends Array { super(...items); } else { const newItems = [ - new ContinentsBirthRateItem( - { - Year: `1950`, - Asia: 62, - Africa: 13, - Europe: 10, - NorthAmerica: 4, - SouthAmerica: 8, - Oceania: 1 - }), - new ContinentsBirthRateItem( - { - Year: `1960`, - Asia: 68, - Africa: 12, - Europe: 15, - NorthAmerica: 4, - SouthAmerica: 9, - Oceania: 2 - }), - new ContinentsBirthRateItem( - { - Year: `1970`, - Asia: 80, - Africa: 17, - Europe: 11, - NorthAmerica: 3, - SouthAmerica: 9, - Oceania: 1 - }), - new ContinentsBirthRateItem( - { - Year: `1980`, - Asia: 77, - Africa: 21, - Europe: 12, - NorthAmerica: 3, - SouthAmerica: 10, - Oceania: 2 - }), - new ContinentsBirthRateItem( - { - Year: `1990`, - Asia: 87, - Africa: 24, - Europe: 9, - NorthAmerica: 3, - SouthAmerica: 10, - Oceania: 1 - }), - new ContinentsBirthRateItem( - { - Year: `2000`, - Asia: 79, - Africa: 28, - Europe: 8, - NorthAmerica: 4, - SouthAmerica: 9, - Oceania: 3 - }), - new ContinentsBirthRateItem( - { - Year: `2010`, - Asia: 78, - Africa: 35, - Europe: 10, - NorthAmerica: 4, - SouthAmerica: 8, - Oceania: 2 - }), - new ContinentsBirthRateItem( - { - Year: `2020`, - Asia: 75, - Africa: 43, - Europe: 7, - NorthAmerica: 4, - SouthAmerica: 7, - Oceania: 4 - }), + new ContinentsBirthRateItem({ Year: `1950`, Asia: 62, Africa: 13, Europe: 10, NorthAmerica: 4, SouthAmerica: 8, Oceania: 1 }), + new ContinentsBirthRateItem({ Year: `1960`, Asia: 68, Africa: 12, Europe: 15, NorthAmerica: 4, SouthAmerica: 9, Oceania: 2 }), + new ContinentsBirthRateItem({ Year: `1970`, Asia: 80, Africa: 17, Europe: 11, NorthAmerica: 3, SouthAmerica: 9, Oceania: 1 }), + new ContinentsBirthRateItem({ Year: `1980`, Asia: 77, Africa: 21, Europe: 12, NorthAmerica: 3, SouthAmerica: 10, Oceania: 2 }), + new ContinentsBirthRateItem({ Year: `1990`, Asia: 87, Africa: 24, Europe: 9, NorthAmerica: 3, SouthAmerica: 10, Oceania: 1 }), + new ContinentsBirthRateItem({ Year: `2000`, Asia: 79, Africa: 28, Europe: 8, NorthAmerica: 4, SouthAmerica: 9, Oceania: 3 }), + new ContinentsBirthRateItem({ Year: `2010`, Asia: 78, Africa: 35, Europe: 10, NorthAmerica: 4, SouthAmerica: 8, Oceania: 2 }), + new ContinentsBirthRateItem({ Year: `2020`, Asia: 75, Africa: 43, Europe: 7, NorthAmerica: 4, SouthAmerica: 7, Oceania: 4 }), ]; super(...newItems.slice(0)); } diff --git a/samples/charts/data-chart/stacked-bar-chart/src/EnergyRenewableConsumption.ts b/samples/charts/data-chart/stacked-bar-chart/src/EnergyRenewableConsumption.ts index f742bbef3b..2f522ee1bf 100644 --- a/samples/charts/data-chart/stacked-bar-chart/src/EnergyRenewableConsumption.ts +++ b/samples/charts/data-chart/stacked-bar-chart/src/EnergyRenewableConsumption.ts @@ -17,51 +17,11 @@ export class EnergyRenewableConsumption extends Array { super(...items); } else { const newItems = [ - new ContinentsBirthRateItem( - { - Year: `1950`, - Asia: 62, - Africa: 13, - Europe: 10, - NorthAmerica: 4, - SouthAmerica: 8, - Oceania: 1 - }), - new ContinentsBirthRateItem( - { - Year: `1960`, - Asia: 68, - Africa: 12, - Europe: 15, - NorthAmerica: 4, - SouthAmerica: 9, - Oceania: 2 - }), - new ContinentsBirthRateItem( - { - Year: `1970`, - Asia: 80, - Africa: 17, - Europe: 11, - NorthAmerica: 3, - SouthAmerica: 9, - Oceania: 1 - }), - new ContinentsBirthRateItem( - { - Year: `1980`, - Asia: 77, - Africa: 21, - Europe: 12, - NorthAmerica: 3, - SouthAmerica: 10, - Oceania: 2 - }), - new ContinentsBirthRateItem( - { - Year: `1990`, - Asia: 87, - Africa: 24, - Europe: 9, - NorthAmerica: 3, - SouthAmerica: 10, - Oceania: 1 - }), - new ContinentsBirthRateItem( - { - Year: `2000`, - Asia: 79, - Africa: 28, - Europe: 8, - NorthAmerica: 4, - SouthAmerica: 9, - Oceania: 3 - }), - new ContinentsBirthRateItem( - { - Year: `2010`, - Asia: 78, - Africa: 35, - Europe: 10, - NorthAmerica: 4, - SouthAmerica: 8, - Oceania: 2 - }), - new ContinentsBirthRateItem( - { - Year: `2020`, - Asia: 75, - Africa: 43, - Europe: 7, - NorthAmerica: 4, - SouthAmerica: 7, - Oceania: 4 - }), + new ContinentsBirthRateItem({ Year: `1950`, Asia: 62, Africa: 13, Europe: 10, NorthAmerica: 4, SouthAmerica: 8, Oceania: 1 }), + new ContinentsBirthRateItem({ Year: `1960`, Asia: 68, Africa: 12, Europe: 15, NorthAmerica: 4, SouthAmerica: 9, Oceania: 2 }), + new ContinentsBirthRateItem({ Year: `1970`, Asia: 80, Africa: 17, Europe: 11, NorthAmerica: 3, SouthAmerica: 9, Oceania: 1 }), + new ContinentsBirthRateItem({ Year: `1980`, Asia: 77, Africa: 21, Europe: 12, NorthAmerica: 3, SouthAmerica: 10, Oceania: 2 }), + new ContinentsBirthRateItem({ Year: `1990`, Asia: 87, Africa: 24, Europe: 9, NorthAmerica: 3, SouthAmerica: 10, Oceania: 1 }), + new ContinentsBirthRateItem({ Year: `2000`, Asia: 79, Africa: 28, Europe: 8, NorthAmerica: 4, SouthAmerica: 9, Oceania: 3 }), + new ContinentsBirthRateItem({ Year: `2010`, Asia: 78, Africa: 35, Europe: 10, NorthAmerica: 4, SouthAmerica: 8, Oceania: 2 }), + new ContinentsBirthRateItem({ Year: `2020`, Asia: 75, Africa: 43, Europe: 7, NorthAmerica: 4, SouthAmerica: 7, Oceania: 4 }), ]; super(...newItems.slice(0)); } diff --git a/samples/charts/data-chart/stacked-line-chart/src/ContinentsBirthRate.ts b/samples/charts/data-chart/stacked-line-chart/src/ContinentsBirthRate.ts index 2e1860aded..7d476a04c8 100644 --- a/samples/charts/data-chart/stacked-line-chart/src/ContinentsBirthRate.ts +++ b/samples/charts/data-chart/stacked-line-chart/src/ContinentsBirthRate.ts @@ -18,86 +18,14 @@ export class ContinentsBirthRate extends Array { super(...items); } else { const newItems = [ - new ContinentsBirthRateItem( - { - Year: `1950`, - Asia: 62, - Africa: 13, - Europe: 10, - NorthAmerica: 4, - SouthAmerica: 8, - Oceania: 1 - }), - new ContinentsBirthRateItem( - { - Year: `1960`, - Asia: 68, - Africa: 12, - Europe: 15, - NorthAmerica: 4, - SouthAmerica: 9, - Oceania: 2 - }), - new ContinentsBirthRateItem( - { - Year: `1970`, - Asia: 80, - Africa: 17, - Europe: 11, - NorthAmerica: 3, - SouthAmerica: 9, - Oceania: 1 - }), - new ContinentsBirthRateItem( - { - Year: `1980`, - Asia: 77, - Africa: 21, - Europe: 12, - NorthAmerica: 3, - SouthAmerica: 10, - Oceania: 2 - }), - new ContinentsBirthRateItem( - { - Year: `1990`, - Asia: 87, - Africa: 24, - Europe: 9, - NorthAmerica: 3, - SouthAmerica: 10, - Oceania: 1 - }), - new ContinentsBirthRateItem( - { - Year: `2000`, - Asia: 79, - Africa: 28, - Europe: 8, - NorthAmerica: 4, - SouthAmerica: 9, - Oceania: 3 - }), - new ContinentsBirthRateItem( - { - Year: `2010`, - Asia: 78, - Africa: 35, - Europe: 10, - NorthAmerica: 4, - SouthAmerica: 8, - Oceania: 2 - }), - new ContinentsBirthRateItem( - { - Year: `2020`, - Asia: 75, - Africa: 43, - Europe: 7, - NorthAmerica: 4, - SouthAmerica: 7, - Oceania: 4 - }), + new ContinentsBirthRateItem({ Year: `1950`, Asia: 62, Africa: 13, Europe: 10, NorthAmerica: 4, SouthAmerica: 8, Oceania: 1 }), + new ContinentsBirthRateItem({ Year: `1960`, Asia: 68, Africa: 12, Europe: 15, NorthAmerica: 4, SouthAmerica: 9, Oceania: 2 }), + new ContinentsBirthRateItem({ Year: `1970`, Asia: 80, Africa: 17, Europe: 11, NorthAmerica: 3, SouthAmerica: 9, Oceania: 1 }), + new ContinentsBirthRateItem({ Year: `1980`, Asia: 77, Africa: 21, Europe: 12, NorthAmerica: 3, SouthAmerica: 10, Oceania: 2 }), + new ContinentsBirthRateItem({ Year: `1990`, Asia: 87, Africa: 24, Europe: 9, NorthAmerica: 3, SouthAmerica: 10, Oceania: 1 }), + new ContinentsBirthRateItem({ Year: `2000`, Asia: 79, Africa: 28, Europe: 8, NorthAmerica: 4, SouthAmerica: 9, Oceania: 3 }), + new ContinentsBirthRateItem({ Year: `2010`, Asia: 78, Africa: 35, Europe: 10, NorthAmerica: 4, SouthAmerica: 8, Oceania: 2 }), + new ContinentsBirthRateItem({ Year: `2020`, Asia: 75, Africa: 43, Europe: 7, NorthAmerica: 4, SouthAmerica: 7, Oceania: 4 }), ]; super(...newItems.slice(0)); } diff --git a/samples/charts/data-chart/stacked-spline-area-chart/src/ContinentsBirthRate.ts b/samples/charts/data-chart/stacked-spline-area-chart/src/ContinentsBirthRate.ts index 2e1860aded..7d476a04c8 100644 --- a/samples/charts/data-chart/stacked-spline-area-chart/src/ContinentsBirthRate.ts +++ b/samples/charts/data-chart/stacked-spline-area-chart/src/ContinentsBirthRate.ts @@ -18,86 +18,14 @@ export class ContinentsBirthRate extends Array { super(...items); } else { const newItems = [ - new ContinentsBirthRateItem( - { - Year: `1950`, - Asia: 62, - Africa: 13, - Europe: 10, - NorthAmerica: 4, - SouthAmerica: 8, - Oceania: 1 - }), - new ContinentsBirthRateItem( - { - Year: `1960`, - Asia: 68, - Africa: 12, - Europe: 15, - NorthAmerica: 4, - SouthAmerica: 9, - Oceania: 2 - }), - new ContinentsBirthRateItem( - { - Year: `1970`, - Asia: 80, - Africa: 17, - Europe: 11, - NorthAmerica: 3, - SouthAmerica: 9, - Oceania: 1 - }), - new ContinentsBirthRateItem( - { - Year: `1980`, - Asia: 77, - Africa: 21, - Europe: 12, - NorthAmerica: 3, - SouthAmerica: 10, - Oceania: 2 - }), - new ContinentsBirthRateItem( - { - Year: `1990`, - Asia: 87, - Africa: 24, - Europe: 9, - NorthAmerica: 3, - SouthAmerica: 10, - Oceania: 1 - }), - new ContinentsBirthRateItem( - { - Year: `2000`, - Asia: 79, - Africa: 28, - Europe: 8, - NorthAmerica: 4, - SouthAmerica: 9, - Oceania: 3 - }), - new ContinentsBirthRateItem( - { - Year: `2010`, - Asia: 78, - Africa: 35, - Europe: 10, - NorthAmerica: 4, - SouthAmerica: 8, - Oceania: 2 - }), - new ContinentsBirthRateItem( - { - Year: `2020`, - Asia: 75, - Africa: 43, - Europe: 7, - NorthAmerica: 4, - SouthAmerica: 7, - Oceania: 4 - }), + new ContinentsBirthRateItem({ Year: `1950`, Asia: 62, Africa: 13, Europe: 10, NorthAmerica: 4, SouthAmerica: 8, Oceania: 1 }), + new ContinentsBirthRateItem({ Year: `1960`, Asia: 68, Africa: 12, Europe: 15, NorthAmerica: 4, SouthAmerica: 9, Oceania: 2 }), + new ContinentsBirthRateItem({ Year: `1970`, Asia: 80, Africa: 17, Europe: 11, NorthAmerica: 3, SouthAmerica: 9, Oceania: 1 }), + new ContinentsBirthRateItem({ Year: `1980`, Asia: 77, Africa: 21, Europe: 12, NorthAmerica: 3, SouthAmerica: 10, Oceania: 2 }), + new ContinentsBirthRateItem({ Year: `1990`, Asia: 87, Africa: 24, Europe: 9, NorthAmerica: 3, SouthAmerica: 10, Oceania: 1 }), + new ContinentsBirthRateItem({ Year: `2000`, Asia: 79, Africa: 28, Europe: 8, NorthAmerica: 4, SouthAmerica: 9, Oceania: 3 }), + new ContinentsBirthRateItem({ Year: `2010`, Asia: 78, Africa: 35, Europe: 10, NorthAmerica: 4, SouthAmerica: 8, Oceania: 2 }), + new ContinentsBirthRateItem({ Year: `2020`, Asia: 75, Africa: 43, Europe: 7, NorthAmerica: 4, SouthAmerica: 7, Oceania: 4 }), ]; super(...newItems.slice(0)); } diff --git a/samples/charts/data-chart/stacked-spline-chart/src/ContinentsBirthRate.ts b/samples/charts/data-chart/stacked-spline-chart/src/ContinentsBirthRate.ts index 2e1860aded..7d476a04c8 100644 --- a/samples/charts/data-chart/stacked-spline-chart/src/ContinentsBirthRate.ts +++ b/samples/charts/data-chart/stacked-spline-chart/src/ContinentsBirthRate.ts @@ -18,86 +18,14 @@ export class ContinentsBirthRate extends Array { super(...items); } else { const newItems = [ - new ContinentsBirthRateItem( - { - Year: `1950`, - Asia: 62, - Africa: 13, - Europe: 10, - NorthAmerica: 4, - SouthAmerica: 8, - Oceania: 1 - }), - new ContinentsBirthRateItem( - { - Year: `1960`, - Asia: 68, - Africa: 12, - Europe: 15, - NorthAmerica: 4, - SouthAmerica: 9, - Oceania: 2 - }), - new ContinentsBirthRateItem( - { - Year: `1970`, - Asia: 80, - Africa: 17, - Europe: 11, - NorthAmerica: 3, - SouthAmerica: 9, - Oceania: 1 - }), - new ContinentsBirthRateItem( - { - Year: `1980`, - Asia: 77, - Africa: 21, - Europe: 12, - NorthAmerica: 3, - SouthAmerica: 10, - Oceania: 2 - }), - new ContinentsBirthRateItem( - { - Year: `1990`, - Asia: 87, - Africa: 24, - Europe: 9, - NorthAmerica: 3, - SouthAmerica: 10, - Oceania: 1 - }), - new ContinentsBirthRateItem( - { - Year: `2000`, - Asia: 79, - Africa: 28, - Europe: 8, - NorthAmerica: 4, - SouthAmerica: 9, - Oceania: 3 - }), - new ContinentsBirthRateItem( - { - Year: `2010`, - Asia: 78, - Africa: 35, - Europe: 10, - NorthAmerica: 4, - SouthAmerica: 8, - Oceania: 2 - }), - new ContinentsBirthRateItem( - { - Year: `2020`, - Asia: 75, - Africa: 43, - Europe: 7, - NorthAmerica: 4, - SouthAmerica: 7, - Oceania: 4 - }), + new ContinentsBirthRateItem({ Year: `1950`, Asia: 62, Africa: 13, Europe: 10, NorthAmerica: 4, SouthAmerica: 8, Oceania: 1 }), + new ContinentsBirthRateItem({ Year: `1960`, Asia: 68, Africa: 12, Europe: 15, NorthAmerica: 4, SouthAmerica: 9, Oceania: 2 }), + new ContinentsBirthRateItem({ Year: `1970`, Asia: 80, Africa: 17, Europe: 11, NorthAmerica: 3, SouthAmerica: 9, Oceania: 1 }), + new ContinentsBirthRateItem({ Year: `1980`, Asia: 77, Africa: 21, Europe: 12, NorthAmerica: 3, SouthAmerica: 10, Oceania: 2 }), + new ContinentsBirthRateItem({ Year: `1990`, Asia: 87, Africa: 24, Europe: 9, NorthAmerica: 3, SouthAmerica: 10, Oceania: 1 }), + new ContinentsBirthRateItem({ Year: `2000`, Asia: 79, Africa: 28, Europe: 8, NorthAmerica: 4, SouthAmerica: 9, Oceania: 3 }), + new ContinentsBirthRateItem({ Year: `2010`, Asia: 78, Africa: 35, Europe: 10, NorthAmerica: 4, SouthAmerica: 8, Oceania: 2 }), + new ContinentsBirthRateItem({ Year: `2020`, Asia: 75, Africa: 43, Europe: 7, NorthAmerica: 4, SouthAmerica: 7, Oceania: 4 }), ]; super(...newItems.slice(0)); } diff --git a/samples/charts/data-chart/transition-event/src/CompanyIncomeData.ts b/samples/charts/data-chart/transition-event/src/CompanyIncomeData.ts index 352bd2f698..404cd7c8c8 100644 --- a/samples/charts/data-chart/transition-event/src/CompanyIncomeData.ts +++ b/samples/charts/data-chart/transition-event/src/CompanyIncomeData.ts @@ -14,48 +14,13 @@ export class CompanyIncomeData extends Array { super(...items); } else { const newItems = [ - new CompanyIncomeDataItem( - { - costs: 55, - netIncome: null, - category: `Revenue` - }), - new CompanyIncomeDataItem( - { - costs: 45, - netIncome: null, - category: `Expenses` - }), - new CompanyIncomeDataItem( - { - costs: 35, - netIncome: null, - category: `Research` - }), - new CompanyIncomeDataItem( - { - costs: 28, - netIncome: null, - category: `Marketing` - }), - new CompanyIncomeDataItem( - { - costs: 25, - netIncome: null, - category: `Administration` - }), - new CompanyIncomeDataItem( - { - costs: 55, - netIncome: null, - category: `Total Costs` - }), - new CompanyIncomeDataItem( - { - costs: 0, - netIncome: 25, - category: `Net Income` - }), + new CompanyIncomeDataItem({ costs: 55, netIncome: null, category: `Revenue` }), + new CompanyIncomeDataItem({ costs: 45, netIncome: null, category: `Expenses` }), + new CompanyIncomeDataItem({ costs: 35, netIncome: null, category: `Research` }), + new CompanyIncomeDataItem({ costs: 28, netIncome: null, category: `Marketing` }), + new CompanyIncomeDataItem({ costs: 25, netIncome: null, category: `Administration` }), + new CompanyIncomeDataItem({ costs: 55, netIncome: null, category: `Total Costs` }), + new CompanyIncomeDataItem({ costs: 0, netIncome: 25, category: `Net Income` }), ]; super(...newItems.slice(0)); } diff --git a/samples/charts/data-chart/trendline-layer/.prettierrc b/samples/charts/data-chart/trendline-layer/.prettierrc new file mode 100644 index 0000000000..15a7c7c6cf --- /dev/null +++ b/samples/charts/data-chart/trendline-layer/.prettierrc @@ -0,0 +1,11 @@ +{ + "printWidth": 250, + "tabWidth": 4, + "useTabs": false, + "semi": true, + "singleQuote": false, + "trailingComma": "none", + "bracketSpacing": true, + "jsxBracketSameLine": false, + "fluid": false +} \ No newline at end of file diff --git a/samples/charts/data-chart/trendline-layer/index.html b/samples/charts/data-chart/trendline-layer/index.html new file mode 100644 index 0000000000..a81cbea064 --- /dev/null +++ b/samples/charts/data-chart/trendline-layer/index.html @@ -0,0 +1,86 @@ + + + + Sample | Ignite UI | Web Components | infragistics + + + + + + + + + + + + +
+ +
+ +
+ + +
+ +
+ + + + + + + + + + + + +
+
+ +
+ + + <% if (false) { %><% } %> + + \ No newline at end of file diff --git a/samples/charts/data-chart/trendline-layer/package.json b/samples/charts/data-chart/trendline-layer/package.json new file mode 100644 index 0000000000..57848e8d69 --- /dev/null +++ b/samples/charts/data-chart/trendline-layer/package.json @@ -0,0 +1,58 @@ +{ + "name": "example-ignite-ui-web-components", + "description": "This project provides example of using Ignite UI for Web Components", + "author": "Infragistics", + "version": "1.0.0", + "license": "", + "private": true, + "homepage": ".", + "main": "src/index.ts", + "scripts": { + "build": "npm run build:prod", + "build:dev": "webpack --mode development --config ./webpack.config.js --progress --color --display-error-details", + "build:prod": "webpack --env.NODE_ENV=production --mode production --config ./webpack.config.js --progress --color --display-error-details --bail", + "serve:dev": "node --max-old-space-size=8192 node_modules/webpack-dev-server/bin/webpack-dev-server.js --mode development --config ./webpack.config.js --hot --progress --open", + "serve:prod": "webpack-dev-server --env.NODE_ENV=production --mode production --config ./webpack.config.js --port 3000 --host 0.0.0.0 --hot --progress --open --content-base dist/", + "start": "npm run serve:dev", + "build:legacy": "npm run build:prod:legacy", + "build:dev:legacy": "webpack --env.legacy=true --mode development --config ./webpack.config.js --progress --color --display-error-details", + "build:prod:legacy": "webpack --env.NODE_ENV=production --env.legacy=true --mode production --config ./webpack.config.js --progress --color --display-error-details --bail", + "serve:dev:legacy": "node --max-old-space-size=8192 node_modules/webpack-dev-server/bin/webpack-dev-server.js --env.legacy=true --mode development --config ./webpack.config.js --hot --progress --open", + "serve:prod:legacy": "webpack-dev-server --env.NODE_ENV=production --env.legacy=true --mode production --config ./webpack.config.js --port 3000 --host 0.0.0.0 --hot --progress --open --content-base dist/", + "start:legacy": "npm run serve:dev:legacy" + }, + "dependencies": { + "babel-runtime": "^6.26.0", + "igniteui-webcomponents-charts": "6.0.1-beta.1", + "igniteui-webcomponents-core": "6.0.1-beta.1", + "lit-html": "^3.2.0", + "tslib": "^2.0.0" + }, + "devDependencies": { + "@babel/cli": "^7.8.3", + "@babel/core": "^7.8.3", + "@babel/plugin-transform-class-properties": "^7.25.9", + "@babel/plugin-transform-class-static-block": "^7.26.0", + "@babel/plugin-transform-runtime": "^7.10.0", + "@babel/preset-env": "^7.8.3", + "@babel/preset-typescript": "^7.8.3", + "@types/source-map": "^0.5.7", + "babel-loader": "^8.1.0", + "babel-plugin-transform-custom-element-classes": "^0.1.0", + "css-loader": "^1.0.0", + "csv-loader": "^3.0.2", + "file-loader": "^4.2.0", + "fork-ts-checker-webpack-plugin": "^4.1.5", + "html-webpack-plugin": "^4.3.0", + "parcel-bundler": "^1.6.1", + "source-map": "^0.7.3", + "style-loader": "^0.22.1", + "tsconfig-paths-webpack-plugin": "^4.0.0", + "typescript": "^4.4.4", + "webpack": "^5.96.1", + "webpack-cli": "^4.10.0", + "webpack-dev-server": "^4.11.1", + "worker-loader": "^3.0.8", + "xml-loader": "^1.2.1" + } +} diff --git a/samples/charts/data-chart/trendline-layer/sandbox.config.json b/samples/charts/data-chart/trendline-layer/sandbox.config.json new file mode 100644 index 0000000000..52c7875103 --- /dev/null +++ b/samples/charts/data-chart/trendline-layer/sandbox.config.json @@ -0,0 +1,6 @@ +{ + "infiniteLoopProtection": false, + "hardReloadOnChange": false, + "view": "browser", + "template": "parcel" +} \ No newline at end of file diff --git a/samples/charts/data-chart/trendline-layer/src/CountryRenewableElectricity.ts b/samples/charts/data-chart/trendline-layer/src/CountryRenewableElectricity.ts new file mode 100644 index 0000000000..21a29ab226 --- /dev/null +++ b/samples/charts/data-chart/trendline-layer/src/CountryRenewableElectricity.ts @@ -0,0 +1,34 @@ +export class CountryRenewableElectricityItem { + public constructor(init: Partial) { + Object.assign(this, init); + } + + public year: string; + public europe: number; + public china: number; + public america: number; + +} +export class CountryRenewableElectricity extends Array { + public constructor(items: Array | number = -1) { + if (Array.isArray(items)) { + super(...items); + } else { + const newItems = [ + new CountryRenewableElectricityItem({ year: `2009`, europe: 34, china: 21, america: 19 }), + new CountryRenewableElectricityItem({ year: `2010`, europe: 43, china: 26, america: 24 }), + new CountryRenewableElectricityItem({ year: `2011`, europe: 66, china: 29, america: 28 }), + new CountryRenewableElectricityItem({ year: `2012`, europe: 69, china: 32, america: 26 }), + new CountryRenewableElectricityItem({ year: `2013`, europe: 58, china: 47, america: 38 }), + new CountryRenewableElectricityItem({ year: `2014`, europe: 40, china: 46, america: 31 }), + new CountryRenewableElectricityItem({ year: `2015`, europe: 78, china: 50, america: 19 }), + new CountryRenewableElectricityItem({ year: `2016`, europe: 13, china: 90, america: 52 }), + new CountryRenewableElectricityItem({ year: `2017`, europe: 78, china: 132, america: 50 }), + new CountryRenewableElectricityItem({ year: `2018`, europe: 40, china: 134, america: 34 }), + new CountryRenewableElectricityItem({ year: `2018`, europe: 40, china: 134, america: 34 }), + new CountryRenewableElectricityItem({ year: `2019`, europe: 80, china: 96, america: 38 }), + ]; + super(...newItems.slice(0)); + } + } +} diff --git a/samples/charts/data-chart/trendline-layer/src/index.css b/samples/charts/data-chart/trendline-layer/src/index.css new file mode 100644 index 0000000000..8b42ec3ed2 --- /dev/null +++ b/samples/charts/data-chart/trendline-layer/src/index.css @@ -0,0 +1,3 @@ +/* shared styles are loaded from: */ +/* https://static.infragistics.com/xplatform/css/samples */ + diff --git a/samples/charts/data-chart/trendline-layer/src/index.ts b/samples/charts/data-chart/trendline-layer/src/index.ts new file mode 100644 index 0000000000..21a22d702f --- /dev/null +++ b/samples/charts/data-chart/trendline-layer/src/index.ts @@ -0,0 +1,77 @@ +import { IgcDataChartCategoryModule, IgcDataChartInteractivityModule, IgcDataChartAnnotationModule, IgcDataChartCategoryTrendLineModule, IgcTrendLineLayerModule, IgcDataLegendModule } from 'igniteui-webcomponents-charts'; +import { ComponentRenderer, DataChartCategoryDescriptionModule, DataChartInteractivityDescriptionModule, DataChartAnnotationDescriptionModule, DataChartCategoryTrendLineDescriptionModule, TrendLineLayerDescriptionModule, DataLegendDescriptionModule } from 'igniteui-webcomponents-core'; +import { IgcDataLegendComponent, IgcDataChartComponent, IgcCategoryXAxisComponent, IgcNumericYAxisComponent, IgcLineSeriesComponent, IgcTrendLineLayerComponent } from 'igniteui-webcomponents-charts'; +import { CountryRenewableElectricityItem, CountryRenewableElectricity } from './CountryRenewableElectricity'; + +import { ModuleManager } from 'igniteui-webcomponents-core'; + +import "./index.css"; + +ModuleManager.register( + IgcDataChartCategoryModule, + IgcDataChartInteractivityModule, + IgcDataChartAnnotationModule, + IgcDataChartCategoryTrendLineModule, + IgcTrendLineLayerModule, + IgcDataLegendModule +); + +export class Sample { + + private legend: IgcDataLegendComponent + private chart: IgcDataChartComponent + private xAxis: IgcCategoryXAxisComponent + private yAxis: IgcNumericYAxisComponent + private lineSeries1: IgcLineSeriesComponent + private trendLine1: IgcTrendLineLayerComponent + private trendLine2: IgcTrendLineLayerComponent + private _bind: () => void; + + constructor() { + var legend = this.legend = document.getElementById('legend') as IgcDataLegendComponent; + var chart = this.chart = document.getElementById('chart') as IgcDataChartComponent; + var xAxis = this.xAxis = document.getElementById('xAxis') as IgcCategoryXAxisComponent; + var yAxis = this.yAxis = document.getElementById('yAxis') as IgcNumericYAxisComponent; + var lineSeries1 = this.lineSeries1 = document.getElementById('lineSeries1') as IgcLineSeriesComponent; + var trendLine1 = this.trendLine1 = document.getElementById('trendLine1') as IgcTrendLineLayerComponent; + var trendLine2 = this.trendLine2 = document.getElementById('trendLine2') as IgcTrendLineLayerComponent; + + this._bind = () => { + legend.target = this.chart; + chart.legend = this.legend; + xAxis.dataSource = this.countryRenewableElectricity; + lineSeries1.xAxis = this.xAxis; + lineSeries1.yAxis = this.yAxis; + lineSeries1.dataSource = this.countryRenewableElectricity; + } + this._bind(); + + } + + private _countryRenewableElectricity: CountryRenewableElectricity = null; + public get countryRenewableElectricity(): CountryRenewableElectricity { + if (this._countryRenewableElectricity == null) + { + this._countryRenewableElectricity = new CountryRenewableElectricity(); + } + return this._countryRenewableElectricity; + } + + private _componentRenderer: ComponentRenderer = null; + public get renderer(): ComponentRenderer { + if (this._componentRenderer == null) { + this._componentRenderer = new ComponentRenderer(); + var context = this._componentRenderer.context; + DataChartCategoryDescriptionModule.register(context); + DataChartInteractivityDescriptionModule.register(context); + DataChartAnnotationDescriptionModule.register(context); + DataChartCategoryTrendLineDescriptionModule.register(context); + TrendLineLayerDescriptionModule.register(context); + DataLegendDescriptionModule.register(context); + } + return this._componentRenderer; + } + +} + +new Sample(); diff --git a/samples/charts/data-chart/trendline-layer/tsconfig.json b/samples/charts/data-chart/trendline-layer/tsconfig.json new file mode 100644 index 0000000000..e7c370def4 --- /dev/null +++ b/samples/charts/data-chart/trendline-layer/tsconfig.json @@ -0,0 +1,41 @@ +{ + "compilerOptions": { + "noImplicitReturns": true, + "esModuleInterop": true, + "resolveJsonModule": true, + "noImplicitAny": true, + "declarationDir": "dist/types", + "moduleResolution": "node", + "declaration": true, + "target": "es2015", + "module": "es2015", + "strict": true, + "strictNullChecks": false, + "baseUrl": ".", + "paths": { + "igniteui-webcomponents-core": [ "node_modules/igniteui-webcomponents-core", "node_modules/@infragistics/igniteui-webcomponents-core" ], + "igniteui-webcomponents-charts": [ "node_modules/igniteui-webcomponents-charts", "node_modules/@infragistics/igniteui-webcomponents-charts" ], + "igniteui-webcomponents-gauges": [ "node_modules/igniteui-webcomponents-gauges", "node_modules/@infragistics/igniteui-webcomponents-gauges" ], + "igniteui-webcomponents-datasources": [ "node_modules/igniteui-webcomponents-datasources", "node_modules/@infragistics/igniteui-webcomponents-datasources" ], + "igniteui-webcomponents-excel": [ "node_modules/igniteui-webcomponents-excel", "node_modules/@infragistics/igniteui-webcomponents-excel" ], + "igniteui-webcomponents-inputs": [ "node_modules/igniteui-webcomponents-inputs", "node_modules/@infragistics/igniteui-webcomponents-inputs" ], + "igniteui-webcomponents-grids": [ "node_modules/igniteui-webcomponents-grids", "node_modules/@infragistics/igniteui-webcomponents-grids" ], + "igniteui-webcomponents-maps": [ "node_modules/igniteui-webcomponents-maps", "node_modules/@infragistics/igniteui-webcomponents-maps" ], + "igniteui-webcomponents-spreadsheet": [ "node_modules/igniteui-webcomponents-spreadsheet", "node_modules/@infragistics/igniteui-webcomponents-spreadsheet" ], + "igniteui-webcomponents-spreadsheet-chart-adapter": [ "node_modules/igniteui-webcomponents-spreadsheet-chart-adapter", "node_modules/@infragistics/igniteui-webcomponents-spreadsheet-chart-adapter" ], + "igniteui-webcomponents-grids/*": [ "node_modules/igniteui-webcomponents-grids/*", "node_modules/@infragistics/igniteui-webcomponents-grids/*" ], + "igniteui-webcomponents-grids/grids": [ "node_modules/igniteui-webcomponents-grids/grids", "node_modules/@infragistics/igniteui-webcomponents-grids/grids" ], + "igniteui-webcomponents-grids/grids/*": [ "node_modules/igniteui-webcomponents-grids/grids/*", "node_modules/@infragistics/igniteui-webcomponents-grids/grids/*" ], + "igniteui-webcomponents-grids/grids/combined": [ "node_modules/igniteui-webcomponents-grids/grids/combined", "node_modules/@infragistics/igniteui-webcomponents-grids/grids/combined" ], + "igniteui-webcomponents-layouts": [ "node_modules/igniteui-webcomponents-layouts", "node_modules/@infragistics/igniteui-webcomponents-layouts" ], + "igniteui-webcomponents-dashboards": [ "node_modules/igniteui-webcomponents-dashboards", "node_modules/@infragistics/igniteui-webcomponents-dashboards" ] + } + }, + "include": [ + "src/**/*" + ], + "exclude": [ + "node_modules", + "dist" + ] +} \ No newline at end of file diff --git a/samples/charts/data-chart/trendline-layer/tslint.json b/samples/charts/data-chart/trendline-layer/tslint.json new file mode 100644 index 0000000000..e3b56e93a1 --- /dev/null +++ b/samples/charts/data-chart/trendline-layer/tslint.json @@ -0,0 +1,54 @@ +{ + "extends": ["tslint:recommended", "tslint-react", "tslint-config-prettier"], + "linterOptions": { + "exclude": [ + "node_modules/**/*.ts", + "**/odatajs-4.0.0.js", + "src/images/*.*" + ] + }, + "rules": { + "curly": [false, "ignore-same-line"], + "jsx-no-lambda": false, + "jsx-self-close": false, + "jsx-wrap-multiline": false, + "max-classes-per-file": [true, 10], + "member-ordering": false, + "no-console": false, + "no-string-literal": false, + "no-unused-vars": false, + "no-useless-constructor": false, + "no-trailing-whitespace": false, + "no-var": false, + "no-var-requires": false, + "no-var-keyword": false, + "ordered-imports": false, + "object-literal-sort-keys": false, + "object-literal-shorthand": false, + "only-arrow-functions": false, + "prefer-const": false, + "prefer-for-of": false, + "@typescript-eslint/no-unused-vars": "off", + "@typescript-eslint/no-useless-constructor": "off", + "@typescript-eslint/type-annotation-spacing": "off" + }, + "jsRules": { + "curly": [false, "ignore-same-line"], + "jsx-no-lambda": false, + "jsx-self-close": false, + "jsx-wrap-multiline": false, + "max-classes-per-file": [true, 10], + "no-console": false, + "no-unused-vars": false, + "no-useless-constructor": false, + "no-var-requires": false, + "object-literal-sort-keys": false, + "object-literal-shorthand": false, + "only-arrow-functions": false, + "ordered-imports": false, + "prefer-const": false, + "prefer-for-of": false, + "@typescript-eslint/no-unused-vars": "off", + "@typescript-eslint/no-useless-constructor": "off" + } + } \ No newline at end of file diff --git a/samples/charts/data-chart/trendline-layer/webpack.config.js b/samples/charts/data-chart/trendline-layer/webpack.config.js new file mode 100644 index 0000000000..e90479cd73 --- /dev/null +++ b/samples/charts/data-chart/trendline-layer/webpack.config.js @@ -0,0 +1,105 @@ +const ForkTsCheckerWebpackPlugin = require('fork-ts-checker-webpack-plugin'); +const HtmlWebpackPlugin = require('html-webpack-plugin'); +const TsconfigPathsPlugin = require('tsconfig-paths-webpack-plugin'); +const path = require('path'); +const webpack = require('webpack'); + +module.exports = env => { + const nodeEnv = process.env.NODE_ENV || 'development'; + const isProd = nodeEnv === 'production'; + const isLegacy = !!process.env.legacy && !(process.env.legacy == "false"); + console.log(">> webpack nodeEnv=" + nodeEnv); + console.log(">> webpack isProd=" + isProd); + console.log(">> webpack isLegacy=" + isLegacy); + const presets = [ + ["@babel/preset-env", { + "useBuiltIns": "usage", + "corejs": 3, + "targets": { + "browsers": isLegacy ? ["defaults"] : [ + "last 2 Chrome versions", + "last 2 Safari versions", + "last 2 iOS versions", + "last 2 Firefox versions", + "last 2 Edge versions"] + } + }], + "@babel/preset-typescript" + ]; + + return { + entry: isLegacy ? [ + path.resolve(__dirname, 'src') + ] : path.resolve(__dirname, 'src'), + devtool: isProd ? false : 'source-map', + output: { + filename: isProd ? '[fullhash].bundle.js' : '[fullhash].bundle.js', + globalObject: 'this', + path: path.resolve(__dirname, 'dist'), + }, + + resolve: { + mainFields: ['esm2015', 'module', 'main'], + extensions: ['.ts', '.js', '.json'], + plugins: [new TsconfigPathsPlugin({ + configFile: './tsconfig.json', + extensions: ['.ts', '.js'], + mainFields: ['esm2015', 'module', 'main'] + })] + }, + + module: { + rules: [ + { test: /\.(png|svg|jpg|gif)$/, use: ['file-loader'] }, + { test: /\.(csv|tsv)$/, use: ['csv-loader'] }, + { test: /\.xml$/, use: ['xml-loader'] }, + { test: /\.css$/, sideEffects: true, use: ['style-loader', 'css-loader'] }, + { + test: /worker\.(ts|js)$/, + use: [ + { loader: 'worker-loader' }, + { + loader: 'babel-loader', options: { + "compact": isProd ? true : false, + "presets": presets, + "plugins": [ + "@babel/plugin-transform-class-static-block", + "@babel/plugin-transform-class-properties", + "@babel/plugin-transform-runtime" + ] + } + } + ] + }, + { + test: /\.(ts|js)$/, loader: 'babel-loader', + options: { + "compact": isProd ? true : false, + "presets": presets, + "plugins": [ + "@babel/plugin-transform-class-static-block", + "@babel/plugin-transform-class-properties", + "@babel/plugin-transform-runtime" + ] + }, + exclude: + function (modulePath) { + return /node_modules/.test(modulePath) && + !/igniteui-webcomponents/.test(modulePath) && + !/lit-html/.test(modulePath); + } + }], + }, + + plugins: [ + new webpack.DefinePlugin({ + 'process.env.NODE_ENV': JSON.stringify(nodeEnv) + }), + new HtmlWebpackPlugin({ + title: 'for-cs', + template: 'index.html' + }), + new ForkTsCheckerWebpackPlugin() + ] + }; +}; diff --git a/samples/charts/data-chart/waterfall-chart/src/CompanyIncomeData.ts b/samples/charts/data-chart/waterfall-chart/src/CompanyIncomeData.ts index 352bd2f698..404cd7c8c8 100644 --- a/samples/charts/data-chart/waterfall-chart/src/CompanyIncomeData.ts +++ b/samples/charts/data-chart/waterfall-chart/src/CompanyIncomeData.ts @@ -14,48 +14,13 @@ export class CompanyIncomeData extends Array { super(...items); } else { const newItems = [ - new CompanyIncomeDataItem( - { - costs: 55, - netIncome: null, - category: `Revenue` - }), - new CompanyIncomeDataItem( - { - costs: 45, - netIncome: null, - category: `Expenses` - }), - new CompanyIncomeDataItem( - { - costs: 35, - netIncome: null, - category: `Research` - }), - new CompanyIncomeDataItem( - { - costs: 28, - netIncome: null, - category: `Marketing` - }), - new CompanyIncomeDataItem( - { - costs: 25, - netIncome: null, - category: `Administration` - }), - new CompanyIncomeDataItem( - { - costs: 55, - netIncome: null, - category: `Total Costs` - }), - new CompanyIncomeDataItem( - { - costs: 0, - netIncome: 25, - category: `Net Income` - }), + new CompanyIncomeDataItem({ costs: 55, netIncome: null, category: `Revenue` }), + new CompanyIncomeDataItem({ costs: 45, netIncome: null, category: `Expenses` }), + new CompanyIncomeDataItem({ costs: 35, netIncome: null, category: `Research` }), + new CompanyIncomeDataItem({ costs: 28, netIncome: null, category: `Marketing` }), + new CompanyIncomeDataItem({ costs: 25, netIncome: null, category: `Administration` }), + new CompanyIncomeDataItem({ costs: 55, netIncome: null, category: `Total Costs` }), + new CompanyIncomeDataItem({ costs: 0, netIncome: 25, category: `Net Income` }), ]; super(...newItems.slice(0)); } diff --git a/samples/charts/data-pie-chart/animation-replay/src/EnergyGlobalDemand.ts b/samples/charts/data-pie-chart/animation-replay/src/EnergyGlobalDemand.ts index 3d2ed388a0..a6cd428f82 100644 --- a/samples/charts/data-pie-chart/animation-replay/src/EnergyGlobalDemand.ts +++ b/samples/charts/data-pie-chart/animation-replay/src/EnergyGlobalDemand.ts @@ -14,36 +14,11 @@ export class EnergyGlobalDemand extends Array { super(...items); } else { const newItems = [ - new EnergyGlobalDemandItem( - { - value: 37, - category: `Cooling`, - summary: `Cooling 37%` - }), - new EnergyGlobalDemandItem( - { - value: 25, - category: `Residential`, - summary: `Residential 25%` - }), - new EnergyGlobalDemandItem( - { - value: 12, - category: `Heating`, - summary: `Heating 12%` - }), - new EnergyGlobalDemandItem( - { - value: 11, - category: `Lighting`, - summary: `Lighting 11%` - }), - new EnergyGlobalDemandItem( - { - value: 15, - category: `Other`, - summary: `Other 15%` - }), + new EnergyGlobalDemandItem({ value: 37, category: `Cooling`, summary: `Cooling 37%` }), + new EnergyGlobalDemandItem({ value: 25, category: `Residential`, summary: `Residential 25%` }), + new EnergyGlobalDemandItem({ value: 12, category: `Heating`, summary: `Heating 12%` }), + new EnergyGlobalDemandItem({ value: 11, category: `Lighting`, summary: `Lighting 11%` }), + new EnergyGlobalDemandItem({ value: 15, category: `Other`, summary: `Other 15%` }), ]; super(...newItems.slice(0)); } diff --git a/samples/charts/data-pie-chart/animation/src/EnergyGlobalDemand.ts b/samples/charts/data-pie-chart/animation/src/EnergyGlobalDemand.ts index 3d2ed388a0..a6cd428f82 100644 --- a/samples/charts/data-pie-chart/animation/src/EnergyGlobalDemand.ts +++ b/samples/charts/data-pie-chart/animation/src/EnergyGlobalDemand.ts @@ -14,36 +14,11 @@ export class EnergyGlobalDemand extends Array { super(...items); } else { const newItems = [ - new EnergyGlobalDemandItem( - { - value: 37, - category: `Cooling`, - summary: `Cooling 37%` - }), - new EnergyGlobalDemandItem( - { - value: 25, - category: `Residential`, - summary: `Residential 25%` - }), - new EnergyGlobalDemandItem( - { - value: 12, - category: `Heating`, - summary: `Heating 12%` - }), - new EnergyGlobalDemandItem( - { - value: 11, - category: `Lighting`, - summary: `Lighting 11%` - }), - new EnergyGlobalDemandItem( - { - value: 15, - category: `Other`, - summary: `Other 15%` - }), + new EnergyGlobalDemandItem({ value: 37, category: `Cooling`, summary: `Cooling 37%` }), + new EnergyGlobalDemandItem({ value: 25, category: `Residential`, summary: `Residential 25%` }), + new EnergyGlobalDemandItem({ value: 12, category: `Heating`, summary: `Heating 12%` }), + new EnergyGlobalDemandItem({ value: 11, category: `Lighting`, summary: `Lighting 11%` }), + new EnergyGlobalDemandItem({ value: 15, category: `Other`, summary: `Other 15%` }), ]; super(...newItems.slice(0)); } diff --git a/samples/charts/data-pie-chart/highlight-filter/src/OnlineTrafficHighlightDesktopOnly.ts b/samples/charts/data-pie-chart/highlight-filter/src/OnlineTrafficHighlightDesktopOnly.ts index b5787b318c..ef1a0263fa 100644 --- a/samples/charts/data-pie-chart/highlight-filter/src/OnlineTrafficHighlightDesktopOnly.ts +++ b/samples/charts/data-pie-chart/highlight-filter/src/OnlineTrafficHighlightDesktopOnly.ts @@ -13,41 +13,13 @@ export class OnlineTrafficHighlightDesktopOnly extends Array { super(...items); } else { const newItems = [ - new EnergyGlobalDemandItem( - { - value: 37, - category: `Cooling`, - summary: `Cooling 37%` - }), - new EnergyGlobalDemandItem( - { - value: 25, - category: `Residential`, - summary: `Residential 25%` - }), - new EnergyGlobalDemandItem( - { - value: 12, - category: `Heating`, - summary: `Heating 12%` - }), - new EnergyGlobalDemandItem( - { - value: 11, - category: `Lighting`, - summary: `Lighting 11%` - }), - new EnergyGlobalDemandItem( - { - value: 15, - category: `Other`, - summary: `Other 15%` - }), + new EnergyGlobalDemandItem({ value: 37, category: `Cooling`, summary: `Cooling 37%` }), + new EnergyGlobalDemandItem({ value: 25, category: `Residential`, summary: `Residential 25%` }), + new EnergyGlobalDemandItem({ value: 12, category: `Heating`, summary: `Heating 12%` }), + new EnergyGlobalDemandItem({ value: 11, category: `Lighting`, summary: `Lighting 11%` }), + new EnergyGlobalDemandItem({ value: 15, category: `Other`, summary: `Other 15%` }), ]; super(...newItems.slice(0)); } diff --git a/samples/charts/data-pie-chart/legend/src/EnergyGlobalDemand.ts b/samples/charts/data-pie-chart/legend/src/EnergyGlobalDemand.ts index 3d2ed388a0..a6cd428f82 100644 --- a/samples/charts/data-pie-chart/legend/src/EnergyGlobalDemand.ts +++ b/samples/charts/data-pie-chart/legend/src/EnergyGlobalDemand.ts @@ -14,36 +14,11 @@ export class EnergyGlobalDemand extends Array { super(...items); } else { const newItems = [ - new EnergyGlobalDemandItem( - { - value: 37, - category: `Cooling`, - summary: `Cooling 37%` - }), - new EnergyGlobalDemandItem( - { - value: 25, - category: `Residential`, - summary: `Residential 25%` - }), - new EnergyGlobalDemandItem( - { - value: 12, - category: `Heating`, - summary: `Heating 12%` - }), - new EnergyGlobalDemandItem( - { - value: 11, - category: `Lighting`, - summary: `Lighting 11%` - }), - new EnergyGlobalDemandItem( - { - value: 15, - category: `Other`, - summary: `Other 15%` - }), + new EnergyGlobalDemandItem({ value: 37, category: `Cooling`, summary: `Cooling 37%` }), + new EnergyGlobalDemandItem({ value: 25, category: `Residential`, summary: `Residential 25%` }), + new EnergyGlobalDemandItem({ value: 12, category: `Heating`, summary: `Heating 12%` }), + new EnergyGlobalDemandItem({ value: 11, category: `Lighting`, summary: `Lighting 11%` }), + new EnergyGlobalDemandItem({ value: 15, category: `Other`, summary: `Other 15%` }), ]; super(...newItems.slice(0)); } diff --git a/samples/charts/data-pie-chart/others/src/DataPieData.ts b/samples/charts/data-pie-chart/others/src/DataPieData.ts index 4bc30e59ee..de5e2d76f3 100644 --- a/samples/charts/data-pie-chart/others/src/DataPieData.ts +++ b/samples/charts/data-pie-chart/others/src/DataPieData.ts @@ -13,46 +13,14 @@ export class DataPieData extends Array { super(...items); } else { const newItems = [ - new DataPieDataItem( - { - v1: 100, - category: `Maintenance` - }), - new DataPieDataItem( - { - v1: 40, - category: `Cooling` - }), - new DataPieDataItem( - { - v1: 20, - category: `Residential` - }), - new DataPieDataItem( - { - v1: 15, - category: `Utilities` - }), - new DataPieDataItem( - { - v1: 10, - category: `Heating` - }), - new DataPieDataItem( - { - v1: 5, - category: `Lighting` - }), - new DataPieDataItem( - { - v1: 4, - category: `Electric` - }), - new DataPieDataItem( - { - v1: 3, - category: `Misc` - }), + new DataPieDataItem({ v1: 100, category: `Maintenance` }), + new DataPieDataItem({ v1: 40, category: `Cooling` }), + new DataPieDataItem({ v1: 20, category: `Residential` }), + new DataPieDataItem({ v1: 15, category: `Utilities` }), + new DataPieDataItem({ v1: 10, category: `Heating` }), + new DataPieDataItem({ v1: 5, category: `Lighting` }), + new DataPieDataItem({ v1: 4, category: `Electric` }), + new DataPieDataItem({ v1: 3, category: `Misc` }), ]; super(...newItems.slice(0)); } diff --git a/samples/charts/data-pie-chart/overview/src/EnergyGlobalDemand.ts b/samples/charts/data-pie-chart/overview/src/EnergyGlobalDemand.ts index 3d2ed388a0..a6cd428f82 100644 --- a/samples/charts/data-pie-chart/overview/src/EnergyGlobalDemand.ts +++ b/samples/charts/data-pie-chart/overview/src/EnergyGlobalDemand.ts @@ -14,36 +14,11 @@ export class EnergyGlobalDemand extends Array { super(...items); } else { const newItems = [ - new EnergyGlobalDemandItem( - { - value: 37, - category: `Cooling`, - summary: `Cooling 37%` - }), - new EnergyGlobalDemandItem( - { - value: 25, - category: `Residential`, - summary: `Residential 25%` - }), - new EnergyGlobalDemandItem( - { - value: 12, - category: `Heating`, - summary: `Heating 12%` - }), - new EnergyGlobalDemandItem( - { - value: 11, - category: `Lighting`, - summary: `Lighting 11%` - }), - new EnergyGlobalDemandItem( - { - value: 15, - category: `Other`, - summary: `Other 15%` - }), + new EnergyGlobalDemandItem({ value: 37, category: `Cooling`, summary: `Cooling 37%` }), + new EnergyGlobalDemandItem({ value: 25, category: `Residential`, summary: `Residential 25%` }), + new EnergyGlobalDemandItem({ value: 12, category: `Heating`, summary: `Heating 12%` }), + new EnergyGlobalDemandItem({ value: 11, category: `Lighting`, summary: `Lighting 11%` }), + new EnergyGlobalDemandItem({ value: 15, category: `Other`, summary: `Other 15%` }), ]; super(...newItems.slice(0)); } diff --git a/samples/charts/data-pie-chart/selection/src/EnergyGlobalDemand.ts b/samples/charts/data-pie-chart/selection/src/EnergyGlobalDemand.ts index 3d2ed388a0..a6cd428f82 100644 --- a/samples/charts/data-pie-chart/selection/src/EnergyGlobalDemand.ts +++ b/samples/charts/data-pie-chart/selection/src/EnergyGlobalDemand.ts @@ -14,36 +14,11 @@ export class EnergyGlobalDemand extends Array { super(...items); } else { const newItems = [ - new EnergyGlobalDemandItem( - { - value: 37, - category: `Cooling`, - summary: `Cooling 37%` - }), - new EnergyGlobalDemandItem( - { - value: 25, - category: `Residential`, - summary: `Residential 25%` - }), - new EnergyGlobalDemandItem( - { - value: 12, - category: `Heating`, - summary: `Heating 12%` - }), - new EnergyGlobalDemandItem( - { - value: 11, - category: `Lighting`, - summary: `Lighting 11%` - }), - new EnergyGlobalDemandItem( - { - value: 15, - category: `Other`, - summary: `Other 15%` - }), + new EnergyGlobalDemandItem({ value: 37, category: `Cooling`, summary: `Cooling 37%` }), + new EnergyGlobalDemandItem({ value: 25, category: `Residential`, summary: `Residential 25%` }), + new EnergyGlobalDemandItem({ value: 12, category: `Heating`, summary: `Heating 12%` }), + new EnergyGlobalDemandItem({ value: 11, category: `Lighting`, summary: `Lighting 11%` }), + new EnergyGlobalDemandItem({ value: 15, category: `Other`, summary: `Other 15%` }), ]; super(...newItems.slice(0)); } diff --git a/samples/charts/doughnut-chart/legend/src/EnergyGlobalDemand.ts b/samples/charts/doughnut-chart/legend/src/EnergyGlobalDemand.ts index 3d2ed388a0..a6cd428f82 100644 --- a/samples/charts/doughnut-chart/legend/src/EnergyGlobalDemand.ts +++ b/samples/charts/doughnut-chart/legend/src/EnergyGlobalDemand.ts @@ -14,36 +14,11 @@ export class EnergyGlobalDemand extends Array { super(...items); } else { const newItems = [ - new EnergyGlobalDemandItem( - { - value: 37, - category: `Cooling`, - summary: `Cooling 37%` - }), - new EnergyGlobalDemandItem( - { - value: 25, - category: `Residential`, - summary: `Residential 25%` - }), - new EnergyGlobalDemandItem( - { - value: 12, - category: `Heating`, - summary: `Heating 12%` - }), - new EnergyGlobalDemandItem( - { - value: 11, - category: `Lighting`, - summary: `Lighting 11%` - }), - new EnergyGlobalDemandItem( - { - value: 15, - category: `Other`, - summary: `Other 15%` - }), + new EnergyGlobalDemandItem({ value: 37, category: `Cooling`, summary: `Cooling 37%` }), + new EnergyGlobalDemandItem({ value: 25, category: `Residential`, summary: `Residential 25%` }), + new EnergyGlobalDemandItem({ value: 12, category: `Heating`, summary: `Heating 12%` }), + new EnergyGlobalDemandItem({ value: 11, category: `Lighting`, summary: `Lighting 11%` }), + new EnergyGlobalDemandItem({ value: 15, category: `Other`, summary: `Other 15%` }), ]; super(...newItems.slice(0)); } diff --git a/samples/charts/doughnut-chart/overview/src/CompanyMarketShares.ts b/samples/charts/doughnut-chart/overview/src/CompanyMarketShares.ts index 67a18c3d91..196320ffb6 100644 --- a/samples/charts/doughnut-chart/overview/src/CompanyMarketShares.ts +++ b/samples/charts/doughnut-chart/overview/src/CompanyMarketShares.ts @@ -14,36 +14,11 @@ export class CompanyMarketShares extends Array { super(...items); } else { const newItems = [ - new CompanyMarketSharesItem( - { - value: 30, - category: `Google`, - summary: `Google 30%` - }), - new CompanyMarketSharesItem( - { - value: 25, - category: `Apple`, - summary: `Apple 25%` - }), - new CompanyMarketSharesItem( - { - value: 20, - category: `Microsoft`, - summary: `Microsoft 20%` - }), - new CompanyMarketSharesItem( - { - value: 15, - category: `Samsung`, - summary: `Samsung 15%` - }), - new CompanyMarketSharesItem( - { - value: 10, - category: `Other`, - summary: `Other 10%` - }), + new CompanyMarketSharesItem({ value: 30, category: `Google`, summary: `Google 30%` }), + new CompanyMarketSharesItem({ value: 25, category: `Apple`, summary: `Apple 25%` }), + new CompanyMarketSharesItem({ value: 20, category: `Microsoft`, summary: `Microsoft 20%` }), + new CompanyMarketSharesItem({ value: 15, category: `Samsung`, summary: `Samsung 15%` }), + new CompanyMarketSharesItem({ value: 10, category: `Other`, summary: `Other 10%` }), ]; super(...newItems.slice(0)); } diff --git a/samples/charts/doughnut-chart/rings/src/CalendarMonths.ts b/samples/charts/doughnut-chart/rings/src/CalendarMonths.ts index 5e401ecdb1..4747f8da46 100644 --- a/samples/charts/doughnut-chart/rings/src/CalendarMonths.ts +++ b/samples/charts/doughnut-chart/rings/src/CalendarMonths.ts @@ -13,66 +13,18 @@ export class CalendarMonths extends Array { super(...items); } else { const newItems = [ - new CalendarMonthsItem( - { - value: 1, - label: `December` - }), - new CalendarMonthsItem( - { - value: 1, - label: `January` - }), - new CalendarMonthsItem( - { - value: 1, - label: `February` - }), - new CalendarMonthsItem( - { - value: 1, - label: `March` - }), - new CalendarMonthsItem( - { - value: 1, - label: `April` - }), - new CalendarMonthsItem( - { - value: 1, - label: `May` - }), - new CalendarMonthsItem( - { - value: 1, - label: `June` - }), - new CalendarMonthsItem( - { - value: 1, - label: `July` - }), - new CalendarMonthsItem( - { - value: 1, - label: `August` - }), - new CalendarMonthsItem( - { - value: 1, - label: `September` - }), - new CalendarMonthsItem( - { - value: 1, - label: `October` - }), - new CalendarMonthsItem( - { - value: 1, - label: `November` - }), + new CalendarMonthsItem({ value: 1, label: `December` }), + new CalendarMonthsItem({ value: 1, label: `January` }), + new CalendarMonthsItem({ value: 1, label: `February` }), + new CalendarMonthsItem({ value: 1, label: `March` }), + new CalendarMonthsItem({ value: 1, label: `April` }), + new CalendarMonthsItem({ value: 1, label: `May` }), + new CalendarMonthsItem({ value: 1, label: `June` }), + new CalendarMonthsItem({ value: 1, label: `July` }), + new CalendarMonthsItem({ value: 1, label: `August` }), + new CalendarMonthsItem({ value: 1, label: `September` }), + new CalendarMonthsItem({ value: 1, label: `October` }), + new CalendarMonthsItem({ value: 1, label: `November` }), ]; super(...newItems.slice(0)); } diff --git a/samples/charts/doughnut-chart/rings/src/CalendarSeasons.ts b/samples/charts/doughnut-chart/rings/src/CalendarSeasons.ts index a67d255797..f6dfe4ba32 100644 --- a/samples/charts/doughnut-chart/rings/src/CalendarSeasons.ts +++ b/samples/charts/doughnut-chart/rings/src/CalendarSeasons.ts @@ -13,26 +13,10 @@ export class CalendarSeasons extends Array { super(...items); } else { const newItems = [ - new CalendarSeasonsItem( - { - value: 4, - label: `Winter` - }), - new CalendarSeasonsItem( - { - value: 4, - label: `Spring` - }), - new CalendarSeasonsItem( - { - value: 4, - label: `Summer` - }), - new CalendarSeasonsItem( - { - value: 4, - label: `Fall` - }), + new CalendarSeasonsItem({ value: 4, label: `Winter` }), + new CalendarSeasonsItem({ value: 4, label: `Spring` }), + new CalendarSeasonsItem({ value: 4, label: `Summer` }), + new CalendarSeasonsItem({ value: 4, label: `Fall` }), ]; super(...newItems.slice(0)); } diff --git a/samples/charts/financial-chart/data-legend-formatting-currency/index.html b/samples/charts/financial-chart/data-legend-formatting-currency/index.html index 5caa8e2e34..65e893cc2e 100644 --- a/samples/charts/financial-chart/data-legend-formatting-currency/index.html +++ b/samples/charts/financial-chart/data-legend-formatting-currency/index.html @@ -22,8 +22,8 @@ diff --git a/samples/charts/financial-chart/data-legend-styling-props/index.html b/samples/charts/financial-chart/data-legend-styling-props/index.html index e1721ec7e7..4522e2a8f0 100644 --- a/samples/charts/financial-chart/data-legend-styling-props/index.html +++ b/samples/charts/financial-chart/data-legend-styling-props/index.html @@ -22,7 +22,7 @@ + included-columns="open, close, high, low, change"> diff --git a/samples/charts/financial-chart/format-specifiers/index.html b/samples/charts/financial-chart/format-specifiers/index.html index 14705e569f..ac85b9a276 100644 --- a/samples/charts/financial-chart/format-specifiers/index.html +++ b/samples/charts/financial-chart/format-specifiers/index.html @@ -22,8 +22,8 @@ diff --git a/samples/charts/pie-chart/legend/src/EnergyGlobalDemand.ts b/samples/charts/pie-chart/legend/src/EnergyGlobalDemand.ts index 3d2ed388a0..a6cd428f82 100644 --- a/samples/charts/pie-chart/legend/src/EnergyGlobalDemand.ts +++ b/samples/charts/pie-chart/legend/src/EnergyGlobalDemand.ts @@ -14,36 +14,11 @@ export class EnergyGlobalDemand extends Array { super(...items); } else { const newItems = [ - new EnergyGlobalDemandItem( - { - value: 37, - category: `Cooling`, - summary: `Cooling 37%` - }), - new EnergyGlobalDemandItem( - { - value: 25, - category: `Residential`, - summary: `Residential 25%` - }), - new EnergyGlobalDemandItem( - { - value: 12, - category: `Heating`, - summary: `Heating 12%` - }), - new EnergyGlobalDemandItem( - { - value: 11, - category: `Lighting`, - summary: `Lighting 11%` - }), - new EnergyGlobalDemandItem( - { - value: 15, - category: `Other`, - summary: `Other 15%` - }), + new EnergyGlobalDemandItem({ value: 37, category: `Cooling`, summary: `Cooling 37%` }), + new EnergyGlobalDemandItem({ value: 25, category: `Residential`, summary: `Residential 25%` }), + new EnergyGlobalDemandItem({ value: 12, category: `Heating`, summary: `Heating 12%` }), + new EnergyGlobalDemandItem({ value: 11, category: `Lighting`, summary: `Lighting 11%` }), + new EnergyGlobalDemandItem({ value: 15, category: `Other`, summary: `Other 15%` }), ]; super(...newItems.slice(0)); } diff --git a/samples/charts/pie-chart/others/src/EnergyGlobalDemand.ts b/samples/charts/pie-chart/others/src/EnergyGlobalDemand.ts index 3d2ed388a0..a6cd428f82 100644 --- a/samples/charts/pie-chart/others/src/EnergyGlobalDemand.ts +++ b/samples/charts/pie-chart/others/src/EnergyGlobalDemand.ts @@ -14,36 +14,11 @@ export class EnergyGlobalDemand extends Array { super(...items); } else { const newItems = [ - new EnergyGlobalDemandItem( - { - value: 37, - category: `Cooling`, - summary: `Cooling 37%` - }), - new EnergyGlobalDemandItem( - { - value: 25, - category: `Residential`, - summary: `Residential 25%` - }), - new EnergyGlobalDemandItem( - { - value: 12, - category: `Heating`, - summary: `Heating 12%` - }), - new EnergyGlobalDemandItem( - { - value: 11, - category: `Lighting`, - summary: `Lighting 11%` - }), - new EnergyGlobalDemandItem( - { - value: 15, - category: `Other`, - summary: `Other 15%` - }), + new EnergyGlobalDemandItem({ value: 37, category: `Cooling`, summary: `Cooling 37%` }), + new EnergyGlobalDemandItem({ value: 25, category: `Residential`, summary: `Residential 25%` }), + new EnergyGlobalDemandItem({ value: 12, category: `Heating`, summary: `Heating 12%` }), + new EnergyGlobalDemandItem({ value: 11, category: `Lighting`, summary: `Lighting 11%` }), + new EnergyGlobalDemandItem({ value: 15, category: `Other`, summary: `Other 15%` }), ]; super(...newItems.slice(0)); } diff --git a/samples/charts/pie-chart/overview/src/EnergyGlobalDemand.ts b/samples/charts/pie-chart/overview/src/EnergyGlobalDemand.ts index 3d2ed388a0..a6cd428f82 100644 --- a/samples/charts/pie-chart/overview/src/EnergyGlobalDemand.ts +++ b/samples/charts/pie-chart/overview/src/EnergyGlobalDemand.ts @@ -14,36 +14,11 @@ export class EnergyGlobalDemand extends Array { super(...items); } else { const newItems = [ - new EnergyGlobalDemandItem( - { - value: 37, - category: `Cooling`, - summary: `Cooling 37%` - }), - new EnergyGlobalDemandItem( - { - value: 25, - category: `Residential`, - summary: `Residential 25%` - }), - new EnergyGlobalDemandItem( - { - value: 12, - category: `Heating`, - summary: `Heating 12%` - }), - new EnergyGlobalDemandItem( - { - value: 11, - category: `Lighting`, - summary: `Lighting 11%` - }), - new EnergyGlobalDemandItem( - { - value: 15, - category: `Other`, - summary: `Other 15%` - }), + new EnergyGlobalDemandItem({ value: 37, category: `Cooling`, summary: `Cooling 37%` }), + new EnergyGlobalDemandItem({ value: 25, category: `Residential`, summary: `Residential 25%` }), + new EnergyGlobalDemandItem({ value: 12, category: `Heating`, summary: `Heating 12%` }), + new EnergyGlobalDemandItem({ value: 11, category: `Lighting`, summary: `Lighting 11%` }), + new EnergyGlobalDemandItem({ value: 15, category: `Other`, summary: `Other 15%` }), ]; super(...newItems.slice(0)); } diff --git a/samples/charts/pie-chart/styling/src/EnergyGlobalDemand.ts b/samples/charts/pie-chart/styling/src/EnergyGlobalDemand.ts index 3d2ed388a0..a6cd428f82 100644 --- a/samples/charts/pie-chart/styling/src/EnergyGlobalDemand.ts +++ b/samples/charts/pie-chart/styling/src/EnergyGlobalDemand.ts @@ -14,36 +14,11 @@ export class EnergyGlobalDemand extends Array { super(...items); } else { const newItems = [ - new EnergyGlobalDemandItem( - { - value: 37, - category: `Cooling`, - summary: `Cooling 37%` - }), - new EnergyGlobalDemandItem( - { - value: 25, - category: `Residential`, - summary: `Residential 25%` - }), - new EnergyGlobalDemandItem( - { - value: 12, - category: `Heating`, - summary: `Heating 12%` - }), - new EnergyGlobalDemandItem( - { - value: 11, - category: `Lighting`, - summary: `Lighting 11%` - }), - new EnergyGlobalDemandItem( - { - value: 15, - category: `Other`, - summary: `Other 15%` - }), + new EnergyGlobalDemandItem({ value: 37, category: `Cooling`, summary: `Cooling 37%` }), + new EnergyGlobalDemandItem({ value: 25, category: `Residential`, summary: `Residential 25%` }), + new EnergyGlobalDemandItem({ value: 12, category: `Heating`, summary: `Heating 12%` }), + new EnergyGlobalDemandItem({ value: 11, category: `Lighting`, summary: `Lighting 11%` }), + new EnergyGlobalDemandItem({ value: 15, category: `Other`, summary: `Other 15%` }), ]; super(...newItems.slice(0)); } diff --git a/samples/charts/sparkline/display-area/src/SparklineMixedData.ts b/samples/charts/sparkline/display-area/src/SparklineMixedData.ts index fa5564d4ee..95e4673130 100644 --- a/samples/charts/sparkline/display-area/src/SparklineMixedData.ts +++ b/samples/charts/sparkline/display-area/src/SparklineMixedData.ts @@ -13,46 +13,14 @@ export class SparklineMixedData extends Array { super(...items); } else { const newItems = [ - new SparklineMixedDataItem( - { - label: `A`, - value: 30 - }), - new SparklineMixedDataItem( - { - label: `B`, - value: -10 - }), - new SparklineMixedDataItem( - { - label: `C`, - value: 40 - }), - new SparklineMixedDataItem( - { - label: `D`, - value: -20 - }), - new SparklineMixedDataItem( - { - label: `E`, - value: 30 - }), - new SparklineMixedDataItem( - { - label: `F`, - value: 40 - }), - new SparklineMixedDataItem( - { - label: `G`, - value: -10 - }), - new SparklineMixedDataItem( - { - label: `H`, - value: 30 - }), + new SparklineMixedDataItem({ label: `A`, value: 30 }), + new SparklineMixedDataItem({ label: `B`, value: -10 }), + new SparklineMixedDataItem({ label: `C`, value: 40 }), + new SparklineMixedDataItem({ label: `D`, value: -20 }), + new SparklineMixedDataItem({ label: `E`, value: 30 }), + new SparklineMixedDataItem({ label: `F`, value: 40 }), + new SparklineMixedDataItem({ label: `G`, value: -10 }), + new SparklineMixedDataItem({ label: `H`, value: 30 }), ]; super(...newItems.slice(0)); } diff --git a/samples/charts/sparkline/display-column/src/SparklineMixedData.ts b/samples/charts/sparkline/display-column/src/SparklineMixedData.ts index fa5564d4ee..95e4673130 100644 --- a/samples/charts/sparkline/display-column/src/SparklineMixedData.ts +++ b/samples/charts/sparkline/display-column/src/SparklineMixedData.ts @@ -13,46 +13,14 @@ export class SparklineMixedData extends Array { super(...items); } else { const newItems = [ - new SparklineMixedDataItem( - { - label: `A`, - value: 30 - }), - new SparklineMixedDataItem( - { - label: `B`, - value: -10 - }), - new SparklineMixedDataItem( - { - label: `C`, - value: 40 - }), - new SparklineMixedDataItem( - { - label: `D`, - value: -20 - }), - new SparklineMixedDataItem( - { - label: `E`, - value: 30 - }), - new SparklineMixedDataItem( - { - label: `F`, - value: 40 - }), - new SparklineMixedDataItem( - { - label: `G`, - value: -10 - }), - new SparklineMixedDataItem( - { - label: `H`, - value: 30 - }), + new SparklineMixedDataItem({ label: `A`, value: 30 }), + new SparklineMixedDataItem({ label: `B`, value: -10 }), + new SparklineMixedDataItem({ label: `C`, value: 40 }), + new SparklineMixedDataItem({ label: `D`, value: -20 }), + new SparklineMixedDataItem({ label: `E`, value: 30 }), + new SparklineMixedDataItem({ label: `F`, value: 40 }), + new SparklineMixedDataItem({ label: `G`, value: -10 }), + new SparklineMixedDataItem({ label: `H`, value: 30 }), ]; super(...newItems.slice(0)); } diff --git a/samples/charts/sparkline/display-lines/src/SparklineMixedData.ts b/samples/charts/sparkline/display-lines/src/SparklineMixedData.ts index fa5564d4ee..95e4673130 100644 --- a/samples/charts/sparkline/display-lines/src/SparklineMixedData.ts +++ b/samples/charts/sparkline/display-lines/src/SparklineMixedData.ts @@ -13,46 +13,14 @@ export class SparklineMixedData extends Array { super(...items); } else { const newItems = [ - new SparklineMixedDataItem( - { - label: `A`, - value: 30 - }), - new SparklineMixedDataItem( - { - label: `B`, - value: -10 - }), - new SparklineMixedDataItem( - { - label: `C`, - value: 40 - }), - new SparklineMixedDataItem( - { - label: `D`, - value: -20 - }), - new SparklineMixedDataItem( - { - label: `E`, - value: 30 - }), - new SparklineMixedDataItem( - { - label: `F`, - value: 40 - }), - new SparklineMixedDataItem( - { - label: `G`, - value: -10 - }), - new SparklineMixedDataItem( - { - label: `H`, - value: 30 - }), + new SparklineMixedDataItem({ label: `A`, value: 30 }), + new SparklineMixedDataItem({ label: `B`, value: -10 }), + new SparklineMixedDataItem({ label: `C`, value: 40 }), + new SparklineMixedDataItem({ label: `D`, value: -20 }), + new SparklineMixedDataItem({ label: `E`, value: 30 }), + new SparklineMixedDataItem({ label: `F`, value: 40 }), + new SparklineMixedDataItem({ label: `G`, value: -10 }), + new SparklineMixedDataItem({ label: `H`, value: 30 }), ]; super(...newItems.slice(0)); } diff --git a/samples/charts/sparkline/display-winloss/src/SparklineMixedData.ts b/samples/charts/sparkline/display-winloss/src/SparklineMixedData.ts index fa5564d4ee..95e4673130 100644 --- a/samples/charts/sparkline/display-winloss/src/SparklineMixedData.ts +++ b/samples/charts/sparkline/display-winloss/src/SparklineMixedData.ts @@ -13,46 +13,14 @@ export class SparklineMixedData extends Array { super(...items); } else { const newItems = [ - new SparklineMixedDataItem( - { - label: `A`, - value: 30 - }), - new SparklineMixedDataItem( - { - label: `B`, - value: -10 - }), - new SparklineMixedDataItem( - { - label: `C`, - value: 40 - }), - new SparklineMixedDataItem( - { - label: `D`, - value: -20 - }), - new SparklineMixedDataItem( - { - label: `E`, - value: 30 - }), - new SparklineMixedDataItem( - { - label: `F`, - value: 40 - }), - new SparklineMixedDataItem( - { - label: `G`, - value: -10 - }), - new SparklineMixedDataItem( - { - label: `H`, - value: 30 - }), + new SparklineMixedDataItem({ label: `A`, value: 30 }), + new SparklineMixedDataItem({ label: `B`, value: -10 }), + new SparklineMixedDataItem({ label: `C`, value: 40 }), + new SparklineMixedDataItem({ label: `D`, value: -20 }), + new SparklineMixedDataItem({ label: `E`, value: 30 }), + new SparklineMixedDataItem({ label: `F`, value: 40 }), + new SparklineMixedDataItem({ label: `G`, value: -10 }), + new SparklineMixedDataItem({ label: `H`, value: 30 }), ]; super(...newItems.slice(0)); } diff --git a/samples/charts/sparkline/markers/src/SparklineProfitData.ts b/samples/charts/sparkline/markers/src/SparklineProfitData.ts index a9914e6acb..6a24b4f0d5 100644 --- a/samples/charts/sparkline/markers/src/SparklineProfitData.ts +++ b/samples/charts/sparkline/markers/src/SparklineProfitData.ts @@ -13,46 +13,14 @@ export class SparklineProfitData extends Array { super(...items); } else { const newItems = [ - new SparklineProfitDataItem( - { - value: 30, - label: `A` - }), - new SparklineProfitDataItem( - { - value: 40, - label: `B` - }), - new SparklineProfitDataItem( - { - value: 50, - label: `C` - }), - new SparklineProfitDataItem( - { - value: 40, - label: `D` - }), - new SparklineProfitDataItem( - { - value: 30, - label: `E` - }), - new SparklineProfitDataItem( - { - value: 20, - label: `F` - }), - new SparklineProfitDataItem( - { - value: 30, - label: `G` - }), - new SparklineProfitDataItem( - { - value: 40, - label: `H` - }), + new SparklineProfitDataItem({ value: 30, label: `A` }), + new SparklineProfitDataItem({ value: 40, label: `B` }), + new SparklineProfitDataItem({ value: 50, label: `C` }), + new SparklineProfitDataItem({ value: 40, label: `D` }), + new SparklineProfitDataItem({ value: 30, label: `E` }), + new SparklineProfitDataItem({ value: 20, label: `F` }), + new SparklineProfitDataItem({ value: 30, label: `G` }), + new SparklineProfitDataItem({ value: 40, label: `H` }), ]; super(...newItems.slice(0)); } diff --git a/samples/charts/sparkline/normal-range/src/SparklineMixedData.ts b/samples/charts/sparkline/normal-range/src/SparklineMixedData.ts index fa5564d4ee..95e4673130 100644 --- a/samples/charts/sparkline/normal-range/src/SparklineMixedData.ts +++ b/samples/charts/sparkline/normal-range/src/SparklineMixedData.ts @@ -13,46 +13,14 @@ export class SparklineMixedData extends Array { super(...items); } else { const newItems = [ - new SparklineMixedDataItem( - { - label: `A`, - value: 30 - }), - new SparklineMixedDataItem( - { - label: `B`, - value: -10 - }), - new SparklineMixedDataItem( - { - label: `C`, - value: 40 - }), - new SparklineMixedDataItem( - { - label: `D`, - value: -20 - }), - new SparklineMixedDataItem( - { - label: `E`, - value: 30 - }), - new SparklineMixedDataItem( - { - label: `F`, - value: 40 - }), - new SparklineMixedDataItem( - { - label: `G`, - value: -10 - }), - new SparklineMixedDataItem( - { - label: `H`, - value: 30 - }), + new SparklineMixedDataItem({ label: `A`, value: 30 }), + new SparklineMixedDataItem({ label: `B`, value: -10 }), + new SparklineMixedDataItem({ label: `C`, value: 40 }), + new SparklineMixedDataItem({ label: `D`, value: -20 }), + new SparklineMixedDataItem({ label: `E`, value: 30 }), + new SparklineMixedDataItem({ label: `F`, value: 40 }), + new SparklineMixedDataItem({ label: `G`, value: -10 }), + new SparklineMixedDataItem({ label: `H`, value: 30 }), ]; super(...newItems.slice(0)); } diff --git a/samples/charts/sparkline/trendlines/src/SparklineMixedData.ts b/samples/charts/sparkline/trendlines/src/SparklineMixedData.ts index fa5564d4ee..95e4673130 100644 --- a/samples/charts/sparkline/trendlines/src/SparklineMixedData.ts +++ b/samples/charts/sparkline/trendlines/src/SparklineMixedData.ts @@ -13,46 +13,14 @@ export class SparklineMixedData extends Array { super(...items); } else { const newItems = [ - new SparklineMixedDataItem( - { - label: `A`, - value: 30 - }), - new SparklineMixedDataItem( - { - label: `B`, - value: -10 - }), - new SparklineMixedDataItem( - { - label: `C`, - value: 40 - }), - new SparklineMixedDataItem( - { - label: `D`, - value: -20 - }), - new SparklineMixedDataItem( - { - label: `E`, - value: 30 - }), - new SparklineMixedDataItem( - { - label: `F`, - value: 40 - }), - new SparklineMixedDataItem( - { - label: `G`, - value: -10 - }), - new SparklineMixedDataItem( - { - label: `H`, - value: 30 - }), + new SparklineMixedDataItem({ label: `A`, value: 30 }), + new SparklineMixedDataItem({ label: `B`, value: -10 }), + new SparklineMixedDataItem({ label: `C`, value: 40 }), + new SparklineMixedDataItem({ label: `D`, value: -20 }), + new SparklineMixedDataItem({ label: `E`, value: 30 }), + new SparklineMixedDataItem({ label: `F`, value: 40 }), + new SparklineMixedDataItem({ label: `G`, value: -10 }), + new SparklineMixedDataItem({ label: `H`, value: 30 }), ]; super(...newItems.slice(0)); } diff --git a/samples/charts/sparkline/unknown-values/src/SparklineUnknownData.ts b/samples/charts/sparkline/unknown-values/src/SparklineUnknownData.ts index b2dd8473d6..ae87770eea 100644 --- a/samples/charts/sparkline/unknown-values/src/SparklineUnknownData.ts +++ b/samples/charts/sparkline/unknown-values/src/SparklineUnknownData.ts @@ -13,56 +13,16 @@ export class SparklineUnknownData extends Array { super(...items); } else { const newItems = [ - new SparklineUnknownDataItem( - { - label: 4, - value: 4 - }), - new SparklineUnknownDataItem( - { - label: 5, - value: 5 - }), - new SparklineUnknownDataItem( - { - label: 2, - value: null - }), - new SparklineUnknownDataItem( - { - label: 7, - value: 7 - }), - new SparklineUnknownDataItem( - { - label: -1, - value: -1 - }), - new SparklineUnknownDataItem( - { - label: 3, - value: 3 - }), - new SparklineUnknownDataItem( - { - label: -2, - value: -2 - }), - new SparklineUnknownDataItem( - { - label: 5, - value: null - }), - new SparklineUnknownDataItem( - { - label: 2, - value: 2 - }), - new SparklineUnknownDataItem( - { - label: 6, - value: 6 - }), + new SparklineUnknownDataItem({ label: 4, value: 4 }), + new SparklineUnknownDataItem({ label: 5, value: 5 }), + new SparklineUnknownDataItem({ label: 2, value: null }), + new SparklineUnknownDataItem({ label: 7, value: 7 }), + new SparklineUnknownDataItem({ label: -1, value: -1 }), + new SparklineUnknownDataItem({ label: 3, value: 3 }), + new SparklineUnknownDataItem({ label: -2, value: -2 }), + new SparklineUnknownDataItem({ label: 5, value: null }), + new SparklineUnknownDataItem({ label: 2, value: 2 }), + new SparklineUnknownDataItem({ label: 6, value: 6 }), ]; super(...newItems.slice(0)); } diff --git a/samples/charts/toolbar/actions-built-in-category-chart/src/CountryRenewableElectricity.ts b/samples/charts/toolbar/actions-built-in-category-chart/src/CountryRenewableElectricity.ts index b32970c46a..21a29ab226 100644 --- a/samples/charts/toolbar/actions-built-in-category-chart/src/CountryRenewableElectricity.ts +++ b/samples/charts/toolbar/actions-built-in-category-chart/src/CountryRenewableElectricity.ts @@ -15,90 +15,18 @@ export class CountryRenewableElectricity extends Array { super(...items); } else { const newItems = [ - new CountryTopUrbanPopDataItem( - { - code: `ASA`, - parent: null, - name: `Asia`, - population: null, - urbanPopulation: null, - urbanPopPercent: null - }), - new CountryTopUrbanPopDataItem( - { - code: `NAM`, - parent: null, - name: `North America`, - population: null, - urbanPopulation: null, - urbanPopPercent: null - }), - new CountryTopUrbanPopDataItem( - { - code: `CHI`, - parent: `Asia`, - name: `China`, - population: 1425178792, - urbanPopulation: 941865672, - urbanPopPercent: `65%` - }), - new CountryTopUrbanPopDataItem( - { - code: `IND`, - parent: `Asia`, - name: `India`, - population: 1428627663, - urbanPopulation: 530387142, - urbanPopPercent: `36%` - }), - new CountryTopUrbanPopDataItem( - { - code: `USA`, - parent: `North America`, - name: `United States`, - population: 341814420, - urbanPopulation: 284698234, - urbanPopPercent: `83%` - }), - new CountryTopUrbanPopDataItem( - { - code: `MEX`, - parent: `North America`, - name: `Mexico`, - population: 129388467, - urbanPopulation: 114397383, - urbanPopPercent: `88%` - }), + new CountryTopUrbanPopDataItem({ code: `ASA`, parent: null, name: `Asia`, population: null, urbanPopulation: null, urbanPopPercent: null }), + new CountryTopUrbanPopDataItem({ code: `NAM`, parent: null, name: `North America`, population: null, urbanPopulation: null, urbanPopPercent: null }), + new CountryTopUrbanPopDataItem({ code: `CHI`, parent: `Asia`, name: `China`, population: 1425178792, urbanPopulation: 941865672, urbanPopPercent: `65%` }), + new CountryTopUrbanPopDataItem({ code: `IND`, parent: `Asia`, name: `India`, population: 1428627663, urbanPopulation: 530387142, urbanPopPercent: `36%` }), + new CountryTopUrbanPopDataItem({ code: `USA`, parent: `North America`, name: `United States`, population: 341814420, urbanPopulation: 284698234, urbanPopPercent: `83%` }), + new CountryTopUrbanPopDataItem({ code: `MEX`, parent: `North America`, name: `Mexico`, population: 129388467, urbanPopulation: 114397383, urbanPopPercent: `88%` }), ]; super(...newItems.slice(0)); } diff --git a/samples/charts/tree-map/highlighting/src/CountyHierarchicalData.ts b/samples/charts/tree-map/highlighting/src/CountyHierarchicalData.ts index 5193e116c9..1b7efca0dd 100644 --- a/samples/charts/tree-map/highlighting/src/CountyHierarchicalData.ts +++ b/samples/charts/tree-map/highlighting/src/CountyHierarchicalData.ts @@ -15,1560 +15,228 @@ export class CountyHierarchicalData extends Array { super(...items); } else { const newItems = [ - new CountyHierarchicalDataItem( - { - code: `AFC`, - parent: null, - name: `Africa`, - population: null - }), - new CountyHierarchicalDataItem( - { - code: `ASA`, - parent: null, - name: `Asia`, - population: null - }), - new CountyHierarchicalDataItem( - { - code: `EUR`, - parent: null, - name: `Europe`, - population: null - }), - new CountyHierarchicalDataItem( - { - code: `MDE`, - parent: null, - name: `Middle East`, - population: null - }), - new CountyHierarchicalDataItem( - { - code: `NAM`, - parent: null, - name: `North America`, - population: null - }), - new CountyHierarchicalDataItem( - { - code: `CAM`, - parent: null, - name: `Central America`, - population: null - }), - new CountyHierarchicalDataItem( - { - code: `SAM`, - parent: null, - name: `South America`, - population: null - }), - new CountyHierarchicalDataItem( - { - code: `OCE`, - parent: null, - name: `Oceania`, - population: null - }), - new CountyHierarchicalDataItem( - { - code: `ANG`, - parent: `Africa`, - name: `Angola`, - population: 19618432 - }), - new CountyHierarchicalDataItem( - { - code: `BEN`, - parent: `Africa`, - name: `Benin`, - population: 9099922 - }), - new CountyHierarchicalDataItem( - { - code: `BOT`, - parent: `Africa`, - name: `Botswana`, - population: 2030738 - }), - new CountyHierarchicalDataItem( - { - code: `BUR`, - parent: `Africa`, - name: `Burkina Faso`, - population: 16967845 - }), - new CountyHierarchicalDataItem( - { - code: `BUR`, - parent: `Africa`, - name: `Burundi`, - population: 8575172 - }), - new CountyHierarchicalDataItem( - { - code: `CAM`, - parent: `Africa`, - name: `Cameroon`, - population: 20030362 - }), - new CountyHierarchicalDataItem( - { - code: `CPV`, - parent: `Africa`, - name: `Cape Verde`, - population: 500585 - }), - new CountyHierarchicalDataItem( - { - code: `CAR`, - parent: `Africa`, - name: `Central African Republic`, - population: 4486837 - }), - new CountyHierarchicalDataItem( - { - code: `CHD`, - parent: `Africa`, - name: `Chad`, - population: 11525496 - }), - new CountyHierarchicalDataItem( - { - code: `COM`, - parent: `Africa`, - name: `Comoros`, - population: 753943 - }), - new CountyHierarchicalDataItem( - { - code: `DRC`, - parent: `Africa`, - name: `Congo DRC`, - population: 67757577 - }), - new CountyHierarchicalDataItem( - { - code: `CRP`, - parent: `Africa`, - name: `Congo Republic`, - population: 4139748 - }), - new CountyHierarchicalDataItem( - { - code: `CIR`, - parent: `Africa`, - name: `Cote Ivoire`, - population: 20152894 - }), - new CountyHierarchicalDataItem( - { - code: `DBT`, - parent: `Africa`, - name: `Djibouti`, - population: 905564 - }), - new CountyHierarchicalDataItem( - { - code: `ETG`, - parent: `Africa`, - name: `Equatorial Guinea`, - population: 720213 - }), - new CountyHierarchicalDataItem( - { - code: `ERT`, - parent: `Africa`, - name: `Eritrea`, - population: 5415280 - }), - new CountyHierarchicalDataItem( - { - code: `ETH`, - parent: `Africa`, - name: `Ethiopia`, - population: 84734262 - }), - new CountyHierarchicalDataItem( - { - code: `GBN`, - parent: `Africa`, - name: `Gabon`, - population: 1534262 - }), - new CountyHierarchicalDataItem( - { - code: `GMB`, - parent: `Africa`, - name: `Gambia`, - population: 1776103 - }), - new CountyHierarchicalDataItem( - { - code: `GHN`, - parent: `Africa`, - name: `Ghana`, - population: 24965816 - }), - new CountyHierarchicalDataItem( - { - code: `GUN`, - parent: `Africa`, - name: `Guinea`, - population: 10221808 - }), - new CountyHierarchicalDataItem( - { - code: `GNB`, - parent: `Africa`, - name: `Guinea-Bissau`, - population: 1547061 - }), - new CountyHierarchicalDataItem( - { - code: `KEN`, - parent: `Africa`, - name: `Kenya`, - population: 41609728 - }), - new CountyHierarchicalDataItem( - { - code: `LES`, - parent: `Africa`, - name: `Lesotho`, - population: 2193843 - }), - new CountyHierarchicalDataItem( - { - code: `LBR`, - parent: `Africa`, - name: `Liberia`, - population: 4128572 - }), - new CountyHierarchicalDataItem( - { - code: `MDG`, - parent: `Africa`, - name: `Madagascar`, - population: 21315135 - }), - new CountyHierarchicalDataItem( - { - code: `MLW`, - parent: `Africa`, - name: `Malawi`, - population: 15380888 - }), - new CountyHierarchicalDataItem( - { - code: `MAL`, - parent: `Africa`, - name: `Mali`, - population: 15839538 - }), - new CountyHierarchicalDataItem( - { - code: `MRT`, - parent: `Africa`, - name: `Mauritania`, - population: 3541540 - }), - new CountyHierarchicalDataItem( - { - code: `MUS`, - parent: `Africa`, - name: `Mauritius`, - population: 1286051 - }), - new CountyHierarchicalDataItem( - { - code: `MOZ`, - parent: `Africa`, - name: `Mozambique`, - population: 23929708 - }), - new CountyHierarchicalDataItem( - { - code: `NMB`, - parent: `Africa`, - name: `Namibia`, - population: 2324004 - }), - new CountyHierarchicalDataItem( - { - code: `NER`, - parent: `Africa`, - name: `Niger`, - population: 16068994 - }), - new CountyHierarchicalDataItem( - { - code: `NGA`, - parent: `Africa`, - name: `Nigeria`, - population: 162470737 - }), - new CountyHierarchicalDataItem( - { - code: `RWD`, - parent: `Africa`, - name: `Rwanda`, - population: 10942950 - }), - new CountyHierarchicalDataItem( - { - code: `STM`, - parent: `Africa`, - name: `Sao Tome`, - population: 168526 - }), - new CountyHierarchicalDataItem( - { - code: `SEN`, - parent: `Africa`, - name: `Senegal`, - population: 12767556 - }), - new CountyHierarchicalDataItem( - { - code: `SYC`, - parent: `Africa`, - name: `Seychelles`, - population: 86000 - }), - new CountyHierarchicalDataItem( - { - code: `SRL`, - parent: `Africa`, - name: `Sierra Leone`, - population: 5997486 - }), - new CountyHierarchicalDataItem( - { - code: `ZAF`, - parent: `Africa`, - name: `South Africa`, - population: 50586757 - }), - new CountyHierarchicalDataItem( - { - code: `SSD`, - parent: `Africa`, - name: `South Sudan`, - population: 10314021 - }), - new CountyHierarchicalDataItem( - { - code: `SDN`, - parent: `Africa`, - name: `Sudan`, - population: 34318385 - }), - new CountyHierarchicalDataItem( - { - code: `SWZ`, - parent: `Africa`, - name: `Swaziland`, - population: 1067773 - }), - new CountyHierarchicalDataItem( - { - code: `TNZ`, - parent: `Africa`, - name: `Tanzania`, - population: 46218486 - }), - new CountyHierarchicalDataItem( - { - code: `TOG`, - parent: `Africa`, - name: `Togo`, - population: 6154813 - }), - new CountyHierarchicalDataItem( - { - code: `UGN`, - parent: `Africa`, - name: `Uganda`, - population: 34509205 - }), - new CountyHierarchicalDataItem( - { - code: `ZMB`, - parent: `Africa`, - name: `Zambia`, - population: 13474959 - }), - new CountyHierarchicalDataItem( - { - code: `ZWE`, - parent: `Africa`, - name: `Zimbabwe`, - population: 12754378 - }), - new CountyHierarchicalDataItem( - { - code: `AFG`, - parent: `Asia`, - name: `Afghanistan`, - population: 35320445 - }), - new CountyHierarchicalDataItem( - { - code: `BAN`, - parent: `Asia`, - name: `Bangladesh`, - population: 150493658 - }), - new CountyHierarchicalDataItem( - { - code: `BHT`, - parent: `Asia`, - name: `Bhutan`, - population: 738267 - }), - new CountyHierarchicalDataItem( - { - code: `BRN`, - parent: `Asia`, - name: `Brunei`, - population: 405938 - }), - new CountyHierarchicalDataItem( - { - code: `CAM`, - parent: `Asia`, - name: `Cambodia`, - population: 14305183 - }), - new CountyHierarchicalDataItem( - { - code: `CHI`, - parent: `Asia`, - name: `China`, - population: 1344130000 - }), - new CountyHierarchicalDataItem( - { - code: `HNK`, - parent: `Asia`, - name: `Hong Kong`, - population: 7071600 - }), - new CountyHierarchicalDataItem( - { - code: `IND`, - parent: `Asia`, - name: `India`, - population: 1241491960 - }), - new CountyHierarchicalDataItem( - { - code: `IDN`, - parent: `Asia`, - name: `Indonesia`, - population: 242325638 - }), - new CountyHierarchicalDataItem( - { - code: `JPN`, - parent: `Asia`, - name: `Japan`, - population: 127817277 - }), - new CountyHierarchicalDataItem( - { - code: `KZH`, - parent: `Asia`, - name: `Kazakhstan`, - population: 16558676 - }), - new CountyHierarchicalDataItem( - { - code: `NKO`, - parent: `Asia`, - name: `North Korea`, - population: 24451285 - }), - new CountyHierarchicalDataItem( - { - code: `SKO`, - parent: `Asia`, - name: `South Korea`, - population: 49779000 - }), - new CountyHierarchicalDataItem( - { - code: `KGZ`, - parent: `Asia`, - name: `Kyrgyzstan`, - population: 5514600 - }), - new CountyHierarchicalDataItem( - { - code: `LAO`, - parent: `Asia`, - name: `Lao PDR`, - population: 6288037 - }), - new CountyHierarchicalDataItem( - { - code: `MAC`, - parent: `Asia`, - name: `Macao`, - population: 555731 - }), - new CountyHierarchicalDataItem( - { - code: `MYS`, - parent: `Asia`, - name: `Malaysia`, - population: 28859154 - }), - new CountyHierarchicalDataItem( - { - code: `MDV`, - parent: `Asia`, - name: `Maldives`, - population: 320081 - }), - new CountyHierarchicalDataItem( - { - code: `MNG`, - parent: `Asia`, - name: `Mongolia`, - population: 2800114 - }), - new CountyHierarchicalDataItem( - { - code: `MYM`, - parent: `Asia`, - name: `Myanmar`, - population: 48336763 - }), - new CountyHierarchicalDataItem( - { - code: `NPL`, - parent: `Asia`, - name: `Nepal`, - population: 30485798 - }), - new CountyHierarchicalDataItem( - { - code: `PHP`, - parent: `Asia`, - name: `Philippines`, - population: 94852030 - }), - new CountyHierarchicalDataItem( - { - code: `SNG`, - parent: `Asia`, - name: `Singapore`, - population: 5183700 - }), - new CountyHierarchicalDataItem( - { - code: `SRL`, - parent: `Asia`, - name: `Sri Lanka`, - population: 20869000 - }), - new CountyHierarchicalDataItem( - { - code: `TKS`, - parent: `Asia`, - name: `Tajikistan`, - population: 6976958 - }), - new CountyHierarchicalDataItem( - { - code: `THL`, - parent: `Asia`, - name: `Thailand`, - population: 69518555 - }), - new CountyHierarchicalDataItem( - { - code: `TRK`, - parent: `Asia`, - name: `Turkmenistan`, - population: 5105301 - }), - new CountyHierarchicalDataItem( - { - code: `UZB`, - parent: `Asia`, - name: `Uzbekistan`, - population: 29341200 - }), - new CountyHierarchicalDataItem( - { - code: `VTN`, - parent: `Asia`, - name: `Vietnam`, - population: 87840000 - }), - new CountyHierarchicalDataItem( - { - code: `ANT`, - parent: `Central America`, - name: `Antigua`, - population: 89612 - }), - new CountyHierarchicalDataItem( - { - code: `ARB`, - parent: `Central America`, - name: `Aruba`, - population: 108141 - }), - new CountyHierarchicalDataItem( - { - code: `BHM`, - parent: `Central America`, - name: `Bahamas`, - population: 347176 - }), - new CountyHierarchicalDataItem( - { - code: `BRB`, - parent: `Central America`, - name: `Barbados`, - population: 273925 - }), - new CountyHierarchicalDataItem( - { - code: `BLZ`, - parent: `Central America`, - name: `Belize`, - population: 356600 - }), - new CountyHierarchicalDataItem( - { - code: `BRM`, - parent: `Central America`, - name: `Bermuda`, - population: 64700 - }), - new CountyHierarchicalDataItem( - { - code: `CYI`, - parent: `Central America`, - name: `Cayman Islands`, - population: 56729 - }), - new CountyHierarchicalDataItem( - { - code: `CSR`, - parent: `Central America`, - name: `Costa Rica`, - population: 4726575 - }), - new CountyHierarchicalDataItem( - { - code: `CUB`, - parent: `Central America`, - name: `Cuba`, - population: 11253665 - }), - new CountyHierarchicalDataItem( - { - code: `CUR`, - parent: `Central America`, - name: `Curacao`, - population: 145619 - }), - new CountyHierarchicalDataItem( - { - code: `DMA`, - parent: `Central America`, - name: `Dominica`, - population: 67675 - }), - new CountyHierarchicalDataItem( - { - code: `DOM`, - parent: `Central America`, - name: `Dominican Republic`, - population: 10056181 - }), - new CountyHierarchicalDataItem( - { - code: `SLV`, - parent: `Central America`, - name: `El Salvador`, - population: 6227491 - }), - new CountyHierarchicalDataItem( - { - code: `FIS`, - parent: `Central America`, - name: `Faeroe Islands`, - population: 48863 - }), - new CountyHierarchicalDataItem( - { - code: `GND`, - parent: `Central America`, - name: `Grenada`, - population: 104890 - }), - new CountyHierarchicalDataItem( - { - code: `GUA`, - parent: `Central America`, - name: `Guam`, - population: 182111 - }), - new CountyHierarchicalDataItem( - { - code: `GTM`, - parent: `Central America`, - name: `Guatemala`, - population: 14757316 - }), - new CountyHierarchicalDataItem( - { - code: `HAT`, - parent: `Central America`, - name: `Haiti`, - population: 10123787 - }), - new CountyHierarchicalDataItem( - { - code: `HON`, - parent: `Central America`, - name: `Honduras`, - population: 7754687 - }), - new CountyHierarchicalDataItem( - { - code: `JAM`, - parent: `Central America`, - name: `Jamaica`, - population: 2706500 - }), - new CountyHierarchicalDataItem( - { - code: `NCR`, - parent: `Central America`, - name: `Nicaragua`, - population: 5869859 - }), - new CountyHierarchicalDataItem( - { - code: `NMI`, - parent: `Central America`, - name: `Northern Mariana Islands`, - population: 61174 - }), - new CountyHierarchicalDataItem( - { - code: `PAN`, - parent: `Central America`, - name: `Panama`, - population: 3571185 - }), - new CountyHierarchicalDataItem( - { - code: `PRT`, - parent: `Central America`, - name: `Puerto Rico`, - population: 3706690 - }), - new CountyHierarchicalDataItem( - { - code: `STK`, - parent: `Central America`, - name: `St. Kitts`, - population: 53051 - }), - new CountyHierarchicalDataItem( - { - code: `STL`, - parent: `Central America`, - name: `St. Lucia`, - population: 176000 - }), - new CountyHierarchicalDataItem( - { - code: `STV`, - parent: `Central America`, - name: `St. Vincent`, - population: 109365 - }), - new CountyHierarchicalDataItem( - { - code: `TAB`, - parent: `Central America`, - name: `Trinidad and Tobago`, - population: 1346350 - }), - new CountyHierarchicalDataItem( - { - code: `RCI`, - parent: `Central America`, - name: `Turks and Caicos Islands`, - population: 39184 - }), - new CountyHierarchicalDataItem( - { - code: `ISV`, - parent: `Central America`, - name: `US Virgin Islands`, - population: 109666 - }), - new CountyHierarchicalDataItem( - { - code: `ALB`, - parent: `Europe`, - name: `Albania`, - population: 3215988 - }), - new CountyHierarchicalDataItem( - { - code: `AND`, - parent: `Europe`, - name: `Andorra`, - population: 86165 - }), - new CountyHierarchicalDataItem( - { - code: `ARM`, - parent: `Europe`, - name: `Armenia`, - population: 3100236 - }), - new CountyHierarchicalDataItem( - { - code: `AUT`, - parent: `Europe`, - name: `Austria`, - population: 8423635 - }), - new CountyHierarchicalDataItem( - { - code: `BER`, - parent: `Europe`, - name: `Belarus`, - population: 9473000 - }), - new CountyHierarchicalDataItem( - { - code: `BEL`, - parent: `Europe`, - name: `Belgium`, - population: 11020952 - }), - new CountyHierarchicalDataItem( - { - code: `BIH`, - parent: `Europe`, - name: `Bosnia`, - population: 3752228 - }), - new CountyHierarchicalDataItem( - { - code: `BUL`, - parent: `Europe`, - name: `Bulgaria`, - population: 7348328 - }), - new CountyHierarchicalDataItem( - { - code: `CHI`, - parent: `Europe`, - name: `Channel Islands`, - population: 153876 - }), - new CountyHierarchicalDataItem( - { - code: `CRO`, - parent: `Europe`, - name: `Croatia`, - population: 4403000 - }), - new CountyHierarchicalDataItem( - { - code: `CYP`, - parent: `Europe`, - name: `Cyprus`, - population: 1116564 - }), - new CountyHierarchicalDataItem( - { - code: `CZE`, - parent: `Europe`, - name: `Czechia`, - population: 10496088 - }), - new CountyHierarchicalDataItem( - { - code: `DEN`, - parent: `Europe`, - name: `Denmark`, - population: 5570572 - }), - new CountyHierarchicalDataItem( - { - code: `EST`, - parent: `Europe`, - name: `Estonia`, - population: 1339928 - }), - new CountyHierarchicalDataItem( - { - code: `FIN`, - parent: `Europe`, - name: `Finland`, - population: 5388272 - }), - new CountyHierarchicalDataItem( - { - code: `FRA`, - parent: `Europe`, - name: `France`, - population: 65433714 - }), - new CountyHierarchicalDataItem( - { - code: `GEO`, - parent: `Europe`, - name: `Georgia`, - population: 4486000 - }), - new CountyHierarchicalDataItem( - { - code: `DEU`, - parent: `Europe`, - name: `Germany`, - population: 81797673 - }), - new CountyHierarchicalDataItem( - { - code: `GRC`, - parent: `Europe`, - name: `Greece`, - population: 11300410 - }), - new CountyHierarchicalDataItem( - { - code: `HUN`, - parent: `Europe`, - name: `Hungary`, - population: 9971727 - }), - new CountyHierarchicalDataItem( - { - code: `ICE`, - parent: `Europe`, - name: `Iceland`, - population: 319014 - }), - new CountyHierarchicalDataItem( - { - code: `IRE`, - parent: `Europe`, - name: `Ireland`, - population: 4576317 - }), - new CountyHierarchicalDataItem( - { - code: `IOM`, - parent: `Europe`, - name: `Isle of Man`, - population: 83327 - }), - new CountyHierarchicalDataItem( - { - code: `ITA`, - parent: `Europe`, - name: `Italy`, - population: 60723603 - }), - new CountyHierarchicalDataItem( - { - code: `KOS`, - parent: `Europe`, - name: `Kosovo`, - population: 1802765 - }), - new CountyHierarchicalDataItem( - { - code: `LAT`, - parent: `Europe`, - name: `Latvia`, - population: 2058184 - }), - new CountyHierarchicalDataItem( - { - code: `LVA`, - parent: `Europe`, - name: `Liechtenstein`, - population: 36304 - }), - new CountyHierarchicalDataItem( - { - code: `LTU`, - parent: `Europe`, - name: `Lithuania`, - population: 3030173 - }), - new CountyHierarchicalDataItem( - { - code: `LUX`, - parent: `Europe`, - name: `Luxembourg`, - population: 518252 - }), - new CountyHierarchicalDataItem( - { - code: `MKD`, - parent: `Europe`, - name: `North Macedonia`, - population: 2063893 - }), - new CountyHierarchicalDataItem( - { - code: `MLT`, - parent: `Europe`, - name: `Malta`, - population: 415654 - }), - new CountyHierarchicalDataItem( - { - code: `MDA`, - parent: `Europe`, - name: `Moldova`, - population: 3559000 - }), - new CountyHierarchicalDataItem( - { - code: `MON`, - parent: `Europe`, - name: `Monaco`, - population: 35427 - }), - new CountyHierarchicalDataItem( - { - code: `MNE`, - parent: `Europe`, - name: `Montenegro`, - population: 632261 - }), - new CountyHierarchicalDataItem( - { - code: `MLD`, - parent: `Europe`, - name: `Netherlands`, - population: 16693074 - }), - new CountyHierarchicalDataItem( - { - code: `NOR`, - parent: `Europe`, - name: `Norway`, - population: 4953088 - }), - new CountyHierarchicalDataItem( - { - code: `POL`, - parent: `Europe`, - name: `Poland`, - population: 38534157 - }), - new CountyHierarchicalDataItem( - { - code: `POR`, - parent: `Europe`, - name: `Portugal`, - population: 10556999 - }), - new CountyHierarchicalDataItem( - { - code: `ROM`, - parent: `Europe`, - name: `Romania`, - population: 21384832 - }), - new CountyHierarchicalDataItem( - { - code: `RUS`, - parent: `Europe`, - name: `Russia`, - population: 142960000 - }), - new CountyHierarchicalDataItem( - { - code: `SMR`, - parent: `Europe`, - name: `San Marino`, - population: 31735 - }), - new CountyHierarchicalDataItem( - { - code: `SBR`, - parent: `Europe`, - name: `Serbia`, - population: 7258745 - }), - new CountyHierarchicalDataItem( - { - code: `STM`, - parent: `Europe`, - name: `Sint Maarten`, - population: 36609 - }), - new CountyHierarchicalDataItem( - { - code: `SVK`, - parent: `Europe`, - name: `Slovakia`, - population: 5398384 - }), - new CountyHierarchicalDataItem( - { - code: `SLO`, - parent: `Europe`, - name: `Slovenia`, - population: 2052843 - }), - new CountyHierarchicalDataItem( - { - code: `ESP`, - parent: `Europe`, - name: `Spain`, - population: 46174601 - }), - new CountyHierarchicalDataItem( - { - code: `STM`, - parent: `Europe`, - name: `St. Martin`, - population: 30615 - }), - new CountyHierarchicalDataItem( - { - code: `SWE`, - parent: `Europe`, - name: `Sweden`, - population: 9449213 - }), - new CountyHierarchicalDataItem( - { - code: `CHE`, - parent: `Europe`, - name: `Switzerland`, - population: 7912398 - }), - new CountyHierarchicalDataItem( - { - code: `UKR`, - parent: `Europe`, - name: `Ukraine`, - population: 45706100 - }), - new CountyHierarchicalDataItem( - { - code: `GBR`, - parent: `Europe`, - name: `United Kingdom`, - population: 62744081 - }), - new CountyHierarchicalDataItem( - { - code: `DZA`, - parent: `Middle East`, - name: `Algeria`, - population: 35980193 - }), - new CountyHierarchicalDataItem( - { - code: `AZE`, - parent: `Middle East`, - name: `Azerbaijan`, - population: 9173082 - }), - new CountyHierarchicalDataItem( - { - code: `BHR`, - parent: `Middle East`, - name: `Bahrain`, - population: 1323535 - }), - new CountyHierarchicalDataItem( - { - code: `EGY`, - parent: `Middle East`, - name: `Egypt`, - population: 82536770 - }), - new CountyHierarchicalDataItem( - { - code: `IRN`, - parent: `Middle East`, - name: `Iran`, - population: 74798599 - }), - new CountyHierarchicalDataItem( - { - code: `IRQ`, - parent: `Middle East`, - name: `Iraq`, - population: 32961959 - }), - new CountyHierarchicalDataItem( - { - code: `ISR`, - parent: `Middle East`, - name: `Israel`, - population: 7765900 - }), - new CountyHierarchicalDataItem( - { - code: `JOR`, - parent: `Middle East`, - name: `Jordan`, - population: 6181000 - }), - new CountyHierarchicalDataItem( - { - code: `KWT`, - parent: `Middle East`, - name: `Kuwait`, - population: 2818042 - }), - new CountyHierarchicalDataItem( - { - code: `LBN`, - parent: `Middle East`, - name: `Lebanon`, - population: 4259405 - }), - new CountyHierarchicalDataItem( - { - code: `LBY`, - parent: `Middle East`, - name: `Libya`, - population: 6422772 - }), - new CountyHierarchicalDataItem( - { - code: `MAR`, - parent: `Middle East`, - name: `Morocco`, - population: 32272974 - }), - new CountyHierarchicalDataItem( - { - code: `OMN`, - parent: `Middle East`, - name: `Oman`, - population: 2846145 - }), - new CountyHierarchicalDataItem( - { - code: `PKS`, - parent: `Middle East`, - name: `Pakistan`, - population: 176745364 - }), - new CountyHierarchicalDataItem( - { - code: `QTR`, - parent: `Middle East`, - name: `Qatar`, - population: 1870041 - }), - new CountyHierarchicalDataItem( - { - code: `SAR`, - parent: `Middle East`, - name: `Saudi Arabia`, - population: 28082541 - }), - new CountyHierarchicalDataItem( - { - code: `SOM`, - parent: `Middle East`, - name: `Somalia`, - population: 9556873 - }), - new CountyHierarchicalDataItem( - { - code: `SYR`, - parent: `Middle East`, - name: `Syria`, - population: 20820311 - }), - new CountyHierarchicalDataItem( - { - code: `TUN`, - parent: `Middle East`, - name: `Tunisia`, - population: 10673800 - }), - new CountyHierarchicalDataItem( - { - code: `TUR`, - parent: `Middle East`, - name: `Turkey`, - population: 73639596 - }), - new CountyHierarchicalDataItem( - { - code: `UAE`, - parent: `Middle East`, - name: `United Arab Emirates`, - population: 7890924 - }), - new CountyHierarchicalDataItem( - { - code: `WTB`, - parent: `Middle East`, - name: `West Bank`, - population: 3927051 - }), - new CountyHierarchicalDataItem( - { - code: `YEM`, - parent: `Middle East`, - name: `Yemen`, - population: 24799880 - }), - new CountyHierarchicalDataItem( - { - code: `CAN`, - parent: `North America`, - name: `Canada`, - population: 34483975 - }), - new CountyHierarchicalDataItem( - { - code: `GRL`, - parent: `North America`, - name: `Greenland`, - population: 56840 - }), - new CountyHierarchicalDataItem( - { - code: `MEX`, - parent: `North America`, - name: `Mexico`, - population: 114793341 - }), - new CountyHierarchicalDataItem( - { - code: `USA`, - parent: `North America`, - name: `United States`, - population: 311591917 - }), - new CountyHierarchicalDataItem( - { - code: `AMS`, - parent: `Oceania`, - name: `American Samoa`, - population: 69543 - }), - new CountyHierarchicalDataItem( - { - code: `AUS`, - parent: `Oceania`, - name: `Australia`, - population: 22323900 - }), - new CountyHierarchicalDataItem( - { - code: `FIJ`, - parent: `Oceania`, - name: `Fiji`, - population: 868406 - }), - new CountyHierarchicalDataItem( - { - code: `FRP`, - parent: `Oceania`, - name: `French Polynesia`, - population: 273777 - }), - new CountyHierarchicalDataItem( - { - code: `KIR`, - parent: `Oceania`, - name: `Kiribati`, - population: 101093 - }), - new CountyHierarchicalDataItem( - { - code: `MIS`, - parent: `Oceania`, - name: `Marshall Islands`, - population: 54816 - }), - new CountyHierarchicalDataItem( - { - code: `MCR`, - parent: `Oceania`, - name: `Micronesia`, - population: 111542 - }), - new CountyHierarchicalDataItem( - { - code: `NCD`, - parent: `Oceania`, - name: `New Caledonia`, - population: 254024 - }), - new CountyHierarchicalDataItem( - { - code: `NZL`, - parent: `Oceania`, - name: `New Zealand`, - population: 4405200 - }), - new CountyHierarchicalDataItem( - { - code: `PAL`, - parent: `Oceania`, - name: `Palau`, - population: 20609 - }), - new CountyHierarchicalDataItem( - { - code: `PNG`, - parent: `Oceania`, - name: `Papua New Guinea`, - population: 7013829 - }), - new CountyHierarchicalDataItem( - { - code: `SAM`, - parent: `Oceania`, - name: `Samoa`, - population: 183874 - }), - new CountyHierarchicalDataItem( - { - code: `SIS`, - parent: `Oceania`, - name: `Solomon Islands`, - population: 552267 - }), - new CountyHierarchicalDataItem( - { - code: `TML`, - parent: `Oceania`, - name: `Timor-Leste`, - population: 1175880 - }), - new CountyHierarchicalDataItem( - { - code: `TON`, - parent: `Oceania`, - name: `Tonga`, - population: 104509 - }), - new CountyHierarchicalDataItem( - { - code: `TUV`, - parent: `Oceania`, - name: `Tuvalu`, - population: 9847 - }), - new CountyHierarchicalDataItem( - { - code: `VNT`, - parent: `Oceania`, - name: `Vanuatu`, - population: 245619 - }), - new CountyHierarchicalDataItem( - { - code: `ARG`, - parent: `South America`, - name: `Argentina`, - population: 40764561 - }), - new CountyHierarchicalDataItem( - { - code: `BOL`, - parent: `South America`, - name: `Bolivia`, - population: 10088108 - }), - new CountyHierarchicalDataItem( - { - code: `BRA`, - parent: `South America`, - name: `Brazil`, - population: 196655014 - }), - new CountyHierarchicalDataItem( - { - code: `CHI`, - parent: `South America`, - name: `Chile`, - population: 17269525 - }), - new CountyHierarchicalDataItem( - { - code: `COL`, - parent: `South America`, - name: `Colombia`, - population: 46927125 - }), - new CountyHierarchicalDataItem( - { - code: `ECU`, - parent: `South America`, - name: `Ecuador`, - population: 14666055 - }), - new CountyHierarchicalDataItem( - { - code: `GUY`, - parent: `South America`, - name: `Guyana`, - population: 756040 - }), - new CountyHierarchicalDataItem( - { - code: `PAR`, - parent: `South America`, - name: `Paraguay`, - population: 6568290 - }), - new CountyHierarchicalDataItem( - { - code: `PER`, - parent: `South America`, - name: `Peru`, - population: 29399817 - }), - new CountyHierarchicalDataItem( - { - code: `SUR`, - parent: `South America`, - name: `Suriname`, - population: 529419 - }), - new CountyHierarchicalDataItem( - { - code: `URG`, - parent: `South America`, - name: `Uruguay`, - population: 3368595 - }), - new CountyHierarchicalDataItem( - { - code: `VEN`, - parent: `South America`, - name: `Venezuela`, - population: 29278000 - }), + new CountyHierarchicalDataItem({ code: `AFC`, parent: null, name: `Africa`, population: null }), + new CountyHierarchicalDataItem({ code: `ASA`, parent: null, name: `Asia`, population: null }), + new CountyHierarchicalDataItem({ code: `EUR`, parent: null, name: `Europe`, population: null }), + new CountyHierarchicalDataItem({ code: `MDE`, parent: null, name: `Middle East`, population: null }), + new CountyHierarchicalDataItem({ code: `NAM`, parent: null, name: `North America`, population: null }), + new CountyHierarchicalDataItem({ code: `CAM`, parent: null, name: `Central America`, population: null }), + new CountyHierarchicalDataItem({ code: `SAM`, parent: null, name: `South America`, population: null }), + new CountyHierarchicalDataItem({ code: `OCE`, parent: null, name: `Oceania`, population: null }), + new CountyHierarchicalDataItem({ code: `ANG`, parent: `Africa`, name: `Angola`, population: 19618432 }), + new CountyHierarchicalDataItem({ code: `BEN`, parent: `Africa`, name: `Benin`, population: 9099922 }), + new CountyHierarchicalDataItem({ code: `BOT`, parent: `Africa`, name: `Botswana`, population: 2030738 }), + new CountyHierarchicalDataItem({ code: `BUR`, parent: `Africa`, name: `Burkina Faso`, population: 16967845 }), + new CountyHierarchicalDataItem({ code: `BUR`, parent: `Africa`, name: `Burundi`, population: 8575172 }), + new CountyHierarchicalDataItem({ code: `CAM`, parent: `Africa`, name: `Cameroon`, population: 20030362 }), + new CountyHierarchicalDataItem({ code: `CPV`, parent: `Africa`, name: `Cape Verde`, population: 500585 }), + new CountyHierarchicalDataItem({ code: `CAR`, parent: `Africa`, name: `Central African Republic`, population: 4486837 }), + new CountyHierarchicalDataItem({ code: `CHD`, parent: `Africa`, name: `Chad`, population: 11525496 }), + new CountyHierarchicalDataItem({ code: `COM`, parent: `Africa`, name: `Comoros`, population: 753943 }), + new CountyHierarchicalDataItem({ code: `DRC`, parent: `Africa`, name: `Congo DRC`, population: 67757577 }), + new CountyHierarchicalDataItem({ code: `CRP`, parent: `Africa`, name: `Congo Republic`, population: 4139748 }), + new CountyHierarchicalDataItem({ code: `CIR`, parent: `Africa`, name: `Cote Ivoire`, population: 20152894 }), + new CountyHierarchicalDataItem({ code: `DBT`, parent: `Africa`, name: `Djibouti`, population: 905564 }), + new CountyHierarchicalDataItem({ code: `ETG`, parent: `Africa`, name: `Equatorial Guinea`, population: 720213 }), + new CountyHierarchicalDataItem({ code: `ERT`, parent: `Africa`, name: `Eritrea`, population: 5415280 }), + new CountyHierarchicalDataItem({ code: `ETH`, parent: `Africa`, name: `Ethiopia`, population: 84734262 }), + new CountyHierarchicalDataItem({ code: `GBN`, parent: `Africa`, name: `Gabon`, population: 1534262 }), + new CountyHierarchicalDataItem({ code: `GMB`, parent: `Africa`, name: `Gambia`, population: 1776103 }), + new CountyHierarchicalDataItem({ code: `GHN`, parent: `Africa`, name: `Ghana`, population: 24965816 }), + new CountyHierarchicalDataItem({ code: `GUN`, parent: `Africa`, name: `Guinea`, population: 10221808 }), + new CountyHierarchicalDataItem({ code: `GNB`, parent: `Africa`, name: `Guinea-Bissau`, population: 1547061 }), + new CountyHierarchicalDataItem({ code: `KEN`, parent: `Africa`, name: `Kenya`, population: 41609728 }), + new CountyHierarchicalDataItem({ code: `LES`, parent: `Africa`, name: `Lesotho`, population: 2193843 }), + new CountyHierarchicalDataItem({ code: `LBR`, parent: `Africa`, name: `Liberia`, population: 4128572 }), + new CountyHierarchicalDataItem({ code: `MDG`, parent: `Africa`, name: `Madagascar`, population: 21315135 }), + new CountyHierarchicalDataItem({ code: `MLW`, parent: `Africa`, name: `Malawi`, population: 15380888 }), + new CountyHierarchicalDataItem({ code: `MAL`, parent: `Africa`, name: `Mali`, population: 15839538 }), + new CountyHierarchicalDataItem({ code: `MRT`, parent: `Africa`, name: `Mauritania`, population: 3541540 }), + new CountyHierarchicalDataItem({ code: `MUS`, parent: `Africa`, name: `Mauritius`, population: 1286051 }), + new CountyHierarchicalDataItem({ code: `MOZ`, parent: `Africa`, name: `Mozambique`, population: 23929708 }), + new CountyHierarchicalDataItem({ code: `NMB`, parent: `Africa`, name: `Namibia`, population: 2324004 }), + new CountyHierarchicalDataItem({ code: `NER`, parent: `Africa`, name: `Niger`, population: 16068994 }), + new CountyHierarchicalDataItem({ code: `NGA`, parent: `Africa`, name: `Nigeria`, population: 162470737 }), + new CountyHierarchicalDataItem({ code: `RWD`, parent: `Africa`, name: `Rwanda`, population: 10942950 }), + new CountyHierarchicalDataItem({ code: `STM`, parent: `Africa`, name: `Sao Tome`, population: 168526 }), + new CountyHierarchicalDataItem({ code: `SEN`, parent: `Africa`, name: `Senegal`, population: 12767556 }), + new CountyHierarchicalDataItem({ code: `SYC`, parent: `Africa`, name: `Seychelles`, population: 86000 }), + new CountyHierarchicalDataItem({ code: `SRL`, parent: `Africa`, name: `Sierra Leone`, population: 5997486 }), + new CountyHierarchicalDataItem({ code: `ZAF`, parent: `Africa`, name: `South Africa`, population: 50586757 }), + new CountyHierarchicalDataItem({ code: `SSD`, parent: `Africa`, name: `South Sudan`, population: 10314021 }), + new CountyHierarchicalDataItem({ code: `SDN`, parent: `Africa`, name: `Sudan`, population: 34318385 }), + new CountyHierarchicalDataItem({ code: `SWZ`, parent: `Africa`, name: `Swaziland`, population: 1067773 }), + new CountyHierarchicalDataItem({ code: `TNZ`, parent: `Africa`, name: `Tanzania`, population: 46218486 }), + new CountyHierarchicalDataItem({ code: `TOG`, parent: `Africa`, name: `Togo`, population: 6154813 }), + new CountyHierarchicalDataItem({ code: `UGN`, parent: `Africa`, name: `Uganda`, population: 34509205 }), + new CountyHierarchicalDataItem({ code: `ZMB`, parent: `Africa`, name: `Zambia`, population: 13474959 }), + new CountyHierarchicalDataItem({ code: `ZWE`, parent: `Africa`, name: `Zimbabwe`, population: 12754378 }), + new CountyHierarchicalDataItem({ code: `AFG`, parent: `Asia`, name: `Afghanistan`, population: 35320445 }), + new CountyHierarchicalDataItem({ code: `BAN`, parent: `Asia`, name: `Bangladesh`, population: 150493658 }), + new CountyHierarchicalDataItem({ code: `BHT`, parent: `Asia`, name: `Bhutan`, population: 738267 }), + new CountyHierarchicalDataItem({ code: `BRN`, parent: `Asia`, name: `Brunei`, population: 405938 }), + new CountyHierarchicalDataItem({ code: `CAM`, parent: `Asia`, name: `Cambodia`, population: 14305183 }), + new CountyHierarchicalDataItem({ code: `CHI`, parent: `Asia`, name: `China`, population: 1344130000 }), + new CountyHierarchicalDataItem({ code: `HNK`, parent: `Asia`, name: `Hong Kong`, population: 7071600 }), + new CountyHierarchicalDataItem({ code: `IND`, parent: `Asia`, name: `India`, population: 1241491960 }), + new CountyHierarchicalDataItem({ code: `IDN`, parent: `Asia`, name: `Indonesia`, population: 242325638 }), + new CountyHierarchicalDataItem({ code: `JPN`, parent: `Asia`, name: `Japan`, population: 127817277 }), + new CountyHierarchicalDataItem({ code: `KZH`, parent: `Asia`, name: `Kazakhstan`, population: 16558676 }), + new CountyHierarchicalDataItem({ code: `NKO`, parent: `Asia`, name: `North Korea`, population: 24451285 }), + new CountyHierarchicalDataItem({ code: `SKO`, parent: `Asia`, name: `South Korea`, population: 49779000 }), + new CountyHierarchicalDataItem({ code: `KGZ`, parent: `Asia`, name: `Kyrgyzstan`, population: 5514600 }), + new CountyHierarchicalDataItem({ code: `LAO`, parent: `Asia`, name: `Lao PDR`, population: 6288037 }), + new CountyHierarchicalDataItem({ code: `MAC`, parent: `Asia`, name: `Macao`, population: 555731 }), + new CountyHierarchicalDataItem({ code: `MYS`, parent: `Asia`, name: `Malaysia`, population: 28859154 }), + new CountyHierarchicalDataItem({ code: `MDV`, parent: `Asia`, name: `Maldives`, population: 320081 }), + new CountyHierarchicalDataItem({ code: `MNG`, parent: `Asia`, name: `Mongolia`, population: 2800114 }), + new CountyHierarchicalDataItem({ code: `MYM`, parent: `Asia`, name: `Myanmar`, population: 48336763 }), + new CountyHierarchicalDataItem({ code: `NPL`, parent: `Asia`, name: `Nepal`, population: 30485798 }), + new CountyHierarchicalDataItem({ code: `PHP`, parent: `Asia`, name: `Philippines`, population: 94852030 }), + new CountyHierarchicalDataItem({ code: `SNG`, parent: `Asia`, name: `Singapore`, population: 5183700 }), + new CountyHierarchicalDataItem({ code: `SRL`, parent: `Asia`, name: `Sri Lanka`, population: 20869000 }), + new CountyHierarchicalDataItem({ code: `TKS`, parent: `Asia`, name: `Tajikistan`, population: 6976958 }), + new CountyHierarchicalDataItem({ code: `THL`, parent: `Asia`, name: `Thailand`, population: 69518555 }), + new CountyHierarchicalDataItem({ code: `TRK`, parent: `Asia`, name: `Turkmenistan`, population: 5105301 }), + new CountyHierarchicalDataItem({ code: `UZB`, parent: `Asia`, name: `Uzbekistan`, population: 29341200 }), + new CountyHierarchicalDataItem({ code: `VTN`, parent: `Asia`, name: `Vietnam`, population: 87840000 }), + new CountyHierarchicalDataItem({ code: `ANT`, parent: `Central America`, name: `Antigua`, population: 89612 }), + new CountyHierarchicalDataItem({ code: `ARB`, parent: `Central America`, name: `Aruba`, population: 108141 }), + new CountyHierarchicalDataItem({ code: `BHM`, parent: `Central America`, name: `Bahamas`, population: 347176 }), + new CountyHierarchicalDataItem({ code: `BRB`, parent: `Central America`, name: `Barbados`, population: 273925 }), + new CountyHierarchicalDataItem({ code: `BLZ`, parent: `Central America`, name: `Belize`, population: 356600 }), + new CountyHierarchicalDataItem({ code: `BRM`, parent: `Central America`, name: `Bermuda`, population: 64700 }), + new CountyHierarchicalDataItem({ code: `CYI`, parent: `Central America`, name: `Cayman Islands`, population: 56729 }), + new CountyHierarchicalDataItem({ code: `CSR`, parent: `Central America`, name: `Costa Rica`, population: 4726575 }), + new CountyHierarchicalDataItem({ code: `CUB`, parent: `Central America`, name: `Cuba`, population: 11253665 }), + new CountyHierarchicalDataItem({ code: `CUR`, parent: `Central America`, name: `Curacao`, population: 145619 }), + new CountyHierarchicalDataItem({ code: `DMA`, parent: `Central America`, name: `Dominica`, population: 67675 }), + new CountyHierarchicalDataItem({ code: `DOM`, parent: `Central America`, name: `Dominican Republic`, population: 10056181 }), + new CountyHierarchicalDataItem({ code: `SLV`, parent: `Central America`, name: `El Salvador`, population: 6227491 }), + new CountyHierarchicalDataItem({ code: `FIS`, parent: `Central America`, name: `Faeroe Islands`, population: 48863 }), + new CountyHierarchicalDataItem({ code: `GND`, parent: `Central America`, name: `Grenada`, population: 104890 }), + new CountyHierarchicalDataItem({ code: `GUA`, parent: `Central America`, name: `Guam`, population: 182111 }), + new CountyHierarchicalDataItem({ code: `GTM`, parent: `Central America`, name: `Guatemala`, population: 14757316 }), + new CountyHierarchicalDataItem({ code: `HAT`, parent: `Central America`, name: `Haiti`, population: 10123787 }), + new CountyHierarchicalDataItem({ code: `HON`, parent: `Central America`, name: `Honduras`, population: 7754687 }), + new CountyHierarchicalDataItem({ code: `JAM`, parent: `Central America`, name: `Jamaica`, population: 2706500 }), + new CountyHierarchicalDataItem({ code: `NCR`, parent: `Central America`, name: `Nicaragua`, population: 5869859 }), + new CountyHierarchicalDataItem({ code: `NMI`, parent: `Central America`, name: `Northern Mariana Islands`, population: 61174 }), + new CountyHierarchicalDataItem({ code: `PAN`, parent: `Central America`, name: `Panama`, population: 3571185 }), + new CountyHierarchicalDataItem({ code: `PRT`, parent: `Central America`, name: `Puerto Rico`, population: 3706690 }), + new CountyHierarchicalDataItem({ code: `STK`, parent: `Central America`, name: `St. Kitts`, population: 53051 }), + new CountyHierarchicalDataItem({ code: `STL`, parent: `Central America`, name: `St. Lucia`, population: 176000 }), + new CountyHierarchicalDataItem({ code: `STV`, parent: `Central America`, name: `St. Vincent`, population: 109365 }), + new CountyHierarchicalDataItem({ code: `TAB`, parent: `Central America`, name: `Trinidad and Tobago`, population: 1346350 }), + new CountyHierarchicalDataItem({ code: `RCI`, parent: `Central America`, name: `Turks and Caicos Islands`, population: 39184 }), + new CountyHierarchicalDataItem({ code: `ISV`, parent: `Central America`, name: `US Virgin Islands`, population: 109666 }), + new CountyHierarchicalDataItem({ code: `ALB`, parent: `Europe`, name: `Albania`, population: 3215988 }), + new CountyHierarchicalDataItem({ code: `AND`, parent: `Europe`, name: `Andorra`, population: 86165 }), + new CountyHierarchicalDataItem({ code: `ARM`, parent: `Europe`, name: `Armenia`, population: 3100236 }), + new CountyHierarchicalDataItem({ code: `AUT`, parent: `Europe`, name: `Austria`, population: 8423635 }), + new CountyHierarchicalDataItem({ code: `BER`, parent: `Europe`, name: `Belarus`, population: 9473000 }), + new CountyHierarchicalDataItem({ code: `BEL`, parent: `Europe`, name: `Belgium`, population: 11020952 }), + new CountyHierarchicalDataItem({ code: `BIH`, parent: `Europe`, name: `Bosnia`, population: 3752228 }), + new CountyHierarchicalDataItem({ code: `BUL`, parent: `Europe`, name: `Bulgaria`, population: 7348328 }), + new CountyHierarchicalDataItem({ code: `CHI`, parent: `Europe`, name: `Channel Islands`, population: 153876 }), + new CountyHierarchicalDataItem({ code: `CRO`, parent: `Europe`, name: `Croatia`, population: 4403000 }), + new CountyHierarchicalDataItem({ code: `CYP`, parent: `Europe`, name: `Cyprus`, population: 1116564 }), + new CountyHierarchicalDataItem({ code: `CZE`, parent: `Europe`, name: `Czechia`, population: 10496088 }), + new CountyHierarchicalDataItem({ code: `DEN`, parent: `Europe`, name: `Denmark`, population: 5570572 }), + new CountyHierarchicalDataItem({ code: `EST`, parent: `Europe`, name: `Estonia`, population: 1339928 }), + new CountyHierarchicalDataItem({ code: `FIN`, parent: `Europe`, name: `Finland`, population: 5388272 }), + new CountyHierarchicalDataItem({ code: `FRA`, parent: `Europe`, name: `France`, population: 65433714 }), + new CountyHierarchicalDataItem({ code: `GEO`, parent: `Europe`, name: `Georgia`, population: 4486000 }), + new CountyHierarchicalDataItem({ code: `DEU`, parent: `Europe`, name: `Germany`, population: 81797673 }), + new CountyHierarchicalDataItem({ code: `GRC`, parent: `Europe`, name: `Greece`, population: 11300410 }), + new CountyHierarchicalDataItem({ code: `HUN`, parent: `Europe`, name: `Hungary`, population: 9971727 }), + new CountyHierarchicalDataItem({ code: `ICE`, parent: `Europe`, name: `Iceland`, population: 319014 }), + new CountyHierarchicalDataItem({ code: `IRE`, parent: `Europe`, name: `Ireland`, population: 4576317 }), + new CountyHierarchicalDataItem({ code: `IOM`, parent: `Europe`, name: `Isle of Man`, population: 83327 }), + new CountyHierarchicalDataItem({ code: `ITA`, parent: `Europe`, name: `Italy`, population: 60723603 }), + new CountyHierarchicalDataItem({ code: `KOS`, parent: `Europe`, name: `Kosovo`, population: 1802765 }), + new CountyHierarchicalDataItem({ code: `LAT`, parent: `Europe`, name: `Latvia`, population: 2058184 }), + new CountyHierarchicalDataItem({ code: `LVA`, parent: `Europe`, name: `Liechtenstein`, population: 36304 }), + new CountyHierarchicalDataItem({ code: `LTU`, parent: `Europe`, name: `Lithuania`, population: 3030173 }), + new CountyHierarchicalDataItem({ code: `LUX`, parent: `Europe`, name: `Luxembourg`, population: 518252 }), + new CountyHierarchicalDataItem({ code: `MKD`, parent: `Europe`, name: `North Macedonia`, population: 2063893 }), + new CountyHierarchicalDataItem({ code: `MLT`, parent: `Europe`, name: `Malta`, population: 415654 }), + new CountyHierarchicalDataItem({ code: `MDA`, parent: `Europe`, name: `Moldova`, population: 3559000 }), + new CountyHierarchicalDataItem({ code: `MON`, parent: `Europe`, name: `Monaco`, population: 35427 }), + new CountyHierarchicalDataItem({ code: `MNE`, parent: `Europe`, name: `Montenegro`, population: 632261 }), + new CountyHierarchicalDataItem({ code: `MLD`, parent: `Europe`, name: `Netherlands`, population: 16693074 }), + new CountyHierarchicalDataItem({ code: `NOR`, parent: `Europe`, name: `Norway`, population: 4953088 }), + new CountyHierarchicalDataItem({ code: `POL`, parent: `Europe`, name: `Poland`, population: 38534157 }), + new CountyHierarchicalDataItem({ code: `POR`, parent: `Europe`, name: `Portugal`, population: 10556999 }), + new CountyHierarchicalDataItem({ code: `ROM`, parent: `Europe`, name: `Romania`, population: 21384832 }), + new CountyHierarchicalDataItem({ code: `RUS`, parent: `Europe`, name: `Russia`, population: 142960000 }), + new CountyHierarchicalDataItem({ code: `SMR`, parent: `Europe`, name: `San Marino`, population: 31735 }), + new CountyHierarchicalDataItem({ code: `SBR`, parent: `Europe`, name: `Serbia`, population: 7258745 }), + new CountyHierarchicalDataItem({ code: `STM`, parent: `Europe`, name: `Sint Maarten`, population: 36609 }), + new CountyHierarchicalDataItem({ code: `SVK`, parent: `Europe`, name: `Slovakia`, population: 5398384 }), + new CountyHierarchicalDataItem({ code: `SLO`, parent: `Europe`, name: `Slovenia`, population: 2052843 }), + new CountyHierarchicalDataItem({ code: `ESP`, parent: `Europe`, name: `Spain`, population: 46174601 }), + new CountyHierarchicalDataItem({ code: `STM`, parent: `Europe`, name: `St. Martin`, population: 30615 }), + new CountyHierarchicalDataItem({ code: `SWE`, parent: `Europe`, name: `Sweden`, population: 9449213 }), + new CountyHierarchicalDataItem({ code: `CHE`, parent: `Europe`, name: `Switzerland`, population: 7912398 }), + new CountyHierarchicalDataItem({ code: `UKR`, parent: `Europe`, name: `Ukraine`, population: 45706100 }), + new CountyHierarchicalDataItem({ code: `GBR`, parent: `Europe`, name: `United Kingdom`, population: 62744081 }), + new CountyHierarchicalDataItem({ code: `DZA`, parent: `Middle East`, name: `Algeria`, population: 35980193 }), + new CountyHierarchicalDataItem({ code: `AZE`, parent: `Middle East`, name: `Azerbaijan`, population: 9173082 }), + new CountyHierarchicalDataItem({ code: `BHR`, parent: `Middle East`, name: `Bahrain`, population: 1323535 }), + new CountyHierarchicalDataItem({ code: `EGY`, parent: `Middle East`, name: `Egypt`, population: 82536770 }), + new CountyHierarchicalDataItem({ code: `IRN`, parent: `Middle East`, name: `Iran`, population: 74798599 }), + new CountyHierarchicalDataItem({ code: `IRQ`, parent: `Middle East`, name: `Iraq`, population: 32961959 }), + new CountyHierarchicalDataItem({ code: `ISR`, parent: `Middle East`, name: `Israel`, population: 7765900 }), + new CountyHierarchicalDataItem({ code: `JOR`, parent: `Middle East`, name: `Jordan`, population: 6181000 }), + new CountyHierarchicalDataItem({ code: `KWT`, parent: `Middle East`, name: `Kuwait`, population: 2818042 }), + new CountyHierarchicalDataItem({ code: `LBN`, parent: `Middle East`, name: `Lebanon`, population: 4259405 }), + new CountyHierarchicalDataItem({ code: `LBY`, parent: `Middle East`, name: `Libya`, population: 6422772 }), + new CountyHierarchicalDataItem({ code: `MAR`, parent: `Middle East`, name: `Morocco`, population: 32272974 }), + new CountyHierarchicalDataItem({ code: `OMN`, parent: `Middle East`, name: `Oman`, population: 2846145 }), + new CountyHierarchicalDataItem({ code: `PKS`, parent: `Middle East`, name: `Pakistan`, population: 176745364 }), + new CountyHierarchicalDataItem({ code: `QTR`, parent: `Middle East`, name: `Qatar`, population: 1870041 }), + new CountyHierarchicalDataItem({ code: `SAR`, parent: `Middle East`, name: `Saudi Arabia`, population: 28082541 }), + new CountyHierarchicalDataItem({ code: `SOM`, parent: `Middle East`, name: `Somalia`, population: 9556873 }), + new CountyHierarchicalDataItem({ code: `SYR`, parent: `Middle East`, name: `Syria`, population: 20820311 }), + new CountyHierarchicalDataItem({ code: `TUN`, parent: `Middle East`, name: `Tunisia`, population: 10673800 }), + new CountyHierarchicalDataItem({ code: `TUR`, parent: `Middle East`, name: `Turkey`, population: 73639596 }), + new CountyHierarchicalDataItem({ code: `UAE`, parent: `Middle East`, name: `United Arab Emirates`, population: 7890924 }), + new CountyHierarchicalDataItem({ code: `WTB`, parent: `Middle East`, name: `West Bank`, population: 3927051 }), + new CountyHierarchicalDataItem({ code: `YEM`, parent: `Middle East`, name: `Yemen`, population: 24799880 }), + new CountyHierarchicalDataItem({ code: `CAN`, parent: `North America`, name: `Canada`, population: 34483975 }), + new CountyHierarchicalDataItem({ code: `GRL`, parent: `North America`, name: `Greenland`, population: 56840 }), + new CountyHierarchicalDataItem({ code: `MEX`, parent: `North America`, name: `Mexico`, population: 114793341 }), + new CountyHierarchicalDataItem({ code: `USA`, parent: `North America`, name: `United States`, population: 311591917 }), + new CountyHierarchicalDataItem({ code: `AMS`, parent: `Oceania`, name: `American Samoa`, population: 69543 }), + new CountyHierarchicalDataItem({ code: `AUS`, parent: `Oceania`, name: `Australia`, population: 22323900 }), + new CountyHierarchicalDataItem({ code: `FIJ`, parent: `Oceania`, name: `Fiji`, population: 868406 }), + new CountyHierarchicalDataItem({ code: `FRP`, parent: `Oceania`, name: `French Polynesia`, population: 273777 }), + new CountyHierarchicalDataItem({ code: `KIR`, parent: `Oceania`, name: `Kiribati`, population: 101093 }), + new CountyHierarchicalDataItem({ code: `MIS`, parent: `Oceania`, name: `Marshall Islands`, population: 54816 }), + new CountyHierarchicalDataItem({ code: `MCR`, parent: `Oceania`, name: `Micronesia`, population: 111542 }), + new CountyHierarchicalDataItem({ code: `NCD`, parent: `Oceania`, name: `New Caledonia`, population: 254024 }), + new CountyHierarchicalDataItem({ code: `NZL`, parent: `Oceania`, name: `New Zealand`, population: 4405200 }), + new CountyHierarchicalDataItem({ code: `PAL`, parent: `Oceania`, name: `Palau`, population: 20609 }), + new CountyHierarchicalDataItem({ code: `PNG`, parent: `Oceania`, name: `Papua New Guinea`, population: 7013829 }), + new CountyHierarchicalDataItem({ code: `SAM`, parent: `Oceania`, name: `Samoa`, population: 183874 }), + new CountyHierarchicalDataItem({ code: `SIS`, parent: `Oceania`, name: `Solomon Islands`, population: 552267 }), + new CountyHierarchicalDataItem({ code: `TML`, parent: `Oceania`, name: `Timor-Leste`, population: 1175880 }), + new CountyHierarchicalDataItem({ code: `TON`, parent: `Oceania`, name: `Tonga`, population: 104509 }), + new CountyHierarchicalDataItem({ code: `TUV`, parent: `Oceania`, name: `Tuvalu`, population: 9847 }), + new CountyHierarchicalDataItem({ code: `VNT`, parent: `Oceania`, name: `Vanuatu`, population: 245619 }), + new CountyHierarchicalDataItem({ code: `ARG`, parent: `South America`, name: `Argentina`, population: 40764561 }), + new CountyHierarchicalDataItem({ code: `BOL`, parent: `South America`, name: `Bolivia`, population: 10088108 }), + new CountyHierarchicalDataItem({ code: `BRA`, parent: `South America`, name: `Brazil`, population: 196655014 }), + new CountyHierarchicalDataItem({ code: `CHI`, parent: `South America`, name: `Chile`, population: 17269525 }), + new CountyHierarchicalDataItem({ code: `COL`, parent: `South America`, name: `Colombia`, population: 46927125 }), + new CountyHierarchicalDataItem({ code: `ECU`, parent: `South America`, name: `Ecuador`, population: 14666055 }), + new CountyHierarchicalDataItem({ code: `GUY`, parent: `South America`, name: `Guyana`, population: 756040 }), + new CountyHierarchicalDataItem({ code: `PAR`, parent: `South America`, name: `Paraguay`, population: 6568290 }), + new CountyHierarchicalDataItem({ code: `PER`, parent: `South America`, name: `Peru`, population: 29399817 }), + new CountyHierarchicalDataItem({ code: `SUR`, parent: `South America`, name: `Suriname`, population: 529419 }), + new CountyHierarchicalDataItem({ code: `URG`, parent: `South America`, name: `Uruguay`, population: 3368595 }), + new CountyHierarchicalDataItem({ code: `VEN`, parent: `South America`, name: `Venezuela`, population: 29278000 }), ]; super(...newItems.slice(0)); } diff --git a/samples/charts/tree-map/layout/src/CountyHierarchicalData.ts b/samples/charts/tree-map/layout/src/CountyHierarchicalData.ts index 5193e116c9..1b7efca0dd 100644 --- a/samples/charts/tree-map/layout/src/CountyHierarchicalData.ts +++ b/samples/charts/tree-map/layout/src/CountyHierarchicalData.ts @@ -15,1560 +15,228 @@ export class CountyHierarchicalData extends Array { super(...items); } else { const newItems = [ - new CountyHierarchicalDataItem( - { - code: `AFC`, - parent: null, - name: `Africa`, - population: null - }), - new CountyHierarchicalDataItem( - { - code: `ASA`, - parent: null, - name: `Asia`, - population: null - }), - new CountyHierarchicalDataItem( - { - code: `EUR`, - parent: null, - name: `Europe`, - population: null - }), - new CountyHierarchicalDataItem( - { - code: `MDE`, - parent: null, - name: `Middle East`, - population: null - }), - new CountyHierarchicalDataItem( - { - code: `NAM`, - parent: null, - name: `North America`, - population: null - }), - new CountyHierarchicalDataItem( - { - code: `CAM`, - parent: null, - name: `Central America`, - population: null - }), - new CountyHierarchicalDataItem( - { - code: `SAM`, - parent: null, - name: `South America`, - population: null - }), - new CountyHierarchicalDataItem( - { - code: `OCE`, - parent: null, - name: `Oceania`, - population: null - }), - new CountyHierarchicalDataItem( - { - code: `ANG`, - parent: `Africa`, - name: `Angola`, - population: 19618432 - }), - new CountyHierarchicalDataItem( - { - code: `BEN`, - parent: `Africa`, - name: `Benin`, - population: 9099922 - }), - new CountyHierarchicalDataItem( - { - code: `BOT`, - parent: `Africa`, - name: `Botswana`, - population: 2030738 - }), - new CountyHierarchicalDataItem( - { - code: `BUR`, - parent: `Africa`, - name: `Burkina Faso`, - population: 16967845 - }), - new CountyHierarchicalDataItem( - { - code: `BUR`, - parent: `Africa`, - name: `Burundi`, - population: 8575172 - }), - new CountyHierarchicalDataItem( - { - code: `CAM`, - parent: `Africa`, - name: `Cameroon`, - population: 20030362 - }), - new CountyHierarchicalDataItem( - { - code: `CPV`, - parent: `Africa`, - name: `Cape Verde`, - population: 500585 - }), - new CountyHierarchicalDataItem( - { - code: `CAR`, - parent: `Africa`, - name: `Central African Republic`, - population: 4486837 - }), - new CountyHierarchicalDataItem( - { - code: `CHD`, - parent: `Africa`, - name: `Chad`, - population: 11525496 - }), - new CountyHierarchicalDataItem( - { - code: `COM`, - parent: `Africa`, - name: `Comoros`, - population: 753943 - }), - new CountyHierarchicalDataItem( - { - code: `DRC`, - parent: `Africa`, - name: `Congo DRC`, - population: 67757577 - }), - new CountyHierarchicalDataItem( - { - code: `CRP`, - parent: `Africa`, - name: `Congo Republic`, - population: 4139748 - }), - new CountyHierarchicalDataItem( - { - code: `CIR`, - parent: `Africa`, - name: `Cote Ivoire`, - population: 20152894 - }), - new CountyHierarchicalDataItem( - { - code: `DBT`, - parent: `Africa`, - name: `Djibouti`, - population: 905564 - }), - new CountyHierarchicalDataItem( - { - code: `ETG`, - parent: `Africa`, - name: `Equatorial Guinea`, - population: 720213 - }), - new CountyHierarchicalDataItem( - { - code: `ERT`, - parent: `Africa`, - name: `Eritrea`, - population: 5415280 - }), - new CountyHierarchicalDataItem( - { - code: `ETH`, - parent: `Africa`, - name: `Ethiopia`, - population: 84734262 - }), - new CountyHierarchicalDataItem( - { - code: `GBN`, - parent: `Africa`, - name: `Gabon`, - population: 1534262 - }), - new CountyHierarchicalDataItem( - { - code: `GMB`, - parent: `Africa`, - name: `Gambia`, - population: 1776103 - }), - new CountyHierarchicalDataItem( - { - code: `GHN`, - parent: `Africa`, - name: `Ghana`, - population: 24965816 - }), - new CountyHierarchicalDataItem( - { - code: `GUN`, - parent: `Africa`, - name: `Guinea`, - population: 10221808 - }), - new CountyHierarchicalDataItem( - { - code: `GNB`, - parent: `Africa`, - name: `Guinea-Bissau`, - population: 1547061 - }), - new CountyHierarchicalDataItem( - { - code: `KEN`, - parent: `Africa`, - name: `Kenya`, - population: 41609728 - }), - new CountyHierarchicalDataItem( - { - code: `LES`, - parent: `Africa`, - name: `Lesotho`, - population: 2193843 - }), - new CountyHierarchicalDataItem( - { - code: `LBR`, - parent: `Africa`, - name: `Liberia`, - population: 4128572 - }), - new CountyHierarchicalDataItem( - { - code: `MDG`, - parent: `Africa`, - name: `Madagascar`, - population: 21315135 - }), - new CountyHierarchicalDataItem( - { - code: `MLW`, - parent: `Africa`, - name: `Malawi`, - population: 15380888 - }), - new CountyHierarchicalDataItem( - { - code: `MAL`, - parent: `Africa`, - name: `Mali`, - population: 15839538 - }), - new CountyHierarchicalDataItem( - { - code: `MRT`, - parent: `Africa`, - name: `Mauritania`, - population: 3541540 - }), - new CountyHierarchicalDataItem( - { - code: `MUS`, - parent: `Africa`, - name: `Mauritius`, - population: 1286051 - }), - new CountyHierarchicalDataItem( - { - code: `MOZ`, - parent: `Africa`, - name: `Mozambique`, - population: 23929708 - }), - new CountyHierarchicalDataItem( - { - code: `NMB`, - parent: `Africa`, - name: `Namibia`, - population: 2324004 - }), - new CountyHierarchicalDataItem( - { - code: `NER`, - parent: `Africa`, - name: `Niger`, - population: 16068994 - }), - new CountyHierarchicalDataItem( - { - code: `NGA`, - parent: `Africa`, - name: `Nigeria`, - population: 162470737 - }), - new CountyHierarchicalDataItem( - { - code: `RWD`, - parent: `Africa`, - name: `Rwanda`, - population: 10942950 - }), - new CountyHierarchicalDataItem( - { - code: `STM`, - parent: `Africa`, - name: `Sao Tome`, - population: 168526 - }), - new CountyHierarchicalDataItem( - { - code: `SEN`, - parent: `Africa`, - name: `Senegal`, - population: 12767556 - }), - new CountyHierarchicalDataItem( - { - code: `SYC`, - parent: `Africa`, - name: `Seychelles`, - population: 86000 - }), - new CountyHierarchicalDataItem( - { - code: `SRL`, - parent: `Africa`, - name: `Sierra Leone`, - population: 5997486 - }), - new CountyHierarchicalDataItem( - { - code: `ZAF`, - parent: `Africa`, - name: `South Africa`, - population: 50586757 - }), - new CountyHierarchicalDataItem( - { - code: `SSD`, - parent: `Africa`, - name: `South Sudan`, - population: 10314021 - }), - new CountyHierarchicalDataItem( - { - code: `SDN`, - parent: `Africa`, - name: `Sudan`, - population: 34318385 - }), - new CountyHierarchicalDataItem( - { - code: `SWZ`, - parent: `Africa`, - name: `Swaziland`, - population: 1067773 - }), - new CountyHierarchicalDataItem( - { - code: `TNZ`, - parent: `Africa`, - name: `Tanzania`, - population: 46218486 - }), - new CountyHierarchicalDataItem( - { - code: `TOG`, - parent: `Africa`, - name: `Togo`, - population: 6154813 - }), - new CountyHierarchicalDataItem( - { - code: `UGN`, - parent: `Africa`, - name: `Uganda`, - population: 34509205 - }), - new CountyHierarchicalDataItem( - { - code: `ZMB`, - parent: `Africa`, - name: `Zambia`, - population: 13474959 - }), - new CountyHierarchicalDataItem( - { - code: `ZWE`, - parent: `Africa`, - name: `Zimbabwe`, - population: 12754378 - }), - new CountyHierarchicalDataItem( - { - code: `AFG`, - parent: `Asia`, - name: `Afghanistan`, - population: 35320445 - }), - new CountyHierarchicalDataItem( - { - code: `BAN`, - parent: `Asia`, - name: `Bangladesh`, - population: 150493658 - }), - new CountyHierarchicalDataItem( - { - code: `BHT`, - parent: `Asia`, - name: `Bhutan`, - population: 738267 - }), - new CountyHierarchicalDataItem( - { - code: `BRN`, - parent: `Asia`, - name: `Brunei`, - population: 405938 - }), - new CountyHierarchicalDataItem( - { - code: `CAM`, - parent: `Asia`, - name: `Cambodia`, - population: 14305183 - }), - new CountyHierarchicalDataItem( - { - code: `CHI`, - parent: `Asia`, - name: `China`, - population: 1344130000 - }), - new CountyHierarchicalDataItem( - { - code: `HNK`, - parent: `Asia`, - name: `Hong Kong`, - population: 7071600 - }), - new CountyHierarchicalDataItem( - { - code: `IND`, - parent: `Asia`, - name: `India`, - population: 1241491960 - }), - new CountyHierarchicalDataItem( - { - code: `IDN`, - parent: `Asia`, - name: `Indonesia`, - population: 242325638 - }), - new CountyHierarchicalDataItem( - { - code: `JPN`, - parent: `Asia`, - name: `Japan`, - population: 127817277 - }), - new CountyHierarchicalDataItem( - { - code: `KZH`, - parent: `Asia`, - name: `Kazakhstan`, - population: 16558676 - }), - new CountyHierarchicalDataItem( - { - code: `NKO`, - parent: `Asia`, - name: `North Korea`, - population: 24451285 - }), - new CountyHierarchicalDataItem( - { - code: `SKO`, - parent: `Asia`, - name: `South Korea`, - population: 49779000 - }), - new CountyHierarchicalDataItem( - { - code: `KGZ`, - parent: `Asia`, - name: `Kyrgyzstan`, - population: 5514600 - }), - new CountyHierarchicalDataItem( - { - code: `LAO`, - parent: `Asia`, - name: `Lao PDR`, - population: 6288037 - }), - new CountyHierarchicalDataItem( - { - code: `MAC`, - parent: `Asia`, - name: `Macao`, - population: 555731 - }), - new CountyHierarchicalDataItem( - { - code: `MYS`, - parent: `Asia`, - name: `Malaysia`, - population: 28859154 - }), - new CountyHierarchicalDataItem( - { - code: `MDV`, - parent: `Asia`, - name: `Maldives`, - population: 320081 - }), - new CountyHierarchicalDataItem( - { - code: `MNG`, - parent: `Asia`, - name: `Mongolia`, - population: 2800114 - }), - new CountyHierarchicalDataItem( - { - code: `MYM`, - parent: `Asia`, - name: `Myanmar`, - population: 48336763 - }), - new CountyHierarchicalDataItem( - { - code: `NPL`, - parent: `Asia`, - name: `Nepal`, - population: 30485798 - }), - new CountyHierarchicalDataItem( - { - code: `PHP`, - parent: `Asia`, - name: `Philippines`, - population: 94852030 - }), - new CountyHierarchicalDataItem( - { - code: `SNG`, - parent: `Asia`, - name: `Singapore`, - population: 5183700 - }), - new CountyHierarchicalDataItem( - { - code: `SRL`, - parent: `Asia`, - name: `Sri Lanka`, - population: 20869000 - }), - new CountyHierarchicalDataItem( - { - code: `TKS`, - parent: `Asia`, - name: `Tajikistan`, - population: 6976958 - }), - new CountyHierarchicalDataItem( - { - code: `THL`, - parent: `Asia`, - name: `Thailand`, - population: 69518555 - }), - new CountyHierarchicalDataItem( - { - code: `TRK`, - parent: `Asia`, - name: `Turkmenistan`, - population: 5105301 - }), - new CountyHierarchicalDataItem( - { - code: `UZB`, - parent: `Asia`, - name: `Uzbekistan`, - population: 29341200 - }), - new CountyHierarchicalDataItem( - { - code: `VTN`, - parent: `Asia`, - name: `Vietnam`, - population: 87840000 - }), - new CountyHierarchicalDataItem( - { - code: `ANT`, - parent: `Central America`, - name: `Antigua`, - population: 89612 - }), - new CountyHierarchicalDataItem( - { - code: `ARB`, - parent: `Central America`, - name: `Aruba`, - population: 108141 - }), - new CountyHierarchicalDataItem( - { - code: `BHM`, - parent: `Central America`, - name: `Bahamas`, - population: 347176 - }), - new CountyHierarchicalDataItem( - { - code: `BRB`, - parent: `Central America`, - name: `Barbados`, - population: 273925 - }), - new CountyHierarchicalDataItem( - { - code: `BLZ`, - parent: `Central America`, - name: `Belize`, - population: 356600 - }), - new CountyHierarchicalDataItem( - { - code: `BRM`, - parent: `Central America`, - name: `Bermuda`, - population: 64700 - }), - new CountyHierarchicalDataItem( - { - code: `CYI`, - parent: `Central America`, - name: `Cayman Islands`, - population: 56729 - }), - new CountyHierarchicalDataItem( - { - code: `CSR`, - parent: `Central America`, - name: `Costa Rica`, - population: 4726575 - }), - new CountyHierarchicalDataItem( - { - code: `CUB`, - parent: `Central America`, - name: `Cuba`, - population: 11253665 - }), - new CountyHierarchicalDataItem( - { - code: `CUR`, - parent: `Central America`, - name: `Curacao`, - population: 145619 - }), - new CountyHierarchicalDataItem( - { - code: `DMA`, - parent: `Central America`, - name: `Dominica`, - population: 67675 - }), - new CountyHierarchicalDataItem( - { - code: `DOM`, - parent: `Central America`, - name: `Dominican Republic`, - population: 10056181 - }), - new CountyHierarchicalDataItem( - { - code: `SLV`, - parent: `Central America`, - name: `El Salvador`, - population: 6227491 - }), - new CountyHierarchicalDataItem( - { - code: `FIS`, - parent: `Central America`, - name: `Faeroe Islands`, - population: 48863 - }), - new CountyHierarchicalDataItem( - { - code: `GND`, - parent: `Central America`, - name: `Grenada`, - population: 104890 - }), - new CountyHierarchicalDataItem( - { - code: `GUA`, - parent: `Central America`, - name: `Guam`, - population: 182111 - }), - new CountyHierarchicalDataItem( - { - code: `GTM`, - parent: `Central America`, - name: `Guatemala`, - population: 14757316 - }), - new CountyHierarchicalDataItem( - { - code: `HAT`, - parent: `Central America`, - name: `Haiti`, - population: 10123787 - }), - new CountyHierarchicalDataItem( - { - code: `HON`, - parent: `Central America`, - name: `Honduras`, - population: 7754687 - }), - new CountyHierarchicalDataItem( - { - code: `JAM`, - parent: `Central America`, - name: `Jamaica`, - population: 2706500 - }), - new CountyHierarchicalDataItem( - { - code: `NCR`, - parent: `Central America`, - name: `Nicaragua`, - population: 5869859 - }), - new CountyHierarchicalDataItem( - { - code: `NMI`, - parent: `Central America`, - name: `Northern Mariana Islands`, - population: 61174 - }), - new CountyHierarchicalDataItem( - { - code: `PAN`, - parent: `Central America`, - name: `Panama`, - population: 3571185 - }), - new CountyHierarchicalDataItem( - { - code: `PRT`, - parent: `Central America`, - name: `Puerto Rico`, - population: 3706690 - }), - new CountyHierarchicalDataItem( - { - code: `STK`, - parent: `Central America`, - name: `St. Kitts`, - population: 53051 - }), - new CountyHierarchicalDataItem( - { - code: `STL`, - parent: `Central America`, - name: `St. Lucia`, - population: 176000 - }), - new CountyHierarchicalDataItem( - { - code: `STV`, - parent: `Central America`, - name: `St. Vincent`, - population: 109365 - }), - new CountyHierarchicalDataItem( - { - code: `TAB`, - parent: `Central America`, - name: `Trinidad and Tobago`, - population: 1346350 - }), - new CountyHierarchicalDataItem( - { - code: `RCI`, - parent: `Central America`, - name: `Turks and Caicos Islands`, - population: 39184 - }), - new CountyHierarchicalDataItem( - { - code: `ISV`, - parent: `Central America`, - name: `US Virgin Islands`, - population: 109666 - }), - new CountyHierarchicalDataItem( - { - code: `ALB`, - parent: `Europe`, - name: `Albania`, - population: 3215988 - }), - new CountyHierarchicalDataItem( - { - code: `AND`, - parent: `Europe`, - name: `Andorra`, - population: 86165 - }), - new CountyHierarchicalDataItem( - { - code: `ARM`, - parent: `Europe`, - name: `Armenia`, - population: 3100236 - }), - new CountyHierarchicalDataItem( - { - code: `AUT`, - parent: `Europe`, - name: `Austria`, - population: 8423635 - }), - new CountyHierarchicalDataItem( - { - code: `BER`, - parent: `Europe`, - name: `Belarus`, - population: 9473000 - }), - new CountyHierarchicalDataItem( - { - code: `BEL`, - parent: `Europe`, - name: `Belgium`, - population: 11020952 - }), - new CountyHierarchicalDataItem( - { - code: `BIH`, - parent: `Europe`, - name: `Bosnia`, - population: 3752228 - }), - new CountyHierarchicalDataItem( - { - code: `BUL`, - parent: `Europe`, - name: `Bulgaria`, - population: 7348328 - }), - new CountyHierarchicalDataItem( - { - code: `CHI`, - parent: `Europe`, - name: `Channel Islands`, - population: 153876 - }), - new CountyHierarchicalDataItem( - { - code: `CRO`, - parent: `Europe`, - name: `Croatia`, - population: 4403000 - }), - new CountyHierarchicalDataItem( - { - code: `CYP`, - parent: `Europe`, - name: `Cyprus`, - population: 1116564 - }), - new CountyHierarchicalDataItem( - { - code: `CZE`, - parent: `Europe`, - name: `Czechia`, - population: 10496088 - }), - new CountyHierarchicalDataItem( - { - code: `DEN`, - parent: `Europe`, - name: `Denmark`, - population: 5570572 - }), - new CountyHierarchicalDataItem( - { - code: `EST`, - parent: `Europe`, - name: `Estonia`, - population: 1339928 - }), - new CountyHierarchicalDataItem( - { - code: `FIN`, - parent: `Europe`, - name: `Finland`, - population: 5388272 - }), - new CountyHierarchicalDataItem( - { - code: `FRA`, - parent: `Europe`, - name: `France`, - population: 65433714 - }), - new CountyHierarchicalDataItem( - { - code: `GEO`, - parent: `Europe`, - name: `Georgia`, - population: 4486000 - }), - new CountyHierarchicalDataItem( - { - code: `DEU`, - parent: `Europe`, - name: `Germany`, - population: 81797673 - }), - new CountyHierarchicalDataItem( - { - code: `GRC`, - parent: `Europe`, - name: `Greece`, - population: 11300410 - }), - new CountyHierarchicalDataItem( - { - code: `HUN`, - parent: `Europe`, - name: `Hungary`, - population: 9971727 - }), - new CountyHierarchicalDataItem( - { - code: `ICE`, - parent: `Europe`, - name: `Iceland`, - population: 319014 - }), - new CountyHierarchicalDataItem( - { - code: `IRE`, - parent: `Europe`, - name: `Ireland`, - population: 4576317 - }), - new CountyHierarchicalDataItem( - { - code: `IOM`, - parent: `Europe`, - name: `Isle of Man`, - population: 83327 - }), - new CountyHierarchicalDataItem( - { - code: `ITA`, - parent: `Europe`, - name: `Italy`, - population: 60723603 - }), - new CountyHierarchicalDataItem( - { - code: `KOS`, - parent: `Europe`, - name: `Kosovo`, - population: 1802765 - }), - new CountyHierarchicalDataItem( - { - code: `LAT`, - parent: `Europe`, - name: `Latvia`, - population: 2058184 - }), - new CountyHierarchicalDataItem( - { - code: `LVA`, - parent: `Europe`, - name: `Liechtenstein`, - population: 36304 - }), - new CountyHierarchicalDataItem( - { - code: `LTU`, - parent: `Europe`, - name: `Lithuania`, - population: 3030173 - }), - new CountyHierarchicalDataItem( - { - code: `LUX`, - parent: `Europe`, - name: `Luxembourg`, - population: 518252 - }), - new CountyHierarchicalDataItem( - { - code: `MKD`, - parent: `Europe`, - name: `North Macedonia`, - population: 2063893 - }), - new CountyHierarchicalDataItem( - { - code: `MLT`, - parent: `Europe`, - name: `Malta`, - population: 415654 - }), - new CountyHierarchicalDataItem( - { - code: `MDA`, - parent: `Europe`, - name: `Moldova`, - population: 3559000 - }), - new CountyHierarchicalDataItem( - { - code: `MON`, - parent: `Europe`, - name: `Monaco`, - population: 35427 - }), - new CountyHierarchicalDataItem( - { - code: `MNE`, - parent: `Europe`, - name: `Montenegro`, - population: 632261 - }), - new CountyHierarchicalDataItem( - { - code: `MLD`, - parent: `Europe`, - name: `Netherlands`, - population: 16693074 - }), - new CountyHierarchicalDataItem( - { - code: `NOR`, - parent: `Europe`, - name: `Norway`, - population: 4953088 - }), - new CountyHierarchicalDataItem( - { - code: `POL`, - parent: `Europe`, - name: `Poland`, - population: 38534157 - }), - new CountyHierarchicalDataItem( - { - code: `POR`, - parent: `Europe`, - name: `Portugal`, - population: 10556999 - }), - new CountyHierarchicalDataItem( - { - code: `ROM`, - parent: `Europe`, - name: `Romania`, - population: 21384832 - }), - new CountyHierarchicalDataItem( - { - code: `RUS`, - parent: `Europe`, - name: `Russia`, - population: 142960000 - }), - new CountyHierarchicalDataItem( - { - code: `SMR`, - parent: `Europe`, - name: `San Marino`, - population: 31735 - }), - new CountyHierarchicalDataItem( - { - code: `SBR`, - parent: `Europe`, - name: `Serbia`, - population: 7258745 - }), - new CountyHierarchicalDataItem( - { - code: `STM`, - parent: `Europe`, - name: `Sint Maarten`, - population: 36609 - }), - new CountyHierarchicalDataItem( - { - code: `SVK`, - parent: `Europe`, - name: `Slovakia`, - population: 5398384 - }), - new CountyHierarchicalDataItem( - { - code: `SLO`, - parent: `Europe`, - name: `Slovenia`, - population: 2052843 - }), - new CountyHierarchicalDataItem( - { - code: `ESP`, - parent: `Europe`, - name: `Spain`, - population: 46174601 - }), - new CountyHierarchicalDataItem( - { - code: `STM`, - parent: `Europe`, - name: `St. Martin`, - population: 30615 - }), - new CountyHierarchicalDataItem( - { - code: `SWE`, - parent: `Europe`, - name: `Sweden`, - population: 9449213 - }), - new CountyHierarchicalDataItem( - { - code: `CHE`, - parent: `Europe`, - name: `Switzerland`, - population: 7912398 - }), - new CountyHierarchicalDataItem( - { - code: `UKR`, - parent: `Europe`, - name: `Ukraine`, - population: 45706100 - }), - new CountyHierarchicalDataItem( - { - code: `GBR`, - parent: `Europe`, - name: `United Kingdom`, - population: 62744081 - }), - new CountyHierarchicalDataItem( - { - code: `DZA`, - parent: `Middle East`, - name: `Algeria`, - population: 35980193 - }), - new CountyHierarchicalDataItem( - { - code: `AZE`, - parent: `Middle East`, - name: `Azerbaijan`, - population: 9173082 - }), - new CountyHierarchicalDataItem( - { - code: `BHR`, - parent: `Middle East`, - name: `Bahrain`, - population: 1323535 - }), - new CountyHierarchicalDataItem( - { - code: `EGY`, - parent: `Middle East`, - name: `Egypt`, - population: 82536770 - }), - new CountyHierarchicalDataItem( - { - code: `IRN`, - parent: `Middle East`, - name: `Iran`, - population: 74798599 - }), - new CountyHierarchicalDataItem( - { - code: `IRQ`, - parent: `Middle East`, - name: `Iraq`, - population: 32961959 - }), - new CountyHierarchicalDataItem( - { - code: `ISR`, - parent: `Middle East`, - name: `Israel`, - population: 7765900 - }), - new CountyHierarchicalDataItem( - { - code: `JOR`, - parent: `Middle East`, - name: `Jordan`, - population: 6181000 - }), - new CountyHierarchicalDataItem( - { - code: `KWT`, - parent: `Middle East`, - name: `Kuwait`, - population: 2818042 - }), - new CountyHierarchicalDataItem( - { - code: `LBN`, - parent: `Middle East`, - name: `Lebanon`, - population: 4259405 - }), - new CountyHierarchicalDataItem( - { - code: `LBY`, - parent: `Middle East`, - name: `Libya`, - population: 6422772 - }), - new CountyHierarchicalDataItem( - { - code: `MAR`, - parent: `Middle East`, - name: `Morocco`, - population: 32272974 - }), - new CountyHierarchicalDataItem( - { - code: `OMN`, - parent: `Middle East`, - name: `Oman`, - population: 2846145 - }), - new CountyHierarchicalDataItem( - { - code: `PKS`, - parent: `Middle East`, - name: `Pakistan`, - population: 176745364 - }), - new CountyHierarchicalDataItem( - { - code: `QTR`, - parent: `Middle East`, - name: `Qatar`, - population: 1870041 - }), - new CountyHierarchicalDataItem( - { - code: `SAR`, - parent: `Middle East`, - name: `Saudi Arabia`, - population: 28082541 - }), - new CountyHierarchicalDataItem( - { - code: `SOM`, - parent: `Middle East`, - name: `Somalia`, - population: 9556873 - }), - new CountyHierarchicalDataItem( - { - code: `SYR`, - parent: `Middle East`, - name: `Syria`, - population: 20820311 - }), - new CountyHierarchicalDataItem( - { - code: `TUN`, - parent: `Middle East`, - name: `Tunisia`, - population: 10673800 - }), - new CountyHierarchicalDataItem( - { - code: `TUR`, - parent: `Middle East`, - name: `Turkey`, - population: 73639596 - }), - new CountyHierarchicalDataItem( - { - code: `UAE`, - parent: `Middle East`, - name: `United Arab Emirates`, - population: 7890924 - }), - new CountyHierarchicalDataItem( - { - code: `WTB`, - parent: `Middle East`, - name: `West Bank`, - population: 3927051 - }), - new CountyHierarchicalDataItem( - { - code: `YEM`, - parent: `Middle East`, - name: `Yemen`, - population: 24799880 - }), - new CountyHierarchicalDataItem( - { - code: `CAN`, - parent: `North America`, - name: `Canada`, - population: 34483975 - }), - new CountyHierarchicalDataItem( - { - code: `GRL`, - parent: `North America`, - name: `Greenland`, - population: 56840 - }), - new CountyHierarchicalDataItem( - { - code: `MEX`, - parent: `North America`, - name: `Mexico`, - population: 114793341 - }), - new CountyHierarchicalDataItem( - { - code: `USA`, - parent: `North America`, - name: `United States`, - population: 311591917 - }), - new CountyHierarchicalDataItem( - { - code: `AMS`, - parent: `Oceania`, - name: `American Samoa`, - population: 69543 - }), - new CountyHierarchicalDataItem( - { - code: `AUS`, - parent: `Oceania`, - name: `Australia`, - population: 22323900 - }), - new CountyHierarchicalDataItem( - { - code: `FIJ`, - parent: `Oceania`, - name: `Fiji`, - population: 868406 - }), - new CountyHierarchicalDataItem( - { - code: `FRP`, - parent: `Oceania`, - name: `French Polynesia`, - population: 273777 - }), - new CountyHierarchicalDataItem( - { - code: `KIR`, - parent: `Oceania`, - name: `Kiribati`, - population: 101093 - }), - new CountyHierarchicalDataItem( - { - code: `MIS`, - parent: `Oceania`, - name: `Marshall Islands`, - population: 54816 - }), - new CountyHierarchicalDataItem( - { - code: `MCR`, - parent: `Oceania`, - name: `Micronesia`, - population: 111542 - }), - new CountyHierarchicalDataItem( - { - code: `NCD`, - parent: `Oceania`, - name: `New Caledonia`, - population: 254024 - }), - new CountyHierarchicalDataItem( - { - code: `NZL`, - parent: `Oceania`, - name: `New Zealand`, - population: 4405200 - }), - new CountyHierarchicalDataItem( - { - code: `PAL`, - parent: `Oceania`, - name: `Palau`, - population: 20609 - }), - new CountyHierarchicalDataItem( - { - code: `PNG`, - parent: `Oceania`, - name: `Papua New Guinea`, - population: 7013829 - }), - new CountyHierarchicalDataItem( - { - code: `SAM`, - parent: `Oceania`, - name: `Samoa`, - population: 183874 - }), - new CountyHierarchicalDataItem( - { - code: `SIS`, - parent: `Oceania`, - name: `Solomon Islands`, - population: 552267 - }), - new CountyHierarchicalDataItem( - { - code: `TML`, - parent: `Oceania`, - name: `Timor-Leste`, - population: 1175880 - }), - new CountyHierarchicalDataItem( - { - code: `TON`, - parent: `Oceania`, - name: `Tonga`, - population: 104509 - }), - new CountyHierarchicalDataItem( - { - code: `TUV`, - parent: `Oceania`, - name: `Tuvalu`, - population: 9847 - }), - new CountyHierarchicalDataItem( - { - code: `VNT`, - parent: `Oceania`, - name: `Vanuatu`, - population: 245619 - }), - new CountyHierarchicalDataItem( - { - code: `ARG`, - parent: `South America`, - name: `Argentina`, - population: 40764561 - }), - new CountyHierarchicalDataItem( - { - code: `BOL`, - parent: `South America`, - name: `Bolivia`, - population: 10088108 - }), - new CountyHierarchicalDataItem( - { - code: `BRA`, - parent: `South America`, - name: `Brazil`, - population: 196655014 - }), - new CountyHierarchicalDataItem( - { - code: `CHI`, - parent: `South America`, - name: `Chile`, - population: 17269525 - }), - new CountyHierarchicalDataItem( - { - code: `COL`, - parent: `South America`, - name: `Colombia`, - population: 46927125 - }), - new CountyHierarchicalDataItem( - { - code: `ECU`, - parent: `South America`, - name: `Ecuador`, - population: 14666055 - }), - new CountyHierarchicalDataItem( - { - code: `GUY`, - parent: `South America`, - name: `Guyana`, - population: 756040 - }), - new CountyHierarchicalDataItem( - { - code: `PAR`, - parent: `South America`, - name: `Paraguay`, - population: 6568290 - }), - new CountyHierarchicalDataItem( - { - code: `PER`, - parent: `South America`, - name: `Peru`, - population: 29399817 - }), - new CountyHierarchicalDataItem( - { - code: `SUR`, - parent: `South America`, - name: `Suriname`, - population: 529419 - }), - new CountyHierarchicalDataItem( - { - code: `URG`, - parent: `South America`, - name: `Uruguay`, - population: 3368595 - }), - new CountyHierarchicalDataItem( - { - code: `VEN`, - parent: `South America`, - name: `Venezuela`, - population: 29278000 - }), + new CountyHierarchicalDataItem({ code: `AFC`, parent: null, name: `Africa`, population: null }), + new CountyHierarchicalDataItem({ code: `ASA`, parent: null, name: `Asia`, population: null }), + new CountyHierarchicalDataItem({ code: `EUR`, parent: null, name: `Europe`, population: null }), + new CountyHierarchicalDataItem({ code: `MDE`, parent: null, name: `Middle East`, population: null }), + new CountyHierarchicalDataItem({ code: `NAM`, parent: null, name: `North America`, population: null }), + new CountyHierarchicalDataItem({ code: `CAM`, parent: null, name: `Central America`, population: null }), + new CountyHierarchicalDataItem({ code: `SAM`, parent: null, name: `South America`, population: null }), + new CountyHierarchicalDataItem({ code: `OCE`, parent: null, name: `Oceania`, population: null }), + new CountyHierarchicalDataItem({ code: `ANG`, parent: `Africa`, name: `Angola`, population: 19618432 }), + new CountyHierarchicalDataItem({ code: `BEN`, parent: `Africa`, name: `Benin`, population: 9099922 }), + new CountyHierarchicalDataItem({ code: `BOT`, parent: `Africa`, name: `Botswana`, population: 2030738 }), + new CountyHierarchicalDataItem({ code: `BUR`, parent: `Africa`, name: `Burkina Faso`, population: 16967845 }), + new CountyHierarchicalDataItem({ code: `BUR`, parent: `Africa`, name: `Burundi`, population: 8575172 }), + new CountyHierarchicalDataItem({ code: `CAM`, parent: `Africa`, name: `Cameroon`, population: 20030362 }), + new CountyHierarchicalDataItem({ code: `CPV`, parent: `Africa`, name: `Cape Verde`, population: 500585 }), + new CountyHierarchicalDataItem({ code: `CAR`, parent: `Africa`, name: `Central African Republic`, population: 4486837 }), + new CountyHierarchicalDataItem({ code: `CHD`, parent: `Africa`, name: `Chad`, population: 11525496 }), + new CountyHierarchicalDataItem({ code: `COM`, parent: `Africa`, name: `Comoros`, population: 753943 }), + new CountyHierarchicalDataItem({ code: `DRC`, parent: `Africa`, name: `Congo DRC`, population: 67757577 }), + new CountyHierarchicalDataItem({ code: `CRP`, parent: `Africa`, name: `Congo Republic`, population: 4139748 }), + new CountyHierarchicalDataItem({ code: `CIR`, parent: `Africa`, name: `Cote Ivoire`, population: 20152894 }), + new CountyHierarchicalDataItem({ code: `DBT`, parent: `Africa`, name: `Djibouti`, population: 905564 }), + new CountyHierarchicalDataItem({ code: `ETG`, parent: `Africa`, name: `Equatorial Guinea`, population: 720213 }), + new CountyHierarchicalDataItem({ code: `ERT`, parent: `Africa`, name: `Eritrea`, population: 5415280 }), + new CountyHierarchicalDataItem({ code: `ETH`, parent: `Africa`, name: `Ethiopia`, population: 84734262 }), + new CountyHierarchicalDataItem({ code: `GBN`, parent: `Africa`, name: `Gabon`, population: 1534262 }), + new CountyHierarchicalDataItem({ code: `GMB`, parent: `Africa`, name: `Gambia`, population: 1776103 }), + new CountyHierarchicalDataItem({ code: `GHN`, parent: `Africa`, name: `Ghana`, population: 24965816 }), + new CountyHierarchicalDataItem({ code: `GUN`, parent: `Africa`, name: `Guinea`, population: 10221808 }), + new CountyHierarchicalDataItem({ code: `GNB`, parent: `Africa`, name: `Guinea-Bissau`, population: 1547061 }), + new CountyHierarchicalDataItem({ code: `KEN`, parent: `Africa`, name: `Kenya`, population: 41609728 }), + new CountyHierarchicalDataItem({ code: `LES`, parent: `Africa`, name: `Lesotho`, population: 2193843 }), + new CountyHierarchicalDataItem({ code: `LBR`, parent: `Africa`, name: `Liberia`, population: 4128572 }), + new CountyHierarchicalDataItem({ code: `MDG`, parent: `Africa`, name: `Madagascar`, population: 21315135 }), + new CountyHierarchicalDataItem({ code: `MLW`, parent: `Africa`, name: `Malawi`, population: 15380888 }), + new CountyHierarchicalDataItem({ code: `MAL`, parent: `Africa`, name: `Mali`, population: 15839538 }), + new CountyHierarchicalDataItem({ code: `MRT`, parent: `Africa`, name: `Mauritania`, population: 3541540 }), + new CountyHierarchicalDataItem({ code: `MUS`, parent: `Africa`, name: `Mauritius`, population: 1286051 }), + new CountyHierarchicalDataItem({ code: `MOZ`, parent: `Africa`, name: `Mozambique`, population: 23929708 }), + new CountyHierarchicalDataItem({ code: `NMB`, parent: `Africa`, name: `Namibia`, population: 2324004 }), + new CountyHierarchicalDataItem({ code: `NER`, parent: `Africa`, name: `Niger`, population: 16068994 }), + new CountyHierarchicalDataItem({ code: `NGA`, parent: `Africa`, name: `Nigeria`, population: 162470737 }), + new CountyHierarchicalDataItem({ code: `RWD`, parent: `Africa`, name: `Rwanda`, population: 10942950 }), + new CountyHierarchicalDataItem({ code: `STM`, parent: `Africa`, name: `Sao Tome`, population: 168526 }), + new CountyHierarchicalDataItem({ code: `SEN`, parent: `Africa`, name: `Senegal`, population: 12767556 }), + new CountyHierarchicalDataItem({ code: `SYC`, parent: `Africa`, name: `Seychelles`, population: 86000 }), + new CountyHierarchicalDataItem({ code: `SRL`, parent: `Africa`, name: `Sierra Leone`, population: 5997486 }), + new CountyHierarchicalDataItem({ code: `ZAF`, parent: `Africa`, name: `South Africa`, population: 50586757 }), + new CountyHierarchicalDataItem({ code: `SSD`, parent: `Africa`, name: `South Sudan`, population: 10314021 }), + new CountyHierarchicalDataItem({ code: `SDN`, parent: `Africa`, name: `Sudan`, population: 34318385 }), + new CountyHierarchicalDataItem({ code: `SWZ`, parent: `Africa`, name: `Swaziland`, population: 1067773 }), + new CountyHierarchicalDataItem({ code: `TNZ`, parent: `Africa`, name: `Tanzania`, population: 46218486 }), + new CountyHierarchicalDataItem({ code: `TOG`, parent: `Africa`, name: `Togo`, population: 6154813 }), + new CountyHierarchicalDataItem({ code: `UGN`, parent: `Africa`, name: `Uganda`, population: 34509205 }), + new CountyHierarchicalDataItem({ code: `ZMB`, parent: `Africa`, name: `Zambia`, population: 13474959 }), + new CountyHierarchicalDataItem({ code: `ZWE`, parent: `Africa`, name: `Zimbabwe`, population: 12754378 }), + new CountyHierarchicalDataItem({ code: `AFG`, parent: `Asia`, name: `Afghanistan`, population: 35320445 }), + new CountyHierarchicalDataItem({ code: `BAN`, parent: `Asia`, name: `Bangladesh`, population: 150493658 }), + new CountyHierarchicalDataItem({ code: `BHT`, parent: `Asia`, name: `Bhutan`, population: 738267 }), + new CountyHierarchicalDataItem({ code: `BRN`, parent: `Asia`, name: `Brunei`, population: 405938 }), + new CountyHierarchicalDataItem({ code: `CAM`, parent: `Asia`, name: `Cambodia`, population: 14305183 }), + new CountyHierarchicalDataItem({ code: `CHI`, parent: `Asia`, name: `China`, population: 1344130000 }), + new CountyHierarchicalDataItem({ code: `HNK`, parent: `Asia`, name: `Hong Kong`, population: 7071600 }), + new CountyHierarchicalDataItem({ code: `IND`, parent: `Asia`, name: `India`, population: 1241491960 }), + new CountyHierarchicalDataItem({ code: `IDN`, parent: `Asia`, name: `Indonesia`, population: 242325638 }), + new CountyHierarchicalDataItem({ code: `JPN`, parent: `Asia`, name: `Japan`, population: 127817277 }), + new CountyHierarchicalDataItem({ code: `KZH`, parent: `Asia`, name: `Kazakhstan`, population: 16558676 }), + new CountyHierarchicalDataItem({ code: `NKO`, parent: `Asia`, name: `North Korea`, population: 24451285 }), + new CountyHierarchicalDataItem({ code: `SKO`, parent: `Asia`, name: `South Korea`, population: 49779000 }), + new CountyHierarchicalDataItem({ code: `KGZ`, parent: `Asia`, name: `Kyrgyzstan`, population: 5514600 }), + new CountyHierarchicalDataItem({ code: `LAO`, parent: `Asia`, name: `Lao PDR`, population: 6288037 }), + new CountyHierarchicalDataItem({ code: `MAC`, parent: `Asia`, name: `Macao`, population: 555731 }), + new CountyHierarchicalDataItem({ code: `MYS`, parent: `Asia`, name: `Malaysia`, population: 28859154 }), + new CountyHierarchicalDataItem({ code: `MDV`, parent: `Asia`, name: `Maldives`, population: 320081 }), + new CountyHierarchicalDataItem({ code: `MNG`, parent: `Asia`, name: `Mongolia`, population: 2800114 }), + new CountyHierarchicalDataItem({ code: `MYM`, parent: `Asia`, name: `Myanmar`, population: 48336763 }), + new CountyHierarchicalDataItem({ code: `NPL`, parent: `Asia`, name: `Nepal`, population: 30485798 }), + new CountyHierarchicalDataItem({ code: `PHP`, parent: `Asia`, name: `Philippines`, population: 94852030 }), + new CountyHierarchicalDataItem({ code: `SNG`, parent: `Asia`, name: `Singapore`, population: 5183700 }), + new CountyHierarchicalDataItem({ code: `SRL`, parent: `Asia`, name: `Sri Lanka`, population: 20869000 }), + new CountyHierarchicalDataItem({ code: `TKS`, parent: `Asia`, name: `Tajikistan`, population: 6976958 }), + new CountyHierarchicalDataItem({ code: `THL`, parent: `Asia`, name: `Thailand`, population: 69518555 }), + new CountyHierarchicalDataItem({ code: `TRK`, parent: `Asia`, name: `Turkmenistan`, population: 5105301 }), + new CountyHierarchicalDataItem({ code: `UZB`, parent: `Asia`, name: `Uzbekistan`, population: 29341200 }), + new CountyHierarchicalDataItem({ code: `VTN`, parent: `Asia`, name: `Vietnam`, population: 87840000 }), + new CountyHierarchicalDataItem({ code: `ANT`, parent: `Central America`, name: `Antigua`, population: 89612 }), + new CountyHierarchicalDataItem({ code: `ARB`, parent: `Central America`, name: `Aruba`, population: 108141 }), + new CountyHierarchicalDataItem({ code: `BHM`, parent: `Central America`, name: `Bahamas`, population: 347176 }), + new CountyHierarchicalDataItem({ code: `BRB`, parent: `Central America`, name: `Barbados`, population: 273925 }), + new CountyHierarchicalDataItem({ code: `BLZ`, parent: `Central America`, name: `Belize`, population: 356600 }), + new CountyHierarchicalDataItem({ code: `BRM`, parent: `Central America`, name: `Bermuda`, population: 64700 }), + new CountyHierarchicalDataItem({ code: `CYI`, parent: `Central America`, name: `Cayman Islands`, population: 56729 }), + new CountyHierarchicalDataItem({ code: `CSR`, parent: `Central America`, name: `Costa Rica`, population: 4726575 }), + new CountyHierarchicalDataItem({ code: `CUB`, parent: `Central America`, name: `Cuba`, population: 11253665 }), + new CountyHierarchicalDataItem({ code: `CUR`, parent: `Central America`, name: `Curacao`, population: 145619 }), + new CountyHierarchicalDataItem({ code: `DMA`, parent: `Central America`, name: `Dominica`, population: 67675 }), + new CountyHierarchicalDataItem({ code: `DOM`, parent: `Central America`, name: `Dominican Republic`, population: 10056181 }), + new CountyHierarchicalDataItem({ code: `SLV`, parent: `Central America`, name: `El Salvador`, population: 6227491 }), + new CountyHierarchicalDataItem({ code: `FIS`, parent: `Central America`, name: `Faeroe Islands`, population: 48863 }), + new CountyHierarchicalDataItem({ code: `GND`, parent: `Central America`, name: `Grenada`, population: 104890 }), + new CountyHierarchicalDataItem({ code: `GUA`, parent: `Central America`, name: `Guam`, population: 182111 }), + new CountyHierarchicalDataItem({ code: `GTM`, parent: `Central America`, name: `Guatemala`, population: 14757316 }), + new CountyHierarchicalDataItem({ code: `HAT`, parent: `Central America`, name: `Haiti`, population: 10123787 }), + new CountyHierarchicalDataItem({ code: `HON`, parent: `Central America`, name: `Honduras`, population: 7754687 }), + new CountyHierarchicalDataItem({ code: `JAM`, parent: `Central America`, name: `Jamaica`, population: 2706500 }), + new CountyHierarchicalDataItem({ code: `NCR`, parent: `Central America`, name: `Nicaragua`, population: 5869859 }), + new CountyHierarchicalDataItem({ code: `NMI`, parent: `Central America`, name: `Northern Mariana Islands`, population: 61174 }), + new CountyHierarchicalDataItem({ code: `PAN`, parent: `Central America`, name: `Panama`, population: 3571185 }), + new CountyHierarchicalDataItem({ code: `PRT`, parent: `Central America`, name: `Puerto Rico`, population: 3706690 }), + new CountyHierarchicalDataItem({ code: `STK`, parent: `Central America`, name: `St. Kitts`, population: 53051 }), + new CountyHierarchicalDataItem({ code: `STL`, parent: `Central America`, name: `St. Lucia`, population: 176000 }), + new CountyHierarchicalDataItem({ code: `STV`, parent: `Central America`, name: `St. Vincent`, population: 109365 }), + new CountyHierarchicalDataItem({ code: `TAB`, parent: `Central America`, name: `Trinidad and Tobago`, population: 1346350 }), + new CountyHierarchicalDataItem({ code: `RCI`, parent: `Central America`, name: `Turks and Caicos Islands`, population: 39184 }), + new CountyHierarchicalDataItem({ code: `ISV`, parent: `Central America`, name: `US Virgin Islands`, population: 109666 }), + new CountyHierarchicalDataItem({ code: `ALB`, parent: `Europe`, name: `Albania`, population: 3215988 }), + new CountyHierarchicalDataItem({ code: `AND`, parent: `Europe`, name: `Andorra`, population: 86165 }), + new CountyHierarchicalDataItem({ code: `ARM`, parent: `Europe`, name: `Armenia`, population: 3100236 }), + new CountyHierarchicalDataItem({ code: `AUT`, parent: `Europe`, name: `Austria`, population: 8423635 }), + new CountyHierarchicalDataItem({ code: `BER`, parent: `Europe`, name: `Belarus`, population: 9473000 }), + new CountyHierarchicalDataItem({ code: `BEL`, parent: `Europe`, name: `Belgium`, population: 11020952 }), + new CountyHierarchicalDataItem({ code: `BIH`, parent: `Europe`, name: `Bosnia`, population: 3752228 }), + new CountyHierarchicalDataItem({ code: `BUL`, parent: `Europe`, name: `Bulgaria`, population: 7348328 }), + new CountyHierarchicalDataItem({ code: `CHI`, parent: `Europe`, name: `Channel Islands`, population: 153876 }), + new CountyHierarchicalDataItem({ code: `CRO`, parent: `Europe`, name: `Croatia`, population: 4403000 }), + new CountyHierarchicalDataItem({ code: `CYP`, parent: `Europe`, name: `Cyprus`, population: 1116564 }), + new CountyHierarchicalDataItem({ code: `CZE`, parent: `Europe`, name: `Czechia`, population: 10496088 }), + new CountyHierarchicalDataItem({ code: `DEN`, parent: `Europe`, name: `Denmark`, population: 5570572 }), + new CountyHierarchicalDataItem({ code: `EST`, parent: `Europe`, name: `Estonia`, population: 1339928 }), + new CountyHierarchicalDataItem({ code: `FIN`, parent: `Europe`, name: `Finland`, population: 5388272 }), + new CountyHierarchicalDataItem({ code: `FRA`, parent: `Europe`, name: `France`, population: 65433714 }), + new CountyHierarchicalDataItem({ code: `GEO`, parent: `Europe`, name: `Georgia`, population: 4486000 }), + new CountyHierarchicalDataItem({ code: `DEU`, parent: `Europe`, name: `Germany`, population: 81797673 }), + new CountyHierarchicalDataItem({ code: `GRC`, parent: `Europe`, name: `Greece`, population: 11300410 }), + new CountyHierarchicalDataItem({ code: `HUN`, parent: `Europe`, name: `Hungary`, population: 9971727 }), + new CountyHierarchicalDataItem({ code: `ICE`, parent: `Europe`, name: `Iceland`, population: 319014 }), + new CountyHierarchicalDataItem({ code: `IRE`, parent: `Europe`, name: `Ireland`, population: 4576317 }), + new CountyHierarchicalDataItem({ code: `IOM`, parent: `Europe`, name: `Isle of Man`, population: 83327 }), + new CountyHierarchicalDataItem({ code: `ITA`, parent: `Europe`, name: `Italy`, population: 60723603 }), + new CountyHierarchicalDataItem({ code: `KOS`, parent: `Europe`, name: `Kosovo`, population: 1802765 }), + new CountyHierarchicalDataItem({ code: `LAT`, parent: `Europe`, name: `Latvia`, population: 2058184 }), + new CountyHierarchicalDataItem({ code: `LVA`, parent: `Europe`, name: `Liechtenstein`, population: 36304 }), + new CountyHierarchicalDataItem({ code: `LTU`, parent: `Europe`, name: `Lithuania`, population: 3030173 }), + new CountyHierarchicalDataItem({ code: `LUX`, parent: `Europe`, name: `Luxembourg`, population: 518252 }), + new CountyHierarchicalDataItem({ code: `MKD`, parent: `Europe`, name: `North Macedonia`, population: 2063893 }), + new CountyHierarchicalDataItem({ code: `MLT`, parent: `Europe`, name: `Malta`, population: 415654 }), + new CountyHierarchicalDataItem({ code: `MDA`, parent: `Europe`, name: `Moldova`, population: 3559000 }), + new CountyHierarchicalDataItem({ code: `MON`, parent: `Europe`, name: `Monaco`, population: 35427 }), + new CountyHierarchicalDataItem({ code: `MNE`, parent: `Europe`, name: `Montenegro`, population: 632261 }), + new CountyHierarchicalDataItem({ code: `MLD`, parent: `Europe`, name: `Netherlands`, population: 16693074 }), + new CountyHierarchicalDataItem({ code: `NOR`, parent: `Europe`, name: `Norway`, population: 4953088 }), + new CountyHierarchicalDataItem({ code: `POL`, parent: `Europe`, name: `Poland`, population: 38534157 }), + new CountyHierarchicalDataItem({ code: `POR`, parent: `Europe`, name: `Portugal`, population: 10556999 }), + new CountyHierarchicalDataItem({ code: `ROM`, parent: `Europe`, name: `Romania`, population: 21384832 }), + new CountyHierarchicalDataItem({ code: `RUS`, parent: `Europe`, name: `Russia`, population: 142960000 }), + new CountyHierarchicalDataItem({ code: `SMR`, parent: `Europe`, name: `San Marino`, population: 31735 }), + new CountyHierarchicalDataItem({ code: `SBR`, parent: `Europe`, name: `Serbia`, population: 7258745 }), + new CountyHierarchicalDataItem({ code: `STM`, parent: `Europe`, name: `Sint Maarten`, population: 36609 }), + new CountyHierarchicalDataItem({ code: `SVK`, parent: `Europe`, name: `Slovakia`, population: 5398384 }), + new CountyHierarchicalDataItem({ code: `SLO`, parent: `Europe`, name: `Slovenia`, population: 2052843 }), + new CountyHierarchicalDataItem({ code: `ESP`, parent: `Europe`, name: `Spain`, population: 46174601 }), + new CountyHierarchicalDataItem({ code: `STM`, parent: `Europe`, name: `St. Martin`, population: 30615 }), + new CountyHierarchicalDataItem({ code: `SWE`, parent: `Europe`, name: `Sweden`, population: 9449213 }), + new CountyHierarchicalDataItem({ code: `CHE`, parent: `Europe`, name: `Switzerland`, population: 7912398 }), + new CountyHierarchicalDataItem({ code: `UKR`, parent: `Europe`, name: `Ukraine`, population: 45706100 }), + new CountyHierarchicalDataItem({ code: `GBR`, parent: `Europe`, name: `United Kingdom`, population: 62744081 }), + new CountyHierarchicalDataItem({ code: `DZA`, parent: `Middle East`, name: `Algeria`, population: 35980193 }), + new CountyHierarchicalDataItem({ code: `AZE`, parent: `Middle East`, name: `Azerbaijan`, population: 9173082 }), + new CountyHierarchicalDataItem({ code: `BHR`, parent: `Middle East`, name: `Bahrain`, population: 1323535 }), + new CountyHierarchicalDataItem({ code: `EGY`, parent: `Middle East`, name: `Egypt`, population: 82536770 }), + new CountyHierarchicalDataItem({ code: `IRN`, parent: `Middle East`, name: `Iran`, population: 74798599 }), + new CountyHierarchicalDataItem({ code: `IRQ`, parent: `Middle East`, name: `Iraq`, population: 32961959 }), + new CountyHierarchicalDataItem({ code: `ISR`, parent: `Middle East`, name: `Israel`, population: 7765900 }), + new CountyHierarchicalDataItem({ code: `JOR`, parent: `Middle East`, name: `Jordan`, population: 6181000 }), + new CountyHierarchicalDataItem({ code: `KWT`, parent: `Middle East`, name: `Kuwait`, population: 2818042 }), + new CountyHierarchicalDataItem({ code: `LBN`, parent: `Middle East`, name: `Lebanon`, population: 4259405 }), + new CountyHierarchicalDataItem({ code: `LBY`, parent: `Middle East`, name: `Libya`, population: 6422772 }), + new CountyHierarchicalDataItem({ code: `MAR`, parent: `Middle East`, name: `Morocco`, population: 32272974 }), + new CountyHierarchicalDataItem({ code: `OMN`, parent: `Middle East`, name: `Oman`, population: 2846145 }), + new CountyHierarchicalDataItem({ code: `PKS`, parent: `Middle East`, name: `Pakistan`, population: 176745364 }), + new CountyHierarchicalDataItem({ code: `QTR`, parent: `Middle East`, name: `Qatar`, population: 1870041 }), + new CountyHierarchicalDataItem({ code: `SAR`, parent: `Middle East`, name: `Saudi Arabia`, population: 28082541 }), + new CountyHierarchicalDataItem({ code: `SOM`, parent: `Middle East`, name: `Somalia`, population: 9556873 }), + new CountyHierarchicalDataItem({ code: `SYR`, parent: `Middle East`, name: `Syria`, population: 20820311 }), + new CountyHierarchicalDataItem({ code: `TUN`, parent: `Middle East`, name: `Tunisia`, population: 10673800 }), + new CountyHierarchicalDataItem({ code: `TUR`, parent: `Middle East`, name: `Turkey`, population: 73639596 }), + new CountyHierarchicalDataItem({ code: `UAE`, parent: `Middle East`, name: `United Arab Emirates`, population: 7890924 }), + new CountyHierarchicalDataItem({ code: `WTB`, parent: `Middle East`, name: `West Bank`, population: 3927051 }), + new CountyHierarchicalDataItem({ code: `YEM`, parent: `Middle East`, name: `Yemen`, population: 24799880 }), + new CountyHierarchicalDataItem({ code: `CAN`, parent: `North America`, name: `Canada`, population: 34483975 }), + new CountyHierarchicalDataItem({ code: `GRL`, parent: `North America`, name: `Greenland`, population: 56840 }), + new CountyHierarchicalDataItem({ code: `MEX`, parent: `North America`, name: `Mexico`, population: 114793341 }), + new CountyHierarchicalDataItem({ code: `USA`, parent: `North America`, name: `United States`, population: 311591917 }), + new CountyHierarchicalDataItem({ code: `AMS`, parent: `Oceania`, name: `American Samoa`, population: 69543 }), + new CountyHierarchicalDataItem({ code: `AUS`, parent: `Oceania`, name: `Australia`, population: 22323900 }), + new CountyHierarchicalDataItem({ code: `FIJ`, parent: `Oceania`, name: `Fiji`, population: 868406 }), + new CountyHierarchicalDataItem({ code: `FRP`, parent: `Oceania`, name: `French Polynesia`, population: 273777 }), + new CountyHierarchicalDataItem({ code: `KIR`, parent: `Oceania`, name: `Kiribati`, population: 101093 }), + new CountyHierarchicalDataItem({ code: `MIS`, parent: `Oceania`, name: `Marshall Islands`, population: 54816 }), + new CountyHierarchicalDataItem({ code: `MCR`, parent: `Oceania`, name: `Micronesia`, population: 111542 }), + new CountyHierarchicalDataItem({ code: `NCD`, parent: `Oceania`, name: `New Caledonia`, population: 254024 }), + new CountyHierarchicalDataItem({ code: `NZL`, parent: `Oceania`, name: `New Zealand`, population: 4405200 }), + new CountyHierarchicalDataItem({ code: `PAL`, parent: `Oceania`, name: `Palau`, population: 20609 }), + new CountyHierarchicalDataItem({ code: `PNG`, parent: `Oceania`, name: `Papua New Guinea`, population: 7013829 }), + new CountyHierarchicalDataItem({ code: `SAM`, parent: `Oceania`, name: `Samoa`, population: 183874 }), + new CountyHierarchicalDataItem({ code: `SIS`, parent: `Oceania`, name: `Solomon Islands`, population: 552267 }), + new CountyHierarchicalDataItem({ code: `TML`, parent: `Oceania`, name: `Timor-Leste`, population: 1175880 }), + new CountyHierarchicalDataItem({ code: `TON`, parent: `Oceania`, name: `Tonga`, population: 104509 }), + new CountyHierarchicalDataItem({ code: `TUV`, parent: `Oceania`, name: `Tuvalu`, population: 9847 }), + new CountyHierarchicalDataItem({ code: `VNT`, parent: `Oceania`, name: `Vanuatu`, population: 245619 }), + new CountyHierarchicalDataItem({ code: `ARG`, parent: `South America`, name: `Argentina`, population: 40764561 }), + new CountyHierarchicalDataItem({ code: `BOL`, parent: `South America`, name: `Bolivia`, population: 10088108 }), + new CountyHierarchicalDataItem({ code: `BRA`, parent: `South America`, name: `Brazil`, population: 196655014 }), + new CountyHierarchicalDataItem({ code: `CHI`, parent: `South America`, name: `Chile`, population: 17269525 }), + new CountyHierarchicalDataItem({ code: `COL`, parent: `South America`, name: `Colombia`, population: 46927125 }), + new CountyHierarchicalDataItem({ code: `ECU`, parent: `South America`, name: `Ecuador`, population: 14666055 }), + new CountyHierarchicalDataItem({ code: `GUY`, parent: `South America`, name: `Guyana`, population: 756040 }), + new CountyHierarchicalDataItem({ code: `PAR`, parent: `South America`, name: `Paraguay`, population: 6568290 }), + new CountyHierarchicalDataItem({ code: `PER`, parent: `South America`, name: `Peru`, population: 29399817 }), + new CountyHierarchicalDataItem({ code: `SUR`, parent: `South America`, name: `Suriname`, population: 529419 }), + new CountyHierarchicalDataItem({ code: `URG`, parent: `South America`, name: `Uruguay`, population: 3368595 }), + new CountyHierarchicalDataItem({ code: `VEN`, parent: `South America`, name: `Venezuela`, population: 29278000 }), ]; super(...newItems.slice(0)); } diff --git a/samples/charts/tree-map/overview/src/CountyHierarchicalData.ts b/samples/charts/tree-map/overview/src/CountyHierarchicalData.ts index 5193e116c9..1b7efca0dd 100644 --- a/samples/charts/tree-map/overview/src/CountyHierarchicalData.ts +++ b/samples/charts/tree-map/overview/src/CountyHierarchicalData.ts @@ -15,1560 +15,228 @@ export class CountyHierarchicalData extends Array { super(...items); } else { const newItems = [ - new CountyHierarchicalDataItem( - { - code: `AFC`, - parent: null, - name: `Africa`, - population: null - }), - new CountyHierarchicalDataItem( - { - code: `ASA`, - parent: null, - name: `Asia`, - population: null - }), - new CountyHierarchicalDataItem( - { - code: `EUR`, - parent: null, - name: `Europe`, - population: null - }), - new CountyHierarchicalDataItem( - { - code: `MDE`, - parent: null, - name: `Middle East`, - population: null - }), - new CountyHierarchicalDataItem( - { - code: `NAM`, - parent: null, - name: `North America`, - population: null - }), - new CountyHierarchicalDataItem( - { - code: `CAM`, - parent: null, - name: `Central America`, - population: null - }), - new CountyHierarchicalDataItem( - { - code: `SAM`, - parent: null, - name: `South America`, - population: null - }), - new CountyHierarchicalDataItem( - { - code: `OCE`, - parent: null, - name: `Oceania`, - population: null - }), - new CountyHierarchicalDataItem( - { - code: `ANG`, - parent: `Africa`, - name: `Angola`, - population: 19618432 - }), - new CountyHierarchicalDataItem( - { - code: `BEN`, - parent: `Africa`, - name: `Benin`, - population: 9099922 - }), - new CountyHierarchicalDataItem( - { - code: `BOT`, - parent: `Africa`, - name: `Botswana`, - population: 2030738 - }), - new CountyHierarchicalDataItem( - { - code: `BUR`, - parent: `Africa`, - name: `Burkina Faso`, - population: 16967845 - }), - new CountyHierarchicalDataItem( - { - code: `BUR`, - parent: `Africa`, - name: `Burundi`, - population: 8575172 - }), - new CountyHierarchicalDataItem( - { - code: `CAM`, - parent: `Africa`, - name: `Cameroon`, - population: 20030362 - }), - new CountyHierarchicalDataItem( - { - code: `CPV`, - parent: `Africa`, - name: `Cape Verde`, - population: 500585 - }), - new CountyHierarchicalDataItem( - { - code: `CAR`, - parent: `Africa`, - name: `Central African Republic`, - population: 4486837 - }), - new CountyHierarchicalDataItem( - { - code: `CHD`, - parent: `Africa`, - name: `Chad`, - population: 11525496 - }), - new CountyHierarchicalDataItem( - { - code: `COM`, - parent: `Africa`, - name: `Comoros`, - population: 753943 - }), - new CountyHierarchicalDataItem( - { - code: `DRC`, - parent: `Africa`, - name: `Congo DRC`, - population: 67757577 - }), - new CountyHierarchicalDataItem( - { - code: `CRP`, - parent: `Africa`, - name: `Congo Republic`, - population: 4139748 - }), - new CountyHierarchicalDataItem( - { - code: `CIR`, - parent: `Africa`, - name: `Cote Ivoire`, - population: 20152894 - }), - new CountyHierarchicalDataItem( - { - code: `DBT`, - parent: `Africa`, - name: `Djibouti`, - population: 905564 - }), - new CountyHierarchicalDataItem( - { - code: `ETG`, - parent: `Africa`, - name: `Equatorial Guinea`, - population: 720213 - }), - new CountyHierarchicalDataItem( - { - code: `ERT`, - parent: `Africa`, - name: `Eritrea`, - population: 5415280 - }), - new CountyHierarchicalDataItem( - { - code: `ETH`, - parent: `Africa`, - name: `Ethiopia`, - population: 84734262 - }), - new CountyHierarchicalDataItem( - { - code: `GBN`, - parent: `Africa`, - name: `Gabon`, - population: 1534262 - }), - new CountyHierarchicalDataItem( - { - code: `GMB`, - parent: `Africa`, - name: `Gambia`, - population: 1776103 - }), - new CountyHierarchicalDataItem( - { - code: `GHN`, - parent: `Africa`, - name: `Ghana`, - population: 24965816 - }), - new CountyHierarchicalDataItem( - { - code: `GUN`, - parent: `Africa`, - name: `Guinea`, - population: 10221808 - }), - new CountyHierarchicalDataItem( - { - code: `GNB`, - parent: `Africa`, - name: `Guinea-Bissau`, - population: 1547061 - }), - new CountyHierarchicalDataItem( - { - code: `KEN`, - parent: `Africa`, - name: `Kenya`, - population: 41609728 - }), - new CountyHierarchicalDataItem( - { - code: `LES`, - parent: `Africa`, - name: `Lesotho`, - population: 2193843 - }), - new CountyHierarchicalDataItem( - { - code: `LBR`, - parent: `Africa`, - name: `Liberia`, - population: 4128572 - }), - new CountyHierarchicalDataItem( - { - code: `MDG`, - parent: `Africa`, - name: `Madagascar`, - population: 21315135 - }), - new CountyHierarchicalDataItem( - { - code: `MLW`, - parent: `Africa`, - name: `Malawi`, - population: 15380888 - }), - new CountyHierarchicalDataItem( - { - code: `MAL`, - parent: `Africa`, - name: `Mali`, - population: 15839538 - }), - new CountyHierarchicalDataItem( - { - code: `MRT`, - parent: `Africa`, - name: `Mauritania`, - population: 3541540 - }), - new CountyHierarchicalDataItem( - { - code: `MUS`, - parent: `Africa`, - name: `Mauritius`, - population: 1286051 - }), - new CountyHierarchicalDataItem( - { - code: `MOZ`, - parent: `Africa`, - name: `Mozambique`, - population: 23929708 - }), - new CountyHierarchicalDataItem( - { - code: `NMB`, - parent: `Africa`, - name: `Namibia`, - population: 2324004 - }), - new CountyHierarchicalDataItem( - { - code: `NER`, - parent: `Africa`, - name: `Niger`, - population: 16068994 - }), - new CountyHierarchicalDataItem( - { - code: `NGA`, - parent: `Africa`, - name: `Nigeria`, - population: 162470737 - }), - new CountyHierarchicalDataItem( - { - code: `RWD`, - parent: `Africa`, - name: `Rwanda`, - population: 10942950 - }), - new CountyHierarchicalDataItem( - { - code: `STM`, - parent: `Africa`, - name: `Sao Tome`, - population: 168526 - }), - new CountyHierarchicalDataItem( - { - code: `SEN`, - parent: `Africa`, - name: `Senegal`, - population: 12767556 - }), - new CountyHierarchicalDataItem( - { - code: `SYC`, - parent: `Africa`, - name: `Seychelles`, - population: 86000 - }), - new CountyHierarchicalDataItem( - { - code: `SRL`, - parent: `Africa`, - name: `Sierra Leone`, - population: 5997486 - }), - new CountyHierarchicalDataItem( - { - code: `ZAF`, - parent: `Africa`, - name: `South Africa`, - population: 50586757 - }), - new CountyHierarchicalDataItem( - { - code: `SSD`, - parent: `Africa`, - name: `South Sudan`, - population: 10314021 - }), - new CountyHierarchicalDataItem( - { - code: `SDN`, - parent: `Africa`, - name: `Sudan`, - population: 34318385 - }), - new CountyHierarchicalDataItem( - { - code: `SWZ`, - parent: `Africa`, - name: `Swaziland`, - population: 1067773 - }), - new CountyHierarchicalDataItem( - { - code: `TNZ`, - parent: `Africa`, - name: `Tanzania`, - population: 46218486 - }), - new CountyHierarchicalDataItem( - { - code: `TOG`, - parent: `Africa`, - name: `Togo`, - population: 6154813 - }), - new CountyHierarchicalDataItem( - { - code: `UGN`, - parent: `Africa`, - name: `Uganda`, - population: 34509205 - }), - new CountyHierarchicalDataItem( - { - code: `ZMB`, - parent: `Africa`, - name: `Zambia`, - population: 13474959 - }), - new CountyHierarchicalDataItem( - { - code: `ZWE`, - parent: `Africa`, - name: `Zimbabwe`, - population: 12754378 - }), - new CountyHierarchicalDataItem( - { - code: `AFG`, - parent: `Asia`, - name: `Afghanistan`, - population: 35320445 - }), - new CountyHierarchicalDataItem( - { - code: `BAN`, - parent: `Asia`, - name: `Bangladesh`, - population: 150493658 - }), - new CountyHierarchicalDataItem( - { - code: `BHT`, - parent: `Asia`, - name: `Bhutan`, - population: 738267 - }), - new CountyHierarchicalDataItem( - { - code: `BRN`, - parent: `Asia`, - name: `Brunei`, - population: 405938 - }), - new CountyHierarchicalDataItem( - { - code: `CAM`, - parent: `Asia`, - name: `Cambodia`, - population: 14305183 - }), - new CountyHierarchicalDataItem( - { - code: `CHI`, - parent: `Asia`, - name: `China`, - population: 1344130000 - }), - new CountyHierarchicalDataItem( - { - code: `HNK`, - parent: `Asia`, - name: `Hong Kong`, - population: 7071600 - }), - new CountyHierarchicalDataItem( - { - code: `IND`, - parent: `Asia`, - name: `India`, - population: 1241491960 - }), - new CountyHierarchicalDataItem( - { - code: `IDN`, - parent: `Asia`, - name: `Indonesia`, - population: 242325638 - }), - new CountyHierarchicalDataItem( - { - code: `JPN`, - parent: `Asia`, - name: `Japan`, - population: 127817277 - }), - new CountyHierarchicalDataItem( - { - code: `KZH`, - parent: `Asia`, - name: `Kazakhstan`, - population: 16558676 - }), - new CountyHierarchicalDataItem( - { - code: `NKO`, - parent: `Asia`, - name: `North Korea`, - population: 24451285 - }), - new CountyHierarchicalDataItem( - { - code: `SKO`, - parent: `Asia`, - name: `South Korea`, - population: 49779000 - }), - new CountyHierarchicalDataItem( - { - code: `KGZ`, - parent: `Asia`, - name: `Kyrgyzstan`, - population: 5514600 - }), - new CountyHierarchicalDataItem( - { - code: `LAO`, - parent: `Asia`, - name: `Lao PDR`, - population: 6288037 - }), - new CountyHierarchicalDataItem( - { - code: `MAC`, - parent: `Asia`, - name: `Macao`, - population: 555731 - }), - new CountyHierarchicalDataItem( - { - code: `MYS`, - parent: `Asia`, - name: `Malaysia`, - population: 28859154 - }), - new CountyHierarchicalDataItem( - { - code: `MDV`, - parent: `Asia`, - name: `Maldives`, - population: 320081 - }), - new CountyHierarchicalDataItem( - { - code: `MNG`, - parent: `Asia`, - name: `Mongolia`, - population: 2800114 - }), - new CountyHierarchicalDataItem( - { - code: `MYM`, - parent: `Asia`, - name: `Myanmar`, - population: 48336763 - }), - new CountyHierarchicalDataItem( - { - code: `NPL`, - parent: `Asia`, - name: `Nepal`, - population: 30485798 - }), - new CountyHierarchicalDataItem( - { - code: `PHP`, - parent: `Asia`, - name: `Philippines`, - population: 94852030 - }), - new CountyHierarchicalDataItem( - { - code: `SNG`, - parent: `Asia`, - name: `Singapore`, - population: 5183700 - }), - new CountyHierarchicalDataItem( - { - code: `SRL`, - parent: `Asia`, - name: `Sri Lanka`, - population: 20869000 - }), - new CountyHierarchicalDataItem( - { - code: `TKS`, - parent: `Asia`, - name: `Tajikistan`, - population: 6976958 - }), - new CountyHierarchicalDataItem( - { - code: `THL`, - parent: `Asia`, - name: `Thailand`, - population: 69518555 - }), - new CountyHierarchicalDataItem( - { - code: `TRK`, - parent: `Asia`, - name: `Turkmenistan`, - population: 5105301 - }), - new CountyHierarchicalDataItem( - { - code: `UZB`, - parent: `Asia`, - name: `Uzbekistan`, - population: 29341200 - }), - new CountyHierarchicalDataItem( - { - code: `VTN`, - parent: `Asia`, - name: `Vietnam`, - population: 87840000 - }), - new CountyHierarchicalDataItem( - { - code: `ANT`, - parent: `Central America`, - name: `Antigua`, - population: 89612 - }), - new CountyHierarchicalDataItem( - { - code: `ARB`, - parent: `Central America`, - name: `Aruba`, - population: 108141 - }), - new CountyHierarchicalDataItem( - { - code: `BHM`, - parent: `Central America`, - name: `Bahamas`, - population: 347176 - }), - new CountyHierarchicalDataItem( - { - code: `BRB`, - parent: `Central America`, - name: `Barbados`, - population: 273925 - }), - new CountyHierarchicalDataItem( - { - code: `BLZ`, - parent: `Central America`, - name: `Belize`, - population: 356600 - }), - new CountyHierarchicalDataItem( - { - code: `BRM`, - parent: `Central America`, - name: `Bermuda`, - population: 64700 - }), - new CountyHierarchicalDataItem( - { - code: `CYI`, - parent: `Central America`, - name: `Cayman Islands`, - population: 56729 - }), - new CountyHierarchicalDataItem( - { - code: `CSR`, - parent: `Central America`, - name: `Costa Rica`, - population: 4726575 - }), - new CountyHierarchicalDataItem( - { - code: `CUB`, - parent: `Central America`, - name: `Cuba`, - population: 11253665 - }), - new CountyHierarchicalDataItem( - { - code: `CUR`, - parent: `Central America`, - name: `Curacao`, - population: 145619 - }), - new CountyHierarchicalDataItem( - { - code: `DMA`, - parent: `Central America`, - name: `Dominica`, - population: 67675 - }), - new CountyHierarchicalDataItem( - { - code: `DOM`, - parent: `Central America`, - name: `Dominican Republic`, - population: 10056181 - }), - new CountyHierarchicalDataItem( - { - code: `SLV`, - parent: `Central America`, - name: `El Salvador`, - population: 6227491 - }), - new CountyHierarchicalDataItem( - { - code: `FIS`, - parent: `Central America`, - name: `Faeroe Islands`, - population: 48863 - }), - new CountyHierarchicalDataItem( - { - code: `GND`, - parent: `Central America`, - name: `Grenada`, - population: 104890 - }), - new CountyHierarchicalDataItem( - { - code: `GUA`, - parent: `Central America`, - name: `Guam`, - population: 182111 - }), - new CountyHierarchicalDataItem( - { - code: `GTM`, - parent: `Central America`, - name: `Guatemala`, - population: 14757316 - }), - new CountyHierarchicalDataItem( - { - code: `HAT`, - parent: `Central America`, - name: `Haiti`, - population: 10123787 - }), - new CountyHierarchicalDataItem( - { - code: `HON`, - parent: `Central America`, - name: `Honduras`, - population: 7754687 - }), - new CountyHierarchicalDataItem( - { - code: `JAM`, - parent: `Central America`, - name: `Jamaica`, - population: 2706500 - }), - new CountyHierarchicalDataItem( - { - code: `NCR`, - parent: `Central America`, - name: `Nicaragua`, - population: 5869859 - }), - new CountyHierarchicalDataItem( - { - code: `NMI`, - parent: `Central America`, - name: `Northern Mariana Islands`, - population: 61174 - }), - new CountyHierarchicalDataItem( - { - code: `PAN`, - parent: `Central America`, - name: `Panama`, - population: 3571185 - }), - new CountyHierarchicalDataItem( - { - code: `PRT`, - parent: `Central America`, - name: `Puerto Rico`, - population: 3706690 - }), - new CountyHierarchicalDataItem( - { - code: `STK`, - parent: `Central America`, - name: `St. Kitts`, - population: 53051 - }), - new CountyHierarchicalDataItem( - { - code: `STL`, - parent: `Central America`, - name: `St. Lucia`, - population: 176000 - }), - new CountyHierarchicalDataItem( - { - code: `STV`, - parent: `Central America`, - name: `St. Vincent`, - population: 109365 - }), - new CountyHierarchicalDataItem( - { - code: `TAB`, - parent: `Central America`, - name: `Trinidad and Tobago`, - population: 1346350 - }), - new CountyHierarchicalDataItem( - { - code: `RCI`, - parent: `Central America`, - name: `Turks and Caicos Islands`, - population: 39184 - }), - new CountyHierarchicalDataItem( - { - code: `ISV`, - parent: `Central America`, - name: `US Virgin Islands`, - population: 109666 - }), - new CountyHierarchicalDataItem( - { - code: `ALB`, - parent: `Europe`, - name: `Albania`, - population: 3215988 - }), - new CountyHierarchicalDataItem( - { - code: `AND`, - parent: `Europe`, - name: `Andorra`, - population: 86165 - }), - new CountyHierarchicalDataItem( - { - code: `ARM`, - parent: `Europe`, - name: `Armenia`, - population: 3100236 - }), - new CountyHierarchicalDataItem( - { - code: `AUT`, - parent: `Europe`, - name: `Austria`, - population: 8423635 - }), - new CountyHierarchicalDataItem( - { - code: `BER`, - parent: `Europe`, - name: `Belarus`, - population: 9473000 - }), - new CountyHierarchicalDataItem( - { - code: `BEL`, - parent: `Europe`, - name: `Belgium`, - population: 11020952 - }), - new CountyHierarchicalDataItem( - { - code: `BIH`, - parent: `Europe`, - name: `Bosnia`, - population: 3752228 - }), - new CountyHierarchicalDataItem( - { - code: `BUL`, - parent: `Europe`, - name: `Bulgaria`, - population: 7348328 - }), - new CountyHierarchicalDataItem( - { - code: `CHI`, - parent: `Europe`, - name: `Channel Islands`, - population: 153876 - }), - new CountyHierarchicalDataItem( - { - code: `CRO`, - parent: `Europe`, - name: `Croatia`, - population: 4403000 - }), - new CountyHierarchicalDataItem( - { - code: `CYP`, - parent: `Europe`, - name: `Cyprus`, - population: 1116564 - }), - new CountyHierarchicalDataItem( - { - code: `CZE`, - parent: `Europe`, - name: `Czechia`, - population: 10496088 - }), - new CountyHierarchicalDataItem( - { - code: `DEN`, - parent: `Europe`, - name: `Denmark`, - population: 5570572 - }), - new CountyHierarchicalDataItem( - { - code: `EST`, - parent: `Europe`, - name: `Estonia`, - population: 1339928 - }), - new CountyHierarchicalDataItem( - { - code: `FIN`, - parent: `Europe`, - name: `Finland`, - population: 5388272 - }), - new CountyHierarchicalDataItem( - { - code: `FRA`, - parent: `Europe`, - name: `France`, - population: 65433714 - }), - new CountyHierarchicalDataItem( - { - code: `GEO`, - parent: `Europe`, - name: `Georgia`, - population: 4486000 - }), - new CountyHierarchicalDataItem( - { - code: `DEU`, - parent: `Europe`, - name: `Germany`, - population: 81797673 - }), - new CountyHierarchicalDataItem( - { - code: `GRC`, - parent: `Europe`, - name: `Greece`, - population: 11300410 - }), - new CountyHierarchicalDataItem( - { - code: `HUN`, - parent: `Europe`, - name: `Hungary`, - population: 9971727 - }), - new CountyHierarchicalDataItem( - { - code: `ICE`, - parent: `Europe`, - name: `Iceland`, - population: 319014 - }), - new CountyHierarchicalDataItem( - { - code: `IRE`, - parent: `Europe`, - name: `Ireland`, - population: 4576317 - }), - new CountyHierarchicalDataItem( - { - code: `IOM`, - parent: `Europe`, - name: `Isle of Man`, - population: 83327 - }), - new CountyHierarchicalDataItem( - { - code: `ITA`, - parent: `Europe`, - name: `Italy`, - population: 60723603 - }), - new CountyHierarchicalDataItem( - { - code: `KOS`, - parent: `Europe`, - name: `Kosovo`, - population: 1802765 - }), - new CountyHierarchicalDataItem( - { - code: `LAT`, - parent: `Europe`, - name: `Latvia`, - population: 2058184 - }), - new CountyHierarchicalDataItem( - { - code: `LVA`, - parent: `Europe`, - name: `Liechtenstein`, - population: 36304 - }), - new CountyHierarchicalDataItem( - { - code: `LTU`, - parent: `Europe`, - name: `Lithuania`, - population: 3030173 - }), - new CountyHierarchicalDataItem( - { - code: `LUX`, - parent: `Europe`, - name: `Luxembourg`, - population: 518252 - }), - new CountyHierarchicalDataItem( - { - code: `MKD`, - parent: `Europe`, - name: `North Macedonia`, - population: 2063893 - }), - new CountyHierarchicalDataItem( - { - code: `MLT`, - parent: `Europe`, - name: `Malta`, - population: 415654 - }), - new CountyHierarchicalDataItem( - { - code: `MDA`, - parent: `Europe`, - name: `Moldova`, - population: 3559000 - }), - new CountyHierarchicalDataItem( - { - code: `MON`, - parent: `Europe`, - name: `Monaco`, - population: 35427 - }), - new CountyHierarchicalDataItem( - { - code: `MNE`, - parent: `Europe`, - name: `Montenegro`, - population: 632261 - }), - new CountyHierarchicalDataItem( - { - code: `MLD`, - parent: `Europe`, - name: `Netherlands`, - population: 16693074 - }), - new CountyHierarchicalDataItem( - { - code: `NOR`, - parent: `Europe`, - name: `Norway`, - population: 4953088 - }), - new CountyHierarchicalDataItem( - { - code: `POL`, - parent: `Europe`, - name: `Poland`, - population: 38534157 - }), - new CountyHierarchicalDataItem( - { - code: `POR`, - parent: `Europe`, - name: `Portugal`, - population: 10556999 - }), - new CountyHierarchicalDataItem( - { - code: `ROM`, - parent: `Europe`, - name: `Romania`, - population: 21384832 - }), - new CountyHierarchicalDataItem( - { - code: `RUS`, - parent: `Europe`, - name: `Russia`, - population: 142960000 - }), - new CountyHierarchicalDataItem( - { - code: `SMR`, - parent: `Europe`, - name: `San Marino`, - population: 31735 - }), - new CountyHierarchicalDataItem( - { - code: `SBR`, - parent: `Europe`, - name: `Serbia`, - population: 7258745 - }), - new CountyHierarchicalDataItem( - { - code: `STM`, - parent: `Europe`, - name: `Sint Maarten`, - population: 36609 - }), - new CountyHierarchicalDataItem( - { - code: `SVK`, - parent: `Europe`, - name: `Slovakia`, - population: 5398384 - }), - new CountyHierarchicalDataItem( - { - code: `SLO`, - parent: `Europe`, - name: `Slovenia`, - population: 2052843 - }), - new CountyHierarchicalDataItem( - { - code: `ESP`, - parent: `Europe`, - name: `Spain`, - population: 46174601 - }), - new CountyHierarchicalDataItem( - { - code: `STM`, - parent: `Europe`, - name: `St. Martin`, - population: 30615 - }), - new CountyHierarchicalDataItem( - { - code: `SWE`, - parent: `Europe`, - name: `Sweden`, - population: 9449213 - }), - new CountyHierarchicalDataItem( - { - code: `CHE`, - parent: `Europe`, - name: `Switzerland`, - population: 7912398 - }), - new CountyHierarchicalDataItem( - { - code: `UKR`, - parent: `Europe`, - name: `Ukraine`, - population: 45706100 - }), - new CountyHierarchicalDataItem( - { - code: `GBR`, - parent: `Europe`, - name: `United Kingdom`, - population: 62744081 - }), - new CountyHierarchicalDataItem( - { - code: `DZA`, - parent: `Middle East`, - name: `Algeria`, - population: 35980193 - }), - new CountyHierarchicalDataItem( - { - code: `AZE`, - parent: `Middle East`, - name: `Azerbaijan`, - population: 9173082 - }), - new CountyHierarchicalDataItem( - { - code: `BHR`, - parent: `Middle East`, - name: `Bahrain`, - population: 1323535 - }), - new CountyHierarchicalDataItem( - { - code: `EGY`, - parent: `Middle East`, - name: `Egypt`, - population: 82536770 - }), - new CountyHierarchicalDataItem( - { - code: `IRN`, - parent: `Middle East`, - name: `Iran`, - population: 74798599 - }), - new CountyHierarchicalDataItem( - { - code: `IRQ`, - parent: `Middle East`, - name: `Iraq`, - population: 32961959 - }), - new CountyHierarchicalDataItem( - { - code: `ISR`, - parent: `Middle East`, - name: `Israel`, - population: 7765900 - }), - new CountyHierarchicalDataItem( - { - code: `JOR`, - parent: `Middle East`, - name: `Jordan`, - population: 6181000 - }), - new CountyHierarchicalDataItem( - { - code: `KWT`, - parent: `Middle East`, - name: `Kuwait`, - population: 2818042 - }), - new CountyHierarchicalDataItem( - { - code: `LBN`, - parent: `Middle East`, - name: `Lebanon`, - population: 4259405 - }), - new CountyHierarchicalDataItem( - { - code: `LBY`, - parent: `Middle East`, - name: `Libya`, - population: 6422772 - }), - new CountyHierarchicalDataItem( - { - code: `MAR`, - parent: `Middle East`, - name: `Morocco`, - population: 32272974 - }), - new CountyHierarchicalDataItem( - { - code: `OMN`, - parent: `Middle East`, - name: `Oman`, - population: 2846145 - }), - new CountyHierarchicalDataItem( - { - code: `PKS`, - parent: `Middle East`, - name: `Pakistan`, - population: 176745364 - }), - new CountyHierarchicalDataItem( - { - code: `QTR`, - parent: `Middle East`, - name: `Qatar`, - population: 1870041 - }), - new CountyHierarchicalDataItem( - { - code: `SAR`, - parent: `Middle East`, - name: `Saudi Arabia`, - population: 28082541 - }), - new CountyHierarchicalDataItem( - { - code: `SOM`, - parent: `Middle East`, - name: `Somalia`, - population: 9556873 - }), - new CountyHierarchicalDataItem( - { - code: `SYR`, - parent: `Middle East`, - name: `Syria`, - population: 20820311 - }), - new CountyHierarchicalDataItem( - { - code: `TUN`, - parent: `Middle East`, - name: `Tunisia`, - population: 10673800 - }), - new CountyHierarchicalDataItem( - { - code: `TUR`, - parent: `Middle East`, - name: `Turkey`, - population: 73639596 - }), - new CountyHierarchicalDataItem( - { - code: `UAE`, - parent: `Middle East`, - name: `United Arab Emirates`, - population: 7890924 - }), - new CountyHierarchicalDataItem( - { - code: `WTB`, - parent: `Middle East`, - name: `West Bank`, - population: 3927051 - }), - new CountyHierarchicalDataItem( - { - code: `YEM`, - parent: `Middle East`, - name: `Yemen`, - population: 24799880 - }), - new CountyHierarchicalDataItem( - { - code: `CAN`, - parent: `North America`, - name: `Canada`, - population: 34483975 - }), - new CountyHierarchicalDataItem( - { - code: `GRL`, - parent: `North America`, - name: `Greenland`, - population: 56840 - }), - new CountyHierarchicalDataItem( - { - code: `MEX`, - parent: `North America`, - name: `Mexico`, - population: 114793341 - }), - new CountyHierarchicalDataItem( - { - code: `USA`, - parent: `North America`, - name: `United States`, - population: 311591917 - }), - new CountyHierarchicalDataItem( - { - code: `AMS`, - parent: `Oceania`, - name: `American Samoa`, - population: 69543 - }), - new CountyHierarchicalDataItem( - { - code: `AUS`, - parent: `Oceania`, - name: `Australia`, - population: 22323900 - }), - new CountyHierarchicalDataItem( - { - code: `FIJ`, - parent: `Oceania`, - name: `Fiji`, - population: 868406 - }), - new CountyHierarchicalDataItem( - { - code: `FRP`, - parent: `Oceania`, - name: `French Polynesia`, - population: 273777 - }), - new CountyHierarchicalDataItem( - { - code: `KIR`, - parent: `Oceania`, - name: `Kiribati`, - population: 101093 - }), - new CountyHierarchicalDataItem( - { - code: `MIS`, - parent: `Oceania`, - name: `Marshall Islands`, - population: 54816 - }), - new CountyHierarchicalDataItem( - { - code: `MCR`, - parent: `Oceania`, - name: `Micronesia`, - population: 111542 - }), - new CountyHierarchicalDataItem( - { - code: `NCD`, - parent: `Oceania`, - name: `New Caledonia`, - population: 254024 - }), - new CountyHierarchicalDataItem( - { - code: `NZL`, - parent: `Oceania`, - name: `New Zealand`, - population: 4405200 - }), - new CountyHierarchicalDataItem( - { - code: `PAL`, - parent: `Oceania`, - name: `Palau`, - population: 20609 - }), - new CountyHierarchicalDataItem( - { - code: `PNG`, - parent: `Oceania`, - name: `Papua New Guinea`, - population: 7013829 - }), - new CountyHierarchicalDataItem( - { - code: `SAM`, - parent: `Oceania`, - name: `Samoa`, - population: 183874 - }), - new CountyHierarchicalDataItem( - { - code: `SIS`, - parent: `Oceania`, - name: `Solomon Islands`, - population: 552267 - }), - new CountyHierarchicalDataItem( - { - code: `TML`, - parent: `Oceania`, - name: `Timor-Leste`, - population: 1175880 - }), - new CountyHierarchicalDataItem( - { - code: `TON`, - parent: `Oceania`, - name: `Tonga`, - population: 104509 - }), - new CountyHierarchicalDataItem( - { - code: `TUV`, - parent: `Oceania`, - name: `Tuvalu`, - population: 9847 - }), - new CountyHierarchicalDataItem( - { - code: `VNT`, - parent: `Oceania`, - name: `Vanuatu`, - population: 245619 - }), - new CountyHierarchicalDataItem( - { - code: `ARG`, - parent: `South America`, - name: `Argentina`, - population: 40764561 - }), - new CountyHierarchicalDataItem( - { - code: `BOL`, - parent: `South America`, - name: `Bolivia`, - population: 10088108 - }), - new CountyHierarchicalDataItem( - { - code: `BRA`, - parent: `South America`, - name: `Brazil`, - population: 196655014 - }), - new CountyHierarchicalDataItem( - { - code: `CHI`, - parent: `South America`, - name: `Chile`, - population: 17269525 - }), - new CountyHierarchicalDataItem( - { - code: `COL`, - parent: `South America`, - name: `Colombia`, - population: 46927125 - }), - new CountyHierarchicalDataItem( - { - code: `ECU`, - parent: `South America`, - name: `Ecuador`, - population: 14666055 - }), - new CountyHierarchicalDataItem( - { - code: `GUY`, - parent: `South America`, - name: `Guyana`, - population: 756040 - }), - new CountyHierarchicalDataItem( - { - code: `PAR`, - parent: `South America`, - name: `Paraguay`, - population: 6568290 - }), - new CountyHierarchicalDataItem( - { - code: `PER`, - parent: `South America`, - name: `Peru`, - population: 29399817 - }), - new CountyHierarchicalDataItem( - { - code: `SUR`, - parent: `South America`, - name: `Suriname`, - population: 529419 - }), - new CountyHierarchicalDataItem( - { - code: `URG`, - parent: `South America`, - name: `Uruguay`, - population: 3368595 - }), - new CountyHierarchicalDataItem( - { - code: `VEN`, - parent: `South America`, - name: `Venezuela`, - population: 29278000 - }), + new CountyHierarchicalDataItem({ code: `AFC`, parent: null, name: `Africa`, population: null }), + new CountyHierarchicalDataItem({ code: `ASA`, parent: null, name: `Asia`, population: null }), + new CountyHierarchicalDataItem({ code: `EUR`, parent: null, name: `Europe`, population: null }), + new CountyHierarchicalDataItem({ code: `MDE`, parent: null, name: `Middle East`, population: null }), + new CountyHierarchicalDataItem({ code: `NAM`, parent: null, name: `North America`, population: null }), + new CountyHierarchicalDataItem({ code: `CAM`, parent: null, name: `Central America`, population: null }), + new CountyHierarchicalDataItem({ code: `SAM`, parent: null, name: `South America`, population: null }), + new CountyHierarchicalDataItem({ code: `OCE`, parent: null, name: `Oceania`, population: null }), + new CountyHierarchicalDataItem({ code: `ANG`, parent: `Africa`, name: `Angola`, population: 19618432 }), + new CountyHierarchicalDataItem({ code: `BEN`, parent: `Africa`, name: `Benin`, population: 9099922 }), + new CountyHierarchicalDataItem({ code: `BOT`, parent: `Africa`, name: `Botswana`, population: 2030738 }), + new CountyHierarchicalDataItem({ code: `BUR`, parent: `Africa`, name: `Burkina Faso`, population: 16967845 }), + new CountyHierarchicalDataItem({ code: `BUR`, parent: `Africa`, name: `Burundi`, population: 8575172 }), + new CountyHierarchicalDataItem({ code: `CAM`, parent: `Africa`, name: `Cameroon`, population: 20030362 }), + new CountyHierarchicalDataItem({ code: `CPV`, parent: `Africa`, name: `Cape Verde`, population: 500585 }), + new CountyHierarchicalDataItem({ code: `CAR`, parent: `Africa`, name: `Central African Republic`, population: 4486837 }), + new CountyHierarchicalDataItem({ code: `CHD`, parent: `Africa`, name: `Chad`, population: 11525496 }), + new CountyHierarchicalDataItem({ code: `COM`, parent: `Africa`, name: `Comoros`, population: 753943 }), + new CountyHierarchicalDataItem({ code: `DRC`, parent: `Africa`, name: `Congo DRC`, population: 67757577 }), + new CountyHierarchicalDataItem({ code: `CRP`, parent: `Africa`, name: `Congo Republic`, population: 4139748 }), + new CountyHierarchicalDataItem({ code: `CIR`, parent: `Africa`, name: `Cote Ivoire`, population: 20152894 }), + new CountyHierarchicalDataItem({ code: `DBT`, parent: `Africa`, name: `Djibouti`, population: 905564 }), + new CountyHierarchicalDataItem({ code: `ETG`, parent: `Africa`, name: `Equatorial Guinea`, population: 720213 }), + new CountyHierarchicalDataItem({ code: `ERT`, parent: `Africa`, name: `Eritrea`, population: 5415280 }), + new CountyHierarchicalDataItem({ code: `ETH`, parent: `Africa`, name: `Ethiopia`, population: 84734262 }), + new CountyHierarchicalDataItem({ code: `GBN`, parent: `Africa`, name: `Gabon`, population: 1534262 }), + new CountyHierarchicalDataItem({ code: `GMB`, parent: `Africa`, name: `Gambia`, population: 1776103 }), + new CountyHierarchicalDataItem({ code: `GHN`, parent: `Africa`, name: `Ghana`, population: 24965816 }), + new CountyHierarchicalDataItem({ code: `GUN`, parent: `Africa`, name: `Guinea`, population: 10221808 }), + new CountyHierarchicalDataItem({ code: `GNB`, parent: `Africa`, name: `Guinea-Bissau`, population: 1547061 }), + new CountyHierarchicalDataItem({ code: `KEN`, parent: `Africa`, name: `Kenya`, population: 41609728 }), + new CountyHierarchicalDataItem({ code: `LES`, parent: `Africa`, name: `Lesotho`, population: 2193843 }), + new CountyHierarchicalDataItem({ code: `LBR`, parent: `Africa`, name: `Liberia`, population: 4128572 }), + new CountyHierarchicalDataItem({ code: `MDG`, parent: `Africa`, name: `Madagascar`, population: 21315135 }), + new CountyHierarchicalDataItem({ code: `MLW`, parent: `Africa`, name: `Malawi`, population: 15380888 }), + new CountyHierarchicalDataItem({ code: `MAL`, parent: `Africa`, name: `Mali`, population: 15839538 }), + new CountyHierarchicalDataItem({ code: `MRT`, parent: `Africa`, name: `Mauritania`, population: 3541540 }), + new CountyHierarchicalDataItem({ code: `MUS`, parent: `Africa`, name: `Mauritius`, population: 1286051 }), + new CountyHierarchicalDataItem({ code: `MOZ`, parent: `Africa`, name: `Mozambique`, population: 23929708 }), + new CountyHierarchicalDataItem({ code: `NMB`, parent: `Africa`, name: `Namibia`, population: 2324004 }), + new CountyHierarchicalDataItem({ code: `NER`, parent: `Africa`, name: `Niger`, population: 16068994 }), + new CountyHierarchicalDataItem({ code: `NGA`, parent: `Africa`, name: `Nigeria`, population: 162470737 }), + new CountyHierarchicalDataItem({ code: `RWD`, parent: `Africa`, name: `Rwanda`, population: 10942950 }), + new CountyHierarchicalDataItem({ code: `STM`, parent: `Africa`, name: `Sao Tome`, population: 168526 }), + new CountyHierarchicalDataItem({ code: `SEN`, parent: `Africa`, name: `Senegal`, population: 12767556 }), + new CountyHierarchicalDataItem({ code: `SYC`, parent: `Africa`, name: `Seychelles`, population: 86000 }), + new CountyHierarchicalDataItem({ code: `SRL`, parent: `Africa`, name: `Sierra Leone`, population: 5997486 }), + new CountyHierarchicalDataItem({ code: `ZAF`, parent: `Africa`, name: `South Africa`, population: 50586757 }), + new CountyHierarchicalDataItem({ code: `SSD`, parent: `Africa`, name: `South Sudan`, population: 10314021 }), + new CountyHierarchicalDataItem({ code: `SDN`, parent: `Africa`, name: `Sudan`, population: 34318385 }), + new CountyHierarchicalDataItem({ code: `SWZ`, parent: `Africa`, name: `Swaziland`, population: 1067773 }), + new CountyHierarchicalDataItem({ code: `TNZ`, parent: `Africa`, name: `Tanzania`, population: 46218486 }), + new CountyHierarchicalDataItem({ code: `TOG`, parent: `Africa`, name: `Togo`, population: 6154813 }), + new CountyHierarchicalDataItem({ code: `UGN`, parent: `Africa`, name: `Uganda`, population: 34509205 }), + new CountyHierarchicalDataItem({ code: `ZMB`, parent: `Africa`, name: `Zambia`, population: 13474959 }), + new CountyHierarchicalDataItem({ code: `ZWE`, parent: `Africa`, name: `Zimbabwe`, population: 12754378 }), + new CountyHierarchicalDataItem({ code: `AFG`, parent: `Asia`, name: `Afghanistan`, population: 35320445 }), + new CountyHierarchicalDataItem({ code: `BAN`, parent: `Asia`, name: `Bangladesh`, population: 150493658 }), + new CountyHierarchicalDataItem({ code: `BHT`, parent: `Asia`, name: `Bhutan`, population: 738267 }), + new CountyHierarchicalDataItem({ code: `BRN`, parent: `Asia`, name: `Brunei`, population: 405938 }), + new CountyHierarchicalDataItem({ code: `CAM`, parent: `Asia`, name: `Cambodia`, population: 14305183 }), + new CountyHierarchicalDataItem({ code: `CHI`, parent: `Asia`, name: `China`, population: 1344130000 }), + new CountyHierarchicalDataItem({ code: `HNK`, parent: `Asia`, name: `Hong Kong`, population: 7071600 }), + new CountyHierarchicalDataItem({ code: `IND`, parent: `Asia`, name: `India`, population: 1241491960 }), + new CountyHierarchicalDataItem({ code: `IDN`, parent: `Asia`, name: `Indonesia`, population: 242325638 }), + new CountyHierarchicalDataItem({ code: `JPN`, parent: `Asia`, name: `Japan`, population: 127817277 }), + new CountyHierarchicalDataItem({ code: `KZH`, parent: `Asia`, name: `Kazakhstan`, population: 16558676 }), + new CountyHierarchicalDataItem({ code: `NKO`, parent: `Asia`, name: `North Korea`, population: 24451285 }), + new CountyHierarchicalDataItem({ code: `SKO`, parent: `Asia`, name: `South Korea`, population: 49779000 }), + new CountyHierarchicalDataItem({ code: `KGZ`, parent: `Asia`, name: `Kyrgyzstan`, population: 5514600 }), + new CountyHierarchicalDataItem({ code: `LAO`, parent: `Asia`, name: `Lao PDR`, population: 6288037 }), + new CountyHierarchicalDataItem({ code: `MAC`, parent: `Asia`, name: `Macao`, population: 555731 }), + new CountyHierarchicalDataItem({ code: `MYS`, parent: `Asia`, name: `Malaysia`, population: 28859154 }), + new CountyHierarchicalDataItem({ code: `MDV`, parent: `Asia`, name: `Maldives`, population: 320081 }), + new CountyHierarchicalDataItem({ code: `MNG`, parent: `Asia`, name: `Mongolia`, population: 2800114 }), + new CountyHierarchicalDataItem({ code: `MYM`, parent: `Asia`, name: `Myanmar`, population: 48336763 }), + new CountyHierarchicalDataItem({ code: `NPL`, parent: `Asia`, name: `Nepal`, population: 30485798 }), + new CountyHierarchicalDataItem({ code: `PHP`, parent: `Asia`, name: `Philippines`, population: 94852030 }), + new CountyHierarchicalDataItem({ code: `SNG`, parent: `Asia`, name: `Singapore`, population: 5183700 }), + new CountyHierarchicalDataItem({ code: `SRL`, parent: `Asia`, name: `Sri Lanka`, population: 20869000 }), + new CountyHierarchicalDataItem({ code: `TKS`, parent: `Asia`, name: `Tajikistan`, population: 6976958 }), + new CountyHierarchicalDataItem({ code: `THL`, parent: `Asia`, name: `Thailand`, population: 69518555 }), + new CountyHierarchicalDataItem({ code: `TRK`, parent: `Asia`, name: `Turkmenistan`, population: 5105301 }), + new CountyHierarchicalDataItem({ code: `UZB`, parent: `Asia`, name: `Uzbekistan`, population: 29341200 }), + new CountyHierarchicalDataItem({ code: `VTN`, parent: `Asia`, name: `Vietnam`, population: 87840000 }), + new CountyHierarchicalDataItem({ code: `ANT`, parent: `Central America`, name: `Antigua`, population: 89612 }), + new CountyHierarchicalDataItem({ code: `ARB`, parent: `Central America`, name: `Aruba`, population: 108141 }), + new CountyHierarchicalDataItem({ code: `BHM`, parent: `Central America`, name: `Bahamas`, population: 347176 }), + new CountyHierarchicalDataItem({ code: `BRB`, parent: `Central America`, name: `Barbados`, population: 273925 }), + new CountyHierarchicalDataItem({ code: `BLZ`, parent: `Central America`, name: `Belize`, population: 356600 }), + new CountyHierarchicalDataItem({ code: `BRM`, parent: `Central America`, name: `Bermuda`, population: 64700 }), + new CountyHierarchicalDataItem({ code: `CYI`, parent: `Central America`, name: `Cayman Islands`, population: 56729 }), + new CountyHierarchicalDataItem({ code: `CSR`, parent: `Central America`, name: `Costa Rica`, population: 4726575 }), + new CountyHierarchicalDataItem({ code: `CUB`, parent: `Central America`, name: `Cuba`, population: 11253665 }), + new CountyHierarchicalDataItem({ code: `CUR`, parent: `Central America`, name: `Curacao`, population: 145619 }), + new CountyHierarchicalDataItem({ code: `DMA`, parent: `Central America`, name: `Dominica`, population: 67675 }), + new CountyHierarchicalDataItem({ code: `DOM`, parent: `Central America`, name: `Dominican Republic`, population: 10056181 }), + new CountyHierarchicalDataItem({ code: `SLV`, parent: `Central America`, name: `El Salvador`, population: 6227491 }), + new CountyHierarchicalDataItem({ code: `FIS`, parent: `Central America`, name: `Faeroe Islands`, population: 48863 }), + new CountyHierarchicalDataItem({ code: `GND`, parent: `Central America`, name: `Grenada`, population: 104890 }), + new CountyHierarchicalDataItem({ code: `GUA`, parent: `Central America`, name: `Guam`, population: 182111 }), + new CountyHierarchicalDataItem({ code: `GTM`, parent: `Central America`, name: `Guatemala`, population: 14757316 }), + new CountyHierarchicalDataItem({ code: `HAT`, parent: `Central America`, name: `Haiti`, population: 10123787 }), + new CountyHierarchicalDataItem({ code: `HON`, parent: `Central America`, name: `Honduras`, population: 7754687 }), + new CountyHierarchicalDataItem({ code: `JAM`, parent: `Central America`, name: `Jamaica`, population: 2706500 }), + new CountyHierarchicalDataItem({ code: `NCR`, parent: `Central America`, name: `Nicaragua`, population: 5869859 }), + new CountyHierarchicalDataItem({ code: `NMI`, parent: `Central America`, name: `Northern Mariana Islands`, population: 61174 }), + new CountyHierarchicalDataItem({ code: `PAN`, parent: `Central America`, name: `Panama`, population: 3571185 }), + new CountyHierarchicalDataItem({ code: `PRT`, parent: `Central America`, name: `Puerto Rico`, population: 3706690 }), + new CountyHierarchicalDataItem({ code: `STK`, parent: `Central America`, name: `St. Kitts`, population: 53051 }), + new CountyHierarchicalDataItem({ code: `STL`, parent: `Central America`, name: `St. Lucia`, population: 176000 }), + new CountyHierarchicalDataItem({ code: `STV`, parent: `Central America`, name: `St. Vincent`, population: 109365 }), + new CountyHierarchicalDataItem({ code: `TAB`, parent: `Central America`, name: `Trinidad and Tobago`, population: 1346350 }), + new CountyHierarchicalDataItem({ code: `RCI`, parent: `Central America`, name: `Turks and Caicos Islands`, population: 39184 }), + new CountyHierarchicalDataItem({ code: `ISV`, parent: `Central America`, name: `US Virgin Islands`, population: 109666 }), + new CountyHierarchicalDataItem({ code: `ALB`, parent: `Europe`, name: `Albania`, population: 3215988 }), + new CountyHierarchicalDataItem({ code: `AND`, parent: `Europe`, name: `Andorra`, population: 86165 }), + new CountyHierarchicalDataItem({ code: `ARM`, parent: `Europe`, name: `Armenia`, population: 3100236 }), + new CountyHierarchicalDataItem({ code: `AUT`, parent: `Europe`, name: `Austria`, population: 8423635 }), + new CountyHierarchicalDataItem({ code: `BER`, parent: `Europe`, name: `Belarus`, population: 9473000 }), + new CountyHierarchicalDataItem({ code: `BEL`, parent: `Europe`, name: `Belgium`, population: 11020952 }), + new CountyHierarchicalDataItem({ code: `BIH`, parent: `Europe`, name: `Bosnia`, population: 3752228 }), + new CountyHierarchicalDataItem({ code: `BUL`, parent: `Europe`, name: `Bulgaria`, population: 7348328 }), + new CountyHierarchicalDataItem({ code: `CHI`, parent: `Europe`, name: `Channel Islands`, population: 153876 }), + new CountyHierarchicalDataItem({ code: `CRO`, parent: `Europe`, name: `Croatia`, population: 4403000 }), + new CountyHierarchicalDataItem({ code: `CYP`, parent: `Europe`, name: `Cyprus`, population: 1116564 }), + new CountyHierarchicalDataItem({ code: `CZE`, parent: `Europe`, name: `Czechia`, population: 10496088 }), + new CountyHierarchicalDataItem({ code: `DEN`, parent: `Europe`, name: `Denmark`, population: 5570572 }), + new CountyHierarchicalDataItem({ code: `EST`, parent: `Europe`, name: `Estonia`, population: 1339928 }), + new CountyHierarchicalDataItem({ code: `FIN`, parent: `Europe`, name: `Finland`, population: 5388272 }), + new CountyHierarchicalDataItem({ code: `FRA`, parent: `Europe`, name: `France`, population: 65433714 }), + new CountyHierarchicalDataItem({ code: `GEO`, parent: `Europe`, name: `Georgia`, population: 4486000 }), + new CountyHierarchicalDataItem({ code: `DEU`, parent: `Europe`, name: `Germany`, population: 81797673 }), + new CountyHierarchicalDataItem({ code: `GRC`, parent: `Europe`, name: `Greece`, population: 11300410 }), + new CountyHierarchicalDataItem({ code: `HUN`, parent: `Europe`, name: `Hungary`, population: 9971727 }), + new CountyHierarchicalDataItem({ code: `ICE`, parent: `Europe`, name: `Iceland`, population: 319014 }), + new CountyHierarchicalDataItem({ code: `IRE`, parent: `Europe`, name: `Ireland`, population: 4576317 }), + new CountyHierarchicalDataItem({ code: `IOM`, parent: `Europe`, name: `Isle of Man`, population: 83327 }), + new CountyHierarchicalDataItem({ code: `ITA`, parent: `Europe`, name: `Italy`, population: 60723603 }), + new CountyHierarchicalDataItem({ code: `KOS`, parent: `Europe`, name: `Kosovo`, population: 1802765 }), + new CountyHierarchicalDataItem({ code: `LAT`, parent: `Europe`, name: `Latvia`, population: 2058184 }), + new CountyHierarchicalDataItem({ code: `LVA`, parent: `Europe`, name: `Liechtenstein`, population: 36304 }), + new CountyHierarchicalDataItem({ code: `LTU`, parent: `Europe`, name: `Lithuania`, population: 3030173 }), + new CountyHierarchicalDataItem({ code: `LUX`, parent: `Europe`, name: `Luxembourg`, population: 518252 }), + new CountyHierarchicalDataItem({ code: `MKD`, parent: `Europe`, name: `North Macedonia`, population: 2063893 }), + new CountyHierarchicalDataItem({ code: `MLT`, parent: `Europe`, name: `Malta`, population: 415654 }), + new CountyHierarchicalDataItem({ code: `MDA`, parent: `Europe`, name: `Moldova`, population: 3559000 }), + new CountyHierarchicalDataItem({ code: `MON`, parent: `Europe`, name: `Monaco`, population: 35427 }), + new CountyHierarchicalDataItem({ code: `MNE`, parent: `Europe`, name: `Montenegro`, population: 632261 }), + new CountyHierarchicalDataItem({ code: `MLD`, parent: `Europe`, name: `Netherlands`, population: 16693074 }), + new CountyHierarchicalDataItem({ code: `NOR`, parent: `Europe`, name: `Norway`, population: 4953088 }), + new CountyHierarchicalDataItem({ code: `POL`, parent: `Europe`, name: `Poland`, population: 38534157 }), + new CountyHierarchicalDataItem({ code: `POR`, parent: `Europe`, name: `Portugal`, population: 10556999 }), + new CountyHierarchicalDataItem({ code: `ROM`, parent: `Europe`, name: `Romania`, population: 21384832 }), + new CountyHierarchicalDataItem({ code: `RUS`, parent: `Europe`, name: `Russia`, population: 142960000 }), + new CountyHierarchicalDataItem({ code: `SMR`, parent: `Europe`, name: `San Marino`, population: 31735 }), + new CountyHierarchicalDataItem({ code: `SBR`, parent: `Europe`, name: `Serbia`, population: 7258745 }), + new CountyHierarchicalDataItem({ code: `STM`, parent: `Europe`, name: `Sint Maarten`, population: 36609 }), + new CountyHierarchicalDataItem({ code: `SVK`, parent: `Europe`, name: `Slovakia`, population: 5398384 }), + new CountyHierarchicalDataItem({ code: `SLO`, parent: `Europe`, name: `Slovenia`, population: 2052843 }), + new CountyHierarchicalDataItem({ code: `ESP`, parent: `Europe`, name: `Spain`, population: 46174601 }), + new CountyHierarchicalDataItem({ code: `STM`, parent: `Europe`, name: `St. Martin`, population: 30615 }), + new CountyHierarchicalDataItem({ code: `SWE`, parent: `Europe`, name: `Sweden`, population: 9449213 }), + new CountyHierarchicalDataItem({ code: `CHE`, parent: `Europe`, name: `Switzerland`, population: 7912398 }), + new CountyHierarchicalDataItem({ code: `UKR`, parent: `Europe`, name: `Ukraine`, population: 45706100 }), + new CountyHierarchicalDataItem({ code: `GBR`, parent: `Europe`, name: `United Kingdom`, population: 62744081 }), + new CountyHierarchicalDataItem({ code: `DZA`, parent: `Middle East`, name: `Algeria`, population: 35980193 }), + new CountyHierarchicalDataItem({ code: `AZE`, parent: `Middle East`, name: `Azerbaijan`, population: 9173082 }), + new CountyHierarchicalDataItem({ code: `BHR`, parent: `Middle East`, name: `Bahrain`, population: 1323535 }), + new CountyHierarchicalDataItem({ code: `EGY`, parent: `Middle East`, name: `Egypt`, population: 82536770 }), + new CountyHierarchicalDataItem({ code: `IRN`, parent: `Middle East`, name: `Iran`, population: 74798599 }), + new CountyHierarchicalDataItem({ code: `IRQ`, parent: `Middle East`, name: `Iraq`, population: 32961959 }), + new CountyHierarchicalDataItem({ code: `ISR`, parent: `Middle East`, name: `Israel`, population: 7765900 }), + new CountyHierarchicalDataItem({ code: `JOR`, parent: `Middle East`, name: `Jordan`, population: 6181000 }), + new CountyHierarchicalDataItem({ code: `KWT`, parent: `Middle East`, name: `Kuwait`, population: 2818042 }), + new CountyHierarchicalDataItem({ code: `LBN`, parent: `Middle East`, name: `Lebanon`, population: 4259405 }), + new CountyHierarchicalDataItem({ code: `LBY`, parent: `Middle East`, name: `Libya`, population: 6422772 }), + new CountyHierarchicalDataItem({ code: `MAR`, parent: `Middle East`, name: `Morocco`, population: 32272974 }), + new CountyHierarchicalDataItem({ code: `OMN`, parent: `Middle East`, name: `Oman`, population: 2846145 }), + new CountyHierarchicalDataItem({ code: `PKS`, parent: `Middle East`, name: `Pakistan`, population: 176745364 }), + new CountyHierarchicalDataItem({ code: `QTR`, parent: `Middle East`, name: `Qatar`, population: 1870041 }), + new CountyHierarchicalDataItem({ code: `SAR`, parent: `Middle East`, name: `Saudi Arabia`, population: 28082541 }), + new CountyHierarchicalDataItem({ code: `SOM`, parent: `Middle East`, name: `Somalia`, population: 9556873 }), + new CountyHierarchicalDataItem({ code: `SYR`, parent: `Middle East`, name: `Syria`, population: 20820311 }), + new CountyHierarchicalDataItem({ code: `TUN`, parent: `Middle East`, name: `Tunisia`, population: 10673800 }), + new CountyHierarchicalDataItem({ code: `TUR`, parent: `Middle East`, name: `Turkey`, population: 73639596 }), + new CountyHierarchicalDataItem({ code: `UAE`, parent: `Middle East`, name: `United Arab Emirates`, population: 7890924 }), + new CountyHierarchicalDataItem({ code: `WTB`, parent: `Middle East`, name: `West Bank`, population: 3927051 }), + new CountyHierarchicalDataItem({ code: `YEM`, parent: `Middle East`, name: `Yemen`, population: 24799880 }), + new CountyHierarchicalDataItem({ code: `CAN`, parent: `North America`, name: `Canada`, population: 34483975 }), + new CountyHierarchicalDataItem({ code: `GRL`, parent: `North America`, name: `Greenland`, population: 56840 }), + new CountyHierarchicalDataItem({ code: `MEX`, parent: `North America`, name: `Mexico`, population: 114793341 }), + new CountyHierarchicalDataItem({ code: `USA`, parent: `North America`, name: `United States`, population: 311591917 }), + new CountyHierarchicalDataItem({ code: `AMS`, parent: `Oceania`, name: `American Samoa`, population: 69543 }), + new CountyHierarchicalDataItem({ code: `AUS`, parent: `Oceania`, name: `Australia`, population: 22323900 }), + new CountyHierarchicalDataItem({ code: `FIJ`, parent: `Oceania`, name: `Fiji`, population: 868406 }), + new CountyHierarchicalDataItem({ code: `FRP`, parent: `Oceania`, name: `French Polynesia`, population: 273777 }), + new CountyHierarchicalDataItem({ code: `KIR`, parent: `Oceania`, name: `Kiribati`, population: 101093 }), + new CountyHierarchicalDataItem({ code: `MIS`, parent: `Oceania`, name: `Marshall Islands`, population: 54816 }), + new CountyHierarchicalDataItem({ code: `MCR`, parent: `Oceania`, name: `Micronesia`, population: 111542 }), + new CountyHierarchicalDataItem({ code: `NCD`, parent: `Oceania`, name: `New Caledonia`, population: 254024 }), + new CountyHierarchicalDataItem({ code: `NZL`, parent: `Oceania`, name: `New Zealand`, population: 4405200 }), + new CountyHierarchicalDataItem({ code: `PAL`, parent: `Oceania`, name: `Palau`, population: 20609 }), + new CountyHierarchicalDataItem({ code: `PNG`, parent: `Oceania`, name: `Papua New Guinea`, population: 7013829 }), + new CountyHierarchicalDataItem({ code: `SAM`, parent: `Oceania`, name: `Samoa`, population: 183874 }), + new CountyHierarchicalDataItem({ code: `SIS`, parent: `Oceania`, name: `Solomon Islands`, population: 552267 }), + new CountyHierarchicalDataItem({ code: `TML`, parent: `Oceania`, name: `Timor-Leste`, population: 1175880 }), + new CountyHierarchicalDataItem({ code: `TON`, parent: `Oceania`, name: `Tonga`, population: 104509 }), + new CountyHierarchicalDataItem({ code: `TUV`, parent: `Oceania`, name: `Tuvalu`, population: 9847 }), + new CountyHierarchicalDataItem({ code: `VNT`, parent: `Oceania`, name: `Vanuatu`, population: 245619 }), + new CountyHierarchicalDataItem({ code: `ARG`, parent: `South America`, name: `Argentina`, population: 40764561 }), + new CountyHierarchicalDataItem({ code: `BOL`, parent: `South America`, name: `Bolivia`, population: 10088108 }), + new CountyHierarchicalDataItem({ code: `BRA`, parent: `South America`, name: `Brazil`, population: 196655014 }), + new CountyHierarchicalDataItem({ code: `CHI`, parent: `South America`, name: `Chile`, population: 17269525 }), + new CountyHierarchicalDataItem({ code: `COL`, parent: `South America`, name: `Colombia`, population: 46927125 }), + new CountyHierarchicalDataItem({ code: `ECU`, parent: `South America`, name: `Ecuador`, population: 14666055 }), + new CountyHierarchicalDataItem({ code: `GUY`, parent: `South America`, name: `Guyana`, population: 756040 }), + new CountyHierarchicalDataItem({ code: `PAR`, parent: `South America`, name: `Paraguay`, population: 6568290 }), + new CountyHierarchicalDataItem({ code: `PER`, parent: `South America`, name: `Peru`, population: 29399817 }), + new CountyHierarchicalDataItem({ code: `SUR`, parent: `South America`, name: `Suriname`, population: 529419 }), + new CountyHierarchicalDataItem({ code: `URG`, parent: `South America`, name: `Uruguay`, population: 3368595 }), + new CountyHierarchicalDataItem({ code: `VEN`, parent: `South America`, name: `Venezuela`, population: 29278000 }), ]; super(...newItems.slice(0)); } diff --git a/samples/charts/tree-map/styling/src/CountyHierarchicalData.ts b/samples/charts/tree-map/styling/src/CountyHierarchicalData.ts index 5193e116c9..1b7efca0dd 100644 --- a/samples/charts/tree-map/styling/src/CountyHierarchicalData.ts +++ b/samples/charts/tree-map/styling/src/CountyHierarchicalData.ts @@ -15,1560 +15,228 @@ export class CountyHierarchicalData extends Array { super(...items); } else { const newItems = [ - new CountyHierarchicalDataItem( - { - code: `AFC`, - parent: null, - name: `Africa`, - population: null - }), - new CountyHierarchicalDataItem( - { - code: `ASA`, - parent: null, - name: `Asia`, - population: null - }), - new CountyHierarchicalDataItem( - { - code: `EUR`, - parent: null, - name: `Europe`, - population: null - }), - new CountyHierarchicalDataItem( - { - code: `MDE`, - parent: null, - name: `Middle East`, - population: null - }), - new CountyHierarchicalDataItem( - { - code: `NAM`, - parent: null, - name: `North America`, - population: null - }), - new CountyHierarchicalDataItem( - { - code: `CAM`, - parent: null, - name: `Central America`, - population: null - }), - new CountyHierarchicalDataItem( - { - code: `SAM`, - parent: null, - name: `South America`, - population: null - }), - new CountyHierarchicalDataItem( - { - code: `OCE`, - parent: null, - name: `Oceania`, - population: null - }), - new CountyHierarchicalDataItem( - { - code: `ANG`, - parent: `Africa`, - name: `Angola`, - population: 19618432 - }), - new CountyHierarchicalDataItem( - { - code: `BEN`, - parent: `Africa`, - name: `Benin`, - population: 9099922 - }), - new CountyHierarchicalDataItem( - { - code: `BOT`, - parent: `Africa`, - name: `Botswana`, - population: 2030738 - }), - new CountyHierarchicalDataItem( - { - code: `BUR`, - parent: `Africa`, - name: `Burkina Faso`, - population: 16967845 - }), - new CountyHierarchicalDataItem( - { - code: `BUR`, - parent: `Africa`, - name: `Burundi`, - population: 8575172 - }), - new CountyHierarchicalDataItem( - { - code: `CAM`, - parent: `Africa`, - name: `Cameroon`, - population: 20030362 - }), - new CountyHierarchicalDataItem( - { - code: `CPV`, - parent: `Africa`, - name: `Cape Verde`, - population: 500585 - }), - new CountyHierarchicalDataItem( - { - code: `CAR`, - parent: `Africa`, - name: `Central African Republic`, - population: 4486837 - }), - new CountyHierarchicalDataItem( - { - code: `CHD`, - parent: `Africa`, - name: `Chad`, - population: 11525496 - }), - new CountyHierarchicalDataItem( - { - code: `COM`, - parent: `Africa`, - name: `Comoros`, - population: 753943 - }), - new CountyHierarchicalDataItem( - { - code: `DRC`, - parent: `Africa`, - name: `Congo DRC`, - population: 67757577 - }), - new CountyHierarchicalDataItem( - { - code: `CRP`, - parent: `Africa`, - name: `Congo Republic`, - population: 4139748 - }), - new CountyHierarchicalDataItem( - { - code: `CIR`, - parent: `Africa`, - name: `Cote Ivoire`, - population: 20152894 - }), - new CountyHierarchicalDataItem( - { - code: `DBT`, - parent: `Africa`, - name: `Djibouti`, - population: 905564 - }), - new CountyHierarchicalDataItem( - { - code: `ETG`, - parent: `Africa`, - name: `Equatorial Guinea`, - population: 720213 - }), - new CountyHierarchicalDataItem( - { - code: `ERT`, - parent: `Africa`, - name: `Eritrea`, - population: 5415280 - }), - new CountyHierarchicalDataItem( - { - code: `ETH`, - parent: `Africa`, - name: `Ethiopia`, - population: 84734262 - }), - new CountyHierarchicalDataItem( - { - code: `GBN`, - parent: `Africa`, - name: `Gabon`, - population: 1534262 - }), - new CountyHierarchicalDataItem( - { - code: `GMB`, - parent: `Africa`, - name: `Gambia`, - population: 1776103 - }), - new CountyHierarchicalDataItem( - { - code: `GHN`, - parent: `Africa`, - name: `Ghana`, - population: 24965816 - }), - new CountyHierarchicalDataItem( - { - code: `GUN`, - parent: `Africa`, - name: `Guinea`, - population: 10221808 - }), - new CountyHierarchicalDataItem( - { - code: `GNB`, - parent: `Africa`, - name: `Guinea-Bissau`, - population: 1547061 - }), - new CountyHierarchicalDataItem( - { - code: `KEN`, - parent: `Africa`, - name: `Kenya`, - population: 41609728 - }), - new CountyHierarchicalDataItem( - { - code: `LES`, - parent: `Africa`, - name: `Lesotho`, - population: 2193843 - }), - new CountyHierarchicalDataItem( - { - code: `LBR`, - parent: `Africa`, - name: `Liberia`, - population: 4128572 - }), - new CountyHierarchicalDataItem( - { - code: `MDG`, - parent: `Africa`, - name: `Madagascar`, - population: 21315135 - }), - new CountyHierarchicalDataItem( - { - code: `MLW`, - parent: `Africa`, - name: `Malawi`, - population: 15380888 - }), - new CountyHierarchicalDataItem( - { - code: `MAL`, - parent: `Africa`, - name: `Mali`, - population: 15839538 - }), - new CountyHierarchicalDataItem( - { - code: `MRT`, - parent: `Africa`, - name: `Mauritania`, - population: 3541540 - }), - new CountyHierarchicalDataItem( - { - code: `MUS`, - parent: `Africa`, - name: `Mauritius`, - population: 1286051 - }), - new CountyHierarchicalDataItem( - { - code: `MOZ`, - parent: `Africa`, - name: `Mozambique`, - population: 23929708 - }), - new CountyHierarchicalDataItem( - { - code: `NMB`, - parent: `Africa`, - name: `Namibia`, - population: 2324004 - }), - new CountyHierarchicalDataItem( - { - code: `NER`, - parent: `Africa`, - name: `Niger`, - population: 16068994 - }), - new CountyHierarchicalDataItem( - { - code: `NGA`, - parent: `Africa`, - name: `Nigeria`, - population: 162470737 - }), - new CountyHierarchicalDataItem( - { - code: `RWD`, - parent: `Africa`, - name: `Rwanda`, - population: 10942950 - }), - new CountyHierarchicalDataItem( - { - code: `STM`, - parent: `Africa`, - name: `Sao Tome`, - population: 168526 - }), - new CountyHierarchicalDataItem( - { - code: `SEN`, - parent: `Africa`, - name: `Senegal`, - population: 12767556 - }), - new CountyHierarchicalDataItem( - { - code: `SYC`, - parent: `Africa`, - name: `Seychelles`, - population: 86000 - }), - new CountyHierarchicalDataItem( - { - code: `SRL`, - parent: `Africa`, - name: `Sierra Leone`, - population: 5997486 - }), - new CountyHierarchicalDataItem( - { - code: `ZAF`, - parent: `Africa`, - name: `South Africa`, - population: 50586757 - }), - new CountyHierarchicalDataItem( - { - code: `SSD`, - parent: `Africa`, - name: `South Sudan`, - population: 10314021 - }), - new CountyHierarchicalDataItem( - { - code: `SDN`, - parent: `Africa`, - name: `Sudan`, - population: 34318385 - }), - new CountyHierarchicalDataItem( - { - code: `SWZ`, - parent: `Africa`, - name: `Swaziland`, - population: 1067773 - }), - new CountyHierarchicalDataItem( - { - code: `TNZ`, - parent: `Africa`, - name: `Tanzania`, - population: 46218486 - }), - new CountyHierarchicalDataItem( - { - code: `TOG`, - parent: `Africa`, - name: `Togo`, - population: 6154813 - }), - new CountyHierarchicalDataItem( - { - code: `UGN`, - parent: `Africa`, - name: `Uganda`, - population: 34509205 - }), - new CountyHierarchicalDataItem( - { - code: `ZMB`, - parent: `Africa`, - name: `Zambia`, - population: 13474959 - }), - new CountyHierarchicalDataItem( - { - code: `ZWE`, - parent: `Africa`, - name: `Zimbabwe`, - population: 12754378 - }), - new CountyHierarchicalDataItem( - { - code: `AFG`, - parent: `Asia`, - name: `Afghanistan`, - population: 35320445 - }), - new CountyHierarchicalDataItem( - { - code: `BAN`, - parent: `Asia`, - name: `Bangladesh`, - population: 150493658 - }), - new CountyHierarchicalDataItem( - { - code: `BHT`, - parent: `Asia`, - name: `Bhutan`, - population: 738267 - }), - new CountyHierarchicalDataItem( - { - code: `BRN`, - parent: `Asia`, - name: `Brunei`, - population: 405938 - }), - new CountyHierarchicalDataItem( - { - code: `CAM`, - parent: `Asia`, - name: `Cambodia`, - population: 14305183 - }), - new CountyHierarchicalDataItem( - { - code: `CHI`, - parent: `Asia`, - name: `China`, - population: 1344130000 - }), - new CountyHierarchicalDataItem( - { - code: `HNK`, - parent: `Asia`, - name: `Hong Kong`, - population: 7071600 - }), - new CountyHierarchicalDataItem( - { - code: `IND`, - parent: `Asia`, - name: `India`, - population: 1241491960 - }), - new CountyHierarchicalDataItem( - { - code: `IDN`, - parent: `Asia`, - name: `Indonesia`, - population: 242325638 - }), - new CountyHierarchicalDataItem( - { - code: `JPN`, - parent: `Asia`, - name: `Japan`, - population: 127817277 - }), - new CountyHierarchicalDataItem( - { - code: `KZH`, - parent: `Asia`, - name: `Kazakhstan`, - population: 16558676 - }), - new CountyHierarchicalDataItem( - { - code: `NKO`, - parent: `Asia`, - name: `North Korea`, - population: 24451285 - }), - new CountyHierarchicalDataItem( - { - code: `SKO`, - parent: `Asia`, - name: `South Korea`, - population: 49779000 - }), - new CountyHierarchicalDataItem( - { - code: `KGZ`, - parent: `Asia`, - name: `Kyrgyzstan`, - population: 5514600 - }), - new CountyHierarchicalDataItem( - { - code: `LAO`, - parent: `Asia`, - name: `Lao PDR`, - population: 6288037 - }), - new CountyHierarchicalDataItem( - { - code: `MAC`, - parent: `Asia`, - name: `Macao`, - population: 555731 - }), - new CountyHierarchicalDataItem( - { - code: `MYS`, - parent: `Asia`, - name: `Malaysia`, - population: 28859154 - }), - new CountyHierarchicalDataItem( - { - code: `MDV`, - parent: `Asia`, - name: `Maldives`, - population: 320081 - }), - new CountyHierarchicalDataItem( - { - code: `MNG`, - parent: `Asia`, - name: `Mongolia`, - population: 2800114 - }), - new CountyHierarchicalDataItem( - { - code: `MYM`, - parent: `Asia`, - name: `Myanmar`, - population: 48336763 - }), - new CountyHierarchicalDataItem( - { - code: `NPL`, - parent: `Asia`, - name: `Nepal`, - population: 30485798 - }), - new CountyHierarchicalDataItem( - { - code: `PHP`, - parent: `Asia`, - name: `Philippines`, - population: 94852030 - }), - new CountyHierarchicalDataItem( - { - code: `SNG`, - parent: `Asia`, - name: `Singapore`, - population: 5183700 - }), - new CountyHierarchicalDataItem( - { - code: `SRL`, - parent: `Asia`, - name: `Sri Lanka`, - population: 20869000 - }), - new CountyHierarchicalDataItem( - { - code: `TKS`, - parent: `Asia`, - name: `Tajikistan`, - population: 6976958 - }), - new CountyHierarchicalDataItem( - { - code: `THL`, - parent: `Asia`, - name: `Thailand`, - population: 69518555 - }), - new CountyHierarchicalDataItem( - { - code: `TRK`, - parent: `Asia`, - name: `Turkmenistan`, - population: 5105301 - }), - new CountyHierarchicalDataItem( - { - code: `UZB`, - parent: `Asia`, - name: `Uzbekistan`, - population: 29341200 - }), - new CountyHierarchicalDataItem( - { - code: `VTN`, - parent: `Asia`, - name: `Vietnam`, - population: 87840000 - }), - new CountyHierarchicalDataItem( - { - code: `ANT`, - parent: `Central America`, - name: `Antigua`, - population: 89612 - }), - new CountyHierarchicalDataItem( - { - code: `ARB`, - parent: `Central America`, - name: `Aruba`, - population: 108141 - }), - new CountyHierarchicalDataItem( - { - code: `BHM`, - parent: `Central America`, - name: `Bahamas`, - population: 347176 - }), - new CountyHierarchicalDataItem( - { - code: `BRB`, - parent: `Central America`, - name: `Barbados`, - population: 273925 - }), - new CountyHierarchicalDataItem( - { - code: `BLZ`, - parent: `Central America`, - name: `Belize`, - population: 356600 - }), - new CountyHierarchicalDataItem( - { - code: `BRM`, - parent: `Central America`, - name: `Bermuda`, - population: 64700 - }), - new CountyHierarchicalDataItem( - { - code: `CYI`, - parent: `Central America`, - name: `Cayman Islands`, - population: 56729 - }), - new CountyHierarchicalDataItem( - { - code: `CSR`, - parent: `Central America`, - name: `Costa Rica`, - population: 4726575 - }), - new CountyHierarchicalDataItem( - { - code: `CUB`, - parent: `Central America`, - name: `Cuba`, - population: 11253665 - }), - new CountyHierarchicalDataItem( - { - code: `CUR`, - parent: `Central America`, - name: `Curacao`, - population: 145619 - }), - new CountyHierarchicalDataItem( - { - code: `DMA`, - parent: `Central America`, - name: `Dominica`, - population: 67675 - }), - new CountyHierarchicalDataItem( - { - code: `DOM`, - parent: `Central America`, - name: `Dominican Republic`, - population: 10056181 - }), - new CountyHierarchicalDataItem( - { - code: `SLV`, - parent: `Central America`, - name: `El Salvador`, - population: 6227491 - }), - new CountyHierarchicalDataItem( - { - code: `FIS`, - parent: `Central America`, - name: `Faeroe Islands`, - population: 48863 - }), - new CountyHierarchicalDataItem( - { - code: `GND`, - parent: `Central America`, - name: `Grenada`, - population: 104890 - }), - new CountyHierarchicalDataItem( - { - code: `GUA`, - parent: `Central America`, - name: `Guam`, - population: 182111 - }), - new CountyHierarchicalDataItem( - { - code: `GTM`, - parent: `Central America`, - name: `Guatemala`, - population: 14757316 - }), - new CountyHierarchicalDataItem( - { - code: `HAT`, - parent: `Central America`, - name: `Haiti`, - population: 10123787 - }), - new CountyHierarchicalDataItem( - { - code: `HON`, - parent: `Central America`, - name: `Honduras`, - population: 7754687 - }), - new CountyHierarchicalDataItem( - { - code: `JAM`, - parent: `Central America`, - name: `Jamaica`, - population: 2706500 - }), - new CountyHierarchicalDataItem( - { - code: `NCR`, - parent: `Central America`, - name: `Nicaragua`, - population: 5869859 - }), - new CountyHierarchicalDataItem( - { - code: `NMI`, - parent: `Central America`, - name: `Northern Mariana Islands`, - population: 61174 - }), - new CountyHierarchicalDataItem( - { - code: `PAN`, - parent: `Central America`, - name: `Panama`, - population: 3571185 - }), - new CountyHierarchicalDataItem( - { - code: `PRT`, - parent: `Central America`, - name: `Puerto Rico`, - population: 3706690 - }), - new CountyHierarchicalDataItem( - { - code: `STK`, - parent: `Central America`, - name: `St. Kitts`, - population: 53051 - }), - new CountyHierarchicalDataItem( - { - code: `STL`, - parent: `Central America`, - name: `St. Lucia`, - population: 176000 - }), - new CountyHierarchicalDataItem( - { - code: `STV`, - parent: `Central America`, - name: `St. Vincent`, - population: 109365 - }), - new CountyHierarchicalDataItem( - { - code: `TAB`, - parent: `Central America`, - name: `Trinidad and Tobago`, - population: 1346350 - }), - new CountyHierarchicalDataItem( - { - code: `RCI`, - parent: `Central America`, - name: `Turks and Caicos Islands`, - population: 39184 - }), - new CountyHierarchicalDataItem( - { - code: `ISV`, - parent: `Central America`, - name: `US Virgin Islands`, - population: 109666 - }), - new CountyHierarchicalDataItem( - { - code: `ALB`, - parent: `Europe`, - name: `Albania`, - population: 3215988 - }), - new CountyHierarchicalDataItem( - { - code: `AND`, - parent: `Europe`, - name: `Andorra`, - population: 86165 - }), - new CountyHierarchicalDataItem( - { - code: `ARM`, - parent: `Europe`, - name: `Armenia`, - population: 3100236 - }), - new CountyHierarchicalDataItem( - { - code: `AUT`, - parent: `Europe`, - name: `Austria`, - population: 8423635 - }), - new CountyHierarchicalDataItem( - { - code: `BER`, - parent: `Europe`, - name: `Belarus`, - population: 9473000 - }), - new CountyHierarchicalDataItem( - { - code: `BEL`, - parent: `Europe`, - name: `Belgium`, - population: 11020952 - }), - new CountyHierarchicalDataItem( - { - code: `BIH`, - parent: `Europe`, - name: `Bosnia`, - population: 3752228 - }), - new CountyHierarchicalDataItem( - { - code: `BUL`, - parent: `Europe`, - name: `Bulgaria`, - population: 7348328 - }), - new CountyHierarchicalDataItem( - { - code: `CHI`, - parent: `Europe`, - name: `Channel Islands`, - population: 153876 - }), - new CountyHierarchicalDataItem( - { - code: `CRO`, - parent: `Europe`, - name: `Croatia`, - population: 4403000 - }), - new CountyHierarchicalDataItem( - { - code: `CYP`, - parent: `Europe`, - name: `Cyprus`, - population: 1116564 - }), - new CountyHierarchicalDataItem( - { - code: `CZE`, - parent: `Europe`, - name: `Czechia`, - population: 10496088 - }), - new CountyHierarchicalDataItem( - { - code: `DEN`, - parent: `Europe`, - name: `Denmark`, - population: 5570572 - }), - new CountyHierarchicalDataItem( - { - code: `EST`, - parent: `Europe`, - name: `Estonia`, - population: 1339928 - }), - new CountyHierarchicalDataItem( - { - code: `FIN`, - parent: `Europe`, - name: `Finland`, - population: 5388272 - }), - new CountyHierarchicalDataItem( - { - code: `FRA`, - parent: `Europe`, - name: `France`, - population: 65433714 - }), - new CountyHierarchicalDataItem( - { - code: `GEO`, - parent: `Europe`, - name: `Georgia`, - population: 4486000 - }), - new CountyHierarchicalDataItem( - { - code: `DEU`, - parent: `Europe`, - name: `Germany`, - population: 81797673 - }), - new CountyHierarchicalDataItem( - { - code: `GRC`, - parent: `Europe`, - name: `Greece`, - population: 11300410 - }), - new CountyHierarchicalDataItem( - { - code: `HUN`, - parent: `Europe`, - name: `Hungary`, - population: 9971727 - }), - new CountyHierarchicalDataItem( - { - code: `ICE`, - parent: `Europe`, - name: `Iceland`, - population: 319014 - }), - new CountyHierarchicalDataItem( - { - code: `IRE`, - parent: `Europe`, - name: `Ireland`, - population: 4576317 - }), - new CountyHierarchicalDataItem( - { - code: `IOM`, - parent: `Europe`, - name: `Isle of Man`, - population: 83327 - }), - new CountyHierarchicalDataItem( - { - code: `ITA`, - parent: `Europe`, - name: `Italy`, - population: 60723603 - }), - new CountyHierarchicalDataItem( - { - code: `KOS`, - parent: `Europe`, - name: `Kosovo`, - population: 1802765 - }), - new CountyHierarchicalDataItem( - { - code: `LAT`, - parent: `Europe`, - name: `Latvia`, - population: 2058184 - }), - new CountyHierarchicalDataItem( - { - code: `LVA`, - parent: `Europe`, - name: `Liechtenstein`, - population: 36304 - }), - new CountyHierarchicalDataItem( - { - code: `LTU`, - parent: `Europe`, - name: `Lithuania`, - population: 3030173 - }), - new CountyHierarchicalDataItem( - { - code: `LUX`, - parent: `Europe`, - name: `Luxembourg`, - population: 518252 - }), - new CountyHierarchicalDataItem( - { - code: `MKD`, - parent: `Europe`, - name: `North Macedonia`, - population: 2063893 - }), - new CountyHierarchicalDataItem( - { - code: `MLT`, - parent: `Europe`, - name: `Malta`, - population: 415654 - }), - new CountyHierarchicalDataItem( - { - code: `MDA`, - parent: `Europe`, - name: `Moldova`, - population: 3559000 - }), - new CountyHierarchicalDataItem( - { - code: `MON`, - parent: `Europe`, - name: `Monaco`, - population: 35427 - }), - new CountyHierarchicalDataItem( - { - code: `MNE`, - parent: `Europe`, - name: `Montenegro`, - population: 632261 - }), - new CountyHierarchicalDataItem( - { - code: `MLD`, - parent: `Europe`, - name: `Netherlands`, - population: 16693074 - }), - new CountyHierarchicalDataItem( - { - code: `NOR`, - parent: `Europe`, - name: `Norway`, - population: 4953088 - }), - new CountyHierarchicalDataItem( - { - code: `POL`, - parent: `Europe`, - name: `Poland`, - population: 38534157 - }), - new CountyHierarchicalDataItem( - { - code: `POR`, - parent: `Europe`, - name: `Portugal`, - population: 10556999 - }), - new CountyHierarchicalDataItem( - { - code: `ROM`, - parent: `Europe`, - name: `Romania`, - population: 21384832 - }), - new CountyHierarchicalDataItem( - { - code: `RUS`, - parent: `Europe`, - name: `Russia`, - population: 142960000 - }), - new CountyHierarchicalDataItem( - { - code: `SMR`, - parent: `Europe`, - name: `San Marino`, - population: 31735 - }), - new CountyHierarchicalDataItem( - { - code: `SBR`, - parent: `Europe`, - name: `Serbia`, - population: 7258745 - }), - new CountyHierarchicalDataItem( - { - code: `STM`, - parent: `Europe`, - name: `Sint Maarten`, - population: 36609 - }), - new CountyHierarchicalDataItem( - { - code: `SVK`, - parent: `Europe`, - name: `Slovakia`, - population: 5398384 - }), - new CountyHierarchicalDataItem( - { - code: `SLO`, - parent: `Europe`, - name: `Slovenia`, - population: 2052843 - }), - new CountyHierarchicalDataItem( - { - code: `ESP`, - parent: `Europe`, - name: `Spain`, - population: 46174601 - }), - new CountyHierarchicalDataItem( - { - code: `STM`, - parent: `Europe`, - name: `St. Martin`, - population: 30615 - }), - new CountyHierarchicalDataItem( - { - code: `SWE`, - parent: `Europe`, - name: `Sweden`, - population: 9449213 - }), - new CountyHierarchicalDataItem( - { - code: `CHE`, - parent: `Europe`, - name: `Switzerland`, - population: 7912398 - }), - new CountyHierarchicalDataItem( - { - code: `UKR`, - parent: `Europe`, - name: `Ukraine`, - population: 45706100 - }), - new CountyHierarchicalDataItem( - { - code: `GBR`, - parent: `Europe`, - name: `United Kingdom`, - population: 62744081 - }), - new CountyHierarchicalDataItem( - { - code: `DZA`, - parent: `Middle East`, - name: `Algeria`, - population: 35980193 - }), - new CountyHierarchicalDataItem( - { - code: `AZE`, - parent: `Middle East`, - name: `Azerbaijan`, - population: 9173082 - }), - new CountyHierarchicalDataItem( - { - code: `BHR`, - parent: `Middle East`, - name: `Bahrain`, - population: 1323535 - }), - new CountyHierarchicalDataItem( - { - code: `EGY`, - parent: `Middle East`, - name: `Egypt`, - population: 82536770 - }), - new CountyHierarchicalDataItem( - { - code: `IRN`, - parent: `Middle East`, - name: `Iran`, - population: 74798599 - }), - new CountyHierarchicalDataItem( - { - code: `IRQ`, - parent: `Middle East`, - name: `Iraq`, - population: 32961959 - }), - new CountyHierarchicalDataItem( - { - code: `ISR`, - parent: `Middle East`, - name: `Israel`, - population: 7765900 - }), - new CountyHierarchicalDataItem( - { - code: `JOR`, - parent: `Middle East`, - name: `Jordan`, - population: 6181000 - }), - new CountyHierarchicalDataItem( - { - code: `KWT`, - parent: `Middle East`, - name: `Kuwait`, - population: 2818042 - }), - new CountyHierarchicalDataItem( - { - code: `LBN`, - parent: `Middle East`, - name: `Lebanon`, - population: 4259405 - }), - new CountyHierarchicalDataItem( - { - code: `LBY`, - parent: `Middle East`, - name: `Libya`, - population: 6422772 - }), - new CountyHierarchicalDataItem( - { - code: `MAR`, - parent: `Middle East`, - name: `Morocco`, - population: 32272974 - }), - new CountyHierarchicalDataItem( - { - code: `OMN`, - parent: `Middle East`, - name: `Oman`, - population: 2846145 - }), - new CountyHierarchicalDataItem( - { - code: `PKS`, - parent: `Middle East`, - name: `Pakistan`, - population: 176745364 - }), - new CountyHierarchicalDataItem( - { - code: `QTR`, - parent: `Middle East`, - name: `Qatar`, - population: 1870041 - }), - new CountyHierarchicalDataItem( - { - code: `SAR`, - parent: `Middle East`, - name: `Saudi Arabia`, - population: 28082541 - }), - new CountyHierarchicalDataItem( - { - code: `SOM`, - parent: `Middle East`, - name: `Somalia`, - population: 9556873 - }), - new CountyHierarchicalDataItem( - { - code: `SYR`, - parent: `Middle East`, - name: `Syria`, - population: 20820311 - }), - new CountyHierarchicalDataItem( - { - code: `TUN`, - parent: `Middle East`, - name: `Tunisia`, - population: 10673800 - }), - new CountyHierarchicalDataItem( - { - code: `TUR`, - parent: `Middle East`, - name: `Turkey`, - population: 73639596 - }), - new CountyHierarchicalDataItem( - { - code: `UAE`, - parent: `Middle East`, - name: `United Arab Emirates`, - population: 7890924 - }), - new CountyHierarchicalDataItem( - { - code: `WTB`, - parent: `Middle East`, - name: `West Bank`, - population: 3927051 - }), - new CountyHierarchicalDataItem( - { - code: `YEM`, - parent: `Middle East`, - name: `Yemen`, - population: 24799880 - }), - new CountyHierarchicalDataItem( - { - code: `CAN`, - parent: `North America`, - name: `Canada`, - population: 34483975 - }), - new CountyHierarchicalDataItem( - { - code: `GRL`, - parent: `North America`, - name: `Greenland`, - population: 56840 - }), - new CountyHierarchicalDataItem( - { - code: `MEX`, - parent: `North America`, - name: `Mexico`, - population: 114793341 - }), - new CountyHierarchicalDataItem( - { - code: `USA`, - parent: `North America`, - name: `United States`, - population: 311591917 - }), - new CountyHierarchicalDataItem( - { - code: `AMS`, - parent: `Oceania`, - name: `American Samoa`, - population: 69543 - }), - new CountyHierarchicalDataItem( - { - code: `AUS`, - parent: `Oceania`, - name: `Australia`, - population: 22323900 - }), - new CountyHierarchicalDataItem( - { - code: `FIJ`, - parent: `Oceania`, - name: `Fiji`, - population: 868406 - }), - new CountyHierarchicalDataItem( - { - code: `FRP`, - parent: `Oceania`, - name: `French Polynesia`, - population: 273777 - }), - new CountyHierarchicalDataItem( - { - code: `KIR`, - parent: `Oceania`, - name: `Kiribati`, - population: 101093 - }), - new CountyHierarchicalDataItem( - { - code: `MIS`, - parent: `Oceania`, - name: `Marshall Islands`, - population: 54816 - }), - new CountyHierarchicalDataItem( - { - code: `MCR`, - parent: `Oceania`, - name: `Micronesia`, - population: 111542 - }), - new CountyHierarchicalDataItem( - { - code: `NCD`, - parent: `Oceania`, - name: `New Caledonia`, - population: 254024 - }), - new CountyHierarchicalDataItem( - { - code: `NZL`, - parent: `Oceania`, - name: `New Zealand`, - population: 4405200 - }), - new CountyHierarchicalDataItem( - { - code: `PAL`, - parent: `Oceania`, - name: `Palau`, - population: 20609 - }), - new CountyHierarchicalDataItem( - { - code: `PNG`, - parent: `Oceania`, - name: `Papua New Guinea`, - population: 7013829 - }), - new CountyHierarchicalDataItem( - { - code: `SAM`, - parent: `Oceania`, - name: `Samoa`, - population: 183874 - }), - new CountyHierarchicalDataItem( - { - code: `SIS`, - parent: `Oceania`, - name: `Solomon Islands`, - population: 552267 - }), - new CountyHierarchicalDataItem( - { - code: `TML`, - parent: `Oceania`, - name: `Timor-Leste`, - population: 1175880 - }), - new CountyHierarchicalDataItem( - { - code: `TON`, - parent: `Oceania`, - name: `Tonga`, - population: 104509 - }), - new CountyHierarchicalDataItem( - { - code: `TUV`, - parent: `Oceania`, - name: `Tuvalu`, - population: 9847 - }), - new CountyHierarchicalDataItem( - { - code: `VNT`, - parent: `Oceania`, - name: `Vanuatu`, - population: 245619 - }), - new CountyHierarchicalDataItem( - { - code: `ARG`, - parent: `South America`, - name: `Argentina`, - population: 40764561 - }), - new CountyHierarchicalDataItem( - { - code: `BOL`, - parent: `South America`, - name: `Bolivia`, - population: 10088108 - }), - new CountyHierarchicalDataItem( - { - code: `BRA`, - parent: `South America`, - name: `Brazil`, - population: 196655014 - }), - new CountyHierarchicalDataItem( - { - code: `CHI`, - parent: `South America`, - name: `Chile`, - population: 17269525 - }), - new CountyHierarchicalDataItem( - { - code: `COL`, - parent: `South America`, - name: `Colombia`, - population: 46927125 - }), - new CountyHierarchicalDataItem( - { - code: `ECU`, - parent: `South America`, - name: `Ecuador`, - population: 14666055 - }), - new CountyHierarchicalDataItem( - { - code: `GUY`, - parent: `South America`, - name: `Guyana`, - population: 756040 - }), - new CountyHierarchicalDataItem( - { - code: `PAR`, - parent: `South America`, - name: `Paraguay`, - population: 6568290 - }), - new CountyHierarchicalDataItem( - { - code: `PER`, - parent: `South America`, - name: `Peru`, - population: 29399817 - }), - new CountyHierarchicalDataItem( - { - code: `SUR`, - parent: `South America`, - name: `Suriname`, - population: 529419 - }), - new CountyHierarchicalDataItem( - { - code: `URG`, - parent: `South America`, - name: `Uruguay`, - population: 3368595 - }), - new CountyHierarchicalDataItem( - { - code: `VEN`, - parent: `South America`, - name: `Venezuela`, - population: 29278000 - }), + new CountyHierarchicalDataItem({ code: `AFC`, parent: null, name: `Africa`, population: null }), + new CountyHierarchicalDataItem({ code: `ASA`, parent: null, name: `Asia`, population: null }), + new CountyHierarchicalDataItem({ code: `EUR`, parent: null, name: `Europe`, population: null }), + new CountyHierarchicalDataItem({ code: `MDE`, parent: null, name: `Middle East`, population: null }), + new CountyHierarchicalDataItem({ code: `NAM`, parent: null, name: `North America`, population: null }), + new CountyHierarchicalDataItem({ code: `CAM`, parent: null, name: `Central America`, population: null }), + new CountyHierarchicalDataItem({ code: `SAM`, parent: null, name: `South America`, population: null }), + new CountyHierarchicalDataItem({ code: `OCE`, parent: null, name: `Oceania`, population: null }), + new CountyHierarchicalDataItem({ code: `ANG`, parent: `Africa`, name: `Angola`, population: 19618432 }), + new CountyHierarchicalDataItem({ code: `BEN`, parent: `Africa`, name: `Benin`, population: 9099922 }), + new CountyHierarchicalDataItem({ code: `BOT`, parent: `Africa`, name: `Botswana`, population: 2030738 }), + new CountyHierarchicalDataItem({ code: `BUR`, parent: `Africa`, name: `Burkina Faso`, population: 16967845 }), + new CountyHierarchicalDataItem({ code: `BUR`, parent: `Africa`, name: `Burundi`, population: 8575172 }), + new CountyHierarchicalDataItem({ code: `CAM`, parent: `Africa`, name: `Cameroon`, population: 20030362 }), + new CountyHierarchicalDataItem({ code: `CPV`, parent: `Africa`, name: `Cape Verde`, population: 500585 }), + new CountyHierarchicalDataItem({ code: `CAR`, parent: `Africa`, name: `Central African Republic`, population: 4486837 }), + new CountyHierarchicalDataItem({ code: `CHD`, parent: `Africa`, name: `Chad`, population: 11525496 }), + new CountyHierarchicalDataItem({ code: `COM`, parent: `Africa`, name: `Comoros`, population: 753943 }), + new CountyHierarchicalDataItem({ code: `DRC`, parent: `Africa`, name: `Congo DRC`, population: 67757577 }), + new CountyHierarchicalDataItem({ code: `CRP`, parent: `Africa`, name: `Congo Republic`, population: 4139748 }), + new CountyHierarchicalDataItem({ code: `CIR`, parent: `Africa`, name: `Cote Ivoire`, population: 20152894 }), + new CountyHierarchicalDataItem({ code: `DBT`, parent: `Africa`, name: `Djibouti`, population: 905564 }), + new CountyHierarchicalDataItem({ code: `ETG`, parent: `Africa`, name: `Equatorial Guinea`, population: 720213 }), + new CountyHierarchicalDataItem({ code: `ERT`, parent: `Africa`, name: `Eritrea`, population: 5415280 }), + new CountyHierarchicalDataItem({ code: `ETH`, parent: `Africa`, name: `Ethiopia`, population: 84734262 }), + new CountyHierarchicalDataItem({ code: `GBN`, parent: `Africa`, name: `Gabon`, population: 1534262 }), + new CountyHierarchicalDataItem({ code: `GMB`, parent: `Africa`, name: `Gambia`, population: 1776103 }), + new CountyHierarchicalDataItem({ code: `GHN`, parent: `Africa`, name: `Ghana`, population: 24965816 }), + new CountyHierarchicalDataItem({ code: `GUN`, parent: `Africa`, name: `Guinea`, population: 10221808 }), + new CountyHierarchicalDataItem({ code: `GNB`, parent: `Africa`, name: `Guinea-Bissau`, population: 1547061 }), + new CountyHierarchicalDataItem({ code: `KEN`, parent: `Africa`, name: `Kenya`, population: 41609728 }), + new CountyHierarchicalDataItem({ code: `LES`, parent: `Africa`, name: `Lesotho`, population: 2193843 }), + new CountyHierarchicalDataItem({ code: `LBR`, parent: `Africa`, name: `Liberia`, population: 4128572 }), + new CountyHierarchicalDataItem({ code: `MDG`, parent: `Africa`, name: `Madagascar`, population: 21315135 }), + new CountyHierarchicalDataItem({ code: `MLW`, parent: `Africa`, name: `Malawi`, population: 15380888 }), + new CountyHierarchicalDataItem({ code: `MAL`, parent: `Africa`, name: `Mali`, population: 15839538 }), + new CountyHierarchicalDataItem({ code: `MRT`, parent: `Africa`, name: `Mauritania`, population: 3541540 }), + new CountyHierarchicalDataItem({ code: `MUS`, parent: `Africa`, name: `Mauritius`, population: 1286051 }), + new CountyHierarchicalDataItem({ code: `MOZ`, parent: `Africa`, name: `Mozambique`, population: 23929708 }), + new CountyHierarchicalDataItem({ code: `NMB`, parent: `Africa`, name: `Namibia`, population: 2324004 }), + new CountyHierarchicalDataItem({ code: `NER`, parent: `Africa`, name: `Niger`, population: 16068994 }), + new CountyHierarchicalDataItem({ code: `NGA`, parent: `Africa`, name: `Nigeria`, population: 162470737 }), + new CountyHierarchicalDataItem({ code: `RWD`, parent: `Africa`, name: `Rwanda`, population: 10942950 }), + new CountyHierarchicalDataItem({ code: `STM`, parent: `Africa`, name: `Sao Tome`, population: 168526 }), + new CountyHierarchicalDataItem({ code: `SEN`, parent: `Africa`, name: `Senegal`, population: 12767556 }), + new CountyHierarchicalDataItem({ code: `SYC`, parent: `Africa`, name: `Seychelles`, population: 86000 }), + new CountyHierarchicalDataItem({ code: `SRL`, parent: `Africa`, name: `Sierra Leone`, population: 5997486 }), + new CountyHierarchicalDataItem({ code: `ZAF`, parent: `Africa`, name: `South Africa`, population: 50586757 }), + new CountyHierarchicalDataItem({ code: `SSD`, parent: `Africa`, name: `South Sudan`, population: 10314021 }), + new CountyHierarchicalDataItem({ code: `SDN`, parent: `Africa`, name: `Sudan`, population: 34318385 }), + new CountyHierarchicalDataItem({ code: `SWZ`, parent: `Africa`, name: `Swaziland`, population: 1067773 }), + new CountyHierarchicalDataItem({ code: `TNZ`, parent: `Africa`, name: `Tanzania`, population: 46218486 }), + new CountyHierarchicalDataItem({ code: `TOG`, parent: `Africa`, name: `Togo`, population: 6154813 }), + new CountyHierarchicalDataItem({ code: `UGN`, parent: `Africa`, name: `Uganda`, population: 34509205 }), + new CountyHierarchicalDataItem({ code: `ZMB`, parent: `Africa`, name: `Zambia`, population: 13474959 }), + new CountyHierarchicalDataItem({ code: `ZWE`, parent: `Africa`, name: `Zimbabwe`, population: 12754378 }), + new CountyHierarchicalDataItem({ code: `AFG`, parent: `Asia`, name: `Afghanistan`, population: 35320445 }), + new CountyHierarchicalDataItem({ code: `BAN`, parent: `Asia`, name: `Bangladesh`, population: 150493658 }), + new CountyHierarchicalDataItem({ code: `BHT`, parent: `Asia`, name: `Bhutan`, population: 738267 }), + new CountyHierarchicalDataItem({ code: `BRN`, parent: `Asia`, name: `Brunei`, population: 405938 }), + new CountyHierarchicalDataItem({ code: `CAM`, parent: `Asia`, name: `Cambodia`, population: 14305183 }), + new CountyHierarchicalDataItem({ code: `CHI`, parent: `Asia`, name: `China`, population: 1344130000 }), + new CountyHierarchicalDataItem({ code: `HNK`, parent: `Asia`, name: `Hong Kong`, population: 7071600 }), + new CountyHierarchicalDataItem({ code: `IND`, parent: `Asia`, name: `India`, population: 1241491960 }), + new CountyHierarchicalDataItem({ code: `IDN`, parent: `Asia`, name: `Indonesia`, population: 242325638 }), + new CountyHierarchicalDataItem({ code: `JPN`, parent: `Asia`, name: `Japan`, population: 127817277 }), + new CountyHierarchicalDataItem({ code: `KZH`, parent: `Asia`, name: `Kazakhstan`, population: 16558676 }), + new CountyHierarchicalDataItem({ code: `NKO`, parent: `Asia`, name: `North Korea`, population: 24451285 }), + new CountyHierarchicalDataItem({ code: `SKO`, parent: `Asia`, name: `South Korea`, population: 49779000 }), + new CountyHierarchicalDataItem({ code: `KGZ`, parent: `Asia`, name: `Kyrgyzstan`, population: 5514600 }), + new CountyHierarchicalDataItem({ code: `LAO`, parent: `Asia`, name: `Lao PDR`, population: 6288037 }), + new CountyHierarchicalDataItem({ code: `MAC`, parent: `Asia`, name: `Macao`, population: 555731 }), + new CountyHierarchicalDataItem({ code: `MYS`, parent: `Asia`, name: `Malaysia`, population: 28859154 }), + new CountyHierarchicalDataItem({ code: `MDV`, parent: `Asia`, name: `Maldives`, population: 320081 }), + new CountyHierarchicalDataItem({ code: `MNG`, parent: `Asia`, name: `Mongolia`, population: 2800114 }), + new CountyHierarchicalDataItem({ code: `MYM`, parent: `Asia`, name: `Myanmar`, population: 48336763 }), + new CountyHierarchicalDataItem({ code: `NPL`, parent: `Asia`, name: `Nepal`, population: 30485798 }), + new CountyHierarchicalDataItem({ code: `PHP`, parent: `Asia`, name: `Philippines`, population: 94852030 }), + new CountyHierarchicalDataItem({ code: `SNG`, parent: `Asia`, name: `Singapore`, population: 5183700 }), + new CountyHierarchicalDataItem({ code: `SRL`, parent: `Asia`, name: `Sri Lanka`, population: 20869000 }), + new CountyHierarchicalDataItem({ code: `TKS`, parent: `Asia`, name: `Tajikistan`, population: 6976958 }), + new CountyHierarchicalDataItem({ code: `THL`, parent: `Asia`, name: `Thailand`, population: 69518555 }), + new CountyHierarchicalDataItem({ code: `TRK`, parent: `Asia`, name: `Turkmenistan`, population: 5105301 }), + new CountyHierarchicalDataItem({ code: `UZB`, parent: `Asia`, name: `Uzbekistan`, population: 29341200 }), + new CountyHierarchicalDataItem({ code: `VTN`, parent: `Asia`, name: `Vietnam`, population: 87840000 }), + new CountyHierarchicalDataItem({ code: `ANT`, parent: `Central America`, name: `Antigua`, population: 89612 }), + new CountyHierarchicalDataItem({ code: `ARB`, parent: `Central America`, name: `Aruba`, population: 108141 }), + new CountyHierarchicalDataItem({ code: `BHM`, parent: `Central America`, name: `Bahamas`, population: 347176 }), + new CountyHierarchicalDataItem({ code: `BRB`, parent: `Central America`, name: `Barbados`, population: 273925 }), + new CountyHierarchicalDataItem({ code: `BLZ`, parent: `Central America`, name: `Belize`, population: 356600 }), + new CountyHierarchicalDataItem({ code: `BRM`, parent: `Central America`, name: `Bermuda`, population: 64700 }), + new CountyHierarchicalDataItem({ code: `CYI`, parent: `Central America`, name: `Cayman Islands`, population: 56729 }), + new CountyHierarchicalDataItem({ code: `CSR`, parent: `Central America`, name: `Costa Rica`, population: 4726575 }), + new CountyHierarchicalDataItem({ code: `CUB`, parent: `Central America`, name: `Cuba`, population: 11253665 }), + new CountyHierarchicalDataItem({ code: `CUR`, parent: `Central America`, name: `Curacao`, population: 145619 }), + new CountyHierarchicalDataItem({ code: `DMA`, parent: `Central America`, name: `Dominica`, population: 67675 }), + new CountyHierarchicalDataItem({ code: `DOM`, parent: `Central America`, name: `Dominican Republic`, population: 10056181 }), + new CountyHierarchicalDataItem({ code: `SLV`, parent: `Central America`, name: `El Salvador`, population: 6227491 }), + new CountyHierarchicalDataItem({ code: `FIS`, parent: `Central America`, name: `Faeroe Islands`, population: 48863 }), + new CountyHierarchicalDataItem({ code: `GND`, parent: `Central America`, name: `Grenada`, population: 104890 }), + new CountyHierarchicalDataItem({ code: `GUA`, parent: `Central America`, name: `Guam`, population: 182111 }), + new CountyHierarchicalDataItem({ code: `GTM`, parent: `Central America`, name: `Guatemala`, population: 14757316 }), + new CountyHierarchicalDataItem({ code: `HAT`, parent: `Central America`, name: `Haiti`, population: 10123787 }), + new CountyHierarchicalDataItem({ code: `HON`, parent: `Central America`, name: `Honduras`, population: 7754687 }), + new CountyHierarchicalDataItem({ code: `JAM`, parent: `Central America`, name: `Jamaica`, population: 2706500 }), + new CountyHierarchicalDataItem({ code: `NCR`, parent: `Central America`, name: `Nicaragua`, population: 5869859 }), + new CountyHierarchicalDataItem({ code: `NMI`, parent: `Central America`, name: `Northern Mariana Islands`, population: 61174 }), + new CountyHierarchicalDataItem({ code: `PAN`, parent: `Central America`, name: `Panama`, population: 3571185 }), + new CountyHierarchicalDataItem({ code: `PRT`, parent: `Central America`, name: `Puerto Rico`, population: 3706690 }), + new CountyHierarchicalDataItem({ code: `STK`, parent: `Central America`, name: `St. Kitts`, population: 53051 }), + new CountyHierarchicalDataItem({ code: `STL`, parent: `Central America`, name: `St. Lucia`, population: 176000 }), + new CountyHierarchicalDataItem({ code: `STV`, parent: `Central America`, name: `St. Vincent`, population: 109365 }), + new CountyHierarchicalDataItem({ code: `TAB`, parent: `Central America`, name: `Trinidad and Tobago`, population: 1346350 }), + new CountyHierarchicalDataItem({ code: `RCI`, parent: `Central America`, name: `Turks and Caicos Islands`, population: 39184 }), + new CountyHierarchicalDataItem({ code: `ISV`, parent: `Central America`, name: `US Virgin Islands`, population: 109666 }), + new CountyHierarchicalDataItem({ code: `ALB`, parent: `Europe`, name: `Albania`, population: 3215988 }), + new CountyHierarchicalDataItem({ code: `AND`, parent: `Europe`, name: `Andorra`, population: 86165 }), + new CountyHierarchicalDataItem({ code: `ARM`, parent: `Europe`, name: `Armenia`, population: 3100236 }), + new CountyHierarchicalDataItem({ code: `AUT`, parent: `Europe`, name: `Austria`, population: 8423635 }), + new CountyHierarchicalDataItem({ code: `BER`, parent: `Europe`, name: `Belarus`, population: 9473000 }), + new CountyHierarchicalDataItem({ code: `BEL`, parent: `Europe`, name: `Belgium`, population: 11020952 }), + new CountyHierarchicalDataItem({ code: `BIH`, parent: `Europe`, name: `Bosnia`, population: 3752228 }), + new CountyHierarchicalDataItem({ code: `BUL`, parent: `Europe`, name: `Bulgaria`, population: 7348328 }), + new CountyHierarchicalDataItem({ code: `CHI`, parent: `Europe`, name: `Channel Islands`, population: 153876 }), + new CountyHierarchicalDataItem({ code: `CRO`, parent: `Europe`, name: `Croatia`, population: 4403000 }), + new CountyHierarchicalDataItem({ code: `CYP`, parent: `Europe`, name: `Cyprus`, population: 1116564 }), + new CountyHierarchicalDataItem({ code: `CZE`, parent: `Europe`, name: `Czechia`, population: 10496088 }), + new CountyHierarchicalDataItem({ code: `DEN`, parent: `Europe`, name: `Denmark`, population: 5570572 }), + new CountyHierarchicalDataItem({ code: `EST`, parent: `Europe`, name: `Estonia`, population: 1339928 }), + new CountyHierarchicalDataItem({ code: `FIN`, parent: `Europe`, name: `Finland`, population: 5388272 }), + new CountyHierarchicalDataItem({ code: `FRA`, parent: `Europe`, name: `France`, population: 65433714 }), + new CountyHierarchicalDataItem({ code: `GEO`, parent: `Europe`, name: `Georgia`, population: 4486000 }), + new CountyHierarchicalDataItem({ code: `DEU`, parent: `Europe`, name: `Germany`, population: 81797673 }), + new CountyHierarchicalDataItem({ code: `GRC`, parent: `Europe`, name: `Greece`, population: 11300410 }), + new CountyHierarchicalDataItem({ code: `HUN`, parent: `Europe`, name: `Hungary`, population: 9971727 }), + new CountyHierarchicalDataItem({ code: `ICE`, parent: `Europe`, name: `Iceland`, population: 319014 }), + new CountyHierarchicalDataItem({ code: `IRE`, parent: `Europe`, name: `Ireland`, population: 4576317 }), + new CountyHierarchicalDataItem({ code: `IOM`, parent: `Europe`, name: `Isle of Man`, population: 83327 }), + new CountyHierarchicalDataItem({ code: `ITA`, parent: `Europe`, name: `Italy`, population: 60723603 }), + new CountyHierarchicalDataItem({ code: `KOS`, parent: `Europe`, name: `Kosovo`, population: 1802765 }), + new CountyHierarchicalDataItem({ code: `LAT`, parent: `Europe`, name: `Latvia`, population: 2058184 }), + new CountyHierarchicalDataItem({ code: `LVA`, parent: `Europe`, name: `Liechtenstein`, population: 36304 }), + new CountyHierarchicalDataItem({ code: `LTU`, parent: `Europe`, name: `Lithuania`, population: 3030173 }), + new CountyHierarchicalDataItem({ code: `LUX`, parent: `Europe`, name: `Luxembourg`, population: 518252 }), + new CountyHierarchicalDataItem({ code: `MKD`, parent: `Europe`, name: `North Macedonia`, population: 2063893 }), + new CountyHierarchicalDataItem({ code: `MLT`, parent: `Europe`, name: `Malta`, population: 415654 }), + new CountyHierarchicalDataItem({ code: `MDA`, parent: `Europe`, name: `Moldova`, population: 3559000 }), + new CountyHierarchicalDataItem({ code: `MON`, parent: `Europe`, name: `Monaco`, population: 35427 }), + new CountyHierarchicalDataItem({ code: `MNE`, parent: `Europe`, name: `Montenegro`, population: 632261 }), + new CountyHierarchicalDataItem({ code: `MLD`, parent: `Europe`, name: `Netherlands`, population: 16693074 }), + new CountyHierarchicalDataItem({ code: `NOR`, parent: `Europe`, name: `Norway`, population: 4953088 }), + new CountyHierarchicalDataItem({ code: `POL`, parent: `Europe`, name: `Poland`, population: 38534157 }), + new CountyHierarchicalDataItem({ code: `POR`, parent: `Europe`, name: `Portugal`, population: 10556999 }), + new CountyHierarchicalDataItem({ code: `ROM`, parent: `Europe`, name: `Romania`, population: 21384832 }), + new CountyHierarchicalDataItem({ code: `RUS`, parent: `Europe`, name: `Russia`, population: 142960000 }), + new CountyHierarchicalDataItem({ code: `SMR`, parent: `Europe`, name: `San Marino`, population: 31735 }), + new CountyHierarchicalDataItem({ code: `SBR`, parent: `Europe`, name: `Serbia`, population: 7258745 }), + new CountyHierarchicalDataItem({ code: `STM`, parent: `Europe`, name: `Sint Maarten`, population: 36609 }), + new CountyHierarchicalDataItem({ code: `SVK`, parent: `Europe`, name: `Slovakia`, population: 5398384 }), + new CountyHierarchicalDataItem({ code: `SLO`, parent: `Europe`, name: `Slovenia`, population: 2052843 }), + new CountyHierarchicalDataItem({ code: `ESP`, parent: `Europe`, name: `Spain`, population: 46174601 }), + new CountyHierarchicalDataItem({ code: `STM`, parent: `Europe`, name: `St. Martin`, population: 30615 }), + new CountyHierarchicalDataItem({ code: `SWE`, parent: `Europe`, name: `Sweden`, population: 9449213 }), + new CountyHierarchicalDataItem({ code: `CHE`, parent: `Europe`, name: `Switzerland`, population: 7912398 }), + new CountyHierarchicalDataItem({ code: `UKR`, parent: `Europe`, name: `Ukraine`, population: 45706100 }), + new CountyHierarchicalDataItem({ code: `GBR`, parent: `Europe`, name: `United Kingdom`, population: 62744081 }), + new CountyHierarchicalDataItem({ code: `DZA`, parent: `Middle East`, name: `Algeria`, population: 35980193 }), + new CountyHierarchicalDataItem({ code: `AZE`, parent: `Middle East`, name: `Azerbaijan`, population: 9173082 }), + new CountyHierarchicalDataItem({ code: `BHR`, parent: `Middle East`, name: `Bahrain`, population: 1323535 }), + new CountyHierarchicalDataItem({ code: `EGY`, parent: `Middle East`, name: `Egypt`, population: 82536770 }), + new CountyHierarchicalDataItem({ code: `IRN`, parent: `Middle East`, name: `Iran`, population: 74798599 }), + new CountyHierarchicalDataItem({ code: `IRQ`, parent: `Middle East`, name: `Iraq`, population: 32961959 }), + new CountyHierarchicalDataItem({ code: `ISR`, parent: `Middle East`, name: `Israel`, population: 7765900 }), + new CountyHierarchicalDataItem({ code: `JOR`, parent: `Middle East`, name: `Jordan`, population: 6181000 }), + new CountyHierarchicalDataItem({ code: `KWT`, parent: `Middle East`, name: `Kuwait`, population: 2818042 }), + new CountyHierarchicalDataItem({ code: `LBN`, parent: `Middle East`, name: `Lebanon`, population: 4259405 }), + new CountyHierarchicalDataItem({ code: `LBY`, parent: `Middle East`, name: `Libya`, population: 6422772 }), + new CountyHierarchicalDataItem({ code: `MAR`, parent: `Middle East`, name: `Morocco`, population: 32272974 }), + new CountyHierarchicalDataItem({ code: `OMN`, parent: `Middle East`, name: `Oman`, population: 2846145 }), + new CountyHierarchicalDataItem({ code: `PKS`, parent: `Middle East`, name: `Pakistan`, population: 176745364 }), + new CountyHierarchicalDataItem({ code: `QTR`, parent: `Middle East`, name: `Qatar`, population: 1870041 }), + new CountyHierarchicalDataItem({ code: `SAR`, parent: `Middle East`, name: `Saudi Arabia`, population: 28082541 }), + new CountyHierarchicalDataItem({ code: `SOM`, parent: `Middle East`, name: `Somalia`, population: 9556873 }), + new CountyHierarchicalDataItem({ code: `SYR`, parent: `Middle East`, name: `Syria`, population: 20820311 }), + new CountyHierarchicalDataItem({ code: `TUN`, parent: `Middle East`, name: `Tunisia`, population: 10673800 }), + new CountyHierarchicalDataItem({ code: `TUR`, parent: `Middle East`, name: `Turkey`, population: 73639596 }), + new CountyHierarchicalDataItem({ code: `UAE`, parent: `Middle East`, name: `United Arab Emirates`, population: 7890924 }), + new CountyHierarchicalDataItem({ code: `WTB`, parent: `Middle East`, name: `West Bank`, population: 3927051 }), + new CountyHierarchicalDataItem({ code: `YEM`, parent: `Middle East`, name: `Yemen`, population: 24799880 }), + new CountyHierarchicalDataItem({ code: `CAN`, parent: `North America`, name: `Canada`, population: 34483975 }), + new CountyHierarchicalDataItem({ code: `GRL`, parent: `North America`, name: `Greenland`, population: 56840 }), + new CountyHierarchicalDataItem({ code: `MEX`, parent: `North America`, name: `Mexico`, population: 114793341 }), + new CountyHierarchicalDataItem({ code: `USA`, parent: `North America`, name: `United States`, population: 311591917 }), + new CountyHierarchicalDataItem({ code: `AMS`, parent: `Oceania`, name: `American Samoa`, population: 69543 }), + new CountyHierarchicalDataItem({ code: `AUS`, parent: `Oceania`, name: `Australia`, population: 22323900 }), + new CountyHierarchicalDataItem({ code: `FIJ`, parent: `Oceania`, name: `Fiji`, population: 868406 }), + new CountyHierarchicalDataItem({ code: `FRP`, parent: `Oceania`, name: `French Polynesia`, population: 273777 }), + new CountyHierarchicalDataItem({ code: `KIR`, parent: `Oceania`, name: `Kiribati`, population: 101093 }), + new CountyHierarchicalDataItem({ code: `MIS`, parent: `Oceania`, name: `Marshall Islands`, population: 54816 }), + new CountyHierarchicalDataItem({ code: `MCR`, parent: `Oceania`, name: `Micronesia`, population: 111542 }), + new CountyHierarchicalDataItem({ code: `NCD`, parent: `Oceania`, name: `New Caledonia`, population: 254024 }), + new CountyHierarchicalDataItem({ code: `NZL`, parent: `Oceania`, name: `New Zealand`, population: 4405200 }), + new CountyHierarchicalDataItem({ code: `PAL`, parent: `Oceania`, name: `Palau`, population: 20609 }), + new CountyHierarchicalDataItem({ code: `PNG`, parent: `Oceania`, name: `Papua New Guinea`, population: 7013829 }), + new CountyHierarchicalDataItem({ code: `SAM`, parent: `Oceania`, name: `Samoa`, population: 183874 }), + new CountyHierarchicalDataItem({ code: `SIS`, parent: `Oceania`, name: `Solomon Islands`, population: 552267 }), + new CountyHierarchicalDataItem({ code: `TML`, parent: `Oceania`, name: `Timor-Leste`, population: 1175880 }), + new CountyHierarchicalDataItem({ code: `TON`, parent: `Oceania`, name: `Tonga`, population: 104509 }), + new CountyHierarchicalDataItem({ code: `TUV`, parent: `Oceania`, name: `Tuvalu`, population: 9847 }), + new CountyHierarchicalDataItem({ code: `VNT`, parent: `Oceania`, name: `Vanuatu`, population: 245619 }), + new CountyHierarchicalDataItem({ code: `ARG`, parent: `South America`, name: `Argentina`, population: 40764561 }), + new CountyHierarchicalDataItem({ code: `BOL`, parent: `South America`, name: `Bolivia`, population: 10088108 }), + new CountyHierarchicalDataItem({ code: `BRA`, parent: `South America`, name: `Brazil`, population: 196655014 }), + new CountyHierarchicalDataItem({ code: `CHI`, parent: `South America`, name: `Chile`, population: 17269525 }), + new CountyHierarchicalDataItem({ code: `COL`, parent: `South America`, name: `Colombia`, population: 46927125 }), + new CountyHierarchicalDataItem({ code: `ECU`, parent: `South America`, name: `Ecuador`, population: 14666055 }), + new CountyHierarchicalDataItem({ code: `GUY`, parent: `South America`, name: `Guyana`, population: 756040 }), + new CountyHierarchicalDataItem({ code: `PAR`, parent: `South America`, name: `Paraguay`, population: 6568290 }), + new CountyHierarchicalDataItem({ code: `PER`, parent: `South America`, name: `Peru`, population: 29399817 }), + new CountyHierarchicalDataItem({ code: `SUR`, parent: `South America`, name: `Suriname`, population: 529419 }), + new CountyHierarchicalDataItem({ code: `URG`, parent: `South America`, name: `Uruguay`, population: 3368595 }), + new CountyHierarchicalDataItem({ code: `VEN`, parent: `South America`, name: `Venezuela`, population: 29278000 }), ]; super(...newItems.slice(0)); } diff --git a/samples/grids/grid/binding-composite-data/src/CustomersData.ts b/samples/grids/grid/binding-composite-data/src/CustomersData.ts index 8f4140d2b9..f9aa8c0893 100644 --- a/samples/grids/grid/binding-composite-data/src/CustomersData.ts +++ b/samples/grids/grid/binding-composite-data/src/CustomersData.ts @@ -22,384 +22,33 @@ export class CustomersData extends Array { super(...items); } else { const newItems = [ - new CustomersDataItem( - { - ID: `ALFKI`, - Company: `Alfreds Futterkiste`, - ContactName: `Maria Anders`, - ContactTitle: `Sales Representative`, - Address: `Obere Str. 57`, - City: `Berlin`, - Region: `East`, - PostalCode: 12209, - Country: `Germany`, - Phone: `030-0074321`, - Fax: `030-0076545` - }), - new CustomersDataItem( - { - ID: `ANATR`, - Company: `Ana Trujillo Emparedados y helados`, - ContactName: `Ana Trujillo`, - ContactTitle: `Owner`, - Address: `Avda. de la Constitución 2222`, - City: `México D.F.`, - Region: `South`, - PostalCode: 5021, - Country: `Mexico`, - Phone: `(5) 555-4729`, - Fax: `(5) 555-3745` - }), - new CustomersDataItem( - { - ID: `ANTON`, - Company: `Antonio Moreno Taquería`, - ContactName: `Antonio Moreno`, - ContactTitle: `Owner`, - Address: `Mataderos 2312`, - City: `México D.F.`, - Region: `South`, - PostalCode: 5023, - Country: `Mexico`, - Phone: `(5) 555-3932`, - Fax: `(5) 555-3745` - }), - new CustomersDataItem( - { - ID: `AROUT`, - Company: `Around the Horn`, - ContactName: `Thomas Hardy`, - ContactTitle: `Sales Representative`, - Address: `120 Hanover Sq.`, - City: `London`, - Region: `East`, - PostalCode: 22000, - Country: `UK`, - Phone: `(171) 555-7788`, - Fax: `(171) 555-6750` - }), - new CustomersDataItem( - { - ID: `BERGS`, - Company: `Berglunds snabbköp`, - ContactName: `Christina Berglund`, - ContactTitle: `Order Administrator`, - Address: `Berguvsvägen 8`, - City: `Luleå`, - Region: `South`, - PostalCode: 17000, - Country: `Sweden`, - Phone: `0921-12 34 65`, - Fax: `0921-12 34 67` - }), - new CustomersDataItem( - { - ID: `BLAUS`, - Company: `Blauer See Delikatessen`, - ContactName: `Hanna Moos`, - ContactTitle: `Sales Representative`, - Address: `Forsterstr. 57`, - City: `Mannheim`, - Region: `East`, - PostalCode: 68306, - Country: `Germany`, - Phone: `0621-08460`, - Fax: `0621-08924` - }), - new CustomersDataItem( - { - ID: `BLONP`, - Company: `Blondesddsl père et fils`, - ContactName: `Frédérique Citeaux`, - ContactTitle: `Marketing Manager`, - Address: `24, place Kléber`, - City: `Strasbourg`, - Region: `East`, - PostalCode: 67000, - Country: `France`, - Phone: `88.60.15.31`, - Fax: `88.60.15.32` - }), - new CustomersDataItem( - { - ID: `BOLID`, - Company: `Bólido Comidas preparadas`, - ContactName: `Martín Sommer`, - ContactTitle: `Owner`, - Address: `C/ Araquil, 67`, - City: `Madrid`, - Region: `East`, - PostalCode: 28023, - Country: `Spain`, - Phone: `(91) 555 22 82`, - Fax: `(91) 555 91 99` - }), - new CustomersDataItem( - { - ID: `BONAP`, - Company: `Bon app'`, - ContactName: `Laurence Lebihan`, - ContactTitle: `Owner`, - Address: `12, rue des Bouchers`, - City: `Marseille`, - Region: `West`, - PostalCode: 13008, - Country: `France`, - Phone: `91.24.45.40`, - Fax: `91.24.45.41` - }), - new CustomersDataItem( - { - ID: `BOTTM`, - Company: `Bottom-Dollar Markets`, - ContactName: `Elizabeth Lincoln`, - ContactTitle: `Accounting Manager`, - Address: `23 Tsawassen Blvd.`, - City: `Tsawassen`, - Region: `BC`, - PostalCode: 28000, - Country: `Canada`, - Phone: `(604) 555-4729`, - Fax: `(604) 555-3745` - }), - new CustomersDataItem( - { - ID: `BSBEV`, - Company: `B's Beverages`, - ContactName: `Victoria Ashworth`, - ContactTitle: `Sales Representative`, - Address: `Fauntleroy Circus`, - City: `London`, - Region: `South`, - PostalCode: 10000, - Country: `UK`, - Phone: `(171) 555-1212`, - Fax: `(5) 555-3745` - }), - new CustomersDataItem( - { - ID: `CACTU`, - Company: `Cactus Comidas para llevar`, - ContactName: `Patricio Simpson`, - ContactTitle: `Sales Agent`, - Address: `Cerrito 333`, - City: `Buenos Aires`, - Region: `East`, - PostalCode: 1010, - Country: `Argentina`, - Phone: `(1) 135-5555`, - Fax: `(1) 135-4892` - }), - new CustomersDataItem( - { - ID: `CENTC`, - Company: `Centro comercial Moctezuma`, - ContactName: `Francisco Chang`, - ContactTitle: `Marketing Manager`, - Address: `Sierras de Granada 9993`, - City: `México D.F.`, - Region: `South`, - PostalCode: 5022, - Country: `Mexico`, - Phone: `(5) 555-3392`, - Fax: `(5) 555-7293` - }), - new CustomersDataItem( - { - ID: `CHOPS`, - Company: `Chop-suey Chinese`, - ContactName: `Yang Wang`, - ContactTitle: `Owner`, - Address: `Hauptstr. 29`, - City: `Bern`, - Region: `East`, - PostalCode: 3012, - Country: `Switzerland`, - Phone: `0452-076545`, - Fax: `(5) 555-3745` - }), - new CustomersDataItem( - { - ID: `COMMI`, - Company: `Comércio Mineiro`, - ContactName: `Pedro Afonso`, - ContactTitle: `Sales Associate`, - Address: `Av. dos Lusíadas, 23`, - City: `Sao Paulo`, - Region: `SP`, - PostalCode: 34000, - Country: `Brazil`, - Phone: `(11) 555-7647`, - Fax: `(5) 555-3745` - }), - new CustomersDataItem( - { - ID: `CONSH`, - Company: `Consolidated Holdings`, - ContactName: `Elizabeth Brown`, - ContactTitle: `Sales Representative`, - Address: `Berkeley Gardens 12 Brewery`, - City: `London`, - Region: `South`, - PostalCode: 27000, - Country: `UK`, - Phone: `(171) 555-2282`, - Fax: `(171) 555-9199` - }), - new CustomersDataItem( - { - ID: `DRACD`, - Company: `Drachenblut Delikatessen`, - ContactName: `Sven Ottlieb`, - ContactTitle: `Order Administrator`, - Address: `Walserweg 21`, - City: `Aachen`, - Region: `South`, - PostalCode: 52066, - Country: `Germany`, - Phone: `0241-039123`, - Fax: `0241-059428` - }), - new CustomersDataItem( - { - ID: `DUMON`, - Company: `Du monde entier`, - ContactName: `Janine Labrune`, - ContactTitle: `Owner`, - Address: `67, rue des Cinquante Otages`, - City: `Nantes`, - Region: `East`, - PostalCode: 44000, - Country: `France`, - Phone: `40.67.88.88`, - Fax: `40.67.89.89` - }), - new CustomersDataItem( - { - ID: `EASTC`, - Company: `Eastern Connection`, - ContactName: `Ann Devon`, - ContactTitle: `Sales Agent`, - Address: `35 King George`, - City: `London`, - Region: `East`, - PostalCode: 41000, - Country: `UK`, - Phone: `(171) 555-0297`, - Fax: `(171) 555-3373` - }), - new CustomersDataItem( - { - ID: `ERNSH`, - Company: `Ernst Handel`, - ContactName: `Roland Mendel`, - ContactTitle: `Sales Manager`, - Address: `Kirchgasse 6`, - City: `Graz`, - Region: `South`, - PostalCode: 8010, - Country: `Austria`, - Phone: `7675-3425`, - Fax: `7675-3426` - }), - new CustomersDataItem( - { - ID: `FAMIA`, - Company: `Familia Arquibaldo`, - ContactName: `Aria Cruz`, - ContactTitle: `Marketing Assistant`, - Address: `Rua Orós, 92`, - City: `Sao Paulo`, - Region: `SP`, - PostalCode: 27000, - Country: `Brazil`, - Phone: `(11) 555-9857`, - Fax: `(5) 555-3745` - }), - new CustomersDataItem( - { - ID: `FISSA`, - Company: `FISSA Fabrica Inter. Salchichas S.A.`, - ContactName: `Diego Roel`, - ContactTitle: `Accounting Manager`, - Address: `C/ Moralzarzal, 86`, - City: `Madrid`, - Region: `East`, - PostalCode: 28034, - Country: `Spain`, - Phone: `(91) 555 94 44`, - Fax: `(91) 555 55 93` - }), - new CustomersDataItem( - { - ID: `FOLIG`, - Company: `Folies gourmandes`, - ContactName: `Martine Rancé`, - ContactTitle: `Assistant Sales Agent`, - Address: `184, chaussée de Tournai`, - City: `Lille`, - Region: `South`, - PostalCode: 59000, - Country: `France`, - Phone: `20.16.10.16`, - Fax: `20.16.10.17` - }), - new CustomersDataItem( - { - ID: `FOLKO`, - Company: `Folk och fä HB`, - ContactName: `Maria Larsson`, - ContactTitle: `Owner`, - Address: `Åkergatan 24`, - City: `Bräcke`, - Region: `East`, - PostalCode: 36000, - Country: `Sweden`, - Phone: `0695-34 67 21`, - Fax: `0695 33-4455` - }), - new CustomersDataItem( - { - ID: `FRANK`, - Company: `Frankenversand`, - ContactName: `Peter Franken`, - ContactTitle: `Marketing Manager`, - Address: `Berliner Platz 43`, - City: `München`, - Region: `East`, - PostalCode: 80805, - Country: `Germany`, - Phone: `089-0877310`, - Fax: `089-0877451` - }), - new CustomersDataItem( - { - ID: `FRANR`, - Company: `France restauration`, - ContactName: `Carine Schmitt`, - ContactTitle: `Marketing Manager`, - Address: `54, rue Royale`, - City: `Nantes`, - Region: `South`, - PostalCode: 44000, - Country: `France`, - Phone: `40.32.21.21`, - Fax: `40.32.21.20` - }), - new CustomersDataItem( - { - ID: `FRANS`, - Company: `Franchi S.p.A.`, - ContactName: `Paolo Accorti`, - ContactTitle: `Sales Representative`, - Address: `Via Monte Bianco 34`, - City: `Torino`, - Region: `East`, - PostalCode: 10100, - Country: `Italy`, - Phone: `011-4988260`, - Fax: `011-4988261` - }), + new CustomersDataItem({ ID: `ALFKI`, Company: `Alfreds Futterkiste`, ContactName: `Maria Anders`, ContactTitle: `Sales Representative`, Address: `Obere Str. 57`, City: `Berlin`, Region: `East`, PostalCode: 12209, Country: `Germany`, Phone: `030-0074321`, Fax: `030-0076545` }), + new CustomersDataItem({ ID: `ANATR`, Company: `Ana Trujillo Emparedados y helados`, ContactName: `Ana Trujillo`, ContactTitle: `Owner`, Address: `Avda. de la Constitución 2222`, City: `México D.F.`, Region: `South`, PostalCode: 5021, Country: `Mexico`, Phone: `(5) 555-4729`, Fax: `(5) 555-3745` }), + new CustomersDataItem({ ID: `ANTON`, Company: `Antonio Moreno Taquería`, ContactName: `Antonio Moreno`, ContactTitle: `Owner`, Address: `Mataderos 2312`, City: `México D.F.`, Region: `South`, PostalCode: 5023, Country: `Mexico`, Phone: `(5) 555-3932`, Fax: `(5) 555-3745` }), + new CustomersDataItem({ ID: `AROUT`, Company: `Around the Horn`, ContactName: `Thomas Hardy`, ContactTitle: `Sales Representative`, Address: `120 Hanover Sq.`, City: `London`, Region: `East`, PostalCode: 22000, Country: `UK`, Phone: `(171) 555-7788`, Fax: `(171) 555-6750` }), + new CustomersDataItem({ ID: `BERGS`, Company: `Berglunds snabbköp`, ContactName: `Christina Berglund`, ContactTitle: `Order Administrator`, Address: `Berguvsvägen 8`, City: `Luleå`, Region: `South`, PostalCode: 17000, Country: `Sweden`, Phone: `0921-12 34 65`, Fax: `0921-12 34 67` }), + new CustomersDataItem({ ID: `BLAUS`, Company: `Blauer See Delikatessen`, ContactName: `Hanna Moos`, ContactTitle: `Sales Representative`, Address: `Forsterstr. 57`, City: `Mannheim`, Region: `East`, PostalCode: 68306, Country: `Germany`, Phone: `0621-08460`, Fax: `0621-08924` }), + new CustomersDataItem({ ID: `BLONP`, Company: `Blondesddsl père et fils`, ContactName: `Frédérique Citeaux`, ContactTitle: `Marketing Manager`, Address: `24, place Kléber`, City: `Strasbourg`, Region: `East`, PostalCode: 67000, Country: `France`, Phone: `88.60.15.31`, Fax: `88.60.15.32` }), + new CustomersDataItem({ ID: `BOLID`, Company: `Bólido Comidas preparadas`, ContactName: `Martín Sommer`, ContactTitle: `Owner`, Address: `C/ Araquil, 67`, City: `Madrid`, Region: `East`, PostalCode: 28023, Country: `Spain`, Phone: `(91) 555 22 82`, Fax: `(91) 555 91 99` }), + new CustomersDataItem({ ID: `BONAP`, Company: `Bon app'`, ContactName: `Laurence Lebihan`, ContactTitle: `Owner`, Address: `12, rue des Bouchers`, City: `Marseille`, Region: `West`, PostalCode: 13008, Country: `France`, Phone: `91.24.45.40`, Fax: `91.24.45.41` }), + new CustomersDataItem({ ID: `BOTTM`, Company: `Bottom-Dollar Markets`, ContactName: `Elizabeth Lincoln`, ContactTitle: `Accounting Manager`, Address: `23 Tsawassen Blvd.`, City: `Tsawassen`, Region: `BC`, PostalCode: 28000, Country: `Canada`, Phone: `(604) 555-4729`, Fax: `(604) 555-3745` }), + new CustomersDataItem({ ID: `BSBEV`, Company: `B's Beverages`, ContactName: `Victoria Ashworth`, ContactTitle: `Sales Representative`, Address: `Fauntleroy Circus`, City: `London`, Region: `South`, PostalCode: 10000, Country: `UK`, Phone: `(171) 555-1212`, Fax: `(5) 555-3745` }), + new CustomersDataItem({ ID: `CACTU`, Company: `Cactus Comidas para llevar`, ContactName: `Patricio Simpson`, ContactTitle: `Sales Agent`, Address: `Cerrito 333`, City: `Buenos Aires`, Region: `East`, PostalCode: 1010, Country: `Argentina`, Phone: `(1) 135-5555`, Fax: `(1) 135-4892` }), + new CustomersDataItem({ ID: `CENTC`, Company: `Centro comercial Moctezuma`, ContactName: `Francisco Chang`, ContactTitle: `Marketing Manager`, Address: `Sierras de Granada 9993`, City: `México D.F.`, Region: `South`, PostalCode: 5022, Country: `Mexico`, Phone: `(5) 555-3392`, Fax: `(5) 555-7293` }), + new CustomersDataItem({ ID: `CHOPS`, Company: `Chop-suey Chinese`, ContactName: `Yang Wang`, ContactTitle: `Owner`, Address: `Hauptstr. 29`, City: `Bern`, Region: `East`, PostalCode: 3012, Country: `Switzerland`, Phone: `0452-076545`, Fax: `(5) 555-3745` }), + new CustomersDataItem({ ID: `COMMI`, Company: `Comércio Mineiro`, ContactName: `Pedro Afonso`, ContactTitle: `Sales Associate`, Address: `Av. dos Lusíadas, 23`, City: `Sao Paulo`, Region: `SP`, PostalCode: 34000, Country: `Brazil`, Phone: `(11) 555-7647`, Fax: `(5) 555-3745` }), + new CustomersDataItem({ ID: `CONSH`, Company: `Consolidated Holdings`, ContactName: `Elizabeth Brown`, ContactTitle: `Sales Representative`, Address: `Berkeley Gardens 12 Brewery`, City: `London`, Region: `South`, PostalCode: 27000, Country: `UK`, Phone: `(171) 555-2282`, Fax: `(171) 555-9199` }), + new CustomersDataItem({ ID: `DRACD`, Company: `Drachenblut Delikatessen`, ContactName: `Sven Ottlieb`, ContactTitle: `Order Administrator`, Address: `Walserweg 21`, City: `Aachen`, Region: `South`, PostalCode: 52066, Country: `Germany`, Phone: `0241-039123`, Fax: `0241-059428` }), + new CustomersDataItem({ ID: `DUMON`, Company: `Du monde entier`, ContactName: `Janine Labrune`, ContactTitle: `Owner`, Address: `67, rue des Cinquante Otages`, City: `Nantes`, Region: `East`, PostalCode: 44000, Country: `France`, Phone: `40.67.88.88`, Fax: `40.67.89.89` }), + new CustomersDataItem({ ID: `EASTC`, Company: `Eastern Connection`, ContactName: `Ann Devon`, ContactTitle: `Sales Agent`, Address: `35 King George`, City: `London`, Region: `East`, PostalCode: 41000, Country: `UK`, Phone: `(171) 555-0297`, Fax: `(171) 555-3373` }), + new CustomersDataItem({ ID: `ERNSH`, Company: `Ernst Handel`, ContactName: `Roland Mendel`, ContactTitle: `Sales Manager`, Address: `Kirchgasse 6`, City: `Graz`, Region: `South`, PostalCode: 8010, Country: `Austria`, Phone: `7675-3425`, Fax: `7675-3426` }), + new CustomersDataItem({ ID: `FAMIA`, Company: `Familia Arquibaldo`, ContactName: `Aria Cruz`, ContactTitle: `Marketing Assistant`, Address: `Rua Orós, 92`, City: `Sao Paulo`, Region: `SP`, PostalCode: 27000, Country: `Brazil`, Phone: `(11) 555-9857`, Fax: `(5) 555-3745` }), + new CustomersDataItem({ ID: `FISSA`, Company: `FISSA Fabrica Inter. Salchichas S.A.`, ContactName: `Diego Roel`, ContactTitle: `Accounting Manager`, Address: `C/ Moralzarzal, 86`, City: `Madrid`, Region: `East`, PostalCode: 28034, Country: `Spain`, Phone: `(91) 555 94 44`, Fax: `(91) 555 55 93` }), + new CustomersDataItem({ ID: `FOLIG`, Company: `Folies gourmandes`, ContactName: `Martine Rancé`, ContactTitle: `Assistant Sales Agent`, Address: `184, chaussée de Tournai`, City: `Lille`, Region: `South`, PostalCode: 59000, Country: `France`, Phone: `20.16.10.16`, Fax: `20.16.10.17` }), + new CustomersDataItem({ ID: `FOLKO`, Company: `Folk och fä HB`, ContactName: `Maria Larsson`, ContactTitle: `Owner`, Address: `Åkergatan 24`, City: `Bräcke`, Region: `East`, PostalCode: 36000, Country: `Sweden`, Phone: `0695-34 67 21`, Fax: `0695 33-4455` }), + new CustomersDataItem({ ID: `FRANK`, Company: `Frankenversand`, ContactName: `Peter Franken`, ContactTitle: `Marketing Manager`, Address: `Berliner Platz 43`, City: `München`, Region: `East`, PostalCode: 80805, Country: `Germany`, Phone: `089-0877310`, Fax: `089-0877451` }), + new CustomersDataItem({ ID: `FRANR`, Company: `France restauration`, ContactName: `Carine Schmitt`, ContactTitle: `Marketing Manager`, Address: `54, rue Royale`, City: `Nantes`, Region: `South`, PostalCode: 44000, Country: `France`, Phone: `40.32.21.21`, Fax: `40.32.21.20` }), + new CustomersDataItem({ ID: `FRANS`, Company: `Franchi S.p.A.`, ContactName: `Paolo Accorti`, ContactTitle: `Sales Representative`, Address: `Via Monte Bianco 34`, City: `Torino`, Region: `East`, PostalCode: 10100, Country: `Italy`, Phone: `011-4988260`, Fax: `011-4988261` }), ]; super(...newItems.slice(0)); } diff --git a/samples/grids/grid/binding-nested-data-1/src/EmployeesNestedData.ts b/samples/grids/grid/binding-nested-data-1/src/EmployeesNestedData.ts index 8706b4e8c8..0728ee874d 100644 --- a/samples/grids/grid/binding-nested-data-1/src/EmployeesNestedData.ts +++ b/samples/grids/grid/binding-nested-data-1/src/EmployeesNestedData.ts @@ -39,317 +39,35 @@ export class EmployeesNestedData extends Array { super(...items); } else { const newItems = [ - new EmployeesNestedDataItem( - { - ID: 1, - Age: 55, - Salary: 80000, - Productivity: 90, - City: `Berlin`, - Country: `Germany`, - Phone: `609-202-505`, - HireDate: `2008-03-20`, - Name: `John Winchester`, - Title: `Development Manager`, - Employees: [ - new EmployeesNestedDataItem_EmployeesItem( - { - Age: 43, - Salary: 70000, - Productivity: 80, - City: `Hamburg`, - Country: `Germany`, - Phone: `609-444-555`, - HireDate: `2011-06-03`, - ID: 3, - Name: `Michael Burke`, - Title: `Senior Software Developer` - }), - new EmployeesNestedDataItem_EmployeesItem( - { - Age: 29, - Salary: 60000, - Productivity: 80, - City: `Munich`, - Country: `Germany`, - Phone: `609-333-444`, - HireDate: `2009-06-19`, - ID: 2, - Name: `Thomas Anderson`, - Title: `Senior Software Developer` - }), - new EmployeesNestedDataItem_EmployeesItem( - { - Age: 31, - Salary: 90000, - Productivity: 80, - City: `Warasw`, - Country: `Poland`, - Phone: `609-222-205`, - HireDate: `2014-08-18`, - ID: 11, - Name: `Monica Reyes`, - Title: `Software Development Team Lead` - }), - new EmployeesNestedDataItem_EmployeesItem( - { - Age: 35, - Salary: 70000, - Productivity: 70, - City: `Koln`, - Country: `Germany`, - Phone: `609-502-525`, - HireDate: `2015-09-17`, - ID: 6, - Name: `Roland Mendel`, - Title: `Senior Software Developer` - })] - - }), - new EmployeesNestedDataItem( - { - ID: 4, - Age: 42, - Salary: 90000, - Productivity: 80, - City: `Kielce`, - Country: `Poland`, - Phone: `609-202-505`, - HireDate: `2014-01-22`, - Name: `Ana Sanders`, - Title: `CEO`, - Employees: [ - new EmployeesNestedDataItem_EmployeesItem( - { - Age: 44, - Salary: 80000, - Productivity: 80, - City: `Warasw`, - Country: `Poland`, - Phone: `609-202-505`, - HireDate: `2014-04-04`, - ID: 14, - Name: `Laurence Johnson`, - Title: `Director` - }), - new EmployeesNestedDataItem_EmployeesItem( - { - Age: 25, - Salary: 85000, - Productivity: 55, - City: `Paris`, - Country: `France`, - Phone: `609-202-505`, - HireDate: `2017-11-09`, - ID: 5, - Name: `Elizabeth Richards`, - Title: `Vice President` - }), - new EmployeesNestedDataItem_EmployeesItem( - { - Age: 39, - Salary: 88000, - Productivity: 88, - City: `London`, - Country: `UK`, - Phone: `609-202-505`, - HireDate: `2010-03-22`, - ID: 13, - Name: `Trevor Ashworth`, - Title: `Director` - })] - - }), - new EmployeesNestedDataItem( - { - ID: 18, - Age: 49, - Salary: 77000, - Productivity: 70, - City: `Manchester`, - Country: `UK`, - Phone: `222-555-577`, - HireDate: `2014-01-22`, - Name: `Victoria Lincoln`, - Title: `Senior Accountant`, - Employees: [ - new EmployeesNestedDataItem_EmployeesItem( - { - Age: 43, - Salary: 70000, - Productivity: 80, - City: `Hamburg`, - Country: `Germany`, - Phone: `609-444-555`, - HireDate: `2011-06-03`, - ID: 23, - Name: `Thomas Burke`, - Title: `Senior Accountant` - }), - new EmployeesNestedDataItem_EmployeesItem( - { - Age: 29, - Salary: 60000, - Productivity: 80, - City: `Munich`, - Country: `Germany`, - Phone: `609-333-444`, - HireDate: `2009-06-19`, - ID: 22, - Name: `Michael Anderson`, - Title: `Junior Accountant` - }), - new EmployeesNestedDataItem_EmployeesItem( - { - Age: 31, - Salary: 90000, - Productivity: 80, - City: `Warasw`, - Country: `Poland`, - Phone: `609-222-205`, - HireDate: `2014-08-18`, - ID: 21, - Name: `Roland Reyes`, - Title: `Accountant Team Lead` - }), - new EmployeesNestedDataItem_EmployeesItem( - { - Age: 35, - Salary: 70000, - Productivity: 70, - City: `Koln`, - Country: `Germany`, - Phone: `609-502-525`, - HireDate: `2015-09-17`, - ID: 24, - Name: `Monica Mendel`, - Title: `Senior Software Developer` - })] - - }), - new EmployeesNestedDataItem( - { - ID: 10, - Age: 61, - Salary: 85000, - Productivity: 890, - City: `Lyon`, - Country: `France`, - Phone: `259-266-887`, - HireDate: `2010-01-01`, - Name: `Yang Wang`, - Title: `Localization Developer`, - Employees: [ - new EmployeesNestedDataItem_EmployeesItem( - { - Age: 31, - Salary: 90000, - Productivity: 80, - City: `Warasw`, - Country: `Poland`, - Phone: `609-222-205`, - HireDate: `2014-08-18`, - ID: 11, - Name: `Monica Reyes`, - Title: `Software Development Team Lead` - }), - new EmployeesNestedDataItem_EmployeesItem( - { - Age: 35, - Salary: 70000, - Productivity: 70, - City: `Koln`, - Country: `Germany`, - Phone: `609-502-525`, - HireDate: `2015-09-17`, - ID: 6, - Name: `Roland Mendel`, - Title: `Senior Software Developer` - })] - - }), - new EmployeesNestedDataItem( - { - ID: 35, - Age: 35, - Salary: 75000, - Productivity: 75, - City: `Warasw`, - Country: `Poland`, - Phone: `688-244-844`, - HireDate: `2014-01-22`, - Name: `Janine Munoz`, - Title: `HR`, - Employees: [ - new EmployeesNestedDataItem_EmployeesItem( - { - Age: 43, - Salary: 70000, - Productivity: 80, - City: `Hamburg`, - Country: `Germany`, - Phone: `609-444-555`, - HireDate: `2011-06-03`, - ID: 3, - Name: `Michael Burke`, - Title: `Senior Software Developer` - }), - new EmployeesNestedDataItem_EmployeesItem( - { - Age: 31, - Salary: 90000, - Productivity: 80, - City: `Warasw`, - Country: `Poland`, - Phone: `609-222-205`, - HireDate: `2014-08-18`, - ID: 11, - Name: `Monica Reyes`, - Title: `Software Development Team Lead` - })] - - }), - new EmployeesNestedDataItem( - { - ID: 10, - Age: 49, - Salary: 95000, - Productivity: 80, - City: `Krakow`, - Country: `Poland`, - Phone: `677-266-555`, - HireDate: `2010-01-01`, - Name: `Yang Wang`, - Title: `Sales Manager`, - Employees: [ - new EmployeesNestedDataItem_EmployeesItem( - { - Age: 29, - Salary: 60000, - Productivity: 80, - City: `Munich`, - Country: `Germany`, - Phone: `609-333-444`, - HireDate: `2009-06-19`, - ID: 2, - Name: `Thomas Anderson`, - Title: `Senior Software Developer` - }), - new EmployeesNestedDataItem_EmployeesItem( - { - Age: 35, - Salary: 70000, - Productivity: 70, - City: `Koln`, - Country: `Germany`, - Phone: `609-502-525`, - HireDate: `2015-09-17`, - ID: 6, - Name: `Roland Mendel`, - Title: `Senior Software Developer` - })] - - }), + new EmployeesNestedDataItem({ ID: 1, Age: 55, Salary: 80000, Productivity: 90, City: `Berlin`, Country: `Germany`, Phone: `609-202-505`, HireDate: `2008-03-20`, Name: `John Winchester`, Title: `Development Manager`, Employees: [ + new EmployeesNestedDataItem_EmployeesItem({ Age: 43, Salary: 70000, Productivity: 80, City: `Hamburg`, Country: `Germany`, Phone: `609-444-555`, HireDate: `2011-06-03`, ID: 3, Name: `Michael Burke`, Title: `Senior Software Developer` }), + new EmployeesNestedDataItem_EmployeesItem({ Age: 29, Salary: 60000, Productivity: 80, City: `Munich`, Country: `Germany`, Phone: `609-333-444`, HireDate: `2009-06-19`, ID: 2, Name: `Thomas Anderson`, Title: `Senior Software Developer` }), + new EmployeesNestedDataItem_EmployeesItem({ Age: 31, Salary: 90000, Productivity: 80, City: `Warasw`, Country: `Poland`, Phone: `609-222-205`, HireDate: `2014-08-18`, ID: 11, Name: `Monica Reyes`, Title: `Software Development Team Lead` }), + new EmployeesNestedDataItem_EmployeesItem({ Age: 35, Salary: 70000, Productivity: 70, City: `Koln`, Country: `Germany`, Phone: `609-502-525`, HireDate: `2015-09-17`, ID: 6, Name: `Roland Mendel`, Title: `Senior Software Developer` })] + }), + new EmployeesNestedDataItem({ ID: 4, Age: 42, Salary: 90000, Productivity: 80, City: `Kielce`, Country: `Poland`, Phone: `609-202-505`, HireDate: `2014-01-22`, Name: `Ana Sanders`, Title: `CEO`, Employees: [ + new EmployeesNestedDataItem_EmployeesItem({ Age: 44, Salary: 80000, Productivity: 80, City: `Warasw`, Country: `Poland`, Phone: `609-202-505`, HireDate: `2014-04-04`, ID: 14, Name: `Laurence Johnson`, Title: `Director` }), + new EmployeesNestedDataItem_EmployeesItem({ Age: 25, Salary: 85000, Productivity: 55, City: `Paris`, Country: `France`, Phone: `609-202-505`, HireDate: `2017-11-09`, ID: 5, Name: `Elizabeth Richards`, Title: `Vice President` }), + new EmployeesNestedDataItem_EmployeesItem({ Age: 39, Salary: 88000, Productivity: 88, City: `London`, Country: `UK`, Phone: `609-202-505`, HireDate: `2010-03-22`, ID: 13, Name: `Trevor Ashworth`, Title: `Director` })] + }), + new EmployeesNestedDataItem({ ID: 18, Age: 49, Salary: 77000, Productivity: 70, City: `Manchester`, Country: `UK`, Phone: `222-555-577`, HireDate: `2014-01-22`, Name: `Victoria Lincoln`, Title: `Senior Accountant`, Employees: [ + new EmployeesNestedDataItem_EmployeesItem({ Age: 43, Salary: 70000, Productivity: 80, City: `Hamburg`, Country: `Germany`, Phone: `609-444-555`, HireDate: `2011-06-03`, ID: 23, Name: `Thomas Burke`, Title: `Senior Accountant` }), + new EmployeesNestedDataItem_EmployeesItem({ Age: 29, Salary: 60000, Productivity: 80, City: `Munich`, Country: `Germany`, Phone: `609-333-444`, HireDate: `2009-06-19`, ID: 22, Name: `Michael Anderson`, Title: `Junior Accountant` }), + new EmployeesNestedDataItem_EmployeesItem({ Age: 31, Salary: 90000, Productivity: 80, City: `Warasw`, Country: `Poland`, Phone: `609-222-205`, HireDate: `2014-08-18`, ID: 21, Name: `Roland Reyes`, Title: `Accountant Team Lead` }), + new EmployeesNestedDataItem_EmployeesItem({ Age: 35, Salary: 70000, Productivity: 70, City: `Koln`, Country: `Germany`, Phone: `609-502-525`, HireDate: `2015-09-17`, ID: 24, Name: `Monica Mendel`, Title: `Senior Software Developer` })] + }), + new EmployeesNestedDataItem({ ID: 10, Age: 61, Salary: 85000, Productivity: 890, City: `Lyon`, Country: `France`, Phone: `259-266-887`, HireDate: `2010-01-01`, Name: `Yang Wang`, Title: `Localization Developer`, Employees: [ + new EmployeesNestedDataItem_EmployeesItem({ Age: 31, Salary: 90000, Productivity: 80, City: `Warasw`, Country: `Poland`, Phone: `609-222-205`, HireDate: `2014-08-18`, ID: 11, Name: `Monica Reyes`, Title: `Software Development Team Lead` }), + new EmployeesNestedDataItem_EmployeesItem({ Age: 35, Salary: 70000, Productivity: 70, City: `Koln`, Country: `Germany`, Phone: `609-502-525`, HireDate: `2015-09-17`, ID: 6, Name: `Roland Mendel`, Title: `Senior Software Developer` })] + }), + new EmployeesNestedDataItem({ ID: 35, Age: 35, Salary: 75000, Productivity: 75, City: `Warasw`, Country: `Poland`, Phone: `688-244-844`, HireDate: `2014-01-22`, Name: `Janine Munoz`, Title: `HR`, Employees: [ + new EmployeesNestedDataItem_EmployeesItem({ Age: 43, Salary: 70000, Productivity: 80, City: `Hamburg`, Country: `Germany`, Phone: `609-444-555`, HireDate: `2011-06-03`, ID: 3, Name: `Michael Burke`, Title: `Senior Software Developer` }), + new EmployeesNestedDataItem_EmployeesItem({ Age: 31, Salary: 90000, Productivity: 80, City: `Warasw`, Country: `Poland`, Phone: `609-222-205`, HireDate: `2014-08-18`, ID: 11, Name: `Monica Reyes`, Title: `Software Development Team Lead` })] + }), + new EmployeesNestedDataItem({ ID: 10, Age: 49, Salary: 95000, Productivity: 80, City: `Krakow`, Country: `Poland`, Phone: `677-266-555`, HireDate: `2010-01-01`, Name: `Yang Wang`, Title: `Sales Manager`, Employees: [ + new EmployeesNestedDataItem_EmployeesItem({ Age: 29, Salary: 60000, Productivity: 80, City: `Munich`, Country: `Germany`, Phone: `609-333-444`, HireDate: `2009-06-19`, ID: 2, Name: `Thomas Anderson`, Title: `Senior Software Developer` }), + new EmployeesNestedDataItem_EmployeesItem({ Age: 35, Salary: 70000, Productivity: 70, City: `Koln`, Country: `Germany`, Phone: `609-502-525`, HireDate: `2015-09-17`, ID: 6, Name: `Roland Mendel`, Title: `Senior Software Developer` })] + }), ]; super(...newItems.slice(0)); } diff --git a/samples/grids/grid/cascading-combo/src/WorldCitiesAbove500K.ts b/samples/grids/grid/cascading-combo/src/WorldCitiesAbove500K.ts index 9156dd4221..69c5d38fe1 100644 --- a/samples/grids/grid/cascading-combo/src/WorldCitiesAbove500K.ts +++ b/samples/grids/grid/cascading-combo/src/WorldCitiesAbove500K.ts @@ -16,7398 +16,930 @@ export class WorldCitiesAbove500K extends Array { super(...items); } else { const newItems = [ - new WorldCitiesAbove500KItem( - { - ID: 10000, - Name: `Shanghai`, - Country: `China`, - Region: `Shanghai`, - Population: 22315474 - }), - new WorldCitiesAbove500KItem( - { - ID: 10001, - Name: `Istanbul`, - Country: `Turkey`, - Region: `Istanbul`, - Population: 14804116 - }), - new WorldCitiesAbove500KItem( - { - ID: 10002, - Name: `Buenos Aires`, - Country: `Argentina`, - Region: `Buenos Aires F.D.`, - Population: 13076300 - }), - new WorldCitiesAbove500KItem( - { - ID: 10003, - Name: `Mumbai`, - Country: `India`, - Region: `Maharashtra`, - Population: 12691836 - }), - new WorldCitiesAbove500KItem( - { - ID: 10004, - Name: `Mexico City`, - Country: `Mexico`, - Region: `Mexico City`, - Population: 12294193 - }), - new WorldCitiesAbove500KItem( - { - ID: 10005, - Name: `Beijing`, - Country: `China`, - Region: `Beijing`, - Population: 11716620 - }), - new WorldCitiesAbove500KItem( - { - ID: 10006, - Name: `Karachi`, - Country: `Pakistan`, - Region: `Sindh`, - Population: 11624219 - }), - new WorldCitiesAbove500KItem( - { - ID: 10007, - Name: `Tianjin`, - Country: `China`, - Region: `Tianjin`, - Population: 11090314 - }), - new WorldCitiesAbove500KItem( - { - ID: 10008, - Name: `Guangzhou`, - Country: `China`, - Region: `Guangdong`, - Population: 11071424 - }), - new WorldCitiesAbove500KItem( - { - ID: 10009, - Name: `Delhi`, - Country: `India`, - Region: `Delhi`, - Population: 10927986 - }), - new WorldCitiesAbove500KItem( - { - ID: 10010, - Name: `Moscow`, - Country: `Russia`, - Region: `Moscow`, - Population: 10381222 - }), - new WorldCitiesAbove500KItem( - { - ID: 10011, - Name: `Shenzhen`, - Country: `China`, - Region: `Guangdong`, - Population: 10358381 - }), - new WorldCitiesAbove500KItem( - { - ID: 10012, - Name: `Dhaka`, - Country: `Bangladesh`, - Region: `Dhaka`, - Population: 10356500 - }), - new WorldCitiesAbove500KItem( - { - ID: 10013, - Name: `Seoul`, - Country: `South Korea`, - Region: `Seoul`, - Population: 10349312 - }), - new WorldCitiesAbove500KItem( - { - ID: 10014, - Name: `Sao Paulo`, - Country: `Brazil`, - Region: `Sao Paulo`, - Population: 10021295 - }), - new WorldCitiesAbove500KItem( - { - ID: 10015, - Name: `Wuhan`, - Country: `China`, - Region: `Hubei`, - Population: 9785388 - }), - new WorldCitiesAbove500KItem( - { - ID: 10016, - Name: `Lagos`, - Country: `Nigeria`, - Region: `Lagos`, - Population: 9000000 - }), - new WorldCitiesAbove500KItem( - { - ID: 10017, - Name: `Jakarta`, - Country: `Indonesia`, - Region: `Jakarta`, - Population: 8540121 - }), - new WorldCitiesAbove500KItem( - { - ID: 10018, - Name: `Tokyo`, - Country: `Japan`, - Region: `Tokyo`, - Population: 8336599 - }), - new WorldCitiesAbove500KItem( - { - ID: 10019, - Name: `New York City`, - Country: `United States`, - Region: `New York`, - Population: 8175133 - }), - new WorldCitiesAbove500KItem( - { - ID: 10020, - Name: `Taipei`, - Country: `Taiwan`, - Region: `Taiwan`, - Population: 7871900 - }), - new WorldCitiesAbove500KItem( - { - ID: 10021, - Name: `Kinshasa`, - Country: `Democratic Republic of the Congo`, - Region: `Kinshasa`, - Population: 7785965 - }), - new WorldCitiesAbove500KItem( - { - ID: 10022, - Name: `Lima`, - Country: `Peru`, - Region: `Lima`, - Population: 7737002 - }), - new WorldCitiesAbove500KItem( - { - ID: 10023, - Name: `Cairo`, - Country: `Egypt`, - Region: `Cairo`, - Population: 7734614 - }), - new WorldCitiesAbove500KItem( - { - ID: 10024, - Name: `Bogota`, - Country: `Colombia`, - Region: `Bogota D.C.`, - Population: 7674366 - }), - new WorldCitiesAbove500KItem( - { - ID: 10025, - Name: `London`, - Country: `United Kingdom`, - Region: `England`, - Population: 7556900 - }), - new WorldCitiesAbove500KItem( - { - ID: 10026, - Name: `Hong Kong`, - Country: `Hong Kong`, - Region: `Central and Western`, - Population: 7482500 - }), - new WorldCitiesAbove500KItem( - { - ID: 10027, - Name: `Chongqing`, - Country: `China`, - Region: `Chongqing`, - Population: 7457600 - }), - new WorldCitiesAbove500KItem( - { - ID: 10028, - Name: `Chengdu`, - Country: `China`, - Region: `Sichuan`, - Population: 7415590 - }), - new WorldCitiesAbove500KItem( - { - ID: 10029, - Name: `Dongguan`, - Country: `China`, - Region: `Guangdong`, - Population: 7271322 - }), - new WorldCitiesAbove500KItem( - { - ID: 10030, - Name: `Baghdad`, - Country: `Iraq`, - Region: `Baghdad`, - Population: 7216000 - }), - new WorldCitiesAbove500KItem( - { - ID: 10031, - Name: `Foshan`, - Country: `China`, - Region: `Guangdong`, - Population: 7197394 - }), - new WorldCitiesAbove500KItem( - { - ID: 10032, - Name: `Nanjing`, - Country: `China`, - Region: `Jiangsu`, - Population: 7165292 - }), - new WorldCitiesAbove500KItem( - { - ID: 10033, - Name: `Tehran`, - Country: `Iran`, - Region: `Tehran`, - Population: 7153309 - }), - new WorldCitiesAbove500KItem( - { - ID: 10034, - Name: `Xian`, - Country: `China`, - Region: `Shaanxi`, - Population: 6501190 - }), - new WorldCitiesAbove500KItem( - { - ID: 10035, - Name: `Ahmedabad`, - Country: `India`, - Region: `Gujarat`, - Population: 6357693 - }), - new WorldCitiesAbove500KItem( - { - ID: 10036, - Name: `Lahore`, - Country: `Pakistan`, - Region: `Punjab`, - Population: 6310888 - }), - new WorldCitiesAbove500KItem( - { - ID: 10037, - Name: `Shenyang`, - Country: `China`, - Region: `Liaoning`, - Population: 6255921 - }), - new WorldCitiesAbove500KItem( - { - ID: 10038, - Name: `Hangzhou`, - Country: `China`, - Region: `Zhejiang`, - Population: 6241971 - }), - new WorldCitiesAbove500KItem( - { - ID: 10039, - Name: `Rio de Janeiro`, - Country: `Brazil`, - Region: `Rio de Janeiro`, - Population: 6023699 - }), - new WorldCitiesAbove500KItem( - { - ID: 10040, - Name: `Harbin`, - Country: `China`, - Region: `Heilongjiang`, - Population: 5878939 - }), - new WorldCitiesAbove500KItem( - { - ID: 10041, - Name: `Suzhou`, - Country: `China`, - Region: `Jiangsu`, - Population: 5345961 - }), - new WorldCitiesAbove500KItem( - { - ID: 10042, - Name: `Shantou`, - Country: `China`, - Region: `Guangdong`, - Population: 5329024 - }), - new WorldCitiesAbove500KItem( - { - ID: 10043, - Name: `Bangkok`, - Country: `Thailand`, - Region: `Bangkok`, - Population: 5104476 - }), - new WorldCitiesAbove500KItem( - { - ID: 10044, - Name: `Bengaluru`, - Country: `India`, - Region: `Karnataka`, - Population: 5104047 - }), - new WorldCitiesAbove500KItem( - { - ID: 10045, - Name: `Saint Petersburg`, - Country: `Russia`, - Region: `St.-Petersburg`, - Population: 5028000 - }), - new WorldCitiesAbove500KItem( - { - ID: 10046, - Name: `Santiago`, - Country: `Chile`, - Region: `Santiago Metropolitan`, - Population: 4837295 - }), - new WorldCitiesAbove500KItem( - { - ID: 10047, - Name: `Kolkata`, - Country: `India`, - Region: `West Bengal`, - Population: 4631392 - }), - new WorldCitiesAbove500KItem( - { - ID: 10048, - Name: `Sydney`, - Country: `Australia`, - Region: `New South Wales`, - Population: 4627345 - }), - new WorldCitiesAbove500KItem( - { - ID: 10049, - Name: `Surat`, - Country: `India`, - Region: `Gujarat`, - Population: 4591246 - }), - new WorldCitiesAbove500KItem( - { - ID: 10050, - Name: `Taiyuan`, - Country: `China`, - Region: `Shanxi`, - Population: 4529141 - }), - new WorldCitiesAbove500KItem( - { - ID: 10051, - Name: `Yangon`, - Country: `Myanmar`, - Region: `Rangoon`, - Population: 4477638 - }), - new WorldCitiesAbove500KItem( - { - ID: 10052, - Name: `Jinan`, - Country: `China`, - Region: `Shandong`, - Population: 4335989 - }), - new WorldCitiesAbove500KItem( - { - ID: 10053, - Name: `Chennai`, - Country: `India`, - Region: `Tamil Nadu`, - Population: 4328063 - }), - new WorldCitiesAbove500KItem( - { - ID: 10054, - Name: `Zhengzhou`, - Country: `China`, - Region: `Henan`, - Population: 4253913 - }), - new WorldCitiesAbove500KItem( - { - ID: 10055, - Name: `Melbourne`, - Country: `Australia`, - Region: `Victoria`, - Population: 4246375 - }), - new WorldCitiesAbove500KItem( - { - ID: 10056, - Name: `Riyadh`, - Country: `Saudi Arabia`, - Region: `Riyadh Region`, - Population: 4205961 - }), - new WorldCitiesAbove500KItem( - { - ID: 10057, - Name: `Changchun`, - Country: `China`, - Region: `Jilin`, - Population: 4193073 - }), - new WorldCitiesAbove500KItem( - { - ID: 10058, - Name: `Dalian`, - Country: `China`, - Region: `Liaoning`, - Population: 4087733 - }), - new WorldCitiesAbove500KItem( - { - ID: 10059, - Name: `Los Angeles`, - Country: `United States`, - Region: `California`, - Population: 3971883 - }), - new WorldCitiesAbove500KItem( - { - ID: 10060, - Name: `Shijiazhuang`, - Country: `China`, - Region: `Hebei`, - Population: 3938513 - }), - new WorldCitiesAbove500KItem( - { - ID: 10061, - Name: `Chattogram`, - Country: `Bangladesh`, - Region: `Chittagong`, - Population: 3920222 - }), - new WorldCitiesAbove500KItem( - { - ID: 10062, - Name: `Kunming`, - Country: `China`, - Region: `Yunnan`, - Population: 3855346 - }), - new WorldCitiesAbove500KItem( - { - ID: 10063, - Name: `Nanning`, - Country: `China`, - Region: `Guangxi`, - Population: 3839800 - }), - new WorldCitiesAbove500KItem( - { - ID: 10064, - Name: `Alexandria`, - Country: `Egypt`, - Region: `Alexandria`, - Population: 3811516 - }), - new WorldCitiesAbove500KItem( - { - ID: 10065, - Name: `Qingdao`, - Country: `China`, - Region: `Shandong`, - Population: 3718835 - }), - new WorldCitiesAbove500KItem( - { - ID: 10066, - Name: `Busan`, - Country: `South Korea`, - Region: `Busan`, - Population: 3678555 - }), - new WorldCitiesAbove500KItem( - { - ID: 10067, - Name: `Abidjan`, - Country: `Ivory Coast`, - Region: `Abidjan`, - Population: 3677115 - }), - new WorldCitiesAbove500KItem( - { - ID: 10068, - Name: `Kano`, - Country: `Nigeria`, - Region: `Kano`, - Population: 3626068 - }), - new WorldCitiesAbove500KItem( - { - ID: 10069, - Name: `Hyderabad`, - Country: `India`, - Region: `Telangana`, - Population: 3597816 - }), - new WorldCitiesAbove500KItem( - { - ID: 10070, - Name: `Puyang`, - Country: `China`, - Region: `Zhejiang`, - Population: 3590000 - }), - new WorldCitiesAbove500KItem( - { - ID: 10071, - Name: `Yokohama`, - Country: `Japan`, - Region: `Kanagawa`, - Population: 3574443 - }), - new WorldCitiesAbove500KItem( - { - ID: 10072, - Name: `Ibadan`, - Country: `Nigeria`, - Region: `Oyo`, - Population: 3565108 - }), - new WorldCitiesAbove500KItem( - { - ID: 10073, - Name: `Singapore`, - Country: `Singapore`, - Region: ``, - Population: 3547809 - }), - new WorldCitiesAbove500KItem( - { - ID: 10074, - Name: `Wuxi`, - Country: `China`, - Region: `Jiangsu`, - Population: 3543719 - }), - new WorldCitiesAbove500KItem( - { - ID: 10075, - Name: `Xiamen`, - Country: `China`, - Region: `Fujian`, - Population: 3531347 - }), - new WorldCitiesAbove500KItem( - { - ID: 10076, - Name: `Ankara`, - Country: `Turkey`, - Region: `Ankara`, - Population: 3517182 - }), - new WorldCitiesAbove500KItem( - { - ID: 10077, - Name: `Ningbo`, - Country: `China`, - Region: `Zhejiang`, - Population: 3491597 - }), - new WorldCitiesAbove500KItem( - { - ID: 10078, - Name: `Ho Chi Minh City`, - Country: `Vietnam`, - Region: `Ho Chi Minh`, - Population: 3467331 - }), - new WorldCitiesAbove500KItem( - { - ID: 10079, - Name: `Shiyan`, - Country: `China`, - Region: `Hubei`, - Population: 3460000 - }), - new WorldCitiesAbove500KItem( - { - ID: 10080, - Name: `Cape Town`, - Country: `South Africa`, - Region: `Western Cape`, - Population: 3433441 - }), - new WorldCitiesAbove500KItem( - { - ID: 10081, - Name: `Berlin`, - Country: `Germany`, - Region: `Berlin`, - Population: 3426354 - }), - new WorldCitiesAbove500KItem( - { - ID: 10082, - Name: `Tangshan`, - Country: `China`, - Region: `Hebei`, - Population: 3372102 - }), - new WorldCitiesAbove500KItem( - { - ID: 10083, - Name: `Hefei`, - Country: `China`, - Region: `Anhui`, - Population: 3310268 - }), - new WorldCitiesAbove500KItem( - { - ID: 10084, - Name: `Changzhou`, - Country: `China`, - Region: `Jiangsu`, - Population: 3290918 - }), - new WorldCitiesAbove500KItem( - { - ID: 10085, - Name: `Madrid`, - Country: `Spain`, - Region: `Madrid`, - Population: 3255944 - }), - new WorldCitiesAbove500KItem( - { - ID: 10086, - Name: `Pyongyang`, - Country: `North Korea`, - Region: `Pyongyang`, - Population: 3222000 - }), - new WorldCitiesAbove500KItem( - { - ID: 10087, - Name: `Casablanca`, - Country: `Morocco`, - Region: `Casablanca-Settat`, - Population: 3144909 - }), - new WorldCitiesAbove500KItem( - { - ID: 10088, - Name: `Zibo`, - Country: `China`, - Region: `Shandong`, - Population: 3129228 - }), - new WorldCitiesAbove500KItem( - { - ID: 10089, - Name: `Durban`, - Country: `South Africa`, - Region: `KwaZulu-Natal`, - Population: 3120282 - }), - new WorldCitiesAbove500KItem( - { - ID: 10090, - Name: `Fuzhou`, - Country: `China`, - Region: `Fujian`, - Population: 3102421 - }), - new WorldCitiesAbove500KItem( - { - ID: 10091, - Name: `Changsha`, - Country: `China`, - Region: `Hunan`, - Population: 3093980 - }), - new WorldCitiesAbove500KItem( - { - ID: 10092, - Name: `Kabul`, - Country: `Afghanistan`, - Region: `Kabul`, - Population: 3043532 - }), - new WorldCitiesAbove500KItem( - { - ID: 10093, - Name: `Guiyang`, - Country: `China`, - Region: `Guizhou`, - Population: 3037159 - }), - new WorldCitiesAbove500KItem( - { - ID: 10094, - Name: `UEruemqi`, - Country: `China`, - Region: `Xinjiang`, - Population: 3029372 - }), - new WorldCitiesAbove500KItem( - { - ID: 10095, - Name: `Caracas`, - Country: `Venezuela`, - Region: `Distrito Federal`, - Population: 3000000 - }), - new WorldCitiesAbove500KItem( - { - ID: 10096, - Name: `Dubai`, - Country: `United Arab Emirates`, - Region: `Dubai`, - Population: 2956587 - }), - new WorldCitiesAbove500KItem( - { - ID: 10097, - Name: `Pune`, - Country: `India`, - Region: `Maharashtra`, - Population: 2935744 - }), - new WorldCitiesAbove500KItem( - { - ID: 10098, - Name: `Jeddah`, - Country: `Saudi Arabia`, - Region: `Mecca Region`, - Population: 2867446 - }), - new WorldCitiesAbove500KItem( - { - ID: 10099, - Name: `Kanpur`, - Country: `India`, - Region: `Uttar Pradesh`, - Population: 2823249 - }), - new WorldCitiesAbove500KItem( - { - ID: 10100, - Name: `Kyiv`, - Country: `Ukraine`, - Region: `Kyiv City`, - Population: 2797553 - }), - new WorldCitiesAbove500KItem( - { - ID: 10101, - Name: `Luanda`, - Country: `Angola`, - Region: `Luanda`, - Population: 2776168 - }), - new WorldCitiesAbove500KItem( - { - ID: 10102, - Name: `Quezon City`, - Country: `Philippines`, - Region: `Metro Manila`, - Population: 2761720 - }), - new WorldCitiesAbove500KItem( - { - ID: 10103, - Name: `Addis Ababa`, - Country: `Ethiopia`, - Region: `Addis Ababa`, - Population: 2757729 - }), - new WorldCitiesAbove500KItem( - { - ID: 10104, - Name: `Nairobi`, - Country: `Kenya`, - Region: `Nairobi Area`, - Population: 2750547 - }), - new WorldCitiesAbove500KItem( - { - ID: 10105, - Name: `Zhongshan`, - Country: `China`, - Region: `Guangdong`, - Population: 2740994 - }), - new WorldCitiesAbove500KItem( - { - ID: 10106, - Name: `Baoding`, - Country: `China`, - Region: `Hebei`, - Population: 2739887 - }), - new WorldCitiesAbove500KItem( - { - ID: 10107, - Name: `Chicago`, - Country: `United States`, - Region: `Illinois`, - Population: 2720546 - }), - new WorldCitiesAbove500KItem( - { - ID: 10108, - Name: `Salvador`, - Country: `Brazil`, - Region: `Bahia`, - Population: 2711840 - }), - new WorldCitiesAbove500KItem( - { - ID: 10109, - Name: `Jaipur`, - Country: `India`, - Region: `Rajasthan`, - Population: 2711758 - }), - new WorldCitiesAbove500KItem( - { - ID: 10110, - Name: `Dar es Salaam`, - Country: `Tanzania`, - Region: `Dar es Salaam`, - Population: 2698652 - }), - new WorldCitiesAbove500KItem( - { - ID: 10111, - Name: `Wenzhou`, - Country: `China`, - Region: `Zhejiang`, - Population: 2686825 - }), - new WorldCitiesAbove500KItem( - { - ID: 10112, - Name: `Lanzhou`, - Country: `China`, - Region: `Gansu`, - Population: 2628426 - }), - new WorldCitiesAbove500KItem( - { - ID: 10113, - Name: `Incheon`, - Country: `South Korea`, - Region: `Incheon`, - Population: 2628000 - }), - new WorldCitiesAbove500KItem( - { - ID: 10114, - Name: `Yunfu`, - Country: `China`, - Region: `Guangdong`, - Population: 2612800 - }), - new WorldCitiesAbove500KItem( - { - ID: 10117, - Name: `Basrah`, - Country: `Iraq`, - Region: `Basra`, - Population: 2600000 - }), - new WorldCitiesAbove500KItem( - { - ID: 10116, - Name: `Navi Mumbai`, - Country: `India`, - Region: `Maharashtra`, - Population: 2600000 - }), - new WorldCitiesAbove500KItem( - { - ID: 10115, - Name: `Toronto`, - Country: `Canada`, - Region: `Ontario`, - Population: 2600000 - }), - new WorldCitiesAbove500KItem( - { - ID: 10118, - Name: `Osaka`, - Country: `Japan`, - Region: `Osaka`, - Population: 2592413 - }), - new WorldCitiesAbove500KItem( - { - ID: 10119, - Name: `Mogadishu`, - Country: `Somalia`, - Region: `Banaadir`, - Population: 2587183 - }), - new WorldCitiesAbove500KItem( - { - ID: 10120, - Name: `Daegu`, - Country: `South Korea`, - Region: `Daegu`, - Population: 2566540 - }), - new WorldCitiesAbove500KItem( - { - ID: 10121, - Name: `Maoming`, - Country: `China`, - Region: `Guangdong`, - Population: 2539148 - }), - new WorldCitiesAbove500KItem( - { - ID: 10122, - Name: `Faisalabad`, - Country: `Pakistan`, - Region: `Punjab`, - Population: 2506595 - }), - new WorldCitiesAbove500KItem( - { - ID: 10123, - Name: `Izmir`, - Country: `Turkey`, - Region: `Izmir`, - Population: 2500603 - }), - new WorldCitiesAbove500KItem( - { - ID: 10124, - Name: `Huaian`, - Country: `China`, - Region: `Jiangsu`, - Population: 2494013 - }), - new WorldCitiesAbove500KItem( - { - ID: 10125, - Name: `Dakar`, - Country: `Senegal`, - Region: `Dakar`, - Population: 2476400 - }), - new WorldCitiesAbove500KItem( - { - ID: 10126, - Name: `Lucknow`, - Country: `India`, - Region: `Uttar Pradesh`, - Population: 2472011 - }), - new WorldCitiesAbove500KItem( - { - ID: 10127, - Name: `Giza`, - Country: `Egypt`, - Region: `Giza`, - Population: 2443203 - }), - new WorldCitiesAbove500KItem( - { - ID: 10128, - Name: `Fortaleza`, - Country: `Brazil`, - Region: `Ceara`, - Population: 2400000 - }), - new WorldCitiesAbove500KItem( - { - ID: 10129, - Name: `Cali`, - Country: `Colombia`, - Region: `Valle del Cauca`, - Population: 2392877 - }), - new WorldCitiesAbove500KItem( - { - ID: 10130, - Name: `Surabaya`, - Country: `Indonesia`, - Region: `East Java`, - Population: 2374658 - }), - new WorldCitiesAbove500KItem( - { - ID: 10131, - Name: `Belo Horizonte`, - Country: `Brazil`, - Region: `Minas Gerais`, - Population: 2373224 - }), - new WorldCitiesAbove500KItem( - { - ID: 10132, - Name: `Nanchang`, - Country: `China`, - Region: `Jiangxi`, - Population: 2357839 - }), - new WorldCitiesAbove500KItem( - { - ID: 10133, - Name: `Rome`, - Country: `Italy`, - Region: `Latium`, - Population: 2318895 - }), - new WorldCitiesAbove500KItem( - { - ID: 10134, - Name: `Mashhad`, - Country: `Iran`, - Region: `Razavi Khorasan`, - Population: 2307177 - }), - new WorldCitiesAbove500KItem( - { - ID: 10135, - Name: `Linyi`, - Country: `China`, - Region: `Shandong`, - Population: 2303648 - }), - new WorldCitiesAbove500KItem( - { - ID: 10136, - Name: `Brooklyn`, - Country: `United States`, - Region: `New York`, - Population: 2300664 - }), - new WorldCitiesAbove500KItem( - { - ID: 10137, - Name: `Houston`, - Country: `United States`, - Region: `Texas`, - Population: 2296224 - }), - new WorldCitiesAbove500KItem( - { - ID: 10138, - Name: `Nantong`, - Country: `China`, - Region: `Jiangsu`, - Population: 2273326 - }), - new WorldCitiesAbove500KItem( - { - ID: 10139, - Name: `Queens`, - Country: `United States`, - Region: `New York`, - Population: 2272771 - }), - new WorldCitiesAbove500KItem( - { - ID: 10140, - Name: `Nagpur`, - Country: `India`, - Region: `Maharashtra`, - Population: 2228018 - }), - new WorldCitiesAbove500KItem( - { - ID: 10141, - Name: `Yantai`, - Country: `China`, - Region: `Shandong`, - Population: 2227733 - }), - new WorldCitiesAbove500KItem( - { - ID: 10142, - Name: `Maracaibo`, - Country: `Venezuela`, - Region: `Zulia`, - Population: 2225000 - }), - new WorldCitiesAbove500KItem( - { - ID: 10143, - Name: `Brasilia`, - Country: `Brazil`, - Region: `Federal District`, - Population: 2207718 - }), - new WorldCitiesAbove500KItem( - { - ID: 10144, - Name: `Santo Domingo`, - Country: `Dominican Republic`, - Region: `Nacional`, - Population: 2201941 - }), - new WorldCitiesAbove500KItem( - { - ID: 10145, - Name: `Nagoya`, - Country: `Japan`, - Region: `Aichi`, - Population: 2191279 - }), - new WorldCitiesAbove500KItem( - { - ID: 10146, - Name: `Brisbane`, - Country: `Australia`, - Region: `Queensland`, - Population: 2189878 - }), - new WorldCitiesAbove500KItem( - { - ID: 10147, - Name: `Havana`, - Country: `Cuba`, - Region: `Havana`, - Population: 2163824 - }), - new WorldCitiesAbove500KItem( - { - ID: 10148, - Name: `Paris`, - Country: `France`, - Region: `Ile-de-France`, - Population: 2138551 - }), - new WorldCitiesAbove500KItem( - { - ID: 10149, - Name: `Huizhou`, - Country: `China`, - Region: `Guangdong`, - Population: 2090578 - }), - new WorldCitiesAbove500KItem( - { - ID: 10150, - Name: `Al Mawsil al Jadidah`, - Country: `Iraq`, - Region: `Nineveh`, - Population: 2065597 - }), - new WorldCitiesAbove500KItem( - { - ID: 10151, - Name: `Haikou`, - Country: `China`, - Region: `Hainan`, - Population: 2046189 - }), - new WorldCitiesAbove500KItem( - { - ID: 10152, - Name: `Weifang`, - Country: `China`, - Region: `Shandong`, - Population: 2044028 - }), - new WorldCitiesAbove500KItem( - { - ID: 10153, - Name: `Zunyi`, - Country: `China`, - Region: `Guizhou`, - Population: 2037775 - }), - new WorldCitiesAbove500KItem( - { - ID: 10154, - Name: `Johannesburg`, - Country: `South Africa`, - Region: `Gauteng`, - Population: 2026469 - }), - new WorldCitiesAbove500KItem( - { - ID: 10155, - Name: `Kowloon`, - Country: `Hong Kong`, - Region: `Kowloon City`, - Population: 2019533 - }), - new WorldCitiesAbove500KItem( - { - ID: 10156, - Name: `Al Basrah al Qadimah`, - Country: `Iraq`, - Region: `Basra`, - Population: 2015483 - }), - new WorldCitiesAbove500KItem( - { - ID: 10157, - Name: `Lianyungang`, - Country: `China`, - Region: `Jiangsu`, - Population: 2001009 - }), - new WorldCitiesAbove500KItem( - { - ID: 10158, - Name: `Almaty`, - Country: `Kazakhstan`, - Region: `Almaty`, - Population: 2000900 - }), - new WorldCitiesAbove500KItem( - { - ID: 10159, - Name: `Medellin`, - Country: `Colombia`, - Region: `Antioquia`, - Population: 1999979 - }), - new WorldCitiesAbove500KItem( - { - ID: 10160, - Name: `Tashkent`, - Country: `Uzbekistan`, - Region: `Tashkent`, - Population: 1978028 - }), - new WorldCitiesAbove500KItem( - { - ID: 10161, - Name: `Algiers`, - Country: `Algeria`, - Region: `Algiers`, - Population: 1977663 - }), - new WorldCitiesAbove500KItem( - { - ID: 10162, - Name: `Ganzhou`, - Country: `China`, - Region: `Jiangxi`, - Population: 1977253 - }), - new WorldCitiesAbove500KItem( - { - ID: 10163, - Name: `Khartoum`, - Country: `Sudan`, - Region: `Khartoum`, - Population: 1974647 - }), - new WorldCitiesAbove500KItem( - { - ID: 10164, - Name: `Accra`, - Country: `Ghana`, - Region: `Greater Accra`, - Population: 1963264 - }), - new WorldCitiesAbove500KItem( - { - ID: 10165, - Name: `Guayaquil`, - Country: `Ecuador`, - Region: `Guayas`, - Population: 1952029 - }), - new WorldCitiesAbove500KItem( - { - ID: 10166, - Name: `Ordos`, - Country: `China`, - Region: `Inner Mongolia`, - Population: 1940653 - }), - new WorldCitiesAbove500KItem( - { - ID: 10167, - Name: `Sanaa`, - Country: `Yemen`, - Region: `Amanat Alasimah`, - Population: 1937451 - }), - new WorldCitiesAbove500KItem( - { - ID: 10168, - Name: `Beirut`, - Country: `Lebanon`, - Region: `Beyrouth`, - Population: 1916100 - }), - new WorldCitiesAbove500KItem( - { - ID: 10169, - Name: `Jieyang`, - Country: `China`, - Region: `Guangdong`, - Population: 1899394 - }), - new WorldCitiesAbove500KItem( - { - ID: 10170, - Name: `Perth`, - Country: `Australia`, - Region: `Western Australia`, - Population: 1896548 - }), - new WorldCitiesAbove500KItem( - { - ID: 10171, - Name: `Sapporo`, - Country: `Japan`, - Region: `Hokkaido`, - Population: 1883027 - }), - new WorldCitiesAbove500KItem( - { - ID: 10172, - Name: `Jilin`, - Country: `China`, - Region: `Jilin`, - Population: 1881977 - }), - new WorldCitiesAbove500KItem( - { - ID: 10173, - Name: `Bucharest`, - Country: `Romania`, - Region: `Bucharest`, - Population: 1877155 - }), - new WorldCitiesAbove500KItem( - { - ID: 10174, - Name: `Camayenne`, - Country: `Guinea`, - Region: `Conakry`, - Population: 1871242 - }), - new WorldCitiesAbove500KItem( - { - ID: 10175, - Name: `Nanchong`, - Country: `China`, - Region: `Sichuan`, - Population: 1858875 - }), - new WorldCitiesAbove500KItem( - { - ID: 10176, - Name: `Indore`, - Country: `India`, - Region: `Madhya Pradesh`, - Population: 1837041 - }), - new WorldCitiesAbove500KItem( - { - ID: 10177, - Name: `Vadodara`, - Country: `India`, - Region: `Gujarat`, - Population: 1822221 - }), - new WorldCitiesAbove500KItem( - { - ID: 10178, - Name: `Iztapalapa`, - Country: `Mexico`, - Region: `Mexico City`, - Population: 1815786 - }), - new WorldCitiesAbove500KItem( - { - ID: 10179, - Name: `Nanyang`, - Country: `China`, - Region: `Henan`, - Population: 1811812 - }), - new WorldCitiesAbove500KItem( - { - ID: 10180, - Name: `Fuyang`, - Country: `China`, - Region: `Anhui`, - Population: 1768947 - }), - new WorldCitiesAbove500KItem( - { - ID: 10181, - Name: `Conakry`, - Country: `Guinea`, - Region: `Conakry`, - Population: 1767200 - }), - new WorldCitiesAbove500KItem( - { - ID: 10182, - Name: `Bayan Nur`, - Country: `China`, - Region: `Inner Mongolia`, - Population: 1760000 - }), - new WorldCitiesAbove500KItem( - { - ID: 10183, - Name: `Maracay`, - Country: `Venezuela`, - Region: `Aragua`, - Population: 1754256 - }), - new WorldCitiesAbove500KItem( - { - ID: 10184, - Name: `Medan`, - Country: `Indonesia`, - Region: `North Sumatra`, - Population: 1750971 - }), - new WorldCitiesAbove500KItem( - { - ID: 10185, - Name: `Chaozhou`, - Country: `China`, - Region: `Guangdong`, - Population: 1750945 - }), - new WorldCitiesAbove500KItem( - { - ID: 10186, - Name: `Rawalpindi`, - Country: `Pakistan`, - Region: `Punjab`, - Population: 1743101 - }), - new WorldCitiesAbove500KItem( - { - ID: 10187, - Name: `Minsk`, - Country: `Belarus`, - Region: `Minsk City`, - Population: 1742124 - }), - new WorldCitiesAbove500KItem( - { - ID: 10188, - Name: `Budapest`, - Country: `Hungary`, - Region: `Budapest`, - Population: 1741041 - }), - new WorldCitiesAbove500KItem( - { - ID: 10189, - Name: `Mosul`, - Country: `Iraq`, - Region: `Nineveh`, - Population: 1739800 - }), - new WorldCitiesAbove500KItem( - { - ID: 10190, - Name: `Hamburg`, - Country: `Germany`, - Region: `Hamburg`, - Population: 1739117 - }), - new WorldCitiesAbove500KItem( - { - ID: 10191, - Name: `Qingyuan`, - Country: `China`, - Region: `Guangdong`, - Population: 1738424 - }), - new WorldCitiesAbove500KItem( - { - ID: 10192, - Name: `Taian`, - Country: `China`, - Region: `Shandong`, - Population: 1735425 - }), - new WorldCitiesAbove500KItem( - { - ID: 10193, - Name: `Shaoxing`, - Country: `China`, - Region: `Zhejiang`, - Population: 1725726 - }), - new WorldCitiesAbove500KItem( - { - ID: 10194, - Name: `Curitiba`, - Country: `Brazil`, - Region: `Parana`, - Population: 1718421 - }), - new WorldCitiesAbove500KItem( - { - ID: 10195, - Name: `Warsaw`, - Country: `Poland`, - Region: `Mazovia`, - Population: 1702139 - }), - new WorldCitiesAbove500KItem( - { - ID: 10196, - Name: `Bandung`, - Country: `Indonesia`, - Region: `West Java`, - Population: 1699719 - }), - new WorldCitiesAbove500KItem( - { - ID: 10197, - Name: `Soweto`, - Country: `South Africa`, - Region: `Gauteng`, - Population: 1695047 - }), - new WorldCitiesAbove500KItem( - { - ID: 10198, - Name: `Vienna`, - Country: `Austria`, - Region: `Vienna`, - Population: 1691468 - }), - new WorldCitiesAbove500KItem( - { - ID: 10199, - Name: `Kallakurichi`, - Country: `India`, - Region: `Tamil Nadu`, - Population: 1682687 - }), - new WorldCitiesAbove500KItem( - { - ID: 10200, - Name: `Huainan`, - Country: `China`, - Region: `Anhui`, - Population: 1666826 - }), - new WorldCitiesAbove500KItem( - { - ID: 10201, - Name: `Wuhu`, - Country: `China`, - Region: `Anhui`, - Population: 1665000 - }), - new WorldCitiesAbove500KItem( - { - ID: 10202, - Name: `Rabat`, - Country: `Morocco`, - Region: `Rabat-Sale-Kenitra`, - Population: 1655753 - }), - new WorldCitiesAbove500KItem( - { - ID: 10203, - Name: `Ecatepec de Morelos`, - Country: `Mexico`, - Region: `Mexico`, - Population: 1655015 - }), - new WorldCitiesAbove500KItem( - { - ID: 10204, - Name: `Suzhou`, - Country: `China`, - Region: `Anhui`, - Population: 1647642 - }), - new WorldCitiesAbove500KItem( - { - ID: 10205, - Name: `Luan`, - Country: `China`, - Region: `Anhui`, - Population: 1644344 - }), - new WorldCitiesAbove500KItem( - { - ID: 10206, - Name: `Barcelona`, - Country: `Spain`, - Region: `Catalonia`, - Population: 1621537 - }), - new WorldCitiesAbove500KItem( - { - ID: 10207, - Name: `Valencia`, - Country: `Venezuela`, - Region: `Carabobo`, - Population: 1619470 - }), - new WorldCitiesAbove500KItem( - { - ID: 10208, - Name: `Pretoria`, - Country: `South Africa`, - Region: `Gauteng`, - Population: 1619438 - }), - new WorldCitiesAbove500KItem( - { - ID: 10209, - Name: `Yancheng`, - Country: `China`, - Region: `Jiangsu`, - Population: 1615717 - }), - new WorldCitiesAbove500KItem( - { - ID: 10210, - Name: `Zhanjiang`, - Country: `China`, - Region: `Guangdong`, - Population: 1611868 - }), - new WorldCitiesAbove500KItem( - { - ID: 10211, - Name: `Taizhou`, - Country: `China`, - Region: `Jiangsu`, - Population: 1607108 - }), - new WorldCitiesAbove500KItem( - { - ID: 10212, - Name: `Aleppo`, - Country: `Syria`, - Region: `Aleppo`, - Population: 1602264 - }), - new WorldCitiesAbove500KItem( - { - ID: 10214, - Name: `Manila`, - Country: `Philippines`, - Region: `Metro Manila`, - Population: 1600000 - }), - new WorldCitiesAbove500KItem( - { - ID: 10213, - Name: `Montreal`, - Country: `Canada`, - Region: `Quebec`, - Population: 1600000 - }), - new WorldCitiesAbove500KItem( - { - ID: 10215, - Name: `Patna`, - Country: `India`, - Region: `Bihar`, - Population: 1599920 - }), - new WorldCitiesAbove500KItem( - { - ID: 10216, - Name: `Bhopal`, - Country: `India`, - Region: `Madhya Pradesh`, - Population: 1599914 - }), - new WorldCitiesAbove500KItem( - { - ID: 10217, - Name: `Manaus`, - Country: `Brazil`, - Region: `Amazonas`, - Population: 1598210 - }), - new WorldCitiesAbove500KItem( - { - ID: 10218, - Name: `Dazhou`, - Country: `China`, - Region: `Sichuan`, - Population: 1589435 - }), - new WorldCitiesAbove500KItem( - { - ID: 10219, - Name: `Yangzhou`, - Country: `China`, - Region: `Jiangsu`, - Population: 1584237 - }), - new WorldCitiesAbove500KItem( - { - ID: 10220, - Name: `Kaduna`, - Country: `Nigeria`, - Region: `Kaduna`, - Population: 1582102 - }), - new WorldCitiesAbove500KItem( - { - ID: 10221, - Name: `Phnom Penh`, - Country: `Cambodia`, - Region: `Phnom Penh`, - Population: 1573544 - }), - new WorldCitiesAbove500KItem( - { - ID: 10222, - Name: `Guilin`, - Country: `China`, - Region: `Guangxi`, - Population: 1572300 - }), - new WorldCitiesAbove500KItem( - { - ID: 10223, - Name: `Damascus`, - Country: `Syria`, - Region: `Dimashq`, - Population: 1569394 - }), - new WorldCitiesAbove500KItem( - { - ID: 10224, - Name: `Philadelphia`, - Country: `United States`, - Region: `Pennsylvania`, - Population: 1567442 - }), - new WorldCitiesAbove500KItem( - { - ID: 10225, - Name: `Phoenix`, - Country: `United States`, - Region: `Arizona`, - Population: 1563025 - }), - new WorldCitiesAbove500KItem( - { - ID: 10226, - Name: `Zhuhai`, - Country: `China`, - Region: `Guangdong`, - Population: 1562530 - }), - new WorldCitiesAbove500KItem( - { - ID: 10227, - Name: `Zhaoqing`, - Country: `China`, - Region: `Guangdong`, - Population: 1553109 - }), - new WorldCitiesAbove500KItem( - { - ID: 10228, - Name: `Isfahan`, - Country: `Iran`, - Region: `Isfahan`, - Population: 1547164 - }), - new WorldCitiesAbove500KItem( - { - ID: 10229, - Name: `Ludhiana`, - Country: `India`, - Region: `Punjab`, - Population: 1545368 - }), - new WorldCitiesAbove500KItem( - { - ID: 10230, - Name: `Harare`, - Country: `Zimbabwe`, - Region: `Harare`, - Population: 1542813 - }), - new WorldCitiesAbove500KItem( - { - ID: 10231, - Name: `Shangqiu`, - Country: `China`, - Region: `Henan`, - Population: 1536392 - }), - new WorldCitiesAbove500KItem( - { - ID: 10232, - Name: `Kobe`, - Country: `Japan`, - Region: `Hyogo`, - Population: 1528478 - }), - new WorldCitiesAbove500KItem( - { - ID: 10233, - Name: `Bekasi`, - Country: `Indonesia`, - Region: `West Java`, - Population: 1520119 - }), - new WorldCitiesAbove500KItem( - { - ID: 10234, - Name: `Kaohsiung`, - Country: `Taiwan`, - Region: `Takao`, - Population: 1519711 - }), - new WorldCitiesAbove500KItem( - { - ID: 10235, - Name: `Stockholm`, - Country: `Sweden`, - Region: `Stockholm`, - Population: 1515017 - }), - new WorldCitiesAbove500KItem( - { - ID: 10236, - Name: `Caloocan City`, - Country: `Philippines`, - Region: `Metro Manila`, - Population: 1500000 - }), - new WorldCitiesAbove500KItem( - { - ID: 10237, - Name: `Guadalajara`, - Country: `Mexico`, - Region: `Jalisco`, - Population: 1495182 - }), - new WorldCitiesAbove500KItem( - { - ID: 10238, - Name: `Yinchuan`, - Country: `China`, - Region: `Ningxia Hui Autonomous Region`, - Population: 1487579 - }), - new WorldCitiesAbove500KItem( - { - ID: 10239, - Name: `Manhattan`, - Country: `United States`, - Region: `New York`, - Population: 1487536 - }), - new WorldCitiesAbove500KItem( - { - ID: 10240, - Name: `Asuncion`, - Country: `Paraguay`, - Region: `Asuncion`, - Population: 1482200 - }), - new WorldCitiesAbove500KItem( - { - ID: 10241, - Name: `Jiangmen`, - Country: `China`, - Region: `Guangdong`, - Population: 1480023 - }), - new WorldCitiesAbove500KItem( - { - ID: 10242, - Name: `Recife`, - Country: `Brazil`, - Region: `Pernambuco`, - Population: 1478098 - }), - new WorldCitiesAbove500KItem( - { - ID: 10243, - Name: `Daejeon`, - Country: `South Korea`, - Region: `Daejeon`, - Population: 1475221 - }), - new WorldCitiesAbove500KItem( - { - ID: 10244, - Name: `San Antonio`, - Country: `United States`, - Region: `Texas`, - Population: 1469845 - }), - new WorldCitiesAbove500KItem( - { - ID: 10245, - Name: `Kumasi`, - Country: `Ghana`, - Region: `Ashanti`, - Population: 1468609 - }), - new WorldCitiesAbove500KItem( - { - ID: 10246, - Name: `Jinhua`, - Country: `China`, - Region: `Zhejiang`, - Population: 1463990 - }), - new WorldCitiesAbove500KItem( - { - ID: 10247, - Name: `Kota Bharu`, - Country: `Malaysia`, - Region: `Kelantan`, - Population: 1459994 - }), - new WorldCitiesAbove500KItem( - { - ID: 10248, - Name: `Kyoto`, - Country: `Japan`, - Region: `Kyoto`, - Population: 1459640 - }), - new WorldCitiesAbove500KItem( - { - ID: 10249, - Name: `Changde`, - Country: `China`, - Region: `Hunan`, - Population: 1457419 - }), - new WorldCitiesAbove500KItem( - { - ID: 10250, - Name: `Kuala Lumpur`, - Country: `Malaysia`, - Region: `Kuala Lumpur`, - Population: 1453975 - }), - new WorldCitiesAbove500KItem( - { - ID: 10251, - Name: `Kaifeng`, - Country: `China`, - Region: `Henan`, - Population: 1451741 - }), - new WorldCitiesAbove500KItem( - { - ID: 10252, - Name: `Karaj`, - Country: `Iran`, - Region: `Alborz Province`, - Population: 1448075 - }), - new WorldCitiesAbove500KItem( - { - ID: 10253, - Name: `Kathmandu`, - Country: `Nepal`, - Region: `Bagmati Province`, - Population: 1442271 - }), - new WorldCitiesAbove500KItem( - { - ID: 10254, - Name: `Palembang`, - Country: `Indonesia`, - Region: `South Sumatra`, - Population: 1441500 - }), - new WorldCitiesAbove500KItem( - { - ID: 10255, - Name: `Suqian`, - Country: `China`, - Region: `Jiangsu`, - Population: 1437685 - }), - new WorldCitiesAbove500KItem( - { - ID: 10256, - Name: `Multan`, - Country: `Pakistan`, - Region: `Punjab`, - Population: 1437230 - }), - new WorldCitiesAbove500KItem( - { - ID: 10257, - Name: `Liuzhou`, - Country: `China`, - Region: `Guangxi`, - Population: 1436599 - }), - new WorldCitiesAbove500KItem( - { - ID: 10258, - Name: `Tirunelveli`, - Country: `India`, - Region: `Tamil Nadu`, - Population: 1435844 - }), - new WorldCitiesAbove500KItem( - { - ID: 10259, - Name: `Quanzhou`, - Country: `China`, - Region: `Fujian`, - Population: 1435185 - }), - new WorldCitiesAbove500KItem( - { - ID: 10260, - Name: `Puebla`, - Country: `Mexico`, - Region: `Puebla`, - Population: 1434062 - }), - new WorldCitiesAbove500KItem( - { - ID: 10261, - Name: `Hanoi`, - Country: `Vietnam`, - Region: `Hanoi`, - Population: 1431270 - }), - new WorldCitiesAbove500KItem( - { - ID: 10262, - Name: `Kharkiv`, - Country: `Ukraine`, - Region: `Kharkiv`, - Population: 1430885 - }), - new WorldCitiesAbove500KItem( - { - ID: 10263, - Name: `Agra`, - Country: `India`, - Region: `Uttar Pradesh`, - Population: 1430055 - }), - new WorldCitiesAbove500KItem( - { - ID: 10264, - Name: `Cordoba`, - Country: `Argentina`, - Region: `Cordoba`, - Population: 1428214 - }), - new WorldCitiesAbove500KItem( - { - ID: 10265, - Name: `Tabriz`, - Country: `Iran`, - Region: `East Azerbaijan`, - Population: 1424641 - }), - new WorldCitiesAbove500KItem( - { - ID: 10266, - Name: `Novosibirsk`, - Country: `Russia`, - Region: `Novosibirsk Oblast`, - Population: 1419007 - }), - new WorldCitiesAbove500KItem( - { - ID: 10267, - Name: `Gwangju`, - Country: `South Korea`, - Region: `Gwangju`, - Population: 1416938 - }), - new WorldCitiesAbove500KItem( - { - ID: 10268, - Name: `Bursa`, - Country: `Turkey`, - Region: `Bursa`, - Population: 1412701 - }), - new WorldCitiesAbove500KItem( - { - ID: 10269, - Name: `Bozhou`, - Country: `China`, - Region: `Anhui`, - Population: 1409436 - }), - new WorldCitiesAbove500KItem( - { - ID: 10270, - Name: `Qujing`, - Country: `China`, - Region: `Yunnan`, - Population: 1408500 - }), - new WorldCitiesAbove500KItem( - { - ID: 10271, - Name: `Belem`, - Country: `Brazil`, - Region: `Para`, - Population: 1407737 - }), - new WorldCitiesAbove500KItem( - { - ID: 10272, - Name: `Fushun`, - Country: `China`, - Region: `Liaoning`, - Population: 1400646 - }), - new WorldCitiesAbove500KItem( - { - ID: 10273, - Name: `Quito`, - Country: `Ecuador`, - Region: `Pichincha`, - Population: 1399814 - }), - new WorldCitiesAbove500KItem( - { - ID: 10274, - Name: `San Diego`, - Country: `United States`, - Region: `California`, - Population: 1394928 - }), - new WorldCitiesAbove500KItem( - { - ID: 10275, - Name: `Fukuoka`, - Country: `Japan`, - Region: `Fukuoka`, - Population: 1392289 - }), - new WorldCitiesAbove500KItem( - { - ID: 10276, - Name: `Antananarivo`, - Country: `Madagascar`, - Region: `Analamanga`, - Population: 1391433 - }), - new WorldCitiesAbove500KItem( - { - ID: 10277, - Name: `Rajkot`, - Country: `India`, - Region: `Gujarat`, - Population: 1390640 - }), - new WorldCitiesAbove500KItem( - { - ID: 10278, - Name: `Luoyang`, - Country: `China`, - Region: `Henan`, - Population: 1390581 - }), - new WorldCitiesAbove500KItem( - { - ID: 10279, - Name: `Hyderabad`, - Country: `Pakistan`, - Region: `Sindh`, - Population: 1386330 - }), - new WorldCitiesAbove500KItem( - { - ID: 10280, - Name: `The Bronx`, - Country: `United States`, - Region: `New York`, - Population: 1385108 - }), - new WorldCitiesAbove500KItem( - { - ID: 10281, - Name: `Gujranwala`, - Country: `Pakistan`, - Region: `Punjab`, - Population: 1384471 - }), - new WorldCitiesAbove500KItem( - { - ID: 10282, - Name: `Barranquilla`, - Country: `Colombia`, - Region: `Atlantico`, - Population: 1380425 - }), - new WorldCitiesAbove500KItem( - { - ID: 10283, - Name: `Guankou`, - Country: `China`, - Region: `Hunan`, - Population: 1380000 - }), - new WorldCitiesAbove500KItem( - { - ID: 10284, - Name: `Lubumbashi`, - Country: `Democratic Republic of the Congo`, - Region: `Haut-Katanga`, - Population: 1373770 - }), - new WorldCitiesAbove500KItem( - { - ID: 10285, - Name: `Porto Alegre`, - Country: `Brazil`, - Region: `Rio Grande do Sul`, - Population: 1372741 - }), - new WorldCitiesAbove500KItem( - { - ID: 10286, - Name: `Tangerang`, - Country: `Indonesia`, - Region: `Banten`, - Population: 1372124 - }), - new WorldCitiesAbove500KItem( - { - ID: 10287, - Name: `Najafgarh`, - Country: `India`, - Region: `Delhi`, - Population: 1365000 - }), - new WorldCitiesAbove500KItem( - { - ID: 10288, - Name: `Santa Cruz de la Sierra`, - Country: `Bolivia`, - Region: `Santa Cruz`, - Population: 1364389 - }), - new WorldCitiesAbove500KItem( - { - ID: 10289, - Name: `Handan`, - Country: `China`, - Region: `Hebei`, - Population: 1358318 - }), - new WorldCitiesAbove500KItem( - { - ID: 10290, - Name: `Mianyang`, - Country: `China`, - Region: `Sichuan`, - Population: 1355331 - }), - new WorldCitiesAbove500KItem( - { - ID: 10291, - Name: `Kampala`, - Country: `Uganda`, - Region: `Central Region`, - Population: 1353189 - }), - new WorldCitiesAbove500KItem( - { - ID: 10292, - Name: `Yichang`, - Country: `China`, - Region: `Hubei`, - Population: 1350150 - }), - new WorldCitiesAbove500KItem( - { - ID: 10293, - Name: `Yekaterinburg`, - Country: `Russia`, - Region: `Sverdlovsk`, - Population: 1349772 - }), - new WorldCitiesAbove500KItem( - { - ID: 10294, - Name: `Heze`, - Country: `China`, - Region: `Shandong`, - Population: 1346717 - }), - new WorldCitiesAbove500KItem( - { - ID: 10295, - Name: `Khulna`, - Country: `Bangladesh`, - Region: `Khulna`, - Population: 1342339 - }), - new WorldCitiesAbove500KItem( - { - ID: 10296, - Name: `Douala`, - Country: `Cameroon`, - Region: `Littoral`, - Population: 1338082 - }), - new WorldCitiesAbove500KItem( - { - ID: 10297, - Name: `Gorakhpur`, - Country: `India`, - Region: `Haryana`, - Population: 1324570 - }), - new WorldCitiesAbove500KItem( - { - ID: 10298, - Name: `Sharjah`, - Country: `United Arab Emirates`, - Region: `Sharjah`, - Population: 1324473 - }), - new WorldCitiesAbove500KItem( - { - ID: 10299, - Name: `Mecca`, - Country: `Saudi Arabia`, - Region: `Mecca Region`, - Population: 1323624 - }), - new WorldCitiesAbove500KItem( - { - ID: 10300, - Name: `Makassar`, - Country: `Indonesia`, - Region: `South Sulawesi`, - Population: 1321717 - }), - new WorldCitiesAbove500KItem( - { - ID: 10301, - Name: `Ciudad Juarez`, - Country: `Mexico`, - Region: `Chihuahua`, - Population: 1321004 - }), - new WorldCitiesAbove500KItem( - { - ID: 10302, - Name: `Liupanshui`, - Country: `China`, - Region: `Guizhou`, - Population: 1320825 - }), - new WorldCitiesAbove500KItem( - { - ID: 10303, - Name: `Kawasaki`, - Country: `Japan`, - Region: `Kanagawa`, - Population: 1306785 - }), - new WorldCitiesAbove500KItem( - { - ID: 10304, - Name: `South Tangerang`, - Country: `Indonesia`, - Region: `Banten`, - Population: 1303569 - }), - new WorldCitiesAbove500KItem( - { - ID: 10305, - Name: `Baotou`, - Country: `China`, - Region: `Inner Mongolia`, - Population: 1301768 - }), - new WorldCitiesAbove500KItem( - { - ID: 10306, - Name: `Tijuana`, - Country: `Mexico`, - Region: `Baja California`, - Population: 1300983 - }), - new WorldCitiesAbove500KItem( - { - ID: 10307, - Name: `Dallas`, - Country: `United States`, - Region: `Texas`, - Population: 1300092 - }), - new WorldCitiesAbove500KItem( - { - ID: 10308, - Name: `Medina`, - Country: `Saudi Arabia`, - Region: `Medina Region`, - Population: 1300000 - }), - new WorldCitiesAbove500KItem( - { - ID: 10309, - Name: `Yaounde`, - Country: `Cameroon`, - Region: `Centre`, - Population: 1299369 - }), - new WorldCitiesAbove500KItem( - { - ID: 10310, - Name: `Bamako`, - Country: `Mali`, - Region: `Bamako`, - Population: 1297281 - }), - new WorldCitiesAbove500KItem( - { - ID: 10311, - Name: `Qinzhou`, - Country: `China`, - Region: `Guangxi`, - Population: 1296300 - }), - new WorldCitiesAbove500KItem( - { - ID: 10312, - Name: `Luohe`, - Country: `China`, - Region: `Henan`, - Population: 1294974 - }), - new WorldCitiesAbove500KItem( - { - ID: 10313, - Name: `Xiangyang`, - Country: `China`, - Region: `Hubei`, - Population: 1294733 - }), - new WorldCitiesAbove500KItem( - { - ID: 10314, - Name: `Yangjiang`, - Country: `China`, - Region: `Guangdong`, - Population: 1292987 - }), - new WorldCitiesAbove500KItem( - { - ID: 10315, - Name: `Nashik`, - Country: `India`, - Region: `Maharashtra`, - Population: 1289497 - }), - new WorldCitiesAbove500KItem( - { - ID: 10316, - Name: `Semarang`, - Country: `Indonesia`, - Region: `Central Java`, - Population: 1288084 - }), - new WorldCitiesAbove500KItem( - { - ID: 10317, - Name: `Brazzaville`, - Country: `Republic of the Congo`, - Region: `Brazzaville`, - Population: 1284609 - }), - new WorldCitiesAbove500KItem( - { - ID: 10318, - Name: `Pimpri`, - Country: `India`, - Region: `Maharashtra`, - Population: 1284606 - }), - new WorldCitiesAbove500KItem( - { - ID: 10319, - Name: `Nizhniy Novgorod`, - Country: `Russia`, - Region: `Nizhny Novgorod Oblast`, - Population: 1284164 - }), - new WorldCitiesAbove500KItem( - { - ID: 10320, - Name: `Amman`, - Country: `Jordan`, - Region: `Amman`, - Population: 1275857 - }), - new WorldCitiesAbove500KItem( - { - ID: 10321, - Name: `Budta`, - Country: `Philippines`, - Region: `Autonomous Region in Muslim Mindanao`, - Population: 1273715 - }), - new WorldCitiesAbove500KItem( - { - ID: 10322, - Name: `Belgrade`, - Country: `Serbia`, - Region: `Central Serbia`, - Population: 1273651 - }), - new WorldCitiesAbove500KItem( - { - ID: 10323, - Name: `Montevideo`, - Country: `Uruguay`, - Region: `Montevideo`, - Population: 1270737 - }), - new WorldCitiesAbove500KItem( - { - ID: 10324, - Name: `Lusaka`, - Country: `Zambia`, - Region: `Lusaka`, - Population: 1267440 - }), - new WorldCitiesAbove500KItem( - { - ID: 10325, - Name: `Xuchang`, - Country: `China`, - Region: `Henan`, - Population: 1265536 - }), - new WorldCitiesAbove500KItem( - { - ID: 10326, - Name: `Kalyan`, - Country: `India`, - Region: `Maharashtra`, - Population: 1262255 - }), - new WorldCitiesAbove500KItem( - { - ID: 10327, - Name: `Zigong`, - Country: `China`, - Region: `Sichuan`, - Population: 1262064 - }), - new WorldCitiesAbove500KItem( - { - ID: 10328, - Name: `Thane`, - Country: `India`, - Region: `Maharashtra`, - Population: 1261517 - }), - new WorldCitiesAbove500KItem( - { - ID: 10329, - Name: `Munich`, - Country: `Germany`, - Region: `Bavaria`, - Population: 1260391 - }), - new WorldCitiesAbove500KItem( - { - ID: 10330, - Name: `Xuzhou`, - Country: `China`, - Region: `Jiangsu`, - Population: 1253991 - }), - new WorldCitiesAbove500KItem( - { - ID: 10331, - Name: `Ras Bayrut`, - Country: `Lebanon`, - Region: `Beyrouth`, - Population: 1251739 - }), - new WorldCitiesAbove500KItem( - { - ID: 10332, - Name: `Neijiang`, - Country: `China`, - Region: `Sichuan`, - Population: 1251095 - }), - new WorldCitiesAbove500KItem( - { - ID: 10333, - Name: `Shiraz`, - Country: `Iran`, - Region: `Fars`, - Population: 1249942 - }), - new WorldCitiesAbove500KItem( - { - ID: 10334, - Name: `Yiyang`, - Country: `China`, - Region: `Hunan`, - Population: 1249807 - }), - new WorldCitiesAbove500KItem( - { - ID: 10335, - Name: `Adana`, - Country: `Turkey`, - Region: `Adana`, - Population: 1248988 - }), - new WorldCitiesAbove500KItem( - { - ID: 10336, - Name: `Suwon`, - Country: `South Korea`, - Region: `Gyeonggi-do`, - Population: 1242724 - }), - new WorldCitiesAbove500KItem( - { - ID: 10337, - Name: `Jining`, - Country: `China`, - Region: `Shandong`, - Population: 1241012 - }), - new WorldCitiesAbove500KItem( - { - ID: 10338, - Name: `Leon de los Aldama`, - Country: `Mexico`, - Region: `Guanajuato`, - Population: 1238962 - }), - new WorldCitiesAbove500KItem( - { - ID: 10339, - Name: `Milan`, - Country: `Italy`, - Region: `Lombardy`, - Population: 1236837 - }), - new WorldCitiesAbove500KItem( - { - ID: 10340, - Name: `Port-au-Prince`, - Country: `Haiti`, - Region: `Ouest`, - Population: 1234742 - }), - new WorldCitiesAbove500KItem( - { - ID: 10341, - Name: `Xinyang`, - Country: `China`, - Region: `Henan`, - Population: 1230042 - }), - new WorldCitiesAbove500KItem( - { - ID: 10342, - Name: `Liaocheng`, - Country: `China`, - Region: `Shandong`, - Population: 1229768 - }), - new WorldCitiesAbove500KItem( - { - ID: 10343, - Name: `Jinzhong`, - Country: `China`, - Region: `Shanxi`, - Population: 1226617 - }), - new WorldCitiesAbove500KItem( - { - ID: 10344, - Name: `Adelaide`, - Country: `Australia`, - Region: `South Australia`, - Population: 1225235 - }), - new WorldCitiesAbove500KItem( - { - ID: 10345, - Name: `Meerut`, - Country: `India`, - Region: `Uttar Pradesh`, - Population: 1223184 - }), - new WorldCitiesAbove500KItem( - { - ID: 10346, - Name: `Nowrangapur`, - Country: `India`, - Region: `Odisha`, - Population: 1220946 - }), - new WorldCitiesAbove500KItem( - { - ID: 10347, - Name: `Faridabad`, - Country: `India`, - Region: `Haryana`, - Population: 1220229 - }), - new WorldCitiesAbove500KItem( - { - ID: 10348, - Name: `Peshawar`, - Country: `Pakistan`, - Region: `Khyber Pakhtunkhwa`, - Population: 1218773 - }), - new WorldCitiesAbove500KItem( - { - ID: 10349, - Name: `Changzhi`, - Country: `China`, - Region: `Shanxi`, - Population: 1214940 - }), - new WorldCitiesAbove500KItem( - { - ID: 10350, - Name: `Tianshui`, - Country: `China`, - Region: `Gansu`, - Population: 1212791 - }), - new WorldCitiesAbove500KItem( - { - ID: 10351, - Name: `Davao`, - Country: `Philippines`, - Region: `Davao`, - Population: 1212504 - }), - new WorldCitiesAbove500KItem( - { - ID: 10352, - Name: `Mandalay`, - Country: `Myanmar`, - Region: `Mandalay`, - Population: 1208099 - }), - new WorldCitiesAbove500KItem( - { - ID: 10354, - Name: `Omdurman`, - Country: `Sudan`, - Region: `Khartoum`, - Population: 1200000 - }), - new WorldCitiesAbove500KItem( - { - ID: 10353, - Name: `Santiago de los Caballeros`, - Country: `Dominican Republic`, - Region: `Santiago`, - Population: 1200000 - }), - new WorldCitiesAbove500KItem( - { - ID: 10355, - Name: `Anshan`, - Country: `China`, - Region: `Liaoning`, - Population: 1199275 - }), - new WorldCitiesAbove500KItem( - { - ID: 10356, - Name: `Ghaziabad`, - Country: `India`, - Region: `Uttar Pradesh`, - Population: 1199191 - }), - new WorldCitiesAbove500KItem( - { - ID: 10357, - Name: `Depok`, - Country: `Indonesia`, - Region: `West Java`, - Population: 1198129 - }), - new WorldCitiesAbove500KItem( - { - ID: 10358, - Name: `Saitama`, - Country: `Japan`, - Region: `Saitama`, - Population: 1193350 - }), - new WorldCitiesAbove500KItem( - { - ID: 10359, - Name: `Dombivli`, - Country: `India`, - Region: `Maharashtra`, - Population: 1193000 - }), - new WorldCitiesAbove500KItem( - { - ID: 10360, - Name: `Maputo`, - Country: `Mozambique`, - Region: `Maputo City`, - Population: 1191613 - }), - new WorldCitiesAbove500KItem( - { - ID: 10361, - Name: `Taizhou`, - Country: `China`, - Region: `Zhejiang`, - Population: 1189276 - }), - new WorldCitiesAbove500KItem( - { - ID: 10362, - Name: `Gustavo Adolfo Madero`, - Country: `Mexico`, - Region: `Mexico City`, - Population: 1185772 - }), - new WorldCitiesAbove500KItem( - { - ID: 10363, - Name: `Rosario`, - Country: `Argentina`, - Region: `Santa Fe`, - Population: 1173533 - }), - new WorldCitiesAbove500KItem( - { - ID: 10364, - Name: `Jinjiang`, - Country: `China`, - Region: `Fujian`, - Population: 1172827 - }), - new WorldCitiesAbove500KItem( - { - ID: 10365, - Name: `Goiania`, - Country: `Brazil`, - Region: `Goias`, - Population: 1171195 - }), - new WorldCitiesAbove500KItem( - { - ID: 10366, - Name: `Guarulhos`, - Country: `Brazil`, - Region: `Sao Paulo`, - Population: 1169577 - }), - new WorldCitiesAbove500KItem( - { - ID: 10367, - Name: `Prague`, - Country: `Czechia`, - Region: `Hlavni mesto Praha`, - Population: 1165581 - }), - new WorldCitiesAbove500KItem( - { - ID: 10368, - Name: `Varanasi`, - Country: `India`, - Region: `Uttar Pradesh`, - Population: 1164404 - }), - new WorldCitiesAbove500KItem( - { - ID: 10369, - Name: `Batam`, - Country: `Indonesia`, - Region: `Riau`, - Population: 1164352 - }), - new WorldCitiesAbove500KItem( - { - ID: 10370, - Name: `Jiujiang`, - Country: `China`, - Region: `Jiangxi`, - Population: 1164268 - }), - new WorldCitiesAbove500KItem( - { - ID: 10371, - Name: `Copenhagen`, - Country: `Denmark`, - Region: `Capital Region`, - Population: 1153615 - }), - new WorldCitiesAbove500KItem( - { - ID: 10372, - Name: `Sofia`, - Country: `Bulgaria`, - Region: `Sofia-Capital`, - Population: 1152556 - }), - new WorldCitiesAbove500KItem( - { - ID: 10373, - Name: `Tripoli`, - Country: `Libya`, - Region: `Tripoli`, - Population: 1150989 - }), - new WorldCitiesAbove500KItem( - { - ID: 10374, - Name: `Port Harcourt`, - Country: `Nigeria`, - Region: `Rivers`, - Population: 1148665 - }), - new WorldCitiesAbove500KItem( - { - ID: 10375, - Name: `Anyang`, - Country: `China`, - Region: `Henan`, - Population: 1146839 - }), - new WorldCitiesAbove500KItem( - { - ID: 10376, - Name: `Hiroshima`, - Country: `Japan`, - Region: `Hiroshima`, - Population: 1143841 - }), - new WorldCitiesAbove500KItem( - { - ID: 10377, - Name: `Zapopan`, - Country: `Mexico`, - Region: `Jalisco`, - Population: 1142483 - }), - new WorldCitiesAbove500KItem( - { - ID: 10378, - Name: `Bijie`, - Country: `China`, - Region: `Guizhou`, - Population: 1137383 - }), - new WorldCitiesAbove500KItem( - { - ID: 10379, - Name: `Monterrey`, - Country: `Mexico`, - Region: `Nuevo Leon`, - Population: 1135512 - }), - new WorldCitiesAbove500KItem( - { - ID: 10380, - Name: `Samara`, - Country: `Russia`, - Region: `Samara Oblast`, - Population: 1134730 - }), - new WorldCitiesAbove500KItem( - { - ID: 10381, - Name: `Zhuzhou`, - Country: `China`, - Region: `Hunan`, - Population: 1129687 - }), - new WorldCitiesAbove500KItem( - { - ID: 10382, - Name: `Omsk`, - Country: `Russia`, - Region: `Omsk`, - Population: 1129281 - }), - new WorldCitiesAbove500KItem( - { - ID: 10383, - Name: `Benin City`, - Country: `Nigeria`, - Region: `Edo`, - Population: 1125058 - }), - new WorldCitiesAbove500KItem( - { - ID: 10384, - Name: `Malingao`, - Country: `Philippines`, - Region: `Soccsksargen`, - Population: 1121974 - }), - new WorldCitiesAbove500KItem( - { - ID: 10385, - Name: `Kunshan`, - Country: `China`, - Region: `Jiangsu`, - Population: 1118617 - }), - new WorldCitiesAbove500KItem( - { - ID: 10386, - Name: `Baku`, - Country: `Azerbaijan`, - Region: `Baki`, - Population: 1116513 - }), - new WorldCitiesAbove500KItem( - { - ID: 10387, - Name: `Shangrao`, - Country: `China`, - Region: `Jiangxi`, - Population: 1116486 - }), - new WorldCitiesAbove500KItem( - { - ID: 10388, - Name: `Barquisimeto`, - Country: `Venezuela`, - Region: `Lara`, - Population: 1114097 - }), - new WorldCitiesAbove500KItem( - { - ID: 10389, - Name: `Huaibei`, - Country: `China`, - Region: `Anhui`, - Population: 1113321 - }), - new WorldCitiesAbove500KItem( - { - ID: 10390, - Name: `Maiduguri`, - Country: `Nigeria`, - Region: `Borno`, - Population: 1112449 - }), - new WorldCitiesAbove500KItem( - { - ID: 10391, - Name: `Meishan`, - Country: `China`, - Region: `Sichuan`, - Population: 1107742 - }), - new WorldCitiesAbove500KItem( - { - ID: 10392, - Name: `Putian`, - Country: `China`, - Region: `Fujian`, - Population: 1107199 - }), - new WorldCitiesAbove500KItem( - { - ID: 10393, - Name: `Kazan`, - Country: `Russia`, - Region: `Tatarstan Republic`, - Population: 1104738 - }), - new WorldCitiesAbove500KItem( - { - ID: 10394, - Name: `Ciudad Nezahualcoyotl`, - Country: `Mexico`, - Region: `Mexico`, - Population: 1104585 - }), - new WorldCitiesAbove500KItem( - { - ID: 10395, - Name: `Yerevan`, - Country: `Armenia`, - Region: `Yerevan`, - Population: 1093485 - }), - new WorldCitiesAbove500KItem( - { - ID: 10396, - Name: `Amritsar`, - Country: `India`, - Region: `Punjab`, - Population: 1092450 - }), - new WorldCitiesAbove500KItem( - { - ID: 10397, - Name: `Fuzhou`, - Country: `China`, - Region: `Jiangxi`, - Population: 1089888 - }), - new WorldCitiesAbove500KItem( - { - ID: 10398, - Name: `Ouagadougou`, - Country: `Burkina Faso`, - Region: `Centre`, - Population: 1086505 - }), - new WorldCitiesAbove500KItem( - { - ID: 10399, - Name: `Guigang`, - Country: `China`, - Region: `Guangxi`, - Population: 1086327 - }), - new WorldCitiesAbove500KItem( - { - ID: 10400, - Name: `Hengyang`, - Country: `China`, - Region: `Hunan`, - Population: 1075516 - }), - new WorldCitiesAbove500KItem( - { - ID: 10401, - Name: `Rostov-na-Donu`, - Country: `Russia`, - Region: `Rostov`, - Population: 1074482 - }), - new WorldCitiesAbove500KItem( - { - ID: 10402, - Name: `Allahabad`, - Country: `India`, - Region: `Uttar Pradesh`, - Population: 1073438 - }), - new WorldCitiesAbove500KItem( - { - ID: 10403, - Name: `Goyang-si`, - Country: `South Korea`, - Region: `Gyeonggi-do`, - Population: 1073069 - }), - new WorldCitiesAbove500KItem( - { - ID: 10404, - Name: `Gaziantep`, - Country: `Turkey`, - Region: `Gaziantep`, - Population: 1065975 - }), - new WorldCitiesAbove500KItem( - { - ID: 10405, - Name: `Visakhapatnam`, - Country: `India`, - Region: `Andhra Pradesh`, - Population: 1063178 - }), - new WorldCitiesAbove500KItem( - { - ID: 10406, - Name: `Sendai`, - Country: `Japan`, - Region: `Miyagi`, - Population: 1063103 - }), - new WorldCitiesAbove500KItem( - { - ID: 10407, - Name: `Chelyabinsk`, - Country: `Russia`, - Region: `Chelyabinsk`, - Population: 1062919 - }), - new WorldCitiesAbove500KItem( - { - ID: 10408, - Name: `Cixi`, - Country: `China`, - Region: `Zhejiang`, - Population: 1059942 - }), - new WorldCitiesAbove500KItem( - { - ID: 10409, - Name: `Yulin`, - Country: `China`, - Region: `Guangxi`, - Population: 1056743 - }), - new WorldCitiesAbove500KItem( - { - ID: 10410, - Name: `Datong`, - Country: `China`, - Region: `Shanxi`, - Population: 1052678 - }), - new WorldCitiesAbove500KItem( - { - ID: 10411, - Name: `Jingzhou`, - Country: `China`, - Region: `Hubei`, - Population: 1052282 - }), - new WorldCitiesAbove500KItem( - { - ID: 10412, - Name: `Tbilisi`, - Country: `Georgia`, - Region: `Tbilisi`, - Population: 1049498 - }), - new WorldCitiesAbove500KItem( - { - ID: 10413, - Name: `Changshu`, - Country: `China`, - Region: `Jiangsu`, - Population: 1047700 - }), - new WorldCitiesAbove500KItem( - { - ID: 10414, - Name: `Xinxiang`, - Country: `China`, - Region: `Henan`, - Population: 1047088 - }), - new WorldCitiesAbove500KItem( - { - ID: 10415, - Name: `Yichun`, - Country: `China`, - Region: `Jiangxi`, - Population: 1045952 - }), - new WorldCitiesAbove500KItem( - { - ID: 10416, - Name: `Taichung`, - Country: `Taiwan`, - Region: `Taiwan`, - Population: 1040725 - }), - new WorldCitiesAbove500KItem( - { - ID: 10417, - Name: `Teni`, - Country: `India`, - Region: `Tamil Nadu`, - Population: 1034724 - }), - new WorldCitiesAbove500KItem( - { - ID: 10418, - Name: `Xianyang`, - Country: `China`, - Region: `Shaanxi`, - Population: 1034081 - }), - new WorldCitiesAbove500KItem( - { - ID: 10419, - Name: `Ufa`, - Country: `Russia`, - Region: `Bashkortostan Republic`, - Population: 1033338 - }), - new WorldCitiesAbove500KItem( - { - ID: 10420, - Name: `Seongnam-si`, - Country: `South Korea`, - Region: `Gyeonggi-do`, - Population: 1031935 - }), - new WorldCitiesAbove500KItem( - { - ID: 10421, - Name: `Campinas`, - Country: `Brazil`, - Region: `Sao Paulo`, - Population: 1031554 - }), - new WorldCitiesAbove500KItem( - { - ID: 10422, - Name: `Jabalpur`, - Country: `India`, - Region: `Madhya Pradesh`, - Population: 1030168 - }), - new WorldCitiesAbove500KItem( - { - ID: 10423, - Name: `Shaoguan`, - Country: `China`, - Region: `Guangdong`, - Population: 1028460 - }), - new WorldCitiesAbove500KItem( - { - ID: 10424, - Name: `Haora`, - Country: `India`, - Region: `West Bengal`, - Population: 1027672 - }), - new WorldCitiesAbove500KItem( - { - ID: 10425, - Name: `San Jose`, - Country: `United States`, - Region: `California`, - Population: 1026908 - }), - new WorldCitiesAbove500KItem( - { - ID: 10426, - Name: `Longyan`, - Country: `China`, - Region: `Fujian`, - Population: 1025087 - }), - new WorldCitiesAbove500KItem( - { - ID: 10427, - Name: `Donetsk`, - Country: `Ukraine`, - Region: `Donetsk Oblast`, - Population: 1024700 - }), - new WorldCitiesAbove500KItem( - { - ID: 10428, - Name: `Dublin`, - Country: `Ireland`, - Region: `Leinster`, - Population: 1024027 - }), - new WorldCitiesAbove500KItem( - { - ID: 10429, - Name: `Yongzhou`, - Country: `China`, - Region: `Hunan`, - Population: 1020715 - }), - new WorldCitiesAbove500KItem( - { - ID: 10430, - Name: `Calgary`, - Country: `Canada`, - Region: `Alberta`, - Population: 1019942 - }), - new WorldCitiesAbove500KItem( - { - ID: 10431, - Name: `Brussels`, - Country: `Belgium`, - Region: `Brussels Capital`, - Population: 1019022 - }), - new WorldCitiesAbove500KItem( - { - ID: 10432, - Name: `Aurangabad`, - Country: `India`, - Region: `Maharashtra`, - Population: 1016441 - }), - new WorldCitiesAbove500KItem( - { - ID: 10433, - Name: `Huzhou`, - Country: `China`, - Region: `Zhejiang`, - Population: 1015937 - }), - new WorldCitiesAbove500KItem( - { - ID: 10434, - Name: `Jiangyin`, - Country: `China`, - Region: `Jiangsu`, - Population: 1013670 - }), - new WorldCitiesAbove500KItem( - { - ID: 10435, - Name: `Odessa`, - Country: `Ukraine`, - Region: `Odessa`, - Population: 1013159 - }), - new WorldCitiesAbove500KItem( - { - ID: 10436, - Name: `Volgograd`, - Country: `Russia`, - Region: `Volgograd Oblast`, - Population: 1011417 - }), - new WorldCitiesAbove500KItem( - { - ID: 10437, - Name: `Hanzhong`, - Country: `China`, - Region: `Shaanxi`, - Population: 1006557 - }), - new WorldCitiesAbove500KItem( - { - ID: 10438, - Name: `Hezhou`, - Country: `China`, - Region: `Guangxi`, - Population: 1005490 - }), - new WorldCitiesAbove500KItem( - { - ID: 10439, - Name: `Nova Iguacu`, - Country: `Brazil`, - Region: `Rio de Janeiro`, - Population: 1002118 - }), - new WorldCitiesAbove500KItem( - { - ID: 10441, - Name: `Shivaji Nagar`, - Country: `India`, - Region: `Maharashtra`, - Population: 1000000 - }), - new WorldCitiesAbove500KItem( - { - ID: 10440, - Name: `Zhu Cheng City`, - Country: `China`, - Region: `Shandong`, - Population: 1000000 - }), - new WorldCitiesAbove500KItem( - { - ID: 10442, - Name: `Dongying`, - Country: `China`, - Region: `Shandong`, - Population: 998968 - }), - new WorldCitiesAbove500KItem( - { - ID: 10443, - Name: `Luzhou`, - Country: `China`, - Region: `Sichuan`, - Population: 998900 - }), - new WorldCitiesAbove500KItem( - { - ID: 10444, - Name: `Dnipro`, - Country: `Ukraine`, - Region: `Dnipropetrovsk Oblast`, - Population: 998103 - }), - new WorldCitiesAbove500KItem( - { - ID: 10445, - Name: `Kitakyushu`, - Country: `Japan`, - Region: `Fukuoka`, - Population: 997536 - }), - new WorldCitiesAbove500KItem( - { - ID: 10446, - Name: `Solapur`, - Country: `India`, - Region: `Maharashtra`, - Population: 997281 - }), - new WorldCitiesAbove500KItem( - { - ID: 10447, - Name: `Guatemala City`, - Country: `Guatemala`, - Region: `Guatemala`, - Population: 994938 - }), - new WorldCitiesAbove500KItem( - { - ID: 10448, - Name: `Meizhou`, - Country: `China`, - Region: `Guangdong`, - Population: 992351 - }), - new WorldCitiesAbove500KItem( - { - ID: 10449, - Name: `Yueyang`, - Country: `China`, - Region: `Hunan`, - Population: 991465 - }), - new WorldCitiesAbove500KItem( - { - ID: 10450, - Name: `Laiwu`, - Country: `China`, - Region: `Shandong`, - Population: 989535 - }), - new WorldCitiesAbove500KItem( - { - ID: 10451, - Name: `Benxi`, - Country: `China`, - Region: `Liaoning`, - Population: 987717 - }), - new WorldCitiesAbove500KItem( - { - ID: 10452, - Name: `Birmingham`, - Country: `United Kingdom`, - Region: `England`, - Population: 984333 - }), - new WorldCitiesAbove500KItem( - { - ID: 10453, - Name: `Perm`, - Country: `Russia`, - Region: `Perm`, - Population: 982419 - }), - new WorldCitiesAbove500KItem( - { - ID: 10454, - Name: `Pingdingshan`, - Country: `China`, - Region: `Henan`, - Population: 979130 - }), - new WorldCitiesAbove500KItem( - { - ID: 10455, - Name: `Srinagar`, - Country: `India`, - Region: `Jammu and Kashmir`, - Population: 975857 - }), - new WorldCitiesAbove500KItem( - { - ID: 10456, - Name: `Zaria`, - Country: `Nigeria`, - Region: `Kaduna`, - Population: 975153 - }), - new WorldCitiesAbove500KItem( - { - ID: 10457, - Name: `Managua`, - Country: `Nicaragua`, - Region: `Managua`, - Population: 973087 - }), - new WorldCitiesAbove500KItem( - { - ID: 10458, - Name: `Bengbu`, - Country: `China`, - Region: `Anhui`, - Population: 972784 - }), - new WorldCitiesAbove500KItem( - { - ID: 10459, - Name: `Port Elizabeth`, - Country: `South Africa`, - Region: `Eastern Cape`, - Population: 967677 - }), - new WorldCitiesAbove500KItem( - { - ID: 10460, - Name: `Fes`, - Country: `Morocco`, - Region: `Fes-Meknes`, - Population: 964891 - }), - new WorldCitiesAbove500KItem( - { - ID: 10461, - Name: `Koeln`, - Country: `Germany`, - Region: `North Rhine-Westphalia`, - Population: 963395 - }), - new WorldCitiesAbove500KItem( - { - ID: 10462, - Name: `Ulsan`, - Country: `South Korea`, - Region: `Ulsan`, - Population: 962865 - }), - new WorldCitiesAbove500KItem( - { - ID: 10463, - Name: `Chandigarh`, - Country: `India`, - Region: `Chandigarh`, - Population: 960787 - }), - new WorldCitiesAbove500KItem( - { - ID: 10464, - Name: `Coimbatore`, - Country: `India`, - Region: `Tamil Nadu`, - Population: 959823 - }), - new WorldCitiesAbove500KItem( - { - ID: 10465, - Name: `Naples`, - Country: `Italy`, - Region: `Campania`, - Population: 959470 - }), - new WorldCitiesAbove500KItem( - { - ID: 10466, - Name: `Xiangtan`, - Country: `China`, - Region: `Hunan`, - Population: 959303 - }), - new WorldCitiesAbove500KItem( - { - ID: 10467, - Name: `Linfen`, - Country: `China`, - Region: `Shanxi`, - Population: 959198 - }), - new WorldCitiesAbove500KItem( - { - ID: 10468, - Name: `Maceio`, - Country: `Brazil`, - Region: `Alagoas`, - Population: 954991 - }), - new WorldCitiesAbove500KItem( - { - ID: 10469, - Name: `Cartagena`, - Country: `Colombia`, - Region: `Bolivar`, - Population: 952024 - }), - new WorldCitiesAbove500KItem( - { - ID: 10470, - Name: `Zhenjiang`, - Country: `China`, - Region: `Jiangsu`, - Population: 950516 - }), - new WorldCitiesAbove500KItem( - { - ID: 10471, - Name: `Sultanah`, - Country: `Saudi Arabia`, - Region: `Medina Region`, - Population: 946697 - }), - new WorldCitiesAbove500KItem( - { - ID: 10472, - Name: `Monrovia`, - Country: `Liberia`, - Region: `Montserrado`, - Population: 939524 - }), - new WorldCitiesAbove500KItem( - { - ID: 10473, - Name: `Kingston`, - Country: `Jamaica`, - Region: `Kingston`, - Population: 937700 - }), - new WorldCitiesAbove500KItem( - { - ID: 10474, - Name: `Baoshan`, - Country: `China`, - Region: `Yunnan`, - Population: 935618 - }), - new WorldCitiesAbove500KItem( - { - ID: 10475, - Name: `Erbil`, - Country: `Iraq`, - Region: `Arbil`, - Population: 932800 - }), - new WorldCitiesAbove500KItem( - { - ID: 10476, - Name: `Austin`, - Country: `United States`, - Region: `Texas`, - Population: 931830 - }), - new WorldCitiesAbove500KItem( - { - ID: 10477, - Name: `Ruian`, - Country: `China`, - Region: `Zhejiang`, - Population: 927383 - }), - new WorldCitiesAbove500KItem( - { - ID: 10478, - Name: `Krasnoyarsk`, - Country: `Russia`, - Region: `Krasnoyarskiy`, - Population: 927200 - }), - new WorldCitiesAbove500KItem( - { - ID: 10479, - Name: `Nay Pyi Taw`, - Country: `Myanmar`, - Region: `Nay Pyi Taw`, - Population: 925000 - }), - new WorldCitiesAbove500KItem( - { - ID: 10480, - Name: `Jodhpur`, - Country: `India`, - Region: `Rajasthan`, - Population: 921476 - }), - new WorldCitiesAbove500KItem( - { - ID: 10481, - Name: `Chiba`, - Country: `Japan`, - Region: `Chiba`, - Population: 919729 - }), - new WorldCitiesAbove500KItem( - { - ID: 10482, - Name: `Sao Luis`, - Country: `Brazil`, - Region: `Maranhao`, - Population: 917237 - }), - new WorldCitiesAbove500KItem( - { - ID: 10483, - Name: `Laibin`, - Country: `China`, - Region: `Guangxi`, - Population: 910282 - }), - new WorldCitiesAbove500KItem( - { - ID: 10484, - Name: `Madurai`, - Country: `India`, - Region: `Tamil Nadu`, - Population: 909908 - }), - new WorldCitiesAbove500KItem( - { - ID: 10485, - Name: `Xiaogan`, - Country: `China`, - Region: `Hubei`, - Population: 908266 - }), - new WorldCitiesAbove500KItem( - { - ID: 10486, - Name: `Ziyang`, - Country: `China`, - Region: `Sichuan`, - Population: 905729 - }), - new WorldCitiesAbove500KItem( - { - ID: 10487, - Name: `Sale`, - Country: `Morocco`, - Region: `Rabat-Sale-Kenitra`, - Population: 903485 - }), - new WorldCitiesAbove500KItem( - { - ID: 10488, - Name: `Quzhou`, - Country: `China`, - Region: `Zhejiang`, - Population: 902767 - }), - new WorldCitiesAbove500KItem( - { - ID: 10489, - Name: `Cochabamba`, - Country: `Bolivia`, - Region: `Cochabamba`, - Population: 900414 - }), - new WorldCitiesAbove500KItem( - { - ID: 10493, - Name: `Bishkek`, - Country: `Kyrgyzstan`, - Region: `Bishkek`, - Population: 900000 - }), - new WorldCitiesAbove500KItem( - { - ID: 10492, - Name: `Qom`, - Country: `Iran`, - Region: `Qom`, - Population: 900000 - }), - new WorldCitiesAbove500KItem( - { - ID: 10491, - Name: `Abu Ghurayb`, - Country: `Iraq`, - Region: `Baghdad`, - Population: 900000 - }), - new WorldCitiesAbove500KItem( - { - ID: 10490, - Name: `Abobo`, - Country: `Ivory Coast`, - Region: `Abidjan`, - Population: 900000 - }), - new WorldCitiesAbove500KItem( - { - ID: 10494, - Name: `Zaozhuang`, - Country: `China`, - Region: `Shandong`, - Population: 899753 - }), - new WorldCitiesAbove500KItem( - { - ID: 10495, - Name: `Guwahati`, - Country: `India`, - Region: `Assam`, - Population: 899094 - }), - new WorldCitiesAbove500KItem( - { - ID: 10496, - Name: `Aba`, - Country: `Nigeria`, - Region: `Abia`, - Population: 897560 - }), - new WorldCitiesAbove500KItem( - { - ID: 10497, - Name: `Pingxiang`, - Country: `China`, - Region: `Jiangxi`, - Population: 893550 - }), - new WorldCitiesAbove500KItem( - { - ID: 10498, - Name: `Zhoushan`, - Country: `China`, - Region: `Zhejiang`, - Population: 882932 - }), - new WorldCitiesAbove500KItem( - { - ID: 10499, - Name: `Gwalior`, - Country: `India`, - Region: `Madhya Pradesh`, - Population: 882458 - }), - new WorldCitiesAbove500KItem( - { - ID: 10500, - Name: `Qiqihar`, - Country: `China`, - Region: `Heilongjiang`, - Population: 882364 - }), - new WorldCitiesAbove500KItem( - { - ID: 10501, - Name: `Klang`, - Country: `Malaysia`, - Region: `Selangor`, - Population: 879867 - }), - new WorldCitiesAbove500KItem( - { - ID: 10502, - Name: `Yiwu`, - Country: `China`, - Region: `Zhejiang`, - Population: 878903 - }), - new WorldCitiesAbove500KItem( - { - ID: 10503, - Name: `Weinan`, - Country: `China`, - Region: `Shaanxi`, - Population: 877142 - }), - new WorldCitiesAbove500KItem( - { - ID: 10504, - Name: `Mendoza`, - Country: `Argentina`, - Region: `Mendoza`, - Population: 876884 - }), - new WorldCitiesAbove500KItem( - { - ID: 10505, - Name: `Konya`, - Country: `Turkey`, - Region: `Konya`, - Population: 875530 - }), - new WorldCitiesAbove500KItem( - { - ID: 10506, - Name: `Puning`, - Country: `China`, - Region: `Guangdong`, - Population: 874954 - }), - new WorldCitiesAbove500KItem( - { - ID: 10507, - Name: `Mbuji-Mayi`, - Country: `Democratic Republic of the Congo`, - Region: `Kasai-Oriental`, - Population: 874761 - }), - new WorldCitiesAbove500KItem( - { - ID: 10508, - Name: `Vijayawada`, - Country: `India`, - Region: `Andhra Pradesh`, - Population: 874587 - }), - new WorldCitiesAbove500KItem( - { - ID: 10509, - Name: `Pikine`, - Country: `Senegal`, - Region: `Dakar`, - Population: 874062 - }), - new WorldCitiesAbove500KItem( - { - ID: 10510, - Name: `Turin`, - Country: `Italy`, - Region: `Piedmont`, - Population: 870456 - }), - new WorldCitiesAbove500KItem( - { - ID: 10511, - Name: `Ankang`, - Country: `China`, - Region: `Shaanxi`, - Population: 870126 - }), - new WorldCitiesAbove500KItem( - { - ID: 10512, - Name: `Mysore`, - Country: `India`, - Region: `Karnataka`, - Population: 868313 - }), - new WorldCitiesAbove500KItem( - { - ID: 10513, - Name: `Langfang`, - Country: `China`, - Region: `Hebei`, - Population: 868066 - }), - new WorldCitiesAbove500KItem( - { - ID: 10514, - Name: `Jacksonville`, - Country: `United States`, - Region: `Florida`, - Population: 868031 - }), - new WorldCitiesAbove500KItem( - { - ID: 10515, - Name: `Jiaozuo`, - Country: `China`, - Region: `Henan`, - Population: 865413 - }), - new WorldCitiesAbove500KItem( - { - ID: 10516, - Name: `San Francisco`, - Country: `United States`, - Region: `California`, - Population: 864816 - }), - new WorldCitiesAbove500KItem( - { - ID: 10517, - Name: `Liverpool`, - Country: `United Kingdom`, - Region: `England`, - Population: 864122 - }), - new WorldCitiesAbove500KItem( - { - ID: 10518, - Name: `Saratov`, - Country: `Russia`, - Region: `Saratovskaya Oblast`, - Population: 863725 - }), - new WorldCitiesAbove500KItem( - { - ID: 10519, - Name: `Rohini`, - Country: `India`, - Region: `Delhi`, - Population: 860000 - }), - new WorldCitiesAbove500KItem( - { - ID: 10520, - Name: `Guangan`, - Country: `China`, - Region: `Sichuan`, - Population: 858159 - }), - new WorldCitiesAbove500KItem( - { - ID: 10521, - Name: `Tegucigalpa`, - Country: `Honduras`, - Region: `Francisco Morazan`, - Population: 850848 - }), - new WorldCitiesAbove500KItem( - { - ID: 10522, - Name: `Bucheon-si`, - Country: `South Korea`, - Region: `Gyeonggi-do`, - Population: 850731 - }), - new WorldCitiesAbove500KItem( - { - ID: 10523, - Name: `Columbus`, - Country: `United States`, - Region: `Ohio`, - Population: 850106 - }), - new WorldCitiesAbove500KItem( - { - ID: 10524, - Name: `Voronezh`, - Country: `Russia`, - Region: `Voronezj`, - Population: 848752 - }), - new WorldCitiesAbove500KItem( - { - ID: 10525, - Name: `Ranchi`, - Country: `India`, - Region: `Jharkhand`, - Population: 846454 - }), - new WorldCitiesAbove500KItem( - { - ID: 10526, - Name: `Ulan Bator`, - Country: `Mongolia`, - Region: `Ulaanbaatar`, - Population: 844818 - }), - new WorldCitiesAbove500KItem( - { - ID: 10527, - Name: `Weihai`, - Country: `China`, - Region: `Shandong`, - Population: 844310 - }), - new WorldCitiesAbove500KItem( - { - ID: 10528, - Name: `Takeo`, - Country: `Cambodia`, - Region: `Takeo`, - Population: 843931 - }), - new WorldCitiesAbove500KItem( - { - ID: 10529, - Name: `Ahvaz`, - Country: `Iran`, - Region: `Khuzestan`, - Population: 841145 - }), - new WorldCitiesAbove500KItem( - { - ID: 10530, - Name: `Arequipa`, - Country: `Peru`, - Region: `Arequipa`, - Population: 841130 - }), - new WorldCitiesAbove500KItem( - { - ID: 10531, - Name: `Padang`, - Country: `Indonesia`, - Region: `West Sumatra`, - Population: 840352 - }), - new WorldCitiesAbove500KItem( - { - ID: 10532, - Name: `Hubli`, - Country: `India`, - Region: `Karnataka`, - Population: 840214 - }), - new WorldCitiesAbove500KItem( - { - ID: 10533, - Name: `Zhabei`, - Country: `China`, - Region: `Shanghai`, - Population: 840000 - }), - new WorldCitiesAbove500KItem( - { - ID: 10534, - Name: `Xinyu`, - Country: `China`, - Region: `Jiangxi`, - Population: 839488 - }), - new WorldCitiesAbove500KItem( - { - ID: 10535, - Name: `Marrakesh`, - Country: `Morocco`, - Region: `Marrakesh-Safi`, - Population: 839296 - }), - new WorldCitiesAbove500KItem( - { - ID: 10536, - Name: `Yibin`, - Country: `China`, - Region: `Sichuan`, - Population: 836340 - }), - new WorldCitiesAbove500KItem( - { - ID: 10537, - Name: `Denpasar`, - Country: `Indonesia`, - Region: `Bali`, - Population: 834881 - }), - new WorldCitiesAbove500KItem( - { - ID: 10538, - Name: `Kampung Baru Subang`, - Country: `Malaysia`, - Region: `Selangor`, - Population: 833571 - }), - new WorldCitiesAbove500KItem( - { - ID: 10539, - Name: `Fort Worth`, - Country: `United States`, - Region: `Texas`, - Population: 833319 - }), - new WorldCitiesAbove500KItem( - { - ID: 10540, - Name: `Indianapolis`, - Country: `United States`, - Region: `Indiana`, - Population: 829718 - }), - new WorldCitiesAbove500KItem( - { - ID: 10541, - Name: `Charlotte`, - Country: `United States`, - Region: `North Carolina`, - Population: 827097 - }), - new WorldCitiesAbove500KItem( - { - ID: 10542, - Name: `Chenzhou`, - Country: `China`, - Region: `Hunan`, - Population: 822534 - }), - new WorldCitiesAbove500KItem( - { - ID: 10543, - Name: `Duque de Caxias`, - Country: `Brazil`, - Region: `Rio de Janeiro`, - Population: 818329 - }), - new WorldCitiesAbove500KItem( - { - ID: 10544, - Name: `Jos`, - Country: `Nigeria`, - Region: `Plateau`, - Population: 816824 - }), - new WorldCitiesAbove500KItem( - { - ID: 10545, - Name: `Valencia`, - Country: `Spain`, - Region: `Valencia`, - Population: 814208 - }), - new WorldCitiesAbove500KItem( - { - ID: 10546, - Name: `Ilorin`, - Country: `Nigeria`, - Region: `Kwara`, - Population: 814192 - }), - new WorldCitiesAbove500KItem( - { - ID: 10547, - Name: `Callao`, - Country: `Peru`, - Region: `Callao`, - Population: 813264 - }), - new WorldCitiesAbove500KItem( - { - ID: 10548, - Name: `La Paz`, - Country: `Bolivia`, - Region: `La Paz`, - Population: 812799 - }), - new WorldCitiesAbove500KItem( - { - ID: 10549, - Name: `Ottawa`, - Country: `Canada`, - Region: `Ontario`, - Population: 812129 - }), - new WorldCitiesAbove500KItem( - { - ID: 10550, - Name: `Chihuahua`, - Country: `Mexico`, - Region: `Chihuahua`, - Population: 809232 - }), - new WorldCitiesAbove500KItem( - { - ID: 10551, - Name: `Anqing`, - Country: `China`, - Region: `Anhui`, - Population: 804493 - }), - new WorldCitiesAbove500KItem( - { - ID: 10552, - Name: `Freetown`, - Country: `Sierra Leone`, - Region: `Western Area`, - Population: 802639 - }), - new WorldCitiesAbove500KItem( - { - ID: 10553, - Name: `Johor Bahru`, - Country: `Malaysia`, - Region: `Johor`, - Population: 802489 - }), - new WorldCitiesAbove500KItem( - { - ID: 10554, - Name: `Jerusalem`, - Country: `Israel`, - Region: `Jerusalem`, - Population: 801000 - }), - new WorldCitiesAbove500KItem( - { - ID: 10555, - Name: `Bandar Lampung`, - Country: `Indonesia`, - Region: `Lampung`, - Population: 800348 - }), - new WorldCitiesAbove500KItem( - { - ID: 10557, - Name: `Narela`, - Country: `India`, - Region: `Delhi`, - Population: 800000 - }), - new WorldCitiesAbove500KItem( - { - ID: 10556, - Name: `Bogor`, - Country: `Indonesia`, - Region: `West Java`, - Population: 800000 - }), - new WorldCitiesAbove500KItem( - { - ID: 10558, - Name: `Mombasa`, - Country: `Kenya`, - Region: `Mombasa`, - Population: 799668 - }), - new WorldCitiesAbove500KItem( - { - ID: 10559, - Name: `Xingtai`, - Country: `China`, - Region: `Hebei`, - Population: 798770 - }), - new WorldCitiesAbove500KItem( - { - ID: 10560, - Name: `Cebu City`, - Country: `Philippines`, - Region: `Central Visayas`, - Population: 798634 - }), - new WorldCitiesAbove500KItem( - { - ID: 10561, - Name: `Niigata`, - Country: `Japan`, - Region: `Niigata`, - Population: 797591 - }), - new WorldCitiesAbove500KItem( - { - ID: 10562, - Name: `Muscat`, - Country: `Oman`, - Region: `Muscat`, - Population: 797000 - }), - new WorldCitiesAbove500KItem( - { - ID: 10563, - Name: `Marseille`, - Country: `France`, - Region: `Provence-Alpes-Cote dAzur`, - Population: 794811 - }), - new WorldCitiesAbove500KItem( - { - ID: 10564, - Name: `Zarqa`, - Country: `Jordan`, - Region: `Zarqa`, - Population: 792665 - }), - new WorldCitiesAbove500KItem( - { - ID: 10565, - Name: `Naucalpan de Juarez`, - Country: `Mexico`, - Region: `Mexico`, - Population: 792211 - }), - new WorldCitiesAbove500KItem( - { - ID: 10566, - Name: `Cankaya`, - Country: `Turkey`, - Region: `Ankara`, - Population: 792189 - }), - new WorldCitiesAbove500KItem( - { - ID: 10567, - Name: `Hamamatsu`, - Country: `Japan`, - Region: `Shizuoka`, - Population: 791707 - }), - new WorldCitiesAbove500KItem( - { - ID: 10568, - Name: `Rahim Yar Khan`, - Country: `Pakistan`, - Region: `Punjab`, - Population: 788915 - }), - new WorldCitiesAbove500KItem( - { - ID: 10569, - Name: `Pasragad Branch`, - Country: `Iran`, - Region: `Hamadan`, - Population: 787878 - }), - new WorldCitiesAbove500KItem( - { - ID: 10570, - Name: `Zhaotong`, - Country: `China`, - Region: `Yunnan`, - Population: 787845 - }), - new WorldCitiesAbove500KItem( - { - ID: 10571, - Name: `Panzhihua`, - Country: `China`, - Region: `Sichuan`, - Population: 787177 - }), - new WorldCitiesAbove500KItem( - { - ID: 10572, - Name: `Boumerdas`, - Country: `Algeria`, - Region: `Boumerdes`, - Population: 786499 - }), - new WorldCitiesAbove500KItem( - { - ID: 10573, - Name: `Jalandhar`, - Country: `India`, - Region: `Punjab`, - Population: 785178 - }), - new WorldCitiesAbove500KItem( - { - ID: 10574, - Name: `Thiruvananthapuram`, - Country: `India`, - Region: `Kerala`, - Population: 784153 - }), - new WorldCitiesAbove500KItem( - { - ID: 10575, - Name: `Chuzhou`, - Country: `China`, - Region: `Anhui`, - Population: 782671 - }), - new WorldCitiesAbove500KItem( - { - ID: 10576, - Name: `Sakai`, - Country: `Japan`, - Region: `Osaka`, - Population: 782339 - }), - new WorldCitiesAbove500KItem( - { - ID: 10577, - Name: `San Miguel de Tucuman`, - Country: `Argentina`, - Region: `Tucuman`, - Population: 781023 - }), - new WorldCitiesAbove500KItem( - { - ID: 10578, - Name: `Cotonou`, - Country: `Benin`, - Region: `Littoral`, - Population: 780000 - }), - new WorldCitiesAbove500KItem( - { - ID: 10579, - Name: `Salem`, - Country: `India`, - Region: `Tamil Nadu`, - Population: 778396 - }), - new WorldCitiesAbove500KItem( - { - ID: 10580, - Name: `Merida`, - Country: `Mexico`, - Region: `Yucatan`, - Population: 777615 - }), - new WorldCitiesAbove500KItem( - { - ID: 10581, - Name: `Tiruchirappalli`, - Country: `India`, - Region: `Tamil Nadu`, - Population: 775484 - }), - new WorldCitiesAbove500KItem( - { - ID: 10582, - Name: `Homs`, - Country: `Syria`, - Region: `Homs`, - Population: 775404 - }), - new WorldCitiesAbove500KItem( - { - ID: 10583, - Name: `Hohhot`, - Country: `China`, - Region: `Inner Mongolia`, - Population: 774477 - }), - new WorldCitiesAbove500KItem( - { - ID: 10584, - Name: `Xuanzhou`, - Country: `China`, - Region: `Anhui`, - Population: 774332 - }), - new WorldCitiesAbove500KItem( - { - ID: 10585, - Name: `Niamey`, - Country: `Niger`, - Region: `Niamey`, - Population: 774235 - }), - new WorldCitiesAbove500KItem( - { - ID: 10586, - Name: `Tainan`, - Country: `Taiwan`, - Region: `Taiwan`, - Population: 771235 - }), - new WorldCitiesAbove500KItem( - { - ID: 10587, - Name: `Shangyu`, - Country: `China`, - Region: `Zhejiang`, - Population: 770000 - }), - new WorldCitiesAbove500KItem( - { - ID: 10588, - Name: `Lodz`, - Country: `Poland`, - Region: `Lodz Voivodeship`, - Population: 768755 - }), - new WorldCitiesAbove500KItem( - { - ID: 10589, - Name: `Dammam`, - Country: `Saudi Arabia`, - Region: `Eastern Province`, - Population: 768602 - }), - new WorldCitiesAbove500KItem( - { - ID: 10590, - Name: `Xining`, - Country: `China`, - Region: `Qinghai`, - Population: 767531 - }), - new WorldCitiesAbove500KItem( - { - ID: 10591, - Name: `Kahriz`, - Country: `Iran`, - Region: `Kermanshah`, - Population: 766706 - }), - new WorldCitiesAbove500KItem( - { - ID: 10592, - Name: `Anshun`, - Country: `China`, - Region: `Guizhou`, - Population: 765313 - }), - new WorldCitiesAbove500KItem( - { - ID: 10593, - Name: `Kota`, - Country: `India`, - Region: `Rajasthan`, - Population: 763088 - }), - new WorldCitiesAbove500KItem( - { - ID: 10594, - Name: `Natal`, - Country: `Brazil`, - Region: `Rio Grande do Norte`, - Population: 763043 - }), - new WorldCitiesAbove500KItem( - { - ID: 10595, - Name: `Jiaxing`, - Country: `China`, - Region: `Zhejiang`, - Population: 762643 - }), - new WorldCitiesAbove500KItem( - { - ID: 10596, - Name: `Zhangjiagang`, - Country: `China`, - Region: `Jiangsu`, - Population: 762625 - }), - new WorldCitiesAbove500KItem( - { - ID: 10597, - Name: `Bhubaneshwar`, - Country: `India`, - Region: `Odisha`, - Population: 762243 - }), - new WorldCitiesAbove500KItem( - { - ID: 10598, - Name: `Wuzhou`, - Country: `China`, - Region: `Guangxi`, - Population: 761948 - }), - new WorldCitiesAbove500KItem( - { - ID: 10599, - Name: `Qinhuangdao`, - Country: `China`, - Region: `Hebei`, - Population: 759718 - }), - new WorldCitiesAbove500KItem( - { - ID: 10600, - Name: `Antalya`, - Country: `Turkey`, - Region: `Antalya`, - Population: 758188 - }), - new WorldCitiesAbove500KItem( - { - ID: 10601, - Name: `Krakow`, - Country: `Poland`, - Region: `Lesser Poland`, - Population: 755050 - }), - new WorldCitiesAbove500KItem( - { - ID: 10602, - Name: `Aligarh`, - Country: `India`, - Region: `Uttar Pradesh`, - Population: 753207 - }), - new WorldCitiesAbove500KItem( - { - ID: 10603, - Name: `Shaoyang`, - Country: `China`, - Region: `Hunan`, - Population: 753194 - }), - new WorldCitiesAbove500KItem( - { - ID: 10604, - Name: `Da Nang`, - Country: `Vietnam`, - Region: `Da Nang`, - Population: 752493 - }), - new WorldCitiesAbove500KItem( - { - ID: 10605, - Name: `Pietermaritzburg`, - Country: `South Africa`, - Region: `KwaZulu-Natal`, - Population: 750845 - }), - new WorldCitiesAbove500KItem( - { - ID: 10606, - Name: `Lome`, - Country: `Togo`, - Region: `Maritime`, - Population: 749700 - }), - new WorldCitiesAbove500KItem( - { - ID: 10607, - Name: `Trujillo`, - Country: `Peru`, - Region: `La Libertad`, - Population: 747450 - }), - new WorldCitiesAbove500KItem( - { - ID: 10608, - Name: `Malang`, - Country: `Indonesia`, - Region: `East Java`, - Population: 746716 - }), - new WorldCitiesAbove500KItem( - { - ID: 10609, - Name: `Ciudad Guayana`, - Country: `Venezuela`, - Region: `Bolivar`, - Population: 746535 - }), - new WorldCitiesAbove500KItem( - { - ID: 10610, - Name: `Bareilly`, - Country: `India`, - Region: `Uttar Pradesh`, - Population: 745435 - }), - new WorldCitiesAbove500KItem( - { - ID: 10611, - Name: `Kigali`, - Country: `Rwanda`, - Region: `Kigali`, - Population: 745261 - }), - new WorldCitiesAbove500KItem( - { - ID: 10612, - Name: `Teresina`, - Country: `Brazil`, - Region: `Piaui`, - Population: 744512 - }), - new WorldCitiesAbove500KItem( - { - ID: 10613, - Name: `Xinxiang`, - Country: `China`, - Region: `Henan`, - Population: 743601 - }), - new WorldCitiesAbove500KItem( - { - ID: 10614, - Name: `Sao Bernardo do Campo`, - Country: `Brazil`, - Region: `Sao Paulo`, - Population: 743372 - }), - new WorldCitiesAbove500KItem( - { - ID: 10615, - Name: `Hegang`, - Country: `China`, - Region: `Heilongjiang`, - Population: 743307 - }), - new WorldCitiesAbove500KItem( - { - ID: 10616, - Name: `Riga`, - Country: `Latvia`, - Region: `Riga`, - Population: 742572 - }), - new WorldCitiesAbove500KItem( - { - ID: 10617, - Name: `Amsterdam`, - Country: `Netherlands`, - Region: `North Holland`, - Population: 741636 - }), - new WorldCitiesAbove500KItem( - { - ID: 10618, - Name: `Maanshan`, - Country: `China`, - Region: `Anhui`, - Population: 741531 - }), - new WorldCitiesAbove500KItem( - { - ID: 10619, - Name: `Zaporizhzhya`, - Country: `Ukraine`, - Region: `Zaporizhzhya Oblast`, - Population: 738728 - }), - new WorldCitiesAbove500KItem( - { - ID: 10620, - Name: `Oyo`, - Country: `Nigeria`, - Region: `Oyo`, - Population: 736072 - }), - new WorldCitiesAbove500KItem( - { - ID: 10621, - Name: `Deyang`, - Country: `China`, - Region: `Sichuan`, - Population: 735070 - }), - new WorldCitiesAbove500KItem( - { - ID: 10622, - Name: `Quetta`, - Country: `Pakistan`, - Region: `Balochistan`, - Population: 733675 - }), - new WorldCitiesAbove500KItem( - { - ID: 10623, - Name: `Yangquan`, - Country: `China`, - Region: `Shanxi`, - Population: 731228 - }), - new WorldCitiesAbove500KItem( - { - ID: 10624, - Name: `Campo Grande`, - Country: `Brazil`, - Region: `Mato Grosso do Sul`, - Population: 729151 - }), - new WorldCitiesAbove500KItem( - { - ID: 10625, - Name: `Ashgabat`, - Country: `Turkmenistan`, - Region: `Ashgabat`, - Population: 727700 - }), - new WorldCitiesAbove500KItem( - { - ID: 10626, - Name: `Alvaro Obregon`, - Country: `Mexico`, - Region: `Mexico City`, - Population: 726664 - }), - new WorldCitiesAbove500KItem( - { - ID: 10627, - Name: `Muzaffarabad`, - Country: `Pakistan`, - Region: `Azad Kashmir`, - Population: 725000 - }), - new WorldCitiesAbove500KItem( - { - ID: 10628, - Name: `Bagcilar`, - Country: `Turkey`, - Region: `Istanbul`, - Population: 724270 - }), - new WorldCitiesAbove500KItem( - { - ID: 10629, - Name: `Wanzhou`, - Country: `China`, - Region: `Chongqing`, - Population: 723215 - }), - new WorldCitiesAbove500KItem( - { - ID: 10630, - Name: `As Sulaymaniyah`, - Country: `Iraq`, - Region: `Sulaymaniyah`, - Population: 723170 - }), - new WorldCitiesAbove500KItem( - { - ID: 10631, - Name: `San Luis Potosi`, - Country: `Mexico`, - Region: `San Luis Potosi`, - Population: 722772 - }), - new WorldCitiesAbove500KItem( - { - ID: 10632, - Name: `Aguascalientes`, - Country: `Mexico`, - Region: `Aguascalientes`, - Population: 722250 - }), - new WorldCitiesAbove500KItem( - { - ID: 10633, - Name: `Zhumadian`, - Country: `China`, - Region: `Henan`, - Population: 721670 - }), - new WorldCitiesAbove500KItem( - { - ID: 10634, - Name: `Cucuta`, - Country: `Colombia`, - Region: `Norte de Santander`, - Population: 721398 - }), - new WorldCitiesAbove500KItem( - { - ID: 10635, - Name: `Moradabad`, - Country: `India`, - Region: `Uttar Pradesh`, - Population: 721139 - }), - new WorldCitiesAbove500KItem( - { - ID: 10636, - Name: `NDjamena`, - Country: `Chad`, - Region: `NDjamena`, - Population: 721081 - }), - new WorldCitiesAbove500KItem( - { - ID: 10637, - Name: `Lviv`, - Country: `Ukraine`, - Region: `Lviv Oblast`, - Population: 717803 - }), - new WorldCitiesAbove500KItem( - { - ID: 10638, - Name: `Hermosillo`, - Country: `Mexico`, - Region: `Sonora`, - Population: 715061 - }), - new WorldCitiesAbove500KItem( - { - ID: 10639, - Name: `Edmonton`, - Country: `Canada`, - Region: `Alberta`, - Population: 712391 - }), - new WorldCitiesAbove500KItem( - { - ID: 10640, - Name: `Jeonju`, - Country: `South Korea`, - Region: `Jeollabuk-do`, - Population: 711424 - }), - new WorldCitiesAbove500KItem( - { - ID: 10641, - Name: `Saltillo`, - Country: `Mexico`, - Region: `Coahuila`, - Population: 709671 - }), - new WorldCitiesAbove500KItem( - { - ID: 10642, - Name: `Subang Jaya`, - Country: `Malaysia`, - Region: `Selangor`, - Population: 708296 - }), - new WorldCitiesAbove500KItem( - { - ID: 10643, - Name: `Bhiwandi`, - Country: `India`, - Region: `Maharashtra`, - Population: 707035 - }), - new WorldCitiesAbove500KItem( - { - ID: 10644, - Name: `Pekanbaru`, - Country: `Indonesia`, - Region: `Riau`, - Population: 703956 - }), - new WorldCitiesAbove500KItem( - { - ID: 10645, - Name: `Sevilla`, - Country: `Spain`, - Region: `Andalusia`, - Population: 703206 - }), - new WorldCitiesAbove500KItem( - { - ID: 10646, - Name: `Tolyatti`, - Country: `Russia`, - Region: `Samara Oblast`, - Population: 702879 - }), - new WorldCitiesAbove500KItem( - { - ID: 10647, - Name: `Jaboatao`, - Country: `Brazil`, - Region: `Pernambuco`, - Population: 702621 - }), - new WorldCitiesAbove500KItem( - { - ID: 10648, - Name: `Shizuoka`, - Country: `Japan`, - Region: `Shizuoka`, - Population: 701561 - }), - new WorldCitiesAbove500KItem( - { - ID: 10649, - Name: `Santo Domingo Oeste`, - Country: `Dominican Republic`, - Region: `Santo Domingo`, - Population: 701269 - }), - new WorldCitiesAbove500KItem( - { - ID: 10650, - Name: `Rajshahi`, - Country: `Bangladesh`, - Region: `Rajshahi Division`, - Population: 700133 - }), - new WorldCitiesAbove500KItem( - { - ID: 10653, - Name: `Battagram`, - Country: `Pakistan`, - Region: `Khyber Pakhtunkhwa`, - Population: 700000 - }), - new WorldCitiesAbove500KItem( - { - ID: 10652, - Name: `City of Balikpapan`, - Country: `Indonesia`, - Region: `East Kalimantan`, - Population: 700000 - }), - new WorldCitiesAbove500KItem( - { - ID: 10651, - Name: `Santo Domingo Este`, - Country: `Dominican Republic`, - Region: `Santo Domingo`, - Population: 700000 - }), - new WorldCitiesAbove500KItem( - { - ID: 10654, - Name: `Changzhi`, - Country: `China`, - Region: `Shanxi`, - Population: 699514 - }), - new WorldCitiesAbove500KItem( - { - ID: 10655, - Name: `Bulawayo`, - Country: `Zimbabwe`, - Region: `Bulawayo`, - Population: 699385 - }), - new WorldCitiesAbove500KItem( - { - ID: 10656, - Name: `Zagreb`, - Country: `Croatia`, - Region: `City of Zagreb`, - Population: 698966 - }), - new WorldCitiesAbove500KItem( - { - ID: 10657, - Name: `Agadir`, - Country: `Morocco`, - Region: `Souss-Massa`, - Population: 698310 - }), - new WorldCitiesAbove500KItem( - { - ID: 10658, - Name: `Sarajevo`, - Country: `Bosnia and Herzegovina`, - Region: `Bosnia`, - Population: 696731 - }), - new WorldCitiesAbove500KItem( - { - ID: 10659, - Name: `La Plata`, - Country: `Argentina`, - Region: `Buenos Aires`, - Population: 694167 - }), - new WorldCitiesAbove500KItem( - { - ID: 10660, - Name: `Tunis`, - Country: `Tunisia`, - Region: `Tunis`, - Population: 693210 - }), - new WorldCitiesAbove500KItem( - { - ID: 10661, - Name: `Zhangjiakou`, - Country: `China`, - Region: `Hebei`, - Population: 692602 - }), - new WorldCitiesAbove500KItem( - { - ID: 10662, - Name: `Mexicali`, - Country: `Mexico`, - Region: `Baja California`, - Population: 689775 - }), - new WorldCitiesAbove500KItem( - { - ID: 10663, - Name: `Fuxin`, - Country: `China`, - Region: `Liaoning`, - Population: 689050 - }), - new WorldCitiesAbove500KItem( - { - ID: 10664, - Name: `Enugu`, - Country: `Nigeria`, - Region: `Enugu`, - Population: 688862 - }), - new WorldCitiesAbove500KItem( - { - ID: 10665, - Name: `Tangier`, - Country: `Morocco`, - Region: `Tanger-Tetouan-Al Hoceima`, - Population: 688356 - }), - new WorldCitiesAbove500KItem( - { - ID: 10666, - Name: `Huangshi`, - Country: `China`, - Region: `Hubei`, - Population: 688090 - }), - new WorldCitiesAbove500KItem( - { - ID: 10667, - Name: `Liaoyang`, - Country: `China`, - Region: `Liaoning`, - Population: 687890 - }), - new WorldCitiesAbove500KItem( - { - ID: 10668, - Name: `Baise`, - Country: `China`, - Region: `Guangxi`, - Population: 686078 - }), - new WorldCitiesAbove500KItem( - { - ID: 10669, - Name: `Sanya`, - Country: `China`, - Region: `Hainan`, - Population: 685408 - }), - new WorldCitiesAbove500KItem( - { - ID: 10670, - Name: `Sheffield`, - Country: `United Kingdom`, - Region: `England`, - Population: 685368 - }), - new WorldCitiesAbove500KItem( - { - ID: 10671, - Name: `Seattle`, - Country: `United States`, - Region: `Washington`, - Population: 684451 - }), - new WorldCitiesAbove500KItem( - { - ID: 10672, - Name: `Binzhou`, - Country: `China`, - Region: `Shandong`, - Population: 682717 - }), - new WorldCitiesAbove500KItem( - { - ID: 10673, - Name: `Denver`, - Country: `United States`, - Region: `Colorado`, - Population: 682545 - }), - new WorldCitiesAbove500KItem( - { - ID: 10674, - Name: `El Paso`, - Country: `United States`, - Region: `Texas`, - Population: 681124 - }), - new WorldCitiesAbove500KItem( - { - ID: 10675, - Name: `Kumamoto`, - Country: `Japan`, - Region: `Kumamoto`, - Population: 680423 - }), - new WorldCitiesAbove500KItem( - { - ID: 10676, - Name: `Raipur`, - Country: `India`, - Region: `Chhattisgarh`, - Population: 679995 - }), - new WorldCitiesAbove500KItem( - { - ID: 10677, - Name: `General Santos`, - Country: `Philippines`, - Region: `Soccsksargen`, - Population: 679588 - }), - new WorldCitiesAbove500KItem( - { - ID: 10678, - Name: `Dezhou`, - Country: `China`, - Region: `Shandong`, - Population: 679535 - }), - new WorldCitiesAbove500KItem( - { - ID: 10679, - Name: `Dushanbe`, - Country: `Tajikistan`, - Region: `Dushanbe`, - Population: 679400 - }), - new WorldCitiesAbove500KItem( - { - ID: 10680, - Name: `Osasco`, - Country: `Brazil`, - Region: `Sao Paulo`, - Population: 677856 - }), - new WorldCitiesAbove500KItem( - { - ID: 10681, - Name: `Detroit`, - Country: `United States`, - Region: `Michigan`, - Population: 677116 - }), - new WorldCitiesAbove500KItem( - { - ID: 10682, - Name: `Culiacan`, - Country: `Mexico`, - Region: `Sinaloa`, - Population: 675773 - }), - new WorldCitiesAbove500KItem( - { - ID: 10683, - Name: `Boston`, - Country: `United States`, - Region: `Massachusetts`, - Population: 675647 - }), - new WorldCitiesAbove500KItem( - { - ID: 10684, - Name: `Matola`, - Country: `Mozambique`, - Region: `Maputo Province`, - Population: 675422 - }), - new WorldCitiesAbove500KItem( - { - ID: 10685, - Name: `Zaragoza`, - Country: `Spain`, - Region: `Aragon`, - Population: 674317 - }), - new WorldCitiesAbove500KItem( - { - ID: 10686, - Name: `Gorakhpur`, - Country: `India`, - Region: `Uttar Pradesh`, - Population: 674246 - }), - new WorldCitiesAbove500KItem( - { - ID: 10687, - Name: `Guadalupe`, - Country: `Mexico`, - Region: `Nuevo Leon`, - Population: 673616 - }), - new WorldCitiesAbove500KItem( - { - ID: 10688, - Name: `Acapulco de Juarez`, - Country: `Mexico`, - Region: `Guerrero`, - Population: 673479 - }), - new WorldCitiesAbove500KItem( - { - ID: 10689, - Name: `Ipoh`, - Country: `Malaysia`, - Region: `Perak`, - Population: 673318 - }), - new WorldCitiesAbove500KItem( - { - ID: 10690, - Name: `Sanmenxia`, - Country: `China`, - Region: `Henan`, - Population: 669307 - }), - new WorldCitiesAbove500KItem( - { - ID: 10691, - Name: `Ezhou`, - Country: `China`, - Region: `Hubei`, - Population: 668727 - }), - new WorldCitiesAbove500KItem( - { - ID: 10692, - Name: `Mississauga`, - Country: `Canada`, - Region: `Ontario`, - Population: 668549 - }), - new WorldCitiesAbove500KItem( - { - ID: 10693, - Name: `Mudanjiang`, - Country: `China`, - Region: `Heilongjiang`, - Population: 665915 - }), - new WorldCitiesAbove500KItem( - { - ID: 10694, - Name: `Athens`, - Country: `Greece`, - Region: `Attica`, - Population: 664046 - }), - new WorldCitiesAbove500KItem( - { - ID: 10695, - Name: `Leshan`, - Country: `China`, - Region: `Sichuan`, - Population: 662814 - }), - new WorldCitiesAbove500KItem( - { - ID: 10696, - Name: `Santo Andre`, - Country: `Brazil`, - Region: `Sao Paulo`, - Population: 662373 - }), - new WorldCitiesAbove500KItem( - { - ID: 10697, - Name: `Rizhao`, - Country: `China`, - Region: `Shandong`, - Population: 661943 - }), - new WorldCitiesAbove500KItem( - { - ID: 10698, - Name: `Nouakchott`, - Country: `Mauritania`, - Region: ``, - Population: 661400 - }), - new WorldCitiesAbove500KItem( - { - ID: 10699, - Name: `Pointe-Noire`, - Country: `Republic of the Congo`, - Region: `Pointe-Noire`, - Population: 659084 - }), - new WorldCitiesAbove500KItem( - { - ID: 10700, - Name: `Suining`, - Country: `China`, - Region: `Sichuan`, - Population: 656760 - }), - new WorldCitiesAbove500KItem( - { - ID: 10701, - Name: `Memphis`, - Country: `United States`, - Region: `Tennessee`, - Population: 655770 - }), - new WorldCitiesAbove500KItem( - { - ID: 10702, - Name: `Puyang`, - Country: `China`, - Region: `Henan`, - Population: 655674 - }), - new WorldCitiesAbove500KItem( - { - ID: 10703, - Name: `Tlalnepantla`, - Country: `Mexico`, - Region: `Mexico`, - Population: 653410 - }), - new WorldCitiesAbove500KItem( - { - ID: 10704, - Name: `Joao Pessoa`, - Country: `Brazil`, - Region: `Paraiba`, - Population: 650883 - }), - new WorldCitiesAbove500KItem( - { - ID: 10705, - Name: `Ansan-si`, - Country: `South Korea`, - Region: `Gyeonggi-do`, - Population: 650728 - }), - new WorldCitiesAbove500KItem( - { - ID: 10706, - Name: `Benghazi`, - Country: `Libya`, - Region: `Banghazi`, - Population: 650629 - }), - new WorldCitiesAbove500KItem( - { - ID: 10707, - Name: `Frankfurt am Main`, - Country: `Germany`, - Region: `Hesse`, - Population: 650000 - }), - new WorldCitiesAbove500KItem( - { - ID: 10708, - Name: `Krasnodar`, - Country: `Russia`, - Region: `Krasnodarskiy`, - Population: 649851 - }), - new WorldCitiesAbove500KItem( - { - ID: 10709, - Name: `Palermo`, - Country: `Italy`, - Region: `Sicily`, - Population: 648260 - }), - new WorldCitiesAbove500KItem( - { - ID: 10710, - Name: `Colombo`, - Country: `Sri Lanka`, - Region: `Western`, - Population: 648034 - }), - new WorldCitiesAbove500KItem( - { - ID: 10711, - Name: `Lilongwe`, - Country: `Malawi`, - Region: `Central Region`, - Population: 646750 - }), - new WorldCitiesAbove500KItem( - { - ID: 10712, - Name: `Oran`, - Country: `Algeria`, - Region: `Oran`, - Population: 645984 - }), - new WorldCitiesAbove500KItem( - { - ID: 10713, - Name: `Diyarbakir`, - Country: `Turkey`, - Region: `Diyarbakir`, - Population: 644763 - }), - new WorldCitiesAbove500KItem( - { - ID: 10714, - Name: `Taguig`, - Country: `Philippines`, - Region: `Metro Manila`, - Population: 644473 - }), - new WorldCitiesAbove500KItem( - { - ID: 10715, - Name: `New South Memphis`, - Country: `United States`, - Region: `Tennessee`, - Population: 641608 - }), - new WorldCitiesAbove500KItem( - { - ID: 10716, - Name: `Ulyanovsk`, - Country: `Russia`, - Region: `Ulyanovsk`, - Population: 640680 - }), - new WorldCitiesAbove500KItem( - { - ID: 10717, - Name: `Kotli`, - Country: `Pakistan`, - Region: `Azad Kashmir`, - Population: 640000 - }), - new WorldCitiesAbove500KItem( - { - ID: 10718, - Name: `Okayama`, - Country: `Japan`, - Region: `Okayama`, - Population: 639652 - }), - new WorldCitiesAbove500KItem( - { - ID: 10719, - Name: `Al Ahmadi`, - Country: `Kuwait`, - Region: `Al Ahmadi`, - Population: 637411 - }), - new WorldCitiesAbove500KItem( - { - ID: 10720, - Name: `Yogyakarta`, - Country: `Indonesia`, - Region: `Yogyakarta`, - Population: 636660 - }), - new WorldCitiesAbove500KItem( - { - ID: 10721, - Name: `Chisinau`, - Country: `Moldova`, - Region: `Chisinau Municipality`, - Population: 635994 - }), - new WorldCitiesAbove500KItem( - { - ID: 10722, - Name: `Wroclaw`, - Country: `Poland`, - Region: `Lower Silesia`, - Population: 634893 - }), - new WorldCitiesAbove500KItem( - { - ID: 10723, - Name: `Hebi`, - Country: `China`, - Region: `Henan`, - Population: 634721 - }), - new WorldCitiesAbove500KItem( - { - ID: 10724, - Name: `Cheongju-si`, - Country: `South Korea`, - Region: `North Chungcheong`, - Population: 634596 - }), - new WorldCitiesAbove500KItem( - { - ID: 10725, - Name: `Anyang-si`, - Country: `South Korea`, - Region: `Gyeonggi-do`, - Population: 634367 - }), - new WorldCitiesAbove500KItem( - { - ID: 10726, - Name: `Tebessa`, - Country: `Algeria`, - Region: `Tebessa`, - Population: 634332 - }), - new WorldCitiesAbove500KItem( - { - ID: 10727, - Name: `Jingmen`, - Country: `China`, - Region: `Hubei`, - Population: 632954 - }), - new WorldCitiesAbove500KItem( - { - ID: 10728, - Name: `Portland`, - Country: `United States`, - Region: `Oregon`, - Population: 632309 - }), - new WorldCitiesAbove500KItem( - { - ID: 10729, - Name: `Winnipeg`, - Country: `Canada`, - Region: `Manitoba`, - Population: 632063 - }), - new WorldCitiesAbove500KItem( - { - ID: 10730, - Name: `Dandong`, - Country: `China`, - Region: `Liaoning`, - Population: 631973 - }), - new WorldCitiesAbove500KItem( - { - ID: 10731, - Name: `Oklahoma City`, - Country: `United States`, - Region: `Oklahoma`, - Population: 631346 - }), - new WorldCitiesAbove500KItem( - { - ID: 10732, - Name: `Izhevsk`, - Country: `Russia`, - Region: `Udmurtiya Republic`, - Population: 631038 - }), - new WorldCitiesAbove500KItem( - { - ID: 10733, - Name: `Jaboatao dos Guararapes`, - Country: `Brazil`, - Region: `Pernambuco`, - Population: 630008 - }), - new WorldCitiesAbove500KItem( - { - ID: 10734, - Name: `Cancun`, - Country: `Mexico`, - Region: `Quintana Roo`, - Population: 628306 - }), - new WorldCitiesAbove500KItem( - { - ID: 10735, - Name: `Contagem`, - Country: `Brazil`, - Region: `Minas Gerais`, - Population: 627123 - }), - new WorldCitiesAbove500KItem( - { - ID: 10736, - Name: `Santiago de Queretaro`, - Country: `Mexico`, - Region: `Queretaro`, - Population: 626495 - }), - new WorldCitiesAbove500KItem( - { - ID: 10737, - Name: `Bhilai`, - Country: `India`, - Region: `Chhattisgarh`, - Population: 625138 - }), - new WorldCitiesAbove500KItem( - { - ID: 10738, - Name: `Panshan`, - Country: `China`, - Region: `Liaoning`, - Population: 625040 - }), - new WorldCitiesAbove500KItem( - { - ID: 10739, - Name: `Kryvyy Rih`, - Country: `Ukraine`, - Region: `Dnipropetrovsk Oblast`, - Population: 624579 - }), - new WorldCitiesAbove500KItem( - { - ID: 10740, - Name: `Djibouti`, - Country: `Djibouti`, - Region: `Djibouti`, - Population: 623891 - }), - new WorldCitiesAbove500KItem( - { - ID: 10741, - Name: `Las Vegas`, - Country: `United States`, - Region: `Nevada`, - Population: 623747 - }), - new WorldCitiesAbove500KItem( - { - ID: 10742, - Name: `Baltimore`, - Country: `United States`, - Region: `Maryland`, - Population: 621849 - }), - new WorldCitiesAbove500KItem( - { - ID: 10743, - Name: `Kermanshah`, - Country: `Iran`, - Region: `Kermanshah`, - Population: 621100 - }), - new WorldCitiesAbove500KItem( - { - ID: 10744, - Name: `Coyoacan`, - Country: `Mexico`, - Region: `Mexico City`, - Population: 620416 - }), - new WorldCitiesAbove500KItem( - { - ID: 10745, - Name: `Ribeirao Preto`, - Country: `Brazil`, - Region: `Sao Paulo`, - Population: 619746 - }), - new WorldCitiesAbove500KItem( - { - ID: 10746, - Name: `Suizhou`, - Country: `China`, - Region: `Hubei`, - Population: 618582 - }), - new WorldCitiesAbove500KItem( - { - ID: 10747, - Name: `Al Hudaydah`, - Country: `Yemen`, - Region: `Al Hudaydah`, - Population: 617871 - }), - new WorldCitiesAbove500KItem( - { - ID: 10748, - Name: `Pasig City`, - Country: `Philippines`, - Region: `Metro Manila`, - Population: 617301 - }), - new WorldCitiesAbove500KItem( - { - ID: 10749, - Name: `Bristol`, - Country: `United Kingdom`, - Region: `England`, - Population: 617280 - }), - new WorldCitiesAbove500KItem( - { - ID: 10750, - Name: `Jamshedpur`, - Country: `India`, - Region: `Jharkhand`, - Population: 616338 - }), - new WorldCitiesAbove500KItem( - { - ID: 10751, - Name: `Chizhou`, - Country: `China`, - Region: `Anhui`, - Population: 615274 - }), - new WorldCitiesAbove500KItem( - { - ID: 10752, - Name: `Taiz`, - Country: `Yemen`, - Region: `Taizz`, - Population: 615222 - }), - new WorldCitiesAbove500KItem( - { - ID: 10753, - Name: `Sao Jose dos Campos`, - Country: `Brazil`, - Region: `Sao Paulo`, - Population: 613764 - }), - new WorldCitiesAbove500KItem( - { - ID: 10754, - Name: `Santa Maria Chimalhuacan`, - Country: `Mexico`, - Region: `Mexico`, - Population: 612383 - }), - new WorldCitiesAbove500KItem( - { - ID: 10755, - Name: `Yaan`, - Country: `China`, - Region: `Sichuan`, - Population: 612056 - }), - new WorldCitiesAbove500KItem( - { - ID: 10756, - Name: `Borivli`, - Country: `India`, - Region: `Maharashtra`, - Population: 609617 - }), - new WorldCitiesAbove500KItem( - { - ID: 10757, - Name: `Torreon`, - Country: `Mexico`, - Region: `Coahuila`, - Population: 608836 - }), - new WorldCitiesAbove500KItem( - { - ID: 10758, - Name: `Yaroslavl`, - Country: `Russia`, - Region: `Yaroslavl Oblast`, - Population: 606730 - }), - new WorldCitiesAbove500KItem( - { - ID: 10759, - Name: `Bhavnagar`, - Country: `India`, - Region: `Gujarat`, - Population: 605882 - }), - new WorldCitiesAbove500KItem( - { - ID: 10760, - Name: `Benoni`, - Country: `South Africa`, - Region: `Gauteng`, - Population: 605344 - }), - new WorldCitiesAbove500KItem( - { - ID: 10761, - Name: `Cochin`, - Country: `India`, - Region: `Kerala`, - Population: 604696 - }), - new WorldCitiesAbove500KItem( - { - ID: 10762, - Name: `Jinzhou`, - Country: `China`, - Region: `Liaoning`, - Population: 604269 - }), - new WorldCitiesAbove500KItem( - { - ID: 10763, - Name: `Amravati`, - Country: `India`, - Region: `Maharashtra`, - Population: 603837 - }), - new WorldCitiesAbove500KItem( - { - ID: 10764, - Name: `Abu Dhabi`, - Country: `United Arab Emirates`, - Region: `Abu Dhabi`, - Population: 603492 - }), - new WorldCitiesAbove500KItem( - { - ID: 10765, - Name: `Haiphong`, - Country: `Vietnam`, - Region: `Haiphong`, - Population: 602695 - }), - new WorldCitiesAbove500KItem( - { - ID: 10766, - Name: `Sanming`, - Country: `China`, - Region: `Fujian`, - Population: 602166 - }), - new WorldCitiesAbove500KItem( - { - ID: 10767, - Name: `Washington`, - Country: `United States`, - Region: `Washington, D.C.`, - Population: 601723 - }), - new WorldCitiesAbove500KItem( - { - ID: 10768, - Name: `Islamabad`, - Country: `Pakistan`, - Region: `Islamabad`, - Population: 601600 - }), - new WorldCitiesAbove500KItem( - { - ID: 10769, - Name: `Kirkuk`, - Country: `Iraq`, - Region: `Kirkuk`, - Population: 601433 - }), - new WorldCitiesAbove500KItem( - { - ID: 10770, - Name: `Sangli`, - Country: `India`, - Region: `Maharashtra`, - Population: 601214 - }), - new WorldCitiesAbove500KItem( - { - ID: 10771, - Name: `Milwaukee`, - Country: `United States`, - Region: `Wisconsin`, - Population: 600155 - }), - new WorldCitiesAbove500KItem( - { - ID: 10774, - Name: `Situbondo`, - Country: `Indonesia`, - Region: `East Java`, - Population: 600000 - }), - new WorldCitiesAbove500KItem( - { - ID: 10773, - Name: `Shuangyashan`, - Country: `China`, - Region: `Heilongjiang`, - Population: 600000 - }), - new WorldCitiesAbove500KItem( - { - ID: 10772, - Name: `Vancouver`, - Country: `Canada`, - Region: `British Columbia`, - Population: 600000 - }), - new WorldCitiesAbove500KItem( - { - ID: 10775, - Name: `Barnaul`, - Country: `Russia`, - Region: `Altai Krai`, - Population: 599579 - }), - new WorldCitiesAbove500KItem( - { - ID: 10776, - Name: `Rotterdam`, - Country: `Netherlands`, - Region: `South Holland`, - Population: 598199 - }), - new WorldCitiesAbove500KItem( - { - ID: 10777, - Name: `Morelia`, - Country: `Mexico`, - Region: `Michoacan`, - Population: 597511 - }), - new WorldCitiesAbove500KItem( - { - ID: 10778, - Name: `Luancheng`, - Country: `China`, - Region: `Hebei`, - Population: 597130 - }), - new WorldCitiesAbove500KItem( - { - ID: 10779, - Name: `Rasht`, - Country: `Iran`, - Region: `Gilan`, - Population: 594590 - }), - new WorldCitiesAbove500KItem( - { - ID: 10780, - Name: `Abeokuta`, - Country: `Nigeria`, - Region: `Ogun`, - Population: 593100 - }), - new WorldCitiesAbove500KItem( - { - ID: 10781, - Name: `Essen`, - Country: `Germany`, - Region: `North Rhine-Westphalia`, - Population: 593085 - }), - new WorldCitiesAbove500KItem( - { - ID: 10782, - Name: `Kayseri`, - Country: `Turkey`, - Region: `Kayseri`, - Population: 592840 - }), - new WorldCitiesAbove500KItem( - { - ID: 10783, - Name: `Glasgow`, - Country: `United Kingdom`, - Region: `Scotland`, - Population: 591620 - }), - new WorldCitiesAbove500KItem( - { - ID: 10784, - Name: `Gold Coast`, - Country: `Australia`, - Region: `Queensland`, - Population: 591473 - }), - new WorldCitiesAbove500KItem( - { - ID: 10785, - Name: `Yingkou`, - Country: `China`, - Region: `Liaoning`, - Population: 591159 - }), - new WorldCitiesAbove500KItem( - { - ID: 10786, - Name: `Abuja`, - Country: `Nigeria`, - Region: `FCT`, - Population: 590400 - }), - new WorldCitiesAbove500KItem( - { - ID: 10787, - Name: `Las Pinas`, - Country: `Philippines`, - Region: `Metro Manila`, - Population: 590000 - }), - new WorldCitiesAbove500KItem( - { - ID: 10788, - Name: `Zhangzhou`, - Country: `China`, - Region: `Fujian`, - Population: 589831 - }), - new WorldCitiesAbove500KItem( - { - ID: 10789, - Name: `Stuttgart`, - Country: `Germany`, - Region: `Baden-Wuerttemberg`, - Population: 589793 - }), - new WorldCitiesAbove500KItem( - { - ID: 10790, - Name: `Reynosa`, - Country: `Mexico`, - Region: `Tamaulipas`, - Population: 589466 - }), - new WorldCitiesAbove500KItem( - { - ID: 10791, - Name: `Dortmund`, - Country: `Germany`, - Region: `North Rhine-Westphalia`, - Population: 588462 - }), - new WorldCitiesAbove500KItem( - { - ID: 10792, - Name: `Vladivostok`, - Country: `Russia`, - Region: `Primorskiy (Maritime) Kray`, - Population: 587022 - }), - new WorldCitiesAbove500KItem( - { - ID: 10793, - Name: `Irkutsk`, - Country: `Russia`, - Region: `Irkutsk Oblast`, - Population: 586695 - }), - new WorldCitiesAbove500KItem( - { - ID: 10794, - Name: `Blantyre`, - Country: `Malawi`, - Region: `Southern Region`, - Population: 584877 - }), - new WorldCitiesAbove500KItem( - { - ID: 10795, - Name: `New Kingston`, - Country: `Jamaica`, - Region: `St. Andrew`, - Population: 583958 - }), - new WorldCitiesAbove500KItem( - { - ID: 10796, - Name: `UEskuedar`, - Country: `Turkey`, - Region: `Istanbul`, - Population: 582666 - }), - new WorldCitiesAbove500KItem( - { - ID: 10797, - Name: `Genoa`, - Country: `Italy`, - Region: `Liguria`, - Population: 580223 - }), - new WorldCitiesAbove500KItem( - { - ID: 10799, - Name: `Oslo`, - Country: `Norway`, - Region: `Oslo`, - Population: 580000 - }), - new WorldCitiesAbove500KItem( - { - ID: 10798, - Name: `Cuttack`, - Country: `India`, - Region: `Odisha`, - Population: 580000 - }), - new WorldCitiesAbove500KItem( - { - ID: 10800, - Name: `Khabarovsk`, - Country: `Russia`, - Region: `Khabarovsk`, - Population: 579000 - }), - new WorldCitiesAbove500KItem( - { - ID: 10801, - Name: `Khabarovsk Vtoroy`, - Country: `Russia`, - Region: `Khabarovsk`, - Population: 578303 - }), - new WorldCitiesAbove500KItem( - { - ID: 10802, - Name: `Libreville`, - Country: `Gabon`, - Region: `Estuaire`, - Population: 578156 - }), - new WorldCitiesAbove500KItem( - { - ID: 10803, - Name: `Kerman`, - Country: `Iran`, - Region: `Kerman`, - Population: 577514 - }), - new WorldCitiesAbove500KItem( - { - ID: 10804, - Name: `Chiclayo`, - Country: `Peru`, - Region: `Lambayeque`, - Population: 577375 - }), - new WorldCitiesAbove500KItem( - { - ID: 10805, - Name: `Orumiyeh`, - Country: `Iran`, - Region: `West Azerbaijan`, - Population: 577307 - }), - new WorldCitiesAbove500KItem( - { - ID: 10806, - Name: `Bahcelievler`, - Country: `Turkey`, - Region: `Istanbul`, - Population: 576799 - }), - new WorldCitiesAbove500KItem( - { - ID: 10807, - Name: `Bikaner`, - Country: `India`, - Region: `Rajasthan`, - Population: 576015 - }), - new WorldCitiesAbove500KItem( - { - ID: 10808, - Name: `Tlaquepaque`, - Country: `Mexico`, - Region: `Jalisco`, - Population: 575942 - }), - new WorldCitiesAbove500KItem( - { - ID: 10809, - Name: `Tlalpan`, - Country: `Mexico`, - Region: `Mexico City`, - Population: 574577 - }), - new WorldCitiesAbove500KItem( - { - ID: 10810, - Name: `Umraniye`, - Country: `Turkey`, - Region: `Istanbul`, - Population: 573265 - }), - new WorldCitiesAbove500KItem( - { - ID: 10811, - Name: `Duesseldorf`, - Country: `Germany`, - Region: `North Rhine-Westphalia`, - Population: 573057 - }), - new WorldCitiesAbove500KItem( - { - ID: 10812, - Name: `Banjarmasin`, - Country: `Indonesia`, - Region: `South Kalimantan`, - Population: 572837 - }), - new WorldCitiesAbove500KItem( - { - ID: 10813, - Name: `Goeteborg`, - Country: `Sweden`, - Region: `Vaestra Goetaland`, - Population: 572799 - }), - new WorldCitiesAbove500KItem( - { - ID: 10814, - Name: `Shihezi`, - Country: `China`, - Region: `Xinjiang`, - Population: 572772 - }), - new WorldCitiesAbove500KItem( - { - ID: 10815, - Name: `Bucaramanga`, - Country: `Colombia`, - Region: `Santander`, - Population: 571820 - }), - new WorldCitiesAbove500KItem( - { - ID: 10816, - Name: `South Boston`, - Country: `United States`, - Region: `Massachusetts`, - Population: 571281 - }), - new WorldCitiesAbove500KItem( - { - ID: 10817, - Name: `Kuching`, - Country: `Malaysia`, - Region: `Sarawak`, - Population: 570407 - }), - new WorldCitiesAbove500KItem( - { - ID: 10818, - Name: `Poznan`, - Country: `Poland`, - Region: `Greater Poland`, - Population: 570352 - }), - new WorldCitiesAbove500KItem( - { - ID: 10819, - Name: `Malaga`, - Country: `Spain`, - Region: `Andalusia`, - Population: 568305 - }), - new WorldCitiesAbove500KItem( - { - ID: 10820, - Name: `Bouake`, - Country: `Ivory Coast`, - Region: `Vallee du Bandama`, - Population: 567481 - }), - new WorldCitiesAbove500KItem( - { - ID: 10821, - Name: `Nyala`, - Country: `Sudan`, - Region: `Southern Darfur`, - Population: 565734 - }), - new WorldCitiesAbove500KItem( - { - ID: 10822, - Name: `Asmara`, - Country: `Eritrea`, - Region: `Maekel`, - Population: 563930 - }), - new WorldCitiesAbove500KItem( - { - ID: 10823, - Name: `Sokoto`, - Country: `Nigeria`, - Region: `Sokoto`, - Population: 563861 - }), - new WorldCitiesAbove500KItem( - { - ID: 10824, - Name: `Uberlandia`, - Country: `Brazil`, - Region: `Minas Gerais`, - Population: 563536 - }), - new WorldCitiesAbove500KItem( - { - ID: 10825, - Name: `Hachioji`, - Country: `Japan`, - Region: `Tokyo`, - Population: 561344 - }), - new WorldCitiesAbove500KItem( - { - ID: 10826, - Name: `Onitsha`, - Country: `Nigeria`, - Region: `Anambra`, - Population: 561066 - }), - new WorldCitiesAbove500KItem( - { - ID: 10827, - Name: `Wenchang`, - Country: `China`, - Region: `Hainan`, - Population: 560894 - }), - new WorldCitiesAbove500KItem( - { - ID: 10828, - Name: `Honcho`, - Country: `Japan`, - Region: `Chiba`, - Population: 560743 - }), - new WorldCitiesAbove500KItem( - { - ID: 10829, - Name: `Albuquerque`, - Country: `United States`, - Region: `New Mexico`, - Population: 559121 - }), - new WorldCitiesAbove500KItem( - { - ID: 10830, - Name: `Hamhung`, - Country: `North Korea`, - Region: `Hamgyong-namdo`, - Population: 559056 - }), - new WorldCitiesAbove500KItem( - { - ID: 10831, - Name: `Sorocaba`, - Country: `Brazil`, - Region: `Sao Paulo`, - Population: 558862 - }), - new WorldCitiesAbove500KItem( - { - ID: 10832, - Name: `Helsinki`, - Country: `Finland`, - Region: `Uusimaa`, - Population: 558457 - }), - new WorldCitiesAbove500KItem( - { - ID: 10833, - Name: `Warangal`, - Country: `India`, - Region: `Telangana`, - Population: 557802 - }), - new WorldCitiesAbove500KItem( - { - ID: 10834, - Name: `Santiago de Cuba`, - Country: `Cuba`, - Region: `Santiago de Cuba`, - Population: 555865 - }), - new WorldCitiesAbove500KItem( - { - ID: 10835, - Name: `Siping`, - Country: `China`, - Region: `Jilin`, - Population: 555609 - }), - new WorldCitiesAbove500KItem( - { - ID: 10836, - Name: `Kagoshima`, - Country: `Japan`, - Region: `Kagoshima`, - Population: 555352 - }), - new WorldCitiesAbove500KItem( - { - ID: 10837, - Name: `Surakarta`, - Country: `Indonesia`, - Region: `Central Java`, - Population: 555308 - }), - new WorldCitiesAbove500KItem( - { - ID: 10838, - Name: `Longnan`, - Country: `China`, - Region: `Gansu`, - Population: 555004 - }), - new WorldCitiesAbove500KItem( - { - ID: 10839, - Name: `Mar del Plata`, - Country: `Argentina`, - Region: `Buenos Aires`, - Population: 553935 - }), - new WorldCitiesAbove500KItem( - { - ID: 10840, - Name: `Huaihua`, - Country: `China`, - Region: `Hunan`, - Population: 552622 - }), - new WorldCitiesAbove500KItem( - { - ID: 10841, - Name: `Bahawalpur`, - Country: `Pakistan`, - Region: `Punjab`, - Population: 552607 - }), - new WorldCitiesAbove500KItem( - { - ID: 10842, - Name: `Zahedan`, - Country: `Iran`, - Region: `Sistan and Baluchestan`, - Population: 551980 - }), - new WorldCitiesAbove500KItem( - { - ID: 10843, - Name: `Aden`, - Country: `Yemen`, - Region: `Aden`, - Population: 550602 - }), - new WorldCitiesAbove500KItem( - { - ID: 10844, - Name: `Nanded`, - Country: `India`, - Region: `Maharashtra`, - Population: 550564 - }), - new WorldCitiesAbove500KItem( - { - ID: 10845, - Name: `Orenburg`, - Country: `Russia`, - Region: `Orenburg Oblast`, - Population: 550204 - }), - new WorldCitiesAbove500KItem( - { - ID: 10847, - Name: `Pristina`, - Country: `Kosovo`, - Region: `Pristina`, - Population: 550000 - }), - new WorldCitiesAbove500KItem( - { - ID: 10846, - Name: `Changwon`, - Country: `South Korea`, - Region: `Gyeongsangnam-do`, - Population: 550000 - }), - new WorldCitiesAbove500KItem( - { - ID: 10848, - Name: `Jiamusi`, - Country: `China`, - Region: `Heilongjiang`, - Population: 549549 - }), - new WorldCitiesAbove500KItem( - { - ID: 10849, - Name: `Antipolo`, - Country: `Philippines`, - Region: `Calabarzon`, - Population: 549543 - }), - new WorldCitiesAbove500KItem( - { - ID: 10850, - Name: `Bremen`, - Country: `Germany`, - Region: `Bremen`, - Population: 546501 - }), - new WorldCitiesAbove500KItem( - { - ID: 10851, - Name: `Meknes`, - Country: `Morocco`, - Region: `Fes-Meknes`, - Population: 545705 - }), - new WorldCitiesAbove500KItem( - { - ID: 10852, - Name: `Wanning`, - Country: `China`, - Region: `Hainan`, - Population: 545597 - }), - new WorldCitiesAbove500KItem( - { - ID: 10853, - Name: `Xinzhou`, - Country: `China`, - Region: `Shanxi`, - Population: 544683 - }), - new WorldCitiesAbove500KItem( - { - ID: 10854, - Name: `Banqiao`, - Country: `Taiwan`, - Region: `Taipei`, - Population: 543342 - }), - new WorldCitiesAbove500KItem( - { - ID: 10855, - Name: `Sargodha`, - Country: `Pakistan`, - Region: `Punjab`, - Population: 542603 - }), - new WorldCitiesAbove500KItem( - { - ID: 10856, - Name: `Bangui`, - Country: `Central African Republic`, - Region: `Bangui`, - Population: 542393 - }), - new WorldCitiesAbove500KItem( - { - ID: 10857, - Name: `Vilnius`, - Country: `Lithuania`, - Region: `Vilnius`, - Population: 542366 - }), - new WorldCitiesAbove500KItem( - { - ID: 10858, - Name: `Novokuznetsk`, - Country: `Russia`, - Region: `Kemerovo Oblast`, - Population: 539616 - }), - new WorldCitiesAbove500KItem( - { - ID: 10859, - Name: `Kisangani`, - Country: `Democratic Republic of the Congo`, - Region: `Tshopo`, - Population: 539158 - }), - new WorldCitiesAbove500KItem( - { - ID: 10860, - Name: `Jian`, - Country: `China`, - Region: `Jiangxi`, - Population: 538699 - }), - new WorldCitiesAbove500KItem( - { - ID: 10861, - Name: `Port Said`, - Country: `Egypt`, - Region: `Port Said`, - Population: 538378 - }), - new WorldCitiesAbove500KItem( - { - ID: 10862, - Name: `Mersin`, - Country: `Turkey`, - Region: `Mersin`, - Population: 537842 - }), - new WorldCitiesAbove500KItem( - { - ID: 10863, - Name: `Tuxtla`, - Country: `Mexico`, - Region: `Chiapas`, - Population: 537102 - }), - new WorldCitiesAbove500KItem( - { - ID: 10864, - Name: `Raurkela`, - Country: `India`, - Region: `Odisha`, - Population: 536450 - }), - new WorldCitiesAbove500KItem( - { - ID: 10865, - Name: `Warri`, - Country: `Nigeria`, - Region: `Delta`, - Population: 536023 - }), - new WorldCitiesAbove500KItem( - { - ID: 10866, - Name: `Guli`, - Country: `China`, - Region: `Zhejiang`, - Population: 536000 - }), - new WorldCitiesAbove500KItem( - { - ID: 10867, - Name: `Ebute Ikorodu`, - Country: `Nigeria`, - Region: `Lagos`, - Population: 535619 - }), - new WorldCitiesAbove500KItem( - { - ID: 10868, - Name: `Tanggu`, - Country: `China`, - Region: `Tianjin`, - Population: 535298 - }), - new WorldCitiesAbove500KItem( - { - ID: 10869, - Name: `Cuauhtemoc`, - Country: `Mexico`, - Region: `Mexico City`, - Population: 531831 - }), - new WorldCitiesAbove500KItem( - { - ID: 10870, - Name: `Shangluo`, - Country: `China`, - Region: `Shaanxi`, - Population: 531696 - }), - new WorldCitiesAbove500KItem( - { - ID: 10871, - Name: `Tucson`, - Country: `United States`, - Region: `Arizona`, - Population: 531641 - }), - new WorldCitiesAbove500KItem( - { - ID: 10872, - Name: `Nashville`, - Country: `United States`, - Region: `Tennessee`, - Population: 530852 - }), - new WorldCitiesAbove500KItem( - { - ID: 10873, - Name: `Taif`, - Country: `Saudi Arabia`, - Region: `Mecca Region`, - Population: 530848 - }), - new WorldCitiesAbove500KItem( - { - ID: 10874, - Name: `Beira`, - Country: `Mozambique`, - Region: `Sofala`, - Population: 530604 - }), - new WorldCitiesAbove500KItem( - { - ID: 10875, - Name: `Guntur`, - Country: `India`, - Region: `Andhra Pradesh`, - Population: 530577 - }), - new WorldCitiesAbove500KItem( - { - ID: 10876, - Name: `Touba`, - Country: `Senegal`, - Region: `Diourbel`, - Population: 529176 - }), - new WorldCitiesAbove500KItem( - { - ID: 10877, - Name: `Quebec`, - Country: `Canada`, - Region: `Quebec`, - Population: 528595 - }), - new WorldCitiesAbove500KItem( - { - ID: 10878, - Name: `Hamadan`, - Country: `Iran`, - Region: `Hamadan`, - Population: 528256 - }), - new WorldCitiesAbove500KItem( - { - ID: 10879, - Name: `Cangzhou`, - Country: `China`, - Region: `Hebei`, - Population: 527681 - }), - new WorldCitiesAbove500KItem( - { - ID: 10880, - Name: `San Salvador`, - Country: `El Salvador`, - Region: `San Salvador`, - Population: 525990 - }), - new WorldCitiesAbove500KItem( - { - ID: 10881, - Name: `Beihai`, - Country: `China`, - Region: `Guangxi`, - Population: 525329 - }), - new WorldCitiesAbove500KItem( - { - ID: 10882, - Name: `Hengshui`, - Country: `China`, - Region: `Hebei`, - Population: 522147 - }), - new WorldCitiesAbove500KItem( - { - ID: 10883, - Name: `Dehra Dun`, - Country: `India`, - Region: `Uttarakhand`, - Population: 522081 - }), - new WorldCitiesAbove500KItem( - { - ID: 10884, - Name: `Cuiaba`, - Country: `Brazil`, - Region: `Mato Grosso`, - Population: 521934 - }), - new WorldCitiesAbove500KItem( - { - ID: 10885, - Name: `Petaling Jaya`, - Country: `Malaysia`, - Region: `Selangor`, - Population: 520698 - }), - new WorldCitiesAbove500KItem( - { - ID: 10886, - Name: `Macau`, - Country: `Macao`, - Region: ``, - Population: 520400 - }), - new WorldCitiesAbove500KItem( - { - ID: 10887, - Name: `Bhayandar`, - Country: `India`, - Region: `Maharashtra`, - Population: 520301 - }), - new WorldCitiesAbove500KItem( - { - ID: 10888, - Name: `Esenler`, - Country: `Turkey`, - Region: `Istanbul`, - Population: 520235 - }), - new WorldCitiesAbove500KItem( - { - ID: 10889, - Name: `Ryazan`, - Country: `Russia`, - Region: `Ryazan Oblast`, - Population: 520173 - }), - new WorldCitiesAbove500KItem( - { - ID: 10890, - Name: `Fresno`, - Country: `United States`, - Region: `California`, - Population: 520052 - }), - new WorldCitiesAbove500KItem( - { - ID: 10891, - Name: `Hamilton`, - Country: `Canada`, - Region: `Ontario`, - Population: 519949 - }), - new WorldCitiesAbove500KItem( - { - ID: 10892, - Name: `Tyumen`, - Country: `Russia`, - Region: `Tyumen Oblast`, - Population: 519119 - }), - new WorldCitiesAbove500KItem( - { - ID: 10893, - Name: `Durgapur`, - Country: `India`, - Region: `West Bengal`, - Population: 518872 - }), - new WorldCitiesAbove500KItem( - { - ID: 10894, - Name: `Victoria de Durango`, - Country: `Mexico`, - Region: `Durango`, - Population: 518709 - }), - new WorldCitiesAbove500KItem( - { - ID: 10895, - Name: `Ajmer`, - Country: `India`, - Region: `Rajasthan`, - Population: 517911 - }), - new WorldCitiesAbove500KItem( - { - ID: 10896, - Name: `Lisbon`, - Country: `Portugal`, - Region: `Lisbon`, - Population: 517802 - }), - new WorldCitiesAbove500KItem( - { - ID: 10897, - Name: `Ulhasnagar`, - Country: `India`, - Region: `Maharashtra`, - Population: 516584 - }), - new WorldCitiesAbove500KItem( - { - ID: 10898, - Name: `Guangyuan`, - Country: `China`, - Region: `Sichuan`, - Population: 516424 - }), - new WorldCitiesAbove500KItem( - { - ID: 10899, - Name: `Kolhapur`, - Country: `India`, - Region: `Maharashtra`, - Population: 516142 - }), - new WorldCitiesAbove500KItem( - { - ID: 10900, - Name: `Lipetsk`, - Country: `Russia`, - Region: `Lipetsk Oblast`, - Population: 515655 - }), - new WorldCitiesAbove500KItem( - { - ID: 10901, - Name: `Siliguri`, - Country: `India`, - Region: `West Bengal`, - Population: 515574 - }), - new WorldCitiesAbove500KItem( - { - ID: 10902, - Name: `Hannover`, - Country: `Germany`, - Region: `Lower Saxony`, - Population: 515140 - }), - new WorldCitiesAbove500KItem( - { - ID: 10903, - Name: `Eskisehir`, - Country: `Turkey`, - Region: `Eskisehir`, - Population: 514869 - }), - new WorldCitiesAbove500KItem( - { - ID: 10904, - Name: `Azadshahr`, - Country: `Iran`, - Region: `Hamadan`, - Population: 514102 - }), - new WorldCitiesAbove500KItem( - { - ID: 10905, - Name: `Salta`, - Country: `Argentina`, - Region: `Salta`, - Population: 512686 - }), - new WorldCitiesAbove500KItem( - { - ID: 10906, - Name: `Penza`, - Country: `Russia`, - Region: `Penza`, - Population: 512602 - }), - new WorldCitiesAbove500KItem( - { - ID: 10907, - Name: `Xianning`, - Country: `China`, - Region: `Hubei`, - Population: 512517 - }), - new WorldCitiesAbove500KItem( - { - ID: 10908, - Name: `Tembisa`, - Country: `South Africa`, - Region: `Gauteng`, - Population: 511655 - }), - new WorldCitiesAbove500KItem( - { - ID: 10909, - Name: `Bilimora`, - Country: `India`, - Region: `Gujarat`, - Population: 510879 - }), - new WorldCitiesAbove500KItem( - { - ID: 10910, - Name: `Aparecida de Goiania`, - Country: `Brazil`, - Region: `Goias`, - Population: 510770 - }), - new WorldCitiesAbove500KItem( - { - ID: 10911, - Name: `Puente Alto`, - Country: `Chile`, - Region: `Santiago Metropolitan`, - Population: 510417 - }), - new WorldCitiesAbove500KItem( - { - ID: 10912, - Name: `Makati City`, - Country: `Philippines`, - Region: `Metro Manila`, - Population: 510383 - }), - new WorldCitiesAbove500KItem( - { - ID: 10913, - Name: `Tonghua`, - Country: `China`, - Region: `Jilin`, - Population: 510000 - }), - new WorldCitiesAbove500KItem( - { - ID: 10914, - Name: `Naberezhnyye Chelny`, - Country: `Russia`, - Region: `Tatarstan Republic`, - Population: 509870 - }), - new WorldCitiesAbove500KItem( - { - ID: 10915, - Name: `Leicester`, - Country: `United Kingdom`, - Region: `England`, - Population: 508916 - }), - new WorldCitiesAbove500KItem( - { - ID: 10916, - Name: `Karol Bagh`, - Country: `India`, - Region: `Delhi`, - Population: 505241 - }), - new WorldCitiesAbove500KItem( - { - ID: 10917, - Name: `Zhoukou`, - Country: `China`, - Region: `Henan`, - Population: 505171 - }), - new WorldCitiesAbove500KItem( - { - ID: 10918, - Name: `Leipzig`, - Country: `Germany`, - Region: `Saxony`, - Population: 504971 - }), - new WorldCitiesAbove500KItem( - { - ID: 10919, - Name: `Kalininskiy`, - Country: `Russia`, - Region: `St.-Petersburg`, - Population: 504641 - }), - new WorldCitiesAbove500KItem( - { - ID: 10920, - Name: `Duisburg`, - Country: `Germany`, - Region: `North Rhine-Westphalia`, - Population: 504358 - }), - new WorldCitiesAbove500KItem( - { - ID: 10921, - Name: `Asansol`, - Country: `India`, - Region: `West Bengal`, - Population: 504271 - }), - new WorldCitiesAbove500KItem( - { - ID: 10922, - Name: `Arak`, - Country: `Iran`, - Region: `Markazi`, - Population: 503647 - }), - new WorldCitiesAbove500KItem( - { - ID: 10923, - Name: `Astrakhan`, - Country: `Russia`, - Region: `Astrakhan`, - Population: 502533 - }), + new WorldCitiesAbove500KItem({ ID: 10000, Name: `Shanghai`, Country: `China`, Region: `Shanghai`, Population: 22315474 }), + new WorldCitiesAbove500KItem({ ID: 10001, Name: `Istanbul`, Country: `Turkey`, Region: `Istanbul`, Population: 14804116 }), + new WorldCitiesAbove500KItem({ ID: 10002, Name: `Buenos Aires`, Country: `Argentina`, Region: `Buenos Aires F.D.`, Population: 13076300 }), + new WorldCitiesAbove500KItem({ ID: 10003, Name: `Mumbai`, Country: `India`, Region: `Maharashtra`, Population: 12691836 }), + new WorldCitiesAbove500KItem({ ID: 10004, Name: `Mexico City`, Country: `Mexico`, Region: `Mexico City`, Population: 12294193 }), + new WorldCitiesAbove500KItem({ ID: 10005, Name: `Beijing`, Country: `China`, Region: `Beijing`, Population: 11716620 }), + new WorldCitiesAbove500KItem({ ID: 10006, Name: `Karachi`, Country: `Pakistan`, Region: `Sindh`, Population: 11624219 }), + new WorldCitiesAbove500KItem({ ID: 10007, Name: `Tianjin`, Country: `China`, Region: `Tianjin`, Population: 11090314 }), + new WorldCitiesAbove500KItem({ ID: 10008, Name: `Guangzhou`, Country: `China`, Region: `Guangdong`, Population: 11071424 }), + new WorldCitiesAbove500KItem({ ID: 10009, Name: `Delhi`, Country: `India`, Region: `Delhi`, Population: 10927986 }), + new WorldCitiesAbove500KItem({ ID: 10010, Name: `Moscow`, Country: `Russia`, Region: `Moscow`, Population: 10381222 }), + new WorldCitiesAbove500KItem({ ID: 10011, Name: `Shenzhen`, Country: `China`, Region: `Guangdong`, Population: 10358381 }), + new WorldCitiesAbove500KItem({ ID: 10012, Name: `Dhaka`, Country: `Bangladesh`, Region: `Dhaka`, Population: 10356500 }), + new WorldCitiesAbove500KItem({ ID: 10013, Name: `Seoul`, Country: `South Korea`, Region: `Seoul`, Population: 10349312 }), + new WorldCitiesAbove500KItem({ ID: 10014, Name: `Sao Paulo`, Country: `Brazil`, Region: `Sao Paulo`, Population: 10021295 }), + new WorldCitiesAbove500KItem({ ID: 10015, Name: `Wuhan`, Country: `China`, Region: `Hubei`, Population: 9785388 }), + new WorldCitiesAbove500KItem({ ID: 10016, Name: `Lagos`, Country: `Nigeria`, Region: `Lagos`, Population: 9000000 }), + new WorldCitiesAbove500KItem({ ID: 10017, Name: `Jakarta`, Country: `Indonesia`, Region: `Jakarta`, Population: 8540121 }), + new WorldCitiesAbove500KItem({ ID: 10018, Name: `Tokyo`, Country: `Japan`, Region: `Tokyo`, Population: 8336599 }), + new WorldCitiesAbove500KItem({ ID: 10019, Name: `New York City`, Country: `United States`, Region: `New York`, Population: 8175133 }), + new WorldCitiesAbove500KItem({ ID: 10020, Name: `Taipei`, Country: `Taiwan`, Region: `Taiwan`, Population: 7871900 }), + new WorldCitiesAbove500KItem({ ID: 10021, Name: `Kinshasa`, Country: `Democratic Republic of the Congo`, Region: `Kinshasa`, Population: 7785965 }), + new WorldCitiesAbove500KItem({ ID: 10022, Name: `Lima`, Country: `Peru`, Region: `Lima`, Population: 7737002 }), + new WorldCitiesAbove500KItem({ ID: 10023, Name: `Cairo`, Country: `Egypt`, Region: `Cairo`, Population: 7734614 }), + new WorldCitiesAbove500KItem({ ID: 10024, Name: `Bogota`, Country: `Colombia`, Region: `Bogota D.C.`, Population: 7674366 }), + new WorldCitiesAbove500KItem({ ID: 10025, Name: `London`, Country: `United Kingdom`, Region: `England`, Population: 7556900 }), + new WorldCitiesAbove500KItem({ ID: 10026, Name: `Hong Kong`, Country: `Hong Kong`, Region: `Central and Western`, Population: 7482500 }), + new WorldCitiesAbove500KItem({ ID: 10027, Name: `Chongqing`, Country: `China`, Region: `Chongqing`, Population: 7457600 }), + new WorldCitiesAbove500KItem({ ID: 10028, Name: `Chengdu`, Country: `China`, Region: `Sichuan`, Population: 7415590 }), + new WorldCitiesAbove500KItem({ ID: 10029, Name: `Dongguan`, Country: `China`, Region: `Guangdong`, Population: 7271322 }), + new WorldCitiesAbove500KItem({ ID: 10030, Name: `Baghdad`, Country: `Iraq`, Region: `Baghdad`, Population: 7216000 }), + new WorldCitiesAbove500KItem({ ID: 10031, Name: `Foshan`, Country: `China`, Region: `Guangdong`, Population: 7197394 }), + new WorldCitiesAbove500KItem({ ID: 10032, Name: `Nanjing`, Country: `China`, Region: `Jiangsu`, Population: 7165292 }), + new WorldCitiesAbove500KItem({ ID: 10033, Name: `Tehran`, Country: `Iran`, Region: `Tehran`, Population: 7153309 }), + new WorldCitiesAbove500KItem({ ID: 10034, Name: `Xian`, Country: `China`, Region: `Shaanxi`, Population: 6501190 }), + new WorldCitiesAbove500KItem({ ID: 10035, Name: `Ahmedabad`, Country: `India`, Region: `Gujarat`, Population: 6357693 }), + new WorldCitiesAbove500KItem({ ID: 10036, Name: `Lahore`, Country: `Pakistan`, Region: `Punjab`, Population: 6310888 }), + new WorldCitiesAbove500KItem({ ID: 10037, Name: `Shenyang`, Country: `China`, Region: `Liaoning`, Population: 6255921 }), + new WorldCitiesAbove500KItem({ ID: 10038, Name: `Hangzhou`, Country: `China`, Region: `Zhejiang`, Population: 6241971 }), + new WorldCitiesAbove500KItem({ ID: 10039, Name: `Rio de Janeiro`, Country: `Brazil`, Region: `Rio de Janeiro`, Population: 6023699 }), + new WorldCitiesAbove500KItem({ ID: 10040, Name: `Harbin`, Country: `China`, Region: `Heilongjiang`, Population: 5878939 }), + new WorldCitiesAbove500KItem({ ID: 10041, Name: `Suzhou`, Country: `China`, Region: `Jiangsu`, Population: 5345961 }), + new WorldCitiesAbove500KItem({ ID: 10042, Name: `Shantou`, Country: `China`, Region: `Guangdong`, Population: 5329024 }), + new WorldCitiesAbove500KItem({ ID: 10043, Name: `Bangkok`, Country: `Thailand`, Region: `Bangkok`, Population: 5104476 }), + new WorldCitiesAbove500KItem({ ID: 10044, Name: `Bengaluru`, Country: `India`, Region: `Karnataka`, Population: 5104047 }), + new WorldCitiesAbove500KItem({ ID: 10045, Name: `Saint Petersburg`, Country: `Russia`, Region: `St.-Petersburg`, Population: 5028000 }), + new WorldCitiesAbove500KItem({ ID: 10046, Name: `Santiago`, Country: `Chile`, Region: `Santiago Metropolitan`, Population: 4837295 }), + new WorldCitiesAbove500KItem({ ID: 10047, Name: `Kolkata`, Country: `India`, Region: `West Bengal`, Population: 4631392 }), + new WorldCitiesAbove500KItem({ ID: 10048, Name: `Sydney`, Country: `Australia`, Region: `New South Wales`, Population: 4627345 }), + new WorldCitiesAbove500KItem({ ID: 10049, Name: `Surat`, Country: `India`, Region: `Gujarat`, Population: 4591246 }), + new WorldCitiesAbove500KItem({ ID: 10050, Name: `Taiyuan`, Country: `China`, Region: `Shanxi`, Population: 4529141 }), + new WorldCitiesAbove500KItem({ ID: 10051, Name: `Yangon`, Country: `Myanmar`, Region: `Rangoon`, Population: 4477638 }), + new WorldCitiesAbove500KItem({ ID: 10052, Name: `Jinan`, Country: `China`, Region: `Shandong`, Population: 4335989 }), + new WorldCitiesAbove500KItem({ ID: 10053, Name: `Chennai`, Country: `India`, Region: `Tamil Nadu`, Population: 4328063 }), + new WorldCitiesAbove500KItem({ ID: 10054, Name: `Zhengzhou`, Country: `China`, Region: `Henan`, Population: 4253913 }), + new WorldCitiesAbove500KItem({ ID: 10055, Name: `Melbourne`, Country: `Australia`, Region: `Victoria`, Population: 4246375 }), + new WorldCitiesAbove500KItem({ ID: 10056, Name: `Riyadh`, Country: `Saudi Arabia`, Region: `Riyadh Region`, Population: 4205961 }), + new WorldCitiesAbove500KItem({ ID: 10057, Name: `Changchun`, Country: `China`, Region: `Jilin`, Population: 4193073 }), + new WorldCitiesAbove500KItem({ ID: 10058, Name: `Dalian`, Country: `China`, Region: `Liaoning`, Population: 4087733 }), + new WorldCitiesAbove500KItem({ ID: 10059, Name: `Los Angeles`, Country: `United States`, Region: `California`, Population: 3971883 }), + new WorldCitiesAbove500KItem({ ID: 10060, Name: `Shijiazhuang`, Country: `China`, Region: `Hebei`, Population: 3938513 }), + new WorldCitiesAbove500KItem({ ID: 10061, Name: `Chattogram`, Country: `Bangladesh`, Region: `Chittagong`, Population: 3920222 }), + new WorldCitiesAbove500KItem({ ID: 10062, Name: `Kunming`, Country: `China`, Region: `Yunnan`, Population: 3855346 }), + new WorldCitiesAbove500KItem({ ID: 10063, Name: `Nanning`, Country: `China`, Region: `Guangxi`, Population: 3839800 }), + new WorldCitiesAbove500KItem({ ID: 10064, Name: `Alexandria`, Country: `Egypt`, Region: `Alexandria`, Population: 3811516 }), + new WorldCitiesAbove500KItem({ ID: 10065, Name: `Qingdao`, Country: `China`, Region: `Shandong`, Population: 3718835 }), + new WorldCitiesAbove500KItem({ ID: 10066, Name: `Busan`, Country: `South Korea`, Region: `Busan`, Population: 3678555 }), + new WorldCitiesAbove500KItem({ ID: 10067, Name: `Abidjan`, Country: `Ivory Coast`, Region: `Abidjan`, Population: 3677115 }), + new WorldCitiesAbove500KItem({ ID: 10068, Name: `Kano`, Country: `Nigeria`, Region: `Kano`, Population: 3626068 }), + new WorldCitiesAbove500KItem({ ID: 10069, Name: `Hyderabad`, Country: `India`, Region: `Telangana`, Population: 3597816 }), + new WorldCitiesAbove500KItem({ ID: 10070, Name: `Puyang`, Country: `China`, Region: `Zhejiang`, Population: 3590000 }), + new WorldCitiesAbove500KItem({ ID: 10071, Name: `Yokohama`, Country: `Japan`, Region: `Kanagawa`, Population: 3574443 }), + new WorldCitiesAbove500KItem({ ID: 10072, Name: `Ibadan`, Country: `Nigeria`, Region: `Oyo`, Population: 3565108 }), + new WorldCitiesAbove500KItem({ ID: 10073, Name: `Singapore`, Country: `Singapore`, Region: ``, Population: 3547809 }), + new WorldCitiesAbove500KItem({ ID: 10074, Name: `Wuxi`, Country: `China`, Region: `Jiangsu`, Population: 3543719 }), + new WorldCitiesAbove500KItem({ ID: 10075, Name: `Xiamen`, Country: `China`, Region: `Fujian`, Population: 3531347 }), + new WorldCitiesAbove500KItem({ ID: 10076, Name: `Ankara`, Country: `Turkey`, Region: `Ankara`, Population: 3517182 }), + new WorldCitiesAbove500KItem({ ID: 10077, Name: `Ningbo`, Country: `China`, Region: `Zhejiang`, Population: 3491597 }), + new WorldCitiesAbove500KItem({ ID: 10078, Name: `Ho Chi Minh City`, Country: `Vietnam`, Region: `Ho Chi Minh`, Population: 3467331 }), + new WorldCitiesAbove500KItem({ ID: 10079, Name: `Shiyan`, Country: `China`, Region: `Hubei`, Population: 3460000 }), + new WorldCitiesAbove500KItem({ ID: 10080, Name: `Cape Town`, Country: `South Africa`, Region: `Western Cape`, Population: 3433441 }), + new WorldCitiesAbove500KItem({ ID: 10081, Name: `Berlin`, Country: `Germany`, Region: `Berlin`, Population: 3426354 }), + new WorldCitiesAbove500KItem({ ID: 10082, Name: `Tangshan`, Country: `China`, Region: `Hebei`, Population: 3372102 }), + new WorldCitiesAbove500KItem({ ID: 10083, Name: `Hefei`, Country: `China`, Region: `Anhui`, Population: 3310268 }), + new WorldCitiesAbove500KItem({ ID: 10084, Name: `Changzhou`, Country: `China`, Region: `Jiangsu`, Population: 3290918 }), + new WorldCitiesAbove500KItem({ ID: 10085, Name: `Madrid`, Country: `Spain`, Region: `Madrid`, Population: 3255944 }), + new WorldCitiesAbove500KItem({ ID: 10086, Name: `Pyongyang`, Country: `North Korea`, Region: `Pyongyang`, Population: 3222000 }), + new WorldCitiesAbove500KItem({ ID: 10087, Name: `Casablanca`, Country: `Morocco`, Region: `Casablanca-Settat`, Population: 3144909 }), + new WorldCitiesAbove500KItem({ ID: 10088, Name: `Zibo`, Country: `China`, Region: `Shandong`, Population: 3129228 }), + new WorldCitiesAbove500KItem({ ID: 10089, Name: `Durban`, Country: `South Africa`, Region: `KwaZulu-Natal`, Population: 3120282 }), + new WorldCitiesAbove500KItem({ ID: 10090, Name: `Fuzhou`, Country: `China`, Region: `Fujian`, Population: 3102421 }), + new WorldCitiesAbove500KItem({ ID: 10091, Name: `Changsha`, Country: `China`, Region: `Hunan`, Population: 3093980 }), + new WorldCitiesAbove500KItem({ ID: 10092, Name: `Kabul`, Country: `Afghanistan`, Region: `Kabul`, Population: 3043532 }), + new WorldCitiesAbove500KItem({ ID: 10093, Name: `Guiyang`, Country: `China`, Region: `Guizhou`, Population: 3037159 }), + new WorldCitiesAbove500KItem({ ID: 10094, Name: `UEruemqi`, Country: `China`, Region: `Xinjiang`, Population: 3029372 }), + new WorldCitiesAbove500KItem({ ID: 10095, Name: `Caracas`, Country: `Venezuela`, Region: `Distrito Federal`, Population: 3000000 }), + new WorldCitiesAbove500KItem({ ID: 10096, Name: `Dubai`, Country: `United Arab Emirates`, Region: `Dubai`, Population: 2956587 }), + new WorldCitiesAbove500KItem({ ID: 10097, Name: `Pune`, Country: `India`, Region: `Maharashtra`, Population: 2935744 }), + new WorldCitiesAbove500KItem({ ID: 10098, Name: `Jeddah`, Country: `Saudi Arabia`, Region: `Mecca Region`, Population: 2867446 }), + new WorldCitiesAbove500KItem({ ID: 10099, Name: `Kanpur`, Country: `India`, Region: `Uttar Pradesh`, Population: 2823249 }), + new WorldCitiesAbove500KItem({ ID: 10100, Name: `Kyiv`, Country: `Ukraine`, Region: `Kyiv City`, Population: 2797553 }), + new WorldCitiesAbove500KItem({ ID: 10101, Name: `Luanda`, Country: `Angola`, Region: `Luanda`, Population: 2776168 }), + new WorldCitiesAbove500KItem({ ID: 10102, Name: `Quezon City`, Country: `Philippines`, Region: `Metro Manila`, Population: 2761720 }), + new WorldCitiesAbove500KItem({ ID: 10103, Name: `Addis Ababa`, Country: `Ethiopia`, Region: `Addis Ababa`, Population: 2757729 }), + new WorldCitiesAbove500KItem({ ID: 10104, Name: `Nairobi`, Country: `Kenya`, Region: `Nairobi Area`, Population: 2750547 }), + new WorldCitiesAbove500KItem({ ID: 10105, Name: `Zhongshan`, Country: `China`, Region: `Guangdong`, Population: 2740994 }), + new WorldCitiesAbove500KItem({ ID: 10106, Name: `Baoding`, Country: `China`, Region: `Hebei`, Population: 2739887 }), + new WorldCitiesAbove500KItem({ ID: 10107, Name: `Chicago`, Country: `United States`, Region: `Illinois`, Population: 2720546 }), + new WorldCitiesAbove500KItem({ ID: 10108, Name: `Salvador`, Country: `Brazil`, Region: `Bahia`, Population: 2711840 }), + new WorldCitiesAbove500KItem({ ID: 10109, Name: `Jaipur`, Country: `India`, Region: `Rajasthan`, Population: 2711758 }), + new WorldCitiesAbove500KItem({ ID: 10110, Name: `Dar es Salaam`, Country: `Tanzania`, Region: `Dar es Salaam`, Population: 2698652 }), + new WorldCitiesAbove500KItem({ ID: 10111, Name: `Wenzhou`, Country: `China`, Region: `Zhejiang`, Population: 2686825 }), + new WorldCitiesAbove500KItem({ ID: 10112, Name: `Lanzhou`, Country: `China`, Region: `Gansu`, Population: 2628426 }), + new WorldCitiesAbove500KItem({ ID: 10113, Name: `Incheon`, Country: `South Korea`, Region: `Incheon`, Population: 2628000 }), + new WorldCitiesAbove500KItem({ ID: 10114, Name: `Yunfu`, Country: `China`, Region: `Guangdong`, Population: 2612800 }), + new WorldCitiesAbove500KItem({ ID: 10117, Name: `Basrah`, Country: `Iraq`, Region: `Basra`, Population: 2600000 }), + new WorldCitiesAbove500KItem({ ID: 10116, Name: `Navi Mumbai`, Country: `India`, Region: `Maharashtra`, Population: 2600000 }), + new WorldCitiesAbove500KItem({ ID: 10115, Name: `Toronto`, Country: `Canada`, Region: `Ontario`, Population: 2600000 }), + new WorldCitiesAbove500KItem({ ID: 10118, Name: `Osaka`, Country: `Japan`, Region: `Osaka`, Population: 2592413 }), + new WorldCitiesAbove500KItem({ ID: 10119, Name: `Mogadishu`, Country: `Somalia`, Region: `Banaadir`, Population: 2587183 }), + new WorldCitiesAbove500KItem({ ID: 10120, Name: `Daegu`, Country: `South Korea`, Region: `Daegu`, Population: 2566540 }), + new WorldCitiesAbove500KItem({ ID: 10121, Name: `Maoming`, Country: `China`, Region: `Guangdong`, Population: 2539148 }), + new WorldCitiesAbove500KItem({ ID: 10122, Name: `Faisalabad`, Country: `Pakistan`, Region: `Punjab`, Population: 2506595 }), + new WorldCitiesAbove500KItem({ ID: 10123, Name: `Izmir`, Country: `Turkey`, Region: `Izmir`, Population: 2500603 }), + new WorldCitiesAbove500KItem({ ID: 10124, Name: `Huaian`, Country: `China`, Region: `Jiangsu`, Population: 2494013 }), + new WorldCitiesAbove500KItem({ ID: 10125, Name: `Dakar`, Country: `Senegal`, Region: `Dakar`, Population: 2476400 }), + new WorldCitiesAbove500KItem({ ID: 10126, Name: `Lucknow`, Country: `India`, Region: `Uttar Pradesh`, Population: 2472011 }), + new WorldCitiesAbove500KItem({ ID: 10127, Name: `Giza`, Country: `Egypt`, Region: `Giza`, Population: 2443203 }), + new WorldCitiesAbove500KItem({ ID: 10128, Name: `Fortaleza`, Country: `Brazil`, Region: `Ceara`, Population: 2400000 }), + new WorldCitiesAbove500KItem({ ID: 10129, Name: `Cali`, Country: `Colombia`, Region: `Valle del Cauca`, Population: 2392877 }), + new WorldCitiesAbove500KItem({ ID: 10130, Name: `Surabaya`, Country: `Indonesia`, Region: `East Java`, Population: 2374658 }), + new WorldCitiesAbove500KItem({ ID: 10131, Name: `Belo Horizonte`, Country: `Brazil`, Region: `Minas Gerais`, Population: 2373224 }), + new WorldCitiesAbove500KItem({ ID: 10132, Name: `Nanchang`, Country: `China`, Region: `Jiangxi`, Population: 2357839 }), + new WorldCitiesAbove500KItem({ ID: 10133, Name: `Rome`, Country: `Italy`, Region: `Latium`, Population: 2318895 }), + new WorldCitiesAbove500KItem({ ID: 10134, Name: `Mashhad`, Country: `Iran`, Region: `Razavi Khorasan`, Population: 2307177 }), + new WorldCitiesAbove500KItem({ ID: 10135, Name: `Linyi`, Country: `China`, Region: `Shandong`, Population: 2303648 }), + new WorldCitiesAbove500KItem({ ID: 10136, Name: `Brooklyn`, Country: `United States`, Region: `New York`, Population: 2300664 }), + new WorldCitiesAbove500KItem({ ID: 10137, Name: `Houston`, Country: `United States`, Region: `Texas`, Population: 2296224 }), + new WorldCitiesAbove500KItem({ ID: 10138, Name: `Nantong`, Country: `China`, Region: `Jiangsu`, Population: 2273326 }), + new WorldCitiesAbove500KItem({ ID: 10139, Name: `Queens`, Country: `United States`, Region: `New York`, Population: 2272771 }), + new WorldCitiesAbove500KItem({ ID: 10140, Name: `Nagpur`, Country: `India`, Region: `Maharashtra`, Population: 2228018 }), + new WorldCitiesAbove500KItem({ ID: 10141, Name: `Yantai`, Country: `China`, Region: `Shandong`, Population: 2227733 }), + new WorldCitiesAbove500KItem({ ID: 10142, Name: `Maracaibo`, Country: `Venezuela`, Region: `Zulia`, Population: 2225000 }), + new WorldCitiesAbove500KItem({ ID: 10143, Name: `Brasilia`, Country: `Brazil`, Region: `Federal District`, Population: 2207718 }), + new WorldCitiesAbove500KItem({ ID: 10144, Name: `Santo Domingo`, Country: `Dominican Republic`, Region: `Nacional`, Population: 2201941 }), + new WorldCitiesAbove500KItem({ ID: 10145, Name: `Nagoya`, Country: `Japan`, Region: `Aichi`, Population: 2191279 }), + new WorldCitiesAbove500KItem({ ID: 10146, Name: `Brisbane`, Country: `Australia`, Region: `Queensland`, Population: 2189878 }), + new WorldCitiesAbove500KItem({ ID: 10147, Name: `Havana`, Country: `Cuba`, Region: `Havana`, Population: 2163824 }), + new WorldCitiesAbove500KItem({ ID: 10148, Name: `Paris`, Country: `France`, Region: `Ile-de-France`, Population: 2138551 }), + new WorldCitiesAbove500KItem({ ID: 10149, Name: `Huizhou`, Country: `China`, Region: `Guangdong`, Population: 2090578 }), + new WorldCitiesAbove500KItem({ ID: 10150, Name: `Al Mawsil al Jadidah`, Country: `Iraq`, Region: `Nineveh`, Population: 2065597 }), + new WorldCitiesAbove500KItem({ ID: 10151, Name: `Haikou`, Country: `China`, Region: `Hainan`, Population: 2046189 }), + new WorldCitiesAbove500KItem({ ID: 10152, Name: `Weifang`, Country: `China`, Region: `Shandong`, Population: 2044028 }), + new WorldCitiesAbove500KItem({ ID: 10153, Name: `Zunyi`, Country: `China`, Region: `Guizhou`, Population: 2037775 }), + new WorldCitiesAbove500KItem({ ID: 10154, Name: `Johannesburg`, Country: `South Africa`, Region: `Gauteng`, Population: 2026469 }), + new WorldCitiesAbove500KItem({ ID: 10155, Name: `Kowloon`, Country: `Hong Kong`, Region: `Kowloon City`, Population: 2019533 }), + new WorldCitiesAbove500KItem({ ID: 10156, Name: `Al Basrah al Qadimah`, Country: `Iraq`, Region: `Basra`, Population: 2015483 }), + new WorldCitiesAbove500KItem({ ID: 10157, Name: `Lianyungang`, Country: `China`, Region: `Jiangsu`, Population: 2001009 }), + new WorldCitiesAbove500KItem({ ID: 10158, Name: `Almaty`, Country: `Kazakhstan`, Region: `Almaty`, Population: 2000900 }), + new WorldCitiesAbove500KItem({ ID: 10159, Name: `Medellin`, Country: `Colombia`, Region: `Antioquia`, Population: 1999979 }), + new WorldCitiesAbove500KItem({ ID: 10160, Name: `Tashkent`, Country: `Uzbekistan`, Region: `Tashkent`, Population: 1978028 }), + new WorldCitiesAbove500KItem({ ID: 10161, Name: `Algiers`, Country: `Algeria`, Region: `Algiers`, Population: 1977663 }), + new WorldCitiesAbove500KItem({ ID: 10162, Name: `Ganzhou`, Country: `China`, Region: `Jiangxi`, Population: 1977253 }), + new WorldCitiesAbove500KItem({ ID: 10163, Name: `Khartoum`, Country: `Sudan`, Region: `Khartoum`, Population: 1974647 }), + new WorldCitiesAbove500KItem({ ID: 10164, Name: `Accra`, Country: `Ghana`, Region: `Greater Accra`, Population: 1963264 }), + new WorldCitiesAbove500KItem({ ID: 10165, Name: `Guayaquil`, Country: `Ecuador`, Region: `Guayas`, Population: 1952029 }), + new WorldCitiesAbove500KItem({ ID: 10166, Name: `Ordos`, Country: `China`, Region: `Inner Mongolia`, Population: 1940653 }), + new WorldCitiesAbove500KItem({ ID: 10167, Name: `Sanaa`, Country: `Yemen`, Region: `Amanat Alasimah`, Population: 1937451 }), + new WorldCitiesAbove500KItem({ ID: 10168, Name: `Beirut`, Country: `Lebanon`, Region: `Beyrouth`, Population: 1916100 }), + new WorldCitiesAbove500KItem({ ID: 10169, Name: `Jieyang`, Country: `China`, Region: `Guangdong`, Population: 1899394 }), + new WorldCitiesAbove500KItem({ ID: 10170, Name: `Perth`, Country: `Australia`, Region: `Western Australia`, Population: 1896548 }), + new WorldCitiesAbove500KItem({ ID: 10171, Name: `Sapporo`, Country: `Japan`, Region: `Hokkaido`, Population: 1883027 }), + new WorldCitiesAbove500KItem({ ID: 10172, Name: `Jilin`, Country: `China`, Region: `Jilin`, Population: 1881977 }), + new WorldCitiesAbove500KItem({ ID: 10173, Name: `Bucharest`, Country: `Romania`, Region: `Bucharest`, Population: 1877155 }), + new WorldCitiesAbove500KItem({ ID: 10174, Name: `Camayenne`, Country: `Guinea`, Region: `Conakry`, Population: 1871242 }), + new WorldCitiesAbove500KItem({ ID: 10175, Name: `Nanchong`, Country: `China`, Region: `Sichuan`, Population: 1858875 }), + new WorldCitiesAbove500KItem({ ID: 10176, Name: `Indore`, Country: `India`, Region: `Madhya Pradesh`, Population: 1837041 }), + new WorldCitiesAbove500KItem({ ID: 10177, Name: `Vadodara`, Country: `India`, Region: `Gujarat`, Population: 1822221 }), + new WorldCitiesAbove500KItem({ ID: 10178, Name: `Iztapalapa`, Country: `Mexico`, Region: `Mexico City`, Population: 1815786 }), + new WorldCitiesAbove500KItem({ ID: 10179, Name: `Nanyang`, Country: `China`, Region: `Henan`, Population: 1811812 }), + new WorldCitiesAbove500KItem({ ID: 10180, Name: `Fuyang`, Country: `China`, Region: `Anhui`, Population: 1768947 }), + new WorldCitiesAbove500KItem({ ID: 10181, Name: `Conakry`, Country: `Guinea`, Region: `Conakry`, Population: 1767200 }), + new WorldCitiesAbove500KItem({ ID: 10182, Name: `Bayan Nur`, Country: `China`, Region: `Inner Mongolia`, Population: 1760000 }), + new WorldCitiesAbove500KItem({ ID: 10183, Name: `Maracay`, Country: `Venezuela`, Region: `Aragua`, Population: 1754256 }), + new WorldCitiesAbove500KItem({ ID: 10184, Name: `Medan`, Country: `Indonesia`, Region: `North Sumatra`, Population: 1750971 }), + new WorldCitiesAbove500KItem({ ID: 10185, Name: `Chaozhou`, Country: `China`, Region: `Guangdong`, Population: 1750945 }), + new WorldCitiesAbove500KItem({ ID: 10186, Name: `Rawalpindi`, Country: `Pakistan`, Region: `Punjab`, Population: 1743101 }), + new WorldCitiesAbove500KItem({ ID: 10187, Name: `Minsk`, Country: `Belarus`, Region: `Minsk City`, Population: 1742124 }), + new WorldCitiesAbove500KItem({ ID: 10188, Name: `Budapest`, Country: `Hungary`, Region: `Budapest`, Population: 1741041 }), + new WorldCitiesAbove500KItem({ ID: 10189, Name: `Mosul`, Country: `Iraq`, Region: `Nineveh`, Population: 1739800 }), + new WorldCitiesAbove500KItem({ ID: 10190, Name: `Hamburg`, Country: `Germany`, Region: `Hamburg`, Population: 1739117 }), + new WorldCitiesAbove500KItem({ ID: 10191, Name: `Qingyuan`, Country: `China`, Region: `Guangdong`, Population: 1738424 }), + new WorldCitiesAbove500KItem({ ID: 10192, Name: `Taian`, Country: `China`, Region: `Shandong`, Population: 1735425 }), + new WorldCitiesAbove500KItem({ ID: 10193, Name: `Shaoxing`, Country: `China`, Region: `Zhejiang`, Population: 1725726 }), + new WorldCitiesAbove500KItem({ ID: 10194, Name: `Curitiba`, Country: `Brazil`, Region: `Parana`, Population: 1718421 }), + new WorldCitiesAbove500KItem({ ID: 10195, Name: `Warsaw`, Country: `Poland`, Region: `Mazovia`, Population: 1702139 }), + new WorldCitiesAbove500KItem({ ID: 10196, Name: `Bandung`, Country: `Indonesia`, Region: `West Java`, Population: 1699719 }), + new WorldCitiesAbove500KItem({ ID: 10197, Name: `Soweto`, Country: `South Africa`, Region: `Gauteng`, Population: 1695047 }), + new WorldCitiesAbove500KItem({ ID: 10198, Name: `Vienna`, Country: `Austria`, Region: `Vienna`, Population: 1691468 }), + new WorldCitiesAbove500KItem({ ID: 10199, Name: `Kallakurichi`, Country: `India`, Region: `Tamil Nadu`, Population: 1682687 }), + new WorldCitiesAbove500KItem({ ID: 10200, Name: `Huainan`, Country: `China`, Region: `Anhui`, Population: 1666826 }), + new WorldCitiesAbove500KItem({ ID: 10201, Name: `Wuhu`, Country: `China`, Region: `Anhui`, Population: 1665000 }), + new WorldCitiesAbove500KItem({ ID: 10202, Name: `Rabat`, Country: `Morocco`, Region: `Rabat-Sale-Kenitra`, Population: 1655753 }), + new WorldCitiesAbove500KItem({ ID: 10203, Name: `Ecatepec de Morelos`, Country: `Mexico`, Region: `Mexico`, Population: 1655015 }), + new WorldCitiesAbove500KItem({ ID: 10204, Name: `Suzhou`, Country: `China`, Region: `Anhui`, Population: 1647642 }), + new WorldCitiesAbove500KItem({ ID: 10205, Name: `Luan`, Country: `China`, Region: `Anhui`, Population: 1644344 }), + new WorldCitiesAbove500KItem({ ID: 10206, Name: `Barcelona`, Country: `Spain`, Region: `Catalonia`, Population: 1621537 }), + new WorldCitiesAbove500KItem({ ID: 10207, Name: `Valencia`, Country: `Venezuela`, Region: `Carabobo`, Population: 1619470 }), + new WorldCitiesAbove500KItem({ ID: 10208, Name: `Pretoria`, Country: `South Africa`, Region: `Gauteng`, Population: 1619438 }), + new WorldCitiesAbove500KItem({ ID: 10209, Name: `Yancheng`, Country: `China`, Region: `Jiangsu`, Population: 1615717 }), + new WorldCitiesAbove500KItem({ ID: 10210, Name: `Zhanjiang`, Country: `China`, Region: `Guangdong`, Population: 1611868 }), + new WorldCitiesAbove500KItem({ ID: 10211, Name: `Taizhou`, Country: `China`, Region: `Jiangsu`, Population: 1607108 }), + new WorldCitiesAbove500KItem({ ID: 10212, Name: `Aleppo`, Country: `Syria`, Region: `Aleppo`, Population: 1602264 }), + new WorldCitiesAbove500KItem({ ID: 10214, Name: `Manila`, Country: `Philippines`, Region: `Metro Manila`, Population: 1600000 }), + new WorldCitiesAbove500KItem({ ID: 10213, Name: `Montreal`, Country: `Canada`, Region: `Quebec`, Population: 1600000 }), + new WorldCitiesAbove500KItem({ ID: 10215, Name: `Patna`, Country: `India`, Region: `Bihar`, Population: 1599920 }), + new WorldCitiesAbove500KItem({ ID: 10216, Name: `Bhopal`, Country: `India`, Region: `Madhya Pradesh`, Population: 1599914 }), + new WorldCitiesAbove500KItem({ ID: 10217, Name: `Manaus`, Country: `Brazil`, Region: `Amazonas`, Population: 1598210 }), + new WorldCitiesAbove500KItem({ ID: 10218, Name: `Dazhou`, Country: `China`, Region: `Sichuan`, Population: 1589435 }), + new WorldCitiesAbove500KItem({ ID: 10219, Name: `Yangzhou`, Country: `China`, Region: `Jiangsu`, Population: 1584237 }), + new WorldCitiesAbove500KItem({ ID: 10220, Name: `Kaduna`, Country: `Nigeria`, Region: `Kaduna`, Population: 1582102 }), + new WorldCitiesAbove500KItem({ ID: 10221, Name: `Phnom Penh`, Country: `Cambodia`, Region: `Phnom Penh`, Population: 1573544 }), + new WorldCitiesAbove500KItem({ ID: 10222, Name: `Guilin`, Country: `China`, Region: `Guangxi`, Population: 1572300 }), + new WorldCitiesAbove500KItem({ ID: 10223, Name: `Damascus`, Country: `Syria`, Region: `Dimashq`, Population: 1569394 }), + new WorldCitiesAbove500KItem({ ID: 10224, Name: `Philadelphia`, Country: `United States`, Region: `Pennsylvania`, Population: 1567442 }), + new WorldCitiesAbove500KItem({ ID: 10225, Name: `Phoenix`, Country: `United States`, Region: `Arizona`, Population: 1563025 }), + new WorldCitiesAbove500KItem({ ID: 10226, Name: `Zhuhai`, Country: `China`, Region: `Guangdong`, Population: 1562530 }), + new WorldCitiesAbove500KItem({ ID: 10227, Name: `Zhaoqing`, Country: `China`, Region: `Guangdong`, Population: 1553109 }), + new WorldCitiesAbove500KItem({ ID: 10228, Name: `Isfahan`, Country: `Iran`, Region: `Isfahan`, Population: 1547164 }), + new WorldCitiesAbove500KItem({ ID: 10229, Name: `Ludhiana`, Country: `India`, Region: `Punjab`, Population: 1545368 }), + new WorldCitiesAbove500KItem({ ID: 10230, Name: `Harare`, Country: `Zimbabwe`, Region: `Harare`, Population: 1542813 }), + new WorldCitiesAbove500KItem({ ID: 10231, Name: `Shangqiu`, Country: `China`, Region: `Henan`, Population: 1536392 }), + new WorldCitiesAbove500KItem({ ID: 10232, Name: `Kobe`, Country: `Japan`, Region: `Hyogo`, Population: 1528478 }), + new WorldCitiesAbove500KItem({ ID: 10233, Name: `Bekasi`, Country: `Indonesia`, Region: `West Java`, Population: 1520119 }), + new WorldCitiesAbove500KItem({ ID: 10234, Name: `Kaohsiung`, Country: `Taiwan`, Region: `Takao`, Population: 1519711 }), + new WorldCitiesAbove500KItem({ ID: 10235, Name: `Stockholm`, Country: `Sweden`, Region: `Stockholm`, Population: 1515017 }), + new WorldCitiesAbove500KItem({ ID: 10236, Name: `Caloocan City`, Country: `Philippines`, Region: `Metro Manila`, Population: 1500000 }), + new WorldCitiesAbove500KItem({ ID: 10237, Name: `Guadalajara`, Country: `Mexico`, Region: `Jalisco`, Population: 1495182 }), + new WorldCitiesAbove500KItem({ ID: 10238, Name: `Yinchuan`, Country: `China`, Region: `Ningxia Hui Autonomous Region`, Population: 1487579 }), + new WorldCitiesAbove500KItem({ ID: 10239, Name: `Manhattan`, Country: `United States`, Region: `New York`, Population: 1487536 }), + new WorldCitiesAbove500KItem({ ID: 10240, Name: `Asuncion`, Country: `Paraguay`, Region: `Asuncion`, Population: 1482200 }), + new WorldCitiesAbove500KItem({ ID: 10241, Name: `Jiangmen`, Country: `China`, Region: `Guangdong`, Population: 1480023 }), + new WorldCitiesAbove500KItem({ ID: 10242, Name: `Recife`, Country: `Brazil`, Region: `Pernambuco`, Population: 1478098 }), + new WorldCitiesAbove500KItem({ ID: 10243, Name: `Daejeon`, Country: `South Korea`, Region: `Daejeon`, Population: 1475221 }), + new WorldCitiesAbove500KItem({ ID: 10244, Name: `San Antonio`, Country: `United States`, Region: `Texas`, Population: 1469845 }), + new WorldCitiesAbove500KItem({ ID: 10245, Name: `Kumasi`, Country: `Ghana`, Region: `Ashanti`, Population: 1468609 }), + new WorldCitiesAbove500KItem({ ID: 10246, Name: `Jinhua`, Country: `China`, Region: `Zhejiang`, Population: 1463990 }), + new WorldCitiesAbove500KItem({ ID: 10247, Name: `Kota Bharu`, Country: `Malaysia`, Region: `Kelantan`, Population: 1459994 }), + new WorldCitiesAbove500KItem({ ID: 10248, Name: `Kyoto`, Country: `Japan`, Region: `Kyoto`, Population: 1459640 }), + new WorldCitiesAbove500KItem({ ID: 10249, Name: `Changde`, Country: `China`, Region: `Hunan`, Population: 1457419 }), + new WorldCitiesAbove500KItem({ ID: 10250, Name: `Kuala Lumpur`, Country: `Malaysia`, Region: `Kuala Lumpur`, Population: 1453975 }), + new WorldCitiesAbove500KItem({ ID: 10251, Name: `Kaifeng`, Country: `China`, Region: `Henan`, Population: 1451741 }), + new WorldCitiesAbove500KItem({ ID: 10252, Name: `Karaj`, Country: `Iran`, Region: `Alborz Province`, Population: 1448075 }), + new WorldCitiesAbove500KItem({ ID: 10253, Name: `Kathmandu`, Country: `Nepal`, Region: `Bagmati Province`, Population: 1442271 }), + new WorldCitiesAbove500KItem({ ID: 10254, Name: `Palembang`, Country: `Indonesia`, Region: `South Sumatra`, Population: 1441500 }), + new WorldCitiesAbove500KItem({ ID: 10255, Name: `Suqian`, Country: `China`, Region: `Jiangsu`, Population: 1437685 }), + new WorldCitiesAbove500KItem({ ID: 10256, Name: `Multan`, Country: `Pakistan`, Region: `Punjab`, Population: 1437230 }), + new WorldCitiesAbove500KItem({ ID: 10257, Name: `Liuzhou`, Country: `China`, Region: `Guangxi`, Population: 1436599 }), + new WorldCitiesAbove500KItem({ ID: 10258, Name: `Tirunelveli`, Country: `India`, Region: `Tamil Nadu`, Population: 1435844 }), + new WorldCitiesAbove500KItem({ ID: 10259, Name: `Quanzhou`, Country: `China`, Region: `Fujian`, Population: 1435185 }), + new WorldCitiesAbove500KItem({ ID: 10260, Name: `Puebla`, Country: `Mexico`, Region: `Puebla`, Population: 1434062 }), + new WorldCitiesAbove500KItem({ ID: 10261, Name: `Hanoi`, Country: `Vietnam`, Region: `Hanoi`, Population: 1431270 }), + new WorldCitiesAbove500KItem({ ID: 10262, Name: `Kharkiv`, Country: `Ukraine`, Region: `Kharkiv`, Population: 1430885 }), + new WorldCitiesAbove500KItem({ ID: 10263, Name: `Agra`, Country: `India`, Region: `Uttar Pradesh`, Population: 1430055 }), + new WorldCitiesAbove500KItem({ ID: 10264, Name: `Cordoba`, Country: `Argentina`, Region: `Cordoba`, Population: 1428214 }), + new WorldCitiesAbove500KItem({ ID: 10265, Name: `Tabriz`, Country: `Iran`, Region: `East Azerbaijan`, Population: 1424641 }), + new WorldCitiesAbove500KItem({ ID: 10266, Name: `Novosibirsk`, Country: `Russia`, Region: `Novosibirsk Oblast`, Population: 1419007 }), + new WorldCitiesAbove500KItem({ ID: 10267, Name: `Gwangju`, Country: `South Korea`, Region: `Gwangju`, Population: 1416938 }), + new WorldCitiesAbove500KItem({ ID: 10268, Name: `Bursa`, Country: `Turkey`, Region: `Bursa`, Population: 1412701 }), + new WorldCitiesAbove500KItem({ ID: 10269, Name: `Bozhou`, Country: `China`, Region: `Anhui`, Population: 1409436 }), + new WorldCitiesAbove500KItem({ ID: 10270, Name: `Qujing`, Country: `China`, Region: `Yunnan`, Population: 1408500 }), + new WorldCitiesAbove500KItem({ ID: 10271, Name: `Belem`, Country: `Brazil`, Region: `Para`, Population: 1407737 }), + new WorldCitiesAbove500KItem({ ID: 10272, Name: `Fushun`, Country: `China`, Region: `Liaoning`, Population: 1400646 }), + new WorldCitiesAbove500KItem({ ID: 10273, Name: `Quito`, Country: `Ecuador`, Region: `Pichincha`, Population: 1399814 }), + new WorldCitiesAbove500KItem({ ID: 10274, Name: `San Diego`, Country: `United States`, Region: `California`, Population: 1394928 }), + new WorldCitiesAbove500KItem({ ID: 10275, Name: `Fukuoka`, Country: `Japan`, Region: `Fukuoka`, Population: 1392289 }), + new WorldCitiesAbove500KItem({ ID: 10276, Name: `Antananarivo`, Country: `Madagascar`, Region: `Analamanga`, Population: 1391433 }), + new WorldCitiesAbove500KItem({ ID: 10277, Name: `Rajkot`, Country: `India`, Region: `Gujarat`, Population: 1390640 }), + new WorldCitiesAbove500KItem({ ID: 10278, Name: `Luoyang`, Country: `China`, Region: `Henan`, Population: 1390581 }), + new WorldCitiesAbove500KItem({ ID: 10279, Name: `Hyderabad`, Country: `Pakistan`, Region: `Sindh`, Population: 1386330 }), + new WorldCitiesAbove500KItem({ ID: 10280, Name: `The Bronx`, Country: `United States`, Region: `New York`, Population: 1385108 }), + new WorldCitiesAbove500KItem({ ID: 10281, Name: `Gujranwala`, Country: `Pakistan`, Region: `Punjab`, Population: 1384471 }), + new WorldCitiesAbove500KItem({ ID: 10282, Name: `Barranquilla`, Country: `Colombia`, Region: `Atlantico`, Population: 1380425 }), + new WorldCitiesAbove500KItem({ ID: 10283, Name: `Guankou`, Country: `China`, Region: `Hunan`, Population: 1380000 }), + new WorldCitiesAbove500KItem({ ID: 10284, Name: `Lubumbashi`, Country: `Democratic Republic of the Congo`, Region: `Haut-Katanga`, Population: 1373770 }), + new WorldCitiesAbove500KItem({ ID: 10285, Name: `Porto Alegre`, Country: `Brazil`, Region: `Rio Grande do Sul`, Population: 1372741 }), + new WorldCitiesAbove500KItem({ ID: 10286, Name: `Tangerang`, Country: `Indonesia`, Region: `Banten`, Population: 1372124 }), + new WorldCitiesAbove500KItem({ ID: 10287, Name: `Najafgarh`, Country: `India`, Region: `Delhi`, Population: 1365000 }), + new WorldCitiesAbove500KItem({ ID: 10288, Name: `Santa Cruz de la Sierra`, Country: `Bolivia`, Region: `Santa Cruz`, Population: 1364389 }), + new WorldCitiesAbove500KItem({ ID: 10289, Name: `Handan`, Country: `China`, Region: `Hebei`, Population: 1358318 }), + new WorldCitiesAbove500KItem({ ID: 10290, Name: `Mianyang`, Country: `China`, Region: `Sichuan`, Population: 1355331 }), + new WorldCitiesAbove500KItem({ ID: 10291, Name: `Kampala`, Country: `Uganda`, Region: `Central Region`, Population: 1353189 }), + new WorldCitiesAbove500KItem({ ID: 10292, Name: `Yichang`, Country: `China`, Region: `Hubei`, Population: 1350150 }), + new WorldCitiesAbove500KItem({ ID: 10293, Name: `Yekaterinburg`, Country: `Russia`, Region: `Sverdlovsk`, Population: 1349772 }), + new WorldCitiesAbove500KItem({ ID: 10294, Name: `Heze`, Country: `China`, Region: `Shandong`, Population: 1346717 }), + new WorldCitiesAbove500KItem({ ID: 10295, Name: `Khulna`, Country: `Bangladesh`, Region: `Khulna`, Population: 1342339 }), + new WorldCitiesAbove500KItem({ ID: 10296, Name: `Douala`, Country: `Cameroon`, Region: `Littoral`, Population: 1338082 }), + new WorldCitiesAbove500KItem({ ID: 10297, Name: `Gorakhpur`, Country: `India`, Region: `Haryana`, Population: 1324570 }), + new WorldCitiesAbove500KItem({ ID: 10298, Name: `Sharjah`, Country: `United Arab Emirates`, Region: `Sharjah`, Population: 1324473 }), + new WorldCitiesAbove500KItem({ ID: 10299, Name: `Mecca`, Country: `Saudi Arabia`, Region: `Mecca Region`, Population: 1323624 }), + new WorldCitiesAbove500KItem({ ID: 10300, Name: `Makassar`, Country: `Indonesia`, Region: `South Sulawesi`, Population: 1321717 }), + new WorldCitiesAbove500KItem({ ID: 10301, Name: `Ciudad Juarez`, Country: `Mexico`, Region: `Chihuahua`, Population: 1321004 }), + new WorldCitiesAbove500KItem({ ID: 10302, Name: `Liupanshui`, Country: `China`, Region: `Guizhou`, Population: 1320825 }), + new WorldCitiesAbove500KItem({ ID: 10303, Name: `Kawasaki`, Country: `Japan`, Region: `Kanagawa`, Population: 1306785 }), + new WorldCitiesAbove500KItem({ ID: 10304, Name: `South Tangerang`, Country: `Indonesia`, Region: `Banten`, Population: 1303569 }), + new WorldCitiesAbove500KItem({ ID: 10305, Name: `Baotou`, Country: `China`, Region: `Inner Mongolia`, Population: 1301768 }), + new WorldCitiesAbove500KItem({ ID: 10306, Name: `Tijuana`, Country: `Mexico`, Region: `Baja California`, Population: 1300983 }), + new WorldCitiesAbove500KItem({ ID: 10307, Name: `Dallas`, Country: `United States`, Region: `Texas`, Population: 1300092 }), + new WorldCitiesAbove500KItem({ ID: 10308, Name: `Medina`, Country: `Saudi Arabia`, Region: `Medina Region`, Population: 1300000 }), + new WorldCitiesAbove500KItem({ ID: 10309, Name: `Yaounde`, Country: `Cameroon`, Region: `Centre`, Population: 1299369 }), + new WorldCitiesAbove500KItem({ ID: 10310, Name: `Bamako`, Country: `Mali`, Region: `Bamako`, Population: 1297281 }), + new WorldCitiesAbove500KItem({ ID: 10311, Name: `Qinzhou`, Country: `China`, Region: `Guangxi`, Population: 1296300 }), + new WorldCitiesAbove500KItem({ ID: 10312, Name: `Luohe`, Country: `China`, Region: `Henan`, Population: 1294974 }), + new WorldCitiesAbove500KItem({ ID: 10313, Name: `Xiangyang`, Country: `China`, Region: `Hubei`, Population: 1294733 }), + new WorldCitiesAbove500KItem({ ID: 10314, Name: `Yangjiang`, Country: `China`, Region: `Guangdong`, Population: 1292987 }), + new WorldCitiesAbove500KItem({ ID: 10315, Name: `Nashik`, Country: `India`, Region: `Maharashtra`, Population: 1289497 }), + new WorldCitiesAbove500KItem({ ID: 10316, Name: `Semarang`, Country: `Indonesia`, Region: `Central Java`, Population: 1288084 }), + new WorldCitiesAbove500KItem({ ID: 10317, Name: `Brazzaville`, Country: `Republic of the Congo`, Region: `Brazzaville`, Population: 1284609 }), + new WorldCitiesAbove500KItem({ ID: 10318, Name: `Pimpri`, Country: `India`, Region: `Maharashtra`, Population: 1284606 }), + new WorldCitiesAbove500KItem({ ID: 10319, Name: `Nizhniy Novgorod`, Country: `Russia`, Region: `Nizhny Novgorod Oblast`, Population: 1284164 }), + new WorldCitiesAbove500KItem({ ID: 10320, Name: `Amman`, Country: `Jordan`, Region: `Amman`, Population: 1275857 }), + new WorldCitiesAbove500KItem({ ID: 10321, Name: `Budta`, Country: `Philippines`, Region: `Autonomous Region in Muslim Mindanao`, Population: 1273715 }), + new WorldCitiesAbove500KItem({ ID: 10322, Name: `Belgrade`, Country: `Serbia`, Region: `Central Serbia`, Population: 1273651 }), + new WorldCitiesAbove500KItem({ ID: 10323, Name: `Montevideo`, Country: `Uruguay`, Region: `Montevideo`, Population: 1270737 }), + new WorldCitiesAbove500KItem({ ID: 10324, Name: `Lusaka`, Country: `Zambia`, Region: `Lusaka`, Population: 1267440 }), + new WorldCitiesAbove500KItem({ ID: 10325, Name: `Xuchang`, Country: `China`, Region: `Henan`, Population: 1265536 }), + new WorldCitiesAbove500KItem({ ID: 10326, Name: `Kalyan`, Country: `India`, Region: `Maharashtra`, Population: 1262255 }), + new WorldCitiesAbove500KItem({ ID: 10327, Name: `Zigong`, Country: `China`, Region: `Sichuan`, Population: 1262064 }), + new WorldCitiesAbove500KItem({ ID: 10328, Name: `Thane`, Country: `India`, Region: `Maharashtra`, Population: 1261517 }), + new WorldCitiesAbove500KItem({ ID: 10329, Name: `Munich`, Country: `Germany`, Region: `Bavaria`, Population: 1260391 }), + new WorldCitiesAbove500KItem({ ID: 10330, Name: `Xuzhou`, Country: `China`, Region: `Jiangsu`, Population: 1253991 }), + new WorldCitiesAbove500KItem({ ID: 10331, Name: `Ras Bayrut`, Country: `Lebanon`, Region: `Beyrouth`, Population: 1251739 }), + new WorldCitiesAbove500KItem({ ID: 10332, Name: `Neijiang`, Country: `China`, Region: `Sichuan`, Population: 1251095 }), + new WorldCitiesAbove500KItem({ ID: 10333, Name: `Shiraz`, Country: `Iran`, Region: `Fars`, Population: 1249942 }), + new WorldCitiesAbove500KItem({ ID: 10334, Name: `Yiyang`, Country: `China`, Region: `Hunan`, Population: 1249807 }), + new WorldCitiesAbove500KItem({ ID: 10335, Name: `Adana`, Country: `Turkey`, Region: `Adana`, Population: 1248988 }), + new WorldCitiesAbove500KItem({ ID: 10336, Name: `Suwon`, Country: `South Korea`, Region: `Gyeonggi-do`, Population: 1242724 }), + new WorldCitiesAbove500KItem({ ID: 10337, Name: `Jining`, Country: `China`, Region: `Shandong`, Population: 1241012 }), + new WorldCitiesAbove500KItem({ ID: 10338, Name: `Leon de los Aldama`, Country: `Mexico`, Region: `Guanajuato`, Population: 1238962 }), + new WorldCitiesAbove500KItem({ ID: 10339, Name: `Milan`, Country: `Italy`, Region: `Lombardy`, Population: 1236837 }), + new WorldCitiesAbove500KItem({ ID: 10340, Name: `Port-au-Prince`, Country: `Haiti`, Region: `Ouest`, Population: 1234742 }), + new WorldCitiesAbove500KItem({ ID: 10341, Name: `Xinyang`, Country: `China`, Region: `Henan`, Population: 1230042 }), + new WorldCitiesAbove500KItem({ ID: 10342, Name: `Liaocheng`, Country: `China`, Region: `Shandong`, Population: 1229768 }), + new WorldCitiesAbove500KItem({ ID: 10343, Name: `Jinzhong`, Country: `China`, Region: `Shanxi`, Population: 1226617 }), + new WorldCitiesAbove500KItem({ ID: 10344, Name: `Adelaide`, Country: `Australia`, Region: `South Australia`, Population: 1225235 }), + new WorldCitiesAbove500KItem({ ID: 10345, Name: `Meerut`, Country: `India`, Region: `Uttar Pradesh`, Population: 1223184 }), + new WorldCitiesAbove500KItem({ ID: 10346, Name: `Nowrangapur`, Country: `India`, Region: `Odisha`, Population: 1220946 }), + new WorldCitiesAbove500KItem({ ID: 10347, Name: `Faridabad`, Country: `India`, Region: `Haryana`, Population: 1220229 }), + new WorldCitiesAbove500KItem({ ID: 10348, Name: `Peshawar`, Country: `Pakistan`, Region: `Khyber Pakhtunkhwa`, Population: 1218773 }), + new WorldCitiesAbove500KItem({ ID: 10349, Name: `Changzhi`, Country: `China`, Region: `Shanxi`, Population: 1214940 }), + new WorldCitiesAbove500KItem({ ID: 10350, Name: `Tianshui`, Country: `China`, Region: `Gansu`, Population: 1212791 }), + new WorldCitiesAbove500KItem({ ID: 10351, Name: `Davao`, Country: `Philippines`, Region: `Davao`, Population: 1212504 }), + new WorldCitiesAbove500KItem({ ID: 10352, Name: `Mandalay`, Country: `Myanmar`, Region: `Mandalay`, Population: 1208099 }), + new WorldCitiesAbove500KItem({ ID: 10354, Name: `Omdurman`, Country: `Sudan`, Region: `Khartoum`, Population: 1200000 }), + new WorldCitiesAbove500KItem({ ID: 10353, Name: `Santiago de los Caballeros`, Country: `Dominican Republic`, Region: `Santiago`, Population: 1200000 }), + new WorldCitiesAbove500KItem({ ID: 10355, Name: `Anshan`, Country: `China`, Region: `Liaoning`, Population: 1199275 }), + new WorldCitiesAbove500KItem({ ID: 10356, Name: `Ghaziabad`, Country: `India`, Region: `Uttar Pradesh`, Population: 1199191 }), + new WorldCitiesAbove500KItem({ ID: 10357, Name: `Depok`, Country: `Indonesia`, Region: `West Java`, Population: 1198129 }), + new WorldCitiesAbove500KItem({ ID: 10358, Name: `Saitama`, Country: `Japan`, Region: `Saitama`, Population: 1193350 }), + new WorldCitiesAbove500KItem({ ID: 10359, Name: `Dombivli`, Country: `India`, Region: `Maharashtra`, Population: 1193000 }), + new WorldCitiesAbove500KItem({ ID: 10360, Name: `Maputo`, Country: `Mozambique`, Region: `Maputo City`, Population: 1191613 }), + new WorldCitiesAbove500KItem({ ID: 10361, Name: `Taizhou`, Country: `China`, Region: `Zhejiang`, Population: 1189276 }), + new WorldCitiesAbove500KItem({ ID: 10362, Name: `Gustavo Adolfo Madero`, Country: `Mexico`, Region: `Mexico City`, Population: 1185772 }), + new WorldCitiesAbove500KItem({ ID: 10363, Name: `Rosario`, Country: `Argentina`, Region: `Santa Fe`, Population: 1173533 }), + new WorldCitiesAbove500KItem({ ID: 10364, Name: `Jinjiang`, Country: `China`, Region: `Fujian`, Population: 1172827 }), + new WorldCitiesAbove500KItem({ ID: 10365, Name: `Goiania`, Country: `Brazil`, Region: `Goias`, Population: 1171195 }), + new WorldCitiesAbove500KItem({ ID: 10366, Name: `Guarulhos`, Country: `Brazil`, Region: `Sao Paulo`, Population: 1169577 }), + new WorldCitiesAbove500KItem({ ID: 10367, Name: `Prague`, Country: `Czechia`, Region: `Hlavni mesto Praha`, Population: 1165581 }), + new WorldCitiesAbove500KItem({ ID: 10368, Name: `Varanasi`, Country: `India`, Region: `Uttar Pradesh`, Population: 1164404 }), + new WorldCitiesAbove500KItem({ ID: 10369, Name: `Batam`, Country: `Indonesia`, Region: `Riau`, Population: 1164352 }), + new WorldCitiesAbove500KItem({ ID: 10370, Name: `Jiujiang`, Country: `China`, Region: `Jiangxi`, Population: 1164268 }), + new WorldCitiesAbove500KItem({ ID: 10371, Name: `Copenhagen`, Country: `Denmark`, Region: `Capital Region`, Population: 1153615 }), + new WorldCitiesAbove500KItem({ ID: 10372, Name: `Sofia`, Country: `Bulgaria`, Region: `Sofia-Capital`, Population: 1152556 }), + new WorldCitiesAbove500KItem({ ID: 10373, Name: `Tripoli`, Country: `Libya`, Region: `Tripoli`, Population: 1150989 }), + new WorldCitiesAbove500KItem({ ID: 10374, Name: `Port Harcourt`, Country: `Nigeria`, Region: `Rivers`, Population: 1148665 }), + new WorldCitiesAbove500KItem({ ID: 10375, Name: `Anyang`, Country: `China`, Region: `Henan`, Population: 1146839 }), + new WorldCitiesAbove500KItem({ ID: 10376, Name: `Hiroshima`, Country: `Japan`, Region: `Hiroshima`, Population: 1143841 }), + new WorldCitiesAbove500KItem({ ID: 10377, Name: `Zapopan`, Country: `Mexico`, Region: `Jalisco`, Population: 1142483 }), + new WorldCitiesAbove500KItem({ ID: 10378, Name: `Bijie`, Country: `China`, Region: `Guizhou`, Population: 1137383 }), + new WorldCitiesAbove500KItem({ ID: 10379, Name: `Monterrey`, Country: `Mexico`, Region: `Nuevo Leon`, Population: 1135512 }), + new WorldCitiesAbove500KItem({ ID: 10380, Name: `Samara`, Country: `Russia`, Region: `Samara Oblast`, Population: 1134730 }), + new WorldCitiesAbove500KItem({ ID: 10381, Name: `Zhuzhou`, Country: `China`, Region: `Hunan`, Population: 1129687 }), + new WorldCitiesAbove500KItem({ ID: 10382, Name: `Omsk`, Country: `Russia`, Region: `Omsk`, Population: 1129281 }), + new WorldCitiesAbove500KItem({ ID: 10383, Name: `Benin City`, Country: `Nigeria`, Region: `Edo`, Population: 1125058 }), + new WorldCitiesAbove500KItem({ ID: 10384, Name: `Malingao`, Country: `Philippines`, Region: `Soccsksargen`, Population: 1121974 }), + new WorldCitiesAbove500KItem({ ID: 10385, Name: `Kunshan`, Country: `China`, Region: `Jiangsu`, Population: 1118617 }), + new WorldCitiesAbove500KItem({ ID: 10386, Name: `Baku`, Country: `Azerbaijan`, Region: `Baki`, Population: 1116513 }), + new WorldCitiesAbove500KItem({ ID: 10387, Name: `Shangrao`, Country: `China`, Region: `Jiangxi`, Population: 1116486 }), + new WorldCitiesAbove500KItem({ ID: 10388, Name: `Barquisimeto`, Country: `Venezuela`, Region: `Lara`, Population: 1114097 }), + new WorldCitiesAbove500KItem({ ID: 10389, Name: `Huaibei`, Country: `China`, Region: `Anhui`, Population: 1113321 }), + new WorldCitiesAbove500KItem({ ID: 10390, Name: `Maiduguri`, Country: `Nigeria`, Region: `Borno`, Population: 1112449 }), + new WorldCitiesAbove500KItem({ ID: 10391, Name: `Meishan`, Country: `China`, Region: `Sichuan`, Population: 1107742 }), + new WorldCitiesAbove500KItem({ ID: 10392, Name: `Putian`, Country: `China`, Region: `Fujian`, Population: 1107199 }), + new WorldCitiesAbove500KItem({ ID: 10393, Name: `Kazan`, Country: `Russia`, Region: `Tatarstan Republic`, Population: 1104738 }), + new WorldCitiesAbove500KItem({ ID: 10394, Name: `Ciudad Nezahualcoyotl`, Country: `Mexico`, Region: `Mexico`, Population: 1104585 }), + new WorldCitiesAbove500KItem({ ID: 10395, Name: `Yerevan`, Country: `Armenia`, Region: `Yerevan`, Population: 1093485 }), + new WorldCitiesAbove500KItem({ ID: 10396, Name: `Amritsar`, Country: `India`, Region: `Punjab`, Population: 1092450 }), + new WorldCitiesAbove500KItem({ ID: 10397, Name: `Fuzhou`, Country: `China`, Region: `Jiangxi`, Population: 1089888 }), + new WorldCitiesAbove500KItem({ ID: 10398, Name: `Ouagadougou`, Country: `Burkina Faso`, Region: `Centre`, Population: 1086505 }), + new WorldCitiesAbove500KItem({ ID: 10399, Name: `Guigang`, Country: `China`, Region: `Guangxi`, Population: 1086327 }), + new WorldCitiesAbove500KItem({ ID: 10400, Name: `Hengyang`, Country: `China`, Region: `Hunan`, Population: 1075516 }), + new WorldCitiesAbove500KItem({ ID: 10401, Name: `Rostov-na-Donu`, Country: `Russia`, Region: `Rostov`, Population: 1074482 }), + new WorldCitiesAbove500KItem({ ID: 10402, Name: `Allahabad`, Country: `India`, Region: `Uttar Pradesh`, Population: 1073438 }), + new WorldCitiesAbove500KItem({ ID: 10403, Name: `Goyang-si`, Country: `South Korea`, Region: `Gyeonggi-do`, Population: 1073069 }), + new WorldCitiesAbove500KItem({ ID: 10404, Name: `Gaziantep`, Country: `Turkey`, Region: `Gaziantep`, Population: 1065975 }), + new WorldCitiesAbove500KItem({ ID: 10405, Name: `Visakhapatnam`, Country: `India`, Region: `Andhra Pradesh`, Population: 1063178 }), + new WorldCitiesAbove500KItem({ ID: 10406, Name: `Sendai`, Country: `Japan`, Region: `Miyagi`, Population: 1063103 }), + new WorldCitiesAbove500KItem({ ID: 10407, Name: `Chelyabinsk`, Country: `Russia`, Region: `Chelyabinsk`, Population: 1062919 }), + new WorldCitiesAbove500KItem({ ID: 10408, Name: `Cixi`, Country: `China`, Region: `Zhejiang`, Population: 1059942 }), + new WorldCitiesAbove500KItem({ ID: 10409, Name: `Yulin`, Country: `China`, Region: `Guangxi`, Population: 1056743 }), + new WorldCitiesAbove500KItem({ ID: 10410, Name: `Datong`, Country: `China`, Region: `Shanxi`, Population: 1052678 }), + new WorldCitiesAbove500KItem({ ID: 10411, Name: `Jingzhou`, Country: `China`, Region: `Hubei`, Population: 1052282 }), + new WorldCitiesAbove500KItem({ ID: 10412, Name: `Tbilisi`, Country: `Georgia`, Region: `Tbilisi`, Population: 1049498 }), + new WorldCitiesAbove500KItem({ ID: 10413, Name: `Changshu`, Country: `China`, Region: `Jiangsu`, Population: 1047700 }), + new WorldCitiesAbove500KItem({ ID: 10414, Name: `Xinxiang`, Country: `China`, Region: `Henan`, Population: 1047088 }), + new WorldCitiesAbove500KItem({ ID: 10415, Name: `Yichun`, Country: `China`, Region: `Jiangxi`, Population: 1045952 }), + new WorldCitiesAbove500KItem({ ID: 10416, Name: `Taichung`, Country: `Taiwan`, Region: `Taiwan`, Population: 1040725 }), + new WorldCitiesAbove500KItem({ ID: 10417, Name: `Teni`, Country: `India`, Region: `Tamil Nadu`, Population: 1034724 }), + new WorldCitiesAbove500KItem({ ID: 10418, Name: `Xianyang`, Country: `China`, Region: `Shaanxi`, Population: 1034081 }), + new WorldCitiesAbove500KItem({ ID: 10419, Name: `Ufa`, Country: `Russia`, Region: `Bashkortostan Republic`, Population: 1033338 }), + new WorldCitiesAbove500KItem({ ID: 10420, Name: `Seongnam-si`, Country: `South Korea`, Region: `Gyeonggi-do`, Population: 1031935 }), + new WorldCitiesAbove500KItem({ ID: 10421, Name: `Campinas`, Country: `Brazil`, Region: `Sao Paulo`, Population: 1031554 }), + new WorldCitiesAbove500KItem({ ID: 10422, Name: `Jabalpur`, Country: `India`, Region: `Madhya Pradesh`, Population: 1030168 }), + new WorldCitiesAbove500KItem({ ID: 10423, Name: `Shaoguan`, Country: `China`, Region: `Guangdong`, Population: 1028460 }), + new WorldCitiesAbove500KItem({ ID: 10424, Name: `Haora`, Country: `India`, Region: `West Bengal`, Population: 1027672 }), + new WorldCitiesAbove500KItem({ ID: 10425, Name: `San Jose`, Country: `United States`, Region: `California`, Population: 1026908 }), + new WorldCitiesAbove500KItem({ ID: 10426, Name: `Longyan`, Country: `China`, Region: `Fujian`, Population: 1025087 }), + new WorldCitiesAbove500KItem({ ID: 10427, Name: `Donetsk`, Country: `Ukraine`, Region: `Donetsk Oblast`, Population: 1024700 }), + new WorldCitiesAbove500KItem({ ID: 10428, Name: `Dublin`, Country: `Ireland`, Region: `Leinster`, Population: 1024027 }), + new WorldCitiesAbove500KItem({ ID: 10429, Name: `Yongzhou`, Country: `China`, Region: `Hunan`, Population: 1020715 }), + new WorldCitiesAbove500KItem({ ID: 10430, Name: `Calgary`, Country: `Canada`, Region: `Alberta`, Population: 1019942 }), + new WorldCitiesAbove500KItem({ ID: 10431, Name: `Brussels`, Country: `Belgium`, Region: `Brussels Capital`, Population: 1019022 }), + new WorldCitiesAbove500KItem({ ID: 10432, Name: `Aurangabad`, Country: `India`, Region: `Maharashtra`, Population: 1016441 }), + new WorldCitiesAbove500KItem({ ID: 10433, Name: `Huzhou`, Country: `China`, Region: `Zhejiang`, Population: 1015937 }), + new WorldCitiesAbove500KItem({ ID: 10434, Name: `Jiangyin`, Country: `China`, Region: `Jiangsu`, Population: 1013670 }), + new WorldCitiesAbove500KItem({ ID: 10435, Name: `Odessa`, Country: `Ukraine`, Region: `Odessa`, Population: 1013159 }), + new WorldCitiesAbove500KItem({ ID: 10436, Name: `Volgograd`, Country: `Russia`, Region: `Volgograd Oblast`, Population: 1011417 }), + new WorldCitiesAbove500KItem({ ID: 10437, Name: `Hanzhong`, Country: `China`, Region: `Shaanxi`, Population: 1006557 }), + new WorldCitiesAbove500KItem({ ID: 10438, Name: `Hezhou`, Country: `China`, Region: `Guangxi`, Population: 1005490 }), + new WorldCitiesAbove500KItem({ ID: 10439, Name: `Nova Iguacu`, Country: `Brazil`, Region: `Rio de Janeiro`, Population: 1002118 }), + new WorldCitiesAbove500KItem({ ID: 10441, Name: `Shivaji Nagar`, Country: `India`, Region: `Maharashtra`, Population: 1000000 }), + new WorldCitiesAbove500KItem({ ID: 10440, Name: `Zhu Cheng City`, Country: `China`, Region: `Shandong`, Population: 1000000 }), + new WorldCitiesAbove500KItem({ ID: 10442, Name: `Dongying`, Country: `China`, Region: `Shandong`, Population: 998968 }), + new WorldCitiesAbove500KItem({ ID: 10443, Name: `Luzhou`, Country: `China`, Region: `Sichuan`, Population: 998900 }), + new WorldCitiesAbove500KItem({ ID: 10444, Name: `Dnipro`, Country: `Ukraine`, Region: `Dnipropetrovsk Oblast`, Population: 998103 }), + new WorldCitiesAbove500KItem({ ID: 10445, Name: `Kitakyushu`, Country: `Japan`, Region: `Fukuoka`, Population: 997536 }), + new WorldCitiesAbove500KItem({ ID: 10446, Name: `Solapur`, Country: `India`, Region: `Maharashtra`, Population: 997281 }), + new WorldCitiesAbove500KItem({ ID: 10447, Name: `Guatemala City`, Country: `Guatemala`, Region: `Guatemala`, Population: 994938 }), + new WorldCitiesAbove500KItem({ ID: 10448, Name: `Meizhou`, Country: `China`, Region: `Guangdong`, Population: 992351 }), + new WorldCitiesAbove500KItem({ ID: 10449, Name: `Yueyang`, Country: `China`, Region: `Hunan`, Population: 991465 }), + new WorldCitiesAbove500KItem({ ID: 10450, Name: `Laiwu`, Country: `China`, Region: `Shandong`, Population: 989535 }), + new WorldCitiesAbove500KItem({ ID: 10451, Name: `Benxi`, Country: `China`, Region: `Liaoning`, Population: 987717 }), + new WorldCitiesAbove500KItem({ ID: 10452, Name: `Birmingham`, Country: `United Kingdom`, Region: `England`, Population: 984333 }), + new WorldCitiesAbove500KItem({ ID: 10453, Name: `Perm`, Country: `Russia`, Region: `Perm`, Population: 982419 }), + new WorldCitiesAbove500KItem({ ID: 10454, Name: `Pingdingshan`, Country: `China`, Region: `Henan`, Population: 979130 }), + new WorldCitiesAbove500KItem({ ID: 10455, Name: `Srinagar`, Country: `India`, Region: `Jammu and Kashmir`, Population: 975857 }), + new WorldCitiesAbove500KItem({ ID: 10456, Name: `Zaria`, Country: `Nigeria`, Region: `Kaduna`, Population: 975153 }), + new WorldCitiesAbove500KItem({ ID: 10457, Name: `Managua`, Country: `Nicaragua`, Region: `Managua`, Population: 973087 }), + new WorldCitiesAbove500KItem({ ID: 10458, Name: `Bengbu`, Country: `China`, Region: `Anhui`, Population: 972784 }), + new WorldCitiesAbove500KItem({ ID: 10459, Name: `Port Elizabeth`, Country: `South Africa`, Region: `Eastern Cape`, Population: 967677 }), + new WorldCitiesAbove500KItem({ ID: 10460, Name: `Fes`, Country: `Morocco`, Region: `Fes-Meknes`, Population: 964891 }), + new WorldCitiesAbove500KItem({ ID: 10461, Name: `Koeln`, Country: `Germany`, Region: `North Rhine-Westphalia`, Population: 963395 }), + new WorldCitiesAbove500KItem({ ID: 10462, Name: `Ulsan`, Country: `South Korea`, Region: `Ulsan`, Population: 962865 }), + new WorldCitiesAbove500KItem({ ID: 10463, Name: `Chandigarh`, Country: `India`, Region: `Chandigarh`, Population: 960787 }), + new WorldCitiesAbove500KItem({ ID: 10464, Name: `Coimbatore`, Country: `India`, Region: `Tamil Nadu`, Population: 959823 }), + new WorldCitiesAbove500KItem({ ID: 10465, Name: `Naples`, Country: `Italy`, Region: `Campania`, Population: 959470 }), + new WorldCitiesAbove500KItem({ ID: 10466, Name: `Xiangtan`, Country: `China`, Region: `Hunan`, Population: 959303 }), + new WorldCitiesAbove500KItem({ ID: 10467, Name: `Linfen`, Country: `China`, Region: `Shanxi`, Population: 959198 }), + new WorldCitiesAbove500KItem({ ID: 10468, Name: `Maceio`, Country: `Brazil`, Region: `Alagoas`, Population: 954991 }), + new WorldCitiesAbove500KItem({ ID: 10469, Name: `Cartagena`, Country: `Colombia`, Region: `Bolivar`, Population: 952024 }), + new WorldCitiesAbove500KItem({ ID: 10470, Name: `Zhenjiang`, Country: `China`, Region: `Jiangsu`, Population: 950516 }), + new WorldCitiesAbove500KItem({ ID: 10471, Name: `Sultanah`, Country: `Saudi Arabia`, Region: `Medina Region`, Population: 946697 }), + new WorldCitiesAbove500KItem({ ID: 10472, Name: `Monrovia`, Country: `Liberia`, Region: `Montserrado`, Population: 939524 }), + new WorldCitiesAbove500KItem({ ID: 10473, Name: `Kingston`, Country: `Jamaica`, Region: `Kingston`, Population: 937700 }), + new WorldCitiesAbove500KItem({ ID: 10474, Name: `Baoshan`, Country: `China`, Region: `Yunnan`, Population: 935618 }), + new WorldCitiesAbove500KItem({ ID: 10475, Name: `Erbil`, Country: `Iraq`, Region: `Arbil`, Population: 932800 }), + new WorldCitiesAbove500KItem({ ID: 10476, Name: `Austin`, Country: `United States`, Region: `Texas`, Population: 931830 }), + new WorldCitiesAbove500KItem({ ID: 10477, Name: `Ruian`, Country: `China`, Region: `Zhejiang`, Population: 927383 }), + new WorldCitiesAbove500KItem({ ID: 10478, Name: `Krasnoyarsk`, Country: `Russia`, Region: `Krasnoyarskiy`, Population: 927200 }), + new WorldCitiesAbove500KItem({ ID: 10479, Name: `Nay Pyi Taw`, Country: `Myanmar`, Region: `Nay Pyi Taw`, Population: 925000 }), + new WorldCitiesAbove500KItem({ ID: 10480, Name: `Jodhpur`, Country: `India`, Region: `Rajasthan`, Population: 921476 }), + new WorldCitiesAbove500KItem({ ID: 10481, Name: `Chiba`, Country: `Japan`, Region: `Chiba`, Population: 919729 }), + new WorldCitiesAbove500KItem({ ID: 10482, Name: `Sao Luis`, Country: `Brazil`, Region: `Maranhao`, Population: 917237 }), + new WorldCitiesAbove500KItem({ ID: 10483, Name: `Laibin`, Country: `China`, Region: `Guangxi`, Population: 910282 }), + new WorldCitiesAbove500KItem({ ID: 10484, Name: `Madurai`, Country: `India`, Region: `Tamil Nadu`, Population: 909908 }), + new WorldCitiesAbove500KItem({ ID: 10485, Name: `Xiaogan`, Country: `China`, Region: `Hubei`, Population: 908266 }), + new WorldCitiesAbove500KItem({ ID: 10486, Name: `Ziyang`, Country: `China`, Region: `Sichuan`, Population: 905729 }), + new WorldCitiesAbove500KItem({ ID: 10487, Name: `Sale`, Country: `Morocco`, Region: `Rabat-Sale-Kenitra`, Population: 903485 }), + new WorldCitiesAbove500KItem({ ID: 10488, Name: `Quzhou`, Country: `China`, Region: `Zhejiang`, Population: 902767 }), + new WorldCitiesAbove500KItem({ ID: 10489, Name: `Cochabamba`, Country: `Bolivia`, Region: `Cochabamba`, Population: 900414 }), + new WorldCitiesAbove500KItem({ ID: 10493, Name: `Bishkek`, Country: `Kyrgyzstan`, Region: `Bishkek`, Population: 900000 }), + new WorldCitiesAbove500KItem({ ID: 10492, Name: `Qom`, Country: `Iran`, Region: `Qom`, Population: 900000 }), + new WorldCitiesAbove500KItem({ ID: 10491, Name: `Abu Ghurayb`, Country: `Iraq`, Region: `Baghdad`, Population: 900000 }), + new WorldCitiesAbove500KItem({ ID: 10490, Name: `Abobo`, Country: `Ivory Coast`, Region: `Abidjan`, Population: 900000 }), + new WorldCitiesAbove500KItem({ ID: 10494, Name: `Zaozhuang`, Country: `China`, Region: `Shandong`, Population: 899753 }), + new WorldCitiesAbove500KItem({ ID: 10495, Name: `Guwahati`, Country: `India`, Region: `Assam`, Population: 899094 }), + new WorldCitiesAbove500KItem({ ID: 10496, Name: `Aba`, Country: `Nigeria`, Region: `Abia`, Population: 897560 }), + new WorldCitiesAbove500KItem({ ID: 10497, Name: `Pingxiang`, Country: `China`, Region: `Jiangxi`, Population: 893550 }), + new WorldCitiesAbove500KItem({ ID: 10498, Name: `Zhoushan`, Country: `China`, Region: `Zhejiang`, Population: 882932 }), + new WorldCitiesAbove500KItem({ ID: 10499, Name: `Gwalior`, Country: `India`, Region: `Madhya Pradesh`, Population: 882458 }), + new WorldCitiesAbove500KItem({ ID: 10500, Name: `Qiqihar`, Country: `China`, Region: `Heilongjiang`, Population: 882364 }), + new WorldCitiesAbove500KItem({ ID: 10501, Name: `Klang`, Country: `Malaysia`, Region: `Selangor`, Population: 879867 }), + new WorldCitiesAbove500KItem({ ID: 10502, Name: `Yiwu`, Country: `China`, Region: `Zhejiang`, Population: 878903 }), + new WorldCitiesAbove500KItem({ ID: 10503, Name: `Weinan`, Country: `China`, Region: `Shaanxi`, Population: 877142 }), + new WorldCitiesAbove500KItem({ ID: 10504, Name: `Mendoza`, Country: `Argentina`, Region: `Mendoza`, Population: 876884 }), + new WorldCitiesAbove500KItem({ ID: 10505, Name: `Konya`, Country: `Turkey`, Region: `Konya`, Population: 875530 }), + new WorldCitiesAbove500KItem({ ID: 10506, Name: `Puning`, Country: `China`, Region: `Guangdong`, Population: 874954 }), + new WorldCitiesAbove500KItem({ ID: 10507, Name: `Mbuji-Mayi`, Country: `Democratic Republic of the Congo`, Region: `Kasai-Oriental`, Population: 874761 }), + new WorldCitiesAbove500KItem({ ID: 10508, Name: `Vijayawada`, Country: `India`, Region: `Andhra Pradesh`, Population: 874587 }), + new WorldCitiesAbove500KItem({ ID: 10509, Name: `Pikine`, Country: `Senegal`, Region: `Dakar`, Population: 874062 }), + new WorldCitiesAbove500KItem({ ID: 10510, Name: `Turin`, Country: `Italy`, Region: `Piedmont`, Population: 870456 }), + new WorldCitiesAbove500KItem({ ID: 10511, Name: `Ankang`, Country: `China`, Region: `Shaanxi`, Population: 870126 }), + new WorldCitiesAbove500KItem({ ID: 10512, Name: `Mysore`, Country: `India`, Region: `Karnataka`, Population: 868313 }), + new WorldCitiesAbove500KItem({ ID: 10513, Name: `Langfang`, Country: `China`, Region: `Hebei`, Population: 868066 }), + new WorldCitiesAbove500KItem({ ID: 10514, Name: `Jacksonville`, Country: `United States`, Region: `Florida`, Population: 868031 }), + new WorldCitiesAbove500KItem({ ID: 10515, Name: `Jiaozuo`, Country: `China`, Region: `Henan`, Population: 865413 }), + new WorldCitiesAbove500KItem({ ID: 10516, Name: `San Francisco`, Country: `United States`, Region: `California`, Population: 864816 }), + new WorldCitiesAbove500KItem({ ID: 10517, Name: `Liverpool`, Country: `United Kingdom`, Region: `England`, Population: 864122 }), + new WorldCitiesAbove500KItem({ ID: 10518, Name: `Saratov`, Country: `Russia`, Region: `Saratovskaya Oblast`, Population: 863725 }), + new WorldCitiesAbove500KItem({ ID: 10519, Name: `Rohini`, Country: `India`, Region: `Delhi`, Population: 860000 }), + new WorldCitiesAbove500KItem({ ID: 10520, Name: `Guangan`, Country: `China`, Region: `Sichuan`, Population: 858159 }), + new WorldCitiesAbove500KItem({ ID: 10521, Name: `Tegucigalpa`, Country: `Honduras`, Region: `Francisco Morazan`, Population: 850848 }), + new WorldCitiesAbove500KItem({ ID: 10522, Name: `Bucheon-si`, Country: `South Korea`, Region: `Gyeonggi-do`, Population: 850731 }), + new WorldCitiesAbove500KItem({ ID: 10523, Name: `Columbus`, Country: `United States`, Region: `Ohio`, Population: 850106 }), + new WorldCitiesAbove500KItem({ ID: 10524, Name: `Voronezh`, Country: `Russia`, Region: `Voronezj`, Population: 848752 }), + new WorldCitiesAbove500KItem({ ID: 10525, Name: `Ranchi`, Country: `India`, Region: `Jharkhand`, Population: 846454 }), + new WorldCitiesAbove500KItem({ ID: 10526, Name: `Ulan Bator`, Country: `Mongolia`, Region: `Ulaanbaatar`, Population: 844818 }), + new WorldCitiesAbove500KItem({ ID: 10527, Name: `Weihai`, Country: `China`, Region: `Shandong`, Population: 844310 }), + new WorldCitiesAbove500KItem({ ID: 10528, Name: `Takeo`, Country: `Cambodia`, Region: `Takeo`, Population: 843931 }), + new WorldCitiesAbove500KItem({ ID: 10529, Name: `Ahvaz`, Country: `Iran`, Region: `Khuzestan`, Population: 841145 }), + new WorldCitiesAbove500KItem({ ID: 10530, Name: `Arequipa`, Country: `Peru`, Region: `Arequipa`, Population: 841130 }), + new WorldCitiesAbove500KItem({ ID: 10531, Name: `Padang`, Country: `Indonesia`, Region: `West Sumatra`, Population: 840352 }), + new WorldCitiesAbove500KItem({ ID: 10532, Name: `Hubli`, Country: `India`, Region: `Karnataka`, Population: 840214 }), + new WorldCitiesAbove500KItem({ ID: 10533, Name: `Zhabei`, Country: `China`, Region: `Shanghai`, Population: 840000 }), + new WorldCitiesAbove500KItem({ ID: 10534, Name: `Xinyu`, Country: `China`, Region: `Jiangxi`, Population: 839488 }), + new WorldCitiesAbove500KItem({ ID: 10535, Name: `Marrakesh`, Country: `Morocco`, Region: `Marrakesh-Safi`, Population: 839296 }), + new WorldCitiesAbove500KItem({ ID: 10536, Name: `Yibin`, Country: `China`, Region: `Sichuan`, Population: 836340 }), + new WorldCitiesAbove500KItem({ ID: 10537, Name: `Denpasar`, Country: `Indonesia`, Region: `Bali`, Population: 834881 }), + new WorldCitiesAbove500KItem({ ID: 10538, Name: `Kampung Baru Subang`, Country: `Malaysia`, Region: `Selangor`, Population: 833571 }), + new WorldCitiesAbove500KItem({ ID: 10539, Name: `Fort Worth`, Country: `United States`, Region: `Texas`, Population: 833319 }), + new WorldCitiesAbove500KItem({ ID: 10540, Name: `Indianapolis`, Country: `United States`, Region: `Indiana`, Population: 829718 }), + new WorldCitiesAbove500KItem({ ID: 10541, Name: `Charlotte`, Country: `United States`, Region: `North Carolina`, Population: 827097 }), + new WorldCitiesAbove500KItem({ ID: 10542, Name: `Chenzhou`, Country: `China`, Region: `Hunan`, Population: 822534 }), + new WorldCitiesAbove500KItem({ ID: 10543, Name: `Duque de Caxias`, Country: `Brazil`, Region: `Rio de Janeiro`, Population: 818329 }), + new WorldCitiesAbove500KItem({ ID: 10544, Name: `Jos`, Country: `Nigeria`, Region: `Plateau`, Population: 816824 }), + new WorldCitiesAbove500KItem({ ID: 10545, Name: `Valencia`, Country: `Spain`, Region: `Valencia`, Population: 814208 }), + new WorldCitiesAbove500KItem({ ID: 10546, Name: `Ilorin`, Country: `Nigeria`, Region: `Kwara`, Population: 814192 }), + new WorldCitiesAbove500KItem({ ID: 10547, Name: `Callao`, Country: `Peru`, Region: `Callao`, Population: 813264 }), + new WorldCitiesAbove500KItem({ ID: 10548, Name: `La Paz`, Country: `Bolivia`, Region: `La Paz`, Population: 812799 }), + new WorldCitiesAbove500KItem({ ID: 10549, Name: `Ottawa`, Country: `Canada`, Region: `Ontario`, Population: 812129 }), + new WorldCitiesAbove500KItem({ ID: 10550, Name: `Chihuahua`, Country: `Mexico`, Region: `Chihuahua`, Population: 809232 }), + new WorldCitiesAbove500KItem({ ID: 10551, Name: `Anqing`, Country: `China`, Region: `Anhui`, Population: 804493 }), + new WorldCitiesAbove500KItem({ ID: 10552, Name: `Freetown`, Country: `Sierra Leone`, Region: `Western Area`, Population: 802639 }), + new WorldCitiesAbove500KItem({ ID: 10553, Name: `Johor Bahru`, Country: `Malaysia`, Region: `Johor`, Population: 802489 }), + new WorldCitiesAbove500KItem({ ID: 10554, Name: `Jerusalem`, Country: `Israel`, Region: `Jerusalem`, Population: 801000 }), + new WorldCitiesAbove500KItem({ ID: 10555, Name: `Bandar Lampung`, Country: `Indonesia`, Region: `Lampung`, Population: 800348 }), + new WorldCitiesAbove500KItem({ ID: 10557, Name: `Narela`, Country: `India`, Region: `Delhi`, Population: 800000 }), + new WorldCitiesAbove500KItem({ ID: 10556, Name: `Bogor`, Country: `Indonesia`, Region: `West Java`, Population: 800000 }), + new WorldCitiesAbove500KItem({ ID: 10558, Name: `Mombasa`, Country: `Kenya`, Region: `Mombasa`, Population: 799668 }), + new WorldCitiesAbove500KItem({ ID: 10559, Name: `Xingtai`, Country: `China`, Region: `Hebei`, Population: 798770 }), + new WorldCitiesAbove500KItem({ ID: 10560, Name: `Cebu City`, Country: `Philippines`, Region: `Central Visayas`, Population: 798634 }), + new WorldCitiesAbove500KItem({ ID: 10561, Name: `Niigata`, Country: `Japan`, Region: `Niigata`, Population: 797591 }), + new WorldCitiesAbove500KItem({ ID: 10562, Name: `Muscat`, Country: `Oman`, Region: `Muscat`, Population: 797000 }), + new WorldCitiesAbove500KItem({ ID: 10563, Name: `Marseille`, Country: `France`, Region: `Provence-Alpes-Cote dAzur`, Population: 794811 }), + new WorldCitiesAbove500KItem({ ID: 10564, Name: `Zarqa`, Country: `Jordan`, Region: `Zarqa`, Population: 792665 }), + new WorldCitiesAbove500KItem({ ID: 10565, Name: `Naucalpan de Juarez`, Country: `Mexico`, Region: `Mexico`, Population: 792211 }), + new WorldCitiesAbove500KItem({ ID: 10566, Name: `Cankaya`, Country: `Turkey`, Region: `Ankara`, Population: 792189 }), + new WorldCitiesAbove500KItem({ ID: 10567, Name: `Hamamatsu`, Country: `Japan`, Region: `Shizuoka`, Population: 791707 }), + new WorldCitiesAbove500KItem({ ID: 10568, Name: `Rahim Yar Khan`, Country: `Pakistan`, Region: `Punjab`, Population: 788915 }), + new WorldCitiesAbove500KItem({ ID: 10569, Name: `Pasragad Branch`, Country: `Iran`, Region: `Hamadan`, Population: 787878 }), + new WorldCitiesAbove500KItem({ ID: 10570, Name: `Zhaotong`, Country: `China`, Region: `Yunnan`, Population: 787845 }), + new WorldCitiesAbove500KItem({ ID: 10571, Name: `Panzhihua`, Country: `China`, Region: `Sichuan`, Population: 787177 }), + new WorldCitiesAbove500KItem({ ID: 10572, Name: `Boumerdas`, Country: `Algeria`, Region: `Boumerdes`, Population: 786499 }), + new WorldCitiesAbove500KItem({ ID: 10573, Name: `Jalandhar`, Country: `India`, Region: `Punjab`, Population: 785178 }), + new WorldCitiesAbove500KItem({ ID: 10574, Name: `Thiruvananthapuram`, Country: `India`, Region: `Kerala`, Population: 784153 }), + new WorldCitiesAbove500KItem({ ID: 10575, Name: `Chuzhou`, Country: `China`, Region: `Anhui`, Population: 782671 }), + new WorldCitiesAbove500KItem({ ID: 10576, Name: `Sakai`, Country: `Japan`, Region: `Osaka`, Population: 782339 }), + new WorldCitiesAbove500KItem({ ID: 10577, Name: `San Miguel de Tucuman`, Country: `Argentina`, Region: `Tucuman`, Population: 781023 }), + new WorldCitiesAbove500KItem({ ID: 10578, Name: `Cotonou`, Country: `Benin`, Region: `Littoral`, Population: 780000 }), + new WorldCitiesAbove500KItem({ ID: 10579, Name: `Salem`, Country: `India`, Region: `Tamil Nadu`, Population: 778396 }), + new WorldCitiesAbove500KItem({ ID: 10580, Name: `Merida`, Country: `Mexico`, Region: `Yucatan`, Population: 777615 }), + new WorldCitiesAbove500KItem({ ID: 10581, Name: `Tiruchirappalli`, Country: `India`, Region: `Tamil Nadu`, Population: 775484 }), + new WorldCitiesAbove500KItem({ ID: 10582, Name: `Homs`, Country: `Syria`, Region: `Homs`, Population: 775404 }), + new WorldCitiesAbove500KItem({ ID: 10583, Name: `Hohhot`, Country: `China`, Region: `Inner Mongolia`, Population: 774477 }), + new WorldCitiesAbove500KItem({ ID: 10584, Name: `Xuanzhou`, Country: `China`, Region: `Anhui`, Population: 774332 }), + new WorldCitiesAbove500KItem({ ID: 10585, Name: `Niamey`, Country: `Niger`, Region: `Niamey`, Population: 774235 }), + new WorldCitiesAbove500KItem({ ID: 10586, Name: `Tainan`, Country: `Taiwan`, Region: `Taiwan`, Population: 771235 }), + new WorldCitiesAbove500KItem({ ID: 10587, Name: `Shangyu`, Country: `China`, Region: `Zhejiang`, Population: 770000 }), + new WorldCitiesAbove500KItem({ ID: 10588, Name: `Lodz`, Country: `Poland`, Region: `Lodz Voivodeship`, Population: 768755 }), + new WorldCitiesAbove500KItem({ ID: 10589, Name: `Dammam`, Country: `Saudi Arabia`, Region: `Eastern Province`, Population: 768602 }), + new WorldCitiesAbove500KItem({ ID: 10590, Name: `Xining`, Country: `China`, Region: `Qinghai`, Population: 767531 }), + new WorldCitiesAbove500KItem({ ID: 10591, Name: `Kahriz`, Country: `Iran`, Region: `Kermanshah`, Population: 766706 }), + new WorldCitiesAbove500KItem({ ID: 10592, Name: `Anshun`, Country: `China`, Region: `Guizhou`, Population: 765313 }), + new WorldCitiesAbove500KItem({ ID: 10593, Name: `Kota`, Country: `India`, Region: `Rajasthan`, Population: 763088 }), + new WorldCitiesAbove500KItem({ ID: 10594, Name: `Natal`, Country: `Brazil`, Region: `Rio Grande do Norte`, Population: 763043 }), + new WorldCitiesAbove500KItem({ ID: 10595, Name: `Jiaxing`, Country: `China`, Region: `Zhejiang`, Population: 762643 }), + new WorldCitiesAbove500KItem({ ID: 10596, Name: `Zhangjiagang`, Country: `China`, Region: `Jiangsu`, Population: 762625 }), + new WorldCitiesAbove500KItem({ ID: 10597, Name: `Bhubaneshwar`, Country: `India`, Region: `Odisha`, Population: 762243 }), + new WorldCitiesAbove500KItem({ ID: 10598, Name: `Wuzhou`, Country: `China`, Region: `Guangxi`, Population: 761948 }), + new WorldCitiesAbove500KItem({ ID: 10599, Name: `Qinhuangdao`, Country: `China`, Region: `Hebei`, Population: 759718 }), + new WorldCitiesAbove500KItem({ ID: 10600, Name: `Antalya`, Country: `Turkey`, Region: `Antalya`, Population: 758188 }), + new WorldCitiesAbove500KItem({ ID: 10601, Name: `Krakow`, Country: `Poland`, Region: `Lesser Poland`, Population: 755050 }), + new WorldCitiesAbove500KItem({ ID: 10602, Name: `Aligarh`, Country: `India`, Region: `Uttar Pradesh`, Population: 753207 }), + new WorldCitiesAbove500KItem({ ID: 10603, Name: `Shaoyang`, Country: `China`, Region: `Hunan`, Population: 753194 }), + new WorldCitiesAbove500KItem({ ID: 10604, Name: `Da Nang`, Country: `Vietnam`, Region: `Da Nang`, Population: 752493 }), + new WorldCitiesAbove500KItem({ ID: 10605, Name: `Pietermaritzburg`, Country: `South Africa`, Region: `KwaZulu-Natal`, Population: 750845 }), + new WorldCitiesAbove500KItem({ ID: 10606, Name: `Lome`, Country: `Togo`, Region: `Maritime`, Population: 749700 }), + new WorldCitiesAbove500KItem({ ID: 10607, Name: `Trujillo`, Country: `Peru`, Region: `La Libertad`, Population: 747450 }), + new WorldCitiesAbove500KItem({ ID: 10608, Name: `Malang`, Country: `Indonesia`, Region: `East Java`, Population: 746716 }), + new WorldCitiesAbove500KItem({ ID: 10609, Name: `Ciudad Guayana`, Country: `Venezuela`, Region: `Bolivar`, Population: 746535 }), + new WorldCitiesAbove500KItem({ ID: 10610, Name: `Bareilly`, Country: `India`, Region: `Uttar Pradesh`, Population: 745435 }), + new WorldCitiesAbove500KItem({ ID: 10611, Name: `Kigali`, Country: `Rwanda`, Region: `Kigali`, Population: 745261 }), + new WorldCitiesAbove500KItem({ ID: 10612, Name: `Teresina`, Country: `Brazil`, Region: `Piaui`, Population: 744512 }), + new WorldCitiesAbove500KItem({ ID: 10613, Name: `Xinxiang`, Country: `China`, Region: `Henan`, Population: 743601 }), + new WorldCitiesAbove500KItem({ ID: 10614, Name: `Sao Bernardo do Campo`, Country: `Brazil`, Region: `Sao Paulo`, Population: 743372 }), + new WorldCitiesAbove500KItem({ ID: 10615, Name: `Hegang`, Country: `China`, Region: `Heilongjiang`, Population: 743307 }), + new WorldCitiesAbove500KItem({ ID: 10616, Name: `Riga`, Country: `Latvia`, Region: `Riga`, Population: 742572 }), + new WorldCitiesAbove500KItem({ ID: 10617, Name: `Amsterdam`, Country: `Netherlands`, Region: `North Holland`, Population: 741636 }), + new WorldCitiesAbove500KItem({ ID: 10618, Name: `Maanshan`, Country: `China`, Region: `Anhui`, Population: 741531 }), + new WorldCitiesAbove500KItem({ ID: 10619, Name: `Zaporizhzhya`, Country: `Ukraine`, Region: `Zaporizhzhya Oblast`, Population: 738728 }), + new WorldCitiesAbove500KItem({ ID: 10620, Name: `Oyo`, Country: `Nigeria`, Region: `Oyo`, Population: 736072 }), + new WorldCitiesAbove500KItem({ ID: 10621, Name: `Deyang`, Country: `China`, Region: `Sichuan`, Population: 735070 }), + new WorldCitiesAbove500KItem({ ID: 10622, Name: `Quetta`, Country: `Pakistan`, Region: `Balochistan`, Population: 733675 }), + new WorldCitiesAbove500KItem({ ID: 10623, Name: `Yangquan`, Country: `China`, Region: `Shanxi`, Population: 731228 }), + new WorldCitiesAbove500KItem({ ID: 10624, Name: `Campo Grande`, Country: `Brazil`, Region: `Mato Grosso do Sul`, Population: 729151 }), + new WorldCitiesAbove500KItem({ ID: 10625, Name: `Ashgabat`, Country: `Turkmenistan`, Region: `Ashgabat`, Population: 727700 }), + new WorldCitiesAbove500KItem({ ID: 10626, Name: `Alvaro Obregon`, Country: `Mexico`, Region: `Mexico City`, Population: 726664 }), + new WorldCitiesAbove500KItem({ ID: 10627, Name: `Muzaffarabad`, Country: `Pakistan`, Region: `Azad Kashmir`, Population: 725000 }), + new WorldCitiesAbove500KItem({ ID: 10628, Name: `Bagcilar`, Country: `Turkey`, Region: `Istanbul`, Population: 724270 }), + new WorldCitiesAbove500KItem({ ID: 10629, Name: `Wanzhou`, Country: `China`, Region: `Chongqing`, Population: 723215 }), + new WorldCitiesAbove500KItem({ ID: 10630, Name: `As Sulaymaniyah`, Country: `Iraq`, Region: `Sulaymaniyah`, Population: 723170 }), + new WorldCitiesAbove500KItem({ ID: 10631, Name: `San Luis Potosi`, Country: `Mexico`, Region: `San Luis Potosi`, Population: 722772 }), + new WorldCitiesAbove500KItem({ ID: 10632, Name: `Aguascalientes`, Country: `Mexico`, Region: `Aguascalientes`, Population: 722250 }), + new WorldCitiesAbove500KItem({ ID: 10633, Name: `Zhumadian`, Country: `China`, Region: `Henan`, Population: 721670 }), + new WorldCitiesAbove500KItem({ ID: 10634, Name: `Cucuta`, Country: `Colombia`, Region: `Norte de Santander`, Population: 721398 }), + new WorldCitiesAbove500KItem({ ID: 10635, Name: `Moradabad`, Country: `India`, Region: `Uttar Pradesh`, Population: 721139 }), + new WorldCitiesAbove500KItem({ ID: 10636, Name: `NDjamena`, Country: `Chad`, Region: `NDjamena`, Population: 721081 }), + new WorldCitiesAbove500KItem({ ID: 10637, Name: `Lviv`, Country: `Ukraine`, Region: `Lviv Oblast`, Population: 717803 }), + new WorldCitiesAbove500KItem({ ID: 10638, Name: `Hermosillo`, Country: `Mexico`, Region: `Sonora`, Population: 715061 }), + new WorldCitiesAbove500KItem({ ID: 10639, Name: `Edmonton`, Country: `Canada`, Region: `Alberta`, Population: 712391 }), + new WorldCitiesAbove500KItem({ ID: 10640, Name: `Jeonju`, Country: `South Korea`, Region: `Jeollabuk-do`, Population: 711424 }), + new WorldCitiesAbove500KItem({ ID: 10641, Name: `Saltillo`, Country: `Mexico`, Region: `Coahuila`, Population: 709671 }), + new WorldCitiesAbove500KItem({ ID: 10642, Name: `Subang Jaya`, Country: `Malaysia`, Region: `Selangor`, Population: 708296 }), + new WorldCitiesAbove500KItem({ ID: 10643, Name: `Bhiwandi`, Country: `India`, Region: `Maharashtra`, Population: 707035 }), + new WorldCitiesAbove500KItem({ ID: 10644, Name: `Pekanbaru`, Country: `Indonesia`, Region: `Riau`, Population: 703956 }), + new WorldCitiesAbove500KItem({ ID: 10645, Name: `Sevilla`, Country: `Spain`, Region: `Andalusia`, Population: 703206 }), + new WorldCitiesAbove500KItem({ ID: 10646, Name: `Tolyatti`, Country: `Russia`, Region: `Samara Oblast`, Population: 702879 }), + new WorldCitiesAbove500KItem({ ID: 10647, Name: `Jaboatao`, Country: `Brazil`, Region: `Pernambuco`, Population: 702621 }), + new WorldCitiesAbove500KItem({ ID: 10648, Name: `Shizuoka`, Country: `Japan`, Region: `Shizuoka`, Population: 701561 }), + new WorldCitiesAbove500KItem({ ID: 10649, Name: `Santo Domingo Oeste`, Country: `Dominican Republic`, Region: `Santo Domingo`, Population: 701269 }), + new WorldCitiesAbove500KItem({ ID: 10650, Name: `Rajshahi`, Country: `Bangladesh`, Region: `Rajshahi Division`, Population: 700133 }), + new WorldCitiesAbove500KItem({ ID: 10653, Name: `Battagram`, Country: `Pakistan`, Region: `Khyber Pakhtunkhwa`, Population: 700000 }), + new WorldCitiesAbove500KItem({ ID: 10652, Name: `City of Balikpapan`, Country: `Indonesia`, Region: `East Kalimantan`, Population: 700000 }), + new WorldCitiesAbove500KItem({ ID: 10651, Name: `Santo Domingo Este`, Country: `Dominican Republic`, Region: `Santo Domingo`, Population: 700000 }), + new WorldCitiesAbove500KItem({ ID: 10654, Name: `Changzhi`, Country: `China`, Region: `Shanxi`, Population: 699514 }), + new WorldCitiesAbove500KItem({ ID: 10655, Name: `Bulawayo`, Country: `Zimbabwe`, Region: `Bulawayo`, Population: 699385 }), + new WorldCitiesAbove500KItem({ ID: 10656, Name: `Zagreb`, Country: `Croatia`, Region: `City of Zagreb`, Population: 698966 }), + new WorldCitiesAbove500KItem({ ID: 10657, Name: `Agadir`, Country: `Morocco`, Region: `Souss-Massa`, Population: 698310 }), + new WorldCitiesAbove500KItem({ ID: 10658, Name: `Sarajevo`, Country: `Bosnia and Herzegovina`, Region: `Bosnia`, Population: 696731 }), + new WorldCitiesAbove500KItem({ ID: 10659, Name: `La Plata`, Country: `Argentina`, Region: `Buenos Aires`, Population: 694167 }), + new WorldCitiesAbove500KItem({ ID: 10660, Name: `Tunis`, Country: `Tunisia`, Region: `Tunis`, Population: 693210 }), + new WorldCitiesAbove500KItem({ ID: 10661, Name: `Zhangjiakou`, Country: `China`, Region: `Hebei`, Population: 692602 }), + new WorldCitiesAbove500KItem({ ID: 10662, Name: `Mexicali`, Country: `Mexico`, Region: `Baja California`, Population: 689775 }), + new WorldCitiesAbove500KItem({ ID: 10663, Name: `Fuxin`, Country: `China`, Region: `Liaoning`, Population: 689050 }), + new WorldCitiesAbove500KItem({ ID: 10664, Name: `Enugu`, Country: `Nigeria`, Region: `Enugu`, Population: 688862 }), + new WorldCitiesAbove500KItem({ ID: 10665, Name: `Tangier`, Country: `Morocco`, Region: `Tanger-Tetouan-Al Hoceima`, Population: 688356 }), + new WorldCitiesAbove500KItem({ ID: 10666, Name: `Huangshi`, Country: `China`, Region: `Hubei`, Population: 688090 }), + new WorldCitiesAbove500KItem({ ID: 10667, Name: `Liaoyang`, Country: `China`, Region: `Liaoning`, Population: 687890 }), + new WorldCitiesAbove500KItem({ ID: 10668, Name: `Baise`, Country: `China`, Region: `Guangxi`, Population: 686078 }), + new WorldCitiesAbove500KItem({ ID: 10669, Name: `Sanya`, Country: `China`, Region: `Hainan`, Population: 685408 }), + new WorldCitiesAbove500KItem({ ID: 10670, Name: `Sheffield`, Country: `United Kingdom`, Region: `England`, Population: 685368 }), + new WorldCitiesAbove500KItem({ ID: 10671, Name: `Seattle`, Country: `United States`, Region: `Washington`, Population: 684451 }), + new WorldCitiesAbove500KItem({ ID: 10672, Name: `Binzhou`, Country: `China`, Region: `Shandong`, Population: 682717 }), + new WorldCitiesAbove500KItem({ ID: 10673, Name: `Denver`, Country: `United States`, Region: `Colorado`, Population: 682545 }), + new WorldCitiesAbove500KItem({ ID: 10674, Name: `El Paso`, Country: `United States`, Region: `Texas`, Population: 681124 }), + new WorldCitiesAbove500KItem({ ID: 10675, Name: `Kumamoto`, Country: `Japan`, Region: `Kumamoto`, Population: 680423 }), + new WorldCitiesAbove500KItem({ ID: 10676, Name: `Raipur`, Country: `India`, Region: `Chhattisgarh`, Population: 679995 }), + new WorldCitiesAbove500KItem({ ID: 10677, Name: `General Santos`, Country: `Philippines`, Region: `Soccsksargen`, Population: 679588 }), + new WorldCitiesAbove500KItem({ ID: 10678, Name: `Dezhou`, Country: `China`, Region: `Shandong`, Population: 679535 }), + new WorldCitiesAbove500KItem({ ID: 10679, Name: `Dushanbe`, Country: `Tajikistan`, Region: `Dushanbe`, Population: 679400 }), + new WorldCitiesAbove500KItem({ ID: 10680, Name: `Osasco`, Country: `Brazil`, Region: `Sao Paulo`, Population: 677856 }), + new WorldCitiesAbove500KItem({ ID: 10681, Name: `Detroit`, Country: `United States`, Region: `Michigan`, Population: 677116 }), + new WorldCitiesAbove500KItem({ ID: 10682, Name: `Culiacan`, Country: `Mexico`, Region: `Sinaloa`, Population: 675773 }), + new WorldCitiesAbove500KItem({ ID: 10683, Name: `Boston`, Country: `United States`, Region: `Massachusetts`, Population: 675647 }), + new WorldCitiesAbove500KItem({ ID: 10684, Name: `Matola`, Country: `Mozambique`, Region: `Maputo Province`, Population: 675422 }), + new WorldCitiesAbove500KItem({ ID: 10685, Name: `Zaragoza`, Country: `Spain`, Region: `Aragon`, Population: 674317 }), + new WorldCitiesAbove500KItem({ ID: 10686, Name: `Gorakhpur`, Country: `India`, Region: `Uttar Pradesh`, Population: 674246 }), + new WorldCitiesAbove500KItem({ ID: 10687, Name: `Guadalupe`, Country: `Mexico`, Region: `Nuevo Leon`, Population: 673616 }), + new WorldCitiesAbove500KItem({ ID: 10688, Name: `Acapulco de Juarez`, Country: `Mexico`, Region: `Guerrero`, Population: 673479 }), + new WorldCitiesAbove500KItem({ ID: 10689, Name: `Ipoh`, Country: `Malaysia`, Region: `Perak`, Population: 673318 }), + new WorldCitiesAbove500KItem({ ID: 10690, Name: `Sanmenxia`, Country: `China`, Region: `Henan`, Population: 669307 }), + new WorldCitiesAbove500KItem({ ID: 10691, Name: `Ezhou`, Country: `China`, Region: `Hubei`, Population: 668727 }), + new WorldCitiesAbove500KItem({ ID: 10692, Name: `Mississauga`, Country: `Canada`, Region: `Ontario`, Population: 668549 }), + new WorldCitiesAbove500KItem({ ID: 10693, Name: `Mudanjiang`, Country: `China`, Region: `Heilongjiang`, Population: 665915 }), + new WorldCitiesAbove500KItem({ ID: 10694, Name: `Athens`, Country: `Greece`, Region: `Attica`, Population: 664046 }), + new WorldCitiesAbove500KItem({ ID: 10695, Name: `Leshan`, Country: `China`, Region: `Sichuan`, Population: 662814 }), + new WorldCitiesAbove500KItem({ ID: 10696, Name: `Santo Andre`, Country: `Brazil`, Region: `Sao Paulo`, Population: 662373 }), + new WorldCitiesAbove500KItem({ ID: 10697, Name: `Rizhao`, Country: `China`, Region: `Shandong`, Population: 661943 }), + new WorldCitiesAbove500KItem({ ID: 10698, Name: `Nouakchott`, Country: `Mauritania`, Region: ``, Population: 661400 }), + new WorldCitiesAbove500KItem({ ID: 10699, Name: `Pointe-Noire`, Country: `Republic of the Congo`, Region: `Pointe-Noire`, Population: 659084 }), + new WorldCitiesAbove500KItem({ ID: 10700, Name: `Suining`, Country: `China`, Region: `Sichuan`, Population: 656760 }), + new WorldCitiesAbove500KItem({ ID: 10701, Name: `Memphis`, Country: `United States`, Region: `Tennessee`, Population: 655770 }), + new WorldCitiesAbove500KItem({ ID: 10702, Name: `Puyang`, Country: `China`, Region: `Henan`, Population: 655674 }), + new WorldCitiesAbove500KItem({ ID: 10703, Name: `Tlalnepantla`, Country: `Mexico`, Region: `Mexico`, Population: 653410 }), + new WorldCitiesAbove500KItem({ ID: 10704, Name: `Joao Pessoa`, Country: `Brazil`, Region: `Paraiba`, Population: 650883 }), + new WorldCitiesAbove500KItem({ ID: 10705, Name: `Ansan-si`, Country: `South Korea`, Region: `Gyeonggi-do`, Population: 650728 }), + new WorldCitiesAbove500KItem({ ID: 10706, Name: `Benghazi`, Country: `Libya`, Region: `Banghazi`, Population: 650629 }), + new WorldCitiesAbove500KItem({ ID: 10707, Name: `Frankfurt am Main`, Country: `Germany`, Region: `Hesse`, Population: 650000 }), + new WorldCitiesAbove500KItem({ ID: 10708, Name: `Krasnodar`, Country: `Russia`, Region: `Krasnodarskiy`, Population: 649851 }), + new WorldCitiesAbove500KItem({ ID: 10709, Name: `Palermo`, Country: `Italy`, Region: `Sicily`, Population: 648260 }), + new WorldCitiesAbove500KItem({ ID: 10710, Name: `Colombo`, Country: `Sri Lanka`, Region: `Western`, Population: 648034 }), + new WorldCitiesAbove500KItem({ ID: 10711, Name: `Lilongwe`, Country: `Malawi`, Region: `Central Region`, Population: 646750 }), + new WorldCitiesAbove500KItem({ ID: 10712, Name: `Oran`, Country: `Algeria`, Region: `Oran`, Population: 645984 }), + new WorldCitiesAbove500KItem({ ID: 10713, Name: `Diyarbakir`, Country: `Turkey`, Region: `Diyarbakir`, Population: 644763 }), + new WorldCitiesAbove500KItem({ ID: 10714, Name: `Taguig`, Country: `Philippines`, Region: `Metro Manila`, Population: 644473 }), + new WorldCitiesAbove500KItem({ ID: 10715, Name: `New South Memphis`, Country: `United States`, Region: `Tennessee`, Population: 641608 }), + new WorldCitiesAbove500KItem({ ID: 10716, Name: `Ulyanovsk`, Country: `Russia`, Region: `Ulyanovsk`, Population: 640680 }), + new WorldCitiesAbove500KItem({ ID: 10717, Name: `Kotli`, Country: `Pakistan`, Region: `Azad Kashmir`, Population: 640000 }), + new WorldCitiesAbove500KItem({ ID: 10718, Name: `Okayama`, Country: `Japan`, Region: `Okayama`, Population: 639652 }), + new WorldCitiesAbove500KItem({ ID: 10719, Name: `Al Ahmadi`, Country: `Kuwait`, Region: `Al Ahmadi`, Population: 637411 }), + new WorldCitiesAbove500KItem({ ID: 10720, Name: `Yogyakarta`, Country: `Indonesia`, Region: `Yogyakarta`, Population: 636660 }), + new WorldCitiesAbove500KItem({ ID: 10721, Name: `Chisinau`, Country: `Moldova`, Region: `Chisinau Municipality`, Population: 635994 }), + new WorldCitiesAbove500KItem({ ID: 10722, Name: `Wroclaw`, Country: `Poland`, Region: `Lower Silesia`, Population: 634893 }), + new WorldCitiesAbove500KItem({ ID: 10723, Name: `Hebi`, Country: `China`, Region: `Henan`, Population: 634721 }), + new WorldCitiesAbove500KItem({ ID: 10724, Name: `Cheongju-si`, Country: `South Korea`, Region: `North Chungcheong`, Population: 634596 }), + new WorldCitiesAbove500KItem({ ID: 10725, Name: `Anyang-si`, Country: `South Korea`, Region: `Gyeonggi-do`, Population: 634367 }), + new WorldCitiesAbove500KItem({ ID: 10726, Name: `Tebessa`, Country: `Algeria`, Region: `Tebessa`, Population: 634332 }), + new WorldCitiesAbove500KItem({ ID: 10727, Name: `Jingmen`, Country: `China`, Region: `Hubei`, Population: 632954 }), + new WorldCitiesAbove500KItem({ ID: 10728, Name: `Portland`, Country: `United States`, Region: `Oregon`, Population: 632309 }), + new WorldCitiesAbove500KItem({ ID: 10729, Name: `Winnipeg`, Country: `Canada`, Region: `Manitoba`, Population: 632063 }), + new WorldCitiesAbove500KItem({ ID: 10730, Name: `Dandong`, Country: `China`, Region: `Liaoning`, Population: 631973 }), + new WorldCitiesAbove500KItem({ ID: 10731, Name: `Oklahoma City`, Country: `United States`, Region: `Oklahoma`, Population: 631346 }), + new WorldCitiesAbove500KItem({ ID: 10732, Name: `Izhevsk`, Country: `Russia`, Region: `Udmurtiya Republic`, Population: 631038 }), + new WorldCitiesAbove500KItem({ ID: 10733, Name: `Jaboatao dos Guararapes`, Country: `Brazil`, Region: `Pernambuco`, Population: 630008 }), + new WorldCitiesAbove500KItem({ ID: 10734, Name: `Cancun`, Country: `Mexico`, Region: `Quintana Roo`, Population: 628306 }), + new WorldCitiesAbove500KItem({ ID: 10735, Name: `Contagem`, Country: `Brazil`, Region: `Minas Gerais`, Population: 627123 }), + new WorldCitiesAbove500KItem({ ID: 10736, Name: `Santiago de Queretaro`, Country: `Mexico`, Region: `Queretaro`, Population: 626495 }), + new WorldCitiesAbove500KItem({ ID: 10737, Name: `Bhilai`, Country: `India`, Region: `Chhattisgarh`, Population: 625138 }), + new WorldCitiesAbove500KItem({ ID: 10738, Name: `Panshan`, Country: `China`, Region: `Liaoning`, Population: 625040 }), + new WorldCitiesAbove500KItem({ ID: 10739, Name: `Kryvyy Rih`, Country: `Ukraine`, Region: `Dnipropetrovsk Oblast`, Population: 624579 }), + new WorldCitiesAbove500KItem({ ID: 10740, Name: `Djibouti`, Country: `Djibouti`, Region: `Djibouti`, Population: 623891 }), + new WorldCitiesAbove500KItem({ ID: 10741, Name: `Las Vegas`, Country: `United States`, Region: `Nevada`, Population: 623747 }), + new WorldCitiesAbove500KItem({ ID: 10742, Name: `Baltimore`, Country: `United States`, Region: `Maryland`, Population: 621849 }), + new WorldCitiesAbove500KItem({ ID: 10743, Name: `Kermanshah`, Country: `Iran`, Region: `Kermanshah`, Population: 621100 }), + new WorldCitiesAbove500KItem({ ID: 10744, Name: `Coyoacan`, Country: `Mexico`, Region: `Mexico City`, Population: 620416 }), + new WorldCitiesAbove500KItem({ ID: 10745, Name: `Ribeirao Preto`, Country: `Brazil`, Region: `Sao Paulo`, Population: 619746 }), + new WorldCitiesAbove500KItem({ ID: 10746, Name: `Suizhou`, Country: `China`, Region: `Hubei`, Population: 618582 }), + new WorldCitiesAbove500KItem({ ID: 10747, Name: `Al Hudaydah`, Country: `Yemen`, Region: `Al Hudaydah`, Population: 617871 }), + new WorldCitiesAbove500KItem({ ID: 10748, Name: `Pasig City`, Country: `Philippines`, Region: `Metro Manila`, Population: 617301 }), + new WorldCitiesAbove500KItem({ ID: 10749, Name: `Bristol`, Country: `United Kingdom`, Region: `England`, Population: 617280 }), + new WorldCitiesAbove500KItem({ ID: 10750, Name: `Jamshedpur`, Country: `India`, Region: `Jharkhand`, Population: 616338 }), + new WorldCitiesAbove500KItem({ ID: 10751, Name: `Chizhou`, Country: `China`, Region: `Anhui`, Population: 615274 }), + new WorldCitiesAbove500KItem({ ID: 10752, Name: `Taiz`, Country: `Yemen`, Region: `Taizz`, Population: 615222 }), + new WorldCitiesAbove500KItem({ ID: 10753, Name: `Sao Jose dos Campos`, Country: `Brazil`, Region: `Sao Paulo`, Population: 613764 }), + new WorldCitiesAbove500KItem({ ID: 10754, Name: `Santa Maria Chimalhuacan`, Country: `Mexico`, Region: `Mexico`, Population: 612383 }), + new WorldCitiesAbove500KItem({ ID: 10755, Name: `Yaan`, Country: `China`, Region: `Sichuan`, Population: 612056 }), + new WorldCitiesAbove500KItem({ ID: 10756, Name: `Borivli`, Country: `India`, Region: `Maharashtra`, Population: 609617 }), + new WorldCitiesAbove500KItem({ ID: 10757, Name: `Torreon`, Country: `Mexico`, Region: `Coahuila`, Population: 608836 }), + new WorldCitiesAbove500KItem({ ID: 10758, Name: `Yaroslavl`, Country: `Russia`, Region: `Yaroslavl Oblast`, Population: 606730 }), + new WorldCitiesAbove500KItem({ ID: 10759, Name: `Bhavnagar`, Country: `India`, Region: `Gujarat`, Population: 605882 }), + new WorldCitiesAbove500KItem({ ID: 10760, Name: `Benoni`, Country: `South Africa`, Region: `Gauteng`, Population: 605344 }), + new WorldCitiesAbove500KItem({ ID: 10761, Name: `Cochin`, Country: `India`, Region: `Kerala`, Population: 604696 }), + new WorldCitiesAbove500KItem({ ID: 10762, Name: `Jinzhou`, Country: `China`, Region: `Liaoning`, Population: 604269 }), + new WorldCitiesAbove500KItem({ ID: 10763, Name: `Amravati`, Country: `India`, Region: `Maharashtra`, Population: 603837 }), + new WorldCitiesAbove500KItem({ ID: 10764, Name: `Abu Dhabi`, Country: `United Arab Emirates`, Region: `Abu Dhabi`, Population: 603492 }), + new WorldCitiesAbove500KItem({ ID: 10765, Name: `Haiphong`, Country: `Vietnam`, Region: `Haiphong`, Population: 602695 }), + new WorldCitiesAbove500KItem({ ID: 10766, Name: `Sanming`, Country: `China`, Region: `Fujian`, Population: 602166 }), + new WorldCitiesAbove500KItem({ ID: 10767, Name: `Washington`, Country: `United States`, Region: `Washington, D.C.`, Population: 601723 }), + new WorldCitiesAbove500KItem({ ID: 10768, Name: `Islamabad`, Country: `Pakistan`, Region: `Islamabad`, Population: 601600 }), + new WorldCitiesAbove500KItem({ ID: 10769, Name: `Kirkuk`, Country: `Iraq`, Region: `Kirkuk`, Population: 601433 }), + new WorldCitiesAbove500KItem({ ID: 10770, Name: `Sangli`, Country: `India`, Region: `Maharashtra`, Population: 601214 }), + new WorldCitiesAbove500KItem({ ID: 10771, Name: `Milwaukee`, Country: `United States`, Region: `Wisconsin`, Population: 600155 }), + new WorldCitiesAbove500KItem({ ID: 10774, Name: `Situbondo`, Country: `Indonesia`, Region: `East Java`, Population: 600000 }), + new WorldCitiesAbove500KItem({ ID: 10773, Name: `Shuangyashan`, Country: `China`, Region: `Heilongjiang`, Population: 600000 }), + new WorldCitiesAbove500KItem({ ID: 10772, Name: `Vancouver`, Country: `Canada`, Region: `British Columbia`, Population: 600000 }), + new WorldCitiesAbove500KItem({ ID: 10775, Name: `Barnaul`, Country: `Russia`, Region: `Altai Krai`, Population: 599579 }), + new WorldCitiesAbove500KItem({ ID: 10776, Name: `Rotterdam`, Country: `Netherlands`, Region: `South Holland`, Population: 598199 }), + new WorldCitiesAbove500KItem({ ID: 10777, Name: `Morelia`, Country: `Mexico`, Region: `Michoacan`, Population: 597511 }), + new WorldCitiesAbove500KItem({ ID: 10778, Name: `Luancheng`, Country: `China`, Region: `Hebei`, Population: 597130 }), + new WorldCitiesAbove500KItem({ ID: 10779, Name: `Rasht`, Country: `Iran`, Region: `Gilan`, Population: 594590 }), + new WorldCitiesAbove500KItem({ ID: 10780, Name: `Abeokuta`, Country: `Nigeria`, Region: `Ogun`, Population: 593100 }), + new WorldCitiesAbove500KItem({ ID: 10781, Name: `Essen`, Country: `Germany`, Region: `North Rhine-Westphalia`, Population: 593085 }), + new WorldCitiesAbove500KItem({ ID: 10782, Name: `Kayseri`, Country: `Turkey`, Region: `Kayseri`, Population: 592840 }), + new WorldCitiesAbove500KItem({ ID: 10783, Name: `Glasgow`, Country: `United Kingdom`, Region: `Scotland`, Population: 591620 }), + new WorldCitiesAbove500KItem({ ID: 10784, Name: `Gold Coast`, Country: `Australia`, Region: `Queensland`, Population: 591473 }), + new WorldCitiesAbove500KItem({ ID: 10785, Name: `Yingkou`, Country: `China`, Region: `Liaoning`, Population: 591159 }), + new WorldCitiesAbove500KItem({ ID: 10786, Name: `Abuja`, Country: `Nigeria`, Region: `FCT`, Population: 590400 }), + new WorldCitiesAbove500KItem({ ID: 10787, Name: `Las Pinas`, Country: `Philippines`, Region: `Metro Manila`, Population: 590000 }), + new WorldCitiesAbove500KItem({ ID: 10788, Name: `Zhangzhou`, Country: `China`, Region: `Fujian`, Population: 589831 }), + new WorldCitiesAbove500KItem({ ID: 10789, Name: `Stuttgart`, Country: `Germany`, Region: `Baden-Wuerttemberg`, Population: 589793 }), + new WorldCitiesAbove500KItem({ ID: 10790, Name: `Reynosa`, Country: `Mexico`, Region: `Tamaulipas`, Population: 589466 }), + new WorldCitiesAbove500KItem({ ID: 10791, Name: `Dortmund`, Country: `Germany`, Region: `North Rhine-Westphalia`, Population: 588462 }), + new WorldCitiesAbove500KItem({ ID: 10792, Name: `Vladivostok`, Country: `Russia`, Region: `Primorskiy (Maritime) Kray`, Population: 587022 }), + new WorldCitiesAbove500KItem({ ID: 10793, Name: `Irkutsk`, Country: `Russia`, Region: `Irkutsk Oblast`, Population: 586695 }), + new WorldCitiesAbove500KItem({ ID: 10794, Name: `Blantyre`, Country: `Malawi`, Region: `Southern Region`, Population: 584877 }), + new WorldCitiesAbove500KItem({ ID: 10795, Name: `New Kingston`, Country: `Jamaica`, Region: `St. Andrew`, Population: 583958 }), + new WorldCitiesAbove500KItem({ ID: 10796, Name: `UEskuedar`, Country: `Turkey`, Region: `Istanbul`, Population: 582666 }), + new WorldCitiesAbove500KItem({ ID: 10797, Name: `Genoa`, Country: `Italy`, Region: `Liguria`, Population: 580223 }), + new WorldCitiesAbove500KItem({ ID: 10799, Name: `Oslo`, Country: `Norway`, Region: `Oslo`, Population: 580000 }), + new WorldCitiesAbove500KItem({ ID: 10798, Name: `Cuttack`, Country: `India`, Region: `Odisha`, Population: 580000 }), + new WorldCitiesAbove500KItem({ ID: 10800, Name: `Khabarovsk`, Country: `Russia`, Region: `Khabarovsk`, Population: 579000 }), + new WorldCitiesAbove500KItem({ ID: 10801, Name: `Khabarovsk Vtoroy`, Country: `Russia`, Region: `Khabarovsk`, Population: 578303 }), + new WorldCitiesAbove500KItem({ ID: 10802, Name: `Libreville`, Country: `Gabon`, Region: `Estuaire`, Population: 578156 }), + new WorldCitiesAbove500KItem({ ID: 10803, Name: `Kerman`, Country: `Iran`, Region: `Kerman`, Population: 577514 }), + new WorldCitiesAbove500KItem({ ID: 10804, Name: `Chiclayo`, Country: `Peru`, Region: `Lambayeque`, Population: 577375 }), + new WorldCitiesAbove500KItem({ ID: 10805, Name: `Orumiyeh`, Country: `Iran`, Region: `West Azerbaijan`, Population: 577307 }), + new WorldCitiesAbove500KItem({ ID: 10806, Name: `Bahcelievler`, Country: `Turkey`, Region: `Istanbul`, Population: 576799 }), + new WorldCitiesAbove500KItem({ ID: 10807, Name: `Bikaner`, Country: `India`, Region: `Rajasthan`, Population: 576015 }), + new WorldCitiesAbove500KItem({ ID: 10808, Name: `Tlaquepaque`, Country: `Mexico`, Region: `Jalisco`, Population: 575942 }), + new WorldCitiesAbove500KItem({ ID: 10809, Name: `Tlalpan`, Country: `Mexico`, Region: `Mexico City`, Population: 574577 }), + new WorldCitiesAbove500KItem({ ID: 10810, Name: `Umraniye`, Country: `Turkey`, Region: `Istanbul`, Population: 573265 }), + new WorldCitiesAbove500KItem({ ID: 10811, Name: `Duesseldorf`, Country: `Germany`, Region: `North Rhine-Westphalia`, Population: 573057 }), + new WorldCitiesAbove500KItem({ ID: 10812, Name: `Banjarmasin`, Country: `Indonesia`, Region: `South Kalimantan`, Population: 572837 }), + new WorldCitiesAbove500KItem({ ID: 10813, Name: `Goeteborg`, Country: `Sweden`, Region: `Vaestra Goetaland`, Population: 572799 }), + new WorldCitiesAbove500KItem({ ID: 10814, Name: `Shihezi`, Country: `China`, Region: `Xinjiang`, Population: 572772 }), + new WorldCitiesAbove500KItem({ ID: 10815, Name: `Bucaramanga`, Country: `Colombia`, Region: `Santander`, Population: 571820 }), + new WorldCitiesAbove500KItem({ ID: 10816, Name: `South Boston`, Country: `United States`, Region: `Massachusetts`, Population: 571281 }), + new WorldCitiesAbove500KItem({ ID: 10817, Name: `Kuching`, Country: `Malaysia`, Region: `Sarawak`, Population: 570407 }), + new WorldCitiesAbove500KItem({ ID: 10818, Name: `Poznan`, Country: `Poland`, Region: `Greater Poland`, Population: 570352 }), + new WorldCitiesAbove500KItem({ ID: 10819, Name: `Malaga`, Country: `Spain`, Region: `Andalusia`, Population: 568305 }), + new WorldCitiesAbove500KItem({ ID: 10820, Name: `Bouake`, Country: `Ivory Coast`, Region: `Vallee du Bandama`, Population: 567481 }), + new WorldCitiesAbove500KItem({ ID: 10821, Name: `Nyala`, Country: `Sudan`, Region: `Southern Darfur`, Population: 565734 }), + new WorldCitiesAbove500KItem({ ID: 10822, Name: `Asmara`, Country: `Eritrea`, Region: `Maekel`, Population: 563930 }), + new WorldCitiesAbove500KItem({ ID: 10823, Name: `Sokoto`, Country: `Nigeria`, Region: `Sokoto`, Population: 563861 }), + new WorldCitiesAbove500KItem({ ID: 10824, Name: `Uberlandia`, Country: `Brazil`, Region: `Minas Gerais`, Population: 563536 }), + new WorldCitiesAbove500KItem({ ID: 10825, Name: `Hachioji`, Country: `Japan`, Region: `Tokyo`, Population: 561344 }), + new WorldCitiesAbove500KItem({ ID: 10826, Name: `Onitsha`, Country: `Nigeria`, Region: `Anambra`, Population: 561066 }), + new WorldCitiesAbove500KItem({ ID: 10827, Name: `Wenchang`, Country: `China`, Region: `Hainan`, Population: 560894 }), + new WorldCitiesAbove500KItem({ ID: 10828, Name: `Honcho`, Country: `Japan`, Region: `Chiba`, Population: 560743 }), + new WorldCitiesAbove500KItem({ ID: 10829, Name: `Albuquerque`, Country: `United States`, Region: `New Mexico`, Population: 559121 }), + new WorldCitiesAbove500KItem({ ID: 10830, Name: `Hamhung`, Country: `North Korea`, Region: `Hamgyong-namdo`, Population: 559056 }), + new WorldCitiesAbove500KItem({ ID: 10831, Name: `Sorocaba`, Country: `Brazil`, Region: `Sao Paulo`, Population: 558862 }), + new WorldCitiesAbove500KItem({ ID: 10832, Name: `Helsinki`, Country: `Finland`, Region: `Uusimaa`, Population: 558457 }), + new WorldCitiesAbove500KItem({ ID: 10833, Name: `Warangal`, Country: `India`, Region: `Telangana`, Population: 557802 }), + new WorldCitiesAbove500KItem({ ID: 10834, Name: `Santiago de Cuba`, Country: `Cuba`, Region: `Santiago de Cuba`, Population: 555865 }), + new WorldCitiesAbove500KItem({ ID: 10835, Name: `Siping`, Country: `China`, Region: `Jilin`, Population: 555609 }), + new WorldCitiesAbove500KItem({ ID: 10836, Name: `Kagoshima`, Country: `Japan`, Region: `Kagoshima`, Population: 555352 }), + new WorldCitiesAbove500KItem({ ID: 10837, Name: `Surakarta`, Country: `Indonesia`, Region: `Central Java`, Population: 555308 }), + new WorldCitiesAbove500KItem({ ID: 10838, Name: `Longnan`, Country: `China`, Region: `Gansu`, Population: 555004 }), + new WorldCitiesAbove500KItem({ ID: 10839, Name: `Mar del Plata`, Country: `Argentina`, Region: `Buenos Aires`, Population: 553935 }), + new WorldCitiesAbove500KItem({ ID: 10840, Name: `Huaihua`, Country: `China`, Region: `Hunan`, Population: 552622 }), + new WorldCitiesAbove500KItem({ ID: 10841, Name: `Bahawalpur`, Country: `Pakistan`, Region: `Punjab`, Population: 552607 }), + new WorldCitiesAbove500KItem({ ID: 10842, Name: `Zahedan`, Country: `Iran`, Region: `Sistan and Baluchestan`, Population: 551980 }), + new WorldCitiesAbove500KItem({ ID: 10843, Name: `Aden`, Country: `Yemen`, Region: `Aden`, Population: 550602 }), + new WorldCitiesAbove500KItem({ ID: 10844, Name: `Nanded`, Country: `India`, Region: `Maharashtra`, Population: 550564 }), + new WorldCitiesAbove500KItem({ ID: 10845, Name: `Orenburg`, Country: `Russia`, Region: `Orenburg Oblast`, Population: 550204 }), + new WorldCitiesAbove500KItem({ ID: 10847, Name: `Pristina`, Country: `Kosovo`, Region: `Pristina`, Population: 550000 }), + new WorldCitiesAbove500KItem({ ID: 10846, Name: `Changwon`, Country: `South Korea`, Region: `Gyeongsangnam-do`, Population: 550000 }), + new WorldCitiesAbove500KItem({ ID: 10848, Name: `Jiamusi`, Country: `China`, Region: `Heilongjiang`, Population: 549549 }), + new WorldCitiesAbove500KItem({ ID: 10849, Name: `Antipolo`, Country: `Philippines`, Region: `Calabarzon`, Population: 549543 }), + new WorldCitiesAbove500KItem({ ID: 10850, Name: `Bremen`, Country: `Germany`, Region: `Bremen`, Population: 546501 }), + new WorldCitiesAbove500KItem({ ID: 10851, Name: `Meknes`, Country: `Morocco`, Region: `Fes-Meknes`, Population: 545705 }), + new WorldCitiesAbove500KItem({ ID: 10852, Name: `Wanning`, Country: `China`, Region: `Hainan`, Population: 545597 }), + new WorldCitiesAbove500KItem({ ID: 10853, Name: `Xinzhou`, Country: `China`, Region: `Shanxi`, Population: 544683 }), + new WorldCitiesAbove500KItem({ ID: 10854, Name: `Banqiao`, Country: `Taiwan`, Region: `Taipei`, Population: 543342 }), + new WorldCitiesAbove500KItem({ ID: 10855, Name: `Sargodha`, Country: `Pakistan`, Region: `Punjab`, Population: 542603 }), + new WorldCitiesAbove500KItem({ ID: 10856, Name: `Bangui`, Country: `Central African Republic`, Region: `Bangui`, Population: 542393 }), + new WorldCitiesAbove500KItem({ ID: 10857, Name: `Vilnius`, Country: `Lithuania`, Region: `Vilnius`, Population: 542366 }), + new WorldCitiesAbove500KItem({ ID: 10858, Name: `Novokuznetsk`, Country: `Russia`, Region: `Kemerovo Oblast`, Population: 539616 }), + new WorldCitiesAbove500KItem({ ID: 10859, Name: `Kisangani`, Country: `Democratic Republic of the Congo`, Region: `Tshopo`, Population: 539158 }), + new WorldCitiesAbove500KItem({ ID: 10860, Name: `Jian`, Country: `China`, Region: `Jiangxi`, Population: 538699 }), + new WorldCitiesAbove500KItem({ ID: 10861, Name: `Port Said`, Country: `Egypt`, Region: `Port Said`, Population: 538378 }), + new WorldCitiesAbove500KItem({ ID: 10862, Name: `Mersin`, Country: `Turkey`, Region: `Mersin`, Population: 537842 }), + new WorldCitiesAbove500KItem({ ID: 10863, Name: `Tuxtla`, Country: `Mexico`, Region: `Chiapas`, Population: 537102 }), + new WorldCitiesAbove500KItem({ ID: 10864, Name: `Raurkela`, Country: `India`, Region: `Odisha`, Population: 536450 }), + new WorldCitiesAbove500KItem({ ID: 10865, Name: `Warri`, Country: `Nigeria`, Region: `Delta`, Population: 536023 }), + new WorldCitiesAbove500KItem({ ID: 10866, Name: `Guli`, Country: `China`, Region: `Zhejiang`, Population: 536000 }), + new WorldCitiesAbove500KItem({ ID: 10867, Name: `Ebute Ikorodu`, Country: `Nigeria`, Region: `Lagos`, Population: 535619 }), + new WorldCitiesAbove500KItem({ ID: 10868, Name: `Tanggu`, Country: `China`, Region: `Tianjin`, Population: 535298 }), + new WorldCitiesAbove500KItem({ ID: 10869, Name: `Cuauhtemoc`, Country: `Mexico`, Region: `Mexico City`, Population: 531831 }), + new WorldCitiesAbove500KItem({ ID: 10870, Name: `Shangluo`, Country: `China`, Region: `Shaanxi`, Population: 531696 }), + new WorldCitiesAbove500KItem({ ID: 10871, Name: `Tucson`, Country: `United States`, Region: `Arizona`, Population: 531641 }), + new WorldCitiesAbove500KItem({ ID: 10872, Name: `Nashville`, Country: `United States`, Region: `Tennessee`, Population: 530852 }), + new WorldCitiesAbove500KItem({ ID: 10873, Name: `Taif`, Country: `Saudi Arabia`, Region: `Mecca Region`, Population: 530848 }), + new WorldCitiesAbove500KItem({ ID: 10874, Name: `Beira`, Country: `Mozambique`, Region: `Sofala`, Population: 530604 }), + new WorldCitiesAbove500KItem({ ID: 10875, Name: `Guntur`, Country: `India`, Region: `Andhra Pradesh`, Population: 530577 }), + new WorldCitiesAbove500KItem({ ID: 10876, Name: `Touba`, Country: `Senegal`, Region: `Diourbel`, Population: 529176 }), + new WorldCitiesAbove500KItem({ ID: 10877, Name: `Quebec`, Country: `Canada`, Region: `Quebec`, Population: 528595 }), + new WorldCitiesAbove500KItem({ ID: 10878, Name: `Hamadan`, Country: `Iran`, Region: `Hamadan`, Population: 528256 }), + new WorldCitiesAbove500KItem({ ID: 10879, Name: `Cangzhou`, Country: `China`, Region: `Hebei`, Population: 527681 }), + new WorldCitiesAbove500KItem({ ID: 10880, Name: `San Salvador`, Country: `El Salvador`, Region: `San Salvador`, Population: 525990 }), + new WorldCitiesAbove500KItem({ ID: 10881, Name: `Beihai`, Country: `China`, Region: `Guangxi`, Population: 525329 }), + new WorldCitiesAbove500KItem({ ID: 10882, Name: `Hengshui`, Country: `China`, Region: `Hebei`, Population: 522147 }), + new WorldCitiesAbove500KItem({ ID: 10883, Name: `Dehra Dun`, Country: `India`, Region: `Uttarakhand`, Population: 522081 }), + new WorldCitiesAbove500KItem({ ID: 10884, Name: `Cuiaba`, Country: `Brazil`, Region: `Mato Grosso`, Population: 521934 }), + new WorldCitiesAbove500KItem({ ID: 10885, Name: `Petaling Jaya`, Country: `Malaysia`, Region: `Selangor`, Population: 520698 }), + new WorldCitiesAbove500KItem({ ID: 10886, Name: `Macau`, Country: `Macao`, Region: ``, Population: 520400 }), + new WorldCitiesAbove500KItem({ ID: 10887, Name: `Bhayandar`, Country: `India`, Region: `Maharashtra`, Population: 520301 }), + new WorldCitiesAbove500KItem({ ID: 10888, Name: `Esenler`, Country: `Turkey`, Region: `Istanbul`, Population: 520235 }), + new WorldCitiesAbove500KItem({ ID: 10889, Name: `Ryazan`, Country: `Russia`, Region: `Ryazan Oblast`, Population: 520173 }), + new WorldCitiesAbove500KItem({ ID: 10890, Name: `Fresno`, Country: `United States`, Region: `California`, Population: 520052 }), + new WorldCitiesAbove500KItem({ ID: 10891, Name: `Hamilton`, Country: `Canada`, Region: `Ontario`, Population: 519949 }), + new WorldCitiesAbove500KItem({ ID: 10892, Name: `Tyumen`, Country: `Russia`, Region: `Tyumen Oblast`, Population: 519119 }), + new WorldCitiesAbove500KItem({ ID: 10893, Name: `Durgapur`, Country: `India`, Region: `West Bengal`, Population: 518872 }), + new WorldCitiesAbove500KItem({ ID: 10894, Name: `Victoria de Durango`, Country: `Mexico`, Region: `Durango`, Population: 518709 }), + new WorldCitiesAbove500KItem({ ID: 10895, Name: `Ajmer`, Country: `India`, Region: `Rajasthan`, Population: 517911 }), + new WorldCitiesAbove500KItem({ ID: 10896, Name: `Lisbon`, Country: `Portugal`, Region: `Lisbon`, Population: 517802 }), + new WorldCitiesAbove500KItem({ ID: 10897, Name: `Ulhasnagar`, Country: `India`, Region: `Maharashtra`, Population: 516584 }), + new WorldCitiesAbove500KItem({ ID: 10898, Name: `Guangyuan`, Country: `China`, Region: `Sichuan`, Population: 516424 }), + new WorldCitiesAbove500KItem({ ID: 10899, Name: `Kolhapur`, Country: `India`, Region: `Maharashtra`, Population: 516142 }), + new WorldCitiesAbove500KItem({ ID: 10900, Name: `Lipetsk`, Country: `Russia`, Region: `Lipetsk Oblast`, Population: 515655 }), + new WorldCitiesAbove500KItem({ ID: 10901, Name: `Siliguri`, Country: `India`, Region: `West Bengal`, Population: 515574 }), + new WorldCitiesAbove500KItem({ ID: 10902, Name: `Hannover`, Country: `Germany`, Region: `Lower Saxony`, Population: 515140 }), + new WorldCitiesAbove500KItem({ ID: 10903, Name: `Eskisehir`, Country: `Turkey`, Region: `Eskisehir`, Population: 514869 }), + new WorldCitiesAbove500KItem({ ID: 10904, Name: `Azadshahr`, Country: `Iran`, Region: `Hamadan`, Population: 514102 }), + new WorldCitiesAbove500KItem({ ID: 10905, Name: `Salta`, Country: `Argentina`, Region: `Salta`, Population: 512686 }), + new WorldCitiesAbove500KItem({ ID: 10906, Name: `Penza`, Country: `Russia`, Region: `Penza`, Population: 512602 }), + new WorldCitiesAbove500KItem({ ID: 10907, Name: `Xianning`, Country: `China`, Region: `Hubei`, Population: 512517 }), + new WorldCitiesAbove500KItem({ ID: 10908, Name: `Tembisa`, Country: `South Africa`, Region: `Gauteng`, Population: 511655 }), + new WorldCitiesAbove500KItem({ ID: 10909, Name: `Bilimora`, Country: `India`, Region: `Gujarat`, Population: 510879 }), + new WorldCitiesAbove500KItem({ ID: 10910, Name: `Aparecida de Goiania`, Country: `Brazil`, Region: `Goias`, Population: 510770 }), + new WorldCitiesAbove500KItem({ ID: 10911, Name: `Puente Alto`, Country: `Chile`, Region: `Santiago Metropolitan`, Population: 510417 }), + new WorldCitiesAbove500KItem({ ID: 10912, Name: `Makati City`, Country: `Philippines`, Region: `Metro Manila`, Population: 510383 }), + new WorldCitiesAbove500KItem({ ID: 10913, Name: `Tonghua`, Country: `China`, Region: `Jilin`, Population: 510000 }), + new WorldCitiesAbove500KItem({ ID: 10914, Name: `Naberezhnyye Chelny`, Country: `Russia`, Region: `Tatarstan Republic`, Population: 509870 }), + new WorldCitiesAbove500KItem({ ID: 10915, Name: `Leicester`, Country: `United Kingdom`, Region: `England`, Population: 508916 }), + new WorldCitiesAbove500KItem({ ID: 10916, Name: `Karol Bagh`, Country: `India`, Region: `Delhi`, Population: 505241 }), + new WorldCitiesAbove500KItem({ ID: 10917, Name: `Zhoukou`, Country: `China`, Region: `Henan`, Population: 505171 }), + new WorldCitiesAbove500KItem({ ID: 10918, Name: `Leipzig`, Country: `Germany`, Region: `Saxony`, Population: 504971 }), + new WorldCitiesAbove500KItem({ ID: 10919, Name: `Kalininskiy`, Country: `Russia`, Region: `St.-Petersburg`, Population: 504641 }), + new WorldCitiesAbove500KItem({ ID: 10920, Name: `Duisburg`, Country: `Germany`, Region: `North Rhine-Westphalia`, Population: 504358 }), + new WorldCitiesAbove500KItem({ ID: 10921, Name: `Asansol`, Country: `India`, Region: `West Bengal`, Population: 504271 }), + new WorldCitiesAbove500KItem({ ID: 10922, Name: `Arak`, Country: `Iran`, Region: `Markazi`, Population: 503647 }), + new WorldCitiesAbove500KItem({ ID: 10923, Name: `Astrakhan`, Country: `Russia`, Region: `Astrakhan`, Population: 502533 }), ]; super(...newItems.slice(0)); } diff --git a/samples/grids/grid/cell-editing-sample/src/RoleplayDataStats.ts b/samples/grids/grid/cell-editing-sample/src/RoleplayDataStats.ts index 22b5d576f9..d662f589d7 100644 --- a/samples/grids/grid/cell-editing-sample/src/RoleplayDataStats.ts +++ b/samples/grids/grid/cell-editing-sample/src/RoleplayDataStats.ts @@ -16,190 +16,29 @@ export class RoleplayDataStats extends Array { super(...items); } else { const newItems = [ - new RoleplayDataStatsItem( - { - Name: `Stredo`, - Age: `244`, - Alignment: `💜 Lawful evil`, - Race: `👩 Human`, - Class: `🎻 Bard` - }), - new RoleplayDataStatsItem( - { - Name: `Haluun`, - Age: `40`, - Alignment: `🤍 Unaligned`, - Race: `🧒🏻 Hafling`, - Class: `🙏🏻 Monk` - }), - new RoleplayDataStatsItem( - { - Name: `Ivellios`, - Age: `244`, - Alignment: `🧡 Chaotic good`, - Race: `👩 Human`, - Class: `⚔️ Paladin` - }), - new RoleplayDataStatsItem( - { - Name: `Tes`, - Age: `35`, - Alignment: `💜 Lawful evil`, - Race: `🎭 Changeling`, - Class: `🧙‍♂️ Wizard` - }), - new RoleplayDataStatsItem( - { - Name: `Kalla`, - Age: `47`, - Alignment: `🤎 Neutral evil`, - Race: `🤖 Warforged`, - Class: `🦹‍♂️ Sorcerer` - }), - new RoleplayDataStatsItem( - { - Name: `Halimath Dundragon`, - Age: `149`, - Alignment: `🤍 Unaligned`, - Race: `🐲 Dragonborn`, - Class: `⚔️ Paladin` - }), - new RoleplayDataStatsItem( - { - Name: `Iriphawa`, - Age: `39`, - Alignment: `💛 Lawful neutral`, - Race: `🧝🏻‍♂️ Half-Elf`, - Class: `🏹 Ranger` - }), - new RoleplayDataStatsItem( - { - Name: `Quaf`, - Age: `25`, - Alignment: `💚 Neutral`, - Race: `👩 Human`, - Class: `🥊 Fighter` - }), - new RoleplayDataStatsItem( - { - Name: `Rat Scratch`, - Age: `15`, - Alignment: `🤎 Neutral evil`, - Race: `🐡 Locathah`, - Class: `🍁 Druid` - }), - new RoleplayDataStatsItem( - { - Name: `Slicer`, - Age: `57`, - Alignment: `💜 Lawful evil`, - Race: `🐡 Locathah`, - Class: `💪 Barbarian` - }), - new RoleplayDataStatsItem( - { - Name: `Nereones Ahlorsath`, - Age: `95`, - Alignment: `💛 Lawful neutral`, - Race: `👩 Human`, - Class: `🥊 Fighter` - }), - new RoleplayDataStatsItem( - { - Name: `Nalvarti Stonecutter`, - Age: `118`, - Alignment: `❤️ Neutral good`, - Race: `🧝‍♀️ Elf`, - Class: `❤️‍ Cleric` - }), - new RoleplayDataStatsItem( - { - Name: `Errk`, - Age: `22`, - Alignment: `🤎 Neutral evil`, - Race: `🧝🏻‍♂️ Half-Elf`, - Class: `🎻 Bard` - }), - new RoleplayDataStatsItem( - { - Name: `Seven Thundercloud`, - Age: `43`, - Alignment: `💖 Lawful good`, - Race: `🐡 Locathah`, - Class: `⚔️ Paladin` - }), - new RoleplayDataStatsItem( - { - Name: `Navarra Chergoba`, - Age: `16`, - Alignment: `💜 Lawful evil`, - Race: `🐯 Tabaxi`, - Class: `❤️‍ Cleric` - }), - new RoleplayDataStatsItem( - { - Name: `Sail Snap`, - Age: `56`, - Alignment: `💖 Lawful good`, - Race: `🌳 Arboren`, - Class: `💪 Barbarian` - }), - new RoleplayDataStatsItem( - { - Name: `Urreek`, - Age: `17`, - Alignment: `💜 Lawful evil`, - Race: `🧝🏻‍♂️ Half-Elf`, - Class: `🐉 Warlock` - }), - new RoleplayDataStatsItem( - { - Name: `Morkral Firetamer`, - Age: `24`, - Alignment: `🤎 Neutral evil`, - Race: `🐲 Dragonborn`, - Class: `🙏🏻 Monk` - }), - new RoleplayDataStatsItem( - { - Name: `Vithka`, - Age: `53`, - Alignment: `💜 Lawful evil`, - Race: `🐡 Locathah`, - Class: `⚔️ Paladin` - }), - new RoleplayDataStatsItem( - { - Name: `Sandrue Avhoste`, - Age: `19`, - Alignment: `💙 Chaotic Neutral`, - Race: `🐲 Dragonborn`, - Class: `🗡️ Rogue` - }), - new RoleplayDataStatsItem( - { - Name: `Hapah Moq`, - Age: `34`, - Alignment: `💜 Lawful evil`, - Race: `🎅🏽 Dwarf`, - Class: `🎻 Bard` - }), - new RoleplayDataStatsItem( - { - Name: `Kothar `, - Age: `55`, - Alignment: `🤍 Unaligned`, - Race: `🧝🏻‍♂️ Half-Elf`, - Class: `🐉 Warlock` - }), - new RoleplayDataStatsItem( - { - Name: `Senen`, - Age: `40`, - Alignment: `💜 Lawful evil`, - Race: `🧒🏻 Hafling`, - Class: `🥊 Fighter` - }), + new RoleplayDataStatsItem({ Name: `Stredo`, Age: `244`, Alignment: `💜 Lawful evil`, Race: `👩 Human`, Class: `🎻 Bard` }), + new RoleplayDataStatsItem({ Name: `Haluun`, Age: `40`, Alignment: `🤍 Unaligned`, Race: `🧒🏻 Hafling`, Class: `🙏🏻 Monk` }), + new RoleplayDataStatsItem({ Name: `Ivellios`, Age: `244`, Alignment: `🧡 Chaotic good`, Race: `👩 Human`, Class: `⚔️ Paladin` }), + new RoleplayDataStatsItem({ Name: `Tes`, Age: `35`, Alignment: `💜 Lawful evil`, Race: `🎭 Changeling`, Class: `🧙‍♂️ Wizard` }), + new RoleplayDataStatsItem({ Name: `Kalla`, Age: `47`, Alignment: `🤎 Neutral evil`, Race: `🤖 Warforged`, Class: `🦹‍♂️ Sorcerer` }), + new RoleplayDataStatsItem({ Name: `Halimath Dundragon`, Age: `149`, Alignment: `🤍 Unaligned`, Race: `🐲 Dragonborn`, Class: `⚔️ Paladin` }), + new RoleplayDataStatsItem({ Name: `Iriphawa`, Age: `39`, Alignment: `💛 Lawful neutral`, Race: `🧝🏻‍♂️ Half-Elf`, Class: `🏹 Ranger` }), + new RoleplayDataStatsItem({ Name: `Quaf`, Age: `25`, Alignment: `💚 Neutral`, Race: `👩 Human`, Class: `🥊 Fighter` }), + new RoleplayDataStatsItem({ Name: `Rat Scratch`, Age: `15`, Alignment: `🤎 Neutral evil`, Race: `🐡 Locathah`, Class: `🍁 Druid` }), + new RoleplayDataStatsItem({ Name: `Slicer`, Age: `57`, Alignment: `💜 Lawful evil`, Race: `🐡 Locathah`, Class: `💪 Barbarian` }), + new RoleplayDataStatsItem({ Name: `Nereones Ahlorsath`, Age: `95`, Alignment: `💛 Lawful neutral`, Race: `👩 Human`, Class: `🥊 Fighter` }), + new RoleplayDataStatsItem({ Name: `Nalvarti Stonecutter`, Age: `118`, Alignment: `❤️ Neutral good`, Race: `🧝‍♀️ Elf`, Class: `❤️‍ Cleric` }), + new RoleplayDataStatsItem({ Name: `Errk`, Age: `22`, Alignment: `🤎 Neutral evil`, Race: `🧝🏻‍♂️ Half-Elf`, Class: `🎻 Bard` }), + new RoleplayDataStatsItem({ Name: `Seven Thundercloud`, Age: `43`, Alignment: `💖 Lawful good`, Race: `🐡 Locathah`, Class: `⚔️ Paladin` }), + new RoleplayDataStatsItem({ Name: `Navarra Chergoba`, Age: `16`, Alignment: `💜 Lawful evil`, Race: `🐯 Tabaxi`, Class: `❤️‍ Cleric` }), + new RoleplayDataStatsItem({ Name: `Sail Snap`, Age: `56`, Alignment: `💖 Lawful good`, Race: `🌳 Arboren`, Class: `💪 Barbarian` }), + new RoleplayDataStatsItem({ Name: `Urreek`, Age: `17`, Alignment: `💜 Lawful evil`, Race: `🧝🏻‍♂️ Half-Elf`, Class: `🐉 Warlock` }), + new RoleplayDataStatsItem({ Name: `Morkral Firetamer`, Age: `24`, Alignment: `🤎 Neutral evil`, Race: `🐲 Dragonborn`, Class: `🙏🏻 Monk` }), + new RoleplayDataStatsItem({ Name: `Vithka`, Age: `53`, Alignment: `💜 Lawful evil`, Race: `🐡 Locathah`, Class: `⚔️ Paladin` }), + new RoleplayDataStatsItem({ Name: `Sandrue Avhoste`, Age: `19`, Alignment: `💙 Chaotic Neutral`, Race: `🐲 Dragonborn`, Class: `🗡️ Rogue` }), + new RoleplayDataStatsItem({ Name: `Hapah Moq`, Age: `34`, Alignment: `💜 Lawful evil`, Race: `🎅🏽 Dwarf`, Class: `🎻 Bard` }), + new RoleplayDataStatsItem({ Name: `Kothar `, Age: `55`, Alignment: `🤍 Unaligned`, Race: `🧝🏻‍♂️ Half-Elf`, Class: `🐉 Warlock` }), + new RoleplayDataStatsItem({ Name: `Senen`, Age: `40`, Alignment: `💜 Lawful evil`, Race: `🧒🏻 Hafling`, Class: `🥊 Fighter` }), ]; super(...newItems.slice(0)); } diff --git a/samples/grids/grid/cell-selection-style/src/CustomersData.ts b/samples/grids/grid/cell-selection-style/src/CustomersData.ts index 8f4140d2b9..f9aa8c0893 100644 --- a/samples/grids/grid/cell-selection-style/src/CustomersData.ts +++ b/samples/grids/grid/cell-selection-style/src/CustomersData.ts @@ -22,384 +22,33 @@ export class CustomersData extends Array { super(...items); } else { const newItems = [ - new CustomersDataItem( - { - ID: `ALFKI`, - Company: `Alfreds Futterkiste`, - ContactName: `Maria Anders`, - ContactTitle: `Sales Representative`, - Address: `Obere Str. 57`, - City: `Berlin`, - Region: `East`, - PostalCode: 12209, - Country: `Germany`, - Phone: `030-0074321`, - Fax: `030-0076545` - }), - new CustomersDataItem( - { - ID: `ANATR`, - Company: `Ana Trujillo Emparedados y helados`, - ContactName: `Ana Trujillo`, - ContactTitle: `Owner`, - Address: `Avda. de la Constitución 2222`, - City: `México D.F.`, - Region: `South`, - PostalCode: 5021, - Country: `Mexico`, - Phone: `(5) 555-4729`, - Fax: `(5) 555-3745` - }), - new CustomersDataItem( - { - ID: `ANTON`, - Company: `Antonio Moreno Taquería`, - ContactName: `Antonio Moreno`, - ContactTitle: `Owner`, - Address: `Mataderos 2312`, - City: `México D.F.`, - Region: `South`, - PostalCode: 5023, - Country: `Mexico`, - Phone: `(5) 555-3932`, - Fax: `(5) 555-3745` - }), - new CustomersDataItem( - { - ID: `AROUT`, - Company: `Around the Horn`, - ContactName: `Thomas Hardy`, - ContactTitle: `Sales Representative`, - Address: `120 Hanover Sq.`, - City: `London`, - Region: `East`, - PostalCode: 22000, - Country: `UK`, - Phone: `(171) 555-7788`, - Fax: `(171) 555-6750` - }), - new CustomersDataItem( - { - ID: `BERGS`, - Company: `Berglunds snabbköp`, - ContactName: `Christina Berglund`, - ContactTitle: `Order Administrator`, - Address: `Berguvsvägen 8`, - City: `Luleå`, - Region: `South`, - PostalCode: 17000, - Country: `Sweden`, - Phone: `0921-12 34 65`, - Fax: `0921-12 34 67` - }), - new CustomersDataItem( - { - ID: `BLAUS`, - Company: `Blauer See Delikatessen`, - ContactName: `Hanna Moos`, - ContactTitle: `Sales Representative`, - Address: `Forsterstr. 57`, - City: `Mannheim`, - Region: `East`, - PostalCode: 68306, - Country: `Germany`, - Phone: `0621-08460`, - Fax: `0621-08924` - }), - new CustomersDataItem( - { - ID: `BLONP`, - Company: `Blondesddsl père et fils`, - ContactName: `Frédérique Citeaux`, - ContactTitle: `Marketing Manager`, - Address: `24, place Kléber`, - City: `Strasbourg`, - Region: `East`, - PostalCode: 67000, - Country: `France`, - Phone: `88.60.15.31`, - Fax: `88.60.15.32` - }), - new CustomersDataItem( - { - ID: `BOLID`, - Company: `Bólido Comidas preparadas`, - ContactName: `Martín Sommer`, - ContactTitle: `Owner`, - Address: `C/ Araquil, 67`, - City: `Madrid`, - Region: `East`, - PostalCode: 28023, - Country: `Spain`, - Phone: `(91) 555 22 82`, - Fax: `(91) 555 91 99` - }), - new CustomersDataItem( - { - ID: `BONAP`, - Company: `Bon app'`, - ContactName: `Laurence Lebihan`, - ContactTitle: `Owner`, - Address: `12, rue des Bouchers`, - City: `Marseille`, - Region: `West`, - PostalCode: 13008, - Country: `France`, - Phone: `91.24.45.40`, - Fax: `91.24.45.41` - }), - new CustomersDataItem( - { - ID: `BOTTM`, - Company: `Bottom-Dollar Markets`, - ContactName: `Elizabeth Lincoln`, - ContactTitle: `Accounting Manager`, - Address: `23 Tsawassen Blvd.`, - City: `Tsawassen`, - Region: `BC`, - PostalCode: 28000, - Country: `Canada`, - Phone: `(604) 555-4729`, - Fax: `(604) 555-3745` - }), - new CustomersDataItem( - { - ID: `BSBEV`, - Company: `B's Beverages`, - ContactName: `Victoria Ashworth`, - ContactTitle: `Sales Representative`, - Address: `Fauntleroy Circus`, - City: `London`, - Region: `South`, - PostalCode: 10000, - Country: `UK`, - Phone: `(171) 555-1212`, - Fax: `(5) 555-3745` - }), - new CustomersDataItem( - { - ID: `CACTU`, - Company: `Cactus Comidas para llevar`, - ContactName: `Patricio Simpson`, - ContactTitle: `Sales Agent`, - Address: `Cerrito 333`, - City: `Buenos Aires`, - Region: `East`, - PostalCode: 1010, - Country: `Argentina`, - Phone: `(1) 135-5555`, - Fax: `(1) 135-4892` - }), - new CustomersDataItem( - { - ID: `CENTC`, - Company: `Centro comercial Moctezuma`, - ContactName: `Francisco Chang`, - ContactTitle: `Marketing Manager`, - Address: `Sierras de Granada 9993`, - City: `México D.F.`, - Region: `South`, - PostalCode: 5022, - Country: `Mexico`, - Phone: `(5) 555-3392`, - Fax: `(5) 555-7293` - }), - new CustomersDataItem( - { - ID: `CHOPS`, - Company: `Chop-suey Chinese`, - ContactName: `Yang Wang`, - ContactTitle: `Owner`, - Address: `Hauptstr. 29`, - City: `Bern`, - Region: `East`, - PostalCode: 3012, - Country: `Switzerland`, - Phone: `0452-076545`, - Fax: `(5) 555-3745` - }), - new CustomersDataItem( - { - ID: `COMMI`, - Company: `Comércio Mineiro`, - ContactName: `Pedro Afonso`, - ContactTitle: `Sales Associate`, - Address: `Av. dos Lusíadas, 23`, - City: `Sao Paulo`, - Region: `SP`, - PostalCode: 34000, - Country: `Brazil`, - Phone: `(11) 555-7647`, - Fax: `(5) 555-3745` - }), - new CustomersDataItem( - { - ID: `CONSH`, - Company: `Consolidated Holdings`, - ContactName: `Elizabeth Brown`, - ContactTitle: `Sales Representative`, - Address: `Berkeley Gardens 12 Brewery`, - City: `London`, - Region: `South`, - PostalCode: 27000, - Country: `UK`, - Phone: `(171) 555-2282`, - Fax: `(171) 555-9199` - }), - new CustomersDataItem( - { - ID: `DRACD`, - Company: `Drachenblut Delikatessen`, - ContactName: `Sven Ottlieb`, - ContactTitle: `Order Administrator`, - Address: `Walserweg 21`, - City: `Aachen`, - Region: `South`, - PostalCode: 52066, - Country: `Germany`, - Phone: `0241-039123`, - Fax: `0241-059428` - }), - new CustomersDataItem( - { - ID: `DUMON`, - Company: `Du monde entier`, - ContactName: `Janine Labrune`, - ContactTitle: `Owner`, - Address: `67, rue des Cinquante Otages`, - City: `Nantes`, - Region: `East`, - PostalCode: 44000, - Country: `France`, - Phone: `40.67.88.88`, - Fax: `40.67.89.89` - }), - new CustomersDataItem( - { - ID: `EASTC`, - Company: `Eastern Connection`, - ContactName: `Ann Devon`, - ContactTitle: `Sales Agent`, - Address: `35 King George`, - City: `London`, - Region: `East`, - PostalCode: 41000, - Country: `UK`, - Phone: `(171) 555-0297`, - Fax: `(171) 555-3373` - }), - new CustomersDataItem( - { - ID: `ERNSH`, - Company: `Ernst Handel`, - ContactName: `Roland Mendel`, - ContactTitle: `Sales Manager`, - Address: `Kirchgasse 6`, - City: `Graz`, - Region: `South`, - PostalCode: 8010, - Country: `Austria`, - Phone: `7675-3425`, - Fax: `7675-3426` - }), - new CustomersDataItem( - { - ID: `FAMIA`, - Company: `Familia Arquibaldo`, - ContactName: `Aria Cruz`, - ContactTitle: `Marketing Assistant`, - Address: `Rua Orós, 92`, - City: `Sao Paulo`, - Region: `SP`, - PostalCode: 27000, - Country: `Brazil`, - Phone: `(11) 555-9857`, - Fax: `(5) 555-3745` - }), - new CustomersDataItem( - { - ID: `FISSA`, - Company: `FISSA Fabrica Inter. Salchichas S.A.`, - ContactName: `Diego Roel`, - ContactTitle: `Accounting Manager`, - Address: `C/ Moralzarzal, 86`, - City: `Madrid`, - Region: `East`, - PostalCode: 28034, - Country: `Spain`, - Phone: `(91) 555 94 44`, - Fax: `(91) 555 55 93` - }), - new CustomersDataItem( - { - ID: `FOLIG`, - Company: `Folies gourmandes`, - ContactName: `Martine Rancé`, - ContactTitle: `Assistant Sales Agent`, - Address: `184, chaussée de Tournai`, - City: `Lille`, - Region: `South`, - PostalCode: 59000, - Country: `France`, - Phone: `20.16.10.16`, - Fax: `20.16.10.17` - }), - new CustomersDataItem( - { - ID: `FOLKO`, - Company: `Folk och fä HB`, - ContactName: `Maria Larsson`, - ContactTitle: `Owner`, - Address: `Åkergatan 24`, - City: `Bräcke`, - Region: `East`, - PostalCode: 36000, - Country: `Sweden`, - Phone: `0695-34 67 21`, - Fax: `0695 33-4455` - }), - new CustomersDataItem( - { - ID: `FRANK`, - Company: `Frankenversand`, - ContactName: `Peter Franken`, - ContactTitle: `Marketing Manager`, - Address: `Berliner Platz 43`, - City: `München`, - Region: `East`, - PostalCode: 80805, - Country: `Germany`, - Phone: `089-0877310`, - Fax: `089-0877451` - }), - new CustomersDataItem( - { - ID: `FRANR`, - Company: `France restauration`, - ContactName: `Carine Schmitt`, - ContactTitle: `Marketing Manager`, - Address: `54, rue Royale`, - City: `Nantes`, - Region: `South`, - PostalCode: 44000, - Country: `France`, - Phone: `40.32.21.21`, - Fax: `40.32.21.20` - }), - new CustomersDataItem( - { - ID: `FRANS`, - Company: `Franchi S.p.A.`, - ContactName: `Paolo Accorti`, - ContactTitle: `Sales Representative`, - Address: `Via Monte Bianco 34`, - City: `Torino`, - Region: `East`, - PostalCode: 10100, - Country: `Italy`, - Phone: `011-4988260`, - Fax: `011-4988261` - }), + new CustomersDataItem({ ID: `ALFKI`, Company: `Alfreds Futterkiste`, ContactName: `Maria Anders`, ContactTitle: `Sales Representative`, Address: `Obere Str. 57`, City: `Berlin`, Region: `East`, PostalCode: 12209, Country: `Germany`, Phone: `030-0074321`, Fax: `030-0076545` }), + new CustomersDataItem({ ID: `ANATR`, Company: `Ana Trujillo Emparedados y helados`, ContactName: `Ana Trujillo`, ContactTitle: `Owner`, Address: `Avda. de la Constitución 2222`, City: `México D.F.`, Region: `South`, PostalCode: 5021, Country: `Mexico`, Phone: `(5) 555-4729`, Fax: `(5) 555-3745` }), + new CustomersDataItem({ ID: `ANTON`, Company: `Antonio Moreno Taquería`, ContactName: `Antonio Moreno`, ContactTitle: `Owner`, Address: `Mataderos 2312`, City: `México D.F.`, Region: `South`, PostalCode: 5023, Country: `Mexico`, Phone: `(5) 555-3932`, Fax: `(5) 555-3745` }), + new CustomersDataItem({ ID: `AROUT`, Company: `Around the Horn`, ContactName: `Thomas Hardy`, ContactTitle: `Sales Representative`, Address: `120 Hanover Sq.`, City: `London`, Region: `East`, PostalCode: 22000, Country: `UK`, Phone: `(171) 555-7788`, Fax: `(171) 555-6750` }), + new CustomersDataItem({ ID: `BERGS`, Company: `Berglunds snabbköp`, ContactName: `Christina Berglund`, ContactTitle: `Order Administrator`, Address: `Berguvsvägen 8`, City: `Luleå`, Region: `South`, PostalCode: 17000, Country: `Sweden`, Phone: `0921-12 34 65`, Fax: `0921-12 34 67` }), + new CustomersDataItem({ ID: `BLAUS`, Company: `Blauer See Delikatessen`, ContactName: `Hanna Moos`, ContactTitle: `Sales Representative`, Address: `Forsterstr. 57`, City: `Mannheim`, Region: `East`, PostalCode: 68306, Country: `Germany`, Phone: `0621-08460`, Fax: `0621-08924` }), + new CustomersDataItem({ ID: `BLONP`, Company: `Blondesddsl père et fils`, ContactName: `Frédérique Citeaux`, ContactTitle: `Marketing Manager`, Address: `24, place Kléber`, City: `Strasbourg`, Region: `East`, PostalCode: 67000, Country: `France`, Phone: `88.60.15.31`, Fax: `88.60.15.32` }), + new CustomersDataItem({ ID: `BOLID`, Company: `Bólido Comidas preparadas`, ContactName: `Martín Sommer`, ContactTitle: `Owner`, Address: `C/ Araquil, 67`, City: `Madrid`, Region: `East`, PostalCode: 28023, Country: `Spain`, Phone: `(91) 555 22 82`, Fax: `(91) 555 91 99` }), + new CustomersDataItem({ ID: `BONAP`, Company: `Bon app'`, ContactName: `Laurence Lebihan`, ContactTitle: `Owner`, Address: `12, rue des Bouchers`, City: `Marseille`, Region: `West`, PostalCode: 13008, Country: `France`, Phone: `91.24.45.40`, Fax: `91.24.45.41` }), + new CustomersDataItem({ ID: `BOTTM`, Company: `Bottom-Dollar Markets`, ContactName: `Elizabeth Lincoln`, ContactTitle: `Accounting Manager`, Address: `23 Tsawassen Blvd.`, City: `Tsawassen`, Region: `BC`, PostalCode: 28000, Country: `Canada`, Phone: `(604) 555-4729`, Fax: `(604) 555-3745` }), + new CustomersDataItem({ ID: `BSBEV`, Company: `B's Beverages`, ContactName: `Victoria Ashworth`, ContactTitle: `Sales Representative`, Address: `Fauntleroy Circus`, City: `London`, Region: `South`, PostalCode: 10000, Country: `UK`, Phone: `(171) 555-1212`, Fax: `(5) 555-3745` }), + new CustomersDataItem({ ID: `CACTU`, Company: `Cactus Comidas para llevar`, ContactName: `Patricio Simpson`, ContactTitle: `Sales Agent`, Address: `Cerrito 333`, City: `Buenos Aires`, Region: `East`, PostalCode: 1010, Country: `Argentina`, Phone: `(1) 135-5555`, Fax: `(1) 135-4892` }), + new CustomersDataItem({ ID: `CENTC`, Company: `Centro comercial Moctezuma`, ContactName: `Francisco Chang`, ContactTitle: `Marketing Manager`, Address: `Sierras de Granada 9993`, City: `México D.F.`, Region: `South`, PostalCode: 5022, Country: `Mexico`, Phone: `(5) 555-3392`, Fax: `(5) 555-7293` }), + new CustomersDataItem({ ID: `CHOPS`, Company: `Chop-suey Chinese`, ContactName: `Yang Wang`, ContactTitle: `Owner`, Address: `Hauptstr. 29`, City: `Bern`, Region: `East`, PostalCode: 3012, Country: `Switzerland`, Phone: `0452-076545`, Fax: `(5) 555-3745` }), + new CustomersDataItem({ ID: `COMMI`, Company: `Comércio Mineiro`, ContactName: `Pedro Afonso`, ContactTitle: `Sales Associate`, Address: `Av. dos Lusíadas, 23`, City: `Sao Paulo`, Region: `SP`, PostalCode: 34000, Country: `Brazil`, Phone: `(11) 555-7647`, Fax: `(5) 555-3745` }), + new CustomersDataItem({ ID: `CONSH`, Company: `Consolidated Holdings`, ContactName: `Elizabeth Brown`, ContactTitle: `Sales Representative`, Address: `Berkeley Gardens 12 Brewery`, City: `London`, Region: `South`, PostalCode: 27000, Country: `UK`, Phone: `(171) 555-2282`, Fax: `(171) 555-9199` }), + new CustomersDataItem({ ID: `DRACD`, Company: `Drachenblut Delikatessen`, ContactName: `Sven Ottlieb`, ContactTitle: `Order Administrator`, Address: `Walserweg 21`, City: `Aachen`, Region: `South`, PostalCode: 52066, Country: `Germany`, Phone: `0241-039123`, Fax: `0241-059428` }), + new CustomersDataItem({ ID: `DUMON`, Company: `Du monde entier`, ContactName: `Janine Labrune`, ContactTitle: `Owner`, Address: `67, rue des Cinquante Otages`, City: `Nantes`, Region: `East`, PostalCode: 44000, Country: `France`, Phone: `40.67.88.88`, Fax: `40.67.89.89` }), + new CustomersDataItem({ ID: `EASTC`, Company: `Eastern Connection`, ContactName: `Ann Devon`, ContactTitle: `Sales Agent`, Address: `35 King George`, City: `London`, Region: `East`, PostalCode: 41000, Country: `UK`, Phone: `(171) 555-0297`, Fax: `(171) 555-3373` }), + new CustomersDataItem({ ID: `ERNSH`, Company: `Ernst Handel`, ContactName: `Roland Mendel`, ContactTitle: `Sales Manager`, Address: `Kirchgasse 6`, City: `Graz`, Region: `South`, PostalCode: 8010, Country: `Austria`, Phone: `7675-3425`, Fax: `7675-3426` }), + new CustomersDataItem({ ID: `FAMIA`, Company: `Familia Arquibaldo`, ContactName: `Aria Cruz`, ContactTitle: `Marketing Assistant`, Address: `Rua Orós, 92`, City: `Sao Paulo`, Region: `SP`, PostalCode: 27000, Country: `Brazil`, Phone: `(11) 555-9857`, Fax: `(5) 555-3745` }), + new CustomersDataItem({ ID: `FISSA`, Company: `FISSA Fabrica Inter. Salchichas S.A.`, ContactName: `Diego Roel`, ContactTitle: `Accounting Manager`, Address: `C/ Moralzarzal, 86`, City: `Madrid`, Region: `East`, PostalCode: 28034, Country: `Spain`, Phone: `(91) 555 94 44`, Fax: `(91) 555 55 93` }), + new CustomersDataItem({ ID: `FOLIG`, Company: `Folies gourmandes`, ContactName: `Martine Rancé`, ContactTitle: `Assistant Sales Agent`, Address: `184, chaussée de Tournai`, City: `Lille`, Region: `South`, PostalCode: 59000, Country: `France`, Phone: `20.16.10.16`, Fax: `20.16.10.17` }), + new CustomersDataItem({ ID: `FOLKO`, Company: `Folk och fä HB`, ContactName: `Maria Larsson`, ContactTitle: `Owner`, Address: `Åkergatan 24`, City: `Bräcke`, Region: `East`, PostalCode: 36000, Country: `Sweden`, Phone: `0695-34 67 21`, Fax: `0695 33-4455` }), + new CustomersDataItem({ ID: `FRANK`, Company: `Frankenversand`, ContactName: `Peter Franken`, ContactTitle: `Marketing Manager`, Address: `Berliner Platz 43`, City: `München`, Region: `East`, PostalCode: 80805, Country: `Germany`, Phone: `089-0877310`, Fax: `089-0877451` }), + new CustomersDataItem({ ID: `FRANR`, Company: `France restauration`, ContactName: `Carine Schmitt`, ContactTitle: `Marketing Manager`, Address: `54, rue Royale`, City: `Nantes`, Region: `South`, PostalCode: 44000, Country: `France`, Phone: `40.32.21.21`, Fax: `40.32.21.20` }), + new CustomersDataItem({ ID: `FRANS`, Company: `Franchi S.p.A.`, ContactName: `Paolo Accorti`, ContactTitle: `Sales Representative`, Address: `Via Monte Bianco 34`, City: `Torino`, Region: `East`, PostalCode: 10100, Country: `Italy`, Phone: `011-4988260`, Fax: `011-4988261` }), ]; super(...newItems.slice(0)); } diff --git a/samples/grids/grid/column-auto-sizing/src/CustomersData.ts b/samples/grids/grid/column-auto-sizing/src/CustomersData.ts index 8f4140d2b9..f9aa8c0893 100644 --- a/samples/grids/grid/column-auto-sizing/src/CustomersData.ts +++ b/samples/grids/grid/column-auto-sizing/src/CustomersData.ts @@ -22,384 +22,33 @@ export class CustomersData extends Array { super(...items); } else { const newItems = [ - new CustomersDataItem( - { - ID: `ALFKI`, - Company: `Alfreds Futterkiste`, - ContactName: `Maria Anders`, - ContactTitle: `Sales Representative`, - Address: `Obere Str. 57`, - City: `Berlin`, - Region: `East`, - PostalCode: 12209, - Country: `Germany`, - Phone: `030-0074321`, - Fax: `030-0076545` - }), - new CustomersDataItem( - { - ID: `ANATR`, - Company: `Ana Trujillo Emparedados y helados`, - ContactName: `Ana Trujillo`, - ContactTitle: `Owner`, - Address: `Avda. de la Constitución 2222`, - City: `México D.F.`, - Region: `South`, - PostalCode: 5021, - Country: `Mexico`, - Phone: `(5) 555-4729`, - Fax: `(5) 555-3745` - }), - new CustomersDataItem( - { - ID: `ANTON`, - Company: `Antonio Moreno Taquería`, - ContactName: `Antonio Moreno`, - ContactTitle: `Owner`, - Address: `Mataderos 2312`, - City: `México D.F.`, - Region: `South`, - PostalCode: 5023, - Country: `Mexico`, - Phone: `(5) 555-3932`, - Fax: `(5) 555-3745` - }), - new CustomersDataItem( - { - ID: `AROUT`, - Company: `Around the Horn`, - ContactName: `Thomas Hardy`, - ContactTitle: `Sales Representative`, - Address: `120 Hanover Sq.`, - City: `London`, - Region: `East`, - PostalCode: 22000, - Country: `UK`, - Phone: `(171) 555-7788`, - Fax: `(171) 555-6750` - }), - new CustomersDataItem( - { - ID: `BERGS`, - Company: `Berglunds snabbköp`, - ContactName: `Christina Berglund`, - ContactTitle: `Order Administrator`, - Address: `Berguvsvägen 8`, - City: `Luleå`, - Region: `South`, - PostalCode: 17000, - Country: `Sweden`, - Phone: `0921-12 34 65`, - Fax: `0921-12 34 67` - }), - new CustomersDataItem( - { - ID: `BLAUS`, - Company: `Blauer See Delikatessen`, - ContactName: `Hanna Moos`, - ContactTitle: `Sales Representative`, - Address: `Forsterstr. 57`, - City: `Mannheim`, - Region: `East`, - PostalCode: 68306, - Country: `Germany`, - Phone: `0621-08460`, - Fax: `0621-08924` - }), - new CustomersDataItem( - { - ID: `BLONP`, - Company: `Blondesddsl père et fils`, - ContactName: `Frédérique Citeaux`, - ContactTitle: `Marketing Manager`, - Address: `24, place Kléber`, - City: `Strasbourg`, - Region: `East`, - PostalCode: 67000, - Country: `France`, - Phone: `88.60.15.31`, - Fax: `88.60.15.32` - }), - new CustomersDataItem( - { - ID: `BOLID`, - Company: `Bólido Comidas preparadas`, - ContactName: `Martín Sommer`, - ContactTitle: `Owner`, - Address: `C/ Araquil, 67`, - City: `Madrid`, - Region: `East`, - PostalCode: 28023, - Country: `Spain`, - Phone: `(91) 555 22 82`, - Fax: `(91) 555 91 99` - }), - new CustomersDataItem( - { - ID: `BONAP`, - Company: `Bon app'`, - ContactName: `Laurence Lebihan`, - ContactTitle: `Owner`, - Address: `12, rue des Bouchers`, - City: `Marseille`, - Region: `West`, - PostalCode: 13008, - Country: `France`, - Phone: `91.24.45.40`, - Fax: `91.24.45.41` - }), - new CustomersDataItem( - { - ID: `BOTTM`, - Company: `Bottom-Dollar Markets`, - ContactName: `Elizabeth Lincoln`, - ContactTitle: `Accounting Manager`, - Address: `23 Tsawassen Blvd.`, - City: `Tsawassen`, - Region: `BC`, - PostalCode: 28000, - Country: `Canada`, - Phone: `(604) 555-4729`, - Fax: `(604) 555-3745` - }), - new CustomersDataItem( - { - ID: `BSBEV`, - Company: `B's Beverages`, - ContactName: `Victoria Ashworth`, - ContactTitle: `Sales Representative`, - Address: `Fauntleroy Circus`, - City: `London`, - Region: `South`, - PostalCode: 10000, - Country: `UK`, - Phone: `(171) 555-1212`, - Fax: `(5) 555-3745` - }), - new CustomersDataItem( - { - ID: `CACTU`, - Company: `Cactus Comidas para llevar`, - ContactName: `Patricio Simpson`, - ContactTitle: `Sales Agent`, - Address: `Cerrito 333`, - City: `Buenos Aires`, - Region: `East`, - PostalCode: 1010, - Country: `Argentina`, - Phone: `(1) 135-5555`, - Fax: `(1) 135-4892` - }), - new CustomersDataItem( - { - ID: `CENTC`, - Company: `Centro comercial Moctezuma`, - ContactName: `Francisco Chang`, - ContactTitle: `Marketing Manager`, - Address: `Sierras de Granada 9993`, - City: `México D.F.`, - Region: `South`, - PostalCode: 5022, - Country: `Mexico`, - Phone: `(5) 555-3392`, - Fax: `(5) 555-7293` - }), - new CustomersDataItem( - { - ID: `CHOPS`, - Company: `Chop-suey Chinese`, - ContactName: `Yang Wang`, - ContactTitle: `Owner`, - Address: `Hauptstr. 29`, - City: `Bern`, - Region: `East`, - PostalCode: 3012, - Country: `Switzerland`, - Phone: `0452-076545`, - Fax: `(5) 555-3745` - }), - new CustomersDataItem( - { - ID: `COMMI`, - Company: `Comércio Mineiro`, - ContactName: `Pedro Afonso`, - ContactTitle: `Sales Associate`, - Address: `Av. dos Lusíadas, 23`, - City: `Sao Paulo`, - Region: `SP`, - PostalCode: 34000, - Country: `Brazil`, - Phone: `(11) 555-7647`, - Fax: `(5) 555-3745` - }), - new CustomersDataItem( - { - ID: `CONSH`, - Company: `Consolidated Holdings`, - ContactName: `Elizabeth Brown`, - ContactTitle: `Sales Representative`, - Address: `Berkeley Gardens 12 Brewery`, - City: `London`, - Region: `South`, - PostalCode: 27000, - Country: `UK`, - Phone: `(171) 555-2282`, - Fax: `(171) 555-9199` - }), - new CustomersDataItem( - { - ID: `DRACD`, - Company: `Drachenblut Delikatessen`, - ContactName: `Sven Ottlieb`, - ContactTitle: `Order Administrator`, - Address: `Walserweg 21`, - City: `Aachen`, - Region: `South`, - PostalCode: 52066, - Country: `Germany`, - Phone: `0241-039123`, - Fax: `0241-059428` - }), - new CustomersDataItem( - { - ID: `DUMON`, - Company: `Du monde entier`, - ContactName: `Janine Labrune`, - ContactTitle: `Owner`, - Address: `67, rue des Cinquante Otages`, - City: `Nantes`, - Region: `East`, - PostalCode: 44000, - Country: `France`, - Phone: `40.67.88.88`, - Fax: `40.67.89.89` - }), - new CustomersDataItem( - { - ID: `EASTC`, - Company: `Eastern Connection`, - ContactName: `Ann Devon`, - ContactTitle: `Sales Agent`, - Address: `35 King George`, - City: `London`, - Region: `East`, - PostalCode: 41000, - Country: `UK`, - Phone: `(171) 555-0297`, - Fax: `(171) 555-3373` - }), - new CustomersDataItem( - { - ID: `ERNSH`, - Company: `Ernst Handel`, - ContactName: `Roland Mendel`, - ContactTitle: `Sales Manager`, - Address: `Kirchgasse 6`, - City: `Graz`, - Region: `South`, - PostalCode: 8010, - Country: `Austria`, - Phone: `7675-3425`, - Fax: `7675-3426` - }), - new CustomersDataItem( - { - ID: `FAMIA`, - Company: `Familia Arquibaldo`, - ContactName: `Aria Cruz`, - ContactTitle: `Marketing Assistant`, - Address: `Rua Orós, 92`, - City: `Sao Paulo`, - Region: `SP`, - PostalCode: 27000, - Country: `Brazil`, - Phone: `(11) 555-9857`, - Fax: `(5) 555-3745` - }), - new CustomersDataItem( - { - ID: `FISSA`, - Company: `FISSA Fabrica Inter. Salchichas S.A.`, - ContactName: `Diego Roel`, - ContactTitle: `Accounting Manager`, - Address: `C/ Moralzarzal, 86`, - City: `Madrid`, - Region: `East`, - PostalCode: 28034, - Country: `Spain`, - Phone: `(91) 555 94 44`, - Fax: `(91) 555 55 93` - }), - new CustomersDataItem( - { - ID: `FOLIG`, - Company: `Folies gourmandes`, - ContactName: `Martine Rancé`, - ContactTitle: `Assistant Sales Agent`, - Address: `184, chaussée de Tournai`, - City: `Lille`, - Region: `South`, - PostalCode: 59000, - Country: `France`, - Phone: `20.16.10.16`, - Fax: `20.16.10.17` - }), - new CustomersDataItem( - { - ID: `FOLKO`, - Company: `Folk och fä HB`, - ContactName: `Maria Larsson`, - ContactTitle: `Owner`, - Address: `Åkergatan 24`, - City: `Bräcke`, - Region: `East`, - PostalCode: 36000, - Country: `Sweden`, - Phone: `0695-34 67 21`, - Fax: `0695 33-4455` - }), - new CustomersDataItem( - { - ID: `FRANK`, - Company: `Frankenversand`, - ContactName: `Peter Franken`, - ContactTitle: `Marketing Manager`, - Address: `Berliner Platz 43`, - City: `München`, - Region: `East`, - PostalCode: 80805, - Country: `Germany`, - Phone: `089-0877310`, - Fax: `089-0877451` - }), - new CustomersDataItem( - { - ID: `FRANR`, - Company: `France restauration`, - ContactName: `Carine Schmitt`, - ContactTitle: `Marketing Manager`, - Address: `54, rue Royale`, - City: `Nantes`, - Region: `South`, - PostalCode: 44000, - Country: `France`, - Phone: `40.32.21.21`, - Fax: `40.32.21.20` - }), - new CustomersDataItem( - { - ID: `FRANS`, - Company: `Franchi S.p.A.`, - ContactName: `Paolo Accorti`, - ContactTitle: `Sales Representative`, - Address: `Via Monte Bianco 34`, - City: `Torino`, - Region: `East`, - PostalCode: 10100, - Country: `Italy`, - Phone: `011-4988260`, - Fax: `011-4988261` - }), + new CustomersDataItem({ ID: `ALFKI`, Company: `Alfreds Futterkiste`, ContactName: `Maria Anders`, ContactTitle: `Sales Representative`, Address: `Obere Str. 57`, City: `Berlin`, Region: `East`, PostalCode: 12209, Country: `Germany`, Phone: `030-0074321`, Fax: `030-0076545` }), + new CustomersDataItem({ ID: `ANATR`, Company: `Ana Trujillo Emparedados y helados`, ContactName: `Ana Trujillo`, ContactTitle: `Owner`, Address: `Avda. de la Constitución 2222`, City: `México D.F.`, Region: `South`, PostalCode: 5021, Country: `Mexico`, Phone: `(5) 555-4729`, Fax: `(5) 555-3745` }), + new CustomersDataItem({ ID: `ANTON`, Company: `Antonio Moreno Taquería`, ContactName: `Antonio Moreno`, ContactTitle: `Owner`, Address: `Mataderos 2312`, City: `México D.F.`, Region: `South`, PostalCode: 5023, Country: `Mexico`, Phone: `(5) 555-3932`, Fax: `(5) 555-3745` }), + new CustomersDataItem({ ID: `AROUT`, Company: `Around the Horn`, ContactName: `Thomas Hardy`, ContactTitle: `Sales Representative`, Address: `120 Hanover Sq.`, City: `London`, Region: `East`, PostalCode: 22000, Country: `UK`, Phone: `(171) 555-7788`, Fax: `(171) 555-6750` }), + new CustomersDataItem({ ID: `BERGS`, Company: `Berglunds snabbköp`, ContactName: `Christina Berglund`, ContactTitle: `Order Administrator`, Address: `Berguvsvägen 8`, City: `Luleå`, Region: `South`, PostalCode: 17000, Country: `Sweden`, Phone: `0921-12 34 65`, Fax: `0921-12 34 67` }), + new CustomersDataItem({ ID: `BLAUS`, Company: `Blauer See Delikatessen`, ContactName: `Hanna Moos`, ContactTitle: `Sales Representative`, Address: `Forsterstr. 57`, City: `Mannheim`, Region: `East`, PostalCode: 68306, Country: `Germany`, Phone: `0621-08460`, Fax: `0621-08924` }), + new CustomersDataItem({ ID: `BLONP`, Company: `Blondesddsl père et fils`, ContactName: `Frédérique Citeaux`, ContactTitle: `Marketing Manager`, Address: `24, place Kléber`, City: `Strasbourg`, Region: `East`, PostalCode: 67000, Country: `France`, Phone: `88.60.15.31`, Fax: `88.60.15.32` }), + new CustomersDataItem({ ID: `BOLID`, Company: `Bólido Comidas preparadas`, ContactName: `Martín Sommer`, ContactTitle: `Owner`, Address: `C/ Araquil, 67`, City: `Madrid`, Region: `East`, PostalCode: 28023, Country: `Spain`, Phone: `(91) 555 22 82`, Fax: `(91) 555 91 99` }), + new CustomersDataItem({ ID: `BONAP`, Company: `Bon app'`, ContactName: `Laurence Lebihan`, ContactTitle: `Owner`, Address: `12, rue des Bouchers`, City: `Marseille`, Region: `West`, PostalCode: 13008, Country: `France`, Phone: `91.24.45.40`, Fax: `91.24.45.41` }), + new CustomersDataItem({ ID: `BOTTM`, Company: `Bottom-Dollar Markets`, ContactName: `Elizabeth Lincoln`, ContactTitle: `Accounting Manager`, Address: `23 Tsawassen Blvd.`, City: `Tsawassen`, Region: `BC`, PostalCode: 28000, Country: `Canada`, Phone: `(604) 555-4729`, Fax: `(604) 555-3745` }), + new CustomersDataItem({ ID: `BSBEV`, Company: `B's Beverages`, ContactName: `Victoria Ashworth`, ContactTitle: `Sales Representative`, Address: `Fauntleroy Circus`, City: `London`, Region: `South`, PostalCode: 10000, Country: `UK`, Phone: `(171) 555-1212`, Fax: `(5) 555-3745` }), + new CustomersDataItem({ ID: `CACTU`, Company: `Cactus Comidas para llevar`, ContactName: `Patricio Simpson`, ContactTitle: `Sales Agent`, Address: `Cerrito 333`, City: `Buenos Aires`, Region: `East`, PostalCode: 1010, Country: `Argentina`, Phone: `(1) 135-5555`, Fax: `(1) 135-4892` }), + new CustomersDataItem({ ID: `CENTC`, Company: `Centro comercial Moctezuma`, ContactName: `Francisco Chang`, ContactTitle: `Marketing Manager`, Address: `Sierras de Granada 9993`, City: `México D.F.`, Region: `South`, PostalCode: 5022, Country: `Mexico`, Phone: `(5) 555-3392`, Fax: `(5) 555-7293` }), + new CustomersDataItem({ ID: `CHOPS`, Company: `Chop-suey Chinese`, ContactName: `Yang Wang`, ContactTitle: `Owner`, Address: `Hauptstr. 29`, City: `Bern`, Region: `East`, PostalCode: 3012, Country: `Switzerland`, Phone: `0452-076545`, Fax: `(5) 555-3745` }), + new CustomersDataItem({ ID: `COMMI`, Company: `Comércio Mineiro`, ContactName: `Pedro Afonso`, ContactTitle: `Sales Associate`, Address: `Av. dos Lusíadas, 23`, City: `Sao Paulo`, Region: `SP`, PostalCode: 34000, Country: `Brazil`, Phone: `(11) 555-7647`, Fax: `(5) 555-3745` }), + new CustomersDataItem({ ID: `CONSH`, Company: `Consolidated Holdings`, ContactName: `Elizabeth Brown`, ContactTitle: `Sales Representative`, Address: `Berkeley Gardens 12 Brewery`, City: `London`, Region: `South`, PostalCode: 27000, Country: `UK`, Phone: `(171) 555-2282`, Fax: `(171) 555-9199` }), + new CustomersDataItem({ ID: `DRACD`, Company: `Drachenblut Delikatessen`, ContactName: `Sven Ottlieb`, ContactTitle: `Order Administrator`, Address: `Walserweg 21`, City: `Aachen`, Region: `South`, PostalCode: 52066, Country: `Germany`, Phone: `0241-039123`, Fax: `0241-059428` }), + new CustomersDataItem({ ID: `DUMON`, Company: `Du monde entier`, ContactName: `Janine Labrune`, ContactTitle: `Owner`, Address: `67, rue des Cinquante Otages`, City: `Nantes`, Region: `East`, PostalCode: 44000, Country: `France`, Phone: `40.67.88.88`, Fax: `40.67.89.89` }), + new CustomersDataItem({ ID: `EASTC`, Company: `Eastern Connection`, ContactName: `Ann Devon`, ContactTitle: `Sales Agent`, Address: `35 King George`, City: `London`, Region: `East`, PostalCode: 41000, Country: `UK`, Phone: `(171) 555-0297`, Fax: `(171) 555-3373` }), + new CustomersDataItem({ ID: `ERNSH`, Company: `Ernst Handel`, ContactName: `Roland Mendel`, ContactTitle: `Sales Manager`, Address: `Kirchgasse 6`, City: `Graz`, Region: `South`, PostalCode: 8010, Country: `Austria`, Phone: `7675-3425`, Fax: `7675-3426` }), + new CustomersDataItem({ ID: `FAMIA`, Company: `Familia Arquibaldo`, ContactName: `Aria Cruz`, ContactTitle: `Marketing Assistant`, Address: `Rua Orós, 92`, City: `Sao Paulo`, Region: `SP`, PostalCode: 27000, Country: `Brazil`, Phone: `(11) 555-9857`, Fax: `(5) 555-3745` }), + new CustomersDataItem({ ID: `FISSA`, Company: `FISSA Fabrica Inter. Salchichas S.A.`, ContactName: `Diego Roel`, ContactTitle: `Accounting Manager`, Address: `C/ Moralzarzal, 86`, City: `Madrid`, Region: `East`, PostalCode: 28034, Country: `Spain`, Phone: `(91) 555 94 44`, Fax: `(91) 555 55 93` }), + new CustomersDataItem({ ID: `FOLIG`, Company: `Folies gourmandes`, ContactName: `Martine Rancé`, ContactTitle: `Assistant Sales Agent`, Address: `184, chaussée de Tournai`, City: `Lille`, Region: `South`, PostalCode: 59000, Country: `France`, Phone: `20.16.10.16`, Fax: `20.16.10.17` }), + new CustomersDataItem({ ID: `FOLKO`, Company: `Folk och fä HB`, ContactName: `Maria Larsson`, ContactTitle: `Owner`, Address: `Åkergatan 24`, City: `Bräcke`, Region: `East`, PostalCode: 36000, Country: `Sweden`, Phone: `0695-34 67 21`, Fax: `0695 33-4455` }), + new CustomersDataItem({ ID: `FRANK`, Company: `Frankenversand`, ContactName: `Peter Franken`, ContactTitle: `Marketing Manager`, Address: `Berliner Platz 43`, City: `München`, Region: `East`, PostalCode: 80805, Country: `Germany`, Phone: `089-0877310`, Fax: `089-0877451` }), + new CustomersDataItem({ ID: `FRANR`, Company: `France restauration`, ContactName: `Carine Schmitt`, ContactTitle: `Marketing Manager`, Address: `54, rue Royale`, City: `Nantes`, Region: `South`, PostalCode: 44000, Country: `France`, Phone: `40.32.21.21`, Fax: `40.32.21.20` }), + new CustomersDataItem({ ID: `FRANS`, Company: `Franchi S.p.A.`, ContactName: `Paolo Accorti`, ContactTitle: `Sales Representative`, Address: `Via Monte Bianco 34`, City: `Torino`, Region: `East`, PostalCode: 10100, Country: `Italy`, Phone: `011-4988260`, Fax: `011-4988261` }), ]; super(...newItems.slice(0)); } diff --git a/samples/grids/grid/column-collapsible-groups/src/InvoicesData.ts b/samples/grids/grid/column-collapsible-groups/src/InvoicesData.ts index 22c4d6e419..3d4f85aded 100644 --- a/samples/grids/grid/column-collapsible-groups/src/InvoicesData.ts +++ b/samples/grids/grid/column-collapsible-groups/src/InvoicesData.ts @@ -38,14976 +38,505 @@ export class InvoicesData extends Array { super(...items); } else { const newItems = [ - new InvoicesDataItem( - { - ShipName: `Jefferson Home`, - ShipAddress: `124 Wall Street`, - ShipCity: `Miami`, - ShipPostalCode: 60098, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Federal Shipping`, - CustomerID: 1000, - CustomerName: `Martin Jefferson`, - CustomerFirstName: `Martin`, - CustomerLastName: `Jefferson`, - CustomerAddress: `124 Wall Street, Miami, USA, 60098`, - Salesperson: `Nancy Jefferson`, - OrderID: 1931, - OrderDate: `3/14/2022`, - ProductID: 189, - ProductName: `IPad`, - UnitPrice: 16150.61, - Quantity: 3, - ExtendedPrice: 48451.83, - Freight: 980.61, - Discontinued: false, - Region: `South East`, - Address: `124 Wall Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 60098 - }), - new InvoicesDataItem( - { - ShipName: `Black Home`, - ShipAddress: `162 Main Street`, - ShipCity: `Miami`, - ShipPostalCode: 80193, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1001, - CustomerName: `Anna Black`, - CustomerFirstName: `Anna`, - CustomerLastName: `Black`, - CustomerAddress: `162 Main Street, Miami, USA, 80193`, - Salesperson: `Anna Smith`, - OrderID: 1163, - OrderDate: `5/22/2022`, - ProductID: 138, - ProductName: `Mac Book Pro`, - UnitPrice: 18520.59, - Quantity: 4, - ExtendedPrice: 74082.36, - Freight: 850.59, - Discontinued: false, - Region: `West`, - Address: `162 Main Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 80193 - }), - new InvoicesDataItem( - { - ShipName: `Watson Townhouse`, - ShipAddress: `164 Wall Street`, - ShipCity: `Miami`, - ShipPostalCode: 50111, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1002, - CustomerName: `Max Watson`, - CustomerFirstName: `Max`, - CustomerLastName: `Watson`, - CustomerAddress: `164 Wall Street, Miami, USA, 50111`, - Salesperson: `Martin Watson`, - OrderID: 1230, - OrderDate: `2/9/2022`, - ProductID: 118, - ProductName: `Mac Book Air`, - UnitPrice: 25310.39, - Quantity: 3, - ExtendedPrice: 75931.17, - Freight: 210.39, - Discontinued: false, - Region: `West`, - Address: `164 Wall Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 50111 - }), - new InvoicesDataItem( - { - ShipName: `Madison Townhouse`, - ShipAddress: `124 Market Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 90123, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Speedy Express`, - CustomerID: 1003, - CustomerName: `Max Madison`, - CustomerFirstName: `Max`, - CustomerLastName: `Madison`, - CustomerAddress: `124 Market Street, Philadelphia, USA, 90123`, - Salesperson: `Anna Black`, - OrderID: 1176, - OrderDate: `6/3/2022`, - ProductID: 169, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 29890.86, - Quantity: 4, - ExtendedPrice: 119563.44, - Freight: 800.86, - Discontinued: false, - Region: `South East`, - Address: `124 Market Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 90123 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Townhouse`, - ShipAddress: `181 Market Street`, - ShipCity: `Miami`, - ShipPostalCode: 90095, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1004, - CustomerName: `Pamela Jackson`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Jackson`, - CustomerAddress: `181 Market Street, Miami, USA, 90095`, - Salesperson: `Max Black`, - OrderID: 1382, - OrderDate: `1/10/2022`, - ProductID: 185, - ProductName: `Samsung Note`, - UnitPrice: 7810.61, - Quantity: 2, - ExtendedPrice: 15621.22, - Freight: 1790.61, - Discontinued: false, - Region: `West`, - Address: `181 Market Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 90095 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Home`, - ShipAddress: `188 Wall Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 50149, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1005, - CustomerName: `Mike Jefferson`, - CustomerFirstName: `Mike`, - CustomerLastName: `Jefferson`, - CustomerAddress: `188 Wall Street, Los Angeles, USA, 50149`, - Salesperson: `Martin Jefferson`, - OrderID: 1864, - OrderDate: `8/18/2022`, - ProductID: 168, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 9370.76, - Quantity: 4, - ExtendedPrice: 37483.04, - Freight: 970.76, - Discontinued: false, - Region: `North East`, - Address: `188 Wall Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 50149 - }), - new InvoicesDataItem( - { - ShipName: `Smith Home`, - ShipAddress: `174 Market Street`, - ShipCity: `Huston`, - ShipPostalCode: 90112, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1006, - CustomerName: `Martin Smith`, - CustomerFirstName: `Martin`, - CustomerLastName: `Smith`, - CustomerAddress: `174 Market Street, Huston, USA, 90112`, - Salesperson: `Nancy Smith`, - OrderID: 1502, - OrderDate: `6/13/2022`, - ProductID: 199, - ProductName: `IPhone`, - UnitPrice: 20830.47, - Quantity: 2, - ExtendedPrice: 41660.94, - Freight: 1530.47, - Discontinued: false, - Region: `West`, - Address: `174 Market Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 90112 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Townhouse`, - ShipAddress: `134 Market Street`, - ShipCity: `Miami`, - ShipPostalCode: 50083, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1007, - CustomerName: `Nancy Jefferson`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Jefferson`, - CustomerAddress: `134 Market Street, Miami, USA, 50083`, - Salesperson: `Mike Jefferson`, - OrderID: 1305, - OrderDate: `10/21/2022`, - ProductID: 185, - ProductName: `Mac Book Air`, - UnitPrice: 7320.44, - Quantity: 2, - ExtendedPrice: 14640.88, - Freight: 630.44, - Discontinued: false, - Region: `West`, - Address: `134 Market Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 50083 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Estate`, - ShipAddress: `177 Main Street`, - ShipCity: `New York`, - ShipPostalCode: 70185, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1008, - CustomerName: `Nancy Jefferson`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Jefferson`, - CustomerAddress: `177 Main Street, New York, USA, 70185`, - Salesperson: `Pamela Watson`, - OrderID: 1725, - OrderDate: `5/7/2022`, - ProductID: 133, - ProductName: `Mac Book Air`, - UnitPrice: 11240.72, - Quantity: 3, - ExtendedPrice: 33722.16, - Freight: 420.72, - Discontinued: false, - Region: `South East`, - Address: `177 Main Street`, - City: `New York`, - Country: `USA`, - PostalCode: 70185 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Estate`, - ShipAddress: `169 Main Street`, - ShipCity: `Miami`, - ShipPostalCode: 90183, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Speedy Express`, - CustomerID: 1009, - CustomerName: `Mike Jefferson`, - CustomerFirstName: `Mike`, - CustomerLastName: `Jefferson`, - CustomerAddress: `169 Main Street, Miami, USA, 90183`, - Salesperson: `Anna Watson`, - OrderID: 1977, - OrderDate: `10/14/2022`, - ProductID: 178, - ProductName: `IPhone`, - UnitPrice: 6460.55, - Quantity: 3, - ExtendedPrice: 19381.65, - Freight: 370.55, - Discontinued: true, - Region: `South East`, - Address: `169 Main Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 90183 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Estate`, - ShipAddress: `151 Market Street`, - ShipCity: `New York`, - ShipPostalCode: 80160, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1010, - CustomerName: `James Jackson`, - CustomerFirstName: `James`, - CustomerLastName: `Jackson`, - CustomerAddress: `151 Market Street, New York, USA, 80160`, - Salesperson: `Nancy Black`, - OrderID: 1666, - OrderDate: `12/6/2022`, - ProductID: 140, - ProductName: `Mac Book Pro`, - UnitPrice: 7940.82, - Quantity: 2, - ExtendedPrice: 15881.64, - Freight: 1670.82, - Discontinued: false, - Region: `South East`, - Address: `151 Market Street`, - City: `New York`, - Country: `USA`, - PostalCode: 80160 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Market`, - ShipAddress: `147 Main Street`, - ShipCity: `Miami`, - ShipPostalCode: 80183, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1011, - CustomerName: `James Jefferson`, - CustomerFirstName: `James`, - CustomerLastName: `Jefferson`, - CustomerAddress: `147 Main Street, Miami, USA, 80183`, - Salesperson: `Mike Madison`, - OrderID: 1059, - OrderDate: `5/14/2022`, - ProductID: 174, - ProductName: `Samsung Note`, - UnitPrice: 14650.56, - Quantity: 2, - ExtendedPrice: 29301.12, - Freight: 1770.56, - Discontinued: false, - Region: `West`, - Address: `147 Main Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 80183 - }), - new InvoicesDataItem( - { - ShipName: `Watson Estate`, - ShipAddress: `134 Main Street`, - ShipCity: `New York`, - ShipPostalCode: 80066, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1012, - CustomerName: `Mike Watson`, - CustomerFirstName: `Mike`, - CustomerLastName: `Watson`, - CustomerAddress: `134 Main Street, New York, USA, 80066`, - Salesperson: `Mike Black`, - OrderID: 1851, - OrderDate: `7/24/2022`, - ProductID: 175, - ProductName: `IPhone`, - UnitPrice: 7870.39, - Quantity: 2, - ExtendedPrice: 15740.78, - Freight: 360.39, - Discontinued: false, - Region: `West`, - Address: `134 Main Street`, - City: `New York`, - Country: `USA`, - PostalCode: 80066 - }), - new InvoicesDataItem( - { - ShipName: `Madison Estate`, - ShipAddress: `159 Market Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 80096, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1013, - CustomerName: `Ben Madison`, - CustomerFirstName: `Ben`, - CustomerLastName: `Madison`, - CustomerAddress: `159 Market Street, Los Angeles, USA, 80096`, - Salesperson: `Anna Madison`, - OrderID: 1451, - OrderDate: `10/4/2022`, - ProductID: 188, - ProductName: `Mac Book Pro`, - UnitPrice: 13920.38, - Quantity: 4, - ExtendedPrice: 55681.52, - Freight: 1140.38, - Discontinued: false, - Region: `North East`, - Address: `159 Market Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 80096 - }), - new InvoicesDataItem( - { - ShipName: `Madison Estate`, - ShipAddress: `187 Wall Street`, - ShipCity: `Miami`, - ShipPostalCode: 60144, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1014, - CustomerName: `Martin Madison`, - CustomerFirstName: `Martin`, - CustomerLastName: `Madison`, - CustomerAddress: `187 Wall Street, Miami, USA, 60144`, - Salesperson: `Ben Jefferson`, - OrderID: 1331, - OrderDate: `4/4/2022`, - ProductID: 119, - ProductName: `IPhone`, - UnitPrice: 6940.73, - Quantity: 5, - ExtendedPrice: 34703.65, - Freight: 640.73, - Discontinued: false, - Region: `West`, - Address: `187 Wall Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 60144 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Townhouse`, - ShipAddress: `158 Wall Street`, - ShipCity: `Huston`, - ShipPostalCode: 60063, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1015, - CustomerName: `Ben Jackson`, - CustomerFirstName: `Ben`, - CustomerLastName: `Jackson`, - CustomerAddress: `158 Wall Street, Huston, USA, 60063`, - Salesperson: `Martin Jefferson`, - OrderID: 1609, - OrderDate: `9/6/2022`, - ProductID: 171, - ProductName: `IPhone`, - UnitPrice: 29080.28, - Quantity: 2, - ExtendedPrice: 58160.56, - Freight: 1810.28, - Discontinued: false, - Region: `South East`, - Address: `158 Wall Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 60063 - }), - new InvoicesDataItem( - { - ShipName: `Black Market`, - ShipAddress: `168 Main Street`, - ShipCity: `Huston`, - ShipPostalCode: 60184, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1016, - CustomerName: `James Black`, - CustomerFirstName: `James`, - CustomerLastName: `Black`, - CustomerAddress: `168 Main Street, Huston, USA, 60184`, - Salesperson: `Martin Watson`, - OrderID: 1772, - OrderDate: `3/20/2022`, - ProductID: 152, - ProductName: `Mac Book Air`, - UnitPrice: 28350.9, - Quantity: 5, - ExtendedPrice: 141754.5, - Freight: 1290.9, - Discontinued: false, - Region: `South East`, - Address: `168 Main Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 60184 - }), - new InvoicesDataItem( - { - ShipName: `Black Market`, - ShipAddress: `116 Main Street`, - ShipCity: `Miami`, - ShipPostalCode: 60129, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1017, - CustomerName: `Nancy Black`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Black`, - CustomerAddress: `116 Main Street, Miami, USA, 60129`, - Salesperson: `Nancy Smith`, - OrderID: 1792, - OrderDate: `9/1/2022`, - ProductID: 182, - ProductName: `Samsung Note`, - UnitPrice: 13730.78, - Quantity: 4, - ExtendedPrice: 54923.12, - Freight: 740.78, - Discontinued: false, - Region: `North East`, - Address: `116 Main Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 60129 - }), - new InvoicesDataItem( - { - ShipName: `Madison Market`, - ShipAddress: `116 Market Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 80090, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1018, - CustomerName: `Martin Madison`, - CustomerFirstName: `Martin`, - CustomerLastName: `Madison`, - CustomerAddress: `116 Market Street, Los Angeles, USA, 80090`, - Salesperson: `Anna Madison`, - OrderID: 1285, - OrderDate: `10/21/2022`, - ProductID: 157, - ProductName: `Mac Book Pro`, - UnitPrice: 8120.36, - Quantity: 3, - ExtendedPrice: 24361.08, - Freight: 410.36, - Discontinued: false, - Region: `West`, - Address: `116 Market Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 80090 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Townhouse`, - ShipAddress: `135 Wall Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 90101, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1019, - CustomerName: `Max Jefferson`, - CustomerFirstName: `Max`, - CustomerLastName: `Jefferson`, - CustomerAddress: `135 Wall Street, Philadelphia, USA, 90101`, - Salesperson: `Mike Madison`, - OrderID: 1205, - OrderDate: `12/22/2022`, - ProductID: 153, - ProductName: `Mac Book Pro`, - UnitPrice: 11830.22, - Quantity: 2, - ExtendedPrice: 23660.44, - Freight: 330.22, - Discontinued: true, - Region: `North East`, - Address: `135 Wall Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 90101 - }), - new InvoicesDataItem( - { - ShipName: `Smith Home`, - ShipAddress: `164 Market Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 70056, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Speedy Express`, - CustomerID: 1020, - CustomerName: `James Smith`, - CustomerFirstName: `James`, - CustomerLastName: `Smith`, - CustomerAddress: `164 Market Street, Philadelphia, USA, 70056`, - Salesperson: `Ben Watson`, - OrderID: 1759, - OrderDate: `8/3/2022`, - ProductID: 129, - ProductName: `Mac Book Pro`, - UnitPrice: 15140.82, - Quantity: 4, - ExtendedPrice: 60563.28, - Freight: 1400.82, - Discontinued: false, - Region: `South East`, - Address: `164 Market Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 70056 - }), - new InvoicesDataItem( - { - ShipName: `Madison Estate`, - ShipAddress: `196 Wall Street`, - ShipCity: `Miami`, - ShipPostalCode: 90169, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1021, - CustomerName: `Max Madison`, - CustomerFirstName: `Max`, - CustomerLastName: `Madison`, - CustomerAddress: `196 Wall Street, Miami, USA, 90169`, - Salesperson: `Mike Smith`, - OrderID: 1879, - OrderDate: `8/17/2022`, - ProductID: 127, - ProductName: `Mac Book Air`, - UnitPrice: 26710.41, - Quantity: 5, - ExtendedPrice: 133552.05, - Freight: 1810.41, - Discontinued: false, - Region: `West`, - Address: `196 Wall Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 90169 - }), - new InvoicesDataItem( - { - ShipName: `Black Market`, - ShipAddress: `175 Wall Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 50142, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1022, - CustomerName: `Nancy Black`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Black`, - CustomerAddress: `175 Wall Street, Philadelphia, USA, 50142`, - Salesperson: `Anna Jefferson`, - OrderID: 1917, - OrderDate: `3/6/2022`, - ProductID: 114, - ProductName: `IPad`, - UnitPrice: 9640.51, - Quantity: 3, - ExtendedPrice: 28921.53, - Freight: 840.51, - Discontinued: false, - Region: `North East`, - Address: `175 Wall Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 50142 - }), - new InvoicesDataItem( - { - ShipName: `Black Home`, - ShipAddress: `122 Main Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 60097, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1023, - CustomerName: `Pamela Black`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Black`, - CustomerAddress: `122 Main Street, Los Angeles, USA, 60097`, - Salesperson: `James Black`, - OrderID: 1176, - OrderDate: `8/4/2022`, - ProductID: 197, - ProductName: `IPad`, - UnitPrice: 14500.56, - Quantity: 4, - ExtendedPrice: 58002.24, - Freight: 530.56, - Discontinued: false, - Region: `West`, - Address: `122 Main Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 60097 - }), - new InvoicesDataItem( - { - ShipName: `Smith Home`, - ShipAddress: `139 Main Street`, - ShipCity: `Miami`, - ShipPostalCode: 60175, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1024, - CustomerName: `James Smith`, - CustomerFirstName: `James`, - CustomerLastName: `Smith`, - CustomerAddress: `139 Main Street, Miami, USA, 60175`, - Salesperson: `Mike Jefferson`, - OrderID: 1317, - OrderDate: `5/21/2022`, - ProductID: 115, - ProductName: `Mac Book Air`, - UnitPrice: 17200.82, - Quantity: 2, - ExtendedPrice: 34401.64, - Freight: 1610.82, - Discontinued: false, - Region: `West`, - Address: `139 Main Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 60175 - }), - new InvoicesDataItem( - { - ShipName: `Watson Townhouse`, - ShipAddress: `155 Market Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 60124, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Federal Shipping`, - CustomerID: 1025, - CustomerName: `James Watson`, - CustomerFirstName: `James`, - CustomerLastName: `Watson`, - CustomerAddress: `155 Market Street, Philadelphia, USA, 60124`, - Salesperson: `Max Smith`, - OrderID: 1721, - OrderDate: `6/15/2022`, - ProductID: 197, - ProductName: `Samsung Note`, - UnitPrice: 9810.3, - Quantity: 2, - ExtendedPrice: 19620.6, - Freight: 1990.3, - Discontinued: false, - Region: `South East`, - Address: `155 Market Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 60124 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Townhouse`, - ShipAddress: `136 Main Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 80120, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1026, - CustomerName: `Ben Jackson`, - CustomerFirstName: `Ben`, - CustomerLastName: `Jackson`, - CustomerAddress: `136 Main Street, Philadelphia, USA, 80120`, - Salesperson: `Max Smith`, - OrderID: 1266, - OrderDate: `12/13/2022`, - ProductID: 198, - ProductName: `Mac Book Pro`, - UnitPrice: 25410.64, - Quantity: 2, - ExtendedPrice: 50821.28, - Freight: 1860.64, - Discontinued: false, - Region: `West`, - Address: `136 Main Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 80120 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Estate`, - ShipAddress: `114 Main Street`, - ShipCity: `New York`, - ShipPostalCode: 60186, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1027, - CustomerName: `Max Jackson`, - CustomerFirstName: `Max`, - CustomerLastName: `Jackson`, - CustomerAddress: `114 Main Street, New York, USA, 60186`, - Salesperson: `Mike Jefferson`, - OrderID: 1636, - OrderDate: `7/7/2022`, - ProductID: 174, - ProductName: `Mac Book Pro`, - UnitPrice: 13740.7, - Quantity: 4, - ExtendedPrice: 54962.8, - Freight: 1960.7, - Discontinued: false, - Region: `West`, - Address: `114 Main Street`, - City: `New York`, - Country: `USA`, - PostalCode: 60186 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Home`, - ShipAddress: `167 Market Street`, - ShipCity: `Huston`, - ShipPostalCode: 70193, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Speedy Express`, - CustomerID: 1028, - CustomerName: `Nancy Jefferson`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Jefferson`, - CustomerAddress: `167 Market Street, Huston, USA, 70193`, - Salesperson: `Ben Jefferson`, - OrderID: 1689, - OrderDate: `1/2/2022`, - ProductID: 192, - ProductName: `IPad`, - UnitPrice: 8760.83, - Quantity: 3, - ExtendedPrice: 26282.49, - Freight: 490.83, - Discontinued: false, - Region: `South East`, - Address: `167 Market Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 70193 - }), - new InvoicesDataItem( - { - ShipName: `Madison Home`, - ShipAddress: `139 Wall Street`, - ShipCity: `New York`, - ShipPostalCode: 80080, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1029, - CustomerName: `Anna Madison`, - CustomerFirstName: `Anna`, - CustomerLastName: `Madison`, - CustomerAddress: `139 Wall Street, New York, USA, 80080`, - Salesperson: `Anna Black`, - OrderID: 1610, - OrderDate: `3/17/2022`, - ProductID: 105, - ProductName: `Mac Book Pro`, - UnitPrice: 19860.82, - Quantity: 3, - ExtendedPrice: 59582.46, - Freight: 1990.82, - Discontinued: true, - Region: `West`, - Address: `139 Wall Street`, - City: `New York`, - Country: `USA`, - PostalCode: 80080 - }), - new InvoicesDataItem( - { - ShipName: `Madison Home`, - ShipAddress: `173 Market Street`, - ShipCity: `New York`, - ShipPostalCode: 70054, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1030, - CustomerName: `Ben Madison`, - CustomerFirstName: `Ben`, - CustomerLastName: `Madison`, - CustomerAddress: `173 Market Street, New York, USA, 70054`, - Salesperson: `Ben Jackson`, - OrderID: 1404, - OrderDate: `12/8/2022`, - ProductID: 171, - ProductName: `IPhone`, - UnitPrice: 12430.21, - Quantity: 3, - ExtendedPrice: 37290.63, - Freight: 880.21, - Discontinued: false, - Region: `West`, - Address: `173 Market Street`, - City: `New York`, - Country: `USA`, - PostalCode: 70054 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Market`, - ShipAddress: `187 Wall Street`, - ShipCity: `New York`, - ShipPostalCode: 60100, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Federal Shipping`, - CustomerID: 1031, - CustomerName: `Mike Jefferson`, - CustomerFirstName: `Mike`, - CustomerLastName: `Jefferson`, - CustomerAddress: `187 Wall Street, New York, USA, 60100`, - Salesperson: `Nancy Smith`, - OrderID: 1480, - OrderDate: `2/8/2022`, - ProductID: 181, - ProductName: `IPad`, - UnitPrice: 26730.66, - Quantity: 2, - ExtendedPrice: 53461.32, - Freight: 510.66, - Discontinued: false, - Region: `South East`, - Address: `187 Wall Street`, - City: `New York`, - Country: `USA`, - PostalCode: 60100 - }), - new InvoicesDataItem( - { - ShipName: `Madison Home`, - ShipAddress: `149 Main Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 90150, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1032, - CustomerName: `Mike Madison`, - CustomerFirstName: `Mike`, - CustomerLastName: `Madison`, - CustomerAddress: `149 Main Street, Los Angeles, USA, 90150`, - Salesperson: `Max Jefferson`, - OrderID: 1886, - OrderDate: `12/2/2022`, - ProductID: 132, - ProductName: `IPhone`, - UnitPrice: 13760.64, - Quantity: 3, - ExtendedPrice: 41281.92, - Freight: 1110.64, - Discontinued: false, - Region: `West`, - Address: `149 Main Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 90150 - }), - new InvoicesDataItem( - { - ShipName: `Smith Market`, - ShipAddress: `124 Market Street`, - ShipCity: `Huston`, - ShipPostalCode: 80175, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1033, - CustomerName: `Martin Smith`, - CustomerFirstName: `Martin`, - CustomerLastName: `Smith`, - CustomerAddress: `124 Market Street, Huston, USA, 80175`, - Salesperson: `Nancy Smith`, - OrderID: 1625, - OrderDate: `11/9/2022`, - ProductID: 100, - ProductName: `IPad`, - UnitPrice: 11590.58, - Quantity: 3, - ExtendedPrice: 34771.74, - Freight: 1080.58, - Discontinued: false, - Region: `South East`, - Address: `124 Market Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 80175 - }), - new InvoicesDataItem( - { - ShipName: `Watson Townhouse`, - ShipAddress: `193 Wall Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 60165, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1034, - CustomerName: `Max Watson`, - CustomerFirstName: `Max`, - CustomerLastName: `Watson`, - CustomerAddress: `193 Wall Street, Philadelphia, USA, 60165`, - Salesperson: `Martin Jackson`, - OrderID: 1669, - OrderDate: `7/3/2022`, - ProductID: 157, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 19220.31, - Quantity: 2, - ExtendedPrice: 38440.62, - Freight: 1130.31, - Discontinued: false, - Region: `South East`, - Address: `193 Wall Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 60165 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Estate`, - ShipAddress: `200 Wall Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 80146, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1035, - CustomerName: `Max Jackson`, - CustomerFirstName: `Max`, - CustomerLastName: `Jackson`, - CustomerAddress: `200 Wall Street, Philadelphia, USA, 80146`, - Salesperson: `Pamela Jefferson`, - OrderID: 1654, - OrderDate: `1/7/2022`, - ProductID: 155, - ProductName: `IPhone`, - UnitPrice: 7040.83, - Quantity: 2, - ExtendedPrice: 14081.66, - Freight: 1420.83, - Discontinued: false, - Region: `North East`, - Address: `200 Wall Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 80146 - }), - new InvoicesDataItem( - { - ShipName: `Smith Estate`, - ShipAddress: `122 Market Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 80150, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Speedy Express`, - CustomerID: 1036, - CustomerName: `Nancy Smith`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Smith`, - CustomerAddress: `122 Market Street, Los Angeles, USA, 80150`, - Salesperson: `Martin Jackson`, - OrderID: 1678, - OrderDate: `12/14/2022`, - ProductID: 120, - ProductName: `Mac Book Air`, - UnitPrice: 6530.89, - Quantity: 3, - ExtendedPrice: 19592.67, - Freight: 250.89, - Discontinued: false, - Region: `North East`, - Address: `122 Market Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 80150 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Market`, - ShipAddress: `128 Main Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 50068, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1037, - CustomerName: `Max Jackson`, - CustomerFirstName: `Max`, - CustomerLastName: `Jackson`, - CustomerAddress: `128 Main Street, Los Angeles, USA, 50068`, - Salesperson: `Ben Watson`, - OrderID: 1301, - OrderDate: `1/25/2022`, - ProductID: 166, - ProductName: `IPad`, - UnitPrice: 11420.23, - Quantity: 2, - ExtendedPrice: 22840.46, - Freight: 950.23, - Discontinued: false, - Region: `South East`, - Address: `128 Main Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 50068 - }), - new InvoicesDataItem( - { - ShipName: `Smith Home`, - ShipAddress: `119 Market Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 60180, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1038, - CustomerName: `Pamela Smith`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Smith`, - CustomerAddress: `119 Market Street, Los Angeles, USA, 60180`, - Salesperson: `Pamela Madison`, - OrderID: 1385, - OrderDate: `6/24/2022`, - ProductID: 132, - ProductName: `Mac Book Air`, - UnitPrice: 29810.6, - Quantity: 4, - ExtendedPrice: 119242.4, - Freight: 220.6, - Discontinued: false, - Region: `West`, - Address: `119 Market Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 60180 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Market`, - ShipAddress: `115 Market Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 90168, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Speedy Express`, - CustomerID: 1039, - CustomerName: `James Jefferson`, - CustomerFirstName: `James`, - CustomerLastName: `Jefferson`, - CustomerAddress: `115 Market Street, Los Angeles, USA, 90168`, - Salesperson: `Martin Smith`, - OrderID: 1308, - OrderDate: `8/13/2022`, - ProductID: 109, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 20770.59, - Quantity: 5, - ExtendedPrice: 103852.95, - Freight: 1690.59, - Discontinued: true, - Region: `North East`, - Address: `115 Market Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 90168 - }), - new InvoicesDataItem( - { - ShipName: `Watson Estate`, - ShipAddress: `128 Market Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 50118, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Speedy Express`, - CustomerID: 1040, - CustomerName: `Anna Watson`, - CustomerFirstName: `Anna`, - CustomerLastName: `Watson`, - CustomerAddress: `128 Market Street, Los Angeles, USA, 50118`, - Salesperson: `Pamela Black`, - OrderID: 1519, - OrderDate: `10/4/2022`, - ProductID: 139, - ProductName: `Mac Book Air`, - UnitPrice: 14860.44, - Quantity: 2, - ExtendedPrice: 29720.88, - Freight: 1670.44, - Discontinued: false, - Region: `South East`, - Address: `128 Market Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 50118 - }), - new InvoicesDataItem( - { - ShipName: `Smith Townhouse`, - ShipAddress: `108 Market Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 90129, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1041, - CustomerName: `Martin Smith`, - CustomerFirstName: `Martin`, - CustomerLastName: `Smith`, - CustomerAddress: `108 Market Street, Los Angeles, USA, 90129`, - Salesperson: `Nancy Black`, - OrderID: 1118, - OrderDate: `2/7/2022`, - ProductID: 126, - ProductName: `Mac Book Air`, - UnitPrice: 28690.85, - Quantity: 4, - ExtendedPrice: 114763.4, - Freight: 500.85, - Discontinued: false, - Region: `West`, - Address: `108 Market Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 90129 - }), - new InvoicesDataItem( - { - ShipName: `Smith Market`, - ShipAddress: `180 Main Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 50101, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1042, - CustomerName: `Anna Smith`, - CustomerFirstName: `Anna`, - CustomerLastName: `Smith`, - CustomerAddress: `180 Main Street, Los Angeles, USA, 50101`, - Salesperson: `Martin Jefferson`, - OrderID: 1541, - OrderDate: `5/3/2022`, - ProductID: 179, - ProductName: `Mac Book Pro`, - UnitPrice: 22630.28, - Quantity: 3, - ExtendedPrice: 67890.84, - Freight: 1200.28, - Discontinued: false, - Region: `North East`, - Address: `180 Main Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 50101 - }), - new InvoicesDataItem( - { - ShipName: `Black Townhouse`, - ShipAddress: `177 Market Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 90107, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1043, - CustomerName: `Max Black`, - CustomerFirstName: `Max`, - CustomerLastName: `Black`, - CustomerAddress: `177 Market Street, Philadelphia, USA, 90107`, - Salesperson: `Martin Jefferson`, - OrderID: 1747, - OrderDate: `5/11/2022`, - ProductID: 133, - ProductName: `Mac Book Pro`, - UnitPrice: 6930.51, - Quantity: 3, - ExtendedPrice: 20791.53, - Freight: 1660.51, - Discontinued: false, - Region: `South East`, - Address: `177 Market Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 90107 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Estate`, - ShipAddress: `134 Market Street`, - ShipCity: `Miami`, - ShipPostalCode: 70172, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Speedy Express`, - CustomerID: 1044, - CustomerName: `Anna Jefferson`, - CustomerFirstName: `Anna`, - CustomerLastName: `Jefferson`, - CustomerAddress: `134 Market Street, Miami, USA, 70172`, - Salesperson: `Mike Smith`, - OrderID: 1343, - OrderDate: `10/11/2022`, - ProductID: 190, - ProductName: `Samsung Note`, - UnitPrice: 26770.78, - Quantity: 4, - ExtendedPrice: 107083.12, - Freight: 960.78, - Discontinued: false, - Region: `North East`, - Address: `134 Market Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 70172 - }), - new InvoicesDataItem( - { - ShipName: `Watson Estate`, - ShipAddress: `117 Wall Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 90124, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1045, - CustomerName: `James Watson`, - CustomerFirstName: `James`, - CustomerLastName: `Watson`, - CustomerAddress: `117 Wall Street, Los Angeles, USA, 90124`, - Salesperson: `Mike Watson`, - OrderID: 1152, - OrderDate: `2/25/2022`, - ProductID: 101, - ProductName: `Mac Book Pro`, - UnitPrice: 8790.3, - Quantity: 5, - ExtendedPrice: 43951.5, - Freight: 220.3, - Discontinued: false, - Region: `South East`, - Address: `117 Wall Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 90124 - }), - new InvoicesDataItem( - { - ShipName: `Black Market`, - ShipAddress: `156 Wall Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 60181, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Speedy Express`, - CustomerID: 1046, - CustomerName: `James Black`, - CustomerFirstName: `James`, - CustomerLastName: `Black`, - CustomerAddress: `156 Wall Street, Philadelphia, USA, 60181`, - Salesperson: `Anna Smith`, - OrderID: 1823, - OrderDate: `10/12/2022`, - ProductID: 178, - ProductName: `Samsung Note`, - UnitPrice: 9750.55, - Quantity: 3, - ExtendedPrice: 29251.65, - Freight: 1940.55, - Discontinued: false, - Region: `North East`, - Address: `156 Wall Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 60181 - }), - new InvoicesDataItem( - { - ShipName: `Madison Market`, - ShipAddress: `122 Main Street`, - ShipCity: `New York`, - ShipPostalCode: 90182, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1047, - CustomerName: `Ben Madison`, - CustomerFirstName: `Ben`, - CustomerLastName: `Madison`, - CustomerAddress: `122 Main Street, New York, USA, 90182`, - Salesperson: `Mike Black`, - OrderID: 1548, - OrderDate: `5/1/2022`, - ProductID: 181, - ProductName: `Mac Book Air`, - UnitPrice: 11590.37, - Quantity: 4, - ExtendedPrice: 46361.48, - Freight: 900.37, - Discontinued: false, - Region: `West`, - Address: `122 Main Street`, - City: `New York`, - Country: `USA`, - PostalCode: 90182 - }), - new InvoicesDataItem( - { - ShipName: `Black Townhouse`, - ShipAddress: `112 Market Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 60175, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1048, - CustomerName: `Pamela Black`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Black`, - CustomerAddress: `112 Market Street, Los Angeles, USA, 60175`, - Salesperson: `Mike Madison`, - OrderID: 1581, - OrderDate: `5/21/2022`, - ProductID: 134, - ProductName: `Mac Book Air`, - UnitPrice: 8800.32, - Quantity: 2, - ExtendedPrice: 17600.64, - Freight: 1820.32, - Discontinued: false, - Region: `South East`, - Address: `112 Market Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 60175 - }), - new InvoicesDataItem( - { - ShipName: `Black Estate`, - ShipAddress: `153 Market Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 90170, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1049, - CustomerName: `Pamela Black`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Black`, - CustomerAddress: `153 Market Street, Los Angeles, USA, 90170`, - Salesperson: `Pamela Watson`, - OrderID: 1145, - OrderDate: `11/13/2022`, - ProductID: 151, - ProductName: `Mac Book Air`, - UnitPrice: 25830.42, - Quantity: 3, - ExtendedPrice: 77491.26, - Freight: 270.42, - Discontinued: true, - Region: `North East`, - Address: `153 Market Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 90170 - }), - new InvoicesDataItem( - { - ShipName: `Black Estate`, - ShipAddress: `159 Market Street`, - ShipCity: `Huston`, - ShipPostalCode: 80198, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1050, - CustomerName: `Anna Black`, - CustomerFirstName: `Anna`, - CustomerLastName: `Black`, - CustomerAddress: `159 Market Street, Huston, USA, 80198`, - Salesperson: `Pamela Jefferson`, - OrderID: 1455, - OrderDate: `12/16/2022`, - ProductID: 115, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 28510.28, - Quantity: 2, - ExtendedPrice: 57020.56, - Freight: 1450.28, - Discontinued: false, - Region: `West`, - Address: `159 Market Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 80198 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Market`, - ShipAddress: `125 Market Street`, - ShipCity: `Miami`, - ShipPostalCode: 70160, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Speedy Express`, - CustomerID: 1051, - CustomerName: `Nancy Jefferson`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Jefferson`, - CustomerAddress: `125 Market Street, Miami, USA, 70160`, - Salesperson: `Anna Jefferson`, - OrderID: 1787, - OrderDate: `1/3/2022`, - ProductID: 171, - ProductName: `Mac Book Air`, - UnitPrice: 18830.35, - Quantity: 3, - ExtendedPrice: 56491.05, - Freight: 1770.35, - Discontinued: false, - Region: `South East`, - Address: `125 Market Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 70160 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Home`, - ShipAddress: `114 Wall Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 70083, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1052, - CustomerName: `Nancy Jefferson`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Jefferson`, - CustomerAddress: `114 Wall Street, Los Angeles, USA, 70083`, - Salesperson: `Anna Madison`, - OrderID: 1591, - OrderDate: `4/6/2022`, - ProductID: 141, - ProductName: `Mac Book Air`, - UnitPrice: 18840.75, - Quantity: 2, - ExtendedPrice: 37681.5, - Freight: 710.75, - Discontinued: false, - Region: `West`, - Address: `114 Wall Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 70083 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Townhouse`, - ShipAddress: `193 Main Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 70170, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1053, - CustomerName: `James Jefferson`, - CustomerFirstName: `James`, - CustomerLastName: `Jefferson`, - CustomerAddress: `193 Main Street, Los Angeles, USA, 70170`, - Salesperson: `Anna Jackson`, - OrderID: 1020, - OrderDate: `7/20/2022`, - ProductID: 177, - ProductName: `IPad`, - UnitPrice: 15250.55, - Quantity: 3, - ExtendedPrice: 45751.65, - Freight: 980.55, - Discontinued: false, - Region: `West`, - Address: `193 Main Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 70170 - }), - new InvoicesDataItem( - { - ShipName: `Smith Home`, - ShipAddress: `156 Main Street`, - ShipCity: `Huston`, - ShipPostalCode: 50127, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Speedy Express`, - CustomerID: 1054, - CustomerName: `Ben Smith`, - CustomerFirstName: `Ben`, - CustomerLastName: `Smith`, - CustomerAddress: `156 Main Street, Huston, USA, 50127`, - Salesperson: `James Black`, - OrderID: 1770, - OrderDate: `3/24/2022`, - ProductID: 141, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 14910.59, - Quantity: 5, - ExtendedPrice: 74552.95, - Freight: 1330.59, - Discontinued: false, - Region: `South East`, - Address: `156 Main Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 50127 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Market`, - ShipAddress: `146 Market Street`, - ShipCity: `Miami`, - ShipPostalCode: 60064, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1055, - CustomerName: `Max Jackson`, - CustomerFirstName: `Max`, - CustomerLastName: `Jackson`, - CustomerAddress: `146 Market Street, Miami, USA, 60064`, - Salesperson: `Mike Smith`, - OrderID: 1766, - OrderDate: `10/23/2022`, - ProductID: 141, - ProductName: `Mac Book Air`, - UnitPrice: 16740.86, - Quantity: 3, - ExtendedPrice: 50222.58, - Freight: 580.86, - Discontinued: false, - Region: `West`, - Address: `146 Market Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 60064 - }), - new InvoicesDataItem( - { - ShipName: `Black Estate`, - ShipAddress: `163 Market Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 90158, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Speedy Express`, - CustomerID: 1056, - CustomerName: `Max Black`, - CustomerFirstName: `Max`, - CustomerLastName: `Black`, - CustomerAddress: `163 Market Street, Los Angeles, USA, 90158`, - Salesperson: `Martin Jefferson`, - OrderID: 1415, - OrderDate: `9/2/2022`, - ProductID: 112, - ProductName: `IPhone`, - UnitPrice: 25190.37, - Quantity: 3, - ExtendedPrice: 75571.11, - Freight: 1060.37, - Discontinued: false, - Region: `South East`, - Address: `163 Market Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 90158 - }), - new InvoicesDataItem( - { - ShipName: `Watson Townhouse`, - ShipAddress: `171 Main Street`, - ShipCity: `New York`, - ShipPostalCode: 50163, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1057, - CustomerName: `James Watson`, - CustomerFirstName: `James`, - CustomerLastName: `Watson`, - CustomerAddress: `171 Main Street, New York, USA, 50163`, - Salesperson: `Martin Smith`, - OrderID: 1430, - OrderDate: `9/2/2022`, - ProductID: 120, - ProductName: `Samsung Note`, - UnitPrice: 26340.71, - Quantity: 2, - ExtendedPrice: 52681.42, - Freight: 770.71, - Discontinued: false, - Region: `North East`, - Address: `171 Main Street`, - City: `New York`, - Country: `USA`, - PostalCode: 50163 - }), - new InvoicesDataItem( - { - ShipName: `Black Townhouse`, - ShipAddress: `195 Wall Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 60159, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Speedy Express`, - CustomerID: 1058, - CustomerName: `James Black`, - CustomerFirstName: `James`, - CustomerLastName: `Black`, - CustomerAddress: `195 Wall Street, Philadelphia, USA, 60159`, - Salesperson: `Ben Black`, - OrderID: 1903, - OrderDate: `2/19/2022`, - ProductID: 161, - ProductName: `IPad`, - UnitPrice: 6290.33, - Quantity: 5, - ExtendedPrice: 31451.65, - Freight: 890.33, - Discontinued: false, - Region: `South East`, - Address: `195 Wall Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 60159 - }), - new InvoicesDataItem( - { - ShipName: `Watson Market`, - ShipAddress: `171 Market Street`, - ShipCity: `Huston`, - ShipPostalCode: 50154, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1059, - CustomerName: `Pamela Watson`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Watson`, - CustomerAddress: `171 Market Street, Huston, USA, 50154`, - Salesperson: `Anna Madison`, - OrderID: 1578, - OrderDate: `6/5/2022`, - ProductID: 103, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 20240.82, - Quantity: 5, - ExtendedPrice: 101204.1, - Freight: 1490.82, - Discontinued: true, - Region: `West`, - Address: `171 Market Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 50154 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Market`, - ShipAddress: `103 Market Street`, - ShipCity: `New York`, - ShipPostalCode: 70081, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Federal Shipping`, - CustomerID: 1060, - CustomerName: `Max Jackson`, - CustomerFirstName: `Max`, - CustomerLastName: `Jackson`, - CustomerAddress: `103 Market Street, New York, USA, 70081`, - Salesperson: `Pamela Jackson`, - OrderID: 1142, - OrderDate: `4/1/2022`, - ProductID: 108, - ProductName: `IPhone`, - UnitPrice: 9790.41, - Quantity: 3, - ExtendedPrice: 29371.23, - Freight: 980.41, - Discontinued: false, - Region: `South East`, - Address: `103 Market Street`, - City: `New York`, - Country: `USA`, - PostalCode: 70081 - }), - new InvoicesDataItem( - { - ShipName: `Smith Market`, - ShipAddress: `187 Market Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 70141, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1061, - CustomerName: `Mike Smith`, - CustomerFirstName: `Mike`, - CustomerLastName: `Smith`, - CustomerAddress: `187 Market Street, Los Angeles, USA, 70141`, - Salesperson: `Ben Jefferson`, - OrderID: 1871, - OrderDate: `8/20/2022`, - ProductID: 197, - ProductName: `IPad`, - UnitPrice: 28960.39, - Quantity: 2, - ExtendedPrice: 57920.78, - Freight: 1280.39, - Discontinued: false, - Region: `West`, - Address: `187 Market Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 70141 - }), - new InvoicesDataItem( - { - ShipName: `Black Estate`, - ShipAddress: `145 Main Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 50068, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1062, - CustomerName: `Ben Black`, - CustomerFirstName: `Ben`, - CustomerLastName: `Black`, - CustomerAddress: `145 Main Street, Philadelphia, USA, 50068`, - Salesperson: `Martin Watson`, - OrderID: 1747, - OrderDate: `1/20/2022`, - ProductID: 198, - ProductName: `Mac Book Pro`, - UnitPrice: 12530.74, - Quantity: 4, - ExtendedPrice: 50122.96, - Freight: 480.74, - Discontinued: false, - Region: `West`, - Address: `145 Main Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 50068 - }), - new InvoicesDataItem( - { - ShipName: `Black Home`, - ShipAddress: `109 Market Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 90197, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1063, - CustomerName: `Nancy Black`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Black`, - CustomerAddress: `109 Market Street, Los Angeles, USA, 90197`, - Salesperson: `James Black`, - OrderID: 1881, - OrderDate: `11/6/2022`, - ProductID: 162, - ProductName: `Samsung Note`, - UnitPrice: 29810.51, - Quantity: 2, - ExtendedPrice: 59621.02, - Freight: 750.51, - Discontinued: false, - Region: `North East`, - Address: `109 Market Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 90197 - }), - new InvoicesDataItem( - { - ShipName: `Smith Market`, - ShipAddress: `155 Market Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 50184, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1064, - CustomerName: `Nancy Smith`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Smith`, - CustomerAddress: `155 Market Street, Los Angeles, USA, 50184`, - Salesperson: `Mike Madison`, - OrderID: 1172, - OrderDate: `5/14/2022`, - ProductID: 154, - ProductName: `IPhone`, - UnitPrice: 11440.88, - Quantity: 2, - ExtendedPrice: 22881.76, - Freight: 1570.88, - Discontinued: false, - Region: `West`, - Address: `155 Market Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 50184 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Estate`, - ShipAddress: `136 Main Street`, - ShipCity: `New York`, - ShipPostalCode: 60147, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Federal Shipping`, - CustomerID: 1065, - CustomerName: `James Jackson`, - CustomerFirstName: `James`, - CustomerLastName: `Jackson`, - CustomerAddress: `136 Main Street, New York, USA, 60147`, - Salesperson: `James Jefferson`, - OrderID: 1538, - OrderDate: `2/4/2022`, - ProductID: 142, - ProductName: `IPad`, - UnitPrice: 18340.25, - Quantity: 5, - ExtendedPrice: 91701.25, - Freight: 1730.25, - Discontinued: false, - Region: `South East`, - Address: `136 Main Street`, - City: `New York`, - Country: `USA`, - PostalCode: 60147 - }), - new InvoicesDataItem( - { - ShipName: `Madison Market`, - ShipAddress: `184 Wall Street`, - ShipCity: `Miami`, - ShipPostalCode: 60091, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1066, - CustomerName: `Mike Madison`, - CustomerFirstName: `Mike`, - CustomerLastName: `Madison`, - CustomerAddress: `184 Wall Street, Miami, USA, 60091`, - Salesperson: `Ben Jackson`, - OrderID: 1863, - OrderDate: `2/6/2022`, - ProductID: 186, - ProductName: `Samsung Note`, - UnitPrice: 6690.4, - Quantity: 5, - ExtendedPrice: 33452, - Freight: 930.4, - Discontinued: false, - Region: `West`, - Address: `184 Wall Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 60091 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Townhouse`, - ShipAddress: `103 Market Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 80170, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1067, - CustomerName: `James Jackson`, - CustomerFirstName: `James`, - CustomerLastName: `Jackson`, - CustomerAddress: `103 Market Street, Philadelphia, USA, 80170`, - Salesperson: `Max Black`, - OrderID: 1476, - OrderDate: `1/13/2022`, - ProductID: 156, - ProductName: `Mac Book Pro`, - UnitPrice: 29040.31, - Quantity: 5, - ExtendedPrice: 145201.55, - Freight: 1070.31, - Discontinued: false, - Region: `West`, - Address: `103 Market Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 80170 - }), - new InvoicesDataItem( - { - ShipName: `Smith Estate`, - ShipAddress: `104 Market Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 80188, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1068, - CustomerName: `Ben Smith`, - CustomerFirstName: `Ben`, - CustomerLastName: `Smith`, - CustomerAddress: `104 Market Street, Los Angeles, USA, 80188`, - Salesperson: `Martin Watson`, - OrderID: 1131, - OrderDate: `9/13/2022`, - ProductID: 131, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 6780.79, - Quantity: 4, - ExtendedPrice: 27123.16, - Freight: 600.79, - Discontinued: false, - Region: `South East`, - Address: `104 Market Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 80188 - }), - new InvoicesDataItem( - { - ShipName: `Madison Townhouse`, - ShipAddress: `140 Main Street`, - ShipCity: `New York`, - ShipPostalCode: 90197, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1069, - CustomerName: `Martin Madison`, - CustomerFirstName: `Martin`, - CustomerLastName: `Madison`, - CustomerAddress: `140 Main Street, New York, USA, 90197`, - Salesperson: `Anna Smith`, - OrderID: 1829, - OrderDate: `2/18/2022`, - ProductID: 152, - ProductName: `Samsung Note`, - UnitPrice: 20150.52, - Quantity: 4, - ExtendedPrice: 80602.08, - Freight: 1840.52, - Discontinued: true, - Region: `North East`, - Address: `140 Main Street`, - City: `New York`, - Country: `USA`, - PostalCode: 90197 - }), - new InvoicesDataItem( - { - ShipName: `Smith Market`, - ShipAddress: `172 Wall Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 90159, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1070, - CustomerName: `Mike Smith`, - CustomerFirstName: `Mike`, - CustomerLastName: `Smith`, - CustomerAddress: `172 Wall Street, Philadelphia, USA, 90159`, - Salesperson: `Pamela Watson`, - OrderID: 1082, - OrderDate: `10/1/2022`, - ProductID: 164, - ProductName: `IPad`, - UnitPrice: 23810.31, - Quantity: 2, - ExtendedPrice: 47620.62, - Freight: 320.31, - Discontinued: false, - Region: `West`, - Address: `172 Wall Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 90159 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Market`, - ShipAddress: `147 Wall Street`, - ShipCity: `Huston`, - ShipPostalCode: 90173, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Federal Shipping`, - CustomerID: 1071, - CustomerName: `Ben Jackson`, - CustomerFirstName: `Ben`, - CustomerLastName: `Jackson`, - CustomerAddress: `147 Wall Street, Huston, USA, 90173`, - Salesperson: `Martin Smith`, - OrderID: 1449, - OrderDate: `1/21/2022`, - ProductID: 111, - ProductName: `Mac Book Pro`, - UnitPrice: 8280.25, - Quantity: 4, - ExtendedPrice: 33121, - Freight: 860.25, - Discontinued: false, - Region: `South East`, - Address: `147 Wall Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 90173 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Market`, - ShipAddress: `161 Main Street`, - ShipCity: `Huston`, - ShipPostalCode: 90102, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1072, - CustomerName: `Mike Jackson`, - CustomerFirstName: `Mike`, - CustomerLastName: `Jackson`, - CustomerAddress: `161 Main Street, Huston, USA, 90102`, - Salesperson: `Nancy Black`, - OrderID: 1609, - OrderDate: `9/22/2022`, - ProductID: 197, - ProductName: `Samsung Note`, - UnitPrice: 16740.35, - Quantity: 4, - ExtendedPrice: 66961.4, - Freight: 1940.35, - Discontinued: false, - Region: `North East`, - Address: `161 Main Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 90102 - }), - new InvoicesDataItem( - { - ShipName: `Smith Home`, - ShipAddress: `102 Market Street`, - ShipCity: `Miami`, - ShipPostalCode: 70124, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1073, - CustomerName: `Ben Smith`, - CustomerFirstName: `Ben`, - CustomerLastName: `Smith`, - CustomerAddress: `102 Market Street, Miami, USA, 70124`, - Salesperson: `Anna Smith`, - OrderID: 1984, - OrderDate: `8/6/2022`, - ProductID: 123, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 14660.66, - Quantity: 3, - ExtendedPrice: 43981.98, - Freight: 1910.66, - Discontinued: false, - Region: `West`, - Address: `102 Market Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 70124 - }), - new InvoicesDataItem( - { - ShipName: `Black Estate`, - ShipAddress: `139 Market Street`, - ShipCity: `Miami`, - ShipPostalCode: 90134, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1074, - CustomerName: `Martin Black`, - CustomerFirstName: `Martin`, - CustomerLastName: `Black`, - CustomerAddress: `139 Market Street, Miami, USA, 90134`, - Salesperson: `Max Jackson`, - OrderID: 1060, - OrderDate: `3/11/2022`, - ProductID: 154, - ProductName: `Mac Book Pro`, - UnitPrice: 14460.37, - Quantity: 4, - ExtendedPrice: 57841.48, - Freight: 1020.37, - Discontinued: false, - Region: `West`, - Address: `139 Market Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 90134 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Market`, - ShipAddress: `132 Market Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 60055, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1075, - CustomerName: `Martin Jackson`, - CustomerFirstName: `Martin`, - CustomerLastName: `Jackson`, - CustomerAddress: `132 Market Street, Philadelphia, USA, 60055`, - Salesperson: `Pamela Madison`, - OrderID: 1213, - OrderDate: `9/3/2022`, - ProductID: 108, - ProductName: `IPhone`, - UnitPrice: 19340.74, - Quantity: 3, - ExtendedPrice: 58022.22, - Freight: 1370.74, - Discontinued: false, - Region: `West`, - Address: `132 Market Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 60055 - }), - new InvoicesDataItem( - { - ShipName: `Black Market`, - ShipAddress: `192 Market Street`, - ShipCity: `Miami`, - ShipPostalCode: 90135, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Speedy Express`, - CustomerID: 1076, - CustomerName: `Mike Black`, - CustomerFirstName: `Mike`, - CustomerLastName: `Black`, - CustomerAddress: `192 Market Street, Miami, USA, 90135`, - Salesperson: `Nancy Madison`, - OrderID: 1563, - OrderDate: `5/8/2022`, - ProductID: 162, - ProductName: `Samsung Note`, - UnitPrice: 12670.48, - Quantity: 2, - ExtendedPrice: 25340.96, - Freight: 1870.48, - Discontinued: false, - Region: `South East`, - Address: `192 Market Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 90135 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Market`, - ShipAddress: `108 Wall Street`, - ShipCity: `Miami`, - ShipPostalCode: 90156, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Federal Shipping`, - CustomerID: 1077, - CustomerName: `Martin Jefferson`, - CustomerFirstName: `Martin`, - CustomerLastName: `Jefferson`, - CustomerAddress: `108 Wall Street, Miami, USA, 90156`, - Salesperson: `Max Smith`, - OrderID: 1087, - OrderDate: `6/24/2022`, - ProductID: 194, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 6860.84, - Quantity: 3, - ExtendedPrice: 20582.52, - Freight: 1880.84, - Discontinued: false, - Region: `South East`, - Address: `108 Wall Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 90156 - }), - new InvoicesDataItem( - { - ShipName: `Smith Market`, - ShipAddress: `162 Wall Street`, - ShipCity: `New York`, - ShipPostalCode: 80121, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1078, - CustomerName: `Nancy Smith`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Smith`, - CustomerAddress: `162 Wall Street, New York, USA, 80121`, - Salesperson: `Anna Black`, - OrderID: 1663, - OrderDate: `9/5/2022`, - ProductID: 149, - ProductName: `Mac Book Pro`, - UnitPrice: 29550.53, - Quantity: 5, - ExtendedPrice: 147752.65, - Freight: 1270.53, - Discontinued: false, - Region: `South East`, - Address: `162 Wall Street`, - City: `New York`, - Country: `USA`, - PostalCode: 80121 - }), - new InvoicesDataItem( - { - ShipName: `Smith Market`, - ShipAddress: `165 Main Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 70057, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Speedy Express`, - CustomerID: 1079, - CustomerName: `Martin Smith`, - CustomerFirstName: `Martin`, - CustomerLastName: `Smith`, - CustomerAddress: `165 Main Street, Los Angeles, USA, 70057`, - Salesperson: `James Watson`, - OrderID: 1724, - OrderDate: `5/6/2022`, - ProductID: 180, - ProductName: `IPad`, - UnitPrice: 13560.61, - Quantity: 3, - ExtendedPrice: 40681.83, - Freight: 760.61, - Discontinued: true, - Region: `North East`, - Address: `165 Main Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 70057 - }), - new InvoicesDataItem( - { - ShipName: `Watson Market`, - ShipAddress: `162 Main Street`, - ShipCity: `Huston`, - ShipPostalCode: 60057, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1080, - CustomerName: `Anna Watson`, - CustomerFirstName: `Anna`, - CustomerLastName: `Watson`, - CustomerAddress: `162 Main Street, Huston, USA, 60057`, - Salesperson: `Anna Watson`, - OrderID: 1156, - OrderDate: `10/5/2022`, - ProductID: 157, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 17220.59, - Quantity: 3, - ExtendedPrice: 51661.77, - Freight: 1550.59, - Discontinued: false, - Region: `North East`, - Address: `162 Main Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 60057 - }), - new InvoicesDataItem( - { - ShipName: `Watson Estate`, - ShipAddress: `126 Main Street`, - ShipCity: `Miami`, - ShipPostalCode: 70200, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1081, - CustomerName: `Nancy Watson`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Watson`, - CustomerAddress: `126 Main Street, Miami, USA, 70200`, - Salesperson: `Ben Watson`, - OrderID: 1982, - OrderDate: `9/11/2022`, - ProductID: 123, - ProductName: `Mac Book Air`, - UnitPrice: 25780.79, - Quantity: 2, - ExtendedPrice: 51561.58, - Freight: 680.79, - Discontinued: false, - Region: `South East`, - Address: `126 Main Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 70200 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Market`, - ShipAddress: `105 Wall Street`, - ShipCity: `Huston`, - ShipPostalCode: 80141, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1082, - CustomerName: `Max Jackson`, - CustomerFirstName: `Max`, - CustomerLastName: `Jackson`, - CustomerAddress: `105 Wall Street, Huston, USA, 80141`, - Salesperson: `Pamela Watson`, - OrderID: 1462, - OrderDate: `6/6/2022`, - ProductID: 189, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 16990.62, - Quantity: 2, - ExtendedPrice: 33981.24, - Freight: 710.62, - Discontinued: false, - Region: `West`, - Address: `105 Wall Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 80141 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Market`, - ShipAddress: `113 Market Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 50187, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1083, - CustomerName: `James Jefferson`, - CustomerFirstName: `James`, - CustomerLastName: `Jefferson`, - CustomerAddress: `113 Market Street, Philadelphia, USA, 50187`, - Salesperson: `Martin Jefferson`, - OrderID: 1698, - OrderDate: `5/16/2022`, - ProductID: 148, - ProductName: `IPhone`, - UnitPrice: 16930.87, - Quantity: 4, - ExtendedPrice: 67723.48, - Freight: 1080.87, - Discontinued: false, - Region: `North East`, - Address: `113 Market Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 50187 - }), - new InvoicesDataItem( - { - ShipName: `Black Market`, - ShipAddress: `164 Main Street`, - ShipCity: `New York`, - ShipPostalCode: 80172, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1084, - CustomerName: `Mike Black`, - CustomerFirstName: `Mike`, - CustomerLastName: `Black`, - CustomerAddress: `164 Main Street, New York, USA, 80172`, - Salesperson: `Mike Jackson`, - OrderID: 1300, - OrderDate: `11/11/2022`, - ProductID: 164, - ProductName: `IPhone`, - UnitPrice: 8120.59, - Quantity: 4, - ExtendedPrice: 32482.36, - Freight: 1140.59, - Discontinued: false, - Region: `West`, - Address: `164 Main Street`, - City: `New York`, - Country: `USA`, - PostalCode: 80172 - }), - new InvoicesDataItem( - { - ShipName: `Watson Estate`, - ShipAddress: `108 Main Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 90074, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1085, - CustomerName: `Pamela Watson`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Watson`, - CustomerAddress: `108 Main Street, Philadelphia, USA, 90074`, - Salesperson: `Nancy Madison`, - OrderID: 1401, - OrderDate: `12/3/2022`, - ProductID: 139, - ProductName: `IPhone`, - UnitPrice: 6160.25, - Quantity: 4, - ExtendedPrice: 24641, - Freight: 1600.25, - Discontinued: false, - Region: `South East`, - Address: `108 Main Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 90074 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Market`, - ShipAddress: `175 Main Street`, - ShipCity: `Huston`, - ShipPostalCode: 80111, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1086, - CustomerName: `Max Jefferson`, - CustomerFirstName: `Max`, - CustomerLastName: `Jefferson`, - CustomerAddress: `175 Main Street, Huston, USA, 80111`, - Salesperson: `Nancy Watson`, - OrderID: 1474, - OrderDate: `9/1/2022`, - ProductID: 138, - ProductName: `Mac Book Air`, - UnitPrice: 7220.7, - Quantity: 4, - ExtendedPrice: 28882.8, - Freight: 1530.7, - Discontinued: false, - Region: `West`, - Address: `175 Main Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 80111 - }), - new InvoicesDataItem( - { - ShipName: `Madison Estate`, - ShipAddress: `102 Wall Street`, - ShipCity: `Miami`, - ShipPostalCode: 80173, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Speedy Express`, - CustomerID: 1087, - CustomerName: `Nancy Madison`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Madison`, - CustomerAddress: `102 Wall Street, Miami, USA, 80173`, - Salesperson: `Martin Jackson`, - OrderID: 1678, - OrderDate: `5/6/2022`, - ProductID: 190, - ProductName: `IPad`, - UnitPrice: 17990.28, - Quantity: 4, - ExtendedPrice: 71961.12, - Freight: 1420.28, - Discontinued: false, - Region: `South East`, - Address: `102 Wall Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 80173 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Townhouse`, - ShipAddress: `163 Market Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 50105, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1088, - CustomerName: `Mike Jackson`, - CustomerFirstName: `Mike`, - CustomerLastName: `Jackson`, - CustomerAddress: `163 Market Street, Philadelphia, USA, 50105`, - Salesperson: `Martin Black`, - OrderID: 1384, - OrderDate: `4/16/2022`, - ProductID: 156, - ProductName: `Mac Book Pro`, - UnitPrice: 15460.27, - Quantity: 3, - ExtendedPrice: 46380.81, - Freight: 1250.27, - Discontinued: false, - Region: `West`, - Address: `163 Market Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 50105 - }), - new InvoicesDataItem( - { - ShipName: `Watson Home`, - ShipAddress: `165 Wall Street`, - ShipCity: `Huston`, - ShipPostalCode: 90075, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1089, - CustomerName: `Ben Watson`, - CustomerFirstName: `Ben`, - CustomerLastName: `Watson`, - CustomerAddress: `165 Wall Street, Huston, USA, 90075`, - Salesperson: `Nancy Jefferson`, - OrderID: 1223, - OrderDate: `7/20/2022`, - ProductID: 105, - ProductName: `Mac Book Pro`, - UnitPrice: 15450.62, - Quantity: 2, - ExtendedPrice: 30901.24, - Freight: 1350.62, - Discontinued: true, - Region: `North East`, - Address: `165 Wall Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 90075 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Market`, - ShipAddress: `140 Wall Street`, - ShipCity: `New York`, - ShipPostalCode: 80134, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1090, - CustomerName: `Anna Jefferson`, - CustomerFirstName: `Anna`, - CustomerLastName: `Jefferson`, - CustomerAddress: `140 Wall Street, New York, USA, 80134`, - Salesperson: `Anna Watson`, - OrderID: 1189, - OrderDate: `10/5/2022`, - ProductID: 128, - ProductName: `Samsung Note`, - UnitPrice: 15460.25, - Quantity: 5, - ExtendedPrice: 77301.25, - Freight: 840.25, - Discontinued: false, - Region: `West`, - Address: `140 Wall Street`, - City: `New York`, - Country: `USA`, - PostalCode: 80134 - }), - new InvoicesDataItem( - { - ShipName: `Madison Market`, - ShipAddress: `191 Wall Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 80168, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1091, - CustomerName: `Max Madison`, - CustomerFirstName: `Max`, - CustomerLastName: `Madison`, - CustomerAddress: `191 Wall Street, Los Angeles, USA, 80168`, - Salesperson: `Anna Madison`, - OrderID: 1657, - OrderDate: `8/7/2022`, - ProductID: 154, - ProductName: `IPad`, - UnitPrice: 24990.6, - Quantity: 5, - ExtendedPrice: 124953, - Freight: 1890.6, - Discontinued: false, - Region: `South East`, - Address: `191 Wall Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 80168 - }), - new InvoicesDataItem( - { - ShipName: `Watson Market`, - ShipAddress: `111 Market Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 60130, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Federal Shipping`, - CustomerID: 1092, - CustomerName: `Anna Watson`, - CustomerFirstName: `Anna`, - CustomerLastName: `Watson`, - CustomerAddress: `111 Market Street, Los Angeles, USA, 60130`, - Salesperson: `Ben Jackson`, - OrderID: 1818, - OrderDate: `12/2/2022`, - ProductID: 107, - ProductName: `Samsung Note`, - UnitPrice: 19750.45, - Quantity: 4, - ExtendedPrice: 79001.8, - Freight: 1840.45, - Discontinued: false, - Region: `South East`, - Address: `111 Market Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 60130 - }), - new InvoicesDataItem( - { - ShipName: `Madison Estate`, - ShipAddress: `190 Market Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 50162, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1093, - CustomerName: `Mike Madison`, - CustomerFirstName: `Mike`, - CustomerLastName: `Madison`, - CustomerAddress: `190 Market Street, Los Angeles, USA, 50162`, - Salesperson: `Mike Watson`, - OrderID: 1117, - OrderDate: `10/12/2022`, - ProductID: 176, - ProductName: `Samsung Note`, - UnitPrice: 15390.57, - Quantity: 5, - ExtendedPrice: 76952.85, - Freight: 1500.57, - Discontinued: false, - Region: `West`, - Address: `190 Market Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 50162 - }), - new InvoicesDataItem( - { - ShipName: `Black Market`, - ShipAddress: `121 Main Street`, - ShipCity: `Miami`, - ShipPostalCode: 70156, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Federal Shipping`, - CustomerID: 1094, - CustomerName: `James Black`, - CustomerFirstName: `James`, - CustomerLastName: `Black`, - CustomerAddress: `121 Main Street, Miami, USA, 70156`, - Salesperson: `Mike Jackson`, - OrderID: 1188, - OrderDate: `11/23/2022`, - ProductID: 177, - ProductName: `IPad`, - UnitPrice: 23120.28, - Quantity: 3, - ExtendedPrice: 69360.84, - Freight: 1670.28, - Discontinued: false, - Region: `South East`, - Address: `121 Main Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 70156 - }), - new InvoicesDataItem( - { - ShipName: `Smith Market`, - ShipAddress: `120 Main Street`, - ShipCity: `Miami`, - ShipPostalCode: 60082, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Speedy Express`, - CustomerID: 1095, - CustomerName: `Martin Smith`, - CustomerFirstName: `Martin`, - CustomerLastName: `Smith`, - CustomerAddress: `120 Main Street, Miami, USA, 60082`, - Salesperson: `Nancy Smith`, - OrderID: 1673, - OrderDate: `1/25/2022`, - ProductID: 189, - ProductName: `Mac Book Air`, - UnitPrice: 16310.31, - Quantity: 4, - ExtendedPrice: 65241.24, - Freight: 370.31, - Discontinued: false, - Region: `South East`, - Address: `120 Main Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 60082 - }), - new InvoicesDataItem( - { - ShipName: `Madison Estate`, - ShipAddress: `102 Main Street`, - ShipCity: `Miami`, - ShipPostalCode: 90125, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1096, - CustomerName: `Pamela Madison`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Madison`, - CustomerAddress: `102 Main Street, Miami, USA, 90125`, - Salesperson: `Pamela Smith`, - OrderID: 1048, - OrderDate: `8/6/2022`, - ProductID: 148, - ProductName: `Mac Book Pro`, - UnitPrice: 14920.59, - Quantity: 2, - ExtendedPrice: 29841.18, - Freight: 1110.59, - Discontinued: false, - Region: `West`, - Address: `102 Main Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 90125 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Home`, - ShipAddress: `125 Main Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 80199, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1097, - CustomerName: `James Jefferson`, - CustomerFirstName: `James`, - CustomerLastName: `Jefferson`, - CustomerAddress: `125 Main Street, Los Angeles, USA, 80199`, - Salesperson: `Pamela Black`, - OrderID: 1336, - OrderDate: `6/1/2022`, - ProductID: 159, - ProductName: `Mac Book Pro`, - UnitPrice: 11370.4, - Quantity: 5, - ExtendedPrice: 56852, - Freight: 1210.4, - Discontinued: false, - Region: `West`, - Address: `125 Main Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 80199 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Townhouse`, - ShipAddress: `109 Wall Street`, - ShipCity: `Miami`, - ShipPostalCode: 60118, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1098, - CustomerName: `Mike Jefferson`, - CustomerFirstName: `Mike`, - CustomerLastName: `Jefferson`, - CustomerAddress: `109 Wall Street, Miami, USA, 60118`, - Salesperson: `James Madison`, - OrderID: 1049, - OrderDate: `2/14/2022`, - ProductID: 172, - ProductName: `Mac Book Pro`, - UnitPrice: 18730.79, - Quantity: 5, - ExtendedPrice: 93653.95, - Freight: 300.79, - Discontinued: false, - Region: `South East`, - Address: `109 Wall Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 60118 - }), - new InvoicesDataItem( - { - ShipName: `Smith Townhouse`, - ShipAddress: `149 Main Street`, - ShipCity: `Miami`, - ShipPostalCode: 50128, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1099, - CustomerName: `Anna Smith`, - CustomerFirstName: `Anna`, - CustomerLastName: `Smith`, - CustomerAddress: `149 Main Street, Miami, USA, 50128`, - Salesperson: `James Watson`, - OrderID: 1292, - OrderDate: `3/15/2022`, - ProductID: 183, - ProductName: `Mac Book Air`, - UnitPrice: 16730.48, - Quantity: 5, - ExtendedPrice: 83652.4, - Freight: 1320.48, - Discontinued: true, - Region: `North East`, - Address: `149 Main Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 50128 - }), - new InvoicesDataItem( - { - ShipName: `Smith Estate`, - ShipAddress: `183 Wall Street`, - ShipCity: `New York`, - ShipPostalCode: 50089, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1100, - CustomerName: `Ben Smith`, - CustomerFirstName: `Ben`, - CustomerLastName: `Smith`, - CustomerAddress: `183 Wall Street, New York, USA, 50089`, - Salesperson: `Max Watson`, - OrderID: 1724, - OrderDate: `9/22/2022`, - ProductID: 160, - ProductName: `IPad`, - UnitPrice: 23370.51, - Quantity: 3, - ExtendedPrice: 70111.53, - Freight: 1200.51, - Discontinued: false, - Region: `North East`, - Address: `183 Wall Street`, - City: `New York`, - Country: `USA`, - PostalCode: 50089 - }), - new InvoicesDataItem( - { - ShipName: `Watson Estate`, - ShipAddress: `195 Market Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 60110, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Federal Shipping`, - CustomerID: 1101, - CustomerName: `Martin Watson`, - CustomerFirstName: `Martin`, - CustomerLastName: `Watson`, - CustomerAddress: `195 Market Street, Philadelphia, USA, 60110`, - Salesperson: `Martin Black`, - OrderID: 1154, - OrderDate: `4/13/2022`, - ProductID: 180, - ProductName: `Samsung Note`, - UnitPrice: 24870.49, - Quantity: 4, - ExtendedPrice: 99481.96, - Freight: 1200.49, - Discontinued: false, - Region: `South East`, - Address: `195 Market Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 60110 - }), - new InvoicesDataItem( - { - ShipName: `Madison Estate`, - ShipAddress: `153 Market Street`, - ShipCity: `New York`, - ShipPostalCode: 60113, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1102, - CustomerName: `Ben Madison`, - CustomerFirstName: `Ben`, - CustomerLastName: `Madison`, - CustomerAddress: `153 Market Street, New York, USA, 60113`, - Salesperson: `Nancy Black`, - OrderID: 1333, - OrderDate: `2/24/2022`, - ProductID: 192, - ProductName: `Samsung Note`, - UnitPrice: 12710.8, - Quantity: 4, - ExtendedPrice: 50843.2, - Freight: 1520.8, - Discontinued: false, - Region: `North East`, - Address: `153 Market Street`, - City: `New York`, - Country: `USA`, - PostalCode: 60113 - }), - new InvoicesDataItem( - { - ShipName: `Watson Market`, - ShipAddress: `185 Market Street`, - ShipCity: `Miami`, - ShipPostalCode: 60118, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1103, - CustomerName: `James Watson`, - CustomerFirstName: `James`, - CustomerLastName: `Watson`, - CustomerAddress: `185 Market Street, Miami, USA, 60118`, - Salesperson: `Max Black`, - OrderID: 1243, - OrderDate: `2/7/2022`, - ProductID: 124, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 16270.33, - Quantity: 4, - ExtendedPrice: 65081.32, - Freight: 1050.33, - Discontinued: false, - Region: `West`, - Address: `185 Market Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 60118 - }), - new InvoicesDataItem( - { - ShipName: `Smith Home`, - ShipAddress: `181 Market Street`, - ShipCity: `Miami`, - ShipPostalCode: 80055, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Speedy Express`, - CustomerID: 1104, - CustomerName: `Anna Smith`, - CustomerFirstName: `Anna`, - CustomerLastName: `Smith`, - CustomerAddress: `181 Market Street, Miami, USA, 80055`, - Salesperson: `Nancy Madison`, - OrderID: 1090, - OrderDate: `12/2/2022`, - ProductID: 106, - ProductName: `Mac Book Pro`, - UnitPrice: 25150.85, - Quantity: 5, - ExtendedPrice: 125754.25, - Freight: 560.85, - Discontinued: false, - Region: `North East`, - Address: `181 Market Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 80055 - }), - new InvoicesDataItem( - { - ShipName: `Watson Home`, - ShipAddress: `185 Market Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 60149, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Speedy Express`, - CustomerID: 1105, - CustomerName: `Ben Watson`, - CustomerFirstName: `Ben`, - CustomerLastName: `Watson`, - CustomerAddress: `185 Market Street, Los Angeles, USA, 60149`, - Salesperson: `Martin Madison`, - OrderID: 1697, - OrderDate: `10/12/2022`, - ProductID: 193, - ProductName: `Mac Book Air`, - UnitPrice: 18440.22, - Quantity: 5, - ExtendedPrice: 92201.1, - Freight: 1030.22, - Discontinued: false, - Region: `North East`, - Address: `185 Market Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 60149 - }), - new InvoicesDataItem( - { - ShipName: `Madison Home`, - ShipAddress: `110 Wall Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 90160, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Speedy Express`, - CustomerID: 1106, - CustomerName: `Anna Madison`, - CustomerFirstName: `Anna`, - CustomerLastName: `Madison`, - CustomerAddress: `110 Wall Street, Los Angeles, USA, 90160`, - Salesperson: `Mike Jefferson`, - OrderID: 1868, - OrderDate: `6/20/2022`, - ProductID: 166, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 10990.49, - Quantity: 5, - ExtendedPrice: 54952.45, - Freight: 1250.49, - Discontinued: false, - Region: `North East`, - Address: `110 Wall Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 90160 - }), - new InvoicesDataItem( - { - ShipName: `Madison Home`, - ShipAddress: `124 Wall Street`, - ShipCity: `Miami`, - ShipPostalCode: 90129, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1107, - CustomerName: `Martin Madison`, - CustomerFirstName: `Martin`, - CustomerLastName: `Madison`, - CustomerAddress: `124 Wall Street, Miami, USA, 90129`, - Salesperson: `Max Madison`, - OrderID: 1419, - OrderDate: `11/8/2022`, - ProductID: 119, - ProductName: `Mac Book Air`, - UnitPrice: 9310.28, - Quantity: 3, - ExtendedPrice: 27930.84, - Freight: 1660.28, - Discontinued: false, - Region: `West`, - Address: `124 Wall Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 90129 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Townhouse`, - ShipAddress: `144 Wall Street`, - ShipCity: `Huston`, - ShipPostalCode: 80145, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1108, - CustomerName: `Pamela Jefferson`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Jefferson`, - CustomerAddress: `144 Wall Street, Huston, USA, 80145`, - Salesperson: `Mike Smith`, - OrderID: 1103, - OrderDate: `5/14/2022`, - ProductID: 172, - ProductName: `Mac Book Pro`, - UnitPrice: 5130.33, - Quantity: 2, - ExtendedPrice: 10260.66, - Freight: 1840.33, - Discontinued: false, - Region: `North East`, - Address: `144 Wall Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 80145 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Estate`, - ShipAddress: `200 Main Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 50073, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1109, - CustomerName: `Nancy Jefferson`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Jefferson`, - CustomerAddress: `200 Main Street, Philadelphia, USA, 50073`, - Salesperson: `Max Jackson`, - OrderID: 1461, - OrderDate: `6/13/2022`, - ProductID: 153, - ProductName: `Mac Book Pro`, - UnitPrice: 23080.59, - Quantity: 3, - ExtendedPrice: 69241.77, - Freight: 540.59, - Discontinued: true, - Region: `West`, - Address: `200 Main Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 50073 - }), - new InvoicesDataItem( - { - ShipName: `Madison Market`, - ShipAddress: `196 Market Street`, - ShipCity: `New York`, - ShipPostalCode: 70070, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1110, - CustomerName: `Mike Madison`, - CustomerFirstName: `Mike`, - CustomerLastName: `Madison`, - CustomerAddress: `196 Market Street, New York, USA, 70070`, - Salesperson: `Nancy Smith`, - OrderID: 1713, - OrderDate: `3/6/2022`, - ProductID: 121, - ProductName: `Mac Book Pro`, - UnitPrice: 29390.58, - Quantity: 3, - ExtendedPrice: 88171.74, - Freight: 1170.58, - Discontinued: false, - Region: `West`, - Address: `196 Market Street`, - City: `New York`, - Country: `USA`, - PostalCode: 70070 - }), - new InvoicesDataItem( - { - ShipName: `Smith Home`, - ShipAddress: `154 Main Street`, - ShipCity: `New York`, - ShipPostalCode: 70167, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Speedy Express`, - CustomerID: 1111, - CustomerName: `Martin Smith`, - CustomerFirstName: `Martin`, - CustomerLastName: `Smith`, - CustomerAddress: `154 Main Street, New York, USA, 70167`, - Salesperson: `Pamela Jackson`, - OrderID: 1956, - OrderDate: `1/2/2022`, - ProductID: 156, - ProductName: `Samsung Note`, - UnitPrice: 24870.88, - Quantity: 2, - ExtendedPrice: 49741.76, - Freight: 1360.88, - Discontinued: false, - Region: `North East`, - Address: `154 Main Street`, - City: `New York`, - Country: `USA`, - PostalCode: 70167 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Townhouse`, - ShipAddress: `110 Main Street`, - ShipCity: `Miami`, - ShipPostalCode: 90055, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1112, - CustomerName: `Mike Jefferson`, - CustomerFirstName: `Mike`, - CustomerLastName: `Jefferson`, - CustomerAddress: `110 Main Street, Miami, USA, 90055`, - Salesperson: `Anna Madison`, - OrderID: 1530, - OrderDate: `10/15/2022`, - ProductID: 113, - ProductName: `IPad`, - UnitPrice: 24570.87, - Quantity: 4, - ExtendedPrice: 98283.48, - Freight: 930.87, - Discontinued: false, - Region: `South East`, - Address: `110 Main Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 90055 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Townhouse`, - ShipAddress: `200 Market Street`, - ShipCity: `Huston`, - ShipPostalCode: 70105, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1113, - CustomerName: `Martin Jefferson`, - CustomerFirstName: `Martin`, - CustomerLastName: `Jefferson`, - CustomerAddress: `200 Market Street, Huston, USA, 70105`, - Salesperson: `James Jackson`, - OrderID: 1488, - OrderDate: `7/13/2022`, - ProductID: 109, - ProductName: `IPhone`, - UnitPrice: 23860.57, - Quantity: 4, - ExtendedPrice: 95442.28, - Freight: 1130.57, - Discontinued: false, - Region: `North East`, - Address: `200 Market Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 70105 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Home`, - ShipAddress: `181 Main Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 80175, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Speedy Express`, - CustomerID: 1114, - CustomerName: `Ben Jefferson`, - CustomerFirstName: `Ben`, - CustomerLastName: `Jefferson`, - CustomerAddress: `181 Main Street, Philadelphia, USA, 80175`, - Salesperson: `Max Jackson`, - OrderID: 1143, - OrderDate: `6/13/2022`, - ProductID: 144, - ProductName: `Mac Book Air`, - UnitPrice: 28390.63, - Quantity: 5, - ExtendedPrice: 141953.15, - Freight: 300.63, - Discontinued: false, - Region: `North East`, - Address: `181 Main Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 80175 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Home`, - ShipAddress: `137 Market Street`, - ShipCity: `Huston`, - ShipPostalCode: 50144, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Federal Shipping`, - CustomerID: 1115, - CustomerName: `Ben Jackson`, - CustomerFirstName: `Ben`, - CustomerLastName: `Jackson`, - CustomerAddress: `137 Market Street, Huston, USA, 50144`, - Salesperson: `Martin Jackson`, - OrderID: 1274, - OrderDate: `4/8/2022`, - ProductID: 134, - ProductName: `IPad`, - UnitPrice: 22580.34, - Quantity: 2, - ExtendedPrice: 45160.68, - Freight: 1720.34, - Discontinued: false, - Region: `South East`, - Address: `137 Market Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 50144 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Market`, - ShipAddress: `186 Main Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 70112, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Speedy Express`, - CustomerID: 1116, - CustomerName: `Pamela Jefferson`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Jefferson`, - CustomerAddress: `186 Main Street, Los Angeles, USA, 70112`, - Salesperson: `Mike Jefferson`, - OrderID: 1597, - OrderDate: `8/6/2022`, - ProductID: 127, - ProductName: `Mac Book Pro`, - UnitPrice: 28490.48, - Quantity: 3, - ExtendedPrice: 85471.44, - Freight: 760.48, - Discontinued: false, - Region: `South East`, - Address: `186 Main Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 70112 - }), - new InvoicesDataItem( - { - ShipName: `Watson Townhouse`, - ShipAddress: `152 Wall Street`, - ShipCity: `Huston`, - ShipPostalCode: 50080, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1117, - CustomerName: `Nancy Watson`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Watson`, - CustomerAddress: `152 Wall Street, Huston, USA, 50080`, - Salesperson: `Max Jackson`, - OrderID: 1632, - OrderDate: `4/15/2022`, - ProductID: 179, - ProductName: `Mac Book Pro`, - UnitPrice: 20680.38, - Quantity: 5, - ExtendedPrice: 103401.9, - Freight: 490.38, - Discontinued: false, - Region: `West`, - Address: `152 Wall Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 50080 - }), - new InvoicesDataItem( - { - ShipName: `Black Home`, - ShipAddress: `147 Wall Street`, - ShipCity: `Huston`, - ShipPostalCode: 60136, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1118, - CustomerName: `Pamela Black`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Black`, - CustomerAddress: `147 Wall Street, Huston, USA, 60136`, - Salesperson: `Mike Watson`, - OrderID: 1461, - OrderDate: `4/21/2022`, - ProductID: 118, - ProductName: `Samsung Note`, - UnitPrice: 6990.24, - Quantity: 5, - ExtendedPrice: 34951.2, - Freight: 460.24, - Discontinued: false, - Region: `North East`, - Address: `147 Wall Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 60136 - }), - new InvoicesDataItem( - { - ShipName: `Black Estate`, - ShipAddress: `161 Market Street`, - ShipCity: `Huston`, - ShipPostalCode: 80121, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1119, - CustomerName: `James Black`, - CustomerFirstName: `James`, - CustomerLastName: `Black`, - CustomerAddress: `161 Market Street, Huston, USA, 80121`, - Salesperson: `Martin Jefferson`, - OrderID: 1380, - OrderDate: `1/3/2022`, - ProductID: 176, - ProductName: `Mac Book Air`, - UnitPrice: 26540.79, - Quantity: 5, - ExtendedPrice: 132703.95, - Freight: 470.79, - Discontinued: true, - Region: `West`, - Address: `161 Market Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 80121 - }), - new InvoicesDataItem( - { - ShipName: `Watson Townhouse`, - ShipAddress: `118 Main Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 50189, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1120, - CustomerName: `Ben Watson`, - CustomerFirstName: `Ben`, - CustomerLastName: `Watson`, - CustomerAddress: `118 Main Street, Philadelphia, USA, 50189`, - Salesperson: `Ben Watson`, - OrderID: 1658, - OrderDate: `1/4/2022`, - ProductID: 184, - ProductName: `Mac Book Air`, - UnitPrice: 16830.41, - Quantity: 5, - ExtendedPrice: 84152.05, - Freight: 1660.41, - Discontinued: false, - Region: `West`, - Address: `118 Main Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 50189 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Townhouse`, - ShipAddress: `186 Market Street`, - ShipCity: `Miami`, - ShipPostalCode: 60097, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Speedy Express`, - CustomerID: 1121, - CustomerName: `Pamela Jackson`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Jackson`, - CustomerAddress: `186 Market Street, Miami, USA, 60097`, - Salesperson: `Nancy Watson`, - OrderID: 1754, - OrderDate: `7/3/2022`, - ProductID: 148, - ProductName: `Mac Book Air`, - UnitPrice: 5030.24, - Quantity: 3, - ExtendedPrice: 15090.72, - Freight: 1660.24, - Discontinued: false, - Region: `South East`, - Address: `186 Market Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 60097 - }), - new InvoicesDataItem( - { - ShipName: `Smith Market`, - ShipAddress: `191 Main Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 90155, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1122, - CustomerName: `Ben Smith`, - CustomerFirstName: `Ben`, - CustomerLastName: `Smith`, - CustomerAddress: `191 Main Street, Los Angeles, USA, 90155`, - Salesperson: `Anna Madison`, - OrderID: 1279, - OrderDate: `3/14/2022`, - ProductID: 151, - ProductName: `IPhone`, - UnitPrice: 23590.82, - Quantity: 3, - ExtendedPrice: 70772.46, - Freight: 1120.82, - Discontinued: false, - Region: `West`, - Address: `191 Main Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 90155 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Market`, - ShipAddress: `190 Main Street`, - ShipCity: `New York`, - ShipPostalCode: 80075, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Federal Shipping`, - CustomerID: 1123, - CustomerName: `James Jefferson`, - CustomerFirstName: `James`, - CustomerLastName: `Jefferson`, - CustomerAddress: `190 Main Street, New York, USA, 80075`, - Salesperson: `Martin Jackson`, - OrderID: 1310, - OrderDate: `11/7/2022`, - ProductID: 183, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 26450.4, - Quantity: 5, - ExtendedPrice: 132252, - Freight: 420.4, - Discontinued: false, - Region: `South East`, - Address: `190 Main Street`, - City: `New York`, - Country: `USA`, - PostalCode: 80075 - }), - new InvoicesDataItem( - { - ShipName: `Madison Home`, - ShipAddress: `160 Market Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 80067, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Speedy Express`, - CustomerID: 1124, - CustomerName: `Pamela Madison`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Madison`, - CustomerAddress: `160 Market Street, Philadelphia, USA, 80067`, - Salesperson: `Ben Jackson`, - OrderID: 1920, - OrderDate: `12/17/2022`, - ProductID: 174, - ProductName: `IPhone`, - UnitPrice: 23660.88, - Quantity: 4, - ExtendedPrice: 94643.52, - Freight: 1220.88, - Discontinued: false, - Region: `North East`, - Address: `160 Market Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 80067 - }), - new InvoicesDataItem( - { - ShipName: `Black Market`, - ShipAddress: `151 Wall Street`, - ShipCity: `Miami`, - ShipPostalCode: 90124, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1125, - CustomerName: `Max Black`, - CustomerFirstName: `Max`, - CustomerLastName: `Black`, - CustomerAddress: `151 Wall Street, Miami, USA, 90124`, - Salesperson: `Mike Watson`, - OrderID: 1497, - OrderDate: `2/21/2022`, - ProductID: 179, - ProductName: `IPhone`, - UnitPrice: 15940.51, - Quantity: 5, - ExtendedPrice: 79702.55, - Freight: 1880.51, - Discontinued: false, - Region: `West`, - Address: `151 Wall Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 90124 - }), - new InvoicesDataItem( - { - ShipName: `Black Estate`, - ShipAddress: `151 Market Street`, - ShipCity: `Huston`, - ShipPostalCode: 70173, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1126, - CustomerName: `Nancy Black`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Black`, - CustomerAddress: `151 Market Street, Huston, USA, 70173`, - Salesperson: `Pamela Jefferson`, - OrderID: 1925, - OrderDate: `2/15/2022`, - ProductID: 170, - ProductName: `IPhone`, - UnitPrice: 13350.7, - Quantity: 5, - ExtendedPrice: 66753.5, - Freight: 720.7, - Discontinued: false, - Region: `West`, - Address: `151 Market Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 70173 - }), - new InvoicesDataItem( - { - ShipName: `Watson Townhouse`, - ShipAddress: `114 Main Street`, - ShipCity: `Miami`, - ShipPostalCode: 80067, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Speedy Express`, - CustomerID: 1127, - CustomerName: `James Watson`, - CustomerFirstName: `James`, - CustomerLastName: `Watson`, - CustomerAddress: `114 Main Street, Miami, USA, 80067`, - Salesperson: `Pamela Black`, - OrderID: 1338, - OrderDate: `5/19/2022`, - ProductID: 196, - ProductName: `Samsung Note`, - UnitPrice: 20820.82, - Quantity: 4, - ExtendedPrice: 83283.28, - Freight: 1570.82, - Discontinued: false, - Region: `South East`, - Address: `114 Main Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 80067 - }), - new InvoicesDataItem( - { - ShipName: `Madison Market`, - ShipAddress: `189 Wall Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 80157, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1128, - CustomerName: `Anna Madison`, - CustomerFirstName: `Anna`, - CustomerLastName: `Madison`, - CustomerAddress: `189 Wall Street, Philadelphia, USA, 80157`, - Salesperson: `Ben Watson`, - OrderID: 1794, - OrderDate: `9/9/2022`, - ProductID: 168, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 25550.56, - Quantity: 4, - ExtendedPrice: 102202.24, - Freight: 400.56, - Discontinued: false, - Region: `North East`, - Address: `189 Wall Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 80157 - }), - new InvoicesDataItem( - { - ShipName: `Watson Home`, - ShipAddress: `198 Main Street`, - ShipCity: `New York`, - ShipPostalCode: 60169, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1129, - CustomerName: `Ben Watson`, - CustomerFirstName: `Ben`, - CustomerLastName: `Watson`, - CustomerAddress: `198 Main Street, New York, USA, 60169`, - Salesperson: `James Black`, - OrderID: 1108, - OrderDate: `2/5/2022`, - ProductID: 194, - ProductName: `Mac Book Air`, - UnitPrice: 10890.26, - Quantity: 3, - ExtendedPrice: 32670.78, - Freight: 760.26, - Discontinued: true, - Region: `South East`, - Address: `198 Main Street`, - City: `New York`, - Country: `USA`, - PostalCode: 60169 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Townhouse`, - ShipAddress: `106 Main Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 60117, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1130, - CustomerName: `James Jackson`, - CustomerFirstName: `James`, - CustomerLastName: `Jackson`, - CustomerAddress: `106 Main Street, Los Angeles, USA, 60117`, - Salesperson: `Pamela Jackson`, - OrderID: 1953, - OrderDate: `11/24/2022`, - ProductID: 179, - ProductName: `Samsung Note`, - UnitPrice: 19940.84, - Quantity: 3, - ExtendedPrice: 59822.52, - Freight: 890.84, - Discontinued: false, - Region: `West`, - Address: `106 Main Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 60117 - }), - new InvoicesDataItem( - { - ShipName: `Madison Home`, - ShipAddress: `192 Main Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 90090, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Federal Shipping`, - CustomerID: 1131, - CustomerName: `James Madison`, - CustomerFirstName: `James`, - CustomerLastName: `Madison`, - CustomerAddress: `192 Main Street, Los Angeles, USA, 90090`, - Salesperson: `Max Jefferson`, - OrderID: 1337, - OrderDate: `10/10/2022`, - ProductID: 198, - ProductName: `Samsung Note`, - UnitPrice: 18640.31, - Quantity: 2, - ExtendedPrice: 37280.62, - Freight: 280.31, - Discontinued: false, - Region: `South East`, - Address: `192 Main Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 90090 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Townhouse`, - ShipAddress: `128 Market Street`, - ShipCity: `Miami`, - ShipPostalCode: 50136, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1132, - CustomerName: `Martin Jefferson`, - CustomerFirstName: `Martin`, - CustomerLastName: `Jefferson`, - CustomerAddress: `128 Market Street, Miami, USA, 50136`, - Salesperson: `Nancy Jefferson`, - OrderID: 1617, - OrderDate: `4/10/2022`, - ProductID: 148, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 26140.37, - Quantity: 2, - ExtendedPrice: 52280.74, - Freight: 1270.37, - Discontinued: false, - Region: `West`, - Address: `128 Market Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 50136 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Home`, - ShipAddress: `164 Wall Street`, - ShipCity: `Huston`, - ShipPostalCode: 70190, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1133, - CustomerName: `Max Jackson`, - CustomerFirstName: `Max`, - CustomerLastName: `Jackson`, - CustomerAddress: `164 Wall Street, Huston, USA, 70190`, - Salesperson: `Nancy Watson`, - OrderID: 1222, - OrderDate: `3/15/2022`, - ProductID: 140, - ProductName: `IPad`, - UnitPrice: 20540.74, - Quantity: 3, - ExtendedPrice: 61622.22, - Freight: 1190.74, - Discontinued: false, - Region: `West`, - Address: `164 Wall Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 70190 - }), - new InvoicesDataItem( - { - ShipName: `Black Home`, - ShipAddress: `118 Main Street`, - ShipCity: `Huston`, - ShipPostalCode: 60126, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1134, - CustomerName: `Ben Black`, - CustomerFirstName: `Ben`, - CustomerLastName: `Black`, - CustomerAddress: `118 Main Street, Huston, USA, 60126`, - Salesperson: `Pamela Jefferson`, - OrderID: 1888, - OrderDate: `7/3/2022`, - ProductID: 133, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 25970.39, - Quantity: 2, - ExtendedPrice: 51940.78, - Freight: 1110.39, - Discontinued: false, - Region: `North East`, - Address: `118 Main Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 60126 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Estate`, - ShipAddress: `145 Wall Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 50093, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1135, - CustomerName: `James Jefferson`, - CustomerFirstName: `James`, - CustomerLastName: `Jefferson`, - CustomerAddress: `145 Wall Street, Philadelphia, USA, 50093`, - Salesperson: `Nancy Jefferson`, - OrderID: 1661, - OrderDate: `5/14/2022`, - ProductID: 199, - ProductName: `Mac Book Air`, - UnitPrice: 12190.38, - Quantity: 2, - ExtendedPrice: 24380.76, - Freight: 1670.38, - Discontinued: false, - Region: `North East`, - Address: `145 Wall Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 50093 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Home`, - ShipAddress: `174 Wall Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 70094, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1136, - CustomerName: `Ben Jefferson`, - CustomerFirstName: `Ben`, - CustomerLastName: `Jefferson`, - CustomerAddress: `174 Wall Street, Los Angeles, USA, 70094`, - Salesperson: `Max Madison`, - OrderID: 1495, - OrderDate: `1/19/2022`, - ProductID: 188, - ProductName: `Mac Book Pro`, - UnitPrice: 18310.54, - Quantity: 5, - ExtendedPrice: 91552.7, - Freight: 810.54, - Discontinued: false, - Region: `West`, - Address: `174 Wall Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 70094 - }), - new InvoicesDataItem( - { - ShipName: `Watson Market`, - ShipAddress: `146 Wall Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 90093, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1137, - CustomerName: `Martin Watson`, - CustomerFirstName: `Martin`, - CustomerLastName: `Watson`, - CustomerAddress: `146 Wall Street, Philadelphia, USA, 90093`, - Salesperson: `Mike Smith`, - OrderID: 1649, - OrderDate: `1/4/2022`, - ProductID: 171, - ProductName: `Mac Book Air`, - UnitPrice: 6400.45, - Quantity: 3, - ExtendedPrice: 19201.35, - Freight: 220.45, - Discontinued: false, - Region: `West`, - Address: `146 Wall Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 90093 - }), - new InvoicesDataItem( - { - ShipName: `Smith Estate`, - ShipAddress: `181 Main Street`, - ShipCity: `Miami`, - ShipPostalCode: 80117, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1138, - CustomerName: `Martin Smith`, - CustomerFirstName: `Martin`, - CustomerLastName: `Smith`, - CustomerAddress: `181 Main Street, Miami, USA, 80117`, - Salesperson: `Mike Black`, - OrderID: 1152, - OrderDate: `5/12/2022`, - ProductID: 172, - ProductName: `Mac Book Pro`, - UnitPrice: 26760.58, - Quantity: 5, - ExtendedPrice: 133802.9, - Freight: 1480.58, - Discontinued: false, - Region: `West`, - Address: `181 Main Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 80117 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Market`, - ShipAddress: `183 Wall Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 70191, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1139, - CustomerName: `Mike Jefferson`, - CustomerFirstName: `Mike`, - CustomerLastName: `Jefferson`, - CustomerAddress: `183 Wall Street, Philadelphia, USA, 70191`, - Salesperson: `Nancy Jefferson`, - OrderID: 1471, - OrderDate: `5/19/2022`, - ProductID: 119, - ProductName: `Mac Book Pro`, - UnitPrice: 22030.88, - Quantity: 5, - ExtendedPrice: 110154.4, - Freight: 990.88, - Discontinued: true, - Region: `West`, - Address: `183 Wall Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 70191 - }), - new InvoicesDataItem( - { - ShipName: `Madison Estate`, - ShipAddress: `100 Wall Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 80082, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1140, - CustomerName: `Pamela Madison`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Madison`, - CustomerAddress: `100 Wall Street, Philadelphia, USA, 80082`, - Salesperson: `Max Madison`, - OrderID: 1793, - OrderDate: `3/16/2022`, - ProductID: 158, - ProductName: `Mac Book Pro`, - UnitPrice: 20230.42, - Quantity: 3, - ExtendedPrice: 60691.26, - Freight: 1990.42, - Discontinued: false, - Region: `West`, - Address: `100 Wall Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 80082 - }), - new InvoicesDataItem( - { - ShipName: `Black Market`, - ShipAddress: `173 Market Street`, - ShipCity: `New York`, - ShipPostalCode: 90155, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1141, - CustomerName: `Pamela Black`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Black`, - CustomerAddress: `173 Market Street, New York, USA, 90155`, - Salesperson: `Pamela Black`, - OrderID: 1928, - OrderDate: `8/24/2022`, - ProductID: 114, - ProductName: `Mac Book Air`, - UnitPrice: 24460.68, - Quantity: 2, - ExtendedPrice: 48921.36, - Freight: 1840.68, - Discontinued: false, - Region: `West`, - Address: `173 Market Street`, - City: `New York`, - Country: `USA`, - PostalCode: 90155 - }), - new InvoicesDataItem( - { - ShipName: `Smith Townhouse`, - ShipAddress: `171 Market Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 60087, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1142, - CustomerName: `James Smith`, - CustomerFirstName: `James`, - CustomerLastName: `Smith`, - CustomerAddress: `171 Market Street, Philadelphia, USA, 60087`, - Salesperson: `Pamela Madison`, - OrderID: 1027, - OrderDate: `1/25/2022`, - ProductID: 145, - ProductName: `Samsung Note`, - UnitPrice: 6010.73, - Quantity: 3, - ExtendedPrice: 18032.19, - Freight: 1860.73, - Discontinued: false, - Region: `West`, - Address: `171 Market Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 60087 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Townhouse`, - ShipAddress: `175 Wall Street`, - ShipCity: `Huston`, - ShipPostalCode: 60122, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1143, - CustomerName: `Mike Jackson`, - CustomerFirstName: `Mike`, - CustomerLastName: `Jackson`, - CustomerAddress: `175 Wall Street, Huston, USA, 60122`, - Salesperson: `Pamela Jackson`, - OrderID: 1700, - OrderDate: `12/10/2022`, - ProductID: 150, - ProductName: `Mac Book Pro`, - UnitPrice: 22030.36, - Quantity: 2, - ExtendedPrice: 44060.72, - Freight: 940.36, - Discontinued: false, - Region: `West`, - Address: `175 Wall Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 60122 - }), - new InvoicesDataItem( - { - ShipName: `Smith Townhouse`, - ShipAddress: `174 Main Street`, - ShipCity: `Miami`, - ShipPostalCode: 90071, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1144, - CustomerName: `Max Smith`, - CustomerFirstName: `Max`, - CustomerLastName: `Smith`, - CustomerAddress: `174 Main Street, Miami, USA, 90071`, - Salesperson: `Mike Jackson`, - OrderID: 1769, - OrderDate: `2/20/2022`, - ProductID: 183, - ProductName: `Mac Book Air`, - UnitPrice: 25890.72, - Quantity: 3, - ExtendedPrice: 77672.16, - Freight: 1540.72, - Discontinued: false, - Region: `West`, - Address: `174 Main Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 90071 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Estate`, - ShipAddress: `100 Market Street`, - ShipCity: `Huston`, - ShipPostalCode: 90059, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1145, - CustomerName: `Martin Jefferson`, - CustomerFirstName: `Martin`, - CustomerLastName: `Jefferson`, - CustomerAddress: `100 Market Street, Huston, USA, 90059`, - Salesperson: `Max Jefferson`, - OrderID: 1835, - OrderDate: `5/15/2022`, - ProductID: 142, - ProductName: `Samsung Note`, - UnitPrice: 28310.48, - Quantity: 3, - ExtendedPrice: 84931.44, - Freight: 2000.48, - Discontinued: false, - Region: `West`, - Address: `100 Market Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 90059 - }), - new InvoicesDataItem( - { - ShipName: `Madison Townhouse`, - ShipAddress: `120 Market Street`, - ShipCity: `Miami`, - ShipPostalCode: 90120, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1146, - CustomerName: `Ben Madison`, - CustomerFirstName: `Ben`, - CustomerLastName: `Madison`, - CustomerAddress: `120 Market Street, Miami, USA, 90120`, - Salesperson: `Max Jefferson`, - OrderID: 1787, - OrderDate: `5/16/2022`, - ProductID: 104, - ProductName: `IPad`, - UnitPrice: 8410.44, - Quantity: 2, - ExtendedPrice: 16820.88, - Freight: 1620.44, - Discontinued: false, - Region: `West`, - Address: `120 Market Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 90120 - }), - new InvoicesDataItem( - { - ShipName: `Watson Estate`, - ShipAddress: `163 Wall Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 80132, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1147, - CustomerName: `Pamela Watson`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Watson`, - CustomerAddress: `163 Wall Street, Los Angeles, USA, 80132`, - Salesperson: `Pamela Watson`, - OrderID: 1026, - OrderDate: `7/10/2022`, - ProductID: 130, - ProductName: `Samsung Note`, - UnitPrice: 13650.42, - Quantity: 3, - ExtendedPrice: 40951.26, - Freight: 750.42, - Discontinued: false, - Region: `West`, - Address: `163 Wall Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 80132 - }), - new InvoicesDataItem( - { - ShipName: `Black Home`, - ShipAddress: `169 Wall Street`, - ShipCity: `Huston`, - ShipPostalCode: 90138, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1148, - CustomerName: `Ben Black`, - CustomerFirstName: `Ben`, - CustomerLastName: `Black`, - CustomerAddress: `169 Wall Street, Huston, USA, 90138`, - Salesperson: `Anna Smith`, - OrderID: 1805, - OrderDate: `1/6/2022`, - ProductID: 126, - ProductName: `Samsung Note`, - UnitPrice: 29130.32, - Quantity: 4, - ExtendedPrice: 116521.28, - Freight: 800.32, - Discontinued: false, - Region: `West`, - Address: `169 Wall Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 90138 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Townhouse`, - ShipAddress: `167 Market Street`, - ShipCity: `Miami`, - ShipPostalCode: 60152, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1149, - CustomerName: `Max Jefferson`, - CustomerFirstName: `Max`, - CustomerLastName: `Jefferson`, - CustomerAddress: `167 Market Street, Miami, USA, 60152`, - Salesperson: `Ben Jackson`, - OrderID: 1292, - OrderDate: `10/3/2022`, - ProductID: 178, - ProductName: `IPhone`, - UnitPrice: 9150.64, - Quantity: 5, - ExtendedPrice: 45753.2, - Freight: 1530.64, - Discontinued: true, - Region: `North East`, - Address: `167 Market Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 60152 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Home`, - ShipAddress: `194 Wall Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 80133, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1150, - CustomerName: `Nancy Jackson`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Jackson`, - CustomerAddress: `194 Wall Street, Philadelphia, USA, 80133`, - Salesperson: `Martin Watson`, - OrderID: 1240, - OrderDate: `10/14/2022`, - ProductID: 128, - ProductName: `IPhone`, - UnitPrice: 22900.38, - Quantity: 5, - ExtendedPrice: 114501.9, - Freight: 1500.38, - Discontinued: false, - Region: `North East`, - Address: `194 Wall Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 80133 - }), - new InvoicesDataItem( - { - ShipName: `Smith Home`, - ShipAddress: `168 Wall Street`, - ShipCity: `New York`, - ShipPostalCode: 60104, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1151, - CustomerName: `James Smith`, - CustomerFirstName: `James`, - CustomerLastName: `Smith`, - CustomerAddress: `168 Wall Street, New York, USA, 60104`, - Salesperson: `Martin Madison`, - OrderID: 1307, - OrderDate: `5/19/2022`, - ProductID: 109, - ProductName: `Samsung Note`, - UnitPrice: 18330.33, - Quantity: 5, - ExtendedPrice: 91651.65, - Freight: 1960.33, - Discontinued: false, - Region: `North East`, - Address: `168 Wall Street`, - City: `New York`, - Country: `USA`, - PostalCode: 60104 - }), - new InvoicesDataItem( - { - ShipName: `Madison Market`, - ShipAddress: `122 Market Street`, - ShipCity: `New York`, - ShipPostalCode: 60149, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1152, - CustomerName: `Nancy Madison`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Madison`, - CustomerAddress: `122 Market Street, New York, USA, 60149`, - Salesperson: `Mike Madison`, - OrderID: 1360, - OrderDate: `11/2/2022`, - ProductID: 141, - ProductName: `Mac Book Pro`, - UnitPrice: 8620.6, - Quantity: 2, - ExtendedPrice: 17241.2, - Freight: 950.6, - Discontinued: false, - Region: `South East`, - Address: `122 Market Street`, - City: `New York`, - Country: `USA`, - PostalCode: 60149 - }), - new InvoicesDataItem( - { - ShipName: `Black Home`, - ShipAddress: `147 Main Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 80098, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Speedy Express`, - CustomerID: 1153, - CustomerName: `Pamela Black`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Black`, - CustomerAddress: `147 Main Street, Philadelphia, USA, 80098`, - Salesperson: `James Black`, - OrderID: 1445, - OrderDate: `11/2/2022`, - ProductID: 151, - ProductName: `Samsung Note`, - UnitPrice: 27180.5, - Quantity: 2, - ExtendedPrice: 54361, - Freight: 790.5, - Discontinued: false, - Region: `South East`, - Address: `147 Main Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 80098 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Estate`, - ShipAddress: `113 Wall Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 90111, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1154, - CustomerName: `Martin Jackson`, - CustomerFirstName: `Martin`, - CustomerLastName: `Jackson`, - CustomerAddress: `113 Wall Street, Los Angeles, USA, 90111`, - Salesperson: `Anna Jackson`, - OrderID: 1014, - OrderDate: `1/24/2022`, - ProductID: 185, - ProductName: `Mac Book Air`, - UnitPrice: 14760.63, - Quantity: 2, - ExtendedPrice: 29521.26, - Freight: 1520.63, - Discontinued: false, - Region: `West`, - Address: `113 Wall Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 90111 - }), - new InvoicesDataItem( - { - ShipName: `Smith Estate`, - ShipAddress: `154 Wall Street`, - ShipCity: `Huston`, - ShipPostalCode: 60050, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1155, - CustomerName: `Nancy Smith`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Smith`, - CustomerAddress: `154 Wall Street, Huston, USA, 60050`, - Salesperson: `Nancy Smith`, - OrderID: 1845, - OrderDate: `4/8/2022`, - ProductID: 105, - ProductName: `IPad`, - UnitPrice: 22600.77, - Quantity: 4, - ExtendedPrice: 90403.08, - Freight: 670.77, - Discontinued: false, - Region: `North East`, - Address: `154 Wall Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 60050 - }), - new InvoicesDataItem( - { - ShipName: `Black Townhouse`, - ShipAddress: `188 Main Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 80121, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1156, - CustomerName: `James Black`, - CustomerFirstName: `James`, - CustomerLastName: `Black`, - CustomerAddress: `188 Main Street, Philadelphia, USA, 80121`, - Salesperson: `Martin Jefferson`, - OrderID: 1587, - OrderDate: `5/13/2022`, - ProductID: 174, - ProductName: `Samsung Note`, - UnitPrice: 17020.74, - Quantity: 2, - ExtendedPrice: 34041.48, - Freight: 1490.74, - Discontinued: false, - Region: `West`, - Address: `188 Main Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 80121 - }), - new InvoicesDataItem( - { - ShipName: `Smith Home`, - ShipAddress: `181 Wall Street`, - ShipCity: `Huston`, - ShipPostalCode: 90097, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1157, - CustomerName: `Anna Smith`, - CustomerFirstName: `Anna`, - CustomerLastName: `Smith`, - CustomerAddress: `181 Wall Street, Huston, USA, 90097`, - Salesperson: `Anna Madison`, - OrderID: 1706, - OrderDate: `5/22/2022`, - ProductID: 112, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 21780.43, - Quantity: 3, - ExtendedPrice: 65341.29, - Freight: 1650.43, - Discontinued: false, - Region: `North East`, - Address: `181 Wall Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 90097 - }), - new InvoicesDataItem( - { - ShipName: `Smith Estate`, - ShipAddress: `171 Wall Street`, - ShipCity: `Miami`, - ShipPostalCode: 50118, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1158, - CustomerName: `James Smith`, - CustomerFirstName: `James`, - CustomerLastName: `Smith`, - CustomerAddress: `171 Wall Street, Miami, USA, 50118`, - Salesperson: `Max Smith`, - OrderID: 1335, - OrderDate: `6/16/2022`, - ProductID: 116, - ProductName: `IPad`, - UnitPrice: 7560.43, - Quantity: 3, - ExtendedPrice: 22681.29, - Freight: 1140.43, - Discontinued: false, - Region: `West`, - Address: `171 Wall Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 50118 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Estate`, - ShipAddress: `193 Market Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 70176, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1159, - CustomerName: `Ben Jackson`, - CustomerFirstName: `Ben`, - CustomerLastName: `Jackson`, - CustomerAddress: `193 Market Street, Philadelphia, USA, 70176`, - Salesperson: `Martin Black`, - OrderID: 1003, - OrderDate: `9/11/2022`, - ProductID: 170, - ProductName: `IPhone`, - UnitPrice: 15510.7, - Quantity: 5, - ExtendedPrice: 77553.5, - Freight: 200.7, - Discontinued: true, - Region: `West`, - Address: `193 Market Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 70176 - }), - new InvoicesDataItem( - { - ShipName: `Madison Home`, - ShipAddress: `125 Market Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 80142, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1160, - CustomerName: `Ben Madison`, - CustomerFirstName: `Ben`, - CustomerLastName: `Madison`, - CustomerAddress: `125 Market Street, Philadelphia, USA, 80142`, - Salesperson: `Martin Madison`, - OrderID: 1723, - OrderDate: `3/14/2022`, - ProductID: 179, - ProductName: `IPhone`, - UnitPrice: 14760.6, - Quantity: 3, - ExtendedPrice: 44281.8, - Freight: 1650.6, - Discontinued: false, - Region: `West`, - Address: `125 Market Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 80142 - }), - new InvoicesDataItem( - { - ShipName: `Smith Estate`, - ShipAddress: `128 Main Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 70111, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Speedy Express`, - CustomerID: 1161, - CustomerName: `Anna Smith`, - CustomerFirstName: `Anna`, - CustomerLastName: `Smith`, - CustomerAddress: `128 Main Street, Philadelphia, USA, 70111`, - Salesperson: `Max Jackson`, - OrderID: 1810, - OrderDate: `1/18/2022`, - ProductID: 117, - ProductName: `IPad`, - UnitPrice: 19620.55, - Quantity: 5, - ExtendedPrice: 98102.75, - Freight: 1030.55, - Discontinued: false, - Region: `South East`, - Address: `128 Main Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 70111 - }), - new InvoicesDataItem( - { - ShipName: `Madison Estate`, - ShipAddress: `131 Wall Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 90058, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1162, - CustomerName: `Max Madison`, - CustomerFirstName: `Max`, - CustomerLastName: `Madison`, - CustomerAddress: `131 Wall Street, Philadelphia, USA, 90058`, - Salesperson: `Pamela Madison`, - OrderID: 1224, - OrderDate: `2/2/2022`, - ProductID: 108, - ProductName: `Mac Book Air`, - UnitPrice: 9130.21, - Quantity: 2, - ExtendedPrice: 18260.42, - Freight: 1110.21, - Discontinued: false, - Region: `West`, - Address: `131 Wall Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 90058 - }), - new InvoicesDataItem( - { - ShipName: `Watson Market`, - ShipAddress: `145 Main Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 50176, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Speedy Express`, - CustomerID: 1163, - CustomerName: `James Watson`, - CustomerFirstName: `James`, - CustomerLastName: `Watson`, - CustomerAddress: `145 Main Street, Philadelphia, USA, 50176`, - Salesperson: `Mike Smith`, - OrderID: 1265, - OrderDate: `4/22/2022`, - ProductID: 147, - ProductName: `IPhone`, - UnitPrice: 15210.29, - Quantity: 2, - ExtendedPrice: 30420.58, - Freight: 1470.29, - Discontinued: false, - Region: `South East`, - Address: `145 Main Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 50176 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Estate`, - ShipAddress: `123 Main Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 90058, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1164, - CustomerName: `Ben Jefferson`, - CustomerFirstName: `Ben`, - CustomerLastName: `Jefferson`, - CustomerAddress: `123 Main Street, Philadelphia, USA, 90058`, - Salesperson: `Martin Watson`, - OrderID: 1428, - OrderDate: `9/14/2022`, - ProductID: 195, - ProductName: `Samsung Note`, - UnitPrice: 6440.36, - Quantity: 4, - ExtendedPrice: 25761.44, - Freight: 350.36, - Discontinued: false, - Region: `West`, - Address: `123 Main Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 90058 - }), - new InvoicesDataItem( - { - ShipName: `Watson Townhouse`, - ShipAddress: `148 Wall Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 60161, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1165, - CustomerName: `Ben Watson`, - CustomerFirstName: `Ben`, - CustomerLastName: `Watson`, - CustomerAddress: `148 Wall Street, Los Angeles, USA, 60161`, - Salesperson: `Nancy Black`, - OrderID: 1367, - OrderDate: `9/1/2022`, - ProductID: 196, - ProductName: `Mac Book Pro`, - UnitPrice: 26990.25, - Quantity: 4, - ExtendedPrice: 107961, - Freight: 950.25, - Discontinued: false, - Region: `West`, - Address: `148 Wall Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 60161 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Home`, - ShipAddress: `151 Main Street`, - ShipCity: `New York`, - ShipPostalCode: 90156, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1166, - CustomerName: `James Jefferson`, - CustomerFirstName: `James`, - CustomerLastName: `Jefferson`, - CustomerAddress: `151 Main Street, New York, USA, 90156`, - Salesperson: `Ben Smith`, - OrderID: 1812, - OrderDate: `6/23/2022`, - ProductID: 182, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 6230.76, - Quantity: 5, - ExtendedPrice: 31153.8, - Freight: 920.76, - Discontinued: false, - Region: `West`, - Address: `151 Main Street`, - City: `New York`, - Country: `USA`, - PostalCode: 90156 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Townhouse`, - ShipAddress: `128 Main Street`, - ShipCity: `New York`, - ShipPostalCode: 90073, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1167, - CustomerName: `Pamela Jackson`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Jackson`, - CustomerAddress: `128 Main Street, New York, USA, 90073`, - Salesperson: `Nancy Madison`, - OrderID: 1121, - OrderDate: `3/25/2022`, - ProductID: 166, - ProductName: `Mac Book Air`, - UnitPrice: 8360.33, - Quantity: 3, - ExtendedPrice: 25080.99, - Freight: 1870.33, - Discontinued: false, - Region: `South East`, - Address: `128 Main Street`, - City: `New York`, - Country: `USA`, - PostalCode: 90073 - }), - new InvoicesDataItem( - { - ShipName: `Black Market`, - ShipAddress: `109 Wall Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 70139, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1168, - CustomerName: `Mike Black`, - CustomerFirstName: `Mike`, - CustomerLastName: `Black`, - CustomerAddress: `109 Wall Street, Philadelphia, USA, 70139`, - Salesperson: `James Jefferson`, - OrderID: 1086, - OrderDate: `11/22/2022`, - ProductID: 192, - ProductName: `IPhone`, - UnitPrice: 13050.45, - Quantity: 4, - ExtendedPrice: 52201.8, - Freight: 1850.45, - Discontinued: false, - Region: `North East`, - Address: `109 Wall Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 70139 - }), - new InvoicesDataItem( - { - ShipName: `Smith Home`, - ShipAddress: `196 Wall Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 60096, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Federal Shipping`, - CustomerID: 1169, - CustomerName: `Anna Smith`, - CustomerFirstName: `Anna`, - CustomerLastName: `Smith`, - CustomerAddress: `196 Wall Street, Los Angeles, USA, 60096`, - Salesperson: `Mike Watson`, - OrderID: 1859, - OrderDate: `8/11/2022`, - ProductID: 157, - ProductName: `IPhone`, - UnitPrice: 14950.2, - Quantity: 5, - ExtendedPrice: 74751, - Freight: 1140.2, - Discontinued: true, - Region: `South East`, - Address: `196 Wall Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 60096 - }), - new InvoicesDataItem( - { - ShipName: `Watson Townhouse`, - ShipAddress: `101 Market Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 90111, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Speedy Express`, - CustomerID: 1170, - CustomerName: `James Watson`, - CustomerFirstName: `James`, - CustomerLastName: `Watson`, - CustomerAddress: `101 Market Street, Philadelphia, USA, 90111`, - Salesperson: `Mike Madison`, - OrderID: 1952, - OrderDate: `7/19/2022`, - ProductID: 152, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 29810.56, - Quantity: 4, - ExtendedPrice: 119242.24, - Freight: 470.56, - Discontinued: false, - Region: `South East`, - Address: `101 Market Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 90111 - }), - new InvoicesDataItem( - { - ShipName: `Madison Estate`, - ShipAddress: `147 Main Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 90157, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1171, - CustomerName: `Max Madison`, - CustomerFirstName: `Max`, - CustomerLastName: `Madison`, - CustomerAddress: `147 Main Street, Los Angeles, USA, 90157`, - Salesperson: `Ben Black`, - OrderID: 1351, - OrderDate: `5/22/2022`, - ProductID: 180, - ProductName: `Samsung Note`, - UnitPrice: 13470.4, - Quantity: 5, - ExtendedPrice: 67352, - Freight: 1610.4, - Discontinued: false, - Region: `West`, - Address: `147 Main Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 90157 - }), - new InvoicesDataItem( - { - ShipName: `Smith Townhouse`, - ShipAddress: `195 Market Street`, - ShipCity: `Huston`, - ShipPostalCode: 80071, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Speedy Express`, - CustomerID: 1172, - CustomerName: `Anna Smith`, - CustomerFirstName: `Anna`, - CustomerLastName: `Smith`, - CustomerAddress: `195 Market Street, Huston, USA, 80071`, - Salesperson: `Pamela Jefferson`, - OrderID: 1371, - OrderDate: `12/9/2022`, - ProductID: 105, - ProductName: `Mac Book Pro`, - UnitPrice: 19040.72, - Quantity: 4, - ExtendedPrice: 76162.88, - Freight: 1480.72, - Discontinued: false, - Region: `South East`, - Address: `195 Market Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 80071 - }), - new InvoicesDataItem( - { - ShipName: `Black Townhouse`, - ShipAddress: `184 Market Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 90197, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1173, - CustomerName: `Martin Black`, - CustomerFirstName: `Martin`, - CustomerLastName: `Black`, - CustomerAddress: `184 Market Street, Los Angeles, USA, 90197`, - Salesperson: `Martin Watson`, - OrderID: 1537, - OrderDate: `4/3/2022`, - ProductID: 137, - ProductName: `IPhone`, - UnitPrice: 25370.79, - Quantity: 2, - ExtendedPrice: 50741.58, - Freight: 1980.79, - Discontinued: false, - Region: `North East`, - Address: `184 Market Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 90197 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Estate`, - ShipAddress: `102 Market Street`, - ShipCity: `Huston`, - ShipPostalCode: 70185, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1174, - CustomerName: `Ben Jackson`, - CustomerFirstName: `Ben`, - CustomerLastName: `Jackson`, - CustomerAddress: `102 Market Street, Huston, USA, 70185`, - Salesperson: `Ben Jackson`, - OrderID: 1378, - OrderDate: `7/6/2022`, - ProductID: 182, - ProductName: `Mac Book Pro`, - UnitPrice: 19620.84, - Quantity: 2, - ExtendedPrice: 39241.68, - Freight: 730.84, - Discontinued: false, - Region: `North East`, - Address: `102 Market Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 70185 - }), - new InvoicesDataItem( - { - ShipName: `Watson Market`, - ShipAddress: `192 Wall Street`, - ShipCity: `Huston`, - ShipPostalCode: 60144, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1175, - CustomerName: `Nancy Watson`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Watson`, - CustomerAddress: `192 Wall Street, Huston, USA, 60144`, - Salesperson: `Martin Jefferson`, - OrderID: 1350, - OrderDate: `10/23/2022`, - ProductID: 138, - ProductName: `IPad`, - UnitPrice: 26010.88, - Quantity: 2, - ExtendedPrice: 52021.76, - Freight: 260.88, - Discontinued: false, - Region: `North East`, - Address: `192 Wall Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 60144 - }), - new InvoicesDataItem( - { - ShipName: `Black Home`, - ShipAddress: `114 Main Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 70079, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Speedy Express`, - CustomerID: 1176, - CustomerName: `Ben Black`, - CustomerFirstName: `Ben`, - CustomerLastName: `Black`, - CustomerAddress: `114 Main Street, Philadelphia, USA, 70079`, - Salesperson: `Anna Watson`, - OrderID: 1889, - OrderDate: `8/21/2022`, - ProductID: 146, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 23970.6, - Quantity: 3, - ExtendedPrice: 71911.8, - Freight: 1870.6, - Discontinued: false, - Region: `North East`, - Address: `114 Main Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 70079 - }), - new InvoicesDataItem( - { - ShipName: `Madison Townhouse`, - ShipAddress: `199 Wall Street`, - ShipCity: `Miami`, - ShipPostalCode: 90182, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Federal Shipping`, - CustomerID: 1177, - CustomerName: `Nancy Madison`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Madison`, - CustomerAddress: `199 Wall Street, Miami, USA, 90182`, - Salesperson: `Anna Madison`, - OrderID: 1285, - OrderDate: `3/12/2022`, - ProductID: 146, - ProductName: `Samsung Note`, - UnitPrice: 13660.54, - Quantity: 2, - ExtendedPrice: 27321.08, - Freight: 1870.54, - Discontinued: false, - Region: `South East`, - Address: `199 Wall Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 90182 - }), - new InvoicesDataItem( - { - ShipName: `Madison Townhouse`, - ShipAddress: `141 Market Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 80097, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1178, - CustomerName: `Pamela Madison`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Madison`, - CustomerAddress: `141 Market Street, Philadelphia, USA, 80097`, - Salesperson: `Pamela Watson`, - OrderID: 1886, - OrderDate: `8/1/2022`, - ProductID: 107, - ProductName: `Mac Book Pro`, - UnitPrice: 11630.46, - Quantity: 4, - ExtendedPrice: 46521.84, - Freight: 1530.46, - Discontinued: false, - Region: `North East`, - Address: `141 Market Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 80097 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Market`, - ShipAddress: `168 Main Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 80162, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1179, - CustomerName: `Max Jefferson`, - CustomerFirstName: `Max`, - CustomerLastName: `Jefferson`, - CustomerAddress: `168 Main Street, Los Angeles, USA, 80162`, - Salesperson: `Mike Jackson`, - OrderID: 1009, - OrderDate: `4/7/2022`, - ProductID: 149, - ProductName: `IPad`, - UnitPrice: 16960.32, - Quantity: 3, - ExtendedPrice: 50880.96, - Freight: 1510.32, - Discontinued: true, - Region: `North East`, - Address: `168 Main Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 80162 - }), - new InvoicesDataItem( - { - ShipName: `Smith Home`, - ShipAddress: `100 Market Street`, - ShipCity: `Miami`, - ShipPostalCode: 80063, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Federal Shipping`, - CustomerID: 1180, - CustomerName: `Martin Smith`, - CustomerFirstName: `Martin`, - CustomerLastName: `Smith`, - CustomerAddress: `100 Market Street, Miami, USA, 80063`, - Salesperson: `Nancy Smith`, - OrderID: 1046, - OrderDate: `10/21/2022`, - ProductID: 123, - ProductName: `IPad`, - UnitPrice: 19360.67, - Quantity: 3, - ExtendedPrice: 58082.01, - Freight: 1510.67, - Discontinued: false, - Region: `South East`, - Address: `100 Market Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 80063 - }), - new InvoicesDataItem( - { - ShipName: `Madison Home`, - ShipAddress: `145 Market Street`, - ShipCity: `Huston`, - ShipPostalCode: 90152, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Speedy Express`, - CustomerID: 1181, - CustomerName: `Anna Madison`, - CustomerFirstName: `Anna`, - CustomerLastName: `Madison`, - CustomerAddress: `145 Market Street, Huston, USA, 90152`, - Salesperson: `Max Watson`, - OrderID: 1593, - OrderDate: `11/17/2022`, - ProductID: 169, - ProductName: `Samsung Note`, - UnitPrice: 28870.27, - Quantity: 5, - ExtendedPrice: 144351.35, - Freight: 1430.27, - Discontinued: false, - Region: `North East`, - Address: `145 Market Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 90152 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Estate`, - ShipAddress: `154 Main Street`, - ShipCity: `Miami`, - ShipPostalCode: 90080, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Federal Shipping`, - CustomerID: 1182, - CustomerName: `Ben Jackson`, - CustomerFirstName: `Ben`, - CustomerLastName: `Jackson`, - CustomerAddress: `154 Main Street, Miami, USA, 90080`, - Salesperson: `Nancy Jefferson`, - OrderID: 1234, - OrderDate: `3/21/2022`, - ProductID: 111, - ProductName: `IPad`, - UnitPrice: 16610.78, - Quantity: 2, - ExtendedPrice: 33221.56, - Freight: 1350.78, - Discontinued: false, - Region: `South East`, - Address: `154 Main Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 90080 - }), - new InvoicesDataItem( - { - ShipName: `Smith Market`, - ShipAddress: `166 Market Street`, - ShipCity: `Huston`, - ShipPostalCode: 70090, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1183, - CustomerName: `Anna Smith`, - CustomerFirstName: `Anna`, - CustomerLastName: `Smith`, - CustomerAddress: `166 Market Street, Huston, USA, 70090`, - Salesperson: `Ben Watson`, - OrderID: 1362, - OrderDate: `5/2/2022`, - ProductID: 122, - ProductName: `Mac Book Air`, - UnitPrice: 6870.64, - Quantity: 4, - ExtendedPrice: 27482.56, - Freight: 750.64, - Discontinued: false, - Region: `North East`, - Address: `166 Market Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 70090 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Estate`, - ShipAddress: `180 Market Street`, - ShipCity: `Miami`, - ShipPostalCode: 90169, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1184, - CustomerName: `Pamela Jefferson`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Jefferson`, - CustomerAddress: `180 Market Street, Miami, USA, 90169`, - Salesperson: `Pamela Black`, - OrderID: 1698, - OrderDate: `1/18/2022`, - ProductID: 129, - ProductName: `IPad`, - UnitPrice: 10960.71, - Quantity: 5, - ExtendedPrice: 54803.55, - Freight: 1530.71, - Discontinued: false, - Region: `West`, - Address: `180 Market Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 90169 - }), - new InvoicesDataItem( - { - ShipName: `Madison Estate`, - ShipAddress: `169 Main Street`, - ShipCity: `Huston`, - ShipPostalCode: 50114, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1185, - CustomerName: `Nancy Madison`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Madison`, - CustomerAddress: `169 Main Street, Huston, USA, 50114`, - Salesperson: `Martin Smith`, - OrderID: 1458, - OrderDate: `6/15/2022`, - ProductID: 183, - ProductName: `IPhone`, - UnitPrice: 16380.23, - Quantity: 2, - ExtendedPrice: 32760.46, - Freight: 1990.23, - Discontinued: false, - Region: `West`, - Address: `169 Main Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 50114 - }), - new InvoicesDataItem( - { - ShipName: `Madison Estate`, - ShipAddress: `132 Market Street`, - ShipCity: `Miami`, - ShipPostalCode: 90064, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1186, - CustomerName: `Max Madison`, - CustomerFirstName: `Max`, - CustomerLastName: `Madison`, - CustomerAddress: `132 Market Street, Miami, USA, 90064`, - Salesperson: `Nancy Jackson`, - OrderID: 1563, - OrderDate: `6/17/2022`, - ProductID: 193, - ProductName: `Samsung Note`, - UnitPrice: 25940.61, - Quantity: 4, - ExtendedPrice: 103762.44, - Freight: 970.61, - Discontinued: false, - Region: `West`, - Address: `132 Market Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 90064 - }), - new InvoicesDataItem( - { - ShipName: `Madison Market`, - ShipAddress: `107 Wall Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 50110, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Speedy Express`, - CustomerID: 1187, - CustomerName: `Martin Madison`, - CustomerFirstName: `Martin`, - CustomerLastName: `Madison`, - CustomerAddress: `107 Wall Street, Los Angeles, USA, 50110`, - Salesperson: `Nancy Jefferson`, - OrderID: 1934, - OrderDate: `6/5/2022`, - ProductID: 110, - ProductName: `Samsung Note`, - UnitPrice: 5360.47, - Quantity: 3, - ExtendedPrice: 16081.41, - Freight: 1680.47, - Discontinued: false, - Region: `North East`, - Address: `107 Wall Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 50110 - }), - new InvoicesDataItem( - { - ShipName: `Black Townhouse`, - ShipAddress: `170 Wall Street`, - ShipCity: `New York`, - ShipPostalCode: 50149, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1188, - CustomerName: `Pamela Black`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Black`, - CustomerAddress: `170 Wall Street, New York, USA, 50149`, - Salesperson: `Mike Jefferson`, - OrderID: 1880, - OrderDate: `12/7/2022`, - ProductID: 137, - ProductName: `IPhone`, - UnitPrice: 19560.62, - Quantity: 4, - ExtendedPrice: 78242.48, - Freight: 680.62, - Discontinued: false, - Region: `West`, - Address: `170 Wall Street`, - City: `New York`, - Country: `USA`, - PostalCode: 50149 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Market`, - ShipAddress: `152 Wall Street`, - ShipCity: `New York`, - ShipPostalCode: 50085, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1189, - CustomerName: `Ben Jefferson`, - CustomerFirstName: `Ben`, - CustomerLastName: `Jefferson`, - CustomerAddress: `152 Wall Street, New York, USA, 50085`, - Salesperson: `Anna Jackson`, - OrderID: 1159, - OrderDate: `5/18/2022`, - ProductID: 167, - ProductName: `IPad`, - UnitPrice: 19270.25, - Quantity: 2, - ExtendedPrice: 38540.5, - Freight: 1050.25, - Discontinued: true, - Region: `North East`, - Address: `152 Wall Street`, - City: `New York`, - Country: `USA`, - PostalCode: 50085 - }), - new InvoicesDataItem( - { - ShipName: `Watson Market`, - ShipAddress: `186 Wall Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 60146, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1190, - CustomerName: `Mike Watson`, - CustomerFirstName: `Mike`, - CustomerLastName: `Watson`, - CustomerAddress: `186 Wall Street, Los Angeles, USA, 60146`, - Salesperson: `Nancy Madison`, - OrderID: 1960, - OrderDate: `3/2/2022`, - ProductID: 167, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 22090.53, - Quantity: 3, - ExtendedPrice: 66271.59, - Freight: 1790.53, - Discontinued: false, - Region: `West`, - Address: `186 Wall Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 60146 - }), - new InvoicesDataItem( - { - ShipName: `Madison Estate`, - ShipAddress: `194 Wall Street`, - ShipCity: `New York`, - ShipPostalCode: 50170, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1191, - CustomerName: `Nancy Madison`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Madison`, - CustomerAddress: `194 Wall Street, New York, USA, 50170`, - Salesperson: `Max Watson`, - OrderID: 1658, - OrderDate: `9/1/2022`, - ProductID: 156, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 27450.8, - Quantity: 4, - ExtendedPrice: 109803.2, - Freight: 270.8, - Discontinued: false, - Region: `West`, - Address: `194 Wall Street`, - City: `New York`, - Country: `USA`, - PostalCode: 50170 - }), - new InvoicesDataItem( - { - ShipName: `Smith Townhouse`, - ShipAddress: `172 Main Street`, - ShipCity: `New York`, - ShipPostalCode: 70191, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1192, - CustomerName: `Ben Smith`, - CustomerFirstName: `Ben`, - CustomerLastName: `Smith`, - CustomerAddress: `172 Main Street, New York, USA, 70191`, - Salesperson: `Pamela Madison`, - OrderID: 1225, - OrderDate: `3/22/2022`, - ProductID: 170, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 21150.84, - Quantity: 5, - ExtendedPrice: 105754.2, - Freight: 1230.84, - Discontinued: false, - Region: `West`, - Address: `172 Main Street`, - City: `New York`, - Country: `USA`, - PostalCode: 70191 - }), - new InvoicesDataItem( - { - ShipName: `Black Market`, - ShipAddress: `108 Market Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 70146, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Federal Shipping`, - CustomerID: 1193, - CustomerName: `Mike Black`, - CustomerFirstName: `Mike`, - CustomerLastName: `Black`, - CustomerAddress: `108 Market Street, Los Angeles, USA, 70146`, - Salesperson: `Pamela Black`, - OrderID: 1886, - OrderDate: `8/20/2022`, - ProductID: 126, - ProductName: `IPhone`, - UnitPrice: 6100.73, - Quantity: 2, - ExtendedPrice: 12201.46, - Freight: 1340.73, - Discontinued: false, - Region: `South East`, - Address: `108 Market Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 70146 - }), - new InvoicesDataItem( - { - ShipName: `Watson Market`, - ShipAddress: `109 Wall Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 90083, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1194, - CustomerName: `Max Watson`, - CustomerFirstName: `Max`, - CustomerLastName: `Watson`, - CustomerAddress: `109 Wall Street, Los Angeles, USA, 90083`, - Salesperson: `Max Smith`, - OrderID: 1191, - OrderDate: `5/9/2022`, - ProductID: 179, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 20190.35, - Quantity: 5, - ExtendedPrice: 100951.75, - Freight: 640.35, - Discontinued: false, - Region: `West`, - Address: `109 Wall Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 90083 - }), - new InvoicesDataItem( - { - ShipName: `Smith Market`, - ShipAddress: `121 Market Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 70102, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1195, - CustomerName: `Max Smith`, - CustomerFirstName: `Max`, - CustomerLastName: `Smith`, - CustomerAddress: `121 Market Street, Philadelphia, USA, 70102`, - Salesperson: `Ben Black`, - OrderID: 1051, - OrderDate: `5/21/2022`, - ProductID: 192, - ProductName: `Mac Book Pro`, - UnitPrice: 21730.32, - Quantity: 5, - ExtendedPrice: 108651.6, - Freight: 1030.32, - Discontinued: false, - Region: `North East`, - Address: `121 Market Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 70102 - }), - new InvoicesDataItem( - { - ShipName: `Watson Estate`, - ShipAddress: `104 Wall Street`, - ShipCity: `New York`, - ShipPostalCode: 90066, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Speedy Express`, - CustomerID: 1196, - CustomerName: `Max Watson`, - CustomerFirstName: `Max`, - CustomerLastName: `Watson`, - CustomerAddress: `104 Wall Street, New York, USA, 90066`, - Salesperson: `Ben Watson`, - OrderID: 1385, - OrderDate: `2/2/2022`, - ProductID: 182, - ProductName: `IPad`, - UnitPrice: 26120.45, - Quantity: 4, - ExtendedPrice: 104481.8, - Freight: 1930.45, - Discontinued: false, - Region: `North East`, - Address: `104 Wall Street`, - City: `New York`, - Country: `USA`, - PostalCode: 90066 - }), - new InvoicesDataItem( - { - ShipName: `Madison Townhouse`, - ShipAddress: `126 Market Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 60091, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1197, - CustomerName: `Ben Madison`, - CustomerFirstName: `Ben`, - CustomerLastName: `Madison`, - CustomerAddress: `126 Market Street, Philadelphia, USA, 60091`, - Salesperson: `Anna Madison`, - OrderID: 1675, - OrderDate: `6/22/2022`, - ProductID: 174, - ProductName: `IPad`, - UnitPrice: 13240.35, - Quantity: 4, - ExtendedPrice: 52961.4, - Freight: 890.35, - Discontinued: false, - Region: `South East`, - Address: `126 Market Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 60091 - }), - new InvoicesDataItem( - { - ShipName: `Watson Home`, - ShipAddress: `139 Main Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 70063, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1198, - CustomerName: `Ben Watson`, - CustomerFirstName: `Ben`, - CustomerLastName: `Watson`, - CustomerAddress: `139 Main Street, Los Angeles, USA, 70063`, - Salesperson: `Pamela Black`, - OrderID: 1997, - OrderDate: `11/17/2022`, - ProductID: 200, - ProductName: `IPhone`, - UnitPrice: 8400.83, - Quantity: 5, - ExtendedPrice: 42004.15, - Freight: 1340.83, - Discontinued: false, - Region: `West`, - Address: `139 Main Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 70063 - }), - new InvoicesDataItem( - { - ShipName: `Smith Home`, - ShipAddress: `133 Wall Street`, - ShipCity: `Miami`, - ShipPostalCode: 70071, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Federal Shipping`, - CustomerID: 1199, - CustomerName: `Mike Smith`, - CustomerFirstName: `Mike`, - CustomerLastName: `Smith`, - CustomerAddress: `133 Wall Street, Miami, USA, 70071`, - Salesperson: `James Watson`, - OrderID: 1641, - OrderDate: `11/12/2022`, - ProductID: 147, - ProductName: `Samsung Note`, - UnitPrice: 10150.31, - Quantity: 3, - ExtendedPrice: 30450.93, - Freight: 720.31, - Discontinued: true, - Region: `South East`, - Address: `133 Wall Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 70071 - }), - new InvoicesDataItem( - { - ShipName: `Black Market`, - ShipAddress: `166 Main Street`, - ShipCity: `Miami`, - ShipPostalCode: 60137, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1200, - CustomerName: `Max Black`, - CustomerFirstName: `Max`, - CustomerLastName: `Black`, - CustomerAddress: `166 Main Street, Miami, USA, 60137`, - Salesperson: `Ben Madison`, - OrderID: 1418, - OrderDate: `11/8/2022`, - ProductID: 135, - ProductName: `IPhone`, - UnitPrice: 9410.46, - Quantity: 2, - ExtendedPrice: 18820.92, - Freight: 970.46, - Discontinued: false, - Region: `West`, - Address: `166 Main Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 60137 - }), - new InvoicesDataItem( - { - ShipName: `Smith Townhouse`, - ShipAddress: `143 Main Street`, - ShipCity: `Miami`, - ShipPostalCode: 70069, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1201, - CustomerName: `James Smith`, - CustomerFirstName: `James`, - CustomerLastName: `Smith`, - CustomerAddress: `143 Main Street, Miami, USA, 70069`, - Salesperson: `Anna Watson`, - OrderID: 1545, - OrderDate: `6/24/2022`, - ProductID: 190, - ProductName: `Mac Book Pro`, - UnitPrice: 5030.78, - Quantity: 3, - ExtendedPrice: 15092.34, - Freight: 1630.78, - Discontinued: false, - Region: `North East`, - Address: `143 Main Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 70069 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Townhouse`, - ShipAddress: `106 Wall Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 50097, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1202, - CustomerName: `Max Jackson`, - CustomerFirstName: `Max`, - CustomerLastName: `Jackson`, - CustomerAddress: `106 Wall Street, Los Angeles, USA, 50097`, - Salesperson: `James Jackson`, - OrderID: 1493, - OrderDate: `7/24/2022`, - ProductID: 124, - ProductName: `Samsung Note`, - UnitPrice: 6390.72, - Quantity: 5, - ExtendedPrice: 31953.6, - Freight: 1960.72, - Discontinued: false, - Region: `North East`, - Address: `106 Wall Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 50097 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Townhouse`, - ShipAddress: `143 Market Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 50052, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1203, - CustomerName: `Pamela Jefferson`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Jefferson`, - CustomerAddress: `143 Market Street, Philadelphia, USA, 50052`, - Salesperson: `Mike Jefferson`, - OrderID: 1495, - OrderDate: `2/14/2022`, - ProductID: 179, - ProductName: `Mac Book Pro`, - UnitPrice: 16770.46, - Quantity: 5, - ExtendedPrice: 83852.3, - Freight: 420.46, - Discontinued: false, - Region: `North East`, - Address: `143 Market Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 50052 - }), - new InvoicesDataItem( - { - ShipName: `Smith Estate`, - ShipAddress: `174 Wall Street`, - ShipCity: `New York`, - ShipPostalCode: 60127, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1204, - CustomerName: `Nancy Smith`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Smith`, - CustomerAddress: `174 Wall Street, New York, USA, 60127`, - Salesperson: `Max Watson`, - OrderID: 1123, - OrderDate: `11/20/2022`, - ProductID: 186, - ProductName: `Mac Book Air`, - UnitPrice: 20930.48, - Quantity: 4, - ExtendedPrice: 83721.92, - Freight: 950.48, - Discontinued: false, - Region: `South East`, - Address: `174 Wall Street`, - City: `New York`, - Country: `USA`, - PostalCode: 60127 - }), - new InvoicesDataItem( - { - ShipName: `Madison Market`, - ShipAddress: `123 Wall Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 60111, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1205, - CustomerName: `Pamela Madison`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Madison`, - CustomerAddress: `123 Wall Street, Los Angeles, USA, 60111`, - Salesperson: `Pamela Jefferson`, - OrderID: 1342, - OrderDate: `12/8/2022`, - ProductID: 140, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 27010.34, - Quantity: 3, - ExtendedPrice: 81031.02, - Freight: 1470.34, - Discontinued: false, - Region: `West`, - Address: `123 Wall Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 60111 - }), - new InvoicesDataItem( - { - ShipName: `Smith Home`, - ShipAddress: `166 Market Street`, - ShipCity: `Miami`, - ShipPostalCode: 50102, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Speedy Express`, - CustomerID: 1206, - CustomerName: `James Smith`, - CustomerFirstName: `James`, - CustomerLastName: `Smith`, - CustomerAddress: `166 Market Street, Miami, USA, 50102`, - Salesperson: `Ben Madison`, - OrderID: 1017, - OrderDate: `10/2/2022`, - ProductID: 186, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 12810.79, - Quantity: 5, - ExtendedPrice: 64053.95, - Freight: 1990.79, - Discontinued: false, - Region: `North East`, - Address: `166 Market Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 50102 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Estate`, - ShipAddress: `193 Main Street`, - ShipCity: `Huston`, - ShipPostalCode: 80187, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1207, - CustomerName: `Max Jefferson`, - CustomerFirstName: `Max`, - CustomerLastName: `Jefferson`, - CustomerAddress: `193 Main Street, Huston, USA, 80187`, - Salesperson: `Mike Jefferson`, - OrderID: 1558, - OrderDate: `11/12/2022`, - ProductID: 194, - ProductName: `Mac Book Pro`, - UnitPrice: 26210.45, - Quantity: 2, - ExtendedPrice: 52420.9, - Freight: 1110.45, - Discontinued: false, - Region: `North East`, - Address: `193 Main Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 80187 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Market`, - ShipAddress: `137 Main Street`, - ShipCity: `Miami`, - ShipPostalCode: 80111, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1208, - CustomerName: `Ben Jefferson`, - CustomerFirstName: `Ben`, - CustomerLastName: `Jefferson`, - CustomerAddress: `137 Main Street, Miami, USA, 80111`, - Salesperson: `Mike Watson`, - OrderID: 1466, - OrderDate: `11/18/2022`, - ProductID: 189, - ProductName: `Mac Book Air`, - UnitPrice: 6190.57, - Quantity: 3, - ExtendedPrice: 18571.71, - Freight: 1810.57, - Discontinued: false, - Region: `West`, - Address: `137 Main Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 80111 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Townhouse`, - ShipAddress: `122 Main Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 80088, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1209, - CustomerName: `Ben Jefferson`, - CustomerFirstName: `Ben`, - CustomerLastName: `Jefferson`, - CustomerAddress: `122 Main Street, Philadelphia, USA, 80088`, - Salesperson: `Ben Jefferson`, - OrderID: 1539, - OrderDate: `11/13/2022`, - ProductID: 131, - ProductName: `IPhone`, - UnitPrice: 21280.22, - Quantity: 4, - ExtendedPrice: 85120.88, - Freight: 760.22, - Discontinued: true, - Region: `North East`, - Address: `122 Main Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 80088 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Home`, - ShipAddress: `115 Main Street`, - ShipCity: `New York`, - ShipPostalCode: 80079, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1210, - CustomerName: `Anna Jefferson`, - CustomerFirstName: `Anna`, - CustomerLastName: `Jefferson`, - CustomerAddress: `115 Main Street, New York, USA, 80079`, - Salesperson: `Max Jefferson`, - OrderID: 1411, - OrderDate: `11/22/2022`, - ProductID: 135, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 13700.71, - Quantity: 3, - ExtendedPrice: 41102.13, - Freight: 1730.71, - Discontinued: false, - Region: `South East`, - Address: `115 Main Street`, - City: `New York`, - Country: `USA`, - PostalCode: 80079 - }), - new InvoicesDataItem( - { - ShipName: `Smith Market`, - ShipAddress: `114 Main Street`, - ShipCity: `New York`, - ShipPostalCode: 50137, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1211, - CustomerName: `Mike Smith`, - CustomerFirstName: `Mike`, - CustomerLastName: `Smith`, - CustomerAddress: `114 Main Street, New York, USA, 50137`, - Salesperson: `Nancy Smith`, - OrderID: 1890, - OrderDate: `8/5/2022`, - ProductID: 169, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 11320.48, - Quantity: 3, - ExtendedPrice: 33961.44, - Freight: 930.48, - Discontinued: false, - Region: `West`, - Address: `114 Main Street`, - City: `New York`, - Country: `USA`, - PostalCode: 50137 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Market`, - ShipAddress: `130 Wall Street`, - ShipCity: `Miami`, - ShipPostalCode: 90082, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1212, - CustomerName: `Martin Jefferson`, - CustomerFirstName: `Martin`, - CustomerLastName: `Jefferson`, - CustomerAddress: `130 Wall Street, Miami, USA, 90082`, - Salesperson: `Nancy Madison`, - OrderID: 1783, - OrderDate: `9/1/2022`, - ProductID: 109, - ProductName: `IPhone`, - UnitPrice: 24340.75, - Quantity: 5, - ExtendedPrice: 121703.75, - Freight: 490.75, - Discontinued: false, - Region: `North East`, - Address: `130 Wall Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 90082 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Estate`, - ShipAddress: `140 Main Street`, - ShipCity: `New York`, - ShipPostalCode: 80095, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Federal Shipping`, - CustomerID: 1213, - CustomerName: `James Jefferson`, - CustomerFirstName: `James`, - CustomerLastName: `Jefferson`, - CustomerAddress: `140 Main Street, New York, USA, 80095`, - Salesperson: `Pamela Watson`, - OrderID: 1101, - OrderDate: `5/25/2022`, - ProductID: 101, - ProductName: `Mac Book Air`, - UnitPrice: 29980.24, - Quantity: 4, - ExtendedPrice: 119920.96, - Freight: 1190.24, - Discontinued: false, - Region: `South East`, - Address: `140 Main Street`, - City: `New York`, - Country: `USA`, - PostalCode: 80095 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Market`, - ShipAddress: `165 Main Street`, - ShipCity: `Huston`, - ShipPostalCode: 90200, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Federal Shipping`, - CustomerID: 1214, - CustomerName: `Ben Jefferson`, - CustomerFirstName: `Ben`, - CustomerLastName: `Jefferson`, - CustomerAddress: `165 Main Street, Huston, USA, 90200`, - Salesperson: `Max Watson`, - OrderID: 1932, - OrderDate: `2/10/2022`, - ProductID: 159, - ProductName: `Mac Book Air`, - UnitPrice: 23460.59, - Quantity: 4, - ExtendedPrice: 93842.36, - Freight: 710.59, - Discontinued: false, - Region: `South East`, - Address: `165 Main Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 90200 - }), - new InvoicesDataItem( - { - ShipName: `Watson Market`, - ShipAddress: `154 Market Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 70200, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1215, - CustomerName: `Max Watson`, - CustomerFirstName: `Max`, - CustomerLastName: `Watson`, - CustomerAddress: `154 Market Street, Los Angeles, USA, 70200`, - Salesperson: `Mike Black`, - OrderID: 1514, - OrderDate: `10/8/2022`, - ProductID: 148, - ProductName: `Samsung Note`, - UnitPrice: 29540.27, - Quantity: 4, - ExtendedPrice: 118161.08, - Freight: 1960.27, - Discontinued: false, - Region: `North East`, - Address: `154 Market Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 70200 - }), - new InvoicesDataItem( - { - ShipName: `Watson Home`, - ShipAddress: `113 Market Street`, - ShipCity: `New York`, - ShipPostalCode: 50127, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Speedy Express`, - CustomerID: 1216, - CustomerName: `Max Watson`, - CustomerFirstName: `Max`, - CustomerLastName: `Watson`, - CustomerAddress: `113 Market Street, New York, USA, 50127`, - Salesperson: `James Jefferson`, - OrderID: 1736, - OrderDate: `10/21/2022`, - ProductID: 188, - ProductName: `IPad`, - UnitPrice: 15350.27, - Quantity: 4, - ExtendedPrice: 61401.08, - Freight: 540.27, - Discontinued: false, - Region: `South East`, - Address: `113 Market Street`, - City: `New York`, - Country: `USA`, - PostalCode: 50127 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Market`, - ShipAddress: `153 Main Street`, - ShipCity: `Huston`, - ShipPostalCode: 80064, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1217, - CustomerName: `James Jackson`, - CustomerFirstName: `James`, - CustomerLastName: `Jackson`, - CustomerAddress: `153 Main Street, Huston, USA, 80064`, - Salesperson: `Mike Jackson`, - OrderID: 1978, - OrderDate: `12/25/2022`, - ProductID: 125, - ProductName: `IPad`, - UnitPrice: 15880.31, - Quantity: 3, - ExtendedPrice: 47640.93, - Freight: 800.31, - Discontinued: false, - Region: `North East`, - Address: `153 Main Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 80064 - }), - new InvoicesDataItem( - { - ShipName: `Smith Estate`, - ShipAddress: `107 Main Street`, - ShipCity: `Miami`, - ShipPostalCode: 50196, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1218, - CustomerName: `Mike Smith`, - CustomerFirstName: `Mike`, - CustomerLastName: `Smith`, - CustomerAddress: `107 Main Street, Miami, USA, 50196`, - Salesperson: `Martin Jackson`, - OrderID: 1324, - OrderDate: `7/18/2022`, - ProductID: 188, - ProductName: `Mac Book Air`, - UnitPrice: 26990.38, - Quantity: 4, - ExtendedPrice: 107961.52, - Freight: 610.38, - Discontinued: false, - Region: `South East`, - Address: `107 Main Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 50196 - }), - new InvoicesDataItem( - { - ShipName: `Smith Estate`, - ShipAddress: `140 Wall Street`, - ShipCity: `Miami`, - ShipPostalCode: 70154, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1219, - CustomerName: `James Smith`, - CustomerFirstName: `James`, - CustomerLastName: `Smith`, - CustomerAddress: `140 Wall Street, Miami, USA, 70154`, - Salesperson: `Nancy Madison`, - OrderID: 1307, - OrderDate: `4/19/2022`, - ProductID: 114, - ProductName: `IPhone`, - UnitPrice: 18300.65, - Quantity: 4, - ExtendedPrice: 73202.6, - Freight: 800.65, - Discontinued: true, - Region: `West`, - Address: `140 Wall Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 70154 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Townhouse`, - ShipAddress: `158 Market Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 50154, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1220, - CustomerName: `Mike Jackson`, - CustomerFirstName: `Mike`, - CustomerLastName: `Jackson`, - CustomerAddress: `158 Market Street, Los Angeles, USA, 50154`, - Salesperson: `James Black`, - OrderID: 1808, - OrderDate: `3/18/2022`, - ProductID: 172, - ProductName: `Mac Book Air`, - UnitPrice: 27460.67, - Quantity: 3, - ExtendedPrice: 82382.01, - Freight: 1220.67, - Discontinued: false, - Region: `North East`, - Address: `158 Market Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 50154 - }), - new InvoicesDataItem( - { - ShipName: `Smith Home`, - ShipAddress: `116 Main Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 90170, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1221, - CustomerName: `Pamela Smith`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Smith`, - CustomerAddress: `116 Main Street, Los Angeles, USA, 90170`, - Salesperson: `James Jefferson`, - OrderID: 1481, - OrderDate: `5/22/2022`, - ProductID: 177, - ProductName: `IPhone`, - UnitPrice: 23770.26, - Quantity: 2, - ExtendedPrice: 47540.52, - Freight: 480.26, - Discontinued: false, - Region: `North East`, - Address: `116 Main Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 90170 - }), - new InvoicesDataItem( - { - ShipName: `Madison Townhouse`, - ShipAddress: `124 Wall Street`, - ShipCity: `Huston`, - ShipPostalCode: 50137, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1222, - CustomerName: `Max Madison`, - CustomerFirstName: `Max`, - CustomerLastName: `Madison`, - CustomerAddress: `124 Wall Street, Huston, USA, 50137`, - Salesperson: `Martin Watson`, - OrderID: 1874, - OrderDate: `10/1/2022`, - ProductID: 102, - ProductName: `Mac Book Air`, - UnitPrice: 12080.68, - Quantity: 5, - ExtendedPrice: 60403.4, - Freight: 400.68, - Discontinued: false, - Region: `North East`, - Address: `124 Wall Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 50137 - }), - new InvoicesDataItem( - { - ShipName: `Smith Market`, - ShipAddress: `197 Main Street`, - ShipCity: `New York`, - ShipPostalCode: 60174, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Speedy Express`, - CustomerID: 1223, - CustomerName: `Nancy Smith`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Smith`, - CustomerAddress: `197 Main Street, New York, USA, 60174`, - Salesperson: `Nancy Jefferson`, - OrderID: 1377, - OrderDate: `10/24/2022`, - ProductID: 123, - ProductName: `Mac Book Air`, - UnitPrice: 10520.88, - Quantity: 4, - ExtendedPrice: 42083.52, - Freight: 800.88, - Discontinued: false, - Region: `South East`, - Address: `197 Main Street`, - City: `New York`, - Country: `USA`, - PostalCode: 60174 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Estate`, - ShipAddress: `192 Wall Street`, - ShipCity: `Miami`, - ShipPostalCode: 80134, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1224, - CustomerName: `Mike Jefferson`, - CustomerFirstName: `Mike`, - CustomerLastName: `Jefferson`, - CustomerAddress: `192 Wall Street, Miami, USA, 80134`, - Salesperson: `James Madison`, - OrderID: 1691, - OrderDate: `6/13/2022`, - ProductID: 123, - ProductName: `IPhone`, - UnitPrice: 11090.82, - Quantity: 2, - ExtendedPrice: 22181.64, - Freight: 910.82, - Discontinued: false, - Region: `South East`, - Address: `192 Wall Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 80134 - }), - new InvoicesDataItem( - { - ShipName: `Black Estate`, - ShipAddress: `111 Market Street`, - ShipCity: `Huston`, - ShipPostalCode: 80054, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1225, - CustomerName: `Anna Black`, - CustomerFirstName: `Anna`, - CustomerLastName: `Black`, - CustomerAddress: `111 Market Street, Huston, USA, 80054`, - Salesperson: `Martin Jackson`, - OrderID: 1242, - OrderDate: `4/6/2022`, - ProductID: 180, - ProductName: `IPhone`, - UnitPrice: 8180.25, - Quantity: 5, - ExtendedPrice: 40901.25, - Freight: 510.25, - Discontinued: false, - Region: `North East`, - Address: `111 Market Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 80054 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Estate`, - ShipAddress: `106 Market Street`, - ShipCity: `New York`, - ShipPostalCode: 60139, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1226, - CustomerName: `Nancy Jackson`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Jackson`, - CustomerAddress: `106 Market Street, New York, USA, 60139`, - Salesperson: `James Madison`, - OrderID: 1745, - OrderDate: `1/18/2022`, - ProductID: 115, - ProductName: `IPhone`, - UnitPrice: 6570.23, - Quantity: 5, - ExtendedPrice: 32851.15, - Freight: 840.23, - Discontinued: false, - Region: `West`, - Address: `106 Market Street`, - City: `New York`, - Country: `USA`, - PostalCode: 60139 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Market`, - ShipAddress: `198 Main Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 60058, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1227, - CustomerName: `Nancy Jackson`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Jackson`, - CustomerAddress: `198 Main Street, Los Angeles, USA, 60058`, - Salesperson: `James Madison`, - OrderID: 1111, - OrderDate: `10/11/2022`, - ProductID: 132, - ProductName: `IPhone`, - UnitPrice: 10970.23, - Quantity: 3, - ExtendedPrice: 32910.69, - Freight: 1670.23, - Discontinued: false, - Region: `North East`, - Address: `198 Main Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 60058 - }), - new InvoicesDataItem( - { - ShipName: `Madison Estate`, - ShipAddress: `138 Wall Street`, - ShipCity: `Huston`, - ShipPostalCode: 50133, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1228, - CustomerName: `Anna Madison`, - CustomerFirstName: `Anna`, - CustomerLastName: `Madison`, - CustomerAddress: `138 Wall Street, Huston, USA, 50133`, - Salesperson: `Ben Madison`, - OrderID: 1182, - OrderDate: `12/18/2022`, - ProductID: 184, - ProductName: `Mac Book Air`, - UnitPrice: 27020.67, - Quantity: 3, - ExtendedPrice: 81062.01, - Freight: 1750.67, - Discontinued: false, - Region: `South East`, - Address: `138 Wall Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 50133 - }), - new InvoicesDataItem( - { - ShipName: `Smith Market`, - ShipAddress: `198 Market Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 50182, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1229, - CustomerName: `James Smith`, - CustomerFirstName: `James`, - CustomerLastName: `Smith`, - CustomerAddress: `198 Market Street, Los Angeles, USA, 50182`, - Salesperson: `Ben Jackson`, - OrderID: 1252, - OrderDate: `10/7/2022`, - ProductID: 146, - ProductName: `IPad`, - UnitPrice: 21910.34, - Quantity: 5, - ExtendedPrice: 109551.7, - Freight: 840.34, - Discontinued: true, - Region: `North East`, - Address: `198 Market Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 50182 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Townhouse`, - ShipAddress: `141 Market Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 70058, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Speedy Express`, - CustomerID: 1230, - CustomerName: `James Jackson`, - CustomerFirstName: `James`, - CustomerLastName: `Jackson`, - CustomerAddress: `141 Market Street, Philadelphia, USA, 70058`, - Salesperson: `Martin Watson`, - OrderID: 1635, - OrderDate: `6/1/2022`, - ProductID: 196, - ProductName: `Mac Book Air`, - UnitPrice: 16430.54, - Quantity: 2, - ExtendedPrice: 32861.08, - Freight: 1420.54, - Discontinued: false, - Region: `North East`, - Address: `141 Market Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 70058 - }), - new InvoicesDataItem( - { - ShipName: `Madison Townhouse`, - ShipAddress: `107 Market Street`, - ShipCity: `New York`, - ShipPostalCode: 80108, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1231, - CustomerName: `Anna Madison`, - CustomerFirstName: `Anna`, - CustomerLastName: `Madison`, - CustomerAddress: `107 Market Street, New York, USA, 80108`, - Salesperson: `Mike Smith`, - OrderID: 1922, - OrderDate: `10/6/2022`, - ProductID: 154, - ProductName: `Mac Book Air`, - UnitPrice: 8920.46, - Quantity: 5, - ExtendedPrice: 44602.3, - Freight: 1160.46, - Discontinued: false, - Region: `West`, - Address: `107 Market Street`, - City: `New York`, - Country: `USA`, - PostalCode: 80108 - }), - new InvoicesDataItem( - { - ShipName: `Watson Market`, - ShipAddress: `166 Main Street`, - ShipCity: `New York`, - ShipPostalCode: 60199, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Speedy Express`, - CustomerID: 1232, - CustomerName: `Martin Watson`, - CustomerFirstName: `Martin`, - CustomerLastName: `Watson`, - CustomerAddress: `166 Main Street, New York, USA, 60199`, - Salesperson: `Anna Smith`, - OrderID: 1759, - OrderDate: `3/10/2022`, - ProductID: 145, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 22420.27, - Quantity: 5, - ExtendedPrice: 112101.35, - Freight: 1900.27, - Discontinued: false, - Region: `North East`, - Address: `166 Main Street`, - City: `New York`, - Country: `USA`, - PostalCode: 60199 - }), - new InvoicesDataItem( - { - ShipName: `Smith Home`, - ShipAddress: `188 Main Street`, - ShipCity: `New York`, - ShipPostalCode: 90082, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1233, - CustomerName: `Anna Smith`, - CustomerFirstName: `Anna`, - CustomerLastName: `Smith`, - CustomerAddress: `188 Main Street, New York, USA, 90082`, - Salesperson: `Ben Black`, - OrderID: 1172, - OrderDate: `11/9/2022`, - ProductID: 148, - ProductName: `Samsung Note`, - UnitPrice: 22260.33, - Quantity: 5, - ExtendedPrice: 111301.65, - Freight: 1530.33, - Discontinued: false, - Region: `West`, - Address: `188 Main Street`, - City: `New York`, - Country: `USA`, - PostalCode: 90082 - }), - new InvoicesDataItem( - { - ShipName: `Madison Home`, - ShipAddress: `168 Wall Street`, - ShipCity: `Miami`, - ShipPostalCode: 80160, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Federal Shipping`, - CustomerID: 1234, - CustomerName: `Martin Madison`, - CustomerFirstName: `Martin`, - CustomerLastName: `Madison`, - CustomerAddress: `168 Wall Street, Miami, USA, 80160`, - Salesperson: `Max Black`, - OrderID: 1855, - OrderDate: `9/9/2022`, - ProductID: 195, - ProductName: `Samsung Note`, - UnitPrice: 11120.68, - Quantity: 5, - ExtendedPrice: 55603.4, - Freight: 540.68, - Discontinued: false, - Region: `South East`, - Address: `168 Wall Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 80160 - }), - new InvoicesDataItem( - { - ShipName: `Madison Market`, - ShipAddress: `151 Wall Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 50192, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Speedy Express`, - CustomerID: 1235, - CustomerName: `James Madison`, - CustomerFirstName: `James`, - CustomerLastName: `Madison`, - CustomerAddress: `151 Wall Street, Philadelphia, USA, 50192`, - Salesperson: `Pamela Watson`, - OrderID: 1253, - OrderDate: `9/24/2022`, - ProductID: 153, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 17650.73, - Quantity: 5, - ExtendedPrice: 88253.65, - Freight: 1010.73, - Discontinued: false, - Region: `North East`, - Address: `151 Wall Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 50192 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Estate`, - ShipAddress: `131 Wall Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 60171, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1236, - CustomerName: `Anna Jefferson`, - CustomerFirstName: `Anna`, - CustomerLastName: `Jefferson`, - CustomerAddress: `131 Wall Street, Philadelphia, USA, 60171`, - Salesperson: `James Jefferson`, - OrderID: 1711, - OrderDate: `9/12/2022`, - ProductID: 192, - ProductName: `IPhone`, - UnitPrice: 18980.42, - Quantity: 3, - ExtendedPrice: 56941.26, - Freight: 1070.42, - Discontinued: false, - Region: `North East`, - Address: `131 Wall Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 60171 - }), - new InvoicesDataItem( - { - ShipName: `Madison Estate`, - ShipAddress: `101 Market Street`, - ShipCity: `Huston`, - ShipPostalCode: 70109, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1237, - CustomerName: `Mike Madison`, - CustomerFirstName: `Mike`, - CustomerLastName: `Madison`, - CustomerAddress: `101 Market Street, Huston, USA, 70109`, - Salesperson: `Nancy Smith`, - OrderID: 1155, - OrderDate: `9/1/2022`, - ProductID: 174, - ProductName: `Mac Book Pro`, - UnitPrice: 22330.35, - Quantity: 2, - ExtendedPrice: 44660.7, - Freight: 250.35, - Discontinued: false, - Region: `West`, - Address: `101 Market Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 70109 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Home`, - ShipAddress: `145 Main Street`, - ShipCity: `New York`, - ShipPostalCode: 50126, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1238, - CustomerName: `Max Jefferson`, - CustomerFirstName: `Max`, - CustomerLastName: `Jefferson`, - CustomerAddress: `145 Main Street, New York, USA, 50126`, - Salesperson: `Mike Watson`, - OrderID: 1656, - OrderDate: `3/7/2022`, - ProductID: 139, - ProductName: `IPhone`, - UnitPrice: 9890.72, - Quantity: 3, - ExtendedPrice: 29672.16, - Freight: 1890.72, - Discontinued: false, - Region: `West`, - Address: `145 Main Street`, - City: `New York`, - Country: `USA`, - PostalCode: 50126 - }), - new InvoicesDataItem( - { - ShipName: `Madison Home`, - ShipAddress: `190 Wall Street`, - ShipCity: `Huston`, - ShipPostalCode: 60055, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Federal Shipping`, - CustomerID: 1239, - CustomerName: `Martin Madison`, - CustomerFirstName: `Martin`, - CustomerLastName: `Madison`, - CustomerAddress: `190 Wall Street, Huston, USA, 60055`, - Salesperson: `Mike Smith`, - OrderID: 1192, - OrderDate: `3/12/2022`, - ProductID: 151, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 16510.6, - Quantity: 5, - ExtendedPrice: 82553, - Freight: 260.6, - Discontinued: true, - Region: `South East`, - Address: `190 Wall Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 60055 - }), - new InvoicesDataItem( - { - ShipName: `Smith Estate`, - ShipAddress: `114 Market Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 50122, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Speedy Express`, - CustomerID: 1240, - CustomerName: `Martin Smith`, - CustomerFirstName: `Martin`, - CustomerLastName: `Smith`, - CustomerAddress: `114 Market Street, Philadelphia, USA, 50122`, - Salesperson: `James Madison`, - OrderID: 1997, - OrderDate: `8/3/2022`, - ProductID: 195, - ProductName: `Mac Book Pro`, - UnitPrice: 20770.42, - Quantity: 4, - ExtendedPrice: 83081.68, - Freight: 920.42, - Discontinued: false, - Region: `North East`, - Address: `114 Market Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 50122 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Townhouse`, - ShipAddress: `184 Main Street`, - ShipCity: `Miami`, - ShipPostalCode: 50147, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Federal Shipping`, - CustomerID: 1241, - CustomerName: `Pamela Jackson`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Jackson`, - CustomerAddress: `184 Main Street, Miami, USA, 50147`, - Salesperson: `Martin Madison`, - OrderID: 1944, - OrderDate: `7/11/2022`, - ProductID: 105, - ProductName: `Samsung Note`, - UnitPrice: 22970.54, - Quantity: 3, - ExtendedPrice: 68911.62, - Freight: 2000.54, - Discontinued: false, - Region: `South East`, - Address: `184 Main Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 50147 - }), - new InvoicesDataItem( - { - ShipName: `Watson Townhouse`, - ShipAddress: `140 Wall Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 50058, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1242, - CustomerName: `Pamela Watson`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Watson`, - CustomerAddress: `140 Wall Street, Los Angeles, USA, 50058`, - Salesperson: `Max Madison`, - OrderID: 1076, - OrderDate: `12/1/2022`, - ProductID: 108, - ProductName: `IPhone`, - UnitPrice: 5950.69, - Quantity: 5, - ExtendedPrice: 29753.45, - Freight: 1440.69, - Discontinued: false, - Region: `South East`, - Address: `140 Wall Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 50058 - }), - new InvoicesDataItem( - { - ShipName: `Madison Estate`, - ShipAddress: `178 Market Street`, - ShipCity: `New York`, - ShipPostalCode: 60194, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1243, - CustomerName: `James Madison`, - CustomerFirstName: `James`, - CustomerLastName: `Madison`, - CustomerAddress: `178 Market Street, New York, USA, 60194`, - Salesperson: `James Madison`, - OrderID: 1076, - OrderDate: `6/25/2022`, - ProductID: 176, - ProductName: `IPhone`, - UnitPrice: 17080.21, - Quantity: 2, - ExtendedPrice: 34160.42, - Freight: 1200.21, - Discontinued: false, - Region: `West`, - Address: `178 Market Street`, - City: `New York`, - Country: `USA`, - PostalCode: 60194 - }), - new InvoicesDataItem( - { - ShipName: `Madison Home`, - ShipAddress: `179 Main Street`, - ShipCity: `Huston`, - ShipPostalCode: 70085, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1244, - CustomerName: `Ben Madison`, - CustomerFirstName: `Ben`, - CustomerLastName: `Madison`, - CustomerAddress: `179 Main Street, Huston, USA, 70085`, - Salesperson: `Ben Jackson`, - OrderID: 1070, - OrderDate: `5/7/2022`, - ProductID: 101, - ProductName: `IPhone`, - UnitPrice: 19310.75, - Quantity: 2, - ExtendedPrice: 38621.5, - Freight: 1270.75, - Discontinued: false, - Region: `West`, - Address: `179 Main Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 70085 - }), - new InvoicesDataItem( - { - ShipName: `Madison Estate`, - ShipAddress: `169 Market Street`, - ShipCity: `Miami`, - ShipPostalCode: 70087, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Speedy Express`, - CustomerID: 1245, - CustomerName: `Pamela Madison`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Madison`, - CustomerAddress: `169 Market Street, Miami, USA, 70087`, - Salesperson: `Nancy Black`, - OrderID: 1469, - OrderDate: `8/22/2022`, - ProductID: 193, - ProductName: `Samsung Note`, - UnitPrice: 25420.4, - Quantity: 2, - ExtendedPrice: 50840.8, - Freight: 1690.4, - Discontinued: false, - Region: `North East`, - Address: `169 Market Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 70087 - }), - new InvoicesDataItem( - { - ShipName: `Smith Home`, - ShipAddress: `108 Wall Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 90128, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Speedy Express`, - CustomerID: 1246, - CustomerName: `Martin Smith`, - CustomerFirstName: `Martin`, - CustomerLastName: `Smith`, - CustomerAddress: `108 Wall Street, Los Angeles, USA, 90128`, - Salesperson: `Pamela Smith`, - OrderID: 1948, - OrderDate: `4/25/2022`, - ProductID: 141, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 19070.55, - Quantity: 3, - ExtendedPrice: 57211.65, - Freight: 280.55, - Discontinued: false, - Region: `South East`, - Address: `108 Wall Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 90128 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Townhouse`, - ShipAddress: `195 Market Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 80141, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1247, - CustomerName: `Mike Jackson`, - CustomerFirstName: `Mike`, - CustomerLastName: `Jackson`, - CustomerAddress: `195 Market Street, Philadelphia, USA, 80141`, - Salesperson: `Martin Smith`, - OrderID: 1116, - OrderDate: `1/1/2022`, - ProductID: 162, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 22190.27, - Quantity: 5, - ExtendedPrice: 110951.35, - Freight: 1830.27, - Discontinued: false, - Region: `North East`, - Address: `195 Market Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 80141 - }), - new InvoicesDataItem( - { - ShipName: `Black Home`, - ShipAddress: `142 Main Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 50163, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1248, - CustomerName: `Anna Black`, - CustomerFirstName: `Anna`, - CustomerLastName: `Black`, - CustomerAddress: `142 Main Street, Los Angeles, USA, 50163`, - Salesperson: `Pamela Jefferson`, - OrderID: 1640, - OrderDate: `5/1/2022`, - ProductID: 153, - ProductName: `Samsung Note`, - UnitPrice: 7690.79, - Quantity: 3, - ExtendedPrice: 23072.37, - Freight: 1730.79, - Discontinued: false, - Region: `South East`, - Address: `142 Main Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 50163 - }), - new InvoicesDataItem( - { - ShipName: `Watson Market`, - ShipAddress: `177 Market Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 80155, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1249, - CustomerName: `Mike Watson`, - CustomerFirstName: `Mike`, - CustomerLastName: `Watson`, - CustomerAddress: `177 Market Street, Philadelphia, USA, 80155`, - Salesperson: `Anna Jefferson`, - OrderID: 1748, - OrderDate: `9/2/2022`, - ProductID: 186, - ProductName: `Mac Book Air`, - UnitPrice: 25230.84, - Quantity: 4, - ExtendedPrice: 100923.36, - Freight: 670.84, - Discontinued: true, - Region: `South East`, - Address: `177 Market Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 80155 - }), - new InvoicesDataItem( - { - ShipName: `Black Estate`, - ShipAddress: `175 Market Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 80141, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1250, - CustomerName: `Mike Black`, - CustomerFirstName: `Mike`, - CustomerLastName: `Black`, - CustomerAddress: `175 Market Street, Los Angeles, USA, 80141`, - Salesperson: `Martin Black`, - OrderID: 1251, - OrderDate: `7/5/2022`, - ProductID: 140, - ProductName: `Mac Book Pro`, - UnitPrice: 25960.45, - Quantity: 2, - ExtendedPrice: 51920.9, - Freight: 260.45, - Discontinued: false, - Region: `North East`, - Address: `175 Market Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 80141 - }), - new InvoicesDataItem( - { - ShipName: `Watson Market`, - ShipAddress: `110 Market Street`, - ShipCity: `New York`, - ShipPostalCode: 90174, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1251, - CustomerName: `Pamela Watson`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Watson`, - CustomerAddress: `110 Market Street, New York, USA, 90174`, - Salesperson: `Pamela Black`, - OrderID: 1397, - OrderDate: `7/2/2022`, - ProductID: 141, - ProductName: `Samsung Note`, - UnitPrice: 22150.67, - Quantity: 3, - ExtendedPrice: 66452.01, - Freight: 640.67, - Discontinued: false, - Region: `North East`, - Address: `110 Market Street`, - City: `New York`, - Country: `USA`, - PostalCode: 90174 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Estate`, - ShipAddress: `121 Wall Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 70083, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Speedy Express`, - CustomerID: 1252, - CustomerName: `Mike Jackson`, - CustomerFirstName: `Mike`, - CustomerLastName: `Jackson`, - CustomerAddress: `121 Wall Street, Los Angeles, USA, 70083`, - Salesperson: `Ben Jefferson`, - OrderID: 1938, - OrderDate: `1/20/2022`, - ProductID: 171, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 9220.74, - Quantity: 4, - ExtendedPrice: 36882.96, - Freight: 1030.74, - Discontinued: false, - Region: `South East`, - Address: `121 Wall Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 70083 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Townhouse`, - ShipAddress: `122 Wall Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 70122, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1253, - CustomerName: `Mike Jackson`, - CustomerFirstName: `Mike`, - CustomerLastName: `Jackson`, - CustomerAddress: `122 Wall Street, Philadelphia, USA, 70122`, - Salesperson: `Mike Watson`, - OrderID: 1608, - OrderDate: `2/9/2022`, - ProductID: 109, - ProductName: `Samsung Note`, - UnitPrice: 11240.75, - Quantity: 2, - ExtendedPrice: 22481.5, - Freight: 1010.75, - Discontinued: false, - Region: `West`, - Address: `122 Wall Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 70122 - }), - new InvoicesDataItem( - { - ShipName: `Watson Estate`, - ShipAddress: `151 Main Street`, - ShipCity: `Huston`, - ShipPostalCode: 50057, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Speedy Express`, - CustomerID: 1254, - CustomerName: `Pamela Watson`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Watson`, - CustomerAddress: `151 Main Street, Huston, USA, 50057`, - Salesperson: `Martin Watson`, - OrderID: 1217, - OrderDate: `8/4/2022`, - ProductID: 185, - ProductName: `Mac Book Pro`, - UnitPrice: 16680.55, - Quantity: 3, - ExtendedPrice: 50041.65, - Freight: 1710.55, - Discontinued: false, - Region: `North East`, - Address: `151 Main Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 50057 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Market`, - ShipAddress: `120 Wall Street`, - ShipCity: `Huston`, - ShipPostalCode: 50131, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Federal Shipping`, - CustomerID: 1255, - CustomerName: `Mike Jackson`, - CustomerFirstName: `Mike`, - CustomerLastName: `Jackson`, - CustomerAddress: `120 Wall Street, Huston, USA, 50131`, - Salesperson: `Ben Jackson`, - OrderID: 1661, - OrderDate: `5/1/2022`, - ProductID: 190, - ProductName: `Mac Book Air`, - UnitPrice: 21450.85, - Quantity: 5, - ExtendedPrice: 107254.25, - Freight: 1350.85, - Discontinued: false, - Region: `South East`, - Address: `120 Wall Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 50131 - }), - new InvoicesDataItem( - { - ShipName: `Madison Market`, - ShipAddress: `134 Main Street`, - ShipCity: `Huston`, - ShipPostalCode: 90060, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1256, - CustomerName: `Mike Madison`, - CustomerFirstName: `Mike`, - CustomerLastName: `Madison`, - CustomerAddress: `134 Main Street, Huston, USA, 90060`, - Salesperson: `James Madison`, - OrderID: 1766, - OrderDate: `11/11/2022`, - ProductID: 134, - ProductName: `Mac Book Air`, - UnitPrice: 12850.63, - Quantity: 3, - ExtendedPrice: 38551.89, - Freight: 1790.63, - Discontinued: false, - Region: `West`, - Address: `134 Main Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 90060 - }), - new InvoicesDataItem( - { - ShipName: `Black Home`, - ShipAddress: `150 Wall Street`, - ShipCity: `Huston`, - ShipPostalCode: 60151, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1257, - CustomerName: `James Black`, - CustomerFirstName: `James`, - CustomerLastName: `Black`, - CustomerAddress: `150 Wall Street, Huston, USA, 60151`, - Salesperson: `Martin Black`, - OrderID: 1321, - OrderDate: `8/4/2022`, - ProductID: 125, - ProductName: `Samsung Note`, - UnitPrice: 29190.24, - Quantity: 4, - ExtendedPrice: 116760.96, - Freight: 680.24, - Discontinued: false, - Region: `North East`, - Address: `150 Wall Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 60151 - }), - new InvoicesDataItem( - { - ShipName: `Watson Estate`, - ShipAddress: `155 Wall Street`, - ShipCity: `Huston`, - ShipPostalCode: 60121, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1258, - CustomerName: `Max Watson`, - CustomerFirstName: `Max`, - CustomerLastName: `Watson`, - CustomerAddress: `155 Wall Street, Huston, USA, 60121`, - Salesperson: `Max Jackson`, - OrderID: 1872, - OrderDate: `2/20/2022`, - ProductID: 188, - ProductName: `Samsung Note`, - UnitPrice: 22750.45, - Quantity: 3, - ExtendedPrice: 68251.35, - Freight: 840.45, - Discontinued: false, - Region: `West`, - Address: `155 Wall Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 60121 - }), - new InvoicesDataItem( - { - ShipName: `Watson Market`, - ShipAddress: `184 Market Street`, - ShipCity: `New York`, - ShipPostalCode: 90156, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1259, - CustomerName: `Anna Watson`, - CustomerFirstName: `Anna`, - CustomerLastName: `Watson`, - CustomerAddress: `184 Market Street, New York, USA, 90156`, - Salesperson: `James Watson`, - OrderID: 1828, - OrderDate: `5/25/2022`, - ProductID: 191, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 29760.3, - Quantity: 2, - ExtendedPrice: 59520.6, - Freight: 1960.3, - Discontinued: true, - Region: `North East`, - Address: `184 Market Street`, - City: `New York`, - Country: `USA`, - PostalCode: 90156 - }), - new InvoicesDataItem( - { - ShipName: `Watson Market`, - ShipAddress: `133 Market Street`, - ShipCity: `Huston`, - ShipPostalCode: 50074, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1260, - CustomerName: `Anna Watson`, - CustomerFirstName: `Anna`, - CustomerLastName: `Watson`, - CustomerAddress: `133 Market Street, Huston, USA, 50074`, - Salesperson: `Mike Black`, - OrderID: 1966, - OrderDate: `6/18/2022`, - ProductID: 160, - ProductName: `Mac Book Air`, - UnitPrice: 7450.44, - Quantity: 5, - ExtendedPrice: 37252.2, - Freight: 590.44, - Discontinued: false, - Region: `West`, - Address: `133 Market Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 50074 - }), - new InvoicesDataItem( - { - ShipName: `Black Townhouse`, - ShipAddress: `154 Main Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 70052, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1261, - CustomerName: `Martin Black`, - CustomerFirstName: `Martin`, - CustomerLastName: `Black`, - CustomerAddress: `154 Main Street, Philadelphia, USA, 70052`, - Salesperson: `Ben Jackson`, - OrderID: 1421, - OrderDate: `9/17/2022`, - ProductID: 127, - ProductName: `Mac Book Air`, - UnitPrice: 23000.47, - Quantity: 2, - ExtendedPrice: 46000.94, - Freight: 550.47, - Discontinued: false, - Region: `South East`, - Address: `154 Main Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 70052 - }), - new InvoicesDataItem( - { - ShipName: `Smith Townhouse`, - ShipAddress: `114 Wall Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 90174, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Federal Shipping`, - CustomerID: 1262, - CustomerName: `Max Smith`, - CustomerFirstName: `Max`, - CustomerLastName: `Smith`, - CustomerAddress: `114 Wall Street, Philadelphia, USA, 90174`, - Salesperson: `Pamela Smith`, - OrderID: 1192, - OrderDate: `12/4/2022`, - ProductID: 105, - ProductName: `Samsung Note`, - UnitPrice: 19790.26, - Quantity: 2, - ExtendedPrice: 39580.52, - Freight: 1150.26, - Discontinued: false, - Region: `South East`, - Address: `114 Wall Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 90174 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Townhouse`, - ShipAddress: `154 Wall Street`, - ShipCity: `New York`, - ShipPostalCode: 90162, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1263, - CustomerName: `Ben Jefferson`, - CustomerFirstName: `Ben`, - CustomerLastName: `Jefferson`, - CustomerAddress: `154 Wall Street, New York, USA, 90162`, - Salesperson: `Nancy Smith`, - OrderID: 1539, - OrderDate: `7/16/2022`, - ProductID: 139, - ProductName: `Samsung Note`, - UnitPrice: 11830.34, - Quantity: 2, - ExtendedPrice: 23660.68, - Freight: 1930.34, - Discontinued: false, - Region: `West`, - Address: `154 Wall Street`, - City: `New York`, - Country: `USA`, - PostalCode: 90162 - }), - new InvoicesDataItem( - { - ShipName: `Smith Townhouse`, - ShipAddress: `140 Wall Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 70136, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1264, - CustomerName: `Martin Smith`, - CustomerFirstName: `Martin`, - CustomerLastName: `Smith`, - CustomerAddress: `140 Wall Street, Los Angeles, USA, 70136`, - Salesperson: `Mike Jackson`, - OrderID: 1271, - OrderDate: `10/7/2022`, - ProductID: 124, - ProductName: `Samsung Note`, - UnitPrice: 21020.81, - Quantity: 2, - ExtendedPrice: 42041.62, - Freight: 1420.81, - Discontinued: false, - Region: `West`, - Address: `140 Wall Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 70136 - }), - new InvoicesDataItem( - { - ShipName: `Smith Townhouse`, - ShipAddress: `185 Main Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 60116, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1265, - CustomerName: `James Smith`, - CustomerFirstName: `James`, - CustomerLastName: `Smith`, - CustomerAddress: `185 Main Street, Philadelphia, USA, 60116`, - Salesperson: `James Watson`, - OrderID: 1090, - OrderDate: `9/11/2022`, - ProductID: 160, - ProductName: `IPhone`, - UnitPrice: 16070.46, - Quantity: 3, - ExtendedPrice: 48211.38, - Freight: 1490.46, - Discontinued: false, - Region: `West`, - Address: `185 Main Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 60116 - }), - new InvoicesDataItem( - { - ShipName: `Smith Estate`, - ShipAddress: `179 Market Street`, - ShipCity: `Huston`, - ShipPostalCode: 80107, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1266, - CustomerName: `Max Smith`, - CustomerFirstName: `Max`, - CustomerLastName: `Smith`, - CustomerAddress: `179 Market Street, Huston, USA, 80107`, - Salesperson: `Nancy Smith`, - OrderID: 1286, - OrderDate: `1/10/2022`, - ProductID: 161, - ProductName: `Mac Book Air`, - UnitPrice: 26160.38, - Quantity: 3, - ExtendedPrice: 78481.14, - Freight: 570.38, - Discontinued: false, - Region: `West`, - Address: `179 Market Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 80107 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Home`, - ShipAddress: `189 Wall Street`, - ShipCity: `Huston`, - ShipPostalCode: 90073, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1267, - CustomerName: `Ben Jefferson`, - CustomerFirstName: `Ben`, - CustomerLastName: `Jefferson`, - CustomerAddress: `189 Wall Street, Huston, USA, 90073`, - Salesperson: `Martin Madison`, - OrderID: 1754, - OrderDate: `5/2/2022`, - ProductID: 143, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 29540.84, - Quantity: 4, - ExtendedPrice: 118163.36, - Freight: 500.84, - Discontinued: false, - Region: `North East`, - Address: `189 Wall Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 90073 - }), - new InvoicesDataItem( - { - ShipName: `Madison Estate`, - ShipAddress: `106 Market Street`, - ShipCity: `Miami`, - ShipPostalCode: 90153, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1268, - CustomerName: `Anna Madison`, - CustomerFirstName: `Anna`, - CustomerLastName: `Madison`, - CustomerAddress: `106 Market Street, Miami, USA, 90153`, - Salesperson: `Anna Black`, - OrderID: 1321, - OrderDate: `6/21/2022`, - ProductID: 136, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 12550.55, - Quantity: 5, - ExtendedPrice: 62752.75, - Freight: 1440.55, - Discontinued: false, - Region: `West`, - Address: `106 Market Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 90153 - }), - new InvoicesDataItem( - { - ShipName: `Watson Townhouse`, - ShipAddress: `149 Wall Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 50102, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1269, - CustomerName: `Pamela Watson`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Watson`, - CustomerAddress: `149 Wall Street, Los Angeles, USA, 50102`, - Salesperson: `James Jefferson`, - OrderID: 1262, - OrderDate: `7/13/2022`, - ProductID: 178, - ProductName: `Samsung Note`, - UnitPrice: 8690.45, - Quantity: 3, - ExtendedPrice: 26071.35, - Freight: 1420.45, - Discontinued: true, - Region: `West`, - Address: `149 Wall Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 50102 - }), - new InvoicesDataItem( - { - ShipName: `Watson Market`, - ShipAddress: `192 Market Street`, - ShipCity: `New York`, - ShipPostalCode: 60078, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1270, - CustomerName: `Martin Watson`, - CustomerFirstName: `Martin`, - CustomerLastName: `Watson`, - CustomerAddress: `192 Market Street, New York, USA, 60078`, - Salesperson: `Ben Jackson`, - OrderID: 1586, - OrderDate: `11/13/2022`, - ProductID: 130, - ProductName: `Mac Book Pro`, - UnitPrice: 28630.86, - Quantity: 2, - ExtendedPrice: 57261.72, - Freight: 980.86, - Discontinued: false, - Region: `West`, - Address: `192 Market Street`, - City: `New York`, - Country: `USA`, - PostalCode: 60078 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Estate`, - ShipAddress: `159 Main Street`, - ShipCity: `New York`, - ShipPostalCode: 50050, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1271, - CustomerName: `James Jefferson`, - CustomerFirstName: `James`, - CustomerLastName: `Jefferson`, - CustomerAddress: `159 Main Street, New York, USA, 50050`, - Salesperson: `Max Jefferson`, - OrderID: 1915, - OrderDate: `2/10/2022`, - ProductID: 178, - ProductName: `Mac Book Pro`, - UnitPrice: 19050.75, - Quantity: 5, - ExtendedPrice: 95253.75, - Freight: 960.75, - Discontinued: false, - Region: `West`, - Address: `159 Main Street`, - City: `New York`, - Country: `USA`, - PostalCode: 50050 - }), - new InvoicesDataItem( - { - ShipName: `Watson Market`, - ShipAddress: `171 Wall Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 60099, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Federal Shipping`, - CustomerID: 1272, - CustomerName: `Nancy Watson`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Watson`, - CustomerAddress: `171 Wall Street, Los Angeles, USA, 60099`, - Salesperson: `Pamela Jackson`, - OrderID: 1503, - OrderDate: `4/7/2022`, - ProductID: 153, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 26320.3, - Quantity: 3, - ExtendedPrice: 78960.9, - Freight: 1360.3, - Discontinued: false, - Region: `South East`, - Address: `171 Wall Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 60099 - }), - new InvoicesDataItem( - { - ShipName: `Madison Townhouse`, - ShipAddress: `161 Main Street`, - ShipCity: `Huston`, - ShipPostalCode: 70087, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Speedy Express`, - CustomerID: 1273, - CustomerName: `Anna Madison`, - CustomerFirstName: `Anna`, - CustomerLastName: `Madison`, - CustomerAddress: `161 Main Street, Huston, USA, 70087`, - Salesperson: `Nancy Watson`, - OrderID: 1129, - OrderDate: `9/4/2022`, - ProductID: 119, - ProductName: `Samsung Note`, - UnitPrice: 26970.53, - Quantity: 3, - ExtendedPrice: 80911.59, - Freight: 1890.53, - Discontinued: false, - Region: `South East`, - Address: `161 Main Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 70087 - }), - new InvoicesDataItem( - { - ShipName: `Watson Market`, - ShipAddress: `163 Market Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 50127, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1274, - CustomerName: `Max Watson`, - CustomerFirstName: `Max`, - CustomerLastName: `Watson`, - CustomerAddress: `163 Market Street, Los Angeles, USA, 50127`, - Salesperson: `Nancy Jefferson`, - OrderID: 1508, - OrderDate: `1/6/2022`, - ProductID: 136, - ProductName: `Mac Book Air`, - UnitPrice: 12620.81, - Quantity: 3, - ExtendedPrice: 37862.43, - Freight: 650.81, - Discontinued: false, - Region: `North East`, - Address: `163 Market Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 50127 - }), - new InvoicesDataItem( - { - ShipName: `Watson Townhouse`, - ShipAddress: `131 Market Street`, - ShipCity: `Huston`, - ShipPostalCode: 50052, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Federal Shipping`, - CustomerID: 1275, - CustomerName: `James Watson`, - CustomerFirstName: `James`, - CustomerLastName: `Watson`, - CustomerAddress: `131 Market Street, Huston, USA, 50052`, - Salesperson: `Martin Watson`, - OrderID: 1285, - OrderDate: `8/6/2022`, - ProductID: 123, - ProductName: `Samsung Note`, - UnitPrice: 22790.24, - Quantity: 4, - ExtendedPrice: 91160.96, - Freight: 1140.24, - Discontinued: false, - Region: `South East`, - Address: `131 Market Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 50052 - }), - new InvoicesDataItem( - { - ShipName: `Black Home`, - ShipAddress: `125 Wall Street`, - ShipCity: `Miami`, - ShipPostalCode: 60101, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1276, - CustomerName: `Ben Black`, - CustomerFirstName: `Ben`, - CustomerLastName: `Black`, - CustomerAddress: `125 Wall Street, Miami, USA, 60101`, - Salesperson: `Ben Smith`, - OrderID: 1881, - OrderDate: `12/5/2022`, - ProductID: 128, - ProductName: `Mac Book Air`, - UnitPrice: 18780.56, - Quantity: 4, - ExtendedPrice: 75122.24, - Freight: 820.56, - Discontinued: false, - Region: `West`, - Address: `125 Wall Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 60101 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Market`, - ShipAddress: `184 Main Street`, - ShipCity: `Miami`, - ShipPostalCode: 50157, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1277, - CustomerName: `Nancy Jackson`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Jackson`, - CustomerAddress: `184 Main Street, Miami, USA, 50157`, - Salesperson: `Mike Smith`, - OrderID: 1478, - OrderDate: `9/18/2022`, - ProductID: 131, - ProductName: `IPad`, - UnitPrice: 15000.21, - Quantity: 5, - ExtendedPrice: 75001.05, - Freight: 1390.21, - Discontinued: false, - Region: `North East`, - Address: `184 Main Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 50157 - }), - new InvoicesDataItem( - { - ShipName: `Watson Estate`, - ShipAddress: `199 Market Street`, - ShipCity: `Huston`, - ShipPostalCode: 80050, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1278, - CustomerName: `Nancy Watson`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Watson`, - CustomerAddress: `199 Market Street, Huston, USA, 80050`, - Salesperson: `Max Jefferson`, - OrderID: 1767, - OrderDate: `1/17/2022`, - ProductID: 196, - ProductName: `Mac Book Pro`, - UnitPrice: 21600.31, - Quantity: 3, - ExtendedPrice: 64800.93, - Freight: 1130.31, - Discontinued: false, - Region: `North East`, - Address: `199 Market Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 80050 - }), - new InvoicesDataItem( - { - ShipName: `Madison Market`, - ShipAddress: `127 Market Street`, - ShipCity: `Miami`, - ShipPostalCode: 60073, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1279, - CustomerName: `Nancy Madison`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Madison`, - CustomerAddress: `127 Market Street, Miami, USA, 60073`, - Salesperson: `Mike Smith`, - OrderID: 1229, - OrderDate: `12/7/2022`, - ProductID: 184, - ProductName: `Mac Book Air`, - UnitPrice: 27500.59, - Quantity: 3, - ExtendedPrice: 82501.77, - Freight: 1380.59, - Discontinued: true, - Region: `West`, - Address: `127 Market Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 60073 - }), - new InvoicesDataItem( - { - ShipName: `Watson Home`, - ShipAddress: `169 Main Street`, - ShipCity: `New York`, - ShipPostalCode: 50123, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1280, - CustomerName: `Mike Watson`, - CustomerFirstName: `Mike`, - CustomerLastName: `Watson`, - CustomerAddress: `169 Main Street, New York, USA, 50123`, - Salesperson: `Martin Jackson`, - OrderID: 1761, - OrderDate: `2/10/2022`, - ProductID: 169, - ProductName: `IPad`, - UnitPrice: 21430.7, - Quantity: 5, - ExtendedPrice: 107153.5, - Freight: 1170.7, - Discontinued: false, - Region: `North East`, - Address: `169 Main Street`, - City: `New York`, - Country: `USA`, - PostalCode: 50123 - }), - new InvoicesDataItem( - { - ShipName: `Watson Home`, - ShipAddress: `109 Main Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 80143, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1281, - CustomerName: `James Watson`, - CustomerFirstName: `James`, - CustomerLastName: `Watson`, - CustomerAddress: `109 Main Street, Philadelphia, USA, 80143`, - Salesperson: `Anna Black`, - OrderID: 1461, - OrderDate: `9/8/2022`, - ProductID: 155, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 28470.33, - Quantity: 4, - ExtendedPrice: 113881.32, - Freight: 1750.33, - Discontinued: false, - Region: `North East`, - Address: `109 Main Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 80143 - }), - new InvoicesDataItem( - { - ShipName: `Madison Townhouse`, - ShipAddress: `103 Main Street`, - ShipCity: `New York`, - ShipPostalCode: 80198, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1282, - CustomerName: `James Madison`, - CustomerFirstName: `James`, - CustomerLastName: `Madison`, - CustomerAddress: `103 Main Street, New York, USA, 80198`, - Salesperson: `Ben Black`, - OrderID: 1210, - OrderDate: `11/7/2022`, - ProductID: 123, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 11260.52, - Quantity: 5, - ExtendedPrice: 56302.6, - Freight: 330.52, - Discontinued: false, - Region: `West`, - Address: `103 Main Street`, - City: `New York`, - Country: `USA`, - PostalCode: 80198 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Market`, - ShipAddress: `102 Market Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 50100, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1283, - CustomerName: `Martin Jefferson`, - CustomerFirstName: `Martin`, - CustomerLastName: `Jefferson`, - CustomerAddress: `102 Market Street, Philadelphia, USA, 50100`, - Salesperson: `Pamela Jefferson`, - OrderID: 1262, - OrderDate: `4/17/2022`, - ProductID: 134, - ProductName: `Mac Book Pro`, - UnitPrice: 21890.55, - Quantity: 4, - ExtendedPrice: 87562.2, - Freight: 500.55, - Discontinued: false, - Region: `West`, - Address: `102 Market Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 50100 - }), - new InvoicesDataItem( - { - ShipName: `Madison Home`, - ShipAddress: `194 Market Street`, - ShipCity: `New York`, - ShipPostalCode: 80057, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1284, - CustomerName: `Pamela Madison`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Madison`, - CustomerAddress: `194 Market Street, New York, USA, 80057`, - Salesperson: `Pamela Jefferson`, - OrderID: 1490, - OrderDate: `4/6/2022`, - ProductID: 191, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 15670.58, - Quantity: 4, - ExtendedPrice: 62682.32, - Freight: 1320.58, - Discontinued: false, - Region: `South East`, - Address: `194 Market Street`, - City: `New York`, - Country: `USA`, - PostalCode: 80057 - }), - new InvoicesDataItem( - { - ShipName: `Madison Market`, - ShipAddress: `102 Main Street`, - ShipCity: `Miami`, - ShipPostalCode: 70175, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Speedy Express`, - CustomerID: 1285, - CustomerName: `Nancy Madison`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Madison`, - CustomerAddress: `102 Main Street, Miami, USA, 70175`, - Salesperson: `James Jackson`, - OrderID: 1031, - OrderDate: `3/18/2022`, - ProductID: 196, - ProductName: `Samsung Note`, - UnitPrice: 16280.69, - Quantity: 3, - ExtendedPrice: 48842.07, - Freight: 380.69, - Discontinued: false, - Region: `South East`, - Address: `102 Main Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 70175 - }), - new InvoicesDataItem( - { - ShipName: `Watson Estate`, - ShipAddress: `139 Market Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 60067, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Speedy Express`, - CustomerID: 1286, - CustomerName: `Nancy Watson`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Watson`, - CustomerAddress: `139 Market Street, Philadelphia, USA, 60067`, - Salesperson: `Max Jefferson`, - OrderID: 1803, - OrderDate: `1/22/2022`, - ProductID: 134, - ProductName: `Mac Book Pro`, - UnitPrice: 7940.29, - Quantity: 4, - ExtendedPrice: 31761.16, - Freight: 620.29, - Discontinued: false, - Region: `North East`, - Address: `139 Market Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 60067 - }), - new InvoicesDataItem( - { - ShipName: `Smith Market`, - ShipAddress: `167 Market Street`, - ShipCity: `New York`, - ShipPostalCode: 80115, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1287, - CustomerName: `Martin Smith`, - CustomerFirstName: `Martin`, - CustomerLastName: `Smith`, - CustomerAddress: `167 Market Street, New York, USA, 80115`, - Salesperson: `Anna Black`, - OrderID: 1465, - OrderDate: `2/14/2022`, - ProductID: 166, - ProductName: `Samsung Note`, - UnitPrice: 20420.2, - Quantity: 4, - ExtendedPrice: 81680.8, - Freight: 960.2, - Discontinued: false, - Region: `North East`, - Address: `167 Market Street`, - City: `New York`, - Country: `USA`, - PostalCode: 80115 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Market`, - ShipAddress: `167 Market Street`, - ShipCity: `New York`, - ShipPostalCode: 80080, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1288, - CustomerName: `Nancy Jefferson`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Jefferson`, - CustomerAddress: `167 Market Street, New York, USA, 80080`, - Salesperson: `Ben Jackson`, - OrderID: 1303, - OrderDate: `12/12/2022`, - ProductID: 191, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 20080.21, - Quantity: 2, - ExtendedPrice: 40160.42, - Freight: 800.21, - Discontinued: false, - Region: `West`, - Address: `167 Market Street`, - City: `New York`, - Country: `USA`, - PostalCode: 80080 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Market`, - ShipAddress: `167 Market Street`, - ShipCity: `New York`, - ShipPostalCode: 90093, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Federal Shipping`, - CustomerID: 1289, - CustomerName: `Pamela Jackson`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Jackson`, - CustomerAddress: `167 Market Street, New York, USA, 90093`, - Salesperson: `Anna Smith`, - OrderID: 1122, - OrderDate: `8/6/2022`, - ProductID: 189, - ProductName: `Mac Book Air`, - UnitPrice: 29420.55, - Quantity: 4, - ExtendedPrice: 117682.2, - Freight: 1200.55, - Discontinued: true, - Region: `South East`, - Address: `167 Market Street`, - City: `New York`, - Country: `USA`, - PostalCode: 90093 - }), - new InvoicesDataItem( - { - ShipName: `Madison Home`, - ShipAddress: `114 Wall Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 60133, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1290, - CustomerName: `Nancy Madison`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Madison`, - CustomerAddress: `114 Wall Street, Philadelphia, USA, 60133`, - Salesperson: `Anna Madison`, - OrderID: 1402, - OrderDate: `6/9/2022`, - ProductID: 161, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 16370.76, - Quantity: 3, - ExtendedPrice: 49112.28, - Freight: 590.76, - Discontinued: false, - Region: `South East`, - Address: `114 Wall Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 60133 - }), - new InvoicesDataItem( - { - ShipName: `Madison Home`, - ShipAddress: `164 Market Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 60153, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1291, - CustomerName: `Anna Madison`, - CustomerFirstName: `Anna`, - CustomerLastName: `Madison`, - CustomerAddress: `164 Market Street, Los Angeles, USA, 60153`, - Salesperson: `Max Smith`, - OrderID: 1165, - OrderDate: `11/24/2022`, - ProductID: 193, - ProductName: `Mac Book Pro`, - UnitPrice: 19240.53, - Quantity: 4, - ExtendedPrice: 76962.12, - Freight: 1990.53, - Discontinued: false, - Region: `West`, - Address: `164 Market Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 60153 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Home`, - ShipAddress: `102 Market Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 90068, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1292, - CustomerName: `Mike Jackson`, - CustomerFirstName: `Mike`, - CustomerLastName: `Jackson`, - CustomerAddress: `102 Market Street, Philadelphia, USA, 90068`, - Salesperson: `Mike Madison`, - OrderID: 1512, - OrderDate: `9/4/2022`, - ProductID: 186, - ProductName: `Samsung Note`, - UnitPrice: 26300.88, - Quantity: 4, - ExtendedPrice: 105203.52, - Freight: 660.88, - Discontinued: false, - Region: `West`, - Address: `102 Market Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 90068 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Market`, - ShipAddress: `158 Wall Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 80149, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1293, - CustomerName: `Pamela Jefferson`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Jefferson`, - CustomerAddress: `158 Wall Street, Los Angeles, USA, 80149`, - Salesperson: `Max Jackson`, - OrderID: 1358, - OrderDate: `2/22/2022`, - ProductID: 110, - ProductName: `Mac Book Pro`, - UnitPrice: 23570.31, - Quantity: 5, - ExtendedPrice: 117851.55, - Freight: 1260.31, - Discontinued: false, - Region: `North East`, - Address: `158 Wall Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 80149 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Townhouse`, - ShipAddress: `125 Market Street`, - ShipCity: `Huston`, - ShipPostalCode: 80176, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1294, - CustomerName: `Nancy Jefferson`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Jefferson`, - CustomerAddress: `125 Market Street, Huston, USA, 80176`, - Salesperson: `Pamela Watson`, - OrderID: 1106, - OrderDate: `2/7/2022`, - ProductID: 152, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 6100.56, - Quantity: 5, - ExtendedPrice: 30502.8, - Freight: 1900.56, - Discontinued: false, - Region: `West`, - Address: `125 Market Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 80176 - }), - new InvoicesDataItem( - { - ShipName: `Smith Estate`, - ShipAddress: `177 Main Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 50079, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1295, - CustomerName: `Pamela Smith`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Smith`, - CustomerAddress: `177 Main Street, Los Angeles, USA, 50079`, - Salesperson: `Max Watson`, - OrderID: 1931, - OrderDate: `6/5/2022`, - ProductID: 113, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 27350.45, - Quantity: 3, - ExtendedPrice: 82051.35, - Freight: 1170.45, - Discontinued: false, - Region: `North East`, - Address: `177 Main Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 50079 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Estate`, - ShipAddress: `148 Market Street`, - ShipCity: `New York`, - ShipPostalCode: 90184, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1296, - CustomerName: `Mike Jackson`, - CustomerFirstName: `Mike`, - CustomerLastName: `Jackson`, - CustomerAddress: `148 Market Street, New York, USA, 90184`, - Salesperson: `James Smith`, - OrderID: 1108, - OrderDate: `8/5/2022`, - ProductID: 122, - ProductName: `Samsung Note`, - UnitPrice: 5440.75, - Quantity: 4, - ExtendedPrice: 21763, - Freight: 960.75, - Discontinued: false, - Region: `South East`, - Address: `148 Market Street`, - City: `New York`, - Country: `USA`, - PostalCode: 90184 - }), - new InvoicesDataItem( - { - ShipName: `Black Townhouse`, - ShipAddress: `113 Wall Street`, - ShipCity: `Huston`, - ShipPostalCode: 50064, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1297, - CustomerName: `Max Black`, - CustomerFirstName: `Max`, - CustomerLastName: `Black`, - CustomerAddress: `113 Wall Street, Huston, USA, 50064`, - Salesperson: `Martin Smith`, - OrderID: 1782, - OrderDate: `3/24/2022`, - ProductID: 107, - ProductName: `IPad`, - UnitPrice: 22200.88, - Quantity: 4, - ExtendedPrice: 88803.52, - Freight: 510.88, - Discontinued: false, - Region: `West`, - Address: `113 Wall Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 50064 - }), - new InvoicesDataItem( - { - ShipName: `Smith Market`, - ShipAddress: `134 Wall Street`, - ShipCity: `New York`, - ShipPostalCode: 80155, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1298, - CustomerName: `Martin Smith`, - CustomerFirstName: `Martin`, - CustomerLastName: `Smith`, - CustomerAddress: `134 Wall Street, New York, USA, 80155`, - Salesperson: `Nancy Jefferson`, - OrderID: 1886, - OrderDate: `3/6/2022`, - ProductID: 181, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 8550.46, - Quantity: 4, - ExtendedPrice: 34201.84, - Freight: 1830.46, - Discontinued: false, - Region: `North East`, - Address: `134 Wall Street`, - City: `New York`, - Country: `USA`, - PostalCode: 80155 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Townhouse`, - ShipAddress: `142 Market Street`, - ShipCity: `New York`, - ShipPostalCode: 90103, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1299, - CustomerName: `Max Jackson`, - CustomerFirstName: `Max`, - CustomerLastName: `Jackson`, - CustomerAddress: `142 Market Street, New York, USA, 90103`, - Salesperson: `Anna Watson`, - OrderID: 1578, - OrderDate: `10/5/2022`, - ProductID: 162, - ProductName: `Mac Book Air`, - UnitPrice: 19490.84, - Quantity: 4, - ExtendedPrice: 77963.36, - Freight: 490.84, - Discontinued: true, - Region: `West`, - Address: `142 Market Street`, - City: `New York`, - Country: `USA`, - PostalCode: 90103 - }), - new InvoicesDataItem( - { - ShipName: `Smith Estate`, - ShipAddress: `132 Market Street`, - ShipCity: `Miami`, - ShipPostalCode: 90111, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1300, - CustomerName: `Anna Smith`, - CustomerFirstName: `Anna`, - CustomerLastName: `Smith`, - CustomerAddress: `132 Market Street, Miami, USA, 90111`, - Salesperson: `Ben Jefferson`, - OrderID: 1903, - OrderDate: `6/23/2022`, - ProductID: 173, - ProductName: `IPad`, - UnitPrice: 23350.52, - Quantity: 5, - ExtendedPrice: 116752.6, - Freight: 1210.52, - Discontinued: false, - Region: `South East`, - Address: `132 Market Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 90111 - }), - new InvoicesDataItem( - { - ShipName: `Smith Home`, - ShipAddress: `180 Main Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 50182, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1301, - CustomerName: `Mike Smith`, - CustomerFirstName: `Mike`, - CustomerLastName: `Smith`, - CustomerAddress: `180 Main Street, Los Angeles, USA, 50182`, - Salesperson: `Ben Black`, - OrderID: 1201, - OrderDate: `11/25/2022`, - ProductID: 127, - ProductName: `Mac Book Pro`, - UnitPrice: 6730.57, - Quantity: 3, - ExtendedPrice: 20191.71, - Freight: 1600.57, - Discontinued: false, - Region: `West`, - Address: `180 Main Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 50182 - }), - new InvoicesDataItem( - { - ShipName: `Smith Townhouse`, - ShipAddress: `135 Main Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 60076, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1302, - CustomerName: `James Smith`, - CustomerFirstName: `James`, - CustomerLastName: `Smith`, - CustomerAddress: `135 Main Street, Philadelphia, USA, 60076`, - Salesperson: `Mike Smith`, - OrderID: 1488, - OrderDate: `5/1/2022`, - ProductID: 105, - ProductName: `IPad`, - UnitPrice: 27240.3, - Quantity: 5, - ExtendedPrice: 136201.5, - Freight: 1130.3, - Discontinued: false, - Region: `West`, - Address: `135 Main Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 60076 - }), - new InvoicesDataItem( - { - ShipName: `Madison Townhouse`, - ShipAddress: `104 Wall Street`, - ShipCity: `New York`, - ShipPostalCode: 70191, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1303, - CustomerName: `Nancy Madison`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Madison`, - CustomerAddress: `104 Wall Street, New York, USA, 70191`, - Salesperson: `Pamela Jefferson`, - OrderID: 1636, - OrderDate: `2/16/2022`, - ProductID: 104, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 14830.46, - Quantity: 2, - ExtendedPrice: 29660.92, - Freight: 540.46, - Discontinued: false, - Region: `West`, - Address: `104 Wall Street`, - City: `New York`, - Country: `USA`, - PostalCode: 70191 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Market`, - ShipAddress: `122 Market Street`, - ShipCity: `New York`, - ShipPostalCode: 70071, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Speedy Express`, - CustomerID: 1304, - CustomerName: `James Jefferson`, - CustomerFirstName: `James`, - CustomerLastName: `Jefferson`, - CustomerAddress: `122 Market Street, New York, USA, 70071`, - Salesperson: `Max Black`, - OrderID: 1588, - OrderDate: `8/22/2022`, - ProductID: 169, - ProductName: `IPhone`, - UnitPrice: 28440.73, - Quantity: 3, - ExtendedPrice: 85322.19, - Freight: 640.73, - Discontinued: false, - Region: `North East`, - Address: `122 Market Street`, - City: `New York`, - Country: `USA`, - PostalCode: 70071 - }), - new InvoicesDataItem( - { - ShipName: `Smith Market`, - ShipAddress: `178 Main Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 80064, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1305, - CustomerName: `Anna Smith`, - CustomerFirstName: `Anna`, - CustomerLastName: `Smith`, - CustomerAddress: `178 Main Street, Philadelphia, USA, 80064`, - Salesperson: `Pamela Jackson`, - OrderID: 1422, - OrderDate: `7/3/2022`, - ProductID: 150, - ProductName: `Mac Book Air`, - UnitPrice: 7100.37, - Quantity: 4, - ExtendedPrice: 28401.48, - Freight: 1560.37, - Discontinued: false, - Region: `North East`, - Address: `178 Main Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 80064 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Market`, - ShipAddress: `199 Main Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 80126, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Federal Shipping`, - CustomerID: 1306, - CustomerName: `Martin Jefferson`, - CustomerFirstName: `Martin`, - CustomerLastName: `Jefferson`, - CustomerAddress: `199 Main Street, Philadelphia, USA, 80126`, - Salesperson: `Ben Jefferson`, - OrderID: 1922, - OrderDate: `1/13/2022`, - ProductID: 116, - ProductName: `Mac Book Air`, - UnitPrice: 15400.22, - Quantity: 4, - ExtendedPrice: 61600.88, - Freight: 1970.22, - Discontinued: false, - Region: `South East`, - Address: `199 Main Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 80126 - }), - new InvoicesDataItem( - { - ShipName: `Watson Home`, - ShipAddress: `187 Wall Street`, - ShipCity: `Huston`, - ShipPostalCode: 70093, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Speedy Express`, - CustomerID: 1307, - CustomerName: `Nancy Watson`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Watson`, - CustomerAddress: `187 Wall Street, Huston, USA, 70093`, - Salesperson: `Ben Watson`, - OrderID: 1023, - OrderDate: `8/20/2022`, - ProductID: 138, - ProductName: `Samsung Note`, - UnitPrice: 26450.63, - Quantity: 2, - ExtendedPrice: 52901.26, - Freight: 980.63, - Discontinued: false, - Region: `South East`, - Address: `187 Wall Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 70093 - }), - new InvoicesDataItem( - { - ShipName: `Watson Market`, - ShipAddress: `110 Market Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 50180, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Federal Shipping`, - CustomerID: 1308, - CustomerName: `Max Watson`, - CustomerFirstName: `Max`, - CustomerLastName: `Watson`, - CustomerAddress: `110 Market Street, Los Angeles, USA, 50180`, - Salesperson: `Martin Smith`, - OrderID: 1651, - OrderDate: `8/10/2022`, - ProductID: 131, - ProductName: `IPhone`, - UnitPrice: 11720.27, - Quantity: 2, - ExtendedPrice: 23440.54, - Freight: 300.27, - Discontinued: false, - Region: `South East`, - Address: `110 Market Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 50180 - }), - new InvoicesDataItem( - { - ShipName: `Madison Home`, - ShipAddress: `196 Wall Street`, - ShipCity: `New York`, - ShipPostalCode: 50190, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1309, - CustomerName: `James Madison`, - CustomerFirstName: `James`, - CustomerLastName: `Madison`, - CustomerAddress: `196 Wall Street, New York, USA, 50190`, - Salesperson: `Nancy Madison`, - OrderID: 1918, - OrderDate: `7/11/2022`, - ProductID: 160, - ProductName: `IPad`, - UnitPrice: 22400.31, - Quantity: 2, - ExtendedPrice: 44800.62, - Freight: 1310.31, - Discontinued: true, - Region: `North East`, - Address: `196 Wall Street`, - City: `New York`, - Country: `USA`, - PostalCode: 50190 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Market`, - ShipAddress: `172 Market Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 80154, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1310, - CustomerName: `Nancy Jefferson`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Jefferson`, - CustomerAddress: `172 Market Street, Philadelphia, USA, 80154`, - Salesperson: `Ben Jackson`, - OrderID: 1803, - OrderDate: `2/14/2022`, - ProductID: 100, - ProductName: `Samsung Note`, - UnitPrice: 5270.34, - Quantity: 5, - ExtendedPrice: 26351.7, - Freight: 320.34, - Discontinued: false, - Region: `North East`, - Address: `172 Market Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 80154 - }), - new InvoicesDataItem( - { - ShipName: `Watson Estate`, - ShipAddress: `181 Wall Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 50200, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Federal Shipping`, - CustomerID: 1311, - CustomerName: `Martin Watson`, - CustomerFirstName: `Martin`, - CustomerLastName: `Watson`, - CustomerAddress: `181 Wall Street, Los Angeles, USA, 50200`, - Salesperson: `James Watson`, - OrderID: 1467, - OrderDate: `12/13/2022`, - ProductID: 171, - ProductName: `Mac Book Air`, - UnitPrice: 7830.21, - Quantity: 4, - ExtendedPrice: 31320.84, - Freight: 1740.21, - Discontinued: false, - Region: `South East`, - Address: `181 Wall Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 50200 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Estate`, - ShipAddress: `151 Main Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 70118, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1312, - CustomerName: `Pamela Jefferson`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Jefferson`, - CustomerAddress: `151 Main Street, Los Angeles, USA, 70118`, - Salesperson: `Martin Watson`, - OrderID: 1359, - OrderDate: `4/5/2022`, - ProductID: 141, - ProductName: `IPhone`, - UnitPrice: 27160.77, - Quantity: 5, - ExtendedPrice: 135803.85, - Freight: 370.77, - Discontinued: false, - Region: `West`, - Address: `151 Main Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 70118 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Home`, - ShipAddress: `156 Market Street`, - ShipCity: `Miami`, - ShipPostalCode: 90109, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1313, - CustomerName: `James Jackson`, - CustomerFirstName: `James`, - CustomerLastName: `Jackson`, - CustomerAddress: `156 Market Street, Miami, USA, 90109`, - Salesperson: `James Jackson`, - OrderID: 1592, - OrderDate: `4/16/2022`, - ProductID: 128, - ProductName: `Samsung Note`, - UnitPrice: 14910.41, - Quantity: 5, - ExtendedPrice: 74552.05, - Freight: 1790.41, - Discontinued: false, - Region: `North East`, - Address: `156 Market Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 90109 - }), - new InvoicesDataItem( - { - ShipName: `Watson Estate`, - ShipAddress: `147 Main Street`, - ShipCity: `Huston`, - ShipPostalCode: 60054, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Federal Shipping`, - CustomerID: 1314, - CustomerName: `Pamela Watson`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Watson`, - CustomerAddress: `147 Main Street, Huston, USA, 60054`, - Salesperson: `Ben Watson`, - OrderID: 1454, - OrderDate: `12/12/2022`, - ProductID: 131, - ProductName: `Mac Book Air`, - UnitPrice: 11280.22, - Quantity: 3, - ExtendedPrice: 33840.66, - Freight: 1440.22, - Discontinued: false, - Region: `South East`, - Address: `147 Main Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 60054 - }), - new InvoicesDataItem( - { - ShipName: `Madison Home`, - ShipAddress: `123 Market Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 90190, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1315, - CustomerName: `Ben Madison`, - CustomerFirstName: `Ben`, - CustomerLastName: `Madison`, - CustomerAddress: `123 Market Street, Philadelphia, USA, 90190`, - Salesperson: `James Jefferson`, - OrderID: 1529, - OrderDate: `4/19/2022`, - ProductID: 102, - ProductName: `IPad`, - UnitPrice: 7570.85, - Quantity: 5, - ExtendedPrice: 37854.25, - Freight: 1630.85, - Discontinued: false, - Region: `West`, - Address: `123 Market Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 90190 - }), - new InvoicesDataItem( - { - ShipName: `Watson Home`, - ShipAddress: `100 Wall Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 90115, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1316, - CustomerName: `James Watson`, - CustomerFirstName: `James`, - CustomerLastName: `Watson`, - CustomerAddress: `100 Wall Street, Los Angeles, USA, 90115`, - Salesperson: `Nancy Smith`, - OrderID: 1783, - OrderDate: `9/2/2022`, - ProductID: 144, - ProductName: `Samsung Note`, - UnitPrice: 5530.88, - Quantity: 3, - ExtendedPrice: 16592.64, - Freight: 1800.88, - Discontinued: false, - Region: `North East`, - Address: `100 Wall Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 90115 - }), - new InvoicesDataItem( - { - ShipName: `Watson Townhouse`, - ShipAddress: `184 Wall Street`, - ShipCity: `Miami`, - ShipPostalCode: 50144, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Federal Shipping`, - CustomerID: 1317, - CustomerName: `Max Watson`, - CustomerFirstName: `Max`, - CustomerLastName: `Watson`, - CustomerAddress: `184 Wall Street, Miami, USA, 50144`, - Salesperson: `Max Jackson`, - OrderID: 1533, - OrderDate: `12/19/2022`, - ProductID: 189, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 24820.6, - Quantity: 2, - ExtendedPrice: 49641.2, - Freight: 1550.6, - Discontinued: false, - Region: `South East`, - Address: `184 Wall Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 50144 - }), - new InvoicesDataItem( - { - ShipName: `Black Home`, - ShipAddress: `187 Wall Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 70132, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1318, - CustomerName: `Mike Black`, - CustomerFirstName: `Mike`, - CustomerLastName: `Black`, - CustomerAddress: `187 Wall Street, Los Angeles, USA, 70132`, - Salesperson: `Nancy Jackson`, - OrderID: 1483, - OrderDate: `1/8/2022`, - ProductID: 182, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 21520.76, - Quantity: 4, - ExtendedPrice: 86083.04, - Freight: 770.76, - Discontinued: false, - Region: `North East`, - Address: `187 Wall Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 70132 - }), - new InvoicesDataItem( - { - ShipName: `Black Market`, - ShipAddress: `162 Main Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 90083, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Speedy Express`, - CustomerID: 1319, - CustomerName: `Mike Black`, - CustomerFirstName: `Mike`, - CustomerLastName: `Black`, - CustomerAddress: `162 Main Street, Philadelphia, USA, 90083`, - Salesperson: `Max Jefferson`, - OrderID: 1869, - OrderDate: `6/3/2022`, - ProductID: 118, - ProductName: `IPhone`, - UnitPrice: 15930.3, - Quantity: 2, - ExtendedPrice: 31860.6, - Freight: 470.3, - Discontinued: true, - Region: `North East`, - Address: `162 Main Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 90083 - }), - new InvoicesDataItem( - { - ShipName: `Watson Home`, - ShipAddress: `147 Main Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 50191, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Speedy Express`, - CustomerID: 1320, - CustomerName: `Nancy Watson`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Watson`, - CustomerAddress: `147 Main Street, Philadelphia, USA, 50191`, - Salesperson: `Martin Jefferson`, - OrderID: 1541, - OrderDate: `2/1/2022`, - ProductID: 159, - ProductName: `Mac Book Pro`, - UnitPrice: 29090.51, - Quantity: 4, - ExtendedPrice: 116362.04, - Freight: 900.51, - Discontinued: false, - Region: `North East`, - Address: `147 Main Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 50191 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Market`, - ShipAddress: `175 Wall Street`, - ShipCity: `New York`, - ShipPostalCode: 90056, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1321, - CustomerName: `Martin Jackson`, - CustomerFirstName: `Martin`, - CustomerLastName: `Jackson`, - CustomerAddress: `175 Wall Street, New York, USA, 90056`, - Salesperson: `Anna Black`, - OrderID: 1050, - OrderDate: `8/6/2022`, - ProductID: 120, - ProductName: `IPad`, - UnitPrice: 28490.38, - Quantity: 5, - ExtendedPrice: 142451.9, - Freight: 860.38, - Discontinued: false, - Region: `West`, - Address: `175 Wall Street`, - City: `New York`, - Country: `USA`, - PostalCode: 90056 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Market`, - ShipAddress: `129 Market Street`, - ShipCity: `Huston`, - ShipPostalCode: 50089, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Federal Shipping`, - CustomerID: 1322, - CustomerName: `Pamela Jackson`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Jackson`, - CustomerAddress: `129 Market Street, Huston, USA, 50089`, - Salesperson: `Mike Jefferson`, - OrderID: 1188, - OrderDate: `7/23/2022`, - ProductID: 119, - ProductName: `Mac Book Pro`, - UnitPrice: 6710.58, - Quantity: 3, - ExtendedPrice: 20131.74, - Freight: 1160.58, - Discontinued: false, - Region: `South East`, - Address: `129 Market Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 50089 - }), - new InvoicesDataItem( - { - ShipName: `Smith Market`, - ShipAddress: `104 Wall Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 70079, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1323, - CustomerName: `Ben Smith`, - CustomerFirstName: `Ben`, - CustomerLastName: `Smith`, - CustomerAddress: `104 Wall Street, Philadelphia, USA, 70079`, - Salesperson: `Martin Madison`, - OrderID: 1452, - OrderDate: `2/1/2022`, - ProductID: 182, - ProductName: `IPhone`, - UnitPrice: 9260.28, - Quantity: 2, - ExtendedPrice: 18520.56, - Freight: 1960.28, - Discontinued: false, - Region: `South East`, - Address: `104 Wall Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 70079 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Townhouse`, - ShipAddress: `167 Wall Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 70137, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1324, - CustomerName: `Mike Jefferson`, - CustomerFirstName: `Mike`, - CustomerLastName: `Jefferson`, - CustomerAddress: `167 Wall Street, Philadelphia, USA, 70137`, - Salesperson: `James Jefferson`, - OrderID: 1542, - OrderDate: `7/21/2022`, - ProductID: 107, - ProductName: `IPhone`, - UnitPrice: 5100.82, - Quantity: 5, - ExtendedPrice: 25504.1, - Freight: 610.82, - Discontinued: false, - Region: `North East`, - Address: `167 Wall Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 70137 - }), - new InvoicesDataItem( - { - ShipName: `Madison Market`, - ShipAddress: `128 Wall Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 50188, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1325, - CustomerName: `Mike Madison`, - CustomerFirstName: `Mike`, - CustomerLastName: `Madison`, - CustomerAddress: `128 Wall Street, Philadelphia, USA, 50188`, - Salesperson: `Nancy Jefferson`, - OrderID: 1993, - OrderDate: `3/7/2022`, - ProductID: 149, - ProductName: `Samsung Note`, - UnitPrice: 27520.59, - Quantity: 4, - ExtendedPrice: 110082.36, - Freight: 1260.59, - Discontinued: false, - Region: `South East`, - Address: `128 Wall Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 50188 - }), - new InvoicesDataItem( - { - ShipName: `Watson Market`, - ShipAddress: `171 Market Street`, - ShipCity: `Huston`, - ShipPostalCode: 70190, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Speedy Express`, - CustomerID: 1326, - CustomerName: `Martin Watson`, - CustomerFirstName: `Martin`, - CustomerLastName: `Watson`, - CustomerAddress: `171 Market Street, Huston, USA, 70190`, - Salesperson: `Anna Madison`, - OrderID: 1815, - OrderDate: `7/4/2022`, - ProductID: 195, - ProductName: `Samsung Note`, - UnitPrice: 27340.66, - Quantity: 5, - ExtendedPrice: 136703.3, - Freight: 1790.66, - Discontinued: false, - Region: `South East`, - Address: `171 Market Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 70190 - }), - new InvoicesDataItem( - { - ShipName: `Watson Home`, - ShipAddress: `191 Market Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 60123, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1327, - CustomerName: `Anna Watson`, - CustomerFirstName: `Anna`, - CustomerLastName: `Watson`, - CustomerAddress: `191 Market Street, Philadelphia, USA, 60123`, - Salesperson: `Anna Madison`, - OrderID: 1319, - OrderDate: `8/5/2022`, - ProductID: 191, - ProductName: `Samsung Note`, - UnitPrice: 28500.5, - Quantity: 5, - ExtendedPrice: 142502.5, - Freight: 1280.5, - Discontinued: false, - Region: `West`, - Address: `191 Market Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 60123 - }), - new InvoicesDataItem( - { - ShipName: `Madison Townhouse`, - ShipAddress: `150 Wall Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 80139, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Federal Shipping`, - CustomerID: 1328, - CustomerName: `Mike Madison`, - CustomerFirstName: `Mike`, - CustomerLastName: `Madison`, - CustomerAddress: `150 Wall Street, Philadelphia, USA, 80139`, - Salesperson: `Nancy Watson`, - OrderID: 1592, - OrderDate: `2/22/2022`, - ProductID: 149, - ProductName: `Mac Book Pro`, - UnitPrice: 22890.6, - Quantity: 5, - ExtendedPrice: 114453, - Freight: 920.6, - Discontinued: false, - Region: `South East`, - Address: `150 Wall Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 80139 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Market`, - ShipAddress: `112 Main Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 70172, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1329, - CustomerName: `Nancy Jackson`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Jackson`, - CustomerAddress: `112 Main Street, Los Angeles, USA, 70172`, - Salesperson: `Max Jefferson`, - OrderID: 1959, - OrderDate: `10/15/2022`, - ProductID: 156, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 12050.71, - Quantity: 4, - ExtendedPrice: 48202.84, - Freight: 270.71, - Discontinued: true, - Region: `North East`, - Address: `112 Main Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 70172 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Market`, - ShipAddress: `121 Market Street`, - ShipCity: `New York`, - ShipPostalCode: 80122, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1330, - CustomerName: `Martin Jefferson`, - CustomerFirstName: `Martin`, - CustomerLastName: `Jefferson`, - CustomerAddress: `121 Market Street, New York, USA, 80122`, - Salesperson: `Ben Black`, - OrderID: 1343, - OrderDate: `5/25/2022`, - ProductID: 118, - ProductName: `Mac Book Pro`, - UnitPrice: 7060.29, - Quantity: 4, - ExtendedPrice: 28241.16, - Freight: 400.29, - Discontinued: false, - Region: `West`, - Address: `121 Market Street`, - City: `New York`, - Country: `USA`, - PostalCode: 80122 - }), - new InvoicesDataItem( - { - ShipName: `Watson Estate`, - ShipAddress: `183 Wall Street`, - ShipCity: `Miami`, - ShipPostalCode: 90122, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Speedy Express`, - CustomerID: 1331, - CustomerName: `Pamela Watson`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Watson`, - CustomerAddress: `183 Wall Street, Miami, USA, 90122`, - Salesperson: `Pamela Smith`, - OrderID: 1876, - OrderDate: `2/8/2022`, - ProductID: 137, - ProductName: `Samsung Note`, - UnitPrice: 10140.84, - Quantity: 4, - ExtendedPrice: 40563.36, - Freight: 640.84, - Discontinued: false, - Region: `North East`, - Address: `183 Wall Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 90122 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Estate`, - ShipAddress: `105 Main Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 50068, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1332, - CustomerName: `Mike Jefferson`, - CustomerFirstName: `Mike`, - CustomerLastName: `Jefferson`, - CustomerAddress: `105 Main Street, Los Angeles, USA, 50068`, - Salesperson: `Ben Madison`, - OrderID: 1322, - OrderDate: `6/7/2022`, - ProductID: 148, - ProductName: `Mac Book Air`, - UnitPrice: 20150.45, - Quantity: 4, - ExtendedPrice: 80601.8, - Freight: 1190.45, - Discontinued: false, - Region: `North East`, - Address: `105 Main Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 50068 - }), - new InvoicesDataItem( - { - ShipName: `Madison Townhouse`, - ShipAddress: `199 Market Street`, - ShipCity: `Huston`, - ShipPostalCode: 70061, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1333, - CustomerName: `Martin Madison`, - CustomerFirstName: `Martin`, - CustomerLastName: `Madison`, - CustomerAddress: `199 Market Street, Huston, USA, 70061`, - Salesperson: `Max Smith`, - OrderID: 1046, - OrderDate: `2/3/2022`, - ProductID: 162, - ProductName: `IPhone`, - UnitPrice: 28480.38, - Quantity: 2, - ExtendedPrice: 56960.76, - Freight: 1180.38, - Discontinued: false, - Region: `West`, - Address: `199 Market Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 70061 - }), - new InvoicesDataItem( - { - ShipName: `Madison Estate`, - ShipAddress: `142 Wall Street`, - ShipCity: `Huston`, - ShipPostalCode: 60058, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1334, - CustomerName: `Ben Madison`, - CustomerFirstName: `Ben`, - CustomerLastName: `Madison`, - CustomerAddress: `142 Wall Street, Huston, USA, 60058`, - Salesperson: `Mike Madison`, - OrderID: 1433, - OrderDate: `2/1/2022`, - ProductID: 177, - ProductName: `IPhone`, - UnitPrice: 6770.89, - Quantity: 5, - ExtendedPrice: 33854.45, - Freight: 520.89, - Discontinued: false, - Region: `South East`, - Address: `142 Wall Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 60058 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Townhouse`, - ShipAddress: `140 Market Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 90131, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1335, - CustomerName: `Martin Jefferson`, - CustomerFirstName: `Martin`, - CustomerLastName: `Jefferson`, - CustomerAddress: `140 Market Street, Los Angeles, USA, 90131`, - Salesperson: `Pamela Black`, - OrderID: 1894, - OrderDate: `9/13/2022`, - ProductID: 151, - ProductName: `IPad`, - UnitPrice: 5280.38, - Quantity: 5, - ExtendedPrice: 26401.9, - Freight: 1610.38, - Discontinued: false, - Region: `North East`, - Address: `140 Market Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 90131 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Home`, - ShipAddress: `106 Market Street`, - ShipCity: `Miami`, - ShipPostalCode: 60063, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1336, - CustomerName: `Ben Jefferson`, - CustomerFirstName: `Ben`, - CustomerLastName: `Jefferson`, - CustomerAddress: `106 Market Street, Miami, USA, 60063`, - Salesperson: `Anna Jackson`, - OrderID: 1017, - OrderDate: `6/12/2022`, - ProductID: 173, - ProductName: `Mac Book Pro`, - UnitPrice: 27000.78, - Quantity: 2, - ExtendedPrice: 54001.56, - Freight: 540.78, - Discontinued: false, - Region: `West`, - Address: `106 Market Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 60063 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Market`, - ShipAddress: `190 Market Street`, - ShipCity: `Huston`, - ShipPostalCode: 70115, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Federal Shipping`, - CustomerID: 1337, - CustomerName: `Max Jefferson`, - CustomerFirstName: `Max`, - CustomerLastName: `Jefferson`, - CustomerAddress: `190 Market Street, Huston, USA, 70115`, - Salesperson: `Martin Smith`, - OrderID: 1583, - OrderDate: `2/12/2022`, - ProductID: 147, - ProductName: `Samsung Note`, - UnitPrice: 7560.53, - Quantity: 2, - ExtendedPrice: 15121.06, - Freight: 260.53, - Discontinued: false, - Region: `South East`, - Address: `190 Market Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 70115 - }), - new InvoicesDataItem( - { - ShipName: `Smith Home`, - ShipAddress: `129 Market Street`, - ShipCity: `Miami`, - ShipPostalCode: 70051, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1338, - CustomerName: `Nancy Smith`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Smith`, - CustomerAddress: `129 Market Street, Miami, USA, 70051`, - Salesperson: `Pamela Madison`, - OrderID: 1202, - OrderDate: `3/15/2022`, - ProductID: 136, - ProductName: `IPhone`, - UnitPrice: 20520.41, - Quantity: 2, - ExtendedPrice: 41040.82, - Freight: 550.41, - Discontinued: false, - Region: `North East`, - Address: `129 Market Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 70051 - }), - new InvoicesDataItem( - { - ShipName: `Smith Home`, - ShipAddress: `143 Main Street`, - ShipCity: `Miami`, - ShipPostalCode: 70144, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1339, - CustomerName: `Martin Smith`, - CustomerFirstName: `Martin`, - CustomerLastName: `Smith`, - CustomerAddress: `143 Main Street, Miami, USA, 70144`, - Salesperson: `James Jefferson`, - OrderID: 1172, - OrderDate: `10/15/2022`, - ProductID: 136, - ProductName: `IPad`, - UnitPrice: 18760.26, - Quantity: 4, - ExtendedPrice: 75041.04, - Freight: 540.26, - Discontinued: true, - Region: `North East`, - Address: `143 Main Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 70144 - }), - new InvoicesDataItem( - { - ShipName: `Smith Market`, - ShipAddress: `179 Market Street`, - ShipCity: `New York`, - ShipPostalCode: 90174, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1340, - CustomerName: `Martin Smith`, - CustomerFirstName: `Martin`, - CustomerLastName: `Smith`, - CustomerAddress: `179 Market Street, New York, USA, 90174`, - Salesperson: `Martin Madison`, - OrderID: 1491, - OrderDate: `4/19/2022`, - ProductID: 176, - ProductName: `Mac Book Air`, - UnitPrice: 16000.56, - Quantity: 4, - ExtendedPrice: 64002.24, - Freight: 690.56, - Discontinued: false, - Region: `West`, - Address: `179 Market Street`, - City: `New York`, - Country: `USA`, - PostalCode: 90174 - }), - new InvoicesDataItem( - { - ShipName: `Madison Home`, - ShipAddress: `152 Main Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 90077, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1341, - CustomerName: `Mike Madison`, - CustomerFirstName: `Mike`, - CustomerLastName: `Madison`, - CustomerAddress: `152 Main Street, Philadelphia, USA, 90077`, - Salesperson: `James Black`, - OrderID: 1351, - OrderDate: `9/19/2022`, - ProductID: 147, - ProductName: `IPhone`, - UnitPrice: 19810.36, - Quantity: 4, - ExtendedPrice: 79241.44, - Freight: 920.36, - Discontinued: false, - Region: `West`, - Address: `152 Main Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 90077 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Estate`, - ShipAddress: `170 Main Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 60097, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Speedy Express`, - CustomerID: 1342, - CustomerName: `Anna Jefferson`, - CustomerFirstName: `Anna`, - CustomerLastName: `Jefferson`, - CustomerAddress: `170 Main Street, Los Angeles, USA, 60097`, - Salesperson: `Martin Black`, - OrderID: 1619, - OrderDate: `3/13/2022`, - ProductID: 166, - ProductName: `Mac Book Air`, - UnitPrice: 27140.88, - Quantity: 3, - ExtendedPrice: 81422.64, - Freight: 1480.88, - Discontinued: false, - Region: `North East`, - Address: `170 Main Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 60097 - }), - new InvoicesDataItem( - { - ShipName: `Black Townhouse`, - ShipAddress: `198 Wall Street`, - ShipCity: `New York`, - ShipPostalCode: 90077, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Federal Shipping`, - CustomerID: 1343, - CustomerName: `Martin Black`, - CustomerFirstName: `Martin`, - CustomerLastName: `Black`, - CustomerAddress: `198 Wall Street, New York, USA, 90077`, - Salesperson: `James Smith`, - OrderID: 1646, - OrderDate: `9/2/2022`, - ProductID: 122, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 6160.87, - Quantity: 3, - ExtendedPrice: 18482.61, - Freight: 1480.87, - Discontinued: false, - Region: `South East`, - Address: `198 Wall Street`, - City: `New York`, - Country: `USA`, - PostalCode: 90077 - }), - new InvoicesDataItem( - { - ShipName: `Watson Estate`, - ShipAddress: `193 Wall Street`, - ShipCity: `New York`, - ShipPostalCode: 60165, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Speedy Express`, - CustomerID: 1344, - CustomerName: `Ben Watson`, - CustomerFirstName: `Ben`, - CustomerLastName: `Watson`, - CustomerAddress: `193 Wall Street, New York, USA, 60165`, - Salesperson: `Ben Madison`, - OrderID: 1516, - OrderDate: `4/20/2022`, - ProductID: 113, - ProductName: `IPhone`, - UnitPrice: 22310.25, - Quantity: 2, - ExtendedPrice: 44620.5, - Freight: 1740.25, - Discontinued: false, - Region: `North East`, - Address: `193 Wall Street`, - City: `New York`, - Country: `USA`, - PostalCode: 60165 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Market`, - ShipAddress: `108 Wall Street`, - ShipCity: `New York`, - ShipPostalCode: 90123, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Speedy Express`, - CustomerID: 1345, - CustomerName: `James Jackson`, - CustomerFirstName: `James`, - CustomerLastName: `Jackson`, - CustomerAddress: `108 Wall Street, New York, USA, 90123`, - Salesperson: `Mike Madison`, - OrderID: 1356, - OrderDate: `11/2/2022`, - ProductID: 105, - ProductName: `Mac Book Air`, - UnitPrice: 16240.78, - Quantity: 5, - ExtendedPrice: 81203.9, - Freight: 260.78, - Discontinued: false, - Region: `North East`, - Address: `108 Wall Street`, - City: `New York`, - Country: `USA`, - PostalCode: 90123 - }), - new InvoicesDataItem( - { - ShipName: `Black Home`, - ShipAddress: `173 Main Street`, - ShipCity: `Miami`, - ShipPostalCode: 60061, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1346, - CustomerName: `Max Black`, - CustomerFirstName: `Max`, - CustomerLastName: `Black`, - CustomerAddress: `173 Main Street, Miami, USA, 60061`, - Salesperson: `Mike Jefferson`, - OrderID: 1062, - OrderDate: `3/5/2022`, - ProductID: 101, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 25540.71, - Quantity: 5, - ExtendedPrice: 127703.55, - Freight: 2000.71, - Discontinued: false, - Region: `West`, - Address: `173 Main Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 60061 - }), - new InvoicesDataItem( - { - ShipName: `Black Home`, - ShipAddress: `118 Wall Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 60178, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1347, - CustomerName: `Nancy Black`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Black`, - CustomerAddress: `118 Wall Street, Los Angeles, USA, 60178`, - Salesperson: `Max Madison`, - OrderID: 1482, - OrderDate: `8/24/2022`, - ProductID: 105, - ProductName: `IPhone`, - UnitPrice: 17000.6, - Quantity: 4, - ExtendedPrice: 68002.4, - Freight: 1390.6, - Discontinued: false, - Region: `West`, - Address: `118 Wall Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 60178 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Townhouse`, - ShipAddress: `134 Wall Street`, - ShipCity: `New York`, - ShipPostalCode: 60096, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1348, - CustomerName: `Martin Jackson`, - CustomerFirstName: `Martin`, - CustomerLastName: `Jackson`, - CustomerAddress: `134 Wall Street, New York, USA, 60096`, - Salesperson: `Ben Madison`, - OrderID: 1443, - OrderDate: `7/1/2022`, - ProductID: 105, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 12670.46, - Quantity: 2, - ExtendedPrice: 25340.92, - Freight: 1280.46, - Discontinued: false, - Region: `North East`, - Address: `134 Wall Street`, - City: `New York`, - Country: `USA`, - PostalCode: 60096 - }), - new InvoicesDataItem( - { - ShipName: `Black Estate`, - ShipAddress: `125 Market Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 50134, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Speedy Express`, - CustomerID: 1349, - CustomerName: `Ben Black`, - CustomerFirstName: `Ben`, - CustomerLastName: `Black`, - CustomerAddress: `125 Market Street, Philadelphia, USA, 50134`, - Salesperson: `Mike Watson`, - OrderID: 1498, - OrderDate: `1/17/2022`, - ProductID: 194, - ProductName: `IPhone`, - UnitPrice: 23470.22, - Quantity: 3, - ExtendedPrice: 70410.66, - Freight: 1370.22, - Discontinued: true, - Region: `South East`, - Address: `125 Market Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 50134 - }), - new InvoicesDataItem( - { - ShipName: `Madison Home`, - ShipAddress: `145 Market Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 80099, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1350, - CustomerName: `Mike Madison`, - CustomerFirstName: `Mike`, - CustomerLastName: `Madison`, - CustomerAddress: `145 Market Street, Philadelphia, USA, 80099`, - Salesperson: `Nancy Watson`, - OrderID: 1002, - OrderDate: `11/11/2022`, - ProductID: 116, - ProductName: `Mac Book Air`, - UnitPrice: 17060.57, - Quantity: 3, - ExtendedPrice: 51181.71, - Freight: 1800.57, - Discontinued: false, - Region: `West`, - Address: `145 Market Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 80099 - }), - new InvoicesDataItem( - { - ShipName: `Watson Home`, - ShipAddress: `130 Market Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 70052, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Speedy Express`, - CustomerID: 1351, - CustomerName: `Ben Watson`, - CustomerFirstName: `Ben`, - CustomerLastName: `Watson`, - CustomerAddress: `130 Market Street, Philadelphia, USA, 70052`, - Salesperson: `Pamela Watson`, - OrderID: 1144, - OrderDate: `10/15/2022`, - ProductID: 168, - ProductName: `IPhone`, - UnitPrice: 13010.35, - Quantity: 4, - ExtendedPrice: 52041.4, - Freight: 980.35, - Discontinued: false, - Region: `South East`, - Address: `130 Market Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 70052 - }), - new InvoicesDataItem( - { - ShipName: `Black Market`, - ShipAddress: `136 Wall Street`, - ShipCity: `Miami`, - ShipPostalCode: 60165, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1352, - CustomerName: `Nancy Black`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Black`, - CustomerAddress: `136 Wall Street, Miami, USA, 60165`, - Salesperson: `Mike Black`, - OrderID: 1745, - OrderDate: `4/9/2022`, - ProductID: 119, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 7900.53, - Quantity: 4, - ExtendedPrice: 31602.12, - Freight: 1400.53, - Discontinued: false, - Region: `West`, - Address: `136 Wall Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 60165 - }), - new InvoicesDataItem( - { - ShipName: `Madison Townhouse`, - ShipAddress: `190 Wall Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 60176, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1353, - CustomerName: `Pamela Madison`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Madison`, - CustomerAddress: `190 Wall Street, Philadelphia, USA, 60176`, - Salesperson: `Martin Smith`, - OrderID: 1489, - OrderDate: `3/25/2022`, - ProductID: 113, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 23420.42, - Quantity: 4, - ExtendedPrice: 93681.68, - Freight: 1660.42, - Discontinued: false, - Region: `West`, - Address: `190 Wall Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 60176 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Townhouse`, - ShipAddress: `114 Main Street`, - ShipCity: `Huston`, - ShipPostalCode: 50060, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1354, - CustomerName: `Mike Jackson`, - CustomerFirstName: `Mike`, - CustomerLastName: `Jackson`, - CustomerAddress: `114 Main Street, Huston, USA, 50060`, - Salesperson: `Nancy Jackson`, - OrderID: 1302, - OrderDate: `3/21/2022`, - ProductID: 144, - ProductName: `Mac Book Pro`, - UnitPrice: 21240.71, - Quantity: 5, - ExtendedPrice: 106203.55, - Freight: 1000.71, - Discontinued: false, - Region: `North East`, - Address: `114 Main Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 50060 - }), - new InvoicesDataItem( - { - ShipName: `Watson Townhouse`, - ShipAddress: `130 Market Street`, - ShipCity: `Huston`, - ShipPostalCode: 90062, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Speedy Express`, - CustomerID: 1355, - CustomerName: `Max Watson`, - CustomerFirstName: `Max`, - CustomerLastName: `Watson`, - CustomerAddress: `130 Market Street, Huston, USA, 90062`, - Salesperson: `Ben Jackson`, - OrderID: 1901, - OrderDate: `11/5/2022`, - ProductID: 101, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 17170.52, - Quantity: 4, - ExtendedPrice: 68682.08, - Freight: 1600.52, - Discontinued: false, - Region: `South East`, - Address: `130 Market Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 90062 - }), - new InvoicesDataItem( - { - ShipName: `Watson Market`, - ShipAddress: `160 Market Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 50149, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1356, - CustomerName: `Nancy Watson`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Watson`, - CustomerAddress: `160 Market Street, Philadelphia, USA, 50149`, - Salesperson: `Ben Watson`, - OrderID: 1331, - OrderDate: `2/5/2022`, - ProductID: 151, - ProductName: `Mac Book Pro`, - UnitPrice: 17650.73, - Quantity: 4, - ExtendedPrice: 70602.92, - Freight: 1720.73, - Discontinued: false, - Region: `South East`, - Address: `160 Market Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 50149 - }), - new InvoicesDataItem( - { - ShipName: `Black Townhouse`, - ShipAddress: `130 Main Street`, - ShipCity: `New York`, - ShipPostalCode: 50184, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Federal Shipping`, - CustomerID: 1357, - CustomerName: `Anna Black`, - CustomerFirstName: `Anna`, - CustomerLastName: `Black`, - CustomerAddress: `130 Main Street, New York, USA, 50184`, - Salesperson: `Anna Watson`, - OrderID: 1161, - OrderDate: `5/18/2022`, - ProductID: 185, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 12920.84, - Quantity: 3, - ExtendedPrice: 38762.52, - Freight: 780.84, - Discontinued: false, - Region: `South East`, - Address: `130 Main Street`, - City: `New York`, - Country: `USA`, - PostalCode: 50184 - }), - new InvoicesDataItem( - { - ShipName: `Watson Townhouse`, - ShipAddress: `120 Wall Street`, - ShipCity: `New York`, - ShipPostalCode: 90122, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1358, - CustomerName: `Ben Watson`, - CustomerFirstName: `Ben`, - CustomerLastName: `Watson`, - CustomerAddress: `120 Wall Street, New York, USA, 90122`, - Salesperson: `Martin Madison`, - OrderID: 1211, - OrderDate: `11/13/2022`, - ProductID: 136, - ProductName: `IPad`, - UnitPrice: 21380.5, - Quantity: 4, - ExtendedPrice: 85522, - Freight: 1130.5, - Discontinued: false, - Region: `West`, - Address: `120 Wall Street`, - City: `New York`, - Country: `USA`, - PostalCode: 90122 - }), - new InvoicesDataItem( - { - ShipName: `Madison Market`, - ShipAddress: `108 Market Street`, - ShipCity: `New York`, - ShipPostalCode: 80106, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1359, - CustomerName: `Pamela Madison`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Madison`, - CustomerAddress: `108 Market Street, New York, USA, 80106`, - Salesperson: `Anna Watson`, - OrderID: 1010, - OrderDate: `3/15/2022`, - ProductID: 198, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 18060.46, - Quantity: 4, - ExtendedPrice: 72241.84, - Freight: 330.46, - Discontinued: true, - Region: `North East`, - Address: `108 Market Street`, - City: `New York`, - Country: `USA`, - PostalCode: 80106 - }), - new InvoicesDataItem( - { - ShipName: `Black Estate`, - ShipAddress: `114 Market Street`, - ShipCity: `Miami`, - ShipPostalCode: 70117, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1360, - CustomerName: `Nancy Black`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Black`, - CustomerAddress: `114 Market Street, Miami, USA, 70117`, - Salesperson: `James Smith`, - OrderID: 1001, - OrderDate: `2/24/2022`, - ProductID: 121, - ProductName: `Mac Book Pro`, - UnitPrice: 22020.55, - Quantity: 5, - ExtendedPrice: 110102.75, - Freight: 1970.55, - Discontinued: false, - Region: `West`, - Address: `114 Market Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 70117 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Home`, - ShipAddress: `134 Main Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 50108, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1361, - CustomerName: `Nancy Jackson`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Jackson`, - CustomerAddress: `134 Main Street, Philadelphia, USA, 50108`, - Salesperson: `Max Jefferson`, - OrderID: 1871, - OrderDate: `3/1/2022`, - ProductID: 114, - ProductName: `Mac Book Air`, - UnitPrice: 13010.27, - Quantity: 5, - ExtendedPrice: 65051.35, - Freight: 1490.27, - Discontinued: false, - Region: `North East`, - Address: `134 Main Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 50108 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Townhouse`, - ShipAddress: `138 Market Street`, - ShipCity: `Huston`, - ShipPostalCode: 90082, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Federal Shipping`, - CustomerID: 1362, - CustomerName: `Mike Jefferson`, - CustomerFirstName: `Mike`, - CustomerLastName: `Jefferson`, - CustomerAddress: `138 Market Street, Huston, USA, 90082`, - Salesperson: `Ben Watson`, - OrderID: 1175, - OrderDate: `4/11/2022`, - ProductID: 159, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 17660.27, - Quantity: 5, - ExtendedPrice: 88301.35, - Freight: 1770.27, - Discontinued: false, - Region: `South East`, - Address: `138 Market Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 90082 - }), - new InvoicesDataItem( - { - ShipName: `Madison Market`, - ShipAddress: `131 Main Street`, - ShipCity: `Miami`, - ShipPostalCode: 90189, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1363, - CustomerName: `James Madison`, - CustomerFirstName: `James`, - CustomerLastName: `Madison`, - CustomerAddress: `131 Main Street, Miami, USA, 90189`, - Salesperson: `Nancy Madison`, - OrderID: 1072, - OrderDate: `2/14/2022`, - ProductID: 169, - ProductName: `Mac Book Air`, - UnitPrice: 24150.8, - Quantity: 4, - ExtendedPrice: 96603.2, - Freight: 1040.8, - Discontinued: false, - Region: `South East`, - Address: `131 Main Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 90189 - }), - new InvoicesDataItem( - { - ShipName: `Watson Townhouse`, - ShipAddress: `133 Wall Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 90077, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1364, - CustomerName: `Martin Watson`, - CustomerFirstName: `Martin`, - CustomerLastName: `Watson`, - CustomerAddress: `133 Wall Street, Philadelphia, USA, 90077`, - Salesperson: `Pamela Jackson`, - OrderID: 1971, - OrderDate: `10/16/2022`, - ProductID: 108, - ProductName: `Samsung Note`, - UnitPrice: 18520.3, - Quantity: 2, - ExtendedPrice: 37040.6, - Freight: 300.3, - Discontinued: false, - Region: `North East`, - Address: `133 Wall Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 90077 - }), - new InvoicesDataItem( - { - ShipName: `Smith Estate`, - ShipAddress: `128 Market Street`, - ShipCity: `Huston`, - ShipPostalCode: 90109, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Federal Shipping`, - CustomerID: 1365, - CustomerName: `Pamela Smith`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Smith`, - CustomerAddress: `128 Market Street, Huston, USA, 90109`, - Salesperson: `Nancy Jackson`, - OrderID: 1024, - OrderDate: `12/21/2022`, - ProductID: 188, - ProductName: `Samsung Note`, - UnitPrice: 10040.29, - Quantity: 4, - ExtendedPrice: 40161.16, - Freight: 1900.29, - Discontinued: false, - Region: `South East`, - Address: `128 Market Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 90109 - }), - new InvoicesDataItem( - { - ShipName: `Black Estate`, - ShipAddress: `154 Market Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 80119, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Federal Shipping`, - CustomerID: 1366, - CustomerName: `Nancy Black`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Black`, - CustomerAddress: `154 Market Street, Philadelphia, USA, 80119`, - Salesperson: `Nancy Jackson`, - OrderID: 1537, - OrderDate: `6/24/2022`, - ProductID: 161, - ProductName: `IPhone`, - UnitPrice: 20110.8, - Quantity: 5, - ExtendedPrice: 100554, - Freight: 1990.8, - Discontinued: false, - Region: `South East`, - Address: `154 Market Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 80119 - }), - new InvoicesDataItem( - { - ShipName: `Madison Townhouse`, - ShipAddress: `156 Main Street`, - ShipCity: `Miami`, - ShipPostalCode: 50128, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1367, - CustomerName: `Ben Madison`, - CustomerFirstName: `Ben`, - CustomerLastName: `Madison`, - CustomerAddress: `156 Main Street, Miami, USA, 50128`, - Salesperson: `Nancy Smith`, - OrderID: 1289, - OrderDate: `7/2/2022`, - ProductID: 125, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 18320.56, - Quantity: 3, - ExtendedPrice: 54961.68, - Freight: 890.56, - Discontinued: false, - Region: `South East`, - Address: `156 Main Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 50128 - }), - new InvoicesDataItem( - { - ShipName: `Madison Home`, - ShipAddress: `130 Main Street`, - ShipCity: `Miami`, - ShipPostalCode: 60146, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1368, - CustomerName: `James Madison`, - CustomerFirstName: `James`, - CustomerLastName: `Madison`, - CustomerAddress: `130 Main Street, Miami, USA, 60146`, - Salesperson: `Nancy Jackson`, - OrderID: 1451, - OrderDate: `12/4/2022`, - ProductID: 140, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 6030.21, - Quantity: 4, - ExtendedPrice: 24120.84, - Freight: 1930.21, - Discontinued: false, - Region: `North East`, - Address: `130 Main Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 60146 - }), - new InvoicesDataItem( - { - ShipName: `Watson Market`, - ShipAddress: `159 Wall Street`, - ShipCity: `New York`, - ShipPostalCode: 70158, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Speedy Express`, - CustomerID: 1369, - CustomerName: `Nancy Watson`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Watson`, - CustomerAddress: `159 Wall Street, New York, USA, 70158`, - Salesperson: `Max Jefferson`, - OrderID: 1056, - OrderDate: `1/10/2022`, - ProductID: 151, - ProductName: `Mac Book Pro`, - UnitPrice: 27710.33, - Quantity: 3, - ExtendedPrice: 83130.99, - Freight: 300.33, - Discontinued: true, - Region: `South East`, - Address: `159 Wall Street`, - City: `New York`, - Country: `USA`, - PostalCode: 70158 - }), - new InvoicesDataItem( - { - ShipName: `Smith Townhouse`, - ShipAddress: `189 Wall Street`, - ShipCity: `New York`, - ShipPostalCode: 90186, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1370, - CustomerName: `Pamela Smith`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Smith`, - CustomerAddress: `189 Wall Street, New York, USA, 90186`, - Salesperson: `Anna Jefferson`, - OrderID: 1611, - OrderDate: `9/14/2022`, - ProductID: 180, - ProductName: `IPhone`, - UnitPrice: 15940.65, - Quantity: 4, - ExtendedPrice: 63762.6, - Freight: 1210.65, - Discontinued: false, - Region: `North East`, - Address: `189 Wall Street`, - City: `New York`, - Country: `USA`, - PostalCode: 90186 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Estate`, - ShipAddress: `190 Wall Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 50065, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1371, - CustomerName: `Mike Jefferson`, - CustomerFirstName: `Mike`, - CustomerLastName: `Jefferson`, - CustomerAddress: `190 Wall Street, Philadelphia, USA, 50065`, - Salesperson: `Martin Watson`, - OrderID: 1731, - OrderDate: `2/7/2022`, - ProductID: 103, - ProductName: `Mac Book Pro`, - UnitPrice: 21560.2, - Quantity: 4, - ExtendedPrice: 86240.8, - Freight: 1880.2, - Discontinued: false, - Region: `South East`, - Address: `190 Wall Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 50065 - }), - new InvoicesDataItem( - { - ShipName: `Smith Home`, - ShipAddress: `127 Market Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 80182, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1372, - CustomerName: `Pamela Smith`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Smith`, - CustomerAddress: `127 Market Street, Los Angeles, USA, 80182`, - Salesperson: `Ben Jefferson`, - OrderID: 1156, - OrderDate: `7/16/2022`, - ProductID: 132, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 15440.77, - Quantity: 5, - ExtendedPrice: 77203.85, - Freight: 1730.77, - Discontinued: false, - Region: `West`, - Address: `127 Market Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 80182 - }), - new InvoicesDataItem( - { - ShipName: `Madison Estate`, - ShipAddress: `150 Market Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 50154, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1373, - CustomerName: `Ben Madison`, - CustomerFirstName: `Ben`, - CustomerLastName: `Madison`, - CustomerAddress: `150 Market Street, Philadelphia, USA, 50154`, - Salesperson: `Max Jackson`, - OrderID: 1592, - OrderDate: `12/25/2022`, - ProductID: 109, - ProductName: `Mac Book Air`, - UnitPrice: 25510.57, - Quantity: 2, - ExtendedPrice: 51021.14, - Freight: 1350.57, - Discontinued: false, - Region: `North East`, - Address: `150 Market Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 50154 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Estate`, - ShipAddress: `163 Market Street`, - ShipCity: `Miami`, - ShipPostalCode: 50149, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Speedy Express`, - CustomerID: 1374, - CustomerName: `Max Jackson`, - CustomerFirstName: `Max`, - CustomerLastName: `Jackson`, - CustomerAddress: `163 Market Street, Miami, USA, 50149`, - Salesperson: `James Smith`, - OrderID: 1504, - OrderDate: `10/7/2022`, - ProductID: 197, - ProductName: `Mac Book Pro`, - UnitPrice: 23590.87, - Quantity: 5, - ExtendedPrice: 117954.35, - Freight: 460.87, - Discontinued: false, - Region: `South East`, - Address: `163 Market Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 50149 - }), - new InvoicesDataItem( - { - ShipName: `Smith Townhouse`, - ShipAddress: `114 Wall Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 90131, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Federal Shipping`, - CustomerID: 1375, - CustomerName: `Pamela Smith`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Smith`, - CustomerAddress: `114 Wall Street, Philadelphia, USA, 90131`, - Salesperson: `Nancy Jefferson`, - OrderID: 1121, - OrderDate: `11/25/2022`, - ProductID: 148, - ProductName: `Samsung Note`, - UnitPrice: 13030.29, - Quantity: 2, - ExtendedPrice: 26060.58, - Freight: 1140.29, - Discontinued: false, - Region: `South East`, - Address: `114 Wall Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 90131 - }), - new InvoicesDataItem( - { - ShipName: `Black Townhouse`, - ShipAddress: `167 Market Street`, - ShipCity: `Huston`, - ShipPostalCode: 50058, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1376, - CustomerName: `Nancy Black`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Black`, - CustomerAddress: `167 Market Street, Huston, USA, 50058`, - Salesperson: `Martin Black`, - OrderID: 1455, - OrderDate: `8/6/2022`, - ProductID: 196, - ProductName: `IPhone`, - UnitPrice: 13870.29, - Quantity: 5, - ExtendedPrice: 69351.45, - Freight: 1080.29, - Discontinued: false, - Region: `West`, - Address: `167 Market Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 50058 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Townhouse`, - ShipAddress: `181 Market Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 80062, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1377, - CustomerName: `Anna Jackson`, - CustomerFirstName: `Anna`, - CustomerLastName: `Jackson`, - CustomerAddress: `181 Market Street, Los Angeles, USA, 80062`, - Salesperson: `Anna Black`, - OrderID: 1320, - OrderDate: `1/15/2022`, - ProductID: 109, - ProductName: `Mac Book Pro`, - UnitPrice: 10990.65, - Quantity: 3, - ExtendedPrice: 32971.95, - Freight: 310.65, - Discontinued: false, - Region: `North East`, - Address: `181 Market Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 80062 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Market`, - ShipAddress: `113 Wall Street`, - ShipCity: `Miami`, - ShipPostalCode: 80140, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Federal Shipping`, - CustomerID: 1378, - CustomerName: `Pamela Jackson`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Jackson`, - CustomerAddress: `113 Wall Street, Miami, USA, 80140`, - Salesperson: `Anna Jackson`, - OrderID: 1936, - OrderDate: `12/2/2022`, - ProductID: 171, - ProductName: `IPhone`, - UnitPrice: 9550.78, - Quantity: 4, - ExtendedPrice: 38203.12, - Freight: 1380.78, - Discontinued: false, - Region: `South East`, - Address: `113 Wall Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 80140 - }), - new InvoicesDataItem( - { - ShipName: `Madison Estate`, - ShipAddress: `188 Wall Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 80072, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Federal Shipping`, - CustomerID: 1379, - CustomerName: `Anna Madison`, - CustomerFirstName: `Anna`, - CustomerLastName: `Madison`, - CustomerAddress: `188 Wall Street, Los Angeles, USA, 80072`, - Salesperson: `Nancy Watson`, - OrderID: 1767, - OrderDate: `10/23/2022`, - ProductID: 130, - ProductName: `IPhone`, - UnitPrice: 21500.21, - Quantity: 2, - ExtendedPrice: 43000.42, - Freight: 1680.21, - Discontinued: true, - Region: `South East`, - Address: `188 Wall Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 80072 - }), - new InvoicesDataItem( - { - ShipName: `Madison Home`, - ShipAddress: `177 Market Street`, - ShipCity: `Huston`, - ShipPostalCode: 80160, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1380, - CustomerName: `Anna Madison`, - CustomerFirstName: `Anna`, - CustomerLastName: `Madison`, - CustomerAddress: `177 Market Street, Huston, USA, 80160`, - Salesperson: `Max Jackson`, - OrderID: 1118, - OrderDate: `6/2/2022`, - ProductID: 111, - ProductName: `Mac Book Air`, - UnitPrice: 20100.73, - Quantity: 4, - ExtendedPrice: 80402.92, - Freight: 540.73, - Discontinued: false, - Region: `West`, - Address: `177 Market Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 80160 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Townhouse`, - ShipAddress: `139 Wall Street`, - ShipCity: `Miami`, - ShipPostalCode: 80074, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1381, - CustomerName: `Mike Jefferson`, - CustomerFirstName: `Mike`, - CustomerLastName: `Jefferson`, - CustomerAddress: `139 Wall Street, Miami, USA, 80074`, - Salesperson: `Nancy Madison`, - OrderID: 1269, - OrderDate: `6/12/2022`, - ProductID: 192, - ProductName: `Mac Book Air`, - UnitPrice: 17200.34, - Quantity: 4, - ExtendedPrice: 68801.36, - Freight: 1280.34, - Discontinued: false, - Region: `North East`, - Address: `139 Wall Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 80074 - }), - new InvoicesDataItem( - { - ShipName: `Madison Home`, - ShipAddress: `115 Wall Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 90081, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1382, - CustomerName: `Pamela Madison`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Madison`, - CustomerAddress: `115 Wall Street, Los Angeles, USA, 90081`, - Salesperson: `James Jackson`, - OrderID: 1587, - OrderDate: `4/9/2022`, - ProductID: 187, - ProductName: `Samsung Note`, - UnitPrice: 24670.86, - Quantity: 2, - ExtendedPrice: 49341.72, - Freight: 1360.86, - Discontinued: false, - Region: `North East`, - Address: `115 Wall Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 90081 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Estate`, - ShipAddress: `130 Wall Street`, - ShipCity: `Miami`, - ShipPostalCode: 50175, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1383, - CustomerName: `Anna Jefferson`, - CustomerFirstName: `Anna`, - CustomerLastName: `Jefferson`, - CustomerAddress: `130 Wall Street, Miami, USA, 50175`, - Salesperson: `Mike Smith`, - OrderID: 1632, - OrderDate: `3/3/2022`, - ProductID: 197, - ProductName: `IPad`, - UnitPrice: 9780.24, - Quantity: 3, - ExtendedPrice: 29340.72, - Freight: 1420.24, - Discontinued: false, - Region: `West`, - Address: `130 Wall Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 50175 - }), - new InvoicesDataItem( - { - ShipName: `Black Estate`, - ShipAddress: `110 Main Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 90171, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1384, - CustomerName: `Max Black`, - CustomerFirstName: `Max`, - CustomerLastName: `Black`, - CustomerAddress: `110 Main Street, Philadelphia, USA, 90171`, - Salesperson: `Max Jefferson`, - OrderID: 1400, - OrderDate: `6/24/2022`, - ProductID: 123, - ProductName: `IPhone`, - UnitPrice: 12010.77, - Quantity: 2, - ExtendedPrice: 24021.54, - Freight: 560.77, - Discontinued: false, - Region: `North East`, - Address: `110 Main Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 90171 - }), - new InvoicesDataItem( - { - ShipName: `Black Market`, - ShipAddress: `111 Market Street`, - ShipCity: `Huston`, - ShipPostalCode: 80086, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1385, - CustomerName: `Mike Black`, - CustomerFirstName: `Mike`, - CustomerLastName: `Black`, - CustomerAddress: `111 Market Street, Huston, USA, 80086`, - Salesperson: `Ben Watson`, - OrderID: 1040, - OrderDate: `8/25/2022`, - ProductID: 192, - ProductName: `Samsung Note`, - UnitPrice: 27920.64, - Quantity: 5, - ExtendedPrice: 139603.2, - Freight: 250.64, - Discontinued: false, - Region: `South East`, - Address: `111 Market Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 80086 - }), - new InvoicesDataItem( - { - ShipName: `Black Townhouse`, - ShipAddress: `132 Wall Street`, - ShipCity: `Huston`, - ShipPostalCode: 60121, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Speedy Express`, - CustomerID: 1386, - CustomerName: `Mike Black`, - CustomerFirstName: `Mike`, - CustomerLastName: `Black`, - CustomerAddress: `132 Wall Street, Huston, USA, 60121`, - Salesperson: `Anna Watson`, - OrderID: 1445, - OrderDate: `6/12/2022`, - ProductID: 139, - ProductName: `IPhone`, - UnitPrice: 17460.46, - Quantity: 3, - ExtendedPrice: 52381.38, - Freight: 1060.46, - Discontinued: false, - Region: `South East`, - Address: `132 Wall Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 60121 - }), - new InvoicesDataItem( - { - ShipName: `Smith Townhouse`, - ShipAddress: `150 Main Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 60127, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1387, - CustomerName: `Ben Smith`, - CustomerFirstName: `Ben`, - CustomerLastName: `Smith`, - CustomerAddress: `150 Main Street, Philadelphia, USA, 60127`, - Salesperson: `Max Smith`, - OrderID: 1803, - OrderDate: `4/15/2022`, - ProductID: 172, - ProductName: `Mac Book Air`, - UnitPrice: 17820.62, - Quantity: 4, - ExtendedPrice: 71282.48, - Freight: 1150.62, - Discontinued: false, - Region: `West`, - Address: `150 Main Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 60127 - }), - new InvoicesDataItem( - { - ShipName: `Watson Estate`, - ShipAddress: `173 Market Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 50160, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1388, - CustomerName: `Anna Watson`, - CustomerFirstName: `Anna`, - CustomerLastName: `Watson`, - CustomerAddress: `173 Market Street, Philadelphia, USA, 50160`, - Salesperson: `Nancy Jefferson`, - OrderID: 1719, - OrderDate: `4/23/2022`, - ProductID: 134, - ProductName: `IPhone`, - UnitPrice: 22780.47, - Quantity: 3, - ExtendedPrice: 68341.41, - Freight: 500.47, - Discontinued: false, - Region: `West`, - Address: `173 Market Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 50160 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Townhouse`, - ShipAddress: `120 Wall Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 60064, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1389, - CustomerName: `Max Jefferson`, - CustomerFirstName: `Max`, - CustomerLastName: `Jefferson`, - CustomerAddress: `120 Wall Street, Philadelphia, USA, 60064`, - Salesperson: `Martin Jefferson`, - OrderID: 1706, - OrderDate: `5/15/2022`, - ProductID: 151, - ProductName: `Samsung Note`, - UnitPrice: 16430.61, - Quantity: 3, - ExtendedPrice: 49291.83, - Freight: 1650.61, - Discontinued: true, - Region: `West`, - Address: `120 Wall Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 60064 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Market`, - ShipAddress: `109 Main Street`, - ShipCity: `Huston`, - ShipPostalCode: 70200, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Speedy Express`, - CustomerID: 1390, - CustomerName: `Ben Jackson`, - CustomerFirstName: `Ben`, - CustomerLastName: `Jackson`, - CustomerAddress: `109 Main Street, Huston, USA, 70200`, - Salesperson: `James Watson`, - OrderID: 1318, - OrderDate: `6/10/2022`, - ProductID: 163, - ProductName: `IPad`, - UnitPrice: 26710.76, - Quantity: 4, - ExtendedPrice: 106843.04, - Freight: 330.76, - Discontinued: false, - Region: `South East`, - Address: `109 Main Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 70200 - }), - new InvoicesDataItem( - { - ShipName: `Madison Townhouse`, - ShipAddress: `161 Main Street`, - ShipCity: `Huston`, - ShipPostalCode: 60159, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1391, - CustomerName: `Mike Madison`, - CustomerFirstName: `Mike`, - CustomerLastName: `Madison`, - CustomerAddress: `161 Main Street, Huston, USA, 60159`, - Salesperson: `Ben Smith`, - OrderID: 1322, - OrderDate: `6/3/2022`, - ProductID: 170, - ProductName: `IPad`, - UnitPrice: 18660.7, - Quantity: 4, - ExtendedPrice: 74642.8, - Freight: 1480.7, - Discontinued: false, - Region: `North East`, - Address: `161 Main Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 60159 - }), - new InvoicesDataItem( - { - ShipName: `Watson Estate`, - ShipAddress: `194 Main Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 60148, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1392, - CustomerName: `Ben Watson`, - CustomerFirstName: `Ben`, - CustomerLastName: `Watson`, - CustomerAddress: `194 Main Street, Los Angeles, USA, 60148`, - Salesperson: `Pamela Black`, - OrderID: 1664, - OrderDate: `9/11/2022`, - ProductID: 131, - ProductName: `Mac Book Pro`, - UnitPrice: 16990.84, - Quantity: 5, - ExtendedPrice: 84954.2, - Freight: 1870.84, - Discontinued: false, - Region: `West`, - Address: `194 Main Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 60148 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Estate`, - ShipAddress: `191 Main Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 60148, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1393, - CustomerName: `James Jefferson`, - CustomerFirstName: `James`, - CustomerLastName: `Jefferson`, - CustomerAddress: `191 Main Street, Los Angeles, USA, 60148`, - Salesperson: `Martin Jackson`, - OrderID: 1995, - OrderDate: `7/3/2022`, - ProductID: 107, - ProductName: `Mac Book Pro`, - UnitPrice: 18490.66, - Quantity: 2, - ExtendedPrice: 36981.32, - Freight: 690.66, - Discontinued: false, - Region: `West`, - Address: `191 Main Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 60148 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Estate`, - ShipAddress: `129 Wall Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 80148, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1394, - CustomerName: `Martin Jefferson`, - CustomerFirstName: `Martin`, - CustomerLastName: `Jefferson`, - CustomerAddress: `129 Wall Street, Philadelphia, USA, 80148`, - Salesperson: `Ben Jefferson`, - OrderID: 1344, - OrderDate: `10/13/2022`, - ProductID: 168, - ProductName: `IPhone`, - UnitPrice: 5870.82, - Quantity: 5, - ExtendedPrice: 29354.1, - Freight: 400.82, - Discontinued: false, - Region: `West`, - Address: `129 Wall Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 80148 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Estate`, - ShipAddress: `148 Market Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 70084, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Speedy Express`, - CustomerID: 1395, - CustomerName: `Anna Jefferson`, - CustomerFirstName: `Anna`, - CustomerLastName: `Jefferson`, - CustomerAddress: `148 Market Street, Philadelphia, USA, 70084`, - Salesperson: `Martin Smith`, - OrderID: 1602, - OrderDate: `3/2/2022`, - ProductID: 153, - ProductName: `Samsung Note`, - UnitPrice: 8490.68, - Quantity: 3, - ExtendedPrice: 25472.04, - Freight: 1650.68, - Discontinued: false, - Region: `North East`, - Address: `148 Market Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 70084 - }), - new InvoicesDataItem( - { - ShipName: `Black Home`, - ShipAddress: `152 Wall Street`, - ShipCity: `Miami`, - ShipPostalCode: 90101, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1396, - CustomerName: `Max Black`, - CustomerFirstName: `Max`, - CustomerLastName: `Black`, - CustomerAddress: `152 Wall Street, Miami, USA, 90101`, - Salesperson: `Ben Black`, - OrderID: 1059, - OrderDate: `4/12/2022`, - ProductID: 164, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 12460.5, - Quantity: 3, - ExtendedPrice: 37381.5, - Freight: 280.5, - Discontinued: false, - Region: `North East`, - Address: `152 Wall Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 90101 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Estate`, - ShipAddress: `147 Market Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 50200, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1397, - CustomerName: `Nancy Jackson`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Jackson`, - CustomerAddress: `147 Market Street, Philadelphia, USA, 50200`, - Salesperson: `Nancy Watson`, - OrderID: 1159, - OrderDate: `5/12/2022`, - ProductID: 136, - ProductName: `IPhone`, - UnitPrice: 20790.46, - Quantity: 4, - ExtendedPrice: 83161.84, - Freight: 780.46, - Discontinued: false, - Region: `North East`, - Address: `147 Market Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 50200 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Estate`, - ShipAddress: `106 Main Street`, - ShipCity: `Miami`, - ShipPostalCode: 60064, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1398, - CustomerName: `Max Jackson`, - CustomerFirstName: `Max`, - CustomerLastName: `Jackson`, - CustomerAddress: `106 Main Street, Miami, USA, 60064`, - Salesperson: `Nancy Watson`, - OrderID: 1646, - OrderDate: `2/13/2022`, - ProductID: 143, - ProductName: `IPad`, - UnitPrice: 19180.29, - Quantity: 4, - ExtendedPrice: 76721.16, - Freight: 1760.29, - Discontinued: false, - Region: `North East`, - Address: `106 Main Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 60064 - }), - new InvoicesDataItem( - { - ShipName: `Black Estate`, - ShipAddress: `112 Main Street`, - ShipCity: `Miami`, - ShipPostalCode: 90118, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1399, - CustomerName: `Nancy Black`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Black`, - CustomerAddress: `112 Main Street, Miami, USA, 90118`, - Salesperson: `Martin Black`, - OrderID: 1205, - OrderDate: `9/24/2022`, - ProductID: 109, - ProductName: `IPad`, - UnitPrice: 25950.86, - Quantity: 4, - ExtendedPrice: 103803.44, - Freight: 1780.86, - Discontinued: true, - Region: `North East`, - Address: `112 Main Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 90118 - }), - new InvoicesDataItem( - { - ShipName: `Watson Market`, - ShipAddress: `135 Main Street`, - ShipCity: `Huston`, - ShipPostalCode: 80177, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1400, - CustomerName: `Mike Watson`, - CustomerFirstName: `Mike`, - CustomerLastName: `Watson`, - CustomerAddress: `135 Main Street, Huston, USA, 80177`, - Salesperson: `Max Madison`, - OrderID: 1619, - OrderDate: `7/15/2022`, - ProductID: 174, - ProductName: `Mac Book Pro`, - UnitPrice: 24890.31, - Quantity: 2, - ExtendedPrice: 49780.62, - Freight: 1540.31, - Discontinued: false, - Region: `West`, - Address: `135 Main Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 80177 - }), - new InvoicesDataItem( - { - ShipName: `Smith Home`, - ShipAddress: `156 Main Street`, - ShipCity: `Miami`, - ShipPostalCode: 70110, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Speedy Express`, - CustomerID: 1401, - CustomerName: `Max Smith`, - CustomerFirstName: `Max`, - CustomerLastName: `Smith`, - CustomerAddress: `156 Main Street, Miami, USA, 70110`, - Salesperson: `Anna Watson`, - OrderID: 1160, - OrderDate: `10/21/2022`, - ProductID: 127, - ProductName: `IPad`, - UnitPrice: 18400.21, - Quantity: 3, - ExtendedPrice: 55200.63, - Freight: 580.21, - Discontinued: false, - Region: `South East`, - Address: `156 Main Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 70110 - }), - new InvoicesDataItem( - { - ShipName: `Watson Home`, - ShipAddress: `124 Wall Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 90077, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1402, - CustomerName: `Max Watson`, - CustomerFirstName: `Max`, - CustomerLastName: `Watson`, - CustomerAddress: `124 Wall Street, Los Angeles, USA, 90077`, - Salesperson: `Ben Jefferson`, - OrderID: 1017, - OrderDate: `7/21/2022`, - ProductID: 160, - ProductName: `Samsung Note`, - UnitPrice: 15430.8, - Quantity: 5, - ExtendedPrice: 77154, - Freight: 1660.8, - Discontinued: false, - Region: `North East`, - Address: `124 Wall Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 90077 - }), - new InvoicesDataItem( - { - ShipName: `Black Townhouse`, - ShipAddress: `144 Market Street`, - ShipCity: `New York`, - ShipPostalCode: 50110, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1403, - CustomerName: `Anna Black`, - CustomerFirstName: `Anna`, - CustomerLastName: `Black`, - CustomerAddress: `144 Market Street, New York, USA, 50110`, - Salesperson: `James Jefferson`, - OrderID: 1990, - OrderDate: `5/17/2022`, - ProductID: 112, - ProductName: `IPhone`, - UnitPrice: 20040.37, - Quantity: 3, - ExtendedPrice: 60121.11, - Freight: 1710.37, - Discontinued: false, - Region: `South East`, - Address: `144 Market Street`, - City: `New York`, - Country: `USA`, - PostalCode: 50110 - }), - new InvoicesDataItem( - { - ShipName: `Smith Market`, - ShipAddress: `105 Main Street`, - ShipCity: `Miami`, - ShipPostalCode: 80117, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1404, - CustomerName: `James Smith`, - CustomerFirstName: `James`, - CustomerLastName: `Smith`, - CustomerAddress: `105 Main Street, Miami, USA, 80117`, - Salesperson: `Max Watson`, - OrderID: 1002, - OrderDate: `10/25/2022`, - ProductID: 119, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 28760.88, - Quantity: 5, - ExtendedPrice: 143804.4, - Freight: 1220.88, - Discontinued: false, - Region: `West`, - Address: `105 Main Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 80117 - }), - new InvoicesDataItem( - { - ShipName: `Madison Home`, - ShipAddress: `142 Main Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 90124, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1405, - CustomerName: `Anna Madison`, - CustomerFirstName: `Anna`, - CustomerLastName: `Madison`, - CustomerAddress: `142 Main Street, Los Angeles, USA, 90124`, - Salesperson: `James Madison`, - OrderID: 1433, - OrderDate: `7/22/2022`, - ProductID: 158, - ProductName: `Mac Book Pro`, - UnitPrice: 17750.64, - Quantity: 5, - ExtendedPrice: 88753.2, - Freight: 1300.64, - Discontinued: false, - Region: `West`, - Address: `142 Main Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 90124 - }), - new InvoicesDataItem( - { - ShipName: `Watson Townhouse`, - ShipAddress: `141 Market Street`, - ShipCity: `Huston`, - ShipPostalCode: 50115, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Speedy Express`, - CustomerID: 1406, - CustomerName: `Max Watson`, - CustomerFirstName: `Max`, - CustomerLastName: `Watson`, - CustomerAddress: `141 Market Street, Huston, USA, 50115`, - Salesperson: `Anna Watson`, - OrderID: 1195, - OrderDate: `8/12/2022`, - ProductID: 124, - ProductName: `Mac Book Pro`, - UnitPrice: 22040.48, - Quantity: 2, - ExtendedPrice: 44080.96, - Freight: 1260.48, - Discontinued: false, - Region: `North East`, - Address: `141 Market Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 50115 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Estate`, - ShipAddress: `145 Main Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 70160, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1407, - CustomerName: `Mike Jefferson`, - CustomerFirstName: `Mike`, - CustomerLastName: `Jefferson`, - CustomerAddress: `145 Main Street, Los Angeles, USA, 70160`, - Salesperson: `Max Watson`, - OrderID: 1486, - OrderDate: `1/13/2022`, - ProductID: 103, - ProductName: `Mac Book Air`, - UnitPrice: 29480.67, - Quantity: 3, - ExtendedPrice: 88442.01, - Freight: 1810.67, - Discontinued: false, - Region: `North East`, - Address: `145 Main Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 70160 - }), - new InvoicesDataItem( - { - ShipName: `Black Market`, - ShipAddress: `106 Main Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 80149, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1408, - CustomerName: `Ben Black`, - CustomerFirstName: `Ben`, - CustomerLastName: `Black`, - CustomerAddress: `106 Main Street, Los Angeles, USA, 80149`, - Salesperson: `James Smith`, - OrderID: 1646, - OrderDate: `9/4/2022`, - ProductID: 191, - ProductName: `Mac Book Pro`, - UnitPrice: 5890.71, - Quantity: 5, - ExtendedPrice: 29453.55, - Freight: 670.71, - Discontinued: false, - Region: `North East`, - Address: `106 Main Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 80149 - }), - new InvoicesDataItem( - { - ShipName: `Madison Estate`, - ShipAddress: `171 Market Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 60182, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1409, - CustomerName: `Anna Madison`, - CustomerFirstName: `Anna`, - CustomerLastName: `Madison`, - CustomerAddress: `171 Market Street, Los Angeles, USA, 60182`, - Salesperson: `James Smith`, - OrderID: 1839, - OrderDate: `12/12/2022`, - ProductID: 120, - ProductName: `IPhone`, - UnitPrice: 17510.64, - Quantity: 5, - ExtendedPrice: 87553.2, - Freight: 1150.64, - Discontinued: true, - Region: `West`, - Address: `171 Market Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 60182 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Home`, - ShipAddress: `195 Market Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 60122, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1410, - CustomerName: `Ben Jefferson`, - CustomerFirstName: `Ben`, - CustomerLastName: `Jefferson`, - CustomerAddress: `195 Market Street, Los Angeles, USA, 60122`, - Salesperson: `Martin Madison`, - OrderID: 1925, - OrderDate: `1/22/2022`, - ProductID: 164, - ProductName: `Mac Book Pro`, - UnitPrice: 12920.58, - Quantity: 2, - ExtendedPrice: 25841.16, - Freight: 690.58, - Discontinued: false, - Region: `West`, - Address: `195 Market Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 60122 - }), - new InvoicesDataItem( - { - ShipName: `Black Home`, - ShipAddress: `137 Wall Street`, - ShipCity: `Miami`, - ShipPostalCode: 70152, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Speedy Express`, - CustomerID: 1411, - CustomerName: `James Black`, - CustomerFirstName: `James`, - CustomerLastName: `Black`, - CustomerAddress: `137 Wall Street, Miami, USA, 70152`, - Salesperson: `Anna Jackson`, - OrderID: 1055, - OrderDate: `12/9/2022`, - ProductID: 198, - ProductName: `IPad`, - UnitPrice: 9640.43, - Quantity: 4, - ExtendedPrice: 38561.72, - Freight: 1930.43, - Discontinued: false, - Region: `North East`, - Address: `137 Wall Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 70152 - }), - new InvoicesDataItem( - { - ShipName: `Smith Estate`, - ShipAddress: `129 Wall Street`, - ShipCity: `Miami`, - ShipPostalCode: 50177, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1412, - CustomerName: `Anna Smith`, - CustomerFirstName: `Anna`, - CustomerLastName: `Smith`, - CustomerAddress: `129 Wall Street, Miami, USA, 50177`, - Salesperson: `Martin Smith`, - OrderID: 1845, - OrderDate: `10/21/2022`, - ProductID: 142, - ProductName: `IPad`, - UnitPrice: 16040.31, - Quantity: 3, - ExtendedPrice: 48120.93, - Freight: 1050.31, - Discontinued: false, - Region: `West`, - Address: `129 Wall Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 50177 - }), - new InvoicesDataItem( - { - ShipName: `Black Estate`, - ShipAddress: `174 Main Street`, - ShipCity: `Huston`, - ShipPostalCode: 90080, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1413, - CustomerName: `Mike Black`, - CustomerFirstName: `Mike`, - CustomerLastName: `Black`, - CustomerAddress: `174 Main Street, Huston, USA, 90080`, - Salesperson: `Nancy Jefferson`, - OrderID: 1560, - OrderDate: `6/23/2022`, - ProductID: 110, - ProductName: `Mac Book Pro`, - UnitPrice: 25850.87, - Quantity: 4, - ExtendedPrice: 103403.48, - Freight: 940.87, - Discontinued: false, - Region: `West`, - Address: `174 Main Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 90080 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Market`, - ShipAddress: `139 Market Street`, - ShipCity: `New York`, - ShipPostalCode: 60178, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1414, - CustomerName: `Nancy Jackson`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Jackson`, - CustomerAddress: `139 Market Street, New York, USA, 60178`, - Salesperson: `Pamela Jefferson`, - OrderID: 1102, - OrderDate: `2/18/2022`, - ProductID: 154, - ProductName: `Mac Book Air`, - UnitPrice: 13210.48, - Quantity: 4, - ExtendedPrice: 52841.92, - Freight: 960.48, - Discontinued: false, - Region: `South East`, - Address: `139 Market Street`, - City: `New York`, - Country: `USA`, - PostalCode: 60178 - }), - new InvoicesDataItem( - { - ShipName: `Madison Home`, - ShipAddress: `127 Wall Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 60192, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1415, - CustomerName: `Max Madison`, - CustomerFirstName: `Max`, - CustomerLastName: `Madison`, - CustomerAddress: `127 Wall Street, Los Angeles, USA, 60192`, - Salesperson: `Ben Smith`, - OrderID: 1570, - OrderDate: `5/19/2022`, - ProductID: 105, - ProductName: `Samsung Note`, - UnitPrice: 24890.59, - Quantity: 5, - ExtendedPrice: 124452.95, - Freight: 1860.59, - Discontinued: false, - Region: `West`, - Address: `127 Wall Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 60192 - }), - new InvoicesDataItem( - { - ShipName: `Watson Market`, - ShipAddress: `186 Market Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 90145, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Federal Shipping`, - CustomerID: 1416, - CustomerName: `Max Watson`, - CustomerFirstName: `Max`, - CustomerLastName: `Watson`, - CustomerAddress: `186 Market Street, Philadelphia, USA, 90145`, - Salesperson: `Mike Jefferson`, - OrderID: 1872, - OrderDate: `11/18/2022`, - ProductID: 165, - ProductName: `IPhone`, - UnitPrice: 19720.85, - Quantity: 2, - ExtendedPrice: 39441.7, - Freight: 690.85, - Discontinued: false, - Region: `South East`, - Address: `186 Market Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 90145 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Estate`, - ShipAddress: `198 Main Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 70160, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1417, - CustomerName: `Anna Jackson`, - CustomerFirstName: `Anna`, - CustomerLastName: `Jackson`, - CustomerAddress: `198 Main Street, Philadelphia, USA, 70160`, - Salesperson: `Martin Madison`, - OrderID: 1155, - OrderDate: `11/1/2022`, - ProductID: 138, - ProductName: `IPhone`, - UnitPrice: 12260.46, - Quantity: 2, - ExtendedPrice: 24520.92, - Freight: 1680.46, - Discontinued: false, - Region: `West`, - Address: `198 Main Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 70160 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Townhouse`, - ShipAddress: `110 Main Street`, - ShipCity: `New York`, - ShipPostalCode: 80119, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1418, - CustomerName: `Ben Jefferson`, - CustomerFirstName: `Ben`, - CustomerLastName: `Jefferson`, - CustomerAddress: `110 Main Street, New York, USA, 80119`, - Salesperson: `Anna Black`, - OrderID: 1600, - OrderDate: `8/12/2022`, - ProductID: 118, - ProductName: `Mac Book Air`, - UnitPrice: 9840.45, - Quantity: 4, - ExtendedPrice: 39361.8, - Freight: 1410.45, - Discontinued: false, - Region: `South East`, - Address: `110 Main Street`, - City: `New York`, - Country: `USA`, - PostalCode: 80119 - }), - new InvoicesDataItem( - { - ShipName: `Madison Market`, - ShipAddress: `187 Main Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 50082, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1419, - CustomerName: `Ben Madison`, - CustomerFirstName: `Ben`, - CustomerLastName: `Madison`, - CustomerAddress: `187 Main Street, Los Angeles, USA, 50082`, - Salesperson: `Pamela Watson`, - OrderID: 1451, - OrderDate: `12/10/2022`, - ProductID: 144, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 25180.7, - Quantity: 2, - ExtendedPrice: 50361.4, - Freight: 560.7, - Discontinued: true, - Region: `North East`, - Address: `187 Main Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 50082 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Townhouse`, - ShipAddress: `121 Main Street`, - ShipCity: `Miami`, - ShipPostalCode: 60178, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1420, - CustomerName: `Mike Jackson`, - CustomerFirstName: `Mike`, - CustomerLastName: `Jackson`, - CustomerAddress: `121 Main Street, Miami, USA, 60178`, - Salesperson: `Ben Jackson`, - OrderID: 1294, - OrderDate: `2/18/2022`, - ProductID: 168, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 18670.31, - Quantity: 5, - ExtendedPrice: 93351.55, - Freight: 1410.31, - Discontinued: false, - Region: `West`, - Address: `121 Main Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 60178 - }), - new InvoicesDataItem( - { - ShipName: `Smith Home`, - ShipAddress: `185 Wall Street`, - ShipCity: `New York`, - ShipPostalCode: 50177, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1421, - CustomerName: `Anna Smith`, - CustomerFirstName: `Anna`, - CustomerLastName: `Smith`, - CustomerAddress: `185 Wall Street, New York, USA, 50177`, - Salesperson: `James Watson`, - OrderID: 1095, - OrderDate: `6/16/2022`, - ProductID: 182, - ProductName: `Samsung Note`, - UnitPrice: 10450.44, - Quantity: 5, - ExtendedPrice: 52252.2, - Freight: 1030.44, - Discontinued: false, - Region: `West`, - Address: `185 Wall Street`, - City: `New York`, - Country: `USA`, - PostalCode: 50177 - }), - new InvoicesDataItem( - { - ShipName: `Watson Market`, - ShipAddress: `177 Market Street`, - ShipCity: `New York`, - ShipPostalCode: 90081, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1422, - CustomerName: `Max Watson`, - CustomerFirstName: `Max`, - CustomerLastName: `Watson`, - CustomerAddress: `177 Market Street, New York, USA, 90081`, - Salesperson: `Pamela Smith`, - OrderID: 1333, - OrderDate: `5/21/2022`, - ProductID: 159, - ProductName: `Mac Book Air`, - UnitPrice: 23900.49, - Quantity: 5, - ExtendedPrice: 119502.45, - Freight: 1700.49, - Discontinued: false, - Region: `South East`, - Address: `177 Market Street`, - City: `New York`, - Country: `USA`, - PostalCode: 90081 - }), - new InvoicesDataItem( - { - ShipName: `Watson Home`, - ShipAddress: `106 Market Street`, - ShipCity: `Miami`, - ShipPostalCode: 70099, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Speedy Express`, - CustomerID: 1423, - CustomerName: `Anna Watson`, - CustomerFirstName: `Anna`, - CustomerLastName: `Watson`, - CustomerAddress: `106 Market Street, Miami, USA, 70099`, - Salesperson: `Pamela Jackson`, - OrderID: 1147, - OrderDate: `6/13/2022`, - ProductID: 174, - ProductName: `Mac Book Pro`, - UnitPrice: 29460.63, - Quantity: 2, - ExtendedPrice: 58921.26, - Freight: 1280.63, - Discontinued: false, - Region: `North East`, - Address: `106 Market Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 70099 - }), - new InvoicesDataItem( - { - ShipName: `Madison Townhouse`, - ShipAddress: `179 Main Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 80150, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1424, - CustomerName: `Martin Madison`, - CustomerFirstName: `Martin`, - CustomerLastName: `Madison`, - CustomerAddress: `179 Main Street, Philadelphia, USA, 80150`, - Salesperson: `James Jefferson`, - OrderID: 1595, - OrderDate: `7/19/2022`, - ProductID: 183, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 19060.64, - Quantity: 5, - ExtendedPrice: 95303.2, - Freight: 980.64, - Discontinued: false, - Region: `North East`, - Address: `179 Main Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 80150 - }), - new InvoicesDataItem( - { - ShipName: `Watson Home`, - ShipAddress: `142 Main Street`, - ShipCity: `Huston`, - ShipPostalCode: 90100, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1425, - CustomerName: `Max Watson`, - CustomerFirstName: `Max`, - CustomerLastName: `Watson`, - CustomerAddress: `142 Main Street, Huston, USA, 90100`, - Salesperson: `Martin Black`, - OrderID: 1061, - OrderDate: `4/4/2022`, - ProductID: 118, - ProductName: `IPad`, - UnitPrice: 17400.83, - Quantity: 2, - ExtendedPrice: 34801.66, - Freight: 370.83, - Discontinued: false, - Region: `North East`, - Address: `142 Main Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 90100 - }), - new InvoicesDataItem( - { - ShipName: `Watson Townhouse`, - ShipAddress: `189 Main Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 90144, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1426, - CustomerName: `Max Watson`, - CustomerFirstName: `Max`, - CustomerLastName: `Watson`, - CustomerAddress: `189 Main Street, Philadelphia, USA, 90144`, - Salesperson: `Martin Smith`, - OrderID: 1114, - OrderDate: `2/13/2022`, - ProductID: 146, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 16860.57, - Quantity: 5, - ExtendedPrice: 84302.85, - Freight: 1050.57, - Discontinued: false, - Region: `North East`, - Address: `189 Main Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 90144 - }), - new InvoicesDataItem( - { - ShipName: `Madison Estate`, - ShipAddress: `130 Wall Street`, - ShipCity: `New York`, - ShipPostalCode: 90175, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Speedy Express`, - CustomerID: 1427, - CustomerName: `Pamela Madison`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Madison`, - CustomerAddress: `130 Wall Street, New York, USA, 90175`, - Salesperson: `Nancy Black`, - OrderID: 1716, - OrderDate: `11/6/2022`, - ProductID: 157, - ProductName: `IPad`, - UnitPrice: 19570.85, - Quantity: 3, - ExtendedPrice: 58712.55, - Freight: 1620.85, - Discontinued: false, - Region: `North East`, - Address: `130 Wall Street`, - City: `New York`, - Country: `USA`, - PostalCode: 90175 - }), - new InvoicesDataItem( - { - ShipName: `Smith Market`, - ShipAddress: `144 Market Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 80153, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1428, - CustomerName: `Anna Smith`, - CustomerFirstName: `Anna`, - CustomerLastName: `Smith`, - CustomerAddress: `144 Market Street, Philadelphia, USA, 80153`, - Salesperson: `Mike Smith`, - OrderID: 1523, - OrderDate: `8/5/2022`, - ProductID: 139, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 5100.26, - Quantity: 3, - ExtendedPrice: 15300.78, - Freight: 1630.26, - Discontinued: false, - Region: `North East`, - Address: `144 Market Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 80153 - }), - new InvoicesDataItem( - { - ShipName: `Smith Home`, - ShipAddress: `175 Wall Street`, - ShipCity: `New York`, - ShipPostalCode: 50150, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Speedy Express`, - CustomerID: 1429, - CustomerName: `James Smith`, - CustomerFirstName: `James`, - CustomerLastName: `Smith`, - CustomerAddress: `175 Wall Street, New York, USA, 50150`, - Salesperson: `James Jefferson`, - OrderID: 1027, - OrderDate: `12/7/2022`, - ProductID: 151, - ProductName: `IPad`, - UnitPrice: 18940.75, - Quantity: 4, - ExtendedPrice: 75763, - Freight: 1130.75, - Discontinued: true, - Region: `North East`, - Address: `175 Wall Street`, - City: `New York`, - Country: `USA`, - PostalCode: 50150 - }), - new InvoicesDataItem( - { - ShipName: `Smith Home`, - ShipAddress: `152 Wall Street`, - ShipCity: `New York`, - ShipPostalCode: 70091, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1430, - CustomerName: `Max Smith`, - CustomerFirstName: `Max`, - CustomerLastName: `Smith`, - CustomerAddress: `152 Wall Street, New York, USA, 70091`, - Salesperson: `Ben Smith`, - OrderID: 1626, - OrderDate: `1/1/2022`, - ProductID: 145, - ProductName: `IPhone`, - UnitPrice: 29800.74, - Quantity: 4, - ExtendedPrice: 119202.96, - Freight: 1440.74, - Discontinued: false, - Region: `West`, - Address: `152 Wall Street`, - City: `New York`, - Country: `USA`, - PostalCode: 70091 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Market`, - ShipAddress: `127 Main Street`, - ShipCity: `Miami`, - ShipPostalCode: 90099, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1431, - CustomerName: `Martin Jackson`, - CustomerFirstName: `Martin`, - CustomerLastName: `Jackson`, - CustomerAddress: `127 Main Street, Miami, USA, 90099`, - Salesperson: `Anna Smith`, - OrderID: 1789, - OrderDate: `10/15/2022`, - ProductID: 139, - ProductName: `Mac Book Air`, - UnitPrice: 16220.23, - Quantity: 2, - ExtendedPrice: 32440.46, - Freight: 1170.23, - Discontinued: false, - Region: `West`, - Address: `127 Main Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 90099 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Home`, - ShipAddress: `157 Wall Street`, - ShipCity: `Huston`, - ShipPostalCode: 70162, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Federal Shipping`, - CustomerID: 1432, - CustomerName: `Mike Jefferson`, - CustomerFirstName: `Mike`, - CustomerLastName: `Jefferson`, - CustomerAddress: `157 Wall Street, Huston, USA, 70162`, - Salesperson: `Martin Madison`, - OrderID: 1622, - OrderDate: `6/6/2022`, - ProductID: 133, - ProductName: `Samsung Note`, - UnitPrice: 7410.73, - Quantity: 4, - ExtendedPrice: 29642.92, - Freight: 1660.73, - Discontinued: false, - Region: `South East`, - Address: `157 Wall Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 70162 - }), - new InvoicesDataItem( - { - ShipName: `Smith Home`, - ShipAddress: `159 Market Street`, - ShipCity: `New York`, - ShipPostalCode: 50198, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Speedy Express`, - CustomerID: 1433, - CustomerName: `Mike Smith`, - CustomerFirstName: `Mike`, - CustomerLastName: `Smith`, - CustomerAddress: `159 Market Street, New York, USA, 50198`, - Salesperson: `Mike Smith`, - OrderID: 1961, - OrderDate: `9/7/2022`, - ProductID: 120, - ProductName: `Mac Book Pro`, - UnitPrice: 9150.59, - Quantity: 3, - ExtendedPrice: 27451.77, - Freight: 550.59, - Discontinued: false, - Region: `South East`, - Address: `159 Market Street`, - City: `New York`, - Country: `USA`, - PostalCode: 50198 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Estate`, - ShipAddress: `109 Market Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 60160, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1434, - CustomerName: `Ben Jackson`, - CustomerFirstName: `Ben`, - CustomerLastName: `Jackson`, - CustomerAddress: `109 Market Street, Philadelphia, USA, 60160`, - Salesperson: `Mike Madison`, - OrderID: 1868, - OrderDate: `2/5/2022`, - ProductID: 131, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 20400.46, - Quantity: 2, - ExtendedPrice: 40800.92, - Freight: 1640.46, - Discontinued: false, - Region: `South East`, - Address: `109 Market Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 60160 - }), - new InvoicesDataItem( - { - ShipName: `Madison Estate`, - ShipAddress: `138 Wall Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 80164, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1435, - CustomerName: `Max Madison`, - CustomerFirstName: `Max`, - CustomerLastName: `Madison`, - CustomerAddress: `138 Wall Street, Philadelphia, USA, 80164`, - Salesperson: `Mike Smith`, - OrderID: 1223, - OrderDate: `7/4/2022`, - ProductID: 199, - ProductName: `Samsung Note`, - UnitPrice: 23980.42, - Quantity: 5, - ExtendedPrice: 119902.1, - Freight: 410.42, - Discontinued: false, - Region: `West`, - Address: `138 Wall Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 80164 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Townhouse`, - ShipAddress: `164 Main Street`, - ShipCity: `New York`, - ShipPostalCode: 90183, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1436, - CustomerName: `Pamela Jackson`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Jackson`, - CustomerAddress: `164 Main Street, New York, USA, 90183`, - Salesperson: `James Watson`, - OrderID: 1766, - OrderDate: `7/14/2022`, - ProductID: 160, - ProductName: `Samsung Note`, - UnitPrice: 12280.79, - Quantity: 2, - ExtendedPrice: 24561.58, - Freight: 1140.79, - Discontinued: false, - Region: `West`, - Address: `164 Main Street`, - City: `New York`, - Country: `USA`, - PostalCode: 90183 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Estate`, - ShipAddress: `187 Main Street`, - ShipCity: `New York`, - ShipPostalCode: 80053, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1437, - CustomerName: `Nancy Jefferson`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Jefferson`, - CustomerAddress: `187 Main Street, New York, USA, 80053`, - Salesperson: `Martin Watson`, - OrderID: 1602, - OrderDate: `12/25/2022`, - ProductID: 112, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 14860.39, - Quantity: 5, - ExtendedPrice: 74301.95, - Freight: 1920.39, - Discontinued: false, - Region: `West`, - Address: `187 Main Street`, - City: `New York`, - Country: `USA`, - PostalCode: 80053 - }), - new InvoicesDataItem( - { - ShipName: `Black Market`, - ShipAddress: `197 Wall Street`, - ShipCity: `Miami`, - ShipPostalCode: 50076, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1438, - CustomerName: `Max Black`, - CustomerFirstName: `Max`, - CustomerLastName: `Black`, - CustomerAddress: `197 Wall Street, Miami, USA, 50076`, - Salesperson: `James Jefferson`, - OrderID: 1281, - OrderDate: `3/18/2022`, - ProductID: 102, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 11120.87, - Quantity: 2, - ExtendedPrice: 22241.74, - Freight: 720.87, - Discontinued: false, - Region: `North East`, - Address: `197 Wall Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 50076 - }), - new InvoicesDataItem( - { - ShipName: `Watson Market`, - ShipAddress: `127 Market Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 90067, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1439, - CustomerName: `James Watson`, - CustomerFirstName: `James`, - CustomerLastName: `Watson`, - CustomerAddress: `127 Market Street, Los Angeles, USA, 90067`, - Salesperson: `James Madison`, - OrderID: 1736, - OrderDate: `2/4/2022`, - ProductID: 172, - ProductName: `IPad`, - UnitPrice: 20090.62, - Quantity: 4, - ExtendedPrice: 80362.48, - Freight: 630.62, - Discontinued: true, - Region: `West`, - Address: `127 Market Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 90067 - }), - new InvoicesDataItem( - { - ShipName: `Black Market`, - ShipAddress: `150 Market Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 90161, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1440, - CustomerName: `Max Black`, - CustomerFirstName: `Max`, - CustomerLastName: `Black`, - CustomerAddress: `150 Market Street, Philadelphia, USA, 90161`, - Salesperson: `Anna Watson`, - OrderID: 1683, - OrderDate: `5/15/2022`, - ProductID: 192, - ProductName: `Mac Book Air`, - UnitPrice: 7270.76, - Quantity: 3, - ExtendedPrice: 21812.28, - Freight: 1880.76, - Discontinued: false, - Region: `West`, - Address: `150 Market Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 90161 - }), - new InvoicesDataItem( - { - ShipName: `Watson Townhouse`, - ShipAddress: `128 Market Street`, - ShipCity: `Huston`, - ShipPostalCode: 70131, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1441, - CustomerName: `Pamela Watson`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Watson`, - CustomerAddress: `128 Market Street, Huston, USA, 70131`, - Salesperson: `Ben Smith`, - OrderID: 1652, - OrderDate: `11/16/2022`, - ProductID: 107, - ProductName: `Samsung Note`, - UnitPrice: 23290.38, - Quantity: 2, - ExtendedPrice: 46580.76, - Freight: 400.38, - Discontinued: false, - Region: `West`, - Address: `128 Market Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 70131 - }), - new InvoicesDataItem( - { - ShipName: `Watson Home`, - ShipAddress: `151 Wall Street`, - ShipCity: `Miami`, - ShipPostalCode: 70185, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1442, - CustomerName: `Max Watson`, - CustomerFirstName: `Max`, - CustomerLastName: `Watson`, - CustomerAddress: `151 Wall Street, Miami, USA, 70185`, - Salesperson: `Nancy Black`, - OrderID: 1385, - OrderDate: `6/12/2022`, - ProductID: 110, - ProductName: `Mac Book Pro`, - UnitPrice: 14390.77, - Quantity: 2, - ExtendedPrice: 28781.54, - Freight: 1600.77, - Discontinued: false, - Region: `West`, - Address: `151 Wall Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 70185 - }), - new InvoicesDataItem( - { - ShipName: `Madison Home`, - ShipAddress: `183 Wall Street`, - ShipCity: `New York`, - ShipPostalCode: 60080, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Speedy Express`, - CustomerID: 1443, - CustomerName: `Pamela Madison`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Madison`, - CustomerAddress: `183 Wall Street, New York, USA, 60080`, - Salesperson: `Mike Madison`, - OrderID: 1158, - OrderDate: `3/11/2022`, - ProductID: 172, - ProductName: `Samsung Note`, - UnitPrice: 25230.25, - Quantity: 3, - ExtendedPrice: 75690.75, - Freight: 340.25, - Discontinued: false, - Region: `South East`, - Address: `183 Wall Street`, - City: `New York`, - Country: `USA`, - PostalCode: 60080 - }), - new InvoicesDataItem( - { - ShipName: `Black Estate`, - ShipAddress: `137 Wall Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 80117, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Speedy Express`, - CustomerID: 1444, - CustomerName: `James Black`, - CustomerFirstName: `James`, - CustomerLastName: `Black`, - CustomerAddress: `137 Wall Street, Philadelphia, USA, 80117`, - Salesperson: `Anna Black`, - OrderID: 1310, - OrderDate: `9/5/2022`, - ProductID: 157, - ProductName: `IPad`, - UnitPrice: 21970.48, - Quantity: 2, - ExtendedPrice: 43940.96, - Freight: 1420.48, - Discontinued: false, - Region: `South East`, - Address: `137 Wall Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 80117 - }), - new InvoicesDataItem( - { - ShipName: `Black Market`, - ShipAddress: `158 Wall Street`, - ShipCity: `New York`, - ShipPostalCode: 80138, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1445, - CustomerName: `Anna Black`, - CustomerFirstName: `Anna`, - CustomerLastName: `Black`, - CustomerAddress: `158 Wall Street, New York, USA, 80138`, - Salesperson: `Martin Madison`, - OrderID: 1385, - OrderDate: `5/9/2022`, - ProductID: 127, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 12610.37, - Quantity: 5, - ExtendedPrice: 63051.85, - Freight: 1410.37, - Discontinued: false, - Region: `West`, - Address: `158 Wall Street`, - City: `New York`, - Country: `USA`, - PostalCode: 80138 - }), - new InvoicesDataItem( - { - ShipName: `Madison Home`, - ShipAddress: `145 Wall Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 70189, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1446, - CustomerName: `Mike Madison`, - CustomerFirstName: `Mike`, - CustomerLastName: `Madison`, - CustomerAddress: `145 Wall Street, Los Angeles, USA, 70189`, - Salesperson: `Mike Jackson`, - OrderID: 1725, - OrderDate: `9/6/2022`, - ProductID: 112, - ProductName: `Mac Book Pro`, - UnitPrice: 20520.26, - Quantity: 4, - ExtendedPrice: 82081.04, - Freight: 710.26, - Discontinued: false, - Region: `West`, - Address: `145 Wall Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 70189 - }), - new InvoicesDataItem( - { - ShipName: `Black Estate`, - ShipAddress: `155 Wall Street`, - ShipCity: `Miami`, - ShipPostalCode: 60114, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Speedy Express`, - CustomerID: 1447, - CustomerName: `Pamela Black`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Black`, - CustomerAddress: `155 Wall Street, Miami, USA, 60114`, - Salesperson: `Martin Madison`, - OrderID: 1520, - OrderDate: `6/15/2022`, - ProductID: 174, - ProductName: `IPhone`, - UnitPrice: 16730.88, - Quantity: 2, - ExtendedPrice: 33461.76, - Freight: 1020.88, - Discontinued: false, - Region: `South East`, - Address: `155 Wall Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 60114 - }), - new InvoicesDataItem( - { - ShipName: `Madison Estate`, - ShipAddress: `184 Main Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 80059, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1448, - CustomerName: `Max Madison`, - CustomerFirstName: `Max`, - CustomerLastName: `Madison`, - CustomerAddress: `184 Main Street, Los Angeles, USA, 80059`, - Salesperson: `Max Smith`, - OrderID: 1764, - OrderDate: `4/4/2022`, - ProductID: 147, - ProductName: `Mac Book Air`, - UnitPrice: 29810.31, - Quantity: 2, - ExtendedPrice: 59620.62, - Freight: 1200.31, - Discontinued: false, - Region: `West`, - Address: `184 Main Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 80059 - }), - new InvoicesDataItem( - { - ShipName: `Black Home`, - ShipAddress: `195 Wall Street`, - ShipCity: `Huston`, - ShipPostalCode: 80052, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1449, - CustomerName: `Ben Black`, - CustomerFirstName: `Ben`, - CustomerLastName: `Black`, - CustomerAddress: `195 Wall Street, Huston, USA, 80052`, - Salesperson: `Max Jefferson`, - OrderID: 1325, - OrderDate: `8/23/2022`, - ProductID: 186, - ProductName: `Mac Book Pro`, - UnitPrice: 19780.82, - Quantity: 3, - ExtendedPrice: 59342.46, - Freight: 720.82, - Discontinued: true, - Region: `South East`, - Address: `195 Wall Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 80052 - }), - new InvoicesDataItem( - { - ShipName: `Black Market`, - ShipAddress: `168 Market Street`, - ShipCity: `Miami`, - ShipPostalCode: 70196, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1450, - CustomerName: `Anna Black`, - CustomerFirstName: `Anna`, - CustomerLastName: `Black`, - CustomerAddress: `168 Market Street, Miami, USA, 70196`, - Salesperson: `Martin Madison`, - OrderID: 1216, - OrderDate: `9/9/2022`, - ProductID: 134, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 25110.88, - Quantity: 2, - ExtendedPrice: 50221.76, - Freight: 1040.88, - Discontinued: false, - Region: `West`, - Address: `168 Market Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 70196 - }), - new InvoicesDataItem( - { - ShipName: `Black Estate`, - ShipAddress: `196 Wall Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 70064, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1451, - CustomerName: `Anna Black`, - CustomerFirstName: `Anna`, - CustomerLastName: `Black`, - CustomerAddress: `196 Wall Street, Philadelphia, USA, 70064`, - Salesperson: `Nancy Madison`, - OrderID: 1924, - OrderDate: `9/9/2022`, - ProductID: 108, - ProductName: `IPhone`, - UnitPrice: 14220.86, - Quantity: 2, - ExtendedPrice: 28441.72, - Freight: 1220.86, - Discontinued: false, - Region: `West`, - Address: `196 Wall Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 70064 - }), - new InvoicesDataItem( - { - ShipName: `Madison Home`, - ShipAddress: `125 Wall Street`, - ShipCity: `Huston`, - ShipPostalCode: 90158, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1452, - CustomerName: `Max Madison`, - CustomerFirstName: `Max`, - CustomerLastName: `Madison`, - CustomerAddress: `125 Wall Street, Huston, USA, 90158`, - Salesperson: `Martin Jackson`, - OrderID: 1952, - OrderDate: `8/23/2022`, - ProductID: 177, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 11460.48, - Quantity: 3, - ExtendedPrice: 34381.44, - Freight: 1140.48, - Discontinued: false, - Region: `West`, - Address: `125 Wall Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 90158 - }), - new InvoicesDataItem( - { - ShipName: `Watson Home`, - ShipAddress: `113 Wall Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 50104, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1453, - CustomerName: `Ben Watson`, - CustomerFirstName: `Ben`, - CustomerLastName: `Watson`, - CustomerAddress: `113 Wall Street, Los Angeles, USA, 50104`, - Salesperson: `Mike Black`, - OrderID: 1388, - OrderDate: `7/12/2022`, - ProductID: 142, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 25460.85, - Quantity: 2, - ExtendedPrice: 50921.7, - Freight: 360.85, - Discontinued: false, - Region: `West`, - Address: `113 Wall Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 50104 - }), - new InvoicesDataItem( - { - ShipName: `Black Home`, - ShipAddress: `176 Market Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 90069, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Federal Shipping`, - CustomerID: 1454, - CustomerName: `Nancy Black`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Black`, - CustomerAddress: `176 Market Street, Philadelphia, USA, 90069`, - Salesperson: `Max Jefferson`, - OrderID: 1197, - OrderDate: `9/3/2022`, - ProductID: 132, - ProductName: `IPhone`, - UnitPrice: 5760.67, - Quantity: 3, - ExtendedPrice: 17282.01, - Freight: 1350.67, - Discontinued: false, - Region: `South East`, - Address: `176 Market Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 90069 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Townhouse`, - ShipAddress: `142 Market Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 50098, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1455, - CustomerName: `Max Jefferson`, - CustomerFirstName: `Max`, - CustomerLastName: `Jefferson`, - CustomerAddress: `142 Market Street, Los Angeles, USA, 50098`, - Salesperson: `Nancy Smith`, - OrderID: 1808, - OrderDate: `3/2/2022`, - ProductID: 145, - ProductName: `Mac Book Pro`, - UnitPrice: 18130.62, - Quantity: 3, - ExtendedPrice: 54391.86, - Freight: 660.62, - Discontinued: false, - Region: `North East`, - Address: `142 Market Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 50098 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Home`, - ShipAddress: `184 Main Street`, - ShipCity: `New York`, - ShipPostalCode: 50125, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Speedy Express`, - CustomerID: 1456, - CustomerName: `Pamela Jefferson`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Jefferson`, - CustomerAddress: `184 Main Street, New York, USA, 50125`, - Salesperson: `Pamela Jackson`, - OrderID: 1098, - OrderDate: `9/11/2022`, - ProductID: 106, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 29450.81, - Quantity: 5, - ExtendedPrice: 147254.05, - Freight: 820.81, - Discontinued: false, - Region: `North East`, - Address: `184 Main Street`, - City: `New York`, - Country: `USA`, - PostalCode: 50125 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Market`, - ShipAddress: `190 Main Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 70130, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Speedy Express`, - CustomerID: 1457, - CustomerName: `Nancy Jefferson`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Jefferson`, - CustomerAddress: `190 Main Street, Philadelphia, USA, 70130`, - Salesperson: `Max Madison`, - OrderID: 1942, - OrderDate: `9/1/2022`, - ProductID: 136, - ProductName: `Mac Book Pro`, - UnitPrice: 28790.51, - Quantity: 3, - ExtendedPrice: 86371.53, - Freight: 460.51, - Discontinued: false, - Region: `North East`, - Address: `190 Main Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 70130 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Market`, - ShipAddress: `121 Main Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 70093, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1458, - CustomerName: `Mike Jefferson`, - CustomerFirstName: `Mike`, - CustomerLastName: `Jefferson`, - CustomerAddress: `121 Main Street, Los Angeles, USA, 70093`, - Salesperson: `James Black`, - OrderID: 1815, - OrderDate: `6/16/2022`, - ProductID: 144, - ProductName: `Mac Book Pro`, - UnitPrice: 9060.8, - Quantity: 3, - ExtendedPrice: 27182.4, - Freight: 1990.8, - Discontinued: false, - Region: `North East`, - Address: `121 Main Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 70093 - }), - new InvoicesDataItem( - { - ShipName: `Smith Home`, - ShipAddress: `111 Main Street`, - ShipCity: `Huston`, - ShipPostalCode: 50082, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1459, - CustomerName: `Nancy Smith`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Smith`, - CustomerAddress: `111 Main Street, Huston, USA, 50082`, - Salesperson: `Max Black`, - OrderID: 1551, - OrderDate: `4/6/2022`, - ProductID: 130, - ProductName: `Mac Book Pro`, - UnitPrice: 29370.56, - Quantity: 3, - ExtendedPrice: 88111.68, - Freight: 1970.56, - Discontinued: true, - Region: `North East`, - Address: `111 Main Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 50082 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Market`, - ShipAddress: `128 Market Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 90155, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1460, - CustomerName: `Max Jefferson`, - CustomerFirstName: `Max`, - CustomerLastName: `Jefferson`, - CustomerAddress: `128 Market Street, Los Angeles, USA, 90155`, - Salesperson: `James Smith`, - OrderID: 1660, - OrderDate: `6/6/2022`, - ProductID: 175, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 29130.58, - Quantity: 2, - ExtendedPrice: 58261.16, - Freight: 340.58, - Discontinued: false, - Region: `West`, - Address: `128 Market Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 90155 - }), - new InvoicesDataItem( - { - ShipName: `Smith Home`, - ShipAddress: `159 Main Street`, - ShipCity: `Huston`, - ShipPostalCode: 60166, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1461, - CustomerName: `Mike Smith`, - CustomerFirstName: `Mike`, - CustomerLastName: `Smith`, - CustomerAddress: `159 Main Street, Huston, USA, 60166`, - Salesperson: `Mike Black`, - OrderID: 1860, - OrderDate: `5/20/2022`, - ProductID: 197, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 18630.66, - Quantity: 4, - ExtendedPrice: 74522.64, - Freight: 1540.66, - Discontinued: false, - Region: `South East`, - Address: `159 Main Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 60166 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Home`, - ShipAddress: `115 Market Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 60171, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1462, - CustomerName: `Nancy Jefferson`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Jefferson`, - CustomerAddress: `115 Market Street, Los Angeles, USA, 60171`, - Salesperson: `Mike Jackson`, - OrderID: 1312, - OrderDate: `9/12/2022`, - ProductID: 182, - ProductName: `Samsung Note`, - UnitPrice: 19120.8, - Quantity: 3, - ExtendedPrice: 57362.4, - Freight: 470.8, - Discontinued: false, - Region: `North East`, - Address: `115 Market Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 60171 - }), - new InvoicesDataItem( - { - ShipName: `Watson Townhouse`, - ShipAddress: `184 Main Street`, - ShipCity: `New York`, - ShipPostalCode: 80169, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1463, - CustomerName: `Nancy Watson`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Watson`, - CustomerAddress: `184 Main Street, New York, USA, 80169`, - Salesperson: `Nancy Madison`, - OrderID: 1738, - OrderDate: `1/7/2022`, - ProductID: 161, - ProductName: `Mac Book Air`, - UnitPrice: 9160.8, - Quantity: 2, - ExtendedPrice: 18321.6, - Freight: 1850.8, - Discontinued: false, - Region: `West`, - Address: `184 Main Street`, - City: `New York`, - Country: `USA`, - PostalCode: 80169 - }), - new InvoicesDataItem( - { - ShipName: `Black Market`, - ShipAddress: `147 Main Street`, - ShipCity: `Miami`, - ShipPostalCode: 60068, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Speedy Express`, - CustomerID: 1464, - CustomerName: `Ben Black`, - CustomerFirstName: `Ben`, - CustomerLastName: `Black`, - CustomerAddress: `147 Main Street, Miami, USA, 60068`, - Salesperson: `Nancy Madison`, - OrderID: 1981, - OrderDate: `5/23/2022`, - ProductID: 110, - ProductName: `Samsung Note`, - UnitPrice: 19100.54, - Quantity: 5, - ExtendedPrice: 95502.7, - Freight: 1720.54, - Discontinued: false, - Region: `North East`, - Address: `147 Main Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 60068 - }), - new InvoicesDataItem( - { - ShipName: `Black Market`, - ShipAddress: `143 Wall Street`, - ShipCity: `Huston`, - ShipPostalCode: 80182, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Speedy Express`, - CustomerID: 1465, - CustomerName: `Ben Black`, - CustomerFirstName: `Ben`, - CustomerLastName: `Black`, - CustomerAddress: `143 Wall Street, Huston, USA, 80182`, - Salesperson: `Anna Watson`, - OrderID: 1067, - OrderDate: `12/19/2022`, - ProductID: 103, - ProductName: `Samsung Note`, - UnitPrice: 28900.7, - Quantity: 3, - ExtendedPrice: 86702.1, - Freight: 770.7, - Discontinued: false, - Region: `North East`, - Address: `143 Wall Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 80182 - }), - new InvoicesDataItem( - { - ShipName: `Watson Estate`, - ShipAddress: `170 Main Street`, - ShipCity: `New York`, - ShipPostalCode: 60155, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1466, - CustomerName: `Max Watson`, - CustomerFirstName: `Max`, - CustomerLastName: `Watson`, - CustomerAddress: `170 Main Street, New York, USA, 60155`, - Salesperson: `James Jackson`, - OrderID: 1746, - OrderDate: `9/2/2022`, - ProductID: 148, - ProductName: `IPad`, - UnitPrice: 25390.4, - Quantity: 5, - ExtendedPrice: 126952, - Freight: 550.4, - Discontinued: false, - Region: `South East`, - Address: `170 Main Street`, - City: `New York`, - Country: `USA`, - PostalCode: 60155 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Market`, - ShipAddress: `111 Wall Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 60079, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1467, - CustomerName: `Pamela Jackson`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Jackson`, - CustomerAddress: `111 Wall Street, Philadelphia, USA, 60079`, - Salesperson: `Nancy Jefferson`, - OrderID: 1334, - OrderDate: `5/23/2022`, - ProductID: 129, - ProductName: `Mac Book Air`, - UnitPrice: 14520.65, - Quantity: 2, - ExtendedPrice: 29041.3, - Freight: 1250.65, - Discontinued: false, - Region: `West`, - Address: `111 Wall Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 60079 - }), - new InvoicesDataItem( - { - ShipName: `Black Market`, - ShipAddress: `153 Wall Street`, - ShipCity: `Huston`, - ShipPostalCode: 90056, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Speedy Express`, - CustomerID: 1468, - CustomerName: `Anna Black`, - CustomerFirstName: `Anna`, - CustomerLastName: `Black`, - CustomerAddress: `153 Wall Street, Huston, USA, 90056`, - Salesperson: `Anna Jackson`, - OrderID: 1230, - OrderDate: `4/15/2022`, - ProductID: 128, - ProductName: `IPhone`, - UnitPrice: 14930.82, - Quantity: 5, - ExtendedPrice: 74654.1, - Freight: 1470.82, - Discontinued: false, - Region: `North East`, - Address: `153 Wall Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 90056 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Market`, - ShipAddress: `143 Main Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 50070, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Speedy Express`, - CustomerID: 1469, - CustomerName: `Max Jackson`, - CustomerFirstName: `Max`, - CustomerLastName: `Jackson`, - CustomerAddress: `143 Main Street, Philadelphia, USA, 50070`, - Salesperson: `Nancy Madison`, - OrderID: 1761, - OrderDate: `1/23/2022`, - ProductID: 136, - ProductName: `IPad`, - UnitPrice: 10810.43, - Quantity: 4, - ExtendedPrice: 43241.72, - Freight: 1910.43, - Discontinued: true, - Region: `South East`, - Address: `143 Main Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 50070 - }), - new InvoicesDataItem( - { - ShipName: `Black Estate`, - ShipAddress: `174 Market Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 80126, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1470, - CustomerName: `Pamela Black`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Black`, - CustomerAddress: `174 Market Street, Philadelphia, USA, 80126`, - Salesperson: `Martin Madison`, - OrderID: 1217, - OrderDate: `7/7/2022`, - ProductID: 170, - ProductName: `IPhone`, - UnitPrice: 16660.27, - Quantity: 4, - ExtendedPrice: 66641.08, - Freight: 790.27, - Discontinued: false, - Region: `North East`, - Address: `174 Market Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 80126 - }), - new InvoicesDataItem( - { - ShipName: `Smith Home`, - ShipAddress: `189 Wall Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 60161, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Speedy Express`, - CustomerID: 1471, - CustomerName: `Max Smith`, - CustomerFirstName: `Max`, - CustomerLastName: `Smith`, - CustomerAddress: `189 Wall Street, Los Angeles, USA, 60161`, - Salesperson: `Max Madison`, - OrderID: 1882, - OrderDate: `11/5/2022`, - ProductID: 141, - ProductName: `Mac Book Air`, - UnitPrice: 18210.39, - Quantity: 3, - ExtendedPrice: 54631.17, - Freight: 990.39, - Discontinued: false, - Region: `South East`, - Address: `189 Wall Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 60161 - }), - new InvoicesDataItem( - { - ShipName: `Black Market`, - ShipAddress: `193 Market Street`, - ShipCity: `Huston`, - ShipPostalCode: 50163, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Speedy Express`, - CustomerID: 1472, - CustomerName: `Max Black`, - CustomerFirstName: `Max`, - CustomerLastName: `Black`, - CustomerAddress: `193 Market Street, Huston, USA, 50163`, - Salesperson: `Mike Black`, - OrderID: 1855, - OrderDate: `5/3/2022`, - ProductID: 188, - ProductName: `Samsung Note`, - UnitPrice: 9860.59, - Quantity: 5, - ExtendedPrice: 49302.95, - Freight: 1610.59, - Discontinued: false, - Region: `South East`, - Address: `193 Market Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 50163 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Townhouse`, - ShipAddress: `128 Main Street`, - ShipCity: `Miami`, - ShipPostalCode: 60162, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1473, - CustomerName: `Max Jackson`, - CustomerFirstName: `Max`, - CustomerLastName: `Jackson`, - CustomerAddress: `128 Main Street, Miami, USA, 60162`, - Salesperson: `Nancy Black`, - OrderID: 1087, - OrderDate: `4/5/2022`, - ProductID: 166, - ProductName: `Mac Book Air`, - UnitPrice: 12090.33, - Quantity: 4, - ExtendedPrice: 48361.32, - Freight: 1020.33, - Discontinued: false, - Region: `West`, - Address: `128 Main Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 60162 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Townhouse`, - ShipAddress: `179 Wall Street`, - ShipCity: `New York`, - ShipPostalCode: 50104, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1474, - CustomerName: `Ben Jackson`, - CustomerFirstName: `Ben`, - CustomerLastName: `Jackson`, - CustomerAddress: `179 Wall Street, New York, USA, 50104`, - Salesperson: `Martin Black`, - OrderID: 1121, - OrderDate: `12/2/2022`, - ProductID: 169, - ProductName: `IPad`, - UnitPrice: 18020.22, - Quantity: 4, - ExtendedPrice: 72080.88, - Freight: 830.22, - Discontinued: false, - Region: `West`, - Address: `179 Wall Street`, - City: `New York`, - Country: `USA`, - PostalCode: 50104 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Townhouse`, - ShipAddress: `168 Market Street`, - ShipCity: `Huston`, - ShipPostalCode: 60117, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1475, - CustomerName: `Martin Jackson`, - CustomerFirstName: `Martin`, - CustomerLastName: `Jackson`, - CustomerAddress: `168 Market Street, Huston, USA, 60117`, - Salesperson: `James Madison`, - OrderID: 1965, - OrderDate: `10/17/2022`, - ProductID: 166, - ProductName: `Mac Book Pro`, - UnitPrice: 6770.39, - Quantity: 5, - ExtendedPrice: 33851.95, - Freight: 240.39, - Discontinued: false, - Region: `West`, - Address: `168 Market Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 60117 - }), - new InvoicesDataItem( - { - ShipName: `Black Market`, - ShipAddress: `195 Wall Street`, - ShipCity: `Huston`, - ShipPostalCode: 50103, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1476, - CustomerName: `Mike Black`, - CustomerFirstName: `Mike`, - CustomerLastName: `Black`, - CustomerAddress: `195 Wall Street, Huston, USA, 50103`, - Salesperson: `Ben Jackson`, - OrderID: 1241, - OrderDate: `2/3/2022`, - ProductID: 159, - ProductName: `Samsung Note`, - UnitPrice: 14250.8, - Quantity: 5, - ExtendedPrice: 71254, - Freight: 1870.8, - Discontinued: false, - Region: `North East`, - Address: `195 Wall Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 50103 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Market`, - ShipAddress: `192 Main Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 70069, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1477, - CustomerName: `Pamela Jefferson`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Jefferson`, - CustomerAddress: `192 Main Street, Los Angeles, USA, 70069`, - Salesperson: `Pamela Watson`, - OrderID: 1440, - OrderDate: `6/4/2022`, - ProductID: 191, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 23000.87, - Quantity: 3, - ExtendedPrice: 69002.61, - Freight: 1680.87, - Discontinued: false, - Region: `North East`, - Address: `192 Main Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 70069 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Estate`, - ShipAddress: `139 Wall Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 50143, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1478, - CustomerName: `Pamela Jefferson`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Jefferson`, - CustomerAddress: `139 Wall Street, Philadelphia, USA, 50143`, - Salesperson: `Nancy Madison`, - OrderID: 1507, - OrderDate: `10/10/2022`, - ProductID: 176, - ProductName: `Mac Book Air`, - UnitPrice: 25490.8, - Quantity: 3, - ExtendedPrice: 76472.4, - Freight: 830.8, - Discontinued: false, - Region: `North East`, - Address: `139 Wall Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 50143 - }), - new InvoicesDataItem( - { - ShipName: `Madison Estate`, - ShipAddress: `131 Wall Street`, - ShipCity: `Miami`, - ShipPostalCode: 80108, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Federal Shipping`, - CustomerID: 1479, - CustomerName: `Mike Madison`, - CustomerFirstName: `Mike`, - CustomerLastName: `Madison`, - CustomerAddress: `131 Wall Street, Miami, USA, 80108`, - Salesperson: `Ben Jefferson`, - OrderID: 1702, - OrderDate: `10/16/2022`, - ProductID: 174, - ProductName: `Mac Book Pro`, - UnitPrice: 28620.58, - Quantity: 4, - ExtendedPrice: 114482.32, - Freight: 950.58, - Discontinued: true, - Region: `South East`, - Address: `131 Wall Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 80108 - }), - new InvoicesDataItem( - { - ShipName: `Smith Estate`, - ShipAddress: `127 Market Street`, - ShipCity: `Huston`, - ShipPostalCode: 90097, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Speedy Express`, - CustomerID: 1480, - CustomerName: `James Smith`, - CustomerFirstName: `James`, - CustomerLastName: `Smith`, - CustomerAddress: `127 Market Street, Huston, USA, 90097`, - Salesperson: `Pamela Black`, - OrderID: 1875, - OrderDate: `7/24/2022`, - ProductID: 164, - ProductName: `Mac Book Air`, - UnitPrice: 6750.85, - Quantity: 2, - ExtendedPrice: 13501.7, - Freight: 1160.85, - Discontinued: false, - Region: `North East`, - Address: `127 Market Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 90097 - }), - new InvoicesDataItem( - { - ShipName: `Madison Home`, - ShipAddress: `190 Market Street`, - ShipCity: `New York`, - ShipPostalCode: 70142, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1481, - CustomerName: `Pamela Madison`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Madison`, - CustomerAddress: `190 Market Street, New York, USA, 70142`, - Salesperson: `Pamela Smith`, - OrderID: 1373, - OrderDate: `5/19/2022`, - ProductID: 108, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 17230.33, - Quantity: 3, - ExtendedPrice: 51690.99, - Freight: 1270.33, - Discontinued: false, - Region: `West`, - Address: `190 Market Street`, - City: `New York`, - Country: `USA`, - PostalCode: 70142 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Market`, - ShipAddress: `179 Main Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 90146, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1482, - CustomerName: `Nancy Jackson`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Jackson`, - CustomerAddress: `179 Main Street, Philadelphia, USA, 90146`, - Salesperson: `James Jefferson`, - OrderID: 1452, - OrderDate: `5/16/2022`, - ProductID: 170, - ProductName: `Mac Book Air`, - UnitPrice: 8320.5, - Quantity: 4, - ExtendedPrice: 33282, - Freight: 510.5, - Discontinued: false, - Region: `North East`, - Address: `179 Main Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 90146 - }), - new InvoicesDataItem( - { - ShipName: `Black Townhouse`, - ShipAddress: `183 Main Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 90165, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1483, - CustomerName: `Anna Black`, - CustomerFirstName: `Anna`, - CustomerLastName: `Black`, - CustomerAddress: `183 Main Street, Los Angeles, USA, 90165`, - Salesperson: `Max Watson`, - OrderID: 1835, - OrderDate: `9/8/2022`, - ProductID: 198, - ProductName: `Samsung Note`, - UnitPrice: 13800.6, - Quantity: 3, - ExtendedPrice: 41401.8, - Freight: 700.6, - Discontinued: false, - Region: `West`, - Address: `183 Main Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 90165 - }), - new InvoicesDataItem( - { - ShipName: `Black Townhouse`, - ShipAddress: `108 Main Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 50151, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Speedy Express`, - CustomerID: 1484, - CustomerName: `Max Black`, - CustomerFirstName: `Max`, - CustomerLastName: `Black`, - CustomerAddress: `108 Main Street, Philadelphia, USA, 50151`, - Salesperson: `Mike Jefferson`, - OrderID: 1448, - OrderDate: `11/16/2022`, - ProductID: 103, - ProductName: `Samsung Note`, - UnitPrice: 21840.84, - Quantity: 5, - ExtendedPrice: 109204.2, - Freight: 1500.84, - Discontinued: false, - Region: `South East`, - Address: `108 Main Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 50151 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Estate`, - ShipAddress: `150 Market Street`, - ShipCity: `New York`, - ShipPostalCode: 80053, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1485, - CustomerName: `James Jefferson`, - CustomerFirstName: `James`, - CustomerLastName: `Jefferson`, - CustomerAddress: `150 Market Street, New York, USA, 80053`, - Salesperson: `Anna Black`, - OrderID: 1160, - OrderDate: `6/7/2022`, - ProductID: 156, - ProductName: `IPhone`, - UnitPrice: 24480.65, - Quantity: 2, - ExtendedPrice: 48961.3, - Freight: 860.65, - Discontinued: false, - Region: `West`, - Address: `150 Market Street`, - City: `New York`, - Country: `USA`, - PostalCode: 80053 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Estate`, - ShipAddress: `121 Wall Street`, - ShipCity: `Miami`, - ShipPostalCode: 50087, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Speedy Express`, - CustomerID: 1486, - CustomerName: `Mike Jefferson`, - CustomerFirstName: `Mike`, - CustomerLastName: `Jefferson`, - CustomerAddress: `121 Wall Street, Miami, USA, 50087`, - Salesperson: `Anna Jackson`, - OrderID: 1277, - OrderDate: `8/16/2022`, - ProductID: 108, - ProductName: `Mac Book Air`, - UnitPrice: 27370.31, - Quantity: 2, - ExtendedPrice: 54740.62, - Freight: 350.31, - Discontinued: false, - Region: `North East`, - Address: `121 Wall Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 50087 - }), - new InvoicesDataItem( - { - ShipName: `Watson Townhouse`, - ShipAddress: `187 Market Street`, - ShipCity: `Miami`, - ShipPostalCode: 90094, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1487, - CustomerName: `Anna Watson`, - CustomerFirstName: `Anna`, - CustomerLastName: `Watson`, - CustomerAddress: `187 Market Street, Miami, USA, 90094`, - Salesperson: `Pamela Jefferson`, - OrderID: 1895, - OrderDate: `7/18/2022`, - ProductID: 138, - ProductName: `IPad`, - UnitPrice: 15270.6, - Quantity: 3, - ExtendedPrice: 45811.8, - Freight: 1920.6, - Discontinued: false, - Region: `West`, - Address: `187 Market Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 90094 - }), - new InvoicesDataItem( - { - ShipName: `Watson Market`, - ShipAddress: `142 Main Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 50160, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1488, - CustomerName: `Pamela Watson`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Watson`, - CustomerAddress: `142 Main Street, Los Angeles, USA, 50160`, - Salesperson: `Max Smith`, - OrderID: 1559, - OrderDate: `11/2/2022`, - ProductID: 129, - ProductName: `Samsung Note`, - UnitPrice: 19940.22, - Quantity: 5, - ExtendedPrice: 99701.1, - Freight: 540.22, - Discontinued: false, - Region: `West`, - Address: `142 Main Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 50160 - }), - new InvoicesDataItem( - { - ShipName: `Black Townhouse`, - ShipAddress: `190 Market Street`, - ShipCity: `Miami`, - ShipPostalCode: 60164, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Speedy Express`, - CustomerID: 1489, - CustomerName: `James Black`, - CustomerFirstName: `James`, - CustomerLastName: `Black`, - CustomerAddress: `190 Market Street, Miami, USA, 60164`, - Salesperson: `Nancy Jefferson`, - OrderID: 1144, - OrderDate: `5/7/2022`, - ProductID: 169, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 29010.82, - Quantity: 4, - ExtendedPrice: 116043.28, - Freight: 1870.82, - Discontinued: true, - Region: `North East`, - Address: `190 Market Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 60164 - }), - new InvoicesDataItem( - { - ShipName: `Madison Market`, - ShipAddress: `180 Main Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 70181, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1490, - CustomerName: `Ben Madison`, - CustomerFirstName: `Ben`, - CustomerLastName: `Madison`, - CustomerAddress: `180 Main Street, Philadelphia, USA, 70181`, - Salesperson: `Ben Black`, - OrderID: 1396, - OrderDate: `2/24/2022`, - ProductID: 137, - ProductName: `IPhone`, - UnitPrice: 15420.8, - Quantity: 4, - ExtendedPrice: 61683.2, - Freight: 1870.8, - Discontinued: false, - Region: `West`, - Address: `180 Main Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 70181 - }), - new InvoicesDataItem( - { - ShipName: `Watson Home`, - ShipAddress: `152 Market Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 60139, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Speedy Express`, - CustomerID: 1491, - CustomerName: `Anna Watson`, - CustomerFirstName: `Anna`, - CustomerLastName: `Watson`, - CustomerAddress: `152 Market Street, Philadelphia, USA, 60139`, - Salesperson: `Mike Madison`, - OrderID: 1733, - OrderDate: `9/23/2022`, - ProductID: 117, - ProductName: `Mac Book Pro`, - UnitPrice: 26430.79, - Quantity: 5, - ExtendedPrice: 132153.95, - Freight: 270.79, - Discontinued: false, - Region: `North East`, - Address: `152 Market Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 60139 - }), - new InvoicesDataItem( - { - ShipName: `Black Home`, - ShipAddress: `176 Main Street`, - ShipCity: `Miami`, - ShipPostalCode: 60072, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1492, - CustomerName: `Nancy Black`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Black`, - CustomerAddress: `176 Main Street, Miami, USA, 60072`, - Salesperson: `Mike Black`, - OrderID: 1473, - OrderDate: `6/23/2022`, - ProductID: 175, - ProductName: `Samsung Note`, - UnitPrice: 18440.43, - Quantity: 4, - ExtendedPrice: 73761.72, - Freight: 1770.43, - Discontinued: false, - Region: `West`, - Address: `176 Main Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 60072 - }), - new InvoicesDataItem( - { - ShipName: `Madison Home`, - ShipAddress: `120 Main Street`, - ShipCity: `Miami`, - ShipPostalCode: 80161, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1493, - CustomerName: `Martin Madison`, - CustomerFirstName: `Martin`, - CustomerLastName: `Madison`, - CustomerAddress: `120 Main Street, Miami, USA, 80161`, - Salesperson: `Ben Watson`, - OrderID: 1674, - OrderDate: `5/1/2022`, - ProductID: 175, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 23490.67, - Quantity: 3, - ExtendedPrice: 70472.01, - Freight: 820.67, - Discontinued: false, - Region: `West`, - Address: `120 Main Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 80161 - }), - new InvoicesDataItem( - { - ShipName: `Black Estate`, - ShipAddress: `127 Main Street`, - ShipCity: `Miami`, - ShipPostalCode: 90183, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1494, - CustomerName: `Ben Black`, - CustomerFirstName: `Ben`, - CustomerLastName: `Black`, - CustomerAddress: `127 Main Street, Miami, USA, 90183`, - Salesperson: `Pamela Smith`, - OrderID: 1279, - OrderDate: `2/9/2022`, - ProductID: 108, - ProductName: `Samsung Note`, - UnitPrice: 7560.83, - Quantity: 4, - ExtendedPrice: 30243.32, - Freight: 470.83, - Discontinued: false, - Region: `West`, - Address: `127 Main Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 90183 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Estate`, - ShipAddress: `129 Market Street`, - ShipCity: `New York`, - ShipPostalCode: 50067, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1495, - CustomerName: `Pamela Jackson`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Jackson`, - CustomerAddress: `129 Market Street, New York, USA, 50067`, - Salesperson: `Nancy Jackson`, - OrderID: 1502, - OrderDate: `9/25/2022`, - ProductID: 175, - ProductName: `Samsung Note`, - UnitPrice: 24020.51, - Quantity: 4, - ExtendedPrice: 96082.04, - Freight: 1320.51, - Discontinued: false, - Region: `South East`, - Address: `129 Market Street`, - City: `New York`, - Country: `USA`, - PostalCode: 50067 - }), - new InvoicesDataItem( - { - ShipName: `Madison Townhouse`, - ShipAddress: `118 Market Street`, - ShipCity: `New York`, - ShipPostalCode: 70088, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1496, - CustomerName: `Mike Madison`, - CustomerFirstName: `Mike`, - CustomerLastName: `Madison`, - CustomerAddress: `118 Market Street, New York, USA, 70088`, - Salesperson: `Anna Watson`, - OrderID: 1672, - OrderDate: `7/8/2022`, - ProductID: 178, - ProductName: `Mac Book Air`, - UnitPrice: 9150.21, - Quantity: 2, - ExtendedPrice: 18300.42, - Freight: 470.21, - Discontinued: false, - Region: `West`, - Address: `118 Market Street`, - City: `New York`, - Country: `USA`, - PostalCode: 70088 - }), - new InvoicesDataItem( - { - ShipName: `Watson Townhouse`, - ShipAddress: `146 Main Street`, - ShipCity: `Huston`, - ShipPostalCode: 60135, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Speedy Express`, - CustomerID: 1497, - CustomerName: `Mike Watson`, - CustomerFirstName: `Mike`, - CustomerLastName: `Watson`, - CustomerAddress: `146 Main Street, Huston, USA, 60135`, - Salesperson: `Anna Black`, - OrderID: 1449, - OrderDate: `4/4/2022`, - ProductID: 194, - ProductName: `IPhone`, - UnitPrice: 19390.48, - Quantity: 4, - ExtendedPrice: 77561.92, - Freight: 1350.48, - Discontinued: false, - Region: `North East`, - Address: `146 Main Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 60135 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Home`, - ShipAddress: `146 Market Street`, - ShipCity: `Huston`, - ShipPostalCode: 80195, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1498, - CustomerName: `Pamela Jefferson`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Jefferson`, - CustomerAddress: `146 Market Street, Huston, USA, 80195`, - Salesperson: `Ben Black`, - OrderID: 1100, - OrderDate: `7/1/2022`, - ProductID: 103, - ProductName: `IPhone`, - UnitPrice: 12430.89, - Quantity: 3, - ExtendedPrice: 37292.67, - Freight: 1060.89, - Discontinued: false, - Region: `North East`, - Address: `146 Market Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 80195 - }), + new InvoicesDataItem({ ShipName: `Jefferson Home`, ShipAddress: `124 Wall Street`, ShipCity: `Miami`, ShipPostalCode: 60098, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1000, CustomerName: `Martin Jefferson`, CustomerFirstName: `Martin`, CustomerLastName: `Jefferson`, CustomerAddress: `124 Wall Street, Miami, USA, 60098`, Salesperson: `Nancy Jefferson`, OrderID: 1931, OrderDate: `3/14/2022`, ProductID: 189, ProductName: `IPad`, UnitPrice: 16150.61, Quantity: 3, ExtendedPrice: 48451.83, Freight: 980.61, Discontinued: false, Region: `South East`, Address: `124 Wall Street`, City: `Miami`, Country: `USA`, PostalCode: 60098 }), + new InvoicesDataItem({ ShipName: `Black Home`, ShipAddress: `162 Main Street`, ShipCity: `Miami`, ShipPostalCode: 80193, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1001, CustomerName: `Anna Black`, CustomerFirstName: `Anna`, CustomerLastName: `Black`, CustomerAddress: `162 Main Street, Miami, USA, 80193`, Salesperson: `Anna Smith`, OrderID: 1163, OrderDate: `5/22/2022`, ProductID: 138, ProductName: `Mac Book Pro`, UnitPrice: 18520.59, Quantity: 4, ExtendedPrice: 74082.36, Freight: 850.59, Discontinued: false, Region: `West`, Address: `162 Main Street`, City: `Miami`, Country: `USA`, PostalCode: 80193 }), + new InvoicesDataItem({ ShipName: `Watson Townhouse`, ShipAddress: `164 Wall Street`, ShipCity: `Miami`, ShipPostalCode: 50111, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1002, CustomerName: `Max Watson`, CustomerFirstName: `Max`, CustomerLastName: `Watson`, CustomerAddress: `164 Wall Street, Miami, USA, 50111`, Salesperson: `Martin Watson`, OrderID: 1230, OrderDate: `2/9/2022`, ProductID: 118, ProductName: `Mac Book Air`, UnitPrice: 25310.39, Quantity: 3, ExtendedPrice: 75931.17, Freight: 210.39, Discontinued: false, Region: `West`, Address: `164 Wall Street`, City: `Miami`, Country: `USA`, PostalCode: 50111 }), + new InvoicesDataItem({ ShipName: `Madison Townhouse`, ShipAddress: `124 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 90123, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1003, CustomerName: `Max Madison`, CustomerFirstName: `Max`, CustomerLastName: `Madison`, CustomerAddress: `124 Market Street, Philadelphia, USA, 90123`, Salesperson: `Anna Black`, OrderID: 1176, OrderDate: `6/3/2022`, ProductID: 169, ProductName: `Samsung Galaxy 22`, UnitPrice: 29890.86, Quantity: 4, ExtendedPrice: 119563.44, Freight: 800.86, Discontinued: false, Region: `South East`, Address: `124 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 90123 }), + new InvoicesDataItem({ ShipName: `Jackson Townhouse`, ShipAddress: `181 Market Street`, ShipCity: `Miami`, ShipPostalCode: 90095, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1004, CustomerName: `Pamela Jackson`, CustomerFirstName: `Pamela`, CustomerLastName: `Jackson`, CustomerAddress: `181 Market Street, Miami, USA, 90095`, Salesperson: `Max Black`, OrderID: 1382, OrderDate: `1/10/2022`, ProductID: 185, ProductName: `Samsung Note`, UnitPrice: 7810.61, Quantity: 2, ExtendedPrice: 15621.22, Freight: 1790.61, Discontinued: false, Region: `West`, Address: `181 Market Street`, City: `Miami`, Country: `USA`, PostalCode: 90095 }), + new InvoicesDataItem({ ShipName: `Jefferson Home`, ShipAddress: `188 Wall Street`, ShipCity: `Los Angeles`, ShipPostalCode: 50149, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1005, CustomerName: `Mike Jefferson`, CustomerFirstName: `Mike`, CustomerLastName: `Jefferson`, CustomerAddress: `188 Wall Street, Los Angeles, USA, 50149`, Salesperson: `Martin Jefferson`, OrderID: 1864, OrderDate: `8/18/2022`, ProductID: 168, ProductName: `Samsung Galaxy 22`, UnitPrice: 9370.76, Quantity: 4, ExtendedPrice: 37483.04, Freight: 970.76, Discontinued: false, Region: `North East`, Address: `188 Wall Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 50149 }), + new InvoicesDataItem({ ShipName: `Smith Home`, ShipAddress: `174 Market Street`, ShipCity: `Huston`, ShipPostalCode: 90112, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1006, CustomerName: `Martin Smith`, CustomerFirstName: `Martin`, CustomerLastName: `Smith`, CustomerAddress: `174 Market Street, Huston, USA, 90112`, Salesperson: `Nancy Smith`, OrderID: 1502, OrderDate: `6/13/2022`, ProductID: 199, ProductName: `IPhone`, UnitPrice: 20830.47, Quantity: 2, ExtendedPrice: 41660.94, Freight: 1530.47, Discontinued: false, Region: `West`, Address: `174 Market Street`, City: `Huston`, Country: `USA`, PostalCode: 90112 }), + new InvoicesDataItem({ ShipName: `Jefferson Townhouse`, ShipAddress: `134 Market Street`, ShipCity: `Miami`, ShipPostalCode: 50083, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1007, CustomerName: `Nancy Jefferson`, CustomerFirstName: `Nancy`, CustomerLastName: `Jefferson`, CustomerAddress: `134 Market Street, Miami, USA, 50083`, Salesperson: `Mike Jefferson`, OrderID: 1305, OrderDate: `10/21/2022`, ProductID: 185, ProductName: `Mac Book Air`, UnitPrice: 7320.44, Quantity: 2, ExtendedPrice: 14640.88, Freight: 630.44, Discontinued: false, Region: `West`, Address: `134 Market Street`, City: `Miami`, Country: `USA`, PostalCode: 50083 }), + new InvoicesDataItem({ ShipName: `Jefferson Estate`, ShipAddress: `177 Main Street`, ShipCity: `New York`, ShipPostalCode: 70185, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1008, CustomerName: `Nancy Jefferson`, CustomerFirstName: `Nancy`, CustomerLastName: `Jefferson`, CustomerAddress: `177 Main Street, New York, USA, 70185`, Salesperson: `Pamela Watson`, OrderID: 1725, OrderDate: `5/7/2022`, ProductID: 133, ProductName: `Mac Book Air`, UnitPrice: 11240.72, Quantity: 3, ExtendedPrice: 33722.16, Freight: 420.72, Discontinued: false, Region: `South East`, Address: `177 Main Street`, City: `New York`, Country: `USA`, PostalCode: 70185 }), + new InvoicesDataItem({ ShipName: `Jefferson Estate`, ShipAddress: `169 Main Street`, ShipCity: `Miami`, ShipPostalCode: 90183, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1009, CustomerName: `Mike Jefferson`, CustomerFirstName: `Mike`, CustomerLastName: `Jefferson`, CustomerAddress: `169 Main Street, Miami, USA, 90183`, Salesperson: `Anna Watson`, OrderID: 1977, OrderDate: `10/14/2022`, ProductID: 178, ProductName: `IPhone`, UnitPrice: 6460.55, Quantity: 3, ExtendedPrice: 19381.65, Freight: 370.55, Discontinued: true, Region: `South East`, Address: `169 Main Street`, City: `Miami`, Country: `USA`, PostalCode: 90183 }), + new InvoicesDataItem({ ShipName: `Jackson Estate`, ShipAddress: `151 Market Street`, ShipCity: `New York`, ShipPostalCode: 80160, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1010, CustomerName: `James Jackson`, CustomerFirstName: `James`, CustomerLastName: `Jackson`, CustomerAddress: `151 Market Street, New York, USA, 80160`, Salesperson: `Nancy Black`, OrderID: 1666, OrderDate: `12/6/2022`, ProductID: 140, ProductName: `Mac Book Pro`, UnitPrice: 7940.82, Quantity: 2, ExtendedPrice: 15881.64, Freight: 1670.82, Discontinued: false, Region: `South East`, Address: `151 Market Street`, City: `New York`, Country: `USA`, PostalCode: 80160 }), + new InvoicesDataItem({ ShipName: `Jefferson Market`, ShipAddress: `147 Main Street`, ShipCity: `Miami`, ShipPostalCode: 80183, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1011, CustomerName: `James Jefferson`, CustomerFirstName: `James`, CustomerLastName: `Jefferson`, CustomerAddress: `147 Main Street, Miami, USA, 80183`, Salesperson: `Mike Madison`, OrderID: 1059, OrderDate: `5/14/2022`, ProductID: 174, ProductName: `Samsung Note`, UnitPrice: 14650.56, Quantity: 2, ExtendedPrice: 29301.12, Freight: 1770.56, Discontinued: false, Region: `West`, Address: `147 Main Street`, City: `Miami`, Country: `USA`, PostalCode: 80183 }), + new InvoicesDataItem({ ShipName: `Watson Estate`, ShipAddress: `134 Main Street`, ShipCity: `New York`, ShipPostalCode: 80066, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1012, CustomerName: `Mike Watson`, CustomerFirstName: `Mike`, CustomerLastName: `Watson`, CustomerAddress: `134 Main Street, New York, USA, 80066`, Salesperson: `Mike Black`, OrderID: 1851, OrderDate: `7/24/2022`, ProductID: 175, ProductName: `IPhone`, UnitPrice: 7870.39, Quantity: 2, ExtendedPrice: 15740.78, Freight: 360.39, Discontinued: false, Region: `West`, Address: `134 Main Street`, City: `New York`, Country: `USA`, PostalCode: 80066 }), + new InvoicesDataItem({ ShipName: `Madison Estate`, ShipAddress: `159 Market Street`, ShipCity: `Los Angeles`, ShipPostalCode: 80096, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1013, CustomerName: `Ben Madison`, CustomerFirstName: `Ben`, CustomerLastName: `Madison`, CustomerAddress: `159 Market Street, Los Angeles, USA, 80096`, Salesperson: `Anna Madison`, OrderID: 1451, OrderDate: `10/4/2022`, ProductID: 188, ProductName: `Mac Book Pro`, UnitPrice: 13920.38, Quantity: 4, ExtendedPrice: 55681.52, Freight: 1140.38, Discontinued: false, Region: `North East`, Address: `159 Market Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 80096 }), + new InvoicesDataItem({ ShipName: `Madison Estate`, ShipAddress: `187 Wall Street`, ShipCity: `Miami`, ShipPostalCode: 60144, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1014, CustomerName: `Martin Madison`, CustomerFirstName: `Martin`, CustomerLastName: `Madison`, CustomerAddress: `187 Wall Street, Miami, USA, 60144`, Salesperson: `Ben Jefferson`, OrderID: 1331, OrderDate: `4/4/2022`, ProductID: 119, ProductName: `IPhone`, UnitPrice: 6940.73, Quantity: 5, ExtendedPrice: 34703.65, Freight: 640.73, Discontinued: false, Region: `West`, Address: `187 Wall Street`, City: `Miami`, Country: `USA`, PostalCode: 60144 }), + new InvoicesDataItem({ ShipName: `Jackson Townhouse`, ShipAddress: `158 Wall Street`, ShipCity: `Huston`, ShipPostalCode: 60063, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1015, CustomerName: `Ben Jackson`, CustomerFirstName: `Ben`, CustomerLastName: `Jackson`, CustomerAddress: `158 Wall Street, Huston, USA, 60063`, Salesperson: `Martin Jefferson`, OrderID: 1609, OrderDate: `9/6/2022`, ProductID: 171, ProductName: `IPhone`, UnitPrice: 29080.28, Quantity: 2, ExtendedPrice: 58160.56, Freight: 1810.28, Discontinued: false, Region: `South East`, Address: `158 Wall Street`, City: `Huston`, Country: `USA`, PostalCode: 60063 }), + new InvoicesDataItem({ ShipName: `Black Market`, ShipAddress: `168 Main Street`, ShipCity: `Huston`, ShipPostalCode: 60184, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1016, CustomerName: `James Black`, CustomerFirstName: `James`, CustomerLastName: `Black`, CustomerAddress: `168 Main Street, Huston, USA, 60184`, Salesperson: `Martin Watson`, OrderID: 1772, OrderDate: `3/20/2022`, ProductID: 152, ProductName: `Mac Book Air`, UnitPrice: 28350.9, Quantity: 5, ExtendedPrice: 141754.5, Freight: 1290.9, Discontinued: false, Region: `South East`, Address: `168 Main Street`, City: `Huston`, Country: `USA`, PostalCode: 60184 }), + new InvoicesDataItem({ ShipName: `Black Market`, ShipAddress: `116 Main Street`, ShipCity: `Miami`, ShipPostalCode: 60129, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1017, CustomerName: `Nancy Black`, CustomerFirstName: `Nancy`, CustomerLastName: `Black`, CustomerAddress: `116 Main Street, Miami, USA, 60129`, Salesperson: `Nancy Smith`, OrderID: 1792, OrderDate: `9/1/2022`, ProductID: 182, ProductName: `Samsung Note`, UnitPrice: 13730.78, Quantity: 4, ExtendedPrice: 54923.12, Freight: 740.78, Discontinued: false, Region: `North East`, Address: `116 Main Street`, City: `Miami`, Country: `USA`, PostalCode: 60129 }), + new InvoicesDataItem({ ShipName: `Madison Market`, ShipAddress: `116 Market Street`, ShipCity: `Los Angeles`, ShipPostalCode: 80090, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1018, CustomerName: `Martin Madison`, CustomerFirstName: `Martin`, CustomerLastName: `Madison`, CustomerAddress: `116 Market Street, Los Angeles, USA, 80090`, Salesperson: `Anna Madison`, OrderID: 1285, OrderDate: `10/21/2022`, ProductID: 157, ProductName: `Mac Book Pro`, UnitPrice: 8120.36, Quantity: 3, ExtendedPrice: 24361.08, Freight: 410.36, Discontinued: false, Region: `West`, Address: `116 Market Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 80090 }), + new InvoicesDataItem({ ShipName: `Jefferson Townhouse`, ShipAddress: `135 Wall Street`, ShipCity: `Philadelphia`, ShipPostalCode: 90101, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1019, CustomerName: `Max Jefferson`, CustomerFirstName: `Max`, CustomerLastName: `Jefferson`, CustomerAddress: `135 Wall Street, Philadelphia, USA, 90101`, Salesperson: `Mike Madison`, OrderID: 1205, OrderDate: `12/22/2022`, ProductID: 153, ProductName: `Mac Book Pro`, UnitPrice: 11830.22, Quantity: 2, ExtendedPrice: 23660.44, Freight: 330.22, Discontinued: true, Region: `North East`, Address: `135 Wall Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 90101 }), + new InvoicesDataItem({ ShipName: `Smith Home`, ShipAddress: `164 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 70056, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1020, CustomerName: `James Smith`, CustomerFirstName: `James`, CustomerLastName: `Smith`, CustomerAddress: `164 Market Street, Philadelphia, USA, 70056`, Salesperson: `Ben Watson`, OrderID: 1759, OrderDate: `8/3/2022`, ProductID: 129, ProductName: `Mac Book Pro`, UnitPrice: 15140.82, Quantity: 4, ExtendedPrice: 60563.28, Freight: 1400.82, Discontinued: false, Region: `South East`, Address: `164 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 70056 }), + new InvoicesDataItem({ ShipName: `Madison Estate`, ShipAddress: `196 Wall Street`, ShipCity: `Miami`, ShipPostalCode: 90169, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1021, CustomerName: `Max Madison`, CustomerFirstName: `Max`, CustomerLastName: `Madison`, CustomerAddress: `196 Wall Street, Miami, USA, 90169`, Salesperson: `Mike Smith`, OrderID: 1879, OrderDate: `8/17/2022`, ProductID: 127, ProductName: `Mac Book Air`, UnitPrice: 26710.41, Quantity: 5, ExtendedPrice: 133552.05, Freight: 1810.41, Discontinued: false, Region: `West`, Address: `196 Wall Street`, City: `Miami`, Country: `USA`, PostalCode: 90169 }), + new InvoicesDataItem({ ShipName: `Black Market`, ShipAddress: `175 Wall Street`, ShipCity: `Philadelphia`, ShipPostalCode: 50142, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1022, CustomerName: `Nancy Black`, CustomerFirstName: `Nancy`, CustomerLastName: `Black`, CustomerAddress: `175 Wall Street, Philadelphia, USA, 50142`, Salesperson: `Anna Jefferson`, OrderID: 1917, OrderDate: `3/6/2022`, ProductID: 114, ProductName: `IPad`, UnitPrice: 9640.51, Quantity: 3, ExtendedPrice: 28921.53, Freight: 840.51, Discontinued: false, Region: `North East`, Address: `175 Wall Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 50142 }), + new InvoicesDataItem({ ShipName: `Black Home`, ShipAddress: `122 Main Street`, ShipCity: `Los Angeles`, ShipPostalCode: 60097, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1023, CustomerName: `Pamela Black`, CustomerFirstName: `Pamela`, CustomerLastName: `Black`, CustomerAddress: `122 Main Street, Los Angeles, USA, 60097`, Salesperson: `James Black`, OrderID: 1176, OrderDate: `8/4/2022`, ProductID: 197, ProductName: `IPad`, UnitPrice: 14500.56, Quantity: 4, ExtendedPrice: 58002.24, Freight: 530.56, Discontinued: false, Region: `West`, Address: `122 Main Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 60097 }), + new InvoicesDataItem({ ShipName: `Smith Home`, ShipAddress: `139 Main Street`, ShipCity: `Miami`, ShipPostalCode: 60175, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1024, CustomerName: `James Smith`, CustomerFirstName: `James`, CustomerLastName: `Smith`, CustomerAddress: `139 Main Street, Miami, USA, 60175`, Salesperson: `Mike Jefferson`, OrderID: 1317, OrderDate: `5/21/2022`, ProductID: 115, ProductName: `Mac Book Air`, UnitPrice: 17200.82, Quantity: 2, ExtendedPrice: 34401.64, Freight: 1610.82, Discontinued: false, Region: `West`, Address: `139 Main Street`, City: `Miami`, Country: `USA`, PostalCode: 60175 }), + new InvoicesDataItem({ ShipName: `Watson Townhouse`, ShipAddress: `155 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 60124, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1025, CustomerName: `James Watson`, CustomerFirstName: `James`, CustomerLastName: `Watson`, CustomerAddress: `155 Market Street, Philadelphia, USA, 60124`, Salesperson: `Max Smith`, OrderID: 1721, OrderDate: `6/15/2022`, ProductID: 197, ProductName: `Samsung Note`, UnitPrice: 9810.3, Quantity: 2, ExtendedPrice: 19620.6, Freight: 1990.3, Discontinued: false, Region: `South East`, Address: `155 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 60124 }), + new InvoicesDataItem({ ShipName: `Jackson Townhouse`, ShipAddress: `136 Main Street`, ShipCity: `Philadelphia`, ShipPostalCode: 80120, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1026, CustomerName: `Ben Jackson`, CustomerFirstName: `Ben`, CustomerLastName: `Jackson`, CustomerAddress: `136 Main Street, Philadelphia, USA, 80120`, Salesperson: `Max Smith`, OrderID: 1266, OrderDate: `12/13/2022`, ProductID: 198, ProductName: `Mac Book Pro`, UnitPrice: 25410.64, Quantity: 2, ExtendedPrice: 50821.28, Freight: 1860.64, Discontinued: false, Region: `West`, Address: `136 Main Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 80120 }), + new InvoicesDataItem({ ShipName: `Jackson Estate`, ShipAddress: `114 Main Street`, ShipCity: `New York`, ShipPostalCode: 60186, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1027, CustomerName: `Max Jackson`, CustomerFirstName: `Max`, CustomerLastName: `Jackson`, CustomerAddress: `114 Main Street, New York, USA, 60186`, Salesperson: `Mike Jefferson`, OrderID: 1636, OrderDate: `7/7/2022`, ProductID: 174, ProductName: `Mac Book Pro`, UnitPrice: 13740.7, Quantity: 4, ExtendedPrice: 54962.8, Freight: 1960.7, Discontinued: false, Region: `West`, Address: `114 Main Street`, City: `New York`, Country: `USA`, PostalCode: 60186 }), + new InvoicesDataItem({ ShipName: `Jefferson Home`, ShipAddress: `167 Market Street`, ShipCity: `Huston`, ShipPostalCode: 70193, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1028, CustomerName: `Nancy Jefferson`, CustomerFirstName: `Nancy`, CustomerLastName: `Jefferson`, CustomerAddress: `167 Market Street, Huston, USA, 70193`, Salesperson: `Ben Jefferson`, OrderID: 1689, OrderDate: `1/2/2022`, ProductID: 192, ProductName: `IPad`, UnitPrice: 8760.83, Quantity: 3, ExtendedPrice: 26282.49, Freight: 490.83, Discontinued: false, Region: `South East`, Address: `167 Market Street`, City: `Huston`, Country: `USA`, PostalCode: 70193 }), + new InvoicesDataItem({ ShipName: `Madison Home`, ShipAddress: `139 Wall Street`, ShipCity: `New York`, ShipPostalCode: 80080, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1029, CustomerName: `Anna Madison`, CustomerFirstName: `Anna`, CustomerLastName: `Madison`, CustomerAddress: `139 Wall Street, New York, USA, 80080`, Salesperson: `Anna Black`, OrderID: 1610, OrderDate: `3/17/2022`, ProductID: 105, ProductName: `Mac Book Pro`, UnitPrice: 19860.82, Quantity: 3, ExtendedPrice: 59582.46, Freight: 1990.82, Discontinued: true, Region: `West`, Address: `139 Wall Street`, City: `New York`, Country: `USA`, PostalCode: 80080 }), + new InvoicesDataItem({ ShipName: `Madison Home`, ShipAddress: `173 Market Street`, ShipCity: `New York`, ShipPostalCode: 70054, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1030, CustomerName: `Ben Madison`, CustomerFirstName: `Ben`, CustomerLastName: `Madison`, CustomerAddress: `173 Market Street, New York, USA, 70054`, Salesperson: `Ben Jackson`, OrderID: 1404, OrderDate: `12/8/2022`, ProductID: 171, ProductName: `IPhone`, UnitPrice: 12430.21, Quantity: 3, ExtendedPrice: 37290.63, Freight: 880.21, Discontinued: false, Region: `West`, Address: `173 Market Street`, City: `New York`, Country: `USA`, PostalCode: 70054 }), + new InvoicesDataItem({ ShipName: `Jefferson Market`, ShipAddress: `187 Wall Street`, ShipCity: `New York`, ShipPostalCode: 60100, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1031, CustomerName: `Mike Jefferson`, CustomerFirstName: `Mike`, CustomerLastName: `Jefferson`, CustomerAddress: `187 Wall Street, New York, USA, 60100`, Salesperson: `Nancy Smith`, OrderID: 1480, OrderDate: `2/8/2022`, ProductID: 181, ProductName: `IPad`, UnitPrice: 26730.66, Quantity: 2, ExtendedPrice: 53461.32, Freight: 510.66, Discontinued: false, Region: `South East`, Address: `187 Wall Street`, City: `New York`, Country: `USA`, PostalCode: 60100 }), + new InvoicesDataItem({ ShipName: `Madison Home`, ShipAddress: `149 Main Street`, ShipCity: `Los Angeles`, ShipPostalCode: 90150, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1032, CustomerName: `Mike Madison`, CustomerFirstName: `Mike`, CustomerLastName: `Madison`, CustomerAddress: `149 Main Street, Los Angeles, USA, 90150`, Salesperson: `Max Jefferson`, OrderID: 1886, OrderDate: `12/2/2022`, ProductID: 132, ProductName: `IPhone`, UnitPrice: 13760.64, Quantity: 3, ExtendedPrice: 41281.92, Freight: 1110.64, Discontinued: false, Region: `West`, Address: `149 Main Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 90150 }), + new InvoicesDataItem({ ShipName: `Smith Market`, ShipAddress: `124 Market Street`, ShipCity: `Huston`, ShipPostalCode: 80175, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1033, CustomerName: `Martin Smith`, CustomerFirstName: `Martin`, CustomerLastName: `Smith`, CustomerAddress: `124 Market Street, Huston, USA, 80175`, Salesperson: `Nancy Smith`, OrderID: 1625, OrderDate: `11/9/2022`, ProductID: 100, ProductName: `IPad`, UnitPrice: 11590.58, Quantity: 3, ExtendedPrice: 34771.74, Freight: 1080.58, Discontinued: false, Region: `South East`, Address: `124 Market Street`, City: `Huston`, Country: `USA`, PostalCode: 80175 }), + new InvoicesDataItem({ ShipName: `Watson Townhouse`, ShipAddress: `193 Wall Street`, ShipCity: `Philadelphia`, ShipPostalCode: 60165, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1034, CustomerName: `Max Watson`, CustomerFirstName: `Max`, CustomerLastName: `Watson`, CustomerAddress: `193 Wall Street, Philadelphia, USA, 60165`, Salesperson: `Martin Jackson`, OrderID: 1669, OrderDate: `7/3/2022`, ProductID: 157, ProductName: `Samsung Galaxy 22`, UnitPrice: 19220.31, Quantity: 2, ExtendedPrice: 38440.62, Freight: 1130.31, Discontinued: false, Region: `South East`, Address: `193 Wall Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 60165 }), + new InvoicesDataItem({ ShipName: `Jackson Estate`, ShipAddress: `200 Wall Street`, ShipCity: `Philadelphia`, ShipPostalCode: 80146, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1035, CustomerName: `Max Jackson`, CustomerFirstName: `Max`, CustomerLastName: `Jackson`, CustomerAddress: `200 Wall Street, Philadelphia, USA, 80146`, Salesperson: `Pamela Jefferson`, OrderID: 1654, OrderDate: `1/7/2022`, ProductID: 155, ProductName: `IPhone`, UnitPrice: 7040.83, Quantity: 2, ExtendedPrice: 14081.66, Freight: 1420.83, Discontinued: false, Region: `North East`, Address: `200 Wall Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 80146 }), + new InvoicesDataItem({ ShipName: `Smith Estate`, ShipAddress: `122 Market Street`, ShipCity: `Los Angeles`, ShipPostalCode: 80150, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1036, CustomerName: `Nancy Smith`, CustomerFirstName: `Nancy`, CustomerLastName: `Smith`, CustomerAddress: `122 Market Street, Los Angeles, USA, 80150`, Salesperson: `Martin Jackson`, OrderID: 1678, OrderDate: `12/14/2022`, ProductID: 120, ProductName: `Mac Book Air`, UnitPrice: 6530.89, Quantity: 3, ExtendedPrice: 19592.67, Freight: 250.89, Discontinued: false, Region: `North East`, Address: `122 Market Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 80150 }), + new InvoicesDataItem({ ShipName: `Jackson Market`, ShipAddress: `128 Main Street`, ShipCity: `Los Angeles`, ShipPostalCode: 50068, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1037, CustomerName: `Max Jackson`, CustomerFirstName: `Max`, CustomerLastName: `Jackson`, CustomerAddress: `128 Main Street, Los Angeles, USA, 50068`, Salesperson: `Ben Watson`, OrderID: 1301, OrderDate: `1/25/2022`, ProductID: 166, ProductName: `IPad`, UnitPrice: 11420.23, Quantity: 2, ExtendedPrice: 22840.46, Freight: 950.23, Discontinued: false, Region: `South East`, Address: `128 Main Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 50068 }), + new InvoicesDataItem({ ShipName: `Smith Home`, ShipAddress: `119 Market Street`, ShipCity: `Los Angeles`, ShipPostalCode: 60180, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1038, CustomerName: `Pamela Smith`, CustomerFirstName: `Pamela`, CustomerLastName: `Smith`, CustomerAddress: `119 Market Street, Los Angeles, USA, 60180`, Salesperson: `Pamela Madison`, OrderID: 1385, OrderDate: `6/24/2022`, ProductID: 132, ProductName: `Mac Book Air`, UnitPrice: 29810.6, Quantity: 4, ExtendedPrice: 119242.4, Freight: 220.6, Discontinued: false, Region: `West`, Address: `119 Market Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 60180 }), + new InvoicesDataItem({ ShipName: `Jefferson Market`, ShipAddress: `115 Market Street`, ShipCity: `Los Angeles`, ShipPostalCode: 90168, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1039, CustomerName: `James Jefferson`, CustomerFirstName: `James`, CustomerLastName: `Jefferson`, CustomerAddress: `115 Market Street, Los Angeles, USA, 90168`, Salesperson: `Martin Smith`, OrderID: 1308, OrderDate: `8/13/2022`, ProductID: 109, ProductName: `Samsung Galaxy 22`, UnitPrice: 20770.59, Quantity: 5, ExtendedPrice: 103852.95, Freight: 1690.59, Discontinued: true, Region: `North East`, Address: `115 Market Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 90168 }), + new InvoicesDataItem({ ShipName: `Watson Estate`, ShipAddress: `128 Market Street`, ShipCity: `Los Angeles`, ShipPostalCode: 50118, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1040, CustomerName: `Anna Watson`, CustomerFirstName: `Anna`, CustomerLastName: `Watson`, CustomerAddress: `128 Market Street, Los Angeles, USA, 50118`, Salesperson: `Pamela Black`, OrderID: 1519, OrderDate: `10/4/2022`, ProductID: 139, ProductName: `Mac Book Air`, UnitPrice: 14860.44, Quantity: 2, ExtendedPrice: 29720.88, Freight: 1670.44, Discontinued: false, Region: `South East`, Address: `128 Market Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 50118 }), + new InvoicesDataItem({ ShipName: `Smith Townhouse`, ShipAddress: `108 Market Street`, ShipCity: `Los Angeles`, ShipPostalCode: 90129, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1041, CustomerName: `Martin Smith`, CustomerFirstName: `Martin`, CustomerLastName: `Smith`, CustomerAddress: `108 Market Street, Los Angeles, USA, 90129`, Salesperson: `Nancy Black`, OrderID: 1118, OrderDate: `2/7/2022`, ProductID: 126, ProductName: `Mac Book Air`, UnitPrice: 28690.85, Quantity: 4, ExtendedPrice: 114763.4, Freight: 500.85, Discontinued: false, Region: `West`, Address: `108 Market Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 90129 }), + new InvoicesDataItem({ ShipName: `Smith Market`, ShipAddress: `180 Main Street`, ShipCity: `Los Angeles`, ShipPostalCode: 50101, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1042, CustomerName: `Anna Smith`, CustomerFirstName: `Anna`, CustomerLastName: `Smith`, CustomerAddress: `180 Main Street, Los Angeles, USA, 50101`, Salesperson: `Martin Jefferson`, OrderID: 1541, OrderDate: `5/3/2022`, ProductID: 179, ProductName: `Mac Book Pro`, UnitPrice: 22630.28, Quantity: 3, ExtendedPrice: 67890.84, Freight: 1200.28, Discontinued: false, Region: `North East`, Address: `180 Main Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 50101 }), + new InvoicesDataItem({ ShipName: `Black Townhouse`, ShipAddress: `177 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 90107, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1043, CustomerName: `Max Black`, CustomerFirstName: `Max`, CustomerLastName: `Black`, CustomerAddress: `177 Market Street, Philadelphia, USA, 90107`, Salesperson: `Martin Jefferson`, OrderID: 1747, OrderDate: `5/11/2022`, ProductID: 133, ProductName: `Mac Book Pro`, UnitPrice: 6930.51, Quantity: 3, ExtendedPrice: 20791.53, Freight: 1660.51, Discontinued: false, Region: `South East`, Address: `177 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 90107 }), + new InvoicesDataItem({ ShipName: `Jefferson Estate`, ShipAddress: `134 Market Street`, ShipCity: `Miami`, ShipPostalCode: 70172, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1044, CustomerName: `Anna Jefferson`, CustomerFirstName: `Anna`, CustomerLastName: `Jefferson`, CustomerAddress: `134 Market Street, Miami, USA, 70172`, Salesperson: `Mike Smith`, OrderID: 1343, OrderDate: `10/11/2022`, ProductID: 190, ProductName: `Samsung Note`, UnitPrice: 26770.78, Quantity: 4, ExtendedPrice: 107083.12, Freight: 960.78, Discontinued: false, Region: `North East`, Address: `134 Market Street`, City: `Miami`, Country: `USA`, PostalCode: 70172 }), + new InvoicesDataItem({ ShipName: `Watson Estate`, ShipAddress: `117 Wall Street`, ShipCity: `Los Angeles`, ShipPostalCode: 90124, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1045, CustomerName: `James Watson`, CustomerFirstName: `James`, CustomerLastName: `Watson`, CustomerAddress: `117 Wall Street, Los Angeles, USA, 90124`, Salesperson: `Mike Watson`, OrderID: 1152, OrderDate: `2/25/2022`, ProductID: 101, ProductName: `Mac Book Pro`, UnitPrice: 8790.3, Quantity: 5, ExtendedPrice: 43951.5, Freight: 220.3, Discontinued: false, Region: `South East`, Address: `117 Wall Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 90124 }), + new InvoicesDataItem({ ShipName: `Black Market`, ShipAddress: `156 Wall Street`, ShipCity: `Philadelphia`, ShipPostalCode: 60181, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1046, CustomerName: `James Black`, CustomerFirstName: `James`, CustomerLastName: `Black`, CustomerAddress: `156 Wall Street, Philadelphia, USA, 60181`, Salesperson: `Anna Smith`, OrderID: 1823, OrderDate: `10/12/2022`, ProductID: 178, ProductName: `Samsung Note`, UnitPrice: 9750.55, Quantity: 3, ExtendedPrice: 29251.65, Freight: 1940.55, Discontinued: false, Region: `North East`, Address: `156 Wall Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 60181 }), + new InvoicesDataItem({ ShipName: `Madison Market`, ShipAddress: `122 Main Street`, ShipCity: `New York`, ShipPostalCode: 90182, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1047, CustomerName: `Ben Madison`, CustomerFirstName: `Ben`, CustomerLastName: `Madison`, CustomerAddress: `122 Main Street, New York, USA, 90182`, Salesperson: `Mike Black`, OrderID: 1548, OrderDate: `5/1/2022`, ProductID: 181, ProductName: `Mac Book Air`, UnitPrice: 11590.37, Quantity: 4, ExtendedPrice: 46361.48, Freight: 900.37, Discontinued: false, Region: `West`, Address: `122 Main Street`, City: `New York`, Country: `USA`, PostalCode: 90182 }), + new InvoicesDataItem({ ShipName: `Black Townhouse`, ShipAddress: `112 Market Street`, ShipCity: `Los Angeles`, ShipPostalCode: 60175, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1048, CustomerName: `Pamela Black`, CustomerFirstName: `Pamela`, CustomerLastName: `Black`, CustomerAddress: `112 Market Street, Los Angeles, USA, 60175`, Salesperson: `Mike Madison`, OrderID: 1581, OrderDate: `5/21/2022`, ProductID: 134, ProductName: `Mac Book Air`, UnitPrice: 8800.32, Quantity: 2, ExtendedPrice: 17600.64, Freight: 1820.32, Discontinued: false, Region: `South East`, Address: `112 Market Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 60175 }), + new InvoicesDataItem({ ShipName: `Black Estate`, ShipAddress: `153 Market Street`, ShipCity: `Los Angeles`, ShipPostalCode: 90170, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1049, CustomerName: `Pamela Black`, CustomerFirstName: `Pamela`, CustomerLastName: `Black`, CustomerAddress: `153 Market Street, Los Angeles, USA, 90170`, Salesperson: `Pamela Watson`, OrderID: 1145, OrderDate: `11/13/2022`, ProductID: 151, ProductName: `Mac Book Air`, UnitPrice: 25830.42, Quantity: 3, ExtendedPrice: 77491.26, Freight: 270.42, Discontinued: true, Region: `North East`, Address: `153 Market Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 90170 }), + new InvoicesDataItem({ ShipName: `Black Estate`, ShipAddress: `159 Market Street`, ShipCity: `Huston`, ShipPostalCode: 80198, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1050, CustomerName: `Anna Black`, CustomerFirstName: `Anna`, CustomerLastName: `Black`, CustomerAddress: `159 Market Street, Huston, USA, 80198`, Salesperson: `Pamela Jefferson`, OrderID: 1455, OrderDate: `12/16/2022`, ProductID: 115, ProductName: `Samsung Galaxy 22`, UnitPrice: 28510.28, Quantity: 2, ExtendedPrice: 57020.56, Freight: 1450.28, Discontinued: false, Region: `West`, Address: `159 Market Street`, City: `Huston`, Country: `USA`, PostalCode: 80198 }), + new InvoicesDataItem({ ShipName: `Jefferson Market`, ShipAddress: `125 Market Street`, ShipCity: `Miami`, ShipPostalCode: 70160, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1051, CustomerName: `Nancy Jefferson`, CustomerFirstName: `Nancy`, CustomerLastName: `Jefferson`, CustomerAddress: `125 Market Street, Miami, USA, 70160`, Salesperson: `Anna Jefferson`, OrderID: 1787, OrderDate: `1/3/2022`, ProductID: 171, ProductName: `Mac Book Air`, UnitPrice: 18830.35, Quantity: 3, ExtendedPrice: 56491.05, Freight: 1770.35, Discontinued: false, Region: `South East`, Address: `125 Market Street`, City: `Miami`, Country: `USA`, PostalCode: 70160 }), + new InvoicesDataItem({ ShipName: `Jefferson Home`, ShipAddress: `114 Wall Street`, ShipCity: `Los Angeles`, ShipPostalCode: 70083, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1052, CustomerName: `Nancy Jefferson`, CustomerFirstName: `Nancy`, CustomerLastName: `Jefferson`, CustomerAddress: `114 Wall Street, Los Angeles, USA, 70083`, Salesperson: `Anna Madison`, OrderID: 1591, OrderDate: `4/6/2022`, ProductID: 141, ProductName: `Mac Book Air`, UnitPrice: 18840.75, Quantity: 2, ExtendedPrice: 37681.5, Freight: 710.75, Discontinued: false, Region: `West`, Address: `114 Wall Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 70083 }), + new InvoicesDataItem({ ShipName: `Jefferson Townhouse`, ShipAddress: `193 Main Street`, ShipCity: `Los Angeles`, ShipPostalCode: 70170, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1053, CustomerName: `James Jefferson`, CustomerFirstName: `James`, CustomerLastName: `Jefferson`, CustomerAddress: `193 Main Street, Los Angeles, USA, 70170`, Salesperson: `Anna Jackson`, OrderID: 1020, OrderDate: `7/20/2022`, ProductID: 177, ProductName: `IPad`, UnitPrice: 15250.55, Quantity: 3, ExtendedPrice: 45751.65, Freight: 980.55, Discontinued: false, Region: `West`, Address: `193 Main Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 70170 }), + new InvoicesDataItem({ ShipName: `Smith Home`, ShipAddress: `156 Main Street`, ShipCity: `Huston`, ShipPostalCode: 50127, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1054, CustomerName: `Ben Smith`, CustomerFirstName: `Ben`, CustomerLastName: `Smith`, CustomerAddress: `156 Main Street, Huston, USA, 50127`, Salesperson: `James Black`, OrderID: 1770, OrderDate: `3/24/2022`, ProductID: 141, ProductName: `Samsung Galaxy 22`, UnitPrice: 14910.59, Quantity: 5, ExtendedPrice: 74552.95, Freight: 1330.59, Discontinued: false, Region: `South East`, Address: `156 Main Street`, City: `Huston`, Country: `USA`, PostalCode: 50127 }), + new InvoicesDataItem({ ShipName: `Jackson Market`, ShipAddress: `146 Market Street`, ShipCity: `Miami`, ShipPostalCode: 60064, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1055, CustomerName: `Max Jackson`, CustomerFirstName: `Max`, CustomerLastName: `Jackson`, CustomerAddress: `146 Market Street, Miami, USA, 60064`, Salesperson: `Mike Smith`, OrderID: 1766, OrderDate: `10/23/2022`, ProductID: 141, ProductName: `Mac Book Air`, UnitPrice: 16740.86, Quantity: 3, ExtendedPrice: 50222.58, Freight: 580.86, Discontinued: false, Region: `West`, Address: `146 Market Street`, City: `Miami`, Country: `USA`, PostalCode: 60064 }), + new InvoicesDataItem({ ShipName: `Black Estate`, ShipAddress: `163 Market Street`, ShipCity: `Los Angeles`, ShipPostalCode: 90158, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1056, CustomerName: `Max Black`, CustomerFirstName: `Max`, CustomerLastName: `Black`, CustomerAddress: `163 Market Street, Los Angeles, USA, 90158`, Salesperson: `Martin Jefferson`, OrderID: 1415, OrderDate: `9/2/2022`, ProductID: 112, ProductName: `IPhone`, UnitPrice: 25190.37, Quantity: 3, ExtendedPrice: 75571.11, Freight: 1060.37, Discontinued: false, Region: `South East`, Address: `163 Market Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 90158 }), + new InvoicesDataItem({ ShipName: `Watson Townhouse`, ShipAddress: `171 Main Street`, ShipCity: `New York`, ShipPostalCode: 50163, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1057, CustomerName: `James Watson`, CustomerFirstName: `James`, CustomerLastName: `Watson`, CustomerAddress: `171 Main Street, New York, USA, 50163`, Salesperson: `Martin Smith`, OrderID: 1430, OrderDate: `9/2/2022`, ProductID: 120, ProductName: `Samsung Note`, UnitPrice: 26340.71, Quantity: 2, ExtendedPrice: 52681.42, Freight: 770.71, Discontinued: false, Region: `North East`, Address: `171 Main Street`, City: `New York`, Country: `USA`, PostalCode: 50163 }), + new InvoicesDataItem({ ShipName: `Black Townhouse`, ShipAddress: `195 Wall Street`, ShipCity: `Philadelphia`, ShipPostalCode: 60159, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1058, CustomerName: `James Black`, CustomerFirstName: `James`, CustomerLastName: `Black`, CustomerAddress: `195 Wall Street, Philadelphia, USA, 60159`, Salesperson: `Ben Black`, OrderID: 1903, OrderDate: `2/19/2022`, ProductID: 161, ProductName: `IPad`, UnitPrice: 6290.33, Quantity: 5, ExtendedPrice: 31451.65, Freight: 890.33, Discontinued: false, Region: `South East`, Address: `195 Wall Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 60159 }), + new InvoicesDataItem({ ShipName: `Watson Market`, ShipAddress: `171 Market Street`, ShipCity: `Huston`, ShipPostalCode: 50154, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1059, CustomerName: `Pamela Watson`, CustomerFirstName: `Pamela`, CustomerLastName: `Watson`, CustomerAddress: `171 Market Street, Huston, USA, 50154`, Salesperson: `Anna Madison`, OrderID: 1578, OrderDate: `6/5/2022`, ProductID: 103, ProductName: `Samsung Galaxy 22`, UnitPrice: 20240.82, Quantity: 5, ExtendedPrice: 101204.1, Freight: 1490.82, Discontinued: true, Region: `West`, Address: `171 Market Street`, City: `Huston`, Country: `USA`, PostalCode: 50154 }), + new InvoicesDataItem({ ShipName: `Jackson Market`, ShipAddress: `103 Market Street`, ShipCity: `New York`, ShipPostalCode: 70081, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1060, CustomerName: `Max Jackson`, CustomerFirstName: `Max`, CustomerLastName: `Jackson`, CustomerAddress: `103 Market Street, New York, USA, 70081`, Salesperson: `Pamela Jackson`, OrderID: 1142, OrderDate: `4/1/2022`, ProductID: 108, ProductName: `IPhone`, UnitPrice: 9790.41, Quantity: 3, ExtendedPrice: 29371.23, Freight: 980.41, Discontinued: false, Region: `South East`, Address: `103 Market Street`, City: `New York`, Country: `USA`, PostalCode: 70081 }), + new InvoicesDataItem({ ShipName: `Smith Market`, ShipAddress: `187 Market Street`, ShipCity: `Los Angeles`, ShipPostalCode: 70141, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1061, CustomerName: `Mike Smith`, CustomerFirstName: `Mike`, CustomerLastName: `Smith`, CustomerAddress: `187 Market Street, Los Angeles, USA, 70141`, Salesperson: `Ben Jefferson`, OrderID: 1871, OrderDate: `8/20/2022`, ProductID: 197, ProductName: `IPad`, UnitPrice: 28960.39, Quantity: 2, ExtendedPrice: 57920.78, Freight: 1280.39, Discontinued: false, Region: `West`, Address: `187 Market Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 70141 }), + new InvoicesDataItem({ ShipName: `Black Estate`, ShipAddress: `145 Main Street`, ShipCity: `Philadelphia`, ShipPostalCode: 50068, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1062, CustomerName: `Ben Black`, CustomerFirstName: `Ben`, CustomerLastName: `Black`, CustomerAddress: `145 Main Street, Philadelphia, USA, 50068`, Salesperson: `Martin Watson`, OrderID: 1747, OrderDate: `1/20/2022`, ProductID: 198, ProductName: `Mac Book Pro`, UnitPrice: 12530.74, Quantity: 4, ExtendedPrice: 50122.96, Freight: 480.74, Discontinued: false, Region: `West`, Address: `145 Main Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 50068 }), + new InvoicesDataItem({ ShipName: `Black Home`, ShipAddress: `109 Market Street`, ShipCity: `Los Angeles`, ShipPostalCode: 90197, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1063, CustomerName: `Nancy Black`, CustomerFirstName: `Nancy`, CustomerLastName: `Black`, CustomerAddress: `109 Market Street, Los Angeles, USA, 90197`, Salesperson: `James Black`, OrderID: 1881, OrderDate: `11/6/2022`, ProductID: 162, ProductName: `Samsung Note`, UnitPrice: 29810.51, Quantity: 2, ExtendedPrice: 59621.02, Freight: 750.51, Discontinued: false, Region: `North East`, Address: `109 Market Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 90197 }), + new InvoicesDataItem({ ShipName: `Smith Market`, ShipAddress: `155 Market Street`, ShipCity: `Los Angeles`, ShipPostalCode: 50184, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1064, CustomerName: `Nancy Smith`, CustomerFirstName: `Nancy`, CustomerLastName: `Smith`, CustomerAddress: `155 Market Street, Los Angeles, USA, 50184`, Salesperson: `Mike Madison`, OrderID: 1172, OrderDate: `5/14/2022`, ProductID: 154, ProductName: `IPhone`, UnitPrice: 11440.88, Quantity: 2, ExtendedPrice: 22881.76, Freight: 1570.88, Discontinued: false, Region: `West`, Address: `155 Market Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 50184 }), + new InvoicesDataItem({ ShipName: `Jackson Estate`, ShipAddress: `136 Main Street`, ShipCity: `New York`, ShipPostalCode: 60147, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1065, CustomerName: `James Jackson`, CustomerFirstName: `James`, CustomerLastName: `Jackson`, CustomerAddress: `136 Main Street, New York, USA, 60147`, Salesperson: `James Jefferson`, OrderID: 1538, OrderDate: `2/4/2022`, ProductID: 142, ProductName: `IPad`, UnitPrice: 18340.25, Quantity: 5, ExtendedPrice: 91701.25, Freight: 1730.25, Discontinued: false, Region: `South East`, Address: `136 Main Street`, City: `New York`, Country: `USA`, PostalCode: 60147 }), + new InvoicesDataItem({ ShipName: `Madison Market`, ShipAddress: `184 Wall Street`, ShipCity: `Miami`, ShipPostalCode: 60091, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1066, CustomerName: `Mike Madison`, CustomerFirstName: `Mike`, CustomerLastName: `Madison`, CustomerAddress: `184 Wall Street, Miami, USA, 60091`, Salesperson: `Ben Jackson`, OrderID: 1863, OrderDate: `2/6/2022`, ProductID: 186, ProductName: `Samsung Note`, UnitPrice: 6690.4, Quantity: 5, ExtendedPrice: 33452, Freight: 930.4, Discontinued: false, Region: `West`, Address: `184 Wall Street`, City: `Miami`, Country: `USA`, PostalCode: 60091 }), + new InvoicesDataItem({ ShipName: `Jackson Townhouse`, ShipAddress: `103 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 80170, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1067, CustomerName: `James Jackson`, CustomerFirstName: `James`, CustomerLastName: `Jackson`, CustomerAddress: `103 Market Street, Philadelphia, USA, 80170`, Salesperson: `Max Black`, OrderID: 1476, OrderDate: `1/13/2022`, ProductID: 156, ProductName: `Mac Book Pro`, UnitPrice: 29040.31, Quantity: 5, ExtendedPrice: 145201.55, Freight: 1070.31, Discontinued: false, Region: `West`, Address: `103 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 80170 }), + new InvoicesDataItem({ ShipName: `Smith Estate`, ShipAddress: `104 Market Street`, ShipCity: `Los Angeles`, ShipPostalCode: 80188, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1068, CustomerName: `Ben Smith`, CustomerFirstName: `Ben`, CustomerLastName: `Smith`, CustomerAddress: `104 Market Street, Los Angeles, USA, 80188`, Salesperson: `Martin Watson`, OrderID: 1131, OrderDate: `9/13/2022`, ProductID: 131, ProductName: `Samsung Galaxy 22`, UnitPrice: 6780.79, Quantity: 4, ExtendedPrice: 27123.16, Freight: 600.79, Discontinued: false, Region: `South East`, Address: `104 Market Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 80188 }), + new InvoicesDataItem({ ShipName: `Madison Townhouse`, ShipAddress: `140 Main Street`, ShipCity: `New York`, ShipPostalCode: 90197, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1069, CustomerName: `Martin Madison`, CustomerFirstName: `Martin`, CustomerLastName: `Madison`, CustomerAddress: `140 Main Street, New York, USA, 90197`, Salesperson: `Anna Smith`, OrderID: 1829, OrderDate: `2/18/2022`, ProductID: 152, ProductName: `Samsung Note`, UnitPrice: 20150.52, Quantity: 4, ExtendedPrice: 80602.08, Freight: 1840.52, Discontinued: true, Region: `North East`, Address: `140 Main Street`, City: `New York`, Country: `USA`, PostalCode: 90197 }), + new InvoicesDataItem({ ShipName: `Smith Market`, ShipAddress: `172 Wall Street`, ShipCity: `Philadelphia`, ShipPostalCode: 90159, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1070, CustomerName: `Mike Smith`, CustomerFirstName: `Mike`, CustomerLastName: `Smith`, CustomerAddress: `172 Wall Street, Philadelphia, USA, 90159`, Salesperson: `Pamela Watson`, OrderID: 1082, OrderDate: `10/1/2022`, ProductID: 164, ProductName: `IPad`, UnitPrice: 23810.31, Quantity: 2, ExtendedPrice: 47620.62, Freight: 320.31, Discontinued: false, Region: `West`, Address: `172 Wall Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 90159 }), + new InvoicesDataItem({ ShipName: `Jackson Market`, ShipAddress: `147 Wall Street`, ShipCity: `Huston`, ShipPostalCode: 90173, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1071, CustomerName: `Ben Jackson`, CustomerFirstName: `Ben`, CustomerLastName: `Jackson`, CustomerAddress: `147 Wall Street, Huston, USA, 90173`, Salesperson: `Martin Smith`, OrderID: 1449, OrderDate: `1/21/2022`, ProductID: 111, ProductName: `Mac Book Pro`, UnitPrice: 8280.25, Quantity: 4, ExtendedPrice: 33121, Freight: 860.25, Discontinued: false, Region: `South East`, Address: `147 Wall Street`, City: `Huston`, Country: `USA`, PostalCode: 90173 }), + new InvoicesDataItem({ ShipName: `Jackson Market`, ShipAddress: `161 Main Street`, ShipCity: `Huston`, ShipPostalCode: 90102, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1072, CustomerName: `Mike Jackson`, CustomerFirstName: `Mike`, CustomerLastName: `Jackson`, CustomerAddress: `161 Main Street, Huston, USA, 90102`, Salesperson: `Nancy Black`, OrderID: 1609, OrderDate: `9/22/2022`, ProductID: 197, ProductName: `Samsung Note`, UnitPrice: 16740.35, Quantity: 4, ExtendedPrice: 66961.4, Freight: 1940.35, Discontinued: false, Region: `North East`, Address: `161 Main Street`, City: `Huston`, Country: `USA`, PostalCode: 90102 }), + new InvoicesDataItem({ ShipName: `Smith Home`, ShipAddress: `102 Market Street`, ShipCity: `Miami`, ShipPostalCode: 70124, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1073, CustomerName: `Ben Smith`, CustomerFirstName: `Ben`, CustomerLastName: `Smith`, CustomerAddress: `102 Market Street, Miami, USA, 70124`, Salesperson: `Anna Smith`, OrderID: 1984, OrderDate: `8/6/2022`, ProductID: 123, ProductName: `Samsung Galaxy 22`, UnitPrice: 14660.66, Quantity: 3, ExtendedPrice: 43981.98, Freight: 1910.66, Discontinued: false, Region: `West`, Address: `102 Market Street`, City: `Miami`, Country: `USA`, PostalCode: 70124 }), + new InvoicesDataItem({ ShipName: `Black Estate`, ShipAddress: `139 Market Street`, ShipCity: `Miami`, ShipPostalCode: 90134, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1074, CustomerName: `Martin Black`, CustomerFirstName: `Martin`, CustomerLastName: `Black`, CustomerAddress: `139 Market Street, Miami, USA, 90134`, Salesperson: `Max Jackson`, OrderID: 1060, OrderDate: `3/11/2022`, ProductID: 154, ProductName: `Mac Book Pro`, UnitPrice: 14460.37, Quantity: 4, ExtendedPrice: 57841.48, Freight: 1020.37, Discontinued: false, Region: `West`, Address: `139 Market Street`, City: `Miami`, Country: `USA`, PostalCode: 90134 }), + new InvoicesDataItem({ ShipName: `Jackson Market`, ShipAddress: `132 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 60055, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1075, CustomerName: `Martin Jackson`, CustomerFirstName: `Martin`, CustomerLastName: `Jackson`, CustomerAddress: `132 Market Street, Philadelphia, USA, 60055`, Salesperson: `Pamela Madison`, OrderID: 1213, OrderDate: `9/3/2022`, ProductID: 108, ProductName: `IPhone`, UnitPrice: 19340.74, Quantity: 3, ExtendedPrice: 58022.22, Freight: 1370.74, Discontinued: false, Region: `West`, Address: `132 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 60055 }), + new InvoicesDataItem({ ShipName: `Black Market`, ShipAddress: `192 Market Street`, ShipCity: `Miami`, ShipPostalCode: 90135, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1076, CustomerName: `Mike Black`, CustomerFirstName: `Mike`, CustomerLastName: `Black`, CustomerAddress: `192 Market Street, Miami, USA, 90135`, Salesperson: `Nancy Madison`, OrderID: 1563, OrderDate: `5/8/2022`, ProductID: 162, ProductName: `Samsung Note`, UnitPrice: 12670.48, Quantity: 2, ExtendedPrice: 25340.96, Freight: 1870.48, Discontinued: false, Region: `South East`, Address: `192 Market Street`, City: `Miami`, Country: `USA`, PostalCode: 90135 }), + new InvoicesDataItem({ ShipName: `Jefferson Market`, ShipAddress: `108 Wall Street`, ShipCity: `Miami`, ShipPostalCode: 90156, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1077, CustomerName: `Martin Jefferson`, CustomerFirstName: `Martin`, CustomerLastName: `Jefferson`, CustomerAddress: `108 Wall Street, Miami, USA, 90156`, Salesperson: `Max Smith`, OrderID: 1087, OrderDate: `6/24/2022`, ProductID: 194, ProductName: `Samsung Galaxy 22`, UnitPrice: 6860.84, Quantity: 3, ExtendedPrice: 20582.52, Freight: 1880.84, Discontinued: false, Region: `South East`, Address: `108 Wall Street`, City: `Miami`, Country: `USA`, PostalCode: 90156 }), + new InvoicesDataItem({ ShipName: `Smith Market`, ShipAddress: `162 Wall Street`, ShipCity: `New York`, ShipPostalCode: 80121, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1078, CustomerName: `Nancy Smith`, CustomerFirstName: `Nancy`, CustomerLastName: `Smith`, CustomerAddress: `162 Wall Street, New York, USA, 80121`, Salesperson: `Anna Black`, OrderID: 1663, OrderDate: `9/5/2022`, ProductID: 149, ProductName: `Mac Book Pro`, UnitPrice: 29550.53, Quantity: 5, ExtendedPrice: 147752.65, Freight: 1270.53, Discontinued: false, Region: `South East`, Address: `162 Wall Street`, City: `New York`, Country: `USA`, PostalCode: 80121 }), + new InvoicesDataItem({ ShipName: `Smith Market`, ShipAddress: `165 Main Street`, ShipCity: `Los Angeles`, ShipPostalCode: 70057, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1079, CustomerName: `Martin Smith`, CustomerFirstName: `Martin`, CustomerLastName: `Smith`, CustomerAddress: `165 Main Street, Los Angeles, USA, 70057`, Salesperson: `James Watson`, OrderID: 1724, OrderDate: `5/6/2022`, ProductID: 180, ProductName: `IPad`, UnitPrice: 13560.61, Quantity: 3, ExtendedPrice: 40681.83, Freight: 760.61, Discontinued: true, Region: `North East`, Address: `165 Main Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 70057 }), + new InvoicesDataItem({ ShipName: `Watson Market`, ShipAddress: `162 Main Street`, ShipCity: `Huston`, ShipPostalCode: 60057, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1080, CustomerName: `Anna Watson`, CustomerFirstName: `Anna`, CustomerLastName: `Watson`, CustomerAddress: `162 Main Street, Huston, USA, 60057`, Salesperson: `Anna Watson`, OrderID: 1156, OrderDate: `10/5/2022`, ProductID: 157, ProductName: `Samsung Galaxy 22`, UnitPrice: 17220.59, Quantity: 3, ExtendedPrice: 51661.77, Freight: 1550.59, Discontinued: false, Region: `North East`, Address: `162 Main Street`, City: `Huston`, Country: `USA`, PostalCode: 60057 }), + new InvoicesDataItem({ ShipName: `Watson Estate`, ShipAddress: `126 Main Street`, ShipCity: `Miami`, ShipPostalCode: 70200, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1081, CustomerName: `Nancy Watson`, CustomerFirstName: `Nancy`, CustomerLastName: `Watson`, CustomerAddress: `126 Main Street, Miami, USA, 70200`, Salesperson: `Ben Watson`, OrderID: 1982, OrderDate: `9/11/2022`, ProductID: 123, ProductName: `Mac Book Air`, UnitPrice: 25780.79, Quantity: 2, ExtendedPrice: 51561.58, Freight: 680.79, Discontinued: false, Region: `South East`, Address: `126 Main Street`, City: `Miami`, Country: `USA`, PostalCode: 70200 }), + new InvoicesDataItem({ ShipName: `Jackson Market`, ShipAddress: `105 Wall Street`, ShipCity: `Huston`, ShipPostalCode: 80141, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1082, CustomerName: `Max Jackson`, CustomerFirstName: `Max`, CustomerLastName: `Jackson`, CustomerAddress: `105 Wall Street, Huston, USA, 80141`, Salesperson: `Pamela Watson`, OrderID: 1462, OrderDate: `6/6/2022`, ProductID: 189, ProductName: `Samsung Galaxy 22`, UnitPrice: 16990.62, Quantity: 2, ExtendedPrice: 33981.24, Freight: 710.62, Discontinued: false, Region: `West`, Address: `105 Wall Street`, City: `Huston`, Country: `USA`, PostalCode: 80141 }), + new InvoicesDataItem({ ShipName: `Jefferson Market`, ShipAddress: `113 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 50187, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1083, CustomerName: `James Jefferson`, CustomerFirstName: `James`, CustomerLastName: `Jefferson`, CustomerAddress: `113 Market Street, Philadelphia, USA, 50187`, Salesperson: `Martin Jefferson`, OrderID: 1698, OrderDate: `5/16/2022`, ProductID: 148, ProductName: `IPhone`, UnitPrice: 16930.87, Quantity: 4, ExtendedPrice: 67723.48, Freight: 1080.87, Discontinued: false, Region: `North East`, Address: `113 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 50187 }), + new InvoicesDataItem({ ShipName: `Black Market`, ShipAddress: `164 Main Street`, ShipCity: `New York`, ShipPostalCode: 80172, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1084, CustomerName: `Mike Black`, CustomerFirstName: `Mike`, CustomerLastName: `Black`, CustomerAddress: `164 Main Street, New York, USA, 80172`, Salesperson: `Mike Jackson`, OrderID: 1300, OrderDate: `11/11/2022`, ProductID: 164, ProductName: `IPhone`, UnitPrice: 8120.59, Quantity: 4, ExtendedPrice: 32482.36, Freight: 1140.59, Discontinued: false, Region: `West`, Address: `164 Main Street`, City: `New York`, Country: `USA`, PostalCode: 80172 }), + new InvoicesDataItem({ ShipName: `Watson Estate`, ShipAddress: `108 Main Street`, ShipCity: `Philadelphia`, ShipPostalCode: 90074, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1085, CustomerName: `Pamela Watson`, CustomerFirstName: `Pamela`, CustomerLastName: `Watson`, CustomerAddress: `108 Main Street, Philadelphia, USA, 90074`, Salesperson: `Nancy Madison`, OrderID: 1401, OrderDate: `12/3/2022`, ProductID: 139, ProductName: `IPhone`, UnitPrice: 6160.25, Quantity: 4, ExtendedPrice: 24641, Freight: 1600.25, Discontinued: false, Region: `South East`, Address: `108 Main Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 90074 }), + new InvoicesDataItem({ ShipName: `Jefferson Market`, ShipAddress: `175 Main Street`, ShipCity: `Huston`, ShipPostalCode: 80111, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1086, CustomerName: `Max Jefferson`, CustomerFirstName: `Max`, CustomerLastName: `Jefferson`, CustomerAddress: `175 Main Street, Huston, USA, 80111`, Salesperson: `Nancy Watson`, OrderID: 1474, OrderDate: `9/1/2022`, ProductID: 138, ProductName: `Mac Book Air`, UnitPrice: 7220.7, Quantity: 4, ExtendedPrice: 28882.8, Freight: 1530.7, Discontinued: false, Region: `West`, Address: `175 Main Street`, City: `Huston`, Country: `USA`, PostalCode: 80111 }), + new InvoicesDataItem({ ShipName: `Madison Estate`, ShipAddress: `102 Wall Street`, ShipCity: `Miami`, ShipPostalCode: 80173, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1087, CustomerName: `Nancy Madison`, CustomerFirstName: `Nancy`, CustomerLastName: `Madison`, CustomerAddress: `102 Wall Street, Miami, USA, 80173`, Salesperson: `Martin Jackson`, OrderID: 1678, OrderDate: `5/6/2022`, ProductID: 190, ProductName: `IPad`, UnitPrice: 17990.28, Quantity: 4, ExtendedPrice: 71961.12, Freight: 1420.28, Discontinued: false, Region: `South East`, Address: `102 Wall Street`, City: `Miami`, Country: `USA`, PostalCode: 80173 }), + new InvoicesDataItem({ ShipName: `Jackson Townhouse`, ShipAddress: `163 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 50105, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1088, CustomerName: `Mike Jackson`, CustomerFirstName: `Mike`, CustomerLastName: `Jackson`, CustomerAddress: `163 Market Street, Philadelphia, USA, 50105`, Salesperson: `Martin Black`, OrderID: 1384, OrderDate: `4/16/2022`, ProductID: 156, ProductName: `Mac Book Pro`, UnitPrice: 15460.27, Quantity: 3, ExtendedPrice: 46380.81, Freight: 1250.27, Discontinued: false, Region: `West`, Address: `163 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 50105 }), + new InvoicesDataItem({ ShipName: `Watson Home`, ShipAddress: `165 Wall Street`, ShipCity: `Huston`, ShipPostalCode: 90075, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1089, CustomerName: `Ben Watson`, CustomerFirstName: `Ben`, CustomerLastName: `Watson`, CustomerAddress: `165 Wall Street, Huston, USA, 90075`, Salesperson: `Nancy Jefferson`, OrderID: 1223, OrderDate: `7/20/2022`, ProductID: 105, ProductName: `Mac Book Pro`, UnitPrice: 15450.62, Quantity: 2, ExtendedPrice: 30901.24, Freight: 1350.62, Discontinued: true, Region: `North East`, Address: `165 Wall Street`, City: `Huston`, Country: `USA`, PostalCode: 90075 }), + new InvoicesDataItem({ ShipName: `Jefferson Market`, ShipAddress: `140 Wall Street`, ShipCity: `New York`, ShipPostalCode: 80134, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1090, CustomerName: `Anna Jefferson`, CustomerFirstName: `Anna`, CustomerLastName: `Jefferson`, CustomerAddress: `140 Wall Street, New York, USA, 80134`, Salesperson: `Anna Watson`, OrderID: 1189, OrderDate: `10/5/2022`, ProductID: 128, ProductName: `Samsung Note`, UnitPrice: 15460.25, Quantity: 5, ExtendedPrice: 77301.25, Freight: 840.25, Discontinued: false, Region: `West`, Address: `140 Wall Street`, City: `New York`, Country: `USA`, PostalCode: 80134 }), + new InvoicesDataItem({ ShipName: `Madison Market`, ShipAddress: `191 Wall Street`, ShipCity: `Los Angeles`, ShipPostalCode: 80168, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1091, CustomerName: `Max Madison`, CustomerFirstName: `Max`, CustomerLastName: `Madison`, CustomerAddress: `191 Wall Street, Los Angeles, USA, 80168`, Salesperson: `Anna Madison`, OrderID: 1657, OrderDate: `8/7/2022`, ProductID: 154, ProductName: `IPad`, UnitPrice: 24990.6, Quantity: 5, ExtendedPrice: 124953, Freight: 1890.6, Discontinued: false, Region: `South East`, Address: `191 Wall Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 80168 }), + new InvoicesDataItem({ ShipName: `Watson Market`, ShipAddress: `111 Market Street`, ShipCity: `Los Angeles`, ShipPostalCode: 60130, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1092, CustomerName: `Anna Watson`, CustomerFirstName: `Anna`, CustomerLastName: `Watson`, CustomerAddress: `111 Market Street, Los Angeles, USA, 60130`, Salesperson: `Ben Jackson`, OrderID: 1818, OrderDate: `12/2/2022`, ProductID: 107, ProductName: `Samsung Note`, UnitPrice: 19750.45, Quantity: 4, ExtendedPrice: 79001.8, Freight: 1840.45, Discontinued: false, Region: `South East`, Address: `111 Market Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 60130 }), + new InvoicesDataItem({ ShipName: `Madison Estate`, ShipAddress: `190 Market Street`, ShipCity: `Los Angeles`, ShipPostalCode: 50162, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1093, CustomerName: `Mike Madison`, CustomerFirstName: `Mike`, CustomerLastName: `Madison`, CustomerAddress: `190 Market Street, Los Angeles, USA, 50162`, Salesperson: `Mike Watson`, OrderID: 1117, OrderDate: `10/12/2022`, ProductID: 176, ProductName: `Samsung Note`, UnitPrice: 15390.57, Quantity: 5, ExtendedPrice: 76952.85, Freight: 1500.57, Discontinued: false, Region: `West`, Address: `190 Market Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 50162 }), + new InvoicesDataItem({ ShipName: `Black Market`, ShipAddress: `121 Main Street`, ShipCity: `Miami`, ShipPostalCode: 70156, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1094, CustomerName: `James Black`, CustomerFirstName: `James`, CustomerLastName: `Black`, CustomerAddress: `121 Main Street, Miami, USA, 70156`, Salesperson: `Mike Jackson`, OrderID: 1188, OrderDate: `11/23/2022`, ProductID: 177, ProductName: `IPad`, UnitPrice: 23120.28, Quantity: 3, ExtendedPrice: 69360.84, Freight: 1670.28, Discontinued: false, Region: `South East`, Address: `121 Main Street`, City: `Miami`, Country: `USA`, PostalCode: 70156 }), + new InvoicesDataItem({ ShipName: `Smith Market`, ShipAddress: `120 Main Street`, ShipCity: `Miami`, ShipPostalCode: 60082, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1095, CustomerName: `Martin Smith`, CustomerFirstName: `Martin`, CustomerLastName: `Smith`, CustomerAddress: `120 Main Street, Miami, USA, 60082`, Salesperson: `Nancy Smith`, OrderID: 1673, OrderDate: `1/25/2022`, ProductID: 189, ProductName: `Mac Book Air`, UnitPrice: 16310.31, Quantity: 4, ExtendedPrice: 65241.24, Freight: 370.31, Discontinued: false, Region: `South East`, Address: `120 Main Street`, City: `Miami`, Country: `USA`, PostalCode: 60082 }), + new InvoicesDataItem({ ShipName: `Madison Estate`, ShipAddress: `102 Main Street`, ShipCity: `Miami`, ShipPostalCode: 90125, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1096, CustomerName: `Pamela Madison`, CustomerFirstName: `Pamela`, CustomerLastName: `Madison`, CustomerAddress: `102 Main Street, Miami, USA, 90125`, Salesperson: `Pamela Smith`, OrderID: 1048, OrderDate: `8/6/2022`, ProductID: 148, ProductName: `Mac Book Pro`, UnitPrice: 14920.59, Quantity: 2, ExtendedPrice: 29841.18, Freight: 1110.59, Discontinued: false, Region: `West`, Address: `102 Main Street`, City: `Miami`, Country: `USA`, PostalCode: 90125 }), + new InvoicesDataItem({ ShipName: `Jefferson Home`, ShipAddress: `125 Main Street`, ShipCity: `Los Angeles`, ShipPostalCode: 80199, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1097, CustomerName: `James Jefferson`, CustomerFirstName: `James`, CustomerLastName: `Jefferson`, CustomerAddress: `125 Main Street, Los Angeles, USA, 80199`, Salesperson: `Pamela Black`, OrderID: 1336, OrderDate: `6/1/2022`, ProductID: 159, ProductName: `Mac Book Pro`, UnitPrice: 11370.4, Quantity: 5, ExtendedPrice: 56852, Freight: 1210.4, Discontinued: false, Region: `West`, Address: `125 Main Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 80199 }), + new InvoicesDataItem({ ShipName: `Jefferson Townhouse`, ShipAddress: `109 Wall Street`, ShipCity: `Miami`, ShipPostalCode: 60118, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1098, CustomerName: `Mike Jefferson`, CustomerFirstName: `Mike`, CustomerLastName: `Jefferson`, CustomerAddress: `109 Wall Street, Miami, USA, 60118`, Salesperson: `James Madison`, OrderID: 1049, OrderDate: `2/14/2022`, ProductID: 172, ProductName: `Mac Book Pro`, UnitPrice: 18730.79, Quantity: 5, ExtendedPrice: 93653.95, Freight: 300.79, Discontinued: false, Region: `South East`, Address: `109 Wall Street`, City: `Miami`, Country: `USA`, PostalCode: 60118 }), + new InvoicesDataItem({ ShipName: `Smith Townhouse`, ShipAddress: `149 Main Street`, ShipCity: `Miami`, ShipPostalCode: 50128, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1099, CustomerName: `Anna Smith`, CustomerFirstName: `Anna`, CustomerLastName: `Smith`, CustomerAddress: `149 Main Street, Miami, USA, 50128`, Salesperson: `James Watson`, OrderID: 1292, OrderDate: `3/15/2022`, ProductID: 183, ProductName: `Mac Book Air`, UnitPrice: 16730.48, Quantity: 5, ExtendedPrice: 83652.4, Freight: 1320.48, Discontinued: true, Region: `North East`, Address: `149 Main Street`, City: `Miami`, Country: `USA`, PostalCode: 50128 }), + new InvoicesDataItem({ ShipName: `Smith Estate`, ShipAddress: `183 Wall Street`, ShipCity: `New York`, ShipPostalCode: 50089, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1100, CustomerName: `Ben Smith`, CustomerFirstName: `Ben`, CustomerLastName: `Smith`, CustomerAddress: `183 Wall Street, New York, USA, 50089`, Salesperson: `Max Watson`, OrderID: 1724, OrderDate: `9/22/2022`, ProductID: 160, ProductName: `IPad`, UnitPrice: 23370.51, Quantity: 3, ExtendedPrice: 70111.53, Freight: 1200.51, Discontinued: false, Region: `North East`, Address: `183 Wall Street`, City: `New York`, Country: `USA`, PostalCode: 50089 }), + new InvoicesDataItem({ ShipName: `Watson Estate`, ShipAddress: `195 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 60110, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1101, CustomerName: `Martin Watson`, CustomerFirstName: `Martin`, CustomerLastName: `Watson`, CustomerAddress: `195 Market Street, Philadelphia, USA, 60110`, Salesperson: `Martin Black`, OrderID: 1154, OrderDate: `4/13/2022`, ProductID: 180, ProductName: `Samsung Note`, UnitPrice: 24870.49, Quantity: 4, ExtendedPrice: 99481.96, Freight: 1200.49, Discontinued: false, Region: `South East`, Address: `195 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 60110 }), + new InvoicesDataItem({ ShipName: `Madison Estate`, ShipAddress: `153 Market Street`, ShipCity: `New York`, ShipPostalCode: 60113, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1102, CustomerName: `Ben Madison`, CustomerFirstName: `Ben`, CustomerLastName: `Madison`, CustomerAddress: `153 Market Street, New York, USA, 60113`, Salesperson: `Nancy Black`, OrderID: 1333, OrderDate: `2/24/2022`, ProductID: 192, ProductName: `Samsung Note`, UnitPrice: 12710.8, Quantity: 4, ExtendedPrice: 50843.2, Freight: 1520.8, Discontinued: false, Region: `North East`, Address: `153 Market Street`, City: `New York`, Country: `USA`, PostalCode: 60113 }), + new InvoicesDataItem({ ShipName: `Watson Market`, ShipAddress: `185 Market Street`, ShipCity: `Miami`, ShipPostalCode: 60118, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1103, CustomerName: `James Watson`, CustomerFirstName: `James`, CustomerLastName: `Watson`, CustomerAddress: `185 Market Street, Miami, USA, 60118`, Salesperson: `Max Black`, OrderID: 1243, OrderDate: `2/7/2022`, ProductID: 124, ProductName: `Samsung Galaxy 22`, UnitPrice: 16270.33, Quantity: 4, ExtendedPrice: 65081.32, Freight: 1050.33, Discontinued: false, Region: `West`, Address: `185 Market Street`, City: `Miami`, Country: `USA`, PostalCode: 60118 }), + new InvoicesDataItem({ ShipName: `Smith Home`, ShipAddress: `181 Market Street`, ShipCity: `Miami`, ShipPostalCode: 80055, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1104, CustomerName: `Anna Smith`, CustomerFirstName: `Anna`, CustomerLastName: `Smith`, CustomerAddress: `181 Market Street, Miami, USA, 80055`, Salesperson: `Nancy Madison`, OrderID: 1090, OrderDate: `12/2/2022`, ProductID: 106, ProductName: `Mac Book Pro`, UnitPrice: 25150.85, Quantity: 5, ExtendedPrice: 125754.25, Freight: 560.85, Discontinued: false, Region: `North East`, Address: `181 Market Street`, City: `Miami`, Country: `USA`, PostalCode: 80055 }), + new InvoicesDataItem({ ShipName: `Watson Home`, ShipAddress: `185 Market Street`, ShipCity: `Los Angeles`, ShipPostalCode: 60149, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1105, CustomerName: `Ben Watson`, CustomerFirstName: `Ben`, CustomerLastName: `Watson`, CustomerAddress: `185 Market Street, Los Angeles, USA, 60149`, Salesperson: `Martin Madison`, OrderID: 1697, OrderDate: `10/12/2022`, ProductID: 193, ProductName: `Mac Book Air`, UnitPrice: 18440.22, Quantity: 5, ExtendedPrice: 92201.1, Freight: 1030.22, Discontinued: false, Region: `North East`, Address: `185 Market Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 60149 }), + new InvoicesDataItem({ ShipName: `Madison Home`, ShipAddress: `110 Wall Street`, ShipCity: `Los Angeles`, ShipPostalCode: 90160, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1106, CustomerName: `Anna Madison`, CustomerFirstName: `Anna`, CustomerLastName: `Madison`, CustomerAddress: `110 Wall Street, Los Angeles, USA, 90160`, Salesperson: `Mike Jefferson`, OrderID: 1868, OrderDate: `6/20/2022`, ProductID: 166, ProductName: `Samsung Galaxy 22`, UnitPrice: 10990.49, Quantity: 5, ExtendedPrice: 54952.45, Freight: 1250.49, Discontinued: false, Region: `North East`, Address: `110 Wall Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 90160 }), + new InvoicesDataItem({ ShipName: `Madison Home`, ShipAddress: `124 Wall Street`, ShipCity: `Miami`, ShipPostalCode: 90129, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1107, CustomerName: `Martin Madison`, CustomerFirstName: `Martin`, CustomerLastName: `Madison`, CustomerAddress: `124 Wall Street, Miami, USA, 90129`, Salesperson: `Max Madison`, OrderID: 1419, OrderDate: `11/8/2022`, ProductID: 119, ProductName: `Mac Book Air`, UnitPrice: 9310.28, Quantity: 3, ExtendedPrice: 27930.84, Freight: 1660.28, Discontinued: false, Region: `West`, Address: `124 Wall Street`, City: `Miami`, Country: `USA`, PostalCode: 90129 }), + new InvoicesDataItem({ ShipName: `Jefferson Townhouse`, ShipAddress: `144 Wall Street`, ShipCity: `Huston`, ShipPostalCode: 80145, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1108, CustomerName: `Pamela Jefferson`, CustomerFirstName: `Pamela`, CustomerLastName: `Jefferson`, CustomerAddress: `144 Wall Street, Huston, USA, 80145`, Salesperson: `Mike Smith`, OrderID: 1103, OrderDate: `5/14/2022`, ProductID: 172, ProductName: `Mac Book Pro`, UnitPrice: 5130.33, Quantity: 2, ExtendedPrice: 10260.66, Freight: 1840.33, Discontinued: false, Region: `North East`, Address: `144 Wall Street`, City: `Huston`, Country: `USA`, PostalCode: 80145 }), + new InvoicesDataItem({ ShipName: `Jefferson Estate`, ShipAddress: `200 Main Street`, ShipCity: `Philadelphia`, ShipPostalCode: 50073, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1109, CustomerName: `Nancy Jefferson`, CustomerFirstName: `Nancy`, CustomerLastName: `Jefferson`, CustomerAddress: `200 Main Street, Philadelphia, USA, 50073`, Salesperson: `Max Jackson`, OrderID: 1461, OrderDate: `6/13/2022`, ProductID: 153, ProductName: `Mac Book Pro`, UnitPrice: 23080.59, Quantity: 3, ExtendedPrice: 69241.77, Freight: 540.59, Discontinued: true, Region: `West`, Address: `200 Main Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 50073 }), + new InvoicesDataItem({ ShipName: `Madison Market`, ShipAddress: `196 Market Street`, ShipCity: `New York`, ShipPostalCode: 70070, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1110, CustomerName: `Mike Madison`, CustomerFirstName: `Mike`, CustomerLastName: `Madison`, CustomerAddress: `196 Market Street, New York, USA, 70070`, Salesperson: `Nancy Smith`, OrderID: 1713, OrderDate: `3/6/2022`, ProductID: 121, ProductName: `Mac Book Pro`, UnitPrice: 29390.58, Quantity: 3, ExtendedPrice: 88171.74, Freight: 1170.58, Discontinued: false, Region: `West`, Address: `196 Market Street`, City: `New York`, Country: `USA`, PostalCode: 70070 }), + new InvoicesDataItem({ ShipName: `Smith Home`, ShipAddress: `154 Main Street`, ShipCity: `New York`, ShipPostalCode: 70167, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1111, CustomerName: `Martin Smith`, CustomerFirstName: `Martin`, CustomerLastName: `Smith`, CustomerAddress: `154 Main Street, New York, USA, 70167`, Salesperson: `Pamela Jackson`, OrderID: 1956, OrderDate: `1/2/2022`, ProductID: 156, ProductName: `Samsung Note`, UnitPrice: 24870.88, Quantity: 2, ExtendedPrice: 49741.76, Freight: 1360.88, Discontinued: false, Region: `North East`, Address: `154 Main Street`, City: `New York`, Country: `USA`, PostalCode: 70167 }), + new InvoicesDataItem({ ShipName: `Jefferson Townhouse`, ShipAddress: `110 Main Street`, ShipCity: `Miami`, ShipPostalCode: 90055, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1112, CustomerName: `Mike Jefferson`, CustomerFirstName: `Mike`, CustomerLastName: `Jefferson`, CustomerAddress: `110 Main Street, Miami, USA, 90055`, Salesperson: `Anna Madison`, OrderID: 1530, OrderDate: `10/15/2022`, ProductID: 113, ProductName: `IPad`, UnitPrice: 24570.87, Quantity: 4, ExtendedPrice: 98283.48, Freight: 930.87, Discontinued: false, Region: `South East`, Address: `110 Main Street`, City: `Miami`, Country: `USA`, PostalCode: 90055 }), + new InvoicesDataItem({ ShipName: `Jefferson Townhouse`, ShipAddress: `200 Market Street`, ShipCity: `Huston`, ShipPostalCode: 70105, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1113, CustomerName: `Martin Jefferson`, CustomerFirstName: `Martin`, CustomerLastName: `Jefferson`, CustomerAddress: `200 Market Street, Huston, USA, 70105`, Salesperson: `James Jackson`, OrderID: 1488, OrderDate: `7/13/2022`, ProductID: 109, ProductName: `IPhone`, UnitPrice: 23860.57, Quantity: 4, ExtendedPrice: 95442.28, Freight: 1130.57, Discontinued: false, Region: `North East`, Address: `200 Market Street`, City: `Huston`, Country: `USA`, PostalCode: 70105 }), + new InvoicesDataItem({ ShipName: `Jefferson Home`, ShipAddress: `181 Main Street`, ShipCity: `Philadelphia`, ShipPostalCode: 80175, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1114, CustomerName: `Ben Jefferson`, CustomerFirstName: `Ben`, CustomerLastName: `Jefferson`, CustomerAddress: `181 Main Street, Philadelphia, USA, 80175`, Salesperson: `Max Jackson`, OrderID: 1143, OrderDate: `6/13/2022`, ProductID: 144, ProductName: `Mac Book Air`, UnitPrice: 28390.63, Quantity: 5, ExtendedPrice: 141953.15, Freight: 300.63, Discontinued: false, Region: `North East`, Address: `181 Main Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 80175 }), + new InvoicesDataItem({ ShipName: `Jackson Home`, ShipAddress: `137 Market Street`, ShipCity: `Huston`, ShipPostalCode: 50144, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1115, CustomerName: `Ben Jackson`, CustomerFirstName: `Ben`, CustomerLastName: `Jackson`, CustomerAddress: `137 Market Street, Huston, USA, 50144`, Salesperson: `Martin Jackson`, OrderID: 1274, OrderDate: `4/8/2022`, ProductID: 134, ProductName: `IPad`, UnitPrice: 22580.34, Quantity: 2, ExtendedPrice: 45160.68, Freight: 1720.34, Discontinued: false, Region: `South East`, Address: `137 Market Street`, City: `Huston`, Country: `USA`, PostalCode: 50144 }), + new InvoicesDataItem({ ShipName: `Jefferson Market`, ShipAddress: `186 Main Street`, ShipCity: `Los Angeles`, ShipPostalCode: 70112, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1116, CustomerName: `Pamela Jefferson`, CustomerFirstName: `Pamela`, CustomerLastName: `Jefferson`, CustomerAddress: `186 Main Street, Los Angeles, USA, 70112`, Salesperson: `Mike Jefferson`, OrderID: 1597, OrderDate: `8/6/2022`, ProductID: 127, ProductName: `Mac Book Pro`, UnitPrice: 28490.48, Quantity: 3, ExtendedPrice: 85471.44, Freight: 760.48, Discontinued: false, Region: `South East`, Address: `186 Main Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 70112 }), + new InvoicesDataItem({ ShipName: `Watson Townhouse`, ShipAddress: `152 Wall Street`, ShipCity: `Huston`, ShipPostalCode: 50080, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1117, CustomerName: `Nancy Watson`, CustomerFirstName: `Nancy`, CustomerLastName: `Watson`, CustomerAddress: `152 Wall Street, Huston, USA, 50080`, Salesperson: `Max Jackson`, OrderID: 1632, OrderDate: `4/15/2022`, ProductID: 179, ProductName: `Mac Book Pro`, UnitPrice: 20680.38, Quantity: 5, ExtendedPrice: 103401.9, Freight: 490.38, Discontinued: false, Region: `West`, Address: `152 Wall Street`, City: `Huston`, Country: `USA`, PostalCode: 50080 }), + new InvoicesDataItem({ ShipName: `Black Home`, ShipAddress: `147 Wall Street`, ShipCity: `Huston`, ShipPostalCode: 60136, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1118, CustomerName: `Pamela Black`, CustomerFirstName: `Pamela`, CustomerLastName: `Black`, CustomerAddress: `147 Wall Street, Huston, USA, 60136`, Salesperson: `Mike Watson`, OrderID: 1461, OrderDate: `4/21/2022`, ProductID: 118, ProductName: `Samsung Note`, UnitPrice: 6990.24, Quantity: 5, ExtendedPrice: 34951.2, Freight: 460.24, Discontinued: false, Region: `North East`, Address: `147 Wall Street`, City: `Huston`, Country: `USA`, PostalCode: 60136 }), + new InvoicesDataItem({ ShipName: `Black Estate`, ShipAddress: `161 Market Street`, ShipCity: `Huston`, ShipPostalCode: 80121, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1119, CustomerName: `James Black`, CustomerFirstName: `James`, CustomerLastName: `Black`, CustomerAddress: `161 Market Street, Huston, USA, 80121`, Salesperson: `Martin Jefferson`, OrderID: 1380, OrderDate: `1/3/2022`, ProductID: 176, ProductName: `Mac Book Air`, UnitPrice: 26540.79, Quantity: 5, ExtendedPrice: 132703.95, Freight: 470.79, Discontinued: true, Region: `West`, Address: `161 Market Street`, City: `Huston`, Country: `USA`, PostalCode: 80121 }), + new InvoicesDataItem({ ShipName: `Watson Townhouse`, ShipAddress: `118 Main Street`, ShipCity: `Philadelphia`, ShipPostalCode: 50189, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1120, CustomerName: `Ben Watson`, CustomerFirstName: `Ben`, CustomerLastName: `Watson`, CustomerAddress: `118 Main Street, Philadelphia, USA, 50189`, Salesperson: `Ben Watson`, OrderID: 1658, OrderDate: `1/4/2022`, ProductID: 184, ProductName: `Mac Book Air`, UnitPrice: 16830.41, Quantity: 5, ExtendedPrice: 84152.05, Freight: 1660.41, Discontinued: false, Region: `West`, Address: `118 Main Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 50189 }), + new InvoicesDataItem({ ShipName: `Jackson Townhouse`, ShipAddress: `186 Market Street`, ShipCity: `Miami`, ShipPostalCode: 60097, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1121, CustomerName: `Pamela Jackson`, CustomerFirstName: `Pamela`, CustomerLastName: `Jackson`, CustomerAddress: `186 Market Street, Miami, USA, 60097`, Salesperson: `Nancy Watson`, OrderID: 1754, OrderDate: `7/3/2022`, ProductID: 148, ProductName: `Mac Book Air`, UnitPrice: 5030.24, Quantity: 3, ExtendedPrice: 15090.72, Freight: 1660.24, Discontinued: false, Region: `South East`, Address: `186 Market Street`, City: `Miami`, Country: `USA`, PostalCode: 60097 }), + new InvoicesDataItem({ ShipName: `Smith Market`, ShipAddress: `191 Main Street`, ShipCity: `Los Angeles`, ShipPostalCode: 90155, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1122, CustomerName: `Ben Smith`, CustomerFirstName: `Ben`, CustomerLastName: `Smith`, CustomerAddress: `191 Main Street, Los Angeles, USA, 90155`, Salesperson: `Anna Madison`, OrderID: 1279, OrderDate: `3/14/2022`, ProductID: 151, ProductName: `IPhone`, UnitPrice: 23590.82, Quantity: 3, ExtendedPrice: 70772.46, Freight: 1120.82, Discontinued: false, Region: `West`, Address: `191 Main Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 90155 }), + new InvoicesDataItem({ ShipName: `Jefferson Market`, ShipAddress: `190 Main Street`, ShipCity: `New York`, ShipPostalCode: 80075, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1123, CustomerName: `James Jefferson`, CustomerFirstName: `James`, CustomerLastName: `Jefferson`, CustomerAddress: `190 Main Street, New York, USA, 80075`, Salesperson: `Martin Jackson`, OrderID: 1310, OrderDate: `11/7/2022`, ProductID: 183, ProductName: `Samsung Galaxy 22`, UnitPrice: 26450.4, Quantity: 5, ExtendedPrice: 132252, Freight: 420.4, Discontinued: false, Region: `South East`, Address: `190 Main Street`, City: `New York`, Country: `USA`, PostalCode: 80075 }), + new InvoicesDataItem({ ShipName: `Madison Home`, ShipAddress: `160 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 80067, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1124, CustomerName: `Pamela Madison`, CustomerFirstName: `Pamela`, CustomerLastName: `Madison`, CustomerAddress: `160 Market Street, Philadelphia, USA, 80067`, Salesperson: `Ben Jackson`, OrderID: 1920, OrderDate: `12/17/2022`, ProductID: 174, ProductName: `IPhone`, UnitPrice: 23660.88, Quantity: 4, ExtendedPrice: 94643.52, Freight: 1220.88, Discontinued: false, Region: `North East`, Address: `160 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 80067 }), + new InvoicesDataItem({ ShipName: `Black Market`, ShipAddress: `151 Wall Street`, ShipCity: `Miami`, ShipPostalCode: 90124, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1125, CustomerName: `Max Black`, CustomerFirstName: `Max`, CustomerLastName: `Black`, CustomerAddress: `151 Wall Street, Miami, USA, 90124`, Salesperson: `Mike Watson`, OrderID: 1497, OrderDate: `2/21/2022`, ProductID: 179, ProductName: `IPhone`, UnitPrice: 15940.51, Quantity: 5, ExtendedPrice: 79702.55, Freight: 1880.51, Discontinued: false, Region: `West`, Address: `151 Wall Street`, City: `Miami`, Country: `USA`, PostalCode: 90124 }), + new InvoicesDataItem({ ShipName: `Black Estate`, ShipAddress: `151 Market Street`, ShipCity: `Huston`, ShipPostalCode: 70173, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1126, CustomerName: `Nancy Black`, CustomerFirstName: `Nancy`, CustomerLastName: `Black`, CustomerAddress: `151 Market Street, Huston, USA, 70173`, Salesperson: `Pamela Jefferson`, OrderID: 1925, OrderDate: `2/15/2022`, ProductID: 170, ProductName: `IPhone`, UnitPrice: 13350.7, Quantity: 5, ExtendedPrice: 66753.5, Freight: 720.7, Discontinued: false, Region: `West`, Address: `151 Market Street`, City: `Huston`, Country: `USA`, PostalCode: 70173 }), + new InvoicesDataItem({ ShipName: `Watson Townhouse`, ShipAddress: `114 Main Street`, ShipCity: `Miami`, ShipPostalCode: 80067, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1127, CustomerName: `James Watson`, CustomerFirstName: `James`, CustomerLastName: `Watson`, CustomerAddress: `114 Main Street, Miami, USA, 80067`, Salesperson: `Pamela Black`, OrderID: 1338, OrderDate: `5/19/2022`, ProductID: 196, ProductName: `Samsung Note`, UnitPrice: 20820.82, Quantity: 4, ExtendedPrice: 83283.28, Freight: 1570.82, Discontinued: false, Region: `South East`, Address: `114 Main Street`, City: `Miami`, Country: `USA`, PostalCode: 80067 }), + new InvoicesDataItem({ ShipName: `Madison Market`, ShipAddress: `189 Wall Street`, ShipCity: `Philadelphia`, ShipPostalCode: 80157, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1128, CustomerName: `Anna Madison`, CustomerFirstName: `Anna`, CustomerLastName: `Madison`, CustomerAddress: `189 Wall Street, Philadelphia, USA, 80157`, Salesperson: `Ben Watson`, OrderID: 1794, OrderDate: `9/9/2022`, ProductID: 168, ProductName: `Samsung Galaxy 22`, UnitPrice: 25550.56, Quantity: 4, ExtendedPrice: 102202.24, Freight: 400.56, Discontinued: false, Region: `North East`, Address: `189 Wall Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 80157 }), + new InvoicesDataItem({ ShipName: `Watson Home`, ShipAddress: `198 Main Street`, ShipCity: `New York`, ShipPostalCode: 60169, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1129, CustomerName: `Ben Watson`, CustomerFirstName: `Ben`, CustomerLastName: `Watson`, CustomerAddress: `198 Main Street, New York, USA, 60169`, Salesperson: `James Black`, OrderID: 1108, OrderDate: `2/5/2022`, ProductID: 194, ProductName: `Mac Book Air`, UnitPrice: 10890.26, Quantity: 3, ExtendedPrice: 32670.78, Freight: 760.26, Discontinued: true, Region: `South East`, Address: `198 Main Street`, City: `New York`, Country: `USA`, PostalCode: 60169 }), + new InvoicesDataItem({ ShipName: `Jackson Townhouse`, ShipAddress: `106 Main Street`, ShipCity: `Los Angeles`, ShipPostalCode: 60117, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1130, CustomerName: `James Jackson`, CustomerFirstName: `James`, CustomerLastName: `Jackson`, CustomerAddress: `106 Main Street, Los Angeles, USA, 60117`, Salesperson: `Pamela Jackson`, OrderID: 1953, OrderDate: `11/24/2022`, ProductID: 179, ProductName: `Samsung Note`, UnitPrice: 19940.84, Quantity: 3, ExtendedPrice: 59822.52, Freight: 890.84, Discontinued: false, Region: `West`, Address: `106 Main Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 60117 }), + new InvoicesDataItem({ ShipName: `Madison Home`, ShipAddress: `192 Main Street`, ShipCity: `Los Angeles`, ShipPostalCode: 90090, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1131, CustomerName: `James Madison`, CustomerFirstName: `James`, CustomerLastName: `Madison`, CustomerAddress: `192 Main Street, Los Angeles, USA, 90090`, Salesperson: `Max Jefferson`, OrderID: 1337, OrderDate: `10/10/2022`, ProductID: 198, ProductName: `Samsung Note`, UnitPrice: 18640.31, Quantity: 2, ExtendedPrice: 37280.62, Freight: 280.31, Discontinued: false, Region: `South East`, Address: `192 Main Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 90090 }), + new InvoicesDataItem({ ShipName: `Jefferson Townhouse`, ShipAddress: `128 Market Street`, ShipCity: `Miami`, ShipPostalCode: 50136, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1132, CustomerName: `Martin Jefferson`, CustomerFirstName: `Martin`, CustomerLastName: `Jefferson`, CustomerAddress: `128 Market Street, Miami, USA, 50136`, Salesperson: `Nancy Jefferson`, OrderID: 1617, OrderDate: `4/10/2022`, ProductID: 148, ProductName: `Samsung Galaxy 22`, UnitPrice: 26140.37, Quantity: 2, ExtendedPrice: 52280.74, Freight: 1270.37, Discontinued: false, Region: `West`, Address: `128 Market Street`, City: `Miami`, Country: `USA`, PostalCode: 50136 }), + new InvoicesDataItem({ ShipName: `Jackson Home`, ShipAddress: `164 Wall Street`, ShipCity: `Huston`, ShipPostalCode: 70190, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1133, CustomerName: `Max Jackson`, CustomerFirstName: `Max`, CustomerLastName: `Jackson`, CustomerAddress: `164 Wall Street, Huston, USA, 70190`, Salesperson: `Nancy Watson`, OrderID: 1222, OrderDate: `3/15/2022`, ProductID: 140, ProductName: `IPad`, UnitPrice: 20540.74, Quantity: 3, ExtendedPrice: 61622.22, Freight: 1190.74, Discontinued: false, Region: `West`, Address: `164 Wall Street`, City: `Huston`, Country: `USA`, PostalCode: 70190 }), + new InvoicesDataItem({ ShipName: `Black Home`, ShipAddress: `118 Main Street`, ShipCity: `Huston`, ShipPostalCode: 60126, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1134, CustomerName: `Ben Black`, CustomerFirstName: `Ben`, CustomerLastName: `Black`, CustomerAddress: `118 Main Street, Huston, USA, 60126`, Salesperson: `Pamela Jefferson`, OrderID: 1888, OrderDate: `7/3/2022`, ProductID: 133, ProductName: `Samsung Galaxy 22`, UnitPrice: 25970.39, Quantity: 2, ExtendedPrice: 51940.78, Freight: 1110.39, Discontinued: false, Region: `North East`, Address: `118 Main Street`, City: `Huston`, Country: `USA`, PostalCode: 60126 }), + new InvoicesDataItem({ ShipName: `Jefferson Estate`, ShipAddress: `145 Wall Street`, ShipCity: `Philadelphia`, ShipPostalCode: 50093, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1135, CustomerName: `James Jefferson`, CustomerFirstName: `James`, CustomerLastName: `Jefferson`, CustomerAddress: `145 Wall Street, Philadelphia, USA, 50093`, Salesperson: `Nancy Jefferson`, OrderID: 1661, OrderDate: `5/14/2022`, ProductID: 199, ProductName: `Mac Book Air`, UnitPrice: 12190.38, Quantity: 2, ExtendedPrice: 24380.76, Freight: 1670.38, Discontinued: false, Region: `North East`, Address: `145 Wall Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 50093 }), + new InvoicesDataItem({ ShipName: `Jefferson Home`, ShipAddress: `174 Wall Street`, ShipCity: `Los Angeles`, ShipPostalCode: 70094, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1136, CustomerName: `Ben Jefferson`, CustomerFirstName: `Ben`, CustomerLastName: `Jefferson`, CustomerAddress: `174 Wall Street, Los Angeles, USA, 70094`, Salesperson: `Max Madison`, OrderID: 1495, OrderDate: `1/19/2022`, ProductID: 188, ProductName: `Mac Book Pro`, UnitPrice: 18310.54, Quantity: 5, ExtendedPrice: 91552.7, Freight: 810.54, Discontinued: false, Region: `West`, Address: `174 Wall Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 70094 }), + new InvoicesDataItem({ ShipName: `Watson Market`, ShipAddress: `146 Wall Street`, ShipCity: `Philadelphia`, ShipPostalCode: 90093, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1137, CustomerName: `Martin Watson`, CustomerFirstName: `Martin`, CustomerLastName: `Watson`, CustomerAddress: `146 Wall Street, Philadelphia, USA, 90093`, Salesperson: `Mike Smith`, OrderID: 1649, OrderDate: `1/4/2022`, ProductID: 171, ProductName: `Mac Book Air`, UnitPrice: 6400.45, Quantity: 3, ExtendedPrice: 19201.35, Freight: 220.45, Discontinued: false, Region: `West`, Address: `146 Wall Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 90093 }), + new InvoicesDataItem({ ShipName: `Smith Estate`, ShipAddress: `181 Main Street`, ShipCity: `Miami`, ShipPostalCode: 80117, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1138, CustomerName: `Martin Smith`, CustomerFirstName: `Martin`, CustomerLastName: `Smith`, CustomerAddress: `181 Main Street, Miami, USA, 80117`, Salesperson: `Mike Black`, OrderID: 1152, OrderDate: `5/12/2022`, ProductID: 172, ProductName: `Mac Book Pro`, UnitPrice: 26760.58, Quantity: 5, ExtendedPrice: 133802.9, Freight: 1480.58, Discontinued: false, Region: `West`, Address: `181 Main Street`, City: `Miami`, Country: `USA`, PostalCode: 80117 }), + new InvoicesDataItem({ ShipName: `Jefferson Market`, ShipAddress: `183 Wall Street`, ShipCity: `Philadelphia`, ShipPostalCode: 70191, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1139, CustomerName: `Mike Jefferson`, CustomerFirstName: `Mike`, CustomerLastName: `Jefferson`, CustomerAddress: `183 Wall Street, Philadelphia, USA, 70191`, Salesperson: `Nancy Jefferson`, OrderID: 1471, OrderDate: `5/19/2022`, ProductID: 119, ProductName: `Mac Book Pro`, UnitPrice: 22030.88, Quantity: 5, ExtendedPrice: 110154.4, Freight: 990.88, Discontinued: true, Region: `West`, Address: `183 Wall Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 70191 }), + new InvoicesDataItem({ ShipName: `Madison Estate`, ShipAddress: `100 Wall Street`, ShipCity: `Philadelphia`, ShipPostalCode: 80082, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1140, CustomerName: `Pamela Madison`, CustomerFirstName: `Pamela`, CustomerLastName: `Madison`, CustomerAddress: `100 Wall Street, Philadelphia, USA, 80082`, Salesperson: `Max Madison`, OrderID: 1793, OrderDate: `3/16/2022`, ProductID: 158, ProductName: `Mac Book Pro`, UnitPrice: 20230.42, Quantity: 3, ExtendedPrice: 60691.26, Freight: 1990.42, Discontinued: false, Region: `West`, Address: `100 Wall Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 80082 }), + new InvoicesDataItem({ ShipName: `Black Market`, ShipAddress: `173 Market Street`, ShipCity: `New York`, ShipPostalCode: 90155, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1141, CustomerName: `Pamela Black`, CustomerFirstName: `Pamela`, CustomerLastName: `Black`, CustomerAddress: `173 Market Street, New York, USA, 90155`, Salesperson: `Pamela Black`, OrderID: 1928, OrderDate: `8/24/2022`, ProductID: 114, ProductName: `Mac Book Air`, UnitPrice: 24460.68, Quantity: 2, ExtendedPrice: 48921.36, Freight: 1840.68, Discontinued: false, Region: `West`, Address: `173 Market Street`, City: `New York`, Country: `USA`, PostalCode: 90155 }), + new InvoicesDataItem({ ShipName: `Smith Townhouse`, ShipAddress: `171 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 60087, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1142, CustomerName: `James Smith`, CustomerFirstName: `James`, CustomerLastName: `Smith`, CustomerAddress: `171 Market Street, Philadelphia, USA, 60087`, Salesperson: `Pamela Madison`, OrderID: 1027, OrderDate: `1/25/2022`, ProductID: 145, ProductName: `Samsung Note`, UnitPrice: 6010.73, Quantity: 3, ExtendedPrice: 18032.19, Freight: 1860.73, Discontinued: false, Region: `West`, Address: `171 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 60087 }), + new InvoicesDataItem({ ShipName: `Jackson Townhouse`, ShipAddress: `175 Wall Street`, ShipCity: `Huston`, ShipPostalCode: 60122, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1143, CustomerName: `Mike Jackson`, CustomerFirstName: `Mike`, CustomerLastName: `Jackson`, CustomerAddress: `175 Wall Street, Huston, USA, 60122`, Salesperson: `Pamela Jackson`, OrderID: 1700, OrderDate: `12/10/2022`, ProductID: 150, ProductName: `Mac Book Pro`, UnitPrice: 22030.36, Quantity: 2, ExtendedPrice: 44060.72, Freight: 940.36, Discontinued: false, Region: `West`, Address: `175 Wall Street`, City: `Huston`, Country: `USA`, PostalCode: 60122 }), + new InvoicesDataItem({ ShipName: `Smith Townhouse`, ShipAddress: `174 Main Street`, ShipCity: `Miami`, ShipPostalCode: 90071, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1144, CustomerName: `Max Smith`, CustomerFirstName: `Max`, CustomerLastName: `Smith`, CustomerAddress: `174 Main Street, Miami, USA, 90071`, Salesperson: `Mike Jackson`, OrderID: 1769, OrderDate: `2/20/2022`, ProductID: 183, ProductName: `Mac Book Air`, UnitPrice: 25890.72, Quantity: 3, ExtendedPrice: 77672.16, Freight: 1540.72, Discontinued: false, Region: `West`, Address: `174 Main Street`, City: `Miami`, Country: `USA`, PostalCode: 90071 }), + new InvoicesDataItem({ ShipName: `Jefferson Estate`, ShipAddress: `100 Market Street`, ShipCity: `Huston`, ShipPostalCode: 90059, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1145, CustomerName: `Martin Jefferson`, CustomerFirstName: `Martin`, CustomerLastName: `Jefferson`, CustomerAddress: `100 Market Street, Huston, USA, 90059`, Salesperson: `Max Jefferson`, OrderID: 1835, OrderDate: `5/15/2022`, ProductID: 142, ProductName: `Samsung Note`, UnitPrice: 28310.48, Quantity: 3, ExtendedPrice: 84931.44, Freight: 2000.48, Discontinued: false, Region: `West`, Address: `100 Market Street`, City: `Huston`, Country: `USA`, PostalCode: 90059 }), + new InvoicesDataItem({ ShipName: `Madison Townhouse`, ShipAddress: `120 Market Street`, ShipCity: `Miami`, ShipPostalCode: 90120, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1146, CustomerName: `Ben Madison`, CustomerFirstName: `Ben`, CustomerLastName: `Madison`, CustomerAddress: `120 Market Street, Miami, USA, 90120`, Salesperson: `Max Jefferson`, OrderID: 1787, OrderDate: `5/16/2022`, ProductID: 104, ProductName: `IPad`, UnitPrice: 8410.44, Quantity: 2, ExtendedPrice: 16820.88, Freight: 1620.44, Discontinued: false, Region: `West`, Address: `120 Market Street`, City: `Miami`, Country: `USA`, PostalCode: 90120 }), + new InvoicesDataItem({ ShipName: `Watson Estate`, ShipAddress: `163 Wall Street`, ShipCity: `Los Angeles`, ShipPostalCode: 80132, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1147, CustomerName: `Pamela Watson`, CustomerFirstName: `Pamela`, CustomerLastName: `Watson`, CustomerAddress: `163 Wall Street, Los Angeles, USA, 80132`, Salesperson: `Pamela Watson`, OrderID: 1026, OrderDate: `7/10/2022`, ProductID: 130, ProductName: `Samsung Note`, UnitPrice: 13650.42, Quantity: 3, ExtendedPrice: 40951.26, Freight: 750.42, Discontinued: false, Region: `West`, Address: `163 Wall Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 80132 }), + new InvoicesDataItem({ ShipName: `Black Home`, ShipAddress: `169 Wall Street`, ShipCity: `Huston`, ShipPostalCode: 90138, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1148, CustomerName: `Ben Black`, CustomerFirstName: `Ben`, CustomerLastName: `Black`, CustomerAddress: `169 Wall Street, Huston, USA, 90138`, Salesperson: `Anna Smith`, OrderID: 1805, OrderDate: `1/6/2022`, ProductID: 126, ProductName: `Samsung Note`, UnitPrice: 29130.32, Quantity: 4, ExtendedPrice: 116521.28, Freight: 800.32, Discontinued: false, Region: `West`, Address: `169 Wall Street`, City: `Huston`, Country: `USA`, PostalCode: 90138 }), + new InvoicesDataItem({ ShipName: `Jefferson Townhouse`, ShipAddress: `167 Market Street`, ShipCity: `Miami`, ShipPostalCode: 60152, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1149, CustomerName: `Max Jefferson`, CustomerFirstName: `Max`, CustomerLastName: `Jefferson`, CustomerAddress: `167 Market Street, Miami, USA, 60152`, Salesperson: `Ben Jackson`, OrderID: 1292, OrderDate: `10/3/2022`, ProductID: 178, ProductName: `IPhone`, UnitPrice: 9150.64, Quantity: 5, ExtendedPrice: 45753.2, Freight: 1530.64, Discontinued: true, Region: `North East`, Address: `167 Market Street`, City: `Miami`, Country: `USA`, PostalCode: 60152 }), + new InvoicesDataItem({ ShipName: `Jackson Home`, ShipAddress: `194 Wall Street`, ShipCity: `Philadelphia`, ShipPostalCode: 80133, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1150, CustomerName: `Nancy Jackson`, CustomerFirstName: `Nancy`, CustomerLastName: `Jackson`, CustomerAddress: `194 Wall Street, Philadelphia, USA, 80133`, Salesperson: `Martin Watson`, OrderID: 1240, OrderDate: `10/14/2022`, ProductID: 128, ProductName: `IPhone`, UnitPrice: 22900.38, Quantity: 5, ExtendedPrice: 114501.9, Freight: 1500.38, Discontinued: false, Region: `North East`, Address: `194 Wall Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 80133 }), + new InvoicesDataItem({ ShipName: `Smith Home`, ShipAddress: `168 Wall Street`, ShipCity: `New York`, ShipPostalCode: 60104, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1151, CustomerName: `James Smith`, CustomerFirstName: `James`, CustomerLastName: `Smith`, CustomerAddress: `168 Wall Street, New York, USA, 60104`, Salesperson: `Martin Madison`, OrderID: 1307, OrderDate: `5/19/2022`, ProductID: 109, ProductName: `Samsung Note`, UnitPrice: 18330.33, Quantity: 5, ExtendedPrice: 91651.65, Freight: 1960.33, Discontinued: false, Region: `North East`, Address: `168 Wall Street`, City: `New York`, Country: `USA`, PostalCode: 60104 }), + new InvoicesDataItem({ ShipName: `Madison Market`, ShipAddress: `122 Market Street`, ShipCity: `New York`, ShipPostalCode: 60149, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1152, CustomerName: `Nancy Madison`, CustomerFirstName: `Nancy`, CustomerLastName: `Madison`, CustomerAddress: `122 Market Street, New York, USA, 60149`, Salesperson: `Mike Madison`, OrderID: 1360, OrderDate: `11/2/2022`, ProductID: 141, ProductName: `Mac Book Pro`, UnitPrice: 8620.6, Quantity: 2, ExtendedPrice: 17241.2, Freight: 950.6, Discontinued: false, Region: `South East`, Address: `122 Market Street`, City: `New York`, Country: `USA`, PostalCode: 60149 }), + new InvoicesDataItem({ ShipName: `Black Home`, ShipAddress: `147 Main Street`, ShipCity: `Philadelphia`, ShipPostalCode: 80098, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1153, CustomerName: `Pamela Black`, CustomerFirstName: `Pamela`, CustomerLastName: `Black`, CustomerAddress: `147 Main Street, Philadelphia, USA, 80098`, Salesperson: `James Black`, OrderID: 1445, OrderDate: `11/2/2022`, ProductID: 151, ProductName: `Samsung Note`, UnitPrice: 27180.5, Quantity: 2, ExtendedPrice: 54361, Freight: 790.5, Discontinued: false, Region: `South East`, Address: `147 Main Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 80098 }), + new InvoicesDataItem({ ShipName: `Jackson Estate`, ShipAddress: `113 Wall Street`, ShipCity: `Los Angeles`, ShipPostalCode: 90111, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1154, CustomerName: `Martin Jackson`, CustomerFirstName: `Martin`, CustomerLastName: `Jackson`, CustomerAddress: `113 Wall Street, Los Angeles, USA, 90111`, Salesperson: `Anna Jackson`, OrderID: 1014, OrderDate: `1/24/2022`, ProductID: 185, ProductName: `Mac Book Air`, UnitPrice: 14760.63, Quantity: 2, ExtendedPrice: 29521.26, Freight: 1520.63, Discontinued: false, Region: `West`, Address: `113 Wall Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 90111 }), + new InvoicesDataItem({ ShipName: `Smith Estate`, ShipAddress: `154 Wall Street`, ShipCity: `Huston`, ShipPostalCode: 60050, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1155, CustomerName: `Nancy Smith`, CustomerFirstName: `Nancy`, CustomerLastName: `Smith`, CustomerAddress: `154 Wall Street, Huston, USA, 60050`, Salesperson: `Nancy Smith`, OrderID: 1845, OrderDate: `4/8/2022`, ProductID: 105, ProductName: `IPad`, UnitPrice: 22600.77, Quantity: 4, ExtendedPrice: 90403.08, Freight: 670.77, Discontinued: false, Region: `North East`, Address: `154 Wall Street`, City: `Huston`, Country: `USA`, PostalCode: 60050 }), + new InvoicesDataItem({ ShipName: `Black Townhouse`, ShipAddress: `188 Main Street`, ShipCity: `Philadelphia`, ShipPostalCode: 80121, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1156, CustomerName: `James Black`, CustomerFirstName: `James`, CustomerLastName: `Black`, CustomerAddress: `188 Main Street, Philadelphia, USA, 80121`, Salesperson: `Martin Jefferson`, OrderID: 1587, OrderDate: `5/13/2022`, ProductID: 174, ProductName: `Samsung Note`, UnitPrice: 17020.74, Quantity: 2, ExtendedPrice: 34041.48, Freight: 1490.74, Discontinued: false, Region: `West`, Address: `188 Main Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 80121 }), + new InvoicesDataItem({ ShipName: `Smith Home`, ShipAddress: `181 Wall Street`, ShipCity: `Huston`, ShipPostalCode: 90097, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1157, CustomerName: `Anna Smith`, CustomerFirstName: `Anna`, CustomerLastName: `Smith`, CustomerAddress: `181 Wall Street, Huston, USA, 90097`, Salesperson: `Anna Madison`, OrderID: 1706, OrderDate: `5/22/2022`, ProductID: 112, ProductName: `Samsung Galaxy 22`, UnitPrice: 21780.43, Quantity: 3, ExtendedPrice: 65341.29, Freight: 1650.43, Discontinued: false, Region: `North East`, Address: `181 Wall Street`, City: `Huston`, Country: `USA`, PostalCode: 90097 }), + new InvoicesDataItem({ ShipName: `Smith Estate`, ShipAddress: `171 Wall Street`, ShipCity: `Miami`, ShipPostalCode: 50118, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1158, CustomerName: `James Smith`, CustomerFirstName: `James`, CustomerLastName: `Smith`, CustomerAddress: `171 Wall Street, Miami, USA, 50118`, Salesperson: `Max Smith`, OrderID: 1335, OrderDate: `6/16/2022`, ProductID: 116, ProductName: `IPad`, UnitPrice: 7560.43, Quantity: 3, ExtendedPrice: 22681.29, Freight: 1140.43, Discontinued: false, Region: `West`, Address: `171 Wall Street`, City: `Miami`, Country: `USA`, PostalCode: 50118 }), + new InvoicesDataItem({ ShipName: `Jackson Estate`, ShipAddress: `193 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 70176, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1159, CustomerName: `Ben Jackson`, CustomerFirstName: `Ben`, CustomerLastName: `Jackson`, CustomerAddress: `193 Market Street, Philadelphia, USA, 70176`, Salesperson: `Martin Black`, OrderID: 1003, OrderDate: `9/11/2022`, ProductID: 170, ProductName: `IPhone`, UnitPrice: 15510.7, Quantity: 5, ExtendedPrice: 77553.5, Freight: 200.7, Discontinued: true, Region: `West`, Address: `193 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 70176 }), + new InvoicesDataItem({ ShipName: `Madison Home`, ShipAddress: `125 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 80142, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1160, CustomerName: `Ben Madison`, CustomerFirstName: `Ben`, CustomerLastName: `Madison`, CustomerAddress: `125 Market Street, Philadelphia, USA, 80142`, Salesperson: `Martin Madison`, OrderID: 1723, OrderDate: `3/14/2022`, ProductID: 179, ProductName: `IPhone`, UnitPrice: 14760.6, Quantity: 3, ExtendedPrice: 44281.8, Freight: 1650.6, Discontinued: false, Region: `West`, Address: `125 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 80142 }), + new InvoicesDataItem({ ShipName: `Smith Estate`, ShipAddress: `128 Main Street`, ShipCity: `Philadelphia`, ShipPostalCode: 70111, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1161, CustomerName: `Anna Smith`, CustomerFirstName: `Anna`, CustomerLastName: `Smith`, CustomerAddress: `128 Main Street, Philadelphia, USA, 70111`, Salesperson: `Max Jackson`, OrderID: 1810, OrderDate: `1/18/2022`, ProductID: 117, ProductName: `IPad`, UnitPrice: 19620.55, Quantity: 5, ExtendedPrice: 98102.75, Freight: 1030.55, Discontinued: false, Region: `South East`, Address: `128 Main Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 70111 }), + new InvoicesDataItem({ ShipName: `Madison Estate`, ShipAddress: `131 Wall Street`, ShipCity: `Philadelphia`, ShipPostalCode: 90058, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1162, CustomerName: `Max Madison`, CustomerFirstName: `Max`, CustomerLastName: `Madison`, CustomerAddress: `131 Wall Street, Philadelphia, USA, 90058`, Salesperson: `Pamela Madison`, OrderID: 1224, OrderDate: `2/2/2022`, ProductID: 108, ProductName: `Mac Book Air`, UnitPrice: 9130.21, Quantity: 2, ExtendedPrice: 18260.42, Freight: 1110.21, Discontinued: false, Region: `West`, Address: `131 Wall Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 90058 }), + new InvoicesDataItem({ ShipName: `Watson Market`, ShipAddress: `145 Main Street`, ShipCity: `Philadelphia`, ShipPostalCode: 50176, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1163, CustomerName: `James Watson`, CustomerFirstName: `James`, CustomerLastName: `Watson`, CustomerAddress: `145 Main Street, Philadelphia, USA, 50176`, Salesperson: `Mike Smith`, OrderID: 1265, OrderDate: `4/22/2022`, ProductID: 147, ProductName: `IPhone`, UnitPrice: 15210.29, Quantity: 2, ExtendedPrice: 30420.58, Freight: 1470.29, Discontinued: false, Region: `South East`, Address: `145 Main Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 50176 }), + new InvoicesDataItem({ ShipName: `Jefferson Estate`, ShipAddress: `123 Main Street`, ShipCity: `Philadelphia`, ShipPostalCode: 90058, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1164, CustomerName: `Ben Jefferson`, CustomerFirstName: `Ben`, CustomerLastName: `Jefferson`, CustomerAddress: `123 Main Street, Philadelphia, USA, 90058`, Salesperson: `Martin Watson`, OrderID: 1428, OrderDate: `9/14/2022`, ProductID: 195, ProductName: `Samsung Note`, UnitPrice: 6440.36, Quantity: 4, ExtendedPrice: 25761.44, Freight: 350.36, Discontinued: false, Region: `West`, Address: `123 Main Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 90058 }), + new InvoicesDataItem({ ShipName: `Watson Townhouse`, ShipAddress: `148 Wall Street`, ShipCity: `Los Angeles`, ShipPostalCode: 60161, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1165, CustomerName: `Ben Watson`, CustomerFirstName: `Ben`, CustomerLastName: `Watson`, CustomerAddress: `148 Wall Street, Los Angeles, USA, 60161`, Salesperson: `Nancy Black`, OrderID: 1367, OrderDate: `9/1/2022`, ProductID: 196, ProductName: `Mac Book Pro`, UnitPrice: 26990.25, Quantity: 4, ExtendedPrice: 107961, Freight: 950.25, Discontinued: false, Region: `West`, Address: `148 Wall Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 60161 }), + new InvoicesDataItem({ ShipName: `Jefferson Home`, ShipAddress: `151 Main Street`, ShipCity: `New York`, ShipPostalCode: 90156, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1166, CustomerName: `James Jefferson`, CustomerFirstName: `James`, CustomerLastName: `Jefferson`, CustomerAddress: `151 Main Street, New York, USA, 90156`, Salesperson: `Ben Smith`, OrderID: 1812, OrderDate: `6/23/2022`, ProductID: 182, ProductName: `Samsung Galaxy 22`, UnitPrice: 6230.76, Quantity: 5, ExtendedPrice: 31153.8, Freight: 920.76, Discontinued: false, Region: `West`, Address: `151 Main Street`, City: `New York`, Country: `USA`, PostalCode: 90156 }), + new InvoicesDataItem({ ShipName: `Jackson Townhouse`, ShipAddress: `128 Main Street`, ShipCity: `New York`, ShipPostalCode: 90073, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1167, CustomerName: `Pamela Jackson`, CustomerFirstName: `Pamela`, CustomerLastName: `Jackson`, CustomerAddress: `128 Main Street, New York, USA, 90073`, Salesperson: `Nancy Madison`, OrderID: 1121, OrderDate: `3/25/2022`, ProductID: 166, ProductName: `Mac Book Air`, UnitPrice: 8360.33, Quantity: 3, ExtendedPrice: 25080.99, Freight: 1870.33, Discontinued: false, Region: `South East`, Address: `128 Main Street`, City: `New York`, Country: `USA`, PostalCode: 90073 }), + new InvoicesDataItem({ ShipName: `Black Market`, ShipAddress: `109 Wall Street`, ShipCity: `Philadelphia`, ShipPostalCode: 70139, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1168, CustomerName: `Mike Black`, CustomerFirstName: `Mike`, CustomerLastName: `Black`, CustomerAddress: `109 Wall Street, Philadelphia, USA, 70139`, Salesperson: `James Jefferson`, OrderID: 1086, OrderDate: `11/22/2022`, ProductID: 192, ProductName: `IPhone`, UnitPrice: 13050.45, Quantity: 4, ExtendedPrice: 52201.8, Freight: 1850.45, Discontinued: false, Region: `North East`, Address: `109 Wall Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 70139 }), + new InvoicesDataItem({ ShipName: `Smith Home`, ShipAddress: `196 Wall Street`, ShipCity: `Los Angeles`, ShipPostalCode: 60096, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1169, CustomerName: `Anna Smith`, CustomerFirstName: `Anna`, CustomerLastName: `Smith`, CustomerAddress: `196 Wall Street, Los Angeles, USA, 60096`, Salesperson: `Mike Watson`, OrderID: 1859, OrderDate: `8/11/2022`, ProductID: 157, ProductName: `IPhone`, UnitPrice: 14950.2, Quantity: 5, ExtendedPrice: 74751, Freight: 1140.2, Discontinued: true, Region: `South East`, Address: `196 Wall Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 60096 }), + new InvoicesDataItem({ ShipName: `Watson Townhouse`, ShipAddress: `101 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 90111, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1170, CustomerName: `James Watson`, CustomerFirstName: `James`, CustomerLastName: `Watson`, CustomerAddress: `101 Market Street, Philadelphia, USA, 90111`, Salesperson: `Mike Madison`, OrderID: 1952, OrderDate: `7/19/2022`, ProductID: 152, ProductName: `Samsung Galaxy 22`, UnitPrice: 29810.56, Quantity: 4, ExtendedPrice: 119242.24, Freight: 470.56, Discontinued: false, Region: `South East`, Address: `101 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 90111 }), + new InvoicesDataItem({ ShipName: `Madison Estate`, ShipAddress: `147 Main Street`, ShipCity: `Los Angeles`, ShipPostalCode: 90157, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1171, CustomerName: `Max Madison`, CustomerFirstName: `Max`, CustomerLastName: `Madison`, CustomerAddress: `147 Main Street, Los Angeles, USA, 90157`, Salesperson: `Ben Black`, OrderID: 1351, OrderDate: `5/22/2022`, ProductID: 180, ProductName: `Samsung Note`, UnitPrice: 13470.4, Quantity: 5, ExtendedPrice: 67352, Freight: 1610.4, Discontinued: false, Region: `West`, Address: `147 Main Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 90157 }), + new InvoicesDataItem({ ShipName: `Smith Townhouse`, ShipAddress: `195 Market Street`, ShipCity: `Huston`, ShipPostalCode: 80071, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1172, CustomerName: `Anna Smith`, CustomerFirstName: `Anna`, CustomerLastName: `Smith`, CustomerAddress: `195 Market Street, Huston, USA, 80071`, Salesperson: `Pamela Jefferson`, OrderID: 1371, OrderDate: `12/9/2022`, ProductID: 105, ProductName: `Mac Book Pro`, UnitPrice: 19040.72, Quantity: 4, ExtendedPrice: 76162.88, Freight: 1480.72, Discontinued: false, Region: `South East`, Address: `195 Market Street`, City: `Huston`, Country: `USA`, PostalCode: 80071 }), + new InvoicesDataItem({ ShipName: `Black Townhouse`, ShipAddress: `184 Market Street`, ShipCity: `Los Angeles`, ShipPostalCode: 90197, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1173, CustomerName: `Martin Black`, CustomerFirstName: `Martin`, CustomerLastName: `Black`, CustomerAddress: `184 Market Street, Los Angeles, USA, 90197`, Salesperson: `Martin Watson`, OrderID: 1537, OrderDate: `4/3/2022`, ProductID: 137, ProductName: `IPhone`, UnitPrice: 25370.79, Quantity: 2, ExtendedPrice: 50741.58, Freight: 1980.79, Discontinued: false, Region: `North East`, Address: `184 Market Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 90197 }), + new InvoicesDataItem({ ShipName: `Jackson Estate`, ShipAddress: `102 Market Street`, ShipCity: `Huston`, ShipPostalCode: 70185, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1174, CustomerName: `Ben Jackson`, CustomerFirstName: `Ben`, CustomerLastName: `Jackson`, CustomerAddress: `102 Market Street, Huston, USA, 70185`, Salesperson: `Ben Jackson`, OrderID: 1378, OrderDate: `7/6/2022`, ProductID: 182, ProductName: `Mac Book Pro`, UnitPrice: 19620.84, Quantity: 2, ExtendedPrice: 39241.68, Freight: 730.84, Discontinued: false, Region: `North East`, Address: `102 Market Street`, City: `Huston`, Country: `USA`, PostalCode: 70185 }), + new InvoicesDataItem({ ShipName: `Watson Market`, ShipAddress: `192 Wall Street`, ShipCity: `Huston`, ShipPostalCode: 60144, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1175, CustomerName: `Nancy Watson`, CustomerFirstName: `Nancy`, CustomerLastName: `Watson`, CustomerAddress: `192 Wall Street, Huston, USA, 60144`, Salesperson: `Martin Jefferson`, OrderID: 1350, OrderDate: `10/23/2022`, ProductID: 138, ProductName: `IPad`, UnitPrice: 26010.88, Quantity: 2, ExtendedPrice: 52021.76, Freight: 260.88, Discontinued: false, Region: `North East`, Address: `192 Wall Street`, City: `Huston`, Country: `USA`, PostalCode: 60144 }), + new InvoicesDataItem({ ShipName: `Black Home`, ShipAddress: `114 Main Street`, ShipCity: `Philadelphia`, ShipPostalCode: 70079, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1176, CustomerName: `Ben Black`, CustomerFirstName: `Ben`, CustomerLastName: `Black`, CustomerAddress: `114 Main Street, Philadelphia, USA, 70079`, Salesperson: `Anna Watson`, OrderID: 1889, OrderDate: `8/21/2022`, ProductID: 146, ProductName: `Samsung Galaxy 22`, UnitPrice: 23970.6, Quantity: 3, ExtendedPrice: 71911.8, Freight: 1870.6, Discontinued: false, Region: `North East`, Address: `114 Main Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 70079 }), + new InvoicesDataItem({ ShipName: `Madison Townhouse`, ShipAddress: `199 Wall Street`, ShipCity: `Miami`, ShipPostalCode: 90182, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1177, CustomerName: `Nancy Madison`, CustomerFirstName: `Nancy`, CustomerLastName: `Madison`, CustomerAddress: `199 Wall Street, Miami, USA, 90182`, Salesperson: `Anna Madison`, OrderID: 1285, OrderDate: `3/12/2022`, ProductID: 146, ProductName: `Samsung Note`, UnitPrice: 13660.54, Quantity: 2, ExtendedPrice: 27321.08, Freight: 1870.54, Discontinued: false, Region: `South East`, Address: `199 Wall Street`, City: `Miami`, Country: `USA`, PostalCode: 90182 }), + new InvoicesDataItem({ ShipName: `Madison Townhouse`, ShipAddress: `141 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 80097, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1178, CustomerName: `Pamela Madison`, CustomerFirstName: `Pamela`, CustomerLastName: `Madison`, CustomerAddress: `141 Market Street, Philadelphia, USA, 80097`, Salesperson: `Pamela Watson`, OrderID: 1886, OrderDate: `8/1/2022`, ProductID: 107, ProductName: `Mac Book Pro`, UnitPrice: 11630.46, Quantity: 4, ExtendedPrice: 46521.84, Freight: 1530.46, Discontinued: false, Region: `North East`, Address: `141 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 80097 }), + new InvoicesDataItem({ ShipName: `Jefferson Market`, ShipAddress: `168 Main Street`, ShipCity: `Los Angeles`, ShipPostalCode: 80162, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1179, CustomerName: `Max Jefferson`, CustomerFirstName: `Max`, CustomerLastName: `Jefferson`, CustomerAddress: `168 Main Street, Los Angeles, USA, 80162`, Salesperson: `Mike Jackson`, OrderID: 1009, OrderDate: `4/7/2022`, ProductID: 149, ProductName: `IPad`, UnitPrice: 16960.32, Quantity: 3, ExtendedPrice: 50880.96, Freight: 1510.32, Discontinued: true, Region: `North East`, Address: `168 Main Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 80162 }), + new InvoicesDataItem({ ShipName: `Smith Home`, ShipAddress: `100 Market Street`, ShipCity: `Miami`, ShipPostalCode: 80063, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1180, CustomerName: `Martin Smith`, CustomerFirstName: `Martin`, CustomerLastName: `Smith`, CustomerAddress: `100 Market Street, Miami, USA, 80063`, Salesperson: `Nancy Smith`, OrderID: 1046, OrderDate: `10/21/2022`, ProductID: 123, ProductName: `IPad`, UnitPrice: 19360.67, Quantity: 3, ExtendedPrice: 58082.01, Freight: 1510.67, Discontinued: false, Region: `South East`, Address: `100 Market Street`, City: `Miami`, Country: `USA`, PostalCode: 80063 }), + new InvoicesDataItem({ ShipName: `Madison Home`, ShipAddress: `145 Market Street`, ShipCity: `Huston`, ShipPostalCode: 90152, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1181, CustomerName: `Anna Madison`, CustomerFirstName: `Anna`, CustomerLastName: `Madison`, CustomerAddress: `145 Market Street, Huston, USA, 90152`, Salesperson: `Max Watson`, OrderID: 1593, OrderDate: `11/17/2022`, ProductID: 169, ProductName: `Samsung Note`, UnitPrice: 28870.27, Quantity: 5, ExtendedPrice: 144351.35, Freight: 1430.27, Discontinued: false, Region: `North East`, Address: `145 Market Street`, City: `Huston`, Country: `USA`, PostalCode: 90152 }), + new InvoicesDataItem({ ShipName: `Jackson Estate`, ShipAddress: `154 Main Street`, ShipCity: `Miami`, ShipPostalCode: 90080, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1182, CustomerName: `Ben Jackson`, CustomerFirstName: `Ben`, CustomerLastName: `Jackson`, CustomerAddress: `154 Main Street, Miami, USA, 90080`, Salesperson: `Nancy Jefferson`, OrderID: 1234, OrderDate: `3/21/2022`, ProductID: 111, ProductName: `IPad`, UnitPrice: 16610.78, Quantity: 2, ExtendedPrice: 33221.56, Freight: 1350.78, Discontinued: false, Region: `South East`, Address: `154 Main Street`, City: `Miami`, Country: `USA`, PostalCode: 90080 }), + new InvoicesDataItem({ ShipName: `Smith Market`, ShipAddress: `166 Market Street`, ShipCity: `Huston`, ShipPostalCode: 70090, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1183, CustomerName: `Anna Smith`, CustomerFirstName: `Anna`, CustomerLastName: `Smith`, CustomerAddress: `166 Market Street, Huston, USA, 70090`, Salesperson: `Ben Watson`, OrderID: 1362, OrderDate: `5/2/2022`, ProductID: 122, ProductName: `Mac Book Air`, UnitPrice: 6870.64, Quantity: 4, ExtendedPrice: 27482.56, Freight: 750.64, Discontinued: false, Region: `North East`, Address: `166 Market Street`, City: `Huston`, Country: `USA`, PostalCode: 70090 }), + new InvoicesDataItem({ ShipName: `Jefferson Estate`, ShipAddress: `180 Market Street`, ShipCity: `Miami`, ShipPostalCode: 90169, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1184, CustomerName: `Pamela Jefferson`, CustomerFirstName: `Pamela`, CustomerLastName: `Jefferson`, CustomerAddress: `180 Market Street, Miami, USA, 90169`, Salesperson: `Pamela Black`, OrderID: 1698, OrderDate: `1/18/2022`, ProductID: 129, ProductName: `IPad`, UnitPrice: 10960.71, Quantity: 5, ExtendedPrice: 54803.55, Freight: 1530.71, Discontinued: false, Region: `West`, Address: `180 Market Street`, City: `Miami`, Country: `USA`, PostalCode: 90169 }), + new InvoicesDataItem({ ShipName: `Madison Estate`, ShipAddress: `169 Main Street`, ShipCity: `Huston`, ShipPostalCode: 50114, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1185, CustomerName: `Nancy Madison`, CustomerFirstName: `Nancy`, CustomerLastName: `Madison`, CustomerAddress: `169 Main Street, Huston, USA, 50114`, Salesperson: `Martin Smith`, OrderID: 1458, OrderDate: `6/15/2022`, ProductID: 183, ProductName: `IPhone`, UnitPrice: 16380.23, Quantity: 2, ExtendedPrice: 32760.46, Freight: 1990.23, Discontinued: false, Region: `West`, Address: `169 Main Street`, City: `Huston`, Country: `USA`, PostalCode: 50114 }), + new InvoicesDataItem({ ShipName: `Madison Estate`, ShipAddress: `132 Market Street`, ShipCity: `Miami`, ShipPostalCode: 90064, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1186, CustomerName: `Max Madison`, CustomerFirstName: `Max`, CustomerLastName: `Madison`, CustomerAddress: `132 Market Street, Miami, USA, 90064`, Salesperson: `Nancy Jackson`, OrderID: 1563, OrderDate: `6/17/2022`, ProductID: 193, ProductName: `Samsung Note`, UnitPrice: 25940.61, Quantity: 4, ExtendedPrice: 103762.44, Freight: 970.61, Discontinued: false, Region: `West`, Address: `132 Market Street`, City: `Miami`, Country: `USA`, PostalCode: 90064 }), + new InvoicesDataItem({ ShipName: `Madison Market`, ShipAddress: `107 Wall Street`, ShipCity: `Los Angeles`, ShipPostalCode: 50110, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1187, CustomerName: `Martin Madison`, CustomerFirstName: `Martin`, CustomerLastName: `Madison`, CustomerAddress: `107 Wall Street, Los Angeles, USA, 50110`, Salesperson: `Nancy Jefferson`, OrderID: 1934, OrderDate: `6/5/2022`, ProductID: 110, ProductName: `Samsung Note`, UnitPrice: 5360.47, Quantity: 3, ExtendedPrice: 16081.41, Freight: 1680.47, Discontinued: false, Region: `North East`, Address: `107 Wall Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 50110 }), + new InvoicesDataItem({ ShipName: `Black Townhouse`, ShipAddress: `170 Wall Street`, ShipCity: `New York`, ShipPostalCode: 50149, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1188, CustomerName: `Pamela Black`, CustomerFirstName: `Pamela`, CustomerLastName: `Black`, CustomerAddress: `170 Wall Street, New York, USA, 50149`, Salesperson: `Mike Jefferson`, OrderID: 1880, OrderDate: `12/7/2022`, ProductID: 137, ProductName: `IPhone`, UnitPrice: 19560.62, Quantity: 4, ExtendedPrice: 78242.48, Freight: 680.62, Discontinued: false, Region: `West`, Address: `170 Wall Street`, City: `New York`, Country: `USA`, PostalCode: 50149 }), + new InvoicesDataItem({ ShipName: `Jefferson Market`, ShipAddress: `152 Wall Street`, ShipCity: `New York`, ShipPostalCode: 50085, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1189, CustomerName: `Ben Jefferson`, CustomerFirstName: `Ben`, CustomerLastName: `Jefferson`, CustomerAddress: `152 Wall Street, New York, USA, 50085`, Salesperson: `Anna Jackson`, OrderID: 1159, OrderDate: `5/18/2022`, ProductID: 167, ProductName: `IPad`, UnitPrice: 19270.25, Quantity: 2, ExtendedPrice: 38540.5, Freight: 1050.25, Discontinued: true, Region: `North East`, Address: `152 Wall Street`, City: `New York`, Country: `USA`, PostalCode: 50085 }), + new InvoicesDataItem({ ShipName: `Watson Market`, ShipAddress: `186 Wall Street`, ShipCity: `Los Angeles`, ShipPostalCode: 60146, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1190, CustomerName: `Mike Watson`, CustomerFirstName: `Mike`, CustomerLastName: `Watson`, CustomerAddress: `186 Wall Street, Los Angeles, USA, 60146`, Salesperson: `Nancy Madison`, OrderID: 1960, OrderDate: `3/2/2022`, ProductID: 167, ProductName: `Samsung Galaxy 22`, UnitPrice: 22090.53, Quantity: 3, ExtendedPrice: 66271.59, Freight: 1790.53, Discontinued: false, Region: `West`, Address: `186 Wall Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 60146 }), + new InvoicesDataItem({ ShipName: `Madison Estate`, ShipAddress: `194 Wall Street`, ShipCity: `New York`, ShipPostalCode: 50170, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1191, CustomerName: `Nancy Madison`, CustomerFirstName: `Nancy`, CustomerLastName: `Madison`, CustomerAddress: `194 Wall Street, New York, USA, 50170`, Salesperson: `Max Watson`, OrderID: 1658, OrderDate: `9/1/2022`, ProductID: 156, ProductName: `Samsung Galaxy 22`, UnitPrice: 27450.8, Quantity: 4, ExtendedPrice: 109803.2, Freight: 270.8, Discontinued: false, Region: `West`, Address: `194 Wall Street`, City: `New York`, Country: `USA`, PostalCode: 50170 }), + new InvoicesDataItem({ ShipName: `Smith Townhouse`, ShipAddress: `172 Main Street`, ShipCity: `New York`, ShipPostalCode: 70191, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1192, CustomerName: `Ben Smith`, CustomerFirstName: `Ben`, CustomerLastName: `Smith`, CustomerAddress: `172 Main Street, New York, USA, 70191`, Salesperson: `Pamela Madison`, OrderID: 1225, OrderDate: `3/22/2022`, ProductID: 170, ProductName: `Samsung Galaxy 22`, UnitPrice: 21150.84, Quantity: 5, ExtendedPrice: 105754.2, Freight: 1230.84, Discontinued: false, Region: `West`, Address: `172 Main Street`, City: `New York`, Country: `USA`, PostalCode: 70191 }), + new InvoicesDataItem({ ShipName: `Black Market`, ShipAddress: `108 Market Street`, ShipCity: `Los Angeles`, ShipPostalCode: 70146, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1193, CustomerName: `Mike Black`, CustomerFirstName: `Mike`, CustomerLastName: `Black`, CustomerAddress: `108 Market Street, Los Angeles, USA, 70146`, Salesperson: `Pamela Black`, OrderID: 1886, OrderDate: `8/20/2022`, ProductID: 126, ProductName: `IPhone`, UnitPrice: 6100.73, Quantity: 2, ExtendedPrice: 12201.46, Freight: 1340.73, Discontinued: false, Region: `South East`, Address: `108 Market Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 70146 }), + new InvoicesDataItem({ ShipName: `Watson Market`, ShipAddress: `109 Wall Street`, ShipCity: `Los Angeles`, ShipPostalCode: 90083, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1194, CustomerName: `Max Watson`, CustomerFirstName: `Max`, CustomerLastName: `Watson`, CustomerAddress: `109 Wall Street, Los Angeles, USA, 90083`, Salesperson: `Max Smith`, OrderID: 1191, OrderDate: `5/9/2022`, ProductID: 179, ProductName: `Samsung Galaxy 22`, UnitPrice: 20190.35, Quantity: 5, ExtendedPrice: 100951.75, Freight: 640.35, Discontinued: false, Region: `West`, Address: `109 Wall Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 90083 }), + new InvoicesDataItem({ ShipName: `Smith Market`, ShipAddress: `121 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 70102, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1195, CustomerName: `Max Smith`, CustomerFirstName: `Max`, CustomerLastName: `Smith`, CustomerAddress: `121 Market Street, Philadelphia, USA, 70102`, Salesperson: `Ben Black`, OrderID: 1051, OrderDate: `5/21/2022`, ProductID: 192, ProductName: `Mac Book Pro`, UnitPrice: 21730.32, Quantity: 5, ExtendedPrice: 108651.6, Freight: 1030.32, Discontinued: false, Region: `North East`, Address: `121 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 70102 }), + new InvoicesDataItem({ ShipName: `Watson Estate`, ShipAddress: `104 Wall Street`, ShipCity: `New York`, ShipPostalCode: 90066, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1196, CustomerName: `Max Watson`, CustomerFirstName: `Max`, CustomerLastName: `Watson`, CustomerAddress: `104 Wall Street, New York, USA, 90066`, Salesperson: `Ben Watson`, OrderID: 1385, OrderDate: `2/2/2022`, ProductID: 182, ProductName: `IPad`, UnitPrice: 26120.45, Quantity: 4, ExtendedPrice: 104481.8, Freight: 1930.45, Discontinued: false, Region: `North East`, Address: `104 Wall Street`, City: `New York`, Country: `USA`, PostalCode: 90066 }), + new InvoicesDataItem({ ShipName: `Madison Townhouse`, ShipAddress: `126 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 60091, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1197, CustomerName: `Ben Madison`, CustomerFirstName: `Ben`, CustomerLastName: `Madison`, CustomerAddress: `126 Market Street, Philadelphia, USA, 60091`, Salesperson: `Anna Madison`, OrderID: 1675, OrderDate: `6/22/2022`, ProductID: 174, ProductName: `IPad`, UnitPrice: 13240.35, Quantity: 4, ExtendedPrice: 52961.4, Freight: 890.35, Discontinued: false, Region: `South East`, Address: `126 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 60091 }), + new InvoicesDataItem({ ShipName: `Watson Home`, ShipAddress: `139 Main Street`, ShipCity: `Los Angeles`, ShipPostalCode: 70063, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1198, CustomerName: `Ben Watson`, CustomerFirstName: `Ben`, CustomerLastName: `Watson`, CustomerAddress: `139 Main Street, Los Angeles, USA, 70063`, Salesperson: `Pamela Black`, OrderID: 1997, OrderDate: `11/17/2022`, ProductID: 200, ProductName: `IPhone`, UnitPrice: 8400.83, Quantity: 5, ExtendedPrice: 42004.15, Freight: 1340.83, Discontinued: false, Region: `West`, Address: `139 Main Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 70063 }), + new InvoicesDataItem({ ShipName: `Smith Home`, ShipAddress: `133 Wall Street`, ShipCity: `Miami`, ShipPostalCode: 70071, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1199, CustomerName: `Mike Smith`, CustomerFirstName: `Mike`, CustomerLastName: `Smith`, CustomerAddress: `133 Wall Street, Miami, USA, 70071`, Salesperson: `James Watson`, OrderID: 1641, OrderDate: `11/12/2022`, ProductID: 147, ProductName: `Samsung Note`, UnitPrice: 10150.31, Quantity: 3, ExtendedPrice: 30450.93, Freight: 720.31, Discontinued: true, Region: `South East`, Address: `133 Wall Street`, City: `Miami`, Country: `USA`, PostalCode: 70071 }), + new InvoicesDataItem({ ShipName: `Black Market`, ShipAddress: `166 Main Street`, ShipCity: `Miami`, ShipPostalCode: 60137, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1200, CustomerName: `Max Black`, CustomerFirstName: `Max`, CustomerLastName: `Black`, CustomerAddress: `166 Main Street, Miami, USA, 60137`, Salesperson: `Ben Madison`, OrderID: 1418, OrderDate: `11/8/2022`, ProductID: 135, ProductName: `IPhone`, UnitPrice: 9410.46, Quantity: 2, ExtendedPrice: 18820.92, Freight: 970.46, Discontinued: false, Region: `West`, Address: `166 Main Street`, City: `Miami`, Country: `USA`, PostalCode: 60137 }), + new InvoicesDataItem({ ShipName: `Smith Townhouse`, ShipAddress: `143 Main Street`, ShipCity: `Miami`, ShipPostalCode: 70069, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1201, CustomerName: `James Smith`, CustomerFirstName: `James`, CustomerLastName: `Smith`, CustomerAddress: `143 Main Street, Miami, USA, 70069`, Salesperson: `Anna Watson`, OrderID: 1545, OrderDate: `6/24/2022`, ProductID: 190, ProductName: `Mac Book Pro`, UnitPrice: 5030.78, Quantity: 3, ExtendedPrice: 15092.34, Freight: 1630.78, Discontinued: false, Region: `North East`, Address: `143 Main Street`, City: `Miami`, Country: `USA`, PostalCode: 70069 }), + new InvoicesDataItem({ ShipName: `Jackson Townhouse`, ShipAddress: `106 Wall Street`, ShipCity: `Los Angeles`, ShipPostalCode: 50097, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1202, CustomerName: `Max Jackson`, CustomerFirstName: `Max`, CustomerLastName: `Jackson`, CustomerAddress: `106 Wall Street, Los Angeles, USA, 50097`, Salesperson: `James Jackson`, OrderID: 1493, OrderDate: `7/24/2022`, ProductID: 124, ProductName: `Samsung Note`, UnitPrice: 6390.72, Quantity: 5, ExtendedPrice: 31953.6, Freight: 1960.72, Discontinued: false, Region: `North East`, Address: `106 Wall Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 50097 }), + new InvoicesDataItem({ ShipName: `Jefferson Townhouse`, ShipAddress: `143 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 50052, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1203, CustomerName: `Pamela Jefferson`, CustomerFirstName: `Pamela`, CustomerLastName: `Jefferson`, CustomerAddress: `143 Market Street, Philadelphia, USA, 50052`, Salesperson: `Mike Jefferson`, OrderID: 1495, OrderDate: `2/14/2022`, ProductID: 179, ProductName: `Mac Book Pro`, UnitPrice: 16770.46, Quantity: 5, ExtendedPrice: 83852.3, Freight: 420.46, Discontinued: false, Region: `North East`, Address: `143 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 50052 }), + new InvoicesDataItem({ ShipName: `Smith Estate`, ShipAddress: `174 Wall Street`, ShipCity: `New York`, ShipPostalCode: 60127, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1204, CustomerName: `Nancy Smith`, CustomerFirstName: `Nancy`, CustomerLastName: `Smith`, CustomerAddress: `174 Wall Street, New York, USA, 60127`, Salesperson: `Max Watson`, OrderID: 1123, OrderDate: `11/20/2022`, ProductID: 186, ProductName: `Mac Book Air`, UnitPrice: 20930.48, Quantity: 4, ExtendedPrice: 83721.92, Freight: 950.48, Discontinued: false, Region: `South East`, Address: `174 Wall Street`, City: `New York`, Country: `USA`, PostalCode: 60127 }), + new InvoicesDataItem({ ShipName: `Madison Market`, ShipAddress: `123 Wall Street`, ShipCity: `Los Angeles`, ShipPostalCode: 60111, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1205, CustomerName: `Pamela Madison`, CustomerFirstName: `Pamela`, CustomerLastName: `Madison`, CustomerAddress: `123 Wall Street, Los Angeles, USA, 60111`, Salesperson: `Pamela Jefferson`, OrderID: 1342, OrderDate: `12/8/2022`, ProductID: 140, ProductName: `Samsung Galaxy 22`, UnitPrice: 27010.34, Quantity: 3, ExtendedPrice: 81031.02, Freight: 1470.34, Discontinued: false, Region: `West`, Address: `123 Wall Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 60111 }), + new InvoicesDataItem({ ShipName: `Smith Home`, ShipAddress: `166 Market Street`, ShipCity: `Miami`, ShipPostalCode: 50102, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1206, CustomerName: `James Smith`, CustomerFirstName: `James`, CustomerLastName: `Smith`, CustomerAddress: `166 Market Street, Miami, USA, 50102`, Salesperson: `Ben Madison`, OrderID: 1017, OrderDate: `10/2/2022`, ProductID: 186, ProductName: `Samsung Galaxy 22`, UnitPrice: 12810.79, Quantity: 5, ExtendedPrice: 64053.95, Freight: 1990.79, Discontinued: false, Region: `North East`, Address: `166 Market Street`, City: `Miami`, Country: `USA`, PostalCode: 50102 }), + new InvoicesDataItem({ ShipName: `Jefferson Estate`, ShipAddress: `193 Main Street`, ShipCity: `Huston`, ShipPostalCode: 80187, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1207, CustomerName: `Max Jefferson`, CustomerFirstName: `Max`, CustomerLastName: `Jefferson`, CustomerAddress: `193 Main Street, Huston, USA, 80187`, Salesperson: `Mike Jefferson`, OrderID: 1558, OrderDate: `11/12/2022`, ProductID: 194, ProductName: `Mac Book Pro`, UnitPrice: 26210.45, Quantity: 2, ExtendedPrice: 52420.9, Freight: 1110.45, Discontinued: false, Region: `North East`, Address: `193 Main Street`, City: `Huston`, Country: `USA`, PostalCode: 80187 }), + new InvoicesDataItem({ ShipName: `Jefferson Market`, ShipAddress: `137 Main Street`, ShipCity: `Miami`, ShipPostalCode: 80111, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1208, CustomerName: `Ben Jefferson`, CustomerFirstName: `Ben`, CustomerLastName: `Jefferson`, CustomerAddress: `137 Main Street, Miami, USA, 80111`, Salesperson: `Mike Watson`, OrderID: 1466, OrderDate: `11/18/2022`, ProductID: 189, ProductName: `Mac Book Air`, UnitPrice: 6190.57, Quantity: 3, ExtendedPrice: 18571.71, Freight: 1810.57, Discontinued: false, Region: `West`, Address: `137 Main Street`, City: `Miami`, Country: `USA`, PostalCode: 80111 }), + new InvoicesDataItem({ ShipName: `Jefferson Townhouse`, ShipAddress: `122 Main Street`, ShipCity: `Philadelphia`, ShipPostalCode: 80088, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1209, CustomerName: `Ben Jefferson`, CustomerFirstName: `Ben`, CustomerLastName: `Jefferson`, CustomerAddress: `122 Main Street, Philadelphia, USA, 80088`, Salesperson: `Ben Jefferson`, OrderID: 1539, OrderDate: `11/13/2022`, ProductID: 131, ProductName: `IPhone`, UnitPrice: 21280.22, Quantity: 4, ExtendedPrice: 85120.88, Freight: 760.22, Discontinued: true, Region: `North East`, Address: `122 Main Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 80088 }), + new InvoicesDataItem({ ShipName: `Jefferson Home`, ShipAddress: `115 Main Street`, ShipCity: `New York`, ShipPostalCode: 80079, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1210, CustomerName: `Anna Jefferson`, CustomerFirstName: `Anna`, CustomerLastName: `Jefferson`, CustomerAddress: `115 Main Street, New York, USA, 80079`, Salesperson: `Max Jefferson`, OrderID: 1411, OrderDate: `11/22/2022`, ProductID: 135, ProductName: `Samsung Galaxy 22`, UnitPrice: 13700.71, Quantity: 3, ExtendedPrice: 41102.13, Freight: 1730.71, Discontinued: false, Region: `South East`, Address: `115 Main Street`, City: `New York`, Country: `USA`, PostalCode: 80079 }), + new InvoicesDataItem({ ShipName: `Smith Market`, ShipAddress: `114 Main Street`, ShipCity: `New York`, ShipPostalCode: 50137, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1211, CustomerName: `Mike Smith`, CustomerFirstName: `Mike`, CustomerLastName: `Smith`, CustomerAddress: `114 Main Street, New York, USA, 50137`, Salesperson: `Nancy Smith`, OrderID: 1890, OrderDate: `8/5/2022`, ProductID: 169, ProductName: `Samsung Galaxy 22`, UnitPrice: 11320.48, Quantity: 3, ExtendedPrice: 33961.44, Freight: 930.48, Discontinued: false, Region: `West`, Address: `114 Main Street`, City: `New York`, Country: `USA`, PostalCode: 50137 }), + new InvoicesDataItem({ ShipName: `Jefferson Market`, ShipAddress: `130 Wall Street`, ShipCity: `Miami`, ShipPostalCode: 90082, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1212, CustomerName: `Martin Jefferson`, CustomerFirstName: `Martin`, CustomerLastName: `Jefferson`, CustomerAddress: `130 Wall Street, Miami, USA, 90082`, Salesperson: `Nancy Madison`, OrderID: 1783, OrderDate: `9/1/2022`, ProductID: 109, ProductName: `IPhone`, UnitPrice: 24340.75, Quantity: 5, ExtendedPrice: 121703.75, Freight: 490.75, Discontinued: false, Region: `North East`, Address: `130 Wall Street`, City: `Miami`, Country: `USA`, PostalCode: 90082 }), + new InvoicesDataItem({ ShipName: `Jefferson Estate`, ShipAddress: `140 Main Street`, ShipCity: `New York`, ShipPostalCode: 80095, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1213, CustomerName: `James Jefferson`, CustomerFirstName: `James`, CustomerLastName: `Jefferson`, CustomerAddress: `140 Main Street, New York, USA, 80095`, Salesperson: `Pamela Watson`, OrderID: 1101, OrderDate: `5/25/2022`, ProductID: 101, ProductName: `Mac Book Air`, UnitPrice: 29980.24, Quantity: 4, ExtendedPrice: 119920.96, Freight: 1190.24, Discontinued: false, Region: `South East`, Address: `140 Main Street`, City: `New York`, Country: `USA`, PostalCode: 80095 }), + new InvoicesDataItem({ ShipName: `Jefferson Market`, ShipAddress: `165 Main Street`, ShipCity: `Huston`, ShipPostalCode: 90200, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1214, CustomerName: `Ben Jefferson`, CustomerFirstName: `Ben`, CustomerLastName: `Jefferson`, CustomerAddress: `165 Main Street, Huston, USA, 90200`, Salesperson: `Max Watson`, OrderID: 1932, OrderDate: `2/10/2022`, ProductID: 159, ProductName: `Mac Book Air`, UnitPrice: 23460.59, Quantity: 4, ExtendedPrice: 93842.36, Freight: 710.59, Discontinued: false, Region: `South East`, Address: `165 Main Street`, City: `Huston`, Country: `USA`, PostalCode: 90200 }), + new InvoicesDataItem({ ShipName: `Watson Market`, ShipAddress: `154 Market Street`, ShipCity: `Los Angeles`, ShipPostalCode: 70200, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1215, CustomerName: `Max Watson`, CustomerFirstName: `Max`, CustomerLastName: `Watson`, CustomerAddress: `154 Market Street, Los Angeles, USA, 70200`, Salesperson: `Mike Black`, OrderID: 1514, OrderDate: `10/8/2022`, ProductID: 148, ProductName: `Samsung Note`, UnitPrice: 29540.27, Quantity: 4, ExtendedPrice: 118161.08, Freight: 1960.27, Discontinued: false, Region: `North East`, Address: `154 Market Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 70200 }), + new InvoicesDataItem({ ShipName: `Watson Home`, ShipAddress: `113 Market Street`, ShipCity: `New York`, ShipPostalCode: 50127, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1216, CustomerName: `Max Watson`, CustomerFirstName: `Max`, CustomerLastName: `Watson`, CustomerAddress: `113 Market Street, New York, USA, 50127`, Salesperson: `James Jefferson`, OrderID: 1736, OrderDate: `10/21/2022`, ProductID: 188, ProductName: `IPad`, UnitPrice: 15350.27, Quantity: 4, ExtendedPrice: 61401.08, Freight: 540.27, Discontinued: false, Region: `South East`, Address: `113 Market Street`, City: `New York`, Country: `USA`, PostalCode: 50127 }), + new InvoicesDataItem({ ShipName: `Jackson Market`, ShipAddress: `153 Main Street`, ShipCity: `Huston`, ShipPostalCode: 80064, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1217, CustomerName: `James Jackson`, CustomerFirstName: `James`, CustomerLastName: `Jackson`, CustomerAddress: `153 Main Street, Huston, USA, 80064`, Salesperson: `Mike Jackson`, OrderID: 1978, OrderDate: `12/25/2022`, ProductID: 125, ProductName: `IPad`, UnitPrice: 15880.31, Quantity: 3, ExtendedPrice: 47640.93, Freight: 800.31, Discontinued: false, Region: `North East`, Address: `153 Main Street`, City: `Huston`, Country: `USA`, PostalCode: 80064 }), + new InvoicesDataItem({ ShipName: `Smith Estate`, ShipAddress: `107 Main Street`, ShipCity: `Miami`, ShipPostalCode: 50196, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1218, CustomerName: `Mike Smith`, CustomerFirstName: `Mike`, CustomerLastName: `Smith`, CustomerAddress: `107 Main Street, Miami, USA, 50196`, Salesperson: `Martin Jackson`, OrderID: 1324, OrderDate: `7/18/2022`, ProductID: 188, ProductName: `Mac Book Air`, UnitPrice: 26990.38, Quantity: 4, ExtendedPrice: 107961.52, Freight: 610.38, Discontinued: false, Region: `South East`, Address: `107 Main Street`, City: `Miami`, Country: `USA`, PostalCode: 50196 }), + new InvoicesDataItem({ ShipName: `Smith Estate`, ShipAddress: `140 Wall Street`, ShipCity: `Miami`, ShipPostalCode: 70154, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1219, CustomerName: `James Smith`, CustomerFirstName: `James`, CustomerLastName: `Smith`, CustomerAddress: `140 Wall Street, Miami, USA, 70154`, Salesperson: `Nancy Madison`, OrderID: 1307, OrderDate: `4/19/2022`, ProductID: 114, ProductName: `IPhone`, UnitPrice: 18300.65, Quantity: 4, ExtendedPrice: 73202.6, Freight: 800.65, Discontinued: true, Region: `West`, Address: `140 Wall Street`, City: `Miami`, Country: `USA`, PostalCode: 70154 }), + new InvoicesDataItem({ ShipName: `Jackson Townhouse`, ShipAddress: `158 Market Street`, ShipCity: `Los Angeles`, ShipPostalCode: 50154, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1220, CustomerName: `Mike Jackson`, CustomerFirstName: `Mike`, CustomerLastName: `Jackson`, CustomerAddress: `158 Market Street, Los Angeles, USA, 50154`, Salesperson: `James Black`, OrderID: 1808, OrderDate: `3/18/2022`, ProductID: 172, ProductName: `Mac Book Air`, UnitPrice: 27460.67, Quantity: 3, ExtendedPrice: 82382.01, Freight: 1220.67, Discontinued: false, Region: `North East`, Address: `158 Market Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 50154 }), + new InvoicesDataItem({ ShipName: `Smith Home`, ShipAddress: `116 Main Street`, ShipCity: `Los Angeles`, ShipPostalCode: 90170, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1221, CustomerName: `Pamela Smith`, CustomerFirstName: `Pamela`, CustomerLastName: `Smith`, CustomerAddress: `116 Main Street, Los Angeles, USA, 90170`, Salesperson: `James Jefferson`, OrderID: 1481, OrderDate: `5/22/2022`, ProductID: 177, ProductName: `IPhone`, UnitPrice: 23770.26, Quantity: 2, ExtendedPrice: 47540.52, Freight: 480.26, Discontinued: false, Region: `North East`, Address: `116 Main Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 90170 }), + new InvoicesDataItem({ ShipName: `Madison Townhouse`, ShipAddress: `124 Wall Street`, ShipCity: `Huston`, ShipPostalCode: 50137, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1222, CustomerName: `Max Madison`, CustomerFirstName: `Max`, CustomerLastName: `Madison`, CustomerAddress: `124 Wall Street, Huston, USA, 50137`, Salesperson: `Martin Watson`, OrderID: 1874, OrderDate: `10/1/2022`, ProductID: 102, ProductName: `Mac Book Air`, UnitPrice: 12080.68, Quantity: 5, ExtendedPrice: 60403.4, Freight: 400.68, Discontinued: false, Region: `North East`, Address: `124 Wall Street`, City: `Huston`, Country: `USA`, PostalCode: 50137 }), + new InvoicesDataItem({ ShipName: `Smith Market`, ShipAddress: `197 Main Street`, ShipCity: `New York`, ShipPostalCode: 60174, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1223, CustomerName: `Nancy Smith`, CustomerFirstName: `Nancy`, CustomerLastName: `Smith`, CustomerAddress: `197 Main Street, New York, USA, 60174`, Salesperson: `Nancy Jefferson`, OrderID: 1377, OrderDate: `10/24/2022`, ProductID: 123, ProductName: `Mac Book Air`, UnitPrice: 10520.88, Quantity: 4, ExtendedPrice: 42083.52, Freight: 800.88, Discontinued: false, Region: `South East`, Address: `197 Main Street`, City: `New York`, Country: `USA`, PostalCode: 60174 }), + new InvoicesDataItem({ ShipName: `Jefferson Estate`, ShipAddress: `192 Wall Street`, ShipCity: `Miami`, ShipPostalCode: 80134, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1224, CustomerName: `Mike Jefferson`, CustomerFirstName: `Mike`, CustomerLastName: `Jefferson`, CustomerAddress: `192 Wall Street, Miami, USA, 80134`, Salesperson: `James Madison`, OrderID: 1691, OrderDate: `6/13/2022`, ProductID: 123, ProductName: `IPhone`, UnitPrice: 11090.82, Quantity: 2, ExtendedPrice: 22181.64, Freight: 910.82, Discontinued: false, Region: `South East`, Address: `192 Wall Street`, City: `Miami`, Country: `USA`, PostalCode: 80134 }), + new InvoicesDataItem({ ShipName: `Black Estate`, ShipAddress: `111 Market Street`, ShipCity: `Huston`, ShipPostalCode: 80054, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1225, CustomerName: `Anna Black`, CustomerFirstName: `Anna`, CustomerLastName: `Black`, CustomerAddress: `111 Market Street, Huston, USA, 80054`, Salesperson: `Martin Jackson`, OrderID: 1242, OrderDate: `4/6/2022`, ProductID: 180, ProductName: `IPhone`, UnitPrice: 8180.25, Quantity: 5, ExtendedPrice: 40901.25, Freight: 510.25, Discontinued: false, Region: `North East`, Address: `111 Market Street`, City: `Huston`, Country: `USA`, PostalCode: 80054 }), + new InvoicesDataItem({ ShipName: `Jackson Estate`, ShipAddress: `106 Market Street`, ShipCity: `New York`, ShipPostalCode: 60139, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1226, CustomerName: `Nancy Jackson`, CustomerFirstName: `Nancy`, CustomerLastName: `Jackson`, CustomerAddress: `106 Market Street, New York, USA, 60139`, Salesperson: `James Madison`, OrderID: 1745, OrderDate: `1/18/2022`, ProductID: 115, ProductName: `IPhone`, UnitPrice: 6570.23, Quantity: 5, ExtendedPrice: 32851.15, Freight: 840.23, Discontinued: false, Region: `West`, Address: `106 Market Street`, City: `New York`, Country: `USA`, PostalCode: 60139 }), + new InvoicesDataItem({ ShipName: `Jackson Market`, ShipAddress: `198 Main Street`, ShipCity: `Los Angeles`, ShipPostalCode: 60058, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1227, CustomerName: `Nancy Jackson`, CustomerFirstName: `Nancy`, CustomerLastName: `Jackson`, CustomerAddress: `198 Main Street, Los Angeles, USA, 60058`, Salesperson: `James Madison`, OrderID: 1111, OrderDate: `10/11/2022`, ProductID: 132, ProductName: `IPhone`, UnitPrice: 10970.23, Quantity: 3, ExtendedPrice: 32910.69, Freight: 1670.23, Discontinued: false, Region: `North East`, Address: `198 Main Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 60058 }), + new InvoicesDataItem({ ShipName: `Madison Estate`, ShipAddress: `138 Wall Street`, ShipCity: `Huston`, ShipPostalCode: 50133, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1228, CustomerName: `Anna Madison`, CustomerFirstName: `Anna`, CustomerLastName: `Madison`, CustomerAddress: `138 Wall Street, Huston, USA, 50133`, Salesperson: `Ben Madison`, OrderID: 1182, OrderDate: `12/18/2022`, ProductID: 184, ProductName: `Mac Book Air`, UnitPrice: 27020.67, Quantity: 3, ExtendedPrice: 81062.01, Freight: 1750.67, Discontinued: false, Region: `South East`, Address: `138 Wall Street`, City: `Huston`, Country: `USA`, PostalCode: 50133 }), + new InvoicesDataItem({ ShipName: `Smith Market`, ShipAddress: `198 Market Street`, ShipCity: `Los Angeles`, ShipPostalCode: 50182, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1229, CustomerName: `James Smith`, CustomerFirstName: `James`, CustomerLastName: `Smith`, CustomerAddress: `198 Market Street, Los Angeles, USA, 50182`, Salesperson: `Ben Jackson`, OrderID: 1252, OrderDate: `10/7/2022`, ProductID: 146, ProductName: `IPad`, UnitPrice: 21910.34, Quantity: 5, ExtendedPrice: 109551.7, Freight: 840.34, Discontinued: true, Region: `North East`, Address: `198 Market Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 50182 }), + new InvoicesDataItem({ ShipName: `Jackson Townhouse`, ShipAddress: `141 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 70058, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1230, CustomerName: `James Jackson`, CustomerFirstName: `James`, CustomerLastName: `Jackson`, CustomerAddress: `141 Market Street, Philadelphia, USA, 70058`, Salesperson: `Martin Watson`, OrderID: 1635, OrderDate: `6/1/2022`, ProductID: 196, ProductName: `Mac Book Air`, UnitPrice: 16430.54, Quantity: 2, ExtendedPrice: 32861.08, Freight: 1420.54, Discontinued: false, Region: `North East`, Address: `141 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 70058 }), + new InvoicesDataItem({ ShipName: `Madison Townhouse`, ShipAddress: `107 Market Street`, ShipCity: `New York`, ShipPostalCode: 80108, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1231, CustomerName: `Anna Madison`, CustomerFirstName: `Anna`, CustomerLastName: `Madison`, CustomerAddress: `107 Market Street, New York, USA, 80108`, Salesperson: `Mike Smith`, OrderID: 1922, OrderDate: `10/6/2022`, ProductID: 154, ProductName: `Mac Book Air`, UnitPrice: 8920.46, Quantity: 5, ExtendedPrice: 44602.3, Freight: 1160.46, Discontinued: false, Region: `West`, Address: `107 Market Street`, City: `New York`, Country: `USA`, PostalCode: 80108 }), + new InvoicesDataItem({ ShipName: `Watson Market`, ShipAddress: `166 Main Street`, ShipCity: `New York`, ShipPostalCode: 60199, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1232, CustomerName: `Martin Watson`, CustomerFirstName: `Martin`, CustomerLastName: `Watson`, CustomerAddress: `166 Main Street, New York, USA, 60199`, Salesperson: `Anna Smith`, OrderID: 1759, OrderDate: `3/10/2022`, ProductID: 145, ProductName: `Samsung Galaxy 22`, UnitPrice: 22420.27, Quantity: 5, ExtendedPrice: 112101.35, Freight: 1900.27, Discontinued: false, Region: `North East`, Address: `166 Main Street`, City: `New York`, Country: `USA`, PostalCode: 60199 }), + new InvoicesDataItem({ ShipName: `Smith Home`, ShipAddress: `188 Main Street`, ShipCity: `New York`, ShipPostalCode: 90082, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1233, CustomerName: `Anna Smith`, CustomerFirstName: `Anna`, CustomerLastName: `Smith`, CustomerAddress: `188 Main Street, New York, USA, 90082`, Salesperson: `Ben Black`, OrderID: 1172, OrderDate: `11/9/2022`, ProductID: 148, ProductName: `Samsung Note`, UnitPrice: 22260.33, Quantity: 5, ExtendedPrice: 111301.65, Freight: 1530.33, Discontinued: false, Region: `West`, Address: `188 Main Street`, City: `New York`, Country: `USA`, PostalCode: 90082 }), + new InvoicesDataItem({ ShipName: `Madison Home`, ShipAddress: `168 Wall Street`, ShipCity: `Miami`, ShipPostalCode: 80160, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1234, CustomerName: `Martin Madison`, CustomerFirstName: `Martin`, CustomerLastName: `Madison`, CustomerAddress: `168 Wall Street, Miami, USA, 80160`, Salesperson: `Max Black`, OrderID: 1855, OrderDate: `9/9/2022`, ProductID: 195, ProductName: `Samsung Note`, UnitPrice: 11120.68, Quantity: 5, ExtendedPrice: 55603.4, Freight: 540.68, Discontinued: false, Region: `South East`, Address: `168 Wall Street`, City: `Miami`, Country: `USA`, PostalCode: 80160 }), + new InvoicesDataItem({ ShipName: `Madison Market`, ShipAddress: `151 Wall Street`, ShipCity: `Philadelphia`, ShipPostalCode: 50192, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1235, CustomerName: `James Madison`, CustomerFirstName: `James`, CustomerLastName: `Madison`, CustomerAddress: `151 Wall Street, Philadelphia, USA, 50192`, Salesperson: `Pamela Watson`, OrderID: 1253, OrderDate: `9/24/2022`, ProductID: 153, ProductName: `Samsung Galaxy 22`, UnitPrice: 17650.73, Quantity: 5, ExtendedPrice: 88253.65, Freight: 1010.73, Discontinued: false, Region: `North East`, Address: `151 Wall Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 50192 }), + new InvoicesDataItem({ ShipName: `Jefferson Estate`, ShipAddress: `131 Wall Street`, ShipCity: `Philadelphia`, ShipPostalCode: 60171, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1236, CustomerName: `Anna Jefferson`, CustomerFirstName: `Anna`, CustomerLastName: `Jefferson`, CustomerAddress: `131 Wall Street, Philadelphia, USA, 60171`, Salesperson: `James Jefferson`, OrderID: 1711, OrderDate: `9/12/2022`, ProductID: 192, ProductName: `IPhone`, UnitPrice: 18980.42, Quantity: 3, ExtendedPrice: 56941.26, Freight: 1070.42, Discontinued: false, Region: `North East`, Address: `131 Wall Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 60171 }), + new InvoicesDataItem({ ShipName: `Madison Estate`, ShipAddress: `101 Market Street`, ShipCity: `Huston`, ShipPostalCode: 70109, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1237, CustomerName: `Mike Madison`, CustomerFirstName: `Mike`, CustomerLastName: `Madison`, CustomerAddress: `101 Market Street, Huston, USA, 70109`, Salesperson: `Nancy Smith`, OrderID: 1155, OrderDate: `9/1/2022`, ProductID: 174, ProductName: `Mac Book Pro`, UnitPrice: 22330.35, Quantity: 2, ExtendedPrice: 44660.7, Freight: 250.35, Discontinued: false, Region: `West`, Address: `101 Market Street`, City: `Huston`, Country: `USA`, PostalCode: 70109 }), + new InvoicesDataItem({ ShipName: `Jefferson Home`, ShipAddress: `145 Main Street`, ShipCity: `New York`, ShipPostalCode: 50126, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1238, CustomerName: `Max Jefferson`, CustomerFirstName: `Max`, CustomerLastName: `Jefferson`, CustomerAddress: `145 Main Street, New York, USA, 50126`, Salesperson: `Mike Watson`, OrderID: 1656, OrderDate: `3/7/2022`, ProductID: 139, ProductName: `IPhone`, UnitPrice: 9890.72, Quantity: 3, ExtendedPrice: 29672.16, Freight: 1890.72, Discontinued: false, Region: `West`, Address: `145 Main Street`, City: `New York`, Country: `USA`, PostalCode: 50126 }), + new InvoicesDataItem({ ShipName: `Madison Home`, ShipAddress: `190 Wall Street`, ShipCity: `Huston`, ShipPostalCode: 60055, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1239, CustomerName: `Martin Madison`, CustomerFirstName: `Martin`, CustomerLastName: `Madison`, CustomerAddress: `190 Wall Street, Huston, USA, 60055`, Salesperson: `Mike Smith`, OrderID: 1192, OrderDate: `3/12/2022`, ProductID: 151, ProductName: `Samsung Galaxy 22`, UnitPrice: 16510.6, Quantity: 5, ExtendedPrice: 82553, Freight: 260.6, Discontinued: true, Region: `South East`, Address: `190 Wall Street`, City: `Huston`, Country: `USA`, PostalCode: 60055 }), + new InvoicesDataItem({ ShipName: `Smith Estate`, ShipAddress: `114 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 50122, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1240, CustomerName: `Martin Smith`, CustomerFirstName: `Martin`, CustomerLastName: `Smith`, CustomerAddress: `114 Market Street, Philadelphia, USA, 50122`, Salesperson: `James Madison`, OrderID: 1997, OrderDate: `8/3/2022`, ProductID: 195, ProductName: `Mac Book Pro`, UnitPrice: 20770.42, Quantity: 4, ExtendedPrice: 83081.68, Freight: 920.42, Discontinued: false, Region: `North East`, Address: `114 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 50122 }), + new InvoicesDataItem({ ShipName: `Jackson Townhouse`, ShipAddress: `184 Main Street`, ShipCity: `Miami`, ShipPostalCode: 50147, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1241, CustomerName: `Pamela Jackson`, CustomerFirstName: `Pamela`, CustomerLastName: `Jackson`, CustomerAddress: `184 Main Street, Miami, USA, 50147`, Salesperson: `Martin Madison`, OrderID: 1944, OrderDate: `7/11/2022`, ProductID: 105, ProductName: `Samsung Note`, UnitPrice: 22970.54, Quantity: 3, ExtendedPrice: 68911.62, Freight: 2000.54, Discontinued: false, Region: `South East`, Address: `184 Main Street`, City: `Miami`, Country: `USA`, PostalCode: 50147 }), + new InvoicesDataItem({ ShipName: `Watson Townhouse`, ShipAddress: `140 Wall Street`, ShipCity: `Los Angeles`, ShipPostalCode: 50058, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1242, CustomerName: `Pamela Watson`, CustomerFirstName: `Pamela`, CustomerLastName: `Watson`, CustomerAddress: `140 Wall Street, Los Angeles, USA, 50058`, Salesperson: `Max Madison`, OrderID: 1076, OrderDate: `12/1/2022`, ProductID: 108, ProductName: `IPhone`, UnitPrice: 5950.69, Quantity: 5, ExtendedPrice: 29753.45, Freight: 1440.69, Discontinued: false, Region: `South East`, Address: `140 Wall Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 50058 }), + new InvoicesDataItem({ ShipName: `Madison Estate`, ShipAddress: `178 Market Street`, ShipCity: `New York`, ShipPostalCode: 60194, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1243, CustomerName: `James Madison`, CustomerFirstName: `James`, CustomerLastName: `Madison`, CustomerAddress: `178 Market Street, New York, USA, 60194`, Salesperson: `James Madison`, OrderID: 1076, OrderDate: `6/25/2022`, ProductID: 176, ProductName: `IPhone`, UnitPrice: 17080.21, Quantity: 2, ExtendedPrice: 34160.42, Freight: 1200.21, Discontinued: false, Region: `West`, Address: `178 Market Street`, City: `New York`, Country: `USA`, PostalCode: 60194 }), + new InvoicesDataItem({ ShipName: `Madison Home`, ShipAddress: `179 Main Street`, ShipCity: `Huston`, ShipPostalCode: 70085, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1244, CustomerName: `Ben Madison`, CustomerFirstName: `Ben`, CustomerLastName: `Madison`, CustomerAddress: `179 Main Street, Huston, USA, 70085`, Salesperson: `Ben Jackson`, OrderID: 1070, OrderDate: `5/7/2022`, ProductID: 101, ProductName: `IPhone`, UnitPrice: 19310.75, Quantity: 2, ExtendedPrice: 38621.5, Freight: 1270.75, Discontinued: false, Region: `West`, Address: `179 Main Street`, City: `Huston`, Country: `USA`, PostalCode: 70085 }), + new InvoicesDataItem({ ShipName: `Madison Estate`, ShipAddress: `169 Market Street`, ShipCity: `Miami`, ShipPostalCode: 70087, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1245, CustomerName: `Pamela Madison`, CustomerFirstName: `Pamela`, CustomerLastName: `Madison`, CustomerAddress: `169 Market Street, Miami, USA, 70087`, Salesperson: `Nancy Black`, OrderID: 1469, OrderDate: `8/22/2022`, ProductID: 193, ProductName: `Samsung Note`, UnitPrice: 25420.4, Quantity: 2, ExtendedPrice: 50840.8, Freight: 1690.4, Discontinued: false, Region: `North East`, Address: `169 Market Street`, City: `Miami`, Country: `USA`, PostalCode: 70087 }), + new InvoicesDataItem({ ShipName: `Smith Home`, ShipAddress: `108 Wall Street`, ShipCity: `Los Angeles`, ShipPostalCode: 90128, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1246, CustomerName: `Martin Smith`, CustomerFirstName: `Martin`, CustomerLastName: `Smith`, CustomerAddress: `108 Wall Street, Los Angeles, USA, 90128`, Salesperson: `Pamela Smith`, OrderID: 1948, OrderDate: `4/25/2022`, ProductID: 141, ProductName: `Samsung Galaxy 22`, UnitPrice: 19070.55, Quantity: 3, ExtendedPrice: 57211.65, Freight: 280.55, Discontinued: false, Region: `South East`, Address: `108 Wall Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 90128 }), + new InvoicesDataItem({ ShipName: `Jackson Townhouse`, ShipAddress: `195 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 80141, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1247, CustomerName: `Mike Jackson`, CustomerFirstName: `Mike`, CustomerLastName: `Jackson`, CustomerAddress: `195 Market Street, Philadelphia, USA, 80141`, Salesperson: `Martin Smith`, OrderID: 1116, OrderDate: `1/1/2022`, ProductID: 162, ProductName: `Samsung Galaxy 22`, UnitPrice: 22190.27, Quantity: 5, ExtendedPrice: 110951.35, Freight: 1830.27, Discontinued: false, Region: `North East`, Address: `195 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 80141 }), + new InvoicesDataItem({ ShipName: `Black Home`, ShipAddress: `142 Main Street`, ShipCity: `Los Angeles`, ShipPostalCode: 50163, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1248, CustomerName: `Anna Black`, CustomerFirstName: `Anna`, CustomerLastName: `Black`, CustomerAddress: `142 Main Street, Los Angeles, USA, 50163`, Salesperson: `Pamela Jefferson`, OrderID: 1640, OrderDate: `5/1/2022`, ProductID: 153, ProductName: `Samsung Note`, UnitPrice: 7690.79, Quantity: 3, ExtendedPrice: 23072.37, Freight: 1730.79, Discontinued: false, Region: `South East`, Address: `142 Main Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 50163 }), + new InvoicesDataItem({ ShipName: `Watson Market`, ShipAddress: `177 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 80155, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1249, CustomerName: `Mike Watson`, CustomerFirstName: `Mike`, CustomerLastName: `Watson`, CustomerAddress: `177 Market Street, Philadelphia, USA, 80155`, Salesperson: `Anna Jefferson`, OrderID: 1748, OrderDate: `9/2/2022`, ProductID: 186, ProductName: `Mac Book Air`, UnitPrice: 25230.84, Quantity: 4, ExtendedPrice: 100923.36, Freight: 670.84, Discontinued: true, Region: `South East`, Address: `177 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 80155 }), + new InvoicesDataItem({ ShipName: `Black Estate`, ShipAddress: `175 Market Street`, ShipCity: `Los Angeles`, ShipPostalCode: 80141, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1250, CustomerName: `Mike Black`, CustomerFirstName: `Mike`, CustomerLastName: `Black`, CustomerAddress: `175 Market Street, Los Angeles, USA, 80141`, Salesperson: `Martin Black`, OrderID: 1251, OrderDate: `7/5/2022`, ProductID: 140, ProductName: `Mac Book Pro`, UnitPrice: 25960.45, Quantity: 2, ExtendedPrice: 51920.9, Freight: 260.45, Discontinued: false, Region: `North East`, Address: `175 Market Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 80141 }), + new InvoicesDataItem({ ShipName: `Watson Market`, ShipAddress: `110 Market Street`, ShipCity: `New York`, ShipPostalCode: 90174, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1251, CustomerName: `Pamela Watson`, CustomerFirstName: `Pamela`, CustomerLastName: `Watson`, CustomerAddress: `110 Market Street, New York, USA, 90174`, Salesperson: `Pamela Black`, OrderID: 1397, OrderDate: `7/2/2022`, ProductID: 141, ProductName: `Samsung Note`, UnitPrice: 22150.67, Quantity: 3, ExtendedPrice: 66452.01, Freight: 640.67, Discontinued: false, Region: `North East`, Address: `110 Market Street`, City: `New York`, Country: `USA`, PostalCode: 90174 }), + new InvoicesDataItem({ ShipName: `Jackson Estate`, ShipAddress: `121 Wall Street`, ShipCity: `Los Angeles`, ShipPostalCode: 70083, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1252, CustomerName: `Mike Jackson`, CustomerFirstName: `Mike`, CustomerLastName: `Jackson`, CustomerAddress: `121 Wall Street, Los Angeles, USA, 70083`, Salesperson: `Ben Jefferson`, OrderID: 1938, OrderDate: `1/20/2022`, ProductID: 171, ProductName: `Samsung Galaxy 22`, UnitPrice: 9220.74, Quantity: 4, ExtendedPrice: 36882.96, Freight: 1030.74, Discontinued: false, Region: `South East`, Address: `121 Wall Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 70083 }), + new InvoicesDataItem({ ShipName: `Jackson Townhouse`, ShipAddress: `122 Wall Street`, ShipCity: `Philadelphia`, ShipPostalCode: 70122, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1253, CustomerName: `Mike Jackson`, CustomerFirstName: `Mike`, CustomerLastName: `Jackson`, CustomerAddress: `122 Wall Street, Philadelphia, USA, 70122`, Salesperson: `Mike Watson`, OrderID: 1608, OrderDate: `2/9/2022`, ProductID: 109, ProductName: `Samsung Note`, UnitPrice: 11240.75, Quantity: 2, ExtendedPrice: 22481.5, Freight: 1010.75, Discontinued: false, Region: `West`, Address: `122 Wall Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 70122 }), + new InvoicesDataItem({ ShipName: `Watson Estate`, ShipAddress: `151 Main Street`, ShipCity: `Huston`, ShipPostalCode: 50057, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1254, CustomerName: `Pamela Watson`, CustomerFirstName: `Pamela`, CustomerLastName: `Watson`, CustomerAddress: `151 Main Street, Huston, USA, 50057`, Salesperson: `Martin Watson`, OrderID: 1217, OrderDate: `8/4/2022`, ProductID: 185, ProductName: `Mac Book Pro`, UnitPrice: 16680.55, Quantity: 3, ExtendedPrice: 50041.65, Freight: 1710.55, Discontinued: false, Region: `North East`, Address: `151 Main Street`, City: `Huston`, Country: `USA`, PostalCode: 50057 }), + new InvoicesDataItem({ ShipName: `Jackson Market`, ShipAddress: `120 Wall Street`, ShipCity: `Huston`, ShipPostalCode: 50131, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1255, CustomerName: `Mike Jackson`, CustomerFirstName: `Mike`, CustomerLastName: `Jackson`, CustomerAddress: `120 Wall Street, Huston, USA, 50131`, Salesperson: `Ben Jackson`, OrderID: 1661, OrderDate: `5/1/2022`, ProductID: 190, ProductName: `Mac Book Air`, UnitPrice: 21450.85, Quantity: 5, ExtendedPrice: 107254.25, Freight: 1350.85, Discontinued: false, Region: `South East`, Address: `120 Wall Street`, City: `Huston`, Country: `USA`, PostalCode: 50131 }), + new InvoicesDataItem({ ShipName: `Madison Market`, ShipAddress: `134 Main Street`, ShipCity: `Huston`, ShipPostalCode: 90060, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1256, CustomerName: `Mike Madison`, CustomerFirstName: `Mike`, CustomerLastName: `Madison`, CustomerAddress: `134 Main Street, Huston, USA, 90060`, Salesperson: `James Madison`, OrderID: 1766, OrderDate: `11/11/2022`, ProductID: 134, ProductName: `Mac Book Air`, UnitPrice: 12850.63, Quantity: 3, ExtendedPrice: 38551.89, Freight: 1790.63, Discontinued: false, Region: `West`, Address: `134 Main Street`, City: `Huston`, Country: `USA`, PostalCode: 90060 }), + new InvoicesDataItem({ ShipName: `Black Home`, ShipAddress: `150 Wall Street`, ShipCity: `Huston`, ShipPostalCode: 60151, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1257, CustomerName: `James Black`, CustomerFirstName: `James`, CustomerLastName: `Black`, CustomerAddress: `150 Wall Street, Huston, USA, 60151`, Salesperson: `Martin Black`, OrderID: 1321, OrderDate: `8/4/2022`, ProductID: 125, ProductName: `Samsung Note`, UnitPrice: 29190.24, Quantity: 4, ExtendedPrice: 116760.96, Freight: 680.24, Discontinued: false, Region: `North East`, Address: `150 Wall Street`, City: `Huston`, Country: `USA`, PostalCode: 60151 }), + new InvoicesDataItem({ ShipName: `Watson Estate`, ShipAddress: `155 Wall Street`, ShipCity: `Huston`, ShipPostalCode: 60121, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1258, CustomerName: `Max Watson`, CustomerFirstName: `Max`, CustomerLastName: `Watson`, CustomerAddress: `155 Wall Street, Huston, USA, 60121`, Salesperson: `Max Jackson`, OrderID: 1872, OrderDate: `2/20/2022`, ProductID: 188, ProductName: `Samsung Note`, UnitPrice: 22750.45, Quantity: 3, ExtendedPrice: 68251.35, Freight: 840.45, Discontinued: false, Region: `West`, Address: `155 Wall Street`, City: `Huston`, Country: `USA`, PostalCode: 60121 }), + new InvoicesDataItem({ ShipName: `Watson Market`, ShipAddress: `184 Market Street`, ShipCity: `New York`, ShipPostalCode: 90156, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1259, CustomerName: `Anna Watson`, CustomerFirstName: `Anna`, CustomerLastName: `Watson`, CustomerAddress: `184 Market Street, New York, USA, 90156`, Salesperson: `James Watson`, OrderID: 1828, OrderDate: `5/25/2022`, ProductID: 191, ProductName: `Samsung Galaxy 22`, UnitPrice: 29760.3, Quantity: 2, ExtendedPrice: 59520.6, Freight: 1960.3, Discontinued: true, Region: `North East`, Address: `184 Market Street`, City: `New York`, Country: `USA`, PostalCode: 90156 }), + new InvoicesDataItem({ ShipName: `Watson Market`, ShipAddress: `133 Market Street`, ShipCity: `Huston`, ShipPostalCode: 50074, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1260, CustomerName: `Anna Watson`, CustomerFirstName: `Anna`, CustomerLastName: `Watson`, CustomerAddress: `133 Market Street, Huston, USA, 50074`, Salesperson: `Mike Black`, OrderID: 1966, OrderDate: `6/18/2022`, ProductID: 160, ProductName: `Mac Book Air`, UnitPrice: 7450.44, Quantity: 5, ExtendedPrice: 37252.2, Freight: 590.44, Discontinued: false, Region: `West`, Address: `133 Market Street`, City: `Huston`, Country: `USA`, PostalCode: 50074 }), + new InvoicesDataItem({ ShipName: `Black Townhouse`, ShipAddress: `154 Main Street`, ShipCity: `Philadelphia`, ShipPostalCode: 70052, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1261, CustomerName: `Martin Black`, CustomerFirstName: `Martin`, CustomerLastName: `Black`, CustomerAddress: `154 Main Street, Philadelphia, USA, 70052`, Salesperson: `Ben Jackson`, OrderID: 1421, OrderDate: `9/17/2022`, ProductID: 127, ProductName: `Mac Book Air`, UnitPrice: 23000.47, Quantity: 2, ExtendedPrice: 46000.94, Freight: 550.47, Discontinued: false, Region: `South East`, Address: `154 Main Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 70052 }), + new InvoicesDataItem({ ShipName: `Smith Townhouse`, ShipAddress: `114 Wall Street`, ShipCity: `Philadelphia`, ShipPostalCode: 90174, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1262, CustomerName: `Max Smith`, CustomerFirstName: `Max`, CustomerLastName: `Smith`, CustomerAddress: `114 Wall Street, Philadelphia, USA, 90174`, Salesperson: `Pamela Smith`, OrderID: 1192, OrderDate: `12/4/2022`, ProductID: 105, ProductName: `Samsung Note`, UnitPrice: 19790.26, Quantity: 2, ExtendedPrice: 39580.52, Freight: 1150.26, Discontinued: false, Region: `South East`, Address: `114 Wall Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 90174 }), + new InvoicesDataItem({ ShipName: `Jefferson Townhouse`, ShipAddress: `154 Wall Street`, ShipCity: `New York`, ShipPostalCode: 90162, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1263, CustomerName: `Ben Jefferson`, CustomerFirstName: `Ben`, CustomerLastName: `Jefferson`, CustomerAddress: `154 Wall Street, New York, USA, 90162`, Salesperson: `Nancy Smith`, OrderID: 1539, OrderDate: `7/16/2022`, ProductID: 139, ProductName: `Samsung Note`, UnitPrice: 11830.34, Quantity: 2, ExtendedPrice: 23660.68, Freight: 1930.34, Discontinued: false, Region: `West`, Address: `154 Wall Street`, City: `New York`, Country: `USA`, PostalCode: 90162 }), + new InvoicesDataItem({ ShipName: `Smith Townhouse`, ShipAddress: `140 Wall Street`, ShipCity: `Los Angeles`, ShipPostalCode: 70136, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1264, CustomerName: `Martin Smith`, CustomerFirstName: `Martin`, CustomerLastName: `Smith`, CustomerAddress: `140 Wall Street, Los Angeles, USA, 70136`, Salesperson: `Mike Jackson`, OrderID: 1271, OrderDate: `10/7/2022`, ProductID: 124, ProductName: `Samsung Note`, UnitPrice: 21020.81, Quantity: 2, ExtendedPrice: 42041.62, Freight: 1420.81, Discontinued: false, Region: `West`, Address: `140 Wall Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 70136 }), + new InvoicesDataItem({ ShipName: `Smith Townhouse`, ShipAddress: `185 Main Street`, ShipCity: `Philadelphia`, ShipPostalCode: 60116, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1265, CustomerName: `James Smith`, CustomerFirstName: `James`, CustomerLastName: `Smith`, CustomerAddress: `185 Main Street, Philadelphia, USA, 60116`, Salesperson: `James Watson`, OrderID: 1090, OrderDate: `9/11/2022`, ProductID: 160, ProductName: `IPhone`, UnitPrice: 16070.46, Quantity: 3, ExtendedPrice: 48211.38, Freight: 1490.46, Discontinued: false, Region: `West`, Address: `185 Main Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 60116 }), + new InvoicesDataItem({ ShipName: `Smith Estate`, ShipAddress: `179 Market Street`, ShipCity: `Huston`, ShipPostalCode: 80107, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1266, CustomerName: `Max Smith`, CustomerFirstName: `Max`, CustomerLastName: `Smith`, CustomerAddress: `179 Market Street, Huston, USA, 80107`, Salesperson: `Nancy Smith`, OrderID: 1286, OrderDate: `1/10/2022`, ProductID: 161, ProductName: `Mac Book Air`, UnitPrice: 26160.38, Quantity: 3, ExtendedPrice: 78481.14, Freight: 570.38, Discontinued: false, Region: `West`, Address: `179 Market Street`, City: `Huston`, Country: `USA`, PostalCode: 80107 }), + new InvoicesDataItem({ ShipName: `Jefferson Home`, ShipAddress: `189 Wall Street`, ShipCity: `Huston`, ShipPostalCode: 90073, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1267, CustomerName: `Ben Jefferson`, CustomerFirstName: `Ben`, CustomerLastName: `Jefferson`, CustomerAddress: `189 Wall Street, Huston, USA, 90073`, Salesperson: `Martin Madison`, OrderID: 1754, OrderDate: `5/2/2022`, ProductID: 143, ProductName: `Samsung Galaxy 22`, UnitPrice: 29540.84, Quantity: 4, ExtendedPrice: 118163.36, Freight: 500.84, Discontinued: false, Region: `North East`, Address: `189 Wall Street`, City: `Huston`, Country: `USA`, PostalCode: 90073 }), + new InvoicesDataItem({ ShipName: `Madison Estate`, ShipAddress: `106 Market Street`, ShipCity: `Miami`, ShipPostalCode: 90153, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1268, CustomerName: `Anna Madison`, CustomerFirstName: `Anna`, CustomerLastName: `Madison`, CustomerAddress: `106 Market Street, Miami, USA, 90153`, Salesperson: `Anna Black`, OrderID: 1321, OrderDate: `6/21/2022`, ProductID: 136, ProductName: `Samsung Galaxy 22`, UnitPrice: 12550.55, Quantity: 5, ExtendedPrice: 62752.75, Freight: 1440.55, Discontinued: false, Region: `West`, Address: `106 Market Street`, City: `Miami`, Country: `USA`, PostalCode: 90153 }), + new InvoicesDataItem({ ShipName: `Watson Townhouse`, ShipAddress: `149 Wall Street`, ShipCity: `Los Angeles`, ShipPostalCode: 50102, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1269, CustomerName: `Pamela Watson`, CustomerFirstName: `Pamela`, CustomerLastName: `Watson`, CustomerAddress: `149 Wall Street, Los Angeles, USA, 50102`, Salesperson: `James Jefferson`, OrderID: 1262, OrderDate: `7/13/2022`, ProductID: 178, ProductName: `Samsung Note`, UnitPrice: 8690.45, Quantity: 3, ExtendedPrice: 26071.35, Freight: 1420.45, Discontinued: true, Region: `West`, Address: `149 Wall Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 50102 }), + new InvoicesDataItem({ ShipName: `Watson Market`, ShipAddress: `192 Market Street`, ShipCity: `New York`, ShipPostalCode: 60078, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1270, CustomerName: `Martin Watson`, CustomerFirstName: `Martin`, CustomerLastName: `Watson`, CustomerAddress: `192 Market Street, New York, USA, 60078`, Salesperson: `Ben Jackson`, OrderID: 1586, OrderDate: `11/13/2022`, ProductID: 130, ProductName: `Mac Book Pro`, UnitPrice: 28630.86, Quantity: 2, ExtendedPrice: 57261.72, Freight: 980.86, Discontinued: false, Region: `West`, Address: `192 Market Street`, City: `New York`, Country: `USA`, PostalCode: 60078 }), + new InvoicesDataItem({ ShipName: `Jefferson Estate`, ShipAddress: `159 Main Street`, ShipCity: `New York`, ShipPostalCode: 50050, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1271, CustomerName: `James Jefferson`, CustomerFirstName: `James`, CustomerLastName: `Jefferson`, CustomerAddress: `159 Main Street, New York, USA, 50050`, Salesperson: `Max Jefferson`, OrderID: 1915, OrderDate: `2/10/2022`, ProductID: 178, ProductName: `Mac Book Pro`, UnitPrice: 19050.75, Quantity: 5, ExtendedPrice: 95253.75, Freight: 960.75, Discontinued: false, Region: `West`, Address: `159 Main Street`, City: `New York`, Country: `USA`, PostalCode: 50050 }), + new InvoicesDataItem({ ShipName: `Watson Market`, ShipAddress: `171 Wall Street`, ShipCity: `Los Angeles`, ShipPostalCode: 60099, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1272, CustomerName: `Nancy Watson`, CustomerFirstName: `Nancy`, CustomerLastName: `Watson`, CustomerAddress: `171 Wall Street, Los Angeles, USA, 60099`, Salesperson: `Pamela Jackson`, OrderID: 1503, OrderDate: `4/7/2022`, ProductID: 153, ProductName: `Samsung Galaxy 22`, UnitPrice: 26320.3, Quantity: 3, ExtendedPrice: 78960.9, Freight: 1360.3, Discontinued: false, Region: `South East`, Address: `171 Wall Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 60099 }), + new InvoicesDataItem({ ShipName: `Madison Townhouse`, ShipAddress: `161 Main Street`, ShipCity: `Huston`, ShipPostalCode: 70087, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1273, CustomerName: `Anna Madison`, CustomerFirstName: `Anna`, CustomerLastName: `Madison`, CustomerAddress: `161 Main Street, Huston, USA, 70087`, Salesperson: `Nancy Watson`, OrderID: 1129, OrderDate: `9/4/2022`, ProductID: 119, ProductName: `Samsung Note`, UnitPrice: 26970.53, Quantity: 3, ExtendedPrice: 80911.59, Freight: 1890.53, Discontinued: false, Region: `South East`, Address: `161 Main Street`, City: `Huston`, Country: `USA`, PostalCode: 70087 }), + new InvoicesDataItem({ ShipName: `Watson Market`, ShipAddress: `163 Market Street`, ShipCity: `Los Angeles`, ShipPostalCode: 50127, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1274, CustomerName: `Max Watson`, CustomerFirstName: `Max`, CustomerLastName: `Watson`, CustomerAddress: `163 Market Street, Los Angeles, USA, 50127`, Salesperson: `Nancy Jefferson`, OrderID: 1508, OrderDate: `1/6/2022`, ProductID: 136, ProductName: `Mac Book Air`, UnitPrice: 12620.81, Quantity: 3, ExtendedPrice: 37862.43, Freight: 650.81, Discontinued: false, Region: `North East`, Address: `163 Market Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 50127 }), + new InvoicesDataItem({ ShipName: `Watson Townhouse`, ShipAddress: `131 Market Street`, ShipCity: `Huston`, ShipPostalCode: 50052, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1275, CustomerName: `James Watson`, CustomerFirstName: `James`, CustomerLastName: `Watson`, CustomerAddress: `131 Market Street, Huston, USA, 50052`, Salesperson: `Martin Watson`, OrderID: 1285, OrderDate: `8/6/2022`, ProductID: 123, ProductName: `Samsung Note`, UnitPrice: 22790.24, Quantity: 4, ExtendedPrice: 91160.96, Freight: 1140.24, Discontinued: false, Region: `South East`, Address: `131 Market Street`, City: `Huston`, Country: `USA`, PostalCode: 50052 }), + new InvoicesDataItem({ ShipName: `Black Home`, ShipAddress: `125 Wall Street`, ShipCity: `Miami`, ShipPostalCode: 60101, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1276, CustomerName: `Ben Black`, CustomerFirstName: `Ben`, CustomerLastName: `Black`, CustomerAddress: `125 Wall Street, Miami, USA, 60101`, Salesperson: `Ben Smith`, OrderID: 1881, OrderDate: `12/5/2022`, ProductID: 128, ProductName: `Mac Book Air`, UnitPrice: 18780.56, Quantity: 4, ExtendedPrice: 75122.24, Freight: 820.56, Discontinued: false, Region: `West`, Address: `125 Wall Street`, City: `Miami`, Country: `USA`, PostalCode: 60101 }), + new InvoicesDataItem({ ShipName: `Jackson Market`, ShipAddress: `184 Main Street`, ShipCity: `Miami`, ShipPostalCode: 50157, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1277, CustomerName: `Nancy Jackson`, CustomerFirstName: `Nancy`, CustomerLastName: `Jackson`, CustomerAddress: `184 Main Street, Miami, USA, 50157`, Salesperson: `Mike Smith`, OrderID: 1478, OrderDate: `9/18/2022`, ProductID: 131, ProductName: `IPad`, UnitPrice: 15000.21, Quantity: 5, ExtendedPrice: 75001.05, Freight: 1390.21, Discontinued: false, Region: `North East`, Address: `184 Main Street`, City: `Miami`, Country: `USA`, PostalCode: 50157 }), + new InvoicesDataItem({ ShipName: `Watson Estate`, ShipAddress: `199 Market Street`, ShipCity: `Huston`, ShipPostalCode: 80050, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1278, CustomerName: `Nancy Watson`, CustomerFirstName: `Nancy`, CustomerLastName: `Watson`, CustomerAddress: `199 Market Street, Huston, USA, 80050`, Salesperson: `Max Jefferson`, OrderID: 1767, OrderDate: `1/17/2022`, ProductID: 196, ProductName: `Mac Book Pro`, UnitPrice: 21600.31, Quantity: 3, ExtendedPrice: 64800.93, Freight: 1130.31, Discontinued: false, Region: `North East`, Address: `199 Market Street`, City: `Huston`, Country: `USA`, PostalCode: 80050 }), + new InvoicesDataItem({ ShipName: `Madison Market`, ShipAddress: `127 Market Street`, ShipCity: `Miami`, ShipPostalCode: 60073, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1279, CustomerName: `Nancy Madison`, CustomerFirstName: `Nancy`, CustomerLastName: `Madison`, CustomerAddress: `127 Market Street, Miami, USA, 60073`, Salesperson: `Mike Smith`, OrderID: 1229, OrderDate: `12/7/2022`, ProductID: 184, ProductName: `Mac Book Air`, UnitPrice: 27500.59, Quantity: 3, ExtendedPrice: 82501.77, Freight: 1380.59, Discontinued: true, Region: `West`, Address: `127 Market Street`, City: `Miami`, Country: `USA`, PostalCode: 60073 }), + new InvoicesDataItem({ ShipName: `Watson Home`, ShipAddress: `169 Main Street`, ShipCity: `New York`, ShipPostalCode: 50123, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1280, CustomerName: `Mike Watson`, CustomerFirstName: `Mike`, CustomerLastName: `Watson`, CustomerAddress: `169 Main Street, New York, USA, 50123`, Salesperson: `Martin Jackson`, OrderID: 1761, OrderDate: `2/10/2022`, ProductID: 169, ProductName: `IPad`, UnitPrice: 21430.7, Quantity: 5, ExtendedPrice: 107153.5, Freight: 1170.7, Discontinued: false, Region: `North East`, Address: `169 Main Street`, City: `New York`, Country: `USA`, PostalCode: 50123 }), + new InvoicesDataItem({ ShipName: `Watson Home`, ShipAddress: `109 Main Street`, ShipCity: `Philadelphia`, ShipPostalCode: 80143, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1281, CustomerName: `James Watson`, CustomerFirstName: `James`, CustomerLastName: `Watson`, CustomerAddress: `109 Main Street, Philadelphia, USA, 80143`, Salesperson: `Anna Black`, OrderID: 1461, OrderDate: `9/8/2022`, ProductID: 155, ProductName: `Samsung Galaxy 22`, UnitPrice: 28470.33, Quantity: 4, ExtendedPrice: 113881.32, Freight: 1750.33, Discontinued: false, Region: `North East`, Address: `109 Main Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 80143 }), + new InvoicesDataItem({ ShipName: `Madison Townhouse`, ShipAddress: `103 Main Street`, ShipCity: `New York`, ShipPostalCode: 80198, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1282, CustomerName: `James Madison`, CustomerFirstName: `James`, CustomerLastName: `Madison`, CustomerAddress: `103 Main Street, New York, USA, 80198`, Salesperson: `Ben Black`, OrderID: 1210, OrderDate: `11/7/2022`, ProductID: 123, ProductName: `Samsung Galaxy 22`, UnitPrice: 11260.52, Quantity: 5, ExtendedPrice: 56302.6, Freight: 330.52, Discontinued: false, Region: `West`, Address: `103 Main Street`, City: `New York`, Country: `USA`, PostalCode: 80198 }), + new InvoicesDataItem({ ShipName: `Jefferson Market`, ShipAddress: `102 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 50100, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1283, CustomerName: `Martin Jefferson`, CustomerFirstName: `Martin`, CustomerLastName: `Jefferson`, CustomerAddress: `102 Market Street, Philadelphia, USA, 50100`, Salesperson: `Pamela Jefferson`, OrderID: 1262, OrderDate: `4/17/2022`, ProductID: 134, ProductName: `Mac Book Pro`, UnitPrice: 21890.55, Quantity: 4, ExtendedPrice: 87562.2, Freight: 500.55, Discontinued: false, Region: `West`, Address: `102 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 50100 }), + new InvoicesDataItem({ ShipName: `Madison Home`, ShipAddress: `194 Market Street`, ShipCity: `New York`, ShipPostalCode: 80057, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1284, CustomerName: `Pamela Madison`, CustomerFirstName: `Pamela`, CustomerLastName: `Madison`, CustomerAddress: `194 Market Street, New York, USA, 80057`, Salesperson: `Pamela Jefferson`, OrderID: 1490, OrderDate: `4/6/2022`, ProductID: 191, ProductName: `Samsung Galaxy 22`, UnitPrice: 15670.58, Quantity: 4, ExtendedPrice: 62682.32, Freight: 1320.58, Discontinued: false, Region: `South East`, Address: `194 Market Street`, City: `New York`, Country: `USA`, PostalCode: 80057 }), + new InvoicesDataItem({ ShipName: `Madison Market`, ShipAddress: `102 Main Street`, ShipCity: `Miami`, ShipPostalCode: 70175, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1285, CustomerName: `Nancy Madison`, CustomerFirstName: `Nancy`, CustomerLastName: `Madison`, CustomerAddress: `102 Main Street, Miami, USA, 70175`, Salesperson: `James Jackson`, OrderID: 1031, OrderDate: `3/18/2022`, ProductID: 196, ProductName: `Samsung Note`, UnitPrice: 16280.69, Quantity: 3, ExtendedPrice: 48842.07, Freight: 380.69, Discontinued: false, Region: `South East`, Address: `102 Main Street`, City: `Miami`, Country: `USA`, PostalCode: 70175 }), + new InvoicesDataItem({ ShipName: `Watson Estate`, ShipAddress: `139 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 60067, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1286, CustomerName: `Nancy Watson`, CustomerFirstName: `Nancy`, CustomerLastName: `Watson`, CustomerAddress: `139 Market Street, Philadelphia, USA, 60067`, Salesperson: `Max Jefferson`, OrderID: 1803, OrderDate: `1/22/2022`, ProductID: 134, ProductName: `Mac Book Pro`, UnitPrice: 7940.29, Quantity: 4, ExtendedPrice: 31761.16, Freight: 620.29, Discontinued: false, Region: `North East`, Address: `139 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 60067 }), + new InvoicesDataItem({ ShipName: `Smith Market`, ShipAddress: `167 Market Street`, ShipCity: `New York`, ShipPostalCode: 80115, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1287, CustomerName: `Martin Smith`, CustomerFirstName: `Martin`, CustomerLastName: `Smith`, CustomerAddress: `167 Market Street, New York, USA, 80115`, Salesperson: `Anna Black`, OrderID: 1465, OrderDate: `2/14/2022`, ProductID: 166, ProductName: `Samsung Note`, UnitPrice: 20420.2, Quantity: 4, ExtendedPrice: 81680.8, Freight: 960.2, Discontinued: false, Region: `North East`, Address: `167 Market Street`, City: `New York`, Country: `USA`, PostalCode: 80115 }), + new InvoicesDataItem({ ShipName: `Jefferson Market`, ShipAddress: `167 Market Street`, ShipCity: `New York`, ShipPostalCode: 80080, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1288, CustomerName: `Nancy Jefferson`, CustomerFirstName: `Nancy`, CustomerLastName: `Jefferson`, CustomerAddress: `167 Market Street, New York, USA, 80080`, Salesperson: `Ben Jackson`, OrderID: 1303, OrderDate: `12/12/2022`, ProductID: 191, ProductName: `Samsung Galaxy 22`, UnitPrice: 20080.21, Quantity: 2, ExtendedPrice: 40160.42, Freight: 800.21, Discontinued: false, Region: `West`, Address: `167 Market Street`, City: `New York`, Country: `USA`, PostalCode: 80080 }), + new InvoicesDataItem({ ShipName: `Jackson Market`, ShipAddress: `167 Market Street`, ShipCity: `New York`, ShipPostalCode: 90093, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1289, CustomerName: `Pamela Jackson`, CustomerFirstName: `Pamela`, CustomerLastName: `Jackson`, CustomerAddress: `167 Market Street, New York, USA, 90093`, Salesperson: `Anna Smith`, OrderID: 1122, OrderDate: `8/6/2022`, ProductID: 189, ProductName: `Mac Book Air`, UnitPrice: 29420.55, Quantity: 4, ExtendedPrice: 117682.2, Freight: 1200.55, Discontinued: true, Region: `South East`, Address: `167 Market Street`, City: `New York`, Country: `USA`, PostalCode: 90093 }), + new InvoicesDataItem({ ShipName: `Madison Home`, ShipAddress: `114 Wall Street`, ShipCity: `Philadelphia`, ShipPostalCode: 60133, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1290, CustomerName: `Nancy Madison`, CustomerFirstName: `Nancy`, CustomerLastName: `Madison`, CustomerAddress: `114 Wall Street, Philadelphia, USA, 60133`, Salesperson: `Anna Madison`, OrderID: 1402, OrderDate: `6/9/2022`, ProductID: 161, ProductName: `Samsung Galaxy 22`, UnitPrice: 16370.76, Quantity: 3, ExtendedPrice: 49112.28, Freight: 590.76, Discontinued: false, Region: `South East`, Address: `114 Wall Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 60133 }), + new InvoicesDataItem({ ShipName: `Madison Home`, ShipAddress: `164 Market Street`, ShipCity: `Los Angeles`, ShipPostalCode: 60153, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1291, CustomerName: `Anna Madison`, CustomerFirstName: `Anna`, CustomerLastName: `Madison`, CustomerAddress: `164 Market Street, Los Angeles, USA, 60153`, Salesperson: `Max Smith`, OrderID: 1165, OrderDate: `11/24/2022`, ProductID: 193, ProductName: `Mac Book Pro`, UnitPrice: 19240.53, Quantity: 4, ExtendedPrice: 76962.12, Freight: 1990.53, Discontinued: false, Region: `West`, Address: `164 Market Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 60153 }), + new InvoicesDataItem({ ShipName: `Jackson Home`, ShipAddress: `102 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 90068, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1292, CustomerName: `Mike Jackson`, CustomerFirstName: `Mike`, CustomerLastName: `Jackson`, CustomerAddress: `102 Market Street, Philadelphia, USA, 90068`, Salesperson: `Mike Madison`, OrderID: 1512, OrderDate: `9/4/2022`, ProductID: 186, ProductName: `Samsung Note`, UnitPrice: 26300.88, Quantity: 4, ExtendedPrice: 105203.52, Freight: 660.88, Discontinued: false, Region: `West`, Address: `102 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 90068 }), + new InvoicesDataItem({ ShipName: `Jefferson Market`, ShipAddress: `158 Wall Street`, ShipCity: `Los Angeles`, ShipPostalCode: 80149, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1293, CustomerName: `Pamela Jefferson`, CustomerFirstName: `Pamela`, CustomerLastName: `Jefferson`, CustomerAddress: `158 Wall Street, Los Angeles, USA, 80149`, Salesperson: `Max Jackson`, OrderID: 1358, OrderDate: `2/22/2022`, ProductID: 110, ProductName: `Mac Book Pro`, UnitPrice: 23570.31, Quantity: 5, ExtendedPrice: 117851.55, Freight: 1260.31, Discontinued: false, Region: `North East`, Address: `158 Wall Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 80149 }), + new InvoicesDataItem({ ShipName: `Jefferson Townhouse`, ShipAddress: `125 Market Street`, ShipCity: `Huston`, ShipPostalCode: 80176, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1294, CustomerName: `Nancy Jefferson`, CustomerFirstName: `Nancy`, CustomerLastName: `Jefferson`, CustomerAddress: `125 Market Street, Huston, USA, 80176`, Salesperson: `Pamela Watson`, OrderID: 1106, OrderDate: `2/7/2022`, ProductID: 152, ProductName: `Samsung Galaxy 22`, UnitPrice: 6100.56, Quantity: 5, ExtendedPrice: 30502.8, Freight: 1900.56, Discontinued: false, Region: `West`, Address: `125 Market Street`, City: `Huston`, Country: `USA`, PostalCode: 80176 }), + new InvoicesDataItem({ ShipName: `Smith Estate`, ShipAddress: `177 Main Street`, ShipCity: `Los Angeles`, ShipPostalCode: 50079, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1295, CustomerName: `Pamela Smith`, CustomerFirstName: `Pamela`, CustomerLastName: `Smith`, CustomerAddress: `177 Main Street, Los Angeles, USA, 50079`, Salesperson: `Max Watson`, OrderID: 1931, OrderDate: `6/5/2022`, ProductID: 113, ProductName: `Samsung Galaxy 22`, UnitPrice: 27350.45, Quantity: 3, ExtendedPrice: 82051.35, Freight: 1170.45, Discontinued: false, Region: `North East`, Address: `177 Main Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 50079 }), + new InvoicesDataItem({ ShipName: `Jackson Estate`, ShipAddress: `148 Market Street`, ShipCity: `New York`, ShipPostalCode: 90184, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1296, CustomerName: `Mike Jackson`, CustomerFirstName: `Mike`, CustomerLastName: `Jackson`, CustomerAddress: `148 Market Street, New York, USA, 90184`, Salesperson: `James Smith`, OrderID: 1108, OrderDate: `8/5/2022`, ProductID: 122, ProductName: `Samsung Note`, UnitPrice: 5440.75, Quantity: 4, ExtendedPrice: 21763, Freight: 960.75, Discontinued: false, Region: `South East`, Address: `148 Market Street`, City: `New York`, Country: `USA`, PostalCode: 90184 }), + new InvoicesDataItem({ ShipName: `Black Townhouse`, ShipAddress: `113 Wall Street`, ShipCity: `Huston`, ShipPostalCode: 50064, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1297, CustomerName: `Max Black`, CustomerFirstName: `Max`, CustomerLastName: `Black`, CustomerAddress: `113 Wall Street, Huston, USA, 50064`, Salesperson: `Martin Smith`, OrderID: 1782, OrderDate: `3/24/2022`, ProductID: 107, ProductName: `IPad`, UnitPrice: 22200.88, Quantity: 4, ExtendedPrice: 88803.52, Freight: 510.88, Discontinued: false, Region: `West`, Address: `113 Wall Street`, City: `Huston`, Country: `USA`, PostalCode: 50064 }), + new InvoicesDataItem({ ShipName: `Smith Market`, ShipAddress: `134 Wall Street`, ShipCity: `New York`, ShipPostalCode: 80155, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1298, CustomerName: `Martin Smith`, CustomerFirstName: `Martin`, CustomerLastName: `Smith`, CustomerAddress: `134 Wall Street, New York, USA, 80155`, Salesperson: `Nancy Jefferson`, OrderID: 1886, OrderDate: `3/6/2022`, ProductID: 181, ProductName: `Samsung Galaxy 22`, UnitPrice: 8550.46, Quantity: 4, ExtendedPrice: 34201.84, Freight: 1830.46, Discontinued: false, Region: `North East`, Address: `134 Wall Street`, City: `New York`, Country: `USA`, PostalCode: 80155 }), + new InvoicesDataItem({ ShipName: `Jackson Townhouse`, ShipAddress: `142 Market Street`, ShipCity: `New York`, ShipPostalCode: 90103, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1299, CustomerName: `Max Jackson`, CustomerFirstName: `Max`, CustomerLastName: `Jackson`, CustomerAddress: `142 Market Street, New York, USA, 90103`, Salesperson: `Anna Watson`, OrderID: 1578, OrderDate: `10/5/2022`, ProductID: 162, ProductName: `Mac Book Air`, UnitPrice: 19490.84, Quantity: 4, ExtendedPrice: 77963.36, Freight: 490.84, Discontinued: true, Region: `West`, Address: `142 Market Street`, City: `New York`, Country: `USA`, PostalCode: 90103 }), + new InvoicesDataItem({ ShipName: `Smith Estate`, ShipAddress: `132 Market Street`, ShipCity: `Miami`, ShipPostalCode: 90111, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1300, CustomerName: `Anna Smith`, CustomerFirstName: `Anna`, CustomerLastName: `Smith`, CustomerAddress: `132 Market Street, Miami, USA, 90111`, Salesperson: `Ben Jefferson`, OrderID: 1903, OrderDate: `6/23/2022`, ProductID: 173, ProductName: `IPad`, UnitPrice: 23350.52, Quantity: 5, ExtendedPrice: 116752.6, Freight: 1210.52, Discontinued: false, Region: `South East`, Address: `132 Market Street`, City: `Miami`, Country: `USA`, PostalCode: 90111 }), + new InvoicesDataItem({ ShipName: `Smith Home`, ShipAddress: `180 Main Street`, ShipCity: `Los Angeles`, ShipPostalCode: 50182, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1301, CustomerName: `Mike Smith`, CustomerFirstName: `Mike`, CustomerLastName: `Smith`, CustomerAddress: `180 Main Street, Los Angeles, USA, 50182`, Salesperson: `Ben Black`, OrderID: 1201, OrderDate: `11/25/2022`, ProductID: 127, ProductName: `Mac Book Pro`, UnitPrice: 6730.57, Quantity: 3, ExtendedPrice: 20191.71, Freight: 1600.57, Discontinued: false, Region: `West`, Address: `180 Main Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 50182 }), + new InvoicesDataItem({ ShipName: `Smith Townhouse`, ShipAddress: `135 Main Street`, ShipCity: `Philadelphia`, ShipPostalCode: 60076, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1302, CustomerName: `James Smith`, CustomerFirstName: `James`, CustomerLastName: `Smith`, CustomerAddress: `135 Main Street, Philadelphia, USA, 60076`, Salesperson: `Mike Smith`, OrderID: 1488, OrderDate: `5/1/2022`, ProductID: 105, ProductName: `IPad`, UnitPrice: 27240.3, Quantity: 5, ExtendedPrice: 136201.5, Freight: 1130.3, Discontinued: false, Region: `West`, Address: `135 Main Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 60076 }), + new InvoicesDataItem({ ShipName: `Madison Townhouse`, ShipAddress: `104 Wall Street`, ShipCity: `New York`, ShipPostalCode: 70191, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1303, CustomerName: `Nancy Madison`, CustomerFirstName: `Nancy`, CustomerLastName: `Madison`, CustomerAddress: `104 Wall Street, New York, USA, 70191`, Salesperson: `Pamela Jefferson`, OrderID: 1636, OrderDate: `2/16/2022`, ProductID: 104, ProductName: `Samsung Galaxy 22`, UnitPrice: 14830.46, Quantity: 2, ExtendedPrice: 29660.92, Freight: 540.46, Discontinued: false, Region: `West`, Address: `104 Wall Street`, City: `New York`, Country: `USA`, PostalCode: 70191 }), + new InvoicesDataItem({ ShipName: `Jefferson Market`, ShipAddress: `122 Market Street`, ShipCity: `New York`, ShipPostalCode: 70071, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1304, CustomerName: `James Jefferson`, CustomerFirstName: `James`, CustomerLastName: `Jefferson`, CustomerAddress: `122 Market Street, New York, USA, 70071`, Salesperson: `Max Black`, OrderID: 1588, OrderDate: `8/22/2022`, ProductID: 169, ProductName: `IPhone`, UnitPrice: 28440.73, Quantity: 3, ExtendedPrice: 85322.19, Freight: 640.73, Discontinued: false, Region: `North East`, Address: `122 Market Street`, City: `New York`, Country: `USA`, PostalCode: 70071 }), + new InvoicesDataItem({ ShipName: `Smith Market`, ShipAddress: `178 Main Street`, ShipCity: `Philadelphia`, ShipPostalCode: 80064, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1305, CustomerName: `Anna Smith`, CustomerFirstName: `Anna`, CustomerLastName: `Smith`, CustomerAddress: `178 Main Street, Philadelphia, USA, 80064`, Salesperson: `Pamela Jackson`, OrderID: 1422, OrderDate: `7/3/2022`, ProductID: 150, ProductName: `Mac Book Air`, UnitPrice: 7100.37, Quantity: 4, ExtendedPrice: 28401.48, Freight: 1560.37, Discontinued: false, Region: `North East`, Address: `178 Main Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 80064 }), + new InvoicesDataItem({ ShipName: `Jefferson Market`, ShipAddress: `199 Main Street`, ShipCity: `Philadelphia`, ShipPostalCode: 80126, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1306, CustomerName: `Martin Jefferson`, CustomerFirstName: `Martin`, CustomerLastName: `Jefferson`, CustomerAddress: `199 Main Street, Philadelphia, USA, 80126`, Salesperson: `Ben Jefferson`, OrderID: 1922, OrderDate: `1/13/2022`, ProductID: 116, ProductName: `Mac Book Air`, UnitPrice: 15400.22, Quantity: 4, ExtendedPrice: 61600.88, Freight: 1970.22, Discontinued: false, Region: `South East`, Address: `199 Main Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 80126 }), + new InvoicesDataItem({ ShipName: `Watson Home`, ShipAddress: `187 Wall Street`, ShipCity: `Huston`, ShipPostalCode: 70093, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1307, CustomerName: `Nancy Watson`, CustomerFirstName: `Nancy`, CustomerLastName: `Watson`, CustomerAddress: `187 Wall Street, Huston, USA, 70093`, Salesperson: `Ben Watson`, OrderID: 1023, OrderDate: `8/20/2022`, ProductID: 138, ProductName: `Samsung Note`, UnitPrice: 26450.63, Quantity: 2, ExtendedPrice: 52901.26, Freight: 980.63, Discontinued: false, Region: `South East`, Address: `187 Wall Street`, City: `Huston`, Country: `USA`, PostalCode: 70093 }), + new InvoicesDataItem({ ShipName: `Watson Market`, ShipAddress: `110 Market Street`, ShipCity: `Los Angeles`, ShipPostalCode: 50180, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1308, CustomerName: `Max Watson`, CustomerFirstName: `Max`, CustomerLastName: `Watson`, CustomerAddress: `110 Market Street, Los Angeles, USA, 50180`, Salesperson: `Martin Smith`, OrderID: 1651, OrderDate: `8/10/2022`, ProductID: 131, ProductName: `IPhone`, UnitPrice: 11720.27, Quantity: 2, ExtendedPrice: 23440.54, Freight: 300.27, Discontinued: false, Region: `South East`, Address: `110 Market Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 50180 }), + new InvoicesDataItem({ ShipName: `Madison Home`, ShipAddress: `196 Wall Street`, ShipCity: `New York`, ShipPostalCode: 50190, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1309, CustomerName: `James Madison`, CustomerFirstName: `James`, CustomerLastName: `Madison`, CustomerAddress: `196 Wall Street, New York, USA, 50190`, Salesperson: `Nancy Madison`, OrderID: 1918, OrderDate: `7/11/2022`, ProductID: 160, ProductName: `IPad`, UnitPrice: 22400.31, Quantity: 2, ExtendedPrice: 44800.62, Freight: 1310.31, Discontinued: true, Region: `North East`, Address: `196 Wall Street`, City: `New York`, Country: `USA`, PostalCode: 50190 }), + new InvoicesDataItem({ ShipName: `Jefferson Market`, ShipAddress: `172 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 80154, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1310, CustomerName: `Nancy Jefferson`, CustomerFirstName: `Nancy`, CustomerLastName: `Jefferson`, CustomerAddress: `172 Market Street, Philadelphia, USA, 80154`, Salesperson: `Ben Jackson`, OrderID: 1803, OrderDate: `2/14/2022`, ProductID: 100, ProductName: `Samsung Note`, UnitPrice: 5270.34, Quantity: 5, ExtendedPrice: 26351.7, Freight: 320.34, Discontinued: false, Region: `North East`, Address: `172 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 80154 }), + new InvoicesDataItem({ ShipName: `Watson Estate`, ShipAddress: `181 Wall Street`, ShipCity: `Los Angeles`, ShipPostalCode: 50200, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1311, CustomerName: `Martin Watson`, CustomerFirstName: `Martin`, CustomerLastName: `Watson`, CustomerAddress: `181 Wall Street, Los Angeles, USA, 50200`, Salesperson: `James Watson`, OrderID: 1467, OrderDate: `12/13/2022`, ProductID: 171, ProductName: `Mac Book Air`, UnitPrice: 7830.21, Quantity: 4, ExtendedPrice: 31320.84, Freight: 1740.21, Discontinued: false, Region: `South East`, Address: `181 Wall Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 50200 }), + new InvoicesDataItem({ ShipName: `Jefferson Estate`, ShipAddress: `151 Main Street`, ShipCity: `Los Angeles`, ShipPostalCode: 70118, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1312, CustomerName: `Pamela Jefferson`, CustomerFirstName: `Pamela`, CustomerLastName: `Jefferson`, CustomerAddress: `151 Main Street, Los Angeles, USA, 70118`, Salesperson: `Martin Watson`, OrderID: 1359, OrderDate: `4/5/2022`, ProductID: 141, ProductName: `IPhone`, UnitPrice: 27160.77, Quantity: 5, ExtendedPrice: 135803.85, Freight: 370.77, Discontinued: false, Region: `West`, Address: `151 Main Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 70118 }), + new InvoicesDataItem({ ShipName: `Jackson Home`, ShipAddress: `156 Market Street`, ShipCity: `Miami`, ShipPostalCode: 90109, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1313, CustomerName: `James Jackson`, CustomerFirstName: `James`, CustomerLastName: `Jackson`, CustomerAddress: `156 Market Street, Miami, USA, 90109`, Salesperson: `James Jackson`, OrderID: 1592, OrderDate: `4/16/2022`, ProductID: 128, ProductName: `Samsung Note`, UnitPrice: 14910.41, Quantity: 5, ExtendedPrice: 74552.05, Freight: 1790.41, Discontinued: false, Region: `North East`, Address: `156 Market Street`, City: `Miami`, Country: `USA`, PostalCode: 90109 }), + new InvoicesDataItem({ ShipName: `Watson Estate`, ShipAddress: `147 Main Street`, ShipCity: `Huston`, ShipPostalCode: 60054, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1314, CustomerName: `Pamela Watson`, CustomerFirstName: `Pamela`, CustomerLastName: `Watson`, CustomerAddress: `147 Main Street, Huston, USA, 60054`, Salesperson: `Ben Watson`, OrderID: 1454, OrderDate: `12/12/2022`, ProductID: 131, ProductName: `Mac Book Air`, UnitPrice: 11280.22, Quantity: 3, ExtendedPrice: 33840.66, Freight: 1440.22, Discontinued: false, Region: `South East`, Address: `147 Main Street`, City: `Huston`, Country: `USA`, PostalCode: 60054 }), + new InvoicesDataItem({ ShipName: `Madison Home`, ShipAddress: `123 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 90190, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1315, CustomerName: `Ben Madison`, CustomerFirstName: `Ben`, CustomerLastName: `Madison`, CustomerAddress: `123 Market Street, Philadelphia, USA, 90190`, Salesperson: `James Jefferson`, OrderID: 1529, OrderDate: `4/19/2022`, ProductID: 102, ProductName: `IPad`, UnitPrice: 7570.85, Quantity: 5, ExtendedPrice: 37854.25, Freight: 1630.85, Discontinued: false, Region: `West`, Address: `123 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 90190 }), + new InvoicesDataItem({ ShipName: `Watson Home`, ShipAddress: `100 Wall Street`, ShipCity: `Los Angeles`, ShipPostalCode: 90115, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1316, CustomerName: `James Watson`, CustomerFirstName: `James`, CustomerLastName: `Watson`, CustomerAddress: `100 Wall Street, Los Angeles, USA, 90115`, Salesperson: `Nancy Smith`, OrderID: 1783, OrderDate: `9/2/2022`, ProductID: 144, ProductName: `Samsung Note`, UnitPrice: 5530.88, Quantity: 3, ExtendedPrice: 16592.64, Freight: 1800.88, Discontinued: false, Region: `North East`, Address: `100 Wall Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 90115 }), + new InvoicesDataItem({ ShipName: `Watson Townhouse`, ShipAddress: `184 Wall Street`, ShipCity: `Miami`, ShipPostalCode: 50144, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1317, CustomerName: `Max Watson`, CustomerFirstName: `Max`, CustomerLastName: `Watson`, CustomerAddress: `184 Wall Street, Miami, USA, 50144`, Salesperson: `Max Jackson`, OrderID: 1533, OrderDate: `12/19/2022`, ProductID: 189, ProductName: `Samsung Galaxy 22`, UnitPrice: 24820.6, Quantity: 2, ExtendedPrice: 49641.2, Freight: 1550.6, Discontinued: false, Region: `South East`, Address: `184 Wall Street`, City: `Miami`, Country: `USA`, PostalCode: 50144 }), + new InvoicesDataItem({ ShipName: `Black Home`, ShipAddress: `187 Wall Street`, ShipCity: `Los Angeles`, ShipPostalCode: 70132, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1318, CustomerName: `Mike Black`, CustomerFirstName: `Mike`, CustomerLastName: `Black`, CustomerAddress: `187 Wall Street, Los Angeles, USA, 70132`, Salesperson: `Nancy Jackson`, OrderID: 1483, OrderDate: `1/8/2022`, ProductID: 182, ProductName: `Samsung Galaxy 22`, UnitPrice: 21520.76, Quantity: 4, ExtendedPrice: 86083.04, Freight: 770.76, Discontinued: false, Region: `North East`, Address: `187 Wall Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 70132 }), + new InvoicesDataItem({ ShipName: `Black Market`, ShipAddress: `162 Main Street`, ShipCity: `Philadelphia`, ShipPostalCode: 90083, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1319, CustomerName: `Mike Black`, CustomerFirstName: `Mike`, CustomerLastName: `Black`, CustomerAddress: `162 Main Street, Philadelphia, USA, 90083`, Salesperson: `Max Jefferson`, OrderID: 1869, OrderDate: `6/3/2022`, ProductID: 118, ProductName: `IPhone`, UnitPrice: 15930.3, Quantity: 2, ExtendedPrice: 31860.6, Freight: 470.3, Discontinued: true, Region: `North East`, Address: `162 Main Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 90083 }), + new InvoicesDataItem({ ShipName: `Watson Home`, ShipAddress: `147 Main Street`, ShipCity: `Philadelphia`, ShipPostalCode: 50191, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1320, CustomerName: `Nancy Watson`, CustomerFirstName: `Nancy`, CustomerLastName: `Watson`, CustomerAddress: `147 Main Street, Philadelphia, USA, 50191`, Salesperson: `Martin Jefferson`, OrderID: 1541, OrderDate: `2/1/2022`, ProductID: 159, ProductName: `Mac Book Pro`, UnitPrice: 29090.51, Quantity: 4, ExtendedPrice: 116362.04, Freight: 900.51, Discontinued: false, Region: `North East`, Address: `147 Main Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 50191 }), + new InvoicesDataItem({ ShipName: `Jackson Market`, ShipAddress: `175 Wall Street`, ShipCity: `New York`, ShipPostalCode: 90056, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1321, CustomerName: `Martin Jackson`, CustomerFirstName: `Martin`, CustomerLastName: `Jackson`, CustomerAddress: `175 Wall Street, New York, USA, 90056`, Salesperson: `Anna Black`, OrderID: 1050, OrderDate: `8/6/2022`, ProductID: 120, ProductName: `IPad`, UnitPrice: 28490.38, Quantity: 5, ExtendedPrice: 142451.9, Freight: 860.38, Discontinued: false, Region: `West`, Address: `175 Wall Street`, City: `New York`, Country: `USA`, PostalCode: 90056 }), + new InvoicesDataItem({ ShipName: `Jackson Market`, ShipAddress: `129 Market Street`, ShipCity: `Huston`, ShipPostalCode: 50089, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1322, CustomerName: `Pamela Jackson`, CustomerFirstName: `Pamela`, CustomerLastName: `Jackson`, CustomerAddress: `129 Market Street, Huston, USA, 50089`, Salesperson: `Mike Jefferson`, OrderID: 1188, OrderDate: `7/23/2022`, ProductID: 119, ProductName: `Mac Book Pro`, UnitPrice: 6710.58, Quantity: 3, ExtendedPrice: 20131.74, Freight: 1160.58, Discontinued: false, Region: `South East`, Address: `129 Market Street`, City: `Huston`, Country: `USA`, PostalCode: 50089 }), + new InvoicesDataItem({ ShipName: `Smith Market`, ShipAddress: `104 Wall Street`, ShipCity: `Philadelphia`, ShipPostalCode: 70079, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1323, CustomerName: `Ben Smith`, CustomerFirstName: `Ben`, CustomerLastName: `Smith`, CustomerAddress: `104 Wall Street, Philadelphia, USA, 70079`, Salesperson: `Martin Madison`, OrderID: 1452, OrderDate: `2/1/2022`, ProductID: 182, ProductName: `IPhone`, UnitPrice: 9260.28, Quantity: 2, ExtendedPrice: 18520.56, Freight: 1960.28, Discontinued: false, Region: `South East`, Address: `104 Wall Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 70079 }), + new InvoicesDataItem({ ShipName: `Jefferson Townhouse`, ShipAddress: `167 Wall Street`, ShipCity: `Philadelphia`, ShipPostalCode: 70137, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1324, CustomerName: `Mike Jefferson`, CustomerFirstName: `Mike`, CustomerLastName: `Jefferson`, CustomerAddress: `167 Wall Street, Philadelphia, USA, 70137`, Salesperson: `James Jefferson`, OrderID: 1542, OrderDate: `7/21/2022`, ProductID: 107, ProductName: `IPhone`, UnitPrice: 5100.82, Quantity: 5, ExtendedPrice: 25504.1, Freight: 610.82, Discontinued: false, Region: `North East`, Address: `167 Wall Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 70137 }), + new InvoicesDataItem({ ShipName: `Madison Market`, ShipAddress: `128 Wall Street`, ShipCity: `Philadelphia`, ShipPostalCode: 50188, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1325, CustomerName: `Mike Madison`, CustomerFirstName: `Mike`, CustomerLastName: `Madison`, CustomerAddress: `128 Wall Street, Philadelphia, USA, 50188`, Salesperson: `Nancy Jefferson`, OrderID: 1993, OrderDate: `3/7/2022`, ProductID: 149, ProductName: `Samsung Note`, UnitPrice: 27520.59, Quantity: 4, ExtendedPrice: 110082.36, Freight: 1260.59, Discontinued: false, Region: `South East`, Address: `128 Wall Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 50188 }), + new InvoicesDataItem({ ShipName: `Watson Market`, ShipAddress: `171 Market Street`, ShipCity: `Huston`, ShipPostalCode: 70190, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1326, CustomerName: `Martin Watson`, CustomerFirstName: `Martin`, CustomerLastName: `Watson`, CustomerAddress: `171 Market Street, Huston, USA, 70190`, Salesperson: `Anna Madison`, OrderID: 1815, OrderDate: `7/4/2022`, ProductID: 195, ProductName: `Samsung Note`, UnitPrice: 27340.66, Quantity: 5, ExtendedPrice: 136703.3, Freight: 1790.66, Discontinued: false, Region: `South East`, Address: `171 Market Street`, City: `Huston`, Country: `USA`, PostalCode: 70190 }), + new InvoicesDataItem({ ShipName: `Watson Home`, ShipAddress: `191 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 60123, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1327, CustomerName: `Anna Watson`, CustomerFirstName: `Anna`, CustomerLastName: `Watson`, CustomerAddress: `191 Market Street, Philadelphia, USA, 60123`, Salesperson: `Anna Madison`, OrderID: 1319, OrderDate: `8/5/2022`, ProductID: 191, ProductName: `Samsung Note`, UnitPrice: 28500.5, Quantity: 5, ExtendedPrice: 142502.5, Freight: 1280.5, Discontinued: false, Region: `West`, Address: `191 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 60123 }), + new InvoicesDataItem({ ShipName: `Madison Townhouse`, ShipAddress: `150 Wall Street`, ShipCity: `Philadelphia`, ShipPostalCode: 80139, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1328, CustomerName: `Mike Madison`, CustomerFirstName: `Mike`, CustomerLastName: `Madison`, CustomerAddress: `150 Wall Street, Philadelphia, USA, 80139`, Salesperson: `Nancy Watson`, OrderID: 1592, OrderDate: `2/22/2022`, ProductID: 149, ProductName: `Mac Book Pro`, UnitPrice: 22890.6, Quantity: 5, ExtendedPrice: 114453, Freight: 920.6, Discontinued: false, Region: `South East`, Address: `150 Wall Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 80139 }), + new InvoicesDataItem({ ShipName: `Jackson Market`, ShipAddress: `112 Main Street`, ShipCity: `Los Angeles`, ShipPostalCode: 70172, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1329, CustomerName: `Nancy Jackson`, CustomerFirstName: `Nancy`, CustomerLastName: `Jackson`, CustomerAddress: `112 Main Street, Los Angeles, USA, 70172`, Salesperson: `Max Jefferson`, OrderID: 1959, OrderDate: `10/15/2022`, ProductID: 156, ProductName: `Samsung Galaxy 22`, UnitPrice: 12050.71, Quantity: 4, ExtendedPrice: 48202.84, Freight: 270.71, Discontinued: true, Region: `North East`, Address: `112 Main Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 70172 }), + new InvoicesDataItem({ ShipName: `Jefferson Market`, ShipAddress: `121 Market Street`, ShipCity: `New York`, ShipPostalCode: 80122, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1330, CustomerName: `Martin Jefferson`, CustomerFirstName: `Martin`, CustomerLastName: `Jefferson`, CustomerAddress: `121 Market Street, New York, USA, 80122`, Salesperson: `Ben Black`, OrderID: 1343, OrderDate: `5/25/2022`, ProductID: 118, ProductName: `Mac Book Pro`, UnitPrice: 7060.29, Quantity: 4, ExtendedPrice: 28241.16, Freight: 400.29, Discontinued: false, Region: `West`, Address: `121 Market Street`, City: `New York`, Country: `USA`, PostalCode: 80122 }), + new InvoicesDataItem({ ShipName: `Watson Estate`, ShipAddress: `183 Wall Street`, ShipCity: `Miami`, ShipPostalCode: 90122, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1331, CustomerName: `Pamela Watson`, CustomerFirstName: `Pamela`, CustomerLastName: `Watson`, CustomerAddress: `183 Wall Street, Miami, USA, 90122`, Salesperson: `Pamela Smith`, OrderID: 1876, OrderDate: `2/8/2022`, ProductID: 137, ProductName: `Samsung Note`, UnitPrice: 10140.84, Quantity: 4, ExtendedPrice: 40563.36, Freight: 640.84, Discontinued: false, Region: `North East`, Address: `183 Wall Street`, City: `Miami`, Country: `USA`, PostalCode: 90122 }), + new InvoicesDataItem({ ShipName: `Jefferson Estate`, ShipAddress: `105 Main Street`, ShipCity: `Los Angeles`, ShipPostalCode: 50068, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1332, CustomerName: `Mike Jefferson`, CustomerFirstName: `Mike`, CustomerLastName: `Jefferson`, CustomerAddress: `105 Main Street, Los Angeles, USA, 50068`, Salesperson: `Ben Madison`, OrderID: 1322, OrderDate: `6/7/2022`, ProductID: 148, ProductName: `Mac Book Air`, UnitPrice: 20150.45, Quantity: 4, ExtendedPrice: 80601.8, Freight: 1190.45, Discontinued: false, Region: `North East`, Address: `105 Main Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 50068 }), + new InvoicesDataItem({ ShipName: `Madison Townhouse`, ShipAddress: `199 Market Street`, ShipCity: `Huston`, ShipPostalCode: 70061, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1333, CustomerName: `Martin Madison`, CustomerFirstName: `Martin`, CustomerLastName: `Madison`, CustomerAddress: `199 Market Street, Huston, USA, 70061`, Salesperson: `Max Smith`, OrderID: 1046, OrderDate: `2/3/2022`, ProductID: 162, ProductName: `IPhone`, UnitPrice: 28480.38, Quantity: 2, ExtendedPrice: 56960.76, Freight: 1180.38, Discontinued: false, Region: `West`, Address: `199 Market Street`, City: `Huston`, Country: `USA`, PostalCode: 70061 }), + new InvoicesDataItem({ ShipName: `Madison Estate`, ShipAddress: `142 Wall Street`, ShipCity: `Huston`, ShipPostalCode: 60058, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1334, CustomerName: `Ben Madison`, CustomerFirstName: `Ben`, CustomerLastName: `Madison`, CustomerAddress: `142 Wall Street, Huston, USA, 60058`, Salesperson: `Mike Madison`, OrderID: 1433, OrderDate: `2/1/2022`, ProductID: 177, ProductName: `IPhone`, UnitPrice: 6770.89, Quantity: 5, ExtendedPrice: 33854.45, Freight: 520.89, Discontinued: false, Region: `South East`, Address: `142 Wall Street`, City: `Huston`, Country: `USA`, PostalCode: 60058 }), + new InvoicesDataItem({ ShipName: `Jefferson Townhouse`, ShipAddress: `140 Market Street`, ShipCity: `Los Angeles`, ShipPostalCode: 90131, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1335, CustomerName: `Martin Jefferson`, CustomerFirstName: `Martin`, CustomerLastName: `Jefferson`, CustomerAddress: `140 Market Street, Los Angeles, USA, 90131`, Salesperson: `Pamela Black`, OrderID: 1894, OrderDate: `9/13/2022`, ProductID: 151, ProductName: `IPad`, UnitPrice: 5280.38, Quantity: 5, ExtendedPrice: 26401.9, Freight: 1610.38, Discontinued: false, Region: `North East`, Address: `140 Market Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 90131 }), + new InvoicesDataItem({ ShipName: `Jefferson Home`, ShipAddress: `106 Market Street`, ShipCity: `Miami`, ShipPostalCode: 60063, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1336, CustomerName: `Ben Jefferson`, CustomerFirstName: `Ben`, CustomerLastName: `Jefferson`, CustomerAddress: `106 Market Street, Miami, USA, 60063`, Salesperson: `Anna Jackson`, OrderID: 1017, OrderDate: `6/12/2022`, ProductID: 173, ProductName: `Mac Book Pro`, UnitPrice: 27000.78, Quantity: 2, ExtendedPrice: 54001.56, Freight: 540.78, Discontinued: false, Region: `West`, Address: `106 Market Street`, City: `Miami`, Country: `USA`, PostalCode: 60063 }), + new InvoicesDataItem({ ShipName: `Jefferson Market`, ShipAddress: `190 Market Street`, ShipCity: `Huston`, ShipPostalCode: 70115, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1337, CustomerName: `Max Jefferson`, CustomerFirstName: `Max`, CustomerLastName: `Jefferson`, CustomerAddress: `190 Market Street, Huston, USA, 70115`, Salesperson: `Martin Smith`, OrderID: 1583, OrderDate: `2/12/2022`, ProductID: 147, ProductName: `Samsung Note`, UnitPrice: 7560.53, Quantity: 2, ExtendedPrice: 15121.06, Freight: 260.53, Discontinued: false, Region: `South East`, Address: `190 Market Street`, City: `Huston`, Country: `USA`, PostalCode: 70115 }), + new InvoicesDataItem({ ShipName: `Smith Home`, ShipAddress: `129 Market Street`, ShipCity: `Miami`, ShipPostalCode: 70051, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1338, CustomerName: `Nancy Smith`, CustomerFirstName: `Nancy`, CustomerLastName: `Smith`, CustomerAddress: `129 Market Street, Miami, USA, 70051`, Salesperson: `Pamela Madison`, OrderID: 1202, OrderDate: `3/15/2022`, ProductID: 136, ProductName: `IPhone`, UnitPrice: 20520.41, Quantity: 2, ExtendedPrice: 41040.82, Freight: 550.41, Discontinued: false, Region: `North East`, Address: `129 Market Street`, City: `Miami`, Country: `USA`, PostalCode: 70051 }), + new InvoicesDataItem({ ShipName: `Smith Home`, ShipAddress: `143 Main Street`, ShipCity: `Miami`, ShipPostalCode: 70144, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1339, CustomerName: `Martin Smith`, CustomerFirstName: `Martin`, CustomerLastName: `Smith`, CustomerAddress: `143 Main Street, Miami, USA, 70144`, Salesperson: `James Jefferson`, OrderID: 1172, OrderDate: `10/15/2022`, ProductID: 136, ProductName: `IPad`, UnitPrice: 18760.26, Quantity: 4, ExtendedPrice: 75041.04, Freight: 540.26, Discontinued: true, Region: `North East`, Address: `143 Main Street`, City: `Miami`, Country: `USA`, PostalCode: 70144 }), + new InvoicesDataItem({ ShipName: `Smith Market`, ShipAddress: `179 Market Street`, ShipCity: `New York`, ShipPostalCode: 90174, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1340, CustomerName: `Martin Smith`, CustomerFirstName: `Martin`, CustomerLastName: `Smith`, CustomerAddress: `179 Market Street, New York, USA, 90174`, Salesperson: `Martin Madison`, OrderID: 1491, OrderDate: `4/19/2022`, ProductID: 176, ProductName: `Mac Book Air`, UnitPrice: 16000.56, Quantity: 4, ExtendedPrice: 64002.24, Freight: 690.56, Discontinued: false, Region: `West`, Address: `179 Market Street`, City: `New York`, Country: `USA`, PostalCode: 90174 }), + new InvoicesDataItem({ ShipName: `Madison Home`, ShipAddress: `152 Main Street`, ShipCity: `Philadelphia`, ShipPostalCode: 90077, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1341, CustomerName: `Mike Madison`, CustomerFirstName: `Mike`, CustomerLastName: `Madison`, CustomerAddress: `152 Main Street, Philadelphia, USA, 90077`, Salesperson: `James Black`, OrderID: 1351, OrderDate: `9/19/2022`, ProductID: 147, ProductName: `IPhone`, UnitPrice: 19810.36, Quantity: 4, ExtendedPrice: 79241.44, Freight: 920.36, Discontinued: false, Region: `West`, Address: `152 Main Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 90077 }), + new InvoicesDataItem({ ShipName: `Jefferson Estate`, ShipAddress: `170 Main Street`, ShipCity: `Los Angeles`, ShipPostalCode: 60097, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1342, CustomerName: `Anna Jefferson`, CustomerFirstName: `Anna`, CustomerLastName: `Jefferson`, CustomerAddress: `170 Main Street, Los Angeles, USA, 60097`, Salesperson: `Martin Black`, OrderID: 1619, OrderDate: `3/13/2022`, ProductID: 166, ProductName: `Mac Book Air`, UnitPrice: 27140.88, Quantity: 3, ExtendedPrice: 81422.64, Freight: 1480.88, Discontinued: false, Region: `North East`, Address: `170 Main Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 60097 }), + new InvoicesDataItem({ ShipName: `Black Townhouse`, ShipAddress: `198 Wall Street`, ShipCity: `New York`, ShipPostalCode: 90077, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1343, CustomerName: `Martin Black`, CustomerFirstName: `Martin`, CustomerLastName: `Black`, CustomerAddress: `198 Wall Street, New York, USA, 90077`, Salesperson: `James Smith`, OrderID: 1646, OrderDate: `9/2/2022`, ProductID: 122, ProductName: `Samsung Galaxy 22`, UnitPrice: 6160.87, Quantity: 3, ExtendedPrice: 18482.61, Freight: 1480.87, Discontinued: false, Region: `South East`, Address: `198 Wall Street`, City: `New York`, Country: `USA`, PostalCode: 90077 }), + new InvoicesDataItem({ ShipName: `Watson Estate`, ShipAddress: `193 Wall Street`, ShipCity: `New York`, ShipPostalCode: 60165, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1344, CustomerName: `Ben Watson`, CustomerFirstName: `Ben`, CustomerLastName: `Watson`, CustomerAddress: `193 Wall Street, New York, USA, 60165`, Salesperson: `Ben Madison`, OrderID: 1516, OrderDate: `4/20/2022`, ProductID: 113, ProductName: `IPhone`, UnitPrice: 22310.25, Quantity: 2, ExtendedPrice: 44620.5, Freight: 1740.25, Discontinued: false, Region: `North East`, Address: `193 Wall Street`, City: `New York`, Country: `USA`, PostalCode: 60165 }), + new InvoicesDataItem({ ShipName: `Jackson Market`, ShipAddress: `108 Wall Street`, ShipCity: `New York`, ShipPostalCode: 90123, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1345, CustomerName: `James Jackson`, CustomerFirstName: `James`, CustomerLastName: `Jackson`, CustomerAddress: `108 Wall Street, New York, USA, 90123`, Salesperson: `Mike Madison`, OrderID: 1356, OrderDate: `11/2/2022`, ProductID: 105, ProductName: `Mac Book Air`, UnitPrice: 16240.78, Quantity: 5, ExtendedPrice: 81203.9, Freight: 260.78, Discontinued: false, Region: `North East`, Address: `108 Wall Street`, City: `New York`, Country: `USA`, PostalCode: 90123 }), + new InvoicesDataItem({ ShipName: `Black Home`, ShipAddress: `173 Main Street`, ShipCity: `Miami`, ShipPostalCode: 60061, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1346, CustomerName: `Max Black`, CustomerFirstName: `Max`, CustomerLastName: `Black`, CustomerAddress: `173 Main Street, Miami, USA, 60061`, Salesperson: `Mike Jefferson`, OrderID: 1062, OrderDate: `3/5/2022`, ProductID: 101, ProductName: `Samsung Galaxy 22`, UnitPrice: 25540.71, Quantity: 5, ExtendedPrice: 127703.55, Freight: 2000.71, Discontinued: false, Region: `West`, Address: `173 Main Street`, City: `Miami`, Country: `USA`, PostalCode: 60061 }), + new InvoicesDataItem({ ShipName: `Black Home`, ShipAddress: `118 Wall Street`, ShipCity: `Los Angeles`, ShipPostalCode: 60178, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1347, CustomerName: `Nancy Black`, CustomerFirstName: `Nancy`, CustomerLastName: `Black`, CustomerAddress: `118 Wall Street, Los Angeles, USA, 60178`, Salesperson: `Max Madison`, OrderID: 1482, OrderDate: `8/24/2022`, ProductID: 105, ProductName: `IPhone`, UnitPrice: 17000.6, Quantity: 4, ExtendedPrice: 68002.4, Freight: 1390.6, Discontinued: false, Region: `West`, Address: `118 Wall Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 60178 }), + new InvoicesDataItem({ ShipName: `Jackson Townhouse`, ShipAddress: `134 Wall Street`, ShipCity: `New York`, ShipPostalCode: 60096, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1348, CustomerName: `Martin Jackson`, CustomerFirstName: `Martin`, CustomerLastName: `Jackson`, CustomerAddress: `134 Wall Street, New York, USA, 60096`, Salesperson: `Ben Madison`, OrderID: 1443, OrderDate: `7/1/2022`, ProductID: 105, ProductName: `Samsung Galaxy 22`, UnitPrice: 12670.46, Quantity: 2, ExtendedPrice: 25340.92, Freight: 1280.46, Discontinued: false, Region: `North East`, Address: `134 Wall Street`, City: `New York`, Country: `USA`, PostalCode: 60096 }), + new InvoicesDataItem({ ShipName: `Black Estate`, ShipAddress: `125 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 50134, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1349, CustomerName: `Ben Black`, CustomerFirstName: `Ben`, CustomerLastName: `Black`, CustomerAddress: `125 Market Street, Philadelphia, USA, 50134`, Salesperson: `Mike Watson`, OrderID: 1498, OrderDate: `1/17/2022`, ProductID: 194, ProductName: `IPhone`, UnitPrice: 23470.22, Quantity: 3, ExtendedPrice: 70410.66, Freight: 1370.22, Discontinued: true, Region: `South East`, Address: `125 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 50134 }), + new InvoicesDataItem({ ShipName: `Madison Home`, ShipAddress: `145 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 80099, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1350, CustomerName: `Mike Madison`, CustomerFirstName: `Mike`, CustomerLastName: `Madison`, CustomerAddress: `145 Market Street, Philadelphia, USA, 80099`, Salesperson: `Nancy Watson`, OrderID: 1002, OrderDate: `11/11/2022`, ProductID: 116, ProductName: `Mac Book Air`, UnitPrice: 17060.57, Quantity: 3, ExtendedPrice: 51181.71, Freight: 1800.57, Discontinued: false, Region: `West`, Address: `145 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 80099 }), + new InvoicesDataItem({ ShipName: `Watson Home`, ShipAddress: `130 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 70052, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1351, CustomerName: `Ben Watson`, CustomerFirstName: `Ben`, CustomerLastName: `Watson`, CustomerAddress: `130 Market Street, Philadelphia, USA, 70052`, Salesperson: `Pamela Watson`, OrderID: 1144, OrderDate: `10/15/2022`, ProductID: 168, ProductName: `IPhone`, UnitPrice: 13010.35, Quantity: 4, ExtendedPrice: 52041.4, Freight: 980.35, Discontinued: false, Region: `South East`, Address: `130 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 70052 }), + new InvoicesDataItem({ ShipName: `Black Market`, ShipAddress: `136 Wall Street`, ShipCity: `Miami`, ShipPostalCode: 60165, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1352, CustomerName: `Nancy Black`, CustomerFirstName: `Nancy`, CustomerLastName: `Black`, CustomerAddress: `136 Wall Street, Miami, USA, 60165`, Salesperson: `Mike Black`, OrderID: 1745, OrderDate: `4/9/2022`, ProductID: 119, ProductName: `Samsung Galaxy 22`, UnitPrice: 7900.53, Quantity: 4, ExtendedPrice: 31602.12, Freight: 1400.53, Discontinued: false, Region: `West`, Address: `136 Wall Street`, City: `Miami`, Country: `USA`, PostalCode: 60165 }), + new InvoicesDataItem({ ShipName: `Madison Townhouse`, ShipAddress: `190 Wall Street`, ShipCity: `Philadelphia`, ShipPostalCode: 60176, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1353, CustomerName: `Pamela Madison`, CustomerFirstName: `Pamela`, CustomerLastName: `Madison`, CustomerAddress: `190 Wall Street, Philadelphia, USA, 60176`, Salesperson: `Martin Smith`, OrderID: 1489, OrderDate: `3/25/2022`, ProductID: 113, ProductName: `Samsung Galaxy 22`, UnitPrice: 23420.42, Quantity: 4, ExtendedPrice: 93681.68, Freight: 1660.42, Discontinued: false, Region: `West`, Address: `190 Wall Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 60176 }), + new InvoicesDataItem({ ShipName: `Jackson Townhouse`, ShipAddress: `114 Main Street`, ShipCity: `Huston`, ShipPostalCode: 50060, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1354, CustomerName: `Mike Jackson`, CustomerFirstName: `Mike`, CustomerLastName: `Jackson`, CustomerAddress: `114 Main Street, Huston, USA, 50060`, Salesperson: `Nancy Jackson`, OrderID: 1302, OrderDate: `3/21/2022`, ProductID: 144, ProductName: `Mac Book Pro`, UnitPrice: 21240.71, Quantity: 5, ExtendedPrice: 106203.55, Freight: 1000.71, Discontinued: false, Region: `North East`, Address: `114 Main Street`, City: `Huston`, Country: `USA`, PostalCode: 50060 }), + new InvoicesDataItem({ ShipName: `Watson Townhouse`, ShipAddress: `130 Market Street`, ShipCity: `Huston`, ShipPostalCode: 90062, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1355, CustomerName: `Max Watson`, CustomerFirstName: `Max`, CustomerLastName: `Watson`, CustomerAddress: `130 Market Street, Huston, USA, 90062`, Salesperson: `Ben Jackson`, OrderID: 1901, OrderDate: `11/5/2022`, ProductID: 101, ProductName: `Samsung Galaxy 22`, UnitPrice: 17170.52, Quantity: 4, ExtendedPrice: 68682.08, Freight: 1600.52, Discontinued: false, Region: `South East`, Address: `130 Market Street`, City: `Huston`, Country: `USA`, PostalCode: 90062 }), + new InvoicesDataItem({ ShipName: `Watson Market`, ShipAddress: `160 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 50149, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1356, CustomerName: `Nancy Watson`, CustomerFirstName: `Nancy`, CustomerLastName: `Watson`, CustomerAddress: `160 Market Street, Philadelphia, USA, 50149`, Salesperson: `Ben Watson`, OrderID: 1331, OrderDate: `2/5/2022`, ProductID: 151, ProductName: `Mac Book Pro`, UnitPrice: 17650.73, Quantity: 4, ExtendedPrice: 70602.92, Freight: 1720.73, Discontinued: false, Region: `South East`, Address: `160 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 50149 }), + new InvoicesDataItem({ ShipName: `Black Townhouse`, ShipAddress: `130 Main Street`, ShipCity: `New York`, ShipPostalCode: 50184, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1357, CustomerName: `Anna Black`, CustomerFirstName: `Anna`, CustomerLastName: `Black`, CustomerAddress: `130 Main Street, New York, USA, 50184`, Salesperson: `Anna Watson`, OrderID: 1161, OrderDate: `5/18/2022`, ProductID: 185, ProductName: `Samsung Galaxy 22`, UnitPrice: 12920.84, Quantity: 3, ExtendedPrice: 38762.52, Freight: 780.84, Discontinued: false, Region: `South East`, Address: `130 Main Street`, City: `New York`, Country: `USA`, PostalCode: 50184 }), + new InvoicesDataItem({ ShipName: `Watson Townhouse`, ShipAddress: `120 Wall Street`, ShipCity: `New York`, ShipPostalCode: 90122, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1358, CustomerName: `Ben Watson`, CustomerFirstName: `Ben`, CustomerLastName: `Watson`, CustomerAddress: `120 Wall Street, New York, USA, 90122`, Salesperson: `Martin Madison`, OrderID: 1211, OrderDate: `11/13/2022`, ProductID: 136, ProductName: `IPad`, UnitPrice: 21380.5, Quantity: 4, ExtendedPrice: 85522, Freight: 1130.5, Discontinued: false, Region: `West`, Address: `120 Wall Street`, City: `New York`, Country: `USA`, PostalCode: 90122 }), + new InvoicesDataItem({ ShipName: `Madison Market`, ShipAddress: `108 Market Street`, ShipCity: `New York`, ShipPostalCode: 80106, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1359, CustomerName: `Pamela Madison`, CustomerFirstName: `Pamela`, CustomerLastName: `Madison`, CustomerAddress: `108 Market Street, New York, USA, 80106`, Salesperson: `Anna Watson`, OrderID: 1010, OrderDate: `3/15/2022`, ProductID: 198, ProductName: `Samsung Galaxy 22`, UnitPrice: 18060.46, Quantity: 4, ExtendedPrice: 72241.84, Freight: 330.46, Discontinued: true, Region: `North East`, Address: `108 Market Street`, City: `New York`, Country: `USA`, PostalCode: 80106 }), + new InvoicesDataItem({ ShipName: `Black Estate`, ShipAddress: `114 Market Street`, ShipCity: `Miami`, ShipPostalCode: 70117, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1360, CustomerName: `Nancy Black`, CustomerFirstName: `Nancy`, CustomerLastName: `Black`, CustomerAddress: `114 Market Street, Miami, USA, 70117`, Salesperson: `James Smith`, OrderID: 1001, OrderDate: `2/24/2022`, ProductID: 121, ProductName: `Mac Book Pro`, UnitPrice: 22020.55, Quantity: 5, ExtendedPrice: 110102.75, Freight: 1970.55, Discontinued: false, Region: `West`, Address: `114 Market Street`, City: `Miami`, Country: `USA`, PostalCode: 70117 }), + new InvoicesDataItem({ ShipName: `Jackson Home`, ShipAddress: `134 Main Street`, ShipCity: `Philadelphia`, ShipPostalCode: 50108, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1361, CustomerName: `Nancy Jackson`, CustomerFirstName: `Nancy`, CustomerLastName: `Jackson`, CustomerAddress: `134 Main Street, Philadelphia, USA, 50108`, Salesperson: `Max Jefferson`, OrderID: 1871, OrderDate: `3/1/2022`, ProductID: 114, ProductName: `Mac Book Air`, UnitPrice: 13010.27, Quantity: 5, ExtendedPrice: 65051.35, Freight: 1490.27, Discontinued: false, Region: `North East`, Address: `134 Main Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 50108 }), + new InvoicesDataItem({ ShipName: `Jefferson Townhouse`, ShipAddress: `138 Market Street`, ShipCity: `Huston`, ShipPostalCode: 90082, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1362, CustomerName: `Mike Jefferson`, CustomerFirstName: `Mike`, CustomerLastName: `Jefferson`, CustomerAddress: `138 Market Street, Huston, USA, 90082`, Salesperson: `Ben Watson`, OrderID: 1175, OrderDate: `4/11/2022`, ProductID: 159, ProductName: `Samsung Galaxy 22`, UnitPrice: 17660.27, Quantity: 5, ExtendedPrice: 88301.35, Freight: 1770.27, Discontinued: false, Region: `South East`, Address: `138 Market Street`, City: `Huston`, Country: `USA`, PostalCode: 90082 }), + new InvoicesDataItem({ ShipName: `Madison Market`, ShipAddress: `131 Main Street`, ShipCity: `Miami`, ShipPostalCode: 90189, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1363, CustomerName: `James Madison`, CustomerFirstName: `James`, CustomerLastName: `Madison`, CustomerAddress: `131 Main Street, Miami, USA, 90189`, Salesperson: `Nancy Madison`, OrderID: 1072, OrderDate: `2/14/2022`, ProductID: 169, ProductName: `Mac Book Air`, UnitPrice: 24150.8, Quantity: 4, ExtendedPrice: 96603.2, Freight: 1040.8, Discontinued: false, Region: `South East`, Address: `131 Main Street`, City: `Miami`, Country: `USA`, PostalCode: 90189 }), + new InvoicesDataItem({ ShipName: `Watson Townhouse`, ShipAddress: `133 Wall Street`, ShipCity: `Philadelphia`, ShipPostalCode: 90077, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1364, CustomerName: `Martin Watson`, CustomerFirstName: `Martin`, CustomerLastName: `Watson`, CustomerAddress: `133 Wall Street, Philadelphia, USA, 90077`, Salesperson: `Pamela Jackson`, OrderID: 1971, OrderDate: `10/16/2022`, ProductID: 108, ProductName: `Samsung Note`, UnitPrice: 18520.3, Quantity: 2, ExtendedPrice: 37040.6, Freight: 300.3, Discontinued: false, Region: `North East`, Address: `133 Wall Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 90077 }), + new InvoicesDataItem({ ShipName: `Smith Estate`, ShipAddress: `128 Market Street`, ShipCity: `Huston`, ShipPostalCode: 90109, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1365, CustomerName: `Pamela Smith`, CustomerFirstName: `Pamela`, CustomerLastName: `Smith`, CustomerAddress: `128 Market Street, Huston, USA, 90109`, Salesperson: `Nancy Jackson`, OrderID: 1024, OrderDate: `12/21/2022`, ProductID: 188, ProductName: `Samsung Note`, UnitPrice: 10040.29, Quantity: 4, ExtendedPrice: 40161.16, Freight: 1900.29, Discontinued: false, Region: `South East`, Address: `128 Market Street`, City: `Huston`, Country: `USA`, PostalCode: 90109 }), + new InvoicesDataItem({ ShipName: `Black Estate`, ShipAddress: `154 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 80119, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1366, CustomerName: `Nancy Black`, CustomerFirstName: `Nancy`, CustomerLastName: `Black`, CustomerAddress: `154 Market Street, Philadelphia, USA, 80119`, Salesperson: `Nancy Jackson`, OrderID: 1537, OrderDate: `6/24/2022`, ProductID: 161, ProductName: `IPhone`, UnitPrice: 20110.8, Quantity: 5, ExtendedPrice: 100554, Freight: 1990.8, Discontinued: false, Region: `South East`, Address: `154 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 80119 }), + new InvoicesDataItem({ ShipName: `Madison Townhouse`, ShipAddress: `156 Main Street`, ShipCity: `Miami`, ShipPostalCode: 50128, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1367, CustomerName: `Ben Madison`, CustomerFirstName: `Ben`, CustomerLastName: `Madison`, CustomerAddress: `156 Main Street, Miami, USA, 50128`, Salesperson: `Nancy Smith`, OrderID: 1289, OrderDate: `7/2/2022`, ProductID: 125, ProductName: `Samsung Galaxy 22`, UnitPrice: 18320.56, Quantity: 3, ExtendedPrice: 54961.68, Freight: 890.56, Discontinued: false, Region: `South East`, Address: `156 Main Street`, City: `Miami`, Country: `USA`, PostalCode: 50128 }), + new InvoicesDataItem({ ShipName: `Madison Home`, ShipAddress: `130 Main Street`, ShipCity: `Miami`, ShipPostalCode: 60146, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1368, CustomerName: `James Madison`, CustomerFirstName: `James`, CustomerLastName: `Madison`, CustomerAddress: `130 Main Street, Miami, USA, 60146`, Salesperson: `Nancy Jackson`, OrderID: 1451, OrderDate: `12/4/2022`, ProductID: 140, ProductName: `Samsung Galaxy 22`, UnitPrice: 6030.21, Quantity: 4, ExtendedPrice: 24120.84, Freight: 1930.21, Discontinued: false, Region: `North East`, Address: `130 Main Street`, City: `Miami`, Country: `USA`, PostalCode: 60146 }), + new InvoicesDataItem({ ShipName: `Watson Market`, ShipAddress: `159 Wall Street`, ShipCity: `New York`, ShipPostalCode: 70158, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1369, CustomerName: `Nancy Watson`, CustomerFirstName: `Nancy`, CustomerLastName: `Watson`, CustomerAddress: `159 Wall Street, New York, USA, 70158`, Salesperson: `Max Jefferson`, OrderID: 1056, OrderDate: `1/10/2022`, ProductID: 151, ProductName: `Mac Book Pro`, UnitPrice: 27710.33, Quantity: 3, ExtendedPrice: 83130.99, Freight: 300.33, Discontinued: true, Region: `South East`, Address: `159 Wall Street`, City: `New York`, Country: `USA`, PostalCode: 70158 }), + new InvoicesDataItem({ ShipName: `Smith Townhouse`, ShipAddress: `189 Wall Street`, ShipCity: `New York`, ShipPostalCode: 90186, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1370, CustomerName: `Pamela Smith`, CustomerFirstName: `Pamela`, CustomerLastName: `Smith`, CustomerAddress: `189 Wall Street, New York, USA, 90186`, Salesperson: `Anna Jefferson`, OrderID: 1611, OrderDate: `9/14/2022`, ProductID: 180, ProductName: `IPhone`, UnitPrice: 15940.65, Quantity: 4, ExtendedPrice: 63762.6, Freight: 1210.65, Discontinued: false, Region: `North East`, Address: `189 Wall Street`, City: `New York`, Country: `USA`, PostalCode: 90186 }), + new InvoicesDataItem({ ShipName: `Jefferson Estate`, ShipAddress: `190 Wall Street`, ShipCity: `Philadelphia`, ShipPostalCode: 50065, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1371, CustomerName: `Mike Jefferson`, CustomerFirstName: `Mike`, CustomerLastName: `Jefferson`, CustomerAddress: `190 Wall Street, Philadelphia, USA, 50065`, Salesperson: `Martin Watson`, OrderID: 1731, OrderDate: `2/7/2022`, ProductID: 103, ProductName: `Mac Book Pro`, UnitPrice: 21560.2, Quantity: 4, ExtendedPrice: 86240.8, Freight: 1880.2, Discontinued: false, Region: `South East`, Address: `190 Wall Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 50065 }), + new InvoicesDataItem({ ShipName: `Smith Home`, ShipAddress: `127 Market Street`, ShipCity: `Los Angeles`, ShipPostalCode: 80182, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1372, CustomerName: `Pamela Smith`, CustomerFirstName: `Pamela`, CustomerLastName: `Smith`, CustomerAddress: `127 Market Street, Los Angeles, USA, 80182`, Salesperson: `Ben Jefferson`, OrderID: 1156, OrderDate: `7/16/2022`, ProductID: 132, ProductName: `Samsung Galaxy 22`, UnitPrice: 15440.77, Quantity: 5, ExtendedPrice: 77203.85, Freight: 1730.77, Discontinued: false, Region: `West`, Address: `127 Market Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 80182 }), + new InvoicesDataItem({ ShipName: `Madison Estate`, ShipAddress: `150 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 50154, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1373, CustomerName: `Ben Madison`, CustomerFirstName: `Ben`, CustomerLastName: `Madison`, CustomerAddress: `150 Market Street, Philadelphia, USA, 50154`, Salesperson: `Max Jackson`, OrderID: 1592, OrderDate: `12/25/2022`, ProductID: 109, ProductName: `Mac Book Air`, UnitPrice: 25510.57, Quantity: 2, ExtendedPrice: 51021.14, Freight: 1350.57, Discontinued: false, Region: `North East`, Address: `150 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 50154 }), + new InvoicesDataItem({ ShipName: `Jackson Estate`, ShipAddress: `163 Market Street`, ShipCity: `Miami`, ShipPostalCode: 50149, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1374, CustomerName: `Max Jackson`, CustomerFirstName: `Max`, CustomerLastName: `Jackson`, CustomerAddress: `163 Market Street, Miami, USA, 50149`, Salesperson: `James Smith`, OrderID: 1504, OrderDate: `10/7/2022`, ProductID: 197, ProductName: `Mac Book Pro`, UnitPrice: 23590.87, Quantity: 5, ExtendedPrice: 117954.35, Freight: 460.87, Discontinued: false, Region: `South East`, Address: `163 Market Street`, City: `Miami`, Country: `USA`, PostalCode: 50149 }), + new InvoicesDataItem({ ShipName: `Smith Townhouse`, ShipAddress: `114 Wall Street`, ShipCity: `Philadelphia`, ShipPostalCode: 90131, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1375, CustomerName: `Pamela Smith`, CustomerFirstName: `Pamela`, CustomerLastName: `Smith`, CustomerAddress: `114 Wall Street, Philadelphia, USA, 90131`, Salesperson: `Nancy Jefferson`, OrderID: 1121, OrderDate: `11/25/2022`, ProductID: 148, ProductName: `Samsung Note`, UnitPrice: 13030.29, Quantity: 2, ExtendedPrice: 26060.58, Freight: 1140.29, Discontinued: false, Region: `South East`, Address: `114 Wall Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 90131 }), + new InvoicesDataItem({ ShipName: `Black Townhouse`, ShipAddress: `167 Market Street`, ShipCity: `Huston`, ShipPostalCode: 50058, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1376, CustomerName: `Nancy Black`, CustomerFirstName: `Nancy`, CustomerLastName: `Black`, CustomerAddress: `167 Market Street, Huston, USA, 50058`, Salesperson: `Martin Black`, OrderID: 1455, OrderDate: `8/6/2022`, ProductID: 196, ProductName: `IPhone`, UnitPrice: 13870.29, Quantity: 5, ExtendedPrice: 69351.45, Freight: 1080.29, Discontinued: false, Region: `West`, Address: `167 Market Street`, City: `Huston`, Country: `USA`, PostalCode: 50058 }), + new InvoicesDataItem({ ShipName: `Jackson Townhouse`, ShipAddress: `181 Market Street`, ShipCity: `Los Angeles`, ShipPostalCode: 80062, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1377, CustomerName: `Anna Jackson`, CustomerFirstName: `Anna`, CustomerLastName: `Jackson`, CustomerAddress: `181 Market Street, Los Angeles, USA, 80062`, Salesperson: `Anna Black`, OrderID: 1320, OrderDate: `1/15/2022`, ProductID: 109, ProductName: `Mac Book Pro`, UnitPrice: 10990.65, Quantity: 3, ExtendedPrice: 32971.95, Freight: 310.65, Discontinued: false, Region: `North East`, Address: `181 Market Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 80062 }), + new InvoicesDataItem({ ShipName: `Jackson Market`, ShipAddress: `113 Wall Street`, ShipCity: `Miami`, ShipPostalCode: 80140, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1378, CustomerName: `Pamela Jackson`, CustomerFirstName: `Pamela`, CustomerLastName: `Jackson`, CustomerAddress: `113 Wall Street, Miami, USA, 80140`, Salesperson: `Anna Jackson`, OrderID: 1936, OrderDate: `12/2/2022`, ProductID: 171, ProductName: `IPhone`, UnitPrice: 9550.78, Quantity: 4, ExtendedPrice: 38203.12, Freight: 1380.78, Discontinued: false, Region: `South East`, Address: `113 Wall Street`, City: `Miami`, Country: `USA`, PostalCode: 80140 }), + new InvoicesDataItem({ ShipName: `Madison Estate`, ShipAddress: `188 Wall Street`, ShipCity: `Los Angeles`, ShipPostalCode: 80072, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1379, CustomerName: `Anna Madison`, CustomerFirstName: `Anna`, CustomerLastName: `Madison`, CustomerAddress: `188 Wall Street, Los Angeles, USA, 80072`, Salesperson: `Nancy Watson`, OrderID: 1767, OrderDate: `10/23/2022`, ProductID: 130, ProductName: `IPhone`, UnitPrice: 21500.21, Quantity: 2, ExtendedPrice: 43000.42, Freight: 1680.21, Discontinued: true, Region: `South East`, Address: `188 Wall Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 80072 }), + new InvoicesDataItem({ ShipName: `Madison Home`, ShipAddress: `177 Market Street`, ShipCity: `Huston`, ShipPostalCode: 80160, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1380, CustomerName: `Anna Madison`, CustomerFirstName: `Anna`, CustomerLastName: `Madison`, CustomerAddress: `177 Market Street, Huston, USA, 80160`, Salesperson: `Max Jackson`, OrderID: 1118, OrderDate: `6/2/2022`, ProductID: 111, ProductName: `Mac Book Air`, UnitPrice: 20100.73, Quantity: 4, ExtendedPrice: 80402.92, Freight: 540.73, Discontinued: false, Region: `West`, Address: `177 Market Street`, City: `Huston`, Country: `USA`, PostalCode: 80160 }), + new InvoicesDataItem({ ShipName: `Jefferson Townhouse`, ShipAddress: `139 Wall Street`, ShipCity: `Miami`, ShipPostalCode: 80074, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1381, CustomerName: `Mike Jefferson`, CustomerFirstName: `Mike`, CustomerLastName: `Jefferson`, CustomerAddress: `139 Wall Street, Miami, USA, 80074`, Salesperson: `Nancy Madison`, OrderID: 1269, OrderDate: `6/12/2022`, ProductID: 192, ProductName: `Mac Book Air`, UnitPrice: 17200.34, Quantity: 4, ExtendedPrice: 68801.36, Freight: 1280.34, Discontinued: false, Region: `North East`, Address: `139 Wall Street`, City: `Miami`, Country: `USA`, PostalCode: 80074 }), + new InvoicesDataItem({ ShipName: `Madison Home`, ShipAddress: `115 Wall Street`, ShipCity: `Los Angeles`, ShipPostalCode: 90081, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1382, CustomerName: `Pamela Madison`, CustomerFirstName: `Pamela`, CustomerLastName: `Madison`, CustomerAddress: `115 Wall Street, Los Angeles, USA, 90081`, Salesperson: `James Jackson`, OrderID: 1587, OrderDate: `4/9/2022`, ProductID: 187, ProductName: `Samsung Note`, UnitPrice: 24670.86, Quantity: 2, ExtendedPrice: 49341.72, Freight: 1360.86, Discontinued: false, Region: `North East`, Address: `115 Wall Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 90081 }), + new InvoicesDataItem({ ShipName: `Jefferson Estate`, ShipAddress: `130 Wall Street`, ShipCity: `Miami`, ShipPostalCode: 50175, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1383, CustomerName: `Anna Jefferson`, CustomerFirstName: `Anna`, CustomerLastName: `Jefferson`, CustomerAddress: `130 Wall Street, Miami, USA, 50175`, Salesperson: `Mike Smith`, OrderID: 1632, OrderDate: `3/3/2022`, ProductID: 197, ProductName: `IPad`, UnitPrice: 9780.24, Quantity: 3, ExtendedPrice: 29340.72, Freight: 1420.24, Discontinued: false, Region: `West`, Address: `130 Wall Street`, City: `Miami`, Country: `USA`, PostalCode: 50175 }), + new InvoicesDataItem({ ShipName: `Black Estate`, ShipAddress: `110 Main Street`, ShipCity: `Philadelphia`, ShipPostalCode: 90171, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1384, CustomerName: `Max Black`, CustomerFirstName: `Max`, CustomerLastName: `Black`, CustomerAddress: `110 Main Street, Philadelphia, USA, 90171`, Salesperson: `Max Jefferson`, OrderID: 1400, OrderDate: `6/24/2022`, ProductID: 123, ProductName: `IPhone`, UnitPrice: 12010.77, Quantity: 2, ExtendedPrice: 24021.54, Freight: 560.77, Discontinued: false, Region: `North East`, Address: `110 Main Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 90171 }), + new InvoicesDataItem({ ShipName: `Black Market`, ShipAddress: `111 Market Street`, ShipCity: `Huston`, ShipPostalCode: 80086, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1385, CustomerName: `Mike Black`, CustomerFirstName: `Mike`, CustomerLastName: `Black`, CustomerAddress: `111 Market Street, Huston, USA, 80086`, Salesperson: `Ben Watson`, OrderID: 1040, OrderDate: `8/25/2022`, ProductID: 192, ProductName: `Samsung Note`, UnitPrice: 27920.64, Quantity: 5, ExtendedPrice: 139603.2, Freight: 250.64, Discontinued: false, Region: `South East`, Address: `111 Market Street`, City: `Huston`, Country: `USA`, PostalCode: 80086 }), + new InvoicesDataItem({ ShipName: `Black Townhouse`, ShipAddress: `132 Wall Street`, ShipCity: `Huston`, ShipPostalCode: 60121, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1386, CustomerName: `Mike Black`, CustomerFirstName: `Mike`, CustomerLastName: `Black`, CustomerAddress: `132 Wall Street, Huston, USA, 60121`, Salesperson: `Anna Watson`, OrderID: 1445, OrderDate: `6/12/2022`, ProductID: 139, ProductName: `IPhone`, UnitPrice: 17460.46, Quantity: 3, ExtendedPrice: 52381.38, Freight: 1060.46, Discontinued: false, Region: `South East`, Address: `132 Wall Street`, City: `Huston`, Country: `USA`, PostalCode: 60121 }), + new InvoicesDataItem({ ShipName: `Smith Townhouse`, ShipAddress: `150 Main Street`, ShipCity: `Philadelphia`, ShipPostalCode: 60127, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1387, CustomerName: `Ben Smith`, CustomerFirstName: `Ben`, CustomerLastName: `Smith`, CustomerAddress: `150 Main Street, Philadelphia, USA, 60127`, Salesperson: `Max Smith`, OrderID: 1803, OrderDate: `4/15/2022`, ProductID: 172, ProductName: `Mac Book Air`, UnitPrice: 17820.62, Quantity: 4, ExtendedPrice: 71282.48, Freight: 1150.62, Discontinued: false, Region: `West`, Address: `150 Main Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 60127 }), + new InvoicesDataItem({ ShipName: `Watson Estate`, ShipAddress: `173 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 50160, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1388, CustomerName: `Anna Watson`, CustomerFirstName: `Anna`, CustomerLastName: `Watson`, CustomerAddress: `173 Market Street, Philadelphia, USA, 50160`, Salesperson: `Nancy Jefferson`, OrderID: 1719, OrderDate: `4/23/2022`, ProductID: 134, ProductName: `IPhone`, UnitPrice: 22780.47, Quantity: 3, ExtendedPrice: 68341.41, Freight: 500.47, Discontinued: false, Region: `West`, Address: `173 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 50160 }), + new InvoicesDataItem({ ShipName: `Jefferson Townhouse`, ShipAddress: `120 Wall Street`, ShipCity: `Philadelphia`, ShipPostalCode: 60064, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1389, CustomerName: `Max Jefferson`, CustomerFirstName: `Max`, CustomerLastName: `Jefferson`, CustomerAddress: `120 Wall Street, Philadelphia, USA, 60064`, Salesperson: `Martin Jefferson`, OrderID: 1706, OrderDate: `5/15/2022`, ProductID: 151, ProductName: `Samsung Note`, UnitPrice: 16430.61, Quantity: 3, ExtendedPrice: 49291.83, Freight: 1650.61, Discontinued: true, Region: `West`, Address: `120 Wall Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 60064 }), + new InvoicesDataItem({ ShipName: `Jackson Market`, ShipAddress: `109 Main Street`, ShipCity: `Huston`, ShipPostalCode: 70200, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1390, CustomerName: `Ben Jackson`, CustomerFirstName: `Ben`, CustomerLastName: `Jackson`, CustomerAddress: `109 Main Street, Huston, USA, 70200`, Salesperson: `James Watson`, OrderID: 1318, OrderDate: `6/10/2022`, ProductID: 163, ProductName: `IPad`, UnitPrice: 26710.76, Quantity: 4, ExtendedPrice: 106843.04, Freight: 330.76, Discontinued: false, Region: `South East`, Address: `109 Main Street`, City: `Huston`, Country: `USA`, PostalCode: 70200 }), + new InvoicesDataItem({ ShipName: `Madison Townhouse`, ShipAddress: `161 Main Street`, ShipCity: `Huston`, ShipPostalCode: 60159, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1391, CustomerName: `Mike Madison`, CustomerFirstName: `Mike`, CustomerLastName: `Madison`, CustomerAddress: `161 Main Street, Huston, USA, 60159`, Salesperson: `Ben Smith`, OrderID: 1322, OrderDate: `6/3/2022`, ProductID: 170, ProductName: `IPad`, UnitPrice: 18660.7, Quantity: 4, ExtendedPrice: 74642.8, Freight: 1480.7, Discontinued: false, Region: `North East`, Address: `161 Main Street`, City: `Huston`, Country: `USA`, PostalCode: 60159 }), + new InvoicesDataItem({ ShipName: `Watson Estate`, ShipAddress: `194 Main Street`, ShipCity: `Los Angeles`, ShipPostalCode: 60148, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1392, CustomerName: `Ben Watson`, CustomerFirstName: `Ben`, CustomerLastName: `Watson`, CustomerAddress: `194 Main Street, Los Angeles, USA, 60148`, Salesperson: `Pamela Black`, OrderID: 1664, OrderDate: `9/11/2022`, ProductID: 131, ProductName: `Mac Book Pro`, UnitPrice: 16990.84, Quantity: 5, ExtendedPrice: 84954.2, Freight: 1870.84, Discontinued: false, Region: `West`, Address: `194 Main Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 60148 }), + new InvoicesDataItem({ ShipName: `Jefferson Estate`, ShipAddress: `191 Main Street`, ShipCity: `Los Angeles`, ShipPostalCode: 60148, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1393, CustomerName: `James Jefferson`, CustomerFirstName: `James`, CustomerLastName: `Jefferson`, CustomerAddress: `191 Main Street, Los Angeles, USA, 60148`, Salesperson: `Martin Jackson`, OrderID: 1995, OrderDate: `7/3/2022`, ProductID: 107, ProductName: `Mac Book Pro`, UnitPrice: 18490.66, Quantity: 2, ExtendedPrice: 36981.32, Freight: 690.66, Discontinued: false, Region: `West`, Address: `191 Main Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 60148 }), + new InvoicesDataItem({ ShipName: `Jefferson Estate`, ShipAddress: `129 Wall Street`, ShipCity: `Philadelphia`, ShipPostalCode: 80148, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1394, CustomerName: `Martin Jefferson`, CustomerFirstName: `Martin`, CustomerLastName: `Jefferson`, CustomerAddress: `129 Wall Street, Philadelphia, USA, 80148`, Salesperson: `Ben Jefferson`, OrderID: 1344, OrderDate: `10/13/2022`, ProductID: 168, ProductName: `IPhone`, UnitPrice: 5870.82, Quantity: 5, ExtendedPrice: 29354.1, Freight: 400.82, Discontinued: false, Region: `West`, Address: `129 Wall Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 80148 }), + new InvoicesDataItem({ ShipName: `Jefferson Estate`, ShipAddress: `148 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 70084, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1395, CustomerName: `Anna Jefferson`, CustomerFirstName: `Anna`, CustomerLastName: `Jefferson`, CustomerAddress: `148 Market Street, Philadelphia, USA, 70084`, Salesperson: `Martin Smith`, OrderID: 1602, OrderDate: `3/2/2022`, ProductID: 153, ProductName: `Samsung Note`, UnitPrice: 8490.68, Quantity: 3, ExtendedPrice: 25472.04, Freight: 1650.68, Discontinued: false, Region: `North East`, Address: `148 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 70084 }), + new InvoicesDataItem({ ShipName: `Black Home`, ShipAddress: `152 Wall Street`, ShipCity: `Miami`, ShipPostalCode: 90101, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1396, CustomerName: `Max Black`, CustomerFirstName: `Max`, CustomerLastName: `Black`, CustomerAddress: `152 Wall Street, Miami, USA, 90101`, Salesperson: `Ben Black`, OrderID: 1059, OrderDate: `4/12/2022`, ProductID: 164, ProductName: `Samsung Galaxy 22`, UnitPrice: 12460.5, Quantity: 3, ExtendedPrice: 37381.5, Freight: 280.5, Discontinued: false, Region: `North East`, Address: `152 Wall Street`, City: `Miami`, Country: `USA`, PostalCode: 90101 }), + new InvoicesDataItem({ ShipName: `Jackson Estate`, ShipAddress: `147 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 50200, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1397, CustomerName: `Nancy Jackson`, CustomerFirstName: `Nancy`, CustomerLastName: `Jackson`, CustomerAddress: `147 Market Street, Philadelphia, USA, 50200`, Salesperson: `Nancy Watson`, OrderID: 1159, OrderDate: `5/12/2022`, ProductID: 136, ProductName: `IPhone`, UnitPrice: 20790.46, Quantity: 4, ExtendedPrice: 83161.84, Freight: 780.46, Discontinued: false, Region: `North East`, Address: `147 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 50200 }), + new InvoicesDataItem({ ShipName: `Jackson Estate`, ShipAddress: `106 Main Street`, ShipCity: `Miami`, ShipPostalCode: 60064, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1398, CustomerName: `Max Jackson`, CustomerFirstName: `Max`, CustomerLastName: `Jackson`, CustomerAddress: `106 Main Street, Miami, USA, 60064`, Salesperson: `Nancy Watson`, OrderID: 1646, OrderDate: `2/13/2022`, ProductID: 143, ProductName: `IPad`, UnitPrice: 19180.29, Quantity: 4, ExtendedPrice: 76721.16, Freight: 1760.29, Discontinued: false, Region: `North East`, Address: `106 Main Street`, City: `Miami`, Country: `USA`, PostalCode: 60064 }), + new InvoicesDataItem({ ShipName: `Black Estate`, ShipAddress: `112 Main Street`, ShipCity: `Miami`, ShipPostalCode: 90118, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1399, CustomerName: `Nancy Black`, CustomerFirstName: `Nancy`, CustomerLastName: `Black`, CustomerAddress: `112 Main Street, Miami, USA, 90118`, Salesperson: `Martin Black`, OrderID: 1205, OrderDate: `9/24/2022`, ProductID: 109, ProductName: `IPad`, UnitPrice: 25950.86, Quantity: 4, ExtendedPrice: 103803.44, Freight: 1780.86, Discontinued: true, Region: `North East`, Address: `112 Main Street`, City: `Miami`, Country: `USA`, PostalCode: 90118 }), + new InvoicesDataItem({ ShipName: `Watson Market`, ShipAddress: `135 Main Street`, ShipCity: `Huston`, ShipPostalCode: 80177, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1400, CustomerName: `Mike Watson`, CustomerFirstName: `Mike`, CustomerLastName: `Watson`, CustomerAddress: `135 Main Street, Huston, USA, 80177`, Salesperson: `Max Madison`, OrderID: 1619, OrderDate: `7/15/2022`, ProductID: 174, ProductName: `Mac Book Pro`, UnitPrice: 24890.31, Quantity: 2, ExtendedPrice: 49780.62, Freight: 1540.31, Discontinued: false, Region: `West`, Address: `135 Main Street`, City: `Huston`, Country: `USA`, PostalCode: 80177 }), + new InvoicesDataItem({ ShipName: `Smith Home`, ShipAddress: `156 Main Street`, ShipCity: `Miami`, ShipPostalCode: 70110, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1401, CustomerName: `Max Smith`, CustomerFirstName: `Max`, CustomerLastName: `Smith`, CustomerAddress: `156 Main Street, Miami, USA, 70110`, Salesperson: `Anna Watson`, OrderID: 1160, OrderDate: `10/21/2022`, ProductID: 127, ProductName: `IPad`, UnitPrice: 18400.21, Quantity: 3, ExtendedPrice: 55200.63, Freight: 580.21, Discontinued: false, Region: `South East`, Address: `156 Main Street`, City: `Miami`, Country: `USA`, PostalCode: 70110 }), + new InvoicesDataItem({ ShipName: `Watson Home`, ShipAddress: `124 Wall Street`, ShipCity: `Los Angeles`, ShipPostalCode: 90077, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1402, CustomerName: `Max Watson`, CustomerFirstName: `Max`, CustomerLastName: `Watson`, CustomerAddress: `124 Wall Street, Los Angeles, USA, 90077`, Salesperson: `Ben Jefferson`, OrderID: 1017, OrderDate: `7/21/2022`, ProductID: 160, ProductName: `Samsung Note`, UnitPrice: 15430.8, Quantity: 5, ExtendedPrice: 77154, Freight: 1660.8, Discontinued: false, Region: `North East`, Address: `124 Wall Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 90077 }), + new InvoicesDataItem({ ShipName: `Black Townhouse`, ShipAddress: `144 Market Street`, ShipCity: `New York`, ShipPostalCode: 50110, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1403, CustomerName: `Anna Black`, CustomerFirstName: `Anna`, CustomerLastName: `Black`, CustomerAddress: `144 Market Street, New York, USA, 50110`, Salesperson: `James Jefferson`, OrderID: 1990, OrderDate: `5/17/2022`, ProductID: 112, ProductName: `IPhone`, UnitPrice: 20040.37, Quantity: 3, ExtendedPrice: 60121.11, Freight: 1710.37, Discontinued: false, Region: `South East`, Address: `144 Market Street`, City: `New York`, Country: `USA`, PostalCode: 50110 }), + new InvoicesDataItem({ ShipName: `Smith Market`, ShipAddress: `105 Main Street`, ShipCity: `Miami`, ShipPostalCode: 80117, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1404, CustomerName: `James Smith`, CustomerFirstName: `James`, CustomerLastName: `Smith`, CustomerAddress: `105 Main Street, Miami, USA, 80117`, Salesperson: `Max Watson`, OrderID: 1002, OrderDate: `10/25/2022`, ProductID: 119, ProductName: `Samsung Galaxy 22`, UnitPrice: 28760.88, Quantity: 5, ExtendedPrice: 143804.4, Freight: 1220.88, Discontinued: false, Region: `West`, Address: `105 Main Street`, City: `Miami`, Country: `USA`, PostalCode: 80117 }), + new InvoicesDataItem({ ShipName: `Madison Home`, ShipAddress: `142 Main Street`, ShipCity: `Los Angeles`, ShipPostalCode: 90124, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1405, CustomerName: `Anna Madison`, CustomerFirstName: `Anna`, CustomerLastName: `Madison`, CustomerAddress: `142 Main Street, Los Angeles, USA, 90124`, Salesperson: `James Madison`, OrderID: 1433, OrderDate: `7/22/2022`, ProductID: 158, ProductName: `Mac Book Pro`, UnitPrice: 17750.64, Quantity: 5, ExtendedPrice: 88753.2, Freight: 1300.64, Discontinued: false, Region: `West`, Address: `142 Main Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 90124 }), + new InvoicesDataItem({ ShipName: `Watson Townhouse`, ShipAddress: `141 Market Street`, ShipCity: `Huston`, ShipPostalCode: 50115, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1406, CustomerName: `Max Watson`, CustomerFirstName: `Max`, CustomerLastName: `Watson`, CustomerAddress: `141 Market Street, Huston, USA, 50115`, Salesperson: `Anna Watson`, OrderID: 1195, OrderDate: `8/12/2022`, ProductID: 124, ProductName: `Mac Book Pro`, UnitPrice: 22040.48, Quantity: 2, ExtendedPrice: 44080.96, Freight: 1260.48, Discontinued: false, Region: `North East`, Address: `141 Market Street`, City: `Huston`, Country: `USA`, PostalCode: 50115 }), + new InvoicesDataItem({ ShipName: `Jefferson Estate`, ShipAddress: `145 Main Street`, ShipCity: `Los Angeles`, ShipPostalCode: 70160, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1407, CustomerName: `Mike Jefferson`, CustomerFirstName: `Mike`, CustomerLastName: `Jefferson`, CustomerAddress: `145 Main Street, Los Angeles, USA, 70160`, Salesperson: `Max Watson`, OrderID: 1486, OrderDate: `1/13/2022`, ProductID: 103, ProductName: `Mac Book Air`, UnitPrice: 29480.67, Quantity: 3, ExtendedPrice: 88442.01, Freight: 1810.67, Discontinued: false, Region: `North East`, Address: `145 Main Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 70160 }), + new InvoicesDataItem({ ShipName: `Black Market`, ShipAddress: `106 Main Street`, ShipCity: `Los Angeles`, ShipPostalCode: 80149, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1408, CustomerName: `Ben Black`, CustomerFirstName: `Ben`, CustomerLastName: `Black`, CustomerAddress: `106 Main Street, Los Angeles, USA, 80149`, Salesperson: `James Smith`, OrderID: 1646, OrderDate: `9/4/2022`, ProductID: 191, ProductName: `Mac Book Pro`, UnitPrice: 5890.71, Quantity: 5, ExtendedPrice: 29453.55, Freight: 670.71, Discontinued: false, Region: `North East`, Address: `106 Main Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 80149 }), + new InvoicesDataItem({ ShipName: `Madison Estate`, ShipAddress: `171 Market Street`, ShipCity: `Los Angeles`, ShipPostalCode: 60182, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1409, CustomerName: `Anna Madison`, CustomerFirstName: `Anna`, CustomerLastName: `Madison`, CustomerAddress: `171 Market Street, Los Angeles, USA, 60182`, Salesperson: `James Smith`, OrderID: 1839, OrderDate: `12/12/2022`, ProductID: 120, ProductName: `IPhone`, UnitPrice: 17510.64, Quantity: 5, ExtendedPrice: 87553.2, Freight: 1150.64, Discontinued: true, Region: `West`, Address: `171 Market Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 60182 }), + new InvoicesDataItem({ ShipName: `Jefferson Home`, ShipAddress: `195 Market Street`, ShipCity: `Los Angeles`, ShipPostalCode: 60122, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1410, CustomerName: `Ben Jefferson`, CustomerFirstName: `Ben`, CustomerLastName: `Jefferson`, CustomerAddress: `195 Market Street, Los Angeles, USA, 60122`, Salesperson: `Martin Madison`, OrderID: 1925, OrderDate: `1/22/2022`, ProductID: 164, ProductName: `Mac Book Pro`, UnitPrice: 12920.58, Quantity: 2, ExtendedPrice: 25841.16, Freight: 690.58, Discontinued: false, Region: `West`, Address: `195 Market Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 60122 }), + new InvoicesDataItem({ ShipName: `Black Home`, ShipAddress: `137 Wall Street`, ShipCity: `Miami`, ShipPostalCode: 70152, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1411, CustomerName: `James Black`, CustomerFirstName: `James`, CustomerLastName: `Black`, CustomerAddress: `137 Wall Street, Miami, USA, 70152`, Salesperson: `Anna Jackson`, OrderID: 1055, OrderDate: `12/9/2022`, ProductID: 198, ProductName: `IPad`, UnitPrice: 9640.43, Quantity: 4, ExtendedPrice: 38561.72, Freight: 1930.43, Discontinued: false, Region: `North East`, Address: `137 Wall Street`, City: `Miami`, Country: `USA`, PostalCode: 70152 }), + new InvoicesDataItem({ ShipName: `Smith Estate`, ShipAddress: `129 Wall Street`, ShipCity: `Miami`, ShipPostalCode: 50177, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1412, CustomerName: `Anna Smith`, CustomerFirstName: `Anna`, CustomerLastName: `Smith`, CustomerAddress: `129 Wall Street, Miami, USA, 50177`, Salesperson: `Martin Smith`, OrderID: 1845, OrderDate: `10/21/2022`, ProductID: 142, ProductName: `IPad`, UnitPrice: 16040.31, Quantity: 3, ExtendedPrice: 48120.93, Freight: 1050.31, Discontinued: false, Region: `West`, Address: `129 Wall Street`, City: `Miami`, Country: `USA`, PostalCode: 50177 }), + new InvoicesDataItem({ ShipName: `Black Estate`, ShipAddress: `174 Main Street`, ShipCity: `Huston`, ShipPostalCode: 90080, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1413, CustomerName: `Mike Black`, CustomerFirstName: `Mike`, CustomerLastName: `Black`, CustomerAddress: `174 Main Street, Huston, USA, 90080`, Salesperson: `Nancy Jefferson`, OrderID: 1560, OrderDate: `6/23/2022`, ProductID: 110, ProductName: `Mac Book Pro`, UnitPrice: 25850.87, Quantity: 4, ExtendedPrice: 103403.48, Freight: 940.87, Discontinued: false, Region: `West`, Address: `174 Main Street`, City: `Huston`, Country: `USA`, PostalCode: 90080 }), + new InvoicesDataItem({ ShipName: `Jackson Market`, ShipAddress: `139 Market Street`, ShipCity: `New York`, ShipPostalCode: 60178, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1414, CustomerName: `Nancy Jackson`, CustomerFirstName: `Nancy`, CustomerLastName: `Jackson`, CustomerAddress: `139 Market Street, New York, USA, 60178`, Salesperson: `Pamela Jefferson`, OrderID: 1102, OrderDate: `2/18/2022`, ProductID: 154, ProductName: `Mac Book Air`, UnitPrice: 13210.48, Quantity: 4, ExtendedPrice: 52841.92, Freight: 960.48, Discontinued: false, Region: `South East`, Address: `139 Market Street`, City: `New York`, Country: `USA`, PostalCode: 60178 }), + new InvoicesDataItem({ ShipName: `Madison Home`, ShipAddress: `127 Wall Street`, ShipCity: `Los Angeles`, ShipPostalCode: 60192, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1415, CustomerName: `Max Madison`, CustomerFirstName: `Max`, CustomerLastName: `Madison`, CustomerAddress: `127 Wall Street, Los Angeles, USA, 60192`, Salesperson: `Ben Smith`, OrderID: 1570, OrderDate: `5/19/2022`, ProductID: 105, ProductName: `Samsung Note`, UnitPrice: 24890.59, Quantity: 5, ExtendedPrice: 124452.95, Freight: 1860.59, Discontinued: false, Region: `West`, Address: `127 Wall Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 60192 }), + new InvoicesDataItem({ ShipName: `Watson Market`, ShipAddress: `186 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 90145, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1416, CustomerName: `Max Watson`, CustomerFirstName: `Max`, CustomerLastName: `Watson`, CustomerAddress: `186 Market Street, Philadelphia, USA, 90145`, Salesperson: `Mike Jefferson`, OrderID: 1872, OrderDate: `11/18/2022`, ProductID: 165, ProductName: `IPhone`, UnitPrice: 19720.85, Quantity: 2, ExtendedPrice: 39441.7, Freight: 690.85, Discontinued: false, Region: `South East`, Address: `186 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 90145 }), + new InvoicesDataItem({ ShipName: `Jackson Estate`, ShipAddress: `198 Main Street`, ShipCity: `Philadelphia`, ShipPostalCode: 70160, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1417, CustomerName: `Anna Jackson`, CustomerFirstName: `Anna`, CustomerLastName: `Jackson`, CustomerAddress: `198 Main Street, Philadelphia, USA, 70160`, Salesperson: `Martin Madison`, OrderID: 1155, OrderDate: `11/1/2022`, ProductID: 138, ProductName: `IPhone`, UnitPrice: 12260.46, Quantity: 2, ExtendedPrice: 24520.92, Freight: 1680.46, Discontinued: false, Region: `West`, Address: `198 Main Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 70160 }), + new InvoicesDataItem({ ShipName: `Jefferson Townhouse`, ShipAddress: `110 Main Street`, ShipCity: `New York`, ShipPostalCode: 80119, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1418, CustomerName: `Ben Jefferson`, CustomerFirstName: `Ben`, CustomerLastName: `Jefferson`, CustomerAddress: `110 Main Street, New York, USA, 80119`, Salesperson: `Anna Black`, OrderID: 1600, OrderDate: `8/12/2022`, ProductID: 118, ProductName: `Mac Book Air`, UnitPrice: 9840.45, Quantity: 4, ExtendedPrice: 39361.8, Freight: 1410.45, Discontinued: false, Region: `South East`, Address: `110 Main Street`, City: `New York`, Country: `USA`, PostalCode: 80119 }), + new InvoicesDataItem({ ShipName: `Madison Market`, ShipAddress: `187 Main Street`, ShipCity: `Los Angeles`, ShipPostalCode: 50082, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1419, CustomerName: `Ben Madison`, CustomerFirstName: `Ben`, CustomerLastName: `Madison`, CustomerAddress: `187 Main Street, Los Angeles, USA, 50082`, Salesperson: `Pamela Watson`, OrderID: 1451, OrderDate: `12/10/2022`, ProductID: 144, ProductName: `Samsung Galaxy 22`, UnitPrice: 25180.7, Quantity: 2, ExtendedPrice: 50361.4, Freight: 560.7, Discontinued: true, Region: `North East`, Address: `187 Main Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 50082 }), + new InvoicesDataItem({ ShipName: `Jackson Townhouse`, ShipAddress: `121 Main Street`, ShipCity: `Miami`, ShipPostalCode: 60178, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1420, CustomerName: `Mike Jackson`, CustomerFirstName: `Mike`, CustomerLastName: `Jackson`, CustomerAddress: `121 Main Street, Miami, USA, 60178`, Salesperson: `Ben Jackson`, OrderID: 1294, OrderDate: `2/18/2022`, ProductID: 168, ProductName: `Samsung Galaxy 22`, UnitPrice: 18670.31, Quantity: 5, ExtendedPrice: 93351.55, Freight: 1410.31, Discontinued: false, Region: `West`, Address: `121 Main Street`, City: `Miami`, Country: `USA`, PostalCode: 60178 }), + new InvoicesDataItem({ ShipName: `Smith Home`, ShipAddress: `185 Wall Street`, ShipCity: `New York`, ShipPostalCode: 50177, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1421, CustomerName: `Anna Smith`, CustomerFirstName: `Anna`, CustomerLastName: `Smith`, CustomerAddress: `185 Wall Street, New York, USA, 50177`, Salesperson: `James Watson`, OrderID: 1095, OrderDate: `6/16/2022`, ProductID: 182, ProductName: `Samsung Note`, UnitPrice: 10450.44, Quantity: 5, ExtendedPrice: 52252.2, Freight: 1030.44, Discontinued: false, Region: `West`, Address: `185 Wall Street`, City: `New York`, Country: `USA`, PostalCode: 50177 }), + new InvoicesDataItem({ ShipName: `Watson Market`, ShipAddress: `177 Market Street`, ShipCity: `New York`, ShipPostalCode: 90081, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1422, CustomerName: `Max Watson`, CustomerFirstName: `Max`, CustomerLastName: `Watson`, CustomerAddress: `177 Market Street, New York, USA, 90081`, Salesperson: `Pamela Smith`, OrderID: 1333, OrderDate: `5/21/2022`, ProductID: 159, ProductName: `Mac Book Air`, UnitPrice: 23900.49, Quantity: 5, ExtendedPrice: 119502.45, Freight: 1700.49, Discontinued: false, Region: `South East`, Address: `177 Market Street`, City: `New York`, Country: `USA`, PostalCode: 90081 }), + new InvoicesDataItem({ ShipName: `Watson Home`, ShipAddress: `106 Market Street`, ShipCity: `Miami`, ShipPostalCode: 70099, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1423, CustomerName: `Anna Watson`, CustomerFirstName: `Anna`, CustomerLastName: `Watson`, CustomerAddress: `106 Market Street, Miami, USA, 70099`, Salesperson: `Pamela Jackson`, OrderID: 1147, OrderDate: `6/13/2022`, ProductID: 174, ProductName: `Mac Book Pro`, UnitPrice: 29460.63, Quantity: 2, ExtendedPrice: 58921.26, Freight: 1280.63, Discontinued: false, Region: `North East`, Address: `106 Market Street`, City: `Miami`, Country: `USA`, PostalCode: 70099 }), + new InvoicesDataItem({ ShipName: `Madison Townhouse`, ShipAddress: `179 Main Street`, ShipCity: `Philadelphia`, ShipPostalCode: 80150, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1424, CustomerName: `Martin Madison`, CustomerFirstName: `Martin`, CustomerLastName: `Madison`, CustomerAddress: `179 Main Street, Philadelphia, USA, 80150`, Salesperson: `James Jefferson`, OrderID: 1595, OrderDate: `7/19/2022`, ProductID: 183, ProductName: `Samsung Galaxy 22`, UnitPrice: 19060.64, Quantity: 5, ExtendedPrice: 95303.2, Freight: 980.64, Discontinued: false, Region: `North East`, Address: `179 Main Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 80150 }), + new InvoicesDataItem({ ShipName: `Watson Home`, ShipAddress: `142 Main Street`, ShipCity: `Huston`, ShipPostalCode: 90100, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1425, CustomerName: `Max Watson`, CustomerFirstName: `Max`, CustomerLastName: `Watson`, CustomerAddress: `142 Main Street, Huston, USA, 90100`, Salesperson: `Martin Black`, OrderID: 1061, OrderDate: `4/4/2022`, ProductID: 118, ProductName: `IPad`, UnitPrice: 17400.83, Quantity: 2, ExtendedPrice: 34801.66, Freight: 370.83, Discontinued: false, Region: `North East`, Address: `142 Main Street`, City: `Huston`, Country: `USA`, PostalCode: 90100 }), + new InvoicesDataItem({ ShipName: `Watson Townhouse`, ShipAddress: `189 Main Street`, ShipCity: `Philadelphia`, ShipPostalCode: 90144, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1426, CustomerName: `Max Watson`, CustomerFirstName: `Max`, CustomerLastName: `Watson`, CustomerAddress: `189 Main Street, Philadelphia, USA, 90144`, Salesperson: `Martin Smith`, OrderID: 1114, OrderDate: `2/13/2022`, ProductID: 146, ProductName: `Samsung Galaxy 22`, UnitPrice: 16860.57, Quantity: 5, ExtendedPrice: 84302.85, Freight: 1050.57, Discontinued: false, Region: `North East`, Address: `189 Main Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 90144 }), + new InvoicesDataItem({ ShipName: `Madison Estate`, ShipAddress: `130 Wall Street`, ShipCity: `New York`, ShipPostalCode: 90175, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1427, CustomerName: `Pamela Madison`, CustomerFirstName: `Pamela`, CustomerLastName: `Madison`, CustomerAddress: `130 Wall Street, New York, USA, 90175`, Salesperson: `Nancy Black`, OrderID: 1716, OrderDate: `11/6/2022`, ProductID: 157, ProductName: `IPad`, UnitPrice: 19570.85, Quantity: 3, ExtendedPrice: 58712.55, Freight: 1620.85, Discontinued: false, Region: `North East`, Address: `130 Wall Street`, City: `New York`, Country: `USA`, PostalCode: 90175 }), + new InvoicesDataItem({ ShipName: `Smith Market`, ShipAddress: `144 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 80153, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1428, CustomerName: `Anna Smith`, CustomerFirstName: `Anna`, CustomerLastName: `Smith`, CustomerAddress: `144 Market Street, Philadelphia, USA, 80153`, Salesperson: `Mike Smith`, OrderID: 1523, OrderDate: `8/5/2022`, ProductID: 139, ProductName: `Samsung Galaxy 22`, UnitPrice: 5100.26, Quantity: 3, ExtendedPrice: 15300.78, Freight: 1630.26, Discontinued: false, Region: `North East`, Address: `144 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 80153 }), + new InvoicesDataItem({ ShipName: `Smith Home`, ShipAddress: `175 Wall Street`, ShipCity: `New York`, ShipPostalCode: 50150, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1429, CustomerName: `James Smith`, CustomerFirstName: `James`, CustomerLastName: `Smith`, CustomerAddress: `175 Wall Street, New York, USA, 50150`, Salesperson: `James Jefferson`, OrderID: 1027, OrderDate: `12/7/2022`, ProductID: 151, ProductName: `IPad`, UnitPrice: 18940.75, Quantity: 4, ExtendedPrice: 75763, Freight: 1130.75, Discontinued: true, Region: `North East`, Address: `175 Wall Street`, City: `New York`, Country: `USA`, PostalCode: 50150 }), + new InvoicesDataItem({ ShipName: `Smith Home`, ShipAddress: `152 Wall Street`, ShipCity: `New York`, ShipPostalCode: 70091, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1430, CustomerName: `Max Smith`, CustomerFirstName: `Max`, CustomerLastName: `Smith`, CustomerAddress: `152 Wall Street, New York, USA, 70091`, Salesperson: `Ben Smith`, OrderID: 1626, OrderDate: `1/1/2022`, ProductID: 145, ProductName: `IPhone`, UnitPrice: 29800.74, Quantity: 4, ExtendedPrice: 119202.96, Freight: 1440.74, Discontinued: false, Region: `West`, Address: `152 Wall Street`, City: `New York`, Country: `USA`, PostalCode: 70091 }), + new InvoicesDataItem({ ShipName: `Jackson Market`, ShipAddress: `127 Main Street`, ShipCity: `Miami`, ShipPostalCode: 90099, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1431, CustomerName: `Martin Jackson`, CustomerFirstName: `Martin`, CustomerLastName: `Jackson`, CustomerAddress: `127 Main Street, Miami, USA, 90099`, Salesperson: `Anna Smith`, OrderID: 1789, OrderDate: `10/15/2022`, ProductID: 139, ProductName: `Mac Book Air`, UnitPrice: 16220.23, Quantity: 2, ExtendedPrice: 32440.46, Freight: 1170.23, Discontinued: false, Region: `West`, Address: `127 Main Street`, City: `Miami`, Country: `USA`, PostalCode: 90099 }), + new InvoicesDataItem({ ShipName: `Jefferson Home`, ShipAddress: `157 Wall Street`, ShipCity: `Huston`, ShipPostalCode: 70162, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1432, CustomerName: `Mike Jefferson`, CustomerFirstName: `Mike`, CustomerLastName: `Jefferson`, CustomerAddress: `157 Wall Street, Huston, USA, 70162`, Salesperson: `Martin Madison`, OrderID: 1622, OrderDate: `6/6/2022`, ProductID: 133, ProductName: `Samsung Note`, UnitPrice: 7410.73, Quantity: 4, ExtendedPrice: 29642.92, Freight: 1660.73, Discontinued: false, Region: `South East`, Address: `157 Wall Street`, City: `Huston`, Country: `USA`, PostalCode: 70162 }), + new InvoicesDataItem({ ShipName: `Smith Home`, ShipAddress: `159 Market Street`, ShipCity: `New York`, ShipPostalCode: 50198, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1433, CustomerName: `Mike Smith`, CustomerFirstName: `Mike`, CustomerLastName: `Smith`, CustomerAddress: `159 Market Street, New York, USA, 50198`, Salesperson: `Mike Smith`, OrderID: 1961, OrderDate: `9/7/2022`, ProductID: 120, ProductName: `Mac Book Pro`, UnitPrice: 9150.59, Quantity: 3, ExtendedPrice: 27451.77, Freight: 550.59, Discontinued: false, Region: `South East`, Address: `159 Market Street`, City: `New York`, Country: `USA`, PostalCode: 50198 }), + new InvoicesDataItem({ ShipName: `Jackson Estate`, ShipAddress: `109 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 60160, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1434, CustomerName: `Ben Jackson`, CustomerFirstName: `Ben`, CustomerLastName: `Jackson`, CustomerAddress: `109 Market Street, Philadelphia, USA, 60160`, Salesperson: `Mike Madison`, OrderID: 1868, OrderDate: `2/5/2022`, ProductID: 131, ProductName: `Samsung Galaxy 22`, UnitPrice: 20400.46, Quantity: 2, ExtendedPrice: 40800.92, Freight: 1640.46, Discontinued: false, Region: `South East`, Address: `109 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 60160 }), + new InvoicesDataItem({ ShipName: `Madison Estate`, ShipAddress: `138 Wall Street`, ShipCity: `Philadelphia`, ShipPostalCode: 80164, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1435, CustomerName: `Max Madison`, CustomerFirstName: `Max`, CustomerLastName: `Madison`, CustomerAddress: `138 Wall Street, Philadelphia, USA, 80164`, Salesperson: `Mike Smith`, OrderID: 1223, OrderDate: `7/4/2022`, ProductID: 199, ProductName: `Samsung Note`, UnitPrice: 23980.42, Quantity: 5, ExtendedPrice: 119902.1, Freight: 410.42, Discontinued: false, Region: `West`, Address: `138 Wall Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 80164 }), + new InvoicesDataItem({ ShipName: `Jackson Townhouse`, ShipAddress: `164 Main Street`, ShipCity: `New York`, ShipPostalCode: 90183, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1436, CustomerName: `Pamela Jackson`, CustomerFirstName: `Pamela`, CustomerLastName: `Jackson`, CustomerAddress: `164 Main Street, New York, USA, 90183`, Salesperson: `James Watson`, OrderID: 1766, OrderDate: `7/14/2022`, ProductID: 160, ProductName: `Samsung Note`, UnitPrice: 12280.79, Quantity: 2, ExtendedPrice: 24561.58, Freight: 1140.79, Discontinued: false, Region: `West`, Address: `164 Main Street`, City: `New York`, Country: `USA`, PostalCode: 90183 }), + new InvoicesDataItem({ ShipName: `Jefferson Estate`, ShipAddress: `187 Main Street`, ShipCity: `New York`, ShipPostalCode: 80053, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1437, CustomerName: `Nancy Jefferson`, CustomerFirstName: `Nancy`, CustomerLastName: `Jefferson`, CustomerAddress: `187 Main Street, New York, USA, 80053`, Salesperson: `Martin Watson`, OrderID: 1602, OrderDate: `12/25/2022`, ProductID: 112, ProductName: `Samsung Galaxy 22`, UnitPrice: 14860.39, Quantity: 5, ExtendedPrice: 74301.95, Freight: 1920.39, Discontinued: false, Region: `West`, Address: `187 Main Street`, City: `New York`, Country: `USA`, PostalCode: 80053 }), + new InvoicesDataItem({ ShipName: `Black Market`, ShipAddress: `197 Wall Street`, ShipCity: `Miami`, ShipPostalCode: 50076, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1438, CustomerName: `Max Black`, CustomerFirstName: `Max`, CustomerLastName: `Black`, CustomerAddress: `197 Wall Street, Miami, USA, 50076`, Salesperson: `James Jefferson`, OrderID: 1281, OrderDate: `3/18/2022`, ProductID: 102, ProductName: `Samsung Galaxy 22`, UnitPrice: 11120.87, Quantity: 2, ExtendedPrice: 22241.74, Freight: 720.87, Discontinued: false, Region: `North East`, Address: `197 Wall Street`, City: `Miami`, Country: `USA`, PostalCode: 50076 }), + new InvoicesDataItem({ ShipName: `Watson Market`, ShipAddress: `127 Market Street`, ShipCity: `Los Angeles`, ShipPostalCode: 90067, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1439, CustomerName: `James Watson`, CustomerFirstName: `James`, CustomerLastName: `Watson`, CustomerAddress: `127 Market Street, Los Angeles, USA, 90067`, Salesperson: `James Madison`, OrderID: 1736, OrderDate: `2/4/2022`, ProductID: 172, ProductName: `IPad`, UnitPrice: 20090.62, Quantity: 4, ExtendedPrice: 80362.48, Freight: 630.62, Discontinued: true, Region: `West`, Address: `127 Market Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 90067 }), + new InvoicesDataItem({ ShipName: `Black Market`, ShipAddress: `150 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 90161, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1440, CustomerName: `Max Black`, CustomerFirstName: `Max`, CustomerLastName: `Black`, CustomerAddress: `150 Market Street, Philadelphia, USA, 90161`, Salesperson: `Anna Watson`, OrderID: 1683, OrderDate: `5/15/2022`, ProductID: 192, ProductName: `Mac Book Air`, UnitPrice: 7270.76, Quantity: 3, ExtendedPrice: 21812.28, Freight: 1880.76, Discontinued: false, Region: `West`, Address: `150 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 90161 }), + new InvoicesDataItem({ ShipName: `Watson Townhouse`, ShipAddress: `128 Market Street`, ShipCity: `Huston`, ShipPostalCode: 70131, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1441, CustomerName: `Pamela Watson`, CustomerFirstName: `Pamela`, CustomerLastName: `Watson`, CustomerAddress: `128 Market Street, Huston, USA, 70131`, Salesperson: `Ben Smith`, OrderID: 1652, OrderDate: `11/16/2022`, ProductID: 107, ProductName: `Samsung Note`, UnitPrice: 23290.38, Quantity: 2, ExtendedPrice: 46580.76, Freight: 400.38, Discontinued: false, Region: `West`, Address: `128 Market Street`, City: `Huston`, Country: `USA`, PostalCode: 70131 }), + new InvoicesDataItem({ ShipName: `Watson Home`, ShipAddress: `151 Wall Street`, ShipCity: `Miami`, ShipPostalCode: 70185, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1442, CustomerName: `Max Watson`, CustomerFirstName: `Max`, CustomerLastName: `Watson`, CustomerAddress: `151 Wall Street, Miami, USA, 70185`, Salesperson: `Nancy Black`, OrderID: 1385, OrderDate: `6/12/2022`, ProductID: 110, ProductName: `Mac Book Pro`, UnitPrice: 14390.77, Quantity: 2, ExtendedPrice: 28781.54, Freight: 1600.77, Discontinued: false, Region: `West`, Address: `151 Wall Street`, City: `Miami`, Country: `USA`, PostalCode: 70185 }), + new InvoicesDataItem({ ShipName: `Madison Home`, ShipAddress: `183 Wall Street`, ShipCity: `New York`, ShipPostalCode: 60080, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1443, CustomerName: `Pamela Madison`, CustomerFirstName: `Pamela`, CustomerLastName: `Madison`, CustomerAddress: `183 Wall Street, New York, USA, 60080`, Salesperson: `Mike Madison`, OrderID: 1158, OrderDate: `3/11/2022`, ProductID: 172, ProductName: `Samsung Note`, UnitPrice: 25230.25, Quantity: 3, ExtendedPrice: 75690.75, Freight: 340.25, Discontinued: false, Region: `South East`, Address: `183 Wall Street`, City: `New York`, Country: `USA`, PostalCode: 60080 }), + new InvoicesDataItem({ ShipName: `Black Estate`, ShipAddress: `137 Wall Street`, ShipCity: `Philadelphia`, ShipPostalCode: 80117, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1444, CustomerName: `James Black`, CustomerFirstName: `James`, CustomerLastName: `Black`, CustomerAddress: `137 Wall Street, Philadelphia, USA, 80117`, Salesperson: `Anna Black`, OrderID: 1310, OrderDate: `9/5/2022`, ProductID: 157, ProductName: `IPad`, UnitPrice: 21970.48, Quantity: 2, ExtendedPrice: 43940.96, Freight: 1420.48, Discontinued: false, Region: `South East`, Address: `137 Wall Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 80117 }), + new InvoicesDataItem({ ShipName: `Black Market`, ShipAddress: `158 Wall Street`, ShipCity: `New York`, ShipPostalCode: 80138, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1445, CustomerName: `Anna Black`, CustomerFirstName: `Anna`, CustomerLastName: `Black`, CustomerAddress: `158 Wall Street, New York, USA, 80138`, Salesperson: `Martin Madison`, OrderID: 1385, OrderDate: `5/9/2022`, ProductID: 127, ProductName: `Samsung Galaxy 22`, UnitPrice: 12610.37, Quantity: 5, ExtendedPrice: 63051.85, Freight: 1410.37, Discontinued: false, Region: `West`, Address: `158 Wall Street`, City: `New York`, Country: `USA`, PostalCode: 80138 }), + new InvoicesDataItem({ ShipName: `Madison Home`, ShipAddress: `145 Wall Street`, ShipCity: `Los Angeles`, ShipPostalCode: 70189, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1446, CustomerName: `Mike Madison`, CustomerFirstName: `Mike`, CustomerLastName: `Madison`, CustomerAddress: `145 Wall Street, Los Angeles, USA, 70189`, Salesperson: `Mike Jackson`, OrderID: 1725, OrderDate: `9/6/2022`, ProductID: 112, ProductName: `Mac Book Pro`, UnitPrice: 20520.26, Quantity: 4, ExtendedPrice: 82081.04, Freight: 710.26, Discontinued: false, Region: `West`, Address: `145 Wall Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 70189 }), + new InvoicesDataItem({ ShipName: `Black Estate`, ShipAddress: `155 Wall Street`, ShipCity: `Miami`, ShipPostalCode: 60114, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1447, CustomerName: `Pamela Black`, CustomerFirstName: `Pamela`, CustomerLastName: `Black`, CustomerAddress: `155 Wall Street, Miami, USA, 60114`, Salesperson: `Martin Madison`, OrderID: 1520, OrderDate: `6/15/2022`, ProductID: 174, ProductName: `IPhone`, UnitPrice: 16730.88, Quantity: 2, ExtendedPrice: 33461.76, Freight: 1020.88, Discontinued: false, Region: `South East`, Address: `155 Wall Street`, City: `Miami`, Country: `USA`, PostalCode: 60114 }), + new InvoicesDataItem({ ShipName: `Madison Estate`, ShipAddress: `184 Main Street`, ShipCity: `Los Angeles`, ShipPostalCode: 80059, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1448, CustomerName: `Max Madison`, CustomerFirstName: `Max`, CustomerLastName: `Madison`, CustomerAddress: `184 Main Street, Los Angeles, USA, 80059`, Salesperson: `Max Smith`, OrderID: 1764, OrderDate: `4/4/2022`, ProductID: 147, ProductName: `Mac Book Air`, UnitPrice: 29810.31, Quantity: 2, ExtendedPrice: 59620.62, Freight: 1200.31, Discontinued: false, Region: `West`, Address: `184 Main Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 80059 }), + new InvoicesDataItem({ ShipName: `Black Home`, ShipAddress: `195 Wall Street`, ShipCity: `Huston`, ShipPostalCode: 80052, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1449, CustomerName: `Ben Black`, CustomerFirstName: `Ben`, CustomerLastName: `Black`, CustomerAddress: `195 Wall Street, Huston, USA, 80052`, Salesperson: `Max Jefferson`, OrderID: 1325, OrderDate: `8/23/2022`, ProductID: 186, ProductName: `Mac Book Pro`, UnitPrice: 19780.82, Quantity: 3, ExtendedPrice: 59342.46, Freight: 720.82, Discontinued: true, Region: `South East`, Address: `195 Wall Street`, City: `Huston`, Country: `USA`, PostalCode: 80052 }), + new InvoicesDataItem({ ShipName: `Black Market`, ShipAddress: `168 Market Street`, ShipCity: `Miami`, ShipPostalCode: 70196, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1450, CustomerName: `Anna Black`, CustomerFirstName: `Anna`, CustomerLastName: `Black`, CustomerAddress: `168 Market Street, Miami, USA, 70196`, Salesperson: `Martin Madison`, OrderID: 1216, OrderDate: `9/9/2022`, ProductID: 134, ProductName: `Samsung Galaxy 22`, UnitPrice: 25110.88, Quantity: 2, ExtendedPrice: 50221.76, Freight: 1040.88, Discontinued: false, Region: `West`, Address: `168 Market Street`, City: `Miami`, Country: `USA`, PostalCode: 70196 }), + new InvoicesDataItem({ ShipName: `Black Estate`, ShipAddress: `196 Wall Street`, ShipCity: `Philadelphia`, ShipPostalCode: 70064, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1451, CustomerName: `Anna Black`, CustomerFirstName: `Anna`, CustomerLastName: `Black`, CustomerAddress: `196 Wall Street, Philadelphia, USA, 70064`, Salesperson: `Nancy Madison`, OrderID: 1924, OrderDate: `9/9/2022`, ProductID: 108, ProductName: `IPhone`, UnitPrice: 14220.86, Quantity: 2, ExtendedPrice: 28441.72, Freight: 1220.86, Discontinued: false, Region: `West`, Address: `196 Wall Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 70064 }), + new InvoicesDataItem({ ShipName: `Madison Home`, ShipAddress: `125 Wall Street`, ShipCity: `Huston`, ShipPostalCode: 90158, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1452, CustomerName: `Max Madison`, CustomerFirstName: `Max`, CustomerLastName: `Madison`, CustomerAddress: `125 Wall Street, Huston, USA, 90158`, Salesperson: `Martin Jackson`, OrderID: 1952, OrderDate: `8/23/2022`, ProductID: 177, ProductName: `Samsung Galaxy 22`, UnitPrice: 11460.48, Quantity: 3, ExtendedPrice: 34381.44, Freight: 1140.48, Discontinued: false, Region: `West`, Address: `125 Wall Street`, City: `Huston`, Country: `USA`, PostalCode: 90158 }), + new InvoicesDataItem({ ShipName: `Watson Home`, ShipAddress: `113 Wall Street`, ShipCity: `Los Angeles`, ShipPostalCode: 50104, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1453, CustomerName: `Ben Watson`, CustomerFirstName: `Ben`, CustomerLastName: `Watson`, CustomerAddress: `113 Wall Street, Los Angeles, USA, 50104`, Salesperson: `Mike Black`, OrderID: 1388, OrderDate: `7/12/2022`, ProductID: 142, ProductName: `Samsung Galaxy 22`, UnitPrice: 25460.85, Quantity: 2, ExtendedPrice: 50921.7, Freight: 360.85, Discontinued: false, Region: `West`, Address: `113 Wall Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 50104 }), + new InvoicesDataItem({ ShipName: `Black Home`, ShipAddress: `176 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 90069, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1454, CustomerName: `Nancy Black`, CustomerFirstName: `Nancy`, CustomerLastName: `Black`, CustomerAddress: `176 Market Street, Philadelphia, USA, 90069`, Salesperson: `Max Jefferson`, OrderID: 1197, OrderDate: `9/3/2022`, ProductID: 132, ProductName: `IPhone`, UnitPrice: 5760.67, Quantity: 3, ExtendedPrice: 17282.01, Freight: 1350.67, Discontinued: false, Region: `South East`, Address: `176 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 90069 }), + new InvoicesDataItem({ ShipName: `Jefferson Townhouse`, ShipAddress: `142 Market Street`, ShipCity: `Los Angeles`, ShipPostalCode: 50098, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1455, CustomerName: `Max Jefferson`, CustomerFirstName: `Max`, CustomerLastName: `Jefferson`, CustomerAddress: `142 Market Street, Los Angeles, USA, 50098`, Salesperson: `Nancy Smith`, OrderID: 1808, OrderDate: `3/2/2022`, ProductID: 145, ProductName: `Mac Book Pro`, UnitPrice: 18130.62, Quantity: 3, ExtendedPrice: 54391.86, Freight: 660.62, Discontinued: false, Region: `North East`, Address: `142 Market Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 50098 }), + new InvoicesDataItem({ ShipName: `Jefferson Home`, ShipAddress: `184 Main Street`, ShipCity: `New York`, ShipPostalCode: 50125, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1456, CustomerName: `Pamela Jefferson`, CustomerFirstName: `Pamela`, CustomerLastName: `Jefferson`, CustomerAddress: `184 Main Street, New York, USA, 50125`, Salesperson: `Pamela Jackson`, OrderID: 1098, OrderDate: `9/11/2022`, ProductID: 106, ProductName: `Samsung Galaxy 22`, UnitPrice: 29450.81, Quantity: 5, ExtendedPrice: 147254.05, Freight: 820.81, Discontinued: false, Region: `North East`, Address: `184 Main Street`, City: `New York`, Country: `USA`, PostalCode: 50125 }), + new InvoicesDataItem({ ShipName: `Jefferson Market`, ShipAddress: `190 Main Street`, ShipCity: `Philadelphia`, ShipPostalCode: 70130, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1457, CustomerName: `Nancy Jefferson`, CustomerFirstName: `Nancy`, CustomerLastName: `Jefferson`, CustomerAddress: `190 Main Street, Philadelphia, USA, 70130`, Salesperson: `Max Madison`, OrderID: 1942, OrderDate: `9/1/2022`, ProductID: 136, ProductName: `Mac Book Pro`, UnitPrice: 28790.51, Quantity: 3, ExtendedPrice: 86371.53, Freight: 460.51, Discontinued: false, Region: `North East`, Address: `190 Main Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 70130 }), + new InvoicesDataItem({ ShipName: `Jefferson Market`, ShipAddress: `121 Main Street`, ShipCity: `Los Angeles`, ShipPostalCode: 70093, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1458, CustomerName: `Mike Jefferson`, CustomerFirstName: `Mike`, CustomerLastName: `Jefferson`, CustomerAddress: `121 Main Street, Los Angeles, USA, 70093`, Salesperson: `James Black`, OrderID: 1815, OrderDate: `6/16/2022`, ProductID: 144, ProductName: `Mac Book Pro`, UnitPrice: 9060.8, Quantity: 3, ExtendedPrice: 27182.4, Freight: 1990.8, Discontinued: false, Region: `North East`, Address: `121 Main Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 70093 }), + new InvoicesDataItem({ ShipName: `Smith Home`, ShipAddress: `111 Main Street`, ShipCity: `Huston`, ShipPostalCode: 50082, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1459, CustomerName: `Nancy Smith`, CustomerFirstName: `Nancy`, CustomerLastName: `Smith`, CustomerAddress: `111 Main Street, Huston, USA, 50082`, Salesperson: `Max Black`, OrderID: 1551, OrderDate: `4/6/2022`, ProductID: 130, ProductName: `Mac Book Pro`, UnitPrice: 29370.56, Quantity: 3, ExtendedPrice: 88111.68, Freight: 1970.56, Discontinued: true, Region: `North East`, Address: `111 Main Street`, City: `Huston`, Country: `USA`, PostalCode: 50082 }), + new InvoicesDataItem({ ShipName: `Jefferson Market`, ShipAddress: `128 Market Street`, ShipCity: `Los Angeles`, ShipPostalCode: 90155, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1460, CustomerName: `Max Jefferson`, CustomerFirstName: `Max`, CustomerLastName: `Jefferson`, CustomerAddress: `128 Market Street, Los Angeles, USA, 90155`, Salesperson: `James Smith`, OrderID: 1660, OrderDate: `6/6/2022`, ProductID: 175, ProductName: `Samsung Galaxy 22`, UnitPrice: 29130.58, Quantity: 2, ExtendedPrice: 58261.16, Freight: 340.58, Discontinued: false, Region: `West`, Address: `128 Market Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 90155 }), + new InvoicesDataItem({ ShipName: `Smith Home`, ShipAddress: `159 Main Street`, ShipCity: `Huston`, ShipPostalCode: 60166, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1461, CustomerName: `Mike Smith`, CustomerFirstName: `Mike`, CustomerLastName: `Smith`, CustomerAddress: `159 Main Street, Huston, USA, 60166`, Salesperson: `Mike Black`, OrderID: 1860, OrderDate: `5/20/2022`, ProductID: 197, ProductName: `Samsung Galaxy 22`, UnitPrice: 18630.66, Quantity: 4, ExtendedPrice: 74522.64, Freight: 1540.66, Discontinued: false, Region: `South East`, Address: `159 Main Street`, City: `Huston`, Country: `USA`, PostalCode: 60166 }), + new InvoicesDataItem({ ShipName: `Jefferson Home`, ShipAddress: `115 Market Street`, ShipCity: `Los Angeles`, ShipPostalCode: 60171, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1462, CustomerName: `Nancy Jefferson`, CustomerFirstName: `Nancy`, CustomerLastName: `Jefferson`, CustomerAddress: `115 Market Street, Los Angeles, USA, 60171`, Salesperson: `Mike Jackson`, OrderID: 1312, OrderDate: `9/12/2022`, ProductID: 182, ProductName: `Samsung Note`, UnitPrice: 19120.8, Quantity: 3, ExtendedPrice: 57362.4, Freight: 470.8, Discontinued: false, Region: `North East`, Address: `115 Market Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 60171 }), + new InvoicesDataItem({ ShipName: `Watson Townhouse`, ShipAddress: `184 Main Street`, ShipCity: `New York`, ShipPostalCode: 80169, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1463, CustomerName: `Nancy Watson`, CustomerFirstName: `Nancy`, CustomerLastName: `Watson`, CustomerAddress: `184 Main Street, New York, USA, 80169`, Salesperson: `Nancy Madison`, OrderID: 1738, OrderDate: `1/7/2022`, ProductID: 161, ProductName: `Mac Book Air`, UnitPrice: 9160.8, Quantity: 2, ExtendedPrice: 18321.6, Freight: 1850.8, Discontinued: false, Region: `West`, Address: `184 Main Street`, City: `New York`, Country: `USA`, PostalCode: 80169 }), + new InvoicesDataItem({ ShipName: `Black Market`, ShipAddress: `147 Main Street`, ShipCity: `Miami`, ShipPostalCode: 60068, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1464, CustomerName: `Ben Black`, CustomerFirstName: `Ben`, CustomerLastName: `Black`, CustomerAddress: `147 Main Street, Miami, USA, 60068`, Salesperson: `Nancy Madison`, OrderID: 1981, OrderDate: `5/23/2022`, ProductID: 110, ProductName: `Samsung Note`, UnitPrice: 19100.54, Quantity: 5, ExtendedPrice: 95502.7, Freight: 1720.54, Discontinued: false, Region: `North East`, Address: `147 Main Street`, City: `Miami`, Country: `USA`, PostalCode: 60068 }), + new InvoicesDataItem({ ShipName: `Black Market`, ShipAddress: `143 Wall Street`, ShipCity: `Huston`, ShipPostalCode: 80182, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1465, CustomerName: `Ben Black`, CustomerFirstName: `Ben`, CustomerLastName: `Black`, CustomerAddress: `143 Wall Street, Huston, USA, 80182`, Salesperson: `Anna Watson`, OrderID: 1067, OrderDate: `12/19/2022`, ProductID: 103, ProductName: `Samsung Note`, UnitPrice: 28900.7, Quantity: 3, ExtendedPrice: 86702.1, Freight: 770.7, Discontinued: false, Region: `North East`, Address: `143 Wall Street`, City: `Huston`, Country: `USA`, PostalCode: 80182 }), + new InvoicesDataItem({ ShipName: `Watson Estate`, ShipAddress: `170 Main Street`, ShipCity: `New York`, ShipPostalCode: 60155, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1466, CustomerName: `Max Watson`, CustomerFirstName: `Max`, CustomerLastName: `Watson`, CustomerAddress: `170 Main Street, New York, USA, 60155`, Salesperson: `James Jackson`, OrderID: 1746, OrderDate: `9/2/2022`, ProductID: 148, ProductName: `IPad`, UnitPrice: 25390.4, Quantity: 5, ExtendedPrice: 126952, Freight: 550.4, Discontinued: false, Region: `South East`, Address: `170 Main Street`, City: `New York`, Country: `USA`, PostalCode: 60155 }), + new InvoicesDataItem({ ShipName: `Jackson Market`, ShipAddress: `111 Wall Street`, ShipCity: `Philadelphia`, ShipPostalCode: 60079, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1467, CustomerName: `Pamela Jackson`, CustomerFirstName: `Pamela`, CustomerLastName: `Jackson`, CustomerAddress: `111 Wall Street, Philadelphia, USA, 60079`, Salesperson: `Nancy Jefferson`, OrderID: 1334, OrderDate: `5/23/2022`, ProductID: 129, ProductName: `Mac Book Air`, UnitPrice: 14520.65, Quantity: 2, ExtendedPrice: 29041.3, Freight: 1250.65, Discontinued: false, Region: `West`, Address: `111 Wall Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 60079 }), + new InvoicesDataItem({ ShipName: `Black Market`, ShipAddress: `153 Wall Street`, ShipCity: `Huston`, ShipPostalCode: 90056, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1468, CustomerName: `Anna Black`, CustomerFirstName: `Anna`, CustomerLastName: `Black`, CustomerAddress: `153 Wall Street, Huston, USA, 90056`, Salesperson: `Anna Jackson`, OrderID: 1230, OrderDate: `4/15/2022`, ProductID: 128, ProductName: `IPhone`, UnitPrice: 14930.82, Quantity: 5, ExtendedPrice: 74654.1, Freight: 1470.82, Discontinued: false, Region: `North East`, Address: `153 Wall Street`, City: `Huston`, Country: `USA`, PostalCode: 90056 }), + new InvoicesDataItem({ ShipName: `Jackson Market`, ShipAddress: `143 Main Street`, ShipCity: `Philadelphia`, ShipPostalCode: 50070, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1469, CustomerName: `Max Jackson`, CustomerFirstName: `Max`, CustomerLastName: `Jackson`, CustomerAddress: `143 Main Street, Philadelphia, USA, 50070`, Salesperson: `Nancy Madison`, OrderID: 1761, OrderDate: `1/23/2022`, ProductID: 136, ProductName: `IPad`, UnitPrice: 10810.43, Quantity: 4, ExtendedPrice: 43241.72, Freight: 1910.43, Discontinued: true, Region: `South East`, Address: `143 Main Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 50070 }), + new InvoicesDataItem({ ShipName: `Black Estate`, ShipAddress: `174 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 80126, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1470, CustomerName: `Pamela Black`, CustomerFirstName: `Pamela`, CustomerLastName: `Black`, CustomerAddress: `174 Market Street, Philadelphia, USA, 80126`, Salesperson: `Martin Madison`, OrderID: 1217, OrderDate: `7/7/2022`, ProductID: 170, ProductName: `IPhone`, UnitPrice: 16660.27, Quantity: 4, ExtendedPrice: 66641.08, Freight: 790.27, Discontinued: false, Region: `North East`, Address: `174 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 80126 }), + new InvoicesDataItem({ ShipName: `Smith Home`, ShipAddress: `189 Wall Street`, ShipCity: `Los Angeles`, ShipPostalCode: 60161, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1471, CustomerName: `Max Smith`, CustomerFirstName: `Max`, CustomerLastName: `Smith`, CustomerAddress: `189 Wall Street, Los Angeles, USA, 60161`, Salesperson: `Max Madison`, OrderID: 1882, OrderDate: `11/5/2022`, ProductID: 141, ProductName: `Mac Book Air`, UnitPrice: 18210.39, Quantity: 3, ExtendedPrice: 54631.17, Freight: 990.39, Discontinued: false, Region: `South East`, Address: `189 Wall Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 60161 }), + new InvoicesDataItem({ ShipName: `Black Market`, ShipAddress: `193 Market Street`, ShipCity: `Huston`, ShipPostalCode: 50163, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1472, CustomerName: `Max Black`, CustomerFirstName: `Max`, CustomerLastName: `Black`, CustomerAddress: `193 Market Street, Huston, USA, 50163`, Salesperson: `Mike Black`, OrderID: 1855, OrderDate: `5/3/2022`, ProductID: 188, ProductName: `Samsung Note`, UnitPrice: 9860.59, Quantity: 5, ExtendedPrice: 49302.95, Freight: 1610.59, Discontinued: false, Region: `South East`, Address: `193 Market Street`, City: `Huston`, Country: `USA`, PostalCode: 50163 }), + new InvoicesDataItem({ ShipName: `Jackson Townhouse`, ShipAddress: `128 Main Street`, ShipCity: `Miami`, ShipPostalCode: 60162, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1473, CustomerName: `Max Jackson`, CustomerFirstName: `Max`, CustomerLastName: `Jackson`, CustomerAddress: `128 Main Street, Miami, USA, 60162`, Salesperson: `Nancy Black`, OrderID: 1087, OrderDate: `4/5/2022`, ProductID: 166, ProductName: `Mac Book Air`, UnitPrice: 12090.33, Quantity: 4, ExtendedPrice: 48361.32, Freight: 1020.33, Discontinued: false, Region: `West`, Address: `128 Main Street`, City: `Miami`, Country: `USA`, PostalCode: 60162 }), + new InvoicesDataItem({ ShipName: `Jackson Townhouse`, ShipAddress: `179 Wall Street`, ShipCity: `New York`, ShipPostalCode: 50104, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1474, CustomerName: `Ben Jackson`, CustomerFirstName: `Ben`, CustomerLastName: `Jackson`, CustomerAddress: `179 Wall Street, New York, USA, 50104`, Salesperson: `Martin Black`, OrderID: 1121, OrderDate: `12/2/2022`, ProductID: 169, ProductName: `IPad`, UnitPrice: 18020.22, Quantity: 4, ExtendedPrice: 72080.88, Freight: 830.22, Discontinued: false, Region: `West`, Address: `179 Wall Street`, City: `New York`, Country: `USA`, PostalCode: 50104 }), + new InvoicesDataItem({ ShipName: `Jackson Townhouse`, ShipAddress: `168 Market Street`, ShipCity: `Huston`, ShipPostalCode: 60117, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1475, CustomerName: `Martin Jackson`, CustomerFirstName: `Martin`, CustomerLastName: `Jackson`, CustomerAddress: `168 Market Street, Huston, USA, 60117`, Salesperson: `James Madison`, OrderID: 1965, OrderDate: `10/17/2022`, ProductID: 166, ProductName: `Mac Book Pro`, UnitPrice: 6770.39, Quantity: 5, ExtendedPrice: 33851.95, Freight: 240.39, Discontinued: false, Region: `West`, Address: `168 Market Street`, City: `Huston`, Country: `USA`, PostalCode: 60117 }), + new InvoicesDataItem({ ShipName: `Black Market`, ShipAddress: `195 Wall Street`, ShipCity: `Huston`, ShipPostalCode: 50103, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1476, CustomerName: `Mike Black`, CustomerFirstName: `Mike`, CustomerLastName: `Black`, CustomerAddress: `195 Wall Street, Huston, USA, 50103`, Salesperson: `Ben Jackson`, OrderID: 1241, OrderDate: `2/3/2022`, ProductID: 159, ProductName: `Samsung Note`, UnitPrice: 14250.8, Quantity: 5, ExtendedPrice: 71254, Freight: 1870.8, Discontinued: false, Region: `North East`, Address: `195 Wall Street`, City: `Huston`, Country: `USA`, PostalCode: 50103 }), + new InvoicesDataItem({ ShipName: `Jefferson Market`, ShipAddress: `192 Main Street`, ShipCity: `Los Angeles`, ShipPostalCode: 70069, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1477, CustomerName: `Pamela Jefferson`, CustomerFirstName: `Pamela`, CustomerLastName: `Jefferson`, CustomerAddress: `192 Main Street, Los Angeles, USA, 70069`, Salesperson: `Pamela Watson`, OrderID: 1440, OrderDate: `6/4/2022`, ProductID: 191, ProductName: `Samsung Galaxy 22`, UnitPrice: 23000.87, Quantity: 3, ExtendedPrice: 69002.61, Freight: 1680.87, Discontinued: false, Region: `North East`, Address: `192 Main Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 70069 }), + new InvoicesDataItem({ ShipName: `Jefferson Estate`, ShipAddress: `139 Wall Street`, ShipCity: `Philadelphia`, ShipPostalCode: 50143, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1478, CustomerName: `Pamela Jefferson`, CustomerFirstName: `Pamela`, CustomerLastName: `Jefferson`, CustomerAddress: `139 Wall Street, Philadelphia, USA, 50143`, Salesperson: `Nancy Madison`, OrderID: 1507, OrderDate: `10/10/2022`, ProductID: 176, ProductName: `Mac Book Air`, UnitPrice: 25490.8, Quantity: 3, ExtendedPrice: 76472.4, Freight: 830.8, Discontinued: false, Region: `North East`, Address: `139 Wall Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 50143 }), + new InvoicesDataItem({ ShipName: `Madison Estate`, ShipAddress: `131 Wall Street`, ShipCity: `Miami`, ShipPostalCode: 80108, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1479, CustomerName: `Mike Madison`, CustomerFirstName: `Mike`, CustomerLastName: `Madison`, CustomerAddress: `131 Wall Street, Miami, USA, 80108`, Salesperson: `Ben Jefferson`, OrderID: 1702, OrderDate: `10/16/2022`, ProductID: 174, ProductName: `Mac Book Pro`, UnitPrice: 28620.58, Quantity: 4, ExtendedPrice: 114482.32, Freight: 950.58, Discontinued: true, Region: `South East`, Address: `131 Wall Street`, City: `Miami`, Country: `USA`, PostalCode: 80108 }), + new InvoicesDataItem({ ShipName: `Smith Estate`, ShipAddress: `127 Market Street`, ShipCity: `Huston`, ShipPostalCode: 90097, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1480, CustomerName: `James Smith`, CustomerFirstName: `James`, CustomerLastName: `Smith`, CustomerAddress: `127 Market Street, Huston, USA, 90097`, Salesperson: `Pamela Black`, OrderID: 1875, OrderDate: `7/24/2022`, ProductID: 164, ProductName: `Mac Book Air`, UnitPrice: 6750.85, Quantity: 2, ExtendedPrice: 13501.7, Freight: 1160.85, Discontinued: false, Region: `North East`, Address: `127 Market Street`, City: `Huston`, Country: `USA`, PostalCode: 90097 }), + new InvoicesDataItem({ ShipName: `Madison Home`, ShipAddress: `190 Market Street`, ShipCity: `New York`, ShipPostalCode: 70142, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1481, CustomerName: `Pamela Madison`, CustomerFirstName: `Pamela`, CustomerLastName: `Madison`, CustomerAddress: `190 Market Street, New York, USA, 70142`, Salesperson: `Pamela Smith`, OrderID: 1373, OrderDate: `5/19/2022`, ProductID: 108, ProductName: `Samsung Galaxy 22`, UnitPrice: 17230.33, Quantity: 3, ExtendedPrice: 51690.99, Freight: 1270.33, Discontinued: false, Region: `West`, Address: `190 Market Street`, City: `New York`, Country: `USA`, PostalCode: 70142 }), + new InvoicesDataItem({ ShipName: `Jackson Market`, ShipAddress: `179 Main Street`, ShipCity: `Philadelphia`, ShipPostalCode: 90146, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1482, CustomerName: `Nancy Jackson`, CustomerFirstName: `Nancy`, CustomerLastName: `Jackson`, CustomerAddress: `179 Main Street, Philadelphia, USA, 90146`, Salesperson: `James Jefferson`, OrderID: 1452, OrderDate: `5/16/2022`, ProductID: 170, ProductName: `Mac Book Air`, UnitPrice: 8320.5, Quantity: 4, ExtendedPrice: 33282, Freight: 510.5, Discontinued: false, Region: `North East`, Address: `179 Main Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 90146 }), + new InvoicesDataItem({ ShipName: `Black Townhouse`, ShipAddress: `183 Main Street`, ShipCity: `Los Angeles`, ShipPostalCode: 90165, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1483, CustomerName: `Anna Black`, CustomerFirstName: `Anna`, CustomerLastName: `Black`, CustomerAddress: `183 Main Street, Los Angeles, USA, 90165`, Salesperson: `Max Watson`, OrderID: 1835, OrderDate: `9/8/2022`, ProductID: 198, ProductName: `Samsung Note`, UnitPrice: 13800.6, Quantity: 3, ExtendedPrice: 41401.8, Freight: 700.6, Discontinued: false, Region: `West`, Address: `183 Main Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 90165 }), + new InvoicesDataItem({ ShipName: `Black Townhouse`, ShipAddress: `108 Main Street`, ShipCity: `Philadelphia`, ShipPostalCode: 50151, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1484, CustomerName: `Max Black`, CustomerFirstName: `Max`, CustomerLastName: `Black`, CustomerAddress: `108 Main Street, Philadelphia, USA, 50151`, Salesperson: `Mike Jefferson`, OrderID: 1448, OrderDate: `11/16/2022`, ProductID: 103, ProductName: `Samsung Note`, UnitPrice: 21840.84, Quantity: 5, ExtendedPrice: 109204.2, Freight: 1500.84, Discontinued: false, Region: `South East`, Address: `108 Main Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 50151 }), + new InvoicesDataItem({ ShipName: `Jefferson Estate`, ShipAddress: `150 Market Street`, ShipCity: `New York`, ShipPostalCode: 80053, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1485, CustomerName: `James Jefferson`, CustomerFirstName: `James`, CustomerLastName: `Jefferson`, CustomerAddress: `150 Market Street, New York, USA, 80053`, Salesperson: `Anna Black`, OrderID: 1160, OrderDate: `6/7/2022`, ProductID: 156, ProductName: `IPhone`, UnitPrice: 24480.65, Quantity: 2, ExtendedPrice: 48961.3, Freight: 860.65, Discontinued: false, Region: `West`, Address: `150 Market Street`, City: `New York`, Country: `USA`, PostalCode: 80053 }), + new InvoicesDataItem({ ShipName: `Jefferson Estate`, ShipAddress: `121 Wall Street`, ShipCity: `Miami`, ShipPostalCode: 50087, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1486, CustomerName: `Mike Jefferson`, CustomerFirstName: `Mike`, CustomerLastName: `Jefferson`, CustomerAddress: `121 Wall Street, Miami, USA, 50087`, Salesperson: `Anna Jackson`, OrderID: 1277, OrderDate: `8/16/2022`, ProductID: 108, ProductName: `Mac Book Air`, UnitPrice: 27370.31, Quantity: 2, ExtendedPrice: 54740.62, Freight: 350.31, Discontinued: false, Region: `North East`, Address: `121 Wall Street`, City: `Miami`, Country: `USA`, PostalCode: 50087 }), + new InvoicesDataItem({ ShipName: `Watson Townhouse`, ShipAddress: `187 Market Street`, ShipCity: `Miami`, ShipPostalCode: 90094, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1487, CustomerName: `Anna Watson`, CustomerFirstName: `Anna`, CustomerLastName: `Watson`, CustomerAddress: `187 Market Street, Miami, USA, 90094`, Salesperson: `Pamela Jefferson`, OrderID: 1895, OrderDate: `7/18/2022`, ProductID: 138, ProductName: `IPad`, UnitPrice: 15270.6, Quantity: 3, ExtendedPrice: 45811.8, Freight: 1920.6, Discontinued: false, Region: `West`, Address: `187 Market Street`, City: `Miami`, Country: `USA`, PostalCode: 90094 }), + new InvoicesDataItem({ ShipName: `Watson Market`, ShipAddress: `142 Main Street`, ShipCity: `Los Angeles`, ShipPostalCode: 50160, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1488, CustomerName: `Pamela Watson`, CustomerFirstName: `Pamela`, CustomerLastName: `Watson`, CustomerAddress: `142 Main Street, Los Angeles, USA, 50160`, Salesperson: `Max Smith`, OrderID: 1559, OrderDate: `11/2/2022`, ProductID: 129, ProductName: `Samsung Note`, UnitPrice: 19940.22, Quantity: 5, ExtendedPrice: 99701.1, Freight: 540.22, Discontinued: false, Region: `West`, Address: `142 Main Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 50160 }), + new InvoicesDataItem({ ShipName: `Black Townhouse`, ShipAddress: `190 Market Street`, ShipCity: `Miami`, ShipPostalCode: 60164, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1489, CustomerName: `James Black`, CustomerFirstName: `James`, CustomerLastName: `Black`, CustomerAddress: `190 Market Street, Miami, USA, 60164`, Salesperson: `Nancy Jefferson`, OrderID: 1144, OrderDate: `5/7/2022`, ProductID: 169, ProductName: `Samsung Galaxy 22`, UnitPrice: 29010.82, Quantity: 4, ExtendedPrice: 116043.28, Freight: 1870.82, Discontinued: true, Region: `North East`, Address: `190 Market Street`, City: `Miami`, Country: `USA`, PostalCode: 60164 }), + new InvoicesDataItem({ ShipName: `Madison Market`, ShipAddress: `180 Main Street`, ShipCity: `Philadelphia`, ShipPostalCode: 70181, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1490, CustomerName: `Ben Madison`, CustomerFirstName: `Ben`, CustomerLastName: `Madison`, CustomerAddress: `180 Main Street, Philadelphia, USA, 70181`, Salesperson: `Ben Black`, OrderID: 1396, OrderDate: `2/24/2022`, ProductID: 137, ProductName: `IPhone`, UnitPrice: 15420.8, Quantity: 4, ExtendedPrice: 61683.2, Freight: 1870.8, Discontinued: false, Region: `West`, Address: `180 Main Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 70181 }), + new InvoicesDataItem({ ShipName: `Watson Home`, ShipAddress: `152 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 60139, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1491, CustomerName: `Anna Watson`, CustomerFirstName: `Anna`, CustomerLastName: `Watson`, CustomerAddress: `152 Market Street, Philadelphia, USA, 60139`, Salesperson: `Mike Madison`, OrderID: 1733, OrderDate: `9/23/2022`, ProductID: 117, ProductName: `Mac Book Pro`, UnitPrice: 26430.79, Quantity: 5, ExtendedPrice: 132153.95, Freight: 270.79, Discontinued: false, Region: `North East`, Address: `152 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 60139 }), + new InvoicesDataItem({ ShipName: `Black Home`, ShipAddress: `176 Main Street`, ShipCity: `Miami`, ShipPostalCode: 60072, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1492, CustomerName: `Nancy Black`, CustomerFirstName: `Nancy`, CustomerLastName: `Black`, CustomerAddress: `176 Main Street, Miami, USA, 60072`, Salesperson: `Mike Black`, OrderID: 1473, OrderDate: `6/23/2022`, ProductID: 175, ProductName: `Samsung Note`, UnitPrice: 18440.43, Quantity: 4, ExtendedPrice: 73761.72, Freight: 1770.43, Discontinued: false, Region: `West`, Address: `176 Main Street`, City: `Miami`, Country: `USA`, PostalCode: 60072 }), + new InvoicesDataItem({ ShipName: `Madison Home`, ShipAddress: `120 Main Street`, ShipCity: `Miami`, ShipPostalCode: 80161, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1493, CustomerName: `Martin Madison`, CustomerFirstName: `Martin`, CustomerLastName: `Madison`, CustomerAddress: `120 Main Street, Miami, USA, 80161`, Salesperson: `Ben Watson`, OrderID: 1674, OrderDate: `5/1/2022`, ProductID: 175, ProductName: `Samsung Galaxy 22`, UnitPrice: 23490.67, Quantity: 3, ExtendedPrice: 70472.01, Freight: 820.67, Discontinued: false, Region: `West`, Address: `120 Main Street`, City: `Miami`, Country: `USA`, PostalCode: 80161 }), + new InvoicesDataItem({ ShipName: `Black Estate`, ShipAddress: `127 Main Street`, ShipCity: `Miami`, ShipPostalCode: 90183, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1494, CustomerName: `Ben Black`, CustomerFirstName: `Ben`, CustomerLastName: `Black`, CustomerAddress: `127 Main Street, Miami, USA, 90183`, Salesperson: `Pamela Smith`, OrderID: 1279, OrderDate: `2/9/2022`, ProductID: 108, ProductName: `Samsung Note`, UnitPrice: 7560.83, Quantity: 4, ExtendedPrice: 30243.32, Freight: 470.83, Discontinued: false, Region: `West`, Address: `127 Main Street`, City: `Miami`, Country: `USA`, PostalCode: 90183 }), + new InvoicesDataItem({ ShipName: `Jackson Estate`, ShipAddress: `129 Market Street`, ShipCity: `New York`, ShipPostalCode: 50067, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1495, CustomerName: `Pamela Jackson`, CustomerFirstName: `Pamela`, CustomerLastName: `Jackson`, CustomerAddress: `129 Market Street, New York, USA, 50067`, Salesperson: `Nancy Jackson`, OrderID: 1502, OrderDate: `9/25/2022`, ProductID: 175, ProductName: `Samsung Note`, UnitPrice: 24020.51, Quantity: 4, ExtendedPrice: 96082.04, Freight: 1320.51, Discontinued: false, Region: `South East`, Address: `129 Market Street`, City: `New York`, Country: `USA`, PostalCode: 50067 }), + new InvoicesDataItem({ ShipName: `Madison Townhouse`, ShipAddress: `118 Market Street`, ShipCity: `New York`, ShipPostalCode: 70088, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1496, CustomerName: `Mike Madison`, CustomerFirstName: `Mike`, CustomerLastName: `Madison`, CustomerAddress: `118 Market Street, New York, USA, 70088`, Salesperson: `Anna Watson`, OrderID: 1672, OrderDate: `7/8/2022`, ProductID: 178, ProductName: `Mac Book Air`, UnitPrice: 9150.21, Quantity: 2, ExtendedPrice: 18300.42, Freight: 470.21, Discontinued: false, Region: `West`, Address: `118 Market Street`, City: `New York`, Country: `USA`, PostalCode: 70088 }), + new InvoicesDataItem({ ShipName: `Watson Townhouse`, ShipAddress: `146 Main Street`, ShipCity: `Huston`, ShipPostalCode: 60135, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1497, CustomerName: `Mike Watson`, CustomerFirstName: `Mike`, CustomerLastName: `Watson`, CustomerAddress: `146 Main Street, Huston, USA, 60135`, Salesperson: `Anna Black`, OrderID: 1449, OrderDate: `4/4/2022`, ProductID: 194, ProductName: `IPhone`, UnitPrice: 19390.48, Quantity: 4, ExtendedPrice: 77561.92, Freight: 1350.48, Discontinued: false, Region: `North East`, Address: `146 Main Street`, City: `Huston`, Country: `USA`, PostalCode: 60135 }), + new InvoicesDataItem({ ShipName: `Jefferson Home`, ShipAddress: `146 Market Street`, ShipCity: `Huston`, ShipPostalCode: 80195, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1498, CustomerName: `Pamela Jefferson`, CustomerFirstName: `Pamela`, CustomerLastName: `Jefferson`, CustomerAddress: `146 Market Street, Huston, USA, 80195`, Salesperson: `Ben Black`, OrderID: 1100, OrderDate: `7/1/2022`, ProductID: 103, ProductName: `IPhone`, UnitPrice: 12430.89, Quantity: 3, ExtendedPrice: 37292.67, Freight: 1060.89, Discontinued: false, Region: `North East`, Address: `146 Market Street`, City: `Huston`, Country: `USA`, PostalCode: 80195 }), ]; super(...newItems.slice(0)); } diff --git a/samples/grids/grid/column-hiding-options/src/CustomersData.ts b/samples/grids/grid/column-hiding-options/src/CustomersData.ts index 8f4140d2b9..f9aa8c0893 100644 --- a/samples/grids/grid/column-hiding-options/src/CustomersData.ts +++ b/samples/grids/grid/column-hiding-options/src/CustomersData.ts @@ -22,384 +22,33 @@ export class CustomersData extends Array { super(...items); } else { const newItems = [ - new CustomersDataItem( - { - ID: `ALFKI`, - Company: `Alfreds Futterkiste`, - ContactName: `Maria Anders`, - ContactTitle: `Sales Representative`, - Address: `Obere Str. 57`, - City: `Berlin`, - Region: `East`, - PostalCode: 12209, - Country: `Germany`, - Phone: `030-0074321`, - Fax: `030-0076545` - }), - new CustomersDataItem( - { - ID: `ANATR`, - Company: `Ana Trujillo Emparedados y helados`, - ContactName: `Ana Trujillo`, - ContactTitle: `Owner`, - Address: `Avda. de la Constitución 2222`, - City: `México D.F.`, - Region: `South`, - PostalCode: 5021, - Country: `Mexico`, - Phone: `(5) 555-4729`, - Fax: `(5) 555-3745` - }), - new CustomersDataItem( - { - ID: `ANTON`, - Company: `Antonio Moreno Taquería`, - ContactName: `Antonio Moreno`, - ContactTitle: `Owner`, - Address: `Mataderos 2312`, - City: `México D.F.`, - Region: `South`, - PostalCode: 5023, - Country: `Mexico`, - Phone: `(5) 555-3932`, - Fax: `(5) 555-3745` - }), - new CustomersDataItem( - { - ID: `AROUT`, - Company: `Around the Horn`, - ContactName: `Thomas Hardy`, - ContactTitle: `Sales Representative`, - Address: `120 Hanover Sq.`, - City: `London`, - Region: `East`, - PostalCode: 22000, - Country: `UK`, - Phone: `(171) 555-7788`, - Fax: `(171) 555-6750` - }), - new CustomersDataItem( - { - ID: `BERGS`, - Company: `Berglunds snabbköp`, - ContactName: `Christina Berglund`, - ContactTitle: `Order Administrator`, - Address: `Berguvsvägen 8`, - City: `Luleå`, - Region: `South`, - PostalCode: 17000, - Country: `Sweden`, - Phone: `0921-12 34 65`, - Fax: `0921-12 34 67` - }), - new CustomersDataItem( - { - ID: `BLAUS`, - Company: `Blauer See Delikatessen`, - ContactName: `Hanna Moos`, - ContactTitle: `Sales Representative`, - Address: `Forsterstr. 57`, - City: `Mannheim`, - Region: `East`, - PostalCode: 68306, - Country: `Germany`, - Phone: `0621-08460`, - Fax: `0621-08924` - }), - new CustomersDataItem( - { - ID: `BLONP`, - Company: `Blondesddsl père et fils`, - ContactName: `Frédérique Citeaux`, - ContactTitle: `Marketing Manager`, - Address: `24, place Kléber`, - City: `Strasbourg`, - Region: `East`, - PostalCode: 67000, - Country: `France`, - Phone: `88.60.15.31`, - Fax: `88.60.15.32` - }), - new CustomersDataItem( - { - ID: `BOLID`, - Company: `Bólido Comidas preparadas`, - ContactName: `Martín Sommer`, - ContactTitle: `Owner`, - Address: `C/ Araquil, 67`, - City: `Madrid`, - Region: `East`, - PostalCode: 28023, - Country: `Spain`, - Phone: `(91) 555 22 82`, - Fax: `(91) 555 91 99` - }), - new CustomersDataItem( - { - ID: `BONAP`, - Company: `Bon app'`, - ContactName: `Laurence Lebihan`, - ContactTitle: `Owner`, - Address: `12, rue des Bouchers`, - City: `Marseille`, - Region: `West`, - PostalCode: 13008, - Country: `France`, - Phone: `91.24.45.40`, - Fax: `91.24.45.41` - }), - new CustomersDataItem( - { - ID: `BOTTM`, - Company: `Bottom-Dollar Markets`, - ContactName: `Elizabeth Lincoln`, - ContactTitle: `Accounting Manager`, - Address: `23 Tsawassen Blvd.`, - City: `Tsawassen`, - Region: `BC`, - PostalCode: 28000, - Country: `Canada`, - Phone: `(604) 555-4729`, - Fax: `(604) 555-3745` - }), - new CustomersDataItem( - { - ID: `BSBEV`, - Company: `B's Beverages`, - ContactName: `Victoria Ashworth`, - ContactTitle: `Sales Representative`, - Address: `Fauntleroy Circus`, - City: `London`, - Region: `South`, - PostalCode: 10000, - Country: `UK`, - Phone: `(171) 555-1212`, - Fax: `(5) 555-3745` - }), - new CustomersDataItem( - { - ID: `CACTU`, - Company: `Cactus Comidas para llevar`, - ContactName: `Patricio Simpson`, - ContactTitle: `Sales Agent`, - Address: `Cerrito 333`, - City: `Buenos Aires`, - Region: `East`, - PostalCode: 1010, - Country: `Argentina`, - Phone: `(1) 135-5555`, - Fax: `(1) 135-4892` - }), - new CustomersDataItem( - { - ID: `CENTC`, - Company: `Centro comercial Moctezuma`, - ContactName: `Francisco Chang`, - ContactTitle: `Marketing Manager`, - Address: `Sierras de Granada 9993`, - City: `México D.F.`, - Region: `South`, - PostalCode: 5022, - Country: `Mexico`, - Phone: `(5) 555-3392`, - Fax: `(5) 555-7293` - }), - new CustomersDataItem( - { - ID: `CHOPS`, - Company: `Chop-suey Chinese`, - ContactName: `Yang Wang`, - ContactTitle: `Owner`, - Address: `Hauptstr. 29`, - City: `Bern`, - Region: `East`, - PostalCode: 3012, - Country: `Switzerland`, - Phone: `0452-076545`, - Fax: `(5) 555-3745` - }), - new CustomersDataItem( - { - ID: `COMMI`, - Company: `Comércio Mineiro`, - ContactName: `Pedro Afonso`, - ContactTitle: `Sales Associate`, - Address: `Av. dos Lusíadas, 23`, - City: `Sao Paulo`, - Region: `SP`, - PostalCode: 34000, - Country: `Brazil`, - Phone: `(11) 555-7647`, - Fax: `(5) 555-3745` - }), - new CustomersDataItem( - { - ID: `CONSH`, - Company: `Consolidated Holdings`, - ContactName: `Elizabeth Brown`, - ContactTitle: `Sales Representative`, - Address: `Berkeley Gardens 12 Brewery`, - City: `London`, - Region: `South`, - PostalCode: 27000, - Country: `UK`, - Phone: `(171) 555-2282`, - Fax: `(171) 555-9199` - }), - new CustomersDataItem( - { - ID: `DRACD`, - Company: `Drachenblut Delikatessen`, - ContactName: `Sven Ottlieb`, - ContactTitle: `Order Administrator`, - Address: `Walserweg 21`, - City: `Aachen`, - Region: `South`, - PostalCode: 52066, - Country: `Germany`, - Phone: `0241-039123`, - Fax: `0241-059428` - }), - new CustomersDataItem( - { - ID: `DUMON`, - Company: `Du monde entier`, - ContactName: `Janine Labrune`, - ContactTitle: `Owner`, - Address: `67, rue des Cinquante Otages`, - City: `Nantes`, - Region: `East`, - PostalCode: 44000, - Country: `France`, - Phone: `40.67.88.88`, - Fax: `40.67.89.89` - }), - new CustomersDataItem( - { - ID: `EASTC`, - Company: `Eastern Connection`, - ContactName: `Ann Devon`, - ContactTitle: `Sales Agent`, - Address: `35 King George`, - City: `London`, - Region: `East`, - PostalCode: 41000, - Country: `UK`, - Phone: `(171) 555-0297`, - Fax: `(171) 555-3373` - }), - new CustomersDataItem( - { - ID: `ERNSH`, - Company: `Ernst Handel`, - ContactName: `Roland Mendel`, - ContactTitle: `Sales Manager`, - Address: `Kirchgasse 6`, - City: `Graz`, - Region: `South`, - PostalCode: 8010, - Country: `Austria`, - Phone: `7675-3425`, - Fax: `7675-3426` - }), - new CustomersDataItem( - { - ID: `FAMIA`, - Company: `Familia Arquibaldo`, - ContactName: `Aria Cruz`, - ContactTitle: `Marketing Assistant`, - Address: `Rua Orós, 92`, - City: `Sao Paulo`, - Region: `SP`, - PostalCode: 27000, - Country: `Brazil`, - Phone: `(11) 555-9857`, - Fax: `(5) 555-3745` - }), - new CustomersDataItem( - { - ID: `FISSA`, - Company: `FISSA Fabrica Inter. Salchichas S.A.`, - ContactName: `Diego Roel`, - ContactTitle: `Accounting Manager`, - Address: `C/ Moralzarzal, 86`, - City: `Madrid`, - Region: `East`, - PostalCode: 28034, - Country: `Spain`, - Phone: `(91) 555 94 44`, - Fax: `(91) 555 55 93` - }), - new CustomersDataItem( - { - ID: `FOLIG`, - Company: `Folies gourmandes`, - ContactName: `Martine Rancé`, - ContactTitle: `Assistant Sales Agent`, - Address: `184, chaussée de Tournai`, - City: `Lille`, - Region: `South`, - PostalCode: 59000, - Country: `France`, - Phone: `20.16.10.16`, - Fax: `20.16.10.17` - }), - new CustomersDataItem( - { - ID: `FOLKO`, - Company: `Folk och fä HB`, - ContactName: `Maria Larsson`, - ContactTitle: `Owner`, - Address: `Åkergatan 24`, - City: `Bräcke`, - Region: `East`, - PostalCode: 36000, - Country: `Sweden`, - Phone: `0695-34 67 21`, - Fax: `0695 33-4455` - }), - new CustomersDataItem( - { - ID: `FRANK`, - Company: `Frankenversand`, - ContactName: `Peter Franken`, - ContactTitle: `Marketing Manager`, - Address: `Berliner Platz 43`, - City: `München`, - Region: `East`, - PostalCode: 80805, - Country: `Germany`, - Phone: `089-0877310`, - Fax: `089-0877451` - }), - new CustomersDataItem( - { - ID: `FRANR`, - Company: `France restauration`, - ContactName: `Carine Schmitt`, - ContactTitle: `Marketing Manager`, - Address: `54, rue Royale`, - City: `Nantes`, - Region: `South`, - PostalCode: 44000, - Country: `France`, - Phone: `40.32.21.21`, - Fax: `40.32.21.20` - }), - new CustomersDataItem( - { - ID: `FRANS`, - Company: `Franchi S.p.A.`, - ContactName: `Paolo Accorti`, - ContactTitle: `Sales Representative`, - Address: `Via Monte Bianco 34`, - City: `Torino`, - Region: `East`, - PostalCode: 10100, - Country: `Italy`, - Phone: `011-4988260`, - Fax: `011-4988261` - }), + new CustomersDataItem({ ID: `ALFKI`, Company: `Alfreds Futterkiste`, ContactName: `Maria Anders`, ContactTitle: `Sales Representative`, Address: `Obere Str. 57`, City: `Berlin`, Region: `East`, PostalCode: 12209, Country: `Germany`, Phone: `030-0074321`, Fax: `030-0076545` }), + new CustomersDataItem({ ID: `ANATR`, Company: `Ana Trujillo Emparedados y helados`, ContactName: `Ana Trujillo`, ContactTitle: `Owner`, Address: `Avda. de la Constitución 2222`, City: `México D.F.`, Region: `South`, PostalCode: 5021, Country: `Mexico`, Phone: `(5) 555-4729`, Fax: `(5) 555-3745` }), + new CustomersDataItem({ ID: `ANTON`, Company: `Antonio Moreno Taquería`, ContactName: `Antonio Moreno`, ContactTitle: `Owner`, Address: `Mataderos 2312`, City: `México D.F.`, Region: `South`, PostalCode: 5023, Country: `Mexico`, Phone: `(5) 555-3932`, Fax: `(5) 555-3745` }), + new CustomersDataItem({ ID: `AROUT`, Company: `Around the Horn`, ContactName: `Thomas Hardy`, ContactTitle: `Sales Representative`, Address: `120 Hanover Sq.`, City: `London`, Region: `East`, PostalCode: 22000, Country: `UK`, Phone: `(171) 555-7788`, Fax: `(171) 555-6750` }), + new CustomersDataItem({ ID: `BERGS`, Company: `Berglunds snabbköp`, ContactName: `Christina Berglund`, ContactTitle: `Order Administrator`, Address: `Berguvsvägen 8`, City: `Luleå`, Region: `South`, PostalCode: 17000, Country: `Sweden`, Phone: `0921-12 34 65`, Fax: `0921-12 34 67` }), + new CustomersDataItem({ ID: `BLAUS`, Company: `Blauer See Delikatessen`, ContactName: `Hanna Moos`, ContactTitle: `Sales Representative`, Address: `Forsterstr. 57`, City: `Mannheim`, Region: `East`, PostalCode: 68306, Country: `Germany`, Phone: `0621-08460`, Fax: `0621-08924` }), + new CustomersDataItem({ ID: `BLONP`, Company: `Blondesddsl père et fils`, ContactName: `Frédérique Citeaux`, ContactTitle: `Marketing Manager`, Address: `24, place Kléber`, City: `Strasbourg`, Region: `East`, PostalCode: 67000, Country: `France`, Phone: `88.60.15.31`, Fax: `88.60.15.32` }), + new CustomersDataItem({ ID: `BOLID`, Company: `Bólido Comidas preparadas`, ContactName: `Martín Sommer`, ContactTitle: `Owner`, Address: `C/ Araquil, 67`, City: `Madrid`, Region: `East`, PostalCode: 28023, Country: `Spain`, Phone: `(91) 555 22 82`, Fax: `(91) 555 91 99` }), + new CustomersDataItem({ ID: `BONAP`, Company: `Bon app'`, ContactName: `Laurence Lebihan`, ContactTitle: `Owner`, Address: `12, rue des Bouchers`, City: `Marseille`, Region: `West`, PostalCode: 13008, Country: `France`, Phone: `91.24.45.40`, Fax: `91.24.45.41` }), + new CustomersDataItem({ ID: `BOTTM`, Company: `Bottom-Dollar Markets`, ContactName: `Elizabeth Lincoln`, ContactTitle: `Accounting Manager`, Address: `23 Tsawassen Blvd.`, City: `Tsawassen`, Region: `BC`, PostalCode: 28000, Country: `Canada`, Phone: `(604) 555-4729`, Fax: `(604) 555-3745` }), + new CustomersDataItem({ ID: `BSBEV`, Company: `B's Beverages`, ContactName: `Victoria Ashworth`, ContactTitle: `Sales Representative`, Address: `Fauntleroy Circus`, City: `London`, Region: `South`, PostalCode: 10000, Country: `UK`, Phone: `(171) 555-1212`, Fax: `(5) 555-3745` }), + new CustomersDataItem({ ID: `CACTU`, Company: `Cactus Comidas para llevar`, ContactName: `Patricio Simpson`, ContactTitle: `Sales Agent`, Address: `Cerrito 333`, City: `Buenos Aires`, Region: `East`, PostalCode: 1010, Country: `Argentina`, Phone: `(1) 135-5555`, Fax: `(1) 135-4892` }), + new CustomersDataItem({ ID: `CENTC`, Company: `Centro comercial Moctezuma`, ContactName: `Francisco Chang`, ContactTitle: `Marketing Manager`, Address: `Sierras de Granada 9993`, City: `México D.F.`, Region: `South`, PostalCode: 5022, Country: `Mexico`, Phone: `(5) 555-3392`, Fax: `(5) 555-7293` }), + new CustomersDataItem({ ID: `CHOPS`, Company: `Chop-suey Chinese`, ContactName: `Yang Wang`, ContactTitle: `Owner`, Address: `Hauptstr. 29`, City: `Bern`, Region: `East`, PostalCode: 3012, Country: `Switzerland`, Phone: `0452-076545`, Fax: `(5) 555-3745` }), + new CustomersDataItem({ ID: `COMMI`, Company: `Comércio Mineiro`, ContactName: `Pedro Afonso`, ContactTitle: `Sales Associate`, Address: `Av. dos Lusíadas, 23`, City: `Sao Paulo`, Region: `SP`, PostalCode: 34000, Country: `Brazil`, Phone: `(11) 555-7647`, Fax: `(5) 555-3745` }), + new CustomersDataItem({ ID: `CONSH`, Company: `Consolidated Holdings`, ContactName: `Elizabeth Brown`, ContactTitle: `Sales Representative`, Address: `Berkeley Gardens 12 Brewery`, City: `London`, Region: `South`, PostalCode: 27000, Country: `UK`, Phone: `(171) 555-2282`, Fax: `(171) 555-9199` }), + new CustomersDataItem({ ID: `DRACD`, Company: `Drachenblut Delikatessen`, ContactName: `Sven Ottlieb`, ContactTitle: `Order Administrator`, Address: `Walserweg 21`, City: `Aachen`, Region: `South`, PostalCode: 52066, Country: `Germany`, Phone: `0241-039123`, Fax: `0241-059428` }), + new CustomersDataItem({ ID: `DUMON`, Company: `Du monde entier`, ContactName: `Janine Labrune`, ContactTitle: `Owner`, Address: `67, rue des Cinquante Otages`, City: `Nantes`, Region: `East`, PostalCode: 44000, Country: `France`, Phone: `40.67.88.88`, Fax: `40.67.89.89` }), + new CustomersDataItem({ ID: `EASTC`, Company: `Eastern Connection`, ContactName: `Ann Devon`, ContactTitle: `Sales Agent`, Address: `35 King George`, City: `London`, Region: `East`, PostalCode: 41000, Country: `UK`, Phone: `(171) 555-0297`, Fax: `(171) 555-3373` }), + new CustomersDataItem({ ID: `ERNSH`, Company: `Ernst Handel`, ContactName: `Roland Mendel`, ContactTitle: `Sales Manager`, Address: `Kirchgasse 6`, City: `Graz`, Region: `South`, PostalCode: 8010, Country: `Austria`, Phone: `7675-3425`, Fax: `7675-3426` }), + new CustomersDataItem({ ID: `FAMIA`, Company: `Familia Arquibaldo`, ContactName: `Aria Cruz`, ContactTitle: `Marketing Assistant`, Address: `Rua Orós, 92`, City: `Sao Paulo`, Region: `SP`, PostalCode: 27000, Country: `Brazil`, Phone: `(11) 555-9857`, Fax: `(5) 555-3745` }), + new CustomersDataItem({ ID: `FISSA`, Company: `FISSA Fabrica Inter. Salchichas S.A.`, ContactName: `Diego Roel`, ContactTitle: `Accounting Manager`, Address: `C/ Moralzarzal, 86`, City: `Madrid`, Region: `East`, PostalCode: 28034, Country: `Spain`, Phone: `(91) 555 94 44`, Fax: `(91) 555 55 93` }), + new CustomersDataItem({ ID: `FOLIG`, Company: `Folies gourmandes`, ContactName: `Martine Rancé`, ContactTitle: `Assistant Sales Agent`, Address: `184, chaussée de Tournai`, City: `Lille`, Region: `South`, PostalCode: 59000, Country: `France`, Phone: `20.16.10.16`, Fax: `20.16.10.17` }), + new CustomersDataItem({ ID: `FOLKO`, Company: `Folk och fä HB`, ContactName: `Maria Larsson`, ContactTitle: `Owner`, Address: `Åkergatan 24`, City: `Bräcke`, Region: `East`, PostalCode: 36000, Country: `Sweden`, Phone: `0695-34 67 21`, Fax: `0695 33-4455` }), + new CustomersDataItem({ ID: `FRANK`, Company: `Frankenversand`, ContactName: `Peter Franken`, ContactTitle: `Marketing Manager`, Address: `Berliner Platz 43`, City: `München`, Region: `East`, PostalCode: 80805, Country: `Germany`, Phone: `089-0877310`, Fax: `089-0877451` }), + new CustomersDataItem({ ID: `FRANR`, Company: `France restauration`, ContactName: `Carine Schmitt`, ContactTitle: `Marketing Manager`, Address: `54, rue Royale`, City: `Nantes`, Region: `South`, PostalCode: 44000, Country: `France`, Phone: `40.32.21.21`, Fax: `40.32.21.20` }), + new CustomersDataItem({ ID: `FRANS`, Company: `Franchi S.p.A.`, ContactName: `Paolo Accorti`, ContactTitle: `Sales Representative`, Address: `Via Monte Bianco 34`, City: `Torino`, Region: `East`, PostalCode: 10100, Country: `Italy`, Phone: `011-4988260`, Fax: `011-4988261` }), ]; super(...newItems.slice(0)); } diff --git a/samples/grids/grid/column-hiding-toolbar-style/src/CustomersData.ts b/samples/grids/grid/column-hiding-toolbar-style/src/CustomersData.ts index 8f4140d2b9..f9aa8c0893 100644 --- a/samples/grids/grid/column-hiding-toolbar-style/src/CustomersData.ts +++ b/samples/grids/grid/column-hiding-toolbar-style/src/CustomersData.ts @@ -22,384 +22,33 @@ export class CustomersData extends Array { super(...items); } else { const newItems = [ - new CustomersDataItem( - { - ID: `ALFKI`, - Company: `Alfreds Futterkiste`, - ContactName: `Maria Anders`, - ContactTitle: `Sales Representative`, - Address: `Obere Str. 57`, - City: `Berlin`, - Region: `East`, - PostalCode: 12209, - Country: `Germany`, - Phone: `030-0074321`, - Fax: `030-0076545` - }), - new CustomersDataItem( - { - ID: `ANATR`, - Company: `Ana Trujillo Emparedados y helados`, - ContactName: `Ana Trujillo`, - ContactTitle: `Owner`, - Address: `Avda. de la Constitución 2222`, - City: `México D.F.`, - Region: `South`, - PostalCode: 5021, - Country: `Mexico`, - Phone: `(5) 555-4729`, - Fax: `(5) 555-3745` - }), - new CustomersDataItem( - { - ID: `ANTON`, - Company: `Antonio Moreno Taquería`, - ContactName: `Antonio Moreno`, - ContactTitle: `Owner`, - Address: `Mataderos 2312`, - City: `México D.F.`, - Region: `South`, - PostalCode: 5023, - Country: `Mexico`, - Phone: `(5) 555-3932`, - Fax: `(5) 555-3745` - }), - new CustomersDataItem( - { - ID: `AROUT`, - Company: `Around the Horn`, - ContactName: `Thomas Hardy`, - ContactTitle: `Sales Representative`, - Address: `120 Hanover Sq.`, - City: `London`, - Region: `East`, - PostalCode: 22000, - Country: `UK`, - Phone: `(171) 555-7788`, - Fax: `(171) 555-6750` - }), - new CustomersDataItem( - { - ID: `BERGS`, - Company: `Berglunds snabbköp`, - ContactName: `Christina Berglund`, - ContactTitle: `Order Administrator`, - Address: `Berguvsvägen 8`, - City: `Luleå`, - Region: `South`, - PostalCode: 17000, - Country: `Sweden`, - Phone: `0921-12 34 65`, - Fax: `0921-12 34 67` - }), - new CustomersDataItem( - { - ID: `BLAUS`, - Company: `Blauer See Delikatessen`, - ContactName: `Hanna Moos`, - ContactTitle: `Sales Representative`, - Address: `Forsterstr. 57`, - City: `Mannheim`, - Region: `East`, - PostalCode: 68306, - Country: `Germany`, - Phone: `0621-08460`, - Fax: `0621-08924` - }), - new CustomersDataItem( - { - ID: `BLONP`, - Company: `Blondesddsl père et fils`, - ContactName: `Frédérique Citeaux`, - ContactTitle: `Marketing Manager`, - Address: `24, place Kléber`, - City: `Strasbourg`, - Region: `East`, - PostalCode: 67000, - Country: `France`, - Phone: `88.60.15.31`, - Fax: `88.60.15.32` - }), - new CustomersDataItem( - { - ID: `BOLID`, - Company: `Bólido Comidas preparadas`, - ContactName: `Martín Sommer`, - ContactTitle: `Owner`, - Address: `C/ Araquil, 67`, - City: `Madrid`, - Region: `East`, - PostalCode: 28023, - Country: `Spain`, - Phone: `(91) 555 22 82`, - Fax: `(91) 555 91 99` - }), - new CustomersDataItem( - { - ID: `BONAP`, - Company: `Bon app'`, - ContactName: `Laurence Lebihan`, - ContactTitle: `Owner`, - Address: `12, rue des Bouchers`, - City: `Marseille`, - Region: `West`, - PostalCode: 13008, - Country: `France`, - Phone: `91.24.45.40`, - Fax: `91.24.45.41` - }), - new CustomersDataItem( - { - ID: `BOTTM`, - Company: `Bottom-Dollar Markets`, - ContactName: `Elizabeth Lincoln`, - ContactTitle: `Accounting Manager`, - Address: `23 Tsawassen Blvd.`, - City: `Tsawassen`, - Region: `BC`, - PostalCode: 28000, - Country: `Canada`, - Phone: `(604) 555-4729`, - Fax: `(604) 555-3745` - }), - new CustomersDataItem( - { - ID: `BSBEV`, - Company: `B's Beverages`, - ContactName: `Victoria Ashworth`, - ContactTitle: `Sales Representative`, - Address: `Fauntleroy Circus`, - City: `London`, - Region: `South`, - PostalCode: 10000, - Country: `UK`, - Phone: `(171) 555-1212`, - Fax: `(5) 555-3745` - }), - new CustomersDataItem( - { - ID: `CACTU`, - Company: `Cactus Comidas para llevar`, - ContactName: `Patricio Simpson`, - ContactTitle: `Sales Agent`, - Address: `Cerrito 333`, - City: `Buenos Aires`, - Region: `East`, - PostalCode: 1010, - Country: `Argentina`, - Phone: `(1) 135-5555`, - Fax: `(1) 135-4892` - }), - new CustomersDataItem( - { - ID: `CENTC`, - Company: `Centro comercial Moctezuma`, - ContactName: `Francisco Chang`, - ContactTitle: `Marketing Manager`, - Address: `Sierras de Granada 9993`, - City: `México D.F.`, - Region: `South`, - PostalCode: 5022, - Country: `Mexico`, - Phone: `(5) 555-3392`, - Fax: `(5) 555-7293` - }), - new CustomersDataItem( - { - ID: `CHOPS`, - Company: `Chop-suey Chinese`, - ContactName: `Yang Wang`, - ContactTitle: `Owner`, - Address: `Hauptstr. 29`, - City: `Bern`, - Region: `East`, - PostalCode: 3012, - Country: `Switzerland`, - Phone: `0452-076545`, - Fax: `(5) 555-3745` - }), - new CustomersDataItem( - { - ID: `COMMI`, - Company: `Comércio Mineiro`, - ContactName: `Pedro Afonso`, - ContactTitle: `Sales Associate`, - Address: `Av. dos Lusíadas, 23`, - City: `Sao Paulo`, - Region: `SP`, - PostalCode: 34000, - Country: `Brazil`, - Phone: `(11) 555-7647`, - Fax: `(5) 555-3745` - }), - new CustomersDataItem( - { - ID: `CONSH`, - Company: `Consolidated Holdings`, - ContactName: `Elizabeth Brown`, - ContactTitle: `Sales Representative`, - Address: `Berkeley Gardens 12 Brewery`, - City: `London`, - Region: `South`, - PostalCode: 27000, - Country: `UK`, - Phone: `(171) 555-2282`, - Fax: `(171) 555-9199` - }), - new CustomersDataItem( - { - ID: `DRACD`, - Company: `Drachenblut Delikatessen`, - ContactName: `Sven Ottlieb`, - ContactTitle: `Order Administrator`, - Address: `Walserweg 21`, - City: `Aachen`, - Region: `South`, - PostalCode: 52066, - Country: `Germany`, - Phone: `0241-039123`, - Fax: `0241-059428` - }), - new CustomersDataItem( - { - ID: `DUMON`, - Company: `Du monde entier`, - ContactName: `Janine Labrune`, - ContactTitle: `Owner`, - Address: `67, rue des Cinquante Otages`, - City: `Nantes`, - Region: `East`, - PostalCode: 44000, - Country: `France`, - Phone: `40.67.88.88`, - Fax: `40.67.89.89` - }), - new CustomersDataItem( - { - ID: `EASTC`, - Company: `Eastern Connection`, - ContactName: `Ann Devon`, - ContactTitle: `Sales Agent`, - Address: `35 King George`, - City: `London`, - Region: `East`, - PostalCode: 41000, - Country: `UK`, - Phone: `(171) 555-0297`, - Fax: `(171) 555-3373` - }), - new CustomersDataItem( - { - ID: `ERNSH`, - Company: `Ernst Handel`, - ContactName: `Roland Mendel`, - ContactTitle: `Sales Manager`, - Address: `Kirchgasse 6`, - City: `Graz`, - Region: `South`, - PostalCode: 8010, - Country: `Austria`, - Phone: `7675-3425`, - Fax: `7675-3426` - }), - new CustomersDataItem( - { - ID: `FAMIA`, - Company: `Familia Arquibaldo`, - ContactName: `Aria Cruz`, - ContactTitle: `Marketing Assistant`, - Address: `Rua Orós, 92`, - City: `Sao Paulo`, - Region: `SP`, - PostalCode: 27000, - Country: `Brazil`, - Phone: `(11) 555-9857`, - Fax: `(5) 555-3745` - }), - new CustomersDataItem( - { - ID: `FISSA`, - Company: `FISSA Fabrica Inter. Salchichas S.A.`, - ContactName: `Diego Roel`, - ContactTitle: `Accounting Manager`, - Address: `C/ Moralzarzal, 86`, - City: `Madrid`, - Region: `East`, - PostalCode: 28034, - Country: `Spain`, - Phone: `(91) 555 94 44`, - Fax: `(91) 555 55 93` - }), - new CustomersDataItem( - { - ID: `FOLIG`, - Company: `Folies gourmandes`, - ContactName: `Martine Rancé`, - ContactTitle: `Assistant Sales Agent`, - Address: `184, chaussée de Tournai`, - City: `Lille`, - Region: `South`, - PostalCode: 59000, - Country: `France`, - Phone: `20.16.10.16`, - Fax: `20.16.10.17` - }), - new CustomersDataItem( - { - ID: `FOLKO`, - Company: `Folk och fä HB`, - ContactName: `Maria Larsson`, - ContactTitle: `Owner`, - Address: `Åkergatan 24`, - City: `Bräcke`, - Region: `East`, - PostalCode: 36000, - Country: `Sweden`, - Phone: `0695-34 67 21`, - Fax: `0695 33-4455` - }), - new CustomersDataItem( - { - ID: `FRANK`, - Company: `Frankenversand`, - ContactName: `Peter Franken`, - ContactTitle: `Marketing Manager`, - Address: `Berliner Platz 43`, - City: `München`, - Region: `East`, - PostalCode: 80805, - Country: `Germany`, - Phone: `089-0877310`, - Fax: `089-0877451` - }), - new CustomersDataItem( - { - ID: `FRANR`, - Company: `France restauration`, - ContactName: `Carine Schmitt`, - ContactTitle: `Marketing Manager`, - Address: `54, rue Royale`, - City: `Nantes`, - Region: `South`, - PostalCode: 44000, - Country: `France`, - Phone: `40.32.21.21`, - Fax: `40.32.21.20` - }), - new CustomersDataItem( - { - ID: `FRANS`, - Company: `Franchi S.p.A.`, - ContactName: `Paolo Accorti`, - ContactTitle: `Sales Representative`, - Address: `Via Monte Bianco 34`, - City: `Torino`, - Region: `East`, - PostalCode: 10100, - Country: `Italy`, - Phone: `011-4988260`, - Fax: `011-4988261` - }), + new CustomersDataItem({ ID: `ALFKI`, Company: `Alfreds Futterkiste`, ContactName: `Maria Anders`, ContactTitle: `Sales Representative`, Address: `Obere Str. 57`, City: `Berlin`, Region: `East`, PostalCode: 12209, Country: `Germany`, Phone: `030-0074321`, Fax: `030-0076545` }), + new CustomersDataItem({ ID: `ANATR`, Company: `Ana Trujillo Emparedados y helados`, ContactName: `Ana Trujillo`, ContactTitle: `Owner`, Address: `Avda. de la Constitución 2222`, City: `México D.F.`, Region: `South`, PostalCode: 5021, Country: `Mexico`, Phone: `(5) 555-4729`, Fax: `(5) 555-3745` }), + new CustomersDataItem({ ID: `ANTON`, Company: `Antonio Moreno Taquería`, ContactName: `Antonio Moreno`, ContactTitle: `Owner`, Address: `Mataderos 2312`, City: `México D.F.`, Region: `South`, PostalCode: 5023, Country: `Mexico`, Phone: `(5) 555-3932`, Fax: `(5) 555-3745` }), + new CustomersDataItem({ ID: `AROUT`, Company: `Around the Horn`, ContactName: `Thomas Hardy`, ContactTitle: `Sales Representative`, Address: `120 Hanover Sq.`, City: `London`, Region: `East`, PostalCode: 22000, Country: `UK`, Phone: `(171) 555-7788`, Fax: `(171) 555-6750` }), + new CustomersDataItem({ ID: `BERGS`, Company: `Berglunds snabbköp`, ContactName: `Christina Berglund`, ContactTitle: `Order Administrator`, Address: `Berguvsvägen 8`, City: `Luleå`, Region: `South`, PostalCode: 17000, Country: `Sweden`, Phone: `0921-12 34 65`, Fax: `0921-12 34 67` }), + new CustomersDataItem({ ID: `BLAUS`, Company: `Blauer See Delikatessen`, ContactName: `Hanna Moos`, ContactTitle: `Sales Representative`, Address: `Forsterstr. 57`, City: `Mannheim`, Region: `East`, PostalCode: 68306, Country: `Germany`, Phone: `0621-08460`, Fax: `0621-08924` }), + new CustomersDataItem({ ID: `BLONP`, Company: `Blondesddsl père et fils`, ContactName: `Frédérique Citeaux`, ContactTitle: `Marketing Manager`, Address: `24, place Kléber`, City: `Strasbourg`, Region: `East`, PostalCode: 67000, Country: `France`, Phone: `88.60.15.31`, Fax: `88.60.15.32` }), + new CustomersDataItem({ ID: `BOLID`, Company: `Bólido Comidas preparadas`, ContactName: `Martín Sommer`, ContactTitle: `Owner`, Address: `C/ Araquil, 67`, City: `Madrid`, Region: `East`, PostalCode: 28023, Country: `Spain`, Phone: `(91) 555 22 82`, Fax: `(91) 555 91 99` }), + new CustomersDataItem({ ID: `BONAP`, Company: `Bon app'`, ContactName: `Laurence Lebihan`, ContactTitle: `Owner`, Address: `12, rue des Bouchers`, City: `Marseille`, Region: `West`, PostalCode: 13008, Country: `France`, Phone: `91.24.45.40`, Fax: `91.24.45.41` }), + new CustomersDataItem({ ID: `BOTTM`, Company: `Bottom-Dollar Markets`, ContactName: `Elizabeth Lincoln`, ContactTitle: `Accounting Manager`, Address: `23 Tsawassen Blvd.`, City: `Tsawassen`, Region: `BC`, PostalCode: 28000, Country: `Canada`, Phone: `(604) 555-4729`, Fax: `(604) 555-3745` }), + new CustomersDataItem({ ID: `BSBEV`, Company: `B's Beverages`, ContactName: `Victoria Ashworth`, ContactTitle: `Sales Representative`, Address: `Fauntleroy Circus`, City: `London`, Region: `South`, PostalCode: 10000, Country: `UK`, Phone: `(171) 555-1212`, Fax: `(5) 555-3745` }), + new CustomersDataItem({ ID: `CACTU`, Company: `Cactus Comidas para llevar`, ContactName: `Patricio Simpson`, ContactTitle: `Sales Agent`, Address: `Cerrito 333`, City: `Buenos Aires`, Region: `East`, PostalCode: 1010, Country: `Argentina`, Phone: `(1) 135-5555`, Fax: `(1) 135-4892` }), + new CustomersDataItem({ ID: `CENTC`, Company: `Centro comercial Moctezuma`, ContactName: `Francisco Chang`, ContactTitle: `Marketing Manager`, Address: `Sierras de Granada 9993`, City: `México D.F.`, Region: `South`, PostalCode: 5022, Country: `Mexico`, Phone: `(5) 555-3392`, Fax: `(5) 555-7293` }), + new CustomersDataItem({ ID: `CHOPS`, Company: `Chop-suey Chinese`, ContactName: `Yang Wang`, ContactTitle: `Owner`, Address: `Hauptstr. 29`, City: `Bern`, Region: `East`, PostalCode: 3012, Country: `Switzerland`, Phone: `0452-076545`, Fax: `(5) 555-3745` }), + new CustomersDataItem({ ID: `COMMI`, Company: `Comércio Mineiro`, ContactName: `Pedro Afonso`, ContactTitle: `Sales Associate`, Address: `Av. dos Lusíadas, 23`, City: `Sao Paulo`, Region: `SP`, PostalCode: 34000, Country: `Brazil`, Phone: `(11) 555-7647`, Fax: `(5) 555-3745` }), + new CustomersDataItem({ ID: `CONSH`, Company: `Consolidated Holdings`, ContactName: `Elizabeth Brown`, ContactTitle: `Sales Representative`, Address: `Berkeley Gardens 12 Brewery`, City: `London`, Region: `South`, PostalCode: 27000, Country: `UK`, Phone: `(171) 555-2282`, Fax: `(171) 555-9199` }), + new CustomersDataItem({ ID: `DRACD`, Company: `Drachenblut Delikatessen`, ContactName: `Sven Ottlieb`, ContactTitle: `Order Administrator`, Address: `Walserweg 21`, City: `Aachen`, Region: `South`, PostalCode: 52066, Country: `Germany`, Phone: `0241-039123`, Fax: `0241-059428` }), + new CustomersDataItem({ ID: `DUMON`, Company: `Du monde entier`, ContactName: `Janine Labrune`, ContactTitle: `Owner`, Address: `67, rue des Cinquante Otages`, City: `Nantes`, Region: `East`, PostalCode: 44000, Country: `France`, Phone: `40.67.88.88`, Fax: `40.67.89.89` }), + new CustomersDataItem({ ID: `EASTC`, Company: `Eastern Connection`, ContactName: `Ann Devon`, ContactTitle: `Sales Agent`, Address: `35 King George`, City: `London`, Region: `East`, PostalCode: 41000, Country: `UK`, Phone: `(171) 555-0297`, Fax: `(171) 555-3373` }), + new CustomersDataItem({ ID: `ERNSH`, Company: `Ernst Handel`, ContactName: `Roland Mendel`, ContactTitle: `Sales Manager`, Address: `Kirchgasse 6`, City: `Graz`, Region: `South`, PostalCode: 8010, Country: `Austria`, Phone: `7675-3425`, Fax: `7675-3426` }), + new CustomersDataItem({ ID: `FAMIA`, Company: `Familia Arquibaldo`, ContactName: `Aria Cruz`, ContactTitle: `Marketing Assistant`, Address: `Rua Orós, 92`, City: `Sao Paulo`, Region: `SP`, PostalCode: 27000, Country: `Brazil`, Phone: `(11) 555-9857`, Fax: `(5) 555-3745` }), + new CustomersDataItem({ ID: `FISSA`, Company: `FISSA Fabrica Inter. Salchichas S.A.`, ContactName: `Diego Roel`, ContactTitle: `Accounting Manager`, Address: `C/ Moralzarzal, 86`, City: `Madrid`, Region: `East`, PostalCode: 28034, Country: `Spain`, Phone: `(91) 555 94 44`, Fax: `(91) 555 55 93` }), + new CustomersDataItem({ ID: `FOLIG`, Company: `Folies gourmandes`, ContactName: `Martine Rancé`, ContactTitle: `Assistant Sales Agent`, Address: `184, chaussée de Tournai`, City: `Lille`, Region: `South`, PostalCode: 59000, Country: `France`, Phone: `20.16.10.16`, Fax: `20.16.10.17` }), + new CustomersDataItem({ ID: `FOLKO`, Company: `Folk och fä HB`, ContactName: `Maria Larsson`, ContactTitle: `Owner`, Address: `Åkergatan 24`, City: `Bräcke`, Region: `East`, PostalCode: 36000, Country: `Sweden`, Phone: `0695-34 67 21`, Fax: `0695 33-4455` }), + new CustomersDataItem({ ID: `FRANK`, Company: `Frankenversand`, ContactName: `Peter Franken`, ContactTitle: `Marketing Manager`, Address: `Berliner Platz 43`, City: `München`, Region: `East`, PostalCode: 80805, Country: `Germany`, Phone: `089-0877310`, Fax: `089-0877451` }), + new CustomersDataItem({ ID: `FRANR`, Company: `France restauration`, ContactName: `Carine Schmitt`, ContactTitle: `Marketing Manager`, Address: `54, rue Royale`, City: `Nantes`, Region: `South`, PostalCode: 44000, Country: `France`, Phone: `40.32.21.21`, Fax: `40.32.21.20` }), + new CustomersDataItem({ ID: `FRANS`, Company: `Franchi S.p.A.`, ContactName: `Paolo Accorti`, ContactTitle: `Sales Representative`, Address: `Via Monte Bianco 34`, City: `Torino`, Region: `East`, PostalCode: 10100, Country: `Italy`, Phone: `011-4988260`, Fax: `011-4988261` }), ]; super(...newItems.slice(0)); } diff --git a/samples/grids/grid/column-hiding-toolbar/src/CustomersData.ts b/samples/grids/grid/column-hiding-toolbar/src/CustomersData.ts index 8f4140d2b9..f9aa8c0893 100644 --- a/samples/grids/grid/column-hiding-toolbar/src/CustomersData.ts +++ b/samples/grids/grid/column-hiding-toolbar/src/CustomersData.ts @@ -22,384 +22,33 @@ export class CustomersData extends Array { super(...items); } else { const newItems = [ - new CustomersDataItem( - { - ID: `ALFKI`, - Company: `Alfreds Futterkiste`, - ContactName: `Maria Anders`, - ContactTitle: `Sales Representative`, - Address: `Obere Str. 57`, - City: `Berlin`, - Region: `East`, - PostalCode: 12209, - Country: `Germany`, - Phone: `030-0074321`, - Fax: `030-0076545` - }), - new CustomersDataItem( - { - ID: `ANATR`, - Company: `Ana Trujillo Emparedados y helados`, - ContactName: `Ana Trujillo`, - ContactTitle: `Owner`, - Address: `Avda. de la Constitución 2222`, - City: `México D.F.`, - Region: `South`, - PostalCode: 5021, - Country: `Mexico`, - Phone: `(5) 555-4729`, - Fax: `(5) 555-3745` - }), - new CustomersDataItem( - { - ID: `ANTON`, - Company: `Antonio Moreno Taquería`, - ContactName: `Antonio Moreno`, - ContactTitle: `Owner`, - Address: `Mataderos 2312`, - City: `México D.F.`, - Region: `South`, - PostalCode: 5023, - Country: `Mexico`, - Phone: `(5) 555-3932`, - Fax: `(5) 555-3745` - }), - new CustomersDataItem( - { - ID: `AROUT`, - Company: `Around the Horn`, - ContactName: `Thomas Hardy`, - ContactTitle: `Sales Representative`, - Address: `120 Hanover Sq.`, - City: `London`, - Region: `East`, - PostalCode: 22000, - Country: `UK`, - Phone: `(171) 555-7788`, - Fax: `(171) 555-6750` - }), - new CustomersDataItem( - { - ID: `BERGS`, - Company: `Berglunds snabbköp`, - ContactName: `Christina Berglund`, - ContactTitle: `Order Administrator`, - Address: `Berguvsvägen 8`, - City: `Luleå`, - Region: `South`, - PostalCode: 17000, - Country: `Sweden`, - Phone: `0921-12 34 65`, - Fax: `0921-12 34 67` - }), - new CustomersDataItem( - { - ID: `BLAUS`, - Company: `Blauer See Delikatessen`, - ContactName: `Hanna Moos`, - ContactTitle: `Sales Representative`, - Address: `Forsterstr. 57`, - City: `Mannheim`, - Region: `East`, - PostalCode: 68306, - Country: `Germany`, - Phone: `0621-08460`, - Fax: `0621-08924` - }), - new CustomersDataItem( - { - ID: `BLONP`, - Company: `Blondesddsl père et fils`, - ContactName: `Frédérique Citeaux`, - ContactTitle: `Marketing Manager`, - Address: `24, place Kléber`, - City: `Strasbourg`, - Region: `East`, - PostalCode: 67000, - Country: `France`, - Phone: `88.60.15.31`, - Fax: `88.60.15.32` - }), - new CustomersDataItem( - { - ID: `BOLID`, - Company: `Bólido Comidas preparadas`, - ContactName: `Martín Sommer`, - ContactTitle: `Owner`, - Address: `C/ Araquil, 67`, - City: `Madrid`, - Region: `East`, - PostalCode: 28023, - Country: `Spain`, - Phone: `(91) 555 22 82`, - Fax: `(91) 555 91 99` - }), - new CustomersDataItem( - { - ID: `BONAP`, - Company: `Bon app'`, - ContactName: `Laurence Lebihan`, - ContactTitle: `Owner`, - Address: `12, rue des Bouchers`, - City: `Marseille`, - Region: `West`, - PostalCode: 13008, - Country: `France`, - Phone: `91.24.45.40`, - Fax: `91.24.45.41` - }), - new CustomersDataItem( - { - ID: `BOTTM`, - Company: `Bottom-Dollar Markets`, - ContactName: `Elizabeth Lincoln`, - ContactTitle: `Accounting Manager`, - Address: `23 Tsawassen Blvd.`, - City: `Tsawassen`, - Region: `BC`, - PostalCode: 28000, - Country: `Canada`, - Phone: `(604) 555-4729`, - Fax: `(604) 555-3745` - }), - new CustomersDataItem( - { - ID: `BSBEV`, - Company: `B's Beverages`, - ContactName: `Victoria Ashworth`, - ContactTitle: `Sales Representative`, - Address: `Fauntleroy Circus`, - City: `London`, - Region: `South`, - PostalCode: 10000, - Country: `UK`, - Phone: `(171) 555-1212`, - Fax: `(5) 555-3745` - }), - new CustomersDataItem( - { - ID: `CACTU`, - Company: `Cactus Comidas para llevar`, - ContactName: `Patricio Simpson`, - ContactTitle: `Sales Agent`, - Address: `Cerrito 333`, - City: `Buenos Aires`, - Region: `East`, - PostalCode: 1010, - Country: `Argentina`, - Phone: `(1) 135-5555`, - Fax: `(1) 135-4892` - }), - new CustomersDataItem( - { - ID: `CENTC`, - Company: `Centro comercial Moctezuma`, - ContactName: `Francisco Chang`, - ContactTitle: `Marketing Manager`, - Address: `Sierras de Granada 9993`, - City: `México D.F.`, - Region: `South`, - PostalCode: 5022, - Country: `Mexico`, - Phone: `(5) 555-3392`, - Fax: `(5) 555-7293` - }), - new CustomersDataItem( - { - ID: `CHOPS`, - Company: `Chop-suey Chinese`, - ContactName: `Yang Wang`, - ContactTitle: `Owner`, - Address: `Hauptstr. 29`, - City: `Bern`, - Region: `East`, - PostalCode: 3012, - Country: `Switzerland`, - Phone: `0452-076545`, - Fax: `(5) 555-3745` - }), - new CustomersDataItem( - { - ID: `COMMI`, - Company: `Comércio Mineiro`, - ContactName: `Pedro Afonso`, - ContactTitle: `Sales Associate`, - Address: `Av. dos Lusíadas, 23`, - City: `Sao Paulo`, - Region: `SP`, - PostalCode: 34000, - Country: `Brazil`, - Phone: `(11) 555-7647`, - Fax: `(5) 555-3745` - }), - new CustomersDataItem( - { - ID: `CONSH`, - Company: `Consolidated Holdings`, - ContactName: `Elizabeth Brown`, - ContactTitle: `Sales Representative`, - Address: `Berkeley Gardens 12 Brewery`, - City: `London`, - Region: `South`, - PostalCode: 27000, - Country: `UK`, - Phone: `(171) 555-2282`, - Fax: `(171) 555-9199` - }), - new CustomersDataItem( - { - ID: `DRACD`, - Company: `Drachenblut Delikatessen`, - ContactName: `Sven Ottlieb`, - ContactTitle: `Order Administrator`, - Address: `Walserweg 21`, - City: `Aachen`, - Region: `South`, - PostalCode: 52066, - Country: `Germany`, - Phone: `0241-039123`, - Fax: `0241-059428` - }), - new CustomersDataItem( - { - ID: `DUMON`, - Company: `Du monde entier`, - ContactName: `Janine Labrune`, - ContactTitle: `Owner`, - Address: `67, rue des Cinquante Otages`, - City: `Nantes`, - Region: `East`, - PostalCode: 44000, - Country: `France`, - Phone: `40.67.88.88`, - Fax: `40.67.89.89` - }), - new CustomersDataItem( - { - ID: `EASTC`, - Company: `Eastern Connection`, - ContactName: `Ann Devon`, - ContactTitle: `Sales Agent`, - Address: `35 King George`, - City: `London`, - Region: `East`, - PostalCode: 41000, - Country: `UK`, - Phone: `(171) 555-0297`, - Fax: `(171) 555-3373` - }), - new CustomersDataItem( - { - ID: `ERNSH`, - Company: `Ernst Handel`, - ContactName: `Roland Mendel`, - ContactTitle: `Sales Manager`, - Address: `Kirchgasse 6`, - City: `Graz`, - Region: `South`, - PostalCode: 8010, - Country: `Austria`, - Phone: `7675-3425`, - Fax: `7675-3426` - }), - new CustomersDataItem( - { - ID: `FAMIA`, - Company: `Familia Arquibaldo`, - ContactName: `Aria Cruz`, - ContactTitle: `Marketing Assistant`, - Address: `Rua Orós, 92`, - City: `Sao Paulo`, - Region: `SP`, - PostalCode: 27000, - Country: `Brazil`, - Phone: `(11) 555-9857`, - Fax: `(5) 555-3745` - }), - new CustomersDataItem( - { - ID: `FISSA`, - Company: `FISSA Fabrica Inter. Salchichas S.A.`, - ContactName: `Diego Roel`, - ContactTitle: `Accounting Manager`, - Address: `C/ Moralzarzal, 86`, - City: `Madrid`, - Region: `East`, - PostalCode: 28034, - Country: `Spain`, - Phone: `(91) 555 94 44`, - Fax: `(91) 555 55 93` - }), - new CustomersDataItem( - { - ID: `FOLIG`, - Company: `Folies gourmandes`, - ContactName: `Martine Rancé`, - ContactTitle: `Assistant Sales Agent`, - Address: `184, chaussée de Tournai`, - City: `Lille`, - Region: `South`, - PostalCode: 59000, - Country: `France`, - Phone: `20.16.10.16`, - Fax: `20.16.10.17` - }), - new CustomersDataItem( - { - ID: `FOLKO`, - Company: `Folk och fä HB`, - ContactName: `Maria Larsson`, - ContactTitle: `Owner`, - Address: `Åkergatan 24`, - City: `Bräcke`, - Region: `East`, - PostalCode: 36000, - Country: `Sweden`, - Phone: `0695-34 67 21`, - Fax: `0695 33-4455` - }), - new CustomersDataItem( - { - ID: `FRANK`, - Company: `Frankenversand`, - ContactName: `Peter Franken`, - ContactTitle: `Marketing Manager`, - Address: `Berliner Platz 43`, - City: `München`, - Region: `East`, - PostalCode: 80805, - Country: `Germany`, - Phone: `089-0877310`, - Fax: `089-0877451` - }), - new CustomersDataItem( - { - ID: `FRANR`, - Company: `France restauration`, - ContactName: `Carine Schmitt`, - ContactTitle: `Marketing Manager`, - Address: `54, rue Royale`, - City: `Nantes`, - Region: `South`, - PostalCode: 44000, - Country: `France`, - Phone: `40.32.21.21`, - Fax: `40.32.21.20` - }), - new CustomersDataItem( - { - ID: `FRANS`, - Company: `Franchi S.p.A.`, - ContactName: `Paolo Accorti`, - ContactTitle: `Sales Representative`, - Address: `Via Monte Bianco 34`, - City: `Torino`, - Region: `East`, - PostalCode: 10100, - Country: `Italy`, - Phone: `011-4988260`, - Fax: `011-4988261` - }), + new CustomersDataItem({ ID: `ALFKI`, Company: `Alfreds Futterkiste`, ContactName: `Maria Anders`, ContactTitle: `Sales Representative`, Address: `Obere Str. 57`, City: `Berlin`, Region: `East`, PostalCode: 12209, Country: `Germany`, Phone: `030-0074321`, Fax: `030-0076545` }), + new CustomersDataItem({ ID: `ANATR`, Company: `Ana Trujillo Emparedados y helados`, ContactName: `Ana Trujillo`, ContactTitle: `Owner`, Address: `Avda. de la Constitución 2222`, City: `México D.F.`, Region: `South`, PostalCode: 5021, Country: `Mexico`, Phone: `(5) 555-4729`, Fax: `(5) 555-3745` }), + new CustomersDataItem({ ID: `ANTON`, Company: `Antonio Moreno Taquería`, ContactName: `Antonio Moreno`, ContactTitle: `Owner`, Address: `Mataderos 2312`, City: `México D.F.`, Region: `South`, PostalCode: 5023, Country: `Mexico`, Phone: `(5) 555-3932`, Fax: `(5) 555-3745` }), + new CustomersDataItem({ ID: `AROUT`, Company: `Around the Horn`, ContactName: `Thomas Hardy`, ContactTitle: `Sales Representative`, Address: `120 Hanover Sq.`, City: `London`, Region: `East`, PostalCode: 22000, Country: `UK`, Phone: `(171) 555-7788`, Fax: `(171) 555-6750` }), + new CustomersDataItem({ ID: `BERGS`, Company: `Berglunds snabbköp`, ContactName: `Christina Berglund`, ContactTitle: `Order Administrator`, Address: `Berguvsvägen 8`, City: `Luleå`, Region: `South`, PostalCode: 17000, Country: `Sweden`, Phone: `0921-12 34 65`, Fax: `0921-12 34 67` }), + new CustomersDataItem({ ID: `BLAUS`, Company: `Blauer See Delikatessen`, ContactName: `Hanna Moos`, ContactTitle: `Sales Representative`, Address: `Forsterstr. 57`, City: `Mannheim`, Region: `East`, PostalCode: 68306, Country: `Germany`, Phone: `0621-08460`, Fax: `0621-08924` }), + new CustomersDataItem({ ID: `BLONP`, Company: `Blondesddsl père et fils`, ContactName: `Frédérique Citeaux`, ContactTitle: `Marketing Manager`, Address: `24, place Kléber`, City: `Strasbourg`, Region: `East`, PostalCode: 67000, Country: `France`, Phone: `88.60.15.31`, Fax: `88.60.15.32` }), + new CustomersDataItem({ ID: `BOLID`, Company: `Bólido Comidas preparadas`, ContactName: `Martín Sommer`, ContactTitle: `Owner`, Address: `C/ Araquil, 67`, City: `Madrid`, Region: `East`, PostalCode: 28023, Country: `Spain`, Phone: `(91) 555 22 82`, Fax: `(91) 555 91 99` }), + new CustomersDataItem({ ID: `BONAP`, Company: `Bon app'`, ContactName: `Laurence Lebihan`, ContactTitle: `Owner`, Address: `12, rue des Bouchers`, City: `Marseille`, Region: `West`, PostalCode: 13008, Country: `France`, Phone: `91.24.45.40`, Fax: `91.24.45.41` }), + new CustomersDataItem({ ID: `BOTTM`, Company: `Bottom-Dollar Markets`, ContactName: `Elizabeth Lincoln`, ContactTitle: `Accounting Manager`, Address: `23 Tsawassen Blvd.`, City: `Tsawassen`, Region: `BC`, PostalCode: 28000, Country: `Canada`, Phone: `(604) 555-4729`, Fax: `(604) 555-3745` }), + new CustomersDataItem({ ID: `BSBEV`, Company: `B's Beverages`, ContactName: `Victoria Ashworth`, ContactTitle: `Sales Representative`, Address: `Fauntleroy Circus`, City: `London`, Region: `South`, PostalCode: 10000, Country: `UK`, Phone: `(171) 555-1212`, Fax: `(5) 555-3745` }), + new CustomersDataItem({ ID: `CACTU`, Company: `Cactus Comidas para llevar`, ContactName: `Patricio Simpson`, ContactTitle: `Sales Agent`, Address: `Cerrito 333`, City: `Buenos Aires`, Region: `East`, PostalCode: 1010, Country: `Argentina`, Phone: `(1) 135-5555`, Fax: `(1) 135-4892` }), + new CustomersDataItem({ ID: `CENTC`, Company: `Centro comercial Moctezuma`, ContactName: `Francisco Chang`, ContactTitle: `Marketing Manager`, Address: `Sierras de Granada 9993`, City: `México D.F.`, Region: `South`, PostalCode: 5022, Country: `Mexico`, Phone: `(5) 555-3392`, Fax: `(5) 555-7293` }), + new CustomersDataItem({ ID: `CHOPS`, Company: `Chop-suey Chinese`, ContactName: `Yang Wang`, ContactTitle: `Owner`, Address: `Hauptstr. 29`, City: `Bern`, Region: `East`, PostalCode: 3012, Country: `Switzerland`, Phone: `0452-076545`, Fax: `(5) 555-3745` }), + new CustomersDataItem({ ID: `COMMI`, Company: `Comércio Mineiro`, ContactName: `Pedro Afonso`, ContactTitle: `Sales Associate`, Address: `Av. dos Lusíadas, 23`, City: `Sao Paulo`, Region: `SP`, PostalCode: 34000, Country: `Brazil`, Phone: `(11) 555-7647`, Fax: `(5) 555-3745` }), + new CustomersDataItem({ ID: `CONSH`, Company: `Consolidated Holdings`, ContactName: `Elizabeth Brown`, ContactTitle: `Sales Representative`, Address: `Berkeley Gardens 12 Brewery`, City: `London`, Region: `South`, PostalCode: 27000, Country: `UK`, Phone: `(171) 555-2282`, Fax: `(171) 555-9199` }), + new CustomersDataItem({ ID: `DRACD`, Company: `Drachenblut Delikatessen`, ContactName: `Sven Ottlieb`, ContactTitle: `Order Administrator`, Address: `Walserweg 21`, City: `Aachen`, Region: `South`, PostalCode: 52066, Country: `Germany`, Phone: `0241-039123`, Fax: `0241-059428` }), + new CustomersDataItem({ ID: `DUMON`, Company: `Du monde entier`, ContactName: `Janine Labrune`, ContactTitle: `Owner`, Address: `67, rue des Cinquante Otages`, City: `Nantes`, Region: `East`, PostalCode: 44000, Country: `France`, Phone: `40.67.88.88`, Fax: `40.67.89.89` }), + new CustomersDataItem({ ID: `EASTC`, Company: `Eastern Connection`, ContactName: `Ann Devon`, ContactTitle: `Sales Agent`, Address: `35 King George`, City: `London`, Region: `East`, PostalCode: 41000, Country: `UK`, Phone: `(171) 555-0297`, Fax: `(171) 555-3373` }), + new CustomersDataItem({ ID: `ERNSH`, Company: `Ernst Handel`, ContactName: `Roland Mendel`, ContactTitle: `Sales Manager`, Address: `Kirchgasse 6`, City: `Graz`, Region: `South`, PostalCode: 8010, Country: `Austria`, Phone: `7675-3425`, Fax: `7675-3426` }), + new CustomersDataItem({ ID: `FAMIA`, Company: `Familia Arquibaldo`, ContactName: `Aria Cruz`, ContactTitle: `Marketing Assistant`, Address: `Rua Orós, 92`, City: `Sao Paulo`, Region: `SP`, PostalCode: 27000, Country: `Brazil`, Phone: `(11) 555-9857`, Fax: `(5) 555-3745` }), + new CustomersDataItem({ ID: `FISSA`, Company: `FISSA Fabrica Inter. Salchichas S.A.`, ContactName: `Diego Roel`, ContactTitle: `Accounting Manager`, Address: `C/ Moralzarzal, 86`, City: `Madrid`, Region: `East`, PostalCode: 28034, Country: `Spain`, Phone: `(91) 555 94 44`, Fax: `(91) 555 55 93` }), + new CustomersDataItem({ ID: `FOLIG`, Company: `Folies gourmandes`, ContactName: `Martine Rancé`, ContactTitle: `Assistant Sales Agent`, Address: `184, chaussée de Tournai`, City: `Lille`, Region: `South`, PostalCode: 59000, Country: `France`, Phone: `20.16.10.16`, Fax: `20.16.10.17` }), + new CustomersDataItem({ ID: `FOLKO`, Company: `Folk och fä HB`, ContactName: `Maria Larsson`, ContactTitle: `Owner`, Address: `Åkergatan 24`, City: `Bräcke`, Region: `East`, PostalCode: 36000, Country: `Sweden`, Phone: `0695-34 67 21`, Fax: `0695 33-4455` }), + new CustomersDataItem({ ID: `FRANK`, Company: `Frankenversand`, ContactName: `Peter Franken`, ContactTitle: `Marketing Manager`, Address: `Berliner Platz 43`, City: `München`, Region: `East`, PostalCode: 80805, Country: `Germany`, Phone: `089-0877310`, Fax: `089-0877451` }), + new CustomersDataItem({ ID: `FRANR`, Company: `France restauration`, ContactName: `Carine Schmitt`, ContactTitle: `Marketing Manager`, Address: `54, rue Royale`, City: `Nantes`, Region: `South`, PostalCode: 44000, Country: `France`, Phone: `40.32.21.21`, Fax: `40.32.21.20` }), + new CustomersDataItem({ ID: `FRANS`, Company: `Franchi S.p.A.`, ContactName: `Paolo Accorti`, ContactTitle: `Sales Representative`, Address: `Via Monte Bianco 34`, City: `Torino`, Region: `East`, PostalCode: 10100, Country: `Italy`, Phone: `011-4988260`, Fax: `011-4988261` }), ]; super(...newItems.slice(0)); } diff --git a/samples/grids/grid/column-moving-options/src/FinancialDataAll.ts b/samples/grids/grid/column-moving-options/src/FinancialDataAll.ts index 746a37ff76..7ebc265d4f 100644 --- a/samples/grids/grid/column-moving-options/src/FinancialDataAll.ts +++ b/samples/grids/grid/column-moving-options/src/FinancialDataAll.ts @@ -47,39006 +47,1006 @@ export class FinancialDataAll extends Array { super(...items); } else { const newItems = [ - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Ethanol`, - Spread: 0.01, - Open: 1.512, - Price: 2.76, - Buy: 2.75, - Sell: 2.76, - Change: 0.01, - ChangePercent: 0.2, - Volume: 14, - High: 2.75, - Low: 1.12, - YearlyHigh: 2.75, - YearlyLow: 1.12, - YearlyStart: 1.48, - YearlyChange: 86.7, - Settlement: `Cash`, - Contract: `CFD`, - Region: `Middle East`, - Country: `Saudi Arabia`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-02-11`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 0 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Natural Gas`, - Spread: 0.02, - Open: 2.094, - Price: 2.07, - Buy: 2.09, - Sell: 2.09, - Change: -0.03, - ChangePercent: -1.8, - Volume: 2783, - High: 2.11, - Low: 2.09, - YearlyHigh: 3.2, - YearlyLow: 1.84, - YearlyStart: 2.52, - YearlyChange: -16.51, - Settlement: `Credit`, - Contract: `Options`, - Region: `Middle East`, - Country: `Saudi Arabia`, - Risk: `High`, - Sector: `Public`, - Currency: `PLN`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-02-22`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 1 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Cotton`, - Spread: 0.01, - Open: 61.77, - Price: 62.9, - Buy: 61.77, - Sell: 61.77, - Change: 1.14, - ChangePercent: 1.84, - Volume: 3612, - High: 62.06, - Low: 61.32, - YearlyHigh: 67.59, - YearlyLow: 54.33, - YearlyStart: 60.96, - YearlyChange: 1.31, - Settlement: `Cash`, - Contract: `Options`, - Region: `North America`, - Country: `United States`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-05-23`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 2 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `FD Cattle`, - Spread: 0.01, - Open: 147.175, - Price: 150.57, - Buy: 148.6, - Sell: 148.61, - Change: 1.96, - ChangePercent: 1.32, - Volume: 5, - High: 148.61, - Low: 147.18, - YearlyHigh: 190, - YearlyLow: 138.1, - YearlyStart: 164.05, - YearlyChange: -9.41, - Settlement: `Loan`, - Contract: `Futures`, - Region: `Africa`, - Country: `South Africa`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-09-19`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 3 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Wheat`, - Spread: 0.01, - Open: 465.5, - Price: 465.89, - Buy: 465.5, - Sell: 465.5, - Change: 0.37, - ChangePercent: 0.08, - Volume: 4318, - High: 467, - Low: 463.25, - YearlyHigh: 628.5, - YearlyLow: 449.5, - YearlyStart: 539, - YearlyChange: -13.63, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Europe`, - Country: `Slovenia`, - Risk: `High`, - Sector: `Government`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-04-19`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 4 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Milk`, - Spread: 0.01, - Open: 12.87, - Price: 12.78, - Buy: 12.87, - Sell: 12.87, - Change: -0.08, - ChangePercent: -0.64, - Volume: 7, - High: 12.89, - Low: 12.81, - YearlyHigh: 16.96, - YearlyLow: 12.81, - YearlyStart: 14.88, - YearlyChange: -13.6, - Settlement: `Cash`, - Contract: `CFD`, - Region: `Africa`, - Country: `Nigeria`, - Risk: `High`, - Sector: `Public`, - Currency: `USD`, - Security: `High`, - Issuer: `American Airlines`, - Maturity: `2022-06-23`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 5 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Oil`, - Spread: 0.015, - Open: 45.54, - Price: 45.79, - Buy: 45.78, - Sell: 45.8, - Change: 0, - ChangePercent: 0, - Volume: 107196, - High: 45.94, - Low: 45, - YearlyHigh: 65.28, - YearlyLow: 30.79, - YearlyStart: 48.03, - YearlyChange: -4.67, - Settlement: `Loan`, - Contract: `Futures`, - Region: `Europe`, - Country: `Iceland`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `FedEx`, - Maturity: `2022-05-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 6 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P MID MINI`, - Spread: 0.01, - Open: 1454.3, - Price: 1430.74, - Buy: 1455.78, - Sell: 1455.79, - Change: -25.04, - ChangePercent: -1.72, - Volume: 338, - High: 1455.78, - Low: 1448, - YearlyHigh: 1527.3, - YearlyLow: 1236, - YearlyStart: 1381.65, - YearlyChange: 5.37, - Settlement: `Cash`, - Contract: `Options`, - Region: `Asia Pacific`, - Country: `China`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-07-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 7 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `Lean Hogs`, - Spread: 0.01, - Open: 81.275, - Price: 80.54, - Buy: 81.81, - Sell: 81.82, - Change: -1.27, - ChangePercent: -1.56, - Volume: 1, - High: 81.81, - Low: 81.28, - YearlyHigh: 83.98, - YearlyLow: 70.25, - YearlyStart: 77.11, - YearlyChange: 6.09, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Asia Pacific`, - Country: `India`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-09-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 8 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `US 30YR Future`, - Spread: 0.01, - Open: 164.875, - Price: 163.44, - Buy: 164.15, - Sell: 164.16, - Change: -0.72, - ChangePercent: -0.44, - Volume: 28012, - High: 165.25, - Low: 164.04, - YearlyHigh: 169.38, - YearlyLow: 151.47, - YearlyStart: 160.43, - YearlyChange: 2.33, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Europe`, - Country: `Netherlands`, - Risk: `High`, - Sector: `Government`, - Currency: `USD`, - Security: `Poor`, - Issuer: `American Airlines`, - Maturity: `2022-09-23`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 9 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Lumber`, - Spread: 0.01, - Open: 303.9, - Price: 304.48, - Buy: 304.59, - Sell: 304.6, - Change: -0.12, - ChangePercent: -0.04, - Volume: 2, - High: 304.6, - Low: 303.9, - YearlyHigh: 317.1, - YearlyLow: 236, - YearlyStart: 276.55, - YearlyChange: 10.14, - Settlement: `Loan`, - Contract: `Futures`, - Region: `Africa`, - Country: `Ethiopia`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-07-16`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 10 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Wheat`, - Spread: 0.01, - Open: 465.5, - Price: 470.73, - Buy: 465.5, - Sell: 465.5, - Change: 5.21, - ChangePercent: 1.12, - Volume: 4318, - High: 467, - Low: 463.25, - YearlyHigh: 628.5, - YearlyLow: 449.5, - YearlyStart: 539, - YearlyChange: -13.63, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Africa`, - Country: `Cameroon`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `FedEx`, - Maturity: `2022-04-19`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 11 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `US 30YR Future`, - Spread: 0.01, - Open: 164.875, - Price: 163.44, - Buy: 164.15, - Sell: 164.16, - Change: -0.72, - ChangePercent: -0.44, - Volume: 28012, - High: 165.25, - Low: 164.04, - YearlyHigh: 169.38, - YearlyLow: 151.47, - YearlyStart: 160.43, - YearlyChange: 2.33, - Settlement: `Loan`, - Contract: `Futures`, - Region: `Africa`, - Country: `Egypt`, - Risk: `Low`, - Sector: `Public`, - Currency: `EUR`, - Security: `High`, - Issuer: `American Airlines`, - Maturity: `2022-08-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 12 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Platinum`, - Spread: 0.01, - Open: 1071.6, - Price: 1050.53, - Buy: 1071.09, - Sell: 1071.1, - Change: -20.57, - ChangePercent: -1.92, - Volume: 3039, - High: 1081.2, - Low: 1070.5, - YearlyHigh: 1120.6, - YearlyLow: 812.4, - YearlyStart: 966.5, - YearlyChange: 10.82, - Settlement: `Cash`, - Contract: `Options`, - Region: `Africa`, - Country: `South Africa`, - Risk: `Low`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-02-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 13 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `GBP/USD`, - Spread: 0.02, - Open: 1.4464, - Price: 1.18, - Buy: 1.18, - Sell: 1.2, - Change: -0.01, - ChangePercent: -0.8, - Volume: 29450, - High: 1.45, - Low: 1.19, - YearlyHigh: 1.59, - YearlyLow: 1.19, - YearlyStart: 1.49, - YearlyChange: -19.59, - Settlement: `Cash`, - Contract: `Options`, - Region: `Africa`, - Country: `Nigeria`, - Risk: `Low`, - Sector: `Government`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-04-11`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 14 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Silver`, - Spread: 0.01, - Open: 17.43, - Price: 17.77, - Buy: 17.43, - Sell: 17.43, - Change: 0.35, - ChangePercent: 2, - Volume: 11720, - High: 17.51, - Low: 17.37, - YearlyHigh: 18.06, - YearlyLow: 13.73, - YearlyStart: 15.89, - YearlyChange: 9.59, - Settlement: `Cash`, - Contract: `Options`, - Region: `Europe`, - Country: `Netherlands`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-05-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 15 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Oil`, - Spread: 0.015, - Open: 45.54, - Price: 44.93, - Buy: 45.78, - Sell: 45.8, - Change: -0.86, - ChangePercent: -1.88, - Volume: 107196, - High: 45.94, - Low: 45, - YearlyHigh: 65.28, - YearlyLow: 30.79, - YearlyStart: 48.03, - YearlyChange: -4.67, - Settlement: `Cash`, - Contract: `Options`, - Region: `South America`, - Country: `Bolivia`, - Risk: `Low`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-03-16`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 16 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `BTC/USD`, - Spread: 0.06, - Open: 93.88, - Price: 21370.39, - Buy: 21200.76, - Sell: 21400.78, - Change: 369.62, - ChangePercent: 1.76, - Volume: 5788000, - High: 22400.05, - Low: 20100.75, - YearlyHigh: 62400.7, - YearlyLow: 15100.88, - YearlyStart: 21200.29, - YearlyChange: -20.62, - Settlement: `Credit`, - Contract: `Forwards`, - Region: `Middle East`, - Country: `Iran`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-04-11`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 17 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Silver`, - Spread: 0.01, - Open: 17.43, - Price: 17.62, - Buy: 17.43, - Sell: 17.43, - Change: 0.2, - ChangePercent: 1.16, - Volume: 11720, - High: 17.51, - Low: 17.37, - YearlyHigh: 18.06, - YearlyLow: 13.73, - YearlyStart: 15.89, - YearlyChange: 9.59, - Settlement: `Credit`, - Contract: `Options`, - Region: `Asia Pacific`, - Country: `Taiwan`, - Risk: `Low`, - Sector: `Public`, - Currency: `USD`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-04-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 18 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soy Meat`, - Spread: 0.01, - Open: 342.6, - Price: 348.38, - Buy: 342.6, - Sell: 342.6, - Change: 5.76, - ChangePercent: 1.68, - Volume: 5646, - High: 345.4, - Low: 340.3, - YearlyHigh: 353.4, - YearlyLow: 261.7, - YearlyStart: 307.55, - YearlyChange: 11.4, - Settlement: `Credit`, - Contract: `CFD`, - Region: `Middle East`, - Country: `UAE`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-06-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 19 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `AUD/USD`, - Spread: 0.02, - Open: 0.7344, - Price: 0.74, - Buy: 0.73, - Sell: 0.73, - Change: 0, - ChangePercent: -1.2, - Volume: 36764, - High: 0.74, - Low: 0.73, - YearlyHigh: 0.79, - YearlyLow: 0.68, - YearlyStart: 0.73, - YearlyChange: 1.28, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Middle East`, - Country: `UAE`, - Risk: `Low`, - Sector: `Government`, - Currency: `USD`, - Security: `High`, - Issuer: `American Airlines`, - Maturity: `2022-07-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 20 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Coal`, - Spread: 0.015, - Open: 0.4363, - Price: 0.41, - Buy: 0.44, - Sell: 0.44, - Change: -0.01, - ChangePercent: -1.2, - Volume: 3, - High: 0.44, - Low: 0.44, - YearlyHigh: 0.48, - YearlyLow: 0.4, - YearlyStart: 0.44, - YearlyChange: -5.33, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Europe`, - Country: `Germany`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-03-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 21 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `OJ Future`, - Spread: 0.01, - Open: 140.6, - Price: 142.94, - Buy: 140.18, - Sell: 140.19, - Change: 2.75, - ChangePercent: 1.96, - Volume: 7, - High: 140.19, - Low: 0, - YearlyHigh: 155.95, - YearlyLow: 113, - YearlyStart: 134.47, - YearlyChange: 4.25, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Europe`, - Country: `Slovenia`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-05-23`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 22 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Wheat`, - Spread: 0.01, - Open: 465.5, - Price: 462.54, - Buy: 465.5, - Sell: 465.5, - Change: -2.98, - ChangePercent: -0.64, - Volume: 4318, - High: 467, - Low: 463.25, - YearlyHigh: 628.5, - YearlyLow: 449.5, - YearlyStart: 539, - YearlyChange: -13.63, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Asia Pacific`, - Country: `Thailand`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-08-16`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 23 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Copper`, - Spread: 0.02, - Open: 2.123, - Price: 2.14, - Buy: 2.12, - Sell: 2.12, - Change: 0.03, - ChangePercent: 1.24, - Volume: 28819, - High: 2.16, - Low: 2.11, - YearlyHigh: 2.94, - YearlyLow: 1.96, - YearlyStart: 2.45, - YearlyChange: -13.76, - Settlement: `Credit`, - Contract: `CFD`, - Region: `Middle East`, - Country: `UAE`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `American Airlines`, - Maturity: `2022-01-22`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 24 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soy oil`, - Spread: 0.01, - Open: 33.26, - Price: 33.99, - Buy: 33.77, - Sell: 33.78, - Change: 0.22, - ChangePercent: 0.64, - Volume: 10592, - High: 33.77, - Low: 33.06, - YearlyHigh: 35.43, - YearlyLow: 26.61, - YearlyStart: 31.02, - YearlyChange: 8.87, - Settlement: `Credit`, - Contract: `Options`, - Region: `Africa`, - Country: `Cameroon`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-07-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 25 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Coal`, - Spread: 0.015, - Open: 0.4363, - Price: 0.42, - Buy: 0.44, - Sell: 0.44, - Change: 0, - ChangePercent: 1, - Volume: 3, - High: 0.44, - Low: 0.44, - YearlyHigh: 0.48, - YearlyLow: 0.4, - YearlyStart: 0.44, - YearlyChange: -5.33, - Settlement: `Credit`, - Contract: `Forwards`, - Region: `Africa`, - Country: `Tunisia`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-01-23`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 26 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `Euro$ 3M`, - Spread: 0.01, - Open: 99.18, - Price: 100.8, - Buy: 99.18, - Sell: 99.18, - Change: 1.63, - ChangePercent: 1.64, - Volume: 29509, - High: 99.18, - Low: 99.17, - YearlyHigh: 99.38, - YearlyLow: 98.41, - YearlyStart: 98.89, - YearlyChange: 0.28, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Middle East`, - Country: `Israel`, - Risk: `Low`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-07-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 27 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Milk`, - Spread: 0.01, - Open: 12.87, - Price: 12.84, - Buy: 12.87, - Sell: 12.87, - Change: -0.02, - ChangePercent: -0.12, - Volume: 7, - High: 12.89, - Low: 12.81, - YearlyHigh: 16.96, - YearlyLow: 12.81, - YearlyStart: 14.88, - YearlyChange: -13.6, - Settlement: `Credit`, - Contract: `Futures`, - Region: `Africa`, - Country: `South Africa`, - Risk: `Low`, - Sector: `Public`, - Currency: `EUR`, - Security: `High`, - Issuer: `FedEx`, - Maturity: `2022-08-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 28 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/JPY`, - Spread: 0.02, - Open: 9275.5, - Price: 9162.3, - Buy: 9277.32, - Sell: 9277.34, - Change: -115.03, - ChangePercent: -1.24, - Volume: 47734, - High: 9277.33, - Low: 0.93, - YearlyHigh: 9483, - YearlyLow: 0.93, - YearlyStart: 4741.97, - YearlyChange: 95.64, - Settlement: `Cash`, - Contract: `Swap`, - Region: `North America`, - Country: `Mexico`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-02-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 29 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Uranium`, - Spread: 0.02, - Open: 27.55, - Price: 27.56, - Buy: 27.55, - Sell: 27.55, - Change: -0.02, - ChangePercent: -0.08, - Volume: 12, - High: 27.55, - Low: 27.55, - YearlyHigh: 29.32, - YearlyLow: 21.28, - YearlyStart: 25.3, - YearlyChange: 9.01, - Settlement: `Credit`, - Contract: `Forwards`, - Region: `Asia Pacific`, - Country: `Taiwan`, - Risk: `Low`, - Sector: `Public`, - Currency: `USD`, - Security: `High`, - Issuer: `FedEx`, - Maturity: `2022-09-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 30 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `US 10YR Future`, - Spread: 0.01, - Open: 130.5625, - Price: 131.78, - Buy: 130.56, - Sell: 130.56, - Change: 1.2, - ChangePercent: 0.92, - Volume: 189310, - High: 130.63, - Low: 130.44, - YearlyHigh: 132.64, - YearlyLow: 125.48, - YearlyStart: 129.06, - YearlyChange: 1.18, - Settlement: `Loan`, - Contract: `Futures`, - Region: `Asia Pacific`, - Country: `India`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-01-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 31 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Uranium`, - Spread: 0.02, - Open: 27.55, - Price: 27.6, - Buy: 27.55, - Sell: 27.55, - Change: 0.02, - ChangePercent: 0.08, - Volume: 12, - High: 27.55, - Low: 27.55, - YearlyHigh: 29.32, - YearlyLow: 21.28, - YearlyStart: 25.3, - YearlyChange: 9.01, - Settlement: `Loan`, - Contract: `CFD`, - Region: `Middle East`, - Country: `Syria`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-03-24`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 32 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P MID MINI`, - Spread: 0.01, - Open: 1454.3, - Price: 1472.09, - Buy: 1455.78, - Sell: 1455.79, - Change: 16.31, - ChangePercent: 1.12, - Volume: 338, - High: 1455.78, - Low: 1448, - YearlyHigh: 1527.3, - YearlyLow: 1236, - YearlyStart: 1381.65, - YearlyChange: 5.37, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Asia Pacific`, - Country: `Indonesia`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-07-11`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 33 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/JPY`, - Spread: 0.02, - Open: 9275.5, - Price: 9236.51, - Buy: 9277.32, - Sell: 9277.34, - Change: -40.82, - ChangePercent: -0.44, - Volume: 47734, - High: 9277.33, - Low: 0.93, - YearlyHigh: 9483, - YearlyLow: 0.93, - YearlyStart: 4741.97, - YearlyChange: 95.64, - Settlement: `Credit`, - Contract: `Options`, - Region: `Asia Pacific`, - Country: `Australia`, - Risk: `Low`, - Sector: `Public`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-02-19`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 34 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Diesel`, - Spread: 0.015, - Open: 1.3474, - Price: 1.37, - Buy: 1.35, - Sell: 1.35, - Change: 0.01, - ChangePercent: 1.24, - Volume: 2971, - High: 1.36, - Low: 1.34, - YearlyHigh: 2.11, - YearlyLow: 0.92, - YearlyStart: 1.51, - YearlyChange: -10.4, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Europe`, - Country: `Norway`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `High`, - Issuer: `FedEx`, - Maturity: `2022-07-19`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 35 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `LV Cattle`, - Spread: 0.01, - Open: 120.725, - Price: 121.82, - Buy: 120.72, - Sell: 120.72, - Change: 1.11, - ChangePercent: 0.92, - Volume: 4, - High: 120.72, - Low: 120.72, - YearlyHigh: 147.98, - YearlyLow: 113.9, - YearlyStart: 130.94, - YearlyChange: -7.82, - Settlement: `Loan`, - Contract: `Forwards`, - Region: `North America`, - Country: `United States`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-06-19`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 36 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/CHF`, - Spread: 0.02, - Open: 1.0337, - Price: 1.06, - Buy: 1.03, - Sell: 1.03, - Change: 0.02, - ChangePercent: 1.6, - Volume: 5550, - High: 1.03, - Low: 1.03, - YearlyHigh: 1.11, - YearlyLow: 0.98, - YearlyStart: 1.04, - YearlyChange: -0.12, - Settlement: `Credit`, - Contract: `Options`, - Region: `Asia Pacific`, - Country: `Australia`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-03-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 37 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `US 2Y Future`, - Spread: 0.01, - Open: 109.3984, - Price: 111.18, - Buy: 109.4, - Sell: 109.4, - Change: 1.79, - ChangePercent: 1.64, - Volume: 17742, - High: 109.41, - Low: 109.38, - YearlyHigh: 109.8, - YearlyLow: 108.62, - YearlyStart: 109.21, - YearlyChange: 0.16, - Settlement: `Cash`, - Contract: `CFD`, - Region: `Asia Pacific`, - Country: `Thailand`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-03-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 38 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P Future`, - Spread: 0.01, - Open: 2057.5, - Price: 2021.23, - Buy: 2056.6, - Sell: 2056.61, - Change: -35.37, - ChangePercent: -1.72, - Volume: 142780, - High: 2059.5, - Low: 2049, - YearlyHigh: 2105.5, - YearlyLow: 1794.5, - YearlyStart: 1950, - YearlyChange: 5.47, - Settlement: `Loan`, - Contract: `CFD`, - Region: `Asia Pacific`, - Country: `China`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-02-23`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 39 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `BTC/USD`, - Spread: 0.06, - Open: 93.88, - Price: 21395.59, - Buy: 21200.76, - Sell: 21400.78, - Change: 394.82, - ChangePercent: 1.88, - Volume: 5788000, - High: 22400.05, - Low: 20100.75, - YearlyHigh: 62400.7, - YearlyLow: 15100.88, - YearlyStart: 21200.29, - YearlyChange: -20.62, - Settlement: `Loan`, - Contract: `CFD`, - Region: `South America`, - Country: `Venezuela`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-05-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 40 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/CAD`, - Spread: 0.02, - Open: 0.7744, - Price: 0.96, - Buy: 0.94, - Sell: 0.96, - Change: 0.01, - ChangePercent: 0.92, - Volume: 13669, - High: 0.95, - Low: 0.77, - YearlyHigh: 0.95, - YearlyLow: 0.68, - YearlyStart: 0.76, - YearlyChange: 26.43, - Settlement: `Loan`, - Contract: `Forwards`, - Region: `Africa`, - Country: `Morocco`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-01-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 41 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soybean`, - Spread: 0.01, - Open: 1038, - Price: 1049, - Buy: 1038.61, - Sell: 1038.62, - Change: 10.38, - ChangePercent: 1, - Volume: 20356, - High: 1044, - Low: 1031.75, - YearlyHigh: 1057, - YearlyLow: 859.5, - YearlyStart: 958.25, - YearlyChange: 8.39, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Asia Pacific`, - Country: `Korea`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-04-11`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 42 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Oats`, - Spread: 0.01, - Open: 194.5, - Price: 197.4, - Buy: 194.21, - Sell: 194.22, - Change: 3.18, - ChangePercent: 1.64, - Volume: 64, - High: 195.75, - Low: 194, - YearlyHigh: 241.25, - YearlyLow: 183.75, - YearlyStart: 212.5, - YearlyChange: -8.6, - Settlement: `Credit`, - Contract: `Swap`, - Region: `South America`, - Country: `Guyana`, - Risk: `Low`, - Sector: `Public`, - Currency: `USD`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-03-16`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 43 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Oil`, - Spread: 0.015, - Open: 45.54, - Price: 45.57, - Buy: 45.78, - Sell: 45.8, - Change: -0.22, - ChangePercent: -0.48, - Volume: 107196, - High: 45.94, - Low: 45, - YearlyHigh: 65.28, - YearlyLow: 30.79, - YearlyStart: 48.03, - YearlyChange: -4.67, - Settlement: `Cash`, - Contract: `Options`, - Region: `Middle East`, - Country: `Syria`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `High`, - Issuer: `American Airlines`, - Maturity: `2022-05-23`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 44 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Uranium`, - Spread: 0.02, - Open: 27.55, - Price: 27.51, - Buy: 27.55, - Sell: 27.55, - Change: -0.07, - ChangePercent: -0.24, - Volume: 12, - High: 27.55, - Low: 27.55, - YearlyHigh: 29.32, - YearlyLow: 21.28, - YearlyStart: 25.3, - YearlyChange: 9.01, - Settlement: `Cash`, - Contract: `Options`, - Region: `Europe`, - Country: `Slovakia`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-09-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 45 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/CAD`, - Spread: 0.02, - Open: 0.7744, - Price: 0.94, - Buy: 0.94, - Sell: 0.96, - Change: -0.01, - ChangePercent: -1.84, - Volume: 13669, - High: 0.95, - Low: 0.77, - YearlyHigh: 0.95, - YearlyLow: 0.68, - YearlyStart: 0.76, - YearlyChange: 26.43, - Settlement: `Credit`, - Contract: `Options`, - Region: `Asia Pacific`, - Country: `Australia`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-03-27`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 46 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Ethanol`, - Spread: 0.01, - Open: 1.512, - Price: 2.76, - Buy: 2.75, - Sell: 2.76, - Change: 0.01, - ChangePercent: 0.12, - Volume: 14, - High: 2.75, - Low: 1.12, - YearlyHigh: 2.75, - YearlyLow: 1.12, - YearlyStart: 1.48, - YearlyChange: 86.7, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Africa`, - Country: `Cameroon`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-06-21`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 47 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Uranium`, - Spread: 0.02, - Open: 27.55, - Price: 27.72, - Buy: 27.55, - Sell: 27.55, - Change: 0.14, - ChangePercent: 0.52, - Volume: 12, - High: 27.55, - Low: 27.55, - YearlyHigh: 29.32, - YearlyLow: 21.28, - YearlyStart: 25.3, - YearlyChange: 9.01, - Settlement: `Cash`, - Contract: `CFD`, - Region: `North America`, - Country: `United States`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-03-24`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 48 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Cotton`, - Spread: 0.01, - Open: 61.77, - Price: 60.75, - Buy: 61.77, - Sell: 61.77, - Change: -1.01, - ChangePercent: -1.64, - Volume: 3612, - High: 62.06, - Low: 61.32, - YearlyHigh: 67.59, - YearlyLow: 54.33, - YearlyStart: 60.96, - YearlyChange: 1.31, - Settlement: `Cash`, - Contract: `Options`, - Region: `Africa`, - Country: `Cameroon`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-05-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 49 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Uranium`, - Spread: 0.02, - Open: 27.55, - Price: 27.87, - Buy: 27.55, - Sell: 27.55, - Change: 0.29, - ChangePercent: 1.04, - Volume: 12, - High: 27.55, - Low: 27.55, - YearlyHigh: 29.32, - YearlyLow: 21.28, - YearlyStart: 25.3, - YearlyChange: 9.01, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Middle East`, - Country: `Syria`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `High`, - Issuer: `American Airlines`, - Maturity: `2022-09-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 50 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `DOW Future`, - Spread: 0.01, - Open: 17711, - Price: 17747.58, - Buy: 17712.15, - Sell: 17712.16, - Change: 35.43, - ChangePercent: 0.2, - Volume: 22236, - High: 17727, - Low: 17642, - YearlyHigh: 18083, - YearlyLow: 15299, - YearlyStart: 16691, - YearlyChange: 6.12, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Asia Pacific`, - Country: `Pakistan`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-04-11`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 51 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `BTC/USD`, - Spread: 0.06, - Open: 93.88, - Price: 20589.16, - Buy: 21200.76, - Sell: 21400.78, - Change: -411.61, - ChangePercent: -1.96, - Volume: 5788000, - High: 22400.05, - Low: 20100.75, - YearlyHigh: 62400.7, - YearlyLow: 15100.88, - YearlyStart: 21200.29, - YearlyChange: -20.62, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Europe`, - Country: `Russia`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-02-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 52 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Rice`, - Spread: 0.01, - Open: 11.245, - Price: 10.32, - Buy: 10.41, - Sell: 10.42, - Change: -0.1, - ChangePercent: -0.92, - Volume: 220, - High: 11.38, - Low: 10.42, - YearlyHigh: 14.14, - YearlyLow: 9.7, - YearlyStart: 11.92, - YearlyChange: -12.62, - Settlement: `Cash`, - Contract: `Futures`, - Region: `South America`, - Country: `Ecuador`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-09-19`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 53 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `NAS Future`, - Spread: 0.01, - Open: 4341.25, - Price: 4297.87, - Buy: 4341.25, - Sell: 4341.25, - Change: -43.41, - ChangePercent: -1, - Volume: 18259, - High: 4347, - Low: 4318, - YearlyHigh: 4719.75, - YearlyLow: 3867.75, - YearlyStart: 4293.75, - YearlyChange: 1.11, - Settlement: `Cash`, - Contract: `Options`, - Region: `Middle East`, - Country: `Jordan`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-02-24`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 54 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Corn`, - Spread: 0.01, - Open: 379.5, - Price: 374.79, - Buy: 379.8, - Sell: 379.81, - Change: -5.01, - ChangePercent: -1.32, - Volume: 11266, - High: 381, - Low: 377.75, - YearlyHigh: 471.25, - YearlyLow: 351.25, - YearlyStart: 411.25, - YearlyChange: -7.65, - Settlement: `Loan`, - Contract: `Swap`, - Region: `South America`, - Country: `Chile`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-08-11`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 55 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Coal`, - Spread: 0.015, - Open: 0.4363, - Price: 0.41, - Buy: 0.44, - Sell: 0.44, - Change: -0.01, - ChangePercent: -1.64, - Volume: 3, - High: 0.44, - Low: 0.44, - YearlyHigh: 0.48, - YearlyLow: 0.4, - YearlyStart: 0.44, - YearlyChange: -5.33, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Europe`, - Country: `Hungary`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-07-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 56 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `OJ Future`, - Spread: 0.01, - Open: 140.6, - Price: 140.41, - Buy: 140.18, - Sell: 140.19, - Change: 0.22, - ChangePercent: 0.16, - Volume: 7, - High: 140.19, - Low: 0, - YearlyHigh: 155.95, - YearlyLow: 113, - YearlyStart: 134.47, - YearlyChange: 4.25, - Settlement: `Loan`, - Contract: `Futures`, - Region: `Europe`, - Country: `Spain`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-07-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 57 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `Lean Hogs`, - Spread: 0.01, - Open: 81.275, - Price: 81.68, - Buy: 81.81, - Sell: 81.82, - Change: -0.13, - ChangePercent: -0.16, - Volume: 1, - High: 81.81, - Low: 81.28, - YearlyHigh: 83.98, - YearlyLow: 70.25, - YearlyStart: 77.11, - YearlyChange: 6.09, - Settlement: `Credit`, - Contract: `Options`, - Region: `South America`, - Country: `Guyana`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-05-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 58 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `BTC/USD`, - Spread: 0.06, - Open: 93.88, - Price: 21126.78, - Buy: 21200.76, - Sell: 21400.78, - Change: 126.01, - ChangePercent: 0.6, - Volume: 5788000, - High: 22400.05, - Low: 20100.75, - YearlyHigh: 62400.7, - YearlyLow: 15100.88, - YearlyStart: 21200.29, - YearlyChange: -20.62, - Settlement: `Cash`, - Contract: `Options`, - Region: `Africa`, - Country: `Tunisia`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `High`, - Issuer: `FedEx`, - Maturity: `2022-08-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 59 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Platinum`, - Spread: 0.01, - Open: 1071.6, - Price: 1055.68, - Buy: 1071.09, - Sell: 1071.1, - Change: -15.42, - ChangePercent: -1.44, - Volume: 3039, - High: 1081.2, - Low: 1070.5, - YearlyHigh: 1120.6, - YearlyLow: 812.4, - YearlyStart: 966.5, - YearlyChange: 10.82, - Settlement: `Cash`, - Contract: `Futures`, - Region: `South America`, - Country: `Chile`, - Risk: `High`, - Sector: `Private`, - Currency: `PLN`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-07-11`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 60 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Milk`, - Spread: 0.01, - Open: 12.87, - Price: 13.08, - Buy: 12.87, - Sell: 12.87, - Change: 0.22, - ChangePercent: 1.68, - Volume: 7, - High: 12.89, - Low: 12.81, - YearlyHigh: 16.96, - YearlyLow: 12.81, - YearlyStart: 14.88, - YearlyChange: -13.6, - Settlement: `Credit`, - Contract: `Futures`, - Region: `Europe`, - Country: `Hungary`, - Risk: `High`, - Sector: `Private`, - Currency: `PLN`, - Security: `High`, - Issuer: `American Airlines`, - Maturity: `2022-05-23`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 61 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soy oil`, - Spread: 0.01, - Open: 33.26, - Price: 34.45, - Buy: 33.77, - Sell: 33.78, - Change: 0.68, - ChangePercent: 2, - Volume: 10592, - High: 33.77, - Low: 33.06, - YearlyHigh: 35.43, - YearlyLow: 26.61, - YearlyStart: 31.02, - YearlyChange: 8.87, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Africa`, - Country: `Morocco`, - Risk: `High`, - Sector: `Public`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `American Airlines`, - Maturity: `2022-02-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 62 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Platinum`, - Spread: 0.01, - Open: 1071.6, - Price: 1074.53, - Buy: 1071.09, - Sell: 1071.1, - Change: 3.43, - ChangePercent: 0.32, - Volume: 3039, - High: 1081.2, - Low: 1070.5, - YearlyHigh: 1120.6, - YearlyLow: 812.4, - YearlyStart: 966.5, - YearlyChange: 10.82, - Settlement: `Credit`, - Contract: `CFD`, - Region: `Africa`, - Country: `Libya`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-04-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 63 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Ethanol`, - Spread: 0.01, - Open: 1.512, - Price: 2.81, - Buy: 2.75, - Sell: 2.76, - Change: 0.06, - ChangePercent: 2, - Volume: 14, - High: 2.75, - Low: 1.12, - YearlyHigh: 2.75, - YearlyLow: 1.12, - YearlyStart: 1.48, - YearlyChange: 86.7, - Settlement: `Credit`, - Contract: `Forwards`, - Region: `Asia Pacific`, - Country: `India`, - Risk: `High`, - Sector: `Public`, - Currency: `USD`, - Security: `High`, - Issuer: `FedEx`, - Maturity: `2022-03-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 64 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Cotton`, - Spread: 0.01, - Open: 61.77, - Price: 61.86, - Buy: 61.77, - Sell: 61.77, - Change: 0.1, - ChangePercent: 0.16, - Volume: 3612, - High: 62.06, - Low: 61.32, - YearlyHigh: 67.59, - YearlyLow: 54.33, - YearlyStart: 60.96, - YearlyChange: 1.31, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Africa`, - Country: `Tunisia`, - Risk: `High`, - Sector: `Private`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-01-23`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 65 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Wheat`, - Spread: 0.01, - Open: 465.5, - Price: 472.78, - Buy: 465.5, - Sell: 465.5, - Change: 7.26, - ChangePercent: 1.56, - Volume: 4318, - High: 467, - Low: 463.25, - YearlyHigh: 628.5, - YearlyLow: 449.5, - YearlyStart: 539, - YearlyChange: -13.63, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Africa`, - Country: `Cameroon`, - Risk: `Low`, - Sector: `Government`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-02-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 66 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Natural Gas`, - Spread: 0.02, - Open: 2.094, - Price: 2.06, - Buy: 2.09, - Sell: 2.09, - Change: -0.04, - ChangePercent: -1.92, - Volume: 2783, - High: 2.11, - Low: 2.09, - YearlyHigh: 3.2, - YearlyLow: 1.84, - YearlyStart: 2.52, - YearlyChange: -16.51, - Settlement: `Cash`, - Contract: `Options`, - Region: `South America`, - Country: `Uruguay`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-01-19`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 67 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `FD Cattle`, - Spread: 0.01, - Open: 147.175, - Price: 148.55, - Buy: 148.6, - Sell: 148.61, - Change: -0.06, - ChangePercent: -0.04, - Volume: 5, - High: 148.61, - Low: 147.18, - YearlyHigh: 190, - YearlyLow: 138.1, - YearlyStart: 164.05, - YearlyChange: -9.41, - Settlement: `Cash`, - Contract: `Swap`, - Region: `South America`, - Country: `Argentina`, - Risk: `High`, - Sector: `Government`, - Currency: `USD`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-03-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 68 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/JPY`, - Spread: 0.02, - Open: 9275.5, - Price: 9347.84, - Buy: 9277.32, - Sell: 9277.34, - Change: 70.51, - ChangePercent: 0.76, - Volume: 47734, - High: 9277.33, - Low: 0.93, - YearlyHigh: 9483, - YearlyLow: 0.93, - YearlyStart: 4741.97, - YearlyChange: 95.64, - Settlement: `Credit`, - Contract: `Options`, - Region: `Middle East`, - Country: `Saudi Arabia`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `High`, - Issuer: `American Airlines`, - Maturity: `2022-07-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 69 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soy oil`, - Spread: 0.01, - Open: 33.26, - Price: 33.38, - Buy: 33.77, - Sell: 33.78, - Change: -0.39, - ChangePercent: -1.16, - Volume: 10592, - High: 33.77, - Low: 33.06, - YearlyHigh: 35.43, - YearlyLow: 26.61, - YearlyStart: 31.02, - YearlyChange: 8.87, - Settlement: `Credit`, - Contract: `Options`, - Region: `Europe`, - Country: `Netherlands`, - Risk: `Low`, - Sector: `Government`, - Currency: `USD`, - Security: `High`, - Issuer: `American Airlines`, - Maturity: `2022-09-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 70 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soy Meat`, - Spread: 0.01, - Open: 342.6, - Price: 339.06, - Buy: 342.6, - Sell: 342.6, - Change: -3.56, - ChangePercent: -1.04, - Volume: 5646, - High: 345.4, - Low: 340.3, - YearlyHigh: 353.4, - YearlyLow: 261.7, - YearlyStart: 307.55, - YearlyChange: 11.4, - Settlement: `Loan`, - Contract: `Options`, - Region: `Europe`, - Country: `Hungary`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-04-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 71 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Natural Gas`, - Spread: 0.02, - Open: 2.094, - Price: 2.1, - Buy: 2.09, - Sell: 2.09, - Change: 0, - ChangePercent: -0.28, - Volume: 2783, - High: 2.11, - Low: 2.09, - YearlyHigh: 3.2, - YearlyLow: 1.84, - YearlyStart: 2.52, - YearlyChange: -16.51, - Settlement: `Loan`, - Contract: `Forwards`, - Region: `Europe`, - Country: `Portugal`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-05-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 72 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/JPY`, - Spread: 0.02, - Open: 9275.5, - Price: 9459.17, - Buy: 9277.32, - Sell: 9277.34, - Change: 181.84, - ChangePercent: 1.96, - Volume: 47734, - High: 9277.33, - Low: 0.93, - YearlyHigh: 9483, - YearlyLow: 0.93, - YearlyStart: 4741.97, - YearlyChange: 95.64, - Settlement: `Credit`, - Contract: `Futures`, - Region: `Middle East`, - Country: `Iraq`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-07-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 73 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Oats`, - Spread: 0.01, - Open: 194.5, - Price: 197.25, - Buy: 194.21, - Sell: 194.22, - Change: 3.03, - ChangePercent: 1.56, - Volume: 64, - High: 195.75, - Low: 194, - YearlyHigh: 241.25, - YearlyLow: 183.75, - YearlyStart: 212.5, - YearlyChange: -8.6, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Europe`, - Country: `Sweden`, - Risk: `Low`, - Sector: `Public`, - Currency: `USD`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-04-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 74 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soy Meat`, - Spread: 0.01, - Open: 342.6, - Price: 336.59, - Buy: 342.6, - Sell: 342.6, - Change: -6.03, - ChangePercent: -1.76, - Volume: 5646, - High: 345.4, - Low: 340.3, - YearlyHigh: 353.4, - YearlyLow: 261.7, - YearlyStart: 307.55, - YearlyChange: 11.4, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Africa`, - Country: `Ethiopia`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-09-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 75 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Gold`, - Spread: 0.01, - Open: 1281.1, - Price: 1260.75, - Buy: 1280.73, - Sell: 1280.74, - Change: -19.98, - ChangePercent: -1.56, - Volume: 48387, - High: 1289.5, - Low: 1279.1, - YearlyHigh: 1306, - YearlyLow: 1047.2, - YearlyStart: 1176.6, - YearlyChange: 8.85, - Settlement: `Cash`, - Contract: `Options`, - Region: `Africa`, - Country: `Nigeria`, - Risk: `High`, - Sector: `Private`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-04-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 76 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Sugar`, - Spread: 0.01, - Open: 15.68, - Price: 14.91, - Buy: 14.67, - Sell: 14.68, - Change: 0.24, - ChangePercent: 1.64, - Volume: 4949, - High: 15.7, - Low: 14.67, - YearlyHigh: 16.87, - YearlyLow: 11.37, - YearlyStart: 14.12, - YearlyChange: 3.92, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Europe`, - Country: `Sweden`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-05-21`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 77 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Copper`, - Spread: 0.02, - Open: 2.123, - Price: 2.1, - Buy: 2.12, - Sell: 2.12, - Change: -0.01, - ChangePercent: -0.64, - Volume: 28819, - High: 2.16, - Low: 2.11, - YearlyHigh: 2.94, - YearlyLow: 1.96, - YearlyStart: 2.45, - YearlyChange: -13.76, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Africa`, - Country: `Ethiopia`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-08-19`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 78 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/JPY`, - Spread: 0.02, - Open: 9275.5, - Price: 9329.29, - Buy: 9277.32, - Sell: 9277.34, - Change: 51.96, - ChangePercent: 0.56, - Volume: 47734, - High: 9277.33, - Low: 0.93, - YearlyHigh: 9483, - YearlyLow: 0.93, - YearlyStart: 4741.97, - YearlyChange: 95.64, - Settlement: `Loan`, - Contract: `Futures`, - Region: `Europe`, - Country: `Germany`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-07-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 79 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `OJ Future`, - Spread: 0.01, - Open: 140.6, - Price: 140.97, - Buy: 140.18, - Sell: 140.19, - Change: 0.78, - ChangePercent: 0.56, - Volume: 7, - High: 140.19, - Low: 0, - YearlyHigh: 155.95, - YearlyLow: 113, - YearlyStart: 134.47, - YearlyChange: 4.25, - Settlement: `Loan`, - Contract: `CFD`, - Region: `Africa`, - Country: `Morocco`, - Risk: `Low`, - Sector: `Government`, - Currency: `USD`, - Security: `High`, - Issuer: `FedEx`, - Maturity: `2022-06-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 80 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/JPY`, - Spread: 0.02, - Open: 9275.5, - Price: 9455.46, - Buy: 9277.32, - Sell: 9277.34, - Change: 178.13, - ChangePercent: 1.92, - Volume: 47734, - High: 9277.33, - Low: 0.93, - YearlyHigh: 9483, - YearlyLow: 0.93, - YearlyStart: 4741.97, - YearlyChange: 95.64, - Settlement: `Loan`, - Contract: `Futures`, - Region: `Asia Pacific`, - Country: `China`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-03-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 81 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `FD Cattle`, - Spread: 0.01, - Open: 147.175, - Price: 148.37, - Buy: 148.6, - Sell: 148.61, - Change: -0.24, - ChangePercent: -0.16, - Volume: 5, - High: 148.61, - Low: 147.18, - YearlyHigh: 190, - YearlyLow: 138.1, - YearlyStart: 164.05, - YearlyChange: -9.41, - Settlement: `Loan`, - Contract: `Futures`, - Region: `Europe`, - Country: `France`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-02-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 82 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Diesel`, - Spread: 0.015, - Open: 1.3474, - Price: 1.38, - Buy: 1.35, - Sell: 1.35, - Change: 0.02, - ChangePercent: 1.56, - Volume: 2971, - High: 1.36, - Low: 1.34, - YearlyHigh: 2.11, - YearlyLow: 0.92, - YearlyStart: 1.51, - YearlyChange: -10.4, - Settlement: `Cash`, - Contract: `Options`, - Region: `North America`, - Country: `United States`, - Risk: `High`, - Sector: `Public`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-03-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 83 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Ethanol`, - Spread: 0.01, - Open: 1.512, - Price: 2.71, - Buy: 2.75, - Sell: 2.76, - Change: -0.04, - ChangePercent: -1.68, - Volume: 14, - High: 2.75, - Low: 1.12, - YearlyHigh: 2.75, - YearlyLow: 1.12, - YearlyStart: 1.48, - YearlyChange: 86.7, - Settlement: `Cash`, - Contract: `Options`, - Region: `Africa`, - Country: `South Africa`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-04-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 84 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `DOW Future`, - Spread: 0.01, - Open: 17711, - Price: 17875.1, - Buy: 17712.15, - Sell: 17712.16, - Change: 162.95, - ChangePercent: 0.92, - Volume: 22236, - High: 17727, - Low: 17642, - YearlyHigh: 18083, - YearlyLow: 15299, - YearlyStart: 16691, - YearlyChange: 6.12, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Europe`, - Country: `Ireland`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-02-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 85 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `LV Cattle`, - Spread: 0.01, - Open: 120.725, - Price: 120.9, - Buy: 120.72, - Sell: 120.72, - Change: 0.2, - ChangePercent: 0.16, - Volume: 4, - High: 120.72, - Low: 120.72, - YearlyHigh: 147.98, - YearlyLow: 113.9, - YearlyStart: 130.94, - YearlyChange: -7.82, - Settlement: `Loan`, - Contract: `Futures`, - Region: `Europe`, - Country: `Romania`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `American Airlines`, - Maturity: `2022-06-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 86 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `LV Cattle`, - Spread: 0.01, - Open: 120.725, - Price: 120.66, - Buy: 120.72, - Sell: 120.72, - Change: -0.05, - ChangePercent: -0.04, - Volume: 4, - High: 120.72, - Low: 120.72, - YearlyHigh: 147.98, - YearlyLow: 113.9, - YearlyStart: 130.94, - YearlyChange: -7.82, - Settlement: `Credit`, - Contract: `Futures`, - Region: `Europe`, - Country: `France`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-02-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 87 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `LV Cattle`, - Spread: 0.01, - Open: 120.725, - Price: 119.93, - Buy: 120.72, - Sell: 120.72, - Change: -0.77, - ChangePercent: -0.64, - Volume: 4, - High: 120.72, - Low: 120.72, - YearlyHigh: 147.98, - YearlyLow: 113.9, - YearlyStart: 130.94, - YearlyChange: -7.82, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Middle East`, - Country: `Qatar`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-03-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 88 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P Future`, - Spread: 0.01, - Open: 2057.5, - Price: 2017.12, - Buy: 2056.6, - Sell: 2056.61, - Change: -39.48, - ChangePercent: -1.92, - Volume: 142780, - High: 2059.5, - Low: 2049, - YearlyHigh: 2105.5, - YearlyLow: 1794.5, - YearlyStart: 1950, - YearlyChange: 5.47, - Settlement: `Credit`, - Contract: `Options`, - Region: `Europe`, - Country: `Denmark`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-08-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 89 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `Euro$ 3M`, - Spread: 0.01, - Open: 99.18, - Price: 97.38, - Buy: 99.18, - Sell: 99.18, - Change: -1.79, - ChangePercent: -1.8, - Volume: 29509, - High: 99.18, - Low: 99.17, - YearlyHigh: 99.38, - YearlyLow: 98.41, - YearlyStart: 98.89, - YearlyChange: 0.28, - Settlement: `Loan`, - Contract: `Forwards`, - Region: `Asia Pacific`, - Country: `Hong Kong`, - Risk: `Low`, - Sector: `Government`, - Currency: `USD`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-07-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 90 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `AUD/USD`, - Spread: 0.02, - Open: 0.7344, - Price: 0.73, - Buy: 0.73, - Sell: 0.73, - Change: -0.01, - ChangePercent: -1.48, - Volume: 36764, - High: 0.74, - Low: 0.73, - YearlyHigh: 0.79, - YearlyLow: 0.68, - YearlyStart: 0.73, - YearlyChange: 1.28, - Settlement: `Credit`, - Contract: `Futures`, - Region: `North America`, - Country: `United States`, - Risk: `High`, - Sector: `Government`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-08-24`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 91 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Platinum`, - Spread: 0.01, - Open: 1071.6, - Price: 1057.82, - Buy: 1071.09, - Sell: 1071.1, - Change: -13.28, - ChangePercent: -1.24, - Volume: 3039, - High: 1081.2, - Low: 1070.5, - YearlyHigh: 1120.6, - YearlyLow: 812.4, - YearlyStart: 966.5, - YearlyChange: 10.82, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Middle East`, - Country: `Oman`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-01-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 92 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Silver`, - Spread: 0.01, - Open: 17.43, - Price: 17.27, - Buy: 17.43, - Sell: 17.43, - Change: -0.15, - ChangePercent: -0.84, - Volume: 11720, - High: 17.51, - Low: 17.37, - YearlyHigh: 18.06, - YearlyLow: 13.73, - YearlyStart: 15.89, - YearlyChange: 9.59, - Settlement: `Cash`, - Contract: `CFD`, - Region: `Europe`, - Country: `Bulgaria`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-05-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 93 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `Lean Hogs`, - Spread: 0.01, - Open: 81.275, - Price: 81.29, - Buy: 81.81, - Sell: 81.82, - Change: -0.52, - ChangePercent: -0.64, - Volume: 1, - High: 81.81, - Low: 81.28, - YearlyHigh: 83.98, - YearlyLow: 70.25, - YearlyStart: 77.11, - YearlyChange: 6.09, - Settlement: `Cash`, - Contract: `Options`, - Region: `Africa`, - Country: `South Africa`, - Risk: `Low`, - Sector: `Public`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-01-27`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 94 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Wheat`, - Spread: 0.01, - Open: 465.5, - Price: 469.8, - Buy: 465.5, - Sell: 465.5, - Change: 4.28, - ChangePercent: 0.92, - Volume: 4318, - High: 467, - Low: 463.25, - YearlyHigh: 628.5, - YearlyLow: 449.5, - YearlyStart: 539, - YearlyChange: -13.63, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Africa`, - Country: `South Africa`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-08-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 95 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Wheat`, - Spread: 0.01, - Open: 465.5, - Price: 462.35, - Buy: 465.5, - Sell: 465.5, - Change: -3.17, - ChangePercent: -0.68, - Volume: 4318, - High: 467, - Low: 463.25, - YearlyHigh: 628.5, - YearlyLow: 449.5, - YearlyStart: 539, - YearlyChange: -13.63, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Europe`, - Country: `Finland`, - Risk: `Low`, - Sector: `Government`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-01-16`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 96 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `BTC/USD`, - Spread: 0.06, - Open: 93.88, - Price: 20698.36, - Buy: 21200.76, - Sell: 21400.78, - Change: -302.41, - ChangePercent: -1.44, - Volume: 5788000, - High: 22400.05, - Low: 20100.75, - YearlyHigh: 62400.7, - YearlyLow: 15100.88, - YearlyStart: 21200.29, - YearlyChange: -20.62, - Settlement: `Loan`, - Contract: `Options`, - Region: `North America`, - Country: `United States`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-08-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 97 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Corn`, - Spread: 0.01, - Open: 379.5, - Price: 377.68, - Buy: 379.8, - Sell: 379.81, - Change: -2.12, - ChangePercent: -0.56, - Volume: 11266, - High: 381, - Low: 377.75, - YearlyHigh: 471.25, - YearlyLow: 351.25, - YearlyStart: 411.25, - YearlyChange: -7.65, - Settlement: `Loan`, - Contract: `Options`, - Region: `Europe`, - Country: `Italy`, - Risk: `Low`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-01-24`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 98 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Uranium`, - Spread: 0.02, - Open: 27.55, - Price: 27.91, - Buy: 27.55, - Sell: 27.55, - Change: 0.33, - ChangePercent: 1.2, - Volume: 12, - High: 27.55, - Low: 27.55, - YearlyHigh: 29.32, - YearlyLow: 21.28, - YearlyStart: 25.3, - YearlyChange: 9.01, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Middle East`, - Country: `Lebanon`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-06-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 99 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Wheat`, - Spread: 0.01, - Open: 465.5, - Price: 467.01, - Buy: 465.5, - Sell: 465.5, - Change: 1.49, - ChangePercent: 0.32, - Volume: 4318, - High: 467, - Low: 463.25, - YearlyHigh: 628.5, - YearlyLow: 449.5, - YearlyStart: 539, - YearlyChange: -13.63, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Europe`, - Country: `Ireland`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-06-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 100 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P MID MINI`, - Spread: 0.01, - Open: 1454.3, - Price: 1453.45, - Buy: 1455.78, - Sell: 1455.79, - Change: -2.33, - ChangePercent: -0.16, - Volume: 338, - High: 1455.78, - Low: 1448, - YearlyHigh: 1527.3, - YearlyLow: 1236, - YearlyStart: 1381.65, - YearlyChange: 5.37, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Africa`, - Country: `Morocco`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-06-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 101 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `FD Cattle`, - Spread: 0.01, - Open: 147.175, - Price: 149.85, - Buy: 148.6, - Sell: 148.61, - Change: 1.24, - ChangePercent: 0.84, - Volume: 5, - High: 148.61, - Low: 147.18, - YearlyHigh: 190, - YearlyLow: 138.1, - YearlyStart: 164.05, - YearlyChange: -9.41, - Settlement: `Cash`, - Contract: `Options`, - Region: `Africa`, - Country: `Ethiopia`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-02-10`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 102 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Copper`, - Spread: 0.02, - Open: 2.123, - Price: 2.16, - Buy: 2.12, - Sell: 2.12, - Change: 0.05, - ChangePercent: 2, - Volume: 28819, - High: 2.16, - Low: 2.11, - YearlyHigh: 2.94, - YearlyLow: 1.96, - YearlyStart: 2.45, - YearlyChange: -13.76, - Settlement: `Cash`, - Contract: `Options`, - Region: `Africa`, - Country: `Senegal`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-03-19`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 103 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Uranium`, - Spread: 0.02, - Open: 27.55, - Price: 27.81, - Buy: 27.55, - Sell: 27.55, - Change: 0.23, - ChangePercent: 0.84, - Volume: 12, - High: 27.55, - Low: 27.55, - YearlyHigh: 29.32, - YearlyLow: 21.28, - YearlyStart: 25.3, - YearlyChange: 9.01, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Middle East`, - Country: `Iran`, - Risk: `High`, - Sector: `Government`, - Currency: `USD`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-08-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 104 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `DOW Future`, - Spread: 0.01, - Open: 17711, - Price: 17457.1, - Buy: 17712.15, - Sell: 17712.16, - Change: -255.05, - ChangePercent: -1.44, - Volume: 22236, - High: 17727, - Low: 17642, - YearlyHigh: 18083, - YearlyLow: 15299, - YearlyStart: 16691, - YearlyChange: 6.12, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Asia Pacific`, - Country: `Thailand`, - Risk: `High`, - Sector: `Private`, - Currency: `PLN`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-05-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 105 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Coal`, - Spread: 0.015, - Open: 0.4363, - Price: 0.41, - Buy: 0.44, - Sell: 0.44, - Change: -0.01, - ChangePercent: -0.96, - Volume: 3, - High: 0.44, - Low: 0.44, - YearlyHigh: 0.48, - YearlyLow: 0.4, - YearlyStart: 0.44, - YearlyChange: -5.33, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `Asia Pacific`, - Country: `India`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-02-24`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 106 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Platinum`, - Spread: 0.01, - Open: 1071.6, - Price: 1086.52, - Buy: 1071.09, - Sell: 1071.1, - Change: 15.42, - ChangePercent: 1.44, - Volume: 3039, - High: 1081.2, - Low: 1070.5, - YearlyHigh: 1120.6, - YearlyLow: 812.4, - YearlyStart: 966.5, - YearlyChange: 10.82, - Settlement: `Credit`, - Contract: `Options`, - Region: `North America`, - Country: `Mexico`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-04-23`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 107 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Rice`, - Spread: 0.01, - Open: 11.245, - Price: 10.61, - Buy: 10.41, - Sell: 10.42, - Change: 0.19, - ChangePercent: 1.84, - Volume: 220, - High: 11.38, - Low: 10.42, - YearlyHigh: 14.14, - YearlyLow: 9.7, - YearlyStart: 11.92, - YearlyChange: -12.62, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Asia Pacific`, - Country: `Indonesia`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `FedEx`, - Maturity: `2022-06-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 108 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `BTC/USD`, - Spread: 0.06, - Open: 93.88, - Price: 20765.56, - Buy: 21200.76, - Sell: 21400.78, - Change: -235.21, - ChangePercent: -1.12, - Volume: 5788000, - High: 22400.05, - Low: 20100.75, - YearlyHigh: 62400.7, - YearlyLow: 15100.88, - YearlyStart: 21200.29, - YearlyChange: -20.62, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Middle East`, - Country: `Iran`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-06-16`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 109 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P 600 MINI`, - Spread: 0.01, - Open: 687.9, - Price: 691.18, - Buy: 687.9, - Sell: 687.9, - Change: 3.3, - ChangePercent: 0.48, - Volume: 0, - High: 0, - Low: 0, - YearlyHigh: 620.32, - YearlyLow: 595.9, - YearlyStart: 608.11, - YearlyChange: 13.12, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Asia Pacific`, - Country: `Malaysia`, - Risk: `High`, - Sector: `Government`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-02-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 110 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soy oil`, - Spread: 0.01, - Open: 33.26, - Price: 34.26, - Buy: 33.77, - Sell: 33.78, - Change: 0.49, - ChangePercent: 1.44, - Volume: 10592, - High: 33.77, - Low: 33.06, - YearlyHigh: 35.43, - YearlyLow: 26.61, - YearlyStart: 31.02, - YearlyChange: 8.87, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Europe`, - Country: `Greece`, - Risk: `High`, - Sector: `Government`, - Currency: `PLN`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-06-10`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 111 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `FD Cattle`, - Spread: 0.01, - Open: 147.175, - Price: 148.07, - Buy: 148.6, - Sell: 148.61, - Change: -0.54, - ChangePercent: -0.36, - Volume: 5, - High: 148.61, - Low: 147.18, - YearlyHigh: 190, - YearlyLow: 138.1, - YearlyStart: 164.05, - YearlyChange: -9.41, - Settlement: `Cash`, - Contract: `CFD`, - Region: `Europe`, - Country: `Portugal`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-01-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 112 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Coal`, - Spread: 0.015, - Open: 0.4363, - Price: 0.42, - Buy: 0.44, - Sell: 0.44, - Change: 0, - ChangePercent: 1.8, - Volume: 3, - High: 0.44, - Low: 0.44, - YearlyHigh: 0.48, - YearlyLow: 0.4, - YearlyStart: 0.44, - YearlyChange: -5.33, - Settlement: `Cash`, - Contract: `Options`, - Region: `Middle East`, - Country: `Israel`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `FedEx`, - Maturity: `2022-03-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 113 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Gold`, - Spread: 0.01, - Open: 1281.1, - Price: 1272.54, - Buy: 1280.73, - Sell: 1280.74, - Change: -8.19, - ChangePercent: -0.64, - Volume: 48387, - High: 1289.5, - Low: 1279.1, - YearlyHigh: 1306, - YearlyLow: 1047.2, - YearlyStart: 1176.6, - YearlyChange: 8.85, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Asia Pacific`, - Country: `Indonesia`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-02-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 114 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Corn`, - Spread: 0.01, - Open: 379.5, - Price: 373.42, - Buy: 379.8, - Sell: 379.81, - Change: -6.38, - ChangePercent: -1.68, - Volume: 11266, - High: 381, - Low: 377.75, - YearlyHigh: 471.25, - YearlyLow: 351.25, - YearlyStart: 411.25, - YearlyChange: -7.65, - Settlement: `Cash`, - Contract: `Futures`, - Region: `North America`, - Country: `Canada`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `High`, - Issuer: `FedEx`, - Maturity: `2022-09-11`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 115 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `US 10YR Future`, - Spread: 0.01, - Open: 130.5625, - Price: 131.47, - Buy: 130.56, - Sell: 130.56, - Change: 0.89, - ChangePercent: 0.68, - Volume: 189310, - High: 130.63, - Low: 130.44, - YearlyHigh: 132.64, - YearlyLow: 125.48, - YearlyStart: 129.06, - YearlyChange: 1.18, - Settlement: `Credit`, - Contract: `Futures`, - Region: `Africa`, - Country: `Niger`, - Risk: `Low`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-03-22`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 116 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Coal`, - Spread: 0.015, - Open: 0.4363, - Price: 0.41, - Buy: 0.44, - Sell: 0.44, - Change: -0.01, - ChangePercent: -1.88, - Volume: 3, - High: 0.44, - Low: 0.44, - YearlyHigh: 0.48, - YearlyLow: 0.4, - YearlyStart: 0.44, - YearlyChange: -5.33, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Europe`, - Country: `Iceland`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-04-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 117 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P Future`, - Spread: 0.01, - Open: 2057.5, - Price: 2086.22, - Buy: 2056.6, - Sell: 2056.61, - Change: 29.62, - ChangePercent: 1.44, - Volume: 142780, - High: 2059.5, - Low: 2049, - YearlyHigh: 2105.5, - YearlyLow: 1794.5, - YearlyStart: 1950, - YearlyChange: 5.47, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Europe`, - Country: `Greece`, - Risk: `Low`, - Sector: `Public`, - Currency: `USD`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-03-23`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 118 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soy Meat`, - Spread: 0.01, - Open: 342.6, - Price: 346.32, - Buy: 342.6, - Sell: 342.6, - Change: 3.7, - ChangePercent: 1.08, - Volume: 5646, - High: 345.4, - Low: 340.3, - YearlyHigh: 353.4, - YearlyLow: 261.7, - YearlyStart: 307.55, - YearlyChange: 11.4, - Settlement: `Loan`, - Contract: `Futures`, - Region: `Asia Pacific`, - Country: `Azerbaijan`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-06-27`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 119 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `LV Cattle`, - Spread: 0.01, - Open: 120.725, - Price: 122.78, - Buy: 120.72, - Sell: 120.72, - Change: 2.08, - ChangePercent: 1.72, - Volume: 4, - High: 120.72, - Low: 120.72, - YearlyHigh: 147.98, - YearlyLow: 113.9, - YearlyStart: 130.94, - YearlyChange: -7.82, - Settlement: `Loan`, - Contract: `Futures`, - Region: `Europe`, - Country: `Ireland`, - Risk: `High`, - Sector: `Government`, - Currency: `PLN`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-01-21`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 120 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Copper`, - Spread: 0.02, - Open: 2.123, - Price: 2.1, - Buy: 2.12, - Sell: 2.12, - Change: -0.01, - ChangePercent: -0.56, - Volume: 28819, - High: 2.16, - Low: 2.11, - YearlyHigh: 2.94, - YearlyLow: 1.96, - YearlyStart: 2.45, - YearlyChange: -13.76, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Europe`, - Country: `Norway`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-01-16`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 121 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Uranium`, - Spread: 0.02, - Open: 27.55, - Price: 27.52, - Buy: 27.55, - Sell: 27.55, - Change: -0.06, - ChangePercent: -0.2, - Volume: 12, - High: 27.55, - Low: 27.55, - YearlyHigh: 29.32, - YearlyLow: 21.28, - YearlyStart: 25.3, - YearlyChange: 9.01, - Settlement: `Credit`, - Contract: `Futures`, - Region: `Middle East`, - Country: `Jordan`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-02-22`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 122 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Silver`, - Spread: 0.01, - Open: 17.43, - Price: 17.18, - Buy: 17.43, - Sell: 17.43, - Change: -0.24, - ChangePercent: -1.4, - Volume: 11720, - High: 17.51, - Low: 17.37, - YearlyHigh: 18.06, - YearlyLow: 13.73, - YearlyStart: 15.89, - YearlyChange: 9.59, - Settlement: `Credit`, - Contract: `Options`, - Region: `Europe`, - Country: `Romania`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-07-22`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 123 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soybean`, - Spread: 0.01, - Open: 1038, - Price: 1044.02, - Buy: 1038.61, - Sell: 1038.62, - Change: 5.4, - ChangePercent: 0.52, - Volume: 20356, - High: 1044, - Low: 1031.75, - YearlyHigh: 1057, - YearlyLow: 859.5, - YearlyStart: 958.25, - YearlyChange: 8.39, - Settlement: `Cash`, - Contract: `Options`, - Region: `South America`, - Country: `Brazil`, - Risk: `Low`, - Sector: `Government`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-07-24`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 124 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Coal`, - Spread: 0.015, - Open: 0.4363, - Price: 0.42, - Buy: 0.44, - Sell: 0.44, - Change: 0, - ChangePercent: 1.36, - Volume: 3, - High: 0.44, - Low: 0.44, - YearlyHigh: 0.48, - YearlyLow: 0.4, - YearlyStart: 0.44, - YearlyChange: -5.33, - Settlement: `Cash`, - Contract: `CFD`, - Region: `Africa`, - Country: `Algeria`, - Risk: `Low`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-04-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 125 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Rice`, - Spread: 0.01, - Open: 11.245, - Price: 10.26, - Buy: 10.41, - Sell: 10.42, - Change: -0.16, - ChangePercent: -1.48, - Volume: 220, - High: 11.38, - Low: 10.42, - YearlyHigh: 14.14, - YearlyLow: 9.7, - YearlyStart: 11.92, - YearlyChange: -12.62, - Settlement: `Credit`, - Contract: `CFD`, - Region: `Europe`, - Country: `Poland`, - Risk: `Low`, - Sector: `Public`, - Currency: `EUR`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-08-10`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 126 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Copper`, - Spread: 0.02, - Open: 2.123, - Price: 2.1, - Buy: 2.12, - Sell: 2.12, - Change: -0.01, - ChangePercent: -0.52, - Volume: 28819, - High: 2.16, - Low: 2.11, - YearlyHigh: 2.94, - YearlyLow: 1.96, - YearlyStart: 2.45, - YearlyChange: -13.76, - Settlement: `Credit`, - Contract: `Options`, - Region: `Middle East`, - Country: `Turkey`, - Risk: `Low`, - Sector: `Public`, - Currency: `EUR`, - Security: `High`, - Issuer: `American Airlines`, - Maturity: `2022-07-16`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 127 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `US 30YR Future`, - Spread: 0.01, - Open: 164.875, - Price: 164.03, - Buy: 164.15, - Sell: 164.16, - Change: -0.13, - ChangePercent: -0.08, - Volume: 28012, - High: 165.25, - Low: 164.04, - YearlyHigh: 169.38, - YearlyLow: 151.47, - YearlyStart: 160.43, - YearlyChange: 2.33, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Europe`, - Country: `Italy`, - Risk: `High`, - Sector: `Public`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-07-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 128 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Platinum`, - Spread: 0.01, - Open: 1071.6, - Price: 1075.38, - Buy: 1071.09, - Sell: 1071.1, - Change: 4.28, - ChangePercent: 0.4, - Volume: 3039, - High: 1081.2, - Low: 1070.5, - YearlyHigh: 1120.6, - YearlyLow: 812.4, - YearlyStart: 966.5, - YearlyChange: 10.82, - Settlement: `Credit`, - Contract: `Swap`, - Region: `South America`, - Country: `Paraguay`, - Risk: `Low`, - Sector: `Government`, - Currency: `USD`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-04-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 129 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `BTC/USD`, - Spread: 0.06, - Open: 93.88, - Price: 20807.56, - Buy: 21200.76, - Sell: 21400.78, - Change: -193.21, - ChangePercent: -0.92, - Volume: 5788000, - High: 22400.05, - Low: 20100.75, - YearlyHigh: 62400.7, - YearlyLow: 15100.88, - YearlyStart: 21200.29, - YearlyChange: -20.62, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Asia Pacific`, - Country: `Malaysia`, - Risk: `High`, - Sector: `Private`, - Currency: `PLN`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-08-24`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 130 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soy oil`, - Spread: 0.01, - Open: 33.26, - Price: 33.28, - Buy: 33.77, - Sell: 33.78, - Change: -0.49, - ChangePercent: -1.44, - Volume: 10592, - High: 33.77, - Low: 33.06, - YearlyHigh: 35.43, - YearlyLow: 26.61, - YearlyStart: 31.02, - YearlyChange: 8.87, - Settlement: `Cash`, - Contract: `Options`, - Region: `Middle East`, - Country: `Israel`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-05-21`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 131 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Cotton`, - Spread: 0.01, - Open: 61.77, - Price: 61.02, - Buy: 61.77, - Sell: 61.77, - Change: -0.74, - ChangePercent: -1.2, - Volume: 3612, - High: 62.06, - Low: 61.32, - YearlyHigh: 67.59, - YearlyLow: 54.33, - YearlyStart: 60.96, - YearlyChange: 1.31, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Asia Pacific`, - Country: `Indonesia`, - Risk: `High`, - Sector: `Government`, - Currency: `USD`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-08-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 132 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Silver`, - Spread: 0.01, - Open: 17.43, - Price: 17.09, - Buy: 17.43, - Sell: 17.43, - Change: -0.33, - ChangePercent: -1.88, - Volume: 11720, - High: 17.51, - Low: 17.37, - YearlyHigh: 18.06, - YearlyLow: 13.73, - YearlyStart: 15.89, - YearlyChange: 9.59, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Middle East`, - Country: `Kuwait`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-08-24`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 133 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/CHF`, - Spread: 0.02, - Open: 1.0337, - Price: 1.04, - Buy: 1.03, - Sell: 1.03, - Change: 0, - ChangePercent: -0.48, - Volume: 5550, - High: 1.03, - Low: 1.03, - YearlyHigh: 1.11, - YearlyLow: 0.98, - YearlyStart: 1.04, - YearlyChange: -0.12, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Africa`, - Country: `Morocco`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-03-16`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 134 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Cotton`, - Spread: 0.01, - Open: 61.77, - Price: 62.5, - Buy: 61.77, - Sell: 61.77, - Change: 0.74, - ChangePercent: 1.2, - Volume: 3612, - High: 62.06, - Low: 61.32, - YearlyHigh: 67.59, - YearlyLow: 54.33, - YearlyStart: 60.96, - YearlyChange: 1.31, - Settlement: `Credit`, - Contract: `Futures`, - Region: `Europe`, - Country: `Italy`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `Poor`, - Issuer: `FedEx`, - Maturity: `2022-06-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 135 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Sugar`, - Spread: 0.01, - Open: 15.68, - Price: 14.68, - Buy: 14.67, - Sell: 14.68, - Change: 0.01, - ChangePercent: 0.04, - Volume: 4949, - High: 15.7, - Low: 14.67, - YearlyHigh: 16.87, - YearlyLow: 11.37, - YearlyStart: 14.12, - YearlyChange: 3.92, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Asia Pacific`, - Country: `Singapore`, - Risk: `Low`, - Sector: `Government`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-06-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 136 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Milk`, - Spread: 0.01, - Open: 12.87, - Price: 12.84, - Buy: 12.87, - Sell: 12.87, - Change: -0.02, - ChangePercent: -0.12, - Volume: 7, - High: 12.89, - Low: 12.81, - YearlyHigh: 16.96, - YearlyLow: 12.81, - YearlyStart: 14.88, - YearlyChange: -13.6, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `Europe`, - Country: `Austria`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-04-21`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 137 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Diesel`, - Spread: 0.015, - Open: 1.3474, - Price: 1.37, - Buy: 1.35, - Sell: 1.35, - Change: 0.01, - ChangePercent: 0.96, - Volume: 2971, - High: 1.36, - Low: 1.34, - YearlyHigh: 2.11, - YearlyLow: 0.92, - YearlyStart: 1.51, - YearlyChange: -10.4, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Africa`, - Country: `Ethiopia`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-09-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 138 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `US 10YR Future`, - Spread: 0.01, - Open: 130.5625, - Price: 132.52, - Buy: 130.56, - Sell: 130.56, - Change: 1.94, - ChangePercent: 1.48, - Volume: 189310, - High: 130.63, - Low: 130.44, - YearlyHigh: 132.64, - YearlyLow: 125.48, - YearlyStart: 129.06, - YearlyChange: 1.18, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Europe`, - Country: `Norway`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-03-11`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 139 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Diesel`, - Spread: 0.015, - Open: 1.3474, - Price: 1.35, - Buy: 1.35, - Sell: 1.35, - Change: -0.01, - ChangePercent: -0.24, - Volume: 2971, - High: 1.36, - Low: 1.34, - YearlyHigh: 2.11, - YearlyLow: 0.92, - YearlyStart: 1.51, - YearlyChange: -10.4, - Settlement: `Cash`, - Contract: `Options`, - Region: `Middle East`, - Country: `Syria`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-05-16`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 140 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P Future`, - Spread: 0.01, - Open: 2057.5, - Price: 2052.49, - Buy: 2056.6, - Sell: 2056.61, - Change: -4.11, - ChangePercent: -0.2, - Volume: 142780, - High: 2059.5, - Low: 2049, - YearlyHigh: 2105.5, - YearlyLow: 1794.5, - YearlyStart: 1950, - YearlyChange: 5.47, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Asia Pacific`, - Country: `Azerbaijan`, - Risk: `Low`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-05-11`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 141 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `Lean Hogs`, - Spread: 0.01, - Open: 81.275, - Price: 83.45, - Buy: 81.81, - Sell: 81.82, - Change: 1.64, - ChangePercent: 2, - Volume: 1, - High: 81.81, - Low: 81.28, - YearlyHigh: 83.98, - YearlyLow: 70.25, - YearlyStart: 77.11, - YearlyChange: 6.09, - Settlement: `Cash`, - Contract: `CFD`, - Region: `Europe`, - Country: `Croatia`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `High`, - Issuer: `FedEx`, - Maturity: `2022-07-21`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 142 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `Euro$ 3M`, - Spread: 0.01, - Open: 99.18, - Price: 98.81, - Buy: 99.18, - Sell: 99.18, - Change: -0.36, - ChangePercent: -0.36, - Volume: 29509, - High: 99.18, - Low: 99.17, - YearlyHigh: 99.38, - YearlyLow: 98.41, - YearlyStart: 98.89, - YearlyChange: 0.28, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Middle East`, - Country: `Turkey`, - Risk: `Low`, - Sector: `Public`, - Currency: `EUR`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-03-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 143 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Oil`, - Spread: 0.015, - Open: 45.54, - Price: 46.05, - Buy: 45.78, - Sell: 45.8, - Change: 0.26, - ChangePercent: 0.56, - Volume: 107196, - High: 45.94, - Low: 45, - YearlyHigh: 65.28, - YearlyLow: 30.79, - YearlyStart: 48.03, - YearlyChange: -4.67, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Africa`, - Country: `Tunisia`, - Risk: `Low`, - Sector: `Government`, - Currency: `USD`, - Security: `High`, - Issuer: `FedEx`, - Maturity: `2022-08-24`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 144 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `US 30YR Future`, - Spread: 0.01, - Open: 164.875, - Price: 165.47, - Buy: 164.15, - Sell: 164.16, - Change: 1.31, - ChangePercent: 0.8, - Volume: 28012, - High: 165.25, - Low: 164.04, - YearlyHigh: 169.38, - YearlyLow: 151.47, - YearlyStart: 160.43, - YearlyChange: 2.33, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Europe`, - Country: `Netherlands`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-02-16`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 145 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `US 10YR Future`, - Spread: 0.01, - Open: 130.5625, - Price: 132.67, - Buy: 130.56, - Sell: 130.56, - Change: 2.09, - ChangePercent: 1.6, - Volume: 189310, - High: 130.63, - Low: 130.44, - YearlyHigh: 132.64, - YearlyLow: 125.48, - YearlyStart: 129.06, - YearlyChange: 1.18, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Middle East`, - Country: `Saudi Arabia`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-09-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 146 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Wheat`, - Spread: 0.01, - Open: 465.5, - Price: 465.89, - Buy: 465.5, - Sell: 465.5, - Change: 0.37, - ChangePercent: 0.08, - Volume: 4318, - High: 467, - Low: 463.25, - YearlyHigh: 628.5, - YearlyLow: 449.5, - YearlyStart: 539, - YearlyChange: -13.63, - Settlement: `Credit`, - Contract: `Forwards`, - Region: `Europe`, - Country: `Bulgaria`, - Risk: `Low`, - Sector: `Public`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-03-24`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 147 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Uranium`, - Spread: 0.02, - Open: 27.55, - Price: 27.39, - Buy: 27.55, - Sell: 27.55, - Change: -0.19, - ChangePercent: -0.68, - Volume: 12, - High: 27.55, - Low: 27.55, - YearlyHigh: 29.32, - YearlyLow: 21.28, - YearlyStart: 25.3, - YearlyChange: 9.01, - Settlement: `Loan`, - Contract: `Options`, - Region: `Asia Pacific`, - Country: `Indonesia`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-07-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 148 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P MID MINI`, - Spread: 0.01, - Open: 1454.3, - Price: 1446.46, - Buy: 1455.78, - Sell: 1455.79, - Change: -9.32, - ChangePercent: -0.64, - Volume: 338, - High: 1455.78, - Low: 1448, - YearlyHigh: 1527.3, - YearlyLow: 1236, - YearlyStart: 1381.65, - YearlyChange: 5.37, - Settlement: `Credit`, - Contract: `Options`, - Region: `Asia Pacific`, - Country: `Taiwan`, - Risk: `Low`, - Sector: `Government`, - Currency: `USD`, - Security: `High`, - Issuer: `American Airlines`, - Maturity: `2022-08-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 149 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `FD Cattle`, - Spread: 0.01, - Open: 147.175, - Price: 150.09, - Buy: 148.6, - Sell: 148.61, - Change: 1.48, - ChangePercent: 1, - Volume: 5, - High: 148.61, - Low: 147.18, - YearlyHigh: 190, - YearlyLow: 138.1, - YearlyStart: 164.05, - YearlyChange: -9.41, - Settlement: `Loan`, - Contract: `Forwards`, - Region: `Middle East`, - Country: `Saudi Arabia`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-04-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 150 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `OJ Future`, - Spread: 0.01, - Open: 140.6, - Price: 139.52, - Buy: 140.18, - Sell: 140.19, - Change: -0.67, - ChangePercent: -0.48, - Volume: 7, - High: 140.19, - Low: 0, - YearlyHigh: 155.95, - YearlyLow: 113, - YearlyStart: 134.47, - YearlyChange: 4.25, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Asia Pacific`, - Country: `Thailand`, - Risk: `Low`, - Sector: `Public`, - Currency: `USD`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-02-16`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 151 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P 600 MINI`, - Spread: 0.01, - Open: 687.9, - Price: 700.26, - Buy: 687.9, - Sell: 687.9, - Change: 12.38, - ChangePercent: 1.8, - Volume: 0, - High: 0, - Low: 0, - YearlyHigh: 620.32, - YearlyLow: 595.9, - YearlyStart: 608.11, - YearlyChange: 13.12, - Settlement: `Credit`, - Contract: `Futures`, - Region: `Africa`, - Country: `Niger`, - Risk: `High`, - Sector: `Private`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-08-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 152 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `Lean Hogs`, - Spread: 0.01, - Open: 81.275, - Price: 80.9, - Buy: 81.81, - Sell: 81.82, - Change: -0.91, - ChangePercent: -1.12, - Volume: 1, - High: 81.81, - Low: 81.28, - YearlyHigh: 83.98, - YearlyLow: 70.25, - YearlyStart: 77.11, - YearlyChange: 6.09, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `North America`, - Country: `United States`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-07-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 153 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Coffee`, - Spread: 0.01, - Open: 125.7, - Price: 126.9, - Buy: 125.7, - Sell: 125.7, - Change: 1.21, - ChangePercent: 0.96, - Volume: 1654, - High: 125.8, - Low: 125, - YearlyHigh: 155.75, - YearlyLow: 115.35, - YearlyStart: 135.55, - YearlyChange: -7.27, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Middle East`, - Country: `Iraq`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-05-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 154 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P MID MINI`, - Spread: 0.01, - Open: 1454.3, - Price: 1440.64, - Buy: 1455.78, - Sell: 1455.79, - Change: -15.14, - ChangePercent: -1.04, - Volume: 338, - High: 1455.78, - Low: 1448, - YearlyHigh: 1527.3, - YearlyLow: 1236, - YearlyStart: 1381.65, - YearlyChange: 5.37, - Settlement: `Credit`, - Contract: `Options`, - Region: `South America`, - Country: `Uruguay`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-04-24`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 155 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `BTC/USD`, - Spread: 0.06, - Open: 93.88, - Price: 20765.56, - Buy: 21200.76, - Sell: 21400.78, - Change: -235.21, - ChangePercent: -1.12, - Volume: 5788000, - High: 22400.05, - Low: 20100.75, - YearlyHigh: 62400.7, - YearlyLow: 15100.88, - YearlyStart: 21200.29, - YearlyChange: -20.62, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Europe`, - Country: `Finland`, - Risk: `High`, - Sector: `Private`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `FedEx`, - Maturity: `2022-05-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 156 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `US 2Y Future`, - Spread: 0.01, - Open: 109.3984, - Price: 108.12, - Buy: 109.4, - Sell: 109.4, - Change: -1.27, - ChangePercent: -1.16, - Volume: 17742, - High: 109.41, - Low: 109.38, - YearlyHigh: 109.8, - YearlyLow: 108.62, - YearlyStart: 109.21, - YearlyChange: 0.16, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Asia Pacific`, - Country: `Azerbaijan`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `High`, - Issuer: `American Airlines`, - Maturity: `2022-03-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 157 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Gold`, - Spread: 0.01, - Open: 1281.1, - Price: 1273.56, - Buy: 1280.73, - Sell: 1280.74, - Change: -7.17, - ChangePercent: -0.56, - Volume: 48387, - High: 1289.5, - Low: 1279.1, - YearlyHigh: 1306, - YearlyLow: 1047.2, - YearlyStart: 1176.6, - YearlyChange: 8.85, - Settlement: `Cash`, - Contract: `CFD`, - Region: `Middle East`, - Country: `Lebanon`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-04-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 158 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Rice`, - Spread: 0.01, - Open: 11.245, - Price: 10.28, - Buy: 10.41, - Sell: 10.42, - Change: -0.14, - ChangePercent: -1.32, - Volume: 220, - High: 11.38, - Low: 10.42, - YearlyHigh: 14.14, - YearlyLow: 9.7, - YearlyStart: 11.92, - YearlyChange: -12.62, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Europe`, - Country: `Slovakia`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `High`, - Issuer: `American Airlines`, - Maturity: `2022-04-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 159 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/CHF`, - Spread: 0.02, - Open: 1.0337, - Price: 1.04, - Buy: 1.03, - Sell: 1.03, - Change: 0, - ChangePercent: -0.52, - Volume: 5550, - High: 1.03, - Low: 1.03, - YearlyHigh: 1.11, - YearlyLow: 0.98, - YearlyStart: 1.04, - YearlyChange: -0.12, - Settlement: `Loan`, - Contract: `Options`, - Region: `Asia Pacific`, - Country: `India`, - Risk: `Low`, - Sector: `Public`, - Currency: `PLN`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-03-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 160 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `BTC/USD`, - Spread: 0.06, - Open: 93.88, - Price: 21412.39, - Buy: 21200.76, - Sell: 21400.78, - Change: 411.62, - ChangePercent: 1.96, - Volume: 5788000, - High: 22400.05, - Low: 20100.75, - YearlyHigh: 62400.7, - YearlyLow: 15100.88, - YearlyStart: 21200.29, - YearlyChange: -20.62, - Settlement: `Loan`, - Contract: `Options`, - Region: `Middle East`, - Country: `Israel`, - Risk: `Low`, - Sector: `Public`, - Currency: `USD`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-04-16`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 161 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `GBP/USD`, - Spread: 0.02, - Open: 1.4464, - Price: 1.18, - Buy: 1.18, - Sell: 1.2, - Change: -0.01, - ChangePercent: -0.96, - Volume: 29450, - High: 1.45, - Low: 1.19, - YearlyHigh: 1.59, - YearlyLow: 1.19, - YearlyStart: 1.49, - YearlyChange: -19.59, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Europe`, - Country: `Ireland`, - Risk: `High`, - Sector: `Government`, - Currency: `USD`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-08-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 162 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `US 2Y Future`, - Spread: 0.01, - Open: 109.3984, - Price: 108.69, - Buy: 109.4, - Sell: 109.4, - Change: -0.7, - ChangePercent: -0.64, - Volume: 17742, - High: 109.41, - Low: 109.38, - YearlyHigh: 109.8, - YearlyLow: 108.62, - YearlyStart: 109.21, - YearlyChange: 0.16, - Settlement: `Credit`, - Contract: `Swap`, - Region: `South America`, - Country: `Paraguay`, - Risk: `High`, - Sector: `Public`, - Currency: `USD`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-06-22`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 163 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `Euro$ 3M`, - Spread: 0.01, - Open: 99.18, - Price: 97.23, - Buy: 99.18, - Sell: 99.18, - Change: -1.94, - ChangePercent: -1.96, - Volume: 29509, - High: 99.18, - Low: 99.17, - YearlyHigh: 99.38, - YearlyLow: 98.41, - YearlyStart: 98.89, - YearlyChange: 0.28, - Settlement: `Loan`, - Contract: `Options`, - Region: `Middle East`, - Country: `UAE`, - Risk: `Low`, - Sector: `Public`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-06-21`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 164 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `DOW Future`, - Spread: 0.01, - Open: 17711, - Price: 17697.98, - Buy: 17712.15, - Sell: 17712.16, - Change: -14.17, - ChangePercent: -0.08, - Volume: 22236, - High: 17727, - Low: 17642, - YearlyHigh: 18083, - YearlyLow: 15299, - YearlyStart: 16691, - YearlyChange: 6.12, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Asia Pacific`, - Country: `India`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-02-23`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 165 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/CAD`, - Spread: 0.02, - Open: 0.7744, - Price: 0.94, - Buy: 0.94, - Sell: 0.96, - Change: -0.01, - ChangePercent: -1.72, - Volume: 13669, - High: 0.95, - Low: 0.77, - YearlyHigh: 0.95, - YearlyLow: 0.68, - YearlyStart: 0.76, - YearlyChange: 26.43, - Settlement: `Cash`, - Contract: `Options`, - Region: `Middle East`, - Country: `Saudi Arabia`, - Risk: `Low`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-06-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 166 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Gold`, - Spread: 0.01, - Open: 1281.1, - Price: 1264.34, - Buy: 1280.73, - Sell: 1280.74, - Change: -16.39, - ChangePercent: -1.28, - Volume: 48387, - High: 1289.5, - Low: 1279.1, - YearlyHigh: 1306, - YearlyLow: 1047.2, - YearlyStart: 1176.6, - YearlyChange: 8.85, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Europe`, - Country: `Norway`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-08-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 167 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/JPY`, - Spread: 0.02, - Open: 9275.5, - Price: 9370.11, - Buy: 9277.32, - Sell: 9277.34, - Change: 92.78, - ChangePercent: 1, - Volume: 47734, - High: 9277.33, - Low: 0.93, - YearlyHigh: 9483, - YearlyLow: 0.93, - YearlyStart: 4741.97, - YearlyChange: 95.64, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Middle East`, - Country: `Syria`, - Risk: `High`, - Sector: `Government`, - Currency: `USD`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-01-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 168 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `US 2Y Future`, - Spread: 0.01, - Open: 109.3984, - Price: 108.86, - Buy: 109.4, - Sell: 109.4, - Change: -0.53, - ChangePercent: -0.48, - Volume: 17742, - High: 109.41, - Low: 109.38, - YearlyHigh: 109.8, - YearlyLow: 108.62, - YearlyStart: 109.21, - YearlyChange: 0.16, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `Asia Pacific`, - Country: `Malaysia`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-08-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 169 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `NAS Future`, - Spread: 0.01, - Open: 4341.25, - Price: 4398.58, - Buy: 4341.25, - Sell: 4341.25, - Change: 57.3, - ChangePercent: 1.32, - Volume: 18259, - High: 4347, - Low: 4318, - YearlyHigh: 4719.75, - YearlyLow: 3867.75, - YearlyStart: 4293.75, - YearlyChange: 1.11, - Settlement: `Credit`, - Contract: `Options`, - Region: `Middle East`, - Country: `Iraq`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `High`, - Issuer: `FedEx`, - Maturity: `2022-08-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 170 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/JPY`, - Spread: 0.02, - Open: 9275.5, - Price: 9303.31, - Buy: 9277.32, - Sell: 9277.34, - Change: 25.98, - ChangePercent: 0.28, - Volume: 47734, - High: 9277.33, - Low: 0.93, - YearlyHigh: 9483, - YearlyLow: 0.93, - YearlyStart: 4741.97, - YearlyChange: 95.64, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Middle East`, - Country: `Syria`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-03-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 171 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Natural Gas`, - Spread: 0.02, - Open: 2.094, - Price: 2.07, - Buy: 2.09, - Sell: 2.09, - Change: -0.03, - ChangePercent: -1.6, - Volume: 2783, - High: 2.11, - Low: 2.09, - YearlyHigh: 3.2, - YearlyLow: 1.84, - YearlyStart: 2.52, - YearlyChange: -16.51, - Settlement: `Credit`, - Contract: `Futures`, - Region: `Asia Pacific`, - Country: `Australia`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-03-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 172 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `NAS Future`, - Spread: 0.01, - Open: 4341.25, - Price: 4402.06, - Buy: 4341.25, - Sell: 4341.25, - Change: 60.78, - ChangePercent: 1.4, - Volume: 18259, - High: 4347, - Low: 4318, - YearlyHigh: 4719.75, - YearlyLow: 3867.75, - YearlyStart: 4293.75, - YearlyChange: 1.11, - Settlement: `Cash`, - Contract: `Options`, - Region: `Africa`, - Country: `Senegal`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-05-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 173 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Copper`, - Spread: 0.02, - Open: 2.123, - Price: 2.14, - Buy: 2.12, - Sell: 2.12, - Change: 0.03, - ChangePercent: 1.16, - Volume: 28819, - High: 2.16, - Low: 2.11, - YearlyHigh: 2.94, - YearlyLow: 1.96, - YearlyStart: 2.45, - YearlyChange: -13.76, - Settlement: `Cash`, - Contract: `Swap`, - Region: `North America`, - Country: `United States`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-05-19`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 174 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Milk`, - Spread: 0.01, - Open: 12.87, - Price: 12.92, - Buy: 12.87, - Sell: 12.87, - Change: 0.06, - ChangePercent: 0.48, - Volume: 7, - High: 12.89, - Low: 12.81, - YearlyHigh: 16.96, - YearlyLow: 12.81, - YearlyStart: 14.88, - YearlyChange: -13.6, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Asia Pacific`, - Country: `Pakistan`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-09-21`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 175 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Cotton`, - Spread: 0.01, - Open: 61.77, - Price: 61.19, - Buy: 61.77, - Sell: 61.77, - Change: -0.57, - ChangePercent: -0.92, - Volume: 3612, - High: 62.06, - Low: 61.32, - YearlyHigh: 67.59, - YearlyLow: 54.33, - YearlyStart: 60.96, - YearlyChange: 1.31, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Europe`, - Country: `Czechia`, - Risk: `Low`, - Sector: `Government`, - Currency: `PLN`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-07-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 176 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Lumber`, - Spread: 0.01, - Open: 303.9, - Price: 302.28, - Buy: 304.59, - Sell: 304.6, - Change: -2.32, - ChangePercent: -0.76, - Volume: 2, - High: 304.6, - Low: 303.9, - YearlyHigh: 317.1, - YearlyLow: 236, - YearlyStart: 276.55, - YearlyChange: 10.14, - Settlement: `Credit`, - Contract: `CFD`, - Region: `Africa`, - Country: `Algeria`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-03-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 177 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Diesel`, - Spread: 0.015, - Open: 1.3474, - Price: 1.34, - Buy: 1.35, - Sell: 1.35, - Change: -0.02, - ChangePercent: -1.32, - Volume: 2971, - High: 1.36, - Low: 1.34, - YearlyHigh: 2.11, - YearlyLow: 0.92, - YearlyStart: 1.51, - YearlyChange: -10.4, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Africa`, - Country: `Algeria`, - Risk: `Low`, - Sector: `Public`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-07-22`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 178 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Cocoa`, - Spread: 0.01, - Open: 3076, - Price: 3077.26, - Buy: 3076, - Sell: 3076, - Change: 1.23, - ChangePercent: 0.04, - Volume: 978, - High: 3078, - Low: 3066, - YearlyHigh: 3406, - YearlyLow: 2746, - YearlyStart: 3076, - YearlyChange: 0, - Settlement: `Credit`, - Contract: `Options`, - Region: `Europe`, - Country: `Italy`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-04-22`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 179 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `Euro$ 3M`, - Spread: 0.01, - Open: 99.18, - Price: 97.94, - Buy: 99.18, - Sell: 99.18, - Change: -1.23, - ChangePercent: -1.24, - Volume: 29509, - High: 99.18, - Low: 99.17, - YearlyHigh: 99.38, - YearlyLow: 98.41, - YearlyStart: 98.89, - YearlyChange: 0.28, - Settlement: `Loan`, - Contract: `Swap`, - Region: `South America`, - Country: `Venezuela`, - Risk: `Low`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-03-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 180 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Coffee`, - Spread: 0.01, - Open: 125.7, - Price: 124.63, - Buy: 125.7, - Sell: 125.7, - Change: -1.06, - ChangePercent: -0.84, - Volume: 1654, - High: 125.8, - Low: 125, - YearlyHigh: 155.75, - YearlyLow: 115.35, - YearlyStart: 135.55, - YearlyChange: -7.27, - Settlement: `Credit`, - Contract: `Options`, - Region: `Asia Pacific`, - Country: `India`, - Risk: `Low`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-05-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 181 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Cotton`, - Spread: 0.01, - Open: 61.77, - Price: 60.77, - Buy: 61.77, - Sell: 61.77, - Change: -0.99, - ChangePercent: -1.6, - Volume: 3612, - High: 62.06, - Low: 61.32, - YearlyHigh: 67.59, - YearlyLow: 54.33, - YearlyStart: 60.96, - YearlyChange: 1.31, - Settlement: `Cash`, - Contract: `Options`, - Region: `Asia Pacific`, - Country: `Japan`, - Risk: `Low`, - Sector: `Public`, - Currency: `USD`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-02-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 182 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Diesel`, - Spread: 0.015, - Open: 1.3474, - Price: 1.36, - Buy: 1.35, - Sell: 1.35, - Change: 0, - ChangePercent: -0.08, - Volume: 2971, - High: 1.36, - Low: 1.34, - YearlyHigh: 2.11, - YearlyLow: 0.92, - YearlyStart: 1.51, - YearlyChange: -10.4, - Settlement: `Loan`, - Contract: `Futures`, - Region: `Middle East`, - Country: `Israel`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-02-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 183 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Silver`, - Spread: 0.01, - Open: 17.43, - Price: 17.43, - Buy: 17.43, - Sell: 17.43, - Change: 0.01, - ChangePercent: 0.08, - Volume: 11720, - High: 17.51, - Low: 17.37, - YearlyHigh: 18.06, - YearlyLow: 13.73, - YearlyStart: 15.89, - YearlyChange: 9.59, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Africa`, - Country: `Senegal`, - Risk: `High`, - Sector: `Private`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-04-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 184 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `Lean Hogs`, - Spread: 0.01, - Open: 81.275, - Price: 80.64, - Buy: 81.81, - Sell: 81.82, - Change: -1.17, - ChangePercent: -1.44, - Volume: 1, - High: 81.81, - Low: 81.28, - YearlyHigh: 83.98, - YearlyLow: 70.25, - YearlyStart: 77.11, - YearlyChange: 6.09, - Settlement: `Loan`, - Contract: `Futures`, - Region: `Europe`, - Country: `Romania`, - Risk: `High`, - Sector: `Public`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `FedEx`, - Maturity: `2022-07-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 185 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Oil`, - Spread: 0.015, - Open: 45.54, - Price: 45.59, - Buy: 45.78, - Sell: 45.8, - Change: -0.2, - ChangePercent: -0.44, - Volume: 107196, - High: 45.94, - Low: 45, - YearlyHigh: 65.28, - YearlyLow: 30.79, - YearlyStart: 48.03, - YearlyChange: -4.67, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Africa`, - Country: `Egypt`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-02-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 186 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P MID MINI`, - Spread: 0.01, - Open: 1454.3, - Price: 1443.55, - Buy: 1455.78, - Sell: 1455.79, - Change: -12.23, - ChangePercent: -0.84, - Volume: 338, - High: 1455.78, - Low: 1448, - YearlyHigh: 1527.3, - YearlyLow: 1236, - YearlyStart: 1381.65, - YearlyChange: 5.37, - Settlement: `Loan`, - Contract: `Options`, - Region: `Asia Pacific`, - Country: `Taiwan`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-02-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 187 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Silver`, - Spread: 0.01, - Open: 17.43, - Price: 17.09, - Buy: 17.43, - Sell: 17.43, - Change: -0.33, - ChangePercent: -1.88, - Volume: 11720, - High: 17.51, - Low: 17.37, - YearlyHigh: 18.06, - YearlyLow: 13.73, - YearlyStart: 15.89, - YearlyChange: 9.59, - Settlement: `Credit`, - Contract: `CFD`, - Region: `Africa`, - Country: `Cameroon`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-06-22`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 188 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Lumber`, - Spread: 0.01, - Open: 303.9, - Price: 310.08, - Buy: 304.59, - Sell: 304.6, - Change: 5.48, - ChangePercent: 1.8, - Volume: 2, - High: 304.6, - Low: 303.9, - YearlyHigh: 317.1, - YearlyLow: 236, - YearlyStart: 276.55, - YearlyChange: 10.14, - Settlement: `Cash`, - Contract: `Options`, - Region: `Asia Pacific`, - Country: `India`, - Risk: `High`, - Sector: `Private`, - Currency: `PLN`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-07-22`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 189 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `GBP/USD`, - Spread: 0.02, - Open: 1.4464, - Price: 1.17, - Buy: 1.18, - Sell: 1.2, - Change: -0.02, - ChangePercent: -1.6, - Volume: 29450, - High: 1.45, - Low: 1.19, - YearlyHigh: 1.59, - YearlyLow: 1.19, - YearlyStart: 1.49, - YearlyChange: -19.59, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Europe`, - Country: `Poland`, - Risk: `High`, - Sector: `Government`, - Currency: `USD`, - Security: `High`, - Issuer: `FedEx`, - Maturity: `2022-08-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 190 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soybean`, - Spread: 0.01, - Open: 1038, - Price: 1042.77, - Buy: 1038.61, - Sell: 1038.62, - Change: 4.15, - ChangePercent: 0.4, - Volume: 20356, - High: 1044, - Low: 1031.75, - YearlyHigh: 1057, - YearlyLow: 859.5, - YearlyStart: 958.25, - YearlyChange: 8.39, - Settlement: `Credit`, - Contract: `Forwards`, - Region: `Middle East`, - Country: `Lebanon`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-02-11`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 191 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Coal`, - Spread: 0.015, - Open: 0.4363, - Price: 0.42, - Buy: 0.44, - Sell: 0.44, - Change: 0, - ChangePercent: 1.84, - Volume: 3, - High: 0.44, - Low: 0.44, - YearlyHigh: 0.48, - YearlyLow: 0.4, - YearlyStart: 0.44, - YearlyChange: -5.33, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Middle East`, - Country: `Israel`, - Risk: `High`, - Sector: `Public`, - Currency: `USD`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-06-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 192 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Cocoa`, - Spread: 0.01, - Open: 3076, - Price: 3136.32, - Buy: 3076, - Sell: 3076, - Change: 60.29, - ChangePercent: 1.96, - Volume: 978, - High: 3078, - Low: 3066, - YearlyHigh: 3406, - YearlyLow: 2746, - YearlyStart: 3076, - YearlyChange: 0, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `Middle East`, - Country: `Lebanon`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-02-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 193 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `US 2Y Future`, - Spread: 0.01, - Open: 109.3984, - Price: 108.95, - Buy: 109.4, - Sell: 109.4, - Change: -0.44, - ChangePercent: -0.4, - Volume: 17742, - High: 109.41, - Low: 109.38, - YearlyHigh: 109.8, - YearlyLow: 108.62, - YearlyStart: 109.21, - YearlyChange: 0.16, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Asia Pacific`, - Country: `Singapore`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-01-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 194 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `Lean Hogs`, - Spread: 0.01, - Open: 81.275, - Price: 81.26, - Buy: 81.81, - Sell: 81.82, - Change: -0.55, - ChangePercent: -0.68, - Volume: 1, - High: 81.81, - Low: 81.28, - YearlyHigh: 83.98, - YearlyLow: 70.25, - YearlyStart: 77.11, - YearlyChange: 6.09, - Settlement: `Credit`, - Contract: `Futures`, - Region: `Middle East`, - Country: `Israel`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-03-24`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 195 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/CHF`, - Spread: 0.02, - Open: 1.0337, - Price: 1.03, - Buy: 1.03, - Sell: 1.03, - Change: -0.01, - ChangePercent: -0.92, - Volume: 5550, - High: 1.03, - Low: 1.03, - YearlyHigh: 1.11, - YearlyLow: 0.98, - YearlyStart: 1.04, - YearlyChange: -0.12, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Asia Pacific`, - Country: `Australia`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `Poor`, - Issuer: `American Airlines`, - Maturity: `2022-04-10`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 196 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `FD Cattle`, - Spread: 0.01, - Open: 147.175, - Price: 146.17, - Buy: 148.6, - Sell: 148.61, - Change: -2.44, - ChangePercent: -1.64, - Volume: 5, - High: 148.61, - Low: 147.18, - YearlyHigh: 190, - YearlyLow: 138.1, - YearlyStart: 164.05, - YearlyChange: -9.41, - Settlement: `Credit`, - Contract: `Options`, - Region: `Europe`, - Country: `Austria`, - Risk: `High`, - Sector: `Public`, - Currency: `USD`, - Security: `Poor`, - Issuer: `FedEx`, - Maturity: `2022-06-11`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 197 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Diesel`, - Spread: 0.015, - Open: 1.3474, - Price: 1.33, - Buy: 1.35, - Sell: 1.35, - Change: -0.03, - ChangePercent: -1.92, - Volume: 2971, - High: 1.36, - Low: 1.34, - YearlyHigh: 2.11, - YearlyLow: 0.92, - YearlyStart: 1.51, - YearlyChange: -10.4, - Settlement: `Credit`, - Contract: `Forwards`, - Region: `Africa`, - Country: `Ethiopia`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-03-10`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 198 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `OJ Future`, - Spread: 0.01, - Open: 140.6, - Price: 140.86, - Buy: 140.18, - Sell: 140.19, - Change: 0.67, - ChangePercent: 0.48, - Volume: 7, - High: 140.19, - Low: 0, - YearlyHigh: 155.95, - YearlyLow: 113, - YearlyStart: 134.47, - YearlyChange: 4.25, - Settlement: `Credit`, - Contract: `Futures`, - Region: `Middle East`, - Country: `Bahrain`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `High`, - Issuer: `American Airlines`, - Maturity: `2022-04-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 199 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Coffee`, - Spread: 0.01, - Open: 125.7, - Price: 126.65, - Buy: 125.7, - Sell: 125.7, - Change: 0.96, - ChangePercent: 0.76, - Volume: 1654, - High: 125.8, - Low: 125, - YearlyHigh: 155.75, - YearlyLow: 115.35, - YearlyStart: 135.55, - YearlyChange: -7.27, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Middle East`, - Country: `Turkey`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-03-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 200 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `FD Cattle`, - Spread: 0.01, - Open: 147.175, - Price: 147.77, - Buy: 148.6, - Sell: 148.61, - Change: -0.84, - ChangePercent: -0.56, - Volume: 5, - High: 148.61, - Low: 147.18, - YearlyHigh: 190, - YearlyLow: 138.1, - YearlyStart: 164.05, - YearlyChange: -9.41, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Africa`, - Country: `Ethiopia`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-06-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 201 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Copper`, - Spread: 0.02, - Open: 2.123, - Price: 2.11, - Buy: 2.12, - Sell: 2.12, - Change: 0, - ChangePercent: -0.08, - Volume: 28819, - High: 2.16, - Low: 2.11, - YearlyHigh: 2.94, - YearlyLow: 1.96, - YearlyStart: 2.45, - YearlyChange: -13.76, - Settlement: `Loan`, - Contract: `Futures`, - Region: `Asia Pacific`, - Country: `Taiwan`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `High`, - Issuer: `FedEx`, - Maturity: `2022-02-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 202 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Wheat`, - Spread: 0.01, - Open: 465.5, - Price: 459.38, - Buy: 465.5, - Sell: 465.5, - Change: -6.14, - ChangePercent: -1.32, - Volume: 4318, - High: 467, - Low: 463.25, - YearlyHigh: 628.5, - YearlyLow: 449.5, - YearlyStart: 539, - YearlyChange: -13.63, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Africa`, - Country: `Algeria`, - Risk: `Low`, - Sector: `Government`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-07-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 203 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `Euro$ 3M`, - Spread: 0.01, - Open: 99.18, - Price: 100.16, - Buy: 99.18, - Sell: 99.18, - Change: 0.99, - ChangePercent: 1, - Volume: 29509, - High: 99.18, - Low: 99.17, - YearlyHigh: 99.38, - YearlyLow: 98.41, - YearlyStart: 98.89, - YearlyChange: 0.28, - Settlement: `Loan`, - Contract: `Options`, - Region: `Africa`, - Country: `Egypt`, - Risk: `Low`, - Sector: `Government`, - Currency: `PLN`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-03-23`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 204 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `US 2Y Future`, - Spread: 0.01, - Open: 109.3984, - Price: 108.78, - Buy: 109.4, - Sell: 109.4, - Change: -0.61, - ChangePercent: -0.56, - Volume: 17742, - High: 109.41, - Low: 109.38, - YearlyHigh: 109.8, - YearlyLow: 108.62, - YearlyStart: 109.21, - YearlyChange: 0.16, - Settlement: `Credit`, - Contract: `Forwards`, - Region: `Middle East`, - Country: `Bahrain`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `High`, - Issuer: `FedEx`, - Maturity: `2022-03-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 205 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Ethanol`, - Spread: 0.01, - Open: 1.512, - Price: 2.8, - Buy: 2.75, - Sell: 2.76, - Change: 0.05, - ChangePercent: 1.84, - Volume: 14, - High: 2.75, - Low: 1.12, - YearlyHigh: 2.75, - YearlyLow: 1.12, - YearlyStart: 1.48, - YearlyChange: 86.7, - Settlement: `Credit`, - Contract: `Futures`, - Region: `Africa`, - Country: `South Africa`, - Risk: `Low`, - Sector: `Public`, - Currency: `EUR`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-05-22`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 206 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Sugar`, - Spread: 0.01, - Open: 15.68, - Price: 14.54, - Buy: 14.67, - Sell: 14.68, - Change: -0.13, - ChangePercent: -0.92, - Volume: 4949, - High: 15.7, - Low: 14.67, - YearlyHigh: 16.87, - YearlyLow: 11.37, - YearlyStart: 14.12, - YearlyChange: 3.92, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Europe`, - Country: `Slovenia`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-06-21`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 207 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Wheat`, - Spread: 0.01, - Open: 465.5, - Price: 472.04, - Buy: 465.5, - Sell: 465.5, - Change: 6.52, - ChangePercent: 1.4, - Volume: 4318, - High: 467, - Low: 463.25, - YearlyHigh: 628.5, - YearlyLow: 449.5, - YearlyStart: 539, - YearlyChange: -13.63, - Settlement: `Loan`, - Contract: `Options`, - Region: `Africa`, - Country: `Ethiopia`, - Risk: `High`, - Sector: `Public`, - Currency: `USD`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-05-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 208 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P 600 MINI`, - Spread: 0.01, - Open: 687.9, - Price: 698.89, - Buy: 687.9, - Sell: 687.9, - Change: 11.01, - ChangePercent: 1.6, - Volume: 0, - High: 0, - Low: 0, - YearlyHigh: 620.32, - YearlyLow: 595.9, - YearlyStart: 608.11, - YearlyChange: 13.12, - Settlement: `Loan`, - Contract: `Swap`, - Region: `North America`, - Country: `Mexico`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-02-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 209 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/JPY`, - Spread: 0.02, - Open: 9275.5, - Price: 9299.6, - Buy: 9277.32, - Sell: 9277.34, - Change: 22.27, - ChangePercent: 0.24, - Volume: 47734, - High: 9277.33, - Low: 0.93, - YearlyHigh: 9483, - YearlyLow: 0.93, - YearlyStart: 4741.97, - YearlyChange: 95.64, - Settlement: `Cash`, - Contract: `Options`, - Region: `Europe`, - Country: `Netherlands`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-05-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 210 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `US 2Y Future`, - Spread: 0.01, - Open: 109.3984, - Price: 110.48, - Buy: 109.4, - Sell: 109.4, - Change: 1.09, - ChangePercent: 1, - Volume: 17742, - High: 109.41, - Low: 109.38, - YearlyHigh: 109.8, - YearlyLow: 108.62, - YearlyStart: 109.21, - YearlyChange: 0.16, - Settlement: `Loan`, - Contract: `Futures`, - Region: `Europe`, - Country: `Greece`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-03-11`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 211 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/CHF`, - Spread: 0.02, - Open: 1.0337, - Price: 1.04, - Buy: 1.03, - Sell: 1.03, - Change: 0, - ChangePercent: 0.12, - Volume: 5550, - High: 1.03, - Low: 1.03, - YearlyHigh: 1.11, - YearlyLow: 0.98, - YearlyStart: 1.04, - YearlyChange: -0.12, - Settlement: `Credit`, - Contract: `Futures`, - Region: `Asia Pacific`, - Country: `Taiwan`, - Risk: `High`, - Sector: `Government`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-04-21`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 212 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soybean`, - Spread: 0.01, - Open: 1038, - Price: 1039.86, - Buy: 1038.61, - Sell: 1038.62, - Change: 1.24, - ChangePercent: 0.12, - Volume: 20356, - High: 1044, - Low: 1031.75, - YearlyHigh: 1057, - YearlyLow: 859.5, - YearlyStart: 958.25, - YearlyChange: 8.39, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Asia Pacific`, - Country: `Korea`, - Risk: `Low`, - Sector: `Government`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-02-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 213 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Gold`, - Spread: 0.01, - Open: 1281.1, - Price: 1304.3, - Buy: 1280.73, - Sell: 1280.74, - Change: 23.57, - ChangePercent: 1.84, - Volume: 48387, - High: 1289.5, - Low: 1279.1, - YearlyHigh: 1306, - YearlyLow: 1047.2, - YearlyStart: 1176.6, - YearlyChange: 8.85, - Settlement: `Loan`, - Contract: `Futures`, - Region: `Europe`, - Country: `Czechia`, - Risk: `High`, - Sector: `Government`, - Currency: `PLN`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-09-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 214 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/CHF`, - Spread: 0.02, - Open: 1.0337, - Price: 1.05, - Buy: 1.03, - Sell: 1.03, - Change: 0.01, - ChangePercent: 0.4, - Volume: 5550, - High: 1.03, - Low: 1.03, - YearlyHigh: 1.11, - YearlyLow: 0.98, - YearlyStart: 1.04, - YearlyChange: -0.12, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Europe`, - Country: `Austria`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-09-16`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 215 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `DOW Future`, - Spread: 0.01, - Open: 17711, - Price: 17464.18, - Buy: 17712.15, - Sell: 17712.16, - Change: -247.97, - ChangePercent: -1.4, - Volume: 22236, - High: 17727, - Low: 17642, - YearlyHigh: 18083, - YearlyLow: 15299, - YearlyStart: 16691, - YearlyChange: 6.12, - Settlement: `Cash`, - Contract: `Options`, - Region: `Middle East`, - Country: `Iraq`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-06-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 216 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Coffee`, - Spread: 0.01, - Open: 125.7, - Price: 125.59, - Buy: 125.7, - Sell: 125.7, - Change: -0.1, - ChangePercent: -0.08, - Volume: 1654, - High: 125.8, - Low: 125, - YearlyHigh: 155.75, - YearlyLow: 115.35, - YearlyStart: 135.55, - YearlyChange: -7.27, - Settlement: `Cash`, - Contract: `Swap`, - Region: `South America`, - Country: `Colombia`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-08-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 217 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/CAD`, - Spread: 0.02, - Open: 0.7744, - Price: 0.95, - Buy: 0.94, - Sell: 0.96, - Change: 0, - ChangePercent: -0.16, - Volume: 13669, - High: 0.95, - Low: 0.77, - YearlyHigh: 0.95, - YearlyLow: 0.68, - YearlyStart: 0.76, - YearlyChange: 26.43, - Settlement: `Loan`, - Contract: `Options`, - Region: `Africa`, - Country: `Ethiopia`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `Poor`, - Issuer: `American Airlines`, - Maturity: `2022-06-24`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 218 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Corn`, - Spread: 0.01, - Open: 379.5, - Price: 375.24, - Buy: 379.8, - Sell: 379.81, - Change: -4.56, - ChangePercent: -1.2, - Volume: 11266, - High: 381, - Low: 377.75, - YearlyHigh: 471.25, - YearlyLow: 351.25, - YearlyStart: 411.25, - YearlyChange: -7.65, - Settlement: `Credit`, - Contract: `Futures`, - Region: `Europe`, - Country: `Slovenia`, - Risk: `High`, - Sector: `Public`, - Currency: `USD`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-04-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 219 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Diesel`, - Spread: 0.015, - Open: 1.3474, - Price: 1.36, - Buy: 1.35, - Sell: 1.35, - Change: 0, - ChangePercent: 0.44, - Volume: 2971, - High: 1.36, - Low: 1.34, - YearlyHigh: 2.11, - YearlyLow: 0.92, - YearlyStart: 1.51, - YearlyChange: -10.4, - Settlement: `Loan`, - Contract: `Options`, - Region: `Asia Pacific`, - Country: `Taiwan`, - Risk: `High`, - Sector: `Government`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-03-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 220 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/CHF`, - Spread: 0.02, - Open: 1.0337, - Price: 1.05, - Buy: 1.03, - Sell: 1.03, - Change: 0.01, - ChangePercent: 0.68, - Volume: 5550, - High: 1.03, - Low: 1.03, - YearlyHigh: 1.11, - YearlyLow: 0.98, - YearlyStart: 1.04, - YearlyChange: -0.12, - Settlement: `Loan`, - Contract: `Forwards`, - Region: `Europe`, - Country: `Greece`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-09-19`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 221 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Coal`, - Spread: 0.015, - Open: 0.4363, - Price: 0.42, - Buy: 0.44, - Sell: 0.44, - Change: 0, - ChangePercent: 0.88, - Volume: 3, - High: 0.44, - Low: 0.44, - YearlyHigh: 0.48, - YearlyLow: 0.4, - YearlyStart: 0.44, - YearlyChange: -5.33, - Settlement: `Loan`, - Contract: `Swap`, - Region: `North America`, - Country: `United States`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-04-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 222 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P Future`, - Spread: 0.01, - Open: 2057.5, - Price: 2043.44, - Buy: 2056.6, - Sell: 2056.61, - Change: -13.16, - ChangePercent: -0.64, - Volume: 142780, - High: 2059.5, - Low: 2049, - YearlyHigh: 2105.5, - YearlyLow: 1794.5, - YearlyStart: 1950, - YearlyChange: 5.47, - Settlement: `Cash`, - Contract: `Options`, - Region: `Europe`, - Country: `Austria`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-06-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 223 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Diesel`, - Spread: 0.015, - Open: 1.3474, - Price: 1.34, - Buy: 1.35, - Sell: 1.35, - Change: -0.02, - ChangePercent: -1.6, - Volume: 2971, - High: 1.36, - Low: 1.34, - YearlyHigh: 2.11, - YearlyLow: 0.92, - YearlyStart: 1.51, - YearlyChange: -10.4, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Europe`, - Country: `Germany`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-04-10`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 224 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P 600 MINI`, - Spread: 0.01, - Open: 687.9, - Price: 692.56, - Buy: 687.9, - Sell: 687.9, - Change: 4.68, - ChangePercent: 0.68, - Volume: 0, - High: 0, - Low: 0, - YearlyHigh: 620.32, - YearlyLow: 595.9, - YearlyStart: 608.11, - YearlyChange: 13.12, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Middle East`, - Country: `Israel`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `FedEx`, - Maturity: `2022-05-11`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 225 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Ethanol`, - Spread: 0.01, - Open: 1.512, - Price: 2.71, - Buy: 2.75, - Sell: 2.76, - Change: -0.04, - ChangePercent: -1.56, - Volume: 14, - High: 2.75, - Low: 1.12, - YearlyHigh: 2.75, - YearlyLow: 1.12, - YearlyStart: 1.48, - YearlyChange: 86.7, - Settlement: `Cash`, - Contract: `Futures`, - Region: `South America`, - Country: `Paraguay`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-08-22`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 226 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `OJ Future`, - Spread: 0.01, - Open: 140.6, - Price: 138.84, - Buy: 140.18, - Sell: 140.19, - Change: -1.35, - ChangePercent: -0.96, - Volume: 7, - High: 140.19, - Low: 0, - YearlyHigh: 155.95, - YearlyLow: 113, - YearlyStart: 134.47, - YearlyChange: 4.25, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `Asia Pacific`, - Country: `China`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-03-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 227 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Gold`, - Spread: 0.01, - Open: 1281.1, - Price: 1302.76, - Buy: 1280.73, - Sell: 1280.74, - Change: 22.03, - ChangePercent: 1.72, - Volume: 48387, - High: 1289.5, - Low: 1279.1, - YearlyHigh: 1306, - YearlyLow: 1047.2, - YearlyStart: 1176.6, - YearlyChange: 8.85, - Settlement: `Cash`, - Contract: `Options`, - Region: `Europe`, - Country: `Slovenia`, - Risk: `Low`, - Sector: `Public`, - Currency: `USD`, - Security: `High`, - Issuer: `FedEx`, - Maturity: `2022-04-24`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 228 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Cotton`, - Spread: 0.01, - Open: 61.77, - Price: 60.62, - Buy: 61.77, - Sell: 61.77, - Change: -1.14, - ChangePercent: -1.84, - Volume: 3612, - High: 62.06, - Low: 61.32, - YearlyHigh: 67.59, - YearlyLow: 54.33, - YearlyStart: 60.96, - YearlyChange: 1.31, - Settlement: `Loan`, - Contract: `Options`, - Region: `Europe`, - Country: `Sweden`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `FedEx`, - Maturity: `2022-05-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 229 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `OJ Future`, - Spread: 0.01, - Open: 140.6, - Price: 139.07, - Buy: 140.18, - Sell: 140.19, - Change: -1.12, - ChangePercent: -0.8, - Volume: 7, - High: 140.19, - Low: 0, - YearlyHigh: 155.95, - YearlyLow: 113, - YearlyStart: 134.47, - YearlyChange: 4.25, - Settlement: `Cash`, - Contract: `CFD`, - Region: `Africa`, - Country: `Senegal`, - Risk: `High`, - Sector: `Public`, - Currency: `USD`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-02-22`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 230 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `US 10YR Future`, - Spread: 0.01, - Open: 130.5625, - Price: 128.6, - Buy: 130.56, - Sell: 130.56, - Change: -1.98, - ChangePercent: -1.52, - Volume: 189310, - High: 130.63, - Low: 130.44, - YearlyHigh: 132.64, - YearlyLow: 125.48, - YearlyStart: 129.06, - YearlyChange: 1.18, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Europe`, - Country: `Austria`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-06-19`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 231 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soybean`, - Spread: 0.01, - Open: 1038, - Price: 1049.83, - Buy: 1038.61, - Sell: 1038.62, - Change: 11.21, - ChangePercent: 1.08, - Volume: 20356, - High: 1044, - Low: 1031.75, - YearlyHigh: 1057, - YearlyLow: 859.5, - YearlyStart: 958.25, - YearlyChange: 8.39, - Settlement: `Cash`, - Contract: `Options`, - Region: `Asia Pacific`, - Country: `Singapore`, - Risk: `High`, - Sector: `Government`, - Currency: `USD`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-06-23`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 232 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Cocoa`, - Spread: 0.01, - Open: 3076, - Price: 3055.11, - Buy: 3076, - Sell: 3076, - Change: -20.92, - ChangePercent: -0.68, - Volume: 978, - High: 3078, - Low: 3066, - YearlyHigh: 3406, - YearlyLow: 2746, - YearlyStart: 3076, - YearlyChange: 0, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Middle East`, - Country: `Qatar`, - Risk: `High`, - Sector: `Private`, - Currency: `PLN`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-05-22`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 233 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Uranium`, - Spread: 0.02, - Open: 27.55, - Price: 27.36, - Buy: 27.55, - Sell: 27.55, - Change: -0.22, - ChangePercent: -0.8, - Volume: 12, - High: 27.55, - Low: 27.55, - YearlyHigh: 29.32, - YearlyLow: 21.28, - YearlyStart: 25.3, - YearlyChange: 9.01, - Settlement: `Cash`, - Contract: `CFD`, - Region: `South America`, - Country: `Chile`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `American Airlines`, - Maturity: `2022-04-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 234 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soy Meat`, - Spread: 0.01, - Open: 342.6, - Price: 339.19, - Buy: 342.6, - Sell: 342.6, - Change: -3.43, - ChangePercent: -1, - Volume: 5646, - High: 345.4, - Low: 340.3, - YearlyHigh: 353.4, - YearlyLow: 261.7, - YearlyStart: 307.55, - YearlyChange: 11.4, - Settlement: `Loan`, - Contract: `Options`, - Region: `South America`, - Country: `Guyana`, - Risk: `High`, - Sector: `Public`, - Currency: `USD`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-03-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 235 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Silver`, - Spread: 0.01, - Open: 17.43, - Price: 17.73, - Buy: 17.43, - Sell: 17.43, - Change: 0.31, - ChangePercent: 1.76, - Volume: 11720, - High: 17.51, - Low: 17.37, - YearlyHigh: 18.06, - YearlyLow: 13.73, - YearlyStart: 15.89, - YearlyChange: 9.59, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `Middle East`, - Country: `Syria`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-01-22`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 236 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Silver`, - Spread: 0.01, - Open: 17.43, - Price: 17.27, - Buy: 17.43, - Sell: 17.43, - Change: -0.15, - ChangePercent: -0.84, - Volume: 11720, - High: 17.51, - Low: 17.37, - YearlyHigh: 18.06, - YearlyLow: 13.73, - YearlyStart: 15.89, - YearlyChange: 9.59, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `North America`, - Country: `Canada`, - Risk: `Low`, - Sector: `Government`, - Currency: `USD`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-05-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 237 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P 600 MINI`, - Spread: 0.01, - Open: 687.9, - Price: 687.6, - Buy: 687.9, - Sell: 687.9, - Change: -0.28, - ChangePercent: -0.04, - Volume: 0, - High: 0, - Low: 0, - YearlyHigh: 620.32, - YearlyLow: 595.9, - YearlyStart: 608.11, - YearlyChange: 13.12, - Settlement: `Loan`, - Contract: `CFD`, - Region: `Asia Pacific`, - Country: `Australia`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `High`, - Issuer: `FedEx`, - Maturity: `2022-04-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 238 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Copper`, - Spread: 0.02, - Open: 2.123, - Price: 2.07, - Buy: 2.12, - Sell: 2.12, - Change: -0.04, - ChangePercent: -1.96, - Volume: 28819, - High: 2.16, - Low: 2.11, - YearlyHigh: 2.94, - YearlyLow: 1.96, - YearlyStart: 2.45, - YearlyChange: -13.76, - Settlement: `Cash`, - Contract: `Options`, - Region: `Middle East`, - Country: `Qatar`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-02-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 239 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Milk`, - Spread: 0.01, - Open: 12.87, - Price: 12.87, - Buy: 12.87, - Sell: 12.87, - Change: 0.01, - ChangePercent: 0.08, - Volume: 7, - High: 12.89, - Low: 12.81, - YearlyHigh: 16.96, - YearlyLow: 12.81, - YearlyStart: 14.88, - YearlyChange: -13.6, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Africa`, - Country: `Nigeria`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-04-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 240 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Uranium`, - Spread: 0.02, - Open: 27.55, - Price: 27.47, - Buy: 27.55, - Sell: 27.55, - Change: -0.11, - ChangePercent: -0.4, - Volume: 12, - High: 27.55, - Low: 27.55, - YearlyHigh: 29.32, - YearlyLow: 21.28, - YearlyStart: 25.3, - YearlyChange: 9.01, - Settlement: `Credit`, - Contract: `Forwards`, - Region: `Middle East`, - Country: `UAE`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-02-24`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 241 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soy oil`, - Spread: 0.01, - Open: 33.26, - Price: 33.93, - Buy: 33.77, - Sell: 33.78, - Change: 0.16, - ChangePercent: 0.48, - Volume: 10592, - High: 33.77, - Low: 33.06, - YearlyHigh: 35.43, - YearlyLow: 26.61, - YearlyStart: 31.02, - YearlyChange: 8.87, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `Middle East`, - Country: `Syria`, - Risk: `Low`, - Sector: `Government`, - Currency: `USD`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-02-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 242 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `AUD/USD`, - Spread: 0.02, - Open: 0.7344, - Price: 0.76, - Buy: 0.73, - Sell: 0.73, - Change: 0.02, - ChangePercent: 1.48, - Volume: 36764, - High: 0.74, - Low: 0.73, - YearlyHigh: 0.79, - YearlyLow: 0.68, - YearlyStart: 0.73, - YearlyChange: 1.28, - Settlement: `Credit`, - Contract: `Options`, - Region: `Asia Pacific`, - Country: `Afghanistan`, - Risk: `Low`, - Sector: `Government`, - Currency: `USD`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-05-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 243 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Sugar`, - Spread: 0.01, - Open: 15.68, - Price: 14.61, - Buy: 14.67, - Sell: 14.68, - Change: -0.06, - ChangePercent: -0.44, - Volume: 4949, - High: 15.7, - Low: 14.67, - YearlyHigh: 16.87, - YearlyLow: 11.37, - YearlyStart: 14.12, - YearlyChange: 3.92, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Asia Pacific`, - Country: `Korea`, - Risk: `Low`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-02-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 244 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Cocoa`, - Spread: 0.01, - Open: 3076, - Price: 3050.19, - Buy: 3076, - Sell: 3076, - Change: -25.84, - ChangePercent: -0.84, - Volume: 978, - High: 3078, - Low: 3066, - YearlyHigh: 3406, - YearlyLow: 2746, - YearlyStart: 3076, - YearlyChange: 0, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Europe`, - Country: `Denmark`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `American Airlines`, - Maturity: `2022-01-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 245 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `OJ Future`, - Spread: 0.01, - Open: 140.6, - Price: 138.79, - Buy: 140.18, - Sell: 140.19, - Change: -1.4, - ChangePercent: -1, - Volume: 7, - High: 140.19, - Low: 0, - YearlyHigh: 155.95, - YearlyLow: 113, - YearlyStart: 134.47, - YearlyChange: 4.25, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `Middle East`, - Country: `Kuwait`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-03-16`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 246 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P Future`, - Spread: 0.01, - Open: 2057.5, - Price: 2088.68, - Buy: 2056.6, - Sell: 2056.61, - Change: 32.08, - ChangePercent: 1.56, - Volume: 142780, - High: 2059.5, - Low: 2049, - YearlyHigh: 2105.5, - YearlyLow: 1794.5, - YearlyStart: 1950, - YearlyChange: 5.47, - Settlement: `Cash`, - Contract: `CFD`, - Region: `Europe`, - Country: `France`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-04-21`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 247 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Gold`, - Spread: 0.01, - Open: 1281.1, - Price: 1278.17, - Buy: 1280.73, - Sell: 1280.74, - Change: -2.56, - ChangePercent: -0.2, - Volume: 48387, - High: 1289.5, - Low: 1279.1, - YearlyHigh: 1306, - YearlyLow: 1047.2, - YearlyStart: 1176.6, - YearlyChange: 8.85, - Settlement: `Cash`, - Contract: `Options`, - Region: `Europe`, - Country: `Austria`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-07-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 248 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Coal`, - Spread: 0.015, - Open: 0.4363, - Price: 0.42, - Buy: 0.44, - Sell: 0.44, - Change: 0, - ChangePercent: 1.16, - Volume: 3, - High: 0.44, - Low: 0.44, - YearlyHigh: 0.48, - YearlyLow: 0.4, - YearlyStart: 0.44, - YearlyChange: -5.33, - Settlement: `Cash`, - Contract: `CFD`, - Region: `Europe`, - Country: `Ireland`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `American Airlines`, - Maturity: `2022-06-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 249 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Uranium`, - Spread: 0.02, - Open: 27.55, - Price: 28.08, - Buy: 27.55, - Sell: 27.55, - Change: 0.5, - ChangePercent: 1.8, - Volume: 12, - High: 27.55, - Low: 27.55, - YearlyHigh: 29.32, - YearlyLow: 21.28, - YearlyStart: 25.3, - YearlyChange: 9.01, - Settlement: `Cash`, - Contract: `Futures`, - Region: `North America`, - Country: `Mexico`, - Risk: `High`, - Sector: `Government`, - Currency: `USD`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-05-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 250 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Palladium`, - Spread: 0.01, - Open: 600.55, - Price: 590.42, - Buy: 601, - Sell: 601.01, - Change: -10.58, - ChangePercent: -1.76, - Volume: 651, - High: 607.2, - Low: 598.4, - YearlyHigh: 690, - YearlyLow: 458.6, - YearlyStart: 574.3, - YearlyChange: 4.65, - Settlement: `Loan`, - Contract: `Swap`, - Region: `North America`, - Country: `Canada`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-04-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 251 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Milk`, - Spread: 0.01, - Open: 12.87, - Price: 12.66, - Buy: 12.87, - Sell: 12.87, - Change: -0.2, - ChangePercent: -1.52, - Volume: 7, - High: 12.89, - Low: 12.81, - YearlyHigh: 16.96, - YearlyLow: 12.81, - YearlyStart: 14.88, - YearlyChange: -13.6, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Africa`, - Country: `Morocco`, - Risk: `High`, - Sector: `Government`, - Currency: `USD`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-08-24`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 252 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `US 10YR Future`, - Spread: 0.01, - Open: 130.5625, - Price: 129.59, - Buy: 130.56, - Sell: 130.56, - Change: -0.99, - ChangePercent: -0.76, - Volume: 189310, - High: 130.63, - Low: 130.44, - YearlyHigh: 132.64, - YearlyLow: 125.48, - YearlyStart: 129.06, - YearlyChange: 1.18, - Settlement: `Cash`, - Contract: `Futures`, - Region: `South America`, - Country: `Suriname`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-05-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 253 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P Future`, - Spread: 0.01, - Open: 2057.5, - Price: 2032.75, - Buy: 2056.6, - Sell: 2056.61, - Change: -23.85, - ChangePercent: -1.16, - Volume: 142780, - High: 2059.5, - Low: 2049, - YearlyHigh: 2105.5, - YearlyLow: 1794.5, - YearlyStart: 1950, - YearlyChange: 5.47, - Settlement: `Loan`, - Contract: `CFD`, - Region: `Africa`, - Country: `Senegal`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-01-21`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 254 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `DOW Future`, - Spread: 0.01, - Open: 17711, - Price: 17733.41, - Buy: 17712.15, - Sell: 17712.16, - Change: 21.26, - ChangePercent: 0.12, - Volume: 22236, - High: 17727, - Low: 17642, - YearlyHigh: 18083, - YearlyLow: 15299, - YearlyStart: 16691, - YearlyChange: 6.12, - Settlement: `Credit`, - Contract: `Options`, - Region: `Africa`, - Country: `Morocco`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-04-23`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 255 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soy Meat`, - Spread: 0.01, - Open: 342.6, - Price: 345.36, - Buy: 342.6, - Sell: 342.6, - Change: 2.74, - ChangePercent: 0.8, - Volume: 5646, - High: 345.4, - Low: 340.3, - YearlyHigh: 353.4, - YearlyLow: 261.7, - YearlyStart: 307.55, - YearlyChange: 11.4, - Settlement: `Credit`, - Contract: `Futures`, - Region: `Africa`, - Country: `Cameroon`, - Risk: `High`, - Sector: `Public`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `FedEx`, - Maturity: `2022-03-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 256 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `FD Cattle`, - Spread: 0.01, - Open: 147.175, - Price: 147.06, - Buy: 148.6, - Sell: 148.61, - Change: -1.55, - ChangePercent: -1.04, - Volume: 5, - High: 148.61, - Low: 147.18, - YearlyHigh: 190, - YearlyLow: 138.1, - YearlyStart: 164.05, - YearlyChange: -9.41, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `Europe`, - Country: `Slovenia`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `High`, - Issuer: `FedEx`, - Maturity: `2022-06-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 257 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P MID MINI`, - Spread: 0.01, - Open: 1454.3, - Price: 1470.34, - Buy: 1455.78, - Sell: 1455.79, - Change: 14.56, - ChangePercent: 1, - Volume: 338, - High: 1455.78, - Low: 1448, - YearlyHigh: 1527.3, - YearlyLow: 1236, - YearlyStart: 1381.65, - YearlyChange: 5.37, - Settlement: `Credit`, - Contract: `Options`, - Region: `Middle East`, - Country: `Israel`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-05-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 258 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Platinum`, - Spread: 0.01, - Open: 1071.6, - Price: 1069.81, - Buy: 1071.09, - Sell: 1071.1, - Change: -1.29, - ChangePercent: -0.12, - Volume: 3039, - High: 1081.2, - Low: 1070.5, - YearlyHigh: 1120.6, - YearlyLow: 812.4, - YearlyStart: 966.5, - YearlyChange: 10.82, - Settlement: `Loan`, - Contract: `Forwards`, - Region: `Africa`, - Country: `Senegal`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-01-16`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 259 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soy Meat`, - Spread: 0.01, - Open: 342.6, - Price: 347.83, - Buy: 342.6, - Sell: 342.6, - Change: 5.21, - ChangePercent: 1.52, - Volume: 5646, - High: 345.4, - Low: 340.3, - YearlyHigh: 353.4, - YearlyLow: 261.7, - YearlyStart: 307.55, - YearlyChange: 11.4, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Europe`, - Country: `Finland`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-07-23`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 260 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Cocoa`, - Spread: 0.01, - Open: 3076, - Price: 3041.58, - Buy: 3076, - Sell: 3076, - Change: -34.45, - ChangePercent: -1.12, - Volume: 978, - High: 3078, - Low: 3066, - YearlyHigh: 3406, - YearlyLow: 2746, - YearlyStart: 3076, - YearlyChange: 0, - Settlement: `Cash`, - Contract: `Options`, - Region: `Europe`, - Country: `Norway`, - Risk: `High`, - Sector: `Government`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-07-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 261 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `BTC/USD`, - Spread: 0.06, - Open: 93.88, - Price: 21135.18, - Buy: 21200.76, - Sell: 21400.78, - Change: 134.41, - ChangePercent: 0.64, - Volume: 5788000, - High: 22400.05, - Low: 20100.75, - YearlyHigh: 62400.7, - YearlyLow: 15100.88, - YearlyStart: 21200.29, - YearlyChange: -20.62, - Settlement: `Cash`, - Contract: `Options`, - Region: `Middle East`, - Country: `UAE`, - Risk: `High`, - Sector: `Public`, - Currency: `USD`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-08-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 262 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Diesel`, - Spread: 0.015, - Open: 1.3474, - Price: 1.38, - Buy: 1.35, - Sell: 1.35, - Change: 0.02, - ChangePercent: 1.68, - Volume: 2971, - High: 1.36, - Low: 1.34, - YearlyHigh: 2.11, - YearlyLow: 0.92, - YearlyStart: 1.51, - YearlyChange: -10.4, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `Asia Pacific`, - Country: `India`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `High`, - Issuer: `American Airlines`, - Maturity: `2022-02-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 263 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soybean`, - Spread: 0.01, - Open: 1038, - Price: 1058.14, - Buy: 1038.61, - Sell: 1038.62, - Change: 19.52, - ChangePercent: 1.88, - Volume: 20356, - High: 1044, - Low: 1031.75, - YearlyHigh: 1057, - YearlyLow: 859.5, - YearlyStart: 958.25, - YearlyChange: 8.39, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Middle East`, - Country: `Jordan`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-05-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 264 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `FD Cattle`, - Spread: 0.01, - Open: 147.175, - Price: 149.02, - Buy: 148.6, - Sell: 148.61, - Change: 0.41, - ChangePercent: 0.28, - Volume: 5, - High: 148.61, - Low: 147.18, - YearlyHigh: 190, - YearlyLow: 138.1, - YearlyStart: 164.05, - YearlyChange: -9.41, - Settlement: `Credit`, - Contract: `Swap`, - Region: `South America`, - Country: `Suriname`, - Risk: `High`, - Sector: `Private`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-08-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 265 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Coal`, - Spread: 0.015, - Open: 0.4363, - Price: 0.42, - Buy: 0.44, - Sell: 0.44, - Change: 0, - ChangePercent: 0.28, - Volume: 3, - High: 0.44, - Low: 0.44, - YearlyHigh: 0.48, - YearlyLow: 0.4, - YearlyStart: 0.44, - YearlyChange: -5.33, - Settlement: `Credit`, - Contract: `Options`, - Region: `South America`, - Country: `Ecuador`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-01-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 266 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `OJ Future`, - Spread: 0.01, - Open: 140.6, - Price: 139.91, - Buy: 140.18, - Sell: 140.19, - Change: -0.28, - ChangePercent: -0.2, - Volume: 7, - High: 140.19, - Low: 0, - YearlyHigh: 155.95, - YearlyLow: 113, - YearlyStart: 134.47, - YearlyChange: 4.25, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `Africa`, - Country: `Ethiopia`, - Risk: `Low`, - Sector: `Public`, - Currency: `USD`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-07-24`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 267 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Corn`, - Spread: 0.01, - Open: 379.5, - Price: 384.36, - Buy: 379.8, - Sell: 379.81, - Change: 4.56, - ChangePercent: 1.2, - Volume: 11266, - High: 381, - Low: 377.75, - YearlyHigh: 471.25, - YearlyLow: 351.25, - YearlyStart: 411.25, - YearlyChange: -7.65, - Settlement: `Loan`, - Contract: `Forwards`, - Region: `Africa`, - Country: `Niger`, - Risk: `Low`, - Sector: `Government`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-04-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 268 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Coal`, - Spread: 0.015, - Open: 0.4363, - Price: 0.41, - Buy: 0.44, - Sell: 0.44, - Change: -0.01, - ChangePercent: -1.08, - Volume: 3, - High: 0.44, - Low: 0.44, - YearlyHigh: 0.48, - YearlyLow: 0.4, - YearlyStart: 0.44, - YearlyChange: -5.33, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Africa`, - Country: `Senegal`, - Risk: `Low`, - Sector: `Government`, - Currency: `PLN`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-04-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 269 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P 600 MINI`, - Spread: 0.01, - Open: 687.9, - Price: 693.11, - Buy: 687.9, - Sell: 687.9, - Change: 5.23, - ChangePercent: 0.76, - Volume: 0, - High: 0, - Low: 0, - YearlyHigh: 620.32, - YearlyLow: 595.9, - YearlyStart: 608.11, - YearlyChange: 13.12, - Settlement: `Cash`, - Contract: `CFD`, - Region: `Africa`, - Country: `Ethiopia`, - Risk: `High`, - Sector: `Government`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `FedEx`, - Maturity: `2022-02-22`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 270 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Silver`, - Spread: 0.01, - Open: 17.43, - Price: 17.73, - Buy: 17.43, - Sell: 17.43, - Change: 0.31, - ChangePercent: 1.8, - Volume: 11720, - High: 17.51, - Low: 17.37, - YearlyHigh: 18.06, - YearlyLow: 13.73, - YearlyStart: 15.89, - YearlyChange: 9.59, - Settlement: `Cash`, - Contract: `Swap`, - Region: `South America`, - Country: `Peru`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-05-21`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 271 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `OJ Future`, - Spread: 0.01, - Open: 140.6, - Price: 141.03, - Buy: 140.18, - Sell: 140.19, - Change: 0.84, - ChangePercent: 0.6, - Volume: 7, - High: 140.19, - Low: 0, - YearlyHigh: 155.95, - YearlyLow: 113, - YearlyStart: 134.47, - YearlyChange: 4.25, - Settlement: `Cash`, - Contract: `Options`, - Region: `Asia Pacific`, - Country: `China`, - Risk: `High`, - Sector: `Public`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-03-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 272 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Ethanol`, - Spread: 0.01, - Open: 1.512, - Price: 2.74, - Buy: 2.75, - Sell: 2.76, - Change: -0.01, - ChangePercent: -0.6, - Volume: 14, - High: 2.75, - Low: 1.12, - YearlyHigh: 2.75, - YearlyLow: 1.12, - YearlyStart: 1.48, - YearlyChange: 86.7, - Settlement: `Credit`, - Contract: `Futures`, - Region: `Asia Pacific`, - Country: `Singapore`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-03-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 273 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P 600 MINI`, - Spread: 0.01, - Open: 687.9, - Price: 685.13, - Buy: 687.9, - Sell: 687.9, - Change: -2.75, - ChangePercent: -0.4, - Volume: 0, - High: 0, - Low: 0, - YearlyHigh: 620.32, - YearlyLow: 595.9, - YearlyStart: 608.11, - YearlyChange: 13.12, - Settlement: `Credit`, - Contract: `Options`, - Region: `Africa`, - Country: `South Africa`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-04-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 274 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `DOW Future`, - Spread: 0.01, - Open: 17711, - Price: 17818.42, - Buy: 17712.15, - Sell: 17712.16, - Change: 106.27, - ChangePercent: 0.6, - Volume: 22236, - High: 17727, - Low: 17642, - YearlyHigh: 18083, - YearlyLow: 15299, - YearlyStart: 16691, - YearlyChange: 6.12, - Settlement: `Credit`, - Contract: `Futures`, - Region: `Africa`, - Country: `Nigeria`, - Risk: `High`, - Sector: `Public`, - Currency: `USD`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-03-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 275 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Silver`, - Spread: 0.01, - Open: 17.43, - Price: 17.1, - Buy: 17.43, - Sell: 17.43, - Change: -0.32, - ChangePercent: -1.84, - Volume: 11720, - High: 17.51, - Low: 17.37, - YearlyHigh: 18.06, - YearlyLow: 13.73, - YearlyStart: 15.89, - YearlyChange: 9.59, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Asia Pacific`, - Country: `India`, - Risk: `Low`, - Sector: `Public`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-09-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 276 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Wheat`, - Spread: 0.01, - Open: 465.5, - Price: 470.92, - Buy: 465.5, - Sell: 465.5, - Change: 5.4, - ChangePercent: 1.16, - Volume: 4318, - High: 467, - Low: 463.25, - YearlyHigh: 628.5, - YearlyLow: 449.5, - YearlyStart: 539, - YearlyChange: -13.63, - Settlement: `Cash`, - Contract: `Options`, - Region: `Asia Pacific`, - Country: `Philippines`, - Risk: `High`, - Sector: `Private`, - Currency: `PLN`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-02-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 277 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Coffee`, - Spread: 0.01, - Open: 125.7, - Price: 128, - Buy: 125.7, - Sell: 125.7, - Change: 2.31, - ChangePercent: 1.84, - Volume: 1654, - High: 125.8, - Low: 125, - YearlyHigh: 155.75, - YearlyLow: 115.35, - YearlyStart: 135.55, - YearlyChange: -7.27, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Asia Pacific`, - Country: `Azerbaijan`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-05-16`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 278 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `GBP/USD`, - Spread: 0.02, - Open: 1.4464, - Price: 1.17, - Buy: 1.18, - Sell: 1.2, - Change: -0.02, - ChangePercent: -1.72, - Volume: 29450, - High: 1.45, - Low: 1.19, - YearlyHigh: 1.59, - YearlyLow: 1.19, - YearlyStart: 1.49, - YearlyChange: -19.59, - Settlement: `Credit`, - Contract: `Futures`, - Region: `Africa`, - Country: `Algeria`, - Risk: `Low`, - Sector: `Government`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-08-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 279 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Uranium`, - Spread: 0.02, - Open: 27.55, - Price: 27.8, - Buy: 27.55, - Sell: 27.55, - Change: 0.22, - ChangePercent: 0.8, - Volume: 12, - High: 27.55, - Low: 27.55, - YearlyHigh: 29.32, - YearlyLow: 21.28, - YearlyStart: 25.3, - YearlyChange: 9.01, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Africa`, - Country: `Tunisia`, - Risk: `Low`, - Sector: `Public`, - Currency: `USD`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-01-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 280 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `DOW Future`, - Spread: 0.01, - Open: 17711, - Price: 17697.98, - Buy: 17712.15, - Sell: 17712.16, - Change: -14.17, - ChangePercent: -0.08, - Volume: 22236, - High: 17727, - Low: 17642, - YearlyHigh: 18083, - YearlyLow: 15299, - YearlyStart: 16691, - YearlyChange: 6.12, - Settlement: `Credit`, - Contract: `Options`, - Region: `Middle East`, - Country: `Lebanon`, - Risk: `High`, - Sector: `Private`, - Currency: `PLN`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-04-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 281 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Milk`, - Spread: 0.01, - Open: 12.87, - Price: 12.68, - Buy: 12.87, - Sell: 12.87, - Change: -0.18, - ChangePercent: -1.4, - Volume: 7, - High: 12.89, - Low: 12.81, - YearlyHigh: 16.96, - YearlyLow: 12.81, - YearlyStart: 14.88, - YearlyChange: -13.6, - Settlement: `Loan`, - Contract: `Futures`, - Region: `North America`, - Country: `Mexico`, - Risk: `Low`, - Sector: `Public`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-04-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 282 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Natural Gas`, - Spread: 0.02, - Open: 2.094, - Price: 2.11, - Buy: 2.09, - Sell: 2.09, - Change: 0.01, - ChangePercent: 0.4, - Volume: 2783, - High: 2.11, - Low: 2.09, - YearlyHigh: 3.2, - YearlyLow: 1.84, - YearlyStart: 2.52, - YearlyChange: -16.51, - Settlement: `Credit`, - Contract: `Options`, - Region: `Middle East`, - Country: `Iraq`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-02-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 283 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Coal`, - Spread: 0.015, - Open: 0.4363, - Price: 0.42, - Buy: 0.44, - Sell: 0.44, - Change: 0, - ChangePercent: -0.12, - Volume: 3, - High: 0.44, - Low: 0.44, - YearlyHigh: 0.48, - YearlyLow: 0.4, - YearlyStart: 0.44, - YearlyChange: -5.33, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Middle East`, - Country: `Syria`, - Risk: `Low`, - Sector: `Public`, - Currency: `USD`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-09-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 284 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `GBP/USD`, - Spread: 0.02, - Open: 1.4464, - Price: 1.22, - Buy: 1.18, - Sell: 1.2, - Change: 0.03, - ChangePercent: 1.84, - Volume: 29450, - High: 1.45, - Low: 1.19, - YearlyHigh: 1.59, - YearlyLow: 1.19, - YearlyStart: 1.49, - YearlyChange: -19.59, - Settlement: `Credit`, - Contract: `Forwards`, - Region: `South America`, - Country: `Guyana`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-09-11`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 285 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P MID MINI`, - Spread: 0.01, - Open: 1454.3, - Price: 1457.53, - Buy: 1455.78, - Sell: 1455.79, - Change: 1.75, - ChangePercent: 0.12, - Volume: 338, - High: 1455.78, - Low: 1448, - YearlyHigh: 1527.3, - YearlyLow: 1236, - YearlyStart: 1381.65, - YearlyChange: 5.37, - Settlement: `Loan`, - Contract: `Options`, - Region: `Asia Pacific`, - Country: `Philippines`, - Risk: `Low`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-05-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 286 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Silver`, - Spread: 0.01, - Open: 17.43, - Price: 17.29, - Buy: 17.43, - Sell: 17.43, - Change: -0.13, - ChangePercent: -0.76, - Volume: 11720, - High: 17.51, - Low: 17.37, - YearlyHigh: 18.06, - YearlyLow: 13.73, - YearlyStart: 15.89, - YearlyChange: 9.59, - Settlement: `Cash`, - Contract: `Options`, - Region: `Asia Pacific`, - Country: `New Zealand`, - Risk: `High`, - Sector: `Government`, - Currency: `USD`, - Security: `Poor`, - Issuer: `American Airlines`, - Maturity: `2022-07-27`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 287 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `NAS Future`, - Spread: 0.01, - Open: 4341.25, - Price: 4257.93, - Buy: 4341.25, - Sell: 4341.25, - Change: -83.35, - ChangePercent: -1.92, - Volume: 18259, - High: 4347, - Low: 4318, - YearlyHigh: 4719.75, - YearlyLow: 3867.75, - YearlyStart: 4293.75, - YearlyChange: 1.11, - Settlement: `Loan`, - Contract: `Futures`, - Region: `South America`, - Country: `Guyana`, - Risk: `High`, - Sector: `Private`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-05-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 288 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Ethanol`, - Spread: 0.01, - Open: 1.512, - Price: 2.77, - Buy: 2.75, - Sell: 2.76, - Change: 0.02, - ChangePercent: 0.64, - Volume: 14, - High: 2.75, - Low: 1.12, - YearlyHigh: 2.75, - YearlyLow: 1.12, - YearlyStart: 1.48, - YearlyChange: 86.7, - Settlement: `Credit`, - Contract: `Options`, - Region: `Africa`, - Country: `Morocco`, - Risk: `Low`, - Sector: `Government`, - Currency: `PLN`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-05-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 289 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P MID MINI`, - Spread: 0.01, - Open: 1454.3, - Price: 1466.85, - Buy: 1455.78, - Sell: 1455.79, - Change: 11.07, - ChangePercent: 0.76, - Volume: 338, - High: 1455.78, - Low: 1448, - YearlyHigh: 1527.3, - YearlyLow: 1236, - YearlyStart: 1381.65, - YearlyChange: 5.37, - Settlement: `Credit`, - Contract: `CFD`, - Region: `North America`, - Country: `United States`, - Risk: `Low`, - Sector: `Government`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-05-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 290 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `DOW Future`, - Spread: 0.01, - Open: 17711, - Price: 17825.51, - Buy: 17712.15, - Sell: 17712.16, - Change: 113.36, - ChangePercent: 0.64, - Volume: 22236, - High: 17727, - Low: 17642, - YearlyHigh: 18083, - YearlyLow: 15299, - YearlyStart: 16691, - YearlyChange: 6.12, - Settlement: `Cash`, - Contract: `Options`, - Region: `North America`, - Country: `Canada`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-02-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 291 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `US 2Y Future`, - Spread: 0.01, - Open: 109.3984, - Price: 108.38, - Buy: 109.4, - Sell: 109.4, - Change: -1.01, - ChangePercent: -0.92, - Volume: 17742, - High: 109.41, - Low: 109.38, - YearlyHigh: 109.8, - YearlyLow: 108.62, - YearlyStart: 109.21, - YearlyChange: 0.16, - Settlement: `Cash`, - Contract: `CFD`, - Region: `North America`, - Country: `United States`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-02-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 292 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Platinum`, - Spread: 0.01, - Open: 1071.6, - Price: 1053.1, - Buy: 1071.09, - Sell: 1071.1, - Change: -18, - ChangePercent: -1.68, - Volume: 3039, - High: 1081.2, - Low: 1070.5, - YearlyHigh: 1120.6, - YearlyLow: 812.4, - YearlyStart: 966.5, - YearlyChange: 10.82, - Settlement: `Credit`, - Contract: `Futures`, - Region: `Asia Pacific`, - Country: `China`, - Risk: `Low`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-07-24`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 293 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `BTC/USD`, - Spread: 0.06, - Open: 93.88, - Price: 21177.18, - Buy: 21200.76, - Sell: 21400.78, - Change: 176.41, - ChangePercent: 0.84, - Volume: 5788000, - High: 22400.05, - Low: 20100.75, - YearlyHigh: 62400.7, - YearlyLow: 15100.88, - YearlyStart: 21200.29, - YearlyChange: -20.62, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Middle East`, - Country: `Oman`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-08-23`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 294 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Diesel`, - Spread: 0.015, - Open: 1.3474, - Price: 1.33, - Buy: 1.35, - Sell: 1.35, - Change: -0.03, - ChangePercent: -1.84, - Volume: 2971, - High: 1.36, - Low: 1.34, - YearlyHigh: 2.11, - YearlyLow: 0.92, - YearlyStart: 1.51, - YearlyChange: -10.4, - Settlement: `Cash`, - Contract: `Futures`, - Region: `South America`, - Country: `Paraguay`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-08-23`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 295 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Platinum`, - Spread: 0.01, - Open: 1071.6, - Price: 1087.81, - Buy: 1071.09, - Sell: 1071.1, - Change: 16.71, - ChangePercent: 1.56, - Volume: 3039, - High: 1081.2, - Low: 1070.5, - YearlyHigh: 1120.6, - YearlyLow: 812.4, - YearlyStart: 966.5, - YearlyChange: 10.82, - Settlement: `Loan`, - Contract: `Futures`, - Region: `Europe`, - Country: `Czechia`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-04-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 296 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Ethanol`, - Spread: 0.01, - Open: 1.512, - Price: 2.8, - Buy: 2.75, - Sell: 2.76, - Change: 0.05, - ChangePercent: 1.84, - Volume: 14, - High: 2.75, - Low: 1.12, - YearlyHigh: 2.75, - YearlyLow: 1.12, - YearlyStart: 1.48, - YearlyChange: 86.7, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Middle East`, - Country: `Saudi Arabia`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-03-22`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 297 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soybean`, - Spread: 0.01, - Open: 1038, - Price: 1053.99, - Buy: 1038.61, - Sell: 1038.62, - Change: 15.37, - ChangePercent: 1.48, - Volume: 20356, - High: 1044, - Low: 1031.75, - YearlyHigh: 1057, - YearlyLow: 859.5, - YearlyStart: 958.25, - YearlyChange: 8.39, - Settlement: `Cash`, - Contract: `CFD`, - Region: `Africa`, - Country: `Tunisia`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-08-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 298 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `GBP/USD`, - Spread: 0.02, - Open: 1.4464, - Price: 1.19, - Buy: 1.18, - Sell: 1.2, - Change: 0, - ChangePercent: -0.36, - Volume: 29450, - High: 1.45, - Low: 1.19, - YearlyHigh: 1.59, - YearlyLow: 1.19, - YearlyStart: 1.49, - YearlyChange: -19.59, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `North America`, - Country: `United States`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-02-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 299 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Ethanol`, - Spread: 0.01, - Open: 1.512, - Price: 2.7, - Buy: 2.75, - Sell: 2.76, - Change: -0.05, - ChangePercent: -1.92, - Volume: 14, - High: 2.75, - Low: 1.12, - YearlyHigh: 2.75, - YearlyLow: 1.12, - YearlyStart: 1.48, - YearlyChange: 86.7, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Middle East`, - Country: `Oman`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-04-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 300 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Silver`, - Spread: 0.01, - Open: 17.43, - Price: 17.39, - Buy: 17.43, - Sell: 17.43, - Change: -0.03, - ChangePercent: -0.2, - Volume: 11720, - High: 17.51, - Low: 17.37, - YearlyHigh: 18.06, - YearlyLow: 13.73, - YearlyStart: 15.89, - YearlyChange: 9.59, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Africa`, - Country: `Egypt`, - Risk: `High`, - Sector: `Private`, - Currency: `PLN`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-04-24`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 301 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Sugar`, - Spread: 0.01, - Open: 15.68, - Price: 14.96, - Buy: 14.67, - Sell: 14.68, - Change: 0.29, - ChangePercent: 1.96, - Volume: 4949, - High: 15.7, - Low: 14.67, - YearlyHigh: 16.87, - YearlyLow: 11.37, - YearlyStart: 14.12, - YearlyChange: 3.92, - Settlement: `Credit`, - Contract: `Options`, - Region: `Africa`, - Country: `Cameroon`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-07-27`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 302 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Cocoa`, - Spread: 0.01, - Open: 3076, - Price: 3117.86, - Buy: 3076, - Sell: 3076, - Change: 41.83, - ChangePercent: 1.36, - Volume: 978, - High: 3078, - Low: 3066, - YearlyHigh: 3406, - YearlyLow: 2746, - YearlyStart: 3076, - YearlyChange: 0, - Settlement: `Loan`, - Contract: `Forwards`, - Region: `Africa`, - Country: `Algeria`, - Risk: `Low`, - Sector: `Public`, - Currency: `PLN`, - Security: `High`, - Issuer: `FedEx`, - Maturity: `2022-01-11`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 303 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Rice`, - Spread: 0.01, - Open: 11.245, - Price: 10.44, - Buy: 10.41, - Sell: 10.42, - Change: 0.02, - ChangePercent: 0.28, - Volume: 220, - High: 11.38, - Low: 10.42, - YearlyHigh: 14.14, - YearlyLow: 9.7, - YearlyStart: 11.92, - YearlyChange: -12.62, - Settlement: `Loan`, - Contract: `Forwards`, - Region: `Asia Pacific`, - Country: `China`, - Risk: `Low`, - Sector: `Public`, - Currency: `USD`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-07-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 304 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soybean`, - Spread: 0.01, - Open: 1038, - Price: 1026.15, - Buy: 1038.61, - Sell: 1038.62, - Change: -12.47, - ChangePercent: -1.2, - Volume: 20356, - High: 1044, - Low: 1031.75, - YearlyHigh: 1057, - YearlyLow: 859.5, - YearlyStart: 958.25, - YearlyChange: 8.39, - Settlement: `Cash`, - Contract: `Futures`, - Region: `North America`, - Country: `United States`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `FedEx`, - Maturity: `2022-02-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 305 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/CAD`, - Spread: 0.02, - Open: 0.7744, - Price: 0.94, - Buy: 0.94, - Sell: 0.96, - Change: -0.01, - ChangePercent: -1.4, - Volume: 13669, - High: 0.95, - Low: 0.77, - YearlyHigh: 0.95, - YearlyLow: 0.68, - YearlyStart: 0.76, - YearlyChange: 26.43, - Settlement: `Credit`, - Contract: `Swap`, - Region: `North America`, - Country: `Canada`, - Risk: `Low`, - Sector: `Public`, - Currency: `USD`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-02-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 306 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Rice`, - Spread: 0.01, - Open: 11.245, - Price: 10.3, - Buy: 10.41, - Sell: 10.42, - Change: -0.12, - ChangePercent: -1.08, - Volume: 220, - High: 11.38, - Low: 10.42, - YearlyHigh: 14.14, - YearlyLow: 9.7, - YearlyStart: 11.92, - YearlyChange: -12.62, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Africa`, - Country: `Libya`, - Risk: `Low`, - Sector: `Government`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-04-23`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 307 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soybean`, - Spread: 0.01, - Open: 1038, - Price: 1026.15, - Buy: 1038.61, - Sell: 1038.62, - Change: -12.47, - ChangePercent: -1.2, - Volume: 20356, - High: 1044, - Low: 1031.75, - YearlyHigh: 1057, - YearlyLow: 859.5, - YearlyStart: 958.25, - YearlyChange: 8.39, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Europe`, - Country: `Hungary`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-06-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 308 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/CAD`, - Spread: 0.02, - Open: 0.7744, - Price: 0.95, - Buy: 0.94, - Sell: 0.96, - Change: 0, - ChangePercent: -0.8, - Volume: 13669, - High: 0.95, - Low: 0.77, - YearlyHigh: 0.95, - YearlyLow: 0.68, - YearlyStart: 0.76, - YearlyChange: 26.43, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `Asia Pacific`, - Country: `Singapore`, - Risk: `Low`, - Sector: `Government`, - Currency: `USD`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-08-16`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 309 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `US 30YR Future`, - Spread: 0.01, - Open: 164.875, - Price: 160.94, - Buy: 164.15, - Sell: 164.16, - Change: -3.22, - ChangePercent: -1.96, - Volume: 28012, - High: 165.25, - Low: 164.04, - YearlyHigh: 169.38, - YearlyLow: 151.47, - YearlyStart: 160.43, - YearlyChange: 2.33, - Settlement: `Credit`, - Contract: `Forwards`, - Region: `Asia Pacific`, - Country: `Thailand`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-09-22`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 310 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `US 10YR Future`, - Spread: 0.01, - Open: 130.5625, - Price: 132.2, - Buy: 130.56, - Sell: 130.56, - Change: 1.62, - ChangePercent: 1.24, - Volume: 189310, - High: 130.63, - Low: 130.44, - YearlyHigh: 132.64, - YearlyLow: 125.48, - YearlyStart: 129.06, - YearlyChange: 1.18, - Settlement: `Credit`, - Contract: `Forwards`, - Region: `Asia Pacific`, - Country: `India`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-09-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 311 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/CHF`, - Spread: 0.02, - Open: 1.0337, - Price: 1.06, - Buy: 1.03, - Sell: 1.03, - Change: 0.02, - ChangePercent: 1.24, - Volume: 5550, - High: 1.03, - Low: 1.03, - YearlyHigh: 1.11, - YearlyLow: 0.98, - YearlyStart: 1.04, - YearlyChange: -0.12, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Africa`, - Country: `Ethiopia`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-03-24`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 312 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Lumber`, - Spread: 0.01, - Open: 303.9, - Price: 308.62, - Buy: 304.59, - Sell: 304.6, - Change: 4.02, - ChangePercent: 1.32, - Volume: 2, - High: 304.6, - Low: 303.9, - YearlyHigh: 317.1, - YearlyLow: 236, - YearlyStart: 276.55, - YearlyChange: 10.14, - Settlement: `Credit`, - Contract: `Options`, - Region: `Europe`, - Country: `Poland`, - Risk: `Low`, - Sector: `Public`, - Currency: `EUR`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-09-16`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 313 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/CHF`, - Spread: 0.02, - Open: 1.0337, - Price: 1.05, - Buy: 1.03, - Sell: 1.03, - Change: 0.01, - ChangePercent: 0.68, - Volume: 5550, - High: 1.03, - Low: 1.03, - YearlyHigh: 1.11, - YearlyLow: 0.98, - YearlyStart: 1.04, - YearlyChange: -0.12, - Settlement: `Credit`, - Contract: `Swap`, - Region: `North America`, - Country: `Canada`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `American Airlines`, - Maturity: `2022-04-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 314 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `BTC/USD`, - Spread: 0.06, - Open: 93.88, - Price: 21311.58, - Buy: 21200.76, - Sell: 21400.78, - Change: 310.81, - ChangePercent: 1.48, - Volume: 5788000, - High: 22400.05, - Low: 20100.75, - YearlyHigh: 62400.7, - YearlyLow: 15100.88, - YearlyStart: 21200.29, - YearlyChange: -20.62, - Settlement: `Credit`, - Contract: `Forwards`, - Region: `South America`, - Country: `Colombia`, - Risk: `Low`, - Sector: `Government`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-03-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 315 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Lumber`, - Spread: 0.01, - Open: 303.9, - Price: 308.86, - Buy: 304.59, - Sell: 304.6, - Change: 4.26, - ChangePercent: 1.4, - Volume: 2, - High: 304.6, - Low: 303.9, - YearlyHigh: 317.1, - YearlyLow: 236, - YearlyStart: 276.55, - YearlyChange: 10.14, - Settlement: `Loan`, - Contract: `Futures`, - Region: `Asia Pacific`, - Country: `Korea`, - Risk: `High`, - Sector: `Public`, - Currency: `PLN`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-03-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 316 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Wheat`, - Spread: 0.01, - Open: 465.5, - Price: 472.78, - Buy: 465.5, - Sell: 465.5, - Change: 7.26, - ChangePercent: 1.56, - Volume: 4318, - High: 467, - Low: 463.25, - YearlyHigh: 628.5, - YearlyLow: 449.5, - YearlyStart: 539, - YearlyChange: -13.63, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Europe`, - Country: `Austria`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-04-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 317 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Oats`, - Spread: 0.01, - Open: 194.5, - Price: 193.67, - Buy: 194.21, - Sell: 194.22, - Change: -0.55, - ChangePercent: -0.28, - Volume: 64, - High: 195.75, - Low: 194, - YearlyHigh: 241.25, - YearlyLow: 183.75, - YearlyStart: 212.5, - YearlyChange: -8.6, - Settlement: `Credit`, - Contract: `Futures`, - Region: `Middle East`, - Country: `Lebanon`, - Risk: `Low`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-06-11`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 318 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Wheat`, - Spread: 0.01, - Open: 465.5, - Price: 467.75, - Buy: 465.5, - Sell: 465.5, - Change: 2.23, - ChangePercent: 0.48, - Volume: 4318, - High: 467, - Low: 463.25, - YearlyHigh: 628.5, - YearlyLow: 449.5, - YearlyStart: 539, - YearlyChange: -13.63, - Settlement: `Cash`, - Contract: `CFD`, - Region: `North America`, - Country: `Mexico`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-04-11`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 319 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Gold`, - Spread: 0.01, - Open: 1281.1, - Price: 1303.78, - Buy: 1280.73, - Sell: 1280.74, - Change: 23.05, - ChangePercent: 1.8, - Volume: 48387, - High: 1289.5, - Low: 1279.1, - YearlyHigh: 1306, - YearlyLow: 1047.2, - YearlyStart: 1176.6, - YearlyChange: 8.85, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `Asia Pacific`, - Country: `China`, - Risk: `High`, - Sector: `Private`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-02-19`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 320 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/JPY`, - Spread: 0.02, - Open: 9275.5, - Price: 9140.03, - Buy: 9277.32, - Sell: 9277.34, - Change: -137.3, - ChangePercent: -1.48, - Volume: 47734, - High: 9277.33, - Low: 0.93, - YearlyHigh: 9483, - YearlyLow: 0.93, - YearlyStart: 4741.97, - YearlyChange: 95.64, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Asia Pacific`, - Country: `Hong Kong`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-03-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 321 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Rice`, - Spread: 0.01, - Open: 11.245, - Price: 10.54, - Buy: 10.41, - Sell: 10.42, - Change: 0.12, - ChangePercent: 1.2, - Volume: 220, - High: 11.38, - Low: 10.42, - YearlyHigh: 14.14, - YearlyLow: 9.7, - YearlyStart: 11.92, - YearlyChange: -12.62, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Africa`, - Country: `Niger`, - Risk: `Low`, - Sector: `Public`, - Currency: `PLN`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-07-11`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 322 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Coal`, - Spread: 0.015, - Open: 0.4363, - Price: 0.42, - Buy: 0.44, - Sell: 0.44, - Change: 0, - ChangePercent: -0.2, - Volume: 3, - High: 0.44, - Low: 0.44, - YearlyHigh: 0.48, - YearlyLow: 0.4, - YearlyStart: 0.44, - YearlyChange: -5.33, - Settlement: `Credit`, - Contract: `Forwards`, - Region: `Europe`, - Country: `Ireland`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-04-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 323 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Gold`, - Spread: 0.01, - Open: 1281.1, - Price: 1261.78, - Buy: 1280.73, - Sell: 1280.74, - Change: -18.95, - ChangePercent: -1.48, - Volume: 48387, - High: 1289.5, - Low: 1279.1, - YearlyHigh: 1306, - YearlyLow: 1047.2, - YearlyStart: 1176.6, - YearlyChange: 8.85, - Settlement: `Loan`, - Contract: `Forwards`, - Region: `Africa`, - Country: `Ethiopia`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-02-10`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 324 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `BTC/USD`, - Spread: 0.06, - Open: 93.88, - Price: 21025.97, - Buy: 21200.76, - Sell: 21400.78, - Change: 25.2, - ChangePercent: 0.12, - Volume: 5788000, - High: 22400.05, - Low: 20100.75, - YearlyHigh: 62400.7, - YearlyLow: 15100.88, - YearlyStart: 21200.29, - YearlyChange: -20.62, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Europe`, - Country: `Estonia`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-05-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 325 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Diesel`, - Spread: 0.015, - Open: 1.3474, - Price: 1.34, - Buy: 1.35, - Sell: 1.35, - Change: -0.02, - ChangePercent: -1.52, - Volume: 2971, - High: 1.36, - Low: 1.34, - YearlyHigh: 2.11, - YearlyLow: 0.92, - YearlyStart: 1.51, - YearlyChange: -10.4, - Settlement: `Credit`, - Contract: `Forwards`, - Region: `Europe`, - Country: `Finland`, - Risk: `Low`, - Sector: `Public`, - Currency: `EUR`, - Security: `High`, - Issuer: `FedEx`, - Maturity: `2022-07-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 326 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Platinum`, - Spread: 0.01, - Open: 1071.6, - Price: 1060.39, - Buy: 1071.09, - Sell: 1071.1, - Change: -10.71, - ChangePercent: -1, - Volume: 3039, - High: 1081.2, - Low: 1070.5, - YearlyHigh: 1120.6, - YearlyLow: 812.4, - YearlyStart: 966.5, - YearlyChange: 10.82, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Europe`, - Country: `Belgium`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-02-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 327 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Rice`, - Spread: 0.01, - Open: 11.245, - Price: 10.57, - Buy: 10.41, - Sell: 10.42, - Change: 0.15, - ChangePercent: 1.52, - Volume: 220, - High: 11.38, - Low: 10.42, - YearlyHigh: 14.14, - YearlyLow: 9.7, - YearlyStart: 11.92, - YearlyChange: -12.62, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Europe`, - Country: `Ireland`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `High`, - Issuer: `FedEx`, - Maturity: `2022-05-24`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 328 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Sugar`, - Spread: 0.01, - Open: 15.68, - Price: 14.8, - Buy: 14.67, - Sell: 14.68, - Change: 0.13, - ChangePercent: 0.84, - Volume: 4949, - High: 15.7, - Low: 14.67, - YearlyHigh: 16.87, - YearlyLow: 11.37, - YearlyStart: 14.12, - YearlyChange: 3.92, - Settlement: `Loan`, - Contract: `Options`, - Region: `Europe`, - Country: `Denmark`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-04-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 329 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `NAS Future`, - Spread: 0.01, - Open: 4341.25, - Price: 4327.39, - Buy: 4341.25, - Sell: 4341.25, - Change: -13.89, - ChangePercent: -0.32, - Volume: 18259, - High: 4347, - Low: 4318, - YearlyHigh: 4719.75, - YearlyLow: 3867.75, - YearlyStart: 4293.75, - YearlyChange: 1.11, - Settlement: `Loan`, - Contract: `Forwards`, - Region: `Europe`, - Country: `Estonia`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-03-23`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 330 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `LV Cattle`, - Spread: 0.01, - Open: 120.725, - Price: 122.15, - Buy: 120.72, - Sell: 120.72, - Change: 1.45, - ChangePercent: 1.2, - Volume: 4, - High: 120.72, - Low: 120.72, - YearlyHigh: 147.98, - YearlyLow: 113.9, - YearlyStart: 130.94, - YearlyChange: -7.82, - Settlement: `Cash`, - Contract: `Swap`, - Region: `North America`, - Country: `United States`, - Risk: `High`, - Sector: `Government`, - Currency: `PLN`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-02-19`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 331 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Palladium`, - Spread: 0.01, - Open: 600.55, - Price: 612.06, - Buy: 601, - Sell: 601.01, - Change: 11.06, - ChangePercent: 1.84, - Volume: 651, - High: 607.2, - Low: 598.4, - YearlyHigh: 690, - YearlyLow: 458.6, - YearlyStart: 574.3, - YearlyChange: 4.65, - Settlement: `Cash`, - Contract: `Options`, - Region: `Middle East`, - Country: `Bahrain`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-07-11`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 332 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Uranium`, - Spread: 0.02, - Open: 27.55, - Price: 27.51, - Buy: 27.55, - Sell: 27.55, - Change: -0.07, - ChangePercent: -0.24, - Volume: 12, - High: 27.55, - Low: 27.55, - YearlyHigh: 29.32, - YearlyLow: 21.28, - YearlyStart: 25.3, - YearlyChange: 9.01, - Settlement: `Loan`, - Contract: `CFD`, - Region: `Europe`, - Country: `Denmark`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-01-21`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 333 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `BTC/USD`, - Spread: 0.06, - Open: 93.88, - Price: 20622.76, - Buy: 21200.76, - Sell: 21400.78, - Change: -378.01, - ChangePercent: -1.8, - Volume: 5788000, - High: 22400.05, - Low: 20100.75, - YearlyHigh: 62400.7, - YearlyLow: 15100.88, - YearlyStart: 21200.29, - YearlyChange: -20.62, - Settlement: `Credit`, - Contract: `Futures`, - Region: `South America`, - Country: `Venezuela`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `FedEx`, - Maturity: `2022-06-27`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 334 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Ethanol`, - Spread: 0.01, - Open: 1.512, - Price: 2.79, - Buy: 2.75, - Sell: 2.76, - Change: 0.04, - ChangePercent: 1.36, - Volume: 14, - High: 2.75, - Low: 1.12, - YearlyHigh: 2.75, - YearlyLow: 1.12, - YearlyStart: 1.48, - YearlyChange: 86.7, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `Asia Pacific`, - Country: `Singapore`, - Risk: `High`, - Sector: `Government`, - Currency: `USD`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-04-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 335 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Diesel`, - Spread: 0.015, - Open: 1.3474, - Price: 1.36, - Buy: 1.35, - Sell: 1.35, - Change: 0, - ChangePercent: 0.08, - Volume: 2971, - High: 1.36, - Low: 1.34, - YearlyHigh: 2.11, - YearlyLow: 0.92, - YearlyStart: 1.51, - YearlyChange: -10.4, - Settlement: `Loan`, - Contract: `CFD`, - Region: `Asia Pacific`, - Country: `China`, - Risk: `Low`, - Sector: `Government`, - Currency: `USD`, - Security: `Poor`, - Issuer: `American Airlines`, - Maturity: `2022-05-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 336 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `NAS Future`, - Spread: 0.01, - Open: 4341.25, - Price: 4299.6, - Buy: 4341.25, - Sell: 4341.25, - Change: -41.68, - ChangePercent: -0.96, - Volume: 18259, - High: 4347, - Low: 4318, - YearlyHigh: 4719.75, - YearlyLow: 3867.75, - YearlyStart: 4293.75, - YearlyChange: 1.11, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Africa`, - Country: `Senegal`, - Risk: `Low`, - Sector: `Public`, - Currency: `USD`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-03-23`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 337 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Lumber`, - Spread: 0.01, - Open: 303.9, - Price: 304.11, - Buy: 304.59, - Sell: 304.6, - Change: -0.49, - ChangePercent: -0.16, - Volume: 2, - High: 304.6, - Low: 303.9, - YearlyHigh: 317.1, - YearlyLow: 236, - YearlyStart: 276.55, - YearlyChange: 10.14, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Middle East`, - Country: `Lebanon`, - Risk: `Low`, - Sector: `Public`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-03-24`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 338 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Natural Gas`, - Spread: 0.02, - Open: 2.094, - Price: 2.12, - Buy: 2.09, - Sell: 2.09, - Change: 0.02, - ChangePercent: 0.84, - Volume: 2783, - High: 2.11, - Low: 2.09, - YearlyHigh: 3.2, - YearlyLow: 1.84, - YearlyStart: 2.52, - YearlyChange: -16.51, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Europe`, - Country: `Bulgaria`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-02-24`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 339 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Wheat`, - Spread: 0.01, - Open: 465.5, - Price: 472.6, - Buy: 465.5, - Sell: 465.5, - Change: 7.08, - ChangePercent: 1.52, - Volume: 4318, - High: 467, - Low: 463.25, - YearlyHigh: 628.5, - YearlyLow: 449.5, - YearlyStart: 539, - YearlyChange: -13.63, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Africa`, - Country: `Ethiopia`, - Risk: `High`, - Sector: `Private`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `FedEx`, - Maturity: `2022-06-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 340 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/CAD`, - Spread: 0.02, - Open: 0.7744, - Price: 0.96, - Buy: 0.94, - Sell: 0.96, - Change: 0.01, - ChangePercent: 0.64, - Volume: 13669, - High: 0.95, - Low: 0.77, - YearlyHigh: 0.95, - YearlyLow: 0.68, - YearlyStart: 0.76, - YearlyChange: 26.43, - Settlement: `Credit`, - Contract: `Futures`, - Region: `Asia Pacific`, - Country: `Philippines`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `High`, - Issuer: `FedEx`, - Maturity: `2022-03-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 341 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P MID MINI`, - Spread: 0.01, - Open: 1454.3, - Price: 1477.33, - Buy: 1455.78, - Sell: 1455.79, - Change: 21.55, - ChangePercent: 1.48, - Volume: 338, - High: 1455.78, - Low: 1448, - YearlyHigh: 1527.3, - YearlyLow: 1236, - YearlyStart: 1381.65, - YearlyChange: 5.37, - Settlement: `Credit`, - Contract: `Futures`, - Region: `Europe`, - Country: `United Kingdom`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-02-19`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 342 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Ethanol`, - Spread: 0.01, - Open: 1.512, - Price: 2.8, - Buy: 2.75, - Sell: 2.76, - Change: 0.05, - ChangePercent: 1.8, - Volume: 14, - High: 2.75, - Low: 1.12, - YearlyHigh: 2.75, - YearlyLow: 1.12, - YearlyStart: 1.48, - YearlyChange: 86.7, - Settlement: `Credit`, - Contract: `Futures`, - Region: `Middle East`, - Country: `Syria`, - Risk: `High`, - Sector: `Private`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-05-16`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 343 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/CHF`, - Spread: 0.02, - Open: 1.0337, - Price: 1.05, - Buy: 1.03, - Sell: 1.03, - Change: 0.01, - ChangePercent: 0.88, - Volume: 5550, - High: 1.03, - Low: 1.03, - YearlyHigh: 1.11, - YearlyLow: 0.98, - YearlyStart: 1.04, - YearlyChange: -0.12, - Settlement: `Loan`, - Contract: `Options`, - Region: `Middle East`, - Country: `Kuwait`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-04-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 344 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `US 30YR Future`, - Spread: 0.01, - Open: 164.875, - Price: 163.24, - Buy: 164.15, - Sell: 164.16, - Change: -0.92, - ChangePercent: -0.56, - Volume: 28012, - High: 165.25, - Low: 164.04, - YearlyHigh: 169.38, - YearlyLow: 151.47, - YearlyStart: 160.43, - YearlyChange: 2.33, - Settlement: `Credit`, - Contract: `Options`, - Region: `Europe`, - Country: `Croatia`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-03-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 345 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Cotton`, - Spread: 0.01, - Open: 61.77, - Price: 62.9, - Buy: 61.77, - Sell: 61.77, - Change: 1.14, - ChangePercent: 1.84, - Volume: 3612, - High: 62.06, - Low: 61.32, - YearlyHigh: 67.59, - YearlyLow: 54.33, - YearlyStart: 60.96, - YearlyChange: 1.31, - Settlement: `Loan`, - Contract: `CFD`, - Region: `Europe`, - Country: `Portugal`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-02-22`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 346 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Sugar`, - Spread: 0.01, - Open: 15.68, - Price: 14.94, - Buy: 14.67, - Sell: 14.68, - Change: 0.27, - ChangePercent: 1.8, - Volume: 4949, - High: 15.7, - Low: 14.67, - YearlyHigh: 16.87, - YearlyLow: 11.37, - YearlyStart: 14.12, - YearlyChange: 3.92, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Middle East`, - Country: `Kuwait`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-06-11`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 347 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soy Meat`, - Spread: 0.01, - Open: 342.6, - Price: 338.1, - Buy: 342.6, - Sell: 342.6, - Change: -4.52, - ChangePercent: -1.32, - Volume: 5646, - High: 345.4, - Low: 340.3, - YearlyHigh: 353.4, - YearlyLow: 261.7, - YearlyStart: 307.55, - YearlyChange: 11.4, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `North America`, - Country: `Mexico`, - Risk: `Low`, - Sector: `Public`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-08-16`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 348 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `AUD/USD`, - Spread: 0.02, - Open: 0.7344, - Price: 0.74, - Buy: 0.73, - Sell: 0.73, - Change: 0, - ChangePercent: -0.04, - Volume: 36764, - High: 0.74, - Low: 0.73, - YearlyHigh: 0.79, - YearlyLow: 0.68, - YearlyStart: 0.73, - YearlyChange: 1.28, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Asia Pacific`, - Country: `New Zealand`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-06-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 349 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P MID MINI`, - Spread: 0.01, - Open: 1454.3, - Price: 1459.86, - Buy: 1455.78, - Sell: 1455.79, - Change: 4.08, - ChangePercent: 0.28, - Volume: 338, - High: 1455.78, - Low: 1448, - YearlyHigh: 1527.3, - YearlyLow: 1236, - YearlyStart: 1381.65, - YearlyChange: 5.37, - Settlement: `Cash`, - Contract: `Swap`, - Region: `South America`, - Country: `Bolivia`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-01-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 350 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soy oil`, - Spread: 0.01, - Open: 33.26, - Price: 34.07, - Buy: 33.77, - Sell: 33.78, - Change: 0.3, - ChangePercent: 0.88, - Volume: 10592, - High: 33.77, - Low: 33.06, - YearlyHigh: 35.43, - YearlyLow: 26.61, - YearlyStart: 31.02, - YearlyChange: 8.87, - Settlement: `Loan`, - Contract: `Forwards`, - Region: `Middle East`, - Country: `Israel`, - Risk: `Low`, - Sector: `Government`, - Currency: `USD`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-05-21`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 351 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P 600 MINI`, - Spread: 0.01, - Open: 687.9, - Price: 687.05, - Buy: 687.9, - Sell: 687.9, - Change: -0.83, - ChangePercent: -0.12, - Volume: 0, - High: 0, - Low: 0, - YearlyHigh: 620.32, - YearlyLow: 595.9, - YearlyStart: 608.11, - YearlyChange: 13.12, - Settlement: `Loan`, - Contract: `Forwards`, - Region: `Asia Pacific`, - Country: `Singapore`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-08-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 352 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Platinum`, - Spread: 0.01, - Open: 1071.6, - Price: 1064.67, - Buy: 1071.09, - Sell: 1071.1, - Change: -6.43, - ChangePercent: -0.6, - Volume: 3039, - High: 1081.2, - Low: 1070.5, - YearlyHigh: 1120.6, - YearlyLow: 812.4, - YearlyStart: 966.5, - YearlyChange: 10.82, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Asia Pacific`, - Country: `Taiwan`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-09-19`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 353 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Coal`, - Spread: 0.015, - Open: 0.4363, - Price: 0.41, - Buy: 0.44, - Sell: 0.44, - Change: -0.01, - ChangePercent: -0.92, - Volume: 3, - High: 0.44, - Low: 0.44, - YearlyHigh: 0.48, - YearlyLow: 0.4, - YearlyStart: 0.44, - YearlyChange: -5.33, - Settlement: `Cash`, - Contract: `Options`, - Region: `Asia Pacific`, - Country: `India`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-03-19`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 354 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Silver`, - Spread: 0.01, - Open: 17.43, - Price: 17.14, - Buy: 17.43, - Sell: 17.43, - Change: -0.28, - ChangePercent: -1.6, - Volume: 11720, - High: 17.51, - Low: 17.37, - YearlyHigh: 18.06, - YearlyLow: 13.73, - YearlyStart: 15.89, - YearlyChange: 9.59, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Africa`, - Country: `Morocco`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-01-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 355 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soy oil`, - Spread: 0.01, - Open: 33.26, - Price: 33.43, - Buy: 33.77, - Sell: 33.78, - Change: -0.34, - ChangePercent: -1, - Volume: 10592, - High: 33.77, - Low: 33.06, - YearlyHigh: 35.43, - YearlyLow: 26.61, - YearlyStart: 31.02, - YearlyChange: 8.87, - Settlement: `Loan`, - Contract: `Futures`, - Region: `Middle East`, - Country: `Kuwait`, - Risk: `Low`, - Sector: `Public`, - Currency: `USD`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-06-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 356 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/CHF`, - Spread: 0.02, - Open: 1.0337, - Price: 1.04, - Buy: 1.03, - Sell: 1.03, - Change: 0, - ChangePercent: -0.56, - Volume: 5550, - High: 1.03, - Low: 1.03, - YearlyHigh: 1.11, - YearlyLow: 0.98, - YearlyStart: 1.04, - YearlyChange: -0.12, - Settlement: `Loan`, - Contract: `Options`, - Region: `Europe`, - Country: `Greece`, - Risk: `High`, - Sector: `Public`, - Currency: `USD`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-09-21`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 357 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Lumber`, - Spread: 0.01, - Open: 303.9, - Price: 301.55, - Buy: 304.59, - Sell: 304.6, - Change: -3.05, - ChangePercent: -1, - Volume: 2, - High: 304.6, - Low: 303.9, - YearlyHigh: 317.1, - YearlyLow: 236, - YearlyStart: 276.55, - YearlyChange: 10.14, - Settlement: `Loan`, - Contract: `Forwards`, - Region: `South America`, - Country: `Bolivia`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `High`, - Issuer: `American Airlines`, - Maturity: `2022-07-19`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 358 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `GBP/USD`, - Spread: 0.02, - Open: 1.4464, - Price: 1.18, - Buy: 1.18, - Sell: 1.2, - Change: -0.01, - ChangePercent: -1.28, - Volume: 29450, - High: 1.45, - Low: 1.19, - YearlyHigh: 1.59, - YearlyLow: 1.19, - YearlyStart: 1.49, - YearlyChange: -19.59, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Middle East`, - Country: `Oman`, - Risk: `Low`, - Sector: `Public`, - Currency: `PLN`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-02-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 359 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Sugar`, - Spread: 0.01, - Open: 15.68, - Price: 14.39, - Buy: 14.67, - Sell: 14.68, - Change: -0.28, - ChangePercent: -1.96, - Volume: 4949, - High: 15.7, - Low: 14.67, - YearlyHigh: 16.87, - YearlyLow: 11.37, - YearlyStart: 14.12, - YearlyChange: 3.92, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Middle East`, - Country: `UAE`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-06-11`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 360 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `LV Cattle`, - Spread: 0.01, - Open: 120.725, - Price: 120.32, - Buy: 120.72, - Sell: 120.72, - Change: -0.39, - ChangePercent: -0.32, - Volume: 4, - High: 120.72, - Low: 120.72, - YearlyHigh: 147.98, - YearlyLow: 113.9, - YearlyStart: 130.94, - YearlyChange: -7.82, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Africa`, - Country: `South Africa`, - Risk: `Low`, - Sector: `Government`, - Currency: `USD`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-06-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 361 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P Future`, - Spread: 0.01, - Open: 2057.5, - Price: 2033.57, - Buy: 2056.6, - Sell: 2056.61, - Change: -23.03, - ChangePercent: -1.12, - Volume: 142780, - High: 2059.5, - Low: 2049, - YearlyHigh: 2105.5, - YearlyLow: 1794.5, - YearlyStart: 1950, - YearlyChange: 5.47, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Asia Pacific`, - Country: `Pakistan`, - Risk: `High`, - Sector: `Private`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-06-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 362 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `Euro$ 3M`, - Spread: 0.01, - Open: 99.18, - Price: 99.8, - Buy: 99.18, - Sell: 99.18, - Change: 0.63, - ChangePercent: 0.64, - Volume: 29509, - High: 99.18, - Low: 99.17, - YearlyHigh: 99.38, - YearlyLow: 98.41, - YearlyStart: 98.89, - YearlyChange: 0.28, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Europe`, - Country: `United Kingdom`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-04-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 363 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `Euro$ 3M`, - Spread: 0.01, - Open: 99.18, - Price: 99.61, - Buy: 99.18, - Sell: 99.18, - Change: 0.44, - ChangePercent: 0.44, - Volume: 29509, - High: 99.18, - Low: 99.17, - YearlyHigh: 99.38, - YearlyLow: 98.41, - YearlyStart: 98.89, - YearlyChange: 0.28, - Settlement: `Cash`, - Contract: `Options`, - Region: `Africa`, - Country: `Niger`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-09-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 364 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P MID MINI`, - Spread: 0.01, - Open: 1454.3, - Price: 1448.79, - Buy: 1455.78, - Sell: 1455.79, - Change: -6.99, - ChangePercent: -0.48, - Volume: 338, - High: 1455.78, - Low: 1448, - YearlyHigh: 1527.3, - YearlyLow: 1236, - YearlyStart: 1381.65, - YearlyChange: 5.37, - Settlement: `Loan`, - Contract: `CFD`, - Region: `Middle East`, - Country: `Israel`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-02-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 365 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/CAD`, - Spread: 0.02, - Open: 0.7744, - Price: 0.94, - Buy: 0.94, - Sell: 0.96, - Change: -0.01, - ChangePercent: -1, - Volume: 13669, - High: 0.95, - Low: 0.77, - YearlyHigh: 0.95, - YearlyLow: 0.68, - YearlyStart: 0.76, - YearlyChange: 26.43, - Settlement: `Cash`, - Contract: `Futures`, - Region: `North America`, - Country: `Mexico`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-05-27`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 366 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Wheat`, - Spread: 0.01, - Open: 465.5, - Price: 462.54, - Buy: 465.5, - Sell: 465.5, - Change: -2.98, - ChangePercent: -0.64, - Volume: 4318, - High: 467, - Low: 463.25, - YearlyHigh: 628.5, - YearlyLow: 449.5, - YearlyStart: 539, - YearlyChange: -13.63, - Settlement: `Loan`, - Contract: `CFD`, - Region: `North America`, - Country: `United States`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-09-27`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 367 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P 600 MINI`, - Spread: 0.01, - Open: 687.9, - Price: 689.81, - Buy: 687.9, - Sell: 687.9, - Change: 1.93, - ChangePercent: 0.28, - Volume: 0, - High: 0, - Low: 0, - YearlyHigh: 620.32, - YearlyLow: 595.9, - YearlyStart: 608.11, - YearlyChange: 13.12, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Africa`, - Country: `Ethiopia`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-02-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 368 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Cocoa`, - Spread: 0.01, - Open: 3076, - Price: 3119.09, - Buy: 3076, - Sell: 3076, - Change: 43.06, - ChangePercent: 1.4, - Volume: 978, - High: 3078, - Low: 3066, - YearlyHigh: 3406, - YearlyLow: 2746, - YearlyStart: 3076, - YearlyChange: 0, - Settlement: `Loan`, - Contract: `Forwards`, - Region: `Africa`, - Country: `South Africa`, - Risk: `High`, - Sector: `Government`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-02-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 369 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `US 10YR Future`, - Spread: 0.01, - Open: 130.5625, - Price: 131.84, - Buy: 130.56, - Sell: 130.56, - Change: 1.26, - ChangePercent: 0.96, - Volume: 189310, - High: 130.63, - Low: 130.44, - YearlyHigh: 132.64, - YearlyLow: 125.48, - YearlyStart: 129.06, - YearlyChange: 1.18, - Settlement: `Credit`, - Contract: `CFD`, - Region: `South America`, - Country: `Uruguay`, - Risk: `High`, - Sector: `Government`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-07-11`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 370 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Silver`, - Spread: 0.01, - Open: 17.43, - Price: 17.34, - Buy: 17.43, - Sell: 17.43, - Change: -0.08, - ChangePercent: -0.48, - Volume: 11720, - High: 17.51, - Low: 17.37, - YearlyHigh: 18.06, - YearlyLow: 13.73, - YearlyStart: 15.89, - YearlyChange: 9.59, - Settlement: `Cash`, - Contract: `Options`, - Region: `South America`, - Country: `Paraguay`, - Risk: `High`, - Sector: `Public`, - Currency: `PLN`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-04-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 371 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `OJ Future`, - Spread: 0.01, - Open: 140.6, - Price: 142.54, - Buy: 140.18, - Sell: 140.19, - Change: 2.35, - ChangePercent: 1.68, - Volume: 7, - High: 140.19, - Low: 0, - YearlyHigh: 155.95, - YearlyLow: 113, - YearlyStart: 134.47, - YearlyChange: 4.25, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Middle East`, - Country: `Iraq`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `FedEx`, - Maturity: `2022-08-11`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 372 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Oil`, - Spread: 0.015, - Open: 45.54, - Price: 45.84, - Buy: 45.78, - Sell: 45.8, - Change: 0.05, - ChangePercent: 0.12, - Volume: 107196, - High: 45.94, - Low: 45, - YearlyHigh: 65.28, - YearlyLow: 30.79, - YearlyStart: 48.03, - YearlyChange: -4.67, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Europe`, - Country: `Switzerland`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-06-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 373 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Silver`, - Spread: 0.01, - Open: 17.43, - Price: 17.21, - Buy: 17.43, - Sell: 17.43, - Change: -0.21, - ChangePercent: -1.2, - Volume: 11720, - High: 17.51, - Low: 17.37, - YearlyHigh: 18.06, - YearlyLow: 13.73, - YearlyStart: 15.89, - YearlyChange: 9.59, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Asia Pacific`, - Country: `Australia`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-09-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 374 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Wheat`, - Spread: 0.01, - Open: 465.5, - Price: 474.09, - Buy: 465.5, - Sell: 465.5, - Change: 8.57, - ChangePercent: 1.84, - Volume: 4318, - High: 467, - Low: 463.25, - YearlyHigh: 628.5, - YearlyLow: 449.5, - YearlyStart: 539, - YearlyChange: -13.63, - Settlement: `Loan`, - Contract: `CFD`, - Region: `Europe`, - Country: `Poland`, - Risk: `Low`, - Sector: `Public`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-03-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 375 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Gold`, - Spread: 0.01, - Open: 1281.1, - Price: 1293.03, - Buy: 1280.73, - Sell: 1280.74, - Change: 12.3, - ChangePercent: 0.96, - Volume: 48387, - High: 1289.5, - Low: 1279.1, - YearlyHigh: 1306, - YearlyLow: 1047.2, - YearlyStart: 1176.6, - YearlyChange: 8.85, - Settlement: `Cash`, - Contract: `Options`, - Region: `Asia Pacific`, - Country: `Japan`, - Risk: `Low`, - Sector: `Public`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-03-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 376 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soy Meat`, - Spread: 0.01, - Open: 342.6, - Price: 338.51, - Buy: 342.6, - Sell: 342.6, - Change: -4.11, - ChangePercent: -1.2, - Volume: 5646, - High: 345.4, - Low: 340.3, - YearlyHigh: 353.4, - YearlyLow: 261.7, - YearlyStart: 307.55, - YearlyChange: 11.4, - Settlement: `Loan`, - Contract: `CFD`, - Region: `Middle East`, - Country: `Lebanon`, - Risk: `Low`, - Sector: `Government`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-09-19`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 377 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `US 30YR Future`, - Spread: 0.01, - Open: 164.875, - Price: 162.78, - Buy: 164.15, - Sell: 164.16, - Change: -1.38, - ChangePercent: -0.84, - Volume: 28012, - High: 165.25, - Low: 164.04, - YearlyHigh: 169.38, - YearlyLow: 151.47, - YearlyStart: 160.43, - YearlyChange: 2.33, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Middle East`, - Country: `Kuwait`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-07-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 378 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Cotton`, - Spread: 0.01, - Open: 61.77, - Price: 62.5, - Buy: 61.77, - Sell: 61.77, - Change: 0.74, - ChangePercent: 1.2, - Volume: 3612, - High: 62.06, - Low: 61.32, - YearlyHigh: 67.59, - YearlyLow: 54.33, - YearlyStart: 60.96, - YearlyChange: 1.31, - Settlement: `Credit`, - Contract: `Futures`, - Region: `Europe`, - Country: `Estonia`, - Risk: `High`, - Sector: `Public`, - Currency: `PLN`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-02-23`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 379 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `FD Cattle`, - Spread: 0.01, - Open: 147.175, - Price: 146.76, - Buy: 148.6, - Sell: 148.61, - Change: -1.85, - ChangePercent: -1.24, - Volume: 5, - High: 148.61, - Low: 147.18, - YearlyHigh: 190, - YearlyLow: 138.1, - YearlyStart: 164.05, - YearlyChange: -9.41, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Europe`, - Country: `Austria`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-04-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 380 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P Future`, - Spread: 0.01, - Open: 2057.5, - Price: 2055.78, - Buy: 2056.6, - Sell: 2056.61, - Change: -0.82, - ChangePercent: -0.04, - Volume: 142780, - High: 2059.5, - Low: 2049, - YearlyHigh: 2105.5, - YearlyLow: 1794.5, - YearlyStart: 1950, - YearlyChange: 5.47, - Settlement: `Cash`, - Contract: `Options`, - Region: `Europe`, - Country: `Finland`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-02-22`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 381 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Cocoa`, - Spread: 0.01, - Open: 3076, - Price: 3028.04, - Buy: 3076, - Sell: 3076, - Change: -47.99, - ChangePercent: -1.56, - Volume: 978, - High: 3078, - Low: 3066, - YearlyHigh: 3406, - YearlyLow: 2746, - YearlyStart: 3076, - YearlyChange: 0, - Settlement: `Loan`, - Contract: `Swap`, - Region: `South America`, - Country: `Ecuador`, - Risk: `Low`, - Sector: `Public`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-08-21`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 382 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soybean`, - Spread: 0.01, - Open: 1038, - Price: 1036.96, - Buy: 1038.61, - Sell: 1038.62, - Change: -1.66, - ChangePercent: -0.16, - Volume: 20356, - High: 1044, - Low: 1031.75, - YearlyHigh: 1057, - YearlyLow: 859.5, - YearlyStart: 958.25, - YearlyChange: 8.39, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `Middle East`, - Country: `Iran`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-08-24`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 383 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `AUD/USD`, - Spread: 0.02, - Open: 0.7344, - Price: 0.74, - Buy: 0.73, - Sell: 0.73, - Change: 0, - ChangePercent: -0.48, - Volume: 36764, - High: 0.74, - Low: 0.73, - YearlyHigh: 0.79, - YearlyLow: 0.68, - YearlyStart: 0.73, - YearlyChange: 1.28, - Settlement: `Cash`, - Contract: `CFD`, - Region: `Africa`, - Country: `Niger`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-03-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 384 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `US 30YR Future`, - Spread: 0.01, - Open: 164.875, - Price: 164.42, - Buy: 164.15, - Sell: 164.16, - Change: 0.26, - ChangePercent: 0.16, - Volume: 28012, - High: 165.25, - Low: 164.04, - YearlyHigh: 169.38, - YearlyLow: 151.47, - YearlyStart: 160.43, - YearlyChange: 2.33, - Settlement: `Credit`, - Contract: `Futures`, - Region: `Middle East`, - Country: `UAE`, - Risk: `Low`, - Sector: `Government`, - Currency: `PLN`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-03-16`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 385 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `Euro$ 3M`, - Spread: 0.01, - Open: 99.18, - Price: 100.4, - Buy: 99.18, - Sell: 99.18, - Change: 1.23, - ChangePercent: 1.24, - Volume: 29509, - High: 99.18, - Low: 99.17, - YearlyHigh: 99.38, - YearlyLow: 98.41, - YearlyStart: 98.89, - YearlyChange: 0.28, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Middle East`, - Country: `Bahrain`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-08-21`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 386 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `LV Cattle`, - Spread: 0.01, - Open: 120.725, - Price: 123.07, - Buy: 120.72, - Sell: 120.72, - Change: 2.36, - ChangePercent: 1.96, - Volume: 4, - High: 120.72, - Low: 120.72, - YearlyHigh: 147.98, - YearlyLow: 113.9, - YearlyStart: 130.94, - YearlyChange: -7.82, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `Middle East`, - Country: `Bahrain`, - Risk: `High`, - Sector: `Government`, - Currency: `PLN`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-06-23`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 387 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `FD Cattle`, - Spread: 0.01, - Open: 147.175, - Price: 150.39, - Buy: 148.6, - Sell: 148.61, - Change: 1.78, - ChangePercent: 1.2, - Volume: 5, - High: 148.61, - Low: 147.18, - YearlyHigh: 190, - YearlyLow: 138.1, - YearlyStart: 164.05, - YearlyChange: -9.41, - Settlement: `Cash`, - Contract: `Options`, - Region: `Asia Pacific`, - Country: `Pakistan`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-08-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 388 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `NAS Future`, - Spread: 0.01, - Open: 4341.25, - Price: 4327.39, - Buy: 4341.25, - Sell: 4341.25, - Change: -13.89, - ChangePercent: -0.32, - Volume: 18259, - High: 4347, - Low: 4318, - YearlyHigh: 4719.75, - YearlyLow: 3867.75, - YearlyStart: 4293.75, - YearlyChange: 1.11, - Settlement: `Credit`, - Contract: `Futures`, - Region: `South America`, - Country: `Venezuela`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-09-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 389 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Lumber`, - Spread: 0.01, - Open: 303.9, - Price: 298.63, - Buy: 304.59, - Sell: 304.6, - Change: -5.97, - ChangePercent: -1.96, - Volume: 2, - High: 304.6, - Low: 303.9, - YearlyHigh: 317.1, - YearlyLow: 236, - YearlyStart: 276.55, - YearlyChange: 10.14, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Europe`, - Country: `Iceland`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-05-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 390 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Rice`, - Spread: 0.01, - Open: 11.245, - Price: 10.51, - Buy: 10.41, - Sell: 10.42, - Change: 0.09, - ChangePercent: 0.92, - Volume: 220, - High: 11.38, - Low: 10.42, - YearlyHigh: 14.14, - YearlyLow: 9.7, - YearlyStart: 11.92, - YearlyChange: -12.62, - Settlement: `Credit`, - Contract: `Futures`, - Region: `Asia Pacific`, - Country: `Malaysia`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-02-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 391 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Natural Gas`, - Spread: 0.02, - Open: 2.094, - Price: 2.08, - Buy: 2.09, - Sell: 2.09, - Change: -0.02, - ChangePercent: -1, - Volume: 2783, - High: 2.11, - Low: 2.09, - YearlyHigh: 3.2, - YearlyLow: 1.84, - YearlyStart: 2.52, - YearlyChange: -16.51, - Settlement: `Cash`, - Contract: `Options`, - Region: `Asia Pacific`, - Country: `Philippines`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-03-27`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 392 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P Future`, - Spread: 0.01, - Open: 2057.5, - Price: 2035.21, - Buy: 2056.6, - Sell: 2056.61, - Change: -21.39, - ChangePercent: -1.04, - Volume: 142780, - High: 2059.5, - Low: 2049, - YearlyHigh: 2105.5, - YearlyLow: 1794.5, - YearlyStart: 1950, - YearlyChange: 5.47, - Settlement: `Cash`, - Contract: `CFD`, - Region: `Africa`, - Country: `Egypt`, - Risk: `High`, - Sector: `Private`, - Currency: `PLN`, - Security: `High`, - Issuer: `American Airlines`, - Maturity: `2022-05-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 393 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soy oil`, - Spread: 0.01, - Open: 33.26, - Price: 33.53, - Buy: 33.77, - Sell: 33.78, - Change: -0.24, - ChangePercent: -0.72, - Volume: 10592, - High: 33.77, - Low: 33.06, - YearlyHigh: 35.43, - YearlyLow: 26.61, - YearlyStart: 31.02, - YearlyChange: 8.87, - Settlement: `Cash`, - Contract: `CFD`, - Region: `Africa`, - Country: `Cameroon`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-04-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 394 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `US 10YR Future`, - Spread: 0.01, - Open: 130.5625, - Price: 128.6, - Buy: 130.56, - Sell: 130.56, - Change: -1.98, - ChangePercent: -1.52, - Volume: 189310, - High: 130.63, - Low: 130.44, - YearlyHigh: 132.64, - YearlyLow: 125.48, - YearlyStart: 129.06, - YearlyChange: 1.18, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `South America`, - Country: `Venezuela`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `High`, - Issuer: `FedEx`, - Maturity: `2022-02-27`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 395 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Copper`, - Spread: 0.02, - Open: 2.123, - Price: 2.09, - Buy: 2.12, - Sell: 2.12, - Change: -0.02, - ChangePercent: -0.92, - Volume: 28819, - High: 2.16, - Low: 2.11, - YearlyHigh: 2.94, - YearlyLow: 1.96, - YearlyStart: 2.45, - YearlyChange: -13.76, - Settlement: `Loan`, - Contract: `CFD`, - Region: `Europe`, - Country: `United Kingdom`, - Risk: `Low`, - Sector: `Public`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `FedEx`, - Maturity: `2022-06-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 396 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Oil`, - Spread: 0.015, - Open: 45.54, - Price: 45.17, - Buy: 45.78, - Sell: 45.8, - Change: -0.62, - ChangePercent: -1.36, - Volume: 107196, - High: 45.94, - Low: 45, - YearlyHigh: 65.28, - YearlyLow: 30.79, - YearlyStart: 48.03, - YearlyChange: -4.67, - Settlement: `Cash`, - Contract: `CFD`, - Region: `North America`, - Country: `United States`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-04-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 397 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P 600 MINI`, - Spread: 0.01, - Open: 687.9, - Price: 686.5, - Buy: 687.9, - Sell: 687.9, - Change: -1.38, - ChangePercent: -0.2, - Volume: 0, - High: 0, - Low: 0, - YearlyHigh: 620.32, - YearlyLow: 595.9, - YearlyStart: 608.11, - YearlyChange: 13.12, - Settlement: `Cash`, - Contract: `Options`, - Region: `Europe`, - Country: `Czechia`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-06-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 398 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soy Meat`, - Spread: 0.01, - Open: 342.6, - Price: 341.93, - Buy: 342.6, - Sell: 342.6, - Change: -0.69, - ChangePercent: -0.2, - Volume: 5646, - High: 345.4, - Low: 340.3, - YearlyHigh: 353.4, - YearlyLow: 261.7, - YearlyStart: 307.55, - YearlyChange: 11.4, - Settlement: `Cash`, - Contract: `Swap`, - Region: `South America`, - Country: `Suriname`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-08-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 399 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soy Meat`, - Spread: 0.01, - Open: 342.6, - Price: 349.06, - Buy: 342.6, - Sell: 342.6, - Change: 6.44, - ChangePercent: 1.88, - Volume: 5646, - High: 345.4, - Low: 340.3, - YearlyHigh: 353.4, - YearlyLow: 261.7, - YearlyStart: 307.55, - YearlyChange: 11.4, - Settlement: `Credit`, - Contract: `Forwards`, - Region: `Africa`, - Country: `Egypt`, - Risk: `Low`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-02-19`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 400 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `LV Cattle`, - Spread: 0.01, - Open: 120.725, - Price: 121.28, - Buy: 120.72, - Sell: 120.72, - Change: 0.58, - ChangePercent: 0.48, - Volume: 4, - High: 120.72, - Low: 120.72, - YearlyHigh: 147.98, - YearlyLow: 113.9, - YearlyStart: 130.94, - YearlyChange: -7.82, - Settlement: `Cash`, - Contract: `Options`, - Region: `South America`, - Country: `Bolivia`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-06-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 401 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Coffee`, - Spread: 0.01, - Open: 125.7, - Price: 123.28, - Buy: 125.7, - Sell: 125.7, - Change: -2.41, - ChangePercent: -1.92, - Volume: 1654, - High: 125.8, - Low: 125, - YearlyHigh: 155.75, - YearlyLow: 115.35, - YearlyStart: 135.55, - YearlyChange: -7.27, - Settlement: `Cash`, - Contract: `Swap`, - Region: `South America`, - Country: `Ecuador`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `American Airlines`, - Maturity: `2022-08-21`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 402 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Corn`, - Spread: 0.01, - Open: 379.5, - Price: 383.6, - Buy: 379.8, - Sell: 379.81, - Change: 3.8, - ChangePercent: 1, - Volume: 11266, - High: 381, - Low: 377.75, - YearlyHigh: 471.25, - YearlyLow: 351.25, - YearlyStart: 411.25, - YearlyChange: -7.65, - Settlement: `Credit`, - Contract: `Options`, - Region: `North America`, - Country: `United States`, - Risk: `High`, - Sector: `Public`, - Currency: `PLN`, - Security: `High`, - Issuer: `FedEx`, - Maturity: `2022-02-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 403 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `GBP/USD`, - Spread: 0.02, - Open: 1.4464, - Price: 1.2, - Buy: 1.18, - Sell: 1.2, - Change: 0.01, - ChangePercent: 0.56, - Volume: 29450, - High: 1.45, - Low: 1.19, - YearlyHigh: 1.59, - YearlyLow: 1.19, - YearlyStart: 1.49, - YearlyChange: -19.59, - Settlement: `Credit`, - Contract: `Options`, - Region: `Middle East`, - Country: `Iraq`, - Risk: `Low`, - Sector: `Public`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-04-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 404 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Silver`, - Spread: 0.01, - Open: 17.43, - Price: 17.44, - Buy: 17.43, - Sell: 17.43, - Change: 0.02, - ChangePercent: 0.12, - Volume: 11720, - High: 17.51, - Low: 17.37, - YearlyHigh: 18.06, - YearlyLow: 13.73, - YearlyStart: 15.89, - YearlyChange: 9.59, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Asia Pacific`, - Country: `Korea`, - Risk: `High`, - Sector: `Public`, - Currency: `USD`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-05-16`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 405 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Gold`, - Spread: 0.01, - Open: 1281.1, - Price: 1285.85, - Buy: 1280.73, - Sell: 1280.74, - Change: 5.12, - ChangePercent: 0.4, - Volume: 48387, - High: 1289.5, - Low: 1279.1, - YearlyHigh: 1306, - YearlyLow: 1047.2, - YearlyStart: 1176.6, - YearlyChange: 8.85, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Europe`, - Country: `Switzerland`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-02-11`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 406 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Ethanol`, - Spread: 0.01, - Open: 1.512, - Price: 2.71, - Buy: 2.75, - Sell: 2.76, - Change: -0.04, - ChangePercent: -1.56, - Volume: 14, - High: 2.75, - Low: 1.12, - YearlyHigh: 2.75, - YearlyLow: 1.12, - YearlyStart: 1.48, - YearlyChange: 86.7, - Settlement: `Loan`, - Contract: `Options`, - Region: `Middle East`, - Country: `Kuwait`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `High`, - Issuer: `American Airlines`, - Maturity: `2022-08-22`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 407 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `Euro$ 3M`, - Spread: 0.01, - Open: 99.18, - Price: 99.73, - Buy: 99.18, - Sell: 99.18, - Change: 0.56, - ChangePercent: 0.56, - Volume: 29509, - High: 99.18, - Low: 99.17, - YearlyHigh: 99.38, - YearlyLow: 98.41, - YearlyStart: 98.89, - YearlyChange: 0.28, - Settlement: `Cash`, - Contract: `Options`, - Region: `South America`, - Country: `Paraguay`, - Risk: `Low`, - Sector: `Government`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-01-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 408 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `US 10YR Future`, - Spread: 0.01, - Open: 130.5625, - Price: 130.37, - Buy: 130.56, - Sell: 130.56, - Change: -0.21, - ChangePercent: -0.16, - Volume: 189310, - High: 130.63, - Low: 130.44, - YearlyHigh: 132.64, - YearlyLow: 125.48, - YearlyStart: 129.06, - YearlyChange: 1.18, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Middle East`, - Country: `UAE`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `High`, - Issuer: `American Airlines`, - Maturity: `2022-06-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 409 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/CAD`, - Spread: 0.02, - Open: 0.7744, - Price: 0.96, - Buy: 0.94, - Sell: 0.96, - Change: 0.01, - ChangePercent: 0.48, - Volume: 13669, - High: 0.95, - Low: 0.77, - YearlyHigh: 0.95, - YearlyLow: 0.68, - YearlyStart: 0.76, - YearlyChange: 26.43, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Middle East`, - Country: `Bahrain`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-03-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 410 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `OJ Future`, - Spread: 0.01, - Open: 140.6, - Price: 142.1, - Buy: 140.18, - Sell: 140.19, - Change: 1.91, - ChangePercent: 1.36, - Volume: 7, - High: 140.19, - Low: 0, - YearlyHigh: 155.95, - YearlyLow: 113, - YearlyStart: 134.47, - YearlyChange: 4.25, - Settlement: `Credit`, - Contract: `CFD`, - Region: `Middle East`, - Country: `Saudi Arabia`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-02-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 411 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Natural Gas`, - Spread: 0.02, - Open: 2.094, - Price: 2.06, - Buy: 2.09, - Sell: 2.09, - Change: -0.04, - ChangePercent: -1.88, - Volume: 2783, - High: 2.11, - Low: 2.09, - YearlyHigh: 3.2, - YearlyLow: 1.84, - YearlyStart: 2.52, - YearlyChange: -16.51, - Settlement: `Loan`, - Contract: `CFD`, - Region: `Middle East`, - Country: `Iraq`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-04-19`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 412 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/CHF`, - Spread: 0.02, - Open: 1.0337, - Price: 1.04, - Buy: 1.03, - Sell: 1.03, - Change: 0, - ChangePercent: 0.08, - Volume: 5550, - High: 1.03, - Low: 1.03, - YearlyHigh: 1.11, - YearlyLow: 0.98, - YearlyStart: 1.04, - YearlyChange: -0.12, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Middle East`, - Country: `Jordan`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-03-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 413 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `US 10YR Future`, - Spread: 0.01, - Open: 130.5625, - Price: 131.94, - Buy: 130.56, - Sell: 130.56, - Change: 1.36, - ChangePercent: 1.04, - Volume: 189310, - High: 130.63, - Low: 130.44, - YearlyHigh: 132.64, - YearlyLow: 125.48, - YearlyStart: 129.06, - YearlyChange: 1.18, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Middle East`, - Country: `Bahrain`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-03-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 414 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `DOW Future`, - Spread: 0.01, - Open: 17711, - Price: 17882.19, - Buy: 17712.15, - Sell: 17712.16, - Change: 170.04, - ChangePercent: 0.96, - Volume: 22236, - High: 17727, - Low: 17642, - YearlyHigh: 18083, - YearlyLow: 15299, - YearlyStart: 16691, - YearlyChange: 6.12, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Asia Pacific`, - Country: `Azerbaijan`, - Risk: `High`, - Sector: `Private`, - Currency: `PLN`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-05-21`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 415 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `BTC/USD`, - Spread: 0.06, - Open: 93.88, - Price: 21059.57, - Buy: 21200.76, - Sell: 21400.78, - Change: 58.8, - ChangePercent: 0.28, - Volume: 5788000, - High: 22400.05, - Low: 20100.75, - YearlyHigh: 62400.7, - YearlyLow: 15100.88, - YearlyStart: 21200.29, - YearlyChange: -20.62, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Asia Pacific`, - Country: `Malaysia`, - Risk: `Low`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-06-10`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 416 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Palladium`, - Spread: 0.01, - Open: 600.55, - Price: 610.38, - Buy: 601, - Sell: 601.01, - Change: 9.38, - ChangePercent: 1.56, - Volume: 651, - High: 607.2, - Low: 598.4, - YearlyHigh: 690, - YearlyLow: 458.6, - YearlyStart: 574.3, - YearlyChange: 4.65, - Settlement: `Cash`, - Contract: `Swap`, - Region: `North America`, - Country: `United States`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-04-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 417 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P 600 MINI`, - Spread: 0.01, - Open: 687.9, - Price: 693.38, - Buy: 687.9, - Sell: 687.9, - Change: 5.5, - ChangePercent: 0.8, - Volume: 0, - High: 0, - Low: 0, - YearlyHigh: 620.32, - YearlyLow: 595.9, - YearlyStart: 608.11, - YearlyChange: 13.12, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Asia Pacific`, - Country: `Philippines`, - Risk: `High`, - Sector: `Government`, - Currency: `PLN`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-02-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 418 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Palladium`, - Spread: 0.01, - Open: 600.55, - Price: 600.76, - Buy: 601, - Sell: 601.01, - Change: -0.24, - ChangePercent: -0.04, - Volume: 651, - High: 607.2, - Low: 598.4, - YearlyHigh: 690, - YearlyLow: 458.6, - YearlyStart: 574.3, - YearlyChange: 4.65, - Settlement: `Cash`, - Contract: `Options`, - Region: `Middle East`, - Country: `Iraq`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-03-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 419 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Corn`, - Spread: 0.01, - Open: 379.5, - Price: 375.09, - Buy: 379.8, - Sell: 379.81, - Change: -4.71, - ChangePercent: -1.24, - Volume: 11266, - High: 381, - Low: 377.75, - YearlyHigh: 471.25, - YearlyLow: 351.25, - YearlyStart: 411.25, - YearlyChange: -7.65, - Settlement: `Credit`, - Contract: `Forwards`, - Region: `Asia Pacific`, - Country: `Korea`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `FedEx`, - Maturity: `2022-08-19`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 420 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Ethanol`, - Spread: 0.01, - Open: 1.512, - Price: 2.78, - Buy: 2.75, - Sell: 2.76, - Change: 0.03, - ChangePercent: 0.92, - Volume: 14, - High: 2.75, - Low: 1.12, - YearlyHigh: 2.75, - YearlyLow: 1.12, - YearlyStart: 1.48, - YearlyChange: 86.7, - Settlement: `Cash`, - Contract: `Futures`, - Region: `South America`, - Country: `Suriname`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-05-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 421 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Sugar`, - Spread: 0.01, - Open: 15.68, - Price: 14.44, - Buy: 14.67, - Sell: 14.68, - Change: -0.23, - ChangePercent: -1.6, - Volume: 4949, - High: 15.7, - Low: 14.67, - YearlyHigh: 16.87, - YearlyLow: 11.37, - YearlyStart: 14.12, - YearlyChange: 3.92, - Settlement: `Cash`, - Contract: `Options`, - Region: `North America`, - Country: `United States`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-05-23`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 422 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Ethanol`, - Spread: 0.01, - Open: 1.512, - Price: 2.73, - Buy: 2.75, - Sell: 2.76, - Change: -0.02, - ChangePercent: -0.88, - Volume: 14, - High: 2.75, - Low: 1.12, - YearlyHigh: 2.75, - YearlyLow: 1.12, - YearlyStart: 1.48, - YearlyChange: 86.7, - Settlement: `Loan`, - Contract: `Futures`, - Region: `Asia Pacific`, - Country: `Indonesia`, - Risk: `High`, - Sector: `Government`, - Currency: `PLN`, - Security: `High`, - Issuer: `FedEx`, - Maturity: `2022-07-21`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 423 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `BTC/USD`, - Spread: 0.06, - Open: 93.88, - Price: 21311.58, - Buy: 21200.76, - Sell: 21400.78, - Change: 310.81, - ChangePercent: 1.48, - Volume: 5788000, - High: 22400.05, - Low: 20100.75, - YearlyHigh: 62400.7, - YearlyLow: 15100.88, - YearlyStart: 21200.29, - YearlyChange: -20.62, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Asia Pacific`, - Country: `Australia`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-04-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 424 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Coal`, - Spread: 0.015, - Open: 0.4363, - Price: 0.41, - Buy: 0.44, - Sell: 0.44, - Change: -0.01, - ChangePercent: -1.4, - Volume: 3, - High: 0.44, - Low: 0.44, - YearlyHigh: 0.48, - YearlyLow: 0.4, - YearlyStart: 0.44, - YearlyChange: -5.33, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `South America`, - Country: `Chile`, - Risk: `High`, - Sector: `Private`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-01-19`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 425 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Rice`, - Spread: 0.01, - Open: 11.245, - Price: 10.26, - Buy: 10.41, - Sell: 10.42, - Change: -0.16, - ChangePercent: -1.52, - Volume: 220, - High: 11.38, - Low: 10.42, - YearlyHigh: 14.14, - YearlyLow: 9.7, - YearlyStart: 11.92, - YearlyChange: -12.62, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `Europe`, - Country: `Romania`, - Risk: `Low`, - Sector: `Government`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-07-21`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 426 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Silver`, - Spread: 0.01, - Open: 17.43, - Price: 17.47, - Buy: 17.43, - Sell: 17.43, - Change: 0.05, - ChangePercent: 0.28, - Volume: 11720, - High: 17.51, - Low: 17.37, - YearlyHigh: 18.06, - YearlyLow: 13.73, - YearlyStart: 15.89, - YearlyChange: 9.59, - Settlement: `Cash`, - Contract: `CFD`, - Region: `Africa`, - Country: `Senegal`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-04-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 427 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `US 10YR Future`, - Spread: 0.01, - Open: 130.5625, - Price: 132.57, - Buy: 130.56, - Sell: 130.56, - Change: 1.99, - ChangePercent: 1.52, - Volume: 189310, - High: 130.63, - Low: 130.44, - YearlyHigh: 132.64, - YearlyLow: 125.48, - YearlyStart: 129.06, - YearlyChange: 1.18, - Settlement: `Cash`, - Contract: `Options`, - Region: `Europe`, - Country: `Bulgaria`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-02-19`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 428 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Gold`, - Spread: 0.01, - Open: 1281.1, - Price: 1258.7, - Buy: 1280.73, - Sell: 1280.74, - Change: -22.03, - ChangePercent: -1.72, - Volume: 48387, - High: 1289.5, - Low: 1279.1, - YearlyHigh: 1306, - YearlyLow: 1047.2, - YearlyStart: 1176.6, - YearlyChange: 8.85, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Europe`, - Country: `Croatia`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-07-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 429 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `LV Cattle`, - Spread: 0.01, - Open: 120.725, - Price: 122.15, - Buy: 120.72, - Sell: 120.72, - Change: 1.45, - ChangePercent: 1.2, - Volume: 4, - High: 120.72, - Low: 120.72, - YearlyHigh: 147.98, - YearlyLow: 113.9, - YearlyStart: 130.94, - YearlyChange: -7.82, - Settlement: `Loan`, - Contract: `Options`, - Region: `Africa`, - Country: `Libya`, - Risk: `High`, - Sector: `Public`, - Currency: `PLN`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-07-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 430 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Cotton`, - Spread: 0.01, - Open: 61.77, - Price: 61.49, - Buy: 61.77, - Sell: 61.77, - Change: -0.27, - ChangePercent: -0.44, - Volume: 3612, - High: 62.06, - Low: 61.32, - YearlyHigh: 67.59, - YearlyLow: 54.33, - YearlyStart: 60.96, - YearlyChange: 1.31, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Asia Pacific`, - Country: `Hong Kong`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-04-21`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 431 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/CHF`, - Spread: 0.02, - Open: 1.0337, - Price: 1.04, - Buy: 1.03, - Sell: 1.03, - Change: 0, - ChangePercent: -0.4, - Volume: 5550, - High: 1.03, - Low: 1.03, - YearlyHigh: 1.11, - YearlyLow: 0.98, - YearlyStart: 1.04, - YearlyChange: -0.12, - Settlement: `Cash`, - Contract: `CFD`, - Region: `Middle East`, - Country: `Bahrain`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-02-22`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 432 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Ethanol`, - Spread: 0.01, - Open: 1.512, - Price: 2.71, - Buy: 2.75, - Sell: 2.76, - Change: -0.04, - ChangePercent: -1.6, - Volume: 14, - High: 2.75, - Low: 1.12, - YearlyHigh: 2.75, - YearlyLow: 1.12, - YearlyStart: 1.48, - YearlyChange: 86.7, - Settlement: `Cash`, - Contract: `CFD`, - Region: `Europe`, - Country: `Bulgaria`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-01-22`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 433 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `Lean Hogs`, - Spread: 0.01, - Open: 81.275, - Price: 83.19, - Buy: 81.81, - Sell: 81.82, - Change: 1.38, - ChangePercent: 1.68, - Volume: 1, - High: 81.81, - Low: 81.28, - YearlyHigh: 83.98, - YearlyLow: 70.25, - YearlyStart: 77.11, - YearlyChange: 6.09, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Europe`, - Country: `Greece`, - Risk: `High`, - Sector: `Public`, - Currency: `USD`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-04-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 434 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Milk`, - Spread: 0.01, - Open: 12.87, - Price: 12.89, - Buy: 12.87, - Sell: 12.87, - Change: 0.03, - ChangePercent: 0.2, - Volume: 7, - High: 12.89, - Low: 12.81, - YearlyHigh: 16.96, - YearlyLow: 12.81, - YearlyStart: 14.88, - YearlyChange: -13.6, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `Europe`, - Country: `Russia`, - Risk: `High`, - Sector: `Private`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-02-21`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 435 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P MID MINI`, - Spread: 0.01, - Open: 1454.3, - Price: 1472.09, - Buy: 1455.78, - Sell: 1455.79, - Change: 16.31, - ChangePercent: 1.12, - Volume: 338, - High: 1455.78, - Low: 1448, - YearlyHigh: 1527.3, - YearlyLow: 1236, - YearlyStart: 1381.65, - YearlyChange: 5.37, - Settlement: `Cash`, - Contract: `Options`, - Region: `South America`, - Country: `Guyana`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-08-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 436 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `US 2Y Future`, - Spread: 0.01, - Open: 109.3984, - Price: 110.31, - Buy: 109.4, - Sell: 109.4, - Change: 0.92, - ChangePercent: 0.84, - Volume: 17742, - High: 109.41, - Low: 109.38, - YearlyHigh: 109.8, - YearlyLow: 108.62, - YearlyStart: 109.21, - YearlyChange: 0.16, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Asia Pacific`, - Country: `Azerbaijan`, - Risk: `Low`, - Sector: `Public`, - Currency: `EUR`, - Security: `High`, - Issuer: `FedEx`, - Maturity: `2022-04-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 437 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `OJ Future`, - Spread: 0.01, - Open: 140.6, - Price: 141.25, - Buy: 140.18, - Sell: 140.19, - Change: 1.06, - ChangePercent: 0.76, - Volume: 7, - High: 140.19, - Low: 0, - YearlyHigh: 155.95, - YearlyLow: 113, - YearlyStart: 134.47, - YearlyChange: 4.25, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Europe`, - Country: `Czechia`, - Risk: `Low`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-08-16`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 438 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Coffee`, - Spread: 0.01, - Open: 125.7, - Price: 123.63, - Buy: 125.7, - Sell: 125.7, - Change: -2.06, - ChangePercent: -1.64, - Volume: 1654, - High: 125.8, - Low: 125, - YearlyHigh: 155.75, - YearlyLow: 115.35, - YearlyStart: 135.55, - YearlyChange: -7.27, - Settlement: `Credit`, - Contract: `Futures`, - Region: `South America`, - Country: `Brazil`, - Risk: `Low`, - Sector: `Government`, - Currency: `PLN`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-05-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 439 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Coffee`, - Spread: 0.01, - Open: 125.7, - Price: 124.03, - Buy: 125.7, - Sell: 125.7, - Change: -1.66, - ChangePercent: -1.32, - Volume: 1654, - High: 125.8, - Low: 125, - YearlyHigh: 155.75, - YearlyLow: 115.35, - YearlyStart: 135.55, - YearlyChange: -7.27, - Settlement: `Cash`, - Contract: `Options`, - Region: `South America`, - Country: `Suriname`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-03-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 440 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Cotton`, - Spread: 0.01, - Open: 61.77, - Price: 60.72, - Buy: 61.77, - Sell: 61.77, - Change: -1.04, - ChangePercent: -1.68, - Volume: 3612, - High: 62.06, - Low: 61.32, - YearlyHigh: 67.59, - YearlyLow: 54.33, - YearlyStart: 60.96, - YearlyChange: 1.31, - Settlement: `Cash`, - Contract: `CFD`, - Region: `Africa`, - Country: `Cameroon`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-03-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 441 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `FD Cattle`, - Spread: 0.01, - Open: 147.175, - Price: 148.25, - Buy: 148.6, - Sell: 148.61, - Change: -0.36, - ChangePercent: -0.24, - Volume: 5, - High: 148.61, - Low: 147.18, - YearlyHigh: 190, - YearlyLow: 138.1, - YearlyStart: 164.05, - YearlyChange: -9.41, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Africa`, - Country: `Ethiopia`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-08-11`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 442 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `GBP/USD`, - Spread: 0.02, - Open: 1.4464, - Price: 1.19, - Buy: 1.18, - Sell: 1.2, - Change: 0, - ChangePercent: -0.72, - Volume: 29450, - High: 1.45, - Low: 1.19, - YearlyHigh: 1.59, - YearlyLow: 1.19, - YearlyStart: 1.49, - YearlyChange: -19.59, - Settlement: `Loan`, - Contract: `CFD`, - Region: `Middle East`, - Country: `Syria`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-08-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 443 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P MID MINI`, - Spread: 0.01, - Open: 1454.3, - Price: 1437.15, - Buy: 1455.78, - Sell: 1455.79, - Change: -18.63, - ChangePercent: -1.28, - Volume: 338, - High: 1455.78, - Low: 1448, - YearlyHigh: 1527.3, - YearlyLow: 1236, - YearlyStart: 1381.65, - YearlyChange: 5.37, - Settlement: `Loan`, - Contract: `Forwards`, - Region: `Africa`, - Country: `South Africa`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-02-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 444 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Palladium`, - Spread: 0.01, - Open: 600.55, - Price: 595.71, - Buy: 601, - Sell: 601.01, - Change: -5.29, - ChangePercent: -0.88, - Volume: 651, - High: 607.2, - Low: 598.4, - YearlyHigh: 690, - YearlyLow: 458.6, - YearlyStart: 574.3, - YearlyChange: 4.65, - Settlement: `Loan`, - Contract: `CFD`, - Region: `Middle East`, - Country: `Israel`, - Risk: `Low`, - Sector: `Public`, - Currency: `PLN`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-04-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 445 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `AUD/USD`, - Spread: 0.02, - Open: 0.7344, - Price: 0.74, - Buy: 0.73, - Sell: 0.73, - Change: 0, - ChangePercent: -0.44, - Volume: 36764, - High: 0.74, - Low: 0.73, - YearlyHigh: 0.79, - YearlyLow: 0.68, - YearlyStart: 0.73, - YearlyChange: 1.28, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Europe`, - Country: `Switzerland`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `FedEx`, - Maturity: `2022-02-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 446 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `US 30YR Future`, - Spread: 0.01, - Open: 164.875, - Price: 166.19, - Buy: 164.15, - Sell: 164.16, - Change: 2.03, - ChangePercent: 1.24, - Volume: 28012, - High: 165.25, - Low: 164.04, - YearlyHigh: 169.38, - YearlyLow: 151.47, - YearlyStart: 160.43, - YearlyChange: 2.33, - Settlement: `Cash`, - Contract: `Options`, - Region: `Middle East`, - Country: `Bahrain`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `High`, - Issuer: `American Airlines`, - Maturity: `2022-02-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 447 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Rice`, - Spread: 0.01, - Open: 11.245, - Price: 10.42, - Buy: 10.41, - Sell: 10.42, - Change: 0, - ChangePercent: 0.04, - Volume: 220, - High: 11.38, - Low: 10.42, - YearlyHigh: 14.14, - YearlyLow: 9.7, - YearlyStart: 11.92, - YearlyChange: -12.62, - Settlement: `Credit`, - Contract: `Futures`, - Region: `Europe`, - Country: `Croatia`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-06-23`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 448 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `Lean Hogs`, - Spread: 0.01, - Open: 81.275, - Price: 82.63, - Buy: 81.81, - Sell: 81.82, - Change: 0.82, - ChangePercent: 1, - Volume: 1, - High: 81.81, - Low: 81.28, - YearlyHigh: 83.98, - YearlyLow: 70.25, - YearlyStart: 77.11, - YearlyChange: 6.09, - Settlement: `Credit`, - Contract: `Futures`, - Region: `Asia Pacific`, - Country: `Indonesia`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-04-10`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 449 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/JPY`, - Spread: 0.02, - Open: 9275.5, - Price: 9429.48, - Buy: 9277.32, - Sell: 9277.34, - Change: 152.15, - ChangePercent: 1.64, - Volume: 47734, - High: 9277.33, - Low: 0.93, - YearlyHigh: 9483, - YearlyLow: 0.93, - YearlyStart: 4741.97, - YearlyChange: 95.64, - Settlement: `Loan`, - Contract: `Swap`, - Region: `North America`, - Country: `United States`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-01-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 450 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `BTC/USD`, - Spread: 0.06, - Open: 93.88, - Price: 20899.97, - Buy: 21200.76, - Sell: 21400.78, - Change: -100.8, - ChangePercent: -0.48, - Volume: 5788000, - High: 22400.05, - Low: 20100.75, - YearlyHigh: 62400.7, - YearlyLow: 15100.88, - YearlyStart: 21200.29, - YearlyChange: -20.62, - Settlement: `Loan`, - Contract: `Futures`, - Region: `Middle East`, - Country: `Israel`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-02-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 451 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `US 10YR Future`, - Spread: 0.01, - Open: 130.5625, - Price: 131.16, - Buy: 130.56, - Sell: 130.56, - Change: 0.58, - ChangePercent: 0.44, - Volume: 189310, - High: 130.63, - Low: 130.44, - YearlyHigh: 132.64, - YearlyLow: 125.48, - YearlyStart: 129.06, - YearlyChange: 1.18, - Settlement: `Loan`, - Contract: `CFD`, - Region: `Middle East`, - Country: `Saudi Arabia`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-04-23`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 452 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Wheat`, - Spread: 0.01, - Open: 465.5, - Price: 461.05, - Buy: 465.5, - Sell: 465.5, - Change: -4.47, - ChangePercent: -0.96, - Volume: 4318, - High: 467, - Low: 463.25, - YearlyHigh: 628.5, - YearlyLow: 449.5, - YearlyStart: 539, - YearlyChange: -13.63, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Asia Pacific`, - Country: `China`, - Risk: `Low`, - Sector: `Government`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-03-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 453 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `OJ Future`, - Spread: 0.01, - Open: 140.6, - Price: 140.81, - Buy: 140.18, - Sell: 140.19, - Change: 0.62, - ChangePercent: 0.44, - Volume: 7, - High: 140.19, - Low: 0, - YearlyHigh: 155.95, - YearlyLow: 113, - YearlyStart: 134.47, - YearlyChange: 4.25, - Settlement: `Loan`, - Contract: `Futures`, - Region: `Asia Pacific`, - Country: `Malaysia`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-05-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 454 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `AUD/USD`, - Spread: 0.02, - Open: 0.7344, - Price: 0.74, - Buy: 0.73, - Sell: 0.73, - Change: 0, - ChangePercent: -0.8, - Volume: 36764, - High: 0.74, - Low: 0.73, - YearlyHigh: 0.79, - YearlyLow: 0.68, - YearlyStart: 0.73, - YearlyChange: 1.28, - Settlement: `Cash`, - Contract: `Options`, - Region: `Middle East`, - Country: `Bahrain`, - Risk: `Low`, - Sector: `Public`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-02-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 455 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Copper`, - Spread: 0.02, - Open: 2.123, - Price: 2.14, - Buy: 2.12, - Sell: 2.12, - Change: 0.03, - ChangePercent: 1.4, - Volume: 28819, - High: 2.16, - Low: 2.11, - YearlyHigh: 2.94, - YearlyLow: 1.96, - YearlyStart: 2.45, - YearlyChange: -13.76, - Settlement: `Cash`, - Contract: `Options`, - Region: `Africa`, - Country: `South Africa`, - Risk: `High`, - Sector: `Private`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-03-11`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 456 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Uranium`, - Spread: 0.02, - Open: 27.55, - Price: 27.66, - Buy: 27.55, - Sell: 27.55, - Change: 0.08, - ChangePercent: 0.28, - Volume: 12, - High: 27.55, - Low: 27.55, - YearlyHigh: 29.32, - YearlyLow: 21.28, - YearlyStart: 25.3, - YearlyChange: 9.01, - Settlement: `Cash`, - Contract: `CFD`, - Region: `Europe`, - Country: `Finland`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-04-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 457 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Oil`, - Spread: 0.015, - Open: 45.54, - Price: 45.31, - Buy: 45.78, - Sell: 45.8, - Change: -0.48, - ChangePercent: -1.04, - Volume: 107196, - High: 45.94, - Low: 45, - YearlyHigh: 65.28, - YearlyLow: 30.79, - YearlyStart: 48.03, - YearlyChange: -4.67, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Africa`, - Country: `Ethiopia`, - Risk: `Low`, - Sector: `Public`, - Currency: `USD`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-01-24`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 458 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/JPY`, - Spread: 0.02, - Open: 9275.5, - Price: 9277.33, - Buy: 9277.32, - Sell: 9277.34, - Change: 0, - ChangePercent: 0, - Volume: 47734, - High: 9277.33, - Low: 0.93, - YearlyHigh: 9483, - YearlyLow: 0.93, - YearlyStart: 4741.97, - YearlyChange: 95.64, - Settlement: `Cash`, - Contract: `Options`, - Region: `Middle East`, - Country: `Lebanon`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-01-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 459 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Rice`, - Spread: 0.01, - Open: 11.245, - Price: 10.43, - Buy: 10.41, - Sell: 10.42, - Change: 0.01, - ChangePercent: 0.12, - Volume: 220, - High: 11.38, - Low: 10.42, - YearlyHigh: 14.14, - YearlyLow: 9.7, - YearlyStart: 11.92, - YearlyChange: -12.62, - Settlement: `Credit`, - Contract: `Futures`, - Region: `Middle East`, - Country: `Israel`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `FedEx`, - Maturity: `2022-07-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 460 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Coal`, - Spread: 0.015, - Open: 0.4363, - Price: 0.41, - Buy: 0.44, - Sell: 0.44, - Change: -0.01, - ChangePercent: -0.52, - Volume: 3, - High: 0.44, - Low: 0.44, - YearlyHigh: 0.48, - YearlyLow: 0.4, - YearlyStart: 0.44, - YearlyChange: -5.33, - Settlement: `Cash`, - Contract: `CFD`, - Region: `Europe`, - Country: `Czechia`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-09-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 461 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Coal`, - Spread: 0.015, - Open: 0.4363, - Price: 0.41, - Buy: 0.44, - Sell: 0.44, - Change: -0.01, - ChangePercent: -0.8, - Volume: 3, - High: 0.44, - Low: 0.44, - YearlyHigh: 0.48, - YearlyLow: 0.4, - YearlyStart: 0.44, - YearlyChange: -5.33, - Settlement: `Cash`, - Contract: `Options`, - Region: `Middle East`, - Country: `Lebanon`, - Risk: `Low`, - Sector: `Government`, - Currency: `USD`, - Security: `High`, - Issuer: `American Airlines`, - Maturity: `2022-01-16`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 462 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Coffee`, - Spread: 0.01, - Open: 125.7, - Price: 123.33, - Buy: 125.7, - Sell: 125.7, - Change: -2.36, - ChangePercent: -1.88, - Volume: 1654, - High: 125.8, - Low: 125, - YearlyHigh: 155.75, - YearlyLow: 115.35, - YearlyStart: 135.55, - YearlyChange: -7.27, - Settlement: `Cash`, - Contract: `Options`, - Region: `Europe`, - Country: `Romania`, - Risk: `High`, - Sector: `Public`, - Currency: `USD`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-07-23`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 463 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `Lean Hogs`, - Spread: 0.01, - Open: 81.275, - Price: 80.8, - Buy: 81.81, - Sell: 81.82, - Change: -1.01, - ChangePercent: -1.24, - Volume: 1, - High: 81.81, - Low: 81.28, - YearlyHigh: 83.98, - YearlyLow: 70.25, - YearlyStart: 77.11, - YearlyChange: 6.09, - Settlement: `Credit`, - Contract: `Swap`, - Region: `North America`, - Country: `United States`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-06-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 464 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Rice`, - Spread: 0.01, - Open: 11.245, - Price: 10.47, - Buy: 10.41, - Sell: 10.42, - Change: 0.05, - ChangePercent: 0.52, - Volume: 220, - High: 11.38, - Low: 10.42, - YearlyHigh: 14.14, - YearlyLow: 9.7, - YearlyStart: 11.92, - YearlyChange: -12.62, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `Middle East`, - Country: `Oman`, - Risk: `High`, - Sector: `Public`, - Currency: `USD`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-02-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 465 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P 600 MINI`, - Spread: 0.01, - Open: 687.9, - Price: 684.58, - Buy: 687.9, - Sell: 687.9, - Change: -3.3, - ChangePercent: -0.48, - Volume: 0, - High: 0, - Low: 0, - YearlyHigh: 620.32, - YearlyLow: 595.9, - YearlyStart: 608.11, - YearlyChange: 13.12, - Settlement: `Loan`, - Contract: `Futures`, - Region: `Middle East`, - Country: `Oman`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-09-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 466 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `Euro$ 3M`, - Spread: 0.01, - Open: 99.18, - Price: 100, - Buy: 99.18, - Sell: 99.18, - Change: 0.83, - ChangePercent: 0.84, - Volume: 29509, - High: 99.18, - Low: 99.17, - YearlyHigh: 99.38, - YearlyLow: 98.41, - YearlyStart: 98.89, - YearlyChange: 0.28, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `Europe`, - Country: `Finland`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-02-21`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 467 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Lumber`, - Spread: 0.01, - Open: 303.9, - Price: 302.04, - Buy: 304.59, - Sell: 304.6, - Change: -2.56, - ChangePercent: -0.84, - Volume: 2, - High: 304.6, - Low: 303.9, - YearlyHigh: 317.1, - YearlyLow: 236, - YearlyStart: 276.55, - YearlyChange: 10.14, - Settlement: `Credit`, - Contract: `Options`, - Region: `Africa`, - Country: `Niger`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-04-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 468 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Rice`, - Spread: 0.01, - Open: 11.245, - Price: 10.56, - Buy: 10.41, - Sell: 10.42, - Change: 0.14, - ChangePercent: 1.36, - Volume: 220, - High: 11.38, - Low: 10.42, - YearlyHigh: 14.14, - YearlyLow: 9.7, - YearlyStart: 11.92, - YearlyChange: -12.62, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Africa`, - Country: `Cameroon`, - Risk: `Low`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-05-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 469 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `LV Cattle`, - Spread: 0.01, - Open: 120.725, - Price: 119.74, - Buy: 120.72, - Sell: 120.72, - Change: -0.97, - ChangePercent: -0.8, - Volume: 4, - High: 120.72, - Low: 120.72, - YearlyHigh: 147.98, - YearlyLow: 113.9, - YearlyStart: 130.94, - YearlyChange: -7.82, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Asia Pacific`, - Country: `Korea`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-05-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 470 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Platinum`, - Spread: 0.01, - Open: 1071.6, - Price: 1062.96, - Buy: 1071.09, - Sell: 1071.1, - Change: -8.14, - ChangePercent: -0.76, - Volume: 3039, - High: 1081.2, - Low: 1070.5, - YearlyHigh: 1120.6, - YearlyLow: 812.4, - YearlyStart: 966.5, - YearlyChange: 10.82, - Settlement: `Cash`, - Contract: `Futures`, - Region: `North America`, - Country: `Canada`, - Risk: `High`, - Sector: `Private`, - Currency: `PLN`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-07-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 471 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Ethanol`, - Spread: 0.01, - Open: 1.512, - Price: 2.73, - Buy: 2.75, - Sell: 2.76, - Change: -0.02, - ChangePercent: -0.88, - Volume: 14, - High: 2.75, - Low: 1.12, - YearlyHigh: 2.75, - YearlyLow: 1.12, - YearlyStart: 1.48, - YearlyChange: 86.7, - Settlement: `Loan`, - Contract: `Swap`, - Region: `South America`, - Country: `Bolivia`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-02-24`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 472 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `AUD/USD`, - Spread: 0.02, - Open: 0.7344, - Price: 0.76, - Buy: 0.73, - Sell: 0.73, - Change: 0.02, - ChangePercent: 1.76, - Volume: 36764, - High: 0.74, - Low: 0.73, - YearlyHigh: 0.79, - YearlyLow: 0.68, - YearlyStart: 0.73, - YearlyChange: 1.28, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Africa`, - Country: `Libya`, - Risk: `Low`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-07-11`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 473 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `DOW Future`, - Spread: 0.01, - Open: 17711, - Price: 18038.06, - Buy: 17712.15, - Sell: 17712.16, - Change: 325.91, - ChangePercent: 1.84, - Volume: 22236, - High: 17727, - Low: 17642, - YearlyHigh: 18083, - YearlyLow: 15299, - YearlyStart: 16691, - YearlyChange: 6.12, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `Middle East`, - Country: `Bahrain`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-02-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 474 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Copper`, - Spread: 0.02, - Open: 2.123, - Price: 2.14, - Buy: 2.12, - Sell: 2.12, - Change: 0.03, - ChangePercent: 1.08, - Volume: 28819, - High: 2.16, - Low: 2.11, - YearlyHigh: 2.94, - YearlyLow: 1.96, - YearlyStart: 2.45, - YearlyChange: -13.76, - Settlement: `Loan`, - Contract: `Forwards`, - Region: `Europe`, - Country: `Poland`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-08-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 475 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Diesel`, - Spread: 0.015, - Open: 1.3474, - Price: 1.37, - Buy: 1.35, - Sell: 1.35, - Change: 0.01, - ChangePercent: 0.68, - Volume: 2971, - High: 1.36, - Low: 1.34, - YearlyHigh: 2.11, - YearlyLow: 0.92, - YearlyStart: 1.51, - YearlyChange: -10.4, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `Asia Pacific`, - Country: `Singapore`, - Risk: `High`, - Sector: `Public`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-02-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 476 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `NAS Future`, - Spread: 0.01, - Open: 4341.25, - Price: 4402.06, - Buy: 4341.25, - Sell: 4341.25, - Change: 60.78, - ChangePercent: 1.4, - Volume: 18259, - High: 4347, - Low: 4318, - YearlyHigh: 4719.75, - YearlyLow: 3867.75, - YearlyStart: 4293.75, - YearlyChange: 1.11, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Africa`, - Country: `Cameroon`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `High`, - Issuer: `FedEx`, - Maturity: `2022-05-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 477 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `US 2Y Future`, - Spread: 0.01, - Open: 109.3984, - Price: 110.26, - Buy: 109.4, - Sell: 109.4, - Change: 0.87, - ChangePercent: 0.8, - Volume: 17742, - High: 109.41, - Low: 109.38, - YearlyHigh: 109.8, - YearlyLow: 108.62, - YearlyStart: 109.21, - YearlyChange: 0.16, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Africa`, - Country: `Algeria`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-07-23`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 478 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P Future`, - Spread: 0.01, - Open: 2057.5, - Price: 2020.41, - Buy: 2056.6, - Sell: 2056.61, - Change: -36.19, - ChangePercent: -1.76, - Volume: 142780, - High: 2059.5, - Low: 2049, - YearlyHigh: 2105.5, - YearlyLow: 1794.5, - YearlyStart: 1950, - YearlyChange: 5.47, - Settlement: `Loan`, - Contract: `CFD`, - Region: `Middle East`, - Country: `Jordan`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-07-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 479 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Coal`, - Spread: 0.015, - Open: 0.4363, - Price: 0.42, - Buy: 0.44, - Sell: 0.44, - Change: 0, - ChangePercent: 0.52, - Volume: 3, - High: 0.44, - Low: 0.44, - YearlyHigh: 0.48, - YearlyLow: 0.4, - YearlyStart: 0.44, - YearlyChange: -5.33, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Europe`, - Country: `Finland`, - Risk: `Low`, - Sector: `Public`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-07-22`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 480 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Oil`, - Spread: 0.015, - Open: 45.54, - Price: 45.77, - Buy: 45.78, - Sell: 45.8, - Change: -0.02, - ChangePercent: -0.04, - Volume: 107196, - High: 45.94, - Low: 45, - YearlyHigh: 65.28, - YearlyLow: 30.79, - YearlyStart: 48.03, - YearlyChange: -4.67, - Settlement: `Credit`, - Contract: `Swap`, - Region: `South America`, - Country: `Paraguay`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-07-19`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 481 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `Lean Hogs`, - Spread: 0.01, - Open: 81.275, - Price: 81.16, - Buy: 81.81, - Sell: 81.82, - Change: -0.65, - ChangePercent: -0.8, - Volume: 1, - High: 81.81, - Low: 81.28, - YearlyHigh: 83.98, - YearlyLow: 70.25, - YearlyStart: 77.11, - YearlyChange: 6.09, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `Asia Pacific`, - Country: `Singapore`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-06-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 482 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Oats`, - Spread: 0.01, - Open: 194.5, - Price: 196.39, - Buy: 194.21, - Sell: 194.22, - Change: 2.17, - ChangePercent: 1.12, - Volume: 64, - High: 195.75, - Low: 194, - YearlyHigh: 241.25, - YearlyLow: 183.75, - YearlyStart: 212.5, - YearlyChange: -8.6, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Middle East`, - Country: `Qatar`, - Risk: `Low`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-08-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 483 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Ethanol`, - Spread: 0.01, - Open: 1.512, - Price: 2.72, - Buy: 2.75, - Sell: 2.76, - Change: -0.03, - ChangePercent: -1.36, - Volume: 14, - High: 2.75, - Low: 1.12, - YearlyHigh: 2.75, - YearlyLow: 1.12, - YearlyStart: 1.48, - YearlyChange: 86.7, - Settlement: `Loan`, - Contract: `Options`, - Region: `Africa`, - Country: `Tunisia`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `FedEx`, - Maturity: `2022-06-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 484 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `DOW Future`, - Spread: 0.01, - Open: 17711, - Price: 17740.49, - Buy: 17712.15, - Sell: 17712.16, - Change: 28.34, - ChangePercent: 0.16, - Volume: 22236, - High: 17727, - Low: 17642, - YearlyHigh: 18083, - YearlyLow: 15299, - YearlyStart: 16691, - YearlyChange: 6.12, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Africa`, - Country: `Tunisia`, - Risk: `Low`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-05-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 485 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `OJ Future`, - Spread: 0.01, - Open: 140.6, - Price: 140.19, - Buy: 140.18, - Sell: 140.19, - Change: 0, - ChangePercent: 0, - Volume: 7, - High: 140.19, - Low: 0, - YearlyHigh: 155.95, - YearlyLow: 113, - YearlyStart: 134.47, - YearlyChange: 4.25, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Africa`, - Country: `Libya`, - Risk: `High`, - Sector: `Government`, - Currency: `PLN`, - Security: `High`, - Issuer: `American Airlines`, - Maturity: `2022-02-24`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 486 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `OJ Future`, - Spread: 0.01, - Open: 140.6, - Price: 139.12, - Buy: 140.18, - Sell: 140.19, - Change: -1.07, - ChangePercent: -0.76, - Volume: 7, - High: 140.19, - Low: 0, - YearlyHigh: 155.95, - YearlyLow: 113, - YearlyStart: 134.47, - YearlyChange: 4.25, - Settlement: `Credit`, - Contract: `Swap`, - Region: `South America`, - Country: `Bolivia`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-01-24`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 487 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Palladium`, - Spread: 0.01, - Open: 600.55, - Price: 594.51, - Buy: 601, - Sell: 601.01, - Change: -6.49, - ChangePercent: -1.08, - Volume: 651, - High: 607.2, - Low: 598.4, - YearlyHigh: 690, - YearlyLow: 458.6, - YearlyStart: 574.3, - YearlyChange: 4.65, - Settlement: `Loan`, - Contract: `Options`, - Region: `Africa`, - Country: `Cameroon`, - Risk: `Low`, - Sector: `Public`, - Currency: `USD`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-04-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 488 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Oats`, - Spread: 0.01, - Open: 194.5, - Price: 193.83, - Buy: 194.21, - Sell: 194.22, - Change: -0.39, - ChangePercent: -0.2, - Volume: 64, - High: 195.75, - Low: 194, - YearlyHigh: 241.25, - YearlyLow: 183.75, - YearlyStart: 212.5, - YearlyChange: -8.6, - Settlement: `Cash`, - Contract: `CFD`, - Region: `Asia Pacific`, - Country: `Korea`, - Risk: `High`, - Sector: `Government`, - Currency: `PLN`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-02-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 489 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/JPY`, - Spread: 0.02, - Open: 9275.5, - Price: 9351.55, - Buy: 9277.32, - Sell: 9277.34, - Change: 74.22, - ChangePercent: 0.8, - Volume: 47734, - High: 9277.33, - Low: 0.93, - YearlyHigh: 9483, - YearlyLow: 0.93, - YearlyStart: 4741.97, - YearlyChange: 95.64, - Settlement: `Loan`, - Contract: `Swap`, - Region: `North America`, - Country: `Canada`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-05-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 490 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P Future`, - Spread: 0.01, - Open: 2057.5, - Price: 2054.96, - Buy: 2056.6, - Sell: 2056.61, - Change: -1.64, - ChangePercent: -0.08, - Volume: 142780, - High: 2059.5, - Low: 2049, - YearlyHigh: 2105.5, - YearlyLow: 1794.5, - YearlyStart: 1950, - YearlyChange: 5.47, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `Africa`, - Country: `Niger`, - Risk: `Low`, - Sector: `Public`, - Currency: `USD`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-01-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 491 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Lumber`, - Spread: 0.01, - Open: 303.9, - Price: 304.84, - Buy: 304.59, - Sell: 304.6, - Change: 0.24, - ChangePercent: 0.08, - Volume: 2, - High: 304.6, - Low: 303.9, - YearlyHigh: 317.1, - YearlyLow: 236, - YearlyStart: 276.55, - YearlyChange: 10.14, - Settlement: `Cash`, - Contract: `Swap`, - Region: `South America`, - Country: `Brazil`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `High`, - Issuer: `American Airlines`, - Maturity: `2022-04-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 492 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `US 30YR Future`, - Spread: 0.01, - Open: 164.875, - Price: 165.6, - Buy: 164.15, - Sell: 164.16, - Change: 1.44, - ChangePercent: 0.88, - Volume: 28012, - High: 165.25, - Low: 164.04, - YearlyHigh: 169.38, - YearlyLow: 151.47, - YearlyStart: 160.43, - YearlyChange: 2.33, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Asia Pacific`, - Country: `New Zealand`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-04-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 493 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `Euro$ 3M`, - Spread: 0.01, - Open: 99.18, - Price: 99.96, - Buy: 99.18, - Sell: 99.18, - Change: 0.79, - ChangePercent: 0.8, - Volume: 29509, - High: 99.18, - Low: 99.17, - YearlyHigh: 99.38, - YearlyLow: 98.41, - YearlyStart: 98.89, - YearlyChange: 0.28, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Middle East`, - Country: `Israel`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `American Airlines`, - Maturity: `2022-03-11`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 494 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/JPY`, - Spread: 0.02, - Open: 9275.5, - Price: 9117.76, - Buy: 9277.32, - Sell: 9277.34, - Change: -159.57, - ChangePercent: -1.72, - Volume: 47734, - High: 9277.33, - Low: 0.93, - YearlyHigh: 9483, - YearlyLow: 0.93, - YearlyStart: 4741.97, - YearlyChange: 95.64, - Settlement: `Cash`, - Contract: `CFD`, - Region: `South America`, - Country: `Bolivia`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-07-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 495 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `US 30YR Future`, - Spread: 0.01, - Open: 164.875, - Price: 165.6, - Buy: 164.15, - Sell: 164.16, - Change: 1.44, - ChangePercent: 0.88, - Volume: 28012, - High: 165.25, - Low: 164.04, - YearlyHigh: 169.38, - YearlyLow: 151.47, - YearlyStart: 160.43, - YearlyChange: 2.33, - Settlement: `Credit`, - Contract: `Options`, - Region: `Europe`, - Country: `Czechia`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-07-19`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 496 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Oil`, - Spread: 0.015, - Open: 45.54, - Price: 46.47, - Buy: 45.78, - Sell: 45.8, - Change: 0.68, - ChangePercent: 1.48, - Volume: 107196, - High: 45.94, - Low: 45, - YearlyHigh: 65.28, - YearlyLow: 30.79, - YearlyStart: 48.03, - YearlyChange: -4.67, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Asia Pacific`, - Country: `Indonesia`, - Risk: `High`, - Sector: `Private`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-02-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 497 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Lumber`, - Spread: 0.01, - Open: 303.9, - Price: 302.89, - Buy: 304.59, - Sell: 304.6, - Change: -1.71, - ChangePercent: -0.56, - Volume: 2, - High: 304.6, - Low: 303.9, - YearlyHigh: 317.1, - YearlyLow: 236, - YearlyStart: 276.55, - YearlyChange: 10.14, - Settlement: `Cash`, - Contract: `CFD`, - Region: `Europe`, - Country: `Czechia`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-07-22`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 498 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/CHF`, - Spread: 0.02, - Open: 1.0337, - Price: 1.06, - Buy: 1.03, - Sell: 1.03, - Change: 0.02, - ChangePercent: 1.76, - Volume: 5550, - High: 1.03, - Low: 1.03, - YearlyHigh: 1.11, - YearlyLow: 0.98, - YearlyStart: 1.04, - YearlyChange: -0.12, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Europe`, - Country: `Romania`, - Risk: `High`, - Sector: `Government`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-06-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 499 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Palladium`, - Spread: 0.01, - Open: 600.55, - Price: 605.09, - Buy: 601, - Sell: 601.01, - Change: 4.09, - ChangePercent: 0.68, - Volume: 651, - High: 607.2, - Low: 598.4, - YearlyHigh: 690, - YearlyLow: 458.6, - YearlyStart: 574.3, - YearlyChange: 4.65, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Africa`, - Country: `Algeria`, - Risk: `Low`, - Sector: `Public`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-05-27`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 500 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `Lean Hogs`, - Spread: 0.01, - Open: 81.275, - Price: 82.83, - Buy: 81.81, - Sell: 81.82, - Change: 1.02, - ChangePercent: 1.24, - Volume: 1, - High: 81.81, - Low: 81.28, - YearlyHigh: 83.98, - YearlyLow: 70.25, - YearlyStart: 77.11, - YearlyChange: 6.09, - Settlement: `Cash`, - Contract: `CFD`, - Region: `Europe`, - Country: `Russia`, - Risk: `Low`, - Sector: `Public`, - Currency: `USD`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-01-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 501 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/CHF`, - Spread: 0.02, - Open: 1.0337, - Price: 1.06, - Buy: 1.03, - Sell: 1.03, - Change: 0.02, - ChangePercent: 1.44, - Volume: 5550, - High: 1.03, - Low: 1.03, - YearlyHigh: 1.11, - YearlyLow: 0.98, - YearlyStart: 1.04, - YearlyChange: -0.12, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Asia Pacific`, - Country: `Singapore`, - Risk: `Low`, - Sector: `Public`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-05-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 502 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soy oil`, - Spread: 0.01, - Open: 33.26, - Price: 33.53, - Buy: 33.77, - Sell: 33.78, - Change: -0.24, - ChangePercent: -0.72, - Volume: 10592, - High: 33.77, - Low: 33.06, - YearlyHigh: 35.43, - YearlyLow: 26.61, - YearlyStart: 31.02, - YearlyChange: 8.87, - Settlement: `Loan`, - Contract: `CFD`, - Region: `Asia Pacific`, - Country: `Malaysia`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-04-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 503 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Diesel`, - Spread: 0.015, - Open: 1.3474, - Price: 1.33, - Buy: 1.35, - Sell: 1.35, - Change: -0.03, - ChangePercent: -1.92, - Volume: 2971, - High: 1.36, - Low: 1.34, - YearlyHigh: 2.11, - YearlyLow: 0.92, - YearlyStart: 1.51, - YearlyChange: -10.4, - Settlement: `Loan`, - Contract: `Futures`, - Region: `Africa`, - Country: `Nigeria`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-05-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 504 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `AUD/USD`, - Spread: 0.02, - Open: 0.7344, - Price: 0.75, - Buy: 0.73, - Sell: 0.73, - Change: 0.01, - ChangePercent: 0.72, - Volume: 36764, - High: 0.74, - Low: 0.73, - YearlyHigh: 0.79, - YearlyLow: 0.68, - YearlyStart: 0.73, - YearlyChange: 1.28, - Settlement: `Cash`, - Contract: `Options`, - Region: `Middle East`, - Country: `Oman`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-02-21`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 505 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `Euro$ 3M`, - Spread: 0.01, - Open: 99.18, - Price: 99.96, - Buy: 99.18, - Sell: 99.18, - Change: 0.79, - ChangePercent: 0.8, - Volume: 29509, - High: 99.18, - Low: 99.17, - YearlyHigh: 99.38, - YearlyLow: 98.41, - YearlyStart: 98.89, - YearlyChange: 0.28, - Settlement: `Credit`, - Contract: `Futures`, - Region: `Africa`, - Country: `Niger`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-02-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 506 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `US 2Y Future`, - Spread: 0.01, - Open: 109.3984, - Price: 111.58, - Buy: 109.4, - Sell: 109.4, - Change: 2.19, - ChangePercent: 2, - Volume: 17742, - High: 109.41, - Low: 109.38, - YearlyHigh: 109.8, - YearlyLow: 108.62, - YearlyStart: 109.21, - YearlyChange: 0.16, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `Africa`, - Country: `Morocco`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-02-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 507 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Oats`, - Spread: 0.01, - Open: 194.5, - Price: 193.83, - Buy: 194.21, - Sell: 194.22, - Change: -0.39, - ChangePercent: -0.2, - Volume: 64, - High: 195.75, - Low: 194, - YearlyHigh: 241.25, - YearlyLow: 183.75, - YearlyStart: 212.5, - YearlyChange: -8.6, - Settlement: `Cash`, - Contract: `Options`, - Region: `Africa`, - Country: `Egypt`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `FedEx`, - Maturity: `2022-06-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 508 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `AUD/USD`, - Spread: 0.02, - Open: 0.7344, - Price: 0.75, - Buy: 0.73, - Sell: 0.73, - Change: 0.01, - ChangePercent: 0.92, - Volume: 36764, - High: 0.74, - Low: 0.73, - YearlyHigh: 0.79, - YearlyLow: 0.68, - YearlyStart: 0.73, - YearlyChange: 1.28, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Middle East`, - Country: `Kuwait`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-07-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 509 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Gold`, - Spread: 0.01, - Open: 1281.1, - Price: 1299.17, - Buy: 1280.73, - Sell: 1280.74, - Change: 18.44, - ChangePercent: 1.44, - Volume: 48387, - High: 1289.5, - Low: 1279.1, - YearlyHigh: 1306, - YearlyLow: 1047.2, - YearlyStart: 1176.6, - YearlyChange: 8.85, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Middle East`, - Country: `Turkey`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-07-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 510 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `Lean Hogs`, - Spread: 0.01, - Open: 81.275, - Price: 81.52, - Buy: 81.81, - Sell: 81.82, - Change: -0.29, - ChangePercent: -0.36, - Volume: 1, - High: 81.81, - Low: 81.28, - YearlyHigh: 83.98, - YearlyLow: 70.25, - YearlyStart: 77.11, - YearlyChange: 6.09, - Settlement: `Cash`, - Contract: `Options`, - Region: `Africa`, - Country: `Cameroon`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-08-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 511 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Silver`, - Spread: 0.01, - Open: 17.43, - Price: 17.4, - Buy: 17.43, - Sell: 17.43, - Change: -0.02, - ChangePercent: -0.12, - Volume: 11720, - High: 17.51, - Low: 17.37, - YearlyHigh: 18.06, - YearlyLow: 13.73, - YearlyStart: 15.89, - YearlyChange: 9.59, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `Africa`, - Country: `Tunisia`, - Risk: `High`, - Sector: `Public`, - Currency: `PLN`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-03-11`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 512 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `NAS Future`, - Spread: 0.01, - Open: 4341.25, - Price: 4339.54, - Buy: 4341.25, - Sell: 4341.25, - Change: -1.74, - ChangePercent: -0.04, - Volume: 18259, - High: 4347, - Low: 4318, - YearlyHigh: 4719.75, - YearlyLow: 3867.75, - YearlyStart: 4293.75, - YearlyChange: 1.11, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `Europe`, - Country: `Finland`, - Risk: `High`, - Sector: `Government`, - Currency: `PLN`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-06-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 513 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soy oil`, - Spread: 0.01, - Open: 33.26, - Price: 34.11, - Buy: 33.77, - Sell: 33.78, - Change: 0.34, - ChangePercent: 1, - Volume: 10592, - High: 33.77, - Low: 33.06, - YearlyHigh: 35.43, - YearlyLow: 26.61, - YearlyStart: 31.02, - YearlyChange: 8.87, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Africa`, - Country: `Algeria`, - Risk: `High`, - Sector: `Private`, - Currency: `PLN`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-05-24`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 514 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Silver`, - Spread: 0.01, - Open: 17.43, - Price: 17.12, - Buy: 17.43, - Sell: 17.43, - Change: -0.3, - ChangePercent: -1.72, - Volume: 11720, - High: 17.51, - Low: 17.37, - YearlyHigh: 18.06, - YearlyLow: 13.73, - YearlyStart: 15.89, - YearlyChange: 9.59, - Settlement: `Loan`, - Contract: `Options`, - Region: `Middle East`, - Country: `Lebanon`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-03-10`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 515 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Corn`, - Spread: 0.01, - Open: 379.5, - Price: 377.22, - Buy: 379.8, - Sell: 379.81, - Change: -2.58, - ChangePercent: -0.68, - Volume: 11266, - High: 381, - Low: 377.75, - YearlyHigh: 471.25, - YearlyLow: 351.25, - YearlyStart: 411.25, - YearlyChange: -7.65, - Settlement: `Cash`, - Contract: `Options`, - Region: `Africa`, - Country: `Nigeria`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-05-16`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 516 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soybean`, - Spread: 0.01, - Open: 1038, - Price: 1036.12, - Buy: 1038.61, - Sell: 1038.62, - Change: -2.5, - ChangePercent: -0.24, - Volume: 20356, - High: 1044, - Low: 1031.75, - YearlyHigh: 1057, - YearlyLow: 859.5, - YearlyStart: 958.25, - YearlyChange: 8.39, - Settlement: `Credit`, - Contract: `Options`, - Region: `Asia Pacific`, - Country: `Indonesia`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-02-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 517 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/JPY`, - Spread: 0.02, - Open: 9275.5, - Price: 9195.69, - Buy: 9277.32, - Sell: 9277.34, - Change: -81.64, - ChangePercent: -0.88, - Volume: 47734, - High: 9277.33, - Low: 0.93, - YearlyHigh: 9483, - YearlyLow: 0.93, - YearlyStart: 4741.97, - YearlyChange: 95.64, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `Asia Pacific`, - Country: `Philippines`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-04-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 518 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Palladium`, - Spread: 0.01, - Open: 600.55, - Price: 595.71, - Buy: 601, - Sell: 601.01, - Change: -5.29, - ChangePercent: -0.88, - Volume: 651, - High: 607.2, - Low: 598.4, - YearlyHigh: 690, - YearlyLow: 458.6, - YearlyStart: 574.3, - YearlyChange: 4.65, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `Africa`, - Country: `Libya`, - Risk: `High`, - Sector: `Public`, - Currency: `USD`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-01-24`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 519 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Uranium`, - Spread: 0.02, - Open: 27.55, - Price: 27.65, - Buy: 27.55, - Sell: 27.55, - Change: 0.07, - ChangePercent: 0.24, - Volume: 12, - High: 27.55, - Low: 27.55, - YearlyHigh: 29.32, - YearlyLow: 21.28, - YearlyStart: 25.3, - YearlyChange: 9.01, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Africa`, - Country: `Egypt`, - Risk: `High`, - Sector: `Public`, - Currency: `PLN`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-07-11`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 520 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Coal`, - Spread: 0.015, - Open: 0.4363, - Price: 0.42, - Buy: 0.44, - Sell: 0.44, - Change: 0, - ChangePercent: 1.2, - Volume: 3, - High: 0.44, - Low: 0.44, - YearlyHigh: 0.48, - YearlyLow: 0.4, - YearlyStart: 0.44, - YearlyChange: -5.33, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `North America`, - Country: `Canada`, - Risk: `Low`, - Sector: `Government`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `FedEx`, - Maturity: `2022-02-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 521 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `Lean Hogs`, - Spread: 0.01, - Open: 81.275, - Price: 81.32, - Buy: 81.81, - Sell: 81.82, - Change: -0.49, - ChangePercent: -0.6, - Volume: 1, - High: 81.81, - Low: 81.28, - YearlyHigh: 83.98, - YearlyLow: 70.25, - YearlyStart: 77.11, - YearlyChange: 6.09, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Asia Pacific`, - Country: `Malaysia`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-07-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 522 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soy Meat`, - Spread: 0.01, - Open: 342.6, - Price: 338.23, - Buy: 342.6, - Sell: 342.6, - Change: -4.39, - ChangePercent: -1.28, - Volume: 5646, - High: 345.4, - Low: 340.3, - YearlyHigh: 353.4, - YearlyLow: 261.7, - YearlyStart: 307.55, - YearlyChange: 11.4, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Europe`, - Country: `Estonia`, - Risk: `Low`, - Sector: `Public`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-04-16`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 523 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `US 30YR Future`, - Spread: 0.01, - Open: 164.875, - Price: 164.42, - Buy: 164.15, - Sell: 164.16, - Change: 0.26, - ChangePercent: 0.16, - Volume: 28012, - High: 165.25, - Low: 164.04, - YearlyHigh: 169.38, - YearlyLow: 151.47, - YearlyStart: 160.43, - YearlyChange: 2.33, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Europe`, - Country: `Germany`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-03-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 524 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `BTC/USD`, - Spread: 0.06, - Open: 93.88, - Price: 20715.16, - Buy: 21200.76, - Sell: 21400.78, - Change: -285.61, - ChangePercent: -1.36, - Volume: 5788000, - High: 22400.05, - Low: 20100.75, - YearlyHigh: 62400.7, - YearlyLow: 15100.88, - YearlyStart: 21200.29, - YearlyChange: -20.62, - Settlement: `Credit`, - Contract: `Options`, - Region: `Europe`, - Country: `Slovakia`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-08-16`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 525 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Sugar`, - Spread: 0.01, - Open: 15.68, - Price: 14.54, - Buy: 14.67, - Sell: 14.68, - Change: -0.13, - ChangePercent: -0.92, - Volume: 4949, - High: 15.7, - Low: 14.67, - YearlyHigh: 16.87, - YearlyLow: 11.37, - YearlyStart: 14.12, - YearlyChange: 3.92, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Asia Pacific`, - Country: `Malaysia`, - Risk: `High`, - Sector: `Public`, - Currency: `PLN`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-07-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 526 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Oats`, - Spread: 0.01, - Open: 194.5, - Price: 196.55, - Buy: 194.21, - Sell: 194.22, - Change: 2.33, - ChangePercent: 1.2, - Volume: 64, - High: 195.75, - Low: 194, - YearlyHigh: 241.25, - YearlyLow: 183.75, - YearlyStart: 212.5, - YearlyChange: -8.6, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `Africa`, - Country: `Egypt`, - Risk: `Low`, - Sector: `Public`, - Currency: `USD`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-04-19`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 527 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Coal`, - Spread: 0.015, - Open: 0.4363, - Price: 0.41, - Buy: 0.44, - Sell: 0.44, - Change: -0.01, - ChangePercent: -1.04, - Volume: 3, - High: 0.44, - Low: 0.44, - YearlyHigh: 0.48, - YearlyLow: 0.4, - YearlyStart: 0.44, - YearlyChange: -5.33, - Settlement: `Loan`, - Contract: `Forwards`, - Region: `Africa`, - Country: `Cameroon`, - Risk: `Low`, - Sector: `Government`, - Currency: `USD`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-05-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 528 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P 600 MINI`, - Spread: 0.01, - Open: 687.9, - Price: 693.11, - Buy: 687.9, - Sell: 687.9, - Change: 5.23, - ChangePercent: 0.76, - Volume: 0, - High: 0, - Low: 0, - YearlyHigh: 620.32, - YearlyLow: 595.9, - YearlyStart: 608.11, - YearlyChange: 13.12, - Settlement: `Loan`, - Contract: `Futures`, - Region: `Middle East`, - Country: `Israel`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-07-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 529 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Wheat`, - Spread: 0.01, - Open: 465.5, - Price: 470.36, - Buy: 465.5, - Sell: 465.5, - Change: 4.84, - ChangePercent: 1.04, - Volume: 4318, - High: 467, - Low: 463.25, - YearlyHigh: 628.5, - YearlyLow: 449.5, - YearlyStart: 539, - YearlyChange: -13.63, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Africa`, - Country: `Senegal`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `American Airlines`, - Maturity: `2022-04-23`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 530 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `OJ Future`, - Spread: 0.01, - Open: 140.6, - Price: 137.72, - Buy: 140.18, - Sell: 140.19, - Change: -2.47, - ChangePercent: -1.76, - Volume: 7, - High: 140.19, - Low: 0, - YearlyHigh: 155.95, - YearlyLow: 113, - YearlyStart: 134.47, - YearlyChange: 4.25, - Settlement: `Loan`, - Contract: `Futures`, - Region: `Middle East`, - Country: `Saudi Arabia`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-05-21`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 531 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Copper`, - Spread: 0.02, - Open: 2.123, - Price: 2.07, - Buy: 2.12, - Sell: 2.12, - Change: -0.04, - ChangePercent: -1.8, - Volume: 28819, - High: 2.16, - Low: 2.11, - YearlyHigh: 2.94, - YearlyLow: 1.96, - YearlyStart: 2.45, - YearlyChange: -13.76, - Settlement: `Cash`, - Contract: `Options`, - Region: `Middle East`, - Country: `Oman`, - Risk: `Low`, - Sector: `Public`, - Currency: `USD`, - Security: `High`, - Issuer: `FedEx`, - Maturity: `2022-08-24`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 532 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Platinum`, - Spread: 0.01, - Open: 1071.6, - Price: 1084.81, - Buy: 1071.09, - Sell: 1071.1, - Change: 13.71, - ChangePercent: 1.28, - Volume: 3039, - High: 1081.2, - Low: 1070.5, - YearlyHigh: 1120.6, - YearlyLow: 812.4, - YearlyStart: 966.5, - YearlyChange: 10.82, - Settlement: `Cash`, - Contract: `Swap`, - Region: `South America`, - Country: `Chile`, - Risk: `Low`, - Sector: `Public`, - Currency: `USD`, - Security: `Poor`, - Issuer: `FedEx`, - Maturity: `2022-02-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 533 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `FD Cattle`, - Spread: 0.01, - Open: 147.175, - Price: 148.31, - Buy: 148.6, - Sell: 148.61, - Change: -0.3, - ChangePercent: -0.2, - Volume: 5, - High: 148.61, - Low: 147.18, - YearlyHigh: 190, - YearlyLow: 138.1, - YearlyStart: 164.05, - YearlyChange: -9.41, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Middle East`, - Country: `Lebanon`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-04-23`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 534 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Wheat`, - Spread: 0.01, - Open: 465.5, - Price: 470.18, - Buy: 465.5, - Sell: 465.5, - Change: 4.66, - ChangePercent: 1, - Volume: 4318, - High: 467, - Low: 463.25, - YearlyHigh: 628.5, - YearlyLow: 449.5, - YearlyStart: 539, - YearlyChange: -13.63, - Settlement: `Cash`, - Contract: `Options`, - Region: `Middle East`, - Country: `Saudi Arabia`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-02-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 535 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `DOW Future`, - Spread: 0.01, - Open: 17711, - Price: 17556.28, - Buy: 17712.15, - Sell: 17712.16, - Change: -155.87, - ChangePercent: -0.88, - Volume: 22236, - High: 17727, - Low: 17642, - YearlyHigh: 18083, - YearlyLow: 15299, - YearlyStart: 16691, - YearlyChange: 6.12, - Settlement: `Cash`, - Contract: `CFD`, - Region: `Africa`, - Country: `Niger`, - Risk: `High`, - Sector: `Public`, - Currency: `USD`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-03-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 536 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `OJ Future`, - Spread: 0.01, - Open: 140.6, - Price: 139.46, - Buy: 140.18, - Sell: 140.19, - Change: -0.73, - ChangePercent: -0.52, - Volume: 7, - High: 140.19, - Low: 0, - YearlyHigh: 155.95, - YearlyLow: 113, - YearlyStart: 134.47, - YearlyChange: 4.25, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Africa`, - Country: `South Africa`, - Risk: `Low`, - Sector: `Government`, - Currency: `USD`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-08-22`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 537 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soy Meat`, - Spread: 0.01, - Open: 342.6, - Price: 336.73, - Buy: 342.6, - Sell: 342.6, - Change: -5.89, - ChangePercent: -1.72, - Volume: 5646, - High: 345.4, - Low: 340.3, - YearlyHigh: 353.4, - YearlyLow: 261.7, - YearlyStart: 307.55, - YearlyChange: 11.4, - Settlement: `Loan`, - Contract: `Options`, - Region: `Middle East`, - Country: `Qatar`, - Risk: `Low`, - Sector: `Public`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-06-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 538 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Silver`, - Spread: 0.01, - Open: 17.43, - Price: 17.46, - Buy: 17.43, - Sell: 17.43, - Change: 0.04, - ChangePercent: 0.24, - Volume: 11720, - High: 17.51, - Low: 17.37, - YearlyHigh: 18.06, - YearlyLow: 13.73, - YearlyStart: 15.89, - YearlyChange: 9.59, - Settlement: `Loan`, - Contract: `Forwards`, - Region: `Africa`, - Country: `Cameroon`, - Risk: `High`, - Sector: `Private`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-04-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 539 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Coal`, - Spread: 0.015, - Open: 0.4363, - Price: 0.41, - Buy: 0.44, - Sell: 0.44, - Change: -0.01, - ChangePercent: -1.08, - Volume: 3, - High: 0.44, - Low: 0.44, - YearlyHigh: 0.48, - YearlyLow: 0.4, - YearlyStart: 0.44, - YearlyChange: -5.33, - Settlement: `Cash`, - Contract: `Options`, - Region: `Asia Pacific`, - Country: `Pakistan`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `American Airlines`, - Maturity: `2022-03-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 540 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P Future`, - Spread: 0.01, - Open: 2057.5, - Price: 2039.33, - Buy: 2056.6, - Sell: 2056.61, - Change: -17.27, - ChangePercent: -0.84, - Volume: 142780, - High: 2059.5, - Low: 2049, - YearlyHigh: 2105.5, - YearlyLow: 1794.5, - YearlyStart: 1950, - YearlyChange: 5.47, - Settlement: `Credit`, - Contract: `Options`, - Region: `North America`, - Country: `United States`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-06-23`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 541 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `BTC/USD`, - Spread: 0.06, - Open: 93.88, - Price: 20967.17, - Buy: 21200.76, - Sell: 21400.78, - Change: -33.6, - ChangePercent: -0.16, - Volume: 5788000, - High: 22400.05, - Low: 20100.75, - YearlyHigh: 62400.7, - YearlyLow: 15100.88, - YearlyStart: 21200.29, - YearlyChange: -20.62, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Europe`, - Country: `Russia`, - Risk: `High`, - Sector: `Public`, - Currency: `USD`, - Security: `High`, - Issuer: `FedEx`, - Maturity: `2022-08-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 542 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Palladium`, - Spread: 0.01, - Open: 600.55, - Price: 607.97, - Buy: 601, - Sell: 601.01, - Change: 6.97, - ChangePercent: 1.16, - Volume: 651, - High: 607.2, - Low: 598.4, - YearlyHigh: 690, - YearlyLow: 458.6, - YearlyStart: 574.3, - YearlyChange: 4.65, - Settlement: `Loan`, - Contract: `CFD`, - Region: `Europe`, - Country: `Finland`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-08-21`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 543 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P MID MINI`, - Spread: 0.01, - Open: 1454.3, - Price: 1476.16, - Buy: 1455.78, - Sell: 1455.79, - Change: 20.38, - ChangePercent: 1.4, - Volume: 338, - High: 1455.78, - Low: 1448, - YearlyHigh: 1527.3, - YearlyLow: 1236, - YearlyStart: 1381.65, - YearlyChange: 5.37, - Settlement: `Loan`, - Contract: `Futures`, - Region: `South America`, - Country: `Brazil`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-08-19`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 544 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soybean`, - Spread: 0.01, - Open: 1038, - Price: 1039.45, - Buy: 1038.61, - Sell: 1038.62, - Change: 0.83, - ChangePercent: 0.08, - Volume: 20356, - High: 1044, - Low: 1031.75, - YearlyHigh: 1057, - YearlyLow: 859.5, - YearlyStart: 958.25, - YearlyChange: 8.39, - Settlement: `Cash`, - Contract: `Options`, - Region: `Asia Pacific`, - Country: `Malaysia`, - Risk: `High`, - Sector: `Government`, - Currency: `USD`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-04-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 545 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `DOW Future`, - Spread: 0.01, - Open: 17711, - Price: 17535.03, - Buy: 17712.15, - Sell: 17712.16, - Change: -177.12, - ChangePercent: -1, - Volume: 22236, - High: 17727, - Low: 17642, - YearlyHigh: 18083, - YearlyLow: 15299, - YearlyStart: 16691, - YearlyChange: 6.12, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `Africa`, - Country: `Egypt`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `High`, - Issuer: `American Airlines`, - Maturity: `2022-08-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 546 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Coal`, - Spread: 0.015, - Open: 0.4363, - Price: 0.42, - Buy: 0.44, - Sell: 0.44, - Change: 0, - ChangePercent: 1.88, - Volume: 3, - High: 0.44, - Low: 0.44, - YearlyHigh: 0.48, - YearlyLow: 0.4, - YearlyStart: 0.44, - YearlyChange: -5.33, - Settlement: `Cash`, - Contract: `Options`, - Region: `Asia Pacific`, - Country: `Philippines`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-09-22`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 547 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P MID MINI`, - Spread: 0.01, - Open: 1454.3, - Price: 1462.19, - Buy: 1455.78, - Sell: 1455.79, - Change: 6.41, - ChangePercent: 0.44, - Volume: 338, - High: 1455.78, - Low: 1448, - YearlyHigh: 1527.3, - YearlyLow: 1236, - YearlyStart: 1381.65, - YearlyChange: 5.37, - Settlement: `Credit`, - Contract: `Options`, - Region: `Asia Pacific`, - Country: `Australia`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-09-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 548 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Natural Gas`, - Spread: 0.02, - Open: 2.094, - Price: 2.13, - Buy: 2.09, - Sell: 2.09, - Change: 0.03, - ChangePercent: 1.16, - Volume: 2783, - High: 2.11, - Low: 2.09, - YearlyHigh: 3.2, - YearlyLow: 1.84, - YearlyStart: 2.52, - YearlyChange: -16.51, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Europe`, - Country: `Iceland`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `American Airlines`, - Maturity: `2022-06-19`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 549 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `DOW Future`, - Spread: 0.01, - Open: 17711, - Price: 17563.37, - Buy: 17712.15, - Sell: 17712.16, - Change: -148.78, - ChangePercent: -0.84, - Volume: 22236, - High: 17727, - Low: 17642, - YearlyHigh: 18083, - YearlyLow: 15299, - YearlyStart: 16691, - YearlyChange: 6.12, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Asia Pacific`, - Country: `Japan`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-02-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 550 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Copper`, - Spread: 0.02, - Open: 2.123, - Price: 2.13, - Buy: 2.12, - Sell: 2.12, - Change: 0.02, - ChangePercent: 0.84, - Volume: 28819, - High: 2.16, - Low: 2.11, - YearlyHigh: 2.94, - YearlyLow: 1.96, - YearlyStart: 2.45, - YearlyChange: -13.76, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Asia Pacific`, - Country: `India`, - Risk: `High`, - Sector: `Private`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-02-19`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 551 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Lumber`, - Spread: 0.01, - Open: 303.9, - Price: 309.11, - Buy: 304.59, - Sell: 304.6, - Change: 4.51, - ChangePercent: 1.48, - Volume: 2, - High: 304.6, - Low: 303.9, - YearlyHigh: 317.1, - YearlyLow: 236, - YearlyStart: 276.55, - YearlyChange: 10.14, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Middle East`, - Country: `Israel`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-06-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 552 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/CAD`, - Spread: 0.02, - Open: 0.7744, - Price: 0.95, - Buy: 0.94, - Sell: 0.96, - Change: 0, - ChangePercent: 0.04, - Volume: 13669, - High: 0.95, - Low: 0.77, - YearlyHigh: 0.95, - YearlyLow: 0.68, - YearlyStart: 0.76, - YearlyChange: 26.43, - Settlement: `Credit`, - Contract: `CFD`, - Region: `Middle East`, - Country: `Israel`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-02-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 553 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/CAD`, - Spread: 0.02, - Open: 0.7744, - Price: 0.94, - Buy: 0.94, - Sell: 0.96, - Change: -0.01, - ChangePercent: -1.88, - Volume: 13669, - High: 0.95, - Low: 0.77, - YearlyHigh: 0.95, - YearlyLow: 0.68, - YearlyStart: 0.76, - YearlyChange: 26.43, - Settlement: `Credit`, - Contract: `Forwards`, - Region: `Middle East`, - Country: `Syria`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-09-11`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 554 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `DOW Future`, - Spread: 0.01, - Open: 17711, - Price: 17506.69, - Buy: 17712.15, - Sell: 17712.16, - Change: -205.46, - ChangePercent: -1.16, - Volume: 22236, - High: 17727, - Low: 17642, - YearlyHigh: 18083, - YearlyLow: 15299, - YearlyStart: 16691, - YearlyChange: 6.12, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Africa`, - Country: `Tunisia`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `High`, - Issuer: `FedEx`, - Maturity: `2022-07-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 555 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Gold`, - Spread: 0.01, - Open: 1281.1, - Price: 1278.68, - Buy: 1280.73, - Sell: 1280.74, - Change: -2.05, - ChangePercent: -0.16, - Volume: 48387, - High: 1289.5, - Low: 1279.1, - YearlyHigh: 1306, - YearlyLow: 1047.2, - YearlyStart: 1176.6, - YearlyChange: 8.85, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Europe`, - Country: `Ireland`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-04-11`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 556 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `Lean Hogs`, - Spread: 0.01, - Open: 81.275, - Price: 83.19, - Buy: 81.81, - Sell: 81.82, - Change: 1.38, - ChangePercent: 1.68, - Volume: 1, - High: 81.81, - Low: 81.28, - YearlyHigh: 83.98, - YearlyLow: 70.25, - YearlyStart: 77.11, - YearlyChange: 6.09, - Settlement: `Loan`, - Contract: `Options`, - Region: `North America`, - Country: `Mexico`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `American Airlines`, - Maturity: `2022-08-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 557 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Gold`, - Spread: 0.01, - Open: 1281.1, - Price: 1281.24, - Buy: 1280.73, - Sell: 1280.74, - Change: 0.51, - ChangePercent: 0.04, - Volume: 48387, - High: 1289.5, - Low: 1279.1, - YearlyHigh: 1306, - YearlyLow: 1047.2, - YearlyStart: 1176.6, - YearlyChange: 8.85, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Europe`, - Country: `Switzerland`, - Risk: `Low`, - Sector: `Government`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `FedEx`, - Maturity: `2022-07-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 558 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Coffee`, - Spread: 0.01, - Open: 125.7, - Price: 125.59, - Buy: 125.7, - Sell: 125.7, - Change: -0.1, - ChangePercent: -0.08, - Volume: 1654, - High: 125.8, - Low: 125, - YearlyHigh: 155.75, - YearlyLow: 115.35, - YearlyStart: 135.55, - YearlyChange: -7.27, - Settlement: `Credit`, - Contract: `Futures`, - Region: `Asia Pacific`, - Country: `Japan`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `Poor`, - Issuer: `American Airlines`, - Maturity: `2022-06-21`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 559 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soy Meat`, - Spread: 0.01, - Open: 342.6, - Price: 341.39, - Buy: 342.6, - Sell: 342.6, - Change: -1.23, - ChangePercent: -0.36, - Volume: 5646, - High: 345.4, - Low: 340.3, - YearlyHigh: 353.4, - YearlyLow: 261.7, - YearlyStart: 307.55, - YearlyChange: 11.4, - Settlement: `Loan`, - Contract: `Futures`, - Region: `Middle East`, - Country: `Israel`, - Risk: `High`, - Sector: `Public`, - Currency: `USD`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-05-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 560 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Platinum`, - Spread: 0.01, - Open: 1071.6, - Price: 1067.67, - Buy: 1071.09, - Sell: 1071.1, - Change: -3.43, - ChangePercent: -0.32, - Volume: 3039, - High: 1081.2, - Low: 1070.5, - YearlyHigh: 1120.6, - YearlyLow: 812.4, - YearlyStart: 966.5, - YearlyChange: 10.82, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Asia Pacific`, - Country: `Taiwan`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `High`, - Issuer: `FedEx`, - Maturity: `2022-02-24`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 561 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `Euro$ 3M`, - Spread: 0.01, - Open: 99.18, - Price: 99.33, - Buy: 99.18, - Sell: 99.18, - Change: 0.16, - ChangePercent: 0.16, - Volume: 29509, - High: 99.18, - Low: 99.17, - YearlyHigh: 99.38, - YearlyLow: 98.41, - YearlyStart: 98.89, - YearlyChange: 0.28, - Settlement: `Cash`, - Contract: `Futures`, - Region: `South America`, - Country: `Brazil`, - Risk: `High`, - Sector: `Private`, - Currency: `PLN`, - Security: `High`, - Issuer: `American Airlines`, - Maturity: `2022-08-10`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 562 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `BTC/USD`, - Spread: 0.06, - Open: 93.88, - Price: 20740.36, - Buy: 21200.76, - Sell: 21400.78, - Change: -260.41, - ChangePercent: -1.24, - Volume: 5788000, - High: 22400.05, - Low: 20100.75, - YearlyHigh: 62400.7, - YearlyLow: 15100.88, - YearlyStart: 21200.29, - YearlyChange: -20.62, - Settlement: `Loan`, - Contract: `Forwards`, - Region: `Asia Pacific`, - Country: `New Zealand`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-07-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 563 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `OJ Future`, - Spread: 0.01, - Open: 140.6, - Price: 141.48, - Buy: 140.18, - Sell: 140.19, - Change: 1.29, - ChangePercent: 0.92, - Volume: 7, - High: 140.19, - Low: 0, - YearlyHigh: 155.95, - YearlyLow: 113, - YearlyStart: 134.47, - YearlyChange: 4.25, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Europe`, - Country: `Bulgaria`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-03-19`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 564 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/CHF`, - Spread: 0.02, - Open: 1.0337, - Price: 1.05, - Buy: 1.03, - Sell: 1.03, - Change: 0.01, - ChangePercent: 0.28, - Volume: 5550, - High: 1.03, - Low: 1.03, - YearlyHigh: 1.11, - YearlyLow: 0.98, - YearlyStart: 1.04, - YearlyChange: -0.12, - Settlement: `Loan`, - Contract: `Swap`, - Region: `South America`, - Country: `Bolivia`, - Risk: `Low`, - Sector: `Government`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-09-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 565 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/CHF`, - Spread: 0.02, - Open: 1.0337, - Price: 1.04, - Buy: 1.03, - Sell: 1.03, - Change: 0, - ChangePercent: -0.4, - Volume: 5550, - High: 1.03, - Low: 1.03, - YearlyHigh: 1.11, - YearlyLow: 0.98, - YearlyStart: 1.04, - YearlyChange: -0.12, - Settlement: `Cash`, - Contract: `Options`, - Region: `Asia Pacific`, - Country: `Indonesia`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-09-11`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 566 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Sugar`, - Spread: 0.01, - Open: 15.68, - Price: 14.87, - Buy: 14.67, - Sell: 14.68, - Change: 0.2, - ChangePercent: 1.32, - Volume: 4949, - High: 15.7, - Low: 14.67, - YearlyHigh: 16.87, - YearlyLow: 11.37, - YearlyStart: 14.12, - YearlyChange: 3.92, - Settlement: `Loan`, - Contract: `Futures`, - Region: `Middle East`, - Country: `Iran`, - Risk: `Low`, - Sector: `Government`, - Currency: `USD`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-04-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 567 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Coal`, - Spread: 0.015, - Open: 0.4363, - Price: 0.41, - Buy: 0.44, - Sell: 0.44, - Change: -0.01, - ChangePercent: -0.96, - Volume: 3, - High: 0.44, - Low: 0.44, - YearlyHigh: 0.48, - YearlyLow: 0.4, - YearlyStart: 0.44, - YearlyChange: -5.33, - Settlement: `Cash`, - Contract: `Options`, - Region: `Europe`, - Country: `Belgium`, - Risk: `Low`, - Sector: `Public`, - Currency: `USD`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-02-19`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 568 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Corn`, - Spread: 0.01, - Open: 379.5, - Price: 379.35, - Buy: 379.8, - Sell: 379.81, - Change: -0.45, - ChangePercent: -0.12, - Volume: 11266, - High: 381, - Low: 377.75, - YearlyHigh: 471.25, - YearlyLow: 351.25, - YearlyStart: 411.25, - YearlyChange: -7.65, - Settlement: `Cash`, - Contract: `Options`, - Region: `Asia Pacific`, - Country: `Korea`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `FedEx`, - Maturity: `2022-02-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 569 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `US 30YR Future`, - Spread: 0.01, - Open: 164.875, - Price: 163.5, - Buy: 164.15, - Sell: 164.16, - Change: -0.66, - ChangePercent: -0.4, - Volume: 28012, - High: 165.25, - Low: 164.04, - YearlyHigh: 169.38, - YearlyLow: 151.47, - YearlyStart: 160.43, - YearlyChange: 2.33, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Asia Pacific`, - Country: `Pakistan`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-02-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 570 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `FD Cattle`, - Spread: 0.01, - Open: 147.175, - Price: 149.68, - Buy: 148.6, - Sell: 148.61, - Change: 1.07, - ChangePercent: 0.72, - Volume: 5, - High: 148.61, - Low: 147.18, - YearlyHigh: 190, - YearlyLow: 138.1, - YearlyStart: 164.05, - YearlyChange: -9.41, - Settlement: `Cash`, - Contract: `CFD`, - Region: `Asia Pacific`, - Country: `Azerbaijan`, - Risk: `High`, - Sector: `Public`, - Currency: `USD`, - Security: `Poor`, - Issuer: `American Airlines`, - Maturity: `2022-05-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 571 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/JPY`, - Spread: 0.02, - Open: 9275.5, - Price: 9140.03, - Buy: 9277.32, - Sell: 9277.34, - Change: -137.3, - ChangePercent: -1.48, - Volume: 47734, - High: 9277.33, - Low: 0.93, - YearlyHigh: 9483, - YearlyLow: 0.93, - YearlyStart: 4741.97, - YearlyChange: 95.64, - Settlement: `Credit`, - Contract: `Options`, - Region: `Asia Pacific`, - Country: `New Zealand`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `Poor`, - Issuer: `FedEx`, - Maturity: `2022-04-21`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 572 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `FD Cattle`, - Spread: 0.01, - Open: 147.175, - Price: 149.14, - Buy: 148.6, - Sell: 148.61, - Change: 0.53, - ChangePercent: 0.36, - Volume: 5, - High: 148.61, - Low: 147.18, - YearlyHigh: 190, - YearlyLow: 138.1, - YearlyStart: 164.05, - YearlyChange: -9.41, - Settlement: `Credit`, - Contract: `CFD`, - Region: `Middle East`, - Country: `Bahrain`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-06-23`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 573 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Silver`, - Spread: 0.01, - Open: 17.43, - Price: 17.62, - Buy: 17.43, - Sell: 17.43, - Change: 0.2, - ChangePercent: 1.12, - Volume: 11720, - High: 17.51, - Low: 17.37, - YearlyHigh: 18.06, - YearlyLow: 13.73, - YearlyStart: 15.89, - YearlyChange: 9.59, - Settlement: `Cash`, - Contract: `Options`, - Region: `North America`, - Country: `United States`, - Risk: `High`, - Sector: `Public`, - Currency: `USD`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-02-10`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 574 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Lumber`, - Spread: 0.01, - Open: 303.9, - Price: 302.65, - Buy: 304.59, - Sell: 304.6, - Change: -1.95, - ChangePercent: -0.64, - Volume: 2, - High: 304.6, - Low: 303.9, - YearlyHigh: 317.1, - YearlyLow: 236, - YearlyStart: 276.55, - YearlyChange: 10.14, - Settlement: `Cash`, - Contract: `Futures`, - Region: `South America`, - Country: `Colombia`, - Risk: `Low`, - Sector: `Public`, - Currency: `USD`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-01-21`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 575 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Uranium`, - Spread: 0.02, - Open: 27.55, - Price: 27.19, - Buy: 27.55, - Sell: 27.55, - Change: -0.39, - ChangePercent: -1.4, - Volume: 12, - High: 27.55, - Low: 27.55, - YearlyHigh: 29.32, - YearlyLow: 21.28, - YearlyStart: 25.3, - YearlyChange: 9.01, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Europe`, - Country: `Sweden`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-05-16`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 576 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soy oil`, - Spread: 0.01, - Open: 33.26, - Price: 33.38, - Buy: 33.77, - Sell: 33.78, - Change: -0.39, - ChangePercent: -1.16, - Volume: 10592, - High: 33.77, - Low: 33.06, - YearlyHigh: 35.43, - YearlyLow: 26.61, - YearlyStart: 31.02, - YearlyChange: 8.87, - Settlement: `Credit`, - Contract: `CFD`, - Region: `South America`, - Country: `Paraguay`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-06-19`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 577 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `FD Cattle`, - Spread: 0.01, - Open: 147.175, - Price: 148.25, - Buy: 148.6, - Sell: 148.61, - Change: -0.36, - ChangePercent: -0.24, - Volume: 5, - High: 148.61, - Low: 147.18, - YearlyHigh: 190, - YearlyLow: 138.1, - YearlyStart: 164.05, - YearlyChange: -9.41, - Settlement: `Credit`, - Contract: `Options`, - Region: `Europe`, - Country: `Italy`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-06-10`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 578 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Coal`, - Spread: 0.015, - Open: 0.4363, - Price: 0.41, - Buy: 0.44, - Sell: 0.44, - Change: -0.01, - ChangePercent: -1.12, - Volume: 3, - High: 0.44, - Low: 0.44, - YearlyHigh: 0.48, - YearlyLow: 0.4, - YearlyStart: 0.44, - YearlyChange: -5.33, - Settlement: `Cash`, - Contract: `CFD`, - Region: `Middle East`, - Country: `UAE`, - Risk: `Low`, - Sector: `Government`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-04-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 579 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `Lean Hogs`, - Spread: 0.01, - Open: 81.275, - Price: 83.25, - Buy: 81.81, - Sell: 81.82, - Change: 1.44, - ChangePercent: 1.76, - Volume: 1, - High: 81.81, - Low: 81.28, - YearlyHigh: 83.98, - YearlyLow: 70.25, - YearlyStart: 77.11, - YearlyChange: 6.09, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Asia Pacific`, - Country: `Taiwan`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-08-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 580 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `LV Cattle`, - Spread: 0.01, - Open: 120.725, - Price: 119.5, - Buy: 120.72, - Sell: 120.72, - Change: -1.2, - ChangePercent: -1, - Volume: 4, - High: 120.72, - Low: 120.72, - YearlyHigh: 147.98, - YearlyLow: 113.9, - YearlyStart: 130.94, - YearlyChange: -7.82, - Settlement: `Credit`, - Contract: `Futures`, - Region: `Middle East`, - Country: `Turkey`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `High`, - Issuer: `American Airlines`, - Maturity: `2022-04-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 581 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Gold`, - Spread: 0.01, - Open: 1281.1, - Price: 1285.85, - Buy: 1280.73, - Sell: 1280.74, - Change: 5.12, - ChangePercent: 0.4, - Volume: 48387, - High: 1289.5, - Low: 1279.1, - YearlyHigh: 1306, - YearlyLow: 1047.2, - YearlyStart: 1176.6, - YearlyChange: 8.85, - Settlement: `Cash`, - Contract: `Options`, - Region: `Middle East`, - Country: `Jordan`, - Risk: `High`, - Sector: `Public`, - Currency: `PLN`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-05-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 582 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/CAD`, - Spread: 0.02, - Open: 0.7744, - Price: 0.97, - Buy: 0.94, - Sell: 0.96, - Change: 0.02, - ChangePercent: 1.88, - Volume: 13669, - High: 0.95, - Low: 0.77, - YearlyHigh: 0.95, - YearlyLow: 0.68, - YearlyStart: 0.76, - YearlyChange: 26.43, - Settlement: `Credit`, - Contract: `Options`, - Region: `Middle East`, - Country: `Kuwait`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-08-21`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 583 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `NAS Future`, - Spread: 0.01, - Open: 4341.25, - Price: 4303.08, - Buy: 4341.25, - Sell: 4341.25, - Change: -38.2, - ChangePercent: -0.88, - Volume: 18259, - High: 4347, - Low: 4318, - YearlyHigh: 4719.75, - YearlyLow: 3867.75, - YearlyStart: 4293.75, - YearlyChange: 1.11, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Asia Pacific`, - Country: `Singapore`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-02-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 584 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `Euro$ 3M`, - Spread: 0.01, - Open: 99.18, - Price: 98.65, - Buy: 99.18, - Sell: 99.18, - Change: -0.52, - ChangePercent: -0.52, - Volume: 29509, - High: 99.18, - Low: 99.17, - YearlyHigh: 99.38, - YearlyLow: 98.41, - YearlyStart: 98.89, - YearlyChange: 0.28, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Asia Pacific`, - Country: `Azerbaijan`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-08-23`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 585 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Lumber`, - Spread: 0.01, - Open: 303.9, - Price: 309.84, - Buy: 304.59, - Sell: 304.6, - Change: 5.24, - ChangePercent: 1.72, - Volume: 2, - High: 304.6, - Low: 303.9, - YearlyHigh: 317.1, - YearlyLow: 236, - YearlyStart: 276.55, - YearlyChange: 10.14, - Settlement: `Cash`, - Contract: `CFD`, - Region: `Asia Pacific`, - Country: `China`, - Risk: `Low`, - Sector: `Government`, - Currency: `USD`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-03-27`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 586 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `Euro$ 3M`, - Spread: 0.01, - Open: 99.18, - Price: 98.22, - Buy: 99.18, - Sell: 99.18, - Change: -0.95, - ChangePercent: -0.96, - Volume: 29509, - High: 99.18, - Low: 99.17, - YearlyHigh: 99.38, - YearlyLow: 98.41, - YearlyStart: 98.89, - YearlyChange: 0.28, - Settlement: `Credit`, - Contract: `Forwards`, - Region: `Asia Pacific`, - Country: `Thailand`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-02-21`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 587 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `AUD/USD`, - Spread: 0.02, - Open: 0.7344, - Price: 0.74, - Buy: 0.73, - Sell: 0.73, - Change: 0, - ChangePercent: -1.08, - Volume: 36764, - High: 0.74, - Low: 0.73, - YearlyHigh: 0.79, - YearlyLow: 0.68, - YearlyStart: 0.73, - YearlyChange: 1.28, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `Europe`, - Country: `Hungary`, - Risk: `Low`, - Sector: `Public`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-01-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 588 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Oil`, - Spread: 0.015, - Open: 45.54, - Price: 46.17, - Buy: 45.78, - Sell: 45.8, - Change: 0.38, - ChangePercent: 0.84, - Volume: 107196, - High: 45.94, - Low: 45, - YearlyHigh: 65.28, - YearlyLow: 30.79, - YearlyStart: 48.03, - YearlyChange: -4.67, - Settlement: `Loan`, - Contract: `Futures`, - Region: `Europe`, - Country: `Bulgaria`, - Risk: `High`, - Sector: `Private`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-05-23`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 589 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Uranium`, - Spread: 0.02, - Open: 27.55, - Price: 27.77, - Buy: 27.55, - Sell: 27.55, - Change: 0.19, - ChangePercent: 0.68, - Volume: 12, - High: 27.55, - Low: 27.55, - YearlyHigh: 29.32, - YearlyLow: 21.28, - YearlyStart: 25.3, - YearlyChange: 9.01, - Settlement: `Cash`, - Contract: `Swap`, - Region: `South America`, - Country: `Paraguay`, - Risk: `High`, - Sector: `Public`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-06-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 590 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `DOW Future`, - Spread: 0.01, - Open: 17711, - Price: 17740.49, - Buy: 17712.15, - Sell: 17712.16, - Change: 28.34, - ChangePercent: 0.16, - Volume: 22236, - High: 17727, - Low: 17642, - YearlyHigh: 18083, - YearlyLow: 15299, - YearlyStart: 16691, - YearlyChange: 6.12, - Settlement: `Cash`, - Contract: `Swap`, - Region: `South America`, - Country: `Guyana`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-03-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 591 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `GBP/USD`, - Spread: 0.02, - Open: 1.4464, - Price: 1.17, - Buy: 1.18, - Sell: 1.2, - Change: -0.02, - ChangePercent: -1.92, - Volume: 29450, - High: 1.45, - Low: 1.19, - YearlyHigh: 1.59, - YearlyLow: 1.19, - YearlyStart: 1.49, - YearlyChange: -19.59, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Europe`, - Country: `United Kingdom`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-05-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 592 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Wheat`, - Spread: 0.01, - Open: 465.5, - Price: 467.75, - Buy: 465.5, - Sell: 465.5, - Change: 2.23, - ChangePercent: 0.48, - Volume: 4318, - High: 467, - Low: 463.25, - YearlyHigh: 628.5, - YearlyLow: 449.5, - YearlyStart: 539, - YearlyChange: -13.63, - Settlement: `Credit`, - Contract: `Futures`, - Region: `Asia Pacific`, - Country: `New Zealand`, - Risk: `Low`, - Sector: `Public`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `American Airlines`, - Maturity: `2022-03-19`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 593 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `FD Cattle`, - Spread: 0.01, - Open: 147.175, - Price: 147.24, - Buy: 148.6, - Sell: 148.61, - Change: -1.37, - ChangePercent: -0.92, - Volume: 5, - High: 148.61, - Low: 147.18, - YearlyHigh: 190, - YearlyLow: 138.1, - YearlyStart: 164.05, - YearlyChange: -9.41, - Settlement: `Loan`, - Contract: `CFD`, - Region: `Europe`, - Country: `United Kingdom`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-05-11`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 594 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Natural Gas`, - Spread: 0.02, - Open: 2.094, - Price: 2.09, - Buy: 2.09, - Sell: 2.09, - Change: -0.01, - ChangePercent: -0.76, - Volume: 2783, - High: 2.11, - Low: 2.09, - YearlyHigh: 3.2, - YearlyLow: 1.84, - YearlyStart: 2.52, - YearlyChange: -16.51, - Settlement: `Cash`, - Contract: `Options`, - Region: `Europe`, - Country: `Slovakia`, - Risk: `High`, - Sector: `Government`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-06-11`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 595 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Cotton`, - Spread: 0.01, - Open: 61.77, - Price: 62.95, - Buy: 61.77, - Sell: 61.77, - Change: 1.19, - ChangePercent: 1.92, - Volume: 3612, - High: 62.06, - Low: 61.32, - YearlyHigh: 67.59, - YearlyLow: 54.33, - YearlyStart: 60.96, - YearlyChange: 1.31, - Settlement: `Loan`, - Contract: `Forwards`, - Region: `North America`, - Country: `Canada`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-01-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 596 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Wheat`, - Spread: 0.01, - Open: 465.5, - Price: 463.66, - Buy: 465.5, - Sell: 465.5, - Change: -1.86, - ChangePercent: -0.4, - Volume: 4318, - High: 467, - Low: 463.25, - YearlyHigh: 628.5, - YearlyLow: 449.5, - YearlyStart: 539, - YearlyChange: -13.63, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `North America`, - Country: `Canada`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `High`, - Issuer: `FedEx`, - Maturity: `2022-07-11`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 597 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `OJ Future`, - Spread: 0.01, - Open: 140.6, - Price: 140.58, - Buy: 140.18, - Sell: 140.19, - Change: 0.39, - ChangePercent: 0.28, - Volume: 7, - High: 140.19, - Low: 0, - YearlyHigh: 155.95, - YearlyLow: 113, - YearlyStart: 134.47, - YearlyChange: 4.25, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Europe`, - Country: `France`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-05-23`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 598 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `LV Cattle`, - Spread: 0.01, - Open: 120.725, - Price: 119.3, - Buy: 120.72, - Sell: 120.72, - Change: -1.41, - ChangePercent: -1.16, - Volume: 4, - High: 120.72, - Low: 120.72, - YearlyHigh: 147.98, - YearlyLow: 113.9, - YearlyStart: 130.94, - YearlyChange: -7.82, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Africa`, - Country: `Senegal`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-03-11`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 599 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Oil`, - Spread: 0.015, - Open: 45.54, - Price: 45.41, - Buy: 45.78, - Sell: 45.8, - Change: -0.38, - ChangePercent: -0.84, - Volume: 107196, - High: 45.94, - Low: 45, - YearlyHigh: 65.28, - YearlyLow: 30.79, - YearlyStart: 48.03, - YearlyChange: -4.67, - Settlement: `Cash`, - Contract: `Options`, - Region: `Africa`, - Country: `Algeria`, - Risk: `Low`, - Sector: `Government`, - Currency: `PLN`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-06-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 600 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Silver`, - Spread: 0.01, - Open: 17.43, - Price: 17.2, - Buy: 17.43, - Sell: 17.43, - Change: -0.22, - ChangePercent: -1.24, - Volume: 11720, - High: 17.51, - Low: 17.37, - YearlyHigh: 18.06, - YearlyLow: 13.73, - YearlyStart: 15.89, - YearlyChange: 9.59, - Settlement: `Loan`, - Contract: `Forwards`, - Region: `Europe`, - Country: `Germany`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-08-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 601 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Lumber`, - Spread: 0.01, - Open: 303.9, - Price: 302.41, - Buy: 304.59, - Sell: 304.6, - Change: -2.19, - ChangePercent: -0.72, - Volume: 2, - High: 304.6, - Low: 303.9, - YearlyHigh: 317.1, - YearlyLow: 236, - YearlyStart: 276.55, - YearlyChange: 10.14, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Africa`, - Country: `Tunisia`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-04-21`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 602 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `US 30YR Future`, - Spread: 0.01, - Open: 164.875, - Price: 164.49, - Buy: 164.15, - Sell: 164.16, - Change: 0.33, - ChangePercent: 0.2, - Volume: 28012, - High: 165.25, - Low: 164.04, - YearlyHigh: 169.38, - YearlyLow: 151.47, - YearlyStart: 160.43, - YearlyChange: 2.33, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Middle East`, - Country: `Saudi Arabia`, - Risk: `High`, - Sector: `Public`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-03-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 603 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soy oil`, - Spread: 0.01, - Open: 33.26, - Price: 33.74, - Buy: 33.77, - Sell: 33.78, - Change: -0.03, - ChangePercent: -0.08, - Volume: 10592, - High: 33.77, - Low: 33.06, - YearlyHigh: 35.43, - YearlyLow: 26.61, - YearlyStart: 31.02, - YearlyChange: 8.87, - Settlement: `Cash`, - Contract: `Options`, - Region: `South America`, - Country: `Chile`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-04-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 604 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Corn`, - Spread: 0.01, - Open: 379.5, - Price: 383.9, - Buy: 379.8, - Sell: 379.81, - Change: 4.1, - ChangePercent: 1.08, - Volume: 11266, - High: 381, - Low: 377.75, - YearlyHigh: 471.25, - YearlyLow: 351.25, - YearlyStart: 411.25, - YearlyChange: -7.65, - Settlement: `Credit`, - Contract: `Forwards`, - Region: `North America`, - Country: `Mexico`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-02-24`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 605 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Wheat`, - Spread: 0.01, - Open: 465.5, - Price: 467.38, - Buy: 465.5, - Sell: 465.5, - Change: 1.86, - ChangePercent: 0.4, - Volume: 4318, - High: 467, - Low: 463.25, - YearlyHigh: 628.5, - YearlyLow: 449.5, - YearlyStart: 539, - YearlyChange: -13.63, - Settlement: `Credit`, - Contract: `Forwards`, - Region: `Europe`, - Country: `Bulgaria`, - Risk: `Low`, - Sector: `Public`, - Currency: `USD`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-02-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 606 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soy Meat`, - Spread: 0.01, - Open: 342.6, - Price: 346.05, - Buy: 342.6, - Sell: 342.6, - Change: 3.43, - ChangePercent: 1, - Volume: 5646, - High: 345.4, - Low: 340.3, - YearlyHigh: 353.4, - YearlyLow: 261.7, - YearlyStart: 307.55, - YearlyChange: 11.4, - Settlement: `Cash`, - Contract: `Options`, - Region: `Africa`, - Country: `Morocco`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-05-10`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 607 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soy Meat`, - Spread: 0.01, - Open: 342.6, - Price: 343.44, - Buy: 342.6, - Sell: 342.6, - Change: 0.82, - ChangePercent: 0.24, - Volume: 5646, - High: 345.4, - Low: 340.3, - YearlyHigh: 353.4, - YearlyLow: 261.7, - YearlyStart: 307.55, - YearlyChange: 11.4, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Asia Pacific`, - Country: `China`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-07-19`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 608 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `Euro$ 3M`, - Spread: 0.01, - Open: 99.18, - Price: 97.74, - Buy: 99.18, - Sell: 99.18, - Change: -1.43, - ChangePercent: -1.44, - Volume: 29509, - High: 99.18, - Low: 99.17, - YearlyHigh: 99.38, - YearlyLow: 98.41, - YearlyStart: 98.89, - YearlyChange: 0.28, - Settlement: `Credit`, - Contract: `Options`, - Region: `South America`, - Country: `Colombia`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-05-19`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 609 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `US 30YR Future`, - Spread: 0.01, - Open: 164.875, - Price: 165.87, - Buy: 164.15, - Sell: 164.16, - Change: 1.71, - ChangePercent: 1.04, - Volume: 28012, - High: 165.25, - Low: 164.04, - YearlyHigh: 169.38, - YearlyLow: 151.47, - YearlyStart: 160.43, - YearlyChange: 2.33, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Asia Pacific`, - Country: `Malaysia`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `FedEx`, - Maturity: `2022-05-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 610 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Palladium`, - Spread: 0.01, - Open: 600.55, - Price: 590.42, - Buy: 601, - Sell: 601.01, - Change: -10.58, - ChangePercent: -1.76, - Volume: 651, - High: 607.2, - Low: 598.4, - YearlyHigh: 690, - YearlyLow: 458.6, - YearlyStart: 574.3, - YearlyChange: 4.65, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Middle East`, - Country: `Jordan`, - Risk: `High`, - Sector: `Private`, - Currency: `PLN`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-07-11`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 611 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Oil`, - Spread: 0.015, - Open: 45.54, - Price: 46.47, - Buy: 45.78, - Sell: 45.8, - Change: 0.68, - ChangePercent: 1.48, - Volume: 107196, - High: 45.94, - Low: 45, - YearlyHigh: 65.28, - YearlyLow: 30.79, - YearlyStart: 48.03, - YearlyChange: -4.67, - Settlement: `Cash`, - Contract: `Options`, - Region: `Middle East`, - Country: `Saudi Arabia`, - Risk: `Low`, - Sector: `Public`, - Currency: `USD`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-01-27`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 612 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Lumber`, - Spread: 0.01, - Open: 303.9, - Price: 300.7, - Buy: 304.59, - Sell: 304.6, - Change: -3.9, - ChangePercent: -1.28, - Volume: 2, - High: 304.6, - Low: 303.9, - YearlyHigh: 317.1, - YearlyLow: 236, - YearlyStart: 276.55, - YearlyChange: 10.14, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Middle East`, - Country: `Qatar`, - Risk: `High`, - Sector: `Government`, - Currency: `USD`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-05-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 613 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `DOW Future`, - Spread: 0.01, - Open: 17711, - Price: 17584.62, - Buy: 17712.15, - Sell: 17712.16, - Change: -127.53, - ChangePercent: -0.72, - Volume: 22236, - High: 17727, - Low: 17642, - YearlyHigh: 18083, - YearlyLow: 15299, - YearlyStart: 16691, - YearlyChange: 6.12, - Settlement: `Credit`, - Contract: `Options`, - Region: `South America`, - Country: `Peru`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-07-10`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 614 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Milk`, - Spread: 0.01, - Open: 12.87, - Price: 12.75, - Buy: 12.87, - Sell: 12.87, - Change: -0.11, - ChangePercent: -0.88, - Volume: 7, - High: 12.89, - Low: 12.81, - YearlyHigh: 16.96, - YearlyLow: 12.81, - YearlyStart: 14.88, - YearlyChange: -13.6, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Europe`, - Country: `Ireland`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-02-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 615 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `DOW Future`, - Spread: 0.01, - Open: 17711, - Price: 17733.41, - Buy: 17712.15, - Sell: 17712.16, - Change: 21.26, - ChangePercent: 0.12, - Volume: 22236, - High: 17727, - Low: 17642, - YearlyHigh: 18083, - YearlyLow: 15299, - YearlyStart: 16691, - YearlyChange: 6.12, - Settlement: `Cash`, - Contract: `Options`, - Region: `Middle East`, - Country: `Iraq`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-04-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 616 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Corn`, - Spread: 0.01, - Open: 379.5, - Price: 376.16, - Buy: 379.8, - Sell: 379.81, - Change: -3.64, - ChangePercent: -0.96, - Volume: 11266, - High: 381, - Low: 377.75, - YearlyHigh: 471.25, - YearlyLow: 351.25, - YearlyStart: 411.25, - YearlyChange: -7.65, - Settlement: `Credit`, - Contract: `Swap`, - Region: `North America`, - Country: `Canada`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-05-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 617 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P Future`, - Spread: 0.01, - Open: 2057.5, - Price: 2068.12, - Buy: 2056.6, - Sell: 2056.61, - Change: 11.52, - ChangePercent: 0.56, - Volume: 142780, - High: 2059.5, - Low: 2049, - YearlyHigh: 2105.5, - YearlyLow: 1794.5, - YearlyStart: 1950, - YearlyChange: 5.47, - Settlement: `Loan`, - Contract: `CFD`, - Region: `Asia Pacific`, - Country: `Korea`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-09-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 618 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `OJ Future`, - Spread: 0.01, - Open: 140.6, - Price: 141.03, - Buy: 140.18, - Sell: 140.19, - Change: 0.84, - ChangePercent: 0.6, - Volume: 7, - High: 140.19, - Low: 0, - YearlyHigh: 155.95, - YearlyLow: 113, - YearlyStart: 134.47, - YearlyChange: 4.25, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Asia Pacific`, - Country: `Taiwan`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `FedEx`, - Maturity: `2022-04-27`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 619 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Coal`, - Spread: 0.015, - Open: 0.4363, - Price: 0.42, - Buy: 0.44, - Sell: 0.44, - Change: 0, - ChangePercent: 1.4, - Volume: 3, - High: 0.44, - Low: 0.44, - YearlyHigh: 0.48, - YearlyLow: 0.4, - YearlyStart: 0.44, - YearlyChange: -5.33, - Settlement: `Cash`, - Contract: `Swap`, - Region: `North America`, - Country: `United States`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-05-27`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 620 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `OJ Future`, - Spread: 0.01, - Open: 140.6, - Price: 139.46, - Buy: 140.18, - Sell: 140.19, - Change: -0.73, - ChangePercent: -0.52, - Volume: 7, - High: 140.19, - Low: 0, - YearlyHigh: 155.95, - YearlyLow: 113, - YearlyStart: 134.47, - YearlyChange: 4.25, - Settlement: `Loan`, - Contract: `Forwards`, - Region: `North America`, - Country: `United States`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-01-21`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 621 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Coffee`, - Spread: 0.01, - Open: 125.7, - Price: 125.59, - Buy: 125.7, - Sell: 125.7, - Change: -0.1, - ChangePercent: -0.08, - Volume: 1654, - High: 125.8, - Low: 125, - YearlyHigh: 155.75, - YearlyLow: 115.35, - YearlyStart: 135.55, - YearlyChange: -7.27, - Settlement: `Loan`, - Contract: `Futures`, - Region: `Asia Pacific`, - Country: `New Zealand`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-04-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 622 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Corn`, - Spread: 0.01, - Open: 379.5, - Price: 376.16, - Buy: 379.8, - Sell: 379.81, - Change: -3.64, - ChangePercent: -0.96, - Volume: 11266, - High: 381, - Low: 377.75, - YearlyHigh: 471.25, - YearlyLow: 351.25, - YearlyStart: 411.25, - YearlyChange: -7.65, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Middle East`, - Country: `Saudi Arabia`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-09-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 623 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `US 10YR Future`, - Spread: 0.01, - Open: 130.5625, - Price: 131.57, - Buy: 130.56, - Sell: 130.56, - Change: 0.99, - ChangePercent: 0.76, - Volume: 189310, - High: 130.63, - Low: 130.44, - YearlyHigh: 132.64, - YearlyLow: 125.48, - YearlyStart: 129.06, - YearlyChange: 1.18, - Settlement: `Cash`, - Contract: `Options`, - Region: `Africa`, - Country: `Algeria`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-06-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 624 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soybean`, - Spread: 0.01, - Open: 1038, - Price: 1019.51, - Buy: 1038.61, - Sell: 1038.62, - Change: -19.11, - ChangePercent: -1.84, - Volume: 20356, - High: 1044, - Low: 1031.75, - YearlyHigh: 1057, - YearlyLow: 859.5, - YearlyStart: 958.25, - YearlyChange: 8.39, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Africa`, - Country: `Ethiopia`, - Risk: `Low`, - Sector: `Government`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `American Airlines`, - Maturity: `2022-08-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 625 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Diesel`, - Spread: 0.015, - Open: 1.3474, - Price: 1.34, - Buy: 1.35, - Sell: 1.35, - Change: -0.02, - ChangePercent: -0.96, - Volume: 2971, - High: 1.36, - Low: 1.34, - YearlyHigh: 2.11, - YearlyLow: 0.92, - YearlyStart: 1.51, - YearlyChange: -10.4, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Europe`, - Country: `United Kingdom`, - Risk: `High`, - Sector: `Private`, - Currency: `PLN`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-08-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 626 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Cocoa`, - Spread: 0.01, - Open: 3076, - Price: 3124.02, - Buy: 3076, - Sell: 3076, - Change: 47.99, - ChangePercent: 1.56, - Volume: 978, - High: 3078, - Low: 3066, - YearlyHigh: 3406, - YearlyLow: 2746, - YearlyStart: 3076, - YearlyChange: 0, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Middle East`, - Country: `Qatar`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `FedEx`, - Maturity: `2022-04-22`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 627 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Oil`, - Spread: 0.015, - Open: 45.54, - Price: 45.02, - Buy: 45.78, - Sell: 45.8, - Change: -0.77, - ChangePercent: -1.68, - Volume: 107196, - High: 45.94, - Low: 45, - YearlyHigh: 65.28, - YearlyLow: 30.79, - YearlyStart: 48.03, - YearlyChange: -4.67, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Africa`, - Country: `Tunisia`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `American Airlines`, - Maturity: `2022-03-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 628 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Coal`, - Spread: 0.015, - Open: 0.4363, - Price: 0.42, - Buy: 0.44, - Sell: 0.44, - Change: 0, - ChangePercent: 0.72, - Volume: 3, - High: 0.44, - Low: 0.44, - YearlyHigh: 0.48, - YearlyLow: 0.4, - YearlyStart: 0.44, - YearlyChange: -5.33, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `South America`, - Country: `Argentina`, - Risk: `High`, - Sector: `Public`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-03-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 629 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `GBP/USD`, - Spread: 0.02, - Open: 1.4464, - Price: 1.2, - Buy: 1.18, - Sell: 1.2, - Change: 0.01, - ChangePercent: 0.72, - Volume: 29450, - High: 1.45, - Low: 1.19, - YearlyHigh: 1.59, - YearlyLow: 1.19, - YearlyStart: 1.49, - YearlyChange: -19.59, - Settlement: `Credit`, - Contract: `CFD`, - Region: `South America`, - Country: `Brazil`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-03-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 630 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Gold`, - Spread: 0.01, - Open: 1281.1, - Price: 1256.65, - Buy: 1280.73, - Sell: 1280.74, - Change: -24.08, - ChangePercent: -1.88, - Volume: 48387, - High: 1289.5, - Low: 1279.1, - YearlyHigh: 1306, - YearlyLow: 1047.2, - YearlyStart: 1176.6, - YearlyChange: 8.85, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Africa`, - Country: `Ethiopia`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-03-21`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 631 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/CAD`, - Spread: 0.02, - Open: 0.7744, - Price: 0.97, - Buy: 0.94, - Sell: 0.96, - Change: 0.02, - ChangePercent: 1.32, - Volume: 13669, - High: 0.95, - Low: 0.77, - YearlyHigh: 0.95, - YearlyLow: 0.68, - YearlyStart: 0.76, - YearlyChange: 26.43, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Asia Pacific`, - Country: `Malaysia`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `Poor`, - Issuer: `American Airlines`, - Maturity: `2022-09-24`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 632 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Natural Gas`, - Spread: 0.02, - Open: 2.094, - Price: 2.09, - Buy: 2.09, - Sell: 2.09, - Change: -0.01, - ChangePercent: -0.6, - Volume: 2783, - High: 2.11, - Low: 2.09, - YearlyHigh: 3.2, - YearlyLow: 1.84, - YearlyStart: 2.52, - YearlyChange: -16.51, - Settlement: `Cash`, - Contract: `CFD`, - Region: `Europe`, - Country: `Sweden`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-03-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 633 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Lumber`, - Spread: 0.01, - Open: 303.9, - Price: 302.89, - Buy: 304.59, - Sell: 304.6, - Change: -1.71, - ChangePercent: -0.56, - Volume: 2, - High: 304.6, - Low: 303.9, - YearlyHigh: 317.1, - YearlyLow: 236, - YearlyStart: 276.55, - YearlyChange: 10.14, - Settlement: `Loan`, - Contract: `Futures`, - Region: `Asia Pacific`, - Country: `Australia`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-08-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 634 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Lumber`, - Spread: 0.01, - Open: 303.9, - Price: 307.89, - Buy: 304.59, - Sell: 304.6, - Change: 3.29, - ChangePercent: 1.08, - Volume: 2, - High: 304.6, - Low: 303.9, - YearlyHigh: 317.1, - YearlyLow: 236, - YearlyStart: 276.55, - YearlyChange: 10.14, - Settlement: `Credit`, - Contract: `Forwards`, - Region: `Middle East`, - Country: `UAE`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-06-11`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 635 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Silver`, - Spread: 0.01, - Open: 17.43, - Price: 17.17, - Buy: 17.43, - Sell: 17.43, - Change: -0.25, - ChangePercent: -1.44, - Volume: 11720, - High: 17.51, - Low: 17.37, - YearlyHigh: 18.06, - YearlyLow: 13.73, - YearlyStart: 15.89, - YearlyChange: 9.59, - Settlement: `Cash`, - Contract: `Options`, - Region: `Europe`, - Country: `Switzerland`, - Risk: `High`, - Sector: `Government`, - Currency: `PLN`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-03-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 636 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `GBP/USD`, - Spread: 0.02, - Open: 1.4464, - Price: 1.2, - Buy: 1.18, - Sell: 1.2, - Change: 0.01, - ChangePercent: 0.32, - Volume: 29450, - High: 1.45, - Low: 1.19, - YearlyHigh: 1.59, - YearlyLow: 1.19, - YearlyStart: 1.49, - YearlyChange: -19.59, - Settlement: `Credit`, - Contract: `Futures`, - Region: `Asia Pacific`, - Country: `Indonesia`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `High`, - Issuer: `FedEx`, - Maturity: `2022-07-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 637 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Oil`, - Spread: 0.015, - Open: 45.54, - Price: 46.41, - Buy: 45.78, - Sell: 45.8, - Change: 0.62, - ChangePercent: 1.36, - Volume: 107196, - High: 45.94, - Low: 45, - YearlyHigh: 65.28, - YearlyLow: 30.79, - YearlyStart: 48.03, - YearlyChange: -4.67, - Settlement: `Credit`, - Contract: `Forwards`, - Region: `Africa`, - Country: `South Africa`, - Risk: `Low`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-03-22`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 638 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `Lean Hogs`, - Spread: 0.01, - Open: 81.275, - Price: 81.91, - Buy: 81.81, - Sell: 81.82, - Change: 0.1, - ChangePercent: 0.12, - Volume: 1, - High: 81.81, - Low: 81.28, - YearlyHigh: 83.98, - YearlyLow: 70.25, - YearlyStart: 77.11, - YearlyChange: 6.09, - Settlement: `Credit`, - Contract: `CFD`, - Region: `Middle East`, - Country: `Syria`, - Risk: `Low`, - Sector: `Public`, - Currency: `PLN`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-08-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 639 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `US 30YR Future`, - Spread: 0.01, - Open: 164.875, - Price: 164.16, - Buy: 164.15, - Sell: 164.16, - Change: 0, - ChangePercent: 0, - Volume: 28012, - High: 165.25, - Low: 164.04, - YearlyHigh: 169.38, - YearlyLow: 151.47, - YearlyStart: 160.43, - YearlyChange: 2.33, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Europe`, - Country: `Spain`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-03-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 640 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P 600 MINI`, - Spread: 0.01, - Open: 687.9, - Price: 690.91, - Buy: 687.9, - Sell: 687.9, - Change: 3.03, - ChangePercent: 0.44, - Volume: 0, - High: 0, - Low: 0, - YearlyHigh: 620.32, - YearlyLow: 595.9, - YearlyStart: 608.11, - YearlyChange: 13.12, - Settlement: `Credit`, - Contract: `Futures`, - Region: `Middle East`, - Country: `Oman`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-03-24`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 641 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `DOW Future`, - Spread: 0.01, - Open: 17711, - Price: 17924.7, - Buy: 17712.15, - Sell: 17712.16, - Change: 212.55, - ChangePercent: 1.2, - Volume: 22236, - High: 17727, - Low: 17642, - YearlyHigh: 18083, - YearlyLow: 15299, - YearlyStart: 16691, - YearlyChange: 6.12, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Middle East`, - Country: `Syria`, - Risk: `High`, - Sector: `Private`, - Currency: `PLN`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-02-24`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 642 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/CHF`, - Spread: 0.02, - Open: 1.0337, - Price: 1.04, - Buy: 1.03, - Sell: 1.03, - Change: 0, - ChangePercent: -0.36, - Volume: 5550, - High: 1.03, - Low: 1.03, - YearlyHigh: 1.11, - YearlyLow: 0.98, - YearlyStart: 1.04, - YearlyChange: -0.12, - Settlement: `Cash`, - Contract: `Options`, - Region: `Middle East`, - Country: `Oman`, - Risk: `Low`, - Sector: `Public`, - Currency: `USD`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-08-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 643 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `OJ Future`, - Spread: 0.01, - Open: 140.6, - Price: 141.65, - Buy: 140.18, - Sell: 140.19, - Change: 1.46, - ChangePercent: 1.04, - Volume: 7, - High: 140.19, - Low: 0, - YearlyHigh: 155.95, - YearlyLow: 113, - YearlyStart: 134.47, - YearlyChange: 4.25, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Africa`, - Country: `Senegal`, - Risk: `High`, - Sector: `Private`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-06-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 644 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P MID MINI`, - Spread: 0.01, - Open: 1454.3, - Price: 1473.25, - Buy: 1455.78, - Sell: 1455.79, - Change: 17.47, - ChangePercent: 1.2, - Volume: 338, - High: 1455.78, - Low: 1448, - YearlyHigh: 1527.3, - YearlyLow: 1236, - YearlyStart: 1381.65, - YearlyChange: 5.37, - Settlement: `Loan`, - Contract: `Options`, - Region: `Asia Pacific`, - Country: `China`, - Risk: `High`, - Sector: `Government`, - Currency: `PLN`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-03-11`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 645 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `Euro$ 3M`, - Spread: 0.01, - Open: 99.18, - Price: 98.06, - Buy: 99.18, - Sell: 99.18, - Change: -1.11, - ChangePercent: -1.12, - Volume: 29509, - High: 99.18, - Low: 99.17, - YearlyHigh: 99.38, - YearlyLow: 98.41, - YearlyStart: 98.89, - YearlyChange: 0.28, - Settlement: `Cash`, - Contract: `Options`, - Region: `Asia Pacific`, - Country: `Azerbaijan`, - Risk: `Low`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-05-21`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 646 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Uranium`, - Spread: 0.02, - Open: 27.55, - Price: 27.72, - Buy: 27.55, - Sell: 27.55, - Change: 0.14, - ChangePercent: 0.52, - Volume: 12, - High: 27.55, - Low: 27.55, - YearlyHigh: 29.32, - YearlyLow: 21.28, - YearlyStart: 25.3, - YearlyChange: 9.01, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Asia Pacific`, - Country: `Indonesia`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-05-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 647 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/CAD`, - Spread: 0.02, - Open: 0.7744, - Price: 0.97, - Buy: 0.94, - Sell: 0.96, - Change: 0.02, - ChangePercent: 1.96, - Volume: 13669, - High: 0.95, - Low: 0.77, - YearlyHigh: 0.95, - YearlyLow: 0.68, - YearlyStart: 0.76, - YearlyChange: 26.43, - Settlement: `Loan`, - Contract: `CFD`, - Region: `Europe`, - Country: `Slovakia`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-03-16`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 648 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Ethanol`, - Spread: 0.01, - Open: 1.512, - Price: 2.77, - Buy: 2.75, - Sell: 2.76, - Change: 0.02, - ChangePercent: 0.64, - Volume: 14, - High: 2.75, - Low: 1.12, - YearlyHigh: 2.75, - YearlyLow: 1.12, - YearlyStart: 1.48, - YearlyChange: 86.7, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Africa`, - Country: `Senegal`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-03-22`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 649 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Diesel`, - Spread: 0.015, - Open: 1.3474, - Price: 1.34, - Buy: 1.35, - Sell: 1.35, - Change: -0.02, - ChangePercent: -1.08, - Volume: 2971, - High: 1.36, - Low: 1.34, - YearlyHigh: 2.11, - YearlyLow: 0.92, - YearlyStart: 1.51, - YearlyChange: -10.4, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Middle East`, - Country: `Qatar`, - Risk: `High`, - Sector: `Public`, - Currency: `USD`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-09-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 650 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P MID MINI`, - Spread: 0.01, - Open: 1454.3, - Price: 1460.44, - Buy: 1455.78, - Sell: 1455.79, - Change: 4.66, - ChangePercent: 0.32, - Volume: 338, - High: 1455.78, - Low: 1448, - YearlyHigh: 1527.3, - YearlyLow: 1236, - YearlyStart: 1381.65, - YearlyChange: 5.37, - Settlement: `Cash`, - Contract: `CFD`, - Region: `Asia Pacific`, - Country: `China`, - Risk: `High`, - Sector: `Private`, - Currency: `PLN`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-08-21`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 651 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Oats`, - Spread: 0.01, - Open: 194.5, - Price: 195.07, - Buy: 194.21, - Sell: 194.22, - Change: 0.85, - ChangePercent: 0.44, - Volume: 64, - High: 195.75, - Low: 194, - YearlyHigh: 241.25, - YearlyLow: 183.75, - YearlyStart: 212.5, - YearlyChange: -8.6, - Settlement: `Cash`, - Contract: `Options`, - Region: `Asia Pacific`, - Country: `Hong Kong`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-01-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 652 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Palladium`, - Spread: 0.01, - Open: 600.55, - Price: 608.45, - Buy: 601, - Sell: 601.01, - Change: 7.45, - ChangePercent: 1.24, - Volume: 651, - High: 607.2, - Low: 598.4, - YearlyHigh: 690, - YearlyLow: 458.6, - YearlyStart: 574.3, - YearlyChange: 4.65, - Settlement: `Loan`, - Contract: `Futures`, - Region: `Asia Pacific`, - Country: `Japan`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `High`, - Issuer: `American Airlines`, - Maturity: `2022-02-16`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 653 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Natural Gas`, - Spread: 0.02, - Open: 2.094, - Price: 2.09, - Buy: 2.09, - Sell: 2.09, - Change: -0.01, - ChangePercent: -0.84, - Volume: 2783, - High: 2.11, - Low: 2.09, - YearlyHigh: 3.2, - YearlyLow: 1.84, - YearlyStart: 2.52, - YearlyChange: -16.51, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Africa`, - Country: `Senegal`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `FedEx`, - Maturity: `2022-01-24`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 654 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Ethanol`, - Spread: 0.01, - Open: 1.512, - Price: 2.75, - Buy: 2.75, - Sell: 2.76, - Change: 0, - ChangePercent: -0.28, - Volume: 14, - High: 2.75, - Low: 1.12, - YearlyHigh: 2.75, - YearlyLow: 1.12, - YearlyStart: 1.48, - YearlyChange: 86.7, - Settlement: `Credit`, - Contract: `Options`, - Region: `South America`, - Country: `Brazil`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-05-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 655 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `NAS Future`, - Spread: 0.01, - Open: 4341.25, - Price: 4285.71, - Buy: 4341.25, - Sell: 4341.25, - Change: -55.57, - ChangePercent: -1.28, - Volume: 18259, - High: 4347, - Low: 4318, - YearlyHigh: 4719.75, - YearlyLow: 3867.75, - YearlyStart: 4293.75, - YearlyChange: 1.11, - Settlement: `Credit`, - Contract: `Forwards`, - Region: `Africa`, - Country: `Libya`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-08-27`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 656 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Coffee`, - Spread: 0.01, - Open: 125.7, - Price: 123.83, - Buy: 125.7, - Sell: 125.7, - Change: -1.86, - ChangePercent: -1.48, - Volume: 1654, - High: 125.8, - Low: 125, - YearlyHigh: 155.75, - YearlyLow: 115.35, - YearlyStart: 135.55, - YearlyChange: -7.27, - Settlement: `Loan`, - Contract: `Forwards`, - Region: `Asia Pacific`, - Country: `Japan`, - Risk: `High`, - Sector: `Private`, - Currency: `PLN`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-04-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 657 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Platinum`, - Spread: 0.01, - Open: 1071.6, - Price: 1051.82, - Buy: 1071.09, - Sell: 1071.1, - Change: -19.28, - ChangePercent: -1.8, - Volume: 3039, - High: 1081.2, - Low: 1070.5, - YearlyHigh: 1120.6, - YearlyLow: 812.4, - YearlyStart: 966.5, - YearlyChange: 10.82, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Africa`, - Country: `Tunisia`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `High`, - Issuer: `American Airlines`, - Maturity: `2022-03-16`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 658 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soy Meat`, - Spread: 0.01, - Open: 342.6, - Price: 339.74, - Buy: 342.6, - Sell: 342.6, - Change: -2.88, - ChangePercent: -0.84, - Volume: 5646, - High: 345.4, - Low: 340.3, - YearlyHigh: 353.4, - YearlyLow: 261.7, - YearlyStart: 307.55, - YearlyChange: 11.4, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Africa`, - Country: `South Africa`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `High`, - Issuer: `American Airlines`, - Maturity: `2022-04-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 659 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `US 10YR Future`, - Spread: 0.01, - Open: 130.5625, - Price: 128.08, - Buy: 130.56, - Sell: 130.56, - Change: -2.5, - ChangePercent: -1.92, - Volume: 189310, - High: 130.63, - Low: 130.44, - YearlyHigh: 132.64, - YearlyLow: 125.48, - YearlyStart: 129.06, - YearlyChange: 1.18, - Settlement: `Cash`, - Contract: `CFD`, - Region: `Asia Pacific`, - Country: `Indonesia`, - Risk: `Low`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-06-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 660 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Cotton`, - Spread: 0.01, - Open: 61.77, - Price: 62.77, - Buy: 61.77, - Sell: 61.77, - Change: 1.01, - ChangePercent: 1.64, - Volume: 3612, - High: 62.06, - Low: 61.32, - YearlyHigh: 67.59, - YearlyLow: 54.33, - YearlyStart: 60.96, - YearlyChange: 1.31, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Middle East`, - Country: `Qatar`, - Risk: `Low`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-05-22`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 661 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `NAS Future`, - Spread: 0.01, - Open: 4341.25, - Price: 4372.54, - Buy: 4341.25, - Sell: 4341.25, - Change: 31.26, - ChangePercent: 0.72, - Volume: 18259, - High: 4347, - Low: 4318, - YearlyHigh: 4719.75, - YearlyLow: 3867.75, - YearlyStart: 4293.75, - YearlyChange: 1.11, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Africa`, - Country: `Egypt`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-02-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 662 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Gold`, - Spread: 0.01, - Open: 1281.1, - Price: 1303.78, - Buy: 1280.73, - Sell: 1280.74, - Change: 23.05, - ChangePercent: 1.8, - Volume: 48387, - High: 1289.5, - Low: 1279.1, - YearlyHigh: 1306, - YearlyLow: 1047.2, - YearlyStart: 1176.6, - YearlyChange: 8.85, - Settlement: `Credit`, - Contract: `Futures`, - Region: `Africa`, - Country: `Morocco`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `High`, - Issuer: `FedEx`, - Maturity: `2022-06-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 663 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Wheat`, - Spread: 0.01, - Open: 465.5, - Price: 466.26, - Buy: 465.5, - Sell: 465.5, - Change: 0.74, - ChangePercent: 0.16, - Volume: 4318, - High: 467, - Low: 463.25, - YearlyHigh: 628.5, - YearlyLow: 449.5, - YearlyStart: 539, - YearlyChange: -13.63, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `South America`, - Country: `Guyana`, - Risk: `Low`, - Sector: `Public`, - Currency: `PLN`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-09-19`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 664 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Cocoa`, - Spread: 0.01, - Open: 3076, - Price: 3082.18, - Buy: 3076, - Sell: 3076, - Change: 6.15, - ChangePercent: 0.2, - Volume: 978, - High: 3078, - Low: 3066, - YearlyHigh: 3406, - YearlyLow: 2746, - YearlyStart: 3076, - YearlyChange: 0, - Settlement: `Cash`, - Contract: `Options`, - Region: `Africa`, - Country: `South Africa`, - Risk: `High`, - Sector: `Private`, - Currency: `PLN`, - Security: `High`, - Issuer: `FedEx`, - Maturity: `2022-06-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 665 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Oil`, - Spread: 0.015, - Open: 45.54, - Price: 46.12, - Buy: 45.78, - Sell: 45.8, - Change: 0.33, - ChangePercent: 0.72, - Volume: 107196, - High: 45.94, - Low: 45, - YearlyHigh: 65.28, - YearlyLow: 30.79, - YearlyStart: 48.03, - YearlyChange: -4.67, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Africa`, - Country: `Senegal`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-02-23`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 666 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `DOW Future`, - Spread: 0.01, - Open: 17711, - Price: 17995.55, - Buy: 17712.15, - Sell: 17712.16, - Change: 283.4, - ChangePercent: 1.6, - Volume: 22236, - High: 17727, - Low: 17642, - YearlyHigh: 18083, - YearlyLow: 15299, - YearlyStart: 16691, - YearlyChange: 6.12, - Settlement: `Credit`, - Contract: `Futures`, - Region: `Europe`, - Country: `Romania`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-06-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 667 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Corn`, - Spread: 0.01, - Open: 379.5, - Price: 384.82, - Buy: 379.8, - Sell: 379.81, - Change: 5.02, - ChangePercent: 1.32, - Volume: 11266, - High: 381, - Low: 377.75, - YearlyHigh: 471.25, - YearlyLow: 351.25, - YearlyStart: 411.25, - YearlyChange: -7.65, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Europe`, - Country: `Romania`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-04-16`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 668 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `FD Cattle`, - Spread: 0.01, - Open: 147.175, - Price: 148.78, - Buy: 148.6, - Sell: 148.61, - Change: 0.17, - ChangePercent: 0.12, - Volume: 5, - High: 148.61, - Low: 147.18, - YearlyHigh: 190, - YearlyLow: 138.1, - YearlyStart: 164.05, - YearlyChange: -9.41, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Asia Pacific`, - Country: `Korea`, - Risk: `Low`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-07-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 669 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `LV Cattle`, - Spread: 0.01, - Open: 120.725, - Price: 121.43, - Buy: 120.72, - Sell: 120.72, - Change: 0.73, - ChangePercent: 0.6, - Volume: 4, - High: 120.72, - Low: 120.72, - YearlyHigh: 147.98, - YearlyLow: 113.9, - YearlyStart: 130.94, - YearlyChange: -7.82, - Settlement: `Cash`, - Contract: `Options`, - Region: `Europe`, - Country: `Italy`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-03-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 670 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Palladium`, - Spread: 0.01, - Open: 600.55, - Price: 610.14, - Buy: 601, - Sell: 601.01, - Change: 9.14, - ChangePercent: 1.52, - Volume: 651, - High: 607.2, - Low: 598.4, - YearlyHigh: 690, - YearlyLow: 458.6, - YearlyStart: 574.3, - YearlyChange: 4.65, - Settlement: `Loan`, - Contract: `Forwards`, - Region: `North America`, - Country: `Mexico`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-05-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 671 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `AUD/USD`, - Spread: 0.02, - Open: 0.7344, - Price: 0.76, - Buy: 0.73, - Sell: 0.73, - Change: 0.02, - ChangePercent: 1.8, - Volume: 36764, - High: 0.74, - Low: 0.73, - YearlyHigh: 0.79, - YearlyLow: 0.68, - YearlyStart: 0.73, - YearlyChange: 1.28, - Settlement: `Credit`, - Contract: `Futures`, - Region: `Africa`, - Country: `Libya`, - Risk: `High`, - Sector: `Public`, - Currency: `USD`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-02-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 672 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `AUD/USD`, - Spread: 0.02, - Open: 0.7344, - Price: 0.76, - Buy: 0.73, - Sell: 0.73, - Change: 0.02, - ChangePercent: 1.88, - Volume: 36764, - High: 0.74, - Low: 0.73, - YearlyHigh: 0.79, - YearlyLow: 0.68, - YearlyStart: 0.73, - YearlyChange: 1.28, - Settlement: `Loan`, - Contract: `Futures`, - Region: `Africa`, - Country: `Cameroon`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `High`, - Issuer: `FedEx`, - Maturity: `2022-06-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 673 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Silver`, - Spread: 0.01, - Open: 17.43, - Price: 17.58, - Buy: 17.43, - Sell: 17.43, - Change: 0.16, - ChangePercent: 0.92, - Volume: 11720, - High: 17.51, - Low: 17.37, - YearlyHigh: 18.06, - YearlyLow: 13.73, - YearlyStart: 15.89, - YearlyChange: 9.59, - Settlement: `Loan`, - Contract: `Futures`, - Region: `Europe`, - Country: `Germany`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-02-27`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 674 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soy oil`, - Spread: 0.01, - Open: 33.26, - Price: 33.7, - Buy: 33.77, - Sell: 33.78, - Change: -0.07, - ChangePercent: -0.2, - Volume: 10592, - High: 33.77, - Low: 33.06, - YearlyHigh: 35.43, - YearlyLow: 26.61, - YearlyStart: 31.02, - YearlyChange: 8.87, - Settlement: `Loan`, - Contract: `Futures`, - Region: `Africa`, - Country: `Cameroon`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-05-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 675 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Corn`, - Spread: 0.01, - Open: 379.5, - Price: 377.52, - Buy: 379.8, - Sell: 379.81, - Change: -2.28, - ChangePercent: -0.6, - Volume: 11266, - High: 381, - Low: 377.75, - YearlyHigh: 471.25, - YearlyLow: 351.25, - YearlyStart: 411.25, - YearlyChange: -7.65, - Settlement: `Loan`, - Contract: `Forwards`, - Region: `Middle East`, - Country: `Iraq`, - Risk: `Low`, - Sector: `Public`, - Currency: `USD`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-03-10`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 676 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `US 2Y Future`, - Spread: 0.01, - Open: 109.3984, - Price: 110.18, - Buy: 109.4, - Sell: 109.4, - Change: 0.79, - ChangePercent: 0.72, - Volume: 17742, - High: 109.41, - Low: 109.38, - YearlyHigh: 109.8, - YearlyLow: 108.62, - YearlyStart: 109.21, - YearlyChange: 0.16, - Settlement: `Cash`, - Contract: `Options`, - Region: `Middle East`, - Country: `Iraq`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-05-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 677 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/JPY`, - Spread: 0.02, - Open: 9275.5, - Price: 9336.71, - Buy: 9277.32, - Sell: 9277.34, - Change: 59.38, - ChangePercent: 0.64, - Volume: 47734, - High: 9277.33, - Low: 0.93, - YearlyHigh: 9483, - YearlyLow: 0.93, - YearlyStart: 4741.97, - YearlyChange: 95.64, - Settlement: `Credit`, - Contract: `Options`, - Region: `Europe`, - Country: `Czechia`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-08-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 678 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soy Meat`, - Spread: 0.01, - Open: 342.6, - Price: 348.65, - Buy: 342.6, - Sell: 342.6, - Change: 6.03, - ChangePercent: 1.76, - Volume: 5646, - High: 345.4, - Low: 340.3, - YearlyHigh: 353.4, - YearlyLow: 261.7, - YearlyStart: 307.55, - YearlyChange: 11.4, - Settlement: `Credit`, - Contract: `Futures`, - Region: `Middle East`, - Country: `Iraq`, - Risk: `Low`, - Sector: `Government`, - Currency: `USD`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-02-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 679 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `US 30YR Future`, - Spread: 0.01, - Open: 164.875, - Price: 164.75, - Buy: 164.15, - Sell: 164.16, - Change: 0.59, - ChangePercent: 0.36, - Volume: 28012, - High: 165.25, - Low: 164.04, - YearlyHigh: 169.38, - YearlyLow: 151.47, - YearlyStart: 160.43, - YearlyChange: 2.33, - Settlement: `Credit`, - Contract: `CFD`, - Region: `Asia Pacific`, - Country: `Japan`, - Risk: `Low`, - Sector: `Public`, - Currency: `PLN`, - Security: `High`, - Issuer: `FedEx`, - Maturity: `2022-08-21`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 680 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `LV Cattle`, - Spread: 0.01, - Open: 120.725, - Price: 123.02, - Buy: 120.72, - Sell: 120.72, - Change: 2.31, - ChangePercent: 1.92, - Volume: 4, - High: 120.72, - Low: 120.72, - YearlyHigh: 147.98, - YearlyLow: 113.9, - YearlyStart: 130.94, - YearlyChange: -7.82, - Settlement: `Loan`, - Contract: `Futures`, - Region: `Europe`, - Country: `Hungary`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-07-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 681 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P 600 MINI`, - Spread: 0.01, - Open: 687.9, - Price: 679.08, - Buy: 687.9, - Sell: 687.9, - Change: -8.8, - ChangePercent: -1.28, - Volume: 0, - High: 0, - Low: 0, - YearlyHigh: 620.32, - YearlyLow: 595.9, - YearlyStart: 608.11, - YearlyChange: 13.12, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Middle East`, - Country: `Lebanon`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-07-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 682 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P Future`, - Spread: 0.01, - Open: 2057.5, - Price: 2031.1, - Buy: 2056.6, - Sell: 2056.61, - Change: -25.5, - ChangePercent: -1.24, - Volume: 142780, - High: 2059.5, - Low: 2049, - YearlyHigh: 2105.5, - YearlyLow: 1794.5, - YearlyStart: 1950, - YearlyChange: 5.47, - Settlement: `Loan`, - Contract: `Options`, - Region: `Middle East`, - Country: `Saudi Arabia`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-02-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 683 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Silver`, - Spread: 0.01, - Open: 17.43, - Price: 17.17, - Buy: 17.43, - Sell: 17.43, - Change: -0.25, - ChangePercent: -1.44, - Volume: 11720, - High: 17.51, - Low: 17.37, - YearlyHigh: 18.06, - YearlyLow: 13.73, - YearlyStart: 15.89, - YearlyChange: 9.59, - Settlement: `Loan`, - Contract: `Options`, - Region: `North America`, - Country: `United States`, - Risk: `High`, - Sector: `Private`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-01-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 684 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `AUD/USD`, - Spread: 0.02, - Open: 0.7344, - Price: 0.76, - Buy: 0.73, - Sell: 0.73, - Change: 0.02, - ChangePercent: 1.68, - Volume: 36764, - High: 0.74, - Low: 0.73, - YearlyHigh: 0.79, - YearlyLow: 0.68, - YearlyStart: 0.73, - YearlyChange: 1.28, - Settlement: `Cash`, - Contract: `Options`, - Region: `Africa`, - Country: `Tunisia`, - Risk: `Low`, - Sector: `Public`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-07-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 685 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Cocoa`, - Spread: 0.01, - Open: 3076, - Price: 3116.63, - Buy: 3076, - Sell: 3076, - Change: 40.6, - ChangePercent: 1.32, - Volume: 978, - High: 3078, - Low: 3066, - YearlyHigh: 3406, - YearlyLow: 2746, - YearlyStart: 3076, - YearlyChange: 0, - Settlement: `Loan`, - Contract: `Futures`, - Region: `Asia Pacific`, - Country: `China`, - Risk: `Low`, - Sector: `Public`, - Currency: `USD`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-02-21`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 686 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Coal`, - Spread: 0.015, - Open: 0.4363, - Price: 0.42, - Buy: 0.44, - Sell: 0.44, - Change: 0, - ChangePercent: 0.72, - Volume: 3, - High: 0.44, - Low: 0.44, - YearlyHigh: 0.48, - YearlyLow: 0.4, - YearlyStart: 0.44, - YearlyChange: -5.33, - Settlement: `Cash`, - Contract: `CFD`, - Region: `Europe`, - Country: `Greece`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-02-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 687 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Gold`, - Spread: 0.01, - Open: 1281.1, - Price: 1278.17, - Buy: 1280.73, - Sell: 1280.74, - Change: -2.56, - ChangePercent: -0.2, - Volume: 48387, - High: 1289.5, - Low: 1279.1, - YearlyHigh: 1306, - YearlyLow: 1047.2, - YearlyStart: 1176.6, - YearlyChange: 8.85, - Settlement: `Loan`, - Contract: `Futures`, - Region: `Africa`, - Country: `Libya`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-03-23`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 688 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `BTC/USD`, - Spread: 0.06, - Open: 93.88, - Price: 20589.16, - Buy: 21200.76, - Sell: 21400.78, - Change: -411.61, - ChangePercent: -1.96, - Volume: 5788000, - High: 22400.05, - Low: 20100.75, - YearlyHigh: 62400.7, - YearlyLow: 15100.88, - YearlyStart: 21200.29, - YearlyChange: -20.62, - Settlement: `Credit`, - Contract: `Forwards`, - Region: `Asia Pacific`, - Country: `Australia`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-05-23`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 689 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Natural Gas`, - Spread: 0.02, - Open: 2.094, - Price: 2.08, - Buy: 2.09, - Sell: 2.09, - Change: -0.02, - ChangePercent: -1.32, - Volume: 2783, - High: 2.11, - Low: 2.09, - YearlyHigh: 3.2, - YearlyLow: 1.84, - YearlyStart: 2.52, - YearlyChange: -16.51, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Europe`, - Country: `Switzerland`, - Risk: `Low`, - Sector: `Public`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-06-19`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 690 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `OJ Future`, - Spread: 0.01, - Open: 140.6, - Price: 141.76, - Buy: 140.18, - Sell: 140.19, - Change: 1.57, - ChangePercent: 1.12, - Volume: 7, - High: 140.19, - Low: 0, - YearlyHigh: 155.95, - YearlyLow: 113, - YearlyStart: 134.47, - YearlyChange: 4.25, - Settlement: `Credit`, - Contract: `Options`, - Region: `Middle East`, - Country: `Jordan`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-02-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 691 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Copper`, - Spread: 0.02, - Open: 2.123, - Price: 2.08, - Buy: 2.12, - Sell: 2.12, - Change: -0.03, - ChangePercent: -1.56, - Volume: 28819, - High: 2.16, - Low: 2.11, - YearlyHigh: 2.94, - YearlyLow: 1.96, - YearlyStart: 2.45, - YearlyChange: -13.76, - Settlement: `Cash`, - Contract: `CFD`, - Region: `Asia Pacific`, - Country: `Hong Kong`, - Risk: `Low`, - Sector: `Public`, - Currency: `USD`, - Security: `Poor`, - Issuer: `American Airlines`, - Maturity: `2022-06-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 692 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Palladium`, - Spread: 0.01, - Open: 600.55, - Price: 599.8, - Buy: 601, - Sell: 601.01, - Change: -1.2, - ChangePercent: -0.2, - Volume: 651, - High: 607.2, - Low: 598.4, - YearlyHigh: 690, - YearlyLow: 458.6, - YearlyStart: 574.3, - YearlyChange: 4.65, - Settlement: `Credit`, - Contract: `Options`, - Region: `Asia Pacific`, - Country: `India`, - Risk: `Low`, - Sector: `Government`, - Currency: `PLN`, - Security: `High`, - Issuer: `FedEx`, - Maturity: `2022-04-24`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 693 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soy Meat`, - Spread: 0.01, - Open: 342.6, - Price: 337.96, - Buy: 342.6, - Sell: 342.6, - Change: -4.66, - ChangePercent: -1.36, - Volume: 5646, - High: 345.4, - Low: 340.3, - YearlyHigh: 353.4, - YearlyLow: 261.7, - YearlyStart: 307.55, - YearlyChange: 11.4, - Settlement: `Cash`, - Contract: `CFD`, - Region: `Asia Pacific`, - Country: `India`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-03-21`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 694 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `US 30YR Future`, - Spread: 0.01, - Open: 164.875, - Price: 164.09, - Buy: 164.15, - Sell: 164.16, - Change: -0.07, - ChangePercent: -0.04, - Volume: 28012, - High: 165.25, - Low: 164.04, - YearlyHigh: 169.38, - YearlyLow: 151.47, - YearlyStart: 160.43, - YearlyChange: 2.33, - Settlement: `Credit`, - Contract: `Futures`, - Region: `Africa`, - Country: `Ethiopia`, - Risk: `Low`, - Sector: `Public`, - Currency: `PLN`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-05-11`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 695 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soy oil`, - Spread: 0.01, - Open: 33.26, - Price: 33.5, - Buy: 33.77, - Sell: 33.78, - Change: -0.27, - ChangePercent: -0.8, - Volume: 10592, - High: 33.77, - Low: 33.06, - YearlyHigh: 35.43, - YearlyLow: 26.61, - YearlyStart: 31.02, - YearlyChange: 8.87, - Settlement: `Credit`, - Contract: `Options`, - Region: `Africa`, - Country: `Ethiopia`, - Risk: `Low`, - Sector: `Government`, - Currency: `PLN`, - Security: `High`, - Issuer: `FedEx`, - Maturity: `2022-03-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 696 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Gold`, - Spread: 0.01, - Open: 1281.1, - Price: 1257.68, - Buy: 1280.73, - Sell: 1280.74, - Change: -23.05, - ChangePercent: -1.8, - Volume: 48387, - High: 1289.5, - Low: 1279.1, - YearlyHigh: 1306, - YearlyLow: 1047.2, - YearlyStart: 1176.6, - YearlyChange: 8.85, - Settlement: `Loan`, - Contract: `Options`, - Region: `Europe`, - Country: `Italy`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-04-21`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 697 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Milk`, - Spread: 0.01, - Open: 12.87, - Price: 12.98, - Buy: 12.87, - Sell: 12.87, - Change: 0.12, - ChangePercent: 0.96, - Volume: 7, - High: 12.89, - Low: 12.81, - YearlyHigh: 16.96, - YearlyLow: 12.81, - YearlyStart: 14.88, - YearlyChange: -13.6, - Settlement: `Loan`, - Contract: `Forwards`, - Region: `North America`, - Country: `United States`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-05-22`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 698 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `AUD/USD`, - Spread: 0.02, - Open: 0.7344, - Price: 0.75, - Buy: 0.73, - Sell: 0.73, - Change: 0.01, - ChangePercent: 1.32, - Volume: 36764, - High: 0.74, - Low: 0.73, - YearlyHigh: 0.79, - YearlyLow: 0.68, - YearlyStart: 0.73, - YearlyChange: 1.28, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Europe`, - Country: `Czechia`, - Risk: `Low`, - Sector: `Public`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-07-21`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 699 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `FD Cattle`, - Spread: 0.01, - Open: 147.175, - Price: 147.66, - Buy: 148.6, - Sell: 148.61, - Change: -0.95, - ChangePercent: -0.64, - Volume: 5, - High: 148.61, - Low: 147.18, - YearlyHigh: 190, - YearlyLow: 138.1, - YearlyStart: 164.05, - YearlyChange: -9.41, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Africa`, - Country: `Cameroon`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-09-21`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 700 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Gold`, - Spread: 0.01, - Open: 1281.1, - Price: 1299.17, - Buy: 1280.73, - Sell: 1280.74, - Change: 18.44, - ChangePercent: 1.44, - Volume: 48387, - High: 1289.5, - Low: 1279.1, - YearlyHigh: 1306, - YearlyLow: 1047.2, - YearlyStart: 1176.6, - YearlyChange: 8.85, - Settlement: `Cash`, - Contract: `Swap`, - Region: `South America`, - Country: `Ecuador`, - Risk: `High`, - Sector: `Public`, - Currency: `USD`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-07-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 701 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `FD Cattle`, - Spread: 0.01, - Open: 147.175, - Price: 149.44, - Buy: 148.6, - Sell: 148.61, - Change: 0.83, - ChangePercent: 0.56, - Volume: 5, - High: 148.61, - Low: 147.18, - YearlyHigh: 190, - YearlyLow: 138.1, - YearlyStart: 164.05, - YearlyChange: -9.41, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Africa`, - Country: `Senegal`, - Risk: `High`, - Sector: `Public`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-08-23`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 702 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `DOW Future`, - Spread: 0.01, - Open: 17711, - Price: 17535.03, - Buy: 17712.15, - Sell: 17712.16, - Change: -177.12, - ChangePercent: -1, - Volume: 22236, - High: 17727, - Low: 17642, - YearlyHigh: 18083, - YearlyLow: 15299, - YearlyStart: 16691, - YearlyChange: 6.12, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Middle East`, - Country: `Kuwait`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-02-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 703 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `BTC/USD`, - Spread: 0.06, - Open: 93.88, - Price: 21101.58, - Buy: 21200.76, - Sell: 21400.78, - Change: 100.81, - ChangePercent: 0.48, - Volume: 5788000, - High: 22400.05, - Low: 20100.75, - YearlyHigh: 62400.7, - YearlyLow: 15100.88, - YearlyStart: 21200.29, - YearlyChange: -20.62, - Settlement: `Credit`, - Contract: `Options`, - Region: `Middle East`, - Country: `Israel`, - Risk: `High`, - Sector: `Private`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-06-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 704 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Coal`, - Spread: 0.015, - Open: 0.4363, - Price: 0.41, - Buy: 0.44, - Sell: 0.44, - Change: -0.01, - ChangePercent: -0.72, - Volume: 3, - High: 0.44, - Low: 0.44, - YearlyHigh: 0.48, - YearlyLow: 0.4, - YearlyStart: 0.44, - YearlyChange: -5.33, - Settlement: `Loan`, - Contract: `Options`, - Region: `North America`, - Country: `Canada`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-03-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 705 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Sugar`, - Spread: 0.01, - Open: 15.68, - Price: 14.55, - Buy: 14.67, - Sell: 14.68, - Change: -0.12, - ChangePercent: -0.84, - Volume: 4949, - High: 15.7, - Low: 14.67, - YearlyHigh: 16.87, - YearlyLow: 11.37, - YearlyStart: 14.12, - YearlyChange: 3.92, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Middle East`, - Country: `Israel`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-01-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 706 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `BTC/USD`, - Spread: 0.06, - Open: 93.88, - Price: 20656.36, - Buy: 21200.76, - Sell: 21400.78, - Change: -344.41, - ChangePercent: -1.64, - Volume: 5788000, - High: 22400.05, - Low: 20100.75, - YearlyHigh: 62400.7, - YearlyLow: 15100.88, - YearlyStart: 21200.29, - YearlyChange: -20.62, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Europe`, - Country: `Denmark`, - Risk: `High`, - Sector: `Public`, - Currency: `USD`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-02-21`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 707 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soybean`, - Spread: 0.01, - Open: 1038, - Price: 1039.03, - Buy: 1038.61, - Sell: 1038.62, - Change: 0.41, - ChangePercent: 0.04, - Volume: 20356, - High: 1044, - Low: 1031.75, - YearlyHigh: 1057, - YearlyLow: 859.5, - YearlyStart: 958.25, - YearlyChange: 8.39, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `North America`, - Country: `Canada`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-06-21`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 708 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P MID MINI`, - Spread: 0.01, - Open: 1454.3, - Price: 1430.16, - Buy: 1455.78, - Sell: 1455.79, - Change: -25.62, - ChangePercent: -1.76, - Volume: 338, - High: 1455.78, - Low: 1448, - YearlyHigh: 1527.3, - YearlyLow: 1236, - YearlyStart: 1381.65, - YearlyChange: 5.37, - Settlement: `Credit`, - Contract: `Options`, - Region: `South America`, - Country: `Chile`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `High`, - Issuer: `FedEx`, - Maturity: `2022-01-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 709 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soybean`, - Spread: 0.01, - Open: 1038, - Price: 1040.69, - Buy: 1038.61, - Sell: 1038.62, - Change: 2.07, - ChangePercent: 0.2, - Volume: 20356, - High: 1044, - Low: 1031.75, - YearlyHigh: 1057, - YearlyLow: 859.5, - YearlyStart: 958.25, - YearlyChange: 8.39, - Settlement: `Cash`, - Contract: `Options`, - Region: `South America`, - Country: `Guyana`, - Risk: `High`, - Sector: `Government`, - Currency: `USD`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-06-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 710 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `DOW Future`, - Spread: 0.01, - Open: 17711, - Price: 17924.7, - Buy: 17712.15, - Sell: 17712.16, - Change: 212.55, - ChangePercent: 1.2, - Volume: 22236, - High: 17727, - Low: 17642, - YearlyHigh: 18083, - YearlyLow: 15299, - YearlyStart: 16691, - YearlyChange: 6.12, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Middle East`, - Country: `Lebanon`, - Risk: `High`, - Sector: `Public`, - Currency: `USD`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-09-23`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 711 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `LV Cattle`, - Spread: 0.01, - Open: 120.725, - Price: 119.69, - Buy: 120.72, - Sell: 120.72, - Change: -1.02, - ChangePercent: -0.84, - Volume: 4, - High: 120.72, - Low: 120.72, - YearlyHigh: 147.98, - YearlyLow: 113.9, - YearlyStart: 130.94, - YearlyChange: -7.82, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Europe`, - Country: `United Kingdom`, - Risk: `High`, - Sector: `Government`, - Currency: `PLN`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-06-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 712 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `US 30YR Future`, - Spread: 0.01, - Open: 164.875, - Price: 163.3, - Buy: 164.15, - Sell: 164.16, - Change: -0.86, - ChangePercent: -0.52, - Volume: 28012, - High: 165.25, - Low: 164.04, - YearlyHigh: 169.38, - YearlyLow: 151.47, - YearlyStart: 160.43, - YearlyChange: 2.33, - Settlement: `Credit`, - Contract: `Futures`, - Region: `Europe`, - Country: `Portugal`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-02-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 713 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Oats`, - Spread: 0.01, - Open: 194.5, - Price: 194.61, - Buy: 194.21, - Sell: 194.22, - Change: 0.39, - ChangePercent: 0.2, - Volume: 64, - High: 195.75, - Low: 194, - YearlyHigh: 241.25, - YearlyLow: 183.75, - YearlyStart: 212.5, - YearlyChange: -8.6, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Asia Pacific`, - Country: `Thailand`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `Poor`, - Issuer: `American Airlines`, - Maturity: `2022-04-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 714 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Wheat`, - Spread: 0.01, - Open: 465.5, - Price: 468.31, - Buy: 465.5, - Sell: 465.5, - Change: 2.79, - ChangePercent: 0.6, - Volume: 4318, - High: 467, - Low: 463.25, - YearlyHigh: 628.5, - YearlyLow: 449.5, - YearlyStart: 539, - YearlyChange: -13.63, - Settlement: `Cash`, - Contract: `Swap`, - Region: `North America`, - Country: `Mexico`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-01-23`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 715 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Ethanol`, - Spread: 0.01, - Open: 1.512, - Price: 2.71, - Buy: 2.75, - Sell: 2.76, - Change: -0.04, - ChangePercent: -1.44, - Volume: 14, - High: 2.75, - Low: 1.12, - YearlyHigh: 2.75, - YearlyLow: 1.12, - YearlyStart: 1.48, - YearlyChange: 86.7, - Settlement: `Loan`, - Contract: `Futures`, - Region: `Europe`, - Country: `Croatia`, - Risk: `Low`, - Sector: `Government`, - Currency: `USD`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-08-11`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 716 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soybean`, - Spread: 0.01, - Open: 1038, - Price: 1053.16, - Buy: 1038.61, - Sell: 1038.62, - Change: 14.54, - ChangePercent: 1.4, - Volume: 20356, - High: 1044, - Low: 1031.75, - YearlyHigh: 1057, - YearlyLow: 859.5, - YearlyStart: 958.25, - YearlyChange: 8.39, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Africa`, - Country: `Libya`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-05-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 717 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soy Meat`, - Spread: 0.01, - Open: 342.6, - Price: 341.39, - Buy: 342.6, - Sell: 342.6, - Change: -1.23, - ChangePercent: -0.36, - Volume: 5646, - High: 345.4, - Low: 340.3, - YearlyHigh: 353.4, - YearlyLow: 261.7, - YearlyStart: 307.55, - YearlyChange: 11.4, - Settlement: `Cash`, - Contract: `Futures`, - Region: `South America`, - Country: `Brazil`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-04-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 718 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `US 30YR Future`, - Spread: 0.01, - Open: 164.875, - Price: 163.83, - Buy: 164.15, - Sell: 164.16, - Change: -0.33, - ChangePercent: -0.2, - Volume: 28012, - High: 165.25, - Low: 164.04, - YearlyHigh: 169.38, - YearlyLow: 151.47, - YearlyStart: 160.43, - YearlyChange: 2.33, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Middle East`, - Country: `Saudi Arabia`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-06-23`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 719 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Milk`, - Spread: 0.01, - Open: 12.87, - Price: 12.94, - Buy: 12.87, - Sell: 12.87, - Change: 0.08, - ChangePercent: 0.64, - Volume: 7, - High: 12.89, - Low: 12.81, - YearlyHigh: 16.96, - YearlyLow: 12.81, - YearlyStart: 14.88, - YearlyChange: -13.6, - Settlement: `Loan`, - Contract: `Forwards`, - Region: `Asia Pacific`, - Country: `Taiwan`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-01-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 720 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Platinum`, - Spread: 0.01, - Open: 1071.6, - Price: 1070.67, - Buy: 1071.09, - Sell: 1071.1, - Change: -0.43, - ChangePercent: -0.04, - Volume: 3039, - High: 1081.2, - Low: 1070.5, - YearlyHigh: 1120.6, - YearlyLow: 812.4, - YearlyStart: 966.5, - YearlyChange: 10.82, - Settlement: `Loan`, - Contract: `CFD`, - Region: `Africa`, - Country: `Morocco`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-02-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 721 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `DOW Future`, - Spread: 0.01, - Open: 17711, - Price: 17683.81, - Buy: 17712.15, - Sell: 17712.16, - Change: -28.34, - ChangePercent: -0.16, - Volume: 22236, - High: 17727, - Low: 17642, - YearlyHigh: 18083, - YearlyLow: 15299, - YearlyStart: 16691, - YearlyChange: 6.12, - Settlement: `Credit`, - Contract: `Forwards`, - Region: `Asia Pacific`, - Country: `Australia`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-03-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 722 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P 600 MINI`, - Spread: 0.01, - Open: 687.9, - Price: 691.18, - Buy: 687.9, - Sell: 687.9, - Change: 3.3, - ChangePercent: 0.48, - Volume: 0, - High: 0, - Low: 0, - YearlyHigh: 620.32, - YearlyLow: 595.9, - YearlyStart: 608.11, - YearlyChange: 13.12, - Settlement: `Credit`, - Contract: `Forwards`, - Region: `Asia Pacific`, - Country: `Japan`, - Risk: `Low`, - Sector: `Public`, - Currency: `EUR`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-08-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 723 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P MID MINI`, - Spread: 0.01, - Open: 1454.3, - Price: 1459.28, - Buy: 1455.78, - Sell: 1455.79, - Change: 3.5, - ChangePercent: 0.24, - Volume: 338, - High: 1455.78, - Low: 1448, - YearlyHigh: 1527.3, - YearlyLow: 1236, - YearlyStart: 1381.65, - YearlyChange: 5.37, - Settlement: `Loan`, - Contract: `Futures`, - Region: `Africa`, - Country: `Morocco`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-08-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 724 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Uranium`, - Spread: 0.02, - Open: 27.55, - Price: 27.19, - Buy: 27.55, - Sell: 27.55, - Change: -0.39, - ChangePercent: -1.4, - Volume: 12, - High: 27.55, - Low: 27.55, - YearlyHigh: 29.32, - YearlyLow: 21.28, - YearlyStart: 25.3, - YearlyChange: 9.01, - Settlement: `Cash`, - Contract: `Options`, - Region: `Asia Pacific`, - Country: `Pakistan`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-08-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 725 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Sugar`, - Spread: 0.01, - Open: 15.68, - Price: 14.74, - Buy: 14.67, - Sell: 14.68, - Change: 0.07, - ChangePercent: 0.48, - Volume: 4949, - High: 15.7, - Low: 14.67, - YearlyHigh: 16.87, - YearlyLow: 11.37, - YearlyStart: 14.12, - YearlyChange: 3.92, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Africa`, - Country: `Ethiopia`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-08-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 726 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `FD Cattle`, - Spread: 0.01, - Open: 147.175, - Price: 146.23, - Buy: 148.6, - Sell: 148.61, - Change: -2.38, - ChangePercent: -1.6, - Volume: 5, - High: 148.61, - Low: 147.18, - YearlyHigh: 190, - YearlyLow: 138.1, - YearlyStart: 164.05, - YearlyChange: -9.41, - Settlement: `Credit`, - Contract: `Options`, - Region: `Africa`, - Country: `Tunisia`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-08-11`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 727 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Ethanol`, - Spread: 0.01, - Open: 1.512, - Price: 2.8, - Buy: 2.75, - Sell: 2.76, - Change: 0.05, - ChangePercent: 1.56, - Volume: 14, - High: 2.75, - Low: 1.12, - YearlyHigh: 2.75, - YearlyLow: 1.12, - YearlyStart: 1.48, - YearlyChange: 86.7, - Settlement: `Loan`, - Contract: `Options`, - Region: `Middle East`, - Country: `Israel`, - Risk: `High`, - Sector: `Government`, - Currency: `USD`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-07-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 728 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Gold`, - Spread: 0.01, - Open: 1281.1, - Price: 1271, - Buy: 1280.73, - Sell: 1280.74, - Change: -9.73, - ChangePercent: -0.76, - Volume: 48387, - High: 1289.5, - Low: 1279.1, - YearlyHigh: 1306, - YearlyLow: 1047.2, - YearlyStart: 1176.6, - YearlyChange: 8.85, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `Europe`, - Country: `Poland`, - Risk: `Low`, - Sector: `Government`, - Currency: `PLN`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-05-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 729 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `OJ Future`, - Spread: 0.01, - Open: 140.6, - Price: 142.26, - Buy: 140.18, - Sell: 140.19, - Change: 2.07, - ChangePercent: 1.48, - Volume: 7, - High: 140.19, - Low: 0, - YearlyHigh: 155.95, - YearlyLow: 113, - YearlyStart: 134.47, - YearlyChange: 4.25, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Africa`, - Country: `Cameroon`, - Risk: `Low`, - Sector: `Public`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-07-24`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 730 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `NAS Future`, - Spread: 0.01, - Open: 4341.25, - Price: 4271.82, - Buy: 4341.25, - Sell: 4341.25, - Change: -69.46, - ChangePercent: -1.6, - Volume: 18259, - High: 4347, - Low: 4318, - YearlyHigh: 4719.75, - YearlyLow: 3867.75, - YearlyStart: 4293.75, - YearlyChange: 1.11, - Settlement: `Credit`, - Contract: `Futures`, - Region: `Middle East`, - Country: `Lebanon`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-06-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 731 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Rice`, - Spread: 0.01, - Open: 11.245, - Price: 10.41, - Buy: 10.41, - Sell: 10.42, - Change: -0.01, - ChangePercent: -0.04, - Volume: 220, - High: 11.38, - Low: 10.42, - YearlyHigh: 14.14, - YearlyLow: 9.7, - YearlyStart: 11.92, - YearlyChange: -12.62, - Settlement: `Credit`, - Contract: `Options`, - Region: `Asia Pacific`, - Country: `New Zealand`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `FedEx`, - Maturity: `2022-01-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 732 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Rice`, - Spread: 0.01, - Open: 11.245, - Price: 10.52, - Buy: 10.41, - Sell: 10.42, - Change: 0.1, - ChangePercent: 1, - Volume: 220, - High: 11.38, - Low: 10.42, - YearlyHigh: 14.14, - YearlyLow: 9.7, - YearlyStart: 11.92, - YearlyChange: -12.62, - Settlement: `Loan`, - Contract: `Futures`, - Region: `Middle East`, - Country: `Qatar`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `High`, - Issuer: `FedEx`, - Maturity: `2022-08-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 733 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `LV Cattle`, - Spread: 0.01, - Open: 120.725, - Price: 119.79, - Buy: 120.72, - Sell: 120.72, - Change: -0.91, - ChangePercent: -0.76, - Volume: 4, - High: 120.72, - Low: 120.72, - YearlyHigh: 147.98, - YearlyLow: 113.9, - YearlyStart: 130.94, - YearlyChange: -7.82, - Settlement: `Cash`, - Contract: `Options`, - Region: `Africa`, - Country: `Niger`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-03-21`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 734 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `Lean Hogs`, - Spread: 0.01, - Open: 81.275, - Price: 83.39, - Buy: 81.81, - Sell: 81.82, - Change: 1.58, - ChangePercent: 1.92, - Volume: 1, - High: 81.81, - Low: 81.28, - YearlyHigh: 83.98, - YearlyLow: 70.25, - YearlyStart: 77.11, - YearlyChange: 6.09, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `Asia Pacific`, - Country: `Australia`, - Risk: `Low`, - Sector: `Government`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-05-16`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 735 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/CAD`, - Spread: 0.02, - Open: 0.7744, - Price: 0.94, - Buy: 0.94, - Sell: 0.96, - Change: -0.01, - ChangePercent: -1.08, - Volume: 13669, - High: 0.95, - Low: 0.77, - YearlyHigh: 0.95, - YearlyLow: 0.68, - YearlyStart: 0.76, - YearlyChange: 26.43, - Settlement: `Credit`, - Contract: `Options`, - Region: `Asia Pacific`, - Country: `Taiwan`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-03-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 736 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `GBP/USD`, - Spread: 0.02, - Open: 1.4464, - Price: 1.19, - Buy: 1.18, - Sell: 1.2, - Change: 0, - ChangePercent: -0.4, - Volume: 29450, - High: 1.45, - Low: 1.19, - YearlyHigh: 1.59, - YearlyLow: 1.19, - YearlyStart: 1.49, - YearlyChange: -19.59, - Settlement: `Credit`, - Contract: `Options`, - Region: `Africa`, - Country: `Senegal`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-05-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 737 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Milk`, - Spread: 0.01, - Open: 12.87, - Price: 12.69, - Buy: 12.87, - Sell: 12.87, - Change: -0.17, - ChangePercent: -1.36, - Volume: 7, - High: 12.89, - Low: 12.81, - YearlyHigh: 16.96, - YearlyLow: 12.81, - YearlyStart: 14.88, - YearlyChange: -13.6, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Africa`, - Country: `Niger`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-05-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 738 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Gold`, - Spread: 0.01, - Open: 1281.1, - Price: 1262.29, - Buy: 1280.73, - Sell: 1280.74, - Change: -18.44, - ChangePercent: -1.44, - Volume: 48387, - High: 1289.5, - Low: 1279.1, - YearlyHigh: 1306, - YearlyLow: 1047.2, - YearlyStart: 1176.6, - YearlyChange: 8.85, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Middle East`, - Country: `Oman`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-07-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 739 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P MID MINI`, - Spread: 0.01, - Open: 1454.3, - Price: 1437.15, - Buy: 1455.78, - Sell: 1455.79, - Change: -18.63, - ChangePercent: -1.28, - Volume: 338, - High: 1455.78, - Low: 1448, - YearlyHigh: 1527.3, - YearlyLow: 1236, - YearlyStart: 1381.65, - YearlyChange: 5.37, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Asia Pacific`, - Country: `Korea`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-02-16`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 740 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Coffee`, - Spread: 0.01, - Open: 125.7, - Price: 123.53, - Buy: 125.7, - Sell: 125.7, - Change: -2.16, - ChangePercent: -1.72, - Volume: 1654, - High: 125.8, - Low: 125, - YearlyHigh: 155.75, - YearlyLow: 115.35, - YearlyStart: 135.55, - YearlyChange: -7.27, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `North America`, - Country: `Canada`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-05-16`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 741 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soybean`, - Spread: 0.01, - Open: 1038, - Price: 1030.72, - Buy: 1038.61, - Sell: 1038.62, - Change: -7.9, - ChangePercent: -0.76, - Volume: 20356, - High: 1044, - Low: 1031.75, - YearlyHigh: 1057, - YearlyLow: 859.5, - YearlyStart: 958.25, - YearlyChange: 8.39, - Settlement: `Loan`, - Contract: `Futures`, - Region: `Europe`, - Country: `Portugal`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-02-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 742 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Gold`, - Spread: 0.01, - Open: 1281.1, - Price: 1296.1, - Buy: 1280.73, - Sell: 1280.74, - Change: 15.37, - ChangePercent: 1.2, - Volume: 48387, - High: 1289.5, - Low: 1279.1, - YearlyHigh: 1306, - YearlyLow: 1047.2, - YearlyStart: 1176.6, - YearlyChange: 8.85, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Asia Pacific`, - Country: `Malaysia`, - Risk: `High`, - Sector: `Public`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `FedEx`, - Maturity: `2022-01-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 743 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Oats`, - Spread: 0.01, - Open: 194.5, - Price: 195.54, - Buy: 194.21, - Sell: 194.22, - Change: 1.32, - ChangePercent: 0.68, - Volume: 64, - High: 195.75, - Low: 194, - YearlyHigh: 241.25, - YearlyLow: 183.75, - YearlyStart: 212.5, - YearlyChange: -8.6, - Settlement: `Loan`, - Contract: `Forwards`, - Region: `Europe`, - Country: `Sweden`, - Risk: `High`, - Sector: `Public`, - Currency: `USD`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-08-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 744 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Natural Gas`, - Spread: 0.02, - Open: 2.094, - Price: 2.14, - Buy: 2.09, - Sell: 2.09, - Change: 0.04, - ChangePercent: 1.76, - Volume: 2783, - High: 2.11, - Low: 2.09, - YearlyHigh: 3.2, - YearlyLow: 1.84, - YearlyStart: 2.52, - YearlyChange: -16.51, - Settlement: `Cash`, - Contract: `CFD`, - Region: `Middle East`, - Country: `Lebanon`, - Risk: `High`, - Sector: `Private`, - Currency: `PLN`, - Security: `High`, - Issuer: `American Airlines`, - Maturity: `2022-07-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 745 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Lumber`, - Spread: 0.01, - Open: 303.9, - Price: 309.59, - Buy: 304.59, - Sell: 304.6, - Change: 4.99, - ChangePercent: 1.64, - Volume: 2, - High: 304.6, - Low: 303.9, - YearlyHigh: 317.1, - YearlyLow: 236, - YearlyStart: 276.55, - YearlyChange: 10.14, - Settlement: `Credit`, - Contract: `CFD`, - Region: `Europe`, - Country: `Hungary`, - Risk: `Low`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-07-22`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 746 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Rice`, - Spread: 0.01, - Open: 11.245, - Price: 10.42, - Buy: 10.41, - Sell: 10.42, - Change: 0, - ChangePercent: 0.04, - Volume: 220, - High: 11.38, - Low: 10.42, - YearlyHigh: 14.14, - YearlyLow: 9.7, - YearlyStart: 11.92, - YearlyChange: -12.62, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Asia Pacific`, - Country: `Australia`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-08-27`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 747 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Copper`, - Spread: 0.02, - Open: 2.123, - Price: 2.12, - Buy: 2.12, - Sell: 2.12, - Change: 0.01, - ChangePercent: 0.12, - Volume: 28819, - High: 2.16, - Low: 2.11, - YearlyHigh: 2.94, - YearlyLow: 1.96, - YearlyStart: 2.45, - YearlyChange: -13.76, - Settlement: `Cash`, - Contract: `Options`, - Region: `Africa`, - Country: `Egypt`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-03-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 748 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soy oil`, - Spread: 0.01, - Open: 33.26, - Price: 33.26, - Buy: 33.77, - Sell: 33.78, - Change: -0.51, - ChangePercent: -1.52, - Volume: 10592, - High: 33.77, - Low: 33.06, - YearlyHigh: 35.43, - YearlyLow: 26.61, - YearlyStart: 31.02, - YearlyChange: 8.87, - Settlement: `Cash`, - Contract: `Options`, - Region: `Asia Pacific`, - Country: `Taiwan`, - Risk: `Low`, - Sector: `Public`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-01-11`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 749 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P Future`, - Spread: 0.01, - Open: 2057.5, - Price: 2038.5, - Buy: 2056.6, - Sell: 2056.61, - Change: -18.1, - ChangePercent: -0.88, - Volume: 142780, - High: 2059.5, - Low: 2049, - YearlyHigh: 2105.5, - YearlyLow: 1794.5, - YearlyStart: 1950, - YearlyChange: 5.47, - Settlement: `Cash`, - Contract: `Futures`, - Region: `North America`, - Country: `Mexico`, - Risk: `Low`, - Sector: `Government`, - Currency: `USD`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-09-27`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 750 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Corn`, - Spread: 0.01, - Open: 379.5, - Price: 374.49, - Buy: 379.8, - Sell: 379.81, - Change: -5.31, - ChangePercent: -1.4, - Volume: 11266, - High: 381, - Low: 377.75, - YearlyHigh: 471.25, - YearlyLow: 351.25, - YearlyStart: 411.25, - YearlyChange: -7.65, - Settlement: `Cash`, - Contract: `Options`, - Region: `South America`, - Country: `Uruguay`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-07-27`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 751 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `FD Cattle`, - Spread: 0.01, - Open: 147.175, - Price: 146.53, - Buy: 148.6, - Sell: 148.61, - Change: -2.08, - ChangePercent: -1.4, - Volume: 5, - High: 148.61, - Low: 147.18, - YearlyHigh: 190, - YearlyLow: 138.1, - YearlyStart: 164.05, - YearlyChange: -9.41, - Settlement: `Loan`, - Contract: `Options`, - Region: `Europe`, - Country: `Finland`, - Risk: `Low`, - Sector: `Public`, - Currency: `PLN`, - Security: `High`, - Issuer: `FedEx`, - Maturity: `2022-04-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 752 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/CHF`, - Spread: 0.02, - Open: 1.0337, - Price: 1.04, - Buy: 1.03, - Sell: 1.03, - Change: 0, - ChangePercent: -0.12, - Volume: 5550, - High: 1.03, - Low: 1.03, - YearlyHigh: 1.11, - YearlyLow: 0.98, - YearlyStart: 1.04, - YearlyChange: -0.12, - Settlement: `Loan`, - Contract: `Forwards`, - Region: `Africa`, - Country: `Tunisia`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `American Airlines`, - Maturity: `2022-05-22`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 753 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Gold`, - Spread: 0.01, - Open: 1281.1, - Price: 1259.73, - Buy: 1280.73, - Sell: 1280.74, - Change: -21, - ChangePercent: -1.64, - Volume: 48387, - High: 1289.5, - Low: 1279.1, - YearlyHigh: 1306, - YearlyLow: 1047.2, - YearlyStart: 1176.6, - YearlyChange: 8.85, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Africa`, - Country: `Egypt`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-04-19`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 754 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Milk`, - Spread: 0.01, - Open: 12.87, - Price: 12.69, - Buy: 12.87, - Sell: 12.87, - Change: -0.17, - ChangePercent: -1.36, - Volume: 7, - High: 12.89, - Low: 12.81, - YearlyHigh: 16.96, - YearlyLow: 12.81, - YearlyStart: 14.88, - YearlyChange: -13.6, - Settlement: `Credit`, - Contract: `CFD`, - Region: `North America`, - Country: `Mexico`, - Risk: `High`, - Sector: `Government`, - Currency: `USD`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-05-11`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 755 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `FD Cattle`, - Spread: 0.01, - Open: 147.175, - Price: 148.78, - Buy: 148.6, - Sell: 148.61, - Change: 0.17, - ChangePercent: 0.12, - Volume: 5, - High: 148.61, - Low: 147.18, - YearlyHigh: 190, - YearlyLow: 138.1, - YearlyStart: 164.05, - YearlyChange: -9.41, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Middle East`, - Country: `Syria`, - Risk: `High`, - Sector: `Government`, - Currency: `PLN`, - Security: `High`, - Issuer: `American Airlines`, - Maturity: `2022-08-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 756 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Cocoa`, - Spread: 0.01, - Open: 3076, - Price: 3130.17, - Buy: 3076, - Sell: 3076, - Change: 54.14, - ChangePercent: 1.76, - Volume: 978, - High: 3078, - Low: 3066, - YearlyHigh: 3406, - YearlyLow: 2746, - YearlyStart: 3076, - YearlyChange: 0, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Asia Pacific`, - Country: `Philippines`, - Risk: `High`, - Sector: `Government`, - Currency: `PLN`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-03-22`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 757 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soy oil`, - Spread: 0.01, - Open: 33.26, - Price: 34.43, - Buy: 33.77, - Sell: 33.78, - Change: 0.66, - ChangePercent: 1.96, - Volume: 10592, - High: 33.77, - Low: 33.06, - YearlyHigh: 35.43, - YearlyLow: 26.61, - YearlyStart: 31.02, - YearlyChange: 8.87, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `Middle East`, - Country: `UAE`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-02-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 758 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `NAS Future`, - Spread: 0.01, - Open: 4341.25, - Price: 4296.13, - Buy: 4341.25, - Sell: 4341.25, - Change: -45.15, - ChangePercent: -1.04, - Volume: 18259, - High: 4347, - Low: 4318, - YearlyHigh: 4719.75, - YearlyLow: 3867.75, - YearlyStart: 4293.75, - YearlyChange: 1.11, - Settlement: `Credit`, - Contract: `Futures`, - Region: `North America`, - Country: `United States`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `American Airlines`, - Maturity: `2022-02-22`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 759 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Milk`, - Spread: 0.01, - Open: 12.87, - Price: 13.02, - Buy: 12.87, - Sell: 12.87, - Change: 0.16, - ChangePercent: 1.24, - Volume: 7, - High: 12.89, - Low: 12.81, - YearlyHigh: 16.96, - YearlyLow: 12.81, - YearlyStart: 14.88, - YearlyChange: -13.6, - Settlement: `Cash`, - Contract: `CFD`, - Region: `Asia Pacific`, - Country: `China`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-06-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 760 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Cotton`, - Spread: 0.01, - Open: 61.77, - Price: 63, - Buy: 61.77, - Sell: 61.77, - Change: 1.24, - ChangePercent: 2, - Volume: 3612, - High: 62.06, - Low: 61.32, - YearlyHigh: 67.59, - YearlyLow: 54.33, - YearlyStart: 60.96, - YearlyChange: 1.31, - Settlement: `Cash`, - Contract: `Options`, - Region: `Africa`, - Country: `Nigeria`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-01-11`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 761 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `LV Cattle`, - Spread: 0.01, - Open: 120.725, - Price: 122.54, - Buy: 120.72, - Sell: 120.72, - Change: 1.84, - ChangePercent: 1.52, - Volume: 4, - High: 120.72, - Low: 120.72, - YearlyHigh: 147.98, - YearlyLow: 113.9, - YearlyStart: 130.94, - YearlyChange: -7.82, - Settlement: `Cash`, - Contract: `Swap`, - Region: `North America`, - Country: `United States`, - Risk: `High`, - Sector: `Public`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-06-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 762 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `NAS Future`, - Spread: 0.01, - Open: 4341.25, - Price: 4273.56, - Buy: 4341.25, - Sell: 4341.25, - Change: -67.72, - ChangePercent: -1.56, - Volume: 18259, - High: 4347, - Low: 4318, - YearlyHigh: 4719.75, - YearlyLow: 3867.75, - YearlyStart: 4293.75, - YearlyChange: 1.11, - Settlement: `Loan`, - Contract: `Futures`, - Region: `Europe`, - Country: `France`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-06-27`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 763 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Cotton`, - Spread: 0.01, - Open: 61.77, - Price: 60.57, - Buy: 61.77, - Sell: 61.77, - Change: -1.19, - ChangePercent: -1.92, - Volume: 3612, - High: 62.06, - Low: 61.32, - YearlyHigh: 67.59, - YearlyLow: 54.33, - YearlyStart: 60.96, - YearlyChange: 1.31, - Settlement: `Credit`, - Contract: `Options`, - Region: `South America`, - Country: `Colombia`, - Risk: `Low`, - Sector: `Government`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-03-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 764 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Sugar`, - Spread: 0.01, - Open: 15.68, - Price: 14.77, - Buy: 14.67, - Sell: 14.68, - Change: 0.1, - ChangePercent: 0.68, - Volume: 4949, - High: 15.7, - Low: 14.67, - YearlyHigh: 16.87, - YearlyLow: 11.37, - YearlyStart: 14.12, - YearlyChange: 3.92, - Settlement: `Cash`, - Contract: `Options`, - Region: `Middle East`, - Country: `Jordan`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-02-23`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 765 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `Lean Hogs`, - Spread: 0.01, - Open: 81.275, - Price: 81.55, - Buy: 81.81, - Sell: 81.82, - Change: -0.26, - ChangePercent: -0.32, - Volume: 1, - High: 81.81, - Low: 81.28, - YearlyHigh: 83.98, - YearlyLow: 70.25, - YearlyStart: 77.11, - YearlyChange: 6.09, - Settlement: `Cash`, - Contract: `Options`, - Region: `Europe`, - Country: `Spain`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-05-16`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 766 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `OJ Future`, - Spread: 0.01, - Open: 140.6, - Price: 141.37, - Buy: 140.18, - Sell: 140.19, - Change: 1.18, - ChangePercent: 0.84, - Volume: 7, - High: 140.19, - Low: 0, - YearlyHigh: 155.95, - YearlyLow: 113, - YearlyStart: 134.47, - YearlyChange: 4.25, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `Europe`, - Country: `Switzerland`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `High`, - Issuer: `American Airlines`, - Maturity: `2022-06-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 767 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `US 30YR Future`, - Spread: 0.01, - Open: 164.875, - Price: 163.37, - Buy: 164.15, - Sell: 164.16, - Change: -0.79, - ChangePercent: -0.48, - Volume: 28012, - High: 165.25, - Low: 164.04, - YearlyHigh: 169.38, - YearlyLow: 151.47, - YearlyStart: 160.43, - YearlyChange: 2.33, - Settlement: `Credit`, - Contract: `Options`, - Region: `Africa`, - Country: `South Africa`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-04-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 768 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Wheat`, - Spread: 0.01, - Open: 465.5, - Price: 460.68, - Buy: 465.5, - Sell: 465.5, - Change: -4.84, - ChangePercent: -1.04, - Volume: 4318, - High: 467, - Low: 463.25, - YearlyHigh: 628.5, - YearlyLow: 449.5, - YearlyStart: 539, - YearlyChange: -13.63, - Settlement: `Loan`, - Contract: `Futures`, - Region: `North America`, - Country: `United States`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-06-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 769 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Milk`, - Spread: 0.01, - Open: 12.87, - Price: 13.09, - Buy: 12.87, - Sell: 12.87, - Change: 0.23, - ChangePercent: 1.8, - Volume: 7, - High: 12.89, - Low: 12.81, - YearlyHigh: 16.96, - YearlyLow: 12.81, - YearlyStart: 14.88, - YearlyChange: -13.6, - Settlement: `Cash`, - Contract: `CFD`, - Region: `Europe`, - Country: `France`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-06-19`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 770 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Gold`, - Spread: 0.01, - Open: 1281.1, - Price: 1267.92, - Buy: 1280.73, - Sell: 1280.74, - Change: -12.81, - ChangePercent: -1, - Volume: 48387, - High: 1289.5, - Low: 1279.1, - YearlyHigh: 1306, - YearlyLow: 1047.2, - YearlyStart: 1176.6, - YearlyChange: 8.85, - Settlement: `Loan`, - Contract: `Options`, - Region: `Middle East`, - Country: `Israel`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-04-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 771 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P Future`, - Spread: 0.01, - Open: 2057.5, - Price: 2041.79, - Buy: 2056.6, - Sell: 2056.61, - Change: -14.81, - ChangePercent: -0.72, - Volume: 142780, - High: 2059.5, - Low: 2049, - YearlyHigh: 2105.5, - YearlyLow: 1794.5, - YearlyStart: 1950, - YearlyChange: 5.47, - Settlement: `Cash`, - Contract: `Options`, - Region: `Middle East`, - Country: `Turkey`, - Risk: `Low`, - Sector: `Public`, - Currency: `USD`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-07-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 772 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Platinum`, - Spread: 0.01, - Open: 1071.6, - Price: 1076.67, - Buy: 1071.09, - Sell: 1071.1, - Change: 5.57, - ChangePercent: 0.52, - Volume: 3039, - High: 1081.2, - Low: 1070.5, - YearlyHigh: 1120.6, - YearlyLow: 812.4, - YearlyStart: 966.5, - YearlyChange: 10.82, - Settlement: `Credit`, - Contract: `CFD`, - Region: `Middle East`, - Country: `Kuwait`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-07-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 773 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `GBP/USD`, - Spread: 0.02, - Open: 1.4464, - Price: 1.17, - Buy: 1.18, - Sell: 1.2, - Change: -0.02, - ChangePercent: -1.72, - Volume: 29450, - High: 1.45, - Low: 1.19, - YearlyHigh: 1.59, - YearlyLow: 1.19, - YearlyStart: 1.49, - YearlyChange: -19.59, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Africa`, - Country: `Morocco`, - Risk: `High`, - Sector: `Public`, - Currency: `USD`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-05-22`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 774 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soy Meat`, - Spread: 0.01, - Open: 342.6, - Price: 341.8, - Buy: 342.6, - Sell: 342.6, - Change: -0.82, - ChangePercent: -0.24, - Volume: 5646, - High: 345.4, - Low: 340.3, - YearlyHigh: 353.4, - YearlyLow: 261.7, - YearlyStart: 307.55, - YearlyChange: 11.4, - Settlement: `Credit`, - Contract: `Options`, - Region: `Asia Pacific`, - Country: `Japan`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `High`, - Issuer: `FedEx`, - Maturity: `2022-07-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 775 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Uranium`, - Spread: 0.02, - Open: 27.55, - Price: 27.3, - Buy: 27.55, - Sell: 27.55, - Change: -0.28, - ChangePercent: -1, - Volume: 12, - High: 27.55, - Low: 27.55, - YearlyHigh: 29.32, - YearlyLow: 21.28, - YearlyStart: 25.3, - YearlyChange: 9.01, - Settlement: `Credit`, - Contract: `Options`, - Region: `Europe`, - Country: `Spain`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `High`, - Issuer: `American Airlines`, - Maturity: `2022-04-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 776 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Oats`, - Spread: 0.01, - Open: 194.5, - Price: 193.98, - Buy: 194.21, - Sell: 194.22, - Change: -0.24, - ChangePercent: -0.12, - Volume: 64, - High: 195.75, - Low: 194, - YearlyHigh: 241.25, - YearlyLow: 183.75, - YearlyStart: 212.5, - YearlyChange: -8.6, - Settlement: `Credit`, - Contract: `Options`, - Region: `Europe`, - Country: `France`, - Risk: `High`, - Sector: `Private`, - Currency: `PLN`, - Security: `High`, - Issuer: `American Airlines`, - Maturity: `2022-05-16`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 777 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Corn`, - Spread: 0.01, - Open: 379.5, - Price: 375.7, - Buy: 379.8, - Sell: 379.81, - Change: -4.1, - ChangePercent: -1.08, - Volume: 11266, - High: 381, - Low: 377.75, - YearlyHigh: 471.25, - YearlyLow: 351.25, - YearlyStart: 411.25, - YearlyChange: -7.65, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Europe`, - Country: `Estonia`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-04-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 778 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Ethanol`, - Spread: 0.01, - Open: 1.512, - Price: 2.71, - Buy: 2.75, - Sell: 2.76, - Change: -0.04, - ChangePercent: -1.48, - Volume: 14, - High: 2.75, - Low: 1.12, - YearlyHigh: 2.75, - YearlyLow: 1.12, - YearlyStart: 1.48, - YearlyChange: 86.7, - Settlement: `Cash`, - Contract: `Options`, - Region: `Middle East`, - Country: `Lebanon`, - Risk: `Low`, - Sector: `Public`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `FedEx`, - Maturity: `2022-03-19`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 779 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Oil`, - Spread: 0.015, - Open: 45.54, - Price: 45.24, - Buy: 45.78, - Sell: 45.8, - Change: -0.55, - ChangePercent: -1.2, - Volume: 107196, - High: 45.94, - Low: 45, - YearlyHigh: 65.28, - YearlyLow: 30.79, - YearlyStart: 48.03, - YearlyChange: -4.67, - Settlement: `Cash`, - Contract: `Swap`, - Region: `South America`, - Country: `Uruguay`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-04-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 780 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Uranium`, - Spread: 0.02, - Open: 27.55, - Price: 27.8, - Buy: 27.55, - Sell: 27.55, - Change: 0.22, - ChangePercent: 0.8, - Volume: 12, - High: 27.55, - Low: 27.55, - YearlyHigh: 29.32, - YearlyLow: 21.28, - YearlyStart: 25.3, - YearlyChange: 9.01, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Asia Pacific`, - Country: `Philippines`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-06-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 781 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `Lean Hogs`, - Spread: 0.01, - Open: 81.275, - Price: 81.23, - Buy: 81.81, - Sell: 81.82, - Change: -0.58, - ChangePercent: -0.72, - Volume: 1, - High: 81.81, - Low: 81.28, - YearlyHigh: 83.98, - YearlyLow: 70.25, - YearlyStart: 77.11, - YearlyChange: 6.09, - Settlement: `Cash`, - Contract: `Options`, - Region: `North America`, - Country: `Canada`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-02-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 782 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soy oil`, - Spread: 0.01, - Open: 33.26, - Price: 33.72, - Buy: 33.77, - Sell: 33.78, - Change: -0.05, - ChangePercent: -0.16, - Volume: 10592, - High: 33.77, - Low: 33.06, - YearlyHigh: 35.43, - YearlyLow: 26.61, - YearlyStart: 31.02, - YearlyChange: 8.87, - Settlement: `Cash`, - Contract: `Options`, - Region: `Asia Pacific`, - Country: `Singapore`, - Risk: `High`, - Sector: `Private`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-05-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 783 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Rice`, - Spread: 0.01, - Open: 11.245, - Price: 10.26, - Buy: 10.41, - Sell: 10.42, - Change: -0.16, - ChangePercent: -1.48, - Volume: 220, - High: 11.38, - Low: 10.42, - YearlyHigh: 14.14, - YearlyLow: 9.7, - YearlyStart: 11.92, - YearlyChange: -12.62, - Settlement: `Credit`, - Contract: `Futures`, - Region: `Africa`, - Country: `Niger`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `Poor`, - Issuer: `FedEx`, - Maturity: `2022-07-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 784 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Corn`, - Spread: 0.01, - Open: 379.5, - Price: 385.12, - Buy: 379.8, - Sell: 379.81, - Change: 5.32, - ChangePercent: 1.4, - Volume: 11266, - High: 381, - Low: 377.75, - YearlyHigh: 471.25, - YearlyLow: 351.25, - YearlyStart: 411.25, - YearlyChange: -7.65, - Settlement: `Cash`, - Contract: `Options`, - Region: `Middle East`, - Country: `Saudi Arabia`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-06-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 785 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Palladium`, - Spread: 0.01, - Open: 600.55, - Price: 597.39, - Buy: 601, - Sell: 601.01, - Change: -3.61, - ChangePercent: -0.6, - Volume: 651, - High: 607.2, - Low: 598.4, - YearlyHigh: 690, - YearlyLow: 458.6, - YearlyStart: 574.3, - YearlyChange: 4.65, - Settlement: `Loan`, - Contract: `Forwards`, - Region: `Africa`, - Country: `Ethiopia`, - Risk: `High`, - Sector: `Private`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-07-27`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 786 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Ethanol`, - Spread: 0.01, - Open: 1.512, - Price: 2.7, - Buy: 2.75, - Sell: 2.76, - Change: -0.05, - ChangePercent: -1.8, - Volume: 14, - High: 2.75, - Low: 1.12, - YearlyHigh: 2.75, - YearlyLow: 1.12, - YearlyStart: 1.48, - YearlyChange: 86.7, - Settlement: `Credit`, - Contract: `Options`, - Region: `South America`, - Country: `Paraguay`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `High`, - Issuer: `FedEx`, - Maturity: `2022-06-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 787 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `US 10YR Future`, - Spread: 0.01, - Open: 130.5625, - Price: 132.2, - Buy: 130.56, - Sell: 130.56, - Change: 1.62, - ChangePercent: 1.24, - Volume: 189310, - High: 130.63, - Low: 130.44, - YearlyHigh: 132.64, - YearlyLow: 125.48, - YearlyStart: 129.06, - YearlyChange: 1.18, - Settlement: `Credit`, - Contract: `Futures`, - Region: `Middle East`, - Country: `Jordan`, - Risk: `Low`, - Sector: `Government`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-03-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 788 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Wheat`, - Spread: 0.01, - Open: 465.5, - Price: 458.82, - Buy: 465.5, - Sell: 465.5, - Change: -6.7, - ChangePercent: -1.44, - Volume: 4318, - High: 467, - Low: 463.25, - YearlyHigh: 628.5, - YearlyLow: 449.5, - YearlyStart: 539, - YearlyChange: -13.63, - Settlement: `Cash`, - Contract: `Swap`, - Region: `North America`, - Country: `United States`, - Risk: `High`, - Sector: `Private`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-04-23`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 789 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `BTC/USD`, - Spread: 0.06, - Open: 93.88, - Price: 21227.58, - Buy: 21200.76, - Sell: 21400.78, - Change: 226.81, - ChangePercent: 1.08, - Volume: 5788000, - High: 22400.05, - Low: 20100.75, - YearlyHigh: 62400.7, - YearlyLow: 15100.88, - YearlyStart: 21200.29, - YearlyChange: -20.62, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `Europe`, - Country: `Switzerland`, - Risk: `High`, - Sector: `Public`, - Currency: `USD`, - Security: `Poor`, - Issuer: `FedEx`, - Maturity: `2022-02-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 790 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Natural Gas`, - Spread: 0.02, - Open: 2.094, - Price: 2.11, - Buy: 2.09, - Sell: 2.09, - Change: 0.01, - ChangePercent: 0.16, - Volume: 2783, - High: 2.11, - Low: 2.09, - YearlyHigh: 3.2, - YearlyLow: 1.84, - YearlyStart: 2.52, - YearlyChange: -16.51, - Settlement: `Cash`, - Contract: `Options`, - Region: `Asia Pacific`, - Country: `Philippines`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-05-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 791 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Silver`, - Spread: 0.01, - Open: 17.43, - Price: 17.49, - Buy: 17.43, - Sell: 17.43, - Change: 0.07, - ChangePercent: 0.4, - Volume: 11720, - High: 17.51, - Low: 17.37, - YearlyHigh: 18.06, - YearlyLow: 13.73, - YearlyStart: 15.89, - YearlyChange: 9.59, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `Asia Pacific`, - Country: `Philippines`, - Risk: `High`, - Sector: `Public`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-04-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 792 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Wheat`, - Spread: 0.01, - Open: 465.5, - Price: 460.86, - Buy: 465.5, - Sell: 465.5, - Change: -4.66, - ChangePercent: -1, - Volume: 4318, - High: 467, - Low: 463.25, - YearlyHigh: 628.5, - YearlyLow: 449.5, - YearlyStart: 539, - YearlyChange: -13.63, - Settlement: `Loan`, - Contract: `Options`, - Region: `Asia Pacific`, - Country: `Philippines`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-06-10`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 793 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P Future`, - Spread: 0.01, - Open: 2057.5, - Price: 2066.47, - Buy: 2056.6, - Sell: 2056.61, - Change: 9.87, - ChangePercent: 0.48, - Volume: 142780, - High: 2059.5, - Low: 2049, - YearlyHigh: 2105.5, - YearlyLow: 1794.5, - YearlyStart: 1950, - YearlyChange: 5.47, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Asia Pacific`, - Country: `Afghanistan`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-08-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 794 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Cotton`, - Spread: 0.01, - Open: 61.77, - Price: 61.12, - Buy: 61.77, - Sell: 61.77, - Change: -0.64, - ChangePercent: -1.04, - Volume: 3612, - High: 62.06, - Low: 61.32, - YearlyHigh: 67.59, - YearlyLow: 54.33, - YearlyStart: 60.96, - YearlyChange: 1.31, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Africa`, - Country: `Cameroon`, - Risk: `Low`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-06-23`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 795 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/CHF`, - Spread: 0.02, - Open: 1.0337, - Price: 1.04, - Buy: 1.03, - Sell: 1.03, - Change: 0, - ChangePercent: -0.12, - Volume: 5550, - High: 1.03, - Low: 1.03, - YearlyHigh: 1.11, - YearlyLow: 0.98, - YearlyStart: 1.04, - YearlyChange: -0.12, - Settlement: `Loan`, - Contract: `Options`, - Region: `Africa`, - Country: `Cameroon`, - Risk: `High`, - Sector: `Government`, - Currency: `USD`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-04-16`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 796 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Palladium`, - Spread: 0.01, - Open: 600.55, - Price: 590.66, - Buy: 601, - Sell: 601.01, - Change: -10.34, - ChangePercent: -1.72, - Volume: 651, - High: 607.2, - Low: 598.4, - YearlyHigh: 690, - YearlyLow: 458.6, - YearlyStart: 574.3, - YearlyChange: 4.65, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Middle East`, - Country: `Iraq`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-06-22`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 797 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P 600 MINI`, - Spread: 0.01, - Open: 687.9, - Price: 689.26, - Buy: 687.9, - Sell: 687.9, - Change: 1.38, - ChangePercent: 0.2, - Volume: 0, - High: 0, - Low: 0, - YearlyHigh: 620.32, - YearlyLow: 595.9, - YearlyStart: 608.11, - YearlyChange: 13.12, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Africa`, - Country: `Tunisia`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-01-16`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 798 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `BTC/USD`, - Spread: 0.06, - Open: 93.88, - Price: 20731.96, - Buy: 21200.76, - Sell: 21400.78, - Change: -268.81, - ChangePercent: -1.28, - Volume: 5788000, - High: 22400.05, - Low: 20100.75, - YearlyHigh: 62400.7, - YearlyLow: 15100.88, - YearlyStart: 21200.29, - YearlyChange: -20.62, - Settlement: `Cash`, - Contract: `CFD`, - Region: `Middle East`, - Country: `Jordan`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `High`, - Issuer: `American Airlines`, - Maturity: `2022-05-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 799 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `AUD/USD`, - Spread: 0.02, - Open: 0.7344, - Price: 0.75, - Buy: 0.73, - Sell: 0.73, - Change: 0.01, - ChangePercent: 1.2, - Volume: 36764, - High: 0.74, - Low: 0.73, - YearlyHigh: 0.79, - YearlyLow: 0.68, - YearlyStart: 0.73, - YearlyChange: 1.28, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Middle East`, - Country: `Israel`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-04-23`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 800 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `Lean Hogs`, - Spread: 0.01, - Open: 81.275, - Price: 80.77, - Buy: 81.81, - Sell: 81.82, - Change: -1.04, - ChangePercent: -1.28, - Volume: 1, - High: 81.81, - Low: 81.28, - YearlyHigh: 83.98, - YearlyLow: 70.25, - YearlyStart: 77.11, - YearlyChange: 6.09, - Settlement: `Cash`, - Contract: `CFD`, - Region: `Europe`, - Country: `Slovenia`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-06-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 801 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Rice`, - Spread: 0.01, - Open: 11.245, - Price: 10.3, - Buy: 10.41, - Sell: 10.42, - Change: -0.12, - ChangePercent: -1.08, - Volume: 220, - High: 11.38, - Low: 10.42, - YearlyHigh: 14.14, - YearlyLow: 9.7, - YearlyStart: 11.92, - YearlyChange: -12.62, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Middle East`, - Country: `Lebanon`, - Risk: `High`, - Sector: `Government`, - Currency: `PLN`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-02-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 802 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soybean`, - Spread: 0.01, - Open: 1038, - Price: 1040.69, - Buy: 1038.61, - Sell: 1038.62, - Change: 2.07, - ChangePercent: 0.2, - Volume: 20356, - High: 1044, - Low: 1031.75, - YearlyHigh: 1057, - YearlyLow: 859.5, - YearlyStart: 958.25, - YearlyChange: 8.39, - Settlement: `Loan`, - Contract: `Options`, - Region: `Europe`, - Country: `Czechia`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-08-24`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 803 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soy oil`, - Spread: 0.01, - Open: 33.26, - Price: 33.97, - Buy: 33.77, - Sell: 33.78, - Change: 0.2, - ChangePercent: 0.6, - Volume: 10592, - High: 33.77, - Low: 33.06, - YearlyHigh: 35.43, - YearlyLow: 26.61, - YearlyStart: 31.02, - YearlyChange: 8.87, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `North America`, - Country: `United States`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-08-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 804 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Coffee`, - Spread: 0.01, - Open: 125.7, - Price: 128.15, - Buy: 125.7, - Sell: 125.7, - Change: 2.46, - ChangePercent: 1.96, - Volume: 1654, - High: 125.8, - Low: 125, - YearlyHigh: 155.75, - YearlyLow: 115.35, - YearlyStart: 135.55, - YearlyChange: -7.27, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Asia Pacific`, - Country: `Malaysia`, - Risk: `Low`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-06-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 805 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `DOW Future`, - Spread: 0.01, - Open: 17711, - Price: 17924.7, - Buy: 17712.15, - Sell: 17712.16, - Change: 212.55, - ChangePercent: 1.2, - Volume: 22236, - High: 17727, - Low: 17642, - YearlyHigh: 18083, - YearlyLow: 15299, - YearlyStart: 16691, - YearlyChange: 6.12, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `Asia Pacific`, - Country: `Philippines`, - Risk: `Low`, - Sector: `Public`, - Currency: `USD`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-04-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 806 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Corn`, - Spread: 0.01, - Open: 379.5, - Price: 379.8, - Buy: 379.8, - Sell: 379.81, - Change: 0, - ChangePercent: 0, - Volume: 11266, - High: 381, - Low: 377.75, - YearlyHigh: 471.25, - YearlyLow: 351.25, - YearlyStart: 411.25, - YearlyChange: -7.65, - Settlement: `Credit`, - Contract: `Forwards`, - Region: `Asia Pacific`, - Country: `Taiwan`, - Risk: `High`, - Sector: `Public`, - Currency: `USD`, - Security: `Poor`, - Issuer: `FedEx`, - Maturity: `2022-05-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 807 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P MID MINI`, - Spread: 0.01, - Open: 1454.3, - Price: 1443.55, - Buy: 1455.78, - Sell: 1455.79, - Change: -12.23, - ChangePercent: -0.84, - Volume: 338, - High: 1455.78, - Low: 1448, - YearlyHigh: 1527.3, - YearlyLow: 1236, - YearlyStart: 1381.65, - YearlyChange: 5.37, - Settlement: `Credit`, - Contract: `Options`, - Region: `Middle East`, - Country: `Israel`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `American Airlines`, - Maturity: `2022-08-11`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 808 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Gold`, - Spread: 0.01, - Open: 1281.1, - Price: 1268.44, - Buy: 1280.73, - Sell: 1280.74, - Change: -12.29, - ChangePercent: -0.96, - Volume: 48387, - High: 1289.5, - Low: 1279.1, - YearlyHigh: 1306, - YearlyLow: 1047.2, - YearlyStart: 1176.6, - YearlyChange: 8.85, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Africa`, - Country: `Morocco`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-07-10`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 809 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `GBP/USD`, - Spread: 0.02, - Open: 1.4464, - Price: 1.18, - Buy: 1.18, - Sell: 1.2, - Change: -0.01, - ChangePercent: -1, - Volume: 29450, - High: 1.45, - Low: 1.19, - YearlyHigh: 1.59, - YearlyLow: 1.19, - YearlyStart: 1.49, - YearlyChange: -19.59, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Middle East`, - Country: `Iraq`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-09-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 810 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Ethanol`, - Spread: 0.01, - Open: 1.512, - Price: 2.75, - Buy: 2.75, - Sell: 2.76, - Change: 0, - ChangePercent: 0, - Volume: 14, - High: 2.75, - Low: 1.12, - YearlyHigh: 2.75, - YearlyLow: 1.12, - YearlyStart: 1.48, - YearlyChange: 86.7, - Settlement: `Cash`, - Contract: `Options`, - Region: `Middle East`, - Country: `Kuwait`, - Risk: `High`, - Sector: `Public`, - Currency: `PLN`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-06-10`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 811 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soy Meat`, - Spread: 0.01, - Open: 342.6, - Price: 345.5, - Buy: 342.6, - Sell: 342.6, - Change: 2.88, - ChangePercent: 0.84, - Volume: 5646, - High: 345.4, - Low: 340.3, - YearlyHigh: 353.4, - YearlyLow: 261.7, - YearlyStart: 307.55, - YearlyChange: 11.4, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Africa`, - Country: `Egypt`, - Risk: `High`, - Sector: `Government`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-03-16`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 812 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `US 30YR Future`, - Spread: 0.01, - Open: 164.875, - Price: 161.6, - Buy: 164.15, - Sell: 164.16, - Change: -2.56, - ChangePercent: -1.56, - Volume: 28012, - High: 165.25, - Low: 164.04, - YearlyHigh: 169.38, - YearlyLow: 151.47, - YearlyStart: 160.43, - YearlyChange: 2.33, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Africa`, - Country: `Morocco`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `Poor`, - Issuer: `FedEx`, - Maturity: `2022-07-11`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 813 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Copper`, - Spread: 0.02, - Open: 2.123, - Price: 2.1, - Buy: 2.12, - Sell: 2.12, - Change: -0.01, - ChangePercent: -0.8, - Volume: 28819, - High: 2.16, - Low: 2.11, - YearlyHigh: 2.94, - YearlyLow: 1.96, - YearlyStart: 2.45, - YearlyChange: -13.76, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `Africa`, - Country: `Tunisia`, - Risk: `High`, - Sector: `Private`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-04-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 814 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `FD Cattle`, - Spread: 0.01, - Open: 147.175, - Price: 145.81, - Buy: 148.6, - Sell: 148.61, - Change: -2.8, - ChangePercent: -1.88, - Volume: 5, - High: 148.61, - Low: 147.18, - YearlyHigh: 190, - YearlyLow: 138.1, - YearlyStart: 164.05, - YearlyChange: -9.41, - Settlement: `Cash`, - Contract: `CFD`, - Region: `Middle East`, - Country: `UAE`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-05-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 815 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Ethanol`, - Spread: 0.01, - Open: 1.512, - Price: 2.75, - Buy: 2.75, - Sell: 2.76, - Change: 0, - ChangePercent: 0, - Volume: 14, - High: 2.75, - Low: 1.12, - YearlyHigh: 2.75, - YearlyLow: 1.12, - YearlyStart: 1.48, - YearlyChange: 86.7, - Settlement: `Cash`, - Contract: `Futures`, - Region: `South America`, - Country: `Paraguay`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-08-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 816 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/CHF`, - Spread: 0.02, - Open: 1.0337, - Price: 1.06, - Buy: 1.03, - Sell: 1.03, - Change: 0.02, - ChangePercent: 1.76, - Volume: 5550, - High: 1.03, - Low: 1.03, - YearlyHigh: 1.11, - YearlyLow: 0.98, - YearlyStart: 1.04, - YearlyChange: -0.12, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Middle East`, - Country: `UAE`, - Risk: `High`, - Sector: `Government`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-03-27`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 817 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P MID MINI`, - Spread: 0.01, - Open: 1454.3, - Price: 1435.98, - Buy: 1455.78, - Sell: 1455.79, - Change: -19.8, - ChangePercent: -1.36, - Volume: 338, - High: 1455.78, - Low: 1448, - YearlyHigh: 1527.3, - YearlyLow: 1236, - YearlyStart: 1381.65, - YearlyChange: 5.37, - Settlement: `Cash`, - Contract: `Options`, - Region: `Africa`, - Country: `Senegal`, - Risk: `Low`, - Sector: `Public`, - Currency: `PLN`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-02-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 818 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soybean`, - Spread: 0.01, - Open: 1038, - Price: 1023.66, - Buy: 1038.61, - Sell: 1038.62, - Change: -14.96, - ChangePercent: -1.44, - Volume: 20356, - High: 1044, - Low: 1031.75, - YearlyHigh: 1057, - YearlyLow: 859.5, - YearlyStart: 958.25, - YearlyChange: 8.39, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Europe`, - Country: `Slovakia`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-03-11`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 819 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `US 2Y Future`, - Spread: 0.01, - Open: 109.3984, - Price: 111.27, - Buy: 109.4, - Sell: 109.4, - Change: 1.88, - ChangePercent: 1.72, - Volume: 17742, - High: 109.41, - Low: 109.38, - YearlyHigh: 109.8, - YearlyLow: 108.62, - YearlyStart: 109.21, - YearlyChange: 0.16, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Africa`, - Country: `South Africa`, - Risk: `Low`, - Sector: `Government`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-02-22`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 820 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Rice`, - Spread: 0.01, - Open: 11.245, - Price: 10.37, - Buy: 10.41, - Sell: 10.42, - Change: -0.05, - ChangePercent: -0.4, - Volume: 220, - High: 11.38, - Low: 10.42, - YearlyHigh: 14.14, - YearlyLow: 9.7, - YearlyStart: 11.92, - YearlyChange: -12.62, - Settlement: `Cash`, - Contract: `Options`, - Region: `Africa`, - Country: `Senegal`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-03-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 821 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Silver`, - Spread: 0.01, - Open: 17.43, - Price: 17.26, - Buy: 17.43, - Sell: 17.43, - Change: -0.16, - ChangePercent: -0.92, - Volume: 11720, - High: 17.51, - Low: 17.37, - YearlyHigh: 18.06, - YearlyLow: 13.73, - YearlyStart: 15.89, - YearlyChange: 9.59, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Middle East`, - Country: `Israel`, - Risk: `High`, - Sector: `Public`, - Currency: `USD`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-05-19`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 822 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Natural Gas`, - Spread: 0.02, - Open: 2.094, - Price: 2.1, - Buy: 2.09, - Sell: 2.09, - Change: 0, - ChangePercent: -0.12, - Volume: 2783, - High: 2.11, - Low: 2.09, - YearlyHigh: 3.2, - YearlyLow: 1.84, - YearlyStart: 2.52, - YearlyChange: -16.51, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Asia Pacific`, - Country: `Indonesia`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-07-10`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 823 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Rice`, - Spread: 0.01, - Open: 11.245, - Price: 10.5, - Buy: 10.41, - Sell: 10.42, - Change: 0.08, - ChangePercent: 0.84, - Volume: 220, - High: 11.38, - Low: 10.42, - YearlyHigh: 14.14, - YearlyLow: 9.7, - YearlyStart: 11.92, - YearlyChange: -12.62, - Settlement: `Credit`, - Contract: `Options`, - Region: `Africa`, - Country: `Egypt`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-04-11`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 824 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soy oil`, - Spread: 0.01, - Open: 33.26, - Price: 34.15, - Buy: 33.77, - Sell: 33.78, - Change: 0.38, - ChangePercent: 1.12, - Volume: 10592, - High: 33.77, - Low: 33.06, - YearlyHigh: 35.43, - YearlyLow: 26.61, - YearlyStart: 31.02, - YearlyChange: 8.87, - Settlement: `Cash`, - Contract: `CFD`, - Region: `Africa`, - Country: `South Africa`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-07-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 825 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/CAD`, - Spread: 0.02, - Open: 0.7744, - Price: 0.94, - Buy: 0.94, - Sell: 0.96, - Change: -0.01, - ChangePercent: -1.8, - Volume: 13669, - High: 0.95, - Low: 0.77, - YearlyHigh: 0.95, - YearlyLow: 0.68, - YearlyStart: 0.76, - YearlyChange: 26.43, - Settlement: `Credit`, - Contract: `Forwards`, - Region: `Middle East`, - Country: `Oman`, - Risk: `Low`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-07-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 826 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Coal`, - Spread: 0.015, - Open: 0.4363, - Price: 0.42, - Buy: 0.44, - Sell: 0.44, - Change: 0, - ChangePercent: 0.8, - Volume: 3, - High: 0.44, - Low: 0.44, - YearlyHigh: 0.48, - YearlyLow: 0.4, - YearlyStart: 0.44, - YearlyChange: -5.33, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Africa`, - Country: `Egypt`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-07-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 827 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soy oil`, - Spread: 0.01, - Open: 33.26, - Price: 34.12, - Buy: 33.77, - Sell: 33.78, - Change: 0.35, - ChangePercent: 1.04, - Volume: 10592, - High: 33.77, - Low: 33.06, - YearlyHigh: 35.43, - YearlyLow: 26.61, - YearlyStart: 31.02, - YearlyChange: 8.87, - Settlement: `Cash`, - Contract: `Options`, - Region: `Middle East`, - Country: `Lebanon`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-02-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 828 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P Future`, - Spread: 0.01, - Open: 2057.5, - Price: 2087.86, - Buy: 2056.6, - Sell: 2056.61, - Change: 31.26, - ChangePercent: 1.52, - Volume: 142780, - High: 2059.5, - Low: 2049, - YearlyHigh: 2105.5, - YearlyLow: 1794.5, - YearlyStart: 1950, - YearlyChange: 5.47, - Settlement: `Cash`, - Contract: `Options`, - Region: `Middle East`, - Country: `UAE`, - Risk: `Low`, - Sector: `Public`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-07-21`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 829 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `BTC/USD`, - Spread: 0.06, - Open: 93.88, - Price: 20639.56, - Buy: 21200.76, - Sell: 21400.78, - Change: -361.21, - ChangePercent: -1.72, - Volume: 5788000, - High: 22400.05, - Low: 20100.75, - YearlyHigh: 62400.7, - YearlyLow: 15100.88, - YearlyStart: 21200.29, - YearlyChange: -20.62, - Settlement: `Cash`, - Contract: `CFD`, - Region: `Africa`, - Country: `Ethiopia`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-07-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 830 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Ethanol`, - Spread: 0.01, - Open: 1.512, - Price: 2.75, - Buy: 2.75, - Sell: 2.76, - Change: 0, - ChangePercent: -0.2, - Volume: 14, - High: 2.75, - Low: 1.12, - YearlyHigh: 2.75, - YearlyLow: 1.12, - YearlyStart: 1.48, - YearlyChange: 86.7, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Middle East`, - Country: `Iraq`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `High`, - Issuer: `American Airlines`, - Maturity: `2022-06-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 831 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `US 2Y Future`, - Spread: 0.01, - Open: 109.3984, - Price: 108.91, - Buy: 109.4, - Sell: 109.4, - Change: -0.48, - ChangePercent: -0.44, - Volume: 17742, - High: 109.41, - Low: 109.38, - YearlyHigh: 109.8, - YearlyLow: 108.62, - YearlyStart: 109.21, - YearlyChange: 0.16, - Settlement: `Credit`, - Contract: `Swap`, - Region: `South America`, - Country: `Brazil`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `High`, - Issuer: `FedEx`, - Maturity: `2022-03-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 832 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `FD Cattle`, - Spread: 0.01, - Open: 147.175, - Price: 149.97, - Buy: 148.6, - Sell: 148.61, - Change: 1.36, - ChangePercent: 0.92, - Volume: 5, - High: 148.61, - Low: 147.18, - YearlyHigh: 190, - YearlyLow: 138.1, - YearlyStart: 164.05, - YearlyChange: -9.41, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `Middle East`, - Country: `Israel`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-05-23`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 833 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `DOW Future`, - Spread: 0.01, - Open: 17711, - Price: 17485.44, - Buy: 17712.15, - Sell: 17712.16, - Change: -226.71, - ChangePercent: -1.28, - Volume: 22236, - High: 17727, - Low: 17642, - YearlyHigh: 18083, - YearlyLow: 15299, - YearlyStart: 16691, - YearlyChange: 6.12, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Africa`, - Country: `Niger`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-07-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 834 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Sugar`, - Spread: 0.01, - Open: 15.68, - Price: 14.49, - Buy: 14.67, - Sell: 14.68, - Change: -0.18, - ChangePercent: -1.24, - Volume: 4949, - High: 15.7, - Low: 14.67, - YearlyHigh: 16.87, - YearlyLow: 11.37, - YearlyStart: 14.12, - YearlyChange: 3.92, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Africa`, - Country: `Egypt`, - Risk: `Low`, - Sector: `Government`, - Currency: `USD`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-08-23`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 835 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soy oil`, - Spread: 0.01, - Open: 33.26, - Price: 33.66, - Buy: 33.77, - Sell: 33.78, - Change: -0.11, - ChangePercent: -0.32, - Volume: 10592, - High: 33.77, - Low: 33.06, - YearlyHigh: 35.43, - YearlyLow: 26.61, - YearlyStart: 31.02, - YearlyChange: 8.87, - Settlement: `Cash`, - Contract: `Options`, - Region: `Middle East`, - Country: `Lebanon`, - Risk: `High`, - Sector: `Government`, - Currency: `USD`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-08-16`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 836 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Uranium`, - Spread: 0.02, - Open: 27.55, - Price: 27.96, - Buy: 27.55, - Sell: 27.55, - Change: 0.38, - ChangePercent: 1.36, - Volume: 12, - High: 27.55, - Low: 27.55, - YearlyHigh: 29.32, - YearlyLow: 21.28, - YearlyStart: 25.3, - YearlyChange: 9.01, - Settlement: `Cash`, - Contract: `CFD`, - Region: `Middle East`, - Country: `Saudi Arabia`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-07-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 837 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Oats`, - Spread: 0.01, - Open: 194.5, - Price: 195.07, - Buy: 194.21, - Sell: 194.22, - Change: 0.85, - ChangePercent: 0.44, - Volume: 64, - High: 195.75, - Low: 194, - YearlyHigh: 241.25, - YearlyLow: 183.75, - YearlyStart: 212.5, - YearlyChange: -8.6, - Settlement: `Cash`, - Contract: `Swap`, - Region: `South America`, - Country: `Guyana`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-03-22`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 838 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Cotton`, - Spread: 0.01, - Open: 61.77, - Price: 61.56, - Buy: 61.77, - Sell: 61.77, - Change: -0.2, - ChangePercent: -0.32, - Volume: 3612, - High: 62.06, - Low: 61.32, - YearlyHigh: 67.59, - YearlyLow: 54.33, - YearlyStart: 60.96, - YearlyChange: 1.31, - Settlement: `Cash`, - Contract: `CFD`, - Region: `North America`, - Country: `United States`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-05-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 839 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `BTC/USD`, - Spread: 0.06, - Open: 93.88, - Price: 20925.17, - Buy: 21200.76, - Sell: 21400.78, - Change: -75.6, - ChangePercent: -0.36, - Volume: 5788000, - High: 22400.05, - Low: 20100.75, - YearlyHigh: 62400.7, - YearlyLow: 15100.88, - YearlyStart: 21200.29, - YearlyChange: -20.62, - Settlement: `Loan`, - Contract: `Options`, - Region: `Africa`, - Country: `Ethiopia`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-09-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 840 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soy Meat`, - Spread: 0.01, - Open: 342.6, - Price: 348.24, - Buy: 342.6, - Sell: 342.6, - Change: 5.62, - ChangePercent: 1.64, - Volume: 5646, - High: 345.4, - Low: 340.3, - YearlyHigh: 353.4, - YearlyLow: 261.7, - YearlyStart: 307.55, - YearlyChange: 11.4, - Settlement: `Loan`, - Contract: `Futures`, - Region: `North America`, - Country: `United States`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-04-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 841 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Milk`, - Spread: 0.01, - Open: 12.87, - Price: 12.86, - Buy: 12.87, - Sell: 12.87, - Change: 0, - ChangePercent: 0, - Volume: 7, - High: 12.89, - Low: 12.81, - YearlyHigh: 16.96, - YearlyLow: 12.81, - YearlyStart: 14.88, - YearlyChange: -13.6, - Settlement: `Cash`, - Contract: `CFD`, - Region: `Europe`, - Country: `Norway`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-02-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 842 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Silver`, - Spread: 0.01, - Open: 17.43, - Price: 17.52, - Buy: 17.43, - Sell: 17.43, - Change: 0.1, - ChangePercent: 0.56, - Volume: 11720, - High: 17.51, - Low: 17.37, - YearlyHigh: 18.06, - YearlyLow: 13.73, - YearlyStart: 15.89, - YearlyChange: 9.59, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Africa`, - Country: `Niger`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `High`, - Issuer: `American Airlines`, - Maturity: `2022-02-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 843 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Palladium`, - Spread: 0.01, - Open: 600.55, - Price: 606.53, - Buy: 601, - Sell: 601.01, - Change: 5.53, - ChangePercent: 0.92, - Volume: 651, - High: 607.2, - Low: 598.4, - YearlyHigh: 690, - YearlyLow: 458.6, - YearlyStart: 574.3, - YearlyChange: 4.65, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Europe`, - Country: `Slovakia`, - Risk: `High`, - Sector: `Public`, - Currency: `USD`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-07-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 844 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P MID MINI`, - Spread: 0.01, - Open: 1454.3, - Price: 1463.35, - Buy: 1455.78, - Sell: 1455.79, - Change: 7.57, - ChangePercent: 0.52, - Volume: 338, - High: 1455.78, - Low: 1448, - YearlyHigh: 1527.3, - YearlyLow: 1236, - YearlyStart: 1381.65, - YearlyChange: 5.37, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Middle East`, - Country: `Qatar`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-07-27`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 845 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Coffee`, - Spread: 0.01, - Open: 125.7, - Price: 125.39, - Buy: 125.7, - Sell: 125.7, - Change: -0.3, - ChangePercent: -0.24, - Volume: 1654, - High: 125.8, - Low: 125, - YearlyHigh: 155.75, - YearlyLow: 115.35, - YearlyStart: 135.55, - YearlyChange: -7.27, - Settlement: `Loan`, - Contract: `Swap`, - Region: `South America`, - Country: `Suriname`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-05-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 846 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Cocoa`, - Spread: 0.01, - Open: 3076, - Price: 3116.63, - Buy: 3076, - Sell: 3076, - Change: 40.6, - ChangePercent: 1.32, - Volume: 978, - High: 3078, - Low: 3066, - YearlyHigh: 3406, - YearlyLow: 2746, - YearlyStart: 3076, - YearlyChange: 0, - Settlement: `Cash`, - Contract: `Futures`, - Region: `North America`, - Country: `Mexico`, - Risk: `High`, - Sector: `Government`, - Currency: `USD`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-07-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 847 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Corn`, - Spread: 0.01, - Open: 379.5, - Price: 386.34, - Buy: 379.8, - Sell: 379.81, - Change: 6.54, - ChangePercent: 1.72, - Volume: 11266, - High: 381, - Low: 377.75, - YearlyHigh: 471.25, - YearlyLow: 351.25, - YearlyStart: 411.25, - YearlyChange: -7.65, - Settlement: `Credit`, - Contract: `Forwards`, - Region: `Middle East`, - Country: `UAE`, - Risk: `High`, - Sector: `Private`, - Currency: `PLN`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-08-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 848 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Sugar`, - Spread: 0.01, - Open: 15.68, - Price: 14.45, - Buy: 14.67, - Sell: 14.68, - Change: -0.22, - ChangePercent: -1.56, - Volume: 4949, - High: 15.7, - Low: 14.67, - YearlyHigh: 16.87, - YearlyLow: 11.37, - YearlyStart: 14.12, - YearlyChange: 3.92, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Asia Pacific`, - Country: `Taiwan`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-07-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 849 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `DOW Future`, - Spread: 0.01, - Open: 17711, - Price: 17549.2, - Buy: 17712.15, - Sell: 17712.16, - Change: -162.95, - ChangePercent: -0.92, - Volume: 22236, - High: 17727, - Low: 17642, - YearlyHigh: 18083, - YearlyLow: 15299, - YearlyStart: 16691, - YearlyChange: 6.12, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Middle East`, - Country: `UAE`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-04-21`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 850 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `FD Cattle`, - Spread: 0.01, - Open: 147.175, - Price: 150.69, - Buy: 148.6, - Sell: 148.61, - Change: 2.08, - ChangePercent: 1.4, - Volume: 5, - High: 148.61, - Low: 147.18, - YearlyHigh: 190, - YearlyLow: 138.1, - YearlyStart: 164.05, - YearlyChange: -9.41, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Africa`, - Country: `Tunisia`, - Risk: `High`, - Sector: `Public`, - Currency: `PLN`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-08-23`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 851 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Rice`, - Spread: 0.01, - Open: 11.245, - Price: 10.62, - Buy: 10.41, - Sell: 10.42, - Change: 0.2, - ChangePercent: 2, - Volume: 220, - High: 11.38, - Low: 10.42, - YearlyHigh: 14.14, - YearlyLow: 9.7, - YearlyStart: 11.92, - YearlyChange: -12.62, - Settlement: `Loan`, - Contract: `CFD`, - Region: `Middle East`, - Country: `Qatar`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-04-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 852 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Rice`, - Spread: 0.01, - Open: 11.245, - Price: 10.43, - Buy: 10.41, - Sell: 10.42, - Change: 0.01, - ChangePercent: 0.16, - Volume: 220, - High: 11.38, - Low: 10.42, - YearlyHigh: 14.14, - YearlyLow: 9.7, - YearlyStart: 11.92, - YearlyChange: -12.62, - Settlement: `Credit`, - Contract: `Futures`, - Region: `Europe`, - Country: `Belgium`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-04-23`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 853 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/CAD`, - Spread: 0.02, - Open: 0.7744, - Price: 0.95, - Buy: 0.94, - Sell: 0.96, - Change: 0, - ChangePercent: -0.24, - Volume: 13669, - High: 0.95, - Low: 0.77, - YearlyHigh: 0.95, - YearlyLow: 0.68, - YearlyStart: 0.76, - YearlyChange: 26.43, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Africa`, - Country: `Niger`, - Risk: `High`, - Sector: `Government`, - Currency: `PLN`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-04-22`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 854 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `DOW Future`, - Spread: 0.01, - Open: 17711, - Price: 17634.22, - Buy: 17712.15, - Sell: 17712.16, - Change: -77.93, - ChangePercent: -0.44, - Volume: 22236, - High: 17727, - Low: 17642, - YearlyHigh: 18083, - YearlyLow: 15299, - YearlyStart: 16691, - YearlyChange: 6.12, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Middle East`, - Country: `Syria`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-07-24`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 855 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soy Meat`, - Spread: 0.01, - Open: 342.6, - Price: 340.02, - Buy: 342.6, - Sell: 342.6, - Change: -2.6, - ChangePercent: -0.76, - Volume: 5646, - High: 345.4, - Low: 340.3, - YearlyHigh: 353.4, - YearlyLow: 261.7, - YearlyStart: 307.55, - YearlyChange: 11.4, - Settlement: `Credit`, - Contract: `Forwards`, - Region: `Europe`, - Country: `Norway`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-03-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 856 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Cocoa`, - Spread: 0.01, - Open: 3076, - Price: 3076.03, - Buy: 3076, - Sell: 3076, - Change: 0, - ChangePercent: 0, - Volume: 978, - High: 3078, - Low: 3066, - YearlyHigh: 3406, - YearlyLow: 2746, - YearlyStart: 3076, - YearlyChange: 0, - Settlement: `Cash`, - Contract: `Options`, - Region: `Africa`, - Country: `Ethiopia`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `FedEx`, - Maturity: `2022-06-23`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 857 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Sugar`, - Spread: 0.01, - Open: 15.68, - Price: 14.46, - Buy: 14.67, - Sell: 14.68, - Change: -0.21, - ChangePercent: -1.44, - Volume: 4949, - High: 15.7, - Low: 14.67, - YearlyHigh: 16.87, - YearlyLow: 11.37, - YearlyStart: 14.12, - YearlyChange: 3.92, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `Middle East`, - Country: `Oman`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-05-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 858 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `US 2Y Future`, - Spread: 0.01, - Open: 109.3984, - Price: 110.35, - Buy: 109.4, - Sell: 109.4, - Change: 0.96, - ChangePercent: 0.88, - Volume: 17742, - High: 109.41, - Low: 109.38, - YearlyHigh: 109.8, - YearlyLow: 108.62, - YearlyStart: 109.21, - YearlyChange: 0.16, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Asia Pacific`, - Country: `Thailand`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-07-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 859 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Diesel`, - Spread: 0.015, - Open: 1.3474, - Price: 1.35, - Buy: 1.35, - Sell: 1.35, - Change: -0.01, - ChangePercent: -0.36, - Volume: 2971, - High: 1.36, - Low: 1.34, - YearlyHigh: 2.11, - YearlyLow: 0.92, - YearlyStart: 1.51, - YearlyChange: -10.4, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `Asia Pacific`, - Country: `Taiwan`, - Risk: `Low`, - Sector: `Government`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-02-19`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 860 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Oats`, - Spread: 0.01, - Open: 194.5, - Price: 192.74, - Buy: 194.21, - Sell: 194.22, - Change: -1.48, - ChangePercent: -0.76, - Volume: 64, - High: 195.75, - Low: 194, - YearlyHigh: 241.25, - YearlyLow: 183.75, - YearlyStart: 212.5, - YearlyChange: -8.6, - Settlement: `Cash`, - Contract: `Options`, - Region: `Africa`, - Country: `Libya`, - Risk: `Low`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-09-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 861 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/CHF`, - Spread: 0.02, - Open: 1.0337, - Price: 1.05, - Buy: 1.03, - Sell: 1.03, - Change: 0.01, - ChangePercent: 0.92, - Volume: 5550, - High: 1.03, - Low: 1.03, - YearlyHigh: 1.11, - YearlyLow: 0.98, - YearlyStart: 1.04, - YearlyChange: -0.12, - Settlement: `Cash`, - Contract: `Options`, - Region: `North America`, - Country: `United States`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-04-22`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 862 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `DOW Future`, - Spread: 0.01, - Open: 17711, - Price: 17995.55, - Buy: 17712.15, - Sell: 17712.16, - Change: 283.4, - ChangePercent: 1.6, - Volume: 22236, - High: 17727, - Low: 17642, - YearlyHigh: 18083, - YearlyLow: 15299, - YearlyStart: 16691, - YearlyChange: 6.12, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Middle East`, - Country: `Israel`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-05-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 863 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Platinum`, - Spread: 0.01, - Open: 1071.6, - Price: 1075.38, - Buy: 1071.09, - Sell: 1071.1, - Change: 4.28, - ChangePercent: 0.4, - Volume: 3039, - High: 1081.2, - Low: 1070.5, - YearlyHigh: 1120.6, - YearlyLow: 812.4, - YearlyStart: 966.5, - YearlyChange: 10.82, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `Africa`, - Country: `Algeria`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-07-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 864 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Milk`, - Spread: 0.01, - Open: 12.87, - Price: 12.74, - Buy: 12.87, - Sell: 12.87, - Change: -0.12, - ChangePercent: -0.92, - Volume: 7, - High: 12.89, - Low: 12.81, - YearlyHigh: 16.96, - YearlyLow: 12.81, - YearlyStart: 14.88, - YearlyChange: -13.6, - Settlement: `Cash`, - Contract: `Options`, - Region: `South America`, - Country: `Colombia`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-09-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 865 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `DOW Future`, - Spread: 0.01, - Open: 17711, - Price: 17761.75, - Buy: 17712.15, - Sell: 17712.16, - Change: 49.6, - ChangePercent: 0.28, - Volume: 22236, - High: 17727, - Low: 17642, - YearlyHigh: 18083, - YearlyLow: 15299, - YearlyStart: 16691, - YearlyChange: 6.12, - Settlement: `Cash`, - Contract: `Options`, - Region: `North America`, - Country: `United States`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-05-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 866 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Rice`, - Spread: 0.01, - Open: 11.245, - Price: 10.24, - Buy: 10.41, - Sell: 10.42, - Change: -0.18, - ChangePercent: -1.64, - Volume: 220, - High: 11.38, - Low: 10.42, - YearlyHigh: 14.14, - YearlyLow: 9.7, - YearlyStart: 11.92, - YearlyChange: -12.62, - Settlement: `Credit`, - Contract: `CFD`, - Region: `South America`, - Country: `Bolivia`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-05-11`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 867 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Natural Gas`, - Spread: 0.02, - Open: 2.094, - Price: 2.11, - Buy: 2.09, - Sell: 2.09, - Change: 0.01, - ChangePercent: 0.32, - Volume: 2783, - High: 2.11, - Low: 2.09, - YearlyHigh: 3.2, - YearlyLow: 1.84, - YearlyStart: 2.52, - YearlyChange: -16.51, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Middle East`, - Country: `Israel`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `High`, - Issuer: `American Airlines`, - Maturity: `2022-07-19`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 868 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `OJ Future`, - Spread: 0.01, - Open: 140.6, - Price: 142.66, - Buy: 140.18, - Sell: 140.19, - Change: 2.47, - ChangePercent: 1.76, - Volume: 7, - High: 140.19, - Low: 0, - YearlyHigh: 155.95, - YearlyLow: 113, - YearlyStart: 134.47, - YearlyChange: 4.25, - Settlement: `Credit`, - Contract: `Options`, - Region: `Asia Pacific`, - Country: `Korea`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-02-22`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 869 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Corn`, - Spread: 0.01, - Open: 379.5, - Price: 372.97, - Buy: 379.8, - Sell: 379.81, - Change: -6.83, - ChangePercent: -1.8, - Volume: 11266, - High: 381, - Low: 377.75, - YearlyHigh: 471.25, - YearlyLow: 351.25, - YearlyStart: 411.25, - YearlyChange: -7.65, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Africa`, - Country: `Egypt`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-04-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 870 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Sugar`, - Spread: 0.01, - Open: 15.68, - Price: 14.97, - Buy: 14.67, - Sell: 14.68, - Change: 0.3, - ChangePercent: 2, - Volume: 4949, - High: 15.7, - Low: 14.67, - YearlyHigh: 16.87, - YearlyLow: 11.37, - YearlyStart: 14.12, - YearlyChange: 3.92, - Settlement: `Cash`, - Contract: `CFD`, - Region: `Europe`, - Country: `Croatia`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-08-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 871 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Oats`, - Spread: 0.01, - Open: 194.5, - Price: 193.05, - Buy: 194.21, - Sell: 194.22, - Change: -1.17, - ChangePercent: -0.6, - Volume: 64, - High: 195.75, - Low: 194, - YearlyHigh: 241.25, - YearlyLow: 183.75, - YearlyStart: 212.5, - YearlyChange: -8.6, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Africa`, - Country: `Algeria`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-08-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 872 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/CHF`, - Spread: 0.02, - Open: 1.0337, - Price: 1.03, - Buy: 1.03, - Sell: 1.03, - Change: -0.01, - ChangePercent: -1.2, - Volume: 5550, - High: 1.03, - Low: 1.03, - YearlyHigh: 1.11, - YearlyLow: 0.98, - YearlyStart: 1.04, - YearlyChange: -0.12, - Settlement: `Credit`, - Contract: `Options`, - Region: `Europe`, - Country: `Spain`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-03-19`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 873 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `US 30YR Future`, - Spread: 0.01, - Open: 164.875, - Price: 164.62, - Buy: 164.15, - Sell: 164.16, - Change: 0.46, - ChangePercent: 0.28, - Volume: 28012, - High: 165.25, - Low: 164.04, - YearlyHigh: 169.38, - YearlyLow: 151.47, - YearlyStart: 160.43, - YearlyChange: 2.33, - Settlement: `Loan`, - Contract: `Futures`, - Region: `Middle East`, - Country: `Bahrain`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-06-23`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 874 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Platinum`, - Spread: 0.01, - Open: 1071.6, - Price: 1051.82, - Buy: 1071.09, - Sell: 1071.1, - Change: -19.28, - ChangePercent: -1.8, - Volume: 3039, - High: 1081.2, - Low: 1070.5, - YearlyHigh: 1120.6, - YearlyLow: 812.4, - YearlyStart: 966.5, - YearlyChange: 10.82, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Asia Pacific`, - Country: `Singapore`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-01-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 875 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/CAD`, - Spread: 0.02, - Open: 0.7744, - Price: 0.96, - Buy: 0.94, - Sell: 0.96, - Change: 0.01, - ChangePercent: 0.88, - Volume: 13669, - High: 0.95, - Low: 0.77, - YearlyHigh: 0.95, - YearlyLow: 0.68, - YearlyStart: 0.76, - YearlyChange: 26.43, - Settlement: `Loan`, - Contract: `Options`, - Region: `Europe`, - Country: `Russia`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `High`, - Issuer: `American Airlines`, - Maturity: `2022-06-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 876 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Lumber`, - Spread: 0.01, - Open: 303.9, - Price: 302.53, - Buy: 304.59, - Sell: 304.6, - Change: -2.07, - ChangePercent: -0.68, - Volume: 2, - High: 304.6, - Low: 303.9, - YearlyHigh: 317.1, - YearlyLow: 236, - YearlyStart: 276.55, - YearlyChange: 10.14, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Middle East`, - Country: `Iraq`, - Risk: `High`, - Sector: `Public`, - Currency: `USD`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-07-16`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 877 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Cocoa`, - Spread: 0.01, - Open: 3076, - Price: 3084.64, - Buy: 3076, - Sell: 3076, - Change: 8.61, - ChangePercent: 0.28, - Volume: 978, - High: 3078, - Low: 3066, - YearlyHigh: 3406, - YearlyLow: 2746, - YearlyStart: 3076, - YearlyChange: 0, - Settlement: `Cash`, - Contract: `Options`, - Region: `Africa`, - Country: `Senegal`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-08-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 878 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Rice`, - Spread: 0.01, - Open: 11.245, - Price: 10.37, - Buy: 10.41, - Sell: 10.42, - Change: -0.05, - ChangePercent: -0.4, - Volume: 220, - High: 11.38, - Low: 10.42, - YearlyHigh: 14.14, - YearlyLow: 9.7, - YearlyStart: 11.92, - YearlyChange: -12.62, - Settlement: `Cash`, - Contract: `CFD`, - Region: `Europe`, - Country: `Germany`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-07-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 879 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Copper`, - Spread: 0.02, - Open: 2.123, - Price: 2.12, - Buy: 2.12, - Sell: 2.12, - Change: 0.01, - ChangePercent: 0.36, - Volume: 28819, - High: 2.16, - Low: 2.11, - YearlyHigh: 2.94, - YearlyLow: 1.96, - YearlyStart: 2.45, - YearlyChange: -13.76, - Settlement: `Credit`, - Contract: `CFD`, - Region: `North America`, - Country: `United States`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-06-27`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 880 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `NAS Future`, - Spread: 0.01, - Open: 4341.25, - Price: 4311.76, - Buy: 4341.25, - Sell: 4341.25, - Change: -29.52, - ChangePercent: -0.68, - Volume: 18259, - High: 4347, - Low: 4318, - YearlyHigh: 4719.75, - YearlyLow: 3867.75, - YearlyStart: 4293.75, - YearlyChange: 1.11, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Asia Pacific`, - Country: `Thailand`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-04-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 881 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `OJ Future`, - Spread: 0.01, - Open: 140.6, - Price: 139.68, - Buy: 140.18, - Sell: 140.19, - Change: -0.51, - ChangePercent: -0.36, - Volume: 7, - High: 140.19, - Low: 0, - YearlyHigh: 155.95, - YearlyLow: 113, - YearlyStart: 134.47, - YearlyChange: 4.25, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `Africa`, - Country: `Tunisia`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-03-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 882 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `LV Cattle`, - Spread: 0.01, - Open: 120.725, - Price: 118.48, - Buy: 120.72, - Sell: 120.72, - Change: -2.22, - ChangePercent: -1.84, - Volume: 4, - High: 120.72, - Low: 120.72, - YearlyHigh: 147.98, - YearlyLow: 113.9, - YearlyStart: 130.94, - YearlyChange: -7.82, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Asia Pacific`, - Country: `Azerbaijan`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-07-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 883 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Sugar`, - Spread: 0.01, - Open: 15.68, - Price: 14.66, - Buy: 14.67, - Sell: 14.68, - Change: -0.01, - ChangePercent: -0.08, - Volume: 4949, - High: 15.7, - Low: 14.67, - YearlyHigh: 16.87, - YearlyLow: 11.37, - YearlyStart: 14.12, - YearlyChange: 3.92, - Settlement: `Cash`, - Contract: `Futures`, - Region: `North America`, - Country: `Canada`, - Risk: `High`, - Sector: `Public`, - Currency: `PLN`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-01-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 884 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Gold`, - Spread: 0.01, - Open: 1281.1, - Price: 1274.07, - Buy: 1280.73, - Sell: 1280.74, - Change: -6.66, - ChangePercent: -0.52, - Volume: 48387, - High: 1289.5, - Low: 1279.1, - YearlyHigh: 1306, - YearlyLow: 1047.2, - YearlyStart: 1176.6, - YearlyChange: 8.85, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Asia Pacific`, - Country: `Philippines`, - Risk: `High`, - Sector: `Government`, - Currency: `USD`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-08-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 885 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Gold`, - Spread: 0.01, - Open: 1281.1, - Price: 1265.88, - Buy: 1280.73, - Sell: 1280.74, - Change: -14.85, - ChangePercent: -1.16, - Volume: 48387, - High: 1289.5, - Low: 1279.1, - YearlyHigh: 1306, - YearlyLow: 1047.2, - YearlyStart: 1176.6, - YearlyChange: 8.85, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Europe`, - Country: `Czechia`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-04-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 886 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soybean`, - Spread: 0.01, - Open: 1038, - Price: 1055.65, - Buy: 1038.61, - Sell: 1038.62, - Change: 17.03, - ChangePercent: 1.64, - Volume: 20356, - High: 1044, - Low: 1031.75, - YearlyHigh: 1057, - YearlyLow: 859.5, - YearlyStart: 958.25, - YearlyChange: 8.39, - Settlement: `Cash`, - Contract: `Options`, - Region: `South America`, - Country: `Peru`, - Risk: `Low`, - Sector: `Government`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-01-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 887 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P 600 MINI`, - Spread: 0.01, - Open: 687.9, - Price: 681.83, - Buy: 687.9, - Sell: 687.9, - Change: -6.05, - ChangePercent: -0.88, - Volume: 0, - High: 0, - Low: 0, - YearlyHigh: 620.32, - YearlyLow: 595.9, - YearlyStart: 608.11, - YearlyChange: 13.12, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Middle East`, - Country: `Israel`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-04-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 888 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Sugar`, - Spread: 0.01, - Open: 15.68, - Price: 14.66, - Buy: 14.67, - Sell: 14.68, - Change: -0.01, - ChangePercent: -0.08, - Volume: 4949, - High: 15.7, - Low: 14.67, - YearlyHigh: 16.87, - YearlyLow: 11.37, - YearlyStart: 14.12, - YearlyChange: 3.92, - Settlement: `Loan`, - Contract: `Futures`, - Region: `Middle East`, - Country: `Saudi Arabia`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-04-16`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 889 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Uranium`, - Spread: 0.02, - Open: 27.55, - Price: 28.08, - Buy: 27.55, - Sell: 27.55, - Change: 0.5, - ChangePercent: 1.8, - Volume: 12, - High: 27.55, - Low: 27.55, - YearlyHigh: 29.32, - YearlyLow: 21.28, - YearlyStart: 25.3, - YearlyChange: 9.01, - Settlement: `Cash`, - Contract: `Options`, - Region: `Asia Pacific`, - Country: `Australia`, - Risk: `High`, - Sector: `Private`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-04-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 890 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/CHF`, - Spread: 0.02, - Open: 1.0337, - Price: 1.05, - Buy: 1.03, - Sell: 1.03, - Change: 0.01, - ChangePercent: 0.2, - Volume: 5550, - High: 1.03, - Low: 1.03, - YearlyHigh: 1.11, - YearlyLow: 0.98, - YearlyStart: 1.04, - YearlyChange: -0.12, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Europe`, - Country: `Slovenia`, - Risk: `High`, - Sector: `Government`, - Currency: `USD`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-02-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 891 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Lumber`, - Spread: 0.01, - Open: 303.9, - Price: 298.75, - Buy: 304.59, - Sell: 304.6, - Change: -5.85, - ChangePercent: -1.92, - Volume: 2, - High: 304.6, - Low: 303.9, - YearlyHigh: 317.1, - YearlyLow: 236, - YearlyStart: 276.55, - YearlyChange: 10.14, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Middle East`, - Country: `Kuwait`, - Risk: `Low`, - Sector: `Government`, - Currency: `USD`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-04-24`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 892 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Platinum`, - Spread: 0.01, - Open: 1071.6, - Price: 1052.25, - Buy: 1071.09, - Sell: 1071.1, - Change: -18.85, - ChangePercent: -1.76, - Volume: 3039, - High: 1081.2, - Low: 1070.5, - YearlyHigh: 1120.6, - YearlyLow: 812.4, - YearlyStart: 966.5, - YearlyChange: 10.82, - Settlement: `Cash`, - Contract: `CFD`, - Region: `Africa`, - Country: `South Africa`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-08-21`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 893 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Lumber`, - Spread: 0.01, - Open: 303.9, - Price: 300.46, - Buy: 304.59, - Sell: 304.6, - Change: -4.14, - ChangePercent: -1.36, - Volume: 2, - High: 304.6, - Low: 303.9, - YearlyHigh: 317.1, - YearlyLow: 236, - YearlyStart: 276.55, - YearlyChange: 10.14, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Asia Pacific`, - Country: `Pakistan`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-06-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 894 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P MID MINI`, - Spread: 0.01, - Open: 1454.3, - Price: 1455.78, - Buy: 1455.78, - Sell: 1455.79, - Change: 0, - ChangePercent: 0, - Volume: 338, - High: 1455.78, - Low: 1448, - YearlyHigh: 1527.3, - YearlyLow: 1236, - YearlyStart: 1381.65, - YearlyChange: 5.37, - Settlement: `Cash`, - Contract: `Options`, - Region: `Asia Pacific`, - Country: `Philippines`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-02-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 895 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Ethanol`, - Spread: 0.01, - Open: 1.512, - Price: 2.76, - Buy: 2.75, - Sell: 2.76, - Change: 0.01, - ChangePercent: 0.36, - Volume: 14, - High: 2.75, - Low: 1.12, - YearlyHigh: 2.75, - YearlyLow: 1.12, - YearlyStart: 1.48, - YearlyChange: 86.7, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `South America`, - Country: `Paraguay`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `High`, - Issuer: `American Airlines`, - Maturity: `2022-02-21`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 896 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P 600 MINI`, - Spread: 0.01, - Open: 687.9, - Price: 691.46, - Buy: 687.9, - Sell: 687.9, - Change: 3.58, - ChangePercent: 0.52, - Volume: 0, - High: 0, - Low: 0, - YearlyHigh: 620.32, - YearlyLow: 595.9, - YearlyStart: 608.11, - YearlyChange: 13.12, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Europe`, - Country: `Iceland`, - Risk: `High`, - Sector: `Private`, - Currency: `PLN`, - Security: `High`, - Issuer: `FedEx`, - Maturity: `2022-05-22`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 897 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soybean`, - Spread: 0.01, - Open: 1038, - Price: 1044.43, - Buy: 1038.61, - Sell: 1038.62, - Change: 5.81, - ChangePercent: 0.56, - Volume: 20356, - High: 1044, - Low: 1031.75, - YearlyHigh: 1057, - YearlyLow: 859.5, - YearlyStart: 958.25, - YearlyChange: 8.39, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Middle East`, - Country: `Saudi Arabia`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-04-19`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 898 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soybean`, - Spread: 0.01, - Open: 1038, - Price: 1031.14, - Buy: 1038.61, - Sell: 1038.62, - Change: -7.48, - ChangePercent: -0.72, - Volume: 20356, - High: 1044, - Low: 1031.75, - YearlyHigh: 1057, - YearlyLow: 859.5, - YearlyStart: 958.25, - YearlyChange: 8.39, - Settlement: `Cash`, - Contract: `Options`, - Region: `Asia Pacific`, - Country: `Indonesia`, - Risk: `High`, - Sector: `Government`, - Currency: `USD`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-02-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 899 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P Future`, - Spread: 0.01, - Open: 2057.5, - Price: 2047.55, - Buy: 2056.6, - Sell: 2056.61, - Change: -9.05, - ChangePercent: -0.44, - Volume: 142780, - High: 2059.5, - Low: 2049, - YearlyHigh: 2105.5, - YearlyLow: 1794.5, - YearlyStart: 1950, - YearlyChange: 5.47, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `North America`, - Country: `Canada`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-03-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 900 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/CAD`, - Spread: 0.02, - Open: 0.7744, - Price: 0.94, - Buy: 0.94, - Sell: 0.96, - Change: -0.01, - ChangePercent: -1.36, - Volume: 13669, - High: 0.95, - Low: 0.77, - YearlyHigh: 0.95, - YearlyLow: 0.68, - YearlyStart: 0.76, - YearlyChange: 26.43, - Settlement: `Cash`, - Contract: `Options`, - Region: `Asia Pacific`, - Country: `Korea`, - Risk: `Low`, - Sector: `Government`, - Currency: `USD`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-02-24`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 901 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Corn`, - Spread: 0.01, - Open: 379.5, - Price: 375.85, - Buy: 379.8, - Sell: 379.81, - Change: -3.95, - ChangePercent: -1.04, - Volume: 11266, - High: 381, - Low: 377.75, - YearlyHigh: 471.25, - YearlyLow: 351.25, - YearlyStart: 411.25, - YearlyChange: -7.65, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Middle East`, - Country: `Syria`, - Risk: `High`, - Sector: `Government`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-06-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 902 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Rice`, - Spread: 0.01, - Open: 11.245, - Price: 10.4, - Buy: 10.41, - Sell: 10.42, - Change: -0.02, - ChangePercent: -0.12, - Volume: 220, - High: 11.38, - Low: 10.42, - YearlyHigh: 14.14, - YearlyLow: 9.7, - YearlyStart: 11.92, - YearlyChange: -12.62, - Settlement: `Cash`, - Contract: `Options`, - Region: `South America`, - Country: `Suriname`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-04-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 903 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Copper`, - Spread: 0.02, - Open: 2.123, - Price: 2.11, - Buy: 2.12, - Sell: 2.12, - Change: 0, - ChangePercent: -0.32, - Volume: 28819, - High: 2.16, - Low: 2.11, - YearlyHigh: 2.94, - YearlyLow: 1.96, - YearlyStart: 2.45, - YearlyChange: -13.76, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Africa`, - Country: `Morocco`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-05-23`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 904 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `Euro$ 3M`, - Spread: 0.01, - Open: 99.18, - Price: 101.03, - Buy: 99.18, - Sell: 99.18, - Change: 1.86, - ChangePercent: 1.88, - Volume: 29509, - High: 99.18, - Low: 99.17, - YearlyHigh: 99.38, - YearlyLow: 98.41, - YearlyStart: 98.89, - YearlyChange: 0.28, - Settlement: `Credit`, - Contract: `Futures`, - Region: `Asia Pacific`, - Country: `Philippines`, - Risk: `High`, - Sector: `Public`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-09-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 905 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soybean`, - Spread: 0.01, - Open: 1038, - Price: 1042.77, - Buy: 1038.61, - Sell: 1038.62, - Change: 4.15, - ChangePercent: 0.4, - Volume: 20356, - High: 1044, - Low: 1031.75, - YearlyHigh: 1057, - YearlyLow: 859.5, - YearlyStart: 958.25, - YearlyChange: 8.39, - Settlement: `Credit`, - Contract: `CFD`, - Region: `Middle East`, - Country: `Qatar`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-04-10`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 906 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Lumber`, - Spread: 0.01, - Open: 303.9, - Price: 302.16, - Buy: 304.59, - Sell: 304.6, - Change: -2.44, - ChangePercent: -0.8, - Volume: 2, - High: 304.6, - Low: 303.9, - YearlyHigh: 317.1, - YearlyLow: 236, - YearlyStart: 276.55, - YearlyChange: 10.14, - Settlement: `Cash`, - Contract: `Options`, - Region: `Middle East`, - Country: `UAE`, - Risk: `Low`, - Sector: `Public`, - Currency: `EUR`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-08-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 907 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soybean`, - Spread: 0.01, - Open: 1038, - Price: 1043.19, - Buy: 1038.61, - Sell: 1038.62, - Change: 4.57, - ChangePercent: 0.44, - Volume: 20356, - High: 1044, - Low: 1031.75, - YearlyHigh: 1057, - YearlyLow: 859.5, - YearlyStart: 958.25, - YearlyChange: 8.39, - Settlement: `Cash`, - Contract: `Options`, - Region: `Middle East`, - Country: `Lebanon`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-08-23`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 908 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soybean`, - Spread: 0.01, - Open: 1038, - Price: 1057.31, - Buy: 1038.61, - Sell: 1038.62, - Change: 18.69, - ChangePercent: 1.8, - Volume: 20356, - High: 1044, - Low: 1031.75, - YearlyHigh: 1057, - YearlyLow: 859.5, - YearlyStart: 958.25, - YearlyChange: 8.39, - Settlement: `Cash`, - Contract: `Swap`, - Region: `North America`, - Country: `United States`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-08-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 909 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Palladium`, - Spread: 0.01, - Open: 600.55, - Price: 606.29, - Buy: 601, - Sell: 601.01, - Change: 5.29, - ChangePercent: 0.88, - Volume: 651, - High: 607.2, - Low: 598.4, - YearlyHigh: 690, - YearlyLow: 458.6, - YearlyStart: 574.3, - YearlyChange: 4.65, - Settlement: `Loan`, - Contract: `Futures`, - Region: `Asia Pacific`, - Country: `Indonesia`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-02-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 910 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Lumber`, - Spread: 0.01, - Open: 303.9, - Price: 303.99, - Buy: 304.59, - Sell: 304.6, - Change: -0.61, - ChangePercent: -0.2, - Volume: 2, - High: 304.6, - Low: 303.9, - YearlyHigh: 317.1, - YearlyLow: 236, - YearlyStart: 276.55, - YearlyChange: 10.14, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Europe`, - Country: `France`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `High`, - Issuer: `FedEx`, - Maturity: `2022-02-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 911 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `Lean Hogs`, - Spread: 0.01, - Open: 81.275, - Price: 80.96, - Buy: 81.81, - Sell: 81.82, - Change: -0.85, - ChangePercent: -1.04, - Volume: 1, - High: 81.81, - Low: 81.28, - YearlyHigh: 83.98, - YearlyLow: 70.25, - YearlyStart: 77.11, - YearlyChange: 6.09, - Settlement: `Loan`, - Contract: `Futures`, - Region: `Middle East`, - Country: `Israel`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-06-24`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 912 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Coffee`, - Spread: 0.01, - Open: 125.7, - Price: 127.2, - Buy: 125.7, - Sell: 125.7, - Change: 1.51, - ChangePercent: 1.2, - Volume: 1654, - High: 125.8, - Low: 125, - YearlyHigh: 155.75, - YearlyLow: 115.35, - YearlyStart: 135.55, - YearlyChange: -7.27, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Asia Pacific`, - Country: `Afghanistan`, - Risk: `High`, - Sector: `Government`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-02-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 913 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Cotton`, - Spread: 0.01, - Open: 61.77, - Price: 62.9, - Buy: 61.77, - Sell: 61.77, - Change: 1.14, - ChangePercent: 1.84, - Volume: 3612, - High: 62.06, - Low: 61.32, - YearlyHigh: 67.59, - YearlyLow: 54.33, - YearlyStart: 60.96, - YearlyChange: 1.31, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `Middle East`, - Country: `Qatar`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-05-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 914 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/CAD`, - Spread: 0.02, - Open: 0.7744, - Price: 0.97, - Buy: 0.94, - Sell: 0.96, - Change: 0.02, - ChangePercent: 1.2, - Volume: 13669, - High: 0.95, - Low: 0.77, - YearlyHigh: 0.95, - YearlyLow: 0.68, - YearlyStart: 0.76, - YearlyChange: 26.43, - Settlement: `Credit`, - Contract: `Options`, - Region: `Middle East`, - Country: `Kuwait`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `American Airlines`, - Maturity: `2022-08-10`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 915 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Uranium`, - Spread: 0.02, - Open: 27.55, - Price: 27.78, - Buy: 27.55, - Sell: 27.55, - Change: 0.2, - ChangePercent: 0.72, - Volume: 12, - High: 27.55, - Low: 27.55, - YearlyHigh: 29.32, - YearlyLow: 21.28, - YearlyStart: 25.3, - YearlyChange: 9.01, - Settlement: `Loan`, - Contract: `Futures`, - Region: `South America`, - Country: `Ecuador`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-01-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 916 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/CHF`, - Spread: 0.02, - Open: 1.0337, - Price: 1.06, - Buy: 1.03, - Sell: 1.03, - Change: 0.02, - ChangePercent: 1.68, - Volume: 5550, - High: 1.03, - Low: 1.03, - YearlyHigh: 1.11, - YearlyLow: 0.98, - YearlyStart: 1.04, - YearlyChange: -0.12, - Settlement: `Credit`, - Contract: `Options`, - Region: `North America`, - Country: `Canada`, - Risk: `High`, - Sector: `Public`, - Currency: `USD`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-07-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 917 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `DOW Future`, - Spread: 0.01, - Open: 17711, - Price: 17953.04, - Buy: 17712.15, - Sell: 17712.16, - Change: 240.89, - ChangePercent: 1.36, - Volume: 22236, - High: 17727, - Low: 17642, - YearlyHigh: 18083, - YearlyLow: 15299, - YearlyStart: 16691, - YearlyChange: 6.12, - Settlement: `Credit`, - Contract: `CFD`, - Region: `Africa`, - Country: `Algeria`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-04-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 918 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/JPY`, - Spread: 0.02, - Open: 9275.5, - Price: 9362.69, - Buy: 9277.32, - Sell: 9277.34, - Change: 85.36, - ChangePercent: 0.92, - Volume: 47734, - High: 9277.33, - Low: 0.93, - YearlyHigh: 9483, - YearlyLow: 0.93, - YearlyStart: 4741.97, - YearlyChange: 95.64, - Settlement: `Cash`, - Contract: `CFD`, - Region: `Europe`, - Country: `Italy`, - Risk: `High`, - Sector: `Public`, - Currency: `USD`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-07-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 919 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Gold`, - Spread: 0.01, - Open: 1281.1, - Price: 1272.54, - Buy: 1280.73, - Sell: 1280.74, - Change: -8.19, - ChangePercent: -0.64, - Volume: 48387, - High: 1289.5, - Low: 1279.1, - YearlyHigh: 1306, - YearlyLow: 1047.2, - YearlyStart: 1176.6, - YearlyChange: 8.85, - Settlement: `Credit`, - Contract: `Swap`, - Region: `North America`, - Country: `Canada`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `High`, - Issuer: `American Airlines`, - Maturity: `2022-05-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 920 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Platinum`, - Spread: 0.01, - Open: 1071.6, - Price: 1061.25, - Buy: 1071.09, - Sell: 1071.1, - Change: -9.85, - ChangePercent: -0.92, - Volume: 3039, - High: 1081.2, - Low: 1070.5, - YearlyHigh: 1120.6, - YearlyLow: 812.4, - YearlyStart: 966.5, - YearlyChange: 10.82, - Settlement: `Credit`, - Contract: `Options`, - Region: `Africa`, - Country: `Tunisia`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-03-19`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 921 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Oats`, - Spread: 0.01, - Open: 194.5, - Price: 197.33, - Buy: 194.21, - Sell: 194.22, - Change: 3.11, - ChangePercent: 1.6, - Volume: 64, - High: 195.75, - Low: 194, - YearlyHigh: 241.25, - YearlyLow: 183.75, - YearlyStart: 212.5, - YearlyChange: -8.6, - Settlement: `Credit`, - Contract: `Forwards`, - Region: `Asia Pacific`, - Country: `Azerbaijan`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-03-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 922 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `NAS Future`, - Spread: 0.01, - Open: 4341.25, - Price: 4414.21, - Buy: 4341.25, - Sell: 4341.25, - Change: 72.93, - ChangePercent: 1.68, - Volume: 18259, - High: 4347, - Low: 4318, - YearlyHigh: 4719.75, - YearlyLow: 3867.75, - YearlyStart: 4293.75, - YearlyChange: 1.11, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Asia Pacific`, - Country: `Australia`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-08-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 923 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `OJ Future`, - Spread: 0.01, - Open: 140.6, - Price: 138.39, - Buy: 140.18, - Sell: 140.19, - Change: -1.8, - ChangePercent: -1.28, - Volume: 7, - High: 140.19, - Low: 0, - YearlyHigh: 155.95, - YearlyLow: 113, - YearlyStart: 134.47, - YearlyChange: 4.25, - Settlement: `Loan`, - Contract: `Options`, - Region: `South America`, - Country: `Colombia`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-05-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 924 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `Lean Hogs`, - Spread: 0.01, - Open: 81.275, - Price: 80.24, - Buy: 81.81, - Sell: 81.82, - Change: -1.57, - ChangePercent: -1.92, - Volume: 1, - High: 81.81, - Low: 81.28, - YearlyHigh: 83.98, - YearlyLow: 70.25, - YearlyStart: 77.11, - YearlyChange: 6.09, - Settlement: `Credit`, - Contract: `Options`, - Region: `Africa`, - Country: `South Africa`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-05-22`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 925 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Oats`, - Spread: 0.01, - Open: 194.5, - Price: 193.05, - Buy: 194.21, - Sell: 194.22, - Change: -1.17, - ChangePercent: -0.6, - Volume: 64, - High: 195.75, - Low: 194, - YearlyHigh: 241.25, - YearlyLow: 183.75, - YearlyStart: 212.5, - YearlyChange: -8.6, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Europe`, - Country: `United Kingdom`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-07-23`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 926 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P MID MINI`, - Spread: 0.01, - Open: 1454.3, - Price: 1441.22, - Buy: 1455.78, - Sell: 1455.79, - Change: -14.56, - ChangePercent: -1, - Volume: 338, - High: 1455.78, - Low: 1448, - YearlyHigh: 1527.3, - YearlyLow: 1236, - YearlyStart: 1381.65, - YearlyChange: 5.37, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Asia Pacific`, - Country: `New Zealand`, - Risk: `Low`, - Sector: `Public`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-04-21`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 927 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Oil`, - Spread: 0.015, - Open: 45.54, - Price: 46.56, - Buy: 45.78, - Sell: 45.8, - Change: 0.77, - ChangePercent: 1.68, - Volume: 107196, - High: 45.94, - Low: 45, - YearlyHigh: 65.28, - YearlyLow: 30.79, - YearlyStart: 48.03, - YearlyChange: -4.67, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Asia Pacific`, - Country: `Azerbaijan`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-02-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 928 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Oil`, - Spread: 0.015, - Open: 45.54, - Price: 45.33, - Buy: 45.78, - Sell: 45.8, - Change: -0.46, - ChangePercent: -1, - Volume: 107196, - High: 45.94, - Low: 45, - YearlyHigh: 65.28, - YearlyLow: 30.79, - YearlyStart: 48.03, - YearlyChange: -4.67, - Settlement: `Loan`, - Contract: `Futures`, - Region: `South America`, - Country: `Uruguay`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-03-16`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 929 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Platinum`, - Spread: 0.01, - Open: 1071.6, - Price: 1090.38, - Buy: 1071.09, - Sell: 1071.1, - Change: 19.28, - ChangePercent: 1.8, - Volume: 3039, - High: 1081.2, - Low: 1070.5, - YearlyHigh: 1120.6, - YearlyLow: 812.4, - YearlyStart: 966.5, - YearlyChange: 10.82, - Settlement: `Loan`, - Contract: `Futures`, - Region: `Europe`, - Country: `Denmark`, - Risk: `Low`, - Sector: `Government`, - Currency: `USD`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-06-16`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 930 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Gold`, - Spread: 0.01, - Open: 1281.1, - Price: 1279.19, - Buy: 1280.73, - Sell: 1280.74, - Change: -1.54, - ChangePercent: -0.12, - Volume: 48387, - High: 1289.5, - Low: 1279.1, - YearlyHigh: 1306, - YearlyLow: 1047.2, - YearlyStart: 1176.6, - YearlyChange: 8.85, - Settlement: `Cash`, - Contract: `Options`, - Region: `Europe`, - Country: `Greece`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-09-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 931 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/JPY`, - Spread: 0.02, - Open: 9275.5, - Price: 9114.05, - Buy: 9277.32, - Sell: 9277.34, - Change: -163.28, - ChangePercent: -1.76, - Volume: 47734, - High: 9277.33, - Low: 0.93, - YearlyHigh: 9483, - YearlyLow: 0.93, - YearlyStart: 4741.97, - YearlyChange: 95.64, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Middle East`, - Country: `Israel`, - Risk: `Low`, - Sector: `Government`, - Currency: `USD`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-07-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 932 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soy Meat`, - Spread: 0.01, - Open: 342.6, - Price: 343.99, - Buy: 342.6, - Sell: 342.6, - Change: 1.37, - ChangePercent: 0.4, - Volume: 5646, - High: 345.4, - Low: 340.3, - YearlyHigh: 353.4, - YearlyLow: 261.7, - YearlyStart: 307.55, - YearlyChange: 11.4, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Africa`, - Country: `Senegal`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-05-23`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 933 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `LV Cattle`, - Spread: 0.01, - Open: 120.725, - Price: 122.25, - Buy: 120.72, - Sell: 120.72, - Change: 1.55, - ChangePercent: 1.28, - Volume: 4, - High: 120.72, - Low: 120.72, - YearlyHigh: 147.98, - YearlyLow: 113.9, - YearlyStart: 130.94, - YearlyChange: -7.82, - Settlement: `Cash`, - Contract: `CFD`, - Region: `Middle East`, - Country: `Israel`, - Risk: `Low`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-04-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 934 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `NAS Future`, - Spread: 0.01, - Open: 4341.25, - Price: 4358.65, - Buy: 4341.25, - Sell: 4341.25, - Change: 17.37, - ChangePercent: 0.4, - Volume: 18259, - High: 4347, - Low: 4318, - YearlyHigh: 4719.75, - YearlyLow: 3867.75, - YearlyStart: 4293.75, - YearlyChange: 1.11, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Africa`, - Country: `Senegal`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-02-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 935 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Natural Gas`, - Spread: 0.02, - Open: 2.094, - Price: 2.08, - Buy: 2.09, - Sell: 2.09, - Change: -0.02, - ChangePercent: -1.12, - Volume: 2783, - High: 2.11, - Low: 2.09, - YearlyHigh: 3.2, - YearlyLow: 1.84, - YearlyStart: 2.52, - YearlyChange: -16.51, - Settlement: `Credit`, - Contract: `CFD`, - Region: `Europe`, - Country: `Czechia`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-02-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 936 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Sugar`, - Spread: 0.01, - Open: 15.68, - Price: 14.77, - Buy: 14.67, - Sell: 14.68, - Change: 0.1, - ChangePercent: 0.68, - Volume: 4949, - High: 15.7, - Low: 14.67, - YearlyHigh: 16.87, - YearlyLow: 11.37, - YearlyStart: 14.12, - YearlyChange: 3.92, - Settlement: `Credit`, - Contract: `Options`, - Region: `Asia Pacific`, - Country: `Australia`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-05-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 937 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Coffee`, - Spread: 0.01, - Open: 125.7, - Price: 127.9, - Buy: 125.7, - Sell: 125.7, - Change: 2.21, - ChangePercent: 1.76, - Volume: 1654, - High: 125.8, - Low: 125, - YearlyHigh: 155.75, - YearlyLow: 115.35, - YearlyStart: 135.55, - YearlyChange: -7.27, - Settlement: `Credit`, - Contract: `Options`, - Region: `North America`, - Country: `Canada`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-06-16`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 938 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Coal`, - Spread: 0.015, - Open: 0.4363, - Price: 0.42, - Buy: 0.44, - Sell: 0.44, - Change: 0, - ChangePercent: 1.32, - Volume: 3, - High: 0.44, - Low: 0.44, - YearlyHigh: 0.48, - YearlyLow: 0.4, - YearlyStart: 0.44, - YearlyChange: -5.33, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `Asia Pacific`, - Country: `Korea`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-06-21`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 939 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `Lean Hogs`, - Spread: 0.01, - Open: 81.275, - Price: 82.08, - Buy: 81.81, - Sell: 81.82, - Change: 0.27, - ChangePercent: 0.32, - Volume: 1, - High: 81.81, - Low: 81.28, - YearlyHigh: 83.98, - YearlyLow: 70.25, - YearlyStart: 77.11, - YearlyChange: 6.09, - Settlement: `Cash`, - Contract: `CFD`, - Region: `South America`, - Country: `Suriname`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-06-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 940 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Gold`, - Spread: 0.01, - Open: 1281.1, - Price: 1277.15, - Buy: 1280.73, - Sell: 1280.74, - Change: -3.58, - ChangePercent: -0.28, - Volume: 48387, - High: 1289.5, - Low: 1279.1, - YearlyHigh: 1306, - YearlyLow: 1047.2, - YearlyStart: 1176.6, - YearlyChange: 8.85, - Settlement: `Cash`, - Contract: `Options`, - Region: `Africa`, - Country: `Niger`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-07-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 941 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Silver`, - Spread: 0.01, - Open: 17.43, - Price: 17.34, - Buy: 17.43, - Sell: 17.43, - Change: -0.08, - ChangePercent: -0.44, - Volume: 11720, - High: 17.51, - Low: 17.37, - YearlyHigh: 18.06, - YearlyLow: 13.73, - YearlyStart: 15.89, - YearlyChange: 9.59, - Settlement: `Cash`, - Contract: `Futures`, - Region: `North America`, - Country: `Canada`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-07-22`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 942 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `NAS Future`, - Spread: 0.01, - Open: 4341.25, - Price: 4396.85, - Buy: 4341.25, - Sell: 4341.25, - Change: 55.57, - ChangePercent: 1.28, - Volume: 18259, - High: 4347, - Low: 4318, - YearlyHigh: 4719.75, - YearlyLow: 3867.75, - YearlyStart: 4293.75, - YearlyChange: 1.11, - Settlement: `Loan`, - Contract: `Futures`, - Region: `Middle East`, - Country: `Oman`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-06-21`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 943 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `FD Cattle`, - Spread: 0.01, - Open: 147.175, - Price: 149.38, - Buy: 148.6, - Sell: 148.61, - Change: 0.77, - ChangePercent: 0.52, - Volume: 5, - High: 148.61, - Low: 147.18, - YearlyHigh: 190, - YearlyLow: 138.1, - YearlyStart: 164.05, - YearlyChange: -9.41, - Settlement: `Loan`, - Contract: `Options`, - Region: `Asia Pacific`, - Country: `Thailand`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `American Airlines`, - Maturity: `2022-02-22`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 944 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Lumber`, - Spread: 0.01, - Open: 303.9, - Price: 308.13, - Buy: 304.59, - Sell: 304.6, - Change: 3.53, - ChangePercent: 1.16, - Volume: 2, - High: 304.6, - Low: 303.9, - YearlyHigh: 317.1, - YearlyLow: 236, - YearlyStart: 276.55, - YearlyChange: 10.14, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Asia Pacific`, - Country: `Japan`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-09-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 945 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `Euro$ 3M`, - Spread: 0.01, - Open: 99.18, - Price: 97.5, - Buy: 99.18, - Sell: 99.18, - Change: -1.67, - ChangePercent: -1.68, - Volume: 29509, - High: 99.18, - Low: 99.17, - YearlyHigh: 99.38, - YearlyLow: 98.41, - YearlyStart: 98.89, - YearlyChange: 0.28, - Settlement: `Cash`, - Contract: `Options`, - Region: `Middle East`, - Country: `Oman`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `FedEx`, - Maturity: `2022-05-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 946 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P Future`, - Spread: 0.01, - Open: 2057.5, - Price: 2051.67, - Buy: 2056.6, - Sell: 2056.61, - Change: -4.93, - ChangePercent: -0.24, - Volume: 142780, - High: 2059.5, - Low: 2049, - YearlyHigh: 2105.5, - YearlyLow: 1794.5, - YearlyStart: 1950, - YearlyChange: 5.47, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Middle East`, - Country: `Syria`, - Risk: `High`, - Sector: `Government`, - Currency: `PLN`, - Security: `High`, - Issuer: `American Airlines`, - Maturity: `2022-08-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 947 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/JPY`, - Spread: 0.02, - Open: 9275.5, - Price: 9277.33, - Buy: 9277.32, - Sell: 9277.34, - Change: 0, - ChangePercent: 0, - Volume: 47734, - High: 9277.33, - Low: 0.93, - YearlyHigh: 9483, - YearlyLow: 0.93, - YearlyStart: 4741.97, - YearlyChange: 95.64, - Settlement: `Loan`, - Contract: `Options`, - Region: `South America`, - Country: `Chile`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `American Airlines`, - Maturity: `2022-08-22`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 948 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Palladium`, - Spread: 0.01, - Open: 600.55, - Price: 596.43, - Buy: 601, - Sell: 601.01, - Change: -4.57, - ChangePercent: -0.76, - Volume: 651, - High: 607.2, - Low: 598.4, - YearlyHigh: 690, - YearlyLow: 458.6, - YearlyStart: 574.3, - YearlyChange: 4.65, - Settlement: `Credit`, - Contract: `CFD`, - Region: `Middle East`, - Country: `Jordan`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-06-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 949 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Platinum`, - Spread: 0.01, - Open: 1071.6, - Price: 1082.67, - Buy: 1071.09, - Sell: 1071.1, - Change: 11.57, - ChangePercent: 1.08, - Volume: 3039, - High: 1081.2, - Low: 1070.5, - YearlyHigh: 1120.6, - YearlyLow: 812.4, - YearlyStart: 966.5, - YearlyChange: 10.82, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Europe`, - Country: `Sweden`, - Risk: `High`, - Sector: `Private`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-01-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 950 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Sugar`, - Spread: 0.01, - Open: 15.68, - Price: 14.45, - Buy: 14.67, - Sell: 14.68, - Change: -0.22, - ChangePercent: -1.56, - Volume: 4949, - High: 15.7, - Low: 14.67, - YearlyHigh: 16.87, - YearlyLow: 11.37, - YearlyStart: 14.12, - YearlyChange: 3.92, - Settlement: `Cash`, - Contract: `Options`, - Region: `Middle East`, - Country: `Iraq`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-06-21`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 951 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/CAD`, - Spread: 0.02, - Open: 0.7744, - Price: 0.95, - Buy: 0.94, - Sell: 0.96, - Change: 0, - ChangePercent: -0.32, - Volume: 13669, - High: 0.95, - Low: 0.77, - YearlyHigh: 0.95, - YearlyLow: 0.68, - YearlyStart: 0.76, - YearlyChange: 26.43, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Asia Pacific`, - Country: `Hong Kong`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-05-22`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 952 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `US 2Y Future`, - Spread: 0.01, - Open: 109.3984, - Price: 109.91, - Buy: 109.4, - Sell: 109.4, - Change: 0.52, - ChangePercent: 0.48, - Volume: 17742, - High: 109.41, - Low: 109.38, - YearlyHigh: 109.8, - YearlyLow: 108.62, - YearlyStart: 109.21, - YearlyChange: 0.16, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `Africa`, - Country: `Egypt`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-03-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 953 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Cotton`, - Spread: 0.01, - Open: 61.77, - Price: 60.8, - Buy: 61.77, - Sell: 61.77, - Change: -0.96, - ChangePercent: -1.56, - Volume: 3612, - High: 62.06, - Low: 61.32, - YearlyHigh: 67.59, - YearlyLow: 54.33, - YearlyStart: 60.96, - YearlyChange: 1.31, - Settlement: `Cash`, - Contract: `Options`, - Region: `Europe`, - Country: `Poland`, - Risk: `High`, - Sector: `Government`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-01-19`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 954 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Natural Gas`, - Spread: 0.02, - Open: 2.094, - Price: 2.11, - Buy: 2.09, - Sell: 2.09, - Change: 0.01, - ChangePercent: 0.16, - Volume: 2783, - High: 2.11, - Low: 2.09, - YearlyHigh: 3.2, - YearlyLow: 1.84, - YearlyStart: 2.52, - YearlyChange: -16.51, - Settlement: `Cash`, - Contract: `Options`, - Region: `Africa`, - Country: `Algeria`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-06-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 955 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P MID MINI`, - Spread: 0.01, - Open: 1454.3, - Price: 1469.17, - Buy: 1455.78, - Sell: 1455.79, - Change: 13.39, - ChangePercent: 0.92, - Volume: 338, - High: 1455.78, - Low: 1448, - YearlyHigh: 1527.3, - YearlyLow: 1236, - YearlyStart: 1381.65, - YearlyChange: 5.37, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Europe`, - Country: `Hungary`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-06-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 956 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Platinum`, - Spread: 0.01, - Open: 1071.6, - Price: 1056.53, - Buy: 1071.09, - Sell: 1071.1, - Change: -14.57, - ChangePercent: -1.36, - Volume: 3039, - High: 1081.2, - Low: 1070.5, - YearlyHigh: 1120.6, - YearlyLow: 812.4, - YearlyStart: 966.5, - YearlyChange: 10.82, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Asia Pacific`, - Country: `Azerbaijan`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-04-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 957 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Coal`, - Spread: 0.015, - Open: 0.4363, - Price: 0.42, - Buy: 0.44, - Sell: 0.44, - Change: 0, - ChangePercent: 0.96, - Volume: 3, - High: 0.44, - Low: 0.44, - YearlyHigh: 0.48, - YearlyLow: 0.4, - YearlyStart: 0.44, - YearlyChange: -5.33, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Middle East`, - Country: `Qatar`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-01-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 958 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `US 2Y Future`, - Spread: 0.01, - Open: 109.3984, - Price: 109.34, - Buy: 109.4, - Sell: 109.4, - Change: -0.05, - ChangePercent: -0.04, - Volume: 17742, - High: 109.41, - Low: 109.38, - YearlyHigh: 109.8, - YearlyLow: 108.62, - YearlyStart: 109.21, - YearlyChange: 0.16, - Settlement: `Credit`, - Contract: `CFD`, - Region: `North America`, - Country: `United States`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-07-16`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 959 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/CHF`, - Spread: 0.02, - Open: 1.0337, - Price: 1.06, - Buy: 1.03, - Sell: 1.03, - Change: 0.02, - ChangePercent: 1.24, - Volume: 5550, - High: 1.03, - Low: 1.03, - YearlyHigh: 1.11, - YearlyLow: 0.98, - YearlyStart: 1.04, - YearlyChange: -0.12, - Settlement: `Loan`, - Contract: `Futures`, - Region: `Europe`, - Country: `Belgium`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-03-21`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 960 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Ethanol`, - Spread: 0.01, - Open: 1.512, - Price: 2.72, - Buy: 2.75, - Sell: 2.76, - Change: -0.03, - ChangePercent: -1.24, - Volume: 14, - High: 2.75, - Low: 1.12, - YearlyHigh: 2.75, - YearlyLow: 1.12, - YearlyStart: 1.48, - YearlyChange: 86.7, - Settlement: `Cash`, - Contract: `Options`, - Region: `Europe`, - Country: `Portugal`, - Risk: `High`, - Sector: `Government`, - Currency: `USD`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-09-23`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 961 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soy Meat`, - Spread: 0.01, - Open: 342.6, - Price: 338.78, - Buy: 342.6, - Sell: 342.6, - Change: -3.84, - ChangePercent: -1.12, - Volume: 5646, - High: 345.4, - Low: 340.3, - YearlyHigh: 353.4, - YearlyLow: 261.7, - YearlyStart: 307.55, - YearlyChange: 11.4, - Settlement: `Loan`, - Contract: `Options`, - Region: `South America`, - Country: `Suriname`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `FedEx`, - Maturity: `2022-01-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 962 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Oil`, - Spread: 0.015, - Open: 45.54, - Price: 45.2, - Buy: 45.78, - Sell: 45.8, - Change: -0.59, - ChangePercent: -1.28, - Volume: 107196, - High: 45.94, - Low: 45, - YearlyHigh: 65.28, - YearlyLow: 30.79, - YearlyStart: 48.03, - YearlyChange: -4.67, - Settlement: `Credit`, - Contract: `Options`, - Region: `Africa`, - Country: `Algeria`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-04-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 963 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Palladium`, - Spread: 0.01, - Open: 600.55, - Price: 604.13, - Buy: 601, - Sell: 601.01, - Change: 3.13, - ChangePercent: 0.52, - Volume: 651, - High: 607.2, - Low: 598.4, - YearlyHigh: 690, - YearlyLow: 458.6, - YearlyStart: 574.3, - YearlyChange: 4.65, - Settlement: `Credit`, - Contract: `Options`, - Region: `Middle East`, - Country: `Israel`, - Risk: `Low`, - Sector: `Public`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-03-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 964 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `LV Cattle`, - Spread: 0.01, - Open: 120.725, - Price: 119.21, - Buy: 120.72, - Sell: 120.72, - Change: -1.5, - ChangePercent: -1.24, - Volume: 4, - High: 120.72, - Low: 120.72, - YearlyHigh: 147.98, - YearlyLow: 113.9, - YearlyStart: 130.94, - YearlyChange: -7.82, - Settlement: `Loan`, - Contract: `Options`, - Region: `North America`, - Country: `Mexico`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `High`, - Issuer: `American Airlines`, - Maturity: `2022-05-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 965 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `LV Cattle`, - Spread: 0.01, - Open: 120.725, - Price: 121.19, - Buy: 120.72, - Sell: 120.72, - Change: 0.48, - ChangePercent: 0.4, - Volume: 4, - High: 120.72, - Low: 120.72, - YearlyHigh: 147.98, - YearlyLow: 113.9, - YearlyStart: 130.94, - YearlyChange: -7.82, - Settlement: `Credit`, - Contract: `CFD`, - Region: `South America`, - Country: `Uruguay`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-09-23`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 966 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `US 30YR Future`, - Spread: 0.01, - Open: 164.875, - Price: 166.26, - Buy: 164.15, - Sell: 164.16, - Change: 2.1, - ChangePercent: 1.28, - Volume: 28012, - High: 165.25, - Low: 164.04, - YearlyHigh: 169.38, - YearlyLow: 151.47, - YearlyStart: 160.43, - YearlyChange: 2.33, - Settlement: `Loan`, - Contract: `Futures`, - Region: `Africa`, - Country: `Algeria`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-08-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 967 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Corn`, - Spread: 0.01, - Open: 379.5, - Price: 374.79, - Buy: 379.8, - Sell: 379.81, - Change: -5.01, - ChangePercent: -1.32, - Volume: 11266, - High: 381, - Low: 377.75, - YearlyHigh: 471.25, - YearlyLow: 351.25, - YearlyStart: 411.25, - YearlyChange: -7.65, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Europe`, - Country: `Bulgaria`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-04-21`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 968 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Wheat`, - Spread: 0.01, - Open: 465.5, - Price: 474.46, - Buy: 465.5, - Sell: 465.5, - Change: 8.94, - ChangePercent: 1.92, - Volume: 4318, - High: 467, - Low: 463.25, - YearlyHigh: 628.5, - YearlyLow: 449.5, - YearlyStart: 539, - YearlyChange: -13.63, - Settlement: `Loan`, - Contract: `CFD`, - Region: `Europe`, - Country: `Sweden`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-08-10`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 969 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Natural Gas`, - Spread: 0.02, - Open: 2.094, - Price: 2.09, - Buy: 2.09, - Sell: 2.09, - Change: -0.01, - ChangePercent: -0.68, - Volume: 2783, - High: 2.11, - Low: 2.09, - YearlyHigh: 3.2, - YearlyLow: 1.84, - YearlyStart: 2.52, - YearlyChange: -16.51, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Middle East`, - Country: `Qatar`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-03-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 970 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soy Meat`, - Spread: 0.01, - Open: 342.6, - Price: 344.95, - Buy: 342.6, - Sell: 342.6, - Change: 2.33, - ChangePercent: 0.68, - Volume: 5646, - High: 345.4, - Low: 340.3, - YearlyHigh: 353.4, - YearlyLow: 261.7, - YearlyStart: 307.55, - YearlyChange: 11.4, - Settlement: `Credit`, - Contract: `Options`, - Region: `North America`, - Country: `Canada`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-08-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 971 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Oil`, - Spread: 0.015, - Open: 45.54, - Price: 46.28, - Buy: 45.78, - Sell: 45.8, - Change: 0.49, - ChangePercent: 1.08, - Volume: 107196, - High: 45.94, - Low: 45, - YearlyHigh: 65.28, - YearlyLow: 30.79, - YearlyStart: 48.03, - YearlyChange: -4.67, - Settlement: `Credit`, - Contract: `Futures`, - Region: `Middle East`, - Country: `Qatar`, - Risk: `High`, - Sector: `Private`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-01-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 972 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/CAD`, - Spread: 0.02, - Open: 0.7744, - Price: 0.97, - Buy: 0.94, - Sell: 0.96, - Change: 0.02, - ChangePercent: 2, - Volume: 13669, - High: 0.95, - Low: 0.77, - YearlyHigh: 0.95, - YearlyLow: 0.68, - YearlyStart: 0.76, - YearlyChange: 26.43, - Settlement: `Loan`, - Contract: `CFD`, - Region: `Asia Pacific`, - Country: `Pakistan`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `High`, - Issuer: `FedEx`, - Maturity: `2022-08-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 973 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P 600 MINI`, - Spread: 0.01, - Open: 687.9, - Price: 699.71, - Buy: 687.9, - Sell: 687.9, - Change: 11.83, - ChangePercent: 1.72, - Volume: 0, - High: 0, - Low: 0, - YearlyHigh: 620.32, - YearlyLow: 595.9, - YearlyStart: 608.11, - YearlyChange: 13.12, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Middle East`, - Country: `UAE`, - Risk: `Low`, - Sector: `Government`, - Currency: `USD`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-08-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 974 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Uranium`, - Spread: 0.02, - Open: 27.55, - Price: 27.86, - Buy: 27.55, - Sell: 27.55, - Change: 0.28, - ChangePercent: 1, - Volume: 12, - High: 27.55, - Low: 27.55, - YearlyHigh: 29.32, - YearlyLow: 21.28, - YearlyStart: 25.3, - YearlyChange: 9.01, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Africa`, - Country: `Algeria`, - Risk: `High`, - Sector: `Private`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-09-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 975 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `US 10YR Future`, - Spread: 0.01, - Open: 130.5625, - Price: 129.49, - Buy: 130.56, - Sell: 130.56, - Change: -1.09, - ChangePercent: -0.84, - Volume: 189310, - High: 130.63, - Low: 130.44, - YearlyHigh: 132.64, - YearlyLow: 125.48, - YearlyStart: 129.06, - YearlyChange: 1.18, - Settlement: `Loan`, - Contract: `Futures`, - Region: `Middle East`, - Country: `Iraq`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-05-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 976 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Oats`, - Spread: 0.01, - Open: 194.5, - Price: 190.49, - Buy: 194.21, - Sell: 194.22, - Change: -3.73, - ChangePercent: -1.92, - Volume: 64, - High: 195.75, - Low: 194, - YearlyHigh: 241.25, - YearlyLow: 183.75, - YearlyStart: 212.5, - YearlyChange: -8.6, - Settlement: `Loan`, - Contract: `Futures`, - Region: `Asia Pacific`, - Country: `Indonesia`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-08-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 977 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Sugar`, - Spread: 0.01, - Open: 15.68, - Price: 14.93, - Buy: 14.67, - Sell: 14.68, - Change: 0.26, - ChangePercent: 1.72, - Volume: 4949, - High: 15.7, - Low: 14.67, - YearlyHigh: 16.87, - YearlyLow: 11.37, - YearlyStart: 14.12, - YearlyChange: 3.92, - Settlement: `Loan`, - Contract: `Futures`, - Region: `Asia Pacific`, - Country: `Australia`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-02-19`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 978 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P Future`, - Spread: 0.01, - Open: 2057.5, - Price: 2062.36, - Buy: 2056.6, - Sell: 2056.61, - Change: 5.76, - ChangePercent: 0.28, - Volume: 142780, - High: 2059.5, - Low: 2049, - YearlyHigh: 2105.5, - YearlyLow: 1794.5, - YearlyStart: 1950, - YearlyChange: 5.47, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `Asia Pacific`, - Country: `China`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-04-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 979 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P MID MINI`, - Spread: 0.01, - Open: 1454.3, - Price: 1448.21, - Buy: 1455.78, - Sell: 1455.79, - Change: -7.57, - ChangePercent: -0.52, - Volume: 338, - High: 1455.78, - Low: 1448, - YearlyHigh: 1527.3, - YearlyLow: 1236, - YearlyStart: 1381.65, - YearlyChange: 5.37, - Settlement: `Credit`, - Contract: `Forwards`, - Region: `Africa`, - Country: `Egypt`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-03-11`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 980 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soy Meat`, - Spread: 0.01, - Open: 342.6, - Price: 342.48, - Buy: 342.6, - Sell: 342.6, - Change: -0.14, - ChangePercent: -0.04, - Volume: 5646, - High: 345.4, - Low: 340.3, - YearlyHigh: 353.4, - YearlyLow: 261.7, - YearlyStart: 307.55, - YearlyChange: 11.4, - Settlement: `Loan`, - Contract: `Forwards`, - Region: `Africa`, - Country: `South Africa`, - Risk: `Low`, - Sector: `Government`, - Currency: `USD`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-04-27`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 981 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/CAD`, - Spread: 0.02, - Open: 0.7744, - Price: 0.95, - Buy: 0.94, - Sell: 0.96, - Change: 0, - ChangePercent: -0.72, - Volume: 13669, - High: 0.95, - Low: 0.77, - YearlyHigh: 0.95, - YearlyLow: 0.68, - YearlyStart: 0.76, - YearlyChange: 26.43, - Settlement: `Loan`, - Contract: `CFD`, - Region: `Middle East`, - Country: `Bahrain`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-07-19`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 982 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Ethanol`, - Spread: 0.01, - Open: 1.512, - Price: 2.76, - Buy: 2.75, - Sell: 2.76, - Change: 0.01, - ChangePercent: 0.08, - Volume: 14, - High: 2.75, - Low: 1.12, - YearlyHigh: 2.75, - YearlyLow: 1.12, - YearlyStart: 1.48, - YearlyChange: 86.7, - Settlement: `Cash`, - Contract: `Options`, - Region: `Africa`, - Country: `Morocco`, - Risk: `High`, - Sector: `Government`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-02-24`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 983 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `FD Cattle`, - Spread: 0.01, - Open: 147.175, - Price: 148.25, - Buy: 148.6, - Sell: 148.61, - Change: -0.36, - ChangePercent: -0.24, - Volume: 5, - High: 148.61, - Low: 147.18, - YearlyHigh: 190, - YearlyLow: 138.1, - YearlyStart: 164.05, - YearlyChange: -9.41, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Middle East`, - Country: `Jordan`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `High`, - Issuer: `American Airlines`, - Maturity: `2022-01-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 984 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Gold`, - Spread: 0.01, - Open: 1281.1, - Price: 1283.29, - Buy: 1280.73, - Sell: 1280.74, - Change: 2.56, - ChangePercent: 0.2, - Volume: 48387, - High: 1289.5, - Low: 1279.1, - YearlyHigh: 1306, - YearlyLow: 1047.2, - YearlyStart: 1176.6, - YearlyChange: 8.85, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Europe`, - Country: `Denmark`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-02-22`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 985 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/CHF`, - Spread: 0.02, - Open: 1.0337, - Price: 1.04, - Buy: 1.03, - Sell: 1.03, - Change: 0, - ChangePercent: -0.28, - Volume: 5550, - High: 1.03, - Low: 1.03, - YearlyHigh: 1.11, - YearlyLow: 0.98, - YearlyStart: 1.04, - YearlyChange: -0.12, - Settlement: `Loan`, - Contract: `Futures`, - Region: `Asia Pacific`, - Country: `Thailand`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-08-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 986 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Ethanol`, - Spread: 0.01, - Open: 1.512, - Price: 2.77, - Buy: 2.75, - Sell: 2.76, - Change: 0.02, - ChangePercent: 0.64, - Volume: 14, - High: 2.75, - Low: 1.12, - YearlyHigh: 2.75, - YearlyLow: 1.12, - YearlyStart: 1.48, - YearlyChange: 86.7, - Settlement: `Cash`, - Contract: `Swap`, - Region: `South America`, - Country: `Uruguay`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-06-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 987 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/CAD`, - Spread: 0.02, - Open: 0.7744, - Price: 0.95, - Buy: 0.94, - Sell: 0.96, - Change: 0, - ChangePercent: -0.96, - Volume: 13669, - High: 0.95, - Low: 0.77, - YearlyHigh: 0.95, - YearlyLow: 0.68, - YearlyStart: 0.76, - YearlyChange: 26.43, - Settlement: `Credit`, - Contract: `Options`, - Region: `Asia Pacific`, - Country: `Malaysia`, - Risk: `High`, - Sector: `Government`, - Currency: `USD`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-05-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 988 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/CHF`, - Spread: 0.02, - Open: 1.0337, - Price: 1.03, - Buy: 1.03, - Sell: 1.03, - Change: -0.01, - ChangePercent: -1.68, - Volume: 5550, - High: 1.03, - Low: 1.03, - YearlyHigh: 1.11, - YearlyLow: 0.98, - YearlyStart: 1.04, - YearlyChange: -0.12, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Africa`, - Country: `Senegal`, - Risk: `High`, - Sector: `Public`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-07-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 989 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Uranium`, - Spread: 0.02, - Open: 27.55, - Price: 27.48, - Buy: 27.55, - Sell: 27.55, - Change: -0.1, - ChangePercent: -0.36, - Volume: 12, - High: 27.55, - Low: 27.55, - YearlyHigh: 29.32, - YearlyLow: 21.28, - YearlyStart: 25.3, - YearlyChange: 9.01, - Settlement: `Credit`, - Contract: `CFD`, - Region: `North America`, - Country: `Canada`, - Risk: `High`, - Sector: `Private`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-07-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 990 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P Future`, - Spread: 0.01, - Open: 2057.5, - Price: 2075.52, - Buy: 2056.6, - Sell: 2056.61, - Change: 18.92, - ChangePercent: 0.92, - Volume: 142780, - High: 2059.5, - Low: 2049, - YearlyHigh: 2105.5, - YearlyLow: 1794.5, - YearlyStart: 1950, - YearlyChange: 5.47, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Asia Pacific`, - Country: `Afghanistan`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-06-22`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 991 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `Euro$ 3M`, - Spread: 0.01, - Open: 99.18, - Price: 98.42, - Buy: 99.18, - Sell: 99.18, - Change: -0.75, - ChangePercent: -0.76, - Volume: 29509, - High: 99.18, - Low: 99.17, - YearlyHigh: 99.38, - YearlyLow: 98.41, - YearlyStart: 98.89, - YearlyChange: 0.28, - Settlement: `Loan`, - Contract: `Options`, - Region: `Europe`, - Country: `Slovenia`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-08-22`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 992 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Lumber`, - Spread: 0.01, - Open: 303.9, - Price: 310.2, - Buy: 304.59, - Sell: 304.6, - Change: 5.6, - ChangePercent: 1.84, - Volume: 2, - High: 304.6, - Low: 303.9, - YearlyHigh: 317.1, - YearlyLow: 236, - YearlyStart: 276.55, - YearlyChange: 10.14, - Settlement: `Loan`, - Contract: `CFD`, - Region: `Africa`, - Country: `Morocco`, - Risk: `Low`, - Sector: `Government`, - Currency: `PLN`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-05-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 993 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Lumber`, - Spread: 0.01, - Open: 303.9, - Price: 300.21, - Buy: 304.59, - Sell: 304.6, - Change: -4.39, - ChangePercent: -1.44, - Volume: 2, - High: 304.6, - Low: 303.9, - YearlyHigh: 317.1, - YearlyLow: 236, - YearlyStart: 276.55, - YearlyChange: 10.14, - Settlement: `Credit`, - Contract: `Options`, - Region: `Europe`, - Country: `Slovakia`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-05-16`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 994 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `BTC/USD`, - Spread: 0.06, - Open: 93.88, - Price: 21093.18, - Buy: 21200.76, - Sell: 21400.78, - Change: 92.41, - ChangePercent: 0.44, - Volume: 5788000, - High: 22400.05, - Low: 20100.75, - YearlyHigh: 62400.7, - YearlyLow: 15100.88, - YearlyStart: 21200.29, - YearlyChange: -20.62, - Settlement: `Credit`, - Contract: `CFD`, - Region: `Middle East`, - Country: `Turkey`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-03-16`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 995 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `Euro$ 3M`, - Spread: 0.01, - Open: 99.18, - Price: 100.64, - Buy: 99.18, - Sell: 99.18, - Change: 1.47, - ChangePercent: 1.48, - Volume: 29509, - High: 99.18, - Low: 99.17, - YearlyHigh: 99.38, - YearlyLow: 98.41, - YearlyStart: 98.89, - YearlyChange: 0.28, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `Europe`, - Country: `Italy`, - Risk: `High`, - Sector: `Private`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-09-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 996 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Uranium`, - Spread: 0.02, - Open: 27.55, - Price: 27.65, - Buy: 27.55, - Sell: 27.55, - Change: 0.07, - ChangePercent: 0.24, - Volume: 12, - High: 27.55, - Low: 27.55, - YearlyHigh: 29.32, - YearlyLow: 21.28, - YearlyStart: 25.3, - YearlyChange: 9.01, - Settlement: `Loan`, - Contract: `Futures`, - Region: `Middle East`, - Country: `Lebanon`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-04-27`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 997 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/JPY`, - Spread: 0.02, - Open: 9275.5, - Price: 9102.92, - Buy: 9277.32, - Sell: 9277.34, - Change: -174.41, - ChangePercent: -1.88, - Volume: 47734, - High: 9277.33, - Low: 0.93, - YearlyHigh: 9483, - YearlyLow: 0.93, - YearlyStart: 4741.97, - YearlyChange: 95.64, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Europe`, - Country: `Poland`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-07-11`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 998 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Natural Gas`, - Spread: 0.02, - Open: 2.094, - Price: 2.09, - Buy: 2.09, - Sell: 2.09, - Change: -0.01, - ChangePercent: -0.76, - Volume: 2783, - High: 2.11, - Low: 2.09, - YearlyHigh: 3.2, - YearlyLow: 1.84, - YearlyStart: 2.52, - YearlyChange: -16.51, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Europe`, - Country: `Hungary`, - Risk: `Low`, - Sector: `Public`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-08-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 999 - }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Ethanol`, Spread: 0.01, Open: 1.512, Price: 2.76, Buy: 2.75, Sell: 2.76, Change: 0.01, ChangePercent: 0.2, Volume: 14, High: 2.75, Low: 1.12, YearlyHigh: 2.75, YearlyLow: 1.12, YearlyStart: 1.48, YearlyChange: 86.7, Settlement: `Cash`, Contract: `CFD`, Region: `Middle East`, Country: `Saudi Arabia`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-02-11`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 0 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Natural Gas`, Spread: 0.02, Open: 2.094, Price: 2.07, Buy: 2.09, Sell: 2.09, Change: -0.03, ChangePercent: -1.8, Volume: 2783, High: 2.11, Low: 2.09, YearlyHigh: 3.2, YearlyLow: 1.84, YearlyStart: 2.52, YearlyChange: -16.51, Settlement: `Credit`, Contract: `Options`, Region: `Middle East`, Country: `Saudi Arabia`, Risk: `High`, Sector: `Public`, Currency: `PLN`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-02-22`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 1 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Cotton`, Spread: 0.01, Open: 61.77, Price: 62.9, Buy: 61.77, Sell: 61.77, Change: 1.14, ChangePercent: 1.84, Volume: 3612, High: 62.06, Low: 61.32, YearlyHigh: 67.59, YearlyLow: 54.33, YearlyStart: 60.96, YearlyChange: 1.31, Settlement: `Cash`, Contract: `Options`, Region: `North America`, Country: `United States`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-05-23`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 2 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `FD Cattle`, Spread: 0.01, Open: 147.175, Price: 150.57, Buy: 148.6, Sell: 148.61, Change: 1.96, ChangePercent: 1.32, Volume: 5, High: 148.61, Low: 147.18, YearlyHigh: 190, YearlyLow: 138.1, YearlyStart: 164.05, YearlyChange: -9.41, Settlement: `Loan`, Contract: `Futures`, Region: `Africa`, Country: `South Africa`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-09-19`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 3 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Wheat`, Spread: 0.01, Open: 465.5, Price: 465.89, Buy: 465.5, Sell: 465.5, Change: 0.37, ChangePercent: 0.08, Volume: 4318, High: 467, Low: 463.25, YearlyHigh: 628.5, YearlyLow: 449.5, YearlyStart: 539, YearlyChange: -13.63, Settlement: `Cash`, Contract: `Futures`, Region: `Europe`, Country: `Slovenia`, Risk: `High`, Sector: `Government`, Currency: `PLN`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-04-19`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 4 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Milk`, Spread: 0.01, Open: 12.87, Price: 12.78, Buy: 12.87, Sell: 12.87, Change: -0.08, ChangePercent: -0.64, Volume: 7, High: 12.89, Low: 12.81, YearlyHigh: 16.96, YearlyLow: 12.81, YearlyStart: 14.88, YearlyChange: -13.6, Settlement: `Cash`, Contract: `CFD`, Region: `Africa`, Country: `Nigeria`, Risk: `High`, Sector: `Public`, Currency: `USD`, Security: `High`, Issuer: `American Airlines`, Maturity: `2022-06-23`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 5 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Oil`, Spread: 0.015, Open: 45.54, Price: 45.79, Buy: 45.78, Sell: 45.8, Change: 0, ChangePercent: 0, Volume: 107196, High: 45.94, Low: 45, YearlyHigh: 65.28, YearlyLow: 30.79, YearlyStart: 48.03, YearlyChange: -4.67, Settlement: `Loan`, Contract: `Futures`, Region: `Europe`, Country: `Iceland`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `FedEx`, Maturity: `2022-05-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 6 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P MID MINI`, Spread: 0.01, Open: 1454.3, Price: 1430.74, Buy: 1455.78, Sell: 1455.79, Change: -25.04, ChangePercent: -1.72, Volume: 338, High: 1455.78, Low: 1448, YearlyHigh: 1527.3, YearlyLow: 1236, YearlyStart: 1381.65, YearlyChange: 5.37, Settlement: `Cash`, Contract: `Options`, Region: `Asia Pacific`, Country: `China`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-07-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 7 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `Lean Hogs`, Spread: 0.01, Open: 81.275, Price: 80.54, Buy: 81.81, Sell: 81.82, Change: -1.27, ChangePercent: -1.56, Volume: 1, High: 81.81, Low: 81.28, YearlyHigh: 83.98, YearlyLow: 70.25, YearlyStart: 77.11, YearlyChange: 6.09, Settlement: `Cash`, Contract: `Futures`, Region: `Asia Pacific`, Country: `India`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-09-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 8 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `US 30YR Future`, Spread: 0.01, Open: 164.875, Price: 163.44, Buy: 164.15, Sell: 164.16, Change: -0.72, ChangePercent: -0.44, Volume: 28012, High: 165.25, Low: 164.04, YearlyHigh: 169.38, YearlyLow: 151.47, YearlyStart: 160.43, YearlyChange: 2.33, Settlement: `Credit`, Contract: `Swap`, Region: `Europe`, Country: `Netherlands`, Risk: `High`, Sector: `Government`, Currency: `USD`, Security: `Poor`, Issuer: `American Airlines`, Maturity: `2022-09-23`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 9 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Lumber`, Spread: 0.01, Open: 303.9, Price: 304.48, Buy: 304.59, Sell: 304.6, Change: -0.12, ChangePercent: -0.04, Volume: 2, High: 304.6, Low: 303.9, YearlyHigh: 317.1, YearlyLow: 236, YearlyStart: 276.55, YearlyChange: 10.14, Settlement: `Loan`, Contract: `Futures`, Region: `Africa`, Country: `Ethiopia`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-07-16`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 10 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Wheat`, Spread: 0.01, Open: 465.5, Price: 470.73, Buy: 465.5, Sell: 465.5, Change: 5.21, ChangePercent: 1.12, Volume: 4318, High: 467, Low: 463.25, YearlyHigh: 628.5, YearlyLow: 449.5, YearlyStart: 539, YearlyChange: -13.63, Settlement: `Cash`, Contract: `Swap`, Region: `Africa`, Country: `Cameroon`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `Poor`, Issuer: `FedEx`, Maturity: `2022-04-19`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 11 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `US 30YR Future`, Spread: 0.01, Open: 164.875, Price: 163.44, Buy: 164.15, Sell: 164.16, Change: -0.72, ChangePercent: -0.44, Volume: 28012, High: 165.25, Low: 164.04, YearlyHigh: 169.38, YearlyLow: 151.47, YearlyStart: 160.43, YearlyChange: 2.33, Settlement: `Loan`, Contract: `Futures`, Region: `Africa`, Country: `Egypt`, Risk: `Low`, Sector: `Public`, Currency: `EUR`, Security: `High`, Issuer: `American Airlines`, Maturity: `2022-08-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 12 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Platinum`, Spread: 0.01, Open: 1071.6, Price: 1050.53, Buy: 1071.09, Sell: 1071.1, Change: -20.57, ChangePercent: -1.92, Volume: 3039, High: 1081.2, Low: 1070.5, YearlyHigh: 1120.6, YearlyLow: 812.4, YearlyStart: 966.5, YearlyChange: 10.82, Settlement: `Cash`, Contract: `Options`, Region: `Africa`, Country: `South Africa`, Risk: `Low`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-02-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 13 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `GBP/USD`, Spread: 0.02, Open: 1.4464, Price: 1.18, Buy: 1.18, Sell: 1.2, Change: -0.01, ChangePercent: -0.8, Volume: 29450, High: 1.45, Low: 1.19, YearlyHigh: 1.59, YearlyLow: 1.19, YearlyStart: 1.49, YearlyChange: -19.59, Settlement: `Cash`, Contract: `Options`, Region: `Africa`, Country: `Nigeria`, Risk: `Low`, Sector: `Government`, Currency: `PLN`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-04-11`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 14 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Silver`, Spread: 0.01, Open: 17.43, Price: 17.77, Buy: 17.43, Sell: 17.43, Change: 0.35, ChangePercent: 2, Volume: 11720, High: 17.51, Low: 17.37, YearlyHigh: 18.06, YearlyLow: 13.73, YearlyStart: 15.89, YearlyChange: 9.59, Settlement: `Cash`, Contract: `Options`, Region: `Europe`, Country: `Netherlands`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-05-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 15 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Oil`, Spread: 0.015, Open: 45.54, Price: 44.93, Buy: 45.78, Sell: 45.8, Change: -0.86, ChangePercent: -1.88, Volume: 107196, High: 45.94, Low: 45, YearlyHigh: 65.28, YearlyLow: 30.79, YearlyStart: 48.03, YearlyChange: -4.67, Settlement: `Cash`, Contract: `Options`, Region: `South America`, Country: `Bolivia`, Risk: `Low`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-03-16`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 16 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `BTC/USD`, Spread: 0.06, Open: 93.88, Price: 21370.39, Buy: 21200.76, Sell: 21400.78, Change: 369.62, ChangePercent: 1.76, Volume: 5788000, High: 22400.05, Low: 20100.75, YearlyHigh: 62400.7, YearlyLow: 15100.88, YearlyStart: 21200.29, YearlyChange: -20.62, Settlement: `Credit`, Contract: `Forwards`, Region: `Middle East`, Country: `Iran`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-04-11`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 17 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Silver`, Spread: 0.01, Open: 17.43, Price: 17.62, Buy: 17.43, Sell: 17.43, Change: 0.2, ChangePercent: 1.16, Volume: 11720, High: 17.51, Low: 17.37, YearlyHigh: 18.06, YearlyLow: 13.73, YearlyStart: 15.89, YearlyChange: 9.59, Settlement: `Credit`, Contract: `Options`, Region: `Asia Pacific`, Country: `Taiwan`, Risk: `Low`, Sector: `Public`, Currency: `USD`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-04-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 18 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soy Meat`, Spread: 0.01, Open: 342.6, Price: 348.38, Buy: 342.6, Sell: 342.6, Change: 5.76, ChangePercent: 1.68, Volume: 5646, High: 345.4, Low: 340.3, YearlyHigh: 353.4, YearlyLow: 261.7, YearlyStart: 307.55, YearlyChange: 11.4, Settlement: `Credit`, Contract: `CFD`, Region: `Middle East`, Country: `UAE`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-06-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 19 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `AUD/USD`, Spread: 0.02, Open: 0.7344, Price: 0.74, Buy: 0.73, Sell: 0.73, Change: 0, ChangePercent: -1.2, Volume: 36764, High: 0.74, Low: 0.73, YearlyHigh: 0.79, YearlyLow: 0.68, YearlyStart: 0.73, YearlyChange: 1.28, Settlement: `Cash`, Contract: `Swap`, Region: `Middle East`, Country: `UAE`, Risk: `Low`, Sector: `Government`, Currency: `USD`, Security: `High`, Issuer: `American Airlines`, Maturity: `2022-07-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 20 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Coal`, Spread: 0.015, Open: 0.4363, Price: 0.41, Buy: 0.44, Sell: 0.44, Change: -0.01, ChangePercent: -1.2, Volume: 3, High: 0.44, Low: 0.44, YearlyHigh: 0.48, YearlyLow: 0.4, YearlyStart: 0.44, YearlyChange: -5.33, Settlement: `Loan`, Contract: `Swap`, Region: `Europe`, Country: `Germany`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-03-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 21 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `OJ Future`, Spread: 0.01, Open: 140.6, Price: 142.94, Buy: 140.18, Sell: 140.19, Change: 2.75, ChangePercent: 1.96, Volume: 7, High: 140.19, Low: 0, YearlyHigh: 155.95, YearlyLow: 113, YearlyStart: 134.47, YearlyChange: 4.25, Settlement: `Loan`, Contract: `Swap`, Region: `Europe`, Country: `Slovenia`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-05-23`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 22 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Wheat`, Spread: 0.01, Open: 465.5, Price: 462.54, Buy: 465.5, Sell: 465.5, Change: -2.98, ChangePercent: -0.64, Volume: 4318, High: 467, Low: 463.25, YearlyHigh: 628.5, YearlyLow: 449.5, YearlyStart: 539, YearlyChange: -13.63, Settlement: `Cash`, Contract: `Futures`, Region: `Asia Pacific`, Country: `Thailand`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-08-16`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 23 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Copper`, Spread: 0.02, Open: 2.123, Price: 2.14, Buy: 2.12, Sell: 2.12, Change: 0.03, ChangePercent: 1.24, Volume: 28819, High: 2.16, Low: 2.11, YearlyHigh: 2.94, YearlyLow: 1.96, YearlyStart: 2.45, YearlyChange: -13.76, Settlement: `Credit`, Contract: `CFD`, Region: `Middle East`, Country: `UAE`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `Poor`, Issuer: `American Airlines`, Maturity: `2022-01-22`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 24 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soy oil`, Spread: 0.01, Open: 33.26, Price: 33.99, Buy: 33.77, Sell: 33.78, Change: 0.22, ChangePercent: 0.64, Volume: 10592, High: 33.77, Low: 33.06, YearlyHigh: 35.43, YearlyLow: 26.61, YearlyStart: 31.02, YearlyChange: 8.87, Settlement: `Credit`, Contract: `Options`, Region: `Africa`, Country: `Cameroon`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-07-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 25 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Coal`, Spread: 0.015, Open: 0.4363, Price: 0.42, Buy: 0.44, Sell: 0.44, Change: 0, ChangePercent: 1, Volume: 3, High: 0.44, Low: 0.44, YearlyHigh: 0.48, YearlyLow: 0.4, YearlyStart: 0.44, YearlyChange: -5.33, Settlement: `Credit`, Contract: `Forwards`, Region: `Africa`, Country: `Tunisia`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-01-23`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 26 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `Euro$ 3M`, Spread: 0.01, Open: 99.18, Price: 100.8, Buy: 99.18, Sell: 99.18, Change: 1.63, ChangePercent: 1.64, Volume: 29509, High: 99.18, Low: 99.17, YearlyHigh: 99.38, YearlyLow: 98.41, YearlyStart: 98.89, YearlyChange: 0.28, Settlement: `Cash`, Contract: `Futures`, Region: `Middle East`, Country: `Israel`, Risk: `Low`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-07-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 27 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Milk`, Spread: 0.01, Open: 12.87, Price: 12.84, Buy: 12.87, Sell: 12.87, Change: -0.02, ChangePercent: -0.12, Volume: 7, High: 12.89, Low: 12.81, YearlyHigh: 16.96, YearlyLow: 12.81, YearlyStart: 14.88, YearlyChange: -13.6, Settlement: `Credit`, Contract: `Futures`, Region: `Africa`, Country: `South Africa`, Risk: `Low`, Sector: `Public`, Currency: `EUR`, Security: `High`, Issuer: `FedEx`, Maturity: `2022-08-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 28 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/JPY`, Spread: 0.02, Open: 9275.5, Price: 9162.3, Buy: 9277.32, Sell: 9277.34, Change: -115.03, ChangePercent: -1.24, Volume: 47734, High: 9277.33, Low: 0.93, YearlyHigh: 9483, YearlyLow: 0.93, YearlyStart: 4741.97, YearlyChange: 95.64, Settlement: `Cash`, Contract: `Swap`, Region: `North America`, Country: `Mexico`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-02-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 29 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Uranium`, Spread: 0.02, Open: 27.55, Price: 27.56, Buy: 27.55, Sell: 27.55, Change: -0.02, ChangePercent: -0.08, Volume: 12, High: 27.55, Low: 27.55, YearlyHigh: 29.32, YearlyLow: 21.28, YearlyStart: 25.3, YearlyChange: 9.01, Settlement: `Credit`, Contract: `Forwards`, Region: `Asia Pacific`, Country: `Taiwan`, Risk: `Low`, Sector: `Public`, Currency: `USD`, Security: `High`, Issuer: `FedEx`, Maturity: `2022-09-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 30 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `US 10YR Future`, Spread: 0.01, Open: 130.5625, Price: 131.78, Buy: 130.56, Sell: 130.56, Change: 1.2, ChangePercent: 0.92, Volume: 189310, High: 130.63, Low: 130.44, YearlyHigh: 132.64, YearlyLow: 125.48, YearlyStart: 129.06, YearlyChange: 1.18, Settlement: `Loan`, Contract: `Futures`, Region: `Asia Pacific`, Country: `India`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-01-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 31 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Uranium`, Spread: 0.02, Open: 27.55, Price: 27.6, Buy: 27.55, Sell: 27.55, Change: 0.02, ChangePercent: 0.08, Volume: 12, High: 27.55, Low: 27.55, YearlyHigh: 29.32, YearlyLow: 21.28, YearlyStart: 25.3, YearlyChange: 9.01, Settlement: `Loan`, Contract: `CFD`, Region: `Middle East`, Country: `Syria`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-03-24`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 32 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P MID MINI`, Spread: 0.01, Open: 1454.3, Price: 1472.09, Buy: 1455.78, Sell: 1455.79, Change: 16.31, ChangePercent: 1.12, Volume: 338, High: 1455.78, Low: 1448, YearlyHigh: 1527.3, YearlyLow: 1236, YearlyStart: 1381.65, YearlyChange: 5.37, Settlement: `Cash`, Contract: `Futures`, Region: `Asia Pacific`, Country: `Indonesia`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-07-11`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 33 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/JPY`, Spread: 0.02, Open: 9275.5, Price: 9236.51, Buy: 9277.32, Sell: 9277.34, Change: -40.82, ChangePercent: -0.44, Volume: 47734, High: 9277.33, Low: 0.93, YearlyHigh: 9483, YearlyLow: 0.93, YearlyStart: 4741.97, YearlyChange: 95.64, Settlement: `Credit`, Contract: `Options`, Region: `Asia Pacific`, Country: `Australia`, Risk: `Low`, Sector: `Public`, Currency: `PLN`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-02-19`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 34 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Diesel`, Spread: 0.015, Open: 1.3474, Price: 1.37, Buy: 1.35, Sell: 1.35, Change: 0.01, ChangePercent: 1.24, Volume: 2971, High: 1.36, Low: 1.34, YearlyHigh: 2.11, YearlyLow: 0.92, YearlyStart: 1.51, YearlyChange: -10.4, Settlement: `Cash`, Contract: `Swap`, Region: `Europe`, Country: `Norway`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `High`, Issuer: `FedEx`, Maturity: `2022-07-19`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 35 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `LV Cattle`, Spread: 0.01, Open: 120.725, Price: 121.82, Buy: 120.72, Sell: 120.72, Change: 1.11, ChangePercent: 0.92, Volume: 4, High: 120.72, Low: 120.72, YearlyHigh: 147.98, YearlyLow: 113.9, YearlyStart: 130.94, YearlyChange: -7.82, Settlement: `Loan`, Contract: `Forwards`, Region: `North America`, Country: `United States`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-06-19`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 36 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/CHF`, Spread: 0.02, Open: 1.0337, Price: 1.06, Buy: 1.03, Sell: 1.03, Change: 0.02, ChangePercent: 1.6, Volume: 5550, High: 1.03, Low: 1.03, YearlyHigh: 1.11, YearlyLow: 0.98, YearlyStart: 1.04, YearlyChange: -0.12, Settlement: `Credit`, Contract: `Options`, Region: `Asia Pacific`, Country: `Australia`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-03-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 37 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `US 2Y Future`, Spread: 0.01, Open: 109.3984, Price: 111.18, Buy: 109.4, Sell: 109.4, Change: 1.79, ChangePercent: 1.64, Volume: 17742, High: 109.41, Low: 109.38, YearlyHigh: 109.8, YearlyLow: 108.62, YearlyStart: 109.21, YearlyChange: 0.16, Settlement: `Cash`, Contract: `CFD`, Region: `Asia Pacific`, Country: `Thailand`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-03-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 38 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P Future`, Spread: 0.01, Open: 2057.5, Price: 2021.23, Buy: 2056.6, Sell: 2056.61, Change: -35.37, ChangePercent: -1.72, Volume: 142780, High: 2059.5, Low: 2049, YearlyHigh: 2105.5, YearlyLow: 1794.5, YearlyStart: 1950, YearlyChange: 5.47, Settlement: `Loan`, Contract: `CFD`, Region: `Asia Pacific`, Country: `China`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-02-23`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 39 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `BTC/USD`, Spread: 0.06, Open: 93.88, Price: 21395.59, Buy: 21200.76, Sell: 21400.78, Change: 394.82, ChangePercent: 1.88, Volume: 5788000, High: 22400.05, Low: 20100.75, YearlyHigh: 62400.7, YearlyLow: 15100.88, YearlyStart: 21200.29, YearlyChange: -20.62, Settlement: `Loan`, Contract: `CFD`, Region: `South America`, Country: `Venezuela`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-05-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 40 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/CAD`, Spread: 0.02, Open: 0.7744, Price: 0.96, Buy: 0.94, Sell: 0.96, Change: 0.01, ChangePercent: 0.92, Volume: 13669, High: 0.95, Low: 0.77, YearlyHigh: 0.95, YearlyLow: 0.68, YearlyStart: 0.76, YearlyChange: 26.43, Settlement: `Loan`, Contract: `Forwards`, Region: `Africa`, Country: `Morocco`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-01-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 41 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soybean`, Spread: 0.01, Open: 1038, Price: 1049, Buy: 1038.61, Sell: 1038.62, Change: 10.38, ChangePercent: 1, Volume: 20356, High: 1044, Low: 1031.75, YearlyHigh: 1057, YearlyLow: 859.5, YearlyStart: 958.25, YearlyChange: 8.39, Settlement: `Loan`, Contract: `Swap`, Region: `Asia Pacific`, Country: `Korea`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-04-11`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 42 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Oats`, Spread: 0.01, Open: 194.5, Price: 197.4, Buy: 194.21, Sell: 194.22, Change: 3.18, ChangePercent: 1.64, Volume: 64, High: 195.75, Low: 194, YearlyHigh: 241.25, YearlyLow: 183.75, YearlyStart: 212.5, YearlyChange: -8.6, Settlement: `Credit`, Contract: `Swap`, Region: `South America`, Country: `Guyana`, Risk: `Low`, Sector: `Public`, Currency: `USD`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-03-16`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 43 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Oil`, Spread: 0.015, Open: 45.54, Price: 45.57, Buy: 45.78, Sell: 45.8, Change: -0.22, ChangePercent: -0.48, Volume: 107196, High: 45.94, Low: 45, YearlyHigh: 65.28, YearlyLow: 30.79, YearlyStart: 48.03, YearlyChange: -4.67, Settlement: `Cash`, Contract: `Options`, Region: `Middle East`, Country: `Syria`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `High`, Issuer: `American Airlines`, Maturity: `2022-05-23`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 44 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Uranium`, Spread: 0.02, Open: 27.55, Price: 27.51, Buy: 27.55, Sell: 27.55, Change: -0.07, ChangePercent: -0.24, Volume: 12, High: 27.55, Low: 27.55, YearlyHigh: 29.32, YearlyLow: 21.28, YearlyStart: 25.3, YearlyChange: 9.01, Settlement: `Cash`, Contract: `Options`, Region: `Europe`, Country: `Slovakia`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-09-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 45 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/CAD`, Spread: 0.02, Open: 0.7744, Price: 0.94, Buy: 0.94, Sell: 0.96, Change: -0.01, ChangePercent: -1.84, Volume: 13669, High: 0.95, Low: 0.77, YearlyHigh: 0.95, YearlyLow: 0.68, YearlyStart: 0.76, YearlyChange: 26.43, Settlement: `Credit`, Contract: `Options`, Region: `Asia Pacific`, Country: `Australia`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-03-27`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 46 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Ethanol`, Spread: 0.01, Open: 1.512, Price: 2.76, Buy: 2.75, Sell: 2.76, Change: 0.01, ChangePercent: 0.12, Volume: 14, High: 2.75, Low: 1.12, YearlyHigh: 2.75, YearlyLow: 1.12, YearlyStart: 1.48, YearlyChange: 86.7, Settlement: `Cash`, Contract: `Futures`, Region: `Africa`, Country: `Cameroon`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-06-21`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 47 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Uranium`, Spread: 0.02, Open: 27.55, Price: 27.72, Buy: 27.55, Sell: 27.55, Change: 0.14, ChangePercent: 0.52, Volume: 12, High: 27.55, Low: 27.55, YearlyHigh: 29.32, YearlyLow: 21.28, YearlyStart: 25.3, YearlyChange: 9.01, Settlement: `Cash`, Contract: `CFD`, Region: `North America`, Country: `United States`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-03-24`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 48 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Cotton`, Spread: 0.01, Open: 61.77, Price: 60.75, Buy: 61.77, Sell: 61.77, Change: -1.01, ChangePercent: -1.64, Volume: 3612, High: 62.06, Low: 61.32, YearlyHigh: 67.59, YearlyLow: 54.33, YearlyStart: 60.96, YearlyChange: 1.31, Settlement: `Cash`, Contract: `Options`, Region: `Africa`, Country: `Cameroon`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-05-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 49 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Uranium`, Spread: 0.02, Open: 27.55, Price: 27.87, Buy: 27.55, Sell: 27.55, Change: 0.29, ChangePercent: 1.04, Volume: 12, High: 27.55, Low: 27.55, YearlyHigh: 29.32, YearlyLow: 21.28, YearlyStart: 25.3, YearlyChange: 9.01, Settlement: `Credit`, Contract: `Swap`, Region: `Middle East`, Country: `Syria`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `High`, Issuer: `American Airlines`, Maturity: `2022-09-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 50 }), + new FinancialDataAllItem({ Category: `Index`, Type: `DOW Future`, Spread: 0.01, Open: 17711, Price: 17747.58, Buy: 17712.15, Sell: 17712.16, Change: 35.43, ChangePercent: 0.2, Volume: 22236, High: 17727, Low: 17642, YearlyHigh: 18083, YearlyLow: 15299, YearlyStart: 16691, YearlyChange: 6.12, Settlement: `Loan`, Contract: `Swap`, Region: `Asia Pacific`, Country: `Pakistan`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-04-11`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 51 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `BTC/USD`, Spread: 0.06, Open: 93.88, Price: 20589.16, Buy: 21200.76, Sell: 21400.78, Change: -411.61, ChangePercent: -1.96, Volume: 5788000, High: 22400.05, Low: 20100.75, YearlyHigh: 62400.7, YearlyLow: 15100.88, YearlyStart: 21200.29, YearlyChange: -20.62, Settlement: `Cash`, Contract: `Futures`, Region: `Europe`, Country: `Russia`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-02-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 52 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Rice`, Spread: 0.01, Open: 11.245, Price: 10.32, Buy: 10.41, Sell: 10.42, Change: -0.1, ChangePercent: -0.92, Volume: 220, High: 11.38, Low: 10.42, YearlyHigh: 14.14, YearlyLow: 9.7, YearlyStart: 11.92, YearlyChange: -12.62, Settlement: `Cash`, Contract: `Futures`, Region: `South America`, Country: `Ecuador`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-09-19`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 53 }), + new FinancialDataAllItem({ Category: `Index`, Type: `NAS Future`, Spread: 0.01, Open: 4341.25, Price: 4297.87, Buy: 4341.25, Sell: 4341.25, Change: -43.41, ChangePercent: -1, Volume: 18259, High: 4347, Low: 4318, YearlyHigh: 4719.75, YearlyLow: 3867.75, YearlyStart: 4293.75, YearlyChange: 1.11, Settlement: `Cash`, Contract: `Options`, Region: `Middle East`, Country: `Jordan`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-02-24`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 54 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Corn`, Spread: 0.01, Open: 379.5, Price: 374.79, Buy: 379.8, Sell: 379.81, Change: -5.01, ChangePercent: -1.32, Volume: 11266, High: 381, Low: 377.75, YearlyHigh: 471.25, YearlyLow: 351.25, YearlyStart: 411.25, YearlyChange: -7.65, Settlement: `Loan`, Contract: `Swap`, Region: `South America`, Country: `Chile`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-08-11`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 55 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Coal`, Spread: 0.015, Open: 0.4363, Price: 0.41, Buy: 0.44, Sell: 0.44, Change: -0.01, ChangePercent: -1.64, Volume: 3, High: 0.44, Low: 0.44, YearlyHigh: 0.48, YearlyLow: 0.4, YearlyStart: 0.44, YearlyChange: -5.33, Settlement: `Cash`, Contract: `Futures`, Region: `Europe`, Country: `Hungary`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-07-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 56 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `OJ Future`, Spread: 0.01, Open: 140.6, Price: 140.41, Buy: 140.18, Sell: 140.19, Change: 0.22, ChangePercent: 0.16, Volume: 7, High: 140.19, Low: 0, YearlyHigh: 155.95, YearlyLow: 113, YearlyStart: 134.47, YearlyChange: 4.25, Settlement: `Loan`, Contract: `Futures`, Region: `Europe`, Country: `Spain`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-07-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 57 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `Lean Hogs`, Spread: 0.01, Open: 81.275, Price: 81.68, Buy: 81.81, Sell: 81.82, Change: -0.13, ChangePercent: -0.16, Volume: 1, High: 81.81, Low: 81.28, YearlyHigh: 83.98, YearlyLow: 70.25, YearlyStart: 77.11, YearlyChange: 6.09, Settlement: `Credit`, Contract: `Options`, Region: `South America`, Country: `Guyana`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-05-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 58 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `BTC/USD`, Spread: 0.06, Open: 93.88, Price: 21126.78, Buy: 21200.76, Sell: 21400.78, Change: 126.01, ChangePercent: 0.6, Volume: 5788000, High: 22400.05, Low: 20100.75, YearlyHigh: 62400.7, YearlyLow: 15100.88, YearlyStart: 21200.29, YearlyChange: -20.62, Settlement: `Cash`, Contract: `Options`, Region: `Africa`, Country: `Tunisia`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `High`, Issuer: `FedEx`, Maturity: `2022-08-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 59 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Platinum`, Spread: 0.01, Open: 1071.6, Price: 1055.68, Buy: 1071.09, Sell: 1071.1, Change: -15.42, ChangePercent: -1.44, Volume: 3039, High: 1081.2, Low: 1070.5, YearlyHigh: 1120.6, YearlyLow: 812.4, YearlyStart: 966.5, YearlyChange: 10.82, Settlement: `Cash`, Contract: `Futures`, Region: `South America`, Country: `Chile`, Risk: `High`, Sector: `Private`, Currency: `PLN`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-07-11`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 60 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Milk`, Spread: 0.01, Open: 12.87, Price: 13.08, Buy: 12.87, Sell: 12.87, Change: 0.22, ChangePercent: 1.68, Volume: 7, High: 12.89, Low: 12.81, YearlyHigh: 16.96, YearlyLow: 12.81, YearlyStart: 14.88, YearlyChange: -13.6, Settlement: `Credit`, Contract: `Futures`, Region: `Europe`, Country: `Hungary`, Risk: `High`, Sector: `Private`, Currency: `PLN`, Security: `High`, Issuer: `American Airlines`, Maturity: `2022-05-23`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 61 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soy oil`, Spread: 0.01, Open: 33.26, Price: 34.45, Buy: 33.77, Sell: 33.78, Change: 0.68, ChangePercent: 2, Volume: 10592, High: 33.77, Low: 33.06, YearlyHigh: 35.43, YearlyLow: 26.61, YearlyStart: 31.02, YearlyChange: 8.87, Settlement: `Cash`, Contract: `Swap`, Region: `Africa`, Country: `Morocco`, Risk: `High`, Sector: `Public`, Currency: `PLN`, Security: `Poor`, Issuer: `American Airlines`, Maturity: `2022-02-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 62 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Platinum`, Spread: 0.01, Open: 1071.6, Price: 1074.53, Buy: 1071.09, Sell: 1071.1, Change: 3.43, ChangePercent: 0.32, Volume: 3039, High: 1081.2, Low: 1070.5, YearlyHigh: 1120.6, YearlyLow: 812.4, YearlyStart: 966.5, YearlyChange: 10.82, Settlement: `Credit`, Contract: `CFD`, Region: `Africa`, Country: `Libya`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-04-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 63 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Ethanol`, Spread: 0.01, Open: 1.512, Price: 2.81, Buy: 2.75, Sell: 2.76, Change: 0.06, ChangePercent: 2, Volume: 14, High: 2.75, Low: 1.12, YearlyHigh: 2.75, YearlyLow: 1.12, YearlyStart: 1.48, YearlyChange: 86.7, Settlement: `Credit`, Contract: `Forwards`, Region: `Asia Pacific`, Country: `India`, Risk: `High`, Sector: `Public`, Currency: `USD`, Security: `High`, Issuer: `FedEx`, Maturity: `2022-03-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 64 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Cotton`, Spread: 0.01, Open: 61.77, Price: 61.86, Buy: 61.77, Sell: 61.77, Change: 0.1, ChangePercent: 0.16, Volume: 3612, High: 62.06, Low: 61.32, YearlyHigh: 67.59, YearlyLow: 54.33, YearlyStart: 60.96, YearlyChange: 1.31, Settlement: `Cash`, Contract: `Futures`, Region: `Africa`, Country: `Tunisia`, Risk: `High`, Sector: `Private`, Currency: `PLN`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-01-23`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 65 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Wheat`, Spread: 0.01, Open: 465.5, Price: 472.78, Buy: 465.5, Sell: 465.5, Change: 7.26, ChangePercent: 1.56, Volume: 4318, High: 467, Low: 463.25, YearlyHigh: 628.5, YearlyLow: 449.5, YearlyStart: 539, YearlyChange: -13.63, Settlement: `Cash`, Contract: `Futures`, Region: `Africa`, Country: `Cameroon`, Risk: `Low`, Sector: `Government`, Currency: `PLN`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-02-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 66 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Natural Gas`, Spread: 0.02, Open: 2.094, Price: 2.06, Buy: 2.09, Sell: 2.09, Change: -0.04, ChangePercent: -1.92, Volume: 2783, High: 2.11, Low: 2.09, YearlyHigh: 3.2, YearlyLow: 1.84, YearlyStart: 2.52, YearlyChange: -16.51, Settlement: `Cash`, Contract: `Options`, Region: `South America`, Country: `Uruguay`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-01-19`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 67 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `FD Cattle`, Spread: 0.01, Open: 147.175, Price: 148.55, Buy: 148.6, Sell: 148.61, Change: -0.06, ChangePercent: -0.04, Volume: 5, High: 148.61, Low: 147.18, YearlyHigh: 190, YearlyLow: 138.1, YearlyStart: 164.05, YearlyChange: -9.41, Settlement: `Cash`, Contract: `Swap`, Region: `South America`, Country: `Argentina`, Risk: `High`, Sector: `Government`, Currency: `USD`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-03-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 68 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/JPY`, Spread: 0.02, Open: 9275.5, Price: 9347.84, Buy: 9277.32, Sell: 9277.34, Change: 70.51, ChangePercent: 0.76, Volume: 47734, High: 9277.33, Low: 0.93, YearlyHigh: 9483, YearlyLow: 0.93, YearlyStart: 4741.97, YearlyChange: 95.64, Settlement: `Credit`, Contract: `Options`, Region: `Middle East`, Country: `Saudi Arabia`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `High`, Issuer: `American Airlines`, Maturity: `2022-07-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 69 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soy oil`, Spread: 0.01, Open: 33.26, Price: 33.38, Buy: 33.77, Sell: 33.78, Change: -0.39, ChangePercent: -1.16, Volume: 10592, High: 33.77, Low: 33.06, YearlyHigh: 35.43, YearlyLow: 26.61, YearlyStart: 31.02, YearlyChange: 8.87, Settlement: `Credit`, Contract: `Options`, Region: `Europe`, Country: `Netherlands`, Risk: `Low`, Sector: `Government`, Currency: `USD`, Security: `High`, Issuer: `American Airlines`, Maturity: `2022-09-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 70 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soy Meat`, Spread: 0.01, Open: 342.6, Price: 339.06, Buy: 342.6, Sell: 342.6, Change: -3.56, ChangePercent: -1.04, Volume: 5646, High: 345.4, Low: 340.3, YearlyHigh: 353.4, YearlyLow: 261.7, YearlyStart: 307.55, YearlyChange: 11.4, Settlement: `Loan`, Contract: `Options`, Region: `Europe`, Country: `Hungary`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-04-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 71 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Natural Gas`, Spread: 0.02, Open: 2.094, Price: 2.1, Buy: 2.09, Sell: 2.09, Change: 0, ChangePercent: -0.28, Volume: 2783, High: 2.11, Low: 2.09, YearlyHigh: 3.2, YearlyLow: 1.84, YearlyStart: 2.52, YearlyChange: -16.51, Settlement: `Loan`, Contract: `Forwards`, Region: `Europe`, Country: `Portugal`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-05-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 72 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/JPY`, Spread: 0.02, Open: 9275.5, Price: 9459.17, Buy: 9277.32, Sell: 9277.34, Change: 181.84, ChangePercent: 1.96, Volume: 47734, High: 9277.33, Low: 0.93, YearlyHigh: 9483, YearlyLow: 0.93, YearlyStart: 4741.97, YearlyChange: 95.64, Settlement: `Credit`, Contract: `Futures`, Region: `Middle East`, Country: `Iraq`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-07-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 73 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Oats`, Spread: 0.01, Open: 194.5, Price: 197.25, Buy: 194.21, Sell: 194.22, Change: 3.03, ChangePercent: 1.56, Volume: 64, High: 195.75, Low: 194, YearlyHigh: 241.25, YearlyLow: 183.75, YearlyStart: 212.5, YearlyChange: -8.6, Settlement: `Loan`, Contract: `Swap`, Region: `Europe`, Country: `Sweden`, Risk: `Low`, Sector: `Public`, Currency: `USD`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-04-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 74 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soy Meat`, Spread: 0.01, Open: 342.6, Price: 336.59, Buy: 342.6, Sell: 342.6, Change: -6.03, ChangePercent: -1.76, Volume: 5646, High: 345.4, Low: 340.3, YearlyHigh: 353.4, YearlyLow: 261.7, YearlyStart: 307.55, YearlyChange: 11.4, Settlement: `Loan`, Contract: `Swap`, Region: `Africa`, Country: `Ethiopia`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-09-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 75 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Gold`, Spread: 0.01, Open: 1281.1, Price: 1260.75, Buy: 1280.73, Sell: 1280.74, Change: -19.98, ChangePercent: -1.56, Volume: 48387, High: 1289.5, Low: 1279.1, YearlyHigh: 1306, YearlyLow: 1047.2, YearlyStart: 1176.6, YearlyChange: 8.85, Settlement: `Cash`, Contract: `Options`, Region: `Africa`, Country: `Nigeria`, Risk: `High`, Sector: `Private`, Currency: `PLN`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-04-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 76 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Sugar`, Spread: 0.01, Open: 15.68, Price: 14.91, Buy: 14.67, Sell: 14.68, Change: 0.24, ChangePercent: 1.64, Volume: 4949, High: 15.7, Low: 14.67, YearlyHigh: 16.87, YearlyLow: 11.37, YearlyStart: 14.12, YearlyChange: 3.92, Settlement: `Credit`, Contract: `Swap`, Region: `Europe`, Country: `Sweden`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-05-21`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 77 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Copper`, Spread: 0.02, Open: 2.123, Price: 2.1, Buy: 2.12, Sell: 2.12, Change: -0.01, ChangePercent: -0.64, Volume: 28819, High: 2.16, Low: 2.11, YearlyHigh: 2.94, YearlyLow: 1.96, YearlyStart: 2.45, YearlyChange: -13.76, Settlement: `Cash`, Contract: `Swap`, Region: `Africa`, Country: `Ethiopia`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-08-19`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 78 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/JPY`, Spread: 0.02, Open: 9275.5, Price: 9329.29, Buy: 9277.32, Sell: 9277.34, Change: 51.96, ChangePercent: 0.56, Volume: 47734, High: 9277.33, Low: 0.93, YearlyHigh: 9483, YearlyLow: 0.93, YearlyStart: 4741.97, YearlyChange: 95.64, Settlement: `Loan`, Contract: `Futures`, Region: `Europe`, Country: `Germany`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-07-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 79 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `OJ Future`, Spread: 0.01, Open: 140.6, Price: 140.97, Buy: 140.18, Sell: 140.19, Change: 0.78, ChangePercent: 0.56, Volume: 7, High: 140.19, Low: 0, YearlyHigh: 155.95, YearlyLow: 113, YearlyStart: 134.47, YearlyChange: 4.25, Settlement: `Loan`, Contract: `CFD`, Region: `Africa`, Country: `Morocco`, Risk: `Low`, Sector: `Government`, Currency: `USD`, Security: `High`, Issuer: `FedEx`, Maturity: `2022-06-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 80 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/JPY`, Spread: 0.02, Open: 9275.5, Price: 9455.46, Buy: 9277.32, Sell: 9277.34, Change: 178.13, ChangePercent: 1.92, Volume: 47734, High: 9277.33, Low: 0.93, YearlyHigh: 9483, YearlyLow: 0.93, YearlyStart: 4741.97, YearlyChange: 95.64, Settlement: `Loan`, Contract: `Futures`, Region: `Asia Pacific`, Country: `China`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-03-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 81 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `FD Cattle`, Spread: 0.01, Open: 147.175, Price: 148.37, Buy: 148.6, Sell: 148.61, Change: -0.24, ChangePercent: -0.16, Volume: 5, High: 148.61, Low: 147.18, YearlyHigh: 190, YearlyLow: 138.1, YearlyStart: 164.05, YearlyChange: -9.41, Settlement: `Loan`, Contract: `Futures`, Region: `Europe`, Country: `France`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-02-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 82 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Diesel`, Spread: 0.015, Open: 1.3474, Price: 1.38, Buy: 1.35, Sell: 1.35, Change: 0.02, ChangePercent: 1.56, Volume: 2971, High: 1.36, Low: 1.34, YearlyHigh: 2.11, YearlyLow: 0.92, YearlyStart: 1.51, YearlyChange: -10.4, Settlement: `Cash`, Contract: `Options`, Region: `North America`, Country: `United States`, Risk: `High`, Sector: `Public`, Currency: `PLN`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-03-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 83 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Ethanol`, Spread: 0.01, Open: 1.512, Price: 2.71, Buy: 2.75, Sell: 2.76, Change: -0.04, ChangePercent: -1.68, Volume: 14, High: 2.75, Low: 1.12, YearlyHigh: 2.75, YearlyLow: 1.12, YearlyStart: 1.48, YearlyChange: 86.7, Settlement: `Cash`, Contract: `Options`, Region: `Africa`, Country: `South Africa`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-04-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 84 }), + new FinancialDataAllItem({ Category: `Index`, Type: `DOW Future`, Spread: 0.01, Open: 17711, Price: 17875.1, Buy: 17712.15, Sell: 17712.16, Change: 162.95, ChangePercent: 0.92, Volume: 22236, High: 17727, Low: 17642, YearlyHigh: 18083, YearlyLow: 15299, YearlyStart: 16691, YearlyChange: 6.12, Settlement: `Credit`, Contract: `Swap`, Region: `Europe`, Country: `Ireland`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-02-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 85 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `LV Cattle`, Spread: 0.01, Open: 120.725, Price: 120.9, Buy: 120.72, Sell: 120.72, Change: 0.2, ChangePercent: 0.16, Volume: 4, High: 120.72, Low: 120.72, YearlyHigh: 147.98, YearlyLow: 113.9, YearlyStart: 130.94, YearlyChange: -7.82, Settlement: `Loan`, Contract: `Futures`, Region: `Europe`, Country: `Romania`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `American Airlines`, Maturity: `2022-06-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 86 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `LV Cattle`, Spread: 0.01, Open: 120.725, Price: 120.66, Buy: 120.72, Sell: 120.72, Change: -0.05, ChangePercent: -0.04, Volume: 4, High: 120.72, Low: 120.72, YearlyHigh: 147.98, YearlyLow: 113.9, YearlyStart: 130.94, YearlyChange: -7.82, Settlement: `Credit`, Contract: `Futures`, Region: `Europe`, Country: `France`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-02-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 87 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `LV Cattle`, Spread: 0.01, Open: 120.725, Price: 119.93, Buy: 120.72, Sell: 120.72, Change: -0.77, ChangePercent: -0.64, Volume: 4, High: 120.72, Low: 120.72, YearlyHigh: 147.98, YearlyLow: 113.9, YearlyStart: 130.94, YearlyChange: -7.82, Settlement: `Cash`, Contract: `Swap`, Region: `Middle East`, Country: `Qatar`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-03-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 88 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P Future`, Spread: 0.01, Open: 2057.5, Price: 2017.12, Buy: 2056.6, Sell: 2056.61, Change: -39.48, ChangePercent: -1.92, Volume: 142780, High: 2059.5, Low: 2049, YearlyHigh: 2105.5, YearlyLow: 1794.5, YearlyStart: 1950, YearlyChange: 5.47, Settlement: `Credit`, Contract: `Options`, Region: `Europe`, Country: `Denmark`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-08-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 89 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `Euro$ 3M`, Spread: 0.01, Open: 99.18, Price: 97.38, Buy: 99.18, Sell: 99.18, Change: -1.79, ChangePercent: -1.8, Volume: 29509, High: 99.18, Low: 99.17, YearlyHigh: 99.38, YearlyLow: 98.41, YearlyStart: 98.89, YearlyChange: 0.28, Settlement: `Loan`, Contract: `Forwards`, Region: `Asia Pacific`, Country: `Hong Kong`, Risk: `Low`, Sector: `Government`, Currency: `USD`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-07-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 90 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `AUD/USD`, Spread: 0.02, Open: 0.7344, Price: 0.73, Buy: 0.73, Sell: 0.73, Change: -0.01, ChangePercent: -1.48, Volume: 36764, High: 0.74, Low: 0.73, YearlyHigh: 0.79, YearlyLow: 0.68, YearlyStart: 0.73, YearlyChange: 1.28, Settlement: `Credit`, Contract: `Futures`, Region: `North America`, Country: `United States`, Risk: `High`, Sector: `Government`, Currency: `PLN`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-08-24`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 91 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Platinum`, Spread: 0.01, Open: 1071.6, Price: 1057.82, Buy: 1071.09, Sell: 1071.1, Change: -13.28, ChangePercent: -1.24, Volume: 3039, High: 1081.2, Low: 1070.5, YearlyHigh: 1120.6, YearlyLow: 812.4, YearlyStart: 966.5, YearlyChange: 10.82, Settlement: `Cash`, Contract: `Futures`, Region: `Middle East`, Country: `Oman`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-01-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 92 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Silver`, Spread: 0.01, Open: 17.43, Price: 17.27, Buy: 17.43, Sell: 17.43, Change: -0.15, ChangePercent: -0.84, Volume: 11720, High: 17.51, Low: 17.37, YearlyHigh: 18.06, YearlyLow: 13.73, YearlyStart: 15.89, YearlyChange: 9.59, Settlement: `Cash`, Contract: `CFD`, Region: `Europe`, Country: `Bulgaria`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-05-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 93 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `Lean Hogs`, Spread: 0.01, Open: 81.275, Price: 81.29, Buy: 81.81, Sell: 81.82, Change: -0.52, ChangePercent: -0.64, Volume: 1, High: 81.81, Low: 81.28, YearlyHigh: 83.98, YearlyLow: 70.25, YearlyStart: 77.11, YearlyChange: 6.09, Settlement: `Cash`, Contract: `Options`, Region: `Africa`, Country: `South Africa`, Risk: `Low`, Sector: `Public`, Currency: `EUR`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-01-27`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 94 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Wheat`, Spread: 0.01, Open: 465.5, Price: 469.8, Buy: 465.5, Sell: 465.5, Change: 4.28, ChangePercent: 0.92, Volume: 4318, High: 467, Low: 463.25, YearlyHigh: 628.5, YearlyLow: 449.5, YearlyStart: 539, YearlyChange: -13.63, Settlement: `Cash`, Contract: `Futures`, Region: `Africa`, Country: `South Africa`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-08-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 95 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Wheat`, Spread: 0.01, Open: 465.5, Price: 462.35, Buy: 465.5, Sell: 465.5, Change: -3.17, ChangePercent: -0.68, Volume: 4318, High: 467, Low: 463.25, YearlyHigh: 628.5, YearlyLow: 449.5, YearlyStart: 539, YearlyChange: -13.63, Settlement: `Cash`, Contract: `Futures`, Region: `Europe`, Country: `Finland`, Risk: `Low`, Sector: `Government`, Currency: `PLN`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-01-16`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 96 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `BTC/USD`, Spread: 0.06, Open: 93.88, Price: 20698.36, Buy: 21200.76, Sell: 21400.78, Change: -302.41, ChangePercent: -1.44, Volume: 5788000, High: 22400.05, Low: 20100.75, YearlyHigh: 62400.7, YearlyLow: 15100.88, YearlyStart: 21200.29, YearlyChange: -20.62, Settlement: `Loan`, Contract: `Options`, Region: `North America`, Country: `United States`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-08-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 97 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Corn`, Spread: 0.01, Open: 379.5, Price: 377.68, Buy: 379.8, Sell: 379.81, Change: -2.12, ChangePercent: -0.56, Volume: 11266, High: 381, Low: 377.75, YearlyHigh: 471.25, YearlyLow: 351.25, YearlyStart: 411.25, YearlyChange: -7.65, Settlement: `Loan`, Contract: `Options`, Region: `Europe`, Country: `Italy`, Risk: `Low`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-01-24`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 98 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Uranium`, Spread: 0.02, Open: 27.55, Price: 27.91, Buy: 27.55, Sell: 27.55, Change: 0.33, ChangePercent: 1.2, Volume: 12, High: 27.55, Low: 27.55, YearlyHigh: 29.32, YearlyLow: 21.28, YearlyStart: 25.3, YearlyChange: 9.01, Settlement: `Cash`, Contract: `Swap`, Region: `Middle East`, Country: `Lebanon`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-06-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 99 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Wheat`, Spread: 0.01, Open: 465.5, Price: 467.01, Buy: 465.5, Sell: 465.5, Change: 1.49, ChangePercent: 0.32, Volume: 4318, High: 467, Low: 463.25, YearlyHigh: 628.5, YearlyLow: 449.5, YearlyStart: 539, YearlyChange: -13.63, Settlement: `Cash`, Contract: `Swap`, Region: `Europe`, Country: `Ireland`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-06-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 100 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P MID MINI`, Spread: 0.01, Open: 1454.3, Price: 1453.45, Buy: 1455.78, Sell: 1455.79, Change: -2.33, ChangePercent: -0.16, Volume: 338, High: 1455.78, Low: 1448, YearlyHigh: 1527.3, YearlyLow: 1236, YearlyStart: 1381.65, YearlyChange: 5.37, Settlement: `Cash`, Contract: `Swap`, Region: `Africa`, Country: `Morocco`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-06-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 101 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `FD Cattle`, Spread: 0.01, Open: 147.175, Price: 149.85, Buy: 148.6, Sell: 148.61, Change: 1.24, ChangePercent: 0.84, Volume: 5, High: 148.61, Low: 147.18, YearlyHigh: 190, YearlyLow: 138.1, YearlyStart: 164.05, YearlyChange: -9.41, Settlement: `Cash`, Contract: `Options`, Region: `Africa`, Country: `Ethiopia`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-02-10`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 102 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Copper`, Spread: 0.02, Open: 2.123, Price: 2.16, Buy: 2.12, Sell: 2.12, Change: 0.05, ChangePercent: 2, Volume: 28819, High: 2.16, Low: 2.11, YearlyHigh: 2.94, YearlyLow: 1.96, YearlyStart: 2.45, YearlyChange: -13.76, Settlement: `Cash`, Contract: `Options`, Region: `Africa`, Country: `Senegal`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-03-19`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 103 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Uranium`, Spread: 0.02, Open: 27.55, Price: 27.81, Buy: 27.55, Sell: 27.55, Change: 0.23, ChangePercent: 0.84, Volume: 12, High: 27.55, Low: 27.55, YearlyHigh: 29.32, YearlyLow: 21.28, YearlyStart: 25.3, YearlyChange: 9.01, Settlement: `Cash`, Contract: `Futures`, Region: `Middle East`, Country: `Iran`, Risk: `High`, Sector: `Government`, Currency: `USD`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-08-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 104 }), + new FinancialDataAllItem({ Category: `Index`, Type: `DOW Future`, Spread: 0.01, Open: 17711, Price: 17457.1, Buy: 17712.15, Sell: 17712.16, Change: -255.05, ChangePercent: -1.44, Volume: 22236, High: 17727, Low: 17642, YearlyHigh: 18083, YearlyLow: 15299, YearlyStart: 16691, YearlyChange: 6.12, Settlement: `Cash`, Contract: `Swap`, Region: `Asia Pacific`, Country: `Thailand`, Risk: `High`, Sector: `Private`, Currency: `PLN`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-05-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 105 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Coal`, Spread: 0.015, Open: 0.4363, Price: 0.41, Buy: 0.44, Sell: 0.44, Change: -0.01, ChangePercent: -0.96, Volume: 3, High: 0.44, Low: 0.44, YearlyHigh: 0.48, YearlyLow: 0.4, YearlyStart: 0.44, YearlyChange: -5.33, Settlement: `Cash`, Contract: `Forwards`, Region: `Asia Pacific`, Country: `India`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-02-24`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 106 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Platinum`, Spread: 0.01, Open: 1071.6, Price: 1086.52, Buy: 1071.09, Sell: 1071.1, Change: 15.42, ChangePercent: 1.44, Volume: 3039, High: 1081.2, Low: 1070.5, YearlyHigh: 1120.6, YearlyLow: 812.4, YearlyStart: 966.5, YearlyChange: 10.82, Settlement: `Credit`, Contract: `Options`, Region: `North America`, Country: `Mexico`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-04-23`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 107 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Rice`, Spread: 0.01, Open: 11.245, Price: 10.61, Buy: 10.41, Sell: 10.42, Change: 0.19, ChangePercent: 1.84, Volume: 220, High: 11.38, Low: 10.42, YearlyHigh: 14.14, YearlyLow: 9.7, YearlyStart: 11.92, YearlyChange: -12.62, Settlement: `Cash`, Contract: `Swap`, Region: `Asia Pacific`, Country: `Indonesia`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `FedEx`, Maturity: `2022-06-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 108 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `BTC/USD`, Spread: 0.06, Open: 93.88, Price: 20765.56, Buy: 21200.76, Sell: 21400.78, Change: -235.21, ChangePercent: -1.12, Volume: 5788000, High: 22400.05, Low: 20100.75, YearlyHigh: 62400.7, YearlyLow: 15100.88, YearlyStart: 21200.29, YearlyChange: -20.62, Settlement: `Cash`, Contract: `Swap`, Region: `Middle East`, Country: `Iran`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-06-16`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 109 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P 600 MINI`, Spread: 0.01, Open: 687.9, Price: 691.18, Buy: 687.9, Sell: 687.9, Change: 3.3, ChangePercent: 0.48, Volume: 0, High: 0, Low: 0, YearlyHigh: 620.32, YearlyLow: 595.9, YearlyStart: 608.11, YearlyChange: 13.12, Settlement: `Credit`, Contract: `Swap`, Region: `Asia Pacific`, Country: `Malaysia`, Risk: `High`, Sector: `Government`, Currency: `PLN`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-02-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 110 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soy oil`, Spread: 0.01, Open: 33.26, Price: 34.26, Buy: 33.77, Sell: 33.78, Change: 0.49, ChangePercent: 1.44, Volume: 10592, High: 33.77, Low: 33.06, YearlyHigh: 35.43, YearlyLow: 26.61, YearlyStart: 31.02, YearlyChange: 8.87, Settlement: `Loan`, Contract: `Swap`, Region: `Europe`, Country: `Greece`, Risk: `High`, Sector: `Government`, Currency: `PLN`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-06-10`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 111 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `FD Cattle`, Spread: 0.01, Open: 147.175, Price: 148.07, Buy: 148.6, Sell: 148.61, Change: -0.54, ChangePercent: -0.36, Volume: 5, High: 148.61, Low: 147.18, YearlyHigh: 190, YearlyLow: 138.1, YearlyStart: 164.05, YearlyChange: -9.41, Settlement: `Cash`, Contract: `CFD`, Region: `Europe`, Country: `Portugal`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-01-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 112 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Coal`, Spread: 0.015, Open: 0.4363, Price: 0.42, Buy: 0.44, Sell: 0.44, Change: 0, ChangePercent: 1.8, Volume: 3, High: 0.44, Low: 0.44, YearlyHigh: 0.48, YearlyLow: 0.4, YearlyStart: 0.44, YearlyChange: -5.33, Settlement: `Cash`, Contract: `Options`, Region: `Middle East`, Country: `Israel`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `Poor`, Issuer: `FedEx`, Maturity: `2022-03-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 113 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Gold`, Spread: 0.01, Open: 1281.1, Price: 1272.54, Buy: 1280.73, Sell: 1280.74, Change: -8.19, ChangePercent: -0.64, Volume: 48387, High: 1289.5, Low: 1279.1, YearlyHigh: 1306, YearlyLow: 1047.2, YearlyStart: 1176.6, YearlyChange: 8.85, Settlement: `Cash`, Contract: `Swap`, Region: `Asia Pacific`, Country: `Indonesia`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-02-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 114 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Corn`, Spread: 0.01, Open: 379.5, Price: 373.42, Buy: 379.8, Sell: 379.81, Change: -6.38, ChangePercent: -1.68, Volume: 11266, High: 381, Low: 377.75, YearlyHigh: 471.25, YearlyLow: 351.25, YearlyStart: 411.25, YearlyChange: -7.65, Settlement: `Cash`, Contract: `Futures`, Region: `North America`, Country: `Canada`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `High`, Issuer: `FedEx`, Maturity: `2022-09-11`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 115 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `US 10YR Future`, Spread: 0.01, Open: 130.5625, Price: 131.47, Buy: 130.56, Sell: 130.56, Change: 0.89, ChangePercent: 0.68, Volume: 189310, High: 130.63, Low: 130.44, YearlyHigh: 132.64, YearlyLow: 125.48, YearlyStart: 129.06, YearlyChange: 1.18, Settlement: `Credit`, Contract: `Futures`, Region: `Africa`, Country: `Niger`, Risk: `Low`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-03-22`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 116 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Coal`, Spread: 0.015, Open: 0.4363, Price: 0.41, Buy: 0.44, Sell: 0.44, Change: -0.01, ChangePercent: -1.88, Volume: 3, High: 0.44, Low: 0.44, YearlyHigh: 0.48, YearlyLow: 0.4, YearlyStart: 0.44, YearlyChange: -5.33, Settlement: `Cash`, Contract: `Futures`, Region: `Europe`, Country: `Iceland`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-04-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 117 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P Future`, Spread: 0.01, Open: 2057.5, Price: 2086.22, Buy: 2056.6, Sell: 2056.61, Change: 29.62, ChangePercent: 1.44, Volume: 142780, High: 2059.5, Low: 2049, YearlyHigh: 2105.5, YearlyLow: 1794.5, YearlyStart: 1950, YearlyChange: 5.47, Settlement: `Loan`, Contract: `Swap`, Region: `Europe`, Country: `Greece`, Risk: `Low`, Sector: `Public`, Currency: `USD`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-03-23`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 118 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soy Meat`, Spread: 0.01, Open: 342.6, Price: 346.32, Buy: 342.6, Sell: 342.6, Change: 3.7, ChangePercent: 1.08, Volume: 5646, High: 345.4, Low: 340.3, YearlyHigh: 353.4, YearlyLow: 261.7, YearlyStart: 307.55, YearlyChange: 11.4, Settlement: `Loan`, Contract: `Futures`, Region: `Asia Pacific`, Country: `Azerbaijan`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-06-27`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 119 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `LV Cattle`, Spread: 0.01, Open: 120.725, Price: 122.78, Buy: 120.72, Sell: 120.72, Change: 2.08, ChangePercent: 1.72, Volume: 4, High: 120.72, Low: 120.72, YearlyHigh: 147.98, YearlyLow: 113.9, YearlyStart: 130.94, YearlyChange: -7.82, Settlement: `Loan`, Contract: `Futures`, Region: `Europe`, Country: `Ireland`, Risk: `High`, Sector: `Government`, Currency: `PLN`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-01-21`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 120 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Copper`, Spread: 0.02, Open: 2.123, Price: 2.1, Buy: 2.12, Sell: 2.12, Change: -0.01, ChangePercent: -0.56, Volume: 28819, High: 2.16, Low: 2.11, YearlyHigh: 2.94, YearlyLow: 1.96, YearlyStart: 2.45, YearlyChange: -13.76, Settlement: `Cash`, Contract: `Futures`, Region: `Europe`, Country: `Norway`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-01-16`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 121 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Uranium`, Spread: 0.02, Open: 27.55, Price: 27.52, Buy: 27.55, Sell: 27.55, Change: -0.06, ChangePercent: -0.2, Volume: 12, High: 27.55, Low: 27.55, YearlyHigh: 29.32, YearlyLow: 21.28, YearlyStart: 25.3, YearlyChange: 9.01, Settlement: `Credit`, Contract: `Futures`, Region: `Middle East`, Country: `Jordan`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-02-22`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 122 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Silver`, Spread: 0.01, Open: 17.43, Price: 17.18, Buy: 17.43, Sell: 17.43, Change: -0.24, ChangePercent: -1.4, Volume: 11720, High: 17.51, Low: 17.37, YearlyHigh: 18.06, YearlyLow: 13.73, YearlyStart: 15.89, YearlyChange: 9.59, Settlement: `Credit`, Contract: `Options`, Region: `Europe`, Country: `Romania`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-07-22`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 123 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soybean`, Spread: 0.01, Open: 1038, Price: 1044.02, Buy: 1038.61, Sell: 1038.62, Change: 5.4, ChangePercent: 0.52, Volume: 20356, High: 1044, Low: 1031.75, YearlyHigh: 1057, YearlyLow: 859.5, YearlyStart: 958.25, YearlyChange: 8.39, Settlement: `Cash`, Contract: `Options`, Region: `South America`, Country: `Brazil`, Risk: `Low`, Sector: `Government`, Currency: `PLN`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-07-24`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 124 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Coal`, Spread: 0.015, Open: 0.4363, Price: 0.42, Buy: 0.44, Sell: 0.44, Change: 0, ChangePercent: 1.36, Volume: 3, High: 0.44, Low: 0.44, YearlyHigh: 0.48, YearlyLow: 0.4, YearlyStart: 0.44, YearlyChange: -5.33, Settlement: `Cash`, Contract: `CFD`, Region: `Africa`, Country: `Algeria`, Risk: `Low`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-04-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 125 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Rice`, Spread: 0.01, Open: 11.245, Price: 10.26, Buy: 10.41, Sell: 10.42, Change: -0.16, ChangePercent: -1.48, Volume: 220, High: 11.38, Low: 10.42, YearlyHigh: 14.14, YearlyLow: 9.7, YearlyStart: 11.92, YearlyChange: -12.62, Settlement: `Credit`, Contract: `CFD`, Region: `Europe`, Country: `Poland`, Risk: `Low`, Sector: `Public`, Currency: `EUR`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-08-10`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 126 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Copper`, Spread: 0.02, Open: 2.123, Price: 2.1, Buy: 2.12, Sell: 2.12, Change: -0.01, ChangePercent: -0.52, Volume: 28819, High: 2.16, Low: 2.11, YearlyHigh: 2.94, YearlyLow: 1.96, YearlyStart: 2.45, YearlyChange: -13.76, Settlement: `Credit`, Contract: `Options`, Region: `Middle East`, Country: `Turkey`, Risk: `Low`, Sector: `Public`, Currency: `EUR`, Security: `High`, Issuer: `American Airlines`, Maturity: `2022-07-16`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 127 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `US 30YR Future`, Spread: 0.01, Open: 164.875, Price: 164.03, Buy: 164.15, Sell: 164.16, Change: -0.13, ChangePercent: -0.08, Volume: 28012, High: 165.25, Low: 164.04, YearlyHigh: 169.38, YearlyLow: 151.47, YearlyStart: 160.43, YearlyChange: 2.33, Settlement: `Credit`, Contract: `Swap`, Region: `Europe`, Country: `Italy`, Risk: `High`, Sector: `Public`, Currency: `PLN`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-07-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 128 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Platinum`, Spread: 0.01, Open: 1071.6, Price: 1075.38, Buy: 1071.09, Sell: 1071.1, Change: 4.28, ChangePercent: 0.4, Volume: 3039, High: 1081.2, Low: 1070.5, YearlyHigh: 1120.6, YearlyLow: 812.4, YearlyStart: 966.5, YearlyChange: 10.82, Settlement: `Credit`, Contract: `Swap`, Region: `South America`, Country: `Paraguay`, Risk: `Low`, Sector: `Government`, Currency: `USD`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-04-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 129 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `BTC/USD`, Spread: 0.06, Open: 93.88, Price: 20807.56, Buy: 21200.76, Sell: 21400.78, Change: -193.21, ChangePercent: -0.92, Volume: 5788000, High: 22400.05, Low: 20100.75, YearlyHigh: 62400.7, YearlyLow: 15100.88, YearlyStart: 21200.29, YearlyChange: -20.62, Settlement: `Cash`, Contract: `Futures`, Region: `Asia Pacific`, Country: `Malaysia`, Risk: `High`, Sector: `Private`, Currency: `PLN`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-08-24`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 130 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soy oil`, Spread: 0.01, Open: 33.26, Price: 33.28, Buy: 33.77, Sell: 33.78, Change: -0.49, ChangePercent: -1.44, Volume: 10592, High: 33.77, Low: 33.06, YearlyHigh: 35.43, YearlyLow: 26.61, YearlyStart: 31.02, YearlyChange: 8.87, Settlement: `Cash`, Contract: `Options`, Region: `Middle East`, Country: `Israel`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-05-21`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 131 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Cotton`, Spread: 0.01, Open: 61.77, Price: 61.02, Buy: 61.77, Sell: 61.77, Change: -0.74, ChangePercent: -1.2, Volume: 3612, High: 62.06, Low: 61.32, YearlyHigh: 67.59, YearlyLow: 54.33, YearlyStart: 60.96, YearlyChange: 1.31, Settlement: `Cash`, Contract: `Futures`, Region: `Asia Pacific`, Country: `Indonesia`, Risk: `High`, Sector: `Government`, Currency: `USD`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-08-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 132 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Silver`, Spread: 0.01, Open: 17.43, Price: 17.09, Buy: 17.43, Sell: 17.43, Change: -0.33, ChangePercent: -1.88, Volume: 11720, High: 17.51, Low: 17.37, YearlyHigh: 18.06, YearlyLow: 13.73, YearlyStart: 15.89, YearlyChange: 9.59, Settlement: `Cash`, Contract: `Swap`, Region: `Middle East`, Country: `Kuwait`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-08-24`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 133 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/CHF`, Spread: 0.02, Open: 1.0337, Price: 1.04, Buy: 1.03, Sell: 1.03, Change: 0, ChangePercent: -0.48, Volume: 5550, High: 1.03, Low: 1.03, YearlyHigh: 1.11, YearlyLow: 0.98, YearlyStart: 1.04, YearlyChange: -0.12, Settlement: `Cash`, Contract: `Swap`, Region: `Africa`, Country: `Morocco`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-03-16`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 134 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Cotton`, Spread: 0.01, Open: 61.77, Price: 62.5, Buy: 61.77, Sell: 61.77, Change: 0.74, ChangePercent: 1.2, Volume: 3612, High: 62.06, Low: 61.32, YearlyHigh: 67.59, YearlyLow: 54.33, YearlyStart: 60.96, YearlyChange: 1.31, Settlement: `Credit`, Contract: `Futures`, Region: `Europe`, Country: `Italy`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `Poor`, Issuer: `FedEx`, Maturity: `2022-06-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 135 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Sugar`, Spread: 0.01, Open: 15.68, Price: 14.68, Buy: 14.67, Sell: 14.68, Change: 0.01, ChangePercent: 0.04, Volume: 4949, High: 15.7, Low: 14.67, YearlyHigh: 16.87, YearlyLow: 11.37, YearlyStart: 14.12, YearlyChange: 3.92, Settlement: `Cash`, Contract: `Futures`, Region: `Asia Pacific`, Country: `Singapore`, Risk: `Low`, Sector: `Government`, Currency: `PLN`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-06-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 136 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Milk`, Spread: 0.01, Open: 12.87, Price: 12.84, Buy: 12.87, Sell: 12.87, Change: -0.02, ChangePercent: -0.12, Volume: 7, High: 12.89, Low: 12.81, YearlyHigh: 16.96, YearlyLow: 12.81, YearlyStart: 14.88, YearlyChange: -13.6, Settlement: `Cash`, Contract: `Forwards`, Region: `Europe`, Country: `Austria`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-04-21`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 137 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Diesel`, Spread: 0.015, Open: 1.3474, Price: 1.37, Buy: 1.35, Sell: 1.35, Change: 0.01, ChangePercent: 0.96, Volume: 2971, High: 1.36, Low: 1.34, YearlyHigh: 2.11, YearlyLow: 0.92, YearlyStart: 1.51, YearlyChange: -10.4, Settlement: `Cash`, Contract: `Swap`, Region: `Africa`, Country: `Ethiopia`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-09-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 138 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `US 10YR Future`, Spread: 0.01, Open: 130.5625, Price: 132.52, Buy: 130.56, Sell: 130.56, Change: 1.94, ChangePercent: 1.48, Volume: 189310, High: 130.63, Low: 130.44, YearlyHigh: 132.64, YearlyLow: 125.48, YearlyStart: 129.06, YearlyChange: 1.18, Settlement: `Cash`, Contract: `Futures`, Region: `Europe`, Country: `Norway`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-03-11`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 139 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Diesel`, Spread: 0.015, Open: 1.3474, Price: 1.35, Buy: 1.35, Sell: 1.35, Change: -0.01, ChangePercent: -0.24, Volume: 2971, High: 1.36, Low: 1.34, YearlyHigh: 2.11, YearlyLow: 0.92, YearlyStart: 1.51, YearlyChange: -10.4, Settlement: `Cash`, Contract: `Options`, Region: `Middle East`, Country: `Syria`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-05-16`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 140 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P Future`, Spread: 0.01, Open: 2057.5, Price: 2052.49, Buy: 2056.6, Sell: 2056.61, Change: -4.11, ChangePercent: -0.2, Volume: 142780, High: 2059.5, Low: 2049, YearlyHigh: 2105.5, YearlyLow: 1794.5, YearlyStart: 1950, YearlyChange: 5.47, Settlement: `Cash`, Contract: `Swap`, Region: `Asia Pacific`, Country: `Azerbaijan`, Risk: `Low`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-05-11`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 141 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `Lean Hogs`, Spread: 0.01, Open: 81.275, Price: 83.45, Buy: 81.81, Sell: 81.82, Change: 1.64, ChangePercent: 2, Volume: 1, High: 81.81, Low: 81.28, YearlyHigh: 83.98, YearlyLow: 70.25, YearlyStart: 77.11, YearlyChange: 6.09, Settlement: `Cash`, Contract: `CFD`, Region: `Europe`, Country: `Croatia`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `High`, Issuer: `FedEx`, Maturity: `2022-07-21`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 142 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `Euro$ 3M`, Spread: 0.01, Open: 99.18, Price: 98.81, Buy: 99.18, Sell: 99.18, Change: -0.36, ChangePercent: -0.36, Volume: 29509, High: 99.18, Low: 99.17, YearlyHigh: 99.38, YearlyLow: 98.41, YearlyStart: 98.89, YearlyChange: 0.28, Settlement: `Cash`, Contract: `Swap`, Region: `Middle East`, Country: `Turkey`, Risk: `Low`, Sector: `Public`, Currency: `EUR`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-03-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 143 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Oil`, Spread: 0.015, Open: 45.54, Price: 46.05, Buy: 45.78, Sell: 45.8, Change: 0.26, ChangePercent: 0.56, Volume: 107196, High: 45.94, Low: 45, YearlyHigh: 65.28, YearlyLow: 30.79, YearlyStart: 48.03, YearlyChange: -4.67, Settlement: `Cash`, Contract: `Futures`, Region: `Africa`, Country: `Tunisia`, Risk: `Low`, Sector: `Government`, Currency: `USD`, Security: `High`, Issuer: `FedEx`, Maturity: `2022-08-24`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 144 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `US 30YR Future`, Spread: 0.01, Open: 164.875, Price: 165.47, Buy: 164.15, Sell: 164.16, Change: 1.31, ChangePercent: 0.8, Volume: 28012, High: 165.25, Low: 164.04, YearlyHigh: 169.38, YearlyLow: 151.47, YearlyStart: 160.43, YearlyChange: 2.33, Settlement: `Cash`, Contract: `Futures`, Region: `Europe`, Country: `Netherlands`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-02-16`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 145 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `US 10YR Future`, Spread: 0.01, Open: 130.5625, Price: 132.67, Buy: 130.56, Sell: 130.56, Change: 2.09, ChangePercent: 1.6, Volume: 189310, High: 130.63, Low: 130.44, YearlyHigh: 132.64, YearlyLow: 125.48, YearlyStart: 129.06, YearlyChange: 1.18, Settlement: `Cash`, Contract: `Futures`, Region: `Middle East`, Country: `Saudi Arabia`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-09-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 146 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Wheat`, Spread: 0.01, Open: 465.5, Price: 465.89, Buy: 465.5, Sell: 465.5, Change: 0.37, ChangePercent: 0.08, Volume: 4318, High: 467, Low: 463.25, YearlyHigh: 628.5, YearlyLow: 449.5, YearlyStart: 539, YearlyChange: -13.63, Settlement: `Credit`, Contract: `Forwards`, Region: `Europe`, Country: `Bulgaria`, Risk: `Low`, Sector: `Public`, Currency: `PLN`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-03-24`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 147 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Uranium`, Spread: 0.02, Open: 27.55, Price: 27.39, Buy: 27.55, Sell: 27.55, Change: -0.19, ChangePercent: -0.68, Volume: 12, High: 27.55, Low: 27.55, YearlyHigh: 29.32, YearlyLow: 21.28, YearlyStart: 25.3, YearlyChange: 9.01, Settlement: `Loan`, Contract: `Options`, Region: `Asia Pacific`, Country: `Indonesia`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-07-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 148 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P MID MINI`, Spread: 0.01, Open: 1454.3, Price: 1446.46, Buy: 1455.78, Sell: 1455.79, Change: -9.32, ChangePercent: -0.64, Volume: 338, High: 1455.78, Low: 1448, YearlyHigh: 1527.3, YearlyLow: 1236, YearlyStart: 1381.65, YearlyChange: 5.37, Settlement: `Credit`, Contract: `Options`, Region: `Asia Pacific`, Country: `Taiwan`, Risk: `Low`, Sector: `Government`, Currency: `USD`, Security: `High`, Issuer: `American Airlines`, Maturity: `2022-08-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 149 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `FD Cattle`, Spread: 0.01, Open: 147.175, Price: 150.09, Buy: 148.6, Sell: 148.61, Change: 1.48, ChangePercent: 1, Volume: 5, High: 148.61, Low: 147.18, YearlyHigh: 190, YearlyLow: 138.1, YearlyStart: 164.05, YearlyChange: -9.41, Settlement: `Loan`, Contract: `Forwards`, Region: `Middle East`, Country: `Saudi Arabia`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-04-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 150 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `OJ Future`, Spread: 0.01, Open: 140.6, Price: 139.52, Buy: 140.18, Sell: 140.19, Change: -0.67, ChangePercent: -0.48, Volume: 7, High: 140.19, Low: 0, YearlyHigh: 155.95, YearlyLow: 113, YearlyStart: 134.47, YearlyChange: 4.25, Settlement: `Credit`, Contract: `Swap`, Region: `Asia Pacific`, Country: `Thailand`, Risk: `Low`, Sector: `Public`, Currency: `USD`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-02-16`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 151 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P 600 MINI`, Spread: 0.01, Open: 687.9, Price: 700.26, Buy: 687.9, Sell: 687.9, Change: 12.38, ChangePercent: 1.8, Volume: 0, High: 0, Low: 0, YearlyHigh: 620.32, YearlyLow: 595.9, YearlyStart: 608.11, YearlyChange: 13.12, Settlement: `Credit`, Contract: `Futures`, Region: `Africa`, Country: `Niger`, Risk: `High`, Sector: `Private`, Currency: `PLN`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-08-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 152 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `Lean Hogs`, Spread: 0.01, Open: 81.275, Price: 80.9, Buy: 81.81, Sell: 81.82, Change: -0.91, ChangePercent: -1.12, Volume: 1, High: 81.81, Low: 81.28, YearlyHigh: 83.98, YearlyLow: 70.25, YearlyStart: 77.11, YearlyChange: 6.09, Settlement: `Cash`, Contract: `Forwards`, Region: `North America`, Country: `United States`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-07-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 153 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Coffee`, Spread: 0.01, Open: 125.7, Price: 126.9, Buy: 125.7, Sell: 125.7, Change: 1.21, ChangePercent: 0.96, Volume: 1654, High: 125.8, Low: 125, YearlyHigh: 155.75, YearlyLow: 115.35, YearlyStart: 135.55, YearlyChange: -7.27, Settlement: `Loan`, Contract: `Swap`, Region: `Middle East`, Country: `Iraq`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-05-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 154 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P MID MINI`, Spread: 0.01, Open: 1454.3, Price: 1440.64, Buy: 1455.78, Sell: 1455.79, Change: -15.14, ChangePercent: -1.04, Volume: 338, High: 1455.78, Low: 1448, YearlyHigh: 1527.3, YearlyLow: 1236, YearlyStart: 1381.65, YearlyChange: 5.37, Settlement: `Credit`, Contract: `Options`, Region: `South America`, Country: `Uruguay`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-04-24`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 155 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `BTC/USD`, Spread: 0.06, Open: 93.88, Price: 20765.56, Buy: 21200.76, Sell: 21400.78, Change: -235.21, ChangePercent: -1.12, Volume: 5788000, High: 22400.05, Low: 20100.75, YearlyHigh: 62400.7, YearlyLow: 15100.88, YearlyStart: 21200.29, YearlyChange: -20.62, Settlement: `Cash`, Contract: `Futures`, Region: `Europe`, Country: `Finland`, Risk: `High`, Sector: `Private`, Currency: `PLN`, Security: `Poor`, Issuer: `FedEx`, Maturity: `2022-05-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 156 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `US 2Y Future`, Spread: 0.01, Open: 109.3984, Price: 108.12, Buy: 109.4, Sell: 109.4, Change: -1.27, ChangePercent: -1.16, Volume: 17742, High: 109.41, Low: 109.38, YearlyHigh: 109.8, YearlyLow: 108.62, YearlyStart: 109.21, YearlyChange: 0.16, Settlement: `Credit`, Contract: `Swap`, Region: `Asia Pacific`, Country: `Azerbaijan`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `High`, Issuer: `American Airlines`, Maturity: `2022-03-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 157 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Gold`, Spread: 0.01, Open: 1281.1, Price: 1273.56, Buy: 1280.73, Sell: 1280.74, Change: -7.17, ChangePercent: -0.56, Volume: 48387, High: 1289.5, Low: 1279.1, YearlyHigh: 1306, YearlyLow: 1047.2, YearlyStart: 1176.6, YearlyChange: 8.85, Settlement: `Cash`, Contract: `CFD`, Region: `Middle East`, Country: `Lebanon`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-04-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 158 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Rice`, Spread: 0.01, Open: 11.245, Price: 10.28, Buy: 10.41, Sell: 10.42, Change: -0.14, ChangePercent: -1.32, Volume: 220, High: 11.38, Low: 10.42, YearlyHigh: 14.14, YearlyLow: 9.7, YearlyStart: 11.92, YearlyChange: -12.62, Settlement: `Cash`, Contract: `Futures`, Region: `Europe`, Country: `Slovakia`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `High`, Issuer: `American Airlines`, Maturity: `2022-04-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 159 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/CHF`, Spread: 0.02, Open: 1.0337, Price: 1.04, Buy: 1.03, Sell: 1.03, Change: 0, ChangePercent: -0.52, Volume: 5550, High: 1.03, Low: 1.03, YearlyHigh: 1.11, YearlyLow: 0.98, YearlyStart: 1.04, YearlyChange: -0.12, Settlement: `Loan`, Contract: `Options`, Region: `Asia Pacific`, Country: `India`, Risk: `Low`, Sector: `Public`, Currency: `PLN`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-03-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 160 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `BTC/USD`, Spread: 0.06, Open: 93.88, Price: 21412.39, Buy: 21200.76, Sell: 21400.78, Change: 411.62, ChangePercent: 1.96, Volume: 5788000, High: 22400.05, Low: 20100.75, YearlyHigh: 62400.7, YearlyLow: 15100.88, YearlyStart: 21200.29, YearlyChange: -20.62, Settlement: `Loan`, Contract: `Options`, Region: `Middle East`, Country: `Israel`, Risk: `Low`, Sector: `Public`, Currency: `USD`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-04-16`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 161 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `GBP/USD`, Spread: 0.02, Open: 1.4464, Price: 1.18, Buy: 1.18, Sell: 1.2, Change: -0.01, ChangePercent: -0.96, Volume: 29450, High: 1.45, Low: 1.19, YearlyHigh: 1.59, YearlyLow: 1.19, YearlyStart: 1.49, YearlyChange: -19.59, Settlement: `Cash`, Contract: `Futures`, Region: `Europe`, Country: `Ireland`, Risk: `High`, Sector: `Government`, Currency: `USD`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-08-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 162 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `US 2Y Future`, Spread: 0.01, Open: 109.3984, Price: 108.69, Buy: 109.4, Sell: 109.4, Change: -0.7, ChangePercent: -0.64, Volume: 17742, High: 109.41, Low: 109.38, YearlyHigh: 109.8, YearlyLow: 108.62, YearlyStart: 109.21, YearlyChange: 0.16, Settlement: `Credit`, Contract: `Swap`, Region: `South America`, Country: `Paraguay`, Risk: `High`, Sector: `Public`, Currency: `USD`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-06-22`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 163 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `Euro$ 3M`, Spread: 0.01, Open: 99.18, Price: 97.23, Buy: 99.18, Sell: 99.18, Change: -1.94, ChangePercent: -1.96, Volume: 29509, High: 99.18, Low: 99.17, YearlyHigh: 99.38, YearlyLow: 98.41, YearlyStart: 98.89, YearlyChange: 0.28, Settlement: `Loan`, Contract: `Options`, Region: `Middle East`, Country: `UAE`, Risk: `Low`, Sector: `Public`, Currency: `PLN`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-06-21`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 164 }), + new FinancialDataAllItem({ Category: `Index`, Type: `DOW Future`, Spread: 0.01, Open: 17711, Price: 17697.98, Buy: 17712.15, Sell: 17712.16, Change: -14.17, ChangePercent: -0.08, Volume: 22236, High: 17727, Low: 17642, YearlyHigh: 18083, YearlyLow: 15299, YearlyStart: 16691, YearlyChange: 6.12, Settlement: `Credit`, Contract: `Swap`, Region: `Asia Pacific`, Country: `India`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-02-23`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 165 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/CAD`, Spread: 0.02, Open: 0.7744, Price: 0.94, Buy: 0.94, Sell: 0.96, Change: -0.01, ChangePercent: -1.72, Volume: 13669, High: 0.95, Low: 0.77, YearlyHigh: 0.95, YearlyLow: 0.68, YearlyStart: 0.76, YearlyChange: 26.43, Settlement: `Cash`, Contract: `Options`, Region: `Middle East`, Country: `Saudi Arabia`, Risk: `Low`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-06-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 166 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Gold`, Spread: 0.01, Open: 1281.1, Price: 1264.34, Buy: 1280.73, Sell: 1280.74, Change: -16.39, ChangePercent: -1.28, Volume: 48387, High: 1289.5, Low: 1279.1, YearlyHigh: 1306, YearlyLow: 1047.2, YearlyStart: 1176.6, YearlyChange: 8.85, Settlement: `Loan`, Contract: `Swap`, Region: `Europe`, Country: `Norway`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-08-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 167 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/JPY`, Spread: 0.02, Open: 9275.5, Price: 9370.11, Buy: 9277.32, Sell: 9277.34, Change: 92.78, ChangePercent: 1, Volume: 47734, High: 9277.33, Low: 0.93, YearlyHigh: 9483, YearlyLow: 0.93, YearlyStart: 4741.97, YearlyChange: 95.64, Settlement: `Cash`, Contract: `Futures`, Region: `Middle East`, Country: `Syria`, Risk: `High`, Sector: `Government`, Currency: `USD`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-01-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 168 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `US 2Y Future`, Spread: 0.01, Open: 109.3984, Price: 108.86, Buy: 109.4, Sell: 109.4, Change: -0.53, ChangePercent: -0.48, Volume: 17742, High: 109.41, Low: 109.38, YearlyHigh: 109.8, YearlyLow: 108.62, YearlyStart: 109.21, YearlyChange: 0.16, Settlement: `Cash`, Contract: `Forwards`, Region: `Asia Pacific`, Country: `Malaysia`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-08-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 169 }), + new FinancialDataAllItem({ Category: `Index`, Type: `NAS Future`, Spread: 0.01, Open: 4341.25, Price: 4398.58, Buy: 4341.25, Sell: 4341.25, Change: 57.3, ChangePercent: 1.32, Volume: 18259, High: 4347, Low: 4318, YearlyHigh: 4719.75, YearlyLow: 3867.75, YearlyStart: 4293.75, YearlyChange: 1.11, Settlement: `Credit`, Contract: `Options`, Region: `Middle East`, Country: `Iraq`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `High`, Issuer: `FedEx`, Maturity: `2022-08-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 170 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/JPY`, Spread: 0.02, Open: 9275.5, Price: 9303.31, Buy: 9277.32, Sell: 9277.34, Change: 25.98, ChangePercent: 0.28, Volume: 47734, High: 9277.33, Low: 0.93, YearlyHigh: 9483, YearlyLow: 0.93, YearlyStart: 4741.97, YearlyChange: 95.64, Settlement: `Credit`, Contract: `Swap`, Region: `Middle East`, Country: `Syria`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-03-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 171 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Natural Gas`, Spread: 0.02, Open: 2.094, Price: 2.07, Buy: 2.09, Sell: 2.09, Change: -0.03, ChangePercent: -1.6, Volume: 2783, High: 2.11, Low: 2.09, YearlyHigh: 3.2, YearlyLow: 1.84, YearlyStart: 2.52, YearlyChange: -16.51, Settlement: `Credit`, Contract: `Futures`, Region: `Asia Pacific`, Country: `Australia`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-03-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 172 }), + new FinancialDataAllItem({ Category: `Index`, Type: `NAS Future`, Spread: 0.01, Open: 4341.25, Price: 4402.06, Buy: 4341.25, Sell: 4341.25, Change: 60.78, ChangePercent: 1.4, Volume: 18259, High: 4347, Low: 4318, YearlyHigh: 4719.75, YearlyLow: 3867.75, YearlyStart: 4293.75, YearlyChange: 1.11, Settlement: `Cash`, Contract: `Options`, Region: `Africa`, Country: `Senegal`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-05-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 173 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Copper`, Spread: 0.02, Open: 2.123, Price: 2.14, Buy: 2.12, Sell: 2.12, Change: 0.03, ChangePercent: 1.16, Volume: 28819, High: 2.16, Low: 2.11, YearlyHigh: 2.94, YearlyLow: 1.96, YearlyStart: 2.45, YearlyChange: -13.76, Settlement: `Cash`, Contract: `Swap`, Region: `North America`, Country: `United States`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-05-19`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 174 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Milk`, Spread: 0.01, Open: 12.87, Price: 12.92, Buy: 12.87, Sell: 12.87, Change: 0.06, ChangePercent: 0.48, Volume: 7, High: 12.89, Low: 12.81, YearlyHigh: 16.96, YearlyLow: 12.81, YearlyStart: 14.88, YearlyChange: -13.6, Settlement: `Loan`, Contract: `Swap`, Region: `Asia Pacific`, Country: `Pakistan`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-09-21`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 175 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Cotton`, Spread: 0.01, Open: 61.77, Price: 61.19, Buy: 61.77, Sell: 61.77, Change: -0.57, ChangePercent: -0.92, Volume: 3612, High: 62.06, Low: 61.32, YearlyHigh: 67.59, YearlyLow: 54.33, YearlyStart: 60.96, YearlyChange: 1.31, Settlement: `Cash`, Contract: `Futures`, Region: `Europe`, Country: `Czechia`, Risk: `Low`, Sector: `Government`, Currency: `PLN`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-07-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 176 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Lumber`, Spread: 0.01, Open: 303.9, Price: 302.28, Buy: 304.59, Sell: 304.6, Change: -2.32, ChangePercent: -0.76, Volume: 2, High: 304.6, Low: 303.9, YearlyHigh: 317.1, YearlyLow: 236, YearlyStart: 276.55, YearlyChange: 10.14, Settlement: `Credit`, Contract: `CFD`, Region: `Africa`, Country: `Algeria`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-03-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 177 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Diesel`, Spread: 0.015, Open: 1.3474, Price: 1.34, Buy: 1.35, Sell: 1.35, Change: -0.02, ChangePercent: -1.32, Volume: 2971, High: 1.36, Low: 1.34, YearlyHigh: 2.11, YearlyLow: 0.92, YearlyStart: 1.51, YearlyChange: -10.4, Settlement: `Cash`, Contract: `Swap`, Region: `Africa`, Country: `Algeria`, Risk: `Low`, Sector: `Public`, Currency: `EUR`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-07-22`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 178 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Cocoa`, Spread: 0.01, Open: 3076, Price: 3077.26, Buy: 3076, Sell: 3076, Change: 1.23, ChangePercent: 0.04, Volume: 978, High: 3078, Low: 3066, YearlyHigh: 3406, YearlyLow: 2746, YearlyStart: 3076, YearlyChange: 0, Settlement: `Credit`, Contract: `Options`, Region: `Europe`, Country: `Italy`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-04-22`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 179 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `Euro$ 3M`, Spread: 0.01, Open: 99.18, Price: 97.94, Buy: 99.18, Sell: 99.18, Change: -1.23, ChangePercent: -1.24, Volume: 29509, High: 99.18, Low: 99.17, YearlyHigh: 99.38, YearlyLow: 98.41, YearlyStart: 98.89, YearlyChange: 0.28, Settlement: `Loan`, Contract: `Swap`, Region: `South America`, Country: `Venezuela`, Risk: `Low`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-03-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 180 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Coffee`, Spread: 0.01, Open: 125.7, Price: 124.63, Buy: 125.7, Sell: 125.7, Change: -1.06, ChangePercent: -0.84, Volume: 1654, High: 125.8, Low: 125, YearlyHigh: 155.75, YearlyLow: 115.35, YearlyStart: 135.55, YearlyChange: -7.27, Settlement: `Credit`, Contract: `Options`, Region: `Asia Pacific`, Country: `India`, Risk: `Low`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-05-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 181 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Cotton`, Spread: 0.01, Open: 61.77, Price: 60.77, Buy: 61.77, Sell: 61.77, Change: -0.99, ChangePercent: -1.6, Volume: 3612, High: 62.06, Low: 61.32, YearlyHigh: 67.59, YearlyLow: 54.33, YearlyStart: 60.96, YearlyChange: 1.31, Settlement: `Cash`, Contract: `Options`, Region: `Asia Pacific`, Country: `Japan`, Risk: `Low`, Sector: `Public`, Currency: `USD`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-02-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 182 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Diesel`, Spread: 0.015, Open: 1.3474, Price: 1.36, Buy: 1.35, Sell: 1.35, Change: 0, ChangePercent: -0.08, Volume: 2971, High: 1.36, Low: 1.34, YearlyHigh: 2.11, YearlyLow: 0.92, YearlyStart: 1.51, YearlyChange: -10.4, Settlement: `Loan`, Contract: `Futures`, Region: `Middle East`, Country: `Israel`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-02-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 183 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Silver`, Spread: 0.01, Open: 17.43, Price: 17.43, Buy: 17.43, Sell: 17.43, Change: 0.01, ChangePercent: 0.08, Volume: 11720, High: 17.51, Low: 17.37, YearlyHigh: 18.06, YearlyLow: 13.73, YearlyStart: 15.89, YearlyChange: 9.59, Settlement: `Credit`, Contract: `Swap`, Region: `Africa`, Country: `Senegal`, Risk: `High`, Sector: `Private`, Currency: `PLN`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-04-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 184 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `Lean Hogs`, Spread: 0.01, Open: 81.275, Price: 80.64, Buy: 81.81, Sell: 81.82, Change: -1.17, ChangePercent: -1.44, Volume: 1, High: 81.81, Low: 81.28, YearlyHigh: 83.98, YearlyLow: 70.25, YearlyStart: 77.11, YearlyChange: 6.09, Settlement: `Loan`, Contract: `Futures`, Region: `Europe`, Country: `Romania`, Risk: `High`, Sector: `Public`, Currency: `PLN`, Security: `Poor`, Issuer: `FedEx`, Maturity: `2022-07-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 185 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Oil`, Spread: 0.015, Open: 45.54, Price: 45.59, Buy: 45.78, Sell: 45.8, Change: -0.2, ChangePercent: -0.44, Volume: 107196, High: 45.94, Low: 45, YearlyHigh: 65.28, YearlyLow: 30.79, YearlyStart: 48.03, YearlyChange: -4.67, Settlement: `Cash`, Contract: `Futures`, Region: `Africa`, Country: `Egypt`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-02-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 186 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P MID MINI`, Spread: 0.01, Open: 1454.3, Price: 1443.55, Buy: 1455.78, Sell: 1455.79, Change: -12.23, ChangePercent: -0.84, Volume: 338, High: 1455.78, Low: 1448, YearlyHigh: 1527.3, YearlyLow: 1236, YearlyStart: 1381.65, YearlyChange: 5.37, Settlement: `Loan`, Contract: `Options`, Region: `Asia Pacific`, Country: `Taiwan`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-02-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 187 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Silver`, Spread: 0.01, Open: 17.43, Price: 17.09, Buy: 17.43, Sell: 17.43, Change: -0.33, ChangePercent: -1.88, Volume: 11720, High: 17.51, Low: 17.37, YearlyHigh: 18.06, YearlyLow: 13.73, YearlyStart: 15.89, YearlyChange: 9.59, Settlement: `Credit`, Contract: `CFD`, Region: `Africa`, Country: `Cameroon`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-06-22`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 188 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Lumber`, Spread: 0.01, Open: 303.9, Price: 310.08, Buy: 304.59, Sell: 304.6, Change: 5.48, ChangePercent: 1.8, Volume: 2, High: 304.6, Low: 303.9, YearlyHigh: 317.1, YearlyLow: 236, YearlyStart: 276.55, YearlyChange: 10.14, Settlement: `Cash`, Contract: `Options`, Region: `Asia Pacific`, Country: `India`, Risk: `High`, Sector: `Private`, Currency: `PLN`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-07-22`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 189 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `GBP/USD`, Spread: 0.02, Open: 1.4464, Price: 1.17, Buy: 1.18, Sell: 1.2, Change: -0.02, ChangePercent: -1.6, Volume: 29450, High: 1.45, Low: 1.19, YearlyHigh: 1.59, YearlyLow: 1.19, YearlyStart: 1.49, YearlyChange: -19.59, Settlement: `Loan`, Contract: `Swap`, Region: `Europe`, Country: `Poland`, Risk: `High`, Sector: `Government`, Currency: `USD`, Security: `High`, Issuer: `FedEx`, Maturity: `2022-08-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 190 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soybean`, Spread: 0.01, Open: 1038, Price: 1042.77, Buy: 1038.61, Sell: 1038.62, Change: 4.15, ChangePercent: 0.4, Volume: 20356, High: 1044, Low: 1031.75, YearlyHigh: 1057, YearlyLow: 859.5, YearlyStart: 958.25, YearlyChange: 8.39, Settlement: `Credit`, Contract: `Forwards`, Region: `Middle East`, Country: `Lebanon`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-02-11`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 191 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Coal`, Spread: 0.015, Open: 0.4363, Price: 0.42, Buy: 0.44, Sell: 0.44, Change: 0, ChangePercent: 1.84, Volume: 3, High: 0.44, Low: 0.44, YearlyHigh: 0.48, YearlyLow: 0.4, YearlyStart: 0.44, YearlyChange: -5.33, Settlement: `Cash`, Contract: `Swap`, Region: `Middle East`, Country: `Israel`, Risk: `High`, Sector: `Public`, Currency: `USD`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-06-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 192 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Cocoa`, Spread: 0.01, Open: 3076, Price: 3136.32, Buy: 3076, Sell: 3076, Change: 60.29, ChangePercent: 1.96, Volume: 978, High: 3078, Low: 3066, YearlyHigh: 3406, YearlyLow: 2746, YearlyStart: 3076, YearlyChange: 0, Settlement: `Cash`, Contract: `Forwards`, Region: `Middle East`, Country: `Lebanon`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-02-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 193 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `US 2Y Future`, Spread: 0.01, Open: 109.3984, Price: 108.95, Buy: 109.4, Sell: 109.4, Change: -0.44, ChangePercent: -0.4, Volume: 17742, High: 109.41, Low: 109.38, YearlyHigh: 109.8, YearlyLow: 108.62, YearlyStart: 109.21, YearlyChange: 0.16, Settlement: `Loan`, Contract: `Swap`, Region: `Asia Pacific`, Country: `Singapore`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-01-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 194 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `Lean Hogs`, Spread: 0.01, Open: 81.275, Price: 81.26, Buy: 81.81, Sell: 81.82, Change: -0.55, ChangePercent: -0.68, Volume: 1, High: 81.81, Low: 81.28, YearlyHigh: 83.98, YearlyLow: 70.25, YearlyStart: 77.11, YearlyChange: 6.09, Settlement: `Credit`, Contract: `Futures`, Region: `Middle East`, Country: `Israel`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-03-24`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 195 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/CHF`, Spread: 0.02, Open: 1.0337, Price: 1.03, Buy: 1.03, Sell: 1.03, Change: -0.01, ChangePercent: -0.92, Volume: 5550, High: 1.03, Low: 1.03, YearlyHigh: 1.11, YearlyLow: 0.98, YearlyStart: 1.04, YearlyChange: -0.12, Settlement: `Cash`, Contract: `Futures`, Region: `Asia Pacific`, Country: `Australia`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `Poor`, Issuer: `American Airlines`, Maturity: `2022-04-10`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 196 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `FD Cattle`, Spread: 0.01, Open: 147.175, Price: 146.17, Buy: 148.6, Sell: 148.61, Change: -2.44, ChangePercent: -1.64, Volume: 5, High: 148.61, Low: 147.18, YearlyHigh: 190, YearlyLow: 138.1, YearlyStart: 164.05, YearlyChange: -9.41, Settlement: `Credit`, Contract: `Options`, Region: `Europe`, Country: `Austria`, Risk: `High`, Sector: `Public`, Currency: `USD`, Security: `Poor`, Issuer: `FedEx`, Maturity: `2022-06-11`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 197 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Diesel`, Spread: 0.015, Open: 1.3474, Price: 1.33, Buy: 1.35, Sell: 1.35, Change: -0.03, ChangePercent: -1.92, Volume: 2971, High: 1.36, Low: 1.34, YearlyHigh: 2.11, YearlyLow: 0.92, YearlyStart: 1.51, YearlyChange: -10.4, Settlement: `Credit`, Contract: `Forwards`, Region: `Africa`, Country: `Ethiopia`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-03-10`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 198 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `OJ Future`, Spread: 0.01, Open: 140.6, Price: 140.86, Buy: 140.18, Sell: 140.19, Change: 0.67, ChangePercent: 0.48, Volume: 7, High: 140.19, Low: 0, YearlyHigh: 155.95, YearlyLow: 113, YearlyStart: 134.47, YearlyChange: 4.25, Settlement: `Credit`, Contract: `Futures`, Region: `Middle East`, Country: `Bahrain`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `High`, Issuer: `American Airlines`, Maturity: `2022-04-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 199 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Coffee`, Spread: 0.01, Open: 125.7, Price: 126.65, Buy: 125.7, Sell: 125.7, Change: 0.96, ChangePercent: 0.76, Volume: 1654, High: 125.8, Low: 125, YearlyHigh: 155.75, YearlyLow: 115.35, YearlyStart: 135.55, YearlyChange: -7.27, Settlement: `Cash`, Contract: `Futures`, Region: `Middle East`, Country: `Turkey`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-03-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 200 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `FD Cattle`, Spread: 0.01, Open: 147.175, Price: 147.77, Buy: 148.6, Sell: 148.61, Change: -0.84, ChangePercent: -0.56, Volume: 5, High: 148.61, Low: 147.18, YearlyHigh: 190, YearlyLow: 138.1, YearlyStart: 164.05, YearlyChange: -9.41, Settlement: `Credit`, Contract: `Swap`, Region: `Africa`, Country: `Ethiopia`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-06-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 201 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Copper`, Spread: 0.02, Open: 2.123, Price: 2.11, Buy: 2.12, Sell: 2.12, Change: 0, ChangePercent: -0.08, Volume: 28819, High: 2.16, Low: 2.11, YearlyHigh: 2.94, YearlyLow: 1.96, YearlyStart: 2.45, YearlyChange: -13.76, Settlement: `Loan`, Contract: `Futures`, Region: `Asia Pacific`, Country: `Taiwan`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `High`, Issuer: `FedEx`, Maturity: `2022-02-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 202 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Wheat`, Spread: 0.01, Open: 465.5, Price: 459.38, Buy: 465.5, Sell: 465.5, Change: -6.14, ChangePercent: -1.32, Volume: 4318, High: 467, Low: 463.25, YearlyHigh: 628.5, YearlyLow: 449.5, YearlyStart: 539, YearlyChange: -13.63, Settlement: `Credit`, Contract: `Swap`, Region: `Africa`, Country: `Algeria`, Risk: `Low`, Sector: `Government`, Currency: `PLN`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-07-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 203 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `Euro$ 3M`, Spread: 0.01, Open: 99.18, Price: 100.16, Buy: 99.18, Sell: 99.18, Change: 0.99, ChangePercent: 1, Volume: 29509, High: 99.18, Low: 99.17, YearlyHigh: 99.38, YearlyLow: 98.41, YearlyStart: 98.89, YearlyChange: 0.28, Settlement: `Loan`, Contract: `Options`, Region: `Africa`, Country: `Egypt`, Risk: `Low`, Sector: `Government`, Currency: `PLN`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-03-23`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 204 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `US 2Y Future`, Spread: 0.01, Open: 109.3984, Price: 108.78, Buy: 109.4, Sell: 109.4, Change: -0.61, ChangePercent: -0.56, Volume: 17742, High: 109.41, Low: 109.38, YearlyHigh: 109.8, YearlyLow: 108.62, YearlyStart: 109.21, YearlyChange: 0.16, Settlement: `Credit`, Contract: `Forwards`, Region: `Middle East`, Country: `Bahrain`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `High`, Issuer: `FedEx`, Maturity: `2022-03-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 205 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Ethanol`, Spread: 0.01, Open: 1.512, Price: 2.8, Buy: 2.75, Sell: 2.76, Change: 0.05, ChangePercent: 1.84, Volume: 14, High: 2.75, Low: 1.12, YearlyHigh: 2.75, YearlyLow: 1.12, YearlyStart: 1.48, YearlyChange: 86.7, Settlement: `Credit`, Contract: `Futures`, Region: `Africa`, Country: `South Africa`, Risk: `Low`, Sector: `Public`, Currency: `EUR`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-05-22`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 206 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Sugar`, Spread: 0.01, Open: 15.68, Price: 14.54, Buy: 14.67, Sell: 14.68, Change: -0.13, ChangePercent: -0.92, Volume: 4949, High: 15.7, Low: 14.67, YearlyHigh: 16.87, YearlyLow: 11.37, YearlyStart: 14.12, YearlyChange: 3.92, Settlement: `Credit`, Contract: `Swap`, Region: `Europe`, Country: `Slovenia`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-06-21`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 207 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Wheat`, Spread: 0.01, Open: 465.5, Price: 472.04, Buy: 465.5, Sell: 465.5, Change: 6.52, ChangePercent: 1.4, Volume: 4318, High: 467, Low: 463.25, YearlyHigh: 628.5, YearlyLow: 449.5, YearlyStart: 539, YearlyChange: -13.63, Settlement: `Loan`, Contract: `Options`, Region: `Africa`, Country: `Ethiopia`, Risk: `High`, Sector: `Public`, Currency: `USD`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-05-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 208 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P 600 MINI`, Spread: 0.01, Open: 687.9, Price: 698.89, Buy: 687.9, Sell: 687.9, Change: 11.01, ChangePercent: 1.6, Volume: 0, High: 0, Low: 0, YearlyHigh: 620.32, YearlyLow: 595.9, YearlyStart: 608.11, YearlyChange: 13.12, Settlement: `Loan`, Contract: `Swap`, Region: `North America`, Country: `Mexico`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-02-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 209 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/JPY`, Spread: 0.02, Open: 9275.5, Price: 9299.6, Buy: 9277.32, Sell: 9277.34, Change: 22.27, ChangePercent: 0.24, Volume: 47734, High: 9277.33, Low: 0.93, YearlyHigh: 9483, YearlyLow: 0.93, YearlyStart: 4741.97, YearlyChange: 95.64, Settlement: `Cash`, Contract: `Options`, Region: `Europe`, Country: `Netherlands`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-05-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 210 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `US 2Y Future`, Spread: 0.01, Open: 109.3984, Price: 110.48, Buy: 109.4, Sell: 109.4, Change: 1.09, ChangePercent: 1, Volume: 17742, High: 109.41, Low: 109.38, YearlyHigh: 109.8, YearlyLow: 108.62, YearlyStart: 109.21, YearlyChange: 0.16, Settlement: `Loan`, Contract: `Futures`, Region: `Europe`, Country: `Greece`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-03-11`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 211 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/CHF`, Spread: 0.02, Open: 1.0337, Price: 1.04, Buy: 1.03, Sell: 1.03, Change: 0, ChangePercent: 0.12, Volume: 5550, High: 1.03, Low: 1.03, YearlyHigh: 1.11, YearlyLow: 0.98, YearlyStart: 1.04, YearlyChange: -0.12, Settlement: `Credit`, Contract: `Futures`, Region: `Asia Pacific`, Country: `Taiwan`, Risk: `High`, Sector: `Government`, Currency: `PLN`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-04-21`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 212 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soybean`, Spread: 0.01, Open: 1038, Price: 1039.86, Buy: 1038.61, Sell: 1038.62, Change: 1.24, ChangePercent: 0.12, Volume: 20356, High: 1044, Low: 1031.75, YearlyHigh: 1057, YearlyLow: 859.5, YearlyStart: 958.25, YearlyChange: 8.39, Settlement: `Cash`, Contract: `Futures`, Region: `Asia Pacific`, Country: `Korea`, Risk: `Low`, Sector: `Government`, Currency: `PLN`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-02-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 213 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Gold`, Spread: 0.01, Open: 1281.1, Price: 1304.3, Buy: 1280.73, Sell: 1280.74, Change: 23.57, ChangePercent: 1.84, Volume: 48387, High: 1289.5, Low: 1279.1, YearlyHigh: 1306, YearlyLow: 1047.2, YearlyStart: 1176.6, YearlyChange: 8.85, Settlement: `Loan`, Contract: `Futures`, Region: `Europe`, Country: `Czechia`, Risk: `High`, Sector: `Government`, Currency: `PLN`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-09-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 214 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/CHF`, Spread: 0.02, Open: 1.0337, Price: 1.05, Buy: 1.03, Sell: 1.03, Change: 0.01, ChangePercent: 0.4, Volume: 5550, High: 1.03, Low: 1.03, YearlyHigh: 1.11, YearlyLow: 0.98, YearlyStart: 1.04, YearlyChange: -0.12, Settlement: `Cash`, Contract: `Swap`, Region: `Europe`, Country: `Austria`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-09-16`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 215 }), + new FinancialDataAllItem({ Category: `Index`, Type: `DOW Future`, Spread: 0.01, Open: 17711, Price: 17464.18, Buy: 17712.15, Sell: 17712.16, Change: -247.97, ChangePercent: -1.4, Volume: 22236, High: 17727, Low: 17642, YearlyHigh: 18083, YearlyLow: 15299, YearlyStart: 16691, YearlyChange: 6.12, Settlement: `Cash`, Contract: `Options`, Region: `Middle East`, Country: `Iraq`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-06-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 216 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Coffee`, Spread: 0.01, Open: 125.7, Price: 125.59, Buy: 125.7, Sell: 125.7, Change: -0.1, ChangePercent: -0.08, Volume: 1654, High: 125.8, Low: 125, YearlyHigh: 155.75, YearlyLow: 115.35, YearlyStart: 135.55, YearlyChange: -7.27, Settlement: `Cash`, Contract: `Swap`, Region: `South America`, Country: `Colombia`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-08-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 217 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/CAD`, Spread: 0.02, Open: 0.7744, Price: 0.95, Buy: 0.94, Sell: 0.96, Change: 0, ChangePercent: -0.16, Volume: 13669, High: 0.95, Low: 0.77, YearlyHigh: 0.95, YearlyLow: 0.68, YearlyStart: 0.76, YearlyChange: 26.43, Settlement: `Loan`, Contract: `Options`, Region: `Africa`, Country: `Ethiopia`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `Poor`, Issuer: `American Airlines`, Maturity: `2022-06-24`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 218 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Corn`, Spread: 0.01, Open: 379.5, Price: 375.24, Buy: 379.8, Sell: 379.81, Change: -4.56, ChangePercent: -1.2, Volume: 11266, High: 381, Low: 377.75, YearlyHigh: 471.25, YearlyLow: 351.25, YearlyStart: 411.25, YearlyChange: -7.65, Settlement: `Credit`, Contract: `Futures`, Region: `Europe`, Country: `Slovenia`, Risk: `High`, Sector: `Public`, Currency: `USD`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-04-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 219 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Diesel`, Spread: 0.015, Open: 1.3474, Price: 1.36, Buy: 1.35, Sell: 1.35, Change: 0, ChangePercent: 0.44, Volume: 2971, High: 1.36, Low: 1.34, YearlyHigh: 2.11, YearlyLow: 0.92, YearlyStart: 1.51, YearlyChange: -10.4, Settlement: `Loan`, Contract: `Options`, Region: `Asia Pacific`, Country: `Taiwan`, Risk: `High`, Sector: `Government`, Currency: `PLN`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-03-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 220 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/CHF`, Spread: 0.02, Open: 1.0337, Price: 1.05, Buy: 1.03, Sell: 1.03, Change: 0.01, ChangePercent: 0.68, Volume: 5550, High: 1.03, Low: 1.03, YearlyHigh: 1.11, YearlyLow: 0.98, YearlyStart: 1.04, YearlyChange: -0.12, Settlement: `Loan`, Contract: `Forwards`, Region: `Europe`, Country: `Greece`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-09-19`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 221 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Coal`, Spread: 0.015, Open: 0.4363, Price: 0.42, Buy: 0.44, Sell: 0.44, Change: 0, ChangePercent: 0.88, Volume: 3, High: 0.44, Low: 0.44, YearlyHigh: 0.48, YearlyLow: 0.4, YearlyStart: 0.44, YearlyChange: -5.33, Settlement: `Loan`, Contract: `Swap`, Region: `North America`, Country: `United States`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-04-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 222 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P Future`, Spread: 0.01, Open: 2057.5, Price: 2043.44, Buy: 2056.6, Sell: 2056.61, Change: -13.16, ChangePercent: -0.64, Volume: 142780, High: 2059.5, Low: 2049, YearlyHigh: 2105.5, YearlyLow: 1794.5, YearlyStart: 1950, YearlyChange: 5.47, Settlement: `Cash`, Contract: `Options`, Region: `Europe`, Country: `Austria`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-06-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 223 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Diesel`, Spread: 0.015, Open: 1.3474, Price: 1.34, Buy: 1.35, Sell: 1.35, Change: -0.02, ChangePercent: -1.6, Volume: 2971, High: 1.36, Low: 1.34, YearlyHigh: 2.11, YearlyLow: 0.92, YearlyStart: 1.51, YearlyChange: -10.4, Settlement: `Loan`, Contract: `Swap`, Region: `Europe`, Country: `Germany`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-04-10`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 224 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P 600 MINI`, Spread: 0.01, Open: 687.9, Price: 692.56, Buy: 687.9, Sell: 687.9, Change: 4.68, ChangePercent: 0.68, Volume: 0, High: 0, Low: 0, YearlyHigh: 620.32, YearlyLow: 595.9, YearlyStart: 608.11, YearlyChange: 13.12, Settlement: `Cash`, Contract: `Futures`, Region: `Middle East`, Country: `Israel`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `FedEx`, Maturity: `2022-05-11`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 225 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Ethanol`, Spread: 0.01, Open: 1.512, Price: 2.71, Buy: 2.75, Sell: 2.76, Change: -0.04, ChangePercent: -1.56, Volume: 14, High: 2.75, Low: 1.12, YearlyHigh: 2.75, YearlyLow: 1.12, YearlyStart: 1.48, YearlyChange: 86.7, Settlement: `Cash`, Contract: `Futures`, Region: `South America`, Country: `Paraguay`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-08-22`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 226 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `OJ Future`, Spread: 0.01, Open: 140.6, Price: 138.84, Buy: 140.18, Sell: 140.19, Change: -1.35, ChangePercent: -0.96, Volume: 7, High: 140.19, Low: 0, YearlyHigh: 155.95, YearlyLow: 113, YearlyStart: 134.47, YearlyChange: 4.25, Settlement: `Cash`, Contract: `Forwards`, Region: `Asia Pacific`, Country: `China`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-03-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 227 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Gold`, Spread: 0.01, Open: 1281.1, Price: 1302.76, Buy: 1280.73, Sell: 1280.74, Change: 22.03, ChangePercent: 1.72, Volume: 48387, High: 1289.5, Low: 1279.1, YearlyHigh: 1306, YearlyLow: 1047.2, YearlyStart: 1176.6, YearlyChange: 8.85, Settlement: `Cash`, Contract: `Options`, Region: `Europe`, Country: `Slovenia`, Risk: `Low`, Sector: `Public`, Currency: `USD`, Security: `High`, Issuer: `FedEx`, Maturity: `2022-04-24`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 228 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Cotton`, Spread: 0.01, Open: 61.77, Price: 60.62, Buy: 61.77, Sell: 61.77, Change: -1.14, ChangePercent: -1.84, Volume: 3612, High: 62.06, Low: 61.32, YearlyHigh: 67.59, YearlyLow: 54.33, YearlyStart: 60.96, YearlyChange: 1.31, Settlement: `Loan`, Contract: `Options`, Region: `Europe`, Country: `Sweden`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `FedEx`, Maturity: `2022-05-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 229 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `OJ Future`, Spread: 0.01, Open: 140.6, Price: 139.07, Buy: 140.18, Sell: 140.19, Change: -1.12, ChangePercent: -0.8, Volume: 7, High: 140.19, Low: 0, YearlyHigh: 155.95, YearlyLow: 113, YearlyStart: 134.47, YearlyChange: 4.25, Settlement: `Cash`, Contract: `CFD`, Region: `Africa`, Country: `Senegal`, Risk: `High`, Sector: `Public`, Currency: `USD`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-02-22`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 230 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `US 10YR Future`, Spread: 0.01, Open: 130.5625, Price: 128.6, Buy: 130.56, Sell: 130.56, Change: -1.98, ChangePercent: -1.52, Volume: 189310, High: 130.63, Low: 130.44, YearlyHigh: 132.64, YearlyLow: 125.48, YearlyStart: 129.06, YearlyChange: 1.18, Settlement: `Cash`, Contract: `Futures`, Region: `Europe`, Country: `Austria`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-06-19`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 231 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soybean`, Spread: 0.01, Open: 1038, Price: 1049.83, Buy: 1038.61, Sell: 1038.62, Change: 11.21, ChangePercent: 1.08, Volume: 20356, High: 1044, Low: 1031.75, YearlyHigh: 1057, YearlyLow: 859.5, YearlyStart: 958.25, YearlyChange: 8.39, Settlement: `Cash`, Contract: `Options`, Region: `Asia Pacific`, Country: `Singapore`, Risk: `High`, Sector: `Government`, Currency: `USD`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-06-23`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 232 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Cocoa`, Spread: 0.01, Open: 3076, Price: 3055.11, Buy: 3076, Sell: 3076, Change: -20.92, ChangePercent: -0.68, Volume: 978, High: 3078, Low: 3066, YearlyHigh: 3406, YearlyLow: 2746, YearlyStart: 3076, YearlyChange: 0, Settlement: `Cash`, Contract: `Futures`, Region: `Middle East`, Country: `Qatar`, Risk: `High`, Sector: `Private`, Currency: `PLN`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-05-22`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 233 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Uranium`, Spread: 0.02, Open: 27.55, Price: 27.36, Buy: 27.55, Sell: 27.55, Change: -0.22, ChangePercent: -0.8, Volume: 12, High: 27.55, Low: 27.55, YearlyHigh: 29.32, YearlyLow: 21.28, YearlyStart: 25.3, YearlyChange: 9.01, Settlement: `Cash`, Contract: `CFD`, Region: `South America`, Country: `Chile`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `American Airlines`, Maturity: `2022-04-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 234 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soy Meat`, Spread: 0.01, Open: 342.6, Price: 339.19, Buy: 342.6, Sell: 342.6, Change: -3.43, ChangePercent: -1, Volume: 5646, High: 345.4, Low: 340.3, YearlyHigh: 353.4, YearlyLow: 261.7, YearlyStart: 307.55, YearlyChange: 11.4, Settlement: `Loan`, Contract: `Options`, Region: `South America`, Country: `Guyana`, Risk: `High`, Sector: `Public`, Currency: `USD`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-03-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 235 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Silver`, Spread: 0.01, Open: 17.43, Price: 17.73, Buy: 17.43, Sell: 17.43, Change: 0.31, ChangePercent: 1.76, Volume: 11720, High: 17.51, Low: 17.37, YearlyHigh: 18.06, YearlyLow: 13.73, YearlyStart: 15.89, YearlyChange: 9.59, Settlement: `Cash`, Contract: `Forwards`, Region: `Middle East`, Country: `Syria`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-01-22`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 236 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Silver`, Spread: 0.01, Open: 17.43, Price: 17.27, Buy: 17.43, Sell: 17.43, Change: -0.15, ChangePercent: -0.84, Volume: 11720, High: 17.51, Low: 17.37, YearlyHigh: 18.06, YearlyLow: 13.73, YearlyStart: 15.89, YearlyChange: 9.59, Settlement: `Cash`, Contract: `Forwards`, Region: `North America`, Country: `Canada`, Risk: `Low`, Sector: `Government`, Currency: `USD`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-05-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 237 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P 600 MINI`, Spread: 0.01, Open: 687.9, Price: 687.6, Buy: 687.9, Sell: 687.9, Change: -0.28, ChangePercent: -0.04, Volume: 0, High: 0, Low: 0, YearlyHigh: 620.32, YearlyLow: 595.9, YearlyStart: 608.11, YearlyChange: 13.12, Settlement: `Loan`, Contract: `CFD`, Region: `Asia Pacific`, Country: `Australia`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `High`, Issuer: `FedEx`, Maturity: `2022-04-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 238 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Copper`, Spread: 0.02, Open: 2.123, Price: 2.07, Buy: 2.12, Sell: 2.12, Change: -0.04, ChangePercent: -1.96, Volume: 28819, High: 2.16, Low: 2.11, YearlyHigh: 2.94, YearlyLow: 1.96, YearlyStart: 2.45, YearlyChange: -13.76, Settlement: `Cash`, Contract: `Options`, Region: `Middle East`, Country: `Qatar`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-02-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 239 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Milk`, Spread: 0.01, Open: 12.87, Price: 12.87, Buy: 12.87, Sell: 12.87, Change: 0.01, ChangePercent: 0.08, Volume: 7, High: 12.89, Low: 12.81, YearlyHigh: 16.96, YearlyLow: 12.81, YearlyStart: 14.88, YearlyChange: -13.6, Settlement: `Cash`, Contract: `Swap`, Region: `Africa`, Country: `Nigeria`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-04-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 240 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Uranium`, Spread: 0.02, Open: 27.55, Price: 27.47, Buy: 27.55, Sell: 27.55, Change: -0.11, ChangePercent: -0.4, Volume: 12, High: 27.55, Low: 27.55, YearlyHigh: 29.32, YearlyLow: 21.28, YearlyStart: 25.3, YearlyChange: 9.01, Settlement: `Credit`, Contract: `Forwards`, Region: `Middle East`, Country: `UAE`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-02-24`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 241 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soy oil`, Spread: 0.01, Open: 33.26, Price: 33.93, Buy: 33.77, Sell: 33.78, Change: 0.16, ChangePercent: 0.48, Volume: 10592, High: 33.77, Low: 33.06, YearlyHigh: 35.43, YearlyLow: 26.61, YearlyStart: 31.02, YearlyChange: 8.87, Settlement: `Cash`, Contract: `Forwards`, Region: `Middle East`, Country: `Syria`, Risk: `Low`, Sector: `Government`, Currency: `USD`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-02-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 242 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `AUD/USD`, Spread: 0.02, Open: 0.7344, Price: 0.76, Buy: 0.73, Sell: 0.73, Change: 0.02, ChangePercent: 1.48, Volume: 36764, High: 0.74, Low: 0.73, YearlyHigh: 0.79, YearlyLow: 0.68, YearlyStart: 0.73, YearlyChange: 1.28, Settlement: `Credit`, Contract: `Options`, Region: `Asia Pacific`, Country: `Afghanistan`, Risk: `Low`, Sector: `Government`, Currency: `USD`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-05-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 243 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Sugar`, Spread: 0.01, Open: 15.68, Price: 14.61, Buy: 14.67, Sell: 14.68, Change: -0.06, ChangePercent: -0.44, Volume: 4949, High: 15.7, Low: 14.67, YearlyHigh: 16.87, YearlyLow: 11.37, YearlyStart: 14.12, YearlyChange: 3.92, Settlement: `Credit`, Contract: `Swap`, Region: `Asia Pacific`, Country: `Korea`, Risk: `Low`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-02-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 244 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Cocoa`, Spread: 0.01, Open: 3076, Price: 3050.19, Buy: 3076, Sell: 3076, Change: -25.84, ChangePercent: -0.84, Volume: 978, High: 3078, Low: 3066, YearlyHigh: 3406, YearlyLow: 2746, YearlyStart: 3076, YearlyChange: 0, Settlement: `Cash`, Contract: `Futures`, Region: `Europe`, Country: `Denmark`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `American Airlines`, Maturity: `2022-01-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 245 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `OJ Future`, Spread: 0.01, Open: 140.6, Price: 138.79, Buy: 140.18, Sell: 140.19, Change: -1.4, ChangePercent: -1, Volume: 7, High: 140.19, Low: 0, YearlyHigh: 155.95, YearlyLow: 113, YearlyStart: 134.47, YearlyChange: 4.25, Settlement: `Cash`, Contract: `Forwards`, Region: `Middle East`, Country: `Kuwait`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-03-16`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 246 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P Future`, Spread: 0.01, Open: 2057.5, Price: 2088.68, Buy: 2056.6, Sell: 2056.61, Change: 32.08, ChangePercent: 1.56, Volume: 142780, High: 2059.5, Low: 2049, YearlyHigh: 2105.5, YearlyLow: 1794.5, YearlyStart: 1950, YearlyChange: 5.47, Settlement: `Cash`, Contract: `CFD`, Region: `Europe`, Country: `France`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-04-21`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 247 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Gold`, Spread: 0.01, Open: 1281.1, Price: 1278.17, Buy: 1280.73, Sell: 1280.74, Change: -2.56, ChangePercent: -0.2, Volume: 48387, High: 1289.5, Low: 1279.1, YearlyHigh: 1306, YearlyLow: 1047.2, YearlyStart: 1176.6, YearlyChange: 8.85, Settlement: `Cash`, Contract: `Options`, Region: `Europe`, Country: `Austria`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-07-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 248 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Coal`, Spread: 0.015, Open: 0.4363, Price: 0.42, Buy: 0.44, Sell: 0.44, Change: 0, ChangePercent: 1.16, Volume: 3, High: 0.44, Low: 0.44, YearlyHigh: 0.48, YearlyLow: 0.4, YearlyStart: 0.44, YearlyChange: -5.33, Settlement: `Cash`, Contract: `CFD`, Region: `Europe`, Country: `Ireland`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `Poor`, Issuer: `American Airlines`, Maturity: `2022-06-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 249 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Uranium`, Spread: 0.02, Open: 27.55, Price: 28.08, Buy: 27.55, Sell: 27.55, Change: 0.5, ChangePercent: 1.8, Volume: 12, High: 27.55, Low: 27.55, YearlyHigh: 29.32, YearlyLow: 21.28, YearlyStart: 25.3, YearlyChange: 9.01, Settlement: `Cash`, Contract: `Futures`, Region: `North America`, Country: `Mexico`, Risk: `High`, Sector: `Government`, Currency: `USD`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-05-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 250 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Palladium`, Spread: 0.01, Open: 600.55, Price: 590.42, Buy: 601, Sell: 601.01, Change: -10.58, ChangePercent: -1.76, Volume: 651, High: 607.2, Low: 598.4, YearlyHigh: 690, YearlyLow: 458.6, YearlyStart: 574.3, YearlyChange: 4.65, Settlement: `Loan`, Contract: `Swap`, Region: `North America`, Country: `Canada`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-04-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 251 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Milk`, Spread: 0.01, Open: 12.87, Price: 12.66, Buy: 12.87, Sell: 12.87, Change: -0.2, ChangePercent: -1.52, Volume: 7, High: 12.89, Low: 12.81, YearlyHigh: 16.96, YearlyLow: 12.81, YearlyStart: 14.88, YearlyChange: -13.6, Settlement: `Loan`, Contract: `Swap`, Region: `Africa`, Country: `Morocco`, Risk: `High`, Sector: `Government`, Currency: `USD`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-08-24`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 252 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `US 10YR Future`, Spread: 0.01, Open: 130.5625, Price: 129.59, Buy: 130.56, Sell: 130.56, Change: -0.99, ChangePercent: -0.76, Volume: 189310, High: 130.63, Low: 130.44, YearlyHigh: 132.64, YearlyLow: 125.48, YearlyStart: 129.06, YearlyChange: 1.18, Settlement: `Cash`, Contract: `Futures`, Region: `South America`, Country: `Suriname`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-05-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 253 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P Future`, Spread: 0.01, Open: 2057.5, Price: 2032.75, Buy: 2056.6, Sell: 2056.61, Change: -23.85, ChangePercent: -1.16, Volume: 142780, High: 2059.5, Low: 2049, YearlyHigh: 2105.5, YearlyLow: 1794.5, YearlyStart: 1950, YearlyChange: 5.47, Settlement: `Loan`, Contract: `CFD`, Region: `Africa`, Country: `Senegal`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-01-21`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 254 }), + new FinancialDataAllItem({ Category: `Index`, Type: `DOW Future`, Spread: 0.01, Open: 17711, Price: 17733.41, Buy: 17712.15, Sell: 17712.16, Change: 21.26, ChangePercent: 0.12, Volume: 22236, High: 17727, Low: 17642, YearlyHigh: 18083, YearlyLow: 15299, YearlyStart: 16691, YearlyChange: 6.12, Settlement: `Credit`, Contract: `Options`, Region: `Africa`, Country: `Morocco`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-04-23`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 255 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soy Meat`, Spread: 0.01, Open: 342.6, Price: 345.36, Buy: 342.6, Sell: 342.6, Change: 2.74, ChangePercent: 0.8, Volume: 5646, High: 345.4, Low: 340.3, YearlyHigh: 353.4, YearlyLow: 261.7, YearlyStart: 307.55, YearlyChange: 11.4, Settlement: `Credit`, Contract: `Futures`, Region: `Africa`, Country: `Cameroon`, Risk: `High`, Sector: `Public`, Currency: `PLN`, Security: `Poor`, Issuer: `FedEx`, Maturity: `2022-03-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 256 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `FD Cattle`, Spread: 0.01, Open: 147.175, Price: 147.06, Buy: 148.6, Sell: 148.61, Change: -1.55, ChangePercent: -1.04, Volume: 5, High: 148.61, Low: 147.18, YearlyHigh: 190, YearlyLow: 138.1, YearlyStart: 164.05, YearlyChange: -9.41, Settlement: `Cash`, Contract: `Forwards`, Region: `Europe`, Country: `Slovenia`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `High`, Issuer: `FedEx`, Maturity: `2022-06-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 257 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P MID MINI`, Spread: 0.01, Open: 1454.3, Price: 1470.34, Buy: 1455.78, Sell: 1455.79, Change: 14.56, ChangePercent: 1, Volume: 338, High: 1455.78, Low: 1448, YearlyHigh: 1527.3, YearlyLow: 1236, YearlyStart: 1381.65, YearlyChange: 5.37, Settlement: `Credit`, Contract: `Options`, Region: `Middle East`, Country: `Israel`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-05-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 258 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Platinum`, Spread: 0.01, Open: 1071.6, Price: 1069.81, Buy: 1071.09, Sell: 1071.1, Change: -1.29, ChangePercent: -0.12, Volume: 3039, High: 1081.2, Low: 1070.5, YearlyHigh: 1120.6, YearlyLow: 812.4, YearlyStart: 966.5, YearlyChange: 10.82, Settlement: `Loan`, Contract: `Forwards`, Region: `Africa`, Country: `Senegal`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-01-16`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 259 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soy Meat`, Spread: 0.01, Open: 342.6, Price: 347.83, Buy: 342.6, Sell: 342.6, Change: 5.21, ChangePercent: 1.52, Volume: 5646, High: 345.4, Low: 340.3, YearlyHigh: 353.4, YearlyLow: 261.7, YearlyStart: 307.55, YearlyChange: 11.4, Settlement: `Loan`, Contract: `Swap`, Region: `Europe`, Country: `Finland`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-07-23`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 260 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Cocoa`, Spread: 0.01, Open: 3076, Price: 3041.58, Buy: 3076, Sell: 3076, Change: -34.45, ChangePercent: -1.12, Volume: 978, High: 3078, Low: 3066, YearlyHigh: 3406, YearlyLow: 2746, YearlyStart: 3076, YearlyChange: 0, Settlement: `Cash`, Contract: `Options`, Region: `Europe`, Country: `Norway`, Risk: `High`, Sector: `Government`, Currency: `PLN`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-07-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 261 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `BTC/USD`, Spread: 0.06, Open: 93.88, Price: 21135.18, Buy: 21200.76, Sell: 21400.78, Change: 134.41, ChangePercent: 0.64, Volume: 5788000, High: 22400.05, Low: 20100.75, YearlyHigh: 62400.7, YearlyLow: 15100.88, YearlyStart: 21200.29, YearlyChange: -20.62, Settlement: `Cash`, Contract: `Options`, Region: `Middle East`, Country: `UAE`, Risk: `High`, Sector: `Public`, Currency: `USD`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-08-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 262 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Diesel`, Spread: 0.015, Open: 1.3474, Price: 1.38, Buy: 1.35, Sell: 1.35, Change: 0.02, ChangePercent: 1.68, Volume: 2971, High: 1.36, Low: 1.34, YearlyHigh: 2.11, YearlyLow: 0.92, YearlyStart: 1.51, YearlyChange: -10.4, Settlement: `Cash`, Contract: `Forwards`, Region: `Asia Pacific`, Country: `India`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `High`, Issuer: `American Airlines`, Maturity: `2022-02-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 263 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soybean`, Spread: 0.01, Open: 1038, Price: 1058.14, Buy: 1038.61, Sell: 1038.62, Change: 19.52, ChangePercent: 1.88, Volume: 20356, High: 1044, Low: 1031.75, YearlyHigh: 1057, YearlyLow: 859.5, YearlyStart: 958.25, YearlyChange: 8.39, Settlement: `Cash`, Contract: `Futures`, Region: `Middle East`, Country: `Jordan`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-05-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 264 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `FD Cattle`, Spread: 0.01, Open: 147.175, Price: 149.02, Buy: 148.6, Sell: 148.61, Change: 0.41, ChangePercent: 0.28, Volume: 5, High: 148.61, Low: 147.18, YearlyHigh: 190, YearlyLow: 138.1, YearlyStart: 164.05, YearlyChange: -9.41, Settlement: `Credit`, Contract: `Swap`, Region: `South America`, Country: `Suriname`, Risk: `High`, Sector: `Private`, Currency: `PLN`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-08-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 265 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Coal`, Spread: 0.015, Open: 0.4363, Price: 0.42, Buy: 0.44, Sell: 0.44, Change: 0, ChangePercent: 0.28, Volume: 3, High: 0.44, Low: 0.44, YearlyHigh: 0.48, YearlyLow: 0.4, YearlyStart: 0.44, YearlyChange: -5.33, Settlement: `Credit`, Contract: `Options`, Region: `South America`, Country: `Ecuador`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-01-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 266 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `OJ Future`, Spread: 0.01, Open: 140.6, Price: 139.91, Buy: 140.18, Sell: 140.19, Change: -0.28, ChangePercent: -0.2, Volume: 7, High: 140.19, Low: 0, YearlyHigh: 155.95, YearlyLow: 113, YearlyStart: 134.47, YearlyChange: 4.25, Settlement: `Cash`, Contract: `Forwards`, Region: `Africa`, Country: `Ethiopia`, Risk: `Low`, Sector: `Public`, Currency: `USD`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-07-24`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 267 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Corn`, Spread: 0.01, Open: 379.5, Price: 384.36, Buy: 379.8, Sell: 379.81, Change: 4.56, ChangePercent: 1.2, Volume: 11266, High: 381, Low: 377.75, YearlyHigh: 471.25, YearlyLow: 351.25, YearlyStart: 411.25, YearlyChange: -7.65, Settlement: `Loan`, Contract: `Forwards`, Region: `Africa`, Country: `Niger`, Risk: `Low`, Sector: `Government`, Currency: `PLN`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-04-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 268 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Coal`, Spread: 0.015, Open: 0.4363, Price: 0.41, Buy: 0.44, Sell: 0.44, Change: -0.01, ChangePercent: -1.08, Volume: 3, High: 0.44, Low: 0.44, YearlyHigh: 0.48, YearlyLow: 0.4, YearlyStart: 0.44, YearlyChange: -5.33, Settlement: `Cash`, Contract: `Swap`, Region: `Africa`, Country: `Senegal`, Risk: `Low`, Sector: `Government`, Currency: `PLN`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-04-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 269 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P 600 MINI`, Spread: 0.01, Open: 687.9, Price: 693.11, Buy: 687.9, Sell: 687.9, Change: 5.23, ChangePercent: 0.76, Volume: 0, High: 0, Low: 0, YearlyHigh: 620.32, YearlyLow: 595.9, YearlyStart: 608.11, YearlyChange: 13.12, Settlement: `Cash`, Contract: `CFD`, Region: `Africa`, Country: `Ethiopia`, Risk: `High`, Sector: `Government`, Currency: `PLN`, Security: `Poor`, Issuer: `FedEx`, Maturity: `2022-02-22`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 270 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Silver`, Spread: 0.01, Open: 17.43, Price: 17.73, Buy: 17.43, Sell: 17.43, Change: 0.31, ChangePercent: 1.8, Volume: 11720, High: 17.51, Low: 17.37, YearlyHigh: 18.06, YearlyLow: 13.73, YearlyStart: 15.89, YearlyChange: 9.59, Settlement: `Cash`, Contract: `Swap`, Region: `South America`, Country: `Peru`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-05-21`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 271 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `OJ Future`, Spread: 0.01, Open: 140.6, Price: 141.03, Buy: 140.18, Sell: 140.19, Change: 0.84, ChangePercent: 0.6, Volume: 7, High: 140.19, Low: 0, YearlyHigh: 155.95, YearlyLow: 113, YearlyStart: 134.47, YearlyChange: 4.25, Settlement: `Cash`, Contract: `Options`, Region: `Asia Pacific`, Country: `China`, Risk: `High`, Sector: `Public`, Currency: `PLN`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-03-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 272 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Ethanol`, Spread: 0.01, Open: 1.512, Price: 2.74, Buy: 2.75, Sell: 2.76, Change: -0.01, ChangePercent: -0.6, Volume: 14, High: 2.75, Low: 1.12, YearlyHigh: 2.75, YearlyLow: 1.12, YearlyStart: 1.48, YearlyChange: 86.7, Settlement: `Credit`, Contract: `Futures`, Region: `Asia Pacific`, Country: `Singapore`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-03-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 273 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P 600 MINI`, Spread: 0.01, Open: 687.9, Price: 685.13, Buy: 687.9, Sell: 687.9, Change: -2.75, ChangePercent: -0.4, Volume: 0, High: 0, Low: 0, YearlyHigh: 620.32, YearlyLow: 595.9, YearlyStart: 608.11, YearlyChange: 13.12, Settlement: `Credit`, Contract: `Options`, Region: `Africa`, Country: `South Africa`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-04-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 274 }), + new FinancialDataAllItem({ Category: `Index`, Type: `DOW Future`, Spread: 0.01, Open: 17711, Price: 17818.42, Buy: 17712.15, Sell: 17712.16, Change: 106.27, ChangePercent: 0.6, Volume: 22236, High: 17727, Low: 17642, YearlyHigh: 18083, YearlyLow: 15299, YearlyStart: 16691, YearlyChange: 6.12, Settlement: `Credit`, Contract: `Futures`, Region: `Africa`, Country: `Nigeria`, Risk: `High`, Sector: `Public`, Currency: `USD`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-03-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 275 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Silver`, Spread: 0.01, Open: 17.43, Price: 17.1, Buy: 17.43, Sell: 17.43, Change: -0.32, ChangePercent: -1.84, Volume: 11720, High: 17.51, Low: 17.37, YearlyHigh: 18.06, YearlyLow: 13.73, YearlyStart: 15.89, YearlyChange: 9.59, Settlement: `Cash`, Contract: `Swap`, Region: `Asia Pacific`, Country: `India`, Risk: `Low`, Sector: `Public`, Currency: `PLN`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-09-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 276 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Wheat`, Spread: 0.01, Open: 465.5, Price: 470.92, Buy: 465.5, Sell: 465.5, Change: 5.4, ChangePercent: 1.16, Volume: 4318, High: 467, Low: 463.25, YearlyHigh: 628.5, YearlyLow: 449.5, YearlyStart: 539, YearlyChange: -13.63, Settlement: `Cash`, Contract: `Options`, Region: `Asia Pacific`, Country: `Philippines`, Risk: `High`, Sector: `Private`, Currency: `PLN`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-02-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 277 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Coffee`, Spread: 0.01, Open: 125.7, Price: 128, Buy: 125.7, Sell: 125.7, Change: 2.31, ChangePercent: 1.84, Volume: 1654, High: 125.8, Low: 125, YearlyHigh: 155.75, YearlyLow: 115.35, YearlyStart: 135.55, YearlyChange: -7.27, Settlement: `Cash`, Contract: `Swap`, Region: `Asia Pacific`, Country: `Azerbaijan`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-05-16`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 278 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `GBP/USD`, Spread: 0.02, Open: 1.4464, Price: 1.17, Buy: 1.18, Sell: 1.2, Change: -0.02, ChangePercent: -1.72, Volume: 29450, High: 1.45, Low: 1.19, YearlyHigh: 1.59, YearlyLow: 1.19, YearlyStart: 1.49, YearlyChange: -19.59, Settlement: `Credit`, Contract: `Futures`, Region: `Africa`, Country: `Algeria`, Risk: `Low`, Sector: `Government`, Currency: `PLN`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-08-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 279 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Uranium`, Spread: 0.02, Open: 27.55, Price: 27.8, Buy: 27.55, Sell: 27.55, Change: 0.22, ChangePercent: 0.8, Volume: 12, High: 27.55, Low: 27.55, YearlyHigh: 29.32, YearlyLow: 21.28, YearlyStart: 25.3, YearlyChange: 9.01, Settlement: `Cash`, Contract: `Futures`, Region: `Africa`, Country: `Tunisia`, Risk: `Low`, Sector: `Public`, Currency: `USD`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-01-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 280 }), + new FinancialDataAllItem({ Category: `Index`, Type: `DOW Future`, Spread: 0.01, Open: 17711, Price: 17697.98, Buy: 17712.15, Sell: 17712.16, Change: -14.17, ChangePercent: -0.08, Volume: 22236, High: 17727, Low: 17642, YearlyHigh: 18083, YearlyLow: 15299, YearlyStart: 16691, YearlyChange: 6.12, Settlement: `Credit`, Contract: `Options`, Region: `Middle East`, Country: `Lebanon`, Risk: `High`, Sector: `Private`, Currency: `PLN`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-04-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 281 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Milk`, Spread: 0.01, Open: 12.87, Price: 12.68, Buy: 12.87, Sell: 12.87, Change: -0.18, ChangePercent: -1.4, Volume: 7, High: 12.89, Low: 12.81, YearlyHigh: 16.96, YearlyLow: 12.81, YearlyStart: 14.88, YearlyChange: -13.6, Settlement: `Loan`, Contract: `Futures`, Region: `North America`, Country: `Mexico`, Risk: `Low`, Sector: `Public`, Currency: `EUR`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-04-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 282 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Natural Gas`, Spread: 0.02, Open: 2.094, Price: 2.11, Buy: 2.09, Sell: 2.09, Change: 0.01, ChangePercent: 0.4, Volume: 2783, High: 2.11, Low: 2.09, YearlyHigh: 3.2, YearlyLow: 1.84, YearlyStart: 2.52, YearlyChange: -16.51, Settlement: `Credit`, Contract: `Options`, Region: `Middle East`, Country: `Iraq`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-02-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 283 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Coal`, Spread: 0.015, Open: 0.4363, Price: 0.42, Buy: 0.44, Sell: 0.44, Change: 0, ChangePercent: -0.12, Volume: 3, High: 0.44, Low: 0.44, YearlyHigh: 0.48, YearlyLow: 0.4, YearlyStart: 0.44, YearlyChange: -5.33, Settlement: `Cash`, Contract: `Swap`, Region: `Middle East`, Country: `Syria`, Risk: `Low`, Sector: `Public`, Currency: `USD`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-09-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 284 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `GBP/USD`, Spread: 0.02, Open: 1.4464, Price: 1.22, Buy: 1.18, Sell: 1.2, Change: 0.03, ChangePercent: 1.84, Volume: 29450, High: 1.45, Low: 1.19, YearlyHigh: 1.59, YearlyLow: 1.19, YearlyStart: 1.49, YearlyChange: -19.59, Settlement: `Credit`, Contract: `Forwards`, Region: `South America`, Country: `Guyana`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-09-11`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 285 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P MID MINI`, Spread: 0.01, Open: 1454.3, Price: 1457.53, Buy: 1455.78, Sell: 1455.79, Change: 1.75, ChangePercent: 0.12, Volume: 338, High: 1455.78, Low: 1448, YearlyHigh: 1527.3, YearlyLow: 1236, YearlyStart: 1381.65, YearlyChange: 5.37, Settlement: `Loan`, Contract: `Options`, Region: `Asia Pacific`, Country: `Philippines`, Risk: `Low`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-05-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 286 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Silver`, Spread: 0.01, Open: 17.43, Price: 17.29, Buy: 17.43, Sell: 17.43, Change: -0.13, ChangePercent: -0.76, Volume: 11720, High: 17.51, Low: 17.37, YearlyHigh: 18.06, YearlyLow: 13.73, YearlyStart: 15.89, YearlyChange: 9.59, Settlement: `Cash`, Contract: `Options`, Region: `Asia Pacific`, Country: `New Zealand`, Risk: `High`, Sector: `Government`, Currency: `USD`, Security: `Poor`, Issuer: `American Airlines`, Maturity: `2022-07-27`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 287 }), + new FinancialDataAllItem({ Category: `Index`, Type: `NAS Future`, Spread: 0.01, Open: 4341.25, Price: 4257.93, Buy: 4341.25, Sell: 4341.25, Change: -83.35, ChangePercent: -1.92, Volume: 18259, High: 4347, Low: 4318, YearlyHigh: 4719.75, YearlyLow: 3867.75, YearlyStart: 4293.75, YearlyChange: 1.11, Settlement: `Loan`, Contract: `Futures`, Region: `South America`, Country: `Guyana`, Risk: `High`, Sector: `Private`, Currency: `PLN`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-05-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 288 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Ethanol`, Spread: 0.01, Open: 1.512, Price: 2.77, Buy: 2.75, Sell: 2.76, Change: 0.02, ChangePercent: 0.64, Volume: 14, High: 2.75, Low: 1.12, YearlyHigh: 2.75, YearlyLow: 1.12, YearlyStart: 1.48, YearlyChange: 86.7, Settlement: `Credit`, Contract: `Options`, Region: `Africa`, Country: `Morocco`, Risk: `Low`, Sector: `Government`, Currency: `PLN`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-05-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 289 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P MID MINI`, Spread: 0.01, Open: 1454.3, Price: 1466.85, Buy: 1455.78, Sell: 1455.79, Change: 11.07, ChangePercent: 0.76, Volume: 338, High: 1455.78, Low: 1448, YearlyHigh: 1527.3, YearlyLow: 1236, YearlyStart: 1381.65, YearlyChange: 5.37, Settlement: `Credit`, Contract: `CFD`, Region: `North America`, Country: `United States`, Risk: `Low`, Sector: `Government`, Currency: `PLN`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-05-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 290 }), + new FinancialDataAllItem({ Category: `Index`, Type: `DOW Future`, Spread: 0.01, Open: 17711, Price: 17825.51, Buy: 17712.15, Sell: 17712.16, Change: 113.36, ChangePercent: 0.64, Volume: 22236, High: 17727, Low: 17642, YearlyHigh: 18083, YearlyLow: 15299, YearlyStart: 16691, YearlyChange: 6.12, Settlement: `Cash`, Contract: `Options`, Region: `North America`, Country: `Canada`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-02-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 291 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `US 2Y Future`, Spread: 0.01, Open: 109.3984, Price: 108.38, Buy: 109.4, Sell: 109.4, Change: -1.01, ChangePercent: -0.92, Volume: 17742, High: 109.41, Low: 109.38, YearlyHigh: 109.8, YearlyLow: 108.62, YearlyStart: 109.21, YearlyChange: 0.16, Settlement: `Cash`, Contract: `CFD`, Region: `North America`, Country: `United States`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-02-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 292 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Platinum`, Spread: 0.01, Open: 1071.6, Price: 1053.1, Buy: 1071.09, Sell: 1071.1, Change: -18, ChangePercent: -1.68, Volume: 3039, High: 1081.2, Low: 1070.5, YearlyHigh: 1120.6, YearlyLow: 812.4, YearlyStart: 966.5, YearlyChange: 10.82, Settlement: `Credit`, Contract: `Futures`, Region: `Asia Pacific`, Country: `China`, Risk: `Low`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-07-24`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 293 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `BTC/USD`, Spread: 0.06, Open: 93.88, Price: 21177.18, Buy: 21200.76, Sell: 21400.78, Change: 176.41, ChangePercent: 0.84, Volume: 5788000, High: 22400.05, Low: 20100.75, YearlyHigh: 62400.7, YearlyLow: 15100.88, YearlyStart: 21200.29, YearlyChange: -20.62, Settlement: `Credit`, Contract: `Swap`, Region: `Middle East`, Country: `Oman`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-08-23`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 294 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Diesel`, Spread: 0.015, Open: 1.3474, Price: 1.33, Buy: 1.35, Sell: 1.35, Change: -0.03, ChangePercent: -1.84, Volume: 2971, High: 1.36, Low: 1.34, YearlyHigh: 2.11, YearlyLow: 0.92, YearlyStart: 1.51, YearlyChange: -10.4, Settlement: `Cash`, Contract: `Futures`, Region: `South America`, Country: `Paraguay`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-08-23`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 295 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Platinum`, Spread: 0.01, Open: 1071.6, Price: 1087.81, Buy: 1071.09, Sell: 1071.1, Change: 16.71, ChangePercent: 1.56, Volume: 3039, High: 1081.2, Low: 1070.5, YearlyHigh: 1120.6, YearlyLow: 812.4, YearlyStart: 966.5, YearlyChange: 10.82, Settlement: `Loan`, Contract: `Futures`, Region: `Europe`, Country: `Czechia`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-04-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 296 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Ethanol`, Spread: 0.01, Open: 1.512, Price: 2.8, Buy: 2.75, Sell: 2.76, Change: 0.05, ChangePercent: 1.84, Volume: 14, High: 2.75, Low: 1.12, YearlyHigh: 2.75, YearlyLow: 1.12, YearlyStart: 1.48, YearlyChange: 86.7, Settlement: `Credit`, Contract: `Swap`, Region: `Middle East`, Country: `Saudi Arabia`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-03-22`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 297 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soybean`, Spread: 0.01, Open: 1038, Price: 1053.99, Buy: 1038.61, Sell: 1038.62, Change: 15.37, ChangePercent: 1.48, Volume: 20356, High: 1044, Low: 1031.75, YearlyHigh: 1057, YearlyLow: 859.5, YearlyStart: 958.25, YearlyChange: 8.39, Settlement: `Cash`, Contract: `CFD`, Region: `Africa`, Country: `Tunisia`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-08-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 298 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `GBP/USD`, Spread: 0.02, Open: 1.4464, Price: 1.19, Buy: 1.18, Sell: 1.2, Change: 0, ChangePercent: -0.36, Volume: 29450, High: 1.45, Low: 1.19, YearlyHigh: 1.59, YearlyLow: 1.19, YearlyStart: 1.49, YearlyChange: -19.59, Settlement: `Cash`, Contract: `Forwards`, Region: `North America`, Country: `United States`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-02-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 299 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Ethanol`, Spread: 0.01, Open: 1.512, Price: 2.7, Buy: 2.75, Sell: 2.76, Change: -0.05, ChangePercent: -1.92, Volume: 14, High: 2.75, Low: 1.12, YearlyHigh: 2.75, YearlyLow: 1.12, YearlyStart: 1.48, YearlyChange: 86.7, Settlement: `Loan`, Contract: `Swap`, Region: `Middle East`, Country: `Oman`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-04-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 300 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Silver`, Spread: 0.01, Open: 17.43, Price: 17.39, Buy: 17.43, Sell: 17.43, Change: -0.03, ChangePercent: -0.2, Volume: 11720, High: 17.51, Low: 17.37, YearlyHigh: 18.06, YearlyLow: 13.73, YearlyStart: 15.89, YearlyChange: 9.59, Settlement: `Cash`, Contract: `Swap`, Region: `Africa`, Country: `Egypt`, Risk: `High`, Sector: `Private`, Currency: `PLN`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-04-24`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 301 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Sugar`, Spread: 0.01, Open: 15.68, Price: 14.96, Buy: 14.67, Sell: 14.68, Change: 0.29, ChangePercent: 1.96, Volume: 4949, High: 15.7, Low: 14.67, YearlyHigh: 16.87, YearlyLow: 11.37, YearlyStart: 14.12, YearlyChange: 3.92, Settlement: `Credit`, Contract: `Options`, Region: `Africa`, Country: `Cameroon`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-07-27`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 302 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Cocoa`, Spread: 0.01, Open: 3076, Price: 3117.86, Buy: 3076, Sell: 3076, Change: 41.83, ChangePercent: 1.36, Volume: 978, High: 3078, Low: 3066, YearlyHigh: 3406, YearlyLow: 2746, YearlyStart: 3076, YearlyChange: 0, Settlement: `Loan`, Contract: `Forwards`, Region: `Africa`, Country: `Algeria`, Risk: `Low`, Sector: `Public`, Currency: `PLN`, Security: `High`, Issuer: `FedEx`, Maturity: `2022-01-11`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 303 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Rice`, Spread: 0.01, Open: 11.245, Price: 10.44, Buy: 10.41, Sell: 10.42, Change: 0.02, ChangePercent: 0.28, Volume: 220, High: 11.38, Low: 10.42, YearlyHigh: 14.14, YearlyLow: 9.7, YearlyStart: 11.92, YearlyChange: -12.62, Settlement: `Loan`, Contract: `Forwards`, Region: `Asia Pacific`, Country: `China`, Risk: `Low`, Sector: `Public`, Currency: `USD`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-07-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 304 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soybean`, Spread: 0.01, Open: 1038, Price: 1026.15, Buy: 1038.61, Sell: 1038.62, Change: -12.47, ChangePercent: -1.2, Volume: 20356, High: 1044, Low: 1031.75, YearlyHigh: 1057, YearlyLow: 859.5, YearlyStart: 958.25, YearlyChange: 8.39, Settlement: `Cash`, Contract: `Futures`, Region: `North America`, Country: `United States`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `FedEx`, Maturity: `2022-02-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 305 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/CAD`, Spread: 0.02, Open: 0.7744, Price: 0.94, Buy: 0.94, Sell: 0.96, Change: -0.01, ChangePercent: -1.4, Volume: 13669, High: 0.95, Low: 0.77, YearlyHigh: 0.95, YearlyLow: 0.68, YearlyStart: 0.76, YearlyChange: 26.43, Settlement: `Credit`, Contract: `Swap`, Region: `North America`, Country: `Canada`, Risk: `Low`, Sector: `Public`, Currency: `USD`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-02-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 306 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Rice`, Spread: 0.01, Open: 11.245, Price: 10.3, Buy: 10.41, Sell: 10.42, Change: -0.12, ChangePercent: -1.08, Volume: 220, High: 11.38, Low: 10.42, YearlyHigh: 14.14, YearlyLow: 9.7, YearlyStart: 11.92, YearlyChange: -12.62, Settlement: `Cash`, Contract: `Futures`, Region: `Africa`, Country: `Libya`, Risk: `Low`, Sector: `Government`, Currency: `PLN`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-04-23`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 307 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soybean`, Spread: 0.01, Open: 1038, Price: 1026.15, Buy: 1038.61, Sell: 1038.62, Change: -12.47, ChangePercent: -1.2, Volume: 20356, High: 1044, Low: 1031.75, YearlyHigh: 1057, YearlyLow: 859.5, YearlyStart: 958.25, YearlyChange: 8.39, Settlement: `Cash`, Contract: `Futures`, Region: `Europe`, Country: `Hungary`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-06-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 308 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/CAD`, Spread: 0.02, Open: 0.7744, Price: 0.95, Buy: 0.94, Sell: 0.96, Change: 0, ChangePercent: -0.8, Volume: 13669, High: 0.95, Low: 0.77, YearlyHigh: 0.95, YearlyLow: 0.68, YearlyStart: 0.76, YearlyChange: 26.43, Settlement: `Cash`, Contract: `Forwards`, Region: `Asia Pacific`, Country: `Singapore`, Risk: `Low`, Sector: `Government`, Currency: `USD`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-08-16`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 309 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `US 30YR Future`, Spread: 0.01, Open: 164.875, Price: 160.94, Buy: 164.15, Sell: 164.16, Change: -3.22, ChangePercent: -1.96, Volume: 28012, High: 165.25, Low: 164.04, YearlyHigh: 169.38, YearlyLow: 151.47, YearlyStart: 160.43, YearlyChange: 2.33, Settlement: `Credit`, Contract: `Forwards`, Region: `Asia Pacific`, Country: `Thailand`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-09-22`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 310 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `US 10YR Future`, Spread: 0.01, Open: 130.5625, Price: 132.2, Buy: 130.56, Sell: 130.56, Change: 1.62, ChangePercent: 1.24, Volume: 189310, High: 130.63, Low: 130.44, YearlyHigh: 132.64, YearlyLow: 125.48, YearlyStart: 129.06, YearlyChange: 1.18, Settlement: `Credit`, Contract: `Forwards`, Region: `Asia Pacific`, Country: `India`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-09-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 311 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/CHF`, Spread: 0.02, Open: 1.0337, Price: 1.06, Buy: 1.03, Sell: 1.03, Change: 0.02, ChangePercent: 1.24, Volume: 5550, High: 1.03, Low: 1.03, YearlyHigh: 1.11, YearlyLow: 0.98, YearlyStart: 1.04, YearlyChange: -0.12, Settlement: `Cash`, Contract: `Swap`, Region: `Africa`, Country: `Ethiopia`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-03-24`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 312 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Lumber`, Spread: 0.01, Open: 303.9, Price: 308.62, Buy: 304.59, Sell: 304.6, Change: 4.02, ChangePercent: 1.32, Volume: 2, High: 304.6, Low: 303.9, YearlyHigh: 317.1, YearlyLow: 236, YearlyStart: 276.55, YearlyChange: 10.14, Settlement: `Credit`, Contract: `Options`, Region: `Europe`, Country: `Poland`, Risk: `Low`, Sector: `Public`, Currency: `EUR`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-09-16`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 313 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/CHF`, Spread: 0.02, Open: 1.0337, Price: 1.05, Buy: 1.03, Sell: 1.03, Change: 0.01, ChangePercent: 0.68, Volume: 5550, High: 1.03, Low: 1.03, YearlyHigh: 1.11, YearlyLow: 0.98, YearlyStart: 1.04, YearlyChange: -0.12, Settlement: `Credit`, Contract: `Swap`, Region: `North America`, Country: `Canada`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `Poor`, Issuer: `American Airlines`, Maturity: `2022-04-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 314 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `BTC/USD`, Spread: 0.06, Open: 93.88, Price: 21311.58, Buy: 21200.76, Sell: 21400.78, Change: 310.81, ChangePercent: 1.48, Volume: 5788000, High: 22400.05, Low: 20100.75, YearlyHigh: 62400.7, YearlyLow: 15100.88, YearlyStart: 21200.29, YearlyChange: -20.62, Settlement: `Credit`, Contract: `Forwards`, Region: `South America`, Country: `Colombia`, Risk: `Low`, Sector: `Government`, Currency: `PLN`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-03-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 315 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Lumber`, Spread: 0.01, Open: 303.9, Price: 308.86, Buy: 304.59, Sell: 304.6, Change: 4.26, ChangePercent: 1.4, Volume: 2, High: 304.6, Low: 303.9, YearlyHigh: 317.1, YearlyLow: 236, YearlyStart: 276.55, YearlyChange: 10.14, Settlement: `Loan`, Contract: `Futures`, Region: `Asia Pacific`, Country: `Korea`, Risk: `High`, Sector: `Public`, Currency: `PLN`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-03-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 316 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Wheat`, Spread: 0.01, Open: 465.5, Price: 472.78, Buy: 465.5, Sell: 465.5, Change: 7.26, ChangePercent: 1.56, Volume: 4318, High: 467, Low: 463.25, YearlyHigh: 628.5, YearlyLow: 449.5, YearlyStart: 539, YearlyChange: -13.63, Settlement: `Cash`, Contract: `Futures`, Region: `Europe`, Country: `Austria`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-04-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 317 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Oats`, Spread: 0.01, Open: 194.5, Price: 193.67, Buy: 194.21, Sell: 194.22, Change: -0.55, ChangePercent: -0.28, Volume: 64, High: 195.75, Low: 194, YearlyHigh: 241.25, YearlyLow: 183.75, YearlyStart: 212.5, YearlyChange: -8.6, Settlement: `Credit`, Contract: `Futures`, Region: `Middle East`, Country: `Lebanon`, Risk: `Low`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-06-11`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 318 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Wheat`, Spread: 0.01, Open: 465.5, Price: 467.75, Buy: 465.5, Sell: 465.5, Change: 2.23, ChangePercent: 0.48, Volume: 4318, High: 467, Low: 463.25, YearlyHigh: 628.5, YearlyLow: 449.5, YearlyStart: 539, YearlyChange: -13.63, Settlement: `Cash`, Contract: `CFD`, Region: `North America`, Country: `Mexico`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-04-11`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 319 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Gold`, Spread: 0.01, Open: 1281.1, Price: 1303.78, Buy: 1280.73, Sell: 1280.74, Change: 23.05, ChangePercent: 1.8, Volume: 48387, High: 1289.5, Low: 1279.1, YearlyHigh: 1306, YearlyLow: 1047.2, YearlyStart: 1176.6, YearlyChange: 8.85, Settlement: `Cash`, Contract: `Forwards`, Region: `Asia Pacific`, Country: `China`, Risk: `High`, Sector: `Private`, Currency: `PLN`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-02-19`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 320 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/JPY`, Spread: 0.02, Open: 9275.5, Price: 9140.03, Buy: 9277.32, Sell: 9277.34, Change: -137.3, ChangePercent: -1.48, Volume: 47734, High: 9277.33, Low: 0.93, YearlyHigh: 9483, YearlyLow: 0.93, YearlyStart: 4741.97, YearlyChange: 95.64, Settlement: `Cash`, Contract: `Futures`, Region: `Asia Pacific`, Country: `Hong Kong`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-03-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 321 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Rice`, Spread: 0.01, Open: 11.245, Price: 10.54, Buy: 10.41, Sell: 10.42, Change: 0.12, ChangePercent: 1.2, Volume: 220, High: 11.38, Low: 10.42, YearlyHigh: 14.14, YearlyLow: 9.7, YearlyStart: 11.92, YearlyChange: -12.62, Settlement: `Cash`, Contract: `Swap`, Region: `Africa`, Country: `Niger`, Risk: `Low`, Sector: `Public`, Currency: `PLN`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-07-11`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 322 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Coal`, Spread: 0.015, Open: 0.4363, Price: 0.42, Buy: 0.44, Sell: 0.44, Change: 0, ChangePercent: -0.2, Volume: 3, High: 0.44, Low: 0.44, YearlyHigh: 0.48, YearlyLow: 0.4, YearlyStart: 0.44, YearlyChange: -5.33, Settlement: `Credit`, Contract: `Forwards`, Region: `Europe`, Country: `Ireland`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-04-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 323 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Gold`, Spread: 0.01, Open: 1281.1, Price: 1261.78, Buy: 1280.73, Sell: 1280.74, Change: -18.95, ChangePercent: -1.48, Volume: 48387, High: 1289.5, Low: 1279.1, YearlyHigh: 1306, YearlyLow: 1047.2, YearlyStart: 1176.6, YearlyChange: 8.85, Settlement: `Loan`, Contract: `Forwards`, Region: `Africa`, Country: `Ethiopia`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-02-10`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 324 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `BTC/USD`, Spread: 0.06, Open: 93.88, Price: 21025.97, Buy: 21200.76, Sell: 21400.78, Change: 25.2, ChangePercent: 0.12, Volume: 5788000, High: 22400.05, Low: 20100.75, YearlyHigh: 62400.7, YearlyLow: 15100.88, YearlyStart: 21200.29, YearlyChange: -20.62, Settlement: `Cash`, Contract: `Swap`, Region: `Europe`, Country: `Estonia`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-05-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 325 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Diesel`, Spread: 0.015, Open: 1.3474, Price: 1.34, Buy: 1.35, Sell: 1.35, Change: -0.02, ChangePercent: -1.52, Volume: 2971, High: 1.36, Low: 1.34, YearlyHigh: 2.11, YearlyLow: 0.92, YearlyStart: 1.51, YearlyChange: -10.4, Settlement: `Credit`, Contract: `Forwards`, Region: `Europe`, Country: `Finland`, Risk: `Low`, Sector: `Public`, Currency: `EUR`, Security: `High`, Issuer: `FedEx`, Maturity: `2022-07-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 326 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Platinum`, Spread: 0.01, Open: 1071.6, Price: 1060.39, Buy: 1071.09, Sell: 1071.1, Change: -10.71, ChangePercent: -1, Volume: 3039, High: 1081.2, Low: 1070.5, YearlyHigh: 1120.6, YearlyLow: 812.4, YearlyStart: 966.5, YearlyChange: 10.82, Settlement: `Loan`, Contract: `Swap`, Region: `Europe`, Country: `Belgium`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-02-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 327 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Rice`, Spread: 0.01, Open: 11.245, Price: 10.57, Buy: 10.41, Sell: 10.42, Change: 0.15, ChangePercent: 1.52, Volume: 220, High: 11.38, Low: 10.42, YearlyHigh: 14.14, YearlyLow: 9.7, YearlyStart: 11.92, YearlyChange: -12.62, Settlement: `Cash`, Contract: `Futures`, Region: `Europe`, Country: `Ireland`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `High`, Issuer: `FedEx`, Maturity: `2022-05-24`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 328 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Sugar`, Spread: 0.01, Open: 15.68, Price: 14.8, Buy: 14.67, Sell: 14.68, Change: 0.13, ChangePercent: 0.84, Volume: 4949, High: 15.7, Low: 14.67, YearlyHigh: 16.87, YearlyLow: 11.37, YearlyStart: 14.12, YearlyChange: 3.92, Settlement: `Loan`, Contract: `Options`, Region: `Europe`, Country: `Denmark`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-04-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 329 }), + new FinancialDataAllItem({ Category: `Index`, Type: `NAS Future`, Spread: 0.01, Open: 4341.25, Price: 4327.39, Buy: 4341.25, Sell: 4341.25, Change: -13.89, ChangePercent: -0.32, Volume: 18259, High: 4347, Low: 4318, YearlyHigh: 4719.75, YearlyLow: 3867.75, YearlyStart: 4293.75, YearlyChange: 1.11, Settlement: `Loan`, Contract: `Forwards`, Region: `Europe`, Country: `Estonia`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-03-23`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 330 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `LV Cattle`, Spread: 0.01, Open: 120.725, Price: 122.15, Buy: 120.72, Sell: 120.72, Change: 1.45, ChangePercent: 1.2, Volume: 4, High: 120.72, Low: 120.72, YearlyHigh: 147.98, YearlyLow: 113.9, YearlyStart: 130.94, YearlyChange: -7.82, Settlement: `Cash`, Contract: `Swap`, Region: `North America`, Country: `United States`, Risk: `High`, Sector: `Government`, Currency: `PLN`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-02-19`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 331 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Palladium`, Spread: 0.01, Open: 600.55, Price: 612.06, Buy: 601, Sell: 601.01, Change: 11.06, ChangePercent: 1.84, Volume: 651, High: 607.2, Low: 598.4, YearlyHigh: 690, YearlyLow: 458.6, YearlyStart: 574.3, YearlyChange: 4.65, Settlement: `Cash`, Contract: `Options`, Region: `Middle East`, Country: `Bahrain`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-07-11`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 332 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Uranium`, Spread: 0.02, Open: 27.55, Price: 27.51, Buy: 27.55, Sell: 27.55, Change: -0.07, ChangePercent: -0.24, Volume: 12, High: 27.55, Low: 27.55, YearlyHigh: 29.32, YearlyLow: 21.28, YearlyStart: 25.3, YearlyChange: 9.01, Settlement: `Loan`, Contract: `CFD`, Region: `Europe`, Country: `Denmark`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-01-21`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 333 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `BTC/USD`, Spread: 0.06, Open: 93.88, Price: 20622.76, Buy: 21200.76, Sell: 21400.78, Change: -378.01, ChangePercent: -1.8, Volume: 5788000, High: 22400.05, Low: 20100.75, YearlyHigh: 62400.7, YearlyLow: 15100.88, YearlyStart: 21200.29, YearlyChange: -20.62, Settlement: `Credit`, Contract: `Futures`, Region: `South America`, Country: `Venezuela`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `Poor`, Issuer: `FedEx`, Maturity: `2022-06-27`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 334 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Ethanol`, Spread: 0.01, Open: 1.512, Price: 2.79, Buy: 2.75, Sell: 2.76, Change: 0.04, ChangePercent: 1.36, Volume: 14, High: 2.75, Low: 1.12, YearlyHigh: 2.75, YearlyLow: 1.12, YearlyStart: 1.48, YearlyChange: 86.7, Settlement: `Cash`, Contract: `Forwards`, Region: `Asia Pacific`, Country: `Singapore`, Risk: `High`, Sector: `Government`, Currency: `USD`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-04-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 335 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Diesel`, Spread: 0.015, Open: 1.3474, Price: 1.36, Buy: 1.35, Sell: 1.35, Change: 0, ChangePercent: 0.08, Volume: 2971, High: 1.36, Low: 1.34, YearlyHigh: 2.11, YearlyLow: 0.92, YearlyStart: 1.51, YearlyChange: -10.4, Settlement: `Loan`, Contract: `CFD`, Region: `Asia Pacific`, Country: `China`, Risk: `Low`, Sector: `Government`, Currency: `USD`, Security: `Poor`, Issuer: `American Airlines`, Maturity: `2022-05-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 336 }), + new FinancialDataAllItem({ Category: `Index`, Type: `NAS Future`, Spread: 0.01, Open: 4341.25, Price: 4299.6, Buy: 4341.25, Sell: 4341.25, Change: -41.68, ChangePercent: -0.96, Volume: 18259, High: 4347, Low: 4318, YearlyHigh: 4719.75, YearlyLow: 3867.75, YearlyStart: 4293.75, YearlyChange: 1.11, Settlement: `Credit`, Contract: `Swap`, Region: `Africa`, Country: `Senegal`, Risk: `Low`, Sector: `Public`, Currency: `USD`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-03-23`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 337 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Lumber`, Spread: 0.01, Open: 303.9, Price: 304.11, Buy: 304.59, Sell: 304.6, Change: -0.49, ChangePercent: -0.16, Volume: 2, High: 304.6, Low: 303.9, YearlyHigh: 317.1, YearlyLow: 236, YearlyStart: 276.55, YearlyChange: 10.14, Settlement: `Credit`, Contract: `Swap`, Region: `Middle East`, Country: `Lebanon`, Risk: `Low`, Sector: `Public`, Currency: `EUR`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-03-24`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 338 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Natural Gas`, Spread: 0.02, Open: 2.094, Price: 2.12, Buy: 2.09, Sell: 2.09, Change: 0.02, ChangePercent: 0.84, Volume: 2783, High: 2.11, Low: 2.09, YearlyHigh: 3.2, YearlyLow: 1.84, YearlyStart: 2.52, YearlyChange: -16.51, Settlement: `Cash`, Contract: `Futures`, Region: `Europe`, Country: `Bulgaria`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-02-24`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 339 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Wheat`, Spread: 0.01, Open: 465.5, Price: 472.6, Buy: 465.5, Sell: 465.5, Change: 7.08, ChangePercent: 1.52, Volume: 4318, High: 467, Low: 463.25, YearlyHigh: 628.5, YearlyLow: 449.5, YearlyStart: 539, YearlyChange: -13.63, Settlement: `Cash`, Contract: `Swap`, Region: `Africa`, Country: `Ethiopia`, Risk: `High`, Sector: `Private`, Currency: `PLN`, Security: `Poor`, Issuer: `FedEx`, Maturity: `2022-06-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 340 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/CAD`, Spread: 0.02, Open: 0.7744, Price: 0.96, Buy: 0.94, Sell: 0.96, Change: 0.01, ChangePercent: 0.64, Volume: 13669, High: 0.95, Low: 0.77, YearlyHigh: 0.95, YearlyLow: 0.68, YearlyStart: 0.76, YearlyChange: 26.43, Settlement: `Credit`, Contract: `Futures`, Region: `Asia Pacific`, Country: `Philippines`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `High`, Issuer: `FedEx`, Maturity: `2022-03-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 341 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P MID MINI`, Spread: 0.01, Open: 1454.3, Price: 1477.33, Buy: 1455.78, Sell: 1455.79, Change: 21.55, ChangePercent: 1.48, Volume: 338, High: 1455.78, Low: 1448, YearlyHigh: 1527.3, YearlyLow: 1236, YearlyStart: 1381.65, YearlyChange: 5.37, Settlement: `Credit`, Contract: `Futures`, Region: `Europe`, Country: `United Kingdom`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-02-19`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 342 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Ethanol`, Spread: 0.01, Open: 1.512, Price: 2.8, Buy: 2.75, Sell: 2.76, Change: 0.05, ChangePercent: 1.8, Volume: 14, High: 2.75, Low: 1.12, YearlyHigh: 2.75, YearlyLow: 1.12, YearlyStart: 1.48, YearlyChange: 86.7, Settlement: `Credit`, Contract: `Futures`, Region: `Middle East`, Country: `Syria`, Risk: `High`, Sector: `Private`, Currency: `PLN`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-05-16`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 343 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/CHF`, Spread: 0.02, Open: 1.0337, Price: 1.05, Buy: 1.03, Sell: 1.03, Change: 0.01, ChangePercent: 0.88, Volume: 5550, High: 1.03, Low: 1.03, YearlyHigh: 1.11, YearlyLow: 0.98, YearlyStart: 1.04, YearlyChange: -0.12, Settlement: `Loan`, Contract: `Options`, Region: `Middle East`, Country: `Kuwait`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-04-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 344 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `US 30YR Future`, Spread: 0.01, Open: 164.875, Price: 163.24, Buy: 164.15, Sell: 164.16, Change: -0.92, ChangePercent: -0.56, Volume: 28012, High: 165.25, Low: 164.04, YearlyHigh: 169.38, YearlyLow: 151.47, YearlyStart: 160.43, YearlyChange: 2.33, Settlement: `Credit`, Contract: `Options`, Region: `Europe`, Country: `Croatia`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-03-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 345 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Cotton`, Spread: 0.01, Open: 61.77, Price: 62.9, Buy: 61.77, Sell: 61.77, Change: 1.14, ChangePercent: 1.84, Volume: 3612, High: 62.06, Low: 61.32, YearlyHigh: 67.59, YearlyLow: 54.33, YearlyStart: 60.96, YearlyChange: 1.31, Settlement: `Loan`, Contract: `CFD`, Region: `Europe`, Country: `Portugal`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-02-22`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 346 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Sugar`, Spread: 0.01, Open: 15.68, Price: 14.94, Buy: 14.67, Sell: 14.68, Change: 0.27, ChangePercent: 1.8, Volume: 4949, High: 15.7, Low: 14.67, YearlyHigh: 16.87, YearlyLow: 11.37, YearlyStart: 14.12, YearlyChange: 3.92, Settlement: `Credit`, Contract: `Swap`, Region: `Middle East`, Country: `Kuwait`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-06-11`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 347 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soy Meat`, Spread: 0.01, Open: 342.6, Price: 338.1, Buy: 342.6, Sell: 342.6, Change: -4.52, ChangePercent: -1.32, Volume: 5646, High: 345.4, Low: 340.3, YearlyHigh: 353.4, YearlyLow: 261.7, YearlyStart: 307.55, YearlyChange: 11.4, Settlement: `Cash`, Contract: `Forwards`, Region: `North America`, Country: `Mexico`, Risk: `Low`, Sector: `Public`, Currency: `PLN`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-08-16`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 348 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `AUD/USD`, Spread: 0.02, Open: 0.7344, Price: 0.74, Buy: 0.73, Sell: 0.73, Change: 0, ChangePercent: -0.04, Volume: 36764, High: 0.74, Low: 0.73, YearlyHigh: 0.79, YearlyLow: 0.68, YearlyStart: 0.73, YearlyChange: 1.28, Settlement: `Credit`, Contract: `Swap`, Region: `Asia Pacific`, Country: `New Zealand`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-06-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 349 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P MID MINI`, Spread: 0.01, Open: 1454.3, Price: 1459.86, Buy: 1455.78, Sell: 1455.79, Change: 4.08, ChangePercent: 0.28, Volume: 338, High: 1455.78, Low: 1448, YearlyHigh: 1527.3, YearlyLow: 1236, YearlyStart: 1381.65, YearlyChange: 5.37, Settlement: `Cash`, Contract: `Swap`, Region: `South America`, Country: `Bolivia`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-01-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 350 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soy oil`, Spread: 0.01, Open: 33.26, Price: 34.07, Buy: 33.77, Sell: 33.78, Change: 0.3, ChangePercent: 0.88, Volume: 10592, High: 33.77, Low: 33.06, YearlyHigh: 35.43, YearlyLow: 26.61, YearlyStart: 31.02, YearlyChange: 8.87, Settlement: `Loan`, Contract: `Forwards`, Region: `Middle East`, Country: `Israel`, Risk: `Low`, Sector: `Government`, Currency: `USD`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-05-21`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 351 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P 600 MINI`, Spread: 0.01, Open: 687.9, Price: 687.05, Buy: 687.9, Sell: 687.9, Change: -0.83, ChangePercent: -0.12, Volume: 0, High: 0, Low: 0, YearlyHigh: 620.32, YearlyLow: 595.9, YearlyStart: 608.11, YearlyChange: 13.12, Settlement: `Loan`, Contract: `Forwards`, Region: `Asia Pacific`, Country: `Singapore`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-08-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 352 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Platinum`, Spread: 0.01, Open: 1071.6, Price: 1064.67, Buy: 1071.09, Sell: 1071.1, Change: -6.43, ChangePercent: -0.6, Volume: 3039, High: 1081.2, Low: 1070.5, YearlyHigh: 1120.6, YearlyLow: 812.4, YearlyStart: 966.5, YearlyChange: 10.82, Settlement: `Cash`, Contract: `Swap`, Region: `Asia Pacific`, Country: `Taiwan`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-09-19`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 353 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Coal`, Spread: 0.015, Open: 0.4363, Price: 0.41, Buy: 0.44, Sell: 0.44, Change: -0.01, ChangePercent: -0.92, Volume: 3, High: 0.44, Low: 0.44, YearlyHigh: 0.48, YearlyLow: 0.4, YearlyStart: 0.44, YearlyChange: -5.33, Settlement: `Cash`, Contract: `Options`, Region: `Asia Pacific`, Country: `India`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-03-19`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 354 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Silver`, Spread: 0.01, Open: 17.43, Price: 17.14, Buy: 17.43, Sell: 17.43, Change: -0.28, ChangePercent: -1.6, Volume: 11720, High: 17.51, Low: 17.37, YearlyHigh: 18.06, YearlyLow: 13.73, YearlyStart: 15.89, YearlyChange: 9.59, Settlement: `Credit`, Contract: `Swap`, Region: `Africa`, Country: `Morocco`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-01-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 355 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soy oil`, Spread: 0.01, Open: 33.26, Price: 33.43, Buy: 33.77, Sell: 33.78, Change: -0.34, ChangePercent: -1, Volume: 10592, High: 33.77, Low: 33.06, YearlyHigh: 35.43, YearlyLow: 26.61, YearlyStart: 31.02, YearlyChange: 8.87, Settlement: `Loan`, Contract: `Futures`, Region: `Middle East`, Country: `Kuwait`, Risk: `Low`, Sector: `Public`, Currency: `USD`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-06-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 356 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/CHF`, Spread: 0.02, Open: 1.0337, Price: 1.04, Buy: 1.03, Sell: 1.03, Change: 0, ChangePercent: -0.56, Volume: 5550, High: 1.03, Low: 1.03, YearlyHigh: 1.11, YearlyLow: 0.98, YearlyStart: 1.04, YearlyChange: -0.12, Settlement: `Loan`, Contract: `Options`, Region: `Europe`, Country: `Greece`, Risk: `High`, Sector: `Public`, Currency: `USD`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-09-21`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 357 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Lumber`, Spread: 0.01, Open: 303.9, Price: 301.55, Buy: 304.59, Sell: 304.6, Change: -3.05, ChangePercent: -1, Volume: 2, High: 304.6, Low: 303.9, YearlyHigh: 317.1, YearlyLow: 236, YearlyStart: 276.55, YearlyChange: 10.14, Settlement: `Loan`, Contract: `Forwards`, Region: `South America`, Country: `Bolivia`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `High`, Issuer: `American Airlines`, Maturity: `2022-07-19`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 358 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `GBP/USD`, Spread: 0.02, Open: 1.4464, Price: 1.18, Buy: 1.18, Sell: 1.2, Change: -0.01, ChangePercent: -1.28, Volume: 29450, High: 1.45, Low: 1.19, YearlyHigh: 1.59, YearlyLow: 1.19, YearlyStart: 1.49, YearlyChange: -19.59, Settlement: `Credit`, Contract: `Swap`, Region: `Middle East`, Country: `Oman`, Risk: `Low`, Sector: `Public`, Currency: `PLN`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-02-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 359 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Sugar`, Spread: 0.01, Open: 15.68, Price: 14.39, Buy: 14.67, Sell: 14.68, Change: -0.28, ChangePercent: -1.96, Volume: 4949, High: 15.7, Low: 14.67, YearlyHigh: 16.87, YearlyLow: 11.37, YearlyStart: 14.12, YearlyChange: 3.92, Settlement: `Cash`, Contract: `Futures`, Region: `Middle East`, Country: `UAE`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-06-11`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 360 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `LV Cattle`, Spread: 0.01, Open: 120.725, Price: 120.32, Buy: 120.72, Sell: 120.72, Change: -0.39, ChangePercent: -0.32, Volume: 4, High: 120.72, Low: 120.72, YearlyHigh: 147.98, YearlyLow: 113.9, YearlyStart: 130.94, YearlyChange: -7.82, Settlement: `Credit`, Contract: `Swap`, Region: `Africa`, Country: `South Africa`, Risk: `Low`, Sector: `Government`, Currency: `USD`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-06-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 361 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P Future`, Spread: 0.01, Open: 2057.5, Price: 2033.57, Buy: 2056.6, Sell: 2056.61, Change: -23.03, ChangePercent: -1.12, Volume: 142780, High: 2059.5, Low: 2049, YearlyHigh: 2105.5, YearlyLow: 1794.5, YearlyStart: 1950, YearlyChange: 5.47, Settlement: `Cash`, Contract: `Swap`, Region: `Asia Pacific`, Country: `Pakistan`, Risk: `High`, Sector: `Private`, Currency: `PLN`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-06-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 362 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `Euro$ 3M`, Spread: 0.01, Open: 99.18, Price: 99.8, Buy: 99.18, Sell: 99.18, Change: 0.63, ChangePercent: 0.64, Volume: 29509, High: 99.18, Low: 99.17, YearlyHigh: 99.38, YearlyLow: 98.41, YearlyStart: 98.89, YearlyChange: 0.28, Settlement: `Cash`, Contract: `Futures`, Region: `Europe`, Country: `United Kingdom`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-04-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 363 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `Euro$ 3M`, Spread: 0.01, Open: 99.18, Price: 99.61, Buy: 99.18, Sell: 99.18, Change: 0.44, ChangePercent: 0.44, Volume: 29509, High: 99.18, Low: 99.17, YearlyHigh: 99.38, YearlyLow: 98.41, YearlyStart: 98.89, YearlyChange: 0.28, Settlement: `Cash`, Contract: `Options`, Region: `Africa`, Country: `Niger`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-09-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 364 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P MID MINI`, Spread: 0.01, Open: 1454.3, Price: 1448.79, Buy: 1455.78, Sell: 1455.79, Change: -6.99, ChangePercent: -0.48, Volume: 338, High: 1455.78, Low: 1448, YearlyHigh: 1527.3, YearlyLow: 1236, YearlyStart: 1381.65, YearlyChange: 5.37, Settlement: `Loan`, Contract: `CFD`, Region: `Middle East`, Country: `Israel`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-02-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 365 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/CAD`, Spread: 0.02, Open: 0.7744, Price: 0.94, Buy: 0.94, Sell: 0.96, Change: -0.01, ChangePercent: -1, Volume: 13669, High: 0.95, Low: 0.77, YearlyHigh: 0.95, YearlyLow: 0.68, YearlyStart: 0.76, YearlyChange: 26.43, Settlement: `Cash`, Contract: `Futures`, Region: `North America`, Country: `Mexico`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-05-27`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 366 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Wheat`, Spread: 0.01, Open: 465.5, Price: 462.54, Buy: 465.5, Sell: 465.5, Change: -2.98, ChangePercent: -0.64, Volume: 4318, High: 467, Low: 463.25, YearlyHigh: 628.5, YearlyLow: 449.5, YearlyStart: 539, YearlyChange: -13.63, Settlement: `Loan`, Contract: `CFD`, Region: `North America`, Country: `United States`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-09-27`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 367 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P 600 MINI`, Spread: 0.01, Open: 687.9, Price: 689.81, Buy: 687.9, Sell: 687.9, Change: 1.93, ChangePercent: 0.28, Volume: 0, High: 0, Low: 0, YearlyHigh: 620.32, YearlyLow: 595.9, YearlyStart: 608.11, YearlyChange: 13.12, Settlement: `Credit`, Contract: `Swap`, Region: `Africa`, Country: `Ethiopia`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-02-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 368 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Cocoa`, Spread: 0.01, Open: 3076, Price: 3119.09, Buy: 3076, Sell: 3076, Change: 43.06, ChangePercent: 1.4, Volume: 978, High: 3078, Low: 3066, YearlyHigh: 3406, YearlyLow: 2746, YearlyStart: 3076, YearlyChange: 0, Settlement: `Loan`, Contract: `Forwards`, Region: `Africa`, Country: `South Africa`, Risk: `High`, Sector: `Government`, Currency: `PLN`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-02-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 369 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `US 10YR Future`, Spread: 0.01, Open: 130.5625, Price: 131.84, Buy: 130.56, Sell: 130.56, Change: 1.26, ChangePercent: 0.96, Volume: 189310, High: 130.63, Low: 130.44, YearlyHigh: 132.64, YearlyLow: 125.48, YearlyStart: 129.06, YearlyChange: 1.18, Settlement: `Credit`, Contract: `CFD`, Region: `South America`, Country: `Uruguay`, Risk: `High`, Sector: `Government`, Currency: `PLN`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-07-11`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 370 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Silver`, Spread: 0.01, Open: 17.43, Price: 17.34, Buy: 17.43, Sell: 17.43, Change: -0.08, ChangePercent: -0.48, Volume: 11720, High: 17.51, Low: 17.37, YearlyHigh: 18.06, YearlyLow: 13.73, YearlyStart: 15.89, YearlyChange: 9.59, Settlement: `Cash`, Contract: `Options`, Region: `South America`, Country: `Paraguay`, Risk: `High`, Sector: `Public`, Currency: `PLN`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-04-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 371 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `OJ Future`, Spread: 0.01, Open: 140.6, Price: 142.54, Buy: 140.18, Sell: 140.19, Change: 2.35, ChangePercent: 1.68, Volume: 7, High: 140.19, Low: 0, YearlyHigh: 155.95, YearlyLow: 113, YearlyStart: 134.47, YearlyChange: 4.25, Settlement: `Cash`, Contract: `Futures`, Region: `Middle East`, Country: `Iraq`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `Poor`, Issuer: `FedEx`, Maturity: `2022-08-11`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 372 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Oil`, Spread: 0.015, Open: 45.54, Price: 45.84, Buy: 45.78, Sell: 45.8, Change: 0.05, ChangePercent: 0.12, Volume: 107196, High: 45.94, Low: 45, YearlyHigh: 65.28, YearlyLow: 30.79, YearlyStart: 48.03, YearlyChange: -4.67, Settlement: `Cash`, Contract: `Futures`, Region: `Europe`, Country: `Switzerland`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-06-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 373 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Silver`, Spread: 0.01, Open: 17.43, Price: 17.21, Buy: 17.43, Sell: 17.43, Change: -0.21, ChangePercent: -1.2, Volume: 11720, High: 17.51, Low: 17.37, YearlyHigh: 18.06, YearlyLow: 13.73, YearlyStart: 15.89, YearlyChange: 9.59, Settlement: `Credit`, Contract: `Swap`, Region: `Asia Pacific`, Country: `Australia`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-09-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 374 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Wheat`, Spread: 0.01, Open: 465.5, Price: 474.09, Buy: 465.5, Sell: 465.5, Change: 8.57, ChangePercent: 1.84, Volume: 4318, High: 467, Low: 463.25, YearlyHigh: 628.5, YearlyLow: 449.5, YearlyStart: 539, YearlyChange: -13.63, Settlement: `Loan`, Contract: `CFD`, Region: `Europe`, Country: `Poland`, Risk: `Low`, Sector: `Public`, Currency: `PLN`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-03-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 375 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Gold`, Spread: 0.01, Open: 1281.1, Price: 1293.03, Buy: 1280.73, Sell: 1280.74, Change: 12.3, ChangePercent: 0.96, Volume: 48387, High: 1289.5, Low: 1279.1, YearlyHigh: 1306, YearlyLow: 1047.2, YearlyStart: 1176.6, YearlyChange: 8.85, Settlement: `Cash`, Contract: `Options`, Region: `Asia Pacific`, Country: `Japan`, Risk: `Low`, Sector: `Public`, Currency: `PLN`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-03-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 376 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soy Meat`, Spread: 0.01, Open: 342.6, Price: 338.51, Buy: 342.6, Sell: 342.6, Change: -4.11, ChangePercent: -1.2, Volume: 5646, High: 345.4, Low: 340.3, YearlyHigh: 353.4, YearlyLow: 261.7, YearlyStart: 307.55, YearlyChange: 11.4, Settlement: `Loan`, Contract: `CFD`, Region: `Middle East`, Country: `Lebanon`, Risk: `Low`, Sector: `Government`, Currency: `PLN`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-09-19`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 377 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `US 30YR Future`, Spread: 0.01, Open: 164.875, Price: 162.78, Buy: 164.15, Sell: 164.16, Change: -1.38, ChangePercent: -0.84, Volume: 28012, High: 165.25, Low: 164.04, YearlyHigh: 169.38, YearlyLow: 151.47, YearlyStart: 160.43, YearlyChange: 2.33, Settlement: `Cash`, Contract: `Swap`, Region: `Middle East`, Country: `Kuwait`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-07-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 378 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Cotton`, Spread: 0.01, Open: 61.77, Price: 62.5, Buy: 61.77, Sell: 61.77, Change: 0.74, ChangePercent: 1.2, Volume: 3612, High: 62.06, Low: 61.32, YearlyHigh: 67.59, YearlyLow: 54.33, YearlyStart: 60.96, YearlyChange: 1.31, Settlement: `Credit`, Contract: `Futures`, Region: `Europe`, Country: `Estonia`, Risk: `High`, Sector: `Public`, Currency: `PLN`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-02-23`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 379 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `FD Cattle`, Spread: 0.01, Open: 147.175, Price: 146.76, Buy: 148.6, Sell: 148.61, Change: -1.85, ChangePercent: -1.24, Volume: 5, High: 148.61, Low: 147.18, YearlyHigh: 190, YearlyLow: 138.1, YearlyStart: 164.05, YearlyChange: -9.41, Settlement: `Loan`, Contract: `Swap`, Region: `Europe`, Country: `Austria`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-04-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 380 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P Future`, Spread: 0.01, Open: 2057.5, Price: 2055.78, Buy: 2056.6, Sell: 2056.61, Change: -0.82, ChangePercent: -0.04, Volume: 142780, High: 2059.5, Low: 2049, YearlyHigh: 2105.5, YearlyLow: 1794.5, YearlyStart: 1950, YearlyChange: 5.47, Settlement: `Cash`, Contract: `Options`, Region: `Europe`, Country: `Finland`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-02-22`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 381 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Cocoa`, Spread: 0.01, Open: 3076, Price: 3028.04, Buy: 3076, Sell: 3076, Change: -47.99, ChangePercent: -1.56, Volume: 978, High: 3078, Low: 3066, YearlyHigh: 3406, YearlyLow: 2746, YearlyStart: 3076, YearlyChange: 0, Settlement: `Loan`, Contract: `Swap`, Region: `South America`, Country: `Ecuador`, Risk: `Low`, Sector: `Public`, Currency: `PLN`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-08-21`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 382 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soybean`, Spread: 0.01, Open: 1038, Price: 1036.96, Buy: 1038.61, Sell: 1038.62, Change: -1.66, ChangePercent: -0.16, Volume: 20356, High: 1044, Low: 1031.75, YearlyHigh: 1057, YearlyLow: 859.5, YearlyStart: 958.25, YearlyChange: 8.39, Settlement: `Cash`, Contract: `Forwards`, Region: `Middle East`, Country: `Iran`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-08-24`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 383 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `AUD/USD`, Spread: 0.02, Open: 0.7344, Price: 0.74, Buy: 0.73, Sell: 0.73, Change: 0, ChangePercent: -0.48, Volume: 36764, High: 0.74, Low: 0.73, YearlyHigh: 0.79, YearlyLow: 0.68, YearlyStart: 0.73, YearlyChange: 1.28, Settlement: `Cash`, Contract: `CFD`, Region: `Africa`, Country: `Niger`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-03-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 384 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `US 30YR Future`, Spread: 0.01, Open: 164.875, Price: 164.42, Buy: 164.15, Sell: 164.16, Change: 0.26, ChangePercent: 0.16, Volume: 28012, High: 165.25, Low: 164.04, YearlyHigh: 169.38, YearlyLow: 151.47, YearlyStart: 160.43, YearlyChange: 2.33, Settlement: `Credit`, Contract: `Futures`, Region: `Middle East`, Country: `UAE`, Risk: `Low`, Sector: `Government`, Currency: `PLN`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-03-16`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 385 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `Euro$ 3M`, Spread: 0.01, Open: 99.18, Price: 100.4, Buy: 99.18, Sell: 99.18, Change: 1.23, ChangePercent: 1.24, Volume: 29509, High: 99.18, Low: 99.17, YearlyHigh: 99.38, YearlyLow: 98.41, YearlyStart: 98.89, YearlyChange: 0.28, Settlement: `Cash`, Contract: `Swap`, Region: `Middle East`, Country: `Bahrain`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-08-21`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 386 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `LV Cattle`, Spread: 0.01, Open: 120.725, Price: 123.07, Buy: 120.72, Sell: 120.72, Change: 2.36, ChangePercent: 1.96, Volume: 4, High: 120.72, Low: 120.72, YearlyHigh: 147.98, YearlyLow: 113.9, YearlyStart: 130.94, YearlyChange: -7.82, Settlement: `Cash`, Contract: `Forwards`, Region: `Middle East`, Country: `Bahrain`, Risk: `High`, Sector: `Government`, Currency: `PLN`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-06-23`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 387 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `FD Cattle`, Spread: 0.01, Open: 147.175, Price: 150.39, Buy: 148.6, Sell: 148.61, Change: 1.78, ChangePercent: 1.2, Volume: 5, High: 148.61, Low: 147.18, YearlyHigh: 190, YearlyLow: 138.1, YearlyStart: 164.05, YearlyChange: -9.41, Settlement: `Cash`, Contract: `Options`, Region: `Asia Pacific`, Country: `Pakistan`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-08-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 388 }), + new FinancialDataAllItem({ Category: `Index`, Type: `NAS Future`, Spread: 0.01, Open: 4341.25, Price: 4327.39, Buy: 4341.25, Sell: 4341.25, Change: -13.89, ChangePercent: -0.32, Volume: 18259, High: 4347, Low: 4318, YearlyHigh: 4719.75, YearlyLow: 3867.75, YearlyStart: 4293.75, YearlyChange: 1.11, Settlement: `Credit`, Contract: `Futures`, Region: `South America`, Country: `Venezuela`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-09-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 389 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Lumber`, Spread: 0.01, Open: 303.9, Price: 298.63, Buy: 304.59, Sell: 304.6, Change: -5.97, ChangePercent: -1.96, Volume: 2, High: 304.6, Low: 303.9, YearlyHigh: 317.1, YearlyLow: 236, YearlyStart: 276.55, YearlyChange: 10.14, Settlement: `Cash`, Contract: `Futures`, Region: `Europe`, Country: `Iceland`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-05-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 390 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Rice`, Spread: 0.01, Open: 11.245, Price: 10.51, Buy: 10.41, Sell: 10.42, Change: 0.09, ChangePercent: 0.92, Volume: 220, High: 11.38, Low: 10.42, YearlyHigh: 14.14, YearlyLow: 9.7, YearlyStart: 11.92, YearlyChange: -12.62, Settlement: `Credit`, Contract: `Futures`, Region: `Asia Pacific`, Country: `Malaysia`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-02-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 391 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Natural Gas`, Spread: 0.02, Open: 2.094, Price: 2.08, Buy: 2.09, Sell: 2.09, Change: -0.02, ChangePercent: -1, Volume: 2783, High: 2.11, Low: 2.09, YearlyHigh: 3.2, YearlyLow: 1.84, YearlyStart: 2.52, YearlyChange: -16.51, Settlement: `Cash`, Contract: `Options`, Region: `Asia Pacific`, Country: `Philippines`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-03-27`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 392 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P Future`, Spread: 0.01, Open: 2057.5, Price: 2035.21, Buy: 2056.6, Sell: 2056.61, Change: -21.39, ChangePercent: -1.04, Volume: 142780, High: 2059.5, Low: 2049, YearlyHigh: 2105.5, YearlyLow: 1794.5, YearlyStart: 1950, YearlyChange: 5.47, Settlement: `Cash`, Contract: `CFD`, Region: `Africa`, Country: `Egypt`, Risk: `High`, Sector: `Private`, Currency: `PLN`, Security: `High`, Issuer: `American Airlines`, Maturity: `2022-05-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 393 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soy oil`, Spread: 0.01, Open: 33.26, Price: 33.53, Buy: 33.77, Sell: 33.78, Change: -0.24, ChangePercent: -0.72, Volume: 10592, High: 33.77, Low: 33.06, YearlyHigh: 35.43, YearlyLow: 26.61, YearlyStart: 31.02, YearlyChange: 8.87, Settlement: `Cash`, Contract: `CFD`, Region: `Africa`, Country: `Cameroon`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-04-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 394 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `US 10YR Future`, Spread: 0.01, Open: 130.5625, Price: 128.6, Buy: 130.56, Sell: 130.56, Change: -1.98, ChangePercent: -1.52, Volume: 189310, High: 130.63, Low: 130.44, YearlyHigh: 132.64, YearlyLow: 125.48, YearlyStart: 129.06, YearlyChange: 1.18, Settlement: `Cash`, Contract: `Forwards`, Region: `South America`, Country: `Venezuela`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `High`, Issuer: `FedEx`, Maturity: `2022-02-27`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 395 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Copper`, Spread: 0.02, Open: 2.123, Price: 2.09, Buy: 2.12, Sell: 2.12, Change: -0.02, ChangePercent: -0.92, Volume: 28819, High: 2.16, Low: 2.11, YearlyHigh: 2.94, YearlyLow: 1.96, YearlyStart: 2.45, YearlyChange: -13.76, Settlement: `Loan`, Contract: `CFD`, Region: `Europe`, Country: `United Kingdom`, Risk: `Low`, Sector: `Public`, Currency: `EUR`, Security: `Poor`, Issuer: `FedEx`, Maturity: `2022-06-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 396 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Oil`, Spread: 0.015, Open: 45.54, Price: 45.17, Buy: 45.78, Sell: 45.8, Change: -0.62, ChangePercent: -1.36, Volume: 107196, High: 45.94, Low: 45, YearlyHigh: 65.28, YearlyLow: 30.79, YearlyStart: 48.03, YearlyChange: -4.67, Settlement: `Cash`, Contract: `CFD`, Region: `North America`, Country: `United States`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-04-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 397 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P 600 MINI`, Spread: 0.01, Open: 687.9, Price: 686.5, Buy: 687.9, Sell: 687.9, Change: -1.38, ChangePercent: -0.2, Volume: 0, High: 0, Low: 0, YearlyHigh: 620.32, YearlyLow: 595.9, YearlyStart: 608.11, YearlyChange: 13.12, Settlement: `Cash`, Contract: `Options`, Region: `Europe`, Country: `Czechia`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-06-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 398 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soy Meat`, Spread: 0.01, Open: 342.6, Price: 341.93, Buy: 342.6, Sell: 342.6, Change: -0.69, ChangePercent: -0.2, Volume: 5646, High: 345.4, Low: 340.3, YearlyHigh: 353.4, YearlyLow: 261.7, YearlyStart: 307.55, YearlyChange: 11.4, Settlement: `Cash`, Contract: `Swap`, Region: `South America`, Country: `Suriname`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-08-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 399 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soy Meat`, Spread: 0.01, Open: 342.6, Price: 349.06, Buy: 342.6, Sell: 342.6, Change: 6.44, ChangePercent: 1.88, Volume: 5646, High: 345.4, Low: 340.3, YearlyHigh: 353.4, YearlyLow: 261.7, YearlyStart: 307.55, YearlyChange: 11.4, Settlement: `Credit`, Contract: `Forwards`, Region: `Africa`, Country: `Egypt`, Risk: `Low`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-02-19`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 400 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `LV Cattle`, Spread: 0.01, Open: 120.725, Price: 121.28, Buy: 120.72, Sell: 120.72, Change: 0.58, ChangePercent: 0.48, Volume: 4, High: 120.72, Low: 120.72, YearlyHigh: 147.98, YearlyLow: 113.9, YearlyStart: 130.94, YearlyChange: -7.82, Settlement: `Cash`, Contract: `Options`, Region: `South America`, Country: `Bolivia`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-06-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 401 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Coffee`, Spread: 0.01, Open: 125.7, Price: 123.28, Buy: 125.7, Sell: 125.7, Change: -2.41, ChangePercent: -1.92, Volume: 1654, High: 125.8, Low: 125, YearlyHigh: 155.75, YearlyLow: 115.35, YearlyStart: 135.55, YearlyChange: -7.27, Settlement: `Cash`, Contract: `Swap`, Region: `South America`, Country: `Ecuador`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `Poor`, Issuer: `American Airlines`, Maturity: `2022-08-21`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 402 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Corn`, Spread: 0.01, Open: 379.5, Price: 383.6, Buy: 379.8, Sell: 379.81, Change: 3.8, ChangePercent: 1, Volume: 11266, High: 381, Low: 377.75, YearlyHigh: 471.25, YearlyLow: 351.25, YearlyStart: 411.25, YearlyChange: -7.65, Settlement: `Credit`, Contract: `Options`, Region: `North America`, Country: `United States`, Risk: `High`, Sector: `Public`, Currency: `PLN`, Security: `High`, Issuer: `FedEx`, Maturity: `2022-02-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 403 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `GBP/USD`, Spread: 0.02, Open: 1.4464, Price: 1.2, Buy: 1.18, Sell: 1.2, Change: 0.01, ChangePercent: 0.56, Volume: 29450, High: 1.45, Low: 1.19, YearlyHigh: 1.59, YearlyLow: 1.19, YearlyStart: 1.49, YearlyChange: -19.59, Settlement: `Credit`, Contract: `Options`, Region: `Middle East`, Country: `Iraq`, Risk: `Low`, Sector: `Public`, Currency: `PLN`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-04-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 404 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Silver`, Spread: 0.01, Open: 17.43, Price: 17.44, Buy: 17.43, Sell: 17.43, Change: 0.02, ChangePercent: 0.12, Volume: 11720, High: 17.51, Low: 17.37, YearlyHigh: 18.06, YearlyLow: 13.73, YearlyStart: 15.89, YearlyChange: 9.59, Settlement: `Credit`, Contract: `Swap`, Region: `Asia Pacific`, Country: `Korea`, Risk: `High`, Sector: `Public`, Currency: `USD`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-05-16`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 405 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Gold`, Spread: 0.01, Open: 1281.1, Price: 1285.85, Buy: 1280.73, Sell: 1280.74, Change: 5.12, ChangePercent: 0.4, Volume: 48387, High: 1289.5, Low: 1279.1, YearlyHigh: 1306, YearlyLow: 1047.2, YearlyStart: 1176.6, YearlyChange: 8.85, Settlement: `Credit`, Contract: `Swap`, Region: `Europe`, Country: `Switzerland`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-02-11`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 406 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Ethanol`, Spread: 0.01, Open: 1.512, Price: 2.71, Buy: 2.75, Sell: 2.76, Change: -0.04, ChangePercent: -1.56, Volume: 14, High: 2.75, Low: 1.12, YearlyHigh: 2.75, YearlyLow: 1.12, YearlyStart: 1.48, YearlyChange: 86.7, Settlement: `Loan`, Contract: `Options`, Region: `Middle East`, Country: `Kuwait`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `High`, Issuer: `American Airlines`, Maturity: `2022-08-22`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 407 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `Euro$ 3M`, Spread: 0.01, Open: 99.18, Price: 99.73, Buy: 99.18, Sell: 99.18, Change: 0.56, ChangePercent: 0.56, Volume: 29509, High: 99.18, Low: 99.17, YearlyHigh: 99.38, YearlyLow: 98.41, YearlyStart: 98.89, YearlyChange: 0.28, Settlement: `Cash`, Contract: `Options`, Region: `South America`, Country: `Paraguay`, Risk: `Low`, Sector: `Government`, Currency: `PLN`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-01-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 408 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `US 10YR Future`, Spread: 0.01, Open: 130.5625, Price: 130.37, Buy: 130.56, Sell: 130.56, Change: -0.21, ChangePercent: -0.16, Volume: 189310, High: 130.63, Low: 130.44, YearlyHigh: 132.64, YearlyLow: 125.48, YearlyStart: 129.06, YearlyChange: 1.18, Settlement: `Loan`, Contract: `Swap`, Region: `Middle East`, Country: `UAE`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `High`, Issuer: `American Airlines`, Maturity: `2022-06-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 409 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/CAD`, Spread: 0.02, Open: 0.7744, Price: 0.96, Buy: 0.94, Sell: 0.96, Change: 0.01, ChangePercent: 0.48, Volume: 13669, High: 0.95, Low: 0.77, YearlyHigh: 0.95, YearlyLow: 0.68, YearlyStart: 0.76, YearlyChange: 26.43, Settlement: `Cash`, Contract: `Swap`, Region: `Middle East`, Country: `Bahrain`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-03-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 410 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `OJ Future`, Spread: 0.01, Open: 140.6, Price: 142.1, Buy: 140.18, Sell: 140.19, Change: 1.91, ChangePercent: 1.36, Volume: 7, High: 140.19, Low: 0, YearlyHigh: 155.95, YearlyLow: 113, YearlyStart: 134.47, YearlyChange: 4.25, Settlement: `Credit`, Contract: `CFD`, Region: `Middle East`, Country: `Saudi Arabia`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-02-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 411 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Natural Gas`, Spread: 0.02, Open: 2.094, Price: 2.06, Buy: 2.09, Sell: 2.09, Change: -0.04, ChangePercent: -1.88, Volume: 2783, High: 2.11, Low: 2.09, YearlyHigh: 3.2, YearlyLow: 1.84, YearlyStart: 2.52, YearlyChange: -16.51, Settlement: `Loan`, Contract: `CFD`, Region: `Middle East`, Country: `Iraq`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-04-19`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 412 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/CHF`, Spread: 0.02, Open: 1.0337, Price: 1.04, Buy: 1.03, Sell: 1.03, Change: 0, ChangePercent: 0.08, Volume: 5550, High: 1.03, Low: 1.03, YearlyHigh: 1.11, YearlyLow: 0.98, YearlyStart: 1.04, YearlyChange: -0.12, Settlement: `Cash`, Contract: `Futures`, Region: `Middle East`, Country: `Jordan`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-03-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 413 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `US 10YR Future`, Spread: 0.01, Open: 130.5625, Price: 131.94, Buy: 130.56, Sell: 130.56, Change: 1.36, ChangePercent: 1.04, Volume: 189310, High: 130.63, Low: 130.44, YearlyHigh: 132.64, YearlyLow: 125.48, YearlyStart: 129.06, YearlyChange: 1.18, Settlement: `Cash`, Contract: `Swap`, Region: `Middle East`, Country: `Bahrain`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-03-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 414 }), + new FinancialDataAllItem({ Category: `Index`, Type: `DOW Future`, Spread: 0.01, Open: 17711, Price: 17882.19, Buy: 17712.15, Sell: 17712.16, Change: 170.04, ChangePercent: 0.96, Volume: 22236, High: 17727, Low: 17642, YearlyHigh: 18083, YearlyLow: 15299, YearlyStart: 16691, YearlyChange: 6.12, Settlement: `Cash`, Contract: `Futures`, Region: `Asia Pacific`, Country: `Azerbaijan`, Risk: `High`, Sector: `Private`, Currency: `PLN`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-05-21`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 415 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `BTC/USD`, Spread: 0.06, Open: 93.88, Price: 21059.57, Buy: 21200.76, Sell: 21400.78, Change: 58.8, ChangePercent: 0.28, Volume: 5788000, High: 22400.05, Low: 20100.75, YearlyHigh: 62400.7, YearlyLow: 15100.88, YearlyStart: 21200.29, YearlyChange: -20.62, Settlement: `Cash`, Contract: `Swap`, Region: `Asia Pacific`, Country: `Malaysia`, Risk: `Low`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-06-10`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 416 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Palladium`, Spread: 0.01, Open: 600.55, Price: 610.38, Buy: 601, Sell: 601.01, Change: 9.38, ChangePercent: 1.56, Volume: 651, High: 607.2, Low: 598.4, YearlyHigh: 690, YearlyLow: 458.6, YearlyStart: 574.3, YearlyChange: 4.65, Settlement: `Cash`, Contract: `Swap`, Region: `North America`, Country: `United States`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-04-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 417 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P 600 MINI`, Spread: 0.01, Open: 687.9, Price: 693.38, Buy: 687.9, Sell: 687.9, Change: 5.5, ChangePercent: 0.8, Volume: 0, High: 0, Low: 0, YearlyHigh: 620.32, YearlyLow: 595.9, YearlyStart: 608.11, YearlyChange: 13.12, Settlement: `Loan`, Contract: `Swap`, Region: `Asia Pacific`, Country: `Philippines`, Risk: `High`, Sector: `Government`, Currency: `PLN`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-02-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 418 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Palladium`, Spread: 0.01, Open: 600.55, Price: 600.76, Buy: 601, Sell: 601.01, Change: -0.24, ChangePercent: -0.04, Volume: 651, High: 607.2, Low: 598.4, YearlyHigh: 690, YearlyLow: 458.6, YearlyStart: 574.3, YearlyChange: 4.65, Settlement: `Cash`, Contract: `Options`, Region: `Middle East`, Country: `Iraq`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-03-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 419 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Corn`, Spread: 0.01, Open: 379.5, Price: 375.09, Buy: 379.8, Sell: 379.81, Change: -4.71, ChangePercent: -1.24, Volume: 11266, High: 381, Low: 377.75, YearlyHigh: 471.25, YearlyLow: 351.25, YearlyStart: 411.25, YearlyChange: -7.65, Settlement: `Credit`, Contract: `Forwards`, Region: `Asia Pacific`, Country: `Korea`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `Poor`, Issuer: `FedEx`, Maturity: `2022-08-19`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 420 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Ethanol`, Spread: 0.01, Open: 1.512, Price: 2.78, Buy: 2.75, Sell: 2.76, Change: 0.03, ChangePercent: 0.92, Volume: 14, High: 2.75, Low: 1.12, YearlyHigh: 2.75, YearlyLow: 1.12, YearlyStart: 1.48, YearlyChange: 86.7, Settlement: `Cash`, Contract: `Futures`, Region: `South America`, Country: `Suriname`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-05-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 421 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Sugar`, Spread: 0.01, Open: 15.68, Price: 14.44, Buy: 14.67, Sell: 14.68, Change: -0.23, ChangePercent: -1.6, Volume: 4949, High: 15.7, Low: 14.67, YearlyHigh: 16.87, YearlyLow: 11.37, YearlyStart: 14.12, YearlyChange: 3.92, Settlement: `Cash`, Contract: `Options`, Region: `North America`, Country: `United States`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-05-23`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 422 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Ethanol`, Spread: 0.01, Open: 1.512, Price: 2.73, Buy: 2.75, Sell: 2.76, Change: -0.02, ChangePercent: -0.88, Volume: 14, High: 2.75, Low: 1.12, YearlyHigh: 2.75, YearlyLow: 1.12, YearlyStart: 1.48, YearlyChange: 86.7, Settlement: `Loan`, Contract: `Futures`, Region: `Asia Pacific`, Country: `Indonesia`, Risk: `High`, Sector: `Government`, Currency: `PLN`, Security: `High`, Issuer: `FedEx`, Maturity: `2022-07-21`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 423 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `BTC/USD`, Spread: 0.06, Open: 93.88, Price: 21311.58, Buy: 21200.76, Sell: 21400.78, Change: 310.81, ChangePercent: 1.48, Volume: 5788000, High: 22400.05, Low: 20100.75, YearlyHigh: 62400.7, YearlyLow: 15100.88, YearlyStart: 21200.29, YearlyChange: -20.62, Settlement: `Loan`, Contract: `Swap`, Region: `Asia Pacific`, Country: `Australia`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-04-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 424 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Coal`, Spread: 0.015, Open: 0.4363, Price: 0.41, Buy: 0.44, Sell: 0.44, Change: -0.01, ChangePercent: -1.4, Volume: 3, High: 0.44, Low: 0.44, YearlyHigh: 0.48, YearlyLow: 0.4, YearlyStart: 0.44, YearlyChange: -5.33, Settlement: `Cash`, Contract: `Forwards`, Region: `South America`, Country: `Chile`, Risk: `High`, Sector: `Private`, Currency: `PLN`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-01-19`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 425 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Rice`, Spread: 0.01, Open: 11.245, Price: 10.26, Buy: 10.41, Sell: 10.42, Change: -0.16, ChangePercent: -1.52, Volume: 220, High: 11.38, Low: 10.42, YearlyHigh: 14.14, YearlyLow: 9.7, YearlyStart: 11.92, YearlyChange: -12.62, Settlement: `Cash`, Contract: `Forwards`, Region: `Europe`, Country: `Romania`, Risk: `Low`, Sector: `Government`, Currency: `PLN`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-07-21`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 426 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Silver`, Spread: 0.01, Open: 17.43, Price: 17.47, Buy: 17.43, Sell: 17.43, Change: 0.05, ChangePercent: 0.28, Volume: 11720, High: 17.51, Low: 17.37, YearlyHigh: 18.06, YearlyLow: 13.73, YearlyStart: 15.89, YearlyChange: 9.59, Settlement: `Cash`, Contract: `CFD`, Region: `Africa`, Country: `Senegal`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-04-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 427 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `US 10YR Future`, Spread: 0.01, Open: 130.5625, Price: 132.57, Buy: 130.56, Sell: 130.56, Change: 1.99, ChangePercent: 1.52, Volume: 189310, High: 130.63, Low: 130.44, YearlyHigh: 132.64, YearlyLow: 125.48, YearlyStart: 129.06, YearlyChange: 1.18, Settlement: `Cash`, Contract: `Options`, Region: `Europe`, Country: `Bulgaria`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-02-19`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 428 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Gold`, Spread: 0.01, Open: 1281.1, Price: 1258.7, Buy: 1280.73, Sell: 1280.74, Change: -22.03, ChangePercent: -1.72, Volume: 48387, High: 1289.5, Low: 1279.1, YearlyHigh: 1306, YearlyLow: 1047.2, YearlyStart: 1176.6, YearlyChange: 8.85, Settlement: `Credit`, Contract: `Swap`, Region: `Europe`, Country: `Croatia`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-07-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 429 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `LV Cattle`, Spread: 0.01, Open: 120.725, Price: 122.15, Buy: 120.72, Sell: 120.72, Change: 1.45, ChangePercent: 1.2, Volume: 4, High: 120.72, Low: 120.72, YearlyHigh: 147.98, YearlyLow: 113.9, YearlyStart: 130.94, YearlyChange: -7.82, Settlement: `Loan`, Contract: `Options`, Region: `Africa`, Country: `Libya`, Risk: `High`, Sector: `Public`, Currency: `PLN`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-07-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 430 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Cotton`, Spread: 0.01, Open: 61.77, Price: 61.49, Buy: 61.77, Sell: 61.77, Change: -0.27, ChangePercent: -0.44, Volume: 3612, High: 62.06, Low: 61.32, YearlyHigh: 67.59, YearlyLow: 54.33, YearlyStart: 60.96, YearlyChange: 1.31, Settlement: `Cash`, Contract: `Swap`, Region: `Asia Pacific`, Country: `Hong Kong`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-04-21`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 431 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/CHF`, Spread: 0.02, Open: 1.0337, Price: 1.04, Buy: 1.03, Sell: 1.03, Change: 0, ChangePercent: -0.4, Volume: 5550, High: 1.03, Low: 1.03, YearlyHigh: 1.11, YearlyLow: 0.98, YearlyStart: 1.04, YearlyChange: -0.12, Settlement: `Cash`, Contract: `CFD`, Region: `Middle East`, Country: `Bahrain`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-02-22`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 432 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Ethanol`, Spread: 0.01, Open: 1.512, Price: 2.71, Buy: 2.75, Sell: 2.76, Change: -0.04, ChangePercent: -1.6, Volume: 14, High: 2.75, Low: 1.12, YearlyHigh: 2.75, YearlyLow: 1.12, YearlyStart: 1.48, YearlyChange: 86.7, Settlement: `Cash`, Contract: `CFD`, Region: `Europe`, Country: `Bulgaria`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-01-22`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 433 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `Lean Hogs`, Spread: 0.01, Open: 81.275, Price: 83.19, Buy: 81.81, Sell: 81.82, Change: 1.38, ChangePercent: 1.68, Volume: 1, High: 81.81, Low: 81.28, YearlyHigh: 83.98, YearlyLow: 70.25, YearlyStart: 77.11, YearlyChange: 6.09, Settlement: `Credit`, Contract: `Swap`, Region: `Europe`, Country: `Greece`, Risk: `High`, Sector: `Public`, Currency: `USD`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-04-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 434 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Milk`, Spread: 0.01, Open: 12.87, Price: 12.89, Buy: 12.87, Sell: 12.87, Change: 0.03, ChangePercent: 0.2, Volume: 7, High: 12.89, Low: 12.81, YearlyHigh: 16.96, YearlyLow: 12.81, YearlyStart: 14.88, YearlyChange: -13.6, Settlement: `Cash`, Contract: `Forwards`, Region: `Europe`, Country: `Russia`, Risk: `High`, Sector: `Private`, Currency: `PLN`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-02-21`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 435 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P MID MINI`, Spread: 0.01, Open: 1454.3, Price: 1472.09, Buy: 1455.78, Sell: 1455.79, Change: 16.31, ChangePercent: 1.12, Volume: 338, High: 1455.78, Low: 1448, YearlyHigh: 1527.3, YearlyLow: 1236, YearlyStart: 1381.65, YearlyChange: 5.37, Settlement: `Cash`, Contract: `Options`, Region: `South America`, Country: `Guyana`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-08-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 436 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `US 2Y Future`, Spread: 0.01, Open: 109.3984, Price: 110.31, Buy: 109.4, Sell: 109.4, Change: 0.92, ChangePercent: 0.84, Volume: 17742, High: 109.41, Low: 109.38, YearlyHigh: 109.8, YearlyLow: 108.62, YearlyStart: 109.21, YearlyChange: 0.16, Settlement: `Cash`, Contract: `Futures`, Region: `Asia Pacific`, Country: `Azerbaijan`, Risk: `Low`, Sector: `Public`, Currency: `EUR`, Security: `High`, Issuer: `FedEx`, Maturity: `2022-04-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 437 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `OJ Future`, Spread: 0.01, Open: 140.6, Price: 141.25, Buy: 140.18, Sell: 140.19, Change: 1.06, ChangePercent: 0.76, Volume: 7, High: 140.19, Low: 0, YearlyHigh: 155.95, YearlyLow: 113, YearlyStart: 134.47, YearlyChange: 4.25, Settlement: `Cash`, Contract: `Swap`, Region: `Europe`, Country: `Czechia`, Risk: `Low`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-08-16`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 438 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Coffee`, Spread: 0.01, Open: 125.7, Price: 123.63, Buy: 125.7, Sell: 125.7, Change: -2.06, ChangePercent: -1.64, Volume: 1654, High: 125.8, Low: 125, YearlyHigh: 155.75, YearlyLow: 115.35, YearlyStart: 135.55, YearlyChange: -7.27, Settlement: `Credit`, Contract: `Futures`, Region: `South America`, Country: `Brazil`, Risk: `Low`, Sector: `Government`, Currency: `PLN`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-05-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 439 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Coffee`, Spread: 0.01, Open: 125.7, Price: 124.03, Buy: 125.7, Sell: 125.7, Change: -1.66, ChangePercent: -1.32, Volume: 1654, High: 125.8, Low: 125, YearlyHigh: 155.75, YearlyLow: 115.35, YearlyStart: 135.55, YearlyChange: -7.27, Settlement: `Cash`, Contract: `Options`, Region: `South America`, Country: `Suriname`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-03-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 440 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Cotton`, Spread: 0.01, Open: 61.77, Price: 60.72, Buy: 61.77, Sell: 61.77, Change: -1.04, ChangePercent: -1.68, Volume: 3612, High: 62.06, Low: 61.32, YearlyHigh: 67.59, YearlyLow: 54.33, YearlyStart: 60.96, YearlyChange: 1.31, Settlement: `Cash`, Contract: `CFD`, Region: `Africa`, Country: `Cameroon`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-03-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 441 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `FD Cattle`, Spread: 0.01, Open: 147.175, Price: 148.25, Buy: 148.6, Sell: 148.61, Change: -0.36, ChangePercent: -0.24, Volume: 5, High: 148.61, Low: 147.18, YearlyHigh: 190, YearlyLow: 138.1, YearlyStart: 164.05, YearlyChange: -9.41, Settlement: `Credit`, Contract: `Swap`, Region: `Africa`, Country: `Ethiopia`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-08-11`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 442 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `GBP/USD`, Spread: 0.02, Open: 1.4464, Price: 1.19, Buy: 1.18, Sell: 1.2, Change: 0, ChangePercent: -0.72, Volume: 29450, High: 1.45, Low: 1.19, YearlyHigh: 1.59, YearlyLow: 1.19, YearlyStart: 1.49, YearlyChange: -19.59, Settlement: `Loan`, Contract: `CFD`, Region: `Middle East`, Country: `Syria`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-08-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 443 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P MID MINI`, Spread: 0.01, Open: 1454.3, Price: 1437.15, Buy: 1455.78, Sell: 1455.79, Change: -18.63, ChangePercent: -1.28, Volume: 338, High: 1455.78, Low: 1448, YearlyHigh: 1527.3, YearlyLow: 1236, YearlyStart: 1381.65, YearlyChange: 5.37, Settlement: `Loan`, Contract: `Forwards`, Region: `Africa`, Country: `South Africa`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-02-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 444 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Palladium`, Spread: 0.01, Open: 600.55, Price: 595.71, Buy: 601, Sell: 601.01, Change: -5.29, ChangePercent: -0.88, Volume: 651, High: 607.2, Low: 598.4, YearlyHigh: 690, YearlyLow: 458.6, YearlyStart: 574.3, YearlyChange: 4.65, Settlement: `Loan`, Contract: `CFD`, Region: `Middle East`, Country: `Israel`, Risk: `Low`, Sector: `Public`, Currency: `PLN`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-04-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 445 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `AUD/USD`, Spread: 0.02, Open: 0.7344, Price: 0.74, Buy: 0.73, Sell: 0.73, Change: 0, ChangePercent: -0.44, Volume: 36764, High: 0.74, Low: 0.73, YearlyHigh: 0.79, YearlyLow: 0.68, YearlyStart: 0.73, YearlyChange: 1.28, Settlement: `Cash`, Contract: `Swap`, Region: `Europe`, Country: `Switzerland`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `Poor`, Issuer: `FedEx`, Maturity: `2022-02-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 446 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `US 30YR Future`, Spread: 0.01, Open: 164.875, Price: 166.19, Buy: 164.15, Sell: 164.16, Change: 2.03, ChangePercent: 1.24, Volume: 28012, High: 165.25, Low: 164.04, YearlyHigh: 169.38, YearlyLow: 151.47, YearlyStart: 160.43, YearlyChange: 2.33, Settlement: `Cash`, Contract: `Options`, Region: `Middle East`, Country: `Bahrain`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `High`, Issuer: `American Airlines`, Maturity: `2022-02-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 447 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Rice`, Spread: 0.01, Open: 11.245, Price: 10.42, Buy: 10.41, Sell: 10.42, Change: 0, ChangePercent: 0.04, Volume: 220, High: 11.38, Low: 10.42, YearlyHigh: 14.14, YearlyLow: 9.7, YearlyStart: 11.92, YearlyChange: -12.62, Settlement: `Credit`, Contract: `Futures`, Region: `Europe`, Country: `Croatia`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-06-23`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 448 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `Lean Hogs`, Spread: 0.01, Open: 81.275, Price: 82.63, Buy: 81.81, Sell: 81.82, Change: 0.82, ChangePercent: 1, Volume: 1, High: 81.81, Low: 81.28, YearlyHigh: 83.98, YearlyLow: 70.25, YearlyStart: 77.11, YearlyChange: 6.09, Settlement: `Credit`, Contract: `Futures`, Region: `Asia Pacific`, Country: `Indonesia`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-04-10`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 449 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/JPY`, Spread: 0.02, Open: 9275.5, Price: 9429.48, Buy: 9277.32, Sell: 9277.34, Change: 152.15, ChangePercent: 1.64, Volume: 47734, High: 9277.33, Low: 0.93, YearlyHigh: 9483, YearlyLow: 0.93, YearlyStart: 4741.97, YearlyChange: 95.64, Settlement: `Loan`, Contract: `Swap`, Region: `North America`, Country: `United States`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-01-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 450 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `BTC/USD`, Spread: 0.06, Open: 93.88, Price: 20899.97, Buy: 21200.76, Sell: 21400.78, Change: -100.8, ChangePercent: -0.48, Volume: 5788000, High: 22400.05, Low: 20100.75, YearlyHigh: 62400.7, YearlyLow: 15100.88, YearlyStart: 21200.29, YearlyChange: -20.62, Settlement: `Loan`, Contract: `Futures`, Region: `Middle East`, Country: `Israel`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-02-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 451 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `US 10YR Future`, Spread: 0.01, Open: 130.5625, Price: 131.16, Buy: 130.56, Sell: 130.56, Change: 0.58, ChangePercent: 0.44, Volume: 189310, High: 130.63, Low: 130.44, YearlyHigh: 132.64, YearlyLow: 125.48, YearlyStart: 129.06, YearlyChange: 1.18, Settlement: `Loan`, Contract: `CFD`, Region: `Middle East`, Country: `Saudi Arabia`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-04-23`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 452 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Wheat`, Spread: 0.01, Open: 465.5, Price: 461.05, Buy: 465.5, Sell: 465.5, Change: -4.47, ChangePercent: -0.96, Volume: 4318, High: 467, Low: 463.25, YearlyHigh: 628.5, YearlyLow: 449.5, YearlyStart: 539, YearlyChange: -13.63, Settlement: `Cash`, Contract: `Futures`, Region: `Asia Pacific`, Country: `China`, Risk: `Low`, Sector: `Government`, Currency: `PLN`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-03-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 453 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `OJ Future`, Spread: 0.01, Open: 140.6, Price: 140.81, Buy: 140.18, Sell: 140.19, Change: 0.62, ChangePercent: 0.44, Volume: 7, High: 140.19, Low: 0, YearlyHigh: 155.95, YearlyLow: 113, YearlyStart: 134.47, YearlyChange: 4.25, Settlement: `Loan`, Contract: `Futures`, Region: `Asia Pacific`, Country: `Malaysia`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-05-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 454 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `AUD/USD`, Spread: 0.02, Open: 0.7344, Price: 0.74, Buy: 0.73, Sell: 0.73, Change: 0, ChangePercent: -0.8, Volume: 36764, High: 0.74, Low: 0.73, YearlyHigh: 0.79, YearlyLow: 0.68, YearlyStart: 0.73, YearlyChange: 1.28, Settlement: `Cash`, Contract: `Options`, Region: `Middle East`, Country: `Bahrain`, Risk: `Low`, Sector: `Public`, Currency: `EUR`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-02-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 455 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Copper`, Spread: 0.02, Open: 2.123, Price: 2.14, Buy: 2.12, Sell: 2.12, Change: 0.03, ChangePercent: 1.4, Volume: 28819, High: 2.16, Low: 2.11, YearlyHigh: 2.94, YearlyLow: 1.96, YearlyStart: 2.45, YearlyChange: -13.76, Settlement: `Cash`, Contract: `Options`, Region: `Africa`, Country: `South Africa`, Risk: `High`, Sector: `Private`, Currency: `PLN`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-03-11`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 456 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Uranium`, Spread: 0.02, Open: 27.55, Price: 27.66, Buy: 27.55, Sell: 27.55, Change: 0.08, ChangePercent: 0.28, Volume: 12, High: 27.55, Low: 27.55, YearlyHigh: 29.32, YearlyLow: 21.28, YearlyStart: 25.3, YearlyChange: 9.01, Settlement: `Cash`, Contract: `CFD`, Region: `Europe`, Country: `Finland`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-04-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 457 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Oil`, Spread: 0.015, Open: 45.54, Price: 45.31, Buy: 45.78, Sell: 45.8, Change: -0.48, ChangePercent: -1.04, Volume: 107196, High: 45.94, Low: 45, YearlyHigh: 65.28, YearlyLow: 30.79, YearlyStart: 48.03, YearlyChange: -4.67, Settlement: `Cash`, Contract: `Swap`, Region: `Africa`, Country: `Ethiopia`, Risk: `Low`, Sector: `Public`, Currency: `USD`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-01-24`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 458 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/JPY`, Spread: 0.02, Open: 9275.5, Price: 9277.33, Buy: 9277.32, Sell: 9277.34, Change: 0, ChangePercent: 0, Volume: 47734, High: 9277.33, Low: 0.93, YearlyHigh: 9483, YearlyLow: 0.93, YearlyStart: 4741.97, YearlyChange: 95.64, Settlement: `Cash`, Contract: `Options`, Region: `Middle East`, Country: `Lebanon`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-01-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 459 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Rice`, Spread: 0.01, Open: 11.245, Price: 10.43, Buy: 10.41, Sell: 10.42, Change: 0.01, ChangePercent: 0.12, Volume: 220, High: 11.38, Low: 10.42, YearlyHigh: 14.14, YearlyLow: 9.7, YearlyStart: 11.92, YearlyChange: -12.62, Settlement: `Credit`, Contract: `Futures`, Region: `Middle East`, Country: `Israel`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `Poor`, Issuer: `FedEx`, Maturity: `2022-07-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 460 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Coal`, Spread: 0.015, Open: 0.4363, Price: 0.41, Buy: 0.44, Sell: 0.44, Change: -0.01, ChangePercent: -0.52, Volume: 3, High: 0.44, Low: 0.44, YearlyHigh: 0.48, YearlyLow: 0.4, YearlyStart: 0.44, YearlyChange: -5.33, Settlement: `Cash`, Contract: `CFD`, Region: `Europe`, Country: `Czechia`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-09-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 461 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Coal`, Spread: 0.015, Open: 0.4363, Price: 0.41, Buy: 0.44, Sell: 0.44, Change: -0.01, ChangePercent: -0.8, Volume: 3, High: 0.44, Low: 0.44, YearlyHigh: 0.48, YearlyLow: 0.4, YearlyStart: 0.44, YearlyChange: -5.33, Settlement: `Cash`, Contract: `Options`, Region: `Middle East`, Country: `Lebanon`, Risk: `Low`, Sector: `Government`, Currency: `USD`, Security: `High`, Issuer: `American Airlines`, Maturity: `2022-01-16`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 462 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Coffee`, Spread: 0.01, Open: 125.7, Price: 123.33, Buy: 125.7, Sell: 125.7, Change: -2.36, ChangePercent: -1.88, Volume: 1654, High: 125.8, Low: 125, YearlyHigh: 155.75, YearlyLow: 115.35, YearlyStart: 135.55, YearlyChange: -7.27, Settlement: `Cash`, Contract: `Options`, Region: `Europe`, Country: `Romania`, Risk: `High`, Sector: `Public`, Currency: `USD`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-07-23`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 463 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `Lean Hogs`, Spread: 0.01, Open: 81.275, Price: 80.8, Buy: 81.81, Sell: 81.82, Change: -1.01, ChangePercent: -1.24, Volume: 1, High: 81.81, Low: 81.28, YearlyHigh: 83.98, YearlyLow: 70.25, YearlyStart: 77.11, YearlyChange: 6.09, Settlement: `Credit`, Contract: `Swap`, Region: `North America`, Country: `United States`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-06-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 464 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Rice`, Spread: 0.01, Open: 11.245, Price: 10.47, Buy: 10.41, Sell: 10.42, Change: 0.05, ChangePercent: 0.52, Volume: 220, High: 11.38, Low: 10.42, YearlyHigh: 14.14, YearlyLow: 9.7, YearlyStart: 11.92, YearlyChange: -12.62, Settlement: `Cash`, Contract: `Forwards`, Region: `Middle East`, Country: `Oman`, Risk: `High`, Sector: `Public`, Currency: `USD`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-02-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 465 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P 600 MINI`, Spread: 0.01, Open: 687.9, Price: 684.58, Buy: 687.9, Sell: 687.9, Change: -3.3, ChangePercent: -0.48, Volume: 0, High: 0, Low: 0, YearlyHigh: 620.32, YearlyLow: 595.9, YearlyStart: 608.11, YearlyChange: 13.12, Settlement: `Loan`, Contract: `Futures`, Region: `Middle East`, Country: `Oman`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-09-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 466 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `Euro$ 3M`, Spread: 0.01, Open: 99.18, Price: 100, Buy: 99.18, Sell: 99.18, Change: 0.83, ChangePercent: 0.84, Volume: 29509, High: 99.18, Low: 99.17, YearlyHigh: 99.38, YearlyLow: 98.41, YearlyStart: 98.89, YearlyChange: 0.28, Settlement: `Cash`, Contract: `Forwards`, Region: `Europe`, Country: `Finland`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-02-21`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 467 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Lumber`, Spread: 0.01, Open: 303.9, Price: 302.04, Buy: 304.59, Sell: 304.6, Change: -2.56, ChangePercent: -0.84, Volume: 2, High: 304.6, Low: 303.9, YearlyHigh: 317.1, YearlyLow: 236, YearlyStart: 276.55, YearlyChange: 10.14, Settlement: `Credit`, Contract: `Options`, Region: `Africa`, Country: `Niger`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-04-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 468 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Rice`, Spread: 0.01, Open: 11.245, Price: 10.56, Buy: 10.41, Sell: 10.42, Change: 0.14, ChangePercent: 1.36, Volume: 220, High: 11.38, Low: 10.42, YearlyHigh: 14.14, YearlyLow: 9.7, YearlyStart: 11.92, YearlyChange: -12.62, Settlement: `Cash`, Contract: `Futures`, Region: `Africa`, Country: `Cameroon`, Risk: `Low`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-05-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 469 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `LV Cattle`, Spread: 0.01, Open: 120.725, Price: 119.74, Buy: 120.72, Sell: 120.72, Change: -0.97, ChangePercent: -0.8, Volume: 4, High: 120.72, Low: 120.72, YearlyHigh: 147.98, YearlyLow: 113.9, YearlyStart: 130.94, YearlyChange: -7.82, Settlement: `Cash`, Contract: `Futures`, Region: `Asia Pacific`, Country: `Korea`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-05-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 470 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Platinum`, Spread: 0.01, Open: 1071.6, Price: 1062.96, Buy: 1071.09, Sell: 1071.1, Change: -8.14, ChangePercent: -0.76, Volume: 3039, High: 1081.2, Low: 1070.5, YearlyHigh: 1120.6, YearlyLow: 812.4, YearlyStart: 966.5, YearlyChange: 10.82, Settlement: `Cash`, Contract: `Futures`, Region: `North America`, Country: `Canada`, Risk: `High`, Sector: `Private`, Currency: `PLN`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-07-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 471 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Ethanol`, Spread: 0.01, Open: 1.512, Price: 2.73, Buy: 2.75, Sell: 2.76, Change: -0.02, ChangePercent: -0.88, Volume: 14, High: 2.75, Low: 1.12, YearlyHigh: 2.75, YearlyLow: 1.12, YearlyStart: 1.48, YearlyChange: 86.7, Settlement: `Loan`, Contract: `Swap`, Region: `South America`, Country: `Bolivia`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-02-24`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 472 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `AUD/USD`, Spread: 0.02, Open: 0.7344, Price: 0.76, Buy: 0.73, Sell: 0.73, Change: 0.02, ChangePercent: 1.76, Volume: 36764, High: 0.74, Low: 0.73, YearlyHigh: 0.79, YearlyLow: 0.68, YearlyStart: 0.73, YearlyChange: 1.28, Settlement: `Credit`, Contract: `Swap`, Region: `Africa`, Country: `Libya`, Risk: `Low`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-07-11`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 473 }), + new FinancialDataAllItem({ Category: `Index`, Type: `DOW Future`, Spread: 0.01, Open: 17711, Price: 18038.06, Buy: 17712.15, Sell: 17712.16, Change: 325.91, ChangePercent: 1.84, Volume: 22236, High: 17727, Low: 17642, YearlyHigh: 18083, YearlyLow: 15299, YearlyStart: 16691, YearlyChange: 6.12, Settlement: `Cash`, Contract: `Forwards`, Region: `Middle East`, Country: `Bahrain`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-02-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 474 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Copper`, Spread: 0.02, Open: 2.123, Price: 2.14, Buy: 2.12, Sell: 2.12, Change: 0.03, ChangePercent: 1.08, Volume: 28819, High: 2.16, Low: 2.11, YearlyHigh: 2.94, YearlyLow: 1.96, YearlyStart: 2.45, YearlyChange: -13.76, Settlement: `Loan`, Contract: `Forwards`, Region: `Europe`, Country: `Poland`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-08-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 475 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Diesel`, Spread: 0.015, Open: 1.3474, Price: 1.37, Buy: 1.35, Sell: 1.35, Change: 0.01, ChangePercent: 0.68, Volume: 2971, High: 1.36, Low: 1.34, YearlyHigh: 2.11, YearlyLow: 0.92, YearlyStart: 1.51, YearlyChange: -10.4, Settlement: `Cash`, Contract: `Forwards`, Region: `Asia Pacific`, Country: `Singapore`, Risk: `High`, Sector: `Public`, Currency: `PLN`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-02-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 476 }), + new FinancialDataAllItem({ Category: `Index`, Type: `NAS Future`, Spread: 0.01, Open: 4341.25, Price: 4402.06, Buy: 4341.25, Sell: 4341.25, Change: 60.78, ChangePercent: 1.4, Volume: 18259, High: 4347, Low: 4318, YearlyHigh: 4719.75, YearlyLow: 3867.75, YearlyStart: 4293.75, YearlyChange: 1.11, Settlement: `Credit`, Contract: `Swap`, Region: `Africa`, Country: `Cameroon`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `High`, Issuer: `FedEx`, Maturity: `2022-05-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 477 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `US 2Y Future`, Spread: 0.01, Open: 109.3984, Price: 110.26, Buy: 109.4, Sell: 109.4, Change: 0.87, ChangePercent: 0.8, Volume: 17742, High: 109.41, Low: 109.38, YearlyHigh: 109.8, YearlyLow: 108.62, YearlyStart: 109.21, YearlyChange: 0.16, Settlement: `Cash`, Contract: `Futures`, Region: `Africa`, Country: `Algeria`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-07-23`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 478 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P Future`, Spread: 0.01, Open: 2057.5, Price: 2020.41, Buy: 2056.6, Sell: 2056.61, Change: -36.19, ChangePercent: -1.76, Volume: 142780, High: 2059.5, Low: 2049, YearlyHigh: 2105.5, YearlyLow: 1794.5, YearlyStart: 1950, YearlyChange: 5.47, Settlement: `Loan`, Contract: `CFD`, Region: `Middle East`, Country: `Jordan`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-07-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 479 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Coal`, Spread: 0.015, Open: 0.4363, Price: 0.42, Buy: 0.44, Sell: 0.44, Change: 0, ChangePercent: 0.52, Volume: 3, High: 0.44, Low: 0.44, YearlyHigh: 0.48, YearlyLow: 0.4, YearlyStart: 0.44, YearlyChange: -5.33, Settlement: `Loan`, Contract: `Swap`, Region: `Europe`, Country: `Finland`, Risk: `Low`, Sector: `Public`, Currency: `PLN`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-07-22`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 480 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Oil`, Spread: 0.015, Open: 45.54, Price: 45.77, Buy: 45.78, Sell: 45.8, Change: -0.02, ChangePercent: -0.04, Volume: 107196, High: 45.94, Low: 45, YearlyHigh: 65.28, YearlyLow: 30.79, YearlyStart: 48.03, YearlyChange: -4.67, Settlement: `Credit`, Contract: `Swap`, Region: `South America`, Country: `Paraguay`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-07-19`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 481 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `Lean Hogs`, Spread: 0.01, Open: 81.275, Price: 81.16, Buy: 81.81, Sell: 81.82, Change: -0.65, ChangePercent: -0.8, Volume: 1, High: 81.81, Low: 81.28, YearlyHigh: 83.98, YearlyLow: 70.25, YearlyStart: 77.11, YearlyChange: 6.09, Settlement: `Cash`, Contract: `Forwards`, Region: `Asia Pacific`, Country: `Singapore`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-06-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 482 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Oats`, Spread: 0.01, Open: 194.5, Price: 196.39, Buy: 194.21, Sell: 194.22, Change: 2.17, ChangePercent: 1.12, Volume: 64, High: 195.75, Low: 194, YearlyHigh: 241.25, YearlyLow: 183.75, YearlyStart: 212.5, YearlyChange: -8.6, Settlement: `Loan`, Contract: `Swap`, Region: `Middle East`, Country: `Qatar`, Risk: `Low`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-08-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 483 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Ethanol`, Spread: 0.01, Open: 1.512, Price: 2.72, Buy: 2.75, Sell: 2.76, Change: -0.03, ChangePercent: -1.36, Volume: 14, High: 2.75, Low: 1.12, YearlyHigh: 2.75, YearlyLow: 1.12, YearlyStart: 1.48, YearlyChange: 86.7, Settlement: `Loan`, Contract: `Options`, Region: `Africa`, Country: `Tunisia`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `FedEx`, Maturity: `2022-06-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 484 }), + new FinancialDataAllItem({ Category: `Index`, Type: `DOW Future`, Spread: 0.01, Open: 17711, Price: 17740.49, Buy: 17712.15, Sell: 17712.16, Change: 28.34, ChangePercent: 0.16, Volume: 22236, High: 17727, Low: 17642, YearlyHigh: 18083, YearlyLow: 15299, YearlyStart: 16691, YearlyChange: 6.12, Settlement: `Cash`, Contract: `Futures`, Region: `Africa`, Country: `Tunisia`, Risk: `Low`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-05-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 485 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `OJ Future`, Spread: 0.01, Open: 140.6, Price: 140.19, Buy: 140.18, Sell: 140.19, Change: 0, ChangePercent: 0, Volume: 7, High: 140.19, Low: 0, YearlyHigh: 155.95, YearlyLow: 113, YearlyStart: 134.47, YearlyChange: 4.25, Settlement: `Cash`, Contract: `Futures`, Region: `Africa`, Country: `Libya`, Risk: `High`, Sector: `Government`, Currency: `PLN`, Security: `High`, Issuer: `American Airlines`, Maturity: `2022-02-24`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 486 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `OJ Future`, Spread: 0.01, Open: 140.6, Price: 139.12, Buy: 140.18, Sell: 140.19, Change: -1.07, ChangePercent: -0.76, Volume: 7, High: 140.19, Low: 0, YearlyHigh: 155.95, YearlyLow: 113, YearlyStart: 134.47, YearlyChange: 4.25, Settlement: `Credit`, Contract: `Swap`, Region: `South America`, Country: `Bolivia`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-01-24`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 487 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Palladium`, Spread: 0.01, Open: 600.55, Price: 594.51, Buy: 601, Sell: 601.01, Change: -6.49, ChangePercent: -1.08, Volume: 651, High: 607.2, Low: 598.4, YearlyHigh: 690, YearlyLow: 458.6, YearlyStart: 574.3, YearlyChange: 4.65, Settlement: `Loan`, Contract: `Options`, Region: `Africa`, Country: `Cameroon`, Risk: `Low`, Sector: `Public`, Currency: `USD`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-04-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 488 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Oats`, Spread: 0.01, Open: 194.5, Price: 193.83, Buy: 194.21, Sell: 194.22, Change: -0.39, ChangePercent: -0.2, Volume: 64, High: 195.75, Low: 194, YearlyHigh: 241.25, YearlyLow: 183.75, YearlyStart: 212.5, YearlyChange: -8.6, Settlement: `Cash`, Contract: `CFD`, Region: `Asia Pacific`, Country: `Korea`, Risk: `High`, Sector: `Government`, Currency: `PLN`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-02-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 489 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/JPY`, Spread: 0.02, Open: 9275.5, Price: 9351.55, Buy: 9277.32, Sell: 9277.34, Change: 74.22, ChangePercent: 0.8, Volume: 47734, High: 9277.33, Low: 0.93, YearlyHigh: 9483, YearlyLow: 0.93, YearlyStart: 4741.97, YearlyChange: 95.64, Settlement: `Loan`, Contract: `Swap`, Region: `North America`, Country: `Canada`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-05-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 490 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P Future`, Spread: 0.01, Open: 2057.5, Price: 2054.96, Buy: 2056.6, Sell: 2056.61, Change: -1.64, ChangePercent: -0.08, Volume: 142780, High: 2059.5, Low: 2049, YearlyHigh: 2105.5, YearlyLow: 1794.5, YearlyStart: 1950, YearlyChange: 5.47, Settlement: `Cash`, Contract: `Forwards`, Region: `Africa`, Country: `Niger`, Risk: `Low`, Sector: `Public`, Currency: `USD`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-01-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 491 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Lumber`, Spread: 0.01, Open: 303.9, Price: 304.84, Buy: 304.59, Sell: 304.6, Change: 0.24, ChangePercent: 0.08, Volume: 2, High: 304.6, Low: 303.9, YearlyHigh: 317.1, YearlyLow: 236, YearlyStart: 276.55, YearlyChange: 10.14, Settlement: `Cash`, Contract: `Swap`, Region: `South America`, Country: `Brazil`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `High`, Issuer: `American Airlines`, Maturity: `2022-04-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 492 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `US 30YR Future`, Spread: 0.01, Open: 164.875, Price: 165.6, Buy: 164.15, Sell: 164.16, Change: 1.44, ChangePercent: 0.88, Volume: 28012, High: 165.25, Low: 164.04, YearlyHigh: 169.38, YearlyLow: 151.47, YearlyStart: 160.43, YearlyChange: 2.33, Settlement: `Loan`, Contract: `Swap`, Region: `Asia Pacific`, Country: `New Zealand`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-04-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 493 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `Euro$ 3M`, Spread: 0.01, Open: 99.18, Price: 99.96, Buy: 99.18, Sell: 99.18, Change: 0.79, ChangePercent: 0.8, Volume: 29509, High: 99.18, Low: 99.17, YearlyHigh: 99.38, YearlyLow: 98.41, YearlyStart: 98.89, YearlyChange: 0.28, Settlement: `Cash`, Contract: `Swap`, Region: `Middle East`, Country: `Israel`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `Poor`, Issuer: `American Airlines`, Maturity: `2022-03-11`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 494 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/JPY`, Spread: 0.02, Open: 9275.5, Price: 9117.76, Buy: 9277.32, Sell: 9277.34, Change: -159.57, ChangePercent: -1.72, Volume: 47734, High: 9277.33, Low: 0.93, YearlyHigh: 9483, YearlyLow: 0.93, YearlyStart: 4741.97, YearlyChange: 95.64, Settlement: `Cash`, Contract: `CFD`, Region: `South America`, Country: `Bolivia`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-07-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 495 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `US 30YR Future`, Spread: 0.01, Open: 164.875, Price: 165.6, Buy: 164.15, Sell: 164.16, Change: 1.44, ChangePercent: 0.88, Volume: 28012, High: 165.25, Low: 164.04, YearlyHigh: 169.38, YearlyLow: 151.47, YearlyStart: 160.43, YearlyChange: 2.33, Settlement: `Credit`, Contract: `Options`, Region: `Europe`, Country: `Czechia`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-07-19`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 496 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Oil`, Spread: 0.015, Open: 45.54, Price: 46.47, Buy: 45.78, Sell: 45.8, Change: 0.68, ChangePercent: 1.48, Volume: 107196, High: 45.94, Low: 45, YearlyHigh: 65.28, YearlyLow: 30.79, YearlyStart: 48.03, YearlyChange: -4.67, Settlement: `Cash`, Contract: `Swap`, Region: `Asia Pacific`, Country: `Indonesia`, Risk: `High`, Sector: `Private`, Currency: `PLN`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-02-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 497 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Lumber`, Spread: 0.01, Open: 303.9, Price: 302.89, Buy: 304.59, Sell: 304.6, Change: -1.71, ChangePercent: -0.56, Volume: 2, High: 304.6, Low: 303.9, YearlyHigh: 317.1, YearlyLow: 236, YearlyStart: 276.55, YearlyChange: 10.14, Settlement: `Cash`, Contract: `CFD`, Region: `Europe`, Country: `Czechia`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-07-22`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 498 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/CHF`, Spread: 0.02, Open: 1.0337, Price: 1.06, Buy: 1.03, Sell: 1.03, Change: 0.02, ChangePercent: 1.76, Volume: 5550, High: 1.03, Low: 1.03, YearlyHigh: 1.11, YearlyLow: 0.98, YearlyStart: 1.04, YearlyChange: -0.12, Settlement: `Cash`, Contract: `Swap`, Region: `Europe`, Country: `Romania`, Risk: `High`, Sector: `Government`, Currency: `PLN`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-06-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 499 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Palladium`, Spread: 0.01, Open: 600.55, Price: 605.09, Buy: 601, Sell: 601.01, Change: 4.09, ChangePercent: 0.68, Volume: 651, High: 607.2, Low: 598.4, YearlyHigh: 690, YearlyLow: 458.6, YearlyStart: 574.3, YearlyChange: 4.65, Settlement: `Loan`, Contract: `Swap`, Region: `Africa`, Country: `Algeria`, Risk: `Low`, Sector: `Public`, Currency: `PLN`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-05-27`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 500 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `Lean Hogs`, Spread: 0.01, Open: 81.275, Price: 82.83, Buy: 81.81, Sell: 81.82, Change: 1.02, ChangePercent: 1.24, Volume: 1, High: 81.81, Low: 81.28, YearlyHigh: 83.98, YearlyLow: 70.25, YearlyStart: 77.11, YearlyChange: 6.09, Settlement: `Cash`, Contract: `CFD`, Region: `Europe`, Country: `Russia`, Risk: `Low`, Sector: `Public`, Currency: `USD`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-01-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 501 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/CHF`, Spread: 0.02, Open: 1.0337, Price: 1.06, Buy: 1.03, Sell: 1.03, Change: 0.02, ChangePercent: 1.44, Volume: 5550, High: 1.03, Low: 1.03, YearlyHigh: 1.11, YearlyLow: 0.98, YearlyStart: 1.04, YearlyChange: -0.12, Settlement: `Cash`, Contract: `Futures`, Region: `Asia Pacific`, Country: `Singapore`, Risk: `Low`, Sector: `Public`, Currency: `EUR`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-05-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 502 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soy oil`, Spread: 0.01, Open: 33.26, Price: 33.53, Buy: 33.77, Sell: 33.78, Change: -0.24, ChangePercent: -0.72, Volume: 10592, High: 33.77, Low: 33.06, YearlyHigh: 35.43, YearlyLow: 26.61, YearlyStart: 31.02, YearlyChange: 8.87, Settlement: `Loan`, Contract: `CFD`, Region: `Asia Pacific`, Country: `Malaysia`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-04-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 503 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Diesel`, Spread: 0.015, Open: 1.3474, Price: 1.33, Buy: 1.35, Sell: 1.35, Change: -0.03, ChangePercent: -1.92, Volume: 2971, High: 1.36, Low: 1.34, YearlyHigh: 2.11, YearlyLow: 0.92, YearlyStart: 1.51, YearlyChange: -10.4, Settlement: `Loan`, Contract: `Futures`, Region: `Africa`, Country: `Nigeria`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-05-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 504 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `AUD/USD`, Spread: 0.02, Open: 0.7344, Price: 0.75, Buy: 0.73, Sell: 0.73, Change: 0.01, ChangePercent: 0.72, Volume: 36764, High: 0.74, Low: 0.73, YearlyHigh: 0.79, YearlyLow: 0.68, YearlyStart: 0.73, YearlyChange: 1.28, Settlement: `Cash`, Contract: `Options`, Region: `Middle East`, Country: `Oman`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-02-21`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 505 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `Euro$ 3M`, Spread: 0.01, Open: 99.18, Price: 99.96, Buy: 99.18, Sell: 99.18, Change: 0.79, ChangePercent: 0.8, Volume: 29509, High: 99.18, Low: 99.17, YearlyHigh: 99.38, YearlyLow: 98.41, YearlyStart: 98.89, YearlyChange: 0.28, Settlement: `Credit`, Contract: `Futures`, Region: `Africa`, Country: `Niger`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-02-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 506 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `US 2Y Future`, Spread: 0.01, Open: 109.3984, Price: 111.58, Buy: 109.4, Sell: 109.4, Change: 2.19, ChangePercent: 2, Volume: 17742, High: 109.41, Low: 109.38, YearlyHigh: 109.8, YearlyLow: 108.62, YearlyStart: 109.21, YearlyChange: 0.16, Settlement: `Cash`, Contract: `Forwards`, Region: `Africa`, Country: `Morocco`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-02-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 507 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Oats`, Spread: 0.01, Open: 194.5, Price: 193.83, Buy: 194.21, Sell: 194.22, Change: -0.39, ChangePercent: -0.2, Volume: 64, High: 195.75, Low: 194, YearlyHigh: 241.25, YearlyLow: 183.75, YearlyStart: 212.5, YearlyChange: -8.6, Settlement: `Cash`, Contract: `Options`, Region: `Africa`, Country: `Egypt`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `FedEx`, Maturity: `2022-06-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 508 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `AUD/USD`, Spread: 0.02, Open: 0.7344, Price: 0.75, Buy: 0.73, Sell: 0.73, Change: 0.01, ChangePercent: 0.92, Volume: 36764, High: 0.74, Low: 0.73, YearlyHigh: 0.79, YearlyLow: 0.68, YearlyStart: 0.73, YearlyChange: 1.28, Settlement: `Cash`, Contract: `Swap`, Region: `Middle East`, Country: `Kuwait`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-07-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 509 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Gold`, Spread: 0.01, Open: 1281.1, Price: 1299.17, Buy: 1280.73, Sell: 1280.74, Change: 18.44, ChangePercent: 1.44, Volume: 48387, High: 1289.5, Low: 1279.1, YearlyHigh: 1306, YearlyLow: 1047.2, YearlyStart: 1176.6, YearlyChange: 8.85, Settlement: `Credit`, Contract: `Swap`, Region: `Middle East`, Country: `Turkey`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-07-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 510 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `Lean Hogs`, Spread: 0.01, Open: 81.275, Price: 81.52, Buy: 81.81, Sell: 81.82, Change: -0.29, ChangePercent: -0.36, Volume: 1, High: 81.81, Low: 81.28, YearlyHigh: 83.98, YearlyLow: 70.25, YearlyStart: 77.11, YearlyChange: 6.09, Settlement: `Cash`, Contract: `Options`, Region: `Africa`, Country: `Cameroon`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-08-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 511 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Silver`, Spread: 0.01, Open: 17.43, Price: 17.4, Buy: 17.43, Sell: 17.43, Change: -0.02, ChangePercent: -0.12, Volume: 11720, High: 17.51, Low: 17.37, YearlyHigh: 18.06, YearlyLow: 13.73, YearlyStart: 15.89, YearlyChange: 9.59, Settlement: `Cash`, Contract: `Forwards`, Region: `Africa`, Country: `Tunisia`, Risk: `High`, Sector: `Public`, Currency: `PLN`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-03-11`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 512 }), + new FinancialDataAllItem({ Category: `Index`, Type: `NAS Future`, Spread: 0.01, Open: 4341.25, Price: 4339.54, Buy: 4341.25, Sell: 4341.25, Change: -1.74, ChangePercent: -0.04, Volume: 18259, High: 4347, Low: 4318, YearlyHigh: 4719.75, YearlyLow: 3867.75, YearlyStart: 4293.75, YearlyChange: 1.11, Settlement: `Cash`, Contract: `Forwards`, Region: `Europe`, Country: `Finland`, Risk: `High`, Sector: `Government`, Currency: `PLN`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-06-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 513 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soy oil`, Spread: 0.01, Open: 33.26, Price: 34.11, Buy: 33.77, Sell: 33.78, Change: 0.34, ChangePercent: 1, Volume: 10592, High: 33.77, Low: 33.06, YearlyHigh: 35.43, YearlyLow: 26.61, YearlyStart: 31.02, YearlyChange: 8.87, Settlement: `Loan`, Contract: `Swap`, Region: `Africa`, Country: `Algeria`, Risk: `High`, Sector: `Private`, Currency: `PLN`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-05-24`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 514 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Silver`, Spread: 0.01, Open: 17.43, Price: 17.12, Buy: 17.43, Sell: 17.43, Change: -0.3, ChangePercent: -1.72, Volume: 11720, High: 17.51, Low: 17.37, YearlyHigh: 18.06, YearlyLow: 13.73, YearlyStart: 15.89, YearlyChange: 9.59, Settlement: `Loan`, Contract: `Options`, Region: `Middle East`, Country: `Lebanon`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-03-10`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 515 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Corn`, Spread: 0.01, Open: 379.5, Price: 377.22, Buy: 379.8, Sell: 379.81, Change: -2.58, ChangePercent: -0.68, Volume: 11266, High: 381, Low: 377.75, YearlyHigh: 471.25, YearlyLow: 351.25, YearlyStart: 411.25, YearlyChange: -7.65, Settlement: `Cash`, Contract: `Options`, Region: `Africa`, Country: `Nigeria`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-05-16`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 516 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soybean`, Spread: 0.01, Open: 1038, Price: 1036.12, Buy: 1038.61, Sell: 1038.62, Change: -2.5, ChangePercent: -0.24, Volume: 20356, High: 1044, Low: 1031.75, YearlyHigh: 1057, YearlyLow: 859.5, YearlyStart: 958.25, YearlyChange: 8.39, Settlement: `Credit`, Contract: `Options`, Region: `Asia Pacific`, Country: `Indonesia`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-02-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 517 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/JPY`, Spread: 0.02, Open: 9275.5, Price: 9195.69, Buy: 9277.32, Sell: 9277.34, Change: -81.64, ChangePercent: -0.88, Volume: 47734, High: 9277.33, Low: 0.93, YearlyHigh: 9483, YearlyLow: 0.93, YearlyStart: 4741.97, YearlyChange: 95.64, Settlement: `Cash`, Contract: `Forwards`, Region: `Asia Pacific`, Country: `Philippines`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-04-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 518 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Palladium`, Spread: 0.01, Open: 600.55, Price: 595.71, Buy: 601, Sell: 601.01, Change: -5.29, ChangePercent: -0.88, Volume: 651, High: 607.2, Low: 598.4, YearlyHigh: 690, YearlyLow: 458.6, YearlyStart: 574.3, YearlyChange: 4.65, Settlement: `Cash`, Contract: `Forwards`, Region: `Africa`, Country: `Libya`, Risk: `High`, Sector: `Public`, Currency: `USD`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-01-24`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 519 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Uranium`, Spread: 0.02, Open: 27.55, Price: 27.65, Buy: 27.55, Sell: 27.55, Change: 0.07, ChangePercent: 0.24, Volume: 12, High: 27.55, Low: 27.55, YearlyHigh: 29.32, YearlyLow: 21.28, YearlyStart: 25.3, YearlyChange: 9.01, Settlement: `Cash`, Contract: `Swap`, Region: `Africa`, Country: `Egypt`, Risk: `High`, Sector: `Public`, Currency: `PLN`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-07-11`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 520 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Coal`, Spread: 0.015, Open: 0.4363, Price: 0.42, Buy: 0.44, Sell: 0.44, Change: 0, ChangePercent: 1.2, Volume: 3, High: 0.44, Low: 0.44, YearlyHigh: 0.48, YearlyLow: 0.4, YearlyStart: 0.44, YearlyChange: -5.33, Settlement: `Cash`, Contract: `Forwards`, Region: `North America`, Country: `Canada`, Risk: `Low`, Sector: `Government`, Currency: `PLN`, Security: `Poor`, Issuer: `FedEx`, Maturity: `2022-02-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 521 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `Lean Hogs`, Spread: 0.01, Open: 81.275, Price: 81.32, Buy: 81.81, Sell: 81.82, Change: -0.49, ChangePercent: -0.6, Volume: 1, High: 81.81, Low: 81.28, YearlyHigh: 83.98, YearlyLow: 70.25, YearlyStart: 77.11, YearlyChange: 6.09, Settlement: `Cash`, Contract: `Swap`, Region: `Asia Pacific`, Country: `Malaysia`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-07-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 522 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soy Meat`, Spread: 0.01, Open: 342.6, Price: 338.23, Buy: 342.6, Sell: 342.6, Change: -4.39, ChangePercent: -1.28, Volume: 5646, High: 345.4, Low: 340.3, YearlyHigh: 353.4, YearlyLow: 261.7, YearlyStart: 307.55, YearlyChange: 11.4, Settlement: `Cash`, Contract: `Swap`, Region: `Europe`, Country: `Estonia`, Risk: `Low`, Sector: `Public`, Currency: `PLN`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-04-16`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 523 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `US 30YR Future`, Spread: 0.01, Open: 164.875, Price: 164.42, Buy: 164.15, Sell: 164.16, Change: 0.26, ChangePercent: 0.16, Volume: 28012, High: 165.25, Low: 164.04, YearlyHigh: 169.38, YearlyLow: 151.47, YearlyStart: 160.43, YearlyChange: 2.33, Settlement: `Cash`, Contract: `Swap`, Region: `Europe`, Country: `Germany`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-03-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 524 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `BTC/USD`, Spread: 0.06, Open: 93.88, Price: 20715.16, Buy: 21200.76, Sell: 21400.78, Change: -285.61, ChangePercent: -1.36, Volume: 5788000, High: 22400.05, Low: 20100.75, YearlyHigh: 62400.7, YearlyLow: 15100.88, YearlyStart: 21200.29, YearlyChange: -20.62, Settlement: `Credit`, Contract: `Options`, Region: `Europe`, Country: `Slovakia`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-08-16`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 525 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Sugar`, Spread: 0.01, Open: 15.68, Price: 14.54, Buy: 14.67, Sell: 14.68, Change: -0.13, ChangePercent: -0.92, Volume: 4949, High: 15.7, Low: 14.67, YearlyHigh: 16.87, YearlyLow: 11.37, YearlyStart: 14.12, YearlyChange: 3.92, Settlement: `Cash`, Contract: `Futures`, Region: `Asia Pacific`, Country: `Malaysia`, Risk: `High`, Sector: `Public`, Currency: `PLN`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-07-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 526 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Oats`, Spread: 0.01, Open: 194.5, Price: 196.55, Buy: 194.21, Sell: 194.22, Change: 2.33, ChangePercent: 1.2, Volume: 64, High: 195.75, Low: 194, YearlyHigh: 241.25, YearlyLow: 183.75, YearlyStart: 212.5, YearlyChange: -8.6, Settlement: `Cash`, Contract: `Forwards`, Region: `Africa`, Country: `Egypt`, Risk: `Low`, Sector: `Public`, Currency: `USD`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-04-19`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 527 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Coal`, Spread: 0.015, Open: 0.4363, Price: 0.41, Buy: 0.44, Sell: 0.44, Change: -0.01, ChangePercent: -1.04, Volume: 3, High: 0.44, Low: 0.44, YearlyHigh: 0.48, YearlyLow: 0.4, YearlyStart: 0.44, YearlyChange: -5.33, Settlement: `Loan`, Contract: `Forwards`, Region: `Africa`, Country: `Cameroon`, Risk: `Low`, Sector: `Government`, Currency: `USD`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-05-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 528 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P 600 MINI`, Spread: 0.01, Open: 687.9, Price: 693.11, Buy: 687.9, Sell: 687.9, Change: 5.23, ChangePercent: 0.76, Volume: 0, High: 0, Low: 0, YearlyHigh: 620.32, YearlyLow: 595.9, YearlyStart: 608.11, YearlyChange: 13.12, Settlement: `Loan`, Contract: `Futures`, Region: `Middle East`, Country: `Israel`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-07-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 529 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Wheat`, Spread: 0.01, Open: 465.5, Price: 470.36, Buy: 465.5, Sell: 465.5, Change: 4.84, ChangePercent: 1.04, Volume: 4318, High: 467, Low: 463.25, YearlyHigh: 628.5, YearlyLow: 449.5, YearlyStart: 539, YearlyChange: -13.63, Settlement: `Credit`, Contract: `Swap`, Region: `Africa`, Country: `Senegal`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `American Airlines`, Maturity: `2022-04-23`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 530 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `OJ Future`, Spread: 0.01, Open: 140.6, Price: 137.72, Buy: 140.18, Sell: 140.19, Change: -2.47, ChangePercent: -1.76, Volume: 7, High: 140.19, Low: 0, YearlyHigh: 155.95, YearlyLow: 113, YearlyStart: 134.47, YearlyChange: 4.25, Settlement: `Loan`, Contract: `Futures`, Region: `Middle East`, Country: `Saudi Arabia`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-05-21`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 531 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Copper`, Spread: 0.02, Open: 2.123, Price: 2.07, Buy: 2.12, Sell: 2.12, Change: -0.04, ChangePercent: -1.8, Volume: 28819, High: 2.16, Low: 2.11, YearlyHigh: 2.94, YearlyLow: 1.96, YearlyStart: 2.45, YearlyChange: -13.76, Settlement: `Cash`, Contract: `Options`, Region: `Middle East`, Country: `Oman`, Risk: `Low`, Sector: `Public`, Currency: `USD`, Security: `High`, Issuer: `FedEx`, Maturity: `2022-08-24`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 532 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Platinum`, Spread: 0.01, Open: 1071.6, Price: 1084.81, Buy: 1071.09, Sell: 1071.1, Change: 13.71, ChangePercent: 1.28, Volume: 3039, High: 1081.2, Low: 1070.5, YearlyHigh: 1120.6, YearlyLow: 812.4, YearlyStart: 966.5, YearlyChange: 10.82, Settlement: `Cash`, Contract: `Swap`, Region: `South America`, Country: `Chile`, Risk: `Low`, Sector: `Public`, Currency: `USD`, Security: `Poor`, Issuer: `FedEx`, Maturity: `2022-02-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 533 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `FD Cattle`, Spread: 0.01, Open: 147.175, Price: 148.31, Buy: 148.6, Sell: 148.61, Change: -0.3, ChangePercent: -0.2, Volume: 5, High: 148.61, Low: 147.18, YearlyHigh: 190, YearlyLow: 138.1, YearlyStart: 164.05, YearlyChange: -9.41, Settlement: `Cash`, Contract: `Swap`, Region: `Middle East`, Country: `Lebanon`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-04-23`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 534 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Wheat`, Spread: 0.01, Open: 465.5, Price: 470.18, Buy: 465.5, Sell: 465.5, Change: 4.66, ChangePercent: 1, Volume: 4318, High: 467, Low: 463.25, YearlyHigh: 628.5, YearlyLow: 449.5, YearlyStart: 539, YearlyChange: -13.63, Settlement: `Cash`, Contract: `Options`, Region: `Middle East`, Country: `Saudi Arabia`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-02-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 535 }), + new FinancialDataAllItem({ Category: `Index`, Type: `DOW Future`, Spread: 0.01, Open: 17711, Price: 17556.28, Buy: 17712.15, Sell: 17712.16, Change: -155.87, ChangePercent: -0.88, Volume: 22236, High: 17727, Low: 17642, YearlyHigh: 18083, YearlyLow: 15299, YearlyStart: 16691, YearlyChange: 6.12, Settlement: `Cash`, Contract: `CFD`, Region: `Africa`, Country: `Niger`, Risk: `High`, Sector: `Public`, Currency: `USD`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-03-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 536 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `OJ Future`, Spread: 0.01, Open: 140.6, Price: 139.46, Buy: 140.18, Sell: 140.19, Change: -0.73, ChangePercent: -0.52, Volume: 7, High: 140.19, Low: 0, YearlyHigh: 155.95, YearlyLow: 113, YearlyStart: 134.47, YearlyChange: 4.25, Settlement: `Loan`, Contract: `Swap`, Region: `Africa`, Country: `South Africa`, Risk: `Low`, Sector: `Government`, Currency: `USD`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-08-22`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 537 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soy Meat`, Spread: 0.01, Open: 342.6, Price: 336.73, Buy: 342.6, Sell: 342.6, Change: -5.89, ChangePercent: -1.72, Volume: 5646, High: 345.4, Low: 340.3, YearlyHigh: 353.4, YearlyLow: 261.7, YearlyStart: 307.55, YearlyChange: 11.4, Settlement: `Loan`, Contract: `Options`, Region: `Middle East`, Country: `Qatar`, Risk: `Low`, Sector: `Public`, Currency: `PLN`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-06-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 538 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Silver`, Spread: 0.01, Open: 17.43, Price: 17.46, Buy: 17.43, Sell: 17.43, Change: 0.04, ChangePercent: 0.24, Volume: 11720, High: 17.51, Low: 17.37, YearlyHigh: 18.06, YearlyLow: 13.73, YearlyStart: 15.89, YearlyChange: 9.59, Settlement: `Loan`, Contract: `Forwards`, Region: `Africa`, Country: `Cameroon`, Risk: `High`, Sector: `Private`, Currency: `PLN`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-04-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 539 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Coal`, Spread: 0.015, Open: 0.4363, Price: 0.41, Buy: 0.44, Sell: 0.44, Change: -0.01, ChangePercent: -1.08, Volume: 3, High: 0.44, Low: 0.44, YearlyHigh: 0.48, YearlyLow: 0.4, YearlyStart: 0.44, YearlyChange: -5.33, Settlement: `Cash`, Contract: `Options`, Region: `Asia Pacific`, Country: `Pakistan`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `American Airlines`, Maturity: `2022-03-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 540 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P Future`, Spread: 0.01, Open: 2057.5, Price: 2039.33, Buy: 2056.6, Sell: 2056.61, Change: -17.27, ChangePercent: -0.84, Volume: 142780, High: 2059.5, Low: 2049, YearlyHigh: 2105.5, YearlyLow: 1794.5, YearlyStart: 1950, YearlyChange: 5.47, Settlement: `Credit`, Contract: `Options`, Region: `North America`, Country: `United States`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-06-23`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 541 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `BTC/USD`, Spread: 0.06, Open: 93.88, Price: 20967.17, Buy: 21200.76, Sell: 21400.78, Change: -33.6, ChangePercent: -0.16, Volume: 5788000, High: 22400.05, Low: 20100.75, YearlyHigh: 62400.7, YearlyLow: 15100.88, YearlyStart: 21200.29, YearlyChange: -20.62, Settlement: `Loan`, Contract: `Swap`, Region: `Europe`, Country: `Russia`, Risk: `High`, Sector: `Public`, Currency: `USD`, Security: `High`, Issuer: `FedEx`, Maturity: `2022-08-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 542 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Palladium`, Spread: 0.01, Open: 600.55, Price: 607.97, Buy: 601, Sell: 601.01, Change: 6.97, ChangePercent: 1.16, Volume: 651, High: 607.2, Low: 598.4, YearlyHigh: 690, YearlyLow: 458.6, YearlyStart: 574.3, YearlyChange: 4.65, Settlement: `Loan`, Contract: `CFD`, Region: `Europe`, Country: `Finland`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-08-21`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 543 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P MID MINI`, Spread: 0.01, Open: 1454.3, Price: 1476.16, Buy: 1455.78, Sell: 1455.79, Change: 20.38, ChangePercent: 1.4, Volume: 338, High: 1455.78, Low: 1448, YearlyHigh: 1527.3, YearlyLow: 1236, YearlyStart: 1381.65, YearlyChange: 5.37, Settlement: `Loan`, Contract: `Futures`, Region: `South America`, Country: `Brazil`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-08-19`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 544 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soybean`, Spread: 0.01, Open: 1038, Price: 1039.45, Buy: 1038.61, Sell: 1038.62, Change: 0.83, ChangePercent: 0.08, Volume: 20356, High: 1044, Low: 1031.75, YearlyHigh: 1057, YearlyLow: 859.5, YearlyStart: 958.25, YearlyChange: 8.39, Settlement: `Cash`, Contract: `Options`, Region: `Asia Pacific`, Country: `Malaysia`, Risk: `High`, Sector: `Government`, Currency: `USD`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-04-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 545 }), + new FinancialDataAllItem({ Category: `Index`, Type: `DOW Future`, Spread: 0.01, Open: 17711, Price: 17535.03, Buy: 17712.15, Sell: 17712.16, Change: -177.12, ChangePercent: -1, Volume: 22236, High: 17727, Low: 17642, YearlyHigh: 18083, YearlyLow: 15299, YearlyStart: 16691, YearlyChange: 6.12, Settlement: `Cash`, Contract: `Forwards`, Region: `Africa`, Country: `Egypt`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `High`, Issuer: `American Airlines`, Maturity: `2022-08-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 546 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Coal`, Spread: 0.015, Open: 0.4363, Price: 0.42, Buy: 0.44, Sell: 0.44, Change: 0, ChangePercent: 1.88, Volume: 3, High: 0.44, Low: 0.44, YearlyHigh: 0.48, YearlyLow: 0.4, YearlyStart: 0.44, YearlyChange: -5.33, Settlement: `Cash`, Contract: `Options`, Region: `Asia Pacific`, Country: `Philippines`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-09-22`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 547 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P MID MINI`, Spread: 0.01, Open: 1454.3, Price: 1462.19, Buy: 1455.78, Sell: 1455.79, Change: 6.41, ChangePercent: 0.44, Volume: 338, High: 1455.78, Low: 1448, YearlyHigh: 1527.3, YearlyLow: 1236, YearlyStart: 1381.65, YearlyChange: 5.37, Settlement: `Credit`, Contract: `Options`, Region: `Asia Pacific`, Country: `Australia`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-09-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 548 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Natural Gas`, Spread: 0.02, Open: 2.094, Price: 2.13, Buy: 2.09, Sell: 2.09, Change: 0.03, ChangePercent: 1.16, Volume: 2783, High: 2.11, Low: 2.09, YearlyHigh: 3.2, YearlyLow: 1.84, YearlyStart: 2.52, YearlyChange: -16.51, Settlement: `Cash`, Contract: `Swap`, Region: `Europe`, Country: `Iceland`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `American Airlines`, Maturity: `2022-06-19`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 549 }), + new FinancialDataAllItem({ Category: `Index`, Type: `DOW Future`, Spread: 0.01, Open: 17711, Price: 17563.37, Buy: 17712.15, Sell: 17712.16, Change: -148.78, ChangePercent: -0.84, Volume: 22236, High: 17727, Low: 17642, YearlyHigh: 18083, YearlyLow: 15299, YearlyStart: 16691, YearlyChange: 6.12, Settlement: `Credit`, Contract: `Swap`, Region: `Asia Pacific`, Country: `Japan`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-02-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 550 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Copper`, Spread: 0.02, Open: 2.123, Price: 2.13, Buy: 2.12, Sell: 2.12, Change: 0.02, ChangePercent: 0.84, Volume: 28819, High: 2.16, Low: 2.11, YearlyHigh: 2.94, YearlyLow: 1.96, YearlyStart: 2.45, YearlyChange: -13.76, Settlement: `Cash`, Contract: `Swap`, Region: `Asia Pacific`, Country: `India`, Risk: `High`, Sector: `Private`, Currency: `PLN`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-02-19`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 551 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Lumber`, Spread: 0.01, Open: 303.9, Price: 309.11, Buy: 304.59, Sell: 304.6, Change: 4.51, ChangePercent: 1.48, Volume: 2, High: 304.6, Low: 303.9, YearlyHigh: 317.1, YearlyLow: 236, YearlyStart: 276.55, YearlyChange: 10.14, Settlement: `Cash`, Contract: `Swap`, Region: `Middle East`, Country: `Israel`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-06-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 552 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/CAD`, Spread: 0.02, Open: 0.7744, Price: 0.95, Buy: 0.94, Sell: 0.96, Change: 0, ChangePercent: 0.04, Volume: 13669, High: 0.95, Low: 0.77, YearlyHigh: 0.95, YearlyLow: 0.68, YearlyStart: 0.76, YearlyChange: 26.43, Settlement: `Credit`, Contract: `CFD`, Region: `Middle East`, Country: `Israel`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-02-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 553 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/CAD`, Spread: 0.02, Open: 0.7744, Price: 0.94, Buy: 0.94, Sell: 0.96, Change: -0.01, ChangePercent: -1.88, Volume: 13669, High: 0.95, Low: 0.77, YearlyHigh: 0.95, YearlyLow: 0.68, YearlyStart: 0.76, YearlyChange: 26.43, Settlement: `Credit`, Contract: `Forwards`, Region: `Middle East`, Country: `Syria`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-09-11`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 554 }), + new FinancialDataAllItem({ Category: `Index`, Type: `DOW Future`, Spread: 0.01, Open: 17711, Price: 17506.69, Buy: 17712.15, Sell: 17712.16, Change: -205.46, ChangePercent: -1.16, Volume: 22236, High: 17727, Low: 17642, YearlyHigh: 18083, YearlyLow: 15299, YearlyStart: 16691, YearlyChange: 6.12, Settlement: `Cash`, Contract: `Swap`, Region: `Africa`, Country: `Tunisia`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `High`, Issuer: `FedEx`, Maturity: `2022-07-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 555 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Gold`, Spread: 0.01, Open: 1281.1, Price: 1278.68, Buy: 1280.73, Sell: 1280.74, Change: -2.05, ChangePercent: -0.16, Volume: 48387, High: 1289.5, Low: 1279.1, YearlyHigh: 1306, YearlyLow: 1047.2, YearlyStart: 1176.6, YearlyChange: 8.85, Settlement: `Loan`, Contract: `Swap`, Region: `Europe`, Country: `Ireland`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-04-11`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 556 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `Lean Hogs`, Spread: 0.01, Open: 81.275, Price: 83.19, Buy: 81.81, Sell: 81.82, Change: 1.38, ChangePercent: 1.68, Volume: 1, High: 81.81, Low: 81.28, YearlyHigh: 83.98, YearlyLow: 70.25, YearlyStart: 77.11, YearlyChange: 6.09, Settlement: `Loan`, Contract: `Options`, Region: `North America`, Country: `Mexico`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `American Airlines`, Maturity: `2022-08-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 557 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Gold`, Spread: 0.01, Open: 1281.1, Price: 1281.24, Buy: 1280.73, Sell: 1280.74, Change: 0.51, ChangePercent: 0.04, Volume: 48387, High: 1289.5, Low: 1279.1, YearlyHigh: 1306, YearlyLow: 1047.2, YearlyStart: 1176.6, YearlyChange: 8.85, Settlement: `Cash`, Contract: `Swap`, Region: `Europe`, Country: `Switzerland`, Risk: `Low`, Sector: `Government`, Currency: `PLN`, Security: `Poor`, Issuer: `FedEx`, Maturity: `2022-07-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 558 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Coffee`, Spread: 0.01, Open: 125.7, Price: 125.59, Buy: 125.7, Sell: 125.7, Change: -0.1, ChangePercent: -0.08, Volume: 1654, High: 125.8, Low: 125, YearlyHigh: 155.75, YearlyLow: 115.35, YearlyStart: 135.55, YearlyChange: -7.27, Settlement: `Credit`, Contract: `Futures`, Region: `Asia Pacific`, Country: `Japan`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `Poor`, Issuer: `American Airlines`, Maturity: `2022-06-21`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 559 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soy Meat`, Spread: 0.01, Open: 342.6, Price: 341.39, Buy: 342.6, Sell: 342.6, Change: -1.23, ChangePercent: -0.36, Volume: 5646, High: 345.4, Low: 340.3, YearlyHigh: 353.4, YearlyLow: 261.7, YearlyStart: 307.55, YearlyChange: 11.4, Settlement: `Loan`, Contract: `Futures`, Region: `Middle East`, Country: `Israel`, Risk: `High`, Sector: `Public`, Currency: `USD`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-05-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 560 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Platinum`, Spread: 0.01, Open: 1071.6, Price: 1067.67, Buy: 1071.09, Sell: 1071.1, Change: -3.43, ChangePercent: -0.32, Volume: 3039, High: 1081.2, Low: 1070.5, YearlyHigh: 1120.6, YearlyLow: 812.4, YearlyStart: 966.5, YearlyChange: 10.82, Settlement: `Cash`, Contract: `Swap`, Region: `Asia Pacific`, Country: `Taiwan`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `High`, Issuer: `FedEx`, Maturity: `2022-02-24`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 561 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `Euro$ 3M`, Spread: 0.01, Open: 99.18, Price: 99.33, Buy: 99.18, Sell: 99.18, Change: 0.16, ChangePercent: 0.16, Volume: 29509, High: 99.18, Low: 99.17, YearlyHigh: 99.38, YearlyLow: 98.41, YearlyStart: 98.89, YearlyChange: 0.28, Settlement: `Cash`, Contract: `Futures`, Region: `South America`, Country: `Brazil`, Risk: `High`, Sector: `Private`, Currency: `PLN`, Security: `High`, Issuer: `American Airlines`, Maturity: `2022-08-10`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 562 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `BTC/USD`, Spread: 0.06, Open: 93.88, Price: 20740.36, Buy: 21200.76, Sell: 21400.78, Change: -260.41, ChangePercent: -1.24, Volume: 5788000, High: 22400.05, Low: 20100.75, YearlyHigh: 62400.7, YearlyLow: 15100.88, YearlyStart: 21200.29, YearlyChange: -20.62, Settlement: `Loan`, Contract: `Forwards`, Region: `Asia Pacific`, Country: `New Zealand`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-07-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 563 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `OJ Future`, Spread: 0.01, Open: 140.6, Price: 141.48, Buy: 140.18, Sell: 140.19, Change: 1.29, ChangePercent: 0.92, Volume: 7, High: 140.19, Low: 0, YearlyHigh: 155.95, YearlyLow: 113, YearlyStart: 134.47, YearlyChange: 4.25, Settlement: `Cash`, Contract: `Swap`, Region: `Europe`, Country: `Bulgaria`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-03-19`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 564 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/CHF`, Spread: 0.02, Open: 1.0337, Price: 1.05, Buy: 1.03, Sell: 1.03, Change: 0.01, ChangePercent: 0.28, Volume: 5550, High: 1.03, Low: 1.03, YearlyHigh: 1.11, YearlyLow: 0.98, YearlyStart: 1.04, YearlyChange: -0.12, Settlement: `Loan`, Contract: `Swap`, Region: `South America`, Country: `Bolivia`, Risk: `Low`, Sector: `Government`, Currency: `PLN`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-09-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 565 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/CHF`, Spread: 0.02, Open: 1.0337, Price: 1.04, Buy: 1.03, Sell: 1.03, Change: 0, ChangePercent: -0.4, Volume: 5550, High: 1.03, Low: 1.03, YearlyHigh: 1.11, YearlyLow: 0.98, YearlyStart: 1.04, YearlyChange: -0.12, Settlement: `Cash`, Contract: `Options`, Region: `Asia Pacific`, Country: `Indonesia`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-09-11`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 566 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Sugar`, Spread: 0.01, Open: 15.68, Price: 14.87, Buy: 14.67, Sell: 14.68, Change: 0.2, ChangePercent: 1.32, Volume: 4949, High: 15.7, Low: 14.67, YearlyHigh: 16.87, YearlyLow: 11.37, YearlyStart: 14.12, YearlyChange: 3.92, Settlement: `Loan`, Contract: `Futures`, Region: `Middle East`, Country: `Iran`, Risk: `Low`, Sector: `Government`, Currency: `USD`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-04-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 567 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Coal`, Spread: 0.015, Open: 0.4363, Price: 0.41, Buy: 0.44, Sell: 0.44, Change: -0.01, ChangePercent: -0.96, Volume: 3, High: 0.44, Low: 0.44, YearlyHigh: 0.48, YearlyLow: 0.4, YearlyStart: 0.44, YearlyChange: -5.33, Settlement: `Cash`, Contract: `Options`, Region: `Europe`, Country: `Belgium`, Risk: `Low`, Sector: `Public`, Currency: `USD`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-02-19`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 568 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Corn`, Spread: 0.01, Open: 379.5, Price: 379.35, Buy: 379.8, Sell: 379.81, Change: -0.45, ChangePercent: -0.12, Volume: 11266, High: 381, Low: 377.75, YearlyHigh: 471.25, YearlyLow: 351.25, YearlyStart: 411.25, YearlyChange: -7.65, Settlement: `Cash`, Contract: `Options`, Region: `Asia Pacific`, Country: `Korea`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `FedEx`, Maturity: `2022-02-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 569 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `US 30YR Future`, Spread: 0.01, Open: 164.875, Price: 163.5, Buy: 164.15, Sell: 164.16, Change: -0.66, ChangePercent: -0.4, Volume: 28012, High: 165.25, Low: 164.04, YearlyHigh: 169.38, YearlyLow: 151.47, YearlyStart: 160.43, YearlyChange: 2.33, Settlement: `Credit`, Contract: `Swap`, Region: `Asia Pacific`, Country: `Pakistan`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-02-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 570 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `FD Cattle`, Spread: 0.01, Open: 147.175, Price: 149.68, Buy: 148.6, Sell: 148.61, Change: 1.07, ChangePercent: 0.72, Volume: 5, High: 148.61, Low: 147.18, YearlyHigh: 190, YearlyLow: 138.1, YearlyStart: 164.05, YearlyChange: -9.41, Settlement: `Cash`, Contract: `CFD`, Region: `Asia Pacific`, Country: `Azerbaijan`, Risk: `High`, Sector: `Public`, Currency: `USD`, Security: `Poor`, Issuer: `American Airlines`, Maturity: `2022-05-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 571 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/JPY`, Spread: 0.02, Open: 9275.5, Price: 9140.03, Buy: 9277.32, Sell: 9277.34, Change: -137.3, ChangePercent: -1.48, Volume: 47734, High: 9277.33, Low: 0.93, YearlyHigh: 9483, YearlyLow: 0.93, YearlyStart: 4741.97, YearlyChange: 95.64, Settlement: `Credit`, Contract: `Options`, Region: `Asia Pacific`, Country: `New Zealand`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `Poor`, Issuer: `FedEx`, Maturity: `2022-04-21`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 572 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `FD Cattle`, Spread: 0.01, Open: 147.175, Price: 149.14, Buy: 148.6, Sell: 148.61, Change: 0.53, ChangePercent: 0.36, Volume: 5, High: 148.61, Low: 147.18, YearlyHigh: 190, YearlyLow: 138.1, YearlyStart: 164.05, YearlyChange: -9.41, Settlement: `Credit`, Contract: `CFD`, Region: `Middle East`, Country: `Bahrain`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-06-23`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 573 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Silver`, Spread: 0.01, Open: 17.43, Price: 17.62, Buy: 17.43, Sell: 17.43, Change: 0.2, ChangePercent: 1.12, Volume: 11720, High: 17.51, Low: 17.37, YearlyHigh: 18.06, YearlyLow: 13.73, YearlyStart: 15.89, YearlyChange: 9.59, Settlement: `Cash`, Contract: `Options`, Region: `North America`, Country: `United States`, Risk: `High`, Sector: `Public`, Currency: `USD`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-02-10`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 574 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Lumber`, Spread: 0.01, Open: 303.9, Price: 302.65, Buy: 304.59, Sell: 304.6, Change: -1.95, ChangePercent: -0.64, Volume: 2, High: 304.6, Low: 303.9, YearlyHigh: 317.1, YearlyLow: 236, YearlyStart: 276.55, YearlyChange: 10.14, Settlement: `Cash`, Contract: `Futures`, Region: `South America`, Country: `Colombia`, Risk: `Low`, Sector: `Public`, Currency: `USD`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-01-21`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 575 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Uranium`, Spread: 0.02, Open: 27.55, Price: 27.19, Buy: 27.55, Sell: 27.55, Change: -0.39, ChangePercent: -1.4, Volume: 12, High: 27.55, Low: 27.55, YearlyHigh: 29.32, YearlyLow: 21.28, YearlyStart: 25.3, YearlyChange: 9.01, Settlement: `Cash`, Contract: `Swap`, Region: `Europe`, Country: `Sweden`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-05-16`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 576 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soy oil`, Spread: 0.01, Open: 33.26, Price: 33.38, Buy: 33.77, Sell: 33.78, Change: -0.39, ChangePercent: -1.16, Volume: 10592, High: 33.77, Low: 33.06, YearlyHigh: 35.43, YearlyLow: 26.61, YearlyStart: 31.02, YearlyChange: 8.87, Settlement: `Credit`, Contract: `CFD`, Region: `South America`, Country: `Paraguay`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-06-19`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 577 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `FD Cattle`, Spread: 0.01, Open: 147.175, Price: 148.25, Buy: 148.6, Sell: 148.61, Change: -0.36, ChangePercent: -0.24, Volume: 5, High: 148.61, Low: 147.18, YearlyHigh: 190, YearlyLow: 138.1, YearlyStart: 164.05, YearlyChange: -9.41, Settlement: `Credit`, Contract: `Options`, Region: `Europe`, Country: `Italy`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-06-10`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 578 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Coal`, Spread: 0.015, Open: 0.4363, Price: 0.41, Buy: 0.44, Sell: 0.44, Change: -0.01, ChangePercent: -1.12, Volume: 3, High: 0.44, Low: 0.44, YearlyHigh: 0.48, YearlyLow: 0.4, YearlyStart: 0.44, YearlyChange: -5.33, Settlement: `Cash`, Contract: `CFD`, Region: `Middle East`, Country: `UAE`, Risk: `Low`, Sector: `Government`, Currency: `PLN`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-04-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 579 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `Lean Hogs`, Spread: 0.01, Open: 81.275, Price: 83.25, Buy: 81.81, Sell: 81.82, Change: 1.44, ChangePercent: 1.76, Volume: 1, High: 81.81, Low: 81.28, YearlyHigh: 83.98, YearlyLow: 70.25, YearlyStart: 77.11, YearlyChange: 6.09, Settlement: `Cash`, Contract: `Futures`, Region: `Asia Pacific`, Country: `Taiwan`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-08-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 580 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `LV Cattle`, Spread: 0.01, Open: 120.725, Price: 119.5, Buy: 120.72, Sell: 120.72, Change: -1.2, ChangePercent: -1, Volume: 4, High: 120.72, Low: 120.72, YearlyHigh: 147.98, YearlyLow: 113.9, YearlyStart: 130.94, YearlyChange: -7.82, Settlement: `Credit`, Contract: `Futures`, Region: `Middle East`, Country: `Turkey`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `High`, Issuer: `American Airlines`, Maturity: `2022-04-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 581 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Gold`, Spread: 0.01, Open: 1281.1, Price: 1285.85, Buy: 1280.73, Sell: 1280.74, Change: 5.12, ChangePercent: 0.4, Volume: 48387, High: 1289.5, Low: 1279.1, YearlyHigh: 1306, YearlyLow: 1047.2, YearlyStart: 1176.6, YearlyChange: 8.85, Settlement: `Cash`, Contract: `Options`, Region: `Middle East`, Country: `Jordan`, Risk: `High`, Sector: `Public`, Currency: `PLN`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-05-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 582 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/CAD`, Spread: 0.02, Open: 0.7744, Price: 0.97, Buy: 0.94, Sell: 0.96, Change: 0.02, ChangePercent: 1.88, Volume: 13669, High: 0.95, Low: 0.77, YearlyHigh: 0.95, YearlyLow: 0.68, YearlyStart: 0.76, YearlyChange: 26.43, Settlement: `Credit`, Contract: `Options`, Region: `Middle East`, Country: `Kuwait`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-08-21`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 583 }), + new FinancialDataAllItem({ Category: `Index`, Type: `NAS Future`, Spread: 0.01, Open: 4341.25, Price: 4303.08, Buy: 4341.25, Sell: 4341.25, Change: -38.2, ChangePercent: -0.88, Volume: 18259, High: 4347, Low: 4318, YearlyHigh: 4719.75, YearlyLow: 3867.75, YearlyStart: 4293.75, YearlyChange: 1.11, Settlement: `Cash`, Contract: `Futures`, Region: `Asia Pacific`, Country: `Singapore`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-02-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 584 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `Euro$ 3M`, Spread: 0.01, Open: 99.18, Price: 98.65, Buy: 99.18, Sell: 99.18, Change: -0.52, ChangePercent: -0.52, Volume: 29509, High: 99.18, Low: 99.17, YearlyHigh: 99.38, YearlyLow: 98.41, YearlyStart: 98.89, YearlyChange: 0.28, Settlement: `Cash`, Contract: `Futures`, Region: `Asia Pacific`, Country: `Azerbaijan`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-08-23`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 585 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Lumber`, Spread: 0.01, Open: 303.9, Price: 309.84, Buy: 304.59, Sell: 304.6, Change: 5.24, ChangePercent: 1.72, Volume: 2, High: 304.6, Low: 303.9, YearlyHigh: 317.1, YearlyLow: 236, YearlyStart: 276.55, YearlyChange: 10.14, Settlement: `Cash`, Contract: `CFD`, Region: `Asia Pacific`, Country: `China`, Risk: `Low`, Sector: `Government`, Currency: `USD`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-03-27`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 586 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `Euro$ 3M`, Spread: 0.01, Open: 99.18, Price: 98.22, Buy: 99.18, Sell: 99.18, Change: -0.95, ChangePercent: -0.96, Volume: 29509, High: 99.18, Low: 99.17, YearlyHigh: 99.38, YearlyLow: 98.41, YearlyStart: 98.89, YearlyChange: 0.28, Settlement: `Credit`, Contract: `Forwards`, Region: `Asia Pacific`, Country: `Thailand`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-02-21`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 587 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `AUD/USD`, Spread: 0.02, Open: 0.7344, Price: 0.74, Buy: 0.73, Sell: 0.73, Change: 0, ChangePercent: -1.08, Volume: 36764, High: 0.74, Low: 0.73, YearlyHigh: 0.79, YearlyLow: 0.68, YearlyStart: 0.73, YearlyChange: 1.28, Settlement: `Cash`, Contract: `Forwards`, Region: `Europe`, Country: `Hungary`, Risk: `Low`, Sector: `Public`, Currency: `PLN`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-01-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 588 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Oil`, Spread: 0.015, Open: 45.54, Price: 46.17, Buy: 45.78, Sell: 45.8, Change: 0.38, ChangePercent: 0.84, Volume: 107196, High: 45.94, Low: 45, YearlyHigh: 65.28, YearlyLow: 30.79, YearlyStart: 48.03, YearlyChange: -4.67, Settlement: `Loan`, Contract: `Futures`, Region: `Europe`, Country: `Bulgaria`, Risk: `High`, Sector: `Private`, Currency: `PLN`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-05-23`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 589 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Uranium`, Spread: 0.02, Open: 27.55, Price: 27.77, Buy: 27.55, Sell: 27.55, Change: 0.19, ChangePercent: 0.68, Volume: 12, High: 27.55, Low: 27.55, YearlyHigh: 29.32, YearlyLow: 21.28, YearlyStart: 25.3, YearlyChange: 9.01, Settlement: `Cash`, Contract: `Swap`, Region: `South America`, Country: `Paraguay`, Risk: `High`, Sector: `Public`, Currency: `PLN`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-06-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 590 }), + new FinancialDataAllItem({ Category: `Index`, Type: `DOW Future`, Spread: 0.01, Open: 17711, Price: 17740.49, Buy: 17712.15, Sell: 17712.16, Change: 28.34, ChangePercent: 0.16, Volume: 22236, High: 17727, Low: 17642, YearlyHigh: 18083, YearlyLow: 15299, YearlyStart: 16691, YearlyChange: 6.12, Settlement: `Cash`, Contract: `Swap`, Region: `South America`, Country: `Guyana`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-03-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 591 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `GBP/USD`, Spread: 0.02, Open: 1.4464, Price: 1.17, Buy: 1.18, Sell: 1.2, Change: -0.02, ChangePercent: -1.92, Volume: 29450, High: 1.45, Low: 1.19, YearlyHigh: 1.59, YearlyLow: 1.19, YearlyStart: 1.49, YearlyChange: -19.59, Settlement: `Credit`, Contract: `Swap`, Region: `Europe`, Country: `United Kingdom`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-05-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 592 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Wheat`, Spread: 0.01, Open: 465.5, Price: 467.75, Buy: 465.5, Sell: 465.5, Change: 2.23, ChangePercent: 0.48, Volume: 4318, High: 467, Low: 463.25, YearlyHigh: 628.5, YearlyLow: 449.5, YearlyStart: 539, YearlyChange: -13.63, Settlement: `Credit`, Contract: `Futures`, Region: `Asia Pacific`, Country: `New Zealand`, Risk: `Low`, Sector: `Public`, Currency: `EUR`, Security: `Poor`, Issuer: `American Airlines`, Maturity: `2022-03-19`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 593 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `FD Cattle`, Spread: 0.01, Open: 147.175, Price: 147.24, Buy: 148.6, Sell: 148.61, Change: -1.37, ChangePercent: -0.92, Volume: 5, High: 148.61, Low: 147.18, YearlyHigh: 190, YearlyLow: 138.1, YearlyStart: 164.05, YearlyChange: -9.41, Settlement: `Loan`, Contract: `CFD`, Region: `Europe`, Country: `United Kingdom`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-05-11`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 594 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Natural Gas`, Spread: 0.02, Open: 2.094, Price: 2.09, Buy: 2.09, Sell: 2.09, Change: -0.01, ChangePercent: -0.76, Volume: 2783, High: 2.11, Low: 2.09, YearlyHigh: 3.2, YearlyLow: 1.84, YearlyStart: 2.52, YearlyChange: -16.51, Settlement: `Cash`, Contract: `Options`, Region: `Europe`, Country: `Slovakia`, Risk: `High`, Sector: `Government`, Currency: `PLN`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-06-11`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 595 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Cotton`, Spread: 0.01, Open: 61.77, Price: 62.95, Buy: 61.77, Sell: 61.77, Change: 1.19, ChangePercent: 1.92, Volume: 3612, High: 62.06, Low: 61.32, YearlyHigh: 67.59, YearlyLow: 54.33, YearlyStart: 60.96, YearlyChange: 1.31, Settlement: `Loan`, Contract: `Forwards`, Region: `North America`, Country: `Canada`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-01-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 596 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Wheat`, Spread: 0.01, Open: 465.5, Price: 463.66, Buy: 465.5, Sell: 465.5, Change: -1.86, ChangePercent: -0.4, Volume: 4318, High: 467, Low: 463.25, YearlyHigh: 628.5, YearlyLow: 449.5, YearlyStart: 539, YearlyChange: -13.63, Settlement: `Cash`, Contract: `Forwards`, Region: `North America`, Country: `Canada`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `High`, Issuer: `FedEx`, Maturity: `2022-07-11`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 597 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `OJ Future`, Spread: 0.01, Open: 140.6, Price: 140.58, Buy: 140.18, Sell: 140.19, Change: 0.39, ChangePercent: 0.28, Volume: 7, High: 140.19, Low: 0, YearlyHigh: 155.95, YearlyLow: 113, YearlyStart: 134.47, YearlyChange: 4.25, Settlement: `Cash`, Contract: `Futures`, Region: `Europe`, Country: `France`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-05-23`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 598 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `LV Cattle`, Spread: 0.01, Open: 120.725, Price: 119.3, Buy: 120.72, Sell: 120.72, Change: -1.41, ChangePercent: -1.16, Volume: 4, High: 120.72, Low: 120.72, YearlyHigh: 147.98, YearlyLow: 113.9, YearlyStart: 130.94, YearlyChange: -7.82, Settlement: `Cash`, Contract: `Futures`, Region: `Africa`, Country: `Senegal`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-03-11`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 599 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Oil`, Spread: 0.015, Open: 45.54, Price: 45.41, Buy: 45.78, Sell: 45.8, Change: -0.38, ChangePercent: -0.84, Volume: 107196, High: 45.94, Low: 45, YearlyHigh: 65.28, YearlyLow: 30.79, YearlyStart: 48.03, YearlyChange: -4.67, Settlement: `Cash`, Contract: `Options`, Region: `Africa`, Country: `Algeria`, Risk: `Low`, Sector: `Government`, Currency: `PLN`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-06-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 600 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Silver`, Spread: 0.01, Open: 17.43, Price: 17.2, Buy: 17.43, Sell: 17.43, Change: -0.22, ChangePercent: -1.24, Volume: 11720, High: 17.51, Low: 17.37, YearlyHigh: 18.06, YearlyLow: 13.73, YearlyStart: 15.89, YearlyChange: 9.59, Settlement: `Loan`, Contract: `Forwards`, Region: `Europe`, Country: `Germany`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-08-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 601 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Lumber`, Spread: 0.01, Open: 303.9, Price: 302.41, Buy: 304.59, Sell: 304.6, Change: -2.19, ChangePercent: -0.72, Volume: 2, High: 304.6, Low: 303.9, YearlyHigh: 317.1, YearlyLow: 236, YearlyStart: 276.55, YearlyChange: 10.14, Settlement: `Credit`, Contract: `Swap`, Region: `Africa`, Country: `Tunisia`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-04-21`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 602 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `US 30YR Future`, Spread: 0.01, Open: 164.875, Price: 164.49, Buy: 164.15, Sell: 164.16, Change: 0.33, ChangePercent: 0.2, Volume: 28012, High: 165.25, Low: 164.04, YearlyHigh: 169.38, YearlyLow: 151.47, YearlyStart: 160.43, YearlyChange: 2.33, Settlement: `Loan`, Contract: `Swap`, Region: `Middle East`, Country: `Saudi Arabia`, Risk: `High`, Sector: `Public`, Currency: `PLN`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-03-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 603 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soy oil`, Spread: 0.01, Open: 33.26, Price: 33.74, Buy: 33.77, Sell: 33.78, Change: -0.03, ChangePercent: -0.08, Volume: 10592, High: 33.77, Low: 33.06, YearlyHigh: 35.43, YearlyLow: 26.61, YearlyStart: 31.02, YearlyChange: 8.87, Settlement: `Cash`, Contract: `Options`, Region: `South America`, Country: `Chile`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-04-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 604 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Corn`, Spread: 0.01, Open: 379.5, Price: 383.9, Buy: 379.8, Sell: 379.81, Change: 4.1, ChangePercent: 1.08, Volume: 11266, High: 381, Low: 377.75, YearlyHigh: 471.25, YearlyLow: 351.25, YearlyStart: 411.25, YearlyChange: -7.65, Settlement: `Credit`, Contract: `Forwards`, Region: `North America`, Country: `Mexico`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-02-24`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 605 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Wheat`, Spread: 0.01, Open: 465.5, Price: 467.38, Buy: 465.5, Sell: 465.5, Change: 1.86, ChangePercent: 0.4, Volume: 4318, High: 467, Low: 463.25, YearlyHigh: 628.5, YearlyLow: 449.5, YearlyStart: 539, YearlyChange: -13.63, Settlement: `Credit`, Contract: `Forwards`, Region: `Europe`, Country: `Bulgaria`, Risk: `Low`, Sector: `Public`, Currency: `USD`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-02-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 606 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soy Meat`, Spread: 0.01, Open: 342.6, Price: 346.05, Buy: 342.6, Sell: 342.6, Change: 3.43, ChangePercent: 1, Volume: 5646, High: 345.4, Low: 340.3, YearlyHigh: 353.4, YearlyLow: 261.7, YearlyStart: 307.55, YearlyChange: 11.4, Settlement: `Cash`, Contract: `Options`, Region: `Africa`, Country: `Morocco`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-05-10`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 607 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soy Meat`, Spread: 0.01, Open: 342.6, Price: 343.44, Buy: 342.6, Sell: 342.6, Change: 0.82, ChangePercent: 0.24, Volume: 5646, High: 345.4, Low: 340.3, YearlyHigh: 353.4, YearlyLow: 261.7, YearlyStart: 307.55, YearlyChange: 11.4, Settlement: `Cash`, Contract: `Swap`, Region: `Asia Pacific`, Country: `China`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-07-19`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 608 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `Euro$ 3M`, Spread: 0.01, Open: 99.18, Price: 97.74, Buy: 99.18, Sell: 99.18, Change: -1.43, ChangePercent: -1.44, Volume: 29509, High: 99.18, Low: 99.17, YearlyHigh: 99.38, YearlyLow: 98.41, YearlyStart: 98.89, YearlyChange: 0.28, Settlement: `Credit`, Contract: `Options`, Region: `South America`, Country: `Colombia`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-05-19`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 609 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `US 30YR Future`, Spread: 0.01, Open: 164.875, Price: 165.87, Buy: 164.15, Sell: 164.16, Change: 1.71, ChangePercent: 1.04, Volume: 28012, High: 165.25, Low: 164.04, YearlyHigh: 169.38, YearlyLow: 151.47, YearlyStart: 160.43, YearlyChange: 2.33, Settlement: `Cash`, Contract: `Swap`, Region: `Asia Pacific`, Country: `Malaysia`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `FedEx`, Maturity: `2022-05-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 610 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Palladium`, Spread: 0.01, Open: 600.55, Price: 590.42, Buy: 601, Sell: 601.01, Change: -10.58, ChangePercent: -1.76, Volume: 651, High: 607.2, Low: 598.4, YearlyHigh: 690, YearlyLow: 458.6, YearlyStart: 574.3, YearlyChange: 4.65, Settlement: `Cash`, Contract: `Swap`, Region: `Middle East`, Country: `Jordan`, Risk: `High`, Sector: `Private`, Currency: `PLN`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-07-11`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 611 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Oil`, Spread: 0.015, Open: 45.54, Price: 46.47, Buy: 45.78, Sell: 45.8, Change: 0.68, ChangePercent: 1.48, Volume: 107196, High: 45.94, Low: 45, YearlyHigh: 65.28, YearlyLow: 30.79, YearlyStart: 48.03, YearlyChange: -4.67, Settlement: `Cash`, Contract: `Options`, Region: `Middle East`, Country: `Saudi Arabia`, Risk: `Low`, Sector: `Public`, Currency: `USD`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-01-27`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 612 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Lumber`, Spread: 0.01, Open: 303.9, Price: 300.7, Buy: 304.59, Sell: 304.6, Change: -3.9, ChangePercent: -1.28, Volume: 2, High: 304.6, Low: 303.9, YearlyHigh: 317.1, YearlyLow: 236, YearlyStart: 276.55, YearlyChange: 10.14, Settlement: `Credit`, Contract: `Swap`, Region: `Middle East`, Country: `Qatar`, Risk: `High`, Sector: `Government`, Currency: `USD`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-05-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 613 }), + new FinancialDataAllItem({ Category: `Index`, Type: `DOW Future`, Spread: 0.01, Open: 17711, Price: 17584.62, Buy: 17712.15, Sell: 17712.16, Change: -127.53, ChangePercent: -0.72, Volume: 22236, High: 17727, Low: 17642, YearlyHigh: 18083, YearlyLow: 15299, YearlyStart: 16691, YearlyChange: 6.12, Settlement: `Credit`, Contract: `Options`, Region: `South America`, Country: `Peru`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-07-10`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 614 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Milk`, Spread: 0.01, Open: 12.87, Price: 12.75, Buy: 12.87, Sell: 12.87, Change: -0.11, ChangePercent: -0.88, Volume: 7, High: 12.89, Low: 12.81, YearlyHigh: 16.96, YearlyLow: 12.81, YearlyStart: 14.88, YearlyChange: -13.6, Settlement: `Loan`, Contract: `Swap`, Region: `Europe`, Country: `Ireland`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-02-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 615 }), + new FinancialDataAllItem({ Category: `Index`, Type: `DOW Future`, Spread: 0.01, Open: 17711, Price: 17733.41, Buy: 17712.15, Sell: 17712.16, Change: 21.26, ChangePercent: 0.12, Volume: 22236, High: 17727, Low: 17642, YearlyHigh: 18083, YearlyLow: 15299, YearlyStart: 16691, YearlyChange: 6.12, Settlement: `Cash`, Contract: `Options`, Region: `Middle East`, Country: `Iraq`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-04-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 616 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Corn`, Spread: 0.01, Open: 379.5, Price: 376.16, Buy: 379.8, Sell: 379.81, Change: -3.64, ChangePercent: -0.96, Volume: 11266, High: 381, Low: 377.75, YearlyHigh: 471.25, YearlyLow: 351.25, YearlyStart: 411.25, YearlyChange: -7.65, Settlement: `Credit`, Contract: `Swap`, Region: `North America`, Country: `Canada`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-05-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 617 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P Future`, Spread: 0.01, Open: 2057.5, Price: 2068.12, Buy: 2056.6, Sell: 2056.61, Change: 11.52, ChangePercent: 0.56, Volume: 142780, High: 2059.5, Low: 2049, YearlyHigh: 2105.5, YearlyLow: 1794.5, YearlyStart: 1950, YearlyChange: 5.47, Settlement: `Loan`, Contract: `CFD`, Region: `Asia Pacific`, Country: `Korea`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-09-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 618 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `OJ Future`, Spread: 0.01, Open: 140.6, Price: 141.03, Buy: 140.18, Sell: 140.19, Change: 0.84, ChangePercent: 0.6, Volume: 7, High: 140.19, Low: 0, YearlyHigh: 155.95, YearlyLow: 113, YearlyStart: 134.47, YearlyChange: 4.25, Settlement: `Cash`, Contract: `Swap`, Region: `Asia Pacific`, Country: `Taiwan`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `Poor`, Issuer: `FedEx`, Maturity: `2022-04-27`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 619 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Coal`, Spread: 0.015, Open: 0.4363, Price: 0.42, Buy: 0.44, Sell: 0.44, Change: 0, ChangePercent: 1.4, Volume: 3, High: 0.44, Low: 0.44, YearlyHigh: 0.48, YearlyLow: 0.4, YearlyStart: 0.44, YearlyChange: -5.33, Settlement: `Cash`, Contract: `Swap`, Region: `North America`, Country: `United States`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-05-27`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 620 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `OJ Future`, Spread: 0.01, Open: 140.6, Price: 139.46, Buy: 140.18, Sell: 140.19, Change: -0.73, ChangePercent: -0.52, Volume: 7, High: 140.19, Low: 0, YearlyHigh: 155.95, YearlyLow: 113, YearlyStart: 134.47, YearlyChange: 4.25, Settlement: `Loan`, Contract: `Forwards`, Region: `North America`, Country: `United States`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-01-21`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 621 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Coffee`, Spread: 0.01, Open: 125.7, Price: 125.59, Buy: 125.7, Sell: 125.7, Change: -0.1, ChangePercent: -0.08, Volume: 1654, High: 125.8, Low: 125, YearlyHigh: 155.75, YearlyLow: 115.35, YearlyStart: 135.55, YearlyChange: -7.27, Settlement: `Loan`, Contract: `Futures`, Region: `Asia Pacific`, Country: `New Zealand`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-04-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 622 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Corn`, Spread: 0.01, Open: 379.5, Price: 376.16, Buy: 379.8, Sell: 379.81, Change: -3.64, ChangePercent: -0.96, Volume: 11266, High: 381, Low: 377.75, YearlyHigh: 471.25, YearlyLow: 351.25, YearlyStart: 411.25, YearlyChange: -7.65, Settlement: `Cash`, Contract: `Swap`, Region: `Middle East`, Country: `Saudi Arabia`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-09-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 623 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `US 10YR Future`, Spread: 0.01, Open: 130.5625, Price: 131.57, Buy: 130.56, Sell: 130.56, Change: 0.99, ChangePercent: 0.76, Volume: 189310, High: 130.63, Low: 130.44, YearlyHigh: 132.64, YearlyLow: 125.48, YearlyStart: 129.06, YearlyChange: 1.18, Settlement: `Cash`, Contract: `Options`, Region: `Africa`, Country: `Algeria`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-06-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 624 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soybean`, Spread: 0.01, Open: 1038, Price: 1019.51, Buy: 1038.61, Sell: 1038.62, Change: -19.11, ChangePercent: -1.84, Volume: 20356, High: 1044, Low: 1031.75, YearlyHigh: 1057, YearlyLow: 859.5, YearlyStart: 958.25, YearlyChange: 8.39, Settlement: `Loan`, Contract: `Swap`, Region: `Africa`, Country: `Ethiopia`, Risk: `Low`, Sector: `Government`, Currency: `PLN`, Security: `Poor`, Issuer: `American Airlines`, Maturity: `2022-08-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 625 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Diesel`, Spread: 0.015, Open: 1.3474, Price: 1.34, Buy: 1.35, Sell: 1.35, Change: -0.02, ChangePercent: -0.96, Volume: 2971, High: 1.36, Low: 1.34, YearlyHigh: 2.11, YearlyLow: 0.92, YearlyStart: 1.51, YearlyChange: -10.4, Settlement: `Credit`, Contract: `Swap`, Region: `Europe`, Country: `United Kingdom`, Risk: `High`, Sector: `Private`, Currency: `PLN`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-08-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 626 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Cocoa`, Spread: 0.01, Open: 3076, Price: 3124.02, Buy: 3076, Sell: 3076, Change: 47.99, ChangePercent: 1.56, Volume: 978, High: 3078, Low: 3066, YearlyHigh: 3406, YearlyLow: 2746, YearlyStart: 3076, YearlyChange: 0, Settlement: `Credit`, Contract: `Swap`, Region: `Middle East`, Country: `Qatar`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `FedEx`, Maturity: `2022-04-22`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 627 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Oil`, Spread: 0.015, Open: 45.54, Price: 45.02, Buy: 45.78, Sell: 45.8, Change: -0.77, ChangePercent: -1.68, Volume: 107196, High: 45.94, Low: 45, YearlyHigh: 65.28, YearlyLow: 30.79, YearlyStart: 48.03, YearlyChange: -4.67, Settlement: `Loan`, Contract: `Swap`, Region: `Africa`, Country: `Tunisia`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `Poor`, Issuer: `American Airlines`, Maturity: `2022-03-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 628 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Coal`, Spread: 0.015, Open: 0.4363, Price: 0.42, Buy: 0.44, Sell: 0.44, Change: 0, ChangePercent: 0.72, Volume: 3, High: 0.44, Low: 0.44, YearlyHigh: 0.48, YearlyLow: 0.4, YearlyStart: 0.44, YearlyChange: -5.33, Settlement: `Cash`, Contract: `Forwards`, Region: `South America`, Country: `Argentina`, Risk: `High`, Sector: `Public`, Currency: `PLN`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-03-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 629 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `GBP/USD`, Spread: 0.02, Open: 1.4464, Price: 1.2, Buy: 1.18, Sell: 1.2, Change: 0.01, ChangePercent: 0.72, Volume: 29450, High: 1.45, Low: 1.19, YearlyHigh: 1.59, YearlyLow: 1.19, YearlyStart: 1.49, YearlyChange: -19.59, Settlement: `Credit`, Contract: `CFD`, Region: `South America`, Country: `Brazil`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-03-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 630 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Gold`, Spread: 0.01, Open: 1281.1, Price: 1256.65, Buy: 1280.73, Sell: 1280.74, Change: -24.08, ChangePercent: -1.88, Volume: 48387, High: 1289.5, Low: 1279.1, YearlyHigh: 1306, YearlyLow: 1047.2, YearlyStart: 1176.6, YearlyChange: 8.85, Settlement: `Cash`, Contract: `Futures`, Region: `Africa`, Country: `Ethiopia`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-03-21`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 631 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/CAD`, Spread: 0.02, Open: 0.7744, Price: 0.97, Buy: 0.94, Sell: 0.96, Change: 0.02, ChangePercent: 1.32, Volume: 13669, High: 0.95, Low: 0.77, YearlyHigh: 0.95, YearlyLow: 0.68, YearlyStart: 0.76, YearlyChange: 26.43, Settlement: `Cash`, Contract: `Futures`, Region: `Asia Pacific`, Country: `Malaysia`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `Poor`, Issuer: `American Airlines`, Maturity: `2022-09-24`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 632 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Natural Gas`, Spread: 0.02, Open: 2.094, Price: 2.09, Buy: 2.09, Sell: 2.09, Change: -0.01, ChangePercent: -0.6, Volume: 2783, High: 2.11, Low: 2.09, YearlyHigh: 3.2, YearlyLow: 1.84, YearlyStart: 2.52, YearlyChange: -16.51, Settlement: `Cash`, Contract: `CFD`, Region: `Europe`, Country: `Sweden`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-03-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 633 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Lumber`, Spread: 0.01, Open: 303.9, Price: 302.89, Buy: 304.59, Sell: 304.6, Change: -1.71, ChangePercent: -0.56, Volume: 2, High: 304.6, Low: 303.9, YearlyHigh: 317.1, YearlyLow: 236, YearlyStart: 276.55, YearlyChange: 10.14, Settlement: `Loan`, Contract: `Futures`, Region: `Asia Pacific`, Country: `Australia`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-08-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 634 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Lumber`, Spread: 0.01, Open: 303.9, Price: 307.89, Buy: 304.59, Sell: 304.6, Change: 3.29, ChangePercent: 1.08, Volume: 2, High: 304.6, Low: 303.9, YearlyHigh: 317.1, YearlyLow: 236, YearlyStart: 276.55, YearlyChange: 10.14, Settlement: `Credit`, Contract: `Forwards`, Region: `Middle East`, Country: `UAE`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-06-11`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 635 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Silver`, Spread: 0.01, Open: 17.43, Price: 17.17, Buy: 17.43, Sell: 17.43, Change: -0.25, ChangePercent: -1.44, Volume: 11720, High: 17.51, Low: 17.37, YearlyHigh: 18.06, YearlyLow: 13.73, YearlyStart: 15.89, YearlyChange: 9.59, Settlement: `Cash`, Contract: `Options`, Region: `Europe`, Country: `Switzerland`, Risk: `High`, Sector: `Government`, Currency: `PLN`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-03-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 636 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `GBP/USD`, Spread: 0.02, Open: 1.4464, Price: 1.2, Buy: 1.18, Sell: 1.2, Change: 0.01, ChangePercent: 0.32, Volume: 29450, High: 1.45, Low: 1.19, YearlyHigh: 1.59, YearlyLow: 1.19, YearlyStart: 1.49, YearlyChange: -19.59, Settlement: `Credit`, Contract: `Futures`, Region: `Asia Pacific`, Country: `Indonesia`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `High`, Issuer: `FedEx`, Maturity: `2022-07-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 637 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Oil`, Spread: 0.015, Open: 45.54, Price: 46.41, Buy: 45.78, Sell: 45.8, Change: 0.62, ChangePercent: 1.36, Volume: 107196, High: 45.94, Low: 45, YearlyHigh: 65.28, YearlyLow: 30.79, YearlyStart: 48.03, YearlyChange: -4.67, Settlement: `Credit`, Contract: `Forwards`, Region: `Africa`, Country: `South Africa`, Risk: `Low`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-03-22`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 638 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `Lean Hogs`, Spread: 0.01, Open: 81.275, Price: 81.91, Buy: 81.81, Sell: 81.82, Change: 0.1, ChangePercent: 0.12, Volume: 1, High: 81.81, Low: 81.28, YearlyHigh: 83.98, YearlyLow: 70.25, YearlyStart: 77.11, YearlyChange: 6.09, Settlement: `Credit`, Contract: `CFD`, Region: `Middle East`, Country: `Syria`, Risk: `Low`, Sector: `Public`, Currency: `PLN`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-08-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 639 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `US 30YR Future`, Spread: 0.01, Open: 164.875, Price: 164.16, Buy: 164.15, Sell: 164.16, Change: 0, ChangePercent: 0, Volume: 28012, High: 165.25, Low: 164.04, YearlyHigh: 169.38, YearlyLow: 151.47, YearlyStart: 160.43, YearlyChange: 2.33, Settlement: `Cash`, Contract: `Swap`, Region: `Europe`, Country: `Spain`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-03-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 640 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P 600 MINI`, Spread: 0.01, Open: 687.9, Price: 690.91, Buy: 687.9, Sell: 687.9, Change: 3.03, ChangePercent: 0.44, Volume: 0, High: 0, Low: 0, YearlyHigh: 620.32, YearlyLow: 595.9, YearlyStart: 608.11, YearlyChange: 13.12, Settlement: `Credit`, Contract: `Futures`, Region: `Middle East`, Country: `Oman`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-03-24`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 641 }), + new FinancialDataAllItem({ Category: `Index`, Type: `DOW Future`, Spread: 0.01, Open: 17711, Price: 17924.7, Buy: 17712.15, Sell: 17712.16, Change: 212.55, ChangePercent: 1.2, Volume: 22236, High: 17727, Low: 17642, YearlyHigh: 18083, YearlyLow: 15299, YearlyStart: 16691, YearlyChange: 6.12, Settlement: `Loan`, Contract: `Swap`, Region: `Middle East`, Country: `Syria`, Risk: `High`, Sector: `Private`, Currency: `PLN`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-02-24`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 642 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/CHF`, Spread: 0.02, Open: 1.0337, Price: 1.04, Buy: 1.03, Sell: 1.03, Change: 0, ChangePercent: -0.36, Volume: 5550, High: 1.03, Low: 1.03, YearlyHigh: 1.11, YearlyLow: 0.98, YearlyStart: 1.04, YearlyChange: -0.12, Settlement: `Cash`, Contract: `Options`, Region: `Middle East`, Country: `Oman`, Risk: `Low`, Sector: `Public`, Currency: `USD`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-08-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 643 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `OJ Future`, Spread: 0.01, Open: 140.6, Price: 141.65, Buy: 140.18, Sell: 140.19, Change: 1.46, ChangePercent: 1.04, Volume: 7, High: 140.19, Low: 0, YearlyHigh: 155.95, YearlyLow: 113, YearlyStart: 134.47, YearlyChange: 4.25, Settlement: `Credit`, Contract: `Swap`, Region: `Africa`, Country: `Senegal`, Risk: `High`, Sector: `Private`, Currency: `PLN`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-06-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 644 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P MID MINI`, Spread: 0.01, Open: 1454.3, Price: 1473.25, Buy: 1455.78, Sell: 1455.79, Change: 17.47, ChangePercent: 1.2, Volume: 338, High: 1455.78, Low: 1448, YearlyHigh: 1527.3, YearlyLow: 1236, YearlyStart: 1381.65, YearlyChange: 5.37, Settlement: `Loan`, Contract: `Options`, Region: `Asia Pacific`, Country: `China`, Risk: `High`, Sector: `Government`, Currency: `PLN`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-03-11`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 645 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `Euro$ 3M`, Spread: 0.01, Open: 99.18, Price: 98.06, Buy: 99.18, Sell: 99.18, Change: -1.11, ChangePercent: -1.12, Volume: 29509, High: 99.18, Low: 99.17, YearlyHigh: 99.38, YearlyLow: 98.41, YearlyStart: 98.89, YearlyChange: 0.28, Settlement: `Cash`, Contract: `Options`, Region: `Asia Pacific`, Country: `Azerbaijan`, Risk: `Low`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-05-21`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 646 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Uranium`, Spread: 0.02, Open: 27.55, Price: 27.72, Buy: 27.55, Sell: 27.55, Change: 0.14, ChangePercent: 0.52, Volume: 12, High: 27.55, Low: 27.55, YearlyHigh: 29.32, YearlyLow: 21.28, YearlyStart: 25.3, YearlyChange: 9.01, Settlement: `Cash`, Contract: `Swap`, Region: `Asia Pacific`, Country: `Indonesia`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-05-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 647 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/CAD`, Spread: 0.02, Open: 0.7744, Price: 0.97, Buy: 0.94, Sell: 0.96, Change: 0.02, ChangePercent: 1.96, Volume: 13669, High: 0.95, Low: 0.77, YearlyHigh: 0.95, YearlyLow: 0.68, YearlyStart: 0.76, YearlyChange: 26.43, Settlement: `Loan`, Contract: `CFD`, Region: `Europe`, Country: `Slovakia`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-03-16`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 648 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Ethanol`, Spread: 0.01, Open: 1.512, Price: 2.77, Buy: 2.75, Sell: 2.76, Change: 0.02, ChangePercent: 0.64, Volume: 14, High: 2.75, Low: 1.12, YearlyHigh: 2.75, YearlyLow: 1.12, YearlyStart: 1.48, YearlyChange: 86.7, Settlement: `Cash`, Contract: `Swap`, Region: `Africa`, Country: `Senegal`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-03-22`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 649 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Diesel`, Spread: 0.015, Open: 1.3474, Price: 1.34, Buy: 1.35, Sell: 1.35, Change: -0.02, ChangePercent: -1.08, Volume: 2971, High: 1.36, Low: 1.34, YearlyHigh: 2.11, YearlyLow: 0.92, YearlyStart: 1.51, YearlyChange: -10.4, Settlement: `Cash`, Contract: `Futures`, Region: `Middle East`, Country: `Qatar`, Risk: `High`, Sector: `Public`, Currency: `USD`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-09-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 650 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P MID MINI`, Spread: 0.01, Open: 1454.3, Price: 1460.44, Buy: 1455.78, Sell: 1455.79, Change: 4.66, ChangePercent: 0.32, Volume: 338, High: 1455.78, Low: 1448, YearlyHigh: 1527.3, YearlyLow: 1236, YearlyStart: 1381.65, YearlyChange: 5.37, Settlement: `Cash`, Contract: `CFD`, Region: `Asia Pacific`, Country: `China`, Risk: `High`, Sector: `Private`, Currency: `PLN`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-08-21`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 651 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Oats`, Spread: 0.01, Open: 194.5, Price: 195.07, Buy: 194.21, Sell: 194.22, Change: 0.85, ChangePercent: 0.44, Volume: 64, High: 195.75, Low: 194, YearlyHigh: 241.25, YearlyLow: 183.75, YearlyStart: 212.5, YearlyChange: -8.6, Settlement: `Cash`, Contract: `Options`, Region: `Asia Pacific`, Country: `Hong Kong`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-01-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 652 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Palladium`, Spread: 0.01, Open: 600.55, Price: 608.45, Buy: 601, Sell: 601.01, Change: 7.45, ChangePercent: 1.24, Volume: 651, High: 607.2, Low: 598.4, YearlyHigh: 690, YearlyLow: 458.6, YearlyStart: 574.3, YearlyChange: 4.65, Settlement: `Loan`, Contract: `Futures`, Region: `Asia Pacific`, Country: `Japan`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `High`, Issuer: `American Airlines`, Maturity: `2022-02-16`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 653 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Natural Gas`, Spread: 0.02, Open: 2.094, Price: 2.09, Buy: 2.09, Sell: 2.09, Change: -0.01, ChangePercent: -0.84, Volume: 2783, High: 2.11, Low: 2.09, YearlyHigh: 3.2, YearlyLow: 1.84, YearlyStart: 2.52, YearlyChange: -16.51, Settlement: `Credit`, Contract: `Swap`, Region: `Africa`, Country: `Senegal`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `Poor`, Issuer: `FedEx`, Maturity: `2022-01-24`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 654 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Ethanol`, Spread: 0.01, Open: 1.512, Price: 2.75, Buy: 2.75, Sell: 2.76, Change: 0, ChangePercent: -0.28, Volume: 14, High: 2.75, Low: 1.12, YearlyHigh: 2.75, YearlyLow: 1.12, YearlyStart: 1.48, YearlyChange: 86.7, Settlement: `Credit`, Contract: `Options`, Region: `South America`, Country: `Brazil`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-05-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 655 }), + new FinancialDataAllItem({ Category: `Index`, Type: `NAS Future`, Spread: 0.01, Open: 4341.25, Price: 4285.71, Buy: 4341.25, Sell: 4341.25, Change: -55.57, ChangePercent: -1.28, Volume: 18259, High: 4347, Low: 4318, YearlyHigh: 4719.75, YearlyLow: 3867.75, YearlyStart: 4293.75, YearlyChange: 1.11, Settlement: `Credit`, Contract: `Forwards`, Region: `Africa`, Country: `Libya`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-08-27`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 656 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Coffee`, Spread: 0.01, Open: 125.7, Price: 123.83, Buy: 125.7, Sell: 125.7, Change: -1.86, ChangePercent: -1.48, Volume: 1654, High: 125.8, Low: 125, YearlyHigh: 155.75, YearlyLow: 115.35, YearlyStart: 135.55, YearlyChange: -7.27, Settlement: `Loan`, Contract: `Forwards`, Region: `Asia Pacific`, Country: `Japan`, Risk: `High`, Sector: `Private`, Currency: `PLN`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-04-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 657 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Platinum`, Spread: 0.01, Open: 1071.6, Price: 1051.82, Buy: 1071.09, Sell: 1071.1, Change: -19.28, ChangePercent: -1.8, Volume: 3039, High: 1081.2, Low: 1070.5, YearlyHigh: 1120.6, YearlyLow: 812.4, YearlyStart: 966.5, YearlyChange: 10.82, Settlement: `Loan`, Contract: `Swap`, Region: `Africa`, Country: `Tunisia`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `High`, Issuer: `American Airlines`, Maturity: `2022-03-16`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 658 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soy Meat`, Spread: 0.01, Open: 342.6, Price: 339.74, Buy: 342.6, Sell: 342.6, Change: -2.88, ChangePercent: -0.84, Volume: 5646, High: 345.4, Low: 340.3, YearlyHigh: 353.4, YearlyLow: 261.7, YearlyStart: 307.55, YearlyChange: 11.4, Settlement: `Cash`, Contract: `Futures`, Region: `Africa`, Country: `South Africa`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `High`, Issuer: `American Airlines`, Maturity: `2022-04-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 659 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `US 10YR Future`, Spread: 0.01, Open: 130.5625, Price: 128.08, Buy: 130.56, Sell: 130.56, Change: -2.5, ChangePercent: -1.92, Volume: 189310, High: 130.63, Low: 130.44, YearlyHigh: 132.64, YearlyLow: 125.48, YearlyStart: 129.06, YearlyChange: 1.18, Settlement: `Cash`, Contract: `CFD`, Region: `Asia Pacific`, Country: `Indonesia`, Risk: `Low`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-06-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 660 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Cotton`, Spread: 0.01, Open: 61.77, Price: 62.77, Buy: 61.77, Sell: 61.77, Change: 1.01, ChangePercent: 1.64, Volume: 3612, High: 62.06, Low: 61.32, YearlyHigh: 67.59, YearlyLow: 54.33, YearlyStart: 60.96, YearlyChange: 1.31, Settlement: `Loan`, Contract: `Swap`, Region: `Middle East`, Country: `Qatar`, Risk: `Low`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-05-22`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 661 }), + new FinancialDataAllItem({ Category: `Index`, Type: `NAS Future`, Spread: 0.01, Open: 4341.25, Price: 4372.54, Buy: 4341.25, Sell: 4341.25, Change: 31.26, ChangePercent: 0.72, Volume: 18259, High: 4347, Low: 4318, YearlyHigh: 4719.75, YearlyLow: 3867.75, YearlyStart: 4293.75, YearlyChange: 1.11, Settlement: `Credit`, Contract: `Swap`, Region: `Africa`, Country: `Egypt`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-02-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 662 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Gold`, Spread: 0.01, Open: 1281.1, Price: 1303.78, Buy: 1280.73, Sell: 1280.74, Change: 23.05, ChangePercent: 1.8, Volume: 48387, High: 1289.5, Low: 1279.1, YearlyHigh: 1306, YearlyLow: 1047.2, YearlyStart: 1176.6, YearlyChange: 8.85, Settlement: `Credit`, Contract: `Futures`, Region: `Africa`, Country: `Morocco`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `High`, Issuer: `FedEx`, Maturity: `2022-06-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 663 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Wheat`, Spread: 0.01, Open: 465.5, Price: 466.26, Buy: 465.5, Sell: 465.5, Change: 0.74, ChangePercent: 0.16, Volume: 4318, High: 467, Low: 463.25, YearlyHigh: 628.5, YearlyLow: 449.5, YearlyStart: 539, YearlyChange: -13.63, Settlement: `Cash`, Contract: `Forwards`, Region: `South America`, Country: `Guyana`, Risk: `Low`, Sector: `Public`, Currency: `PLN`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-09-19`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 664 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Cocoa`, Spread: 0.01, Open: 3076, Price: 3082.18, Buy: 3076, Sell: 3076, Change: 6.15, ChangePercent: 0.2, Volume: 978, High: 3078, Low: 3066, YearlyHigh: 3406, YearlyLow: 2746, YearlyStart: 3076, YearlyChange: 0, Settlement: `Cash`, Contract: `Options`, Region: `Africa`, Country: `South Africa`, Risk: `High`, Sector: `Private`, Currency: `PLN`, Security: `High`, Issuer: `FedEx`, Maturity: `2022-06-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 665 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Oil`, Spread: 0.015, Open: 45.54, Price: 46.12, Buy: 45.78, Sell: 45.8, Change: 0.33, ChangePercent: 0.72, Volume: 107196, High: 45.94, Low: 45, YearlyHigh: 65.28, YearlyLow: 30.79, YearlyStart: 48.03, YearlyChange: -4.67, Settlement: `Cash`, Contract: `Futures`, Region: `Africa`, Country: `Senegal`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-02-23`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 666 }), + new FinancialDataAllItem({ Category: `Index`, Type: `DOW Future`, Spread: 0.01, Open: 17711, Price: 17995.55, Buy: 17712.15, Sell: 17712.16, Change: 283.4, ChangePercent: 1.6, Volume: 22236, High: 17727, Low: 17642, YearlyHigh: 18083, YearlyLow: 15299, YearlyStart: 16691, YearlyChange: 6.12, Settlement: `Credit`, Contract: `Futures`, Region: `Europe`, Country: `Romania`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-06-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 667 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Corn`, Spread: 0.01, Open: 379.5, Price: 384.82, Buy: 379.8, Sell: 379.81, Change: 5.02, ChangePercent: 1.32, Volume: 11266, High: 381, Low: 377.75, YearlyHigh: 471.25, YearlyLow: 351.25, YearlyStart: 411.25, YearlyChange: -7.65, Settlement: `Cash`, Contract: `Futures`, Region: `Europe`, Country: `Romania`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-04-16`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 668 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `FD Cattle`, Spread: 0.01, Open: 147.175, Price: 148.78, Buy: 148.6, Sell: 148.61, Change: 0.17, ChangePercent: 0.12, Volume: 5, High: 148.61, Low: 147.18, YearlyHigh: 190, YearlyLow: 138.1, YearlyStart: 164.05, YearlyChange: -9.41, Settlement: `Credit`, Contract: `Swap`, Region: `Asia Pacific`, Country: `Korea`, Risk: `Low`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-07-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 669 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `LV Cattle`, Spread: 0.01, Open: 120.725, Price: 121.43, Buy: 120.72, Sell: 120.72, Change: 0.73, ChangePercent: 0.6, Volume: 4, High: 120.72, Low: 120.72, YearlyHigh: 147.98, YearlyLow: 113.9, YearlyStart: 130.94, YearlyChange: -7.82, Settlement: `Cash`, Contract: `Options`, Region: `Europe`, Country: `Italy`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-03-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 670 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Palladium`, Spread: 0.01, Open: 600.55, Price: 610.14, Buy: 601, Sell: 601.01, Change: 9.14, ChangePercent: 1.52, Volume: 651, High: 607.2, Low: 598.4, YearlyHigh: 690, YearlyLow: 458.6, YearlyStart: 574.3, YearlyChange: 4.65, Settlement: `Loan`, Contract: `Forwards`, Region: `North America`, Country: `Mexico`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-05-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 671 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `AUD/USD`, Spread: 0.02, Open: 0.7344, Price: 0.76, Buy: 0.73, Sell: 0.73, Change: 0.02, ChangePercent: 1.8, Volume: 36764, High: 0.74, Low: 0.73, YearlyHigh: 0.79, YearlyLow: 0.68, YearlyStart: 0.73, YearlyChange: 1.28, Settlement: `Credit`, Contract: `Futures`, Region: `Africa`, Country: `Libya`, Risk: `High`, Sector: `Public`, Currency: `USD`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-02-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 672 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `AUD/USD`, Spread: 0.02, Open: 0.7344, Price: 0.76, Buy: 0.73, Sell: 0.73, Change: 0.02, ChangePercent: 1.88, Volume: 36764, High: 0.74, Low: 0.73, YearlyHigh: 0.79, YearlyLow: 0.68, YearlyStart: 0.73, YearlyChange: 1.28, Settlement: `Loan`, Contract: `Futures`, Region: `Africa`, Country: `Cameroon`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `High`, Issuer: `FedEx`, Maturity: `2022-06-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 673 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Silver`, Spread: 0.01, Open: 17.43, Price: 17.58, Buy: 17.43, Sell: 17.43, Change: 0.16, ChangePercent: 0.92, Volume: 11720, High: 17.51, Low: 17.37, YearlyHigh: 18.06, YearlyLow: 13.73, YearlyStart: 15.89, YearlyChange: 9.59, Settlement: `Loan`, Contract: `Futures`, Region: `Europe`, Country: `Germany`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-02-27`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 674 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soy oil`, Spread: 0.01, Open: 33.26, Price: 33.7, Buy: 33.77, Sell: 33.78, Change: -0.07, ChangePercent: -0.2, Volume: 10592, High: 33.77, Low: 33.06, YearlyHigh: 35.43, YearlyLow: 26.61, YearlyStart: 31.02, YearlyChange: 8.87, Settlement: `Loan`, Contract: `Futures`, Region: `Africa`, Country: `Cameroon`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-05-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 675 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Corn`, Spread: 0.01, Open: 379.5, Price: 377.52, Buy: 379.8, Sell: 379.81, Change: -2.28, ChangePercent: -0.6, Volume: 11266, High: 381, Low: 377.75, YearlyHigh: 471.25, YearlyLow: 351.25, YearlyStart: 411.25, YearlyChange: -7.65, Settlement: `Loan`, Contract: `Forwards`, Region: `Middle East`, Country: `Iraq`, Risk: `Low`, Sector: `Public`, Currency: `USD`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-03-10`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 676 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `US 2Y Future`, Spread: 0.01, Open: 109.3984, Price: 110.18, Buy: 109.4, Sell: 109.4, Change: 0.79, ChangePercent: 0.72, Volume: 17742, High: 109.41, Low: 109.38, YearlyHigh: 109.8, YearlyLow: 108.62, YearlyStart: 109.21, YearlyChange: 0.16, Settlement: `Cash`, Contract: `Options`, Region: `Middle East`, Country: `Iraq`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-05-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 677 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/JPY`, Spread: 0.02, Open: 9275.5, Price: 9336.71, Buy: 9277.32, Sell: 9277.34, Change: 59.38, ChangePercent: 0.64, Volume: 47734, High: 9277.33, Low: 0.93, YearlyHigh: 9483, YearlyLow: 0.93, YearlyStart: 4741.97, YearlyChange: 95.64, Settlement: `Credit`, Contract: `Options`, Region: `Europe`, Country: `Czechia`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-08-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 678 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soy Meat`, Spread: 0.01, Open: 342.6, Price: 348.65, Buy: 342.6, Sell: 342.6, Change: 6.03, ChangePercent: 1.76, Volume: 5646, High: 345.4, Low: 340.3, YearlyHigh: 353.4, YearlyLow: 261.7, YearlyStart: 307.55, YearlyChange: 11.4, Settlement: `Credit`, Contract: `Futures`, Region: `Middle East`, Country: `Iraq`, Risk: `Low`, Sector: `Government`, Currency: `USD`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-02-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 679 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `US 30YR Future`, Spread: 0.01, Open: 164.875, Price: 164.75, Buy: 164.15, Sell: 164.16, Change: 0.59, ChangePercent: 0.36, Volume: 28012, High: 165.25, Low: 164.04, YearlyHigh: 169.38, YearlyLow: 151.47, YearlyStart: 160.43, YearlyChange: 2.33, Settlement: `Credit`, Contract: `CFD`, Region: `Asia Pacific`, Country: `Japan`, Risk: `Low`, Sector: `Public`, Currency: `PLN`, Security: `High`, Issuer: `FedEx`, Maturity: `2022-08-21`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 680 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `LV Cattle`, Spread: 0.01, Open: 120.725, Price: 123.02, Buy: 120.72, Sell: 120.72, Change: 2.31, ChangePercent: 1.92, Volume: 4, High: 120.72, Low: 120.72, YearlyHigh: 147.98, YearlyLow: 113.9, YearlyStart: 130.94, YearlyChange: -7.82, Settlement: `Loan`, Contract: `Futures`, Region: `Europe`, Country: `Hungary`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-07-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 681 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P 600 MINI`, Spread: 0.01, Open: 687.9, Price: 679.08, Buy: 687.9, Sell: 687.9, Change: -8.8, ChangePercent: -1.28, Volume: 0, High: 0, Low: 0, YearlyHigh: 620.32, YearlyLow: 595.9, YearlyStart: 608.11, YearlyChange: 13.12, Settlement: `Credit`, Contract: `Swap`, Region: `Middle East`, Country: `Lebanon`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-07-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 682 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P Future`, Spread: 0.01, Open: 2057.5, Price: 2031.1, Buy: 2056.6, Sell: 2056.61, Change: -25.5, ChangePercent: -1.24, Volume: 142780, High: 2059.5, Low: 2049, YearlyHigh: 2105.5, YearlyLow: 1794.5, YearlyStart: 1950, YearlyChange: 5.47, Settlement: `Loan`, Contract: `Options`, Region: `Middle East`, Country: `Saudi Arabia`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-02-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 683 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Silver`, Spread: 0.01, Open: 17.43, Price: 17.17, Buy: 17.43, Sell: 17.43, Change: -0.25, ChangePercent: -1.44, Volume: 11720, High: 17.51, Low: 17.37, YearlyHigh: 18.06, YearlyLow: 13.73, YearlyStart: 15.89, YearlyChange: 9.59, Settlement: `Loan`, Contract: `Options`, Region: `North America`, Country: `United States`, Risk: `High`, Sector: `Private`, Currency: `PLN`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-01-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 684 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `AUD/USD`, Spread: 0.02, Open: 0.7344, Price: 0.76, Buy: 0.73, Sell: 0.73, Change: 0.02, ChangePercent: 1.68, Volume: 36764, High: 0.74, Low: 0.73, YearlyHigh: 0.79, YearlyLow: 0.68, YearlyStart: 0.73, YearlyChange: 1.28, Settlement: `Cash`, Contract: `Options`, Region: `Africa`, Country: `Tunisia`, Risk: `Low`, Sector: `Public`, Currency: `PLN`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-07-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 685 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Cocoa`, Spread: 0.01, Open: 3076, Price: 3116.63, Buy: 3076, Sell: 3076, Change: 40.6, ChangePercent: 1.32, Volume: 978, High: 3078, Low: 3066, YearlyHigh: 3406, YearlyLow: 2746, YearlyStart: 3076, YearlyChange: 0, Settlement: `Loan`, Contract: `Futures`, Region: `Asia Pacific`, Country: `China`, Risk: `Low`, Sector: `Public`, Currency: `USD`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-02-21`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 686 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Coal`, Spread: 0.015, Open: 0.4363, Price: 0.42, Buy: 0.44, Sell: 0.44, Change: 0, ChangePercent: 0.72, Volume: 3, High: 0.44, Low: 0.44, YearlyHigh: 0.48, YearlyLow: 0.4, YearlyStart: 0.44, YearlyChange: -5.33, Settlement: `Cash`, Contract: `CFD`, Region: `Europe`, Country: `Greece`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-02-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 687 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Gold`, Spread: 0.01, Open: 1281.1, Price: 1278.17, Buy: 1280.73, Sell: 1280.74, Change: -2.56, ChangePercent: -0.2, Volume: 48387, High: 1289.5, Low: 1279.1, YearlyHigh: 1306, YearlyLow: 1047.2, YearlyStart: 1176.6, YearlyChange: 8.85, Settlement: `Loan`, Contract: `Futures`, Region: `Africa`, Country: `Libya`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-03-23`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 688 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `BTC/USD`, Spread: 0.06, Open: 93.88, Price: 20589.16, Buy: 21200.76, Sell: 21400.78, Change: -411.61, ChangePercent: -1.96, Volume: 5788000, High: 22400.05, Low: 20100.75, YearlyHigh: 62400.7, YearlyLow: 15100.88, YearlyStart: 21200.29, YearlyChange: -20.62, Settlement: `Credit`, Contract: `Forwards`, Region: `Asia Pacific`, Country: `Australia`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-05-23`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 689 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Natural Gas`, Spread: 0.02, Open: 2.094, Price: 2.08, Buy: 2.09, Sell: 2.09, Change: -0.02, ChangePercent: -1.32, Volume: 2783, High: 2.11, Low: 2.09, YearlyHigh: 3.2, YearlyLow: 1.84, YearlyStart: 2.52, YearlyChange: -16.51, Settlement: `Cash`, Contract: `Swap`, Region: `Europe`, Country: `Switzerland`, Risk: `Low`, Sector: `Public`, Currency: `PLN`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-06-19`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 690 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `OJ Future`, Spread: 0.01, Open: 140.6, Price: 141.76, Buy: 140.18, Sell: 140.19, Change: 1.57, ChangePercent: 1.12, Volume: 7, High: 140.19, Low: 0, YearlyHigh: 155.95, YearlyLow: 113, YearlyStart: 134.47, YearlyChange: 4.25, Settlement: `Credit`, Contract: `Options`, Region: `Middle East`, Country: `Jordan`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-02-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 691 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Copper`, Spread: 0.02, Open: 2.123, Price: 2.08, Buy: 2.12, Sell: 2.12, Change: -0.03, ChangePercent: -1.56, Volume: 28819, High: 2.16, Low: 2.11, YearlyHigh: 2.94, YearlyLow: 1.96, YearlyStart: 2.45, YearlyChange: -13.76, Settlement: `Cash`, Contract: `CFD`, Region: `Asia Pacific`, Country: `Hong Kong`, Risk: `Low`, Sector: `Public`, Currency: `USD`, Security: `Poor`, Issuer: `American Airlines`, Maturity: `2022-06-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 692 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Palladium`, Spread: 0.01, Open: 600.55, Price: 599.8, Buy: 601, Sell: 601.01, Change: -1.2, ChangePercent: -0.2, Volume: 651, High: 607.2, Low: 598.4, YearlyHigh: 690, YearlyLow: 458.6, YearlyStart: 574.3, YearlyChange: 4.65, Settlement: `Credit`, Contract: `Options`, Region: `Asia Pacific`, Country: `India`, Risk: `Low`, Sector: `Government`, Currency: `PLN`, Security: `High`, Issuer: `FedEx`, Maturity: `2022-04-24`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 693 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soy Meat`, Spread: 0.01, Open: 342.6, Price: 337.96, Buy: 342.6, Sell: 342.6, Change: -4.66, ChangePercent: -1.36, Volume: 5646, High: 345.4, Low: 340.3, YearlyHigh: 353.4, YearlyLow: 261.7, YearlyStart: 307.55, YearlyChange: 11.4, Settlement: `Cash`, Contract: `CFD`, Region: `Asia Pacific`, Country: `India`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-03-21`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 694 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `US 30YR Future`, Spread: 0.01, Open: 164.875, Price: 164.09, Buy: 164.15, Sell: 164.16, Change: -0.07, ChangePercent: -0.04, Volume: 28012, High: 165.25, Low: 164.04, YearlyHigh: 169.38, YearlyLow: 151.47, YearlyStart: 160.43, YearlyChange: 2.33, Settlement: `Credit`, Contract: `Futures`, Region: `Africa`, Country: `Ethiopia`, Risk: `Low`, Sector: `Public`, Currency: `PLN`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-05-11`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 695 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soy oil`, Spread: 0.01, Open: 33.26, Price: 33.5, Buy: 33.77, Sell: 33.78, Change: -0.27, ChangePercent: -0.8, Volume: 10592, High: 33.77, Low: 33.06, YearlyHigh: 35.43, YearlyLow: 26.61, YearlyStart: 31.02, YearlyChange: 8.87, Settlement: `Credit`, Contract: `Options`, Region: `Africa`, Country: `Ethiopia`, Risk: `Low`, Sector: `Government`, Currency: `PLN`, Security: `High`, Issuer: `FedEx`, Maturity: `2022-03-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 696 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Gold`, Spread: 0.01, Open: 1281.1, Price: 1257.68, Buy: 1280.73, Sell: 1280.74, Change: -23.05, ChangePercent: -1.8, Volume: 48387, High: 1289.5, Low: 1279.1, YearlyHigh: 1306, YearlyLow: 1047.2, YearlyStart: 1176.6, YearlyChange: 8.85, Settlement: `Loan`, Contract: `Options`, Region: `Europe`, Country: `Italy`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-04-21`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 697 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Milk`, Spread: 0.01, Open: 12.87, Price: 12.98, Buy: 12.87, Sell: 12.87, Change: 0.12, ChangePercent: 0.96, Volume: 7, High: 12.89, Low: 12.81, YearlyHigh: 16.96, YearlyLow: 12.81, YearlyStart: 14.88, YearlyChange: -13.6, Settlement: `Loan`, Contract: `Forwards`, Region: `North America`, Country: `United States`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-05-22`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 698 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `AUD/USD`, Spread: 0.02, Open: 0.7344, Price: 0.75, Buy: 0.73, Sell: 0.73, Change: 0.01, ChangePercent: 1.32, Volume: 36764, High: 0.74, Low: 0.73, YearlyHigh: 0.79, YearlyLow: 0.68, YearlyStart: 0.73, YearlyChange: 1.28, Settlement: `Cash`, Contract: `Futures`, Region: `Europe`, Country: `Czechia`, Risk: `Low`, Sector: `Public`, Currency: `EUR`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-07-21`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 699 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `FD Cattle`, Spread: 0.01, Open: 147.175, Price: 147.66, Buy: 148.6, Sell: 148.61, Change: -0.95, ChangePercent: -0.64, Volume: 5, High: 148.61, Low: 147.18, YearlyHigh: 190, YearlyLow: 138.1, YearlyStart: 164.05, YearlyChange: -9.41, Settlement: `Loan`, Contract: `Swap`, Region: `Africa`, Country: `Cameroon`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-09-21`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 700 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Gold`, Spread: 0.01, Open: 1281.1, Price: 1299.17, Buy: 1280.73, Sell: 1280.74, Change: 18.44, ChangePercent: 1.44, Volume: 48387, High: 1289.5, Low: 1279.1, YearlyHigh: 1306, YearlyLow: 1047.2, YearlyStart: 1176.6, YearlyChange: 8.85, Settlement: `Cash`, Contract: `Swap`, Region: `South America`, Country: `Ecuador`, Risk: `High`, Sector: `Public`, Currency: `USD`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-07-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 701 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `FD Cattle`, Spread: 0.01, Open: 147.175, Price: 149.44, Buy: 148.6, Sell: 148.61, Change: 0.83, ChangePercent: 0.56, Volume: 5, High: 148.61, Low: 147.18, YearlyHigh: 190, YearlyLow: 138.1, YearlyStart: 164.05, YearlyChange: -9.41, Settlement: `Loan`, Contract: `Swap`, Region: `Africa`, Country: `Senegal`, Risk: `High`, Sector: `Public`, Currency: `PLN`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-08-23`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 702 }), + new FinancialDataAllItem({ Category: `Index`, Type: `DOW Future`, Spread: 0.01, Open: 17711, Price: 17535.03, Buy: 17712.15, Sell: 17712.16, Change: -177.12, ChangePercent: -1, Volume: 22236, High: 17727, Low: 17642, YearlyHigh: 18083, YearlyLow: 15299, YearlyStart: 16691, YearlyChange: 6.12, Settlement: `Cash`, Contract: `Futures`, Region: `Middle East`, Country: `Kuwait`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-02-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 703 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `BTC/USD`, Spread: 0.06, Open: 93.88, Price: 21101.58, Buy: 21200.76, Sell: 21400.78, Change: 100.81, ChangePercent: 0.48, Volume: 5788000, High: 22400.05, Low: 20100.75, YearlyHigh: 62400.7, YearlyLow: 15100.88, YearlyStart: 21200.29, YearlyChange: -20.62, Settlement: `Credit`, Contract: `Options`, Region: `Middle East`, Country: `Israel`, Risk: `High`, Sector: `Private`, Currency: `PLN`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-06-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 704 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Coal`, Spread: 0.015, Open: 0.4363, Price: 0.41, Buy: 0.44, Sell: 0.44, Change: -0.01, ChangePercent: -0.72, Volume: 3, High: 0.44, Low: 0.44, YearlyHigh: 0.48, YearlyLow: 0.4, YearlyStart: 0.44, YearlyChange: -5.33, Settlement: `Loan`, Contract: `Options`, Region: `North America`, Country: `Canada`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-03-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 705 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Sugar`, Spread: 0.01, Open: 15.68, Price: 14.55, Buy: 14.67, Sell: 14.68, Change: -0.12, ChangePercent: -0.84, Volume: 4949, High: 15.7, Low: 14.67, YearlyHigh: 16.87, YearlyLow: 11.37, YearlyStart: 14.12, YearlyChange: 3.92, Settlement: `Cash`, Contract: `Swap`, Region: `Middle East`, Country: `Israel`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-01-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 706 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `BTC/USD`, Spread: 0.06, Open: 93.88, Price: 20656.36, Buy: 21200.76, Sell: 21400.78, Change: -344.41, ChangePercent: -1.64, Volume: 5788000, High: 22400.05, Low: 20100.75, YearlyHigh: 62400.7, YearlyLow: 15100.88, YearlyStart: 21200.29, YearlyChange: -20.62, Settlement: `Cash`, Contract: `Futures`, Region: `Europe`, Country: `Denmark`, Risk: `High`, Sector: `Public`, Currency: `USD`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-02-21`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 707 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soybean`, Spread: 0.01, Open: 1038, Price: 1039.03, Buy: 1038.61, Sell: 1038.62, Change: 0.41, ChangePercent: 0.04, Volume: 20356, High: 1044, Low: 1031.75, YearlyHigh: 1057, YearlyLow: 859.5, YearlyStart: 958.25, YearlyChange: 8.39, Settlement: `Cash`, Contract: `Forwards`, Region: `North America`, Country: `Canada`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-06-21`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 708 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P MID MINI`, Spread: 0.01, Open: 1454.3, Price: 1430.16, Buy: 1455.78, Sell: 1455.79, Change: -25.62, ChangePercent: -1.76, Volume: 338, High: 1455.78, Low: 1448, YearlyHigh: 1527.3, YearlyLow: 1236, YearlyStart: 1381.65, YearlyChange: 5.37, Settlement: `Credit`, Contract: `Options`, Region: `South America`, Country: `Chile`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `High`, Issuer: `FedEx`, Maturity: `2022-01-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 709 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soybean`, Spread: 0.01, Open: 1038, Price: 1040.69, Buy: 1038.61, Sell: 1038.62, Change: 2.07, ChangePercent: 0.2, Volume: 20356, High: 1044, Low: 1031.75, YearlyHigh: 1057, YearlyLow: 859.5, YearlyStart: 958.25, YearlyChange: 8.39, Settlement: `Cash`, Contract: `Options`, Region: `South America`, Country: `Guyana`, Risk: `High`, Sector: `Government`, Currency: `USD`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-06-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 710 }), + new FinancialDataAllItem({ Category: `Index`, Type: `DOW Future`, Spread: 0.01, Open: 17711, Price: 17924.7, Buy: 17712.15, Sell: 17712.16, Change: 212.55, ChangePercent: 1.2, Volume: 22236, High: 17727, Low: 17642, YearlyHigh: 18083, YearlyLow: 15299, YearlyStart: 16691, YearlyChange: 6.12, Settlement: `Loan`, Contract: `Swap`, Region: `Middle East`, Country: `Lebanon`, Risk: `High`, Sector: `Public`, Currency: `USD`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-09-23`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 711 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `LV Cattle`, Spread: 0.01, Open: 120.725, Price: 119.69, Buy: 120.72, Sell: 120.72, Change: -1.02, ChangePercent: -0.84, Volume: 4, High: 120.72, Low: 120.72, YearlyHigh: 147.98, YearlyLow: 113.9, YearlyStart: 130.94, YearlyChange: -7.82, Settlement: `Loan`, Contract: `Swap`, Region: `Europe`, Country: `United Kingdom`, Risk: `High`, Sector: `Government`, Currency: `PLN`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-06-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 712 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `US 30YR Future`, Spread: 0.01, Open: 164.875, Price: 163.3, Buy: 164.15, Sell: 164.16, Change: -0.86, ChangePercent: -0.52, Volume: 28012, High: 165.25, Low: 164.04, YearlyHigh: 169.38, YearlyLow: 151.47, YearlyStart: 160.43, YearlyChange: 2.33, Settlement: `Credit`, Contract: `Futures`, Region: `Europe`, Country: `Portugal`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-02-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 713 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Oats`, Spread: 0.01, Open: 194.5, Price: 194.61, Buy: 194.21, Sell: 194.22, Change: 0.39, ChangePercent: 0.2, Volume: 64, High: 195.75, Low: 194, YearlyHigh: 241.25, YearlyLow: 183.75, YearlyStart: 212.5, YearlyChange: -8.6, Settlement: `Cash`, Contract: `Futures`, Region: `Asia Pacific`, Country: `Thailand`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `Poor`, Issuer: `American Airlines`, Maturity: `2022-04-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 714 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Wheat`, Spread: 0.01, Open: 465.5, Price: 468.31, Buy: 465.5, Sell: 465.5, Change: 2.79, ChangePercent: 0.6, Volume: 4318, High: 467, Low: 463.25, YearlyHigh: 628.5, YearlyLow: 449.5, YearlyStart: 539, YearlyChange: -13.63, Settlement: `Cash`, Contract: `Swap`, Region: `North America`, Country: `Mexico`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-01-23`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 715 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Ethanol`, Spread: 0.01, Open: 1.512, Price: 2.71, Buy: 2.75, Sell: 2.76, Change: -0.04, ChangePercent: -1.44, Volume: 14, High: 2.75, Low: 1.12, YearlyHigh: 2.75, YearlyLow: 1.12, YearlyStart: 1.48, YearlyChange: 86.7, Settlement: `Loan`, Contract: `Futures`, Region: `Europe`, Country: `Croatia`, Risk: `Low`, Sector: `Government`, Currency: `USD`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-08-11`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 716 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soybean`, Spread: 0.01, Open: 1038, Price: 1053.16, Buy: 1038.61, Sell: 1038.62, Change: 14.54, ChangePercent: 1.4, Volume: 20356, High: 1044, Low: 1031.75, YearlyHigh: 1057, YearlyLow: 859.5, YearlyStart: 958.25, YearlyChange: 8.39, Settlement: `Loan`, Contract: `Swap`, Region: `Africa`, Country: `Libya`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-05-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 717 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soy Meat`, Spread: 0.01, Open: 342.6, Price: 341.39, Buy: 342.6, Sell: 342.6, Change: -1.23, ChangePercent: -0.36, Volume: 5646, High: 345.4, Low: 340.3, YearlyHigh: 353.4, YearlyLow: 261.7, YearlyStart: 307.55, YearlyChange: 11.4, Settlement: `Cash`, Contract: `Futures`, Region: `South America`, Country: `Brazil`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-04-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 718 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `US 30YR Future`, Spread: 0.01, Open: 164.875, Price: 163.83, Buy: 164.15, Sell: 164.16, Change: -0.33, ChangePercent: -0.2, Volume: 28012, High: 165.25, Low: 164.04, YearlyHigh: 169.38, YearlyLow: 151.47, YearlyStart: 160.43, YearlyChange: 2.33, Settlement: `Credit`, Contract: `Swap`, Region: `Middle East`, Country: `Saudi Arabia`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-06-23`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 719 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Milk`, Spread: 0.01, Open: 12.87, Price: 12.94, Buy: 12.87, Sell: 12.87, Change: 0.08, ChangePercent: 0.64, Volume: 7, High: 12.89, Low: 12.81, YearlyHigh: 16.96, YearlyLow: 12.81, YearlyStart: 14.88, YearlyChange: -13.6, Settlement: `Loan`, Contract: `Forwards`, Region: `Asia Pacific`, Country: `Taiwan`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-01-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 720 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Platinum`, Spread: 0.01, Open: 1071.6, Price: 1070.67, Buy: 1071.09, Sell: 1071.1, Change: -0.43, ChangePercent: -0.04, Volume: 3039, High: 1081.2, Low: 1070.5, YearlyHigh: 1120.6, YearlyLow: 812.4, YearlyStart: 966.5, YearlyChange: 10.82, Settlement: `Loan`, Contract: `CFD`, Region: `Africa`, Country: `Morocco`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-02-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 721 }), + new FinancialDataAllItem({ Category: `Index`, Type: `DOW Future`, Spread: 0.01, Open: 17711, Price: 17683.81, Buy: 17712.15, Sell: 17712.16, Change: -28.34, ChangePercent: -0.16, Volume: 22236, High: 17727, Low: 17642, YearlyHigh: 18083, YearlyLow: 15299, YearlyStart: 16691, YearlyChange: 6.12, Settlement: `Credit`, Contract: `Forwards`, Region: `Asia Pacific`, Country: `Australia`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-03-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 722 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P 600 MINI`, Spread: 0.01, Open: 687.9, Price: 691.18, Buy: 687.9, Sell: 687.9, Change: 3.3, ChangePercent: 0.48, Volume: 0, High: 0, Low: 0, YearlyHigh: 620.32, YearlyLow: 595.9, YearlyStart: 608.11, YearlyChange: 13.12, Settlement: `Credit`, Contract: `Forwards`, Region: `Asia Pacific`, Country: `Japan`, Risk: `Low`, Sector: `Public`, Currency: `EUR`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-08-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 723 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P MID MINI`, Spread: 0.01, Open: 1454.3, Price: 1459.28, Buy: 1455.78, Sell: 1455.79, Change: 3.5, ChangePercent: 0.24, Volume: 338, High: 1455.78, Low: 1448, YearlyHigh: 1527.3, YearlyLow: 1236, YearlyStart: 1381.65, YearlyChange: 5.37, Settlement: `Loan`, Contract: `Futures`, Region: `Africa`, Country: `Morocco`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-08-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 724 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Uranium`, Spread: 0.02, Open: 27.55, Price: 27.19, Buy: 27.55, Sell: 27.55, Change: -0.39, ChangePercent: -1.4, Volume: 12, High: 27.55, Low: 27.55, YearlyHigh: 29.32, YearlyLow: 21.28, YearlyStart: 25.3, YearlyChange: 9.01, Settlement: `Cash`, Contract: `Options`, Region: `Asia Pacific`, Country: `Pakistan`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-08-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 725 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Sugar`, Spread: 0.01, Open: 15.68, Price: 14.74, Buy: 14.67, Sell: 14.68, Change: 0.07, ChangePercent: 0.48, Volume: 4949, High: 15.7, Low: 14.67, YearlyHigh: 16.87, YearlyLow: 11.37, YearlyStart: 14.12, YearlyChange: 3.92, Settlement: `Cash`, Contract: `Swap`, Region: `Africa`, Country: `Ethiopia`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-08-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 726 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `FD Cattle`, Spread: 0.01, Open: 147.175, Price: 146.23, Buy: 148.6, Sell: 148.61, Change: -2.38, ChangePercent: -1.6, Volume: 5, High: 148.61, Low: 147.18, YearlyHigh: 190, YearlyLow: 138.1, YearlyStart: 164.05, YearlyChange: -9.41, Settlement: `Credit`, Contract: `Options`, Region: `Africa`, Country: `Tunisia`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-08-11`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 727 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Ethanol`, Spread: 0.01, Open: 1.512, Price: 2.8, Buy: 2.75, Sell: 2.76, Change: 0.05, ChangePercent: 1.56, Volume: 14, High: 2.75, Low: 1.12, YearlyHigh: 2.75, YearlyLow: 1.12, YearlyStart: 1.48, YearlyChange: 86.7, Settlement: `Loan`, Contract: `Options`, Region: `Middle East`, Country: `Israel`, Risk: `High`, Sector: `Government`, Currency: `USD`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-07-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 728 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Gold`, Spread: 0.01, Open: 1281.1, Price: 1271, Buy: 1280.73, Sell: 1280.74, Change: -9.73, ChangePercent: -0.76, Volume: 48387, High: 1289.5, Low: 1279.1, YearlyHigh: 1306, YearlyLow: 1047.2, YearlyStart: 1176.6, YearlyChange: 8.85, Settlement: `Cash`, Contract: `Forwards`, Region: `Europe`, Country: `Poland`, Risk: `Low`, Sector: `Government`, Currency: `PLN`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-05-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 729 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `OJ Future`, Spread: 0.01, Open: 140.6, Price: 142.26, Buy: 140.18, Sell: 140.19, Change: 2.07, ChangePercent: 1.48, Volume: 7, High: 140.19, Low: 0, YearlyHigh: 155.95, YearlyLow: 113, YearlyStart: 134.47, YearlyChange: 4.25, Settlement: `Credit`, Contract: `Swap`, Region: `Africa`, Country: `Cameroon`, Risk: `Low`, Sector: `Public`, Currency: `PLN`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-07-24`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 730 }), + new FinancialDataAllItem({ Category: `Index`, Type: `NAS Future`, Spread: 0.01, Open: 4341.25, Price: 4271.82, Buy: 4341.25, Sell: 4341.25, Change: -69.46, ChangePercent: -1.6, Volume: 18259, High: 4347, Low: 4318, YearlyHigh: 4719.75, YearlyLow: 3867.75, YearlyStart: 4293.75, YearlyChange: 1.11, Settlement: `Credit`, Contract: `Futures`, Region: `Middle East`, Country: `Lebanon`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-06-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 731 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Rice`, Spread: 0.01, Open: 11.245, Price: 10.41, Buy: 10.41, Sell: 10.42, Change: -0.01, ChangePercent: -0.04, Volume: 220, High: 11.38, Low: 10.42, YearlyHigh: 14.14, YearlyLow: 9.7, YearlyStart: 11.92, YearlyChange: -12.62, Settlement: `Credit`, Contract: `Options`, Region: `Asia Pacific`, Country: `New Zealand`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `Poor`, Issuer: `FedEx`, Maturity: `2022-01-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 732 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Rice`, Spread: 0.01, Open: 11.245, Price: 10.52, Buy: 10.41, Sell: 10.42, Change: 0.1, ChangePercent: 1, Volume: 220, High: 11.38, Low: 10.42, YearlyHigh: 14.14, YearlyLow: 9.7, YearlyStart: 11.92, YearlyChange: -12.62, Settlement: `Loan`, Contract: `Futures`, Region: `Middle East`, Country: `Qatar`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `High`, Issuer: `FedEx`, Maturity: `2022-08-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 733 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `LV Cattle`, Spread: 0.01, Open: 120.725, Price: 119.79, Buy: 120.72, Sell: 120.72, Change: -0.91, ChangePercent: -0.76, Volume: 4, High: 120.72, Low: 120.72, YearlyHigh: 147.98, YearlyLow: 113.9, YearlyStart: 130.94, YearlyChange: -7.82, Settlement: `Cash`, Contract: `Options`, Region: `Africa`, Country: `Niger`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-03-21`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 734 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `Lean Hogs`, Spread: 0.01, Open: 81.275, Price: 83.39, Buy: 81.81, Sell: 81.82, Change: 1.58, ChangePercent: 1.92, Volume: 1, High: 81.81, Low: 81.28, YearlyHigh: 83.98, YearlyLow: 70.25, YearlyStart: 77.11, YearlyChange: 6.09, Settlement: `Cash`, Contract: `Forwards`, Region: `Asia Pacific`, Country: `Australia`, Risk: `Low`, Sector: `Government`, Currency: `PLN`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-05-16`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 735 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/CAD`, Spread: 0.02, Open: 0.7744, Price: 0.94, Buy: 0.94, Sell: 0.96, Change: -0.01, ChangePercent: -1.08, Volume: 13669, High: 0.95, Low: 0.77, YearlyHigh: 0.95, YearlyLow: 0.68, YearlyStart: 0.76, YearlyChange: 26.43, Settlement: `Credit`, Contract: `Options`, Region: `Asia Pacific`, Country: `Taiwan`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-03-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 736 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `GBP/USD`, Spread: 0.02, Open: 1.4464, Price: 1.19, Buy: 1.18, Sell: 1.2, Change: 0, ChangePercent: -0.4, Volume: 29450, High: 1.45, Low: 1.19, YearlyHigh: 1.59, YearlyLow: 1.19, YearlyStart: 1.49, YearlyChange: -19.59, Settlement: `Credit`, Contract: `Options`, Region: `Africa`, Country: `Senegal`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-05-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 737 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Milk`, Spread: 0.01, Open: 12.87, Price: 12.69, Buy: 12.87, Sell: 12.87, Change: -0.17, ChangePercent: -1.36, Volume: 7, High: 12.89, Low: 12.81, YearlyHigh: 16.96, YearlyLow: 12.81, YearlyStart: 14.88, YearlyChange: -13.6, Settlement: `Credit`, Contract: `Swap`, Region: `Africa`, Country: `Niger`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-05-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 738 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Gold`, Spread: 0.01, Open: 1281.1, Price: 1262.29, Buy: 1280.73, Sell: 1280.74, Change: -18.44, ChangePercent: -1.44, Volume: 48387, High: 1289.5, Low: 1279.1, YearlyHigh: 1306, YearlyLow: 1047.2, YearlyStart: 1176.6, YearlyChange: 8.85, Settlement: `Cash`, Contract: `Swap`, Region: `Middle East`, Country: `Oman`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-07-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 739 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P MID MINI`, Spread: 0.01, Open: 1454.3, Price: 1437.15, Buy: 1455.78, Sell: 1455.79, Change: -18.63, ChangePercent: -1.28, Volume: 338, High: 1455.78, Low: 1448, YearlyHigh: 1527.3, YearlyLow: 1236, YearlyStart: 1381.65, YearlyChange: 5.37, Settlement: `Cash`, Contract: `Futures`, Region: `Asia Pacific`, Country: `Korea`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-02-16`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 740 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Coffee`, Spread: 0.01, Open: 125.7, Price: 123.53, Buy: 125.7, Sell: 125.7, Change: -2.16, ChangePercent: -1.72, Volume: 1654, High: 125.8, Low: 125, YearlyHigh: 155.75, YearlyLow: 115.35, YearlyStart: 135.55, YearlyChange: -7.27, Settlement: `Cash`, Contract: `Forwards`, Region: `North America`, Country: `Canada`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-05-16`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 741 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soybean`, Spread: 0.01, Open: 1038, Price: 1030.72, Buy: 1038.61, Sell: 1038.62, Change: -7.9, ChangePercent: -0.76, Volume: 20356, High: 1044, Low: 1031.75, YearlyHigh: 1057, YearlyLow: 859.5, YearlyStart: 958.25, YearlyChange: 8.39, Settlement: `Loan`, Contract: `Futures`, Region: `Europe`, Country: `Portugal`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-02-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 742 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Gold`, Spread: 0.01, Open: 1281.1, Price: 1296.1, Buy: 1280.73, Sell: 1280.74, Change: 15.37, ChangePercent: 1.2, Volume: 48387, High: 1289.5, Low: 1279.1, YearlyHigh: 1306, YearlyLow: 1047.2, YearlyStart: 1176.6, YearlyChange: 8.85, Settlement: `Credit`, Contract: `Swap`, Region: `Asia Pacific`, Country: `Malaysia`, Risk: `High`, Sector: `Public`, Currency: `PLN`, Security: `Poor`, Issuer: `FedEx`, Maturity: `2022-01-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 743 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Oats`, Spread: 0.01, Open: 194.5, Price: 195.54, Buy: 194.21, Sell: 194.22, Change: 1.32, ChangePercent: 0.68, Volume: 64, High: 195.75, Low: 194, YearlyHigh: 241.25, YearlyLow: 183.75, YearlyStart: 212.5, YearlyChange: -8.6, Settlement: `Loan`, Contract: `Forwards`, Region: `Europe`, Country: `Sweden`, Risk: `High`, Sector: `Public`, Currency: `USD`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-08-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 744 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Natural Gas`, Spread: 0.02, Open: 2.094, Price: 2.14, Buy: 2.09, Sell: 2.09, Change: 0.04, ChangePercent: 1.76, Volume: 2783, High: 2.11, Low: 2.09, YearlyHigh: 3.2, YearlyLow: 1.84, YearlyStart: 2.52, YearlyChange: -16.51, Settlement: `Cash`, Contract: `CFD`, Region: `Middle East`, Country: `Lebanon`, Risk: `High`, Sector: `Private`, Currency: `PLN`, Security: `High`, Issuer: `American Airlines`, Maturity: `2022-07-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 745 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Lumber`, Spread: 0.01, Open: 303.9, Price: 309.59, Buy: 304.59, Sell: 304.6, Change: 4.99, ChangePercent: 1.64, Volume: 2, High: 304.6, Low: 303.9, YearlyHigh: 317.1, YearlyLow: 236, YearlyStart: 276.55, YearlyChange: 10.14, Settlement: `Credit`, Contract: `CFD`, Region: `Europe`, Country: `Hungary`, Risk: `Low`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-07-22`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 746 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Rice`, Spread: 0.01, Open: 11.245, Price: 10.42, Buy: 10.41, Sell: 10.42, Change: 0, ChangePercent: 0.04, Volume: 220, High: 11.38, Low: 10.42, YearlyHigh: 14.14, YearlyLow: 9.7, YearlyStart: 11.92, YearlyChange: -12.62, Settlement: `Credit`, Contract: `Swap`, Region: `Asia Pacific`, Country: `Australia`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-08-27`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 747 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Copper`, Spread: 0.02, Open: 2.123, Price: 2.12, Buy: 2.12, Sell: 2.12, Change: 0.01, ChangePercent: 0.12, Volume: 28819, High: 2.16, Low: 2.11, YearlyHigh: 2.94, YearlyLow: 1.96, YearlyStart: 2.45, YearlyChange: -13.76, Settlement: `Cash`, Contract: `Options`, Region: `Africa`, Country: `Egypt`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-03-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 748 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soy oil`, Spread: 0.01, Open: 33.26, Price: 33.26, Buy: 33.77, Sell: 33.78, Change: -0.51, ChangePercent: -1.52, Volume: 10592, High: 33.77, Low: 33.06, YearlyHigh: 35.43, YearlyLow: 26.61, YearlyStart: 31.02, YearlyChange: 8.87, Settlement: `Cash`, Contract: `Options`, Region: `Asia Pacific`, Country: `Taiwan`, Risk: `Low`, Sector: `Public`, Currency: `PLN`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-01-11`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 749 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P Future`, Spread: 0.01, Open: 2057.5, Price: 2038.5, Buy: 2056.6, Sell: 2056.61, Change: -18.1, ChangePercent: -0.88, Volume: 142780, High: 2059.5, Low: 2049, YearlyHigh: 2105.5, YearlyLow: 1794.5, YearlyStart: 1950, YearlyChange: 5.47, Settlement: `Cash`, Contract: `Futures`, Region: `North America`, Country: `Mexico`, Risk: `Low`, Sector: `Government`, Currency: `USD`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-09-27`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 750 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Corn`, Spread: 0.01, Open: 379.5, Price: 374.49, Buy: 379.8, Sell: 379.81, Change: -5.31, ChangePercent: -1.4, Volume: 11266, High: 381, Low: 377.75, YearlyHigh: 471.25, YearlyLow: 351.25, YearlyStart: 411.25, YearlyChange: -7.65, Settlement: `Cash`, Contract: `Options`, Region: `South America`, Country: `Uruguay`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-07-27`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 751 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `FD Cattle`, Spread: 0.01, Open: 147.175, Price: 146.53, Buy: 148.6, Sell: 148.61, Change: -2.08, ChangePercent: -1.4, Volume: 5, High: 148.61, Low: 147.18, YearlyHigh: 190, YearlyLow: 138.1, YearlyStart: 164.05, YearlyChange: -9.41, Settlement: `Loan`, Contract: `Options`, Region: `Europe`, Country: `Finland`, Risk: `Low`, Sector: `Public`, Currency: `PLN`, Security: `High`, Issuer: `FedEx`, Maturity: `2022-04-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 752 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/CHF`, Spread: 0.02, Open: 1.0337, Price: 1.04, Buy: 1.03, Sell: 1.03, Change: 0, ChangePercent: -0.12, Volume: 5550, High: 1.03, Low: 1.03, YearlyHigh: 1.11, YearlyLow: 0.98, YearlyStart: 1.04, YearlyChange: -0.12, Settlement: `Loan`, Contract: `Forwards`, Region: `Africa`, Country: `Tunisia`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `Poor`, Issuer: `American Airlines`, Maturity: `2022-05-22`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 753 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Gold`, Spread: 0.01, Open: 1281.1, Price: 1259.73, Buy: 1280.73, Sell: 1280.74, Change: -21, ChangePercent: -1.64, Volume: 48387, High: 1289.5, Low: 1279.1, YearlyHigh: 1306, YearlyLow: 1047.2, YearlyStart: 1176.6, YearlyChange: 8.85, Settlement: `Loan`, Contract: `Swap`, Region: `Africa`, Country: `Egypt`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-04-19`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 754 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Milk`, Spread: 0.01, Open: 12.87, Price: 12.69, Buy: 12.87, Sell: 12.87, Change: -0.17, ChangePercent: -1.36, Volume: 7, High: 12.89, Low: 12.81, YearlyHigh: 16.96, YearlyLow: 12.81, YearlyStart: 14.88, YearlyChange: -13.6, Settlement: `Credit`, Contract: `CFD`, Region: `North America`, Country: `Mexico`, Risk: `High`, Sector: `Government`, Currency: `USD`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-05-11`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 755 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `FD Cattle`, Spread: 0.01, Open: 147.175, Price: 148.78, Buy: 148.6, Sell: 148.61, Change: 0.17, ChangePercent: 0.12, Volume: 5, High: 148.61, Low: 147.18, YearlyHigh: 190, YearlyLow: 138.1, YearlyStart: 164.05, YearlyChange: -9.41, Settlement: `Loan`, Contract: `Swap`, Region: `Middle East`, Country: `Syria`, Risk: `High`, Sector: `Government`, Currency: `PLN`, Security: `High`, Issuer: `American Airlines`, Maturity: `2022-08-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 756 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Cocoa`, Spread: 0.01, Open: 3076, Price: 3130.17, Buy: 3076, Sell: 3076, Change: 54.14, ChangePercent: 1.76, Volume: 978, High: 3078, Low: 3066, YearlyHigh: 3406, YearlyLow: 2746, YearlyStart: 3076, YearlyChange: 0, Settlement: `Cash`, Contract: `Swap`, Region: `Asia Pacific`, Country: `Philippines`, Risk: `High`, Sector: `Government`, Currency: `PLN`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-03-22`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 757 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soy oil`, Spread: 0.01, Open: 33.26, Price: 34.43, Buy: 33.77, Sell: 33.78, Change: 0.66, ChangePercent: 1.96, Volume: 10592, High: 33.77, Low: 33.06, YearlyHigh: 35.43, YearlyLow: 26.61, YearlyStart: 31.02, YearlyChange: 8.87, Settlement: `Cash`, Contract: `Forwards`, Region: `Middle East`, Country: `UAE`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-02-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 758 }), + new FinancialDataAllItem({ Category: `Index`, Type: `NAS Future`, Spread: 0.01, Open: 4341.25, Price: 4296.13, Buy: 4341.25, Sell: 4341.25, Change: -45.15, ChangePercent: -1.04, Volume: 18259, High: 4347, Low: 4318, YearlyHigh: 4719.75, YearlyLow: 3867.75, YearlyStart: 4293.75, YearlyChange: 1.11, Settlement: `Credit`, Contract: `Futures`, Region: `North America`, Country: `United States`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `Poor`, Issuer: `American Airlines`, Maturity: `2022-02-22`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 759 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Milk`, Spread: 0.01, Open: 12.87, Price: 13.02, Buy: 12.87, Sell: 12.87, Change: 0.16, ChangePercent: 1.24, Volume: 7, High: 12.89, Low: 12.81, YearlyHigh: 16.96, YearlyLow: 12.81, YearlyStart: 14.88, YearlyChange: -13.6, Settlement: `Cash`, Contract: `CFD`, Region: `Asia Pacific`, Country: `China`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-06-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 760 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Cotton`, Spread: 0.01, Open: 61.77, Price: 63, Buy: 61.77, Sell: 61.77, Change: 1.24, ChangePercent: 2, Volume: 3612, High: 62.06, Low: 61.32, YearlyHigh: 67.59, YearlyLow: 54.33, YearlyStart: 60.96, YearlyChange: 1.31, Settlement: `Cash`, Contract: `Options`, Region: `Africa`, Country: `Nigeria`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-01-11`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 761 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `LV Cattle`, Spread: 0.01, Open: 120.725, Price: 122.54, Buy: 120.72, Sell: 120.72, Change: 1.84, ChangePercent: 1.52, Volume: 4, High: 120.72, Low: 120.72, YearlyHigh: 147.98, YearlyLow: 113.9, YearlyStart: 130.94, YearlyChange: -7.82, Settlement: `Cash`, Contract: `Swap`, Region: `North America`, Country: `United States`, Risk: `High`, Sector: `Public`, Currency: `PLN`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-06-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 762 }), + new FinancialDataAllItem({ Category: `Index`, Type: `NAS Future`, Spread: 0.01, Open: 4341.25, Price: 4273.56, Buy: 4341.25, Sell: 4341.25, Change: -67.72, ChangePercent: -1.56, Volume: 18259, High: 4347, Low: 4318, YearlyHigh: 4719.75, YearlyLow: 3867.75, YearlyStart: 4293.75, YearlyChange: 1.11, Settlement: `Loan`, Contract: `Futures`, Region: `Europe`, Country: `France`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-06-27`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 763 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Cotton`, Spread: 0.01, Open: 61.77, Price: 60.57, Buy: 61.77, Sell: 61.77, Change: -1.19, ChangePercent: -1.92, Volume: 3612, High: 62.06, Low: 61.32, YearlyHigh: 67.59, YearlyLow: 54.33, YearlyStart: 60.96, YearlyChange: 1.31, Settlement: `Credit`, Contract: `Options`, Region: `South America`, Country: `Colombia`, Risk: `Low`, Sector: `Government`, Currency: `PLN`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-03-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 764 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Sugar`, Spread: 0.01, Open: 15.68, Price: 14.77, Buy: 14.67, Sell: 14.68, Change: 0.1, ChangePercent: 0.68, Volume: 4949, High: 15.7, Low: 14.67, YearlyHigh: 16.87, YearlyLow: 11.37, YearlyStart: 14.12, YearlyChange: 3.92, Settlement: `Cash`, Contract: `Options`, Region: `Middle East`, Country: `Jordan`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-02-23`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 765 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `Lean Hogs`, Spread: 0.01, Open: 81.275, Price: 81.55, Buy: 81.81, Sell: 81.82, Change: -0.26, ChangePercent: -0.32, Volume: 1, High: 81.81, Low: 81.28, YearlyHigh: 83.98, YearlyLow: 70.25, YearlyStart: 77.11, YearlyChange: 6.09, Settlement: `Cash`, Contract: `Options`, Region: `Europe`, Country: `Spain`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-05-16`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 766 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `OJ Future`, Spread: 0.01, Open: 140.6, Price: 141.37, Buy: 140.18, Sell: 140.19, Change: 1.18, ChangePercent: 0.84, Volume: 7, High: 140.19, Low: 0, YearlyHigh: 155.95, YearlyLow: 113, YearlyStart: 134.47, YearlyChange: 4.25, Settlement: `Cash`, Contract: `Forwards`, Region: `Europe`, Country: `Switzerland`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `High`, Issuer: `American Airlines`, Maturity: `2022-06-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 767 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `US 30YR Future`, Spread: 0.01, Open: 164.875, Price: 163.37, Buy: 164.15, Sell: 164.16, Change: -0.79, ChangePercent: -0.48, Volume: 28012, High: 165.25, Low: 164.04, YearlyHigh: 169.38, YearlyLow: 151.47, YearlyStart: 160.43, YearlyChange: 2.33, Settlement: `Credit`, Contract: `Options`, Region: `Africa`, Country: `South Africa`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-04-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 768 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Wheat`, Spread: 0.01, Open: 465.5, Price: 460.68, Buy: 465.5, Sell: 465.5, Change: -4.84, ChangePercent: -1.04, Volume: 4318, High: 467, Low: 463.25, YearlyHigh: 628.5, YearlyLow: 449.5, YearlyStart: 539, YearlyChange: -13.63, Settlement: `Loan`, Contract: `Futures`, Region: `North America`, Country: `United States`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-06-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 769 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Milk`, Spread: 0.01, Open: 12.87, Price: 13.09, Buy: 12.87, Sell: 12.87, Change: 0.23, ChangePercent: 1.8, Volume: 7, High: 12.89, Low: 12.81, YearlyHigh: 16.96, YearlyLow: 12.81, YearlyStart: 14.88, YearlyChange: -13.6, Settlement: `Cash`, Contract: `CFD`, Region: `Europe`, Country: `France`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-06-19`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 770 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Gold`, Spread: 0.01, Open: 1281.1, Price: 1267.92, Buy: 1280.73, Sell: 1280.74, Change: -12.81, ChangePercent: -1, Volume: 48387, High: 1289.5, Low: 1279.1, YearlyHigh: 1306, YearlyLow: 1047.2, YearlyStart: 1176.6, YearlyChange: 8.85, Settlement: `Loan`, Contract: `Options`, Region: `Middle East`, Country: `Israel`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-04-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 771 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P Future`, Spread: 0.01, Open: 2057.5, Price: 2041.79, Buy: 2056.6, Sell: 2056.61, Change: -14.81, ChangePercent: -0.72, Volume: 142780, High: 2059.5, Low: 2049, YearlyHigh: 2105.5, YearlyLow: 1794.5, YearlyStart: 1950, YearlyChange: 5.47, Settlement: `Cash`, Contract: `Options`, Region: `Middle East`, Country: `Turkey`, Risk: `Low`, Sector: `Public`, Currency: `USD`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-07-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 772 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Platinum`, Spread: 0.01, Open: 1071.6, Price: 1076.67, Buy: 1071.09, Sell: 1071.1, Change: 5.57, ChangePercent: 0.52, Volume: 3039, High: 1081.2, Low: 1070.5, YearlyHigh: 1120.6, YearlyLow: 812.4, YearlyStart: 966.5, YearlyChange: 10.82, Settlement: `Credit`, Contract: `CFD`, Region: `Middle East`, Country: `Kuwait`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-07-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 773 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `GBP/USD`, Spread: 0.02, Open: 1.4464, Price: 1.17, Buy: 1.18, Sell: 1.2, Change: -0.02, ChangePercent: -1.72, Volume: 29450, High: 1.45, Low: 1.19, YearlyHigh: 1.59, YearlyLow: 1.19, YearlyStart: 1.49, YearlyChange: -19.59, Settlement: `Cash`, Contract: `Futures`, Region: `Africa`, Country: `Morocco`, Risk: `High`, Sector: `Public`, Currency: `USD`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-05-22`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 774 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soy Meat`, Spread: 0.01, Open: 342.6, Price: 341.8, Buy: 342.6, Sell: 342.6, Change: -0.82, ChangePercent: -0.24, Volume: 5646, High: 345.4, Low: 340.3, YearlyHigh: 353.4, YearlyLow: 261.7, YearlyStart: 307.55, YearlyChange: 11.4, Settlement: `Credit`, Contract: `Options`, Region: `Asia Pacific`, Country: `Japan`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `High`, Issuer: `FedEx`, Maturity: `2022-07-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 775 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Uranium`, Spread: 0.02, Open: 27.55, Price: 27.3, Buy: 27.55, Sell: 27.55, Change: -0.28, ChangePercent: -1, Volume: 12, High: 27.55, Low: 27.55, YearlyHigh: 29.32, YearlyLow: 21.28, YearlyStart: 25.3, YearlyChange: 9.01, Settlement: `Credit`, Contract: `Options`, Region: `Europe`, Country: `Spain`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `High`, Issuer: `American Airlines`, Maturity: `2022-04-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 776 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Oats`, Spread: 0.01, Open: 194.5, Price: 193.98, Buy: 194.21, Sell: 194.22, Change: -0.24, ChangePercent: -0.12, Volume: 64, High: 195.75, Low: 194, YearlyHigh: 241.25, YearlyLow: 183.75, YearlyStart: 212.5, YearlyChange: -8.6, Settlement: `Credit`, Contract: `Options`, Region: `Europe`, Country: `France`, Risk: `High`, Sector: `Private`, Currency: `PLN`, Security: `High`, Issuer: `American Airlines`, Maturity: `2022-05-16`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 777 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Corn`, Spread: 0.01, Open: 379.5, Price: 375.7, Buy: 379.8, Sell: 379.81, Change: -4.1, ChangePercent: -1.08, Volume: 11266, High: 381, Low: 377.75, YearlyHigh: 471.25, YearlyLow: 351.25, YearlyStart: 411.25, YearlyChange: -7.65, Settlement: `Loan`, Contract: `Swap`, Region: `Europe`, Country: `Estonia`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-04-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 778 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Ethanol`, Spread: 0.01, Open: 1.512, Price: 2.71, Buy: 2.75, Sell: 2.76, Change: -0.04, ChangePercent: -1.48, Volume: 14, High: 2.75, Low: 1.12, YearlyHigh: 2.75, YearlyLow: 1.12, YearlyStart: 1.48, YearlyChange: 86.7, Settlement: `Cash`, Contract: `Options`, Region: `Middle East`, Country: `Lebanon`, Risk: `Low`, Sector: `Public`, Currency: `PLN`, Security: `Poor`, Issuer: `FedEx`, Maturity: `2022-03-19`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 779 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Oil`, Spread: 0.015, Open: 45.54, Price: 45.24, Buy: 45.78, Sell: 45.8, Change: -0.55, ChangePercent: -1.2, Volume: 107196, High: 45.94, Low: 45, YearlyHigh: 65.28, YearlyLow: 30.79, YearlyStart: 48.03, YearlyChange: -4.67, Settlement: `Cash`, Contract: `Swap`, Region: `South America`, Country: `Uruguay`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-04-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 780 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Uranium`, Spread: 0.02, Open: 27.55, Price: 27.8, Buy: 27.55, Sell: 27.55, Change: 0.22, ChangePercent: 0.8, Volume: 12, High: 27.55, Low: 27.55, YearlyHigh: 29.32, YearlyLow: 21.28, YearlyStart: 25.3, YearlyChange: 9.01, Settlement: `Cash`, Contract: `Futures`, Region: `Asia Pacific`, Country: `Philippines`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-06-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 781 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `Lean Hogs`, Spread: 0.01, Open: 81.275, Price: 81.23, Buy: 81.81, Sell: 81.82, Change: -0.58, ChangePercent: -0.72, Volume: 1, High: 81.81, Low: 81.28, YearlyHigh: 83.98, YearlyLow: 70.25, YearlyStart: 77.11, YearlyChange: 6.09, Settlement: `Cash`, Contract: `Options`, Region: `North America`, Country: `Canada`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-02-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 782 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soy oil`, Spread: 0.01, Open: 33.26, Price: 33.72, Buy: 33.77, Sell: 33.78, Change: -0.05, ChangePercent: -0.16, Volume: 10592, High: 33.77, Low: 33.06, YearlyHigh: 35.43, YearlyLow: 26.61, YearlyStart: 31.02, YearlyChange: 8.87, Settlement: `Cash`, Contract: `Options`, Region: `Asia Pacific`, Country: `Singapore`, Risk: `High`, Sector: `Private`, Currency: `PLN`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-05-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 783 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Rice`, Spread: 0.01, Open: 11.245, Price: 10.26, Buy: 10.41, Sell: 10.42, Change: -0.16, ChangePercent: -1.48, Volume: 220, High: 11.38, Low: 10.42, YearlyHigh: 14.14, YearlyLow: 9.7, YearlyStart: 11.92, YearlyChange: -12.62, Settlement: `Credit`, Contract: `Futures`, Region: `Africa`, Country: `Niger`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `Poor`, Issuer: `FedEx`, Maturity: `2022-07-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 784 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Corn`, Spread: 0.01, Open: 379.5, Price: 385.12, Buy: 379.8, Sell: 379.81, Change: 5.32, ChangePercent: 1.4, Volume: 11266, High: 381, Low: 377.75, YearlyHigh: 471.25, YearlyLow: 351.25, YearlyStart: 411.25, YearlyChange: -7.65, Settlement: `Cash`, Contract: `Options`, Region: `Middle East`, Country: `Saudi Arabia`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-06-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 785 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Palladium`, Spread: 0.01, Open: 600.55, Price: 597.39, Buy: 601, Sell: 601.01, Change: -3.61, ChangePercent: -0.6, Volume: 651, High: 607.2, Low: 598.4, YearlyHigh: 690, YearlyLow: 458.6, YearlyStart: 574.3, YearlyChange: 4.65, Settlement: `Loan`, Contract: `Forwards`, Region: `Africa`, Country: `Ethiopia`, Risk: `High`, Sector: `Private`, Currency: `PLN`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-07-27`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 786 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Ethanol`, Spread: 0.01, Open: 1.512, Price: 2.7, Buy: 2.75, Sell: 2.76, Change: -0.05, ChangePercent: -1.8, Volume: 14, High: 2.75, Low: 1.12, YearlyHigh: 2.75, YearlyLow: 1.12, YearlyStart: 1.48, YearlyChange: 86.7, Settlement: `Credit`, Contract: `Options`, Region: `South America`, Country: `Paraguay`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `High`, Issuer: `FedEx`, Maturity: `2022-06-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 787 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `US 10YR Future`, Spread: 0.01, Open: 130.5625, Price: 132.2, Buy: 130.56, Sell: 130.56, Change: 1.62, ChangePercent: 1.24, Volume: 189310, High: 130.63, Low: 130.44, YearlyHigh: 132.64, YearlyLow: 125.48, YearlyStart: 129.06, YearlyChange: 1.18, Settlement: `Credit`, Contract: `Futures`, Region: `Middle East`, Country: `Jordan`, Risk: `Low`, Sector: `Government`, Currency: `PLN`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-03-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 788 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Wheat`, Spread: 0.01, Open: 465.5, Price: 458.82, Buy: 465.5, Sell: 465.5, Change: -6.7, ChangePercent: -1.44, Volume: 4318, High: 467, Low: 463.25, YearlyHigh: 628.5, YearlyLow: 449.5, YearlyStart: 539, YearlyChange: -13.63, Settlement: `Cash`, Contract: `Swap`, Region: `North America`, Country: `United States`, Risk: `High`, Sector: `Private`, Currency: `PLN`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-04-23`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 789 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `BTC/USD`, Spread: 0.06, Open: 93.88, Price: 21227.58, Buy: 21200.76, Sell: 21400.78, Change: 226.81, ChangePercent: 1.08, Volume: 5788000, High: 22400.05, Low: 20100.75, YearlyHigh: 62400.7, YearlyLow: 15100.88, YearlyStart: 21200.29, YearlyChange: -20.62, Settlement: `Cash`, Contract: `Forwards`, Region: `Europe`, Country: `Switzerland`, Risk: `High`, Sector: `Public`, Currency: `USD`, Security: `Poor`, Issuer: `FedEx`, Maturity: `2022-02-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 790 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Natural Gas`, Spread: 0.02, Open: 2.094, Price: 2.11, Buy: 2.09, Sell: 2.09, Change: 0.01, ChangePercent: 0.16, Volume: 2783, High: 2.11, Low: 2.09, YearlyHigh: 3.2, YearlyLow: 1.84, YearlyStart: 2.52, YearlyChange: -16.51, Settlement: `Cash`, Contract: `Options`, Region: `Asia Pacific`, Country: `Philippines`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-05-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 791 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Silver`, Spread: 0.01, Open: 17.43, Price: 17.49, Buy: 17.43, Sell: 17.43, Change: 0.07, ChangePercent: 0.4, Volume: 11720, High: 17.51, Low: 17.37, YearlyHigh: 18.06, YearlyLow: 13.73, YearlyStart: 15.89, YearlyChange: 9.59, Settlement: `Cash`, Contract: `Forwards`, Region: `Asia Pacific`, Country: `Philippines`, Risk: `High`, Sector: `Public`, Currency: `PLN`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-04-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 792 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Wheat`, Spread: 0.01, Open: 465.5, Price: 460.86, Buy: 465.5, Sell: 465.5, Change: -4.66, ChangePercent: -1, Volume: 4318, High: 467, Low: 463.25, YearlyHigh: 628.5, YearlyLow: 449.5, YearlyStart: 539, YearlyChange: -13.63, Settlement: `Loan`, Contract: `Options`, Region: `Asia Pacific`, Country: `Philippines`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-06-10`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 793 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P Future`, Spread: 0.01, Open: 2057.5, Price: 2066.47, Buy: 2056.6, Sell: 2056.61, Change: 9.87, ChangePercent: 0.48, Volume: 142780, High: 2059.5, Low: 2049, YearlyHigh: 2105.5, YearlyLow: 1794.5, YearlyStart: 1950, YearlyChange: 5.47, Settlement: `Loan`, Contract: `Swap`, Region: `Asia Pacific`, Country: `Afghanistan`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-08-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 794 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Cotton`, Spread: 0.01, Open: 61.77, Price: 61.12, Buy: 61.77, Sell: 61.77, Change: -0.64, ChangePercent: -1.04, Volume: 3612, High: 62.06, Low: 61.32, YearlyHigh: 67.59, YearlyLow: 54.33, YearlyStart: 60.96, YearlyChange: 1.31, Settlement: `Loan`, Contract: `Swap`, Region: `Africa`, Country: `Cameroon`, Risk: `Low`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-06-23`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 795 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/CHF`, Spread: 0.02, Open: 1.0337, Price: 1.04, Buy: 1.03, Sell: 1.03, Change: 0, ChangePercent: -0.12, Volume: 5550, High: 1.03, Low: 1.03, YearlyHigh: 1.11, YearlyLow: 0.98, YearlyStart: 1.04, YearlyChange: -0.12, Settlement: `Loan`, Contract: `Options`, Region: `Africa`, Country: `Cameroon`, Risk: `High`, Sector: `Government`, Currency: `USD`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-04-16`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 796 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Palladium`, Spread: 0.01, Open: 600.55, Price: 590.66, Buy: 601, Sell: 601.01, Change: -10.34, ChangePercent: -1.72, Volume: 651, High: 607.2, Low: 598.4, YearlyHigh: 690, YearlyLow: 458.6, YearlyStart: 574.3, YearlyChange: 4.65, Settlement: `Cash`, Contract: `Swap`, Region: `Middle East`, Country: `Iraq`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-06-22`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 797 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P 600 MINI`, Spread: 0.01, Open: 687.9, Price: 689.26, Buy: 687.9, Sell: 687.9, Change: 1.38, ChangePercent: 0.2, Volume: 0, High: 0, Low: 0, YearlyHigh: 620.32, YearlyLow: 595.9, YearlyStart: 608.11, YearlyChange: 13.12, Settlement: `Cash`, Contract: `Futures`, Region: `Africa`, Country: `Tunisia`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-01-16`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 798 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `BTC/USD`, Spread: 0.06, Open: 93.88, Price: 20731.96, Buy: 21200.76, Sell: 21400.78, Change: -268.81, ChangePercent: -1.28, Volume: 5788000, High: 22400.05, Low: 20100.75, YearlyHigh: 62400.7, YearlyLow: 15100.88, YearlyStart: 21200.29, YearlyChange: -20.62, Settlement: `Cash`, Contract: `CFD`, Region: `Middle East`, Country: `Jordan`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `High`, Issuer: `American Airlines`, Maturity: `2022-05-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 799 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `AUD/USD`, Spread: 0.02, Open: 0.7344, Price: 0.75, Buy: 0.73, Sell: 0.73, Change: 0.01, ChangePercent: 1.2, Volume: 36764, High: 0.74, Low: 0.73, YearlyHigh: 0.79, YearlyLow: 0.68, YearlyStart: 0.73, YearlyChange: 1.28, Settlement: `Cash`, Contract: `Futures`, Region: `Middle East`, Country: `Israel`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-04-23`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 800 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `Lean Hogs`, Spread: 0.01, Open: 81.275, Price: 80.77, Buy: 81.81, Sell: 81.82, Change: -1.04, ChangePercent: -1.28, Volume: 1, High: 81.81, Low: 81.28, YearlyHigh: 83.98, YearlyLow: 70.25, YearlyStart: 77.11, YearlyChange: 6.09, Settlement: `Cash`, Contract: `CFD`, Region: `Europe`, Country: `Slovenia`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-06-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 801 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Rice`, Spread: 0.01, Open: 11.245, Price: 10.3, Buy: 10.41, Sell: 10.42, Change: -0.12, ChangePercent: -1.08, Volume: 220, High: 11.38, Low: 10.42, YearlyHigh: 14.14, YearlyLow: 9.7, YearlyStart: 11.92, YearlyChange: -12.62, Settlement: `Credit`, Contract: `Swap`, Region: `Middle East`, Country: `Lebanon`, Risk: `High`, Sector: `Government`, Currency: `PLN`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-02-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 802 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soybean`, Spread: 0.01, Open: 1038, Price: 1040.69, Buy: 1038.61, Sell: 1038.62, Change: 2.07, ChangePercent: 0.2, Volume: 20356, High: 1044, Low: 1031.75, YearlyHigh: 1057, YearlyLow: 859.5, YearlyStart: 958.25, YearlyChange: 8.39, Settlement: `Loan`, Contract: `Options`, Region: `Europe`, Country: `Czechia`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-08-24`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 803 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soy oil`, Spread: 0.01, Open: 33.26, Price: 33.97, Buy: 33.77, Sell: 33.78, Change: 0.2, ChangePercent: 0.6, Volume: 10592, High: 33.77, Low: 33.06, YearlyHigh: 35.43, YearlyLow: 26.61, YearlyStart: 31.02, YearlyChange: 8.87, Settlement: `Cash`, Contract: `Forwards`, Region: `North America`, Country: `United States`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-08-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 804 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Coffee`, Spread: 0.01, Open: 125.7, Price: 128.15, Buy: 125.7, Sell: 125.7, Change: 2.46, ChangePercent: 1.96, Volume: 1654, High: 125.8, Low: 125, YearlyHigh: 155.75, YearlyLow: 115.35, YearlyStart: 135.55, YearlyChange: -7.27, Settlement: `Cash`, Contract: `Futures`, Region: `Asia Pacific`, Country: `Malaysia`, Risk: `Low`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-06-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 805 }), + new FinancialDataAllItem({ Category: `Index`, Type: `DOW Future`, Spread: 0.01, Open: 17711, Price: 17924.7, Buy: 17712.15, Sell: 17712.16, Change: 212.55, ChangePercent: 1.2, Volume: 22236, High: 17727, Low: 17642, YearlyHigh: 18083, YearlyLow: 15299, YearlyStart: 16691, YearlyChange: 6.12, Settlement: `Cash`, Contract: `Forwards`, Region: `Asia Pacific`, Country: `Philippines`, Risk: `Low`, Sector: `Public`, Currency: `USD`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-04-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 806 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Corn`, Spread: 0.01, Open: 379.5, Price: 379.8, Buy: 379.8, Sell: 379.81, Change: 0, ChangePercent: 0, Volume: 11266, High: 381, Low: 377.75, YearlyHigh: 471.25, YearlyLow: 351.25, YearlyStart: 411.25, YearlyChange: -7.65, Settlement: `Credit`, Contract: `Forwards`, Region: `Asia Pacific`, Country: `Taiwan`, Risk: `High`, Sector: `Public`, Currency: `USD`, Security: `Poor`, Issuer: `FedEx`, Maturity: `2022-05-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 807 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P MID MINI`, Spread: 0.01, Open: 1454.3, Price: 1443.55, Buy: 1455.78, Sell: 1455.79, Change: -12.23, ChangePercent: -0.84, Volume: 338, High: 1455.78, Low: 1448, YearlyHigh: 1527.3, YearlyLow: 1236, YearlyStart: 1381.65, YearlyChange: 5.37, Settlement: `Credit`, Contract: `Options`, Region: `Middle East`, Country: `Israel`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `American Airlines`, Maturity: `2022-08-11`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 808 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Gold`, Spread: 0.01, Open: 1281.1, Price: 1268.44, Buy: 1280.73, Sell: 1280.74, Change: -12.29, ChangePercent: -0.96, Volume: 48387, High: 1289.5, Low: 1279.1, YearlyHigh: 1306, YearlyLow: 1047.2, YearlyStart: 1176.6, YearlyChange: 8.85, Settlement: `Loan`, Contract: `Swap`, Region: `Africa`, Country: `Morocco`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-07-10`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 809 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `GBP/USD`, Spread: 0.02, Open: 1.4464, Price: 1.18, Buy: 1.18, Sell: 1.2, Change: -0.01, ChangePercent: -1, Volume: 29450, High: 1.45, Low: 1.19, YearlyHigh: 1.59, YearlyLow: 1.19, YearlyStart: 1.49, YearlyChange: -19.59, Settlement: `Cash`, Contract: `Futures`, Region: `Middle East`, Country: `Iraq`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-09-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 810 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Ethanol`, Spread: 0.01, Open: 1.512, Price: 2.75, Buy: 2.75, Sell: 2.76, Change: 0, ChangePercent: 0, Volume: 14, High: 2.75, Low: 1.12, YearlyHigh: 2.75, YearlyLow: 1.12, YearlyStart: 1.48, YearlyChange: 86.7, Settlement: `Cash`, Contract: `Options`, Region: `Middle East`, Country: `Kuwait`, Risk: `High`, Sector: `Public`, Currency: `PLN`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-06-10`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 811 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soy Meat`, Spread: 0.01, Open: 342.6, Price: 345.5, Buy: 342.6, Sell: 342.6, Change: 2.88, ChangePercent: 0.84, Volume: 5646, High: 345.4, Low: 340.3, YearlyHigh: 353.4, YearlyLow: 261.7, YearlyStart: 307.55, YearlyChange: 11.4, Settlement: `Loan`, Contract: `Swap`, Region: `Africa`, Country: `Egypt`, Risk: `High`, Sector: `Government`, Currency: `PLN`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-03-16`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 812 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `US 30YR Future`, Spread: 0.01, Open: 164.875, Price: 161.6, Buy: 164.15, Sell: 164.16, Change: -2.56, ChangePercent: -1.56, Volume: 28012, High: 165.25, Low: 164.04, YearlyHigh: 169.38, YearlyLow: 151.47, YearlyStart: 160.43, YearlyChange: 2.33, Settlement: `Cash`, Contract: `Swap`, Region: `Africa`, Country: `Morocco`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `Poor`, Issuer: `FedEx`, Maturity: `2022-07-11`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 813 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Copper`, Spread: 0.02, Open: 2.123, Price: 2.1, Buy: 2.12, Sell: 2.12, Change: -0.01, ChangePercent: -0.8, Volume: 28819, High: 2.16, Low: 2.11, YearlyHigh: 2.94, YearlyLow: 1.96, YearlyStart: 2.45, YearlyChange: -13.76, Settlement: `Cash`, Contract: `Forwards`, Region: `Africa`, Country: `Tunisia`, Risk: `High`, Sector: `Private`, Currency: `PLN`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-04-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 814 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `FD Cattle`, Spread: 0.01, Open: 147.175, Price: 145.81, Buy: 148.6, Sell: 148.61, Change: -2.8, ChangePercent: -1.88, Volume: 5, High: 148.61, Low: 147.18, YearlyHigh: 190, YearlyLow: 138.1, YearlyStart: 164.05, YearlyChange: -9.41, Settlement: `Cash`, Contract: `CFD`, Region: `Middle East`, Country: `UAE`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-05-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 815 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Ethanol`, Spread: 0.01, Open: 1.512, Price: 2.75, Buy: 2.75, Sell: 2.76, Change: 0, ChangePercent: 0, Volume: 14, High: 2.75, Low: 1.12, YearlyHigh: 2.75, YearlyLow: 1.12, YearlyStart: 1.48, YearlyChange: 86.7, Settlement: `Cash`, Contract: `Futures`, Region: `South America`, Country: `Paraguay`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-08-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 816 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/CHF`, Spread: 0.02, Open: 1.0337, Price: 1.06, Buy: 1.03, Sell: 1.03, Change: 0.02, ChangePercent: 1.76, Volume: 5550, High: 1.03, Low: 1.03, YearlyHigh: 1.11, YearlyLow: 0.98, YearlyStart: 1.04, YearlyChange: -0.12, Settlement: `Cash`, Contract: `Futures`, Region: `Middle East`, Country: `UAE`, Risk: `High`, Sector: `Government`, Currency: `PLN`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-03-27`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 817 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P MID MINI`, Spread: 0.01, Open: 1454.3, Price: 1435.98, Buy: 1455.78, Sell: 1455.79, Change: -19.8, ChangePercent: -1.36, Volume: 338, High: 1455.78, Low: 1448, YearlyHigh: 1527.3, YearlyLow: 1236, YearlyStart: 1381.65, YearlyChange: 5.37, Settlement: `Cash`, Contract: `Options`, Region: `Africa`, Country: `Senegal`, Risk: `Low`, Sector: `Public`, Currency: `PLN`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-02-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 818 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soybean`, Spread: 0.01, Open: 1038, Price: 1023.66, Buy: 1038.61, Sell: 1038.62, Change: -14.96, ChangePercent: -1.44, Volume: 20356, High: 1044, Low: 1031.75, YearlyHigh: 1057, YearlyLow: 859.5, YearlyStart: 958.25, YearlyChange: 8.39, Settlement: `Cash`, Contract: `Futures`, Region: `Europe`, Country: `Slovakia`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-03-11`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 819 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `US 2Y Future`, Spread: 0.01, Open: 109.3984, Price: 111.27, Buy: 109.4, Sell: 109.4, Change: 1.88, ChangePercent: 1.72, Volume: 17742, High: 109.41, Low: 109.38, YearlyHigh: 109.8, YearlyLow: 108.62, YearlyStart: 109.21, YearlyChange: 0.16, Settlement: `Loan`, Contract: `Swap`, Region: `Africa`, Country: `South Africa`, Risk: `Low`, Sector: `Government`, Currency: `PLN`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-02-22`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 820 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Rice`, Spread: 0.01, Open: 11.245, Price: 10.37, Buy: 10.41, Sell: 10.42, Change: -0.05, ChangePercent: -0.4, Volume: 220, High: 11.38, Low: 10.42, YearlyHigh: 14.14, YearlyLow: 9.7, YearlyStart: 11.92, YearlyChange: -12.62, Settlement: `Cash`, Contract: `Options`, Region: `Africa`, Country: `Senegal`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-03-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 821 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Silver`, Spread: 0.01, Open: 17.43, Price: 17.26, Buy: 17.43, Sell: 17.43, Change: -0.16, ChangePercent: -0.92, Volume: 11720, High: 17.51, Low: 17.37, YearlyHigh: 18.06, YearlyLow: 13.73, YearlyStart: 15.89, YearlyChange: 9.59, Settlement: `Cash`, Contract: `Futures`, Region: `Middle East`, Country: `Israel`, Risk: `High`, Sector: `Public`, Currency: `USD`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-05-19`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 822 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Natural Gas`, Spread: 0.02, Open: 2.094, Price: 2.1, Buy: 2.09, Sell: 2.09, Change: 0, ChangePercent: -0.12, Volume: 2783, High: 2.11, Low: 2.09, YearlyHigh: 3.2, YearlyLow: 1.84, YearlyStart: 2.52, YearlyChange: -16.51, Settlement: `Cash`, Contract: `Futures`, Region: `Asia Pacific`, Country: `Indonesia`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-07-10`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 823 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Rice`, Spread: 0.01, Open: 11.245, Price: 10.5, Buy: 10.41, Sell: 10.42, Change: 0.08, ChangePercent: 0.84, Volume: 220, High: 11.38, Low: 10.42, YearlyHigh: 14.14, YearlyLow: 9.7, YearlyStart: 11.92, YearlyChange: -12.62, Settlement: `Credit`, Contract: `Options`, Region: `Africa`, Country: `Egypt`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-04-11`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 824 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soy oil`, Spread: 0.01, Open: 33.26, Price: 34.15, Buy: 33.77, Sell: 33.78, Change: 0.38, ChangePercent: 1.12, Volume: 10592, High: 33.77, Low: 33.06, YearlyHigh: 35.43, YearlyLow: 26.61, YearlyStart: 31.02, YearlyChange: 8.87, Settlement: `Cash`, Contract: `CFD`, Region: `Africa`, Country: `South Africa`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-07-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 825 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/CAD`, Spread: 0.02, Open: 0.7744, Price: 0.94, Buy: 0.94, Sell: 0.96, Change: -0.01, ChangePercent: -1.8, Volume: 13669, High: 0.95, Low: 0.77, YearlyHigh: 0.95, YearlyLow: 0.68, YearlyStart: 0.76, YearlyChange: 26.43, Settlement: `Credit`, Contract: `Forwards`, Region: `Middle East`, Country: `Oman`, Risk: `Low`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-07-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 826 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Coal`, Spread: 0.015, Open: 0.4363, Price: 0.42, Buy: 0.44, Sell: 0.44, Change: 0, ChangePercent: 0.8, Volume: 3, High: 0.44, Low: 0.44, YearlyHigh: 0.48, YearlyLow: 0.4, YearlyStart: 0.44, YearlyChange: -5.33, Settlement: `Loan`, Contract: `Swap`, Region: `Africa`, Country: `Egypt`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-07-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 827 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soy oil`, Spread: 0.01, Open: 33.26, Price: 34.12, Buy: 33.77, Sell: 33.78, Change: 0.35, ChangePercent: 1.04, Volume: 10592, High: 33.77, Low: 33.06, YearlyHigh: 35.43, YearlyLow: 26.61, YearlyStart: 31.02, YearlyChange: 8.87, Settlement: `Cash`, Contract: `Options`, Region: `Middle East`, Country: `Lebanon`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-02-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 828 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P Future`, Spread: 0.01, Open: 2057.5, Price: 2087.86, Buy: 2056.6, Sell: 2056.61, Change: 31.26, ChangePercent: 1.52, Volume: 142780, High: 2059.5, Low: 2049, YearlyHigh: 2105.5, YearlyLow: 1794.5, YearlyStart: 1950, YearlyChange: 5.47, Settlement: `Cash`, Contract: `Options`, Region: `Middle East`, Country: `UAE`, Risk: `Low`, Sector: `Public`, Currency: `PLN`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-07-21`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 829 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `BTC/USD`, Spread: 0.06, Open: 93.88, Price: 20639.56, Buy: 21200.76, Sell: 21400.78, Change: -361.21, ChangePercent: -1.72, Volume: 5788000, High: 22400.05, Low: 20100.75, YearlyHigh: 62400.7, YearlyLow: 15100.88, YearlyStart: 21200.29, YearlyChange: -20.62, Settlement: `Cash`, Contract: `CFD`, Region: `Africa`, Country: `Ethiopia`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-07-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 830 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Ethanol`, Spread: 0.01, Open: 1.512, Price: 2.75, Buy: 2.75, Sell: 2.76, Change: 0, ChangePercent: -0.2, Volume: 14, High: 2.75, Low: 1.12, YearlyHigh: 2.75, YearlyLow: 1.12, YearlyStart: 1.48, YearlyChange: 86.7, Settlement: `Cash`, Contract: `Futures`, Region: `Middle East`, Country: `Iraq`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `High`, Issuer: `American Airlines`, Maturity: `2022-06-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 831 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `US 2Y Future`, Spread: 0.01, Open: 109.3984, Price: 108.91, Buy: 109.4, Sell: 109.4, Change: -0.48, ChangePercent: -0.44, Volume: 17742, High: 109.41, Low: 109.38, YearlyHigh: 109.8, YearlyLow: 108.62, YearlyStart: 109.21, YearlyChange: 0.16, Settlement: `Credit`, Contract: `Swap`, Region: `South America`, Country: `Brazil`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `High`, Issuer: `FedEx`, Maturity: `2022-03-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 832 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `FD Cattle`, Spread: 0.01, Open: 147.175, Price: 149.97, Buy: 148.6, Sell: 148.61, Change: 1.36, ChangePercent: 0.92, Volume: 5, High: 148.61, Low: 147.18, YearlyHigh: 190, YearlyLow: 138.1, YearlyStart: 164.05, YearlyChange: -9.41, Settlement: `Cash`, Contract: `Forwards`, Region: `Middle East`, Country: `Israel`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-05-23`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 833 }), + new FinancialDataAllItem({ Category: `Index`, Type: `DOW Future`, Spread: 0.01, Open: 17711, Price: 17485.44, Buy: 17712.15, Sell: 17712.16, Change: -226.71, ChangePercent: -1.28, Volume: 22236, High: 17727, Low: 17642, YearlyHigh: 18083, YearlyLow: 15299, YearlyStart: 16691, YearlyChange: 6.12, Settlement: `Loan`, Contract: `Swap`, Region: `Africa`, Country: `Niger`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-07-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 834 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Sugar`, Spread: 0.01, Open: 15.68, Price: 14.49, Buy: 14.67, Sell: 14.68, Change: -0.18, ChangePercent: -1.24, Volume: 4949, High: 15.7, Low: 14.67, YearlyHigh: 16.87, YearlyLow: 11.37, YearlyStart: 14.12, YearlyChange: 3.92, Settlement: `Cash`, Contract: `Swap`, Region: `Africa`, Country: `Egypt`, Risk: `Low`, Sector: `Government`, Currency: `USD`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-08-23`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 835 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soy oil`, Spread: 0.01, Open: 33.26, Price: 33.66, Buy: 33.77, Sell: 33.78, Change: -0.11, ChangePercent: -0.32, Volume: 10592, High: 33.77, Low: 33.06, YearlyHigh: 35.43, YearlyLow: 26.61, YearlyStart: 31.02, YearlyChange: 8.87, Settlement: `Cash`, Contract: `Options`, Region: `Middle East`, Country: `Lebanon`, Risk: `High`, Sector: `Government`, Currency: `USD`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-08-16`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 836 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Uranium`, Spread: 0.02, Open: 27.55, Price: 27.96, Buy: 27.55, Sell: 27.55, Change: 0.38, ChangePercent: 1.36, Volume: 12, High: 27.55, Low: 27.55, YearlyHigh: 29.32, YearlyLow: 21.28, YearlyStart: 25.3, YearlyChange: 9.01, Settlement: `Cash`, Contract: `CFD`, Region: `Middle East`, Country: `Saudi Arabia`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-07-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 837 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Oats`, Spread: 0.01, Open: 194.5, Price: 195.07, Buy: 194.21, Sell: 194.22, Change: 0.85, ChangePercent: 0.44, Volume: 64, High: 195.75, Low: 194, YearlyHigh: 241.25, YearlyLow: 183.75, YearlyStart: 212.5, YearlyChange: -8.6, Settlement: `Cash`, Contract: `Swap`, Region: `South America`, Country: `Guyana`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-03-22`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 838 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Cotton`, Spread: 0.01, Open: 61.77, Price: 61.56, Buy: 61.77, Sell: 61.77, Change: -0.2, ChangePercent: -0.32, Volume: 3612, High: 62.06, Low: 61.32, YearlyHigh: 67.59, YearlyLow: 54.33, YearlyStart: 60.96, YearlyChange: 1.31, Settlement: `Cash`, Contract: `CFD`, Region: `North America`, Country: `United States`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-05-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 839 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `BTC/USD`, Spread: 0.06, Open: 93.88, Price: 20925.17, Buy: 21200.76, Sell: 21400.78, Change: -75.6, ChangePercent: -0.36, Volume: 5788000, High: 22400.05, Low: 20100.75, YearlyHigh: 62400.7, YearlyLow: 15100.88, YearlyStart: 21200.29, YearlyChange: -20.62, Settlement: `Loan`, Contract: `Options`, Region: `Africa`, Country: `Ethiopia`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-09-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 840 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soy Meat`, Spread: 0.01, Open: 342.6, Price: 348.24, Buy: 342.6, Sell: 342.6, Change: 5.62, ChangePercent: 1.64, Volume: 5646, High: 345.4, Low: 340.3, YearlyHigh: 353.4, YearlyLow: 261.7, YearlyStart: 307.55, YearlyChange: 11.4, Settlement: `Loan`, Contract: `Futures`, Region: `North America`, Country: `United States`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-04-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 841 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Milk`, Spread: 0.01, Open: 12.87, Price: 12.86, Buy: 12.87, Sell: 12.87, Change: 0, ChangePercent: 0, Volume: 7, High: 12.89, Low: 12.81, YearlyHigh: 16.96, YearlyLow: 12.81, YearlyStart: 14.88, YearlyChange: -13.6, Settlement: `Cash`, Contract: `CFD`, Region: `Europe`, Country: `Norway`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-02-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 842 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Silver`, Spread: 0.01, Open: 17.43, Price: 17.52, Buy: 17.43, Sell: 17.43, Change: 0.1, ChangePercent: 0.56, Volume: 11720, High: 17.51, Low: 17.37, YearlyHigh: 18.06, YearlyLow: 13.73, YearlyStart: 15.89, YearlyChange: 9.59, Settlement: `Cash`, Contract: `Futures`, Region: `Africa`, Country: `Niger`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `High`, Issuer: `American Airlines`, Maturity: `2022-02-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 843 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Palladium`, Spread: 0.01, Open: 600.55, Price: 606.53, Buy: 601, Sell: 601.01, Change: 5.53, ChangePercent: 0.92, Volume: 651, High: 607.2, Low: 598.4, YearlyHigh: 690, YearlyLow: 458.6, YearlyStart: 574.3, YearlyChange: 4.65, Settlement: `Cash`, Contract: `Futures`, Region: `Europe`, Country: `Slovakia`, Risk: `High`, Sector: `Public`, Currency: `USD`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-07-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 844 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P MID MINI`, Spread: 0.01, Open: 1454.3, Price: 1463.35, Buy: 1455.78, Sell: 1455.79, Change: 7.57, ChangePercent: 0.52, Volume: 338, High: 1455.78, Low: 1448, YearlyHigh: 1527.3, YearlyLow: 1236, YearlyStart: 1381.65, YearlyChange: 5.37, Settlement: `Loan`, Contract: `Swap`, Region: `Middle East`, Country: `Qatar`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-07-27`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 845 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Coffee`, Spread: 0.01, Open: 125.7, Price: 125.39, Buy: 125.7, Sell: 125.7, Change: -0.3, ChangePercent: -0.24, Volume: 1654, High: 125.8, Low: 125, YearlyHigh: 155.75, YearlyLow: 115.35, YearlyStart: 135.55, YearlyChange: -7.27, Settlement: `Loan`, Contract: `Swap`, Region: `South America`, Country: `Suriname`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-05-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 846 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Cocoa`, Spread: 0.01, Open: 3076, Price: 3116.63, Buy: 3076, Sell: 3076, Change: 40.6, ChangePercent: 1.32, Volume: 978, High: 3078, Low: 3066, YearlyHigh: 3406, YearlyLow: 2746, YearlyStart: 3076, YearlyChange: 0, Settlement: `Cash`, Contract: `Futures`, Region: `North America`, Country: `Mexico`, Risk: `High`, Sector: `Government`, Currency: `USD`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-07-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 847 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Corn`, Spread: 0.01, Open: 379.5, Price: 386.34, Buy: 379.8, Sell: 379.81, Change: 6.54, ChangePercent: 1.72, Volume: 11266, High: 381, Low: 377.75, YearlyHigh: 471.25, YearlyLow: 351.25, YearlyStart: 411.25, YearlyChange: -7.65, Settlement: `Credit`, Contract: `Forwards`, Region: `Middle East`, Country: `UAE`, Risk: `High`, Sector: `Private`, Currency: `PLN`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-08-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 848 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Sugar`, Spread: 0.01, Open: 15.68, Price: 14.45, Buy: 14.67, Sell: 14.68, Change: -0.22, ChangePercent: -1.56, Volume: 4949, High: 15.7, Low: 14.67, YearlyHigh: 16.87, YearlyLow: 11.37, YearlyStart: 14.12, YearlyChange: 3.92, Settlement: `Cash`, Contract: `Futures`, Region: `Asia Pacific`, Country: `Taiwan`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-07-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 849 }), + new FinancialDataAllItem({ Category: `Index`, Type: `DOW Future`, Spread: 0.01, Open: 17711, Price: 17549.2, Buy: 17712.15, Sell: 17712.16, Change: -162.95, ChangePercent: -0.92, Volume: 22236, High: 17727, Low: 17642, YearlyHigh: 18083, YearlyLow: 15299, YearlyStart: 16691, YearlyChange: 6.12, Settlement: `Credit`, Contract: `Swap`, Region: `Middle East`, Country: `UAE`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-04-21`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 850 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `FD Cattle`, Spread: 0.01, Open: 147.175, Price: 150.69, Buy: 148.6, Sell: 148.61, Change: 2.08, ChangePercent: 1.4, Volume: 5, High: 148.61, Low: 147.18, YearlyHigh: 190, YearlyLow: 138.1, YearlyStart: 164.05, YearlyChange: -9.41, Settlement: `Cash`, Contract: `Swap`, Region: `Africa`, Country: `Tunisia`, Risk: `High`, Sector: `Public`, Currency: `PLN`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-08-23`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 851 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Rice`, Spread: 0.01, Open: 11.245, Price: 10.62, Buy: 10.41, Sell: 10.42, Change: 0.2, ChangePercent: 2, Volume: 220, High: 11.38, Low: 10.42, YearlyHigh: 14.14, YearlyLow: 9.7, YearlyStart: 11.92, YearlyChange: -12.62, Settlement: `Loan`, Contract: `CFD`, Region: `Middle East`, Country: `Qatar`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-04-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 852 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Rice`, Spread: 0.01, Open: 11.245, Price: 10.43, Buy: 10.41, Sell: 10.42, Change: 0.01, ChangePercent: 0.16, Volume: 220, High: 11.38, Low: 10.42, YearlyHigh: 14.14, YearlyLow: 9.7, YearlyStart: 11.92, YearlyChange: -12.62, Settlement: `Credit`, Contract: `Futures`, Region: `Europe`, Country: `Belgium`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-04-23`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 853 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/CAD`, Spread: 0.02, Open: 0.7744, Price: 0.95, Buy: 0.94, Sell: 0.96, Change: 0, ChangePercent: -0.24, Volume: 13669, High: 0.95, Low: 0.77, YearlyHigh: 0.95, YearlyLow: 0.68, YearlyStart: 0.76, YearlyChange: 26.43, Settlement: `Credit`, Contract: `Swap`, Region: `Africa`, Country: `Niger`, Risk: `High`, Sector: `Government`, Currency: `PLN`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-04-22`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 854 }), + new FinancialDataAllItem({ Category: `Index`, Type: `DOW Future`, Spread: 0.01, Open: 17711, Price: 17634.22, Buy: 17712.15, Sell: 17712.16, Change: -77.93, ChangePercent: -0.44, Volume: 22236, High: 17727, Low: 17642, YearlyHigh: 18083, YearlyLow: 15299, YearlyStart: 16691, YearlyChange: 6.12, Settlement: `Cash`, Contract: `Futures`, Region: `Middle East`, Country: `Syria`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-07-24`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 855 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soy Meat`, Spread: 0.01, Open: 342.6, Price: 340.02, Buy: 342.6, Sell: 342.6, Change: -2.6, ChangePercent: -0.76, Volume: 5646, High: 345.4, Low: 340.3, YearlyHigh: 353.4, YearlyLow: 261.7, YearlyStart: 307.55, YearlyChange: 11.4, Settlement: `Credit`, Contract: `Forwards`, Region: `Europe`, Country: `Norway`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-03-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 856 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Cocoa`, Spread: 0.01, Open: 3076, Price: 3076.03, Buy: 3076, Sell: 3076, Change: 0, ChangePercent: 0, Volume: 978, High: 3078, Low: 3066, YearlyHigh: 3406, YearlyLow: 2746, YearlyStart: 3076, YearlyChange: 0, Settlement: `Cash`, Contract: `Options`, Region: `Africa`, Country: `Ethiopia`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `Poor`, Issuer: `FedEx`, Maturity: `2022-06-23`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 857 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Sugar`, Spread: 0.01, Open: 15.68, Price: 14.46, Buy: 14.67, Sell: 14.68, Change: -0.21, ChangePercent: -1.44, Volume: 4949, High: 15.7, Low: 14.67, YearlyHigh: 16.87, YearlyLow: 11.37, YearlyStart: 14.12, YearlyChange: 3.92, Settlement: `Cash`, Contract: `Forwards`, Region: `Middle East`, Country: `Oman`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-05-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 858 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `US 2Y Future`, Spread: 0.01, Open: 109.3984, Price: 110.35, Buy: 109.4, Sell: 109.4, Change: 0.96, ChangePercent: 0.88, Volume: 17742, High: 109.41, Low: 109.38, YearlyHigh: 109.8, YearlyLow: 108.62, YearlyStart: 109.21, YearlyChange: 0.16, Settlement: `Loan`, Contract: `Swap`, Region: `Asia Pacific`, Country: `Thailand`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-07-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 859 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Diesel`, Spread: 0.015, Open: 1.3474, Price: 1.35, Buy: 1.35, Sell: 1.35, Change: -0.01, ChangePercent: -0.36, Volume: 2971, High: 1.36, Low: 1.34, YearlyHigh: 2.11, YearlyLow: 0.92, YearlyStart: 1.51, YearlyChange: -10.4, Settlement: `Cash`, Contract: `Forwards`, Region: `Asia Pacific`, Country: `Taiwan`, Risk: `Low`, Sector: `Government`, Currency: `PLN`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-02-19`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 860 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Oats`, Spread: 0.01, Open: 194.5, Price: 192.74, Buy: 194.21, Sell: 194.22, Change: -1.48, ChangePercent: -0.76, Volume: 64, High: 195.75, Low: 194, YearlyHigh: 241.25, YearlyLow: 183.75, YearlyStart: 212.5, YearlyChange: -8.6, Settlement: `Cash`, Contract: `Options`, Region: `Africa`, Country: `Libya`, Risk: `Low`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-09-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 861 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/CHF`, Spread: 0.02, Open: 1.0337, Price: 1.05, Buy: 1.03, Sell: 1.03, Change: 0.01, ChangePercent: 0.92, Volume: 5550, High: 1.03, Low: 1.03, YearlyHigh: 1.11, YearlyLow: 0.98, YearlyStart: 1.04, YearlyChange: -0.12, Settlement: `Cash`, Contract: `Options`, Region: `North America`, Country: `United States`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-04-22`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 862 }), + new FinancialDataAllItem({ Category: `Index`, Type: `DOW Future`, Spread: 0.01, Open: 17711, Price: 17995.55, Buy: 17712.15, Sell: 17712.16, Change: 283.4, ChangePercent: 1.6, Volume: 22236, High: 17727, Low: 17642, YearlyHigh: 18083, YearlyLow: 15299, YearlyStart: 16691, YearlyChange: 6.12, Settlement: `Loan`, Contract: `Swap`, Region: `Middle East`, Country: `Israel`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-05-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 863 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Platinum`, Spread: 0.01, Open: 1071.6, Price: 1075.38, Buy: 1071.09, Sell: 1071.1, Change: 4.28, ChangePercent: 0.4, Volume: 3039, High: 1081.2, Low: 1070.5, YearlyHigh: 1120.6, YearlyLow: 812.4, YearlyStart: 966.5, YearlyChange: 10.82, Settlement: `Cash`, Contract: `Forwards`, Region: `Africa`, Country: `Algeria`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-07-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 864 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Milk`, Spread: 0.01, Open: 12.87, Price: 12.74, Buy: 12.87, Sell: 12.87, Change: -0.12, ChangePercent: -0.92, Volume: 7, High: 12.89, Low: 12.81, YearlyHigh: 16.96, YearlyLow: 12.81, YearlyStart: 14.88, YearlyChange: -13.6, Settlement: `Cash`, Contract: `Options`, Region: `South America`, Country: `Colombia`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-09-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 865 }), + new FinancialDataAllItem({ Category: `Index`, Type: `DOW Future`, Spread: 0.01, Open: 17711, Price: 17761.75, Buy: 17712.15, Sell: 17712.16, Change: 49.6, ChangePercent: 0.28, Volume: 22236, High: 17727, Low: 17642, YearlyHigh: 18083, YearlyLow: 15299, YearlyStart: 16691, YearlyChange: 6.12, Settlement: `Cash`, Contract: `Options`, Region: `North America`, Country: `United States`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-05-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 866 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Rice`, Spread: 0.01, Open: 11.245, Price: 10.24, Buy: 10.41, Sell: 10.42, Change: -0.18, ChangePercent: -1.64, Volume: 220, High: 11.38, Low: 10.42, YearlyHigh: 14.14, YearlyLow: 9.7, YearlyStart: 11.92, YearlyChange: -12.62, Settlement: `Credit`, Contract: `CFD`, Region: `South America`, Country: `Bolivia`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-05-11`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 867 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Natural Gas`, Spread: 0.02, Open: 2.094, Price: 2.11, Buy: 2.09, Sell: 2.09, Change: 0.01, ChangePercent: 0.32, Volume: 2783, High: 2.11, Low: 2.09, YearlyHigh: 3.2, YearlyLow: 1.84, YearlyStart: 2.52, YearlyChange: -16.51, Settlement: `Cash`, Contract: `Swap`, Region: `Middle East`, Country: `Israel`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `High`, Issuer: `American Airlines`, Maturity: `2022-07-19`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 868 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `OJ Future`, Spread: 0.01, Open: 140.6, Price: 142.66, Buy: 140.18, Sell: 140.19, Change: 2.47, ChangePercent: 1.76, Volume: 7, High: 140.19, Low: 0, YearlyHigh: 155.95, YearlyLow: 113, YearlyStart: 134.47, YearlyChange: 4.25, Settlement: `Credit`, Contract: `Options`, Region: `Asia Pacific`, Country: `Korea`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-02-22`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 869 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Corn`, Spread: 0.01, Open: 379.5, Price: 372.97, Buy: 379.8, Sell: 379.81, Change: -6.83, ChangePercent: -1.8, Volume: 11266, High: 381, Low: 377.75, YearlyHigh: 471.25, YearlyLow: 351.25, YearlyStart: 411.25, YearlyChange: -7.65, Settlement: `Credit`, Contract: `Swap`, Region: `Africa`, Country: `Egypt`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-04-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 870 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Sugar`, Spread: 0.01, Open: 15.68, Price: 14.97, Buy: 14.67, Sell: 14.68, Change: 0.3, ChangePercent: 2, Volume: 4949, High: 15.7, Low: 14.67, YearlyHigh: 16.87, YearlyLow: 11.37, YearlyStart: 14.12, YearlyChange: 3.92, Settlement: `Cash`, Contract: `CFD`, Region: `Europe`, Country: `Croatia`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-08-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 871 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Oats`, Spread: 0.01, Open: 194.5, Price: 193.05, Buy: 194.21, Sell: 194.22, Change: -1.17, ChangePercent: -0.6, Volume: 64, High: 195.75, Low: 194, YearlyHigh: 241.25, YearlyLow: 183.75, YearlyStart: 212.5, YearlyChange: -8.6, Settlement: `Cash`, Contract: `Swap`, Region: `Africa`, Country: `Algeria`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-08-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 872 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/CHF`, Spread: 0.02, Open: 1.0337, Price: 1.03, Buy: 1.03, Sell: 1.03, Change: -0.01, ChangePercent: -1.2, Volume: 5550, High: 1.03, Low: 1.03, YearlyHigh: 1.11, YearlyLow: 0.98, YearlyStart: 1.04, YearlyChange: -0.12, Settlement: `Credit`, Contract: `Options`, Region: `Europe`, Country: `Spain`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-03-19`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 873 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `US 30YR Future`, Spread: 0.01, Open: 164.875, Price: 164.62, Buy: 164.15, Sell: 164.16, Change: 0.46, ChangePercent: 0.28, Volume: 28012, High: 165.25, Low: 164.04, YearlyHigh: 169.38, YearlyLow: 151.47, YearlyStart: 160.43, YearlyChange: 2.33, Settlement: `Loan`, Contract: `Futures`, Region: `Middle East`, Country: `Bahrain`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-06-23`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 874 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Platinum`, Spread: 0.01, Open: 1071.6, Price: 1051.82, Buy: 1071.09, Sell: 1071.1, Change: -19.28, ChangePercent: -1.8, Volume: 3039, High: 1081.2, Low: 1070.5, YearlyHigh: 1120.6, YearlyLow: 812.4, YearlyStart: 966.5, YearlyChange: 10.82, Settlement: `Cash`, Contract: `Futures`, Region: `Asia Pacific`, Country: `Singapore`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-01-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 875 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/CAD`, Spread: 0.02, Open: 0.7744, Price: 0.96, Buy: 0.94, Sell: 0.96, Change: 0.01, ChangePercent: 0.88, Volume: 13669, High: 0.95, Low: 0.77, YearlyHigh: 0.95, YearlyLow: 0.68, YearlyStart: 0.76, YearlyChange: 26.43, Settlement: `Loan`, Contract: `Options`, Region: `Europe`, Country: `Russia`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `High`, Issuer: `American Airlines`, Maturity: `2022-06-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 876 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Lumber`, Spread: 0.01, Open: 303.9, Price: 302.53, Buy: 304.59, Sell: 304.6, Change: -2.07, ChangePercent: -0.68, Volume: 2, High: 304.6, Low: 303.9, YearlyHigh: 317.1, YearlyLow: 236, YearlyStart: 276.55, YearlyChange: 10.14, Settlement: `Loan`, Contract: `Swap`, Region: `Middle East`, Country: `Iraq`, Risk: `High`, Sector: `Public`, Currency: `USD`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-07-16`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 877 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Cocoa`, Spread: 0.01, Open: 3076, Price: 3084.64, Buy: 3076, Sell: 3076, Change: 8.61, ChangePercent: 0.28, Volume: 978, High: 3078, Low: 3066, YearlyHigh: 3406, YearlyLow: 2746, YearlyStart: 3076, YearlyChange: 0, Settlement: `Cash`, Contract: `Options`, Region: `Africa`, Country: `Senegal`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-08-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 878 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Rice`, Spread: 0.01, Open: 11.245, Price: 10.37, Buy: 10.41, Sell: 10.42, Change: -0.05, ChangePercent: -0.4, Volume: 220, High: 11.38, Low: 10.42, YearlyHigh: 14.14, YearlyLow: 9.7, YearlyStart: 11.92, YearlyChange: -12.62, Settlement: `Cash`, Contract: `CFD`, Region: `Europe`, Country: `Germany`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-07-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 879 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Copper`, Spread: 0.02, Open: 2.123, Price: 2.12, Buy: 2.12, Sell: 2.12, Change: 0.01, ChangePercent: 0.36, Volume: 28819, High: 2.16, Low: 2.11, YearlyHigh: 2.94, YearlyLow: 1.96, YearlyStart: 2.45, YearlyChange: -13.76, Settlement: `Credit`, Contract: `CFD`, Region: `North America`, Country: `United States`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-06-27`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 880 }), + new FinancialDataAllItem({ Category: `Index`, Type: `NAS Future`, Spread: 0.01, Open: 4341.25, Price: 4311.76, Buy: 4341.25, Sell: 4341.25, Change: -29.52, ChangePercent: -0.68, Volume: 18259, High: 4347, Low: 4318, YearlyHigh: 4719.75, YearlyLow: 3867.75, YearlyStart: 4293.75, YearlyChange: 1.11, Settlement: `Cash`, Contract: `Swap`, Region: `Asia Pacific`, Country: `Thailand`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-04-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 881 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `OJ Future`, Spread: 0.01, Open: 140.6, Price: 139.68, Buy: 140.18, Sell: 140.19, Change: -0.51, ChangePercent: -0.36, Volume: 7, High: 140.19, Low: 0, YearlyHigh: 155.95, YearlyLow: 113, YearlyStart: 134.47, YearlyChange: 4.25, Settlement: `Cash`, Contract: `Forwards`, Region: `Africa`, Country: `Tunisia`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-03-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 882 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `LV Cattle`, Spread: 0.01, Open: 120.725, Price: 118.48, Buy: 120.72, Sell: 120.72, Change: -2.22, ChangePercent: -1.84, Volume: 4, High: 120.72, Low: 120.72, YearlyHigh: 147.98, YearlyLow: 113.9, YearlyStart: 130.94, YearlyChange: -7.82, Settlement: `Cash`, Contract: `Swap`, Region: `Asia Pacific`, Country: `Azerbaijan`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-07-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 883 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Sugar`, Spread: 0.01, Open: 15.68, Price: 14.66, Buy: 14.67, Sell: 14.68, Change: -0.01, ChangePercent: -0.08, Volume: 4949, High: 15.7, Low: 14.67, YearlyHigh: 16.87, YearlyLow: 11.37, YearlyStart: 14.12, YearlyChange: 3.92, Settlement: `Cash`, Contract: `Futures`, Region: `North America`, Country: `Canada`, Risk: `High`, Sector: `Public`, Currency: `PLN`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-01-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 884 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Gold`, Spread: 0.01, Open: 1281.1, Price: 1274.07, Buy: 1280.73, Sell: 1280.74, Change: -6.66, ChangePercent: -0.52, Volume: 48387, High: 1289.5, Low: 1279.1, YearlyHigh: 1306, YearlyLow: 1047.2, YearlyStart: 1176.6, YearlyChange: 8.85, Settlement: `Cash`, Contract: `Swap`, Region: `Asia Pacific`, Country: `Philippines`, Risk: `High`, Sector: `Government`, Currency: `USD`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-08-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 885 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Gold`, Spread: 0.01, Open: 1281.1, Price: 1265.88, Buy: 1280.73, Sell: 1280.74, Change: -14.85, ChangePercent: -1.16, Volume: 48387, High: 1289.5, Low: 1279.1, YearlyHigh: 1306, YearlyLow: 1047.2, YearlyStart: 1176.6, YearlyChange: 8.85, Settlement: `Cash`, Contract: `Futures`, Region: `Europe`, Country: `Czechia`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-04-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 886 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soybean`, Spread: 0.01, Open: 1038, Price: 1055.65, Buy: 1038.61, Sell: 1038.62, Change: 17.03, ChangePercent: 1.64, Volume: 20356, High: 1044, Low: 1031.75, YearlyHigh: 1057, YearlyLow: 859.5, YearlyStart: 958.25, YearlyChange: 8.39, Settlement: `Cash`, Contract: `Options`, Region: `South America`, Country: `Peru`, Risk: `Low`, Sector: `Government`, Currency: `PLN`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-01-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 887 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P 600 MINI`, Spread: 0.01, Open: 687.9, Price: 681.83, Buy: 687.9, Sell: 687.9, Change: -6.05, ChangePercent: -0.88, Volume: 0, High: 0, Low: 0, YearlyHigh: 620.32, YearlyLow: 595.9, YearlyStart: 608.11, YearlyChange: 13.12, Settlement: `Cash`, Contract: `Futures`, Region: `Middle East`, Country: `Israel`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-04-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 888 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Sugar`, Spread: 0.01, Open: 15.68, Price: 14.66, Buy: 14.67, Sell: 14.68, Change: -0.01, ChangePercent: -0.08, Volume: 4949, High: 15.7, Low: 14.67, YearlyHigh: 16.87, YearlyLow: 11.37, YearlyStart: 14.12, YearlyChange: 3.92, Settlement: `Loan`, Contract: `Futures`, Region: `Middle East`, Country: `Saudi Arabia`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-04-16`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 889 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Uranium`, Spread: 0.02, Open: 27.55, Price: 28.08, Buy: 27.55, Sell: 27.55, Change: 0.5, ChangePercent: 1.8, Volume: 12, High: 27.55, Low: 27.55, YearlyHigh: 29.32, YearlyLow: 21.28, YearlyStart: 25.3, YearlyChange: 9.01, Settlement: `Cash`, Contract: `Options`, Region: `Asia Pacific`, Country: `Australia`, Risk: `High`, Sector: `Private`, Currency: `PLN`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-04-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 890 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/CHF`, Spread: 0.02, Open: 1.0337, Price: 1.05, Buy: 1.03, Sell: 1.03, Change: 0.01, ChangePercent: 0.2, Volume: 5550, High: 1.03, Low: 1.03, YearlyHigh: 1.11, YearlyLow: 0.98, YearlyStart: 1.04, YearlyChange: -0.12, Settlement: `Credit`, Contract: `Swap`, Region: `Europe`, Country: `Slovenia`, Risk: `High`, Sector: `Government`, Currency: `USD`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-02-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 891 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Lumber`, Spread: 0.01, Open: 303.9, Price: 298.75, Buy: 304.59, Sell: 304.6, Change: -5.85, ChangePercent: -1.92, Volume: 2, High: 304.6, Low: 303.9, YearlyHigh: 317.1, YearlyLow: 236, YearlyStart: 276.55, YearlyChange: 10.14, Settlement: `Cash`, Contract: `Futures`, Region: `Middle East`, Country: `Kuwait`, Risk: `Low`, Sector: `Government`, Currency: `USD`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-04-24`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 892 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Platinum`, Spread: 0.01, Open: 1071.6, Price: 1052.25, Buy: 1071.09, Sell: 1071.1, Change: -18.85, ChangePercent: -1.76, Volume: 3039, High: 1081.2, Low: 1070.5, YearlyHigh: 1120.6, YearlyLow: 812.4, YearlyStart: 966.5, YearlyChange: 10.82, Settlement: `Cash`, Contract: `CFD`, Region: `Africa`, Country: `South Africa`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-08-21`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 893 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Lumber`, Spread: 0.01, Open: 303.9, Price: 300.46, Buy: 304.59, Sell: 304.6, Change: -4.14, ChangePercent: -1.36, Volume: 2, High: 304.6, Low: 303.9, YearlyHigh: 317.1, YearlyLow: 236, YearlyStart: 276.55, YearlyChange: 10.14, Settlement: `Loan`, Contract: `Swap`, Region: `Asia Pacific`, Country: `Pakistan`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-06-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 894 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P MID MINI`, Spread: 0.01, Open: 1454.3, Price: 1455.78, Buy: 1455.78, Sell: 1455.79, Change: 0, ChangePercent: 0, Volume: 338, High: 1455.78, Low: 1448, YearlyHigh: 1527.3, YearlyLow: 1236, YearlyStart: 1381.65, YearlyChange: 5.37, Settlement: `Cash`, Contract: `Options`, Region: `Asia Pacific`, Country: `Philippines`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-02-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 895 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Ethanol`, Spread: 0.01, Open: 1.512, Price: 2.76, Buy: 2.75, Sell: 2.76, Change: 0.01, ChangePercent: 0.36, Volume: 14, High: 2.75, Low: 1.12, YearlyHigh: 2.75, YearlyLow: 1.12, YearlyStart: 1.48, YearlyChange: 86.7, Settlement: `Cash`, Contract: `Forwards`, Region: `South America`, Country: `Paraguay`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `High`, Issuer: `American Airlines`, Maturity: `2022-02-21`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 896 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P 600 MINI`, Spread: 0.01, Open: 687.9, Price: 691.46, Buy: 687.9, Sell: 687.9, Change: 3.58, ChangePercent: 0.52, Volume: 0, High: 0, Low: 0, YearlyHigh: 620.32, YearlyLow: 595.9, YearlyStart: 608.11, YearlyChange: 13.12, Settlement: `Cash`, Contract: `Swap`, Region: `Europe`, Country: `Iceland`, Risk: `High`, Sector: `Private`, Currency: `PLN`, Security: `High`, Issuer: `FedEx`, Maturity: `2022-05-22`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 897 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soybean`, Spread: 0.01, Open: 1038, Price: 1044.43, Buy: 1038.61, Sell: 1038.62, Change: 5.81, ChangePercent: 0.56, Volume: 20356, High: 1044, Low: 1031.75, YearlyHigh: 1057, YearlyLow: 859.5, YearlyStart: 958.25, YearlyChange: 8.39, Settlement: `Cash`, Contract: `Swap`, Region: `Middle East`, Country: `Saudi Arabia`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-04-19`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 898 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soybean`, Spread: 0.01, Open: 1038, Price: 1031.14, Buy: 1038.61, Sell: 1038.62, Change: -7.48, ChangePercent: -0.72, Volume: 20356, High: 1044, Low: 1031.75, YearlyHigh: 1057, YearlyLow: 859.5, YearlyStart: 958.25, YearlyChange: 8.39, Settlement: `Cash`, Contract: `Options`, Region: `Asia Pacific`, Country: `Indonesia`, Risk: `High`, Sector: `Government`, Currency: `USD`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-02-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 899 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P Future`, Spread: 0.01, Open: 2057.5, Price: 2047.55, Buy: 2056.6, Sell: 2056.61, Change: -9.05, ChangePercent: -0.44, Volume: 142780, High: 2059.5, Low: 2049, YearlyHigh: 2105.5, YearlyLow: 1794.5, YearlyStart: 1950, YearlyChange: 5.47, Settlement: `Cash`, Contract: `Forwards`, Region: `North America`, Country: `Canada`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-03-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 900 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/CAD`, Spread: 0.02, Open: 0.7744, Price: 0.94, Buy: 0.94, Sell: 0.96, Change: -0.01, ChangePercent: -1.36, Volume: 13669, High: 0.95, Low: 0.77, YearlyHigh: 0.95, YearlyLow: 0.68, YearlyStart: 0.76, YearlyChange: 26.43, Settlement: `Cash`, Contract: `Options`, Region: `Asia Pacific`, Country: `Korea`, Risk: `Low`, Sector: `Government`, Currency: `USD`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-02-24`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 901 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Corn`, Spread: 0.01, Open: 379.5, Price: 375.85, Buy: 379.8, Sell: 379.81, Change: -3.95, ChangePercent: -1.04, Volume: 11266, High: 381, Low: 377.75, YearlyHigh: 471.25, YearlyLow: 351.25, YearlyStart: 411.25, YearlyChange: -7.65, Settlement: `Loan`, Contract: `Swap`, Region: `Middle East`, Country: `Syria`, Risk: `High`, Sector: `Government`, Currency: `PLN`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-06-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 902 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Rice`, Spread: 0.01, Open: 11.245, Price: 10.4, Buy: 10.41, Sell: 10.42, Change: -0.02, ChangePercent: -0.12, Volume: 220, High: 11.38, Low: 10.42, YearlyHigh: 14.14, YearlyLow: 9.7, YearlyStart: 11.92, YearlyChange: -12.62, Settlement: `Cash`, Contract: `Options`, Region: `South America`, Country: `Suriname`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-04-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 903 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Copper`, Spread: 0.02, Open: 2.123, Price: 2.11, Buy: 2.12, Sell: 2.12, Change: 0, ChangePercent: -0.32, Volume: 28819, High: 2.16, Low: 2.11, YearlyHigh: 2.94, YearlyLow: 1.96, YearlyStart: 2.45, YearlyChange: -13.76, Settlement: `Cash`, Contract: `Futures`, Region: `Africa`, Country: `Morocco`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-05-23`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 904 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `Euro$ 3M`, Spread: 0.01, Open: 99.18, Price: 101.03, Buy: 99.18, Sell: 99.18, Change: 1.86, ChangePercent: 1.88, Volume: 29509, High: 99.18, Low: 99.17, YearlyHigh: 99.38, YearlyLow: 98.41, YearlyStart: 98.89, YearlyChange: 0.28, Settlement: `Credit`, Contract: `Futures`, Region: `Asia Pacific`, Country: `Philippines`, Risk: `High`, Sector: `Public`, Currency: `PLN`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-09-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 905 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soybean`, Spread: 0.01, Open: 1038, Price: 1042.77, Buy: 1038.61, Sell: 1038.62, Change: 4.15, ChangePercent: 0.4, Volume: 20356, High: 1044, Low: 1031.75, YearlyHigh: 1057, YearlyLow: 859.5, YearlyStart: 958.25, YearlyChange: 8.39, Settlement: `Credit`, Contract: `CFD`, Region: `Middle East`, Country: `Qatar`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-04-10`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 906 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Lumber`, Spread: 0.01, Open: 303.9, Price: 302.16, Buy: 304.59, Sell: 304.6, Change: -2.44, ChangePercent: -0.8, Volume: 2, High: 304.6, Low: 303.9, YearlyHigh: 317.1, YearlyLow: 236, YearlyStart: 276.55, YearlyChange: 10.14, Settlement: `Cash`, Contract: `Options`, Region: `Middle East`, Country: `UAE`, Risk: `Low`, Sector: `Public`, Currency: `EUR`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-08-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 907 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soybean`, Spread: 0.01, Open: 1038, Price: 1043.19, Buy: 1038.61, Sell: 1038.62, Change: 4.57, ChangePercent: 0.44, Volume: 20356, High: 1044, Low: 1031.75, YearlyHigh: 1057, YearlyLow: 859.5, YearlyStart: 958.25, YearlyChange: 8.39, Settlement: `Cash`, Contract: `Options`, Region: `Middle East`, Country: `Lebanon`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-08-23`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 908 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soybean`, Spread: 0.01, Open: 1038, Price: 1057.31, Buy: 1038.61, Sell: 1038.62, Change: 18.69, ChangePercent: 1.8, Volume: 20356, High: 1044, Low: 1031.75, YearlyHigh: 1057, YearlyLow: 859.5, YearlyStart: 958.25, YearlyChange: 8.39, Settlement: `Cash`, Contract: `Swap`, Region: `North America`, Country: `United States`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-08-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 909 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Palladium`, Spread: 0.01, Open: 600.55, Price: 606.29, Buy: 601, Sell: 601.01, Change: 5.29, ChangePercent: 0.88, Volume: 651, High: 607.2, Low: 598.4, YearlyHigh: 690, YearlyLow: 458.6, YearlyStart: 574.3, YearlyChange: 4.65, Settlement: `Loan`, Contract: `Futures`, Region: `Asia Pacific`, Country: `Indonesia`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-02-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 910 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Lumber`, Spread: 0.01, Open: 303.9, Price: 303.99, Buy: 304.59, Sell: 304.6, Change: -0.61, ChangePercent: -0.2, Volume: 2, High: 304.6, Low: 303.9, YearlyHigh: 317.1, YearlyLow: 236, YearlyStart: 276.55, YearlyChange: 10.14, Settlement: `Credit`, Contract: `Swap`, Region: `Europe`, Country: `France`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `High`, Issuer: `FedEx`, Maturity: `2022-02-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 911 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `Lean Hogs`, Spread: 0.01, Open: 81.275, Price: 80.96, Buy: 81.81, Sell: 81.82, Change: -0.85, ChangePercent: -1.04, Volume: 1, High: 81.81, Low: 81.28, YearlyHigh: 83.98, YearlyLow: 70.25, YearlyStart: 77.11, YearlyChange: 6.09, Settlement: `Loan`, Contract: `Futures`, Region: `Middle East`, Country: `Israel`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-06-24`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 912 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Coffee`, Spread: 0.01, Open: 125.7, Price: 127.2, Buy: 125.7, Sell: 125.7, Change: 1.51, ChangePercent: 1.2, Volume: 1654, High: 125.8, Low: 125, YearlyHigh: 155.75, YearlyLow: 115.35, YearlyStart: 135.55, YearlyChange: -7.27, Settlement: `Cash`, Contract: `Swap`, Region: `Asia Pacific`, Country: `Afghanistan`, Risk: `High`, Sector: `Government`, Currency: `PLN`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-02-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 913 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Cotton`, Spread: 0.01, Open: 61.77, Price: 62.9, Buy: 61.77, Sell: 61.77, Change: 1.14, ChangePercent: 1.84, Volume: 3612, High: 62.06, Low: 61.32, YearlyHigh: 67.59, YearlyLow: 54.33, YearlyStart: 60.96, YearlyChange: 1.31, Settlement: `Cash`, Contract: `Forwards`, Region: `Middle East`, Country: `Qatar`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-05-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 914 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/CAD`, Spread: 0.02, Open: 0.7744, Price: 0.97, Buy: 0.94, Sell: 0.96, Change: 0.02, ChangePercent: 1.2, Volume: 13669, High: 0.95, Low: 0.77, YearlyHigh: 0.95, YearlyLow: 0.68, YearlyStart: 0.76, YearlyChange: 26.43, Settlement: `Credit`, Contract: `Options`, Region: `Middle East`, Country: `Kuwait`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `American Airlines`, Maturity: `2022-08-10`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 915 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Uranium`, Spread: 0.02, Open: 27.55, Price: 27.78, Buy: 27.55, Sell: 27.55, Change: 0.2, ChangePercent: 0.72, Volume: 12, High: 27.55, Low: 27.55, YearlyHigh: 29.32, YearlyLow: 21.28, YearlyStart: 25.3, YearlyChange: 9.01, Settlement: `Loan`, Contract: `Futures`, Region: `South America`, Country: `Ecuador`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-01-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 916 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/CHF`, Spread: 0.02, Open: 1.0337, Price: 1.06, Buy: 1.03, Sell: 1.03, Change: 0.02, ChangePercent: 1.68, Volume: 5550, High: 1.03, Low: 1.03, YearlyHigh: 1.11, YearlyLow: 0.98, YearlyStart: 1.04, YearlyChange: -0.12, Settlement: `Credit`, Contract: `Options`, Region: `North America`, Country: `Canada`, Risk: `High`, Sector: `Public`, Currency: `USD`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-07-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 917 }), + new FinancialDataAllItem({ Category: `Index`, Type: `DOW Future`, Spread: 0.01, Open: 17711, Price: 17953.04, Buy: 17712.15, Sell: 17712.16, Change: 240.89, ChangePercent: 1.36, Volume: 22236, High: 17727, Low: 17642, YearlyHigh: 18083, YearlyLow: 15299, YearlyStart: 16691, YearlyChange: 6.12, Settlement: `Credit`, Contract: `CFD`, Region: `Africa`, Country: `Algeria`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-04-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 918 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/JPY`, Spread: 0.02, Open: 9275.5, Price: 9362.69, Buy: 9277.32, Sell: 9277.34, Change: 85.36, ChangePercent: 0.92, Volume: 47734, High: 9277.33, Low: 0.93, YearlyHigh: 9483, YearlyLow: 0.93, YearlyStart: 4741.97, YearlyChange: 95.64, Settlement: `Cash`, Contract: `CFD`, Region: `Europe`, Country: `Italy`, Risk: `High`, Sector: `Public`, Currency: `USD`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-07-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 919 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Gold`, Spread: 0.01, Open: 1281.1, Price: 1272.54, Buy: 1280.73, Sell: 1280.74, Change: -8.19, ChangePercent: -0.64, Volume: 48387, High: 1289.5, Low: 1279.1, YearlyHigh: 1306, YearlyLow: 1047.2, YearlyStart: 1176.6, YearlyChange: 8.85, Settlement: `Credit`, Contract: `Swap`, Region: `North America`, Country: `Canada`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `High`, Issuer: `American Airlines`, Maturity: `2022-05-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 920 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Platinum`, Spread: 0.01, Open: 1071.6, Price: 1061.25, Buy: 1071.09, Sell: 1071.1, Change: -9.85, ChangePercent: -0.92, Volume: 3039, High: 1081.2, Low: 1070.5, YearlyHigh: 1120.6, YearlyLow: 812.4, YearlyStart: 966.5, YearlyChange: 10.82, Settlement: `Credit`, Contract: `Options`, Region: `Africa`, Country: `Tunisia`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-03-19`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 921 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Oats`, Spread: 0.01, Open: 194.5, Price: 197.33, Buy: 194.21, Sell: 194.22, Change: 3.11, ChangePercent: 1.6, Volume: 64, High: 195.75, Low: 194, YearlyHigh: 241.25, YearlyLow: 183.75, YearlyStart: 212.5, YearlyChange: -8.6, Settlement: `Credit`, Contract: `Forwards`, Region: `Asia Pacific`, Country: `Azerbaijan`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-03-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 922 }), + new FinancialDataAllItem({ Category: `Index`, Type: `NAS Future`, Spread: 0.01, Open: 4341.25, Price: 4414.21, Buy: 4341.25, Sell: 4341.25, Change: 72.93, ChangePercent: 1.68, Volume: 18259, High: 4347, Low: 4318, YearlyHigh: 4719.75, YearlyLow: 3867.75, YearlyStart: 4293.75, YearlyChange: 1.11, Settlement: `Loan`, Contract: `Swap`, Region: `Asia Pacific`, Country: `Australia`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-08-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 923 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `OJ Future`, Spread: 0.01, Open: 140.6, Price: 138.39, Buy: 140.18, Sell: 140.19, Change: -1.8, ChangePercent: -1.28, Volume: 7, High: 140.19, Low: 0, YearlyHigh: 155.95, YearlyLow: 113, YearlyStart: 134.47, YearlyChange: 4.25, Settlement: `Loan`, Contract: `Options`, Region: `South America`, Country: `Colombia`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-05-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 924 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `Lean Hogs`, Spread: 0.01, Open: 81.275, Price: 80.24, Buy: 81.81, Sell: 81.82, Change: -1.57, ChangePercent: -1.92, Volume: 1, High: 81.81, Low: 81.28, YearlyHigh: 83.98, YearlyLow: 70.25, YearlyStart: 77.11, YearlyChange: 6.09, Settlement: `Credit`, Contract: `Options`, Region: `Africa`, Country: `South Africa`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-05-22`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 925 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Oats`, Spread: 0.01, Open: 194.5, Price: 193.05, Buy: 194.21, Sell: 194.22, Change: -1.17, ChangePercent: -0.6, Volume: 64, High: 195.75, Low: 194, YearlyHigh: 241.25, YearlyLow: 183.75, YearlyStart: 212.5, YearlyChange: -8.6, Settlement: `Cash`, Contract: `Swap`, Region: `Europe`, Country: `United Kingdom`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-07-23`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 926 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P MID MINI`, Spread: 0.01, Open: 1454.3, Price: 1441.22, Buy: 1455.78, Sell: 1455.79, Change: -14.56, ChangePercent: -1, Volume: 338, High: 1455.78, Low: 1448, YearlyHigh: 1527.3, YearlyLow: 1236, YearlyStart: 1381.65, YearlyChange: 5.37, Settlement: `Cash`, Contract: `Futures`, Region: `Asia Pacific`, Country: `New Zealand`, Risk: `Low`, Sector: `Public`, Currency: `EUR`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-04-21`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 927 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Oil`, Spread: 0.015, Open: 45.54, Price: 46.56, Buy: 45.78, Sell: 45.8, Change: 0.77, ChangePercent: 1.68, Volume: 107196, High: 45.94, Low: 45, YearlyHigh: 65.28, YearlyLow: 30.79, YearlyStart: 48.03, YearlyChange: -4.67, Settlement: `Loan`, Contract: `Swap`, Region: `Asia Pacific`, Country: `Azerbaijan`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-02-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 928 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Oil`, Spread: 0.015, Open: 45.54, Price: 45.33, Buy: 45.78, Sell: 45.8, Change: -0.46, ChangePercent: -1, Volume: 107196, High: 45.94, Low: 45, YearlyHigh: 65.28, YearlyLow: 30.79, YearlyStart: 48.03, YearlyChange: -4.67, Settlement: `Loan`, Contract: `Futures`, Region: `South America`, Country: `Uruguay`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-03-16`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 929 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Platinum`, Spread: 0.01, Open: 1071.6, Price: 1090.38, Buy: 1071.09, Sell: 1071.1, Change: 19.28, ChangePercent: 1.8, Volume: 3039, High: 1081.2, Low: 1070.5, YearlyHigh: 1120.6, YearlyLow: 812.4, YearlyStart: 966.5, YearlyChange: 10.82, Settlement: `Loan`, Contract: `Futures`, Region: `Europe`, Country: `Denmark`, Risk: `Low`, Sector: `Government`, Currency: `USD`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-06-16`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 930 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Gold`, Spread: 0.01, Open: 1281.1, Price: 1279.19, Buy: 1280.73, Sell: 1280.74, Change: -1.54, ChangePercent: -0.12, Volume: 48387, High: 1289.5, Low: 1279.1, YearlyHigh: 1306, YearlyLow: 1047.2, YearlyStart: 1176.6, YearlyChange: 8.85, Settlement: `Cash`, Contract: `Options`, Region: `Europe`, Country: `Greece`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-09-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 931 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/JPY`, Spread: 0.02, Open: 9275.5, Price: 9114.05, Buy: 9277.32, Sell: 9277.34, Change: -163.28, ChangePercent: -1.76, Volume: 47734, High: 9277.33, Low: 0.93, YearlyHigh: 9483, YearlyLow: 0.93, YearlyStart: 4741.97, YearlyChange: 95.64, Settlement: `Cash`, Contract: `Futures`, Region: `Middle East`, Country: `Israel`, Risk: `Low`, Sector: `Government`, Currency: `USD`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-07-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 932 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soy Meat`, Spread: 0.01, Open: 342.6, Price: 343.99, Buy: 342.6, Sell: 342.6, Change: 1.37, ChangePercent: 0.4, Volume: 5646, High: 345.4, Low: 340.3, YearlyHigh: 353.4, YearlyLow: 261.7, YearlyStart: 307.55, YearlyChange: 11.4, Settlement: `Loan`, Contract: `Swap`, Region: `Africa`, Country: `Senegal`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-05-23`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 933 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `LV Cattle`, Spread: 0.01, Open: 120.725, Price: 122.25, Buy: 120.72, Sell: 120.72, Change: 1.55, ChangePercent: 1.28, Volume: 4, High: 120.72, Low: 120.72, YearlyHigh: 147.98, YearlyLow: 113.9, YearlyStart: 130.94, YearlyChange: -7.82, Settlement: `Cash`, Contract: `CFD`, Region: `Middle East`, Country: `Israel`, Risk: `Low`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-04-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 934 }), + new FinancialDataAllItem({ Category: `Index`, Type: `NAS Future`, Spread: 0.01, Open: 4341.25, Price: 4358.65, Buy: 4341.25, Sell: 4341.25, Change: 17.37, ChangePercent: 0.4, Volume: 18259, High: 4347, Low: 4318, YearlyHigh: 4719.75, YearlyLow: 3867.75, YearlyStart: 4293.75, YearlyChange: 1.11, Settlement: `Cash`, Contract: `Futures`, Region: `Africa`, Country: `Senegal`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-02-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 935 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Natural Gas`, Spread: 0.02, Open: 2.094, Price: 2.08, Buy: 2.09, Sell: 2.09, Change: -0.02, ChangePercent: -1.12, Volume: 2783, High: 2.11, Low: 2.09, YearlyHigh: 3.2, YearlyLow: 1.84, YearlyStart: 2.52, YearlyChange: -16.51, Settlement: `Credit`, Contract: `CFD`, Region: `Europe`, Country: `Czechia`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-02-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 936 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Sugar`, Spread: 0.01, Open: 15.68, Price: 14.77, Buy: 14.67, Sell: 14.68, Change: 0.1, ChangePercent: 0.68, Volume: 4949, High: 15.7, Low: 14.67, YearlyHigh: 16.87, YearlyLow: 11.37, YearlyStart: 14.12, YearlyChange: 3.92, Settlement: `Credit`, Contract: `Options`, Region: `Asia Pacific`, Country: `Australia`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-05-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 937 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Coffee`, Spread: 0.01, Open: 125.7, Price: 127.9, Buy: 125.7, Sell: 125.7, Change: 2.21, ChangePercent: 1.76, Volume: 1654, High: 125.8, Low: 125, YearlyHigh: 155.75, YearlyLow: 115.35, YearlyStart: 135.55, YearlyChange: -7.27, Settlement: `Credit`, Contract: `Options`, Region: `North America`, Country: `Canada`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-06-16`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 938 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Coal`, Spread: 0.015, Open: 0.4363, Price: 0.42, Buy: 0.44, Sell: 0.44, Change: 0, ChangePercent: 1.32, Volume: 3, High: 0.44, Low: 0.44, YearlyHigh: 0.48, YearlyLow: 0.4, YearlyStart: 0.44, YearlyChange: -5.33, Settlement: `Cash`, Contract: `Forwards`, Region: `Asia Pacific`, Country: `Korea`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-06-21`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 939 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `Lean Hogs`, Spread: 0.01, Open: 81.275, Price: 82.08, Buy: 81.81, Sell: 81.82, Change: 0.27, ChangePercent: 0.32, Volume: 1, High: 81.81, Low: 81.28, YearlyHigh: 83.98, YearlyLow: 70.25, YearlyStart: 77.11, YearlyChange: 6.09, Settlement: `Cash`, Contract: `CFD`, Region: `South America`, Country: `Suriname`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-06-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 940 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Gold`, Spread: 0.01, Open: 1281.1, Price: 1277.15, Buy: 1280.73, Sell: 1280.74, Change: -3.58, ChangePercent: -0.28, Volume: 48387, High: 1289.5, Low: 1279.1, YearlyHigh: 1306, YearlyLow: 1047.2, YearlyStart: 1176.6, YearlyChange: 8.85, Settlement: `Cash`, Contract: `Options`, Region: `Africa`, Country: `Niger`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-07-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 941 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Silver`, Spread: 0.01, Open: 17.43, Price: 17.34, Buy: 17.43, Sell: 17.43, Change: -0.08, ChangePercent: -0.44, Volume: 11720, High: 17.51, Low: 17.37, YearlyHigh: 18.06, YearlyLow: 13.73, YearlyStart: 15.89, YearlyChange: 9.59, Settlement: `Cash`, Contract: `Futures`, Region: `North America`, Country: `Canada`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-07-22`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 942 }), + new FinancialDataAllItem({ Category: `Index`, Type: `NAS Future`, Spread: 0.01, Open: 4341.25, Price: 4396.85, Buy: 4341.25, Sell: 4341.25, Change: 55.57, ChangePercent: 1.28, Volume: 18259, High: 4347, Low: 4318, YearlyHigh: 4719.75, YearlyLow: 3867.75, YearlyStart: 4293.75, YearlyChange: 1.11, Settlement: `Loan`, Contract: `Futures`, Region: `Middle East`, Country: `Oman`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-06-21`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 943 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `FD Cattle`, Spread: 0.01, Open: 147.175, Price: 149.38, Buy: 148.6, Sell: 148.61, Change: 0.77, ChangePercent: 0.52, Volume: 5, High: 148.61, Low: 147.18, YearlyHigh: 190, YearlyLow: 138.1, YearlyStart: 164.05, YearlyChange: -9.41, Settlement: `Loan`, Contract: `Options`, Region: `Asia Pacific`, Country: `Thailand`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `Poor`, Issuer: `American Airlines`, Maturity: `2022-02-22`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 944 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Lumber`, Spread: 0.01, Open: 303.9, Price: 308.13, Buy: 304.59, Sell: 304.6, Change: 3.53, ChangePercent: 1.16, Volume: 2, High: 304.6, Low: 303.9, YearlyHigh: 317.1, YearlyLow: 236, YearlyStart: 276.55, YearlyChange: 10.14, Settlement: `Credit`, Contract: `Swap`, Region: `Asia Pacific`, Country: `Japan`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-09-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 945 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `Euro$ 3M`, Spread: 0.01, Open: 99.18, Price: 97.5, Buy: 99.18, Sell: 99.18, Change: -1.67, ChangePercent: -1.68, Volume: 29509, High: 99.18, Low: 99.17, YearlyHigh: 99.38, YearlyLow: 98.41, YearlyStart: 98.89, YearlyChange: 0.28, Settlement: `Cash`, Contract: `Options`, Region: `Middle East`, Country: `Oman`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `FedEx`, Maturity: `2022-05-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 946 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P Future`, Spread: 0.01, Open: 2057.5, Price: 2051.67, Buy: 2056.6, Sell: 2056.61, Change: -4.93, ChangePercent: -0.24, Volume: 142780, High: 2059.5, Low: 2049, YearlyHigh: 2105.5, YearlyLow: 1794.5, YearlyStart: 1950, YearlyChange: 5.47, Settlement: `Credit`, Contract: `Swap`, Region: `Middle East`, Country: `Syria`, Risk: `High`, Sector: `Government`, Currency: `PLN`, Security: `High`, Issuer: `American Airlines`, Maturity: `2022-08-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 947 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/JPY`, Spread: 0.02, Open: 9275.5, Price: 9277.33, Buy: 9277.32, Sell: 9277.34, Change: 0, ChangePercent: 0, Volume: 47734, High: 9277.33, Low: 0.93, YearlyHigh: 9483, YearlyLow: 0.93, YearlyStart: 4741.97, YearlyChange: 95.64, Settlement: `Loan`, Contract: `Options`, Region: `South America`, Country: `Chile`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `Poor`, Issuer: `American Airlines`, Maturity: `2022-08-22`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 948 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Palladium`, Spread: 0.01, Open: 600.55, Price: 596.43, Buy: 601, Sell: 601.01, Change: -4.57, ChangePercent: -0.76, Volume: 651, High: 607.2, Low: 598.4, YearlyHigh: 690, YearlyLow: 458.6, YearlyStart: 574.3, YearlyChange: 4.65, Settlement: `Credit`, Contract: `CFD`, Region: `Middle East`, Country: `Jordan`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-06-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 949 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Platinum`, Spread: 0.01, Open: 1071.6, Price: 1082.67, Buy: 1071.09, Sell: 1071.1, Change: 11.57, ChangePercent: 1.08, Volume: 3039, High: 1081.2, Low: 1070.5, YearlyHigh: 1120.6, YearlyLow: 812.4, YearlyStart: 966.5, YearlyChange: 10.82, Settlement: `Cash`, Contract: `Futures`, Region: `Europe`, Country: `Sweden`, Risk: `High`, Sector: `Private`, Currency: `PLN`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-01-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 950 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Sugar`, Spread: 0.01, Open: 15.68, Price: 14.45, Buy: 14.67, Sell: 14.68, Change: -0.22, ChangePercent: -1.56, Volume: 4949, High: 15.7, Low: 14.67, YearlyHigh: 16.87, YearlyLow: 11.37, YearlyStart: 14.12, YearlyChange: 3.92, Settlement: `Cash`, Contract: `Options`, Region: `Middle East`, Country: `Iraq`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-06-21`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 951 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/CAD`, Spread: 0.02, Open: 0.7744, Price: 0.95, Buy: 0.94, Sell: 0.96, Change: 0, ChangePercent: -0.32, Volume: 13669, High: 0.95, Low: 0.77, YearlyHigh: 0.95, YearlyLow: 0.68, YearlyStart: 0.76, YearlyChange: 26.43, Settlement: `Loan`, Contract: `Swap`, Region: `Asia Pacific`, Country: `Hong Kong`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-05-22`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 952 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `US 2Y Future`, Spread: 0.01, Open: 109.3984, Price: 109.91, Buy: 109.4, Sell: 109.4, Change: 0.52, ChangePercent: 0.48, Volume: 17742, High: 109.41, Low: 109.38, YearlyHigh: 109.8, YearlyLow: 108.62, YearlyStart: 109.21, YearlyChange: 0.16, Settlement: `Cash`, Contract: `Forwards`, Region: `Africa`, Country: `Egypt`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-03-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 953 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Cotton`, Spread: 0.01, Open: 61.77, Price: 60.8, Buy: 61.77, Sell: 61.77, Change: -0.96, ChangePercent: -1.56, Volume: 3612, High: 62.06, Low: 61.32, YearlyHigh: 67.59, YearlyLow: 54.33, YearlyStart: 60.96, YearlyChange: 1.31, Settlement: `Cash`, Contract: `Options`, Region: `Europe`, Country: `Poland`, Risk: `High`, Sector: `Government`, Currency: `PLN`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-01-19`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 954 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Natural Gas`, Spread: 0.02, Open: 2.094, Price: 2.11, Buy: 2.09, Sell: 2.09, Change: 0.01, ChangePercent: 0.16, Volume: 2783, High: 2.11, Low: 2.09, YearlyHigh: 3.2, YearlyLow: 1.84, YearlyStart: 2.52, YearlyChange: -16.51, Settlement: `Cash`, Contract: `Options`, Region: `Africa`, Country: `Algeria`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-06-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 955 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P MID MINI`, Spread: 0.01, Open: 1454.3, Price: 1469.17, Buy: 1455.78, Sell: 1455.79, Change: 13.39, ChangePercent: 0.92, Volume: 338, High: 1455.78, Low: 1448, YearlyHigh: 1527.3, YearlyLow: 1236, YearlyStart: 1381.65, YearlyChange: 5.37, Settlement: `Cash`, Contract: `Swap`, Region: `Europe`, Country: `Hungary`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-06-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 956 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Platinum`, Spread: 0.01, Open: 1071.6, Price: 1056.53, Buy: 1071.09, Sell: 1071.1, Change: -14.57, ChangePercent: -1.36, Volume: 3039, High: 1081.2, Low: 1070.5, YearlyHigh: 1120.6, YearlyLow: 812.4, YearlyStart: 966.5, YearlyChange: 10.82, Settlement: `Credit`, Contract: `Swap`, Region: `Asia Pacific`, Country: `Azerbaijan`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-04-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 957 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Coal`, Spread: 0.015, Open: 0.4363, Price: 0.42, Buy: 0.44, Sell: 0.44, Change: 0, ChangePercent: 0.96, Volume: 3, High: 0.44, Low: 0.44, YearlyHigh: 0.48, YearlyLow: 0.4, YearlyStart: 0.44, YearlyChange: -5.33, Settlement: `Cash`, Contract: `Swap`, Region: `Middle East`, Country: `Qatar`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-01-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 958 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `US 2Y Future`, Spread: 0.01, Open: 109.3984, Price: 109.34, Buy: 109.4, Sell: 109.4, Change: -0.05, ChangePercent: -0.04, Volume: 17742, High: 109.41, Low: 109.38, YearlyHigh: 109.8, YearlyLow: 108.62, YearlyStart: 109.21, YearlyChange: 0.16, Settlement: `Credit`, Contract: `CFD`, Region: `North America`, Country: `United States`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-07-16`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 959 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/CHF`, Spread: 0.02, Open: 1.0337, Price: 1.06, Buy: 1.03, Sell: 1.03, Change: 0.02, ChangePercent: 1.24, Volume: 5550, High: 1.03, Low: 1.03, YearlyHigh: 1.11, YearlyLow: 0.98, YearlyStart: 1.04, YearlyChange: -0.12, Settlement: `Loan`, Contract: `Futures`, Region: `Europe`, Country: `Belgium`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-03-21`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 960 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Ethanol`, Spread: 0.01, Open: 1.512, Price: 2.72, Buy: 2.75, Sell: 2.76, Change: -0.03, ChangePercent: -1.24, Volume: 14, High: 2.75, Low: 1.12, YearlyHigh: 2.75, YearlyLow: 1.12, YearlyStart: 1.48, YearlyChange: 86.7, Settlement: `Cash`, Contract: `Options`, Region: `Europe`, Country: `Portugal`, Risk: `High`, Sector: `Government`, Currency: `USD`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-09-23`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 961 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soy Meat`, Spread: 0.01, Open: 342.6, Price: 338.78, Buy: 342.6, Sell: 342.6, Change: -3.84, ChangePercent: -1.12, Volume: 5646, High: 345.4, Low: 340.3, YearlyHigh: 353.4, YearlyLow: 261.7, YearlyStart: 307.55, YearlyChange: 11.4, Settlement: `Loan`, Contract: `Options`, Region: `South America`, Country: `Suriname`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `FedEx`, Maturity: `2022-01-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 962 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Oil`, Spread: 0.015, Open: 45.54, Price: 45.2, Buy: 45.78, Sell: 45.8, Change: -0.59, ChangePercent: -1.28, Volume: 107196, High: 45.94, Low: 45, YearlyHigh: 65.28, YearlyLow: 30.79, YearlyStart: 48.03, YearlyChange: -4.67, Settlement: `Credit`, Contract: `Options`, Region: `Africa`, Country: `Algeria`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-04-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 963 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Palladium`, Spread: 0.01, Open: 600.55, Price: 604.13, Buy: 601, Sell: 601.01, Change: 3.13, ChangePercent: 0.52, Volume: 651, High: 607.2, Low: 598.4, YearlyHigh: 690, YearlyLow: 458.6, YearlyStart: 574.3, YearlyChange: 4.65, Settlement: `Credit`, Contract: `Options`, Region: `Middle East`, Country: `Israel`, Risk: `Low`, Sector: `Public`, Currency: `EUR`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-03-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 964 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `LV Cattle`, Spread: 0.01, Open: 120.725, Price: 119.21, Buy: 120.72, Sell: 120.72, Change: -1.5, ChangePercent: -1.24, Volume: 4, High: 120.72, Low: 120.72, YearlyHigh: 147.98, YearlyLow: 113.9, YearlyStart: 130.94, YearlyChange: -7.82, Settlement: `Loan`, Contract: `Options`, Region: `North America`, Country: `Mexico`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `High`, Issuer: `American Airlines`, Maturity: `2022-05-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 965 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `LV Cattle`, Spread: 0.01, Open: 120.725, Price: 121.19, Buy: 120.72, Sell: 120.72, Change: 0.48, ChangePercent: 0.4, Volume: 4, High: 120.72, Low: 120.72, YearlyHigh: 147.98, YearlyLow: 113.9, YearlyStart: 130.94, YearlyChange: -7.82, Settlement: `Credit`, Contract: `CFD`, Region: `South America`, Country: `Uruguay`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-09-23`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 966 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `US 30YR Future`, Spread: 0.01, Open: 164.875, Price: 166.26, Buy: 164.15, Sell: 164.16, Change: 2.1, ChangePercent: 1.28, Volume: 28012, High: 165.25, Low: 164.04, YearlyHigh: 169.38, YearlyLow: 151.47, YearlyStart: 160.43, YearlyChange: 2.33, Settlement: `Loan`, Contract: `Futures`, Region: `Africa`, Country: `Algeria`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-08-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 967 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Corn`, Spread: 0.01, Open: 379.5, Price: 374.79, Buy: 379.8, Sell: 379.81, Change: -5.01, ChangePercent: -1.32, Volume: 11266, High: 381, Low: 377.75, YearlyHigh: 471.25, YearlyLow: 351.25, YearlyStart: 411.25, YearlyChange: -7.65, Settlement: `Credit`, Contract: `Swap`, Region: `Europe`, Country: `Bulgaria`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-04-21`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 968 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Wheat`, Spread: 0.01, Open: 465.5, Price: 474.46, Buy: 465.5, Sell: 465.5, Change: 8.94, ChangePercent: 1.92, Volume: 4318, High: 467, Low: 463.25, YearlyHigh: 628.5, YearlyLow: 449.5, YearlyStart: 539, YearlyChange: -13.63, Settlement: `Loan`, Contract: `CFD`, Region: `Europe`, Country: `Sweden`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-08-10`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 969 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Natural Gas`, Spread: 0.02, Open: 2.094, Price: 2.09, Buy: 2.09, Sell: 2.09, Change: -0.01, ChangePercent: -0.68, Volume: 2783, High: 2.11, Low: 2.09, YearlyHigh: 3.2, YearlyLow: 1.84, YearlyStart: 2.52, YearlyChange: -16.51, Settlement: `Cash`, Contract: `Futures`, Region: `Middle East`, Country: `Qatar`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-03-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 970 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soy Meat`, Spread: 0.01, Open: 342.6, Price: 344.95, Buy: 342.6, Sell: 342.6, Change: 2.33, ChangePercent: 0.68, Volume: 5646, High: 345.4, Low: 340.3, YearlyHigh: 353.4, YearlyLow: 261.7, YearlyStart: 307.55, YearlyChange: 11.4, Settlement: `Credit`, Contract: `Options`, Region: `North America`, Country: `Canada`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-08-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 971 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Oil`, Spread: 0.015, Open: 45.54, Price: 46.28, Buy: 45.78, Sell: 45.8, Change: 0.49, ChangePercent: 1.08, Volume: 107196, High: 45.94, Low: 45, YearlyHigh: 65.28, YearlyLow: 30.79, YearlyStart: 48.03, YearlyChange: -4.67, Settlement: `Credit`, Contract: `Futures`, Region: `Middle East`, Country: `Qatar`, Risk: `High`, Sector: `Private`, Currency: `PLN`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-01-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 972 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/CAD`, Spread: 0.02, Open: 0.7744, Price: 0.97, Buy: 0.94, Sell: 0.96, Change: 0.02, ChangePercent: 2, Volume: 13669, High: 0.95, Low: 0.77, YearlyHigh: 0.95, YearlyLow: 0.68, YearlyStart: 0.76, YearlyChange: 26.43, Settlement: `Loan`, Contract: `CFD`, Region: `Asia Pacific`, Country: `Pakistan`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `High`, Issuer: `FedEx`, Maturity: `2022-08-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 973 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P 600 MINI`, Spread: 0.01, Open: 687.9, Price: 699.71, Buy: 687.9, Sell: 687.9, Change: 11.83, ChangePercent: 1.72, Volume: 0, High: 0, Low: 0, YearlyHigh: 620.32, YearlyLow: 595.9, YearlyStart: 608.11, YearlyChange: 13.12, Settlement: `Cash`, Contract: `Swap`, Region: `Middle East`, Country: `UAE`, Risk: `Low`, Sector: `Government`, Currency: `USD`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-08-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 974 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Uranium`, Spread: 0.02, Open: 27.55, Price: 27.86, Buy: 27.55, Sell: 27.55, Change: 0.28, ChangePercent: 1, Volume: 12, High: 27.55, Low: 27.55, YearlyHigh: 29.32, YearlyLow: 21.28, YearlyStart: 25.3, YearlyChange: 9.01, Settlement: `Cash`, Contract: `Swap`, Region: `Africa`, Country: `Algeria`, Risk: `High`, Sector: `Private`, Currency: `PLN`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-09-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 975 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `US 10YR Future`, Spread: 0.01, Open: 130.5625, Price: 129.49, Buy: 130.56, Sell: 130.56, Change: -1.09, ChangePercent: -0.84, Volume: 189310, High: 130.63, Low: 130.44, YearlyHigh: 132.64, YearlyLow: 125.48, YearlyStart: 129.06, YearlyChange: 1.18, Settlement: `Loan`, Contract: `Futures`, Region: `Middle East`, Country: `Iraq`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-05-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 976 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Oats`, Spread: 0.01, Open: 194.5, Price: 190.49, Buy: 194.21, Sell: 194.22, Change: -3.73, ChangePercent: -1.92, Volume: 64, High: 195.75, Low: 194, YearlyHigh: 241.25, YearlyLow: 183.75, YearlyStart: 212.5, YearlyChange: -8.6, Settlement: `Loan`, Contract: `Futures`, Region: `Asia Pacific`, Country: `Indonesia`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-08-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 977 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Sugar`, Spread: 0.01, Open: 15.68, Price: 14.93, Buy: 14.67, Sell: 14.68, Change: 0.26, ChangePercent: 1.72, Volume: 4949, High: 15.7, Low: 14.67, YearlyHigh: 16.87, YearlyLow: 11.37, YearlyStart: 14.12, YearlyChange: 3.92, Settlement: `Loan`, Contract: `Futures`, Region: `Asia Pacific`, Country: `Australia`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-02-19`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 978 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P Future`, Spread: 0.01, Open: 2057.5, Price: 2062.36, Buy: 2056.6, Sell: 2056.61, Change: 5.76, ChangePercent: 0.28, Volume: 142780, High: 2059.5, Low: 2049, YearlyHigh: 2105.5, YearlyLow: 1794.5, YearlyStart: 1950, YearlyChange: 5.47, Settlement: `Cash`, Contract: `Forwards`, Region: `Asia Pacific`, Country: `China`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-04-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 979 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P MID MINI`, Spread: 0.01, Open: 1454.3, Price: 1448.21, Buy: 1455.78, Sell: 1455.79, Change: -7.57, ChangePercent: -0.52, Volume: 338, High: 1455.78, Low: 1448, YearlyHigh: 1527.3, YearlyLow: 1236, YearlyStart: 1381.65, YearlyChange: 5.37, Settlement: `Credit`, Contract: `Forwards`, Region: `Africa`, Country: `Egypt`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-03-11`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 980 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soy Meat`, Spread: 0.01, Open: 342.6, Price: 342.48, Buy: 342.6, Sell: 342.6, Change: -0.14, ChangePercent: -0.04, Volume: 5646, High: 345.4, Low: 340.3, YearlyHigh: 353.4, YearlyLow: 261.7, YearlyStart: 307.55, YearlyChange: 11.4, Settlement: `Loan`, Contract: `Forwards`, Region: `Africa`, Country: `South Africa`, Risk: `Low`, Sector: `Government`, Currency: `USD`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-04-27`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 981 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/CAD`, Spread: 0.02, Open: 0.7744, Price: 0.95, Buy: 0.94, Sell: 0.96, Change: 0, ChangePercent: -0.72, Volume: 13669, High: 0.95, Low: 0.77, YearlyHigh: 0.95, YearlyLow: 0.68, YearlyStart: 0.76, YearlyChange: 26.43, Settlement: `Loan`, Contract: `CFD`, Region: `Middle East`, Country: `Bahrain`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-07-19`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 982 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Ethanol`, Spread: 0.01, Open: 1.512, Price: 2.76, Buy: 2.75, Sell: 2.76, Change: 0.01, ChangePercent: 0.08, Volume: 14, High: 2.75, Low: 1.12, YearlyHigh: 2.75, YearlyLow: 1.12, YearlyStart: 1.48, YearlyChange: 86.7, Settlement: `Cash`, Contract: `Options`, Region: `Africa`, Country: `Morocco`, Risk: `High`, Sector: `Government`, Currency: `PLN`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-02-24`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 983 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `FD Cattle`, Spread: 0.01, Open: 147.175, Price: 148.25, Buy: 148.6, Sell: 148.61, Change: -0.36, ChangePercent: -0.24, Volume: 5, High: 148.61, Low: 147.18, YearlyHigh: 190, YearlyLow: 138.1, YearlyStart: 164.05, YearlyChange: -9.41, Settlement: `Cash`, Contract: `Futures`, Region: `Middle East`, Country: `Jordan`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `High`, Issuer: `American Airlines`, Maturity: `2022-01-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 984 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Gold`, Spread: 0.01, Open: 1281.1, Price: 1283.29, Buy: 1280.73, Sell: 1280.74, Change: 2.56, ChangePercent: 0.2, Volume: 48387, High: 1289.5, Low: 1279.1, YearlyHigh: 1306, YearlyLow: 1047.2, YearlyStart: 1176.6, YearlyChange: 8.85, Settlement: `Cash`, Contract: `Swap`, Region: `Europe`, Country: `Denmark`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-02-22`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 985 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/CHF`, Spread: 0.02, Open: 1.0337, Price: 1.04, Buy: 1.03, Sell: 1.03, Change: 0, ChangePercent: -0.28, Volume: 5550, High: 1.03, Low: 1.03, YearlyHigh: 1.11, YearlyLow: 0.98, YearlyStart: 1.04, YearlyChange: -0.12, Settlement: `Loan`, Contract: `Futures`, Region: `Asia Pacific`, Country: `Thailand`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-08-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 986 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Ethanol`, Spread: 0.01, Open: 1.512, Price: 2.77, Buy: 2.75, Sell: 2.76, Change: 0.02, ChangePercent: 0.64, Volume: 14, High: 2.75, Low: 1.12, YearlyHigh: 2.75, YearlyLow: 1.12, YearlyStart: 1.48, YearlyChange: 86.7, Settlement: `Cash`, Contract: `Swap`, Region: `South America`, Country: `Uruguay`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-06-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 987 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/CAD`, Spread: 0.02, Open: 0.7744, Price: 0.95, Buy: 0.94, Sell: 0.96, Change: 0, ChangePercent: -0.96, Volume: 13669, High: 0.95, Low: 0.77, YearlyHigh: 0.95, YearlyLow: 0.68, YearlyStart: 0.76, YearlyChange: 26.43, Settlement: `Credit`, Contract: `Options`, Region: `Asia Pacific`, Country: `Malaysia`, Risk: `High`, Sector: `Government`, Currency: `USD`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-05-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 988 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/CHF`, Spread: 0.02, Open: 1.0337, Price: 1.03, Buy: 1.03, Sell: 1.03, Change: -0.01, ChangePercent: -1.68, Volume: 5550, High: 1.03, Low: 1.03, YearlyHigh: 1.11, YearlyLow: 0.98, YearlyStart: 1.04, YearlyChange: -0.12, Settlement: `Loan`, Contract: `Swap`, Region: `Africa`, Country: `Senegal`, Risk: `High`, Sector: `Public`, Currency: `PLN`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-07-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 989 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Uranium`, Spread: 0.02, Open: 27.55, Price: 27.48, Buy: 27.55, Sell: 27.55, Change: -0.1, ChangePercent: -0.36, Volume: 12, High: 27.55, Low: 27.55, YearlyHigh: 29.32, YearlyLow: 21.28, YearlyStart: 25.3, YearlyChange: 9.01, Settlement: `Credit`, Contract: `CFD`, Region: `North America`, Country: `Canada`, Risk: `High`, Sector: `Private`, Currency: `PLN`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-07-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 990 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P Future`, Spread: 0.01, Open: 2057.5, Price: 2075.52, Buy: 2056.6, Sell: 2056.61, Change: 18.92, ChangePercent: 0.92, Volume: 142780, High: 2059.5, Low: 2049, YearlyHigh: 2105.5, YearlyLow: 1794.5, YearlyStart: 1950, YearlyChange: 5.47, Settlement: `Cash`, Contract: `Futures`, Region: `Asia Pacific`, Country: `Afghanistan`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-06-22`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 991 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `Euro$ 3M`, Spread: 0.01, Open: 99.18, Price: 98.42, Buy: 99.18, Sell: 99.18, Change: -0.75, ChangePercent: -0.76, Volume: 29509, High: 99.18, Low: 99.17, YearlyHigh: 99.38, YearlyLow: 98.41, YearlyStart: 98.89, YearlyChange: 0.28, Settlement: `Loan`, Contract: `Options`, Region: `Europe`, Country: `Slovenia`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-08-22`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 992 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Lumber`, Spread: 0.01, Open: 303.9, Price: 310.2, Buy: 304.59, Sell: 304.6, Change: 5.6, ChangePercent: 1.84, Volume: 2, High: 304.6, Low: 303.9, YearlyHigh: 317.1, YearlyLow: 236, YearlyStart: 276.55, YearlyChange: 10.14, Settlement: `Loan`, Contract: `CFD`, Region: `Africa`, Country: `Morocco`, Risk: `Low`, Sector: `Government`, Currency: `PLN`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-05-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 993 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Lumber`, Spread: 0.01, Open: 303.9, Price: 300.21, Buy: 304.59, Sell: 304.6, Change: -4.39, ChangePercent: -1.44, Volume: 2, High: 304.6, Low: 303.9, YearlyHigh: 317.1, YearlyLow: 236, YearlyStart: 276.55, YearlyChange: 10.14, Settlement: `Credit`, Contract: `Options`, Region: `Europe`, Country: `Slovakia`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-05-16`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 994 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `BTC/USD`, Spread: 0.06, Open: 93.88, Price: 21093.18, Buy: 21200.76, Sell: 21400.78, Change: 92.41, ChangePercent: 0.44, Volume: 5788000, High: 22400.05, Low: 20100.75, YearlyHigh: 62400.7, YearlyLow: 15100.88, YearlyStart: 21200.29, YearlyChange: -20.62, Settlement: `Credit`, Contract: `CFD`, Region: `Middle East`, Country: `Turkey`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-03-16`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 995 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `Euro$ 3M`, Spread: 0.01, Open: 99.18, Price: 100.64, Buy: 99.18, Sell: 99.18, Change: 1.47, ChangePercent: 1.48, Volume: 29509, High: 99.18, Low: 99.17, YearlyHigh: 99.38, YearlyLow: 98.41, YearlyStart: 98.89, YearlyChange: 0.28, Settlement: `Cash`, Contract: `Forwards`, Region: `Europe`, Country: `Italy`, Risk: `High`, Sector: `Private`, Currency: `PLN`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-09-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 996 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Uranium`, Spread: 0.02, Open: 27.55, Price: 27.65, Buy: 27.55, Sell: 27.55, Change: 0.07, ChangePercent: 0.24, Volume: 12, High: 27.55, Low: 27.55, YearlyHigh: 29.32, YearlyLow: 21.28, YearlyStart: 25.3, YearlyChange: 9.01, Settlement: `Loan`, Contract: `Futures`, Region: `Middle East`, Country: `Lebanon`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-04-27`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 997 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/JPY`, Spread: 0.02, Open: 9275.5, Price: 9102.92, Buy: 9277.32, Sell: 9277.34, Change: -174.41, ChangePercent: -1.88, Volume: 47734, High: 9277.33, Low: 0.93, YearlyHigh: 9483, YearlyLow: 0.93, YearlyStart: 4741.97, YearlyChange: 95.64, Settlement: `Cash`, Contract: `Futures`, Region: `Europe`, Country: `Poland`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-07-11`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 998 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Natural Gas`, Spread: 0.02, Open: 2.094, Price: 2.09, Buy: 2.09, Sell: 2.09, Change: -0.01, ChangePercent: -0.76, Volume: 2783, High: 2.11, Low: 2.09, YearlyHigh: 3.2, YearlyLow: 1.84, YearlyStart: 2.52, YearlyChange: -16.51, Settlement: `Cash`, Contract: `Futures`, Region: `Europe`, Country: `Hungary`, Risk: `Low`, Sector: `Public`, Currency: `PLN`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-08-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 999 }), ]; super(...newItems.slice(0)); } diff --git a/samples/grids/grid/column-moving-styles/src/FinancialDataAll.ts b/samples/grids/grid/column-moving-styles/src/FinancialDataAll.ts index 746a37ff76..7ebc265d4f 100644 --- a/samples/grids/grid/column-moving-styles/src/FinancialDataAll.ts +++ b/samples/grids/grid/column-moving-styles/src/FinancialDataAll.ts @@ -47,39006 +47,1006 @@ export class FinancialDataAll extends Array { super(...items); } else { const newItems = [ - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Ethanol`, - Spread: 0.01, - Open: 1.512, - Price: 2.76, - Buy: 2.75, - Sell: 2.76, - Change: 0.01, - ChangePercent: 0.2, - Volume: 14, - High: 2.75, - Low: 1.12, - YearlyHigh: 2.75, - YearlyLow: 1.12, - YearlyStart: 1.48, - YearlyChange: 86.7, - Settlement: `Cash`, - Contract: `CFD`, - Region: `Middle East`, - Country: `Saudi Arabia`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-02-11`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 0 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Natural Gas`, - Spread: 0.02, - Open: 2.094, - Price: 2.07, - Buy: 2.09, - Sell: 2.09, - Change: -0.03, - ChangePercent: -1.8, - Volume: 2783, - High: 2.11, - Low: 2.09, - YearlyHigh: 3.2, - YearlyLow: 1.84, - YearlyStart: 2.52, - YearlyChange: -16.51, - Settlement: `Credit`, - Contract: `Options`, - Region: `Middle East`, - Country: `Saudi Arabia`, - Risk: `High`, - Sector: `Public`, - Currency: `PLN`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-02-22`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 1 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Cotton`, - Spread: 0.01, - Open: 61.77, - Price: 62.9, - Buy: 61.77, - Sell: 61.77, - Change: 1.14, - ChangePercent: 1.84, - Volume: 3612, - High: 62.06, - Low: 61.32, - YearlyHigh: 67.59, - YearlyLow: 54.33, - YearlyStart: 60.96, - YearlyChange: 1.31, - Settlement: `Cash`, - Contract: `Options`, - Region: `North America`, - Country: `United States`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-05-23`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 2 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `FD Cattle`, - Spread: 0.01, - Open: 147.175, - Price: 150.57, - Buy: 148.6, - Sell: 148.61, - Change: 1.96, - ChangePercent: 1.32, - Volume: 5, - High: 148.61, - Low: 147.18, - YearlyHigh: 190, - YearlyLow: 138.1, - YearlyStart: 164.05, - YearlyChange: -9.41, - Settlement: `Loan`, - Contract: `Futures`, - Region: `Africa`, - Country: `South Africa`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-09-19`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 3 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Wheat`, - Spread: 0.01, - Open: 465.5, - Price: 465.89, - Buy: 465.5, - Sell: 465.5, - Change: 0.37, - ChangePercent: 0.08, - Volume: 4318, - High: 467, - Low: 463.25, - YearlyHigh: 628.5, - YearlyLow: 449.5, - YearlyStart: 539, - YearlyChange: -13.63, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Europe`, - Country: `Slovenia`, - Risk: `High`, - Sector: `Government`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-04-19`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 4 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Milk`, - Spread: 0.01, - Open: 12.87, - Price: 12.78, - Buy: 12.87, - Sell: 12.87, - Change: -0.08, - ChangePercent: -0.64, - Volume: 7, - High: 12.89, - Low: 12.81, - YearlyHigh: 16.96, - YearlyLow: 12.81, - YearlyStart: 14.88, - YearlyChange: -13.6, - Settlement: `Cash`, - Contract: `CFD`, - Region: `Africa`, - Country: `Nigeria`, - Risk: `High`, - Sector: `Public`, - Currency: `USD`, - Security: `High`, - Issuer: `American Airlines`, - Maturity: `2022-06-23`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 5 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Oil`, - Spread: 0.015, - Open: 45.54, - Price: 45.79, - Buy: 45.78, - Sell: 45.8, - Change: 0, - ChangePercent: 0, - Volume: 107196, - High: 45.94, - Low: 45, - YearlyHigh: 65.28, - YearlyLow: 30.79, - YearlyStart: 48.03, - YearlyChange: -4.67, - Settlement: `Loan`, - Contract: `Futures`, - Region: `Europe`, - Country: `Iceland`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `FedEx`, - Maturity: `2022-05-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 6 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P MID MINI`, - Spread: 0.01, - Open: 1454.3, - Price: 1430.74, - Buy: 1455.78, - Sell: 1455.79, - Change: -25.04, - ChangePercent: -1.72, - Volume: 338, - High: 1455.78, - Low: 1448, - YearlyHigh: 1527.3, - YearlyLow: 1236, - YearlyStart: 1381.65, - YearlyChange: 5.37, - Settlement: `Cash`, - Contract: `Options`, - Region: `Asia Pacific`, - Country: `China`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-07-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 7 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `Lean Hogs`, - Spread: 0.01, - Open: 81.275, - Price: 80.54, - Buy: 81.81, - Sell: 81.82, - Change: -1.27, - ChangePercent: -1.56, - Volume: 1, - High: 81.81, - Low: 81.28, - YearlyHigh: 83.98, - YearlyLow: 70.25, - YearlyStart: 77.11, - YearlyChange: 6.09, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Asia Pacific`, - Country: `India`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-09-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 8 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `US 30YR Future`, - Spread: 0.01, - Open: 164.875, - Price: 163.44, - Buy: 164.15, - Sell: 164.16, - Change: -0.72, - ChangePercent: -0.44, - Volume: 28012, - High: 165.25, - Low: 164.04, - YearlyHigh: 169.38, - YearlyLow: 151.47, - YearlyStart: 160.43, - YearlyChange: 2.33, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Europe`, - Country: `Netherlands`, - Risk: `High`, - Sector: `Government`, - Currency: `USD`, - Security: `Poor`, - Issuer: `American Airlines`, - Maturity: `2022-09-23`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 9 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Lumber`, - Spread: 0.01, - Open: 303.9, - Price: 304.48, - Buy: 304.59, - Sell: 304.6, - Change: -0.12, - ChangePercent: -0.04, - Volume: 2, - High: 304.6, - Low: 303.9, - YearlyHigh: 317.1, - YearlyLow: 236, - YearlyStart: 276.55, - YearlyChange: 10.14, - Settlement: `Loan`, - Contract: `Futures`, - Region: `Africa`, - Country: `Ethiopia`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-07-16`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 10 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Wheat`, - Spread: 0.01, - Open: 465.5, - Price: 470.73, - Buy: 465.5, - Sell: 465.5, - Change: 5.21, - ChangePercent: 1.12, - Volume: 4318, - High: 467, - Low: 463.25, - YearlyHigh: 628.5, - YearlyLow: 449.5, - YearlyStart: 539, - YearlyChange: -13.63, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Africa`, - Country: `Cameroon`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `FedEx`, - Maturity: `2022-04-19`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 11 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `US 30YR Future`, - Spread: 0.01, - Open: 164.875, - Price: 163.44, - Buy: 164.15, - Sell: 164.16, - Change: -0.72, - ChangePercent: -0.44, - Volume: 28012, - High: 165.25, - Low: 164.04, - YearlyHigh: 169.38, - YearlyLow: 151.47, - YearlyStart: 160.43, - YearlyChange: 2.33, - Settlement: `Loan`, - Contract: `Futures`, - Region: `Africa`, - Country: `Egypt`, - Risk: `Low`, - Sector: `Public`, - Currency: `EUR`, - Security: `High`, - Issuer: `American Airlines`, - Maturity: `2022-08-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 12 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Platinum`, - Spread: 0.01, - Open: 1071.6, - Price: 1050.53, - Buy: 1071.09, - Sell: 1071.1, - Change: -20.57, - ChangePercent: -1.92, - Volume: 3039, - High: 1081.2, - Low: 1070.5, - YearlyHigh: 1120.6, - YearlyLow: 812.4, - YearlyStart: 966.5, - YearlyChange: 10.82, - Settlement: `Cash`, - Contract: `Options`, - Region: `Africa`, - Country: `South Africa`, - Risk: `Low`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-02-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 13 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `GBP/USD`, - Spread: 0.02, - Open: 1.4464, - Price: 1.18, - Buy: 1.18, - Sell: 1.2, - Change: -0.01, - ChangePercent: -0.8, - Volume: 29450, - High: 1.45, - Low: 1.19, - YearlyHigh: 1.59, - YearlyLow: 1.19, - YearlyStart: 1.49, - YearlyChange: -19.59, - Settlement: `Cash`, - Contract: `Options`, - Region: `Africa`, - Country: `Nigeria`, - Risk: `Low`, - Sector: `Government`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-04-11`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 14 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Silver`, - Spread: 0.01, - Open: 17.43, - Price: 17.77, - Buy: 17.43, - Sell: 17.43, - Change: 0.35, - ChangePercent: 2, - Volume: 11720, - High: 17.51, - Low: 17.37, - YearlyHigh: 18.06, - YearlyLow: 13.73, - YearlyStart: 15.89, - YearlyChange: 9.59, - Settlement: `Cash`, - Contract: `Options`, - Region: `Europe`, - Country: `Netherlands`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-05-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 15 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Oil`, - Spread: 0.015, - Open: 45.54, - Price: 44.93, - Buy: 45.78, - Sell: 45.8, - Change: -0.86, - ChangePercent: -1.88, - Volume: 107196, - High: 45.94, - Low: 45, - YearlyHigh: 65.28, - YearlyLow: 30.79, - YearlyStart: 48.03, - YearlyChange: -4.67, - Settlement: `Cash`, - Contract: `Options`, - Region: `South America`, - Country: `Bolivia`, - Risk: `Low`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-03-16`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 16 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `BTC/USD`, - Spread: 0.06, - Open: 93.88, - Price: 21370.39, - Buy: 21200.76, - Sell: 21400.78, - Change: 369.62, - ChangePercent: 1.76, - Volume: 5788000, - High: 22400.05, - Low: 20100.75, - YearlyHigh: 62400.7, - YearlyLow: 15100.88, - YearlyStart: 21200.29, - YearlyChange: -20.62, - Settlement: `Credit`, - Contract: `Forwards`, - Region: `Middle East`, - Country: `Iran`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-04-11`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 17 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Silver`, - Spread: 0.01, - Open: 17.43, - Price: 17.62, - Buy: 17.43, - Sell: 17.43, - Change: 0.2, - ChangePercent: 1.16, - Volume: 11720, - High: 17.51, - Low: 17.37, - YearlyHigh: 18.06, - YearlyLow: 13.73, - YearlyStart: 15.89, - YearlyChange: 9.59, - Settlement: `Credit`, - Contract: `Options`, - Region: `Asia Pacific`, - Country: `Taiwan`, - Risk: `Low`, - Sector: `Public`, - Currency: `USD`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-04-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 18 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soy Meat`, - Spread: 0.01, - Open: 342.6, - Price: 348.38, - Buy: 342.6, - Sell: 342.6, - Change: 5.76, - ChangePercent: 1.68, - Volume: 5646, - High: 345.4, - Low: 340.3, - YearlyHigh: 353.4, - YearlyLow: 261.7, - YearlyStart: 307.55, - YearlyChange: 11.4, - Settlement: `Credit`, - Contract: `CFD`, - Region: `Middle East`, - Country: `UAE`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-06-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 19 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `AUD/USD`, - Spread: 0.02, - Open: 0.7344, - Price: 0.74, - Buy: 0.73, - Sell: 0.73, - Change: 0, - ChangePercent: -1.2, - Volume: 36764, - High: 0.74, - Low: 0.73, - YearlyHigh: 0.79, - YearlyLow: 0.68, - YearlyStart: 0.73, - YearlyChange: 1.28, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Middle East`, - Country: `UAE`, - Risk: `Low`, - Sector: `Government`, - Currency: `USD`, - Security: `High`, - Issuer: `American Airlines`, - Maturity: `2022-07-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 20 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Coal`, - Spread: 0.015, - Open: 0.4363, - Price: 0.41, - Buy: 0.44, - Sell: 0.44, - Change: -0.01, - ChangePercent: -1.2, - Volume: 3, - High: 0.44, - Low: 0.44, - YearlyHigh: 0.48, - YearlyLow: 0.4, - YearlyStart: 0.44, - YearlyChange: -5.33, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Europe`, - Country: `Germany`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-03-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 21 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `OJ Future`, - Spread: 0.01, - Open: 140.6, - Price: 142.94, - Buy: 140.18, - Sell: 140.19, - Change: 2.75, - ChangePercent: 1.96, - Volume: 7, - High: 140.19, - Low: 0, - YearlyHigh: 155.95, - YearlyLow: 113, - YearlyStart: 134.47, - YearlyChange: 4.25, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Europe`, - Country: `Slovenia`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-05-23`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 22 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Wheat`, - Spread: 0.01, - Open: 465.5, - Price: 462.54, - Buy: 465.5, - Sell: 465.5, - Change: -2.98, - ChangePercent: -0.64, - Volume: 4318, - High: 467, - Low: 463.25, - YearlyHigh: 628.5, - YearlyLow: 449.5, - YearlyStart: 539, - YearlyChange: -13.63, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Asia Pacific`, - Country: `Thailand`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-08-16`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 23 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Copper`, - Spread: 0.02, - Open: 2.123, - Price: 2.14, - Buy: 2.12, - Sell: 2.12, - Change: 0.03, - ChangePercent: 1.24, - Volume: 28819, - High: 2.16, - Low: 2.11, - YearlyHigh: 2.94, - YearlyLow: 1.96, - YearlyStart: 2.45, - YearlyChange: -13.76, - Settlement: `Credit`, - Contract: `CFD`, - Region: `Middle East`, - Country: `UAE`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `American Airlines`, - Maturity: `2022-01-22`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 24 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soy oil`, - Spread: 0.01, - Open: 33.26, - Price: 33.99, - Buy: 33.77, - Sell: 33.78, - Change: 0.22, - ChangePercent: 0.64, - Volume: 10592, - High: 33.77, - Low: 33.06, - YearlyHigh: 35.43, - YearlyLow: 26.61, - YearlyStart: 31.02, - YearlyChange: 8.87, - Settlement: `Credit`, - Contract: `Options`, - Region: `Africa`, - Country: `Cameroon`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-07-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 25 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Coal`, - Spread: 0.015, - Open: 0.4363, - Price: 0.42, - Buy: 0.44, - Sell: 0.44, - Change: 0, - ChangePercent: 1, - Volume: 3, - High: 0.44, - Low: 0.44, - YearlyHigh: 0.48, - YearlyLow: 0.4, - YearlyStart: 0.44, - YearlyChange: -5.33, - Settlement: `Credit`, - Contract: `Forwards`, - Region: `Africa`, - Country: `Tunisia`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-01-23`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 26 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `Euro$ 3M`, - Spread: 0.01, - Open: 99.18, - Price: 100.8, - Buy: 99.18, - Sell: 99.18, - Change: 1.63, - ChangePercent: 1.64, - Volume: 29509, - High: 99.18, - Low: 99.17, - YearlyHigh: 99.38, - YearlyLow: 98.41, - YearlyStart: 98.89, - YearlyChange: 0.28, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Middle East`, - Country: `Israel`, - Risk: `Low`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-07-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 27 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Milk`, - Spread: 0.01, - Open: 12.87, - Price: 12.84, - Buy: 12.87, - Sell: 12.87, - Change: -0.02, - ChangePercent: -0.12, - Volume: 7, - High: 12.89, - Low: 12.81, - YearlyHigh: 16.96, - YearlyLow: 12.81, - YearlyStart: 14.88, - YearlyChange: -13.6, - Settlement: `Credit`, - Contract: `Futures`, - Region: `Africa`, - Country: `South Africa`, - Risk: `Low`, - Sector: `Public`, - Currency: `EUR`, - Security: `High`, - Issuer: `FedEx`, - Maturity: `2022-08-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 28 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/JPY`, - Spread: 0.02, - Open: 9275.5, - Price: 9162.3, - Buy: 9277.32, - Sell: 9277.34, - Change: -115.03, - ChangePercent: -1.24, - Volume: 47734, - High: 9277.33, - Low: 0.93, - YearlyHigh: 9483, - YearlyLow: 0.93, - YearlyStart: 4741.97, - YearlyChange: 95.64, - Settlement: `Cash`, - Contract: `Swap`, - Region: `North America`, - Country: `Mexico`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-02-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 29 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Uranium`, - Spread: 0.02, - Open: 27.55, - Price: 27.56, - Buy: 27.55, - Sell: 27.55, - Change: -0.02, - ChangePercent: -0.08, - Volume: 12, - High: 27.55, - Low: 27.55, - YearlyHigh: 29.32, - YearlyLow: 21.28, - YearlyStart: 25.3, - YearlyChange: 9.01, - Settlement: `Credit`, - Contract: `Forwards`, - Region: `Asia Pacific`, - Country: `Taiwan`, - Risk: `Low`, - Sector: `Public`, - Currency: `USD`, - Security: `High`, - Issuer: `FedEx`, - Maturity: `2022-09-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 30 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `US 10YR Future`, - Spread: 0.01, - Open: 130.5625, - Price: 131.78, - Buy: 130.56, - Sell: 130.56, - Change: 1.2, - ChangePercent: 0.92, - Volume: 189310, - High: 130.63, - Low: 130.44, - YearlyHigh: 132.64, - YearlyLow: 125.48, - YearlyStart: 129.06, - YearlyChange: 1.18, - Settlement: `Loan`, - Contract: `Futures`, - Region: `Asia Pacific`, - Country: `India`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-01-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 31 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Uranium`, - Spread: 0.02, - Open: 27.55, - Price: 27.6, - Buy: 27.55, - Sell: 27.55, - Change: 0.02, - ChangePercent: 0.08, - Volume: 12, - High: 27.55, - Low: 27.55, - YearlyHigh: 29.32, - YearlyLow: 21.28, - YearlyStart: 25.3, - YearlyChange: 9.01, - Settlement: `Loan`, - Contract: `CFD`, - Region: `Middle East`, - Country: `Syria`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-03-24`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 32 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P MID MINI`, - Spread: 0.01, - Open: 1454.3, - Price: 1472.09, - Buy: 1455.78, - Sell: 1455.79, - Change: 16.31, - ChangePercent: 1.12, - Volume: 338, - High: 1455.78, - Low: 1448, - YearlyHigh: 1527.3, - YearlyLow: 1236, - YearlyStart: 1381.65, - YearlyChange: 5.37, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Asia Pacific`, - Country: `Indonesia`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-07-11`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 33 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/JPY`, - Spread: 0.02, - Open: 9275.5, - Price: 9236.51, - Buy: 9277.32, - Sell: 9277.34, - Change: -40.82, - ChangePercent: -0.44, - Volume: 47734, - High: 9277.33, - Low: 0.93, - YearlyHigh: 9483, - YearlyLow: 0.93, - YearlyStart: 4741.97, - YearlyChange: 95.64, - Settlement: `Credit`, - Contract: `Options`, - Region: `Asia Pacific`, - Country: `Australia`, - Risk: `Low`, - Sector: `Public`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-02-19`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 34 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Diesel`, - Spread: 0.015, - Open: 1.3474, - Price: 1.37, - Buy: 1.35, - Sell: 1.35, - Change: 0.01, - ChangePercent: 1.24, - Volume: 2971, - High: 1.36, - Low: 1.34, - YearlyHigh: 2.11, - YearlyLow: 0.92, - YearlyStart: 1.51, - YearlyChange: -10.4, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Europe`, - Country: `Norway`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `High`, - Issuer: `FedEx`, - Maturity: `2022-07-19`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 35 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `LV Cattle`, - Spread: 0.01, - Open: 120.725, - Price: 121.82, - Buy: 120.72, - Sell: 120.72, - Change: 1.11, - ChangePercent: 0.92, - Volume: 4, - High: 120.72, - Low: 120.72, - YearlyHigh: 147.98, - YearlyLow: 113.9, - YearlyStart: 130.94, - YearlyChange: -7.82, - Settlement: `Loan`, - Contract: `Forwards`, - Region: `North America`, - Country: `United States`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-06-19`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 36 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/CHF`, - Spread: 0.02, - Open: 1.0337, - Price: 1.06, - Buy: 1.03, - Sell: 1.03, - Change: 0.02, - ChangePercent: 1.6, - Volume: 5550, - High: 1.03, - Low: 1.03, - YearlyHigh: 1.11, - YearlyLow: 0.98, - YearlyStart: 1.04, - YearlyChange: -0.12, - Settlement: `Credit`, - Contract: `Options`, - Region: `Asia Pacific`, - Country: `Australia`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-03-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 37 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `US 2Y Future`, - Spread: 0.01, - Open: 109.3984, - Price: 111.18, - Buy: 109.4, - Sell: 109.4, - Change: 1.79, - ChangePercent: 1.64, - Volume: 17742, - High: 109.41, - Low: 109.38, - YearlyHigh: 109.8, - YearlyLow: 108.62, - YearlyStart: 109.21, - YearlyChange: 0.16, - Settlement: `Cash`, - Contract: `CFD`, - Region: `Asia Pacific`, - Country: `Thailand`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-03-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 38 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P Future`, - Spread: 0.01, - Open: 2057.5, - Price: 2021.23, - Buy: 2056.6, - Sell: 2056.61, - Change: -35.37, - ChangePercent: -1.72, - Volume: 142780, - High: 2059.5, - Low: 2049, - YearlyHigh: 2105.5, - YearlyLow: 1794.5, - YearlyStart: 1950, - YearlyChange: 5.47, - Settlement: `Loan`, - Contract: `CFD`, - Region: `Asia Pacific`, - Country: `China`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-02-23`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 39 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `BTC/USD`, - Spread: 0.06, - Open: 93.88, - Price: 21395.59, - Buy: 21200.76, - Sell: 21400.78, - Change: 394.82, - ChangePercent: 1.88, - Volume: 5788000, - High: 22400.05, - Low: 20100.75, - YearlyHigh: 62400.7, - YearlyLow: 15100.88, - YearlyStart: 21200.29, - YearlyChange: -20.62, - Settlement: `Loan`, - Contract: `CFD`, - Region: `South America`, - Country: `Venezuela`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-05-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 40 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/CAD`, - Spread: 0.02, - Open: 0.7744, - Price: 0.96, - Buy: 0.94, - Sell: 0.96, - Change: 0.01, - ChangePercent: 0.92, - Volume: 13669, - High: 0.95, - Low: 0.77, - YearlyHigh: 0.95, - YearlyLow: 0.68, - YearlyStart: 0.76, - YearlyChange: 26.43, - Settlement: `Loan`, - Contract: `Forwards`, - Region: `Africa`, - Country: `Morocco`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-01-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 41 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soybean`, - Spread: 0.01, - Open: 1038, - Price: 1049, - Buy: 1038.61, - Sell: 1038.62, - Change: 10.38, - ChangePercent: 1, - Volume: 20356, - High: 1044, - Low: 1031.75, - YearlyHigh: 1057, - YearlyLow: 859.5, - YearlyStart: 958.25, - YearlyChange: 8.39, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Asia Pacific`, - Country: `Korea`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-04-11`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 42 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Oats`, - Spread: 0.01, - Open: 194.5, - Price: 197.4, - Buy: 194.21, - Sell: 194.22, - Change: 3.18, - ChangePercent: 1.64, - Volume: 64, - High: 195.75, - Low: 194, - YearlyHigh: 241.25, - YearlyLow: 183.75, - YearlyStart: 212.5, - YearlyChange: -8.6, - Settlement: `Credit`, - Contract: `Swap`, - Region: `South America`, - Country: `Guyana`, - Risk: `Low`, - Sector: `Public`, - Currency: `USD`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-03-16`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 43 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Oil`, - Spread: 0.015, - Open: 45.54, - Price: 45.57, - Buy: 45.78, - Sell: 45.8, - Change: -0.22, - ChangePercent: -0.48, - Volume: 107196, - High: 45.94, - Low: 45, - YearlyHigh: 65.28, - YearlyLow: 30.79, - YearlyStart: 48.03, - YearlyChange: -4.67, - Settlement: `Cash`, - Contract: `Options`, - Region: `Middle East`, - Country: `Syria`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `High`, - Issuer: `American Airlines`, - Maturity: `2022-05-23`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 44 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Uranium`, - Spread: 0.02, - Open: 27.55, - Price: 27.51, - Buy: 27.55, - Sell: 27.55, - Change: -0.07, - ChangePercent: -0.24, - Volume: 12, - High: 27.55, - Low: 27.55, - YearlyHigh: 29.32, - YearlyLow: 21.28, - YearlyStart: 25.3, - YearlyChange: 9.01, - Settlement: `Cash`, - Contract: `Options`, - Region: `Europe`, - Country: `Slovakia`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-09-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 45 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/CAD`, - Spread: 0.02, - Open: 0.7744, - Price: 0.94, - Buy: 0.94, - Sell: 0.96, - Change: -0.01, - ChangePercent: -1.84, - Volume: 13669, - High: 0.95, - Low: 0.77, - YearlyHigh: 0.95, - YearlyLow: 0.68, - YearlyStart: 0.76, - YearlyChange: 26.43, - Settlement: `Credit`, - Contract: `Options`, - Region: `Asia Pacific`, - Country: `Australia`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-03-27`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 46 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Ethanol`, - Spread: 0.01, - Open: 1.512, - Price: 2.76, - Buy: 2.75, - Sell: 2.76, - Change: 0.01, - ChangePercent: 0.12, - Volume: 14, - High: 2.75, - Low: 1.12, - YearlyHigh: 2.75, - YearlyLow: 1.12, - YearlyStart: 1.48, - YearlyChange: 86.7, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Africa`, - Country: `Cameroon`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-06-21`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 47 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Uranium`, - Spread: 0.02, - Open: 27.55, - Price: 27.72, - Buy: 27.55, - Sell: 27.55, - Change: 0.14, - ChangePercent: 0.52, - Volume: 12, - High: 27.55, - Low: 27.55, - YearlyHigh: 29.32, - YearlyLow: 21.28, - YearlyStart: 25.3, - YearlyChange: 9.01, - Settlement: `Cash`, - Contract: `CFD`, - Region: `North America`, - Country: `United States`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-03-24`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 48 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Cotton`, - Spread: 0.01, - Open: 61.77, - Price: 60.75, - Buy: 61.77, - Sell: 61.77, - Change: -1.01, - ChangePercent: -1.64, - Volume: 3612, - High: 62.06, - Low: 61.32, - YearlyHigh: 67.59, - YearlyLow: 54.33, - YearlyStart: 60.96, - YearlyChange: 1.31, - Settlement: `Cash`, - Contract: `Options`, - Region: `Africa`, - Country: `Cameroon`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-05-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 49 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Uranium`, - Spread: 0.02, - Open: 27.55, - Price: 27.87, - Buy: 27.55, - Sell: 27.55, - Change: 0.29, - ChangePercent: 1.04, - Volume: 12, - High: 27.55, - Low: 27.55, - YearlyHigh: 29.32, - YearlyLow: 21.28, - YearlyStart: 25.3, - YearlyChange: 9.01, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Middle East`, - Country: `Syria`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `High`, - Issuer: `American Airlines`, - Maturity: `2022-09-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 50 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `DOW Future`, - Spread: 0.01, - Open: 17711, - Price: 17747.58, - Buy: 17712.15, - Sell: 17712.16, - Change: 35.43, - ChangePercent: 0.2, - Volume: 22236, - High: 17727, - Low: 17642, - YearlyHigh: 18083, - YearlyLow: 15299, - YearlyStart: 16691, - YearlyChange: 6.12, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Asia Pacific`, - Country: `Pakistan`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-04-11`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 51 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `BTC/USD`, - Spread: 0.06, - Open: 93.88, - Price: 20589.16, - Buy: 21200.76, - Sell: 21400.78, - Change: -411.61, - ChangePercent: -1.96, - Volume: 5788000, - High: 22400.05, - Low: 20100.75, - YearlyHigh: 62400.7, - YearlyLow: 15100.88, - YearlyStart: 21200.29, - YearlyChange: -20.62, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Europe`, - Country: `Russia`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-02-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 52 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Rice`, - Spread: 0.01, - Open: 11.245, - Price: 10.32, - Buy: 10.41, - Sell: 10.42, - Change: -0.1, - ChangePercent: -0.92, - Volume: 220, - High: 11.38, - Low: 10.42, - YearlyHigh: 14.14, - YearlyLow: 9.7, - YearlyStart: 11.92, - YearlyChange: -12.62, - Settlement: `Cash`, - Contract: `Futures`, - Region: `South America`, - Country: `Ecuador`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-09-19`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 53 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `NAS Future`, - Spread: 0.01, - Open: 4341.25, - Price: 4297.87, - Buy: 4341.25, - Sell: 4341.25, - Change: -43.41, - ChangePercent: -1, - Volume: 18259, - High: 4347, - Low: 4318, - YearlyHigh: 4719.75, - YearlyLow: 3867.75, - YearlyStart: 4293.75, - YearlyChange: 1.11, - Settlement: `Cash`, - Contract: `Options`, - Region: `Middle East`, - Country: `Jordan`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-02-24`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 54 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Corn`, - Spread: 0.01, - Open: 379.5, - Price: 374.79, - Buy: 379.8, - Sell: 379.81, - Change: -5.01, - ChangePercent: -1.32, - Volume: 11266, - High: 381, - Low: 377.75, - YearlyHigh: 471.25, - YearlyLow: 351.25, - YearlyStart: 411.25, - YearlyChange: -7.65, - Settlement: `Loan`, - Contract: `Swap`, - Region: `South America`, - Country: `Chile`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-08-11`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 55 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Coal`, - Spread: 0.015, - Open: 0.4363, - Price: 0.41, - Buy: 0.44, - Sell: 0.44, - Change: -0.01, - ChangePercent: -1.64, - Volume: 3, - High: 0.44, - Low: 0.44, - YearlyHigh: 0.48, - YearlyLow: 0.4, - YearlyStart: 0.44, - YearlyChange: -5.33, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Europe`, - Country: `Hungary`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-07-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 56 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `OJ Future`, - Spread: 0.01, - Open: 140.6, - Price: 140.41, - Buy: 140.18, - Sell: 140.19, - Change: 0.22, - ChangePercent: 0.16, - Volume: 7, - High: 140.19, - Low: 0, - YearlyHigh: 155.95, - YearlyLow: 113, - YearlyStart: 134.47, - YearlyChange: 4.25, - Settlement: `Loan`, - Contract: `Futures`, - Region: `Europe`, - Country: `Spain`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-07-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 57 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `Lean Hogs`, - Spread: 0.01, - Open: 81.275, - Price: 81.68, - Buy: 81.81, - Sell: 81.82, - Change: -0.13, - ChangePercent: -0.16, - Volume: 1, - High: 81.81, - Low: 81.28, - YearlyHigh: 83.98, - YearlyLow: 70.25, - YearlyStart: 77.11, - YearlyChange: 6.09, - Settlement: `Credit`, - Contract: `Options`, - Region: `South America`, - Country: `Guyana`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-05-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 58 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `BTC/USD`, - Spread: 0.06, - Open: 93.88, - Price: 21126.78, - Buy: 21200.76, - Sell: 21400.78, - Change: 126.01, - ChangePercent: 0.6, - Volume: 5788000, - High: 22400.05, - Low: 20100.75, - YearlyHigh: 62400.7, - YearlyLow: 15100.88, - YearlyStart: 21200.29, - YearlyChange: -20.62, - Settlement: `Cash`, - Contract: `Options`, - Region: `Africa`, - Country: `Tunisia`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `High`, - Issuer: `FedEx`, - Maturity: `2022-08-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 59 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Platinum`, - Spread: 0.01, - Open: 1071.6, - Price: 1055.68, - Buy: 1071.09, - Sell: 1071.1, - Change: -15.42, - ChangePercent: -1.44, - Volume: 3039, - High: 1081.2, - Low: 1070.5, - YearlyHigh: 1120.6, - YearlyLow: 812.4, - YearlyStart: 966.5, - YearlyChange: 10.82, - Settlement: `Cash`, - Contract: `Futures`, - Region: `South America`, - Country: `Chile`, - Risk: `High`, - Sector: `Private`, - Currency: `PLN`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-07-11`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 60 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Milk`, - Spread: 0.01, - Open: 12.87, - Price: 13.08, - Buy: 12.87, - Sell: 12.87, - Change: 0.22, - ChangePercent: 1.68, - Volume: 7, - High: 12.89, - Low: 12.81, - YearlyHigh: 16.96, - YearlyLow: 12.81, - YearlyStart: 14.88, - YearlyChange: -13.6, - Settlement: `Credit`, - Contract: `Futures`, - Region: `Europe`, - Country: `Hungary`, - Risk: `High`, - Sector: `Private`, - Currency: `PLN`, - Security: `High`, - Issuer: `American Airlines`, - Maturity: `2022-05-23`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 61 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soy oil`, - Spread: 0.01, - Open: 33.26, - Price: 34.45, - Buy: 33.77, - Sell: 33.78, - Change: 0.68, - ChangePercent: 2, - Volume: 10592, - High: 33.77, - Low: 33.06, - YearlyHigh: 35.43, - YearlyLow: 26.61, - YearlyStart: 31.02, - YearlyChange: 8.87, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Africa`, - Country: `Morocco`, - Risk: `High`, - Sector: `Public`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `American Airlines`, - Maturity: `2022-02-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 62 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Platinum`, - Spread: 0.01, - Open: 1071.6, - Price: 1074.53, - Buy: 1071.09, - Sell: 1071.1, - Change: 3.43, - ChangePercent: 0.32, - Volume: 3039, - High: 1081.2, - Low: 1070.5, - YearlyHigh: 1120.6, - YearlyLow: 812.4, - YearlyStart: 966.5, - YearlyChange: 10.82, - Settlement: `Credit`, - Contract: `CFD`, - Region: `Africa`, - Country: `Libya`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-04-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 63 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Ethanol`, - Spread: 0.01, - Open: 1.512, - Price: 2.81, - Buy: 2.75, - Sell: 2.76, - Change: 0.06, - ChangePercent: 2, - Volume: 14, - High: 2.75, - Low: 1.12, - YearlyHigh: 2.75, - YearlyLow: 1.12, - YearlyStart: 1.48, - YearlyChange: 86.7, - Settlement: `Credit`, - Contract: `Forwards`, - Region: `Asia Pacific`, - Country: `India`, - Risk: `High`, - Sector: `Public`, - Currency: `USD`, - Security: `High`, - Issuer: `FedEx`, - Maturity: `2022-03-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 64 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Cotton`, - Spread: 0.01, - Open: 61.77, - Price: 61.86, - Buy: 61.77, - Sell: 61.77, - Change: 0.1, - ChangePercent: 0.16, - Volume: 3612, - High: 62.06, - Low: 61.32, - YearlyHigh: 67.59, - YearlyLow: 54.33, - YearlyStart: 60.96, - YearlyChange: 1.31, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Africa`, - Country: `Tunisia`, - Risk: `High`, - Sector: `Private`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-01-23`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 65 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Wheat`, - Spread: 0.01, - Open: 465.5, - Price: 472.78, - Buy: 465.5, - Sell: 465.5, - Change: 7.26, - ChangePercent: 1.56, - Volume: 4318, - High: 467, - Low: 463.25, - YearlyHigh: 628.5, - YearlyLow: 449.5, - YearlyStart: 539, - YearlyChange: -13.63, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Africa`, - Country: `Cameroon`, - Risk: `Low`, - Sector: `Government`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-02-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 66 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Natural Gas`, - Spread: 0.02, - Open: 2.094, - Price: 2.06, - Buy: 2.09, - Sell: 2.09, - Change: -0.04, - ChangePercent: -1.92, - Volume: 2783, - High: 2.11, - Low: 2.09, - YearlyHigh: 3.2, - YearlyLow: 1.84, - YearlyStart: 2.52, - YearlyChange: -16.51, - Settlement: `Cash`, - Contract: `Options`, - Region: `South America`, - Country: `Uruguay`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-01-19`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 67 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `FD Cattle`, - Spread: 0.01, - Open: 147.175, - Price: 148.55, - Buy: 148.6, - Sell: 148.61, - Change: -0.06, - ChangePercent: -0.04, - Volume: 5, - High: 148.61, - Low: 147.18, - YearlyHigh: 190, - YearlyLow: 138.1, - YearlyStart: 164.05, - YearlyChange: -9.41, - Settlement: `Cash`, - Contract: `Swap`, - Region: `South America`, - Country: `Argentina`, - Risk: `High`, - Sector: `Government`, - Currency: `USD`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-03-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 68 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/JPY`, - Spread: 0.02, - Open: 9275.5, - Price: 9347.84, - Buy: 9277.32, - Sell: 9277.34, - Change: 70.51, - ChangePercent: 0.76, - Volume: 47734, - High: 9277.33, - Low: 0.93, - YearlyHigh: 9483, - YearlyLow: 0.93, - YearlyStart: 4741.97, - YearlyChange: 95.64, - Settlement: `Credit`, - Contract: `Options`, - Region: `Middle East`, - Country: `Saudi Arabia`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `High`, - Issuer: `American Airlines`, - Maturity: `2022-07-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 69 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soy oil`, - Spread: 0.01, - Open: 33.26, - Price: 33.38, - Buy: 33.77, - Sell: 33.78, - Change: -0.39, - ChangePercent: -1.16, - Volume: 10592, - High: 33.77, - Low: 33.06, - YearlyHigh: 35.43, - YearlyLow: 26.61, - YearlyStart: 31.02, - YearlyChange: 8.87, - Settlement: `Credit`, - Contract: `Options`, - Region: `Europe`, - Country: `Netherlands`, - Risk: `Low`, - Sector: `Government`, - Currency: `USD`, - Security: `High`, - Issuer: `American Airlines`, - Maturity: `2022-09-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 70 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soy Meat`, - Spread: 0.01, - Open: 342.6, - Price: 339.06, - Buy: 342.6, - Sell: 342.6, - Change: -3.56, - ChangePercent: -1.04, - Volume: 5646, - High: 345.4, - Low: 340.3, - YearlyHigh: 353.4, - YearlyLow: 261.7, - YearlyStart: 307.55, - YearlyChange: 11.4, - Settlement: `Loan`, - Contract: `Options`, - Region: `Europe`, - Country: `Hungary`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-04-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 71 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Natural Gas`, - Spread: 0.02, - Open: 2.094, - Price: 2.1, - Buy: 2.09, - Sell: 2.09, - Change: 0, - ChangePercent: -0.28, - Volume: 2783, - High: 2.11, - Low: 2.09, - YearlyHigh: 3.2, - YearlyLow: 1.84, - YearlyStart: 2.52, - YearlyChange: -16.51, - Settlement: `Loan`, - Contract: `Forwards`, - Region: `Europe`, - Country: `Portugal`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-05-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 72 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/JPY`, - Spread: 0.02, - Open: 9275.5, - Price: 9459.17, - Buy: 9277.32, - Sell: 9277.34, - Change: 181.84, - ChangePercent: 1.96, - Volume: 47734, - High: 9277.33, - Low: 0.93, - YearlyHigh: 9483, - YearlyLow: 0.93, - YearlyStart: 4741.97, - YearlyChange: 95.64, - Settlement: `Credit`, - Contract: `Futures`, - Region: `Middle East`, - Country: `Iraq`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-07-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 73 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Oats`, - Spread: 0.01, - Open: 194.5, - Price: 197.25, - Buy: 194.21, - Sell: 194.22, - Change: 3.03, - ChangePercent: 1.56, - Volume: 64, - High: 195.75, - Low: 194, - YearlyHigh: 241.25, - YearlyLow: 183.75, - YearlyStart: 212.5, - YearlyChange: -8.6, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Europe`, - Country: `Sweden`, - Risk: `Low`, - Sector: `Public`, - Currency: `USD`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-04-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 74 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soy Meat`, - Spread: 0.01, - Open: 342.6, - Price: 336.59, - Buy: 342.6, - Sell: 342.6, - Change: -6.03, - ChangePercent: -1.76, - Volume: 5646, - High: 345.4, - Low: 340.3, - YearlyHigh: 353.4, - YearlyLow: 261.7, - YearlyStart: 307.55, - YearlyChange: 11.4, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Africa`, - Country: `Ethiopia`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-09-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 75 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Gold`, - Spread: 0.01, - Open: 1281.1, - Price: 1260.75, - Buy: 1280.73, - Sell: 1280.74, - Change: -19.98, - ChangePercent: -1.56, - Volume: 48387, - High: 1289.5, - Low: 1279.1, - YearlyHigh: 1306, - YearlyLow: 1047.2, - YearlyStart: 1176.6, - YearlyChange: 8.85, - Settlement: `Cash`, - Contract: `Options`, - Region: `Africa`, - Country: `Nigeria`, - Risk: `High`, - Sector: `Private`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-04-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 76 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Sugar`, - Spread: 0.01, - Open: 15.68, - Price: 14.91, - Buy: 14.67, - Sell: 14.68, - Change: 0.24, - ChangePercent: 1.64, - Volume: 4949, - High: 15.7, - Low: 14.67, - YearlyHigh: 16.87, - YearlyLow: 11.37, - YearlyStart: 14.12, - YearlyChange: 3.92, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Europe`, - Country: `Sweden`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-05-21`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 77 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Copper`, - Spread: 0.02, - Open: 2.123, - Price: 2.1, - Buy: 2.12, - Sell: 2.12, - Change: -0.01, - ChangePercent: -0.64, - Volume: 28819, - High: 2.16, - Low: 2.11, - YearlyHigh: 2.94, - YearlyLow: 1.96, - YearlyStart: 2.45, - YearlyChange: -13.76, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Africa`, - Country: `Ethiopia`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-08-19`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 78 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/JPY`, - Spread: 0.02, - Open: 9275.5, - Price: 9329.29, - Buy: 9277.32, - Sell: 9277.34, - Change: 51.96, - ChangePercent: 0.56, - Volume: 47734, - High: 9277.33, - Low: 0.93, - YearlyHigh: 9483, - YearlyLow: 0.93, - YearlyStart: 4741.97, - YearlyChange: 95.64, - Settlement: `Loan`, - Contract: `Futures`, - Region: `Europe`, - Country: `Germany`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-07-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 79 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `OJ Future`, - Spread: 0.01, - Open: 140.6, - Price: 140.97, - Buy: 140.18, - Sell: 140.19, - Change: 0.78, - ChangePercent: 0.56, - Volume: 7, - High: 140.19, - Low: 0, - YearlyHigh: 155.95, - YearlyLow: 113, - YearlyStart: 134.47, - YearlyChange: 4.25, - Settlement: `Loan`, - Contract: `CFD`, - Region: `Africa`, - Country: `Morocco`, - Risk: `Low`, - Sector: `Government`, - Currency: `USD`, - Security: `High`, - Issuer: `FedEx`, - Maturity: `2022-06-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 80 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/JPY`, - Spread: 0.02, - Open: 9275.5, - Price: 9455.46, - Buy: 9277.32, - Sell: 9277.34, - Change: 178.13, - ChangePercent: 1.92, - Volume: 47734, - High: 9277.33, - Low: 0.93, - YearlyHigh: 9483, - YearlyLow: 0.93, - YearlyStart: 4741.97, - YearlyChange: 95.64, - Settlement: `Loan`, - Contract: `Futures`, - Region: `Asia Pacific`, - Country: `China`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-03-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 81 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `FD Cattle`, - Spread: 0.01, - Open: 147.175, - Price: 148.37, - Buy: 148.6, - Sell: 148.61, - Change: -0.24, - ChangePercent: -0.16, - Volume: 5, - High: 148.61, - Low: 147.18, - YearlyHigh: 190, - YearlyLow: 138.1, - YearlyStart: 164.05, - YearlyChange: -9.41, - Settlement: `Loan`, - Contract: `Futures`, - Region: `Europe`, - Country: `France`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-02-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 82 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Diesel`, - Spread: 0.015, - Open: 1.3474, - Price: 1.38, - Buy: 1.35, - Sell: 1.35, - Change: 0.02, - ChangePercent: 1.56, - Volume: 2971, - High: 1.36, - Low: 1.34, - YearlyHigh: 2.11, - YearlyLow: 0.92, - YearlyStart: 1.51, - YearlyChange: -10.4, - Settlement: `Cash`, - Contract: `Options`, - Region: `North America`, - Country: `United States`, - Risk: `High`, - Sector: `Public`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-03-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 83 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Ethanol`, - Spread: 0.01, - Open: 1.512, - Price: 2.71, - Buy: 2.75, - Sell: 2.76, - Change: -0.04, - ChangePercent: -1.68, - Volume: 14, - High: 2.75, - Low: 1.12, - YearlyHigh: 2.75, - YearlyLow: 1.12, - YearlyStart: 1.48, - YearlyChange: 86.7, - Settlement: `Cash`, - Contract: `Options`, - Region: `Africa`, - Country: `South Africa`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-04-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 84 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `DOW Future`, - Spread: 0.01, - Open: 17711, - Price: 17875.1, - Buy: 17712.15, - Sell: 17712.16, - Change: 162.95, - ChangePercent: 0.92, - Volume: 22236, - High: 17727, - Low: 17642, - YearlyHigh: 18083, - YearlyLow: 15299, - YearlyStart: 16691, - YearlyChange: 6.12, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Europe`, - Country: `Ireland`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-02-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 85 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `LV Cattle`, - Spread: 0.01, - Open: 120.725, - Price: 120.9, - Buy: 120.72, - Sell: 120.72, - Change: 0.2, - ChangePercent: 0.16, - Volume: 4, - High: 120.72, - Low: 120.72, - YearlyHigh: 147.98, - YearlyLow: 113.9, - YearlyStart: 130.94, - YearlyChange: -7.82, - Settlement: `Loan`, - Contract: `Futures`, - Region: `Europe`, - Country: `Romania`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `American Airlines`, - Maturity: `2022-06-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 86 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `LV Cattle`, - Spread: 0.01, - Open: 120.725, - Price: 120.66, - Buy: 120.72, - Sell: 120.72, - Change: -0.05, - ChangePercent: -0.04, - Volume: 4, - High: 120.72, - Low: 120.72, - YearlyHigh: 147.98, - YearlyLow: 113.9, - YearlyStart: 130.94, - YearlyChange: -7.82, - Settlement: `Credit`, - Contract: `Futures`, - Region: `Europe`, - Country: `France`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-02-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 87 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `LV Cattle`, - Spread: 0.01, - Open: 120.725, - Price: 119.93, - Buy: 120.72, - Sell: 120.72, - Change: -0.77, - ChangePercent: -0.64, - Volume: 4, - High: 120.72, - Low: 120.72, - YearlyHigh: 147.98, - YearlyLow: 113.9, - YearlyStart: 130.94, - YearlyChange: -7.82, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Middle East`, - Country: `Qatar`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-03-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 88 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P Future`, - Spread: 0.01, - Open: 2057.5, - Price: 2017.12, - Buy: 2056.6, - Sell: 2056.61, - Change: -39.48, - ChangePercent: -1.92, - Volume: 142780, - High: 2059.5, - Low: 2049, - YearlyHigh: 2105.5, - YearlyLow: 1794.5, - YearlyStart: 1950, - YearlyChange: 5.47, - Settlement: `Credit`, - Contract: `Options`, - Region: `Europe`, - Country: `Denmark`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-08-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 89 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `Euro$ 3M`, - Spread: 0.01, - Open: 99.18, - Price: 97.38, - Buy: 99.18, - Sell: 99.18, - Change: -1.79, - ChangePercent: -1.8, - Volume: 29509, - High: 99.18, - Low: 99.17, - YearlyHigh: 99.38, - YearlyLow: 98.41, - YearlyStart: 98.89, - YearlyChange: 0.28, - Settlement: `Loan`, - Contract: `Forwards`, - Region: `Asia Pacific`, - Country: `Hong Kong`, - Risk: `Low`, - Sector: `Government`, - Currency: `USD`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-07-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 90 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `AUD/USD`, - Spread: 0.02, - Open: 0.7344, - Price: 0.73, - Buy: 0.73, - Sell: 0.73, - Change: -0.01, - ChangePercent: -1.48, - Volume: 36764, - High: 0.74, - Low: 0.73, - YearlyHigh: 0.79, - YearlyLow: 0.68, - YearlyStart: 0.73, - YearlyChange: 1.28, - Settlement: `Credit`, - Contract: `Futures`, - Region: `North America`, - Country: `United States`, - Risk: `High`, - Sector: `Government`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-08-24`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 91 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Platinum`, - Spread: 0.01, - Open: 1071.6, - Price: 1057.82, - Buy: 1071.09, - Sell: 1071.1, - Change: -13.28, - ChangePercent: -1.24, - Volume: 3039, - High: 1081.2, - Low: 1070.5, - YearlyHigh: 1120.6, - YearlyLow: 812.4, - YearlyStart: 966.5, - YearlyChange: 10.82, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Middle East`, - Country: `Oman`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-01-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 92 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Silver`, - Spread: 0.01, - Open: 17.43, - Price: 17.27, - Buy: 17.43, - Sell: 17.43, - Change: -0.15, - ChangePercent: -0.84, - Volume: 11720, - High: 17.51, - Low: 17.37, - YearlyHigh: 18.06, - YearlyLow: 13.73, - YearlyStart: 15.89, - YearlyChange: 9.59, - Settlement: `Cash`, - Contract: `CFD`, - Region: `Europe`, - Country: `Bulgaria`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-05-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 93 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `Lean Hogs`, - Spread: 0.01, - Open: 81.275, - Price: 81.29, - Buy: 81.81, - Sell: 81.82, - Change: -0.52, - ChangePercent: -0.64, - Volume: 1, - High: 81.81, - Low: 81.28, - YearlyHigh: 83.98, - YearlyLow: 70.25, - YearlyStart: 77.11, - YearlyChange: 6.09, - Settlement: `Cash`, - Contract: `Options`, - Region: `Africa`, - Country: `South Africa`, - Risk: `Low`, - Sector: `Public`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-01-27`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 94 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Wheat`, - Spread: 0.01, - Open: 465.5, - Price: 469.8, - Buy: 465.5, - Sell: 465.5, - Change: 4.28, - ChangePercent: 0.92, - Volume: 4318, - High: 467, - Low: 463.25, - YearlyHigh: 628.5, - YearlyLow: 449.5, - YearlyStart: 539, - YearlyChange: -13.63, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Africa`, - Country: `South Africa`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-08-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 95 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Wheat`, - Spread: 0.01, - Open: 465.5, - Price: 462.35, - Buy: 465.5, - Sell: 465.5, - Change: -3.17, - ChangePercent: -0.68, - Volume: 4318, - High: 467, - Low: 463.25, - YearlyHigh: 628.5, - YearlyLow: 449.5, - YearlyStart: 539, - YearlyChange: -13.63, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Europe`, - Country: `Finland`, - Risk: `Low`, - Sector: `Government`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-01-16`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 96 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `BTC/USD`, - Spread: 0.06, - Open: 93.88, - Price: 20698.36, - Buy: 21200.76, - Sell: 21400.78, - Change: -302.41, - ChangePercent: -1.44, - Volume: 5788000, - High: 22400.05, - Low: 20100.75, - YearlyHigh: 62400.7, - YearlyLow: 15100.88, - YearlyStart: 21200.29, - YearlyChange: -20.62, - Settlement: `Loan`, - Contract: `Options`, - Region: `North America`, - Country: `United States`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-08-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 97 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Corn`, - Spread: 0.01, - Open: 379.5, - Price: 377.68, - Buy: 379.8, - Sell: 379.81, - Change: -2.12, - ChangePercent: -0.56, - Volume: 11266, - High: 381, - Low: 377.75, - YearlyHigh: 471.25, - YearlyLow: 351.25, - YearlyStart: 411.25, - YearlyChange: -7.65, - Settlement: `Loan`, - Contract: `Options`, - Region: `Europe`, - Country: `Italy`, - Risk: `Low`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-01-24`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 98 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Uranium`, - Spread: 0.02, - Open: 27.55, - Price: 27.91, - Buy: 27.55, - Sell: 27.55, - Change: 0.33, - ChangePercent: 1.2, - Volume: 12, - High: 27.55, - Low: 27.55, - YearlyHigh: 29.32, - YearlyLow: 21.28, - YearlyStart: 25.3, - YearlyChange: 9.01, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Middle East`, - Country: `Lebanon`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-06-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 99 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Wheat`, - Spread: 0.01, - Open: 465.5, - Price: 467.01, - Buy: 465.5, - Sell: 465.5, - Change: 1.49, - ChangePercent: 0.32, - Volume: 4318, - High: 467, - Low: 463.25, - YearlyHigh: 628.5, - YearlyLow: 449.5, - YearlyStart: 539, - YearlyChange: -13.63, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Europe`, - Country: `Ireland`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-06-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 100 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P MID MINI`, - Spread: 0.01, - Open: 1454.3, - Price: 1453.45, - Buy: 1455.78, - Sell: 1455.79, - Change: -2.33, - ChangePercent: -0.16, - Volume: 338, - High: 1455.78, - Low: 1448, - YearlyHigh: 1527.3, - YearlyLow: 1236, - YearlyStart: 1381.65, - YearlyChange: 5.37, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Africa`, - Country: `Morocco`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-06-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 101 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `FD Cattle`, - Spread: 0.01, - Open: 147.175, - Price: 149.85, - Buy: 148.6, - Sell: 148.61, - Change: 1.24, - ChangePercent: 0.84, - Volume: 5, - High: 148.61, - Low: 147.18, - YearlyHigh: 190, - YearlyLow: 138.1, - YearlyStart: 164.05, - YearlyChange: -9.41, - Settlement: `Cash`, - Contract: `Options`, - Region: `Africa`, - Country: `Ethiopia`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-02-10`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 102 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Copper`, - Spread: 0.02, - Open: 2.123, - Price: 2.16, - Buy: 2.12, - Sell: 2.12, - Change: 0.05, - ChangePercent: 2, - Volume: 28819, - High: 2.16, - Low: 2.11, - YearlyHigh: 2.94, - YearlyLow: 1.96, - YearlyStart: 2.45, - YearlyChange: -13.76, - Settlement: `Cash`, - Contract: `Options`, - Region: `Africa`, - Country: `Senegal`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-03-19`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 103 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Uranium`, - Spread: 0.02, - Open: 27.55, - Price: 27.81, - Buy: 27.55, - Sell: 27.55, - Change: 0.23, - ChangePercent: 0.84, - Volume: 12, - High: 27.55, - Low: 27.55, - YearlyHigh: 29.32, - YearlyLow: 21.28, - YearlyStart: 25.3, - YearlyChange: 9.01, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Middle East`, - Country: `Iran`, - Risk: `High`, - Sector: `Government`, - Currency: `USD`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-08-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 104 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `DOW Future`, - Spread: 0.01, - Open: 17711, - Price: 17457.1, - Buy: 17712.15, - Sell: 17712.16, - Change: -255.05, - ChangePercent: -1.44, - Volume: 22236, - High: 17727, - Low: 17642, - YearlyHigh: 18083, - YearlyLow: 15299, - YearlyStart: 16691, - YearlyChange: 6.12, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Asia Pacific`, - Country: `Thailand`, - Risk: `High`, - Sector: `Private`, - Currency: `PLN`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-05-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 105 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Coal`, - Spread: 0.015, - Open: 0.4363, - Price: 0.41, - Buy: 0.44, - Sell: 0.44, - Change: -0.01, - ChangePercent: -0.96, - Volume: 3, - High: 0.44, - Low: 0.44, - YearlyHigh: 0.48, - YearlyLow: 0.4, - YearlyStart: 0.44, - YearlyChange: -5.33, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `Asia Pacific`, - Country: `India`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-02-24`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 106 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Platinum`, - Spread: 0.01, - Open: 1071.6, - Price: 1086.52, - Buy: 1071.09, - Sell: 1071.1, - Change: 15.42, - ChangePercent: 1.44, - Volume: 3039, - High: 1081.2, - Low: 1070.5, - YearlyHigh: 1120.6, - YearlyLow: 812.4, - YearlyStart: 966.5, - YearlyChange: 10.82, - Settlement: `Credit`, - Contract: `Options`, - Region: `North America`, - Country: `Mexico`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-04-23`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 107 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Rice`, - Spread: 0.01, - Open: 11.245, - Price: 10.61, - Buy: 10.41, - Sell: 10.42, - Change: 0.19, - ChangePercent: 1.84, - Volume: 220, - High: 11.38, - Low: 10.42, - YearlyHigh: 14.14, - YearlyLow: 9.7, - YearlyStart: 11.92, - YearlyChange: -12.62, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Asia Pacific`, - Country: `Indonesia`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `FedEx`, - Maturity: `2022-06-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 108 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `BTC/USD`, - Spread: 0.06, - Open: 93.88, - Price: 20765.56, - Buy: 21200.76, - Sell: 21400.78, - Change: -235.21, - ChangePercent: -1.12, - Volume: 5788000, - High: 22400.05, - Low: 20100.75, - YearlyHigh: 62400.7, - YearlyLow: 15100.88, - YearlyStart: 21200.29, - YearlyChange: -20.62, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Middle East`, - Country: `Iran`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-06-16`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 109 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P 600 MINI`, - Spread: 0.01, - Open: 687.9, - Price: 691.18, - Buy: 687.9, - Sell: 687.9, - Change: 3.3, - ChangePercent: 0.48, - Volume: 0, - High: 0, - Low: 0, - YearlyHigh: 620.32, - YearlyLow: 595.9, - YearlyStart: 608.11, - YearlyChange: 13.12, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Asia Pacific`, - Country: `Malaysia`, - Risk: `High`, - Sector: `Government`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-02-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 110 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soy oil`, - Spread: 0.01, - Open: 33.26, - Price: 34.26, - Buy: 33.77, - Sell: 33.78, - Change: 0.49, - ChangePercent: 1.44, - Volume: 10592, - High: 33.77, - Low: 33.06, - YearlyHigh: 35.43, - YearlyLow: 26.61, - YearlyStart: 31.02, - YearlyChange: 8.87, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Europe`, - Country: `Greece`, - Risk: `High`, - Sector: `Government`, - Currency: `PLN`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-06-10`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 111 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `FD Cattle`, - Spread: 0.01, - Open: 147.175, - Price: 148.07, - Buy: 148.6, - Sell: 148.61, - Change: -0.54, - ChangePercent: -0.36, - Volume: 5, - High: 148.61, - Low: 147.18, - YearlyHigh: 190, - YearlyLow: 138.1, - YearlyStart: 164.05, - YearlyChange: -9.41, - Settlement: `Cash`, - Contract: `CFD`, - Region: `Europe`, - Country: `Portugal`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-01-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 112 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Coal`, - Spread: 0.015, - Open: 0.4363, - Price: 0.42, - Buy: 0.44, - Sell: 0.44, - Change: 0, - ChangePercent: 1.8, - Volume: 3, - High: 0.44, - Low: 0.44, - YearlyHigh: 0.48, - YearlyLow: 0.4, - YearlyStart: 0.44, - YearlyChange: -5.33, - Settlement: `Cash`, - Contract: `Options`, - Region: `Middle East`, - Country: `Israel`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `FedEx`, - Maturity: `2022-03-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 113 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Gold`, - Spread: 0.01, - Open: 1281.1, - Price: 1272.54, - Buy: 1280.73, - Sell: 1280.74, - Change: -8.19, - ChangePercent: -0.64, - Volume: 48387, - High: 1289.5, - Low: 1279.1, - YearlyHigh: 1306, - YearlyLow: 1047.2, - YearlyStart: 1176.6, - YearlyChange: 8.85, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Asia Pacific`, - Country: `Indonesia`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-02-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 114 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Corn`, - Spread: 0.01, - Open: 379.5, - Price: 373.42, - Buy: 379.8, - Sell: 379.81, - Change: -6.38, - ChangePercent: -1.68, - Volume: 11266, - High: 381, - Low: 377.75, - YearlyHigh: 471.25, - YearlyLow: 351.25, - YearlyStart: 411.25, - YearlyChange: -7.65, - Settlement: `Cash`, - Contract: `Futures`, - Region: `North America`, - Country: `Canada`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `High`, - Issuer: `FedEx`, - Maturity: `2022-09-11`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 115 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `US 10YR Future`, - Spread: 0.01, - Open: 130.5625, - Price: 131.47, - Buy: 130.56, - Sell: 130.56, - Change: 0.89, - ChangePercent: 0.68, - Volume: 189310, - High: 130.63, - Low: 130.44, - YearlyHigh: 132.64, - YearlyLow: 125.48, - YearlyStart: 129.06, - YearlyChange: 1.18, - Settlement: `Credit`, - Contract: `Futures`, - Region: `Africa`, - Country: `Niger`, - Risk: `Low`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-03-22`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 116 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Coal`, - Spread: 0.015, - Open: 0.4363, - Price: 0.41, - Buy: 0.44, - Sell: 0.44, - Change: -0.01, - ChangePercent: -1.88, - Volume: 3, - High: 0.44, - Low: 0.44, - YearlyHigh: 0.48, - YearlyLow: 0.4, - YearlyStart: 0.44, - YearlyChange: -5.33, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Europe`, - Country: `Iceland`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-04-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 117 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P Future`, - Spread: 0.01, - Open: 2057.5, - Price: 2086.22, - Buy: 2056.6, - Sell: 2056.61, - Change: 29.62, - ChangePercent: 1.44, - Volume: 142780, - High: 2059.5, - Low: 2049, - YearlyHigh: 2105.5, - YearlyLow: 1794.5, - YearlyStart: 1950, - YearlyChange: 5.47, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Europe`, - Country: `Greece`, - Risk: `Low`, - Sector: `Public`, - Currency: `USD`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-03-23`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 118 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soy Meat`, - Spread: 0.01, - Open: 342.6, - Price: 346.32, - Buy: 342.6, - Sell: 342.6, - Change: 3.7, - ChangePercent: 1.08, - Volume: 5646, - High: 345.4, - Low: 340.3, - YearlyHigh: 353.4, - YearlyLow: 261.7, - YearlyStart: 307.55, - YearlyChange: 11.4, - Settlement: `Loan`, - Contract: `Futures`, - Region: `Asia Pacific`, - Country: `Azerbaijan`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-06-27`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 119 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `LV Cattle`, - Spread: 0.01, - Open: 120.725, - Price: 122.78, - Buy: 120.72, - Sell: 120.72, - Change: 2.08, - ChangePercent: 1.72, - Volume: 4, - High: 120.72, - Low: 120.72, - YearlyHigh: 147.98, - YearlyLow: 113.9, - YearlyStart: 130.94, - YearlyChange: -7.82, - Settlement: `Loan`, - Contract: `Futures`, - Region: `Europe`, - Country: `Ireland`, - Risk: `High`, - Sector: `Government`, - Currency: `PLN`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-01-21`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 120 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Copper`, - Spread: 0.02, - Open: 2.123, - Price: 2.1, - Buy: 2.12, - Sell: 2.12, - Change: -0.01, - ChangePercent: -0.56, - Volume: 28819, - High: 2.16, - Low: 2.11, - YearlyHigh: 2.94, - YearlyLow: 1.96, - YearlyStart: 2.45, - YearlyChange: -13.76, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Europe`, - Country: `Norway`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-01-16`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 121 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Uranium`, - Spread: 0.02, - Open: 27.55, - Price: 27.52, - Buy: 27.55, - Sell: 27.55, - Change: -0.06, - ChangePercent: -0.2, - Volume: 12, - High: 27.55, - Low: 27.55, - YearlyHigh: 29.32, - YearlyLow: 21.28, - YearlyStart: 25.3, - YearlyChange: 9.01, - Settlement: `Credit`, - Contract: `Futures`, - Region: `Middle East`, - Country: `Jordan`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-02-22`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 122 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Silver`, - Spread: 0.01, - Open: 17.43, - Price: 17.18, - Buy: 17.43, - Sell: 17.43, - Change: -0.24, - ChangePercent: -1.4, - Volume: 11720, - High: 17.51, - Low: 17.37, - YearlyHigh: 18.06, - YearlyLow: 13.73, - YearlyStart: 15.89, - YearlyChange: 9.59, - Settlement: `Credit`, - Contract: `Options`, - Region: `Europe`, - Country: `Romania`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-07-22`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 123 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soybean`, - Spread: 0.01, - Open: 1038, - Price: 1044.02, - Buy: 1038.61, - Sell: 1038.62, - Change: 5.4, - ChangePercent: 0.52, - Volume: 20356, - High: 1044, - Low: 1031.75, - YearlyHigh: 1057, - YearlyLow: 859.5, - YearlyStart: 958.25, - YearlyChange: 8.39, - Settlement: `Cash`, - Contract: `Options`, - Region: `South America`, - Country: `Brazil`, - Risk: `Low`, - Sector: `Government`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-07-24`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 124 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Coal`, - Spread: 0.015, - Open: 0.4363, - Price: 0.42, - Buy: 0.44, - Sell: 0.44, - Change: 0, - ChangePercent: 1.36, - Volume: 3, - High: 0.44, - Low: 0.44, - YearlyHigh: 0.48, - YearlyLow: 0.4, - YearlyStart: 0.44, - YearlyChange: -5.33, - Settlement: `Cash`, - Contract: `CFD`, - Region: `Africa`, - Country: `Algeria`, - Risk: `Low`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-04-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 125 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Rice`, - Spread: 0.01, - Open: 11.245, - Price: 10.26, - Buy: 10.41, - Sell: 10.42, - Change: -0.16, - ChangePercent: -1.48, - Volume: 220, - High: 11.38, - Low: 10.42, - YearlyHigh: 14.14, - YearlyLow: 9.7, - YearlyStart: 11.92, - YearlyChange: -12.62, - Settlement: `Credit`, - Contract: `CFD`, - Region: `Europe`, - Country: `Poland`, - Risk: `Low`, - Sector: `Public`, - Currency: `EUR`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-08-10`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 126 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Copper`, - Spread: 0.02, - Open: 2.123, - Price: 2.1, - Buy: 2.12, - Sell: 2.12, - Change: -0.01, - ChangePercent: -0.52, - Volume: 28819, - High: 2.16, - Low: 2.11, - YearlyHigh: 2.94, - YearlyLow: 1.96, - YearlyStart: 2.45, - YearlyChange: -13.76, - Settlement: `Credit`, - Contract: `Options`, - Region: `Middle East`, - Country: `Turkey`, - Risk: `Low`, - Sector: `Public`, - Currency: `EUR`, - Security: `High`, - Issuer: `American Airlines`, - Maturity: `2022-07-16`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 127 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `US 30YR Future`, - Spread: 0.01, - Open: 164.875, - Price: 164.03, - Buy: 164.15, - Sell: 164.16, - Change: -0.13, - ChangePercent: -0.08, - Volume: 28012, - High: 165.25, - Low: 164.04, - YearlyHigh: 169.38, - YearlyLow: 151.47, - YearlyStart: 160.43, - YearlyChange: 2.33, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Europe`, - Country: `Italy`, - Risk: `High`, - Sector: `Public`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-07-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 128 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Platinum`, - Spread: 0.01, - Open: 1071.6, - Price: 1075.38, - Buy: 1071.09, - Sell: 1071.1, - Change: 4.28, - ChangePercent: 0.4, - Volume: 3039, - High: 1081.2, - Low: 1070.5, - YearlyHigh: 1120.6, - YearlyLow: 812.4, - YearlyStart: 966.5, - YearlyChange: 10.82, - Settlement: `Credit`, - Contract: `Swap`, - Region: `South America`, - Country: `Paraguay`, - Risk: `Low`, - Sector: `Government`, - Currency: `USD`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-04-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 129 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `BTC/USD`, - Spread: 0.06, - Open: 93.88, - Price: 20807.56, - Buy: 21200.76, - Sell: 21400.78, - Change: -193.21, - ChangePercent: -0.92, - Volume: 5788000, - High: 22400.05, - Low: 20100.75, - YearlyHigh: 62400.7, - YearlyLow: 15100.88, - YearlyStart: 21200.29, - YearlyChange: -20.62, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Asia Pacific`, - Country: `Malaysia`, - Risk: `High`, - Sector: `Private`, - Currency: `PLN`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-08-24`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 130 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soy oil`, - Spread: 0.01, - Open: 33.26, - Price: 33.28, - Buy: 33.77, - Sell: 33.78, - Change: -0.49, - ChangePercent: -1.44, - Volume: 10592, - High: 33.77, - Low: 33.06, - YearlyHigh: 35.43, - YearlyLow: 26.61, - YearlyStart: 31.02, - YearlyChange: 8.87, - Settlement: `Cash`, - Contract: `Options`, - Region: `Middle East`, - Country: `Israel`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-05-21`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 131 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Cotton`, - Spread: 0.01, - Open: 61.77, - Price: 61.02, - Buy: 61.77, - Sell: 61.77, - Change: -0.74, - ChangePercent: -1.2, - Volume: 3612, - High: 62.06, - Low: 61.32, - YearlyHigh: 67.59, - YearlyLow: 54.33, - YearlyStart: 60.96, - YearlyChange: 1.31, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Asia Pacific`, - Country: `Indonesia`, - Risk: `High`, - Sector: `Government`, - Currency: `USD`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-08-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 132 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Silver`, - Spread: 0.01, - Open: 17.43, - Price: 17.09, - Buy: 17.43, - Sell: 17.43, - Change: -0.33, - ChangePercent: -1.88, - Volume: 11720, - High: 17.51, - Low: 17.37, - YearlyHigh: 18.06, - YearlyLow: 13.73, - YearlyStart: 15.89, - YearlyChange: 9.59, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Middle East`, - Country: `Kuwait`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-08-24`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 133 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/CHF`, - Spread: 0.02, - Open: 1.0337, - Price: 1.04, - Buy: 1.03, - Sell: 1.03, - Change: 0, - ChangePercent: -0.48, - Volume: 5550, - High: 1.03, - Low: 1.03, - YearlyHigh: 1.11, - YearlyLow: 0.98, - YearlyStart: 1.04, - YearlyChange: -0.12, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Africa`, - Country: `Morocco`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-03-16`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 134 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Cotton`, - Spread: 0.01, - Open: 61.77, - Price: 62.5, - Buy: 61.77, - Sell: 61.77, - Change: 0.74, - ChangePercent: 1.2, - Volume: 3612, - High: 62.06, - Low: 61.32, - YearlyHigh: 67.59, - YearlyLow: 54.33, - YearlyStart: 60.96, - YearlyChange: 1.31, - Settlement: `Credit`, - Contract: `Futures`, - Region: `Europe`, - Country: `Italy`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `Poor`, - Issuer: `FedEx`, - Maturity: `2022-06-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 135 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Sugar`, - Spread: 0.01, - Open: 15.68, - Price: 14.68, - Buy: 14.67, - Sell: 14.68, - Change: 0.01, - ChangePercent: 0.04, - Volume: 4949, - High: 15.7, - Low: 14.67, - YearlyHigh: 16.87, - YearlyLow: 11.37, - YearlyStart: 14.12, - YearlyChange: 3.92, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Asia Pacific`, - Country: `Singapore`, - Risk: `Low`, - Sector: `Government`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-06-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 136 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Milk`, - Spread: 0.01, - Open: 12.87, - Price: 12.84, - Buy: 12.87, - Sell: 12.87, - Change: -0.02, - ChangePercent: -0.12, - Volume: 7, - High: 12.89, - Low: 12.81, - YearlyHigh: 16.96, - YearlyLow: 12.81, - YearlyStart: 14.88, - YearlyChange: -13.6, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `Europe`, - Country: `Austria`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-04-21`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 137 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Diesel`, - Spread: 0.015, - Open: 1.3474, - Price: 1.37, - Buy: 1.35, - Sell: 1.35, - Change: 0.01, - ChangePercent: 0.96, - Volume: 2971, - High: 1.36, - Low: 1.34, - YearlyHigh: 2.11, - YearlyLow: 0.92, - YearlyStart: 1.51, - YearlyChange: -10.4, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Africa`, - Country: `Ethiopia`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-09-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 138 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `US 10YR Future`, - Spread: 0.01, - Open: 130.5625, - Price: 132.52, - Buy: 130.56, - Sell: 130.56, - Change: 1.94, - ChangePercent: 1.48, - Volume: 189310, - High: 130.63, - Low: 130.44, - YearlyHigh: 132.64, - YearlyLow: 125.48, - YearlyStart: 129.06, - YearlyChange: 1.18, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Europe`, - Country: `Norway`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-03-11`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 139 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Diesel`, - Spread: 0.015, - Open: 1.3474, - Price: 1.35, - Buy: 1.35, - Sell: 1.35, - Change: -0.01, - ChangePercent: -0.24, - Volume: 2971, - High: 1.36, - Low: 1.34, - YearlyHigh: 2.11, - YearlyLow: 0.92, - YearlyStart: 1.51, - YearlyChange: -10.4, - Settlement: `Cash`, - Contract: `Options`, - Region: `Middle East`, - Country: `Syria`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-05-16`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 140 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P Future`, - Spread: 0.01, - Open: 2057.5, - Price: 2052.49, - Buy: 2056.6, - Sell: 2056.61, - Change: -4.11, - ChangePercent: -0.2, - Volume: 142780, - High: 2059.5, - Low: 2049, - YearlyHigh: 2105.5, - YearlyLow: 1794.5, - YearlyStart: 1950, - YearlyChange: 5.47, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Asia Pacific`, - Country: `Azerbaijan`, - Risk: `Low`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-05-11`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 141 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `Lean Hogs`, - Spread: 0.01, - Open: 81.275, - Price: 83.45, - Buy: 81.81, - Sell: 81.82, - Change: 1.64, - ChangePercent: 2, - Volume: 1, - High: 81.81, - Low: 81.28, - YearlyHigh: 83.98, - YearlyLow: 70.25, - YearlyStart: 77.11, - YearlyChange: 6.09, - Settlement: `Cash`, - Contract: `CFD`, - Region: `Europe`, - Country: `Croatia`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `High`, - Issuer: `FedEx`, - Maturity: `2022-07-21`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 142 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `Euro$ 3M`, - Spread: 0.01, - Open: 99.18, - Price: 98.81, - Buy: 99.18, - Sell: 99.18, - Change: -0.36, - ChangePercent: -0.36, - Volume: 29509, - High: 99.18, - Low: 99.17, - YearlyHigh: 99.38, - YearlyLow: 98.41, - YearlyStart: 98.89, - YearlyChange: 0.28, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Middle East`, - Country: `Turkey`, - Risk: `Low`, - Sector: `Public`, - Currency: `EUR`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-03-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 143 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Oil`, - Spread: 0.015, - Open: 45.54, - Price: 46.05, - Buy: 45.78, - Sell: 45.8, - Change: 0.26, - ChangePercent: 0.56, - Volume: 107196, - High: 45.94, - Low: 45, - YearlyHigh: 65.28, - YearlyLow: 30.79, - YearlyStart: 48.03, - YearlyChange: -4.67, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Africa`, - Country: `Tunisia`, - Risk: `Low`, - Sector: `Government`, - Currency: `USD`, - Security: `High`, - Issuer: `FedEx`, - Maturity: `2022-08-24`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 144 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `US 30YR Future`, - Spread: 0.01, - Open: 164.875, - Price: 165.47, - Buy: 164.15, - Sell: 164.16, - Change: 1.31, - ChangePercent: 0.8, - Volume: 28012, - High: 165.25, - Low: 164.04, - YearlyHigh: 169.38, - YearlyLow: 151.47, - YearlyStart: 160.43, - YearlyChange: 2.33, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Europe`, - Country: `Netherlands`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-02-16`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 145 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `US 10YR Future`, - Spread: 0.01, - Open: 130.5625, - Price: 132.67, - Buy: 130.56, - Sell: 130.56, - Change: 2.09, - ChangePercent: 1.6, - Volume: 189310, - High: 130.63, - Low: 130.44, - YearlyHigh: 132.64, - YearlyLow: 125.48, - YearlyStart: 129.06, - YearlyChange: 1.18, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Middle East`, - Country: `Saudi Arabia`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-09-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 146 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Wheat`, - Spread: 0.01, - Open: 465.5, - Price: 465.89, - Buy: 465.5, - Sell: 465.5, - Change: 0.37, - ChangePercent: 0.08, - Volume: 4318, - High: 467, - Low: 463.25, - YearlyHigh: 628.5, - YearlyLow: 449.5, - YearlyStart: 539, - YearlyChange: -13.63, - Settlement: `Credit`, - Contract: `Forwards`, - Region: `Europe`, - Country: `Bulgaria`, - Risk: `Low`, - Sector: `Public`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-03-24`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 147 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Uranium`, - Spread: 0.02, - Open: 27.55, - Price: 27.39, - Buy: 27.55, - Sell: 27.55, - Change: -0.19, - ChangePercent: -0.68, - Volume: 12, - High: 27.55, - Low: 27.55, - YearlyHigh: 29.32, - YearlyLow: 21.28, - YearlyStart: 25.3, - YearlyChange: 9.01, - Settlement: `Loan`, - Contract: `Options`, - Region: `Asia Pacific`, - Country: `Indonesia`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-07-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 148 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P MID MINI`, - Spread: 0.01, - Open: 1454.3, - Price: 1446.46, - Buy: 1455.78, - Sell: 1455.79, - Change: -9.32, - ChangePercent: -0.64, - Volume: 338, - High: 1455.78, - Low: 1448, - YearlyHigh: 1527.3, - YearlyLow: 1236, - YearlyStart: 1381.65, - YearlyChange: 5.37, - Settlement: `Credit`, - Contract: `Options`, - Region: `Asia Pacific`, - Country: `Taiwan`, - Risk: `Low`, - Sector: `Government`, - Currency: `USD`, - Security: `High`, - Issuer: `American Airlines`, - Maturity: `2022-08-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 149 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `FD Cattle`, - Spread: 0.01, - Open: 147.175, - Price: 150.09, - Buy: 148.6, - Sell: 148.61, - Change: 1.48, - ChangePercent: 1, - Volume: 5, - High: 148.61, - Low: 147.18, - YearlyHigh: 190, - YearlyLow: 138.1, - YearlyStart: 164.05, - YearlyChange: -9.41, - Settlement: `Loan`, - Contract: `Forwards`, - Region: `Middle East`, - Country: `Saudi Arabia`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-04-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 150 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `OJ Future`, - Spread: 0.01, - Open: 140.6, - Price: 139.52, - Buy: 140.18, - Sell: 140.19, - Change: -0.67, - ChangePercent: -0.48, - Volume: 7, - High: 140.19, - Low: 0, - YearlyHigh: 155.95, - YearlyLow: 113, - YearlyStart: 134.47, - YearlyChange: 4.25, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Asia Pacific`, - Country: `Thailand`, - Risk: `Low`, - Sector: `Public`, - Currency: `USD`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-02-16`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 151 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P 600 MINI`, - Spread: 0.01, - Open: 687.9, - Price: 700.26, - Buy: 687.9, - Sell: 687.9, - Change: 12.38, - ChangePercent: 1.8, - Volume: 0, - High: 0, - Low: 0, - YearlyHigh: 620.32, - YearlyLow: 595.9, - YearlyStart: 608.11, - YearlyChange: 13.12, - Settlement: `Credit`, - Contract: `Futures`, - Region: `Africa`, - Country: `Niger`, - Risk: `High`, - Sector: `Private`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-08-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 152 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `Lean Hogs`, - Spread: 0.01, - Open: 81.275, - Price: 80.9, - Buy: 81.81, - Sell: 81.82, - Change: -0.91, - ChangePercent: -1.12, - Volume: 1, - High: 81.81, - Low: 81.28, - YearlyHigh: 83.98, - YearlyLow: 70.25, - YearlyStart: 77.11, - YearlyChange: 6.09, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `North America`, - Country: `United States`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-07-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 153 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Coffee`, - Spread: 0.01, - Open: 125.7, - Price: 126.9, - Buy: 125.7, - Sell: 125.7, - Change: 1.21, - ChangePercent: 0.96, - Volume: 1654, - High: 125.8, - Low: 125, - YearlyHigh: 155.75, - YearlyLow: 115.35, - YearlyStart: 135.55, - YearlyChange: -7.27, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Middle East`, - Country: `Iraq`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-05-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 154 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P MID MINI`, - Spread: 0.01, - Open: 1454.3, - Price: 1440.64, - Buy: 1455.78, - Sell: 1455.79, - Change: -15.14, - ChangePercent: -1.04, - Volume: 338, - High: 1455.78, - Low: 1448, - YearlyHigh: 1527.3, - YearlyLow: 1236, - YearlyStart: 1381.65, - YearlyChange: 5.37, - Settlement: `Credit`, - Contract: `Options`, - Region: `South America`, - Country: `Uruguay`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-04-24`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 155 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `BTC/USD`, - Spread: 0.06, - Open: 93.88, - Price: 20765.56, - Buy: 21200.76, - Sell: 21400.78, - Change: -235.21, - ChangePercent: -1.12, - Volume: 5788000, - High: 22400.05, - Low: 20100.75, - YearlyHigh: 62400.7, - YearlyLow: 15100.88, - YearlyStart: 21200.29, - YearlyChange: -20.62, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Europe`, - Country: `Finland`, - Risk: `High`, - Sector: `Private`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `FedEx`, - Maturity: `2022-05-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 156 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `US 2Y Future`, - Spread: 0.01, - Open: 109.3984, - Price: 108.12, - Buy: 109.4, - Sell: 109.4, - Change: -1.27, - ChangePercent: -1.16, - Volume: 17742, - High: 109.41, - Low: 109.38, - YearlyHigh: 109.8, - YearlyLow: 108.62, - YearlyStart: 109.21, - YearlyChange: 0.16, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Asia Pacific`, - Country: `Azerbaijan`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `High`, - Issuer: `American Airlines`, - Maturity: `2022-03-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 157 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Gold`, - Spread: 0.01, - Open: 1281.1, - Price: 1273.56, - Buy: 1280.73, - Sell: 1280.74, - Change: -7.17, - ChangePercent: -0.56, - Volume: 48387, - High: 1289.5, - Low: 1279.1, - YearlyHigh: 1306, - YearlyLow: 1047.2, - YearlyStart: 1176.6, - YearlyChange: 8.85, - Settlement: `Cash`, - Contract: `CFD`, - Region: `Middle East`, - Country: `Lebanon`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-04-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 158 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Rice`, - Spread: 0.01, - Open: 11.245, - Price: 10.28, - Buy: 10.41, - Sell: 10.42, - Change: -0.14, - ChangePercent: -1.32, - Volume: 220, - High: 11.38, - Low: 10.42, - YearlyHigh: 14.14, - YearlyLow: 9.7, - YearlyStart: 11.92, - YearlyChange: -12.62, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Europe`, - Country: `Slovakia`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `High`, - Issuer: `American Airlines`, - Maturity: `2022-04-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 159 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/CHF`, - Spread: 0.02, - Open: 1.0337, - Price: 1.04, - Buy: 1.03, - Sell: 1.03, - Change: 0, - ChangePercent: -0.52, - Volume: 5550, - High: 1.03, - Low: 1.03, - YearlyHigh: 1.11, - YearlyLow: 0.98, - YearlyStart: 1.04, - YearlyChange: -0.12, - Settlement: `Loan`, - Contract: `Options`, - Region: `Asia Pacific`, - Country: `India`, - Risk: `Low`, - Sector: `Public`, - Currency: `PLN`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-03-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 160 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `BTC/USD`, - Spread: 0.06, - Open: 93.88, - Price: 21412.39, - Buy: 21200.76, - Sell: 21400.78, - Change: 411.62, - ChangePercent: 1.96, - Volume: 5788000, - High: 22400.05, - Low: 20100.75, - YearlyHigh: 62400.7, - YearlyLow: 15100.88, - YearlyStart: 21200.29, - YearlyChange: -20.62, - Settlement: `Loan`, - Contract: `Options`, - Region: `Middle East`, - Country: `Israel`, - Risk: `Low`, - Sector: `Public`, - Currency: `USD`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-04-16`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 161 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `GBP/USD`, - Spread: 0.02, - Open: 1.4464, - Price: 1.18, - Buy: 1.18, - Sell: 1.2, - Change: -0.01, - ChangePercent: -0.96, - Volume: 29450, - High: 1.45, - Low: 1.19, - YearlyHigh: 1.59, - YearlyLow: 1.19, - YearlyStart: 1.49, - YearlyChange: -19.59, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Europe`, - Country: `Ireland`, - Risk: `High`, - Sector: `Government`, - Currency: `USD`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-08-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 162 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `US 2Y Future`, - Spread: 0.01, - Open: 109.3984, - Price: 108.69, - Buy: 109.4, - Sell: 109.4, - Change: -0.7, - ChangePercent: -0.64, - Volume: 17742, - High: 109.41, - Low: 109.38, - YearlyHigh: 109.8, - YearlyLow: 108.62, - YearlyStart: 109.21, - YearlyChange: 0.16, - Settlement: `Credit`, - Contract: `Swap`, - Region: `South America`, - Country: `Paraguay`, - Risk: `High`, - Sector: `Public`, - Currency: `USD`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-06-22`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 163 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `Euro$ 3M`, - Spread: 0.01, - Open: 99.18, - Price: 97.23, - Buy: 99.18, - Sell: 99.18, - Change: -1.94, - ChangePercent: -1.96, - Volume: 29509, - High: 99.18, - Low: 99.17, - YearlyHigh: 99.38, - YearlyLow: 98.41, - YearlyStart: 98.89, - YearlyChange: 0.28, - Settlement: `Loan`, - Contract: `Options`, - Region: `Middle East`, - Country: `UAE`, - Risk: `Low`, - Sector: `Public`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-06-21`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 164 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `DOW Future`, - Spread: 0.01, - Open: 17711, - Price: 17697.98, - Buy: 17712.15, - Sell: 17712.16, - Change: -14.17, - ChangePercent: -0.08, - Volume: 22236, - High: 17727, - Low: 17642, - YearlyHigh: 18083, - YearlyLow: 15299, - YearlyStart: 16691, - YearlyChange: 6.12, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Asia Pacific`, - Country: `India`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-02-23`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 165 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/CAD`, - Spread: 0.02, - Open: 0.7744, - Price: 0.94, - Buy: 0.94, - Sell: 0.96, - Change: -0.01, - ChangePercent: -1.72, - Volume: 13669, - High: 0.95, - Low: 0.77, - YearlyHigh: 0.95, - YearlyLow: 0.68, - YearlyStart: 0.76, - YearlyChange: 26.43, - Settlement: `Cash`, - Contract: `Options`, - Region: `Middle East`, - Country: `Saudi Arabia`, - Risk: `Low`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-06-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 166 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Gold`, - Spread: 0.01, - Open: 1281.1, - Price: 1264.34, - Buy: 1280.73, - Sell: 1280.74, - Change: -16.39, - ChangePercent: -1.28, - Volume: 48387, - High: 1289.5, - Low: 1279.1, - YearlyHigh: 1306, - YearlyLow: 1047.2, - YearlyStart: 1176.6, - YearlyChange: 8.85, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Europe`, - Country: `Norway`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-08-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 167 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/JPY`, - Spread: 0.02, - Open: 9275.5, - Price: 9370.11, - Buy: 9277.32, - Sell: 9277.34, - Change: 92.78, - ChangePercent: 1, - Volume: 47734, - High: 9277.33, - Low: 0.93, - YearlyHigh: 9483, - YearlyLow: 0.93, - YearlyStart: 4741.97, - YearlyChange: 95.64, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Middle East`, - Country: `Syria`, - Risk: `High`, - Sector: `Government`, - Currency: `USD`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-01-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 168 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `US 2Y Future`, - Spread: 0.01, - Open: 109.3984, - Price: 108.86, - Buy: 109.4, - Sell: 109.4, - Change: -0.53, - ChangePercent: -0.48, - Volume: 17742, - High: 109.41, - Low: 109.38, - YearlyHigh: 109.8, - YearlyLow: 108.62, - YearlyStart: 109.21, - YearlyChange: 0.16, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `Asia Pacific`, - Country: `Malaysia`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-08-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 169 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `NAS Future`, - Spread: 0.01, - Open: 4341.25, - Price: 4398.58, - Buy: 4341.25, - Sell: 4341.25, - Change: 57.3, - ChangePercent: 1.32, - Volume: 18259, - High: 4347, - Low: 4318, - YearlyHigh: 4719.75, - YearlyLow: 3867.75, - YearlyStart: 4293.75, - YearlyChange: 1.11, - Settlement: `Credit`, - Contract: `Options`, - Region: `Middle East`, - Country: `Iraq`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `High`, - Issuer: `FedEx`, - Maturity: `2022-08-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 170 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/JPY`, - Spread: 0.02, - Open: 9275.5, - Price: 9303.31, - Buy: 9277.32, - Sell: 9277.34, - Change: 25.98, - ChangePercent: 0.28, - Volume: 47734, - High: 9277.33, - Low: 0.93, - YearlyHigh: 9483, - YearlyLow: 0.93, - YearlyStart: 4741.97, - YearlyChange: 95.64, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Middle East`, - Country: `Syria`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-03-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 171 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Natural Gas`, - Spread: 0.02, - Open: 2.094, - Price: 2.07, - Buy: 2.09, - Sell: 2.09, - Change: -0.03, - ChangePercent: -1.6, - Volume: 2783, - High: 2.11, - Low: 2.09, - YearlyHigh: 3.2, - YearlyLow: 1.84, - YearlyStart: 2.52, - YearlyChange: -16.51, - Settlement: `Credit`, - Contract: `Futures`, - Region: `Asia Pacific`, - Country: `Australia`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-03-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 172 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `NAS Future`, - Spread: 0.01, - Open: 4341.25, - Price: 4402.06, - Buy: 4341.25, - Sell: 4341.25, - Change: 60.78, - ChangePercent: 1.4, - Volume: 18259, - High: 4347, - Low: 4318, - YearlyHigh: 4719.75, - YearlyLow: 3867.75, - YearlyStart: 4293.75, - YearlyChange: 1.11, - Settlement: `Cash`, - Contract: `Options`, - Region: `Africa`, - Country: `Senegal`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-05-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 173 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Copper`, - Spread: 0.02, - Open: 2.123, - Price: 2.14, - Buy: 2.12, - Sell: 2.12, - Change: 0.03, - ChangePercent: 1.16, - Volume: 28819, - High: 2.16, - Low: 2.11, - YearlyHigh: 2.94, - YearlyLow: 1.96, - YearlyStart: 2.45, - YearlyChange: -13.76, - Settlement: `Cash`, - Contract: `Swap`, - Region: `North America`, - Country: `United States`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-05-19`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 174 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Milk`, - Spread: 0.01, - Open: 12.87, - Price: 12.92, - Buy: 12.87, - Sell: 12.87, - Change: 0.06, - ChangePercent: 0.48, - Volume: 7, - High: 12.89, - Low: 12.81, - YearlyHigh: 16.96, - YearlyLow: 12.81, - YearlyStart: 14.88, - YearlyChange: -13.6, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Asia Pacific`, - Country: `Pakistan`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-09-21`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 175 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Cotton`, - Spread: 0.01, - Open: 61.77, - Price: 61.19, - Buy: 61.77, - Sell: 61.77, - Change: -0.57, - ChangePercent: -0.92, - Volume: 3612, - High: 62.06, - Low: 61.32, - YearlyHigh: 67.59, - YearlyLow: 54.33, - YearlyStart: 60.96, - YearlyChange: 1.31, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Europe`, - Country: `Czechia`, - Risk: `Low`, - Sector: `Government`, - Currency: `PLN`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-07-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 176 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Lumber`, - Spread: 0.01, - Open: 303.9, - Price: 302.28, - Buy: 304.59, - Sell: 304.6, - Change: -2.32, - ChangePercent: -0.76, - Volume: 2, - High: 304.6, - Low: 303.9, - YearlyHigh: 317.1, - YearlyLow: 236, - YearlyStart: 276.55, - YearlyChange: 10.14, - Settlement: `Credit`, - Contract: `CFD`, - Region: `Africa`, - Country: `Algeria`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-03-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 177 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Diesel`, - Spread: 0.015, - Open: 1.3474, - Price: 1.34, - Buy: 1.35, - Sell: 1.35, - Change: -0.02, - ChangePercent: -1.32, - Volume: 2971, - High: 1.36, - Low: 1.34, - YearlyHigh: 2.11, - YearlyLow: 0.92, - YearlyStart: 1.51, - YearlyChange: -10.4, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Africa`, - Country: `Algeria`, - Risk: `Low`, - Sector: `Public`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-07-22`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 178 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Cocoa`, - Spread: 0.01, - Open: 3076, - Price: 3077.26, - Buy: 3076, - Sell: 3076, - Change: 1.23, - ChangePercent: 0.04, - Volume: 978, - High: 3078, - Low: 3066, - YearlyHigh: 3406, - YearlyLow: 2746, - YearlyStart: 3076, - YearlyChange: 0, - Settlement: `Credit`, - Contract: `Options`, - Region: `Europe`, - Country: `Italy`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-04-22`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 179 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `Euro$ 3M`, - Spread: 0.01, - Open: 99.18, - Price: 97.94, - Buy: 99.18, - Sell: 99.18, - Change: -1.23, - ChangePercent: -1.24, - Volume: 29509, - High: 99.18, - Low: 99.17, - YearlyHigh: 99.38, - YearlyLow: 98.41, - YearlyStart: 98.89, - YearlyChange: 0.28, - Settlement: `Loan`, - Contract: `Swap`, - Region: `South America`, - Country: `Venezuela`, - Risk: `Low`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-03-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 180 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Coffee`, - Spread: 0.01, - Open: 125.7, - Price: 124.63, - Buy: 125.7, - Sell: 125.7, - Change: -1.06, - ChangePercent: -0.84, - Volume: 1654, - High: 125.8, - Low: 125, - YearlyHigh: 155.75, - YearlyLow: 115.35, - YearlyStart: 135.55, - YearlyChange: -7.27, - Settlement: `Credit`, - Contract: `Options`, - Region: `Asia Pacific`, - Country: `India`, - Risk: `Low`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-05-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 181 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Cotton`, - Spread: 0.01, - Open: 61.77, - Price: 60.77, - Buy: 61.77, - Sell: 61.77, - Change: -0.99, - ChangePercent: -1.6, - Volume: 3612, - High: 62.06, - Low: 61.32, - YearlyHigh: 67.59, - YearlyLow: 54.33, - YearlyStart: 60.96, - YearlyChange: 1.31, - Settlement: `Cash`, - Contract: `Options`, - Region: `Asia Pacific`, - Country: `Japan`, - Risk: `Low`, - Sector: `Public`, - Currency: `USD`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-02-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 182 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Diesel`, - Spread: 0.015, - Open: 1.3474, - Price: 1.36, - Buy: 1.35, - Sell: 1.35, - Change: 0, - ChangePercent: -0.08, - Volume: 2971, - High: 1.36, - Low: 1.34, - YearlyHigh: 2.11, - YearlyLow: 0.92, - YearlyStart: 1.51, - YearlyChange: -10.4, - Settlement: `Loan`, - Contract: `Futures`, - Region: `Middle East`, - Country: `Israel`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-02-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 183 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Silver`, - Spread: 0.01, - Open: 17.43, - Price: 17.43, - Buy: 17.43, - Sell: 17.43, - Change: 0.01, - ChangePercent: 0.08, - Volume: 11720, - High: 17.51, - Low: 17.37, - YearlyHigh: 18.06, - YearlyLow: 13.73, - YearlyStart: 15.89, - YearlyChange: 9.59, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Africa`, - Country: `Senegal`, - Risk: `High`, - Sector: `Private`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-04-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 184 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `Lean Hogs`, - Spread: 0.01, - Open: 81.275, - Price: 80.64, - Buy: 81.81, - Sell: 81.82, - Change: -1.17, - ChangePercent: -1.44, - Volume: 1, - High: 81.81, - Low: 81.28, - YearlyHigh: 83.98, - YearlyLow: 70.25, - YearlyStart: 77.11, - YearlyChange: 6.09, - Settlement: `Loan`, - Contract: `Futures`, - Region: `Europe`, - Country: `Romania`, - Risk: `High`, - Sector: `Public`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `FedEx`, - Maturity: `2022-07-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 185 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Oil`, - Spread: 0.015, - Open: 45.54, - Price: 45.59, - Buy: 45.78, - Sell: 45.8, - Change: -0.2, - ChangePercent: -0.44, - Volume: 107196, - High: 45.94, - Low: 45, - YearlyHigh: 65.28, - YearlyLow: 30.79, - YearlyStart: 48.03, - YearlyChange: -4.67, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Africa`, - Country: `Egypt`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-02-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 186 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P MID MINI`, - Spread: 0.01, - Open: 1454.3, - Price: 1443.55, - Buy: 1455.78, - Sell: 1455.79, - Change: -12.23, - ChangePercent: -0.84, - Volume: 338, - High: 1455.78, - Low: 1448, - YearlyHigh: 1527.3, - YearlyLow: 1236, - YearlyStart: 1381.65, - YearlyChange: 5.37, - Settlement: `Loan`, - Contract: `Options`, - Region: `Asia Pacific`, - Country: `Taiwan`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-02-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 187 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Silver`, - Spread: 0.01, - Open: 17.43, - Price: 17.09, - Buy: 17.43, - Sell: 17.43, - Change: -0.33, - ChangePercent: -1.88, - Volume: 11720, - High: 17.51, - Low: 17.37, - YearlyHigh: 18.06, - YearlyLow: 13.73, - YearlyStart: 15.89, - YearlyChange: 9.59, - Settlement: `Credit`, - Contract: `CFD`, - Region: `Africa`, - Country: `Cameroon`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-06-22`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 188 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Lumber`, - Spread: 0.01, - Open: 303.9, - Price: 310.08, - Buy: 304.59, - Sell: 304.6, - Change: 5.48, - ChangePercent: 1.8, - Volume: 2, - High: 304.6, - Low: 303.9, - YearlyHigh: 317.1, - YearlyLow: 236, - YearlyStart: 276.55, - YearlyChange: 10.14, - Settlement: `Cash`, - Contract: `Options`, - Region: `Asia Pacific`, - Country: `India`, - Risk: `High`, - Sector: `Private`, - Currency: `PLN`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-07-22`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 189 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `GBP/USD`, - Spread: 0.02, - Open: 1.4464, - Price: 1.17, - Buy: 1.18, - Sell: 1.2, - Change: -0.02, - ChangePercent: -1.6, - Volume: 29450, - High: 1.45, - Low: 1.19, - YearlyHigh: 1.59, - YearlyLow: 1.19, - YearlyStart: 1.49, - YearlyChange: -19.59, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Europe`, - Country: `Poland`, - Risk: `High`, - Sector: `Government`, - Currency: `USD`, - Security: `High`, - Issuer: `FedEx`, - Maturity: `2022-08-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 190 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soybean`, - Spread: 0.01, - Open: 1038, - Price: 1042.77, - Buy: 1038.61, - Sell: 1038.62, - Change: 4.15, - ChangePercent: 0.4, - Volume: 20356, - High: 1044, - Low: 1031.75, - YearlyHigh: 1057, - YearlyLow: 859.5, - YearlyStart: 958.25, - YearlyChange: 8.39, - Settlement: `Credit`, - Contract: `Forwards`, - Region: `Middle East`, - Country: `Lebanon`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-02-11`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 191 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Coal`, - Spread: 0.015, - Open: 0.4363, - Price: 0.42, - Buy: 0.44, - Sell: 0.44, - Change: 0, - ChangePercent: 1.84, - Volume: 3, - High: 0.44, - Low: 0.44, - YearlyHigh: 0.48, - YearlyLow: 0.4, - YearlyStart: 0.44, - YearlyChange: -5.33, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Middle East`, - Country: `Israel`, - Risk: `High`, - Sector: `Public`, - Currency: `USD`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-06-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 192 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Cocoa`, - Spread: 0.01, - Open: 3076, - Price: 3136.32, - Buy: 3076, - Sell: 3076, - Change: 60.29, - ChangePercent: 1.96, - Volume: 978, - High: 3078, - Low: 3066, - YearlyHigh: 3406, - YearlyLow: 2746, - YearlyStart: 3076, - YearlyChange: 0, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `Middle East`, - Country: `Lebanon`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-02-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 193 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `US 2Y Future`, - Spread: 0.01, - Open: 109.3984, - Price: 108.95, - Buy: 109.4, - Sell: 109.4, - Change: -0.44, - ChangePercent: -0.4, - Volume: 17742, - High: 109.41, - Low: 109.38, - YearlyHigh: 109.8, - YearlyLow: 108.62, - YearlyStart: 109.21, - YearlyChange: 0.16, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Asia Pacific`, - Country: `Singapore`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-01-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 194 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `Lean Hogs`, - Spread: 0.01, - Open: 81.275, - Price: 81.26, - Buy: 81.81, - Sell: 81.82, - Change: -0.55, - ChangePercent: -0.68, - Volume: 1, - High: 81.81, - Low: 81.28, - YearlyHigh: 83.98, - YearlyLow: 70.25, - YearlyStart: 77.11, - YearlyChange: 6.09, - Settlement: `Credit`, - Contract: `Futures`, - Region: `Middle East`, - Country: `Israel`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-03-24`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 195 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/CHF`, - Spread: 0.02, - Open: 1.0337, - Price: 1.03, - Buy: 1.03, - Sell: 1.03, - Change: -0.01, - ChangePercent: -0.92, - Volume: 5550, - High: 1.03, - Low: 1.03, - YearlyHigh: 1.11, - YearlyLow: 0.98, - YearlyStart: 1.04, - YearlyChange: -0.12, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Asia Pacific`, - Country: `Australia`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `Poor`, - Issuer: `American Airlines`, - Maturity: `2022-04-10`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 196 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `FD Cattle`, - Spread: 0.01, - Open: 147.175, - Price: 146.17, - Buy: 148.6, - Sell: 148.61, - Change: -2.44, - ChangePercent: -1.64, - Volume: 5, - High: 148.61, - Low: 147.18, - YearlyHigh: 190, - YearlyLow: 138.1, - YearlyStart: 164.05, - YearlyChange: -9.41, - Settlement: `Credit`, - Contract: `Options`, - Region: `Europe`, - Country: `Austria`, - Risk: `High`, - Sector: `Public`, - Currency: `USD`, - Security: `Poor`, - Issuer: `FedEx`, - Maturity: `2022-06-11`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 197 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Diesel`, - Spread: 0.015, - Open: 1.3474, - Price: 1.33, - Buy: 1.35, - Sell: 1.35, - Change: -0.03, - ChangePercent: -1.92, - Volume: 2971, - High: 1.36, - Low: 1.34, - YearlyHigh: 2.11, - YearlyLow: 0.92, - YearlyStart: 1.51, - YearlyChange: -10.4, - Settlement: `Credit`, - Contract: `Forwards`, - Region: `Africa`, - Country: `Ethiopia`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-03-10`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 198 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `OJ Future`, - Spread: 0.01, - Open: 140.6, - Price: 140.86, - Buy: 140.18, - Sell: 140.19, - Change: 0.67, - ChangePercent: 0.48, - Volume: 7, - High: 140.19, - Low: 0, - YearlyHigh: 155.95, - YearlyLow: 113, - YearlyStart: 134.47, - YearlyChange: 4.25, - Settlement: `Credit`, - Contract: `Futures`, - Region: `Middle East`, - Country: `Bahrain`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `High`, - Issuer: `American Airlines`, - Maturity: `2022-04-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 199 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Coffee`, - Spread: 0.01, - Open: 125.7, - Price: 126.65, - Buy: 125.7, - Sell: 125.7, - Change: 0.96, - ChangePercent: 0.76, - Volume: 1654, - High: 125.8, - Low: 125, - YearlyHigh: 155.75, - YearlyLow: 115.35, - YearlyStart: 135.55, - YearlyChange: -7.27, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Middle East`, - Country: `Turkey`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-03-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 200 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `FD Cattle`, - Spread: 0.01, - Open: 147.175, - Price: 147.77, - Buy: 148.6, - Sell: 148.61, - Change: -0.84, - ChangePercent: -0.56, - Volume: 5, - High: 148.61, - Low: 147.18, - YearlyHigh: 190, - YearlyLow: 138.1, - YearlyStart: 164.05, - YearlyChange: -9.41, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Africa`, - Country: `Ethiopia`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-06-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 201 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Copper`, - Spread: 0.02, - Open: 2.123, - Price: 2.11, - Buy: 2.12, - Sell: 2.12, - Change: 0, - ChangePercent: -0.08, - Volume: 28819, - High: 2.16, - Low: 2.11, - YearlyHigh: 2.94, - YearlyLow: 1.96, - YearlyStart: 2.45, - YearlyChange: -13.76, - Settlement: `Loan`, - Contract: `Futures`, - Region: `Asia Pacific`, - Country: `Taiwan`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `High`, - Issuer: `FedEx`, - Maturity: `2022-02-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 202 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Wheat`, - Spread: 0.01, - Open: 465.5, - Price: 459.38, - Buy: 465.5, - Sell: 465.5, - Change: -6.14, - ChangePercent: -1.32, - Volume: 4318, - High: 467, - Low: 463.25, - YearlyHigh: 628.5, - YearlyLow: 449.5, - YearlyStart: 539, - YearlyChange: -13.63, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Africa`, - Country: `Algeria`, - Risk: `Low`, - Sector: `Government`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-07-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 203 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `Euro$ 3M`, - Spread: 0.01, - Open: 99.18, - Price: 100.16, - Buy: 99.18, - Sell: 99.18, - Change: 0.99, - ChangePercent: 1, - Volume: 29509, - High: 99.18, - Low: 99.17, - YearlyHigh: 99.38, - YearlyLow: 98.41, - YearlyStart: 98.89, - YearlyChange: 0.28, - Settlement: `Loan`, - Contract: `Options`, - Region: `Africa`, - Country: `Egypt`, - Risk: `Low`, - Sector: `Government`, - Currency: `PLN`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-03-23`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 204 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `US 2Y Future`, - Spread: 0.01, - Open: 109.3984, - Price: 108.78, - Buy: 109.4, - Sell: 109.4, - Change: -0.61, - ChangePercent: -0.56, - Volume: 17742, - High: 109.41, - Low: 109.38, - YearlyHigh: 109.8, - YearlyLow: 108.62, - YearlyStart: 109.21, - YearlyChange: 0.16, - Settlement: `Credit`, - Contract: `Forwards`, - Region: `Middle East`, - Country: `Bahrain`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `High`, - Issuer: `FedEx`, - Maturity: `2022-03-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 205 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Ethanol`, - Spread: 0.01, - Open: 1.512, - Price: 2.8, - Buy: 2.75, - Sell: 2.76, - Change: 0.05, - ChangePercent: 1.84, - Volume: 14, - High: 2.75, - Low: 1.12, - YearlyHigh: 2.75, - YearlyLow: 1.12, - YearlyStart: 1.48, - YearlyChange: 86.7, - Settlement: `Credit`, - Contract: `Futures`, - Region: `Africa`, - Country: `South Africa`, - Risk: `Low`, - Sector: `Public`, - Currency: `EUR`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-05-22`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 206 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Sugar`, - Spread: 0.01, - Open: 15.68, - Price: 14.54, - Buy: 14.67, - Sell: 14.68, - Change: -0.13, - ChangePercent: -0.92, - Volume: 4949, - High: 15.7, - Low: 14.67, - YearlyHigh: 16.87, - YearlyLow: 11.37, - YearlyStart: 14.12, - YearlyChange: 3.92, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Europe`, - Country: `Slovenia`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-06-21`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 207 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Wheat`, - Spread: 0.01, - Open: 465.5, - Price: 472.04, - Buy: 465.5, - Sell: 465.5, - Change: 6.52, - ChangePercent: 1.4, - Volume: 4318, - High: 467, - Low: 463.25, - YearlyHigh: 628.5, - YearlyLow: 449.5, - YearlyStart: 539, - YearlyChange: -13.63, - Settlement: `Loan`, - Contract: `Options`, - Region: `Africa`, - Country: `Ethiopia`, - Risk: `High`, - Sector: `Public`, - Currency: `USD`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-05-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 208 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P 600 MINI`, - Spread: 0.01, - Open: 687.9, - Price: 698.89, - Buy: 687.9, - Sell: 687.9, - Change: 11.01, - ChangePercent: 1.6, - Volume: 0, - High: 0, - Low: 0, - YearlyHigh: 620.32, - YearlyLow: 595.9, - YearlyStart: 608.11, - YearlyChange: 13.12, - Settlement: `Loan`, - Contract: `Swap`, - Region: `North America`, - Country: `Mexico`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-02-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 209 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/JPY`, - Spread: 0.02, - Open: 9275.5, - Price: 9299.6, - Buy: 9277.32, - Sell: 9277.34, - Change: 22.27, - ChangePercent: 0.24, - Volume: 47734, - High: 9277.33, - Low: 0.93, - YearlyHigh: 9483, - YearlyLow: 0.93, - YearlyStart: 4741.97, - YearlyChange: 95.64, - Settlement: `Cash`, - Contract: `Options`, - Region: `Europe`, - Country: `Netherlands`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-05-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 210 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `US 2Y Future`, - Spread: 0.01, - Open: 109.3984, - Price: 110.48, - Buy: 109.4, - Sell: 109.4, - Change: 1.09, - ChangePercent: 1, - Volume: 17742, - High: 109.41, - Low: 109.38, - YearlyHigh: 109.8, - YearlyLow: 108.62, - YearlyStart: 109.21, - YearlyChange: 0.16, - Settlement: `Loan`, - Contract: `Futures`, - Region: `Europe`, - Country: `Greece`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-03-11`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 211 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/CHF`, - Spread: 0.02, - Open: 1.0337, - Price: 1.04, - Buy: 1.03, - Sell: 1.03, - Change: 0, - ChangePercent: 0.12, - Volume: 5550, - High: 1.03, - Low: 1.03, - YearlyHigh: 1.11, - YearlyLow: 0.98, - YearlyStart: 1.04, - YearlyChange: -0.12, - Settlement: `Credit`, - Contract: `Futures`, - Region: `Asia Pacific`, - Country: `Taiwan`, - Risk: `High`, - Sector: `Government`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-04-21`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 212 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soybean`, - Spread: 0.01, - Open: 1038, - Price: 1039.86, - Buy: 1038.61, - Sell: 1038.62, - Change: 1.24, - ChangePercent: 0.12, - Volume: 20356, - High: 1044, - Low: 1031.75, - YearlyHigh: 1057, - YearlyLow: 859.5, - YearlyStart: 958.25, - YearlyChange: 8.39, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Asia Pacific`, - Country: `Korea`, - Risk: `Low`, - Sector: `Government`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-02-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 213 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Gold`, - Spread: 0.01, - Open: 1281.1, - Price: 1304.3, - Buy: 1280.73, - Sell: 1280.74, - Change: 23.57, - ChangePercent: 1.84, - Volume: 48387, - High: 1289.5, - Low: 1279.1, - YearlyHigh: 1306, - YearlyLow: 1047.2, - YearlyStart: 1176.6, - YearlyChange: 8.85, - Settlement: `Loan`, - Contract: `Futures`, - Region: `Europe`, - Country: `Czechia`, - Risk: `High`, - Sector: `Government`, - Currency: `PLN`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-09-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 214 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/CHF`, - Spread: 0.02, - Open: 1.0337, - Price: 1.05, - Buy: 1.03, - Sell: 1.03, - Change: 0.01, - ChangePercent: 0.4, - Volume: 5550, - High: 1.03, - Low: 1.03, - YearlyHigh: 1.11, - YearlyLow: 0.98, - YearlyStart: 1.04, - YearlyChange: -0.12, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Europe`, - Country: `Austria`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-09-16`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 215 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `DOW Future`, - Spread: 0.01, - Open: 17711, - Price: 17464.18, - Buy: 17712.15, - Sell: 17712.16, - Change: -247.97, - ChangePercent: -1.4, - Volume: 22236, - High: 17727, - Low: 17642, - YearlyHigh: 18083, - YearlyLow: 15299, - YearlyStart: 16691, - YearlyChange: 6.12, - Settlement: `Cash`, - Contract: `Options`, - Region: `Middle East`, - Country: `Iraq`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-06-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 216 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Coffee`, - Spread: 0.01, - Open: 125.7, - Price: 125.59, - Buy: 125.7, - Sell: 125.7, - Change: -0.1, - ChangePercent: -0.08, - Volume: 1654, - High: 125.8, - Low: 125, - YearlyHigh: 155.75, - YearlyLow: 115.35, - YearlyStart: 135.55, - YearlyChange: -7.27, - Settlement: `Cash`, - Contract: `Swap`, - Region: `South America`, - Country: `Colombia`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-08-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 217 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/CAD`, - Spread: 0.02, - Open: 0.7744, - Price: 0.95, - Buy: 0.94, - Sell: 0.96, - Change: 0, - ChangePercent: -0.16, - Volume: 13669, - High: 0.95, - Low: 0.77, - YearlyHigh: 0.95, - YearlyLow: 0.68, - YearlyStart: 0.76, - YearlyChange: 26.43, - Settlement: `Loan`, - Contract: `Options`, - Region: `Africa`, - Country: `Ethiopia`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `Poor`, - Issuer: `American Airlines`, - Maturity: `2022-06-24`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 218 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Corn`, - Spread: 0.01, - Open: 379.5, - Price: 375.24, - Buy: 379.8, - Sell: 379.81, - Change: -4.56, - ChangePercent: -1.2, - Volume: 11266, - High: 381, - Low: 377.75, - YearlyHigh: 471.25, - YearlyLow: 351.25, - YearlyStart: 411.25, - YearlyChange: -7.65, - Settlement: `Credit`, - Contract: `Futures`, - Region: `Europe`, - Country: `Slovenia`, - Risk: `High`, - Sector: `Public`, - Currency: `USD`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-04-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 219 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Diesel`, - Spread: 0.015, - Open: 1.3474, - Price: 1.36, - Buy: 1.35, - Sell: 1.35, - Change: 0, - ChangePercent: 0.44, - Volume: 2971, - High: 1.36, - Low: 1.34, - YearlyHigh: 2.11, - YearlyLow: 0.92, - YearlyStart: 1.51, - YearlyChange: -10.4, - Settlement: `Loan`, - Contract: `Options`, - Region: `Asia Pacific`, - Country: `Taiwan`, - Risk: `High`, - Sector: `Government`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-03-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 220 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/CHF`, - Spread: 0.02, - Open: 1.0337, - Price: 1.05, - Buy: 1.03, - Sell: 1.03, - Change: 0.01, - ChangePercent: 0.68, - Volume: 5550, - High: 1.03, - Low: 1.03, - YearlyHigh: 1.11, - YearlyLow: 0.98, - YearlyStart: 1.04, - YearlyChange: -0.12, - Settlement: `Loan`, - Contract: `Forwards`, - Region: `Europe`, - Country: `Greece`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-09-19`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 221 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Coal`, - Spread: 0.015, - Open: 0.4363, - Price: 0.42, - Buy: 0.44, - Sell: 0.44, - Change: 0, - ChangePercent: 0.88, - Volume: 3, - High: 0.44, - Low: 0.44, - YearlyHigh: 0.48, - YearlyLow: 0.4, - YearlyStart: 0.44, - YearlyChange: -5.33, - Settlement: `Loan`, - Contract: `Swap`, - Region: `North America`, - Country: `United States`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-04-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 222 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P Future`, - Spread: 0.01, - Open: 2057.5, - Price: 2043.44, - Buy: 2056.6, - Sell: 2056.61, - Change: -13.16, - ChangePercent: -0.64, - Volume: 142780, - High: 2059.5, - Low: 2049, - YearlyHigh: 2105.5, - YearlyLow: 1794.5, - YearlyStart: 1950, - YearlyChange: 5.47, - Settlement: `Cash`, - Contract: `Options`, - Region: `Europe`, - Country: `Austria`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-06-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 223 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Diesel`, - Spread: 0.015, - Open: 1.3474, - Price: 1.34, - Buy: 1.35, - Sell: 1.35, - Change: -0.02, - ChangePercent: -1.6, - Volume: 2971, - High: 1.36, - Low: 1.34, - YearlyHigh: 2.11, - YearlyLow: 0.92, - YearlyStart: 1.51, - YearlyChange: -10.4, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Europe`, - Country: `Germany`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-04-10`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 224 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P 600 MINI`, - Spread: 0.01, - Open: 687.9, - Price: 692.56, - Buy: 687.9, - Sell: 687.9, - Change: 4.68, - ChangePercent: 0.68, - Volume: 0, - High: 0, - Low: 0, - YearlyHigh: 620.32, - YearlyLow: 595.9, - YearlyStart: 608.11, - YearlyChange: 13.12, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Middle East`, - Country: `Israel`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `FedEx`, - Maturity: `2022-05-11`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 225 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Ethanol`, - Spread: 0.01, - Open: 1.512, - Price: 2.71, - Buy: 2.75, - Sell: 2.76, - Change: -0.04, - ChangePercent: -1.56, - Volume: 14, - High: 2.75, - Low: 1.12, - YearlyHigh: 2.75, - YearlyLow: 1.12, - YearlyStart: 1.48, - YearlyChange: 86.7, - Settlement: `Cash`, - Contract: `Futures`, - Region: `South America`, - Country: `Paraguay`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-08-22`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 226 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `OJ Future`, - Spread: 0.01, - Open: 140.6, - Price: 138.84, - Buy: 140.18, - Sell: 140.19, - Change: -1.35, - ChangePercent: -0.96, - Volume: 7, - High: 140.19, - Low: 0, - YearlyHigh: 155.95, - YearlyLow: 113, - YearlyStart: 134.47, - YearlyChange: 4.25, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `Asia Pacific`, - Country: `China`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-03-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 227 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Gold`, - Spread: 0.01, - Open: 1281.1, - Price: 1302.76, - Buy: 1280.73, - Sell: 1280.74, - Change: 22.03, - ChangePercent: 1.72, - Volume: 48387, - High: 1289.5, - Low: 1279.1, - YearlyHigh: 1306, - YearlyLow: 1047.2, - YearlyStart: 1176.6, - YearlyChange: 8.85, - Settlement: `Cash`, - Contract: `Options`, - Region: `Europe`, - Country: `Slovenia`, - Risk: `Low`, - Sector: `Public`, - Currency: `USD`, - Security: `High`, - Issuer: `FedEx`, - Maturity: `2022-04-24`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 228 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Cotton`, - Spread: 0.01, - Open: 61.77, - Price: 60.62, - Buy: 61.77, - Sell: 61.77, - Change: -1.14, - ChangePercent: -1.84, - Volume: 3612, - High: 62.06, - Low: 61.32, - YearlyHigh: 67.59, - YearlyLow: 54.33, - YearlyStart: 60.96, - YearlyChange: 1.31, - Settlement: `Loan`, - Contract: `Options`, - Region: `Europe`, - Country: `Sweden`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `FedEx`, - Maturity: `2022-05-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 229 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `OJ Future`, - Spread: 0.01, - Open: 140.6, - Price: 139.07, - Buy: 140.18, - Sell: 140.19, - Change: -1.12, - ChangePercent: -0.8, - Volume: 7, - High: 140.19, - Low: 0, - YearlyHigh: 155.95, - YearlyLow: 113, - YearlyStart: 134.47, - YearlyChange: 4.25, - Settlement: `Cash`, - Contract: `CFD`, - Region: `Africa`, - Country: `Senegal`, - Risk: `High`, - Sector: `Public`, - Currency: `USD`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-02-22`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 230 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `US 10YR Future`, - Spread: 0.01, - Open: 130.5625, - Price: 128.6, - Buy: 130.56, - Sell: 130.56, - Change: -1.98, - ChangePercent: -1.52, - Volume: 189310, - High: 130.63, - Low: 130.44, - YearlyHigh: 132.64, - YearlyLow: 125.48, - YearlyStart: 129.06, - YearlyChange: 1.18, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Europe`, - Country: `Austria`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-06-19`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 231 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soybean`, - Spread: 0.01, - Open: 1038, - Price: 1049.83, - Buy: 1038.61, - Sell: 1038.62, - Change: 11.21, - ChangePercent: 1.08, - Volume: 20356, - High: 1044, - Low: 1031.75, - YearlyHigh: 1057, - YearlyLow: 859.5, - YearlyStart: 958.25, - YearlyChange: 8.39, - Settlement: `Cash`, - Contract: `Options`, - Region: `Asia Pacific`, - Country: `Singapore`, - Risk: `High`, - Sector: `Government`, - Currency: `USD`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-06-23`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 232 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Cocoa`, - Spread: 0.01, - Open: 3076, - Price: 3055.11, - Buy: 3076, - Sell: 3076, - Change: -20.92, - ChangePercent: -0.68, - Volume: 978, - High: 3078, - Low: 3066, - YearlyHigh: 3406, - YearlyLow: 2746, - YearlyStart: 3076, - YearlyChange: 0, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Middle East`, - Country: `Qatar`, - Risk: `High`, - Sector: `Private`, - Currency: `PLN`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-05-22`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 233 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Uranium`, - Spread: 0.02, - Open: 27.55, - Price: 27.36, - Buy: 27.55, - Sell: 27.55, - Change: -0.22, - ChangePercent: -0.8, - Volume: 12, - High: 27.55, - Low: 27.55, - YearlyHigh: 29.32, - YearlyLow: 21.28, - YearlyStart: 25.3, - YearlyChange: 9.01, - Settlement: `Cash`, - Contract: `CFD`, - Region: `South America`, - Country: `Chile`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `American Airlines`, - Maturity: `2022-04-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 234 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soy Meat`, - Spread: 0.01, - Open: 342.6, - Price: 339.19, - Buy: 342.6, - Sell: 342.6, - Change: -3.43, - ChangePercent: -1, - Volume: 5646, - High: 345.4, - Low: 340.3, - YearlyHigh: 353.4, - YearlyLow: 261.7, - YearlyStart: 307.55, - YearlyChange: 11.4, - Settlement: `Loan`, - Contract: `Options`, - Region: `South America`, - Country: `Guyana`, - Risk: `High`, - Sector: `Public`, - Currency: `USD`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-03-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 235 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Silver`, - Spread: 0.01, - Open: 17.43, - Price: 17.73, - Buy: 17.43, - Sell: 17.43, - Change: 0.31, - ChangePercent: 1.76, - Volume: 11720, - High: 17.51, - Low: 17.37, - YearlyHigh: 18.06, - YearlyLow: 13.73, - YearlyStart: 15.89, - YearlyChange: 9.59, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `Middle East`, - Country: `Syria`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-01-22`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 236 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Silver`, - Spread: 0.01, - Open: 17.43, - Price: 17.27, - Buy: 17.43, - Sell: 17.43, - Change: -0.15, - ChangePercent: -0.84, - Volume: 11720, - High: 17.51, - Low: 17.37, - YearlyHigh: 18.06, - YearlyLow: 13.73, - YearlyStart: 15.89, - YearlyChange: 9.59, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `North America`, - Country: `Canada`, - Risk: `Low`, - Sector: `Government`, - Currency: `USD`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-05-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 237 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P 600 MINI`, - Spread: 0.01, - Open: 687.9, - Price: 687.6, - Buy: 687.9, - Sell: 687.9, - Change: -0.28, - ChangePercent: -0.04, - Volume: 0, - High: 0, - Low: 0, - YearlyHigh: 620.32, - YearlyLow: 595.9, - YearlyStart: 608.11, - YearlyChange: 13.12, - Settlement: `Loan`, - Contract: `CFD`, - Region: `Asia Pacific`, - Country: `Australia`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `High`, - Issuer: `FedEx`, - Maturity: `2022-04-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 238 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Copper`, - Spread: 0.02, - Open: 2.123, - Price: 2.07, - Buy: 2.12, - Sell: 2.12, - Change: -0.04, - ChangePercent: -1.96, - Volume: 28819, - High: 2.16, - Low: 2.11, - YearlyHigh: 2.94, - YearlyLow: 1.96, - YearlyStart: 2.45, - YearlyChange: -13.76, - Settlement: `Cash`, - Contract: `Options`, - Region: `Middle East`, - Country: `Qatar`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-02-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 239 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Milk`, - Spread: 0.01, - Open: 12.87, - Price: 12.87, - Buy: 12.87, - Sell: 12.87, - Change: 0.01, - ChangePercent: 0.08, - Volume: 7, - High: 12.89, - Low: 12.81, - YearlyHigh: 16.96, - YearlyLow: 12.81, - YearlyStart: 14.88, - YearlyChange: -13.6, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Africa`, - Country: `Nigeria`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-04-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 240 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Uranium`, - Spread: 0.02, - Open: 27.55, - Price: 27.47, - Buy: 27.55, - Sell: 27.55, - Change: -0.11, - ChangePercent: -0.4, - Volume: 12, - High: 27.55, - Low: 27.55, - YearlyHigh: 29.32, - YearlyLow: 21.28, - YearlyStart: 25.3, - YearlyChange: 9.01, - Settlement: `Credit`, - Contract: `Forwards`, - Region: `Middle East`, - Country: `UAE`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-02-24`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 241 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soy oil`, - Spread: 0.01, - Open: 33.26, - Price: 33.93, - Buy: 33.77, - Sell: 33.78, - Change: 0.16, - ChangePercent: 0.48, - Volume: 10592, - High: 33.77, - Low: 33.06, - YearlyHigh: 35.43, - YearlyLow: 26.61, - YearlyStart: 31.02, - YearlyChange: 8.87, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `Middle East`, - Country: `Syria`, - Risk: `Low`, - Sector: `Government`, - Currency: `USD`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-02-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 242 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `AUD/USD`, - Spread: 0.02, - Open: 0.7344, - Price: 0.76, - Buy: 0.73, - Sell: 0.73, - Change: 0.02, - ChangePercent: 1.48, - Volume: 36764, - High: 0.74, - Low: 0.73, - YearlyHigh: 0.79, - YearlyLow: 0.68, - YearlyStart: 0.73, - YearlyChange: 1.28, - Settlement: `Credit`, - Contract: `Options`, - Region: `Asia Pacific`, - Country: `Afghanistan`, - Risk: `Low`, - Sector: `Government`, - Currency: `USD`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-05-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 243 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Sugar`, - Spread: 0.01, - Open: 15.68, - Price: 14.61, - Buy: 14.67, - Sell: 14.68, - Change: -0.06, - ChangePercent: -0.44, - Volume: 4949, - High: 15.7, - Low: 14.67, - YearlyHigh: 16.87, - YearlyLow: 11.37, - YearlyStart: 14.12, - YearlyChange: 3.92, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Asia Pacific`, - Country: `Korea`, - Risk: `Low`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-02-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 244 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Cocoa`, - Spread: 0.01, - Open: 3076, - Price: 3050.19, - Buy: 3076, - Sell: 3076, - Change: -25.84, - ChangePercent: -0.84, - Volume: 978, - High: 3078, - Low: 3066, - YearlyHigh: 3406, - YearlyLow: 2746, - YearlyStart: 3076, - YearlyChange: 0, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Europe`, - Country: `Denmark`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `American Airlines`, - Maturity: `2022-01-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 245 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `OJ Future`, - Spread: 0.01, - Open: 140.6, - Price: 138.79, - Buy: 140.18, - Sell: 140.19, - Change: -1.4, - ChangePercent: -1, - Volume: 7, - High: 140.19, - Low: 0, - YearlyHigh: 155.95, - YearlyLow: 113, - YearlyStart: 134.47, - YearlyChange: 4.25, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `Middle East`, - Country: `Kuwait`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-03-16`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 246 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P Future`, - Spread: 0.01, - Open: 2057.5, - Price: 2088.68, - Buy: 2056.6, - Sell: 2056.61, - Change: 32.08, - ChangePercent: 1.56, - Volume: 142780, - High: 2059.5, - Low: 2049, - YearlyHigh: 2105.5, - YearlyLow: 1794.5, - YearlyStart: 1950, - YearlyChange: 5.47, - Settlement: `Cash`, - Contract: `CFD`, - Region: `Europe`, - Country: `France`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-04-21`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 247 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Gold`, - Spread: 0.01, - Open: 1281.1, - Price: 1278.17, - Buy: 1280.73, - Sell: 1280.74, - Change: -2.56, - ChangePercent: -0.2, - Volume: 48387, - High: 1289.5, - Low: 1279.1, - YearlyHigh: 1306, - YearlyLow: 1047.2, - YearlyStart: 1176.6, - YearlyChange: 8.85, - Settlement: `Cash`, - Contract: `Options`, - Region: `Europe`, - Country: `Austria`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-07-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 248 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Coal`, - Spread: 0.015, - Open: 0.4363, - Price: 0.42, - Buy: 0.44, - Sell: 0.44, - Change: 0, - ChangePercent: 1.16, - Volume: 3, - High: 0.44, - Low: 0.44, - YearlyHigh: 0.48, - YearlyLow: 0.4, - YearlyStart: 0.44, - YearlyChange: -5.33, - Settlement: `Cash`, - Contract: `CFD`, - Region: `Europe`, - Country: `Ireland`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `American Airlines`, - Maturity: `2022-06-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 249 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Uranium`, - Spread: 0.02, - Open: 27.55, - Price: 28.08, - Buy: 27.55, - Sell: 27.55, - Change: 0.5, - ChangePercent: 1.8, - Volume: 12, - High: 27.55, - Low: 27.55, - YearlyHigh: 29.32, - YearlyLow: 21.28, - YearlyStart: 25.3, - YearlyChange: 9.01, - Settlement: `Cash`, - Contract: `Futures`, - Region: `North America`, - Country: `Mexico`, - Risk: `High`, - Sector: `Government`, - Currency: `USD`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-05-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 250 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Palladium`, - Spread: 0.01, - Open: 600.55, - Price: 590.42, - Buy: 601, - Sell: 601.01, - Change: -10.58, - ChangePercent: -1.76, - Volume: 651, - High: 607.2, - Low: 598.4, - YearlyHigh: 690, - YearlyLow: 458.6, - YearlyStart: 574.3, - YearlyChange: 4.65, - Settlement: `Loan`, - Contract: `Swap`, - Region: `North America`, - Country: `Canada`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-04-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 251 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Milk`, - Spread: 0.01, - Open: 12.87, - Price: 12.66, - Buy: 12.87, - Sell: 12.87, - Change: -0.2, - ChangePercent: -1.52, - Volume: 7, - High: 12.89, - Low: 12.81, - YearlyHigh: 16.96, - YearlyLow: 12.81, - YearlyStart: 14.88, - YearlyChange: -13.6, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Africa`, - Country: `Morocco`, - Risk: `High`, - Sector: `Government`, - Currency: `USD`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-08-24`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 252 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `US 10YR Future`, - Spread: 0.01, - Open: 130.5625, - Price: 129.59, - Buy: 130.56, - Sell: 130.56, - Change: -0.99, - ChangePercent: -0.76, - Volume: 189310, - High: 130.63, - Low: 130.44, - YearlyHigh: 132.64, - YearlyLow: 125.48, - YearlyStart: 129.06, - YearlyChange: 1.18, - Settlement: `Cash`, - Contract: `Futures`, - Region: `South America`, - Country: `Suriname`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-05-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 253 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P Future`, - Spread: 0.01, - Open: 2057.5, - Price: 2032.75, - Buy: 2056.6, - Sell: 2056.61, - Change: -23.85, - ChangePercent: -1.16, - Volume: 142780, - High: 2059.5, - Low: 2049, - YearlyHigh: 2105.5, - YearlyLow: 1794.5, - YearlyStart: 1950, - YearlyChange: 5.47, - Settlement: `Loan`, - Contract: `CFD`, - Region: `Africa`, - Country: `Senegal`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-01-21`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 254 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `DOW Future`, - Spread: 0.01, - Open: 17711, - Price: 17733.41, - Buy: 17712.15, - Sell: 17712.16, - Change: 21.26, - ChangePercent: 0.12, - Volume: 22236, - High: 17727, - Low: 17642, - YearlyHigh: 18083, - YearlyLow: 15299, - YearlyStart: 16691, - YearlyChange: 6.12, - Settlement: `Credit`, - Contract: `Options`, - Region: `Africa`, - Country: `Morocco`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-04-23`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 255 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soy Meat`, - Spread: 0.01, - Open: 342.6, - Price: 345.36, - Buy: 342.6, - Sell: 342.6, - Change: 2.74, - ChangePercent: 0.8, - Volume: 5646, - High: 345.4, - Low: 340.3, - YearlyHigh: 353.4, - YearlyLow: 261.7, - YearlyStart: 307.55, - YearlyChange: 11.4, - Settlement: `Credit`, - Contract: `Futures`, - Region: `Africa`, - Country: `Cameroon`, - Risk: `High`, - Sector: `Public`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `FedEx`, - Maturity: `2022-03-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 256 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `FD Cattle`, - Spread: 0.01, - Open: 147.175, - Price: 147.06, - Buy: 148.6, - Sell: 148.61, - Change: -1.55, - ChangePercent: -1.04, - Volume: 5, - High: 148.61, - Low: 147.18, - YearlyHigh: 190, - YearlyLow: 138.1, - YearlyStart: 164.05, - YearlyChange: -9.41, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `Europe`, - Country: `Slovenia`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `High`, - Issuer: `FedEx`, - Maturity: `2022-06-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 257 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P MID MINI`, - Spread: 0.01, - Open: 1454.3, - Price: 1470.34, - Buy: 1455.78, - Sell: 1455.79, - Change: 14.56, - ChangePercent: 1, - Volume: 338, - High: 1455.78, - Low: 1448, - YearlyHigh: 1527.3, - YearlyLow: 1236, - YearlyStart: 1381.65, - YearlyChange: 5.37, - Settlement: `Credit`, - Contract: `Options`, - Region: `Middle East`, - Country: `Israel`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-05-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 258 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Platinum`, - Spread: 0.01, - Open: 1071.6, - Price: 1069.81, - Buy: 1071.09, - Sell: 1071.1, - Change: -1.29, - ChangePercent: -0.12, - Volume: 3039, - High: 1081.2, - Low: 1070.5, - YearlyHigh: 1120.6, - YearlyLow: 812.4, - YearlyStart: 966.5, - YearlyChange: 10.82, - Settlement: `Loan`, - Contract: `Forwards`, - Region: `Africa`, - Country: `Senegal`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-01-16`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 259 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soy Meat`, - Spread: 0.01, - Open: 342.6, - Price: 347.83, - Buy: 342.6, - Sell: 342.6, - Change: 5.21, - ChangePercent: 1.52, - Volume: 5646, - High: 345.4, - Low: 340.3, - YearlyHigh: 353.4, - YearlyLow: 261.7, - YearlyStart: 307.55, - YearlyChange: 11.4, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Europe`, - Country: `Finland`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-07-23`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 260 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Cocoa`, - Spread: 0.01, - Open: 3076, - Price: 3041.58, - Buy: 3076, - Sell: 3076, - Change: -34.45, - ChangePercent: -1.12, - Volume: 978, - High: 3078, - Low: 3066, - YearlyHigh: 3406, - YearlyLow: 2746, - YearlyStart: 3076, - YearlyChange: 0, - Settlement: `Cash`, - Contract: `Options`, - Region: `Europe`, - Country: `Norway`, - Risk: `High`, - Sector: `Government`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-07-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 261 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `BTC/USD`, - Spread: 0.06, - Open: 93.88, - Price: 21135.18, - Buy: 21200.76, - Sell: 21400.78, - Change: 134.41, - ChangePercent: 0.64, - Volume: 5788000, - High: 22400.05, - Low: 20100.75, - YearlyHigh: 62400.7, - YearlyLow: 15100.88, - YearlyStart: 21200.29, - YearlyChange: -20.62, - Settlement: `Cash`, - Contract: `Options`, - Region: `Middle East`, - Country: `UAE`, - Risk: `High`, - Sector: `Public`, - Currency: `USD`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-08-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 262 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Diesel`, - Spread: 0.015, - Open: 1.3474, - Price: 1.38, - Buy: 1.35, - Sell: 1.35, - Change: 0.02, - ChangePercent: 1.68, - Volume: 2971, - High: 1.36, - Low: 1.34, - YearlyHigh: 2.11, - YearlyLow: 0.92, - YearlyStart: 1.51, - YearlyChange: -10.4, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `Asia Pacific`, - Country: `India`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `High`, - Issuer: `American Airlines`, - Maturity: `2022-02-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 263 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soybean`, - Spread: 0.01, - Open: 1038, - Price: 1058.14, - Buy: 1038.61, - Sell: 1038.62, - Change: 19.52, - ChangePercent: 1.88, - Volume: 20356, - High: 1044, - Low: 1031.75, - YearlyHigh: 1057, - YearlyLow: 859.5, - YearlyStart: 958.25, - YearlyChange: 8.39, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Middle East`, - Country: `Jordan`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-05-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 264 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `FD Cattle`, - Spread: 0.01, - Open: 147.175, - Price: 149.02, - Buy: 148.6, - Sell: 148.61, - Change: 0.41, - ChangePercent: 0.28, - Volume: 5, - High: 148.61, - Low: 147.18, - YearlyHigh: 190, - YearlyLow: 138.1, - YearlyStart: 164.05, - YearlyChange: -9.41, - Settlement: `Credit`, - Contract: `Swap`, - Region: `South America`, - Country: `Suriname`, - Risk: `High`, - Sector: `Private`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-08-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 265 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Coal`, - Spread: 0.015, - Open: 0.4363, - Price: 0.42, - Buy: 0.44, - Sell: 0.44, - Change: 0, - ChangePercent: 0.28, - Volume: 3, - High: 0.44, - Low: 0.44, - YearlyHigh: 0.48, - YearlyLow: 0.4, - YearlyStart: 0.44, - YearlyChange: -5.33, - Settlement: `Credit`, - Contract: `Options`, - Region: `South America`, - Country: `Ecuador`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-01-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 266 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `OJ Future`, - Spread: 0.01, - Open: 140.6, - Price: 139.91, - Buy: 140.18, - Sell: 140.19, - Change: -0.28, - ChangePercent: -0.2, - Volume: 7, - High: 140.19, - Low: 0, - YearlyHigh: 155.95, - YearlyLow: 113, - YearlyStart: 134.47, - YearlyChange: 4.25, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `Africa`, - Country: `Ethiopia`, - Risk: `Low`, - Sector: `Public`, - Currency: `USD`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-07-24`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 267 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Corn`, - Spread: 0.01, - Open: 379.5, - Price: 384.36, - Buy: 379.8, - Sell: 379.81, - Change: 4.56, - ChangePercent: 1.2, - Volume: 11266, - High: 381, - Low: 377.75, - YearlyHigh: 471.25, - YearlyLow: 351.25, - YearlyStart: 411.25, - YearlyChange: -7.65, - Settlement: `Loan`, - Contract: `Forwards`, - Region: `Africa`, - Country: `Niger`, - Risk: `Low`, - Sector: `Government`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-04-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 268 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Coal`, - Spread: 0.015, - Open: 0.4363, - Price: 0.41, - Buy: 0.44, - Sell: 0.44, - Change: -0.01, - ChangePercent: -1.08, - Volume: 3, - High: 0.44, - Low: 0.44, - YearlyHigh: 0.48, - YearlyLow: 0.4, - YearlyStart: 0.44, - YearlyChange: -5.33, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Africa`, - Country: `Senegal`, - Risk: `Low`, - Sector: `Government`, - Currency: `PLN`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-04-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 269 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P 600 MINI`, - Spread: 0.01, - Open: 687.9, - Price: 693.11, - Buy: 687.9, - Sell: 687.9, - Change: 5.23, - ChangePercent: 0.76, - Volume: 0, - High: 0, - Low: 0, - YearlyHigh: 620.32, - YearlyLow: 595.9, - YearlyStart: 608.11, - YearlyChange: 13.12, - Settlement: `Cash`, - Contract: `CFD`, - Region: `Africa`, - Country: `Ethiopia`, - Risk: `High`, - Sector: `Government`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `FedEx`, - Maturity: `2022-02-22`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 270 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Silver`, - Spread: 0.01, - Open: 17.43, - Price: 17.73, - Buy: 17.43, - Sell: 17.43, - Change: 0.31, - ChangePercent: 1.8, - Volume: 11720, - High: 17.51, - Low: 17.37, - YearlyHigh: 18.06, - YearlyLow: 13.73, - YearlyStart: 15.89, - YearlyChange: 9.59, - Settlement: `Cash`, - Contract: `Swap`, - Region: `South America`, - Country: `Peru`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-05-21`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 271 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `OJ Future`, - Spread: 0.01, - Open: 140.6, - Price: 141.03, - Buy: 140.18, - Sell: 140.19, - Change: 0.84, - ChangePercent: 0.6, - Volume: 7, - High: 140.19, - Low: 0, - YearlyHigh: 155.95, - YearlyLow: 113, - YearlyStart: 134.47, - YearlyChange: 4.25, - Settlement: `Cash`, - Contract: `Options`, - Region: `Asia Pacific`, - Country: `China`, - Risk: `High`, - Sector: `Public`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-03-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 272 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Ethanol`, - Spread: 0.01, - Open: 1.512, - Price: 2.74, - Buy: 2.75, - Sell: 2.76, - Change: -0.01, - ChangePercent: -0.6, - Volume: 14, - High: 2.75, - Low: 1.12, - YearlyHigh: 2.75, - YearlyLow: 1.12, - YearlyStart: 1.48, - YearlyChange: 86.7, - Settlement: `Credit`, - Contract: `Futures`, - Region: `Asia Pacific`, - Country: `Singapore`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-03-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 273 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P 600 MINI`, - Spread: 0.01, - Open: 687.9, - Price: 685.13, - Buy: 687.9, - Sell: 687.9, - Change: -2.75, - ChangePercent: -0.4, - Volume: 0, - High: 0, - Low: 0, - YearlyHigh: 620.32, - YearlyLow: 595.9, - YearlyStart: 608.11, - YearlyChange: 13.12, - Settlement: `Credit`, - Contract: `Options`, - Region: `Africa`, - Country: `South Africa`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-04-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 274 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `DOW Future`, - Spread: 0.01, - Open: 17711, - Price: 17818.42, - Buy: 17712.15, - Sell: 17712.16, - Change: 106.27, - ChangePercent: 0.6, - Volume: 22236, - High: 17727, - Low: 17642, - YearlyHigh: 18083, - YearlyLow: 15299, - YearlyStart: 16691, - YearlyChange: 6.12, - Settlement: `Credit`, - Contract: `Futures`, - Region: `Africa`, - Country: `Nigeria`, - Risk: `High`, - Sector: `Public`, - Currency: `USD`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-03-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 275 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Silver`, - Spread: 0.01, - Open: 17.43, - Price: 17.1, - Buy: 17.43, - Sell: 17.43, - Change: -0.32, - ChangePercent: -1.84, - Volume: 11720, - High: 17.51, - Low: 17.37, - YearlyHigh: 18.06, - YearlyLow: 13.73, - YearlyStart: 15.89, - YearlyChange: 9.59, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Asia Pacific`, - Country: `India`, - Risk: `Low`, - Sector: `Public`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-09-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 276 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Wheat`, - Spread: 0.01, - Open: 465.5, - Price: 470.92, - Buy: 465.5, - Sell: 465.5, - Change: 5.4, - ChangePercent: 1.16, - Volume: 4318, - High: 467, - Low: 463.25, - YearlyHigh: 628.5, - YearlyLow: 449.5, - YearlyStart: 539, - YearlyChange: -13.63, - Settlement: `Cash`, - Contract: `Options`, - Region: `Asia Pacific`, - Country: `Philippines`, - Risk: `High`, - Sector: `Private`, - Currency: `PLN`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-02-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 277 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Coffee`, - Spread: 0.01, - Open: 125.7, - Price: 128, - Buy: 125.7, - Sell: 125.7, - Change: 2.31, - ChangePercent: 1.84, - Volume: 1654, - High: 125.8, - Low: 125, - YearlyHigh: 155.75, - YearlyLow: 115.35, - YearlyStart: 135.55, - YearlyChange: -7.27, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Asia Pacific`, - Country: `Azerbaijan`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-05-16`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 278 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `GBP/USD`, - Spread: 0.02, - Open: 1.4464, - Price: 1.17, - Buy: 1.18, - Sell: 1.2, - Change: -0.02, - ChangePercent: -1.72, - Volume: 29450, - High: 1.45, - Low: 1.19, - YearlyHigh: 1.59, - YearlyLow: 1.19, - YearlyStart: 1.49, - YearlyChange: -19.59, - Settlement: `Credit`, - Contract: `Futures`, - Region: `Africa`, - Country: `Algeria`, - Risk: `Low`, - Sector: `Government`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-08-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 279 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Uranium`, - Spread: 0.02, - Open: 27.55, - Price: 27.8, - Buy: 27.55, - Sell: 27.55, - Change: 0.22, - ChangePercent: 0.8, - Volume: 12, - High: 27.55, - Low: 27.55, - YearlyHigh: 29.32, - YearlyLow: 21.28, - YearlyStart: 25.3, - YearlyChange: 9.01, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Africa`, - Country: `Tunisia`, - Risk: `Low`, - Sector: `Public`, - Currency: `USD`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-01-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 280 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `DOW Future`, - Spread: 0.01, - Open: 17711, - Price: 17697.98, - Buy: 17712.15, - Sell: 17712.16, - Change: -14.17, - ChangePercent: -0.08, - Volume: 22236, - High: 17727, - Low: 17642, - YearlyHigh: 18083, - YearlyLow: 15299, - YearlyStart: 16691, - YearlyChange: 6.12, - Settlement: `Credit`, - Contract: `Options`, - Region: `Middle East`, - Country: `Lebanon`, - Risk: `High`, - Sector: `Private`, - Currency: `PLN`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-04-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 281 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Milk`, - Spread: 0.01, - Open: 12.87, - Price: 12.68, - Buy: 12.87, - Sell: 12.87, - Change: -0.18, - ChangePercent: -1.4, - Volume: 7, - High: 12.89, - Low: 12.81, - YearlyHigh: 16.96, - YearlyLow: 12.81, - YearlyStart: 14.88, - YearlyChange: -13.6, - Settlement: `Loan`, - Contract: `Futures`, - Region: `North America`, - Country: `Mexico`, - Risk: `Low`, - Sector: `Public`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-04-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 282 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Natural Gas`, - Spread: 0.02, - Open: 2.094, - Price: 2.11, - Buy: 2.09, - Sell: 2.09, - Change: 0.01, - ChangePercent: 0.4, - Volume: 2783, - High: 2.11, - Low: 2.09, - YearlyHigh: 3.2, - YearlyLow: 1.84, - YearlyStart: 2.52, - YearlyChange: -16.51, - Settlement: `Credit`, - Contract: `Options`, - Region: `Middle East`, - Country: `Iraq`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-02-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 283 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Coal`, - Spread: 0.015, - Open: 0.4363, - Price: 0.42, - Buy: 0.44, - Sell: 0.44, - Change: 0, - ChangePercent: -0.12, - Volume: 3, - High: 0.44, - Low: 0.44, - YearlyHigh: 0.48, - YearlyLow: 0.4, - YearlyStart: 0.44, - YearlyChange: -5.33, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Middle East`, - Country: `Syria`, - Risk: `Low`, - Sector: `Public`, - Currency: `USD`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-09-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 284 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `GBP/USD`, - Spread: 0.02, - Open: 1.4464, - Price: 1.22, - Buy: 1.18, - Sell: 1.2, - Change: 0.03, - ChangePercent: 1.84, - Volume: 29450, - High: 1.45, - Low: 1.19, - YearlyHigh: 1.59, - YearlyLow: 1.19, - YearlyStart: 1.49, - YearlyChange: -19.59, - Settlement: `Credit`, - Contract: `Forwards`, - Region: `South America`, - Country: `Guyana`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-09-11`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 285 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P MID MINI`, - Spread: 0.01, - Open: 1454.3, - Price: 1457.53, - Buy: 1455.78, - Sell: 1455.79, - Change: 1.75, - ChangePercent: 0.12, - Volume: 338, - High: 1455.78, - Low: 1448, - YearlyHigh: 1527.3, - YearlyLow: 1236, - YearlyStart: 1381.65, - YearlyChange: 5.37, - Settlement: `Loan`, - Contract: `Options`, - Region: `Asia Pacific`, - Country: `Philippines`, - Risk: `Low`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-05-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 286 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Silver`, - Spread: 0.01, - Open: 17.43, - Price: 17.29, - Buy: 17.43, - Sell: 17.43, - Change: -0.13, - ChangePercent: -0.76, - Volume: 11720, - High: 17.51, - Low: 17.37, - YearlyHigh: 18.06, - YearlyLow: 13.73, - YearlyStart: 15.89, - YearlyChange: 9.59, - Settlement: `Cash`, - Contract: `Options`, - Region: `Asia Pacific`, - Country: `New Zealand`, - Risk: `High`, - Sector: `Government`, - Currency: `USD`, - Security: `Poor`, - Issuer: `American Airlines`, - Maturity: `2022-07-27`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 287 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `NAS Future`, - Spread: 0.01, - Open: 4341.25, - Price: 4257.93, - Buy: 4341.25, - Sell: 4341.25, - Change: -83.35, - ChangePercent: -1.92, - Volume: 18259, - High: 4347, - Low: 4318, - YearlyHigh: 4719.75, - YearlyLow: 3867.75, - YearlyStart: 4293.75, - YearlyChange: 1.11, - Settlement: `Loan`, - Contract: `Futures`, - Region: `South America`, - Country: `Guyana`, - Risk: `High`, - Sector: `Private`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-05-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 288 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Ethanol`, - Spread: 0.01, - Open: 1.512, - Price: 2.77, - Buy: 2.75, - Sell: 2.76, - Change: 0.02, - ChangePercent: 0.64, - Volume: 14, - High: 2.75, - Low: 1.12, - YearlyHigh: 2.75, - YearlyLow: 1.12, - YearlyStart: 1.48, - YearlyChange: 86.7, - Settlement: `Credit`, - Contract: `Options`, - Region: `Africa`, - Country: `Morocco`, - Risk: `Low`, - Sector: `Government`, - Currency: `PLN`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-05-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 289 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P MID MINI`, - Spread: 0.01, - Open: 1454.3, - Price: 1466.85, - Buy: 1455.78, - Sell: 1455.79, - Change: 11.07, - ChangePercent: 0.76, - Volume: 338, - High: 1455.78, - Low: 1448, - YearlyHigh: 1527.3, - YearlyLow: 1236, - YearlyStart: 1381.65, - YearlyChange: 5.37, - Settlement: `Credit`, - Contract: `CFD`, - Region: `North America`, - Country: `United States`, - Risk: `Low`, - Sector: `Government`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-05-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 290 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `DOW Future`, - Spread: 0.01, - Open: 17711, - Price: 17825.51, - Buy: 17712.15, - Sell: 17712.16, - Change: 113.36, - ChangePercent: 0.64, - Volume: 22236, - High: 17727, - Low: 17642, - YearlyHigh: 18083, - YearlyLow: 15299, - YearlyStart: 16691, - YearlyChange: 6.12, - Settlement: `Cash`, - Contract: `Options`, - Region: `North America`, - Country: `Canada`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-02-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 291 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `US 2Y Future`, - Spread: 0.01, - Open: 109.3984, - Price: 108.38, - Buy: 109.4, - Sell: 109.4, - Change: -1.01, - ChangePercent: -0.92, - Volume: 17742, - High: 109.41, - Low: 109.38, - YearlyHigh: 109.8, - YearlyLow: 108.62, - YearlyStart: 109.21, - YearlyChange: 0.16, - Settlement: `Cash`, - Contract: `CFD`, - Region: `North America`, - Country: `United States`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-02-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 292 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Platinum`, - Spread: 0.01, - Open: 1071.6, - Price: 1053.1, - Buy: 1071.09, - Sell: 1071.1, - Change: -18, - ChangePercent: -1.68, - Volume: 3039, - High: 1081.2, - Low: 1070.5, - YearlyHigh: 1120.6, - YearlyLow: 812.4, - YearlyStart: 966.5, - YearlyChange: 10.82, - Settlement: `Credit`, - Contract: `Futures`, - Region: `Asia Pacific`, - Country: `China`, - Risk: `Low`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-07-24`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 293 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `BTC/USD`, - Spread: 0.06, - Open: 93.88, - Price: 21177.18, - Buy: 21200.76, - Sell: 21400.78, - Change: 176.41, - ChangePercent: 0.84, - Volume: 5788000, - High: 22400.05, - Low: 20100.75, - YearlyHigh: 62400.7, - YearlyLow: 15100.88, - YearlyStart: 21200.29, - YearlyChange: -20.62, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Middle East`, - Country: `Oman`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-08-23`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 294 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Diesel`, - Spread: 0.015, - Open: 1.3474, - Price: 1.33, - Buy: 1.35, - Sell: 1.35, - Change: -0.03, - ChangePercent: -1.84, - Volume: 2971, - High: 1.36, - Low: 1.34, - YearlyHigh: 2.11, - YearlyLow: 0.92, - YearlyStart: 1.51, - YearlyChange: -10.4, - Settlement: `Cash`, - Contract: `Futures`, - Region: `South America`, - Country: `Paraguay`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-08-23`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 295 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Platinum`, - Spread: 0.01, - Open: 1071.6, - Price: 1087.81, - Buy: 1071.09, - Sell: 1071.1, - Change: 16.71, - ChangePercent: 1.56, - Volume: 3039, - High: 1081.2, - Low: 1070.5, - YearlyHigh: 1120.6, - YearlyLow: 812.4, - YearlyStart: 966.5, - YearlyChange: 10.82, - Settlement: `Loan`, - Contract: `Futures`, - Region: `Europe`, - Country: `Czechia`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-04-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 296 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Ethanol`, - Spread: 0.01, - Open: 1.512, - Price: 2.8, - Buy: 2.75, - Sell: 2.76, - Change: 0.05, - ChangePercent: 1.84, - Volume: 14, - High: 2.75, - Low: 1.12, - YearlyHigh: 2.75, - YearlyLow: 1.12, - YearlyStart: 1.48, - YearlyChange: 86.7, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Middle East`, - Country: `Saudi Arabia`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-03-22`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 297 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soybean`, - Spread: 0.01, - Open: 1038, - Price: 1053.99, - Buy: 1038.61, - Sell: 1038.62, - Change: 15.37, - ChangePercent: 1.48, - Volume: 20356, - High: 1044, - Low: 1031.75, - YearlyHigh: 1057, - YearlyLow: 859.5, - YearlyStart: 958.25, - YearlyChange: 8.39, - Settlement: `Cash`, - Contract: `CFD`, - Region: `Africa`, - Country: `Tunisia`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-08-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 298 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `GBP/USD`, - Spread: 0.02, - Open: 1.4464, - Price: 1.19, - Buy: 1.18, - Sell: 1.2, - Change: 0, - ChangePercent: -0.36, - Volume: 29450, - High: 1.45, - Low: 1.19, - YearlyHigh: 1.59, - YearlyLow: 1.19, - YearlyStart: 1.49, - YearlyChange: -19.59, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `North America`, - Country: `United States`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-02-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 299 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Ethanol`, - Spread: 0.01, - Open: 1.512, - Price: 2.7, - Buy: 2.75, - Sell: 2.76, - Change: -0.05, - ChangePercent: -1.92, - Volume: 14, - High: 2.75, - Low: 1.12, - YearlyHigh: 2.75, - YearlyLow: 1.12, - YearlyStart: 1.48, - YearlyChange: 86.7, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Middle East`, - Country: `Oman`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-04-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 300 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Silver`, - Spread: 0.01, - Open: 17.43, - Price: 17.39, - Buy: 17.43, - Sell: 17.43, - Change: -0.03, - ChangePercent: -0.2, - Volume: 11720, - High: 17.51, - Low: 17.37, - YearlyHigh: 18.06, - YearlyLow: 13.73, - YearlyStart: 15.89, - YearlyChange: 9.59, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Africa`, - Country: `Egypt`, - Risk: `High`, - Sector: `Private`, - Currency: `PLN`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-04-24`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 301 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Sugar`, - Spread: 0.01, - Open: 15.68, - Price: 14.96, - Buy: 14.67, - Sell: 14.68, - Change: 0.29, - ChangePercent: 1.96, - Volume: 4949, - High: 15.7, - Low: 14.67, - YearlyHigh: 16.87, - YearlyLow: 11.37, - YearlyStart: 14.12, - YearlyChange: 3.92, - Settlement: `Credit`, - Contract: `Options`, - Region: `Africa`, - Country: `Cameroon`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-07-27`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 302 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Cocoa`, - Spread: 0.01, - Open: 3076, - Price: 3117.86, - Buy: 3076, - Sell: 3076, - Change: 41.83, - ChangePercent: 1.36, - Volume: 978, - High: 3078, - Low: 3066, - YearlyHigh: 3406, - YearlyLow: 2746, - YearlyStart: 3076, - YearlyChange: 0, - Settlement: `Loan`, - Contract: `Forwards`, - Region: `Africa`, - Country: `Algeria`, - Risk: `Low`, - Sector: `Public`, - Currency: `PLN`, - Security: `High`, - Issuer: `FedEx`, - Maturity: `2022-01-11`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 303 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Rice`, - Spread: 0.01, - Open: 11.245, - Price: 10.44, - Buy: 10.41, - Sell: 10.42, - Change: 0.02, - ChangePercent: 0.28, - Volume: 220, - High: 11.38, - Low: 10.42, - YearlyHigh: 14.14, - YearlyLow: 9.7, - YearlyStart: 11.92, - YearlyChange: -12.62, - Settlement: `Loan`, - Contract: `Forwards`, - Region: `Asia Pacific`, - Country: `China`, - Risk: `Low`, - Sector: `Public`, - Currency: `USD`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-07-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 304 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soybean`, - Spread: 0.01, - Open: 1038, - Price: 1026.15, - Buy: 1038.61, - Sell: 1038.62, - Change: -12.47, - ChangePercent: -1.2, - Volume: 20356, - High: 1044, - Low: 1031.75, - YearlyHigh: 1057, - YearlyLow: 859.5, - YearlyStart: 958.25, - YearlyChange: 8.39, - Settlement: `Cash`, - Contract: `Futures`, - Region: `North America`, - Country: `United States`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `FedEx`, - Maturity: `2022-02-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 305 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/CAD`, - Spread: 0.02, - Open: 0.7744, - Price: 0.94, - Buy: 0.94, - Sell: 0.96, - Change: -0.01, - ChangePercent: -1.4, - Volume: 13669, - High: 0.95, - Low: 0.77, - YearlyHigh: 0.95, - YearlyLow: 0.68, - YearlyStart: 0.76, - YearlyChange: 26.43, - Settlement: `Credit`, - Contract: `Swap`, - Region: `North America`, - Country: `Canada`, - Risk: `Low`, - Sector: `Public`, - Currency: `USD`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-02-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 306 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Rice`, - Spread: 0.01, - Open: 11.245, - Price: 10.3, - Buy: 10.41, - Sell: 10.42, - Change: -0.12, - ChangePercent: -1.08, - Volume: 220, - High: 11.38, - Low: 10.42, - YearlyHigh: 14.14, - YearlyLow: 9.7, - YearlyStart: 11.92, - YearlyChange: -12.62, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Africa`, - Country: `Libya`, - Risk: `Low`, - Sector: `Government`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-04-23`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 307 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soybean`, - Spread: 0.01, - Open: 1038, - Price: 1026.15, - Buy: 1038.61, - Sell: 1038.62, - Change: -12.47, - ChangePercent: -1.2, - Volume: 20356, - High: 1044, - Low: 1031.75, - YearlyHigh: 1057, - YearlyLow: 859.5, - YearlyStart: 958.25, - YearlyChange: 8.39, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Europe`, - Country: `Hungary`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-06-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 308 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/CAD`, - Spread: 0.02, - Open: 0.7744, - Price: 0.95, - Buy: 0.94, - Sell: 0.96, - Change: 0, - ChangePercent: -0.8, - Volume: 13669, - High: 0.95, - Low: 0.77, - YearlyHigh: 0.95, - YearlyLow: 0.68, - YearlyStart: 0.76, - YearlyChange: 26.43, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `Asia Pacific`, - Country: `Singapore`, - Risk: `Low`, - Sector: `Government`, - Currency: `USD`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-08-16`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 309 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `US 30YR Future`, - Spread: 0.01, - Open: 164.875, - Price: 160.94, - Buy: 164.15, - Sell: 164.16, - Change: -3.22, - ChangePercent: -1.96, - Volume: 28012, - High: 165.25, - Low: 164.04, - YearlyHigh: 169.38, - YearlyLow: 151.47, - YearlyStart: 160.43, - YearlyChange: 2.33, - Settlement: `Credit`, - Contract: `Forwards`, - Region: `Asia Pacific`, - Country: `Thailand`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-09-22`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 310 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `US 10YR Future`, - Spread: 0.01, - Open: 130.5625, - Price: 132.2, - Buy: 130.56, - Sell: 130.56, - Change: 1.62, - ChangePercent: 1.24, - Volume: 189310, - High: 130.63, - Low: 130.44, - YearlyHigh: 132.64, - YearlyLow: 125.48, - YearlyStart: 129.06, - YearlyChange: 1.18, - Settlement: `Credit`, - Contract: `Forwards`, - Region: `Asia Pacific`, - Country: `India`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-09-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 311 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/CHF`, - Spread: 0.02, - Open: 1.0337, - Price: 1.06, - Buy: 1.03, - Sell: 1.03, - Change: 0.02, - ChangePercent: 1.24, - Volume: 5550, - High: 1.03, - Low: 1.03, - YearlyHigh: 1.11, - YearlyLow: 0.98, - YearlyStart: 1.04, - YearlyChange: -0.12, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Africa`, - Country: `Ethiopia`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-03-24`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 312 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Lumber`, - Spread: 0.01, - Open: 303.9, - Price: 308.62, - Buy: 304.59, - Sell: 304.6, - Change: 4.02, - ChangePercent: 1.32, - Volume: 2, - High: 304.6, - Low: 303.9, - YearlyHigh: 317.1, - YearlyLow: 236, - YearlyStart: 276.55, - YearlyChange: 10.14, - Settlement: `Credit`, - Contract: `Options`, - Region: `Europe`, - Country: `Poland`, - Risk: `Low`, - Sector: `Public`, - Currency: `EUR`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-09-16`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 313 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/CHF`, - Spread: 0.02, - Open: 1.0337, - Price: 1.05, - Buy: 1.03, - Sell: 1.03, - Change: 0.01, - ChangePercent: 0.68, - Volume: 5550, - High: 1.03, - Low: 1.03, - YearlyHigh: 1.11, - YearlyLow: 0.98, - YearlyStart: 1.04, - YearlyChange: -0.12, - Settlement: `Credit`, - Contract: `Swap`, - Region: `North America`, - Country: `Canada`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `American Airlines`, - Maturity: `2022-04-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 314 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `BTC/USD`, - Spread: 0.06, - Open: 93.88, - Price: 21311.58, - Buy: 21200.76, - Sell: 21400.78, - Change: 310.81, - ChangePercent: 1.48, - Volume: 5788000, - High: 22400.05, - Low: 20100.75, - YearlyHigh: 62400.7, - YearlyLow: 15100.88, - YearlyStart: 21200.29, - YearlyChange: -20.62, - Settlement: `Credit`, - Contract: `Forwards`, - Region: `South America`, - Country: `Colombia`, - Risk: `Low`, - Sector: `Government`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-03-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 315 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Lumber`, - Spread: 0.01, - Open: 303.9, - Price: 308.86, - Buy: 304.59, - Sell: 304.6, - Change: 4.26, - ChangePercent: 1.4, - Volume: 2, - High: 304.6, - Low: 303.9, - YearlyHigh: 317.1, - YearlyLow: 236, - YearlyStart: 276.55, - YearlyChange: 10.14, - Settlement: `Loan`, - Contract: `Futures`, - Region: `Asia Pacific`, - Country: `Korea`, - Risk: `High`, - Sector: `Public`, - Currency: `PLN`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-03-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 316 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Wheat`, - Spread: 0.01, - Open: 465.5, - Price: 472.78, - Buy: 465.5, - Sell: 465.5, - Change: 7.26, - ChangePercent: 1.56, - Volume: 4318, - High: 467, - Low: 463.25, - YearlyHigh: 628.5, - YearlyLow: 449.5, - YearlyStart: 539, - YearlyChange: -13.63, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Europe`, - Country: `Austria`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-04-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 317 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Oats`, - Spread: 0.01, - Open: 194.5, - Price: 193.67, - Buy: 194.21, - Sell: 194.22, - Change: -0.55, - ChangePercent: -0.28, - Volume: 64, - High: 195.75, - Low: 194, - YearlyHigh: 241.25, - YearlyLow: 183.75, - YearlyStart: 212.5, - YearlyChange: -8.6, - Settlement: `Credit`, - Contract: `Futures`, - Region: `Middle East`, - Country: `Lebanon`, - Risk: `Low`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-06-11`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 318 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Wheat`, - Spread: 0.01, - Open: 465.5, - Price: 467.75, - Buy: 465.5, - Sell: 465.5, - Change: 2.23, - ChangePercent: 0.48, - Volume: 4318, - High: 467, - Low: 463.25, - YearlyHigh: 628.5, - YearlyLow: 449.5, - YearlyStart: 539, - YearlyChange: -13.63, - Settlement: `Cash`, - Contract: `CFD`, - Region: `North America`, - Country: `Mexico`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-04-11`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 319 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Gold`, - Spread: 0.01, - Open: 1281.1, - Price: 1303.78, - Buy: 1280.73, - Sell: 1280.74, - Change: 23.05, - ChangePercent: 1.8, - Volume: 48387, - High: 1289.5, - Low: 1279.1, - YearlyHigh: 1306, - YearlyLow: 1047.2, - YearlyStart: 1176.6, - YearlyChange: 8.85, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `Asia Pacific`, - Country: `China`, - Risk: `High`, - Sector: `Private`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-02-19`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 320 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/JPY`, - Spread: 0.02, - Open: 9275.5, - Price: 9140.03, - Buy: 9277.32, - Sell: 9277.34, - Change: -137.3, - ChangePercent: -1.48, - Volume: 47734, - High: 9277.33, - Low: 0.93, - YearlyHigh: 9483, - YearlyLow: 0.93, - YearlyStart: 4741.97, - YearlyChange: 95.64, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Asia Pacific`, - Country: `Hong Kong`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-03-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 321 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Rice`, - Spread: 0.01, - Open: 11.245, - Price: 10.54, - Buy: 10.41, - Sell: 10.42, - Change: 0.12, - ChangePercent: 1.2, - Volume: 220, - High: 11.38, - Low: 10.42, - YearlyHigh: 14.14, - YearlyLow: 9.7, - YearlyStart: 11.92, - YearlyChange: -12.62, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Africa`, - Country: `Niger`, - Risk: `Low`, - Sector: `Public`, - Currency: `PLN`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-07-11`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 322 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Coal`, - Spread: 0.015, - Open: 0.4363, - Price: 0.42, - Buy: 0.44, - Sell: 0.44, - Change: 0, - ChangePercent: -0.2, - Volume: 3, - High: 0.44, - Low: 0.44, - YearlyHigh: 0.48, - YearlyLow: 0.4, - YearlyStart: 0.44, - YearlyChange: -5.33, - Settlement: `Credit`, - Contract: `Forwards`, - Region: `Europe`, - Country: `Ireland`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-04-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 323 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Gold`, - Spread: 0.01, - Open: 1281.1, - Price: 1261.78, - Buy: 1280.73, - Sell: 1280.74, - Change: -18.95, - ChangePercent: -1.48, - Volume: 48387, - High: 1289.5, - Low: 1279.1, - YearlyHigh: 1306, - YearlyLow: 1047.2, - YearlyStart: 1176.6, - YearlyChange: 8.85, - Settlement: `Loan`, - Contract: `Forwards`, - Region: `Africa`, - Country: `Ethiopia`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-02-10`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 324 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `BTC/USD`, - Spread: 0.06, - Open: 93.88, - Price: 21025.97, - Buy: 21200.76, - Sell: 21400.78, - Change: 25.2, - ChangePercent: 0.12, - Volume: 5788000, - High: 22400.05, - Low: 20100.75, - YearlyHigh: 62400.7, - YearlyLow: 15100.88, - YearlyStart: 21200.29, - YearlyChange: -20.62, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Europe`, - Country: `Estonia`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-05-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 325 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Diesel`, - Spread: 0.015, - Open: 1.3474, - Price: 1.34, - Buy: 1.35, - Sell: 1.35, - Change: -0.02, - ChangePercent: -1.52, - Volume: 2971, - High: 1.36, - Low: 1.34, - YearlyHigh: 2.11, - YearlyLow: 0.92, - YearlyStart: 1.51, - YearlyChange: -10.4, - Settlement: `Credit`, - Contract: `Forwards`, - Region: `Europe`, - Country: `Finland`, - Risk: `Low`, - Sector: `Public`, - Currency: `EUR`, - Security: `High`, - Issuer: `FedEx`, - Maturity: `2022-07-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 326 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Platinum`, - Spread: 0.01, - Open: 1071.6, - Price: 1060.39, - Buy: 1071.09, - Sell: 1071.1, - Change: -10.71, - ChangePercent: -1, - Volume: 3039, - High: 1081.2, - Low: 1070.5, - YearlyHigh: 1120.6, - YearlyLow: 812.4, - YearlyStart: 966.5, - YearlyChange: 10.82, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Europe`, - Country: `Belgium`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-02-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 327 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Rice`, - Spread: 0.01, - Open: 11.245, - Price: 10.57, - Buy: 10.41, - Sell: 10.42, - Change: 0.15, - ChangePercent: 1.52, - Volume: 220, - High: 11.38, - Low: 10.42, - YearlyHigh: 14.14, - YearlyLow: 9.7, - YearlyStart: 11.92, - YearlyChange: -12.62, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Europe`, - Country: `Ireland`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `High`, - Issuer: `FedEx`, - Maturity: `2022-05-24`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 328 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Sugar`, - Spread: 0.01, - Open: 15.68, - Price: 14.8, - Buy: 14.67, - Sell: 14.68, - Change: 0.13, - ChangePercent: 0.84, - Volume: 4949, - High: 15.7, - Low: 14.67, - YearlyHigh: 16.87, - YearlyLow: 11.37, - YearlyStart: 14.12, - YearlyChange: 3.92, - Settlement: `Loan`, - Contract: `Options`, - Region: `Europe`, - Country: `Denmark`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-04-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 329 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `NAS Future`, - Spread: 0.01, - Open: 4341.25, - Price: 4327.39, - Buy: 4341.25, - Sell: 4341.25, - Change: -13.89, - ChangePercent: -0.32, - Volume: 18259, - High: 4347, - Low: 4318, - YearlyHigh: 4719.75, - YearlyLow: 3867.75, - YearlyStart: 4293.75, - YearlyChange: 1.11, - Settlement: `Loan`, - Contract: `Forwards`, - Region: `Europe`, - Country: `Estonia`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-03-23`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 330 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `LV Cattle`, - Spread: 0.01, - Open: 120.725, - Price: 122.15, - Buy: 120.72, - Sell: 120.72, - Change: 1.45, - ChangePercent: 1.2, - Volume: 4, - High: 120.72, - Low: 120.72, - YearlyHigh: 147.98, - YearlyLow: 113.9, - YearlyStart: 130.94, - YearlyChange: -7.82, - Settlement: `Cash`, - Contract: `Swap`, - Region: `North America`, - Country: `United States`, - Risk: `High`, - Sector: `Government`, - Currency: `PLN`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-02-19`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 331 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Palladium`, - Spread: 0.01, - Open: 600.55, - Price: 612.06, - Buy: 601, - Sell: 601.01, - Change: 11.06, - ChangePercent: 1.84, - Volume: 651, - High: 607.2, - Low: 598.4, - YearlyHigh: 690, - YearlyLow: 458.6, - YearlyStart: 574.3, - YearlyChange: 4.65, - Settlement: `Cash`, - Contract: `Options`, - Region: `Middle East`, - Country: `Bahrain`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-07-11`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 332 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Uranium`, - Spread: 0.02, - Open: 27.55, - Price: 27.51, - Buy: 27.55, - Sell: 27.55, - Change: -0.07, - ChangePercent: -0.24, - Volume: 12, - High: 27.55, - Low: 27.55, - YearlyHigh: 29.32, - YearlyLow: 21.28, - YearlyStart: 25.3, - YearlyChange: 9.01, - Settlement: `Loan`, - Contract: `CFD`, - Region: `Europe`, - Country: `Denmark`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-01-21`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 333 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `BTC/USD`, - Spread: 0.06, - Open: 93.88, - Price: 20622.76, - Buy: 21200.76, - Sell: 21400.78, - Change: -378.01, - ChangePercent: -1.8, - Volume: 5788000, - High: 22400.05, - Low: 20100.75, - YearlyHigh: 62400.7, - YearlyLow: 15100.88, - YearlyStart: 21200.29, - YearlyChange: -20.62, - Settlement: `Credit`, - Contract: `Futures`, - Region: `South America`, - Country: `Venezuela`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `FedEx`, - Maturity: `2022-06-27`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 334 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Ethanol`, - Spread: 0.01, - Open: 1.512, - Price: 2.79, - Buy: 2.75, - Sell: 2.76, - Change: 0.04, - ChangePercent: 1.36, - Volume: 14, - High: 2.75, - Low: 1.12, - YearlyHigh: 2.75, - YearlyLow: 1.12, - YearlyStart: 1.48, - YearlyChange: 86.7, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `Asia Pacific`, - Country: `Singapore`, - Risk: `High`, - Sector: `Government`, - Currency: `USD`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-04-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 335 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Diesel`, - Spread: 0.015, - Open: 1.3474, - Price: 1.36, - Buy: 1.35, - Sell: 1.35, - Change: 0, - ChangePercent: 0.08, - Volume: 2971, - High: 1.36, - Low: 1.34, - YearlyHigh: 2.11, - YearlyLow: 0.92, - YearlyStart: 1.51, - YearlyChange: -10.4, - Settlement: `Loan`, - Contract: `CFD`, - Region: `Asia Pacific`, - Country: `China`, - Risk: `Low`, - Sector: `Government`, - Currency: `USD`, - Security: `Poor`, - Issuer: `American Airlines`, - Maturity: `2022-05-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 336 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `NAS Future`, - Spread: 0.01, - Open: 4341.25, - Price: 4299.6, - Buy: 4341.25, - Sell: 4341.25, - Change: -41.68, - ChangePercent: -0.96, - Volume: 18259, - High: 4347, - Low: 4318, - YearlyHigh: 4719.75, - YearlyLow: 3867.75, - YearlyStart: 4293.75, - YearlyChange: 1.11, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Africa`, - Country: `Senegal`, - Risk: `Low`, - Sector: `Public`, - Currency: `USD`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-03-23`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 337 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Lumber`, - Spread: 0.01, - Open: 303.9, - Price: 304.11, - Buy: 304.59, - Sell: 304.6, - Change: -0.49, - ChangePercent: -0.16, - Volume: 2, - High: 304.6, - Low: 303.9, - YearlyHigh: 317.1, - YearlyLow: 236, - YearlyStart: 276.55, - YearlyChange: 10.14, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Middle East`, - Country: `Lebanon`, - Risk: `Low`, - Sector: `Public`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-03-24`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 338 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Natural Gas`, - Spread: 0.02, - Open: 2.094, - Price: 2.12, - Buy: 2.09, - Sell: 2.09, - Change: 0.02, - ChangePercent: 0.84, - Volume: 2783, - High: 2.11, - Low: 2.09, - YearlyHigh: 3.2, - YearlyLow: 1.84, - YearlyStart: 2.52, - YearlyChange: -16.51, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Europe`, - Country: `Bulgaria`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-02-24`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 339 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Wheat`, - Spread: 0.01, - Open: 465.5, - Price: 472.6, - Buy: 465.5, - Sell: 465.5, - Change: 7.08, - ChangePercent: 1.52, - Volume: 4318, - High: 467, - Low: 463.25, - YearlyHigh: 628.5, - YearlyLow: 449.5, - YearlyStart: 539, - YearlyChange: -13.63, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Africa`, - Country: `Ethiopia`, - Risk: `High`, - Sector: `Private`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `FedEx`, - Maturity: `2022-06-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 340 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/CAD`, - Spread: 0.02, - Open: 0.7744, - Price: 0.96, - Buy: 0.94, - Sell: 0.96, - Change: 0.01, - ChangePercent: 0.64, - Volume: 13669, - High: 0.95, - Low: 0.77, - YearlyHigh: 0.95, - YearlyLow: 0.68, - YearlyStart: 0.76, - YearlyChange: 26.43, - Settlement: `Credit`, - Contract: `Futures`, - Region: `Asia Pacific`, - Country: `Philippines`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `High`, - Issuer: `FedEx`, - Maturity: `2022-03-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 341 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P MID MINI`, - Spread: 0.01, - Open: 1454.3, - Price: 1477.33, - Buy: 1455.78, - Sell: 1455.79, - Change: 21.55, - ChangePercent: 1.48, - Volume: 338, - High: 1455.78, - Low: 1448, - YearlyHigh: 1527.3, - YearlyLow: 1236, - YearlyStart: 1381.65, - YearlyChange: 5.37, - Settlement: `Credit`, - Contract: `Futures`, - Region: `Europe`, - Country: `United Kingdom`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-02-19`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 342 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Ethanol`, - Spread: 0.01, - Open: 1.512, - Price: 2.8, - Buy: 2.75, - Sell: 2.76, - Change: 0.05, - ChangePercent: 1.8, - Volume: 14, - High: 2.75, - Low: 1.12, - YearlyHigh: 2.75, - YearlyLow: 1.12, - YearlyStart: 1.48, - YearlyChange: 86.7, - Settlement: `Credit`, - Contract: `Futures`, - Region: `Middle East`, - Country: `Syria`, - Risk: `High`, - Sector: `Private`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-05-16`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 343 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/CHF`, - Spread: 0.02, - Open: 1.0337, - Price: 1.05, - Buy: 1.03, - Sell: 1.03, - Change: 0.01, - ChangePercent: 0.88, - Volume: 5550, - High: 1.03, - Low: 1.03, - YearlyHigh: 1.11, - YearlyLow: 0.98, - YearlyStart: 1.04, - YearlyChange: -0.12, - Settlement: `Loan`, - Contract: `Options`, - Region: `Middle East`, - Country: `Kuwait`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-04-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 344 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `US 30YR Future`, - Spread: 0.01, - Open: 164.875, - Price: 163.24, - Buy: 164.15, - Sell: 164.16, - Change: -0.92, - ChangePercent: -0.56, - Volume: 28012, - High: 165.25, - Low: 164.04, - YearlyHigh: 169.38, - YearlyLow: 151.47, - YearlyStart: 160.43, - YearlyChange: 2.33, - Settlement: `Credit`, - Contract: `Options`, - Region: `Europe`, - Country: `Croatia`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-03-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 345 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Cotton`, - Spread: 0.01, - Open: 61.77, - Price: 62.9, - Buy: 61.77, - Sell: 61.77, - Change: 1.14, - ChangePercent: 1.84, - Volume: 3612, - High: 62.06, - Low: 61.32, - YearlyHigh: 67.59, - YearlyLow: 54.33, - YearlyStart: 60.96, - YearlyChange: 1.31, - Settlement: `Loan`, - Contract: `CFD`, - Region: `Europe`, - Country: `Portugal`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-02-22`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 346 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Sugar`, - Spread: 0.01, - Open: 15.68, - Price: 14.94, - Buy: 14.67, - Sell: 14.68, - Change: 0.27, - ChangePercent: 1.8, - Volume: 4949, - High: 15.7, - Low: 14.67, - YearlyHigh: 16.87, - YearlyLow: 11.37, - YearlyStart: 14.12, - YearlyChange: 3.92, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Middle East`, - Country: `Kuwait`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-06-11`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 347 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soy Meat`, - Spread: 0.01, - Open: 342.6, - Price: 338.1, - Buy: 342.6, - Sell: 342.6, - Change: -4.52, - ChangePercent: -1.32, - Volume: 5646, - High: 345.4, - Low: 340.3, - YearlyHigh: 353.4, - YearlyLow: 261.7, - YearlyStart: 307.55, - YearlyChange: 11.4, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `North America`, - Country: `Mexico`, - Risk: `Low`, - Sector: `Public`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-08-16`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 348 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `AUD/USD`, - Spread: 0.02, - Open: 0.7344, - Price: 0.74, - Buy: 0.73, - Sell: 0.73, - Change: 0, - ChangePercent: -0.04, - Volume: 36764, - High: 0.74, - Low: 0.73, - YearlyHigh: 0.79, - YearlyLow: 0.68, - YearlyStart: 0.73, - YearlyChange: 1.28, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Asia Pacific`, - Country: `New Zealand`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-06-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 349 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P MID MINI`, - Spread: 0.01, - Open: 1454.3, - Price: 1459.86, - Buy: 1455.78, - Sell: 1455.79, - Change: 4.08, - ChangePercent: 0.28, - Volume: 338, - High: 1455.78, - Low: 1448, - YearlyHigh: 1527.3, - YearlyLow: 1236, - YearlyStart: 1381.65, - YearlyChange: 5.37, - Settlement: `Cash`, - Contract: `Swap`, - Region: `South America`, - Country: `Bolivia`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-01-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 350 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soy oil`, - Spread: 0.01, - Open: 33.26, - Price: 34.07, - Buy: 33.77, - Sell: 33.78, - Change: 0.3, - ChangePercent: 0.88, - Volume: 10592, - High: 33.77, - Low: 33.06, - YearlyHigh: 35.43, - YearlyLow: 26.61, - YearlyStart: 31.02, - YearlyChange: 8.87, - Settlement: `Loan`, - Contract: `Forwards`, - Region: `Middle East`, - Country: `Israel`, - Risk: `Low`, - Sector: `Government`, - Currency: `USD`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-05-21`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 351 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P 600 MINI`, - Spread: 0.01, - Open: 687.9, - Price: 687.05, - Buy: 687.9, - Sell: 687.9, - Change: -0.83, - ChangePercent: -0.12, - Volume: 0, - High: 0, - Low: 0, - YearlyHigh: 620.32, - YearlyLow: 595.9, - YearlyStart: 608.11, - YearlyChange: 13.12, - Settlement: `Loan`, - Contract: `Forwards`, - Region: `Asia Pacific`, - Country: `Singapore`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-08-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 352 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Platinum`, - Spread: 0.01, - Open: 1071.6, - Price: 1064.67, - Buy: 1071.09, - Sell: 1071.1, - Change: -6.43, - ChangePercent: -0.6, - Volume: 3039, - High: 1081.2, - Low: 1070.5, - YearlyHigh: 1120.6, - YearlyLow: 812.4, - YearlyStart: 966.5, - YearlyChange: 10.82, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Asia Pacific`, - Country: `Taiwan`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-09-19`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 353 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Coal`, - Spread: 0.015, - Open: 0.4363, - Price: 0.41, - Buy: 0.44, - Sell: 0.44, - Change: -0.01, - ChangePercent: -0.92, - Volume: 3, - High: 0.44, - Low: 0.44, - YearlyHigh: 0.48, - YearlyLow: 0.4, - YearlyStart: 0.44, - YearlyChange: -5.33, - Settlement: `Cash`, - Contract: `Options`, - Region: `Asia Pacific`, - Country: `India`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-03-19`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 354 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Silver`, - Spread: 0.01, - Open: 17.43, - Price: 17.14, - Buy: 17.43, - Sell: 17.43, - Change: -0.28, - ChangePercent: -1.6, - Volume: 11720, - High: 17.51, - Low: 17.37, - YearlyHigh: 18.06, - YearlyLow: 13.73, - YearlyStart: 15.89, - YearlyChange: 9.59, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Africa`, - Country: `Morocco`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-01-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 355 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soy oil`, - Spread: 0.01, - Open: 33.26, - Price: 33.43, - Buy: 33.77, - Sell: 33.78, - Change: -0.34, - ChangePercent: -1, - Volume: 10592, - High: 33.77, - Low: 33.06, - YearlyHigh: 35.43, - YearlyLow: 26.61, - YearlyStart: 31.02, - YearlyChange: 8.87, - Settlement: `Loan`, - Contract: `Futures`, - Region: `Middle East`, - Country: `Kuwait`, - Risk: `Low`, - Sector: `Public`, - Currency: `USD`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-06-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 356 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/CHF`, - Spread: 0.02, - Open: 1.0337, - Price: 1.04, - Buy: 1.03, - Sell: 1.03, - Change: 0, - ChangePercent: -0.56, - Volume: 5550, - High: 1.03, - Low: 1.03, - YearlyHigh: 1.11, - YearlyLow: 0.98, - YearlyStart: 1.04, - YearlyChange: -0.12, - Settlement: `Loan`, - Contract: `Options`, - Region: `Europe`, - Country: `Greece`, - Risk: `High`, - Sector: `Public`, - Currency: `USD`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-09-21`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 357 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Lumber`, - Spread: 0.01, - Open: 303.9, - Price: 301.55, - Buy: 304.59, - Sell: 304.6, - Change: -3.05, - ChangePercent: -1, - Volume: 2, - High: 304.6, - Low: 303.9, - YearlyHigh: 317.1, - YearlyLow: 236, - YearlyStart: 276.55, - YearlyChange: 10.14, - Settlement: `Loan`, - Contract: `Forwards`, - Region: `South America`, - Country: `Bolivia`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `High`, - Issuer: `American Airlines`, - Maturity: `2022-07-19`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 358 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `GBP/USD`, - Spread: 0.02, - Open: 1.4464, - Price: 1.18, - Buy: 1.18, - Sell: 1.2, - Change: -0.01, - ChangePercent: -1.28, - Volume: 29450, - High: 1.45, - Low: 1.19, - YearlyHigh: 1.59, - YearlyLow: 1.19, - YearlyStart: 1.49, - YearlyChange: -19.59, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Middle East`, - Country: `Oman`, - Risk: `Low`, - Sector: `Public`, - Currency: `PLN`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-02-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 359 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Sugar`, - Spread: 0.01, - Open: 15.68, - Price: 14.39, - Buy: 14.67, - Sell: 14.68, - Change: -0.28, - ChangePercent: -1.96, - Volume: 4949, - High: 15.7, - Low: 14.67, - YearlyHigh: 16.87, - YearlyLow: 11.37, - YearlyStart: 14.12, - YearlyChange: 3.92, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Middle East`, - Country: `UAE`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-06-11`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 360 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `LV Cattle`, - Spread: 0.01, - Open: 120.725, - Price: 120.32, - Buy: 120.72, - Sell: 120.72, - Change: -0.39, - ChangePercent: -0.32, - Volume: 4, - High: 120.72, - Low: 120.72, - YearlyHigh: 147.98, - YearlyLow: 113.9, - YearlyStart: 130.94, - YearlyChange: -7.82, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Africa`, - Country: `South Africa`, - Risk: `Low`, - Sector: `Government`, - Currency: `USD`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-06-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 361 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P Future`, - Spread: 0.01, - Open: 2057.5, - Price: 2033.57, - Buy: 2056.6, - Sell: 2056.61, - Change: -23.03, - ChangePercent: -1.12, - Volume: 142780, - High: 2059.5, - Low: 2049, - YearlyHigh: 2105.5, - YearlyLow: 1794.5, - YearlyStart: 1950, - YearlyChange: 5.47, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Asia Pacific`, - Country: `Pakistan`, - Risk: `High`, - Sector: `Private`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-06-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 362 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `Euro$ 3M`, - Spread: 0.01, - Open: 99.18, - Price: 99.8, - Buy: 99.18, - Sell: 99.18, - Change: 0.63, - ChangePercent: 0.64, - Volume: 29509, - High: 99.18, - Low: 99.17, - YearlyHigh: 99.38, - YearlyLow: 98.41, - YearlyStart: 98.89, - YearlyChange: 0.28, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Europe`, - Country: `United Kingdom`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-04-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 363 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `Euro$ 3M`, - Spread: 0.01, - Open: 99.18, - Price: 99.61, - Buy: 99.18, - Sell: 99.18, - Change: 0.44, - ChangePercent: 0.44, - Volume: 29509, - High: 99.18, - Low: 99.17, - YearlyHigh: 99.38, - YearlyLow: 98.41, - YearlyStart: 98.89, - YearlyChange: 0.28, - Settlement: `Cash`, - Contract: `Options`, - Region: `Africa`, - Country: `Niger`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-09-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 364 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P MID MINI`, - Spread: 0.01, - Open: 1454.3, - Price: 1448.79, - Buy: 1455.78, - Sell: 1455.79, - Change: -6.99, - ChangePercent: -0.48, - Volume: 338, - High: 1455.78, - Low: 1448, - YearlyHigh: 1527.3, - YearlyLow: 1236, - YearlyStart: 1381.65, - YearlyChange: 5.37, - Settlement: `Loan`, - Contract: `CFD`, - Region: `Middle East`, - Country: `Israel`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-02-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 365 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/CAD`, - Spread: 0.02, - Open: 0.7744, - Price: 0.94, - Buy: 0.94, - Sell: 0.96, - Change: -0.01, - ChangePercent: -1, - Volume: 13669, - High: 0.95, - Low: 0.77, - YearlyHigh: 0.95, - YearlyLow: 0.68, - YearlyStart: 0.76, - YearlyChange: 26.43, - Settlement: `Cash`, - Contract: `Futures`, - Region: `North America`, - Country: `Mexico`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-05-27`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 366 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Wheat`, - Spread: 0.01, - Open: 465.5, - Price: 462.54, - Buy: 465.5, - Sell: 465.5, - Change: -2.98, - ChangePercent: -0.64, - Volume: 4318, - High: 467, - Low: 463.25, - YearlyHigh: 628.5, - YearlyLow: 449.5, - YearlyStart: 539, - YearlyChange: -13.63, - Settlement: `Loan`, - Contract: `CFD`, - Region: `North America`, - Country: `United States`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-09-27`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 367 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P 600 MINI`, - Spread: 0.01, - Open: 687.9, - Price: 689.81, - Buy: 687.9, - Sell: 687.9, - Change: 1.93, - ChangePercent: 0.28, - Volume: 0, - High: 0, - Low: 0, - YearlyHigh: 620.32, - YearlyLow: 595.9, - YearlyStart: 608.11, - YearlyChange: 13.12, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Africa`, - Country: `Ethiopia`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-02-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 368 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Cocoa`, - Spread: 0.01, - Open: 3076, - Price: 3119.09, - Buy: 3076, - Sell: 3076, - Change: 43.06, - ChangePercent: 1.4, - Volume: 978, - High: 3078, - Low: 3066, - YearlyHigh: 3406, - YearlyLow: 2746, - YearlyStart: 3076, - YearlyChange: 0, - Settlement: `Loan`, - Contract: `Forwards`, - Region: `Africa`, - Country: `South Africa`, - Risk: `High`, - Sector: `Government`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-02-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 369 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `US 10YR Future`, - Spread: 0.01, - Open: 130.5625, - Price: 131.84, - Buy: 130.56, - Sell: 130.56, - Change: 1.26, - ChangePercent: 0.96, - Volume: 189310, - High: 130.63, - Low: 130.44, - YearlyHigh: 132.64, - YearlyLow: 125.48, - YearlyStart: 129.06, - YearlyChange: 1.18, - Settlement: `Credit`, - Contract: `CFD`, - Region: `South America`, - Country: `Uruguay`, - Risk: `High`, - Sector: `Government`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-07-11`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 370 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Silver`, - Spread: 0.01, - Open: 17.43, - Price: 17.34, - Buy: 17.43, - Sell: 17.43, - Change: -0.08, - ChangePercent: -0.48, - Volume: 11720, - High: 17.51, - Low: 17.37, - YearlyHigh: 18.06, - YearlyLow: 13.73, - YearlyStart: 15.89, - YearlyChange: 9.59, - Settlement: `Cash`, - Contract: `Options`, - Region: `South America`, - Country: `Paraguay`, - Risk: `High`, - Sector: `Public`, - Currency: `PLN`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-04-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 371 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `OJ Future`, - Spread: 0.01, - Open: 140.6, - Price: 142.54, - Buy: 140.18, - Sell: 140.19, - Change: 2.35, - ChangePercent: 1.68, - Volume: 7, - High: 140.19, - Low: 0, - YearlyHigh: 155.95, - YearlyLow: 113, - YearlyStart: 134.47, - YearlyChange: 4.25, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Middle East`, - Country: `Iraq`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `FedEx`, - Maturity: `2022-08-11`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 372 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Oil`, - Spread: 0.015, - Open: 45.54, - Price: 45.84, - Buy: 45.78, - Sell: 45.8, - Change: 0.05, - ChangePercent: 0.12, - Volume: 107196, - High: 45.94, - Low: 45, - YearlyHigh: 65.28, - YearlyLow: 30.79, - YearlyStart: 48.03, - YearlyChange: -4.67, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Europe`, - Country: `Switzerland`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-06-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 373 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Silver`, - Spread: 0.01, - Open: 17.43, - Price: 17.21, - Buy: 17.43, - Sell: 17.43, - Change: -0.21, - ChangePercent: -1.2, - Volume: 11720, - High: 17.51, - Low: 17.37, - YearlyHigh: 18.06, - YearlyLow: 13.73, - YearlyStart: 15.89, - YearlyChange: 9.59, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Asia Pacific`, - Country: `Australia`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-09-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 374 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Wheat`, - Spread: 0.01, - Open: 465.5, - Price: 474.09, - Buy: 465.5, - Sell: 465.5, - Change: 8.57, - ChangePercent: 1.84, - Volume: 4318, - High: 467, - Low: 463.25, - YearlyHigh: 628.5, - YearlyLow: 449.5, - YearlyStart: 539, - YearlyChange: -13.63, - Settlement: `Loan`, - Contract: `CFD`, - Region: `Europe`, - Country: `Poland`, - Risk: `Low`, - Sector: `Public`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-03-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 375 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Gold`, - Spread: 0.01, - Open: 1281.1, - Price: 1293.03, - Buy: 1280.73, - Sell: 1280.74, - Change: 12.3, - ChangePercent: 0.96, - Volume: 48387, - High: 1289.5, - Low: 1279.1, - YearlyHigh: 1306, - YearlyLow: 1047.2, - YearlyStart: 1176.6, - YearlyChange: 8.85, - Settlement: `Cash`, - Contract: `Options`, - Region: `Asia Pacific`, - Country: `Japan`, - Risk: `Low`, - Sector: `Public`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-03-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 376 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soy Meat`, - Spread: 0.01, - Open: 342.6, - Price: 338.51, - Buy: 342.6, - Sell: 342.6, - Change: -4.11, - ChangePercent: -1.2, - Volume: 5646, - High: 345.4, - Low: 340.3, - YearlyHigh: 353.4, - YearlyLow: 261.7, - YearlyStart: 307.55, - YearlyChange: 11.4, - Settlement: `Loan`, - Contract: `CFD`, - Region: `Middle East`, - Country: `Lebanon`, - Risk: `Low`, - Sector: `Government`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-09-19`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 377 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `US 30YR Future`, - Spread: 0.01, - Open: 164.875, - Price: 162.78, - Buy: 164.15, - Sell: 164.16, - Change: -1.38, - ChangePercent: -0.84, - Volume: 28012, - High: 165.25, - Low: 164.04, - YearlyHigh: 169.38, - YearlyLow: 151.47, - YearlyStart: 160.43, - YearlyChange: 2.33, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Middle East`, - Country: `Kuwait`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-07-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 378 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Cotton`, - Spread: 0.01, - Open: 61.77, - Price: 62.5, - Buy: 61.77, - Sell: 61.77, - Change: 0.74, - ChangePercent: 1.2, - Volume: 3612, - High: 62.06, - Low: 61.32, - YearlyHigh: 67.59, - YearlyLow: 54.33, - YearlyStart: 60.96, - YearlyChange: 1.31, - Settlement: `Credit`, - Contract: `Futures`, - Region: `Europe`, - Country: `Estonia`, - Risk: `High`, - Sector: `Public`, - Currency: `PLN`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-02-23`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 379 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `FD Cattle`, - Spread: 0.01, - Open: 147.175, - Price: 146.76, - Buy: 148.6, - Sell: 148.61, - Change: -1.85, - ChangePercent: -1.24, - Volume: 5, - High: 148.61, - Low: 147.18, - YearlyHigh: 190, - YearlyLow: 138.1, - YearlyStart: 164.05, - YearlyChange: -9.41, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Europe`, - Country: `Austria`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-04-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 380 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P Future`, - Spread: 0.01, - Open: 2057.5, - Price: 2055.78, - Buy: 2056.6, - Sell: 2056.61, - Change: -0.82, - ChangePercent: -0.04, - Volume: 142780, - High: 2059.5, - Low: 2049, - YearlyHigh: 2105.5, - YearlyLow: 1794.5, - YearlyStart: 1950, - YearlyChange: 5.47, - Settlement: `Cash`, - Contract: `Options`, - Region: `Europe`, - Country: `Finland`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-02-22`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 381 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Cocoa`, - Spread: 0.01, - Open: 3076, - Price: 3028.04, - Buy: 3076, - Sell: 3076, - Change: -47.99, - ChangePercent: -1.56, - Volume: 978, - High: 3078, - Low: 3066, - YearlyHigh: 3406, - YearlyLow: 2746, - YearlyStart: 3076, - YearlyChange: 0, - Settlement: `Loan`, - Contract: `Swap`, - Region: `South America`, - Country: `Ecuador`, - Risk: `Low`, - Sector: `Public`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-08-21`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 382 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soybean`, - Spread: 0.01, - Open: 1038, - Price: 1036.96, - Buy: 1038.61, - Sell: 1038.62, - Change: -1.66, - ChangePercent: -0.16, - Volume: 20356, - High: 1044, - Low: 1031.75, - YearlyHigh: 1057, - YearlyLow: 859.5, - YearlyStart: 958.25, - YearlyChange: 8.39, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `Middle East`, - Country: `Iran`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-08-24`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 383 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `AUD/USD`, - Spread: 0.02, - Open: 0.7344, - Price: 0.74, - Buy: 0.73, - Sell: 0.73, - Change: 0, - ChangePercent: -0.48, - Volume: 36764, - High: 0.74, - Low: 0.73, - YearlyHigh: 0.79, - YearlyLow: 0.68, - YearlyStart: 0.73, - YearlyChange: 1.28, - Settlement: `Cash`, - Contract: `CFD`, - Region: `Africa`, - Country: `Niger`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-03-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 384 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `US 30YR Future`, - Spread: 0.01, - Open: 164.875, - Price: 164.42, - Buy: 164.15, - Sell: 164.16, - Change: 0.26, - ChangePercent: 0.16, - Volume: 28012, - High: 165.25, - Low: 164.04, - YearlyHigh: 169.38, - YearlyLow: 151.47, - YearlyStart: 160.43, - YearlyChange: 2.33, - Settlement: `Credit`, - Contract: `Futures`, - Region: `Middle East`, - Country: `UAE`, - Risk: `Low`, - Sector: `Government`, - Currency: `PLN`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-03-16`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 385 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `Euro$ 3M`, - Spread: 0.01, - Open: 99.18, - Price: 100.4, - Buy: 99.18, - Sell: 99.18, - Change: 1.23, - ChangePercent: 1.24, - Volume: 29509, - High: 99.18, - Low: 99.17, - YearlyHigh: 99.38, - YearlyLow: 98.41, - YearlyStart: 98.89, - YearlyChange: 0.28, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Middle East`, - Country: `Bahrain`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-08-21`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 386 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `LV Cattle`, - Spread: 0.01, - Open: 120.725, - Price: 123.07, - Buy: 120.72, - Sell: 120.72, - Change: 2.36, - ChangePercent: 1.96, - Volume: 4, - High: 120.72, - Low: 120.72, - YearlyHigh: 147.98, - YearlyLow: 113.9, - YearlyStart: 130.94, - YearlyChange: -7.82, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `Middle East`, - Country: `Bahrain`, - Risk: `High`, - Sector: `Government`, - Currency: `PLN`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-06-23`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 387 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `FD Cattle`, - Spread: 0.01, - Open: 147.175, - Price: 150.39, - Buy: 148.6, - Sell: 148.61, - Change: 1.78, - ChangePercent: 1.2, - Volume: 5, - High: 148.61, - Low: 147.18, - YearlyHigh: 190, - YearlyLow: 138.1, - YearlyStart: 164.05, - YearlyChange: -9.41, - Settlement: `Cash`, - Contract: `Options`, - Region: `Asia Pacific`, - Country: `Pakistan`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-08-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 388 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `NAS Future`, - Spread: 0.01, - Open: 4341.25, - Price: 4327.39, - Buy: 4341.25, - Sell: 4341.25, - Change: -13.89, - ChangePercent: -0.32, - Volume: 18259, - High: 4347, - Low: 4318, - YearlyHigh: 4719.75, - YearlyLow: 3867.75, - YearlyStart: 4293.75, - YearlyChange: 1.11, - Settlement: `Credit`, - Contract: `Futures`, - Region: `South America`, - Country: `Venezuela`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-09-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 389 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Lumber`, - Spread: 0.01, - Open: 303.9, - Price: 298.63, - Buy: 304.59, - Sell: 304.6, - Change: -5.97, - ChangePercent: -1.96, - Volume: 2, - High: 304.6, - Low: 303.9, - YearlyHigh: 317.1, - YearlyLow: 236, - YearlyStart: 276.55, - YearlyChange: 10.14, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Europe`, - Country: `Iceland`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-05-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 390 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Rice`, - Spread: 0.01, - Open: 11.245, - Price: 10.51, - Buy: 10.41, - Sell: 10.42, - Change: 0.09, - ChangePercent: 0.92, - Volume: 220, - High: 11.38, - Low: 10.42, - YearlyHigh: 14.14, - YearlyLow: 9.7, - YearlyStart: 11.92, - YearlyChange: -12.62, - Settlement: `Credit`, - Contract: `Futures`, - Region: `Asia Pacific`, - Country: `Malaysia`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-02-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 391 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Natural Gas`, - Spread: 0.02, - Open: 2.094, - Price: 2.08, - Buy: 2.09, - Sell: 2.09, - Change: -0.02, - ChangePercent: -1, - Volume: 2783, - High: 2.11, - Low: 2.09, - YearlyHigh: 3.2, - YearlyLow: 1.84, - YearlyStart: 2.52, - YearlyChange: -16.51, - Settlement: `Cash`, - Contract: `Options`, - Region: `Asia Pacific`, - Country: `Philippines`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-03-27`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 392 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P Future`, - Spread: 0.01, - Open: 2057.5, - Price: 2035.21, - Buy: 2056.6, - Sell: 2056.61, - Change: -21.39, - ChangePercent: -1.04, - Volume: 142780, - High: 2059.5, - Low: 2049, - YearlyHigh: 2105.5, - YearlyLow: 1794.5, - YearlyStart: 1950, - YearlyChange: 5.47, - Settlement: `Cash`, - Contract: `CFD`, - Region: `Africa`, - Country: `Egypt`, - Risk: `High`, - Sector: `Private`, - Currency: `PLN`, - Security: `High`, - Issuer: `American Airlines`, - Maturity: `2022-05-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 393 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soy oil`, - Spread: 0.01, - Open: 33.26, - Price: 33.53, - Buy: 33.77, - Sell: 33.78, - Change: -0.24, - ChangePercent: -0.72, - Volume: 10592, - High: 33.77, - Low: 33.06, - YearlyHigh: 35.43, - YearlyLow: 26.61, - YearlyStart: 31.02, - YearlyChange: 8.87, - Settlement: `Cash`, - Contract: `CFD`, - Region: `Africa`, - Country: `Cameroon`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-04-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 394 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `US 10YR Future`, - Spread: 0.01, - Open: 130.5625, - Price: 128.6, - Buy: 130.56, - Sell: 130.56, - Change: -1.98, - ChangePercent: -1.52, - Volume: 189310, - High: 130.63, - Low: 130.44, - YearlyHigh: 132.64, - YearlyLow: 125.48, - YearlyStart: 129.06, - YearlyChange: 1.18, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `South America`, - Country: `Venezuela`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `High`, - Issuer: `FedEx`, - Maturity: `2022-02-27`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 395 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Copper`, - Spread: 0.02, - Open: 2.123, - Price: 2.09, - Buy: 2.12, - Sell: 2.12, - Change: -0.02, - ChangePercent: -0.92, - Volume: 28819, - High: 2.16, - Low: 2.11, - YearlyHigh: 2.94, - YearlyLow: 1.96, - YearlyStart: 2.45, - YearlyChange: -13.76, - Settlement: `Loan`, - Contract: `CFD`, - Region: `Europe`, - Country: `United Kingdom`, - Risk: `Low`, - Sector: `Public`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `FedEx`, - Maturity: `2022-06-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 396 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Oil`, - Spread: 0.015, - Open: 45.54, - Price: 45.17, - Buy: 45.78, - Sell: 45.8, - Change: -0.62, - ChangePercent: -1.36, - Volume: 107196, - High: 45.94, - Low: 45, - YearlyHigh: 65.28, - YearlyLow: 30.79, - YearlyStart: 48.03, - YearlyChange: -4.67, - Settlement: `Cash`, - Contract: `CFD`, - Region: `North America`, - Country: `United States`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-04-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 397 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P 600 MINI`, - Spread: 0.01, - Open: 687.9, - Price: 686.5, - Buy: 687.9, - Sell: 687.9, - Change: -1.38, - ChangePercent: -0.2, - Volume: 0, - High: 0, - Low: 0, - YearlyHigh: 620.32, - YearlyLow: 595.9, - YearlyStart: 608.11, - YearlyChange: 13.12, - Settlement: `Cash`, - Contract: `Options`, - Region: `Europe`, - Country: `Czechia`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-06-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 398 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soy Meat`, - Spread: 0.01, - Open: 342.6, - Price: 341.93, - Buy: 342.6, - Sell: 342.6, - Change: -0.69, - ChangePercent: -0.2, - Volume: 5646, - High: 345.4, - Low: 340.3, - YearlyHigh: 353.4, - YearlyLow: 261.7, - YearlyStart: 307.55, - YearlyChange: 11.4, - Settlement: `Cash`, - Contract: `Swap`, - Region: `South America`, - Country: `Suriname`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-08-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 399 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soy Meat`, - Spread: 0.01, - Open: 342.6, - Price: 349.06, - Buy: 342.6, - Sell: 342.6, - Change: 6.44, - ChangePercent: 1.88, - Volume: 5646, - High: 345.4, - Low: 340.3, - YearlyHigh: 353.4, - YearlyLow: 261.7, - YearlyStart: 307.55, - YearlyChange: 11.4, - Settlement: `Credit`, - Contract: `Forwards`, - Region: `Africa`, - Country: `Egypt`, - Risk: `Low`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-02-19`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 400 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `LV Cattle`, - Spread: 0.01, - Open: 120.725, - Price: 121.28, - Buy: 120.72, - Sell: 120.72, - Change: 0.58, - ChangePercent: 0.48, - Volume: 4, - High: 120.72, - Low: 120.72, - YearlyHigh: 147.98, - YearlyLow: 113.9, - YearlyStart: 130.94, - YearlyChange: -7.82, - Settlement: `Cash`, - Contract: `Options`, - Region: `South America`, - Country: `Bolivia`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-06-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 401 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Coffee`, - Spread: 0.01, - Open: 125.7, - Price: 123.28, - Buy: 125.7, - Sell: 125.7, - Change: -2.41, - ChangePercent: -1.92, - Volume: 1654, - High: 125.8, - Low: 125, - YearlyHigh: 155.75, - YearlyLow: 115.35, - YearlyStart: 135.55, - YearlyChange: -7.27, - Settlement: `Cash`, - Contract: `Swap`, - Region: `South America`, - Country: `Ecuador`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `American Airlines`, - Maturity: `2022-08-21`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 402 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Corn`, - Spread: 0.01, - Open: 379.5, - Price: 383.6, - Buy: 379.8, - Sell: 379.81, - Change: 3.8, - ChangePercent: 1, - Volume: 11266, - High: 381, - Low: 377.75, - YearlyHigh: 471.25, - YearlyLow: 351.25, - YearlyStart: 411.25, - YearlyChange: -7.65, - Settlement: `Credit`, - Contract: `Options`, - Region: `North America`, - Country: `United States`, - Risk: `High`, - Sector: `Public`, - Currency: `PLN`, - Security: `High`, - Issuer: `FedEx`, - Maturity: `2022-02-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 403 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `GBP/USD`, - Spread: 0.02, - Open: 1.4464, - Price: 1.2, - Buy: 1.18, - Sell: 1.2, - Change: 0.01, - ChangePercent: 0.56, - Volume: 29450, - High: 1.45, - Low: 1.19, - YearlyHigh: 1.59, - YearlyLow: 1.19, - YearlyStart: 1.49, - YearlyChange: -19.59, - Settlement: `Credit`, - Contract: `Options`, - Region: `Middle East`, - Country: `Iraq`, - Risk: `Low`, - Sector: `Public`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-04-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 404 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Silver`, - Spread: 0.01, - Open: 17.43, - Price: 17.44, - Buy: 17.43, - Sell: 17.43, - Change: 0.02, - ChangePercent: 0.12, - Volume: 11720, - High: 17.51, - Low: 17.37, - YearlyHigh: 18.06, - YearlyLow: 13.73, - YearlyStart: 15.89, - YearlyChange: 9.59, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Asia Pacific`, - Country: `Korea`, - Risk: `High`, - Sector: `Public`, - Currency: `USD`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-05-16`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 405 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Gold`, - Spread: 0.01, - Open: 1281.1, - Price: 1285.85, - Buy: 1280.73, - Sell: 1280.74, - Change: 5.12, - ChangePercent: 0.4, - Volume: 48387, - High: 1289.5, - Low: 1279.1, - YearlyHigh: 1306, - YearlyLow: 1047.2, - YearlyStart: 1176.6, - YearlyChange: 8.85, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Europe`, - Country: `Switzerland`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-02-11`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 406 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Ethanol`, - Spread: 0.01, - Open: 1.512, - Price: 2.71, - Buy: 2.75, - Sell: 2.76, - Change: -0.04, - ChangePercent: -1.56, - Volume: 14, - High: 2.75, - Low: 1.12, - YearlyHigh: 2.75, - YearlyLow: 1.12, - YearlyStart: 1.48, - YearlyChange: 86.7, - Settlement: `Loan`, - Contract: `Options`, - Region: `Middle East`, - Country: `Kuwait`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `High`, - Issuer: `American Airlines`, - Maturity: `2022-08-22`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 407 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `Euro$ 3M`, - Spread: 0.01, - Open: 99.18, - Price: 99.73, - Buy: 99.18, - Sell: 99.18, - Change: 0.56, - ChangePercent: 0.56, - Volume: 29509, - High: 99.18, - Low: 99.17, - YearlyHigh: 99.38, - YearlyLow: 98.41, - YearlyStart: 98.89, - YearlyChange: 0.28, - Settlement: `Cash`, - Contract: `Options`, - Region: `South America`, - Country: `Paraguay`, - Risk: `Low`, - Sector: `Government`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-01-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 408 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `US 10YR Future`, - Spread: 0.01, - Open: 130.5625, - Price: 130.37, - Buy: 130.56, - Sell: 130.56, - Change: -0.21, - ChangePercent: -0.16, - Volume: 189310, - High: 130.63, - Low: 130.44, - YearlyHigh: 132.64, - YearlyLow: 125.48, - YearlyStart: 129.06, - YearlyChange: 1.18, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Middle East`, - Country: `UAE`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `High`, - Issuer: `American Airlines`, - Maturity: `2022-06-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 409 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/CAD`, - Spread: 0.02, - Open: 0.7744, - Price: 0.96, - Buy: 0.94, - Sell: 0.96, - Change: 0.01, - ChangePercent: 0.48, - Volume: 13669, - High: 0.95, - Low: 0.77, - YearlyHigh: 0.95, - YearlyLow: 0.68, - YearlyStart: 0.76, - YearlyChange: 26.43, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Middle East`, - Country: `Bahrain`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-03-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 410 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `OJ Future`, - Spread: 0.01, - Open: 140.6, - Price: 142.1, - Buy: 140.18, - Sell: 140.19, - Change: 1.91, - ChangePercent: 1.36, - Volume: 7, - High: 140.19, - Low: 0, - YearlyHigh: 155.95, - YearlyLow: 113, - YearlyStart: 134.47, - YearlyChange: 4.25, - Settlement: `Credit`, - Contract: `CFD`, - Region: `Middle East`, - Country: `Saudi Arabia`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-02-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 411 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Natural Gas`, - Spread: 0.02, - Open: 2.094, - Price: 2.06, - Buy: 2.09, - Sell: 2.09, - Change: -0.04, - ChangePercent: -1.88, - Volume: 2783, - High: 2.11, - Low: 2.09, - YearlyHigh: 3.2, - YearlyLow: 1.84, - YearlyStart: 2.52, - YearlyChange: -16.51, - Settlement: `Loan`, - Contract: `CFD`, - Region: `Middle East`, - Country: `Iraq`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-04-19`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 412 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/CHF`, - Spread: 0.02, - Open: 1.0337, - Price: 1.04, - Buy: 1.03, - Sell: 1.03, - Change: 0, - ChangePercent: 0.08, - Volume: 5550, - High: 1.03, - Low: 1.03, - YearlyHigh: 1.11, - YearlyLow: 0.98, - YearlyStart: 1.04, - YearlyChange: -0.12, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Middle East`, - Country: `Jordan`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-03-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 413 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `US 10YR Future`, - Spread: 0.01, - Open: 130.5625, - Price: 131.94, - Buy: 130.56, - Sell: 130.56, - Change: 1.36, - ChangePercent: 1.04, - Volume: 189310, - High: 130.63, - Low: 130.44, - YearlyHigh: 132.64, - YearlyLow: 125.48, - YearlyStart: 129.06, - YearlyChange: 1.18, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Middle East`, - Country: `Bahrain`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-03-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 414 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `DOW Future`, - Spread: 0.01, - Open: 17711, - Price: 17882.19, - Buy: 17712.15, - Sell: 17712.16, - Change: 170.04, - ChangePercent: 0.96, - Volume: 22236, - High: 17727, - Low: 17642, - YearlyHigh: 18083, - YearlyLow: 15299, - YearlyStart: 16691, - YearlyChange: 6.12, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Asia Pacific`, - Country: `Azerbaijan`, - Risk: `High`, - Sector: `Private`, - Currency: `PLN`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-05-21`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 415 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `BTC/USD`, - Spread: 0.06, - Open: 93.88, - Price: 21059.57, - Buy: 21200.76, - Sell: 21400.78, - Change: 58.8, - ChangePercent: 0.28, - Volume: 5788000, - High: 22400.05, - Low: 20100.75, - YearlyHigh: 62400.7, - YearlyLow: 15100.88, - YearlyStart: 21200.29, - YearlyChange: -20.62, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Asia Pacific`, - Country: `Malaysia`, - Risk: `Low`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-06-10`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 416 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Palladium`, - Spread: 0.01, - Open: 600.55, - Price: 610.38, - Buy: 601, - Sell: 601.01, - Change: 9.38, - ChangePercent: 1.56, - Volume: 651, - High: 607.2, - Low: 598.4, - YearlyHigh: 690, - YearlyLow: 458.6, - YearlyStart: 574.3, - YearlyChange: 4.65, - Settlement: `Cash`, - Contract: `Swap`, - Region: `North America`, - Country: `United States`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-04-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 417 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P 600 MINI`, - Spread: 0.01, - Open: 687.9, - Price: 693.38, - Buy: 687.9, - Sell: 687.9, - Change: 5.5, - ChangePercent: 0.8, - Volume: 0, - High: 0, - Low: 0, - YearlyHigh: 620.32, - YearlyLow: 595.9, - YearlyStart: 608.11, - YearlyChange: 13.12, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Asia Pacific`, - Country: `Philippines`, - Risk: `High`, - Sector: `Government`, - Currency: `PLN`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-02-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 418 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Palladium`, - Spread: 0.01, - Open: 600.55, - Price: 600.76, - Buy: 601, - Sell: 601.01, - Change: -0.24, - ChangePercent: -0.04, - Volume: 651, - High: 607.2, - Low: 598.4, - YearlyHigh: 690, - YearlyLow: 458.6, - YearlyStart: 574.3, - YearlyChange: 4.65, - Settlement: `Cash`, - Contract: `Options`, - Region: `Middle East`, - Country: `Iraq`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-03-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 419 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Corn`, - Spread: 0.01, - Open: 379.5, - Price: 375.09, - Buy: 379.8, - Sell: 379.81, - Change: -4.71, - ChangePercent: -1.24, - Volume: 11266, - High: 381, - Low: 377.75, - YearlyHigh: 471.25, - YearlyLow: 351.25, - YearlyStart: 411.25, - YearlyChange: -7.65, - Settlement: `Credit`, - Contract: `Forwards`, - Region: `Asia Pacific`, - Country: `Korea`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `FedEx`, - Maturity: `2022-08-19`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 420 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Ethanol`, - Spread: 0.01, - Open: 1.512, - Price: 2.78, - Buy: 2.75, - Sell: 2.76, - Change: 0.03, - ChangePercent: 0.92, - Volume: 14, - High: 2.75, - Low: 1.12, - YearlyHigh: 2.75, - YearlyLow: 1.12, - YearlyStart: 1.48, - YearlyChange: 86.7, - Settlement: `Cash`, - Contract: `Futures`, - Region: `South America`, - Country: `Suriname`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-05-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 421 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Sugar`, - Spread: 0.01, - Open: 15.68, - Price: 14.44, - Buy: 14.67, - Sell: 14.68, - Change: -0.23, - ChangePercent: -1.6, - Volume: 4949, - High: 15.7, - Low: 14.67, - YearlyHigh: 16.87, - YearlyLow: 11.37, - YearlyStart: 14.12, - YearlyChange: 3.92, - Settlement: `Cash`, - Contract: `Options`, - Region: `North America`, - Country: `United States`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-05-23`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 422 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Ethanol`, - Spread: 0.01, - Open: 1.512, - Price: 2.73, - Buy: 2.75, - Sell: 2.76, - Change: -0.02, - ChangePercent: -0.88, - Volume: 14, - High: 2.75, - Low: 1.12, - YearlyHigh: 2.75, - YearlyLow: 1.12, - YearlyStart: 1.48, - YearlyChange: 86.7, - Settlement: `Loan`, - Contract: `Futures`, - Region: `Asia Pacific`, - Country: `Indonesia`, - Risk: `High`, - Sector: `Government`, - Currency: `PLN`, - Security: `High`, - Issuer: `FedEx`, - Maturity: `2022-07-21`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 423 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `BTC/USD`, - Spread: 0.06, - Open: 93.88, - Price: 21311.58, - Buy: 21200.76, - Sell: 21400.78, - Change: 310.81, - ChangePercent: 1.48, - Volume: 5788000, - High: 22400.05, - Low: 20100.75, - YearlyHigh: 62400.7, - YearlyLow: 15100.88, - YearlyStart: 21200.29, - YearlyChange: -20.62, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Asia Pacific`, - Country: `Australia`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-04-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 424 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Coal`, - Spread: 0.015, - Open: 0.4363, - Price: 0.41, - Buy: 0.44, - Sell: 0.44, - Change: -0.01, - ChangePercent: -1.4, - Volume: 3, - High: 0.44, - Low: 0.44, - YearlyHigh: 0.48, - YearlyLow: 0.4, - YearlyStart: 0.44, - YearlyChange: -5.33, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `South America`, - Country: `Chile`, - Risk: `High`, - Sector: `Private`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-01-19`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 425 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Rice`, - Spread: 0.01, - Open: 11.245, - Price: 10.26, - Buy: 10.41, - Sell: 10.42, - Change: -0.16, - ChangePercent: -1.52, - Volume: 220, - High: 11.38, - Low: 10.42, - YearlyHigh: 14.14, - YearlyLow: 9.7, - YearlyStart: 11.92, - YearlyChange: -12.62, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `Europe`, - Country: `Romania`, - Risk: `Low`, - Sector: `Government`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-07-21`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 426 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Silver`, - Spread: 0.01, - Open: 17.43, - Price: 17.47, - Buy: 17.43, - Sell: 17.43, - Change: 0.05, - ChangePercent: 0.28, - Volume: 11720, - High: 17.51, - Low: 17.37, - YearlyHigh: 18.06, - YearlyLow: 13.73, - YearlyStart: 15.89, - YearlyChange: 9.59, - Settlement: `Cash`, - Contract: `CFD`, - Region: `Africa`, - Country: `Senegal`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-04-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 427 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `US 10YR Future`, - Spread: 0.01, - Open: 130.5625, - Price: 132.57, - Buy: 130.56, - Sell: 130.56, - Change: 1.99, - ChangePercent: 1.52, - Volume: 189310, - High: 130.63, - Low: 130.44, - YearlyHigh: 132.64, - YearlyLow: 125.48, - YearlyStart: 129.06, - YearlyChange: 1.18, - Settlement: `Cash`, - Contract: `Options`, - Region: `Europe`, - Country: `Bulgaria`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-02-19`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 428 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Gold`, - Spread: 0.01, - Open: 1281.1, - Price: 1258.7, - Buy: 1280.73, - Sell: 1280.74, - Change: -22.03, - ChangePercent: -1.72, - Volume: 48387, - High: 1289.5, - Low: 1279.1, - YearlyHigh: 1306, - YearlyLow: 1047.2, - YearlyStart: 1176.6, - YearlyChange: 8.85, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Europe`, - Country: `Croatia`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-07-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 429 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `LV Cattle`, - Spread: 0.01, - Open: 120.725, - Price: 122.15, - Buy: 120.72, - Sell: 120.72, - Change: 1.45, - ChangePercent: 1.2, - Volume: 4, - High: 120.72, - Low: 120.72, - YearlyHigh: 147.98, - YearlyLow: 113.9, - YearlyStart: 130.94, - YearlyChange: -7.82, - Settlement: `Loan`, - Contract: `Options`, - Region: `Africa`, - Country: `Libya`, - Risk: `High`, - Sector: `Public`, - Currency: `PLN`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-07-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 430 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Cotton`, - Spread: 0.01, - Open: 61.77, - Price: 61.49, - Buy: 61.77, - Sell: 61.77, - Change: -0.27, - ChangePercent: -0.44, - Volume: 3612, - High: 62.06, - Low: 61.32, - YearlyHigh: 67.59, - YearlyLow: 54.33, - YearlyStart: 60.96, - YearlyChange: 1.31, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Asia Pacific`, - Country: `Hong Kong`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-04-21`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 431 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/CHF`, - Spread: 0.02, - Open: 1.0337, - Price: 1.04, - Buy: 1.03, - Sell: 1.03, - Change: 0, - ChangePercent: -0.4, - Volume: 5550, - High: 1.03, - Low: 1.03, - YearlyHigh: 1.11, - YearlyLow: 0.98, - YearlyStart: 1.04, - YearlyChange: -0.12, - Settlement: `Cash`, - Contract: `CFD`, - Region: `Middle East`, - Country: `Bahrain`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-02-22`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 432 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Ethanol`, - Spread: 0.01, - Open: 1.512, - Price: 2.71, - Buy: 2.75, - Sell: 2.76, - Change: -0.04, - ChangePercent: -1.6, - Volume: 14, - High: 2.75, - Low: 1.12, - YearlyHigh: 2.75, - YearlyLow: 1.12, - YearlyStart: 1.48, - YearlyChange: 86.7, - Settlement: `Cash`, - Contract: `CFD`, - Region: `Europe`, - Country: `Bulgaria`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-01-22`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 433 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `Lean Hogs`, - Spread: 0.01, - Open: 81.275, - Price: 83.19, - Buy: 81.81, - Sell: 81.82, - Change: 1.38, - ChangePercent: 1.68, - Volume: 1, - High: 81.81, - Low: 81.28, - YearlyHigh: 83.98, - YearlyLow: 70.25, - YearlyStart: 77.11, - YearlyChange: 6.09, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Europe`, - Country: `Greece`, - Risk: `High`, - Sector: `Public`, - Currency: `USD`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-04-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 434 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Milk`, - Spread: 0.01, - Open: 12.87, - Price: 12.89, - Buy: 12.87, - Sell: 12.87, - Change: 0.03, - ChangePercent: 0.2, - Volume: 7, - High: 12.89, - Low: 12.81, - YearlyHigh: 16.96, - YearlyLow: 12.81, - YearlyStart: 14.88, - YearlyChange: -13.6, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `Europe`, - Country: `Russia`, - Risk: `High`, - Sector: `Private`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-02-21`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 435 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P MID MINI`, - Spread: 0.01, - Open: 1454.3, - Price: 1472.09, - Buy: 1455.78, - Sell: 1455.79, - Change: 16.31, - ChangePercent: 1.12, - Volume: 338, - High: 1455.78, - Low: 1448, - YearlyHigh: 1527.3, - YearlyLow: 1236, - YearlyStart: 1381.65, - YearlyChange: 5.37, - Settlement: `Cash`, - Contract: `Options`, - Region: `South America`, - Country: `Guyana`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-08-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 436 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `US 2Y Future`, - Spread: 0.01, - Open: 109.3984, - Price: 110.31, - Buy: 109.4, - Sell: 109.4, - Change: 0.92, - ChangePercent: 0.84, - Volume: 17742, - High: 109.41, - Low: 109.38, - YearlyHigh: 109.8, - YearlyLow: 108.62, - YearlyStart: 109.21, - YearlyChange: 0.16, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Asia Pacific`, - Country: `Azerbaijan`, - Risk: `Low`, - Sector: `Public`, - Currency: `EUR`, - Security: `High`, - Issuer: `FedEx`, - Maturity: `2022-04-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 437 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `OJ Future`, - Spread: 0.01, - Open: 140.6, - Price: 141.25, - Buy: 140.18, - Sell: 140.19, - Change: 1.06, - ChangePercent: 0.76, - Volume: 7, - High: 140.19, - Low: 0, - YearlyHigh: 155.95, - YearlyLow: 113, - YearlyStart: 134.47, - YearlyChange: 4.25, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Europe`, - Country: `Czechia`, - Risk: `Low`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-08-16`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 438 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Coffee`, - Spread: 0.01, - Open: 125.7, - Price: 123.63, - Buy: 125.7, - Sell: 125.7, - Change: -2.06, - ChangePercent: -1.64, - Volume: 1654, - High: 125.8, - Low: 125, - YearlyHigh: 155.75, - YearlyLow: 115.35, - YearlyStart: 135.55, - YearlyChange: -7.27, - Settlement: `Credit`, - Contract: `Futures`, - Region: `South America`, - Country: `Brazil`, - Risk: `Low`, - Sector: `Government`, - Currency: `PLN`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-05-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 439 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Coffee`, - Spread: 0.01, - Open: 125.7, - Price: 124.03, - Buy: 125.7, - Sell: 125.7, - Change: -1.66, - ChangePercent: -1.32, - Volume: 1654, - High: 125.8, - Low: 125, - YearlyHigh: 155.75, - YearlyLow: 115.35, - YearlyStart: 135.55, - YearlyChange: -7.27, - Settlement: `Cash`, - Contract: `Options`, - Region: `South America`, - Country: `Suriname`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-03-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 440 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Cotton`, - Spread: 0.01, - Open: 61.77, - Price: 60.72, - Buy: 61.77, - Sell: 61.77, - Change: -1.04, - ChangePercent: -1.68, - Volume: 3612, - High: 62.06, - Low: 61.32, - YearlyHigh: 67.59, - YearlyLow: 54.33, - YearlyStart: 60.96, - YearlyChange: 1.31, - Settlement: `Cash`, - Contract: `CFD`, - Region: `Africa`, - Country: `Cameroon`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-03-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 441 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `FD Cattle`, - Spread: 0.01, - Open: 147.175, - Price: 148.25, - Buy: 148.6, - Sell: 148.61, - Change: -0.36, - ChangePercent: -0.24, - Volume: 5, - High: 148.61, - Low: 147.18, - YearlyHigh: 190, - YearlyLow: 138.1, - YearlyStart: 164.05, - YearlyChange: -9.41, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Africa`, - Country: `Ethiopia`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-08-11`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 442 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `GBP/USD`, - Spread: 0.02, - Open: 1.4464, - Price: 1.19, - Buy: 1.18, - Sell: 1.2, - Change: 0, - ChangePercent: -0.72, - Volume: 29450, - High: 1.45, - Low: 1.19, - YearlyHigh: 1.59, - YearlyLow: 1.19, - YearlyStart: 1.49, - YearlyChange: -19.59, - Settlement: `Loan`, - Contract: `CFD`, - Region: `Middle East`, - Country: `Syria`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-08-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 443 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P MID MINI`, - Spread: 0.01, - Open: 1454.3, - Price: 1437.15, - Buy: 1455.78, - Sell: 1455.79, - Change: -18.63, - ChangePercent: -1.28, - Volume: 338, - High: 1455.78, - Low: 1448, - YearlyHigh: 1527.3, - YearlyLow: 1236, - YearlyStart: 1381.65, - YearlyChange: 5.37, - Settlement: `Loan`, - Contract: `Forwards`, - Region: `Africa`, - Country: `South Africa`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-02-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 444 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Palladium`, - Spread: 0.01, - Open: 600.55, - Price: 595.71, - Buy: 601, - Sell: 601.01, - Change: -5.29, - ChangePercent: -0.88, - Volume: 651, - High: 607.2, - Low: 598.4, - YearlyHigh: 690, - YearlyLow: 458.6, - YearlyStart: 574.3, - YearlyChange: 4.65, - Settlement: `Loan`, - Contract: `CFD`, - Region: `Middle East`, - Country: `Israel`, - Risk: `Low`, - Sector: `Public`, - Currency: `PLN`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-04-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 445 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `AUD/USD`, - Spread: 0.02, - Open: 0.7344, - Price: 0.74, - Buy: 0.73, - Sell: 0.73, - Change: 0, - ChangePercent: -0.44, - Volume: 36764, - High: 0.74, - Low: 0.73, - YearlyHigh: 0.79, - YearlyLow: 0.68, - YearlyStart: 0.73, - YearlyChange: 1.28, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Europe`, - Country: `Switzerland`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `FedEx`, - Maturity: `2022-02-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 446 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `US 30YR Future`, - Spread: 0.01, - Open: 164.875, - Price: 166.19, - Buy: 164.15, - Sell: 164.16, - Change: 2.03, - ChangePercent: 1.24, - Volume: 28012, - High: 165.25, - Low: 164.04, - YearlyHigh: 169.38, - YearlyLow: 151.47, - YearlyStart: 160.43, - YearlyChange: 2.33, - Settlement: `Cash`, - Contract: `Options`, - Region: `Middle East`, - Country: `Bahrain`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `High`, - Issuer: `American Airlines`, - Maturity: `2022-02-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 447 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Rice`, - Spread: 0.01, - Open: 11.245, - Price: 10.42, - Buy: 10.41, - Sell: 10.42, - Change: 0, - ChangePercent: 0.04, - Volume: 220, - High: 11.38, - Low: 10.42, - YearlyHigh: 14.14, - YearlyLow: 9.7, - YearlyStart: 11.92, - YearlyChange: -12.62, - Settlement: `Credit`, - Contract: `Futures`, - Region: `Europe`, - Country: `Croatia`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-06-23`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 448 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `Lean Hogs`, - Spread: 0.01, - Open: 81.275, - Price: 82.63, - Buy: 81.81, - Sell: 81.82, - Change: 0.82, - ChangePercent: 1, - Volume: 1, - High: 81.81, - Low: 81.28, - YearlyHigh: 83.98, - YearlyLow: 70.25, - YearlyStart: 77.11, - YearlyChange: 6.09, - Settlement: `Credit`, - Contract: `Futures`, - Region: `Asia Pacific`, - Country: `Indonesia`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-04-10`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 449 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/JPY`, - Spread: 0.02, - Open: 9275.5, - Price: 9429.48, - Buy: 9277.32, - Sell: 9277.34, - Change: 152.15, - ChangePercent: 1.64, - Volume: 47734, - High: 9277.33, - Low: 0.93, - YearlyHigh: 9483, - YearlyLow: 0.93, - YearlyStart: 4741.97, - YearlyChange: 95.64, - Settlement: `Loan`, - Contract: `Swap`, - Region: `North America`, - Country: `United States`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-01-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 450 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `BTC/USD`, - Spread: 0.06, - Open: 93.88, - Price: 20899.97, - Buy: 21200.76, - Sell: 21400.78, - Change: -100.8, - ChangePercent: -0.48, - Volume: 5788000, - High: 22400.05, - Low: 20100.75, - YearlyHigh: 62400.7, - YearlyLow: 15100.88, - YearlyStart: 21200.29, - YearlyChange: -20.62, - Settlement: `Loan`, - Contract: `Futures`, - Region: `Middle East`, - Country: `Israel`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-02-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 451 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `US 10YR Future`, - Spread: 0.01, - Open: 130.5625, - Price: 131.16, - Buy: 130.56, - Sell: 130.56, - Change: 0.58, - ChangePercent: 0.44, - Volume: 189310, - High: 130.63, - Low: 130.44, - YearlyHigh: 132.64, - YearlyLow: 125.48, - YearlyStart: 129.06, - YearlyChange: 1.18, - Settlement: `Loan`, - Contract: `CFD`, - Region: `Middle East`, - Country: `Saudi Arabia`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-04-23`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 452 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Wheat`, - Spread: 0.01, - Open: 465.5, - Price: 461.05, - Buy: 465.5, - Sell: 465.5, - Change: -4.47, - ChangePercent: -0.96, - Volume: 4318, - High: 467, - Low: 463.25, - YearlyHigh: 628.5, - YearlyLow: 449.5, - YearlyStart: 539, - YearlyChange: -13.63, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Asia Pacific`, - Country: `China`, - Risk: `Low`, - Sector: `Government`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-03-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 453 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `OJ Future`, - Spread: 0.01, - Open: 140.6, - Price: 140.81, - Buy: 140.18, - Sell: 140.19, - Change: 0.62, - ChangePercent: 0.44, - Volume: 7, - High: 140.19, - Low: 0, - YearlyHigh: 155.95, - YearlyLow: 113, - YearlyStart: 134.47, - YearlyChange: 4.25, - Settlement: `Loan`, - Contract: `Futures`, - Region: `Asia Pacific`, - Country: `Malaysia`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-05-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 454 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `AUD/USD`, - Spread: 0.02, - Open: 0.7344, - Price: 0.74, - Buy: 0.73, - Sell: 0.73, - Change: 0, - ChangePercent: -0.8, - Volume: 36764, - High: 0.74, - Low: 0.73, - YearlyHigh: 0.79, - YearlyLow: 0.68, - YearlyStart: 0.73, - YearlyChange: 1.28, - Settlement: `Cash`, - Contract: `Options`, - Region: `Middle East`, - Country: `Bahrain`, - Risk: `Low`, - Sector: `Public`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-02-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 455 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Copper`, - Spread: 0.02, - Open: 2.123, - Price: 2.14, - Buy: 2.12, - Sell: 2.12, - Change: 0.03, - ChangePercent: 1.4, - Volume: 28819, - High: 2.16, - Low: 2.11, - YearlyHigh: 2.94, - YearlyLow: 1.96, - YearlyStart: 2.45, - YearlyChange: -13.76, - Settlement: `Cash`, - Contract: `Options`, - Region: `Africa`, - Country: `South Africa`, - Risk: `High`, - Sector: `Private`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-03-11`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 456 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Uranium`, - Spread: 0.02, - Open: 27.55, - Price: 27.66, - Buy: 27.55, - Sell: 27.55, - Change: 0.08, - ChangePercent: 0.28, - Volume: 12, - High: 27.55, - Low: 27.55, - YearlyHigh: 29.32, - YearlyLow: 21.28, - YearlyStart: 25.3, - YearlyChange: 9.01, - Settlement: `Cash`, - Contract: `CFD`, - Region: `Europe`, - Country: `Finland`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-04-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 457 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Oil`, - Spread: 0.015, - Open: 45.54, - Price: 45.31, - Buy: 45.78, - Sell: 45.8, - Change: -0.48, - ChangePercent: -1.04, - Volume: 107196, - High: 45.94, - Low: 45, - YearlyHigh: 65.28, - YearlyLow: 30.79, - YearlyStart: 48.03, - YearlyChange: -4.67, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Africa`, - Country: `Ethiopia`, - Risk: `Low`, - Sector: `Public`, - Currency: `USD`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-01-24`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 458 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/JPY`, - Spread: 0.02, - Open: 9275.5, - Price: 9277.33, - Buy: 9277.32, - Sell: 9277.34, - Change: 0, - ChangePercent: 0, - Volume: 47734, - High: 9277.33, - Low: 0.93, - YearlyHigh: 9483, - YearlyLow: 0.93, - YearlyStart: 4741.97, - YearlyChange: 95.64, - Settlement: `Cash`, - Contract: `Options`, - Region: `Middle East`, - Country: `Lebanon`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-01-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 459 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Rice`, - Spread: 0.01, - Open: 11.245, - Price: 10.43, - Buy: 10.41, - Sell: 10.42, - Change: 0.01, - ChangePercent: 0.12, - Volume: 220, - High: 11.38, - Low: 10.42, - YearlyHigh: 14.14, - YearlyLow: 9.7, - YearlyStart: 11.92, - YearlyChange: -12.62, - Settlement: `Credit`, - Contract: `Futures`, - Region: `Middle East`, - Country: `Israel`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `FedEx`, - Maturity: `2022-07-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 460 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Coal`, - Spread: 0.015, - Open: 0.4363, - Price: 0.41, - Buy: 0.44, - Sell: 0.44, - Change: -0.01, - ChangePercent: -0.52, - Volume: 3, - High: 0.44, - Low: 0.44, - YearlyHigh: 0.48, - YearlyLow: 0.4, - YearlyStart: 0.44, - YearlyChange: -5.33, - Settlement: `Cash`, - Contract: `CFD`, - Region: `Europe`, - Country: `Czechia`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-09-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 461 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Coal`, - Spread: 0.015, - Open: 0.4363, - Price: 0.41, - Buy: 0.44, - Sell: 0.44, - Change: -0.01, - ChangePercent: -0.8, - Volume: 3, - High: 0.44, - Low: 0.44, - YearlyHigh: 0.48, - YearlyLow: 0.4, - YearlyStart: 0.44, - YearlyChange: -5.33, - Settlement: `Cash`, - Contract: `Options`, - Region: `Middle East`, - Country: `Lebanon`, - Risk: `Low`, - Sector: `Government`, - Currency: `USD`, - Security: `High`, - Issuer: `American Airlines`, - Maturity: `2022-01-16`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 462 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Coffee`, - Spread: 0.01, - Open: 125.7, - Price: 123.33, - Buy: 125.7, - Sell: 125.7, - Change: -2.36, - ChangePercent: -1.88, - Volume: 1654, - High: 125.8, - Low: 125, - YearlyHigh: 155.75, - YearlyLow: 115.35, - YearlyStart: 135.55, - YearlyChange: -7.27, - Settlement: `Cash`, - Contract: `Options`, - Region: `Europe`, - Country: `Romania`, - Risk: `High`, - Sector: `Public`, - Currency: `USD`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-07-23`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 463 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `Lean Hogs`, - Spread: 0.01, - Open: 81.275, - Price: 80.8, - Buy: 81.81, - Sell: 81.82, - Change: -1.01, - ChangePercent: -1.24, - Volume: 1, - High: 81.81, - Low: 81.28, - YearlyHigh: 83.98, - YearlyLow: 70.25, - YearlyStart: 77.11, - YearlyChange: 6.09, - Settlement: `Credit`, - Contract: `Swap`, - Region: `North America`, - Country: `United States`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-06-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 464 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Rice`, - Spread: 0.01, - Open: 11.245, - Price: 10.47, - Buy: 10.41, - Sell: 10.42, - Change: 0.05, - ChangePercent: 0.52, - Volume: 220, - High: 11.38, - Low: 10.42, - YearlyHigh: 14.14, - YearlyLow: 9.7, - YearlyStart: 11.92, - YearlyChange: -12.62, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `Middle East`, - Country: `Oman`, - Risk: `High`, - Sector: `Public`, - Currency: `USD`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-02-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 465 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P 600 MINI`, - Spread: 0.01, - Open: 687.9, - Price: 684.58, - Buy: 687.9, - Sell: 687.9, - Change: -3.3, - ChangePercent: -0.48, - Volume: 0, - High: 0, - Low: 0, - YearlyHigh: 620.32, - YearlyLow: 595.9, - YearlyStart: 608.11, - YearlyChange: 13.12, - Settlement: `Loan`, - Contract: `Futures`, - Region: `Middle East`, - Country: `Oman`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-09-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 466 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `Euro$ 3M`, - Spread: 0.01, - Open: 99.18, - Price: 100, - Buy: 99.18, - Sell: 99.18, - Change: 0.83, - ChangePercent: 0.84, - Volume: 29509, - High: 99.18, - Low: 99.17, - YearlyHigh: 99.38, - YearlyLow: 98.41, - YearlyStart: 98.89, - YearlyChange: 0.28, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `Europe`, - Country: `Finland`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-02-21`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 467 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Lumber`, - Spread: 0.01, - Open: 303.9, - Price: 302.04, - Buy: 304.59, - Sell: 304.6, - Change: -2.56, - ChangePercent: -0.84, - Volume: 2, - High: 304.6, - Low: 303.9, - YearlyHigh: 317.1, - YearlyLow: 236, - YearlyStart: 276.55, - YearlyChange: 10.14, - Settlement: `Credit`, - Contract: `Options`, - Region: `Africa`, - Country: `Niger`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-04-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 468 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Rice`, - Spread: 0.01, - Open: 11.245, - Price: 10.56, - Buy: 10.41, - Sell: 10.42, - Change: 0.14, - ChangePercent: 1.36, - Volume: 220, - High: 11.38, - Low: 10.42, - YearlyHigh: 14.14, - YearlyLow: 9.7, - YearlyStart: 11.92, - YearlyChange: -12.62, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Africa`, - Country: `Cameroon`, - Risk: `Low`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-05-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 469 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `LV Cattle`, - Spread: 0.01, - Open: 120.725, - Price: 119.74, - Buy: 120.72, - Sell: 120.72, - Change: -0.97, - ChangePercent: -0.8, - Volume: 4, - High: 120.72, - Low: 120.72, - YearlyHigh: 147.98, - YearlyLow: 113.9, - YearlyStart: 130.94, - YearlyChange: -7.82, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Asia Pacific`, - Country: `Korea`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-05-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 470 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Platinum`, - Spread: 0.01, - Open: 1071.6, - Price: 1062.96, - Buy: 1071.09, - Sell: 1071.1, - Change: -8.14, - ChangePercent: -0.76, - Volume: 3039, - High: 1081.2, - Low: 1070.5, - YearlyHigh: 1120.6, - YearlyLow: 812.4, - YearlyStart: 966.5, - YearlyChange: 10.82, - Settlement: `Cash`, - Contract: `Futures`, - Region: `North America`, - Country: `Canada`, - Risk: `High`, - Sector: `Private`, - Currency: `PLN`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-07-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 471 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Ethanol`, - Spread: 0.01, - Open: 1.512, - Price: 2.73, - Buy: 2.75, - Sell: 2.76, - Change: -0.02, - ChangePercent: -0.88, - Volume: 14, - High: 2.75, - Low: 1.12, - YearlyHigh: 2.75, - YearlyLow: 1.12, - YearlyStart: 1.48, - YearlyChange: 86.7, - Settlement: `Loan`, - Contract: `Swap`, - Region: `South America`, - Country: `Bolivia`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-02-24`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 472 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `AUD/USD`, - Spread: 0.02, - Open: 0.7344, - Price: 0.76, - Buy: 0.73, - Sell: 0.73, - Change: 0.02, - ChangePercent: 1.76, - Volume: 36764, - High: 0.74, - Low: 0.73, - YearlyHigh: 0.79, - YearlyLow: 0.68, - YearlyStart: 0.73, - YearlyChange: 1.28, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Africa`, - Country: `Libya`, - Risk: `Low`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-07-11`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 473 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `DOW Future`, - Spread: 0.01, - Open: 17711, - Price: 18038.06, - Buy: 17712.15, - Sell: 17712.16, - Change: 325.91, - ChangePercent: 1.84, - Volume: 22236, - High: 17727, - Low: 17642, - YearlyHigh: 18083, - YearlyLow: 15299, - YearlyStart: 16691, - YearlyChange: 6.12, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `Middle East`, - Country: `Bahrain`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-02-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 474 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Copper`, - Spread: 0.02, - Open: 2.123, - Price: 2.14, - Buy: 2.12, - Sell: 2.12, - Change: 0.03, - ChangePercent: 1.08, - Volume: 28819, - High: 2.16, - Low: 2.11, - YearlyHigh: 2.94, - YearlyLow: 1.96, - YearlyStart: 2.45, - YearlyChange: -13.76, - Settlement: `Loan`, - Contract: `Forwards`, - Region: `Europe`, - Country: `Poland`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-08-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 475 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Diesel`, - Spread: 0.015, - Open: 1.3474, - Price: 1.37, - Buy: 1.35, - Sell: 1.35, - Change: 0.01, - ChangePercent: 0.68, - Volume: 2971, - High: 1.36, - Low: 1.34, - YearlyHigh: 2.11, - YearlyLow: 0.92, - YearlyStart: 1.51, - YearlyChange: -10.4, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `Asia Pacific`, - Country: `Singapore`, - Risk: `High`, - Sector: `Public`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-02-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 476 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `NAS Future`, - Spread: 0.01, - Open: 4341.25, - Price: 4402.06, - Buy: 4341.25, - Sell: 4341.25, - Change: 60.78, - ChangePercent: 1.4, - Volume: 18259, - High: 4347, - Low: 4318, - YearlyHigh: 4719.75, - YearlyLow: 3867.75, - YearlyStart: 4293.75, - YearlyChange: 1.11, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Africa`, - Country: `Cameroon`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `High`, - Issuer: `FedEx`, - Maturity: `2022-05-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 477 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `US 2Y Future`, - Spread: 0.01, - Open: 109.3984, - Price: 110.26, - Buy: 109.4, - Sell: 109.4, - Change: 0.87, - ChangePercent: 0.8, - Volume: 17742, - High: 109.41, - Low: 109.38, - YearlyHigh: 109.8, - YearlyLow: 108.62, - YearlyStart: 109.21, - YearlyChange: 0.16, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Africa`, - Country: `Algeria`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-07-23`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 478 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P Future`, - Spread: 0.01, - Open: 2057.5, - Price: 2020.41, - Buy: 2056.6, - Sell: 2056.61, - Change: -36.19, - ChangePercent: -1.76, - Volume: 142780, - High: 2059.5, - Low: 2049, - YearlyHigh: 2105.5, - YearlyLow: 1794.5, - YearlyStart: 1950, - YearlyChange: 5.47, - Settlement: `Loan`, - Contract: `CFD`, - Region: `Middle East`, - Country: `Jordan`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-07-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 479 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Coal`, - Spread: 0.015, - Open: 0.4363, - Price: 0.42, - Buy: 0.44, - Sell: 0.44, - Change: 0, - ChangePercent: 0.52, - Volume: 3, - High: 0.44, - Low: 0.44, - YearlyHigh: 0.48, - YearlyLow: 0.4, - YearlyStart: 0.44, - YearlyChange: -5.33, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Europe`, - Country: `Finland`, - Risk: `Low`, - Sector: `Public`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-07-22`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 480 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Oil`, - Spread: 0.015, - Open: 45.54, - Price: 45.77, - Buy: 45.78, - Sell: 45.8, - Change: -0.02, - ChangePercent: -0.04, - Volume: 107196, - High: 45.94, - Low: 45, - YearlyHigh: 65.28, - YearlyLow: 30.79, - YearlyStart: 48.03, - YearlyChange: -4.67, - Settlement: `Credit`, - Contract: `Swap`, - Region: `South America`, - Country: `Paraguay`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-07-19`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 481 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `Lean Hogs`, - Spread: 0.01, - Open: 81.275, - Price: 81.16, - Buy: 81.81, - Sell: 81.82, - Change: -0.65, - ChangePercent: -0.8, - Volume: 1, - High: 81.81, - Low: 81.28, - YearlyHigh: 83.98, - YearlyLow: 70.25, - YearlyStart: 77.11, - YearlyChange: 6.09, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `Asia Pacific`, - Country: `Singapore`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-06-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 482 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Oats`, - Spread: 0.01, - Open: 194.5, - Price: 196.39, - Buy: 194.21, - Sell: 194.22, - Change: 2.17, - ChangePercent: 1.12, - Volume: 64, - High: 195.75, - Low: 194, - YearlyHigh: 241.25, - YearlyLow: 183.75, - YearlyStart: 212.5, - YearlyChange: -8.6, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Middle East`, - Country: `Qatar`, - Risk: `Low`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-08-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 483 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Ethanol`, - Spread: 0.01, - Open: 1.512, - Price: 2.72, - Buy: 2.75, - Sell: 2.76, - Change: -0.03, - ChangePercent: -1.36, - Volume: 14, - High: 2.75, - Low: 1.12, - YearlyHigh: 2.75, - YearlyLow: 1.12, - YearlyStart: 1.48, - YearlyChange: 86.7, - Settlement: `Loan`, - Contract: `Options`, - Region: `Africa`, - Country: `Tunisia`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `FedEx`, - Maturity: `2022-06-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 484 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `DOW Future`, - Spread: 0.01, - Open: 17711, - Price: 17740.49, - Buy: 17712.15, - Sell: 17712.16, - Change: 28.34, - ChangePercent: 0.16, - Volume: 22236, - High: 17727, - Low: 17642, - YearlyHigh: 18083, - YearlyLow: 15299, - YearlyStart: 16691, - YearlyChange: 6.12, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Africa`, - Country: `Tunisia`, - Risk: `Low`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-05-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 485 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `OJ Future`, - Spread: 0.01, - Open: 140.6, - Price: 140.19, - Buy: 140.18, - Sell: 140.19, - Change: 0, - ChangePercent: 0, - Volume: 7, - High: 140.19, - Low: 0, - YearlyHigh: 155.95, - YearlyLow: 113, - YearlyStart: 134.47, - YearlyChange: 4.25, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Africa`, - Country: `Libya`, - Risk: `High`, - Sector: `Government`, - Currency: `PLN`, - Security: `High`, - Issuer: `American Airlines`, - Maturity: `2022-02-24`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 486 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `OJ Future`, - Spread: 0.01, - Open: 140.6, - Price: 139.12, - Buy: 140.18, - Sell: 140.19, - Change: -1.07, - ChangePercent: -0.76, - Volume: 7, - High: 140.19, - Low: 0, - YearlyHigh: 155.95, - YearlyLow: 113, - YearlyStart: 134.47, - YearlyChange: 4.25, - Settlement: `Credit`, - Contract: `Swap`, - Region: `South America`, - Country: `Bolivia`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-01-24`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 487 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Palladium`, - Spread: 0.01, - Open: 600.55, - Price: 594.51, - Buy: 601, - Sell: 601.01, - Change: -6.49, - ChangePercent: -1.08, - Volume: 651, - High: 607.2, - Low: 598.4, - YearlyHigh: 690, - YearlyLow: 458.6, - YearlyStart: 574.3, - YearlyChange: 4.65, - Settlement: `Loan`, - Contract: `Options`, - Region: `Africa`, - Country: `Cameroon`, - Risk: `Low`, - Sector: `Public`, - Currency: `USD`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-04-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 488 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Oats`, - Spread: 0.01, - Open: 194.5, - Price: 193.83, - Buy: 194.21, - Sell: 194.22, - Change: -0.39, - ChangePercent: -0.2, - Volume: 64, - High: 195.75, - Low: 194, - YearlyHigh: 241.25, - YearlyLow: 183.75, - YearlyStart: 212.5, - YearlyChange: -8.6, - Settlement: `Cash`, - Contract: `CFD`, - Region: `Asia Pacific`, - Country: `Korea`, - Risk: `High`, - Sector: `Government`, - Currency: `PLN`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-02-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 489 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/JPY`, - Spread: 0.02, - Open: 9275.5, - Price: 9351.55, - Buy: 9277.32, - Sell: 9277.34, - Change: 74.22, - ChangePercent: 0.8, - Volume: 47734, - High: 9277.33, - Low: 0.93, - YearlyHigh: 9483, - YearlyLow: 0.93, - YearlyStart: 4741.97, - YearlyChange: 95.64, - Settlement: `Loan`, - Contract: `Swap`, - Region: `North America`, - Country: `Canada`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-05-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 490 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P Future`, - Spread: 0.01, - Open: 2057.5, - Price: 2054.96, - Buy: 2056.6, - Sell: 2056.61, - Change: -1.64, - ChangePercent: -0.08, - Volume: 142780, - High: 2059.5, - Low: 2049, - YearlyHigh: 2105.5, - YearlyLow: 1794.5, - YearlyStart: 1950, - YearlyChange: 5.47, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `Africa`, - Country: `Niger`, - Risk: `Low`, - Sector: `Public`, - Currency: `USD`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-01-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 491 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Lumber`, - Spread: 0.01, - Open: 303.9, - Price: 304.84, - Buy: 304.59, - Sell: 304.6, - Change: 0.24, - ChangePercent: 0.08, - Volume: 2, - High: 304.6, - Low: 303.9, - YearlyHigh: 317.1, - YearlyLow: 236, - YearlyStart: 276.55, - YearlyChange: 10.14, - Settlement: `Cash`, - Contract: `Swap`, - Region: `South America`, - Country: `Brazil`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `High`, - Issuer: `American Airlines`, - Maturity: `2022-04-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 492 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `US 30YR Future`, - Spread: 0.01, - Open: 164.875, - Price: 165.6, - Buy: 164.15, - Sell: 164.16, - Change: 1.44, - ChangePercent: 0.88, - Volume: 28012, - High: 165.25, - Low: 164.04, - YearlyHigh: 169.38, - YearlyLow: 151.47, - YearlyStart: 160.43, - YearlyChange: 2.33, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Asia Pacific`, - Country: `New Zealand`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-04-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 493 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `Euro$ 3M`, - Spread: 0.01, - Open: 99.18, - Price: 99.96, - Buy: 99.18, - Sell: 99.18, - Change: 0.79, - ChangePercent: 0.8, - Volume: 29509, - High: 99.18, - Low: 99.17, - YearlyHigh: 99.38, - YearlyLow: 98.41, - YearlyStart: 98.89, - YearlyChange: 0.28, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Middle East`, - Country: `Israel`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `American Airlines`, - Maturity: `2022-03-11`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 494 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/JPY`, - Spread: 0.02, - Open: 9275.5, - Price: 9117.76, - Buy: 9277.32, - Sell: 9277.34, - Change: -159.57, - ChangePercent: -1.72, - Volume: 47734, - High: 9277.33, - Low: 0.93, - YearlyHigh: 9483, - YearlyLow: 0.93, - YearlyStart: 4741.97, - YearlyChange: 95.64, - Settlement: `Cash`, - Contract: `CFD`, - Region: `South America`, - Country: `Bolivia`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-07-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 495 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `US 30YR Future`, - Spread: 0.01, - Open: 164.875, - Price: 165.6, - Buy: 164.15, - Sell: 164.16, - Change: 1.44, - ChangePercent: 0.88, - Volume: 28012, - High: 165.25, - Low: 164.04, - YearlyHigh: 169.38, - YearlyLow: 151.47, - YearlyStart: 160.43, - YearlyChange: 2.33, - Settlement: `Credit`, - Contract: `Options`, - Region: `Europe`, - Country: `Czechia`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-07-19`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 496 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Oil`, - Spread: 0.015, - Open: 45.54, - Price: 46.47, - Buy: 45.78, - Sell: 45.8, - Change: 0.68, - ChangePercent: 1.48, - Volume: 107196, - High: 45.94, - Low: 45, - YearlyHigh: 65.28, - YearlyLow: 30.79, - YearlyStart: 48.03, - YearlyChange: -4.67, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Asia Pacific`, - Country: `Indonesia`, - Risk: `High`, - Sector: `Private`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-02-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 497 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Lumber`, - Spread: 0.01, - Open: 303.9, - Price: 302.89, - Buy: 304.59, - Sell: 304.6, - Change: -1.71, - ChangePercent: -0.56, - Volume: 2, - High: 304.6, - Low: 303.9, - YearlyHigh: 317.1, - YearlyLow: 236, - YearlyStart: 276.55, - YearlyChange: 10.14, - Settlement: `Cash`, - Contract: `CFD`, - Region: `Europe`, - Country: `Czechia`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-07-22`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 498 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/CHF`, - Spread: 0.02, - Open: 1.0337, - Price: 1.06, - Buy: 1.03, - Sell: 1.03, - Change: 0.02, - ChangePercent: 1.76, - Volume: 5550, - High: 1.03, - Low: 1.03, - YearlyHigh: 1.11, - YearlyLow: 0.98, - YearlyStart: 1.04, - YearlyChange: -0.12, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Europe`, - Country: `Romania`, - Risk: `High`, - Sector: `Government`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-06-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 499 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Palladium`, - Spread: 0.01, - Open: 600.55, - Price: 605.09, - Buy: 601, - Sell: 601.01, - Change: 4.09, - ChangePercent: 0.68, - Volume: 651, - High: 607.2, - Low: 598.4, - YearlyHigh: 690, - YearlyLow: 458.6, - YearlyStart: 574.3, - YearlyChange: 4.65, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Africa`, - Country: `Algeria`, - Risk: `Low`, - Sector: `Public`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-05-27`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 500 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `Lean Hogs`, - Spread: 0.01, - Open: 81.275, - Price: 82.83, - Buy: 81.81, - Sell: 81.82, - Change: 1.02, - ChangePercent: 1.24, - Volume: 1, - High: 81.81, - Low: 81.28, - YearlyHigh: 83.98, - YearlyLow: 70.25, - YearlyStart: 77.11, - YearlyChange: 6.09, - Settlement: `Cash`, - Contract: `CFD`, - Region: `Europe`, - Country: `Russia`, - Risk: `Low`, - Sector: `Public`, - Currency: `USD`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-01-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 501 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/CHF`, - Spread: 0.02, - Open: 1.0337, - Price: 1.06, - Buy: 1.03, - Sell: 1.03, - Change: 0.02, - ChangePercent: 1.44, - Volume: 5550, - High: 1.03, - Low: 1.03, - YearlyHigh: 1.11, - YearlyLow: 0.98, - YearlyStart: 1.04, - YearlyChange: -0.12, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Asia Pacific`, - Country: `Singapore`, - Risk: `Low`, - Sector: `Public`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-05-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 502 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soy oil`, - Spread: 0.01, - Open: 33.26, - Price: 33.53, - Buy: 33.77, - Sell: 33.78, - Change: -0.24, - ChangePercent: -0.72, - Volume: 10592, - High: 33.77, - Low: 33.06, - YearlyHigh: 35.43, - YearlyLow: 26.61, - YearlyStart: 31.02, - YearlyChange: 8.87, - Settlement: `Loan`, - Contract: `CFD`, - Region: `Asia Pacific`, - Country: `Malaysia`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-04-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 503 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Diesel`, - Spread: 0.015, - Open: 1.3474, - Price: 1.33, - Buy: 1.35, - Sell: 1.35, - Change: -0.03, - ChangePercent: -1.92, - Volume: 2971, - High: 1.36, - Low: 1.34, - YearlyHigh: 2.11, - YearlyLow: 0.92, - YearlyStart: 1.51, - YearlyChange: -10.4, - Settlement: `Loan`, - Contract: `Futures`, - Region: `Africa`, - Country: `Nigeria`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-05-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 504 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `AUD/USD`, - Spread: 0.02, - Open: 0.7344, - Price: 0.75, - Buy: 0.73, - Sell: 0.73, - Change: 0.01, - ChangePercent: 0.72, - Volume: 36764, - High: 0.74, - Low: 0.73, - YearlyHigh: 0.79, - YearlyLow: 0.68, - YearlyStart: 0.73, - YearlyChange: 1.28, - Settlement: `Cash`, - Contract: `Options`, - Region: `Middle East`, - Country: `Oman`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-02-21`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 505 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `Euro$ 3M`, - Spread: 0.01, - Open: 99.18, - Price: 99.96, - Buy: 99.18, - Sell: 99.18, - Change: 0.79, - ChangePercent: 0.8, - Volume: 29509, - High: 99.18, - Low: 99.17, - YearlyHigh: 99.38, - YearlyLow: 98.41, - YearlyStart: 98.89, - YearlyChange: 0.28, - Settlement: `Credit`, - Contract: `Futures`, - Region: `Africa`, - Country: `Niger`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-02-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 506 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `US 2Y Future`, - Spread: 0.01, - Open: 109.3984, - Price: 111.58, - Buy: 109.4, - Sell: 109.4, - Change: 2.19, - ChangePercent: 2, - Volume: 17742, - High: 109.41, - Low: 109.38, - YearlyHigh: 109.8, - YearlyLow: 108.62, - YearlyStart: 109.21, - YearlyChange: 0.16, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `Africa`, - Country: `Morocco`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-02-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 507 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Oats`, - Spread: 0.01, - Open: 194.5, - Price: 193.83, - Buy: 194.21, - Sell: 194.22, - Change: -0.39, - ChangePercent: -0.2, - Volume: 64, - High: 195.75, - Low: 194, - YearlyHigh: 241.25, - YearlyLow: 183.75, - YearlyStart: 212.5, - YearlyChange: -8.6, - Settlement: `Cash`, - Contract: `Options`, - Region: `Africa`, - Country: `Egypt`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `FedEx`, - Maturity: `2022-06-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 508 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `AUD/USD`, - Spread: 0.02, - Open: 0.7344, - Price: 0.75, - Buy: 0.73, - Sell: 0.73, - Change: 0.01, - ChangePercent: 0.92, - Volume: 36764, - High: 0.74, - Low: 0.73, - YearlyHigh: 0.79, - YearlyLow: 0.68, - YearlyStart: 0.73, - YearlyChange: 1.28, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Middle East`, - Country: `Kuwait`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-07-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 509 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Gold`, - Spread: 0.01, - Open: 1281.1, - Price: 1299.17, - Buy: 1280.73, - Sell: 1280.74, - Change: 18.44, - ChangePercent: 1.44, - Volume: 48387, - High: 1289.5, - Low: 1279.1, - YearlyHigh: 1306, - YearlyLow: 1047.2, - YearlyStart: 1176.6, - YearlyChange: 8.85, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Middle East`, - Country: `Turkey`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-07-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 510 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `Lean Hogs`, - Spread: 0.01, - Open: 81.275, - Price: 81.52, - Buy: 81.81, - Sell: 81.82, - Change: -0.29, - ChangePercent: -0.36, - Volume: 1, - High: 81.81, - Low: 81.28, - YearlyHigh: 83.98, - YearlyLow: 70.25, - YearlyStart: 77.11, - YearlyChange: 6.09, - Settlement: `Cash`, - Contract: `Options`, - Region: `Africa`, - Country: `Cameroon`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-08-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 511 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Silver`, - Spread: 0.01, - Open: 17.43, - Price: 17.4, - Buy: 17.43, - Sell: 17.43, - Change: -0.02, - ChangePercent: -0.12, - Volume: 11720, - High: 17.51, - Low: 17.37, - YearlyHigh: 18.06, - YearlyLow: 13.73, - YearlyStart: 15.89, - YearlyChange: 9.59, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `Africa`, - Country: `Tunisia`, - Risk: `High`, - Sector: `Public`, - Currency: `PLN`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-03-11`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 512 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `NAS Future`, - Spread: 0.01, - Open: 4341.25, - Price: 4339.54, - Buy: 4341.25, - Sell: 4341.25, - Change: -1.74, - ChangePercent: -0.04, - Volume: 18259, - High: 4347, - Low: 4318, - YearlyHigh: 4719.75, - YearlyLow: 3867.75, - YearlyStart: 4293.75, - YearlyChange: 1.11, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `Europe`, - Country: `Finland`, - Risk: `High`, - Sector: `Government`, - Currency: `PLN`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-06-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 513 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soy oil`, - Spread: 0.01, - Open: 33.26, - Price: 34.11, - Buy: 33.77, - Sell: 33.78, - Change: 0.34, - ChangePercent: 1, - Volume: 10592, - High: 33.77, - Low: 33.06, - YearlyHigh: 35.43, - YearlyLow: 26.61, - YearlyStart: 31.02, - YearlyChange: 8.87, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Africa`, - Country: `Algeria`, - Risk: `High`, - Sector: `Private`, - Currency: `PLN`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-05-24`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 514 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Silver`, - Spread: 0.01, - Open: 17.43, - Price: 17.12, - Buy: 17.43, - Sell: 17.43, - Change: -0.3, - ChangePercent: -1.72, - Volume: 11720, - High: 17.51, - Low: 17.37, - YearlyHigh: 18.06, - YearlyLow: 13.73, - YearlyStart: 15.89, - YearlyChange: 9.59, - Settlement: `Loan`, - Contract: `Options`, - Region: `Middle East`, - Country: `Lebanon`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-03-10`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 515 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Corn`, - Spread: 0.01, - Open: 379.5, - Price: 377.22, - Buy: 379.8, - Sell: 379.81, - Change: -2.58, - ChangePercent: -0.68, - Volume: 11266, - High: 381, - Low: 377.75, - YearlyHigh: 471.25, - YearlyLow: 351.25, - YearlyStart: 411.25, - YearlyChange: -7.65, - Settlement: `Cash`, - Contract: `Options`, - Region: `Africa`, - Country: `Nigeria`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-05-16`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 516 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soybean`, - Spread: 0.01, - Open: 1038, - Price: 1036.12, - Buy: 1038.61, - Sell: 1038.62, - Change: -2.5, - ChangePercent: -0.24, - Volume: 20356, - High: 1044, - Low: 1031.75, - YearlyHigh: 1057, - YearlyLow: 859.5, - YearlyStart: 958.25, - YearlyChange: 8.39, - Settlement: `Credit`, - Contract: `Options`, - Region: `Asia Pacific`, - Country: `Indonesia`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-02-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 517 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/JPY`, - Spread: 0.02, - Open: 9275.5, - Price: 9195.69, - Buy: 9277.32, - Sell: 9277.34, - Change: -81.64, - ChangePercent: -0.88, - Volume: 47734, - High: 9277.33, - Low: 0.93, - YearlyHigh: 9483, - YearlyLow: 0.93, - YearlyStart: 4741.97, - YearlyChange: 95.64, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `Asia Pacific`, - Country: `Philippines`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-04-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 518 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Palladium`, - Spread: 0.01, - Open: 600.55, - Price: 595.71, - Buy: 601, - Sell: 601.01, - Change: -5.29, - ChangePercent: -0.88, - Volume: 651, - High: 607.2, - Low: 598.4, - YearlyHigh: 690, - YearlyLow: 458.6, - YearlyStart: 574.3, - YearlyChange: 4.65, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `Africa`, - Country: `Libya`, - Risk: `High`, - Sector: `Public`, - Currency: `USD`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-01-24`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 519 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Uranium`, - Spread: 0.02, - Open: 27.55, - Price: 27.65, - Buy: 27.55, - Sell: 27.55, - Change: 0.07, - ChangePercent: 0.24, - Volume: 12, - High: 27.55, - Low: 27.55, - YearlyHigh: 29.32, - YearlyLow: 21.28, - YearlyStart: 25.3, - YearlyChange: 9.01, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Africa`, - Country: `Egypt`, - Risk: `High`, - Sector: `Public`, - Currency: `PLN`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-07-11`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 520 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Coal`, - Spread: 0.015, - Open: 0.4363, - Price: 0.42, - Buy: 0.44, - Sell: 0.44, - Change: 0, - ChangePercent: 1.2, - Volume: 3, - High: 0.44, - Low: 0.44, - YearlyHigh: 0.48, - YearlyLow: 0.4, - YearlyStart: 0.44, - YearlyChange: -5.33, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `North America`, - Country: `Canada`, - Risk: `Low`, - Sector: `Government`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `FedEx`, - Maturity: `2022-02-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 521 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `Lean Hogs`, - Spread: 0.01, - Open: 81.275, - Price: 81.32, - Buy: 81.81, - Sell: 81.82, - Change: -0.49, - ChangePercent: -0.6, - Volume: 1, - High: 81.81, - Low: 81.28, - YearlyHigh: 83.98, - YearlyLow: 70.25, - YearlyStart: 77.11, - YearlyChange: 6.09, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Asia Pacific`, - Country: `Malaysia`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-07-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 522 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soy Meat`, - Spread: 0.01, - Open: 342.6, - Price: 338.23, - Buy: 342.6, - Sell: 342.6, - Change: -4.39, - ChangePercent: -1.28, - Volume: 5646, - High: 345.4, - Low: 340.3, - YearlyHigh: 353.4, - YearlyLow: 261.7, - YearlyStart: 307.55, - YearlyChange: 11.4, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Europe`, - Country: `Estonia`, - Risk: `Low`, - Sector: `Public`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-04-16`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 523 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `US 30YR Future`, - Spread: 0.01, - Open: 164.875, - Price: 164.42, - Buy: 164.15, - Sell: 164.16, - Change: 0.26, - ChangePercent: 0.16, - Volume: 28012, - High: 165.25, - Low: 164.04, - YearlyHigh: 169.38, - YearlyLow: 151.47, - YearlyStart: 160.43, - YearlyChange: 2.33, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Europe`, - Country: `Germany`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-03-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 524 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `BTC/USD`, - Spread: 0.06, - Open: 93.88, - Price: 20715.16, - Buy: 21200.76, - Sell: 21400.78, - Change: -285.61, - ChangePercent: -1.36, - Volume: 5788000, - High: 22400.05, - Low: 20100.75, - YearlyHigh: 62400.7, - YearlyLow: 15100.88, - YearlyStart: 21200.29, - YearlyChange: -20.62, - Settlement: `Credit`, - Contract: `Options`, - Region: `Europe`, - Country: `Slovakia`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-08-16`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 525 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Sugar`, - Spread: 0.01, - Open: 15.68, - Price: 14.54, - Buy: 14.67, - Sell: 14.68, - Change: -0.13, - ChangePercent: -0.92, - Volume: 4949, - High: 15.7, - Low: 14.67, - YearlyHigh: 16.87, - YearlyLow: 11.37, - YearlyStart: 14.12, - YearlyChange: 3.92, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Asia Pacific`, - Country: `Malaysia`, - Risk: `High`, - Sector: `Public`, - Currency: `PLN`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-07-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 526 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Oats`, - Spread: 0.01, - Open: 194.5, - Price: 196.55, - Buy: 194.21, - Sell: 194.22, - Change: 2.33, - ChangePercent: 1.2, - Volume: 64, - High: 195.75, - Low: 194, - YearlyHigh: 241.25, - YearlyLow: 183.75, - YearlyStart: 212.5, - YearlyChange: -8.6, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `Africa`, - Country: `Egypt`, - Risk: `Low`, - Sector: `Public`, - Currency: `USD`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-04-19`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 527 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Coal`, - Spread: 0.015, - Open: 0.4363, - Price: 0.41, - Buy: 0.44, - Sell: 0.44, - Change: -0.01, - ChangePercent: -1.04, - Volume: 3, - High: 0.44, - Low: 0.44, - YearlyHigh: 0.48, - YearlyLow: 0.4, - YearlyStart: 0.44, - YearlyChange: -5.33, - Settlement: `Loan`, - Contract: `Forwards`, - Region: `Africa`, - Country: `Cameroon`, - Risk: `Low`, - Sector: `Government`, - Currency: `USD`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-05-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 528 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P 600 MINI`, - Spread: 0.01, - Open: 687.9, - Price: 693.11, - Buy: 687.9, - Sell: 687.9, - Change: 5.23, - ChangePercent: 0.76, - Volume: 0, - High: 0, - Low: 0, - YearlyHigh: 620.32, - YearlyLow: 595.9, - YearlyStart: 608.11, - YearlyChange: 13.12, - Settlement: `Loan`, - Contract: `Futures`, - Region: `Middle East`, - Country: `Israel`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-07-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 529 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Wheat`, - Spread: 0.01, - Open: 465.5, - Price: 470.36, - Buy: 465.5, - Sell: 465.5, - Change: 4.84, - ChangePercent: 1.04, - Volume: 4318, - High: 467, - Low: 463.25, - YearlyHigh: 628.5, - YearlyLow: 449.5, - YearlyStart: 539, - YearlyChange: -13.63, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Africa`, - Country: `Senegal`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `American Airlines`, - Maturity: `2022-04-23`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 530 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `OJ Future`, - Spread: 0.01, - Open: 140.6, - Price: 137.72, - Buy: 140.18, - Sell: 140.19, - Change: -2.47, - ChangePercent: -1.76, - Volume: 7, - High: 140.19, - Low: 0, - YearlyHigh: 155.95, - YearlyLow: 113, - YearlyStart: 134.47, - YearlyChange: 4.25, - Settlement: `Loan`, - Contract: `Futures`, - Region: `Middle East`, - Country: `Saudi Arabia`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-05-21`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 531 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Copper`, - Spread: 0.02, - Open: 2.123, - Price: 2.07, - Buy: 2.12, - Sell: 2.12, - Change: -0.04, - ChangePercent: -1.8, - Volume: 28819, - High: 2.16, - Low: 2.11, - YearlyHigh: 2.94, - YearlyLow: 1.96, - YearlyStart: 2.45, - YearlyChange: -13.76, - Settlement: `Cash`, - Contract: `Options`, - Region: `Middle East`, - Country: `Oman`, - Risk: `Low`, - Sector: `Public`, - Currency: `USD`, - Security: `High`, - Issuer: `FedEx`, - Maturity: `2022-08-24`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 532 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Platinum`, - Spread: 0.01, - Open: 1071.6, - Price: 1084.81, - Buy: 1071.09, - Sell: 1071.1, - Change: 13.71, - ChangePercent: 1.28, - Volume: 3039, - High: 1081.2, - Low: 1070.5, - YearlyHigh: 1120.6, - YearlyLow: 812.4, - YearlyStart: 966.5, - YearlyChange: 10.82, - Settlement: `Cash`, - Contract: `Swap`, - Region: `South America`, - Country: `Chile`, - Risk: `Low`, - Sector: `Public`, - Currency: `USD`, - Security: `Poor`, - Issuer: `FedEx`, - Maturity: `2022-02-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 533 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `FD Cattle`, - Spread: 0.01, - Open: 147.175, - Price: 148.31, - Buy: 148.6, - Sell: 148.61, - Change: -0.3, - ChangePercent: -0.2, - Volume: 5, - High: 148.61, - Low: 147.18, - YearlyHigh: 190, - YearlyLow: 138.1, - YearlyStart: 164.05, - YearlyChange: -9.41, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Middle East`, - Country: `Lebanon`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-04-23`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 534 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Wheat`, - Spread: 0.01, - Open: 465.5, - Price: 470.18, - Buy: 465.5, - Sell: 465.5, - Change: 4.66, - ChangePercent: 1, - Volume: 4318, - High: 467, - Low: 463.25, - YearlyHigh: 628.5, - YearlyLow: 449.5, - YearlyStart: 539, - YearlyChange: -13.63, - Settlement: `Cash`, - Contract: `Options`, - Region: `Middle East`, - Country: `Saudi Arabia`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-02-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 535 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `DOW Future`, - Spread: 0.01, - Open: 17711, - Price: 17556.28, - Buy: 17712.15, - Sell: 17712.16, - Change: -155.87, - ChangePercent: -0.88, - Volume: 22236, - High: 17727, - Low: 17642, - YearlyHigh: 18083, - YearlyLow: 15299, - YearlyStart: 16691, - YearlyChange: 6.12, - Settlement: `Cash`, - Contract: `CFD`, - Region: `Africa`, - Country: `Niger`, - Risk: `High`, - Sector: `Public`, - Currency: `USD`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-03-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 536 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `OJ Future`, - Spread: 0.01, - Open: 140.6, - Price: 139.46, - Buy: 140.18, - Sell: 140.19, - Change: -0.73, - ChangePercent: -0.52, - Volume: 7, - High: 140.19, - Low: 0, - YearlyHigh: 155.95, - YearlyLow: 113, - YearlyStart: 134.47, - YearlyChange: 4.25, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Africa`, - Country: `South Africa`, - Risk: `Low`, - Sector: `Government`, - Currency: `USD`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-08-22`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 537 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soy Meat`, - Spread: 0.01, - Open: 342.6, - Price: 336.73, - Buy: 342.6, - Sell: 342.6, - Change: -5.89, - ChangePercent: -1.72, - Volume: 5646, - High: 345.4, - Low: 340.3, - YearlyHigh: 353.4, - YearlyLow: 261.7, - YearlyStart: 307.55, - YearlyChange: 11.4, - Settlement: `Loan`, - Contract: `Options`, - Region: `Middle East`, - Country: `Qatar`, - Risk: `Low`, - Sector: `Public`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-06-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 538 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Silver`, - Spread: 0.01, - Open: 17.43, - Price: 17.46, - Buy: 17.43, - Sell: 17.43, - Change: 0.04, - ChangePercent: 0.24, - Volume: 11720, - High: 17.51, - Low: 17.37, - YearlyHigh: 18.06, - YearlyLow: 13.73, - YearlyStart: 15.89, - YearlyChange: 9.59, - Settlement: `Loan`, - Contract: `Forwards`, - Region: `Africa`, - Country: `Cameroon`, - Risk: `High`, - Sector: `Private`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-04-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 539 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Coal`, - Spread: 0.015, - Open: 0.4363, - Price: 0.41, - Buy: 0.44, - Sell: 0.44, - Change: -0.01, - ChangePercent: -1.08, - Volume: 3, - High: 0.44, - Low: 0.44, - YearlyHigh: 0.48, - YearlyLow: 0.4, - YearlyStart: 0.44, - YearlyChange: -5.33, - Settlement: `Cash`, - Contract: `Options`, - Region: `Asia Pacific`, - Country: `Pakistan`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `American Airlines`, - Maturity: `2022-03-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 540 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P Future`, - Spread: 0.01, - Open: 2057.5, - Price: 2039.33, - Buy: 2056.6, - Sell: 2056.61, - Change: -17.27, - ChangePercent: -0.84, - Volume: 142780, - High: 2059.5, - Low: 2049, - YearlyHigh: 2105.5, - YearlyLow: 1794.5, - YearlyStart: 1950, - YearlyChange: 5.47, - Settlement: `Credit`, - Contract: `Options`, - Region: `North America`, - Country: `United States`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-06-23`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 541 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `BTC/USD`, - Spread: 0.06, - Open: 93.88, - Price: 20967.17, - Buy: 21200.76, - Sell: 21400.78, - Change: -33.6, - ChangePercent: -0.16, - Volume: 5788000, - High: 22400.05, - Low: 20100.75, - YearlyHigh: 62400.7, - YearlyLow: 15100.88, - YearlyStart: 21200.29, - YearlyChange: -20.62, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Europe`, - Country: `Russia`, - Risk: `High`, - Sector: `Public`, - Currency: `USD`, - Security: `High`, - Issuer: `FedEx`, - Maturity: `2022-08-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 542 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Palladium`, - Spread: 0.01, - Open: 600.55, - Price: 607.97, - Buy: 601, - Sell: 601.01, - Change: 6.97, - ChangePercent: 1.16, - Volume: 651, - High: 607.2, - Low: 598.4, - YearlyHigh: 690, - YearlyLow: 458.6, - YearlyStart: 574.3, - YearlyChange: 4.65, - Settlement: `Loan`, - Contract: `CFD`, - Region: `Europe`, - Country: `Finland`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-08-21`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 543 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P MID MINI`, - Spread: 0.01, - Open: 1454.3, - Price: 1476.16, - Buy: 1455.78, - Sell: 1455.79, - Change: 20.38, - ChangePercent: 1.4, - Volume: 338, - High: 1455.78, - Low: 1448, - YearlyHigh: 1527.3, - YearlyLow: 1236, - YearlyStart: 1381.65, - YearlyChange: 5.37, - Settlement: `Loan`, - Contract: `Futures`, - Region: `South America`, - Country: `Brazil`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-08-19`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 544 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soybean`, - Spread: 0.01, - Open: 1038, - Price: 1039.45, - Buy: 1038.61, - Sell: 1038.62, - Change: 0.83, - ChangePercent: 0.08, - Volume: 20356, - High: 1044, - Low: 1031.75, - YearlyHigh: 1057, - YearlyLow: 859.5, - YearlyStart: 958.25, - YearlyChange: 8.39, - Settlement: `Cash`, - Contract: `Options`, - Region: `Asia Pacific`, - Country: `Malaysia`, - Risk: `High`, - Sector: `Government`, - Currency: `USD`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-04-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 545 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `DOW Future`, - Spread: 0.01, - Open: 17711, - Price: 17535.03, - Buy: 17712.15, - Sell: 17712.16, - Change: -177.12, - ChangePercent: -1, - Volume: 22236, - High: 17727, - Low: 17642, - YearlyHigh: 18083, - YearlyLow: 15299, - YearlyStart: 16691, - YearlyChange: 6.12, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `Africa`, - Country: `Egypt`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `High`, - Issuer: `American Airlines`, - Maturity: `2022-08-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 546 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Coal`, - Spread: 0.015, - Open: 0.4363, - Price: 0.42, - Buy: 0.44, - Sell: 0.44, - Change: 0, - ChangePercent: 1.88, - Volume: 3, - High: 0.44, - Low: 0.44, - YearlyHigh: 0.48, - YearlyLow: 0.4, - YearlyStart: 0.44, - YearlyChange: -5.33, - Settlement: `Cash`, - Contract: `Options`, - Region: `Asia Pacific`, - Country: `Philippines`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-09-22`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 547 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P MID MINI`, - Spread: 0.01, - Open: 1454.3, - Price: 1462.19, - Buy: 1455.78, - Sell: 1455.79, - Change: 6.41, - ChangePercent: 0.44, - Volume: 338, - High: 1455.78, - Low: 1448, - YearlyHigh: 1527.3, - YearlyLow: 1236, - YearlyStart: 1381.65, - YearlyChange: 5.37, - Settlement: `Credit`, - Contract: `Options`, - Region: `Asia Pacific`, - Country: `Australia`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-09-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 548 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Natural Gas`, - Spread: 0.02, - Open: 2.094, - Price: 2.13, - Buy: 2.09, - Sell: 2.09, - Change: 0.03, - ChangePercent: 1.16, - Volume: 2783, - High: 2.11, - Low: 2.09, - YearlyHigh: 3.2, - YearlyLow: 1.84, - YearlyStart: 2.52, - YearlyChange: -16.51, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Europe`, - Country: `Iceland`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `American Airlines`, - Maturity: `2022-06-19`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 549 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `DOW Future`, - Spread: 0.01, - Open: 17711, - Price: 17563.37, - Buy: 17712.15, - Sell: 17712.16, - Change: -148.78, - ChangePercent: -0.84, - Volume: 22236, - High: 17727, - Low: 17642, - YearlyHigh: 18083, - YearlyLow: 15299, - YearlyStart: 16691, - YearlyChange: 6.12, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Asia Pacific`, - Country: `Japan`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-02-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 550 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Copper`, - Spread: 0.02, - Open: 2.123, - Price: 2.13, - Buy: 2.12, - Sell: 2.12, - Change: 0.02, - ChangePercent: 0.84, - Volume: 28819, - High: 2.16, - Low: 2.11, - YearlyHigh: 2.94, - YearlyLow: 1.96, - YearlyStart: 2.45, - YearlyChange: -13.76, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Asia Pacific`, - Country: `India`, - Risk: `High`, - Sector: `Private`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-02-19`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 551 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Lumber`, - Spread: 0.01, - Open: 303.9, - Price: 309.11, - Buy: 304.59, - Sell: 304.6, - Change: 4.51, - ChangePercent: 1.48, - Volume: 2, - High: 304.6, - Low: 303.9, - YearlyHigh: 317.1, - YearlyLow: 236, - YearlyStart: 276.55, - YearlyChange: 10.14, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Middle East`, - Country: `Israel`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-06-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 552 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/CAD`, - Spread: 0.02, - Open: 0.7744, - Price: 0.95, - Buy: 0.94, - Sell: 0.96, - Change: 0, - ChangePercent: 0.04, - Volume: 13669, - High: 0.95, - Low: 0.77, - YearlyHigh: 0.95, - YearlyLow: 0.68, - YearlyStart: 0.76, - YearlyChange: 26.43, - Settlement: `Credit`, - Contract: `CFD`, - Region: `Middle East`, - Country: `Israel`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-02-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 553 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/CAD`, - Spread: 0.02, - Open: 0.7744, - Price: 0.94, - Buy: 0.94, - Sell: 0.96, - Change: -0.01, - ChangePercent: -1.88, - Volume: 13669, - High: 0.95, - Low: 0.77, - YearlyHigh: 0.95, - YearlyLow: 0.68, - YearlyStart: 0.76, - YearlyChange: 26.43, - Settlement: `Credit`, - Contract: `Forwards`, - Region: `Middle East`, - Country: `Syria`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-09-11`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 554 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `DOW Future`, - Spread: 0.01, - Open: 17711, - Price: 17506.69, - Buy: 17712.15, - Sell: 17712.16, - Change: -205.46, - ChangePercent: -1.16, - Volume: 22236, - High: 17727, - Low: 17642, - YearlyHigh: 18083, - YearlyLow: 15299, - YearlyStart: 16691, - YearlyChange: 6.12, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Africa`, - Country: `Tunisia`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `High`, - Issuer: `FedEx`, - Maturity: `2022-07-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 555 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Gold`, - Spread: 0.01, - Open: 1281.1, - Price: 1278.68, - Buy: 1280.73, - Sell: 1280.74, - Change: -2.05, - ChangePercent: -0.16, - Volume: 48387, - High: 1289.5, - Low: 1279.1, - YearlyHigh: 1306, - YearlyLow: 1047.2, - YearlyStart: 1176.6, - YearlyChange: 8.85, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Europe`, - Country: `Ireland`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-04-11`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 556 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `Lean Hogs`, - Spread: 0.01, - Open: 81.275, - Price: 83.19, - Buy: 81.81, - Sell: 81.82, - Change: 1.38, - ChangePercent: 1.68, - Volume: 1, - High: 81.81, - Low: 81.28, - YearlyHigh: 83.98, - YearlyLow: 70.25, - YearlyStart: 77.11, - YearlyChange: 6.09, - Settlement: `Loan`, - Contract: `Options`, - Region: `North America`, - Country: `Mexico`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `American Airlines`, - Maturity: `2022-08-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 557 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Gold`, - Spread: 0.01, - Open: 1281.1, - Price: 1281.24, - Buy: 1280.73, - Sell: 1280.74, - Change: 0.51, - ChangePercent: 0.04, - Volume: 48387, - High: 1289.5, - Low: 1279.1, - YearlyHigh: 1306, - YearlyLow: 1047.2, - YearlyStart: 1176.6, - YearlyChange: 8.85, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Europe`, - Country: `Switzerland`, - Risk: `Low`, - Sector: `Government`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `FedEx`, - Maturity: `2022-07-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 558 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Coffee`, - Spread: 0.01, - Open: 125.7, - Price: 125.59, - Buy: 125.7, - Sell: 125.7, - Change: -0.1, - ChangePercent: -0.08, - Volume: 1654, - High: 125.8, - Low: 125, - YearlyHigh: 155.75, - YearlyLow: 115.35, - YearlyStart: 135.55, - YearlyChange: -7.27, - Settlement: `Credit`, - Contract: `Futures`, - Region: `Asia Pacific`, - Country: `Japan`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `Poor`, - Issuer: `American Airlines`, - Maturity: `2022-06-21`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 559 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soy Meat`, - Spread: 0.01, - Open: 342.6, - Price: 341.39, - Buy: 342.6, - Sell: 342.6, - Change: -1.23, - ChangePercent: -0.36, - Volume: 5646, - High: 345.4, - Low: 340.3, - YearlyHigh: 353.4, - YearlyLow: 261.7, - YearlyStart: 307.55, - YearlyChange: 11.4, - Settlement: `Loan`, - Contract: `Futures`, - Region: `Middle East`, - Country: `Israel`, - Risk: `High`, - Sector: `Public`, - Currency: `USD`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-05-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 560 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Platinum`, - Spread: 0.01, - Open: 1071.6, - Price: 1067.67, - Buy: 1071.09, - Sell: 1071.1, - Change: -3.43, - ChangePercent: -0.32, - Volume: 3039, - High: 1081.2, - Low: 1070.5, - YearlyHigh: 1120.6, - YearlyLow: 812.4, - YearlyStart: 966.5, - YearlyChange: 10.82, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Asia Pacific`, - Country: `Taiwan`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `High`, - Issuer: `FedEx`, - Maturity: `2022-02-24`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 561 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `Euro$ 3M`, - Spread: 0.01, - Open: 99.18, - Price: 99.33, - Buy: 99.18, - Sell: 99.18, - Change: 0.16, - ChangePercent: 0.16, - Volume: 29509, - High: 99.18, - Low: 99.17, - YearlyHigh: 99.38, - YearlyLow: 98.41, - YearlyStart: 98.89, - YearlyChange: 0.28, - Settlement: `Cash`, - Contract: `Futures`, - Region: `South America`, - Country: `Brazil`, - Risk: `High`, - Sector: `Private`, - Currency: `PLN`, - Security: `High`, - Issuer: `American Airlines`, - Maturity: `2022-08-10`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 562 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `BTC/USD`, - Spread: 0.06, - Open: 93.88, - Price: 20740.36, - Buy: 21200.76, - Sell: 21400.78, - Change: -260.41, - ChangePercent: -1.24, - Volume: 5788000, - High: 22400.05, - Low: 20100.75, - YearlyHigh: 62400.7, - YearlyLow: 15100.88, - YearlyStart: 21200.29, - YearlyChange: -20.62, - Settlement: `Loan`, - Contract: `Forwards`, - Region: `Asia Pacific`, - Country: `New Zealand`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-07-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 563 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `OJ Future`, - Spread: 0.01, - Open: 140.6, - Price: 141.48, - Buy: 140.18, - Sell: 140.19, - Change: 1.29, - ChangePercent: 0.92, - Volume: 7, - High: 140.19, - Low: 0, - YearlyHigh: 155.95, - YearlyLow: 113, - YearlyStart: 134.47, - YearlyChange: 4.25, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Europe`, - Country: `Bulgaria`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-03-19`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 564 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/CHF`, - Spread: 0.02, - Open: 1.0337, - Price: 1.05, - Buy: 1.03, - Sell: 1.03, - Change: 0.01, - ChangePercent: 0.28, - Volume: 5550, - High: 1.03, - Low: 1.03, - YearlyHigh: 1.11, - YearlyLow: 0.98, - YearlyStart: 1.04, - YearlyChange: -0.12, - Settlement: `Loan`, - Contract: `Swap`, - Region: `South America`, - Country: `Bolivia`, - Risk: `Low`, - Sector: `Government`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-09-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 565 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/CHF`, - Spread: 0.02, - Open: 1.0337, - Price: 1.04, - Buy: 1.03, - Sell: 1.03, - Change: 0, - ChangePercent: -0.4, - Volume: 5550, - High: 1.03, - Low: 1.03, - YearlyHigh: 1.11, - YearlyLow: 0.98, - YearlyStart: 1.04, - YearlyChange: -0.12, - Settlement: `Cash`, - Contract: `Options`, - Region: `Asia Pacific`, - Country: `Indonesia`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-09-11`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 566 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Sugar`, - Spread: 0.01, - Open: 15.68, - Price: 14.87, - Buy: 14.67, - Sell: 14.68, - Change: 0.2, - ChangePercent: 1.32, - Volume: 4949, - High: 15.7, - Low: 14.67, - YearlyHigh: 16.87, - YearlyLow: 11.37, - YearlyStart: 14.12, - YearlyChange: 3.92, - Settlement: `Loan`, - Contract: `Futures`, - Region: `Middle East`, - Country: `Iran`, - Risk: `Low`, - Sector: `Government`, - Currency: `USD`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-04-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 567 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Coal`, - Spread: 0.015, - Open: 0.4363, - Price: 0.41, - Buy: 0.44, - Sell: 0.44, - Change: -0.01, - ChangePercent: -0.96, - Volume: 3, - High: 0.44, - Low: 0.44, - YearlyHigh: 0.48, - YearlyLow: 0.4, - YearlyStart: 0.44, - YearlyChange: -5.33, - Settlement: `Cash`, - Contract: `Options`, - Region: `Europe`, - Country: `Belgium`, - Risk: `Low`, - Sector: `Public`, - Currency: `USD`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-02-19`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 568 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Corn`, - Spread: 0.01, - Open: 379.5, - Price: 379.35, - Buy: 379.8, - Sell: 379.81, - Change: -0.45, - ChangePercent: -0.12, - Volume: 11266, - High: 381, - Low: 377.75, - YearlyHigh: 471.25, - YearlyLow: 351.25, - YearlyStart: 411.25, - YearlyChange: -7.65, - Settlement: `Cash`, - Contract: `Options`, - Region: `Asia Pacific`, - Country: `Korea`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `FedEx`, - Maturity: `2022-02-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 569 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `US 30YR Future`, - Spread: 0.01, - Open: 164.875, - Price: 163.5, - Buy: 164.15, - Sell: 164.16, - Change: -0.66, - ChangePercent: -0.4, - Volume: 28012, - High: 165.25, - Low: 164.04, - YearlyHigh: 169.38, - YearlyLow: 151.47, - YearlyStart: 160.43, - YearlyChange: 2.33, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Asia Pacific`, - Country: `Pakistan`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-02-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 570 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `FD Cattle`, - Spread: 0.01, - Open: 147.175, - Price: 149.68, - Buy: 148.6, - Sell: 148.61, - Change: 1.07, - ChangePercent: 0.72, - Volume: 5, - High: 148.61, - Low: 147.18, - YearlyHigh: 190, - YearlyLow: 138.1, - YearlyStart: 164.05, - YearlyChange: -9.41, - Settlement: `Cash`, - Contract: `CFD`, - Region: `Asia Pacific`, - Country: `Azerbaijan`, - Risk: `High`, - Sector: `Public`, - Currency: `USD`, - Security: `Poor`, - Issuer: `American Airlines`, - Maturity: `2022-05-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 571 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/JPY`, - Spread: 0.02, - Open: 9275.5, - Price: 9140.03, - Buy: 9277.32, - Sell: 9277.34, - Change: -137.3, - ChangePercent: -1.48, - Volume: 47734, - High: 9277.33, - Low: 0.93, - YearlyHigh: 9483, - YearlyLow: 0.93, - YearlyStart: 4741.97, - YearlyChange: 95.64, - Settlement: `Credit`, - Contract: `Options`, - Region: `Asia Pacific`, - Country: `New Zealand`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `Poor`, - Issuer: `FedEx`, - Maturity: `2022-04-21`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 572 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `FD Cattle`, - Spread: 0.01, - Open: 147.175, - Price: 149.14, - Buy: 148.6, - Sell: 148.61, - Change: 0.53, - ChangePercent: 0.36, - Volume: 5, - High: 148.61, - Low: 147.18, - YearlyHigh: 190, - YearlyLow: 138.1, - YearlyStart: 164.05, - YearlyChange: -9.41, - Settlement: `Credit`, - Contract: `CFD`, - Region: `Middle East`, - Country: `Bahrain`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-06-23`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 573 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Silver`, - Spread: 0.01, - Open: 17.43, - Price: 17.62, - Buy: 17.43, - Sell: 17.43, - Change: 0.2, - ChangePercent: 1.12, - Volume: 11720, - High: 17.51, - Low: 17.37, - YearlyHigh: 18.06, - YearlyLow: 13.73, - YearlyStart: 15.89, - YearlyChange: 9.59, - Settlement: `Cash`, - Contract: `Options`, - Region: `North America`, - Country: `United States`, - Risk: `High`, - Sector: `Public`, - Currency: `USD`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-02-10`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 574 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Lumber`, - Spread: 0.01, - Open: 303.9, - Price: 302.65, - Buy: 304.59, - Sell: 304.6, - Change: -1.95, - ChangePercent: -0.64, - Volume: 2, - High: 304.6, - Low: 303.9, - YearlyHigh: 317.1, - YearlyLow: 236, - YearlyStart: 276.55, - YearlyChange: 10.14, - Settlement: `Cash`, - Contract: `Futures`, - Region: `South America`, - Country: `Colombia`, - Risk: `Low`, - Sector: `Public`, - Currency: `USD`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-01-21`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 575 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Uranium`, - Spread: 0.02, - Open: 27.55, - Price: 27.19, - Buy: 27.55, - Sell: 27.55, - Change: -0.39, - ChangePercent: -1.4, - Volume: 12, - High: 27.55, - Low: 27.55, - YearlyHigh: 29.32, - YearlyLow: 21.28, - YearlyStart: 25.3, - YearlyChange: 9.01, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Europe`, - Country: `Sweden`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-05-16`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 576 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soy oil`, - Spread: 0.01, - Open: 33.26, - Price: 33.38, - Buy: 33.77, - Sell: 33.78, - Change: -0.39, - ChangePercent: -1.16, - Volume: 10592, - High: 33.77, - Low: 33.06, - YearlyHigh: 35.43, - YearlyLow: 26.61, - YearlyStart: 31.02, - YearlyChange: 8.87, - Settlement: `Credit`, - Contract: `CFD`, - Region: `South America`, - Country: `Paraguay`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-06-19`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 577 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `FD Cattle`, - Spread: 0.01, - Open: 147.175, - Price: 148.25, - Buy: 148.6, - Sell: 148.61, - Change: -0.36, - ChangePercent: -0.24, - Volume: 5, - High: 148.61, - Low: 147.18, - YearlyHigh: 190, - YearlyLow: 138.1, - YearlyStart: 164.05, - YearlyChange: -9.41, - Settlement: `Credit`, - Contract: `Options`, - Region: `Europe`, - Country: `Italy`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-06-10`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 578 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Coal`, - Spread: 0.015, - Open: 0.4363, - Price: 0.41, - Buy: 0.44, - Sell: 0.44, - Change: -0.01, - ChangePercent: -1.12, - Volume: 3, - High: 0.44, - Low: 0.44, - YearlyHigh: 0.48, - YearlyLow: 0.4, - YearlyStart: 0.44, - YearlyChange: -5.33, - Settlement: `Cash`, - Contract: `CFD`, - Region: `Middle East`, - Country: `UAE`, - Risk: `Low`, - Sector: `Government`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-04-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 579 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `Lean Hogs`, - Spread: 0.01, - Open: 81.275, - Price: 83.25, - Buy: 81.81, - Sell: 81.82, - Change: 1.44, - ChangePercent: 1.76, - Volume: 1, - High: 81.81, - Low: 81.28, - YearlyHigh: 83.98, - YearlyLow: 70.25, - YearlyStart: 77.11, - YearlyChange: 6.09, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Asia Pacific`, - Country: `Taiwan`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-08-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 580 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `LV Cattle`, - Spread: 0.01, - Open: 120.725, - Price: 119.5, - Buy: 120.72, - Sell: 120.72, - Change: -1.2, - ChangePercent: -1, - Volume: 4, - High: 120.72, - Low: 120.72, - YearlyHigh: 147.98, - YearlyLow: 113.9, - YearlyStart: 130.94, - YearlyChange: -7.82, - Settlement: `Credit`, - Contract: `Futures`, - Region: `Middle East`, - Country: `Turkey`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `High`, - Issuer: `American Airlines`, - Maturity: `2022-04-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 581 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Gold`, - Spread: 0.01, - Open: 1281.1, - Price: 1285.85, - Buy: 1280.73, - Sell: 1280.74, - Change: 5.12, - ChangePercent: 0.4, - Volume: 48387, - High: 1289.5, - Low: 1279.1, - YearlyHigh: 1306, - YearlyLow: 1047.2, - YearlyStart: 1176.6, - YearlyChange: 8.85, - Settlement: `Cash`, - Contract: `Options`, - Region: `Middle East`, - Country: `Jordan`, - Risk: `High`, - Sector: `Public`, - Currency: `PLN`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-05-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 582 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/CAD`, - Spread: 0.02, - Open: 0.7744, - Price: 0.97, - Buy: 0.94, - Sell: 0.96, - Change: 0.02, - ChangePercent: 1.88, - Volume: 13669, - High: 0.95, - Low: 0.77, - YearlyHigh: 0.95, - YearlyLow: 0.68, - YearlyStart: 0.76, - YearlyChange: 26.43, - Settlement: `Credit`, - Contract: `Options`, - Region: `Middle East`, - Country: `Kuwait`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-08-21`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 583 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `NAS Future`, - Spread: 0.01, - Open: 4341.25, - Price: 4303.08, - Buy: 4341.25, - Sell: 4341.25, - Change: -38.2, - ChangePercent: -0.88, - Volume: 18259, - High: 4347, - Low: 4318, - YearlyHigh: 4719.75, - YearlyLow: 3867.75, - YearlyStart: 4293.75, - YearlyChange: 1.11, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Asia Pacific`, - Country: `Singapore`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-02-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 584 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `Euro$ 3M`, - Spread: 0.01, - Open: 99.18, - Price: 98.65, - Buy: 99.18, - Sell: 99.18, - Change: -0.52, - ChangePercent: -0.52, - Volume: 29509, - High: 99.18, - Low: 99.17, - YearlyHigh: 99.38, - YearlyLow: 98.41, - YearlyStart: 98.89, - YearlyChange: 0.28, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Asia Pacific`, - Country: `Azerbaijan`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-08-23`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 585 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Lumber`, - Spread: 0.01, - Open: 303.9, - Price: 309.84, - Buy: 304.59, - Sell: 304.6, - Change: 5.24, - ChangePercent: 1.72, - Volume: 2, - High: 304.6, - Low: 303.9, - YearlyHigh: 317.1, - YearlyLow: 236, - YearlyStart: 276.55, - YearlyChange: 10.14, - Settlement: `Cash`, - Contract: `CFD`, - Region: `Asia Pacific`, - Country: `China`, - Risk: `Low`, - Sector: `Government`, - Currency: `USD`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-03-27`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 586 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `Euro$ 3M`, - Spread: 0.01, - Open: 99.18, - Price: 98.22, - Buy: 99.18, - Sell: 99.18, - Change: -0.95, - ChangePercent: -0.96, - Volume: 29509, - High: 99.18, - Low: 99.17, - YearlyHigh: 99.38, - YearlyLow: 98.41, - YearlyStart: 98.89, - YearlyChange: 0.28, - Settlement: `Credit`, - Contract: `Forwards`, - Region: `Asia Pacific`, - Country: `Thailand`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-02-21`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 587 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `AUD/USD`, - Spread: 0.02, - Open: 0.7344, - Price: 0.74, - Buy: 0.73, - Sell: 0.73, - Change: 0, - ChangePercent: -1.08, - Volume: 36764, - High: 0.74, - Low: 0.73, - YearlyHigh: 0.79, - YearlyLow: 0.68, - YearlyStart: 0.73, - YearlyChange: 1.28, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `Europe`, - Country: `Hungary`, - Risk: `Low`, - Sector: `Public`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-01-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 588 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Oil`, - Spread: 0.015, - Open: 45.54, - Price: 46.17, - Buy: 45.78, - Sell: 45.8, - Change: 0.38, - ChangePercent: 0.84, - Volume: 107196, - High: 45.94, - Low: 45, - YearlyHigh: 65.28, - YearlyLow: 30.79, - YearlyStart: 48.03, - YearlyChange: -4.67, - Settlement: `Loan`, - Contract: `Futures`, - Region: `Europe`, - Country: `Bulgaria`, - Risk: `High`, - Sector: `Private`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-05-23`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 589 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Uranium`, - Spread: 0.02, - Open: 27.55, - Price: 27.77, - Buy: 27.55, - Sell: 27.55, - Change: 0.19, - ChangePercent: 0.68, - Volume: 12, - High: 27.55, - Low: 27.55, - YearlyHigh: 29.32, - YearlyLow: 21.28, - YearlyStart: 25.3, - YearlyChange: 9.01, - Settlement: `Cash`, - Contract: `Swap`, - Region: `South America`, - Country: `Paraguay`, - Risk: `High`, - Sector: `Public`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-06-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 590 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `DOW Future`, - Spread: 0.01, - Open: 17711, - Price: 17740.49, - Buy: 17712.15, - Sell: 17712.16, - Change: 28.34, - ChangePercent: 0.16, - Volume: 22236, - High: 17727, - Low: 17642, - YearlyHigh: 18083, - YearlyLow: 15299, - YearlyStart: 16691, - YearlyChange: 6.12, - Settlement: `Cash`, - Contract: `Swap`, - Region: `South America`, - Country: `Guyana`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-03-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 591 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `GBP/USD`, - Spread: 0.02, - Open: 1.4464, - Price: 1.17, - Buy: 1.18, - Sell: 1.2, - Change: -0.02, - ChangePercent: -1.92, - Volume: 29450, - High: 1.45, - Low: 1.19, - YearlyHigh: 1.59, - YearlyLow: 1.19, - YearlyStart: 1.49, - YearlyChange: -19.59, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Europe`, - Country: `United Kingdom`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-05-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 592 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Wheat`, - Spread: 0.01, - Open: 465.5, - Price: 467.75, - Buy: 465.5, - Sell: 465.5, - Change: 2.23, - ChangePercent: 0.48, - Volume: 4318, - High: 467, - Low: 463.25, - YearlyHigh: 628.5, - YearlyLow: 449.5, - YearlyStart: 539, - YearlyChange: -13.63, - Settlement: `Credit`, - Contract: `Futures`, - Region: `Asia Pacific`, - Country: `New Zealand`, - Risk: `Low`, - Sector: `Public`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `American Airlines`, - Maturity: `2022-03-19`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 593 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `FD Cattle`, - Spread: 0.01, - Open: 147.175, - Price: 147.24, - Buy: 148.6, - Sell: 148.61, - Change: -1.37, - ChangePercent: -0.92, - Volume: 5, - High: 148.61, - Low: 147.18, - YearlyHigh: 190, - YearlyLow: 138.1, - YearlyStart: 164.05, - YearlyChange: -9.41, - Settlement: `Loan`, - Contract: `CFD`, - Region: `Europe`, - Country: `United Kingdom`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-05-11`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 594 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Natural Gas`, - Spread: 0.02, - Open: 2.094, - Price: 2.09, - Buy: 2.09, - Sell: 2.09, - Change: -0.01, - ChangePercent: -0.76, - Volume: 2783, - High: 2.11, - Low: 2.09, - YearlyHigh: 3.2, - YearlyLow: 1.84, - YearlyStart: 2.52, - YearlyChange: -16.51, - Settlement: `Cash`, - Contract: `Options`, - Region: `Europe`, - Country: `Slovakia`, - Risk: `High`, - Sector: `Government`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-06-11`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 595 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Cotton`, - Spread: 0.01, - Open: 61.77, - Price: 62.95, - Buy: 61.77, - Sell: 61.77, - Change: 1.19, - ChangePercent: 1.92, - Volume: 3612, - High: 62.06, - Low: 61.32, - YearlyHigh: 67.59, - YearlyLow: 54.33, - YearlyStart: 60.96, - YearlyChange: 1.31, - Settlement: `Loan`, - Contract: `Forwards`, - Region: `North America`, - Country: `Canada`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-01-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 596 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Wheat`, - Spread: 0.01, - Open: 465.5, - Price: 463.66, - Buy: 465.5, - Sell: 465.5, - Change: -1.86, - ChangePercent: -0.4, - Volume: 4318, - High: 467, - Low: 463.25, - YearlyHigh: 628.5, - YearlyLow: 449.5, - YearlyStart: 539, - YearlyChange: -13.63, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `North America`, - Country: `Canada`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `High`, - Issuer: `FedEx`, - Maturity: `2022-07-11`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 597 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `OJ Future`, - Spread: 0.01, - Open: 140.6, - Price: 140.58, - Buy: 140.18, - Sell: 140.19, - Change: 0.39, - ChangePercent: 0.28, - Volume: 7, - High: 140.19, - Low: 0, - YearlyHigh: 155.95, - YearlyLow: 113, - YearlyStart: 134.47, - YearlyChange: 4.25, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Europe`, - Country: `France`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-05-23`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 598 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `LV Cattle`, - Spread: 0.01, - Open: 120.725, - Price: 119.3, - Buy: 120.72, - Sell: 120.72, - Change: -1.41, - ChangePercent: -1.16, - Volume: 4, - High: 120.72, - Low: 120.72, - YearlyHigh: 147.98, - YearlyLow: 113.9, - YearlyStart: 130.94, - YearlyChange: -7.82, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Africa`, - Country: `Senegal`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-03-11`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 599 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Oil`, - Spread: 0.015, - Open: 45.54, - Price: 45.41, - Buy: 45.78, - Sell: 45.8, - Change: -0.38, - ChangePercent: -0.84, - Volume: 107196, - High: 45.94, - Low: 45, - YearlyHigh: 65.28, - YearlyLow: 30.79, - YearlyStart: 48.03, - YearlyChange: -4.67, - Settlement: `Cash`, - Contract: `Options`, - Region: `Africa`, - Country: `Algeria`, - Risk: `Low`, - Sector: `Government`, - Currency: `PLN`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-06-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 600 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Silver`, - Spread: 0.01, - Open: 17.43, - Price: 17.2, - Buy: 17.43, - Sell: 17.43, - Change: -0.22, - ChangePercent: -1.24, - Volume: 11720, - High: 17.51, - Low: 17.37, - YearlyHigh: 18.06, - YearlyLow: 13.73, - YearlyStart: 15.89, - YearlyChange: 9.59, - Settlement: `Loan`, - Contract: `Forwards`, - Region: `Europe`, - Country: `Germany`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-08-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 601 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Lumber`, - Spread: 0.01, - Open: 303.9, - Price: 302.41, - Buy: 304.59, - Sell: 304.6, - Change: -2.19, - ChangePercent: -0.72, - Volume: 2, - High: 304.6, - Low: 303.9, - YearlyHigh: 317.1, - YearlyLow: 236, - YearlyStart: 276.55, - YearlyChange: 10.14, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Africa`, - Country: `Tunisia`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-04-21`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 602 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `US 30YR Future`, - Spread: 0.01, - Open: 164.875, - Price: 164.49, - Buy: 164.15, - Sell: 164.16, - Change: 0.33, - ChangePercent: 0.2, - Volume: 28012, - High: 165.25, - Low: 164.04, - YearlyHigh: 169.38, - YearlyLow: 151.47, - YearlyStart: 160.43, - YearlyChange: 2.33, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Middle East`, - Country: `Saudi Arabia`, - Risk: `High`, - Sector: `Public`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-03-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 603 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soy oil`, - Spread: 0.01, - Open: 33.26, - Price: 33.74, - Buy: 33.77, - Sell: 33.78, - Change: -0.03, - ChangePercent: -0.08, - Volume: 10592, - High: 33.77, - Low: 33.06, - YearlyHigh: 35.43, - YearlyLow: 26.61, - YearlyStart: 31.02, - YearlyChange: 8.87, - Settlement: `Cash`, - Contract: `Options`, - Region: `South America`, - Country: `Chile`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-04-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 604 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Corn`, - Spread: 0.01, - Open: 379.5, - Price: 383.9, - Buy: 379.8, - Sell: 379.81, - Change: 4.1, - ChangePercent: 1.08, - Volume: 11266, - High: 381, - Low: 377.75, - YearlyHigh: 471.25, - YearlyLow: 351.25, - YearlyStart: 411.25, - YearlyChange: -7.65, - Settlement: `Credit`, - Contract: `Forwards`, - Region: `North America`, - Country: `Mexico`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-02-24`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 605 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Wheat`, - Spread: 0.01, - Open: 465.5, - Price: 467.38, - Buy: 465.5, - Sell: 465.5, - Change: 1.86, - ChangePercent: 0.4, - Volume: 4318, - High: 467, - Low: 463.25, - YearlyHigh: 628.5, - YearlyLow: 449.5, - YearlyStart: 539, - YearlyChange: -13.63, - Settlement: `Credit`, - Contract: `Forwards`, - Region: `Europe`, - Country: `Bulgaria`, - Risk: `Low`, - Sector: `Public`, - Currency: `USD`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-02-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 606 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soy Meat`, - Spread: 0.01, - Open: 342.6, - Price: 346.05, - Buy: 342.6, - Sell: 342.6, - Change: 3.43, - ChangePercent: 1, - Volume: 5646, - High: 345.4, - Low: 340.3, - YearlyHigh: 353.4, - YearlyLow: 261.7, - YearlyStart: 307.55, - YearlyChange: 11.4, - Settlement: `Cash`, - Contract: `Options`, - Region: `Africa`, - Country: `Morocco`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-05-10`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 607 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soy Meat`, - Spread: 0.01, - Open: 342.6, - Price: 343.44, - Buy: 342.6, - Sell: 342.6, - Change: 0.82, - ChangePercent: 0.24, - Volume: 5646, - High: 345.4, - Low: 340.3, - YearlyHigh: 353.4, - YearlyLow: 261.7, - YearlyStart: 307.55, - YearlyChange: 11.4, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Asia Pacific`, - Country: `China`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-07-19`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 608 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `Euro$ 3M`, - Spread: 0.01, - Open: 99.18, - Price: 97.74, - Buy: 99.18, - Sell: 99.18, - Change: -1.43, - ChangePercent: -1.44, - Volume: 29509, - High: 99.18, - Low: 99.17, - YearlyHigh: 99.38, - YearlyLow: 98.41, - YearlyStart: 98.89, - YearlyChange: 0.28, - Settlement: `Credit`, - Contract: `Options`, - Region: `South America`, - Country: `Colombia`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-05-19`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 609 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `US 30YR Future`, - Spread: 0.01, - Open: 164.875, - Price: 165.87, - Buy: 164.15, - Sell: 164.16, - Change: 1.71, - ChangePercent: 1.04, - Volume: 28012, - High: 165.25, - Low: 164.04, - YearlyHigh: 169.38, - YearlyLow: 151.47, - YearlyStart: 160.43, - YearlyChange: 2.33, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Asia Pacific`, - Country: `Malaysia`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `FedEx`, - Maturity: `2022-05-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 610 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Palladium`, - Spread: 0.01, - Open: 600.55, - Price: 590.42, - Buy: 601, - Sell: 601.01, - Change: -10.58, - ChangePercent: -1.76, - Volume: 651, - High: 607.2, - Low: 598.4, - YearlyHigh: 690, - YearlyLow: 458.6, - YearlyStart: 574.3, - YearlyChange: 4.65, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Middle East`, - Country: `Jordan`, - Risk: `High`, - Sector: `Private`, - Currency: `PLN`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-07-11`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 611 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Oil`, - Spread: 0.015, - Open: 45.54, - Price: 46.47, - Buy: 45.78, - Sell: 45.8, - Change: 0.68, - ChangePercent: 1.48, - Volume: 107196, - High: 45.94, - Low: 45, - YearlyHigh: 65.28, - YearlyLow: 30.79, - YearlyStart: 48.03, - YearlyChange: -4.67, - Settlement: `Cash`, - Contract: `Options`, - Region: `Middle East`, - Country: `Saudi Arabia`, - Risk: `Low`, - Sector: `Public`, - Currency: `USD`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-01-27`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 612 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Lumber`, - Spread: 0.01, - Open: 303.9, - Price: 300.7, - Buy: 304.59, - Sell: 304.6, - Change: -3.9, - ChangePercent: -1.28, - Volume: 2, - High: 304.6, - Low: 303.9, - YearlyHigh: 317.1, - YearlyLow: 236, - YearlyStart: 276.55, - YearlyChange: 10.14, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Middle East`, - Country: `Qatar`, - Risk: `High`, - Sector: `Government`, - Currency: `USD`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-05-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 613 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `DOW Future`, - Spread: 0.01, - Open: 17711, - Price: 17584.62, - Buy: 17712.15, - Sell: 17712.16, - Change: -127.53, - ChangePercent: -0.72, - Volume: 22236, - High: 17727, - Low: 17642, - YearlyHigh: 18083, - YearlyLow: 15299, - YearlyStart: 16691, - YearlyChange: 6.12, - Settlement: `Credit`, - Contract: `Options`, - Region: `South America`, - Country: `Peru`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-07-10`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 614 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Milk`, - Spread: 0.01, - Open: 12.87, - Price: 12.75, - Buy: 12.87, - Sell: 12.87, - Change: -0.11, - ChangePercent: -0.88, - Volume: 7, - High: 12.89, - Low: 12.81, - YearlyHigh: 16.96, - YearlyLow: 12.81, - YearlyStart: 14.88, - YearlyChange: -13.6, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Europe`, - Country: `Ireland`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-02-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 615 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `DOW Future`, - Spread: 0.01, - Open: 17711, - Price: 17733.41, - Buy: 17712.15, - Sell: 17712.16, - Change: 21.26, - ChangePercent: 0.12, - Volume: 22236, - High: 17727, - Low: 17642, - YearlyHigh: 18083, - YearlyLow: 15299, - YearlyStart: 16691, - YearlyChange: 6.12, - Settlement: `Cash`, - Contract: `Options`, - Region: `Middle East`, - Country: `Iraq`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-04-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 616 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Corn`, - Spread: 0.01, - Open: 379.5, - Price: 376.16, - Buy: 379.8, - Sell: 379.81, - Change: -3.64, - ChangePercent: -0.96, - Volume: 11266, - High: 381, - Low: 377.75, - YearlyHigh: 471.25, - YearlyLow: 351.25, - YearlyStart: 411.25, - YearlyChange: -7.65, - Settlement: `Credit`, - Contract: `Swap`, - Region: `North America`, - Country: `Canada`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-05-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 617 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P Future`, - Spread: 0.01, - Open: 2057.5, - Price: 2068.12, - Buy: 2056.6, - Sell: 2056.61, - Change: 11.52, - ChangePercent: 0.56, - Volume: 142780, - High: 2059.5, - Low: 2049, - YearlyHigh: 2105.5, - YearlyLow: 1794.5, - YearlyStart: 1950, - YearlyChange: 5.47, - Settlement: `Loan`, - Contract: `CFD`, - Region: `Asia Pacific`, - Country: `Korea`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-09-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 618 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `OJ Future`, - Spread: 0.01, - Open: 140.6, - Price: 141.03, - Buy: 140.18, - Sell: 140.19, - Change: 0.84, - ChangePercent: 0.6, - Volume: 7, - High: 140.19, - Low: 0, - YearlyHigh: 155.95, - YearlyLow: 113, - YearlyStart: 134.47, - YearlyChange: 4.25, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Asia Pacific`, - Country: `Taiwan`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `FedEx`, - Maturity: `2022-04-27`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 619 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Coal`, - Spread: 0.015, - Open: 0.4363, - Price: 0.42, - Buy: 0.44, - Sell: 0.44, - Change: 0, - ChangePercent: 1.4, - Volume: 3, - High: 0.44, - Low: 0.44, - YearlyHigh: 0.48, - YearlyLow: 0.4, - YearlyStart: 0.44, - YearlyChange: -5.33, - Settlement: `Cash`, - Contract: `Swap`, - Region: `North America`, - Country: `United States`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-05-27`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 620 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `OJ Future`, - Spread: 0.01, - Open: 140.6, - Price: 139.46, - Buy: 140.18, - Sell: 140.19, - Change: -0.73, - ChangePercent: -0.52, - Volume: 7, - High: 140.19, - Low: 0, - YearlyHigh: 155.95, - YearlyLow: 113, - YearlyStart: 134.47, - YearlyChange: 4.25, - Settlement: `Loan`, - Contract: `Forwards`, - Region: `North America`, - Country: `United States`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-01-21`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 621 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Coffee`, - Spread: 0.01, - Open: 125.7, - Price: 125.59, - Buy: 125.7, - Sell: 125.7, - Change: -0.1, - ChangePercent: -0.08, - Volume: 1654, - High: 125.8, - Low: 125, - YearlyHigh: 155.75, - YearlyLow: 115.35, - YearlyStart: 135.55, - YearlyChange: -7.27, - Settlement: `Loan`, - Contract: `Futures`, - Region: `Asia Pacific`, - Country: `New Zealand`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-04-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 622 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Corn`, - Spread: 0.01, - Open: 379.5, - Price: 376.16, - Buy: 379.8, - Sell: 379.81, - Change: -3.64, - ChangePercent: -0.96, - Volume: 11266, - High: 381, - Low: 377.75, - YearlyHigh: 471.25, - YearlyLow: 351.25, - YearlyStart: 411.25, - YearlyChange: -7.65, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Middle East`, - Country: `Saudi Arabia`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-09-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 623 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `US 10YR Future`, - Spread: 0.01, - Open: 130.5625, - Price: 131.57, - Buy: 130.56, - Sell: 130.56, - Change: 0.99, - ChangePercent: 0.76, - Volume: 189310, - High: 130.63, - Low: 130.44, - YearlyHigh: 132.64, - YearlyLow: 125.48, - YearlyStart: 129.06, - YearlyChange: 1.18, - Settlement: `Cash`, - Contract: `Options`, - Region: `Africa`, - Country: `Algeria`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-06-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 624 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soybean`, - Spread: 0.01, - Open: 1038, - Price: 1019.51, - Buy: 1038.61, - Sell: 1038.62, - Change: -19.11, - ChangePercent: -1.84, - Volume: 20356, - High: 1044, - Low: 1031.75, - YearlyHigh: 1057, - YearlyLow: 859.5, - YearlyStart: 958.25, - YearlyChange: 8.39, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Africa`, - Country: `Ethiopia`, - Risk: `Low`, - Sector: `Government`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `American Airlines`, - Maturity: `2022-08-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 625 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Diesel`, - Spread: 0.015, - Open: 1.3474, - Price: 1.34, - Buy: 1.35, - Sell: 1.35, - Change: -0.02, - ChangePercent: -0.96, - Volume: 2971, - High: 1.36, - Low: 1.34, - YearlyHigh: 2.11, - YearlyLow: 0.92, - YearlyStart: 1.51, - YearlyChange: -10.4, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Europe`, - Country: `United Kingdom`, - Risk: `High`, - Sector: `Private`, - Currency: `PLN`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-08-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 626 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Cocoa`, - Spread: 0.01, - Open: 3076, - Price: 3124.02, - Buy: 3076, - Sell: 3076, - Change: 47.99, - ChangePercent: 1.56, - Volume: 978, - High: 3078, - Low: 3066, - YearlyHigh: 3406, - YearlyLow: 2746, - YearlyStart: 3076, - YearlyChange: 0, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Middle East`, - Country: `Qatar`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `FedEx`, - Maturity: `2022-04-22`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 627 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Oil`, - Spread: 0.015, - Open: 45.54, - Price: 45.02, - Buy: 45.78, - Sell: 45.8, - Change: -0.77, - ChangePercent: -1.68, - Volume: 107196, - High: 45.94, - Low: 45, - YearlyHigh: 65.28, - YearlyLow: 30.79, - YearlyStart: 48.03, - YearlyChange: -4.67, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Africa`, - Country: `Tunisia`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `American Airlines`, - Maturity: `2022-03-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 628 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Coal`, - Spread: 0.015, - Open: 0.4363, - Price: 0.42, - Buy: 0.44, - Sell: 0.44, - Change: 0, - ChangePercent: 0.72, - Volume: 3, - High: 0.44, - Low: 0.44, - YearlyHigh: 0.48, - YearlyLow: 0.4, - YearlyStart: 0.44, - YearlyChange: -5.33, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `South America`, - Country: `Argentina`, - Risk: `High`, - Sector: `Public`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-03-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 629 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `GBP/USD`, - Spread: 0.02, - Open: 1.4464, - Price: 1.2, - Buy: 1.18, - Sell: 1.2, - Change: 0.01, - ChangePercent: 0.72, - Volume: 29450, - High: 1.45, - Low: 1.19, - YearlyHigh: 1.59, - YearlyLow: 1.19, - YearlyStart: 1.49, - YearlyChange: -19.59, - Settlement: `Credit`, - Contract: `CFD`, - Region: `South America`, - Country: `Brazil`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-03-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 630 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Gold`, - Spread: 0.01, - Open: 1281.1, - Price: 1256.65, - Buy: 1280.73, - Sell: 1280.74, - Change: -24.08, - ChangePercent: -1.88, - Volume: 48387, - High: 1289.5, - Low: 1279.1, - YearlyHigh: 1306, - YearlyLow: 1047.2, - YearlyStart: 1176.6, - YearlyChange: 8.85, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Africa`, - Country: `Ethiopia`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-03-21`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 631 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/CAD`, - Spread: 0.02, - Open: 0.7744, - Price: 0.97, - Buy: 0.94, - Sell: 0.96, - Change: 0.02, - ChangePercent: 1.32, - Volume: 13669, - High: 0.95, - Low: 0.77, - YearlyHigh: 0.95, - YearlyLow: 0.68, - YearlyStart: 0.76, - YearlyChange: 26.43, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Asia Pacific`, - Country: `Malaysia`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `Poor`, - Issuer: `American Airlines`, - Maturity: `2022-09-24`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 632 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Natural Gas`, - Spread: 0.02, - Open: 2.094, - Price: 2.09, - Buy: 2.09, - Sell: 2.09, - Change: -0.01, - ChangePercent: -0.6, - Volume: 2783, - High: 2.11, - Low: 2.09, - YearlyHigh: 3.2, - YearlyLow: 1.84, - YearlyStart: 2.52, - YearlyChange: -16.51, - Settlement: `Cash`, - Contract: `CFD`, - Region: `Europe`, - Country: `Sweden`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-03-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 633 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Lumber`, - Spread: 0.01, - Open: 303.9, - Price: 302.89, - Buy: 304.59, - Sell: 304.6, - Change: -1.71, - ChangePercent: -0.56, - Volume: 2, - High: 304.6, - Low: 303.9, - YearlyHigh: 317.1, - YearlyLow: 236, - YearlyStart: 276.55, - YearlyChange: 10.14, - Settlement: `Loan`, - Contract: `Futures`, - Region: `Asia Pacific`, - Country: `Australia`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-08-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 634 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Lumber`, - Spread: 0.01, - Open: 303.9, - Price: 307.89, - Buy: 304.59, - Sell: 304.6, - Change: 3.29, - ChangePercent: 1.08, - Volume: 2, - High: 304.6, - Low: 303.9, - YearlyHigh: 317.1, - YearlyLow: 236, - YearlyStart: 276.55, - YearlyChange: 10.14, - Settlement: `Credit`, - Contract: `Forwards`, - Region: `Middle East`, - Country: `UAE`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-06-11`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 635 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Silver`, - Spread: 0.01, - Open: 17.43, - Price: 17.17, - Buy: 17.43, - Sell: 17.43, - Change: -0.25, - ChangePercent: -1.44, - Volume: 11720, - High: 17.51, - Low: 17.37, - YearlyHigh: 18.06, - YearlyLow: 13.73, - YearlyStart: 15.89, - YearlyChange: 9.59, - Settlement: `Cash`, - Contract: `Options`, - Region: `Europe`, - Country: `Switzerland`, - Risk: `High`, - Sector: `Government`, - Currency: `PLN`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-03-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 636 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `GBP/USD`, - Spread: 0.02, - Open: 1.4464, - Price: 1.2, - Buy: 1.18, - Sell: 1.2, - Change: 0.01, - ChangePercent: 0.32, - Volume: 29450, - High: 1.45, - Low: 1.19, - YearlyHigh: 1.59, - YearlyLow: 1.19, - YearlyStart: 1.49, - YearlyChange: -19.59, - Settlement: `Credit`, - Contract: `Futures`, - Region: `Asia Pacific`, - Country: `Indonesia`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `High`, - Issuer: `FedEx`, - Maturity: `2022-07-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 637 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Oil`, - Spread: 0.015, - Open: 45.54, - Price: 46.41, - Buy: 45.78, - Sell: 45.8, - Change: 0.62, - ChangePercent: 1.36, - Volume: 107196, - High: 45.94, - Low: 45, - YearlyHigh: 65.28, - YearlyLow: 30.79, - YearlyStart: 48.03, - YearlyChange: -4.67, - Settlement: `Credit`, - Contract: `Forwards`, - Region: `Africa`, - Country: `South Africa`, - Risk: `Low`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-03-22`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 638 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `Lean Hogs`, - Spread: 0.01, - Open: 81.275, - Price: 81.91, - Buy: 81.81, - Sell: 81.82, - Change: 0.1, - ChangePercent: 0.12, - Volume: 1, - High: 81.81, - Low: 81.28, - YearlyHigh: 83.98, - YearlyLow: 70.25, - YearlyStart: 77.11, - YearlyChange: 6.09, - Settlement: `Credit`, - Contract: `CFD`, - Region: `Middle East`, - Country: `Syria`, - Risk: `Low`, - Sector: `Public`, - Currency: `PLN`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-08-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 639 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `US 30YR Future`, - Spread: 0.01, - Open: 164.875, - Price: 164.16, - Buy: 164.15, - Sell: 164.16, - Change: 0, - ChangePercent: 0, - Volume: 28012, - High: 165.25, - Low: 164.04, - YearlyHigh: 169.38, - YearlyLow: 151.47, - YearlyStart: 160.43, - YearlyChange: 2.33, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Europe`, - Country: `Spain`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-03-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 640 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P 600 MINI`, - Spread: 0.01, - Open: 687.9, - Price: 690.91, - Buy: 687.9, - Sell: 687.9, - Change: 3.03, - ChangePercent: 0.44, - Volume: 0, - High: 0, - Low: 0, - YearlyHigh: 620.32, - YearlyLow: 595.9, - YearlyStart: 608.11, - YearlyChange: 13.12, - Settlement: `Credit`, - Contract: `Futures`, - Region: `Middle East`, - Country: `Oman`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-03-24`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 641 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `DOW Future`, - Spread: 0.01, - Open: 17711, - Price: 17924.7, - Buy: 17712.15, - Sell: 17712.16, - Change: 212.55, - ChangePercent: 1.2, - Volume: 22236, - High: 17727, - Low: 17642, - YearlyHigh: 18083, - YearlyLow: 15299, - YearlyStart: 16691, - YearlyChange: 6.12, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Middle East`, - Country: `Syria`, - Risk: `High`, - Sector: `Private`, - Currency: `PLN`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-02-24`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 642 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/CHF`, - Spread: 0.02, - Open: 1.0337, - Price: 1.04, - Buy: 1.03, - Sell: 1.03, - Change: 0, - ChangePercent: -0.36, - Volume: 5550, - High: 1.03, - Low: 1.03, - YearlyHigh: 1.11, - YearlyLow: 0.98, - YearlyStart: 1.04, - YearlyChange: -0.12, - Settlement: `Cash`, - Contract: `Options`, - Region: `Middle East`, - Country: `Oman`, - Risk: `Low`, - Sector: `Public`, - Currency: `USD`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-08-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 643 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `OJ Future`, - Spread: 0.01, - Open: 140.6, - Price: 141.65, - Buy: 140.18, - Sell: 140.19, - Change: 1.46, - ChangePercent: 1.04, - Volume: 7, - High: 140.19, - Low: 0, - YearlyHigh: 155.95, - YearlyLow: 113, - YearlyStart: 134.47, - YearlyChange: 4.25, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Africa`, - Country: `Senegal`, - Risk: `High`, - Sector: `Private`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-06-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 644 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P MID MINI`, - Spread: 0.01, - Open: 1454.3, - Price: 1473.25, - Buy: 1455.78, - Sell: 1455.79, - Change: 17.47, - ChangePercent: 1.2, - Volume: 338, - High: 1455.78, - Low: 1448, - YearlyHigh: 1527.3, - YearlyLow: 1236, - YearlyStart: 1381.65, - YearlyChange: 5.37, - Settlement: `Loan`, - Contract: `Options`, - Region: `Asia Pacific`, - Country: `China`, - Risk: `High`, - Sector: `Government`, - Currency: `PLN`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-03-11`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 645 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `Euro$ 3M`, - Spread: 0.01, - Open: 99.18, - Price: 98.06, - Buy: 99.18, - Sell: 99.18, - Change: -1.11, - ChangePercent: -1.12, - Volume: 29509, - High: 99.18, - Low: 99.17, - YearlyHigh: 99.38, - YearlyLow: 98.41, - YearlyStart: 98.89, - YearlyChange: 0.28, - Settlement: `Cash`, - Contract: `Options`, - Region: `Asia Pacific`, - Country: `Azerbaijan`, - Risk: `Low`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-05-21`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 646 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Uranium`, - Spread: 0.02, - Open: 27.55, - Price: 27.72, - Buy: 27.55, - Sell: 27.55, - Change: 0.14, - ChangePercent: 0.52, - Volume: 12, - High: 27.55, - Low: 27.55, - YearlyHigh: 29.32, - YearlyLow: 21.28, - YearlyStart: 25.3, - YearlyChange: 9.01, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Asia Pacific`, - Country: `Indonesia`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-05-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 647 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/CAD`, - Spread: 0.02, - Open: 0.7744, - Price: 0.97, - Buy: 0.94, - Sell: 0.96, - Change: 0.02, - ChangePercent: 1.96, - Volume: 13669, - High: 0.95, - Low: 0.77, - YearlyHigh: 0.95, - YearlyLow: 0.68, - YearlyStart: 0.76, - YearlyChange: 26.43, - Settlement: `Loan`, - Contract: `CFD`, - Region: `Europe`, - Country: `Slovakia`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-03-16`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 648 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Ethanol`, - Spread: 0.01, - Open: 1.512, - Price: 2.77, - Buy: 2.75, - Sell: 2.76, - Change: 0.02, - ChangePercent: 0.64, - Volume: 14, - High: 2.75, - Low: 1.12, - YearlyHigh: 2.75, - YearlyLow: 1.12, - YearlyStart: 1.48, - YearlyChange: 86.7, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Africa`, - Country: `Senegal`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-03-22`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 649 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Diesel`, - Spread: 0.015, - Open: 1.3474, - Price: 1.34, - Buy: 1.35, - Sell: 1.35, - Change: -0.02, - ChangePercent: -1.08, - Volume: 2971, - High: 1.36, - Low: 1.34, - YearlyHigh: 2.11, - YearlyLow: 0.92, - YearlyStart: 1.51, - YearlyChange: -10.4, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Middle East`, - Country: `Qatar`, - Risk: `High`, - Sector: `Public`, - Currency: `USD`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-09-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 650 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P MID MINI`, - Spread: 0.01, - Open: 1454.3, - Price: 1460.44, - Buy: 1455.78, - Sell: 1455.79, - Change: 4.66, - ChangePercent: 0.32, - Volume: 338, - High: 1455.78, - Low: 1448, - YearlyHigh: 1527.3, - YearlyLow: 1236, - YearlyStart: 1381.65, - YearlyChange: 5.37, - Settlement: `Cash`, - Contract: `CFD`, - Region: `Asia Pacific`, - Country: `China`, - Risk: `High`, - Sector: `Private`, - Currency: `PLN`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-08-21`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 651 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Oats`, - Spread: 0.01, - Open: 194.5, - Price: 195.07, - Buy: 194.21, - Sell: 194.22, - Change: 0.85, - ChangePercent: 0.44, - Volume: 64, - High: 195.75, - Low: 194, - YearlyHigh: 241.25, - YearlyLow: 183.75, - YearlyStart: 212.5, - YearlyChange: -8.6, - Settlement: `Cash`, - Contract: `Options`, - Region: `Asia Pacific`, - Country: `Hong Kong`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-01-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 652 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Palladium`, - Spread: 0.01, - Open: 600.55, - Price: 608.45, - Buy: 601, - Sell: 601.01, - Change: 7.45, - ChangePercent: 1.24, - Volume: 651, - High: 607.2, - Low: 598.4, - YearlyHigh: 690, - YearlyLow: 458.6, - YearlyStart: 574.3, - YearlyChange: 4.65, - Settlement: `Loan`, - Contract: `Futures`, - Region: `Asia Pacific`, - Country: `Japan`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `High`, - Issuer: `American Airlines`, - Maturity: `2022-02-16`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 653 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Natural Gas`, - Spread: 0.02, - Open: 2.094, - Price: 2.09, - Buy: 2.09, - Sell: 2.09, - Change: -0.01, - ChangePercent: -0.84, - Volume: 2783, - High: 2.11, - Low: 2.09, - YearlyHigh: 3.2, - YearlyLow: 1.84, - YearlyStart: 2.52, - YearlyChange: -16.51, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Africa`, - Country: `Senegal`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `FedEx`, - Maturity: `2022-01-24`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 654 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Ethanol`, - Spread: 0.01, - Open: 1.512, - Price: 2.75, - Buy: 2.75, - Sell: 2.76, - Change: 0, - ChangePercent: -0.28, - Volume: 14, - High: 2.75, - Low: 1.12, - YearlyHigh: 2.75, - YearlyLow: 1.12, - YearlyStart: 1.48, - YearlyChange: 86.7, - Settlement: `Credit`, - Contract: `Options`, - Region: `South America`, - Country: `Brazil`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-05-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 655 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `NAS Future`, - Spread: 0.01, - Open: 4341.25, - Price: 4285.71, - Buy: 4341.25, - Sell: 4341.25, - Change: -55.57, - ChangePercent: -1.28, - Volume: 18259, - High: 4347, - Low: 4318, - YearlyHigh: 4719.75, - YearlyLow: 3867.75, - YearlyStart: 4293.75, - YearlyChange: 1.11, - Settlement: `Credit`, - Contract: `Forwards`, - Region: `Africa`, - Country: `Libya`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-08-27`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 656 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Coffee`, - Spread: 0.01, - Open: 125.7, - Price: 123.83, - Buy: 125.7, - Sell: 125.7, - Change: -1.86, - ChangePercent: -1.48, - Volume: 1654, - High: 125.8, - Low: 125, - YearlyHigh: 155.75, - YearlyLow: 115.35, - YearlyStart: 135.55, - YearlyChange: -7.27, - Settlement: `Loan`, - Contract: `Forwards`, - Region: `Asia Pacific`, - Country: `Japan`, - Risk: `High`, - Sector: `Private`, - Currency: `PLN`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-04-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 657 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Platinum`, - Spread: 0.01, - Open: 1071.6, - Price: 1051.82, - Buy: 1071.09, - Sell: 1071.1, - Change: -19.28, - ChangePercent: -1.8, - Volume: 3039, - High: 1081.2, - Low: 1070.5, - YearlyHigh: 1120.6, - YearlyLow: 812.4, - YearlyStart: 966.5, - YearlyChange: 10.82, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Africa`, - Country: `Tunisia`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `High`, - Issuer: `American Airlines`, - Maturity: `2022-03-16`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 658 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soy Meat`, - Spread: 0.01, - Open: 342.6, - Price: 339.74, - Buy: 342.6, - Sell: 342.6, - Change: -2.88, - ChangePercent: -0.84, - Volume: 5646, - High: 345.4, - Low: 340.3, - YearlyHigh: 353.4, - YearlyLow: 261.7, - YearlyStart: 307.55, - YearlyChange: 11.4, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Africa`, - Country: `South Africa`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `High`, - Issuer: `American Airlines`, - Maturity: `2022-04-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 659 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `US 10YR Future`, - Spread: 0.01, - Open: 130.5625, - Price: 128.08, - Buy: 130.56, - Sell: 130.56, - Change: -2.5, - ChangePercent: -1.92, - Volume: 189310, - High: 130.63, - Low: 130.44, - YearlyHigh: 132.64, - YearlyLow: 125.48, - YearlyStart: 129.06, - YearlyChange: 1.18, - Settlement: `Cash`, - Contract: `CFD`, - Region: `Asia Pacific`, - Country: `Indonesia`, - Risk: `Low`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-06-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 660 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Cotton`, - Spread: 0.01, - Open: 61.77, - Price: 62.77, - Buy: 61.77, - Sell: 61.77, - Change: 1.01, - ChangePercent: 1.64, - Volume: 3612, - High: 62.06, - Low: 61.32, - YearlyHigh: 67.59, - YearlyLow: 54.33, - YearlyStart: 60.96, - YearlyChange: 1.31, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Middle East`, - Country: `Qatar`, - Risk: `Low`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-05-22`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 661 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `NAS Future`, - Spread: 0.01, - Open: 4341.25, - Price: 4372.54, - Buy: 4341.25, - Sell: 4341.25, - Change: 31.26, - ChangePercent: 0.72, - Volume: 18259, - High: 4347, - Low: 4318, - YearlyHigh: 4719.75, - YearlyLow: 3867.75, - YearlyStart: 4293.75, - YearlyChange: 1.11, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Africa`, - Country: `Egypt`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-02-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 662 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Gold`, - Spread: 0.01, - Open: 1281.1, - Price: 1303.78, - Buy: 1280.73, - Sell: 1280.74, - Change: 23.05, - ChangePercent: 1.8, - Volume: 48387, - High: 1289.5, - Low: 1279.1, - YearlyHigh: 1306, - YearlyLow: 1047.2, - YearlyStart: 1176.6, - YearlyChange: 8.85, - Settlement: `Credit`, - Contract: `Futures`, - Region: `Africa`, - Country: `Morocco`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `High`, - Issuer: `FedEx`, - Maturity: `2022-06-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 663 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Wheat`, - Spread: 0.01, - Open: 465.5, - Price: 466.26, - Buy: 465.5, - Sell: 465.5, - Change: 0.74, - ChangePercent: 0.16, - Volume: 4318, - High: 467, - Low: 463.25, - YearlyHigh: 628.5, - YearlyLow: 449.5, - YearlyStart: 539, - YearlyChange: -13.63, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `South America`, - Country: `Guyana`, - Risk: `Low`, - Sector: `Public`, - Currency: `PLN`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-09-19`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 664 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Cocoa`, - Spread: 0.01, - Open: 3076, - Price: 3082.18, - Buy: 3076, - Sell: 3076, - Change: 6.15, - ChangePercent: 0.2, - Volume: 978, - High: 3078, - Low: 3066, - YearlyHigh: 3406, - YearlyLow: 2746, - YearlyStart: 3076, - YearlyChange: 0, - Settlement: `Cash`, - Contract: `Options`, - Region: `Africa`, - Country: `South Africa`, - Risk: `High`, - Sector: `Private`, - Currency: `PLN`, - Security: `High`, - Issuer: `FedEx`, - Maturity: `2022-06-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 665 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Oil`, - Spread: 0.015, - Open: 45.54, - Price: 46.12, - Buy: 45.78, - Sell: 45.8, - Change: 0.33, - ChangePercent: 0.72, - Volume: 107196, - High: 45.94, - Low: 45, - YearlyHigh: 65.28, - YearlyLow: 30.79, - YearlyStart: 48.03, - YearlyChange: -4.67, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Africa`, - Country: `Senegal`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-02-23`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 666 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `DOW Future`, - Spread: 0.01, - Open: 17711, - Price: 17995.55, - Buy: 17712.15, - Sell: 17712.16, - Change: 283.4, - ChangePercent: 1.6, - Volume: 22236, - High: 17727, - Low: 17642, - YearlyHigh: 18083, - YearlyLow: 15299, - YearlyStart: 16691, - YearlyChange: 6.12, - Settlement: `Credit`, - Contract: `Futures`, - Region: `Europe`, - Country: `Romania`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-06-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 667 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Corn`, - Spread: 0.01, - Open: 379.5, - Price: 384.82, - Buy: 379.8, - Sell: 379.81, - Change: 5.02, - ChangePercent: 1.32, - Volume: 11266, - High: 381, - Low: 377.75, - YearlyHigh: 471.25, - YearlyLow: 351.25, - YearlyStart: 411.25, - YearlyChange: -7.65, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Europe`, - Country: `Romania`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-04-16`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 668 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `FD Cattle`, - Spread: 0.01, - Open: 147.175, - Price: 148.78, - Buy: 148.6, - Sell: 148.61, - Change: 0.17, - ChangePercent: 0.12, - Volume: 5, - High: 148.61, - Low: 147.18, - YearlyHigh: 190, - YearlyLow: 138.1, - YearlyStart: 164.05, - YearlyChange: -9.41, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Asia Pacific`, - Country: `Korea`, - Risk: `Low`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-07-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 669 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `LV Cattle`, - Spread: 0.01, - Open: 120.725, - Price: 121.43, - Buy: 120.72, - Sell: 120.72, - Change: 0.73, - ChangePercent: 0.6, - Volume: 4, - High: 120.72, - Low: 120.72, - YearlyHigh: 147.98, - YearlyLow: 113.9, - YearlyStart: 130.94, - YearlyChange: -7.82, - Settlement: `Cash`, - Contract: `Options`, - Region: `Europe`, - Country: `Italy`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-03-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 670 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Palladium`, - Spread: 0.01, - Open: 600.55, - Price: 610.14, - Buy: 601, - Sell: 601.01, - Change: 9.14, - ChangePercent: 1.52, - Volume: 651, - High: 607.2, - Low: 598.4, - YearlyHigh: 690, - YearlyLow: 458.6, - YearlyStart: 574.3, - YearlyChange: 4.65, - Settlement: `Loan`, - Contract: `Forwards`, - Region: `North America`, - Country: `Mexico`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-05-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 671 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `AUD/USD`, - Spread: 0.02, - Open: 0.7344, - Price: 0.76, - Buy: 0.73, - Sell: 0.73, - Change: 0.02, - ChangePercent: 1.8, - Volume: 36764, - High: 0.74, - Low: 0.73, - YearlyHigh: 0.79, - YearlyLow: 0.68, - YearlyStart: 0.73, - YearlyChange: 1.28, - Settlement: `Credit`, - Contract: `Futures`, - Region: `Africa`, - Country: `Libya`, - Risk: `High`, - Sector: `Public`, - Currency: `USD`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-02-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 672 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `AUD/USD`, - Spread: 0.02, - Open: 0.7344, - Price: 0.76, - Buy: 0.73, - Sell: 0.73, - Change: 0.02, - ChangePercent: 1.88, - Volume: 36764, - High: 0.74, - Low: 0.73, - YearlyHigh: 0.79, - YearlyLow: 0.68, - YearlyStart: 0.73, - YearlyChange: 1.28, - Settlement: `Loan`, - Contract: `Futures`, - Region: `Africa`, - Country: `Cameroon`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `High`, - Issuer: `FedEx`, - Maturity: `2022-06-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 673 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Silver`, - Spread: 0.01, - Open: 17.43, - Price: 17.58, - Buy: 17.43, - Sell: 17.43, - Change: 0.16, - ChangePercent: 0.92, - Volume: 11720, - High: 17.51, - Low: 17.37, - YearlyHigh: 18.06, - YearlyLow: 13.73, - YearlyStart: 15.89, - YearlyChange: 9.59, - Settlement: `Loan`, - Contract: `Futures`, - Region: `Europe`, - Country: `Germany`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-02-27`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 674 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soy oil`, - Spread: 0.01, - Open: 33.26, - Price: 33.7, - Buy: 33.77, - Sell: 33.78, - Change: -0.07, - ChangePercent: -0.2, - Volume: 10592, - High: 33.77, - Low: 33.06, - YearlyHigh: 35.43, - YearlyLow: 26.61, - YearlyStart: 31.02, - YearlyChange: 8.87, - Settlement: `Loan`, - Contract: `Futures`, - Region: `Africa`, - Country: `Cameroon`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-05-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 675 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Corn`, - Spread: 0.01, - Open: 379.5, - Price: 377.52, - Buy: 379.8, - Sell: 379.81, - Change: -2.28, - ChangePercent: -0.6, - Volume: 11266, - High: 381, - Low: 377.75, - YearlyHigh: 471.25, - YearlyLow: 351.25, - YearlyStart: 411.25, - YearlyChange: -7.65, - Settlement: `Loan`, - Contract: `Forwards`, - Region: `Middle East`, - Country: `Iraq`, - Risk: `Low`, - Sector: `Public`, - Currency: `USD`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-03-10`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 676 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `US 2Y Future`, - Spread: 0.01, - Open: 109.3984, - Price: 110.18, - Buy: 109.4, - Sell: 109.4, - Change: 0.79, - ChangePercent: 0.72, - Volume: 17742, - High: 109.41, - Low: 109.38, - YearlyHigh: 109.8, - YearlyLow: 108.62, - YearlyStart: 109.21, - YearlyChange: 0.16, - Settlement: `Cash`, - Contract: `Options`, - Region: `Middle East`, - Country: `Iraq`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-05-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 677 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/JPY`, - Spread: 0.02, - Open: 9275.5, - Price: 9336.71, - Buy: 9277.32, - Sell: 9277.34, - Change: 59.38, - ChangePercent: 0.64, - Volume: 47734, - High: 9277.33, - Low: 0.93, - YearlyHigh: 9483, - YearlyLow: 0.93, - YearlyStart: 4741.97, - YearlyChange: 95.64, - Settlement: `Credit`, - Contract: `Options`, - Region: `Europe`, - Country: `Czechia`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-08-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 678 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soy Meat`, - Spread: 0.01, - Open: 342.6, - Price: 348.65, - Buy: 342.6, - Sell: 342.6, - Change: 6.03, - ChangePercent: 1.76, - Volume: 5646, - High: 345.4, - Low: 340.3, - YearlyHigh: 353.4, - YearlyLow: 261.7, - YearlyStart: 307.55, - YearlyChange: 11.4, - Settlement: `Credit`, - Contract: `Futures`, - Region: `Middle East`, - Country: `Iraq`, - Risk: `Low`, - Sector: `Government`, - Currency: `USD`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-02-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 679 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `US 30YR Future`, - Spread: 0.01, - Open: 164.875, - Price: 164.75, - Buy: 164.15, - Sell: 164.16, - Change: 0.59, - ChangePercent: 0.36, - Volume: 28012, - High: 165.25, - Low: 164.04, - YearlyHigh: 169.38, - YearlyLow: 151.47, - YearlyStart: 160.43, - YearlyChange: 2.33, - Settlement: `Credit`, - Contract: `CFD`, - Region: `Asia Pacific`, - Country: `Japan`, - Risk: `Low`, - Sector: `Public`, - Currency: `PLN`, - Security: `High`, - Issuer: `FedEx`, - Maturity: `2022-08-21`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 680 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `LV Cattle`, - Spread: 0.01, - Open: 120.725, - Price: 123.02, - Buy: 120.72, - Sell: 120.72, - Change: 2.31, - ChangePercent: 1.92, - Volume: 4, - High: 120.72, - Low: 120.72, - YearlyHigh: 147.98, - YearlyLow: 113.9, - YearlyStart: 130.94, - YearlyChange: -7.82, - Settlement: `Loan`, - Contract: `Futures`, - Region: `Europe`, - Country: `Hungary`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-07-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 681 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P 600 MINI`, - Spread: 0.01, - Open: 687.9, - Price: 679.08, - Buy: 687.9, - Sell: 687.9, - Change: -8.8, - ChangePercent: -1.28, - Volume: 0, - High: 0, - Low: 0, - YearlyHigh: 620.32, - YearlyLow: 595.9, - YearlyStart: 608.11, - YearlyChange: 13.12, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Middle East`, - Country: `Lebanon`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-07-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 682 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P Future`, - Spread: 0.01, - Open: 2057.5, - Price: 2031.1, - Buy: 2056.6, - Sell: 2056.61, - Change: -25.5, - ChangePercent: -1.24, - Volume: 142780, - High: 2059.5, - Low: 2049, - YearlyHigh: 2105.5, - YearlyLow: 1794.5, - YearlyStart: 1950, - YearlyChange: 5.47, - Settlement: `Loan`, - Contract: `Options`, - Region: `Middle East`, - Country: `Saudi Arabia`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-02-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 683 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Silver`, - Spread: 0.01, - Open: 17.43, - Price: 17.17, - Buy: 17.43, - Sell: 17.43, - Change: -0.25, - ChangePercent: -1.44, - Volume: 11720, - High: 17.51, - Low: 17.37, - YearlyHigh: 18.06, - YearlyLow: 13.73, - YearlyStart: 15.89, - YearlyChange: 9.59, - Settlement: `Loan`, - Contract: `Options`, - Region: `North America`, - Country: `United States`, - Risk: `High`, - Sector: `Private`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-01-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 684 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `AUD/USD`, - Spread: 0.02, - Open: 0.7344, - Price: 0.76, - Buy: 0.73, - Sell: 0.73, - Change: 0.02, - ChangePercent: 1.68, - Volume: 36764, - High: 0.74, - Low: 0.73, - YearlyHigh: 0.79, - YearlyLow: 0.68, - YearlyStart: 0.73, - YearlyChange: 1.28, - Settlement: `Cash`, - Contract: `Options`, - Region: `Africa`, - Country: `Tunisia`, - Risk: `Low`, - Sector: `Public`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-07-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 685 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Cocoa`, - Spread: 0.01, - Open: 3076, - Price: 3116.63, - Buy: 3076, - Sell: 3076, - Change: 40.6, - ChangePercent: 1.32, - Volume: 978, - High: 3078, - Low: 3066, - YearlyHigh: 3406, - YearlyLow: 2746, - YearlyStart: 3076, - YearlyChange: 0, - Settlement: `Loan`, - Contract: `Futures`, - Region: `Asia Pacific`, - Country: `China`, - Risk: `Low`, - Sector: `Public`, - Currency: `USD`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-02-21`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 686 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Coal`, - Spread: 0.015, - Open: 0.4363, - Price: 0.42, - Buy: 0.44, - Sell: 0.44, - Change: 0, - ChangePercent: 0.72, - Volume: 3, - High: 0.44, - Low: 0.44, - YearlyHigh: 0.48, - YearlyLow: 0.4, - YearlyStart: 0.44, - YearlyChange: -5.33, - Settlement: `Cash`, - Contract: `CFD`, - Region: `Europe`, - Country: `Greece`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-02-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 687 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Gold`, - Spread: 0.01, - Open: 1281.1, - Price: 1278.17, - Buy: 1280.73, - Sell: 1280.74, - Change: -2.56, - ChangePercent: -0.2, - Volume: 48387, - High: 1289.5, - Low: 1279.1, - YearlyHigh: 1306, - YearlyLow: 1047.2, - YearlyStart: 1176.6, - YearlyChange: 8.85, - Settlement: `Loan`, - Contract: `Futures`, - Region: `Africa`, - Country: `Libya`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-03-23`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 688 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `BTC/USD`, - Spread: 0.06, - Open: 93.88, - Price: 20589.16, - Buy: 21200.76, - Sell: 21400.78, - Change: -411.61, - ChangePercent: -1.96, - Volume: 5788000, - High: 22400.05, - Low: 20100.75, - YearlyHigh: 62400.7, - YearlyLow: 15100.88, - YearlyStart: 21200.29, - YearlyChange: -20.62, - Settlement: `Credit`, - Contract: `Forwards`, - Region: `Asia Pacific`, - Country: `Australia`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-05-23`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 689 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Natural Gas`, - Spread: 0.02, - Open: 2.094, - Price: 2.08, - Buy: 2.09, - Sell: 2.09, - Change: -0.02, - ChangePercent: -1.32, - Volume: 2783, - High: 2.11, - Low: 2.09, - YearlyHigh: 3.2, - YearlyLow: 1.84, - YearlyStart: 2.52, - YearlyChange: -16.51, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Europe`, - Country: `Switzerland`, - Risk: `Low`, - Sector: `Public`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-06-19`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 690 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `OJ Future`, - Spread: 0.01, - Open: 140.6, - Price: 141.76, - Buy: 140.18, - Sell: 140.19, - Change: 1.57, - ChangePercent: 1.12, - Volume: 7, - High: 140.19, - Low: 0, - YearlyHigh: 155.95, - YearlyLow: 113, - YearlyStart: 134.47, - YearlyChange: 4.25, - Settlement: `Credit`, - Contract: `Options`, - Region: `Middle East`, - Country: `Jordan`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-02-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 691 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Copper`, - Spread: 0.02, - Open: 2.123, - Price: 2.08, - Buy: 2.12, - Sell: 2.12, - Change: -0.03, - ChangePercent: -1.56, - Volume: 28819, - High: 2.16, - Low: 2.11, - YearlyHigh: 2.94, - YearlyLow: 1.96, - YearlyStart: 2.45, - YearlyChange: -13.76, - Settlement: `Cash`, - Contract: `CFD`, - Region: `Asia Pacific`, - Country: `Hong Kong`, - Risk: `Low`, - Sector: `Public`, - Currency: `USD`, - Security: `Poor`, - Issuer: `American Airlines`, - Maturity: `2022-06-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 692 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Palladium`, - Spread: 0.01, - Open: 600.55, - Price: 599.8, - Buy: 601, - Sell: 601.01, - Change: -1.2, - ChangePercent: -0.2, - Volume: 651, - High: 607.2, - Low: 598.4, - YearlyHigh: 690, - YearlyLow: 458.6, - YearlyStart: 574.3, - YearlyChange: 4.65, - Settlement: `Credit`, - Contract: `Options`, - Region: `Asia Pacific`, - Country: `India`, - Risk: `Low`, - Sector: `Government`, - Currency: `PLN`, - Security: `High`, - Issuer: `FedEx`, - Maturity: `2022-04-24`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 693 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soy Meat`, - Spread: 0.01, - Open: 342.6, - Price: 337.96, - Buy: 342.6, - Sell: 342.6, - Change: -4.66, - ChangePercent: -1.36, - Volume: 5646, - High: 345.4, - Low: 340.3, - YearlyHigh: 353.4, - YearlyLow: 261.7, - YearlyStart: 307.55, - YearlyChange: 11.4, - Settlement: `Cash`, - Contract: `CFD`, - Region: `Asia Pacific`, - Country: `India`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-03-21`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 694 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `US 30YR Future`, - Spread: 0.01, - Open: 164.875, - Price: 164.09, - Buy: 164.15, - Sell: 164.16, - Change: -0.07, - ChangePercent: -0.04, - Volume: 28012, - High: 165.25, - Low: 164.04, - YearlyHigh: 169.38, - YearlyLow: 151.47, - YearlyStart: 160.43, - YearlyChange: 2.33, - Settlement: `Credit`, - Contract: `Futures`, - Region: `Africa`, - Country: `Ethiopia`, - Risk: `Low`, - Sector: `Public`, - Currency: `PLN`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-05-11`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 695 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soy oil`, - Spread: 0.01, - Open: 33.26, - Price: 33.5, - Buy: 33.77, - Sell: 33.78, - Change: -0.27, - ChangePercent: -0.8, - Volume: 10592, - High: 33.77, - Low: 33.06, - YearlyHigh: 35.43, - YearlyLow: 26.61, - YearlyStart: 31.02, - YearlyChange: 8.87, - Settlement: `Credit`, - Contract: `Options`, - Region: `Africa`, - Country: `Ethiopia`, - Risk: `Low`, - Sector: `Government`, - Currency: `PLN`, - Security: `High`, - Issuer: `FedEx`, - Maturity: `2022-03-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 696 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Gold`, - Spread: 0.01, - Open: 1281.1, - Price: 1257.68, - Buy: 1280.73, - Sell: 1280.74, - Change: -23.05, - ChangePercent: -1.8, - Volume: 48387, - High: 1289.5, - Low: 1279.1, - YearlyHigh: 1306, - YearlyLow: 1047.2, - YearlyStart: 1176.6, - YearlyChange: 8.85, - Settlement: `Loan`, - Contract: `Options`, - Region: `Europe`, - Country: `Italy`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-04-21`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 697 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Milk`, - Spread: 0.01, - Open: 12.87, - Price: 12.98, - Buy: 12.87, - Sell: 12.87, - Change: 0.12, - ChangePercent: 0.96, - Volume: 7, - High: 12.89, - Low: 12.81, - YearlyHigh: 16.96, - YearlyLow: 12.81, - YearlyStart: 14.88, - YearlyChange: -13.6, - Settlement: `Loan`, - Contract: `Forwards`, - Region: `North America`, - Country: `United States`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-05-22`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 698 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `AUD/USD`, - Spread: 0.02, - Open: 0.7344, - Price: 0.75, - Buy: 0.73, - Sell: 0.73, - Change: 0.01, - ChangePercent: 1.32, - Volume: 36764, - High: 0.74, - Low: 0.73, - YearlyHigh: 0.79, - YearlyLow: 0.68, - YearlyStart: 0.73, - YearlyChange: 1.28, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Europe`, - Country: `Czechia`, - Risk: `Low`, - Sector: `Public`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-07-21`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 699 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `FD Cattle`, - Spread: 0.01, - Open: 147.175, - Price: 147.66, - Buy: 148.6, - Sell: 148.61, - Change: -0.95, - ChangePercent: -0.64, - Volume: 5, - High: 148.61, - Low: 147.18, - YearlyHigh: 190, - YearlyLow: 138.1, - YearlyStart: 164.05, - YearlyChange: -9.41, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Africa`, - Country: `Cameroon`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-09-21`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 700 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Gold`, - Spread: 0.01, - Open: 1281.1, - Price: 1299.17, - Buy: 1280.73, - Sell: 1280.74, - Change: 18.44, - ChangePercent: 1.44, - Volume: 48387, - High: 1289.5, - Low: 1279.1, - YearlyHigh: 1306, - YearlyLow: 1047.2, - YearlyStart: 1176.6, - YearlyChange: 8.85, - Settlement: `Cash`, - Contract: `Swap`, - Region: `South America`, - Country: `Ecuador`, - Risk: `High`, - Sector: `Public`, - Currency: `USD`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-07-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 701 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `FD Cattle`, - Spread: 0.01, - Open: 147.175, - Price: 149.44, - Buy: 148.6, - Sell: 148.61, - Change: 0.83, - ChangePercent: 0.56, - Volume: 5, - High: 148.61, - Low: 147.18, - YearlyHigh: 190, - YearlyLow: 138.1, - YearlyStart: 164.05, - YearlyChange: -9.41, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Africa`, - Country: `Senegal`, - Risk: `High`, - Sector: `Public`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-08-23`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 702 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `DOW Future`, - Spread: 0.01, - Open: 17711, - Price: 17535.03, - Buy: 17712.15, - Sell: 17712.16, - Change: -177.12, - ChangePercent: -1, - Volume: 22236, - High: 17727, - Low: 17642, - YearlyHigh: 18083, - YearlyLow: 15299, - YearlyStart: 16691, - YearlyChange: 6.12, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Middle East`, - Country: `Kuwait`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-02-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 703 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `BTC/USD`, - Spread: 0.06, - Open: 93.88, - Price: 21101.58, - Buy: 21200.76, - Sell: 21400.78, - Change: 100.81, - ChangePercent: 0.48, - Volume: 5788000, - High: 22400.05, - Low: 20100.75, - YearlyHigh: 62400.7, - YearlyLow: 15100.88, - YearlyStart: 21200.29, - YearlyChange: -20.62, - Settlement: `Credit`, - Contract: `Options`, - Region: `Middle East`, - Country: `Israel`, - Risk: `High`, - Sector: `Private`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-06-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 704 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Coal`, - Spread: 0.015, - Open: 0.4363, - Price: 0.41, - Buy: 0.44, - Sell: 0.44, - Change: -0.01, - ChangePercent: -0.72, - Volume: 3, - High: 0.44, - Low: 0.44, - YearlyHigh: 0.48, - YearlyLow: 0.4, - YearlyStart: 0.44, - YearlyChange: -5.33, - Settlement: `Loan`, - Contract: `Options`, - Region: `North America`, - Country: `Canada`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-03-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 705 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Sugar`, - Spread: 0.01, - Open: 15.68, - Price: 14.55, - Buy: 14.67, - Sell: 14.68, - Change: -0.12, - ChangePercent: -0.84, - Volume: 4949, - High: 15.7, - Low: 14.67, - YearlyHigh: 16.87, - YearlyLow: 11.37, - YearlyStart: 14.12, - YearlyChange: 3.92, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Middle East`, - Country: `Israel`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-01-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 706 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `BTC/USD`, - Spread: 0.06, - Open: 93.88, - Price: 20656.36, - Buy: 21200.76, - Sell: 21400.78, - Change: -344.41, - ChangePercent: -1.64, - Volume: 5788000, - High: 22400.05, - Low: 20100.75, - YearlyHigh: 62400.7, - YearlyLow: 15100.88, - YearlyStart: 21200.29, - YearlyChange: -20.62, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Europe`, - Country: `Denmark`, - Risk: `High`, - Sector: `Public`, - Currency: `USD`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-02-21`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 707 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soybean`, - Spread: 0.01, - Open: 1038, - Price: 1039.03, - Buy: 1038.61, - Sell: 1038.62, - Change: 0.41, - ChangePercent: 0.04, - Volume: 20356, - High: 1044, - Low: 1031.75, - YearlyHigh: 1057, - YearlyLow: 859.5, - YearlyStart: 958.25, - YearlyChange: 8.39, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `North America`, - Country: `Canada`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-06-21`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 708 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P MID MINI`, - Spread: 0.01, - Open: 1454.3, - Price: 1430.16, - Buy: 1455.78, - Sell: 1455.79, - Change: -25.62, - ChangePercent: -1.76, - Volume: 338, - High: 1455.78, - Low: 1448, - YearlyHigh: 1527.3, - YearlyLow: 1236, - YearlyStart: 1381.65, - YearlyChange: 5.37, - Settlement: `Credit`, - Contract: `Options`, - Region: `South America`, - Country: `Chile`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `High`, - Issuer: `FedEx`, - Maturity: `2022-01-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 709 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soybean`, - Spread: 0.01, - Open: 1038, - Price: 1040.69, - Buy: 1038.61, - Sell: 1038.62, - Change: 2.07, - ChangePercent: 0.2, - Volume: 20356, - High: 1044, - Low: 1031.75, - YearlyHigh: 1057, - YearlyLow: 859.5, - YearlyStart: 958.25, - YearlyChange: 8.39, - Settlement: `Cash`, - Contract: `Options`, - Region: `South America`, - Country: `Guyana`, - Risk: `High`, - Sector: `Government`, - Currency: `USD`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-06-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 710 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `DOW Future`, - Spread: 0.01, - Open: 17711, - Price: 17924.7, - Buy: 17712.15, - Sell: 17712.16, - Change: 212.55, - ChangePercent: 1.2, - Volume: 22236, - High: 17727, - Low: 17642, - YearlyHigh: 18083, - YearlyLow: 15299, - YearlyStart: 16691, - YearlyChange: 6.12, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Middle East`, - Country: `Lebanon`, - Risk: `High`, - Sector: `Public`, - Currency: `USD`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-09-23`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 711 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `LV Cattle`, - Spread: 0.01, - Open: 120.725, - Price: 119.69, - Buy: 120.72, - Sell: 120.72, - Change: -1.02, - ChangePercent: -0.84, - Volume: 4, - High: 120.72, - Low: 120.72, - YearlyHigh: 147.98, - YearlyLow: 113.9, - YearlyStart: 130.94, - YearlyChange: -7.82, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Europe`, - Country: `United Kingdom`, - Risk: `High`, - Sector: `Government`, - Currency: `PLN`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-06-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 712 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `US 30YR Future`, - Spread: 0.01, - Open: 164.875, - Price: 163.3, - Buy: 164.15, - Sell: 164.16, - Change: -0.86, - ChangePercent: -0.52, - Volume: 28012, - High: 165.25, - Low: 164.04, - YearlyHigh: 169.38, - YearlyLow: 151.47, - YearlyStart: 160.43, - YearlyChange: 2.33, - Settlement: `Credit`, - Contract: `Futures`, - Region: `Europe`, - Country: `Portugal`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-02-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 713 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Oats`, - Spread: 0.01, - Open: 194.5, - Price: 194.61, - Buy: 194.21, - Sell: 194.22, - Change: 0.39, - ChangePercent: 0.2, - Volume: 64, - High: 195.75, - Low: 194, - YearlyHigh: 241.25, - YearlyLow: 183.75, - YearlyStart: 212.5, - YearlyChange: -8.6, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Asia Pacific`, - Country: `Thailand`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `Poor`, - Issuer: `American Airlines`, - Maturity: `2022-04-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 714 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Wheat`, - Spread: 0.01, - Open: 465.5, - Price: 468.31, - Buy: 465.5, - Sell: 465.5, - Change: 2.79, - ChangePercent: 0.6, - Volume: 4318, - High: 467, - Low: 463.25, - YearlyHigh: 628.5, - YearlyLow: 449.5, - YearlyStart: 539, - YearlyChange: -13.63, - Settlement: `Cash`, - Contract: `Swap`, - Region: `North America`, - Country: `Mexico`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-01-23`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 715 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Ethanol`, - Spread: 0.01, - Open: 1.512, - Price: 2.71, - Buy: 2.75, - Sell: 2.76, - Change: -0.04, - ChangePercent: -1.44, - Volume: 14, - High: 2.75, - Low: 1.12, - YearlyHigh: 2.75, - YearlyLow: 1.12, - YearlyStart: 1.48, - YearlyChange: 86.7, - Settlement: `Loan`, - Contract: `Futures`, - Region: `Europe`, - Country: `Croatia`, - Risk: `Low`, - Sector: `Government`, - Currency: `USD`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-08-11`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 716 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soybean`, - Spread: 0.01, - Open: 1038, - Price: 1053.16, - Buy: 1038.61, - Sell: 1038.62, - Change: 14.54, - ChangePercent: 1.4, - Volume: 20356, - High: 1044, - Low: 1031.75, - YearlyHigh: 1057, - YearlyLow: 859.5, - YearlyStart: 958.25, - YearlyChange: 8.39, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Africa`, - Country: `Libya`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-05-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 717 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soy Meat`, - Spread: 0.01, - Open: 342.6, - Price: 341.39, - Buy: 342.6, - Sell: 342.6, - Change: -1.23, - ChangePercent: -0.36, - Volume: 5646, - High: 345.4, - Low: 340.3, - YearlyHigh: 353.4, - YearlyLow: 261.7, - YearlyStart: 307.55, - YearlyChange: 11.4, - Settlement: `Cash`, - Contract: `Futures`, - Region: `South America`, - Country: `Brazil`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-04-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 718 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `US 30YR Future`, - Spread: 0.01, - Open: 164.875, - Price: 163.83, - Buy: 164.15, - Sell: 164.16, - Change: -0.33, - ChangePercent: -0.2, - Volume: 28012, - High: 165.25, - Low: 164.04, - YearlyHigh: 169.38, - YearlyLow: 151.47, - YearlyStart: 160.43, - YearlyChange: 2.33, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Middle East`, - Country: `Saudi Arabia`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-06-23`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 719 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Milk`, - Spread: 0.01, - Open: 12.87, - Price: 12.94, - Buy: 12.87, - Sell: 12.87, - Change: 0.08, - ChangePercent: 0.64, - Volume: 7, - High: 12.89, - Low: 12.81, - YearlyHigh: 16.96, - YearlyLow: 12.81, - YearlyStart: 14.88, - YearlyChange: -13.6, - Settlement: `Loan`, - Contract: `Forwards`, - Region: `Asia Pacific`, - Country: `Taiwan`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-01-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 720 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Platinum`, - Spread: 0.01, - Open: 1071.6, - Price: 1070.67, - Buy: 1071.09, - Sell: 1071.1, - Change: -0.43, - ChangePercent: -0.04, - Volume: 3039, - High: 1081.2, - Low: 1070.5, - YearlyHigh: 1120.6, - YearlyLow: 812.4, - YearlyStart: 966.5, - YearlyChange: 10.82, - Settlement: `Loan`, - Contract: `CFD`, - Region: `Africa`, - Country: `Morocco`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-02-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 721 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `DOW Future`, - Spread: 0.01, - Open: 17711, - Price: 17683.81, - Buy: 17712.15, - Sell: 17712.16, - Change: -28.34, - ChangePercent: -0.16, - Volume: 22236, - High: 17727, - Low: 17642, - YearlyHigh: 18083, - YearlyLow: 15299, - YearlyStart: 16691, - YearlyChange: 6.12, - Settlement: `Credit`, - Contract: `Forwards`, - Region: `Asia Pacific`, - Country: `Australia`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-03-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 722 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P 600 MINI`, - Spread: 0.01, - Open: 687.9, - Price: 691.18, - Buy: 687.9, - Sell: 687.9, - Change: 3.3, - ChangePercent: 0.48, - Volume: 0, - High: 0, - Low: 0, - YearlyHigh: 620.32, - YearlyLow: 595.9, - YearlyStart: 608.11, - YearlyChange: 13.12, - Settlement: `Credit`, - Contract: `Forwards`, - Region: `Asia Pacific`, - Country: `Japan`, - Risk: `Low`, - Sector: `Public`, - Currency: `EUR`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-08-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 723 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P MID MINI`, - Spread: 0.01, - Open: 1454.3, - Price: 1459.28, - Buy: 1455.78, - Sell: 1455.79, - Change: 3.5, - ChangePercent: 0.24, - Volume: 338, - High: 1455.78, - Low: 1448, - YearlyHigh: 1527.3, - YearlyLow: 1236, - YearlyStart: 1381.65, - YearlyChange: 5.37, - Settlement: `Loan`, - Contract: `Futures`, - Region: `Africa`, - Country: `Morocco`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-08-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 724 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Uranium`, - Spread: 0.02, - Open: 27.55, - Price: 27.19, - Buy: 27.55, - Sell: 27.55, - Change: -0.39, - ChangePercent: -1.4, - Volume: 12, - High: 27.55, - Low: 27.55, - YearlyHigh: 29.32, - YearlyLow: 21.28, - YearlyStart: 25.3, - YearlyChange: 9.01, - Settlement: `Cash`, - Contract: `Options`, - Region: `Asia Pacific`, - Country: `Pakistan`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-08-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 725 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Sugar`, - Spread: 0.01, - Open: 15.68, - Price: 14.74, - Buy: 14.67, - Sell: 14.68, - Change: 0.07, - ChangePercent: 0.48, - Volume: 4949, - High: 15.7, - Low: 14.67, - YearlyHigh: 16.87, - YearlyLow: 11.37, - YearlyStart: 14.12, - YearlyChange: 3.92, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Africa`, - Country: `Ethiopia`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-08-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 726 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `FD Cattle`, - Spread: 0.01, - Open: 147.175, - Price: 146.23, - Buy: 148.6, - Sell: 148.61, - Change: -2.38, - ChangePercent: -1.6, - Volume: 5, - High: 148.61, - Low: 147.18, - YearlyHigh: 190, - YearlyLow: 138.1, - YearlyStart: 164.05, - YearlyChange: -9.41, - Settlement: `Credit`, - Contract: `Options`, - Region: `Africa`, - Country: `Tunisia`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-08-11`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 727 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Ethanol`, - Spread: 0.01, - Open: 1.512, - Price: 2.8, - Buy: 2.75, - Sell: 2.76, - Change: 0.05, - ChangePercent: 1.56, - Volume: 14, - High: 2.75, - Low: 1.12, - YearlyHigh: 2.75, - YearlyLow: 1.12, - YearlyStart: 1.48, - YearlyChange: 86.7, - Settlement: `Loan`, - Contract: `Options`, - Region: `Middle East`, - Country: `Israel`, - Risk: `High`, - Sector: `Government`, - Currency: `USD`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-07-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 728 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Gold`, - Spread: 0.01, - Open: 1281.1, - Price: 1271, - Buy: 1280.73, - Sell: 1280.74, - Change: -9.73, - ChangePercent: -0.76, - Volume: 48387, - High: 1289.5, - Low: 1279.1, - YearlyHigh: 1306, - YearlyLow: 1047.2, - YearlyStart: 1176.6, - YearlyChange: 8.85, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `Europe`, - Country: `Poland`, - Risk: `Low`, - Sector: `Government`, - Currency: `PLN`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-05-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 729 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `OJ Future`, - Spread: 0.01, - Open: 140.6, - Price: 142.26, - Buy: 140.18, - Sell: 140.19, - Change: 2.07, - ChangePercent: 1.48, - Volume: 7, - High: 140.19, - Low: 0, - YearlyHigh: 155.95, - YearlyLow: 113, - YearlyStart: 134.47, - YearlyChange: 4.25, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Africa`, - Country: `Cameroon`, - Risk: `Low`, - Sector: `Public`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-07-24`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 730 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `NAS Future`, - Spread: 0.01, - Open: 4341.25, - Price: 4271.82, - Buy: 4341.25, - Sell: 4341.25, - Change: -69.46, - ChangePercent: -1.6, - Volume: 18259, - High: 4347, - Low: 4318, - YearlyHigh: 4719.75, - YearlyLow: 3867.75, - YearlyStart: 4293.75, - YearlyChange: 1.11, - Settlement: `Credit`, - Contract: `Futures`, - Region: `Middle East`, - Country: `Lebanon`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-06-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 731 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Rice`, - Spread: 0.01, - Open: 11.245, - Price: 10.41, - Buy: 10.41, - Sell: 10.42, - Change: -0.01, - ChangePercent: -0.04, - Volume: 220, - High: 11.38, - Low: 10.42, - YearlyHigh: 14.14, - YearlyLow: 9.7, - YearlyStart: 11.92, - YearlyChange: -12.62, - Settlement: `Credit`, - Contract: `Options`, - Region: `Asia Pacific`, - Country: `New Zealand`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `FedEx`, - Maturity: `2022-01-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 732 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Rice`, - Spread: 0.01, - Open: 11.245, - Price: 10.52, - Buy: 10.41, - Sell: 10.42, - Change: 0.1, - ChangePercent: 1, - Volume: 220, - High: 11.38, - Low: 10.42, - YearlyHigh: 14.14, - YearlyLow: 9.7, - YearlyStart: 11.92, - YearlyChange: -12.62, - Settlement: `Loan`, - Contract: `Futures`, - Region: `Middle East`, - Country: `Qatar`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `High`, - Issuer: `FedEx`, - Maturity: `2022-08-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 733 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `LV Cattle`, - Spread: 0.01, - Open: 120.725, - Price: 119.79, - Buy: 120.72, - Sell: 120.72, - Change: -0.91, - ChangePercent: -0.76, - Volume: 4, - High: 120.72, - Low: 120.72, - YearlyHigh: 147.98, - YearlyLow: 113.9, - YearlyStart: 130.94, - YearlyChange: -7.82, - Settlement: `Cash`, - Contract: `Options`, - Region: `Africa`, - Country: `Niger`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-03-21`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 734 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `Lean Hogs`, - Spread: 0.01, - Open: 81.275, - Price: 83.39, - Buy: 81.81, - Sell: 81.82, - Change: 1.58, - ChangePercent: 1.92, - Volume: 1, - High: 81.81, - Low: 81.28, - YearlyHigh: 83.98, - YearlyLow: 70.25, - YearlyStart: 77.11, - YearlyChange: 6.09, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `Asia Pacific`, - Country: `Australia`, - Risk: `Low`, - Sector: `Government`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-05-16`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 735 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/CAD`, - Spread: 0.02, - Open: 0.7744, - Price: 0.94, - Buy: 0.94, - Sell: 0.96, - Change: -0.01, - ChangePercent: -1.08, - Volume: 13669, - High: 0.95, - Low: 0.77, - YearlyHigh: 0.95, - YearlyLow: 0.68, - YearlyStart: 0.76, - YearlyChange: 26.43, - Settlement: `Credit`, - Contract: `Options`, - Region: `Asia Pacific`, - Country: `Taiwan`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-03-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 736 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `GBP/USD`, - Spread: 0.02, - Open: 1.4464, - Price: 1.19, - Buy: 1.18, - Sell: 1.2, - Change: 0, - ChangePercent: -0.4, - Volume: 29450, - High: 1.45, - Low: 1.19, - YearlyHigh: 1.59, - YearlyLow: 1.19, - YearlyStart: 1.49, - YearlyChange: -19.59, - Settlement: `Credit`, - Contract: `Options`, - Region: `Africa`, - Country: `Senegal`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-05-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 737 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Milk`, - Spread: 0.01, - Open: 12.87, - Price: 12.69, - Buy: 12.87, - Sell: 12.87, - Change: -0.17, - ChangePercent: -1.36, - Volume: 7, - High: 12.89, - Low: 12.81, - YearlyHigh: 16.96, - YearlyLow: 12.81, - YearlyStart: 14.88, - YearlyChange: -13.6, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Africa`, - Country: `Niger`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-05-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 738 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Gold`, - Spread: 0.01, - Open: 1281.1, - Price: 1262.29, - Buy: 1280.73, - Sell: 1280.74, - Change: -18.44, - ChangePercent: -1.44, - Volume: 48387, - High: 1289.5, - Low: 1279.1, - YearlyHigh: 1306, - YearlyLow: 1047.2, - YearlyStart: 1176.6, - YearlyChange: 8.85, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Middle East`, - Country: `Oman`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-07-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 739 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P MID MINI`, - Spread: 0.01, - Open: 1454.3, - Price: 1437.15, - Buy: 1455.78, - Sell: 1455.79, - Change: -18.63, - ChangePercent: -1.28, - Volume: 338, - High: 1455.78, - Low: 1448, - YearlyHigh: 1527.3, - YearlyLow: 1236, - YearlyStart: 1381.65, - YearlyChange: 5.37, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Asia Pacific`, - Country: `Korea`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-02-16`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 740 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Coffee`, - Spread: 0.01, - Open: 125.7, - Price: 123.53, - Buy: 125.7, - Sell: 125.7, - Change: -2.16, - ChangePercent: -1.72, - Volume: 1654, - High: 125.8, - Low: 125, - YearlyHigh: 155.75, - YearlyLow: 115.35, - YearlyStart: 135.55, - YearlyChange: -7.27, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `North America`, - Country: `Canada`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-05-16`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 741 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soybean`, - Spread: 0.01, - Open: 1038, - Price: 1030.72, - Buy: 1038.61, - Sell: 1038.62, - Change: -7.9, - ChangePercent: -0.76, - Volume: 20356, - High: 1044, - Low: 1031.75, - YearlyHigh: 1057, - YearlyLow: 859.5, - YearlyStart: 958.25, - YearlyChange: 8.39, - Settlement: `Loan`, - Contract: `Futures`, - Region: `Europe`, - Country: `Portugal`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-02-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 742 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Gold`, - Spread: 0.01, - Open: 1281.1, - Price: 1296.1, - Buy: 1280.73, - Sell: 1280.74, - Change: 15.37, - ChangePercent: 1.2, - Volume: 48387, - High: 1289.5, - Low: 1279.1, - YearlyHigh: 1306, - YearlyLow: 1047.2, - YearlyStart: 1176.6, - YearlyChange: 8.85, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Asia Pacific`, - Country: `Malaysia`, - Risk: `High`, - Sector: `Public`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `FedEx`, - Maturity: `2022-01-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 743 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Oats`, - Spread: 0.01, - Open: 194.5, - Price: 195.54, - Buy: 194.21, - Sell: 194.22, - Change: 1.32, - ChangePercent: 0.68, - Volume: 64, - High: 195.75, - Low: 194, - YearlyHigh: 241.25, - YearlyLow: 183.75, - YearlyStart: 212.5, - YearlyChange: -8.6, - Settlement: `Loan`, - Contract: `Forwards`, - Region: `Europe`, - Country: `Sweden`, - Risk: `High`, - Sector: `Public`, - Currency: `USD`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-08-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 744 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Natural Gas`, - Spread: 0.02, - Open: 2.094, - Price: 2.14, - Buy: 2.09, - Sell: 2.09, - Change: 0.04, - ChangePercent: 1.76, - Volume: 2783, - High: 2.11, - Low: 2.09, - YearlyHigh: 3.2, - YearlyLow: 1.84, - YearlyStart: 2.52, - YearlyChange: -16.51, - Settlement: `Cash`, - Contract: `CFD`, - Region: `Middle East`, - Country: `Lebanon`, - Risk: `High`, - Sector: `Private`, - Currency: `PLN`, - Security: `High`, - Issuer: `American Airlines`, - Maturity: `2022-07-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 745 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Lumber`, - Spread: 0.01, - Open: 303.9, - Price: 309.59, - Buy: 304.59, - Sell: 304.6, - Change: 4.99, - ChangePercent: 1.64, - Volume: 2, - High: 304.6, - Low: 303.9, - YearlyHigh: 317.1, - YearlyLow: 236, - YearlyStart: 276.55, - YearlyChange: 10.14, - Settlement: `Credit`, - Contract: `CFD`, - Region: `Europe`, - Country: `Hungary`, - Risk: `Low`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-07-22`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 746 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Rice`, - Spread: 0.01, - Open: 11.245, - Price: 10.42, - Buy: 10.41, - Sell: 10.42, - Change: 0, - ChangePercent: 0.04, - Volume: 220, - High: 11.38, - Low: 10.42, - YearlyHigh: 14.14, - YearlyLow: 9.7, - YearlyStart: 11.92, - YearlyChange: -12.62, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Asia Pacific`, - Country: `Australia`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-08-27`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 747 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Copper`, - Spread: 0.02, - Open: 2.123, - Price: 2.12, - Buy: 2.12, - Sell: 2.12, - Change: 0.01, - ChangePercent: 0.12, - Volume: 28819, - High: 2.16, - Low: 2.11, - YearlyHigh: 2.94, - YearlyLow: 1.96, - YearlyStart: 2.45, - YearlyChange: -13.76, - Settlement: `Cash`, - Contract: `Options`, - Region: `Africa`, - Country: `Egypt`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-03-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 748 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soy oil`, - Spread: 0.01, - Open: 33.26, - Price: 33.26, - Buy: 33.77, - Sell: 33.78, - Change: -0.51, - ChangePercent: -1.52, - Volume: 10592, - High: 33.77, - Low: 33.06, - YearlyHigh: 35.43, - YearlyLow: 26.61, - YearlyStart: 31.02, - YearlyChange: 8.87, - Settlement: `Cash`, - Contract: `Options`, - Region: `Asia Pacific`, - Country: `Taiwan`, - Risk: `Low`, - Sector: `Public`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-01-11`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 749 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P Future`, - Spread: 0.01, - Open: 2057.5, - Price: 2038.5, - Buy: 2056.6, - Sell: 2056.61, - Change: -18.1, - ChangePercent: -0.88, - Volume: 142780, - High: 2059.5, - Low: 2049, - YearlyHigh: 2105.5, - YearlyLow: 1794.5, - YearlyStart: 1950, - YearlyChange: 5.47, - Settlement: `Cash`, - Contract: `Futures`, - Region: `North America`, - Country: `Mexico`, - Risk: `Low`, - Sector: `Government`, - Currency: `USD`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-09-27`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 750 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Corn`, - Spread: 0.01, - Open: 379.5, - Price: 374.49, - Buy: 379.8, - Sell: 379.81, - Change: -5.31, - ChangePercent: -1.4, - Volume: 11266, - High: 381, - Low: 377.75, - YearlyHigh: 471.25, - YearlyLow: 351.25, - YearlyStart: 411.25, - YearlyChange: -7.65, - Settlement: `Cash`, - Contract: `Options`, - Region: `South America`, - Country: `Uruguay`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-07-27`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 751 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `FD Cattle`, - Spread: 0.01, - Open: 147.175, - Price: 146.53, - Buy: 148.6, - Sell: 148.61, - Change: -2.08, - ChangePercent: -1.4, - Volume: 5, - High: 148.61, - Low: 147.18, - YearlyHigh: 190, - YearlyLow: 138.1, - YearlyStart: 164.05, - YearlyChange: -9.41, - Settlement: `Loan`, - Contract: `Options`, - Region: `Europe`, - Country: `Finland`, - Risk: `Low`, - Sector: `Public`, - Currency: `PLN`, - Security: `High`, - Issuer: `FedEx`, - Maturity: `2022-04-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 752 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/CHF`, - Spread: 0.02, - Open: 1.0337, - Price: 1.04, - Buy: 1.03, - Sell: 1.03, - Change: 0, - ChangePercent: -0.12, - Volume: 5550, - High: 1.03, - Low: 1.03, - YearlyHigh: 1.11, - YearlyLow: 0.98, - YearlyStart: 1.04, - YearlyChange: -0.12, - Settlement: `Loan`, - Contract: `Forwards`, - Region: `Africa`, - Country: `Tunisia`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `American Airlines`, - Maturity: `2022-05-22`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 753 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Gold`, - Spread: 0.01, - Open: 1281.1, - Price: 1259.73, - Buy: 1280.73, - Sell: 1280.74, - Change: -21, - ChangePercent: -1.64, - Volume: 48387, - High: 1289.5, - Low: 1279.1, - YearlyHigh: 1306, - YearlyLow: 1047.2, - YearlyStart: 1176.6, - YearlyChange: 8.85, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Africa`, - Country: `Egypt`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-04-19`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 754 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Milk`, - Spread: 0.01, - Open: 12.87, - Price: 12.69, - Buy: 12.87, - Sell: 12.87, - Change: -0.17, - ChangePercent: -1.36, - Volume: 7, - High: 12.89, - Low: 12.81, - YearlyHigh: 16.96, - YearlyLow: 12.81, - YearlyStart: 14.88, - YearlyChange: -13.6, - Settlement: `Credit`, - Contract: `CFD`, - Region: `North America`, - Country: `Mexico`, - Risk: `High`, - Sector: `Government`, - Currency: `USD`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-05-11`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 755 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `FD Cattle`, - Spread: 0.01, - Open: 147.175, - Price: 148.78, - Buy: 148.6, - Sell: 148.61, - Change: 0.17, - ChangePercent: 0.12, - Volume: 5, - High: 148.61, - Low: 147.18, - YearlyHigh: 190, - YearlyLow: 138.1, - YearlyStart: 164.05, - YearlyChange: -9.41, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Middle East`, - Country: `Syria`, - Risk: `High`, - Sector: `Government`, - Currency: `PLN`, - Security: `High`, - Issuer: `American Airlines`, - Maturity: `2022-08-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 756 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Cocoa`, - Spread: 0.01, - Open: 3076, - Price: 3130.17, - Buy: 3076, - Sell: 3076, - Change: 54.14, - ChangePercent: 1.76, - Volume: 978, - High: 3078, - Low: 3066, - YearlyHigh: 3406, - YearlyLow: 2746, - YearlyStart: 3076, - YearlyChange: 0, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Asia Pacific`, - Country: `Philippines`, - Risk: `High`, - Sector: `Government`, - Currency: `PLN`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-03-22`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 757 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soy oil`, - Spread: 0.01, - Open: 33.26, - Price: 34.43, - Buy: 33.77, - Sell: 33.78, - Change: 0.66, - ChangePercent: 1.96, - Volume: 10592, - High: 33.77, - Low: 33.06, - YearlyHigh: 35.43, - YearlyLow: 26.61, - YearlyStart: 31.02, - YearlyChange: 8.87, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `Middle East`, - Country: `UAE`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-02-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 758 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `NAS Future`, - Spread: 0.01, - Open: 4341.25, - Price: 4296.13, - Buy: 4341.25, - Sell: 4341.25, - Change: -45.15, - ChangePercent: -1.04, - Volume: 18259, - High: 4347, - Low: 4318, - YearlyHigh: 4719.75, - YearlyLow: 3867.75, - YearlyStart: 4293.75, - YearlyChange: 1.11, - Settlement: `Credit`, - Contract: `Futures`, - Region: `North America`, - Country: `United States`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `American Airlines`, - Maturity: `2022-02-22`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 759 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Milk`, - Spread: 0.01, - Open: 12.87, - Price: 13.02, - Buy: 12.87, - Sell: 12.87, - Change: 0.16, - ChangePercent: 1.24, - Volume: 7, - High: 12.89, - Low: 12.81, - YearlyHigh: 16.96, - YearlyLow: 12.81, - YearlyStart: 14.88, - YearlyChange: -13.6, - Settlement: `Cash`, - Contract: `CFD`, - Region: `Asia Pacific`, - Country: `China`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-06-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 760 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Cotton`, - Spread: 0.01, - Open: 61.77, - Price: 63, - Buy: 61.77, - Sell: 61.77, - Change: 1.24, - ChangePercent: 2, - Volume: 3612, - High: 62.06, - Low: 61.32, - YearlyHigh: 67.59, - YearlyLow: 54.33, - YearlyStart: 60.96, - YearlyChange: 1.31, - Settlement: `Cash`, - Contract: `Options`, - Region: `Africa`, - Country: `Nigeria`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-01-11`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 761 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `LV Cattle`, - Spread: 0.01, - Open: 120.725, - Price: 122.54, - Buy: 120.72, - Sell: 120.72, - Change: 1.84, - ChangePercent: 1.52, - Volume: 4, - High: 120.72, - Low: 120.72, - YearlyHigh: 147.98, - YearlyLow: 113.9, - YearlyStart: 130.94, - YearlyChange: -7.82, - Settlement: `Cash`, - Contract: `Swap`, - Region: `North America`, - Country: `United States`, - Risk: `High`, - Sector: `Public`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-06-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 762 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `NAS Future`, - Spread: 0.01, - Open: 4341.25, - Price: 4273.56, - Buy: 4341.25, - Sell: 4341.25, - Change: -67.72, - ChangePercent: -1.56, - Volume: 18259, - High: 4347, - Low: 4318, - YearlyHigh: 4719.75, - YearlyLow: 3867.75, - YearlyStart: 4293.75, - YearlyChange: 1.11, - Settlement: `Loan`, - Contract: `Futures`, - Region: `Europe`, - Country: `France`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-06-27`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 763 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Cotton`, - Spread: 0.01, - Open: 61.77, - Price: 60.57, - Buy: 61.77, - Sell: 61.77, - Change: -1.19, - ChangePercent: -1.92, - Volume: 3612, - High: 62.06, - Low: 61.32, - YearlyHigh: 67.59, - YearlyLow: 54.33, - YearlyStart: 60.96, - YearlyChange: 1.31, - Settlement: `Credit`, - Contract: `Options`, - Region: `South America`, - Country: `Colombia`, - Risk: `Low`, - Sector: `Government`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-03-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 764 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Sugar`, - Spread: 0.01, - Open: 15.68, - Price: 14.77, - Buy: 14.67, - Sell: 14.68, - Change: 0.1, - ChangePercent: 0.68, - Volume: 4949, - High: 15.7, - Low: 14.67, - YearlyHigh: 16.87, - YearlyLow: 11.37, - YearlyStart: 14.12, - YearlyChange: 3.92, - Settlement: `Cash`, - Contract: `Options`, - Region: `Middle East`, - Country: `Jordan`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-02-23`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 765 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `Lean Hogs`, - Spread: 0.01, - Open: 81.275, - Price: 81.55, - Buy: 81.81, - Sell: 81.82, - Change: -0.26, - ChangePercent: -0.32, - Volume: 1, - High: 81.81, - Low: 81.28, - YearlyHigh: 83.98, - YearlyLow: 70.25, - YearlyStart: 77.11, - YearlyChange: 6.09, - Settlement: `Cash`, - Contract: `Options`, - Region: `Europe`, - Country: `Spain`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-05-16`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 766 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `OJ Future`, - Spread: 0.01, - Open: 140.6, - Price: 141.37, - Buy: 140.18, - Sell: 140.19, - Change: 1.18, - ChangePercent: 0.84, - Volume: 7, - High: 140.19, - Low: 0, - YearlyHigh: 155.95, - YearlyLow: 113, - YearlyStart: 134.47, - YearlyChange: 4.25, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `Europe`, - Country: `Switzerland`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `High`, - Issuer: `American Airlines`, - Maturity: `2022-06-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 767 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `US 30YR Future`, - Spread: 0.01, - Open: 164.875, - Price: 163.37, - Buy: 164.15, - Sell: 164.16, - Change: -0.79, - ChangePercent: -0.48, - Volume: 28012, - High: 165.25, - Low: 164.04, - YearlyHigh: 169.38, - YearlyLow: 151.47, - YearlyStart: 160.43, - YearlyChange: 2.33, - Settlement: `Credit`, - Contract: `Options`, - Region: `Africa`, - Country: `South Africa`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-04-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 768 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Wheat`, - Spread: 0.01, - Open: 465.5, - Price: 460.68, - Buy: 465.5, - Sell: 465.5, - Change: -4.84, - ChangePercent: -1.04, - Volume: 4318, - High: 467, - Low: 463.25, - YearlyHigh: 628.5, - YearlyLow: 449.5, - YearlyStart: 539, - YearlyChange: -13.63, - Settlement: `Loan`, - Contract: `Futures`, - Region: `North America`, - Country: `United States`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-06-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 769 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Milk`, - Spread: 0.01, - Open: 12.87, - Price: 13.09, - Buy: 12.87, - Sell: 12.87, - Change: 0.23, - ChangePercent: 1.8, - Volume: 7, - High: 12.89, - Low: 12.81, - YearlyHigh: 16.96, - YearlyLow: 12.81, - YearlyStart: 14.88, - YearlyChange: -13.6, - Settlement: `Cash`, - Contract: `CFD`, - Region: `Europe`, - Country: `France`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-06-19`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 770 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Gold`, - Spread: 0.01, - Open: 1281.1, - Price: 1267.92, - Buy: 1280.73, - Sell: 1280.74, - Change: -12.81, - ChangePercent: -1, - Volume: 48387, - High: 1289.5, - Low: 1279.1, - YearlyHigh: 1306, - YearlyLow: 1047.2, - YearlyStart: 1176.6, - YearlyChange: 8.85, - Settlement: `Loan`, - Contract: `Options`, - Region: `Middle East`, - Country: `Israel`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-04-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 771 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P Future`, - Spread: 0.01, - Open: 2057.5, - Price: 2041.79, - Buy: 2056.6, - Sell: 2056.61, - Change: -14.81, - ChangePercent: -0.72, - Volume: 142780, - High: 2059.5, - Low: 2049, - YearlyHigh: 2105.5, - YearlyLow: 1794.5, - YearlyStart: 1950, - YearlyChange: 5.47, - Settlement: `Cash`, - Contract: `Options`, - Region: `Middle East`, - Country: `Turkey`, - Risk: `Low`, - Sector: `Public`, - Currency: `USD`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-07-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 772 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Platinum`, - Spread: 0.01, - Open: 1071.6, - Price: 1076.67, - Buy: 1071.09, - Sell: 1071.1, - Change: 5.57, - ChangePercent: 0.52, - Volume: 3039, - High: 1081.2, - Low: 1070.5, - YearlyHigh: 1120.6, - YearlyLow: 812.4, - YearlyStart: 966.5, - YearlyChange: 10.82, - Settlement: `Credit`, - Contract: `CFD`, - Region: `Middle East`, - Country: `Kuwait`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-07-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 773 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `GBP/USD`, - Spread: 0.02, - Open: 1.4464, - Price: 1.17, - Buy: 1.18, - Sell: 1.2, - Change: -0.02, - ChangePercent: -1.72, - Volume: 29450, - High: 1.45, - Low: 1.19, - YearlyHigh: 1.59, - YearlyLow: 1.19, - YearlyStart: 1.49, - YearlyChange: -19.59, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Africa`, - Country: `Morocco`, - Risk: `High`, - Sector: `Public`, - Currency: `USD`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-05-22`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 774 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soy Meat`, - Spread: 0.01, - Open: 342.6, - Price: 341.8, - Buy: 342.6, - Sell: 342.6, - Change: -0.82, - ChangePercent: -0.24, - Volume: 5646, - High: 345.4, - Low: 340.3, - YearlyHigh: 353.4, - YearlyLow: 261.7, - YearlyStart: 307.55, - YearlyChange: 11.4, - Settlement: `Credit`, - Contract: `Options`, - Region: `Asia Pacific`, - Country: `Japan`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `High`, - Issuer: `FedEx`, - Maturity: `2022-07-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 775 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Uranium`, - Spread: 0.02, - Open: 27.55, - Price: 27.3, - Buy: 27.55, - Sell: 27.55, - Change: -0.28, - ChangePercent: -1, - Volume: 12, - High: 27.55, - Low: 27.55, - YearlyHigh: 29.32, - YearlyLow: 21.28, - YearlyStart: 25.3, - YearlyChange: 9.01, - Settlement: `Credit`, - Contract: `Options`, - Region: `Europe`, - Country: `Spain`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `High`, - Issuer: `American Airlines`, - Maturity: `2022-04-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 776 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Oats`, - Spread: 0.01, - Open: 194.5, - Price: 193.98, - Buy: 194.21, - Sell: 194.22, - Change: -0.24, - ChangePercent: -0.12, - Volume: 64, - High: 195.75, - Low: 194, - YearlyHigh: 241.25, - YearlyLow: 183.75, - YearlyStart: 212.5, - YearlyChange: -8.6, - Settlement: `Credit`, - Contract: `Options`, - Region: `Europe`, - Country: `France`, - Risk: `High`, - Sector: `Private`, - Currency: `PLN`, - Security: `High`, - Issuer: `American Airlines`, - Maturity: `2022-05-16`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 777 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Corn`, - Spread: 0.01, - Open: 379.5, - Price: 375.7, - Buy: 379.8, - Sell: 379.81, - Change: -4.1, - ChangePercent: -1.08, - Volume: 11266, - High: 381, - Low: 377.75, - YearlyHigh: 471.25, - YearlyLow: 351.25, - YearlyStart: 411.25, - YearlyChange: -7.65, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Europe`, - Country: `Estonia`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-04-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 778 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Ethanol`, - Spread: 0.01, - Open: 1.512, - Price: 2.71, - Buy: 2.75, - Sell: 2.76, - Change: -0.04, - ChangePercent: -1.48, - Volume: 14, - High: 2.75, - Low: 1.12, - YearlyHigh: 2.75, - YearlyLow: 1.12, - YearlyStart: 1.48, - YearlyChange: 86.7, - Settlement: `Cash`, - Contract: `Options`, - Region: `Middle East`, - Country: `Lebanon`, - Risk: `Low`, - Sector: `Public`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `FedEx`, - Maturity: `2022-03-19`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 779 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Oil`, - Spread: 0.015, - Open: 45.54, - Price: 45.24, - Buy: 45.78, - Sell: 45.8, - Change: -0.55, - ChangePercent: -1.2, - Volume: 107196, - High: 45.94, - Low: 45, - YearlyHigh: 65.28, - YearlyLow: 30.79, - YearlyStart: 48.03, - YearlyChange: -4.67, - Settlement: `Cash`, - Contract: `Swap`, - Region: `South America`, - Country: `Uruguay`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-04-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 780 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Uranium`, - Spread: 0.02, - Open: 27.55, - Price: 27.8, - Buy: 27.55, - Sell: 27.55, - Change: 0.22, - ChangePercent: 0.8, - Volume: 12, - High: 27.55, - Low: 27.55, - YearlyHigh: 29.32, - YearlyLow: 21.28, - YearlyStart: 25.3, - YearlyChange: 9.01, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Asia Pacific`, - Country: `Philippines`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-06-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 781 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `Lean Hogs`, - Spread: 0.01, - Open: 81.275, - Price: 81.23, - Buy: 81.81, - Sell: 81.82, - Change: -0.58, - ChangePercent: -0.72, - Volume: 1, - High: 81.81, - Low: 81.28, - YearlyHigh: 83.98, - YearlyLow: 70.25, - YearlyStart: 77.11, - YearlyChange: 6.09, - Settlement: `Cash`, - Contract: `Options`, - Region: `North America`, - Country: `Canada`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-02-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 782 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soy oil`, - Spread: 0.01, - Open: 33.26, - Price: 33.72, - Buy: 33.77, - Sell: 33.78, - Change: -0.05, - ChangePercent: -0.16, - Volume: 10592, - High: 33.77, - Low: 33.06, - YearlyHigh: 35.43, - YearlyLow: 26.61, - YearlyStart: 31.02, - YearlyChange: 8.87, - Settlement: `Cash`, - Contract: `Options`, - Region: `Asia Pacific`, - Country: `Singapore`, - Risk: `High`, - Sector: `Private`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-05-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 783 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Rice`, - Spread: 0.01, - Open: 11.245, - Price: 10.26, - Buy: 10.41, - Sell: 10.42, - Change: -0.16, - ChangePercent: -1.48, - Volume: 220, - High: 11.38, - Low: 10.42, - YearlyHigh: 14.14, - YearlyLow: 9.7, - YearlyStart: 11.92, - YearlyChange: -12.62, - Settlement: `Credit`, - Contract: `Futures`, - Region: `Africa`, - Country: `Niger`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `Poor`, - Issuer: `FedEx`, - Maturity: `2022-07-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 784 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Corn`, - Spread: 0.01, - Open: 379.5, - Price: 385.12, - Buy: 379.8, - Sell: 379.81, - Change: 5.32, - ChangePercent: 1.4, - Volume: 11266, - High: 381, - Low: 377.75, - YearlyHigh: 471.25, - YearlyLow: 351.25, - YearlyStart: 411.25, - YearlyChange: -7.65, - Settlement: `Cash`, - Contract: `Options`, - Region: `Middle East`, - Country: `Saudi Arabia`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-06-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 785 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Palladium`, - Spread: 0.01, - Open: 600.55, - Price: 597.39, - Buy: 601, - Sell: 601.01, - Change: -3.61, - ChangePercent: -0.6, - Volume: 651, - High: 607.2, - Low: 598.4, - YearlyHigh: 690, - YearlyLow: 458.6, - YearlyStart: 574.3, - YearlyChange: 4.65, - Settlement: `Loan`, - Contract: `Forwards`, - Region: `Africa`, - Country: `Ethiopia`, - Risk: `High`, - Sector: `Private`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-07-27`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 786 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Ethanol`, - Spread: 0.01, - Open: 1.512, - Price: 2.7, - Buy: 2.75, - Sell: 2.76, - Change: -0.05, - ChangePercent: -1.8, - Volume: 14, - High: 2.75, - Low: 1.12, - YearlyHigh: 2.75, - YearlyLow: 1.12, - YearlyStart: 1.48, - YearlyChange: 86.7, - Settlement: `Credit`, - Contract: `Options`, - Region: `South America`, - Country: `Paraguay`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `High`, - Issuer: `FedEx`, - Maturity: `2022-06-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 787 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `US 10YR Future`, - Spread: 0.01, - Open: 130.5625, - Price: 132.2, - Buy: 130.56, - Sell: 130.56, - Change: 1.62, - ChangePercent: 1.24, - Volume: 189310, - High: 130.63, - Low: 130.44, - YearlyHigh: 132.64, - YearlyLow: 125.48, - YearlyStart: 129.06, - YearlyChange: 1.18, - Settlement: `Credit`, - Contract: `Futures`, - Region: `Middle East`, - Country: `Jordan`, - Risk: `Low`, - Sector: `Government`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-03-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 788 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Wheat`, - Spread: 0.01, - Open: 465.5, - Price: 458.82, - Buy: 465.5, - Sell: 465.5, - Change: -6.7, - ChangePercent: -1.44, - Volume: 4318, - High: 467, - Low: 463.25, - YearlyHigh: 628.5, - YearlyLow: 449.5, - YearlyStart: 539, - YearlyChange: -13.63, - Settlement: `Cash`, - Contract: `Swap`, - Region: `North America`, - Country: `United States`, - Risk: `High`, - Sector: `Private`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-04-23`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 789 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `BTC/USD`, - Spread: 0.06, - Open: 93.88, - Price: 21227.58, - Buy: 21200.76, - Sell: 21400.78, - Change: 226.81, - ChangePercent: 1.08, - Volume: 5788000, - High: 22400.05, - Low: 20100.75, - YearlyHigh: 62400.7, - YearlyLow: 15100.88, - YearlyStart: 21200.29, - YearlyChange: -20.62, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `Europe`, - Country: `Switzerland`, - Risk: `High`, - Sector: `Public`, - Currency: `USD`, - Security: `Poor`, - Issuer: `FedEx`, - Maturity: `2022-02-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 790 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Natural Gas`, - Spread: 0.02, - Open: 2.094, - Price: 2.11, - Buy: 2.09, - Sell: 2.09, - Change: 0.01, - ChangePercent: 0.16, - Volume: 2783, - High: 2.11, - Low: 2.09, - YearlyHigh: 3.2, - YearlyLow: 1.84, - YearlyStart: 2.52, - YearlyChange: -16.51, - Settlement: `Cash`, - Contract: `Options`, - Region: `Asia Pacific`, - Country: `Philippines`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-05-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 791 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Silver`, - Spread: 0.01, - Open: 17.43, - Price: 17.49, - Buy: 17.43, - Sell: 17.43, - Change: 0.07, - ChangePercent: 0.4, - Volume: 11720, - High: 17.51, - Low: 17.37, - YearlyHigh: 18.06, - YearlyLow: 13.73, - YearlyStart: 15.89, - YearlyChange: 9.59, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `Asia Pacific`, - Country: `Philippines`, - Risk: `High`, - Sector: `Public`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-04-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 792 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Wheat`, - Spread: 0.01, - Open: 465.5, - Price: 460.86, - Buy: 465.5, - Sell: 465.5, - Change: -4.66, - ChangePercent: -1, - Volume: 4318, - High: 467, - Low: 463.25, - YearlyHigh: 628.5, - YearlyLow: 449.5, - YearlyStart: 539, - YearlyChange: -13.63, - Settlement: `Loan`, - Contract: `Options`, - Region: `Asia Pacific`, - Country: `Philippines`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-06-10`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 793 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P Future`, - Spread: 0.01, - Open: 2057.5, - Price: 2066.47, - Buy: 2056.6, - Sell: 2056.61, - Change: 9.87, - ChangePercent: 0.48, - Volume: 142780, - High: 2059.5, - Low: 2049, - YearlyHigh: 2105.5, - YearlyLow: 1794.5, - YearlyStart: 1950, - YearlyChange: 5.47, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Asia Pacific`, - Country: `Afghanistan`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-08-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 794 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Cotton`, - Spread: 0.01, - Open: 61.77, - Price: 61.12, - Buy: 61.77, - Sell: 61.77, - Change: -0.64, - ChangePercent: -1.04, - Volume: 3612, - High: 62.06, - Low: 61.32, - YearlyHigh: 67.59, - YearlyLow: 54.33, - YearlyStart: 60.96, - YearlyChange: 1.31, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Africa`, - Country: `Cameroon`, - Risk: `Low`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-06-23`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 795 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/CHF`, - Spread: 0.02, - Open: 1.0337, - Price: 1.04, - Buy: 1.03, - Sell: 1.03, - Change: 0, - ChangePercent: -0.12, - Volume: 5550, - High: 1.03, - Low: 1.03, - YearlyHigh: 1.11, - YearlyLow: 0.98, - YearlyStart: 1.04, - YearlyChange: -0.12, - Settlement: `Loan`, - Contract: `Options`, - Region: `Africa`, - Country: `Cameroon`, - Risk: `High`, - Sector: `Government`, - Currency: `USD`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-04-16`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 796 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Palladium`, - Spread: 0.01, - Open: 600.55, - Price: 590.66, - Buy: 601, - Sell: 601.01, - Change: -10.34, - ChangePercent: -1.72, - Volume: 651, - High: 607.2, - Low: 598.4, - YearlyHigh: 690, - YearlyLow: 458.6, - YearlyStart: 574.3, - YearlyChange: 4.65, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Middle East`, - Country: `Iraq`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-06-22`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 797 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P 600 MINI`, - Spread: 0.01, - Open: 687.9, - Price: 689.26, - Buy: 687.9, - Sell: 687.9, - Change: 1.38, - ChangePercent: 0.2, - Volume: 0, - High: 0, - Low: 0, - YearlyHigh: 620.32, - YearlyLow: 595.9, - YearlyStart: 608.11, - YearlyChange: 13.12, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Africa`, - Country: `Tunisia`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-01-16`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 798 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `BTC/USD`, - Spread: 0.06, - Open: 93.88, - Price: 20731.96, - Buy: 21200.76, - Sell: 21400.78, - Change: -268.81, - ChangePercent: -1.28, - Volume: 5788000, - High: 22400.05, - Low: 20100.75, - YearlyHigh: 62400.7, - YearlyLow: 15100.88, - YearlyStart: 21200.29, - YearlyChange: -20.62, - Settlement: `Cash`, - Contract: `CFD`, - Region: `Middle East`, - Country: `Jordan`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `High`, - Issuer: `American Airlines`, - Maturity: `2022-05-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 799 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `AUD/USD`, - Spread: 0.02, - Open: 0.7344, - Price: 0.75, - Buy: 0.73, - Sell: 0.73, - Change: 0.01, - ChangePercent: 1.2, - Volume: 36764, - High: 0.74, - Low: 0.73, - YearlyHigh: 0.79, - YearlyLow: 0.68, - YearlyStart: 0.73, - YearlyChange: 1.28, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Middle East`, - Country: `Israel`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-04-23`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 800 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `Lean Hogs`, - Spread: 0.01, - Open: 81.275, - Price: 80.77, - Buy: 81.81, - Sell: 81.82, - Change: -1.04, - ChangePercent: -1.28, - Volume: 1, - High: 81.81, - Low: 81.28, - YearlyHigh: 83.98, - YearlyLow: 70.25, - YearlyStart: 77.11, - YearlyChange: 6.09, - Settlement: `Cash`, - Contract: `CFD`, - Region: `Europe`, - Country: `Slovenia`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-06-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 801 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Rice`, - Spread: 0.01, - Open: 11.245, - Price: 10.3, - Buy: 10.41, - Sell: 10.42, - Change: -0.12, - ChangePercent: -1.08, - Volume: 220, - High: 11.38, - Low: 10.42, - YearlyHigh: 14.14, - YearlyLow: 9.7, - YearlyStart: 11.92, - YearlyChange: -12.62, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Middle East`, - Country: `Lebanon`, - Risk: `High`, - Sector: `Government`, - Currency: `PLN`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-02-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 802 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soybean`, - Spread: 0.01, - Open: 1038, - Price: 1040.69, - Buy: 1038.61, - Sell: 1038.62, - Change: 2.07, - ChangePercent: 0.2, - Volume: 20356, - High: 1044, - Low: 1031.75, - YearlyHigh: 1057, - YearlyLow: 859.5, - YearlyStart: 958.25, - YearlyChange: 8.39, - Settlement: `Loan`, - Contract: `Options`, - Region: `Europe`, - Country: `Czechia`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-08-24`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 803 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soy oil`, - Spread: 0.01, - Open: 33.26, - Price: 33.97, - Buy: 33.77, - Sell: 33.78, - Change: 0.2, - ChangePercent: 0.6, - Volume: 10592, - High: 33.77, - Low: 33.06, - YearlyHigh: 35.43, - YearlyLow: 26.61, - YearlyStart: 31.02, - YearlyChange: 8.87, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `North America`, - Country: `United States`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-08-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 804 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Coffee`, - Spread: 0.01, - Open: 125.7, - Price: 128.15, - Buy: 125.7, - Sell: 125.7, - Change: 2.46, - ChangePercent: 1.96, - Volume: 1654, - High: 125.8, - Low: 125, - YearlyHigh: 155.75, - YearlyLow: 115.35, - YearlyStart: 135.55, - YearlyChange: -7.27, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Asia Pacific`, - Country: `Malaysia`, - Risk: `Low`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-06-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 805 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `DOW Future`, - Spread: 0.01, - Open: 17711, - Price: 17924.7, - Buy: 17712.15, - Sell: 17712.16, - Change: 212.55, - ChangePercent: 1.2, - Volume: 22236, - High: 17727, - Low: 17642, - YearlyHigh: 18083, - YearlyLow: 15299, - YearlyStart: 16691, - YearlyChange: 6.12, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `Asia Pacific`, - Country: `Philippines`, - Risk: `Low`, - Sector: `Public`, - Currency: `USD`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-04-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 806 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Corn`, - Spread: 0.01, - Open: 379.5, - Price: 379.8, - Buy: 379.8, - Sell: 379.81, - Change: 0, - ChangePercent: 0, - Volume: 11266, - High: 381, - Low: 377.75, - YearlyHigh: 471.25, - YearlyLow: 351.25, - YearlyStart: 411.25, - YearlyChange: -7.65, - Settlement: `Credit`, - Contract: `Forwards`, - Region: `Asia Pacific`, - Country: `Taiwan`, - Risk: `High`, - Sector: `Public`, - Currency: `USD`, - Security: `Poor`, - Issuer: `FedEx`, - Maturity: `2022-05-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 807 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P MID MINI`, - Spread: 0.01, - Open: 1454.3, - Price: 1443.55, - Buy: 1455.78, - Sell: 1455.79, - Change: -12.23, - ChangePercent: -0.84, - Volume: 338, - High: 1455.78, - Low: 1448, - YearlyHigh: 1527.3, - YearlyLow: 1236, - YearlyStart: 1381.65, - YearlyChange: 5.37, - Settlement: `Credit`, - Contract: `Options`, - Region: `Middle East`, - Country: `Israel`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `American Airlines`, - Maturity: `2022-08-11`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 808 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Gold`, - Spread: 0.01, - Open: 1281.1, - Price: 1268.44, - Buy: 1280.73, - Sell: 1280.74, - Change: -12.29, - ChangePercent: -0.96, - Volume: 48387, - High: 1289.5, - Low: 1279.1, - YearlyHigh: 1306, - YearlyLow: 1047.2, - YearlyStart: 1176.6, - YearlyChange: 8.85, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Africa`, - Country: `Morocco`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-07-10`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 809 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `GBP/USD`, - Spread: 0.02, - Open: 1.4464, - Price: 1.18, - Buy: 1.18, - Sell: 1.2, - Change: -0.01, - ChangePercent: -1, - Volume: 29450, - High: 1.45, - Low: 1.19, - YearlyHigh: 1.59, - YearlyLow: 1.19, - YearlyStart: 1.49, - YearlyChange: -19.59, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Middle East`, - Country: `Iraq`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-09-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 810 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Ethanol`, - Spread: 0.01, - Open: 1.512, - Price: 2.75, - Buy: 2.75, - Sell: 2.76, - Change: 0, - ChangePercent: 0, - Volume: 14, - High: 2.75, - Low: 1.12, - YearlyHigh: 2.75, - YearlyLow: 1.12, - YearlyStart: 1.48, - YearlyChange: 86.7, - Settlement: `Cash`, - Contract: `Options`, - Region: `Middle East`, - Country: `Kuwait`, - Risk: `High`, - Sector: `Public`, - Currency: `PLN`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-06-10`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 811 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soy Meat`, - Spread: 0.01, - Open: 342.6, - Price: 345.5, - Buy: 342.6, - Sell: 342.6, - Change: 2.88, - ChangePercent: 0.84, - Volume: 5646, - High: 345.4, - Low: 340.3, - YearlyHigh: 353.4, - YearlyLow: 261.7, - YearlyStart: 307.55, - YearlyChange: 11.4, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Africa`, - Country: `Egypt`, - Risk: `High`, - Sector: `Government`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-03-16`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 812 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `US 30YR Future`, - Spread: 0.01, - Open: 164.875, - Price: 161.6, - Buy: 164.15, - Sell: 164.16, - Change: -2.56, - ChangePercent: -1.56, - Volume: 28012, - High: 165.25, - Low: 164.04, - YearlyHigh: 169.38, - YearlyLow: 151.47, - YearlyStart: 160.43, - YearlyChange: 2.33, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Africa`, - Country: `Morocco`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `Poor`, - Issuer: `FedEx`, - Maturity: `2022-07-11`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 813 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Copper`, - Spread: 0.02, - Open: 2.123, - Price: 2.1, - Buy: 2.12, - Sell: 2.12, - Change: -0.01, - ChangePercent: -0.8, - Volume: 28819, - High: 2.16, - Low: 2.11, - YearlyHigh: 2.94, - YearlyLow: 1.96, - YearlyStart: 2.45, - YearlyChange: -13.76, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `Africa`, - Country: `Tunisia`, - Risk: `High`, - Sector: `Private`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-04-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 814 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `FD Cattle`, - Spread: 0.01, - Open: 147.175, - Price: 145.81, - Buy: 148.6, - Sell: 148.61, - Change: -2.8, - ChangePercent: -1.88, - Volume: 5, - High: 148.61, - Low: 147.18, - YearlyHigh: 190, - YearlyLow: 138.1, - YearlyStart: 164.05, - YearlyChange: -9.41, - Settlement: `Cash`, - Contract: `CFD`, - Region: `Middle East`, - Country: `UAE`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-05-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 815 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Ethanol`, - Spread: 0.01, - Open: 1.512, - Price: 2.75, - Buy: 2.75, - Sell: 2.76, - Change: 0, - ChangePercent: 0, - Volume: 14, - High: 2.75, - Low: 1.12, - YearlyHigh: 2.75, - YearlyLow: 1.12, - YearlyStart: 1.48, - YearlyChange: 86.7, - Settlement: `Cash`, - Contract: `Futures`, - Region: `South America`, - Country: `Paraguay`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-08-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 816 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/CHF`, - Spread: 0.02, - Open: 1.0337, - Price: 1.06, - Buy: 1.03, - Sell: 1.03, - Change: 0.02, - ChangePercent: 1.76, - Volume: 5550, - High: 1.03, - Low: 1.03, - YearlyHigh: 1.11, - YearlyLow: 0.98, - YearlyStart: 1.04, - YearlyChange: -0.12, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Middle East`, - Country: `UAE`, - Risk: `High`, - Sector: `Government`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-03-27`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 817 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P MID MINI`, - Spread: 0.01, - Open: 1454.3, - Price: 1435.98, - Buy: 1455.78, - Sell: 1455.79, - Change: -19.8, - ChangePercent: -1.36, - Volume: 338, - High: 1455.78, - Low: 1448, - YearlyHigh: 1527.3, - YearlyLow: 1236, - YearlyStart: 1381.65, - YearlyChange: 5.37, - Settlement: `Cash`, - Contract: `Options`, - Region: `Africa`, - Country: `Senegal`, - Risk: `Low`, - Sector: `Public`, - Currency: `PLN`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-02-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 818 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soybean`, - Spread: 0.01, - Open: 1038, - Price: 1023.66, - Buy: 1038.61, - Sell: 1038.62, - Change: -14.96, - ChangePercent: -1.44, - Volume: 20356, - High: 1044, - Low: 1031.75, - YearlyHigh: 1057, - YearlyLow: 859.5, - YearlyStart: 958.25, - YearlyChange: 8.39, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Europe`, - Country: `Slovakia`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-03-11`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 819 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `US 2Y Future`, - Spread: 0.01, - Open: 109.3984, - Price: 111.27, - Buy: 109.4, - Sell: 109.4, - Change: 1.88, - ChangePercent: 1.72, - Volume: 17742, - High: 109.41, - Low: 109.38, - YearlyHigh: 109.8, - YearlyLow: 108.62, - YearlyStart: 109.21, - YearlyChange: 0.16, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Africa`, - Country: `South Africa`, - Risk: `Low`, - Sector: `Government`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-02-22`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 820 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Rice`, - Spread: 0.01, - Open: 11.245, - Price: 10.37, - Buy: 10.41, - Sell: 10.42, - Change: -0.05, - ChangePercent: -0.4, - Volume: 220, - High: 11.38, - Low: 10.42, - YearlyHigh: 14.14, - YearlyLow: 9.7, - YearlyStart: 11.92, - YearlyChange: -12.62, - Settlement: `Cash`, - Contract: `Options`, - Region: `Africa`, - Country: `Senegal`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-03-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 821 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Silver`, - Spread: 0.01, - Open: 17.43, - Price: 17.26, - Buy: 17.43, - Sell: 17.43, - Change: -0.16, - ChangePercent: -0.92, - Volume: 11720, - High: 17.51, - Low: 17.37, - YearlyHigh: 18.06, - YearlyLow: 13.73, - YearlyStart: 15.89, - YearlyChange: 9.59, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Middle East`, - Country: `Israel`, - Risk: `High`, - Sector: `Public`, - Currency: `USD`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-05-19`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 822 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Natural Gas`, - Spread: 0.02, - Open: 2.094, - Price: 2.1, - Buy: 2.09, - Sell: 2.09, - Change: 0, - ChangePercent: -0.12, - Volume: 2783, - High: 2.11, - Low: 2.09, - YearlyHigh: 3.2, - YearlyLow: 1.84, - YearlyStart: 2.52, - YearlyChange: -16.51, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Asia Pacific`, - Country: `Indonesia`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-07-10`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 823 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Rice`, - Spread: 0.01, - Open: 11.245, - Price: 10.5, - Buy: 10.41, - Sell: 10.42, - Change: 0.08, - ChangePercent: 0.84, - Volume: 220, - High: 11.38, - Low: 10.42, - YearlyHigh: 14.14, - YearlyLow: 9.7, - YearlyStart: 11.92, - YearlyChange: -12.62, - Settlement: `Credit`, - Contract: `Options`, - Region: `Africa`, - Country: `Egypt`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-04-11`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 824 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soy oil`, - Spread: 0.01, - Open: 33.26, - Price: 34.15, - Buy: 33.77, - Sell: 33.78, - Change: 0.38, - ChangePercent: 1.12, - Volume: 10592, - High: 33.77, - Low: 33.06, - YearlyHigh: 35.43, - YearlyLow: 26.61, - YearlyStart: 31.02, - YearlyChange: 8.87, - Settlement: `Cash`, - Contract: `CFD`, - Region: `Africa`, - Country: `South Africa`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-07-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 825 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/CAD`, - Spread: 0.02, - Open: 0.7744, - Price: 0.94, - Buy: 0.94, - Sell: 0.96, - Change: -0.01, - ChangePercent: -1.8, - Volume: 13669, - High: 0.95, - Low: 0.77, - YearlyHigh: 0.95, - YearlyLow: 0.68, - YearlyStart: 0.76, - YearlyChange: 26.43, - Settlement: `Credit`, - Contract: `Forwards`, - Region: `Middle East`, - Country: `Oman`, - Risk: `Low`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-07-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 826 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Coal`, - Spread: 0.015, - Open: 0.4363, - Price: 0.42, - Buy: 0.44, - Sell: 0.44, - Change: 0, - ChangePercent: 0.8, - Volume: 3, - High: 0.44, - Low: 0.44, - YearlyHigh: 0.48, - YearlyLow: 0.4, - YearlyStart: 0.44, - YearlyChange: -5.33, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Africa`, - Country: `Egypt`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-07-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 827 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soy oil`, - Spread: 0.01, - Open: 33.26, - Price: 34.12, - Buy: 33.77, - Sell: 33.78, - Change: 0.35, - ChangePercent: 1.04, - Volume: 10592, - High: 33.77, - Low: 33.06, - YearlyHigh: 35.43, - YearlyLow: 26.61, - YearlyStart: 31.02, - YearlyChange: 8.87, - Settlement: `Cash`, - Contract: `Options`, - Region: `Middle East`, - Country: `Lebanon`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-02-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 828 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P Future`, - Spread: 0.01, - Open: 2057.5, - Price: 2087.86, - Buy: 2056.6, - Sell: 2056.61, - Change: 31.26, - ChangePercent: 1.52, - Volume: 142780, - High: 2059.5, - Low: 2049, - YearlyHigh: 2105.5, - YearlyLow: 1794.5, - YearlyStart: 1950, - YearlyChange: 5.47, - Settlement: `Cash`, - Contract: `Options`, - Region: `Middle East`, - Country: `UAE`, - Risk: `Low`, - Sector: `Public`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-07-21`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 829 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `BTC/USD`, - Spread: 0.06, - Open: 93.88, - Price: 20639.56, - Buy: 21200.76, - Sell: 21400.78, - Change: -361.21, - ChangePercent: -1.72, - Volume: 5788000, - High: 22400.05, - Low: 20100.75, - YearlyHigh: 62400.7, - YearlyLow: 15100.88, - YearlyStart: 21200.29, - YearlyChange: -20.62, - Settlement: `Cash`, - Contract: `CFD`, - Region: `Africa`, - Country: `Ethiopia`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-07-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 830 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Ethanol`, - Spread: 0.01, - Open: 1.512, - Price: 2.75, - Buy: 2.75, - Sell: 2.76, - Change: 0, - ChangePercent: -0.2, - Volume: 14, - High: 2.75, - Low: 1.12, - YearlyHigh: 2.75, - YearlyLow: 1.12, - YearlyStart: 1.48, - YearlyChange: 86.7, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Middle East`, - Country: `Iraq`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `High`, - Issuer: `American Airlines`, - Maturity: `2022-06-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 831 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `US 2Y Future`, - Spread: 0.01, - Open: 109.3984, - Price: 108.91, - Buy: 109.4, - Sell: 109.4, - Change: -0.48, - ChangePercent: -0.44, - Volume: 17742, - High: 109.41, - Low: 109.38, - YearlyHigh: 109.8, - YearlyLow: 108.62, - YearlyStart: 109.21, - YearlyChange: 0.16, - Settlement: `Credit`, - Contract: `Swap`, - Region: `South America`, - Country: `Brazil`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `High`, - Issuer: `FedEx`, - Maturity: `2022-03-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 832 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `FD Cattle`, - Spread: 0.01, - Open: 147.175, - Price: 149.97, - Buy: 148.6, - Sell: 148.61, - Change: 1.36, - ChangePercent: 0.92, - Volume: 5, - High: 148.61, - Low: 147.18, - YearlyHigh: 190, - YearlyLow: 138.1, - YearlyStart: 164.05, - YearlyChange: -9.41, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `Middle East`, - Country: `Israel`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-05-23`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 833 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `DOW Future`, - Spread: 0.01, - Open: 17711, - Price: 17485.44, - Buy: 17712.15, - Sell: 17712.16, - Change: -226.71, - ChangePercent: -1.28, - Volume: 22236, - High: 17727, - Low: 17642, - YearlyHigh: 18083, - YearlyLow: 15299, - YearlyStart: 16691, - YearlyChange: 6.12, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Africa`, - Country: `Niger`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-07-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 834 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Sugar`, - Spread: 0.01, - Open: 15.68, - Price: 14.49, - Buy: 14.67, - Sell: 14.68, - Change: -0.18, - ChangePercent: -1.24, - Volume: 4949, - High: 15.7, - Low: 14.67, - YearlyHigh: 16.87, - YearlyLow: 11.37, - YearlyStart: 14.12, - YearlyChange: 3.92, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Africa`, - Country: `Egypt`, - Risk: `Low`, - Sector: `Government`, - Currency: `USD`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-08-23`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 835 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soy oil`, - Spread: 0.01, - Open: 33.26, - Price: 33.66, - Buy: 33.77, - Sell: 33.78, - Change: -0.11, - ChangePercent: -0.32, - Volume: 10592, - High: 33.77, - Low: 33.06, - YearlyHigh: 35.43, - YearlyLow: 26.61, - YearlyStart: 31.02, - YearlyChange: 8.87, - Settlement: `Cash`, - Contract: `Options`, - Region: `Middle East`, - Country: `Lebanon`, - Risk: `High`, - Sector: `Government`, - Currency: `USD`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-08-16`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 836 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Uranium`, - Spread: 0.02, - Open: 27.55, - Price: 27.96, - Buy: 27.55, - Sell: 27.55, - Change: 0.38, - ChangePercent: 1.36, - Volume: 12, - High: 27.55, - Low: 27.55, - YearlyHigh: 29.32, - YearlyLow: 21.28, - YearlyStart: 25.3, - YearlyChange: 9.01, - Settlement: `Cash`, - Contract: `CFD`, - Region: `Middle East`, - Country: `Saudi Arabia`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-07-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 837 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Oats`, - Spread: 0.01, - Open: 194.5, - Price: 195.07, - Buy: 194.21, - Sell: 194.22, - Change: 0.85, - ChangePercent: 0.44, - Volume: 64, - High: 195.75, - Low: 194, - YearlyHigh: 241.25, - YearlyLow: 183.75, - YearlyStart: 212.5, - YearlyChange: -8.6, - Settlement: `Cash`, - Contract: `Swap`, - Region: `South America`, - Country: `Guyana`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-03-22`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 838 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Cotton`, - Spread: 0.01, - Open: 61.77, - Price: 61.56, - Buy: 61.77, - Sell: 61.77, - Change: -0.2, - ChangePercent: -0.32, - Volume: 3612, - High: 62.06, - Low: 61.32, - YearlyHigh: 67.59, - YearlyLow: 54.33, - YearlyStart: 60.96, - YearlyChange: 1.31, - Settlement: `Cash`, - Contract: `CFD`, - Region: `North America`, - Country: `United States`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-05-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 839 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `BTC/USD`, - Spread: 0.06, - Open: 93.88, - Price: 20925.17, - Buy: 21200.76, - Sell: 21400.78, - Change: -75.6, - ChangePercent: -0.36, - Volume: 5788000, - High: 22400.05, - Low: 20100.75, - YearlyHigh: 62400.7, - YearlyLow: 15100.88, - YearlyStart: 21200.29, - YearlyChange: -20.62, - Settlement: `Loan`, - Contract: `Options`, - Region: `Africa`, - Country: `Ethiopia`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-09-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 840 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soy Meat`, - Spread: 0.01, - Open: 342.6, - Price: 348.24, - Buy: 342.6, - Sell: 342.6, - Change: 5.62, - ChangePercent: 1.64, - Volume: 5646, - High: 345.4, - Low: 340.3, - YearlyHigh: 353.4, - YearlyLow: 261.7, - YearlyStart: 307.55, - YearlyChange: 11.4, - Settlement: `Loan`, - Contract: `Futures`, - Region: `North America`, - Country: `United States`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-04-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 841 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Milk`, - Spread: 0.01, - Open: 12.87, - Price: 12.86, - Buy: 12.87, - Sell: 12.87, - Change: 0, - ChangePercent: 0, - Volume: 7, - High: 12.89, - Low: 12.81, - YearlyHigh: 16.96, - YearlyLow: 12.81, - YearlyStart: 14.88, - YearlyChange: -13.6, - Settlement: `Cash`, - Contract: `CFD`, - Region: `Europe`, - Country: `Norway`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-02-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 842 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Silver`, - Spread: 0.01, - Open: 17.43, - Price: 17.52, - Buy: 17.43, - Sell: 17.43, - Change: 0.1, - ChangePercent: 0.56, - Volume: 11720, - High: 17.51, - Low: 17.37, - YearlyHigh: 18.06, - YearlyLow: 13.73, - YearlyStart: 15.89, - YearlyChange: 9.59, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Africa`, - Country: `Niger`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `High`, - Issuer: `American Airlines`, - Maturity: `2022-02-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 843 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Palladium`, - Spread: 0.01, - Open: 600.55, - Price: 606.53, - Buy: 601, - Sell: 601.01, - Change: 5.53, - ChangePercent: 0.92, - Volume: 651, - High: 607.2, - Low: 598.4, - YearlyHigh: 690, - YearlyLow: 458.6, - YearlyStart: 574.3, - YearlyChange: 4.65, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Europe`, - Country: `Slovakia`, - Risk: `High`, - Sector: `Public`, - Currency: `USD`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-07-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 844 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P MID MINI`, - Spread: 0.01, - Open: 1454.3, - Price: 1463.35, - Buy: 1455.78, - Sell: 1455.79, - Change: 7.57, - ChangePercent: 0.52, - Volume: 338, - High: 1455.78, - Low: 1448, - YearlyHigh: 1527.3, - YearlyLow: 1236, - YearlyStart: 1381.65, - YearlyChange: 5.37, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Middle East`, - Country: `Qatar`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-07-27`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 845 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Coffee`, - Spread: 0.01, - Open: 125.7, - Price: 125.39, - Buy: 125.7, - Sell: 125.7, - Change: -0.3, - ChangePercent: -0.24, - Volume: 1654, - High: 125.8, - Low: 125, - YearlyHigh: 155.75, - YearlyLow: 115.35, - YearlyStart: 135.55, - YearlyChange: -7.27, - Settlement: `Loan`, - Contract: `Swap`, - Region: `South America`, - Country: `Suriname`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-05-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 846 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Cocoa`, - Spread: 0.01, - Open: 3076, - Price: 3116.63, - Buy: 3076, - Sell: 3076, - Change: 40.6, - ChangePercent: 1.32, - Volume: 978, - High: 3078, - Low: 3066, - YearlyHigh: 3406, - YearlyLow: 2746, - YearlyStart: 3076, - YearlyChange: 0, - Settlement: `Cash`, - Contract: `Futures`, - Region: `North America`, - Country: `Mexico`, - Risk: `High`, - Sector: `Government`, - Currency: `USD`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-07-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 847 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Corn`, - Spread: 0.01, - Open: 379.5, - Price: 386.34, - Buy: 379.8, - Sell: 379.81, - Change: 6.54, - ChangePercent: 1.72, - Volume: 11266, - High: 381, - Low: 377.75, - YearlyHigh: 471.25, - YearlyLow: 351.25, - YearlyStart: 411.25, - YearlyChange: -7.65, - Settlement: `Credit`, - Contract: `Forwards`, - Region: `Middle East`, - Country: `UAE`, - Risk: `High`, - Sector: `Private`, - Currency: `PLN`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-08-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 848 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Sugar`, - Spread: 0.01, - Open: 15.68, - Price: 14.45, - Buy: 14.67, - Sell: 14.68, - Change: -0.22, - ChangePercent: -1.56, - Volume: 4949, - High: 15.7, - Low: 14.67, - YearlyHigh: 16.87, - YearlyLow: 11.37, - YearlyStart: 14.12, - YearlyChange: 3.92, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Asia Pacific`, - Country: `Taiwan`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-07-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 849 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `DOW Future`, - Spread: 0.01, - Open: 17711, - Price: 17549.2, - Buy: 17712.15, - Sell: 17712.16, - Change: -162.95, - ChangePercent: -0.92, - Volume: 22236, - High: 17727, - Low: 17642, - YearlyHigh: 18083, - YearlyLow: 15299, - YearlyStart: 16691, - YearlyChange: 6.12, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Middle East`, - Country: `UAE`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-04-21`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 850 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `FD Cattle`, - Spread: 0.01, - Open: 147.175, - Price: 150.69, - Buy: 148.6, - Sell: 148.61, - Change: 2.08, - ChangePercent: 1.4, - Volume: 5, - High: 148.61, - Low: 147.18, - YearlyHigh: 190, - YearlyLow: 138.1, - YearlyStart: 164.05, - YearlyChange: -9.41, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Africa`, - Country: `Tunisia`, - Risk: `High`, - Sector: `Public`, - Currency: `PLN`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-08-23`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 851 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Rice`, - Spread: 0.01, - Open: 11.245, - Price: 10.62, - Buy: 10.41, - Sell: 10.42, - Change: 0.2, - ChangePercent: 2, - Volume: 220, - High: 11.38, - Low: 10.42, - YearlyHigh: 14.14, - YearlyLow: 9.7, - YearlyStart: 11.92, - YearlyChange: -12.62, - Settlement: `Loan`, - Contract: `CFD`, - Region: `Middle East`, - Country: `Qatar`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-04-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 852 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Rice`, - Spread: 0.01, - Open: 11.245, - Price: 10.43, - Buy: 10.41, - Sell: 10.42, - Change: 0.01, - ChangePercent: 0.16, - Volume: 220, - High: 11.38, - Low: 10.42, - YearlyHigh: 14.14, - YearlyLow: 9.7, - YearlyStart: 11.92, - YearlyChange: -12.62, - Settlement: `Credit`, - Contract: `Futures`, - Region: `Europe`, - Country: `Belgium`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-04-23`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 853 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/CAD`, - Spread: 0.02, - Open: 0.7744, - Price: 0.95, - Buy: 0.94, - Sell: 0.96, - Change: 0, - ChangePercent: -0.24, - Volume: 13669, - High: 0.95, - Low: 0.77, - YearlyHigh: 0.95, - YearlyLow: 0.68, - YearlyStart: 0.76, - YearlyChange: 26.43, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Africa`, - Country: `Niger`, - Risk: `High`, - Sector: `Government`, - Currency: `PLN`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-04-22`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 854 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `DOW Future`, - Spread: 0.01, - Open: 17711, - Price: 17634.22, - Buy: 17712.15, - Sell: 17712.16, - Change: -77.93, - ChangePercent: -0.44, - Volume: 22236, - High: 17727, - Low: 17642, - YearlyHigh: 18083, - YearlyLow: 15299, - YearlyStart: 16691, - YearlyChange: 6.12, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Middle East`, - Country: `Syria`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-07-24`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 855 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soy Meat`, - Spread: 0.01, - Open: 342.6, - Price: 340.02, - Buy: 342.6, - Sell: 342.6, - Change: -2.6, - ChangePercent: -0.76, - Volume: 5646, - High: 345.4, - Low: 340.3, - YearlyHigh: 353.4, - YearlyLow: 261.7, - YearlyStart: 307.55, - YearlyChange: 11.4, - Settlement: `Credit`, - Contract: `Forwards`, - Region: `Europe`, - Country: `Norway`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-03-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 856 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Cocoa`, - Spread: 0.01, - Open: 3076, - Price: 3076.03, - Buy: 3076, - Sell: 3076, - Change: 0, - ChangePercent: 0, - Volume: 978, - High: 3078, - Low: 3066, - YearlyHigh: 3406, - YearlyLow: 2746, - YearlyStart: 3076, - YearlyChange: 0, - Settlement: `Cash`, - Contract: `Options`, - Region: `Africa`, - Country: `Ethiopia`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `FedEx`, - Maturity: `2022-06-23`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 857 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Sugar`, - Spread: 0.01, - Open: 15.68, - Price: 14.46, - Buy: 14.67, - Sell: 14.68, - Change: -0.21, - ChangePercent: -1.44, - Volume: 4949, - High: 15.7, - Low: 14.67, - YearlyHigh: 16.87, - YearlyLow: 11.37, - YearlyStart: 14.12, - YearlyChange: 3.92, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `Middle East`, - Country: `Oman`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-05-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 858 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `US 2Y Future`, - Spread: 0.01, - Open: 109.3984, - Price: 110.35, - Buy: 109.4, - Sell: 109.4, - Change: 0.96, - ChangePercent: 0.88, - Volume: 17742, - High: 109.41, - Low: 109.38, - YearlyHigh: 109.8, - YearlyLow: 108.62, - YearlyStart: 109.21, - YearlyChange: 0.16, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Asia Pacific`, - Country: `Thailand`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-07-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 859 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Diesel`, - Spread: 0.015, - Open: 1.3474, - Price: 1.35, - Buy: 1.35, - Sell: 1.35, - Change: -0.01, - ChangePercent: -0.36, - Volume: 2971, - High: 1.36, - Low: 1.34, - YearlyHigh: 2.11, - YearlyLow: 0.92, - YearlyStart: 1.51, - YearlyChange: -10.4, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `Asia Pacific`, - Country: `Taiwan`, - Risk: `Low`, - Sector: `Government`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-02-19`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 860 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Oats`, - Spread: 0.01, - Open: 194.5, - Price: 192.74, - Buy: 194.21, - Sell: 194.22, - Change: -1.48, - ChangePercent: -0.76, - Volume: 64, - High: 195.75, - Low: 194, - YearlyHigh: 241.25, - YearlyLow: 183.75, - YearlyStart: 212.5, - YearlyChange: -8.6, - Settlement: `Cash`, - Contract: `Options`, - Region: `Africa`, - Country: `Libya`, - Risk: `Low`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-09-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 861 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/CHF`, - Spread: 0.02, - Open: 1.0337, - Price: 1.05, - Buy: 1.03, - Sell: 1.03, - Change: 0.01, - ChangePercent: 0.92, - Volume: 5550, - High: 1.03, - Low: 1.03, - YearlyHigh: 1.11, - YearlyLow: 0.98, - YearlyStart: 1.04, - YearlyChange: -0.12, - Settlement: `Cash`, - Contract: `Options`, - Region: `North America`, - Country: `United States`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-04-22`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 862 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `DOW Future`, - Spread: 0.01, - Open: 17711, - Price: 17995.55, - Buy: 17712.15, - Sell: 17712.16, - Change: 283.4, - ChangePercent: 1.6, - Volume: 22236, - High: 17727, - Low: 17642, - YearlyHigh: 18083, - YearlyLow: 15299, - YearlyStart: 16691, - YearlyChange: 6.12, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Middle East`, - Country: `Israel`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-05-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 863 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Platinum`, - Spread: 0.01, - Open: 1071.6, - Price: 1075.38, - Buy: 1071.09, - Sell: 1071.1, - Change: 4.28, - ChangePercent: 0.4, - Volume: 3039, - High: 1081.2, - Low: 1070.5, - YearlyHigh: 1120.6, - YearlyLow: 812.4, - YearlyStart: 966.5, - YearlyChange: 10.82, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `Africa`, - Country: `Algeria`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-07-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 864 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Milk`, - Spread: 0.01, - Open: 12.87, - Price: 12.74, - Buy: 12.87, - Sell: 12.87, - Change: -0.12, - ChangePercent: -0.92, - Volume: 7, - High: 12.89, - Low: 12.81, - YearlyHigh: 16.96, - YearlyLow: 12.81, - YearlyStart: 14.88, - YearlyChange: -13.6, - Settlement: `Cash`, - Contract: `Options`, - Region: `South America`, - Country: `Colombia`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-09-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 865 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `DOW Future`, - Spread: 0.01, - Open: 17711, - Price: 17761.75, - Buy: 17712.15, - Sell: 17712.16, - Change: 49.6, - ChangePercent: 0.28, - Volume: 22236, - High: 17727, - Low: 17642, - YearlyHigh: 18083, - YearlyLow: 15299, - YearlyStart: 16691, - YearlyChange: 6.12, - Settlement: `Cash`, - Contract: `Options`, - Region: `North America`, - Country: `United States`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-05-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 866 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Rice`, - Spread: 0.01, - Open: 11.245, - Price: 10.24, - Buy: 10.41, - Sell: 10.42, - Change: -0.18, - ChangePercent: -1.64, - Volume: 220, - High: 11.38, - Low: 10.42, - YearlyHigh: 14.14, - YearlyLow: 9.7, - YearlyStart: 11.92, - YearlyChange: -12.62, - Settlement: `Credit`, - Contract: `CFD`, - Region: `South America`, - Country: `Bolivia`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-05-11`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 867 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Natural Gas`, - Spread: 0.02, - Open: 2.094, - Price: 2.11, - Buy: 2.09, - Sell: 2.09, - Change: 0.01, - ChangePercent: 0.32, - Volume: 2783, - High: 2.11, - Low: 2.09, - YearlyHigh: 3.2, - YearlyLow: 1.84, - YearlyStart: 2.52, - YearlyChange: -16.51, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Middle East`, - Country: `Israel`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `High`, - Issuer: `American Airlines`, - Maturity: `2022-07-19`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 868 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `OJ Future`, - Spread: 0.01, - Open: 140.6, - Price: 142.66, - Buy: 140.18, - Sell: 140.19, - Change: 2.47, - ChangePercent: 1.76, - Volume: 7, - High: 140.19, - Low: 0, - YearlyHigh: 155.95, - YearlyLow: 113, - YearlyStart: 134.47, - YearlyChange: 4.25, - Settlement: `Credit`, - Contract: `Options`, - Region: `Asia Pacific`, - Country: `Korea`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-02-22`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 869 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Corn`, - Spread: 0.01, - Open: 379.5, - Price: 372.97, - Buy: 379.8, - Sell: 379.81, - Change: -6.83, - ChangePercent: -1.8, - Volume: 11266, - High: 381, - Low: 377.75, - YearlyHigh: 471.25, - YearlyLow: 351.25, - YearlyStart: 411.25, - YearlyChange: -7.65, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Africa`, - Country: `Egypt`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-04-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 870 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Sugar`, - Spread: 0.01, - Open: 15.68, - Price: 14.97, - Buy: 14.67, - Sell: 14.68, - Change: 0.3, - ChangePercent: 2, - Volume: 4949, - High: 15.7, - Low: 14.67, - YearlyHigh: 16.87, - YearlyLow: 11.37, - YearlyStart: 14.12, - YearlyChange: 3.92, - Settlement: `Cash`, - Contract: `CFD`, - Region: `Europe`, - Country: `Croatia`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-08-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 871 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Oats`, - Spread: 0.01, - Open: 194.5, - Price: 193.05, - Buy: 194.21, - Sell: 194.22, - Change: -1.17, - ChangePercent: -0.6, - Volume: 64, - High: 195.75, - Low: 194, - YearlyHigh: 241.25, - YearlyLow: 183.75, - YearlyStart: 212.5, - YearlyChange: -8.6, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Africa`, - Country: `Algeria`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-08-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 872 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/CHF`, - Spread: 0.02, - Open: 1.0337, - Price: 1.03, - Buy: 1.03, - Sell: 1.03, - Change: -0.01, - ChangePercent: -1.2, - Volume: 5550, - High: 1.03, - Low: 1.03, - YearlyHigh: 1.11, - YearlyLow: 0.98, - YearlyStart: 1.04, - YearlyChange: -0.12, - Settlement: `Credit`, - Contract: `Options`, - Region: `Europe`, - Country: `Spain`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-03-19`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 873 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `US 30YR Future`, - Spread: 0.01, - Open: 164.875, - Price: 164.62, - Buy: 164.15, - Sell: 164.16, - Change: 0.46, - ChangePercent: 0.28, - Volume: 28012, - High: 165.25, - Low: 164.04, - YearlyHigh: 169.38, - YearlyLow: 151.47, - YearlyStart: 160.43, - YearlyChange: 2.33, - Settlement: `Loan`, - Contract: `Futures`, - Region: `Middle East`, - Country: `Bahrain`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-06-23`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 874 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Platinum`, - Spread: 0.01, - Open: 1071.6, - Price: 1051.82, - Buy: 1071.09, - Sell: 1071.1, - Change: -19.28, - ChangePercent: -1.8, - Volume: 3039, - High: 1081.2, - Low: 1070.5, - YearlyHigh: 1120.6, - YearlyLow: 812.4, - YearlyStart: 966.5, - YearlyChange: 10.82, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Asia Pacific`, - Country: `Singapore`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-01-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 875 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/CAD`, - Spread: 0.02, - Open: 0.7744, - Price: 0.96, - Buy: 0.94, - Sell: 0.96, - Change: 0.01, - ChangePercent: 0.88, - Volume: 13669, - High: 0.95, - Low: 0.77, - YearlyHigh: 0.95, - YearlyLow: 0.68, - YearlyStart: 0.76, - YearlyChange: 26.43, - Settlement: `Loan`, - Contract: `Options`, - Region: `Europe`, - Country: `Russia`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `High`, - Issuer: `American Airlines`, - Maturity: `2022-06-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 876 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Lumber`, - Spread: 0.01, - Open: 303.9, - Price: 302.53, - Buy: 304.59, - Sell: 304.6, - Change: -2.07, - ChangePercent: -0.68, - Volume: 2, - High: 304.6, - Low: 303.9, - YearlyHigh: 317.1, - YearlyLow: 236, - YearlyStart: 276.55, - YearlyChange: 10.14, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Middle East`, - Country: `Iraq`, - Risk: `High`, - Sector: `Public`, - Currency: `USD`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-07-16`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 877 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Cocoa`, - Spread: 0.01, - Open: 3076, - Price: 3084.64, - Buy: 3076, - Sell: 3076, - Change: 8.61, - ChangePercent: 0.28, - Volume: 978, - High: 3078, - Low: 3066, - YearlyHigh: 3406, - YearlyLow: 2746, - YearlyStart: 3076, - YearlyChange: 0, - Settlement: `Cash`, - Contract: `Options`, - Region: `Africa`, - Country: `Senegal`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-08-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 878 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Rice`, - Spread: 0.01, - Open: 11.245, - Price: 10.37, - Buy: 10.41, - Sell: 10.42, - Change: -0.05, - ChangePercent: -0.4, - Volume: 220, - High: 11.38, - Low: 10.42, - YearlyHigh: 14.14, - YearlyLow: 9.7, - YearlyStart: 11.92, - YearlyChange: -12.62, - Settlement: `Cash`, - Contract: `CFD`, - Region: `Europe`, - Country: `Germany`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-07-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 879 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Copper`, - Spread: 0.02, - Open: 2.123, - Price: 2.12, - Buy: 2.12, - Sell: 2.12, - Change: 0.01, - ChangePercent: 0.36, - Volume: 28819, - High: 2.16, - Low: 2.11, - YearlyHigh: 2.94, - YearlyLow: 1.96, - YearlyStart: 2.45, - YearlyChange: -13.76, - Settlement: `Credit`, - Contract: `CFD`, - Region: `North America`, - Country: `United States`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-06-27`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 880 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `NAS Future`, - Spread: 0.01, - Open: 4341.25, - Price: 4311.76, - Buy: 4341.25, - Sell: 4341.25, - Change: -29.52, - ChangePercent: -0.68, - Volume: 18259, - High: 4347, - Low: 4318, - YearlyHigh: 4719.75, - YearlyLow: 3867.75, - YearlyStart: 4293.75, - YearlyChange: 1.11, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Asia Pacific`, - Country: `Thailand`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-04-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 881 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `OJ Future`, - Spread: 0.01, - Open: 140.6, - Price: 139.68, - Buy: 140.18, - Sell: 140.19, - Change: -0.51, - ChangePercent: -0.36, - Volume: 7, - High: 140.19, - Low: 0, - YearlyHigh: 155.95, - YearlyLow: 113, - YearlyStart: 134.47, - YearlyChange: 4.25, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `Africa`, - Country: `Tunisia`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-03-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 882 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `LV Cattle`, - Spread: 0.01, - Open: 120.725, - Price: 118.48, - Buy: 120.72, - Sell: 120.72, - Change: -2.22, - ChangePercent: -1.84, - Volume: 4, - High: 120.72, - Low: 120.72, - YearlyHigh: 147.98, - YearlyLow: 113.9, - YearlyStart: 130.94, - YearlyChange: -7.82, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Asia Pacific`, - Country: `Azerbaijan`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-07-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 883 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Sugar`, - Spread: 0.01, - Open: 15.68, - Price: 14.66, - Buy: 14.67, - Sell: 14.68, - Change: -0.01, - ChangePercent: -0.08, - Volume: 4949, - High: 15.7, - Low: 14.67, - YearlyHigh: 16.87, - YearlyLow: 11.37, - YearlyStart: 14.12, - YearlyChange: 3.92, - Settlement: `Cash`, - Contract: `Futures`, - Region: `North America`, - Country: `Canada`, - Risk: `High`, - Sector: `Public`, - Currency: `PLN`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-01-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 884 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Gold`, - Spread: 0.01, - Open: 1281.1, - Price: 1274.07, - Buy: 1280.73, - Sell: 1280.74, - Change: -6.66, - ChangePercent: -0.52, - Volume: 48387, - High: 1289.5, - Low: 1279.1, - YearlyHigh: 1306, - YearlyLow: 1047.2, - YearlyStart: 1176.6, - YearlyChange: 8.85, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Asia Pacific`, - Country: `Philippines`, - Risk: `High`, - Sector: `Government`, - Currency: `USD`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-08-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 885 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Gold`, - Spread: 0.01, - Open: 1281.1, - Price: 1265.88, - Buy: 1280.73, - Sell: 1280.74, - Change: -14.85, - ChangePercent: -1.16, - Volume: 48387, - High: 1289.5, - Low: 1279.1, - YearlyHigh: 1306, - YearlyLow: 1047.2, - YearlyStart: 1176.6, - YearlyChange: 8.85, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Europe`, - Country: `Czechia`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-04-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 886 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soybean`, - Spread: 0.01, - Open: 1038, - Price: 1055.65, - Buy: 1038.61, - Sell: 1038.62, - Change: 17.03, - ChangePercent: 1.64, - Volume: 20356, - High: 1044, - Low: 1031.75, - YearlyHigh: 1057, - YearlyLow: 859.5, - YearlyStart: 958.25, - YearlyChange: 8.39, - Settlement: `Cash`, - Contract: `Options`, - Region: `South America`, - Country: `Peru`, - Risk: `Low`, - Sector: `Government`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-01-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 887 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P 600 MINI`, - Spread: 0.01, - Open: 687.9, - Price: 681.83, - Buy: 687.9, - Sell: 687.9, - Change: -6.05, - ChangePercent: -0.88, - Volume: 0, - High: 0, - Low: 0, - YearlyHigh: 620.32, - YearlyLow: 595.9, - YearlyStart: 608.11, - YearlyChange: 13.12, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Middle East`, - Country: `Israel`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-04-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 888 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Sugar`, - Spread: 0.01, - Open: 15.68, - Price: 14.66, - Buy: 14.67, - Sell: 14.68, - Change: -0.01, - ChangePercent: -0.08, - Volume: 4949, - High: 15.7, - Low: 14.67, - YearlyHigh: 16.87, - YearlyLow: 11.37, - YearlyStart: 14.12, - YearlyChange: 3.92, - Settlement: `Loan`, - Contract: `Futures`, - Region: `Middle East`, - Country: `Saudi Arabia`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-04-16`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 889 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Uranium`, - Spread: 0.02, - Open: 27.55, - Price: 28.08, - Buy: 27.55, - Sell: 27.55, - Change: 0.5, - ChangePercent: 1.8, - Volume: 12, - High: 27.55, - Low: 27.55, - YearlyHigh: 29.32, - YearlyLow: 21.28, - YearlyStart: 25.3, - YearlyChange: 9.01, - Settlement: `Cash`, - Contract: `Options`, - Region: `Asia Pacific`, - Country: `Australia`, - Risk: `High`, - Sector: `Private`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-04-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 890 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/CHF`, - Spread: 0.02, - Open: 1.0337, - Price: 1.05, - Buy: 1.03, - Sell: 1.03, - Change: 0.01, - ChangePercent: 0.2, - Volume: 5550, - High: 1.03, - Low: 1.03, - YearlyHigh: 1.11, - YearlyLow: 0.98, - YearlyStart: 1.04, - YearlyChange: -0.12, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Europe`, - Country: `Slovenia`, - Risk: `High`, - Sector: `Government`, - Currency: `USD`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-02-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 891 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Lumber`, - Spread: 0.01, - Open: 303.9, - Price: 298.75, - Buy: 304.59, - Sell: 304.6, - Change: -5.85, - ChangePercent: -1.92, - Volume: 2, - High: 304.6, - Low: 303.9, - YearlyHigh: 317.1, - YearlyLow: 236, - YearlyStart: 276.55, - YearlyChange: 10.14, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Middle East`, - Country: `Kuwait`, - Risk: `Low`, - Sector: `Government`, - Currency: `USD`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-04-24`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 892 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Platinum`, - Spread: 0.01, - Open: 1071.6, - Price: 1052.25, - Buy: 1071.09, - Sell: 1071.1, - Change: -18.85, - ChangePercent: -1.76, - Volume: 3039, - High: 1081.2, - Low: 1070.5, - YearlyHigh: 1120.6, - YearlyLow: 812.4, - YearlyStart: 966.5, - YearlyChange: 10.82, - Settlement: `Cash`, - Contract: `CFD`, - Region: `Africa`, - Country: `South Africa`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-08-21`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 893 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Lumber`, - Spread: 0.01, - Open: 303.9, - Price: 300.46, - Buy: 304.59, - Sell: 304.6, - Change: -4.14, - ChangePercent: -1.36, - Volume: 2, - High: 304.6, - Low: 303.9, - YearlyHigh: 317.1, - YearlyLow: 236, - YearlyStart: 276.55, - YearlyChange: 10.14, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Asia Pacific`, - Country: `Pakistan`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-06-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 894 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P MID MINI`, - Spread: 0.01, - Open: 1454.3, - Price: 1455.78, - Buy: 1455.78, - Sell: 1455.79, - Change: 0, - ChangePercent: 0, - Volume: 338, - High: 1455.78, - Low: 1448, - YearlyHigh: 1527.3, - YearlyLow: 1236, - YearlyStart: 1381.65, - YearlyChange: 5.37, - Settlement: `Cash`, - Contract: `Options`, - Region: `Asia Pacific`, - Country: `Philippines`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-02-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 895 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Ethanol`, - Spread: 0.01, - Open: 1.512, - Price: 2.76, - Buy: 2.75, - Sell: 2.76, - Change: 0.01, - ChangePercent: 0.36, - Volume: 14, - High: 2.75, - Low: 1.12, - YearlyHigh: 2.75, - YearlyLow: 1.12, - YearlyStart: 1.48, - YearlyChange: 86.7, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `South America`, - Country: `Paraguay`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `High`, - Issuer: `American Airlines`, - Maturity: `2022-02-21`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 896 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P 600 MINI`, - Spread: 0.01, - Open: 687.9, - Price: 691.46, - Buy: 687.9, - Sell: 687.9, - Change: 3.58, - ChangePercent: 0.52, - Volume: 0, - High: 0, - Low: 0, - YearlyHigh: 620.32, - YearlyLow: 595.9, - YearlyStart: 608.11, - YearlyChange: 13.12, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Europe`, - Country: `Iceland`, - Risk: `High`, - Sector: `Private`, - Currency: `PLN`, - Security: `High`, - Issuer: `FedEx`, - Maturity: `2022-05-22`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 897 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soybean`, - Spread: 0.01, - Open: 1038, - Price: 1044.43, - Buy: 1038.61, - Sell: 1038.62, - Change: 5.81, - ChangePercent: 0.56, - Volume: 20356, - High: 1044, - Low: 1031.75, - YearlyHigh: 1057, - YearlyLow: 859.5, - YearlyStart: 958.25, - YearlyChange: 8.39, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Middle East`, - Country: `Saudi Arabia`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-04-19`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 898 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soybean`, - Spread: 0.01, - Open: 1038, - Price: 1031.14, - Buy: 1038.61, - Sell: 1038.62, - Change: -7.48, - ChangePercent: -0.72, - Volume: 20356, - High: 1044, - Low: 1031.75, - YearlyHigh: 1057, - YearlyLow: 859.5, - YearlyStart: 958.25, - YearlyChange: 8.39, - Settlement: `Cash`, - Contract: `Options`, - Region: `Asia Pacific`, - Country: `Indonesia`, - Risk: `High`, - Sector: `Government`, - Currency: `USD`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-02-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 899 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P Future`, - Spread: 0.01, - Open: 2057.5, - Price: 2047.55, - Buy: 2056.6, - Sell: 2056.61, - Change: -9.05, - ChangePercent: -0.44, - Volume: 142780, - High: 2059.5, - Low: 2049, - YearlyHigh: 2105.5, - YearlyLow: 1794.5, - YearlyStart: 1950, - YearlyChange: 5.47, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `North America`, - Country: `Canada`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-03-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 900 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/CAD`, - Spread: 0.02, - Open: 0.7744, - Price: 0.94, - Buy: 0.94, - Sell: 0.96, - Change: -0.01, - ChangePercent: -1.36, - Volume: 13669, - High: 0.95, - Low: 0.77, - YearlyHigh: 0.95, - YearlyLow: 0.68, - YearlyStart: 0.76, - YearlyChange: 26.43, - Settlement: `Cash`, - Contract: `Options`, - Region: `Asia Pacific`, - Country: `Korea`, - Risk: `Low`, - Sector: `Government`, - Currency: `USD`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-02-24`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 901 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Corn`, - Spread: 0.01, - Open: 379.5, - Price: 375.85, - Buy: 379.8, - Sell: 379.81, - Change: -3.95, - ChangePercent: -1.04, - Volume: 11266, - High: 381, - Low: 377.75, - YearlyHigh: 471.25, - YearlyLow: 351.25, - YearlyStart: 411.25, - YearlyChange: -7.65, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Middle East`, - Country: `Syria`, - Risk: `High`, - Sector: `Government`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-06-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 902 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Rice`, - Spread: 0.01, - Open: 11.245, - Price: 10.4, - Buy: 10.41, - Sell: 10.42, - Change: -0.02, - ChangePercent: -0.12, - Volume: 220, - High: 11.38, - Low: 10.42, - YearlyHigh: 14.14, - YearlyLow: 9.7, - YearlyStart: 11.92, - YearlyChange: -12.62, - Settlement: `Cash`, - Contract: `Options`, - Region: `South America`, - Country: `Suriname`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-04-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 903 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Copper`, - Spread: 0.02, - Open: 2.123, - Price: 2.11, - Buy: 2.12, - Sell: 2.12, - Change: 0, - ChangePercent: -0.32, - Volume: 28819, - High: 2.16, - Low: 2.11, - YearlyHigh: 2.94, - YearlyLow: 1.96, - YearlyStart: 2.45, - YearlyChange: -13.76, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Africa`, - Country: `Morocco`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-05-23`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 904 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `Euro$ 3M`, - Spread: 0.01, - Open: 99.18, - Price: 101.03, - Buy: 99.18, - Sell: 99.18, - Change: 1.86, - ChangePercent: 1.88, - Volume: 29509, - High: 99.18, - Low: 99.17, - YearlyHigh: 99.38, - YearlyLow: 98.41, - YearlyStart: 98.89, - YearlyChange: 0.28, - Settlement: `Credit`, - Contract: `Futures`, - Region: `Asia Pacific`, - Country: `Philippines`, - Risk: `High`, - Sector: `Public`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-09-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 905 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soybean`, - Spread: 0.01, - Open: 1038, - Price: 1042.77, - Buy: 1038.61, - Sell: 1038.62, - Change: 4.15, - ChangePercent: 0.4, - Volume: 20356, - High: 1044, - Low: 1031.75, - YearlyHigh: 1057, - YearlyLow: 859.5, - YearlyStart: 958.25, - YearlyChange: 8.39, - Settlement: `Credit`, - Contract: `CFD`, - Region: `Middle East`, - Country: `Qatar`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-04-10`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 906 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Lumber`, - Spread: 0.01, - Open: 303.9, - Price: 302.16, - Buy: 304.59, - Sell: 304.6, - Change: -2.44, - ChangePercent: -0.8, - Volume: 2, - High: 304.6, - Low: 303.9, - YearlyHigh: 317.1, - YearlyLow: 236, - YearlyStart: 276.55, - YearlyChange: 10.14, - Settlement: `Cash`, - Contract: `Options`, - Region: `Middle East`, - Country: `UAE`, - Risk: `Low`, - Sector: `Public`, - Currency: `EUR`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-08-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 907 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soybean`, - Spread: 0.01, - Open: 1038, - Price: 1043.19, - Buy: 1038.61, - Sell: 1038.62, - Change: 4.57, - ChangePercent: 0.44, - Volume: 20356, - High: 1044, - Low: 1031.75, - YearlyHigh: 1057, - YearlyLow: 859.5, - YearlyStart: 958.25, - YearlyChange: 8.39, - Settlement: `Cash`, - Contract: `Options`, - Region: `Middle East`, - Country: `Lebanon`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-08-23`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 908 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soybean`, - Spread: 0.01, - Open: 1038, - Price: 1057.31, - Buy: 1038.61, - Sell: 1038.62, - Change: 18.69, - ChangePercent: 1.8, - Volume: 20356, - High: 1044, - Low: 1031.75, - YearlyHigh: 1057, - YearlyLow: 859.5, - YearlyStart: 958.25, - YearlyChange: 8.39, - Settlement: `Cash`, - Contract: `Swap`, - Region: `North America`, - Country: `United States`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-08-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 909 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Palladium`, - Spread: 0.01, - Open: 600.55, - Price: 606.29, - Buy: 601, - Sell: 601.01, - Change: 5.29, - ChangePercent: 0.88, - Volume: 651, - High: 607.2, - Low: 598.4, - YearlyHigh: 690, - YearlyLow: 458.6, - YearlyStart: 574.3, - YearlyChange: 4.65, - Settlement: `Loan`, - Contract: `Futures`, - Region: `Asia Pacific`, - Country: `Indonesia`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-02-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 910 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Lumber`, - Spread: 0.01, - Open: 303.9, - Price: 303.99, - Buy: 304.59, - Sell: 304.6, - Change: -0.61, - ChangePercent: -0.2, - Volume: 2, - High: 304.6, - Low: 303.9, - YearlyHigh: 317.1, - YearlyLow: 236, - YearlyStart: 276.55, - YearlyChange: 10.14, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Europe`, - Country: `France`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `High`, - Issuer: `FedEx`, - Maturity: `2022-02-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 911 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `Lean Hogs`, - Spread: 0.01, - Open: 81.275, - Price: 80.96, - Buy: 81.81, - Sell: 81.82, - Change: -0.85, - ChangePercent: -1.04, - Volume: 1, - High: 81.81, - Low: 81.28, - YearlyHigh: 83.98, - YearlyLow: 70.25, - YearlyStart: 77.11, - YearlyChange: 6.09, - Settlement: `Loan`, - Contract: `Futures`, - Region: `Middle East`, - Country: `Israel`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-06-24`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 912 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Coffee`, - Spread: 0.01, - Open: 125.7, - Price: 127.2, - Buy: 125.7, - Sell: 125.7, - Change: 1.51, - ChangePercent: 1.2, - Volume: 1654, - High: 125.8, - Low: 125, - YearlyHigh: 155.75, - YearlyLow: 115.35, - YearlyStart: 135.55, - YearlyChange: -7.27, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Asia Pacific`, - Country: `Afghanistan`, - Risk: `High`, - Sector: `Government`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-02-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 913 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Cotton`, - Spread: 0.01, - Open: 61.77, - Price: 62.9, - Buy: 61.77, - Sell: 61.77, - Change: 1.14, - ChangePercent: 1.84, - Volume: 3612, - High: 62.06, - Low: 61.32, - YearlyHigh: 67.59, - YearlyLow: 54.33, - YearlyStart: 60.96, - YearlyChange: 1.31, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `Middle East`, - Country: `Qatar`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-05-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 914 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/CAD`, - Spread: 0.02, - Open: 0.7744, - Price: 0.97, - Buy: 0.94, - Sell: 0.96, - Change: 0.02, - ChangePercent: 1.2, - Volume: 13669, - High: 0.95, - Low: 0.77, - YearlyHigh: 0.95, - YearlyLow: 0.68, - YearlyStart: 0.76, - YearlyChange: 26.43, - Settlement: `Credit`, - Contract: `Options`, - Region: `Middle East`, - Country: `Kuwait`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `American Airlines`, - Maturity: `2022-08-10`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 915 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Uranium`, - Spread: 0.02, - Open: 27.55, - Price: 27.78, - Buy: 27.55, - Sell: 27.55, - Change: 0.2, - ChangePercent: 0.72, - Volume: 12, - High: 27.55, - Low: 27.55, - YearlyHigh: 29.32, - YearlyLow: 21.28, - YearlyStart: 25.3, - YearlyChange: 9.01, - Settlement: `Loan`, - Contract: `Futures`, - Region: `South America`, - Country: `Ecuador`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-01-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 916 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/CHF`, - Spread: 0.02, - Open: 1.0337, - Price: 1.06, - Buy: 1.03, - Sell: 1.03, - Change: 0.02, - ChangePercent: 1.68, - Volume: 5550, - High: 1.03, - Low: 1.03, - YearlyHigh: 1.11, - YearlyLow: 0.98, - YearlyStart: 1.04, - YearlyChange: -0.12, - Settlement: `Credit`, - Contract: `Options`, - Region: `North America`, - Country: `Canada`, - Risk: `High`, - Sector: `Public`, - Currency: `USD`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-07-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 917 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `DOW Future`, - Spread: 0.01, - Open: 17711, - Price: 17953.04, - Buy: 17712.15, - Sell: 17712.16, - Change: 240.89, - ChangePercent: 1.36, - Volume: 22236, - High: 17727, - Low: 17642, - YearlyHigh: 18083, - YearlyLow: 15299, - YearlyStart: 16691, - YearlyChange: 6.12, - Settlement: `Credit`, - Contract: `CFD`, - Region: `Africa`, - Country: `Algeria`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-04-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 918 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/JPY`, - Spread: 0.02, - Open: 9275.5, - Price: 9362.69, - Buy: 9277.32, - Sell: 9277.34, - Change: 85.36, - ChangePercent: 0.92, - Volume: 47734, - High: 9277.33, - Low: 0.93, - YearlyHigh: 9483, - YearlyLow: 0.93, - YearlyStart: 4741.97, - YearlyChange: 95.64, - Settlement: `Cash`, - Contract: `CFD`, - Region: `Europe`, - Country: `Italy`, - Risk: `High`, - Sector: `Public`, - Currency: `USD`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-07-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 919 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Gold`, - Spread: 0.01, - Open: 1281.1, - Price: 1272.54, - Buy: 1280.73, - Sell: 1280.74, - Change: -8.19, - ChangePercent: -0.64, - Volume: 48387, - High: 1289.5, - Low: 1279.1, - YearlyHigh: 1306, - YearlyLow: 1047.2, - YearlyStart: 1176.6, - YearlyChange: 8.85, - Settlement: `Credit`, - Contract: `Swap`, - Region: `North America`, - Country: `Canada`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `High`, - Issuer: `American Airlines`, - Maturity: `2022-05-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 920 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Platinum`, - Spread: 0.01, - Open: 1071.6, - Price: 1061.25, - Buy: 1071.09, - Sell: 1071.1, - Change: -9.85, - ChangePercent: -0.92, - Volume: 3039, - High: 1081.2, - Low: 1070.5, - YearlyHigh: 1120.6, - YearlyLow: 812.4, - YearlyStart: 966.5, - YearlyChange: 10.82, - Settlement: `Credit`, - Contract: `Options`, - Region: `Africa`, - Country: `Tunisia`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-03-19`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 921 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Oats`, - Spread: 0.01, - Open: 194.5, - Price: 197.33, - Buy: 194.21, - Sell: 194.22, - Change: 3.11, - ChangePercent: 1.6, - Volume: 64, - High: 195.75, - Low: 194, - YearlyHigh: 241.25, - YearlyLow: 183.75, - YearlyStart: 212.5, - YearlyChange: -8.6, - Settlement: `Credit`, - Contract: `Forwards`, - Region: `Asia Pacific`, - Country: `Azerbaijan`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-03-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 922 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `NAS Future`, - Spread: 0.01, - Open: 4341.25, - Price: 4414.21, - Buy: 4341.25, - Sell: 4341.25, - Change: 72.93, - ChangePercent: 1.68, - Volume: 18259, - High: 4347, - Low: 4318, - YearlyHigh: 4719.75, - YearlyLow: 3867.75, - YearlyStart: 4293.75, - YearlyChange: 1.11, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Asia Pacific`, - Country: `Australia`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-08-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 923 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `OJ Future`, - Spread: 0.01, - Open: 140.6, - Price: 138.39, - Buy: 140.18, - Sell: 140.19, - Change: -1.8, - ChangePercent: -1.28, - Volume: 7, - High: 140.19, - Low: 0, - YearlyHigh: 155.95, - YearlyLow: 113, - YearlyStart: 134.47, - YearlyChange: 4.25, - Settlement: `Loan`, - Contract: `Options`, - Region: `South America`, - Country: `Colombia`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-05-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 924 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `Lean Hogs`, - Spread: 0.01, - Open: 81.275, - Price: 80.24, - Buy: 81.81, - Sell: 81.82, - Change: -1.57, - ChangePercent: -1.92, - Volume: 1, - High: 81.81, - Low: 81.28, - YearlyHigh: 83.98, - YearlyLow: 70.25, - YearlyStart: 77.11, - YearlyChange: 6.09, - Settlement: `Credit`, - Contract: `Options`, - Region: `Africa`, - Country: `South Africa`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-05-22`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 925 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Oats`, - Spread: 0.01, - Open: 194.5, - Price: 193.05, - Buy: 194.21, - Sell: 194.22, - Change: -1.17, - ChangePercent: -0.6, - Volume: 64, - High: 195.75, - Low: 194, - YearlyHigh: 241.25, - YearlyLow: 183.75, - YearlyStart: 212.5, - YearlyChange: -8.6, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Europe`, - Country: `United Kingdom`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-07-23`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 926 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P MID MINI`, - Spread: 0.01, - Open: 1454.3, - Price: 1441.22, - Buy: 1455.78, - Sell: 1455.79, - Change: -14.56, - ChangePercent: -1, - Volume: 338, - High: 1455.78, - Low: 1448, - YearlyHigh: 1527.3, - YearlyLow: 1236, - YearlyStart: 1381.65, - YearlyChange: 5.37, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Asia Pacific`, - Country: `New Zealand`, - Risk: `Low`, - Sector: `Public`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-04-21`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 927 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Oil`, - Spread: 0.015, - Open: 45.54, - Price: 46.56, - Buy: 45.78, - Sell: 45.8, - Change: 0.77, - ChangePercent: 1.68, - Volume: 107196, - High: 45.94, - Low: 45, - YearlyHigh: 65.28, - YearlyLow: 30.79, - YearlyStart: 48.03, - YearlyChange: -4.67, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Asia Pacific`, - Country: `Azerbaijan`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-02-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 928 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Oil`, - Spread: 0.015, - Open: 45.54, - Price: 45.33, - Buy: 45.78, - Sell: 45.8, - Change: -0.46, - ChangePercent: -1, - Volume: 107196, - High: 45.94, - Low: 45, - YearlyHigh: 65.28, - YearlyLow: 30.79, - YearlyStart: 48.03, - YearlyChange: -4.67, - Settlement: `Loan`, - Contract: `Futures`, - Region: `South America`, - Country: `Uruguay`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-03-16`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 929 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Platinum`, - Spread: 0.01, - Open: 1071.6, - Price: 1090.38, - Buy: 1071.09, - Sell: 1071.1, - Change: 19.28, - ChangePercent: 1.8, - Volume: 3039, - High: 1081.2, - Low: 1070.5, - YearlyHigh: 1120.6, - YearlyLow: 812.4, - YearlyStart: 966.5, - YearlyChange: 10.82, - Settlement: `Loan`, - Contract: `Futures`, - Region: `Europe`, - Country: `Denmark`, - Risk: `Low`, - Sector: `Government`, - Currency: `USD`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-06-16`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 930 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Gold`, - Spread: 0.01, - Open: 1281.1, - Price: 1279.19, - Buy: 1280.73, - Sell: 1280.74, - Change: -1.54, - ChangePercent: -0.12, - Volume: 48387, - High: 1289.5, - Low: 1279.1, - YearlyHigh: 1306, - YearlyLow: 1047.2, - YearlyStart: 1176.6, - YearlyChange: 8.85, - Settlement: `Cash`, - Contract: `Options`, - Region: `Europe`, - Country: `Greece`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-09-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 931 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/JPY`, - Spread: 0.02, - Open: 9275.5, - Price: 9114.05, - Buy: 9277.32, - Sell: 9277.34, - Change: -163.28, - ChangePercent: -1.76, - Volume: 47734, - High: 9277.33, - Low: 0.93, - YearlyHigh: 9483, - YearlyLow: 0.93, - YearlyStart: 4741.97, - YearlyChange: 95.64, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Middle East`, - Country: `Israel`, - Risk: `Low`, - Sector: `Government`, - Currency: `USD`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-07-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 932 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soy Meat`, - Spread: 0.01, - Open: 342.6, - Price: 343.99, - Buy: 342.6, - Sell: 342.6, - Change: 1.37, - ChangePercent: 0.4, - Volume: 5646, - High: 345.4, - Low: 340.3, - YearlyHigh: 353.4, - YearlyLow: 261.7, - YearlyStart: 307.55, - YearlyChange: 11.4, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Africa`, - Country: `Senegal`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-05-23`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 933 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `LV Cattle`, - Spread: 0.01, - Open: 120.725, - Price: 122.25, - Buy: 120.72, - Sell: 120.72, - Change: 1.55, - ChangePercent: 1.28, - Volume: 4, - High: 120.72, - Low: 120.72, - YearlyHigh: 147.98, - YearlyLow: 113.9, - YearlyStart: 130.94, - YearlyChange: -7.82, - Settlement: `Cash`, - Contract: `CFD`, - Region: `Middle East`, - Country: `Israel`, - Risk: `Low`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-04-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 934 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `NAS Future`, - Spread: 0.01, - Open: 4341.25, - Price: 4358.65, - Buy: 4341.25, - Sell: 4341.25, - Change: 17.37, - ChangePercent: 0.4, - Volume: 18259, - High: 4347, - Low: 4318, - YearlyHigh: 4719.75, - YearlyLow: 3867.75, - YearlyStart: 4293.75, - YearlyChange: 1.11, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Africa`, - Country: `Senegal`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-02-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 935 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Natural Gas`, - Spread: 0.02, - Open: 2.094, - Price: 2.08, - Buy: 2.09, - Sell: 2.09, - Change: -0.02, - ChangePercent: -1.12, - Volume: 2783, - High: 2.11, - Low: 2.09, - YearlyHigh: 3.2, - YearlyLow: 1.84, - YearlyStart: 2.52, - YearlyChange: -16.51, - Settlement: `Credit`, - Contract: `CFD`, - Region: `Europe`, - Country: `Czechia`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-02-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 936 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Sugar`, - Spread: 0.01, - Open: 15.68, - Price: 14.77, - Buy: 14.67, - Sell: 14.68, - Change: 0.1, - ChangePercent: 0.68, - Volume: 4949, - High: 15.7, - Low: 14.67, - YearlyHigh: 16.87, - YearlyLow: 11.37, - YearlyStart: 14.12, - YearlyChange: 3.92, - Settlement: `Credit`, - Contract: `Options`, - Region: `Asia Pacific`, - Country: `Australia`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-05-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 937 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Coffee`, - Spread: 0.01, - Open: 125.7, - Price: 127.9, - Buy: 125.7, - Sell: 125.7, - Change: 2.21, - ChangePercent: 1.76, - Volume: 1654, - High: 125.8, - Low: 125, - YearlyHigh: 155.75, - YearlyLow: 115.35, - YearlyStart: 135.55, - YearlyChange: -7.27, - Settlement: `Credit`, - Contract: `Options`, - Region: `North America`, - Country: `Canada`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-06-16`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 938 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Coal`, - Spread: 0.015, - Open: 0.4363, - Price: 0.42, - Buy: 0.44, - Sell: 0.44, - Change: 0, - ChangePercent: 1.32, - Volume: 3, - High: 0.44, - Low: 0.44, - YearlyHigh: 0.48, - YearlyLow: 0.4, - YearlyStart: 0.44, - YearlyChange: -5.33, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `Asia Pacific`, - Country: `Korea`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-06-21`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 939 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `Lean Hogs`, - Spread: 0.01, - Open: 81.275, - Price: 82.08, - Buy: 81.81, - Sell: 81.82, - Change: 0.27, - ChangePercent: 0.32, - Volume: 1, - High: 81.81, - Low: 81.28, - YearlyHigh: 83.98, - YearlyLow: 70.25, - YearlyStart: 77.11, - YearlyChange: 6.09, - Settlement: `Cash`, - Contract: `CFD`, - Region: `South America`, - Country: `Suriname`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-06-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 940 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Gold`, - Spread: 0.01, - Open: 1281.1, - Price: 1277.15, - Buy: 1280.73, - Sell: 1280.74, - Change: -3.58, - ChangePercent: -0.28, - Volume: 48387, - High: 1289.5, - Low: 1279.1, - YearlyHigh: 1306, - YearlyLow: 1047.2, - YearlyStart: 1176.6, - YearlyChange: 8.85, - Settlement: `Cash`, - Contract: `Options`, - Region: `Africa`, - Country: `Niger`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-07-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 941 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Silver`, - Spread: 0.01, - Open: 17.43, - Price: 17.34, - Buy: 17.43, - Sell: 17.43, - Change: -0.08, - ChangePercent: -0.44, - Volume: 11720, - High: 17.51, - Low: 17.37, - YearlyHigh: 18.06, - YearlyLow: 13.73, - YearlyStart: 15.89, - YearlyChange: 9.59, - Settlement: `Cash`, - Contract: `Futures`, - Region: `North America`, - Country: `Canada`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-07-22`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 942 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `NAS Future`, - Spread: 0.01, - Open: 4341.25, - Price: 4396.85, - Buy: 4341.25, - Sell: 4341.25, - Change: 55.57, - ChangePercent: 1.28, - Volume: 18259, - High: 4347, - Low: 4318, - YearlyHigh: 4719.75, - YearlyLow: 3867.75, - YearlyStart: 4293.75, - YearlyChange: 1.11, - Settlement: `Loan`, - Contract: `Futures`, - Region: `Middle East`, - Country: `Oman`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-06-21`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 943 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `FD Cattle`, - Spread: 0.01, - Open: 147.175, - Price: 149.38, - Buy: 148.6, - Sell: 148.61, - Change: 0.77, - ChangePercent: 0.52, - Volume: 5, - High: 148.61, - Low: 147.18, - YearlyHigh: 190, - YearlyLow: 138.1, - YearlyStart: 164.05, - YearlyChange: -9.41, - Settlement: `Loan`, - Contract: `Options`, - Region: `Asia Pacific`, - Country: `Thailand`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `American Airlines`, - Maturity: `2022-02-22`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 944 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Lumber`, - Spread: 0.01, - Open: 303.9, - Price: 308.13, - Buy: 304.59, - Sell: 304.6, - Change: 3.53, - ChangePercent: 1.16, - Volume: 2, - High: 304.6, - Low: 303.9, - YearlyHigh: 317.1, - YearlyLow: 236, - YearlyStart: 276.55, - YearlyChange: 10.14, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Asia Pacific`, - Country: `Japan`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-09-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 945 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `Euro$ 3M`, - Spread: 0.01, - Open: 99.18, - Price: 97.5, - Buy: 99.18, - Sell: 99.18, - Change: -1.67, - ChangePercent: -1.68, - Volume: 29509, - High: 99.18, - Low: 99.17, - YearlyHigh: 99.38, - YearlyLow: 98.41, - YearlyStart: 98.89, - YearlyChange: 0.28, - Settlement: `Cash`, - Contract: `Options`, - Region: `Middle East`, - Country: `Oman`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `FedEx`, - Maturity: `2022-05-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 946 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P Future`, - Spread: 0.01, - Open: 2057.5, - Price: 2051.67, - Buy: 2056.6, - Sell: 2056.61, - Change: -4.93, - ChangePercent: -0.24, - Volume: 142780, - High: 2059.5, - Low: 2049, - YearlyHigh: 2105.5, - YearlyLow: 1794.5, - YearlyStart: 1950, - YearlyChange: 5.47, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Middle East`, - Country: `Syria`, - Risk: `High`, - Sector: `Government`, - Currency: `PLN`, - Security: `High`, - Issuer: `American Airlines`, - Maturity: `2022-08-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 947 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/JPY`, - Spread: 0.02, - Open: 9275.5, - Price: 9277.33, - Buy: 9277.32, - Sell: 9277.34, - Change: 0, - ChangePercent: 0, - Volume: 47734, - High: 9277.33, - Low: 0.93, - YearlyHigh: 9483, - YearlyLow: 0.93, - YearlyStart: 4741.97, - YearlyChange: 95.64, - Settlement: `Loan`, - Contract: `Options`, - Region: `South America`, - Country: `Chile`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `American Airlines`, - Maturity: `2022-08-22`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 948 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Palladium`, - Spread: 0.01, - Open: 600.55, - Price: 596.43, - Buy: 601, - Sell: 601.01, - Change: -4.57, - ChangePercent: -0.76, - Volume: 651, - High: 607.2, - Low: 598.4, - YearlyHigh: 690, - YearlyLow: 458.6, - YearlyStart: 574.3, - YearlyChange: 4.65, - Settlement: `Credit`, - Contract: `CFD`, - Region: `Middle East`, - Country: `Jordan`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-06-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 949 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Platinum`, - Spread: 0.01, - Open: 1071.6, - Price: 1082.67, - Buy: 1071.09, - Sell: 1071.1, - Change: 11.57, - ChangePercent: 1.08, - Volume: 3039, - High: 1081.2, - Low: 1070.5, - YearlyHigh: 1120.6, - YearlyLow: 812.4, - YearlyStart: 966.5, - YearlyChange: 10.82, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Europe`, - Country: `Sweden`, - Risk: `High`, - Sector: `Private`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-01-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 950 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Sugar`, - Spread: 0.01, - Open: 15.68, - Price: 14.45, - Buy: 14.67, - Sell: 14.68, - Change: -0.22, - ChangePercent: -1.56, - Volume: 4949, - High: 15.7, - Low: 14.67, - YearlyHigh: 16.87, - YearlyLow: 11.37, - YearlyStart: 14.12, - YearlyChange: 3.92, - Settlement: `Cash`, - Contract: `Options`, - Region: `Middle East`, - Country: `Iraq`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-06-21`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 951 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/CAD`, - Spread: 0.02, - Open: 0.7744, - Price: 0.95, - Buy: 0.94, - Sell: 0.96, - Change: 0, - ChangePercent: -0.32, - Volume: 13669, - High: 0.95, - Low: 0.77, - YearlyHigh: 0.95, - YearlyLow: 0.68, - YearlyStart: 0.76, - YearlyChange: 26.43, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Asia Pacific`, - Country: `Hong Kong`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-05-22`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 952 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `US 2Y Future`, - Spread: 0.01, - Open: 109.3984, - Price: 109.91, - Buy: 109.4, - Sell: 109.4, - Change: 0.52, - ChangePercent: 0.48, - Volume: 17742, - High: 109.41, - Low: 109.38, - YearlyHigh: 109.8, - YearlyLow: 108.62, - YearlyStart: 109.21, - YearlyChange: 0.16, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `Africa`, - Country: `Egypt`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-03-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 953 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Cotton`, - Spread: 0.01, - Open: 61.77, - Price: 60.8, - Buy: 61.77, - Sell: 61.77, - Change: -0.96, - ChangePercent: -1.56, - Volume: 3612, - High: 62.06, - Low: 61.32, - YearlyHigh: 67.59, - YearlyLow: 54.33, - YearlyStart: 60.96, - YearlyChange: 1.31, - Settlement: `Cash`, - Contract: `Options`, - Region: `Europe`, - Country: `Poland`, - Risk: `High`, - Sector: `Government`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-01-19`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 954 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Natural Gas`, - Spread: 0.02, - Open: 2.094, - Price: 2.11, - Buy: 2.09, - Sell: 2.09, - Change: 0.01, - ChangePercent: 0.16, - Volume: 2783, - High: 2.11, - Low: 2.09, - YearlyHigh: 3.2, - YearlyLow: 1.84, - YearlyStart: 2.52, - YearlyChange: -16.51, - Settlement: `Cash`, - Contract: `Options`, - Region: `Africa`, - Country: `Algeria`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-06-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 955 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P MID MINI`, - Spread: 0.01, - Open: 1454.3, - Price: 1469.17, - Buy: 1455.78, - Sell: 1455.79, - Change: 13.39, - ChangePercent: 0.92, - Volume: 338, - High: 1455.78, - Low: 1448, - YearlyHigh: 1527.3, - YearlyLow: 1236, - YearlyStart: 1381.65, - YearlyChange: 5.37, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Europe`, - Country: `Hungary`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-06-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 956 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Platinum`, - Spread: 0.01, - Open: 1071.6, - Price: 1056.53, - Buy: 1071.09, - Sell: 1071.1, - Change: -14.57, - ChangePercent: -1.36, - Volume: 3039, - High: 1081.2, - Low: 1070.5, - YearlyHigh: 1120.6, - YearlyLow: 812.4, - YearlyStart: 966.5, - YearlyChange: 10.82, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Asia Pacific`, - Country: `Azerbaijan`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-04-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 957 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Coal`, - Spread: 0.015, - Open: 0.4363, - Price: 0.42, - Buy: 0.44, - Sell: 0.44, - Change: 0, - ChangePercent: 0.96, - Volume: 3, - High: 0.44, - Low: 0.44, - YearlyHigh: 0.48, - YearlyLow: 0.4, - YearlyStart: 0.44, - YearlyChange: -5.33, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Middle East`, - Country: `Qatar`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-01-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 958 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `US 2Y Future`, - Spread: 0.01, - Open: 109.3984, - Price: 109.34, - Buy: 109.4, - Sell: 109.4, - Change: -0.05, - ChangePercent: -0.04, - Volume: 17742, - High: 109.41, - Low: 109.38, - YearlyHigh: 109.8, - YearlyLow: 108.62, - YearlyStart: 109.21, - YearlyChange: 0.16, - Settlement: `Credit`, - Contract: `CFD`, - Region: `North America`, - Country: `United States`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-07-16`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 959 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/CHF`, - Spread: 0.02, - Open: 1.0337, - Price: 1.06, - Buy: 1.03, - Sell: 1.03, - Change: 0.02, - ChangePercent: 1.24, - Volume: 5550, - High: 1.03, - Low: 1.03, - YearlyHigh: 1.11, - YearlyLow: 0.98, - YearlyStart: 1.04, - YearlyChange: -0.12, - Settlement: `Loan`, - Contract: `Futures`, - Region: `Europe`, - Country: `Belgium`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-03-21`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 960 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Ethanol`, - Spread: 0.01, - Open: 1.512, - Price: 2.72, - Buy: 2.75, - Sell: 2.76, - Change: -0.03, - ChangePercent: -1.24, - Volume: 14, - High: 2.75, - Low: 1.12, - YearlyHigh: 2.75, - YearlyLow: 1.12, - YearlyStart: 1.48, - YearlyChange: 86.7, - Settlement: `Cash`, - Contract: `Options`, - Region: `Europe`, - Country: `Portugal`, - Risk: `High`, - Sector: `Government`, - Currency: `USD`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-09-23`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 961 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soy Meat`, - Spread: 0.01, - Open: 342.6, - Price: 338.78, - Buy: 342.6, - Sell: 342.6, - Change: -3.84, - ChangePercent: -1.12, - Volume: 5646, - High: 345.4, - Low: 340.3, - YearlyHigh: 353.4, - YearlyLow: 261.7, - YearlyStart: 307.55, - YearlyChange: 11.4, - Settlement: `Loan`, - Contract: `Options`, - Region: `South America`, - Country: `Suriname`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `FedEx`, - Maturity: `2022-01-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 962 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Oil`, - Spread: 0.015, - Open: 45.54, - Price: 45.2, - Buy: 45.78, - Sell: 45.8, - Change: -0.59, - ChangePercent: -1.28, - Volume: 107196, - High: 45.94, - Low: 45, - YearlyHigh: 65.28, - YearlyLow: 30.79, - YearlyStart: 48.03, - YearlyChange: -4.67, - Settlement: `Credit`, - Contract: `Options`, - Region: `Africa`, - Country: `Algeria`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-04-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 963 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Palladium`, - Spread: 0.01, - Open: 600.55, - Price: 604.13, - Buy: 601, - Sell: 601.01, - Change: 3.13, - ChangePercent: 0.52, - Volume: 651, - High: 607.2, - Low: 598.4, - YearlyHigh: 690, - YearlyLow: 458.6, - YearlyStart: 574.3, - YearlyChange: 4.65, - Settlement: `Credit`, - Contract: `Options`, - Region: `Middle East`, - Country: `Israel`, - Risk: `Low`, - Sector: `Public`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-03-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 964 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `LV Cattle`, - Spread: 0.01, - Open: 120.725, - Price: 119.21, - Buy: 120.72, - Sell: 120.72, - Change: -1.5, - ChangePercent: -1.24, - Volume: 4, - High: 120.72, - Low: 120.72, - YearlyHigh: 147.98, - YearlyLow: 113.9, - YearlyStart: 130.94, - YearlyChange: -7.82, - Settlement: `Loan`, - Contract: `Options`, - Region: `North America`, - Country: `Mexico`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `High`, - Issuer: `American Airlines`, - Maturity: `2022-05-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 965 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `LV Cattle`, - Spread: 0.01, - Open: 120.725, - Price: 121.19, - Buy: 120.72, - Sell: 120.72, - Change: 0.48, - ChangePercent: 0.4, - Volume: 4, - High: 120.72, - Low: 120.72, - YearlyHigh: 147.98, - YearlyLow: 113.9, - YearlyStart: 130.94, - YearlyChange: -7.82, - Settlement: `Credit`, - Contract: `CFD`, - Region: `South America`, - Country: `Uruguay`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-09-23`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 966 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `US 30YR Future`, - Spread: 0.01, - Open: 164.875, - Price: 166.26, - Buy: 164.15, - Sell: 164.16, - Change: 2.1, - ChangePercent: 1.28, - Volume: 28012, - High: 165.25, - Low: 164.04, - YearlyHigh: 169.38, - YearlyLow: 151.47, - YearlyStart: 160.43, - YearlyChange: 2.33, - Settlement: `Loan`, - Contract: `Futures`, - Region: `Africa`, - Country: `Algeria`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-08-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 967 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Corn`, - Spread: 0.01, - Open: 379.5, - Price: 374.79, - Buy: 379.8, - Sell: 379.81, - Change: -5.01, - ChangePercent: -1.32, - Volume: 11266, - High: 381, - Low: 377.75, - YearlyHigh: 471.25, - YearlyLow: 351.25, - YearlyStart: 411.25, - YearlyChange: -7.65, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Europe`, - Country: `Bulgaria`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-04-21`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 968 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Wheat`, - Spread: 0.01, - Open: 465.5, - Price: 474.46, - Buy: 465.5, - Sell: 465.5, - Change: 8.94, - ChangePercent: 1.92, - Volume: 4318, - High: 467, - Low: 463.25, - YearlyHigh: 628.5, - YearlyLow: 449.5, - YearlyStart: 539, - YearlyChange: -13.63, - Settlement: `Loan`, - Contract: `CFD`, - Region: `Europe`, - Country: `Sweden`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-08-10`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 969 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Natural Gas`, - Spread: 0.02, - Open: 2.094, - Price: 2.09, - Buy: 2.09, - Sell: 2.09, - Change: -0.01, - ChangePercent: -0.68, - Volume: 2783, - High: 2.11, - Low: 2.09, - YearlyHigh: 3.2, - YearlyLow: 1.84, - YearlyStart: 2.52, - YearlyChange: -16.51, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Middle East`, - Country: `Qatar`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-03-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 970 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soy Meat`, - Spread: 0.01, - Open: 342.6, - Price: 344.95, - Buy: 342.6, - Sell: 342.6, - Change: 2.33, - ChangePercent: 0.68, - Volume: 5646, - High: 345.4, - Low: 340.3, - YearlyHigh: 353.4, - YearlyLow: 261.7, - YearlyStart: 307.55, - YearlyChange: 11.4, - Settlement: `Credit`, - Contract: `Options`, - Region: `North America`, - Country: `Canada`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-08-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 971 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Oil`, - Spread: 0.015, - Open: 45.54, - Price: 46.28, - Buy: 45.78, - Sell: 45.8, - Change: 0.49, - ChangePercent: 1.08, - Volume: 107196, - High: 45.94, - Low: 45, - YearlyHigh: 65.28, - YearlyLow: 30.79, - YearlyStart: 48.03, - YearlyChange: -4.67, - Settlement: `Credit`, - Contract: `Futures`, - Region: `Middle East`, - Country: `Qatar`, - Risk: `High`, - Sector: `Private`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-01-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 972 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/CAD`, - Spread: 0.02, - Open: 0.7744, - Price: 0.97, - Buy: 0.94, - Sell: 0.96, - Change: 0.02, - ChangePercent: 2, - Volume: 13669, - High: 0.95, - Low: 0.77, - YearlyHigh: 0.95, - YearlyLow: 0.68, - YearlyStart: 0.76, - YearlyChange: 26.43, - Settlement: `Loan`, - Contract: `CFD`, - Region: `Asia Pacific`, - Country: `Pakistan`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `High`, - Issuer: `FedEx`, - Maturity: `2022-08-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 973 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P 600 MINI`, - Spread: 0.01, - Open: 687.9, - Price: 699.71, - Buy: 687.9, - Sell: 687.9, - Change: 11.83, - ChangePercent: 1.72, - Volume: 0, - High: 0, - Low: 0, - YearlyHigh: 620.32, - YearlyLow: 595.9, - YearlyStart: 608.11, - YearlyChange: 13.12, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Middle East`, - Country: `UAE`, - Risk: `Low`, - Sector: `Government`, - Currency: `USD`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-08-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 974 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Uranium`, - Spread: 0.02, - Open: 27.55, - Price: 27.86, - Buy: 27.55, - Sell: 27.55, - Change: 0.28, - ChangePercent: 1, - Volume: 12, - High: 27.55, - Low: 27.55, - YearlyHigh: 29.32, - YearlyLow: 21.28, - YearlyStart: 25.3, - YearlyChange: 9.01, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Africa`, - Country: `Algeria`, - Risk: `High`, - Sector: `Private`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-09-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 975 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `US 10YR Future`, - Spread: 0.01, - Open: 130.5625, - Price: 129.49, - Buy: 130.56, - Sell: 130.56, - Change: -1.09, - ChangePercent: -0.84, - Volume: 189310, - High: 130.63, - Low: 130.44, - YearlyHigh: 132.64, - YearlyLow: 125.48, - YearlyStart: 129.06, - YearlyChange: 1.18, - Settlement: `Loan`, - Contract: `Futures`, - Region: `Middle East`, - Country: `Iraq`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-05-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 976 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Oats`, - Spread: 0.01, - Open: 194.5, - Price: 190.49, - Buy: 194.21, - Sell: 194.22, - Change: -3.73, - ChangePercent: -1.92, - Volume: 64, - High: 195.75, - Low: 194, - YearlyHigh: 241.25, - YearlyLow: 183.75, - YearlyStart: 212.5, - YearlyChange: -8.6, - Settlement: `Loan`, - Contract: `Futures`, - Region: `Asia Pacific`, - Country: `Indonesia`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-08-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 977 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Sugar`, - Spread: 0.01, - Open: 15.68, - Price: 14.93, - Buy: 14.67, - Sell: 14.68, - Change: 0.26, - ChangePercent: 1.72, - Volume: 4949, - High: 15.7, - Low: 14.67, - YearlyHigh: 16.87, - YearlyLow: 11.37, - YearlyStart: 14.12, - YearlyChange: 3.92, - Settlement: `Loan`, - Contract: `Futures`, - Region: `Asia Pacific`, - Country: `Australia`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-02-19`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 978 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P Future`, - Spread: 0.01, - Open: 2057.5, - Price: 2062.36, - Buy: 2056.6, - Sell: 2056.61, - Change: 5.76, - ChangePercent: 0.28, - Volume: 142780, - High: 2059.5, - Low: 2049, - YearlyHigh: 2105.5, - YearlyLow: 1794.5, - YearlyStart: 1950, - YearlyChange: 5.47, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `Asia Pacific`, - Country: `China`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-04-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 979 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P MID MINI`, - Spread: 0.01, - Open: 1454.3, - Price: 1448.21, - Buy: 1455.78, - Sell: 1455.79, - Change: -7.57, - ChangePercent: -0.52, - Volume: 338, - High: 1455.78, - Low: 1448, - YearlyHigh: 1527.3, - YearlyLow: 1236, - YearlyStart: 1381.65, - YearlyChange: 5.37, - Settlement: `Credit`, - Contract: `Forwards`, - Region: `Africa`, - Country: `Egypt`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-03-11`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 980 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soy Meat`, - Spread: 0.01, - Open: 342.6, - Price: 342.48, - Buy: 342.6, - Sell: 342.6, - Change: -0.14, - ChangePercent: -0.04, - Volume: 5646, - High: 345.4, - Low: 340.3, - YearlyHigh: 353.4, - YearlyLow: 261.7, - YearlyStart: 307.55, - YearlyChange: 11.4, - Settlement: `Loan`, - Contract: `Forwards`, - Region: `Africa`, - Country: `South Africa`, - Risk: `Low`, - Sector: `Government`, - Currency: `USD`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-04-27`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 981 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/CAD`, - Spread: 0.02, - Open: 0.7744, - Price: 0.95, - Buy: 0.94, - Sell: 0.96, - Change: 0, - ChangePercent: -0.72, - Volume: 13669, - High: 0.95, - Low: 0.77, - YearlyHigh: 0.95, - YearlyLow: 0.68, - YearlyStart: 0.76, - YearlyChange: 26.43, - Settlement: `Loan`, - Contract: `CFD`, - Region: `Middle East`, - Country: `Bahrain`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-07-19`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 982 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Ethanol`, - Spread: 0.01, - Open: 1.512, - Price: 2.76, - Buy: 2.75, - Sell: 2.76, - Change: 0.01, - ChangePercent: 0.08, - Volume: 14, - High: 2.75, - Low: 1.12, - YearlyHigh: 2.75, - YearlyLow: 1.12, - YearlyStart: 1.48, - YearlyChange: 86.7, - Settlement: `Cash`, - Contract: `Options`, - Region: `Africa`, - Country: `Morocco`, - Risk: `High`, - Sector: `Government`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-02-24`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 983 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `FD Cattle`, - Spread: 0.01, - Open: 147.175, - Price: 148.25, - Buy: 148.6, - Sell: 148.61, - Change: -0.36, - ChangePercent: -0.24, - Volume: 5, - High: 148.61, - Low: 147.18, - YearlyHigh: 190, - YearlyLow: 138.1, - YearlyStart: 164.05, - YearlyChange: -9.41, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Middle East`, - Country: `Jordan`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `High`, - Issuer: `American Airlines`, - Maturity: `2022-01-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 984 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Gold`, - Spread: 0.01, - Open: 1281.1, - Price: 1283.29, - Buy: 1280.73, - Sell: 1280.74, - Change: 2.56, - ChangePercent: 0.2, - Volume: 48387, - High: 1289.5, - Low: 1279.1, - YearlyHigh: 1306, - YearlyLow: 1047.2, - YearlyStart: 1176.6, - YearlyChange: 8.85, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Europe`, - Country: `Denmark`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-02-22`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 985 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/CHF`, - Spread: 0.02, - Open: 1.0337, - Price: 1.04, - Buy: 1.03, - Sell: 1.03, - Change: 0, - ChangePercent: -0.28, - Volume: 5550, - High: 1.03, - Low: 1.03, - YearlyHigh: 1.11, - YearlyLow: 0.98, - YearlyStart: 1.04, - YearlyChange: -0.12, - Settlement: `Loan`, - Contract: `Futures`, - Region: `Asia Pacific`, - Country: `Thailand`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-08-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 986 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Ethanol`, - Spread: 0.01, - Open: 1.512, - Price: 2.77, - Buy: 2.75, - Sell: 2.76, - Change: 0.02, - ChangePercent: 0.64, - Volume: 14, - High: 2.75, - Low: 1.12, - YearlyHigh: 2.75, - YearlyLow: 1.12, - YearlyStart: 1.48, - YearlyChange: 86.7, - Settlement: `Cash`, - Contract: `Swap`, - Region: `South America`, - Country: `Uruguay`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-06-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 987 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/CAD`, - Spread: 0.02, - Open: 0.7744, - Price: 0.95, - Buy: 0.94, - Sell: 0.96, - Change: 0, - ChangePercent: -0.96, - Volume: 13669, - High: 0.95, - Low: 0.77, - YearlyHigh: 0.95, - YearlyLow: 0.68, - YearlyStart: 0.76, - YearlyChange: 26.43, - Settlement: `Credit`, - Contract: `Options`, - Region: `Asia Pacific`, - Country: `Malaysia`, - Risk: `High`, - Sector: `Government`, - Currency: `USD`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-05-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 988 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/CHF`, - Spread: 0.02, - Open: 1.0337, - Price: 1.03, - Buy: 1.03, - Sell: 1.03, - Change: -0.01, - ChangePercent: -1.68, - Volume: 5550, - High: 1.03, - Low: 1.03, - YearlyHigh: 1.11, - YearlyLow: 0.98, - YearlyStart: 1.04, - YearlyChange: -0.12, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Africa`, - Country: `Senegal`, - Risk: `High`, - Sector: `Public`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-07-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 989 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Uranium`, - Spread: 0.02, - Open: 27.55, - Price: 27.48, - Buy: 27.55, - Sell: 27.55, - Change: -0.1, - ChangePercent: -0.36, - Volume: 12, - High: 27.55, - Low: 27.55, - YearlyHigh: 29.32, - YearlyLow: 21.28, - YearlyStart: 25.3, - YearlyChange: 9.01, - Settlement: `Credit`, - Contract: `CFD`, - Region: `North America`, - Country: `Canada`, - Risk: `High`, - Sector: `Private`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-07-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 990 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P Future`, - Spread: 0.01, - Open: 2057.5, - Price: 2075.52, - Buy: 2056.6, - Sell: 2056.61, - Change: 18.92, - ChangePercent: 0.92, - Volume: 142780, - High: 2059.5, - Low: 2049, - YearlyHigh: 2105.5, - YearlyLow: 1794.5, - YearlyStart: 1950, - YearlyChange: 5.47, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Asia Pacific`, - Country: `Afghanistan`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-06-22`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 991 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `Euro$ 3M`, - Spread: 0.01, - Open: 99.18, - Price: 98.42, - Buy: 99.18, - Sell: 99.18, - Change: -0.75, - ChangePercent: -0.76, - Volume: 29509, - High: 99.18, - Low: 99.17, - YearlyHigh: 99.38, - YearlyLow: 98.41, - YearlyStart: 98.89, - YearlyChange: 0.28, - Settlement: `Loan`, - Contract: `Options`, - Region: `Europe`, - Country: `Slovenia`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-08-22`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 992 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Lumber`, - Spread: 0.01, - Open: 303.9, - Price: 310.2, - Buy: 304.59, - Sell: 304.6, - Change: 5.6, - ChangePercent: 1.84, - Volume: 2, - High: 304.6, - Low: 303.9, - YearlyHigh: 317.1, - YearlyLow: 236, - YearlyStart: 276.55, - YearlyChange: 10.14, - Settlement: `Loan`, - Contract: `CFD`, - Region: `Africa`, - Country: `Morocco`, - Risk: `Low`, - Sector: `Government`, - Currency: `PLN`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-05-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 993 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Lumber`, - Spread: 0.01, - Open: 303.9, - Price: 300.21, - Buy: 304.59, - Sell: 304.6, - Change: -4.39, - ChangePercent: -1.44, - Volume: 2, - High: 304.6, - Low: 303.9, - YearlyHigh: 317.1, - YearlyLow: 236, - YearlyStart: 276.55, - YearlyChange: 10.14, - Settlement: `Credit`, - Contract: `Options`, - Region: `Europe`, - Country: `Slovakia`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-05-16`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 994 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `BTC/USD`, - Spread: 0.06, - Open: 93.88, - Price: 21093.18, - Buy: 21200.76, - Sell: 21400.78, - Change: 92.41, - ChangePercent: 0.44, - Volume: 5788000, - High: 22400.05, - Low: 20100.75, - YearlyHigh: 62400.7, - YearlyLow: 15100.88, - YearlyStart: 21200.29, - YearlyChange: -20.62, - Settlement: `Credit`, - Contract: `CFD`, - Region: `Middle East`, - Country: `Turkey`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-03-16`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 995 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `Euro$ 3M`, - Spread: 0.01, - Open: 99.18, - Price: 100.64, - Buy: 99.18, - Sell: 99.18, - Change: 1.47, - ChangePercent: 1.48, - Volume: 29509, - High: 99.18, - Low: 99.17, - YearlyHigh: 99.38, - YearlyLow: 98.41, - YearlyStart: 98.89, - YearlyChange: 0.28, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `Europe`, - Country: `Italy`, - Risk: `High`, - Sector: `Private`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-09-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 996 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Uranium`, - Spread: 0.02, - Open: 27.55, - Price: 27.65, - Buy: 27.55, - Sell: 27.55, - Change: 0.07, - ChangePercent: 0.24, - Volume: 12, - High: 27.55, - Low: 27.55, - YearlyHigh: 29.32, - YearlyLow: 21.28, - YearlyStart: 25.3, - YearlyChange: 9.01, - Settlement: `Loan`, - Contract: `Futures`, - Region: `Middle East`, - Country: `Lebanon`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-04-27`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 997 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/JPY`, - Spread: 0.02, - Open: 9275.5, - Price: 9102.92, - Buy: 9277.32, - Sell: 9277.34, - Change: -174.41, - ChangePercent: -1.88, - Volume: 47734, - High: 9277.33, - Low: 0.93, - YearlyHigh: 9483, - YearlyLow: 0.93, - YearlyStart: 4741.97, - YearlyChange: 95.64, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Europe`, - Country: `Poland`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-07-11`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 998 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Natural Gas`, - Spread: 0.02, - Open: 2.094, - Price: 2.09, - Buy: 2.09, - Sell: 2.09, - Change: -0.01, - ChangePercent: -0.76, - Volume: 2783, - High: 2.11, - Low: 2.09, - YearlyHigh: 3.2, - YearlyLow: 1.84, - YearlyStart: 2.52, - YearlyChange: -16.51, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Europe`, - Country: `Hungary`, - Risk: `Low`, - Sector: `Public`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-08-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 999 - }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Ethanol`, Spread: 0.01, Open: 1.512, Price: 2.76, Buy: 2.75, Sell: 2.76, Change: 0.01, ChangePercent: 0.2, Volume: 14, High: 2.75, Low: 1.12, YearlyHigh: 2.75, YearlyLow: 1.12, YearlyStart: 1.48, YearlyChange: 86.7, Settlement: `Cash`, Contract: `CFD`, Region: `Middle East`, Country: `Saudi Arabia`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-02-11`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 0 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Natural Gas`, Spread: 0.02, Open: 2.094, Price: 2.07, Buy: 2.09, Sell: 2.09, Change: -0.03, ChangePercent: -1.8, Volume: 2783, High: 2.11, Low: 2.09, YearlyHigh: 3.2, YearlyLow: 1.84, YearlyStart: 2.52, YearlyChange: -16.51, Settlement: `Credit`, Contract: `Options`, Region: `Middle East`, Country: `Saudi Arabia`, Risk: `High`, Sector: `Public`, Currency: `PLN`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-02-22`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 1 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Cotton`, Spread: 0.01, Open: 61.77, Price: 62.9, Buy: 61.77, Sell: 61.77, Change: 1.14, ChangePercent: 1.84, Volume: 3612, High: 62.06, Low: 61.32, YearlyHigh: 67.59, YearlyLow: 54.33, YearlyStart: 60.96, YearlyChange: 1.31, Settlement: `Cash`, Contract: `Options`, Region: `North America`, Country: `United States`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-05-23`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 2 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `FD Cattle`, Spread: 0.01, Open: 147.175, Price: 150.57, Buy: 148.6, Sell: 148.61, Change: 1.96, ChangePercent: 1.32, Volume: 5, High: 148.61, Low: 147.18, YearlyHigh: 190, YearlyLow: 138.1, YearlyStart: 164.05, YearlyChange: -9.41, Settlement: `Loan`, Contract: `Futures`, Region: `Africa`, Country: `South Africa`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-09-19`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 3 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Wheat`, Spread: 0.01, Open: 465.5, Price: 465.89, Buy: 465.5, Sell: 465.5, Change: 0.37, ChangePercent: 0.08, Volume: 4318, High: 467, Low: 463.25, YearlyHigh: 628.5, YearlyLow: 449.5, YearlyStart: 539, YearlyChange: -13.63, Settlement: `Cash`, Contract: `Futures`, Region: `Europe`, Country: `Slovenia`, Risk: `High`, Sector: `Government`, Currency: `PLN`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-04-19`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 4 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Milk`, Spread: 0.01, Open: 12.87, Price: 12.78, Buy: 12.87, Sell: 12.87, Change: -0.08, ChangePercent: -0.64, Volume: 7, High: 12.89, Low: 12.81, YearlyHigh: 16.96, YearlyLow: 12.81, YearlyStart: 14.88, YearlyChange: -13.6, Settlement: `Cash`, Contract: `CFD`, Region: `Africa`, Country: `Nigeria`, Risk: `High`, Sector: `Public`, Currency: `USD`, Security: `High`, Issuer: `American Airlines`, Maturity: `2022-06-23`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 5 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Oil`, Spread: 0.015, Open: 45.54, Price: 45.79, Buy: 45.78, Sell: 45.8, Change: 0, ChangePercent: 0, Volume: 107196, High: 45.94, Low: 45, YearlyHigh: 65.28, YearlyLow: 30.79, YearlyStart: 48.03, YearlyChange: -4.67, Settlement: `Loan`, Contract: `Futures`, Region: `Europe`, Country: `Iceland`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `FedEx`, Maturity: `2022-05-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 6 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P MID MINI`, Spread: 0.01, Open: 1454.3, Price: 1430.74, Buy: 1455.78, Sell: 1455.79, Change: -25.04, ChangePercent: -1.72, Volume: 338, High: 1455.78, Low: 1448, YearlyHigh: 1527.3, YearlyLow: 1236, YearlyStart: 1381.65, YearlyChange: 5.37, Settlement: `Cash`, Contract: `Options`, Region: `Asia Pacific`, Country: `China`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-07-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 7 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `Lean Hogs`, Spread: 0.01, Open: 81.275, Price: 80.54, Buy: 81.81, Sell: 81.82, Change: -1.27, ChangePercent: -1.56, Volume: 1, High: 81.81, Low: 81.28, YearlyHigh: 83.98, YearlyLow: 70.25, YearlyStart: 77.11, YearlyChange: 6.09, Settlement: `Cash`, Contract: `Futures`, Region: `Asia Pacific`, Country: `India`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-09-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 8 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `US 30YR Future`, Spread: 0.01, Open: 164.875, Price: 163.44, Buy: 164.15, Sell: 164.16, Change: -0.72, ChangePercent: -0.44, Volume: 28012, High: 165.25, Low: 164.04, YearlyHigh: 169.38, YearlyLow: 151.47, YearlyStart: 160.43, YearlyChange: 2.33, Settlement: `Credit`, Contract: `Swap`, Region: `Europe`, Country: `Netherlands`, Risk: `High`, Sector: `Government`, Currency: `USD`, Security: `Poor`, Issuer: `American Airlines`, Maturity: `2022-09-23`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 9 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Lumber`, Spread: 0.01, Open: 303.9, Price: 304.48, Buy: 304.59, Sell: 304.6, Change: -0.12, ChangePercent: -0.04, Volume: 2, High: 304.6, Low: 303.9, YearlyHigh: 317.1, YearlyLow: 236, YearlyStart: 276.55, YearlyChange: 10.14, Settlement: `Loan`, Contract: `Futures`, Region: `Africa`, Country: `Ethiopia`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-07-16`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 10 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Wheat`, Spread: 0.01, Open: 465.5, Price: 470.73, Buy: 465.5, Sell: 465.5, Change: 5.21, ChangePercent: 1.12, Volume: 4318, High: 467, Low: 463.25, YearlyHigh: 628.5, YearlyLow: 449.5, YearlyStart: 539, YearlyChange: -13.63, Settlement: `Cash`, Contract: `Swap`, Region: `Africa`, Country: `Cameroon`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `Poor`, Issuer: `FedEx`, Maturity: `2022-04-19`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 11 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `US 30YR Future`, Spread: 0.01, Open: 164.875, Price: 163.44, Buy: 164.15, Sell: 164.16, Change: -0.72, ChangePercent: -0.44, Volume: 28012, High: 165.25, Low: 164.04, YearlyHigh: 169.38, YearlyLow: 151.47, YearlyStart: 160.43, YearlyChange: 2.33, Settlement: `Loan`, Contract: `Futures`, Region: `Africa`, Country: `Egypt`, Risk: `Low`, Sector: `Public`, Currency: `EUR`, Security: `High`, Issuer: `American Airlines`, Maturity: `2022-08-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 12 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Platinum`, Spread: 0.01, Open: 1071.6, Price: 1050.53, Buy: 1071.09, Sell: 1071.1, Change: -20.57, ChangePercent: -1.92, Volume: 3039, High: 1081.2, Low: 1070.5, YearlyHigh: 1120.6, YearlyLow: 812.4, YearlyStart: 966.5, YearlyChange: 10.82, Settlement: `Cash`, Contract: `Options`, Region: `Africa`, Country: `South Africa`, Risk: `Low`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-02-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 13 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `GBP/USD`, Spread: 0.02, Open: 1.4464, Price: 1.18, Buy: 1.18, Sell: 1.2, Change: -0.01, ChangePercent: -0.8, Volume: 29450, High: 1.45, Low: 1.19, YearlyHigh: 1.59, YearlyLow: 1.19, YearlyStart: 1.49, YearlyChange: -19.59, Settlement: `Cash`, Contract: `Options`, Region: `Africa`, Country: `Nigeria`, Risk: `Low`, Sector: `Government`, Currency: `PLN`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-04-11`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 14 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Silver`, Spread: 0.01, Open: 17.43, Price: 17.77, Buy: 17.43, Sell: 17.43, Change: 0.35, ChangePercent: 2, Volume: 11720, High: 17.51, Low: 17.37, YearlyHigh: 18.06, YearlyLow: 13.73, YearlyStart: 15.89, YearlyChange: 9.59, Settlement: `Cash`, Contract: `Options`, Region: `Europe`, Country: `Netherlands`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-05-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 15 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Oil`, Spread: 0.015, Open: 45.54, Price: 44.93, Buy: 45.78, Sell: 45.8, Change: -0.86, ChangePercent: -1.88, Volume: 107196, High: 45.94, Low: 45, YearlyHigh: 65.28, YearlyLow: 30.79, YearlyStart: 48.03, YearlyChange: -4.67, Settlement: `Cash`, Contract: `Options`, Region: `South America`, Country: `Bolivia`, Risk: `Low`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-03-16`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 16 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `BTC/USD`, Spread: 0.06, Open: 93.88, Price: 21370.39, Buy: 21200.76, Sell: 21400.78, Change: 369.62, ChangePercent: 1.76, Volume: 5788000, High: 22400.05, Low: 20100.75, YearlyHigh: 62400.7, YearlyLow: 15100.88, YearlyStart: 21200.29, YearlyChange: -20.62, Settlement: `Credit`, Contract: `Forwards`, Region: `Middle East`, Country: `Iran`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-04-11`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 17 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Silver`, Spread: 0.01, Open: 17.43, Price: 17.62, Buy: 17.43, Sell: 17.43, Change: 0.2, ChangePercent: 1.16, Volume: 11720, High: 17.51, Low: 17.37, YearlyHigh: 18.06, YearlyLow: 13.73, YearlyStart: 15.89, YearlyChange: 9.59, Settlement: `Credit`, Contract: `Options`, Region: `Asia Pacific`, Country: `Taiwan`, Risk: `Low`, Sector: `Public`, Currency: `USD`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-04-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 18 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soy Meat`, Spread: 0.01, Open: 342.6, Price: 348.38, Buy: 342.6, Sell: 342.6, Change: 5.76, ChangePercent: 1.68, Volume: 5646, High: 345.4, Low: 340.3, YearlyHigh: 353.4, YearlyLow: 261.7, YearlyStart: 307.55, YearlyChange: 11.4, Settlement: `Credit`, Contract: `CFD`, Region: `Middle East`, Country: `UAE`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-06-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 19 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `AUD/USD`, Spread: 0.02, Open: 0.7344, Price: 0.74, Buy: 0.73, Sell: 0.73, Change: 0, ChangePercent: -1.2, Volume: 36764, High: 0.74, Low: 0.73, YearlyHigh: 0.79, YearlyLow: 0.68, YearlyStart: 0.73, YearlyChange: 1.28, Settlement: `Cash`, Contract: `Swap`, Region: `Middle East`, Country: `UAE`, Risk: `Low`, Sector: `Government`, Currency: `USD`, Security: `High`, Issuer: `American Airlines`, Maturity: `2022-07-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 20 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Coal`, Spread: 0.015, Open: 0.4363, Price: 0.41, Buy: 0.44, Sell: 0.44, Change: -0.01, ChangePercent: -1.2, Volume: 3, High: 0.44, Low: 0.44, YearlyHigh: 0.48, YearlyLow: 0.4, YearlyStart: 0.44, YearlyChange: -5.33, Settlement: `Loan`, Contract: `Swap`, Region: `Europe`, Country: `Germany`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-03-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 21 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `OJ Future`, Spread: 0.01, Open: 140.6, Price: 142.94, Buy: 140.18, Sell: 140.19, Change: 2.75, ChangePercent: 1.96, Volume: 7, High: 140.19, Low: 0, YearlyHigh: 155.95, YearlyLow: 113, YearlyStart: 134.47, YearlyChange: 4.25, Settlement: `Loan`, Contract: `Swap`, Region: `Europe`, Country: `Slovenia`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-05-23`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 22 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Wheat`, Spread: 0.01, Open: 465.5, Price: 462.54, Buy: 465.5, Sell: 465.5, Change: -2.98, ChangePercent: -0.64, Volume: 4318, High: 467, Low: 463.25, YearlyHigh: 628.5, YearlyLow: 449.5, YearlyStart: 539, YearlyChange: -13.63, Settlement: `Cash`, Contract: `Futures`, Region: `Asia Pacific`, Country: `Thailand`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-08-16`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 23 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Copper`, Spread: 0.02, Open: 2.123, Price: 2.14, Buy: 2.12, Sell: 2.12, Change: 0.03, ChangePercent: 1.24, Volume: 28819, High: 2.16, Low: 2.11, YearlyHigh: 2.94, YearlyLow: 1.96, YearlyStart: 2.45, YearlyChange: -13.76, Settlement: `Credit`, Contract: `CFD`, Region: `Middle East`, Country: `UAE`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `Poor`, Issuer: `American Airlines`, Maturity: `2022-01-22`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 24 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soy oil`, Spread: 0.01, Open: 33.26, Price: 33.99, Buy: 33.77, Sell: 33.78, Change: 0.22, ChangePercent: 0.64, Volume: 10592, High: 33.77, Low: 33.06, YearlyHigh: 35.43, YearlyLow: 26.61, YearlyStart: 31.02, YearlyChange: 8.87, Settlement: `Credit`, Contract: `Options`, Region: `Africa`, Country: `Cameroon`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-07-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 25 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Coal`, Spread: 0.015, Open: 0.4363, Price: 0.42, Buy: 0.44, Sell: 0.44, Change: 0, ChangePercent: 1, Volume: 3, High: 0.44, Low: 0.44, YearlyHigh: 0.48, YearlyLow: 0.4, YearlyStart: 0.44, YearlyChange: -5.33, Settlement: `Credit`, Contract: `Forwards`, Region: `Africa`, Country: `Tunisia`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-01-23`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 26 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `Euro$ 3M`, Spread: 0.01, Open: 99.18, Price: 100.8, Buy: 99.18, Sell: 99.18, Change: 1.63, ChangePercent: 1.64, Volume: 29509, High: 99.18, Low: 99.17, YearlyHigh: 99.38, YearlyLow: 98.41, YearlyStart: 98.89, YearlyChange: 0.28, Settlement: `Cash`, Contract: `Futures`, Region: `Middle East`, Country: `Israel`, Risk: `Low`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-07-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 27 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Milk`, Spread: 0.01, Open: 12.87, Price: 12.84, Buy: 12.87, Sell: 12.87, Change: -0.02, ChangePercent: -0.12, Volume: 7, High: 12.89, Low: 12.81, YearlyHigh: 16.96, YearlyLow: 12.81, YearlyStart: 14.88, YearlyChange: -13.6, Settlement: `Credit`, Contract: `Futures`, Region: `Africa`, Country: `South Africa`, Risk: `Low`, Sector: `Public`, Currency: `EUR`, Security: `High`, Issuer: `FedEx`, Maturity: `2022-08-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 28 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/JPY`, Spread: 0.02, Open: 9275.5, Price: 9162.3, Buy: 9277.32, Sell: 9277.34, Change: -115.03, ChangePercent: -1.24, Volume: 47734, High: 9277.33, Low: 0.93, YearlyHigh: 9483, YearlyLow: 0.93, YearlyStart: 4741.97, YearlyChange: 95.64, Settlement: `Cash`, Contract: `Swap`, Region: `North America`, Country: `Mexico`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-02-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 29 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Uranium`, Spread: 0.02, Open: 27.55, Price: 27.56, Buy: 27.55, Sell: 27.55, Change: -0.02, ChangePercent: -0.08, Volume: 12, High: 27.55, Low: 27.55, YearlyHigh: 29.32, YearlyLow: 21.28, YearlyStart: 25.3, YearlyChange: 9.01, Settlement: `Credit`, Contract: `Forwards`, Region: `Asia Pacific`, Country: `Taiwan`, Risk: `Low`, Sector: `Public`, Currency: `USD`, Security: `High`, Issuer: `FedEx`, Maturity: `2022-09-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 30 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `US 10YR Future`, Spread: 0.01, Open: 130.5625, Price: 131.78, Buy: 130.56, Sell: 130.56, Change: 1.2, ChangePercent: 0.92, Volume: 189310, High: 130.63, Low: 130.44, YearlyHigh: 132.64, YearlyLow: 125.48, YearlyStart: 129.06, YearlyChange: 1.18, Settlement: `Loan`, Contract: `Futures`, Region: `Asia Pacific`, Country: `India`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-01-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 31 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Uranium`, Spread: 0.02, Open: 27.55, Price: 27.6, Buy: 27.55, Sell: 27.55, Change: 0.02, ChangePercent: 0.08, Volume: 12, High: 27.55, Low: 27.55, YearlyHigh: 29.32, YearlyLow: 21.28, YearlyStart: 25.3, YearlyChange: 9.01, Settlement: `Loan`, Contract: `CFD`, Region: `Middle East`, Country: `Syria`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-03-24`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 32 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P MID MINI`, Spread: 0.01, Open: 1454.3, Price: 1472.09, Buy: 1455.78, Sell: 1455.79, Change: 16.31, ChangePercent: 1.12, Volume: 338, High: 1455.78, Low: 1448, YearlyHigh: 1527.3, YearlyLow: 1236, YearlyStart: 1381.65, YearlyChange: 5.37, Settlement: `Cash`, Contract: `Futures`, Region: `Asia Pacific`, Country: `Indonesia`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-07-11`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 33 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/JPY`, Spread: 0.02, Open: 9275.5, Price: 9236.51, Buy: 9277.32, Sell: 9277.34, Change: -40.82, ChangePercent: -0.44, Volume: 47734, High: 9277.33, Low: 0.93, YearlyHigh: 9483, YearlyLow: 0.93, YearlyStart: 4741.97, YearlyChange: 95.64, Settlement: `Credit`, Contract: `Options`, Region: `Asia Pacific`, Country: `Australia`, Risk: `Low`, Sector: `Public`, Currency: `PLN`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-02-19`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 34 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Diesel`, Spread: 0.015, Open: 1.3474, Price: 1.37, Buy: 1.35, Sell: 1.35, Change: 0.01, ChangePercent: 1.24, Volume: 2971, High: 1.36, Low: 1.34, YearlyHigh: 2.11, YearlyLow: 0.92, YearlyStart: 1.51, YearlyChange: -10.4, Settlement: `Cash`, Contract: `Swap`, Region: `Europe`, Country: `Norway`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `High`, Issuer: `FedEx`, Maturity: `2022-07-19`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 35 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `LV Cattle`, Spread: 0.01, Open: 120.725, Price: 121.82, Buy: 120.72, Sell: 120.72, Change: 1.11, ChangePercent: 0.92, Volume: 4, High: 120.72, Low: 120.72, YearlyHigh: 147.98, YearlyLow: 113.9, YearlyStart: 130.94, YearlyChange: -7.82, Settlement: `Loan`, Contract: `Forwards`, Region: `North America`, Country: `United States`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-06-19`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 36 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/CHF`, Spread: 0.02, Open: 1.0337, Price: 1.06, Buy: 1.03, Sell: 1.03, Change: 0.02, ChangePercent: 1.6, Volume: 5550, High: 1.03, Low: 1.03, YearlyHigh: 1.11, YearlyLow: 0.98, YearlyStart: 1.04, YearlyChange: -0.12, Settlement: `Credit`, Contract: `Options`, Region: `Asia Pacific`, Country: `Australia`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-03-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 37 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `US 2Y Future`, Spread: 0.01, Open: 109.3984, Price: 111.18, Buy: 109.4, Sell: 109.4, Change: 1.79, ChangePercent: 1.64, Volume: 17742, High: 109.41, Low: 109.38, YearlyHigh: 109.8, YearlyLow: 108.62, YearlyStart: 109.21, YearlyChange: 0.16, Settlement: `Cash`, Contract: `CFD`, Region: `Asia Pacific`, Country: `Thailand`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-03-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 38 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P Future`, Spread: 0.01, Open: 2057.5, Price: 2021.23, Buy: 2056.6, Sell: 2056.61, Change: -35.37, ChangePercent: -1.72, Volume: 142780, High: 2059.5, Low: 2049, YearlyHigh: 2105.5, YearlyLow: 1794.5, YearlyStart: 1950, YearlyChange: 5.47, Settlement: `Loan`, Contract: `CFD`, Region: `Asia Pacific`, Country: `China`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-02-23`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 39 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `BTC/USD`, Spread: 0.06, Open: 93.88, Price: 21395.59, Buy: 21200.76, Sell: 21400.78, Change: 394.82, ChangePercent: 1.88, Volume: 5788000, High: 22400.05, Low: 20100.75, YearlyHigh: 62400.7, YearlyLow: 15100.88, YearlyStart: 21200.29, YearlyChange: -20.62, Settlement: `Loan`, Contract: `CFD`, Region: `South America`, Country: `Venezuela`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-05-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 40 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/CAD`, Spread: 0.02, Open: 0.7744, Price: 0.96, Buy: 0.94, Sell: 0.96, Change: 0.01, ChangePercent: 0.92, Volume: 13669, High: 0.95, Low: 0.77, YearlyHigh: 0.95, YearlyLow: 0.68, YearlyStart: 0.76, YearlyChange: 26.43, Settlement: `Loan`, Contract: `Forwards`, Region: `Africa`, Country: `Morocco`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-01-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 41 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soybean`, Spread: 0.01, Open: 1038, Price: 1049, Buy: 1038.61, Sell: 1038.62, Change: 10.38, ChangePercent: 1, Volume: 20356, High: 1044, Low: 1031.75, YearlyHigh: 1057, YearlyLow: 859.5, YearlyStart: 958.25, YearlyChange: 8.39, Settlement: `Loan`, Contract: `Swap`, Region: `Asia Pacific`, Country: `Korea`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-04-11`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 42 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Oats`, Spread: 0.01, Open: 194.5, Price: 197.4, Buy: 194.21, Sell: 194.22, Change: 3.18, ChangePercent: 1.64, Volume: 64, High: 195.75, Low: 194, YearlyHigh: 241.25, YearlyLow: 183.75, YearlyStart: 212.5, YearlyChange: -8.6, Settlement: `Credit`, Contract: `Swap`, Region: `South America`, Country: `Guyana`, Risk: `Low`, Sector: `Public`, Currency: `USD`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-03-16`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 43 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Oil`, Spread: 0.015, Open: 45.54, Price: 45.57, Buy: 45.78, Sell: 45.8, Change: -0.22, ChangePercent: -0.48, Volume: 107196, High: 45.94, Low: 45, YearlyHigh: 65.28, YearlyLow: 30.79, YearlyStart: 48.03, YearlyChange: -4.67, Settlement: `Cash`, Contract: `Options`, Region: `Middle East`, Country: `Syria`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `High`, Issuer: `American Airlines`, Maturity: `2022-05-23`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 44 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Uranium`, Spread: 0.02, Open: 27.55, Price: 27.51, Buy: 27.55, Sell: 27.55, Change: -0.07, ChangePercent: -0.24, Volume: 12, High: 27.55, Low: 27.55, YearlyHigh: 29.32, YearlyLow: 21.28, YearlyStart: 25.3, YearlyChange: 9.01, Settlement: `Cash`, Contract: `Options`, Region: `Europe`, Country: `Slovakia`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-09-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 45 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/CAD`, Spread: 0.02, Open: 0.7744, Price: 0.94, Buy: 0.94, Sell: 0.96, Change: -0.01, ChangePercent: -1.84, Volume: 13669, High: 0.95, Low: 0.77, YearlyHigh: 0.95, YearlyLow: 0.68, YearlyStart: 0.76, YearlyChange: 26.43, Settlement: `Credit`, Contract: `Options`, Region: `Asia Pacific`, Country: `Australia`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-03-27`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 46 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Ethanol`, Spread: 0.01, Open: 1.512, Price: 2.76, Buy: 2.75, Sell: 2.76, Change: 0.01, ChangePercent: 0.12, Volume: 14, High: 2.75, Low: 1.12, YearlyHigh: 2.75, YearlyLow: 1.12, YearlyStart: 1.48, YearlyChange: 86.7, Settlement: `Cash`, Contract: `Futures`, Region: `Africa`, Country: `Cameroon`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-06-21`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 47 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Uranium`, Spread: 0.02, Open: 27.55, Price: 27.72, Buy: 27.55, Sell: 27.55, Change: 0.14, ChangePercent: 0.52, Volume: 12, High: 27.55, Low: 27.55, YearlyHigh: 29.32, YearlyLow: 21.28, YearlyStart: 25.3, YearlyChange: 9.01, Settlement: `Cash`, Contract: `CFD`, Region: `North America`, Country: `United States`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-03-24`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 48 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Cotton`, Spread: 0.01, Open: 61.77, Price: 60.75, Buy: 61.77, Sell: 61.77, Change: -1.01, ChangePercent: -1.64, Volume: 3612, High: 62.06, Low: 61.32, YearlyHigh: 67.59, YearlyLow: 54.33, YearlyStart: 60.96, YearlyChange: 1.31, Settlement: `Cash`, Contract: `Options`, Region: `Africa`, Country: `Cameroon`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-05-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 49 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Uranium`, Spread: 0.02, Open: 27.55, Price: 27.87, Buy: 27.55, Sell: 27.55, Change: 0.29, ChangePercent: 1.04, Volume: 12, High: 27.55, Low: 27.55, YearlyHigh: 29.32, YearlyLow: 21.28, YearlyStart: 25.3, YearlyChange: 9.01, Settlement: `Credit`, Contract: `Swap`, Region: `Middle East`, Country: `Syria`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `High`, Issuer: `American Airlines`, Maturity: `2022-09-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 50 }), + new FinancialDataAllItem({ Category: `Index`, Type: `DOW Future`, Spread: 0.01, Open: 17711, Price: 17747.58, Buy: 17712.15, Sell: 17712.16, Change: 35.43, ChangePercent: 0.2, Volume: 22236, High: 17727, Low: 17642, YearlyHigh: 18083, YearlyLow: 15299, YearlyStart: 16691, YearlyChange: 6.12, Settlement: `Loan`, Contract: `Swap`, Region: `Asia Pacific`, Country: `Pakistan`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-04-11`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 51 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `BTC/USD`, Spread: 0.06, Open: 93.88, Price: 20589.16, Buy: 21200.76, Sell: 21400.78, Change: -411.61, ChangePercent: -1.96, Volume: 5788000, High: 22400.05, Low: 20100.75, YearlyHigh: 62400.7, YearlyLow: 15100.88, YearlyStart: 21200.29, YearlyChange: -20.62, Settlement: `Cash`, Contract: `Futures`, Region: `Europe`, Country: `Russia`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-02-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 52 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Rice`, Spread: 0.01, Open: 11.245, Price: 10.32, Buy: 10.41, Sell: 10.42, Change: -0.1, ChangePercent: -0.92, Volume: 220, High: 11.38, Low: 10.42, YearlyHigh: 14.14, YearlyLow: 9.7, YearlyStart: 11.92, YearlyChange: -12.62, Settlement: `Cash`, Contract: `Futures`, Region: `South America`, Country: `Ecuador`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-09-19`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 53 }), + new FinancialDataAllItem({ Category: `Index`, Type: `NAS Future`, Spread: 0.01, Open: 4341.25, Price: 4297.87, Buy: 4341.25, Sell: 4341.25, Change: -43.41, ChangePercent: -1, Volume: 18259, High: 4347, Low: 4318, YearlyHigh: 4719.75, YearlyLow: 3867.75, YearlyStart: 4293.75, YearlyChange: 1.11, Settlement: `Cash`, Contract: `Options`, Region: `Middle East`, Country: `Jordan`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-02-24`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 54 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Corn`, Spread: 0.01, Open: 379.5, Price: 374.79, Buy: 379.8, Sell: 379.81, Change: -5.01, ChangePercent: -1.32, Volume: 11266, High: 381, Low: 377.75, YearlyHigh: 471.25, YearlyLow: 351.25, YearlyStart: 411.25, YearlyChange: -7.65, Settlement: `Loan`, Contract: `Swap`, Region: `South America`, Country: `Chile`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-08-11`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 55 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Coal`, Spread: 0.015, Open: 0.4363, Price: 0.41, Buy: 0.44, Sell: 0.44, Change: -0.01, ChangePercent: -1.64, Volume: 3, High: 0.44, Low: 0.44, YearlyHigh: 0.48, YearlyLow: 0.4, YearlyStart: 0.44, YearlyChange: -5.33, Settlement: `Cash`, Contract: `Futures`, Region: `Europe`, Country: `Hungary`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-07-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 56 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `OJ Future`, Spread: 0.01, Open: 140.6, Price: 140.41, Buy: 140.18, Sell: 140.19, Change: 0.22, ChangePercent: 0.16, Volume: 7, High: 140.19, Low: 0, YearlyHigh: 155.95, YearlyLow: 113, YearlyStart: 134.47, YearlyChange: 4.25, Settlement: `Loan`, Contract: `Futures`, Region: `Europe`, Country: `Spain`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-07-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 57 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `Lean Hogs`, Spread: 0.01, Open: 81.275, Price: 81.68, Buy: 81.81, Sell: 81.82, Change: -0.13, ChangePercent: -0.16, Volume: 1, High: 81.81, Low: 81.28, YearlyHigh: 83.98, YearlyLow: 70.25, YearlyStart: 77.11, YearlyChange: 6.09, Settlement: `Credit`, Contract: `Options`, Region: `South America`, Country: `Guyana`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-05-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 58 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `BTC/USD`, Spread: 0.06, Open: 93.88, Price: 21126.78, Buy: 21200.76, Sell: 21400.78, Change: 126.01, ChangePercent: 0.6, Volume: 5788000, High: 22400.05, Low: 20100.75, YearlyHigh: 62400.7, YearlyLow: 15100.88, YearlyStart: 21200.29, YearlyChange: -20.62, Settlement: `Cash`, Contract: `Options`, Region: `Africa`, Country: `Tunisia`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `High`, Issuer: `FedEx`, Maturity: `2022-08-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 59 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Platinum`, Spread: 0.01, Open: 1071.6, Price: 1055.68, Buy: 1071.09, Sell: 1071.1, Change: -15.42, ChangePercent: -1.44, Volume: 3039, High: 1081.2, Low: 1070.5, YearlyHigh: 1120.6, YearlyLow: 812.4, YearlyStart: 966.5, YearlyChange: 10.82, Settlement: `Cash`, Contract: `Futures`, Region: `South America`, Country: `Chile`, Risk: `High`, Sector: `Private`, Currency: `PLN`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-07-11`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 60 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Milk`, Spread: 0.01, Open: 12.87, Price: 13.08, Buy: 12.87, Sell: 12.87, Change: 0.22, ChangePercent: 1.68, Volume: 7, High: 12.89, Low: 12.81, YearlyHigh: 16.96, YearlyLow: 12.81, YearlyStart: 14.88, YearlyChange: -13.6, Settlement: `Credit`, Contract: `Futures`, Region: `Europe`, Country: `Hungary`, Risk: `High`, Sector: `Private`, Currency: `PLN`, Security: `High`, Issuer: `American Airlines`, Maturity: `2022-05-23`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 61 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soy oil`, Spread: 0.01, Open: 33.26, Price: 34.45, Buy: 33.77, Sell: 33.78, Change: 0.68, ChangePercent: 2, Volume: 10592, High: 33.77, Low: 33.06, YearlyHigh: 35.43, YearlyLow: 26.61, YearlyStart: 31.02, YearlyChange: 8.87, Settlement: `Cash`, Contract: `Swap`, Region: `Africa`, Country: `Morocco`, Risk: `High`, Sector: `Public`, Currency: `PLN`, Security: `Poor`, Issuer: `American Airlines`, Maturity: `2022-02-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 62 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Platinum`, Spread: 0.01, Open: 1071.6, Price: 1074.53, Buy: 1071.09, Sell: 1071.1, Change: 3.43, ChangePercent: 0.32, Volume: 3039, High: 1081.2, Low: 1070.5, YearlyHigh: 1120.6, YearlyLow: 812.4, YearlyStart: 966.5, YearlyChange: 10.82, Settlement: `Credit`, Contract: `CFD`, Region: `Africa`, Country: `Libya`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-04-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 63 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Ethanol`, Spread: 0.01, Open: 1.512, Price: 2.81, Buy: 2.75, Sell: 2.76, Change: 0.06, ChangePercent: 2, Volume: 14, High: 2.75, Low: 1.12, YearlyHigh: 2.75, YearlyLow: 1.12, YearlyStart: 1.48, YearlyChange: 86.7, Settlement: `Credit`, Contract: `Forwards`, Region: `Asia Pacific`, Country: `India`, Risk: `High`, Sector: `Public`, Currency: `USD`, Security: `High`, Issuer: `FedEx`, Maturity: `2022-03-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 64 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Cotton`, Spread: 0.01, Open: 61.77, Price: 61.86, Buy: 61.77, Sell: 61.77, Change: 0.1, ChangePercent: 0.16, Volume: 3612, High: 62.06, Low: 61.32, YearlyHigh: 67.59, YearlyLow: 54.33, YearlyStart: 60.96, YearlyChange: 1.31, Settlement: `Cash`, Contract: `Futures`, Region: `Africa`, Country: `Tunisia`, Risk: `High`, Sector: `Private`, Currency: `PLN`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-01-23`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 65 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Wheat`, Spread: 0.01, Open: 465.5, Price: 472.78, Buy: 465.5, Sell: 465.5, Change: 7.26, ChangePercent: 1.56, Volume: 4318, High: 467, Low: 463.25, YearlyHigh: 628.5, YearlyLow: 449.5, YearlyStart: 539, YearlyChange: -13.63, Settlement: `Cash`, Contract: `Futures`, Region: `Africa`, Country: `Cameroon`, Risk: `Low`, Sector: `Government`, Currency: `PLN`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-02-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 66 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Natural Gas`, Spread: 0.02, Open: 2.094, Price: 2.06, Buy: 2.09, Sell: 2.09, Change: -0.04, ChangePercent: -1.92, Volume: 2783, High: 2.11, Low: 2.09, YearlyHigh: 3.2, YearlyLow: 1.84, YearlyStart: 2.52, YearlyChange: -16.51, Settlement: `Cash`, Contract: `Options`, Region: `South America`, Country: `Uruguay`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-01-19`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 67 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `FD Cattle`, Spread: 0.01, Open: 147.175, Price: 148.55, Buy: 148.6, Sell: 148.61, Change: -0.06, ChangePercent: -0.04, Volume: 5, High: 148.61, Low: 147.18, YearlyHigh: 190, YearlyLow: 138.1, YearlyStart: 164.05, YearlyChange: -9.41, Settlement: `Cash`, Contract: `Swap`, Region: `South America`, Country: `Argentina`, Risk: `High`, Sector: `Government`, Currency: `USD`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-03-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 68 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/JPY`, Spread: 0.02, Open: 9275.5, Price: 9347.84, Buy: 9277.32, Sell: 9277.34, Change: 70.51, ChangePercent: 0.76, Volume: 47734, High: 9277.33, Low: 0.93, YearlyHigh: 9483, YearlyLow: 0.93, YearlyStart: 4741.97, YearlyChange: 95.64, Settlement: `Credit`, Contract: `Options`, Region: `Middle East`, Country: `Saudi Arabia`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `High`, Issuer: `American Airlines`, Maturity: `2022-07-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 69 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soy oil`, Spread: 0.01, Open: 33.26, Price: 33.38, Buy: 33.77, Sell: 33.78, Change: -0.39, ChangePercent: -1.16, Volume: 10592, High: 33.77, Low: 33.06, YearlyHigh: 35.43, YearlyLow: 26.61, YearlyStart: 31.02, YearlyChange: 8.87, Settlement: `Credit`, Contract: `Options`, Region: `Europe`, Country: `Netherlands`, Risk: `Low`, Sector: `Government`, Currency: `USD`, Security: `High`, Issuer: `American Airlines`, Maturity: `2022-09-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 70 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soy Meat`, Spread: 0.01, Open: 342.6, Price: 339.06, Buy: 342.6, Sell: 342.6, Change: -3.56, ChangePercent: -1.04, Volume: 5646, High: 345.4, Low: 340.3, YearlyHigh: 353.4, YearlyLow: 261.7, YearlyStart: 307.55, YearlyChange: 11.4, Settlement: `Loan`, Contract: `Options`, Region: `Europe`, Country: `Hungary`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-04-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 71 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Natural Gas`, Spread: 0.02, Open: 2.094, Price: 2.1, Buy: 2.09, Sell: 2.09, Change: 0, ChangePercent: -0.28, Volume: 2783, High: 2.11, Low: 2.09, YearlyHigh: 3.2, YearlyLow: 1.84, YearlyStart: 2.52, YearlyChange: -16.51, Settlement: `Loan`, Contract: `Forwards`, Region: `Europe`, Country: `Portugal`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-05-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 72 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/JPY`, Spread: 0.02, Open: 9275.5, Price: 9459.17, Buy: 9277.32, Sell: 9277.34, Change: 181.84, ChangePercent: 1.96, Volume: 47734, High: 9277.33, Low: 0.93, YearlyHigh: 9483, YearlyLow: 0.93, YearlyStart: 4741.97, YearlyChange: 95.64, Settlement: `Credit`, Contract: `Futures`, Region: `Middle East`, Country: `Iraq`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-07-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 73 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Oats`, Spread: 0.01, Open: 194.5, Price: 197.25, Buy: 194.21, Sell: 194.22, Change: 3.03, ChangePercent: 1.56, Volume: 64, High: 195.75, Low: 194, YearlyHigh: 241.25, YearlyLow: 183.75, YearlyStart: 212.5, YearlyChange: -8.6, Settlement: `Loan`, Contract: `Swap`, Region: `Europe`, Country: `Sweden`, Risk: `Low`, Sector: `Public`, Currency: `USD`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-04-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 74 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soy Meat`, Spread: 0.01, Open: 342.6, Price: 336.59, Buy: 342.6, Sell: 342.6, Change: -6.03, ChangePercent: -1.76, Volume: 5646, High: 345.4, Low: 340.3, YearlyHigh: 353.4, YearlyLow: 261.7, YearlyStart: 307.55, YearlyChange: 11.4, Settlement: `Loan`, Contract: `Swap`, Region: `Africa`, Country: `Ethiopia`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-09-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 75 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Gold`, Spread: 0.01, Open: 1281.1, Price: 1260.75, Buy: 1280.73, Sell: 1280.74, Change: -19.98, ChangePercent: -1.56, Volume: 48387, High: 1289.5, Low: 1279.1, YearlyHigh: 1306, YearlyLow: 1047.2, YearlyStart: 1176.6, YearlyChange: 8.85, Settlement: `Cash`, Contract: `Options`, Region: `Africa`, Country: `Nigeria`, Risk: `High`, Sector: `Private`, Currency: `PLN`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-04-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 76 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Sugar`, Spread: 0.01, Open: 15.68, Price: 14.91, Buy: 14.67, Sell: 14.68, Change: 0.24, ChangePercent: 1.64, Volume: 4949, High: 15.7, Low: 14.67, YearlyHigh: 16.87, YearlyLow: 11.37, YearlyStart: 14.12, YearlyChange: 3.92, Settlement: `Credit`, Contract: `Swap`, Region: `Europe`, Country: `Sweden`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-05-21`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 77 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Copper`, Spread: 0.02, Open: 2.123, Price: 2.1, Buy: 2.12, Sell: 2.12, Change: -0.01, ChangePercent: -0.64, Volume: 28819, High: 2.16, Low: 2.11, YearlyHigh: 2.94, YearlyLow: 1.96, YearlyStart: 2.45, YearlyChange: -13.76, Settlement: `Cash`, Contract: `Swap`, Region: `Africa`, Country: `Ethiopia`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-08-19`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 78 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/JPY`, Spread: 0.02, Open: 9275.5, Price: 9329.29, Buy: 9277.32, Sell: 9277.34, Change: 51.96, ChangePercent: 0.56, Volume: 47734, High: 9277.33, Low: 0.93, YearlyHigh: 9483, YearlyLow: 0.93, YearlyStart: 4741.97, YearlyChange: 95.64, Settlement: `Loan`, Contract: `Futures`, Region: `Europe`, Country: `Germany`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-07-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 79 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `OJ Future`, Spread: 0.01, Open: 140.6, Price: 140.97, Buy: 140.18, Sell: 140.19, Change: 0.78, ChangePercent: 0.56, Volume: 7, High: 140.19, Low: 0, YearlyHigh: 155.95, YearlyLow: 113, YearlyStart: 134.47, YearlyChange: 4.25, Settlement: `Loan`, Contract: `CFD`, Region: `Africa`, Country: `Morocco`, Risk: `Low`, Sector: `Government`, Currency: `USD`, Security: `High`, Issuer: `FedEx`, Maturity: `2022-06-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 80 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/JPY`, Spread: 0.02, Open: 9275.5, Price: 9455.46, Buy: 9277.32, Sell: 9277.34, Change: 178.13, ChangePercent: 1.92, Volume: 47734, High: 9277.33, Low: 0.93, YearlyHigh: 9483, YearlyLow: 0.93, YearlyStart: 4741.97, YearlyChange: 95.64, Settlement: `Loan`, Contract: `Futures`, Region: `Asia Pacific`, Country: `China`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-03-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 81 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `FD Cattle`, Spread: 0.01, Open: 147.175, Price: 148.37, Buy: 148.6, Sell: 148.61, Change: -0.24, ChangePercent: -0.16, Volume: 5, High: 148.61, Low: 147.18, YearlyHigh: 190, YearlyLow: 138.1, YearlyStart: 164.05, YearlyChange: -9.41, Settlement: `Loan`, Contract: `Futures`, Region: `Europe`, Country: `France`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-02-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 82 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Diesel`, Spread: 0.015, Open: 1.3474, Price: 1.38, Buy: 1.35, Sell: 1.35, Change: 0.02, ChangePercent: 1.56, Volume: 2971, High: 1.36, Low: 1.34, YearlyHigh: 2.11, YearlyLow: 0.92, YearlyStart: 1.51, YearlyChange: -10.4, Settlement: `Cash`, Contract: `Options`, Region: `North America`, Country: `United States`, Risk: `High`, Sector: `Public`, Currency: `PLN`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-03-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 83 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Ethanol`, Spread: 0.01, Open: 1.512, Price: 2.71, Buy: 2.75, Sell: 2.76, Change: -0.04, ChangePercent: -1.68, Volume: 14, High: 2.75, Low: 1.12, YearlyHigh: 2.75, YearlyLow: 1.12, YearlyStart: 1.48, YearlyChange: 86.7, Settlement: `Cash`, Contract: `Options`, Region: `Africa`, Country: `South Africa`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-04-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 84 }), + new FinancialDataAllItem({ Category: `Index`, Type: `DOW Future`, Spread: 0.01, Open: 17711, Price: 17875.1, Buy: 17712.15, Sell: 17712.16, Change: 162.95, ChangePercent: 0.92, Volume: 22236, High: 17727, Low: 17642, YearlyHigh: 18083, YearlyLow: 15299, YearlyStart: 16691, YearlyChange: 6.12, Settlement: `Credit`, Contract: `Swap`, Region: `Europe`, Country: `Ireland`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-02-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 85 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `LV Cattle`, Spread: 0.01, Open: 120.725, Price: 120.9, Buy: 120.72, Sell: 120.72, Change: 0.2, ChangePercent: 0.16, Volume: 4, High: 120.72, Low: 120.72, YearlyHigh: 147.98, YearlyLow: 113.9, YearlyStart: 130.94, YearlyChange: -7.82, Settlement: `Loan`, Contract: `Futures`, Region: `Europe`, Country: `Romania`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `American Airlines`, Maturity: `2022-06-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 86 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `LV Cattle`, Spread: 0.01, Open: 120.725, Price: 120.66, Buy: 120.72, Sell: 120.72, Change: -0.05, ChangePercent: -0.04, Volume: 4, High: 120.72, Low: 120.72, YearlyHigh: 147.98, YearlyLow: 113.9, YearlyStart: 130.94, YearlyChange: -7.82, Settlement: `Credit`, Contract: `Futures`, Region: `Europe`, Country: `France`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-02-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 87 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `LV Cattle`, Spread: 0.01, Open: 120.725, Price: 119.93, Buy: 120.72, Sell: 120.72, Change: -0.77, ChangePercent: -0.64, Volume: 4, High: 120.72, Low: 120.72, YearlyHigh: 147.98, YearlyLow: 113.9, YearlyStart: 130.94, YearlyChange: -7.82, Settlement: `Cash`, Contract: `Swap`, Region: `Middle East`, Country: `Qatar`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-03-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 88 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P Future`, Spread: 0.01, Open: 2057.5, Price: 2017.12, Buy: 2056.6, Sell: 2056.61, Change: -39.48, ChangePercent: -1.92, Volume: 142780, High: 2059.5, Low: 2049, YearlyHigh: 2105.5, YearlyLow: 1794.5, YearlyStart: 1950, YearlyChange: 5.47, Settlement: `Credit`, Contract: `Options`, Region: `Europe`, Country: `Denmark`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-08-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 89 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `Euro$ 3M`, Spread: 0.01, Open: 99.18, Price: 97.38, Buy: 99.18, Sell: 99.18, Change: -1.79, ChangePercent: -1.8, Volume: 29509, High: 99.18, Low: 99.17, YearlyHigh: 99.38, YearlyLow: 98.41, YearlyStart: 98.89, YearlyChange: 0.28, Settlement: `Loan`, Contract: `Forwards`, Region: `Asia Pacific`, Country: `Hong Kong`, Risk: `Low`, Sector: `Government`, Currency: `USD`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-07-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 90 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `AUD/USD`, Spread: 0.02, Open: 0.7344, Price: 0.73, Buy: 0.73, Sell: 0.73, Change: -0.01, ChangePercent: -1.48, Volume: 36764, High: 0.74, Low: 0.73, YearlyHigh: 0.79, YearlyLow: 0.68, YearlyStart: 0.73, YearlyChange: 1.28, Settlement: `Credit`, Contract: `Futures`, Region: `North America`, Country: `United States`, Risk: `High`, Sector: `Government`, Currency: `PLN`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-08-24`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 91 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Platinum`, Spread: 0.01, Open: 1071.6, Price: 1057.82, Buy: 1071.09, Sell: 1071.1, Change: -13.28, ChangePercent: -1.24, Volume: 3039, High: 1081.2, Low: 1070.5, YearlyHigh: 1120.6, YearlyLow: 812.4, YearlyStart: 966.5, YearlyChange: 10.82, Settlement: `Cash`, Contract: `Futures`, Region: `Middle East`, Country: `Oman`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-01-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 92 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Silver`, Spread: 0.01, Open: 17.43, Price: 17.27, Buy: 17.43, Sell: 17.43, Change: -0.15, ChangePercent: -0.84, Volume: 11720, High: 17.51, Low: 17.37, YearlyHigh: 18.06, YearlyLow: 13.73, YearlyStart: 15.89, YearlyChange: 9.59, Settlement: `Cash`, Contract: `CFD`, Region: `Europe`, Country: `Bulgaria`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-05-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 93 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `Lean Hogs`, Spread: 0.01, Open: 81.275, Price: 81.29, Buy: 81.81, Sell: 81.82, Change: -0.52, ChangePercent: -0.64, Volume: 1, High: 81.81, Low: 81.28, YearlyHigh: 83.98, YearlyLow: 70.25, YearlyStart: 77.11, YearlyChange: 6.09, Settlement: `Cash`, Contract: `Options`, Region: `Africa`, Country: `South Africa`, Risk: `Low`, Sector: `Public`, Currency: `EUR`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-01-27`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 94 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Wheat`, Spread: 0.01, Open: 465.5, Price: 469.8, Buy: 465.5, Sell: 465.5, Change: 4.28, ChangePercent: 0.92, Volume: 4318, High: 467, Low: 463.25, YearlyHigh: 628.5, YearlyLow: 449.5, YearlyStart: 539, YearlyChange: -13.63, Settlement: `Cash`, Contract: `Futures`, Region: `Africa`, Country: `South Africa`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-08-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 95 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Wheat`, Spread: 0.01, Open: 465.5, Price: 462.35, Buy: 465.5, Sell: 465.5, Change: -3.17, ChangePercent: -0.68, Volume: 4318, High: 467, Low: 463.25, YearlyHigh: 628.5, YearlyLow: 449.5, YearlyStart: 539, YearlyChange: -13.63, Settlement: `Cash`, Contract: `Futures`, Region: `Europe`, Country: `Finland`, Risk: `Low`, Sector: `Government`, Currency: `PLN`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-01-16`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 96 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `BTC/USD`, Spread: 0.06, Open: 93.88, Price: 20698.36, Buy: 21200.76, Sell: 21400.78, Change: -302.41, ChangePercent: -1.44, Volume: 5788000, High: 22400.05, Low: 20100.75, YearlyHigh: 62400.7, YearlyLow: 15100.88, YearlyStart: 21200.29, YearlyChange: -20.62, Settlement: `Loan`, Contract: `Options`, Region: `North America`, Country: `United States`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-08-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 97 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Corn`, Spread: 0.01, Open: 379.5, Price: 377.68, Buy: 379.8, Sell: 379.81, Change: -2.12, ChangePercent: -0.56, Volume: 11266, High: 381, Low: 377.75, YearlyHigh: 471.25, YearlyLow: 351.25, YearlyStart: 411.25, YearlyChange: -7.65, Settlement: `Loan`, Contract: `Options`, Region: `Europe`, Country: `Italy`, Risk: `Low`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-01-24`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 98 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Uranium`, Spread: 0.02, Open: 27.55, Price: 27.91, Buy: 27.55, Sell: 27.55, Change: 0.33, ChangePercent: 1.2, Volume: 12, High: 27.55, Low: 27.55, YearlyHigh: 29.32, YearlyLow: 21.28, YearlyStart: 25.3, YearlyChange: 9.01, Settlement: `Cash`, Contract: `Swap`, Region: `Middle East`, Country: `Lebanon`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-06-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 99 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Wheat`, Spread: 0.01, Open: 465.5, Price: 467.01, Buy: 465.5, Sell: 465.5, Change: 1.49, ChangePercent: 0.32, Volume: 4318, High: 467, Low: 463.25, YearlyHigh: 628.5, YearlyLow: 449.5, YearlyStart: 539, YearlyChange: -13.63, Settlement: `Cash`, Contract: `Swap`, Region: `Europe`, Country: `Ireland`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-06-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 100 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P MID MINI`, Spread: 0.01, Open: 1454.3, Price: 1453.45, Buy: 1455.78, Sell: 1455.79, Change: -2.33, ChangePercent: -0.16, Volume: 338, High: 1455.78, Low: 1448, YearlyHigh: 1527.3, YearlyLow: 1236, YearlyStart: 1381.65, YearlyChange: 5.37, Settlement: `Cash`, Contract: `Swap`, Region: `Africa`, Country: `Morocco`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-06-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 101 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `FD Cattle`, Spread: 0.01, Open: 147.175, Price: 149.85, Buy: 148.6, Sell: 148.61, Change: 1.24, ChangePercent: 0.84, Volume: 5, High: 148.61, Low: 147.18, YearlyHigh: 190, YearlyLow: 138.1, YearlyStart: 164.05, YearlyChange: -9.41, Settlement: `Cash`, Contract: `Options`, Region: `Africa`, Country: `Ethiopia`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-02-10`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 102 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Copper`, Spread: 0.02, Open: 2.123, Price: 2.16, Buy: 2.12, Sell: 2.12, Change: 0.05, ChangePercent: 2, Volume: 28819, High: 2.16, Low: 2.11, YearlyHigh: 2.94, YearlyLow: 1.96, YearlyStart: 2.45, YearlyChange: -13.76, Settlement: `Cash`, Contract: `Options`, Region: `Africa`, Country: `Senegal`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-03-19`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 103 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Uranium`, Spread: 0.02, Open: 27.55, Price: 27.81, Buy: 27.55, Sell: 27.55, Change: 0.23, ChangePercent: 0.84, Volume: 12, High: 27.55, Low: 27.55, YearlyHigh: 29.32, YearlyLow: 21.28, YearlyStart: 25.3, YearlyChange: 9.01, Settlement: `Cash`, Contract: `Futures`, Region: `Middle East`, Country: `Iran`, Risk: `High`, Sector: `Government`, Currency: `USD`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-08-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 104 }), + new FinancialDataAllItem({ Category: `Index`, Type: `DOW Future`, Spread: 0.01, Open: 17711, Price: 17457.1, Buy: 17712.15, Sell: 17712.16, Change: -255.05, ChangePercent: -1.44, Volume: 22236, High: 17727, Low: 17642, YearlyHigh: 18083, YearlyLow: 15299, YearlyStart: 16691, YearlyChange: 6.12, Settlement: `Cash`, Contract: `Swap`, Region: `Asia Pacific`, Country: `Thailand`, Risk: `High`, Sector: `Private`, Currency: `PLN`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-05-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 105 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Coal`, Spread: 0.015, Open: 0.4363, Price: 0.41, Buy: 0.44, Sell: 0.44, Change: -0.01, ChangePercent: -0.96, Volume: 3, High: 0.44, Low: 0.44, YearlyHigh: 0.48, YearlyLow: 0.4, YearlyStart: 0.44, YearlyChange: -5.33, Settlement: `Cash`, Contract: `Forwards`, Region: `Asia Pacific`, Country: `India`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-02-24`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 106 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Platinum`, Spread: 0.01, Open: 1071.6, Price: 1086.52, Buy: 1071.09, Sell: 1071.1, Change: 15.42, ChangePercent: 1.44, Volume: 3039, High: 1081.2, Low: 1070.5, YearlyHigh: 1120.6, YearlyLow: 812.4, YearlyStart: 966.5, YearlyChange: 10.82, Settlement: `Credit`, Contract: `Options`, Region: `North America`, Country: `Mexico`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-04-23`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 107 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Rice`, Spread: 0.01, Open: 11.245, Price: 10.61, Buy: 10.41, Sell: 10.42, Change: 0.19, ChangePercent: 1.84, Volume: 220, High: 11.38, Low: 10.42, YearlyHigh: 14.14, YearlyLow: 9.7, YearlyStart: 11.92, YearlyChange: -12.62, Settlement: `Cash`, Contract: `Swap`, Region: `Asia Pacific`, Country: `Indonesia`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `FedEx`, Maturity: `2022-06-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 108 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `BTC/USD`, Spread: 0.06, Open: 93.88, Price: 20765.56, Buy: 21200.76, Sell: 21400.78, Change: -235.21, ChangePercent: -1.12, Volume: 5788000, High: 22400.05, Low: 20100.75, YearlyHigh: 62400.7, YearlyLow: 15100.88, YearlyStart: 21200.29, YearlyChange: -20.62, Settlement: `Cash`, Contract: `Swap`, Region: `Middle East`, Country: `Iran`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-06-16`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 109 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P 600 MINI`, Spread: 0.01, Open: 687.9, Price: 691.18, Buy: 687.9, Sell: 687.9, Change: 3.3, ChangePercent: 0.48, Volume: 0, High: 0, Low: 0, YearlyHigh: 620.32, YearlyLow: 595.9, YearlyStart: 608.11, YearlyChange: 13.12, Settlement: `Credit`, Contract: `Swap`, Region: `Asia Pacific`, Country: `Malaysia`, Risk: `High`, Sector: `Government`, Currency: `PLN`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-02-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 110 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soy oil`, Spread: 0.01, Open: 33.26, Price: 34.26, Buy: 33.77, Sell: 33.78, Change: 0.49, ChangePercent: 1.44, Volume: 10592, High: 33.77, Low: 33.06, YearlyHigh: 35.43, YearlyLow: 26.61, YearlyStart: 31.02, YearlyChange: 8.87, Settlement: `Loan`, Contract: `Swap`, Region: `Europe`, Country: `Greece`, Risk: `High`, Sector: `Government`, Currency: `PLN`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-06-10`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 111 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `FD Cattle`, Spread: 0.01, Open: 147.175, Price: 148.07, Buy: 148.6, Sell: 148.61, Change: -0.54, ChangePercent: -0.36, Volume: 5, High: 148.61, Low: 147.18, YearlyHigh: 190, YearlyLow: 138.1, YearlyStart: 164.05, YearlyChange: -9.41, Settlement: `Cash`, Contract: `CFD`, Region: `Europe`, Country: `Portugal`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-01-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 112 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Coal`, Spread: 0.015, Open: 0.4363, Price: 0.42, Buy: 0.44, Sell: 0.44, Change: 0, ChangePercent: 1.8, Volume: 3, High: 0.44, Low: 0.44, YearlyHigh: 0.48, YearlyLow: 0.4, YearlyStart: 0.44, YearlyChange: -5.33, Settlement: `Cash`, Contract: `Options`, Region: `Middle East`, Country: `Israel`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `Poor`, Issuer: `FedEx`, Maturity: `2022-03-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 113 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Gold`, Spread: 0.01, Open: 1281.1, Price: 1272.54, Buy: 1280.73, Sell: 1280.74, Change: -8.19, ChangePercent: -0.64, Volume: 48387, High: 1289.5, Low: 1279.1, YearlyHigh: 1306, YearlyLow: 1047.2, YearlyStart: 1176.6, YearlyChange: 8.85, Settlement: `Cash`, Contract: `Swap`, Region: `Asia Pacific`, Country: `Indonesia`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-02-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 114 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Corn`, Spread: 0.01, Open: 379.5, Price: 373.42, Buy: 379.8, Sell: 379.81, Change: -6.38, ChangePercent: -1.68, Volume: 11266, High: 381, Low: 377.75, YearlyHigh: 471.25, YearlyLow: 351.25, YearlyStart: 411.25, YearlyChange: -7.65, Settlement: `Cash`, Contract: `Futures`, Region: `North America`, Country: `Canada`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `High`, Issuer: `FedEx`, Maturity: `2022-09-11`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 115 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `US 10YR Future`, Spread: 0.01, Open: 130.5625, Price: 131.47, Buy: 130.56, Sell: 130.56, Change: 0.89, ChangePercent: 0.68, Volume: 189310, High: 130.63, Low: 130.44, YearlyHigh: 132.64, YearlyLow: 125.48, YearlyStart: 129.06, YearlyChange: 1.18, Settlement: `Credit`, Contract: `Futures`, Region: `Africa`, Country: `Niger`, Risk: `Low`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-03-22`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 116 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Coal`, Spread: 0.015, Open: 0.4363, Price: 0.41, Buy: 0.44, Sell: 0.44, Change: -0.01, ChangePercent: -1.88, Volume: 3, High: 0.44, Low: 0.44, YearlyHigh: 0.48, YearlyLow: 0.4, YearlyStart: 0.44, YearlyChange: -5.33, Settlement: `Cash`, Contract: `Futures`, Region: `Europe`, Country: `Iceland`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-04-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 117 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P Future`, Spread: 0.01, Open: 2057.5, Price: 2086.22, Buy: 2056.6, Sell: 2056.61, Change: 29.62, ChangePercent: 1.44, Volume: 142780, High: 2059.5, Low: 2049, YearlyHigh: 2105.5, YearlyLow: 1794.5, YearlyStart: 1950, YearlyChange: 5.47, Settlement: `Loan`, Contract: `Swap`, Region: `Europe`, Country: `Greece`, Risk: `Low`, Sector: `Public`, Currency: `USD`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-03-23`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 118 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soy Meat`, Spread: 0.01, Open: 342.6, Price: 346.32, Buy: 342.6, Sell: 342.6, Change: 3.7, ChangePercent: 1.08, Volume: 5646, High: 345.4, Low: 340.3, YearlyHigh: 353.4, YearlyLow: 261.7, YearlyStart: 307.55, YearlyChange: 11.4, Settlement: `Loan`, Contract: `Futures`, Region: `Asia Pacific`, Country: `Azerbaijan`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-06-27`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 119 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `LV Cattle`, Spread: 0.01, Open: 120.725, Price: 122.78, Buy: 120.72, Sell: 120.72, Change: 2.08, ChangePercent: 1.72, Volume: 4, High: 120.72, Low: 120.72, YearlyHigh: 147.98, YearlyLow: 113.9, YearlyStart: 130.94, YearlyChange: -7.82, Settlement: `Loan`, Contract: `Futures`, Region: `Europe`, Country: `Ireland`, Risk: `High`, Sector: `Government`, Currency: `PLN`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-01-21`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 120 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Copper`, Spread: 0.02, Open: 2.123, Price: 2.1, Buy: 2.12, Sell: 2.12, Change: -0.01, ChangePercent: -0.56, Volume: 28819, High: 2.16, Low: 2.11, YearlyHigh: 2.94, YearlyLow: 1.96, YearlyStart: 2.45, YearlyChange: -13.76, Settlement: `Cash`, Contract: `Futures`, Region: `Europe`, Country: `Norway`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-01-16`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 121 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Uranium`, Spread: 0.02, Open: 27.55, Price: 27.52, Buy: 27.55, Sell: 27.55, Change: -0.06, ChangePercent: -0.2, Volume: 12, High: 27.55, Low: 27.55, YearlyHigh: 29.32, YearlyLow: 21.28, YearlyStart: 25.3, YearlyChange: 9.01, Settlement: `Credit`, Contract: `Futures`, Region: `Middle East`, Country: `Jordan`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-02-22`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 122 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Silver`, Spread: 0.01, Open: 17.43, Price: 17.18, Buy: 17.43, Sell: 17.43, Change: -0.24, ChangePercent: -1.4, Volume: 11720, High: 17.51, Low: 17.37, YearlyHigh: 18.06, YearlyLow: 13.73, YearlyStart: 15.89, YearlyChange: 9.59, Settlement: `Credit`, Contract: `Options`, Region: `Europe`, Country: `Romania`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-07-22`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 123 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soybean`, Spread: 0.01, Open: 1038, Price: 1044.02, Buy: 1038.61, Sell: 1038.62, Change: 5.4, ChangePercent: 0.52, Volume: 20356, High: 1044, Low: 1031.75, YearlyHigh: 1057, YearlyLow: 859.5, YearlyStart: 958.25, YearlyChange: 8.39, Settlement: `Cash`, Contract: `Options`, Region: `South America`, Country: `Brazil`, Risk: `Low`, Sector: `Government`, Currency: `PLN`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-07-24`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 124 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Coal`, Spread: 0.015, Open: 0.4363, Price: 0.42, Buy: 0.44, Sell: 0.44, Change: 0, ChangePercent: 1.36, Volume: 3, High: 0.44, Low: 0.44, YearlyHigh: 0.48, YearlyLow: 0.4, YearlyStart: 0.44, YearlyChange: -5.33, Settlement: `Cash`, Contract: `CFD`, Region: `Africa`, Country: `Algeria`, Risk: `Low`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-04-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 125 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Rice`, Spread: 0.01, Open: 11.245, Price: 10.26, Buy: 10.41, Sell: 10.42, Change: -0.16, ChangePercent: -1.48, Volume: 220, High: 11.38, Low: 10.42, YearlyHigh: 14.14, YearlyLow: 9.7, YearlyStart: 11.92, YearlyChange: -12.62, Settlement: `Credit`, Contract: `CFD`, Region: `Europe`, Country: `Poland`, Risk: `Low`, Sector: `Public`, Currency: `EUR`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-08-10`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 126 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Copper`, Spread: 0.02, Open: 2.123, Price: 2.1, Buy: 2.12, Sell: 2.12, Change: -0.01, ChangePercent: -0.52, Volume: 28819, High: 2.16, Low: 2.11, YearlyHigh: 2.94, YearlyLow: 1.96, YearlyStart: 2.45, YearlyChange: -13.76, Settlement: `Credit`, Contract: `Options`, Region: `Middle East`, Country: `Turkey`, Risk: `Low`, Sector: `Public`, Currency: `EUR`, Security: `High`, Issuer: `American Airlines`, Maturity: `2022-07-16`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 127 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `US 30YR Future`, Spread: 0.01, Open: 164.875, Price: 164.03, Buy: 164.15, Sell: 164.16, Change: -0.13, ChangePercent: -0.08, Volume: 28012, High: 165.25, Low: 164.04, YearlyHigh: 169.38, YearlyLow: 151.47, YearlyStart: 160.43, YearlyChange: 2.33, Settlement: `Credit`, Contract: `Swap`, Region: `Europe`, Country: `Italy`, Risk: `High`, Sector: `Public`, Currency: `PLN`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-07-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 128 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Platinum`, Spread: 0.01, Open: 1071.6, Price: 1075.38, Buy: 1071.09, Sell: 1071.1, Change: 4.28, ChangePercent: 0.4, Volume: 3039, High: 1081.2, Low: 1070.5, YearlyHigh: 1120.6, YearlyLow: 812.4, YearlyStart: 966.5, YearlyChange: 10.82, Settlement: `Credit`, Contract: `Swap`, Region: `South America`, Country: `Paraguay`, Risk: `Low`, Sector: `Government`, Currency: `USD`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-04-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 129 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `BTC/USD`, Spread: 0.06, Open: 93.88, Price: 20807.56, Buy: 21200.76, Sell: 21400.78, Change: -193.21, ChangePercent: -0.92, Volume: 5788000, High: 22400.05, Low: 20100.75, YearlyHigh: 62400.7, YearlyLow: 15100.88, YearlyStart: 21200.29, YearlyChange: -20.62, Settlement: `Cash`, Contract: `Futures`, Region: `Asia Pacific`, Country: `Malaysia`, Risk: `High`, Sector: `Private`, Currency: `PLN`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-08-24`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 130 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soy oil`, Spread: 0.01, Open: 33.26, Price: 33.28, Buy: 33.77, Sell: 33.78, Change: -0.49, ChangePercent: -1.44, Volume: 10592, High: 33.77, Low: 33.06, YearlyHigh: 35.43, YearlyLow: 26.61, YearlyStart: 31.02, YearlyChange: 8.87, Settlement: `Cash`, Contract: `Options`, Region: `Middle East`, Country: `Israel`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-05-21`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 131 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Cotton`, Spread: 0.01, Open: 61.77, Price: 61.02, Buy: 61.77, Sell: 61.77, Change: -0.74, ChangePercent: -1.2, Volume: 3612, High: 62.06, Low: 61.32, YearlyHigh: 67.59, YearlyLow: 54.33, YearlyStart: 60.96, YearlyChange: 1.31, Settlement: `Cash`, Contract: `Futures`, Region: `Asia Pacific`, Country: `Indonesia`, Risk: `High`, Sector: `Government`, Currency: `USD`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-08-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 132 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Silver`, Spread: 0.01, Open: 17.43, Price: 17.09, Buy: 17.43, Sell: 17.43, Change: -0.33, ChangePercent: -1.88, Volume: 11720, High: 17.51, Low: 17.37, YearlyHigh: 18.06, YearlyLow: 13.73, YearlyStart: 15.89, YearlyChange: 9.59, Settlement: `Cash`, Contract: `Swap`, Region: `Middle East`, Country: `Kuwait`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-08-24`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 133 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/CHF`, Spread: 0.02, Open: 1.0337, Price: 1.04, Buy: 1.03, Sell: 1.03, Change: 0, ChangePercent: -0.48, Volume: 5550, High: 1.03, Low: 1.03, YearlyHigh: 1.11, YearlyLow: 0.98, YearlyStart: 1.04, YearlyChange: -0.12, Settlement: `Cash`, Contract: `Swap`, Region: `Africa`, Country: `Morocco`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-03-16`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 134 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Cotton`, Spread: 0.01, Open: 61.77, Price: 62.5, Buy: 61.77, Sell: 61.77, Change: 0.74, ChangePercent: 1.2, Volume: 3612, High: 62.06, Low: 61.32, YearlyHigh: 67.59, YearlyLow: 54.33, YearlyStart: 60.96, YearlyChange: 1.31, Settlement: `Credit`, Contract: `Futures`, Region: `Europe`, Country: `Italy`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `Poor`, Issuer: `FedEx`, Maturity: `2022-06-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 135 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Sugar`, Spread: 0.01, Open: 15.68, Price: 14.68, Buy: 14.67, Sell: 14.68, Change: 0.01, ChangePercent: 0.04, Volume: 4949, High: 15.7, Low: 14.67, YearlyHigh: 16.87, YearlyLow: 11.37, YearlyStart: 14.12, YearlyChange: 3.92, Settlement: `Cash`, Contract: `Futures`, Region: `Asia Pacific`, Country: `Singapore`, Risk: `Low`, Sector: `Government`, Currency: `PLN`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-06-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 136 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Milk`, Spread: 0.01, Open: 12.87, Price: 12.84, Buy: 12.87, Sell: 12.87, Change: -0.02, ChangePercent: -0.12, Volume: 7, High: 12.89, Low: 12.81, YearlyHigh: 16.96, YearlyLow: 12.81, YearlyStart: 14.88, YearlyChange: -13.6, Settlement: `Cash`, Contract: `Forwards`, Region: `Europe`, Country: `Austria`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-04-21`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 137 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Diesel`, Spread: 0.015, Open: 1.3474, Price: 1.37, Buy: 1.35, Sell: 1.35, Change: 0.01, ChangePercent: 0.96, Volume: 2971, High: 1.36, Low: 1.34, YearlyHigh: 2.11, YearlyLow: 0.92, YearlyStart: 1.51, YearlyChange: -10.4, Settlement: `Cash`, Contract: `Swap`, Region: `Africa`, Country: `Ethiopia`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-09-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 138 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `US 10YR Future`, Spread: 0.01, Open: 130.5625, Price: 132.52, Buy: 130.56, Sell: 130.56, Change: 1.94, ChangePercent: 1.48, Volume: 189310, High: 130.63, Low: 130.44, YearlyHigh: 132.64, YearlyLow: 125.48, YearlyStart: 129.06, YearlyChange: 1.18, Settlement: `Cash`, Contract: `Futures`, Region: `Europe`, Country: `Norway`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-03-11`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 139 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Diesel`, Spread: 0.015, Open: 1.3474, Price: 1.35, Buy: 1.35, Sell: 1.35, Change: -0.01, ChangePercent: -0.24, Volume: 2971, High: 1.36, Low: 1.34, YearlyHigh: 2.11, YearlyLow: 0.92, YearlyStart: 1.51, YearlyChange: -10.4, Settlement: `Cash`, Contract: `Options`, Region: `Middle East`, Country: `Syria`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-05-16`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 140 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P Future`, Spread: 0.01, Open: 2057.5, Price: 2052.49, Buy: 2056.6, Sell: 2056.61, Change: -4.11, ChangePercent: -0.2, Volume: 142780, High: 2059.5, Low: 2049, YearlyHigh: 2105.5, YearlyLow: 1794.5, YearlyStart: 1950, YearlyChange: 5.47, Settlement: `Cash`, Contract: `Swap`, Region: `Asia Pacific`, Country: `Azerbaijan`, Risk: `Low`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-05-11`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 141 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `Lean Hogs`, Spread: 0.01, Open: 81.275, Price: 83.45, Buy: 81.81, Sell: 81.82, Change: 1.64, ChangePercent: 2, Volume: 1, High: 81.81, Low: 81.28, YearlyHigh: 83.98, YearlyLow: 70.25, YearlyStart: 77.11, YearlyChange: 6.09, Settlement: `Cash`, Contract: `CFD`, Region: `Europe`, Country: `Croatia`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `High`, Issuer: `FedEx`, Maturity: `2022-07-21`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 142 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `Euro$ 3M`, Spread: 0.01, Open: 99.18, Price: 98.81, Buy: 99.18, Sell: 99.18, Change: -0.36, ChangePercent: -0.36, Volume: 29509, High: 99.18, Low: 99.17, YearlyHigh: 99.38, YearlyLow: 98.41, YearlyStart: 98.89, YearlyChange: 0.28, Settlement: `Cash`, Contract: `Swap`, Region: `Middle East`, Country: `Turkey`, Risk: `Low`, Sector: `Public`, Currency: `EUR`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-03-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 143 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Oil`, Spread: 0.015, Open: 45.54, Price: 46.05, Buy: 45.78, Sell: 45.8, Change: 0.26, ChangePercent: 0.56, Volume: 107196, High: 45.94, Low: 45, YearlyHigh: 65.28, YearlyLow: 30.79, YearlyStart: 48.03, YearlyChange: -4.67, Settlement: `Cash`, Contract: `Futures`, Region: `Africa`, Country: `Tunisia`, Risk: `Low`, Sector: `Government`, Currency: `USD`, Security: `High`, Issuer: `FedEx`, Maturity: `2022-08-24`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 144 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `US 30YR Future`, Spread: 0.01, Open: 164.875, Price: 165.47, Buy: 164.15, Sell: 164.16, Change: 1.31, ChangePercent: 0.8, Volume: 28012, High: 165.25, Low: 164.04, YearlyHigh: 169.38, YearlyLow: 151.47, YearlyStart: 160.43, YearlyChange: 2.33, Settlement: `Cash`, Contract: `Futures`, Region: `Europe`, Country: `Netherlands`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-02-16`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 145 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `US 10YR Future`, Spread: 0.01, Open: 130.5625, Price: 132.67, Buy: 130.56, Sell: 130.56, Change: 2.09, ChangePercent: 1.6, Volume: 189310, High: 130.63, Low: 130.44, YearlyHigh: 132.64, YearlyLow: 125.48, YearlyStart: 129.06, YearlyChange: 1.18, Settlement: `Cash`, Contract: `Futures`, Region: `Middle East`, Country: `Saudi Arabia`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-09-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 146 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Wheat`, Spread: 0.01, Open: 465.5, Price: 465.89, Buy: 465.5, Sell: 465.5, Change: 0.37, ChangePercent: 0.08, Volume: 4318, High: 467, Low: 463.25, YearlyHigh: 628.5, YearlyLow: 449.5, YearlyStart: 539, YearlyChange: -13.63, Settlement: `Credit`, Contract: `Forwards`, Region: `Europe`, Country: `Bulgaria`, Risk: `Low`, Sector: `Public`, Currency: `PLN`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-03-24`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 147 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Uranium`, Spread: 0.02, Open: 27.55, Price: 27.39, Buy: 27.55, Sell: 27.55, Change: -0.19, ChangePercent: -0.68, Volume: 12, High: 27.55, Low: 27.55, YearlyHigh: 29.32, YearlyLow: 21.28, YearlyStart: 25.3, YearlyChange: 9.01, Settlement: `Loan`, Contract: `Options`, Region: `Asia Pacific`, Country: `Indonesia`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-07-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 148 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P MID MINI`, Spread: 0.01, Open: 1454.3, Price: 1446.46, Buy: 1455.78, Sell: 1455.79, Change: -9.32, ChangePercent: -0.64, Volume: 338, High: 1455.78, Low: 1448, YearlyHigh: 1527.3, YearlyLow: 1236, YearlyStart: 1381.65, YearlyChange: 5.37, Settlement: `Credit`, Contract: `Options`, Region: `Asia Pacific`, Country: `Taiwan`, Risk: `Low`, Sector: `Government`, Currency: `USD`, Security: `High`, Issuer: `American Airlines`, Maturity: `2022-08-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 149 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `FD Cattle`, Spread: 0.01, Open: 147.175, Price: 150.09, Buy: 148.6, Sell: 148.61, Change: 1.48, ChangePercent: 1, Volume: 5, High: 148.61, Low: 147.18, YearlyHigh: 190, YearlyLow: 138.1, YearlyStart: 164.05, YearlyChange: -9.41, Settlement: `Loan`, Contract: `Forwards`, Region: `Middle East`, Country: `Saudi Arabia`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-04-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 150 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `OJ Future`, Spread: 0.01, Open: 140.6, Price: 139.52, Buy: 140.18, Sell: 140.19, Change: -0.67, ChangePercent: -0.48, Volume: 7, High: 140.19, Low: 0, YearlyHigh: 155.95, YearlyLow: 113, YearlyStart: 134.47, YearlyChange: 4.25, Settlement: `Credit`, Contract: `Swap`, Region: `Asia Pacific`, Country: `Thailand`, Risk: `Low`, Sector: `Public`, Currency: `USD`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-02-16`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 151 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P 600 MINI`, Spread: 0.01, Open: 687.9, Price: 700.26, Buy: 687.9, Sell: 687.9, Change: 12.38, ChangePercent: 1.8, Volume: 0, High: 0, Low: 0, YearlyHigh: 620.32, YearlyLow: 595.9, YearlyStart: 608.11, YearlyChange: 13.12, Settlement: `Credit`, Contract: `Futures`, Region: `Africa`, Country: `Niger`, Risk: `High`, Sector: `Private`, Currency: `PLN`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-08-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 152 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `Lean Hogs`, Spread: 0.01, Open: 81.275, Price: 80.9, Buy: 81.81, Sell: 81.82, Change: -0.91, ChangePercent: -1.12, Volume: 1, High: 81.81, Low: 81.28, YearlyHigh: 83.98, YearlyLow: 70.25, YearlyStart: 77.11, YearlyChange: 6.09, Settlement: `Cash`, Contract: `Forwards`, Region: `North America`, Country: `United States`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-07-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 153 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Coffee`, Spread: 0.01, Open: 125.7, Price: 126.9, Buy: 125.7, Sell: 125.7, Change: 1.21, ChangePercent: 0.96, Volume: 1654, High: 125.8, Low: 125, YearlyHigh: 155.75, YearlyLow: 115.35, YearlyStart: 135.55, YearlyChange: -7.27, Settlement: `Loan`, Contract: `Swap`, Region: `Middle East`, Country: `Iraq`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-05-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 154 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P MID MINI`, Spread: 0.01, Open: 1454.3, Price: 1440.64, Buy: 1455.78, Sell: 1455.79, Change: -15.14, ChangePercent: -1.04, Volume: 338, High: 1455.78, Low: 1448, YearlyHigh: 1527.3, YearlyLow: 1236, YearlyStart: 1381.65, YearlyChange: 5.37, Settlement: `Credit`, Contract: `Options`, Region: `South America`, Country: `Uruguay`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-04-24`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 155 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `BTC/USD`, Spread: 0.06, Open: 93.88, Price: 20765.56, Buy: 21200.76, Sell: 21400.78, Change: -235.21, ChangePercent: -1.12, Volume: 5788000, High: 22400.05, Low: 20100.75, YearlyHigh: 62400.7, YearlyLow: 15100.88, YearlyStart: 21200.29, YearlyChange: -20.62, Settlement: `Cash`, Contract: `Futures`, Region: `Europe`, Country: `Finland`, Risk: `High`, Sector: `Private`, Currency: `PLN`, Security: `Poor`, Issuer: `FedEx`, Maturity: `2022-05-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 156 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `US 2Y Future`, Spread: 0.01, Open: 109.3984, Price: 108.12, Buy: 109.4, Sell: 109.4, Change: -1.27, ChangePercent: -1.16, Volume: 17742, High: 109.41, Low: 109.38, YearlyHigh: 109.8, YearlyLow: 108.62, YearlyStart: 109.21, YearlyChange: 0.16, Settlement: `Credit`, Contract: `Swap`, Region: `Asia Pacific`, Country: `Azerbaijan`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `High`, Issuer: `American Airlines`, Maturity: `2022-03-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 157 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Gold`, Spread: 0.01, Open: 1281.1, Price: 1273.56, Buy: 1280.73, Sell: 1280.74, Change: -7.17, ChangePercent: -0.56, Volume: 48387, High: 1289.5, Low: 1279.1, YearlyHigh: 1306, YearlyLow: 1047.2, YearlyStart: 1176.6, YearlyChange: 8.85, Settlement: `Cash`, Contract: `CFD`, Region: `Middle East`, Country: `Lebanon`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-04-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 158 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Rice`, Spread: 0.01, Open: 11.245, Price: 10.28, Buy: 10.41, Sell: 10.42, Change: -0.14, ChangePercent: -1.32, Volume: 220, High: 11.38, Low: 10.42, YearlyHigh: 14.14, YearlyLow: 9.7, YearlyStart: 11.92, YearlyChange: -12.62, Settlement: `Cash`, Contract: `Futures`, Region: `Europe`, Country: `Slovakia`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `High`, Issuer: `American Airlines`, Maturity: `2022-04-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 159 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/CHF`, Spread: 0.02, Open: 1.0337, Price: 1.04, Buy: 1.03, Sell: 1.03, Change: 0, ChangePercent: -0.52, Volume: 5550, High: 1.03, Low: 1.03, YearlyHigh: 1.11, YearlyLow: 0.98, YearlyStart: 1.04, YearlyChange: -0.12, Settlement: `Loan`, Contract: `Options`, Region: `Asia Pacific`, Country: `India`, Risk: `Low`, Sector: `Public`, Currency: `PLN`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-03-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 160 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `BTC/USD`, Spread: 0.06, Open: 93.88, Price: 21412.39, Buy: 21200.76, Sell: 21400.78, Change: 411.62, ChangePercent: 1.96, Volume: 5788000, High: 22400.05, Low: 20100.75, YearlyHigh: 62400.7, YearlyLow: 15100.88, YearlyStart: 21200.29, YearlyChange: -20.62, Settlement: `Loan`, Contract: `Options`, Region: `Middle East`, Country: `Israel`, Risk: `Low`, Sector: `Public`, Currency: `USD`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-04-16`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 161 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `GBP/USD`, Spread: 0.02, Open: 1.4464, Price: 1.18, Buy: 1.18, Sell: 1.2, Change: -0.01, ChangePercent: -0.96, Volume: 29450, High: 1.45, Low: 1.19, YearlyHigh: 1.59, YearlyLow: 1.19, YearlyStart: 1.49, YearlyChange: -19.59, Settlement: `Cash`, Contract: `Futures`, Region: `Europe`, Country: `Ireland`, Risk: `High`, Sector: `Government`, Currency: `USD`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-08-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 162 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `US 2Y Future`, Spread: 0.01, Open: 109.3984, Price: 108.69, Buy: 109.4, Sell: 109.4, Change: -0.7, ChangePercent: -0.64, Volume: 17742, High: 109.41, Low: 109.38, YearlyHigh: 109.8, YearlyLow: 108.62, YearlyStart: 109.21, YearlyChange: 0.16, Settlement: `Credit`, Contract: `Swap`, Region: `South America`, Country: `Paraguay`, Risk: `High`, Sector: `Public`, Currency: `USD`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-06-22`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 163 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `Euro$ 3M`, Spread: 0.01, Open: 99.18, Price: 97.23, Buy: 99.18, Sell: 99.18, Change: -1.94, ChangePercent: -1.96, Volume: 29509, High: 99.18, Low: 99.17, YearlyHigh: 99.38, YearlyLow: 98.41, YearlyStart: 98.89, YearlyChange: 0.28, Settlement: `Loan`, Contract: `Options`, Region: `Middle East`, Country: `UAE`, Risk: `Low`, Sector: `Public`, Currency: `PLN`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-06-21`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 164 }), + new FinancialDataAllItem({ Category: `Index`, Type: `DOW Future`, Spread: 0.01, Open: 17711, Price: 17697.98, Buy: 17712.15, Sell: 17712.16, Change: -14.17, ChangePercent: -0.08, Volume: 22236, High: 17727, Low: 17642, YearlyHigh: 18083, YearlyLow: 15299, YearlyStart: 16691, YearlyChange: 6.12, Settlement: `Credit`, Contract: `Swap`, Region: `Asia Pacific`, Country: `India`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-02-23`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 165 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/CAD`, Spread: 0.02, Open: 0.7744, Price: 0.94, Buy: 0.94, Sell: 0.96, Change: -0.01, ChangePercent: -1.72, Volume: 13669, High: 0.95, Low: 0.77, YearlyHigh: 0.95, YearlyLow: 0.68, YearlyStart: 0.76, YearlyChange: 26.43, Settlement: `Cash`, Contract: `Options`, Region: `Middle East`, Country: `Saudi Arabia`, Risk: `Low`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-06-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 166 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Gold`, Spread: 0.01, Open: 1281.1, Price: 1264.34, Buy: 1280.73, Sell: 1280.74, Change: -16.39, ChangePercent: -1.28, Volume: 48387, High: 1289.5, Low: 1279.1, YearlyHigh: 1306, YearlyLow: 1047.2, YearlyStart: 1176.6, YearlyChange: 8.85, Settlement: `Loan`, Contract: `Swap`, Region: `Europe`, Country: `Norway`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-08-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 167 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/JPY`, Spread: 0.02, Open: 9275.5, Price: 9370.11, Buy: 9277.32, Sell: 9277.34, Change: 92.78, ChangePercent: 1, Volume: 47734, High: 9277.33, Low: 0.93, YearlyHigh: 9483, YearlyLow: 0.93, YearlyStart: 4741.97, YearlyChange: 95.64, Settlement: `Cash`, Contract: `Futures`, Region: `Middle East`, Country: `Syria`, Risk: `High`, Sector: `Government`, Currency: `USD`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-01-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 168 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `US 2Y Future`, Spread: 0.01, Open: 109.3984, Price: 108.86, Buy: 109.4, Sell: 109.4, Change: -0.53, ChangePercent: -0.48, Volume: 17742, High: 109.41, Low: 109.38, YearlyHigh: 109.8, YearlyLow: 108.62, YearlyStart: 109.21, YearlyChange: 0.16, Settlement: `Cash`, Contract: `Forwards`, Region: `Asia Pacific`, Country: `Malaysia`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-08-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 169 }), + new FinancialDataAllItem({ Category: `Index`, Type: `NAS Future`, Spread: 0.01, Open: 4341.25, Price: 4398.58, Buy: 4341.25, Sell: 4341.25, Change: 57.3, ChangePercent: 1.32, Volume: 18259, High: 4347, Low: 4318, YearlyHigh: 4719.75, YearlyLow: 3867.75, YearlyStart: 4293.75, YearlyChange: 1.11, Settlement: `Credit`, Contract: `Options`, Region: `Middle East`, Country: `Iraq`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `High`, Issuer: `FedEx`, Maturity: `2022-08-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 170 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/JPY`, Spread: 0.02, Open: 9275.5, Price: 9303.31, Buy: 9277.32, Sell: 9277.34, Change: 25.98, ChangePercent: 0.28, Volume: 47734, High: 9277.33, Low: 0.93, YearlyHigh: 9483, YearlyLow: 0.93, YearlyStart: 4741.97, YearlyChange: 95.64, Settlement: `Credit`, Contract: `Swap`, Region: `Middle East`, Country: `Syria`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-03-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 171 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Natural Gas`, Spread: 0.02, Open: 2.094, Price: 2.07, Buy: 2.09, Sell: 2.09, Change: -0.03, ChangePercent: -1.6, Volume: 2783, High: 2.11, Low: 2.09, YearlyHigh: 3.2, YearlyLow: 1.84, YearlyStart: 2.52, YearlyChange: -16.51, Settlement: `Credit`, Contract: `Futures`, Region: `Asia Pacific`, Country: `Australia`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-03-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 172 }), + new FinancialDataAllItem({ Category: `Index`, Type: `NAS Future`, Spread: 0.01, Open: 4341.25, Price: 4402.06, Buy: 4341.25, Sell: 4341.25, Change: 60.78, ChangePercent: 1.4, Volume: 18259, High: 4347, Low: 4318, YearlyHigh: 4719.75, YearlyLow: 3867.75, YearlyStart: 4293.75, YearlyChange: 1.11, Settlement: `Cash`, Contract: `Options`, Region: `Africa`, Country: `Senegal`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-05-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 173 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Copper`, Spread: 0.02, Open: 2.123, Price: 2.14, Buy: 2.12, Sell: 2.12, Change: 0.03, ChangePercent: 1.16, Volume: 28819, High: 2.16, Low: 2.11, YearlyHigh: 2.94, YearlyLow: 1.96, YearlyStart: 2.45, YearlyChange: -13.76, Settlement: `Cash`, Contract: `Swap`, Region: `North America`, Country: `United States`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-05-19`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 174 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Milk`, Spread: 0.01, Open: 12.87, Price: 12.92, Buy: 12.87, Sell: 12.87, Change: 0.06, ChangePercent: 0.48, Volume: 7, High: 12.89, Low: 12.81, YearlyHigh: 16.96, YearlyLow: 12.81, YearlyStart: 14.88, YearlyChange: -13.6, Settlement: `Loan`, Contract: `Swap`, Region: `Asia Pacific`, Country: `Pakistan`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-09-21`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 175 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Cotton`, Spread: 0.01, Open: 61.77, Price: 61.19, Buy: 61.77, Sell: 61.77, Change: -0.57, ChangePercent: -0.92, Volume: 3612, High: 62.06, Low: 61.32, YearlyHigh: 67.59, YearlyLow: 54.33, YearlyStart: 60.96, YearlyChange: 1.31, Settlement: `Cash`, Contract: `Futures`, Region: `Europe`, Country: `Czechia`, Risk: `Low`, Sector: `Government`, Currency: `PLN`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-07-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 176 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Lumber`, Spread: 0.01, Open: 303.9, Price: 302.28, Buy: 304.59, Sell: 304.6, Change: -2.32, ChangePercent: -0.76, Volume: 2, High: 304.6, Low: 303.9, YearlyHigh: 317.1, YearlyLow: 236, YearlyStart: 276.55, YearlyChange: 10.14, Settlement: `Credit`, Contract: `CFD`, Region: `Africa`, Country: `Algeria`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-03-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 177 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Diesel`, Spread: 0.015, Open: 1.3474, Price: 1.34, Buy: 1.35, Sell: 1.35, Change: -0.02, ChangePercent: -1.32, Volume: 2971, High: 1.36, Low: 1.34, YearlyHigh: 2.11, YearlyLow: 0.92, YearlyStart: 1.51, YearlyChange: -10.4, Settlement: `Cash`, Contract: `Swap`, Region: `Africa`, Country: `Algeria`, Risk: `Low`, Sector: `Public`, Currency: `EUR`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-07-22`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 178 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Cocoa`, Spread: 0.01, Open: 3076, Price: 3077.26, Buy: 3076, Sell: 3076, Change: 1.23, ChangePercent: 0.04, Volume: 978, High: 3078, Low: 3066, YearlyHigh: 3406, YearlyLow: 2746, YearlyStart: 3076, YearlyChange: 0, Settlement: `Credit`, Contract: `Options`, Region: `Europe`, Country: `Italy`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-04-22`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 179 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `Euro$ 3M`, Spread: 0.01, Open: 99.18, Price: 97.94, Buy: 99.18, Sell: 99.18, Change: -1.23, ChangePercent: -1.24, Volume: 29509, High: 99.18, Low: 99.17, YearlyHigh: 99.38, YearlyLow: 98.41, YearlyStart: 98.89, YearlyChange: 0.28, Settlement: `Loan`, Contract: `Swap`, Region: `South America`, Country: `Venezuela`, Risk: `Low`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-03-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 180 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Coffee`, Spread: 0.01, Open: 125.7, Price: 124.63, Buy: 125.7, Sell: 125.7, Change: -1.06, ChangePercent: -0.84, Volume: 1654, High: 125.8, Low: 125, YearlyHigh: 155.75, YearlyLow: 115.35, YearlyStart: 135.55, YearlyChange: -7.27, Settlement: `Credit`, Contract: `Options`, Region: `Asia Pacific`, Country: `India`, Risk: `Low`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-05-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 181 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Cotton`, Spread: 0.01, Open: 61.77, Price: 60.77, Buy: 61.77, Sell: 61.77, Change: -0.99, ChangePercent: -1.6, Volume: 3612, High: 62.06, Low: 61.32, YearlyHigh: 67.59, YearlyLow: 54.33, YearlyStart: 60.96, YearlyChange: 1.31, Settlement: `Cash`, Contract: `Options`, Region: `Asia Pacific`, Country: `Japan`, Risk: `Low`, Sector: `Public`, Currency: `USD`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-02-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 182 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Diesel`, Spread: 0.015, Open: 1.3474, Price: 1.36, Buy: 1.35, Sell: 1.35, Change: 0, ChangePercent: -0.08, Volume: 2971, High: 1.36, Low: 1.34, YearlyHigh: 2.11, YearlyLow: 0.92, YearlyStart: 1.51, YearlyChange: -10.4, Settlement: `Loan`, Contract: `Futures`, Region: `Middle East`, Country: `Israel`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-02-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 183 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Silver`, Spread: 0.01, Open: 17.43, Price: 17.43, Buy: 17.43, Sell: 17.43, Change: 0.01, ChangePercent: 0.08, Volume: 11720, High: 17.51, Low: 17.37, YearlyHigh: 18.06, YearlyLow: 13.73, YearlyStart: 15.89, YearlyChange: 9.59, Settlement: `Credit`, Contract: `Swap`, Region: `Africa`, Country: `Senegal`, Risk: `High`, Sector: `Private`, Currency: `PLN`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-04-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 184 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `Lean Hogs`, Spread: 0.01, Open: 81.275, Price: 80.64, Buy: 81.81, Sell: 81.82, Change: -1.17, ChangePercent: -1.44, Volume: 1, High: 81.81, Low: 81.28, YearlyHigh: 83.98, YearlyLow: 70.25, YearlyStart: 77.11, YearlyChange: 6.09, Settlement: `Loan`, Contract: `Futures`, Region: `Europe`, Country: `Romania`, Risk: `High`, Sector: `Public`, Currency: `PLN`, Security: `Poor`, Issuer: `FedEx`, Maturity: `2022-07-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 185 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Oil`, Spread: 0.015, Open: 45.54, Price: 45.59, Buy: 45.78, Sell: 45.8, Change: -0.2, ChangePercent: -0.44, Volume: 107196, High: 45.94, Low: 45, YearlyHigh: 65.28, YearlyLow: 30.79, YearlyStart: 48.03, YearlyChange: -4.67, Settlement: `Cash`, Contract: `Futures`, Region: `Africa`, Country: `Egypt`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-02-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 186 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P MID MINI`, Spread: 0.01, Open: 1454.3, Price: 1443.55, Buy: 1455.78, Sell: 1455.79, Change: -12.23, ChangePercent: -0.84, Volume: 338, High: 1455.78, Low: 1448, YearlyHigh: 1527.3, YearlyLow: 1236, YearlyStart: 1381.65, YearlyChange: 5.37, Settlement: `Loan`, Contract: `Options`, Region: `Asia Pacific`, Country: `Taiwan`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-02-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 187 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Silver`, Spread: 0.01, Open: 17.43, Price: 17.09, Buy: 17.43, Sell: 17.43, Change: -0.33, ChangePercent: -1.88, Volume: 11720, High: 17.51, Low: 17.37, YearlyHigh: 18.06, YearlyLow: 13.73, YearlyStart: 15.89, YearlyChange: 9.59, Settlement: `Credit`, Contract: `CFD`, Region: `Africa`, Country: `Cameroon`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-06-22`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 188 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Lumber`, Spread: 0.01, Open: 303.9, Price: 310.08, Buy: 304.59, Sell: 304.6, Change: 5.48, ChangePercent: 1.8, Volume: 2, High: 304.6, Low: 303.9, YearlyHigh: 317.1, YearlyLow: 236, YearlyStart: 276.55, YearlyChange: 10.14, Settlement: `Cash`, Contract: `Options`, Region: `Asia Pacific`, Country: `India`, Risk: `High`, Sector: `Private`, Currency: `PLN`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-07-22`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 189 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `GBP/USD`, Spread: 0.02, Open: 1.4464, Price: 1.17, Buy: 1.18, Sell: 1.2, Change: -0.02, ChangePercent: -1.6, Volume: 29450, High: 1.45, Low: 1.19, YearlyHigh: 1.59, YearlyLow: 1.19, YearlyStart: 1.49, YearlyChange: -19.59, Settlement: `Loan`, Contract: `Swap`, Region: `Europe`, Country: `Poland`, Risk: `High`, Sector: `Government`, Currency: `USD`, Security: `High`, Issuer: `FedEx`, Maturity: `2022-08-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 190 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soybean`, Spread: 0.01, Open: 1038, Price: 1042.77, Buy: 1038.61, Sell: 1038.62, Change: 4.15, ChangePercent: 0.4, Volume: 20356, High: 1044, Low: 1031.75, YearlyHigh: 1057, YearlyLow: 859.5, YearlyStart: 958.25, YearlyChange: 8.39, Settlement: `Credit`, Contract: `Forwards`, Region: `Middle East`, Country: `Lebanon`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-02-11`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 191 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Coal`, Spread: 0.015, Open: 0.4363, Price: 0.42, Buy: 0.44, Sell: 0.44, Change: 0, ChangePercent: 1.84, Volume: 3, High: 0.44, Low: 0.44, YearlyHigh: 0.48, YearlyLow: 0.4, YearlyStart: 0.44, YearlyChange: -5.33, Settlement: `Cash`, Contract: `Swap`, Region: `Middle East`, Country: `Israel`, Risk: `High`, Sector: `Public`, Currency: `USD`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-06-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 192 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Cocoa`, Spread: 0.01, Open: 3076, Price: 3136.32, Buy: 3076, Sell: 3076, Change: 60.29, ChangePercent: 1.96, Volume: 978, High: 3078, Low: 3066, YearlyHigh: 3406, YearlyLow: 2746, YearlyStart: 3076, YearlyChange: 0, Settlement: `Cash`, Contract: `Forwards`, Region: `Middle East`, Country: `Lebanon`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-02-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 193 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `US 2Y Future`, Spread: 0.01, Open: 109.3984, Price: 108.95, Buy: 109.4, Sell: 109.4, Change: -0.44, ChangePercent: -0.4, Volume: 17742, High: 109.41, Low: 109.38, YearlyHigh: 109.8, YearlyLow: 108.62, YearlyStart: 109.21, YearlyChange: 0.16, Settlement: `Loan`, Contract: `Swap`, Region: `Asia Pacific`, Country: `Singapore`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-01-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 194 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `Lean Hogs`, Spread: 0.01, Open: 81.275, Price: 81.26, Buy: 81.81, Sell: 81.82, Change: -0.55, ChangePercent: -0.68, Volume: 1, High: 81.81, Low: 81.28, YearlyHigh: 83.98, YearlyLow: 70.25, YearlyStart: 77.11, YearlyChange: 6.09, Settlement: `Credit`, Contract: `Futures`, Region: `Middle East`, Country: `Israel`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-03-24`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 195 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/CHF`, Spread: 0.02, Open: 1.0337, Price: 1.03, Buy: 1.03, Sell: 1.03, Change: -0.01, ChangePercent: -0.92, Volume: 5550, High: 1.03, Low: 1.03, YearlyHigh: 1.11, YearlyLow: 0.98, YearlyStart: 1.04, YearlyChange: -0.12, Settlement: `Cash`, Contract: `Futures`, Region: `Asia Pacific`, Country: `Australia`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `Poor`, Issuer: `American Airlines`, Maturity: `2022-04-10`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 196 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `FD Cattle`, Spread: 0.01, Open: 147.175, Price: 146.17, Buy: 148.6, Sell: 148.61, Change: -2.44, ChangePercent: -1.64, Volume: 5, High: 148.61, Low: 147.18, YearlyHigh: 190, YearlyLow: 138.1, YearlyStart: 164.05, YearlyChange: -9.41, Settlement: `Credit`, Contract: `Options`, Region: `Europe`, Country: `Austria`, Risk: `High`, Sector: `Public`, Currency: `USD`, Security: `Poor`, Issuer: `FedEx`, Maturity: `2022-06-11`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 197 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Diesel`, Spread: 0.015, Open: 1.3474, Price: 1.33, Buy: 1.35, Sell: 1.35, Change: -0.03, ChangePercent: -1.92, Volume: 2971, High: 1.36, Low: 1.34, YearlyHigh: 2.11, YearlyLow: 0.92, YearlyStart: 1.51, YearlyChange: -10.4, Settlement: `Credit`, Contract: `Forwards`, Region: `Africa`, Country: `Ethiopia`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-03-10`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 198 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `OJ Future`, Spread: 0.01, Open: 140.6, Price: 140.86, Buy: 140.18, Sell: 140.19, Change: 0.67, ChangePercent: 0.48, Volume: 7, High: 140.19, Low: 0, YearlyHigh: 155.95, YearlyLow: 113, YearlyStart: 134.47, YearlyChange: 4.25, Settlement: `Credit`, Contract: `Futures`, Region: `Middle East`, Country: `Bahrain`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `High`, Issuer: `American Airlines`, Maturity: `2022-04-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 199 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Coffee`, Spread: 0.01, Open: 125.7, Price: 126.65, Buy: 125.7, Sell: 125.7, Change: 0.96, ChangePercent: 0.76, Volume: 1654, High: 125.8, Low: 125, YearlyHigh: 155.75, YearlyLow: 115.35, YearlyStart: 135.55, YearlyChange: -7.27, Settlement: `Cash`, Contract: `Futures`, Region: `Middle East`, Country: `Turkey`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-03-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 200 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `FD Cattle`, Spread: 0.01, Open: 147.175, Price: 147.77, Buy: 148.6, Sell: 148.61, Change: -0.84, ChangePercent: -0.56, Volume: 5, High: 148.61, Low: 147.18, YearlyHigh: 190, YearlyLow: 138.1, YearlyStart: 164.05, YearlyChange: -9.41, Settlement: `Credit`, Contract: `Swap`, Region: `Africa`, Country: `Ethiopia`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-06-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 201 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Copper`, Spread: 0.02, Open: 2.123, Price: 2.11, Buy: 2.12, Sell: 2.12, Change: 0, ChangePercent: -0.08, Volume: 28819, High: 2.16, Low: 2.11, YearlyHigh: 2.94, YearlyLow: 1.96, YearlyStart: 2.45, YearlyChange: -13.76, Settlement: `Loan`, Contract: `Futures`, Region: `Asia Pacific`, Country: `Taiwan`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `High`, Issuer: `FedEx`, Maturity: `2022-02-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 202 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Wheat`, Spread: 0.01, Open: 465.5, Price: 459.38, Buy: 465.5, Sell: 465.5, Change: -6.14, ChangePercent: -1.32, Volume: 4318, High: 467, Low: 463.25, YearlyHigh: 628.5, YearlyLow: 449.5, YearlyStart: 539, YearlyChange: -13.63, Settlement: `Credit`, Contract: `Swap`, Region: `Africa`, Country: `Algeria`, Risk: `Low`, Sector: `Government`, Currency: `PLN`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-07-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 203 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `Euro$ 3M`, Spread: 0.01, Open: 99.18, Price: 100.16, Buy: 99.18, Sell: 99.18, Change: 0.99, ChangePercent: 1, Volume: 29509, High: 99.18, Low: 99.17, YearlyHigh: 99.38, YearlyLow: 98.41, YearlyStart: 98.89, YearlyChange: 0.28, Settlement: `Loan`, Contract: `Options`, Region: `Africa`, Country: `Egypt`, Risk: `Low`, Sector: `Government`, Currency: `PLN`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-03-23`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 204 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `US 2Y Future`, Spread: 0.01, Open: 109.3984, Price: 108.78, Buy: 109.4, Sell: 109.4, Change: -0.61, ChangePercent: -0.56, Volume: 17742, High: 109.41, Low: 109.38, YearlyHigh: 109.8, YearlyLow: 108.62, YearlyStart: 109.21, YearlyChange: 0.16, Settlement: `Credit`, Contract: `Forwards`, Region: `Middle East`, Country: `Bahrain`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `High`, Issuer: `FedEx`, Maturity: `2022-03-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 205 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Ethanol`, Spread: 0.01, Open: 1.512, Price: 2.8, Buy: 2.75, Sell: 2.76, Change: 0.05, ChangePercent: 1.84, Volume: 14, High: 2.75, Low: 1.12, YearlyHigh: 2.75, YearlyLow: 1.12, YearlyStart: 1.48, YearlyChange: 86.7, Settlement: `Credit`, Contract: `Futures`, Region: `Africa`, Country: `South Africa`, Risk: `Low`, Sector: `Public`, Currency: `EUR`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-05-22`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 206 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Sugar`, Spread: 0.01, Open: 15.68, Price: 14.54, Buy: 14.67, Sell: 14.68, Change: -0.13, ChangePercent: -0.92, Volume: 4949, High: 15.7, Low: 14.67, YearlyHigh: 16.87, YearlyLow: 11.37, YearlyStart: 14.12, YearlyChange: 3.92, Settlement: `Credit`, Contract: `Swap`, Region: `Europe`, Country: `Slovenia`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-06-21`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 207 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Wheat`, Spread: 0.01, Open: 465.5, Price: 472.04, Buy: 465.5, Sell: 465.5, Change: 6.52, ChangePercent: 1.4, Volume: 4318, High: 467, Low: 463.25, YearlyHigh: 628.5, YearlyLow: 449.5, YearlyStart: 539, YearlyChange: -13.63, Settlement: `Loan`, Contract: `Options`, Region: `Africa`, Country: `Ethiopia`, Risk: `High`, Sector: `Public`, Currency: `USD`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-05-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 208 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P 600 MINI`, Spread: 0.01, Open: 687.9, Price: 698.89, Buy: 687.9, Sell: 687.9, Change: 11.01, ChangePercent: 1.6, Volume: 0, High: 0, Low: 0, YearlyHigh: 620.32, YearlyLow: 595.9, YearlyStart: 608.11, YearlyChange: 13.12, Settlement: `Loan`, Contract: `Swap`, Region: `North America`, Country: `Mexico`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-02-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 209 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/JPY`, Spread: 0.02, Open: 9275.5, Price: 9299.6, Buy: 9277.32, Sell: 9277.34, Change: 22.27, ChangePercent: 0.24, Volume: 47734, High: 9277.33, Low: 0.93, YearlyHigh: 9483, YearlyLow: 0.93, YearlyStart: 4741.97, YearlyChange: 95.64, Settlement: `Cash`, Contract: `Options`, Region: `Europe`, Country: `Netherlands`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-05-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 210 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `US 2Y Future`, Spread: 0.01, Open: 109.3984, Price: 110.48, Buy: 109.4, Sell: 109.4, Change: 1.09, ChangePercent: 1, Volume: 17742, High: 109.41, Low: 109.38, YearlyHigh: 109.8, YearlyLow: 108.62, YearlyStart: 109.21, YearlyChange: 0.16, Settlement: `Loan`, Contract: `Futures`, Region: `Europe`, Country: `Greece`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-03-11`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 211 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/CHF`, Spread: 0.02, Open: 1.0337, Price: 1.04, Buy: 1.03, Sell: 1.03, Change: 0, ChangePercent: 0.12, Volume: 5550, High: 1.03, Low: 1.03, YearlyHigh: 1.11, YearlyLow: 0.98, YearlyStart: 1.04, YearlyChange: -0.12, Settlement: `Credit`, Contract: `Futures`, Region: `Asia Pacific`, Country: `Taiwan`, Risk: `High`, Sector: `Government`, Currency: `PLN`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-04-21`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 212 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soybean`, Spread: 0.01, Open: 1038, Price: 1039.86, Buy: 1038.61, Sell: 1038.62, Change: 1.24, ChangePercent: 0.12, Volume: 20356, High: 1044, Low: 1031.75, YearlyHigh: 1057, YearlyLow: 859.5, YearlyStart: 958.25, YearlyChange: 8.39, Settlement: `Cash`, Contract: `Futures`, Region: `Asia Pacific`, Country: `Korea`, Risk: `Low`, Sector: `Government`, Currency: `PLN`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-02-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 213 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Gold`, Spread: 0.01, Open: 1281.1, Price: 1304.3, Buy: 1280.73, Sell: 1280.74, Change: 23.57, ChangePercent: 1.84, Volume: 48387, High: 1289.5, Low: 1279.1, YearlyHigh: 1306, YearlyLow: 1047.2, YearlyStart: 1176.6, YearlyChange: 8.85, Settlement: `Loan`, Contract: `Futures`, Region: `Europe`, Country: `Czechia`, Risk: `High`, Sector: `Government`, Currency: `PLN`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-09-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 214 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/CHF`, Spread: 0.02, Open: 1.0337, Price: 1.05, Buy: 1.03, Sell: 1.03, Change: 0.01, ChangePercent: 0.4, Volume: 5550, High: 1.03, Low: 1.03, YearlyHigh: 1.11, YearlyLow: 0.98, YearlyStart: 1.04, YearlyChange: -0.12, Settlement: `Cash`, Contract: `Swap`, Region: `Europe`, Country: `Austria`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-09-16`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 215 }), + new FinancialDataAllItem({ Category: `Index`, Type: `DOW Future`, Spread: 0.01, Open: 17711, Price: 17464.18, Buy: 17712.15, Sell: 17712.16, Change: -247.97, ChangePercent: -1.4, Volume: 22236, High: 17727, Low: 17642, YearlyHigh: 18083, YearlyLow: 15299, YearlyStart: 16691, YearlyChange: 6.12, Settlement: `Cash`, Contract: `Options`, Region: `Middle East`, Country: `Iraq`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-06-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 216 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Coffee`, Spread: 0.01, Open: 125.7, Price: 125.59, Buy: 125.7, Sell: 125.7, Change: -0.1, ChangePercent: -0.08, Volume: 1654, High: 125.8, Low: 125, YearlyHigh: 155.75, YearlyLow: 115.35, YearlyStart: 135.55, YearlyChange: -7.27, Settlement: `Cash`, Contract: `Swap`, Region: `South America`, Country: `Colombia`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-08-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 217 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/CAD`, Spread: 0.02, Open: 0.7744, Price: 0.95, Buy: 0.94, Sell: 0.96, Change: 0, ChangePercent: -0.16, Volume: 13669, High: 0.95, Low: 0.77, YearlyHigh: 0.95, YearlyLow: 0.68, YearlyStart: 0.76, YearlyChange: 26.43, Settlement: `Loan`, Contract: `Options`, Region: `Africa`, Country: `Ethiopia`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `Poor`, Issuer: `American Airlines`, Maturity: `2022-06-24`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 218 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Corn`, Spread: 0.01, Open: 379.5, Price: 375.24, Buy: 379.8, Sell: 379.81, Change: -4.56, ChangePercent: -1.2, Volume: 11266, High: 381, Low: 377.75, YearlyHigh: 471.25, YearlyLow: 351.25, YearlyStart: 411.25, YearlyChange: -7.65, Settlement: `Credit`, Contract: `Futures`, Region: `Europe`, Country: `Slovenia`, Risk: `High`, Sector: `Public`, Currency: `USD`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-04-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 219 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Diesel`, Spread: 0.015, Open: 1.3474, Price: 1.36, Buy: 1.35, Sell: 1.35, Change: 0, ChangePercent: 0.44, Volume: 2971, High: 1.36, Low: 1.34, YearlyHigh: 2.11, YearlyLow: 0.92, YearlyStart: 1.51, YearlyChange: -10.4, Settlement: `Loan`, Contract: `Options`, Region: `Asia Pacific`, Country: `Taiwan`, Risk: `High`, Sector: `Government`, Currency: `PLN`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-03-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 220 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/CHF`, Spread: 0.02, Open: 1.0337, Price: 1.05, Buy: 1.03, Sell: 1.03, Change: 0.01, ChangePercent: 0.68, Volume: 5550, High: 1.03, Low: 1.03, YearlyHigh: 1.11, YearlyLow: 0.98, YearlyStart: 1.04, YearlyChange: -0.12, Settlement: `Loan`, Contract: `Forwards`, Region: `Europe`, Country: `Greece`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-09-19`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 221 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Coal`, Spread: 0.015, Open: 0.4363, Price: 0.42, Buy: 0.44, Sell: 0.44, Change: 0, ChangePercent: 0.88, Volume: 3, High: 0.44, Low: 0.44, YearlyHigh: 0.48, YearlyLow: 0.4, YearlyStart: 0.44, YearlyChange: -5.33, Settlement: `Loan`, Contract: `Swap`, Region: `North America`, Country: `United States`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-04-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 222 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P Future`, Spread: 0.01, Open: 2057.5, Price: 2043.44, Buy: 2056.6, Sell: 2056.61, Change: -13.16, ChangePercent: -0.64, Volume: 142780, High: 2059.5, Low: 2049, YearlyHigh: 2105.5, YearlyLow: 1794.5, YearlyStart: 1950, YearlyChange: 5.47, Settlement: `Cash`, Contract: `Options`, Region: `Europe`, Country: `Austria`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-06-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 223 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Diesel`, Spread: 0.015, Open: 1.3474, Price: 1.34, Buy: 1.35, Sell: 1.35, Change: -0.02, ChangePercent: -1.6, Volume: 2971, High: 1.36, Low: 1.34, YearlyHigh: 2.11, YearlyLow: 0.92, YearlyStart: 1.51, YearlyChange: -10.4, Settlement: `Loan`, Contract: `Swap`, Region: `Europe`, Country: `Germany`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-04-10`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 224 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P 600 MINI`, Spread: 0.01, Open: 687.9, Price: 692.56, Buy: 687.9, Sell: 687.9, Change: 4.68, ChangePercent: 0.68, Volume: 0, High: 0, Low: 0, YearlyHigh: 620.32, YearlyLow: 595.9, YearlyStart: 608.11, YearlyChange: 13.12, Settlement: `Cash`, Contract: `Futures`, Region: `Middle East`, Country: `Israel`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `FedEx`, Maturity: `2022-05-11`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 225 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Ethanol`, Spread: 0.01, Open: 1.512, Price: 2.71, Buy: 2.75, Sell: 2.76, Change: -0.04, ChangePercent: -1.56, Volume: 14, High: 2.75, Low: 1.12, YearlyHigh: 2.75, YearlyLow: 1.12, YearlyStart: 1.48, YearlyChange: 86.7, Settlement: `Cash`, Contract: `Futures`, Region: `South America`, Country: `Paraguay`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-08-22`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 226 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `OJ Future`, Spread: 0.01, Open: 140.6, Price: 138.84, Buy: 140.18, Sell: 140.19, Change: -1.35, ChangePercent: -0.96, Volume: 7, High: 140.19, Low: 0, YearlyHigh: 155.95, YearlyLow: 113, YearlyStart: 134.47, YearlyChange: 4.25, Settlement: `Cash`, Contract: `Forwards`, Region: `Asia Pacific`, Country: `China`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-03-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 227 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Gold`, Spread: 0.01, Open: 1281.1, Price: 1302.76, Buy: 1280.73, Sell: 1280.74, Change: 22.03, ChangePercent: 1.72, Volume: 48387, High: 1289.5, Low: 1279.1, YearlyHigh: 1306, YearlyLow: 1047.2, YearlyStart: 1176.6, YearlyChange: 8.85, Settlement: `Cash`, Contract: `Options`, Region: `Europe`, Country: `Slovenia`, Risk: `Low`, Sector: `Public`, Currency: `USD`, Security: `High`, Issuer: `FedEx`, Maturity: `2022-04-24`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 228 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Cotton`, Spread: 0.01, Open: 61.77, Price: 60.62, Buy: 61.77, Sell: 61.77, Change: -1.14, ChangePercent: -1.84, Volume: 3612, High: 62.06, Low: 61.32, YearlyHigh: 67.59, YearlyLow: 54.33, YearlyStart: 60.96, YearlyChange: 1.31, Settlement: `Loan`, Contract: `Options`, Region: `Europe`, Country: `Sweden`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `FedEx`, Maturity: `2022-05-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 229 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `OJ Future`, Spread: 0.01, Open: 140.6, Price: 139.07, Buy: 140.18, Sell: 140.19, Change: -1.12, ChangePercent: -0.8, Volume: 7, High: 140.19, Low: 0, YearlyHigh: 155.95, YearlyLow: 113, YearlyStart: 134.47, YearlyChange: 4.25, Settlement: `Cash`, Contract: `CFD`, Region: `Africa`, Country: `Senegal`, Risk: `High`, Sector: `Public`, Currency: `USD`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-02-22`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 230 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `US 10YR Future`, Spread: 0.01, Open: 130.5625, Price: 128.6, Buy: 130.56, Sell: 130.56, Change: -1.98, ChangePercent: -1.52, Volume: 189310, High: 130.63, Low: 130.44, YearlyHigh: 132.64, YearlyLow: 125.48, YearlyStart: 129.06, YearlyChange: 1.18, Settlement: `Cash`, Contract: `Futures`, Region: `Europe`, Country: `Austria`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-06-19`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 231 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soybean`, Spread: 0.01, Open: 1038, Price: 1049.83, Buy: 1038.61, Sell: 1038.62, Change: 11.21, ChangePercent: 1.08, Volume: 20356, High: 1044, Low: 1031.75, YearlyHigh: 1057, YearlyLow: 859.5, YearlyStart: 958.25, YearlyChange: 8.39, Settlement: `Cash`, Contract: `Options`, Region: `Asia Pacific`, Country: `Singapore`, Risk: `High`, Sector: `Government`, Currency: `USD`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-06-23`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 232 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Cocoa`, Spread: 0.01, Open: 3076, Price: 3055.11, Buy: 3076, Sell: 3076, Change: -20.92, ChangePercent: -0.68, Volume: 978, High: 3078, Low: 3066, YearlyHigh: 3406, YearlyLow: 2746, YearlyStart: 3076, YearlyChange: 0, Settlement: `Cash`, Contract: `Futures`, Region: `Middle East`, Country: `Qatar`, Risk: `High`, Sector: `Private`, Currency: `PLN`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-05-22`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 233 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Uranium`, Spread: 0.02, Open: 27.55, Price: 27.36, Buy: 27.55, Sell: 27.55, Change: -0.22, ChangePercent: -0.8, Volume: 12, High: 27.55, Low: 27.55, YearlyHigh: 29.32, YearlyLow: 21.28, YearlyStart: 25.3, YearlyChange: 9.01, Settlement: `Cash`, Contract: `CFD`, Region: `South America`, Country: `Chile`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `American Airlines`, Maturity: `2022-04-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 234 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soy Meat`, Spread: 0.01, Open: 342.6, Price: 339.19, Buy: 342.6, Sell: 342.6, Change: -3.43, ChangePercent: -1, Volume: 5646, High: 345.4, Low: 340.3, YearlyHigh: 353.4, YearlyLow: 261.7, YearlyStart: 307.55, YearlyChange: 11.4, Settlement: `Loan`, Contract: `Options`, Region: `South America`, Country: `Guyana`, Risk: `High`, Sector: `Public`, Currency: `USD`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-03-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 235 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Silver`, Spread: 0.01, Open: 17.43, Price: 17.73, Buy: 17.43, Sell: 17.43, Change: 0.31, ChangePercent: 1.76, Volume: 11720, High: 17.51, Low: 17.37, YearlyHigh: 18.06, YearlyLow: 13.73, YearlyStart: 15.89, YearlyChange: 9.59, Settlement: `Cash`, Contract: `Forwards`, Region: `Middle East`, Country: `Syria`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-01-22`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 236 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Silver`, Spread: 0.01, Open: 17.43, Price: 17.27, Buy: 17.43, Sell: 17.43, Change: -0.15, ChangePercent: -0.84, Volume: 11720, High: 17.51, Low: 17.37, YearlyHigh: 18.06, YearlyLow: 13.73, YearlyStart: 15.89, YearlyChange: 9.59, Settlement: `Cash`, Contract: `Forwards`, Region: `North America`, Country: `Canada`, Risk: `Low`, Sector: `Government`, Currency: `USD`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-05-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 237 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P 600 MINI`, Spread: 0.01, Open: 687.9, Price: 687.6, Buy: 687.9, Sell: 687.9, Change: -0.28, ChangePercent: -0.04, Volume: 0, High: 0, Low: 0, YearlyHigh: 620.32, YearlyLow: 595.9, YearlyStart: 608.11, YearlyChange: 13.12, Settlement: `Loan`, Contract: `CFD`, Region: `Asia Pacific`, Country: `Australia`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `High`, Issuer: `FedEx`, Maturity: `2022-04-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 238 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Copper`, Spread: 0.02, Open: 2.123, Price: 2.07, Buy: 2.12, Sell: 2.12, Change: -0.04, ChangePercent: -1.96, Volume: 28819, High: 2.16, Low: 2.11, YearlyHigh: 2.94, YearlyLow: 1.96, YearlyStart: 2.45, YearlyChange: -13.76, Settlement: `Cash`, Contract: `Options`, Region: `Middle East`, Country: `Qatar`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-02-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 239 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Milk`, Spread: 0.01, Open: 12.87, Price: 12.87, Buy: 12.87, Sell: 12.87, Change: 0.01, ChangePercent: 0.08, Volume: 7, High: 12.89, Low: 12.81, YearlyHigh: 16.96, YearlyLow: 12.81, YearlyStart: 14.88, YearlyChange: -13.6, Settlement: `Cash`, Contract: `Swap`, Region: `Africa`, Country: `Nigeria`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-04-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 240 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Uranium`, Spread: 0.02, Open: 27.55, Price: 27.47, Buy: 27.55, Sell: 27.55, Change: -0.11, ChangePercent: -0.4, Volume: 12, High: 27.55, Low: 27.55, YearlyHigh: 29.32, YearlyLow: 21.28, YearlyStart: 25.3, YearlyChange: 9.01, Settlement: `Credit`, Contract: `Forwards`, Region: `Middle East`, Country: `UAE`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-02-24`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 241 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soy oil`, Spread: 0.01, Open: 33.26, Price: 33.93, Buy: 33.77, Sell: 33.78, Change: 0.16, ChangePercent: 0.48, Volume: 10592, High: 33.77, Low: 33.06, YearlyHigh: 35.43, YearlyLow: 26.61, YearlyStart: 31.02, YearlyChange: 8.87, Settlement: `Cash`, Contract: `Forwards`, Region: `Middle East`, Country: `Syria`, Risk: `Low`, Sector: `Government`, Currency: `USD`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-02-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 242 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `AUD/USD`, Spread: 0.02, Open: 0.7344, Price: 0.76, Buy: 0.73, Sell: 0.73, Change: 0.02, ChangePercent: 1.48, Volume: 36764, High: 0.74, Low: 0.73, YearlyHigh: 0.79, YearlyLow: 0.68, YearlyStart: 0.73, YearlyChange: 1.28, Settlement: `Credit`, Contract: `Options`, Region: `Asia Pacific`, Country: `Afghanistan`, Risk: `Low`, Sector: `Government`, Currency: `USD`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-05-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 243 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Sugar`, Spread: 0.01, Open: 15.68, Price: 14.61, Buy: 14.67, Sell: 14.68, Change: -0.06, ChangePercent: -0.44, Volume: 4949, High: 15.7, Low: 14.67, YearlyHigh: 16.87, YearlyLow: 11.37, YearlyStart: 14.12, YearlyChange: 3.92, Settlement: `Credit`, Contract: `Swap`, Region: `Asia Pacific`, Country: `Korea`, Risk: `Low`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-02-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 244 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Cocoa`, Spread: 0.01, Open: 3076, Price: 3050.19, Buy: 3076, Sell: 3076, Change: -25.84, ChangePercent: -0.84, Volume: 978, High: 3078, Low: 3066, YearlyHigh: 3406, YearlyLow: 2746, YearlyStart: 3076, YearlyChange: 0, Settlement: `Cash`, Contract: `Futures`, Region: `Europe`, Country: `Denmark`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `American Airlines`, Maturity: `2022-01-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 245 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `OJ Future`, Spread: 0.01, Open: 140.6, Price: 138.79, Buy: 140.18, Sell: 140.19, Change: -1.4, ChangePercent: -1, Volume: 7, High: 140.19, Low: 0, YearlyHigh: 155.95, YearlyLow: 113, YearlyStart: 134.47, YearlyChange: 4.25, Settlement: `Cash`, Contract: `Forwards`, Region: `Middle East`, Country: `Kuwait`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-03-16`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 246 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P Future`, Spread: 0.01, Open: 2057.5, Price: 2088.68, Buy: 2056.6, Sell: 2056.61, Change: 32.08, ChangePercent: 1.56, Volume: 142780, High: 2059.5, Low: 2049, YearlyHigh: 2105.5, YearlyLow: 1794.5, YearlyStart: 1950, YearlyChange: 5.47, Settlement: `Cash`, Contract: `CFD`, Region: `Europe`, Country: `France`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-04-21`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 247 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Gold`, Spread: 0.01, Open: 1281.1, Price: 1278.17, Buy: 1280.73, Sell: 1280.74, Change: -2.56, ChangePercent: -0.2, Volume: 48387, High: 1289.5, Low: 1279.1, YearlyHigh: 1306, YearlyLow: 1047.2, YearlyStart: 1176.6, YearlyChange: 8.85, Settlement: `Cash`, Contract: `Options`, Region: `Europe`, Country: `Austria`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-07-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 248 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Coal`, Spread: 0.015, Open: 0.4363, Price: 0.42, Buy: 0.44, Sell: 0.44, Change: 0, ChangePercent: 1.16, Volume: 3, High: 0.44, Low: 0.44, YearlyHigh: 0.48, YearlyLow: 0.4, YearlyStart: 0.44, YearlyChange: -5.33, Settlement: `Cash`, Contract: `CFD`, Region: `Europe`, Country: `Ireland`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `Poor`, Issuer: `American Airlines`, Maturity: `2022-06-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 249 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Uranium`, Spread: 0.02, Open: 27.55, Price: 28.08, Buy: 27.55, Sell: 27.55, Change: 0.5, ChangePercent: 1.8, Volume: 12, High: 27.55, Low: 27.55, YearlyHigh: 29.32, YearlyLow: 21.28, YearlyStart: 25.3, YearlyChange: 9.01, Settlement: `Cash`, Contract: `Futures`, Region: `North America`, Country: `Mexico`, Risk: `High`, Sector: `Government`, Currency: `USD`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-05-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 250 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Palladium`, Spread: 0.01, Open: 600.55, Price: 590.42, Buy: 601, Sell: 601.01, Change: -10.58, ChangePercent: -1.76, Volume: 651, High: 607.2, Low: 598.4, YearlyHigh: 690, YearlyLow: 458.6, YearlyStart: 574.3, YearlyChange: 4.65, Settlement: `Loan`, Contract: `Swap`, Region: `North America`, Country: `Canada`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-04-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 251 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Milk`, Spread: 0.01, Open: 12.87, Price: 12.66, Buy: 12.87, Sell: 12.87, Change: -0.2, ChangePercent: -1.52, Volume: 7, High: 12.89, Low: 12.81, YearlyHigh: 16.96, YearlyLow: 12.81, YearlyStart: 14.88, YearlyChange: -13.6, Settlement: `Loan`, Contract: `Swap`, Region: `Africa`, Country: `Morocco`, Risk: `High`, Sector: `Government`, Currency: `USD`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-08-24`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 252 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `US 10YR Future`, Spread: 0.01, Open: 130.5625, Price: 129.59, Buy: 130.56, Sell: 130.56, Change: -0.99, ChangePercent: -0.76, Volume: 189310, High: 130.63, Low: 130.44, YearlyHigh: 132.64, YearlyLow: 125.48, YearlyStart: 129.06, YearlyChange: 1.18, Settlement: `Cash`, Contract: `Futures`, Region: `South America`, Country: `Suriname`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-05-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 253 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P Future`, Spread: 0.01, Open: 2057.5, Price: 2032.75, Buy: 2056.6, Sell: 2056.61, Change: -23.85, ChangePercent: -1.16, Volume: 142780, High: 2059.5, Low: 2049, YearlyHigh: 2105.5, YearlyLow: 1794.5, YearlyStart: 1950, YearlyChange: 5.47, Settlement: `Loan`, Contract: `CFD`, Region: `Africa`, Country: `Senegal`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-01-21`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 254 }), + new FinancialDataAllItem({ Category: `Index`, Type: `DOW Future`, Spread: 0.01, Open: 17711, Price: 17733.41, Buy: 17712.15, Sell: 17712.16, Change: 21.26, ChangePercent: 0.12, Volume: 22236, High: 17727, Low: 17642, YearlyHigh: 18083, YearlyLow: 15299, YearlyStart: 16691, YearlyChange: 6.12, Settlement: `Credit`, Contract: `Options`, Region: `Africa`, Country: `Morocco`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-04-23`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 255 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soy Meat`, Spread: 0.01, Open: 342.6, Price: 345.36, Buy: 342.6, Sell: 342.6, Change: 2.74, ChangePercent: 0.8, Volume: 5646, High: 345.4, Low: 340.3, YearlyHigh: 353.4, YearlyLow: 261.7, YearlyStart: 307.55, YearlyChange: 11.4, Settlement: `Credit`, Contract: `Futures`, Region: `Africa`, Country: `Cameroon`, Risk: `High`, Sector: `Public`, Currency: `PLN`, Security: `Poor`, Issuer: `FedEx`, Maturity: `2022-03-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 256 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `FD Cattle`, Spread: 0.01, Open: 147.175, Price: 147.06, Buy: 148.6, Sell: 148.61, Change: -1.55, ChangePercent: -1.04, Volume: 5, High: 148.61, Low: 147.18, YearlyHigh: 190, YearlyLow: 138.1, YearlyStart: 164.05, YearlyChange: -9.41, Settlement: `Cash`, Contract: `Forwards`, Region: `Europe`, Country: `Slovenia`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `High`, Issuer: `FedEx`, Maturity: `2022-06-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 257 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P MID MINI`, Spread: 0.01, Open: 1454.3, Price: 1470.34, Buy: 1455.78, Sell: 1455.79, Change: 14.56, ChangePercent: 1, Volume: 338, High: 1455.78, Low: 1448, YearlyHigh: 1527.3, YearlyLow: 1236, YearlyStart: 1381.65, YearlyChange: 5.37, Settlement: `Credit`, Contract: `Options`, Region: `Middle East`, Country: `Israel`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-05-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 258 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Platinum`, Spread: 0.01, Open: 1071.6, Price: 1069.81, Buy: 1071.09, Sell: 1071.1, Change: -1.29, ChangePercent: -0.12, Volume: 3039, High: 1081.2, Low: 1070.5, YearlyHigh: 1120.6, YearlyLow: 812.4, YearlyStart: 966.5, YearlyChange: 10.82, Settlement: `Loan`, Contract: `Forwards`, Region: `Africa`, Country: `Senegal`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-01-16`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 259 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soy Meat`, Spread: 0.01, Open: 342.6, Price: 347.83, Buy: 342.6, Sell: 342.6, Change: 5.21, ChangePercent: 1.52, Volume: 5646, High: 345.4, Low: 340.3, YearlyHigh: 353.4, YearlyLow: 261.7, YearlyStart: 307.55, YearlyChange: 11.4, Settlement: `Loan`, Contract: `Swap`, Region: `Europe`, Country: `Finland`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-07-23`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 260 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Cocoa`, Spread: 0.01, Open: 3076, Price: 3041.58, Buy: 3076, Sell: 3076, Change: -34.45, ChangePercent: -1.12, Volume: 978, High: 3078, Low: 3066, YearlyHigh: 3406, YearlyLow: 2746, YearlyStart: 3076, YearlyChange: 0, Settlement: `Cash`, Contract: `Options`, Region: `Europe`, Country: `Norway`, Risk: `High`, Sector: `Government`, Currency: `PLN`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-07-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 261 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `BTC/USD`, Spread: 0.06, Open: 93.88, Price: 21135.18, Buy: 21200.76, Sell: 21400.78, Change: 134.41, ChangePercent: 0.64, Volume: 5788000, High: 22400.05, Low: 20100.75, YearlyHigh: 62400.7, YearlyLow: 15100.88, YearlyStart: 21200.29, YearlyChange: -20.62, Settlement: `Cash`, Contract: `Options`, Region: `Middle East`, Country: `UAE`, Risk: `High`, Sector: `Public`, Currency: `USD`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-08-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 262 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Diesel`, Spread: 0.015, Open: 1.3474, Price: 1.38, Buy: 1.35, Sell: 1.35, Change: 0.02, ChangePercent: 1.68, Volume: 2971, High: 1.36, Low: 1.34, YearlyHigh: 2.11, YearlyLow: 0.92, YearlyStart: 1.51, YearlyChange: -10.4, Settlement: `Cash`, Contract: `Forwards`, Region: `Asia Pacific`, Country: `India`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `High`, Issuer: `American Airlines`, Maturity: `2022-02-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 263 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soybean`, Spread: 0.01, Open: 1038, Price: 1058.14, Buy: 1038.61, Sell: 1038.62, Change: 19.52, ChangePercent: 1.88, Volume: 20356, High: 1044, Low: 1031.75, YearlyHigh: 1057, YearlyLow: 859.5, YearlyStart: 958.25, YearlyChange: 8.39, Settlement: `Cash`, Contract: `Futures`, Region: `Middle East`, Country: `Jordan`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-05-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 264 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `FD Cattle`, Spread: 0.01, Open: 147.175, Price: 149.02, Buy: 148.6, Sell: 148.61, Change: 0.41, ChangePercent: 0.28, Volume: 5, High: 148.61, Low: 147.18, YearlyHigh: 190, YearlyLow: 138.1, YearlyStart: 164.05, YearlyChange: -9.41, Settlement: `Credit`, Contract: `Swap`, Region: `South America`, Country: `Suriname`, Risk: `High`, Sector: `Private`, Currency: `PLN`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-08-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 265 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Coal`, Spread: 0.015, Open: 0.4363, Price: 0.42, Buy: 0.44, Sell: 0.44, Change: 0, ChangePercent: 0.28, Volume: 3, High: 0.44, Low: 0.44, YearlyHigh: 0.48, YearlyLow: 0.4, YearlyStart: 0.44, YearlyChange: -5.33, Settlement: `Credit`, Contract: `Options`, Region: `South America`, Country: `Ecuador`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-01-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 266 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `OJ Future`, Spread: 0.01, Open: 140.6, Price: 139.91, Buy: 140.18, Sell: 140.19, Change: -0.28, ChangePercent: -0.2, Volume: 7, High: 140.19, Low: 0, YearlyHigh: 155.95, YearlyLow: 113, YearlyStart: 134.47, YearlyChange: 4.25, Settlement: `Cash`, Contract: `Forwards`, Region: `Africa`, Country: `Ethiopia`, Risk: `Low`, Sector: `Public`, Currency: `USD`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-07-24`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 267 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Corn`, Spread: 0.01, Open: 379.5, Price: 384.36, Buy: 379.8, Sell: 379.81, Change: 4.56, ChangePercent: 1.2, Volume: 11266, High: 381, Low: 377.75, YearlyHigh: 471.25, YearlyLow: 351.25, YearlyStart: 411.25, YearlyChange: -7.65, Settlement: `Loan`, Contract: `Forwards`, Region: `Africa`, Country: `Niger`, Risk: `Low`, Sector: `Government`, Currency: `PLN`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-04-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 268 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Coal`, Spread: 0.015, Open: 0.4363, Price: 0.41, Buy: 0.44, Sell: 0.44, Change: -0.01, ChangePercent: -1.08, Volume: 3, High: 0.44, Low: 0.44, YearlyHigh: 0.48, YearlyLow: 0.4, YearlyStart: 0.44, YearlyChange: -5.33, Settlement: `Cash`, Contract: `Swap`, Region: `Africa`, Country: `Senegal`, Risk: `Low`, Sector: `Government`, Currency: `PLN`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-04-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 269 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P 600 MINI`, Spread: 0.01, Open: 687.9, Price: 693.11, Buy: 687.9, Sell: 687.9, Change: 5.23, ChangePercent: 0.76, Volume: 0, High: 0, Low: 0, YearlyHigh: 620.32, YearlyLow: 595.9, YearlyStart: 608.11, YearlyChange: 13.12, Settlement: `Cash`, Contract: `CFD`, Region: `Africa`, Country: `Ethiopia`, Risk: `High`, Sector: `Government`, Currency: `PLN`, Security: `Poor`, Issuer: `FedEx`, Maturity: `2022-02-22`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 270 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Silver`, Spread: 0.01, Open: 17.43, Price: 17.73, Buy: 17.43, Sell: 17.43, Change: 0.31, ChangePercent: 1.8, Volume: 11720, High: 17.51, Low: 17.37, YearlyHigh: 18.06, YearlyLow: 13.73, YearlyStart: 15.89, YearlyChange: 9.59, Settlement: `Cash`, Contract: `Swap`, Region: `South America`, Country: `Peru`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-05-21`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 271 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `OJ Future`, Spread: 0.01, Open: 140.6, Price: 141.03, Buy: 140.18, Sell: 140.19, Change: 0.84, ChangePercent: 0.6, Volume: 7, High: 140.19, Low: 0, YearlyHigh: 155.95, YearlyLow: 113, YearlyStart: 134.47, YearlyChange: 4.25, Settlement: `Cash`, Contract: `Options`, Region: `Asia Pacific`, Country: `China`, Risk: `High`, Sector: `Public`, Currency: `PLN`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-03-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 272 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Ethanol`, Spread: 0.01, Open: 1.512, Price: 2.74, Buy: 2.75, Sell: 2.76, Change: -0.01, ChangePercent: -0.6, Volume: 14, High: 2.75, Low: 1.12, YearlyHigh: 2.75, YearlyLow: 1.12, YearlyStart: 1.48, YearlyChange: 86.7, Settlement: `Credit`, Contract: `Futures`, Region: `Asia Pacific`, Country: `Singapore`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-03-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 273 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P 600 MINI`, Spread: 0.01, Open: 687.9, Price: 685.13, Buy: 687.9, Sell: 687.9, Change: -2.75, ChangePercent: -0.4, Volume: 0, High: 0, Low: 0, YearlyHigh: 620.32, YearlyLow: 595.9, YearlyStart: 608.11, YearlyChange: 13.12, Settlement: `Credit`, Contract: `Options`, Region: `Africa`, Country: `South Africa`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-04-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 274 }), + new FinancialDataAllItem({ Category: `Index`, Type: `DOW Future`, Spread: 0.01, Open: 17711, Price: 17818.42, Buy: 17712.15, Sell: 17712.16, Change: 106.27, ChangePercent: 0.6, Volume: 22236, High: 17727, Low: 17642, YearlyHigh: 18083, YearlyLow: 15299, YearlyStart: 16691, YearlyChange: 6.12, Settlement: `Credit`, Contract: `Futures`, Region: `Africa`, Country: `Nigeria`, Risk: `High`, Sector: `Public`, Currency: `USD`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-03-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 275 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Silver`, Spread: 0.01, Open: 17.43, Price: 17.1, Buy: 17.43, Sell: 17.43, Change: -0.32, ChangePercent: -1.84, Volume: 11720, High: 17.51, Low: 17.37, YearlyHigh: 18.06, YearlyLow: 13.73, YearlyStart: 15.89, YearlyChange: 9.59, Settlement: `Cash`, Contract: `Swap`, Region: `Asia Pacific`, Country: `India`, Risk: `Low`, Sector: `Public`, Currency: `PLN`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-09-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 276 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Wheat`, Spread: 0.01, Open: 465.5, Price: 470.92, Buy: 465.5, Sell: 465.5, Change: 5.4, ChangePercent: 1.16, Volume: 4318, High: 467, Low: 463.25, YearlyHigh: 628.5, YearlyLow: 449.5, YearlyStart: 539, YearlyChange: -13.63, Settlement: `Cash`, Contract: `Options`, Region: `Asia Pacific`, Country: `Philippines`, Risk: `High`, Sector: `Private`, Currency: `PLN`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-02-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 277 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Coffee`, Spread: 0.01, Open: 125.7, Price: 128, Buy: 125.7, Sell: 125.7, Change: 2.31, ChangePercent: 1.84, Volume: 1654, High: 125.8, Low: 125, YearlyHigh: 155.75, YearlyLow: 115.35, YearlyStart: 135.55, YearlyChange: -7.27, Settlement: `Cash`, Contract: `Swap`, Region: `Asia Pacific`, Country: `Azerbaijan`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-05-16`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 278 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `GBP/USD`, Spread: 0.02, Open: 1.4464, Price: 1.17, Buy: 1.18, Sell: 1.2, Change: -0.02, ChangePercent: -1.72, Volume: 29450, High: 1.45, Low: 1.19, YearlyHigh: 1.59, YearlyLow: 1.19, YearlyStart: 1.49, YearlyChange: -19.59, Settlement: `Credit`, Contract: `Futures`, Region: `Africa`, Country: `Algeria`, Risk: `Low`, Sector: `Government`, Currency: `PLN`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-08-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 279 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Uranium`, Spread: 0.02, Open: 27.55, Price: 27.8, Buy: 27.55, Sell: 27.55, Change: 0.22, ChangePercent: 0.8, Volume: 12, High: 27.55, Low: 27.55, YearlyHigh: 29.32, YearlyLow: 21.28, YearlyStart: 25.3, YearlyChange: 9.01, Settlement: `Cash`, Contract: `Futures`, Region: `Africa`, Country: `Tunisia`, Risk: `Low`, Sector: `Public`, Currency: `USD`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-01-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 280 }), + new FinancialDataAllItem({ Category: `Index`, Type: `DOW Future`, Spread: 0.01, Open: 17711, Price: 17697.98, Buy: 17712.15, Sell: 17712.16, Change: -14.17, ChangePercent: -0.08, Volume: 22236, High: 17727, Low: 17642, YearlyHigh: 18083, YearlyLow: 15299, YearlyStart: 16691, YearlyChange: 6.12, Settlement: `Credit`, Contract: `Options`, Region: `Middle East`, Country: `Lebanon`, Risk: `High`, Sector: `Private`, Currency: `PLN`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-04-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 281 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Milk`, Spread: 0.01, Open: 12.87, Price: 12.68, Buy: 12.87, Sell: 12.87, Change: -0.18, ChangePercent: -1.4, Volume: 7, High: 12.89, Low: 12.81, YearlyHigh: 16.96, YearlyLow: 12.81, YearlyStart: 14.88, YearlyChange: -13.6, Settlement: `Loan`, Contract: `Futures`, Region: `North America`, Country: `Mexico`, Risk: `Low`, Sector: `Public`, Currency: `EUR`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-04-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 282 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Natural Gas`, Spread: 0.02, Open: 2.094, Price: 2.11, Buy: 2.09, Sell: 2.09, Change: 0.01, ChangePercent: 0.4, Volume: 2783, High: 2.11, Low: 2.09, YearlyHigh: 3.2, YearlyLow: 1.84, YearlyStart: 2.52, YearlyChange: -16.51, Settlement: `Credit`, Contract: `Options`, Region: `Middle East`, Country: `Iraq`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-02-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 283 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Coal`, Spread: 0.015, Open: 0.4363, Price: 0.42, Buy: 0.44, Sell: 0.44, Change: 0, ChangePercent: -0.12, Volume: 3, High: 0.44, Low: 0.44, YearlyHigh: 0.48, YearlyLow: 0.4, YearlyStart: 0.44, YearlyChange: -5.33, Settlement: `Cash`, Contract: `Swap`, Region: `Middle East`, Country: `Syria`, Risk: `Low`, Sector: `Public`, Currency: `USD`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-09-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 284 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `GBP/USD`, Spread: 0.02, Open: 1.4464, Price: 1.22, Buy: 1.18, Sell: 1.2, Change: 0.03, ChangePercent: 1.84, Volume: 29450, High: 1.45, Low: 1.19, YearlyHigh: 1.59, YearlyLow: 1.19, YearlyStart: 1.49, YearlyChange: -19.59, Settlement: `Credit`, Contract: `Forwards`, Region: `South America`, Country: `Guyana`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-09-11`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 285 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P MID MINI`, Spread: 0.01, Open: 1454.3, Price: 1457.53, Buy: 1455.78, Sell: 1455.79, Change: 1.75, ChangePercent: 0.12, Volume: 338, High: 1455.78, Low: 1448, YearlyHigh: 1527.3, YearlyLow: 1236, YearlyStart: 1381.65, YearlyChange: 5.37, Settlement: `Loan`, Contract: `Options`, Region: `Asia Pacific`, Country: `Philippines`, Risk: `Low`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-05-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 286 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Silver`, Spread: 0.01, Open: 17.43, Price: 17.29, Buy: 17.43, Sell: 17.43, Change: -0.13, ChangePercent: -0.76, Volume: 11720, High: 17.51, Low: 17.37, YearlyHigh: 18.06, YearlyLow: 13.73, YearlyStart: 15.89, YearlyChange: 9.59, Settlement: `Cash`, Contract: `Options`, Region: `Asia Pacific`, Country: `New Zealand`, Risk: `High`, Sector: `Government`, Currency: `USD`, Security: `Poor`, Issuer: `American Airlines`, Maturity: `2022-07-27`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 287 }), + new FinancialDataAllItem({ Category: `Index`, Type: `NAS Future`, Spread: 0.01, Open: 4341.25, Price: 4257.93, Buy: 4341.25, Sell: 4341.25, Change: -83.35, ChangePercent: -1.92, Volume: 18259, High: 4347, Low: 4318, YearlyHigh: 4719.75, YearlyLow: 3867.75, YearlyStart: 4293.75, YearlyChange: 1.11, Settlement: `Loan`, Contract: `Futures`, Region: `South America`, Country: `Guyana`, Risk: `High`, Sector: `Private`, Currency: `PLN`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-05-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 288 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Ethanol`, Spread: 0.01, Open: 1.512, Price: 2.77, Buy: 2.75, Sell: 2.76, Change: 0.02, ChangePercent: 0.64, Volume: 14, High: 2.75, Low: 1.12, YearlyHigh: 2.75, YearlyLow: 1.12, YearlyStart: 1.48, YearlyChange: 86.7, Settlement: `Credit`, Contract: `Options`, Region: `Africa`, Country: `Morocco`, Risk: `Low`, Sector: `Government`, Currency: `PLN`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-05-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 289 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P MID MINI`, Spread: 0.01, Open: 1454.3, Price: 1466.85, Buy: 1455.78, Sell: 1455.79, Change: 11.07, ChangePercent: 0.76, Volume: 338, High: 1455.78, Low: 1448, YearlyHigh: 1527.3, YearlyLow: 1236, YearlyStart: 1381.65, YearlyChange: 5.37, Settlement: `Credit`, Contract: `CFD`, Region: `North America`, Country: `United States`, Risk: `Low`, Sector: `Government`, Currency: `PLN`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-05-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 290 }), + new FinancialDataAllItem({ Category: `Index`, Type: `DOW Future`, Spread: 0.01, Open: 17711, Price: 17825.51, Buy: 17712.15, Sell: 17712.16, Change: 113.36, ChangePercent: 0.64, Volume: 22236, High: 17727, Low: 17642, YearlyHigh: 18083, YearlyLow: 15299, YearlyStart: 16691, YearlyChange: 6.12, Settlement: `Cash`, Contract: `Options`, Region: `North America`, Country: `Canada`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-02-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 291 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `US 2Y Future`, Spread: 0.01, Open: 109.3984, Price: 108.38, Buy: 109.4, Sell: 109.4, Change: -1.01, ChangePercent: -0.92, Volume: 17742, High: 109.41, Low: 109.38, YearlyHigh: 109.8, YearlyLow: 108.62, YearlyStart: 109.21, YearlyChange: 0.16, Settlement: `Cash`, Contract: `CFD`, Region: `North America`, Country: `United States`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-02-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 292 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Platinum`, Spread: 0.01, Open: 1071.6, Price: 1053.1, Buy: 1071.09, Sell: 1071.1, Change: -18, ChangePercent: -1.68, Volume: 3039, High: 1081.2, Low: 1070.5, YearlyHigh: 1120.6, YearlyLow: 812.4, YearlyStart: 966.5, YearlyChange: 10.82, Settlement: `Credit`, Contract: `Futures`, Region: `Asia Pacific`, Country: `China`, Risk: `Low`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-07-24`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 293 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `BTC/USD`, Spread: 0.06, Open: 93.88, Price: 21177.18, Buy: 21200.76, Sell: 21400.78, Change: 176.41, ChangePercent: 0.84, Volume: 5788000, High: 22400.05, Low: 20100.75, YearlyHigh: 62400.7, YearlyLow: 15100.88, YearlyStart: 21200.29, YearlyChange: -20.62, Settlement: `Credit`, Contract: `Swap`, Region: `Middle East`, Country: `Oman`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-08-23`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 294 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Diesel`, Spread: 0.015, Open: 1.3474, Price: 1.33, Buy: 1.35, Sell: 1.35, Change: -0.03, ChangePercent: -1.84, Volume: 2971, High: 1.36, Low: 1.34, YearlyHigh: 2.11, YearlyLow: 0.92, YearlyStart: 1.51, YearlyChange: -10.4, Settlement: `Cash`, Contract: `Futures`, Region: `South America`, Country: `Paraguay`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-08-23`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 295 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Platinum`, Spread: 0.01, Open: 1071.6, Price: 1087.81, Buy: 1071.09, Sell: 1071.1, Change: 16.71, ChangePercent: 1.56, Volume: 3039, High: 1081.2, Low: 1070.5, YearlyHigh: 1120.6, YearlyLow: 812.4, YearlyStart: 966.5, YearlyChange: 10.82, Settlement: `Loan`, Contract: `Futures`, Region: `Europe`, Country: `Czechia`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-04-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 296 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Ethanol`, Spread: 0.01, Open: 1.512, Price: 2.8, Buy: 2.75, Sell: 2.76, Change: 0.05, ChangePercent: 1.84, Volume: 14, High: 2.75, Low: 1.12, YearlyHigh: 2.75, YearlyLow: 1.12, YearlyStart: 1.48, YearlyChange: 86.7, Settlement: `Credit`, Contract: `Swap`, Region: `Middle East`, Country: `Saudi Arabia`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-03-22`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 297 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soybean`, Spread: 0.01, Open: 1038, Price: 1053.99, Buy: 1038.61, Sell: 1038.62, Change: 15.37, ChangePercent: 1.48, Volume: 20356, High: 1044, Low: 1031.75, YearlyHigh: 1057, YearlyLow: 859.5, YearlyStart: 958.25, YearlyChange: 8.39, Settlement: `Cash`, Contract: `CFD`, Region: `Africa`, Country: `Tunisia`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-08-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 298 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `GBP/USD`, Spread: 0.02, Open: 1.4464, Price: 1.19, Buy: 1.18, Sell: 1.2, Change: 0, ChangePercent: -0.36, Volume: 29450, High: 1.45, Low: 1.19, YearlyHigh: 1.59, YearlyLow: 1.19, YearlyStart: 1.49, YearlyChange: -19.59, Settlement: `Cash`, Contract: `Forwards`, Region: `North America`, Country: `United States`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-02-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 299 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Ethanol`, Spread: 0.01, Open: 1.512, Price: 2.7, Buy: 2.75, Sell: 2.76, Change: -0.05, ChangePercent: -1.92, Volume: 14, High: 2.75, Low: 1.12, YearlyHigh: 2.75, YearlyLow: 1.12, YearlyStart: 1.48, YearlyChange: 86.7, Settlement: `Loan`, Contract: `Swap`, Region: `Middle East`, Country: `Oman`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-04-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 300 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Silver`, Spread: 0.01, Open: 17.43, Price: 17.39, Buy: 17.43, Sell: 17.43, Change: -0.03, ChangePercent: -0.2, Volume: 11720, High: 17.51, Low: 17.37, YearlyHigh: 18.06, YearlyLow: 13.73, YearlyStart: 15.89, YearlyChange: 9.59, Settlement: `Cash`, Contract: `Swap`, Region: `Africa`, Country: `Egypt`, Risk: `High`, Sector: `Private`, Currency: `PLN`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-04-24`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 301 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Sugar`, Spread: 0.01, Open: 15.68, Price: 14.96, Buy: 14.67, Sell: 14.68, Change: 0.29, ChangePercent: 1.96, Volume: 4949, High: 15.7, Low: 14.67, YearlyHigh: 16.87, YearlyLow: 11.37, YearlyStart: 14.12, YearlyChange: 3.92, Settlement: `Credit`, Contract: `Options`, Region: `Africa`, Country: `Cameroon`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-07-27`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 302 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Cocoa`, Spread: 0.01, Open: 3076, Price: 3117.86, Buy: 3076, Sell: 3076, Change: 41.83, ChangePercent: 1.36, Volume: 978, High: 3078, Low: 3066, YearlyHigh: 3406, YearlyLow: 2746, YearlyStart: 3076, YearlyChange: 0, Settlement: `Loan`, Contract: `Forwards`, Region: `Africa`, Country: `Algeria`, Risk: `Low`, Sector: `Public`, Currency: `PLN`, Security: `High`, Issuer: `FedEx`, Maturity: `2022-01-11`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 303 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Rice`, Spread: 0.01, Open: 11.245, Price: 10.44, Buy: 10.41, Sell: 10.42, Change: 0.02, ChangePercent: 0.28, Volume: 220, High: 11.38, Low: 10.42, YearlyHigh: 14.14, YearlyLow: 9.7, YearlyStart: 11.92, YearlyChange: -12.62, Settlement: `Loan`, Contract: `Forwards`, Region: `Asia Pacific`, Country: `China`, Risk: `Low`, Sector: `Public`, Currency: `USD`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-07-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 304 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soybean`, Spread: 0.01, Open: 1038, Price: 1026.15, Buy: 1038.61, Sell: 1038.62, Change: -12.47, ChangePercent: -1.2, Volume: 20356, High: 1044, Low: 1031.75, YearlyHigh: 1057, YearlyLow: 859.5, YearlyStart: 958.25, YearlyChange: 8.39, Settlement: `Cash`, Contract: `Futures`, Region: `North America`, Country: `United States`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `FedEx`, Maturity: `2022-02-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 305 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/CAD`, Spread: 0.02, Open: 0.7744, Price: 0.94, Buy: 0.94, Sell: 0.96, Change: -0.01, ChangePercent: -1.4, Volume: 13669, High: 0.95, Low: 0.77, YearlyHigh: 0.95, YearlyLow: 0.68, YearlyStart: 0.76, YearlyChange: 26.43, Settlement: `Credit`, Contract: `Swap`, Region: `North America`, Country: `Canada`, Risk: `Low`, Sector: `Public`, Currency: `USD`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-02-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 306 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Rice`, Spread: 0.01, Open: 11.245, Price: 10.3, Buy: 10.41, Sell: 10.42, Change: -0.12, ChangePercent: -1.08, Volume: 220, High: 11.38, Low: 10.42, YearlyHigh: 14.14, YearlyLow: 9.7, YearlyStart: 11.92, YearlyChange: -12.62, Settlement: `Cash`, Contract: `Futures`, Region: `Africa`, Country: `Libya`, Risk: `Low`, Sector: `Government`, Currency: `PLN`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-04-23`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 307 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soybean`, Spread: 0.01, Open: 1038, Price: 1026.15, Buy: 1038.61, Sell: 1038.62, Change: -12.47, ChangePercent: -1.2, Volume: 20356, High: 1044, Low: 1031.75, YearlyHigh: 1057, YearlyLow: 859.5, YearlyStart: 958.25, YearlyChange: 8.39, Settlement: `Cash`, Contract: `Futures`, Region: `Europe`, Country: `Hungary`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-06-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 308 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/CAD`, Spread: 0.02, Open: 0.7744, Price: 0.95, Buy: 0.94, Sell: 0.96, Change: 0, ChangePercent: -0.8, Volume: 13669, High: 0.95, Low: 0.77, YearlyHigh: 0.95, YearlyLow: 0.68, YearlyStart: 0.76, YearlyChange: 26.43, Settlement: `Cash`, Contract: `Forwards`, Region: `Asia Pacific`, Country: `Singapore`, Risk: `Low`, Sector: `Government`, Currency: `USD`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-08-16`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 309 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `US 30YR Future`, Spread: 0.01, Open: 164.875, Price: 160.94, Buy: 164.15, Sell: 164.16, Change: -3.22, ChangePercent: -1.96, Volume: 28012, High: 165.25, Low: 164.04, YearlyHigh: 169.38, YearlyLow: 151.47, YearlyStart: 160.43, YearlyChange: 2.33, Settlement: `Credit`, Contract: `Forwards`, Region: `Asia Pacific`, Country: `Thailand`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-09-22`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 310 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `US 10YR Future`, Spread: 0.01, Open: 130.5625, Price: 132.2, Buy: 130.56, Sell: 130.56, Change: 1.62, ChangePercent: 1.24, Volume: 189310, High: 130.63, Low: 130.44, YearlyHigh: 132.64, YearlyLow: 125.48, YearlyStart: 129.06, YearlyChange: 1.18, Settlement: `Credit`, Contract: `Forwards`, Region: `Asia Pacific`, Country: `India`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-09-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 311 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/CHF`, Spread: 0.02, Open: 1.0337, Price: 1.06, Buy: 1.03, Sell: 1.03, Change: 0.02, ChangePercent: 1.24, Volume: 5550, High: 1.03, Low: 1.03, YearlyHigh: 1.11, YearlyLow: 0.98, YearlyStart: 1.04, YearlyChange: -0.12, Settlement: `Cash`, Contract: `Swap`, Region: `Africa`, Country: `Ethiopia`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-03-24`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 312 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Lumber`, Spread: 0.01, Open: 303.9, Price: 308.62, Buy: 304.59, Sell: 304.6, Change: 4.02, ChangePercent: 1.32, Volume: 2, High: 304.6, Low: 303.9, YearlyHigh: 317.1, YearlyLow: 236, YearlyStart: 276.55, YearlyChange: 10.14, Settlement: `Credit`, Contract: `Options`, Region: `Europe`, Country: `Poland`, Risk: `Low`, Sector: `Public`, Currency: `EUR`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-09-16`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 313 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/CHF`, Spread: 0.02, Open: 1.0337, Price: 1.05, Buy: 1.03, Sell: 1.03, Change: 0.01, ChangePercent: 0.68, Volume: 5550, High: 1.03, Low: 1.03, YearlyHigh: 1.11, YearlyLow: 0.98, YearlyStart: 1.04, YearlyChange: -0.12, Settlement: `Credit`, Contract: `Swap`, Region: `North America`, Country: `Canada`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `Poor`, Issuer: `American Airlines`, Maturity: `2022-04-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 314 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `BTC/USD`, Spread: 0.06, Open: 93.88, Price: 21311.58, Buy: 21200.76, Sell: 21400.78, Change: 310.81, ChangePercent: 1.48, Volume: 5788000, High: 22400.05, Low: 20100.75, YearlyHigh: 62400.7, YearlyLow: 15100.88, YearlyStart: 21200.29, YearlyChange: -20.62, Settlement: `Credit`, Contract: `Forwards`, Region: `South America`, Country: `Colombia`, Risk: `Low`, Sector: `Government`, Currency: `PLN`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-03-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 315 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Lumber`, Spread: 0.01, Open: 303.9, Price: 308.86, Buy: 304.59, Sell: 304.6, Change: 4.26, ChangePercent: 1.4, Volume: 2, High: 304.6, Low: 303.9, YearlyHigh: 317.1, YearlyLow: 236, YearlyStart: 276.55, YearlyChange: 10.14, Settlement: `Loan`, Contract: `Futures`, Region: `Asia Pacific`, Country: `Korea`, Risk: `High`, Sector: `Public`, Currency: `PLN`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-03-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 316 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Wheat`, Spread: 0.01, Open: 465.5, Price: 472.78, Buy: 465.5, Sell: 465.5, Change: 7.26, ChangePercent: 1.56, Volume: 4318, High: 467, Low: 463.25, YearlyHigh: 628.5, YearlyLow: 449.5, YearlyStart: 539, YearlyChange: -13.63, Settlement: `Cash`, Contract: `Futures`, Region: `Europe`, Country: `Austria`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-04-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 317 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Oats`, Spread: 0.01, Open: 194.5, Price: 193.67, Buy: 194.21, Sell: 194.22, Change: -0.55, ChangePercent: -0.28, Volume: 64, High: 195.75, Low: 194, YearlyHigh: 241.25, YearlyLow: 183.75, YearlyStart: 212.5, YearlyChange: -8.6, Settlement: `Credit`, Contract: `Futures`, Region: `Middle East`, Country: `Lebanon`, Risk: `Low`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-06-11`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 318 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Wheat`, Spread: 0.01, Open: 465.5, Price: 467.75, Buy: 465.5, Sell: 465.5, Change: 2.23, ChangePercent: 0.48, Volume: 4318, High: 467, Low: 463.25, YearlyHigh: 628.5, YearlyLow: 449.5, YearlyStart: 539, YearlyChange: -13.63, Settlement: `Cash`, Contract: `CFD`, Region: `North America`, Country: `Mexico`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-04-11`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 319 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Gold`, Spread: 0.01, Open: 1281.1, Price: 1303.78, Buy: 1280.73, Sell: 1280.74, Change: 23.05, ChangePercent: 1.8, Volume: 48387, High: 1289.5, Low: 1279.1, YearlyHigh: 1306, YearlyLow: 1047.2, YearlyStart: 1176.6, YearlyChange: 8.85, Settlement: `Cash`, Contract: `Forwards`, Region: `Asia Pacific`, Country: `China`, Risk: `High`, Sector: `Private`, Currency: `PLN`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-02-19`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 320 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/JPY`, Spread: 0.02, Open: 9275.5, Price: 9140.03, Buy: 9277.32, Sell: 9277.34, Change: -137.3, ChangePercent: -1.48, Volume: 47734, High: 9277.33, Low: 0.93, YearlyHigh: 9483, YearlyLow: 0.93, YearlyStart: 4741.97, YearlyChange: 95.64, Settlement: `Cash`, Contract: `Futures`, Region: `Asia Pacific`, Country: `Hong Kong`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-03-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 321 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Rice`, Spread: 0.01, Open: 11.245, Price: 10.54, Buy: 10.41, Sell: 10.42, Change: 0.12, ChangePercent: 1.2, Volume: 220, High: 11.38, Low: 10.42, YearlyHigh: 14.14, YearlyLow: 9.7, YearlyStart: 11.92, YearlyChange: -12.62, Settlement: `Cash`, Contract: `Swap`, Region: `Africa`, Country: `Niger`, Risk: `Low`, Sector: `Public`, Currency: `PLN`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-07-11`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 322 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Coal`, Spread: 0.015, Open: 0.4363, Price: 0.42, Buy: 0.44, Sell: 0.44, Change: 0, ChangePercent: -0.2, Volume: 3, High: 0.44, Low: 0.44, YearlyHigh: 0.48, YearlyLow: 0.4, YearlyStart: 0.44, YearlyChange: -5.33, Settlement: `Credit`, Contract: `Forwards`, Region: `Europe`, Country: `Ireland`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-04-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 323 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Gold`, Spread: 0.01, Open: 1281.1, Price: 1261.78, Buy: 1280.73, Sell: 1280.74, Change: -18.95, ChangePercent: -1.48, Volume: 48387, High: 1289.5, Low: 1279.1, YearlyHigh: 1306, YearlyLow: 1047.2, YearlyStart: 1176.6, YearlyChange: 8.85, Settlement: `Loan`, Contract: `Forwards`, Region: `Africa`, Country: `Ethiopia`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-02-10`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 324 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `BTC/USD`, Spread: 0.06, Open: 93.88, Price: 21025.97, Buy: 21200.76, Sell: 21400.78, Change: 25.2, ChangePercent: 0.12, Volume: 5788000, High: 22400.05, Low: 20100.75, YearlyHigh: 62400.7, YearlyLow: 15100.88, YearlyStart: 21200.29, YearlyChange: -20.62, Settlement: `Cash`, Contract: `Swap`, Region: `Europe`, Country: `Estonia`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-05-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 325 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Diesel`, Spread: 0.015, Open: 1.3474, Price: 1.34, Buy: 1.35, Sell: 1.35, Change: -0.02, ChangePercent: -1.52, Volume: 2971, High: 1.36, Low: 1.34, YearlyHigh: 2.11, YearlyLow: 0.92, YearlyStart: 1.51, YearlyChange: -10.4, Settlement: `Credit`, Contract: `Forwards`, Region: `Europe`, Country: `Finland`, Risk: `Low`, Sector: `Public`, Currency: `EUR`, Security: `High`, Issuer: `FedEx`, Maturity: `2022-07-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 326 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Platinum`, Spread: 0.01, Open: 1071.6, Price: 1060.39, Buy: 1071.09, Sell: 1071.1, Change: -10.71, ChangePercent: -1, Volume: 3039, High: 1081.2, Low: 1070.5, YearlyHigh: 1120.6, YearlyLow: 812.4, YearlyStart: 966.5, YearlyChange: 10.82, Settlement: `Loan`, Contract: `Swap`, Region: `Europe`, Country: `Belgium`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-02-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 327 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Rice`, Spread: 0.01, Open: 11.245, Price: 10.57, Buy: 10.41, Sell: 10.42, Change: 0.15, ChangePercent: 1.52, Volume: 220, High: 11.38, Low: 10.42, YearlyHigh: 14.14, YearlyLow: 9.7, YearlyStart: 11.92, YearlyChange: -12.62, Settlement: `Cash`, Contract: `Futures`, Region: `Europe`, Country: `Ireland`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `High`, Issuer: `FedEx`, Maturity: `2022-05-24`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 328 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Sugar`, Spread: 0.01, Open: 15.68, Price: 14.8, Buy: 14.67, Sell: 14.68, Change: 0.13, ChangePercent: 0.84, Volume: 4949, High: 15.7, Low: 14.67, YearlyHigh: 16.87, YearlyLow: 11.37, YearlyStart: 14.12, YearlyChange: 3.92, Settlement: `Loan`, Contract: `Options`, Region: `Europe`, Country: `Denmark`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-04-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 329 }), + new FinancialDataAllItem({ Category: `Index`, Type: `NAS Future`, Spread: 0.01, Open: 4341.25, Price: 4327.39, Buy: 4341.25, Sell: 4341.25, Change: -13.89, ChangePercent: -0.32, Volume: 18259, High: 4347, Low: 4318, YearlyHigh: 4719.75, YearlyLow: 3867.75, YearlyStart: 4293.75, YearlyChange: 1.11, Settlement: `Loan`, Contract: `Forwards`, Region: `Europe`, Country: `Estonia`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-03-23`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 330 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `LV Cattle`, Spread: 0.01, Open: 120.725, Price: 122.15, Buy: 120.72, Sell: 120.72, Change: 1.45, ChangePercent: 1.2, Volume: 4, High: 120.72, Low: 120.72, YearlyHigh: 147.98, YearlyLow: 113.9, YearlyStart: 130.94, YearlyChange: -7.82, Settlement: `Cash`, Contract: `Swap`, Region: `North America`, Country: `United States`, Risk: `High`, Sector: `Government`, Currency: `PLN`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-02-19`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 331 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Palladium`, Spread: 0.01, Open: 600.55, Price: 612.06, Buy: 601, Sell: 601.01, Change: 11.06, ChangePercent: 1.84, Volume: 651, High: 607.2, Low: 598.4, YearlyHigh: 690, YearlyLow: 458.6, YearlyStart: 574.3, YearlyChange: 4.65, Settlement: `Cash`, Contract: `Options`, Region: `Middle East`, Country: `Bahrain`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-07-11`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 332 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Uranium`, Spread: 0.02, Open: 27.55, Price: 27.51, Buy: 27.55, Sell: 27.55, Change: -0.07, ChangePercent: -0.24, Volume: 12, High: 27.55, Low: 27.55, YearlyHigh: 29.32, YearlyLow: 21.28, YearlyStart: 25.3, YearlyChange: 9.01, Settlement: `Loan`, Contract: `CFD`, Region: `Europe`, Country: `Denmark`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-01-21`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 333 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `BTC/USD`, Spread: 0.06, Open: 93.88, Price: 20622.76, Buy: 21200.76, Sell: 21400.78, Change: -378.01, ChangePercent: -1.8, Volume: 5788000, High: 22400.05, Low: 20100.75, YearlyHigh: 62400.7, YearlyLow: 15100.88, YearlyStart: 21200.29, YearlyChange: -20.62, Settlement: `Credit`, Contract: `Futures`, Region: `South America`, Country: `Venezuela`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `Poor`, Issuer: `FedEx`, Maturity: `2022-06-27`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 334 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Ethanol`, Spread: 0.01, Open: 1.512, Price: 2.79, Buy: 2.75, Sell: 2.76, Change: 0.04, ChangePercent: 1.36, Volume: 14, High: 2.75, Low: 1.12, YearlyHigh: 2.75, YearlyLow: 1.12, YearlyStart: 1.48, YearlyChange: 86.7, Settlement: `Cash`, Contract: `Forwards`, Region: `Asia Pacific`, Country: `Singapore`, Risk: `High`, Sector: `Government`, Currency: `USD`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-04-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 335 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Diesel`, Spread: 0.015, Open: 1.3474, Price: 1.36, Buy: 1.35, Sell: 1.35, Change: 0, ChangePercent: 0.08, Volume: 2971, High: 1.36, Low: 1.34, YearlyHigh: 2.11, YearlyLow: 0.92, YearlyStart: 1.51, YearlyChange: -10.4, Settlement: `Loan`, Contract: `CFD`, Region: `Asia Pacific`, Country: `China`, Risk: `Low`, Sector: `Government`, Currency: `USD`, Security: `Poor`, Issuer: `American Airlines`, Maturity: `2022-05-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 336 }), + new FinancialDataAllItem({ Category: `Index`, Type: `NAS Future`, Spread: 0.01, Open: 4341.25, Price: 4299.6, Buy: 4341.25, Sell: 4341.25, Change: -41.68, ChangePercent: -0.96, Volume: 18259, High: 4347, Low: 4318, YearlyHigh: 4719.75, YearlyLow: 3867.75, YearlyStart: 4293.75, YearlyChange: 1.11, Settlement: `Credit`, Contract: `Swap`, Region: `Africa`, Country: `Senegal`, Risk: `Low`, Sector: `Public`, Currency: `USD`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-03-23`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 337 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Lumber`, Spread: 0.01, Open: 303.9, Price: 304.11, Buy: 304.59, Sell: 304.6, Change: -0.49, ChangePercent: -0.16, Volume: 2, High: 304.6, Low: 303.9, YearlyHigh: 317.1, YearlyLow: 236, YearlyStart: 276.55, YearlyChange: 10.14, Settlement: `Credit`, Contract: `Swap`, Region: `Middle East`, Country: `Lebanon`, Risk: `Low`, Sector: `Public`, Currency: `EUR`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-03-24`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 338 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Natural Gas`, Spread: 0.02, Open: 2.094, Price: 2.12, Buy: 2.09, Sell: 2.09, Change: 0.02, ChangePercent: 0.84, Volume: 2783, High: 2.11, Low: 2.09, YearlyHigh: 3.2, YearlyLow: 1.84, YearlyStart: 2.52, YearlyChange: -16.51, Settlement: `Cash`, Contract: `Futures`, Region: `Europe`, Country: `Bulgaria`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-02-24`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 339 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Wheat`, Spread: 0.01, Open: 465.5, Price: 472.6, Buy: 465.5, Sell: 465.5, Change: 7.08, ChangePercent: 1.52, Volume: 4318, High: 467, Low: 463.25, YearlyHigh: 628.5, YearlyLow: 449.5, YearlyStart: 539, YearlyChange: -13.63, Settlement: `Cash`, Contract: `Swap`, Region: `Africa`, Country: `Ethiopia`, Risk: `High`, Sector: `Private`, Currency: `PLN`, Security: `Poor`, Issuer: `FedEx`, Maturity: `2022-06-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 340 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/CAD`, Spread: 0.02, Open: 0.7744, Price: 0.96, Buy: 0.94, Sell: 0.96, Change: 0.01, ChangePercent: 0.64, Volume: 13669, High: 0.95, Low: 0.77, YearlyHigh: 0.95, YearlyLow: 0.68, YearlyStart: 0.76, YearlyChange: 26.43, Settlement: `Credit`, Contract: `Futures`, Region: `Asia Pacific`, Country: `Philippines`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `High`, Issuer: `FedEx`, Maturity: `2022-03-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 341 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P MID MINI`, Spread: 0.01, Open: 1454.3, Price: 1477.33, Buy: 1455.78, Sell: 1455.79, Change: 21.55, ChangePercent: 1.48, Volume: 338, High: 1455.78, Low: 1448, YearlyHigh: 1527.3, YearlyLow: 1236, YearlyStart: 1381.65, YearlyChange: 5.37, Settlement: `Credit`, Contract: `Futures`, Region: `Europe`, Country: `United Kingdom`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-02-19`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 342 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Ethanol`, Spread: 0.01, Open: 1.512, Price: 2.8, Buy: 2.75, Sell: 2.76, Change: 0.05, ChangePercent: 1.8, Volume: 14, High: 2.75, Low: 1.12, YearlyHigh: 2.75, YearlyLow: 1.12, YearlyStart: 1.48, YearlyChange: 86.7, Settlement: `Credit`, Contract: `Futures`, Region: `Middle East`, Country: `Syria`, Risk: `High`, Sector: `Private`, Currency: `PLN`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-05-16`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 343 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/CHF`, Spread: 0.02, Open: 1.0337, Price: 1.05, Buy: 1.03, Sell: 1.03, Change: 0.01, ChangePercent: 0.88, Volume: 5550, High: 1.03, Low: 1.03, YearlyHigh: 1.11, YearlyLow: 0.98, YearlyStart: 1.04, YearlyChange: -0.12, Settlement: `Loan`, Contract: `Options`, Region: `Middle East`, Country: `Kuwait`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-04-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 344 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `US 30YR Future`, Spread: 0.01, Open: 164.875, Price: 163.24, Buy: 164.15, Sell: 164.16, Change: -0.92, ChangePercent: -0.56, Volume: 28012, High: 165.25, Low: 164.04, YearlyHigh: 169.38, YearlyLow: 151.47, YearlyStart: 160.43, YearlyChange: 2.33, Settlement: `Credit`, Contract: `Options`, Region: `Europe`, Country: `Croatia`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-03-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 345 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Cotton`, Spread: 0.01, Open: 61.77, Price: 62.9, Buy: 61.77, Sell: 61.77, Change: 1.14, ChangePercent: 1.84, Volume: 3612, High: 62.06, Low: 61.32, YearlyHigh: 67.59, YearlyLow: 54.33, YearlyStart: 60.96, YearlyChange: 1.31, Settlement: `Loan`, Contract: `CFD`, Region: `Europe`, Country: `Portugal`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-02-22`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 346 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Sugar`, Spread: 0.01, Open: 15.68, Price: 14.94, Buy: 14.67, Sell: 14.68, Change: 0.27, ChangePercent: 1.8, Volume: 4949, High: 15.7, Low: 14.67, YearlyHigh: 16.87, YearlyLow: 11.37, YearlyStart: 14.12, YearlyChange: 3.92, Settlement: `Credit`, Contract: `Swap`, Region: `Middle East`, Country: `Kuwait`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-06-11`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 347 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soy Meat`, Spread: 0.01, Open: 342.6, Price: 338.1, Buy: 342.6, Sell: 342.6, Change: -4.52, ChangePercent: -1.32, Volume: 5646, High: 345.4, Low: 340.3, YearlyHigh: 353.4, YearlyLow: 261.7, YearlyStart: 307.55, YearlyChange: 11.4, Settlement: `Cash`, Contract: `Forwards`, Region: `North America`, Country: `Mexico`, Risk: `Low`, Sector: `Public`, Currency: `PLN`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-08-16`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 348 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `AUD/USD`, Spread: 0.02, Open: 0.7344, Price: 0.74, Buy: 0.73, Sell: 0.73, Change: 0, ChangePercent: -0.04, Volume: 36764, High: 0.74, Low: 0.73, YearlyHigh: 0.79, YearlyLow: 0.68, YearlyStart: 0.73, YearlyChange: 1.28, Settlement: `Credit`, Contract: `Swap`, Region: `Asia Pacific`, Country: `New Zealand`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-06-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 349 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P MID MINI`, Spread: 0.01, Open: 1454.3, Price: 1459.86, Buy: 1455.78, Sell: 1455.79, Change: 4.08, ChangePercent: 0.28, Volume: 338, High: 1455.78, Low: 1448, YearlyHigh: 1527.3, YearlyLow: 1236, YearlyStart: 1381.65, YearlyChange: 5.37, Settlement: `Cash`, Contract: `Swap`, Region: `South America`, Country: `Bolivia`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-01-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 350 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soy oil`, Spread: 0.01, Open: 33.26, Price: 34.07, Buy: 33.77, Sell: 33.78, Change: 0.3, ChangePercent: 0.88, Volume: 10592, High: 33.77, Low: 33.06, YearlyHigh: 35.43, YearlyLow: 26.61, YearlyStart: 31.02, YearlyChange: 8.87, Settlement: `Loan`, Contract: `Forwards`, Region: `Middle East`, Country: `Israel`, Risk: `Low`, Sector: `Government`, Currency: `USD`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-05-21`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 351 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P 600 MINI`, Spread: 0.01, Open: 687.9, Price: 687.05, Buy: 687.9, Sell: 687.9, Change: -0.83, ChangePercent: -0.12, Volume: 0, High: 0, Low: 0, YearlyHigh: 620.32, YearlyLow: 595.9, YearlyStart: 608.11, YearlyChange: 13.12, Settlement: `Loan`, Contract: `Forwards`, Region: `Asia Pacific`, Country: `Singapore`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-08-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 352 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Platinum`, Spread: 0.01, Open: 1071.6, Price: 1064.67, Buy: 1071.09, Sell: 1071.1, Change: -6.43, ChangePercent: -0.6, Volume: 3039, High: 1081.2, Low: 1070.5, YearlyHigh: 1120.6, YearlyLow: 812.4, YearlyStart: 966.5, YearlyChange: 10.82, Settlement: `Cash`, Contract: `Swap`, Region: `Asia Pacific`, Country: `Taiwan`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-09-19`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 353 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Coal`, Spread: 0.015, Open: 0.4363, Price: 0.41, Buy: 0.44, Sell: 0.44, Change: -0.01, ChangePercent: -0.92, Volume: 3, High: 0.44, Low: 0.44, YearlyHigh: 0.48, YearlyLow: 0.4, YearlyStart: 0.44, YearlyChange: -5.33, Settlement: `Cash`, Contract: `Options`, Region: `Asia Pacific`, Country: `India`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-03-19`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 354 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Silver`, Spread: 0.01, Open: 17.43, Price: 17.14, Buy: 17.43, Sell: 17.43, Change: -0.28, ChangePercent: -1.6, Volume: 11720, High: 17.51, Low: 17.37, YearlyHigh: 18.06, YearlyLow: 13.73, YearlyStart: 15.89, YearlyChange: 9.59, Settlement: `Credit`, Contract: `Swap`, Region: `Africa`, Country: `Morocco`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-01-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 355 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soy oil`, Spread: 0.01, Open: 33.26, Price: 33.43, Buy: 33.77, Sell: 33.78, Change: -0.34, ChangePercent: -1, Volume: 10592, High: 33.77, Low: 33.06, YearlyHigh: 35.43, YearlyLow: 26.61, YearlyStart: 31.02, YearlyChange: 8.87, Settlement: `Loan`, Contract: `Futures`, Region: `Middle East`, Country: `Kuwait`, Risk: `Low`, Sector: `Public`, Currency: `USD`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-06-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 356 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/CHF`, Spread: 0.02, Open: 1.0337, Price: 1.04, Buy: 1.03, Sell: 1.03, Change: 0, ChangePercent: -0.56, Volume: 5550, High: 1.03, Low: 1.03, YearlyHigh: 1.11, YearlyLow: 0.98, YearlyStart: 1.04, YearlyChange: -0.12, Settlement: `Loan`, Contract: `Options`, Region: `Europe`, Country: `Greece`, Risk: `High`, Sector: `Public`, Currency: `USD`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-09-21`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 357 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Lumber`, Spread: 0.01, Open: 303.9, Price: 301.55, Buy: 304.59, Sell: 304.6, Change: -3.05, ChangePercent: -1, Volume: 2, High: 304.6, Low: 303.9, YearlyHigh: 317.1, YearlyLow: 236, YearlyStart: 276.55, YearlyChange: 10.14, Settlement: `Loan`, Contract: `Forwards`, Region: `South America`, Country: `Bolivia`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `High`, Issuer: `American Airlines`, Maturity: `2022-07-19`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 358 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `GBP/USD`, Spread: 0.02, Open: 1.4464, Price: 1.18, Buy: 1.18, Sell: 1.2, Change: -0.01, ChangePercent: -1.28, Volume: 29450, High: 1.45, Low: 1.19, YearlyHigh: 1.59, YearlyLow: 1.19, YearlyStart: 1.49, YearlyChange: -19.59, Settlement: `Credit`, Contract: `Swap`, Region: `Middle East`, Country: `Oman`, Risk: `Low`, Sector: `Public`, Currency: `PLN`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-02-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 359 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Sugar`, Spread: 0.01, Open: 15.68, Price: 14.39, Buy: 14.67, Sell: 14.68, Change: -0.28, ChangePercent: -1.96, Volume: 4949, High: 15.7, Low: 14.67, YearlyHigh: 16.87, YearlyLow: 11.37, YearlyStart: 14.12, YearlyChange: 3.92, Settlement: `Cash`, Contract: `Futures`, Region: `Middle East`, Country: `UAE`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-06-11`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 360 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `LV Cattle`, Spread: 0.01, Open: 120.725, Price: 120.32, Buy: 120.72, Sell: 120.72, Change: -0.39, ChangePercent: -0.32, Volume: 4, High: 120.72, Low: 120.72, YearlyHigh: 147.98, YearlyLow: 113.9, YearlyStart: 130.94, YearlyChange: -7.82, Settlement: `Credit`, Contract: `Swap`, Region: `Africa`, Country: `South Africa`, Risk: `Low`, Sector: `Government`, Currency: `USD`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-06-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 361 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P Future`, Spread: 0.01, Open: 2057.5, Price: 2033.57, Buy: 2056.6, Sell: 2056.61, Change: -23.03, ChangePercent: -1.12, Volume: 142780, High: 2059.5, Low: 2049, YearlyHigh: 2105.5, YearlyLow: 1794.5, YearlyStart: 1950, YearlyChange: 5.47, Settlement: `Cash`, Contract: `Swap`, Region: `Asia Pacific`, Country: `Pakistan`, Risk: `High`, Sector: `Private`, Currency: `PLN`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-06-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 362 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `Euro$ 3M`, Spread: 0.01, Open: 99.18, Price: 99.8, Buy: 99.18, Sell: 99.18, Change: 0.63, ChangePercent: 0.64, Volume: 29509, High: 99.18, Low: 99.17, YearlyHigh: 99.38, YearlyLow: 98.41, YearlyStart: 98.89, YearlyChange: 0.28, Settlement: `Cash`, Contract: `Futures`, Region: `Europe`, Country: `United Kingdom`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-04-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 363 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `Euro$ 3M`, Spread: 0.01, Open: 99.18, Price: 99.61, Buy: 99.18, Sell: 99.18, Change: 0.44, ChangePercent: 0.44, Volume: 29509, High: 99.18, Low: 99.17, YearlyHigh: 99.38, YearlyLow: 98.41, YearlyStart: 98.89, YearlyChange: 0.28, Settlement: `Cash`, Contract: `Options`, Region: `Africa`, Country: `Niger`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-09-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 364 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P MID MINI`, Spread: 0.01, Open: 1454.3, Price: 1448.79, Buy: 1455.78, Sell: 1455.79, Change: -6.99, ChangePercent: -0.48, Volume: 338, High: 1455.78, Low: 1448, YearlyHigh: 1527.3, YearlyLow: 1236, YearlyStart: 1381.65, YearlyChange: 5.37, Settlement: `Loan`, Contract: `CFD`, Region: `Middle East`, Country: `Israel`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-02-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 365 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/CAD`, Spread: 0.02, Open: 0.7744, Price: 0.94, Buy: 0.94, Sell: 0.96, Change: -0.01, ChangePercent: -1, Volume: 13669, High: 0.95, Low: 0.77, YearlyHigh: 0.95, YearlyLow: 0.68, YearlyStart: 0.76, YearlyChange: 26.43, Settlement: `Cash`, Contract: `Futures`, Region: `North America`, Country: `Mexico`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-05-27`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 366 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Wheat`, Spread: 0.01, Open: 465.5, Price: 462.54, Buy: 465.5, Sell: 465.5, Change: -2.98, ChangePercent: -0.64, Volume: 4318, High: 467, Low: 463.25, YearlyHigh: 628.5, YearlyLow: 449.5, YearlyStart: 539, YearlyChange: -13.63, Settlement: `Loan`, Contract: `CFD`, Region: `North America`, Country: `United States`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-09-27`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 367 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P 600 MINI`, Spread: 0.01, Open: 687.9, Price: 689.81, Buy: 687.9, Sell: 687.9, Change: 1.93, ChangePercent: 0.28, Volume: 0, High: 0, Low: 0, YearlyHigh: 620.32, YearlyLow: 595.9, YearlyStart: 608.11, YearlyChange: 13.12, Settlement: `Credit`, Contract: `Swap`, Region: `Africa`, Country: `Ethiopia`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-02-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 368 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Cocoa`, Spread: 0.01, Open: 3076, Price: 3119.09, Buy: 3076, Sell: 3076, Change: 43.06, ChangePercent: 1.4, Volume: 978, High: 3078, Low: 3066, YearlyHigh: 3406, YearlyLow: 2746, YearlyStart: 3076, YearlyChange: 0, Settlement: `Loan`, Contract: `Forwards`, Region: `Africa`, Country: `South Africa`, Risk: `High`, Sector: `Government`, Currency: `PLN`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-02-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 369 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `US 10YR Future`, Spread: 0.01, Open: 130.5625, Price: 131.84, Buy: 130.56, Sell: 130.56, Change: 1.26, ChangePercent: 0.96, Volume: 189310, High: 130.63, Low: 130.44, YearlyHigh: 132.64, YearlyLow: 125.48, YearlyStart: 129.06, YearlyChange: 1.18, Settlement: `Credit`, Contract: `CFD`, Region: `South America`, Country: `Uruguay`, Risk: `High`, Sector: `Government`, Currency: `PLN`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-07-11`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 370 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Silver`, Spread: 0.01, Open: 17.43, Price: 17.34, Buy: 17.43, Sell: 17.43, Change: -0.08, ChangePercent: -0.48, Volume: 11720, High: 17.51, Low: 17.37, YearlyHigh: 18.06, YearlyLow: 13.73, YearlyStart: 15.89, YearlyChange: 9.59, Settlement: `Cash`, Contract: `Options`, Region: `South America`, Country: `Paraguay`, Risk: `High`, Sector: `Public`, Currency: `PLN`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-04-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 371 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `OJ Future`, Spread: 0.01, Open: 140.6, Price: 142.54, Buy: 140.18, Sell: 140.19, Change: 2.35, ChangePercent: 1.68, Volume: 7, High: 140.19, Low: 0, YearlyHigh: 155.95, YearlyLow: 113, YearlyStart: 134.47, YearlyChange: 4.25, Settlement: `Cash`, Contract: `Futures`, Region: `Middle East`, Country: `Iraq`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `Poor`, Issuer: `FedEx`, Maturity: `2022-08-11`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 372 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Oil`, Spread: 0.015, Open: 45.54, Price: 45.84, Buy: 45.78, Sell: 45.8, Change: 0.05, ChangePercent: 0.12, Volume: 107196, High: 45.94, Low: 45, YearlyHigh: 65.28, YearlyLow: 30.79, YearlyStart: 48.03, YearlyChange: -4.67, Settlement: `Cash`, Contract: `Futures`, Region: `Europe`, Country: `Switzerland`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-06-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 373 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Silver`, Spread: 0.01, Open: 17.43, Price: 17.21, Buy: 17.43, Sell: 17.43, Change: -0.21, ChangePercent: -1.2, Volume: 11720, High: 17.51, Low: 17.37, YearlyHigh: 18.06, YearlyLow: 13.73, YearlyStart: 15.89, YearlyChange: 9.59, Settlement: `Credit`, Contract: `Swap`, Region: `Asia Pacific`, Country: `Australia`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-09-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 374 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Wheat`, Spread: 0.01, Open: 465.5, Price: 474.09, Buy: 465.5, Sell: 465.5, Change: 8.57, ChangePercent: 1.84, Volume: 4318, High: 467, Low: 463.25, YearlyHigh: 628.5, YearlyLow: 449.5, YearlyStart: 539, YearlyChange: -13.63, Settlement: `Loan`, Contract: `CFD`, Region: `Europe`, Country: `Poland`, Risk: `Low`, Sector: `Public`, Currency: `PLN`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-03-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 375 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Gold`, Spread: 0.01, Open: 1281.1, Price: 1293.03, Buy: 1280.73, Sell: 1280.74, Change: 12.3, ChangePercent: 0.96, Volume: 48387, High: 1289.5, Low: 1279.1, YearlyHigh: 1306, YearlyLow: 1047.2, YearlyStart: 1176.6, YearlyChange: 8.85, Settlement: `Cash`, Contract: `Options`, Region: `Asia Pacific`, Country: `Japan`, Risk: `Low`, Sector: `Public`, Currency: `PLN`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-03-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 376 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soy Meat`, Spread: 0.01, Open: 342.6, Price: 338.51, Buy: 342.6, Sell: 342.6, Change: -4.11, ChangePercent: -1.2, Volume: 5646, High: 345.4, Low: 340.3, YearlyHigh: 353.4, YearlyLow: 261.7, YearlyStart: 307.55, YearlyChange: 11.4, Settlement: `Loan`, Contract: `CFD`, Region: `Middle East`, Country: `Lebanon`, Risk: `Low`, Sector: `Government`, Currency: `PLN`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-09-19`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 377 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `US 30YR Future`, Spread: 0.01, Open: 164.875, Price: 162.78, Buy: 164.15, Sell: 164.16, Change: -1.38, ChangePercent: -0.84, Volume: 28012, High: 165.25, Low: 164.04, YearlyHigh: 169.38, YearlyLow: 151.47, YearlyStart: 160.43, YearlyChange: 2.33, Settlement: `Cash`, Contract: `Swap`, Region: `Middle East`, Country: `Kuwait`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-07-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 378 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Cotton`, Spread: 0.01, Open: 61.77, Price: 62.5, Buy: 61.77, Sell: 61.77, Change: 0.74, ChangePercent: 1.2, Volume: 3612, High: 62.06, Low: 61.32, YearlyHigh: 67.59, YearlyLow: 54.33, YearlyStart: 60.96, YearlyChange: 1.31, Settlement: `Credit`, Contract: `Futures`, Region: `Europe`, Country: `Estonia`, Risk: `High`, Sector: `Public`, Currency: `PLN`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-02-23`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 379 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `FD Cattle`, Spread: 0.01, Open: 147.175, Price: 146.76, Buy: 148.6, Sell: 148.61, Change: -1.85, ChangePercent: -1.24, Volume: 5, High: 148.61, Low: 147.18, YearlyHigh: 190, YearlyLow: 138.1, YearlyStart: 164.05, YearlyChange: -9.41, Settlement: `Loan`, Contract: `Swap`, Region: `Europe`, Country: `Austria`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-04-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 380 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P Future`, Spread: 0.01, Open: 2057.5, Price: 2055.78, Buy: 2056.6, Sell: 2056.61, Change: -0.82, ChangePercent: -0.04, Volume: 142780, High: 2059.5, Low: 2049, YearlyHigh: 2105.5, YearlyLow: 1794.5, YearlyStart: 1950, YearlyChange: 5.47, Settlement: `Cash`, Contract: `Options`, Region: `Europe`, Country: `Finland`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-02-22`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 381 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Cocoa`, Spread: 0.01, Open: 3076, Price: 3028.04, Buy: 3076, Sell: 3076, Change: -47.99, ChangePercent: -1.56, Volume: 978, High: 3078, Low: 3066, YearlyHigh: 3406, YearlyLow: 2746, YearlyStart: 3076, YearlyChange: 0, Settlement: `Loan`, Contract: `Swap`, Region: `South America`, Country: `Ecuador`, Risk: `Low`, Sector: `Public`, Currency: `PLN`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-08-21`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 382 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soybean`, Spread: 0.01, Open: 1038, Price: 1036.96, Buy: 1038.61, Sell: 1038.62, Change: -1.66, ChangePercent: -0.16, Volume: 20356, High: 1044, Low: 1031.75, YearlyHigh: 1057, YearlyLow: 859.5, YearlyStart: 958.25, YearlyChange: 8.39, Settlement: `Cash`, Contract: `Forwards`, Region: `Middle East`, Country: `Iran`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-08-24`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 383 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `AUD/USD`, Spread: 0.02, Open: 0.7344, Price: 0.74, Buy: 0.73, Sell: 0.73, Change: 0, ChangePercent: -0.48, Volume: 36764, High: 0.74, Low: 0.73, YearlyHigh: 0.79, YearlyLow: 0.68, YearlyStart: 0.73, YearlyChange: 1.28, Settlement: `Cash`, Contract: `CFD`, Region: `Africa`, Country: `Niger`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-03-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 384 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `US 30YR Future`, Spread: 0.01, Open: 164.875, Price: 164.42, Buy: 164.15, Sell: 164.16, Change: 0.26, ChangePercent: 0.16, Volume: 28012, High: 165.25, Low: 164.04, YearlyHigh: 169.38, YearlyLow: 151.47, YearlyStart: 160.43, YearlyChange: 2.33, Settlement: `Credit`, Contract: `Futures`, Region: `Middle East`, Country: `UAE`, Risk: `Low`, Sector: `Government`, Currency: `PLN`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-03-16`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 385 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `Euro$ 3M`, Spread: 0.01, Open: 99.18, Price: 100.4, Buy: 99.18, Sell: 99.18, Change: 1.23, ChangePercent: 1.24, Volume: 29509, High: 99.18, Low: 99.17, YearlyHigh: 99.38, YearlyLow: 98.41, YearlyStart: 98.89, YearlyChange: 0.28, Settlement: `Cash`, Contract: `Swap`, Region: `Middle East`, Country: `Bahrain`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-08-21`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 386 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `LV Cattle`, Spread: 0.01, Open: 120.725, Price: 123.07, Buy: 120.72, Sell: 120.72, Change: 2.36, ChangePercent: 1.96, Volume: 4, High: 120.72, Low: 120.72, YearlyHigh: 147.98, YearlyLow: 113.9, YearlyStart: 130.94, YearlyChange: -7.82, Settlement: `Cash`, Contract: `Forwards`, Region: `Middle East`, Country: `Bahrain`, Risk: `High`, Sector: `Government`, Currency: `PLN`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-06-23`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 387 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `FD Cattle`, Spread: 0.01, Open: 147.175, Price: 150.39, Buy: 148.6, Sell: 148.61, Change: 1.78, ChangePercent: 1.2, Volume: 5, High: 148.61, Low: 147.18, YearlyHigh: 190, YearlyLow: 138.1, YearlyStart: 164.05, YearlyChange: -9.41, Settlement: `Cash`, Contract: `Options`, Region: `Asia Pacific`, Country: `Pakistan`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-08-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 388 }), + new FinancialDataAllItem({ Category: `Index`, Type: `NAS Future`, Spread: 0.01, Open: 4341.25, Price: 4327.39, Buy: 4341.25, Sell: 4341.25, Change: -13.89, ChangePercent: -0.32, Volume: 18259, High: 4347, Low: 4318, YearlyHigh: 4719.75, YearlyLow: 3867.75, YearlyStart: 4293.75, YearlyChange: 1.11, Settlement: `Credit`, Contract: `Futures`, Region: `South America`, Country: `Venezuela`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-09-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 389 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Lumber`, Spread: 0.01, Open: 303.9, Price: 298.63, Buy: 304.59, Sell: 304.6, Change: -5.97, ChangePercent: -1.96, Volume: 2, High: 304.6, Low: 303.9, YearlyHigh: 317.1, YearlyLow: 236, YearlyStart: 276.55, YearlyChange: 10.14, Settlement: `Cash`, Contract: `Futures`, Region: `Europe`, Country: `Iceland`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-05-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 390 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Rice`, Spread: 0.01, Open: 11.245, Price: 10.51, Buy: 10.41, Sell: 10.42, Change: 0.09, ChangePercent: 0.92, Volume: 220, High: 11.38, Low: 10.42, YearlyHigh: 14.14, YearlyLow: 9.7, YearlyStart: 11.92, YearlyChange: -12.62, Settlement: `Credit`, Contract: `Futures`, Region: `Asia Pacific`, Country: `Malaysia`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-02-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 391 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Natural Gas`, Spread: 0.02, Open: 2.094, Price: 2.08, Buy: 2.09, Sell: 2.09, Change: -0.02, ChangePercent: -1, Volume: 2783, High: 2.11, Low: 2.09, YearlyHigh: 3.2, YearlyLow: 1.84, YearlyStart: 2.52, YearlyChange: -16.51, Settlement: `Cash`, Contract: `Options`, Region: `Asia Pacific`, Country: `Philippines`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-03-27`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 392 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P Future`, Spread: 0.01, Open: 2057.5, Price: 2035.21, Buy: 2056.6, Sell: 2056.61, Change: -21.39, ChangePercent: -1.04, Volume: 142780, High: 2059.5, Low: 2049, YearlyHigh: 2105.5, YearlyLow: 1794.5, YearlyStart: 1950, YearlyChange: 5.47, Settlement: `Cash`, Contract: `CFD`, Region: `Africa`, Country: `Egypt`, Risk: `High`, Sector: `Private`, Currency: `PLN`, Security: `High`, Issuer: `American Airlines`, Maturity: `2022-05-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 393 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soy oil`, Spread: 0.01, Open: 33.26, Price: 33.53, Buy: 33.77, Sell: 33.78, Change: -0.24, ChangePercent: -0.72, Volume: 10592, High: 33.77, Low: 33.06, YearlyHigh: 35.43, YearlyLow: 26.61, YearlyStart: 31.02, YearlyChange: 8.87, Settlement: `Cash`, Contract: `CFD`, Region: `Africa`, Country: `Cameroon`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-04-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 394 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `US 10YR Future`, Spread: 0.01, Open: 130.5625, Price: 128.6, Buy: 130.56, Sell: 130.56, Change: -1.98, ChangePercent: -1.52, Volume: 189310, High: 130.63, Low: 130.44, YearlyHigh: 132.64, YearlyLow: 125.48, YearlyStart: 129.06, YearlyChange: 1.18, Settlement: `Cash`, Contract: `Forwards`, Region: `South America`, Country: `Venezuela`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `High`, Issuer: `FedEx`, Maturity: `2022-02-27`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 395 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Copper`, Spread: 0.02, Open: 2.123, Price: 2.09, Buy: 2.12, Sell: 2.12, Change: -0.02, ChangePercent: -0.92, Volume: 28819, High: 2.16, Low: 2.11, YearlyHigh: 2.94, YearlyLow: 1.96, YearlyStart: 2.45, YearlyChange: -13.76, Settlement: `Loan`, Contract: `CFD`, Region: `Europe`, Country: `United Kingdom`, Risk: `Low`, Sector: `Public`, Currency: `EUR`, Security: `Poor`, Issuer: `FedEx`, Maturity: `2022-06-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 396 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Oil`, Spread: 0.015, Open: 45.54, Price: 45.17, Buy: 45.78, Sell: 45.8, Change: -0.62, ChangePercent: -1.36, Volume: 107196, High: 45.94, Low: 45, YearlyHigh: 65.28, YearlyLow: 30.79, YearlyStart: 48.03, YearlyChange: -4.67, Settlement: `Cash`, Contract: `CFD`, Region: `North America`, Country: `United States`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-04-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 397 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P 600 MINI`, Spread: 0.01, Open: 687.9, Price: 686.5, Buy: 687.9, Sell: 687.9, Change: -1.38, ChangePercent: -0.2, Volume: 0, High: 0, Low: 0, YearlyHigh: 620.32, YearlyLow: 595.9, YearlyStart: 608.11, YearlyChange: 13.12, Settlement: `Cash`, Contract: `Options`, Region: `Europe`, Country: `Czechia`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-06-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 398 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soy Meat`, Spread: 0.01, Open: 342.6, Price: 341.93, Buy: 342.6, Sell: 342.6, Change: -0.69, ChangePercent: -0.2, Volume: 5646, High: 345.4, Low: 340.3, YearlyHigh: 353.4, YearlyLow: 261.7, YearlyStart: 307.55, YearlyChange: 11.4, Settlement: `Cash`, Contract: `Swap`, Region: `South America`, Country: `Suriname`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-08-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 399 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soy Meat`, Spread: 0.01, Open: 342.6, Price: 349.06, Buy: 342.6, Sell: 342.6, Change: 6.44, ChangePercent: 1.88, Volume: 5646, High: 345.4, Low: 340.3, YearlyHigh: 353.4, YearlyLow: 261.7, YearlyStart: 307.55, YearlyChange: 11.4, Settlement: `Credit`, Contract: `Forwards`, Region: `Africa`, Country: `Egypt`, Risk: `Low`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-02-19`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 400 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `LV Cattle`, Spread: 0.01, Open: 120.725, Price: 121.28, Buy: 120.72, Sell: 120.72, Change: 0.58, ChangePercent: 0.48, Volume: 4, High: 120.72, Low: 120.72, YearlyHigh: 147.98, YearlyLow: 113.9, YearlyStart: 130.94, YearlyChange: -7.82, Settlement: `Cash`, Contract: `Options`, Region: `South America`, Country: `Bolivia`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-06-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 401 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Coffee`, Spread: 0.01, Open: 125.7, Price: 123.28, Buy: 125.7, Sell: 125.7, Change: -2.41, ChangePercent: -1.92, Volume: 1654, High: 125.8, Low: 125, YearlyHigh: 155.75, YearlyLow: 115.35, YearlyStart: 135.55, YearlyChange: -7.27, Settlement: `Cash`, Contract: `Swap`, Region: `South America`, Country: `Ecuador`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `Poor`, Issuer: `American Airlines`, Maturity: `2022-08-21`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 402 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Corn`, Spread: 0.01, Open: 379.5, Price: 383.6, Buy: 379.8, Sell: 379.81, Change: 3.8, ChangePercent: 1, Volume: 11266, High: 381, Low: 377.75, YearlyHigh: 471.25, YearlyLow: 351.25, YearlyStart: 411.25, YearlyChange: -7.65, Settlement: `Credit`, Contract: `Options`, Region: `North America`, Country: `United States`, Risk: `High`, Sector: `Public`, Currency: `PLN`, Security: `High`, Issuer: `FedEx`, Maturity: `2022-02-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 403 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `GBP/USD`, Spread: 0.02, Open: 1.4464, Price: 1.2, Buy: 1.18, Sell: 1.2, Change: 0.01, ChangePercent: 0.56, Volume: 29450, High: 1.45, Low: 1.19, YearlyHigh: 1.59, YearlyLow: 1.19, YearlyStart: 1.49, YearlyChange: -19.59, Settlement: `Credit`, Contract: `Options`, Region: `Middle East`, Country: `Iraq`, Risk: `Low`, Sector: `Public`, Currency: `PLN`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-04-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 404 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Silver`, Spread: 0.01, Open: 17.43, Price: 17.44, Buy: 17.43, Sell: 17.43, Change: 0.02, ChangePercent: 0.12, Volume: 11720, High: 17.51, Low: 17.37, YearlyHigh: 18.06, YearlyLow: 13.73, YearlyStart: 15.89, YearlyChange: 9.59, Settlement: `Credit`, Contract: `Swap`, Region: `Asia Pacific`, Country: `Korea`, Risk: `High`, Sector: `Public`, Currency: `USD`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-05-16`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 405 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Gold`, Spread: 0.01, Open: 1281.1, Price: 1285.85, Buy: 1280.73, Sell: 1280.74, Change: 5.12, ChangePercent: 0.4, Volume: 48387, High: 1289.5, Low: 1279.1, YearlyHigh: 1306, YearlyLow: 1047.2, YearlyStart: 1176.6, YearlyChange: 8.85, Settlement: `Credit`, Contract: `Swap`, Region: `Europe`, Country: `Switzerland`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-02-11`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 406 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Ethanol`, Spread: 0.01, Open: 1.512, Price: 2.71, Buy: 2.75, Sell: 2.76, Change: -0.04, ChangePercent: -1.56, Volume: 14, High: 2.75, Low: 1.12, YearlyHigh: 2.75, YearlyLow: 1.12, YearlyStart: 1.48, YearlyChange: 86.7, Settlement: `Loan`, Contract: `Options`, Region: `Middle East`, Country: `Kuwait`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `High`, Issuer: `American Airlines`, Maturity: `2022-08-22`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 407 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `Euro$ 3M`, Spread: 0.01, Open: 99.18, Price: 99.73, Buy: 99.18, Sell: 99.18, Change: 0.56, ChangePercent: 0.56, Volume: 29509, High: 99.18, Low: 99.17, YearlyHigh: 99.38, YearlyLow: 98.41, YearlyStart: 98.89, YearlyChange: 0.28, Settlement: `Cash`, Contract: `Options`, Region: `South America`, Country: `Paraguay`, Risk: `Low`, Sector: `Government`, Currency: `PLN`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-01-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 408 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `US 10YR Future`, Spread: 0.01, Open: 130.5625, Price: 130.37, Buy: 130.56, Sell: 130.56, Change: -0.21, ChangePercent: -0.16, Volume: 189310, High: 130.63, Low: 130.44, YearlyHigh: 132.64, YearlyLow: 125.48, YearlyStart: 129.06, YearlyChange: 1.18, Settlement: `Loan`, Contract: `Swap`, Region: `Middle East`, Country: `UAE`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `High`, Issuer: `American Airlines`, Maturity: `2022-06-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 409 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/CAD`, Spread: 0.02, Open: 0.7744, Price: 0.96, Buy: 0.94, Sell: 0.96, Change: 0.01, ChangePercent: 0.48, Volume: 13669, High: 0.95, Low: 0.77, YearlyHigh: 0.95, YearlyLow: 0.68, YearlyStart: 0.76, YearlyChange: 26.43, Settlement: `Cash`, Contract: `Swap`, Region: `Middle East`, Country: `Bahrain`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-03-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 410 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `OJ Future`, Spread: 0.01, Open: 140.6, Price: 142.1, Buy: 140.18, Sell: 140.19, Change: 1.91, ChangePercent: 1.36, Volume: 7, High: 140.19, Low: 0, YearlyHigh: 155.95, YearlyLow: 113, YearlyStart: 134.47, YearlyChange: 4.25, Settlement: `Credit`, Contract: `CFD`, Region: `Middle East`, Country: `Saudi Arabia`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-02-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 411 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Natural Gas`, Spread: 0.02, Open: 2.094, Price: 2.06, Buy: 2.09, Sell: 2.09, Change: -0.04, ChangePercent: -1.88, Volume: 2783, High: 2.11, Low: 2.09, YearlyHigh: 3.2, YearlyLow: 1.84, YearlyStart: 2.52, YearlyChange: -16.51, Settlement: `Loan`, Contract: `CFD`, Region: `Middle East`, Country: `Iraq`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-04-19`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 412 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/CHF`, Spread: 0.02, Open: 1.0337, Price: 1.04, Buy: 1.03, Sell: 1.03, Change: 0, ChangePercent: 0.08, Volume: 5550, High: 1.03, Low: 1.03, YearlyHigh: 1.11, YearlyLow: 0.98, YearlyStart: 1.04, YearlyChange: -0.12, Settlement: `Cash`, Contract: `Futures`, Region: `Middle East`, Country: `Jordan`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-03-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 413 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `US 10YR Future`, Spread: 0.01, Open: 130.5625, Price: 131.94, Buy: 130.56, Sell: 130.56, Change: 1.36, ChangePercent: 1.04, Volume: 189310, High: 130.63, Low: 130.44, YearlyHigh: 132.64, YearlyLow: 125.48, YearlyStart: 129.06, YearlyChange: 1.18, Settlement: `Cash`, Contract: `Swap`, Region: `Middle East`, Country: `Bahrain`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-03-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 414 }), + new FinancialDataAllItem({ Category: `Index`, Type: `DOW Future`, Spread: 0.01, Open: 17711, Price: 17882.19, Buy: 17712.15, Sell: 17712.16, Change: 170.04, ChangePercent: 0.96, Volume: 22236, High: 17727, Low: 17642, YearlyHigh: 18083, YearlyLow: 15299, YearlyStart: 16691, YearlyChange: 6.12, Settlement: `Cash`, Contract: `Futures`, Region: `Asia Pacific`, Country: `Azerbaijan`, Risk: `High`, Sector: `Private`, Currency: `PLN`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-05-21`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 415 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `BTC/USD`, Spread: 0.06, Open: 93.88, Price: 21059.57, Buy: 21200.76, Sell: 21400.78, Change: 58.8, ChangePercent: 0.28, Volume: 5788000, High: 22400.05, Low: 20100.75, YearlyHigh: 62400.7, YearlyLow: 15100.88, YearlyStart: 21200.29, YearlyChange: -20.62, Settlement: `Cash`, Contract: `Swap`, Region: `Asia Pacific`, Country: `Malaysia`, Risk: `Low`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-06-10`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 416 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Palladium`, Spread: 0.01, Open: 600.55, Price: 610.38, Buy: 601, Sell: 601.01, Change: 9.38, ChangePercent: 1.56, Volume: 651, High: 607.2, Low: 598.4, YearlyHigh: 690, YearlyLow: 458.6, YearlyStart: 574.3, YearlyChange: 4.65, Settlement: `Cash`, Contract: `Swap`, Region: `North America`, Country: `United States`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-04-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 417 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P 600 MINI`, Spread: 0.01, Open: 687.9, Price: 693.38, Buy: 687.9, Sell: 687.9, Change: 5.5, ChangePercent: 0.8, Volume: 0, High: 0, Low: 0, YearlyHigh: 620.32, YearlyLow: 595.9, YearlyStart: 608.11, YearlyChange: 13.12, Settlement: `Loan`, Contract: `Swap`, Region: `Asia Pacific`, Country: `Philippines`, Risk: `High`, Sector: `Government`, Currency: `PLN`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-02-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 418 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Palladium`, Spread: 0.01, Open: 600.55, Price: 600.76, Buy: 601, Sell: 601.01, Change: -0.24, ChangePercent: -0.04, Volume: 651, High: 607.2, Low: 598.4, YearlyHigh: 690, YearlyLow: 458.6, YearlyStart: 574.3, YearlyChange: 4.65, Settlement: `Cash`, Contract: `Options`, Region: `Middle East`, Country: `Iraq`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-03-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 419 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Corn`, Spread: 0.01, Open: 379.5, Price: 375.09, Buy: 379.8, Sell: 379.81, Change: -4.71, ChangePercent: -1.24, Volume: 11266, High: 381, Low: 377.75, YearlyHigh: 471.25, YearlyLow: 351.25, YearlyStart: 411.25, YearlyChange: -7.65, Settlement: `Credit`, Contract: `Forwards`, Region: `Asia Pacific`, Country: `Korea`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `Poor`, Issuer: `FedEx`, Maturity: `2022-08-19`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 420 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Ethanol`, Spread: 0.01, Open: 1.512, Price: 2.78, Buy: 2.75, Sell: 2.76, Change: 0.03, ChangePercent: 0.92, Volume: 14, High: 2.75, Low: 1.12, YearlyHigh: 2.75, YearlyLow: 1.12, YearlyStart: 1.48, YearlyChange: 86.7, Settlement: `Cash`, Contract: `Futures`, Region: `South America`, Country: `Suriname`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-05-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 421 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Sugar`, Spread: 0.01, Open: 15.68, Price: 14.44, Buy: 14.67, Sell: 14.68, Change: -0.23, ChangePercent: -1.6, Volume: 4949, High: 15.7, Low: 14.67, YearlyHigh: 16.87, YearlyLow: 11.37, YearlyStart: 14.12, YearlyChange: 3.92, Settlement: `Cash`, Contract: `Options`, Region: `North America`, Country: `United States`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-05-23`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 422 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Ethanol`, Spread: 0.01, Open: 1.512, Price: 2.73, Buy: 2.75, Sell: 2.76, Change: -0.02, ChangePercent: -0.88, Volume: 14, High: 2.75, Low: 1.12, YearlyHigh: 2.75, YearlyLow: 1.12, YearlyStart: 1.48, YearlyChange: 86.7, Settlement: `Loan`, Contract: `Futures`, Region: `Asia Pacific`, Country: `Indonesia`, Risk: `High`, Sector: `Government`, Currency: `PLN`, Security: `High`, Issuer: `FedEx`, Maturity: `2022-07-21`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 423 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `BTC/USD`, Spread: 0.06, Open: 93.88, Price: 21311.58, Buy: 21200.76, Sell: 21400.78, Change: 310.81, ChangePercent: 1.48, Volume: 5788000, High: 22400.05, Low: 20100.75, YearlyHigh: 62400.7, YearlyLow: 15100.88, YearlyStart: 21200.29, YearlyChange: -20.62, Settlement: `Loan`, Contract: `Swap`, Region: `Asia Pacific`, Country: `Australia`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-04-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 424 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Coal`, Spread: 0.015, Open: 0.4363, Price: 0.41, Buy: 0.44, Sell: 0.44, Change: -0.01, ChangePercent: -1.4, Volume: 3, High: 0.44, Low: 0.44, YearlyHigh: 0.48, YearlyLow: 0.4, YearlyStart: 0.44, YearlyChange: -5.33, Settlement: `Cash`, Contract: `Forwards`, Region: `South America`, Country: `Chile`, Risk: `High`, Sector: `Private`, Currency: `PLN`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-01-19`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 425 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Rice`, Spread: 0.01, Open: 11.245, Price: 10.26, Buy: 10.41, Sell: 10.42, Change: -0.16, ChangePercent: -1.52, Volume: 220, High: 11.38, Low: 10.42, YearlyHigh: 14.14, YearlyLow: 9.7, YearlyStart: 11.92, YearlyChange: -12.62, Settlement: `Cash`, Contract: `Forwards`, Region: `Europe`, Country: `Romania`, Risk: `Low`, Sector: `Government`, Currency: `PLN`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-07-21`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 426 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Silver`, Spread: 0.01, Open: 17.43, Price: 17.47, Buy: 17.43, Sell: 17.43, Change: 0.05, ChangePercent: 0.28, Volume: 11720, High: 17.51, Low: 17.37, YearlyHigh: 18.06, YearlyLow: 13.73, YearlyStart: 15.89, YearlyChange: 9.59, Settlement: `Cash`, Contract: `CFD`, Region: `Africa`, Country: `Senegal`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-04-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 427 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `US 10YR Future`, Spread: 0.01, Open: 130.5625, Price: 132.57, Buy: 130.56, Sell: 130.56, Change: 1.99, ChangePercent: 1.52, Volume: 189310, High: 130.63, Low: 130.44, YearlyHigh: 132.64, YearlyLow: 125.48, YearlyStart: 129.06, YearlyChange: 1.18, Settlement: `Cash`, Contract: `Options`, Region: `Europe`, Country: `Bulgaria`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-02-19`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 428 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Gold`, Spread: 0.01, Open: 1281.1, Price: 1258.7, Buy: 1280.73, Sell: 1280.74, Change: -22.03, ChangePercent: -1.72, Volume: 48387, High: 1289.5, Low: 1279.1, YearlyHigh: 1306, YearlyLow: 1047.2, YearlyStart: 1176.6, YearlyChange: 8.85, Settlement: `Credit`, Contract: `Swap`, Region: `Europe`, Country: `Croatia`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-07-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 429 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `LV Cattle`, Spread: 0.01, Open: 120.725, Price: 122.15, Buy: 120.72, Sell: 120.72, Change: 1.45, ChangePercent: 1.2, Volume: 4, High: 120.72, Low: 120.72, YearlyHigh: 147.98, YearlyLow: 113.9, YearlyStart: 130.94, YearlyChange: -7.82, Settlement: `Loan`, Contract: `Options`, Region: `Africa`, Country: `Libya`, Risk: `High`, Sector: `Public`, Currency: `PLN`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-07-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 430 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Cotton`, Spread: 0.01, Open: 61.77, Price: 61.49, Buy: 61.77, Sell: 61.77, Change: -0.27, ChangePercent: -0.44, Volume: 3612, High: 62.06, Low: 61.32, YearlyHigh: 67.59, YearlyLow: 54.33, YearlyStart: 60.96, YearlyChange: 1.31, Settlement: `Cash`, Contract: `Swap`, Region: `Asia Pacific`, Country: `Hong Kong`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-04-21`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 431 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/CHF`, Spread: 0.02, Open: 1.0337, Price: 1.04, Buy: 1.03, Sell: 1.03, Change: 0, ChangePercent: -0.4, Volume: 5550, High: 1.03, Low: 1.03, YearlyHigh: 1.11, YearlyLow: 0.98, YearlyStart: 1.04, YearlyChange: -0.12, Settlement: `Cash`, Contract: `CFD`, Region: `Middle East`, Country: `Bahrain`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-02-22`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 432 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Ethanol`, Spread: 0.01, Open: 1.512, Price: 2.71, Buy: 2.75, Sell: 2.76, Change: -0.04, ChangePercent: -1.6, Volume: 14, High: 2.75, Low: 1.12, YearlyHigh: 2.75, YearlyLow: 1.12, YearlyStart: 1.48, YearlyChange: 86.7, Settlement: `Cash`, Contract: `CFD`, Region: `Europe`, Country: `Bulgaria`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-01-22`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 433 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `Lean Hogs`, Spread: 0.01, Open: 81.275, Price: 83.19, Buy: 81.81, Sell: 81.82, Change: 1.38, ChangePercent: 1.68, Volume: 1, High: 81.81, Low: 81.28, YearlyHigh: 83.98, YearlyLow: 70.25, YearlyStart: 77.11, YearlyChange: 6.09, Settlement: `Credit`, Contract: `Swap`, Region: `Europe`, Country: `Greece`, Risk: `High`, Sector: `Public`, Currency: `USD`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-04-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 434 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Milk`, Spread: 0.01, Open: 12.87, Price: 12.89, Buy: 12.87, Sell: 12.87, Change: 0.03, ChangePercent: 0.2, Volume: 7, High: 12.89, Low: 12.81, YearlyHigh: 16.96, YearlyLow: 12.81, YearlyStart: 14.88, YearlyChange: -13.6, Settlement: `Cash`, Contract: `Forwards`, Region: `Europe`, Country: `Russia`, Risk: `High`, Sector: `Private`, Currency: `PLN`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-02-21`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 435 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P MID MINI`, Spread: 0.01, Open: 1454.3, Price: 1472.09, Buy: 1455.78, Sell: 1455.79, Change: 16.31, ChangePercent: 1.12, Volume: 338, High: 1455.78, Low: 1448, YearlyHigh: 1527.3, YearlyLow: 1236, YearlyStart: 1381.65, YearlyChange: 5.37, Settlement: `Cash`, Contract: `Options`, Region: `South America`, Country: `Guyana`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-08-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 436 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `US 2Y Future`, Spread: 0.01, Open: 109.3984, Price: 110.31, Buy: 109.4, Sell: 109.4, Change: 0.92, ChangePercent: 0.84, Volume: 17742, High: 109.41, Low: 109.38, YearlyHigh: 109.8, YearlyLow: 108.62, YearlyStart: 109.21, YearlyChange: 0.16, Settlement: `Cash`, Contract: `Futures`, Region: `Asia Pacific`, Country: `Azerbaijan`, Risk: `Low`, Sector: `Public`, Currency: `EUR`, Security: `High`, Issuer: `FedEx`, Maturity: `2022-04-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 437 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `OJ Future`, Spread: 0.01, Open: 140.6, Price: 141.25, Buy: 140.18, Sell: 140.19, Change: 1.06, ChangePercent: 0.76, Volume: 7, High: 140.19, Low: 0, YearlyHigh: 155.95, YearlyLow: 113, YearlyStart: 134.47, YearlyChange: 4.25, Settlement: `Cash`, Contract: `Swap`, Region: `Europe`, Country: `Czechia`, Risk: `Low`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-08-16`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 438 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Coffee`, Spread: 0.01, Open: 125.7, Price: 123.63, Buy: 125.7, Sell: 125.7, Change: -2.06, ChangePercent: -1.64, Volume: 1654, High: 125.8, Low: 125, YearlyHigh: 155.75, YearlyLow: 115.35, YearlyStart: 135.55, YearlyChange: -7.27, Settlement: `Credit`, Contract: `Futures`, Region: `South America`, Country: `Brazil`, Risk: `Low`, Sector: `Government`, Currency: `PLN`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-05-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 439 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Coffee`, Spread: 0.01, Open: 125.7, Price: 124.03, Buy: 125.7, Sell: 125.7, Change: -1.66, ChangePercent: -1.32, Volume: 1654, High: 125.8, Low: 125, YearlyHigh: 155.75, YearlyLow: 115.35, YearlyStart: 135.55, YearlyChange: -7.27, Settlement: `Cash`, Contract: `Options`, Region: `South America`, Country: `Suriname`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-03-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 440 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Cotton`, Spread: 0.01, Open: 61.77, Price: 60.72, Buy: 61.77, Sell: 61.77, Change: -1.04, ChangePercent: -1.68, Volume: 3612, High: 62.06, Low: 61.32, YearlyHigh: 67.59, YearlyLow: 54.33, YearlyStart: 60.96, YearlyChange: 1.31, Settlement: `Cash`, Contract: `CFD`, Region: `Africa`, Country: `Cameroon`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-03-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 441 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `FD Cattle`, Spread: 0.01, Open: 147.175, Price: 148.25, Buy: 148.6, Sell: 148.61, Change: -0.36, ChangePercent: -0.24, Volume: 5, High: 148.61, Low: 147.18, YearlyHigh: 190, YearlyLow: 138.1, YearlyStart: 164.05, YearlyChange: -9.41, Settlement: `Credit`, Contract: `Swap`, Region: `Africa`, Country: `Ethiopia`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-08-11`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 442 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `GBP/USD`, Spread: 0.02, Open: 1.4464, Price: 1.19, Buy: 1.18, Sell: 1.2, Change: 0, ChangePercent: -0.72, Volume: 29450, High: 1.45, Low: 1.19, YearlyHigh: 1.59, YearlyLow: 1.19, YearlyStart: 1.49, YearlyChange: -19.59, Settlement: `Loan`, Contract: `CFD`, Region: `Middle East`, Country: `Syria`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-08-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 443 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P MID MINI`, Spread: 0.01, Open: 1454.3, Price: 1437.15, Buy: 1455.78, Sell: 1455.79, Change: -18.63, ChangePercent: -1.28, Volume: 338, High: 1455.78, Low: 1448, YearlyHigh: 1527.3, YearlyLow: 1236, YearlyStart: 1381.65, YearlyChange: 5.37, Settlement: `Loan`, Contract: `Forwards`, Region: `Africa`, Country: `South Africa`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-02-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 444 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Palladium`, Spread: 0.01, Open: 600.55, Price: 595.71, Buy: 601, Sell: 601.01, Change: -5.29, ChangePercent: -0.88, Volume: 651, High: 607.2, Low: 598.4, YearlyHigh: 690, YearlyLow: 458.6, YearlyStart: 574.3, YearlyChange: 4.65, Settlement: `Loan`, Contract: `CFD`, Region: `Middle East`, Country: `Israel`, Risk: `Low`, Sector: `Public`, Currency: `PLN`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-04-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 445 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `AUD/USD`, Spread: 0.02, Open: 0.7344, Price: 0.74, Buy: 0.73, Sell: 0.73, Change: 0, ChangePercent: -0.44, Volume: 36764, High: 0.74, Low: 0.73, YearlyHigh: 0.79, YearlyLow: 0.68, YearlyStart: 0.73, YearlyChange: 1.28, Settlement: `Cash`, Contract: `Swap`, Region: `Europe`, Country: `Switzerland`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `Poor`, Issuer: `FedEx`, Maturity: `2022-02-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 446 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `US 30YR Future`, Spread: 0.01, Open: 164.875, Price: 166.19, Buy: 164.15, Sell: 164.16, Change: 2.03, ChangePercent: 1.24, Volume: 28012, High: 165.25, Low: 164.04, YearlyHigh: 169.38, YearlyLow: 151.47, YearlyStart: 160.43, YearlyChange: 2.33, Settlement: `Cash`, Contract: `Options`, Region: `Middle East`, Country: `Bahrain`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `High`, Issuer: `American Airlines`, Maturity: `2022-02-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 447 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Rice`, Spread: 0.01, Open: 11.245, Price: 10.42, Buy: 10.41, Sell: 10.42, Change: 0, ChangePercent: 0.04, Volume: 220, High: 11.38, Low: 10.42, YearlyHigh: 14.14, YearlyLow: 9.7, YearlyStart: 11.92, YearlyChange: -12.62, Settlement: `Credit`, Contract: `Futures`, Region: `Europe`, Country: `Croatia`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-06-23`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 448 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `Lean Hogs`, Spread: 0.01, Open: 81.275, Price: 82.63, Buy: 81.81, Sell: 81.82, Change: 0.82, ChangePercent: 1, Volume: 1, High: 81.81, Low: 81.28, YearlyHigh: 83.98, YearlyLow: 70.25, YearlyStart: 77.11, YearlyChange: 6.09, Settlement: `Credit`, Contract: `Futures`, Region: `Asia Pacific`, Country: `Indonesia`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-04-10`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 449 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/JPY`, Spread: 0.02, Open: 9275.5, Price: 9429.48, Buy: 9277.32, Sell: 9277.34, Change: 152.15, ChangePercent: 1.64, Volume: 47734, High: 9277.33, Low: 0.93, YearlyHigh: 9483, YearlyLow: 0.93, YearlyStart: 4741.97, YearlyChange: 95.64, Settlement: `Loan`, Contract: `Swap`, Region: `North America`, Country: `United States`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-01-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 450 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `BTC/USD`, Spread: 0.06, Open: 93.88, Price: 20899.97, Buy: 21200.76, Sell: 21400.78, Change: -100.8, ChangePercent: -0.48, Volume: 5788000, High: 22400.05, Low: 20100.75, YearlyHigh: 62400.7, YearlyLow: 15100.88, YearlyStart: 21200.29, YearlyChange: -20.62, Settlement: `Loan`, Contract: `Futures`, Region: `Middle East`, Country: `Israel`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-02-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 451 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `US 10YR Future`, Spread: 0.01, Open: 130.5625, Price: 131.16, Buy: 130.56, Sell: 130.56, Change: 0.58, ChangePercent: 0.44, Volume: 189310, High: 130.63, Low: 130.44, YearlyHigh: 132.64, YearlyLow: 125.48, YearlyStart: 129.06, YearlyChange: 1.18, Settlement: `Loan`, Contract: `CFD`, Region: `Middle East`, Country: `Saudi Arabia`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-04-23`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 452 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Wheat`, Spread: 0.01, Open: 465.5, Price: 461.05, Buy: 465.5, Sell: 465.5, Change: -4.47, ChangePercent: -0.96, Volume: 4318, High: 467, Low: 463.25, YearlyHigh: 628.5, YearlyLow: 449.5, YearlyStart: 539, YearlyChange: -13.63, Settlement: `Cash`, Contract: `Futures`, Region: `Asia Pacific`, Country: `China`, Risk: `Low`, Sector: `Government`, Currency: `PLN`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-03-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 453 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `OJ Future`, Spread: 0.01, Open: 140.6, Price: 140.81, Buy: 140.18, Sell: 140.19, Change: 0.62, ChangePercent: 0.44, Volume: 7, High: 140.19, Low: 0, YearlyHigh: 155.95, YearlyLow: 113, YearlyStart: 134.47, YearlyChange: 4.25, Settlement: `Loan`, Contract: `Futures`, Region: `Asia Pacific`, Country: `Malaysia`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-05-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 454 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `AUD/USD`, Spread: 0.02, Open: 0.7344, Price: 0.74, Buy: 0.73, Sell: 0.73, Change: 0, ChangePercent: -0.8, Volume: 36764, High: 0.74, Low: 0.73, YearlyHigh: 0.79, YearlyLow: 0.68, YearlyStart: 0.73, YearlyChange: 1.28, Settlement: `Cash`, Contract: `Options`, Region: `Middle East`, Country: `Bahrain`, Risk: `Low`, Sector: `Public`, Currency: `EUR`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-02-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 455 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Copper`, Spread: 0.02, Open: 2.123, Price: 2.14, Buy: 2.12, Sell: 2.12, Change: 0.03, ChangePercent: 1.4, Volume: 28819, High: 2.16, Low: 2.11, YearlyHigh: 2.94, YearlyLow: 1.96, YearlyStart: 2.45, YearlyChange: -13.76, Settlement: `Cash`, Contract: `Options`, Region: `Africa`, Country: `South Africa`, Risk: `High`, Sector: `Private`, Currency: `PLN`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-03-11`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 456 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Uranium`, Spread: 0.02, Open: 27.55, Price: 27.66, Buy: 27.55, Sell: 27.55, Change: 0.08, ChangePercent: 0.28, Volume: 12, High: 27.55, Low: 27.55, YearlyHigh: 29.32, YearlyLow: 21.28, YearlyStart: 25.3, YearlyChange: 9.01, Settlement: `Cash`, Contract: `CFD`, Region: `Europe`, Country: `Finland`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-04-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 457 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Oil`, Spread: 0.015, Open: 45.54, Price: 45.31, Buy: 45.78, Sell: 45.8, Change: -0.48, ChangePercent: -1.04, Volume: 107196, High: 45.94, Low: 45, YearlyHigh: 65.28, YearlyLow: 30.79, YearlyStart: 48.03, YearlyChange: -4.67, Settlement: `Cash`, Contract: `Swap`, Region: `Africa`, Country: `Ethiopia`, Risk: `Low`, Sector: `Public`, Currency: `USD`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-01-24`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 458 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/JPY`, Spread: 0.02, Open: 9275.5, Price: 9277.33, Buy: 9277.32, Sell: 9277.34, Change: 0, ChangePercent: 0, Volume: 47734, High: 9277.33, Low: 0.93, YearlyHigh: 9483, YearlyLow: 0.93, YearlyStart: 4741.97, YearlyChange: 95.64, Settlement: `Cash`, Contract: `Options`, Region: `Middle East`, Country: `Lebanon`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-01-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 459 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Rice`, Spread: 0.01, Open: 11.245, Price: 10.43, Buy: 10.41, Sell: 10.42, Change: 0.01, ChangePercent: 0.12, Volume: 220, High: 11.38, Low: 10.42, YearlyHigh: 14.14, YearlyLow: 9.7, YearlyStart: 11.92, YearlyChange: -12.62, Settlement: `Credit`, Contract: `Futures`, Region: `Middle East`, Country: `Israel`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `Poor`, Issuer: `FedEx`, Maturity: `2022-07-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 460 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Coal`, Spread: 0.015, Open: 0.4363, Price: 0.41, Buy: 0.44, Sell: 0.44, Change: -0.01, ChangePercent: -0.52, Volume: 3, High: 0.44, Low: 0.44, YearlyHigh: 0.48, YearlyLow: 0.4, YearlyStart: 0.44, YearlyChange: -5.33, Settlement: `Cash`, Contract: `CFD`, Region: `Europe`, Country: `Czechia`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-09-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 461 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Coal`, Spread: 0.015, Open: 0.4363, Price: 0.41, Buy: 0.44, Sell: 0.44, Change: -0.01, ChangePercent: -0.8, Volume: 3, High: 0.44, Low: 0.44, YearlyHigh: 0.48, YearlyLow: 0.4, YearlyStart: 0.44, YearlyChange: -5.33, Settlement: `Cash`, Contract: `Options`, Region: `Middle East`, Country: `Lebanon`, Risk: `Low`, Sector: `Government`, Currency: `USD`, Security: `High`, Issuer: `American Airlines`, Maturity: `2022-01-16`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 462 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Coffee`, Spread: 0.01, Open: 125.7, Price: 123.33, Buy: 125.7, Sell: 125.7, Change: -2.36, ChangePercent: -1.88, Volume: 1654, High: 125.8, Low: 125, YearlyHigh: 155.75, YearlyLow: 115.35, YearlyStart: 135.55, YearlyChange: -7.27, Settlement: `Cash`, Contract: `Options`, Region: `Europe`, Country: `Romania`, Risk: `High`, Sector: `Public`, Currency: `USD`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-07-23`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 463 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `Lean Hogs`, Spread: 0.01, Open: 81.275, Price: 80.8, Buy: 81.81, Sell: 81.82, Change: -1.01, ChangePercent: -1.24, Volume: 1, High: 81.81, Low: 81.28, YearlyHigh: 83.98, YearlyLow: 70.25, YearlyStart: 77.11, YearlyChange: 6.09, Settlement: `Credit`, Contract: `Swap`, Region: `North America`, Country: `United States`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-06-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 464 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Rice`, Spread: 0.01, Open: 11.245, Price: 10.47, Buy: 10.41, Sell: 10.42, Change: 0.05, ChangePercent: 0.52, Volume: 220, High: 11.38, Low: 10.42, YearlyHigh: 14.14, YearlyLow: 9.7, YearlyStart: 11.92, YearlyChange: -12.62, Settlement: `Cash`, Contract: `Forwards`, Region: `Middle East`, Country: `Oman`, Risk: `High`, Sector: `Public`, Currency: `USD`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-02-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 465 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P 600 MINI`, Spread: 0.01, Open: 687.9, Price: 684.58, Buy: 687.9, Sell: 687.9, Change: -3.3, ChangePercent: -0.48, Volume: 0, High: 0, Low: 0, YearlyHigh: 620.32, YearlyLow: 595.9, YearlyStart: 608.11, YearlyChange: 13.12, Settlement: `Loan`, Contract: `Futures`, Region: `Middle East`, Country: `Oman`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-09-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 466 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `Euro$ 3M`, Spread: 0.01, Open: 99.18, Price: 100, Buy: 99.18, Sell: 99.18, Change: 0.83, ChangePercent: 0.84, Volume: 29509, High: 99.18, Low: 99.17, YearlyHigh: 99.38, YearlyLow: 98.41, YearlyStart: 98.89, YearlyChange: 0.28, Settlement: `Cash`, Contract: `Forwards`, Region: `Europe`, Country: `Finland`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-02-21`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 467 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Lumber`, Spread: 0.01, Open: 303.9, Price: 302.04, Buy: 304.59, Sell: 304.6, Change: -2.56, ChangePercent: -0.84, Volume: 2, High: 304.6, Low: 303.9, YearlyHigh: 317.1, YearlyLow: 236, YearlyStart: 276.55, YearlyChange: 10.14, Settlement: `Credit`, Contract: `Options`, Region: `Africa`, Country: `Niger`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-04-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 468 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Rice`, Spread: 0.01, Open: 11.245, Price: 10.56, Buy: 10.41, Sell: 10.42, Change: 0.14, ChangePercent: 1.36, Volume: 220, High: 11.38, Low: 10.42, YearlyHigh: 14.14, YearlyLow: 9.7, YearlyStart: 11.92, YearlyChange: -12.62, Settlement: `Cash`, Contract: `Futures`, Region: `Africa`, Country: `Cameroon`, Risk: `Low`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-05-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 469 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `LV Cattle`, Spread: 0.01, Open: 120.725, Price: 119.74, Buy: 120.72, Sell: 120.72, Change: -0.97, ChangePercent: -0.8, Volume: 4, High: 120.72, Low: 120.72, YearlyHigh: 147.98, YearlyLow: 113.9, YearlyStart: 130.94, YearlyChange: -7.82, Settlement: `Cash`, Contract: `Futures`, Region: `Asia Pacific`, Country: `Korea`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-05-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 470 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Platinum`, Spread: 0.01, Open: 1071.6, Price: 1062.96, Buy: 1071.09, Sell: 1071.1, Change: -8.14, ChangePercent: -0.76, Volume: 3039, High: 1081.2, Low: 1070.5, YearlyHigh: 1120.6, YearlyLow: 812.4, YearlyStart: 966.5, YearlyChange: 10.82, Settlement: `Cash`, Contract: `Futures`, Region: `North America`, Country: `Canada`, Risk: `High`, Sector: `Private`, Currency: `PLN`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-07-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 471 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Ethanol`, Spread: 0.01, Open: 1.512, Price: 2.73, Buy: 2.75, Sell: 2.76, Change: -0.02, ChangePercent: -0.88, Volume: 14, High: 2.75, Low: 1.12, YearlyHigh: 2.75, YearlyLow: 1.12, YearlyStart: 1.48, YearlyChange: 86.7, Settlement: `Loan`, Contract: `Swap`, Region: `South America`, Country: `Bolivia`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-02-24`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 472 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `AUD/USD`, Spread: 0.02, Open: 0.7344, Price: 0.76, Buy: 0.73, Sell: 0.73, Change: 0.02, ChangePercent: 1.76, Volume: 36764, High: 0.74, Low: 0.73, YearlyHigh: 0.79, YearlyLow: 0.68, YearlyStart: 0.73, YearlyChange: 1.28, Settlement: `Credit`, Contract: `Swap`, Region: `Africa`, Country: `Libya`, Risk: `Low`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-07-11`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 473 }), + new FinancialDataAllItem({ Category: `Index`, Type: `DOW Future`, Spread: 0.01, Open: 17711, Price: 18038.06, Buy: 17712.15, Sell: 17712.16, Change: 325.91, ChangePercent: 1.84, Volume: 22236, High: 17727, Low: 17642, YearlyHigh: 18083, YearlyLow: 15299, YearlyStart: 16691, YearlyChange: 6.12, Settlement: `Cash`, Contract: `Forwards`, Region: `Middle East`, Country: `Bahrain`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-02-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 474 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Copper`, Spread: 0.02, Open: 2.123, Price: 2.14, Buy: 2.12, Sell: 2.12, Change: 0.03, ChangePercent: 1.08, Volume: 28819, High: 2.16, Low: 2.11, YearlyHigh: 2.94, YearlyLow: 1.96, YearlyStart: 2.45, YearlyChange: -13.76, Settlement: `Loan`, Contract: `Forwards`, Region: `Europe`, Country: `Poland`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-08-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 475 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Diesel`, Spread: 0.015, Open: 1.3474, Price: 1.37, Buy: 1.35, Sell: 1.35, Change: 0.01, ChangePercent: 0.68, Volume: 2971, High: 1.36, Low: 1.34, YearlyHigh: 2.11, YearlyLow: 0.92, YearlyStart: 1.51, YearlyChange: -10.4, Settlement: `Cash`, Contract: `Forwards`, Region: `Asia Pacific`, Country: `Singapore`, Risk: `High`, Sector: `Public`, Currency: `PLN`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-02-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 476 }), + new FinancialDataAllItem({ Category: `Index`, Type: `NAS Future`, Spread: 0.01, Open: 4341.25, Price: 4402.06, Buy: 4341.25, Sell: 4341.25, Change: 60.78, ChangePercent: 1.4, Volume: 18259, High: 4347, Low: 4318, YearlyHigh: 4719.75, YearlyLow: 3867.75, YearlyStart: 4293.75, YearlyChange: 1.11, Settlement: `Credit`, Contract: `Swap`, Region: `Africa`, Country: `Cameroon`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `High`, Issuer: `FedEx`, Maturity: `2022-05-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 477 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `US 2Y Future`, Spread: 0.01, Open: 109.3984, Price: 110.26, Buy: 109.4, Sell: 109.4, Change: 0.87, ChangePercent: 0.8, Volume: 17742, High: 109.41, Low: 109.38, YearlyHigh: 109.8, YearlyLow: 108.62, YearlyStart: 109.21, YearlyChange: 0.16, Settlement: `Cash`, Contract: `Futures`, Region: `Africa`, Country: `Algeria`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-07-23`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 478 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P Future`, Spread: 0.01, Open: 2057.5, Price: 2020.41, Buy: 2056.6, Sell: 2056.61, Change: -36.19, ChangePercent: -1.76, Volume: 142780, High: 2059.5, Low: 2049, YearlyHigh: 2105.5, YearlyLow: 1794.5, YearlyStart: 1950, YearlyChange: 5.47, Settlement: `Loan`, Contract: `CFD`, Region: `Middle East`, Country: `Jordan`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-07-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 479 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Coal`, Spread: 0.015, Open: 0.4363, Price: 0.42, Buy: 0.44, Sell: 0.44, Change: 0, ChangePercent: 0.52, Volume: 3, High: 0.44, Low: 0.44, YearlyHigh: 0.48, YearlyLow: 0.4, YearlyStart: 0.44, YearlyChange: -5.33, Settlement: `Loan`, Contract: `Swap`, Region: `Europe`, Country: `Finland`, Risk: `Low`, Sector: `Public`, Currency: `PLN`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-07-22`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 480 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Oil`, Spread: 0.015, Open: 45.54, Price: 45.77, Buy: 45.78, Sell: 45.8, Change: -0.02, ChangePercent: -0.04, Volume: 107196, High: 45.94, Low: 45, YearlyHigh: 65.28, YearlyLow: 30.79, YearlyStart: 48.03, YearlyChange: -4.67, Settlement: `Credit`, Contract: `Swap`, Region: `South America`, Country: `Paraguay`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-07-19`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 481 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `Lean Hogs`, Spread: 0.01, Open: 81.275, Price: 81.16, Buy: 81.81, Sell: 81.82, Change: -0.65, ChangePercent: -0.8, Volume: 1, High: 81.81, Low: 81.28, YearlyHigh: 83.98, YearlyLow: 70.25, YearlyStart: 77.11, YearlyChange: 6.09, Settlement: `Cash`, Contract: `Forwards`, Region: `Asia Pacific`, Country: `Singapore`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-06-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 482 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Oats`, Spread: 0.01, Open: 194.5, Price: 196.39, Buy: 194.21, Sell: 194.22, Change: 2.17, ChangePercent: 1.12, Volume: 64, High: 195.75, Low: 194, YearlyHigh: 241.25, YearlyLow: 183.75, YearlyStart: 212.5, YearlyChange: -8.6, Settlement: `Loan`, Contract: `Swap`, Region: `Middle East`, Country: `Qatar`, Risk: `Low`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-08-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 483 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Ethanol`, Spread: 0.01, Open: 1.512, Price: 2.72, Buy: 2.75, Sell: 2.76, Change: -0.03, ChangePercent: -1.36, Volume: 14, High: 2.75, Low: 1.12, YearlyHigh: 2.75, YearlyLow: 1.12, YearlyStart: 1.48, YearlyChange: 86.7, Settlement: `Loan`, Contract: `Options`, Region: `Africa`, Country: `Tunisia`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `FedEx`, Maturity: `2022-06-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 484 }), + new FinancialDataAllItem({ Category: `Index`, Type: `DOW Future`, Spread: 0.01, Open: 17711, Price: 17740.49, Buy: 17712.15, Sell: 17712.16, Change: 28.34, ChangePercent: 0.16, Volume: 22236, High: 17727, Low: 17642, YearlyHigh: 18083, YearlyLow: 15299, YearlyStart: 16691, YearlyChange: 6.12, Settlement: `Cash`, Contract: `Futures`, Region: `Africa`, Country: `Tunisia`, Risk: `Low`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-05-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 485 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `OJ Future`, Spread: 0.01, Open: 140.6, Price: 140.19, Buy: 140.18, Sell: 140.19, Change: 0, ChangePercent: 0, Volume: 7, High: 140.19, Low: 0, YearlyHigh: 155.95, YearlyLow: 113, YearlyStart: 134.47, YearlyChange: 4.25, Settlement: `Cash`, Contract: `Futures`, Region: `Africa`, Country: `Libya`, Risk: `High`, Sector: `Government`, Currency: `PLN`, Security: `High`, Issuer: `American Airlines`, Maturity: `2022-02-24`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 486 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `OJ Future`, Spread: 0.01, Open: 140.6, Price: 139.12, Buy: 140.18, Sell: 140.19, Change: -1.07, ChangePercent: -0.76, Volume: 7, High: 140.19, Low: 0, YearlyHigh: 155.95, YearlyLow: 113, YearlyStart: 134.47, YearlyChange: 4.25, Settlement: `Credit`, Contract: `Swap`, Region: `South America`, Country: `Bolivia`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-01-24`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 487 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Palladium`, Spread: 0.01, Open: 600.55, Price: 594.51, Buy: 601, Sell: 601.01, Change: -6.49, ChangePercent: -1.08, Volume: 651, High: 607.2, Low: 598.4, YearlyHigh: 690, YearlyLow: 458.6, YearlyStart: 574.3, YearlyChange: 4.65, Settlement: `Loan`, Contract: `Options`, Region: `Africa`, Country: `Cameroon`, Risk: `Low`, Sector: `Public`, Currency: `USD`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-04-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 488 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Oats`, Spread: 0.01, Open: 194.5, Price: 193.83, Buy: 194.21, Sell: 194.22, Change: -0.39, ChangePercent: -0.2, Volume: 64, High: 195.75, Low: 194, YearlyHigh: 241.25, YearlyLow: 183.75, YearlyStart: 212.5, YearlyChange: -8.6, Settlement: `Cash`, Contract: `CFD`, Region: `Asia Pacific`, Country: `Korea`, Risk: `High`, Sector: `Government`, Currency: `PLN`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-02-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 489 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/JPY`, Spread: 0.02, Open: 9275.5, Price: 9351.55, Buy: 9277.32, Sell: 9277.34, Change: 74.22, ChangePercent: 0.8, Volume: 47734, High: 9277.33, Low: 0.93, YearlyHigh: 9483, YearlyLow: 0.93, YearlyStart: 4741.97, YearlyChange: 95.64, Settlement: `Loan`, Contract: `Swap`, Region: `North America`, Country: `Canada`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-05-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 490 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P Future`, Spread: 0.01, Open: 2057.5, Price: 2054.96, Buy: 2056.6, Sell: 2056.61, Change: -1.64, ChangePercent: -0.08, Volume: 142780, High: 2059.5, Low: 2049, YearlyHigh: 2105.5, YearlyLow: 1794.5, YearlyStart: 1950, YearlyChange: 5.47, Settlement: `Cash`, Contract: `Forwards`, Region: `Africa`, Country: `Niger`, Risk: `Low`, Sector: `Public`, Currency: `USD`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-01-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 491 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Lumber`, Spread: 0.01, Open: 303.9, Price: 304.84, Buy: 304.59, Sell: 304.6, Change: 0.24, ChangePercent: 0.08, Volume: 2, High: 304.6, Low: 303.9, YearlyHigh: 317.1, YearlyLow: 236, YearlyStart: 276.55, YearlyChange: 10.14, Settlement: `Cash`, Contract: `Swap`, Region: `South America`, Country: `Brazil`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `High`, Issuer: `American Airlines`, Maturity: `2022-04-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 492 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `US 30YR Future`, Spread: 0.01, Open: 164.875, Price: 165.6, Buy: 164.15, Sell: 164.16, Change: 1.44, ChangePercent: 0.88, Volume: 28012, High: 165.25, Low: 164.04, YearlyHigh: 169.38, YearlyLow: 151.47, YearlyStart: 160.43, YearlyChange: 2.33, Settlement: `Loan`, Contract: `Swap`, Region: `Asia Pacific`, Country: `New Zealand`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-04-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 493 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `Euro$ 3M`, Spread: 0.01, Open: 99.18, Price: 99.96, Buy: 99.18, Sell: 99.18, Change: 0.79, ChangePercent: 0.8, Volume: 29509, High: 99.18, Low: 99.17, YearlyHigh: 99.38, YearlyLow: 98.41, YearlyStart: 98.89, YearlyChange: 0.28, Settlement: `Cash`, Contract: `Swap`, Region: `Middle East`, Country: `Israel`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `Poor`, Issuer: `American Airlines`, Maturity: `2022-03-11`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 494 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/JPY`, Spread: 0.02, Open: 9275.5, Price: 9117.76, Buy: 9277.32, Sell: 9277.34, Change: -159.57, ChangePercent: -1.72, Volume: 47734, High: 9277.33, Low: 0.93, YearlyHigh: 9483, YearlyLow: 0.93, YearlyStart: 4741.97, YearlyChange: 95.64, Settlement: `Cash`, Contract: `CFD`, Region: `South America`, Country: `Bolivia`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-07-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 495 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `US 30YR Future`, Spread: 0.01, Open: 164.875, Price: 165.6, Buy: 164.15, Sell: 164.16, Change: 1.44, ChangePercent: 0.88, Volume: 28012, High: 165.25, Low: 164.04, YearlyHigh: 169.38, YearlyLow: 151.47, YearlyStart: 160.43, YearlyChange: 2.33, Settlement: `Credit`, Contract: `Options`, Region: `Europe`, Country: `Czechia`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-07-19`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 496 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Oil`, Spread: 0.015, Open: 45.54, Price: 46.47, Buy: 45.78, Sell: 45.8, Change: 0.68, ChangePercent: 1.48, Volume: 107196, High: 45.94, Low: 45, YearlyHigh: 65.28, YearlyLow: 30.79, YearlyStart: 48.03, YearlyChange: -4.67, Settlement: `Cash`, Contract: `Swap`, Region: `Asia Pacific`, Country: `Indonesia`, Risk: `High`, Sector: `Private`, Currency: `PLN`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-02-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 497 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Lumber`, Spread: 0.01, Open: 303.9, Price: 302.89, Buy: 304.59, Sell: 304.6, Change: -1.71, ChangePercent: -0.56, Volume: 2, High: 304.6, Low: 303.9, YearlyHigh: 317.1, YearlyLow: 236, YearlyStart: 276.55, YearlyChange: 10.14, Settlement: `Cash`, Contract: `CFD`, Region: `Europe`, Country: `Czechia`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-07-22`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 498 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/CHF`, Spread: 0.02, Open: 1.0337, Price: 1.06, Buy: 1.03, Sell: 1.03, Change: 0.02, ChangePercent: 1.76, Volume: 5550, High: 1.03, Low: 1.03, YearlyHigh: 1.11, YearlyLow: 0.98, YearlyStart: 1.04, YearlyChange: -0.12, Settlement: `Cash`, Contract: `Swap`, Region: `Europe`, Country: `Romania`, Risk: `High`, Sector: `Government`, Currency: `PLN`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-06-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 499 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Palladium`, Spread: 0.01, Open: 600.55, Price: 605.09, Buy: 601, Sell: 601.01, Change: 4.09, ChangePercent: 0.68, Volume: 651, High: 607.2, Low: 598.4, YearlyHigh: 690, YearlyLow: 458.6, YearlyStart: 574.3, YearlyChange: 4.65, Settlement: `Loan`, Contract: `Swap`, Region: `Africa`, Country: `Algeria`, Risk: `Low`, Sector: `Public`, Currency: `PLN`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-05-27`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 500 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `Lean Hogs`, Spread: 0.01, Open: 81.275, Price: 82.83, Buy: 81.81, Sell: 81.82, Change: 1.02, ChangePercent: 1.24, Volume: 1, High: 81.81, Low: 81.28, YearlyHigh: 83.98, YearlyLow: 70.25, YearlyStart: 77.11, YearlyChange: 6.09, Settlement: `Cash`, Contract: `CFD`, Region: `Europe`, Country: `Russia`, Risk: `Low`, Sector: `Public`, Currency: `USD`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-01-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 501 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/CHF`, Spread: 0.02, Open: 1.0337, Price: 1.06, Buy: 1.03, Sell: 1.03, Change: 0.02, ChangePercent: 1.44, Volume: 5550, High: 1.03, Low: 1.03, YearlyHigh: 1.11, YearlyLow: 0.98, YearlyStart: 1.04, YearlyChange: -0.12, Settlement: `Cash`, Contract: `Futures`, Region: `Asia Pacific`, Country: `Singapore`, Risk: `Low`, Sector: `Public`, Currency: `EUR`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-05-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 502 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soy oil`, Spread: 0.01, Open: 33.26, Price: 33.53, Buy: 33.77, Sell: 33.78, Change: -0.24, ChangePercent: -0.72, Volume: 10592, High: 33.77, Low: 33.06, YearlyHigh: 35.43, YearlyLow: 26.61, YearlyStart: 31.02, YearlyChange: 8.87, Settlement: `Loan`, Contract: `CFD`, Region: `Asia Pacific`, Country: `Malaysia`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-04-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 503 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Diesel`, Spread: 0.015, Open: 1.3474, Price: 1.33, Buy: 1.35, Sell: 1.35, Change: -0.03, ChangePercent: -1.92, Volume: 2971, High: 1.36, Low: 1.34, YearlyHigh: 2.11, YearlyLow: 0.92, YearlyStart: 1.51, YearlyChange: -10.4, Settlement: `Loan`, Contract: `Futures`, Region: `Africa`, Country: `Nigeria`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-05-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 504 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `AUD/USD`, Spread: 0.02, Open: 0.7344, Price: 0.75, Buy: 0.73, Sell: 0.73, Change: 0.01, ChangePercent: 0.72, Volume: 36764, High: 0.74, Low: 0.73, YearlyHigh: 0.79, YearlyLow: 0.68, YearlyStart: 0.73, YearlyChange: 1.28, Settlement: `Cash`, Contract: `Options`, Region: `Middle East`, Country: `Oman`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-02-21`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 505 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `Euro$ 3M`, Spread: 0.01, Open: 99.18, Price: 99.96, Buy: 99.18, Sell: 99.18, Change: 0.79, ChangePercent: 0.8, Volume: 29509, High: 99.18, Low: 99.17, YearlyHigh: 99.38, YearlyLow: 98.41, YearlyStart: 98.89, YearlyChange: 0.28, Settlement: `Credit`, Contract: `Futures`, Region: `Africa`, Country: `Niger`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-02-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 506 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `US 2Y Future`, Spread: 0.01, Open: 109.3984, Price: 111.58, Buy: 109.4, Sell: 109.4, Change: 2.19, ChangePercent: 2, Volume: 17742, High: 109.41, Low: 109.38, YearlyHigh: 109.8, YearlyLow: 108.62, YearlyStart: 109.21, YearlyChange: 0.16, Settlement: `Cash`, Contract: `Forwards`, Region: `Africa`, Country: `Morocco`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-02-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 507 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Oats`, Spread: 0.01, Open: 194.5, Price: 193.83, Buy: 194.21, Sell: 194.22, Change: -0.39, ChangePercent: -0.2, Volume: 64, High: 195.75, Low: 194, YearlyHigh: 241.25, YearlyLow: 183.75, YearlyStart: 212.5, YearlyChange: -8.6, Settlement: `Cash`, Contract: `Options`, Region: `Africa`, Country: `Egypt`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `FedEx`, Maturity: `2022-06-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 508 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `AUD/USD`, Spread: 0.02, Open: 0.7344, Price: 0.75, Buy: 0.73, Sell: 0.73, Change: 0.01, ChangePercent: 0.92, Volume: 36764, High: 0.74, Low: 0.73, YearlyHigh: 0.79, YearlyLow: 0.68, YearlyStart: 0.73, YearlyChange: 1.28, Settlement: `Cash`, Contract: `Swap`, Region: `Middle East`, Country: `Kuwait`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-07-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 509 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Gold`, Spread: 0.01, Open: 1281.1, Price: 1299.17, Buy: 1280.73, Sell: 1280.74, Change: 18.44, ChangePercent: 1.44, Volume: 48387, High: 1289.5, Low: 1279.1, YearlyHigh: 1306, YearlyLow: 1047.2, YearlyStart: 1176.6, YearlyChange: 8.85, Settlement: `Credit`, Contract: `Swap`, Region: `Middle East`, Country: `Turkey`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-07-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 510 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `Lean Hogs`, Spread: 0.01, Open: 81.275, Price: 81.52, Buy: 81.81, Sell: 81.82, Change: -0.29, ChangePercent: -0.36, Volume: 1, High: 81.81, Low: 81.28, YearlyHigh: 83.98, YearlyLow: 70.25, YearlyStart: 77.11, YearlyChange: 6.09, Settlement: `Cash`, Contract: `Options`, Region: `Africa`, Country: `Cameroon`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-08-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 511 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Silver`, Spread: 0.01, Open: 17.43, Price: 17.4, Buy: 17.43, Sell: 17.43, Change: -0.02, ChangePercent: -0.12, Volume: 11720, High: 17.51, Low: 17.37, YearlyHigh: 18.06, YearlyLow: 13.73, YearlyStart: 15.89, YearlyChange: 9.59, Settlement: `Cash`, Contract: `Forwards`, Region: `Africa`, Country: `Tunisia`, Risk: `High`, Sector: `Public`, Currency: `PLN`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-03-11`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 512 }), + new FinancialDataAllItem({ Category: `Index`, Type: `NAS Future`, Spread: 0.01, Open: 4341.25, Price: 4339.54, Buy: 4341.25, Sell: 4341.25, Change: -1.74, ChangePercent: -0.04, Volume: 18259, High: 4347, Low: 4318, YearlyHigh: 4719.75, YearlyLow: 3867.75, YearlyStart: 4293.75, YearlyChange: 1.11, Settlement: `Cash`, Contract: `Forwards`, Region: `Europe`, Country: `Finland`, Risk: `High`, Sector: `Government`, Currency: `PLN`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-06-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 513 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soy oil`, Spread: 0.01, Open: 33.26, Price: 34.11, Buy: 33.77, Sell: 33.78, Change: 0.34, ChangePercent: 1, Volume: 10592, High: 33.77, Low: 33.06, YearlyHigh: 35.43, YearlyLow: 26.61, YearlyStart: 31.02, YearlyChange: 8.87, Settlement: `Loan`, Contract: `Swap`, Region: `Africa`, Country: `Algeria`, Risk: `High`, Sector: `Private`, Currency: `PLN`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-05-24`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 514 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Silver`, Spread: 0.01, Open: 17.43, Price: 17.12, Buy: 17.43, Sell: 17.43, Change: -0.3, ChangePercent: -1.72, Volume: 11720, High: 17.51, Low: 17.37, YearlyHigh: 18.06, YearlyLow: 13.73, YearlyStart: 15.89, YearlyChange: 9.59, Settlement: `Loan`, Contract: `Options`, Region: `Middle East`, Country: `Lebanon`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-03-10`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 515 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Corn`, Spread: 0.01, Open: 379.5, Price: 377.22, Buy: 379.8, Sell: 379.81, Change: -2.58, ChangePercent: -0.68, Volume: 11266, High: 381, Low: 377.75, YearlyHigh: 471.25, YearlyLow: 351.25, YearlyStart: 411.25, YearlyChange: -7.65, Settlement: `Cash`, Contract: `Options`, Region: `Africa`, Country: `Nigeria`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-05-16`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 516 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soybean`, Spread: 0.01, Open: 1038, Price: 1036.12, Buy: 1038.61, Sell: 1038.62, Change: -2.5, ChangePercent: -0.24, Volume: 20356, High: 1044, Low: 1031.75, YearlyHigh: 1057, YearlyLow: 859.5, YearlyStart: 958.25, YearlyChange: 8.39, Settlement: `Credit`, Contract: `Options`, Region: `Asia Pacific`, Country: `Indonesia`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-02-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 517 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/JPY`, Spread: 0.02, Open: 9275.5, Price: 9195.69, Buy: 9277.32, Sell: 9277.34, Change: -81.64, ChangePercent: -0.88, Volume: 47734, High: 9277.33, Low: 0.93, YearlyHigh: 9483, YearlyLow: 0.93, YearlyStart: 4741.97, YearlyChange: 95.64, Settlement: `Cash`, Contract: `Forwards`, Region: `Asia Pacific`, Country: `Philippines`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-04-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 518 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Palladium`, Spread: 0.01, Open: 600.55, Price: 595.71, Buy: 601, Sell: 601.01, Change: -5.29, ChangePercent: -0.88, Volume: 651, High: 607.2, Low: 598.4, YearlyHigh: 690, YearlyLow: 458.6, YearlyStart: 574.3, YearlyChange: 4.65, Settlement: `Cash`, Contract: `Forwards`, Region: `Africa`, Country: `Libya`, Risk: `High`, Sector: `Public`, Currency: `USD`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-01-24`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 519 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Uranium`, Spread: 0.02, Open: 27.55, Price: 27.65, Buy: 27.55, Sell: 27.55, Change: 0.07, ChangePercent: 0.24, Volume: 12, High: 27.55, Low: 27.55, YearlyHigh: 29.32, YearlyLow: 21.28, YearlyStart: 25.3, YearlyChange: 9.01, Settlement: `Cash`, Contract: `Swap`, Region: `Africa`, Country: `Egypt`, Risk: `High`, Sector: `Public`, Currency: `PLN`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-07-11`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 520 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Coal`, Spread: 0.015, Open: 0.4363, Price: 0.42, Buy: 0.44, Sell: 0.44, Change: 0, ChangePercent: 1.2, Volume: 3, High: 0.44, Low: 0.44, YearlyHigh: 0.48, YearlyLow: 0.4, YearlyStart: 0.44, YearlyChange: -5.33, Settlement: `Cash`, Contract: `Forwards`, Region: `North America`, Country: `Canada`, Risk: `Low`, Sector: `Government`, Currency: `PLN`, Security: `Poor`, Issuer: `FedEx`, Maturity: `2022-02-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 521 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `Lean Hogs`, Spread: 0.01, Open: 81.275, Price: 81.32, Buy: 81.81, Sell: 81.82, Change: -0.49, ChangePercent: -0.6, Volume: 1, High: 81.81, Low: 81.28, YearlyHigh: 83.98, YearlyLow: 70.25, YearlyStart: 77.11, YearlyChange: 6.09, Settlement: `Cash`, Contract: `Swap`, Region: `Asia Pacific`, Country: `Malaysia`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-07-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 522 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soy Meat`, Spread: 0.01, Open: 342.6, Price: 338.23, Buy: 342.6, Sell: 342.6, Change: -4.39, ChangePercent: -1.28, Volume: 5646, High: 345.4, Low: 340.3, YearlyHigh: 353.4, YearlyLow: 261.7, YearlyStart: 307.55, YearlyChange: 11.4, Settlement: `Cash`, Contract: `Swap`, Region: `Europe`, Country: `Estonia`, Risk: `Low`, Sector: `Public`, Currency: `PLN`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-04-16`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 523 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `US 30YR Future`, Spread: 0.01, Open: 164.875, Price: 164.42, Buy: 164.15, Sell: 164.16, Change: 0.26, ChangePercent: 0.16, Volume: 28012, High: 165.25, Low: 164.04, YearlyHigh: 169.38, YearlyLow: 151.47, YearlyStart: 160.43, YearlyChange: 2.33, Settlement: `Cash`, Contract: `Swap`, Region: `Europe`, Country: `Germany`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-03-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 524 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `BTC/USD`, Spread: 0.06, Open: 93.88, Price: 20715.16, Buy: 21200.76, Sell: 21400.78, Change: -285.61, ChangePercent: -1.36, Volume: 5788000, High: 22400.05, Low: 20100.75, YearlyHigh: 62400.7, YearlyLow: 15100.88, YearlyStart: 21200.29, YearlyChange: -20.62, Settlement: `Credit`, Contract: `Options`, Region: `Europe`, Country: `Slovakia`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-08-16`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 525 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Sugar`, Spread: 0.01, Open: 15.68, Price: 14.54, Buy: 14.67, Sell: 14.68, Change: -0.13, ChangePercent: -0.92, Volume: 4949, High: 15.7, Low: 14.67, YearlyHigh: 16.87, YearlyLow: 11.37, YearlyStart: 14.12, YearlyChange: 3.92, Settlement: `Cash`, Contract: `Futures`, Region: `Asia Pacific`, Country: `Malaysia`, Risk: `High`, Sector: `Public`, Currency: `PLN`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-07-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 526 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Oats`, Spread: 0.01, Open: 194.5, Price: 196.55, Buy: 194.21, Sell: 194.22, Change: 2.33, ChangePercent: 1.2, Volume: 64, High: 195.75, Low: 194, YearlyHigh: 241.25, YearlyLow: 183.75, YearlyStart: 212.5, YearlyChange: -8.6, Settlement: `Cash`, Contract: `Forwards`, Region: `Africa`, Country: `Egypt`, Risk: `Low`, Sector: `Public`, Currency: `USD`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-04-19`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 527 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Coal`, Spread: 0.015, Open: 0.4363, Price: 0.41, Buy: 0.44, Sell: 0.44, Change: -0.01, ChangePercent: -1.04, Volume: 3, High: 0.44, Low: 0.44, YearlyHigh: 0.48, YearlyLow: 0.4, YearlyStart: 0.44, YearlyChange: -5.33, Settlement: `Loan`, Contract: `Forwards`, Region: `Africa`, Country: `Cameroon`, Risk: `Low`, Sector: `Government`, Currency: `USD`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-05-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 528 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P 600 MINI`, Spread: 0.01, Open: 687.9, Price: 693.11, Buy: 687.9, Sell: 687.9, Change: 5.23, ChangePercent: 0.76, Volume: 0, High: 0, Low: 0, YearlyHigh: 620.32, YearlyLow: 595.9, YearlyStart: 608.11, YearlyChange: 13.12, Settlement: `Loan`, Contract: `Futures`, Region: `Middle East`, Country: `Israel`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-07-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 529 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Wheat`, Spread: 0.01, Open: 465.5, Price: 470.36, Buy: 465.5, Sell: 465.5, Change: 4.84, ChangePercent: 1.04, Volume: 4318, High: 467, Low: 463.25, YearlyHigh: 628.5, YearlyLow: 449.5, YearlyStart: 539, YearlyChange: -13.63, Settlement: `Credit`, Contract: `Swap`, Region: `Africa`, Country: `Senegal`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `American Airlines`, Maturity: `2022-04-23`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 530 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `OJ Future`, Spread: 0.01, Open: 140.6, Price: 137.72, Buy: 140.18, Sell: 140.19, Change: -2.47, ChangePercent: -1.76, Volume: 7, High: 140.19, Low: 0, YearlyHigh: 155.95, YearlyLow: 113, YearlyStart: 134.47, YearlyChange: 4.25, Settlement: `Loan`, Contract: `Futures`, Region: `Middle East`, Country: `Saudi Arabia`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-05-21`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 531 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Copper`, Spread: 0.02, Open: 2.123, Price: 2.07, Buy: 2.12, Sell: 2.12, Change: -0.04, ChangePercent: -1.8, Volume: 28819, High: 2.16, Low: 2.11, YearlyHigh: 2.94, YearlyLow: 1.96, YearlyStart: 2.45, YearlyChange: -13.76, Settlement: `Cash`, Contract: `Options`, Region: `Middle East`, Country: `Oman`, Risk: `Low`, Sector: `Public`, Currency: `USD`, Security: `High`, Issuer: `FedEx`, Maturity: `2022-08-24`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 532 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Platinum`, Spread: 0.01, Open: 1071.6, Price: 1084.81, Buy: 1071.09, Sell: 1071.1, Change: 13.71, ChangePercent: 1.28, Volume: 3039, High: 1081.2, Low: 1070.5, YearlyHigh: 1120.6, YearlyLow: 812.4, YearlyStart: 966.5, YearlyChange: 10.82, Settlement: `Cash`, Contract: `Swap`, Region: `South America`, Country: `Chile`, Risk: `Low`, Sector: `Public`, Currency: `USD`, Security: `Poor`, Issuer: `FedEx`, Maturity: `2022-02-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 533 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `FD Cattle`, Spread: 0.01, Open: 147.175, Price: 148.31, Buy: 148.6, Sell: 148.61, Change: -0.3, ChangePercent: -0.2, Volume: 5, High: 148.61, Low: 147.18, YearlyHigh: 190, YearlyLow: 138.1, YearlyStart: 164.05, YearlyChange: -9.41, Settlement: `Cash`, Contract: `Swap`, Region: `Middle East`, Country: `Lebanon`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-04-23`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 534 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Wheat`, Spread: 0.01, Open: 465.5, Price: 470.18, Buy: 465.5, Sell: 465.5, Change: 4.66, ChangePercent: 1, Volume: 4318, High: 467, Low: 463.25, YearlyHigh: 628.5, YearlyLow: 449.5, YearlyStart: 539, YearlyChange: -13.63, Settlement: `Cash`, Contract: `Options`, Region: `Middle East`, Country: `Saudi Arabia`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-02-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 535 }), + new FinancialDataAllItem({ Category: `Index`, Type: `DOW Future`, Spread: 0.01, Open: 17711, Price: 17556.28, Buy: 17712.15, Sell: 17712.16, Change: -155.87, ChangePercent: -0.88, Volume: 22236, High: 17727, Low: 17642, YearlyHigh: 18083, YearlyLow: 15299, YearlyStart: 16691, YearlyChange: 6.12, Settlement: `Cash`, Contract: `CFD`, Region: `Africa`, Country: `Niger`, Risk: `High`, Sector: `Public`, Currency: `USD`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-03-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 536 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `OJ Future`, Spread: 0.01, Open: 140.6, Price: 139.46, Buy: 140.18, Sell: 140.19, Change: -0.73, ChangePercent: -0.52, Volume: 7, High: 140.19, Low: 0, YearlyHigh: 155.95, YearlyLow: 113, YearlyStart: 134.47, YearlyChange: 4.25, Settlement: `Loan`, Contract: `Swap`, Region: `Africa`, Country: `South Africa`, Risk: `Low`, Sector: `Government`, Currency: `USD`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-08-22`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 537 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soy Meat`, Spread: 0.01, Open: 342.6, Price: 336.73, Buy: 342.6, Sell: 342.6, Change: -5.89, ChangePercent: -1.72, Volume: 5646, High: 345.4, Low: 340.3, YearlyHigh: 353.4, YearlyLow: 261.7, YearlyStart: 307.55, YearlyChange: 11.4, Settlement: `Loan`, Contract: `Options`, Region: `Middle East`, Country: `Qatar`, Risk: `Low`, Sector: `Public`, Currency: `PLN`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-06-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 538 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Silver`, Spread: 0.01, Open: 17.43, Price: 17.46, Buy: 17.43, Sell: 17.43, Change: 0.04, ChangePercent: 0.24, Volume: 11720, High: 17.51, Low: 17.37, YearlyHigh: 18.06, YearlyLow: 13.73, YearlyStart: 15.89, YearlyChange: 9.59, Settlement: `Loan`, Contract: `Forwards`, Region: `Africa`, Country: `Cameroon`, Risk: `High`, Sector: `Private`, Currency: `PLN`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-04-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 539 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Coal`, Spread: 0.015, Open: 0.4363, Price: 0.41, Buy: 0.44, Sell: 0.44, Change: -0.01, ChangePercent: -1.08, Volume: 3, High: 0.44, Low: 0.44, YearlyHigh: 0.48, YearlyLow: 0.4, YearlyStart: 0.44, YearlyChange: -5.33, Settlement: `Cash`, Contract: `Options`, Region: `Asia Pacific`, Country: `Pakistan`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `American Airlines`, Maturity: `2022-03-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 540 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P Future`, Spread: 0.01, Open: 2057.5, Price: 2039.33, Buy: 2056.6, Sell: 2056.61, Change: -17.27, ChangePercent: -0.84, Volume: 142780, High: 2059.5, Low: 2049, YearlyHigh: 2105.5, YearlyLow: 1794.5, YearlyStart: 1950, YearlyChange: 5.47, Settlement: `Credit`, Contract: `Options`, Region: `North America`, Country: `United States`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-06-23`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 541 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `BTC/USD`, Spread: 0.06, Open: 93.88, Price: 20967.17, Buy: 21200.76, Sell: 21400.78, Change: -33.6, ChangePercent: -0.16, Volume: 5788000, High: 22400.05, Low: 20100.75, YearlyHigh: 62400.7, YearlyLow: 15100.88, YearlyStart: 21200.29, YearlyChange: -20.62, Settlement: `Loan`, Contract: `Swap`, Region: `Europe`, Country: `Russia`, Risk: `High`, Sector: `Public`, Currency: `USD`, Security: `High`, Issuer: `FedEx`, Maturity: `2022-08-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 542 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Palladium`, Spread: 0.01, Open: 600.55, Price: 607.97, Buy: 601, Sell: 601.01, Change: 6.97, ChangePercent: 1.16, Volume: 651, High: 607.2, Low: 598.4, YearlyHigh: 690, YearlyLow: 458.6, YearlyStart: 574.3, YearlyChange: 4.65, Settlement: `Loan`, Contract: `CFD`, Region: `Europe`, Country: `Finland`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-08-21`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 543 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P MID MINI`, Spread: 0.01, Open: 1454.3, Price: 1476.16, Buy: 1455.78, Sell: 1455.79, Change: 20.38, ChangePercent: 1.4, Volume: 338, High: 1455.78, Low: 1448, YearlyHigh: 1527.3, YearlyLow: 1236, YearlyStart: 1381.65, YearlyChange: 5.37, Settlement: `Loan`, Contract: `Futures`, Region: `South America`, Country: `Brazil`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-08-19`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 544 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soybean`, Spread: 0.01, Open: 1038, Price: 1039.45, Buy: 1038.61, Sell: 1038.62, Change: 0.83, ChangePercent: 0.08, Volume: 20356, High: 1044, Low: 1031.75, YearlyHigh: 1057, YearlyLow: 859.5, YearlyStart: 958.25, YearlyChange: 8.39, Settlement: `Cash`, Contract: `Options`, Region: `Asia Pacific`, Country: `Malaysia`, Risk: `High`, Sector: `Government`, Currency: `USD`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-04-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 545 }), + new FinancialDataAllItem({ Category: `Index`, Type: `DOW Future`, Spread: 0.01, Open: 17711, Price: 17535.03, Buy: 17712.15, Sell: 17712.16, Change: -177.12, ChangePercent: -1, Volume: 22236, High: 17727, Low: 17642, YearlyHigh: 18083, YearlyLow: 15299, YearlyStart: 16691, YearlyChange: 6.12, Settlement: `Cash`, Contract: `Forwards`, Region: `Africa`, Country: `Egypt`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `High`, Issuer: `American Airlines`, Maturity: `2022-08-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 546 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Coal`, Spread: 0.015, Open: 0.4363, Price: 0.42, Buy: 0.44, Sell: 0.44, Change: 0, ChangePercent: 1.88, Volume: 3, High: 0.44, Low: 0.44, YearlyHigh: 0.48, YearlyLow: 0.4, YearlyStart: 0.44, YearlyChange: -5.33, Settlement: `Cash`, Contract: `Options`, Region: `Asia Pacific`, Country: `Philippines`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-09-22`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 547 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P MID MINI`, Spread: 0.01, Open: 1454.3, Price: 1462.19, Buy: 1455.78, Sell: 1455.79, Change: 6.41, ChangePercent: 0.44, Volume: 338, High: 1455.78, Low: 1448, YearlyHigh: 1527.3, YearlyLow: 1236, YearlyStart: 1381.65, YearlyChange: 5.37, Settlement: `Credit`, Contract: `Options`, Region: `Asia Pacific`, Country: `Australia`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-09-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 548 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Natural Gas`, Spread: 0.02, Open: 2.094, Price: 2.13, Buy: 2.09, Sell: 2.09, Change: 0.03, ChangePercent: 1.16, Volume: 2783, High: 2.11, Low: 2.09, YearlyHigh: 3.2, YearlyLow: 1.84, YearlyStart: 2.52, YearlyChange: -16.51, Settlement: `Cash`, Contract: `Swap`, Region: `Europe`, Country: `Iceland`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `American Airlines`, Maturity: `2022-06-19`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 549 }), + new FinancialDataAllItem({ Category: `Index`, Type: `DOW Future`, Spread: 0.01, Open: 17711, Price: 17563.37, Buy: 17712.15, Sell: 17712.16, Change: -148.78, ChangePercent: -0.84, Volume: 22236, High: 17727, Low: 17642, YearlyHigh: 18083, YearlyLow: 15299, YearlyStart: 16691, YearlyChange: 6.12, Settlement: `Credit`, Contract: `Swap`, Region: `Asia Pacific`, Country: `Japan`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-02-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 550 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Copper`, Spread: 0.02, Open: 2.123, Price: 2.13, Buy: 2.12, Sell: 2.12, Change: 0.02, ChangePercent: 0.84, Volume: 28819, High: 2.16, Low: 2.11, YearlyHigh: 2.94, YearlyLow: 1.96, YearlyStart: 2.45, YearlyChange: -13.76, Settlement: `Cash`, Contract: `Swap`, Region: `Asia Pacific`, Country: `India`, Risk: `High`, Sector: `Private`, Currency: `PLN`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-02-19`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 551 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Lumber`, Spread: 0.01, Open: 303.9, Price: 309.11, Buy: 304.59, Sell: 304.6, Change: 4.51, ChangePercent: 1.48, Volume: 2, High: 304.6, Low: 303.9, YearlyHigh: 317.1, YearlyLow: 236, YearlyStart: 276.55, YearlyChange: 10.14, Settlement: `Cash`, Contract: `Swap`, Region: `Middle East`, Country: `Israel`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-06-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 552 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/CAD`, Spread: 0.02, Open: 0.7744, Price: 0.95, Buy: 0.94, Sell: 0.96, Change: 0, ChangePercent: 0.04, Volume: 13669, High: 0.95, Low: 0.77, YearlyHigh: 0.95, YearlyLow: 0.68, YearlyStart: 0.76, YearlyChange: 26.43, Settlement: `Credit`, Contract: `CFD`, Region: `Middle East`, Country: `Israel`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-02-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 553 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/CAD`, Spread: 0.02, Open: 0.7744, Price: 0.94, Buy: 0.94, Sell: 0.96, Change: -0.01, ChangePercent: -1.88, Volume: 13669, High: 0.95, Low: 0.77, YearlyHigh: 0.95, YearlyLow: 0.68, YearlyStart: 0.76, YearlyChange: 26.43, Settlement: `Credit`, Contract: `Forwards`, Region: `Middle East`, Country: `Syria`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-09-11`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 554 }), + new FinancialDataAllItem({ Category: `Index`, Type: `DOW Future`, Spread: 0.01, Open: 17711, Price: 17506.69, Buy: 17712.15, Sell: 17712.16, Change: -205.46, ChangePercent: -1.16, Volume: 22236, High: 17727, Low: 17642, YearlyHigh: 18083, YearlyLow: 15299, YearlyStart: 16691, YearlyChange: 6.12, Settlement: `Cash`, Contract: `Swap`, Region: `Africa`, Country: `Tunisia`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `High`, Issuer: `FedEx`, Maturity: `2022-07-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 555 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Gold`, Spread: 0.01, Open: 1281.1, Price: 1278.68, Buy: 1280.73, Sell: 1280.74, Change: -2.05, ChangePercent: -0.16, Volume: 48387, High: 1289.5, Low: 1279.1, YearlyHigh: 1306, YearlyLow: 1047.2, YearlyStart: 1176.6, YearlyChange: 8.85, Settlement: `Loan`, Contract: `Swap`, Region: `Europe`, Country: `Ireland`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-04-11`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 556 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `Lean Hogs`, Spread: 0.01, Open: 81.275, Price: 83.19, Buy: 81.81, Sell: 81.82, Change: 1.38, ChangePercent: 1.68, Volume: 1, High: 81.81, Low: 81.28, YearlyHigh: 83.98, YearlyLow: 70.25, YearlyStart: 77.11, YearlyChange: 6.09, Settlement: `Loan`, Contract: `Options`, Region: `North America`, Country: `Mexico`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `American Airlines`, Maturity: `2022-08-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 557 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Gold`, Spread: 0.01, Open: 1281.1, Price: 1281.24, Buy: 1280.73, Sell: 1280.74, Change: 0.51, ChangePercent: 0.04, Volume: 48387, High: 1289.5, Low: 1279.1, YearlyHigh: 1306, YearlyLow: 1047.2, YearlyStart: 1176.6, YearlyChange: 8.85, Settlement: `Cash`, Contract: `Swap`, Region: `Europe`, Country: `Switzerland`, Risk: `Low`, Sector: `Government`, Currency: `PLN`, Security: `Poor`, Issuer: `FedEx`, Maturity: `2022-07-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 558 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Coffee`, Spread: 0.01, Open: 125.7, Price: 125.59, Buy: 125.7, Sell: 125.7, Change: -0.1, ChangePercent: -0.08, Volume: 1654, High: 125.8, Low: 125, YearlyHigh: 155.75, YearlyLow: 115.35, YearlyStart: 135.55, YearlyChange: -7.27, Settlement: `Credit`, Contract: `Futures`, Region: `Asia Pacific`, Country: `Japan`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `Poor`, Issuer: `American Airlines`, Maturity: `2022-06-21`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 559 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soy Meat`, Spread: 0.01, Open: 342.6, Price: 341.39, Buy: 342.6, Sell: 342.6, Change: -1.23, ChangePercent: -0.36, Volume: 5646, High: 345.4, Low: 340.3, YearlyHigh: 353.4, YearlyLow: 261.7, YearlyStart: 307.55, YearlyChange: 11.4, Settlement: `Loan`, Contract: `Futures`, Region: `Middle East`, Country: `Israel`, Risk: `High`, Sector: `Public`, Currency: `USD`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-05-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 560 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Platinum`, Spread: 0.01, Open: 1071.6, Price: 1067.67, Buy: 1071.09, Sell: 1071.1, Change: -3.43, ChangePercent: -0.32, Volume: 3039, High: 1081.2, Low: 1070.5, YearlyHigh: 1120.6, YearlyLow: 812.4, YearlyStart: 966.5, YearlyChange: 10.82, Settlement: `Cash`, Contract: `Swap`, Region: `Asia Pacific`, Country: `Taiwan`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `High`, Issuer: `FedEx`, Maturity: `2022-02-24`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 561 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `Euro$ 3M`, Spread: 0.01, Open: 99.18, Price: 99.33, Buy: 99.18, Sell: 99.18, Change: 0.16, ChangePercent: 0.16, Volume: 29509, High: 99.18, Low: 99.17, YearlyHigh: 99.38, YearlyLow: 98.41, YearlyStart: 98.89, YearlyChange: 0.28, Settlement: `Cash`, Contract: `Futures`, Region: `South America`, Country: `Brazil`, Risk: `High`, Sector: `Private`, Currency: `PLN`, Security: `High`, Issuer: `American Airlines`, Maturity: `2022-08-10`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 562 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `BTC/USD`, Spread: 0.06, Open: 93.88, Price: 20740.36, Buy: 21200.76, Sell: 21400.78, Change: -260.41, ChangePercent: -1.24, Volume: 5788000, High: 22400.05, Low: 20100.75, YearlyHigh: 62400.7, YearlyLow: 15100.88, YearlyStart: 21200.29, YearlyChange: -20.62, Settlement: `Loan`, Contract: `Forwards`, Region: `Asia Pacific`, Country: `New Zealand`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-07-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 563 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `OJ Future`, Spread: 0.01, Open: 140.6, Price: 141.48, Buy: 140.18, Sell: 140.19, Change: 1.29, ChangePercent: 0.92, Volume: 7, High: 140.19, Low: 0, YearlyHigh: 155.95, YearlyLow: 113, YearlyStart: 134.47, YearlyChange: 4.25, Settlement: `Cash`, Contract: `Swap`, Region: `Europe`, Country: `Bulgaria`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-03-19`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 564 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/CHF`, Spread: 0.02, Open: 1.0337, Price: 1.05, Buy: 1.03, Sell: 1.03, Change: 0.01, ChangePercent: 0.28, Volume: 5550, High: 1.03, Low: 1.03, YearlyHigh: 1.11, YearlyLow: 0.98, YearlyStart: 1.04, YearlyChange: -0.12, Settlement: `Loan`, Contract: `Swap`, Region: `South America`, Country: `Bolivia`, Risk: `Low`, Sector: `Government`, Currency: `PLN`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-09-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 565 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/CHF`, Spread: 0.02, Open: 1.0337, Price: 1.04, Buy: 1.03, Sell: 1.03, Change: 0, ChangePercent: -0.4, Volume: 5550, High: 1.03, Low: 1.03, YearlyHigh: 1.11, YearlyLow: 0.98, YearlyStart: 1.04, YearlyChange: -0.12, Settlement: `Cash`, Contract: `Options`, Region: `Asia Pacific`, Country: `Indonesia`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-09-11`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 566 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Sugar`, Spread: 0.01, Open: 15.68, Price: 14.87, Buy: 14.67, Sell: 14.68, Change: 0.2, ChangePercent: 1.32, Volume: 4949, High: 15.7, Low: 14.67, YearlyHigh: 16.87, YearlyLow: 11.37, YearlyStart: 14.12, YearlyChange: 3.92, Settlement: `Loan`, Contract: `Futures`, Region: `Middle East`, Country: `Iran`, Risk: `Low`, Sector: `Government`, Currency: `USD`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-04-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 567 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Coal`, Spread: 0.015, Open: 0.4363, Price: 0.41, Buy: 0.44, Sell: 0.44, Change: -0.01, ChangePercent: -0.96, Volume: 3, High: 0.44, Low: 0.44, YearlyHigh: 0.48, YearlyLow: 0.4, YearlyStart: 0.44, YearlyChange: -5.33, Settlement: `Cash`, Contract: `Options`, Region: `Europe`, Country: `Belgium`, Risk: `Low`, Sector: `Public`, Currency: `USD`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-02-19`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 568 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Corn`, Spread: 0.01, Open: 379.5, Price: 379.35, Buy: 379.8, Sell: 379.81, Change: -0.45, ChangePercent: -0.12, Volume: 11266, High: 381, Low: 377.75, YearlyHigh: 471.25, YearlyLow: 351.25, YearlyStart: 411.25, YearlyChange: -7.65, Settlement: `Cash`, Contract: `Options`, Region: `Asia Pacific`, Country: `Korea`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `FedEx`, Maturity: `2022-02-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 569 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `US 30YR Future`, Spread: 0.01, Open: 164.875, Price: 163.5, Buy: 164.15, Sell: 164.16, Change: -0.66, ChangePercent: -0.4, Volume: 28012, High: 165.25, Low: 164.04, YearlyHigh: 169.38, YearlyLow: 151.47, YearlyStart: 160.43, YearlyChange: 2.33, Settlement: `Credit`, Contract: `Swap`, Region: `Asia Pacific`, Country: `Pakistan`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-02-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 570 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `FD Cattle`, Spread: 0.01, Open: 147.175, Price: 149.68, Buy: 148.6, Sell: 148.61, Change: 1.07, ChangePercent: 0.72, Volume: 5, High: 148.61, Low: 147.18, YearlyHigh: 190, YearlyLow: 138.1, YearlyStart: 164.05, YearlyChange: -9.41, Settlement: `Cash`, Contract: `CFD`, Region: `Asia Pacific`, Country: `Azerbaijan`, Risk: `High`, Sector: `Public`, Currency: `USD`, Security: `Poor`, Issuer: `American Airlines`, Maturity: `2022-05-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 571 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/JPY`, Spread: 0.02, Open: 9275.5, Price: 9140.03, Buy: 9277.32, Sell: 9277.34, Change: -137.3, ChangePercent: -1.48, Volume: 47734, High: 9277.33, Low: 0.93, YearlyHigh: 9483, YearlyLow: 0.93, YearlyStart: 4741.97, YearlyChange: 95.64, Settlement: `Credit`, Contract: `Options`, Region: `Asia Pacific`, Country: `New Zealand`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `Poor`, Issuer: `FedEx`, Maturity: `2022-04-21`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 572 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `FD Cattle`, Spread: 0.01, Open: 147.175, Price: 149.14, Buy: 148.6, Sell: 148.61, Change: 0.53, ChangePercent: 0.36, Volume: 5, High: 148.61, Low: 147.18, YearlyHigh: 190, YearlyLow: 138.1, YearlyStart: 164.05, YearlyChange: -9.41, Settlement: `Credit`, Contract: `CFD`, Region: `Middle East`, Country: `Bahrain`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-06-23`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 573 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Silver`, Spread: 0.01, Open: 17.43, Price: 17.62, Buy: 17.43, Sell: 17.43, Change: 0.2, ChangePercent: 1.12, Volume: 11720, High: 17.51, Low: 17.37, YearlyHigh: 18.06, YearlyLow: 13.73, YearlyStart: 15.89, YearlyChange: 9.59, Settlement: `Cash`, Contract: `Options`, Region: `North America`, Country: `United States`, Risk: `High`, Sector: `Public`, Currency: `USD`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-02-10`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 574 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Lumber`, Spread: 0.01, Open: 303.9, Price: 302.65, Buy: 304.59, Sell: 304.6, Change: -1.95, ChangePercent: -0.64, Volume: 2, High: 304.6, Low: 303.9, YearlyHigh: 317.1, YearlyLow: 236, YearlyStart: 276.55, YearlyChange: 10.14, Settlement: `Cash`, Contract: `Futures`, Region: `South America`, Country: `Colombia`, Risk: `Low`, Sector: `Public`, Currency: `USD`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-01-21`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 575 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Uranium`, Spread: 0.02, Open: 27.55, Price: 27.19, Buy: 27.55, Sell: 27.55, Change: -0.39, ChangePercent: -1.4, Volume: 12, High: 27.55, Low: 27.55, YearlyHigh: 29.32, YearlyLow: 21.28, YearlyStart: 25.3, YearlyChange: 9.01, Settlement: `Cash`, Contract: `Swap`, Region: `Europe`, Country: `Sweden`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-05-16`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 576 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soy oil`, Spread: 0.01, Open: 33.26, Price: 33.38, Buy: 33.77, Sell: 33.78, Change: -0.39, ChangePercent: -1.16, Volume: 10592, High: 33.77, Low: 33.06, YearlyHigh: 35.43, YearlyLow: 26.61, YearlyStart: 31.02, YearlyChange: 8.87, Settlement: `Credit`, Contract: `CFD`, Region: `South America`, Country: `Paraguay`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-06-19`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 577 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `FD Cattle`, Spread: 0.01, Open: 147.175, Price: 148.25, Buy: 148.6, Sell: 148.61, Change: -0.36, ChangePercent: -0.24, Volume: 5, High: 148.61, Low: 147.18, YearlyHigh: 190, YearlyLow: 138.1, YearlyStart: 164.05, YearlyChange: -9.41, Settlement: `Credit`, Contract: `Options`, Region: `Europe`, Country: `Italy`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-06-10`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 578 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Coal`, Spread: 0.015, Open: 0.4363, Price: 0.41, Buy: 0.44, Sell: 0.44, Change: -0.01, ChangePercent: -1.12, Volume: 3, High: 0.44, Low: 0.44, YearlyHigh: 0.48, YearlyLow: 0.4, YearlyStart: 0.44, YearlyChange: -5.33, Settlement: `Cash`, Contract: `CFD`, Region: `Middle East`, Country: `UAE`, Risk: `Low`, Sector: `Government`, Currency: `PLN`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-04-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 579 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `Lean Hogs`, Spread: 0.01, Open: 81.275, Price: 83.25, Buy: 81.81, Sell: 81.82, Change: 1.44, ChangePercent: 1.76, Volume: 1, High: 81.81, Low: 81.28, YearlyHigh: 83.98, YearlyLow: 70.25, YearlyStart: 77.11, YearlyChange: 6.09, Settlement: `Cash`, Contract: `Futures`, Region: `Asia Pacific`, Country: `Taiwan`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-08-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 580 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `LV Cattle`, Spread: 0.01, Open: 120.725, Price: 119.5, Buy: 120.72, Sell: 120.72, Change: -1.2, ChangePercent: -1, Volume: 4, High: 120.72, Low: 120.72, YearlyHigh: 147.98, YearlyLow: 113.9, YearlyStart: 130.94, YearlyChange: -7.82, Settlement: `Credit`, Contract: `Futures`, Region: `Middle East`, Country: `Turkey`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `High`, Issuer: `American Airlines`, Maturity: `2022-04-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 581 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Gold`, Spread: 0.01, Open: 1281.1, Price: 1285.85, Buy: 1280.73, Sell: 1280.74, Change: 5.12, ChangePercent: 0.4, Volume: 48387, High: 1289.5, Low: 1279.1, YearlyHigh: 1306, YearlyLow: 1047.2, YearlyStart: 1176.6, YearlyChange: 8.85, Settlement: `Cash`, Contract: `Options`, Region: `Middle East`, Country: `Jordan`, Risk: `High`, Sector: `Public`, Currency: `PLN`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-05-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 582 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/CAD`, Spread: 0.02, Open: 0.7744, Price: 0.97, Buy: 0.94, Sell: 0.96, Change: 0.02, ChangePercent: 1.88, Volume: 13669, High: 0.95, Low: 0.77, YearlyHigh: 0.95, YearlyLow: 0.68, YearlyStart: 0.76, YearlyChange: 26.43, Settlement: `Credit`, Contract: `Options`, Region: `Middle East`, Country: `Kuwait`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-08-21`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 583 }), + new FinancialDataAllItem({ Category: `Index`, Type: `NAS Future`, Spread: 0.01, Open: 4341.25, Price: 4303.08, Buy: 4341.25, Sell: 4341.25, Change: -38.2, ChangePercent: -0.88, Volume: 18259, High: 4347, Low: 4318, YearlyHigh: 4719.75, YearlyLow: 3867.75, YearlyStart: 4293.75, YearlyChange: 1.11, Settlement: `Cash`, Contract: `Futures`, Region: `Asia Pacific`, Country: `Singapore`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-02-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 584 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `Euro$ 3M`, Spread: 0.01, Open: 99.18, Price: 98.65, Buy: 99.18, Sell: 99.18, Change: -0.52, ChangePercent: -0.52, Volume: 29509, High: 99.18, Low: 99.17, YearlyHigh: 99.38, YearlyLow: 98.41, YearlyStart: 98.89, YearlyChange: 0.28, Settlement: `Cash`, Contract: `Futures`, Region: `Asia Pacific`, Country: `Azerbaijan`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-08-23`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 585 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Lumber`, Spread: 0.01, Open: 303.9, Price: 309.84, Buy: 304.59, Sell: 304.6, Change: 5.24, ChangePercent: 1.72, Volume: 2, High: 304.6, Low: 303.9, YearlyHigh: 317.1, YearlyLow: 236, YearlyStart: 276.55, YearlyChange: 10.14, Settlement: `Cash`, Contract: `CFD`, Region: `Asia Pacific`, Country: `China`, Risk: `Low`, Sector: `Government`, Currency: `USD`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-03-27`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 586 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `Euro$ 3M`, Spread: 0.01, Open: 99.18, Price: 98.22, Buy: 99.18, Sell: 99.18, Change: -0.95, ChangePercent: -0.96, Volume: 29509, High: 99.18, Low: 99.17, YearlyHigh: 99.38, YearlyLow: 98.41, YearlyStart: 98.89, YearlyChange: 0.28, Settlement: `Credit`, Contract: `Forwards`, Region: `Asia Pacific`, Country: `Thailand`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-02-21`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 587 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `AUD/USD`, Spread: 0.02, Open: 0.7344, Price: 0.74, Buy: 0.73, Sell: 0.73, Change: 0, ChangePercent: -1.08, Volume: 36764, High: 0.74, Low: 0.73, YearlyHigh: 0.79, YearlyLow: 0.68, YearlyStart: 0.73, YearlyChange: 1.28, Settlement: `Cash`, Contract: `Forwards`, Region: `Europe`, Country: `Hungary`, Risk: `Low`, Sector: `Public`, Currency: `PLN`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-01-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 588 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Oil`, Spread: 0.015, Open: 45.54, Price: 46.17, Buy: 45.78, Sell: 45.8, Change: 0.38, ChangePercent: 0.84, Volume: 107196, High: 45.94, Low: 45, YearlyHigh: 65.28, YearlyLow: 30.79, YearlyStart: 48.03, YearlyChange: -4.67, Settlement: `Loan`, Contract: `Futures`, Region: `Europe`, Country: `Bulgaria`, Risk: `High`, Sector: `Private`, Currency: `PLN`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-05-23`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 589 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Uranium`, Spread: 0.02, Open: 27.55, Price: 27.77, Buy: 27.55, Sell: 27.55, Change: 0.19, ChangePercent: 0.68, Volume: 12, High: 27.55, Low: 27.55, YearlyHigh: 29.32, YearlyLow: 21.28, YearlyStart: 25.3, YearlyChange: 9.01, Settlement: `Cash`, Contract: `Swap`, Region: `South America`, Country: `Paraguay`, Risk: `High`, Sector: `Public`, Currency: `PLN`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-06-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 590 }), + new FinancialDataAllItem({ Category: `Index`, Type: `DOW Future`, Spread: 0.01, Open: 17711, Price: 17740.49, Buy: 17712.15, Sell: 17712.16, Change: 28.34, ChangePercent: 0.16, Volume: 22236, High: 17727, Low: 17642, YearlyHigh: 18083, YearlyLow: 15299, YearlyStart: 16691, YearlyChange: 6.12, Settlement: `Cash`, Contract: `Swap`, Region: `South America`, Country: `Guyana`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-03-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 591 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `GBP/USD`, Spread: 0.02, Open: 1.4464, Price: 1.17, Buy: 1.18, Sell: 1.2, Change: -0.02, ChangePercent: -1.92, Volume: 29450, High: 1.45, Low: 1.19, YearlyHigh: 1.59, YearlyLow: 1.19, YearlyStart: 1.49, YearlyChange: -19.59, Settlement: `Credit`, Contract: `Swap`, Region: `Europe`, Country: `United Kingdom`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-05-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 592 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Wheat`, Spread: 0.01, Open: 465.5, Price: 467.75, Buy: 465.5, Sell: 465.5, Change: 2.23, ChangePercent: 0.48, Volume: 4318, High: 467, Low: 463.25, YearlyHigh: 628.5, YearlyLow: 449.5, YearlyStart: 539, YearlyChange: -13.63, Settlement: `Credit`, Contract: `Futures`, Region: `Asia Pacific`, Country: `New Zealand`, Risk: `Low`, Sector: `Public`, Currency: `EUR`, Security: `Poor`, Issuer: `American Airlines`, Maturity: `2022-03-19`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 593 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `FD Cattle`, Spread: 0.01, Open: 147.175, Price: 147.24, Buy: 148.6, Sell: 148.61, Change: -1.37, ChangePercent: -0.92, Volume: 5, High: 148.61, Low: 147.18, YearlyHigh: 190, YearlyLow: 138.1, YearlyStart: 164.05, YearlyChange: -9.41, Settlement: `Loan`, Contract: `CFD`, Region: `Europe`, Country: `United Kingdom`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-05-11`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 594 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Natural Gas`, Spread: 0.02, Open: 2.094, Price: 2.09, Buy: 2.09, Sell: 2.09, Change: -0.01, ChangePercent: -0.76, Volume: 2783, High: 2.11, Low: 2.09, YearlyHigh: 3.2, YearlyLow: 1.84, YearlyStart: 2.52, YearlyChange: -16.51, Settlement: `Cash`, Contract: `Options`, Region: `Europe`, Country: `Slovakia`, Risk: `High`, Sector: `Government`, Currency: `PLN`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-06-11`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 595 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Cotton`, Spread: 0.01, Open: 61.77, Price: 62.95, Buy: 61.77, Sell: 61.77, Change: 1.19, ChangePercent: 1.92, Volume: 3612, High: 62.06, Low: 61.32, YearlyHigh: 67.59, YearlyLow: 54.33, YearlyStart: 60.96, YearlyChange: 1.31, Settlement: `Loan`, Contract: `Forwards`, Region: `North America`, Country: `Canada`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-01-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 596 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Wheat`, Spread: 0.01, Open: 465.5, Price: 463.66, Buy: 465.5, Sell: 465.5, Change: -1.86, ChangePercent: -0.4, Volume: 4318, High: 467, Low: 463.25, YearlyHigh: 628.5, YearlyLow: 449.5, YearlyStart: 539, YearlyChange: -13.63, Settlement: `Cash`, Contract: `Forwards`, Region: `North America`, Country: `Canada`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `High`, Issuer: `FedEx`, Maturity: `2022-07-11`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 597 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `OJ Future`, Spread: 0.01, Open: 140.6, Price: 140.58, Buy: 140.18, Sell: 140.19, Change: 0.39, ChangePercent: 0.28, Volume: 7, High: 140.19, Low: 0, YearlyHigh: 155.95, YearlyLow: 113, YearlyStart: 134.47, YearlyChange: 4.25, Settlement: `Cash`, Contract: `Futures`, Region: `Europe`, Country: `France`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-05-23`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 598 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `LV Cattle`, Spread: 0.01, Open: 120.725, Price: 119.3, Buy: 120.72, Sell: 120.72, Change: -1.41, ChangePercent: -1.16, Volume: 4, High: 120.72, Low: 120.72, YearlyHigh: 147.98, YearlyLow: 113.9, YearlyStart: 130.94, YearlyChange: -7.82, Settlement: `Cash`, Contract: `Futures`, Region: `Africa`, Country: `Senegal`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-03-11`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 599 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Oil`, Spread: 0.015, Open: 45.54, Price: 45.41, Buy: 45.78, Sell: 45.8, Change: -0.38, ChangePercent: -0.84, Volume: 107196, High: 45.94, Low: 45, YearlyHigh: 65.28, YearlyLow: 30.79, YearlyStart: 48.03, YearlyChange: -4.67, Settlement: `Cash`, Contract: `Options`, Region: `Africa`, Country: `Algeria`, Risk: `Low`, Sector: `Government`, Currency: `PLN`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-06-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 600 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Silver`, Spread: 0.01, Open: 17.43, Price: 17.2, Buy: 17.43, Sell: 17.43, Change: -0.22, ChangePercent: -1.24, Volume: 11720, High: 17.51, Low: 17.37, YearlyHigh: 18.06, YearlyLow: 13.73, YearlyStart: 15.89, YearlyChange: 9.59, Settlement: `Loan`, Contract: `Forwards`, Region: `Europe`, Country: `Germany`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-08-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 601 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Lumber`, Spread: 0.01, Open: 303.9, Price: 302.41, Buy: 304.59, Sell: 304.6, Change: -2.19, ChangePercent: -0.72, Volume: 2, High: 304.6, Low: 303.9, YearlyHigh: 317.1, YearlyLow: 236, YearlyStart: 276.55, YearlyChange: 10.14, Settlement: `Credit`, Contract: `Swap`, Region: `Africa`, Country: `Tunisia`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-04-21`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 602 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `US 30YR Future`, Spread: 0.01, Open: 164.875, Price: 164.49, Buy: 164.15, Sell: 164.16, Change: 0.33, ChangePercent: 0.2, Volume: 28012, High: 165.25, Low: 164.04, YearlyHigh: 169.38, YearlyLow: 151.47, YearlyStart: 160.43, YearlyChange: 2.33, Settlement: `Loan`, Contract: `Swap`, Region: `Middle East`, Country: `Saudi Arabia`, Risk: `High`, Sector: `Public`, Currency: `PLN`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-03-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 603 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soy oil`, Spread: 0.01, Open: 33.26, Price: 33.74, Buy: 33.77, Sell: 33.78, Change: -0.03, ChangePercent: -0.08, Volume: 10592, High: 33.77, Low: 33.06, YearlyHigh: 35.43, YearlyLow: 26.61, YearlyStart: 31.02, YearlyChange: 8.87, Settlement: `Cash`, Contract: `Options`, Region: `South America`, Country: `Chile`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-04-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 604 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Corn`, Spread: 0.01, Open: 379.5, Price: 383.9, Buy: 379.8, Sell: 379.81, Change: 4.1, ChangePercent: 1.08, Volume: 11266, High: 381, Low: 377.75, YearlyHigh: 471.25, YearlyLow: 351.25, YearlyStart: 411.25, YearlyChange: -7.65, Settlement: `Credit`, Contract: `Forwards`, Region: `North America`, Country: `Mexico`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-02-24`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 605 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Wheat`, Spread: 0.01, Open: 465.5, Price: 467.38, Buy: 465.5, Sell: 465.5, Change: 1.86, ChangePercent: 0.4, Volume: 4318, High: 467, Low: 463.25, YearlyHigh: 628.5, YearlyLow: 449.5, YearlyStart: 539, YearlyChange: -13.63, Settlement: `Credit`, Contract: `Forwards`, Region: `Europe`, Country: `Bulgaria`, Risk: `Low`, Sector: `Public`, Currency: `USD`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-02-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 606 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soy Meat`, Spread: 0.01, Open: 342.6, Price: 346.05, Buy: 342.6, Sell: 342.6, Change: 3.43, ChangePercent: 1, Volume: 5646, High: 345.4, Low: 340.3, YearlyHigh: 353.4, YearlyLow: 261.7, YearlyStart: 307.55, YearlyChange: 11.4, Settlement: `Cash`, Contract: `Options`, Region: `Africa`, Country: `Morocco`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-05-10`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 607 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soy Meat`, Spread: 0.01, Open: 342.6, Price: 343.44, Buy: 342.6, Sell: 342.6, Change: 0.82, ChangePercent: 0.24, Volume: 5646, High: 345.4, Low: 340.3, YearlyHigh: 353.4, YearlyLow: 261.7, YearlyStart: 307.55, YearlyChange: 11.4, Settlement: `Cash`, Contract: `Swap`, Region: `Asia Pacific`, Country: `China`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-07-19`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 608 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `Euro$ 3M`, Spread: 0.01, Open: 99.18, Price: 97.74, Buy: 99.18, Sell: 99.18, Change: -1.43, ChangePercent: -1.44, Volume: 29509, High: 99.18, Low: 99.17, YearlyHigh: 99.38, YearlyLow: 98.41, YearlyStart: 98.89, YearlyChange: 0.28, Settlement: `Credit`, Contract: `Options`, Region: `South America`, Country: `Colombia`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-05-19`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 609 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `US 30YR Future`, Spread: 0.01, Open: 164.875, Price: 165.87, Buy: 164.15, Sell: 164.16, Change: 1.71, ChangePercent: 1.04, Volume: 28012, High: 165.25, Low: 164.04, YearlyHigh: 169.38, YearlyLow: 151.47, YearlyStart: 160.43, YearlyChange: 2.33, Settlement: `Cash`, Contract: `Swap`, Region: `Asia Pacific`, Country: `Malaysia`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `FedEx`, Maturity: `2022-05-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 610 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Palladium`, Spread: 0.01, Open: 600.55, Price: 590.42, Buy: 601, Sell: 601.01, Change: -10.58, ChangePercent: -1.76, Volume: 651, High: 607.2, Low: 598.4, YearlyHigh: 690, YearlyLow: 458.6, YearlyStart: 574.3, YearlyChange: 4.65, Settlement: `Cash`, Contract: `Swap`, Region: `Middle East`, Country: `Jordan`, Risk: `High`, Sector: `Private`, Currency: `PLN`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-07-11`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 611 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Oil`, Spread: 0.015, Open: 45.54, Price: 46.47, Buy: 45.78, Sell: 45.8, Change: 0.68, ChangePercent: 1.48, Volume: 107196, High: 45.94, Low: 45, YearlyHigh: 65.28, YearlyLow: 30.79, YearlyStart: 48.03, YearlyChange: -4.67, Settlement: `Cash`, Contract: `Options`, Region: `Middle East`, Country: `Saudi Arabia`, Risk: `Low`, Sector: `Public`, Currency: `USD`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-01-27`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 612 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Lumber`, Spread: 0.01, Open: 303.9, Price: 300.7, Buy: 304.59, Sell: 304.6, Change: -3.9, ChangePercent: -1.28, Volume: 2, High: 304.6, Low: 303.9, YearlyHigh: 317.1, YearlyLow: 236, YearlyStart: 276.55, YearlyChange: 10.14, Settlement: `Credit`, Contract: `Swap`, Region: `Middle East`, Country: `Qatar`, Risk: `High`, Sector: `Government`, Currency: `USD`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-05-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 613 }), + new FinancialDataAllItem({ Category: `Index`, Type: `DOW Future`, Spread: 0.01, Open: 17711, Price: 17584.62, Buy: 17712.15, Sell: 17712.16, Change: -127.53, ChangePercent: -0.72, Volume: 22236, High: 17727, Low: 17642, YearlyHigh: 18083, YearlyLow: 15299, YearlyStart: 16691, YearlyChange: 6.12, Settlement: `Credit`, Contract: `Options`, Region: `South America`, Country: `Peru`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-07-10`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 614 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Milk`, Spread: 0.01, Open: 12.87, Price: 12.75, Buy: 12.87, Sell: 12.87, Change: -0.11, ChangePercent: -0.88, Volume: 7, High: 12.89, Low: 12.81, YearlyHigh: 16.96, YearlyLow: 12.81, YearlyStart: 14.88, YearlyChange: -13.6, Settlement: `Loan`, Contract: `Swap`, Region: `Europe`, Country: `Ireland`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-02-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 615 }), + new FinancialDataAllItem({ Category: `Index`, Type: `DOW Future`, Spread: 0.01, Open: 17711, Price: 17733.41, Buy: 17712.15, Sell: 17712.16, Change: 21.26, ChangePercent: 0.12, Volume: 22236, High: 17727, Low: 17642, YearlyHigh: 18083, YearlyLow: 15299, YearlyStart: 16691, YearlyChange: 6.12, Settlement: `Cash`, Contract: `Options`, Region: `Middle East`, Country: `Iraq`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-04-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 616 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Corn`, Spread: 0.01, Open: 379.5, Price: 376.16, Buy: 379.8, Sell: 379.81, Change: -3.64, ChangePercent: -0.96, Volume: 11266, High: 381, Low: 377.75, YearlyHigh: 471.25, YearlyLow: 351.25, YearlyStart: 411.25, YearlyChange: -7.65, Settlement: `Credit`, Contract: `Swap`, Region: `North America`, Country: `Canada`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-05-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 617 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P Future`, Spread: 0.01, Open: 2057.5, Price: 2068.12, Buy: 2056.6, Sell: 2056.61, Change: 11.52, ChangePercent: 0.56, Volume: 142780, High: 2059.5, Low: 2049, YearlyHigh: 2105.5, YearlyLow: 1794.5, YearlyStart: 1950, YearlyChange: 5.47, Settlement: `Loan`, Contract: `CFD`, Region: `Asia Pacific`, Country: `Korea`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-09-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 618 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `OJ Future`, Spread: 0.01, Open: 140.6, Price: 141.03, Buy: 140.18, Sell: 140.19, Change: 0.84, ChangePercent: 0.6, Volume: 7, High: 140.19, Low: 0, YearlyHigh: 155.95, YearlyLow: 113, YearlyStart: 134.47, YearlyChange: 4.25, Settlement: `Cash`, Contract: `Swap`, Region: `Asia Pacific`, Country: `Taiwan`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `Poor`, Issuer: `FedEx`, Maturity: `2022-04-27`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 619 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Coal`, Spread: 0.015, Open: 0.4363, Price: 0.42, Buy: 0.44, Sell: 0.44, Change: 0, ChangePercent: 1.4, Volume: 3, High: 0.44, Low: 0.44, YearlyHigh: 0.48, YearlyLow: 0.4, YearlyStart: 0.44, YearlyChange: -5.33, Settlement: `Cash`, Contract: `Swap`, Region: `North America`, Country: `United States`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-05-27`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 620 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `OJ Future`, Spread: 0.01, Open: 140.6, Price: 139.46, Buy: 140.18, Sell: 140.19, Change: -0.73, ChangePercent: -0.52, Volume: 7, High: 140.19, Low: 0, YearlyHigh: 155.95, YearlyLow: 113, YearlyStart: 134.47, YearlyChange: 4.25, Settlement: `Loan`, Contract: `Forwards`, Region: `North America`, Country: `United States`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-01-21`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 621 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Coffee`, Spread: 0.01, Open: 125.7, Price: 125.59, Buy: 125.7, Sell: 125.7, Change: -0.1, ChangePercent: -0.08, Volume: 1654, High: 125.8, Low: 125, YearlyHigh: 155.75, YearlyLow: 115.35, YearlyStart: 135.55, YearlyChange: -7.27, Settlement: `Loan`, Contract: `Futures`, Region: `Asia Pacific`, Country: `New Zealand`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-04-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 622 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Corn`, Spread: 0.01, Open: 379.5, Price: 376.16, Buy: 379.8, Sell: 379.81, Change: -3.64, ChangePercent: -0.96, Volume: 11266, High: 381, Low: 377.75, YearlyHigh: 471.25, YearlyLow: 351.25, YearlyStart: 411.25, YearlyChange: -7.65, Settlement: `Cash`, Contract: `Swap`, Region: `Middle East`, Country: `Saudi Arabia`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-09-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 623 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `US 10YR Future`, Spread: 0.01, Open: 130.5625, Price: 131.57, Buy: 130.56, Sell: 130.56, Change: 0.99, ChangePercent: 0.76, Volume: 189310, High: 130.63, Low: 130.44, YearlyHigh: 132.64, YearlyLow: 125.48, YearlyStart: 129.06, YearlyChange: 1.18, Settlement: `Cash`, Contract: `Options`, Region: `Africa`, Country: `Algeria`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-06-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 624 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soybean`, Spread: 0.01, Open: 1038, Price: 1019.51, Buy: 1038.61, Sell: 1038.62, Change: -19.11, ChangePercent: -1.84, Volume: 20356, High: 1044, Low: 1031.75, YearlyHigh: 1057, YearlyLow: 859.5, YearlyStart: 958.25, YearlyChange: 8.39, Settlement: `Loan`, Contract: `Swap`, Region: `Africa`, Country: `Ethiopia`, Risk: `Low`, Sector: `Government`, Currency: `PLN`, Security: `Poor`, Issuer: `American Airlines`, Maturity: `2022-08-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 625 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Diesel`, Spread: 0.015, Open: 1.3474, Price: 1.34, Buy: 1.35, Sell: 1.35, Change: -0.02, ChangePercent: -0.96, Volume: 2971, High: 1.36, Low: 1.34, YearlyHigh: 2.11, YearlyLow: 0.92, YearlyStart: 1.51, YearlyChange: -10.4, Settlement: `Credit`, Contract: `Swap`, Region: `Europe`, Country: `United Kingdom`, Risk: `High`, Sector: `Private`, Currency: `PLN`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-08-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 626 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Cocoa`, Spread: 0.01, Open: 3076, Price: 3124.02, Buy: 3076, Sell: 3076, Change: 47.99, ChangePercent: 1.56, Volume: 978, High: 3078, Low: 3066, YearlyHigh: 3406, YearlyLow: 2746, YearlyStart: 3076, YearlyChange: 0, Settlement: `Credit`, Contract: `Swap`, Region: `Middle East`, Country: `Qatar`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `FedEx`, Maturity: `2022-04-22`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 627 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Oil`, Spread: 0.015, Open: 45.54, Price: 45.02, Buy: 45.78, Sell: 45.8, Change: -0.77, ChangePercent: -1.68, Volume: 107196, High: 45.94, Low: 45, YearlyHigh: 65.28, YearlyLow: 30.79, YearlyStart: 48.03, YearlyChange: -4.67, Settlement: `Loan`, Contract: `Swap`, Region: `Africa`, Country: `Tunisia`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `Poor`, Issuer: `American Airlines`, Maturity: `2022-03-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 628 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Coal`, Spread: 0.015, Open: 0.4363, Price: 0.42, Buy: 0.44, Sell: 0.44, Change: 0, ChangePercent: 0.72, Volume: 3, High: 0.44, Low: 0.44, YearlyHigh: 0.48, YearlyLow: 0.4, YearlyStart: 0.44, YearlyChange: -5.33, Settlement: `Cash`, Contract: `Forwards`, Region: `South America`, Country: `Argentina`, Risk: `High`, Sector: `Public`, Currency: `PLN`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-03-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 629 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `GBP/USD`, Spread: 0.02, Open: 1.4464, Price: 1.2, Buy: 1.18, Sell: 1.2, Change: 0.01, ChangePercent: 0.72, Volume: 29450, High: 1.45, Low: 1.19, YearlyHigh: 1.59, YearlyLow: 1.19, YearlyStart: 1.49, YearlyChange: -19.59, Settlement: `Credit`, Contract: `CFD`, Region: `South America`, Country: `Brazil`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-03-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 630 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Gold`, Spread: 0.01, Open: 1281.1, Price: 1256.65, Buy: 1280.73, Sell: 1280.74, Change: -24.08, ChangePercent: -1.88, Volume: 48387, High: 1289.5, Low: 1279.1, YearlyHigh: 1306, YearlyLow: 1047.2, YearlyStart: 1176.6, YearlyChange: 8.85, Settlement: `Cash`, Contract: `Futures`, Region: `Africa`, Country: `Ethiopia`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-03-21`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 631 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/CAD`, Spread: 0.02, Open: 0.7744, Price: 0.97, Buy: 0.94, Sell: 0.96, Change: 0.02, ChangePercent: 1.32, Volume: 13669, High: 0.95, Low: 0.77, YearlyHigh: 0.95, YearlyLow: 0.68, YearlyStart: 0.76, YearlyChange: 26.43, Settlement: `Cash`, Contract: `Futures`, Region: `Asia Pacific`, Country: `Malaysia`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `Poor`, Issuer: `American Airlines`, Maturity: `2022-09-24`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 632 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Natural Gas`, Spread: 0.02, Open: 2.094, Price: 2.09, Buy: 2.09, Sell: 2.09, Change: -0.01, ChangePercent: -0.6, Volume: 2783, High: 2.11, Low: 2.09, YearlyHigh: 3.2, YearlyLow: 1.84, YearlyStart: 2.52, YearlyChange: -16.51, Settlement: `Cash`, Contract: `CFD`, Region: `Europe`, Country: `Sweden`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-03-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 633 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Lumber`, Spread: 0.01, Open: 303.9, Price: 302.89, Buy: 304.59, Sell: 304.6, Change: -1.71, ChangePercent: -0.56, Volume: 2, High: 304.6, Low: 303.9, YearlyHigh: 317.1, YearlyLow: 236, YearlyStart: 276.55, YearlyChange: 10.14, Settlement: `Loan`, Contract: `Futures`, Region: `Asia Pacific`, Country: `Australia`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-08-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 634 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Lumber`, Spread: 0.01, Open: 303.9, Price: 307.89, Buy: 304.59, Sell: 304.6, Change: 3.29, ChangePercent: 1.08, Volume: 2, High: 304.6, Low: 303.9, YearlyHigh: 317.1, YearlyLow: 236, YearlyStart: 276.55, YearlyChange: 10.14, Settlement: `Credit`, Contract: `Forwards`, Region: `Middle East`, Country: `UAE`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-06-11`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 635 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Silver`, Spread: 0.01, Open: 17.43, Price: 17.17, Buy: 17.43, Sell: 17.43, Change: -0.25, ChangePercent: -1.44, Volume: 11720, High: 17.51, Low: 17.37, YearlyHigh: 18.06, YearlyLow: 13.73, YearlyStart: 15.89, YearlyChange: 9.59, Settlement: `Cash`, Contract: `Options`, Region: `Europe`, Country: `Switzerland`, Risk: `High`, Sector: `Government`, Currency: `PLN`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-03-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 636 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `GBP/USD`, Spread: 0.02, Open: 1.4464, Price: 1.2, Buy: 1.18, Sell: 1.2, Change: 0.01, ChangePercent: 0.32, Volume: 29450, High: 1.45, Low: 1.19, YearlyHigh: 1.59, YearlyLow: 1.19, YearlyStart: 1.49, YearlyChange: -19.59, Settlement: `Credit`, Contract: `Futures`, Region: `Asia Pacific`, Country: `Indonesia`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `High`, Issuer: `FedEx`, Maturity: `2022-07-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 637 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Oil`, Spread: 0.015, Open: 45.54, Price: 46.41, Buy: 45.78, Sell: 45.8, Change: 0.62, ChangePercent: 1.36, Volume: 107196, High: 45.94, Low: 45, YearlyHigh: 65.28, YearlyLow: 30.79, YearlyStart: 48.03, YearlyChange: -4.67, Settlement: `Credit`, Contract: `Forwards`, Region: `Africa`, Country: `South Africa`, Risk: `Low`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-03-22`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 638 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `Lean Hogs`, Spread: 0.01, Open: 81.275, Price: 81.91, Buy: 81.81, Sell: 81.82, Change: 0.1, ChangePercent: 0.12, Volume: 1, High: 81.81, Low: 81.28, YearlyHigh: 83.98, YearlyLow: 70.25, YearlyStart: 77.11, YearlyChange: 6.09, Settlement: `Credit`, Contract: `CFD`, Region: `Middle East`, Country: `Syria`, Risk: `Low`, Sector: `Public`, Currency: `PLN`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-08-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 639 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `US 30YR Future`, Spread: 0.01, Open: 164.875, Price: 164.16, Buy: 164.15, Sell: 164.16, Change: 0, ChangePercent: 0, Volume: 28012, High: 165.25, Low: 164.04, YearlyHigh: 169.38, YearlyLow: 151.47, YearlyStart: 160.43, YearlyChange: 2.33, Settlement: `Cash`, Contract: `Swap`, Region: `Europe`, Country: `Spain`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-03-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 640 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P 600 MINI`, Spread: 0.01, Open: 687.9, Price: 690.91, Buy: 687.9, Sell: 687.9, Change: 3.03, ChangePercent: 0.44, Volume: 0, High: 0, Low: 0, YearlyHigh: 620.32, YearlyLow: 595.9, YearlyStart: 608.11, YearlyChange: 13.12, Settlement: `Credit`, Contract: `Futures`, Region: `Middle East`, Country: `Oman`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-03-24`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 641 }), + new FinancialDataAllItem({ Category: `Index`, Type: `DOW Future`, Spread: 0.01, Open: 17711, Price: 17924.7, Buy: 17712.15, Sell: 17712.16, Change: 212.55, ChangePercent: 1.2, Volume: 22236, High: 17727, Low: 17642, YearlyHigh: 18083, YearlyLow: 15299, YearlyStart: 16691, YearlyChange: 6.12, Settlement: `Loan`, Contract: `Swap`, Region: `Middle East`, Country: `Syria`, Risk: `High`, Sector: `Private`, Currency: `PLN`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-02-24`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 642 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/CHF`, Spread: 0.02, Open: 1.0337, Price: 1.04, Buy: 1.03, Sell: 1.03, Change: 0, ChangePercent: -0.36, Volume: 5550, High: 1.03, Low: 1.03, YearlyHigh: 1.11, YearlyLow: 0.98, YearlyStart: 1.04, YearlyChange: -0.12, Settlement: `Cash`, Contract: `Options`, Region: `Middle East`, Country: `Oman`, Risk: `Low`, Sector: `Public`, Currency: `USD`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-08-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 643 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `OJ Future`, Spread: 0.01, Open: 140.6, Price: 141.65, Buy: 140.18, Sell: 140.19, Change: 1.46, ChangePercent: 1.04, Volume: 7, High: 140.19, Low: 0, YearlyHigh: 155.95, YearlyLow: 113, YearlyStart: 134.47, YearlyChange: 4.25, Settlement: `Credit`, Contract: `Swap`, Region: `Africa`, Country: `Senegal`, Risk: `High`, Sector: `Private`, Currency: `PLN`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-06-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 644 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P MID MINI`, Spread: 0.01, Open: 1454.3, Price: 1473.25, Buy: 1455.78, Sell: 1455.79, Change: 17.47, ChangePercent: 1.2, Volume: 338, High: 1455.78, Low: 1448, YearlyHigh: 1527.3, YearlyLow: 1236, YearlyStart: 1381.65, YearlyChange: 5.37, Settlement: `Loan`, Contract: `Options`, Region: `Asia Pacific`, Country: `China`, Risk: `High`, Sector: `Government`, Currency: `PLN`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-03-11`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 645 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `Euro$ 3M`, Spread: 0.01, Open: 99.18, Price: 98.06, Buy: 99.18, Sell: 99.18, Change: -1.11, ChangePercent: -1.12, Volume: 29509, High: 99.18, Low: 99.17, YearlyHigh: 99.38, YearlyLow: 98.41, YearlyStart: 98.89, YearlyChange: 0.28, Settlement: `Cash`, Contract: `Options`, Region: `Asia Pacific`, Country: `Azerbaijan`, Risk: `Low`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-05-21`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 646 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Uranium`, Spread: 0.02, Open: 27.55, Price: 27.72, Buy: 27.55, Sell: 27.55, Change: 0.14, ChangePercent: 0.52, Volume: 12, High: 27.55, Low: 27.55, YearlyHigh: 29.32, YearlyLow: 21.28, YearlyStart: 25.3, YearlyChange: 9.01, Settlement: `Cash`, Contract: `Swap`, Region: `Asia Pacific`, Country: `Indonesia`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-05-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 647 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/CAD`, Spread: 0.02, Open: 0.7744, Price: 0.97, Buy: 0.94, Sell: 0.96, Change: 0.02, ChangePercent: 1.96, Volume: 13669, High: 0.95, Low: 0.77, YearlyHigh: 0.95, YearlyLow: 0.68, YearlyStart: 0.76, YearlyChange: 26.43, Settlement: `Loan`, Contract: `CFD`, Region: `Europe`, Country: `Slovakia`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-03-16`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 648 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Ethanol`, Spread: 0.01, Open: 1.512, Price: 2.77, Buy: 2.75, Sell: 2.76, Change: 0.02, ChangePercent: 0.64, Volume: 14, High: 2.75, Low: 1.12, YearlyHigh: 2.75, YearlyLow: 1.12, YearlyStart: 1.48, YearlyChange: 86.7, Settlement: `Cash`, Contract: `Swap`, Region: `Africa`, Country: `Senegal`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-03-22`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 649 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Diesel`, Spread: 0.015, Open: 1.3474, Price: 1.34, Buy: 1.35, Sell: 1.35, Change: -0.02, ChangePercent: -1.08, Volume: 2971, High: 1.36, Low: 1.34, YearlyHigh: 2.11, YearlyLow: 0.92, YearlyStart: 1.51, YearlyChange: -10.4, Settlement: `Cash`, Contract: `Futures`, Region: `Middle East`, Country: `Qatar`, Risk: `High`, Sector: `Public`, Currency: `USD`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-09-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 650 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P MID MINI`, Spread: 0.01, Open: 1454.3, Price: 1460.44, Buy: 1455.78, Sell: 1455.79, Change: 4.66, ChangePercent: 0.32, Volume: 338, High: 1455.78, Low: 1448, YearlyHigh: 1527.3, YearlyLow: 1236, YearlyStart: 1381.65, YearlyChange: 5.37, Settlement: `Cash`, Contract: `CFD`, Region: `Asia Pacific`, Country: `China`, Risk: `High`, Sector: `Private`, Currency: `PLN`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-08-21`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 651 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Oats`, Spread: 0.01, Open: 194.5, Price: 195.07, Buy: 194.21, Sell: 194.22, Change: 0.85, ChangePercent: 0.44, Volume: 64, High: 195.75, Low: 194, YearlyHigh: 241.25, YearlyLow: 183.75, YearlyStart: 212.5, YearlyChange: -8.6, Settlement: `Cash`, Contract: `Options`, Region: `Asia Pacific`, Country: `Hong Kong`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-01-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 652 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Palladium`, Spread: 0.01, Open: 600.55, Price: 608.45, Buy: 601, Sell: 601.01, Change: 7.45, ChangePercent: 1.24, Volume: 651, High: 607.2, Low: 598.4, YearlyHigh: 690, YearlyLow: 458.6, YearlyStart: 574.3, YearlyChange: 4.65, Settlement: `Loan`, Contract: `Futures`, Region: `Asia Pacific`, Country: `Japan`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `High`, Issuer: `American Airlines`, Maturity: `2022-02-16`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 653 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Natural Gas`, Spread: 0.02, Open: 2.094, Price: 2.09, Buy: 2.09, Sell: 2.09, Change: -0.01, ChangePercent: -0.84, Volume: 2783, High: 2.11, Low: 2.09, YearlyHigh: 3.2, YearlyLow: 1.84, YearlyStart: 2.52, YearlyChange: -16.51, Settlement: `Credit`, Contract: `Swap`, Region: `Africa`, Country: `Senegal`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `Poor`, Issuer: `FedEx`, Maturity: `2022-01-24`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 654 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Ethanol`, Spread: 0.01, Open: 1.512, Price: 2.75, Buy: 2.75, Sell: 2.76, Change: 0, ChangePercent: -0.28, Volume: 14, High: 2.75, Low: 1.12, YearlyHigh: 2.75, YearlyLow: 1.12, YearlyStart: 1.48, YearlyChange: 86.7, Settlement: `Credit`, Contract: `Options`, Region: `South America`, Country: `Brazil`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-05-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 655 }), + new FinancialDataAllItem({ Category: `Index`, Type: `NAS Future`, Spread: 0.01, Open: 4341.25, Price: 4285.71, Buy: 4341.25, Sell: 4341.25, Change: -55.57, ChangePercent: -1.28, Volume: 18259, High: 4347, Low: 4318, YearlyHigh: 4719.75, YearlyLow: 3867.75, YearlyStart: 4293.75, YearlyChange: 1.11, Settlement: `Credit`, Contract: `Forwards`, Region: `Africa`, Country: `Libya`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-08-27`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 656 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Coffee`, Spread: 0.01, Open: 125.7, Price: 123.83, Buy: 125.7, Sell: 125.7, Change: -1.86, ChangePercent: -1.48, Volume: 1654, High: 125.8, Low: 125, YearlyHigh: 155.75, YearlyLow: 115.35, YearlyStart: 135.55, YearlyChange: -7.27, Settlement: `Loan`, Contract: `Forwards`, Region: `Asia Pacific`, Country: `Japan`, Risk: `High`, Sector: `Private`, Currency: `PLN`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-04-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 657 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Platinum`, Spread: 0.01, Open: 1071.6, Price: 1051.82, Buy: 1071.09, Sell: 1071.1, Change: -19.28, ChangePercent: -1.8, Volume: 3039, High: 1081.2, Low: 1070.5, YearlyHigh: 1120.6, YearlyLow: 812.4, YearlyStart: 966.5, YearlyChange: 10.82, Settlement: `Loan`, Contract: `Swap`, Region: `Africa`, Country: `Tunisia`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `High`, Issuer: `American Airlines`, Maturity: `2022-03-16`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 658 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soy Meat`, Spread: 0.01, Open: 342.6, Price: 339.74, Buy: 342.6, Sell: 342.6, Change: -2.88, ChangePercent: -0.84, Volume: 5646, High: 345.4, Low: 340.3, YearlyHigh: 353.4, YearlyLow: 261.7, YearlyStart: 307.55, YearlyChange: 11.4, Settlement: `Cash`, Contract: `Futures`, Region: `Africa`, Country: `South Africa`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `High`, Issuer: `American Airlines`, Maturity: `2022-04-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 659 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `US 10YR Future`, Spread: 0.01, Open: 130.5625, Price: 128.08, Buy: 130.56, Sell: 130.56, Change: -2.5, ChangePercent: -1.92, Volume: 189310, High: 130.63, Low: 130.44, YearlyHigh: 132.64, YearlyLow: 125.48, YearlyStart: 129.06, YearlyChange: 1.18, Settlement: `Cash`, Contract: `CFD`, Region: `Asia Pacific`, Country: `Indonesia`, Risk: `Low`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-06-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 660 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Cotton`, Spread: 0.01, Open: 61.77, Price: 62.77, Buy: 61.77, Sell: 61.77, Change: 1.01, ChangePercent: 1.64, Volume: 3612, High: 62.06, Low: 61.32, YearlyHigh: 67.59, YearlyLow: 54.33, YearlyStart: 60.96, YearlyChange: 1.31, Settlement: `Loan`, Contract: `Swap`, Region: `Middle East`, Country: `Qatar`, Risk: `Low`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-05-22`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 661 }), + new FinancialDataAllItem({ Category: `Index`, Type: `NAS Future`, Spread: 0.01, Open: 4341.25, Price: 4372.54, Buy: 4341.25, Sell: 4341.25, Change: 31.26, ChangePercent: 0.72, Volume: 18259, High: 4347, Low: 4318, YearlyHigh: 4719.75, YearlyLow: 3867.75, YearlyStart: 4293.75, YearlyChange: 1.11, Settlement: `Credit`, Contract: `Swap`, Region: `Africa`, Country: `Egypt`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-02-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 662 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Gold`, Spread: 0.01, Open: 1281.1, Price: 1303.78, Buy: 1280.73, Sell: 1280.74, Change: 23.05, ChangePercent: 1.8, Volume: 48387, High: 1289.5, Low: 1279.1, YearlyHigh: 1306, YearlyLow: 1047.2, YearlyStart: 1176.6, YearlyChange: 8.85, Settlement: `Credit`, Contract: `Futures`, Region: `Africa`, Country: `Morocco`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `High`, Issuer: `FedEx`, Maturity: `2022-06-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 663 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Wheat`, Spread: 0.01, Open: 465.5, Price: 466.26, Buy: 465.5, Sell: 465.5, Change: 0.74, ChangePercent: 0.16, Volume: 4318, High: 467, Low: 463.25, YearlyHigh: 628.5, YearlyLow: 449.5, YearlyStart: 539, YearlyChange: -13.63, Settlement: `Cash`, Contract: `Forwards`, Region: `South America`, Country: `Guyana`, Risk: `Low`, Sector: `Public`, Currency: `PLN`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-09-19`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 664 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Cocoa`, Spread: 0.01, Open: 3076, Price: 3082.18, Buy: 3076, Sell: 3076, Change: 6.15, ChangePercent: 0.2, Volume: 978, High: 3078, Low: 3066, YearlyHigh: 3406, YearlyLow: 2746, YearlyStart: 3076, YearlyChange: 0, Settlement: `Cash`, Contract: `Options`, Region: `Africa`, Country: `South Africa`, Risk: `High`, Sector: `Private`, Currency: `PLN`, Security: `High`, Issuer: `FedEx`, Maturity: `2022-06-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 665 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Oil`, Spread: 0.015, Open: 45.54, Price: 46.12, Buy: 45.78, Sell: 45.8, Change: 0.33, ChangePercent: 0.72, Volume: 107196, High: 45.94, Low: 45, YearlyHigh: 65.28, YearlyLow: 30.79, YearlyStart: 48.03, YearlyChange: -4.67, Settlement: `Cash`, Contract: `Futures`, Region: `Africa`, Country: `Senegal`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-02-23`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 666 }), + new FinancialDataAllItem({ Category: `Index`, Type: `DOW Future`, Spread: 0.01, Open: 17711, Price: 17995.55, Buy: 17712.15, Sell: 17712.16, Change: 283.4, ChangePercent: 1.6, Volume: 22236, High: 17727, Low: 17642, YearlyHigh: 18083, YearlyLow: 15299, YearlyStart: 16691, YearlyChange: 6.12, Settlement: `Credit`, Contract: `Futures`, Region: `Europe`, Country: `Romania`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-06-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 667 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Corn`, Spread: 0.01, Open: 379.5, Price: 384.82, Buy: 379.8, Sell: 379.81, Change: 5.02, ChangePercent: 1.32, Volume: 11266, High: 381, Low: 377.75, YearlyHigh: 471.25, YearlyLow: 351.25, YearlyStart: 411.25, YearlyChange: -7.65, Settlement: `Cash`, Contract: `Futures`, Region: `Europe`, Country: `Romania`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-04-16`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 668 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `FD Cattle`, Spread: 0.01, Open: 147.175, Price: 148.78, Buy: 148.6, Sell: 148.61, Change: 0.17, ChangePercent: 0.12, Volume: 5, High: 148.61, Low: 147.18, YearlyHigh: 190, YearlyLow: 138.1, YearlyStart: 164.05, YearlyChange: -9.41, Settlement: `Credit`, Contract: `Swap`, Region: `Asia Pacific`, Country: `Korea`, Risk: `Low`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-07-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 669 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `LV Cattle`, Spread: 0.01, Open: 120.725, Price: 121.43, Buy: 120.72, Sell: 120.72, Change: 0.73, ChangePercent: 0.6, Volume: 4, High: 120.72, Low: 120.72, YearlyHigh: 147.98, YearlyLow: 113.9, YearlyStart: 130.94, YearlyChange: -7.82, Settlement: `Cash`, Contract: `Options`, Region: `Europe`, Country: `Italy`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-03-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 670 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Palladium`, Spread: 0.01, Open: 600.55, Price: 610.14, Buy: 601, Sell: 601.01, Change: 9.14, ChangePercent: 1.52, Volume: 651, High: 607.2, Low: 598.4, YearlyHigh: 690, YearlyLow: 458.6, YearlyStart: 574.3, YearlyChange: 4.65, Settlement: `Loan`, Contract: `Forwards`, Region: `North America`, Country: `Mexico`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-05-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 671 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `AUD/USD`, Spread: 0.02, Open: 0.7344, Price: 0.76, Buy: 0.73, Sell: 0.73, Change: 0.02, ChangePercent: 1.8, Volume: 36764, High: 0.74, Low: 0.73, YearlyHigh: 0.79, YearlyLow: 0.68, YearlyStart: 0.73, YearlyChange: 1.28, Settlement: `Credit`, Contract: `Futures`, Region: `Africa`, Country: `Libya`, Risk: `High`, Sector: `Public`, Currency: `USD`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-02-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 672 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `AUD/USD`, Spread: 0.02, Open: 0.7344, Price: 0.76, Buy: 0.73, Sell: 0.73, Change: 0.02, ChangePercent: 1.88, Volume: 36764, High: 0.74, Low: 0.73, YearlyHigh: 0.79, YearlyLow: 0.68, YearlyStart: 0.73, YearlyChange: 1.28, Settlement: `Loan`, Contract: `Futures`, Region: `Africa`, Country: `Cameroon`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `High`, Issuer: `FedEx`, Maturity: `2022-06-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 673 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Silver`, Spread: 0.01, Open: 17.43, Price: 17.58, Buy: 17.43, Sell: 17.43, Change: 0.16, ChangePercent: 0.92, Volume: 11720, High: 17.51, Low: 17.37, YearlyHigh: 18.06, YearlyLow: 13.73, YearlyStart: 15.89, YearlyChange: 9.59, Settlement: `Loan`, Contract: `Futures`, Region: `Europe`, Country: `Germany`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-02-27`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 674 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soy oil`, Spread: 0.01, Open: 33.26, Price: 33.7, Buy: 33.77, Sell: 33.78, Change: -0.07, ChangePercent: -0.2, Volume: 10592, High: 33.77, Low: 33.06, YearlyHigh: 35.43, YearlyLow: 26.61, YearlyStart: 31.02, YearlyChange: 8.87, Settlement: `Loan`, Contract: `Futures`, Region: `Africa`, Country: `Cameroon`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-05-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 675 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Corn`, Spread: 0.01, Open: 379.5, Price: 377.52, Buy: 379.8, Sell: 379.81, Change: -2.28, ChangePercent: -0.6, Volume: 11266, High: 381, Low: 377.75, YearlyHigh: 471.25, YearlyLow: 351.25, YearlyStart: 411.25, YearlyChange: -7.65, Settlement: `Loan`, Contract: `Forwards`, Region: `Middle East`, Country: `Iraq`, Risk: `Low`, Sector: `Public`, Currency: `USD`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-03-10`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 676 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `US 2Y Future`, Spread: 0.01, Open: 109.3984, Price: 110.18, Buy: 109.4, Sell: 109.4, Change: 0.79, ChangePercent: 0.72, Volume: 17742, High: 109.41, Low: 109.38, YearlyHigh: 109.8, YearlyLow: 108.62, YearlyStart: 109.21, YearlyChange: 0.16, Settlement: `Cash`, Contract: `Options`, Region: `Middle East`, Country: `Iraq`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-05-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 677 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/JPY`, Spread: 0.02, Open: 9275.5, Price: 9336.71, Buy: 9277.32, Sell: 9277.34, Change: 59.38, ChangePercent: 0.64, Volume: 47734, High: 9277.33, Low: 0.93, YearlyHigh: 9483, YearlyLow: 0.93, YearlyStart: 4741.97, YearlyChange: 95.64, Settlement: `Credit`, Contract: `Options`, Region: `Europe`, Country: `Czechia`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-08-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 678 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soy Meat`, Spread: 0.01, Open: 342.6, Price: 348.65, Buy: 342.6, Sell: 342.6, Change: 6.03, ChangePercent: 1.76, Volume: 5646, High: 345.4, Low: 340.3, YearlyHigh: 353.4, YearlyLow: 261.7, YearlyStart: 307.55, YearlyChange: 11.4, Settlement: `Credit`, Contract: `Futures`, Region: `Middle East`, Country: `Iraq`, Risk: `Low`, Sector: `Government`, Currency: `USD`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-02-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 679 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `US 30YR Future`, Spread: 0.01, Open: 164.875, Price: 164.75, Buy: 164.15, Sell: 164.16, Change: 0.59, ChangePercent: 0.36, Volume: 28012, High: 165.25, Low: 164.04, YearlyHigh: 169.38, YearlyLow: 151.47, YearlyStart: 160.43, YearlyChange: 2.33, Settlement: `Credit`, Contract: `CFD`, Region: `Asia Pacific`, Country: `Japan`, Risk: `Low`, Sector: `Public`, Currency: `PLN`, Security: `High`, Issuer: `FedEx`, Maturity: `2022-08-21`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 680 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `LV Cattle`, Spread: 0.01, Open: 120.725, Price: 123.02, Buy: 120.72, Sell: 120.72, Change: 2.31, ChangePercent: 1.92, Volume: 4, High: 120.72, Low: 120.72, YearlyHigh: 147.98, YearlyLow: 113.9, YearlyStart: 130.94, YearlyChange: -7.82, Settlement: `Loan`, Contract: `Futures`, Region: `Europe`, Country: `Hungary`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-07-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 681 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P 600 MINI`, Spread: 0.01, Open: 687.9, Price: 679.08, Buy: 687.9, Sell: 687.9, Change: -8.8, ChangePercent: -1.28, Volume: 0, High: 0, Low: 0, YearlyHigh: 620.32, YearlyLow: 595.9, YearlyStart: 608.11, YearlyChange: 13.12, Settlement: `Credit`, Contract: `Swap`, Region: `Middle East`, Country: `Lebanon`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-07-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 682 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P Future`, Spread: 0.01, Open: 2057.5, Price: 2031.1, Buy: 2056.6, Sell: 2056.61, Change: -25.5, ChangePercent: -1.24, Volume: 142780, High: 2059.5, Low: 2049, YearlyHigh: 2105.5, YearlyLow: 1794.5, YearlyStart: 1950, YearlyChange: 5.47, Settlement: `Loan`, Contract: `Options`, Region: `Middle East`, Country: `Saudi Arabia`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-02-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 683 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Silver`, Spread: 0.01, Open: 17.43, Price: 17.17, Buy: 17.43, Sell: 17.43, Change: -0.25, ChangePercent: -1.44, Volume: 11720, High: 17.51, Low: 17.37, YearlyHigh: 18.06, YearlyLow: 13.73, YearlyStart: 15.89, YearlyChange: 9.59, Settlement: `Loan`, Contract: `Options`, Region: `North America`, Country: `United States`, Risk: `High`, Sector: `Private`, Currency: `PLN`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-01-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 684 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `AUD/USD`, Spread: 0.02, Open: 0.7344, Price: 0.76, Buy: 0.73, Sell: 0.73, Change: 0.02, ChangePercent: 1.68, Volume: 36764, High: 0.74, Low: 0.73, YearlyHigh: 0.79, YearlyLow: 0.68, YearlyStart: 0.73, YearlyChange: 1.28, Settlement: `Cash`, Contract: `Options`, Region: `Africa`, Country: `Tunisia`, Risk: `Low`, Sector: `Public`, Currency: `PLN`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-07-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 685 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Cocoa`, Spread: 0.01, Open: 3076, Price: 3116.63, Buy: 3076, Sell: 3076, Change: 40.6, ChangePercent: 1.32, Volume: 978, High: 3078, Low: 3066, YearlyHigh: 3406, YearlyLow: 2746, YearlyStart: 3076, YearlyChange: 0, Settlement: `Loan`, Contract: `Futures`, Region: `Asia Pacific`, Country: `China`, Risk: `Low`, Sector: `Public`, Currency: `USD`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-02-21`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 686 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Coal`, Spread: 0.015, Open: 0.4363, Price: 0.42, Buy: 0.44, Sell: 0.44, Change: 0, ChangePercent: 0.72, Volume: 3, High: 0.44, Low: 0.44, YearlyHigh: 0.48, YearlyLow: 0.4, YearlyStart: 0.44, YearlyChange: -5.33, Settlement: `Cash`, Contract: `CFD`, Region: `Europe`, Country: `Greece`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-02-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 687 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Gold`, Spread: 0.01, Open: 1281.1, Price: 1278.17, Buy: 1280.73, Sell: 1280.74, Change: -2.56, ChangePercent: -0.2, Volume: 48387, High: 1289.5, Low: 1279.1, YearlyHigh: 1306, YearlyLow: 1047.2, YearlyStart: 1176.6, YearlyChange: 8.85, Settlement: `Loan`, Contract: `Futures`, Region: `Africa`, Country: `Libya`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-03-23`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 688 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `BTC/USD`, Spread: 0.06, Open: 93.88, Price: 20589.16, Buy: 21200.76, Sell: 21400.78, Change: -411.61, ChangePercent: -1.96, Volume: 5788000, High: 22400.05, Low: 20100.75, YearlyHigh: 62400.7, YearlyLow: 15100.88, YearlyStart: 21200.29, YearlyChange: -20.62, Settlement: `Credit`, Contract: `Forwards`, Region: `Asia Pacific`, Country: `Australia`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-05-23`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 689 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Natural Gas`, Spread: 0.02, Open: 2.094, Price: 2.08, Buy: 2.09, Sell: 2.09, Change: -0.02, ChangePercent: -1.32, Volume: 2783, High: 2.11, Low: 2.09, YearlyHigh: 3.2, YearlyLow: 1.84, YearlyStart: 2.52, YearlyChange: -16.51, Settlement: `Cash`, Contract: `Swap`, Region: `Europe`, Country: `Switzerland`, Risk: `Low`, Sector: `Public`, Currency: `PLN`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-06-19`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 690 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `OJ Future`, Spread: 0.01, Open: 140.6, Price: 141.76, Buy: 140.18, Sell: 140.19, Change: 1.57, ChangePercent: 1.12, Volume: 7, High: 140.19, Low: 0, YearlyHigh: 155.95, YearlyLow: 113, YearlyStart: 134.47, YearlyChange: 4.25, Settlement: `Credit`, Contract: `Options`, Region: `Middle East`, Country: `Jordan`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-02-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 691 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Copper`, Spread: 0.02, Open: 2.123, Price: 2.08, Buy: 2.12, Sell: 2.12, Change: -0.03, ChangePercent: -1.56, Volume: 28819, High: 2.16, Low: 2.11, YearlyHigh: 2.94, YearlyLow: 1.96, YearlyStart: 2.45, YearlyChange: -13.76, Settlement: `Cash`, Contract: `CFD`, Region: `Asia Pacific`, Country: `Hong Kong`, Risk: `Low`, Sector: `Public`, Currency: `USD`, Security: `Poor`, Issuer: `American Airlines`, Maturity: `2022-06-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 692 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Palladium`, Spread: 0.01, Open: 600.55, Price: 599.8, Buy: 601, Sell: 601.01, Change: -1.2, ChangePercent: -0.2, Volume: 651, High: 607.2, Low: 598.4, YearlyHigh: 690, YearlyLow: 458.6, YearlyStart: 574.3, YearlyChange: 4.65, Settlement: `Credit`, Contract: `Options`, Region: `Asia Pacific`, Country: `India`, Risk: `Low`, Sector: `Government`, Currency: `PLN`, Security: `High`, Issuer: `FedEx`, Maturity: `2022-04-24`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 693 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soy Meat`, Spread: 0.01, Open: 342.6, Price: 337.96, Buy: 342.6, Sell: 342.6, Change: -4.66, ChangePercent: -1.36, Volume: 5646, High: 345.4, Low: 340.3, YearlyHigh: 353.4, YearlyLow: 261.7, YearlyStart: 307.55, YearlyChange: 11.4, Settlement: `Cash`, Contract: `CFD`, Region: `Asia Pacific`, Country: `India`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-03-21`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 694 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `US 30YR Future`, Spread: 0.01, Open: 164.875, Price: 164.09, Buy: 164.15, Sell: 164.16, Change: -0.07, ChangePercent: -0.04, Volume: 28012, High: 165.25, Low: 164.04, YearlyHigh: 169.38, YearlyLow: 151.47, YearlyStart: 160.43, YearlyChange: 2.33, Settlement: `Credit`, Contract: `Futures`, Region: `Africa`, Country: `Ethiopia`, Risk: `Low`, Sector: `Public`, Currency: `PLN`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-05-11`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 695 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soy oil`, Spread: 0.01, Open: 33.26, Price: 33.5, Buy: 33.77, Sell: 33.78, Change: -0.27, ChangePercent: -0.8, Volume: 10592, High: 33.77, Low: 33.06, YearlyHigh: 35.43, YearlyLow: 26.61, YearlyStart: 31.02, YearlyChange: 8.87, Settlement: `Credit`, Contract: `Options`, Region: `Africa`, Country: `Ethiopia`, Risk: `Low`, Sector: `Government`, Currency: `PLN`, Security: `High`, Issuer: `FedEx`, Maturity: `2022-03-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 696 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Gold`, Spread: 0.01, Open: 1281.1, Price: 1257.68, Buy: 1280.73, Sell: 1280.74, Change: -23.05, ChangePercent: -1.8, Volume: 48387, High: 1289.5, Low: 1279.1, YearlyHigh: 1306, YearlyLow: 1047.2, YearlyStart: 1176.6, YearlyChange: 8.85, Settlement: `Loan`, Contract: `Options`, Region: `Europe`, Country: `Italy`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-04-21`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 697 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Milk`, Spread: 0.01, Open: 12.87, Price: 12.98, Buy: 12.87, Sell: 12.87, Change: 0.12, ChangePercent: 0.96, Volume: 7, High: 12.89, Low: 12.81, YearlyHigh: 16.96, YearlyLow: 12.81, YearlyStart: 14.88, YearlyChange: -13.6, Settlement: `Loan`, Contract: `Forwards`, Region: `North America`, Country: `United States`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-05-22`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 698 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `AUD/USD`, Spread: 0.02, Open: 0.7344, Price: 0.75, Buy: 0.73, Sell: 0.73, Change: 0.01, ChangePercent: 1.32, Volume: 36764, High: 0.74, Low: 0.73, YearlyHigh: 0.79, YearlyLow: 0.68, YearlyStart: 0.73, YearlyChange: 1.28, Settlement: `Cash`, Contract: `Futures`, Region: `Europe`, Country: `Czechia`, Risk: `Low`, Sector: `Public`, Currency: `EUR`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-07-21`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 699 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `FD Cattle`, Spread: 0.01, Open: 147.175, Price: 147.66, Buy: 148.6, Sell: 148.61, Change: -0.95, ChangePercent: -0.64, Volume: 5, High: 148.61, Low: 147.18, YearlyHigh: 190, YearlyLow: 138.1, YearlyStart: 164.05, YearlyChange: -9.41, Settlement: `Loan`, Contract: `Swap`, Region: `Africa`, Country: `Cameroon`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-09-21`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 700 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Gold`, Spread: 0.01, Open: 1281.1, Price: 1299.17, Buy: 1280.73, Sell: 1280.74, Change: 18.44, ChangePercent: 1.44, Volume: 48387, High: 1289.5, Low: 1279.1, YearlyHigh: 1306, YearlyLow: 1047.2, YearlyStart: 1176.6, YearlyChange: 8.85, Settlement: `Cash`, Contract: `Swap`, Region: `South America`, Country: `Ecuador`, Risk: `High`, Sector: `Public`, Currency: `USD`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-07-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 701 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `FD Cattle`, Spread: 0.01, Open: 147.175, Price: 149.44, Buy: 148.6, Sell: 148.61, Change: 0.83, ChangePercent: 0.56, Volume: 5, High: 148.61, Low: 147.18, YearlyHigh: 190, YearlyLow: 138.1, YearlyStart: 164.05, YearlyChange: -9.41, Settlement: `Loan`, Contract: `Swap`, Region: `Africa`, Country: `Senegal`, Risk: `High`, Sector: `Public`, Currency: `PLN`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-08-23`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 702 }), + new FinancialDataAllItem({ Category: `Index`, Type: `DOW Future`, Spread: 0.01, Open: 17711, Price: 17535.03, Buy: 17712.15, Sell: 17712.16, Change: -177.12, ChangePercent: -1, Volume: 22236, High: 17727, Low: 17642, YearlyHigh: 18083, YearlyLow: 15299, YearlyStart: 16691, YearlyChange: 6.12, Settlement: `Cash`, Contract: `Futures`, Region: `Middle East`, Country: `Kuwait`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-02-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 703 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `BTC/USD`, Spread: 0.06, Open: 93.88, Price: 21101.58, Buy: 21200.76, Sell: 21400.78, Change: 100.81, ChangePercent: 0.48, Volume: 5788000, High: 22400.05, Low: 20100.75, YearlyHigh: 62400.7, YearlyLow: 15100.88, YearlyStart: 21200.29, YearlyChange: -20.62, Settlement: `Credit`, Contract: `Options`, Region: `Middle East`, Country: `Israel`, Risk: `High`, Sector: `Private`, Currency: `PLN`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-06-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 704 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Coal`, Spread: 0.015, Open: 0.4363, Price: 0.41, Buy: 0.44, Sell: 0.44, Change: -0.01, ChangePercent: -0.72, Volume: 3, High: 0.44, Low: 0.44, YearlyHigh: 0.48, YearlyLow: 0.4, YearlyStart: 0.44, YearlyChange: -5.33, Settlement: `Loan`, Contract: `Options`, Region: `North America`, Country: `Canada`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-03-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 705 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Sugar`, Spread: 0.01, Open: 15.68, Price: 14.55, Buy: 14.67, Sell: 14.68, Change: -0.12, ChangePercent: -0.84, Volume: 4949, High: 15.7, Low: 14.67, YearlyHigh: 16.87, YearlyLow: 11.37, YearlyStart: 14.12, YearlyChange: 3.92, Settlement: `Cash`, Contract: `Swap`, Region: `Middle East`, Country: `Israel`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-01-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 706 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `BTC/USD`, Spread: 0.06, Open: 93.88, Price: 20656.36, Buy: 21200.76, Sell: 21400.78, Change: -344.41, ChangePercent: -1.64, Volume: 5788000, High: 22400.05, Low: 20100.75, YearlyHigh: 62400.7, YearlyLow: 15100.88, YearlyStart: 21200.29, YearlyChange: -20.62, Settlement: `Cash`, Contract: `Futures`, Region: `Europe`, Country: `Denmark`, Risk: `High`, Sector: `Public`, Currency: `USD`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-02-21`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 707 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soybean`, Spread: 0.01, Open: 1038, Price: 1039.03, Buy: 1038.61, Sell: 1038.62, Change: 0.41, ChangePercent: 0.04, Volume: 20356, High: 1044, Low: 1031.75, YearlyHigh: 1057, YearlyLow: 859.5, YearlyStart: 958.25, YearlyChange: 8.39, Settlement: `Cash`, Contract: `Forwards`, Region: `North America`, Country: `Canada`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-06-21`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 708 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P MID MINI`, Spread: 0.01, Open: 1454.3, Price: 1430.16, Buy: 1455.78, Sell: 1455.79, Change: -25.62, ChangePercent: -1.76, Volume: 338, High: 1455.78, Low: 1448, YearlyHigh: 1527.3, YearlyLow: 1236, YearlyStart: 1381.65, YearlyChange: 5.37, Settlement: `Credit`, Contract: `Options`, Region: `South America`, Country: `Chile`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `High`, Issuer: `FedEx`, Maturity: `2022-01-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 709 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soybean`, Spread: 0.01, Open: 1038, Price: 1040.69, Buy: 1038.61, Sell: 1038.62, Change: 2.07, ChangePercent: 0.2, Volume: 20356, High: 1044, Low: 1031.75, YearlyHigh: 1057, YearlyLow: 859.5, YearlyStart: 958.25, YearlyChange: 8.39, Settlement: `Cash`, Contract: `Options`, Region: `South America`, Country: `Guyana`, Risk: `High`, Sector: `Government`, Currency: `USD`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-06-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 710 }), + new FinancialDataAllItem({ Category: `Index`, Type: `DOW Future`, Spread: 0.01, Open: 17711, Price: 17924.7, Buy: 17712.15, Sell: 17712.16, Change: 212.55, ChangePercent: 1.2, Volume: 22236, High: 17727, Low: 17642, YearlyHigh: 18083, YearlyLow: 15299, YearlyStart: 16691, YearlyChange: 6.12, Settlement: `Loan`, Contract: `Swap`, Region: `Middle East`, Country: `Lebanon`, Risk: `High`, Sector: `Public`, Currency: `USD`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-09-23`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 711 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `LV Cattle`, Spread: 0.01, Open: 120.725, Price: 119.69, Buy: 120.72, Sell: 120.72, Change: -1.02, ChangePercent: -0.84, Volume: 4, High: 120.72, Low: 120.72, YearlyHigh: 147.98, YearlyLow: 113.9, YearlyStart: 130.94, YearlyChange: -7.82, Settlement: `Loan`, Contract: `Swap`, Region: `Europe`, Country: `United Kingdom`, Risk: `High`, Sector: `Government`, Currency: `PLN`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-06-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 712 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `US 30YR Future`, Spread: 0.01, Open: 164.875, Price: 163.3, Buy: 164.15, Sell: 164.16, Change: -0.86, ChangePercent: -0.52, Volume: 28012, High: 165.25, Low: 164.04, YearlyHigh: 169.38, YearlyLow: 151.47, YearlyStart: 160.43, YearlyChange: 2.33, Settlement: `Credit`, Contract: `Futures`, Region: `Europe`, Country: `Portugal`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-02-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 713 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Oats`, Spread: 0.01, Open: 194.5, Price: 194.61, Buy: 194.21, Sell: 194.22, Change: 0.39, ChangePercent: 0.2, Volume: 64, High: 195.75, Low: 194, YearlyHigh: 241.25, YearlyLow: 183.75, YearlyStart: 212.5, YearlyChange: -8.6, Settlement: `Cash`, Contract: `Futures`, Region: `Asia Pacific`, Country: `Thailand`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `Poor`, Issuer: `American Airlines`, Maturity: `2022-04-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 714 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Wheat`, Spread: 0.01, Open: 465.5, Price: 468.31, Buy: 465.5, Sell: 465.5, Change: 2.79, ChangePercent: 0.6, Volume: 4318, High: 467, Low: 463.25, YearlyHigh: 628.5, YearlyLow: 449.5, YearlyStart: 539, YearlyChange: -13.63, Settlement: `Cash`, Contract: `Swap`, Region: `North America`, Country: `Mexico`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-01-23`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 715 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Ethanol`, Spread: 0.01, Open: 1.512, Price: 2.71, Buy: 2.75, Sell: 2.76, Change: -0.04, ChangePercent: -1.44, Volume: 14, High: 2.75, Low: 1.12, YearlyHigh: 2.75, YearlyLow: 1.12, YearlyStart: 1.48, YearlyChange: 86.7, Settlement: `Loan`, Contract: `Futures`, Region: `Europe`, Country: `Croatia`, Risk: `Low`, Sector: `Government`, Currency: `USD`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-08-11`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 716 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soybean`, Spread: 0.01, Open: 1038, Price: 1053.16, Buy: 1038.61, Sell: 1038.62, Change: 14.54, ChangePercent: 1.4, Volume: 20356, High: 1044, Low: 1031.75, YearlyHigh: 1057, YearlyLow: 859.5, YearlyStart: 958.25, YearlyChange: 8.39, Settlement: `Loan`, Contract: `Swap`, Region: `Africa`, Country: `Libya`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-05-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 717 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soy Meat`, Spread: 0.01, Open: 342.6, Price: 341.39, Buy: 342.6, Sell: 342.6, Change: -1.23, ChangePercent: -0.36, Volume: 5646, High: 345.4, Low: 340.3, YearlyHigh: 353.4, YearlyLow: 261.7, YearlyStart: 307.55, YearlyChange: 11.4, Settlement: `Cash`, Contract: `Futures`, Region: `South America`, Country: `Brazil`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-04-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 718 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `US 30YR Future`, Spread: 0.01, Open: 164.875, Price: 163.83, Buy: 164.15, Sell: 164.16, Change: -0.33, ChangePercent: -0.2, Volume: 28012, High: 165.25, Low: 164.04, YearlyHigh: 169.38, YearlyLow: 151.47, YearlyStart: 160.43, YearlyChange: 2.33, Settlement: `Credit`, Contract: `Swap`, Region: `Middle East`, Country: `Saudi Arabia`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-06-23`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 719 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Milk`, Spread: 0.01, Open: 12.87, Price: 12.94, Buy: 12.87, Sell: 12.87, Change: 0.08, ChangePercent: 0.64, Volume: 7, High: 12.89, Low: 12.81, YearlyHigh: 16.96, YearlyLow: 12.81, YearlyStart: 14.88, YearlyChange: -13.6, Settlement: `Loan`, Contract: `Forwards`, Region: `Asia Pacific`, Country: `Taiwan`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-01-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 720 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Platinum`, Spread: 0.01, Open: 1071.6, Price: 1070.67, Buy: 1071.09, Sell: 1071.1, Change: -0.43, ChangePercent: -0.04, Volume: 3039, High: 1081.2, Low: 1070.5, YearlyHigh: 1120.6, YearlyLow: 812.4, YearlyStart: 966.5, YearlyChange: 10.82, Settlement: `Loan`, Contract: `CFD`, Region: `Africa`, Country: `Morocco`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-02-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 721 }), + new FinancialDataAllItem({ Category: `Index`, Type: `DOW Future`, Spread: 0.01, Open: 17711, Price: 17683.81, Buy: 17712.15, Sell: 17712.16, Change: -28.34, ChangePercent: -0.16, Volume: 22236, High: 17727, Low: 17642, YearlyHigh: 18083, YearlyLow: 15299, YearlyStart: 16691, YearlyChange: 6.12, Settlement: `Credit`, Contract: `Forwards`, Region: `Asia Pacific`, Country: `Australia`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-03-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 722 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P 600 MINI`, Spread: 0.01, Open: 687.9, Price: 691.18, Buy: 687.9, Sell: 687.9, Change: 3.3, ChangePercent: 0.48, Volume: 0, High: 0, Low: 0, YearlyHigh: 620.32, YearlyLow: 595.9, YearlyStart: 608.11, YearlyChange: 13.12, Settlement: `Credit`, Contract: `Forwards`, Region: `Asia Pacific`, Country: `Japan`, Risk: `Low`, Sector: `Public`, Currency: `EUR`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-08-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 723 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P MID MINI`, Spread: 0.01, Open: 1454.3, Price: 1459.28, Buy: 1455.78, Sell: 1455.79, Change: 3.5, ChangePercent: 0.24, Volume: 338, High: 1455.78, Low: 1448, YearlyHigh: 1527.3, YearlyLow: 1236, YearlyStart: 1381.65, YearlyChange: 5.37, Settlement: `Loan`, Contract: `Futures`, Region: `Africa`, Country: `Morocco`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-08-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 724 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Uranium`, Spread: 0.02, Open: 27.55, Price: 27.19, Buy: 27.55, Sell: 27.55, Change: -0.39, ChangePercent: -1.4, Volume: 12, High: 27.55, Low: 27.55, YearlyHigh: 29.32, YearlyLow: 21.28, YearlyStart: 25.3, YearlyChange: 9.01, Settlement: `Cash`, Contract: `Options`, Region: `Asia Pacific`, Country: `Pakistan`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-08-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 725 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Sugar`, Spread: 0.01, Open: 15.68, Price: 14.74, Buy: 14.67, Sell: 14.68, Change: 0.07, ChangePercent: 0.48, Volume: 4949, High: 15.7, Low: 14.67, YearlyHigh: 16.87, YearlyLow: 11.37, YearlyStart: 14.12, YearlyChange: 3.92, Settlement: `Cash`, Contract: `Swap`, Region: `Africa`, Country: `Ethiopia`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-08-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 726 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `FD Cattle`, Spread: 0.01, Open: 147.175, Price: 146.23, Buy: 148.6, Sell: 148.61, Change: -2.38, ChangePercent: -1.6, Volume: 5, High: 148.61, Low: 147.18, YearlyHigh: 190, YearlyLow: 138.1, YearlyStart: 164.05, YearlyChange: -9.41, Settlement: `Credit`, Contract: `Options`, Region: `Africa`, Country: `Tunisia`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-08-11`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 727 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Ethanol`, Spread: 0.01, Open: 1.512, Price: 2.8, Buy: 2.75, Sell: 2.76, Change: 0.05, ChangePercent: 1.56, Volume: 14, High: 2.75, Low: 1.12, YearlyHigh: 2.75, YearlyLow: 1.12, YearlyStart: 1.48, YearlyChange: 86.7, Settlement: `Loan`, Contract: `Options`, Region: `Middle East`, Country: `Israel`, Risk: `High`, Sector: `Government`, Currency: `USD`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-07-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 728 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Gold`, Spread: 0.01, Open: 1281.1, Price: 1271, Buy: 1280.73, Sell: 1280.74, Change: -9.73, ChangePercent: -0.76, Volume: 48387, High: 1289.5, Low: 1279.1, YearlyHigh: 1306, YearlyLow: 1047.2, YearlyStart: 1176.6, YearlyChange: 8.85, Settlement: `Cash`, Contract: `Forwards`, Region: `Europe`, Country: `Poland`, Risk: `Low`, Sector: `Government`, Currency: `PLN`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-05-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 729 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `OJ Future`, Spread: 0.01, Open: 140.6, Price: 142.26, Buy: 140.18, Sell: 140.19, Change: 2.07, ChangePercent: 1.48, Volume: 7, High: 140.19, Low: 0, YearlyHigh: 155.95, YearlyLow: 113, YearlyStart: 134.47, YearlyChange: 4.25, Settlement: `Credit`, Contract: `Swap`, Region: `Africa`, Country: `Cameroon`, Risk: `Low`, Sector: `Public`, Currency: `PLN`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-07-24`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 730 }), + new FinancialDataAllItem({ Category: `Index`, Type: `NAS Future`, Spread: 0.01, Open: 4341.25, Price: 4271.82, Buy: 4341.25, Sell: 4341.25, Change: -69.46, ChangePercent: -1.6, Volume: 18259, High: 4347, Low: 4318, YearlyHigh: 4719.75, YearlyLow: 3867.75, YearlyStart: 4293.75, YearlyChange: 1.11, Settlement: `Credit`, Contract: `Futures`, Region: `Middle East`, Country: `Lebanon`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-06-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 731 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Rice`, Spread: 0.01, Open: 11.245, Price: 10.41, Buy: 10.41, Sell: 10.42, Change: -0.01, ChangePercent: -0.04, Volume: 220, High: 11.38, Low: 10.42, YearlyHigh: 14.14, YearlyLow: 9.7, YearlyStart: 11.92, YearlyChange: -12.62, Settlement: `Credit`, Contract: `Options`, Region: `Asia Pacific`, Country: `New Zealand`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `Poor`, Issuer: `FedEx`, Maturity: `2022-01-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 732 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Rice`, Spread: 0.01, Open: 11.245, Price: 10.52, Buy: 10.41, Sell: 10.42, Change: 0.1, ChangePercent: 1, Volume: 220, High: 11.38, Low: 10.42, YearlyHigh: 14.14, YearlyLow: 9.7, YearlyStart: 11.92, YearlyChange: -12.62, Settlement: `Loan`, Contract: `Futures`, Region: `Middle East`, Country: `Qatar`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `High`, Issuer: `FedEx`, Maturity: `2022-08-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 733 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `LV Cattle`, Spread: 0.01, Open: 120.725, Price: 119.79, Buy: 120.72, Sell: 120.72, Change: -0.91, ChangePercent: -0.76, Volume: 4, High: 120.72, Low: 120.72, YearlyHigh: 147.98, YearlyLow: 113.9, YearlyStart: 130.94, YearlyChange: -7.82, Settlement: `Cash`, Contract: `Options`, Region: `Africa`, Country: `Niger`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-03-21`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 734 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `Lean Hogs`, Spread: 0.01, Open: 81.275, Price: 83.39, Buy: 81.81, Sell: 81.82, Change: 1.58, ChangePercent: 1.92, Volume: 1, High: 81.81, Low: 81.28, YearlyHigh: 83.98, YearlyLow: 70.25, YearlyStart: 77.11, YearlyChange: 6.09, Settlement: `Cash`, Contract: `Forwards`, Region: `Asia Pacific`, Country: `Australia`, Risk: `Low`, Sector: `Government`, Currency: `PLN`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-05-16`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 735 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/CAD`, Spread: 0.02, Open: 0.7744, Price: 0.94, Buy: 0.94, Sell: 0.96, Change: -0.01, ChangePercent: -1.08, Volume: 13669, High: 0.95, Low: 0.77, YearlyHigh: 0.95, YearlyLow: 0.68, YearlyStart: 0.76, YearlyChange: 26.43, Settlement: `Credit`, Contract: `Options`, Region: `Asia Pacific`, Country: `Taiwan`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-03-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 736 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `GBP/USD`, Spread: 0.02, Open: 1.4464, Price: 1.19, Buy: 1.18, Sell: 1.2, Change: 0, ChangePercent: -0.4, Volume: 29450, High: 1.45, Low: 1.19, YearlyHigh: 1.59, YearlyLow: 1.19, YearlyStart: 1.49, YearlyChange: -19.59, Settlement: `Credit`, Contract: `Options`, Region: `Africa`, Country: `Senegal`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-05-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 737 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Milk`, Spread: 0.01, Open: 12.87, Price: 12.69, Buy: 12.87, Sell: 12.87, Change: -0.17, ChangePercent: -1.36, Volume: 7, High: 12.89, Low: 12.81, YearlyHigh: 16.96, YearlyLow: 12.81, YearlyStart: 14.88, YearlyChange: -13.6, Settlement: `Credit`, Contract: `Swap`, Region: `Africa`, Country: `Niger`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-05-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 738 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Gold`, Spread: 0.01, Open: 1281.1, Price: 1262.29, Buy: 1280.73, Sell: 1280.74, Change: -18.44, ChangePercent: -1.44, Volume: 48387, High: 1289.5, Low: 1279.1, YearlyHigh: 1306, YearlyLow: 1047.2, YearlyStart: 1176.6, YearlyChange: 8.85, Settlement: `Cash`, Contract: `Swap`, Region: `Middle East`, Country: `Oman`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-07-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 739 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P MID MINI`, Spread: 0.01, Open: 1454.3, Price: 1437.15, Buy: 1455.78, Sell: 1455.79, Change: -18.63, ChangePercent: -1.28, Volume: 338, High: 1455.78, Low: 1448, YearlyHigh: 1527.3, YearlyLow: 1236, YearlyStart: 1381.65, YearlyChange: 5.37, Settlement: `Cash`, Contract: `Futures`, Region: `Asia Pacific`, Country: `Korea`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-02-16`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 740 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Coffee`, Spread: 0.01, Open: 125.7, Price: 123.53, Buy: 125.7, Sell: 125.7, Change: -2.16, ChangePercent: -1.72, Volume: 1654, High: 125.8, Low: 125, YearlyHigh: 155.75, YearlyLow: 115.35, YearlyStart: 135.55, YearlyChange: -7.27, Settlement: `Cash`, Contract: `Forwards`, Region: `North America`, Country: `Canada`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-05-16`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 741 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soybean`, Spread: 0.01, Open: 1038, Price: 1030.72, Buy: 1038.61, Sell: 1038.62, Change: -7.9, ChangePercent: -0.76, Volume: 20356, High: 1044, Low: 1031.75, YearlyHigh: 1057, YearlyLow: 859.5, YearlyStart: 958.25, YearlyChange: 8.39, Settlement: `Loan`, Contract: `Futures`, Region: `Europe`, Country: `Portugal`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-02-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 742 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Gold`, Spread: 0.01, Open: 1281.1, Price: 1296.1, Buy: 1280.73, Sell: 1280.74, Change: 15.37, ChangePercent: 1.2, Volume: 48387, High: 1289.5, Low: 1279.1, YearlyHigh: 1306, YearlyLow: 1047.2, YearlyStart: 1176.6, YearlyChange: 8.85, Settlement: `Credit`, Contract: `Swap`, Region: `Asia Pacific`, Country: `Malaysia`, Risk: `High`, Sector: `Public`, Currency: `PLN`, Security: `Poor`, Issuer: `FedEx`, Maturity: `2022-01-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 743 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Oats`, Spread: 0.01, Open: 194.5, Price: 195.54, Buy: 194.21, Sell: 194.22, Change: 1.32, ChangePercent: 0.68, Volume: 64, High: 195.75, Low: 194, YearlyHigh: 241.25, YearlyLow: 183.75, YearlyStart: 212.5, YearlyChange: -8.6, Settlement: `Loan`, Contract: `Forwards`, Region: `Europe`, Country: `Sweden`, Risk: `High`, Sector: `Public`, Currency: `USD`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-08-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 744 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Natural Gas`, Spread: 0.02, Open: 2.094, Price: 2.14, Buy: 2.09, Sell: 2.09, Change: 0.04, ChangePercent: 1.76, Volume: 2783, High: 2.11, Low: 2.09, YearlyHigh: 3.2, YearlyLow: 1.84, YearlyStart: 2.52, YearlyChange: -16.51, Settlement: `Cash`, Contract: `CFD`, Region: `Middle East`, Country: `Lebanon`, Risk: `High`, Sector: `Private`, Currency: `PLN`, Security: `High`, Issuer: `American Airlines`, Maturity: `2022-07-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 745 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Lumber`, Spread: 0.01, Open: 303.9, Price: 309.59, Buy: 304.59, Sell: 304.6, Change: 4.99, ChangePercent: 1.64, Volume: 2, High: 304.6, Low: 303.9, YearlyHigh: 317.1, YearlyLow: 236, YearlyStart: 276.55, YearlyChange: 10.14, Settlement: `Credit`, Contract: `CFD`, Region: `Europe`, Country: `Hungary`, Risk: `Low`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-07-22`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 746 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Rice`, Spread: 0.01, Open: 11.245, Price: 10.42, Buy: 10.41, Sell: 10.42, Change: 0, ChangePercent: 0.04, Volume: 220, High: 11.38, Low: 10.42, YearlyHigh: 14.14, YearlyLow: 9.7, YearlyStart: 11.92, YearlyChange: -12.62, Settlement: `Credit`, Contract: `Swap`, Region: `Asia Pacific`, Country: `Australia`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-08-27`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 747 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Copper`, Spread: 0.02, Open: 2.123, Price: 2.12, Buy: 2.12, Sell: 2.12, Change: 0.01, ChangePercent: 0.12, Volume: 28819, High: 2.16, Low: 2.11, YearlyHigh: 2.94, YearlyLow: 1.96, YearlyStart: 2.45, YearlyChange: -13.76, Settlement: `Cash`, Contract: `Options`, Region: `Africa`, Country: `Egypt`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-03-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 748 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soy oil`, Spread: 0.01, Open: 33.26, Price: 33.26, Buy: 33.77, Sell: 33.78, Change: -0.51, ChangePercent: -1.52, Volume: 10592, High: 33.77, Low: 33.06, YearlyHigh: 35.43, YearlyLow: 26.61, YearlyStart: 31.02, YearlyChange: 8.87, Settlement: `Cash`, Contract: `Options`, Region: `Asia Pacific`, Country: `Taiwan`, Risk: `Low`, Sector: `Public`, Currency: `PLN`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-01-11`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 749 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P Future`, Spread: 0.01, Open: 2057.5, Price: 2038.5, Buy: 2056.6, Sell: 2056.61, Change: -18.1, ChangePercent: -0.88, Volume: 142780, High: 2059.5, Low: 2049, YearlyHigh: 2105.5, YearlyLow: 1794.5, YearlyStart: 1950, YearlyChange: 5.47, Settlement: `Cash`, Contract: `Futures`, Region: `North America`, Country: `Mexico`, Risk: `Low`, Sector: `Government`, Currency: `USD`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-09-27`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 750 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Corn`, Spread: 0.01, Open: 379.5, Price: 374.49, Buy: 379.8, Sell: 379.81, Change: -5.31, ChangePercent: -1.4, Volume: 11266, High: 381, Low: 377.75, YearlyHigh: 471.25, YearlyLow: 351.25, YearlyStart: 411.25, YearlyChange: -7.65, Settlement: `Cash`, Contract: `Options`, Region: `South America`, Country: `Uruguay`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-07-27`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 751 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `FD Cattle`, Spread: 0.01, Open: 147.175, Price: 146.53, Buy: 148.6, Sell: 148.61, Change: -2.08, ChangePercent: -1.4, Volume: 5, High: 148.61, Low: 147.18, YearlyHigh: 190, YearlyLow: 138.1, YearlyStart: 164.05, YearlyChange: -9.41, Settlement: `Loan`, Contract: `Options`, Region: `Europe`, Country: `Finland`, Risk: `Low`, Sector: `Public`, Currency: `PLN`, Security: `High`, Issuer: `FedEx`, Maturity: `2022-04-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 752 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/CHF`, Spread: 0.02, Open: 1.0337, Price: 1.04, Buy: 1.03, Sell: 1.03, Change: 0, ChangePercent: -0.12, Volume: 5550, High: 1.03, Low: 1.03, YearlyHigh: 1.11, YearlyLow: 0.98, YearlyStart: 1.04, YearlyChange: -0.12, Settlement: `Loan`, Contract: `Forwards`, Region: `Africa`, Country: `Tunisia`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `Poor`, Issuer: `American Airlines`, Maturity: `2022-05-22`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 753 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Gold`, Spread: 0.01, Open: 1281.1, Price: 1259.73, Buy: 1280.73, Sell: 1280.74, Change: -21, ChangePercent: -1.64, Volume: 48387, High: 1289.5, Low: 1279.1, YearlyHigh: 1306, YearlyLow: 1047.2, YearlyStart: 1176.6, YearlyChange: 8.85, Settlement: `Loan`, Contract: `Swap`, Region: `Africa`, Country: `Egypt`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-04-19`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 754 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Milk`, Spread: 0.01, Open: 12.87, Price: 12.69, Buy: 12.87, Sell: 12.87, Change: -0.17, ChangePercent: -1.36, Volume: 7, High: 12.89, Low: 12.81, YearlyHigh: 16.96, YearlyLow: 12.81, YearlyStart: 14.88, YearlyChange: -13.6, Settlement: `Credit`, Contract: `CFD`, Region: `North America`, Country: `Mexico`, Risk: `High`, Sector: `Government`, Currency: `USD`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-05-11`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 755 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `FD Cattle`, Spread: 0.01, Open: 147.175, Price: 148.78, Buy: 148.6, Sell: 148.61, Change: 0.17, ChangePercent: 0.12, Volume: 5, High: 148.61, Low: 147.18, YearlyHigh: 190, YearlyLow: 138.1, YearlyStart: 164.05, YearlyChange: -9.41, Settlement: `Loan`, Contract: `Swap`, Region: `Middle East`, Country: `Syria`, Risk: `High`, Sector: `Government`, Currency: `PLN`, Security: `High`, Issuer: `American Airlines`, Maturity: `2022-08-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 756 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Cocoa`, Spread: 0.01, Open: 3076, Price: 3130.17, Buy: 3076, Sell: 3076, Change: 54.14, ChangePercent: 1.76, Volume: 978, High: 3078, Low: 3066, YearlyHigh: 3406, YearlyLow: 2746, YearlyStart: 3076, YearlyChange: 0, Settlement: `Cash`, Contract: `Swap`, Region: `Asia Pacific`, Country: `Philippines`, Risk: `High`, Sector: `Government`, Currency: `PLN`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-03-22`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 757 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soy oil`, Spread: 0.01, Open: 33.26, Price: 34.43, Buy: 33.77, Sell: 33.78, Change: 0.66, ChangePercent: 1.96, Volume: 10592, High: 33.77, Low: 33.06, YearlyHigh: 35.43, YearlyLow: 26.61, YearlyStart: 31.02, YearlyChange: 8.87, Settlement: `Cash`, Contract: `Forwards`, Region: `Middle East`, Country: `UAE`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-02-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 758 }), + new FinancialDataAllItem({ Category: `Index`, Type: `NAS Future`, Spread: 0.01, Open: 4341.25, Price: 4296.13, Buy: 4341.25, Sell: 4341.25, Change: -45.15, ChangePercent: -1.04, Volume: 18259, High: 4347, Low: 4318, YearlyHigh: 4719.75, YearlyLow: 3867.75, YearlyStart: 4293.75, YearlyChange: 1.11, Settlement: `Credit`, Contract: `Futures`, Region: `North America`, Country: `United States`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `Poor`, Issuer: `American Airlines`, Maturity: `2022-02-22`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 759 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Milk`, Spread: 0.01, Open: 12.87, Price: 13.02, Buy: 12.87, Sell: 12.87, Change: 0.16, ChangePercent: 1.24, Volume: 7, High: 12.89, Low: 12.81, YearlyHigh: 16.96, YearlyLow: 12.81, YearlyStart: 14.88, YearlyChange: -13.6, Settlement: `Cash`, Contract: `CFD`, Region: `Asia Pacific`, Country: `China`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-06-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 760 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Cotton`, Spread: 0.01, Open: 61.77, Price: 63, Buy: 61.77, Sell: 61.77, Change: 1.24, ChangePercent: 2, Volume: 3612, High: 62.06, Low: 61.32, YearlyHigh: 67.59, YearlyLow: 54.33, YearlyStart: 60.96, YearlyChange: 1.31, Settlement: `Cash`, Contract: `Options`, Region: `Africa`, Country: `Nigeria`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-01-11`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 761 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `LV Cattle`, Spread: 0.01, Open: 120.725, Price: 122.54, Buy: 120.72, Sell: 120.72, Change: 1.84, ChangePercent: 1.52, Volume: 4, High: 120.72, Low: 120.72, YearlyHigh: 147.98, YearlyLow: 113.9, YearlyStart: 130.94, YearlyChange: -7.82, Settlement: `Cash`, Contract: `Swap`, Region: `North America`, Country: `United States`, Risk: `High`, Sector: `Public`, Currency: `PLN`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-06-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 762 }), + new FinancialDataAllItem({ Category: `Index`, Type: `NAS Future`, Spread: 0.01, Open: 4341.25, Price: 4273.56, Buy: 4341.25, Sell: 4341.25, Change: -67.72, ChangePercent: -1.56, Volume: 18259, High: 4347, Low: 4318, YearlyHigh: 4719.75, YearlyLow: 3867.75, YearlyStart: 4293.75, YearlyChange: 1.11, Settlement: `Loan`, Contract: `Futures`, Region: `Europe`, Country: `France`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-06-27`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 763 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Cotton`, Spread: 0.01, Open: 61.77, Price: 60.57, Buy: 61.77, Sell: 61.77, Change: -1.19, ChangePercent: -1.92, Volume: 3612, High: 62.06, Low: 61.32, YearlyHigh: 67.59, YearlyLow: 54.33, YearlyStart: 60.96, YearlyChange: 1.31, Settlement: `Credit`, Contract: `Options`, Region: `South America`, Country: `Colombia`, Risk: `Low`, Sector: `Government`, Currency: `PLN`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-03-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 764 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Sugar`, Spread: 0.01, Open: 15.68, Price: 14.77, Buy: 14.67, Sell: 14.68, Change: 0.1, ChangePercent: 0.68, Volume: 4949, High: 15.7, Low: 14.67, YearlyHigh: 16.87, YearlyLow: 11.37, YearlyStart: 14.12, YearlyChange: 3.92, Settlement: `Cash`, Contract: `Options`, Region: `Middle East`, Country: `Jordan`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-02-23`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 765 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `Lean Hogs`, Spread: 0.01, Open: 81.275, Price: 81.55, Buy: 81.81, Sell: 81.82, Change: -0.26, ChangePercent: -0.32, Volume: 1, High: 81.81, Low: 81.28, YearlyHigh: 83.98, YearlyLow: 70.25, YearlyStart: 77.11, YearlyChange: 6.09, Settlement: `Cash`, Contract: `Options`, Region: `Europe`, Country: `Spain`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-05-16`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 766 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `OJ Future`, Spread: 0.01, Open: 140.6, Price: 141.37, Buy: 140.18, Sell: 140.19, Change: 1.18, ChangePercent: 0.84, Volume: 7, High: 140.19, Low: 0, YearlyHigh: 155.95, YearlyLow: 113, YearlyStart: 134.47, YearlyChange: 4.25, Settlement: `Cash`, Contract: `Forwards`, Region: `Europe`, Country: `Switzerland`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `High`, Issuer: `American Airlines`, Maturity: `2022-06-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 767 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `US 30YR Future`, Spread: 0.01, Open: 164.875, Price: 163.37, Buy: 164.15, Sell: 164.16, Change: -0.79, ChangePercent: -0.48, Volume: 28012, High: 165.25, Low: 164.04, YearlyHigh: 169.38, YearlyLow: 151.47, YearlyStart: 160.43, YearlyChange: 2.33, Settlement: `Credit`, Contract: `Options`, Region: `Africa`, Country: `South Africa`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-04-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 768 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Wheat`, Spread: 0.01, Open: 465.5, Price: 460.68, Buy: 465.5, Sell: 465.5, Change: -4.84, ChangePercent: -1.04, Volume: 4318, High: 467, Low: 463.25, YearlyHigh: 628.5, YearlyLow: 449.5, YearlyStart: 539, YearlyChange: -13.63, Settlement: `Loan`, Contract: `Futures`, Region: `North America`, Country: `United States`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-06-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 769 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Milk`, Spread: 0.01, Open: 12.87, Price: 13.09, Buy: 12.87, Sell: 12.87, Change: 0.23, ChangePercent: 1.8, Volume: 7, High: 12.89, Low: 12.81, YearlyHigh: 16.96, YearlyLow: 12.81, YearlyStart: 14.88, YearlyChange: -13.6, Settlement: `Cash`, Contract: `CFD`, Region: `Europe`, Country: `France`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-06-19`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 770 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Gold`, Spread: 0.01, Open: 1281.1, Price: 1267.92, Buy: 1280.73, Sell: 1280.74, Change: -12.81, ChangePercent: -1, Volume: 48387, High: 1289.5, Low: 1279.1, YearlyHigh: 1306, YearlyLow: 1047.2, YearlyStart: 1176.6, YearlyChange: 8.85, Settlement: `Loan`, Contract: `Options`, Region: `Middle East`, Country: `Israel`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-04-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 771 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P Future`, Spread: 0.01, Open: 2057.5, Price: 2041.79, Buy: 2056.6, Sell: 2056.61, Change: -14.81, ChangePercent: -0.72, Volume: 142780, High: 2059.5, Low: 2049, YearlyHigh: 2105.5, YearlyLow: 1794.5, YearlyStart: 1950, YearlyChange: 5.47, Settlement: `Cash`, Contract: `Options`, Region: `Middle East`, Country: `Turkey`, Risk: `Low`, Sector: `Public`, Currency: `USD`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-07-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 772 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Platinum`, Spread: 0.01, Open: 1071.6, Price: 1076.67, Buy: 1071.09, Sell: 1071.1, Change: 5.57, ChangePercent: 0.52, Volume: 3039, High: 1081.2, Low: 1070.5, YearlyHigh: 1120.6, YearlyLow: 812.4, YearlyStart: 966.5, YearlyChange: 10.82, Settlement: `Credit`, Contract: `CFD`, Region: `Middle East`, Country: `Kuwait`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-07-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 773 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `GBP/USD`, Spread: 0.02, Open: 1.4464, Price: 1.17, Buy: 1.18, Sell: 1.2, Change: -0.02, ChangePercent: -1.72, Volume: 29450, High: 1.45, Low: 1.19, YearlyHigh: 1.59, YearlyLow: 1.19, YearlyStart: 1.49, YearlyChange: -19.59, Settlement: `Cash`, Contract: `Futures`, Region: `Africa`, Country: `Morocco`, Risk: `High`, Sector: `Public`, Currency: `USD`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-05-22`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 774 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soy Meat`, Spread: 0.01, Open: 342.6, Price: 341.8, Buy: 342.6, Sell: 342.6, Change: -0.82, ChangePercent: -0.24, Volume: 5646, High: 345.4, Low: 340.3, YearlyHigh: 353.4, YearlyLow: 261.7, YearlyStart: 307.55, YearlyChange: 11.4, Settlement: `Credit`, Contract: `Options`, Region: `Asia Pacific`, Country: `Japan`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `High`, Issuer: `FedEx`, Maturity: `2022-07-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 775 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Uranium`, Spread: 0.02, Open: 27.55, Price: 27.3, Buy: 27.55, Sell: 27.55, Change: -0.28, ChangePercent: -1, Volume: 12, High: 27.55, Low: 27.55, YearlyHigh: 29.32, YearlyLow: 21.28, YearlyStart: 25.3, YearlyChange: 9.01, Settlement: `Credit`, Contract: `Options`, Region: `Europe`, Country: `Spain`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `High`, Issuer: `American Airlines`, Maturity: `2022-04-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 776 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Oats`, Spread: 0.01, Open: 194.5, Price: 193.98, Buy: 194.21, Sell: 194.22, Change: -0.24, ChangePercent: -0.12, Volume: 64, High: 195.75, Low: 194, YearlyHigh: 241.25, YearlyLow: 183.75, YearlyStart: 212.5, YearlyChange: -8.6, Settlement: `Credit`, Contract: `Options`, Region: `Europe`, Country: `France`, Risk: `High`, Sector: `Private`, Currency: `PLN`, Security: `High`, Issuer: `American Airlines`, Maturity: `2022-05-16`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 777 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Corn`, Spread: 0.01, Open: 379.5, Price: 375.7, Buy: 379.8, Sell: 379.81, Change: -4.1, ChangePercent: -1.08, Volume: 11266, High: 381, Low: 377.75, YearlyHigh: 471.25, YearlyLow: 351.25, YearlyStart: 411.25, YearlyChange: -7.65, Settlement: `Loan`, Contract: `Swap`, Region: `Europe`, Country: `Estonia`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-04-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 778 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Ethanol`, Spread: 0.01, Open: 1.512, Price: 2.71, Buy: 2.75, Sell: 2.76, Change: -0.04, ChangePercent: -1.48, Volume: 14, High: 2.75, Low: 1.12, YearlyHigh: 2.75, YearlyLow: 1.12, YearlyStart: 1.48, YearlyChange: 86.7, Settlement: `Cash`, Contract: `Options`, Region: `Middle East`, Country: `Lebanon`, Risk: `Low`, Sector: `Public`, Currency: `PLN`, Security: `Poor`, Issuer: `FedEx`, Maturity: `2022-03-19`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 779 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Oil`, Spread: 0.015, Open: 45.54, Price: 45.24, Buy: 45.78, Sell: 45.8, Change: -0.55, ChangePercent: -1.2, Volume: 107196, High: 45.94, Low: 45, YearlyHigh: 65.28, YearlyLow: 30.79, YearlyStart: 48.03, YearlyChange: -4.67, Settlement: `Cash`, Contract: `Swap`, Region: `South America`, Country: `Uruguay`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-04-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 780 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Uranium`, Spread: 0.02, Open: 27.55, Price: 27.8, Buy: 27.55, Sell: 27.55, Change: 0.22, ChangePercent: 0.8, Volume: 12, High: 27.55, Low: 27.55, YearlyHigh: 29.32, YearlyLow: 21.28, YearlyStart: 25.3, YearlyChange: 9.01, Settlement: `Cash`, Contract: `Futures`, Region: `Asia Pacific`, Country: `Philippines`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-06-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 781 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `Lean Hogs`, Spread: 0.01, Open: 81.275, Price: 81.23, Buy: 81.81, Sell: 81.82, Change: -0.58, ChangePercent: -0.72, Volume: 1, High: 81.81, Low: 81.28, YearlyHigh: 83.98, YearlyLow: 70.25, YearlyStart: 77.11, YearlyChange: 6.09, Settlement: `Cash`, Contract: `Options`, Region: `North America`, Country: `Canada`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-02-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 782 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soy oil`, Spread: 0.01, Open: 33.26, Price: 33.72, Buy: 33.77, Sell: 33.78, Change: -0.05, ChangePercent: -0.16, Volume: 10592, High: 33.77, Low: 33.06, YearlyHigh: 35.43, YearlyLow: 26.61, YearlyStart: 31.02, YearlyChange: 8.87, Settlement: `Cash`, Contract: `Options`, Region: `Asia Pacific`, Country: `Singapore`, Risk: `High`, Sector: `Private`, Currency: `PLN`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-05-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 783 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Rice`, Spread: 0.01, Open: 11.245, Price: 10.26, Buy: 10.41, Sell: 10.42, Change: -0.16, ChangePercent: -1.48, Volume: 220, High: 11.38, Low: 10.42, YearlyHigh: 14.14, YearlyLow: 9.7, YearlyStart: 11.92, YearlyChange: -12.62, Settlement: `Credit`, Contract: `Futures`, Region: `Africa`, Country: `Niger`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `Poor`, Issuer: `FedEx`, Maturity: `2022-07-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 784 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Corn`, Spread: 0.01, Open: 379.5, Price: 385.12, Buy: 379.8, Sell: 379.81, Change: 5.32, ChangePercent: 1.4, Volume: 11266, High: 381, Low: 377.75, YearlyHigh: 471.25, YearlyLow: 351.25, YearlyStart: 411.25, YearlyChange: -7.65, Settlement: `Cash`, Contract: `Options`, Region: `Middle East`, Country: `Saudi Arabia`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-06-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 785 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Palladium`, Spread: 0.01, Open: 600.55, Price: 597.39, Buy: 601, Sell: 601.01, Change: -3.61, ChangePercent: -0.6, Volume: 651, High: 607.2, Low: 598.4, YearlyHigh: 690, YearlyLow: 458.6, YearlyStart: 574.3, YearlyChange: 4.65, Settlement: `Loan`, Contract: `Forwards`, Region: `Africa`, Country: `Ethiopia`, Risk: `High`, Sector: `Private`, Currency: `PLN`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-07-27`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 786 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Ethanol`, Spread: 0.01, Open: 1.512, Price: 2.7, Buy: 2.75, Sell: 2.76, Change: -0.05, ChangePercent: -1.8, Volume: 14, High: 2.75, Low: 1.12, YearlyHigh: 2.75, YearlyLow: 1.12, YearlyStart: 1.48, YearlyChange: 86.7, Settlement: `Credit`, Contract: `Options`, Region: `South America`, Country: `Paraguay`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `High`, Issuer: `FedEx`, Maturity: `2022-06-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 787 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `US 10YR Future`, Spread: 0.01, Open: 130.5625, Price: 132.2, Buy: 130.56, Sell: 130.56, Change: 1.62, ChangePercent: 1.24, Volume: 189310, High: 130.63, Low: 130.44, YearlyHigh: 132.64, YearlyLow: 125.48, YearlyStart: 129.06, YearlyChange: 1.18, Settlement: `Credit`, Contract: `Futures`, Region: `Middle East`, Country: `Jordan`, Risk: `Low`, Sector: `Government`, Currency: `PLN`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-03-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 788 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Wheat`, Spread: 0.01, Open: 465.5, Price: 458.82, Buy: 465.5, Sell: 465.5, Change: -6.7, ChangePercent: -1.44, Volume: 4318, High: 467, Low: 463.25, YearlyHigh: 628.5, YearlyLow: 449.5, YearlyStart: 539, YearlyChange: -13.63, Settlement: `Cash`, Contract: `Swap`, Region: `North America`, Country: `United States`, Risk: `High`, Sector: `Private`, Currency: `PLN`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-04-23`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 789 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `BTC/USD`, Spread: 0.06, Open: 93.88, Price: 21227.58, Buy: 21200.76, Sell: 21400.78, Change: 226.81, ChangePercent: 1.08, Volume: 5788000, High: 22400.05, Low: 20100.75, YearlyHigh: 62400.7, YearlyLow: 15100.88, YearlyStart: 21200.29, YearlyChange: -20.62, Settlement: `Cash`, Contract: `Forwards`, Region: `Europe`, Country: `Switzerland`, Risk: `High`, Sector: `Public`, Currency: `USD`, Security: `Poor`, Issuer: `FedEx`, Maturity: `2022-02-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 790 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Natural Gas`, Spread: 0.02, Open: 2.094, Price: 2.11, Buy: 2.09, Sell: 2.09, Change: 0.01, ChangePercent: 0.16, Volume: 2783, High: 2.11, Low: 2.09, YearlyHigh: 3.2, YearlyLow: 1.84, YearlyStart: 2.52, YearlyChange: -16.51, Settlement: `Cash`, Contract: `Options`, Region: `Asia Pacific`, Country: `Philippines`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-05-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 791 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Silver`, Spread: 0.01, Open: 17.43, Price: 17.49, Buy: 17.43, Sell: 17.43, Change: 0.07, ChangePercent: 0.4, Volume: 11720, High: 17.51, Low: 17.37, YearlyHigh: 18.06, YearlyLow: 13.73, YearlyStart: 15.89, YearlyChange: 9.59, Settlement: `Cash`, Contract: `Forwards`, Region: `Asia Pacific`, Country: `Philippines`, Risk: `High`, Sector: `Public`, Currency: `PLN`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-04-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 792 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Wheat`, Spread: 0.01, Open: 465.5, Price: 460.86, Buy: 465.5, Sell: 465.5, Change: -4.66, ChangePercent: -1, Volume: 4318, High: 467, Low: 463.25, YearlyHigh: 628.5, YearlyLow: 449.5, YearlyStart: 539, YearlyChange: -13.63, Settlement: `Loan`, Contract: `Options`, Region: `Asia Pacific`, Country: `Philippines`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-06-10`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 793 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P Future`, Spread: 0.01, Open: 2057.5, Price: 2066.47, Buy: 2056.6, Sell: 2056.61, Change: 9.87, ChangePercent: 0.48, Volume: 142780, High: 2059.5, Low: 2049, YearlyHigh: 2105.5, YearlyLow: 1794.5, YearlyStart: 1950, YearlyChange: 5.47, Settlement: `Loan`, Contract: `Swap`, Region: `Asia Pacific`, Country: `Afghanistan`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-08-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 794 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Cotton`, Spread: 0.01, Open: 61.77, Price: 61.12, Buy: 61.77, Sell: 61.77, Change: -0.64, ChangePercent: -1.04, Volume: 3612, High: 62.06, Low: 61.32, YearlyHigh: 67.59, YearlyLow: 54.33, YearlyStart: 60.96, YearlyChange: 1.31, Settlement: `Loan`, Contract: `Swap`, Region: `Africa`, Country: `Cameroon`, Risk: `Low`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-06-23`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 795 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/CHF`, Spread: 0.02, Open: 1.0337, Price: 1.04, Buy: 1.03, Sell: 1.03, Change: 0, ChangePercent: -0.12, Volume: 5550, High: 1.03, Low: 1.03, YearlyHigh: 1.11, YearlyLow: 0.98, YearlyStart: 1.04, YearlyChange: -0.12, Settlement: `Loan`, Contract: `Options`, Region: `Africa`, Country: `Cameroon`, Risk: `High`, Sector: `Government`, Currency: `USD`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-04-16`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 796 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Palladium`, Spread: 0.01, Open: 600.55, Price: 590.66, Buy: 601, Sell: 601.01, Change: -10.34, ChangePercent: -1.72, Volume: 651, High: 607.2, Low: 598.4, YearlyHigh: 690, YearlyLow: 458.6, YearlyStart: 574.3, YearlyChange: 4.65, Settlement: `Cash`, Contract: `Swap`, Region: `Middle East`, Country: `Iraq`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-06-22`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 797 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P 600 MINI`, Spread: 0.01, Open: 687.9, Price: 689.26, Buy: 687.9, Sell: 687.9, Change: 1.38, ChangePercent: 0.2, Volume: 0, High: 0, Low: 0, YearlyHigh: 620.32, YearlyLow: 595.9, YearlyStart: 608.11, YearlyChange: 13.12, Settlement: `Cash`, Contract: `Futures`, Region: `Africa`, Country: `Tunisia`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-01-16`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 798 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `BTC/USD`, Spread: 0.06, Open: 93.88, Price: 20731.96, Buy: 21200.76, Sell: 21400.78, Change: -268.81, ChangePercent: -1.28, Volume: 5788000, High: 22400.05, Low: 20100.75, YearlyHigh: 62400.7, YearlyLow: 15100.88, YearlyStart: 21200.29, YearlyChange: -20.62, Settlement: `Cash`, Contract: `CFD`, Region: `Middle East`, Country: `Jordan`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `High`, Issuer: `American Airlines`, Maturity: `2022-05-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 799 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `AUD/USD`, Spread: 0.02, Open: 0.7344, Price: 0.75, Buy: 0.73, Sell: 0.73, Change: 0.01, ChangePercent: 1.2, Volume: 36764, High: 0.74, Low: 0.73, YearlyHigh: 0.79, YearlyLow: 0.68, YearlyStart: 0.73, YearlyChange: 1.28, Settlement: `Cash`, Contract: `Futures`, Region: `Middle East`, Country: `Israel`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-04-23`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 800 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `Lean Hogs`, Spread: 0.01, Open: 81.275, Price: 80.77, Buy: 81.81, Sell: 81.82, Change: -1.04, ChangePercent: -1.28, Volume: 1, High: 81.81, Low: 81.28, YearlyHigh: 83.98, YearlyLow: 70.25, YearlyStart: 77.11, YearlyChange: 6.09, Settlement: `Cash`, Contract: `CFD`, Region: `Europe`, Country: `Slovenia`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-06-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 801 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Rice`, Spread: 0.01, Open: 11.245, Price: 10.3, Buy: 10.41, Sell: 10.42, Change: -0.12, ChangePercent: -1.08, Volume: 220, High: 11.38, Low: 10.42, YearlyHigh: 14.14, YearlyLow: 9.7, YearlyStart: 11.92, YearlyChange: -12.62, Settlement: `Credit`, Contract: `Swap`, Region: `Middle East`, Country: `Lebanon`, Risk: `High`, Sector: `Government`, Currency: `PLN`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-02-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 802 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soybean`, Spread: 0.01, Open: 1038, Price: 1040.69, Buy: 1038.61, Sell: 1038.62, Change: 2.07, ChangePercent: 0.2, Volume: 20356, High: 1044, Low: 1031.75, YearlyHigh: 1057, YearlyLow: 859.5, YearlyStart: 958.25, YearlyChange: 8.39, Settlement: `Loan`, Contract: `Options`, Region: `Europe`, Country: `Czechia`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-08-24`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 803 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soy oil`, Spread: 0.01, Open: 33.26, Price: 33.97, Buy: 33.77, Sell: 33.78, Change: 0.2, ChangePercent: 0.6, Volume: 10592, High: 33.77, Low: 33.06, YearlyHigh: 35.43, YearlyLow: 26.61, YearlyStart: 31.02, YearlyChange: 8.87, Settlement: `Cash`, Contract: `Forwards`, Region: `North America`, Country: `United States`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-08-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 804 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Coffee`, Spread: 0.01, Open: 125.7, Price: 128.15, Buy: 125.7, Sell: 125.7, Change: 2.46, ChangePercent: 1.96, Volume: 1654, High: 125.8, Low: 125, YearlyHigh: 155.75, YearlyLow: 115.35, YearlyStart: 135.55, YearlyChange: -7.27, Settlement: `Cash`, Contract: `Futures`, Region: `Asia Pacific`, Country: `Malaysia`, Risk: `Low`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-06-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 805 }), + new FinancialDataAllItem({ Category: `Index`, Type: `DOW Future`, Spread: 0.01, Open: 17711, Price: 17924.7, Buy: 17712.15, Sell: 17712.16, Change: 212.55, ChangePercent: 1.2, Volume: 22236, High: 17727, Low: 17642, YearlyHigh: 18083, YearlyLow: 15299, YearlyStart: 16691, YearlyChange: 6.12, Settlement: `Cash`, Contract: `Forwards`, Region: `Asia Pacific`, Country: `Philippines`, Risk: `Low`, Sector: `Public`, Currency: `USD`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-04-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 806 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Corn`, Spread: 0.01, Open: 379.5, Price: 379.8, Buy: 379.8, Sell: 379.81, Change: 0, ChangePercent: 0, Volume: 11266, High: 381, Low: 377.75, YearlyHigh: 471.25, YearlyLow: 351.25, YearlyStart: 411.25, YearlyChange: -7.65, Settlement: `Credit`, Contract: `Forwards`, Region: `Asia Pacific`, Country: `Taiwan`, Risk: `High`, Sector: `Public`, Currency: `USD`, Security: `Poor`, Issuer: `FedEx`, Maturity: `2022-05-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 807 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P MID MINI`, Spread: 0.01, Open: 1454.3, Price: 1443.55, Buy: 1455.78, Sell: 1455.79, Change: -12.23, ChangePercent: -0.84, Volume: 338, High: 1455.78, Low: 1448, YearlyHigh: 1527.3, YearlyLow: 1236, YearlyStart: 1381.65, YearlyChange: 5.37, Settlement: `Credit`, Contract: `Options`, Region: `Middle East`, Country: `Israel`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `American Airlines`, Maturity: `2022-08-11`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 808 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Gold`, Spread: 0.01, Open: 1281.1, Price: 1268.44, Buy: 1280.73, Sell: 1280.74, Change: -12.29, ChangePercent: -0.96, Volume: 48387, High: 1289.5, Low: 1279.1, YearlyHigh: 1306, YearlyLow: 1047.2, YearlyStart: 1176.6, YearlyChange: 8.85, Settlement: `Loan`, Contract: `Swap`, Region: `Africa`, Country: `Morocco`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-07-10`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 809 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `GBP/USD`, Spread: 0.02, Open: 1.4464, Price: 1.18, Buy: 1.18, Sell: 1.2, Change: -0.01, ChangePercent: -1, Volume: 29450, High: 1.45, Low: 1.19, YearlyHigh: 1.59, YearlyLow: 1.19, YearlyStart: 1.49, YearlyChange: -19.59, Settlement: `Cash`, Contract: `Futures`, Region: `Middle East`, Country: `Iraq`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-09-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 810 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Ethanol`, Spread: 0.01, Open: 1.512, Price: 2.75, Buy: 2.75, Sell: 2.76, Change: 0, ChangePercent: 0, Volume: 14, High: 2.75, Low: 1.12, YearlyHigh: 2.75, YearlyLow: 1.12, YearlyStart: 1.48, YearlyChange: 86.7, Settlement: `Cash`, Contract: `Options`, Region: `Middle East`, Country: `Kuwait`, Risk: `High`, Sector: `Public`, Currency: `PLN`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-06-10`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 811 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soy Meat`, Spread: 0.01, Open: 342.6, Price: 345.5, Buy: 342.6, Sell: 342.6, Change: 2.88, ChangePercent: 0.84, Volume: 5646, High: 345.4, Low: 340.3, YearlyHigh: 353.4, YearlyLow: 261.7, YearlyStart: 307.55, YearlyChange: 11.4, Settlement: `Loan`, Contract: `Swap`, Region: `Africa`, Country: `Egypt`, Risk: `High`, Sector: `Government`, Currency: `PLN`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-03-16`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 812 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `US 30YR Future`, Spread: 0.01, Open: 164.875, Price: 161.6, Buy: 164.15, Sell: 164.16, Change: -2.56, ChangePercent: -1.56, Volume: 28012, High: 165.25, Low: 164.04, YearlyHigh: 169.38, YearlyLow: 151.47, YearlyStart: 160.43, YearlyChange: 2.33, Settlement: `Cash`, Contract: `Swap`, Region: `Africa`, Country: `Morocco`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `Poor`, Issuer: `FedEx`, Maturity: `2022-07-11`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 813 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Copper`, Spread: 0.02, Open: 2.123, Price: 2.1, Buy: 2.12, Sell: 2.12, Change: -0.01, ChangePercent: -0.8, Volume: 28819, High: 2.16, Low: 2.11, YearlyHigh: 2.94, YearlyLow: 1.96, YearlyStart: 2.45, YearlyChange: -13.76, Settlement: `Cash`, Contract: `Forwards`, Region: `Africa`, Country: `Tunisia`, Risk: `High`, Sector: `Private`, Currency: `PLN`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-04-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 814 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `FD Cattle`, Spread: 0.01, Open: 147.175, Price: 145.81, Buy: 148.6, Sell: 148.61, Change: -2.8, ChangePercent: -1.88, Volume: 5, High: 148.61, Low: 147.18, YearlyHigh: 190, YearlyLow: 138.1, YearlyStart: 164.05, YearlyChange: -9.41, Settlement: `Cash`, Contract: `CFD`, Region: `Middle East`, Country: `UAE`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-05-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 815 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Ethanol`, Spread: 0.01, Open: 1.512, Price: 2.75, Buy: 2.75, Sell: 2.76, Change: 0, ChangePercent: 0, Volume: 14, High: 2.75, Low: 1.12, YearlyHigh: 2.75, YearlyLow: 1.12, YearlyStart: 1.48, YearlyChange: 86.7, Settlement: `Cash`, Contract: `Futures`, Region: `South America`, Country: `Paraguay`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-08-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 816 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/CHF`, Spread: 0.02, Open: 1.0337, Price: 1.06, Buy: 1.03, Sell: 1.03, Change: 0.02, ChangePercent: 1.76, Volume: 5550, High: 1.03, Low: 1.03, YearlyHigh: 1.11, YearlyLow: 0.98, YearlyStart: 1.04, YearlyChange: -0.12, Settlement: `Cash`, Contract: `Futures`, Region: `Middle East`, Country: `UAE`, Risk: `High`, Sector: `Government`, Currency: `PLN`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-03-27`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 817 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P MID MINI`, Spread: 0.01, Open: 1454.3, Price: 1435.98, Buy: 1455.78, Sell: 1455.79, Change: -19.8, ChangePercent: -1.36, Volume: 338, High: 1455.78, Low: 1448, YearlyHigh: 1527.3, YearlyLow: 1236, YearlyStart: 1381.65, YearlyChange: 5.37, Settlement: `Cash`, Contract: `Options`, Region: `Africa`, Country: `Senegal`, Risk: `Low`, Sector: `Public`, Currency: `PLN`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-02-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 818 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soybean`, Spread: 0.01, Open: 1038, Price: 1023.66, Buy: 1038.61, Sell: 1038.62, Change: -14.96, ChangePercent: -1.44, Volume: 20356, High: 1044, Low: 1031.75, YearlyHigh: 1057, YearlyLow: 859.5, YearlyStart: 958.25, YearlyChange: 8.39, Settlement: `Cash`, Contract: `Futures`, Region: `Europe`, Country: `Slovakia`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-03-11`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 819 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `US 2Y Future`, Spread: 0.01, Open: 109.3984, Price: 111.27, Buy: 109.4, Sell: 109.4, Change: 1.88, ChangePercent: 1.72, Volume: 17742, High: 109.41, Low: 109.38, YearlyHigh: 109.8, YearlyLow: 108.62, YearlyStart: 109.21, YearlyChange: 0.16, Settlement: `Loan`, Contract: `Swap`, Region: `Africa`, Country: `South Africa`, Risk: `Low`, Sector: `Government`, Currency: `PLN`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-02-22`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 820 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Rice`, Spread: 0.01, Open: 11.245, Price: 10.37, Buy: 10.41, Sell: 10.42, Change: -0.05, ChangePercent: -0.4, Volume: 220, High: 11.38, Low: 10.42, YearlyHigh: 14.14, YearlyLow: 9.7, YearlyStart: 11.92, YearlyChange: -12.62, Settlement: `Cash`, Contract: `Options`, Region: `Africa`, Country: `Senegal`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-03-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 821 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Silver`, Spread: 0.01, Open: 17.43, Price: 17.26, Buy: 17.43, Sell: 17.43, Change: -0.16, ChangePercent: -0.92, Volume: 11720, High: 17.51, Low: 17.37, YearlyHigh: 18.06, YearlyLow: 13.73, YearlyStart: 15.89, YearlyChange: 9.59, Settlement: `Cash`, Contract: `Futures`, Region: `Middle East`, Country: `Israel`, Risk: `High`, Sector: `Public`, Currency: `USD`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-05-19`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 822 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Natural Gas`, Spread: 0.02, Open: 2.094, Price: 2.1, Buy: 2.09, Sell: 2.09, Change: 0, ChangePercent: -0.12, Volume: 2783, High: 2.11, Low: 2.09, YearlyHigh: 3.2, YearlyLow: 1.84, YearlyStart: 2.52, YearlyChange: -16.51, Settlement: `Cash`, Contract: `Futures`, Region: `Asia Pacific`, Country: `Indonesia`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-07-10`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 823 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Rice`, Spread: 0.01, Open: 11.245, Price: 10.5, Buy: 10.41, Sell: 10.42, Change: 0.08, ChangePercent: 0.84, Volume: 220, High: 11.38, Low: 10.42, YearlyHigh: 14.14, YearlyLow: 9.7, YearlyStart: 11.92, YearlyChange: -12.62, Settlement: `Credit`, Contract: `Options`, Region: `Africa`, Country: `Egypt`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-04-11`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 824 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soy oil`, Spread: 0.01, Open: 33.26, Price: 34.15, Buy: 33.77, Sell: 33.78, Change: 0.38, ChangePercent: 1.12, Volume: 10592, High: 33.77, Low: 33.06, YearlyHigh: 35.43, YearlyLow: 26.61, YearlyStart: 31.02, YearlyChange: 8.87, Settlement: `Cash`, Contract: `CFD`, Region: `Africa`, Country: `South Africa`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-07-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 825 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/CAD`, Spread: 0.02, Open: 0.7744, Price: 0.94, Buy: 0.94, Sell: 0.96, Change: -0.01, ChangePercent: -1.8, Volume: 13669, High: 0.95, Low: 0.77, YearlyHigh: 0.95, YearlyLow: 0.68, YearlyStart: 0.76, YearlyChange: 26.43, Settlement: `Credit`, Contract: `Forwards`, Region: `Middle East`, Country: `Oman`, Risk: `Low`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-07-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 826 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Coal`, Spread: 0.015, Open: 0.4363, Price: 0.42, Buy: 0.44, Sell: 0.44, Change: 0, ChangePercent: 0.8, Volume: 3, High: 0.44, Low: 0.44, YearlyHigh: 0.48, YearlyLow: 0.4, YearlyStart: 0.44, YearlyChange: -5.33, Settlement: `Loan`, Contract: `Swap`, Region: `Africa`, Country: `Egypt`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-07-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 827 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soy oil`, Spread: 0.01, Open: 33.26, Price: 34.12, Buy: 33.77, Sell: 33.78, Change: 0.35, ChangePercent: 1.04, Volume: 10592, High: 33.77, Low: 33.06, YearlyHigh: 35.43, YearlyLow: 26.61, YearlyStart: 31.02, YearlyChange: 8.87, Settlement: `Cash`, Contract: `Options`, Region: `Middle East`, Country: `Lebanon`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-02-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 828 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P Future`, Spread: 0.01, Open: 2057.5, Price: 2087.86, Buy: 2056.6, Sell: 2056.61, Change: 31.26, ChangePercent: 1.52, Volume: 142780, High: 2059.5, Low: 2049, YearlyHigh: 2105.5, YearlyLow: 1794.5, YearlyStart: 1950, YearlyChange: 5.47, Settlement: `Cash`, Contract: `Options`, Region: `Middle East`, Country: `UAE`, Risk: `Low`, Sector: `Public`, Currency: `PLN`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-07-21`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 829 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `BTC/USD`, Spread: 0.06, Open: 93.88, Price: 20639.56, Buy: 21200.76, Sell: 21400.78, Change: -361.21, ChangePercent: -1.72, Volume: 5788000, High: 22400.05, Low: 20100.75, YearlyHigh: 62400.7, YearlyLow: 15100.88, YearlyStart: 21200.29, YearlyChange: -20.62, Settlement: `Cash`, Contract: `CFD`, Region: `Africa`, Country: `Ethiopia`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-07-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 830 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Ethanol`, Spread: 0.01, Open: 1.512, Price: 2.75, Buy: 2.75, Sell: 2.76, Change: 0, ChangePercent: -0.2, Volume: 14, High: 2.75, Low: 1.12, YearlyHigh: 2.75, YearlyLow: 1.12, YearlyStart: 1.48, YearlyChange: 86.7, Settlement: `Cash`, Contract: `Futures`, Region: `Middle East`, Country: `Iraq`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `High`, Issuer: `American Airlines`, Maturity: `2022-06-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 831 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `US 2Y Future`, Spread: 0.01, Open: 109.3984, Price: 108.91, Buy: 109.4, Sell: 109.4, Change: -0.48, ChangePercent: -0.44, Volume: 17742, High: 109.41, Low: 109.38, YearlyHigh: 109.8, YearlyLow: 108.62, YearlyStart: 109.21, YearlyChange: 0.16, Settlement: `Credit`, Contract: `Swap`, Region: `South America`, Country: `Brazil`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `High`, Issuer: `FedEx`, Maturity: `2022-03-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 832 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `FD Cattle`, Spread: 0.01, Open: 147.175, Price: 149.97, Buy: 148.6, Sell: 148.61, Change: 1.36, ChangePercent: 0.92, Volume: 5, High: 148.61, Low: 147.18, YearlyHigh: 190, YearlyLow: 138.1, YearlyStart: 164.05, YearlyChange: -9.41, Settlement: `Cash`, Contract: `Forwards`, Region: `Middle East`, Country: `Israel`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-05-23`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 833 }), + new FinancialDataAllItem({ Category: `Index`, Type: `DOW Future`, Spread: 0.01, Open: 17711, Price: 17485.44, Buy: 17712.15, Sell: 17712.16, Change: -226.71, ChangePercent: -1.28, Volume: 22236, High: 17727, Low: 17642, YearlyHigh: 18083, YearlyLow: 15299, YearlyStart: 16691, YearlyChange: 6.12, Settlement: `Loan`, Contract: `Swap`, Region: `Africa`, Country: `Niger`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-07-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 834 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Sugar`, Spread: 0.01, Open: 15.68, Price: 14.49, Buy: 14.67, Sell: 14.68, Change: -0.18, ChangePercent: -1.24, Volume: 4949, High: 15.7, Low: 14.67, YearlyHigh: 16.87, YearlyLow: 11.37, YearlyStart: 14.12, YearlyChange: 3.92, Settlement: `Cash`, Contract: `Swap`, Region: `Africa`, Country: `Egypt`, Risk: `Low`, Sector: `Government`, Currency: `USD`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-08-23`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 835 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soy oil`, Spread: 0.01, Open: 33.26, Price: 33.66, Buy: 33.77, Sell: 33.78, Change: -0.11, ChangePercent: -0.32, Volume: 10592, High: 33.77, Low: 33.06, YearlyHigh: 35.43, YearlyLow: 26.61, YearlyStart: 31.02, YearlyChange: 8.87, Settlement: `Cash`, Contract: `Options`, Region: `Middle East`, Country: `Lebanon`, Risk: `High`, Sector: `Government`, Currency: `USD`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-08-16`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 836 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Uranium`, Spread: 0.02, Open: 27.55, Price: 27.96, Buy: 27.55, Sell: 27.55, Change: 0.38, ChangePercent: 1.36, Volume: 12, High: 27.55, Low: 27.55, YearlyHigh: 29.32, YearlyLow: 21.28, YearlyStart: 25.3, YearlyChange: 9.01, Settlement: `Cash`, Contract: `CFD`, Region: `Middle East`, Country: `Saudi Arabia`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-07-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 837 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Oats`, Spread: 0.01, Open: 194.5, Price: 195.07, Buy: 194.21, Sell: 194.22, Change: 0.85, ChangePercent: 0.44, Volume: 64, High: 195.75, Low: 194, YearlyHigh: 241.25, YearlyLow: 183.75, YearlyStart: 212.5, YearlyChange: -8.6, Settlement: `Cash`, Contract: `Swap`, Region: `South America`, Country: `Guyana`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-03-22`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 838 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Cotton`, Spread: 0.01, Open: 61.77, Price: 61.56, Buy: 61.77, Sell: 61.77, Change: -0.2, ChangePercent: -0.32, Volume: 3612, High: 62.06, Low: 61.32, YearlyHigh: 67.59, YearlyLow: 54.33, YearlyStart: 60.96, YearlyChange: 1.31, Settlement: `Cash`, Contract: `CFD`, Region: `North America`, Country: `United States`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-05-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 839 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `BTC/USD`, Spread: 0.06, Open: 93.88, Price: 20925.17, Buy: 21200.76, Sell: 21400.78, Change: -75.6, ChangePercent: -0.36, Volume: 5788000, High: 22400.05, Low: 20100.75, YearlyHigh: 62400.7, YearlyLow: 15100.88, YearlyStart: 21200.29, YearlyChange: -20.62, Settlement: `Loan`, Contract: `Options`, Region: `Africa`, Country: `Ethiopia`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-09-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 840 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soy Meat`, Spread: 0.01, Open: 342.6, Price: 348.24, Buy: 342.6, Sell: 342.6, Change: 5.62, ChangePercent: 1.64, Volume: 5646, High: 345.4, Low: 340.3, YearlyHigh: 353.4, YearlyLow: 261.7, YearlyStart: 307.55, YearlyChange: 11.4, Settlement: `Loan`, Contract: `Futures`, Region: `North America`, Country: `United States`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-04-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 841 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Milk`, Spread: 0.01, Open: 12.87, Price: 12.86, Buy: 12.87, Sell: 12.87, Change: 0, ChangePercent: 0, Volume: 7, High: 12.89, Low: 12.81, YearlyHigh: 16.96, YearlyLow: 12.81, YearlyStart: 14.88, YearlyChange: -13.6, Settlement: `Cash`, Contract: `CFD`, Region: `Europe`, Country: `Norway`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-02-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 842 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Silver`, Spread: 0.01, Open: 17.43, Price: 17.52, Buy: 17.43, Sell: 17.43, Change: 0.1, ChangePercent: 0.56, Volume: 11720, High: 17.51, Low: 17.37, YearlyHigh: 18.06, YearlyLow: 13.73, YearlyStart: 15.89, YearlyChange: 9.59, Settlement: `Cash`, Contract: `Futures`, Region: `Africa`, Country: `Niger`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `High`, Issuer: `American Airlines`, Maturity: `2022-02-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 843 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Palladium`, Spread: 0.01, Open: 600.55, Price: 606.53, Buy: 601, Sell: 601.01, Change: 5.53, ChangePercent: 0.92, Volume: 651, High: 607.2, Low: 598.4, YearlyHigh: 690, YearlyLow: 458.6, YearlyStart: 574.3, YearlyChange: 4.65, Settlement: `Cash`, Contract: `Futures`, Region: `Europe`, Country: `Slovakia`, Risk: `High`, Sector: `Public`, Currency: `USD`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-07-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 844 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P MID MINI`, Spread: 0.01, Open: 1454.3, Price: 1463.35, Buy: 1455.78, Sell: 1455.79, Change: 7.57, ChangePercent: 0.52, Volume: 338, High: 1455.78, Low: 1448, YearlyHigh: 1527.3, YearlyLow: 1236, YearlyStart: 1381.65, YearlyChange: 5.37, Settlement: `Loan`, Contract: `Swap`, Region: `Middle East`, Country: `Qatar`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-07-27`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 845 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Coffee`, Spread: 0.01, Open: 125.7, Price: 125.39, Buy: 125.7, Sell: 125.7, Change: -0.3, ChangePercent: -0.24, Volume: 1654, High: 125.8, Low: 125, YearlyHigh: 155.75, YearlyLow: 115.35, YearlyStart: 135.55, YearlyChange: -7.27, Settlement: `Loan`, Contract: `Swap`, Region: `South America`, Country: `Suriname`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-05-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 846 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Cocoa`, Spread: 0.01, Open: 3076, Price: 3116.63, Buy: 3076, Sell: 3076, Change: 40.6, ChangePercent: 1.32, Volume: 978, High: 3078, Low: 3066, YearlyHigh: 3406, YearlyLow: 2746, YearlyStart: 3076, YearlyChange: 0, Settlement: `Cash`, Contract: `Futures`, Region: `North America`, Country: `Mexico`, Risk: `High`, Sector: `Government`, Currency: `USD`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-07-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 847 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Corn`, Spread: 0.01, Open: 379.5, Price: 386.34, Buy: 379.8, Sell: 379.81, Change: 6.54, ChangePercent: 1.72, Volume: 11266, High: 381, Low: 377.75, YearlyHigh: 471.25, YearlyLow: 351.25, YearlyStart: 411.25, YearlyChange: -7.65, Settlement: `Credit`, Contract: `Forwards`, Region: `Middle East`, Country: `UAE`, Risk: `High`, Sector: `Private`, Currency: `PLN`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-08-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 848 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Sugar`, Spread: 0.01, Open: 15.68, Price: 14.45, Buy: 14.67, Sell: 14.68, Change: -0.22, ChangePercent: -1.56, Volume: 4949, High: 15.7, Low: 14.67, YearlyHigh: 16.87, YearlyLow: 11.37, YearlyStart: 14.12, YearlyChange: 3.92, Settlement: `Cash`, Contract: `Futures`, Region: `Asia Pacific`, Country: `Taiwan`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-07-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 849 }), + new FinancialDataAllItem({ Category: `Index`, Type: `DOW Future`, Spread: 0.01, Open: 17711, Price: 17549.2, Buy: 17712.15, Sell: 17712.16, Change: -162.95, ChangePercent: -0.92, Volume: 22236, High: 17727, Low: 17642, YearlyHigh: 18083, YearlyLow: 15299, YearlyStart: 16691, YearlyChange: 6.12, Settlement: `Credit`, Contract: `Swap`, Region: `Middle East`, Country: `UAE`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-04-21`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 850 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `FD Cattle`, Spread: 0.01, Open: 147.175, Price: 150.69, Buy: 148.6, Sell: 148.61, Change: 2.08, ChangePercent: 1.4, Volume: 5, High: 148.61, Low: 147.18, YearlyHigh: 190, YearlyLow: 138.1, YearlyStart: 164.05, YearlyChange: -9.41, Settlement: `Cash`, Contract: `Swap`, Region: `Africa`, Country: `Tunisia`, Risk: `High`, Sector: `Public`, Currency: `PLN`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-08-23`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 851 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Rice`, Spread: 0.01, Open: 11.245, Price: 10.62, Buy: 10.41, Sell: 10.42, Change: 0.2, ChangePercent: 2, Volume: 220, High: 11.38, Low: 10.42, YearlyHigh: 14.14, YearlyLow: 9.7, YearlyStart: 11.92, YearlyChange: -12.62, Settlement: `Loan`, Contract: `CFD`, Region: `Middle East`, Country: `Qatar`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-04-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 852 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Rice`, Spread: 0.01, Open: 11.245, Price: 10.43, Buy: 10.41, Sell: 10.42, Change: 0.01, ChangePercent: 0.16, Volume: 220, High: 11.38, Low: 10.42, YearlyHigh: 14.14, YearlyLow: 9.7, YearlyStart: 11.92, YearlyChange: -12.62, Settlement: `Credit`, Contract: `Futures`, Region: `Europe`, Country: `Belgium`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-04-23`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 853 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/CAD`, Spread: 0.02, Open: 0.7744, Price: 0.95, Buy: 0.94, Sell: 0.96, Change: 0, ChangePercent: -0.24, Volume: 13669, High: 0.95, Low: 0.77, YearlyHigh: 0.95, YearlyLow: 0.68, YearlyStart: 0.76, YearlyChange: 26.43, Settlement: `Credit`, Contract: `Swap`, Region: `Africa`, Country: `Niger`, Risk: `High`, Sector: `Government`, Currency: `PLN`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-04-22`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 854 }), + new FinancialDataAllItem({ Category: `Index`, Type: `DOW Future`, Spread: 0.01, Open: 17711, Price: 17634.22, Buy: 17712.15, Sell: 17712.16, Change: -77.93, ChangePercent: -0.44, Volume: 22236, High: 17727, Low: 17642, YearlyHigh: 18083, YearlyLow: 15299, YearlyStart: 16691, YearlyChange: 6.12, Settlement: `Cash`, Contract: `Futures`, Region: `Middle East`, Country: `Syria`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-07-24`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 855 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soy Meat`, Spread: 0.01, Open: 342.6, Price: 340.02, Buy: 342.6, Sell: 342.6, Change: -2.6, ChangePercent: -0.76, Volume: 5646, High: 345.4, Low: 340.3, YearlyHigh: 353.4, YearlyLow: 261.7, YearlyStart: 307.55, YearlyChange: 11.4, Settlement: `Credit`, Contract: `Forwards`, Region: `Europe`, Country: `Norway`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-03-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 856 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Cocoa`, Spread: 0.01, Open: 3076, Price: 3076.03, Buy: 3076, Sell: 3076, Change: 0, ChangePercent: 0, Volume: 978, High: 3078, Low: 3066, YearlyHigh: 3406, YearlyLow: 2746, YearlyStart: 3076, YearlyChange: 0, Settlement: `Cash`, Contract: `Options`, Region: `Africa`, Country: `Ethiopia`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `Poor`, Issuer: `FedEx`, Maturity: `2022-06-23`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 857 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Sugar`, Spread: 0.01, Open: 15.68, Price: 14.46, Buy: 14.67, Sell: 14.68, Change: -0.21, ChangePercent: -1.44, Volume: 4949, High: 15.7, Low: 14.67, YearlyHigh: 16.87, YearlyLow: 11.37, YearlyStart: 14.12, YearlyChange: 3.92, Settlement: `Cash`, Contract: `Forwards`, Region: `Middle East`, Country: `Oman`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-05-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 858 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `US 2Y Future`, Spread: 0.01, Open: 109.3984, Price: 110.35, Buy: 109.4, Sell: 109.4, Change: 0.96, ChangePercent: 0.88, Volume: 17742, High: 109.41, Low: 109.38, YearlyHigh: 109.8, YearlyLow: 108.62, YearlyStart: 109.21, YearlyChange: 0.16, Settlement: `Loan`, Contract: `Swap`, Region: `Asia Pacific`, Country: `Thailand`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-07-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 859 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Diesel`, Spread: 0.015, Open: 1.3474, Price: 1.35, Buy: 1.35, Sell: 1.35, Change: -0.01, ChangePercent: -0.36, Volume: 2971, High: 1.36, Low: 1.34, YearlyHigh: 2.11, YearlyLow: 0.92, YearlyStart: 1.51, YearlyChange: -10.4, Settlement: `Cash`, Contract: `Forwards`, Region: `Asia Pacific`, Country: `Taiwan`, Risk: `Low`, Sector: `Government`, Currency: `PLN`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-02-19`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 860 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Oats`, Spread: 0.01, Open: 194.5, Price: 192.74, Buy: 194.21, Sell: 194.22, Change: -1.48, ChangePercent: -0.76, Volume: 64, High: 195.75, Low: 194, YearlyHigh: 241.25, YearlyLow: 183.75, YearlyStart: 212.5, YearlyChange: -8.6, Settlement: `Cash`, Contract: `Options`, Region: `Africa`, Country: `Libya`, Risk: `Low`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-09-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 861 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/CHF`, Spread: 0.02, Open: 1.0337, Price: 1.05, Buy: 1.03, Sell: 1.03, Change: 0.01, ChangePercent: 0.92, Volume: 5550, High: 1.03, Low: 1.03, YearlyHigh: 1.11, YearlyLow: 0.98, YearlyStart: 1.04, YearlyChange: -0.12, Settlement: `Cash`, Contract: `Options`, Region: `North America`, Country: `United States`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-04-22`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 862 }), + new FinancialDataAllItem({ Category: `Index`, Type: `DOW Future`, Spread: 0.01, Open: 17711, Price: 17995.55, Buy: 17712.15, Sell: 17712.16, Change: 283.4, ChangePercent: 1.6, Volume: 22236, High: 17727, Low: 17642, YearlyHigh: 18083, YearlyLow: 15299, YearlyStart: 16691, YearlyChange: 6.12, Settlement: `Loan`, Contract: `Swap`, Region: `Middle East`, Country: `Israel`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-05-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 863 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Platinum`, Spread: 0.01, Open: 1071.6, Price: 1075.38, Buy: 1071.09, Sell: 1071.1, Change: 4.28, ChangePercent: 0.4, Volume: 3039, High: 1081.2, Low: 1070.5, YearlyHigh: 1120.6, YearlyLow: 812.4, YearlyStart: 966.5, YearlyChange: 10.82, Settlement: `Cash`, Contract: `Forwards`, Region: `Africa`, Country: `Algeria`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-07-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 864 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Milk`, Spread: 0.01, Open: 12.87, Price: 12.74, Buy: 12.87, Sell: 12.87, Change: -0.12, ChangePercent: -0.92, Volume: 7, High: 12.89, Low: 12.81, YearlyHigh: 16.96, YearlyLow: 12.81, YearlyStart: 14.88, YearlyChange: -13.6, Settlement: `Cash`, Contract: `Options`, Region: `South America`, Country: `Colombia`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-09-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 865 }), + new FinancialDataAllItem({ Category: `Index`, Type: `DOW Future`, Spread: 0.01, Open: 17711, Price: 17761.75, Buy: 17712.15, Sell: 17712.16, Change: 49.6, ChangePercent: 0.28, Volume: 22236, High: 17727, Low: 17642, YearlyHigh: 18083, YearlyLow: 15299, YearlyStart: 16691, YearlyChange: 6.12, Settlement: `Cash`, Contract: `Options`, Region: `North America`, Country: `United States`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-05-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 866 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Rice`, Spread: 0.01, Open: 11.245, Price: 10.24, Buy: 10.41, Sell: 10.42, Change: -0.18, ChangePercent: -1.64, Volume: 220, High: 11.38, Low: 10.42, YearlyHigh: 14.14, YearlyLow: 9.7, YearlyStart: 11.92, YearlyChange: -12.62, Settlement: `Credit`, Contract: `CFD`, Region: `South America`, Country: `Bolivia`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-05-11`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 867 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Natural Gas`, Spread: 0.02, Open: 2.094, Price: 2.11, Buy: 2.09, Sell: 2.09, Change: 0.01, ChangePercent: 0.32, Volume: 2783, High: 2.11, Low: 2.09, YearlyHigh: 3.2, YearlyLow: 1.84, YearlyStart: 2.52, YearlyChange: -16.51, Settlement: `Cash`, Contract: `Swap`, Region: `Middle East`, Country: `Israel`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `High`, Issuer: `American Airlines`, Maturity: `2022-07-19`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 868 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `OJ Future`, Spread: 0.01, Open: 140.6, Price: 142.66, Buy: 140.18, Sell: 140.19, Change: 2.47, ChangePercent: 1.76, Volume: 7, High: 140.19, Low: 0, YearlyHigh: 155.95, YearlyLow: 113, YearlyStart: 134.47, YearlyChange: 4.25, Settlement: `Credit`, Contract: `Options`, Region: `Asia Pacific`, Country: `Korea`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-02-22`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 869 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Corn`, Spread: 0.01, Open: 379.5, Price: 372.97, Buy: 379.8, Sell: 379.81, Change: -6.83, ChangePercent: -1.8, Volume: 11266, High: 381, Low: 377.75, YearlyHigh: 471.25, YearlyLow: 351.25, YearlyStart: 411.25, YearlyChange: -7.65, Settlement: `Credit`, Contract: `Swap`, Region: `Africa`, Country: `Egypt`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-04-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 870 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Sugar`, Spread: 0.01, Open: 15.68, Price: 14.97, Buy: 14.67, Sell: 14.68, Change: 0.3, ChangePercent: 2, Volume: 4949, High: 15.7, Low: 14.67, YearlyHigh: 16.87, YearlyLow: 11.37, YearlyStart: 14.12, YearlyChange: 3.92, Settlement: `Cash`, Contract: `CFD`, Region: `Europe`, Country: `Croatia`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-08-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 871 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Oats`, Spread: 0.01, Open: 194.5, Price: 193.05, Buy: 194.21, Sell: 194.22, Change: -1.17, ChangePercent: -0.6, Volume: 64, High: 195.75, Low: 194, YearlyHigh: 241.25, YearlyLow: 183.75, YearlyStart: 212.5, YearlyChange: -8.6, Settlement: `Cash`, Contract: `Swap`, Region: `Africa`, Country: `Algeria`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-08-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 872 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/CHF`, Spread: 0.02, Open: 1.0337, Price: 1.03, Buy: 1.03, Sell: 1.03, Change: -0.01, ChangePercent: -1.2, Volume: 5550, High: 1.03, Low: 1.03, YearlyHigh: 1.11, YearlyLow: 0.98, YearlyStart: 1.04, YearlyChange: -0.12, Settlement: `Credit`, Contract: `Options`, Region: `Europe`, Country: `Spain`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-03-19`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 873 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `US 30YR Future`, Spread: 0.01, Open: 164.875, Price: 164.62, Buy: 164.15, Sell: 164.16, Change: 0.46, ChangePercent: 0.28, Volume: 28012, High: 165.25, Low: 164.04, YearlyHigh: 169.38, YearlyLow: 151.47, YearlyStart: 160.43, YearlyChange: 2.33, Settlement: `Loan`, Contract: `Futures`, Region: `Middle East`, Country: `Bahrain`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-06-23`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 874 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Platinum`, Spread: 0.01, Open: 1071.6, Price: 1051.82, Buy: 1071.09, Sell: 1071.1, Change: -19.28, ChangePercent: -1.8, Volume: 3039, High: 1081.2, Low: 1070.5, YearlyHigh: 1120.6, YearlyLow: 812.4, YearlyStart: 966.5, YearlyChange: 10.82, Settlement: `Cash`, Contract: `Futures`, Region: `Asia Pacific`, Country: `Singapore`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-01-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 875 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/CAD`, Spread: 0.02, Open: 0.7744, Price: 0.96, Buy: 0.94, Sell: 0.96, Change: 0.01, ChangePercent: 0.88, Volume: 13669, High: 0.95, Low: 0.77, YearlyHigh: 0.95, YearlyLow: 0.68, YearlyStart: 0.76, YearlyChange: 26.43, Settlement: `Loan`, Contract: `Options`, Region: `Europe`, Country: `Russia`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `High`, Issuer: `American Airlines`, Maturity: `2022-06-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 876 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Lumber`, Spread: 0.01, Open: 303.9, Price: 302.53, Buy: 304.59, Sell: 304.6, Change: -2.07, ChangePercent: -0.68, Volume: 2, High: 304.6, Low: 303.9, YearlyHigh: 317.1, YearlyLow: 236, YearlyStart: 276.55, YearlyChange: 10.14, Settlement: `Loan`, Contract: `Swap`, Region: `Middle East`, Country: `Iraq`, Risk: `High`, Sector: `Public`, Currency: `USD`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-07-16`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 877 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Cocoa`, Spread: 0.01, Open: 3076, Price: 3084.64, Buy: 3076, Sell: 3076, Change: 8.61, ChangePercent: 0.28, Volume: 978, High: 3078, Low: 3066, YearlyHigh: 3406, YearlyLow: 2746, YearlyStart: 3076, YearlyChange: 0, Settlement: `Cash`, Contract: `Options`, Region: `Africa`, Country: `Senegal`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-08-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 878 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Rice`, Spread: 0.01, Open: 11.245, Price: 10.37, Buy: 10.41, Sell: 10.42, Change: -0.05, ChangePercent: -0.4, Volume: 220, High: 11.38, Low: 10.42, YearlyHigh: 14.14, YearlyLow: 9.7, YearlyStart: 11.92, YearlyChange: -12.62, Settlement: `Cash`, Contract: `CFD`, Region: `Europe`, Country: `Germany`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-07-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 879 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Copper`, Spread: 0.02, Open: 2.123, Price: 2.12, Buy: 2.12, Sell: 2.12, Change: 0.01, ChangePercent: 0.36, Volume: 28819, High: 2.16, Low: 2.11, YearlyHigh: 2.94, YearlyLow: 1.96, YearlyStart: 2.45, YearlyChange: -13.76, Settlement: `Credit`, Contract: `CFD`, Region: `North America`, Country: `United States`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-06-27`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 880 }), + new FinancialDataAllItem({ Category: `Index`, Type: `NAS Future`, Spread: 0.01, Open: 4341.25, Price: 4311.76, Buy: 4341.25, Sell: 4341.25, Change: -29.52, ChangePercent: -0.68, Volume: 18259, High: 4347, Low: 4318, YearlyHigh: 4719.75, YearlyLow: 3867.75, YearlyStart: 4293.75, YearlyChange: 1.11, Settlement: `Cash`, Contract: `Swap`, Region: `Asia Pacific`, Country: `Thailand`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-04-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 881 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `OJ Future`, Spread: 0.01, Open: 140.6, Price: 139.68, Buy: 140.18, Sell: 140.19, Change: -0.51, ChangePercent: -0.36, Volume: 7, High: 140.19, Low: 0, YearlyHigh: 155.95, YearlyLow: 113, YearlyStart: 134.47, YearlyChange: 4.25, Settlement: `Cash`, Contract: `Forwards`, Region: `Africa`, Country: `Tunisia`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-03-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 882 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `LV Cattle`, Spread: 0.01, Open: 120.725, Price: 118.48, Buy: 120.72, Sell: 120.72, Change: -2.22, ChangePercent: -1.84, Volume: 4, High: 120.72, Low: 120.72, YearlyHigh: 147.98, YearlyLow: 113.9, YearlyStart: 130.94, YearlyChange: -7.82, Settlement: `Cash`, Contract: `Swap`, Region: `Asia Pacific`, Country: `Azerbaijan`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-07-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 883 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Sugar`, Spread: 0.01, Open: 15.68, Price: 14.66, Buy: 14.67, Sell: 14.68, Change: -0.01, ChangePercent: -0.08, Volume: 4949, High: 15.7, Low: 14.67, YearlyHigh: 16.87, YearlyLow: 11.37, YearlyStart: 14.12, YearlyChange: 3.92, Settlement: `Cash`, Contract: `Futures`, Region: `North America`, Country: `Canada`, Risk: `High`, Sector: `Public`, Currency: `PLN`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-01-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 884 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Gold`, Spread: 0.01, Open: 1281.1, Price: 1274.07, Buy: 1280.73, Sell: 1280.74, Change: -6.66, ChangePercent: -0.52, Volume: 48387, High: 1289.5, Low: 1279.1, YearlyHigh: 1306, YearlyLow: 1047.2, YearlyStart: 1176.6, YearlyChange: 8.85, Settlement: `Cash`, Contract: `Swap`, Region: `Asia Pacific`, Country: `Philippines`, Risk: `High`, Sector: `Government`, Currency: `USD`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-08-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 885 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Gold`, Spread: 0.01, Open: 1281.1, Price: 1265.88, Buy: 1280.73, Sell: 1280.74, Change: -14.85, ChangePercent: -1.16, Volume: 48387, High: 1289.5, Low: 1279.1, YearlyHigh: 1306, YearlyLow: 1047.2, YearlyStart: 1176.6, YearlyChange: 8.85, Settlement: `Cash`, Contract: `Futures`, Region: `Europe`, Country: `Czechia`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-04-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 886 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soybean`, Spread: 0.01, Open: 1038, Price: 1055.65, Buy: 1038.61, Sell: 1038.62, Change: 17.03, ChangePercent: 1.64, Volume: 20356, High: 1044, Low: 1031.75, YearlyHigh: 1057, YearlyLow: 859.5, YearlyStart: 958.25, YearlyChange: 8.39, Settlement: `Cash`, Contract: `Options`, Region: `South America`, Country: `Peru`, Risk: `Low`, Sector: `Government`, Currency: `PLN`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-01-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 887 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P 600 MINI`, Spread: 0.01, Open: 687.9, Price: 681.83, Buy: 687.9, Sell: 687.9, Change: -6.05, ChangePercent: -0.88, Volume: 0, High: 0, Low: 0, YearlyHigh: 620.32, YearlyLow: 595.9, YearlyStart: 608.11, YearlyChange: 13.12, Settlement: `Cash`, Contract: `Futures`, Region: `Middle East`, Country: `Israel`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-04-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 888 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Sugar`, Spread: 0.01, Open: 15.68, Price: 14.66, Buy: 14.67, Sell: 14.68, Change: -0.01, ChangePercent: -0.08, Volume: 4949, High: 15.7, Low: 14.67, YearlyHigh: 16.87, YearlyLow: 11.37, YearlyStart: 14.12, YearlyChange: 3.92, Settlement: `Loan`, Contract: `Futures`, Region: `Middle East`, Country: `Saudi Arabia`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-04-16`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 889 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Uranium`, Spread: 0.02, Open: 27.55, Price: 28.08, Buy: 27.55, Sell: 27.55, Change: 0.5, ChangePercent: 1.8, Volume: 12, High: 27.55, Low: 27.55, YearlyHigh: 29.32, YearlyLow: 21.28, YearlyStart: 25.3, YearlyChange: 9.01, Settlement: `Cash`, Contract: `Options`, Region: `Asia Pacific`, Country: `Australia`, Risk: `High`, Sector: `Private`, Currency: `PLN`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-04-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 890 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/CHF`, Spread: 0.02, Open: 1.0337, Price: 1.05, Buy: 1.03, Sell: 1.03, Change: 0.01, ChangePercent: 0.2, Volume: 5550, High: 1.03, Low: 1.03, YearlyHigh: 1.11, YearlyLow: 0.98, YearlyStart: 1.04, YearlyChange: -0.12, Settlement: `Credit`, Contract: `Swap`, Region: `Europe`, Country: `Slovenia`, Risk: `High`, Sector: `Government`, Currency: `USD`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-02-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 891 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Lumber`, Spread: 0.01, Open: 303.9, Price: 298.75, Buy: 304.59, Sell: 304.6, Change: -5.85, ChangePercent: -1.92, Volume: 2, High: 304.6, Low: 303.9, YearlyHigh: 317.1, YearlyLow: 236, YearlyStart: 276.55, YearlyChange: 10.14, Settlement: `Cash`, Contract: `Futures`, Region: `Middle East`, Country: `Kuwait`, Risk: `Low`, Sector: `Government`, Currency: `USD`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-04-24`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 892 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Platinum`, Spread: 0.01, Open: 1071.6, Price: 1052.25, Buy: 1071.09, Sell: 1071.1, Change: -18.85, ChangePercent: -1.76, Volume: 3039, High: 1081.2, Low: 1070.5, YearlyHigh: 1120.6, YearlyLow: 812.4, YearlyStart: 966.5, YearlyChange: 10.82, Settlement: `Cash`, Contract: `CFD`, Region: `Africa`, Country: `South Africa`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-08-21`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 893 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Lumber`, Spread: 0.01, Open: 303.9, Price: 300.46, Buy: 304.59, Sell: 304.6, Change: -4.14, ChangePercent: -1.36, Volume: 2, High: 304.6, Low: 303.9, YearlyHigh: 317.1, YearlyLow: 236, YearlyStart: 276.55, YearlyChange: 10.14, Settlement: `Loan`, Contract: `Swap`, Region: `Asia Pacific`, Country: `Pakistan`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-06-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 894 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P MID MINI`, Spread: 0.01, Open: 1454.3, Price: 1455.78, Buy: 1455.78, Sell: 1455.79, Change: 0, ChangePercent: 0, Volume: 338, High: 1455.78, Low: 1448, YearlyHigh: 1527.3, YearlyLow: 1236, YearlyStart: 1381.65, YearlyChange: 5.37, Settlement: `Cash`, Contract: `Options`, Region: `Asia Pacific`, Country: `Philippines`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-02-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 895 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Ethanol`, Spread: 0.01, Open: 1.512, Price: 2.76, Buy: 2.75, Sell: 2.76, Change: 0.01, ChangePercent: 0.36, Volume: 14, High: 2.75, Low: 1.12, YearlyHigh: 2.75, YearlyLow: 1.12, YearlyStart: 1.48, YearlyChange: 86.7, Settlement: `Cash`, Contract: `Forwards`, Region: `South America`, Country: `Paraguay`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `High`, Issuer: `American Airlines`, Maturity: `2022-02-21`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 896 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P 600 MINI`, Spread: 0.01, Open: 687.9, Price: 691.46, Buy: 687.9, Sell: 687.9, Change: 3.58, ChangePercent: 0.52, Volume: 0, High: 0, Low: 0, YearlyHigh: 620.32, YearlyLow: 595.9, YearlyStart: 608.11, YearlyChange: 13.12, Settlement: `Cash`, Contract: `Swap`, Region: `Europe`, Country: `Iceland`, Risk: `High`, Sector: `Private`, Currency: `PLN`, Security: `High`, Issuer: `FedEx`, Maturity: `2022-05-22`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 897 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soybean`, Spread: 0.01, Open: 1038, Price: 1044.43, Buy: 1038.61, Sell: 1038.62, Change: 5.81, ChangePercent: 0.56, Volume: 20356, High: 1044, Low: 1031.75, YearlyHigh: 1057, YearlyLow: 859.5, YearlyStart: 958.25, YearlyChange: 8.39, Settlement: `Cash`, Contract: `Swap`, Region: `Middle East`, Country: `Saudi Arabia`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-04-19`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 898 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soybean`, Spread: 0.01, Open: 1038, Price: 1031.14, Buy: 1038.61, Sell: 1038.62, Change: -7.48, ChangePercent: -0.72, Volume: 20356, High: 1044, Low: 1031.75, YearlyHigh: 1057, YearlyLow: 859.5, YearlyStart: 958.25, YearlyChange: 8.39, Settlement: `Cash`, Contract: `Options`, Region: `Asia Pacific`, Country: `Indonesia`, Risk: `High`, Sector: `Government`, Currency: `USD`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-02-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 899 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P Future`, Spread: 0.01, Open: 2057.5, Price: 2047.55, Buy: 2056.6, Sell: 2056.61, Change: -9.05, ChangePercent: -0.44, Volume: 142780, High: 2059.5, Low: 2049, YearlyHigh: 2105.5, YearlyLow: 1794.5, YearlyStart: 1950, YearlyChange: 5.47, Settlement: `Cash`, Contract: `Forwards`, Region: `North America`, Country: `Canada`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-03-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 900 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/CAD`, Spread: 0.02, Open: 0.7744, Price: 0.94, Buy: 0.94, Sell: 0.96, Change: -0.01, ChangePercent: -1.36, Volume: 13669, High: 0.95, Low: 0.77, YearlyHigh: 0.95, YearlyLow: 0.68, YearlyStart: 0.76, YearlyChange: 26.43, Settlement: `Cash`, Contract: `Options`, Region: `Asia Pacific`, Country: `Korea`, Risk: `Low`, Sector: `Government`, Currency: `USD`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-02-24`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 901 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Corn`, Spread: 0.01, Open: 379.5, Price: 375.85, Buy: 379.8, Sell: 379.81, Change: -3.95, ChangePercent: -1.04, Volume: 11266, High: 381, Low: 377.75, YearlyHigh: 471.25, YearlyLow: 351.25, YearlyStart: 411.25, YearlyChange: -7.65, Settlement: `Loan`, Contract: `Swap`, Region: `Middle East`, Country: `Syria`, Risk: `High`, Sector: `Government`, Currency: `PLN`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-06-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 902 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Rice`, Spread: 0.01, Open: 11.245, Price: 10.4, Buy: 10.41, Sell: 10.42, Change: -0.02, ChangePercent: -0.12, Volume: 220, High: 11.38, Low: 10.42, YearlyHigh: 14.14, YearlyLow: 9.7, YearlyStart: 11.92, YearlyChange: -12.62, Settlement: `Cash`, Contract: `Options`, Region: `South America`, Country: `Suriname`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-04-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 903 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Copper`, Spread: 0.02, Open: 2.123, Price: 2.11, Buy: 2.12, Sell: 2.12, Change: 0, ChangePercent: -0.32, Volume: 28819, High: 2.16, Low: 2.11, YearlyHigh: 2.94, YearlyLow: 1.96, YearlyStart: 2.45, YearlyChange: -13.76, Settlement: `Cash`, Contract: `Futures`, Region: `Africa`, Country: `Morocco`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-05-23`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 904 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `Euro$ 3M`, Spread: 0.01, Open: 99.18, Price: 101.03, Buy: 99.18, Sell: 99.18, Change: 1.86, ChangePercent: 1.88, Volume: 29509, High: 99.18, Low: 99.17, YearlyHigh: 99.38, YearlyLow: 98.41, YearlyStart: 98.89, YearlyChange: 0.28, Settlement: `Credit`, Contract: `Futures`, Region: `Asia Pacific`, Country: `Philippines`, Risk: `High`, Sector: `Public`, Currency: `PLN`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-09-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 905 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soybean`, Spread: 0.01, Open: 1038, Price: 1042.77, Buy: 1038.61, Sell: 1038.62, Change: 4.15, ChangePercent: 0.4, Volume: 20356, High: 1044, Low: 1031.75, YearlyHigh: 1057, YearlyLow: 859.5, YearlyStart: 958.25, YearlyChange: 8.39, Settlement: `Credit`, Contract: `CFD`, Region: `Middle East`, Country: `Qatar`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-04-10`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 906 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Lumber`, Spread: 0.01, Open: 303.9, Price: 302.16, Buy: 304.59, Sell: 304.6, Change: -2.44, ChangePercent: -0.8, Volume: 2, High: 304.6, Low: 303.9, YearlyHigh: 317.1, YearlyLow: 236, YearlyStart: 276.55, YearlyChange: 10.14, Settlement: `Cash`, Contract: `Options`, Region: `Middle East`, Country: `UAE`, Risk: `Low`, Sector: `Public`, Currency: `EUR`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-08-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 907 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soybean`, Spread: 0.01, Open: 1038, Price: 1043.19, Buy: 1038.61, Sell: 1038.62, Change: 4.57, ChangePercent: 0.44, Volume: 20356, High: 1044, Low: 1031.75, YearlyHigh: 1057, YearlyLow: 859.5, YearlyStart: 958.25, YearlyChange: 8.39, Settlement: `Cash`, Contract: `Options`, Region: `Middle East`, Country: `Lebanon`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-08-23`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 908 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soybean`, Spread: 0.01, Open: 1038, Price: 1057.31, Buy: 1038.61, Sell: 1038.62, Change: 18.69, ChangePercent: 1.8, Volume: 20356, High: 1044, Low: 1031.75, YearlyHigh: 1057, YearlyLow: 859.5, YearlyStart: 958.25, YearlyChange: 8.39, Settlement: `Cash`, Contract: `Swap`, Region: `North America`, Country: `United States`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-08-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 909 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Palladium`, Spread: 0.01, Open: 600.55, Price: 606.29, Buy: 601, Sell: 601.01, Change: 5.29, ChangePercent: 0.88, Volume: 651, High: 607.2, Low: 598.4, YearlyHigh: 690, YearlyLow: 458.6, YearlyStart: 574.3, YearlyChange: 4.65, Settlement: `Loan`, Contract: `Futures`, Region: `Asia Pacific`, Country: `Indonesia`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-02-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 910 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Lumber`, Spread: 0.01, Open: 303.9, Price: 303.99, Buy: 304.59, Sell: 304.6, Change: -0.61, ChangePercent: -0.2, Volume: 2, High: 304.6, Low: 303.9, YearlyHigh: 317.1, YearlyLow: 236, YearlyStart: 276.55, YearlyChange: 10.14, Settlement: `Credit`, Contract: `Swap`, Region: `Europe`, Country: `France`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `High`, Issuer: `FedEx`, Maturity: `2022-02-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 911 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `Lean Hogs`, Spread: 0.01, Open: 81.275, Price: 80.96, Buy: 81.81, Sell: 81.82, Change: -0.85, ChangePercent: -1.04, Volume: 1, High: 81.81, Low: 81.28, YearlyHigh: 83.98, YearlyLow: 70.25, YearlyStart: 77.11, YearlyChange: 6.09, Settlement: `Loan`, Contract: `Futures`, Region: `Middle East`, Country: `Israel`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-06-24`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 912 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Coffee`, Spread: 0.01, Open: 125.7, Price: 127.2, Buy: 125.7, Sell: 125.7, Change: 1.51, ChangePercent: 1.2, Volume: 1654, High: 125.8, Low: 125, YearlyHigh: 155.75, YearlyLow: 115.35, YearlyStart: 135.55, YearlyChange: -7.27, Settlement: `Cash`, Contract: `Swap`, Region: `Asia Pacific`, Country: `Afghanistan`, Risk: `High`, Sector: `Government`, Currency: `PLN`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-02-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 913 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Cotton`, Spread: 0.01, Open: 61.77, Price: 62.9, Buy: 61.77, Sell: 61.77, Change: 1.14, ChangePercent: 1.84, Volume: 3612, High: 62.06, Low: 61.32, YearlyHigh: 67.59, YearlyLow: 54.33, YearlyStart: 60.96, YearlyChange: 1.31, Settlement: `Cash`, Contract: `Forwards`, Region: `Middle East`, Country: `Qatar`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-05-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 914 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/CAD`, Spread: 0.02, Open: 0.7744, Price: 0.97, Buy: 0.94, Sell: 0.96, Change: 0.02, ChangePercent: 1.2, Volume: 13669, High: 0.95, Low: 0.77, YearlyHigh: 0.95, YearlyLow: 0.68, YearlyStart: 0.76, YearlyChange: 26.43, Settlement: `Credit`, Contract: `Options`, Region: `Middle East`, Country: `Kuwait`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `American Airlines`, Maturity: `2022-08-10`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 915 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Uranium`, Spread: 0.02, Open: 27.55, Price: 27.78, Buy: 27.55, Sell: 27.55, Change: 0.2, ChangePercent: 0.72, Volume: 12, High: 27.55, Low: 27.55, YearlyHigh: 29.32, YearlyLow: 21.28, YearlyStart: 25.3, YearlyChange: 9.01, Settlement: `Loan`, Contract: `Futures`, Region: `South America`, Country: `Ecuador`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-01-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 916 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/CHF`, Spread: 0.02, Open: 1.0337, Price: 1.06, Buy: 1.03, Sell: 1.03, Change: 0.02, ChangePercent: 1.68, Volume: 5550, High: 1.03, Low: 1.03, YearlyHigh: 1.11, YearlyLow: 0.98, YearlyStart: 1.04, YearlyChange: -0.12, Settlement: `Credit`, Contract: `Options`, Region: `North America`, Country: `Canada`, Risk: `High`, Sector: `Public`, Currency: `USD`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-07-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 917 }), + new FinancialDataAllItem({ Category: `Index`, Type: `DOW Future`, Spread: 0.01, Open: 17711, Price: 17953.04, Buy: 17712.15, Sell: 17712.16, Change: 240.89, ChangePercent: 1.36, Volume: 22236, High: 17727, Low: 17642, YearlyHigh: 18083, YearlyLow: 15299, YearlyStart: 16691, YearlyChange: 6.12, Settlement: `Credit`, Contract: `CFD`, Region: `Africa`, Country: `Algeria`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-04-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 918 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/JPY`, Spread: 0.02, Open: 9275.5, Price: 9362.69, Buy: 9277.32, Sell: 9277.34, Change: 85.36, ChangePercent: 0.92, Volume: 47734, High: 9277.33, Low: 0.93, YearlyHigh: 9483, YearlyLow: 0.93, YearlyStart: 4741.97, YearlyChange: 95.64, Settlement: `Cash`, Contract: `CFD`, Region: `Europe`, Country: `Italy`, Risk: `High`, Sector: `Public`, Currency: `USD`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-07-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 919 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Gold`, Spread: 0.01, Open: 1281.1, Price: 1272.54, Buy: 1280.73, Sell: 1280.74, Change: -8.19, ChangePercent: -0.64, Volume: 48387, High: 1289.5, Low: 1279.1, YearlyHigh: 1306, YearlyLow: 1047.2, YearlyStart: 1176.6, YearlyChange: 8.85, Settlement: `Credit`, Contract: `Swap`, Region: `North America`, Country: `Canada`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `High`, Issuer: `American Airlines`, Maturity: `2022-05-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 920 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Platinum`, Spread: 0.01, Open: 1071.6, Price: 1061.25, Buy: 1071.09, Sell: 1071.1, Change: -9.85, ChangePercent: -0.92, Volume: 3039, High: 1081.2, Low: 1070.5, YearlyHigh: 1120.6, YearlyLow: 812.4, YearlyStart: 966.5, YearlyChange: 10.82, Settlement: `Credit`, Contract: `Options`, Region: `Africa`, Country: `Tunisia`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-03-19`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 921 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Oats`, Spread: 0.01, Open: 194.5, Price: 197.33, Buy: 194.21, Sell: 194.22, Change: 3.11, ChangePercent: 1.6, Volume: 64, High: 195.75, Low: 194, YearlyHigh: 241.25, YearlyLow: 183.75, YearlyStart: 212.5, YearlyChange: -8.6, Settlement: `Credit`, Contract: `Forwards`, Region: `Asia Pacific`, Country: `Azerbaijan`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-03-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 922 }), + new FinancialDataAllItem({ Category: `Index`, Type: `NAS Future`, Spread: 0.01, Open: 4341.25, Price: 4414.21, Buy: 4341.25, Sell: 4341.25, Change: 72.93, ChangePercent: 1.68, Volume: 18259, High: 4347, Low: 4318, YearlyHigh: 4719.75, YearlyLow: 3867.75, YearlyStart: 4293.75, YearlyChange: 1.11, Settlement: `Loan`, Contract: `Swap`, Region: `Asia Pacific`, Country: `Australia`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-08-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 923 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `OJ Future`, Spread: 0.01, Open: 140.6, Price: 138.39, Buy: 140.18, Sell: 140.19, Change: -1.8, ChangePercent: -1.28, Volume: 7, High: 140.19, Low: 0, YearlyHigh: 155.95, YearlyLow: 113, YearlyStart: 134.47, YearlyChange: 4.25, Settlement: `Loan`, Contract: `Options`, Region: `South America`, Country: `Colombia`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-05-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 924 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `Lean Hogs`, Spread: 0.01, Open: 81.275, Price: 80.24, Buy: 81.81, Sell: 81.82, Change: -1.57, ChangePercent: -1.92, Volume: 1, High: 81.81, Low: 81.28, YearlyHigh: 83.98, YearlyLow: 70.25, YearlyStart: 77.11, YearlyChange: 6.09, Settlement: `Credit`, Contract: `Options`, Region: `Africa`, Country: `South Africa`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-05-22`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 925 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Oats`, Spread: 0.01, Open: 194.5, Price: 193.05, Buy: 194.21, Sell: 194.22, Change: -1.17, ChangePercent: -0.6, Volume: 64, High: 195.75, Low: 194, YearlyHigh: 241.25, YearlyLow: 183.75, YearlyStart: 212.5, YearlyChange: -8.6, Settlement: `Cash`, Contract: `Swap`, Region: `Europe`, Country: `United Kingdom`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-07-23`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 926 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P MID MINI`, Spread: 0.01, Open: 1454.3, Price: 1441.22, Buy: 1455.78, Sell: 1455.79, Change: -14.56, ChangePercent: -1, Volume: 338, High: 1455.78, Low: 1448, YearlyHigh: 1527.3, YearlyLow: 1236, YearlyStart: 1381.65, YearlyChange: 5.37, Settlement: `Cash`, Contract: `Futures`, Region: `Asia Pacific`, Country: `New Zealand`, Risk: `Low`, Sector: `Public`, Currency: `EUR`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-04-21`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 927 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Oil`, Spread: 0.015, Open: 45.54, Price: 46.56, Buy: 45.78, Sell: 45.8, Change: 0.77, ChangePercent: 1.68, Volume: 107196, High: 45.94, Low: 45, YearlyHigh: 65.28, YearlyLow: 30.79, YearlyStart: 48.03, YearlyChange: -4.67, Settlement: `Loan`, Contract: `Swap`, Region: `Asia Pacific`, Country: `Azerbaijan`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-02-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 928 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Oil`, Spread: 0.015, Open: 45.54, Price: 45.33, Buy: 45.78, Sell: 45.8, Change: -0.46, ChangePercent: -1, Volume: 107196, High: 45.94, Low: 45, YearlyHigh: 65.28, YearlyLow: 30.79, YearlyStart: 48.03, YearlyChange: -4.67, Settlement: `Loan`, Contract: `Futures`, Region: `South America`, Country: `Uruguay`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-03-16`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 929 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Platinum`, Spread: 0.01, Open: 1071.6, Price: 1090.38, Buy: 1071.09, Sell: 1071.1, Change: 19.28, ChangePercent: 1.8, Volume: 3039, High: 1081.2, Low: 1070.5, YearlyHigh: 1120.6, YearlyLow: 812.4, YearlyStart: 966.5, YearlyChange: 10.82, Settlement: `Loan`, Contract: `Futures`, Region: `Europe`, Country: `Denmark`, Risk: `Low`, Sector: `Government`, Currency: `USD`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-06-16`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 930 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Gold`, Spread: 0.01, Open: 1281.1, Price: 1279.19, Buy: 1280.73, Sell: 1280.74, Change: -1.54, ChangePercent: -0.12, Volume: 48387, High: 1289.5, Low: 1279.1, YearlyHigh: 1306, YearlyLow: 1047.2, YearlyStart: 1176.6, YearlyChange: 8.85, Settlement: `Cash`, Contract: `Options`, Region: `Europe`, Country: `Greece`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-09-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 931 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/JPY`, Spread: 0.02, Open: 9275.5, Price: 9114.05, Buy: 9277.32, Sell: 9277.34, Change: -163.28, ChangePercent: -1.76, Volume: 47734, High: 9277.33, Low: 0.93, YearlyHigh: 9483, YearlyLow: 0.93, YearlyStart: 4741.97, YearlyChange: 95.64, Settlement: `Cash`, Contract: `Futures`, Region: `Middle East`, Country: `Israel`, Risk: `Low`, Sector: `Government`, Currency: `USD`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-07-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 932 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soy Meat`, Spread: 0.01, Open: 342.6, Price: 343.99, Buy: 342.6, Sell: 342.6, Change: 1.37, ChangePercent: 0.4, Volume: 5646, High: 345.4, Low: 340.3, YearlyHigh: 353.4, YearlyLow: 261.7, YearlyStart: 307.55, YearlyChange: 11.4, Settlement: `Loan`, Contract: `Swap`, Region: `Africa`, Country: `Senegal`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-05-23`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 933 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `LV Cattle`, Spread: 0.01, Open: 120.725, Price: 122.25, Buy: 120.72, Sell: 120.72, Change: 1.55, ChangePercent: 1.28, Volume: 4, High: 120.72, Low: 120.72, YearlyHigh: 147.98, YearlyLow: 113.9, YearlyStart: 130.94, YearlyChange: -7.82, Settlement: `Cash`, Contract: `CFD`, Region: `Middle East`, Country: `Israel`, Risk: `Low`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-04-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 934 }), + new FinancialDataAllItem({ Category: `Index`, Type: `NAS Future`, Spread: 0.01, Open: 4341.25, Price: 4358.65, Buy: 4341.25, Sell: 4341.25, Change: 17.37, ChangePercent: 0.4, Volume: 18259, High: 4347, Low: 4318, YearlyHigh: 4719.75, YearlyLow: 3867.75, YearlyStart: 4293.75, YearlyChange: 1.11, Settlement: `Cash`, Contract: `Futures`, Region: `Africa`, Country: `Senegal`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-02-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 935 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Natural Gas`, Spread: 0.02, Open: 2.094, Price: 2.08, Buy: 2.09, Sell: 2.09, Change: -0.02, ChangePercent: -1.12, Volume: 2783, High: 2.11, Low: 2.09, YearlyHigh: 3.2, YearlyLow: 1.84, YearlyStart: 2.52, YearlyChange: -16.51, Settlement: `Credit`, Contract: `CFD`, Region: `Europe`, Country: `Czechia`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-02-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 936 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Sugar`, Spread: 0.01, Open: 15.68, Price: 14.77, Buy: 14.67, Sell: 14.68, Change: 0.1, ChangePercent: 0.68, Volume: 4949, High: 15.7, Low: 14.67, YearlyHigh: 16.87, YearlyLow: 11.37, YearlyStart: 14.12, YearlyChange: 3.92, Settlement: `Credit`, Contract: `Options`, Region: `Asia Pacific`, Country: `Australia`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-05-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 937 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Coffee`, Spread: 0.01, Open: 125.7, Price: 127.9, Buy: 125.7, Sell: 125.7, Change: 2.21, ChangePercent: 1.76, Volume: 1654, High: 125.8, Low: 125, YearlyHigh: 155.75, YearlyLow: 115.35, YearlyStart: 135.55, YearlyChange: -7.27, Settlement: `Credit`, Contract: `Options`, Region: `North America`, Country: `Canada`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-06-16`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 938 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Coal`, Spread: 0.015, Open: 0.4363, Price: 0.42, Buy: 0.44, Sell: 0.44, Change: 0, ChangePercent: 1.32, Volume: 3, High: 0.44, Low: 0.44, YearlyHigh: 0.48, YearlyLow: 0.4, YearlyStart: 0.44, YearlyChange: -5.33, Settlement: `Cash`, Contract: `Forwards`, Region: `Asia Pacific`, Country: `Korea`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-06-21`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 939 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `Lean Hogs`, Spread: 0.01, Open: 81.275, Price: 82.08, Buy: 81.81, Sell: 81.82, Change: 0.27, ChangePercent: 0.32, Volume: 1, High: 81.81, Low: 81.28, YearlyHigh: 83.98, YearlyLow: 70.25, YearlyStart: 77.11, YearlyChange: 6.09, Settlement: `Cash`, Contract: `CFD`, Region: `South America`, Country: `Suriname`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-06-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 940 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Gold`, Spread: 0.01, Open: 1281.1, Price: 1277.15, Buy: 1280.73, Sell: 1280.74, Change: -3.58, ChangePercent: -0.28, Volume: 48387, High: 1289.5, Low: 1279.1, YearlyHigh: 1306, YearlyLow: 1047.2, YearlyStart: 1176.6, YearlyChange: 8.85, Settlement: `Cash`, Contract: `Options`, Region: `Africa`, Country: `Niger`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-07-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 941 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Silver`, Spread: 0.01, Open: 17.43, Price: 17.34, Buy: 17.43, Sell: 17.43, Change: -0.08, ChangePercent: -0.44, Volume: 11720, High: 17.51, Low: 17.37, YearlyHigh: 18.06, YearlyLow: 13.73, YearlyStart: 15.89, YearlyChange: 9.59, Settlement: `Cash`, Contract: `Futures`, Region: `North America`, Country: `Canada`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-07-22`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 942 }), + new FinancialDataAllItem({ Category: `Index`, Type: `NAS Future`, Spread: 0.01, Open: 4341.25, Price: 4396.85, Buy: 4341.25, Sell: 4341.25, Change: 55.57, ChangePercent: 1.28, Volume: 18259, High: 4347, Low: 4318, YearlyHigh: 4719.75, YearlyLow: 3867.75, YearlyStart: 4293.75, YearlyChange: 1.11, Settlement: `Loan`, Contract: `Futures`, Region: `Middle East`, Country: `Oman`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-06-21`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 943 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `FD Cattle`, Spread: 0.01, Open: 147.175, Price: 149.38, Buy: 148.6, Sell: 148.61, Change: 0.77, ChangePercent: 0.52, Volume: 5, High: 148.61, Low: 147.18, YearlyHigh: 190, YearlyLow: 138.1, YearlyStart: 164.05, YearlyChange: -9.41, Settlement: `Loan`, Contract: `Options`, Region: `Asia Pacific`, Country: `Thailand`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `Poor`, Issuer: `American Airlines`, Maturity: `2022-02-22`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 944 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Lumber`, Spread: 0.01, Open: 303.9, Price: 308.13, Buy: 304.59, Sell: 304.6, Change: 3.53, ChangePercent: 1.16, Volume: 2, High: 304.6, Low: 303.9, YearlyHigh: 317.1, YearlyLow: 236, YearlyStart: 276.55, YearlyChange: 10.14, Settlement: `Credit`, Contract: `Swap`, Region: `Asia Pacific`, Country: `Japan`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-09-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 945 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `Euro$ 3M`, Spread: 0.01, Open: 99.18, Price: 97.5, Buy: 99.18, Sell: 99.18, Change: -1.67, ChangePercent: -1.68, Volume: 29509, High: 99.18, Low: 99.17, YearlyHigh: 99.38, YearlyLow: 98.41, YearlyStart: 98.89, YearlyChange: 0.28, Settlement: `Cash`, Contract: `Options`, Region: `Middle East`, Country: `Oman`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `FedEx`, Maturity: `2022-05-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 946 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P Future`, Spread: 0.01, Open: 2057.5, Price: 2051.67, Buy: 2056.6, Sell: 2056.61, Change: -4.93, ChangePercent: -0.24, Volume: 142780, High: 2059.5, Low: 2049, YearlyHigh: 2105.5, YearlyLow: 1794.5, YearlyStart: 1950, YearlyChange: 5.47, Settlement: `Credit`, Contract: `Swap`, Region: `Middle East`, Country: `Syria`, Risk: `High`, Sector: `Government`, Currency: `PLN`, Security: `High`, Issuer: `American Airlines`, Maturity: `2022-08-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 947 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/JPY`, Spread: 0.02, Open: 9275.5, Price: 9277.33, Buy: 9277.32, Sell: 9277.34, Change: 0, ChangePercent: 0, Volume: 47734, High: 9277.33, Low: 0.93, YearlyHigh: 9483, YearlyLow: 0.93, YearlyStart: 4741.97, YearlyChange: 95.64, Settlement: `Loan`, Contract: `Options`, Region: `South America`, Country: `Chile`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `Poor`, Issuer: `American Airlines`, Maturity: `2022-08-22`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 948 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Palladium`, Spread: 0.01, Open: 600.55, Price: 596.43, Buy: 601, Sell: 601.01, Change: -4.57, ChangePercent: -0.76, Volume: 651, High: 607.2, Low: 598.4, YearlyHigh: 690, YearlyLow: 458.6, YearlyStart: 574.3, YearlyChange: 4.65, Settlement: `Credit`, Contract: `CFD`, Region: `Middle East`, Country: `Jordan`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-06-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 949 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Platinum`, Spread: 0.01, Open: 1071.6, Price: 1082.67, Buy: 1071.09, Sell: 1071.1, Change: 11.57, ChangePercent: 1.08, Volume: 3039, High: 1081.2, Low: 1070.5, YearlyHigh: 1120.6, YearlyLow: 812.4, YearlyStart: 966.5, YearlyChange: 10.82, Settlement: `Cash`, Contract: `Futures`, Region: `Europe`, Country: `Sweden`, Risk: `High`, Sector: `Private`, Currency: `PLN`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-01-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 950 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Sugar`, Spread: 0.01, Open: 15.68, Price: 14.45, Buy: 14.67, Sell: 14.68, Change: -0.22, ChangePercent: -1.56, Volume: 4949, High: 15.7, Low: 14.67, YearlyHigh: 16.87, YearlyLow: 11.37, YearlyStart: 14.12, YearlyChange: 3.92, Settlement: `Cash`, Contract: `Options`, Region: `Middle East`, Country: `Iraq`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-06-21`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 951 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/CAD`, Spread: 0.02, Open: 0.7744, Price: 0.95, Buy: 0.94, Sell: 0.96, Change: 0, ChangePercent: -0.32, Volume: 13669, High: 0.95, Low: 0.77, YearlyHigh: 0.95, YearlyLow: 0.68, YearlyStart: 0.76, YearlyChange: 26.43, Settlement: `Loan`, Contract: `Swap`, Region: `Asia Pacific`, Country: `Hong Kong`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-05-22`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 952 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `US 2Y Future`, Spread: 0.01, Open: 109.3984, Price: 109.91, Buy: 109.4, Sell: 109.4, Change: 0.52, ChangePercent: 0.48, Volume: 17742, High: 109.41, Low: 109.38, YearlyHigh: 109.8, YearlyLow: 108.62, YearlyStart: 109.21, YearlyChange: 0.16, Settlement: `Cash`, Contract: `Forwards`, Region: `Africa`, Country: `Egypt`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-03-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 953 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Cotton`, Spread: 0.01, Open: 61.77, Price: 60.8, Buy: 61.77, Sell: 61.77, Change: -0.96, ChangePercent: -1.56, Volume: 3612, High: 62.06, Low: 61.32, YearlyHigh: 67.59, YearlyLow: 54.33, YearlyStart: 60.96, YearlyChange: 1.31, Settlement: `Cash`, Contract: `Options`, Region: `Europe`, Country: `Poland`, Risk: `High`, Sector: `Government`, Currency: `PLN`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-01-19`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 954 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Natural Gas`, Spread: 0.02, Open: 2.094, Price: 2.11, Buy: 2.09, Sell: 2.09, Change: 0.01, ChangePercent: 0.16, Volume: 2783, High: 2.11, Low: 2.09, YearlyHigh: 3.2, YearlyLow: 1.84, YearlyStart: 2.52, YearlyChange: -16.51, Settlement: `Cash`, Contract: `Options`, Region: `Africa`, Country: `Algeria`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-06-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 955 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P MID MINI`, Spread: 0.01, Open: 1454.3, Price: 1469.17, Buy: 1455.78, Sell: 1455.79, Change: 13.39, ChangePercent: 0.92, Volume: 338, High: 1455.78, Low: 1448, YearlyHigh: 1527.3, YearlyLow: 1236, YearlyStart: 1381.65, YearlyChange: 5.37, Settlement: `Cash`, Contract: `Swap`, Region: `Europe`, Country: `Hungary`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-06-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 956 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Platinum`, Spread: 0.01, Open: 1071.6, Price: 1056.53, Buy: 1071.09, Sell: 1071.1, Change: -14.57, ChangePercent: -1.36, Volume: 3039, High: 1081.2, Low: 1070.5, YearlyHigh: 1120.6, YearlyLow: 812.4, YearlyStart: 966.5, YearlyChange: 10.82, Settlement: `Credit`, Contract: `Swap`, Region: `Asia Pacific`, Country: `Azerbaijan`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-04-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 957 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Coal`, Spread: 0.015, Open: 0.4363, Price: 0.42, Buy: 0.44, Sell: 0.44, Change: 0, ChangePercent: 0.96, Volume: 3, High: 0.44, Low: 0.44, YearlyHigh: 0.48, YearlyLow: 0.4, YearlyStart: 0.44, YearlyChange: -5.33, Settlement: `Cash`, Contract: `Swap`, Region: `Middle East`, Country: `Qatar`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-01-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 958 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `US 2Y Future`, Spread: 0.01, Open: 109.3984, Price: 109.34, Buy: 109.4, Sell: 109.4, Change: -0.05, ChangePercent: -0.04, Volume: 17742, High: 109.41, Low: 109.38, YearlyHigh: 109.8, YearlyLow: 108.62, YearlyStart: 109.21, YearlyChange: 0.16, Settlement: `Credit`, Contract: `CFD`, Region: `North America`, Country: `United States`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-07-16`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 959 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/CHF`, Spread: 0.02, Open: 1.0337, Price: 1.06, Buy: 1.03, Sell: 1.03, Change: 0.02, ChangePercent: 1.24, Volume: 5550, High: 1.03, Low: 1.03, YearlyHigh: 1.11, YearlyLow: 0.98, YearlyStart: 1.04, YearlyChange: -0.12, Settlement: `Loan`, Contract: `Futures`, Region: `Europe`, Country: `Belgium`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-03-21`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 960 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Ethanol`, Spread: 0.01, Open: 1.512, Price: 2.72, Buy: 2.75, Sell: 2.76, Change: -0.03, ChangePercent: -1.24, Volume: 14, High: 2.75, Low: 1.12, YearlyHigh: 2.75, YearlyLow: 1.12, YearlyStart: 1.48, YearlyChange: 86.7, Settlement: `Cash`, Contract: `Options`, Region: `Europe`, Country: `Portugal`, Risk: `High`, Sector: `Government`, Currency: `USD`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-09-23`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 961 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soy Meat`, Spread: 0.01, Open: 342.6, Price: 338.78, Buy: 342.6, Sell: 342.6, Change: -3.84, ChangePercent: -1.12, Volume: 5646, High: 345.4, Low: 340.3, YearlyHigh: 353.4, YearlyLow: 261.7, YearlyStart: 307.55, YearlyChange: 11.4, Settlement: `Loan`, Contract: `Options`, Region: `South America`, Country: `Suriname`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `FedEx`, Maturity: `2022-01-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 962 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Oil`, Spread: 0.015, Open: 45.54, Price: 45.2, Buy: 45.78, Sell: 45.8, Change: -0.59, ChangePercent: -1.28, Volume: 107196, High: 45.94, Low: 45, YearlyHigh: 65.28, YearlyLow: 30.79, YearlyStart: 48.03, YearlyChange: -4.67, Settlement: `Credit`, Contract: `Options`, Region: `Africa`, Country: `Algeria`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-04-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 963 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Palladium`, Spread: 0.01, Open: 600.55, Price: 604.13, Buy: 601, Sell: 601.01, Change: 3.13, ChangePercent: 0.52, Volume: 651, High: 607.2, Low: 598.4, YearlyHigh: 690, YearlyLow: 458.6, YearlyStart: 574.3, YearlyChange: 4.65, Settlement: `Credit`, Contract: `Options`, Region: `Middle East`, Country: `Israel`, Risk: `Low`, Sector: `Public`, Currency: `EUR`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-03-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 964 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `LV Cattle`, Spread: 0.01, Open: 120.725, Price: 119.21, Buy: 120.72, Sell: 120.72, Change: -1.5, ChangePercent: -1.24, Volume: 4, High: 120.72, Low: 120.72, YearlyHigh: 147.98, YearlyLow: 113.9, YearlyStart: 130.94, YearlyChange: -7.82, Settlement: `Loan`, Contract: `Options`, Region: `North America`, Country: `Mexico`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `High`, Issuer: `American Airlines`, Maturity: `2022-05-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 965 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `LV Cattle`, Spread: 0.01, Open: 120.725, Price: 121.19, Buy: 120.72, Sell: 120.72, Change: 0.48, ChangePercent: 0.4, Volume: 4, High: 120.72, Low: 120.72, YearlyHigh: 147.98, YearlyLow: 113.9, YearlyStart: 130.94, YearlyChange: -7.82, Settlement: `Credit`, Contract: `CFD`, Region: `South America`, Country: `Uruguay`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-09-23`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 966 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `US 30YR Future`, Spread: 0.01, Open: 164.875, Price: 166.26, Buy: 164.15, Sell: 164.16, Change: 2.1, ChangePercent: 1.28, Volume: 28012, High: 165.25, Low: 164.04, YearlyHigh: 169.38, YearlyLow: 151.47, YearlyStart: 160.43, YearlyChange: 2.33, Settlement: `Loan`, Contract: `Futures`, Region: `Africa`, Country: `Algeria`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-08-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 967 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Corn`, Spread: 0.01, Open: 379.5, Price: 374.79, Buy: 379.8, Sell: 379.81, Change: -5.01, ChangePercent: -1.32, Volume: 11266, High: 381, Low: 377.75, YearlyHigh: 471.25, YearlyLow: 351.25, YearlyStart: 411.25, YearlyChange: -7.65, Settlement: `Credit`, Contract: `Swap`, Region: `Europe`, Country: `Bulgaria`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-04-21`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 968 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Wheat`, Spread: 0.01, Open: 465.5, Price: 474.46, Buy: 465.5, Sell: 465.5, Change: 8.94, ChangePercent: 1.92, Volume: 4318, High: 467, Low: 463.25, YearlyHigh: 628.5, YearlyLow: 449.5, YearlyStart: 539, YearlyChange: -13.63, Settlement: `Loan`, Contract: `CFD`, Region: `Europe`, Country: `Sweden`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-08-10`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 969 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Natural Gas`, Spread: 0.02, Open: 2.094, Price: 2.09, Buy: 2.09, Sell: 2.09, Change: -0.01, ChangePercent: -0.68, Volume: 2783, High: 2.11, Low: 2.09, YearlyHigh: 3.2, YearlyLow: 1.84, YearlyStart: 2.52, YearlyChange: -16.51, Settlement: `Cash`, Contract: `Futures`, Region: `Middle East`, Country: `Qatar`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-03-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 970 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soy Meat`, Spread: 0.01, Open: 342.6, Price: 344.95, Buy: 342.6, Sell: 342.6, Change: 2.33, ChangePercent: 0.68, Volume: 5646, High: 345.4, Low: 340.3, YearlyHigh: 353.4, YearlyLow: 261.7, YearlyStart: 307.55, YearlyChange: 11.4, Settlement: `Credit`, Contract: `Options`, Region: `North America`, Country: `Canada`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-08-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 971 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Oil`, Spread: 0.015, Open: 45.54, Price: 46.28, Buy: 45.78, Sell: 45.8, Change: 0.49, ChangePercent: 1.08, Volume: 107196, High: 45.94, Low: 45, YearlyHigh: 65.28, YearlyLow: 30.79, YearlyStart: 48.03, YearlyChange: -4.67, Settlement: `Credit`, Contract: `Futures`, Region: `Middle East`, Country: `Qatar`, Risk: `High`, Sector: `Private`, Currency: `PLN`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-01-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 972 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/CAD`, Spread: 0.02, Open: 0.7744, Price: 0.97, Buy: 0.94, Sell: 0.96, Change: 0.02, ChangePercent: 2, Volume: 13669, High: 0.95, Low: 0.77, YearlyHigh: 0.95, YearlyLow: 0.68, YearlyStart: 0.76, YearlyChange: 26.43, Settlement: `Loan`, Contract: `CFD`, Region: `Asia Pacific`, Country: `Pakistan`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `High`, Issuer: `FedEx`, Maturity: `2022-08-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 973 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P 600 MINI`, Spread: 0.01, Open: 687.9, Price: 699.71, Buy: 687.9, Sell: 687.9, Change: 11.83, ChangePercent: 1.72, Volume: 0, High: 0, Low: 0, YearlyHigh: 620.32, YearlyLow: 595.9, YearlyStart: 608.11, YearlyChange: 13.12, Settlement: `Cash`, Contract: `Swap`, Region: `Middle East`, Country: `UAE`, Risk: `Low`, Sector: `Government`, Currency: `USD`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-08-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 974 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Uranium`, Spread: 0.02, Open: 27.55, Price: 27.86, Buy: 27.55, Sell: 27.55, Change: 0.28, ChangePercent: 1, Volume: 12, High: 27.55, Low: 27.55, YearlyHigh: 29.32, YearlyLow: 21.28, YearlyStart: 25.3, YearlyChange: 9.01, Settlement: `Cash`, Contract: `Swap`, Region: `Africa`, Country: `Algeria`, Risk: `High`, Sector: `Private`, Currency: `PLN`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-09-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 975 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `US 10YR Future`, Spread: 0.01, Open: 130.5625, Price: 129.49, Buy: 130.56, Sell: 130.56, Change: -1.09, ChangePercent: -0.84, Volume: 189310, High: 130.63, Low: 130.44, YearlyHigh: 132.64, YearlyLow: 125.48, YearlyStart: 129.06, YearlyChange: 1.18, Settlement: `Loan`, Contract: `Futures`, Region: `Middle East`, Country: `Iraq`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-05-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 976 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Oats`, Spread: 0.01, Open: 194.5, Price: 190.49, Buy: 194.21, Sell: 194.22, Change: -3.73, ChangePercent: -1.92, Volume: 64, High: 195.75, Low: 194, YearlyHigh: 241.25, YearlyLow: 183.75, YearlyStart: 212.5, YearlyChange: -8.6, Settlement: `Loan`, Contract: `Futures`, Region: `Asia Pacific`, Country: `Indonesia`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-08-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 977 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Sugar`, Spread: 0.01, Open: 15.68, Price: 14.93, Buy: 14.67, Sell: 14.68, Change: 0.26, ChangePercent: 1.72, Volume: 4949, High: 15.7, Low: 14.67, YearlyHigh: 16.87, YearlyLow: 11.37, YearlyStart: 14.12, YearlyChange: 3.92, Settlement: `Loan`, Contract: `Futures`, Region: `Asia Pacific`, Country: `Australia`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-02-19`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 978 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P Future`, Spread: 0.01, Open: 2057.5, Price: 2062.36, Buy: 2056.6, Sell: 2056.61, Change: 5.76, ChangePercent: 0.28, Volume: 142780, High: 2059.5, Low: 2049, YearlyHigh: 2105.5, YearlyLow: 1794.5, YearlyStart: 1950, YearlyChange: 5.47, Settlement: `Cash`, Contract: `Forwards`, Region: `Asia Pacific`, Country: `China`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-04-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 979 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P MID MINI`, Spread: 0.01, Open: 1454.3, Price: 1448.21, Buy: 1455.78, Sell: 1455.79, Change: -7.57, ChangePercent: -0.52, Volume: 338, High: 1455.78, Low: 1448, YearlyHigh: 1527.3, YearlyLow: 1236, YearlyStart: 1381.65, YearlyChange: 5.37, Settlement: `Credit`, Contract: `Forwards`, Region: `Africa`, Country: `Egypt`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-03-11`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 980 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soy Meat`, Spread: 0.01, Open: 342.6, Price: 342.48, Buy: 342.6, Sell: 342.6, Change: -0.14, ChangePercent: -0.04, Volume: 5646, High: 345.4, Low: 340.3, YearlyHigh: 353.4, YearlyLow: 261.7, YearlyStart: 307.55, YearlyChange: 11.4, Settlement: `Loan`, Contract: `Forwards`, Region: `Africa`, Country: `South Africa`, Risk: `Low`, Sector: `Government`, Currency: `USD`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-04-27`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 981 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/CAD`, Spread: 0.02, Open: 0.7744, Price: 0.95, Buy: 0.94, Sell: 0.96, Change: 0, ChangePercent: -0.72, Volume: 13669, High: 0.95, Low: 0.77, YearlyHigh: 0.95, YearlyLow: 0.68, YearlyStart: 0.76, YearlyChange: 26.43, Settlement: `Loan`, Contract: `CFD`, Region: `Middle East`, Country: `Bahrain`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-07-19`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 982 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Ethanol`, Spread: 0.01, Open: 1.512, Price: 2.76, Buy: 2.75, Sell: 2.76, Change: 0.01, ChangePercent: 0.08, Volume: 14, High: 2.75, Low: 1.12, YearlyHigh: 2.75, YearlyLow: 1.12, YearlyStart: 1.48, YearlyChange: 86.7, Settlement: `Cash`, Contract: `Options`, Region: `Africa`, Country: `Morocco`, Risk: `High`, Sector: `Government`, Currency: `PLN`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-02-24`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 983 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `FD Cattle`, Spread: 0.01, Open: 147.175, Price: 148.25, Buy: 148.6, Sell: 148.61, Change: -0.36, ChangePercent: -0.24, Volume: 5, High: 148.61, Low: 147.18, YearlyHigh: 190, YearlyLow: 138.1, YearlyStart: 164.05, YearlyChange: -9.41, Settlement: `Cash`, Contract: `Futures`, Region: `Middle East`, Country: `Jordan`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `High`, Issuer: `American Airlines`, Maturity: `2022-01-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 984 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Gold`, Spread: 0.01, Open: 1281.1, Price: 1283.29, Buy: 1280.73, Sell: 1280.74, Change: 2.56, ChangePercent: 0.2, Volume: 48387, High: 1289.5, Low: 1279.1, YearlyHigh: 1306, YearlyLow: 1047.2, YearlyStart: 1176.6, YearlyChange: 8.85, Settlement: `Cash`, Contract: `Swap`, Region: `Europe`, Country: `Denmark`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-02-22`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 985 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/CHF`, Spread: 0.02, Open: 1.0337, Price: 1.04, Buy: 1.03, Sell: 1.03, Change: 0, ChangePercent: -0.28, Volume: 5550, High: 1.03, Low: 1.03, YearlyHigh: 1.11, YearlyLow: 0.98, YearlyStart: 1.04, YearlyChange: -0.12, Settlement: `Loan`, Contract: `Futures`, Region: `Asia Pacific`, Country: `Thailand`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-08-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 986 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Ethanol`, Spread: 0.01, Open: 1.512, Price: 2.77, Buy: 2.75, Sell: 2.76, Change: 0.02, ChangePercent: 0.64, Volume: 14, High: 2.75, Low: 1.12, YearlyHigh: 2.75, YearlyLow: 1.12, YearlyStart: 1.48, YearlyChange: 86.7, Settlement: `Cash`, Contract: `Swap`, Region: `South America`, Country: `Uruguay`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-06-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 987 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/CAD`, Spread: 0.02, Open: 0.7744, Price: 0.95, Buy: 0.94, Sell: 0.96, Change: 0, ChangePercent: -0.96, Volume: 13669, High: 0.95, Low: 0.77, YearlyHigh: 0.95, YearlyLow: 0.68, YearlyStart: 0.76, YearlyChange: 26.43, Settlement: `Credit`, Contract: `Options`, Region: `Asia Pacific`, Country: `Malaysia`, Risk: `High`, Sector: `Government`, Currency: `USD`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-05-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 988 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/CHF`, Spread: 0.02, Open: 1.0337, Price: 1.03, Buy: 1.03, Sell: 1.03, Change: -0.01, ChangePercent: -1.68, Volume: 5550, High: 1.03, Low: 1.03, YearlyHigh: 1.11, YearlyLow: 0.98, YearlyStart: 1.04, YearlyChange: -0.12, Settlement: `Loan`, Contract: `Swap`, Region: `Africa`, Country: `Senegal`, Risk: `High`, Sector: `Public`, Currency: `PLN`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-07-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 989 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Uranium`, Spread: 0.02, Open: 27.55, Price: 27.48, Buy: 27.55, Sell: 27.55, Change: -0.1, ChangePercent: -0.36, Volume: 12, High: 27.55, Low: 27.55, YearlyHigh: 29.32, YearlyLow: 21.28, YearlyStart: 25.3, YearlyChange: 9.01, Settlement: `Credit`, Contract: `CFD`, Region: `North America`, Country: `Canada`, Risk: `High`, Sector: `Private`, Currency: `PLN`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-07-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 990 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P Future`, Spread: 0.01, Open: 2057.5, Price: 2075.52, Buy: 2056.6, Sell: 2056.61, Change: 18.92, ChangePercent: 0.92, Volume: 142780, High: 2059.5, Low: 2049, YearlyHigh: 2105.5, YearlyLow: 1794.5, YearlyStart: 1950, YearlyChange: 5.47, Settlement: `Cash`, Contract: `Futures`, Region: `Asia Pacific`, Country: `Afghanistan`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-06-22`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 991 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `Euro$ 3M`, Spread: 0.01, Open: 99.18, Price: 98.42, Buy: 99.18, Sell: 99.18, Change: -0.75, ChangePercent: -0.76, Volume: 29509, High: 99.18, Low: 99.17, YearlyHigh: 99.38, YearlyLow: 98.41, YearlyStart: 98.89, YearlyChange: 0.28, Settlement: `Loan`, Contract: `Options`, Region: `Europe`, Country: `Slovenia`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-08-22`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 992 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Lumber`, Spread: 0.01, Open: 303.9, Price: 310.2, Buy: 304.59, Sell: 304.6, Change: 5.6, ChangePercent: 1.84, Volume: 2, High: 304.6, Low: 303.9, YearlyHigh: 317.1, YearlyLow: 236, YearlyStart: 276.55, YearlyChange: 10.14, Settlement: `Loan`, Contract: `CFD`, Region: `Africa`, Country: `Morocco`, Risk: `Low`, Sector: `Government`, Currency: `PLN`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-05-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 993 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Lumber`, Spread: 0.01, Open: 303.9, Price: 300.21, Buy: 304.59, Sell: 304.6, Change: -4.39, ChangePercent: -1.44, Volume: 2, High: 304.6, Low: 303.9, YearlyHigh: 317.1, YearlyLow: 236, YearlyStart: 276.55, YearlyChange: 10.14, Settlement: `Credit`, Contract: `Options`, Region: `Europe`, Country: `Slovakia`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-05-16`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 994 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `BTC/USD`, Spread: 0.06, Open: 93.88, Price: 21093.18, Buy: 21200.76, Sell: 21400.78, Change: 92.41, ChangePercent: 0.44, Volume: 5788000, High: 22400.05, Low: 20100.75, YearlyHigh: 62400.7, YearlyLow: 15100.88, YearlyStart: 21200.29, YearlyChange: -20.62, Settlement: `Credit`, Contract: `CFD`, Region: `Middle East`, Country: `Turkey`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-03-16`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 995 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `Euro$ 3M`, Spread: 0.01, Open: 99.18, Price: 100.64, Buy: 99.18, Sell: 99.18, Change: 1.47, ChangePercent: 1.48, Volume: 29509, High: 99.18, Low: 99.17, YearlyHigh: 99.38, YearlyLow: 98.41, YearlyStart: 98.89, YearlyChange: 0.28, Settlement: `Cash`, Contract: `Forwards`, Region: `Europe`, Country: `Italy`, Risk: `High`, Sector: `Private`, Currency: `PLN`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-09-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 996 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Uranium`, Spread: 0.02, Open: 27.55, Price: 27.65, Buy: 27.55, Sell: 27.55, Change: 0.07, ChangePercent: 0.24, Volume: 12, High: 27.55, Low: 27.55, YearlyHigh: 29.32, YearlyLow: 21.28, YearlyStart: 25.3, YearlyChange: 9.01, Settlement: `Loan`, Contract: `Futures`, Region: `Middle East`, Country: `Lebanon`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-04-27`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 997 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/JPY`, Spread: 0.02, Open: 9275.5, Price: 9102.92, Buy: 9277.32, Sell: 9277.34, Change: -174.41, ChangePercent: -1.88, Volume: 47734, High: 9277.33, Low: 0.93, YearlyHigh: 9483, YearlyLow: 0.93, YearlyStart: 4741.97, YearlyChange: 95.64, Settlement: `Cash`, Contract: `Futures`, Region: `Europe`, Country: `Poland`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-07-11`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 998 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Natural Gas`, Spread: 0.02, Open: 2.094, Price: 2.09, Buy: 2.09, Sell: 2.09, Change: -0.01, ChangePercent: -0.76, Volume: 2783, High: 2.11, Low: 2.09, YearlyHigh: 3.2, YearlyLow: 1.84, YearlyStart: 2.52, YearlyChange: -16.51, Settlement: `Cash`, Contract: `Futures`, Region: `Europe`, Country: `Hungary`, Risk: `Low`, Sector: `Public`, Currency: `PLN`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-08-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 999 }), ]; super(...newItems.slice(0)); } diff --git a/samples/grids/grid/column-pinning-options/src/CustomersData.ts b/samples/grids/grid/column-pinning-options/src/CustomersData.ts index 8f4140d2b9..f9aa8c0893 100644 --- a/samples/grids/grid/column-pinning-options/src/CustomersData.ts +++ b/samples/grids/grid/column-pinning-options/src/CustomersData.ts @@ -22,384 +22,33 @@ export class CustomersData extends Array { super(...items); } else { const newItems = [ - new CustomersDataItem( - { - ID: `ALFKI`, - Company: `Alfreds Futterkiste`, - ContactName: `Maria Anders`, - ContactTitle: `Sales Representative`, - Address: `Obere Str. 57`, - City: `Berlin`, - Region: `East`, - PostalCode: 12209, - Country: `Germany`, - Phone: `030-0074321`, - Fax: `030-0076545` - }), - new CustomersDataItem( - { - ID: `ANATR`, - Company: `Ana Trujillo Emparedados y helados`, - ContactName: `Ana Trujillo`, - ContactTitle: `Owner`, - Address: `Avda. de la Constitución 2222`, - City: `México D.F.`, - Region: `South`, - PostalCode: 5021, - Country: `Mexico`, - Phone: `(5) 555-4729`, - Fax: `(5) 555-3745` - }), - new CustomersDataItem( - { - ID: `ANTON`, - Company: `Antonio Moreno Taquería`, - ContactName: `Antonio Moreno`, - ContactTitle: `Owner`, - Address: `Mataderos 2312`, - City: `México D.F.`, - Region: `South`, - PostalCode: 5023, - Country: `Mexico`, - Phone: `(5) 555-3932`, - Fax: `(5) 555-3745` - }), - new CustomersDataItem( - { - ID: `AROUT`, - Company: `Around the Horn`, - ContactName: `Thomas Hardy`, - ContactTitle: `Sales Representative`, - Address: `120 Hanover Sq.`, - City: `London`, - Region: `East`, - PostalCode: 22000, - Country: `UK`, - Phone: `(171) 555-7788`, - Fax: `(171) 555-6750` - }), - new CustomersDataItem( - { - ID: `BERGS`, - Company: `Berglunds snabbköp`, - ContactName: `Christina Berglund`, - ContactTitle: `Order Administrator`, - Address: `Berguvsvägen 8`, - City: `Luleå`, - Region: `South`, - PostalCode: 17000, - Country: `Sweden`, - Phone: `0921-12 34 65`, - Fax: `0921-12 34 67` - }), - new CustomersDataItem( - { - ID: `BLAUS`, - Company: `Blauer See Delikatessen`, - ContactName: `Hanna Moos`, - ContactTitle: `Sales Representative`, - Address: `Forsterstr. 57`, - City: `Mannheim`, - Region: `East`, - PostalCode: 68306, - Country: `Germany`, - Phone: `0621-08460`, - Fax: `0621-08924` - }), - new CustomersDataItem( - { - ID: `BLONP`, - Company: `Blondesddsl père et fils`, - ContactName: `Frédérique Citeaux`, - ContactTitle: `Marketing Manager`, - Address: `24, place Kléber`, - City: `Strasbourg`, - Region: `East`, - PostalCode: 67000, - Country: `France`, - Phone: `88.60.15.31`, - Fax: `88.60.15.32` - }), - new CustomersDataItem( - { - ID: `BOLID`, - Company: `Bólido Comidas preparadas`, - ContactName: `Martín Sommer`, - ContactTitle: `Owner`, - Address: `C/ Araquil, 67`, - City: `Madrid`, - Region: `East`, - PostalCode: 28023, - Country: `Spain`, - Phone: `(91) 555 22 82`, - Fax: `(91) 555 91 99` - }), - new CustomersDataItem( - { - ID: `BONAP`, - Company: `Bon app'`, - ContactName: `Laurence Lebihan`, - ContactTitle: `Owner`, - Address: `12, rue des Bouchers`, - City: `Marseille`, - Region: `West`, - PostalCode: 13008, - Country: `France`, - Phone: `91.24.45.40`, - Fax: `91.24.45.41` - }), - new CustomersDataItem( - { - ID: `BOTTM`, - Company: `Bottom-Dollar Markets`, - ContactName: `Elizabeth Lincoln`, - ContactTitle: `Accounting Manager`, - Address: `23 Tsawassen Blvd.`, - City: `Tsawassen`, - Region: `BC`, - PostalCode: 28000, - Country: `Canada`, - Phone: `(604) 555-4729`, - Fax: `(604) 555-3745` - }), - new CustomersDataItem( - { - ID: `BSBEV`, - Company: `B's Beverages`, - ContactName: `Victoria Ashworth`, - ContactTitle: `Sales Representative`, - Address: `Fauntleroy Circus`, - City: `London`, - Region: `South`, - PostalCode: 10000, - Country: `UK`, - Phone: `(171) 555-1212`, - Fax: `(5) 555-3745` - }), - new CustomersDataItem( - { - ID: `CACTU`, - Company: `Cactus Comidas para llevar`, - ContactName: `Patricio Simpson`, - ContactTitle: `Sales Agent`, - Address: `Cerrito 333`, - City: `Buenos Aires`, - Region: `East`, - PostalCode: 1010, - Country: `Argentina`, - Phone: `(1) 135-5555`, - Fax: `(1) 135-4892` - }), - new CustomersDataItem( - { - ID: `CENTC`, - Company: `Centro comercial Moctezuma`, - ContactName: `Francisco Chang`, - ContactTitle: `Marketing Manager`, - Address: `Sierras de Granada 9993`, - City: `México D.F.`, - Region: `South`, - PostalCode: 5022, - Country: `Mexico`, - Phone: `(5) 555-3392`, - Fax: `(5) 555-7293` - }), - new CustomersDataItem( - { - ID: `CHOPS`, - Company: `Chop-suey Chinese`, - ContactName: `Yang Wang`, - ContactTitle: `Owner`, - Address: `Hauptstr. 29`, - City: `Bern`, - Region: `East`, - PostalCode: 3012, - Country: `Switzerland`, - Phone: `0452-076545`, - Fax: `(5) 555-3745` - }), - new CustomersDataItem( - { - ID: `COMMI`, - Company: `Comércio Mineiro`, - ContactName: `Pedro Afonso`, - ContactTitle: `Sales Associate`, - Address: `Av. dos Lusíadas, 23`, - City: `Sao Paulo`, - Region: `SP`, - PostalCode: 34000, - Country: `Brazil`, - Phone: `(11) 555-7647`, - Fax: `(5) 555-3745` - }), - new CustomersDataItem( - { - ID: `CONSH`, - Company: `Consolidated Holdings`, - ContactName: `Elizabeth Brown`, - ContactTitle: `Sales Representative`, - Address: `Berkeley Gardens 12 Brewery`, - City: `London`, - Region: `South`, - PostalCode: 27000, - Country: `UK`, - Phone: `(171) 555-2282`, - Fax: `(171) 555-9199` - }), - new CustomersDataItem( - { - ID: `DRACD`, - Company: `Drachenblut Delikatessen`, - ContactName: `Sven Ottlieb`, - ContactTitle: `Order Administrator`, - Address: `Walserweg 21`, - City: `Aachen`, - Region: `South`, - PostalCode: 52066, - Country: `Germany`, - Phone: `0241-039123`, - Fax: `0241-059428` - }), - new CustomersDataItem( - { - ID: `DUMON`, - Company: `Du monde entier`, - ContactName: `Janine Labrune`, - ContactTitle: `Owner`, - Address: `67, rue des Cinquante Otages`, - City: `Nantes`, - Region: `East`, - PostalCode: 44000, - Country: `France`, - Phone: `40.67.88.88`, - Fax: `40.67.89.89` - }), - new CustomersDataItem( - { - ID: `EASTC`, - Company: `Eastern Connection`, - ContactName: `Ann Devon`, - ContactTitle: `Sales Agent`, - Address: `35 King George`, - City: `London`, - Region: `East`, - PostalCode: 41000, - Country: `UK`, - Phone: `(171) 555-0297`, - Fax: `(171) 555-3373` - }), - new CustomersDataItem( - { - ID: `ERNSH`, - Company: `Ernst Handel`, - ContactName: `Roland Mendel`, - ContactTitle: `Sales Manager`, - Address: `Kirchgasse 6`, - City: `Graz`, - Region: `South`, - PostalCode: 8010, - Country: `Austria`, - Phone: `7675-3425`, - Fax: `7675-3426` - }), - new CustomersDataItem( - { - ID: `FAMIA`, - Company: `Familia Arquibaldo`, - ContactName: `Aria Cruz`, - ContactTitle: `Marketing Assistant`, - Address: `Rua Orós, 92`, - City: `Sao Paulo`, - Region: `SP`, - PostalCode: 27000, - Country: `Brazil`, - Phone: `(11) 555-9857`, - Fax: `(5) 555-3745` - }), - new CustomersDataItem( - { - ID: `FISSA`, - Company: `FISSA Fabrica Inter. Salchichas S.A.`, - ContactName: `Diego Roel`, - ContactTitle: `Accounting Manager`, - Address: `C/ Moralzarzal, 86`, - City: `Madrid`, - Region: `East`, - PostalCode: 28034, - Country: `Spain`, - Phone: `(91) 555 94 44`, - Fax: `(91) 555 55 93` - }), - new CustomersDataItem( - { - ID: `FOLIG`, - Company: `Folies gourmandes`, - ContactName: `Martine Rancé`, - ContactTitle: `Assistant Sales Agent`, - Address: `184, chaussée de Tournai`, - City: `Lille`, - Region: `South`, - PostalCode: 59000, - Country: `France`, - Phone: `20.16.10.16`, - Fax: `20.16.10.17` - }), - new CustomersDataItem( - { - ID: `FOLKO`, - Company: `Folk och fä HB`, - ContactName: `Maria Larsson`, - ContactTitle: `Owner`, - Address: `Åkergatan 24`, - City: `Bräcke`, - Region: `East`, - PostalCode: 36000, - Country: `Sweden`, - Phone: `0695-34 67 21`, - Fax: `0695 33-4455` - }), - new CustomersDataItem( - { - ID: `FRANK`, - Company: `Frankenversand`, - ContactName: `Peter Franken`, - ContactTitle: `Marketing Manager`, - Address: `Berliner Platz 43`, - City: `München`, - Region: `East`, - PostalCode: 80805, - Country: `Germany`, - Phone: `089-0877310`, - Fax: `089-0877451` - }), - new CustomersDataItem( - { - ID: `FRANR`, - Company: `France restauration`, - ContactName: `Carine Schmitt`, - ContactTitle: `Marketing Manager`, - Address: `54, rue Royale`, - City: `Nantes`, - Region: `South`, - PostalCode: 44000, - Country: `France`, - Phone: `40.32.21.21`, - Fax: `40.32.21.20` - }), - new CustomersDataItem( - { - ID: `FRANS`, - Company: `Franchi S.p.A.`, - ContactName: `Paolo Accorti`, - ContactTitle: `Sales Representative`, - Address: `Via Monte Bianco 34`, - City: `Torino`, - Region: `East`, - PostalCode: 10100, - Country: `Italy`, - Phone: `011-4988260`, - Fax: `011-4988261` - }), + new CustomersDataItem({ ID: `ALFKI`, Company: `Alfreds Futterkiste`, ContactName: `Maria Anders`, ContactTitle: `Sales Representative`, Address: `Obere Str. 57`, City: `Berlin`, Region: `East`, PostalCode: 12209, Country: `Germany`, Phone: `030-0074321`, Fax: `030-0076545` }), + new CustomersDataItem({ ID: `ANATR`, Company: `Ana Trujillo Emparedados y helados`, ContactName: `Ana Trujillo`, ContactTitle: `Owner`, Address: `Avda. de la Constitución 2222`, City: `México D.F.`, Region: `South`, PostalCode: 5021, Country: `Mexico`, Phone: `(5) 555-4729`, Fax: `(5) 555-3745` }), + new CustomersDataItem({ ID: `ANTON`, Company: `Antonio Moreno Taquería`, ContactName: `Antonio Moreno`, ContactTitle: `Owner`, Address: `Mataderos 2312`, City: `México D.F.`, Region: `South`, PostalCode: 5023, Country: `Mexico`, Phone: `(5) 555-3932`, Fax: `(5) 555-3745` }), + new CustomersDataItem({ ID: `AROUT`, Company: `Around the Horn`, ContactName: `Thomas Hardy`, ContactTitle: `Sales Representative`, Address: `120 Hanover Sq.`, City: `London`, Region: `East`, PostalCode: 22000, Country: `UK`, Phone: `(171) 555-7788`, Fax: `(171) 555-6750` }), + new CustomersDataItem({ ID: `BERGS`, Company: `Berglunds snabbköp`, ContactName: `Christina Berglund`, ContactTitle: `Order Administrator`, Address: `Berguvsvägen 8`, City: `Luleå`, Region: `South`, PostalCode: 17000, Country: `Sweden`, Phone: `0921-12 34 65`, Fax: `0921-12 34 67` }), + new CustomersDataItem({ ID: `BLAUS`, Company: `Blauer See Delikatessen`, ContactName: `Hanna Moos`, ContactTitle: `Sales Representative`, Address: `Forsterstr. 57`, City: `Mannheim`, Region: `East`, PostalCode: 68306, Country: `Germany`, Phone: `0621-08460`, Fax: `0621-08924` }), + new CustomersDataItem({ ID: `BLONP`, Company: `Blondesddsl père et fils`, ContactName: `Frédérique Citeaux`, ContactTitle: `Marketing Manager`, Address: `24, place Kléber`, City: `Strasbourg`, Region: `East`, PostalCode: 67000, Country: `France`, Phone: `88.60.15.31`, Fax: `88.60.15.32` }), + new CustomersDataItem({ ID: `BOLID`, Company: `Bólido Comidas preparadas`, ContactName: `Martín Sommer`, ContactTitle: `Owner`, Address: `C/ Araquil, 67`, City: `Madrid`, Region: `East`, PostalCode: 28023, Country: `Spain`, Phone: `(91) 555 22 82`, Fax: `(91) 555 91 99` }), + new CustomersDataItem({ ID: `BONAP`, Company: `Bon app'`, ContactName: `Laurence Lebihan`, ContactTitle: `Owner`, Address: `12, rue des Bouchers`, City: `Marseille`, Region: `West`, PostalCode: 13008, Country: `France`, Phone: `91.24.45.40`, Fax: `91.24.45.41` }), + new CustomersDataItem({ ID: `BOTTM`, Company: `Bottom-Dollar Markets`, ContactName: `Elizabeth Lincoln`, ContactTitle: `Accounting Manager`, Address: `23 Tsawassen Blvd.`, City: `Tsawassen`, Region: `BC`, PostalCode: 28000, Country: `Canada`, Phone: `(604) 555-4729`, Fax: `(604) 555-3745` }), + new CustomersDataItem({ ID: `BSBEV`, Company: `B's Beverages`, ContactName: `Victoria Ashworth`, ContactTitle: `Sales Representative`, Address: `Fauntleroy Circus`, City: `London`, Region: `South`, PostalCode: 10000, Country: `UK`, Phone: `(171) 555-1212`, Fax: `(5) 555-3745` }), + new CustomersDataItem({ ID: `CACTU`, Company: `Cactus Comidas para llevar`, ContactName: `Patricio Simpson`, ContactTitle: `Sales Agent`, Address: `Cerrito 333`, City: `Buenos Aires`, Region: `East`, PostalCode: 1010, Country: `Argentina`, Phone: `(1) 135-5555`, Fax: `(1) 135-4892` }), + new CustomersDataItem({ ID: `CENTC`, Company: `Centro comercial Moctezuma`, ContactName: `Francisco Chang`, ContactTitle: `Marketing Manager`, Address: `Sierras de Granada 9993`, City: `México D.F.`, Region: `South`, PostalCode: 5022, Country: `Mexico`, Phone: `(5) 555-3392`, Fax: `(5) 555-7293` }), + new CustomersDataItem({ ID: `CHOPS`, Company: `Chop-suey Chinese`, ContactName: `Yang Wang`, ContactTitle: `Owner`, Address: `Hauptstr. 29`, City: `Bern`, Region: `East`, PostalCode: 3012, Country: `Switzerland`, Phone: `0452-076545`, Fax: `(5) 555-3745` }), + new CustomersDataItem({ ID: `COMMI`, Company: `Comércio Mineiro`, ContactName: `Pedro Afonso`, ContactTitle: `Sales Associate`, Address: `Av. dos Lusíadas, 23`, City: `Sao Paulo`, Region: `SP`, PostalCode: 34000, Country: `Brazil`, Phone: `(11) 555-7647`, Fax: `(5) 555-3745` }), + new CustomersDataItem({ ID: `CONSH`, Company: `Consolidated Holdings`, ContactName: `Elizabeth Brown`, ContactTitle: `Sales Representative`, Address: `Berkeley Gardens 12 Brewery`, City: `London`, Region: `South`, PostalCode: 27000, Country: `UK`, Phone: `(171) 555-2282`, Fax: `(171) 555-9199` }), + new CustomersDataItem({ ID: `DRACD`, Company: `Drachenblut Delikatessen`, ContactName: `Sven Ottlieb`, ContactTitle: `Order Administrator`, Address: `Walserweg 21`, City: `Aachen`, Region: `South`, PostalCode: 52066, Country: `Germany`, Phone: `0241-039123`, Fax: `0241-059428` }), + new CustomersDataItem({ ID: `DUMON`, Company: `Du monde entier`, ContactName: `Janine Labrune`, ContactTitle: `Owner`, Address: `67, rue des Cinquante Otages`, City: `Nantes`, Region: `East`, PostalCode: 44000, Country: `France`, Phone: `40.67.88.88`, Fax: `40.67.89.89` }), + new CustomersDataItem({ ID: `EASTC`, Company: `Eastern Connection`, ContactName: `Ann Devon`, ContactTitle: `Sales Agent`, Address: `35 King George`, City: `London`, Region: `East`, PostalCode: 41000, Country: `UK`, Phone: `(171) 555-0297`, Fax: `(171) 555-3373` }), + new CustomersDataItem({ ID: `ERNSH`, Company: `Ernst Handel`, ContactName: `Roland Mendel`, ContactTitle: `Sales Manager`, Address: `Kirchgasse 6`, City: `Graz`, Region: `South`, PostalCode: 8010, Country: `Austria`, Phone: `7675-3425`, Fax: `7675-3426` }), + new CustomersDataItem({ ID: `FAMIA`, Company: `Familia Arquibaldo`, ContactName: `Aria Cruz`, ContactTitle: `Marketing Assistant`, Address: `Rua Orós, 92`, City: `Sao Paulo`, Region: `SP`, PostalCode: 27000, Country: `Brazil`, Phone: `(11) 555-9857`, Fax: `(5) 555-3745` }), + new CustomersDataItem({ ID: `FISSA`, Company: `FISSA Fabrica Inter. Salchichas S.A.`, ContactName: `Diego Roel`, ContactTitle: `Accounting Manager`, Address: `C/ Moralzarzal, 86`, City: `Madrid`, Region: `East`, PostalCode: 28034, Country: `Spain`, Phone: `(91) 555 94 44`, Fax: `(91) 555 55 93` }), + new CustomersDataItem({ ID: `FOLIG`, Company: `Folies gourmandes`, ContactName: `Martine Rancé`, ContactTitle: `Assistant Sales Agent`, Address: `184, chaussée de Tournai`, City: `Lille`, Region: `South`, PostalCode: 59000, Country: `France`, Phone: `20.16.10.16`, Fax: `20.16.10.17` }), + new CustomersDataItem({ ID: `FOLKO`, Company: `Folk och fä HB`, ContactName: `Maria Larsson`, ContactTitle: `Owner`, Address: `Åkergatan 24`, City: `Bräcke`, Region: `East`, PostalCode: 36000, Country: `Sweden`, Phone: `0695-34 67 21`, Fax: `0695 33-4455` }), + new CustomersDataItem({ ID: `FRANK`, Company: `Frankenversand`, ContactName: `Peter Franken`, ContactTitle: `Marketing Manager`, Address: `Berliner Platz 43`, City: `München`, Region: `East`, PostalCode: 80805, Country: `Germany`, Phone: `089-0877310`, Fax: `089-0877451` }), + new CustomersDataItem({ ID: `FRANR`, Company: `France restauration`, ContactName: `Carine Schmitt`, ContactTitle: `Marketing Manager`, Address: `54, rue Royale`, City: `Nantes`, Region: `South`, PostalCode: 44000, Country: `France`, Phone: `40.32.21.21`, Fax: `40.32.21.20` }), + new CustomersDataItem({ ID: `FRANS`, Company: `Franchi S.p.A.`, ContactName: `Paolo Accorti`, ContactTitle: `Sales Representative`, Address: `Via Monte Bianco 34`, City: `Torino`, Region: `East`, PostalCode: 10100, Country: `Italy`, Phone: `011-4988260`, Fax: `011-4988261` }), ]; super(...newItems.slice(0)); } diff --git a/samples/grids/grid/column-pinning-right-side/src/AthletesDataExtended.ts b/samples/grids/grid/column-pinning-right-side/src/AthletesDataExtended.ts index 94a7c03228..8d548eb839 100644 --- a/samples/grids/grid/column-pinning-right-side/src/AthletesDataExtended.ts +++ b/samples/grids/grid/column-pinning-right-side/src/AthletesDataExtended.ts @@ -31,4261 +31,191 @@ export class AthletesDataExtended extends Array { super(...items); } else { const newItems = [ - new AthletesDataExtendedItem( - { - Id: 100, - Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/women/20.jpg`, - Position: `current`, - Name: `Alexis Walker`, - AthleteNumber: 43183, - BeatsPerMinute: 103, - TopSpeed: 5.8, - Registered: `2017-08-07T10:35:06-03:00`, - TrackProgress: 4, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/gh.png`, - CountryName: `Ghana`, - FirstPlaces: 2, - SecondPlaces: 3, - ThirdPlaces: 0, - RegistrationDate: `2017-08-07T07:35:06.000Z`, - Birthday: `1979-03-09T22:00:00.000Z`, - Sponsor: `Buzzdog`, - Agent: `Yoshiko Trinke`, - AgentContact: `ytrinke1x@symantec.com`, - AgentPhone: `+1-615-409-3097` - }), - new AthletesDataExtendedItem( - { - Id: 101, - Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/women/71.jpg`, - Position: `down`, - Name: `Lavínia Silva`, - AthleteNumber: 33994, - BeatsPerMinute: 93, - TopSpeed: 5.6, - Registered: `2017-03-22T08:55:46-02:00`, - TrackProgress: 4, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/no.png`, - CountryName: `Norway`, - FirstPlaces: 1, - SecondPlaces: 0, - ThirdPlaces: 3, - RegistrationDate: `2017-03-22T06:55:46.000Z`, - Birthday: `1982-04-29T21:00:00.000Z`, - Sponsor: `Realcube`, - Agent: `Celestina Noweak`, - AgentContact: `cnoweak3q@nhs.uk`, - AgentPhone: `+1-971-806-8372` - }), - new AthletesDataExtendedItem( - { - Id: 105, - Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/men/5.jpg`, - Position: `down`, - Name: `Samu Hokkanen`, - AthleteNumber: 22469, - BeatsPerMinute: 106, - TopSpeed: 5.5, - Registered: `2017-06-29T04:58:27-03:00`, - TrackProgress: 2, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/az.png`, - CountryName: `Azerbaijan`, - FirstPlaces: 1, - SecondPlaces: 3, - ThirdPlaces: 4, - RegistrationDate: `2017-06-29T01:58:27.000Z`, - Birthday: `1992-05-15T21:00:00.000Z`, - Sponsor: `Twinte`, - Agent: `Karol Emett`, - AgentContact: `kemetth@ocn.ne.jp`, - AgentPhone: `+1-215-959-2505` - }), - new AthletesDataExtendedItem( - { - Id: 107, - Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/men/33.jpg`, - Position: `up`, - Name: `Pedro Marquez`, - AthleteNumber: 16169, - BeatsPerMinute: 97, - TopSpeed: 5.4, - Registered: `2017-11-11T05:14:31-02:00`, - TrackProgress: 3, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/mw.png`, - CountryName: `Malawi`, - FirstPlaces: 2, - SecondPlaces: 3, - ThirdPlaces: 3, - RegistrationDate: `2017-11-11T03:14:31.000Z`, - Birthday: `1986-07-24T21:00:00.000Z`, - Sponsor: `Jabbertype`, - Agent: `Gates Burbudge`, - AgentContact: `gburbudge31@nationalgeographic.com`, - AgentPhone: `+1-941-294-1364` - }), - new AthletesDataExtendedItem( - { - Id: 107, - Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/women/92.jpg`, - Position: `down`, - Name: `Megan Webb`, - AthleteNumber: 30713, - BeatsPerMinute: 93, - TopSpeed: 5.6, - Registered: `2017-08-20T09:26:51-03:00`, - TrackProgress: 4, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/mt.png`, - CountryName: `Malta`, - FirstPlaces: 0, - SecondPlaces: 0, - ThirdPlaces: 3, - RegistrationDate: `2017-08-20T06:26:51.000Z`, - Birthday: `1995-08-13T21:00:00.000Z`, - Sponsor: `Gabvine`, - Agent: `Tildie MacCorkell`, - AgentContact: `tmaccorkell35@360.cn`, - AgentPhone: `+1-951-766-9576` - }), - new AthletesDataExtendedItem( - { - Id: 108, - Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/men/31.jpg`, - Position: `up`, - Name: `Noah Bergeron`, - AthleteNumber: 35139, - BeatsPerMinute: 110, - TopSpeed: 5.6, - Registered: `2017-06-23T01:21:21-03:00`, - TrackProgress: 4, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ci.png`, - CountryName: `Cote DIvoire`, - FirstPlaces: 1, - SecondPlaces: 0, - ThirdPlaces: 3, - RegistrationDate: `2017-06-22T22:21:21.000Z`, - Birthday: `1973-07-04T22:00:00.000Z`, - Sponsor: `Bubblemix`, - Agent: `Lyda Rylett`, - AgentContact: `lrylett1a@bravesites.com`, - AgentPhone: `+1-260-911-8241` - }), - new AthletesDataExtendedItem( - { - Id: 110, - Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/women/26.jpg`, - Position: `down`, - Name: `Emilie Morin`, - AthleteNumber: 26164, - BeatsPerMinute: 98, - TopSpeed: 4.9, - Registered: `2017-02-01T04:18:19-02:00`, - TrackProgress: 3, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/kg.png`, - CountryName: `Kyrgyzstan`, - FirstPlaces: 2, - SecondPlaces: 3, - ThirdPlaces: 1, - RegistrationDate: `2017-02-01T02:18:19.000Z`, - Birthday: `1991-03-05T22:00:00.000Z`, - Sponsor: `Ooba`, - Agent: `Fifine Northeast`, - AgentContact: `fnortheast2p@w3.org`, - AgentPhone: `+1-970-422-2151` - }), - new AthletesDataExtendedItem( - { - Id: 110, - Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/women/13.jpg`, - Position: `current`, - Name: `Özsu Keçeci`, - AthleteNumber: 29403, - BeatsPerMinute: 106, - TopSpeed: 4.2, - Registered: `2017-01-19T11:34:13-02:00`, - TrackProgress: 4, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/lv.png`, - CountryName: `Latvia`, - FirstPlaces: 0, - SecondPlaces: 0, - ThirdPlaces: 0, - RegistrationDate: `2017-01-19T09:34:13.000Z`, - Birthday: `1999-12-11T22:00:00.000Z`, - Sponsor: `Gabcube`, - Agent: `Tamarah Goathrop`, - AgentContact: `tgoathrop2r@ucoz.ru`, - AgentPhone: `+1-805-539-7645` - }), - new AthletesDataExtendedItem( - { - Id: 110, - Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/women/15.jpg`, - Position: `current`, - Name: `Annabell Brand`, - AthleteNumber: 39233, - BeatsPerMinute: 93, - TopSpeed: 5.7, - Registered: `2017-03-01T12:21:24-02:00`, - TrackProgress: 3, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/pg.png`, - CountryName: `Papua New Guinea`, - FirstPlaces: 1, - SecondPlaces: 2, - ThirdPlaces: 4, - RegistrationDate: `2017-03-01T10:21:24.000Z`, - Birthday: `2003-02-19T22:00:00.000Z`, - Sponsor: `Meetz`, - Agent: `Bary Rabson`, - AgentContact: `brabson3v@ucla.edu`, - AgentPhone: `+1-701-645-5641` - }), - new AthletesDataExtendedItem( - { - Id: 111, - Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/men/23.jpg`, - Position: `up`, - Name: `Connor Green`, - AthleteNumber: 44716, - BeatsPerMinute: 95, - TopSpeed: 4.4, - Registered: `2017-06-30T11:23:25-03:00`, - TrackProgress: 3, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/bb.png`, - CountryName: `Barbados`, - FirstPlaces: 1, - SecondPlaces: 1, - ThirdPlaces: 1, - RegistrationDate: `2017-06-30T08:23:25.000Z`, - Birthday: `1970-06-06T22:00:00.000Z`, - Sponsor: `Twinte`, - Agent: `Norah Van Vuuren`, - AgentContact: `nvanl@addtoany.com`, - AgentPhone: `+1-253-501-5798` - }), - new AthletesDataExtendedItem( - { - Id: 112, - Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/women/53.jpg`, - Position: `down`, - Name: `Karen Shaw`, - AthleteNumber: 31048, - BeatsPerMinute: 107, - TopSpeed: 5.7, - Registered: `2017-05-15T09:25:03-03:00`, - TrackProgress: 4, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ec.png`, - CountryName: `Ecuador`, - FirstPlaces: 0, - SecondPlaces: 1, - ThirdPlaces: 0, - RegistrationDate: `2017-05-15T06:25:03.000Z`, - Birthday: `1975-11-12T22:00:00.000Z`, - Sponsor: `Kazio`, - Agent: `Tod Farnes`, - AgentContact: `tfarnes1j@hao123.com`, - AgentPhone: `+1-304-641-7053` - }), - new AthletesDataExtendedItem( - { - Id: 113, - Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/men/37.jpg`, - Position: `current`, - Name: `Nick Naumann`, - AthleteNumber: 25566, - BeatsPerMinute: 109, - TopSpeed: 5.9, - Registered: `2017-07-12T09:01:11-03:00`, - TrackProgress: 2, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/sz.png`, - CountryName: `Swaziland`, - FirstPlaces: 2, - SecondPlaces: 1, - ThirdPlaces: 2, - RegistrationDate: `2017-07-12T06:01:11.000Z`, - Birthday: `1993-12-20T22:00:00.000Z`, - Sponsor: `Fatz`, - Agent: `Una Juliano`, - AgentContact: `ujuliano4m@samsung.com`, - AgentPhone: `+1-202-648-7663` - }), - new AthletesDataExtendedItem( - { - Id: 113, - Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/women/36.jpg`, - Position: `current`, - Name: `Marialba Nascimento`, - AthleteNumber: 47061, - BeatsPerMinute: 108, - TopSpeed: 5.2, - Registered: `2017-09-19T05:47:21-03:00`, - TrackProgress: 2, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/tn.png`, - CountryName: `Tunisia`, - FirstPlaces: 2, - SecondPlaces: 2, - ThirdPlaces: 3, - RegistrationDate: `2017-09-19T02:47:21.000Z`, - Birthday: `1972-03-17T22:00:00.000Z`, - Sponsor: `Skyvu`, - Agent: `Flynn Sheard`, - AgentContact: `fsheard4y@usnews.com`, - AgentPhone: `+1-225-863-3714` - }), - new AthletesDataExtendedItem( - { - Id: 116, - Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/women/1.jpg`, - Position: `down`, - Name: `Sevcan Kollen`, - AthleteNumber: 13728, - BeatsPerMinute: 104, - TopSpeed: 5.3, - Registered: `2017-09-08T08:29:08-03:00`, - TrackProgress: 3, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/gt.png`, - CountryName: `Guatemala`, - FirstPlaces: 1, - SecondPlaces: 1, - ThirdPlaces: 0, - RegistrationDate: `2017-09-08T05:29:08.000Z`, - Birthday: `1994-04-04T21:00:00.000Z`, - Sponsor: `Podcat`, - Agent: `Jermain Capron`, - AgentContact: `jcapron20@so-net.ne.jp`, - AgentPhone: `+1-323-118-4740` - }), - new AthletesDataExtendedItem( - { - Id: 121, - Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/men/45.jpg`, - Position: `current`, - Name: `Maurice Lambert`, - AthleteNumber: 17443, - BeatsPerMinute: 96, - TopSpeed: 5.6, - Registered: `2017-06-05T08:19:32-03:00`, - TrackProgress: 3, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/bd.png`, - CountryName: `Bangladesh`, - FirstPlaces: 0, - SecondPlaces: 2, - ThirdPlaces: 0, - RegistrationDate: `2017-06-05T05:19:32.000Z`, - Birthday: `1980-11-14T22:00:00.000Z`, - Sponsor: `Pixope`, - Agent: `Earlie Limbrick`, - AgentContact: `elimbrickk@bloglovin.com`, - AgentPhone: `+1-202-816-6480` - }), - new AthletesDataExtendedItem( - { - Id: 121, - Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/men/31.jpg`, - Position: `down`, - Name: `Ivan Ivanov`, - AthleteNumber: 11054, - BeatsPerMinute: 108, - TopSpeed: 5.7, - Registered: `2017-04-18T08:03:01-03:00`, - TrackProgress: 5, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/bg.png`, - CountryName: `Bulgaria`, - FirstPlaces: 1, - SecondPlaces: 2, - ThirdPlaces: 4, - RegistrationDate: `2017-04-18T05:03:01.000Z`, - Birthday: `1994-06-08T21:00:00.000Z`, - Sponsor: `Oodoo`, - Agent: `Cammie Hulks`, - AgentContact: `chulksv@twitpic.com`, - AgentPhone: `+1-310-984-6577` - }), - new AthletesDataExtendedItem( - { - Id: 121, - Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/men/48.jpg`, - Position: `current`, - Name: `Väinö Salmi`, - AthleteNumber: 29839, - BeatsPerMinute: 107, - TopSpeed: 5.5, - Registered: `2017-10-21T05:57:02-03:00`, - TrackProgress: 3, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/gw.png`, - CountryName: `Guinea-Bissau`, - FirstPlaces: 0, - SecondPlaces: 3, - ThirdPlaces: 4, - RegistrationDate: `2017-10-21T02:57:02.000Z`, - Birthday: `1981-11-18T22:00:00.000Z`, - Sponsor: `Thoughtbridge`, - Agent: `Nonna Brailsford`, - AgentContact: `nbrailsford22@exblog.jp`, - AgentPhone: `+1-407-261-5214` - }), - new AthletesDataExtendedItem( - { - Id: 122, - Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/men/57.jpg`, - Position: `down`, - Name: `Jack Jean-baptiste`, - AthleteNumber: 40427, - BeatsPerMinute: 110, - TopSpeed: 4.3, - Registered: `2017-11-09T08:50:06-02:00`, - TrackProgress: 2, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/cm.png`, - CountryName: `Cameroon`, - FirstPlaces: 1, - SecondPlaces: 3, - ThirdPlaces: 3, - RegistrationDate: `2017-11-09T06:50:06.000Z`, - Birthday: `1976-04-06T22:00:00.000Z`, - Sponsor: `Chatterpoint`, - Agent: `Georges Piperley`, - AgentContact: `gpiperleyz@github.com`, - AgentPhone: `+1-702-587-9964` - }), - new AthletesDataExtendedItem( - { - Id: 122, - Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/women/71.jpg`, - Position: `down`, - Name: `Natalie Conrad`, - AthleteNumber: 42602, - BeatsPerMinute: 108, - TopSpeed: 6, - Registered: `2017-03-18T06:35:44-02:00`, - TrackProgress: 4, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/tt.png`, - CountryName: `Trinidad and Tobago`, - FirstPlaces: 2, - SecondPlaces: 1, - ThirdPlaces: 2, - RegistrationDate: `2017-03-18T04:35:44.000Z`, - Birthday: `1980-11-10T22:00:00.000Z`, - Sponsor: `Gabcube`, - Agent: `Kalila Lovegrove`, - AgentContact: `klovegrove4x@marriott.com`, - AgentPhone: `+1-202-705-1859` - }), - new AthletesDataExtendedItem( - { - Id: 123, - Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/men/31.jpg`, - Position: `current`, - Name: `Eeli Makinen`, - AthleteNumber: 45296, - BeatsPerMinute: 106, - TopSpeed: 5.2, - Registered: `2017-01-06T09:58:02-02:00`, - TrackProgress: 2, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/fi.png`, - CountryName: `Finland`, - FirstPlaces: 2, - SecondPlaces: 1, - ThirdPlaces: 1, - RegistrationDate: `2017-01-06T07:58:02.000Z`, - Birthday: `1972-08-04T22:00:00.000Z`, - Sponsor: `Skinix`, - Agent: `Wilfred Sibbit`, - AgentContact: `wsibbit1r@guardian.co.uk`, - AgentPhone: `+1-609-454-3582` - }), - new AthletesDataExtendedItem( - { - Id: 123, - Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/women/12.jpg`, - Position: `up`, - Name: `آنیتا كامياران`, - AthleteNumber: 18980, - BeatsPerMinute: 90, - TopSpeed: 4.5, - Registered: `2017-07-21T06:42:59-03:00`, - TrackProgress: 4, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/lb.png`, - CountryName: `Lebanon`, - FirstPlaces: 1, - SecondPlaces: 1, - ThirdPlaces: 1, - RegistrationDate: `2017-07-21T03:42:59.000Z`, - Birthday: `1997-04-09T21:00:00.000Z`, - Sponsor: `Zoomzone`, - Agent: `Leanora Ashment`, - AgentContact: `lashment2s@indiatimes.com`, - AgentPhone: `+1-512-208-1070` - }), - new AthletesDataExtendedItem( - { - Id: 123, - Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/women/19.jpg`, - Position: `down`, - Name: `Flora Perez`, - AthleteNumber: 23907, - BeatsPerMinute: 102, - TopSpeed: 5.8, - Registered: `2017-04-12T04:16:56-03:00`, - TrackProgress: 3, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/pl.png`, - CountryName: `Poland`, - FirstPlaces: 0, - SecondPlaces: 3, - ThirdPlaces: 2, - RegistrationDate: `2017-04-12T01:16:56.000Z`, - Birthday: `1988-01-03T22:00:00.000Z`, - Sponsor: `Bubblebox`, - Agent: `Carolyne Flewitt`, - AgentContact: `cflewitt3z@tripod.com`, - AgentPhone: `+1-402-318-6486` - }), - new AthletesDataExtendedItem( - { - Id: 124, - Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/women/19.jpg`, - Position: `current`, - Name: `Marie Poulsen`, - AthleteNumber: 44113, - BeatsPerMinute: 109, - TopSpeed: 4.7, - Registered: `2017-04-15T10:25:21-03:00`, - TrackProgress: 2, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ma.png`, - CountryName: `Morocco`, - FirstPlaces: 1, - SecondPlaces: 0, - ThirdPlaces: 3, - RegistrationDate: `2017-04-15T07:25:21.000Z`, - Birthday: `2000-01-03T22:00:00.000Z`, - Sponsor: `Wikizz`, - Agent: `Johanna Robrow`, - AgentContact: `jrobrow3e@accuweather.com`, - AgentPhone: `+1-989-403-7013` - }), - new AthletesDataExtendedItem( - { - Id: 124, - Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/men/98.jpg`, - Position: `down`, - Name: `Mathieu Mathieu`, - AthleteNumber: 10555, - BeatsPerMinute: 101, - TopSpeed: 5.2, - Registered: `2017-01-05T07:28:11-02:00`, - TrackProgress: 4, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/uz.png`, - CountryName: `Uzbekistan`, - FirstPlaces: 2, - SecondPlaces: 2, - ThirdPlaces: 1, - RegistrationDate: `2017-01-05T05:28:11.000Z`, - Birthday: `2002-09-25T21:00:00.000Z`, - Sponsor: `Edgewire`, - Agent: `Hoyt Kindred`, - AgentContact: `hkindred57@1688.com`, - AgentPhone: `+1-361-717-3582` - }), - new AthletesDataExtendedItem( - { - Id: 125, - Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/women/16.jpg`, - Position: `current`, - Name: `Altiva Alves`, - AthleteNumber: 31850, - BeatsPerMinute: 106, - TopSpeed: 5.1, - Registered: `2017-11-09T02:43:54-02:00`, - TrackProgress: 3, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/km.png`, - CountryName: `Comoros`, - FirstPlaces: 2, - SecondPlaces: 0, - ThirdPlaces: 1, - RegistrationDate: `2017-11-09T00:43:54.000Z`, - Birthday: `1988-08-24T21:00:00.000Z`, - Sponsor: `Latz`, - Agent: `Simon O'Mannion`, - AgentContact: `somannion17@constantcontact.com`, - AgentPhone: `+1-815-580-5623` - }), - new AthletesDataExtendedItem( - { - Id: 127, - Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/men/52.jpg`, - Position: `down`, - Name: `Gerardo Soto`, - AthleteNumber: 22958, - BeatsPerMinute: 90, - TopSpeed: 5, - Registered: `2017-06-04T12:52:03-03:00`, - TrackProgress: 4, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/co.png`, - CountryName: `Colombia`, - FirstPlaces: 1, - SecondPlaces: 2, - ThirdPlaces: 4, - RegistrationDate: `2017-06-04T09:52:03.000Z`, - Birthday: `1974-11-23T22:00:00.000Z`, - Sponsor: `Youspan`, - Agent: `Wilma Bulford`, - AgentContact: `wbulford16@squidoo.com`, - AgentPhone: `+1-610-214-1806` - }), - new AthletesDataExtendedItem( - { - Id: 128, - Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/women/52.jpg`, - Position: `up`, - Name: `Sophie Lewis`, - AthleteNumber: 46222, - BeatsPerMinute: 106, - TopSpeed: 4.4, - Registered: `2017-02-20T09:42:07-02:00`, - TrackProgress: 4, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/mc.png`, - CountryName: `Monaco`, - FirstPlaces: 1, - SecondPlaces: 1, - ThirdPlaces: 1, - RegistrationDate: `2017-02-20T07:42:07.000Z`, - Birthday: `1985-11-28T22:00:00.000Z`, - Sponsor: `Dablist`, - Agent: `Gray Dinse`, - AgentContact: `gdinse3c@abc.net.au`, - AgentPhone: `+1-904-798-6308` - }), - new AthletesDataExtendedItem( - { - Id: 129, - Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/women/34.jpg`, - Position: `up`, - Name: `Ella Hansen`, - AthleteNumber: 27075, - BeatsPerMinute: 101, - TopSpeed: 5.1, - Registered: `2017-01-05T10:12:42-02:00`, - TrackProgress: 3, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/lk.png`, - CountryName: `Sri Lanka`, - FirstPlaces: 0, - SecondPlaces: 2, - ThirdPlaces: 0, - RegistrationDate: `2017-01-05T08:12:42.000Z`, - Birthday: `2003-02-03T22:00:00.000Z`, - Sponsor: `Skyvu`, - Agent: `Leyla Gomersal`, - AgentContact: `lgomersal4k@ftc.gov`, - AgentPhone: `+1-607-858-0288` - }), - new AthletesDataExtendedItem( - { - Id: 130, - Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/women/24.jpg`, - Position: `down`, - Name: `آوا احمدی`, - AthleteNumber: 44347, - BeatsPerMinute: 110, - TopSpeed: 4.1, - Registered: `2017-06-04T09:04:31-03:00`, - TrackProgress: 4, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/cn.png`, - CountryName: `China`, - FirstPlaces: 1, - SecondPlaces: 3, - ThirdPlaces: 4, - RegistrationDate: `2017-06-04T06:04:31.000Z`, - Birthday: `1974-09-17T22:00:00.000Z`, - Sponsor: `Twimm`, - Agent: `Mendel Saby`, - AgentContact: `msaby15@seattletimes.com`, - AgentPhone: `+1-414-978-0163` - }), - new AthletesDataExtendedItem( - { - Id: 130, - Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/men/94.jpg`, - Position: `up`, - Name: `Adem Özdoğan`, - AthleteNumber: 45143, - BeatsPerMinute: 90, - TopSpeed: 5.5, - Registered: `2017-02-16T07:11:52-02:00`, - TrackProgress: 4, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/tm.png`, - CountryName: `Turkmenistan`, - FirstPlaces: 2, - SecondPlaces: 0, - ThirdPlaces: 3, - RegistrationDate: `2017-02-16T05:11:52.000Z`, - Birthday: `1970-12-06T22:00:00.000Z`, - Sponsor: `Jayo`, - Agent: `Arabel Carthy`, - AgentContact: `acarthy50@webmd.com`, - AgentPhone: `+1-323-320-0272` - }), - new AthletesDataExtendedItem( - { - Id: 131, - Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/women/61.jpg`, - Position: `down`, - Name: `Veronika Huber`, - AthleteNumber: 18146, - BeatsPerMinute: 103, - TopSpeed: 5.2, - Registered: `2017-07-13T02:23:56-03:00`, - TrackProgress: 2, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/to.png`, - CountryName: `Tonga`, - FirstPlaces: 1, - SecondPlaces: 3, - ThirdPlaces: 2, - RegistrationDate: `2017-07-12T23:23:56.000Z`, - Birthday: `2000-05-16T21:00:00.000Z`, - Sponsor: `Skipstorm`, - Agent: `Marta Cossor`, - AgentContact: `mcossor4w@parallels.com`, - AgentPhone: `+1-573-183-1533` - }), - new AthletesDataExtendedItem( - { - Id: 131, - Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/women/61.jpg`, - Position: `current`, - Name: `Eliza Bishop`, - AthleteNumber: 31774, - BeatsPerMinute: 96, - TopSpeed: 4.7, - Registered: `2017-09-22T11:49:02-03:00`, - TrackProgress: 4, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/eh.png`, - CountryName: `Western Sahara`, - FirstPlaces: 0, - SecondPlaces: 1, - ThirdPlaces: 4, - RegistrationDate: `2017-09-22T08:49:02.000Z`, - Birthday: `1988-02-09T22:00:00.000Z`, - Sponsor: `Photojam`, - Agent: `Bridie Shortt`, - AgentContact: `bshortt5a@ihg.com`, - AgentPhone: `+1-202-577-9318` - }), - new AthletesDataExtendedItem( - { - Id: 134, - Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/women/66.jpg`, - Position: `down`, - Name: `Anni Waisanen`, - AthleteNumber: 32133, - BeatsPerMinute: 99, - TopSpeed: 5, - Registered: `2017-08-17T01:35:09-03:00`, - TrackProgress: 2, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/do.png`, - CountryName: `Dominican Republic`, - FirstPlaces: 1, - SecondPlaces: 3, - ThirdPlaces: 2, - RegistrationDate: `2017-08-16T22:35:09.000Z`, - Birthday: `1997-07-05T21:00:00.000Z`, - Sponsor: `Meembee`, - Agent: `Christiana Louder`, - AgentContact: `clouder1i@buzzfeed.com`, - AgentPhone: `+1-331-773-4799` - }), - new AthletesDataExtendedItem( - { - Id: 135, - Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/men/84.jpg`, - Position: `down`, - Name: `Darryl Douglas`, - AthleteNumber: 35826, - BeatsPerMinute: 96, - TopSpeed: 4.6, - Registered: `2017-07-20T11:45:52-03:00`, - TrackProgress: 2, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/tr.png`, - CountryName: `Turkey`, - FirstPlaces: 1, - SecondPlaces: 1, - ThirdPlaces: 1, - RegistrationDate: `2017-07-20T08:45:52.000Z`, - Birthday: `2001-09-16T21:00:00.000Z`, - Sponsor: `Miboo`, - Agent: `Webster Springate`, - AgentContact: `wspringate4z@fotki.com`, - AgentPhone: `+1-785-116-5056` - }), - new AthletesDataExtendedItem( - { - Id: 136, - Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/women/10.jpg`, - Position: `down`, - Name: `Elaine Matthews`, - AthleteNumber: 38574, - BeatsPerMinute: 110, - TopSpeed: 5.5, - Registered: `2017-01-26T11:50:00-02:00`, - TrackProgress: 3, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/cv.png`, - CountryName: `Cape Verde`, - FirstPlaces: 2, - SecondPlaces: 1, - ThirdPlaces: 2, - RegistrationDate: `2017-01-26T09:50:00.000Z`, - Birthday: `1996-07-02T21:00:00.000Z`, - Sponsor: `Skidoo`, - Agent: `Don Jirieck`, - AgentContact: `djirieck11@google.co.jp`, - AgentPhone: `+1-212-710-1454` - }), - new AthletesDataExtendedItem( - { - Id: 137, - Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/men/80.jpg`, - Position: `down`, - Name: `Lance Dunn`, - AthleteNumber: 10113, - BeatsPerMinute: 94, - TopSpeed: 4.5, - Registered: `2017-03-13T10:51:36-02:00`, - TrackProgress: 2, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/cy.png`, - CountryName: `Cyprus`, - FirstPlaces: 0, - SecondPlaces: 1, - ThirdPlaces: 0, - RegistrationDate: `2017-03-13T08:51:36.000Z`, - Birthday: `1993-07-13T21:00:00.000Z`, - Sponsor: `Roombo`, - Agent: `Denis Guly`, - AgentContact: `dguly1d@lulu.com`, - AgentPhone: `+1-707-461-1987` - }), - new AthletesDataExtendedItem( - { - Id: 137, - Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/women/75.jpg`, - Position: `up`, - Name: `Gloria Caballero`, - AthleteNumber: 43379, - BeatsPerMinute: 103, - TopSpeed: 4.3, - Registered: `2017-08-10T08:27:45-03:00`, - TrackProgress: 2, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/il.png`, - CountryName: `Israel`, - FirstPlaces: 1, - SecondPlaces: 3, - ThirdPlaces: 4, - RegistrationDate: `2017-08-10T05:27:45.000Z`, - Birthday: `1975-08-29T22:00:00.000Z`, - Sponsor: `Oyoloo`, - Agent: `Claudina Davey`, - AgentContact: `cdavey2e@businessweek.com`, - AgentPhone: `+1-818-505-3284` - }), - new AthletesDataExtendedItem( - { - Id: 138, - Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/men/38.jpg`, - Position: `current`, - Name: `Derrick Price`, - AthleteNumber: 19792, - BeatsPerMinute: 94, - TopSpeed: 5.6, - Registered: `2017-03-19T01:10:55-02:00`, - TrackProgress: 2, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ar.png`, - CountryName: `Argentina`, - FirstPlaces: 0, - SecondPlaces: 0, - ThirdPlaces: 2, - RegistrationDate: `2017-03-18T23:10:55.000Z`, - Birthday: `1987-08-14T21:00:00.000Z`, - Sponsor: `Tazzy`, - Agent: `Hasheem Dowzell`, - AgentContact: `hdowzell6@cnn.com`, - AgentPhone: `+1-503-326-8537` - }), - new AthletesDataExtendedItem( - { - Id: 138, - Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/men/78.jpg`, - Position: `current`, - Name: `Oscar Calvo`, - AthleteNumber: 45078, - BeatsPerMinute: 109, - TopSpeed: 4.3, - Registered: `2017-06-19T10:57:42-03:00`, - TrackProgress: 4, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/cu.png`, - CountryName: `Cuba`, - FirstPlaces: 2, - SecondPlaces: 1, - ThirdPlaces: 4, - RegistrationDate: `2017-06-19T07:57:42.000Z`, - Birthday: `1974-06-07T22:00:00.000Z`, - Sponsor: `Tanoodle`, - Agent: `Madelle Ettels`, - AgentContact: `mettels1c@ucsd.edu`, - AgentPhone: `+1-562-279-0663` - }), - new AthletesDataExtendedItem( - { - Id: 138, - Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/men/31.jpg`, - Position: `down`, - Name: `Antoine Mackay`, - AthleteNumber: 34547, - BeatsPerMinute: 104, - TopSpeed: 5, - Registered: `2017-08-22T09:11:37-03:00`, - TrackProgress: 4, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ls.png`, - CountryName: `Lesotho`, - FirstPlaces: 0, - SecondPlaces: 0, - ThirdPlaces: 0, - RegistrationDate: `2017-08-22T06:11:37.000Z`, - Birthday: `1970-12-20T22:00:00.000Z`, - Sponsor: `Jaxnation`, - Agent: `Alain Paling`, - AgentContact: `apaling2t@desdev.cn`, - AgentPhone: `+1-253-727-2019` - }), - new AthletesDataExtendedItem( - { - Id: 139, - Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/women/28.jpg`, - Position: `current`, - Name: `Annabell Barth`, - AthleteNumber: 41130, - BeatsPerMinute: 103, - TopSpeed: 5, - Registered: `2017-08-24T11:58:56-03:00`, - TrackProgress: 2, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ht.png`, - CountryName: `Haiti`, - FirstPlaces: 1, - SecondPlaces: 0, - ThirdPlaces: 3, - RegistrationDate: `2017-08-24T08:58:56.000Z`, - Birthday: `1995-07-12T21:00:00.000Z`, - Sponsor: `Kaymbo`, - Agent: `Cookie Leale`, - AgentContact: `cleale24@salon.com`, - AgentPhone: `+1-202-748-0506` - }), - new AthletesDataExtendedItem( - { - Id: 141, - Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/men/15.jpg`, - Position: `current`, - Name: `Miro Korpela`, - AthleteNumber: 40544, - BeatsPerMinute: 104, - TopSpeed: 5.3, - Registered: `2017-01-10T07:12:44-02:00`, - TrackProgress: 4, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/nl.png`, - CountryName: `Netherlands`, - FirstPlaces: 1, - SecondPlaces: 2, - ThirdPlaces: 3, - RegistrationDate: `2017-01-10T05:12:44.000Z`, - Birthday: `1975-10-15T22:00:00.000Z`, - Sponsor: `Yata`, - Agent: `Michelle Fehners`, - AgentContact: `mfehners3k@hubpages.com`, - AgentPhone: `+1-248-569-7729` - }), - new AthletesDataExtendedItem( - { - Id: 142, - Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/women/63.jpg`, - Position: `current`, - Name: `Nicoline Thomsen`, - AthleteNumber: 36778, - BeatsPerMinute: 99, - TopSpeed: 5.5, - Registered: `2017-03-26T10:04:29-03:00`, - TrackProgress: 3, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/bj.png`, - CountryName: `Benin`, - FirstPlaces: 2, - SecondPlaces: 2, - ThirdPlaces: 4, - RegistrationDate: `2017-03-26T07:04:29.000Z`, - Birthday: `1974-10-17T22:00:00.000Z`, - Sponsor: `Livepath`, - Agent: `Porter Roget`, - AgentContact: `progetp@dot.gov`, - AgentPhone: `+1-702-139-7230` - }), - new AthletesDataExtendedItem( - { - Id: 143, - Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/men/38.jpg`, - Position: `up`, - Name: `رضا کوتی`, - AthleteNumber: 13640, - BeatsPerMinute: 103, - TopSpeed: 4.2, - Registered: `2017-04-30T02:34:29-03:00`, - TrackProgress: 2, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/pk.png`, - CountryName: `Pakistan`, - FirstPlaces: 1, - SecondPlaces: 0, - ThirdPlaces: 2, - RegistrationDate: `2017-04-29T23:34:29.000Z`, - Birthday: `1996-03-16T22:00:00.000Z`, - Sponsor: `Twinte`, - Agent: `Kati Kivelhan`, - AgentContact: `kkivelhan3s@yahoo.co.jp`, - AgentPhone: `+1-970-563-1294` - }), - new AthletesDataExtendedItem( - { - Id: 144, - Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/women/57.jpg`, - Position: `down`, - Name: `Milja Leino`, - AthleteNumber: 33563, - BeatsPerMinute: 110, - TopSpeed: 4.1, - Registered: `2017-11-01T10:34:07-02:00`, - TrackProgress: 3, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/bf.png`, - CountryName: `Burkina Faso`, - FirstPlaces: 1, - SecondPlaces: 3, - ThirdPlaces: 3, - RegistrationDate: `2017-11-01T08:34:07.000Z`, - Birthday: `1982-12-22T22:00:00.000Z`, - Sponsor: `Vinte`, - Agent: `Etan Oscroft`, - AgentContact: `eoscroftw@bbb.org`, - AgentPhone: `+1-812-782-8424` - }), - new AthletesDataExtendedItem( - { - Id: 147, - Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/men/8.jpg`, - Position: `down`, - Name: `میلاد یاسمی`, - AthleteNumber: 44023, - BeatsPerMinute: 104, - TopSpeed: 5.2, - Registered: `2017-06-10T04:11:01-03:00`, - TrackProgress: 3, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/tg.png`, - CountryName: `Togo`, - FirstPlaces: 1, - SecondPlaces: 1, - ThirdPlaces: 1, - RegistrationDate: `2017-06-10T01:11:01.000Z`, - Birthday: `1975-08-28T22:00:00.000Z`, - Sponsor: `Jabbercube`, - Agent: `Isidoro Mowsdale`, - AgentContact: `imowsdale4v@alexa.com`, - AgentPhone: `+1-612-787-8688` - }), - new AthletesDataExtendedItem( - { - Id: 150, - Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/men/52.jpg`, - Position: `up`, - Name: `Gustav Petersen`, - AthleteNumber: 20984, - BeatsPerMinute: 107, - TopSpeed: 4.6, - Registered: `2017-01-01T07:40:19-02:00`, - TrackProgress: 2, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/bz.png`, - CountryName: `Belize`, - FirstPlaces: 1, - SecondPlaces: 2, - ThirdPlaces: 1, - RegistrationDate: `2017-01-01T05:40:19.000Z`, - Birthday: `2002-09-10T21:00:00.000Z`, - Sponsor: `Dynabox`, - Agent: `Reg Heed`, - AgentContact: `rheedo@washingtonpost.com`, - AgentPhone: `+1-718-629-6316` - }), - new AthletesDataExtendedItem( - { - Id: 151, - Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/women/88.jpg`, - Position: `current`, - Name: `Charlotte Mills`, - AthleteNumber: 49829, - BeatsPerMinute: 92, - TopSpeed: 5.3, - Registered: `2017-05-10T04:33:10-03:00`, - TrackProgress: 3, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/mg.png`, - CountryName: `Madagascar`, - FirstPlaces: 1, - SecondPlaces: 1, - ThirdPlaces: 4, - RegistrationDate: `2017-05-10T01:33:10.000Z`, - Birthday: `1980-11-01T22:00:00.000Z`, - Sponsor: `Quaxo`, - Agent: `Ceciley Swatten`, - AgentContact: `cswatten30@hao123.com`, - AgentPhone: `+1-318-196-1473` - }), - new AthletesDataExtendedItem( - { - Id: 154, - Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/women/54.jpg`, - Position: `down`, - Name: `Rhonda Simmmons`, - AthleteNumber: 37139, - BeatsPerMinute: 96, - TopSpeed: 5.1, - Registered: `2017-07-03T05:39:45-03:00`, - TrackProgress: 3, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/nr.png`, - CountryName: `Nauru`, - FirstPlaces: 2, - SecondPlaces: 2, - ThirdPlaces: 3, - RegistrationDate: `2017-07-03T02:39:45.000Z`, - Birthday: `2002-08-18T21:00:00.000Z`, - Sponsor: `Aibox`, - Agent: `Rudolf Nealy`, - AgentContact: `rnealy3i@upenn.edu`, - AgentPhone: `+1-520-799-5392` - }), - new AthletesDataExtendedItem( - { - Id: 155, - Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/men/82.jpg`, - Position: `up`, - Name: `Justin Philippe`, - AthleteNumber: 12858, - BeatsPerMinute: 104, - TopSpeed: 5.7, - Registered: `2017-03-16T02:00:35-02:00`, - TrackProgress: 2, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/mv.png`, - CountryName: `Maldives`, - FirstPlaces: 2, - SecondPlaces: 1, - ThirdPlaces: 3, - RegistrationDate: `2017-03-16T00:00:35.000Z`, - Birthday: `1988-12-12T22:00:00.000Z`, - Sponsor: `Roomm`, - Agent: `Dodie Zoephel`, - AgentContact: `dzoephel33@fc2.com`, - AgentPhone: `+1-404-901-7264` - }), - new AthletesDataExtendedItem( - { - Id: 159, - Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/women/66.jpg`, - Position: `up`, - Name: `Eva Dean`, - AthleteNumber: 48874, - BeatsPerMinute: 103, - TopSpeed: 5.7, - Registered: `2017-03-04T01:58:52-02:00`, - TrackProgress: 2, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/st.png`, - CountryName: `Sao Tome and Principe`, - FirstPlaces: 0, - SecondPlaces: 1, - ThirdPlaces: 0, - RegistrationDate: `2017-03-03T23:58:52.000Z`, - Birthday: `1978-06-05T22:00:00.000Z`, - Sponsor: `Vipe`, - Agent: `Sella Catherick`, - AgentContact: `scatherick49@behance.net`, - AgentPhone: `+1-917-106-1204` - }), - new AthletesDataExtendedItem( - { - Id: 161, - Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/men/38.jpg`, - Position: `current`, - Name: `Alex Martin`, - AthleteNumber: 27887, - BeatsPerMinute: 96, - TopSpeed: 4.2, - Registered: `2017-10-28T04:06:33-03:00`, - TrackProgress: 4, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/eg.png`, - CountryName: `Egypt`, - FirstPlaces: 2, - SecondPlaces: 3, - ThirdPlaces: 0, - RegistrationDate: `2017-10-28T01:06:33.000Z`, - Birthday: `1997-09-03T21:00:00.000Z`, - Sponsor: `Fivechat`, - Agent: `Kaspar Beaman`, - AgentContact: `kbeaman1k@fc2.com`, - AgentPhone: `+1-912-427-7887` - }), - new AthletesDataExtendedItem( - { - Id: 161, - Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/men/89.jpg`, - Position: `up`, - Name: `Franklin Byrd`, - AthleteNumber: 49498, - BeatsPerMinute: 106, - TopSpeed: 5.3, - Registered: `2017-11-04T11:09:26-02:00`, - TrackProgress: 4, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/tw.png`, - CountryName: `Taiwan, Province of China`, - FirstPlaces: 0, - SecondPlaces: 1, - ThirdPlaces: 2, - RegistrationDate: `2017-11-04T09:09:26.000Z`, - Birthday: `1981-12-22T22:00:00.000Z`, - Sponsor: `Youbridge`, - Agent: `Fletch Starbucke`, - AgentContact: `fstarbucke4q@oakley.com`, - AgentPhone: `+1-318-269-0766` - }), - new AthletesDataExtendedItem( - { - Id: 162, - Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/men/5.jpg`, - Position: `down`, - Name: `Adam Bouchard`, - AthleteNumber: 38672, - BeatsPerMinute: 99, - TopSpeed: 4.7, - Registered: `2017-01-04T03:04:05-02:00`, - TrackProgress: 2, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/sc.png`, - CountryName: `Seychelles`, - FirstPlaces: 1, - SecondPlaces: 0, - ThirdPlaces: 4, - RegistrationDate: `2017-01-04T01:04:05.000Z`, - Birthday: `1988-09-30T22:00:00.000Z`, - Sponsor: `Brightdog`, - Agent: `Claudius Landre`, - AgentContact: `clandre4c@diigo.com`, - AgentPhone: `+1-573-793-7549` - }), - new AthletesDataExtendedItem( - { - Id: 162, - Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/women/0.jpg`, - Position: `current`, - Name: `Alex Craig`, - AthleteNumber: 21868, - BeatsPerMinute: 94, - TopSpeed: 4.2, - Registered: `2017-03-19T10:20:51-02:00`, - TrackProgress: 2, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/sy.png`, - CountryName: `Syrian Arab Republic`, - FirstPlaces: 0, - SecondPlaces: 1, - ThirdPlaces: 3, - RegistrationDate: `2017-03-19T08:20:51.000Z`, - Birthday: `1985-04-03T21:00:00.000Z`, - Sponsor: `Photojam`, - Agent: `Rodrigo Gregolotti`, - AgentContact: `rgregolotti4p@tamu.edu`, - AgentPhone: `+1-757-915-0540` - }), - new AthletesDataExtendedItem( - { - Id: 163, - Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/women/21.jpg`, - Position: `up`, - Name: `Pippa Roberts`, - AthleteNumber: 15588, - BeatsPerMinute: 105, - TopSpeed: 4.1, - Registered: `2017-02-07T10:23:13-02:00`, - TrackProgress: 4, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/kh.png`, - CountryName: `Cambodia`, - FirstPlaces: 2, - SecondPlaces: 0, - ThirdPlaces: 0, - RegistrationDate: `2017-02-07T08:23:13.000Z`, - Birthday: `1971-01-27T22:00:00.000Z`, - Sponsor: `Eabox`, - Agent: `Rivy Brearley`, - AgentContact: `rbrearleyy@e-recht24.de`, - AgentPhone: `+1-423-813-8094` - }), - new AthletesDataExtendedItem( - { - Id: 163, - Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/women/52.jpg`, - Position: `up`, - Name: `Millie Cooper`, - AthleteNumber: 14610, - BeatsPerMinute: 99, - TopSpeed: 5.4, - Registered: `2017-05-08T09:30:14-03:00`, - TrackProgress: 2, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ni.png`, - CountryName: `Nicaragua`, - FirstPlaces: 1, - SecondPlaces: 1, - ThirdPlaces: 4, - RegistrationDate: `2017-05-08T06:30:14.000Z`, - Birthday: `1984-07-16T21:00:00.000Z`, - Sponsor: `Ntag`, - Agent: `Darrel Dever`, - AgentContact: `ddever3m@netscape.com`, - AgentPhone: `+1-614-913-6448` - }), - new AthletesDataExtendedItem( - { - Id: 163, - Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/men/70.jpg`, - Position: `down`, - Name: `میلاد قاسمی`, - AthleteNumber: 12788, - BeatsPerMinute: 101, - TopSpeed: 4.1, - Registered: `2017-03-01T07:51:17-02:00`, - TrackProgress: 2, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ws.png`, - CountryName: `Samoa`, - FirstPlaces: 1, - SecondPlaces: 1, - ThirdPlaces: 2, - RegistrationDate: `2017-03-01T05:51:17.000Z`, - Birthday: `1973-07-02T22:00:00.000Z`, - Sponsor: `Realfire`, - Agent: `Grover McPaike`, - AgentContact: `gmcpaike47@tuttocitta.it`, - AgentPhone: `+1-803-673-3932` - }), - new AthletesDataExtendedItem( - { - Id: 164, - Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/women/51.jpg`, - Position: `current`, - Name: `Ethel Stephens`, - AthleteNumber: 18692, - BeatsPerMinute: 94, - TopSpeed: 4.1, - Registered: `2017-02-13T05:03:04-02:00`, - TrackProgress: 4, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ua.png`, - CountryName: `Ukraine`, - FirstPlaces: 0, - SecondPlaces: 2, - ThirdPlaces: 1, - RegistrationDate: `2017-02-13T03:03:04.000Z`, - Birthday: `1989-12-03T22:00:00.000Z`, - Sponsor: `Ozu`, - Agent: `Sholom Cantos`, - AgentContact: `scantos53@phoca.cz`, - AgentPhone: `+1-412-479-5864` - }), - new AthletesDataExtendedItem( - { - Id: 165, - Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/men/79.jpg`, - Position: `down`, - Name: `Mario Ellis`, - AthleteNumber: 18026, - BeatsPerMinute: 99, - TopSpeed: 5.5, - Registered: `2017-02-13T11:53:15-02:00`, - TrackProgress: 4, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ml.png`, - CountryName: `Mali`, - FirstPlaces: 1, - SecondPlaces: 2, - ThirdPlaces: 1, - RegistrationDate: `2017-02-13T09:53:15.000Z`, - Birthday: `1972-04-13T22:00:00.000Z`, - Sponsor: `Blogpad`, - Agent: `Duky Toll`, - AgentContact: `dtoll34@163.com`, - AgentPhone: `+1-706-592-0164` - }), - new AthletesDataExtendedItem( - { - Id: 166, - Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/women/74.jpg`, - Position: `current`, - Name: `Maria Parra`, - AthleteNumber: 39861, - BeatsPerMinute: 106, - TopSpeed: 6, - Registered: `2017-01-30T09:22:52-02:00`, - TrackProgress: 4, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ki.png`, - CountryName: `Kiribati`, - FirstPlaces: 1, - SecondPlaces: 3, - ThirdPlaces: 0, - RegistrationDate: `2017-01-30T07:22:52.000Z`, - Birthday: `1981-02-06T22:00:00.000Z`, - Sponsor: `Flipbug`, - Agent: `Lela Cosh`, - AgentContact: `lcosh2l@buzzfeed.com`, - AgentPhone: `+1-936-249-2059` - }), - new AthletesDataExtendedItem( - { - Id: 167, - Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/men/81.jpg`, - Position: `down`, - Name: `Milo Charles`, - AthleteNumber: 10661, - BeatsPerMinute: 99, - TopSpeed: 5.4, - Registered: `2017-07-20T09:00:22-03:00`, - TrackProgress: 3, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/is.png`, - CountryName: `Iceland`, - FirstPlaces: 1, - SecondPlaces: 0, - ThirdPlaces: 1, - RegistrationDate: `2017-07-20T06:00:22.000Z`, - Birthday: `1978-07-05T22:00:00.000Z`, - Sponsor: `Eamia`, - Agent: `Elvina Weall`, - AgentContact: `eweall28@usda.gov`, - AgentPhone: `+1-512-582-5067` - }), - new AthletesDataExtendedItem( - { - Id: 167, - Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/men/19.jpg`, - Position: `down`, - Name: `Louis Smith`, - AthleteNumber: 31837, - BeatsPerMinute: 98, - TopSpeed: 5.4, - Registered: `2017-03-19T08:12:23-02:00`, - TrackProgress: 2, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/lr.png`, - CountryName: `Liberia`, - FirstPlaces: 2, - SecondPlaces: 2, - ThirdPlaces: 3, - RegistrationDate: `2017-03-19T06:12:23.000Z`, - Birthday: `1975-05-27T22:00:00.000Z`, - Sponsor: `Topicblab`, - Agent: `Doll Broad`, - AgentContact: `dbroad2u@yale.edu`, - AgentPhone: `+1-210-494-3531` - }), - new AthletesDataExtendedItem( - { - Id: 167, - Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/women/32.jpg`, - Position: `current`, - Name: `Esma Adıvar`, - AthleteNumber: 35565, - BeatsPerMinute: 99, - TopSpeed: 4.2, - Registered: `2017-06-17T12:34:29-03:00`, - TrackProgress: 5, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ph.png`, - CountryName: `Philippines`, - FirstPlaces: 2, - SecondPlaces: 0, - ThirdPlaces: 0, - RegistrationDate: `2017-06-17T09:34:29.000Z`, - Birthday: `1995-07-28T21:00:00.000Z`, - Sponsor: `Voomm`, - Agent: `Bobbie Sandes`, - AgentContact: `bsandes3y@hibu.com`, - AgentPhone: `+1-202-134-4380` - }), - new AthletesDataExtendedItem( - { - Id: 167, - Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/women/62.jpg`, - Position: `current`, - Name: `Pippa Morris`, - AthleteNumber: 44421, - BeatsPerMinute: 101, - TopSpeed: 5.5, - Registered: `2017-03-06T09:21:58-02:00`, - TrackProgress: 2, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/tj.png`, - CountryName: `Tajikistan`, - FirstPlaces: 1, - SecondPlaces: 2, - ThirdPlaces: 0, - RegistrationDate: `2017-03-06T07:21:58.000Z`, - Birthday: `1992-07-13T21:00:00.000Z`, - Sponsor: `Vinte`, - Agent: `Ashley Rottgers`, - AgentContact: `arottgers4r@psu.edu`, - AgentPhone: `+1-253-912-5996` - }), - new AthletesDataExtendedItem( - { - Id: 167, - Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/men/67.jpg`, - Position: `down`, - Name: `Aatu Ranta`, - AthleteNumber: 38049, - BeatsPerMinute: 94, - TopSpeed: 5.1, - Registered: `2017-07-21T04:22:18-03:00`, - TrackProgress: 4, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ae.png`, - CountryName: `United Arab Emirates`, - FirstPlaces: 2, - SecondPlaces: 0, - ThirdPlaces: 4, - RegistrationDate: `2017-07-21T01:22:18.000Z`, - Birthday: `1990-07-27T21:00:00.000Z`, - Sponsor: `Skyndu`, - Agent: `Elita Oller`, - AgentContact: `eoller54@macromedia.com`, - AgentPhone: `+1-330-539-5710` - }), - new AthletesDataExtendedItem( - { - Id: 168, - Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/men/10.jpg`, - Position: `current`, - Name: `Calvin Hunt`, - AthleteNumber: 35535, - BeatsPerMinute: 94, - TopSpeed: 4.5, - Registered: `2017-11-07T09:58:42-02:00`, - TrackProgress: 4, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/at.png`, - CountryName: `Austria`, - FirstPlaces: 1, - SecondPlaces: 3, - ThirdPlaces: 3, - RegistrationDate: `2017-11-07T07:58:42.000Z`, - Birthday: `1984-09-11T21:00:00.000Z`, - Sponsor: `Thoughtbridge`, - Agent: `Morna Melville`, - AgentContact: `mmelvilleg@weebly.com`, - AgentPhone: `+1-414-266-7543` - }), - new AthletesDataExtendedItem( - { - Id: 169, - Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/men/21.jpg`, - Position: `down`, - Name: `Julian Barth`, - AthleteNumber: 19011, - BeatsPerMinute: 91, - TopSpeed: 5.2, - Registered: `2017-04-21T08:08:33-03:00`, - TrackProgress: 4, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/gd.png`, - CountryName: `Grenada`, - FirstPlaces: 1, - SecondPlaces: 2, - ThirdPlaces: 1, - RegistrationDate: `2017-04-21T05:08:33.000Z`, - Birthday: `1970-08-25T22:00:00.000Z`, - Sponsor: `Twinder`, - Agent: `Bard Shivlin`, - AgentContact: `bshivlin1z@ebay.co.uk`, - AgentPhone: `+1-850-435-5596` - }), - new AthletesDataExtendedItem( - { - Id: 169, - Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/men/44.jpg`, - Position: `up`, - Name: `Aziz Santos`, - AthleteNumber: 38947, - BeatsPerMinute: 98, - TopSpeed: 4, - Registered: `2017-04-03T02:18:46-03:00`, - TrackProgress: 4, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/gb.png`, - CountryName: `United Kingdom`, - FirstPlaces: 1, - SecondPlaces: 1, - ThirdPlaces: 2, - RegistrationDate: `2017-04-02T23:18:46.000Z`, - Birthday: `1978-11-03T22:00:00.000Z`, - Sponsor: `Devbug`, - Agent: `Elnora Standrin`, - AgentContact: `estandrin55@time.com`, - AgentPhone: `+1-714-311-7133` - }), - new AthletesDataExtendedItem( - { - Id: 170, - Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/men/60.jpg`, - Position: `up`, - Name: `Fernando Gimenez`, - AthleteNumber: 31290, - BeatsPerMinute: 102, - TopSpeed: 5.1, - Registered: `2017-06-21T06:45:54-03:00`, - TrackProgress: 3, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/uz.png`, - CountryName: `Uruguay`, - FirstPlaces: 2, - SecondPlaces: 0, - ThirdPlaces: 4, - RegistrationDate: `2017-06-21T03:45:54.000Z`, - Birthday: `1985-07-26T21:00:00.000Z`, - Sponsor: `Kamba`, - Agent: `Randolf Coonihan`, - AgentContact: `rcoonihan56@wordpress.com`, - AgentPhone: `+1-617-259-1371` - }), - new AthletesDataExtendedItem( - { - Id: 173, - Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/women/18.jpg`, - Position: `current`, - Name: `Hassana Camp`, - AthleteNumber: 14467, - BeatsPerMinute: 104, - TopSpeed: 5.2, - Registered: `2017-06-02T12:21:59-03:00`, - TrackProgress: 3, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/cz.png`, - CountryName: `Czechia`, - FirstPlaces: 1, - SecondPlaces: 2, - ThirdPlaces: 0, - RegistrationDate: `2017-06-02T09:21:59.000Z`, - Birthday: `1983-05-17T21:00:00.000Z`, - Sponsor: `Trudeo`, - Agent: `Saxe Trythall`, - AgentContact: `strythall1e@flavors.me`, - AgentPhone: `+1-561-829-0731` - }), - new AthletesDataExtendedItem( - { - Id: 174, - Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/women/29.jpg`, - Position: `current`, - Name: `Beatriz Gallardo`, - AthleteNumber: 38538, - BeatsPerMinute: 101, - TopSpeed: 6, - Registered: `2017-11-06T02:14:31-02:00`, - TrackProgress: 2, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/er.png`, - CountryName: `Eritrea`, - FirstPlaces: 1, - SecondPlaces: 0, - ThirdPlaces: 1, - RegistrationDate: `2017-11-06T00:14:31.000Z`, - Birthday: `1970-06-17T22:00:00.000Z`, - Sponsor: `Bubblebox`, - Agent: `Buddy Bletso`, - AgentContact: `bbletso1n@apache.org`, - AgentPhone: `+1-650-832-8650` - }), - new AthletesDataExtendedItem( - { - Id: 176, - Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/men/35.jpg`, - Position: `down`, - Name: `Laudelino Castro`, - AthleteNumber: 12711, - BeatsPerMinute: 106, - TopSpeed: 4.4, - Registered: `2017-02-08T04:03:22-02:00`, - TrackProgress: 2, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/hr.png`, - CountryName: `Croatia`, - FirstPlaces: 1, - SecondPlaces: 0, - ThirdPlaces: 0, - RegistrationDate: `2017-02-08T02:03:22.000Z`, - Birthday: `1979-04-12T21:00:00.000Z`, - Sponsor: `Tambee`, - Agent: `Amalia Pentercost`, - AgentContact: `apentercost1b@redcross.org`, - AgentPhone: `+1-561-194-3284` - }), - new AthletesDataExtendedItem( - { - Id: 176, - Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/men/26.jpg`, - Position: `current`, - Name: `Tim Neal`, - AthleteNumber: 45860, - BeatsPerMinute: 97, - TopSpeed: 5.6, - Registered: `2017-04-21T04:06:34-03:00`, - TrackProgress: 3, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/pa.png`, - CountryName: `Panama`, - FirstPlaces: 1, - SecondPlaces: 0, - ThirdPlaces: 0, - RegistrationDate: `2017-04-21T01:06:34.000Z`, - Birthday: `1991-10-01T22:00:00.000Z`, - Sponsor: `Oyoyo`, - Agent: `Hadlee Darby`, - AgentContact: `hdarby3u@goo.gl`, - AgentPhone: `+1-661-406-2261` - }), - new AthletesDataExtendedItem( - { - Id: 178, - Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/women/65.jpg`, - Position: `down`, - Name: `Lillian Wade`, - AthleteNumber: 10729, - BeatsPerMinute: 110, - TopSpeed: 4.8, - Registered: `2017-04-07T09:53:13-03:00`, - TrackProgress: 4, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/sb.png`, - CountryName: `Solomon Islands`, - FirstPlaces: 1, - SecondPlaces: 1, - ThirdPlaces: 3, - RegistrationDate: `2017-04-07T06:53:13.000Z`, - Birthday: `1976-09-05T22:00:00.000Z`, - Sponsor: `Skyvu`, - Agent: `Simon Smewin`, - AgentContact: `ssmewin4g@myspace.com`, - AgentPhone: `+1-425-222-3566` - }), - new AthletesDataExtendedItem( - { - Id: 180, - Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/women/90.jpg`, - Position: `up`, - Name: `Lillian Bowman`, - AthleteNumber: 35323, - BeatsPerMinute: 103, - TopSpeed: 4.5, - Registered: `2017-08-31T11:55:25-03:00`, - TrackProgress: 2, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/gy.png`, - CountryName: `Guyana`, - FirstPlaces: 2, - SecondPlaces: 2, - ThirdPlaces: 2, - RegistrationDate: `2017-08-31T08:55:25.000Z`, - Birthday: `1999-08-21T21:00:00.000Z`, - Sponsor: `Brightbean`, - Agent: `Gabbey Lillee`, - AgentContact: `glillee23@tiny.cc`, - AgentPhone: `+1-503-450-6669` - }), - new AthletesDataExtendedItem( - { - Id: 182, - Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/men/94.jpg`, - Position: `current`, - Name: `Gerald Schmidt`, - AthleteNumber: 47410, - BeatsPerMinute: 102, - TopSpeed: 5.8, - Registered: `2017-02-20T11:53:08-02:00`, - TrackProgress: 2, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ge.png`, - CountryName: `Georgia`, - FirstPlaces: 1, - SecondPlaces: 0, - ThirdPlaces: 4, - RegistrationDate: `2017-02-20T09:53:08.000Z`, - Birthday: `1973-09-07T22:00:00.000Z`, - Sponsor: `Bubbletube`, - Agent: `Melisent Arlett`, - AgentContact: `marlett1v@ebay.co.uk`, - AgentPhone: `+1-408-346-0228` - }), - new AthletesDataExtendedItem( - { - Id: 182, - Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/women/14.jpg`, - Position: `up`, - Name: `Ariena Achterberg`, - AthleteNumber: 41330, - BeatsPerMinute: 92, - TopSpeed: 5.6, - Registered: `2017-10-22T02:15:39-03:00`, - TrackProgress: 2, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/kr.png`, - CountryName: `South Korea`, - FirstPlaces: 0, - SecondPlaces: 0, - ThirdPlaces: 3, - RegistrationDate: `2017-10-21T23:15:39.000Z`, - Birthday: `1978-06-01T22:00:00.000Z`, - Sponsor: `Quamba`, - Agent: `Gran Canepe`, - AgentContact: `gcanepe2n@smh.com.au`, - AgentPhone: `+1-210-528-5323` - }), - new AthletesDataExtendedItem( - { - Id: 183, - Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/women/53.jpg`, - Position: `up`, - Name: `رونیکا سلطانی نژاد`, - AthleteNumber: 35233, - BeatsPerMinute: 99, - TopSpeed: 4.6, - Registered: `2017-08-13T01:05:52-03:00`, - TrackProgress: 2, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/mk.png`, - CountryName: `Macedonia, The Former Yugoslav Republic of`, - FirstPlaces: 2, - SecondPlaces: 2, - ThirdPlaces: 4, - RegistrationDate: `2017-08-12T22:05:52.000Z`, - Birthday: `2002-02-28T22:00:00.000Z`, - Sponsor: `Devpulse`, - Agent: `Dee Dome`, - AgentContact: `ddome2z@issuu.com`, - AgentPhone: `+1-203-981-1729` - }), - new AthletesDataExtendedItem( - { - Id: 183, - Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/men/74.jpg`, - Position: `down`, - Name: `Yarno Kin`, - AthleteNumber: 47324, - BeatsPerMinute: 107, - TopSpeed: 5.1, - Registered: `2017-08-26T08:21:22-03:00`, - TrackProgress: 4, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ro.png`, - CountryName: `Romania`, - FirstPlaces: 0, - SecondPlaces: 1, - ThirdPlaces: 2, - RegistrationDate: `2017-08-26T05:21:22.000Z`, - Birthday: `1981-06-11T21:00:00.000Z`, - Sponsor: `Skalith`, - Agent: `Addie Cowope`, - AgentContact: `acowope41@weibo.com`, - AgentPhone: `+1-562-156-4360` - }), - new AthletesDataExtendedItem( - { - Id: 186, - Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/men/42.jpg`, - Position: `up`, - Name: `Jimmy Bailey`, - AthleteNumber: 38510, - BeatsPerMinute: 101, - TopSpeed: 4.7, - Registered: `2017-06-30T04:13:42-03:00`, - TrackProgress: 3, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/cr.png`, - CountryName: `Costa Rica`, - FirstPlaces: 2, - SecondPlaces: 0, - ThirdPlaces: 0, - RegistrationDate: `2017-06-30T01:13:42.000Z`, - Birthday: `1983-03-24T22:00:00.000Z`, - Sponsor: `Tagfeed`, - Agent: `Natasha d' Eye`, - AgentContact: `nd19@engadget.com`, - AgentPhone: `+1-904-299-7647` - }), - new AthletesDataExtendedItem( - { - Id: 186, - Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/men/2.jpg`, - Position: `up`, - Name: `کوروش کامروا`, - AthleteNumber: 13506, - BeatsPerMinute: 109, - TopSpeed: 4.4, - Registered: `2017-04-16T01:10:37-03:00`, - TrackProgress: 2, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/nu.png`, - CountryName: `Niue`, - FirstPlaces: 2, - SecondPlaces: 1, - ThirdPlaces: 1, - RegistrationDate: `2017-04-15T22:10:37.000Z`, - Birthday: `1972-11-22T22:00:00.000Z`, - Sponsor: `Quatz`, - Agent: `Amelia Breakwell`, - AgentContact: `abreakwell3p@geocities.jp`, - AgentPhone: `+1-415-650-1384` - }), - new AthletesDataExtendedItem( - { - Id: 188, - Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/women/45.jpg`, - Position: `down`, - Name: `Ceylan Duygulu`, - AthleteNumber: 21527, - BeatsPerMinute: 99, - TopSpeed: 4.9, - Registered: `2017-07-13T09:06:04-03:00`, - TrackProgress: 2, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/dm.png`, - CountryName: `Dominica`, - FirstPlaces: 0, - SecondPlaces: 3, - ThirdPlaces: 4, - RegistrationDate: `2017-07-13T06:06:04.000Z`, - Birthday: `1994-12-12T22:00:00.000Z`, - Sponsor: `Mita`, - Agent: `Reinhard Godrich`, - AgentContact: `rgodrich1h@blinklist.com`, - AgentPhone: `+1-609-255-9161` - }), - new AthletesDataExtendedItem( - { - Id: 188, - Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/men/81.jpg`, - Position: `down`, - Name: `آراد یاسمی`, - AthleteNumber: 34370, - BeatsPerMinute: 99, - TopSpeed: 5.9, - Registered: `2017-02-02T11:42:41-02:00`, - TrackProgress: 4, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/mu.png`, - CountryName: `Mauritius`, - FirstPlaces: 1, - SecondPlaces: 2, - ThirdPlaces: 2, - RegistrationDate: `2017-02-02T09:42:41.000Z`, - Birthday: `1986-06-18T21:00:00.000Z`, - Sponsor: `Tanoodle`, - Agent: `Bo Phebee`, - AgentContact: `bphebee38@sbwire.com`, - AgentPhone: `+1-719-947-0055` - }), - new AthletesDataExtendedItem( - { - Id: 188, - Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/men/3.jpg`, - Position: `current`, - Name: `Foppe Delfos`, - AthleteNumber: 39679, - BeatsPerMinute: 107, - TopSpeed: 4.1, - Registered: `2017-08-05T10:54:56-03:00`, - TrackProgress: 3, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/py.png`, - CountryName: `Paraguay`, - FirstPlaces: 1, - SecondPlaces: 3, - ThirdPlaces: 2, - RegistrationDate: `2017-08-05T07:54:56.000Z`, - Birthday: `1974-08-10T22:00:00.000Z`, - Sponsor: `Quatz`, - Agent: `Vicky Gueste`, - AgentContact: `vgueste3w@nbcnews.com`, - AgentPhone: `+1-763-723-6168` - }), - new AthletesDataExtendedItem( - { - Id: 190, - Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/women/44.jpg`, - Position: `current`, - Name: `Kiara Dubois`, - AthleteNumber: 49964, - BeatsPerMinute: 97, - TopSpeed: 5.6, - Registered: `2017-09-28T04:37:56-03:00`, - TrackProgress: 2, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/au.png`, - CountryName: `Australia`, - FirstPlaces: 2, - SecondPlaces: 1, - ThirdPlaces: 4, - RegistrationDate: `2017-09-28T01:37:56.000Z`, - Birthday: `1999-04-12T21:00:00.000Z`, - Sponsor: `Realbuzz`, - Agent: `Lorette Pendrich`, - AgentContact: `lpendrichf@discuz.net`, - AgentPhone: `+1-202-234-5835` - }), - new AthletesDataExtendedItem( - { - Id: 190, - Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/women/53.jpg`, - Position: `current`, - Name: `Gladys Van Der Steeg`, - AthleteNumber: 20216, - BeatsPerMinute: 94, - TopSpeed: 4.3, - Registered: `2017-10-09T02:01:16-03:00`, - TrackProgress: 2, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/de.png`, - CountryName: `Germany`, - FirstPlaces: 2, - SecondPlaces: 0, - ThirdPlaces: 4, - RegistrationDate: `2017-10-08T23:01:16.000Z`, - Birthday: `2000-06-25T21:00:00.000Z`, - Sponsor: `Flashpoint`, - Agent: `Gilda Fazackerley`, - AgentContact: `gfazackerley1w@exblog.jp`, - AgentPhone: `+1-315-585-2018` - }), - new AthletesDataExtendedItem( - { - Id: 190, - Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/women/2.jpg`, - Position: `current`, - Name: `Venla Korpela`, - AthleteNumber: 16454, - BeatsPerMinute: 92, - TopSpeed: 4.1, - Registered: `2017-08-22T10:36:38-03:00`, - TrackProgress: 3, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/hu.png`, - CountryName: `Hungary`, - FirstPlaces: 0, - SecondPlaces: 3, - ThirdPlaces: 3, - RegistrationDate: `2017-08-22T07:36:38.000Z`, - Birthday: `1981-02-21T22:00:00.000Z`, - Sponsor: `Feedfish`, - Agent: `Laural Bogart`, - AgentContact: `lbogart27@feedburner.com`, - AgentPhone: `+1-215-924-8996` - }), - new AthletesDataExtendedItem( - { - Id: 191, - Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/women/72.jpg`, - Position: `up`, - Name: `Clarisse Rey`, - AthleteNumber: 29795, - BeatsPerMinute: 98, - TopSpeed: 4.9, - Registered: `2017-06-09T08:07:19-03:00`, - TrackProgress: 4, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ba.png`, - CountryName: `Bosnia and Herzegovina`, - FirstPlaces: 1, - SecondPlaces: 3, - ThirdPlaces: 1, - RegistrationDate: `2017-06-09T05:07:19.000Z`, - Birthday: `2001-05-26T21:00:00.000Z`, - Sponsor: `Voolith`, - Agent: `Ariel O'Scanlon`, - AgentContact: `aoscanlons@flavors.me`, - AgentPhone: `+1-304-424-5432` - }), - new AthletesDataExtendedItem( - { - Id: 191, - Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/women/13.jpg`, - Position: `up`, - Name: `Sheryl Collins`, - AthleteNumber: 36473, - BeatsPerMinute: 98, - TopSpeed: 4.2, - Registered: `2017-03-23T12:54:35-02:00`, - TrackProgress: 2, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ke.png`, - CountryName: `Kenya`, - FirstPlaces: 1, - SecondPlaces: 0, - ThirdPlaces: 2, - RegistrationDate: `2017-03-23T10:54:35.000Z`, - Birthday: `2001-06-27T21:00:00.000Z`, - Sponsor: `Zoovu`, - Agent: `Wendy Wheeldon`, - AgentContact: `wwheeldon2k@chicagotribune.com`, - AgentPhone: `+1-562-912-9134` - }), - new AthletesDataExtendedItem( - { - Id: 191, - Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/men/42.jpg`, - Position: `current`, - Name: `آرش احمدی`, - AthleteNumber: 36948, - BeatsPerMinute: 90, - TopSpeed: 4.1, - Registered: `2017-09-08T01:22:14-03:00`, - TrackProgress: 3, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/np.png`, - CountryName: `Nepal`, - FirstPlaces: 0, - SecondPlaces: 1, - ThirdPlaces: 0, - RegistrationDate: `2017-09-07T22:22:14.000Z`, - Birthday: `1973-02-20T22:00:00.000Z`, - Sponsor: `Kazu`, - Agent: `Ketti MacGibbon`, - AgentContact: `kmacgibbon3j@cloudflare.com`, - AgentPhone: `+1-850-608-2516` - }), - new AthletesDataExtendedItem( - { - Id: 192, - Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/women/44.jpg`, - Position: `down`, - Name: `Viivi Kujala`, - AthleteNumber: 29939, - BeatsPerMinute: 93, - TopSpeed: 4.1, - Registered: `2017-05-03T02:40:05-03:00`, - TrackProgress: 5, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/so.png`, - CountryName: `Somalia`, - FirstPlaces: 0, - SecondPlaces: 0, - ThirdPlaces: 0, - RegistrationDate: `2017-05-02T23:40:05.000Z`, - Birthday: `1999-11-01T22:00:00.000Z`, - Sponsor: `Realcube`, - Agent: `Gale Andreazzi`, - AgentContact: `gandreazzi4h@squidoo.com`, - AgentPhone: `+1-813-305-3499` - }), - new AthletesDataExtendedItem( - { - Id: 193, - Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/women/59.jpg`, - Position: `down`, - Name: `Sophia Carlson`, - AthleteNumber: 44183, - BeatsPerMinute: 102, - TopSpeed: 5.1, - Registered: `2017-09-04T07:03:19-03:00`, - TrackProgress: 4, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ee.png`, - CountryName: `Estonia`, - FirstPlaces: 0, - SecondPlaces: 3, - ThirdPlaces: 4, - RegistrationDate: `2017-09-04T04:03:19.000Z`, - Birthday: `1973-11-25T22:00:00.000Z`, - Sponsor: `Buzzbean`, - Agent: `Kristal Tuckey`, - AgentContact: `ktuckey1o@craigslist.org`, - AgentPhone: `+1-202-866-2533` - }), - new AthletesDataExtendedItem( - { - Id: 193, - Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/women/9.jpg`, - Position: `down`, - Name: `Juanita Franklin`, - AthleteNumber: 13907, - BeatsPerMinute: 91, - TopSpeed: 6, - Registered: `2017-10-04T02:46:46-03:00`, - TrackProgress: 2, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/vu.png`, - CountryName: `Vanuatu`, - FirstPlaces: 1, - SecondPlaces: 2, - ThirdPlaces: 2, - RegistrationDate: `2017-10-03T23:46:46.000Z`, - Birthday: `1985-02-04T22:00:00.000Z`, - Sponsor: `Skimia`, - Agent: `Nero Alcock`, - AgentContact: `nalcock58@wufoo.com`, - AgentPhone: `+1-940-556-3205` - }), - new AthletesDataExtendedItem( - { - Id: 194, - Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/men/71.jpg`, - Position: `down`, - Name: `Adrian Ibañez`, - AthleteNumber: 21968, - BeatsPerMinute: 105, - TopSpeed: 5.3, - Registered: `2017-02-03T04:36:54-02:00`, - TrackProgress: 2, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/om.png`, - CountryName: `Oman`, - FirstPlaces: 2, - SecondPlaces: 3, - ThirdPlaces: 2, - RegistrationDate: `2017-02-03T02:36:54.000Z`, - Birthday: `2001-10-11T21:00:00.000Z`, - Sponsor: `Thoughtworks`, - Agent: `Alvin Dunbabin`, - AgentContact: `adunbabin3r@army.mil`, - AgentPhone: `+1-954-515-3164` - }), - new AthletesDataExtendedItem( - { - Id: 194, - Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/men/11.jpg`, - Position: `down`, - Name: `Kaya Taşlı`, - AthleteNumber: 42291, - BeatsPerMinute: 100, - TopSpeed: 4.7, - Registered: `2017-01-30T03:23:36-02:00`, - TrackProgress: 4, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/sn.png`, - CountryName: `Senegal`, - FirstPlaces: 1, - SecondPlaces: 0, - ThirdPlaces: 1, - RegistrationDate: `2017-01-30T01:23:36.000Z`, - Birthday: `1996-01-20T22:00:00.000Z`, - Sponsor: `Bluezoom`, - Agent: `Daisey Churm`, - AgentContact: `dchurm4b@blogger.com`, - AgentPhone: `+1-520-858-3343` - }), - new AthletesDataExtendedItem( - { - Id: 194, - Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/women/62.jpg`, - Position: `up`, - Name: `آوا سلطانی نژاد`, - AthleteNumber: 45635, - BeatsPerMinute: 98, - TopSpeed: 4.1, - Registered: `2017-04-10T11:39:46-03:00`, - TrackProgress: 2, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/se.png`, - CountryName: `Sweden`, - FirstPlaces: 1, - SecondPlaces: 3, - ThirdPlaces: 1, - RegistrationDate: `2017-04-10T08:39:46.000Z`, - Birthday: `2002-05-18T21:00:00.000Z`, - Sponsor: `Linkbridge`, - Agent: `Melita Espada`, - AgentContact: `mespada4n@amazon.de`, - AgentPhone: `+1-407-693-9463` - }), - new AthletesDataExtendedItem( - { - Id: 196, - Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/women/30.jpg`, - Position: `up`, - Name: `Begüm Erkekli`, - AthleteNumber: 37888, - BeatsPerMinute: 104, - TopSpeed: 4.6, - Registered: `2017-10-04T03:02:35-03:00`, - TrackProgress: 4, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/sv.png`, - CountryName: `El Salvador`, - FirstPlaces: 0, - SecondPlaces: 0, - ThirdPlaces: 3, - RegistrationDate: `2017-10-04T00:02:35.000Z`, - Birthday: `1974-07-18T22:00:00.000Z`, - Sponsor: `Podcat`, - Agent: `Shandra Cassels`, - AgentContact: `scassels1l@cocolog-nifty.com`, - AgentPhone: `+1-507-261-6559` - }), - new AthletesDataExtendedItem( - { - Id: 196, - Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/women/17.jpg`, - Position: `current`, - Name: `Parel Zuidhof`, - AthleteNumber: 32718, - BeatsPerMinute: 105, - TopSpeed: 5, - Registered: `2017-01-21T10:19:56-02:00`, - TrackProgress: 4, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/jm.png`, - CountryName: `Jamaica`, - FirstPlaces: 2, - SecondPlaces: 1, - ThirdPlaces: 3, - RegistrationDate: `2017-01-21T08:19:56.000Z`, - Birthday: `1976-04-19T22:00:00.000Z`, - Sponsor: `Mydeo`, - Agent: `Ardyth Arcase`, - AgentContact: `aarcase2g@techcrunch.com`, - AgentPhone: `+1-202-329-2722` - }), - new AthletesDataExtendedItem( - { - Id: 197, - Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/men/93.jpg`, - Position: `current`, - Name: `Brent Lord`, - AthleteNumber: 20943, - BeatsPerMinute: 92, - TopSpeed: 4.8, - Registered: `2017-01-23T06:14:22-02:00`, - TrackProgress: 3, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/dz.png`, - CountryName: `Algeria`, - FirstPlaces: 1, - SecondPlaces: 3, - ThirdPlaces: 4, - RegistrationDate: `2017-01-23T04:14:22.000Z`, - Birthday: `1997-03-13T22:00:00.000Z`, - Sponsor: `Meembee`, - Agent: `Rowen Titchen`, - AgentContact: `rtitchen2@netscape.com`, - AgentPhone: `+1-804-667-0331` - }), - new AthletesDataExtendedItem( - { - Id: 199, - Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/women/68.jpg`, - Position: `up`, - Name: `Lucie Dumont`, - AthleteNumber: 12104, - BeatsPerMinute: 108, - TopSpeed: 4, - Registered: `2017-01-08T02:13:29-02:00`, - TrackProgress: 4, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ca.png`, - CountryName: `Canada`, - FirstPlaces: 1, - SecondPlaces: 0, - ThirdPlaces: 3, - RegistrationDate: `2017-01-08T00:13:29.000Z`, - Birthday: `1978-10-24T22:00:00.000Z`, - Sponsor: `Miboo`, - Agent: `Corbett Loughlin`, - AgentContact: `cloughlin10@cdbaby.com`, - AgentPhone: `+1-352-682-0722` - }), - new AthletesDataExtendedItem( - { - Id: 201, - Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/men/65.jpg`, - Position: `down`, - Name: `Louis Stewart`, - AthleteNumber: 48131, - BeatsPerMinute: 103, - TopSpeed: 5.7, - Registered: `2017-02-26T07:28:02-02:00`, - TrackProgress: 3, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/hn.png`, - CountryName: `Honduras`, - FirstPlaces: 1, - SecondPlaces: 1, - ThirdPlaces: 4, - RegistrationDate: `2017-02-26T05:28:02.000Z`, - Birthday: `1982-02-23T22:00:00.000Z`, - Sponsor: `Yodel`, - Agent: `Newton Collerd`, - AgentContact: `ncollerd26@issuu.com`, - AgentPhone: `+1-225-794-2492` - }), - new AthletesDataExtendedItem( - { - Id: 202, - Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/men/14.jpg`, - Position: `up`, - Name: `Bill Fox`, - AthleteNumber: 18511, - BeatsPerMinute: 91, - TopSpeed: 5, - Registered: `2017-10-24T08:25:40-03:00`, - TrackProgress: 3, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ir.png`, - CountryName: `Iran, Islamic Republic Of`, - FirstPlaces: 0, - SecondPlaces: 3, - ThirdPlaces: 3, - RegistrationDate: `2017-10-24T05:25:40.000Z`, - Birthday: `2001-07-19T21:00:00.000Z`, - Sponsor: `Skilith`, - Agent: `Justis Isles`, - AgentContact: `jisles2b@ifeng.com`, - AgentPhone: `+1-305-857-8429` - }), - new AthletesDataExtendedItem( - { - Id: 204, - Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/men/34.jpg`, - Position: `down`, - Name: `Mathys Martin`, - AthleteNumber: 32928, - BeatsPerMinute: 98, - TopSpeed: 5.5, - Registered: `2017-05-17T12:51:47-03:00`, - TrackProgress: 4, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/va.png`, - CountryName: `Holy See (Vatican City State)`, - FirstPlaces: 2, - SecondPlaces: 0, - ThirdPlaces: 1, - RegistrationDate: `2017-05-17T09:51:47.000Z`, - Birthday: `1978-05-25T22:00:00.000Z`, - Sponsor: `Topicblab`, - Agent: `Hugues Ferrier`, - AgentContact: `hferrier25@msn.com`, - AgentPhone: `+1-501-665-6272` - }), - new AthletesDataExtendedItem( - { - Id: 205, - Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/women/38.jpg`, - Position: `current`, - Name: `Gianne Godijn`, - AthleteNumber: 45945, - BeatsPerMinute: 96, - TopSpeed: 4.5, - Registered: `2017-03-22T03:23:12-02:00`, - TrackProgress: 2, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/it.png`, - CountryName: `Italy`, - FirstPlaces: 0, - SecondPlaces: 3, - ThirdPlaces: 2, - RegistrationDate: `2017-03-22T01:23:12.000Z`, - Birthday: `1972-01-18T22:00:00.000Z`, - Sponsor: `Italy`, - Agent: `Shanna Mowling`, - AgentContact: `smowling2f@apache.org`, - AgentPhone: `+1-423-201-3489` - }), - new AthletesDataExtendedItem( - { - Id: 206, - Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/women/26.jpg`, - Position: `up`, - Name: `Mira Campos`, - AthleteNumber: 39222, - BeatsPerMinute: 95, - TopSpeed: 5.9, - Registered: `2017-01-11T01:41:31-02:00`, - TrackProgress: 4, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/am.png`, - CountryName: `Armenia`, - FirstPlaces: 1, - SecondPlaces: 2, - ThirdPlaces: 0, - RegistrationDate: `2017-01-10T23:41:31.000Z`, - Birthday: `1971-10-04T22:00:00.000Z`, - Sponsor: `Digitube`, - Agent: `Gonzales Bogart`, - AgentContact: `gbogarte@elpais.com`, - AgentPhone: `+1-850-613-0419` - }), - new AthletesDataExtendedItem( - { - Id: 208, - Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/men/14.jpg`, - Position: `up`, - Name: `Hans Möller`, - AthleteNumber: 34122, - BeatsPerMinute: 109, - TopSpeed: 5.6, - Registered: `2017-06-20T06:02:49-03:00`, - TrackProgress: 2, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/dj.png`, - CountryName: `Djibouti`, - FirstPlaces: 2, - SecondPlaces: 2, - ThirdPlaces: 4, - RegistrationDate: `2017-06-20T03:02:49.000Z`, - Birthday: `1986-03-26T22:00:00.000Z`, - Sponsor: `Vinder`, - Agent: `Torrance Harrington`, - AgentContact: `tharrington1g@alibaba.com`, - AgentPhone: `+1-502-409-4283` - }), - new AthletesDataExtendedItem( - { - Id: 208, - Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/women/15.jpg`, - Position: `down`, - Name: `Esther Kühn`, - AthleteNumber: 24868, - BeatsPerMinute: 92, - TopSpeed: 5.5, - Registered: `2017-05-14T12:30:08-03:00`, - TrackProgress: 3, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ru.png`, - CountryName: `Russian Federation`, - FirstPlaces: 0, - SecondPlaces: 3, - ThirdPlaces: 2, - RegistrationDate: `2017-05-14T09:30:08.000Z`, - Birthday: `1993-11-05T22:00:00.000Z`, - Sponsor: `Fivespan`, - Agent: `Garrek Cumpsty`, - AgentContact: `gcumpsty42@domainmarket.com`, - AgentPhone: `+1-304-397-0277` - }), - new AthletesDataExtendedItem( - { - Id: 209, - Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/women/73.jpg`, - Position: `current`, - Name: `Alice Perry`, - AthleteNumber: 23750, - BeatsPerMinute: 104, - TopSpeed: 5.3, - Registered: `2017-03-31T07:15:46-03:00`, - TrackProgress: 4, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/lc.png`, - CountryName: `Saint Lucia`, - FirstPlaces: 2, - SecondPlaces: 3, - ThirdPlaces: 0, - RegistrationDate: `2017-03-31T04:15:46.000Z`, - Birthday: `1988-09-14T21:00:00.000Z`, - Sponsor: `Lajo`, - Agent: `Preston Buckel`, - AgentContact: `pbuckel45@baidu.com`, - AgentPhone: `+1-210-144-9441` - }), - new AthletesDataExtendedItem( - { - Id: 210, - Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/men/92.jpg`, - Position: `up`, - Name: `Kaya Tekand`, - AthleteNumber: 11028, - BeatsPerMinute: 93, - TopSpeed: 5.2, - Registered: `2017-04-10T09:57:13-03:00`, - TrackProgress: 3, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/fj.png`, - CountryName: `Fiji`, - FirstPlaces: 2, - SecondPlaces: 2, - ThirdPlaces: 0, - RegistrationDate: `2017-04-10T06:57:13.000Z`, - Birthday: `1976-06-13T22:00:00.000Z`, - Sponsor: `Thoughtworks`, - Agent: `Damian Wapples`, - AgentContact: `dwapples1q@aboutads.info`, - AgentPhone: `+1-757-752-6615` - }), - new AthletesDataExtendedItem( - { - Id: 210, - Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/women/13.jpg`, - Position: `down`, - Name: `Maeva Bergeron`, - AthleteNumber: 15655, - BeatsPerMinute: 94, - TopSpeed: 5.9, - Registered: `2017-10-03T09:42:15-03:00`, - TrackProgress: 3, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/mx.png`, - CountryName: `Mexico`, - FirstPlaces: 0, - SecondPlaces: 0, - ThirdPlaces: 3, - RegistrationDate: `2017-10-03T06:42:15.000Z`, - Birthday: `1973-06-01T22:00:00.000Z`, - Sponsor: `Buzzdog`, - Agent: `Monro Matias`, - AgentContact: `mmatias39@si.edu`, - AgentPhone: `+1-763-855-7311` - }), - new AthletesDataExtendedItem( - { - Id: 211, - Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/women/92.jpg`, - Position: `down`, - Name: `Ilona Salonen`, - AthleteNumber: 27068, - BeatsPerMinute: 91, - TopSpeed: 5.4, - Registered: `2017-07-03T06:19:47-03:00`, - TrackProgress: 4, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/bo.png`, - CountryName: `Bolivia`, - FirstPlaces: 2, - SecondPlaces: 2, - ThirdPlaces: 2, - RegistrationDate: `2017-07-03T03:19:47.000Z`, - Birthday: `1988-12-15T22:00:00.000Z`, - Sponsor: `Zoonoodle`, - Agent: `Lanie Rennock`, - AgentContact: `lrennockr@github.com`, - AgentPhone: `+1-617-203-3526` - }), - new AthletesDataExtendedItem( - { - Id: 212, - Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/women/83.jpg`, - Position: `up`, - Name: `Sara Larsen`, - AthleteNumber: 37094, - BeatsPerMinute: 97, - TopSpeed: 4.5, - Registered: `2017-04-14T11:48:28-03:00`, - TrackProgress: 2, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/sa.png`, - CountryName: `Saudi Arabia`, - FirstPlaces: 2, - SecondPlaces: 2, - ThirdPlaces: 1, - RegistrationDate: `2017-04-14T08:48:28.000Z`, - Birthday: `1974-10-01T22:00:00.000Z`, - Sponsor: `Feedmix`, - Agent: `Flin Whitwell`, - AgentContact: `fwhitwell4a@joomla.org`, - AgentPhone: `+1-281-368-6450` - }), - new AthletesDataExtendedItem( - { - Id: 214, - Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/women/84.jpg`, - Position: `up`, - Name: `Ömür Denkel`, - AthleteNumber: 31061, - BeatsPerMinute: 104, - TopSpeed: 4.5, - Registered: `2017-02-18T05:32:55-02:00`, - TrackProgress: 3, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/tv.png`, - CountryName: `Tuvalu`, - FirstPlaces: 1, - SecondPlaces: 0, - ThirdPlaces: 2, - RegistrationDate: `2017-02-18T03:32:55.000Z`, - Birthday: `1985-02-28T22:00:00.000Z`, - Sponsor: `Browsecat`, - Agent: `Sena Gianninotti`, - AgentContact: `sgianninotti51@yellowpages.com`, - AgentPhone: `+1-850-382-3415` - }), - new AthletesDataExtendedItem( - { - Id: 215, - Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/women/79.jpg`, - Position: `down`, - Name: `Marilou Hubert`, - AthleteNumber: 43655, - BeatsPerMinute: 104, - TopSpeed: 4.2, - Registered: `2017-09-28T11:13:00-03:00`, - TrackProgress: 2, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/mm.png`, - CountryName: `Myanmar`, - FirstPlaces: 0, - SecondPlaces: 3, - ThirdPlaces: 2, - RegistrationDate: `2017-09-28T08:13:00.000Z`, - Birthday: `1994-04-27T21:00:00.000Z`, - Sponsor: `Skivee`, - Agent: `Glennie Jepson`, - AgentContact: `gjepson3g@google.co.jp`, - AgentPhone: `+1-727-833-5988` - }), - new AthletesDataExtendedItem( - { - Id: 216, - Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/men/72.jpg`, - Position: `down`, - Name: `Felix Olsen`, - AthleteNumber: 43198, - BeatsPerMinute: 101, - TopSpeed: 4.2, - Registered: `2017-09-27T01:17:14-03:00`, - TrackProgress: 3, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/fr.png`, - CountryName: `France`, - FirstPlaces: 2, - SecondPlaces: 0, - ThirdPlaces: 1, - RegistrationDate: `2017-09-26T22:17:14.000Z`, - Birthday: `1976-04-16T22:00:00.000Z`, - Sponsor: `Aimbo`, - Agent: `Jackqueline Knell`, - AgentContact: `jknell1s@studiopress.com`, - AgentPhone: `+1-206-461-0587` - }), - new AthletesDataExtendedItem( - { - Id: 219, - Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/women/6.jpg`, - Position: `current`, - Name: `Sedef Tunçeri`, - AthleteNumber: 48164, - BeatsPerMinute: 108, - TopSpeed: 5.6, - Registered: `2017-03-29T11:54:15-03:00`, - TrackProgress: 2, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/bt.png`, - CountryName: `Bhutan`, - FirstPlaces: 2, - SecondPlaces: 0, - ThirdPlaces: 3, - RegistrationDate: `2017-03-29T08:54:15.000Z`, - Birthday: `2000-02-11T22:00:00.000Z`, - Sponsor: `Rhynyx`, - Agent: `Heidi Fisby`, - AgentContact: `hfisbyq@bloomberg.com`, - AgentPhone: `+1-501-338-5259` - }), - new AthletesDataExtendedItem( - { - Id: 221, - Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/men/73.jpg`, - Position: `down`, - Name: `Kuzey Aclan`, - AthleteNumber: 18583, - BeatsPerMinute: 102, - TopSpeed: 5.3, - Registered: `2017-09-12T09:14:14-03:00`, - TrackProgress: 2, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/td.png`, - CountryName: `Chad`, - FirstPlaces: 0, - SecondPlaces: 3, - ThirdPlaces: 0, - RegistrationDate: `2017-09-12T06:14:14.000Z`, - Birthday: `1987-12-16T22:00:00.000Z`, - Sponsor: `Brainsphere`, - Agent: `Phyllis Treadgear`, - AgentContact: `ptreadgear13@yolasite.com`, - AgentPhone: `+1-901-762-8621` - }), - new AthletesDataExtendedItem( - { - Id: 223, - Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/men/72.jpg`, - Position: `down`, - Name: `Gökhan Aşıkoğlu`, - AthleteNumber: 13890, - BeatsPerMinute: 105, - TopSpeed: 5.4, - Registered: `2017-03-31T06:14:26-03:00`, - TrackProgress: 2, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/jp.png`, - CountryName: `Japan`, - FirstPlaces: 2, - SecondPlaces: 1, - ThirdPlaces: 0, - RegistrationDate: `2017-03-31T03:14:26.000Z`, - Birthday: `1979-05-15T21:00:00.000Z`, - Sponsor: `Thoughtworks`, - Agent: `Cynthea Evers`, - AgentContact: `cevers2h@ning.com`, - AgentPhone: `+1-217-842-3437` - }), - new AthletesDataExtendedItem( - { - Id: 224, - Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/men/0.jpg`, - Position: `down`, - Name: `Joan Ortega`, - AthleteNumber: 49478, - BeatsPerMinute: 103, - TopSpeed: 5.4, - Registered: `2017-07-04T03:01:47-03:00`, - TrackProgress: 4, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/gq.png`, - CountryName: `Equatorial Guinea`, - FirstPlaces: 0, - SecondPlaces: 0, - ThirdPlaces: 0, - RegistrationDate: `2017-07-04T00:01:47.000Z`, - Birthday: `1992-01-27T22:00:00.000Z`, - Sponsor: `Rhynyx`, - Agent: `Liuka Waterstone`, - AgentContact: `lwaterstone1m@google.de`, - AgentPhone: `+1-734-129-3969` - }), - new AthletesDataExtendedItem( - { - Id: 225, - Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/men/42.jpg`, - Position: `up`, - Name: `Stanley Hart`, - AthleteNumber: 14150, - BeatsPerMinute: 91, - TopSpeed: 4.5, - Registered: `2017-08-19T03:02:33-03:00`, - TrackProgress: 2, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ve.png`, - CountryName: `Venezuela`, - FirstPlaces: 1, - SecondPlaces: 1, - ThirdPlaces: 4, - RegistrationDate: `2017-08-19T00:02:33.000Z`, - Birthday: `1982-09-18T21:00:00.000Z`, - Sponsor: `Browsebug`, - Agent: `Martin Bedder`, - AgentContact: `mbedder59@un.org`, - AgentPhone: `+1-713-842-8851` - }), - new AthletesDataExtendedItem( - { - Id: 227, - Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/women/61.jpg`, - Position: `up`, - Name: `Layla Douglas`, - AthleteNumber: 21977, - BeatsPerMinute: 97, - TopSpeed: 5.4, - Registered: `2017-04-19T11:43:38-03:00`, - TrackProgress: 2, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/si.png`, - CountryName: `Slovenia`, - FirstPlaces: 1, - SecondPlaces: 1, - ThirdPlaces: 2, - RegistrationDate: `2017-04-19T08:43:38.000Z`, - Birthday: `1978-02-02T22:00:00.000Z`, - Sponsor: `Voonix`, - Agent: `Miquela Wield`, - AgentContact: `mwield4f@ocn.ne.jp`, - AgentPhone: `+1-425-616-3882` - }), - new AthletesDataExtendedItem( - { - Id: 227, - Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/men/9.jpg`, - Position: `current`, - Name: `Johann Hinz`, - AthleteNumber: 48244, - BeatsPerMinute: 94, - TopSpeed: 4.3, - Registered: `2017-03-10T07:36:56-02:00`, - TrackProgress: 3, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/sd.png`, - CountryName: `Sudan`, - FirstPlaces: 0, - SecondPlaces: 2, - ThirdPlaces: 3, - RegistrationDate: `2017-03-10T05:36:56.000Z`, - Birthday: `1997-10-16T21:00:00.000Z`, - Sponsor: `Browsezoom`, - Agent: `Corette Cruttenden`, - AgentContact: `ccruttenden4l@icio.us`, - AgentPhone: `+1-480-727-2800` - }), - new AthletesDataExtendedItem( - { - Id: 229, - Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/men/29.jpg`, - Position: `current`, - Name: `Selmo Caldeira`, - AthleteNumber: 21837, - BeatsPerMinute: 110, - TopSpeed: 4.9, - Registered: `2017-10-20T03:40:24-03:00`, - TrackProgress: 2, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ly.png`, - CountryName: `Libyan Arab Jamahiriya`, - FirstPlaces: 0, - SecondPlaces: 3, - ThirdPlaces: 1, - RegistrationDate: `2017-10-20T00:40:24.000Z`, - Birthday: `1992-10-14T22:00:00.000Z`, - Sponsor: `Voonix`, - Agent: `King Bigham`, - AgentContact: `kbigham2v@addtoany.com`, - AgentPhone: `+1-318-978-8369` - }), - new AthletesDataExtendedItem( - { - Id: 231, - Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/men/56.jpg`, - Position: `up`, - Name: `Judd Campbell`, - AthleteNumber: 37365, - BeatsPerMinute: 110, - TopSpeed: 5, - Registered: `2017-10-19T11:01:10-03:00`, - TrackProgress: 2, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/la.png`, - CountryName: `Lao PeopleS Democratic Republic`, - FirstPlaces: 0, - SecondPlaces: 0, - ThirdPlaces: 4, - RegistrationDate: `2017-10-19T08:01:10.000Z`, - Birthday: `1989-12-01T22:00:00.000Z`, - Sponsor: `Yadel`, - Agent: `Wheeler Glawsop`, - AgentContact: `wglawsop2q@pagesperso-orange.fr`, - AgentPhone: `+1-760-180-7003` - }), - new AthletesDataExtendedItem( - { - Id: 233, - Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/men/18.jpg`, - Position: `up`, - Name: `Zackary Roy`, - AthleteNumber: 45996, - BeatsPerMinute: 92, - TopSpeed: 4.9, - Registered: `2017-07-07T03:51:26-03:00`, - TrackProgress: 3, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/bs.png`, - CountryName: `Bahamas`, - FirstPlaces: 2, - SecondPlaces: 3, - ThirdPlaces: 3, - RegistrationDate: `2017-07-07T00:51:26.000Z`, - Birthday: `1978-01-11T22:00:00.000Z`, - Sponsor: `Eabox`, - Agent: `Leisha Demkowicz`, - AgentContact: `ldemkowiczi@livejournal.com`, - AgentPhone: `+1-503-778-2852` - }), - new AthletesDataExtendedItem( - { - Id: 234, - Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/women/19.jpg`, - Position: `down`, - Name: `Linda Schäfer`, - AthleteNumber: 43074, - BeatsPerMinute: 107, - TopSpeed: 5.1, - Registered: `2017-01-05T11:41:20-02:00`, - TrackProgress: 2, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ye.png`, - CountryName: `Yemen`, - FirstPlaces: 2, - SecondPlaces: 1, - ThirdPlaces: 3, - RegistrationDate: `2017-01-05T09:41:20.000Z`, - Birthday: `1993-11-24T22:00:00.000Z`, - Sponsor: `Tagchat`, - Agent: `Anthe Normabell`, - AgentContact: `anormabell5b@ucoz.ru`, - AgentPhone: `+1-316-976-4160` - }), - new AthletesDataExtendedItem( - { - Id: 235, - Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/women/42.jpg`, - Position: `down`, - Name: `Elaine Smith`, - AthleteNumber: 38243, - BeatsPerMinute: 108, - TopSpeed: 4, - Registered: `2017-06-11T12:20:41-03:00`, - TrackProgress: 4, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/li.png`, - CountryName: `Liechtenstein`, - FirstPlaces: 2, - SecondPlaces: 3, - ThirdPlaces: 1, - RegistrationDate: `2017-06-11T09:20:41.000Z`, - Birthday: `1987-11-07T22:00:00.000Z`, - Sponsor: `Voolia`, - Agent: `Risa Guitt`, - AgentContact: `rguitt2w@mashable.com`, - AgentPhone: `+1-339-831-1765` - }), - new AthletesDataExtendedItem( - { - Id: 237, - Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/men/86.jpg`, - Position: `down`, - Name: `Clyde Matthews`, - AthleteNumber: 11955, - BeatsPerMinute: 93, - TopSpeed: 5.2, - Registered: `2017-03-02T05:01:02-02:00`, - TrackProgress: 3, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/pw.png`, - CountryName: `Palau`, - FirstPlaces: 2, - SecondPlaces: 0, - ThirdPlaces: 3, - RegistrationDate: `2017-03-02T03:01:02.000Z`, - Birthday: `1978-09-14T22:00:00.000Z`, - Sponsor: `Kare`, - Agent: `Wynne Banting`, - AgentContact: `wbanting3t@wisc.edu`, - AgentPhone: `+1-316-870-8182` - }), - new AthletesDataExtendedItem( - { - Id: 238, - Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/women/17.jpg`, - Position: `current`, - Name: `Charlotte Meyer`, - AthleteNumber: 21442, - BeatsPerMinute: 110, - TopSpeed: 4.6, - Registered: `2017-10-19T10:38:35-03:00`, - TrackProgress: 3, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ck.png`, - CountryName: `Cook Islands`, - FirstPlaces: 0, - SecondPlaces: 3, - ThirdPlaces: 2, - RegistrationDate: `2017-10-19T07:38:35.000Z`, - Birthday: `1993-04-19T21:00:00.000Z`, - Sponsor: `Twitternation`, - Agent: `Godfree Rylands`, - AgentContact: `grylands18@tripod.com`, - AgentPhone: `+1-520-300-0116` - }), - new AthletesDataExtendedItem( - { - Id: 240, - Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/men/33.jpg`, - Position: `down`, - Name: `Alberto Clark`, - AthleteNumber: 29912, - BeatsPerMinute: 93, - TopSpeed: 4.6, - Registered: `2017-02-02T03:50:21-02:00`, - TrackProgress: 4, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ag.png`, - CountryName: `Antigua and Barbuda`, - FirstPlaces: 1, - SecondPlaces: 2, - ThirdPlaces: 4, - RegistrationDate: `2017-02-02T01:50:21.000Z`, - Birthday: `1999-07-03T21:00:00.000Z`, - Sponsor: `Flashpoint`, - Agent: `Kalil Bonavia`, - AgentContact: `kbonavia5@example.com`, - AgentPhone: `+1-404-429-3024` - }), - new AthletesDataExtendedItem( - { - Id: 240, - Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/men/5.jpg`, - Position: `down`, - Name: `Carter Evans`, - AthleteNumber: 46961, - BeatsPerMinute: 100, - TopSpeed: 5.3, - Registered: `2017-07-23T02:43:07-03:00`, - TrackProgress: 3, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/lu.png`, - CountryName: `Luxembourg`, - FirstPlaces: 0, - SecondPlaces: 3, - ThirdPlaces: 2, - RegistrationDate: `2017-07-22T23:43:07.000Z`, - Birthday: `1975-03-06T22:00:00.000Z`, - Sponsor: `Einti`, - Agent: `Pris Chiles`, - AgentContact: `pchiles2y@indiatimes.com`, - AgentPhone: `+1-716-690-7478` - }), - new AthletesDataExtendedItem( - { - Id: 241, - Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/men/20.jpg`, - Position: `up`, - Name: `Oskari Karjala`, - AthleteNumber: 31498, - BeatsPerMinute: 90, - TopSpeed: 4.5, - Registered: `2017-05-10T12:45:12-03:00`, - TrackProgress: 2, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/fm.png`, - CountryName: `Micronesia, Federated States of`, - FirstPlaces: 2, - SecondPlaces: 2, - ThirdPlaces: 3, - RegistrationDate: `2017-05-10T09:45:12.000Z`, - Birthday: `1976-06-09T22:00:00.000Z`, - Sponsor: `Avamba`, - Agent: `Nye Shevlane`, - AgentContact: `nshevlane3a@princeton.edu`, - AgentPhone: `+1-304-409-8780` - }), - new AthletesDataExtendedItem( - { - Id: 241, - Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/women/65.jpg`, - Position: `down`, - Name: `Lilly Keuter`, - AthleteNumber: 49893, - BeatsPerMinute: 102, - TopSpeed: 4.5, - Registered: `2017-01-20T02:38:39-02:00`, - TrackProgress: 2, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/kn.png`, - CountryName: `Saint Kitts and Nevis`, - FirstPlaces: 1, - SecondPlaces: 3, - ThirdPlaces: 2, - RegistrationDate: `2017-01-20T00:38:39.000Z`, - Birthday: `1992-06-21T21:00:00.000Z`, - Sponsor: `Skidoo`, - Agent: `Reagan O'Hartnett`, - AgentContact: `rohartnett44@washington.edu`, - AgentPhone: `+1-562-656-7385` - }), - new AthletesDataExtendedItem( - { - Id: 242, - Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/women/83.jpg`, - Position: `down`, - Name: `Caitlin Jackson`, - AthleteNumber: 45472, - BeatsPerMinute: 101, - TopSpeed: 4.3, - Registered: `2017-09-17T09:41:01-03:00`, - TrackProgress: 2, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/mz.png`, - CountryName: `Mozambique`, - FirstPlaces: 1, - SecondPlaces: 1, - ThirdPlaces: 0, - RegistrationDate: `2017-09-17T06:41:01.000Z`, - Birthday: `1979-05-10T21:00:00.000Z`, - Sponsor: `Jazzy`, - Agent: `Demetrius Lightewood`, - AgentContact: `dlightewood3f@epa.gov`, - AgentPhone: `+1-303-538-6492` - }), - new AthletesDataExtendedItem( - { - Id: 243, - Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/men/42.jpg`, - Position: `up`, - Name: `Kent Clark`, - AthleteNumber: 32799, - BeatsPerMinute: 106, - TopSpeed: 5.7, - Registered: `2017-01-24T01:00:15-02:00`, - TrackProgress: 4, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/pe.png`, - CountryName: `Peru`, - FirstPlaces: 0, - SecondPlaces: 1, - ThirdPlaces: 3, - RegistrationDate: `2017-01-23T23:00:15.000Z`, - Birthday: `1977-04-01T22:00:00.000Z`, - Sponsor: `Jaxspan`, - Agent: `Ignaz Tringham`, - AgentContact: `itringham3x@51.la`, - AgentPhone: `+1-203-445-2368` - }), - new AthletesDataExtendedItem( - { - Id: 243, - Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/women/94.jpg`, - Position: `up`, - Name: `Emma Turner`, - AthleteNumber: 39487, - BeatsPerMinute: 110, - TopSpeed: 5.7, - Registered: `2017-07-30T01:33:14-03:00`, - TrackProgress: 4, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/tz.png`, - CountryName: `Tanzania, United Republic of`, - FirstPlaces: 2, - SecondPlaces: 0, - ThirdPlaces: 2, - RegistrationDate: `2017-07-29T22:33:14.000Z`, - Birthday: `1978-09-11T22:00:00.000Z`, - Sponsor: `Zoombox`, - Agent: `Marigold Kitt`, - AgentContact: `mkitt4s@comcast.net`, - AgentPhone: `+1-413-682-8363` - }), - new AthletesDataExtendedItem( - { - Id: 243, - Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/women/77.jpg`, - Position: `down`, - Name: `Cathalijne Van Der Ree`, - AthleteNumber: 45160, - BeatsPerMinute: 102, - TopSpeed: 5.4, - Registered: `2017-02-13T05:23:49-02:00`, - TrackProgress: 3, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ug.png`, - CountryName: `Uganda`, - FirstPlaces: 1, - SecondPlaces: 2, - ThirdPlaces: 1, - RegistrationDate: `2017-02-13T03:23:49.000Z`, - Birthday: `1972-12-17T22:00:00.000Z`, - Sponsor: `DabZ`, - Agent: `Gypsy Gallaccio`, - AgentContact: `ggallaccio52@google.com`, - AgentPhone: `+1-951-565-3126` - }), - new AthletesDataExtendedItem( - { - Id: 246, - Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/women/55.jpg`, - Position: `current`, - Name: `Ronja Kraft`, - AthleteNumber: 21800, - BeatsPerMinute: 101, - TopSpeed: 5.3, - Registered: `2017-04-02T03:33:57-03:00`, - TrackProgress: 3, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/dk.png`, - CountryName: `Denmark`, - FirstPlaces: 2, - SecondPlaces: 2, - ThirdPlaces: 3, - RegistrationDate: `2017-04-02T00:33:57.000Z`, - Birthday: `1975-09-18T22:00:00.000Z`, - Sponsor: `Zoomlounge`, - Agent: `Erina Isaaksohn`, - AgentContact: `eisaaksohn1f@zdnet.com`, - AgentPhone: `+1-972-696-4121` - }), - new AthletesDataExtendedItem( - { - Id: 251, - Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/men/74.jpg`, - Position: `up`, - Name: `Alex Meyer`, - AthleteNumber: 44390, - BeatsPerMinute: 94, - TopSpeed: 4.3, - Registered: `2017-08-04T07:05:34-03:00`, - TrackProgress: 4, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/md.png`, - CountryName: `Moldova, Republic of`, - FirstPlaces: 1, - SecondPlaces: 2, - ThirdPlaces: 2, - RegistrationDate: `2017-08-04T04:05:34.000Z`, - Birthday: `1983-06-14T21:00:00.000Z`, - Sponsor: `Rhynyx`, - Agent: `Elisabetta Gianettini`, - AgentContact: `egianettini3b@foxnews.com`, - AgentPhone: `+1-513-617-3871` - }), - new AthletesDataExtendedItem( - { - Id: 251, - Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/women/34.jpg`, - Position: `down`, - Name: `Eléa Robin`, - AthleteNumber: 26742, - BeatsPerMinute: 90, - TopSpeed: 4.7, - Registered: `2017-03-30T12:34:24-03:00`, - TrackProgress: 2, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/vc.png`, - CountryName: `Saint Vincent and the Grenadines`, - FirstPlaces: 0, - SecondPlaces: 1, - ThirdPlaces: 0, - RegistrationDate: `2017-03-30T09:34:24.000Z`, - Birthday: `1995-09-09T21:00:00.000Z`, - Sponsor: `Tagtune`, - Agent: `Barbabas Crocetto`, - AgentContact: `bcrocetto46@umich.edu`, - AgentPhone: `+1-304-611-8972` - }), - new AthletesDataExtendedItem( - { - Id: 252, - Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/men/94.jpg`, - Position: `down`, - Name: `Adérito Lopes`, - AthleteNumber: 21320, - BeatsPerMinute: 91, - TopSpeed: 5.2, - Registered: `2017-01-07T06:47:56-02:00`, - TrackProgress: 4, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/mh.png`, - CountryName: `Marshall Islands`, - FirstPlaces: 1, - SecondPlaces: 0, - ThirdPlaces: 0, - RegistrationDate: `2017-01-07T04:47:56.000Z`, - Birthday: `1976-12-02T22:00:00.000Z`, - Sponsor: `Meevee`, - Agent: `Ahmad Stern`, - AgentContact: `astern36@gnu.org`, - AgentPhone: `+1-202-546-9216` - }), - new AthletesDataExtendedItem( - { - Id: 253, - Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/women/51.jpg`, - Position: `current`, - Name: `Kayla Patel`, - AthleteNumber: 42780, - BeatsPerMinute: 103, - TopSpeed: 4.7, - Registered: `2017-04-20T09:33:53-03:00`, - TrackProgress: 3, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ne.png`, - CountryName: `Niger`, - FirstPlaces: 2, - SecondPlaces: 3, - ThirdPlaces: 4, - RegistrationDate: `2017-04-20T06:33:53.000Z`, - Birthday: `1977-02-24T22:00:00.000Z`, - Sponsor: `Mydeo`, - Agent: `Griselda Coldwell`, - AgentContact: `gcoldwell3n@hexun.com`, - AgentPhone: `+1-304-428-7062` - }), - new AthletesDataExtendedItem( - { - Id: 258, - Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/women/60.jpg`, - Position: `down`, - Name: `Zaina Pomp`, - AthleteNumber: 14109, - BeatsPerMinute: 90, - TopSpeed: 5.7, - Registered: `2017-09-07T11:17:40-03:00`, - TrackProgress: 4, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ao.png`, - CountryName: `Angola`, - FirstPlaces: 1, - SecondPlaces: 3, - ThirdPlaces: 2, - RegistrationDate: `2017-09-07T08:17:40.000Z`, - Birthday: `1983-10-24T22:00:00.000Z`, - Sponsor: `Plambee`, - Agent: `Mallory Timmons`, - AgentContact: `mtimmons4@xing.com`, - AgentPhone: `+1-205-678-8101` - }), - new AthletesDataExtendedItem( - { - Id: 258, - Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/women/30.jpg`, - Position: `up`, - Name: `Veera Saari`, - AthleteNumber: 40408, - BeatsPerMinute: 100, - TopSpeed: 4.7, - Registered: `2017-10-28T10:39:22-03:00`, - TrackProgress: 2, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/iq.png`, - CountryName: `Iraq`, - FirstPlaces: 0, - SecondPlaces: 0, - ThirdPlaces: 3, - RegistrationDate: `2017-10-28T07:39:22.000Z`, - Birthday: `1989-09-29T22:00:00.000Z`, - Sponsor: `Dazzlesphere`, - Agent: `Janeva Burnsall`, - AgentContact: `jburnsall2c@flickr.com`, - AgentPhone: `+1-513-252-4337` - }), - new AthletesDataExtendedItem( - { - Id: 258, - Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/men/31.jpg`, - Position: `current`, - Name: `Diego Gautier`, - AthleteNumber: 26320, - BeatsPerMinute: 97, - TopSpeed: 4.6, - Registered: `2017-06-11T03:50:43-03:00`, - TrackProgress: 4, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ng.png`, - CountryName: `Nigeria`, - FirstPlaces: 2, - SecondPlaces: 1, - ThirdPlaces: 3, - RegistrationDate: `2017-06-11T00:50:43.000Z`, - Birthday: `1988-01-15T22:00:00.000Z`, - Sponsor: `Yoveo`, - Agent: `Ibrahim Eouzan`, - AgentContact: `ieouzan3o@buzzfeed.com`, - AgentPhone: `+1-937-114-9797` - }), - new AthletesDataExtendedItem( - { - Id: 262, - Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/men/43.jpg`, - Position: `current`, - Name: `Roman Smith`, - AthleteNumber: 15531, - BeatsPerMinute: 106, - TopSpeed: 4.9, - Registered: `2017-06-14T05:12:04-03:00`, - TrackProgress: 3, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ga.png`, - CountryName: `Gabon`, - FirstPlaces: 1, - SecondPlaces: 0, - ThirdPlaces: 0, - RegistrationDate: `2017-06-14T02:12:04.000Z`, - Birthday: `2002-09-02T21:00:00.000Z`, - Sponsor: `Leexo`, - Agent: `Sargent Brownsill`, - AgentContact: `sbrownsill1t@tiny.cc`, - AgentPhone: `+1-540-211-9674` - }), - new AthletesDataExtendedItem( - { - Id: 262, - Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/men/9.jpg`, - Position: `current`, - Name: `Anthony Harcourt`, - AthleteNumber: 33649, - BeatsPerMinute: 109, - TopSpeed: 5.5, - Registered: `2017-06-14T11:10:20-03:00`, - TrackProgress: 4, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/in.png`, - CountryName: `India`, - FirstPlaces: 2, - SecondPlaces: 2, - ThirdPlaces: 0, - RegistrationDate: `2017-06-14T08:10:20.000Z`, - Birthday: `1986-06-02T21:00:00.000Z`, - Sponsor: `Babbleblab`, - Agent: `Juieta Mendez`, - AgentContact: `jmendez29@bing.com`, - AgentPhone: `+1-410-373-5750` - }), - new AthletesDataExtendedItem( - { - Id: 263, - Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/women/9.jpg`, - Position: `up`, - Name: `Estelle Vincent`, - AthleteNumber: 41700, - BeatsPerMinute: 99, - TopSpeed: 5.7, - Registered: `2017-05-31T02:56:58-03:00`, - TrackProgress: 3, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/na.png`, - CountryName: `Namibia`, - FirstPlaces: 0, - SecondPlaces: 3, - ThirdPlaces: 4, - RegistrationDate: `2017-05-30T23:56:58.000Z`, - Birthday: `1984-10-31T22:00:00.000Z`, - Sponsor: `Livefish`, - Agent: `Matti McGrirl`, - AgentContact: `mmcgrirl3h@slideshare.net`, - AgentPhone: `+1-202-697-2989` - }), - new AthletesDataExtendedItem( - { - Id: 265, - Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/women/60.jpg`, - Position: `down`, - Name: `Keira Walker`, - AthleteNumber: 34116, - BeatsPerMinute: 94, - TopSpeed: 4.8, - Registered: `2017-01-09T05:46:07-02:00`, - TrackProgress: 3, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/al.png`, - CountryName: `Albania`, - FirstPlaces: 0, - SecondPlaces: 0, - ThirdPlaces: 2, - RegistrationDate: `2017-01-09T03:46:07.000Z`, - Birthday: `1996-12-31T22:00:00.000Z`, - Sponsor: `Linktype`, - Agent: `Ivy Simkovich`, - AgentContact: `isimkovich1@clickbank.net`, - AgentPhone: `+1-770-283-2050` - }), - new AthletesDataExtendedItem( - { - Id: 265, - Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/women/9.jpg`, - Position: `down`, - Name: `Jenny Burke`, - AthleteNumber: 15266, - BeatsPerMinute: 99, - TopSpeed: 5.4, - Registered: `2017-09-11T12:20:19-03:00`, - TrackProgress: 4, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/my.png`, - CountryName: `Malaysia`, - FirstPlaces: 2, - SecondPlaces: 1, - ThirdPlaces: 1, - RegistrationDate: `2017-09-11T09:20:19.000Z`, - Birthday: `1973-08-20T22:00:00.000Z`, - Sponsor: `Zoonder`, - Agent: `Ninon Buckham`, - AgentContact: `nbuckham32@wiley.com`, - AgentPhone: `+1-612-908-1786` - }), - new AthletesDataExtendedItem( - { - Id: 265, - Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/women/47.jpg`, - Position: `current`, - Name: `Ilke Kisters`, - AthleteNumber: 23817, - BeatsPerMinute: 100, - TopSpeed: 5.9, - Registered: `2017-01-04T02:54:53-02:00`, - TrackProgress: 3, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ch.png`, - CountryName: `Switzerland`, - FirstPlaces: 2, - SecondPlaces: 3, - ThirdPlaces: 0, - RegistrationDate: `2017-01-04T00:54:53.000Z`, - Birthday: `1971-04-25T22:00:00.000Z`, - Sponsor: `Gabvine`, - Agent: `Guglielma Karolowski`, - AgentContact: `gkarolowski4o@purevolume.com`, - AgentPhone: `+1-785-989-8029` - }), - new AthletesDataExtendedItem( - { - Id: 266, - Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/men/70.jpg`, - Position: `down`, - Name: `Moritz Braun`, - AthleteNumber: 48081, - BeatsPerMinute: 107, - TopSpeed: 6, - Registered: `2017-06-13T12:54:56-03:00`, - TrackProgress: 2, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ad.png`, - CountryName: `Andorra`, - FirstPlaces: 0, - SecondPlaces: 2, - ThirdPlaces: 1, - RegistrationDate: `2017-06-13T09:54:56.000Z`, - Birthday: `1988-05-04T21:00:00.000Z`, - Sponsor: `Andorra`, - Agent: `Merle Affron`, - AgentContact: `maffron3@cbc.ca`, - AgentPhone: `+1-248-958-1645` - }), - new AthletesDataExtendedItem( - { - Id: 267, - Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/men/50.jpg`, - Position: `current`, - Name: `Villads Larsen`, - AthleteNumber: 44677, - BeatsPerMinute: 93, - TopSpeed: 5.7, - Registered: `2017-03-25T11:25:30-02:00`, - TrackProgress: 4, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/kw.png`, - CountryName: `Kuwait`, - FirstPlaces: 1, - SecondPlaces: 2, - ThirdPlaces: 3, - RegistrationDate: `2017-03-25T09:25:30.000Z`, - Birthday: `1979-09-21T21:00:00.000Z`, - Sponsor: `Skipstorm`, - Agent: `Tally Bolingbroke`, - AgentContact: `tbolingbroke2o@dyndns.org`, - AgentPhone: `+1-501-812-4359` - }), - new AthletesDataExtendedItem( - { - Id: 268, - Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/men/23.jpg`, - Position: `up`, - Name: `Sandro Carpentier`, - AthleteNumber: 23503, - BeatsPerMinute: 96, - TopSpeed: 5.7, - Registered: `2017-09-30T01:01:04-03:00`, - TrackProgress: 2, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/be.png`, - CountryName: `Belgium`, - FirstPlaces: 0, - SecondPlaces: 2, - ThirdPlaces: 2, - RegistrationDate: `2017-09-29T22:01:04.000Z`, - Birthday: `1996-02-21T22:00:00.000Z`, - Sponsor: `Demivee`, - Agent: `Renate Daymond`, - AgentContact: `rdaymondn@microsoft.com`, - AgentPhone: `+1-253-250-0773` - }), - new AthletesDataExtendedItem( - { - Id: 269, - Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/men/17.jpg`, - Position: `current`, - Name: `Emil Meißner`, - AthleteNumber: 37183, - BeatsPerMinute: 97, - TopSpeed: 4, - Registered: `2017-07-15T12:32:30-03:00`, - TrackProgress: 3, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/gm.png`, - CountryName: `Gambia`, - FirstPlaces: 1, - SecondPlaces: 1, - ThirdPlaces: 1, - RegistrationDate: `2017-07-15T09:32:30.000Z`, - Birthday: `1999-05-29T21:00:00.000Z`, - Sponsor: `Brainsphere`, - Agent: `Harley Wasselin`, - AgentContact: `hwasselin1u@discovery.com`, - AgentPhone: `+1-405-554-3182` - }), - new AthletesDataExtendedItem( - { - Id: 270, - Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/women/14.jpg`, - Position: `up`, - Name: `Emily Olsen`, - AthleteNumber: 13887, - BeatsPerMinute: 110, - TopSpeed: 4.8, - Registered: `2017-10-03T08:01:40-03:00`, - TrackProgress: 3, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/cf.png`, - CountryName: `Central African Republic`, - FirstPlaces: 1, - SecondPlaces: 3, - ThirdPlaces: 2, - RegistrationDate: `2017-10-03T05:01:40.000Z`, - Birthday: `1990-12-31T22:00:00.000Z`, - Sponsor: `Twitterwire`, - Agent: `Alvin Assender`, - AgentContact: `aassender12@nsw.gov.au`, - AgentPhone: `+1-404-948-0848` - }), - new AthletesDataExtendedItem( - { - Id: 271, - Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/men/74.jpg`, - Position: `down`, - Name: `Jimmie Mcguinness`, - AthleteNumber: 20729, - BeatsPerMinute: 90, - TopSpeed: 4.6, - Registered: `2017-10-07T06:08:00-03:00`, - TrackProgress: 2, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/bw.png`, - CountryName: `Botswana`, - FirstPlaces: 0, - SecondPlaces: 2, - ThirdPlaces: 4, - RegistrationDate: `2017-10-07T03:08:00.000Z`, - Birthday: `1997-01-05T22:00:00.000Z`, - Sponsor: `Feedspan`, - Agent: `Kaitlin Foro`, - AgentContact: `kforot@digg.com`, - AgentPhone: `+1-816-772-9231` - }), - new AthletesDataExtendedItem( - { - Id: 271, - Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/men/81.jpg`, - Position: `down`, - Name: `آراد جعفری`, - AthleteNumber: 34962, - BeatsPerMinute: 90, - TopSpeed: 4.8, - Registered: `2017-04-22T04:20:39-03:00`, - TrackProgress: 2, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/bi.png`, - CountryName: `Burundi`, - FirstPlaces: 0, - SecondPlaces: 1, - ThirdPlaces: 0, - RegistrationDate: `2017-04-22T01:20:39.000Z`, - Birthday: `1995-03-02T22:00:00.000Z`, - Sponsor: `Yodo`, - Agent: `Michaella Gormally`, - AgentContact: `mgormallyx@umn.edu`, - AgentPhone: `+1-651-252-6398` - }), - new AthletesDataExtendedItem( - { - Id: 272, - Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/men/31.jpg`, - Position: `up`, - Name: `Aaron Robertson`, - AthleteNumber: 30727, - BeatsPerMinute: 95, - TopSpeed: 4.2, - Registered: `2017-08-23T09:37:40-03:00`, - TrackProgress: 2, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/id.png`, - CountryName: `Indonesia`, - FirstPlaces: 1, - SecondPlaces: 1, - ThirdPlaces: 1, - RegistrationDate: `2017-08-23T06:37:40.000Z`, - Birthday: `1975-01-18T22:00:00.000Z`, - Sponsor: `Fivebridge`, - Agent: `Emlen Castell`, - AgentContact: `ecastell2a@ucsd.edu`, - AgentPhone: `+1-585-817-1379` - }), - new AthletesDataExtendedItem( - { - Id: 272, - Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/women/26.jpg`, - Position: `down`, - Name: `Sélène Roussel`, - AthleteNumber: 11261, - BeatsPerMinute: 99, - TopSpeed: 5.8, - Registered: `2017-05-10T02:18:02-03:00`, - TrackProgress: 2, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/sm.png`, - CountryName: `San Marino`, - FirstPlaces: 1, - SecondPlaces: 1, - ThirdPlaces: 3, - RegistrationDate: `2017-05-09T23:18:02.000Z`, - Birthday: `1997-04-29T21:00:00.000Z`, - Sponsor: `Skyvu`, - Agent: `Cari Durtnall`, - AgentContact: `cdurtnall48@purevolume.com`, - AgentPhone: `+1-651-302-0176` - }), - new AthletesDataExtendedItem( - { - Id: 273, - Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/women/33.jpg`, - Position: `up`, - Name: `Annabelle Besteman`, - AthleteNumber: 30560, - BeatsPerMinute: 105, - TopSpeed: 5.3, - Registered: `2017-11-11T02:04:19-02:00`, - TrackProgress: 4, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/kp.png`, - CountryName: `North Korea`, - FirstPlaces: 0, - SecondPlaces: 1, - ThirdPlaces: 4, - RegistrationDate: `2017-11-11T00:04:19.000Z`, - Birthday: `1970-11-19T22:00:00.000Z`, - Sponsor: `Blogtags`, - Agent: `Sibilla Wegner`, - AgentContact: `swegner2m@ovh.net`, - AgentPhone: `+1-802-436-2712` - }), - new AthletesDataExtendedItem( - { - Id: 273, - Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/women/4.jpg`, - Position: `up`, - Name: `Afet Kumcuoğlu`, - AthleteNumber: 33454, - BeatsPerMinute: 106, - TopSpeed: 5.1, - Registered: `2017-09-16T07:05:43-03:00`, - TrackProgress: 2, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/nz.png`, - CountryName: `New Zealand`, - FirstPlaces: 2, - SecondPlaces: 1, - ThirdPlaces: 1, - RegistrationDate: `2017-09-16T04:05:43.000Z`, - Birthday: `1986-01-28T22:00:00.000Z`, - Sponsor: `Rhynoodle`, - Agent: `Netty Labet`, - AgentContact: `nlabet3l@webeden.co.uk`, - AgentPhone: `+1-402-247-1070` - }), - new AthletesDataExtendedItem( - { - Id: 274, - Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/women/9.jpg`, - Position: `up`, - Name: `Minea Rantanen`, - AthleteNumber: 18835, - BeatsPerMinute: 105, - TopSpeed: 5, - Registered: `2017-01-24T07:30:43-02:00`, - TrackProgress: 4, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/jo.png`, - CountryName: `Jordan`, - FirstPlaces: 2, - SecondPlaces: 2, - ThirdPlaces: 4, - RegistrationDate: `2017-01-24T05:30:43.000Z`, - Birthday: `1986-01-05T22:00:00.000Z`, - Sponsor: `Mycat`, - Agent: `Gradey Sedgeworth`, - AgentContact: `gsedgeworth2i@unicef.org`, - AgentPhone: `+1-202-726-0931` - }), - new AthletesDataExtendedItem( - { - Id: 275, - Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/women/69.jpg`, - Position: `current`, - Name: `Ellen Leppo`, - AthleteNumber: 29286, - BeatsPerMinute: 97, - TopSpeed: 5.6, - Registered: `2017-08-16T09:46:35-03:00`, - TrackProgress: 2, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/by.png`, - CountryName: `Belarus`, - FirstPlaces: 0, - SecondPlaces: 2, - ThirdPlaces: 4, - RegistrationDate: `2017-08-16T06:46:35.000Z`, - Birthday: `1987-06-17T21:00:00.000Z`, - Sponsor: `Rhynyx`, - Agent: `Griffy Franz-Schoninger`, - AgentContact: `gfranzschoningerm@twitpic.com`, - AgentPhone: `+1-205-199-0409` - }), - new AthletesDataExtendedItem( - { - Id: 275, - Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/men/88.jpg`, - Position: `down`, - Name: `Rafael Gutierrez`, - AthleteNumber: 38804, - BeatsPerMinute: 100, - TopSpeed: 5.9, - Registered: `2017-02-08T07:50:59-02:00`, - TrackProgress: 3, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/gn.png`, - CountryName: `Guinea`, - FirstPlaces: 0, - SecondPlaces: 0, - ThirdPlaces: 3, - RegistrationDate: `2017-02-08T05:50:59.000Z`, - Birthday: `1975-07-08T22:00:00.000Z`, - Sponsor: `Tagcat`, - Agent: `Greg Lifsey`, - AgentContact: `glifsey21@nytimes.com`, - AgentPhone: `+1-615-402-5193` - }), - new AthletesDataExtendedItem( - { - Id: 275, - Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/men/2.jpg`, - Position: `up`, - Name: `Fritz Sommer`, - AthleteNumber: 26210, - BeatsPerMinute: 99, - TopSpeed: 4.6, - Registered: `2017-09-29T03:54:57-03:00`, - TrackProgress: 2, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/lt.png`, - CountryName: `Lithuania`, - FirstPlaces: 2, - SecondPlaces: 3, - ThirdPlaces: 1, - RegistrationDate: `2017-09-29T00:54:57.000Z`, - Birthday: `1979-09-20T21:00:00.000Z`, - Sponsor: `Abatz`, - Agent: `Rosie Stouther`, - AgentContact: `rstouther2x@nationalgeographic.com`, - AgentPhone: `+1-918-657-6632` - }), - new AthletesDataExtendedItem( - { - Id: 276, - Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/men/65.jpg`, - Position: `current`, - Name: `David Scott`, - AthleteNumber: 46997, - BeatsPerMinute: 101, - TopSpeed: 4.4, - Registered: `2017-07-25T09:23:24-03:00`, - TrackProgress: 3, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/pt.png`, - CountryName: `Portugal`, - FirstPlaces: 1, - SecondPlaces: 1, - ThirdPlaces: 4, - RegistrationDate: `2017-07-25T06:23:24.000Z`, - Birthday: `2002-04-04T21:00:00.000Z`, - Sponsor: `Einti`, - Agent: `Andreas Kibble`, - AgentContact: `akibble40@tinypic.com`, - AgentPhone: `+1-716-599-4740` - }), - new AthletesDataExtendedItem( - { - Id: 276, - Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/women/1.jpg`, - Position: `current`, - Name: `Encarnacion Martin`, - AthleteNumber: 40912, - BeatsPerMinute: 105, - TopSpeed: 5.5, - Registered: `2017-01-11T12:52:28-02:00`, - TrackProgress: 3, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/th.png`, - CountryName: `Thailand`, - FirstPlaces: 1, - SecondPlaces: 0, - ThirdPlaces: 4, - RegistrationDate: `2017-01-11T10:52:28.000Z`, - Birthday: `1979-05-11T21:00:00.000Z`, - Sponsor: `Edgeclub`, - Agent: `Else Vice`, - AgentContact: `evice4t@marketwatch.com`, - AgentPhone: `+1-702-635-3199` - }), - new AthletesDataExtendedItem( - { - Id: 279, - Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/women/39.jpg`, - Position: `current`, - Name: `Ashley Romero`, - AthleteNumber: 36611, - BeatsPerMinute: 104, - TopSpeed: 5.5, - Registered: `2017-02-08T12:45:46-02:00`, - TrackProgress: 4, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/mn.png`, - CountryName: `Mongolia`, - FirstPlaces: 1, - SecondPlaces: 0, - ThirdPlaces: 2, - RegistrationDate: `2017-02-08T10:45:46.000Z`, - Birthday: `1989-08-15T21:00:00.000Z`, - Sponsor: `Gabvine`, - Agent: `Jae William`, - AgentContact: `jwilliam3d@bloglovin.com`, - AgentPhone: `+1-402-511-1348` - }), - new AthletesDataExtendedItem( - { - Id: 280, - Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/men/90.jpg`, - Position: `down`, - Name: `Cecil Nichols`, - AthleteNumber: 20656, - BeatsPerMinute: 100, - TopSpeed: 5, - Registered: `2017-04-24T01:20:34-03:00`, - TrackProgress: 3, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/rw.png`, - CountryName: `RWANDA`, - FirstPlaces: 0, - SecondPlaces: 2, - ThirdPlaces: 1, - RegistrationDate: `2017-04-23T22:20:34.000Z`, - Birthday: `1979-02-27T22:00:00.000Z`, - Sponsor: `Divavu`, - Agent: `Ruperta Beesey`, - AgentContact: `rbeesey43@google.co.uk`, - AgentPhone: `+1-941-375-0858` - }), - new AthletesDataExtendedItem( - { - Id: 282, - Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/men/55.jpg`, - Position: `current`, - Name: `Johann Fischer`, - AthleteNumber: 37212, - BeatsPerMinute: 98, - TopSpeed: 5.8, - Registered: `2017-09-01T04:39:52-03:00`, - TrackProgress: 2, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/br.png`, - CountryName: `Brazil`, - FirstPlaces: 0, - SecondPlaces: 2, - ThirdPlaces: 0, - RegistrationDate: `2017-09-01T01:39:52.000Z`, - Birthday: `1984-05-02T21:00:00.000Z`, - Sponsor: `Roombo`, - Agent: `Krissy Jowett`, - AgentContact: `kjowettu@reddit.com`, - AgentPhone: `+1-702-975-7252` - }), - new AthletesDataExtendedItem( - { - Id: 283, - Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/men/10.jpg`, - Position: `current`, - Name: `سینا مرادی`, - AthleteNumber: 10809, - BeatsPerMinute: 105, - TopSpeed: 5.3, - Registered: `2017-04-05T05:27:13-03:00`, - TrackProgress: 2, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/bh.png`, - CountryName: `Bahrain`, - FirstPlaces: 2, - SecondPlaces: 2, - ThirdPlaces: 3, - RegistrationDate: `2017-04-05T02:27:13.000Z`, - Birthday: `1976-11-11T22:00:00.000Z`, - Sponsor: `Rhycero`, - Agent: `Doy Stonman`, - AgentContact: `dstonmanj@smugmug.com`, - AgentPhone: `+1-814-375-3219` - }), - new AthletesDataExtendedItem( - { - Id: 284, - Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/men/12.jpg`, - Position: `current`, - Name: `Abel Brun`, - AthleteNumber: 39315, - BeatsPerMinute: 105, - TopSpeed: 5.1, - Registered: `2017-10-05T05:54:31-03:00`, - TrackProgress: 2, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/af.png`, - CountryName: `Afghanistan`, - FirstPlaces: 0, - SecondPlaces: 0, - ThirdPlaces: 1, - RegistrationDate: `2017-10-05T02:54:31.000Z`, - Birthday: `2002-02-09T22:00:00.000Z`, - Sponsor: `Divanoodle`, - Agent: `Gawain Beadnall`, - AgentContact: `gbeadnall0@etsy.com`, - AgentPhone: `+1-317-866-4381` - }), - new AthletesDataExtendedItem( - { - Id: 285, - Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/men/43.jpg`, - Position: `down`, - Name: `Niilo Laurila`, - AthleteNumber: 49215, - BeatsPerMinute: 104, - TopSpeed: 4.5, - Registered: `2017-04-26T01:26:36-03:00`, - TrackProgress: 3, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/et.png`, - CountryName: `Ethiopia`, - FirstPlaces: 1, - SecondPlaces: 2, - ThirdPlaces: 2, - RegistrationDate: `2017-04-25T22:26:36.000Z`, - Birthday: `1977-11-19T22:00:00.000Z`, - Sponsor: `Rooxo`, - Agent: `Selestina Frany`, - AgentContact: `sfrany1p@devhub.com`, - AgentPhone: `+1-520-658-1497` - }), - new AthletesDataExtendedItem( - { - Id: 285, - Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/men/34.jpg`, - Position: `current`, - Name: `Jeffrey Medina`, - AthleteNumber: 42905, - BeatsPerMinute: 100, - TopSpeed: 5.2, - Registered: `2017-09-15T02:11:43-03:00`, - TrackProgress: 4, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/gr.png`, - CountryName: `Greece`, - FirstPlaces: 1, - SecondPlaces: 0, - ThirdPlaces: 4, - RegistrationDate: `2017-09-14T23:11:43.000Z`, - Birthday: `1985-12-16T22:00:00.000Z`, - Sponsor: `Edgetag`, - Agent: `Doralyn Fransinelli`, - AgentContact: `dfransinelli1y@ucsd.edu`, - AgentPhone: `+1-915-495-9682` - }), - new AthletesDataExtendedItem( - { - Id: 286, - Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/women/82.jpg`, - Position: `current`, - Name: `Eloida Novaes`, - AthleteNumber: 30751, - BeatsPerMinute: 107, - TopSpeed: 4.2, - Registered: `2017-01-02T01:04:04-02:00`, - TrackProgress: 4, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/cl.png`, - CountryName: `Chile`, - FirstPlaces: 1, - SecondPlaces: 2, - ThirdPlaces: 3, - RegistrationDate: `2017-01-01T23:04:04.000Z`, - Birthday: `1992-06-05T21:00:00.000Z`, - Sponsor: `Rhyzio`, - Agent: `Clementine McLellan`, - AgentContact: `cmclellan14@prlog.org`, - AgentPhone: `+1-802-350-5146` - }), - new AthletesDataExtendedItem( - { - Id: 286, - Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/women/45.jpg`, - Position: `down`, - Name: `Marisvalda Martins`, - AthleteNumber: 33879, - BeatsPerMinute: 107, - TopSpeed: 5.4, - Registered: `2017-01-31T12:07:48-02:00`, - TrackProgress: 2, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/es.png`, - CountryName: `Spain`, - FirstPlaces: 2, - SecondPlaces: 1, - ThirdPlaces: 0, - RegistrationDate: `2017-01-31T10:07:48.000Z`, - Birthday: `1985-12-08T22:00:00.000Z`, - Sponsor: `Topiczoom`, - Agent: `Leticia Shawell`, - AgentContact: `lshawell4j@flickr.com`, - AgentPhone: `+1-203-989-5206` - }), - new AthletesDataExtendedItem( - { - Id: 287, - Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/men/35.jpg`, - Position: `current`, - Name: `Loïc Gerard`, - AthleteNumber: 31706, - BeatsPerMinute: 102, - TopSpeed: 4.4, - Registered: `2017-07-28T09:10:43-03:00`, - TrackProgress: 4, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ie.png`, - CountryName: `Ireland`, - FirstPlaces: 0, - SecondPlaces: 0, - ThirdPlaces: 3, - RegistrationDate: `2017-07-28T06:10:43.000Z`, - Birthday: `1977-05-11T22:00:00.000Z`, - Sponsor: `Abatz`, - Agent: `Kelcie Folley`, - AgentContact: `kfolley2d@livejournal.com`, - AgentPhone: `+1-336-131-5394` - }), - new AthletesDataExtendedItem( - { - Id: 287, - Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/women/72.jpg`, - Position: `up`, - Name: `Charlotte Dean`, - AthleteNumber: 45969, - BeatsPerMinute: 105, - TopSpeed: 5, - Registered: `2017-02-13T05:39:15-02:00`, - TrackProgress: 4, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/za.png`, - CountryName: `South Africa`, - FirstPlaces: 0, - SecondPlaces: 0, - ThirdPlaces: 1, - RegistrationDate: `2017-02-13T03:39:15.000Z`, - Birthday: `1984-08-23T21:00:00.000Z`, - Sponsor: `Edgetag`, - Agent: `Willetta Sitlinton`, - AgentContact: `wsitlinton4i@joomla.org`, - AgentPhone: `+1-757-352-9306` - }), - new AthletesDataExtendedItem( - { - Id: 292, - Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/women/4.jpg`, - Position: `down`, - Name: `Asta Hansen`, - AthleteNumber: 17222, - BeatsPerMinute: 101, - TopSpeed: 4.3, - Registered: `2017-01-08T02:41:56-02:00`, - TrackProgress: 2, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/kz.png`, - CountryName: `Kazakhstan`, - FirstPlaces: 1, - SecondPlaces: 3, - ThirdPlaces: 1, - RegistrationDate: `2017-01-08T00:41:56.000Z`, - Birthday: `1981-08-23T21:00:00.000Z`, - Sponsor: `Leexo`, - Agent: `Kelila Hotson`, - AgentContact: `khotson2j@imageshack.us`, - AgentPhone: `+1-336-330-9832` - }), - new AthletesDataExtendedItem( - { - Id: 293, - Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/women/90.jpg`, - Position: `current`, - Name: `Ana Bourgeois`, - AthleteNumber: 24612, - BeatsPerMinute: 110, - TopSpeed: 6, - Registered: `2017-11-02T02:17:43-02:00`, - TrackProgress: 2, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/sg.png`, - CountryName: `Singapore`, - FirstPlaces: 2, - SecondPlaces: 0, - ThirdPlaces: 1, - RegistrationDate: `2017-11-02T00:17:43.000Z`, - Birthday: `1985-03-20T22:00:00.000Z`, - Sponsor: `Photobean`, - Agent: `Tabb Sharpin`, - AgentContact: `tsharpin4e@odnoklassniki.ru`, - AgentPhone: `+1-714-282-1294` - }), - new AthletesDataExtendedItem( - { - Id: 293, - Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/women/21.jpg`, - Position: `up`, - Name: `Sara Hannula`, - AthleteNumber: 22025, - BeatsPerMinute: 102, - TopSpeed: 4.2, - Registered: `2017-10-09T11:32:13-03:00`, - TrackProgress: 3, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/tl.png`, - CountryName: `Timor-Leste`, - FirstPlaces: 0, - SecondPlaces: 0, - ThirdPlaces: 3, - RegistrationDate: `2017-10-09T08:32:13.000Z`, - Birthday: `1995-09-10T21:00:00.000Z`, - Sponsor: `Skibox`, - Agent: `Brett Blazy`, - AgentContact: `bblazy4u@vkontakte.ru`, - AgentPhone: `+1-813-209-2340` - }), - new AthletesDataExtendedItem( - { - Id: 296, - Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/women/37.jpg`, - Position: `up`, - Name: `Thea Edwards`, - AthleteNumber: 29141, - BeatsPerMinute: 99, - TopSpeed: 5.8, - Registered: `2017-05-23T05:24:38-03:00`, - TrackProgress: 4, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/sl.png`, - CountryName: `Sierra Leone`, - FirstPlaces: 1, - SecondPlaces: 3, - ThirdPlaces: 2, - RegistrationDate: `2017-05-23T02:24:38.000Z`, - Birthday: `1973-05-09T22:00:00.000Z`, - Sponsor: `Wikivu`, - Agent: `Constanta Klazenga`, - AgentContact: `cklazenga4d@miibeian.gov.cn`, - AgentPhone: `+1-309-900-7956` - }), - new AthletesDataExtendedItem( - { - Id: 299, - Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/men/89.jpg`, - Position: `down`, - Name: `Victor Lévesque`, - AthleteNumber: 48375, - BeatsPerMinute: 110, - TopSpeed: 5.7, - Registered: `2017-11-10T11:31:44-02:00`, - TrackProgress: 4, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/mr.png`, - CountryName: `Mauritania`, - FirstPlaces: 0, - SecondPlaces: 2, - ThirdPlaces: 0, - RegistrationDate: `2017-11-10T09:31:44.000Z`, - Birthday: `1977-06-22T22:00:00.000Z`, - Sponsor: `Linklinks`, - Agent: `Gordan Guerrin`, - AgentContact: `gguerrin37@google.pl`, - AgentPhone: `+1-626-819-3737` - }), + new AthletesDataExtendedItem({ Id: 100, Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/women/20.jpg`, Position: `current`, Name: `Alexis Walker`, AthleteNumber: 43183, BeatsPerMinute: 103, TopSpeed: 5.8, Registered: `2017-08-07T10:35:06-03:00`, TrackProgress: 4, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/gh.png`, CountryName: `Ghana`, FirstPlaces: 2, SecondPlaces: 3, ThirdPlaces: 0, RegistrationDate: `2017-08-07T07:35:06.000Z`, Birthday: `1979-03-09T22:00:00.000Z`, Sponsor: `Buzzdog`, Agent: `Yoshiko Trinke`, AgentContact: `ytrinke1x@symantec.com`, AgentPhone: `+1-615-409-3097` }), + new AthletesDataExtendedItem({ Id: 101, Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/women/71.jpg`, Position: `down`, Name: `Lavínia Silva`, AthleteNumber: 33994, BeatsPerMinute: 93, TopSpeed: 5.6, Registered: `2017-03-22T08:55:46-02:00`, TrackProgress: 4, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/no.png`, CountryName: `Norway`, FirstPlaces: 1, SecondPlaces: 0, ThirdPlaces: 3, RegistrationDate: `2017-03-22T06:55:46.000Z`, Birthday: `1982-04-29T21:00:00.000Z`, Sponsor: `Realcube`, Agent: `Celestina Noweak`, AgentContact: `cnoweak3q@nhs.uk`, AgentPhone: `+1-971-806-8372` }), + new AthletesDataExtendedItem({ Id: 105, Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/men/5.jpg`, Position: `down`, Name: `Samu Hokkanen`, AthleteNumber: 22469, BeatsPerMinute: 106, TopSpeed: 5.5, Registered: `2017-06-29T04:58:27-03:00`, TrackProgress: 2, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/az.png`, CountryName: `Azerbaijan`, FirstPlaces: 1, SecondPlaces: 3, ThirdPlaces: 4, RegistrationDate: `2017-06-29T01:58:27.000Z`, Birthday: `1992-05-15T21:00:00.000Z`, Sponsor: `Twinte`, Agent: `Karol Emett`, AgentContact: `kemetth@ocn.ne.jp`, AgentPhone: `+1-215-959-2505` }), + new AthletesDataExtendedItem({ Id: 107, Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/men/33.jpg`, Position: `up`, Name: `Pedro Marquez`, AthleteNumber: 16169, BeatsPerMinute: 97, TopSpeed: 5.4, Registered: `2017-11-11T05:14:31-02:00`, TrackProgress: 3, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/mw.png`, CountryName: `Malawi`, FirstPlaces: 2, SecondPlaces: 3, ThirdPlaces: 3, RegistrationDate: `2017-11-11T03:14:31.000Z`, Birthday: `1986-07-24T21:00:00.000Z`, Sponsor: `Jabbertype`, Agent: `Gates Burbudge`, AgentContact: `gburbudge31@nationalgeographic.com`, AgentPhone: `+1-941-294-1364` }), + new AthletesDataExtendedItem({ Id: 107, Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/women/92.jpg`, Position: `down`, Name: `Megan Webb`, AthleteNumber: 30713, BeatsPerMinute: 93, TopSpeed: 5.6, Registered: `2017-08-20T09:26:51-03:00`, TrackProgress: 4, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/mt.png`, CountryName: `Malta`, FirstPlaces: 0, SecondPlaces: 0, ThirdPlaces: 3, RegistrationDate: `2017-08-20T06:26:51.000Z`, Birthday: `1995-08-13T21:00:00.000Z`, Sponsor: `Gabvine`, Agent: `Tildie MacCorkell`, AgentContact: `tmaccorkell35@360.cn`, AgentPhone: `+1-951-766-9576` }), + new AthletesDataExtendedItem({ Id: 108, Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/men/31.jpg`, Position: `up`, Name: `Noah Bergeron`, AthleteNumber: 35139, BeatsPerMinute: 110, TopSpeed: 5.6, Registered: `2017-06-23T01:21:21-03:00`, TrackProgress: 4, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ci.png`, CountryName: `Cote DIvoire`, FirstPlaces: 1, SecondPlaces: 0, ThirdPlaces: 3, RegistrationDate: `2017-06-22T22:21:21.000Z`, Birthday: `1973-07-04T22:00:00.000Z`, Sponsor: `Bubblemix`, Agent: `Lyda Rylett`, AgentContact: `lrylett1a@bravesites.com`, AgentPhone: `+1-260-911-8241` }), + new AthletesDataExtendedItem({ Id: 110, Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/women/26.jpg`, Position: `down`, Name: `Emilie Morin`, AthleteNumber: 26164, BeatsPerMinute: 98, TopSpeed: 4.9, Registered: `2017-02-01T04:18:19-02:00`, TrackProgress: 3, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/kg.png`, CountryName: `Kyrgyzstan`, FirstPlaces: 2, SecondPlaces: 3, ThirdPlaces: 1, RegistrationDate: `2017-02-01T02:18:19.000Z`, Birthday: `1991-03-05T22:00:00.000Z`, Sponsor: `Ooba`, Agent: `Fifine Northeast`, AgentContact: `fnortheast2p@w3.org`, AgentPhone: `+1-970-422-2151` }), + new AthletesDataExtendedItem({ Id: 110, Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/women/13.jpg`, Position: `current`, Name: `Özsu Keçeci`, AthleteNumber: 29403, BeatsPerMinute: 106, TopSpeed: 4.2, Registered: `2017-01-19T11:34:13-02:00`, TrackProgress: 4, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/lv.png`, CountryName: `Latvia`, FirstPlaces: 0, SecondPlaces: 0, ThirdPlaces: 0, RegistrationDate: `2017-01-19T09:34:13.000Z`, Birthday: `1999-12-11T22:00:00.000Z`, Sponsor: `Gabcube`, Agent: `Tamarah Goathrop`, AgentContact: `tgoathrop2r@ucoz.ru`, AgentPhone: `+1-805-539-7645` }), + new AthletesDataExtendedItem({ Id: 110, Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/women/15.jpg`, Position: `current`, Name: `Annabell Brand`, AthleteNumber: 39233, BeatsPerMinute: 93, TopSpeed: 5.7, Registered: `2017-03-01T12:21:24-02:00`, TrackProgress: 3, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/pg.png`, CountryName: `Papua New Guinea`, FirstPlaces: 1, SecondPlaces: 2, ThirdPlaces: 4, RegistrationDate: `2017-03-01T10:21:24.000Z`, Birthday: `2003-02-19T22:00:00.000Z`, Sponsor: `Meetz`, Agent: `Bary Rabson`, AgentContact: `brabson3v@ucla.edu`, AgentPhone: `+1-701-645-5641` }), + new AthletesDataExtendedItem({ Id: 111, Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/men/23.jpg`, Position: `up`, Name: `Connor Green`, AthleteNumber: 44716, BeatsPerMinute: 95, TopSpeed: 4.4, Registered: `2017-06-30T11:23:25-03:00`, TrackProgress: 3, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/bb.png`, CountryName: `Barbados`, FirstPlaces: 1, SecondPlaces: 1, ThirdPlaces: 1, RegistrationDate: `2017-06-30T08:23:25.000Z`, Birthday: `1970-06-06T22:00:00.000Z`, Sponsor: `Twinte`, Agent: `Norah Van Vuuren`, AgentContact: `nvanl@addtoany.com`, AgentPhone: `+1-253-501-5798` }), + new AthletesDataExtendedItem({ Id: 112, Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/women/53.jpg`, Position: `down`, Name: `Karen Shaw`, AthleteNumber: 31048, BeatsPerMinute: 107, TopSpeed: 5.7, Registered: `2017-05-15T09:25:03-03:00`, TrackProgress: 4, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ec.png`, CountryName: `Ecuador`, FirstPlaces: 0, SecondPlaces: 1, ThirdPlaces: 0, RegistrationDate: `2017-05-15T06:25:03.000Z`, Birthday: `1975-11-12T22:00:00.000Z`, Sponsor: `Kazio`, Agent: `Tod Farnes`, AgentContact: `tfarnes1j@hao123.com`, AgentPhone: `+1-304-641-7053` }), + new AthletesDataExtendedItem({ Id: 113, Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/men/37.jpg`, Position: `current`, Name: `Nick Naumann`, AthleteNumber: 25566, BeatsPerMinute: 109, TopSpeed: 5.9, Registered: `2017-07-12T09:01:11-03:00`, TrackProgress: 2, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/sz.png`, CountryName: `Swaziland`, FirstPlaces: 2, SecondPlaces: 1, ThirdPlaces: 2, RegistrationDate: `2017-07-12T06:01:11.000Z`, Birthday: `1993-12-20T22:00:00.000Z`, Sponsor: `Fatz`, Agent: `Una Juliano`, AgentContact: `ujuliano4m@samsung.com`, AgentPhone: `+1-202-648-7663` }), + new AthletesDataExtendedItem({ Id: 113, Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/women/36.jpg`, Position: `current`, Name: `Marialba Nascimento`, AthleteNumber: 47061, BeatsPerMinute: 108, TopSpeed: 5.2, Registered: `2017-09-19T05:47:21-03:00`, TrackProgress: 2, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/tn.png`, CountryName: `Tunisia`, FirstPlaces: 2, SecondPlaces: 2, ThirdPlaces: 3, RegistrationDate: `2017-09-19T02:47:21.000Z`, Birthday: `1972-03-17T22:00:00.000Z`, Sponsor: `Skyvu`, Agent: `Flynn Sheard`, AgentContact: `fsheard4y@usnews.com`, AgentPhone: `+1-225-863-3714` }), + new AthletesDataExtendedItem({ Id: 116, Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/women/1.jpg`, Position: `down`, Name: `Sevcan Kollen`, AthleteNumber: 13728, BeatsPerMinute: 104, TopSpeed: 5.3, Registered: `2017-09-08T08:29:08-03:00`, TrackProgress: 3, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/gt.png`, CountryName: `Guatemala`, FirstPlaces: 1, SecondPlaces: 1, ThirdPlaces: 0, RegistrationDate: `2017-09-08T05:29:08.000Z`, Birthday: `1994-04-04T21:00:00.000Z`, Sponsor: `Podcat`, Agent: `Jermain Capron`, AgentContact: `jcapron20@so-net.ne.jp`, AgentPhone: `+1-323-118-4740` }), + new AthletesDataExtendedItem({ Id: 121, Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/men/45.jpg`, Position: `current`, Name: `Maurice Lambert`, AthleteNumber: 17443, BeatsPerMinute: 96, TopSpeed: 5.6, Registered: `2017-06-05T08:19:32-03:00`, TrackProgress: 3, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/bd.png`, CountryName: `Bangladesh`, FirstPlaces: 0, SecondPlaces: 2, ThirdPlaces: 0, RegistrationDate: `2017-06-05T05:19:32.000Z`, Birthday: `1980-11-14T22:00:00.000Z`, Sponsor: `Pixope`, Agent: `Earlie Limbrick`, AgentContact: `elimbrickk@bloglovin.com`, AgentPhone: `+1-202-816-6480` }), + new AthletesDataExtendedItem({ Id: 121, Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/men/31.jpg`, Position: `down`, Name: `Ivan Ivanov`, AthleteNumber: 11054, BeatsPerMinute: 108, TopSpeed: 5.7, Registered: `2017-04-18T08:03:01-03:00`, TrackProgress: 5, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/bg.png`, CountryName: `Bulgaria`, FirstPlaces: 1, SecondPlaces: 2, ThirdPlaces: 4, RegistrationDate: `2017-04-18T05:03:01.000Z`, Birthday: `1994-06-08T21:00:00.000Z`, Sponsor: `Oodoo`, Agent: `Cammie Hulks`, AgentContact: `chulksv@twitpic.com`, AgentPhone: `+1-310-984-6577` }), + new AthletesDataExtendedItem({ Id: 121, Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/men/48.jpg`, Position: `current`, Name: `Väinö Salmi`, AthleteNumber: 29839, BeatsPerMinute: 107, TopSpeed: 5.5, Registered: `2017-10-21T05:57:02-03:00`, TrackProgress: 3, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/gw.png`, CountryName: `Guinea-Bissau`, FirstPlaces: 0, SecondPlaces: 3, ThirdPlaces: 4, RegistrationDate: `2017-10-21T02:57:02.000Z`, Birthday: `1981-11-18T22:00:00.000Z`, Sponsor: `Thoughtbridge`, Agent: `Nonna Brailsford`, AgentContact: `nbrailsford22@exblog.jp`, AgentPhone: `+1-407-261-5214` }), + new AthletesDataExtendedItem({ Id: 122, Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/men/57.jpg`, Position: `down`, Name: `Jack Jean-baptiste`, AthleteNumber: 40427, BeatsPerMinute: 110, TopSpeed: 4.3, Registered: `2017-11-09T08:50:06-02:00`, TrackProgress: 2, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/cm.png`, CountryName: `Cameroon`, FirstPlaces: 1, SecondPlaces: 3, ThirdPlaces: 3, RegistrationDate: `2017-11-09T06:50:06.000Z`, Birthday: `1976-04-06T22:00:00.000Z`, Sponsor: `Chatterpoint`, Agent: `Georges Piperley`, AgentContact: `gpiperleyz@github.com`, AgentPhone: `+1-702-587-9964` }), + new AthletesDataExtendedItem({ Id: 122, Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/women/71.jpg`, Position: `down`, Name: `Natalie Conrad`, AthleteNumber: 42602, BeatsPerMinute: 108, TopSpeed: 6, Registered: `2017-03-18T06:35:44-02:00`, TrackProgress: 4, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/tt.png`, CountryName: `Trinidad and Tobago`, FirstPlaces: 2, SecondPlaces: 1, ThirdPlaces: 2, RegistrationDate: `2017-03-18T04:35:44.000Z`, Birthday: `1980-11-10T22:00:00.000Z`, Sponsor: `Gabcube`, Agent: `Kalila Lovegrove`, AgentContact: `klovegrove4x@marriott.com`, AgentPhone: `+1-202-705-1859` }), + new AthletesDataExtendedItem({ Id: 123, Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/men/31.jpg`, Position: `current`, Name: `Eeli Makinen`, AthleteNumber: 45296, BeatsPerMinute: 106, TopSpeed: 5.2, Registered: `2017-01-06T09:58:02-02:00`, TrackProgress: 2, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/fi.png`, CountryName: `Finland`, FirstPlaces: 2, SecondPlaces: 1, ThirdPlaces: 1, RegistrationDate: `2017-01-06T07:58:02.000Z`, Birthday: `1972-08-04T22:00:00.000Z`, Sponsor: `Skinix`, Agent: `Wilfred Sibbit`, AgentContact: `wsibbit1r@guardian.co.uk`, AgentPhone: `+1-609-454-3582` }), + new AthletesDataExtendedItem({ Id: 123, Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/women/12.jpg`, Position: `up`, Name: `آنیتا كامياران`, AthleteNumber: 18980, BeatsPerMinute: 90, TopSpeed: 4.5, Registered: `2017-07-21T06:42:59-03:00`, TrackProgress: 4, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/lb.png`, CountryName: `Lebanon`, FirstPlaces: 1, SecondPlaces: 1, ThirdPlaces: 1, RegistrationDate: `2017-07-21T03:42:59.000Z`, Birthday: `1997-04-09T21:00:00.000Z`, Sponsor: `Zoomzone`, Agent: `Leanora Ashment`, AgentContact: `lashment2s@indiatimes.com`, AgentPhone: `+1-512-208-1070` }), + new AthletesDataExtendedItem({ Id: 123, Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/women/19.jpg`, Position: `down`, Name: `Flora Perez`, AthleteNumber: 23907, BeatsPerMinute: 102, TopSpeed: 5.8, Registered: `2017-04-12T04:16:56-03:00`, TrackProgress: 3, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/pl.png`, CountryName: `Poland`, FirstPlaces: 0, SecondPlaces: 3, ThirdPlaces: 2, RegistrationDate: `2017-04-12T01:16:56.000Z`, Birthday: `1988-01-03T22:00:00.000Z`, Sponsor: `Bubblebox`, Agent: `Carolyne Flewitt`, AgentContact: `cflewitt3z@tripod.com`, AgentPhone: `+1-402-318-6486` }), + new AthletesDataExtendedItem({ Id: 124, Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/women/19.jpg`, Position: `current`, Name: `Marie Poulsen`, AthleteNumber: 44113, BeatsPerMinute: 109, TopSpeed: 4.7, Registered: `2017-04-15T10:25:21-03:00`, TrackProgress: 2, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ma.png`, CountryName: `Morocco`, FirstPlaces: 1, SecondPlaces: 0, ThirdPlaces: 3, RegistrationDate: `2017-04-15T07:25:21.000Z`, Birthday: `2000-01-03T22:00:00.000Z`, Sponsor: `Wikizz`, Agent: `Johanna Robrow`, AgentContact: `jrobrow3e@accuweather.com`, AgentPhone: `+1-989-403-7013` }), + new AthletesDataExtendedItem({ Id: 124, Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/men/98.jpg`, Position: `down`, Name: `Mathieu Mathieu`, AthleteNumber: 10555, BeatsPerMinute: 101, TopSpeed: 5.2, Registered: `2017-01-05T07:28:11-02:00`, TrackProgress: 4, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/uz.png`, CountryName: `Uzbekistan`, FirstPlaces: 2, SecondPlaces: 2, ThirdPlaces: 1, RegistrationDate: `2017-01-05T05:28:11.000Z`, Birthday: `2002-09-25T21:00:00.000Z`, Sponsor: `Edgewire`, Agent: `Hoyt Kindred`, AgentContact: `hkindred57@1688.com`, AgentPhone: `+1-361-717-3582` }), + new AthletesDataExtendedItem({ Id: 125, Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/women/16.jpg`, Position: `current`, Name: `Altiva Alves`, AthleteNumber: 31850, BeatsPerMinute: 106, TopSpeed: 5.1, Registered: `2017-11-09T02:43:54-02:00`, TrackProgress: 3, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/km.png`, CountryName: `Comoros`, FirstPlaces: 2, SecondPlaces: 0, ThirdPlaces: 1, RegistrationDate: `2017-11-09T00:43:54.000Z`, Birthday: `1988-08-24T21:00:00.000Z`, Sponsor: `Latz`, Agent: `Simon O'Mannion`, AgentContact: `somannion17@constantcontact.com`, AgentPhone: `+1-815-580-5623` }), + new AthletesDataExtendedItem({ Id: 127, Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/men/52.jpg`, Position: `down`, Name: `Gerardo Soto`, AthleteNumber: 22958, BeatsPerMinute: 90, TopSpeed: 5, Registered: `2017-06-04T12:52:03-03:00`, TrackProgress: 4, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/co.png`, CountryName: `Colombia`, FirstPlaces: 1, SecondPlaces: 2, ThirdPlaces: 4, RegistrationDate: `2017-06-04T09:52:03.000Z`, Birthday: `1974-11-23T22:00:00.000Z`, Sponsor: `Youspan`, Agent: `Wilma Bulford`, AgentContact: `wbulford16@squidoo.com`, AgentPhone: `+1-610-214-1806` }), + new AthletesDataExtendedItem({ Id: 128, Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/women/52.jpg`, Position: `up`, Name: `Sophie Lewis`, AthleteNumber: 46222, BeatsPerMinute: 106, TopSpeed: 4.4, Registered: `2017-02-20T09:42:07-02:00`, TrackProgress: 4, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/mc.png`, CountryName: `Monaco`, FirstPlaces: 1, SecondPlaces: 1, ThirdPlaces: 1, RegistrationDate: `2017-02-20T07:42:07.000Z`, Birthday: `1985-11-28T22:00:00.000Z`, Sponsor: `Dablist`, Agent: `Gray Dinse`, AgentContact: `gdinse3c@abc.net.au`, AgentPhone: `+1-904-798-6308` }), + new AthletesDataExtendedItem({ Id: 129, Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/women/34.jpg`, Position: `up`, Name: `Ella Hansen`, AthleteNumber: 27075, BeatsPerMinute: 101, TopSpeed: 5.1, Registered: `2017-01-05T10:12:42-02:00`, TrackProgress: 3, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/lk.png`, CountryName: `Sri Lanka`, FirstPlaces: 0, SecondPlaces: 2, ThirdPlaces: 0, RegistrationDate: `2017-01-05T08:12:42.000Z`, Birthday: `2003-02-03T22:00:00.000Z`, Sponsor: `Skyvu`, Agent: `Leyla Gomersal`, AgentContact: `lgomersal4k@ftc.gov`, AgentPhone: `+1-607-858-0288` }), + new AthletesDataExtendedItem({ Id: 130, Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/women/24.jpg`, Position: `down`, Name: `آوا احمدی`, AthleteNumber: 44347, BeatsPerMinute: 110, TopSpeed: 4.1, Registered: `2017-06-04T09:04:31-03:00`, TrackProgress: 4, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/cn.png`, CountryName: `China`, FirstPlaces: 1, SecondPlaces: 3, ThirdPlaces: 4, RegistrationDate: `2017-06-04T06:04:31.000Z`, Birthday: `1974-09-17T22:00:00.000Z`, Sponsor: `Twimm`, Agent: `Mendel Saby`, AgentContact: `msaby15@seattletimes.com`, AgentPhone: `+1-414-978-0163` }), + new AthletesDataExtendedItem({ Id: 130, Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/men/94.jpg`, Position: `up`, Name: `Adem Özdoğan`, AthleteNumber: 45143, BeatsPerMinute: 90, TopSpeed: 5.5, Registered: `2017-02-16T07:11:52-02:00`, TrackProgress: 4, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/tm.png`, CountryName: `Turkmenistan`, FirstPlaces: 2, SecondPlaces: 0, ThirdPlaces: 3, RegistrationDate: `2017-02-16T05:11:52.000Z`, Birthday: `1970-12-06T22:00:00.000Z`, Sponsor: `Jayo`, Agent: `Arabel Carthy`, AgentContact: `acarthy50@webmd.com`, AgentPhone: `+1-323-320-0272` }), + new AthletesDataExtendedItem({ Id: 131, Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/women/61.jpg`, Position: `down`, Name: `Veronika Huber`, AthleteNumber: 18146, BeatsPerMinute: 103, TopSpeed: 5.2, Registered: `2017-07-13T02:23:56-03:00`, TrackProgress: 2, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/to.png`, CountryName: `Tonga`, FirstPlaces: 1, SecondPlaces: 3, ThirdPlaces: 2, RegistrationDate: `2017-07-12T23:23:56.000Z`, Birthday: `2000-05-16T21:00:00.000Z`, Sponsor: `Skipstorm`, Agent: `Marta Cossor`, AgentContact: `mcossor4w@parallels.com`, AgentPhone: `+1-573-183-1533` }), + new AthletesDataExtendedItem({ Id: 131, Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/women/61.jpg`, Position: `current`, Name: `Eliza Bishop`, AthleteNumber: 31774, BeatsPerMinute: 96, TopSpeed: 4.7, Registered: `2017-09-22T11:49:02-03:00`, TrackProgress: 4, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/eh.png`, CountryName: `Western Sahara`, FirstPlaces: 0, SecondPlaces: 1, ThirdPlaces: 4, RegistrationDate: `2017-09-22T08:49:02.000Z`, Birthday: `1988-02-09T22:00:00.000Z`, Sponsor: `Photojam`, Agent: `Bridie Shortt`, AgentContact: `bshortt5a@ihg.com`, AgentPhone: `+1-202-577-9318` }), + new AthletesDataExtendedItem({ Id: 134, Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/women/66.jpg`, Position: `down`, Name: `Anni Waisanen`, AthleteNumber: 32133, BeatsPerMinute: 99, TopSpeed: 5, Registered: `2017-08-17T01:35:09-03:00`, TrackProgress: 2, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/do.png`, CountryName: `Dominican Republic`, FirstPlaces: 1, SecondPlaces: 3, ThirdPlaces: 2, RegistrationDate: `2017-08-16T22:35:09.000Z`, Birthday: `1997-07-05T21:00:00.000Z`, Sponsor: `Meembee`, Agent: `Christiana Louder`, AgentContact: `clouder1i@buzzfeed.com`, AgentPhone: `+1-331-773-4799` }), + new AthletesDataExtendedItem({ Id: 135, Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/men/84.jpg`, Position: `down`, Name: `Darryl Douglas`, AthleteNumber: 35826, BeatsPerMinute: 96, TopSpeed: 4.6, Registered: `2017-07-20T11:45:52-03:00`, TrackProgress: 2, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/tr.png`, CountryName: `Turkey`, FirstPlaces: 1, SecondPlaces: 1, ThirdPlaces: 1, RegistrationDate: `2017-07-20T08:45:52.000Z`, Birthday: `2001-09-16T21:00:00.000Z`, Sponsor: `Miboo`, Agent: `Webster Springate`, AgentContact: `wspringate4z@fotki.com`, AgentPhone: `+1-785-116-5056` }), + new AthletesDataExtendedItem({ Id: 136, Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/women/10.jpg`, Position: `down`, Name: `Elaine Matthews`, AthleteNumber: 38574, BeatsPerMinute: 110, TopSpeed: 5.5, Registered: `2017-01-26T11:50:00-02:00`, TrackProgress: 3, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/cv.png`, CountryName: `Cape Verde`, FirstPlaces: 2, SecondPlaces: 1, ThirdPlaces: 2, RegistrationDate: `2017-01-26T09:50:00.000Z`, Birthday: `1996-07-02T21:00:00.000Z`, Sponsor: `Skidoo`, Agent: `Don Jirieck`, AgentContact: `djirieck11@google.co.jp`, AgentPhone: `+1-212-710-1454` }), + new AthletesDataExtendedItem({ Id: 137, Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/men/80.jpg`, Position: `down`, Name: `Lance Dunn`, AthleteNumber: 10113, BeatsPerMinute: 94, TopSpeed: 4.5, Registered: `2017-03-13T10:51:36-02:00`, TrackProgress: 2, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/cy.png`, CountryName: `Cyprus`, FirstPlaces: 0, SecondPlaces: 1, ThirdPlaces: 0, RegistrationDate: `2017-03-13T08:51:36.000Z`, Birthday: `1993-07-13T21:00:00.000Z`, Sponsor: `Roombo`, Agent: `Denis Guly`, AgentContact: `dguly1d@lulu.com`, AgentPhone: `+1-707-461-1987` }), + new AthletesDataExtendedItem({ Id: 137, Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/women/75.jpg`, Position: `up`, Name: `Gloria Caballero`, AthleteNumber: 43379, BeatsPerMinute: 103, TopSpeed: 4.3, Registered: `2017-08-10T08:27:45-03:00`, TrackProgress: 2, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/il.png`, CountryName: `Israel`, FirstPlaces: 1, SecondPlaces: 3, ThirdPlaces: 4, RegistrationDate: `2017-08-10T05:27:45.000Z`, Birthday: `1975-08-29T22:00:00.000Z`, Sponsor: `Oyoloo`, Agent: `Claudina Davey`, AgentContact: `cdavey2e@businessweek.com`, AgentPhone: `+1-818-505-3284` }), + new AthletesDataExtendedItem({ Id: 138, Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/men/38.jpg`, Position: `current`, Name: `Derrick Price`, AthleteNumber: 19792, BeatsPerMinute: 94, TopSpeed: 5.6, Registered: `2017-03-19T01:10:55-02:00`, TrackProgress: 2, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ar.png`, CountryName: `Argentina`, FirstPlaces: 0, SecondPlaces: 0, ThirdPlaces: 2, RegistrationDate: `2017-03-18T23:10:55.000Z`, Birthday: `1987-08-14T21:00:00.000Z`, Sponsor: `Tazzy`, Agent: `Hasheem Dowzell`, AgentContact: `hdowzell6@cnn.com`, AgentPhone: `+1-503-326-8537` }), + new AthletesDataExtendedItem({ Id: 138, Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/men/78.jpg`, Position: `current`, Name: `Oscar Calvo`, AthleteNumber: 45078, BeatsPerMinute: 109, TopSpeed: 4.3, Registered: `2017-06-19T10:57:42-03:00`, TrackProgress: 4, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/cu.png`, CountryName: `Cuba`, FirstPlaces: 2, SecondPlaces: 1, ThirdPlaces: 4, RegistrationDate: `2017-06-19T07:57:42.000Z`, Birthday: `1974-06-07T22:00:00.000Z`, Sponsor: `Tanoodle`, Agent: `Madelle Ettels`, AgentContact: `mettels1c@ucsd.edu`, AgentPhone: `+1-562-279-0663` }), + new AthletesDataExtendedItem({ Id: 138, Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/men/31.jpg`, Position: `down`, Name: `Antoine Mackay`, AthleteNumber: 34547, BeatsPerMinute: 104, TopSpeed: 5, Registered: `2017-08-22T09:11:37-03:00`, TrackProgress: 4, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ls.png`, CountryName: `Lesotho`, FirstPlaces: 0, SecondPlaces: 0, ThirdPlaces: 0, RegistrationDate: `2017-08-22T06:11:37.000Z`, Birthday: `1970-12-20T22:00:00.000Z`, Sponsor: `Jaxnation`, Agent: `Alain Paling`, AgentContact: `apaling2t@desdev.cn`, AgentPhone: `+1-253-727-2019` }), + new AthletesDataExtendedItem({ Id: 139, Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/women/28.jpg`, Position: `current`, Name: `Annabell Barth`, AthleteNumber: 41130, BeatsPerMinute: 103, TopSpeed: 5, Registered: `2017-08-24T11:58:56-03:00`, TrackProgress: 2, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ht.png`, CountryName: `Haiti`, FirstPlaces: 1, SecondPlaces: 0, ThirdPlaces: 3, RegistrationDate: `2017-08-24T08:58:56.000Z`, Birthday: `1995-07-12T21:00:00.000Z`, Sponsor: `Kaymbo`, Agent: `Cookie Leale`, AgentContact: `cleale24@salon.com`, AgentPhone: `+1-202-748-0506` }), + new AthletesDataExtendedItem({ Id: 141, Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/men/15.jpg`, Position: `current`, Name: `Miro Korpela`, AthleteNumber: 40544, BeatsPerMinute: 104, TopSpeed: 5.3, Registered: `2017-01-10T07:12:44-02:00`, TrackProgress: 4, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/nl.png`, CountryName: `Netherlands`, FirstPlaces: 1, SecondPlaces: 2, ThirdPlaces: 3, RegistrationDate: `2017-01-10T05:12:44.000Z`, Birthday: `1975-10-15T22:00:00.000Z`, Sponsor: `Yata`, Agent: `Michelle Fehners`, AgentContact: `mfehners3k@hubpages.com`, AgentPhone: `+1-248-569-7729` }), + new AthletesDataExtendedItem({ Id: 142, Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/women/63.jpg`, Position: `current`, Name: `Nicoline Thomsen`, AthleteNumber: 36778, BeatsPerMinute: 99, TopSpeed: 5.5, Registered: `2017-03-26T10:04:29-03:00`, TrackProgress: 3, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/bj.png`, CountryName: `Benin`, FirstPlaces: 2, SecondPlaces: 2, ThirdPlaces: 4, RegistrationDate: `2017-03-26T07:04:29.000Z`, Birthday: `1974-10-17T22:00:00.000Z`, Sponsor: `Livepath`, Agent: `Porter Roget`, AgentContact: `progetp@dot.gov`, AgentPhone: `+1-702-139-7230` }), + new AthletesDataExtendedItem({ Id: 143, Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/men/38.jpg`, Position: `up`, Name: `رضا کوتی`, AthleteNumber: 13640, BeatsPerMinute: 103, TopSpeed: 4.2, Registered: `2017-04-30T02:34:29-03:00`, TrackProgress: 2, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/pk.png`, CountryName: `Pakistan`, FirstPlaces: 1, SecondPlaces: 0, ThirdPlaces: 2, RegistrationDate: `2017-04-29T23:34:29.000Z`, Birthday: `1996-03-16T22:00:00.000Z`, Sponsor: `Twinte`, Agent: `Kati Kivelhan`, AgentContact: `kkivelhan3s@yahoo.co.jp`, AgentPhone: `+1-970-563-1294` }), + new AthletesDataExtendedItem({ Id: 144, Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/women/57.jpg`, Position: `down`, Name: `Milja Leino`, AthleteNumber: 33563, BeatsPerMinute: 110, TopSpeed: 4.1, Registered: `2017-11-01T10:34:07-02:00`, TrackProgress: 3, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/bf.png`, CountryName: `Burkina Faso`, FirstPlaces: 1, SecondPlaces: 3, ThirdPlaces: 3, RegistrationDate: `2017-11-01T08:34:07.000Z`, Birthday: `1982-12-22T22:00:00.000Z`, Sponsor: `Vinte`, Agent: `Etan Oscroft`, AgentContact: `eoscroftw@bbb.org`, AgentPhone: `+1-812-782-8424` }), + new AthletesDataExtendedItem({ Id: 147, Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/men/8.jpg`, Position: `down`, Name: `میلاد یاسمی`, AthleteNumber: 44023, BeatsPerMinute: 104, TopSpeed: 5.2, Registered: `2017-06-10T04:11:01-03:00`, TrackProgress: 3, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/tg.png`, CountryName: `Togo`, FirstPlaces: 1, SecondPlaces: 1, ThirdPlaces: 1, RegistrationDate: `2017-06-10T01:11:01.000Z`, Birthday: `1975-08-28T22:00:00.000Z`, Sponsor: `Jabbercube`, Agent: `Isidoro Mowsdale`, AgentContact: `imowsdale4v@alexa.com`, AgentPhone: `+1-612-787-8688` }), + new AthletesDataExtendedItem({ Id: 150, Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/men/52.jpg`, Position: `up`, Name: `Gustav Petersen`, AthleteNumber: 20984, BeatsPerMinute: 107, TopSpeed: 4.6, Registered: `2017-01-01T07:40:19-02:00`, TrackProgress: 2, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/bz.png`, CountryName: `Belize`, FirstPlaces: 1, SecondPlaces: 2, ThirdPlaces: 1, RegistrationDate: `2017-01-01T05:40:19.000Z`, Birthday: `2002-09-10T21:00:00.000Z`, Sponsor: `Dynabox`, Agent: `Reg Heed`, AgentContact: `rheedo@washingtonpost.com`, AgentPhone: `+1-718-629-6316` }), + new AthletesDataExtendedItem({ Id: 151, Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/women/88.jpg`, Position: `current`, Name: `Charlotte Mills`, AthleteNumber: 49829, BeatsPerMinute: 92, TopSpeed: 5.3, Registered: `2017-05-10T04:33:10-03:00`, TrackProgress: 3, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/mg.png`, CountryName: `Madagascar`, FirstPlaces: 1, SecondPlaces: 1, ThirdPlaces: 4, RegistrationDate: `2017-05-10T01:33:10.000Z`, Birthday: `1980-11-01T22:00:00.000Z`, Sponsor: `Quaxo`, Agent: `Ceciley Swatten`, AgentContact: `cswatten30@hao123.com`, AgentPhone: `+1-318-196-1473` }), + new AthletesDataExtendedItem({ Id: 154, Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/women/54.jpg`, Position: `down`, Name: `Rhonda Simmmons`, AthleteNumber: 37139, BeatsPerMinute: 96, TopSpeed: 5.1, Registered: `2017-07-03T05:39:45-03:00`, TrackProgress: 3, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/nr.png`, CountryName: `Nauru`, FirstPlaces: 2, SecondPlaces: 2, ThirdPlaces: 3, RegistrationDate: `2017-07-03T02:39:45.000Z`, Birthday: `2002-08-18T21:00:00.000Z`, Sponsor: `Aibox`, Agent: `Rudolf Nealy`, AgentContact: `rnealy3i@upenn.edu`, AgentPhone: `+1-520-799-5392` }), + new AthletesDataExtendedItem({ Id: 155, Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/men/82.jpg`, Position: `up`, Name: `Justin Philippe`, AthleteNumber: 12858, BeatsPerMinute: 104, TopSpeed: 5.7, Registered: `2017-03-16T02:00:35-02:00`, TrackProgress: 2, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/mv.png`, CountryName: `Maldives`, FirstPlaces: 2, SecondPlaces: 1, ThirdPlaces: 3, RegistrationDate: `2017-03-16T00:00:35.000Z`, Birthday: `1988-12-12T22:00:00.000Z`, Sponsor: `Roomm`, Agent: `Dodie Zoephel`, AgentContact: `dzoephel33@fc2.com`, AgentPhone: `+1-404-901-7264` }), + new AthletesDataExtendedItem({ Id: 159, Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/women/66.jpg`, Position: `up`, Name: `Eva Dean`, AthleteNumber: 48874, BeatsPerMinute: 103, TopSpeed: 5.7, Registered: `2017-03-04T01:58:52-02:00`, TrackProgress: 2, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/st.png`, CountryName: `Sao Tome and Principe`, FirstPlaces: 0, SecondPlaces: 1, ThirdPlaces: 0, RegistrationDate: `2017-03-03T23:58:52.000Z`, Birthday: `1978-06-05T22:00:00.000Z`, Sponsor: `Vipe`, Agent: `Sella Catherick`, AgentContact: `scatherick49@behance.net`, AgentPhone: `+1-917-106-1204` }), + new AthletesDataExtendedItem({ Id: 161, Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/men/38.jpg`, Position: `current`, Name: `Alex Martin`, AthleteNumber: 27887, BeatsPerMinute: 96, TopSpeed: 4.2, Registered: `2017-10-28T04:06:33-03:00`, TrackProgress: 4, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/eg.png`, CountryName: `Egypt`, FirstPlaces: 2, SecondPlaces: 3, ThirdPlaces: 0, RegistrationDate: `2017-10-28T01:06:33.000Z`, Birthday: `1997-09-03T21:00:00.000Z`, Sponsor: `Fivechat`, Agent: `Kaspar Beaman`, AgentContact: `kbeaman1k@fc2.com`, AgentPhone: `+1-912-427-7887` }), + new AthletesDataExtendedItem({ Id: 161, Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/men/89.jpg`, Position: `up`, Name: `Franklin Byrd`, AthleteNumber: 49498, BeatsPerMinute: 106, TopSpeed: 5.3, Registered: `2017-11-04T11:09:26-02:00`, TrackProgress: 4, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/tw.png`, CountryName: `Taiwan, Province of China`, FirstPlaces: 0, SecondPlaces: 1, ThirdPlaces: 2, RegistrationDate: `2017-11-04T09:09:26.000Z`, Birthday: `1981-12-22T22:00:00.000Z`, Sponsor: `Youbridge`, Agent: `Fletch Starbucke`, AgentContact: `fstarbucke4q@oakley.com`, AgentPhone: `+1-318-269-0766` }), + new AthletesDataExtendedItem({ Id: 162, Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/men/5.jpg`, Position: `down`, Name: `Adam Bouchard`, AthleteNumber: 38672, BeatsPerMinute: 99, TopSpeed: 4.7, Registered: `2017-01-04T03:04:05-02:00`, TrackProgress: 2, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/sc.png`, CountryName: `Seychelles`, FirstPlaces: 1, SecondPlaces: 0, ThirdPlaces: 4, RegistrationDate: `2017-01-04T01:04:05.000Z`, Birthday: `1988-09-30T22:00:00.000Z`, Sponsor: `Brightdog`, Agent: `Claudius Landre`, AgentContact: `clandre4c@diigo.com`, AgentPhone: `+1-573-793-7549` }), + new AthletesDataExtendedItem({ Id: 162, Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/women/0.jpg`, Position: `current`, Name: `Alex Craig`, AthleteNumber: 21868, BeatsPerMinute: 94, TopSpeed: 4.2, Registered: `2017-03-19T10:20:51-02:00`, TrackProgress: 2, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/sy.png`, CountryName: `Syrian Arab Republic`, FirstPlaces: 0, SecondPlaces: 1, ThirdPlaces: 3, RegistrationDate: `2017-03-19T08:20:51.000Z`, Birthday: `1985-04-03T21:00:00.000Z`, Sponsor: `Photojam`, Agent: `Rodrigo Gregolotti`, AgentContact: `rgregolotti4p@tamu.edu`, AgentPhone: `+1-757-915-0540` }), + new AthletesDataExtendedItem({ Id: 163, Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/women/21.jpg`, Position: `up`, Name: `Pippa Roberts`, AthleteNumber: 15588, BeatsPerMinute: 105, TopSpeed: 4.1, Registered: `2017-02-07T10:23:13-02:00`, TrackProgress: 4, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/kh.png`, CountryName: `Cambodia`, FirstPlaces: 2, SecondPlaces: 0, ThirdPlaces: 0, RegistrationDate: `2017-02-07T08:23:13.000Z`, Birthday: `1971-01-27T22:00:00.000Z`, Sponsor: `Eabox`, Agent: `Rivy Brearley`, AgentContact: `rbrearleyy@e-recht24.de`, AgentPhone: `+1-423-813-8094` }), + new AthletesDataExtendedItem({ Id: 163, Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/women/52.jpg`, Position: `up`, Name: `Millie Cooper`, AthleteNumber: 14610, BeatsPerMinute: 99, TopSpeed: 5.4, Registered: `2017-05-08T09:30:14-03:00`, TrackProgress: 2, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ni.png`, CountryName: `Nicaragua`, FirstPlaces: 1, SecondPlaces: 1, ThirdPlaces: 4, RegistrationDate: `2017-05-08T06:30:14.000Z`, Birthday: `1984-07-16T21:00:00.000Z`, Sponsor: `Ntag`, Agent: `Darrel Dever`, AgentContact: `ddever3m@netscape.com`, AgentPhone: `+1-614-913-6448` }), + new AthletesDataExtendedItem({ Id: 163, Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/men/70.jpg`, Position: `down`, Name: `میلاد قاسمی`, AthleteNumber: 12788, BeatsPerMinute: 101, TopSpeed: 4.1, Registered: `2017-03-01T07:51:17-02:00`, TrackProgress: 2, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ws.png`, CountryName: `Samoa`, FirstPlaces: 1, SecondPlaces: 1, ThirdPlaces: 2, RegistrationDate: `2017-03-01T05:51:17.000Z`, Birthday: `1973-07-02T22:00:00.000Z`, Sponsor: `Realfire`, Agent: `Grover McPaike`, AgentContact: `gmcpaike47@tuttocitta.it`, AgentPhone: `+1-803-673-3932` }), + new AthletesDataExtendedItem({ Id: 164, Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/women/51.jpg`, Position: `current`, Name: `Ethel Stephens`, AthleteNumber: 18692, BeatsPerMinute: 94, TopSpeed: 4.1, Registered: `2017-02-13T05:03:04-02:00`, TrackProgress: 4, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ua.png`, CountryName: `Ukraine`, FirstPlaces: 0, SecondPlaces: 2, ThirdPlaces: 1, RegistrationDate: `2017-02-13T03:03:04.000Z`, Birthday: `1989-12-03T22:00:00.000Z`, Sponsor: `Ozu`, Agent: `Sholom Cantos`, AgentContact: `scantos53@phoca.cz`, AgentPhone: `+1-412-479-5864` }), + new AthletesDataExtendedItem({ Id: 165, Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/men/79.jpg`, Position: `down`, Name: `Mario Ellis`, AthleteNumber: 18026, BeatsPerMinute: 99, TopSpeed: 5.5, Registered: `2017-02-13T11:53:15-02:00`, TrackProgress: 4, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ml.png`, CountryName: `Mali`, FirstPlaces: 1, SecondPlaces: 2, ThirdPlaces: 1, RegistrationDate: `2017-02-13T09:53:15.000Z`, Birthday: `1972-04-13T22:00:00.000Z`, Sponsor: `Blogpad`, Agent: `Duky Toll`, AgentContact: `dtoll34@163.com`, AgentPhone: `+1-706-592-0164` }), + new AthletesDataExtendedItem({ Id: 166, Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/women/74.jpg`, Position: `current`, Name: `Maria Parra`, AthleteNumber: 39861, BeatsPerMinute: 106, TopSpeed: 6, Registered: `2017-01-30T09:22:52-02:00`, TrackProgress: 4, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ki.png`, CountryName: `Kiribati`, FirstPlaces: 1, SecondPlaces: 3, ThirdPlaces: 0, RegistrationDate: `2017-01-30T07:22:52.000Z`, Birthday: `1981-02-06T22:00:00.000Z`, Sponsor: `Flipbug`, Agent: `Lela Cosh`, AgentContact: `lcosh2l@buzzfeed.com`, AgentPhone: `+1-936-249-2059` }), + new AthletesDataExtendedItem({ Id: 167, Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/men/81.jpg`, Position: `down`, Name: `Milo Charles`, AthleteNumber: 10661, BeatsPerMinute: 99, TopSpeed: 5.4, Registered: `2017-07-20T09:00:22-03:00`, TrackProgress: 3, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/is.png`, CountryName: `Iceland`, FirstPlaces: 1, SecondPlaces: 0, ThirdPlaces: 1, RegistrationDate: `2017-07-20T06:00:22.000Z`, Birthday: `1978-07-05T22:00:00.000Z`, Sponsor: `Eamia`, Agent: `Elvina Weall`, AgentContact: `eweall28@usda.gov`, AgentPhone: `+1-512-582-5067` }), + new AthletesDataExtendedItem({ Id: 167, Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/men/19.jpg`, Position: `down`, Name: `Louis Smith`, AthleteNumber: 31837, BeatsPerMinute: 98, TopSpeed: 5.4, Registered: `2017-03-19T08:12:23-02:00`, TrackProgress: 2, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/lr.png`, CountryName: `Liberia`, FirstPlaces: 2, SecondPlaces: 2, ThirdPlaces: 3, RegistrationDate: `2017-03-19T06:12:23.000Z`, Birthday: `1975-05-27T22:00:00.000Z`, Sponsor: `Topicblab`, Agent: `Doll Broad`, AgentContact: `dbroad2u@yale.edu`, AgentPhone: `+1-210-494-3531` }), + new AthletesDataExtendedItem({ Id: 167, Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/women/32.jpg`, Position: `current`, Name: `Esma Adıvar`, AthleteNumber: 35565, BeatsPerMinute: 99, TopSpeed: 4.2, Registered: `2017-06-17T12:34:29-03:00`, TrackProgress: 5, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ph.png`, CountryName: `Philippines`, FirstPlaces: 2, SecondPlaces: 0, ThirdPlaces: 0, RegistrationDate: `2017-06-17T09:34:29.000Z`, Birthday: `1995-07-28T21:00:00.000Z`, Sponsor: `Voomm`, Agent: `Bobbie Sandes`, AgentContact: `bsandes3y@hibu.com`, AgentPhone: `+1-202-134-4380` }), + new AthletesDataExtendedItem({ Id: 167, Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/women/62.jpg`, Position: `current`, Name: `Pippa Morris`, AthleteNumber: 44421, BeatsPerMinute: 101, TopSpeed: 5.5, Registered: `2017-03-06T09:21:58-02:00`, TrackProgress: 2, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/tj.png`, CountryName: `Tajikistan`, FirstPlaces: 1, SecondPlaces: 2, ThirdPlaces: 0, RegistrationDate: `2017-03-06T07:21:58.000Z`, Birthday: `1992-07-13T21:00:00.000Z`, Sponsor: `Vinte`, Agent: `Ashley Rottgers`, AgentContact: `arottgers4r@psu.edu`, AgentPhone: `+1-253-912-5996` }), + new AthletesDataExtendedItem({ Id: 167, Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/men/67.jpg`, Position: `down`, Name: `Aatu Ranta`, AthleteNumber: 38049, BeatsPerMinute: 94, TopSpeed: 5.1, Registered: `2017-07-21T04:22:18-03:00`, TrackProgress: 4, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ae.png`, CountryName: `United Arab Emirates`, FirstPlaces: 2, SecondPlaces: 0, ThirdPlaces: 4, RegistrationDate: `2017-07-21T01:22:18.000Z`, Birthday: `1990-07-27T21:00:00.000Z`, Sponsor: `Skyndu`, Agent: `Elita Oller`, AgentContact: `eoller54@macromedia.com`, AgentPhone: `+1-330-539-5710` }), + new AthletesDataExtendedItem({ Id: 168, Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/men/10.jpg`, Position: `current`, Name: `Calvin Hunt`, AthleteNumber: 35535, BeatsPerMinute: 94, TopSpeed: 4.5, Registered: `2017-11-07T09:58:42-02:00`, TrackProgress: 4, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/at.png`, CountryName: `Austria`, FirstPlaces: 1, SecondPlaces: 3, ThirdPlaces: 3, RegistrationDate: `2017-11-07T07:58:42.000Z`, Birthday: `1984-09-11T21:00:00.000Z`, Sponsor: `Thoughtbridge`, Agent: `Morna Melville`, AgentContact: `mmelvilleg@weebly.com`, AgentPhone: `+1-414-266-7543` }), + new AthletesDataExtendedItem({ Id: 169, Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/men/21.jpg`, Position: `down`, Name: `Julian Barth`, AthleteNumber: 19011, BeatsPerMinute: 91, TopSpeed: 5.2, Registered: `2017-04-21T08:08:33-03:00`, TrackProgress: 4, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/gd.png`, CountryName: `Grenada`, FirstPlaces: 1, SecondPlaces: 2, ThirdPlaces: 1, RegistrationDate: `2017-04-21T05:08:33.000Z`, Birthday: `1970-08-25T22:00:00.000Z`, Sponsor: `Twinder`, Agent: `Bard Shivlin`, AgentContact: `bshivlin1z@ebay.co.uk`, AgentPhone: `+1-850-435-5596` }), + new AthletesDataExtendedItem({ Id: 169, Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/men/44.jpg`, Position: `up`, Name: `Aziz Santos`, AthleteNumber: 38947, BeatsPerMinute: 98, TopSpeed: 4, Registered: `2017-04-03T02:18:46-03:00`, TrackProgress: 4, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/gb.png`, CountryName: `United Kingdom`, FirstPlaces: 1, SecondPlaces: 1, ThirdPlaces: 2, RegistrationDate: `2017-04-02T23:18:46.000Z`, Birthday: `1978-11-03T22:00:00.000Z`, Sponsor: `Devbug`, Agent: `Elnora Standrin`, AgentContact: `estandrin55@time.com`, AgentPhone: `+1-714-311-7133` }), + new AthletesDataExtendedItem({ Id: 170, Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/men/60.jpg`, Position: `up`, Name: `Fernando Gimenez`, AthleteNumber: 31290, BeatsPerMinute: 102, TopSpeed: 5.1, Registered: `2017-06-21T06:45:54-03:00`, TrackProgress: 3, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/uz.png`, CountryName: `Uruguay`, FirstPlaces: 2, SecondPlaces: 0, ThirdPlaces: 4, RegistrationDate: `2017-06-21T03:45:54.000Z`, Birthday: `1985-07-26T21:00:00.000Z`, Sponsor: `Kamba`, Agent: `Randolf Coonihan`, AgentContact: `rcoonihan56@wordpress.com`, AgentPhone: `+1-617-259-1371` }), + new AthletesDataExtendedItem({ Id: 173, Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/women/18.jpg`, Position: `current`, Name: `Hassana Camp`, AthleteNumber: 14467, BeatsPerMinute: 104, TopSpeed: 5.2, Registered: `2017-06-02T12:21:59-03:00`, TrackProgress: 3, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/cz.png`, CountryName: `Czechia`, FirstPlaces: 1, SecondPlaces: 2, ThirdPlaces: 0, RegistrationDate: `2017-06-02T09:21:59.000Z`, Birthday: `1983-05-17T21:00:00.000Z`, Sponsor: `Trudeo`, Agent: `Saxe Trythall`, AgentContact: `strythall1e@flavors.me`, AgentPhone: `+1-561-829-0731` }), + new AthletesDataExtendedItem({ Id: 174, Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/women/29.jpg`, Position: `current`, Name: `Beatriz Gallardo`, AthleteNumber: 38538, BeatsPerMinute: 101, TopSpeed: 6, Registered: `2017-11-06T02:14:31-02:00`, TrackProgress: 2, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/er.png`, CountryName: `Eritrea`, FirstPlaces: 1, SecondPlaces: 0, ThirdPlaces: 1, RegistrationDate: `2017-11-06T00:14:31.000Z`, Birthday: `1970-06-17T22:00:00.000Z`, Sponsor: `Bubblebox`, Agent: `Buddy Bletso`, AgentContact: `bbletso1n@apache.org`, AgentPhone: `+1-650-832-8650` }), + new AthletesDataExtendedItem({ Id: 176, Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/men/35.jpg`, Position: `down`, Name: `Laudelino Castro`, AthleteNumber: 12711, BeatsPerMinute: 106, TopSpeed: 4.4, Registered: `2017-02-08T04:03:22-02:00`, TrackProgress: 2, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/hr.png`, CountryName: `Croatia`, FirstPlaces: 1, SecondPlaces: 0, ThirdPlaces: 0, RegistrationDate: `2017-02-08T02:03:22.000Z`, Birthday: `1979-04-12T21:00:00.000Z`, Sponsor: `Tambee`, Agent: `Amalia Pentercost`, AgentContact: `apentercost1b@redcross.org`, AgentPhone: `+1-561-194-3284` }), + new AthletesDataExtendedItem({ Id: 176, Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/men/26.jpg`, Position: `current`, Name: `Tim Neal`, AthleteNumber: 45860, BeatsPerMinute: 97, TopSpeed: 5.6, Registered: `2017-04-21T04:06:34-03:00`, TrackProgress: 3, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/pa.png`, CountryName: `Panama`, FirstPlaces: 1, SecondPlaces: 0, ThirdPlaces: 0, RegistrationDate: `2017-04-21T01:06:34.000Z`, Birthday: `1991-10-01T22:00:00.000Z`, Sponsor: `Oyoyo`, Agent: `Hadlee Darby`, AgentContact: `hdarby3u@goo.gl`, AgentPhone: `+1-661-406-2261` }), + new AthletesDataExtendedItem({ Id: 178, Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/women/65.jpg`, Position: `down`, Name: `Lillian Wade`, AthleteNumber: 10729, BeatsPerMinute: 110, TopSpeed: 4.8, Registered: `2017-04-07T09:53:13-03:00`, TrackProgress: 4, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/sb.png`, CountryName: `Solomon Islands`, FirstPlaces: 1, SecondPlaces: 1, ThirdPlaces: 3, RegistrationDate: `2017-04-07T06:53:13.000Z`, Birthday: `1976-09-05T22:00:00.000Z`, Sponsor: `Skyvu`, Agent: `Simon Smewin`, AgentContact: `ssmewin4g@myspace.com`, AgentPhone: `+1-425-222-3566` }), + new AthletesDataExtendedItem({ Id: 180, Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/women/90.jpg`, Position: `up`, Name: `Lillian Bowman`, AthleteNumber: 35323, BeatsPerMinute: 103, TopSpeed: 4.5, Registered: `2017-08-31T11:55:25-03:00`, TrackProgress: 2, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/gy.png`, CountryName: `Guyana`, FirstPlaces: 2, SecondPlaces: 2, ThirdPlaces: 2, RegistrationDate: `2017-08-31T08:55:25.000Z`, Birthday: `1999-08-21T21:00:00.000Z`, Sponsor: `Brightbean`, Agent: `Gabbey Lillee`, AgentContact: `glillee23@tiny.cc`, AgentPhone: `+1-503-450-6669` }), + new AthletesDataExtendedItem({ Id: 182, Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/men/94.jpg`, Position: `current`, Name: `Gerald Schmidt`, AthleteNumber: 47410, BeatsPerMinute: 102, TopSpeed: 5.8, Registered: `2017-02-20T11:53:08-02:00`, TrackProgress: 2, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ge.png`, CountryName: `Georgia`, FirstPlaces: 1, SecondPlaces: 0, ThirdPlaces: 4, RegistrationDate: `2017-02-20T09:53:08.000Z`, Birthday: `1973-09-07T22:00:00.000Z`, Sponsor: `Bubbletube`, Agent: `Melisent Arlett`, AgentContact: `marlett1v@ebay.co.uk`, AgentPhone: `+1-408-346-0228` }), + new AthletesDataExtendedItem({ Id: 182, Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/women/14.jpg`, Position: `up`, Name: `Ariena Achterberg`, AthleteNumber: 41330, BeatsPerMinute: 92, TopSpeed: 5.6, Registered: `2017-10-22T02:15:39-03:00`, TrackProgress: 2, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/kr.png`, CountryName: `South Korea`, FirstPlaces: 0, SecondPlaces: 0, ThirdPlaces: 3, RegistrationDate: `2017-10-21T23:15:39.000Z`, Birthday: `1978-06-01T22:00:00.000Z`, Sponsor: `Quamba`, Agent: `Gran Canepe`, AgentContact: `gcanepe2n@smh.com.au`, AgentPhone: `+1-210-528-5323` }), + new AthletesDataExtendedItem({ Id: 183, Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/women/53.jpg`, Position: `up`, Name: `رونیکا سلطانی نژاد`, AthleteNumber: 35233, BeatsPerMinute: 99, TopSpeed: 4.6, Registered: `2017-08-13T01:05:52-03:00`, TrackProgress: 2, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/mk.png`, CountryName: `Macedonia, The Former Yugoslav Republic of`, FirstPlaces: 2, SecondPlaces: 2, ThirdPlaces: 4, RegistrationDate: `2017-08-12T22:05:52.000Z`, Birthday: `2002-02-28T22:00:00.000Z`, Sponsor: `Devpulse`, Agent: `Dee Dome`, AgentContact: `ddome2z@issuu.com`, AgentPhone: `+1-203-981-1729` }), + new AthletesDataExtendedItem({ Id: 183, Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/men/74.jpg`, Position: `down`, Name: `Yarno Kin`, AthleteNumber: 47324, BeatsPerMinute: 107, TopSpeed: 5.1, Registered: `2017-08-26T08:21:22-03:00`, TrackProgress: 4, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ro.png`, CountryName: `Romania`, FirstPlaces: 0, SecondPlaces: 1, ThirdPlaces: 2, RegistrationDate: `2017-08-26T05:21:22.000Z`, Birthday: `1981-06-11T21:00:00.000Z`, Sponsor: `Skalith`, Agent: `Addie Cowope`, AgentContact: `acowope41@weibo.com`, AgentPhone: `+1-562-156-4360` }), + new AthletesDataExtendedItem({ Id: 186, Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/men/42.jpg`, Position: `up`, Name: `Jimmy Bailey`, AthleteNumber: 38510, BeatsPerMinute: 101, TopSpeed: 4.7, Registered: `2017-06-30T04:13:42-03:00`, TrackProgress: 3, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/cr.png`, CountryName: `Costa Rica`, FirstPlaces: 2, SecondPlaces: 0, ThirdPlaces: 0, RegistrationDate: `2017-06-30T01:13:42.000Z`, Birthday: `1983-03-24T22:00:00.000Z`, Sponsor: `Tagfeed`, Agent: `Natasha d' Eye`, AgentContact: `nd19@engadget.com`, AgentPhone: `+1-904-299-7647` }), + new AthletesDataExtendedItem({ Id: 186, Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/men/2.jpg`, Position: `up`, Name: `کوروش کامروا`, AthleteNumber: 13506, BeatsPerMinute: 109, TopSpeed: 4.4, Registered: `2017-04-16T01:10:37-03:00`, TrackProgress: 2, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/nu.png`, CountryName: `Niue`, FirstPlaces: 2, SecondPlaces: 1, ThirdPlaces: 1, RegistrationDate: `2017-04-15T22:10:37.000Z`, Birthday: `1972-11-22T22:00:00.000Z`, Sponsor: `Quatz`, Agent: `Amelia Breakwell`, AgentContact: `abreakwell3p@geocities.jp`, AgentPhone: `+1-415-650-1384` }), + new AthletesDataExtendedItem({ Id: 188, Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/women/45.jpg`, Position: `down`, Name: `Ceylan Duygulu`, AthleteNumber: 21527, BeatsPerMinute: 99, TopSpeed: 4.9, Registered: `2017-07-13T09:06:04-03:00`, TrackProgress: 2, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/dm.png`, CountryName: `Dominica`, FirstPlaces: 0, SecondPlaces: 3, ThirdPlaces: 4, RegistrationDate: `2017-07-13T06:06:04.000Z`, Birthday: `1994-12-12T22:00:00.000Z`, Sponsor: `Mita`, Agent: `Reinhard Godrich`, AgentContact: `rgodrich1h@blinklist.com`, AgentPhone: `+1-609-255-9161` }), + new AthletesDataExtendedItem({ Id: 188, Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/men/81.jpg`, Position: `down`, Name: `آراد یاسمی`, AthleteNumber: 34370, BeatsPerMinute: 99, TopSpeed: 5.9, Registered: `2017-02-02T11:42:41-02:00`, TrackProgress: 4, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/mu.png`, CountryName: `Mauritius`, FirstPlaces: 1, SecondPlaces: 2, ThirdPlaces: 2, RegistrationDate: `2017-02-02T09:42:41.000Z`, Birthday: `1986-06-18T21:00:00.000Z`, Sponsor: `Tanoodle`, Agent: `Bo Phebee`, AgentContact: `bphebee38@sbwire.com`, AgentPhone: `+1-719-947-0055` }), + new AthletesDataExtendedItem({ Id: 188, Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/men/3.jpg`, Position: `current`, Name: `Foppe Delfos`, AthleteNumber: 39679, BeatsPerMinute: 107, TopSpeed: 4.1, Registered: `2017-08-05T10:54:56-03:00`, TrackProgress: 3, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/py.png`, CountryName: `Paraguay`, FirstPlaces: 1, SecondPlaces: 3, ThirdPlaces: 2, RegistrationDate: `2017-08-05T07:54:56.000Z`, Birthday: `1974-08-10T22:00:00.000Z`, Sponsor: `Quatz`, Agent: `Vicky Gueste`, AgentContact: `vgueste3w@nbcnews.com`, AgentPhone: `+1-763-723-6168` }), + new AthletesDataExtendedItem({ Id: 190, Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/women/44.jpg`, Position: `current`, Name: `Kiara Dubois`, AthleteNumber: 49964, BeatsPerMinute: 97, TopSpeed: 5.6, Registered: `2017-09-28T04:37:56-03:00`, TrackProgress: 2, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/au.png`, CountryName: `Australia`, FirstPlaces: 2, SecondPlaces: 1, ThirdPlaces: 4, RegistrationDate: `2017-09-28T01:37:56.000Z`, Birthday: `1999-04-12T21:00:00.000Z`, Sponsor: `Realbuzz`, Agent: `Lorette Pendrich`, AgentContact: `lpendrichf@discuz.net`, AgentPhone: `+1-202-234-5835` }), + new AthletesDataExtendedItem({ Id: 190, Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/women/53.jpg`, Position: `current`, Name: `Gladys Van Der Steeg`, AthleteNumber: 20216, BeatsPerMinute: 94, TopSpeed: 4.3, Registered: `2017-10-09T02:01:16-03:00`, TrackProgress: 2, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/de.png`, CountryName: `Germany`, FirstPlaces: 2, SecondPlaces: 0, ThirdPlaces: 4, RegistrationDate: `2017-10-08T23:01:16.000Z`, Birthday: `2000-06-25T21:00:00.000Z`, Sponsor: `Flashpoint`, Agent: `Gilda Fazackerley`, AgentContact: `gfazackerley1w@exblog.jp`, AgentPhone: `+1-315-585-2018` }), + new AthletesDataExtendedItem({ Id: 190, Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/women/2.jpg`, Position: `current`, Name: `Venla Korpela`, AthleteNumber: 16454, BeatsPerMinute: 92, TopSpeed: 4.1, Registered: `2017-08-22T10:36:38-03:00`, TrackProgress: 3, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/hu.png`, CountryName: `Hungary`, FirstPlaces: 0, SecondPlaces: 3, ThirdPlaces: 3, RegistrationDate: `2017-08-22T07:36:38.000Z`, Birthday: `1981-02-21T22:00:00.000Z`, Sponsor: `Feedfish`, Agent: `Laural Bogart`, AgentContact: `lbogart27@feedburner.com`, AgentPhone: `+1-215-924-8996` }), + new AthletesDataExtendedItem({ Id: 191, Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/women/72.jpg`, Position: `up`, Name: `Clarisse Rey`, AthleteNumber: 29795, BeatsPerMinute: 98, TopSpeed: 4.9, Registered: `2017-06-09T08:07:19-03:00`, TrackProgress: 4, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ba.png`, CountryName: `Bosnia and Herzegovina`, FirstPlaces: 1, SecondPlaces: 3, ThirdPlaces: 1, RegistrationDate: `2017-06-09T05:07:19.000Z`, Birthday: `2001-05-26T21:00:00.000Z`, Sponsor: `Voolith`, Agent: `Ariel O'Scanlon`, AgentContact: `aoscanlons@flavors.me`, AgentPhone: `+1-304-424-5432` }), + new AthletesDataExtendedItem({ Id: 191, Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/women/13.jpg`, Position: `up`, Name: `Sheryl Collins`, AthleteNumber: 36473, BeatsPerMinute: 98, TopSpeed: 4.2, Registered: `2017-03-23T12:54:35-02:00`, TrackProgress: 2, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ke.png`, CountryName: `Kenya`, FirstPlaces: 1, SecondPlaces: 0, ThirdPlaces: 2, RegistrationDate: `2017-03-23T10:54:35.000Z`, Birthday: `2001-06-27T21:00:00.000Z`, Sponsor: `Zoovu`, Agent: `Wendy Wheeldon`, AgentContact: `wwheeldon2k@chicagotribune.com`, AgentPhone: `+1-562-912-9134` }), + new AthletesDataExtendedItem({ Id: 191, Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/men/42.jpg`, Position: `current`, Name: `آرش احمدی`, AthleteNumber: 36948, BeatsPerMinute: 90, TopSpeed: 4.1, Registered: `2017-09-08T01:22:14-03:00`, TrackProgress: 3, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/np.png`, CountryName: `Nepal`, FirstPlaces: 0, SecondPlaces: 1, ThirdPlaces: 0, RegistrationDate: `2017-09-07T22:22:14.000Z`, Birthday: `1973-02-20T22:00:00.000Z`, Sponsor: `Kazu`, Agent: `Ketti MacGibbon`, AgentContact: `kmacgibbon3j@cloudflare.com`, AgentPhone: `+1-850-608-2516` }), + new AthletesDataExtendedItem({ Id: 192, Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/women/44.jpg`, Position: `down`, Name: `Viivi Kujala`, AthleteNumber: 29939, BeatsPerMinute: 93, TopSpeed: 4.1, Registered: `2017-05-03T02:40:05-03:00`, TrackProgress: 5, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/so.png`, CountryName: `Somalia`, FirstPlaces: 0, SecondPlaces: 0, ThirdPlaces: 0, RegistrationDate: `2017-05-02T23:40:05.000Z`, Birthday: `1999-11-01T22:00:00.000Z`, Sponsor: `Realcube`, Agent: `Gale Andreazzi`, AgentContact: `gandreazzi4h@squidoo.com`, AgentPhone: `+1-813-305-3499` }), + new AthletesDataExtendedItem({ Id: 193, Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/women/59.jpg`, Position: `down`, Name: `Sophia Carlson`, AthleteNumber: 44183, BeatsPerMinute: 102, TopSpeed: 5.1, Registered: `2017-09-04T07:03:19-03:00`, TrackProgress: 4, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ee.png`, CountryName: `Estonia`, FirstPlaces: 0, SecondPlaces: 3, ThirdPlaces: 4, RegistrationDate: `2017-09-04T04:03:19.000Z`, Birthday: `1973-11-25T22:00:00.000Z`, Sponsor: `Buzzbean`, Agent: `Kristal Tuckey`, AgentContact: `ktuckey1o@craigslist.org`, AgentPhone: `+1-202-866-2533` }), + new AthletesDataExtendedItem({ Id: 193, Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/women/9.jpg`, Position: `down`, Name: `Juanita Franklin`, AthleteNumber: 13907, BeatsPerMinute: 91, TopSpeed: 6, Registered: `2017-10-04T02:46:46-03:00`, TrackProgress: 2, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/vu.png`, CountryName: `Vanuatu`, FirstPlaces: 1, SecondPlaces: 2, ThirdPlaces: 2, RegistrationDate: `2017-10-03T23:46:46.000Z`, Birthday: `1985-02-04T22:00:00.000Z`, Sponsor: `Skimia`, Agent: `Nero Alcock`, AgentContact: `nalcock58@wufoo.com`, AgentPhone: `+1-940-556-3205` }), + new AthletesDataExtendedItem({ Id: 194, Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/men/71.jpg`, Position: `down`, Name: `Adrian Ibañez`, AthleteNumber: 21968, BeatsPerMinute: 105, TopSpeed: 5.3, Registered: `2017-02-03T04:36:54-02:00`, TrackProgress: 2, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/om.png`, CountryName: `Oman`, FirstPlaces: 2, SecondPlaces: 3, ThirdPlaces: 2, RegistrationDate: `2017-02-03T02:36:54.000Z`, Birthday: `2001-10-11T21:00:00.000Z`, Sponsor: `Thoughtworks`, Agent: `Alvin Dunbabin`, AgentContact: `adunbabin3r@army.mil`, AgentPhone: `+1-954-515-3164` }), + new AthletesDataExtendedItem({ Id: 194, Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/men/11.jpg`, Position: `down`, Name: `Kaya Taşlı`, AthleteNumber: 42291, BeatsPerMinute: 100, TopSpeed: 4.7, Registered: `2017-01-30T03:23:36-02:00`, TrackProgress: 4, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/sn.png`, CountryName: `Senegal`, FirstPlaces: 1, SecondPlaces: 0, ThirdPlaces: 1, RegistrationDate: `2017-01-30T01:23:36.000Z`, Birthday: `1996-01-20T22:00:00.000Z`, Sponsor: `Bluezoom`, Agent: `Daisey Churm`, AgentContact: `dchurm4b@blogger.com`, AgentPhone: `+1-520-858-3343` }), + new AthletesDataExtendedItem({ Id: 194, Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/women/62.jpg`, Position: `up`, Name: `آوا سلطانی نژاد`, AthleteNumber: 45635, BeatsPerMinute: 98, TopSpeed: 4.1, Registered: `2017-04-10T11:39:46-03:00`, TrackProgress: 2, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/se.png`, CountryName: `Sweden`, FirstPlaces: 1, SecondPlaces: 3, ThirdPlaces: 1, RegistrationDate: `2017-04-10T08:39:46.000Z`, Birthday: `2002-05-18T21:00:00.000Z`, Sponsor: `Linkbridge`, Agent: `Melita Espada`, AgentContact: `mespada4n@amazon.de`, AgentPhone: `+1-407-693-9463` }), + new AthletesDataExtendedItem({ Id: 196, Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/women/30.jpg`, Position: `up`, Name: `Begüm Erkekli`, AthleteNumber: 37888, BeatsPerMinute: 104, TopSpeed: 4.6, Registered: `2017-10-04T03:02:35-03:00`, TrackProgress: 4, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/sv.png`, CountryName: `El Salvador`, FirstPlaces: 0, SecondPlaces: 0, ThirdPlaces: 3, RegistrationDate: `2017-10-04T00:02:35.000Z`, Birthday: `1974-07-18T22:00:00.000Z`, Sponsor: `Podcat`, Agent: `Shandra Cassels`, AgentContact: `scassels1l@cocolog-nifty.com`, AgentPhone: `+1-507-261-6559` }), + new AthletesDataExtendedItem({ Id: 196, Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/women/17.jpg`, Position: `current`, Name: `Parel Zuidhof`, AthleteNumber: 32718, BeatsPerMinute: 105, TopSpeed: 5, Registered: `2017-01-21T10:19:56-02:00`, TrackProgress: 4, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/jm.png`, CountryName: `Jamaica`, FirstPlaces: 2, SecondPlaces: 1, ThirdPlaces: 3, RegistrationDate: `2017-01-21T08:19:56.000Z`, Birthday: `1976-04-19T22:00:00.000Z`, Sponsor: `Mydeo`, Agent: `Ardyth Arcase`, AgentContact: `aarcase2g@techcrunch.com`, AgentPhone: `+1-202-329-2722` }), + new AthletesDataExtendedItem({ Id: 197, Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/men/93.jpg`, Position: `current`, Name: `Brent Lord`, AthleteNumber: 20943, BeatsPerMinute: 92, TopSpeed: 4.8, Registered: `2017-01-23T06:14:22-02:00`, TrackProgress: 3, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/dz.png`, CountryName: `Algeria`, FirstPlaces: 1, SecondPlaces: 3, ThirdPlaces: 4, RegistrationDate: `2017-01-23T04:14:22.000Z`, Birthday: `1997-03-13T22:00:00.000Z`, Sponsor: `Meembee`, Agent: `Rowen Titchen`, AgentContact: `rtitchen2@netscape.com`, AgentPhone: `+1-804-667-0331` }), + new AthletesDataExtendedItem({ Id: 199, Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/women/68.jpg`, Position: `up`, Name: `Lucie Dumont`, AthleteNumber: 12104, BeatsPerMinute: 108, TopSpeed: 4, Registered: `2017-01-08T02:13:29-02:00`, TrackProgress: 4, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ca.png`, CountryName: `Canada`, FirstPlaces: 1, SecondPlaces: 0, ThirdPlaces: 3, RegistrationDate: `2017-01-08T00:13:29.000Z`, Birthday: `1978-10-24T22:00:00.000Z`, Sponsor: `Miboo`, Agent: `Corbett Loughlin`, AgentContact: `cloughlin10@cdbaby.com`, AgentPhone: `+1-352-682-0722` }), + new AthletesDataExtendedItem({ Id: 201, Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/men/65.jpg`, Position: `down`, Name: `Louis Stewart`, AthleteNumber: 48131, BeatsPerMinute: 103, TopSpeed: 5.7, Registered: `2017-02-26T07:28:02-02:00`, TrackProgress: 3, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/hn.png`, CountryName: `Honduras`, FirstPlaces: 1, SecondPlaces: 1, ThirdPlaces: 4, RegistrationDate: `2017-02-26T05:28:02.000Z`, Birthday: `1982-02-23T22:00:00.000Z`, Sponsor: `Yodel`, Agent: `Newton Collerd`, AgentContact: `ncollerd26@issuu.com`, AgentPhone: `+1-225-794-2492` }), + new AthletesDataExtendedItem({ Id: 202, Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/men/14.jpg`, Position: `up`, Name: `Bill Fox`, AthleteNumber: 18511, BeatsPerMinute: 91, TopSpeed: 5, Registered: `2017-10-24T08:25:40-03:00`, TrackProgress: 3, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ir.png`, CountryName: `Iran, Islamic Republic Of`, FirstPlaces: 0, SecondPlaces: 3, ThirdPlaces: 3, RegistrationDate: `2017-10-24T05:25:40.000Z`, Birthday: `2001-07-19T21:00:00.000Z`, Sponsor: `Skilith`, Agent: `Justis Isles`, AgentContact: `jisles2b@ifeng.com`, AgentPhone: `+1-305-857-8429` }), + new AthletesDataExtendedItem({ Id: 204, Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/men/34.jpg`, Position: `down`, Name: `Mathys Martin`, AthleteNumber: 32928, BeatsPerMinute: 98, TopSpeed: 5.5, Registered: `2017-05-17T12:51:47-03:00`, TrackProgress: 4, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/va.png`, CountryName: `Holy See (Vatican City State)`, FirstPlaces: 2, SecondPlaces: 0, ThirdPlaces: 1, RegistrationDate: `2017-05-17T09:51:47.000Z`, Birthday: `1978-05-25T22:00:00.000Z`, Sponsor: `Topicblab`, Agent: `Hugues Ferrier`, AgentContact: `hferrier25@msn.com`, AgentPhone: `+1-501-665-6272` }), + new AthletesDataExtendedItem({ Id: 205, Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/women/38.jpg`, Position: `current`, Name: `Gianne Godijn`, AthleteNumber: 45945, BeatsPerMinute: 96, TopSpeed: 4.5, Registered: `2017-03-22T03:23:12-02:00`, TrackProgress: 2, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/it.png`, CountryName: `Italy`, FirstPlaces: 0, SecondPlaces: 3, ThirdPlaces: 2, RegistrationDate: `2017-03-22T01:23:12.000Z`, Birthday: `1972-01-18T22:00:00.000Z`, Sponsor: `Italy`, Agent: `Shanna Mowling`, AgentContact: `smowling2f@apache.org`, AgentPhone: `+1-423-201-3489` }), + new AthletesDataExtendedItem({ Id: 206, Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/women/26.jpg`, Position: `up`, Name: `Mira Campos`, AthleteNumber: 39222, BeatsPerMinute: 95, TopSpeed: 5.9, Registered: `2017-01-11T01:41:31-02:00`, TrackProgress: 4, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/am.png`, CountryName: `Armenia`, FirstPlaces: 1, SecondPlaces: 2, ThirdPlaces: 0, RegistrationDate: `2017-01-10T23:41:31.000Z`, Birthday: `1971-10-04T22:00:00.000Z`, Sponsor: `Digitube`, Agent: `Gonzales Bogart`, AgentContact: `gbogarte@elpais.com`, AgentPhone: `+1-850-613-0419` }), + new AthletesDataExtendedItem({ Id: 208, Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/men/14.jpg`, Position: `up`, Name: `Hans Möller`, AthleteNumber: 34122, BeatsPerMinute: 109, TopSpeed: 5.6, Registered: `2017-06-20T06:02:49-03:00`, TrackProgress: 2, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/dj.png`, CountryName: `Djibouti`, FirstPlaces: 2, SecondPlaces: 2, ThirdPlaces: 4, RegistrationDate: `2017-06-20T03:02:49.000Z`, Birthday: `1986-03-26T22:00:00.000Z`, Sponsor: `Vinder`, Agent: `Torrance Harrington`, AgentContact: `tharrington1g@alibaba.com`, AgentPhone: `+1-502-409-4283` }), + new AthletesDataExtendedItem({ Id: 208, Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/women/15.jpg`, Position: `down`, Name: `Esther Kühn`, AthleteNumber: 24868, BeatsPerMinute: 92, TopSpeed: 5.5, Registered: `2017-05-14T12:30:08-03:00`, TrackProgress: 3, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ru.png`, CountryName: `Russian Federation`, FirstPlaces: 0, SecondPlaces: 3, ThirdPlaces: 2, RegistrationDate: `2017-05-14T09:30:08.000Z`, Birthday: `1993-11-05T22:00:00.000Z`, Sponsor: `Fivespan`, Agent: `Garrek Cumpsty`, AgentContact: `gcumpsty42@domainmarket.com`, AgentPhone: `+1-304-397-0277` }), + new AthletesDataExtendedItem({ Id: 209, Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/women/73.jpg`, Position: `current`, Name: `Alice Perry`, AthleteNumber: 23750, BeatsPerMinute: 104, TopSpeed: 5.3, Registered: `2017-03-31T07:15:46-03:00`, TrackProgress: 4, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/lc.png`, CountryName: `Saint Lucia`, FirstPlaces: 2, SecondPlaces: 3, ThirdPlaces: 0, RegistrationDate: `2017-03-31T04:15:46.000Z`, Birthday: `1988-09-14T21:00:00.000Z`, Sponsor: `Lajo`, Agent: `Preston Buckel`, AgentContact: `pbuckel45@baidu.com`, AgentPhone: `+1-210-144-9441` }), + new AthletesDataExtendedItem({ Id: 210, Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/men/92.jpg`, Position: `up`, Name: `Kaya Tekand`, AthleteNumber: 11028, BeatsPerMinute: 93, TopSpeed: 5.2, Registered: `2017-04-10T09:57:13-03:00`, TrackProgress: 3, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/fj.png`, CountryName: `Fiji`, FirstPlaces: 2, SecondPlaces: 2, ThirdPlaces: 0, RegistrationDate: `2017-04-10T06:57:13.000Z`, Birthday: `1976-06-13T22:00:00.000Z`, Sponsor: `Thoughtworks`, Agent: `Damian Wapples`, AgentContact: `dwapples1q@aboutads.info`, AgentPhone: `+1-757-752-6615` }), + new AthletesDataExtendedItem({ Id: 210, Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/women/13.jpg`, Position: `down`, Name: `Maeva Bergeron`, AthleteNumber: 15655, BeatsPerMinute: 94, TopSpeed: 5.9, Registered: `2017-10-03T09:42:15-03:00`, TrackProgress: 3, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/mx.png`, CountryName: `Mexico`, FirstPlaces: 0, SecondPlaces: 0, ThirdPlaces: 3, RegistrationDate: `2017-10-03T06:42:15.000Z`, Birthday: `1973-06-01T22:00:00.000Z`, Sponsor: `Buzzdog`, Agent: `Monro Matias`, AgentContact: `mmatias39@si.edu`, AgentPhone: `+1-763-855-7311` }), + new AthletesDataExtendedItem({ Id: 211, Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/women/92.jpg`, Position: `down`, Name: `Ilona Salonen`, AthleteNumber: 27068, BeatsPerMinute: 91, TopSpeed: 5.4, Registered: `2017-07-03T06:19:47-03:00`, TrackProgress: 4, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/bo.png`, CountryName: `Bolivia`, FirstPlaces: 2, SecondPlaces: 2, ThirdPlaces: 2, RegistrationDate: `2017-07-03T03:19:47.000Z`, Birthday: `1988-12-15T22:00:00.000Z`, Sponsor: `Zoonoodle`, Agent: `Lanie Rennock`, AgentContact: `lrennockr@github.com`, AgentPhone: `+1-617-203-3526` }), + new AthletesDataExtendedItem({ Id: 212, Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/women/83.jpg`, Position: `up`, Name: `Sara Larsen`, AthleteNumber: 37094, BeatsPerMinute: 97, TopSpeed: 4.5, Registered: `2017-04-14T11:48:28-03:00`, TrackProgress: 2, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/sa.png`, CountryName: `Saudi Arabia`, FirstPlaces: 2, SecondPlaces: 2, ThirdPlaces: 1, RegistrationDate: `2017-04-14T08:48:28.000Z`, Birthday: `1974-10-01T22:00:00.000Z`, Sponsor: `Feedmix`, Agent: `Flin Whitwell`, AgentContact: `fwhitwell4a@joomla.org`, AgentPhone: `+1-281-368-6450` }), + new AthletesDataExtendedItem({ Id: 214, Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/women/84.jpg`, Position: `up`, Name: `Ömür Denkel`, AthleteNumber: 31061, BeatsPerMinute: 104, TopSpeed: 4.5, Registered: `2017-02-18T05:32:55-02:00`, TrackProgress: 3, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/tv.png`, CountryName: `Tuvalu`, FirstPlaces: 1, SecondPlaces: 0, ThirdPlaces: 2, RegistrationDate: `2017-02-18T03:32:55.000Z`, Birthday: `1985-02-28T22:00:00.000Z`, Sponsor: `Browsecat`, Agent: `Sena Gianninotti`, AgentContact: `sgianninotti51@yellowpages.com`, AgentPhone: `+1-850-382-3415` }), + new AthletesDataExtendedItem({ Id: 215, Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/women/79.jpg`, Position: `down`, Name: `Marilou Hubert`, AthleteNumber: 43655, BeatsPerMinute: 104, TopSpeed: 4.2, Registered: `2017-09-28T11:13:00-03:00`, TrackProgress: 2, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/mm.png`, CountryName: `Myanmar`, FirstPlaces: 0, SecondPlaces: 3, ThirdPlaces: 2, RegistrationDate: `2017-09-28T08:13:00.000Z`, Birthday: `1994-04-27T21:00:00.000Z`, Sponsor: `Skivee`, Agent: `Glennie Jepson`, AgentContact: `gjepson3g@google.co.jp`, AgentPhone: `+1-727-833-5988` }), + new AthletesDataExtendedItem({ Id: 216, Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/men/72.jpg`, Position: `down`, Name: `Felix Olsen`, AthleteNumber: 43198, BeatsPerMinute: 101, TopSpeed: 4.2, Registered: `2017-09-27T01:17:14-03:00`, TrackProgress: 3, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/fr.png`, CountryName: `France`, FirstPlaces: 2, SecondPlaces: 0, ThirdPlaces: 1, RegistrationDate: `2017-09-26T22:17:14.000Z`, Birthday: `1976-04-16T22:00:00.000Z`, Sponsor: `Aimbo`, Agent: `Jackqueline Knell`, AgentContact: `jknell1s@studiopress.com`, AgentPhone: `+1-206-461-0587` }), + new AthletesDataExtendedItem({ Id: 219, Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/women/6.jpg`, Position: `current`, Name: `Sedef Tunçeri`, AthleteNumber: 48164, BeatsPerMinute: 108, TopSpeed: 5.6, Registered: `2017-03-29T11:54:15-03:00`, TrackProgress: 2, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/bt.png`, CountryName: `Bhutan`, FirstPlaces: 2, SecondPlaces: 0, ThirdPlaces: 3, RegistrationDate: `2017-03-29T08:54:15.000Z`, Birthday: `2000-02-11T22:00:00.000Z`, Sponsor: `Rhynyx`, Agent: `Heidi Fisby`, AgentContact: `hfisbyq@bloomberg.com`, AgentPhone: `+1-501-338-5259` }), + new AthletesDataExtendedItem({ Id: 221, Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/men/73.jpg`, Position: `down`, Name: `Kuzey Aclan`, AthleteNumber: 18583, BeatsPerMinute: 102, TopSpeed: 5.3, Registered: `2017-09-12T09:14:14-03:00`, TrackProgress: 2, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/td.png`, CountryName: `Chad`, FirstPlaces: 0, SecondPlaces: 3, ThirdPlaces: 0, RegistrationDate: `2017-09-12T06:14:14.000Z`, Birthday: `1987-12-16T22:00:00.000Z`, Sponsor: `Brainsphere`, Agent: `Phyllis Treadgear`, AgentContact: `ptreadgear13@yolasite.com`, AgentPhone: `+1-901-762-8621` }), + new AthletesDataExtendedItem({ Id: 223, Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/men/72.jpg`, Position: `down`, Name: `Gökhan Aşıkoğlu`, AthleteNumber: 13890, BeatsPerMinute: 105, TopSpeed: 5.4, Registered: `2017-03-31T06:14:26-03:00`, TrackProgress: 2, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/jp.png`, CountryName: `Japan`, FirstPlaces: 2, SecondPlaces: 1, ThirdPlaces: 0, RegistrationDate: `2017-03-31T03:14:26.000Z`, Birthday: `1979-05-15T21:00:00.000Z`, Sponsor: `Thoughtworks`, Agent: `Cynthea Evers`, AgentContact: `cevers2h@ning.com`, AgentPhone: `+1-217-842-3437` }), + new AthletesDataExtendedItem({ Id: 224, Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/men/0.jpg`, Position: `down`, Name: `Joan Ortega`, AthleteNumber: 49478, BeatsPerMinute: 103, TopSpeed: 5.4, Registered: `2017-07-04T03:01:47-03:00`, TrackProgress: 4, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/gq.png`, CountryName: `Equatorial Guinea`, FirstPlaces: 0, SecondPlaces: 0, ThirdPlaces: 0, RegistrationDate: `2017-07-04T00:01:47.000Z`, Birthday: `1992-01-27T22:00:00.000Z`, Sponsor: `Rhynyx`, Agent: `Liuka Waterstone`, AgentContact: `lwaterstone1m@google.de`, AgentPhone: `+1-734-129-3969` }), + new AthletesDataExtendedItem({ Id: 225, Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/men/42.jpg`, Position: `up`, Name: `Stanley Hart`, AthleteNumber: 14150, BeatsPerMinute: 91, TopSpeed: 4.5, Registered: `2017-08-19T03:02:33-03:00`, TrackProgress: 2, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ve.png`, CountryName: `Venezuela`, FirstPlaces: 1, SecondPlaces: 1, ThirdPlaces: 4, RegistrationDate: `2017-08-19T00:02:33.000Z`, Birthday: `1982-09-18T21:00:00.000Z`, Sponsor: `Browsebug`, Agent: `Martin Bedder`, AgentContact: `mbedder59@un.org`, AgentPhone: `+1-713-842-8851` }), + new AthletesDataExtendedItem({ Id: 227, Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/women/61.jpg`, Position: `up`, Name: `Layla Douglas`, AthleteNumber: 21977, BeatsPerMinute: 97, TopSpeed: 5.4, Registered: `2017-04-19T11:43:38-03:00`, TrackProgress: 2, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/si.png`, CountryName: `Slovenia`, FirstPlaces: 1, SecondPlaces: 1, ThirdPlaces: 2, RegistrationDate: `2017-04-19T08:43:38.000Z`, Birthday: `1978-02-02T22:00:00.000Z`, Sponsor: `Voonix`, Agent: `Miquela Wield`, AgentContact: `mwield4f@ocn.ne.jp`, AgentPhone: `+1-425-616-3882` }), + new AthletesDataExtendedItem({ Id: 227, Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/men/9.jpg`, Position: `current`, Name: `Johann Hinz`, AthleteNumber: 48244, BeatsPerMinute: 94, TopSpeed: 4.3, Registered: `2017-03-10T07:36:56-02:00`, TrackProgress: 3, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/sd.png`, CountryName: `Sudan`, FirstPlaces: 0, SecondPlaces: 2, ThirdPlaces: 3, RegistrationDate: `2017-03-10T05:36:56.000Z`, Birthday: `1997-10-16T21:00:00.000Z`, Sponsor: `Browsezoom`, Agent: `Corette Cruttenden`, AgentContact: `ccruttenden4l@icio.us`, AgentPhone: `+1-480-727-2800` }), + new AthletesDataExtendedItem({ Id: 229, Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/men/29.jpg`, Position: `current`, Name: `Selmo Caldeira`, AthleteNumber: 21837, BeatsPerMinute: 110, TopSpeed: 4.9, Registered: `2017-10-20T03:40:24-03:00`, TrackProgress: 2, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ly.png`, CountryName: `Libyan Arab Jamahiriya`, FirstPlaces: 0, SecondPlaces: 3, ThirdPlaces: 1, RegistrationDate: `2017-10-20T00:40:24.000Z`, Birthday: `1992-10-14T22:00:00.000Z`, Sponsor: `Voonix`, Agent: `King Bigham`, AgentContact: `kbigham2v@addtoany.com`, AgentPhone: `+1-318-978-8369` }), + new AthletesDataExtendedItem({ Id: 231, Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/men/56.jpg`, Position: `up`, Name: `Judd Campbell`, AthleteNumber: 37365, BeatsPerMinute: 110, TopSpeed: 5, Registered: `2017-10-19T11:01:10-03:00`, TrackProgress: 2, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/la.png`, CountryName: `Lao PeopleS Democratic Republic`, FirstPlaces: 0, SecondPlaces: 0, ThirdPlaces: 4, RegistrationDate: `2017-10-19T08:01:10.000Z`, Birthday: `1989-12-01T22:00:00.000Z`, Sponsor: `Yadel`, Agent: `Wheeler Glawsop`, AgentContact: `wglawsop2q@pagesperso-orange.fr`, AgentPhone: `+1-760-180-7003` }), + new AthletesDataExtendedItem({ Id: 233, Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/men/18.jpg`, Position: `up`, Name: `Zackary Roy`, AthleteNumber: 45996, BeatsPerMinute: 92, TopSpeed: 4.9, Registered: `2017-07-07T03:51:26-03:00`, TrackProgress: 3, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/bs.png`, CountryName: `Bahamas`, FirstPlaces: 2, SecondPlaces: 3, ThirdPlaces: 3, RegistrationDate: `2017-07-07T00:51:26.000Z`, Birthday: `1978-01-11T22:00:00.000Z`, Sponsor: `Eabox`, Agent: `Leisha Demkowicz`, AgentContact: `ldemkowiczi@livejournal.com`, AgentPhone: `+1-503-778-2852` }), + new AthletesDataExtendedItem({ Id: 234, Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/women/19.jpg`, Position: `down`, Name: `Linda Schäfer`, AthleteNumber: 43074, BeatsPerMinute: 107, TopSpeed: 5.1, Registered: `2017-01-05T11:41:20-02:00`, TrackProgress: 2, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ye.png`, CountryName: `Yemen`, FirstPlaces: 2, SecondPlaces: 1, ThirdPlaces: 3, RegistrationDate: `2017-01-05T09:41:20.000Z`, Birthday: `1993-11-24T22:00:00.000Z`, Sponsor: `Tagchat`, Agent: `Anthe Normabell`, AgentContact: `anormabell5b@ucoz.ru`, AgentPhone: `+1-316-976-4160` }), + new AthletesDataExtendedItem({ Id: 235, Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/women/42.jpg`, Position: `down`, Name: `Elaine Smith`, AthleteNumber: 38243, BeatsPerMinute: 108, TopSpeed: 4, Registered: `2017-06-11T12:20:41-03:00`, TrackProgress: 4, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/li.png`, CountryName: `Liechtenstein`, FirstPlaces: 2, SecondPlaces: 3, ThirdPlaces: 1, RegistrationDate: `2017-06-11T09:20:41.000Z`, Birthday: `1987-11-07T22:00:00.000Z`, Sponsor: `Voolia`, Agent: `Risa Guitt`, AgentContact: `rguitt2w@mashable.com`, AgentPhone: `+1-339-831-1765` }), + new AthletesDataExtendedItem({ Id: 237, Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/men/86.jpg`, Position: `down`, Name: `Clyde Matthews`, AthleteNumber: 11955, BeatsPerMinute: 93, TopSpeed: 5.2, Registered: `2017-03-02T05:01:02-02:00`, TrackProgress: 3, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/pw.png`, CountryName: `Palau`, FirstPlaces: 2, SecondPlaces: 0, ThirdPlaces: 3, RegistrationDate: `2017-03-02T03:01:02.000Z`, Birthday: `1978-09-14T22:00:00.000Z`, Sponsor: `Kare`, Agent: `Wynne Banting`, AgentContact: `wbanting3t@wisc.edu`, AgentPhone: `+1-316-870-8182` }), + new AthletesDataExtendedItem({ Id: 238, Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/women/17.jpg`, Position: `current`, Name: `Charlotte Meyer`, AthleteNumber: 21442, BeatsPerMinute: 110, TopSpeed: 4.6, Registered: `2017-10-19T10:38:35-03:00`, TrackProgress: 3, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ck.png`, CountryName: `Cook Islands`, FirstPlaces: 0, SecondPlaces: 3, ThirdPlaces: 2, RegistrationDate: `2017-10-19T07:38:35.000Z`, Birthday: `1993-04-19T21:00:00.000Z`, Sponsor: `Twitternation`, Agent: `Godfree Rylands`, AgentContact: `grylands18@tripod.com`, AgentPhone: `+1-520-300-0116` }), + new AthletesDataExtendedItem({ Id: 240, Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/men/33.jpg`, Position: `down`, Name: `Alberto Clark`, AthleteNumber: 29912, BeatsPerMinute: 93, TopSpeed: 4.6, Registered: `2017-02-02T03:50:21-02:00`, TrackProgress: 4, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ag.png`, CountryName: `Antigua and Barbuda`, FirstPlaces: 1, SecondPlaces: 2, ThirdPlaces: 4, RegistrationDate: `2017-02-02T01:50:21.000Z`, Birthday: `1999-07-03T21:00:00.000Z`, Sponsor: `Flashpoint`, Agent: `Kalil Bonavia`, AgentContact: `kbonavia5@example.com`, AgentPhone: `+1-404-429-3024` }), + new AthletesDataExtendedItem({ Id: 240, Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/men/5.jpg`, Position: `down`, Name: `Carter Evans`, AthleteNumber: 46961, BeatsPerMinute: 100, TopSpeed: 5.3, Registered: `2017-07-23T02:43:07-03:00`, TrackProgress: 3, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/lu.png`, CountryName: `Luxembourg`, FirstPlaces: 0, SecondPlaces: 3, ThirdPlaces: 2, RegistrationDate: `2017-07-22T23:43:07.000Z`, Birthday: `1975-03-06T22:00:00.000Z`, Sponsor: `Einti`, Agent: `Pris Chiles`, AgentContact: `pchiles2y@indiatimes.com`, AgentPhone: `+1-716-690-7478` }), + new AthletesDataExtendedItem({ Id: 241, Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/men/20.jpg`, Position: `up`, Name: `Oskari Karjala`, AthleteNumber: 31498, BeatsPerMinute: 90, TopSpeed: 4.5, Registered: `2017-05-10T12:45:12-03:00`, TrackProgress: 2, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/fm.png`, CountryName: `Micronesia, Federated States of`, FirstPlaces: 2, SecondPlaces: 2, ThirdPlaces: 3, RegistrationDate: `2017-05-10T09:45:12.000Z`, Birthday: `1976-06-09T22:00:00.000Z`, Sponsor: `Avamba`, Agent: `Nye Shevlane`, AgentContact: `nshevlane3a@princeton.edu`, AgentPhone: `+1-304-409-8780` }), + new AthletesDataExtendedItem({ Id: 241, Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/women/65.jpg`, Position: `down`, Name: `Lilly Keuter`, AthleteNumber: 49893, BeatsPerMinute: 102, TopSpeed: 4.5, Registered: `2017-01-20T02:38:39-02:00`, TrackProgress: 2, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/kn.png`, CountryName: `Saint Kitts and Nevis`, FirstPlaces: 1, SecondPlaces: 3, ThirdPlaces: 2, RegistrationDate: `2017-01-20T00:38:39.000Z`, Birthday: `1992-06-21T21:00:00.000Z`, Sponsor: `Skidoo`, Agent: `Reagan O'Hartnett`, AgentContact: `rohartnett44@washington.edu`, AgentPhone: `+1-562-656-7385` }), + new AthletesDataExtendedItem({ Id: 242, Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/women/83.jpg`, Position: `down`, Name: `Caitlin Jackson`, AthleteNumber: 45472, BeatsPerMinute: 101, TopSpeed: 4.3, Registered: `2017-09-17T09:41:01-03:00`, TrackProgress: 2, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/mz.png`, CountryName: `Mozambique`, FirstPlaces: 1, SecondPlaces: 1, ThirdPlaces: 0, RegistrationDate: `2017-09-17T06:41:01.000Z`, Birthday: `1979-05-10T21:00:00.000Z`, Sponsor: `Jazzy`, Agent: `Demetrius Lightewood`, AgentContact: `dlightewood3f@epa.gov`, AgentPhone: `+1-303-538-6492` }), + new AthletesDataExtendedItem({ Id: 243, Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/men/42.jpg`, Position: `up`, Name: `Kent Clark`, AthleteNumber: 32799, BeatsPerMinute: 106, TopSpeed: 5.7, Registered: `2017-01-24T01:00:15-02:00`, TrackProgress: 4, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/pe.png`, CountryName: `Peru`, FirstPlaces: 0, SecondPlaces: 1, ThirdPlaces: 3, RegistrationDate: `2017-01-23T23:00:15.000Z`, Birthday: `1977-04-01T22:00:00.000Z`, Sponsor: `Jaxspan`, Agent: `Ignaz Tringham`, AgentContact: `itringham3x@51.la`, AgentPhone: `+1-203-445-2368` }), + new AthletesDataExtendedItem({ Id: 243, Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/women/94.jpg`, Position: `up`, Name: `Emma Turner`, AthleteNumber: 39487, BeatsPerMinute: 110, TopSpeed: 5.7, Registered: `2017-07-30T01:33:14-03:00`, TrackProgress: 4, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/tz.png`, CountryName: `Tanzania, United Republic of`, FirstPlaces: 2, SecondPlaces: 0, ThirdPlaces: 2, RegistrationDate: `2017-07-29T22:33:14.000Z`, Birthday: `1978-09-11T22:00:00.000Z`, Sponsor: `Zoombox`, Agent: `Marigold Kitt`, AgentContact: `mkitt4s@comcast.net`, AgentPhone: `+1-413-682-8363` }), + new AthletesDataExtendedItem({ Id: 243, Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/women/77.jpg`, Position: `down`, Name: `Cathalijne Van Der Ree`, AthleteNumber: 45160, BeatsPerMinute: 102, TopSpeed: 5.4, Registered: `2017-02-13T05:23:49-02:00`, TrackProgress: 3, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ug.png`, CountryName: `Uganda`, FirstPlaces: 1, SecondPlaces: 2, ThirdPlaces: 1, RegistrationDate: `2017-02-13T03:23:49.000Z`, Birthday: `1972-12-17T22:00:00.000Z`, Sponsor: `DabZ`, Agent: `Gypsy Gallaccio`, AgentContact: `ggallaccio52@google.com`, AgentPhone: `+1-951-565-3126` }), + new AthletesDataExtendedItem({ Id: 246, Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/women/55.jpg`, Position: `current`, Name: `Ronja Kraft`, AthleteNumber: 21800, BeatsPerMinute: 101, TopSpeed: 5.3, Registered: `2017-04-02T03:33:57-03:00`, TrackProgress: 3, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/dk.png`, CountryName: `Denmark`, FirstPlaces: 2, SecondPlaces: 2, ThirdPlaces: 3, RegistrationDate: `2017-04-02T00:33:57.000Z`, Birthday: `1975-09-18T22:00:00.000Z`, Sponsor: `Zoomlounge`, Agent: `Erina Isaaksohn`, AgentContact: `eisaaksohn1f@zdnet.com`, AgentPhone: `+1-972-696-4121` }), + new AthletesDataExtendedItem({ Id: 251, Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/men/74.jpg`, Position: `up`, Name: `Alex Meyer`, AthleteNumber: 44390, BeatsPerMinute: 94, TopSpeed: 4.3, Registered: `2017-08-04T07:05:34-03:00`, TrackProgress: 4, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/md.png`, CountryName: `Moldova, Republic of`, FirstPlaces: 1, SecondPlaces: 2, ThirdPlaces: 2, RegistrationDate: `2017-08-04T04:05:34.000Z`, Birthday: `1983-06-14T21:00:00.000Z`, Sponsor: `Rhynyx`, Agent: `Elisabetta Gianettini`, AgentContact: `egianettini3b@foxnews.com`, AgentPhone: `+1-513-617-3871` }), + new AthletesDataExtendedItem({ Id: 251, Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/women/34.jpg`, Position: `down`, Name: `Eléa Robin`, AthleteNumber: 26742, BeatsPerMinute: 90, TopSpeed: 4.7, Registered: `2017-03-30T12:34:24-03:00`, TrackProgress: 2, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/vc.png`, CountryName: `Saint Vincent and the Grenadines`, FirstPlaces: 0, SecondPlaces: 1, ThirdPlaces: 0, RegistrationDate: `2017-03-30T09:34:24.000Z`, Birthday: `1995-09-09T21:00:00.000Z`, Sponsor: `Tagtune`, Agent: `Barbabas Crocetto`, AgentContact: `bcrocetto46@umich.edu`, AgentPhone: `+1-304-611-8972` }), + new AthletesDataExtendedItem({ Id: 252, Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/men/94.jpg`, Position: `down`, Name: `Adérito Lopes`, AthleteNumber: 21320, BeatsPerMinute: 91, TopSpeed: 5.2, Registered: `2017-01-07T06:47:56-02:00`, TrackProgress: 4, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/mh.png`, CountryName: `Marshall Islands`, FirstPlaces: 1, SecondPlaces: 0, ThirdPlaces: 0, RegistrationDate: `2017-01-07T04:47:56.000Z`, Birthday: `1976-12-02T22:00:00.000Z`, Sponsor: `Meevee`, Agent: `Ahmad Stern`, AgentContact: `astern36@gnu.org`, AgentPhone: `+1-202-546-9216` }), + new AthletesDataExtendedItem({ Id: 253, Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/women/51.jpg`, Position: `current`, Name: `Kayla Patel`, AthleteNumber: 42780, BeatsPerMinute: 103, TopSpeed: 4.7, Registered: `2017-04-20T09:33:53-03:00`, TrackProgress: 3, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ne.png`, CountryName: `Niger`, FirstPlaces: 2, SecondPlaces: 3, ThirdPlaces: 4, RegistrationDate: `2017-04-20T06:33:53.000Z`, Birthday: `1977-02-24T22:00:00.000Z`, Sponsor: `Mydeo`, Agent: `Griselda Coldwell`, AgentContact: `gcoldwell3n@hexun.com`, AgentPhone: `+1-304-428-7062` }), + new AthletesDataExtendedItem({ Id: 258, Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/women/60.jpg`, Position: `down`, Name: `Zaina Pomp`, AthleteNumber: 14109, BeatsPerMinute: 90, TopSpeed: 5.7, Registered: `2017-09-07T11:17:40-03:00`, TrackProgress: 4, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ao.png`, CountryName: `Angola`, FirstPlaces: 1, SecondPlaces: 3, ThirdPlaces: 2, RegistrationDate: `2017-09-07T08:17:40.000Z`, Birthday: `1983-10-24T22:00:00.000Z`, Sponsor: `Plambee`, Agent: `Mallory Timmons`, AgentContact: `mtimmons4@xing.com`, AgentPhone: `+1-205-678-8101` }), + new AthletesDataExtendedItem({ Id: 258, Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/women/30.jpg`, Position: `up`, Name: `Veera Saari`, AthleteNumber: 40408, BeatsPerMinute: 100, TopSpeed: 4.7, Registered: `2017-10-28T10:39:22-03:00`, TrackProgress: 2, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/iq.png`, CountryName: `Iraq`, FirstPlaces: 0, SecondPlaces: 0, ThirdPlaces: 3, RegistrationDate: `2017-10-28T07:39:22.000Z`, Birthday: `1989-09-29T22:00:00.000Z`, Sponsor: `Dazzlesphere`, Agent: `Janeva Burnsall`, AgentContact: `jburnsall2c@flickr.com`, AgentPhone: `+1-513-252-4337` }), + new AthletesDataExtendedItem({ Id: 258, Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/men/31.jpg`, Position: `current`, Name: `Diego Gautier`, AthleteNumber: 26320, BeatsPerMinute: 97, TopSpeed: 4.6, Registered: `2017-06-11T03:50:43-03:00`, TrackProgress: 4, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ng.png`, CountryName: `Nigeria`, FirstPlaces: 2, SecondPlaces: 1, ThirdPlaces: 3, RegistrationDate: `2017-06-11T00:50:43.000Z`, Birthday: `1988-01-15T22:00:00.000Z`, Sponsor: `Yoveo`, Agent: `Ibrahim Eouzan`, AgentContact: `ieouzan3o@buzzfeed.com`, AgentPhone: `+1-937-114-9797` }), + new AthletesDataExtendedItem({ Id: 262, Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/men/43.jpg`, Position: `current`, Name: `Roman Smith`, AthleteNumber: 15531, BeatsPerMinute: 106, TopSpeed: 4.9, Registered: `2017-06-14T05:12:04-03:00`, TrackProgress: 3, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ga.png`, CountryName: `Gabon`, FirstPlaces: 1, SecondPlaces: 0, ThirdPlaces: 0, RegistrationDate: `2017-06-14T02:12:04.000Z`, Birthday: `2002-09-02T21:00:00.000Z`, Sponsor: `Leexo`, Agent: `Sargent Brownsill`, AgentContact: `sbrownsill1t@tiny.cc`, AgentPhone: `+1-540-211-9674` }), + new AthletesDataExtendedItem({ Id: 262, Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/men/9.jpg`, Position: `current`, Name: `Anthony Harcourt`, AthleteNumber: 33649, BeatsPerMinute: 109, TopSpeed: 5.5, Registered: `2017-06-14T11:10:20-03:00`, TrackProgress: 4, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/in.png`, CountryName: `India`, FirstPlaces: 2, SecondPlaces: 2, ThirdPlaces: 0, RegistrationDate: `2017-06-14T08:10:20.000Z`, Birthday: `1986-06-02T21:00:00.000Z`, Sponsor: `Babbleblab`, Agent: `Juieta Mendez`, AgentContact: `jmendez29@bing.com`, AgentPhone: `+1-410-373-5750` }), + new AthletesDataExtendedItem({ Id: 263, Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/women/9.jpg`, Position: `up`, Name: `Estelle Vincent`, AthleteNumber: 41700, BeatsPerMinute: 99, TopSpeed: 5.7, Registered: `2017-05-31T02:56:58-03:00`, TrackProgress: 3, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/na.png`, CountryName: `Namibia`, FirstPlaces: 0, SecondPlaces: 3, ThirdPlaces: 4, RegistrationDate: `2017-05-30T23:56:58.000Z`, Birthday: `1984-10-31T22:00:00.000Z`, Sponsor: `Livefish`, Agent: `Matti McGrirl`, AgentContact: `mmcgrirl3h@slideshare.net`, AgentPhone: `+1-202-697-2989` }), + new AthletesDataExtendedItem({ Id: 265, Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/women/60.jpg`, Position: `down`, Name: `Keira Walker`, AthleteNumber: 34116, BeatsPerMinute: 94, TopSpeed: 4.8, Registered: `2017-01-09T05:46:07-02:00`, TrackProgress: 3, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/al.png`, CountryName: `Albania`, FirstPlaces: 0, SecondPlaces: 0, ThirdPlaces: 2, RegistrationDate: `2017-01-09T03:46:07.000Z`, Birthday: `1996-12-31T22:00:00.000Z`, Sponsor: `Linktype`, Agent: `Ivy Simkovich`, AgentContact: `isimkovich1@clickbank.net`, AgentPhone: `+1-770-283-2050` }), + new AthletesDataExtendedItem({ Id: 265, Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/women/9.jpg`, Position: `down`, Name: `Jenny Burke`, AthleteNumber: 15266, BeatsPerMinute: 99, TopSpeed: 5.4, Registered: `2017-09-11T12:20:19-03:00`, TrackProgress: 4, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/my.png`, CountryName: `Malaysia`, FirstPlaces: 2, SecondPlaces: 1, ThirdPlaces: 1, RegistrationDate: `2017-09-11T09:20:19.000Z`, Birthday: `1973-08-20T22:00:00.000Z`, Sponsor: `Zoonder`, Agent: `Ninon Buckham`, AgentContact: `nbuckham32@wiley.com`, AgentPhone: `+1-612-908-1786` }), + new AthletesDataExtendedItem({ Id: 265, Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/women/47.jpg`, Position: `current`, Name: `Ilke Kisters`, AthleteNumber: 23817, BeatsPerMinute: 100, TopSpeed: 5.9, Registered: `2017-01-04T02:54:53-02:00`, TrackProgress: 3, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ch.png`, CountryName: `Switzerland`, FirstPlaces: 2, SecondPlaces: 3, ThirdPlaces: 0, RegistrationDate: `2017-01-04T00:54:53.000Z`, Birthday: `1971-04-25T22:00:00.000Z`, Sponsor: `Gabvine`, Agent: `Guglielma Karolowski`, AgentContact: `gkarolowski4o@purevolume.com`, AgentPhone: `+1-785-989-8029` }), + new AthletesDataExtendedItem({ Id: 266, Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/men/70.jpg`, Position: `down`, Name: `Moritz Braun`, AthleteNumber: 48081, BeatsPerMinute: 107, TopSpeed: 6, Registered: `2017-06-13T12:54:56-03:00`, TrackProgress: 2, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ad.png`, CountryName: `Andorra`, FirstPlaces: 0, SecondPlaces: 2, ThirdPlaces: 1, RegistrationDate: `2017-06-13T09:54:56.000Z`, Birthday: `1988-05-04T21:00:00.000Z`, Sponsor: `Andorra`, Agent: `Merle Affron`, AgentContact: `maffron3@cbc.ca`, AgentPhone: `+1-248-958-1645` }), + new AthletesDataExtendedItem({ Id: 267, Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/men/50.jpg`, Position: `current`, Name: `Villads Larsen`, AthleteNumber: 44677, BeatsPerMinute: 93, TopSpeed: 5.7, Registered: `2017-03-25T11:25:30-02:00`, TrackProgress: 4, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/kw.png`, CountryName: `Kuwait`, FirstPlaces: 1, SecondPlaces: 2, ThirdPlaces: 3, RegistrationDate: `2017-03-25T09:25:30.000Z`, Birthday: `1979-09-21T21:00:00.000Z`, Sponsor: `Skipstorm`, Agent: `Tally Bolingbroke`, AgentContact: `tbolingbroke2o@dyndns.org`, AgentPhone: `+1-501-812-4359` }), + new AthletesDataExtendedItem({ Id: 268, Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/men/23.jpg`, Position: `up`, Name: `Sandro Carpentier`, AthleteNumber: 23503, BeatsPerMinute: 96, TopSpeed: 5.7, Registered: `2017-09-30T01:01:04-03:00`, TrackProgress: 2, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/be.png`, CountryName: `Belgium`, FirstPlaces: 0, SecondPlaces: 2, ThirdPlaces: 2, RegistrationDate: `2017-09-29T22:01:04.000Z`, Birthday: `1996-02-21T22:00:00.000Z`, Sponsor: `Demivee`, Agent: `Renate Daymond`, AgentContact: `rdaymondn@microsoft.com`, AgentPhone: `+1-253-250-0773` }), + new AthletesDataExtendedItem({ Id: 269, Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/men/17.jpg`, Position: `current`, Name: `Emil Meißner`, AthleteNumber: 37183, BeatsPerMinute: 97, TopSpeed: 4, Registered: `2017-07-15T12:32:30-03:00`, TrackProgress: 3, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/gm.png`, CountryName: `Gambia`, FirstPlaces: 1, SecondPlaces: 1, ThirdPlaces: 1, RegistrationDate: `2017-07-15T09:32:30.000Z`, Birthday: `1999-05-29T21:00:00.000Z`, Sponsor: `Brainsphere`, Agent: `Harley Wasselin`, AgentContact: `hwasselin1u@discovery.com`, AgentPhone: `+1-405-554-3182` }), + new AthletesDataExtendedItem({ Id: 270, Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/women/14.jpg`, Position: `up`, Name: `Emily Olsen`, AthleteNumber: 13887, BeatsPerMinute: 110, TopSpeed: 4.8, Registered: `2017-10-03T08:01:40-03:00`, TrackProgress: 3, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/cf.png`, CountryName: `Central African Republic`, FirstPlaces: 1, SecondPlaces: 3, ThirdPlaces: 2, RegistrationDate: `2017-10-03T05:01:40.000Z`, Birthday: `1990-12-31T22:00:00.000Z`, Sponsor: `Twitterwire`, Agent: `Alvin Assender`, AgentContact: `aassender12@nsw.gov.au`, AgentPhone: `+1-404-948-0848` }), + new AthletesDataExtendedItem({ Id: 271, Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/men/74.jpg`, Position: `down`, Name: `Jimmie Mcguinness`, AthleteNumber: 20729, BeatsPerMinute: 90, TopSpeed: 4.6, Registered: `2017-10-07T06:08:00-03:00`, TrackProgress: 2, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/bw.png`, CountryName: `Botswana`, FirstPlaces: 0, SecondPlaces: 2, ThirdPlaces: 4, RegistrationDate: `2017-10-07T03:08:00.000Z`, Birthday: `1997-01-05T22:00:00.000Z`, Sponsor: `Feedspan`, Agent: `Kaitlin Foro`, AgentContact: `kforot@digg.com`, AgentPhone: `+1-816-772-9231` }), + new AthletesDataExtendedItem({ Id: 271, Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/men/81.jpg`, Position: `down`, Name: `آراد جعفری`, AthleteNumber: 34962, BeatsPerMinute: 90, TopSpeed: 4.8, Registered: `2017-04-22T04:20:39-03:00`, TrackProgress: 2, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/bi.png`, CountryName: `Burundi`, FirstPlaces: 0, SecondPlaces: 1, ThirdPlaces: 0, RegistrationDate: `2017-04-22T01:20:39.000Z`, Birthday: `1995-03-02T22:00:00.000Z`, Sponsor: `Yodo`, Agent: `Michaella Gormally`, AgentContact: `mgormallyx@umn.edu`, AgentPhone: `+1-651-252-6398` }), + new AthletesDataExtendedItem({ Id: 272, Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/men/31.jpg`, Position: `up`, Name: `Aaron Robertson`, AthleteNumber: 30727, BeatsPerMinute: 95, TopSpeed: 4.2, Registered: `2017-08-23T09:37:40-03:00`, TrackProgress: 2, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/id.png`, CountryName: `Indonesia`, FirstPlaces: 1, SecondPlaces: 1, ThirdPlaces: 1, RegistrationDate: `2017-08-23T06:37:40.000Z`, Birthday: `1975-01-18T22:00:00.000Z`, Sponsor: `Fivebridge`, Agent: `Emlen Castell`, AgentContact: `ecastell2a@ucsd.edu`, AgentPhone: `+1-585-817-1379` }), + new AthletesDataExtendedItem({ Id: 272, Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/women/26.jpg`, Position: `down`, Name: `Sélène Roussel`, AthleteNumber: 11261, BeatsPerMinute: 99, TopSpeed: 5.8, Registered: `2017-05-10T02:18:02-03:00`, TrackProgress: 2, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/sm.png`, CountryName: `San Marino`, FirstPlaces: 1, SecondPlaces: 1, ThirdPlaces: 3, RegistrationDate: `2017-05-09T23:18:02.000Z`, Birthday: `1997-04-29T21:00:00.000Z`, Sponsor: `Skyvu`, Agent: `Cari Durtnall`, AgentContact: `cdurtnall48@purevolume.com`, AgentPhone: `+1-651-302-0176` }), + new AthletesDataExtendedItem({ Id: 273, Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/women/33.jpg`, Position: `up`, Name: `Annabelle Besteman`, AthleteNumber: 30560, BeatsPerMinute: 105, TopSpeed: 5.3, Registered: `2017-11-11T02:04:19-02:00`, TrackProgress: 4, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/kp.png`, CountryName: `North Korea`, FirstPlaces: 0, SecondPlaces: 1, ThirdPlaces: 4, RegistrationDate: `2017-11-11T00:04:19.000Z`, Birthday: `1970-11-19T22:00:00.000Z`, Sponsor: `Blogtags`, Agent: `Sibilla Wegner`, AgentContact: `swegner2m@ovh.net`, AgentPhone: `+1-802-436-2712` }), + new AthletesDataExtendedItem({ Id: 273, Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/women/4.jpg`, Position: `up`, Name: `Afet Kumcuoğlu`, AthleteNumber: 33454, BeatsPerMinute: 106, TopSpeed: 5.1, Registered: `2017-09-16T07:05:43-03:00`, TrackProgress: 2, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/nz.png`, CountryName: `New Zealand`, FirstPlaces: 2, SecondPlaces: 1, ThirdPlaces: 1, RegistrationDate: `2017-09-16T04:05:43.000Z`, Birthday: `1986-01-28T22:00:00.000Z`, Sponsor: `Rhynoodle`, Agent: `Netty Labet`, AgentContact: `nlabet3l@webeden.co.uk`, AgentPhone: `+1-402-247-1070` }), + new AthletesDataExtendedItem({ Id: 274, Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/women/9.jpg`, Position: `up`, Name: `Minea Rantanen`, AthleteNumber: 18835, BeatsPerMinute: 105, TopSpeed: 5, Registered: `2017-01-24T07:30:43-02:00`, TrackProgress: 4, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/jo.png`, CountryName: `Jordan`, FirstPlaces: 2, SecondPlaces: 2, ThirdPlaces: 4, RegistrationDate: `2017-01-24T05:30:43.000Z`, Birthday: `1986-01-05T22:00:00.000Z`, Sponsor: `Mycat`, Agent: `Gradey Sedgeworth`, AgentContact: `gsedgeworth2i@unicef.org`, AgentPhone: `+1-202-726-0931` }), + new AthletesDataExtendedItem({ Id: 275, Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/women/69.jpg`, Position: `current`, Name: `Ellen Leppo`, AthleteNumber: 29286, BeatsPerMinute: 97, TopSpeed: 5.6, Registered: `2017-08-16T09:46:35-03:00`, TrackProgress: 2, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/by.png`, CountryName: `Belarus`, FirstPlaces: 0, SecondPlaces: 2, ThirdPlaces: 4, RegistrationDate: `2017-08-16T06:46:35.000Z`, Birthday: `1987-06-17T21:00:00.000Z`, Sponsor: `Rhynyx`, Agent: `Griffy Franz-Schoninger`, AgentContact: `gfranzschoningerm@twitpic.com`, AgentPhone: `+1-205-199-0409` }), + new AthletesDataExtendedItem({ Id: 275, Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/men/88.jpg`, Position: `down`, Name: `Rafael Gutierrez`, AthleteNumber: 38804, BeatsPerMinute: 100, TopSpeed: 5.9, Registered: `2017-02-08T07:50:59-02:00`, TrackProgress: 3, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/gn.png`, CountryName: `Guinea`, FirstPlaces: 0, SecondPlaces: 0, ThirdPlaces: 3, RegistrationDate: `2017-02-08T05:50:59.000Z`, Birthday: `1975-07-08T22:00:00.000Z`, Sponsor: `Tagcat`, Agent: `Greg Lifsey`, AgentContact: `glifsey21@nytimes.com`, AgentPhone: `+1-615-402-5193` }), + new AthletesDataExtendedItem({ Id: 275, Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/men/2.jpg`, Position: `up`, Name: `Fritz Sommer`, AthleteNumber: 26210, BeatsPerMinute: 99, TopSpeed: 4.6, Registered: `2017-09-29T03:54:57-03:00`, TrackProgress: 2, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/lt.png`, CountryName: `Lithuania`, FirstPlaces: 2, SecondPlaces: 3, ThirdPlaces: 1, RegistrationDate: `2017-09-29T00:54:57.000Z`, Birthday: `1979-09-20T21:00:00.000Z`, Sponsor: `Abatz`, Agent: `Rosie Stouther`, AgentContact: `rstouther2x@nationalgeographic.com`, AgentPhone: `+1-918-657-6632` }), + new AthletesDataExtendedItem({ Id: 276, Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/men/65.jpg`, Position: `current`, Name: `David Scott`, AthleteNumber: 46997, BeatsPerMinute: 101, TopSpeed: 4.4, Registered: `2017-07-25T09:23:24-03:00`, TrackProgress: 3, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/pt.png`, CountryName: `Portugal`, FirstPlaces: 1, SecondPlaces: 1, ThirdPlaces: 4, RegistrationDate: `2017-07-25T06:23:24.000Z`, Birthday: `2002-04-04T21:00:00.000Z`, Sponsor: `Einti`, Agent: `Andreas Kibble`, AgentContact: `akibble40@tinypic.com`, AgentPhone: `+1-716-599-4740` }), + new AthletesDataExtendedItem({ Id: 276, Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/women/1.jpg`, Position: `current`, Name: `Encarnacion Martin`, AthleteNumber: 40912, BeatsPerMinute: 105, TopSpeed: 5.5, Registered: `2017-01-11T12:52:28-02:00`, TrackProgress: 3, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/th.png`, CountryName: `Thailand`, FirstPlaces: 1, SecondPlaces: 0, ThirdPlaces: 4, RegistrationDate: `2017-01-11T10:52:28.000Z`, Birthday: `1979-05-11T21:00:00.000Z`, Sponsor: `Edgeclub`, Agent: `Else Vice`, AgentContact: `evice4t@marketwatch.com`, AgentPhone: `+1-702-635-3199` }), + new AthletesDataExtendedItem({ Id: 279, Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/women/39.jpg`, Position: `current`, Name: `Ashley Romero`, AthleteNumber: 36611, BeatsPerMinute: 104, TopSpeed: 5.5, Registered: `2017-02-08T12:45:46-02:00`, TrackProgress: 4, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/mn.png`, CountryName: `Mongolia`, FirstPlaces: 1, SecondPlaces: 0, ThirdPlaces: 2, RegistrationDate: `2017-02-08T10:45:46.000Z`, Birthday: `1989-08-15T21:00:00.000Z`, Sponsor: `Gabvine`, Agent: `Jae William`, AgentContact: `jwilliam3d@bloglovin.com`, AgentPhone: `+1-402-511-1348` }), + new AthletesDataExtendedItem({ Id: 280, Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/men/90.jpg`, Position: `down`, Name: `Cecil Nichols`, AthleteNumber: 20656, BeatsPerMinute: 100, TopSpeed: 5, Registered: `2017-04-24T01:20:34-03:00`, TrackProgress: 3, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/rw.png`, CountryName: `RWANDA`, FirstPlaces: 0, SecondPlaces: 2, ThirdPlaces: 1, RegistrationDate: `2017-04-23T22:20:34.000Z`, Birthday: `1979-02-27T22:00:00.000Z`, Sponsor: `Divavu`, Agent: `Ruperta Beesey`, AgentContact: `rbeesey43@google.co.uk`, AgentPhone: `+1-941-375-0858` }), + new AthletesDataExtendedItem({ Id: 282, Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/men/55.jpg`, Position: `current`, Name: `Johann Fischer`, AthleteNumber: 37212, BeatsPerMinute: 98, TopSpeed: 5.8, Registered: `2017-09-01T04:39:52-03:00`, TrackProgress: 2, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/br.png`, CountryName: `Brazil`, FirstPlaces: 0, SecondPlaces: 2, ThirdPlaces: 0, RegistrationDate: `2017-09-01T01:39:52.000Z`, Birthday: `1984-05-02T21:00:00.000Z`, Sponsor: `Roombo`, Agent: `Krissy Jowett`, AgentContact: `kjowettu@reddit.com`, AgentPhone: `+1-702-975-7252` }), + new AthletesDataExtendedItem({ Id: 283, Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/men/10.jpg`, Position: `current`, Name: `سینا مرادی`, AthleteNumber: 10809, BeatsPerMinute: 105, TopSpeed: 5.3, Registered: `2017-04-05T05:27:13-03:00`, TrackProgress: 2, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/bh.png`, CountryName: `Bahrain`, FirstPlaces: 2, SecondPlaces: 2, ThirdPlaces: 3, RegistrationDate: `2017-04-05T02:27:13.000Z`, Birthday: `1976-11-11T22:00:00.000Z`, Sponsor: `Rhycero`, Agent: `Doy Stonman`, AgentContact: `dstonmanj@smugmug.com`, AgentPhone: `+1-814-375-3219` }), + new AthletesDataExtendedItem({ Id: 284, Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/men/12.jpg`, Position: `current`, Name: `Abel Brun`, AthleteNumber: 39315, BeatsPerMinute: 105, TopSpeed: 5.1, Registered: `2017-10-05T05:54:31-03:00`, TrackProgress: 2, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/af.png`, CountryName: `Afghanistan`, FirstPlaces: 0, SecondPlaces: 0, ThirdPlaces: 1, RegistrationDate: `2017-10-05T02:54:31.000Z`, Birthday: `2002-02-09T22:00:00.000Z`, Sponsor: `Divanoodle`, Agent: `Gawain Beadnall`, AgentContact: `gbeadnall0@etsy.com`, AgentPhone: `+1-317-866-4381` }), + new AthletesDataExtendedItem({ Id: 285, Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/men/43.jpg`, Position: `down`, Name: `Niilo Laurila`, AthleteNumber: 49215, BeatsPerMinute: 104, TopSpeed: 4.5, Registered: `2017-04-26T01:26:36-03:00`, TrackProgress: 3, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/et.png`, CountryName: `Ethiopia`, FirstPlaces: 1, SecondPlaces: 2, ThirdPlaces: 2, RegistrationDate: `2017-04-25T22:26:36.000Z`, Birthday: `1977-11-19T22:00:00.000Z`, Sponsor: `Rooxo`, Agent: `Selestina Frany`, AgentContact: `sfrany1p@devhub.com`, AgentPhone: `+1-520-658-1497` }), + new AthletesDataExtendedItem({ Id: 285, Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/men/34.jpg`, Position: `current`, Name: `Jeffrey Medina`, AthleteNumber: 42905, BeatsPerMinute: 100, TopSpeed: 5.2, Registered: `2017-09-15T02:11:43-03:00`, TrackProgress: 4, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/gr.png`, CountryName: `Greece`, FirstPlaces: 1, SecondPlaces: 0, ThirdPlaces: 4, RegistrationDate: `2017-09-14T23:11:43.000Z`, Birthday: `1985-12-16T22:00:00.000Z`, Sponsor: `Edgetag`, Agent: `Doralyn Fransinelli`, AgentContact: `dfransinelli1y@ucsd.edu`, AgentPhone: `+1-915-495-9682` }), + new AthletesDataExtendedItem({ Id: 286, Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/women/82.jpg`, Position: `current`, Name: `Eloida Novaes`, AthleteNumber: 30751, BeatsPerMinute: 107, TopSpeed: 4.2, Registered: `2017-01-02T01:04:04-02:00`, TrackProgress: 4, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/cl.png`, CountryName: `Chile`, FirstPlaces: 1, SecondPlaces: 2, ThirdPlaces: 3, RegistrationDate: `2017-01-01T23:04:04.000Z`, Birthday: `1992-06-05T21:00:00.000Z`, Sponsor: `Rhyzio`, Agent: `Clementine McLellan`, AgentContact: `cmclellan14@prlog.org`, AgentPhone: `+1-802-350-5146` }), + new AthletesDataExtendedItem({ Id: 286, Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/women/45.jpg`, Position: `down`, Name: `Marisvalda Martins`, AthleteNumber: 33879, BeatsPerMinute: 107, TopSpeed: 5.4, Registered: `2017-01-31T12:07:48-02:00`, TrackProgress: 2, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/es.png`, CountryName: `Spain`, FirstPlaces: 2, SecondPlaces: 1, ThirdPlaces: 0, RegistrationDate: `2017-01-31T10:07:48.000Z`, Birthday: `1985-12-08T22:00:00.000Z`, Sponsor: `Topiczoom`, Agent: `Leticia Shawell`, AgentContact: `lshawell4j@flickr.com`, AgentPhone: `+1-203-989-5206` }), + new AthletesDataExtendedItem({ Id: 287, Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/men/35.jpg`, Position: `current`, Name: `Loïc Gerard`, AthleteNumber: 31706, BeatsPerMinute: 102, TopSpeed: 4.4, Registered: `2017-07-28T09:10:43-03:00`, TrackProgress: 4, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ie.png`, CountryName: `Ireland`, FirstPlaces: 0, SecondPlaces: 0, ThirdPlaces: 3, RegistrationDate: `2017-07-28T06:10:43.000Z`, Birthday: `1977-05-11T22:00:00.000Z`, Sponsor: `Abatz`, Agent: `Kelcie Folley`, AgentContact: `kfolley2d@livejournal.com`, AgentPhone: `+1-336-131-5394` }), + new AthletesDataExtendedItem({ Id: 287, Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/women/72.jpg`, Position: `up`, Name: `Charlotte Dean`, AthleteNumber: 45969, BeatsPerMinute: 105, TopSpeed: 5, Registered: `2017-02-13T05:39:15-02:00`, TrackProgress: 4, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/za.png`, CountryName: `South Africa`, FirstPlaces: 0, SecondPlaces: 0, ThirdPlaces: 1, RegistrationDate: `2017-02-13T03:39:15.000Z`, Birthday: `1984-08-23T21:00:00.000Z`, Sponsor: `Edgetag`, Agent: `Willetta Sitlinton`, AgentContact: `wsitlinton4i@joomla.org`, AgentPhone: `+1-757-352-9306` }), + new AthletesDataExtendedItem({ Id: 292, Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/women/4.jpg`, Position: `down`, Name: `Asta Hansen`, AthleteNumber: 17222, BeatsPerMinute: 101, TopSpeed: 4.3, Registered: `2017-01-08T02:41:56-02:00`, TrackProgress: 2, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/kz.png`, CountryName: `Kazakhstan`, FirstPlaces: 1, SecondPlaces: 3, ThirdPlaces: 1, RegistrationDate: `2017-01-08T00:41:56.000Z`, Birthday: `1981-08-23T21:00:00.000Z`, Sponsor: `Leexo`, Agent: `Kelila Hotson`, AgentContact: `khotson2j@imageshack.us`, AgentPhone: `+1-336-330-9832` }), + new AthletesDataExtendedItem({ Id: 293, Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/women/90.jpg`, Position: `current`, Name: `Ana Bourgeois`, AthleteNumber: 24612, BeatsPerMinute: 110, TopSpeed: 6, Registered: `2017-11-02T02:17:43-02:00`, TrackProgress: 2, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/sg.png`, CountryName: `Singapore`, FirstPlaces: 2, SecondPlaces: 0, ThirdPlaces: 1, RegistrationDate: `2017-11-02T00:17:43.000Z`, Birthday: `1985-03-20T22:00:00.000Z`, Sponsor: `Photobean`, Agent: `Tabb Sharpin`, AgentContact: `tsharpin4e@odnoklassniki.ru`, AgentPhone: `+1-714-282-1294` }), + new AthletesDataExtendedItem({ Id: 293, Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/women/21.jpg`, Position: `up`, Name: `Sara Hannula`, AthleteNumber: 22025, BeatsPerMinute: 102, TopSpeed: 4.2, Registered: `2017-10-09T11:32:13-03:00`, TrackProgress: 3, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/tl.png`, CountryName: `Timor-Leste`, FirstPlaces: 0, SecondPlaces: 0, ThirdPlaces: 3, RegistrationDate: `2017-10-09T08:32:13.000Z`, Birthday: `1995-09-10T21:00:00.000Z`, Sponsor: `Skibox`, Agent: `Brett Blazy`, AgentContact: `bblazy4u@vkontakte.ru`, AgentPhone: `+1-813-209-2340` }), + new AthletesDataExtendedItem({ Id: 296, Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/women/37.jpg`, Position: `up`, Name: `Thea Edwards`, AthleteNumber: 29141, BeatsPerMinute: 99, TopSpeed: 5.8, Registered: `2017-05-23T05:24:38-03:00`, TrackProgress: 4, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/sl.png`, CountryName: `Sierra Leone`, FirstPlaces: 1, SecondPlaces: 3, ThirdPlaces: 2, RegistrationDate: `2017-05-23T02:24:38.000Z`, Birthday: `1973-05-09T22:00:00.000Z`, Sponsor: `Wikivu`, Agent: `Constanta Klazenga`, AgentContact: `cklazenga4d@miibeian.gov.cn`, AgentPhone: `+1-309-900-7956` }), + new AthletesDataExtendedItem({ Id: 299, Avatar: `https://www.infragistics.com/angular-demos-lob/assets/images/men/89.jpg`, Position: `down`, Name: `Victor Lévesque`, AthleteNumber: 48375, BeatsPerMinute: 110, TopSpeed: 5.7, Registered: `2017-11-10T11:31:44-02:00`, TrackProgress: 4, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/mr.png`, CountryName: `Mauritania`, FirstPlaces: 0, SecondPlaces: 2, ThirdPlaces: 0, RegistrationDate: `2017-11-10T09:31:44.000Z`, Birthday: `1977-06-22T22:00:00.000Z`, Sponsor: `Linklinks`, Agent: `Gordan Guerrin`, AgentContact: `gguerrin37@google.pl`, AgentPhone: `+1-626-819-3737` }), ]; super(...newItems.slice(0)); } diff --git a/samples/grids/grid/column-pinning-styles/src/CustomersData.ts b/samples/grids/grid/column-pinning-styles/src/CustomersData.ts index 8f4140d2b9..f9aa8c0893 100644 --- a/samples/grids/grid/column-pinning-styles/src/CustomersData.ts +++ b/samples/grids/grid/column-pinning-styles/src/CustomersData.ts @@ -22,384 +22,33 @@ export class CustomersData extends Array { super(...items); } else { const newItems = [ - new CustomersDataItem( - { - ID: `ALFKI`, - Company: `Alfreds Futterkiste`, - ContactName: `Maria Anders`, - ContactTitle: `Sales Representative`, - Address: `Obere Str. 57`, - City: `Berlin`, - Region: `East`, - PostalCode: 12209, - Country: `Germany`, - Phone: `030-0074321`, - Fax: `030-0076545` - }), - new CustomersDataItem( - { - ID: `ANATR`, - Company: `Ana Trujillo Emparedados y helados`, - ContactName: `Ana Trujillo`, - ContactTitle: `Owner`, - Address: `Avda. de la Constitución 2222`, - City: `México D.F.`, - Region: `South`, - PostalCode: 5021, - Country: `Mexico`, - Phone: `(5) 555-4729`, - Fax: `(5) 555-3745` - }), - new CustomersDataItem( - { - ID: `ANTON`, - Company: `Antonio Moreno Taquería`, - ContactName: `Antonio Moreno`, - ContactTitle: `Owner`, - Address: `Mataderos 2312`, - City: `México D.F.`, - Region: `South`, - PostalCode: 5023, - Country: `Mexico`, - Phone: `(5) 555-3932`, - Fax: `(5) 555-3745` - }), - new CustomersDataItem( - { - ID: `AROUT`, - Company: `Around the Horn`, - ContactName: `Thomas Hardy`, - ContactTitle: `Sales Representative`, - Address: `120 Hanover Sq.`, - City: `London`, - Region: `East`, - PostalCode: 22000, - Country: `UK`, - Phone: `(171) 555-7788`, - Fax: `(171) 555-6750` - }), - new CustomersDataItem( - { - ID: `BERGS`, - Company: `Berglunds snabbköp`, - ContactName: `Christina Berglund`, - ContactTitle: `Order Administrator`, - Address: `Berguvsvägen 8`, - City: `Luleå`, - Region: `South`, - PostalCode: 17000, - Country: `Sweden`, - Phone: `0921-12 34 65`, - Fax: `0921-12 34 67` - }), - new CustomersDataItem( - { - ID: `BLAUS`, - Company: `Blauer See Delikatessen`, - ContactName: `Hanna Moos`, - ContactTitle: `Sales Representative`, - Address: `Forsterstr. 57`, - City: `Mannheim`, - Region: `East`, - PostalCode: 68306, - Country: `Germany`, - Phone: `0621-08460`, - Fax: `0621-08924` - }), - new CustomersDataItem( - { - ID: `BLONP`, - Company: `Blondesddsl père et fils`, - ContactName: `Frédérique Citeaux`, - ContactTitle: `Marketing Manager`, - Address: `24, place Kléber`, - City: `Strasbourg`, - Region: `East`, - PostalCode: 67000, - Country: `France`, - Phone: `88.60.15.31`, - Fax: `88.60.15.32` - }), - new CustomersDataItem( - { - ID: `BOLID`, - Company: `Bólido Comidas preparadas`, - ContactName: `Martín Sommer`, - ContactTitle: `Owner`, - Address: `C/ Araquil, 67`, - City: `Madrid`, - Region: `East`, - PostalCode: 28023, - Country: `Spain`, - Phone: `(91) 555 22 82`, - Fax: `(91) 555 91 99` - }), - new CustomersDataItem( - { - ID: `BONAP`, - Company: `Bon app'`, - ContactName: `Laurence Lebihan`, - ContactTitle: `Owner`, - Address: `12, rue des Bouchers`, - City: `Marseille`, - Region: `West`, - PostalCode: 13008, - Country: `France`, - Phone: `91.24.45.40`, - Fax: `91.24.45.41` - }), - new CustomersDataItem( - { - ID: `BOTTM`, - Company: `Bottom-Dollar Markets`, - ContactName: `Elizabeth Lincoln`, - ContactTitle: `Accounting Manager`, - Address: `23 Tsawassen Blvd.`, - City: `Tsawassen`, - Region: `BC`, - PostalCode: 28000, - Country: `Canada`, - Phone: `(604) 555-4729`, - Fax: `(604) 555-3745` - }), - new CustomersDataItem( - { - ID: `BSBEV`, - Company: `B's Beverages`, - ContactName: `Victoria Ashworth`, - ContactTitle: `Sales Representative`, - Address: `Fauntleroy Circus`, - City: `London`, - Region: `South`, - PostalCode: 10000, - Country: `UK`, - Phone: `(171) 555-1212`, - Fax: `(5) 555-3745` - }), - new CustomersDataItem( - { - ID: `CACTU`, - Company: `Cactus Comidas para llevar`, - ContactName: `Patricio Simpson`, - ContactTitle: `Sales Agent`, - Address: `Cerrito 333`, - City: `Buenos Aires`, - Region: `East`, - PostalCode: 1010, - Country: `Argentina`, - Phone: `(1) 135-5555`, - Fax: `(1) 135-4892` - }), - new CustomersDataItem( - { - ID: `CENTC`, - Company: `Centro comercial Moctezuma`, - ContactName: `Francisco Chang`, - ContactTitle: `Marketing Manager`, - Address: `Sierras de Granada 9993`, - City: `México D.F.`, - Region: `South`, - PostalCode: 5022, - Country: `Mexico`, - Phone: `(5) 555-3392`, - Fax: `(5) 555-7293` - }), - new CustomersDataItem( - { - ID: `CHOPS`, - Company: `Chop-suey Chinese`, - ContactName: `Yang Wang`, - ContactTitle: `Owner`, - Address: `Hauptstr. 29`, - City: `Bern`, - Region: `East`, - PostalCode: 3012, - Country: `Switzerland`, - Phone: `0452-076545`, - Fax: `(5) 555-3745` - }), - new CustomersDataItem( - { - ID: `COMMI`, - Company: `Comércio Mineiro`, - ContactName: `Pedro Afonso`, - ContactTitle: `Sales Associate`, - Address: `Av. dos Lusíadas, 23`, - City: `Sao Paulo`, - Region: `SP`, - PostalCode: 34000, - Country: `Brazil`, - Phone: `(11) 555-7647`, - Fax: `(5) 555-3745` - }), - new CustomersDataItem( - { - ID: `CONSH`, - Company: `Consolidated Holdings`, - ContactName: `Elizabeth Brown`, - ContactTitle: `Sales Representative`, - Address: `Berkeley Gardens 12 Brewery`, - City: `London`, - Region: `South`, - PostalCode: 27000, - Country: `UK`, - Phone: `(171) 555-2282`, - Fax: `(171) 555-9199` - }), - new CustomersDataItem( - { - ID: `DRACD`, - Company: `Drachenblut Delikatessen`, - ContactName: `Sven Ottlieb`, - ContactTitle: `Order Administrator`, - Address: `Walserweg 21`, - City: `Aachen`, - Region: `South`, - PostalCode: 52066, - Country: `Germany`, - Phone: `0241-039123`, - Fax: `0241-059428` - }), - new CustomersDataItem( - { - ID: `DUMON`, - Company: `Du monde entier`, - ContactName: `Janine Labrune`, - ContactTitle: `Owner`, - Address: `67, rue des Cinquante Otages`, - City: `Nantes`, - Region: `East`, - PostalCode: 44000, - Country: `France`, - Phone: `40.67.88.88`, - Fax: `40.67.89.89` - }), - new CustomersDataItem( - { - ID: `EASTC`, - Company: `Eastern Connection`, - ContactName: `Ann Devon`, - ContactTitle: `Sales Agent`, - Address: `35 King George`, - City: `London`, - Region: `East`, - PostalCode: 41000, - Country: `UK`, - Phone: `(171) 555-0297`, - Fax: `(171) 555-3373` - }), - new CustomersDataItem( - { - ID: `ERNSH`, - Company: `Ernst Handel`, - ContactName: `Roland Mendel`, - ContactTitle: `Sales Manager`, - Address: `Kirchgasse 6`, - City: `Graz`, - Region: `South`, - PostalCode: 8010, - Country: `Austria`, - Phone: `7675-3425`, - Fax: `7675-3426` - }), - new CustomersDataItem( - { - ID: `FAMIA`, - Company: `Familia Arquibaldo`, - ContactName: `Aria Cruz`, - ContactTitle: `Marketing Assistant`, - Address: `Rua Orós, 92`, - City: `Sao Paulo`, - Region: `SP`, - PostalCode: 27000, - Country: `Brazil`, - Phone: `(11) 555-9857`, - Fax: `(5) 555-3745` - }), - new CustomersDataItem( - { - ID: `FISSA`, - Company: `FISSA Fabrica Inter. Salchichas S.A.`, - ContactName: `Diego Roel`, - ContactTitle: `Accounting Manager`, - Address: `C/ Moralzarzal, 86`, - City: `Madrid`, - Region: `East`, - PostalCode: 28034, - Country: `Spain`, - Phone: `(91) 555 94 44`, - Fax: `(91) 555 55 93` - }), - new CustomersDataItem( - { - ID: `FOLIG`, - Company: `Folies gourmandes`, - ContactName: `Martine Rancé`, - ContactTitle: `Assistant Sales Agent`, - Address: `184, chaussée de Tournai`, - City: `Lille`, - Region: `South`, - PostalCode: 59000, - Country: `France`, - Phone: `20.16.10.16`, - Fax: `20.16.10.17` - }), - new CustomersDataItem( - { - ID: `FOLKO`, - Company: `Folk och fä HB`, - ContactName: `Maria Larsson`, - ContactTitle: `Owner`, - Address: `Åkergatan 24`, - City: `Bräcke`, - Region: `East`, - PostalCode: 36000, - Country: `Sweden`, - Phone: `0695-34 67 21`, - Fax: `0695 33-4455` - }), - new CustomersDataItem( - { - ID: `FRANK`, - Company: `Frankenversand`, - ContactName: `Peter Franken`, - ContactTitle: `Marketing Manager`, - Address: `Berliner Platz 43`, - City: `München`, - Region: `East`, - PostalCode: 80805, - Country: `Germany`, - Phone: `089-0877310`, - Fax: `089-0877451` - }), - new CustomersDataItem( - { - ID: `FRANR`, - Company: `France restauration`, - ContactName: `Carine Schmitt`, - ContactTitle: `Marketing Manager`, - Address: `54, rue Royale`, - City: `Nantes`, - Region: `South`, - PostalCode: 44000, - Country: `France`, - Phone: `40.32.21.21`, - Fax: `40.32.21.20` - }), - new CustomersDataItem( - { - ID: `FRANS`, - Company: `Franchi S.p.A.`, - ContactName: `Paolo Accorti`, - ContactTitle: `Sales Representative`, - Address: `Via Monte Bianco 34`, - City: `Torino`, - Region: `East`, - PostalCode: 10100, - Country: `Italy`, - Phone: `011-4988260`, - Fax: `011-4988261` - }), + new CustomersDataItem({ ID: `ALFKI`, Company: `Alfreds Futterkiste`, ContactName: `Maria Anders`, ContactTitle: `Sales Representative`, Address: `Obere Str. 57`, City: `Berlin`, Region: `East`, PostalCode: 12209, Country: `Germany`, Phone: `030-0074321`, Fax: `030-0076545` }), + new CustomersDataItem({ ID: `ANATR`, Company: `Ana Trujillo Emparedados y helados`, ContactName: `Ana Trujillo`, ContactTitle: `Owner`, Address: `Avda. de la Constitución 2222`, City: `México D.F.`, Region: `South`, PostalCode: 5021, Country: `Mexico`, Phone: `(5) 555-4729`, Fax: `(5) 555-3745` }), + new CustomersDataItem({ ID: `ANTON`, Company: `Antonio Moreno Taquería`, ContactName: `Antonio Moreno`, ContactTitle: `Owner`, Address: `Mataderos 2312`, City: `México D.F.`, Region: `South`, PostalCode: 5023, Country: `Mexico`, Phone: `(5) 555-3932`, Fax: `(5) 555-3745` }), + new CustomersDataItem({ ID: `AROUT`, Company: `Around the Horn`, ContactName: `Thomas Hardy`, ContactTitle: `Sales Representative`, Address: `120 Hanover Sq.`, City: `London`, Region: `East`, PostalCode: 22000, Country: `UK`, Phone: `(171) 555-7788`, Fax: `(171) 555-6750` }), + new CustomersDataItem({ ID: `BERGS`, Company: `Berglunds snabbköp`, ContactName: `Christina Berglund`, ContactTitle: `Order Administrator`, Address: `Berguvsvägen 8`, City: `Luleå`, Region: `South`, PostalCode: 17000, Country: `Sweden`, Phone: `0921-12 34 65`, Fax: `0921-12 34 67` }), + new CustomersDataItem({ ID: `BLAUS`, Company: `Blauer See Delikatessen`, ContactName: `Hanna Moos`, ContactTitle: `Sales Representative`, Address: `Forsterstr. 57`, City: `Mannheim`, Region: `East`, PostalCode: 68306, Country: `Germany`, Phone: `0621-08460`, Fax: `0621-08924` }), + new CustomersDataItem({ ID: `BLONP`, Company: `Blondesddsl père et fils`, ContactName: `Frédérique Citeaux`, ContactTitle: `Marketing Manager`, Address: `24, place Kléber`, City: `Strasbourg`, Region: `East`, PostalCode: 67000, Country: `France`, Phone: `88.60.15.31`, Fax: `88.60.15.32` }), + new CustomersDataItem({ ID: `BOLID`, Company: `Bólido Comidas preparadas`, ContactName: `Martín Sommer`, ContactTitle: `Owner`, Address: `C/ Araquil, 67`, City: `Madrid`, Region: `East`, PostalCode: 28023, Country: `Spain`, Phone: `(91) 555 22 82`, Fax: `(91) 555 91 99` }), + new CustomersDataItem({ ID: `BONAP`, Company: `Bon app'`, ContactName: `Laurence Lebihan`, ContactTitle: `Owner`, Address: `12, rue des Bouchers`, City: `Marseille`, Region: `West`, PostalCode: 13008, Country: `France`, Phone: `91.24.45.40`, Fax: `91.24.45.41` }), + new CustomersDataItem({ ID: `BOTTM`, Company: `Bottom-Dollar Markets`, ContactName: `Elizabeth Lincoln`, ContactTitle: `Accounting Manager`, Address: `23 Tsawassen Blvd.`, City: `Tsawassen`, Region: `BC`, PostalCode: 28000, Country: `Canada`, Phone: `(604) 555-4729`, Fax: `(604) 555-3745` }), + new CustomersDataItem({ ID: `BSBEV`, Company: `B's Beverages`, ContactName: `Victoria Ashworth`, ContactTitle: `Sales Representative`, Address: `Fauntleroy Circus`, City: `London`, Region: `South`, PostalCode: 10000, Country: `UK`, Phone: `(171) 555-1212`, Fax: `(5) 555-3745` }), + new CustomersDataItem({ ID: `CACTU`, Company: `Cactus Comidas para llevar`, ContactName: `Patricio Simpson`, ContactTitle: `Sales Agent`, Address: `Cerrito 333`, City: `Buenos Aires`, Region: `East`, PostalCode: 1010, Country: `Argentina`, Phone: `(1) 135-5555`, Fax: `(1) 135-4892` }), + new CustomersDataItem({ ID: `CENTC`, Company: `Centro comercial Moctezuma`, ContactName: `Francisco Chang`, ContactTitle: `Marketing Manager`, Address: `Sierras de Granada 9993`, City: `México D.F.`, Region: `South`, PostalCode: 5022, Country: `Mexico`, Phone: `(5) 555-3392`, Fax: `(5) 555-7293` }), + new CustomersDataItem({ ID: `CHOPS`, Company: `Chop-suey Chinese`, ContactName: `Yang Wang`, ContactTitle: `Owner`, Address: `Hauptstr. 29`, City: `Bern`, Region: `East`, PostalCode: 3012, Country: `Switzerland`, Phone: `0452-076545`, Fax: `(5) 555-3745` }), + new CustomersDataItem({ ID: `COMMI`, Company: `Comércio Mineiro`, ContactName: `Pedro Afonso`, ContactTitle: `Sales Associate`, Address: `Av. dos Lusíadas, 23`, City: `Sao Paulo`, Region: `SP`, PostalCode: 34000, Country: `Brazil`, Phone: `(11) 555-7647`, Fax: `(5) 555-3745` }), + new CustomersDataItem({ ID: `CONSH`, Company: `Consolidated Holdings`, ContactName: `Elizabeth Brown`, ContactTitle: `Sales Representative`, Address: `Berkeley Gardens 12 Brewery`, City: `London`, Region: `South`, PostalCode: 27000, Country: `UK`, Phone: `(171) 555-2282`, Fax: `(171) 555-9199` }), + new CustomersDataItem({ ID: `DRACD`, Company: `Drachenblut Delikatessen`, ContactName: `Sven Ottlieb`, ContactTitle: `Order Administrator`, Address: `Walserweg 21`, City: `Aachen`, Region: `South`, PostalCode: 52066, Country: `Germany`, Phone: `0241-039123`, Fax: `0241-059428` }), + new CustomersDataItem({ ID: `DUMON`, Company: `Du monde entier`, ContactName: `Janine Labrune`, ContactTitle: `Owner`, Address: `67, rue des Cinquante Otages`, City: `Nantes`, Region: `East`, PostalCode: 44000, Country: `France`, Phone: `40.67.88.88`, Fax: `40.67.89.89` }), + new CustomersDataItem({ ID: `EASTC`, Company: `Eastern Connection`, ContactName: `Ann Devon`, ContactTitle: `Sales Agent`, Address: `35 King George`, City: `London`, Region: `East`, PostalCode: 41000, Country: `UK`, Phone: `(171) 555-0297`, Fax: `(171) 555-3373` }), + new CustomersDataItem({ ID: `ERNSH`, Company: `Ernst Handel`, ContactName: `Roland Mendel`, ContactTitle: `Sales Manager`, Address: `Kirchgasse 6`, City: `Graz`, Region: `South`, PostalCode: 8010, Country: `Austria`, Phone: `7675-3425`, Fax: `7675-3426` }), + new CustomersDataItem({ ID: `FAMIA`, Company: `Familia Arquibaldo`, ContactName: `Aria Cruz`, ContactTitle: `Marketing Assistant`, Address: `Rua Orós, 92`, City: `Sao Paulo`, Region: `SP`, PostalCode: 27000, Country: `Brazil`, Phone: `(11) 555-9857`, Fax: `(5) 555-3745` }), + new CustomersDataItem({ ID: `FISSA`, Company: `FISSA Fabrica Inter. Salchichas S.A.`, ContactName: `Diego Roel`, ContactTitle: `Accounting Manager`, Address: `C/ Moralzarzal, 86`, City: `Madrid`, Region: `East`, PostalCode: 28034, Country: `Spain`, Phone: `(91) 555 94 44`, Fax: `(91) 555 55 93` }), + new CustomersDataItem({ ID: `FOLIG`, Company: `Folies gourmandes`, ContactName: `Martine Rancé`, ContactTitle: `Assistant Sales Agent`, Address: `184, chaussée de Tournai`, City: `Lille`, Region: `South`, PostalCode: 59000, Country: `France`, Phone: `20.16.10.16`, Fax: `20.16.10.17` }), + new CustomersDataItem({ ID: `FOLKO`, Company: `Folk och fä HB`, ContactName: `Maria Larsson`, ContactTitle: `Owner`, Address: `Åkergatan 24`, City: `Bräcke`, Region: `East`, PostalCode: 36000, Country: `Sweden`, Phone: `0695-34 67 21`, Fax: `0695 33-4455` }), + new CustomersDataItem({ ID: `FRANK`, Company: `Frankenversand`, ContactName: `Peter Franken`, ContactTitle: `Marketing Manager`, Address: `Berliner Platz 43`, City: `München`, Region: `East`, PostalCode: 80805, Country: `Germany`, Phone: `089-0877310`, Fax: `089-0877451` }), + new CustomersDataItem({ ID: `FRANR`, Company: `France restauration`, ContactName: `Carine Schmitt`, ContactTitle: `Marketing Manager`, Address: `54, rue Royale`, City: `Nantes`, Region: `South`, PostalCode: 44000, Country: `France`, Phone: `40.32.21.21`, Fax: `40.32.21.20` }), + new CustomersDataItem({ ID: `FRANS`, Company: `Franchi S.p.A.`, ContactName: `Paolo Accorti`, ContactTitle: `Sales Representative`, Address: `Via Monte Bianco 34`, City: `Torino`, Region: `East`, PostalCode: 10100, Country: `Italy`, Phone: `011-4988260`, Fax: `011-4988261` }), ]; super(...newItems.slice(0)); } diff --git a/samples/grids/grid/column-resize-styling/src/AthletesData.ts b/samples/grids/grid/column-resize-styling/src/AthletesData.ts index cbfd6a40ca..3d63d083ff 100644 --- a/samples/grids/grid/column-resize-styling/src/AthletesData.ts +++ b/samples/grids/grid/column-resize-styling/src/AthletesData.ts @@ -22,2596 +22,191 @@ export class AthletesData extends Array { super(...items); } else { const newItems = [ - new AthletesDataItem( - { - Id: 100, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/20.jpg`, - Position: `current`, - Name: `Alexis Walker`, - AthleteNumber: 43183, - BeatsPerMinute: 103, - TopSpeed: 5.8, - Registered: `2017-08-07T10:35:06-03:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/gh.png`, - CountryName: `Ghana` - }), - new AthletesDataItem( - { - Id: 101, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/71.jpg`, - Position: `down`, - Name: `Lavínia Silva`, - AthleteNumber: 33994, - BeatsPerMinute: 93, - TopSpeed: 5.6, - Registered: `2017-03-22T08:55:46-02:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/no.png`, - CountryName: `Norway` - }), - new AthletesDataItem( - { - Id: 105, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/5.jpg`, - Position: `down`, - Name: `Samu Hokkanen`, - AthleteNumber: 22469, - BeatsPerMinute: 106, - TopSpeed: 5.5, - Registered: `2017-06-29T04:58:27-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/az.png`, - CountryName: `Azerbaijan` - }), - new AthletesDataItem( - { - Id: 107, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/92.jpg`, - Position: `down`, - Name: `Megan Webb`, - AthleteNumber: 30713, - BeatsPerMinute: 93, - TopSpeed: 5.6, - Registered: `2017-08-20T09:26:51-03:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/mt.png`, - CountryName: `Malta` - }), - new AthletesDataItem( - { - Id: 107, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/33.jpg`, - Position: `up`, - Name: `Pedro Marquez`, - AthleteNumber: 16169, - BeatsPerMinute: 97, - TopSpeed: 5.4, - Registered: `2017-11-11T05:14:31-02:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/mw.png`, - CountryName: `Malawi` - }), - new AthletesDataItem( - { - Id: 108, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/31.jpg`, - Position: `up`, - Name: `Noah Bergeron`, - AthleteNumber: 35139, - BeatsPerMinute: 110, - TopSpeed: 5.6, - Registered: `2017-06-23T01:21:21-03:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ci.png`, - CountryName: `Cote DIvoire` - }), - new AthletesDataItem( - { - Id: 110, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/15.jpg`, - Position: `current`, - Name: `Annabell Brand`, - AthleteNumber: 39233, - BeatsPerMinute: 93, - TopSpeed: 5.7, - Registered: `2017-03-01T12:21:24-02:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/pg.png`, - CountryName: `Papua New Guinea` - }), - new AthletesDataItem( - { - Id: 110, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/13.jpg`, - Position: `current`, - Name: `Özsu Keçeci`, - AthleteNumber: 29403, - BeatsPerMinute: 106, - TopSpeed: 4.2, - Registered: `2017-01-19T11:34:13-02:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/lv.png`, - CountryName: `Latvia` - }), - new AthletesDataItem( - { - Id: 110, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/26.jpg`, - Position: `down`, - Name: `Emilie Morin`, - AthleteNumber: 26164, - BeatsPerMinute: 98, - TopSpeed: 4.9, - Registered: `2017-02-01T04:18:19-02:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/kg.png`, - CountryName: `Kyrgyzstan` - }), - new AthletesDataItem( - { - Id: 111, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/23.jpg`, - Position: `up`, - Name: `Connor Green`, - AthleteNumber: 44716, - BeatsPerMinute: 95, - TopSpeed: 4.4, - Registered: `2017-06-30T11:23:25-03:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/bb.png`, - CountryName: `Barbados` - }), - new AthletesDataItem( - { - Id: 112, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/53.jpg`, - Position: `down`, - Name: `Karen Shaw`, - AthleteNumber: 31048, - BeatsPerMinute: 107, - TopSpeed: 5.7, - Registered: `2017-05-15T09:25:03-03:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ec.png`, - CountryName: `Ecuador` - }), - new AthletesDataItem( - { - Id: 113, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/36.jpg`, - Position: `current`, - Name: `Marialba Nascimento`, - AthleteNumber: 47061, - BeatsPerMinute: 108, - TopSpeed: 5.2, - Registered: `2017-09-19T05:47:21-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/tn.png`, - CountryName: `Tunisia` - }), - new AthletesDataItem( - { - Id: 113, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/37.jpg`, - Position: `current`, - Name: `Nick Naumann`, - AthleteNumber: 25566, - BeatsPerMinute: 109, - TopSpeed: 5.9, - Registered: `2017-07-12T09:01:11-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/sz.png`, - CountryName: `Swaziland` - }), - new AthletesDataItem( - { - Id: 116, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/1.jpg`, - Position: `down`, - Name: `Sevcan Kollen`, - AthleteNumber: 13728, - BeatsPerMinute: 104, - TopSpeed: 5.3, - Registered: `2017-09-08T08:29:08-03:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/gt.png`, - CountryName: `Guatemala` - }), - new AthletesDataItem( - { - Id: 121, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/48.jpg`, - Position: `current`, - Name: `Väinö Salmi`, - AthleteNumber: 29839, - BeatsPerMinute: 107, - TopSpeed: 5.5, - Registered: `2017-10-21T05:57:02-03:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/gw.png`, - CountryName: `Guinea-Bissau` - }), - new AthletesDataItem( - { - Id: 121, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/31.jpg`, - Position: `down`, - Name: `Ivan Ivanov`, - AthleteNumber: 11054, - BeatsPerMinute: 108, - TopSpeed: 5.7, - Registered: `2017-04-18T08:03:01-03:00`, - TrackProgress: 75, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/bg.png`, - CountryName: `Bulgaria` - }), - new AthletesDataItem( - { - Id: 121, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/45.jpg`, - Position: `current`, - Name: `Maurice Lambert`, - AthleteNumber: 17443, - BeatsPerMinute: 96, - TopSpeed: 5.6, - Registered: `2017-06-05T08:19:32-03:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/bd.png`, - CountryName: `Bangladesh` - }), - new AthletesDataItem( - { - Id: 122, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/71.jpg`, - Position: `down`, - Name: `Natalie Conrad`, - AthleteNumber: 42602, - BeatsPerMinute: 108, - TopSpeed: 6, - Registered: `2017-03-18T06:35:44-02:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/tt.png`, - CountryName: `Trinidad and Tobago` - }), - new AthletesDataItem( - { - Id: 122, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/57.jpg`, - Position: `down`, - Name: `Jack Jean-baptiste`, - AthleteNumber: 40427, - BeatsPerMinute: 110, - TopSpeed: 4.3, - Registered: `2017-11-09T08:50:06-02:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/cm.png`, - CountryName: `Cameroon` - }), - new AthletesDataItem( - { - Id: 123, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/19.jpg`, - Position: `down`, - Name: `Flora Perez`, - AthleteNumber: 23907, - BeatsPerMinute: 102, - TopSpeed: 5.8, - Registered: `2017-04-12T04:16:56-03:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/pl.png`, - CountryName: `Poland` - }), - new AthletesDataItem( - { - Id: 123, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/12.jpg`, - Position: `up`, - Name: `آنیتا كامياران`, - AthleteNumber: 18980, - BeatsPerMinute: 90, - TopSpeed: 4.5, - Registered: `2017-07-21T06:42:59-03:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/lb.png`, - CountryName: `Lebanon` - }), - new AthletesDataItem( - { - Id: 123, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/31.jpg`, - Position: `current`, - Name: `Eeli Makinen`, - AthleteNumber: 45296, - BeatsPerMinute: 106, - TopSpeed: 5.2, - Registered: `2017-01-06T09:58:02-02:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/fi.png`, - CountryName: `Finland` - }), - new AthletesDataItem( - { - Id: 124, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/98.jpg`, - Position: `down`, - Name: `Mathieu Mathieu`, - AthleteNumber: 10555, - BeatsPerMinute: 101, - TopSpeed: 5.2, - Registered: `2017-01-05T07:28:11-02:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/uz.png`, - CountryName: `Uzbekistan` - }), - new AthletesDataItem( - { - Id: 124, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/19.jpg`, - Position: `current`, - Name: `Marie Poulsen`, - AthleteNumber: 44113, - BeatsPerMinute: 109, - TopSpeed: 4.7, - Registered: `2017-04-15T10:25:21-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ma.png`, - CountryName: `Morocco` - }), - new AthletesDataItem( - { - Id: 125, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/16.jpg`, - Position: `current`, - Name: `Altiva Alves`, - AthleteNumber: 31850, - BeatsPerMinute: 106, - TopSpeed: 5.1, - Registered: `2017-11-09T02:43:54-02:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/km.png`, - CountryName: `Comoros` - }), - new AthletesDataItem( - { - Id: 127, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/52.jpg`, - Position: `down`, - Name: `Gerardo Soto`, - AthleteNumber: 22958, - BeatsPerMinute: 90, - TopSpeed: 5, - Registered: `2017-06-04T12:52:03-03:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/co.png`, - CountryName: `Colombia` - }), - new AthletesDataItem( - { - Id: 128, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/52.jpg`, - Position: `up`, - Name: `Sophie Lewis`, - AthleteNumber: 46222, - BeatsPerMinute: 106, - TopSpeed: 4.4, - Registered: `2017-02-20T09:42:07-02:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/mc.png`, - CountryName: `Monaco` - }), - new AthletesDataItem( - { - Id: 129, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/34.jpg`, - Position: `up`, - Name: `Ella Hansen`, - AthleteNumber: 27075, - BeatsPerMinute: 101, - TopSpeed: 5.1, - Registered: `2017-01-05T10:12:42-02:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/lk.png`, - CountryName: `Sri Lanka` - }), - new AthletesDataItem( - { - Id: 130, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/94.jpg`, - Position: `up`, - Name: `Adem Özdoğan`, - AthleteNumber: 45143, - BeatsPerMinute: 90, - TopSpeed: 5.5, - Registered: `2017-02-16T07:11:52-02:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/tm.png`, - CountryName: `Turkmenistan` - }), - new AthletesDataItem( - { - Id: 130, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/24.jpg`, - Position: `down`, - Name: `آوا احمدی`, - AthleteNumber: 44347, - BeatsPerMinute: 110, - TopSpeed: 4.1, - Registered: `2017-06-04T09:04:31-03:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/cn.png`, - CountryName: `China` - }), - new AthletesDataItem( - { - Id: 131, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/61.jpg`, - Position: `current`, - Name: `Eliza Bishop`, - AthleteNumber: 31774, - BeatsPerMinute: 96, - TopSpeed: 4.7, - Registered: `2017-09-22T11:49:02-03:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/eh.png`, - CountryName: `Western Sahara` - }), - new AthletesDataItem( - { - Id: 131, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/61.jpg`, - Position: `down`, - Name: `Veronika Huber`, - AthleteNumber: 18146, - BeatsPerMinute: 103, - TopSpeed: 5.2, - Registered: `2017-07-13T02:23:56-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/to.png`, - CountryName: `Tonga` - }), - new AthletesDataItem( - { - Id: 134, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/66.jpg`, - Position: `down`, - Name: `Anni Waisanen`, - AthleteNumber: 32133, - BeatsPerMinute: 99, - TopSpeed: 5, - Registered: `2017-08-17T01:35:09-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/do.png`, - CountryName: `Dominican Republic` - }), - new AthletesDataItem( - { - Id: 135, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/84.jpg`, - Position: `down`, - Name: `Darryl Douglas`, - AthleteNumber: 35826, - BeatsPerMinute: 96, - TopSpeed: 4.6, - Registered: `2017-07-20T11:45:52-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/tr.png`, - CountryName: `Turkey` - }), - new AthletesDataItem( - { - Id: 136, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/10.jpg`, - Position: `down`, - Name: `Elaine Matthews`, - AthleteNumber: 38574, - BeatsPerMinute: 110, - TopSpeed: 5.5, - Registered: `2017-01-26T11:50:00-02:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/cv.png`, - CountryName: `Cape Verde` - }), - new AthletesDataItem( - { - Id: 137, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/75.jpg`, - Position: `up`, - Name: `Gloria Caballero`, - AthleteNumber: 43379, - BeatsPerMinute: 103, - TopSpeed: 4.3, - Registered: `2017-08-10T08:27:45-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/il.png`, - CountryName: `Israel` - }), - new AthletesDataItem( - { - Id: 137, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/80.jpg`, - Position: `down`, - Name: `Lance Dunn`, - AthleteNumber: 10113, - BeatsPerMinute: 94, - TopSpeed: 4.5, - Registered: `2017-03-13T10:51:36-02:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/cy.png`, - CountryName: `Cyprus` - }), - new AthletesDataItem( - { - Id: 138, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/31.jpg`, - Position: `down`, - Name: `Antoine Mackay`, - AthleteNumber: 34547, - BeatsPerMinute: 104, - TopSpeed: 5, - Registered: `2017-08-22T09:11:37-03:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ls.png`, - CountryName: `Lesotho` - }), - new AthletesDataItem( - { - Id: 138, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/78.jpg`, - Position: `current`, - Name: `Oscar Calvo`, - AthleteNumber: 45078, - BeatsPerMinute: 109, - TopSpeed: 4.3, - Registered: `2017-06-19T10:57:42-03:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/cu.png`, - CountryName: `Cuba` - }), - new AthletesDataItem( - { - Id: 138, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/38.jpg`, - Position: `current`, - Name: `Derrick Price`, - AthleteNumber: 19792, - BeatsPerMinute: 94, - TopSpeed: 5.6, - Registered: `2017-03-19T01:10:55-02:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ar.png`, - CountryName: `Argentina` - }), - new AthletesDataItem( - { - Id: 139, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/28.jpg`, - Position: `current`, - Name: `Annabell Barth`, - AthleteNumber: 41130, - BeatsPerMinute: 103, - TopSpeed: 5, - Registered: `2017-08-24T11:58:56-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ht.png`, - CountryName: `Haiti` - }), - new AthletesDataItem( - { - Id: 141, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/15.jpg`, - Position: `current`, - Name: `Miro Korpela`, - AthleteNumber: 40544, - BeatsPerMinute: 104, - TopSpeed: 5.3, - Registered: `2017-01-10T07:12:44-02:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/nl.png`, - CountryName: `Netherlands` - }), - new AthletesDataItem( - { - Id: 142, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/63.jpg`, - Position: `current`, - Name: `Nicoline Thomsen`, - AthleteNumber: 36778, - BeatsPerMinute: 99, - TopSpeed: 5.5, - Registered: `2017-03-26T10:04:29-03:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/bj.png`, - CountryName: `Benin` - }), - new AthletesDataItem( - { - Id: 143, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/38.jpg`, - Position: `up`, - Name: `رضا کوتی`, - AthleteNumber: 13640, - BeatsPerMinute: 103, - TopSpeed: 4.2, - Registered: `2017-04-30T02:34:29-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/pk.png`, - CountryName: `Pakistan` - }), - new AthletesDataItem( - { - Id: 144, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/57.jpg`, - Position: `down`, - Name: `Milja Leino`, - AthleteNumber: 33563, - BeatsPerMinute: 110, - TopSpeed: 4.1, - Registered: `2017-11-01T10:34:07-02:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/bf.png`, - CountryName: `Burkina Faso` - }), - new AthletesDataItem( - { - Id: 147, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/8.jpg`, - Position: `down`, - Name: `میلاد یاسمی`, - AthleteNumber: 44023, - BeatsPerMinute: 104, - TopSpeed: 5.2, - Registered: `2017-06-10T04:11:01-03:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/tg.png`, - CountryName: `Togo` - }), - new AthletesDataItem( - { - Id: 150, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/52.jpg`, - Position: `up`, - Name: `Gustav Petersen`, - AthleteNumber: 20984, - BeatsPerMinute: 107, - TopSpeed: 4.6, - Registered: `2017-01-01T07:40:19-02:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/bz.png`, - CountryName: `Belize` - }), - new AthletesDataItem( - { - Id: 151, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/88.jpg`, - Position: `current`, - Name: `Charlotte Mills`, - AthleteNumber: 49829, - BeatsPerMinute: 92, - TopSpeed: 5.3, - Registered: `2017-05-10T04:33:10-03:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/mg.png`, - CountryName: `Madagascar` - }), - new AthletesDataItem( - { - Id: 154, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/54.jpg`, - Position: `down`, - Name: `Rhonda Simmmons`, - AthleteNumber: 37139, - BeatsPerMinute: 96, - TopSpeed: 5.1, - Registered: `2017-07-03T05:39:45-03:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/nr.png`, - CountryName: `Nauru` - }), - new AthletesDataItem( - { - Id: 155, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/82.jpg`, - Position: `up`, - Name: `Justin Philippe`, - AthleteNumber: 12858, - BeatsPerMinute: 104, - TopSpeed: 5.7, - Registered: `2017-03-16T02:00:35-02:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/mv.png`, - CountryName: `Maldives` - }), - new AthletesDataItem( - { - Id: 159, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/66.jpg`, - Position: `up`, - Name: `Eva Dean`, - AthleteNumber: 48874, - BeatsPerMinute: 103, - TopSpeed: 5.7, - Registered: `2017-03-04T01:58:52-02:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/st.png`, - CountryName: `Sao Tome and Principe` - }), - new AthletesDataItem( - { - Id: 161, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/89.jpg`, - Position: `up`, - Name: `Franklin Byrd`, - AthleteNumber: 49498, - BeatsPerMinute: 106, - TopSpeed: 5.3, - Registered: `2017-11-04T11:09:26-02:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/tw.png`, - CountryName: `Taiwan, Province of China` - }), - new AthletesDataItem( - { - Id: 161, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/38.jpg`, - Position: `current`, - Name: `Alex Martin`, - AthleteNumber: 27887, - BeatsPerMinute: 96, - TopSpeed: 4.2, - Registered: `2017-10-28T04:06:33-03:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/eg.png`, - CountryName: `Egypt` - }), - new AthletesDataItem( - { - Id: 162, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/0.jpg`, - Position: `current`, - Name: `Alex Craig`, - AthleteNumber: 21868, - BeatsPerMinute: 94, - TopSpeed: 4.2, - Registered: `2017-03-19T10:20:51-02:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/sy.png`, - CountryName: `Syrian Arab Republic` - }), - new AthletesDataItem( - { - Id: 162, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/5.jpg`, - Position: `down`, - Name: `Adam Bouchard`, - AthleteNumber: 38672, - BeatsPerMinute: 99, - TopSpeed: 4.7, - Registered: `2017-01-04T03:04:05-02:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/sc.png`, - CountryName: `Seychelles` - }), - new AthletesDataItem( - { - Id: 163, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/70.jpg`, - Position: `down`, - Name: `میلاد قاسمی`, - AthleteNumber: 12788, - BeatsPerMinute: 101, - TopSpeed: 4.1, - Registered: `2017-03-01T07:51:17-02:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ws.png`, - CountryName: `Samoa` - }), - new AthletesDataItem( - { - Id: 163, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/52.jpg`, - Position: `up`, - Name: `Millie Cooper`, - AthleteNumber: 14610, - BeatsPerMinute: 99, - TopSpeed: 5.4, - Registered: `2017-05-08T09:30:14-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ni.png`, - CountryName: `Nicaragua` - }), - new AthletesDataItem( - { - Id: 163, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/21.jpg`, - Position: `up`, - Name: `Pippa Roberts`, - AthleteNumber: 15588, - BeatsPerMinute: 105, - TopSpeed: 4.1, - Registered: `2017-02-07T10:23:13-02:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/kh.png`, - CountryName: `Cambodia` - }), - new AthletesDataItem( - { - Id: 164, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/51.jpg`, - Position: `current`, - Name: `Ethel Stephens`, - AthleteNumber: 18692, - BeatsPerMinute: 94, - TopSpeed: 4.1, - Registered: `2017-02-13T05:03:04-02:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ua.png`, - CountryName: `Ukraine` - }), - new AthletesDataItem( - { - Id: 165, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/79.jpg`, - Position: `down`, - Name: `Mario Ellis`, - AthleteNumber: 18026, - BeatsPerMinute: 99, - TopSpeed: 5.5, - Registered: `2017-02-13T11:53:15-02:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ml.png`, - CountryName: `Mali` - }), - new AthletesDataItem( - { - Id: 166, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/74.jpg`, - Position: `current`, - Name: `Maria Parra`, - AthleteNumber: 39861, - BeatsPerMinute: 106, - TopSpeed: 6, - Registered: `2017-01-30T09:22:52-02:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ki.png`, - CountryName: `Kiribati` - }), - new AthletesDataItem( - { - Id: 167, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/67.jpg`, - Position: `down`, - Name: `Aatu Ranta`, - AthleteNumber: 38049, - BeatsPerMinute: 94, - TopSpeed: 5.1, - Registered: `2017-07-21T04:22:18-03:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ae.png`, - CountryName: `United Arab Emirates` - }), - new AthletesDataItem( - { - Id: 167, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/62.jpg`, - Position: `current`, - Name: `Pippa Morris`, - AthleteNumber: 44421, - BeatsPerMinute: 101, - TopSpeed: 5.5, - Registered: `2017-03-06T09:21:58-02:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/tj.png`, - CountryName: `Tajikistan` - }), - new AthletesDataItem( - { - Id: 167, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/32.jpg`, - Position: `current`, - Name: `Esma Adıvar`, - AthleteNumber: 35565, - BeatsPerMinute: 99, - TopSpeed: 4.2, - Registered: `2017-06-17T12:34:29-03:00`, - TrackProgress: 75, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ph.png`, - CountryName: `Philippines` - }), - new AthletesDataItem( - { - Id: 167, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/19.jpg`, - Position: `down`, - Name: `Louis Smith`, - AthleteNumber: 31837, - BeatsPerMinute: 98, - TopSpeed: 5.4, - Registered: `2017-03-19T08:12:23-02:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/lr.png`, - CountryName: `Liberia` - }), - new AthletesDataItem( - { - Id: 167, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/81.jpg`, - Position: `down`, - Name: `Milo Charles`, - AthleteNumber: 10661, - BeatsPerMinute: 99, - TopSpeed: 5.4, - Registered: `2017-07-20T09:00:22-03:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/is.png`, - CountryName: `Iceland` - }), - new AthletesDataItem( - { - Id: 168, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/10.jpg`, - Position: `current`, - Name: `Calvin Hunt`, - AthleteNumber: 35535, - BeatsPerMinute: 94, - TopSpeed: 4.5, - Registered: `2017-11-07T09:58:42-02:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/at.png`, - CountryName: `Austria` - }), - new AthletesDataItem( - { - Id: 169, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/44.jpg`, - Position: `up`, - Name: `Aziz Santos`, - AthleteNumber: 38947, - BeatsPerMinute: 98, - TopSpeed: 4, - Registered: `2017-04-03T02:18:46-03:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/gb.png`, - CountryName: `United Kingdom` - }), - new AthletesDataItem( - { - Id: 169, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/21.jpg`, - Position: `down`, - Name: `Julian Barth`, - AthleteNumber: 19011, - BeatsPerMinute: 91, - TopSpeed: 5.2, - Registered: `2017-04-21T08:08:33-03:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/gd.png`, - CountryName: `Grenada` - }), - new AthletesDataItem( - { - Id: 170, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/60.jpg`, - Position: `up`, - Name: `Fernando Gimenez`, - AthleteNumber: 31290, - BeatsPerMinute: 102, - TopSpeed: 5.1, - Registered: `2017-06-21T06:45:54-03:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/uz.png`, - CountryName: `Uruguay` - }), - new AthletesDataItem( - { - Id: 173, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/18.jpg`, - Position: `current`, - Name: `Hassana Camp`, - AthleteNumber: 14467, - BeatsPerMinute: 104, - TopSpeed: 5.2, - Registered: `2017-06-02T12:21:59-03:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/cz.png`, - CountryName: `Czechia` - }), - new AthletesDataItem( - { - Id: 174, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/29.jpg`, - Position: `current`, - Name: `Beatriz Gallardo`, - AthleteNumber: 38538, - BeatsPerMinute: 101, - TopSpeed: 6, - Registered: `2017-11-06T02:14:31-02:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/er.png`, - CountryName: `Eritrea` - }), - new AthletesDataItem( - { - Id: 176, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/26.jpg`, - Position: `current`, - Name: `Tim Neal`, - AthleteNumber: 45860, - BeatsPerMinute: 97, - TopSpeed: 5.6, - Registered: `2017-04-21T04:06:34-03:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/pa.png`, - CountryName: `Panama` - }), - new AthletesDataItem( - { - Id: 176, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/35.jpg`, - Position: `down`, - Name: `Laudelino Castro`, - AthleteNumber: 12711, - BeatsPerMinute: 106, - TopSpeed: 4.4, - Registered: `2017-02-08T04:03:22-02:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/hr.png`, - CountryName: `Croatia` - }), - new AthletesDataItem( - { - Id: 178, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/65.jpg`, - Position: `down`, - Name: `Lillian Wade`, - AthleteNumber: 10729, - BeatsPerMinute: 110, - TopSpeed: 4.8, - Registered: `2017-04-07T09:53:13-03:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/sb.png`, - CountryName: `Solomon Islands` - }), - new AthletesDataItem( - { - Id: 180, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/90.jpg`, - Position: `up`, - Name: `Lillian Bowman`, - AthleteNumber: 35323, - BeatsPerMinute: 103, - TopSpeed: 4.5, - Registered: `2017-08-31T11:55:25-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/gy.png`, - CountryName: `Guyana` - }), - new AthletesDataItem( - { - Id: 182, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/14.jpg`, - Position: `up`, - Name: `Ariena Achterberg`, - AthleteNumber: 41330, - BeatsPerMinute: 92, - TopSpeed: 5.6, - Registered: `2017-10-22T02:15:39-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/kr.png`, - CountryName: `South Korea` - }), - new AthletesDataItem( - { - Id: 182, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/94.jpg`, - Position: `current`, - Name: `Gerald Schmidt`, - AthleteNumber: 47410, - BeatsPerMinute: 102, - TopSpeed: 5.8, - Registered: `2017-02-20T11:53:08-02:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ge.png`, - CountryName: `Georgia` - }), - new AthletesDataItem( - { - Id: 183, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/74.jpg`, - Position: `down`, - Name: `Yarno Kin`, - AthleteNumber: 47324, - BeatsPerMinute: 107, - TopSpeed: 5.1, - Registered: `2017-08-26T08:21:22-03:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ro.png`, - CountryName: `Romania` - }), - new AthletesDataItem( - { - Id: 183, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/53.jpg`, - Position: `up`, - Name: `رونیکا سلطانی نژاد`, - AthleteNumber: 35233, - BeatsPerMinute: 99, - TopSpeed: 4.6, - Registered: `2017-08-13T01:05:52-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/mk.png`, - CountryName: `Macedonia, The Former Yugoslav Republic of` - }), - new AthletesDataItem( - { - Id: 186, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/2.jpg`, - Position: `up`, - Name: `کوروش کامروا`, - AthleteNumber: 13506, - BeatsPerMinute: 109, - TopSpeed: 4.4, - Registered: `2017-04-16T01:10:37-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/nu.png`, - CountryName: `Niue` - }), - new AthletesDataItem( - { - Id: 186, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/42.jpg`, - Position: `up`, - Name: `Jimmy Bailey`, - AthleteNumber: 38510, - BeatsPerMinute: 101, - TopSpeed: 4.7, - Registered: `2017-06-30T04:13:42-03:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/cr.png`, - CountryName: `Costa Rica` - }), - new AthletesDataItem( - { - Id: 188, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/3.jpg`, - Position: `current`, - Name: `Foppe Delfos`, - AthleteNumber: 39679, - BeatsPerMinute: 107, - TopSpeed: 4.1, - Registered: `2017-08-05T10:54:56-03:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/py.png`, - CountryName: `Paraguay` - }), - new AthletesDataItem( - { - Id: 188, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/81.jpg`, - Position: `down`, - Name: `آراد یاسمی`, - AthleteNumber: 34370, - BeatsPerMinute: 99, - TopSpeed: 5.9, - Registered: `2017-02-02T11:42:41-02:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/mu.png`, - CountryName: `Mauritius` - }), - new AthletesDataItem( - { - Id: 188, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/45.jpg`, - Position: `down`, - Name: `Ceylan Duygulu`, - AthleteNumber: 21527, - BeatsPerMinute: 99, - TopSpeed: 4.9, - Registered: `2017-07-13T09:06:04-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/dm.png`, - CountryName: `Dominica` - }), - new AthletesDataItem( - { - Id: 190, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/2.jpg`, - Position: `current`, - Name: `Venla Korpela`, - AthleteNumber: 16454, - BeatsPerMinute: 92, - TopSpeed: 4.1, - Registered: `2017-08-22T10:36:38-03:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/hu.png`, - CountryName: `Hungary` - }), - new AthletesDataItem( - { - Id: 190, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/53.jpg`, - Position: `current`, - Name: `Gladys Van Der Steeg`, - AthleteNumber: 20216, - BeatsPerMinute: 94, - TopSpeed: 4.3, - Registered: `2017-10-09T02:01:16-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/de.png`, - CountryName: `Germany` - }), - new AthletesDataItem( - { - Id: 190, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/44.jpg`, - Position: `current`, - Name: `Kiara Dubois`, - AthleteNumber: 49964, - BeatsPerMinute: 97, - TopSpeed: 5.6, - Registered: `2017-09-28T04:37:56-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/au.png`, - CountryName: `Australia` - }), - new AthletesDataItem( - { - Id: 191, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/42.jpg`, - Position: `current`, - Name: `آرش احمدی`, - AthleteNumber: 36948, - BeatsPerMinute: 90, - TopSpeed: 4.1, - Registered: `2017-09-08T01:22:14-03:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/np.png`, - CountryName: `Nepal` - }), - new AthletesDataItem( - { - Id: 191, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/13.jpg`, - Position: `up`, - Name: `Sheryl Collins`, - AthleteNumber: 36473, - BeatsPerMinute: 98, - TopSpeed: 4.2, - Registered: `2017-03-23T12:54:35-02:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ke.png`, - CountryName: `Kenya` - }), - new AthletesDataItem( - { - Id: 191, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/72.jpg`, - Position: `up`, - Name: `Clarisse Rey`, - AthleteNumber: 29795, - BeatsPerMinute: 98, - TopSpeed: 4.9, - Registered: `2017-06-09T08:07:19-03:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ba.png`, - CountryName: `Bosnia and Herzegovina` - }), - new AthletesDataItem( - { - Id: 192, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/44.jpg`, - Position: `down`, - Name: `Viivi Kujala`, - AthleteNumber: 29939, - BeatsPerMinute: 93, - TopSpeed: 4.1, - Registered: `2017-05-03T02:40:05-03:00`, - TrackProgress: 75, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/so.png`, - CountryName: `Somalia` - }), - new AthletesDataItem( - { - Id: 193, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/9.jpg`, - Position: `down`, - Name: `Juanita Franklin`, - AthleteNumber: 13907, - BeatsPerMinute: 91, - TopSpeed: 6, - Registered: `2017-10-04T02:46:46-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/vu.png`, - CountryName: `Vanuatu` - }), - new AthletesDataItem( - { - Id: 193, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/59.jpg`, - Position: `down`, - Name: `Sophia Carlson`, - AthleteNumber: 44183, - BeatsPerMinute: 102, - TopSpeed: 5.1, - Registered: `2017-09-04T07:03:19-03:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ee.png`, - CountryName: `Estonia` - }), - new AthletesDataItem( - { - Id: 194, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/62.jpg`, - Position: `up`, - Name: `آوا سلطانی نژاد`, - AthleteNumber: 45635, - BeatsPerMinute: 98, - TopSpeed: 4.1, - Registered: `2017-04-10T11:39:46-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/se.png`, - CountryName: `Sweden` - }), - new AthletesDataItem( - { - Id: 194, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/11.jpg`, - Position: `down`, - Name: `Kaya Taşlı`, - AthleteNumber: 42291, - BeatsPerMinute: 100, - TopSpeed: 4.7, - Registered: `2017-01-30T03:23:36-02:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/sn.png`, - CountryName: `Senegal` - }), - new AthletesDataItem( - { - Id: 194, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/71.jpg`, - Position: `down`, - Name: `Adrian Ibañez`, - AthleteNumber: 21968, - BeatsPerMinute: 105, - TopSpeed: 5.3, - Registered: `2017-02-03T04:36:54-02:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/om.png`, - CountryName: `Oman` - }), - new AthletesDataItem( - { - Id: 196, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/17.jpg`, - Position: `current`, - Name: `Parel Zuidhof`, - AthleteNumber: 32718, - BeatsPerMinute: 105, - TopSpeed: 5, - Registered: `2017-01-21T10:19:56-02:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/jm.png`, - CountryName: `Jamaica` - }), - new AthletesDataItem( - { - Id: 196, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/30.jpg`, - Position: `up`, - Name: `Begüm Erkekli`, - AthleteNumber: 37888, - BeatsPerMinute: 104, - TopSpeed: 4.6, - Registered: `2017-10-04T03:02:35-03:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/sv.png`, - CountryName: `El Salvador` - }), - new AthletesDataItem( - { - Id: 197, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/93.jpg`, - Position: `current`, - Name: `Brent Lord`, - AthleteNumber: 20943, - BeatsPerMinute: 92, - TopSpeed: 4.8, - Registered: `2017-01-23T06:14:22-02:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/dz.png`, - CountryName: `Algeria` - }), - new AthletesDataItem( - { - Id: 199, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/68.jpg`, - Position: `up`, - Name: `Lucie Dumont`, - AthleteNumber: 12104, - BeatsPerMinute: 108, - TopSpeed: 4, - Registered: `2017-01-08T02:13:29-02:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ca.png`, - CountryName: `Canada` - }), - new AthletesDataItem( - { - Id: 210, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/13.jpg`, - Position: `down`, - Name: `Maeva Bergeron`, - AthleteNumber: 15655, - BeatsPerMinute: 94, - TopSpeed: 5.9, - Registered: `2017-10-03T09:42:15-03:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/mx.png`, - CountryName: `Mexico` - }), - new AthletesDataItem( - { - Id: 212, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/83.jpg`, - Position: `up`, - Name: `Sara Larsen`, - AthleteNumber: 37094, - BeatsPerMinute: 97, - TopSpeed: 4.5, - Registered: `2017-04-14T11:48:28-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/sa.png`, - CountryName: `Saudi Arabia` - }), - new AthletesDataItem( - { - Id: 214, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/84.jpg`, - Position: `up`, - Name: `Ömür Denkel`, - AthleteNumber: 31061, - BeatsPerMinute: 104, - TopSpeed: 4.5, - Registered: `2017-02-18T05:32:55-02:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/tv.png`, - CountryName: `Tuvalu` - }), - new AthletesDataItem( - { - Id: 215, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/79.jpg`, - Position: `down`, - Name: `Marilou Hubert`, - AthleteNumber: 43655, - BeatsPerMinute: 104, - TopSpeed: 4.2, - Registered: `2017-09-28T11:13:00-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/mm.png`, - CountryName: `Myanmar` - }), - new AthletesDataItem( - { - Id: 216, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/72.jpg`, - Position: `down`, - Name: `Felix Olsen`, - AthleteNumber: 43198, - BeatsPerMinute: 101, - TopSpeed: 4.2, - Registered: `2017-09-27T01:17:14-03:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/fr.png`, - CountryName: `France` - }), - new AthletesDataItem( - { - Id: 219, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/6.jpg`, - Position: `current`, - Name: `Sedef Tunçeri`, - AthleteNumber: 48164, - BeatsPerMinute: 108, - TopSpeed: 5.6, - Registered: `2017-03-29T11:54:15-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/bt.png`, - CountryName: `Bhutan` - }), - new AthletesDataItem( - { - Id: 221, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/73.jpg`, - Position: `down`, - Name: `Kuzey Aclan`, - AthleteNumber: 18583, - BeatsPerMinute: 102, - TopSpeed: 5.3, - Registered: `2017-09-12T09:14:14-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/td.png`, - CountryName: `Chad` - }), - new AthletesDataItem( - { - Id: 223, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/72.jpg`, - Position: `down`, - Name: `Gökhan Aşıkoğlu`, - AthleteNumber: 13890, - BeatsPerMinute: 105, - TopSpeed: 5.4, - Registered: `2017-03-31T06:14:26-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/jp.png`, - CountryName: `Japan` - }), - new AthletesDataItem( - { - Id: 224, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/0.jpg`, - Position: `down`, - Name: `Joan Ortega`, - AthleteNumber: 49478, - BeatsPerMinute: 103, - TopSpeed: 5.4, - Registered: `2017-07-04T03:01:47-03:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/gq.png`, - CountryName: `Equatorial Guinea` - }), - new AthletesDataItem( - { - Id: 225, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/42.jpg`, - Position: `up`, - Name: `Stanley Hart`, - AthleteNumber: 14150, - BeatsPerMinute: 91, - TopSpeed: 4.5, - Registered: `2017-08-19T03:02:33-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ve.png`, - CountryName: `Venezuela` - }), - new AthletesDataItem( - { - Id: 227, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/9.jpg`, - Position: `current`, - Name: `Johann Hinz`, - AthleteNumber: 48244, - BeatsPerMinute: 94, - TopSpeed: 4.3, - Registered: `2017-03-10T07:36:56-02:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/sd.png`, - CountryName: `Sudan` - }), - new AthletesDataItem( - { - Id: 227, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/61.jpg`, - Position: `up`, - Name: `Layla Douglas`, - AthleteNumber: 21977, - BeatsPerMinute: 97, - TopSpeed: 5.4, - Registered: `2017-04-19T11:43:38-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/si.png`, - CountryName: `Slovenia` - }), - new AthletesDataItem( - { - Id: 229, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/29.jpg`, - Position: `current`, - Name: `Selmo Caldeira`, - AthleteNumber: 21837, - BeatsPerMinute: 110, - TopSpeed: 4.9, - Registered: `2017-10-20T03:40:24-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ly.png`, - CountryName: `Libyan Arab Jamahiriya` - }), - new AthletesDataItem( - { - Id: 231, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/56.jpg`, - Position: `up`, - Name: `Judd Campbell`, - AthleteNumber: 37365, - BeatsPerMinute: 110, - TopSpeed: 5, - Registered: `2017-10-19T11:01:10-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/la.png`, - CountryName: `Lao PeopleS Democratic Republic` - }), - new AthletesDataItem( - { - Id: 233, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/18.jpg`, - Position: `up`, - Name: `Zackary Roy`, - AthleteNumber: 45996, - BeatsPerMinute: 92, - TopSpeed: 4.9, - Registered: `2017-07-07T03:51:26-03:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/bs.png`, - CountryName: `Bahamas` - }), - new AthletesDataItem( - { - Id: 234, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/19.jpg`, - Position: `down`, - Name: `Linda Schäfer`, - AthleteNumber: 43074, - BeatsPerMinute: 107, - TopSpeed: 5.1, - Registered: `2017-01-05T11:41:20-02:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ye.png`, - CountryName: `Yemen` - }), - new AthletesDataItem( - { - Id: 235, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/42.jpg`, - Position: `down`, - Name: `Elaine Smith`, - AthleteNumber: 38243, - BeatsPerMinute: 108, - TopSpeed: 4, - Registered: `2017-06-11T12:20:41-03:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/li.png`, - CountryName: `Liechtenstein` - }), - new AthletesDataItem( - { - Id: 237, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/86.jpg`, - Position: `down`, - Name: `Clyde Matthews`, - AthleteNumber: 11955, - BeatsPerMinute: 93, - TopSpeed: 5.2, - Registered: `2017-03-02T05:01:02-02:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/pw.png`, - CountryName: `Palau` - }), - new AthletesDataItem( - { - Id: 238, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/17.jpg`, - Position: `current`, - Name: `Charlotte Meyer`, - AthleteNumber: 21442, - BeatsPerMinute: 110, - TopSpeed: 4.6, - Registered: `2017-10-19T10:38:35-03:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ck.png`, - CountryName: `Cook Islands` - }), - new AthletesDataItem( - { - Id: 240, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/5.jpg`, - Position: `down`, - Name: `Carter Evans`, - AthleteNumber: 46961, - BeatsPerMinute: 100, - TopSpeed: 5.3, - Registered: `2017-07-23T02:43:07-03:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/lu.png`, - CountryName: `Luxembourg` - }), - new AthletesDataItem( - { - Id: 240, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/33.jpg`, - Position: `down`, - Name: `Alberto Clark`, - AthleteNumber: 29912, - BeatsPerMinute: 93, - TopSpeed: 4.6, - Registered: `2017-02-02T03:50:21-02:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ag.png`, - CountryName: `Antigua and Barbuda` - }), - new AthletesDataItem( - { - Id: 241, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/65.jpg`, - Position: `down`, - Name: `Lilly Keuter`, - AthleteNumber: 49893, - BeatsPerMinute: 102, - TopSpeed: 4.5, - Registered: `2017-01-20T02:38:39-02:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/kn.png`, - CountryName: `Saint Kitts and Nevis` - }), - new AthletesDataItem( - { - Id: 241, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/20.jpg`, - Position: `up`, - Name: `Oskari Karjala`, - AthleteNumber: 31498, - BeatsPerMinute: 90, - TopSpeed: 4.5, - Registered: `2017-05-10T12:45:12-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/fm.png`, - CountryName: `Micronesia, Federated States of` - }), - new AthletesDataItem( - { - Id: 242, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/83.jpg`, - Position: `down`, - Name: `Caitlin Jackson`, - AthleteNumber: 45472, - BeatsPerMinute: 101, - TopSpeed: 4.3, - Registered: `2017-09-17T09:41:01-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/mz.png`, - CountryName: `Mozambique` - }), - new AthletesDataItem( - { - Id: 243, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/77.jpg`, - Position: `down`, - Name: `Cathalijne Van Der Ree`, - AthleteNumber: 45160, - BeatsPerMinute: 102, - TopSpeed: 5.4, - Registered: `2017-02-13T05:23:49-02:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ug.png`, - CountryName: `Uganda` - }), - new AthletesDataItem( - { - Id: 243, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/94.jpg`, - Position: `up`, - Name: `Emma Turner`, - AthleteNumber: 39487, - BeatsPerMinute: 110, - TopSpeed: 5.7, - Registered: `2017-07-30T01:33:14-03:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/tz.png`, - CountryName: `Tanzania, United Republic of` - }), - new AthletesDataItem( - { - Id: 243, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/42.jpg`, - Position: `up`, - Name: `Kent Clark`, - AthleteNumber: 32799, - BeatsPerMinute: 106, - TopSpeed: 5.7, - Registered: `2017-01-24T01:00:15-02:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/pe.png`, - CountryName: `Peru` - }), - new AthletesDataItem( - { - Id: 246, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/55.jpg`, - Position: `current`, - Name: `Ronja Kraft`, - AthleteNumber: 21800, - BeatsPerMinute: 101, - TopSpeed: 5.3, - Registered: `2017-04-02T03:33:57-03:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/dk.png`, - CountryName: `Denmark` - }), - new AthletesDataItem( - { - Id: 251, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/34.jpg`, - Position: `down`, - Name: `Eléa Robin`, - AthleteNumber: 26742, - BeatsPerMinute: 90, - TopSpeed: 4.7, - Registered: `2017-03-30T12:34:24-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/vc.png`, - CountryName: `Saint Vincent and the Grenadines` - }), - new AthletesDataItem( - { - Id: 251, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/74.jpg`, - Position: `up`, - Name: `Alex Meyer`, - AthleteNumber: 44390, - BeatsPerMinute: 94, - TopSpeed: 4.3, - Registered: `2017-08-04T07:05:34-03:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/md.png`, - CountryName: `Moldova, Republic of` - }), - new AthletesDataItem( - { - Id: 252, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/94.jpg`, - Position: `down`, - Name: `Adérito Lopes`, - AthleteNumber: 21320, - BeatsPerMinute: 91, - TopSpeed: 5.2, - Registered: `2017-01-07T06:47:56-02:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/mh.png`, - CountryName: `Marshall Islands` - }), - new AthletesDataItem( - { - Id: 253, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/51.jpg`, - Position: `current`, - Name: `Kayla Patel`, - AthleteNumber: 42780, - BeatsPerMinute: 103, - TopSpeed: 4.7, - Registered: `2017-04-20T09:33:53-03:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ne.png`, - CountryName: `Niger` - }), - new AthletesDataItem( - { - Id: 258, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/31.jpg`, - Position: `current`, - Name: `Diego Gautier`, - AthleteNumber: 26320, - BeatsPerMinute: 97, - TopSpeed: 4.6, - Registered: `2017-06-11T03:50:43-03:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ng.png`, - CountryName: `Nigeria` - }), - new AthletesDataItem( - { - Id: 258, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/30.jpg`, - Position: `up`, - Name: `Veera Saari`, - AthleteNumber: 40408, - BeatsPerMinute: 100, - TopSpeed: 4.7, - Registered: `2017-10-28T10:39:22-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/iq.png`, - CountryName: `Iraq` - }), - new AthletesDataItem( - { - Id: 258, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/60.jpg`, - Position: `down`, - Name: `Zaina Pomp`, - AthleteNumber: 14109, - BeatsPerMinute: 90, - TopSpeed: 5.7, - Registered: `2017-09-07T11:17:40-03:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ao.png`, - CountryName: `Angola` - }), - new AthletesDataItem( - { - Id: 262, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/9.jpg`, - Position: `current`, - Name: `Anthony Harcourt`, - AthleteNumber: 33649, - BeatsPerMinute: 109, - TopSpeed: 5.5, - Registered: `2017-06-14T11:10:20-03:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/in.png`, - CountryName: `India` - }), - new AthletesDataItem( - { - Id: 262, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/43.jpg`, - Position: `current`, - Name: `Roman Smith`, - AthleteNumber: 15531, - BeatsPerMinute: 106, - TopSpeed: 4.9, - Registered: `2017-06-14T05:12:04-03:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ga.png`, - CountryName: `Gabon` - }), - new AthletesDataItem( - { - Id: 263, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/9.jpg`, - Position: `up`, - Name: `Estelle Vincent`, - AthleteNumber: 41700, - BeatsPerMinute: 99, - TopSpeed: 5.7, - Registered: `2017-05-31T02:56:58-03:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/na.png`, - CountryName: `Namibia` - }), - new AthletesDataItem( - { - Id: 265, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/47.jpg`, - Position: `current`, - Name: `Ilke Kisters`, - AthleteNumber: 23817, - BeatsPerMinute: 100, - TopSpeed: 5.9, - Registered: `2017-01-04T02:54:53-02:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ch.png`, - CountryName: `Switzerland` - }), - new AthletesDataItem( - { - Id: 265, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/9.jpg`, - Position: `down`, - Name: `Jenny Burke`, - AthleteNumber: 15266, - BeatsPerMinute: 99, - TopSpeed: 5.4, - Registered: `2017-09-11T12:20:19-03:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/my.png`, - CountryName: `Malaysia` - }), - new AthletesDataItem( - { - Id: 265, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/60.jpg`, - Position: `down`, - Name: `Keira Walker`, - AthleteNumber: 34116, - BeatsPerMinute: 94, - TopSpeed: 4.8, - Registered: `2017-01-09T05:46:07-02:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/al.png`, - CountryName: `Albania` - }), - new AthletesDataItem( - { - Id: 266, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/70.jpg`, - Position: `down`, - Name: `Moritz Braun`, - AthleteNumber: 48081, - BeatsPerMinute: 107, - TopSpeed: 6, - Registered: `2017-06-13T12:54:56-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ad.png`, - CountryName: `Andorra` - }), - new AthletesDataItem( - { - Id: 267, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/50.jpg`, - Position: `current`, - Name: `Villads Larsen`, - AthleteNumber: 44677, - BeatsPerMinute: 93, - TopSpeed: 5.7, - Registered: `2017-03-25T11:25:30-02:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/kw.png`, - CountryName: `Kuwait` - }), - new AthletesDataItem( - { - Id: 268, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/23.jpg`, - Position: `up`, - Name: `Sandro Carpentier`, - AthleteNumber: 23503, - BeatsPerMinute: 96, - TopSpeed: 5.7, - Registered: `2017-09-30T01:01:04-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/be.png`, - CountryName: `Belgium` - }), - new AthletesDataItem( - { - Id: 269, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/17.jpg`, - Position: `current`, - Name: `Emil Meißner`, - AthleteNumber: 37183, - BeatsPerMinute: 97, - TopSpeed: 4, - Registered: `2017-07-15T12:32:30-03:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/gm.png`, - CountryName: `Gambia` - }), - new AthletesDataItem( - { - Id: 270, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/14.jpg`, - Position: `up`, - Name: `Emily Olsen`, - AthleteNumber: 13887, - BeatsPerMinute: 110, - TopSpeed: 4.8, - Registered: `2017-10-03T08:01:40-03:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/cf.png`, - CountryName: `Central African Republic` - }), - new AthletesDataItem( - { - Id: 271, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/81.jpg`, - Position: `down`, - Name: `آراد جعفری`, - AthleteNumber: 34962, - BeatsPerMinute: 90, - TopSpeed: 4.8, - Registered: `2017-04-22T04:20:39-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/bi.png`, - CountryName: `Burundi` - }), - new AthletesDataItem( - { - Id: 271, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/74.jpg`, - Position: `down`, - Name: `Jimmie Mcguinness`, - AthleteNumber: 20729, - BeatsPerMinute: 90, - TopSpeed: 4.6, - Registered: `2017-10-07T06:08:00-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/bw.png`, - CountryName: `Botswana` - }), - new AthletesDataItem( - { - Id: 272, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/26.jpg`, - Position: `down`, - Name: `Sélène Roussel`, - AthleteNumber: 11261, - BeatsPerMinute: 99, - TopSpeed: 5.8, - Registered: `2017-05-10T02:18:02-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/sm.png`, - CountryName: `San Marino` - }), - new AthletesDataItem( - { - Id: 272, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/31.jpg`, - Position: `up`, - Name: `Aaron Robertson`, - AthleteNumber: 30727, - BeatsPerMinute: 95, - TopSpeed: 4.2, - Registered: `2017-08-23T09:37:40-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/id.png`, - CountryName: `Indonesia` - }), - new AthletesDataItem( - { - Id: 273, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/4.jpg`, - Position: `up`, - Name: `Afet Kumcuoğlu`, - AthleteNumber: 33454, - BeatsPerMinute: 106, - TopSpeed: 5.1, - Registered: `2017-09-16T07:05:43-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/nz.png`, - CountryName: `New Zealand` - }), - new AthletesDataItem( - { - Id: 273, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/33.jpg`, - Position: `up`, - Name: `Annabelle Besteman`, - AthleteNumber: 30560, - BeatsPerMinute: 105, - TopSpeed: 5.3, - Registered: `2017-11-11T02:04:19-02:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/kp.png`, - CountryName: `North Korea` - }), - new AthletesDataItem( - { - Id: 274, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/9.jpg`, - Position: `up`, - Name: `Minea Rantanen`, - AthleteNumber: 18835, - BeatsPerMinute: 105, - TopSpeed: 5, - Registered: `2017-01-24T07:30:43-02:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/jo.png`, - CountryName: `Jordan` - }), - new AthletesDataItem( - { - Id: 275, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/2.jpg`, - Position: `up`, - Name: `Fritz Sommer`, - AthleteNumber: 26210, - BeatsPerMinute: 99, - TopSpeed: 4.6, - Registered: `2017-09-29T03:54:57-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/lt.png`, - CountryName: `Lithuania` - }), - new AthletesDataItem( - { - Id: 275, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/88.jpg`, - Position: `down`, - Name: `Rafael Gutierrez`, - AthleteNumber: 38804, - BeatsPerMinute: 100, - TopSpeed: 5.9, - Registered: `2017-02-08T07:50:59-02:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/gn.png`, - CountryName: `Guinea` - }), - new AthletesDataItem( - { - Id: 275, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/69.jpg`, - Position: `current`, - Name: `Ellen Leppo`, - AthleteNumber: 29286, - BeatsPerMinute: 97, - TopSpeed: 5.6, - Registered: `2017-08-16T09:46:35-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/by.png`, - CountryName: `Belarus` - }), - new AthletesDataItem( - { - Id: 276, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/1.jpg`, - Position: `current`, - Name: `Encarnacion Martin`, - AthleteNumber: 40912, - BeatsPerMinute: 105, - TopSpeed: 5.5, - Registered: `2017-01-11T12:52:28-02:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/th.png`, - CountryName: `Thailand` - }), - new AthletesDataItem( - { - Id: 276, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/65.jpg`, - Position: `current`, - Name: `David Scott`, - AthleteNumber: 46997, - BeatsPerMinute: 101, - TopSpeed: 4.4, - Registered: `2017-07-25T09:23:24-03:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/pt.png`, - CountryName: `Portugal` - }), - new AthletesDataItem( - { - Id: 279, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/39.jpg`, - Position: `current`, - Name: `Ashley Romero`, - AthleteNumber: 36611, - BeatsPerMinute: 104, - TopSpeed: 5.5, - Registered: `2017-02-08T12:45:46-02:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/mn.png`, - CountryName: `Mongolia` - }), - new AthletesDataItem( - { - Id: 280, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/90.jpg`, - Position: `down`, - Name: `Cecil Nichols`, - AthleteNumber: 20656, - BeatsPerMinute: 100, - TopSpeed: 5, - Registered: `2017-04-24T01:20:34-03:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/rw.png`, - CountryName: `RWANDA` - }), - new AthletesDataItem( - { - Id: 282, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/55.jpg`, - Position: `current`, - Name: `Johann Fischer`, - AthleteNumber: 37212, - BeatsPerMinute: 98, - TopSpeed: 5.8, - Registered: `2017-09-01T04:39:52-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/br.png`, - CountryName: `Brazil` - }), - new AthletesDataItem( - { - Id: 283, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/10.jpg`, - Position: `current`, - Name: `سینا مرادی`, - AthleteNumber: 10809, - BeatsPerMinute: 105, - TopSpeed: 5.3, - Registered: `2017-04-05T05:27:13-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/bh.png`, - CountryName: `Bahrain` - }), - new AthletesDataItem( - { - Id: 284, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/12.jpg`, - Position: `current`, - Name: `Abel Brun`, - AthleteNumber: 39315, - BeatsPerMinute: 105, - TopSpeed: 5.1, - Registered: `2017-10-05T05:54:31-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/af.png`, - CountryName: `Afghanistan` - }), - new AthletesDataItem( - { - Id: 285, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/34.jpg`, - Position: `current`, - Name: `Jeffrey Medina`, - AthleteNumber: 42905, - BeatsPerMinute: 100, - TopSpeed: 5.2, - Registered: `2017-09-15T02:11:43-03:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/gr.png`, - CountryName: `Greece` - }), - new AthletesDataItem( - { - Id: 285, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/43.jpg`, - Position: `down`, - Name: `Niilo Laurila`, - AthleteNumber: 49215, - BeatsPerMinute: 104, - TopSpeed: 4.5, - Registered: `2017-04-26T01:26:36-03:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/et.png`, - CountryName: `Ethiopia` - }), - new AthletesDataItem( - { - Id: 286, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/45.jpg`, - Position: `down`, - Name: `Marisvalda Martins`, - AthleteNumber: 33879, - BeatsPerMinute: 107, - TopSpeed: 5.4, - Registered: `2017-01-31T12:07:48-02:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/es.png`, - CountryName: `Spain` - }), - new AthletesDataItem( - { - Id: 286, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/82.jpg`, - Position: `current`, - Name: `Eloida Novaes`, - AthleteNumber: 30751, - BeatsPerMinute: 107, - TopSpeed: 4.2, - Registered: `2017-01-02T01:04:04-02:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/cl.png`, - CountryName: `Chile` - }), - new AthletesDataItem( - { - Id: 287, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/72.jpg`, - Position: `up`, - Name: `Charlotte Dean`, - AthleteNumber: 45969, - BeatsPerMinute: 105, - TopSpeed: 5, - Registered: `2017-02-13T05:39:15-02:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/za.png`, - CountryName: `South Africa` - }), - new AthletesDataItem( - { - Id: 287, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/35.jpg`, - Position: `current`, - Name: `Loïc Gerard`, - AthleteNumber: 31706, - BeatsPerMinute: 102, - TopSpeed: 4.4, - Registered: `2017-07-28T09:10:43-03:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ie.png`, - CountryName: `Ireland` - }), - new AthletesDataItem( - { - Id: 292, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/4.jpg`, - Position: `down`, - Name: `Asta Hansen`, - AthleteNumber: 17222, - BeatsPerMinute: 101, - TopSpeed: 4.3, - Registered: `2017-01-08T02:41:56-02:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/kz.png`, - CountryName: `Kazakhstan` - }), - new AthletesDataItem( - { - Id: 293, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/21.jpg`, - Position: `up`, - Name: `Sara Hannula`, - AthleteNumber: 22025, - BeatsPerMinute: 102, - TopSpeed: 4.2, - Registered: `2017-10-09T11:32:13-03:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/tl.png`, - CountryName: `Timor-Leste` - }), - new AthletesDataItem( - { - Id: 293, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/90.jpg`, - Position: `current`, - Name: `Ana Bourgeois`, - AthleteNumber: 24612, - BeatsPerMinute: 110, - TopSpeed: 6, - Registered: `2017-11-02T02:17:43-02:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/sg.png`, - CountryName: `Singapore` - }), - new AthletesDataItem( - { - Id: 296, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/37.jpg`, - Position: `up`, - Name: `Thea Edwards`, - AthleteNumber: 29141, - BeatsPerMinute: 99, - TopSpeed: 5.8, - Registered: `2017-05-23T05:24:38-03:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/sl.png`, - CountryName: `Sierra Leone` - }), - new AthletesDataItem( - { - Id: 299, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/89.jpg`, - Position: `down`, - Name: `Victor Lévesque`, - AthleteNumber: 48375, - BeatsPerMinute: 110, - TopSpeed: 5.7, - Registered: `2017-11-10T11:31:44-02:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/mr.png`, - CountryName: `Mauritania` - }), - new AthletesDataItem( - { - Id: 301, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/65.jpg`, - Position: `down`, - Name: `Louis Stewart`, - AthleteNumber: 48131, - BeatsPerMinute: 103, - TopSpeed: 5.7, - Registered: `2017-02-26T07:28:02-02:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/hn.png`, - CountryName: `Honduras` - }), - new AthletesDataItem( - { - Id: 302, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/14.jpg`, - Position: `up`, - Name: `Bill Fox`, - AthleteNumber: 18511, - BeatsPerMinute: 91, - TopSpeed: 5, - Registered: `2017-10-24T08:25:40-03:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ir.png`, - CountryName: `Iran, Islamic Republic Of` - }), - new AthletesDataItem( - { - Id: 304, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/34.jpg`, - Position: `down`, - Name: `Mathys Martin`, - AthleteNumber: 32928, - BeatsPerMinute: 98, - TopSpeed: 5.5, - Registered: `2017-05-17T12:51:47-03:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/va.png`, - CountryName: `Holy See (Vatican City State)` - }), - new AthletesDataItem( - { - Id: 305, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/38.jpg`, - Position: `current`, - Name: `Gianne Godijn`, - AthleteNumber: 45945, - BeatsPerMinute: 96, - TopSpeed: 4.5, - Registered: `2017-03-22T03:23:12-02:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/it.png`, - CountryName: `Italy` - }), - new AthletesDataItem( - { - Id: 306, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/26.jpg`, - Position: `up`, - Name: `Mira Campos`, - AthleteNumber: 39222, - BeatsPerMinute: 95, - TopSpeed: 5.9, - Registered: `2017-01-11T01:41:31-02:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/am.png`, - CountryName: `Armenia` - }), - new AthletesDataItem( - { - Id: 308, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/15.jpg`, - Position: `down`, - Name: `Esther Kühn`, - AthleteNumber: 24868, - BeatsPerMinute: 92, - TopSpeed: 5.5, - Registered: `2017-05-14T12:30:08-03:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ru.png`, - CountryName: `Russian Federation` - }), - new AthletesDataItem( - { - Id: 308, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/14.jpg`, - Position: `up`, - Name: `Hans Möller`, - AthleteNumber: 34122, - BeatsPerMinute: 109, - TopSpeed: 5.6, - Registered: `2017-06-20T06:02:49-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/dj.png`, - CountryName: `Djibouti` - }), - new AthletesDataItem( - { - Id: 309, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/73.jpg`, - Position: `current`, - Name: `Alice Perry`, - AthleteNumber: 23750, - BeatsPerMinute: 104, - TopSpeed: 5.3, - Registered: `2017-03-31T07:15:46-03:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/lc.png`, - CountryName: `Saint Lucia` - }), - new AthletesDataItem( - { - Id: 310, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/92.jpg`, - Position: `up`, - Name: `Kaya Tekand`, - AthleteNumber: 11028, - BeatsPerMinute: 93, - TopSpeed: 5.2, - Registered: `2017-04-10T09:57:13-03:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/fj.png`, - CountryName: `Fiji` - }), - new AthletesDataItem( - { - Id: 311, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/92.jpg`, - Position: `down`, - Name: `Ilona Salonen`, - AthleteNumber: 27068, - BeatsPerMinute: 91, - TopSpeed: 5.4, - Registered: `2017-07-03T06:19:47-03:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/bo.png`, - CountryName: `Bolivia` - }), + new AthletesDataItem({ Id: 100, Avatar: `https://static.infragistics.com/xplatform/images/people/women/20.jpg`, Position: `current`, Name: `Alexis Walker`, AthleteNumber: 43183, BeatsPerMinute: 103, TopSpeed: 5.8, Registered: `2017-08-07T10:35:06-03:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/gh.png`, CountryName: `Ghana` }), + new AthletesDataItem({ Id: 101, Avatar: `https://static.infragistics.com/xplatform/images/people/women/71.jpg`, Position: `down`, Name: `Lavínia Silva`, AthleteNumber: 33994, BeatsPerMinute: 93, TopSpeed: 5.6, Registered: `2017-03-22T08:55:46-02:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/no.png`, CountryName: `Norway` }), + new AthletesDataItem({ Id: 105, Avatar: `https://static.infragistics.com/xplatform/images/people/men/5.jpg`, Position: `down`, Name: `Samu Hokkanen`, AthleteNumber: 22469, BeatsPerMinute: 106, TopSpeed: 5.5, Registered: `2017-06-29T04:58:27-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/az.png`, CountryName: `Azerbaijan` }), + new AthletesDataItem({ Id: 107, Avatar: `https://static.infragistics.com/xplatform/images/people/women/92.jpg`, Position: `down`, Name: `Megan Webb`, AthleteNumber: 30713, BeatsPerMinute: 93, TopSpeed: 5.6, Registered: `2017-08-20T09:26:51-03:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/mt.png`, CountryName: `Malta` }), + new AthletesDataItem({ Id: 107, Avatar: `https://static.infragistics.com/xplatform/images/people/men/33.jpg`, Position: `up`, Name: `Pedro Marquez`, AthleteNumber: 16169, BeatsPerMinute: 97, TopSpeed: 5.4, Registered: `2017-11-11T05:14:31-02:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/mw.png`, CountryName: `Malawi` }), + new AthletesDataItem({ Id: 108, Avatar: `https://static.infragistics.com/xplatform/images/people/men/31.jpg`, Position: `up`, Name: `Noah Bergeron`, AthleteNumber: 35139, BeatsPerMinute: 110, TopSpeed: 5.6, Registered: `2017-06-23T01:21:21-03:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ci.png`, CountryName: `Cote DIvoire` }), + new AthletesDataItem({ Id: 110, Avatar: `https://static.infragistics.com/xplatform/images/people/women/15.jpg`, Position: `current`, Name: `Annabell Brand`, AthleteNumber: 39233, BeatsPerMinute: 93, TopSpeed: 5.7, Registered: `2017-03-01T12:21:24-02:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/pg.png`, CountryName: `Papua New Guinea` }), + new AthletesDataItem({ Id: 110, Avatar: `https://static.infragistics.com/xplatform/images/people/women/13.jpg`, Position: `current`, Name: `Özsu Keçeci`, AthleteNumber: 29403, BeatsPerMinute: 106, TopSpeed: 4.2, Registered: `2017-01-19T11:34:13-02:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/lv.png`, CountryName: `Latvia` }), + new AthletesDataItem({ Id: 110, Avatar: `https://static.infragistics.com/xplatform/images/people/women/26.jpg`, Position: `down`, Name: `Emilie Morin`, AthleteNumber: 26164, BeatsPerMinute: 98, TopSpeed: 4.9, Registered: `2017-02-01T04:18:19-02:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/kg.png`, CountryName: `Kyrgyzstan` }), + new AthletesDataItem({ Id: 111, Avatar: `https://static.infragistics.com/xplatform/images/people/men/23.jpg`, Position: `up`, Name: `Connor Green`, AthleteNumber: 44716, BeatsPerMinute: 95, TopSpeed: 4.4, Registered: `2017-06-30T11:23:25-03:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/bb.png`, CountryName: `Barbados` }), + new AthletesDataItem({ Id: 112, Avatar: `https://static.infragistics.com/xplatform/images/people/women/53.jpg`, Position: `down`, Name: `Karen Shaw`, AthleteNumber: 31048, BeatsPerMinute: 107, TopSpeed: 5.7, Registered: `2017-05-15T09:25:03-03:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ec.png`, CountryName: `Ecuador` }), + new AthletesDataItem({ Id: 113, Avatar: `https://static.infragistics.com/xplatform/images/people/women/36.jpg`, Position: `current`, Name: `Marialba Nascimento`, AthleteNumber: 47061, BeatsPerMinute: 108, TopSpeed: 5.2, Registered: `2017-09-19T05:47:21-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/tn.png`, CountryName: `Tunisia` }), + new AthletesDataItem({ Id: 113, Avatar: `https://static.infragistics.com/xplatform/images/people/men/37.jpg`, Position: `current`, Name: `Nick Naumann`, AthleteNumber: 25566, BeatsPerMinute: 109, TopSpeed: 5.9, Registered: `2017-07-12T09:01:11-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/sz.png`, CountryName: `Swaziland` }), + new AthletesDataItem({ Id: 116, Avatar: `https://static.infragistics.com/xplatform/images/people/women/1.jpg`, Position: `down`, Name: `Sevcan Kollen`, AthleteNumber: 13728, BeatsPerMinute: 104, TopSpeed: 5.3, Registered: `2017-09-08T08:29:08-03:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/gt.png`, CountryName: `Guatemala` }), + new AthletesDataItem({ Id: 121, Avatar: `https://static.infragistics.com/xplatform/images/people/men/48.jpg`, Position: `current`, Name: `Väinö Salmi`, AthleteNumber: 29839, BeatsPerMinute: 107, TopSpeed: 5.5, Registered: `2017-10-21T05:57:02-03:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/gw.png`, CountryName: `Guinea-Bissau` }), + new AthletesDataItem({ Id: 121, Avatar: `https://static.infragistics.com/xplatform/images/people/men/31.jpg`, Position: `down`, Name: `Ivan Ivanov`, AthleteNumber: 11054, BeatsPerMinute: 108, TopSpeed: 5.7, Registered: `2017-04-18T08:03:01-03:00`, TrackProgress: 75, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/bg.png`, CountryName: `Bulgaria` }), + new AthletesDataItem({ Id: 121, Avatar: `https://static.infragistics.com/xplatform/images/people/men/45.jpg`, Position: `current`, Name: `Maurice Lambert`, AthleteNumber: 17443, BeatsPerMinute: 96, TopSpeed: 5.6, Registered: `2017-06-05T08:19:32-03:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/bd.png`, CountryName: `Bangladesh` }), + new AthletesDataItem({ Id: 122, Avatar: `https://static.infragistics.com/xplatform/images/people/women/71.jpg`, Position: `down`, Name: `Natalie Conrad`, AthleteNumber: 42602, BeatsPerMinute: 108, TopSpeed: 6, Registered: `2017-03-18T06:35:44-02:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/tt.png`, CountryName: `Trinidad and Tobago` }), + new AthletesDataItem({ Id: 122, Avatar: `https://static.infragistics.com/xplatform/images/people/men/57.jpg`, Position: `down`, Name: `Jack Jean-baptiste`, AthleteNumber: 40427, BeatsPerMinute: 110, TopSpeed: 4.3, Registered: `2017-11-09T08:50:06-02:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/cm.png`, CountryName: `Cameroon` }), + new AthletesDataItem({ Id: 123, Avatar: `https://static.infragistics.com/xplatform/images/people/women/19.jpg`, Position: `down`, Name: `Flora Perez`, AthleteNumber: 23907, BeatsPerMinute: 102, TopSpeed: 5.8, Registered: `2017-04-12T04:16:56-03:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/pl.png`, CountryName: `Poland` }), + new AthletesDataItem({ Id: 123, Avatar: `https://static.infragistics.com/xplatform/images/people/women/12.jpg`, Position: `up`, Name: `آنیتا كامياران`, AthleteNumber: 18980, BeatsPerMinute: 90, TopSpeed: 4.5, Registered: `2017-07-21T06:42:59-03:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/lb.png`, CountryName: `Lebanon` }), + new AthletesDataItem({ Id: 123, Avatar: `https://static.infragistics.com/xplatform/images/people/men/31.jpg`, Position: `current`, Name: `Eeli Makinen`, AthleteNumber: 45296, BeatsPerMinute: 106, TopSpeed: 5.2, Registered: `2017-01-06T09:58:02-02:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/fi.png`, CountryName: `Finland` }), + new AthletesDataItem({ Id: 124, Avatar: `https://static.infragistics.com/xplatform/images/people/men/98.jpg`, Position: `down`, Name: `Mathieu Mathieu`, AthleteNumber: 10555, BeatsPerMinute: 101, TopSpeed: 5.2, Registered: `2017-01-05T07:28:11-02:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/uz.png`, CountryName: `Uzbekistan` }), + new AthletesDataItem({ Id: 124, Avatar: `https://static.infragistics.com/xplatform/images/people/women/19.jpg`, Position: `current`, Name: `Marie Poulsen`, AthleteNumber: 44113, BeatsPerMinute: 109, TopSpeed: 4.7, Registered: `2017-04-15T10:25:21-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ma.png`, CountryName: `Morocco` }), + new AthletesDataItem({ Id: 125, Avatar: `https://static.infragistics.com/xplatform/images/people/women/16.jpg`, Position: `current`, Name: `Altiva Alves`, AthleteNumber: 31850, BeatsPerMinute: 106, TopSpeed: 5.1, Registered: `2017-11-09T02:43:54-02:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/km.png`, CountryName: `Comoros` }), + new AthletesDataItem({ Id: 127, Avatar: `https://static.infragistics.com/xplatform/images/people/men/52.jpg`, Position: `down`, Name: `Gerardo Soto`, AthleteNumber: 22958, BeatsPerMinute: 90, TopSpeed: 5, Registered: `2017-06-04T12:52:03-03:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/co.png`, CountryName: `Colombia` }), + new AthletesDataItem({ Id: 128, Avatar: `https://static.infragistics.com/xplatform/images/people/women/52.jpg`, Position: `up`, Name: `Sophie Lewis`, AthleteNumber: 46222, BeatsPerMinute: 106, TopSpeed: 4.4, Registered: `2017-02-20T09:42:07-02:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/mc.png`, CountryName: `Monaco` }), + new AthletesDataItem({ Id: 129, Avatar: `https://static.infragistics.com/xplatform/images/people/women/34.jpg`, Position: `up`, Name: `Ella Hansen`, AthleteNumber: 27075, BeatsPerMinute: 101, TopSpeed: 5.1, Registered: `2017-01-05T10:12:42-02:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/lk.png`, CountryName: `Sri Lanka` }), + new AthletesDataItem({ Id: 130, Avatar: `https://static.infragistics.com/xplatform/images/people/men/94.jpg`, Position: `up`, Name: `Adem Özdoğan`, AthleteNumber: 45143, BeatsPerMinute: 90, TopSpeed: 5.5, Registered: `2017-02-16T07:11:52-02:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/tm.png`, CountryName: `Turkmenistan` }), + new AthletesDataItem({ Id: 130, Avatar: `https://static.infragistics.com/xplatform/images/people/women/24.jpg`, Position: `down`, Name: `آوا احمدی`, AthleteNumber: 44347, BeatsPerMinute: 110, TopSpeed: 4.1, Registered: `2017-06-04T09:04:31-03:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/cn.png`, CountryName: `China` }), + new AthletesDataItem({ Id: 131, Avatar: `https://static.infragistics.com/xplatform/images/people/women/61.jpg`, Position: `current`, Name: `Eliza Bishop`, AthleteNumber: 31774, BeatsPerMinute: 96, TopSpeed: 4.7, Registered: `2017-09-22T11:49:02-03:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/eh.png`, CountryName: `Western Sahara` }), + new AthletesDataItem({ Id: 131, Avatar: `https://static.infragistics.com/xplatform/images/people/women/61.jpg`, Position: `down`, Name: `Veronika Huber`, AthleteNumber: 18146, BeatsPerMinute: 103, TopSpeed: 5.2, Registered: `2017-07-13T02:23:56-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/to.png`, CountryName: `Tonga` }), + new AthletesDataItem({ Id: 134, Avatar: `https://static.infragistics.com/xplatform/images/people/women/66.jpg`, Position: `down`, Name: `Anni Waisanen`, AthleteNumber: 32133, BeatsPerMinute: 99, TopSpeed: 5, Registered: `2017-08-17T01:35:09-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/do.png`, CountryName: `Dominican Republic` }), + new AthletesDataItem({ Id: 135, Avatar: `https://static.infragistics.com/xplatform/images/people/men/84.jpg`, Position: `down`, Name: `Darryl Douglas`, AthleteNumber: 35826, BeatsPerMinute: 96, TopSpeed: 4.6, Registered: `2017-07-20T11:45:52-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/tr.png`, CountryName: `Turkey` }), + new AthletesDataItem({ Id: 136, Avatar: `https://static.infragistics.com/xplatform/images/people/women/10.jpg`, Position: `down`, Name: `Elaine Matthews`, AthleteNumber: 38574, BeatsPerMinute: 110, TopSpeed: 5.5, Registered: `2017-01-26T11:50:00-02:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/cv.png`, CountryName: `Cape Verde` }), + new AthletesDataItem({ Id: 137, Avatar: `https://static.infragistics.com/xplatform/images/people/women/75.jpg`, Position: `up`, Name: `Gloria Caballero`, AthleteNumber: 43379, BeatsPerMinute: 103, TopSpeed: 4.3, Registered: `2017-08-10T08:27:45-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/il.png`, CountryName: `Israel` }), + new AthletesDataItem({ Id: 137, Avatar: `https://static.infragistics.com/xplatform/images/people/men/80.jpg`, Position: `down`, Name: `Lance Dunn`, AthleteNumber: 10113, BeatsPerMinute: 94, TopSpeed: 4.5, Registered: `2017-03-13T10:51:36-02:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/cy.png`, CountryName: `Cyprus` }), + new AthletesDataItem({ Id: 138, Avatar: `https://static.infragistics.com/xplatform/images/people/men/31.jpg`, Position: `down`, Name: `Antoine Mackay`, AthleteNumber: 34547, BeatsPerMinute: 104, TopSpeed: 5, Registered: `2017-08-22T09:11:37-03:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ls.png`, CountryName: `Lesotho` }), + new AthletesDataItem({ Id: 138, Avatar: `https://static.infragistics.com/xplatform/images/people/men/78.jpg`, Position: `current`, Name: `Oscar Calvo`, AthleteNumber: 45078, BeatsPerMinute: 109, TopSpeed: 4.3, Registered: `2017-06-19T10:57:42-03:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/cu.png`, CountryName: `Cuba` }), + new AthletesDataItem({ Id: 138, Avatar: `https://static.infragistics.com/xplatform/images/people/men/38.jpg`, Position: `current`, Name: `Derrick Price`, AthleteNumber: 19792, BeatsPerMinute: 94, TopSpeed: 5.6, Registered: `2017-03-19T01:10:55-02:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ar.png`, CountryName: `Argentina` }), + new AthletesDataItem({ Id: 139, Avatar: `https://static.infragistics.com/xplatform/images/people/women/28.jpg`, Position: `current`, Name: `Annabell Barth`, AthleteNumber: 41130, BeatsPerMinute: 103, TopSpeed: 5, Registered: `2017-08-24T11:58:56-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ht.png`, CountryName: `Haiti` }), + new AthletesDataItem({ Id: 141, Avatar: `https://static.infragistics.com/xplatform/images/people/men/15.jpg`, Position: `current`, Name: `Miro Korpela`, AthleteNumber: 40544, BeatsPerMinute: 104, TopSpeed: 5.3, Registered: `2017-01-10T07:12:44-02:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/nl.png`, CountryName: `Netherlands` }), + new AthletesDataItem({ Id: 142, Avatar: `https://static.infragistics.com/xplatform/images/people/women/63.jpg`, Position: `current`, Name: `Nicoline Thomsen`, AthleteNumber: 36778, BeatsPerMinute: 99, TopSpeed: 5.5, Registered: `2017-03-26T10:04:29-03:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/bj.png`, CountryName: `Benin` }), + new AthletesDataItem({ Id: 143, Avatar: `https://static.infragistics.com/xplatform/images/people/men/38.jpg`, Position: `up`, Name: `رضا کوتی`, AthleteNumber: 13640, BeatsPerMinute: 103, TopSpeed: 4.2, Registered: `2017-04-30T02:34:29-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/pk.png`, CountryName: `Pakistan` }), + new AthletesDataItem({ Id: 144, Avatar: `https://static.infragistics.com/xplatform/images/people/women/57.jpg`, Position: `down`, Name: `Milja Leino`, AthleteNumber: 33563, BeatsPerMinute: 110, TopSpeed: 4.1, Registered: `2017-11-01T10:34:07-02:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/bf.png`, CountryName: `Burkina Faso` }), + new AthletesDataItem({ Id: 147, Avatar: `https://static.infragistics.com/xplatform/images/people/men/8.jpg`, Position: `down`, Name: `میلاد یاسمی`, AthleteNumber: 44023, BeatsPerMinute: 104, TopSpeed: 5.2, Registered: `2017-06-10T04:11:01-03:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/tg.png`, CountryName: `Togo` }), + new AthletesDataItem({ Id: 150, Avatar: `https://static.infragistics.com/xplatform/images/people/men/52.jpg`, Position: `up`, Name: `Gustav Petersen`, AthleteNumber: 20984, BeatsPerMinute: 107, TopSpeed: 4.6, Registered: `2017-01-01T07:40:19-02:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/bz.png`, CountryName: `Belize` }), + new AthletesDataItem({ Id: 151, Avatar: `https://static.infragistics.com/xplatform/images/people/women/88.jpg`, Position: `current`, Name: `Charlotte Mills`, AthleteNumber: 49829, BeatsPerMinute: 92, TopSpeed: 5.3, Registered: `2017-05-10T04:33:10-03:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/mg.png`, CountryName: `Madagascar` }), + new AthletesDataItem({ Id: 154, Avatar: `https://static.infragistics.com/xplatform/images/people/women/54.jpg`, Position: `down`, Name: `Rhonda Simmmons`, AthleteNumber: 37139, BeatsPerMinute: 96, TopSpeed: 5.1, Registered: `2017-07-03T05:39:45-03:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/nr.png`, CountryName: `Nauru` }), + new AthletesDataItem({ Id: 155, Avatar: `https://static.infragistics.com/xplatform/images/people/men/82.jpg`, Position: `up`, Name: `Justin Philippe`, AthleteNumber: 12858, BeatsPerMinute: 104, TopSpeed: 5.7, Registered: `2017-03-16T02:00:35-02:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/mv.png`, CountryName: `Maldives` }), + new AthletesDataItem({ Id: 159, Avatar: `https://static.infragistics.com/xplatform/images/people/women/66.jpg`, Position: `up`, Name: `Eva Dean`, AthleteNumber: 48874, BeatsPerMinute: 103, TopSpeed: 5.7, Registered: `2017-03-04T01:58:52-02:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/st.png`, CountryName: `Sao Tome and Principe` }), + new AthletesDataItem({ Id: 161, Avatar: `https://static.infragistics.com/xplatform/images/people/men/89.jpg`, Position: `up`, Name: `Franklin Byrd`, AthleteNumber: 49498, BeatsPerMinute: 106, TopSpeed: 5.3, Registered: `2017-11-04T11:09:26-02:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/tw.png`, CountryName: `Taiwan, Province of China` }), + new AthletesDataItem({ Id: 161, Avatar: `https://static.infragistics.com/xplatform/images/people/men/38.jpg`, Position: `current`, Name: `Alex Martin`, AthleteNumber: 27887, BeatsPerMinute: 96, TopSpeed: 4.2, Registered: `2017-10-28T04:06:33-03:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/eg.png`, CountryName: `Egypt` }), + new AthletesDataItem({ Id: 162, Avatar: `https://static.infragistics.com/xplatform/images/people/women/0.jpg`, Position: `current`, Name: `Alex Craig`, AthleteNumber: 21868, BeatsPerMinute: 94, TopSpeed: 4.2, Registered: `2017-03-19T10:20:51-02:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/sy.png`, CountryName: `Syrian Arab Republic` }), + new AthletesDataItem({ Id: 162, Avatar: `https://static.infragistics.com/xplatform/images/people/men/5.jpg`, Position: `down`, Name: `Adam Bouchard`, AthleteNumber: 38672, BeatsPerMinute: 99, TopSpeed: 4.7, Registered: `2017-01-04T03:04:05-02:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/sc.png`, CountryName: `Seychelles` }), + new AthletesDataItem({ Id: 163, Avatar: `https://static.infragistics.com/xplatform/images/people/men/70.jpg`, Position: `down`, Name: `میلاد قاسمی`, AthleteNumber: 12788, BeatsPerMinute: 101, TopSpeed: 4.1, Registered: `2017-03-01T07:51:17-02:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ws.png`, CountryName: `Samoa` }), + new AthletesDataItem({ Id: 163, Avatar: `https://static.infragistics.com/xplatform/images/people/women/52.jpg`, Position: `up`, Name: `Millie Cooper`, AthleteNumber: 14610, BeatsPerMinute: 99, TopSpeed: 5.4, Registered: `2017-05-08T09:30:14-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ni.png`, CountryName: `Nicaragua` }), + new AthletesDataItem({ Id: 163, Avatar: `https://static.infragistics.com/xplatform/images/people/women/21.jpg`, Position: `up`, Name: `Pippa Roberts`, AthleteNumber: 15588, BeatsPerMinute: 105, TopSpeed: 4.1, Registered: `2017-02-07T10:23:13-02:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/kh.png`, CountryName: `Cambodia` }), + new AthletesDataItem({ Id: 164, Avatar: `https://static.infragistics.com/xplatform/images/people/women/51.jpg`, Position: `current`, Name: `Ethel Stephens`, AthleteNumber: 18692, BeatsPerMinute: 94, TopSpeed: 4.1, Registered: `2017-02-13T05:03:04-02:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ua.png`, CountryName: `Ukraine` }), + new AthletesDataItem({ Id: 165, Avatar: `https://static.infragistics.com/xplatform/images/people/men/79.jpg`, Position: `down`, Name: `Mario Ellis`, AthleteNumber: 18026, BeatsPerMinute: 99, TopSpeed: 5.5, Registered: `2017-02-13T11:53:15-02:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ml.png`, CountryName: `Mali` }), + new AthletesDataItem({ Id: 166, Avatar: `https://static.infragistics.com/xplatform/images/people/women/74.jpg`, Position: `current`, Name: `Maria Parra`, AthleteNumber: 39861, BeatsPerMinute: 106, TopSpeed: 6, Registered: `2017-01-30T09:22:52-02:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ki.png`, CountryName: `Kiribati` }), + new AthletesDataItem({ Id: 167, Avatar: `https://static.infragistics.com/xplatform/images/people/men/67.jpg`, Position: `down`, Name: `Aatu Ranta`, AthleteNumber: 38049, BeatsPerMinute: 94, TopSpeed: 5.1, Registered: `2017-07-21T04:22:18-03:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ae.png`, CountryName: `United Arab Emirates` }), + new AthletesDataItem({ Id: 167, Avatar: `https://static.infragistics.com/xplatform/images/people/women/62.jpg`, Position: `current`, Name: `Pippa Morris`, AthleteNumber: 44421, BeatsPerMinute: 101, TopSpeed: 5.5, Registered: `2017-03-06T09:21:58-02:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/tj.png`, CountryName: `Tajikistan` }), + new AthletesDataItem({ Id: 167, Avatar: `https://static.infragistics.com/xplatform/images/people/women/32.jpg`, Position: `current`, Name: `Esma Adıvar`, AthleteNumber: 35565, BeatsPerMinute: 99, TopSpeed: 4.2, Registered: `2017-06-17T12:34:29-03:00`, TrackProgress: 75, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ph.png`, CountryName: `Philippines` }), + new AthletesDataItem({ Id: 167, Avatar: `https://static.infragistics.com/xplatform/images/people/men/19.jpg`, Position: `down`, Name: `Louis Smith`, AthleteNumber: 31837, BeatsPerMinute: 98, TopSpeed: 5.4, Registered: `2017-03-19T08:12:23-02:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/lr.png`, CountryName: `Liberia` }), + new AthletesDataItem({ Id: 167, Avatar: `https://static.infragistics.com/xplatform/images/people/men/81.jpg`, Position: `down`, Name: `Milo Charles`, AthleteNumber: 10661, BeatsPerMinute: 99, TopSpeed: 5.4, Registered: `2017-07-20T09:00:22-03:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/is.png`, CountryName: `Iceland` }), + new AthletesDataItem({ Id: 168, Avatar: `https://static.infragistics.com/xplatform/images/people/men/10.jpg`, Position: `current`, Name: `Calvin Hunt`, AthleteNumber: 35535, BeatsPerMinute: 94, TopSpeed: 4.5, Registered: `2017-11-07T09:58:42-02:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/at.png`, CountryName: `Austria` }), + new AthletesDataItem({ Id: 169, Avatar: `https://static.infragistics.com/xplatform/images/people/men/44.jpg`, Position: `up`, Name: `Aziz Santos`, AthleteNumber: 38947, BeatsPerMinute: 98, TopSpeed: 4, Registered: `2017-04-03T02:18:46-03:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/gb.png`, CountryName: `United Kingdom` }), + new AthletesDataItem({ Id: 169, Avatar: `https://static.infragistics.com/xplatform/images/people/men/21.jpg`, Position: `down`, Name: `Julian Barth`, AthleteNumber: 19011, BeatsPerMinute: 91, TopSpeed: 5.2, Registered: `2017-04-21T08:08:33-03:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/gd.png`, CountryName: `Grenada` }), + new AthletesDataItem({ Id: 170, Avatar: `https://static.infragistics.com/xplatform/images/people/men/60.jpg`, Position: `up`, Name: `Fernando Gimenez`, AthleteNumber: 31290, BeatsPerMinute: 102, TopSpeed: 5.1, Registered: `2017-06-21T06:45:54-03:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/uz.png`, CountryName: `Uruguay` }), + new AthletesDataItem({ Id: 173, Avatar: `https://static.infragistics.com/xplatform/images/people/women/18.jpg`, Position: `current`, Name: `Hassana Camp`, AthleteNumber: 14467, BeatsPerMinute: 104, TopSpeed: 5.2, Registered: `2017-06-02T12:21:59-03:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/cz.png`, CountryName: `Czechia` }), + new AthletesDataItem({ Id: 174, Avatar: `https://static.infragistics.com/xplatform/images/people/women/29.jpg`, Position: `current`, Name: `Beatriz Gallardo`, AthleteNumber: 38538, BeatsPerMinute: 101, TopSpeed: 6, Registered: `2017-11-06T02:14:31-02:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/er.png`, CountryName: `Eritrea` }), + new AthletesDataItem({ Id: 176, Avatar: `https://static.infragistics.com/xplatform/images/people/men/26.jpg`, Position: `current`, Name: `Tim Neal`, AthleteNumber: 45860, BeatsPerMinute: 97, TopSpeed: 5.6, Registered: `2017-04-21T04:06:34-03:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/pa.png`, CountryName: `Panama` }), + new AthletesDataItem({ Id: 176, Avatar: `https://static.infragistics.com/xplatform/images/people/men/35.jpg`, Position: `down`, Name: `Laudelino Castro`, AthleteNumber: 12711, BeatsPerMinute: 106, TopSpeed: 4.4, Registered: `2017-02-08T04:03:22-02:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/hr.png`, CountryName: `Croatia` }), + new AthletesDataItem({ Id: 178, Avatar: `https://static.infragistics.com/xplatform/images/people/women/65.jpg`, Position: `down`, Name: `Lillian Wade`, AthleteNumber: 10729, BeatsPerMinute: 110, TopSpeed: 4.8, Registered: `2017-04-07T09:53:13-03:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/sb.png`, CountryName: `Solomon Islands` }), + new AthletesDataItem({ Id: 180, Avatar: `https://static.infragistics.com/xplatform/images/people/women/90.jpg`, Position: `up`, Name: `Lillian Bowman`, AthleteNumber: 35323, BeatsPerMinute: 103, TopSpeed: 4.5, Registered: `2017-08-31T11:55:25-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/gy.png`, CountryName: `Guyana` }), + new AthletesDataItem({ Id: 182, Avatar: `https://static.infragistics.com/xplatform/images/people/women/14.jpg`, Position: `up`, Name: `Ariena Achterberg`, AthleteNumber: 41330, BeatsPerMinute: 92, TopSpeed: 5.6, Registered: `2017-10-22T02:15:39-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/kr.png`, CountryName: `South Korea` }), + new AthletesDataItem({ Id: 182, Avatar: `https://static.infragistics.com/xplatform/images/people/men/94.jpg`, Position: `current`, Name: `Gerald Schmidt`, AthleteNumber: 47410, BeatsPerMinute: 102, TopSpeed: 5.8, Registered: `2017-02-20T11:53:08-02:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ge.png`, CountryName: `Georgia` }), + new AthletesDataItem({ Id: 183, Avatar: `https://static.infragistics.com/xplatform/images/people/men/74.jpg`, Position: `down`, Name: `Yarno Kin`, AthleteNumber: 47324, BeatsPerMinute: 107, TopSpeed: 5.1, Registered: `2017-08-26T08:21:22-03:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ro.png`, CountryName: `Romania` }), + new AthletesDataItem({ Id: 183, Avatar: `https://static.infragistics.com/xplatform/images/people/women/53.jpg`, Position: `up`, Name: `رونیکا سلطانی نژاد`, AthleteNumber: 35233, BeatsPerMinute: 99, TopSpeed: 4.6, Registered: `2017-08-13T01:05:52-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/mk.png`, CountryName: `Macedonia, The Former Yugoslav Republic of` }), + new AthletesDataItem({ Id: 186, Avatar: `https://static.infragistics.com/xplatform/images/people/men/2.jpg`, Position: `up`, Name: `کوروش کامروا`, AthleteNumber: 13506, BeatsPerMinute: 109, TopSpeed: 4.4, Registered: `2017-04-16T01:10:37-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/nu.png`, CountryName: `Niue` }), + new AthletesDataItem({ Id: 186, Avatar: `https://static.infragistics.com/xplatform/images/people/men/42.jpg`, Position: `up`, Name: `Jimmy Bailey`, AthleteNumber: 38510, BeatsPerMinute: 101, TopSpeed: 4.7, Registered: `2017-06-30T04:13:42-03:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/cr.png`, CountryName: `Costa Rica` }), + new AthletesDataItem({ Id: 188, Avatar: `https://static.infragistics.com/xplatform/images/people/men/3.jpg`, Position: `current`, Name: `Foppe Delfos`, AthleteNumber: 39679, BeatsPerMinute: 107, TopSpeed: 4.1, Registered: `2017-08-05T10:54:56-03:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/py.png`, CountryName: `Paraguay` }), + new AthletesDataItem({ Id: 188, Avatar: `https://static.infragistics.com/xplatform/images/people/men/81.jpg`, Position: `down`, Name: `آراد یاسمی`, AthleteNumber: 34370, BeatsPerMinute: 99, TopSpeed: 5.9, Registered: `2017-02-02T11:42:41-02:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/mu.png`, CountryName: `Mauritius` }), + new AthletesDataItem({ Id: 188, Avatar: `https://static.infragistics.com/xplatform/images/people/women/45.jpg`, Position: `down`, Name: `Ceylan Duygulu`, AthleteNumber: 21527, BeatsPerMinute: 99, TopSpeed: 4.9, Registered: `2017-07-13T09:06:04-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/dm.png`, CountryName: `Dominica` }), + new AthletesDataItem({ Id: 190, Avatar: `https://static.infragistics.com/xplatform/images/people/women/2.jpg`, Position: `current`, Name: `Venla Korpela`, AthleteNumber: 16454, BeatsPerMinute: 92, TopSpeed: 4.1, Registered: `2017-08-22T10:36:38-03:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/hu.png`, CountryName: `Hungary` }), + new AthletesDataItem({ Id: 190, Avatar: `https://static.infragistics.com/xplatform/images/people/women/53.jpg`, Position: `current`, Name: `Gladys Van Der Steeg`, AthleteNumber: 20216, BeatsPerMinute: 94, TopSpeed: 4.3, Registered: `2017-10-09T02:01:16-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/de.png`, CountryName: `Germany` }), + new AthletesDataItem({ Id: 190, Avatar: `https://static.infragistics.com/xplatform/images/people/women/44.jpg`, Position: `current`, Name: `Kiara Dubois`, AthleteNumber: 49964, BeatsPerMinute: 97, TopSpeed: 5.6, Registered: `2017-09-28T04:37:56-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/au.png`, CountryName: `Australia` }), + new AthletesDataItem({ Id: 191, Avatar: `https://static.infragistics.com/xplatform/images/people/men/42.jpg`, Position: `current`, Name: `آرش احمدی`, AthleteNumber: 36948, BeatsPerMinute: 90, TopSpeed: 4.1, Registered: `2017-09-08T01:22:14-03:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/np.png`, CountryName: `Nepal` }), + new AthletesDataItem({ Id: 191, Avatar: `https://static.infragistics.com/xplatform/images/people/women/13.jpg`, Position: `up`, Name: `Sheryl Collins`, AthleteNumber: 36473, BeatsPerMinute: 98, TopSpeed: 4.2, Registered: `2017-03-23T12:54:35-02:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ke.png`, CountryName: `Kenya` }), + new AthletesDataItem({ Id: 191, Avatar: `https://static.infragistics.com/xplatform/images/people/women/72.jpg`, Position: `up`, Name: `Clarisse Rey`, AthleteNumber: 29795, BeatsPerMinute: 98, TopSpeed: 4.9, Registered: `2017-06-09T08:07:19-03:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ba.png`, CountryName: `Bosnia and Herzegovina` }), + new AthletesDataItem({ Id: 192, Avatar: `https://static.infragistics.com/xplatform/images/people/women/44.jpg`, Position: `down`, Name: `Viivi Kujala`, AthleteNumber: 29939, BeatsPerMinute: 93, TopSpeed: 4.1, Registered: `2017-05-03T02:40:05-03:00`, TrackProgress: 75, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/so.png`, CountryName: `Somalia` }), + new AthletesDataItem({ Id: 193, Avatar: `https://static.infragistics.com/xplatform/images/people/women/9.jpg`, Position: `down`, Name: `Juanita Franklin`, AthleteNumber: 13907, BeatsPerMinute: 91, TopSpeed: 6, Registered: `2017-10-04T02:46:46-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/vu.png`, CountryName: `Vanuatu` }), + new AthletesDataItem({ Id: 193, Avatar: `https://static.infragistics.com/xplatform/images/people/women/59.jpg`, Position: `down`, Name: `Sophia Carlson`, AthleteNumber: 44183, BeatsPerMinute: 102, TopSpeed: 5.1, Registered: `2017-09-04T07:03:19-03:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ee.png`, CountryName: `Estonia` }), + new AthletesDataItem({ Id: 194, Avatar: `https://static.infragistics.com/xplatform/images/people/women/62.jpg`, Position: `up`, Name: `آوا سلطانی نژاد`, AthleteNumber: 45635, BeatsPerMinute: 98, TopSpeed: 4.1, Registered: `2017-04-10T11:39:46-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/se.png`, CountryName: `Sweden` }), + new AthletesDataItem({ Id: 194, Avatar: `https://static.infragistics.com/xplatform/images/people/men/11.jpg`, Position: `down`, Name: `Kaya Taşlı`, AthleteNumber: 42291, BeatsPerMinute: 100, TopSpeed: 4.7, Registered: `2017-01-30T03:23:36-02:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/sn.png`, CountryName: `Senegal` }), + new AthletesDataItem({ Id: 194, Avatar: `https://static.infragistics.com/xplatform/images/people/men/71.jpg`, Position: `down`, Name: `Adrian Ibañez`, AthleteNumber: 21968, BeatsPerMinute: 105, TopSpeed: 5.3, Registered: `2017-02-03T04:36:54-02:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/om.png`, CountryName: `Oman` }), + new AthletesDataItem({ Id: 196, Avatar: `https://static.infragistics.com/xplatform/images/people/women/17.jpg`, Position: `current`, Name: `Parel Zuidhof`, AthleteNumber: 32718, BeatsPerMinute: 105, TopSpeed: 5, Registered: `2017-01-21T10:19:56-02:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/jm.png`, CountryName: `Jamaica` }), + new AthletesDataItem({ Id: 196, Avatar: `https://static.infragistics.com/xplatform/images/people/women/30.jpg`, Position: `up`, Name: `Begüm Erkekli`, AthleteNumber: 37888, BeatsPerMinute: 104, TopSpeed: 4.6, Registered: `2017-10-04T03:02:35-03:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/sv.png`, CountryName: `El Salvador` }), + new AthletesDataItem({ Id: 197, Avatar: `https://static.infragistics.com/xplatform/images/people/men/93.jpg`, Position: `current`, Name: `Brent Lord`, AthleteNumber: 20943, BeatsPerMinute: 92, TopSpeed: 4.8, Registered: `2017-01-23T06:14:22-02:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/dz.png`, CountryName: `Algeria` }), + new AthletesDataItem({ Id: 199, Avatar: `https://static.infragistics.com/xplatform/images/people/women/68.jpg`, Position: `up`, Name: `Lucie Dumont`, AthleteNumber: 12104, BeatsPerMinute: 108, TopSpeed: 4, Registered: `2017-01-08T02:13:29-02:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ca.png`, CountryName: `Canada` }), + new AthletesDataItem({ Id: 210, Avatar: `https://static.infragistics.com/xplatform/images/people/women/13.jpg`, Position: `down`, Name: `Maeva Bergeron`, AthleteNumber: 15655, BeatsPerMinute: 94, TopSpeed: 5.9, Registered: `2017-10-03T09:42:15-03:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/mx.png`, CountryName: `Mexico` }), + new AthletesDataItem({ Id: 212, Avatar: `https://static.infragistics.com/xplatform/images/people/women/83.jpg`, Position: `up`, Name: `Sara Larsen`, AthleteNumber: 37094, BeatsPerMinute: 97, TopSpeed: 4.5, Registered: `2017-04-14T11:48:28-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/sa.png`, CountryName: `Saudi Arabia` }), + new AthletesDataItem({ Id: 214, Avatar: `https://static.infragistics.com/xplatform/images/people/women/84.jpg`, Position: `up`, Name: `Ömür Denkel`, AthleteNumber: 31061, BeatsPerMinute: 104, TopSpeed: 4.5, Registered: `2017-02-18T05:32:55-02:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/tv.png`, CountryName: `Tuvalu` }), + new AthletesDataItem({ Id: 215, Avatar: `https://static.infragistics.com/xplatform/images/people/women/79.jpg`, Position: `down`, Name: `Marilou Hubert`, AthleteNumber: 43655, BeatsPerMinute: 104, TopSpeed: 4.2, Registered: `2017-09-28T11:13:00-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/mm.png`, CountryName: `Myanmar` }), + new AthletesDataItem({ Id: 216, Avatar: `https://static.infragistics.com/xplatform/images/people/men/72.jpg`, Position: `down`, Name: `Felix Olsen`, AthleteNumber: 43198, BeatsPerMinute: 101, TopSpeed: 4.2, Registered: `2017-09-27T01:17:14-03:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/fr.png`, CountryName: `France` }), + new AthletesDataItem({ Id: 219, Avatar: `https://static.infragistics.com/xplatform/images/people/women/6.jpg`, Position: `current`, Name: `Sedef Tunçeri`, AthleteNumber: 48164, BeatsPerMinute: 108, TopSpeed: 5.6, Registered: `2017-03-29T11:54:15-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/bt.png`, CountryName: `Bhutan` }), + new AthletesDataItem({ Id: 221, Avatar: `https://static.infragistics.com/xplatform/images/people/men/73.jpg`, Position: `down`, Name: `Kuzey Aclan`, AthleteNumber: 18583, BeatsPerMinute: 102, TopSpeed: 5.3, Registered: `2017-09-12T09:14:14-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/td.png`, CountryName: `Chad` }), + new AthletesDataItem({ Id: 223, Avatar: `https://static.infragistics.com/xplatform/images/people/men/72.jpg`, Position: `down`, Name: `Gökhan Aşıkoğlu`, AthleteNumber: 13890, BeatsPerMinute: 105, TopSpeed: 5.4, Registered: `2017-03-31T06:14:26-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/jp.png`, CountryName: `Japan` }), + new AthletesDataItem({ Id: 224, Avatar: `https://static.infragistics.com/xplatform/images/people/men/0.jpg`, Position: `down`, Name: `Joan Ortega`, AthleteNumber: 49478, BeatsPerMinute: 103, TopSpeed: 5.4, Registered: `2017-07-04T03:01:47-03:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/gq.png`, CountryName: `Equatorial Guinea` }), + new AthletesDataItem({ Id: 225, Avatar: `https://static.infragistics.com/xplatform/images/people/men/42.jpg`, Position: `up`, Name: `Stanley Hart`, AthleteNumber: 14150, BeatsPerMinute: 91, TopSpeed: 4.5, Registered: `2017-08-19T03:02:33-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ve.png`, CountryName: `Venezuela` }), + new AthletesDataItem({ Id: 227, Avatar: `https://static.infragistics.com/xplatform/images/people/men/9.jpg`, Position: `current`, Name: `Johann Hinz`, AthleteNumber: 48244, BeatsPerMinute: 94, TopSpeed: 4.3, Registered: `2017-03-10T07:36:56-02:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/sd.png`, CountryName: `Sudan` }), + new AthletesDataItem({ Id: 227, Avatar: `https://static.infragistics.com/xplatform/images/people/women/61.jpg`, Position: `up`, Name: `Layla Douglas`, AthleteNumber: 21977, BeatsPerMinute: 97, TopSpeed: 5.4, Registered: `2017-04-19T11:43:38-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/si.png`, CountryName: `Slovenia` }), + new AthletesDataItem({ Id: 229, Avatar: `https://static.infragistics.com/xplatform/images/people/men/29.jpg`, Position: `current`, Name: `Selmo Caldeira`, AthleteNumber: 21837, BeatsPerMinute: 110, TopSpeed: 4.9, Registered: `2017-10-20T03:40:24-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ly.png`, CountryName: `Libyan Arab Jamahiriya` }), + new AthletesDataItem({ Id: 231, Avatar: `https://static.infragistics.com/xplatform/images/people/men/56.jpg`, Position: `up`, Name: `Judd Campbell`, AthleteNumber: 37365, BeatsPerMinute: 110, TopSpeed: 5, Registered: `2017-10-19T11:01:10-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/la.png`, CountryName: `Lao PeopleS Democratic Republic` }), + new AthletesDataItem({ Id: 233, Avatar: `https://static.infragistics.com/xplatform/images/people/men/18.jpg`, Position: `up`, Name: `Zackary Roy`, AthleteNumber: 45996, BeatsPerMinute: 92, TopSpeed: 4.9, Registered: `2017-07-07T03:51:26-03:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/bs.png`, CountryName: `Bahamas` }), + new AthletesDataItem({ Id: 234, Avatar: `https://static.infragistics.com/xplatform/images/people/women/19.jpg`, Position: `down`, Name: `Linda Schäfer`, AthleteNumber: 43074, BeatsPerMinute: 107, TopSpeed: 5.1, Registered: `2017-01-05T11:41:20-02:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ye.png`, CountryName: `Yemen` }), + new AthletesDataItem({ Id: 235, Avatar: `https://static.infragistics.com/xplatform/images/people/women/42.jpg`, Position: `down`, Name: `Elaine Smith`, AthleteNumber: 38243, BeatsPerMinute: 108, TopSpeed: 4, Registered: `2017-06-11T12:20:41-03:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/li.png`, CountryName: `Liechtenstein` }), + new AthletesDataItem({ Id: 237, Avatar: `https://static.infragistics.com/xplatform/images/people/men/86.jpg`, Position: `down`, Name: `Clyde Matthews`, AthleteNumber: 11955, BeatsPerMinute: 93, TopSpeed: 5.2, Registered: `2017-03-02T05:01:02-02:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/pw.png`, CountryName: `Palau` }), + new AthletesDataItem({ Id: 238, Avatar: `https://static.infragistics.com/xplatform/images/people/women/17.jpg`, Position: `current`, Name: `Charlotte Meyer`, AthleteNumber: 21442, BeatsPerMinute: 110, TopSpeed: 4.6, Registered: `2017-10-19T10:38:35-03:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ck.png`, CountryName: `Cook Islands` }), + new AthletesDataItem({ Id: 240, Avatar: `https://static.infragistics.com/xplatform/images/people/men/5.jpg`, Position: `down`, Name: `Carter Evans`, AthleteNumber: 46961, BeatsPerMinute: 100, TopSpeed: 5.3, Registered: `2017-07-23T02:43:07-03:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/lu.png`, CountryName: `Luxembourg` }), + new AthletesDataItem({ Id: 240, Avatar: `https://static.infragistics.com/xplatform/images/people/men/33.jpg`, Position: `down`, Name: `Alberto Clark`, AthleteNumber: 29912, BeatsPerMinute: 93, TopSpeed: 4.6, Registered: `2017-02-02T03:50:21-02:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ag.png`, CountryName: `Antigua and Barbuda` }), + new AthletesDataItem({ Id: 241, Avatar: `https://static.infragistics.com/xplatform/images/people/women/65.jpg`, Position: `down`, Name: `Lilly Keuter`, AthleteNumber: 49893, BeatsPerMinute: 102, TopSpeed: 4.5, Registered: `2017-01-20T02:38:39-02:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/kn.png`, CountryName: `Saint Kitts and Nevis` }), + new AthletesDataItem({ Id: 241, Avatar: `https://static.infragistics.com/xplatform/images/people/men/20.jpg`, Position: `up`, Name: `Oskari Karjala`, AthleteNumber: 31498, BeatsPerMinute: 90, TopSpeed: 4.5, Registered: `2017-05-10T12:45:12-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/fm.png`, CountryName: `Micronesia, Federated States of` }), + new AthletesDataItem({ Id: 242, Avatar: `https://static.infragistics.com/xplatform/images/people/women/83.jpg`, Position: `down`, Name: `Caitlin Jackson`, AthleteNumber: 45472, BeatsPerMinute: 101, TopSpeed: 4.3, Registered: `2017-09-17T09:41:01-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/mz.png`, CountryName: `Mozambique` }), + new AthletesDataItem({ Id: 243, Avatar: `https://static.infragistics.com/xplatform/images/people/women/77.jpg`, Position: `down`, Name: `Cathalijne Van Der Ree`, AthleteNumber: 45160, BeatsPerMinute: 102, TopSpeed: 5.4, Registered: `2017-02-13T05:23:49-02:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ug.png`, CountryName: `Uganda` }), + new AthletesDataItem({ Id: 243, Avatar: `https://static.infragistics.com/xplatform/images/people/women/94.jpg`, Position: `up`, Name: `Emma Turner`, AthleteNumber: 39487, BeatsPerMinute: 110, TopSpeed: 5.7, Registered: `2017-07-30T01:33:14-03:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/tz.png`, CountryName: `Tanzania, United Republic of` }), + new AthletesDataItem({ Id: 243, Avatar: `https://static.infragistics.com/xplatform/images/people/men/42.jpg`, Position: `up`, Name: `Kent Clark`, AthleteNumber: 32799, BeatsPerMinute: 106, TopSpeed: 5.7, Registered: `2017-01-24T01:00:15-02:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/pe.png`, CountryName: `Peru` }), + new AthletesDataItem({ Id: 246, Avatar: `https://static.infragistics.com/xplatform/images/people/women/55.jpg`, Position: `current`, Name: `Ronja Kraft`, AthleteNumber: 21800, BeatsPerMinute: 101, TopSpeed: 5.3, Registered: `2017-04-02T03:33:57-03:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/dk.png`, CountryName: `Denmark` }), + new AthletesDataItem({ Id: 251, Avatar: `https://static.infragistics.com/xplatform/images/people/women/34.jpg`, Position: `down`, Name: `Eléa Robin`, AthleteNumber: 26742, BeatsPerMinute: 90, TopSpeed: 4.7, Registered: `2017-03-30T12:34:24-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/vc.png`, CountryName: `Saint Vincent and the Grenadines` }), + new AthletesDataItem({ Id: 251, Avatar: `https://static.infragistics.com/xplatform/images/people/men/74.jpg`, Position: `up`, Name: `Alex Meyer`, AthleteNumber: 44390, BeatsPerMinute: 94, TopSpeed: 4.3, Registered: `2017-08-04T07:05:34-03:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/md.png`, CountryName: `Moldova, Republic of` }), + new AthletesDataItem({ Id: 252, Avatar: `https://static.infragistics.com/xplatform/images/people/men/94.jpg`, Position: `down`, Name: `Adérito Lopes`, AthleteNumber: 21320, BeatsPerMinute: 91, TopSpeed: 5.2, Registered: `2017-01-07T06:47:56-02:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/mh.png`, CountryName: `Marshall Islands` }), + new AthletesDataItem({ Id: 253, Avatar: `https://static.infragistics.com/xplatform/images/people/women/51.jpg`, Position: `current`, Name: `Kayla Patel`, AthleteNumber: 42780, BeatsPerMinute: 103, TopSpeed: 4.7, Registered: `2017-04-20T09:33:53-03:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ne.png`, CountryName: `Niger` }), + new AthletesDataItem({ Id: 258, Avatar: `https://static.infragistics.com/xplatform/images/people/men/31.jpg`, Position: `current`, Name: `Diego Gautier`, AthleteNumber: 26320, BeatsPerMinute: 97, TopSpeed: 4.6, Registered: `2017-06-11T03:50:43-03:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ng.png`, CountryName: `Nigeria` }), + new AthletesDataItem({ Id: 258, Avatar: `https://static.infragistics.com/xplatform/images/people/women/30.jpg`, Position: `up`, Name: `Veera Saari`, AthleteNumber: 40408, BeatsPerMinute: 100, TopSpeed: 4.7, Registered: `2017-10-28T10:39:22-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/iq.png`, CountryName: `Iraq` }), + new AthletesDataItem({ Id: 258, Avatar: `https://static.infragistics.com/xplatform/images/people/women/60.jpg`, Position: `down`, Name: `Zaina Pomp`, AthleteNumber: 14109, BeatsPerMinute: 90, TopSpeed: 5.7, Registered: `2017-09-07T11:17:40-03:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ao.png`, CountryName: `Angola` }), + new AthletesDataItem({ Id: 262, Avatar: `https://static.infragistics.com/xplatform/images/people/men/9.jpg`, Position: `current`, Name: `Anthony Harcourt`, AthleteNumber: 33649, BeatsPerMinute: 109, TopSpeed: 5.5, Registered: `2017-06-14T11:10:20-03:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/in.png`, CountryName: `India` }), + new AthletesDataItem({ Id: 262, Avatar: `https://static.infragistics.com/xplatform/images/people/men/43.jpg`, Position: `current`, Name: `Roman Smith`, AthleteNumber: 15531, BeatsPerMinute: 106, TopSpeed: 4.9, Registered: `2017-06-14T05:12:04-03:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ga.png`, CountryName: `Gabon` }), + new AthletesDataItem({ Id: 263, Avatar: `https://static.infragistics.com/xplatform/images/people/women/9.jpg`, Position: `up`, Name: `Estelle Vincent`, AthleteNumber: 41700, BeatsPerMinute: 99, TopSpeed: 5.7, Registered: `2017-05-31T02:56:58-03:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/na.png`, CountryName: `Namibia` }), + new AthletesDataItem({ Id: 265, Avatar: `https://static.infragistics.com/xplatform/images/people/women/47.jpg`, Position: `current`, Name: `Ilke Kisters`, AthleteNumber: 23817, BeatsPerMinute: 100, TopSpeed: 5.9, Registered: `2017-01-04T02:54:53-02:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ch.png`, CountryName: `Switzerland` }), + new AthletesDataItem({ Id: 265, Avatar: `https://static.infragistics.com/xplatform/images/people/women/9.jpg`, Position: `down`, Name: `Jenny Burke`, AthleteNumber: 15266, BeatsPerMinute: 99, TopSpeed: 5.4, Registered: `2017-09-11T12:20:19-03:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/my.png`, CountryName: `Malaysia` }), + new AthletesDataItem({ Id: 265, Avatar: `https://static.infragistics.com/xplatform/images/people/women/60.jpg`, Position: `down`, Name: `Keira Walker`, AthleteNumber: 34116, BeatsPerMinute: 94, TopSpeed: 4.8, Registered: `2017-01-09T05:46:07-02:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/al.png`, CountryName: `Albania` }), + new AthletesDataItem({ Id: 266, Avatar: `https://static.infragistics.com/xplatform/images/people/men/70.jpg`, Position: `down`, Name: `Moritz Braun`, AthleteNumber: 48081, BeatsPerMinute: 107, TopSpeed: 6, Registered: `2017-06-13T12:54:56-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ad.png`, CountryName: `Andorra` }), + new AthletesDataItem({ Id: 267, Avatar: `https://static.infragistics.com/xplatform/images/people/men/50.jpg`, Position: `current`, Name: `Villads Larsen`, AthleteNumber: 44677, BeatsPerMinute: 93, TopSpeed: 5.7, Registered: `2017-03-25T11:25:30-02:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/kw.png`, CountryName: `Kuwait` }), + new AthletesDataItem({ Id: 268, Avatar: `https://static.infragistics.com/xplatform/images/people/men/23.jpg`, Position: `up`, Name: `Sandro Carpentier`, AthleteNumber: 23503, BeatsPerMinute: 96, TopSpeed: 5.7, Registered: `2017-09-30T01:01:04-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/be.png`, CountryName: `Belgium` }), + new AthletesDataItem({ Id: 269, Avatar: `https://static.infragistics.com/xplatform/images/people/men/17.jpg`, Position: `current`, Name: `Emil Meißner`, AthleteNumber: 37183, BeatsPerMinute: 97, TopSpeed: 4, Registered: `2017-07-15T12:32:30-03:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/gm.png`, CountryName: `Gambia` }), + new AthletesDataItem({ Id: 270, Avatar: `https://static.infragistics.com/xplatform/images/people/women/14.jpg`, Position: `up`, Name: `Emily Olsen`, AthleteNumber: 13887, BeatsPerMinute: 110, TopSpeed: 4.8, Registered: `2017-10-03T08:01:40-03:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/cf.png`, CountryName: `Central African Republic` }), + new AthletesDataItem({ Id: 271, Avatar: `https://static.infragistics.com/xplatform/images/people/men/81.jpg`, Position: `down`, Name: `آراد جعفری`, AthleteNumber: 34962, BeatsPerMinute: 90, TopSpeed: 4.8, Registered: `2017-04-22T04:20:39-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/bi.png`, CountryName: `Burundi` }), + new AthletesDataItem({ Id: 271, Avatar: `https://static.infragistics.com/xplatform/images/people/men/74.jpg`, Position: `down`, Name: `Jimmie Mcguinness`, AthleteNumber: 20729, BeatsPerMinute: 90, TopSpeed: 4.6, Registered: `2017-10-07T06:08:00-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/bw.png`, CountryName: `Botswana` }), + new AthletesDataItem({ Id: 272, Avatar: `https://static.infragistics.com/xplatform/images/people/women/26.jpg`, Position: `down`, Name: `Sélène Roussel`, AthleteNumber: 11261, BeatsPerMinute: 99, TopSpeed: 5.8, Registered: `2017-05-10T02:18:02-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/sm.png`, CountryName: `San Marino` }), + new AthletesDataItem({ Id: 272, Avatar: `https://static.infragistics.com/xplatform/images/people/men/31.jpg`, Position: `up`, Name: `Aaron Robertson`, AthleteNumber: 30727, BeatsPerMinute: 95, TopSpeed: 4.2, Registered: `2017-08-23T09:37:40-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/id.png`, CountryName: `Indonesia` }), + new AthletesDataItem({ Id: 273, Avatar: `https://static.infragistics.com/xplatform/images/people/women/4.jpg`, Position: `up`, Name: `Afet Kumcuoğlu`, AthleteNumber: 33454, BeatsPerMinute: 106, TopSpeed: 5.1, Registered: `2017-09-16T07:05:43-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/nz.png`, CountryName: `New Zealand` }), + new AthletesDataItem({ Id: 273, Avatar: `https://static.infragistics.com/xplatform/images/people/women/33.jpg`, Position: `up`, Name: `Annabelle Besteman`, AthleteNumber: 30560, BeatsPerMinute: 105, TopSpeed: 5.3, Registered: `2017-11-11T02:04:19-02:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/kp.png`, CountryName: `North Korea` }), + new AthletesDataItem({ Id: 274, Avatar: `https://static.infragistics.com/xplatform/images/people/women/9.jpg`, Position: `up`, Name: `Minea Rantanen`, AthleteNumber: 18835, BeatsPerMinute: 105, TopSpeed: 5, Registered: `2017-01-24T07:30:43-02:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/jo.png`, CountryName: `Jordan` }), + new AthletesDataItem({ Id: 275, Avatar: `https://static.infragistics.com/xplatform/images/people/men/2.jpg`, Position: `up`, Name: `Fritz Sommer`, AthleteNumber: 26210, BeatsPerMinute: 99, TopSpeed: 4.6, Registered: `2017-09-29T03:54:57-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/lt.png`, CountryName: `Lithuania` }), + new AthletesDataItem({ Id: 275, Avatar: `https://static.infragistics.com/xplatform/images/people/men/88.jpg`, Position: `down`, Name: `Rafael Gutierrez`, AthleteNumber: 38804, BeatsPerMinute: 100, TopSpeed: 5.9, Registered: `2017-02-08T07:50:59-02:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/gn.png`, CountryName: `Guinea` }), + new AthletesDataItem({ Id: 275, Avatar: `https://static.infragistics.com/xplatform/images/people/women/69.jpg`, Position: `current`, Name: `Ellen Leppo`, AthleteNumber: 29286, BeatsPerMinute: 97, TopSpeed: 5.6, Registered: `2017-08-16T09:46:35-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/by.png`, CountryName: `Belarus` }), + new AthletesDataItem({ Id: 276, Avatar: `https://static.infragistics.com/xplatform/images/people/women/1.jpg`, Position: `current`, Name: `Encarnacion Martin`, AthleteNumber: 40912, BeatsPerMinute: 105, TopSpeed: 5.5, Registered: `2017-01-11T12:52:28-02:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/th.png`, CountryName: `Thailand` }), + new AthletesDataItem({ Id: 276, Avatar: `https://static.infragistics.com/xplatform/images/people/men/65.jpg`, Position: `current`, Name: `David Scott`, AthleteNumber: 46997, BeatsPerMinute: 101, TopSpeed: 4.4, Registered: `2017-07-25T09:23:24-03:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/pt.png`, CountryName: `Portugal` }), + new AthletesDataItem({ Id: 279, Avatar: `https://static.infragistics.com/xplatform/images/people/women/39.jpg`, Position: `current`, Name: `Ashley Romero`, AthleteNumber: 36611, BeatsPerMinute: 104, TopSpeed: 5.5, Registered: `2017-02-08T12:45:46-02:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/mn.png`, CountryName: `Mongolia` }), + new AthletesDataItem({ Id: 280, Avatar: `https://static.infragistics.com/xplatform/images/people/men/90.jpg`, Position: `down`, Name: `Cecil Nichols`, AthleteNumber: 20656, BeatsPerMinute: 100, TopSpeed: 5, Registered: `2017-04-24T01:20:34-03:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/rw.png`, CountryName: `RWANDA` }), + new AthletesDataItem({ Id: 282, Avatar: `https://static.infragistics.com/xplatform/images/people/men/55.jpg`, Position: `current`, Name: `Johann Fischer`, AthleteNumber: 37212, BeatsPerMinute: 98, TopSpeed: 5.8, Registered: `2017-09-01T04:39:52-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/br.png`, CountryName: `Brazil` }), + new AthletesDataItem({ Id: 283, Avatar: `https://static.infragistics.com/xplatform/images/people/men/10.jpg`, Position: `current`, Name: `سینا مرادی`, AthleteNumber: 10809, BeatsPerMinute: 105, TopSpeed: 5.3, Registered: `2017-04-05T05:27:13-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/bh.png`, CountryName: `Bahrain` }), + new AthletesDataItem({ Id: 284, Avatar: `https://static.infragistics.com/xplatform/images/people/men/12.jpg`, Position: `current`, Name: `Abel Brun`, AthleteNumber: 39315, BeatsPerMinute: 105, TopSpeed: 5.1, Registered: `2017-10-05T05:54:31-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/af.png`, CountryName: `Afghanistan` }), + new AthletesDataItem({ Id: 285, Avatar: `https://static.infragistics.com/xplatform/images/people/men/34.jpg`, Position: `current`, Name: `Jeffrey Medina`, AthleteNumber: 42905, BeatsPerMinute: 100, TopSpeed: 5.2, Registered: `2017-09-15T02:11:43-03:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/gr.png`, CountryName: `Greece` }), + new AthletesDataItem({ Id: 285, Avatar: `https://static.infragistics.com/xplatform/images/people/men/43.jpg`, Position: `down`, Name: `Niilo Laurila`, AthleteNumber: 49215, BeatsPerMinute: 104, TopSpeed: 4.5, Registered: `2017-04-26T01:26:36-03:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/et.png`, CountryName: `Ethiopia` }), + new AthletesDataItem({ Id: 286, Avatar: `https://static.infragistics.com/xplatform/images/people/women/45.jpg`, Position: `down`, Name: `Marisvalda Martins`, AthleteNumber: 33879, BeatsPerMinute: 107, TopSpeed: 5.4, Registered: `2017-01-31T12:07:48-02:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/es.png`, CountryName: `Spain` }), + new AthletesDataItem({ Id: 286, Avatar: `https://static.infragistics.com/xplatform/images/people/women/82.jpg`, Position: `current`, Name: `Eloida Novaes`, AthleteNumber: 30751, BeatsPerMinute: 107, TopSpeed: 4.2, Registered: `2017-01-02T01:04:04-02:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/cl.png`, CountryName: `Chile` }), + new AthletesDataItem({ Id: 287, Avatar: `https://static.infragistics.com/xplatform/images/people/women/72.jpg`, Position: `up`, Name: `Charlotte Dean`, AthleteNumber: 45969, BeatsPerMinute: 105, TopSpeed: 5, Registered: `2017-02-13T05:39:15-02:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/za.png`, CountryName: `South Africa` }), + new AthletesDataItem({ Id: 287, Avatar: `https://static.infragistics.com/xplatform/images/people/men/35.jpg`, Position: `current`, Name: `Loïc Gerard`, AthleteNumber: 31706, BeatsPerMinute: 102, TopSpeed: 4.4, Registered: `2017-07-28T09:10:43-03:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ie.png`, CountryName: `Ireland` }), + new AthletesDataItem({ Id: 292, Avatar: `https://static.infragistics.com/xplatform/images/people/women/4.jpg`, Position: `down`, Name: `Asta Hansen`, AthleteNumber: 17222, BeatsPerMinute: 101, TopSpeed: 4.3, Registered: `2017-01-08T02:41:56-02:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/kz.png`, CountryName: `Kazakhstan` }), + new AthletesDataItem({ Id: 293, Avatar: `https://static.infragistics.com/xplatform/images/people/women/21.jpg`, Position: `up`, Name: `Sara Hannula`, AthleteNumber: 22025, BeatsPerMinute: 102, TopSpeed: 4.2, Registered: `2017-10-09T11:32:13-03:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/tl.png`, CountryName: `Timor-Leste` }), + new AthletesDataItem({ Id: 293, Avatar: `https://static.infragistics.com/xplatform/images/people/women/90.jpg`, Position: `current`, Name: `Ana Bourgeois`, AthleteNumber: 24612, BeatsPerMinute: 110, TopSpeed: 6, Registered: `2017-11-02T02:17:43-02:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/sg.png`, CountryName: `Singapore` }), + new AthletesDataItem({ Id: 296, Avatar: `https://static.infragistics.com/xplatform/images/people/women/37.jpg`, Position: `up`, Name: `Thea Edwards`, AthleteNumber: 29141, BeatsPerMinute: 99, TopSpeed: 5.8, Registered: `2017-05-23T05:24:38-03:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/sl.png`, CountryName: `Sierra Leone` }), + new AthletesDataItem({ Id: 299, Avatar: `https://static.infragistics.com/xplatform/images/people/men/89.jpg`, Position: `down`, Name: `Victor Lévesque`, AthleteNumber: 48375, BeatsPerMinute: 110, TopSpeed: 5.7, Registered: `2017-11-10T11:31:44-02:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/mr.png`, CountryName: `Mauritania` }), + new AthletesDataItem({ Id: 301, Avatar: `https://static.infragistics.com/xplatform/images/people/men/65.jpg`, Position: `down`, Name: `Louis Stewart`, AthleteNumber: 48131, BeatsPerMinute: 103, TopSpeed: 5.7, Registered: `2017-02-26T07:28:02-02:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/hn.png`, CountryName: `Honduras` }), + new AthletesDataItem({ Id: 302, Avatar: `https://static.infragistics.com/xplatform/images/people/men/14.jpg`, Position: `up`, Name: `Bill Fox`, AthleteNumber: 18511, BeatsPerMinute: 91, TopSpeed: 5, Registered: `2017-10-24T08:25:40-03:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ir.png`, CountryName: `Iran, Islamic Republic Of` }), + new AthletesDataItem({ Id: 304, Avatar: `https://static.infragistics.com/xplatform/images/people/men/34.jpg`, Position: `down`, Name: `Mathys Martin`, AthleteNumber: 32928, BeatsPerMinute: 98, TopSpeed: 5.5, Registered: `2017-05-17T12:51:47-03:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/va.png`, CountryName: `Holy See (Vatican City State)` }), + new AthletesDataItem({ Id: 305, Avatar: `https://static.infragistics.com/xplatform/images/people/women/38.jpg`, Position: `current`, Name: `Gianne Godijn`, AthleteNumber: 45945, BeatsPerMinute: 96, TopSpeed: 4.5, Registered: `2017-03-22T03:23:12-02:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/it.png`, CountryName: `Italy` }), + new AthletesDataItem({ Id: 306, Avatar: `https://static.infragistics.com/xplatform/images/people/women/26.jpg`, Position: `up`, Name: `Mira Campos`, AthleteNumber: 39222, BeatsPerMinute: 95, TopSpeed: 5.9, Registered: `2017-01-11T01:41:31-02:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/am.png`, CountryName: `Armenia` }), + new AthletesDataItem({ Id: 308, Avatar: `https://static.infragistics.com/xplatform/images/people/women/15.jpg`, Position: `down`, Name: `Esther Kühn`, AthleteNumber: 24868, BeatsPerMinute: 92, TopSpeed: 5.5, Registered: `2017-05-14T12:30:08-03:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ru.png`, CountryName: `Russian Federation` }), + new AthletesDataItem({ Id: 308, Avatar: `https://static.infragistics.com/xplatform/images/people/men/14.jpg`, Position: `up`, Name: `Hans Möller`, AthleteNumber: 34122, BeatsPerMinute: 109, TopSpeed: 5.6, Registered: `2017-06-20T06:02:49-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/dj.png`, CountryName: `Djibouti` }), + new AthletesDataItem({ Id: 309, Avatar: `https://static.infragistics.com/xplatform/images/people/women/73.jpg`, Position: `current`, Name: `Alice Perry`, AthleteNumber: 23750, BeatsPerMinute: 104, TopSpeed: 5.3, Registered: `2017-03-31T07:15:46-03:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/lc.png`, CountryName: `Saint Lucia` }), + new AthletesDataItem({ Id: 310, Avatar: `https://static.infragistics.com/xplatform/images/people/men/92.jpg`, Position: `up`, Name: `Kaya Tekand`, AthleteNumber: 11028, BeatsPerMinute: 93, TopSpeed: 5.2, Registered: `2017-04-10T09:57:13-03:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/fj.png`, CountryName: `Fiji` }), + new AthletesDataItem({ Id: 311, Avatar: `https://static.infragistics.com/xplatform/images/people/women/92.jpg`, Position: `down`, Name: `Ilona Salonen`, AthleteNumber: 27068, BeatsPerMinute: 91, TopSpeed: 5.4, Registered: `2017-07-03T06:19:47-03:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/bo.png`, CountryName: `Bolivia` }), ]; super(...newItems.slice(0)); } diff --git a/samples/grids/grid/column-resizing/src/CustomersData.ts b/samples/grids/grid/column-resizing/src/CustomersData.ts index 8f4140d2b9..f9aa8c0893 100644 --- a/samples/grids/grid/column-resizing/src/CustomersData.ts +++ b/samples/grids/grid/column-resizing/src/CustomersData.ts @@ -22,384 +22,33 @@ export class CustomersData extends Array { super(...items); } else { const newItems = [ - new CustomersDataItem( - { - ID: `ALFKI`, - Company: `Alfreds Futterkiste`, - ContactName: `Maria Anders`, - ContactTitle: `Sales Representative`, - Address: `Obere Str. 57`, - City: `Berlin`, - Region: `East`, - PostalCode: 12209, - Country: `Germany`, - Phone: `030-0074321`, - Fax: `030-0076545` - }), - new CustomersDataItem( - { - ID: `ANATR`, - Company: `Ana Trujillo Emparedados y helados`, - ContactName: `Ana Trujillo`, - ContactTitle: `Owner`, - Address: `Avda. de la Constitución 2222`, - City: `México D.F.`, - Region: `South`, - PostalCode: 5021, - Country: `Mexico`, - Phone: `(5) 555-4729`, - Fax: `(5) 555-3745` - }), - new CustomersDataItem( - { - ID: `ANTON`, - Company: `Antonio Moreno Taquería`, - ContactName: `Antonio Moreno`, - ContactTitle: `Owner`, - Address: `Mataderos 2312`, - City: `México D.F.`, - Region: `South`, - PostalCode: 5023, - Country: `Mexico`, - Phone: `(5) 555-3932`, - Fax: `(5) 555-3745` - }), - new CustomersDataItem( - { - ID: `AROUT`, - Company: `Around the Horn`, - ContactName: `Thomas Hardy`, - ContactTitle: `Sales Representative`, - Address: `120 Hanover Sq.`, - City: `London`, - Region: `East`, - PostalCode: 22000, - Country: `UK`, - Phone: `(171) 555-7788`, - Fax: `(171) 555-6750` - }), - new CustomersDataItem( - { - ID: `BERGS`, - Company: `Berglunds snabbköp`, - ContactName: `Christina Berglund`, - ContactTitle: `Order Administrator`, - Address: `Berguvsvägen 8`, - City: `Luleå`, - Region: `South`, - PostalCode: 17000, - Country: `Sweden`, - Phone: `0921-12 34 65`, - Fax: `0921-12 34 67` - }), - new CustomersDataItem( - { - ID: `BLAUS`, - Company: `Blauer See Delikatessen`, - ContactName: `Hanna Moos`, - ContactTitle: `Sales Representative`, - Address: `Forsterstr. 57`, - City: `Mannheim`, - Region: `East`, - PostalCode: 68306, - Country: `Germany`, - Phone: `0621-08460`, - Fax: `0621-08924` - }), - new CustomersDataItem( - { - ID: `BLONP`, - Company: `Blondesddsl père et fils`, - ContactName: `Frédérique Citeaux`, - ContactTitle: `Marketing Manager`, - Address: `24, place Kléber`, - City: `Strasbourg`, - Region: `East`, - PostalCode: 67000, - Country: `France`, - Phone: `88.60.15.31`, - Fax: `88.60.15.32` - }), - new CustomersDataItem( - { - ID: `BOLID`, - Company: `Bólido Comidas preparadas`, - ContactName: `Martín Sommer`, - ContactTitle: `Owner`, - Address: `C/ Araquil, 67`, - City: `Madrid`, - Region: `East`, - PostalCode: 28023, - Country: `Spain`, - Phone: `(91) 555 22 82`, - Fax: `(91) 555 91 99` - }), - new CustomersDataItem( - { - ID: `BONAP`, - Company: `Bon app'`, - ContactName: `Laurence Lebihan`, - ContactTitle: `Owner`, - Address: `12, rue des Bouchers`, - City: `Marseille`, - Region: `West`, - PostalCode: 13008, - Country: `France`, - Phone: `91.24.45.40`, - Fax: `91.24.45.41` - }), - new CustomersDataItem( - { - ID: `BOTTM`, - Company: `Bottom-Dollar Markets`, - ContactName: `Elizabeth Lincoln`, - ContactTitle: `Accounting Manager`, - Address: `23 Tsawassen Blvd.`, - City: `Tsawassen`, - Region: `BC`, - PostalCode: 28000, - Country: `Canada`, - Phone: `(604) 555-4729`, - Fax: `(604) 555-3745` - }), - new CustomersDataItem( - { - ID: `BSBEV`, - Company: `B's Beverages`, - ContactName: `Victoria Ashworth`, - ContactTitle: `Sales Representative`, - Address: `Fauntleroy Circus`, - City: `London`, - Region: `South`, - PostalCode: 10000, - Country: `UK`, - Phone: `(171) 555-1212`, - Fax: `(5) 555-3745` - }), - new CustomersDataItem( - { - ID: `CACTU`, - Company: `Cactus Comidas para llevar`, - ContactName: `Patricio Simpson`, - ContactTitle: `Sales Agent`, - Address: `Cerrito 333`, - City: `Buenos Aires`, - Region: `East`, - PostalCode: 1010, - Country: `Argentina`, - Phone: `(1) 135-5555`, - Fax: `(1) 135-4892` - }), - new CustomersDataItem( - { - ID: `CENTC`, - Company: `Centro comercial Moctezuma`, - ContactName: `Francisco Chang`, - ContactTitle: `Marketing Manager`, - Address: `Sierras de Granada 9993`, - City: `México D.F.`, - Region: `South`, - PostalCode: 5022, - Country: `Mexico`, - Phone: `(5) 555-3392`, - Fax: `(5) 555-7293` - }), - new CustomersDataItem( - { - ID: `CHOPS`, - Company: `Chop-suey Chinese`, - ContactName: `Yang Wang`, - ContactTitle: `Owner`, - Address: `Hauptstr. 29`, - City: `Bern`, - Region: `East`, - PostalCode: 3012, - Country: `Switzerland`, - Phone: `0452-076545`, - Fax: `(5) 555-3745` - }), - new CustomersDataItem( - { - ID: `COMMI`, - Company: `Comércio Mineiro`, - ContactName: `Pedro Afonso`, - ContactTitle: `Sales Associate`, - Address: `Av. dos Lusíadas, 23`, - City: `Sao Paulo`, - Region: `SP`, - PostalCode: 34000, - Country: `Brazil`, - Phone: `(11) 555-7647`, - Fax: `(5) 555-3745` - }), - new CustomersDataItem( - { - ID: `CONSH`, - Company: `Consolidated Holdings`, - ContactName: `Elizabeth Brown`, - ContactTitle: `Sales Representative`, - Address: `Berkeley Gardens 12 Brewery`, - City: `London`, - Region: `South`, - PostalCode: 27000, - Country: `UK`, - Phone: `(171) 555-2282`, - Fax: `(171) 555-9199` - }), - new CustomersDataItem( - { - ID: `DRACD`, - Company: `Drachenblut Delikatessen`, - ContactName: `Sven Ottlieb`, - ContactTitle: `Order Administrator`, - Address: `Walserweg 21`, - City: `Aachen`, - Region: `South`, - PostalCode: 52066, - Country: `Germany`, - Phone: `0241-039123`, - Fax: `0241-059428` - }), - new CustomersDataItem( - { - ID: `DUMON`, - Company: `Du monde entier`, - ContactName: `Janine Labrune`, - ContactTitle: `Owner`, - Address: `67, rue des Cinquante Otages`, - City: `Nantes`, - Region: `East`, - PostalCode: 44000, - Country: `France`, - Phone: `40.67.88.88`, - Fax: `40.67.89.89` - }), - new CustomersDataItem( - { - ID: `EASTC`, - Company: `Eastern Connection`, - ContactName: `Ann Devon`, - ContactTitle: `Sales Agent`, - Address: `35 King George`, - City: `London`, - Region: `East`, - PostalCode: 41000, - Country: `UK`, - Phone: `(171) 555-0297`, - Fax: `(171) 555-3373` - }), - new CustomersDataItem( - { - ID: `ERNSH`, - Company: `Ernst Handel`, - ContactName: `Roland Mendel`, - ContactTitle: `Sales Manager`, - Address: `Kirchgasse 6`, - City: `Graz`, - Region: `South`, - PostalCode: 8010, - Country: `Austria`, - Phone: `7675-3425`, - Fax: `7675-3426` - }), - new CustomersDataItem( - { - ID: `FAMIA`, - Company: `Familia Arquibaldo`, - ContactName: `Aria Cruz`, - ContactTitle: `Marketing Assistant`, - Address: `Rua Orós, 92`, - City: `Sao Paulo`, - Region: `SP`, - PostalCode: 27000, - Country: `Brazil`, - Phone: `(11) 555-9857`, - Fax: `(5) 555-3745` - }), - new CustomersDataItem( - { - ID: `FISSA`, - Company: `FISSA Fabrica Inter. Salchichas S.A.`, - ContactName: `Diego Roel`, - ContactTitle: `Accounting Manager`, - Address: `C/ Moralzarzal, 86`, - City: `Madrid`, - Region: `East`, - PostalCode: 28034, - Country: `Spain`, - Phone: `(91) 555 94 44`, - Fax: `(91) 555 55 93` - }), - new CustomersDataItem( - { - ID: `FOLIG`, - Company: `Folies gourmandes`, - ContactName: `Martine Rancé`, - ContactTitle: `Assistant Sales Agent`, - Address: `184, chaussée de Tournai`, - City: `Lille`, - Region: `South`, - PostalCode: 59000, - Country: `France`, - Phone: `20.16.10.16`, - Fax: `20.16.10.17` - }), - new CustomersDataItem( - { - ID: `FOLKO`, - Company: `Folk och fä HB`, - ContactName: `Maria Larsson`, - ContactTitle: `Owner`, - Address: `Åkergatan 24`, - City: `Bräcke`, - Region: `East`, - PostalCode: 36000, - Country: `Sweden`, - Phone: `0695-34 67 21`, - Fax: `0695 33-4455` - }), - new CustomersDataItem( - { - ID: `FRANK`, - Company: `Frankenversand`, - ContactName: `Peter Franken`, - ContactTitle: `Marketing Manager`, - Address: `Berliner Platz 43`, - City: `München`, - Region: `East`, - PostalCode: 80805, - Country: `Germany`, - Phone: `089-0877310`, - Fax: `089-0877451` - }), - new CustomersDataItem( - { - ID: `FRANR`, - Company: `France restauration`, - ContactName: `Carine Schmitt`, - ContactTitle: `Marketing Manager`, - Address: `54, rue Royale`, - City: `Nantes`, - Region: `South`, - PostalCode: 44000, - Country: `France`, - Phone: `40.32.21.21`, - Fax: `40.32.21.20` - }), - new CustomersDataItem( - { - ID: `FRANS`, - Company: `Franchi S.p.A.`, - ContactName: `Paolo Accorti`, - ContactTitle: `Sales Representative`, - Address: `Via Monte Bianco 34`, - City: `Torino`, - Region: `East`, - PostalCode: 10100, - Country: `Italy`, - Phone: `011-4988260`, - Fax: `011-4988261` - }), + new CustomersDataItem({ ID: `ALFKI`, Company: `Alfreds Futterkiste`, ContactName: `Maria Anders`, ContactTitle: `Sales Representative`, Address: `Obere Str. 57`, City: `Berlin`, Region: `East`, PostalCode: 12209, Country: `Germany`, Phone: `030-0074321`, Fax: `030-0076545` }), + new CustomersDataItem({ ID: `ANATR`, Company: `Ana Trujillo Emparedados y helados`, ContactName: `Ana Trujillo`, ContactTitle: `Owner`, Address: `Avda. de la Constitución 2222`, City: `México D.F.`, Region: `South`, PostalCode: 5021, Country: `Mexico`, Phone: `(5) 555-4729`, Fax: `(5) 555-3745` }), + new CustomersDataItem({ ID: `ANTON`, Company: `Antonio Moreno Taquería`, ContactName: `Antonio Moreno`, ContactTitle: `Owner`, Address: `Mataderos 2312`, City: `México D.F.`, Region: `South`, PostalCode: 5023, Country: `Mexico`, Phone: `(5) 555-3932`, Fax: `(5) 555-3745` }), + new CustomersDataItem({ ID: `AROUT`, Company: `Around the Horn`, ContactName: `Thomas Hardy`, ContactTitle: `Sales Representative`, Address: `120 Hanover Sq.`, City: `London`, Region: `East`, PostalCode: 22000, Country: `UK`, Phone: `(171) 555-7788`, Fax: `(171) 555-6750` }), + new CustomersDataItem({ ID: `BERGS`, Company: `Berglunds snabbköp`, ContactName: `Christina Berglund`, ContactTitle: `Order Administrator`, Address: `Berguvsvägen 8`, City: `Luleå`, Region: `South`, PostalCode: 17000, Country: `Sweden`, Phone: `0921-12 34 65`, Fax: `0921-12 34 67` }), + new CustomersDataItem({ ID: `BLAUS`, Company: `Blauer See Delikatessen`, ContactName: `Hanna Moos`, ContactTitle: `Sales Representative`, Address: `Forsterstr. 57`, City: `Mannheim`, Region: `East`, PostalCode: 68306, Country: `Germany`, Phone: `0621-08460`, Fax: `0621-08924` }), + new CustomersDataItem({ ID: `BLONP`, Company: `Blondesddsl père et fils`, ContactName: `Frédérique Citeaux`, ContactTitle: `Marketing Manager`, Address: `24, place Kléber`, City: `Strasbourg`, Region: `East`, PostalCode: 67000, Country: `France`, Phone: `88.60.15.31`, Fax: `88.60.15.32` }), + new CustomersDataItem({ ID: `BOLID`, Company: `Bólido Comidas preparadas`, ContactName: `Martín Sommer`, ContactTitle: `Owner`, Address: `C/ Araquil, 67`, City: `Madrid`, Region: `East`, PostalCode: 28023, Country: `Spain`, Phone: `(91) 555 22 82`, Fax: `(91) 555 91 99` }), + new CustomersDataItem({ ID: `BONAP`, Company: `Bon app'`, ContactName: `Laurence Lebihan`, ContactTitle: `Owner`, Address: `12, rue des Bouchers`, City: `Marseille`, Region: `West`, PostalCode: 13008, Country: `France`, Phone: `91.24.45.40`, Fax: `91.24.45.41` }), + new CustomersDataItem({ ID: `BOTTM`, Company: `Bottom-Dollar Markets`, ContactName: `Elizabeth Lincoln`, ContactTitle: `Accounting Manager`, Address: `23 Tsawassen Blvd.`, City: `Tsawassen`, Region: `BC`, PostalCode: 28000, Country: `Canada`, Phone: `(604) 555-4729`, Fax: `(604) 555-3745` }), + new CustomersDataItem({ ID: `BSBEV`, Company: `B's Beverages`, ContactName: `Victoria Ashworth`, ContactTitle: `Sales Representative`, Address: `Fauntleroy Circus`, City: `London`, Region: `South`, PostalCode: 10000, Country: `UK`, Phone: `(171) 555-1212`, Fax: `(5) 555-3745` }), + new CustomersDataItem({ ID: `CACTU`, Company: `Cactus Comidas para llevar`, ContactName: `Patricio Simpson`, ContactTitle: `Sales Agent`, Address: `Cerrito 333`, City: `Buenos Aires`, Region: `East`, PostalCode: 1010, Country: `Argentina`, Phone: `(1) 135-5555`, Fax: `(1) 135-4892` }), + new CustomersDataItem({ ID: `CENTC`, Company: `Centro comercial Moctezuma`, ContactName: `Francisco Chang`, ContactTitle: `Marketing Manager`, Address: `Sierras de Granada 9993`, City: `México D.F.`, Region: `South`, PostalCode: 5022, Country: `Mexico`, Phone: `(5) 555-3392`, Fax: `(5) 555-7293` }), + new CustomersDataItem({ ID: `CHOPS`, Company: `Chop-suey Chinese`, ContactName: `Yang Wang`, ContactTitle: `Owner`, Address: `Hauptstr. 29`, City: `Bern`, Region: `East`, PostalCode: 3012, Country: `Switzerland`, Phone: `0452-076545`, Fax: `(5) 555-3745` }), + new CustomersDataItem({ ID: `COMMI`, Company: `Comércio Mineiro`, ContactName: `Pedro Afonso`, ContactTitle: `Sales Associate`, Address: `Av. dos Lusíadas, 23`, City: `Sao Paulo`, Region: `SP`, PostalCode: 34000, Country: `Brazil`, Phone: `(11) 555-7647`, Fax: `(5) 555-3745` }), + new CustomersDataItem({ ID: `CONSH`, Company: `Consolidated Holdings`, ContactName: `Elizabeth Brown`, ContactTitle: `Sales Representative`, Address: `Berkeley Gardens 12 Brewery`, City: `London`, Region: `South`, PostalCode: 27000, Country: `UK`, Phone: `(171) 555-2282`, Fax: `(171) 555-9199` }), + new CustomersDataItem({ ID: `DRACD`, Company: `Drachenblut Delikatessen`, ContactName: `Sven Ottlieb`, ContactTitle: `Order Administrator`, Address: `Walserweg 21`, City: `Aachen`, Region: `South`, PostalCode: 52066, Country: `Germany`, Phone: `0241-039123`, Fax: `0241-059428` }), + new CustomersDataItem({ ID: `DUMON`, Company: `Du monde entier`, ContactName: `Janine Labrune`, ContactTitle: `Owner`, Address: `67, rue des Cinquante Otages`, City: `Nantes`, Region: `East`, PostalCode: 44000, Country: `France`, Phone: `40.67.88.88`, Fax: `40.67.89.89` }), + new CustomersDataItem({ ID: `EASTC`, Company: `Eastern Connection`, ContactName: `Ann Devon`, ContactTitle: `Sales Agent`, Address: `35 King George`, City: `London`, Region: `East`, PostalCode: 41000, Country: `UK`, Phone: `(171) 555-0297`, Fax: `(171) 555-3373` }), + new CustomersDataItem({ ID: `ERNSH`, Company: `Ernst Handel`, ContactName: `Roland Mendel`, ContactTitle: `Sales Manager`, Address: `Kirchgasse 6`, City: `Graz`, Region: `South`, PostalCode: 8010, Country: `Austria`, Phone: `7675-3425`, Fax: `7675-3426` }), + new CustomersDataItem({ ID: `FAMIA`, Company: `Familia Arquibaldo`, ContactName: `Aria Cruz`, ContactTitle: `Marketing Assistant`, Address: `Rua Orós, 92`, City: `Sao Paulo`, Region: `SP`, PostalCode: 27000, Country: `Brazil`, Phone: `(11) 555-9857`, Fax: `(5) 555-3745` }), + new CustomersDataItem({ ID: `FISSA`, Company: `FISSA Fabrica Inter. Salchichas S.A.`, ContactName: `Diego Roel`, ContactTitle: `Accounting Manager`, Address: `C/ Moralzarzal, 86`, City: `Madrid`, Region: `East`, PostalCode: 28034, Country: `Spain`, Phone: `(91) 555 94 44`, Fax: `(91) 555 55 93` }), + new CustomersDataItem({ ID: `FOLIG`, Company: `Folies gourmandes`, ContactName: `Martine Rancé`, ContactTitle: `Assistant Sales Agent`, Address: `184, chaussée de Tournai`, City: `Lille`, Region: `South`, PostalCode: 59000, Country: `France`, Phone: `20.16.10.16`, Fax: `20.16.10.17` }), + new CustomersDataItem({ ID: `FOLKO`, Company: `Folk och fä HB`, ContactName: `Maria Larsson`, ContactTitle: `Owner`, Address: `Åkergatan 24`, City: `Bräcke`, Region: `East`, PostalCode: 36000, Country: `Sweden`, Phone: `0695-34 67 21`, Fax: `0695 33-4455` }), + new CustomersDataItem({ ID: `FRANK`, Company: `Frankenversand`, ContactName: `Peter Franken`, ContactTitle: `Marketing Manager`, Address: `Berliner Platz 43`, City: `München`, Region: `East`, PostalCode: 80805, Country: `Germany`, Phone: `089-0877310`, Fax: `089-0877451` }), + new CustomersDataItem({ ID: `FRANR`, Company: `France restauration`, ContactName: `Carine Schmitt`, ContactTitle: `Marketing Manager`, Address: `54, rue Royale`, City: `Nantes`, Region: `South`, PostalCode: 44000, Country: `France`, Phone: `40.32.21.21`, Fax: `40.32.21.20` }), + new CustomersDataItem({ ID: `FRANS`, Company: `Franchi S.p.A.`, ContactName: `Paolo Accorti`, ContactTitle: `Sales Representative`, Address: `Via Monte Bianco 34`, City: `Torino`, Region: `East`, PostalCode: 10100, Country: `Italy`, Phone: `011-4988260`, Fax: `011-4988261` }), ]; super(...newItems.slice(0)); } diff --git a/samples/grids/grid/column-selection-group/src/CustomersData.ts b/samples/grids/grid/column-selection-group/src/CustomersData.ts index 8f4140d2b9..f9aa8c0893 100644 --- a/samples/grids/grid/column-selection-group/src/CustomersData.ts +++ b/samples/grids/grid/column-selection-group/src/CustomersData.ts @@ -22,384 +22,33 @@ export class CustomersData extends Array { super(...items); } else { const newItems = [ - new CustomersDataItem( - { - ID: `ALFKI`, - Company: `Alfreds Futterkiste`, - ContactName: `Maria Anders`, - ContactTitle: `Sales Representative`, - Address: `Obere Str. 57`, - City: `Berlin`, - Region: `East`, - PostalCode: 12209, - Country: `Germany`, - Phone: `030-0074321`, - Fax: `030-0076545` - }), - new CustomersDataItem( - { - ID: `ANATR`, - Company: `Ana Trujillo Emparedados y helados`, - ContactName: `Ana Trujillo`, - ContactTitle: `Owner`, - Address: `Avda. de la Constitución 2222`, - City: `México D.F.`, - Region: `South`, - PostalCode: 5021, - Country: `Mexico`, - Phone: `(5) 555-4729`, - Fax: `(5) 555-3745` - }), - new CustomersDataItem( - { - ID: `ANTON`, - Company: `Antonio Moreno Taquería`, - ContactName: `Antonio Moreno`, - ContactTitle: `Owner`, - Address: `Mataderos 2312`, - City: `México D.F.`, - Region: `South`, - PostalCode: 5023, - Country: `Mexico`, - Phone: `(5) 555-3932`, - Fax: `(5) 555-3745` - }), - new CustomersDataItem( - { - ID: `AROUT`, - Company: `Around the Horn`, - ContactName: `Thomas Hardy`, - ContactTitle: `Sales Representative`, - Address: `120 Hanover Sq.`, - City: `London`, - Region: `East`, - PostalCode: 22000, - Country: `UK`, - Phone: `(171) 555-7788`, - Fax: `(171) 555-6750` - }), - new CustomersDataItem( - { - ID: `BERGS`, - Company: `Berglunds snabbköp`, - ContactName: `Christina Berglund`, - ContactTitle: `Order Administrator`, - Address: `Berguvsvägen 8`, - City: `Luleå`, - Region: `South`, - PostalCode: 17000, - Country: `Sweden`, - Phone: `0921-12 34 65`, - Fax: `0921-12 34 67` - }), - new CustomersDataItem( - { - ID: `BLAUS`, - Company: `Blauer See Delikatessen`, - ContactName: `Hanna Moos`, - ContactTitle: `Sales Representative`, - Address: `Forsterstr. 57`, - City: `Mannheim`, - Region: `East`, - PostalCode: 68306, - Country: `Germany`, - Phone: `0621-08460`, - Fax: `0621-08924` - }), - new CustomersDataItem( - { - ID: `BLONP`, - Company: `Blondesddsl père et fils`, - ContactName: `Frédérique Citeaux`, - ContactTitle: `Marketing Manager`, - Address: `24, place Kléber`, - City: `Strasbourg`, - Region: `East`, - PostalCode: 67000, - Country: `France`, - Phone: `88.60.15.31`, - Fax: `88.60.15.32` - }), - new CustomersDataItem( - { - ID: `BOLID`, - Company: `Bólido Comidas preparadas`, - ContactName: `Martín Sommer`, - ContactTitle: `Owner`, - Address: `C/ Araquil, 67`, - City: `Madrid`, - Region: `East`, - PostalCode: 28023, - Country: `Spain`, - Phone: `(91) 555 22 82`, - Fax: `(91) 555 91 99` - }), - new CustomersDataItem( - { - ID: `BONAP`, - Company: `Bon app'`, - ContactName: `Laurence Lebihan`, - ContactTitle: `Owner`, - Address: `12, rue des Bouchers`, - City: `Marseille`, - Region: `West`, - PostalCode: 13008, - Country: `France`, - Phone: `91.24.45.40`, - Fax: `91.24.45.41` - }), - new CustomersDataItem( - { - ID: `BOTTM`, - Company: `Bottom-Dollar Markets`, - ContactName: `Elizabeth Lincoln`, - ContactTitle: `Accounting Manager`, - Address: `23 Tsawassen Blvd.`, - City: `Tsawassen`, - Region: `BC`, - PostalCode: 28000, - Country: `Canada`, - Phone: `(604) 555-4729`, - Fax: `(604) 555-3745` - }), - new CustomersDataItem( - { - ID: `BSBEV`, - Company: `B's Beverages`, - ContactName: `Victoria Ashworth`, - ContactTitle: `Sales Representative`, - Address: `Fauntleroy Circus`, - City: `London`, - Region: `South`, - PostalCode: 10000, - Country: `UK`, - Phone: `(171) 555-1212`, - Fax: `(5) 555-3745` - }), - new CustomersDataItem( - { - ID: `CACTU`, - Company: `Cactus Comidas para llevar`, - ContactName: `Patricio Simpson`, - ContactTitle: `Sales Agent`, - Address: `Cerrito 333`, - City: `Buenos Aires`, - Region: `East`, - PostalCode: 1010, - Country: `Argentina`, - Phone: `(1) 135-5555`, - Fax: `(1) 135-4892` - }), - new CustomersDataItem( - { - ID: `CENTC`, - Company: `Centro comercial Moctezuma`, - ContactName: `Francisco Chang`, - ContactTitle: `Marketing Manager`, - Address: `Sierras de Granada 9993`, - City: `México D.F.`, - Region: `South`, - PostalCode: 5022, - Country: `Mexico`, - Phone: `(5) 555-3392`, - Fax: `(5) 555-7293` - }), - new CustomersDataItem( - { - ID: `CHOPS`, - Company: `Chop-suey Chinese`, - ContactName: `Yang Wang`, - ContactTitle: `Owner`, - Address: `Hauptstr. 29`, - City: `Bern`, - Region: `East`, - PostalCode: 3012, - Country: `Switzerland`, - Phone: `0452-076545`, - Fax: `(5) 555-3745` - }), - new CustomersDataItem( - { - ID: `COMMI`, - Company: `Comércio Mineiro`, - ContactName: `Pedro Afonso`, - ContactTitle: `Sales Associate`, - Address: `Av. dos Lusíadas, 23`, - City: `Sao Paulo`, - Region: `SP`, - PostalCode: 34000, - Country: `Brazil`, - Phone: `(11) 555-7647`, - Fax: `(5) 555-3745` - }), - new CustomersDataItem( - { - ID: `CONSH`, - Company: `Consolidated Holdings`, - ContactName: `Elizabeth Brown`, - ContactTitle: `Sales Representative`, - Address: `Berkeley Gardens 12 Brewery`, - City: `London`, - Region: `South`, - PostalCode: 27000, - Country: `UK`, - Phone: `(171) 555-2282`, - Fax: `(171) 555-9199` - }), - new CustomersDataItem( - { - ID: `DRACD`, - Company: `Drachenblut Delikatessen`, - ContactName: `Sven Ottlieb`, - ContactTitle: `Order Administrator`, - Address: `Walserweg 21`, - City: `Aachen`, - Region: `South`, - PostalCode: 52066, - Country: `Germany`, - Phone: `0241-039123`, - Fax: `0241-059428` - }), - new CustomersDataItem( - { - ID: `DUMON`, - Company: `Du monde entier`, - ContactName: `Janine Labrune`, - ContactTitle: `Owner`, - Address: `67, rue des Cinquante Otages`, - City: `Nantes`, - Region: `East`, - PostalCode: 44000, - Country: `France`, - Phone: `40.67.88.88`, - Fax: `40.67.89.89` - }), - new CustomersDataItem( - { - ID: `EASTC`, - Company: `Eastern Connection`, - ContactName: `Ann Devon`, - ContactTitle: `Sales Agent`, - Address: `35 King George`, - City: `London`, - Region: `East`, - PostalCode: 41000, - Country: `UK`, - Phone: `(171) 555-0297`, - Fax: `(171) 555-3373` - }), - new CustomersDataItem( - { - ID: `ERNSH`, - Company: `Ernst Handel`, - ContactName: `Roland Mendel`, - ContactTitle: `Sales Manager`, - Address: `Kirchgasse 6`, - City: `Graz`, - Region: `South`, - PostalCode: 8010, - Country: `Austria`, - Phone: `7675-3425`, - Fax: `7675-3426` - }), - new CustomersDataItem( - { - ID: `FAMIA`, - Company: `Familia Arquibaldo`, - ContactName: `Aria Cruz`, - ContactTitle: `Marketing Assistant`, - Address: `Rua Orós, 92`, - City: `Sao Paulo`, - Region: `SP`, - PostalCode: 27000, - Country: `Brazil`, - Phone: `(11) 555-9857`, - Fax: `(5) 555-3745` - }), - new CustomersDataItem( - { - ID: `FISSA`, - Company: `FISSA Fabrica Inter. Salchichas S.A.`, - ContactName: `Diego Roel`, - ContactTitle: `Accounting Manager`, - Address: `C/ Moralzarzal, 86`, - City: `Madrid`, - Region: `East`, - PostalCode: 28034, - Country: `Spain`, - Phone: `(91) 555 94 44`, - Fax: `(91) 555 55 93` - }), - new CustomersDataItem( - { - ID: `FOLIG`, - Company: `Folies gourmandes`, - ContactName: `Martine Rancé`, - ContactTitle: `Assistant Sales Agent`, - Address: `184, chaussée de Tournai`, - City: `Lille`, - Region: `South`, - PostalCode: 59000, - Country: `France`, - Phone: `20.16.10.16`, - Fax: `20.16.10.17` - }), - new CustomersDataItem( - { - ID: `FOLKO`, - Company: `Folk och fä HB`, - ContactName: `Maria Larsson`, - ContactTitle: `Owner`, - Address: `Åkergatan 24`, - City: `Bräcke`, - Region: `East`, - PostalCode: 36000, - Country: `Sweden`, - Phone: `0695-34 67 21`, - Fax: `0695 33-4455` - }), - new CustomersDataItem( - { - ID: `FRANK`, - Company: `Frankenversand`, - ContactName: `Peter Franken`, - ContactTitle: `Marketing Manager`, - Address: `Berliner Platz 43`, - City: `München`, - Region: `East`, - PostalCode: 80805, - Country: `Germany`, - Phone: `089-0877310`, - Fax: `089-0877451` - }), - new CustomersDataItem( - { - ID: `FRANR`, - Company: `France restauration`, - ContactName: `Carine Schmitt`, - ContactTitle: `Marketing Manager`, - Address: `54, rue Royale`, - City: `Nantes`, - Region: `South`, - PostalCode: 44000, - Country: `France`, - Phone: `40.32.21.21`, - Fax: `40.32.21.20` - }), - new CustomersDataItem( - { - ID: `FRANS`, - Company: `Franchi S.p.A.`, - ContactName: `Paolo Accorti`, - ContactTitle: `Sales Representative`, - Address: `Via Monte Bianco 34`, - City: `Torino`, - Region: `East`, - PostalCode: 10100, - Country: `Italy`, - Phone: `011-4988260`, - Fax: `011-4988261` - }), + new CustomersDataItem({ ID: `ALFKI`, Company: `Alfreds Futterkiste`, ContactName: `Maria Anders`, ContactTitle: `Sales Representative`, Address: `Obere Str. 57`, City: `Berlin`, Region: `East`, PostalCode: 12209, Country: `Germany`, Phone: `030-0074321`, Fax: `030-0076545` }), + new CustomersDataItem({ ID: `ANATR`, Company: `Ana Trujillo Emparedados y helados`, ContactName: `Ana Trujillo`, ContactTitle: `Owner`, Address: `Avda. de la Constitución 2222`, City: `México D.F.`, Region: `South`, PostalCode: 5021, Country: `Mexico`, Phone: `(5) 555-4729`, Fax: `(5) 555-3745` }), + new CustomersDataItem({ ID: `ANTON`, Company: `Antonio Moreno Taquería`, ContactName: `Antonio Moreno`, ContactTitle: `Owner`, Address: `Mataderos 2312`, City: `México D.F.`, Region: `South`, PostalCode: 5023, Country: `Mexico`, Phone: `(5) 555-3932`, Fax: `(5) 555-3745` }), + new CustomersDataItem({ ID: `AROUT`, Company: `Around the Horn`, ContactName: `Thomas Hardy`, ContactTitle: `Sales Representative`, Address: `120 Hanover Sq.`, City: `London`, Region: `East`, PostalCode: 22000, Country: `UK`, Phone: `(171) 555-7788`, Fax: `(171) 555-6750` }), + new CustomersDataItem({ ID: `BERGS`, Company: `Berglunds snabbköp`, ContactName: `Christina Berglund`, ContactTitle: `Order Administrator`, Address: `Berguvsvägen 8`, City: `Luleå`, Region: `South`, PostalCode: 17000, Country: `Sweden`, Phone: `0921-12 34 65`, Fax: `0921-12 34 67` }), + new CustomersDataItem({ ID: `BLAUS`, Company: `Blauer See Delikatessen`, ContactName: `Hanna Moos`, ContactTitle: `Sales Representative`, Address: `Forsterstr. 57`, City: `Mannheim`, Region: `East`, PostalCode: 68306, Country: `Germany`, Phone: `0621-08460`, Fax: `0621-08924` }), + new CustomersDataItem({ ID: `BLONP`, Company: `Blondesddsl père et fils`, ContactName: `Frédérique Citeaux`, ContactTitle: `Marketing Manager`, Address: `24, place Kléber`, City: `Strasbourg`, Region: `East`, PostalCode: 67000, Country: `France`, Phone: `88.60.15.31`, Fax: `88.60.15.32` }), + new CustomersDataItem({ ID: `BOLID`, Company: `Bólido Comidas preparadas`, ContactName: `Martín Sommer`, ContactTitle: `Owner`, Address: `C/ Araquil, 67`, City: `Madrid`, Region: `East`, PostalCode: 28023, Country: `Spain`, Phone: `(91) 555 22 82`, Fax: `(91) 555 91 99` }), + new CustomersDataItem({ ID: `BONAP`, Company: `Bon app'`, ContactName: `Laurence Lebihan`, ContactTitle: `Owner`, Address: `12, rue des Bouchers`, City: `Marseille`, Region: `West`, PostalCode: 13008, Country: `France`, Phone: `91.24.45.40`, Fax: `91.24.45.41` }), + new CustomersDataItem({ ID: `BOTTM`, Company: `Bottom-Dollar Markets`, ContactName: `Elizabeth Lincoln`, ContactTitle: `Accounting Manager`, Address: `23 Tsawassen Blvd.`, City: `Tsawassen`, Region: `BC`, PostalCode: 28000, Country: `Canada`, Phone: `(604) 555-4729`, Fax: `(604) 555-3745` }), + new CustomersDataItem({ ID: `BSBEV`, Company: `B's Beverages`, ContactName: `Victoria Ashworth`, ContactTitle: `Sales Representative`, Address: `Fauntleroy Circus`, City: `London`, Region: `South`, PostalCode: 10000, Country: `UK`, Phone: `(171) 555-1212`, Fax: `(5) 555-3745` }), + new CustomersDataItem({ ID: `CACTU`, Company: `Cactus Comidas para llevar`, ContactName: `Patricio Simpson`, ContactTitle: `Sales Agent`, Address: `Cerrito 333`, City: `Buenos Aires`, Region: `East`, PostalCode: 1010, Country: `Argentina`, Phone: `(1) 135-5555`, Fax: `(1) 135-4892` }), + new CustomersDataItem({ ID: `CENTC`, Company: `Centro comercial Moctezuma`, ContactName: `Francisco Chang`, ContactTitle: `Marketing Manager`, Address: `Sierras de Granada 9993`, City: `México D.F.`, Region: `South`, PostalCode: 5022, Country: `Mexico`, Phone: `(5) 555-3392`, Fax: `(5) 555-7293` }), + new CustomersDataItem({ ID: `CHOPS`, Company: `Chop-suey Chinese`, ContactName: `Yang Wang`, ContactTitle: `Owner`, Address: `Hauptstr. 29`, City: `Bern`, Region: `East`, PostalCode: 3012, Country: `Switzerland`, Phone: `0452-076545`, Fax: `(5) 555-3745` }), + new CustomersDataItem({ ID: `COMMI`, Company: `Comércio Mineiro`, ContactName: `Pedro Afonso`, ContactTitle: `Sales Associate`, Address: `Av. dos Lusíadas, 23`, City: `Sao Paulo`, Region: `SP`, PostalCode: 34000, Country: `Brazil`, Phone: `(11) 555-7647`, Fax: `(5) 555-3745` }), + new CustomersDataItem({ ID: `CONSH`, Company: `Consolidated Holdings`, ContactName: `Elizabeth Brown`, ContactTitle: `Sales Representative`, Address: `Berkeley Gardens 12 Brewery`, City: `London`, Region: `South`, PostalCode: 27000, Country: `UK`, Phone: `(171) 555-2282`, Fax: `(171) 555-9199` }), + new CustomersDataItem({ ID: `DRACD`, Company: `Drachenblut Delikatessen`, ContactName: `Sven Ottlieb`, ContactTitle: `Order Administrator`, Address: `Walserweg 21`, City: `Aachen`, Region: `South`, PostalCode: 52066, Country: `Germany`, Phone: `0241-039123`, Fax: `0241-059428` }), + new CustomersDataItem({ ID: `DUMON`, Company: `Du monde entier`, ContactName: `Janine Labrune`, ContactTitle: `Owner`, Address: `67, rue des Cinquante Otages`, City: `Nantes`, Region: `East`, PostalCode: 44000, Country: `France`, Phone: `40.67.88.88`, Fax: `40.67.89.89` }), + new CustomersDataItem({ ID: `EASTC`, Company: `Eastern Connection`, ContactName: `Ann Devon`, ContactTitle: `Sales Agent`, Address: `35 King George`, City: `London`, Region: `East`, PostalCode: 41000, Country: `UK`, Phone: `(171) 555-0297`, Fax: `(171) 555-3373` }), + new CustomersDataItem({ ID: `ERNSH`, Company: `Ernst Handel`, ContactName: `Roland Mendel`, ContactTitle: `Sales Manager`, Address: `Kirchgasse 6`, City: `Graz`, Region: `South`, PostalCode: 8010, Country: `Austria`, Phone: `7675-3425`, Fax: `7675-3426` }), + new CustomersDataItem({ ID: `FAMIA`, Company: `Familia Arquibaldo`, ContactName: `Aria Cruz`, ContactTitle: `Marketing Assistant`, Address: `Rua Orós, 92`, City: `Sao Paulo`, Region: `SP`, PostalCode: 27000, Country: `Brazil`, Phone: `(11) 555-9857`, Fax: `(5) 555-3745` }), + new CustomersDataItem({ ID: `FISSA`, Company: `FISSA Fabrica Inter. Salchichas S.A.`, ContactName: `Diego Roel`, ContactTitle: `Accounting Manager`, Address: `C/ Moralzarzal, 86`, City: `Madrid`, Region: `East`, PostalCode: 28034, Country: `Spain`, Phone: `(91) 555 94 44`, Fax: `(91) 555 55 93` }), + new CustomersDataItem({ ID: `FOLIG`, Company: `Folies gourmandes`, ContactName: `Martine Rancé`, ContactTitle: `Assistant Sales Agent`, Address: `184, chaussée de Tournai`, City: `Lille`, Region: `South`, PostalCode: 59000, Country: `France`, Phone: `20.16.10.16`, Fax: `20.16.10.17` }), + new CustomersDataItem({ ID: `FOLKO`, Company: `Folk och fä HB`, ContactName: `Maria Larsson`, ContactTitle: `Owner`, Address: `Åkergatan 24`, City: `Bräcke`, Region: `East`, PostalCode: 36000, Country: `Sweden`, Phone: `0695-34 67 21`, Fax: `0695 33-4455` }), + new CustomersDataItem({ ID: `FRANK`, Company: `Frankenversand`, ContactName: `Peter Franken`, ContactTitle: `Marketing Manager`, Address: `Berliner Platz 43`, City: `München`, Region: `East`, PostalCode: 80805, Country: `Germany`, Phone: `089-0877310`, Fax: `089-0877451` }), + new CustomersDataItem({ ID: `FRANR`, Company: `France restauration`, ContactName: `Carine Schmitt`, ContactTitle: `Marketing Manager`, Address: `54, rue Royale`, City: `Nantes`, Region: `South`, PostalCode: 44000, Country: `France`, Phone: `40.32.21.21`, Fax: `40.32.21.20` }), + new CustomersDataItem({ ID: `FRANS`, Company: `Franchi S.p.A.`, ContactName: `Paolo Accorti`, ContactTitle: `Sales Representative`, Address: `Via Monte Bianco 34`, City: `Torino`, Region: `East`, PostalCode: 10100, Country: `Italy`, Phone: `011-4988260`, Fax: `011-4988261` }), ]; super(...newItems.slice(0)); } diff --git a/samples/grids/grid/column-selection-mode/src/CustomersData.ts b/samples/grids/grid/column-selection-mode/src/CustomersData.ts index 8f4140d2b9..f9aa8c0893 100644 --- a/samples/grids/grid/column-selection-mode/src/CustomersData.ts +++ b/samples/grids/grid/column-selection-mode/src/CustomersData.ts @@ -22,384 +22,33 @@ export class CustomersData extends Array { super(...items); } else { const newItems = [ - new CustomersDataItem( - { - ID: `ALFKI`, - Company: `Alfreds Futterkiste`, - ContactName: `Maria Anders`, - ContactTitle: `Sales Representative`, - Address: `Obere Str. 57`, - City: `Berlin`, - Region: `East`, - PostalCode: 12209, - Country: `Germany`, - Phone: `030-0074321`, - Fax: `030-0076545` - }), - new CustomersDataItem( - { - ID: `ANATR`, - Company: `Ana Trujillo Emparedados y helados`, - ContactName: `Ana Trujillo`, - ContactTitle: `Owner`, - Address: `Avda. de la Constitución 2222`, - City: `México D.F.`, - Region: `South`, - PostalCode: 5021, - Country: `Mexico`, - Phone: `(5) 555-4729`, - Fax: `(5) 555-3745` - }), - new CustomersDataItem( - { - ID: `ANTON`, - Company: `Antonio Moreno Taquería`, - ContactName: `Antonio Moreno`, - ContactTitle: `Owner`, - Address: `Mataderos 2312`, - City: `México D.F.`, - Region: `South`, - PostalCode: 5023, - Country: `Mexico`, - Phone: `(5) 555-3932`, - Fax: `(5) 555-3745` - }), - new CustomersDataItem( - { - ID: `AROUT`, - Company: `Around the Horn`, - ContactName: `Thomas Hardy`, - ContactTitle: `Sales Representative`, - Address: `120 Hanover Sq.`, - City: `London`, - Region: `East`, - PostalCode: 22000, - Country: `UK`, - Phone: `(171) 555-7788`, - Fax: `(171) 555-6750` - }), - new CustomersDataItem( - { - ID: `BERGS`, - Company: `Berglunds snabbköp`, - ContactName: `Christina Berglund`, - ContactTitle: `Order Administrator`, - Address: `Berguvsvägen 8`, - City: `Luleå`, - Region: `South`, - PostalCode: 17000, - Country: `Sweden`, - Phone: `0921-12 34 65`, - Fax: `0921-12 34 67` - }), - new CustomersDataItem( - { - ID: `BLAUS`, - Company: `Blauer See Delikatessen`, - ContactName: `Hanna Moos`, - ContactTitle: `Sales Representative`, - Address: `Forsterstr. 57`, - City: `Mannheim`, - Region: `East`, - PostalCode: 68306, - Country: `Germany`, - Phone: `0621-08460`, - Fax: `0621-08924` - }), - new CustomersDataItem( - { - ID: `BLONP`, - Company: `Blondesddsl père et fils`, - ContactName: `Frédérique Citeaux`, - ContactTitle: `Marketing Manager`, - Address: `24, place Kléber`, - City: `Strasbourg`, - Region: `East`, - PostalCode: 67000, - Country: `France`, - Phone: `88.60.15.31`, - Fax: `88.60.15.32` - }), - new CustomersDataItem( - { - ID: `BOLID`, - Company: `Bólido Comidas preparadas`, - ContactName: `Martín Sommer`, - ContactTitle: `Owner`, - Address: `C/ Araquil, 67`, - City: `Madrid`, - Region: `East`, - PostalCode: 28023, - Country: `Spain`, - Phone: `(91) 555 22 82`, - Fax: `(91) 555 91 99` - }), - new CustomersDataItem( - { - ID: `BONAP`, - Company: `Bon app'`, - ContactName: `Laurence Lebihan`, - ContactTitle: `Owner`, - Address: `12, rue des Bouchers`, - City: `Marseille`, - Region: `West`, - PostalCode: 13008, - Country: `France`, - Phone: `91.24.45.40`, - Fax: `91.24.45.41` - }), - new CustomersDataItem( - { - ID: `BOTTM`, - Company: `Bottom-Dollar Markets`, - ContactName: `Elizabeth Lincoln`, - ContactTitle: `Accounting Manager`, - Address: `23 Tsawassen Blvd.`, - City: `Tsawassen`, - Region: `BC`, - PostalCode: 28000, - Country: `Canada`, - Phone: `(604) 555-4729`, - Fax: `(604) 555-3745` - }), - new CustomersDataItem( - { - ID: `BSBEV`, - Company: `B's Beverages`, - ContactName: `Victoria Ashworth`, - ContactTitle: `Sales Representative`, - Address: `Fauntleroy Circus`, - City: `London`, - Region: `South`, - PostalCode: 10000, - Country: `UK`, - Phone: `(171) 555-1212`, - Fax: `(5) 555-3745` - }), - new CustomersDataItem( - { - ID: `CACTU`, - Company: `Cactus Comidas para llevar`, - ContactName: `Patricio Simpson`, - ContactTitle: `Sales Agent`, - Address: `Cerrito 333`, - City: `Buenos Aires`, - Region: `East`, - PostalCode: 1010, - Country: `Argentina`, - Phone: `(1) 135-5555`, - Fax: `(1) 135-4892` - }), - new CustomersDataItem( - { - ID: `CENTC`, - Company: `Centro comercial Moctezuma`, - ContactName: `Francisco Chang`, - ContactTitle: `Marketing Manager`, - Address: `Sierras de Granada 9993`, - City: `México D.F.`, - Region: `South`, - PostalCode: 5022, - Country: `Mexico`, - Phone: `(5) 555-3392`, - Fax: `(5) 555-7293` - }), - new CustomersDataItem( - { - ID: `CHOPS`, - Company: `Chop-suey Chinese`, - ContactName: `Yang Wang`, - ContactTitle: `Owner`, - Address: `Hauptstr. 29`, - City: `Bern`, - Region: `East`, - PostalCode: 3012, - Country: `Switzerland`, - Phone: `0452-076545`, - Fax: `(5) 555-3745` - }), - new CustomersDataItem( - { - ID: `COMMI`, - Company: `Comércio Mineiro`, - ContactName: `Pedro Afonso`, - ContactTitle: `Sales Associate`, - Address: `Av. dos Lusíadas, 23`, - City: `Sao Paulo`, - Region: `SP`, - PostalCode: 34000, - Country: `Brazil`, - Phone: `(11) 555-7647`, - Fax: `(5) 555-3745` - }), - new CustomersDataItem( - { - ID: `CONSH`, - Company: `Consolidated Holdings`, - ContactName: `Elizabeth Brown`, - ContactTitle: `Sales Representative`, - Address: `Berkeley Gardens 12 Brewery`, - City: `London`, - Region: `South`, - PostalCode: 27000, - Country: `UK`, - Phone: `(171) 555-2282`, - Fax: `(171) 555-9199` - }), - new CustomersDataItem( - { - ID: `DRACD`, - Company: `Drachenblut Delikatessen`, - ContactName: `Sven Ottlieb`, - ContactTitle: `Order Administrator`, - Address: `Walserweg 21`, - City: `Aachen`, - Region: `South`, - PostalCode: 52066, - Country: `Germany`, - Phone: `0241-039123`, - Fax: `0241-059428` - }), - new CustomersDataItem( - { - ID: `DUMON`, - Company: `Du monde entier`, - ContactName: `Janine Labrune`, - ContactTitle: `Owner`, - Address: `67, rue des Cinquante Otages`, - City: `Nantes`, - Region: `East`, - PostalCode: 44000, - Country: `France`, - Phone: `40.67.88.88`, - Fax: `40.67.89.89` - }), - new CustomersDataItem( - { - ID: `EASTC`, - Company: `Eastern Connection`, - ContactName: `Ann Devon`, - ContactTitle: `Sales Agent`, - Address: `35 King George`, - City: `London`, - Region: `East`, - PostalCode: 41000, - Country: `UK`, - Phone: `(171) 555-0297`, - Fax: `(171) 555-3373` - }), - new CustomersDataItem( - { - ID: `ERNSH`, - Company: `Ernst Handel`, - ContactName: `Roland Mendel`, - ContactTitle: `Sales Manager`, - Address: `Kirchgasse 6`, - City: `Graz`, - Region: `South`, - PostalCode: 8010, - Country: `Austria`, - Phone: `7675-3425`, - Fax: `7675-3426` - }), - new CustomersDataItem( - { - ID: `FAMIA`, - Company: `Familia Arquibaldo`, - ContactName: `Aria Cruz`, - ContactTitle: `Marketing Assistant`, - Address: `Rua Orós, 92`, - City: `Sao Paulo`, - Region: `SP`, - PostalCode: 27000, - Country: `Brazil`, - Phone: `(11) 555-9857`, - Fax: `(5) 555-3745` - }), - new CustomersDataItem( - { - ID: `FISSA`, - Company: `FISSA Fabrica Inter. Salchichas S.A.`, - ContactName: `Diego Roel`, - ContactTitle: `Accounting Manager`, - Address: `C/ Moralzarzal, 86`, - City: `Madrid`, - Region: `East`, - PostalCode: 28034, - Country: `Spain`, - Phone: `(91) 555 94 44`, - Fax: `(91) 555 55 93` - }), - new CustomersDataItem( - { - ID: `FOLIG`, - Company: `Folies gourmandes`, - ContactName: `Martine Rancé`, - ContactTitle: `Assistant Sales Agent`, - Address: `184, chaussée de Tournai`, - City: `Lille`, - Region: `South`, - PostalCode: 59000, - Country: `France`, - Phone: `20.16.10.16`, - Fax: `20.16.10.17` - }), - new CustomersDataItem( - { - ID: `FOLKO`, - Company: `Folk och fä HB`, - ContactName: `Maria Larsson`, - ContactTitle: `Owner`, - Address: `Åkergatan 24`, - City: `Bräcke`, - Region: `East`, - PostalCode: 36000, - Country: `Sweden`, - Phone: `0695-34 67 21`, - Fax: `0695 33-4455` - }), - new CustomersDataItem( - { - ID: `FRANK`, - Company: `Frankenversand`, - ContactName: `Peter Franken`, - ContactTitle: `Marketing Manager`, - Address: `Berliner Platz 43`, - City: `München`, - Region: `East`, - PostalCode: 80805, - Country: `Germany`, - Phone: `089-0877310`, - Fax: `089-0877451` - }), - new CustomersDataItem( - { - ID: `FRANR`, - Company: `France restauration`, - ContactName: `Carine Schmitt`, - ContactTitle: `Marketing Manager`, - Address: `54, rue Royale`, - City: `Nantes`, - Region: `South`, - PostalCode: 44000, - Country: `France`, - Phone: `40.32.21.21`, - Fax: `40.32.21.20` - }), - new CustomersDataItem( - { - ID: `FRANS`, - Company: `Franchi S.p.A.`, - ContactName: `Paolo Accorti`, - ContactTitle: `Sales Representative`, - Address: `Via Monte Bianco 34`, - City: `Torino`, - Region: `East`, - PostalCode: 10100, - Country: `Italy`, - Phone: `011-4988260`, - Fax: `011-4988261` - }), + new CustomersDataItem({ ID: `ALFKI`, Company: `Alfreds Futterkiste`, ContactName: `Maria Anders`, ContactTitle: `Sales Representative`, Address: `Obere Str. 57`, City: `Berlin`, Region: `East`, PostalCode: 12209, Country: `Germany`, Phone: `030-0074321`, Fax: `030-0076545` }), + new CustomersDataItem({ ID: `ANATR`, Company: `Ana Trujillo Emparedados y helados`, ContactName: `Ana Trujillo`, ContactTitle: `Owner`, Address: `Avda. de la Constitución 2222`, City: `México D.F.`, Region: `South`, PostalCode: 5021, Country: `Mexico`, Phone: `(5) 555-4729`, Fax: `(5) 555-3745` }), + new CustomersDataItem({ ID: `ANTON`, Company: `Antonio Moreno Taquería`, ContactName: `Antonio Moreno`, ContactTitle: `Owner`, Address: `Mataderos 2312`, City: `México D.F.`, Region: `South`, PostalCode: 5023, Country: `Mexico`, Phone: `(5) 555-3932`, Fax: `(5) 555-3745` }), + new CustomersDataItem({ ID: `AROUT`, Company: `Around the Horn`, ContactName: `Thomas Hardy`, ContactTitle: `Sales Representative`, Address: `120 Hanover Sq.`, City: `London`, Region: `East`, PostalCode: 22000, Country: `UK`, Phone: `(171) 555-7788`, Fax: `(171) 555-6750` }), + new CustomersDataItem({ ID: `BERGS`, Company: `Berglunds snabbköp`, ContactName: `Christina Berglund`, ContactTitle: `Order Administrator`, Address: `Berguvsvägen 8`, City: `Luleå`, Region: `South`, PostalCode: 17000, Country: `Sweden`, Phone: `0921-12 34 65`, Fax: `0921-12 34 67` }), + new CustomersDataItem({ ID: `BLAUS`, Company: `Blauer See Delikatessen`, ContactName: `Hanna Moos`, ContactTitle: `Sales Representative`, Address: `Forsterstr. 57`, City: `Mannheim`, Region: `East`, PostalCode: 68306, Country: `Germany`, Phone: `0621-08460`, Fax: `0621-08924` }), + new CustomersDataItem({ ID: `BLONP`, Company: `Blondesddsl père et fils`, ContactName: `Frédérique Citeaux`, ContactTitle: `Marketing Manager`, Address: `24, place Kléber`, City: `Strasbourg`, Region: `East`, PostalCode: 67000, Country: `France`, Phone: `88.60.15.31`, Fax: `88.60.15.32` }), + new CustomersDataItem({ ID: `BOLID`, Company: `Bólido Comidas preparadas`, ContactName: `Martín Sommer`, ContactTitle: `Owner`, Address: `C/ Araquil, 67`, City: `Madrid`, Region: `East`, PostalCode: 28023, Country: `Spain`, Phone: `(91) 555 22 82`, Fax: `(91) 555 91 99` }), + new CustomersDataItem({ ID: `BONAP`, Company: `Bon app'`, ContactName: `Laurence Lebihan`, ContactTitle: `Owner`, Address: `12, rue des Bouchers`, City: `Marseille`, Region: `West`, PostalCode: 13008, Country: `France`, Phone: `91.24.45.40`, Fax: `91.24.45.41` }), + new CustomersDataItem({ ID: `BOTTM`, Company: `Bottom-Dollar Markets`, ContactName: `Elizabeth Lincoln`, ContactTitle: `Accounting Manager`, Address: `23 Tsawassen Blvd.`, City: `Tsawassen`, Region: `BC`, PostalCode: 28000, Country: `Canada`, Phone: `(604) 555-4729`, Fax: `(604) 555-3745` }), + new CustomersDataItem({ ID: `BSBEV`, Company: `B's Beverages`, ContactName: `Victoria Ashworth`, ContactTitle: `Sales Representative`, Address: `Fauntleroy Circus`, City: `London`, Region: `South`, PostalCode: 10000, Country: `UK`, Phone: `(171) 555-1212`, Fax: `(5) 555-3745` }), + new CustomersDataItem({ ID: `CACTU`, Company: `Cactus Comidas para llevar`, ContactName: `Patricio Simpson`, ContactTitle: `Sales Agent`, Address: `Cerrito 333`, City: `Buenos Aires`, Region: `East`, PostalCode: 1010, Country: `Argentina`, Phone: `(1) 135-5555`, Fax: `(1) 135-4892` }), + new CustomersDataItem({ ID: `CENTC`, Company: `Centro comercial Moctezuma`, ContactName: `Francisco Chang`, ContactTitle: `Marketing Manager`, Address: `Sierras de Granada 9993`, City: `México D.F.`, Region: `South`, PostalCode: 5022, Country: `Mexico`, Phone: `(5) 555-3392`, Fax: `(5) 555-7293` }), + new CustomersDataItem({ ID: `CHOPS`, Company: `Chop-suey Chinese`, ContactName: `Yang Wang`, ContactTitle: `Owner`, Address: `Hauptstr. 29`, City: `Bern`, Region: `East`, PostalCode: 3012, Country: `Switzerland`, Phone: `0452-076545`, Fax: `(5) 555-3745` }), + new CustomersDataItem({ ID: `COMMI`, Company: `Comércio Mineiro`, ContactName: `Pedro Afonso`, ContactTitle: `Sales Associate`, Address: `Av. dos Lusíadas, 23`, City: `Sao Paulo`, Region: `SP`, PostalCode: 34000, Country: `Brazil`, Phone: `(11) 555-7647`, Fax: `(5) 555-3745` }), + new CustomersDataItem({ ID: `CONSH`, Company: `Consolidated Holdings`, ContactName: `Elizabeth Brown`, ContactTitle: `Sales Representative`, Address: `Berkeley Gardens 12 Brewery`, City: `London`, Region: `South`, PostalCode: 27000, Country: `UK`, Phone: `(171) 555-2282`, Fax: `(171) 555-9199` }), + new CustomersDataItem({ ID: `DRACD`, Company: `Drachenblut Delikatessen`, ContactName: `Sven Ottlieb`, ContactTitle: `Order Administrator`, Address: `Walserweg 21`, City: `Aachen`, Region: `South`, PostalCode: 52066, Country: `Germany`, Phone: `0241-039123`, Fax: `0241-059428` }), + new CustomersDataItem({ ID: `DUMON`, Company: `Du monde entier`, ContactName: `Janine Labrune`, ContactTitle: `Owner`, Address: `67, rue des Cinquante Otages`, City: `Nantes`, Region: `East`, PostalCode: 44000, Country: `France`, Phone: `40.67.88.88`, Fax: `40.67.89.89` }), + new CustomersDataItem({ ID: `EASTC`, Company: `Eastern Connection`, ContactName: `Ann Devon`, ContactTitle: `Sales Agent`, Address: `35 King George`, City: `London`, Region: `East`, PostalCode: 41000, Country: `UK`, Phone: `(171) 555-0297`, Fax: `(171) 555-3373` }), + new CustomersDataItem({ ID: `ERNSH`, Company: `Ernst Handel`, ContactName: `Roland Mendel`, ContactTitle: `Sales Manager`, Address: `Kirchgasse 6`, City: `Graz`, Region: `South`, PostalCode: 8010, Country: `Austria`, Phone: `7675-3425`, Fax: `7675-3426` }), + new CustomersDataItem({ ID: `FAMIA`, Company: `Familia Arquibaldo`, ContactName: `Aria Cruz`, ContactTitle: `Marketing Assistant`, Address: `Rua Orós, 92`, City: `Sao Paulo`, Region: `SP`, PostalCode: 27000, Country: `Brazil`, Phone: `(11) 555-9857`, Fax: `(5) 555-3745` }), + new CustomersDataItem({ ID: `FISSA`, Company: `FISSA Fabrica Inter. Salchichas S.A.`, ContactName: `Diego Roel`, ContactTitle: `Accounting Manager`, Address: `C/ Moralzarzal, 86`, City: `Madrid`, Region: `East`, PostalCode: 28034, Country: `Spain`, Phone: `(91) 555 94 44`, Fax: `(91) 555 55 93` }), + new CustomersDataItem({ ID: `FOLIG`, Company: `Folies gourmandes`, ContactName: `Martine Rancé`, ContactTitle: `Assistant Sales Agent`, Address: `184, chaussée de Tournai`, City: `Lille`, Region: `South`, PostalCode: 59000, Country: `France`, Phone: `20.16.10.16`, Fax: `20.16.10.17` }), + new CustomersDataItem({ ID: `FOLKO`, Company: `Folk och fä HB`, ContactName: `Maria Larsson`, ContactTitle: `Owner`, Address: `Åkergatan 24`, City: `Bräcke`, Region: `East`, PostalCode: 36000, Country: `Sweden`, Phone: `0695-34 67 21`, Fax: `0695 33-4455` }), + new CustomersDataItem({ ID: `FRANK`, Company: `Frankenversand`, ContactName: `Peter Franken`, ContactTitle: `Marketing Manager`, Address: `Berliner Platz 43`, City: `München`, Region: `East`, PostalCode: 80805, Country: `Germany`, Phone: `089-0877310`, Fax: `089-0877451` }), + new CustomersDataItem({ ID: `FRANR`, Company: `France restauration`, ContactName: `Carine Schmitt`, ContactTitle: `Marketing Manager`, Address: `54, rue Royale`, City: `Nantes`, Region: `South`, PostalCode: 44000, Country: `France`, Phone: `40.32.21.21`, Fax: `40.32.21.20` }), + new CustomersDataItem({ ID: `FRANS`, Company: `Franchi S.p.A.`, ContactName: `Paolo Accorti`, ContactTitle: `Sales Representative`, Address: `Via Monte Bianco 34`, City: `Torino`, Region: `East`, PostalCode: 10100, Country: `Italy`, Phone: `011-4988260`, Fax: `011-4988261` }), ]; super(...newItems.slice(0)); } diff --git a/samples/grids/grid/column-selection-styles/src/CustomersData.ts b/samples/grids/grid/column-selection-styles/src/CustomersData.ts index 8f4140d2b9..f9aa8c0893 100644 --- a/samples/grids/grid/column-selection-styles/src/CustomersData.ts +++ b/samples/grids/grid/column-selection-styles/src/CustomersData.ts @@ -22,384 +22,33 @@ export class CustomersData extends Array { super(...items); } else { const newItems = [ - new CustomersDataItem( - { - ID: `ALFKI`, - Company: `Alfreds Futterkiste`, - ContactName: `Maria Anders`, - ContactTitle: `Sales Representative`, - Address: `Obere Str. 57`, - City: `Berlin`, - Region: `East`, - PostalCode: 12209, - Country: `Germany`, - Phone: `030-0074321`, - Fax: `030-0076545` - }), - new CustomersDataItem( - { - ID: `ANATR`, - Company: `Ana Trujillo Emparedados y helados`, - ContactName: `Ana Trujillo`, - ContactTitle: `Owner`, - Address: `Avda. de la Constitución 2222`, - City: `México D.F.`, - Region: `South`, - PostalCode: 5021, - Country: `Mexico`, - Phone: `(5) 555-4729`, - Fax: `(5) 555-3745` - }), - new CustomersDataItem( - { - ID: `ANTON`, - Company: `Antonio Moreno Taquería`, - ContactName: `Antonio Moreno`, - ContactTitle: `Owner`, - Address: `Mataderos 2312`, - City: `México D.F.`, - Region: `South`, - PostalCode: 5023, - Country: `Mexico`, - Phone: `(5) 555-3932`, - Fax: `(5) 555-3745` - }), - new CustomersDataItem( - { - ID: `AROUT`, - Company: `Around the Horn`, - ContactName: `Thomas Hardy`, - ContactTitle: `Sales Representative`, - Address: `120 Hanover Sq.`, - City: `London`, - Region: `East`, - PostalCode: 22000, - Country: `UK`, - Phone: `(171) 555-7788`, - Fax: `(171) 555-6750` - }), - new CustomersDataItem( - { - ID: `BERGS`, - Company: `Berglunds snabbköp`, - ContactName: `Christina Berglund`, - ContactTitle: `Order Administrator`, - Address: `Berguvsvägen 8`, - City: `Luleå`, - Region: `South`, - PostalCode: 17000, - Country: `Sweden`, - Phone: `0921-12 34 65`, - Fax: `0921-12 34 67` - }), - new CustomersDataItem( - { - ID: `BLAUS`, - Company: `Blauer See Delikatessen`, - ContactName: `Hanna Moos`, - ContactTitle: `Sales Representative`, - Address: `Forsterstr. 57`, - City: `Mannheim`, - Region: `East`, - PostalCode: 68306, - Country: `Germany`, - Phone: `0621-08460`, - Fax: `0621-08924` - }), - new CustomersDataItem( - { - ID: `BLONP`, - Company: `Blondesddsl père et fils`, - ContactName: `Frédérique Citeaux`, - ContactTitle: `Marketing Manager`, - Address: `24, place Kléber`, - City: `Strasbourg`, - Region: `East`, - PostalCode: 67000, - Country: `France`, - Phone: `88.60.15.31`, - Fax: `88.60.15.32` - }), - new CustomersDataItem( - { - ID: `BOLID`, - Company: `Bólido Comidas preparadas`, - ContactName: `Martín Sommer`, - ContactTitle: `Owner`, - Address: `C/ Araquil, 67`, - City: `Madrid`, - Region: `East`, - PostalCode: 28023, - Country: `Spain`, - Phone: `(91) 555 22 82`, - Fax: `(91) 555 91 99` - }), - new CustomersDataItem( - { - ID: `BONAP`, - Company: `Bon app'`, - ContactName: `Laurence Lebihan`, - ContactTitle: `Owner`, - Address: `12, rue des Bouchers`, - City: `Marseille`, - Region: `West`, - PostalCode: 13008, - Country: `France`, - Phone: `91.24.45.40`, - Fax: `91.24.45.41` - }), - new CustomersDataItem( - { - ID: `BOTTM`, - Company: `Bottom-Dollar Markets`, - ContactName: `Elizabeth Lincoln`, - ContactTitle: `Accounting Manager`, - Address: `23 Tsawassen Blvd.`, - City: `Tsawassen`, - Region: `BC`, - PostalCode: 28000, - Country: `Canada`, - Phone: `(604) 555-4729`, - Fax: `(604) 555-3745` - }), - new CustomersDataItem( - { - ID: `BSBEV`, - Company: `B's Beverages`, - ContactName: `Victoria Ashworth`, - ContactTitle: `Sales Representative`, - Address: `Fauntleroy Circus`, - City: `London`, - Region: `South`, - PostalCode: 10000, - Country: `UK`, - Phone: `(171) 555-1212`, - Fax: `(5) 555-3745` - }), - new CustomersDataItem( - { - ID: `CACTU`, - Company: `Cactus Comidas para llevar`, - ContactName: `Patricio Simpson`, - ContactTitle: `Sales Agent`, - Address: `Cerrito 333`, - City: `Buenos Aires`, - Region: `East`, - PostalCode: 1010, - Country: `Argentina`, - Phone: `(1) 135-5555`, - Fax: `(1) 135-4892` - }), - new CustomersDataItem( - { - ID: `CENTC`, - Company: `Centro comercial Moctezuma`, - ContactName: `Francisco Chang`, - ContactTitle: `Marketing Manager`, - Address: `Sierras de Granada 9993`, - City: `México D.F.`, - Region: `South`, - PostalCode: 5022, - Country: `Mexico`, - Phone: `(5) 555-3392`, - Fax: `(5) 555-7293` - }), - new CustomersDataItem( - { - ID: `CHOPS`, - Company: `Chop-suey Chinese`, - ContactName: `Yang Wang`, - ContactTitle: `Owner`, - Address: `Hauptstr. 29`, - City: `Bern`, - Region: `East`, - PostalCode: 3012, - Country: `Switzerland`, - Phone: `0452-076545`, - Fax: `(5) 555-3745` - }), - new CustomersDataItem( - { - ID: `COMMI`, - Company: `Comércio Mineiro`, - ContactName: `Pedro Afonso`, - ContactTitle: `Sales Associate`, - Address: `Av. dos Lusíadas, 23`, - City: `Sao Paulo`, - Region: `SP`, - PostalCode: 34000, - Country: `Brazil`, - Phone: `(11) 555-7647`, - Fax: `(5) 555-3745` - }), - new CustomersDataItem( - { - ID: `CONSH`, - Company: `Consolidated Holdings`, - ContactName: `Elizabeth Brown`, - ContactTitle: `Sales Representative`, - Address: `Berkeley Gardens 12 Brewery`, - City: `London`, - Region: `South`, - PostalCode: 27000, - Country: `UK`, - Phone: `(171) 555-2282`, - Fax: `(171) 555-9199` - }), - new CustomersDataItem( - { - ID: `DRACD`, - Company: `Drachenblut Delikatessen`, - ContactName: `Sven Ottlieb`, - ContactTitle: `Order Administrator`, - Address: `Walserweg 21`, - City: `Aachen`, - Region: `South`, - PostalCode: 52066, - Country: `Germany`, - Phone: `0241-039123`, - Fax: `0241-059428` - }), - new CustomersDataItem( - { - ID: `DUMON`, - Company: `Du monde entier`, - ContactName: `Janine Labrune`, - ContactTitle: `Owner`, - Address: `67, rue des Cinquante Otages`, - City: `Nantes`, - Region: `East`, - PostalCode: 44000, - Country: `France`, - Phone: `40.67.88.88`, - Fax: `40.67.89.89` - }), - new CustomersDataItem( - { - ID: `EASTC`, - Company: `Eastern Connection`, - ContactName: `Ann Devon`, - ContactTitle: `Sales Agent`, - Address: `35 King George`, - City: `London`, - Region: `East`, - PostalCode: 41000, - Country: `UK`, - Phone: `(171) 555-0297`, - Fax: `(171) 555-3373` - }), - new CustomersDataItem( - { - ID: `ERNSH`, - Company: `Ernst Handel`, - ContactName: `Roland Mendel`, - ContactTitle: `Sales Manager`, - Address: `Kirchgasse 6`, - City: `Graz`, - Region: `South`, - PostalCode: 8010, - Country: `Austria`, - Phone: `7675-3425`, - Fax: `7675-3426` - }), - new CustomersDataItem( - { - ID: `FAMIA`, - Company: `Familia Arquibaldo`, - ContactName: `Aria Cruz`, - ContactTitle: `Marketing Assistant`, - Address: `Rua Orós, 92`, - City: `Sao Paulo`, - Region: `SP`, - PostalCode: 27000, - Country: `Brazil`, - Phone: `(11) 555-9857`, - Fax: `(5) 555-3745` - }), - new CustomersDataItem( - { - ID: `FISSA`, - Company: `FISSA Fabrica Inter. Salchichas S.A.`, - ContactName: `Diego Roel`, - ContactTitle: `Accounting Manager`, - Address: `C/ Moralzarzal, 86`, - City: `Madrid`, - Region: `East`, - PostalCode: 28034, - Country: `Spain`, - Phone: `(91) 555 94 44`, - Fax: `(91) 555 55 93` - }), - new CustomersDataItem( - { - ID: `FOLIG`, - Company: `Folies gourmandes`, - ContactName: `Martine Rancé`, - ContactTitle: `Assistant Sales Agent`, - Address: `184, chaussée de Tournai`, - City: `Lille`, - Region: `South`, - PostalCode: 59000, - Country: `France`, - Phone: `20.16.10.16`, - Fax: `20.16.10.17` - }), - new CustomersDataItem( - { - ID: `FOLKO`, - Company: `Folk och fä HB`, - ContactName: `Maria Larsson`, - ContactTitle: `Owner`, - Address: `Åkergatan 24`, - City: `Bräcke`, - Region: `East`, - PostalCode: 36000, - Country: `Sweden`, - Phone: `0695-34 67 21`, - Fax: `0695 33-4455` - }), - new CustomersDataItem( - { - ID: `FRANK`, - Company: `Frankenversand`, - ContactName: `Peter Franken`, - ContactTitle: `Marketing Manager`, - Address: `Berliner Platz 43`, - City: `München`, - Region: `East`, - PostalCode: 80805, - Country: `Germany`, - Phone: `089-0877310`, - Fax: `089-0877451` - }), - new CustomersDataItem( - { - ID: `FRANR`, - Company: `France restauration`, - ContactName: `Carine Schmitt`, - ContactTitle: `Marketing Manager`, - Address: `54, rue Royale`, - City: `Nantes`, - Region: `South`, - PostalCode: 44000, - Country: `France`, - Phone: `40.32.21.21`, - Fax: `40.32.21.20` - }), - new CustomersDataItem( - { - ID: `FRANS`, - Company: `Franchi S.p.A.`, - ContactName: `Paolo Accorti`, - ContactTitle: `Sales Representative`, - Address: `Via Monte Bianco 34`, - City: `Torino`, - Region: `East`, - PostalCode: 10100, - Country: `Italy`, - Phone: `011-4988260`, - Fax: `011-4988261` - }), + new CustomersDataItem({ ID: `ALFKI`, Company: `Alfreds Futterkiste`, ContactName: `Maria Anders`, ContactTitle: `Sales Representative`, Address: `Obere Str. 57`, City: `Berlin`, Region: `East`, PostalCode: 12209, Country: `Germany`, Phone: `030-0074321`, Fax: `030-0076545` }), + new CustomersDataItem({ ID: `ANATR`, Company: `Ana Trujillo Emparedados y helados`, ContactName: `Ana Trujillo`, ContactTitle: `Owner`, Address: `Avda. de la Constitución 2222`, City: `México D.F.`, Region: `South`, PostalCode: 5021, Country: `Mexico`, Phone: `(5) 555-4729`, Fax: `(5) 555-3745` }), + new CustomersDataItem({ ID: `ANTON`, Company: `Antonio Moreno Taquería`, ContactName: `Antonio Moreno`, ContactTitle: `Owner`, Address: `Mataderos 2312`, City: `México D.F.`, Region: `South`, PostalCode: 5023, Country: `Mexico`, Phone: `(5) 555-3932`, Fax: `(5) 555-3745` }), + new CustomersDataItem({ ID: `AROUT`, Company: `Around the Horn`, ContactName: `Thomas Hardy`, ContactTitle: `Sales Representative`, Address: `120 Hanover Sq.`, City: `London`, Region: `East`, PostalCode: 22000, Country: `UK`, Phone: `(171) 555-7788`, Fax: `(171) 555-6750` }), + new CustomersDataItem({ ID: `BERGS`, Company: `Berglunds snabbköp`, ContactName: `Christina Berglund`, ContactTitle: `Order Administrator`, Address: `Berguvsvägen 8`, City: `Luleå`, Region: `South`, PostalCode: 17000, Country: `Sweden`, Phone: `0921-12 34 65`, Fax: `0921-12 34 67` }), + new CustomersDataItem({ ID: `BLAUS`, Company: `Blauer See Delikatessen`, ContactName: `Hanna Moos`, ContactTitle: `Sales Representative`, Address: `Forsterstr. 57`, City: `Mannheim`, Region: `East`, PostalCode: 68306, Country: `Germany`, Phone: `0621-08460`, Fax: `0621-08924` }), + new CustomersDataItem({ ID: `BLONP`, Company: `Blondesddsl père et fils`, ContactName: `Frédérique Citeaux`, ContactTitle: `Marketing Manager`, Address: `24, place Kléber`, City: `Strasbourg`, Region: `East`, PostalCode: 67000, Country: `France`, Phone: `88.60.15.31`, Fax: `88.60.15.32` }), + new CustomersDataItem({ ID: `BOLID`, Company: `Bólido Comidas preparadas`, ContactName: `Martín Sommer`, ContactTitle: `Owner`, Address: `C/ Araquil, 67`, City: `Madrid`, Region: `East`, PostalCode: 28023, Country: `Spain`, Phone: `(91) 555 22 82`, Fax: `(91) 555 91 99` }), + new CustomersDataItem({ ID: `BONAP`, Company: `Bon app'`, ContactName: `Laurence Lebihan`, ContactTitle: `Owner`, Address: `12, rue des Bouchers`, City: `Marseille`, Region: `West`, PostalCode: 13008, Country: `France`, Phone: `91.24.45.40`, Fax: `91.24.45.41` }), + new CustomersDataItem({ ID: `BOTTM`, Company: `Bottom-Dollar Markets`, ContactName: `Elizabeth Lincoln`, ContactTitle: `Accounting Manager`, Address: `23 Tsawassen Blvd.`, City: `Tsawassen`, Region: `BC`, PostalCode: 28000, Country: `Canada`, Phone: `(604) 555-4729`, Fax: `(604) 555-3745` }), + new CustomersDataItem({ ID: `BSBEV`, Company: `B's Beverages`, ContactName: `Victoria Ashworth`, ContactTitle: `Sales Representative`, Address: `Fauntleroy Circus`, City: `London`, Region: `South`, PostalCode: 10000, Country: `UK`, Phone: `(171) 555-1212`, Fax: `(5) 555-3745` }), + new CustomersDataItem({ ID: `CACTU`, Company: `Cactus Comidas para llevar`, ContactName: `Patricio Simpson`, ContactTitle: `Sales Agent`, Address: `Cerrito 333`, City: `Buenos Aires`, Region: `East`, PostalCode: 1010, Country: `Argentina`, Phone: `(1) 135-5555`, Fax: `(1) 135-4892` }), + new CustomersDataItem({ ID: `CENTC`, Company: `Centro comercial Moctezuma`, ContactName: `Francisco Chang`, ContactTitle: `Marketing Manager`, Address: `Sierras de Granada 9993`, City: `México D.F.`, Region: `South`, PostalCode: 5022, Country: `Mexico`, Phone: `(5) 555-3392`, Fax: `(5) 555-7293` }), + new CustomersDataItem({ ID: `CHOPS`, Company: `Chop-suey Chinese`, ContactName: `Yang Wang`, ContactTitle: `Owner`, Address: `Hauptstr. 29`, City: `Bern`, Region: `East`, PostalCode: 3012, Country: `Switzerland`, Phone: `0452-076545`, Fax: `(5) 555-3745` }), + new CustomersDataItem({ ID: `COMMI`, Company: `Comércio Mineiro`, ContactName: `Pedro Afonso`, ContactTitle: `Sales Associate`, Address: `Av. dos Lusíadas, 23`, City: `Sao Paulo`, Region: `SP`, PostalCode: 34000, Country: `Brazil`, Phone: `(11) 555-7647`, Fax: `(5) 555-3745` }), + new CustomersDataItem({ ID: `CONSH`, Company: `Consolidated Holdings`, ContactName: `Elizabeth Brown`, ContactTitle: `Sales Representative`, Address: `Berkeley Gardens 12 Brewery`, City: `London`, Region: `South`, PostalCode: 27000, Country: `UK`, Phone: `(171) 555-2282`, Fax: `(171) 555-9199` }), + new CustomersDataItem({ ID: `DRACD`, Company: `Drachenblut Delikatessen`, ContactName: `Sven Ottlieb`, ContactTitle: `Order Administrator`, Address: `Walserweg 21`, City: `Aachen`, Region: `South`, PostalCode: 52066, Country: `Germany`, Phone: `0241-039123`, Fax: `0241-059428` }), + new CustomersDataItem({ ID: `DUMON`, Company: `Du monde entier`, ContactName: `Janine Labrune`, ContactTitle: `Owner`, Address: `67, rue des Cinquante Otages`, City: `Nantes`, Region: `East`, PostalCode: 44000, Country: `France`, Phone: `40.67.88.88`, Fax: `40.67.89.89` }), + new CustomersDataItem({ ID: `EASTC`, Company: `Eastern Connection`, ContactName: `Ann Devon`, ContactTitle: `Sales Agent`, Address: `35 King George`, City: `London`, Region: `East`, PostalCode: 41000, Country: `UK`, Phone: `(171) 555-0297`, Fax: `(171) 555-3373` }), + new CustomersDataItem({ ID: `ERNSH`, Company: `Ernst Handel`, ContactName: `Roland Mendel`, ContactTitle: `Sales Manager`, Address: `Kirchgasse 6`, City: `Graz`, Region: `South`, PostalCode: 8010, Country: `Austria`, Phone: `7675-3425`, Fax: `7675-3426` }), + new CustomersDataItem({ ID: `FAMIA`, Company: `Familia Arquibaldo`, ContactName: `Aria Cruz`, ContactTitle: `Marketing Assistant`, Address: `Rua Orós, 92`, City: `Sao Paulo`, Region: `SP`, PostalCode: 27000, Country: `Brazil`, Phone: `(11) 555-9857`, Fax: `(5) 555-3745` }), + new CustomersDataItem({ ID: `FISSA`, Company: `FISSA Fabrica Inter. Salchichas S.A.`, ContactName: `Diego Roel`, ContactTitle: `Accounting Manager`, Address: `C/ Moralzarzal, 86`, City: `Madrid`, Region: `East`, PostalCode: 28034, Country: `Spain`, Phone: `(91) 555 94 44`, Fax: `(91) 555 55 93` }), + new CustomersDataItem({ ID: `FOLIG`, Company: `Folies gourmandes`, ContactName: `Martine Rancé`, ContactTitle: `Assistant Sales Agent`, Address: `184, chaussée de Tournai`, City: `Lille`, Region: `South`, PostalCode: 59000, Country: `France`, Phone: `20.16.10.16`, Fax: `20.16.10.17` }), + new CustomersDataItem({ ID: `FOLKO`, Company: `Folk och fä HB`, ContactName: `Maria Larsson`, ContactTitle: `Owner`, Address: `Åkergatan 24`, City: `Bräcke`, Region: `East`, PostalCode: 36000, Country: `Sweden`, Phone: `0695-34 67 21`, Fax: `0695 33-4455` }), + new CustomersDataItem({ ID: `FRANK`, Company: `Frankenversand`, ContactName: `Peter Franken`, ContactTitle: `Marketing Manager`, Address: `Berliner Platz 43`, City: `München`, Region: `East`, PostalCode: 80805, Country: `Germany`, Phone: `089-0877310`, Fax: `089-0877451` }), + new CustomersDataItem({ ID: `FRANR`, Company: `France restauration`, ContactName: `Carine Schmitt`, ContactTitle: `Marketing Manager`, Address: `54, rue Royale`, City: `Nantes`, Region: `South`, PostalCode: 44000, Country: `France`, Phone: `40.32.21.21`, Fax: `40.32.21.20` }), + new CustomersDataItem({ ID: `FRANS`, Company: `Franchi S.p.A.`, ContactName: `Paolo Accorti`, ContactTitle: `Sales Representative`, Address: `Via Monte Bianco 34`, City: `Torino`, Region: `East`, PostalCode: 10100, Country: `Italy`, Phone: `011-4988260`, Fax: `011-4988261` }), ]; super(...newItems.slice(0)); } diff --git a/samples/grids/grid/column-sorting-indicators/src/FinancialDataAll.ts b/samples/grids/grid/column-sorting-indicators/src/FinancialDataAll.ts index 746a37ff76..7ebc265d4f 100644 --- a/samples/grids/grid/column-sorting-indicators/src/FinancialDataAll.ts +++ b/samples/grids/grid/column-sorting-indicators/src/FinancialDataAll.ts @@ -47,39006 +47,1006 @@ export class FinancialDataAll extends Array { super(...items); } else { const newItems = [ - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Ethanol`, - Spread: 0.01, - Open: 1.512, - Price: 2.76, - Buy: 2.75, - Sell: 2.76, - Change: 0.01, - ChangePercent: 0.2, - Volume: 14, - High: 2.75, - Low: 1.12, - YearlyHigh: 2.75, - YearlyLow: 1.12, - YearlyStart: 1.48, - YearlyChange: 86.7, - Settlement: `Cash`, - Contract: `CFD`, - Region: `Middle East`, - Country: `Saudi Arabia`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-02-11`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 0 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Natural Gas`, - Spread: 0.02, - Open: 2.094, - Price: 2.07, - Buy: 2.09, - Sell: 2.09, - Change: -0.03, - ChangePercent: -1.8, - Volume: 2783, - High: 2.11, - Low: 2.09, - YearlyHigh: 3.2, - YearlyLow: 1.84, - YearlyStart: 2.52, - YearlyChange: -16.51, - Settlement: `Credit`, - Contract: `Options`, - Region: `Middle East`, - Country: `Saudi Arabia`, - Risk: `High`, - Sector: `Public`, - Currency: `PLN`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-02-22`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 1 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Cotton`, - Spread: 0.01, - Open: 61.77, - Price: 62.9, - Buy: 61.77, - Sell: 61.77, - Change: 1.14, - ChangePercent: 1.84, - Volume: 3612, - High: 62.06, - Low: 61.32, - YearlyHigh: 67.59, - YearlyLow: 54.33, - YearlyStart: 60.96, - YearlyChange: 1.31, - Settlement: `Cash`, - Contract: `Options`, - Region: `North America`, - Country: `United States`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-05-23`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 2 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `FD Cattle`, - Spread: 0.01, - Open: 147.175, - Price: 150.57, - Buy: 148.6, - Sell: 148.61, - Change: 1.96, - ChangePercent: 1.32, - Volume: 5, - High: 148.61, - Low: 147.18, - YearlyHigh: 190, - YearlyLow: 138.1, - YearlyStart: 164.05, - YearlyChange: -9.41, - Settlement: `Loan`, - Contract: `Futures`, - Region: `Africa`, - Country: `South Africa`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-09-19`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 3 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Wheat`, - Spread: 0.01, - Open: 465.5, - Price: 465.89, - Buy: 465.5, - Sell: 465.5, - Change: 0.37, - ChangePercent: 0.08, - Volume: 4318, - High: 467, - Low: 463.25, - YearlyHigh: 628.5, - YearlyLow: 449.5, - YearlyStart: 539, - YearlyChange: -13.63, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Europe`, - Country: `Slovenia`, - Risk: `High`, - Sector: `Government`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-04-19`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 4 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Milk`, - Spread: 0.01, - Open: 12.87, - Price: 12.78, - Buy: 12.87, - Sell: 12.87, - Change: -0.08, - ChangePercent: -0.64, - Volume: 7, - High: 12.89, - Low: 12.81, - YearlyHigh: 16.96, - YearlyLow: 12.81, - YearlyStart: 14.88, - YearlyChange: -13.6, - Settlement: `Cash`, - Contract: `CFD`, - Region: `Africa`, - Country: `Nigeria`, - Risk: `High`, - Sector: `Public`, - Currency: `USD`, - Security: `High`, - Issuer: `American Airlines`, - Maturity: `2022-06-23`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 5 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Oil`, - Spread: 0.015, - Open: 45.54, - Price: 45.79, - Buy: 45.78, - Sell: 45.8, - Change: 0, - ChangePercent: 0, - Volume: 107196, - High: 45.94, - Low: 45, - YearlyHigh: 65.28, - YearlyLow: 30.79, - YearlyStart: 48.03, - YearlyChange: -4.67, - Settlement: `Loan`, - Contract: `Futures`, - Region: `Europe`, - Country: `Iceland`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `FedEx`, - Maturity: `2022-05-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 6 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P MID MINI`, - Spread: 0.01, - Open: 1454.3, - Price: 1430.74, - Buy: 1455.78, - Sell: 1455.79, - Change: -25.04, - ChangePercent: -1.72, - Volume: 338, - High: 1455.78, - Low: 1448, - YearlyHigh: 1527.3, - YearlyLow: 1236, - YearlyStart: 1381.65, - YearlyChange: 5.37, - Settlement: `Cash`, - Contract: `Options`, - Region: `Asia Pacific`, - Country: `China`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-07-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 7 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `Lean Hogs`, - Spread: 0.01, - Open: 81.275, - Price: 80.54, - Buy: 81.81, - Sell: 81.82, - Change: -1.27, - ChangePercent: -1.56, - Volume: 1, - High: 81.81, - Low: 81.28, - YearlyHigh: 83.98, - YearlyLow: 70.25, - YearlyStart: 77.11, - YearlyChange: 6.09, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Asia Pacific`, - Country: `India`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-09-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 8 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `US 30YR Future`, - Spread: 0.01, - Open: 164.875, - Price: 163.44, - Buy: 164.15, - Sell: 164.16, - Change: -0.72, - ChangePercent: -0.44, - Volume: 28012, - High: 165.25, - Low: 164.04, - YearlyHigh: 169.38, - YearlyLow: 151.47, - YearlyStart: 160.43, - YearlyChange: 2.33, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Europe`, - Country: `Netherlands`, - Risk: `High`, - Sector: `Government`, - Currency: `USD`, - Security: `Poor`, - Issuer: `American Airlines`, - Maturity: `2022-09-23`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 9 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Lumber`, - Spread: 0.01, - Open: 303.9, - Price: 304.48, - Buy: 304.59, - Sell: 304.6, - Change: -0.12, - ChangePercent: -0.04, - Volume: 2, - High: 304.6, - Low: 303.9, - YearlyHigh: 317.1, - YearlyLow: 236, - YearlyStart: 276.55, - YearlyChange: 10.14, - Settlement: `Loan`, - Contract: `Futures`, - Region: `Africa`, - Country: `Ethiopia`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-07-16`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 10 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Wheat`, - Spread: 0.01, - Open: 465.5, - Price: 470.73, - Buy: 465.5, - Sell: 465.5, - Change: 5.21, - ChangePercent: 1.12, - Volume: 4318, - High: 467, - Low: 463.25, - YearlyHigh: 628.5, - YearlyLow: 449.5, - YearlyStart: 539, - YearlyChange: -13.63, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Africa`, - Country: `Cameroon`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `FedEx`, - Maturity: `2022-04-19`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 11 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `US 30YR Future`, - Spread: 0.01, - Open: 164.875, - Price: 163.44, - Buy: 164.15, - Sell: 164.16, - Change: -0.72, - ChangePercent: -0.44, - Volume: 28012, - High: 165.25, - Low: 164.04, - YearlyHigh: 169.38, - YearlyLow: 151.47, - YearlyStart: 160.43, - YearlyChange: 2.33, - Settlement: `Loan`, - Contract: `Futures`, - Region: `Africa`, - Country: `Egypt`, - Risk: `Low`, - Sector: `Public`, - Currency: `EUR`, - Security: `High`, - Issuer: `American Airlines`, - Maturity: `2022-08-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 12 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Platinum`, - Spread: 0.01, - Open: 1071.6, - Price: 1050.53, - Buy: 1071.09, - Sell: 1071.1, - Change: -20.57, - ChangePercent: -1.92, - Volume: 3039, - High: 1081.2, - Low: 1070.5, - YearlyHigh: 1120.6, - YearlyLow: 812.4, - YearlyStart: 966.5, - YearlyChange: 10.82, - Settlement: `Cash`, - Contract: `Options`, - Region: `Africa`, - Country: `South Africa`, - Risk: `Low`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-02-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 13 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `GBP/USD`, - Spread: 0.02, - Open: 1.4464, - Price: 1.18, - Buy: 1.18, - Sell: 1.2, - Change: -0.01, - ChangePercent: -0.8, - Volume: 29450, - High: 1.45, - Low: 1.19, - YearlyHigh: 1.59, - YearlyLow: 1.19, - YearlyStart: 1.49, - YearlyChange: -19.59, - Settlement: `Cash`, - Contract: `Options`, - Region: `Africa`, - Country: `Nigeria`, - Risk: `Low`, - Sector: `Government`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-04-11`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 14 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Silver`, - Spread: 0.01, - Open: 17.43, - Price: 17.77, - Buy: 17.43, - Sell: 17.43, - Change: 0.35, - ChangePercent: 2, - Volume: 11720, - High: 17.51, - Low: 17.37, - YearlyHigh: 18.06, - YearlyLow: 13.73, - YearlyStart: 15.89, - YearlyChange: 9.59, - Settlement: `Cash`, - Contract: `Options`, - Region: `Europe`, - Country: `Netherlands`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-05-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 15 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Oil`, - Spread: 0.015, - Open: 45.54, - Price: 44.93, - Buy: 45.78, - Sell: 45.8, - Change: -0.86, - ChangePercent: -1.88, - Volume: 107196, - High: 45.94, - Low: 45, - YearlyHigh: 65.28, - YearlyLow: 30.79, - YearlyStart: 48.03, - YearlyChange: -4.67, - Settlement: `Cash`, - Contract: `Options`, - Region: `South America`, - Country: `Bolivia`, - Risk: `Low`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-03-16`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 16 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `BTC/USD`, - Spread: 0.06, - Open: 93.88, - Price: 21370.39, - Buy: 21200.76, - Sell: 21400.78, - Change: 369.62, - ChangePercent: 1.76, - Volume: 5788000, - High: 22400.05, - Low: 20100.75, - YearlyHigh: 62400.7, - YearlyLow: 15100.88, - YearlyStart: 21200.29, - YearlyChange: -20.62, - Settlement: `Credit`, - Contract: `Forwards`, - Region: `Middle East`, - Country: `Iran`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-04-11`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 17 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Silver`, - Spread: 0.01, - Open: 17.43, - Price: 17.62, - Buy: 17.43, - Sell: 17.43, - Change: 0.2, - ChangePercent: 1.16, - Volume: 11720, - High: 17.51, - Low: 17.37, - YearlyHigh: 18.06, - YearlyLow: 13.73, - YearlyStart: 15.89, - YearlyChange: 9.59, - Settlement: `Credit`, - Contract: `Options`, - Region: `Asia Pacific`, - Country: `Taiwan`, - Risk: `Low`, - Sector: `Public`, - Currency: `USD`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-04-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 18 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soy Meat`, - Spread: 0.01, - Open: 342.6, - Price: 348.38, - Buy: 342.6, - Sell: 342.6, - Change: 5.76, - ChangePercent: 1.68, - Volume: 5646, - High: 345.4, - Low: 340.3, - YearlyHigh: 353.4, - YearlyLow: 261.7, - YearlyStart: 307.55, - YearlyChange: 11.4, - Settlement: `Credit`, - Contract: `CFD`, - Region: `Middle East`, - Country: `UAE`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-06-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 19 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `AUD/USD`, - Spread: 0.02, - Open: 0.7344, - Price: 0.74, - Buy: 0.73, - Sell: 0.73, - Change: 0, - ChangePercent: -1.2, - Volume: 36764, - High: 0.74, - Low: 0.73, - YearlyHigh: 0.79, - YearlyLow: 0.68, - YearlyStart: 0.73, - YearlyChange: 1.28, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Middle East`, - Country: `UAE`, - Risk: `Low`, - Sector: `Government`, - Currency: `USD`, - Security: `High`, - Issuer: `American Airlines`, - Maturity: `2022-07-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 20 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Coal`, - Spread: 0.015, - Open: 0.4363, - Price: 0.41, - Buy: 0.44, - Sell: 0.44, - Change: -0.01, - ChangePercent: -1.2, - Volume: 3, - High: 0.44, - Low: 0.44, - YearlyHigh: 0.48, - YearlyLow: 0.4, - YearlyStart: 0.44, - YearlyChange: -5.33, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Europe`, - Country: `Germany`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-03-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 21 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `OJ Future`, - Spread: 0.01, - Open: 140.6, - Price: 142.94, - Buy: 140.18, - Sell: 140.19, - Change: 2.75, - ChangePercent: 1.96, - Volume: 7, - High: 140.19, - Low: 0, - YearlyHigh: 155.95, - YearlyLow: 113, - YearlyStart: 134.47, - YearlyChange: 4.25, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Europe`, - Country: `Slovenia`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-05-23`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 22 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Wheat`, - Spread: 0.01, - Open: 465.5, - Price: 462.54, - Buy: 465.5, - Sell: 465.5, - Change: -2.98, - ChangePercent: -0.64, - Volume: 4318, - High: 467, - Low: 463.25, - YearlyHigh: 628.5, - YearlyLow: 449.5, - YearlyStart: 539, - YearlyChange: -13.63, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Asia Pacific`, - Country: `Thailand`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-08-16`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 23 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Copper`, - Spread: 0.02, - Open: 2.123, - Price: 2.14, - Buy: 2.12, - Sell: 2.12, - Change: 0.03, - ChangePercent: 1.24, - Volume: 28819, - High: 2.16, - Low: 2.11, - YearlyHigh: 2.94, - YearlyLow: 1.96, - YearlyStart: 2.45, - YearlyChange: -13.76, - Settlement: `Credit`, - Contract: `CFD`, - Region: `Middle East`, - Country: `UAE`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `American Airlines`, - Maturity: `2022-01-22`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 24 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soy oil`, - Spread: 0.01, - Open: 33.26, - Price: 33.99, - Buy: 33.77, - Sell: 33.78, - Change: 0.22, - ChangePercent: 0.64, - Volume: 10592, - High: 33.77, - Low: 33.06, - YearlyHigh: 35.43, - YearlyLow: 26.61, - YearlyStart: 31.02, - YearlyChange: 8.87, - Settlement: `Credit`, - Contract: `Options`, - Region: `Africa`, - Country: `Cameroon`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-07-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 25 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Coal`, - Spread: 0.015, - Open: 0.4363, - Price: 0.42, - Buy: 0.44, - Sell: 0.44, - Change: 0, - ChangePercent: 1, - Volume: 3, - High: 0.44, - Low: 0.44, - YearlyHigh: 0.48, - YearlyLow: 0.4, - YearlyStart: 0.44, - YearlyChange: -5.33, - Settlement: `Credit`, - Contract: `Forwards`, - Region: `Africa`, - Country: `Tunisia`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-01-23`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 26 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `Euro$ 3M`, - Spread: 0.01, - Open: 99.18, - Price: 100.8, - Buy: 99.18, - Sell: 99.18, - Change: 1.63, - ChangePercent: 1.64, - Volume: 29509, - High: 99.18, - Low: 99.17, - YearlyHigh: 99.38, - YearlyLow: 98.41, - YearlyStart: 98.89, - YearlyChange: 0.28, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Middle East`, - Country: `Israel`, - Risk: `Low`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-07-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 27 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Milk`, - Spread: 0.01, - Open: 12.87, - Price: 12.84, - Buy: 12.87, - Sell: 12.87, - Change: -0.02, - ChangePercent: -0.12, - Volume: 7, - High: 12.89, - Low: 12.81, - YearlyHigh: 16.96, - YearlyLow: 12.81, - YearlyStart: 14.88, - YearlyChange: -13.6, - Settlement: `Credit`, - Contract: `Futures`, - Region: `Africa`, - Country: `South Africa`, - Risk: `Low`, - Sector: `Public`, - Currency: `EUR`, - Security: `High`, - Issuer: `FedEx`, - Maturity: `2022-08-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 28 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/JPY`, - Spread: 0.02, - Open: 9275.5, - Price: 9162.3, - Buy: 9277.32, - Sell: 9277.34, - Change: -115.03, - ChangePercent: -1.24, - Volume: 47734, - High: 9277.33, - Low: 0.93, - YearlyHigh: 9483, - YearlyLow: 0.93, - YearlyStart: 4741.97, - YearlyChange: 95.64, - Settlement: `Cash`, - Contract: `Swap`, - Region: `North America`, - Country: `Mexico`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-02-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 29 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Uranium`, - Spread: 0.02, - Open: 27.55, - Price: 27.56, - Buy: 27.55, - Sell: 27.55, - Change: -0.02, - ChangePercent: -0.08, - Volume: 12, - High: 27.55, - Low: 27.55, - YearlyHigh: 29.32, - YearlyLow: 21.28, - YearlyStart: 25.3, - YearlyChange: 9.01, - Settlement: `Credit`, - Contract: `Forwards`, - Region: `Asia Pacific`, - Country: `Taiwan`, - Risk: `Low`, - Sector: `Public`, - Currency: `USD`, - Security: `High`, - Issuer: `FedEx`, - Maturity: `2022-09-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 30 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `US 10YR Future`, - Spread: 0.01, - Open: 130.5625, - Price: 131.78, - Buy: 130.56, - Sell: 130.56, - Change: 1.2, - ChangePercent: 0.92, - Volume: 189310, - High: 130.63, - Low: 130.44, - YearlyHigh: 132.64, - YearlyLow: 125.48, - YearlyStart: 129.06, - YearlyChange: 1.18, - Settlement: `Loan`, - Contract: `Futures`, - Region: `Asia Pacific`, - Country: `India`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-01-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 31 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Uranium`, - Spread: 0.02, - Open: 27.55, - Price: 27.6, - Buy: 27.55, - Sell: 27.55, - Change: 0.02, - ChangePercent: 0.08, - Volume: 12, - High: 27.55, - Low: 27.55, - YearlyHigh: 29.32, - YearlyLow: 21.28, - YearlyStart: 25.3, - YearlyChange: 9.01, - Settlement: `Loan`, - Contract: `CFD`, - Region: `Middle East`, - Country: `Syria`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-03-24`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 32 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P MID MINI`, - Spread: 0.01, - Open: 1454.3, - Price: 1472.09, - Buy: 1455.78, - Sell: 1455.79, - Change: 16.31, - ChangePercent: 1.12, - Volume: 338, - High: 1455.78, - Low: 1448, - YearlyHigh: 1527.3, - YearlyLow: 1236, - YearlyStart: 1381.65, - YearlyChange: 5.37, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Asia Pacific`, - Country: `Indonesia`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-07-11`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 33 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/JPY`, - Spread: 0.02, - Open: 9275.5, - Price: 9236.51, - Buy: 9277.32, - Sell: 9277.34, - Change: -40.82, - ChangePercent: -0.44, - Volume: 47734, - High: 9277.33, - Low: 0.93, - YearlyHigh: 9483, - YearlyLow: 0.93, - YearlyStart: 4741.97, - YearlyChange: 95.64, - Settlement: `Credit`, - Contract: `Options`, - Region: `Asia Pacific`, - Country: `Australia`, - Risk: `Low`, - Sector: `Public`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-02-19`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 34 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Diesel`, - Spread: 0.015, - Open: 1.3474, - Price: 1.37, - Buy: 1.35, - Sell: 1.35, - Change: 0.01, - ChangePercent: 1.24, - Volume: 2971, - High: 1.36, - Low: 1.34, - YearlyHigh: 2.11, - YearlyLow: 0.92, - YearlyStart: 1.51, - YearlyChange: -10.4, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Europe`, - Country: `Norway`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `High`, - Issuer: `FedEx`, - Maturity: `2022-07-19`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 35 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `LV Cattle`, - Spread: 0.01, - Open: 120.725, - Price: 121.82, - Buy: 120.72, - Sell: 120.72, - Change: 1.11, - ChangePercent: 0.92, - Volume: 4, - High: 120.72, - Low: 120.72, - YearlyHigh: 147.98, - YearlyLow: 113.9, - YearlyStart: 130.94, - YearlyChange: -7.82, - Settlement: `Loan`, - Contract: `Forwards`, - Region: `North America`, - Country: `United States`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-06-19`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 36 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/CHF`, - Spread: 0.02, - Open: 1.0337, - Price: 1.06, - Buy: 1.03, - Sell: 1.03, - Change: 0.02, - ChangePercent: 1.6, - Volume: 5550, - High: 1.03, - Low: 1.03, - YearlyHigh: 1.11, - YearlyLow: 0.98, - YearlyStart: 1.04, - YearlyChange: -0.12, - Settlement: `Credit`, - Contract: `Options`, - Region: `Asia Pacific`, - Country: `Australia`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-03-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 37 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `US 2Y Future`, - Spread: 0.01, - Open: 109.3984, - Price: 111.18, - Buy: 109.4, - Sell: 109.4, - Change: 1.79, - ChangePercent: 1.64, - Volume: 17742, - High: 109.41, - Low: 109.38, - YearlyHigh: 109.8, - YearlyLow: 108.62, - YearlyStart: 109.21, - YearlyChange: 0.16, - Settlement: `Cash`, - Contract: `CFD`, - Region: `Asia Pacific`, - Country: `Thailand`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-03-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 38 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P Future`, - Spread: 0.01, - Open: 2057.5, - Price: 2021.23, - Buy: 2056.6, - Sell: 2056.61, - Change: -35.37, - ChangePercent: -1.72, - Volume: 142780, - High: 2059.5, - Low: 2049, - YearlyHigh: 2105.5, - YearlyLow: 1794.5, - YearlyStart: 1950, - YearlyChange: 5.47, - Settlement: `Loan`, - Contract: `CFD`, - Region: `Asia Pacific`, - Country: `China`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-02-23`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 39 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `BTC/USD`, - Spread: 0.06, - Open: 93.88, - Price: 21395.59, - Buy: 21200.76, - Sell: 21400.78, - Change: 394.82, - ChangePercent: 1.88, - Volume: 5788000, - High: 22400.05, - Low: 20100.75, - YearlyHigh: 62400.7, - YearlyLow: 15100.88, - YearlyStart: 21200.29, - YearlyChange: -20.62, - Settlement: `Loan`, - Contract: `CFD`, - Region: `South America`, - Country: `Venezuela`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-05-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 40 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/CAD`, - Spread: 0.02, - Open: 0.7744, - Price: 0.96, - Buy: 0.94, - Sell: 0.96, - Change: 0.01, - ChangePercent: 0.92, - Volume: 13669, - High: 0.95, - Low: 0.77, - YearlyHigh: 0.95, - YearlyLow: 0.68, - YearlyStart: 0.76, - YearlyChange: 26.43, - Settlement: `Loan`, - Contract: `Forwards`, - Region: `Africa`, - Country: `Morocco`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-01-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 41 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soybean`, - Spread: 0.01, - Open: 1038, - Price: 1049, - Buy: 1038.61, - Sell: 1038.62, - Change: 10.38, - ChangePercent: 1, - Volume: 20356, - High: 1044, - Low: 1031.75, - YearlyHigh: 1057, - YearlyLow: 859.5, - YearlyStart: 958.25, - YearlyChange: 8.39, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Asia Pacific`, - Country: `Korea`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-04-11`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 42 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Oats`, - Spread: 0.01, - Open: 194.5, - Price: 197.4, - Buy: 194.21, - Sell: 194.22, - Change: 3.18, - ChangePercent: 1.64, - Volume: 64, - High: 195.75, - Low: 194, - YearlyHigh: 241.25, - YearlyLow: 183.75, - YearlyStart: 212.5, - YearlyChange: -8.6, - Settlement: `Credit`, - Contract: `Swap`, - Region: `South America`, - Country: `Guyana`, - Risk: `Low`, - Sector: `Public`, - Currency: `USD`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-03-16`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 43 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Oil`, - Spread: 0.015, - Open: 45.54, - Price: 45.57, - Buy: 45.78, - Sell: 45.8, - Change: -0.22, - ChangePercent: -0.48, - Volume: 107196, - High: 45.94, - Low: 45, - YearlyHigh: 65.28, - YearlyLow: 30.79, - YearlyStart: 48.03, - YearlyChange: -4.67, - Settlement: `Cash`, - Contract: `Options`, - Region: `Middle East`, - Country: `Syria`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `High`, - Issuer: `American Airlines`, - Maturity: `2022-05-23`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 44 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Uranium`, - Spread: 0.02, - Open: 27.55, - Price: 27.51, - Buy: 27.55, - Sell: 27.55, - Change: -0.07, - ChangePercent: -0.24, - Volume: 12, - High: 27.55, - Low: 27.55, - YearlyHigh: 29.32, - YearlyLow: 21.28, - YearlyStart: 25.3, - YearlyChange: 9.01, - Settlement: `Cash`, - Contract: `Options`, - Region: `Europe`, - Country: `Slovakia`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-09-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 45 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/CAD`, - Spread: 0.02, - Open: 0.7744, - Price: 0.94, - Buy: 0.94, - Sell: 0.96, - Change: -0.01, - ChangePercent: -1.84, - Volume: 13669, - High: 0.95, - Low: 0.77, - YearlyHigh: 0.95, - YearlyLow: 0.68, - YearlyStart: 0.76, - YearlyChange: 26.43, - Settlement: `Credit`, - Contract: `Options`, - Region: `Asia Pacific`, - Country: `Australia`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-03-27`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 46 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Ethanol`, - Spread: 0.01, - Open: 1.512, - Price: 2.76, - Buy: 2.75, - Sell: 2.76, - Change: 0.01, - ChangePercent: 0.12, - Volume: 14, - High: 2.75, - Low: 1.12, - YearlyHigh: 2.75, - YearlyLow: 1.12, - YearlyStart: 1.48, - YearlyChange: 86.7, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Africa`, - Country: `Cameroon`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-06-21`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 47 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Uranium`, - Spread: 0.02, - Open: 27.55, - Price: 27.72, - Buy: 27.55, - Sell: 27.55, - Change: 0.14, - ChangePercent: 0.52, - Volume: 12, - High: 27.55, - Low: 27.55, - YearlyHigh: 29.32, - YearlyLow: 21.28, - YearlyStart: 25.3, - YearlyChange: 9.01, - Settlement: `Cash`, - Contract: `CFD`, - Region: `North America`, - Country: `United States`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-03-24`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 48 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Cotton`, - Spread: 0.01, - Open: 61.77, - Price: 60.75, - Buy: 61.77, - Sell: 61.77, - Change: -1.01, - ChangePercent: -1.64, - Volume: 3612, - High: 62.06, - Low: 61.32, - YearlyHigh: 67.59, - YearlyLow: 54.33, - YearlyStart: 60.96, - YearlyChange: 1.31, - Settlement: `Cash`, - Contract: `Options`, - Region: `Africa`, - Country: `Cameroon`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-05-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 49 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Uranium`, - Spread: 0.02, - Open: 27.55, - Price: 27.87, - Buy: 27.55, - Sell: 27.55, - Change: 0.29, - ChangePercent: 1.04, - Volume: 12, - High: 27.55, - Low: 27.55, - YearlyHigh: 29.32, - YearlyLow: 21.28, - YearlyStart: 25.3, - YearlyChange: 9.01, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Middle East`, - Country: `Syria`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `High`, - Issuer: `American Airlines`, - Maturity: `2022-09-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 50 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `DOW Future`, - Spread: 0.01, - Open: 17711, - Price: 17747.58, - Buy: 17712.15, - Sell: 17712.16, - Change: 35.43, - ChangePercent: 0.2, - Volume: 22236, - High: 17727, - Low: 17642, - YearlyHigh: 18083, - YearlyLow: 15299, - YearlyStart: 16691, - YearlyChange: 6.12, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Asia Pacific`, - Country: `Pakistan`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-04-11`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 51 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `BTC/USD`, - Spread: 0.06, - Open: 93.88, - Price: 20589.16, - Buy: 21200.76, - Sell: 21400.78, - Change: -411.61, - ChangePercent: -1.96, - Volume: 5788000, - High: 22400.05, - Low: 20100.75, - YearlyHigh: 62400.7, - YearlyLow: 15100.88, - YearlyStart: 21200.29, - YearlyChange: -20.62, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Europe`, - Country: `Russia`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-02-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 52 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Rice`, - Spread: 0.01, - Open: 11.245, - Price: 10.32, - Buy: 10.41, - Sell: 10.42, - Change: -0.1, - ChangePercent: -0.92, - Volume: 220, - High: 11.38, - Low: 10.42, - YearlyHigh: 14.14, - YearlyLow: 9.7, - YearlyStart: 11.92, - YearlyChange: -12.62, - Settlement: `Cash`, - Contract: `Futures`, - Region: `South America`, - Country: `Ecuador`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-09-19`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 53 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `NAS Future`, - Spread: 0.01, - Open: 4341.25, - Price: 4297.87, - Buy: 4341.25, - Sell: 4341.25, - Change: -43.41, - ChangePercent: -1, - Volume: 18259, - High: 4347, - Low: 4318, - YearlyHigh: 4719.75, - YearlyLow: 3867.75, - YearlyStart: 4293.75, - YearlyChange: 1.11, - Settlement: `Cash`, - Contract: `Options`, - Region: `Middle East`, - Country: `Jordan`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-02-24`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 54 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Corn`, - Spread: 0.01, - Open: 379.5, - Price: 374.79, - Buy: 379.8, - Sell: 379.81, - Change: -5.01, - ChangePercent: -1.32, - Volume: 11266, - High: 381, - Low: 377.75, - YearlyHigh: 471.25, - YearlyLow: 351.25, - YearlyStart: 411.25, - YearlyChange: -7.65, - Settlement: `Loan`, - Contract: `Swap`, - Region: `South America`, - Country: `Chile`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-08-11`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 55 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Coal`, - Spread: 0.015, - Open: 0.4363, - Price: 0.41, - Buy: 0.44, - Sell: 0.44, - Change: -0.01, - ChangePercent: -1.64, - Volume: 3, - High: 0.44, - Low: 0.44, - YearlyHigh: 0.48, - YearlyLow: 0.4, - YearlyStart: 0.44, - YearlyChange: -5.33, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Europe`, - Country: `Hungary`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-07-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 56 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `OJ Future`, - Spread: 0.01, - Open: 140.6, - Price: 140.41, - Buy: 140.18, - Sell: 140.19, - Change: 0.22, - ChangePercent: 0.16, - Volume: 7, - High: 140.19, - Low: 0, - YearlyHigh: 155.95, - YearlyLow: 113, - YearlyStart: 134.47, - YearlyChange: 4.25, - Settlement: `Loan`, - Contract: `Futures`, - Region: `Europe`, - Country: `Spain`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-07-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 57 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `Lean Hogs`, - Spread: 0.01, - Open: 81.275, - Price: 81.68, - Buy: 81.81, - Sell: 81.82, - Change: -0.13, - ChangePercent: -0.16, - Volume: 1, - High: 81.81, - Low: 81.28, - YearlyHigh: 83.98, - YearlyLow: 70.25, - YearlyStart: 77.11, - YearlyChange: 6.09, - Settlement: `Credit`, - Contract: `Options`, - Region: `South America`, - Country: `Guyana`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-05-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 58 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `BTC/USD`, - Spread: 0.06, - Open: 93.88, - Price: 21126.78, - Buy: 21200.76, - Sell: 21400.78, - Change: 126.01, - ChangePercent: 0.6, - Volume: 5788000, - High: 22400.05, - Low: 20100.75, - YearlyHigh: 62400.7, - YearlyLow: 15100.88, - YearlyStart: 21200.29, - YearlyChange: -20.62, - Settlement: `Cash`, - Contract: `Options`, - Region: `Africa`, - Country: `Tunisia`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `High`, - Issuer: `FedEx`, - Maturity: `2022-08-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 59 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Platinum`, - Spread: 0.01, - Open: 1071.6, - Price: 1055.68, - Buy: 1071.09, - Sell: 1071.1, - Change: -15.42, - ChangePercent: -1.44, - Volume: 3039, - High: 1081.2, - Low: 1070.5, - YearlyHigh: 1120.6, - YearlyLow: 812.4, - YearlyStart: 966.5, - YearlyChange: 10.82, - Settlement: `Cash`, - Contract: `Futures`, - Region: `South America`, - Country: `Chile`, - Risk: `High`, - Sector: `Private`, - Currency: `PLN`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-07-11`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 60 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Milk`, - Spread: 0.01, - Open: 12.87, - Price: 13.08, - Buy: 12.87, - Sell: 12.87, - Change: 0.22, - ChangePercent: 1.68, - Volume: 7, - High: 12.89, - Low: 12.81, - YearlyHigh: 16.96, - YearlyLow: 12.81, - YearlyStart: 14.88, - YearlyChange: -13.6, - Settlement: `Credit`, - Contract: `Futures`, - Region: `Europe`, - Country: `Hungary`, - Risk: `High`, - Sector: `Private`, - Currency: `PLN`, - Security: `High`, - Issuer: `American Airlines`, - Maturity: `2022-05-23`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 61 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soy oil`, - Spread: 0.01, - Open: 33.26, - Price: 34.45, - Buy: 33.77, - Sell: 33.78, - Change: 0.68, - ChangePercent: 2, - Volume: 10592, - High: 33.77, - Low: 33.06, - YearlyHigh: 35.43, - YearlyLow: 26.61, - YearlyStart: 31.02, - YearlyChange: 8.87, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Africa`, - Country: `Morocco`, - Risk: `High`, - Sector: `Public`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `American Airlines`, - Maturity: `2022-02-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 62 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Platinum`, - Spread: 0.01, - Open: 1071.6, - Price: 1074.53, - Buy: 1071.09, - Sell: 1071.1, - Change: 3.43, - ChangePercent: 0.32, - Volume: 3039, - High: 1081.2, - Low: 1070.5, - YearlyHigh: 1120.6, - YearlyLow: 812.4, - YearlyStart: 966.5, - YearlyChange: 10.82, - Settlement: `Credit`, - Contract: `CFD`, - Region: `Africa`, - Country: `Libya`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-04-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 63 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Ethanol`, - Spread: 0.01, - Open: 1.512, - Price: 2.81, - Buy: 2.75, - Sell: 2.76, - Change: 0.06, - ChangePercent: 2, - Volume: 14, - High: 2.75, - Low: 1.12, - YearlyHigh: 2.75, - YearlyLow: 1.12, - YearlyStart: 1.48, - YearlyChange: 86.7, - Settlement: `Credit`, - Contract: `Forwards`, - Region: `Asia Pacific`, - Country: `India`, - Risk: `High`, - Sector: `Public`, - Currency: `USD`, - Security: `High`, - Issuer: `FedEx`, - Maturity: `2022-03-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 64 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Cotton`, - Spread: 0.01, - Open: 61.77, - Price: 61.86, - Buy: 61.77, - Sell: 61.77, - Change: 0.1, - ChangePercent: 0.16, - Volume: 3612, - High: 62.06, - Low: 61.32, - YearlyHigh: 67.59, - YearlyLow: 54.33, - YearlyStart: 60.96, - YearlyChange: 1.31, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Africa`, - Country: `Tunisia`, - Risk: `High`, - Sector: `Private`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-01-23`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 65 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Wheat`, - Spread: 0.01, - Open: 465.5, - Price: 472.78, - Buy: 465.5, - Sell: 465.5, - Change: 7.26, - ChangePercent: 1.56, - Volume: 4318, - High: 467, - Low: 463.25, - YearlyHigh: 628.5, - YearlyLow: 449.5, - YearlyStart: 539, - YearlyChange: -13.63, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Africa`, - Country: `Cameroon`, - Risk: `Low`, - Sector: `Government`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-02-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 66 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Natural Gas`, - Spread: 0.02, - Open: 2.094, - Price: 2.06, - Buy: 2.09, - Sell: 2.09, - Change: -0.04, - ChangePercent: -1.92, - Volume: 2783, - High: 2.11, - Low: 2.09, - YearlyHigh: 3.2, - YearlyLow: 1.84, - YearlyStart: 2.52, - YearlyChange: -16.51, - Settlement: `Cash`, - Contract: `Options`, - Region: `South America`, - Country: `Uruguay`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-01-19`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 67 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `FD Cattle`, - Spread: 0.01, - Open: 147.175, - Price: 148.55, - Buy: 148.6, - Sell: 148.61, - Change: -0.06, - ChangePercent: -0.04, - Volume: 5, - High: 148.61, - Low: 147.18, - YearlyHigh: 190, - YearlyLow: 138.1, - YearlyStart: 164.05, - YearlyChange: -9.41, - Settlement: `Cash`, - Contract: `Swap`, - Region: `South America`, - Country: `Argentina`, - Risk: `High`, - Sector: `Government`, - Currency: `USD`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-03-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 68 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/JPY`, - Spread: 0.02, - Open: 9275.5, - Price: 9347.84, - Buy: 9277.32, - Sell: 9277.34, - Change: 70.51, - ChangePercent: 0.76, - Volume: 47734, - High: 9277.33, - Low: 0.93, - YearlyHigh: 9483, - YearlyLow: 0.93, - YearlyStart: 4741.97, - YearlyChange: 95.64, - Settlement: `Credit`, - Contract: `Options`, - Region: `Middle East`, - Country: `Saudi Arabia`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `High`, - Issuer: `American Airlines`, - Maturity: `2022-07-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 69 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soy oil`, - Spread: 0.01, - Open: 33.26, - Price: 33.38, - Buy: 33.77, - Sell: 33.78, - Change: -0.39, - ChangePercent: -1.16, - Volume: 10592, - High: 33.77, - Low: 33.06, - YearlyHigh: 35.43, - YearlyLow: 26.61, - YearlyStart: 31.02, - YearlyChange: 8.87, - Settlement: `Credit`, - Contract: `Options`, - Region: `Europe`, - Country: `Netherlands`, - Risk: `Low`, - Sector: `Government`, - Currency: `USD`, - Security: `High`, - Issuer: `American Airlines`, - Maturity: `2022-09-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 70 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soy Meat`, - Spread: 0.01, - Open: 342.6, - Price: 339.06, - Buy: 342.6, - Sell: 342.6, - Change: -3.56, - ChangePercent: -1.04, - Volume: 5646, - High: 345.4, - Low: 340.3, - YearlyHigh: 353.4, - YearlyLow: 261.7, - YearlyStart: 307.55, - YearlyChange: 11.4, - Settlement: `Loan`, - Contract: `Options`, - Region: `Europe`, - Country: `Hungary`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-04-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 71 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Natural Gas`, - Spread: 0.02, - Open: 2.094, - Price: 2.1, - Buy: 2.09, - Sell: 2.09, - Change: 0, - ChangePercent: -0.28, - Volume: 2783, - High: 2.11, - Low: 2.09, - YearlyHigh: 3.2, - YearlyLow: 1.84, - YearlyStart: 2.52, - YearlyChange: -16.51, - Settlement: `Loan`, - Contract: `Forwards`, - Region: `Europe`, - Country: `Portugal`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-05-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 72 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/JPY`, - Spread: 0.02, - Open: 9275.5, - Price: 9459.17, - Buy: 9277.32, - Sell: 9277.34, - Change: 181.84, - ChangePercent: 1.96, - Volume: 47734, - High: 9277.33, - Low: 0.93, - YearlyHigh: 9483, - YearlyLow: 0.93, - YearlyStart: 4741.97, - YearlyChange: 95.64, - Settlement: `Credit`, - Contract: `Futures`, - Region: `Middle East`, - Country: `Iraq`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-07-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 73 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Oats`, - Spread: 0.01, - Open: 194.5, - Price: 197.25, - Buy: 194.21, - Sell: 194.22, - Change: 3.03, - ChangePercent: 1.56, - Volume: 64, - High: 195.75, - Low: 194, - YearlyHigh: 241.25, - YearlyLow: 183.75, - YearlyStart: 212.5, - YearlyChange: -8.6, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Europe`, - Country: `Sweden`, - Risk: `Low`, - Sector: `Public`, - Currency: `USD`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-04-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 74 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soy Meat`, - Spread: 0.01, - Open: 342.6, - Price: 336.59, - Buy: 342.6, - Sell: 342.6, - Change: -6.03, - ChangePercent: -1.76, - Volume: 5646, - High: 345.4, - Low: 340.3, - YearlyHigh: 353.4, - YearlyLow: 261.7, - YearlyStart: 307.55, - YearlyChange: 11.4, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Africa`, - Country: `Ethiopia`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-09-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 75 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Gold`, - Spread: 0.01, - Open: 1281.1, - Price: 1260.75, - Buy: 1280.73, - Sell: 1280.74, - Change: -19.98, - ChangePercent: -1.56, - Volume: 48387, - High: 1289.5, - Low: 1279.1, - YearlyHigh: 1306, - YearlyLow: 1047.2, - YearlyStart: 1176.6, - YearlyChange: 8.85, - Settlement: `Cash`, - Contract: `Options`, - Region: `Africa`, - Country: `Nigeria`, - Risk: `High`, - Sector: `Private`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-04-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 76 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Sugar`, - Spread: 0.01, - Open: 15.68, - Price: 14.91, - Buy: 14.67, - Sell: 14.68, - Change: 0.24, - ChangePercent: 1.64, - Volume: 4949, - High: 15.7, - Low: 14.67, - YearlyHigh: 16.87, - YearlyLow: 11.37, - YearlyStart: 14.12, - YearlyChange: 3.92, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Europe`, - Country: `Sweden`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-05-21`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 77 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Copper`, - Spread: 0.02, - Open: 2.123, - Price: 2.1, - Buy: 2.12, - Sell: 2.12, - Change: -0.01, - ChangePercent: -0.64, - Volume: 28819, - High: 2.16, - Low: 2.11, - YearlyHigh: 2.94, - YearlyLow: 1.96, - YearlyStart: 2.45, - YearlyChange: -13.76, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Africa`, - Country: `Ethiopia`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-08-19`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 78 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/JPY`, - Spread: 0.02, - Open: 9275.5, - Price: 9329.29, - Buy: 9277.32, - Sell: 9277.34, - Change: 51.96, - ChangePercent: 0.56, - Volume: 47734, - High: 9277.33, - Low: 0.93, - YearlyHigh: 9483, - YearlyLow: 0.93, - YearlyStart: 4741.97, - YearlyChange: 95.64, - Settlement: `Loan`, - Contract: `Futures`, - Region: `Europe`, - Country: `Germany`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-07-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 79 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `OJ Future`, - Spread: 0.01, - Open: 140.6, - Price: 140.97, - Buy: 140.18, - Sell: 140.19, - Change: 0.78, - ChangePercent: 0.56, - Volume: 7, - High: 140.19, - Low: 0, - YearlyHigh: 155.95, - YearlyLow: 113, - YearlyStart: 134.47, - YearlyChange: 4.25, - Settlement: `Loan`, - Contract: `CFD`, - Region: `Africa`, - Country: `Morocco`, - Risk: `Low`, - Sector: `Government`, - Currency: `USD`, - Security: `High`, - Issuer: `FedEx`, - Maturity: `2022-06-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 80 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/JPY`, - Spread: 0.02, - Open: 9275.5, - Price: 9455.46, - Buy: 9277.32, - Sell: 9277.34, - Change: 178.13, - ChangePercent: 1.92, - Volume: 47734, - High: 9277.33, - Low: 0.93, - YearlyHigh: 9483, - YearlyLow: 0.93, - YearlyStart: 4741.97, - YearlyChange: 95.64, - Settlement: `Loan`, - Contract: `Futures`, - Region: `Asia Pacific`, - Country: `China`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-03-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 81 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `FD Cattle`, - Spread: 0.01, - Open: 147.175, - Price: 148.37, - Buy: 148.6, - Sell: 148.61, - Change: -0.24, - ChangePercent: -0.16, - Volume: 5, - High: 148.61, - Low: 147.18, - YearlyHigh: 190, - YearlyLow: 138.1, - YearlyStart: 164.05, - YearlyChange: -9.41, - Settlement: `Loan`, - Contract: `Futures`, - Region: `Europe`, - Country: `France`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-02-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 82 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Diesel`, - Spread: 0.015, - Open: 1.3474, - Price: 1.38, - Buy: 1.35, - Sell: 1.35, - Change: 0.02, - ChangePercent: 1.56, - Volume: 2971, - High: 1.36, - Low: 1.34, - YearlyHigh: 2.11, - YearlyLow: 0.92, - YearlyStart: 1.51, - YearlyChange: -10.4, - Settlement: `Cash`, - Contract: `Options`, - Region: `North America`, - Country: `United States`, - Risk: `High`, - Sector: `Public`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-03-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 83 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Ethanol`, - Spread: 0.01, - Open: 1.512, - Price: 2.71, - Buy: 2.75, - Sell: 2.76, - Change: -0.04, - ChangePercent: -1.68, - Volume: 14, - High: 2.75, - Low: 1.12, - YearlyHigh: 2.75, - YearlyLow: 1.12, - YearlyStart: 1.48, - YearlyChange: 86.7, - Settlement: `Cash`, - Contract: `Options`, - Region: `Africa`, - Country: `South Africa`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-04-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 84 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `DOW Future`, - Spread: 0.01, - Open: 17711, - Price: 17875.1, - Buy: 17712.15, - Sell: 17712.16, - Change: 162.95, - ChangePercent: 0.92, - Volume: 22236, - High: 17727, - Low: 17642, - YearlyHigh: 18083, - YearlyLow: 15299, - YearlyStart: 16691, - YearlyChange: 6.12, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Europe`, - Country: `Ireland`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-02-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 85 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `LV Cattle`, - Spread: 0.01, - Open: 120.725, - Price: 120.9, - Buy: 120.72, - Sell: 120.72, - Change: 0.2, - ChangePercent: 0.16, - Volume: 4, - High: 120.72, - Low: 120.72, - YearlyHigh: 147.98, - YearlyLow: 113.9, - YearlyStart: 130.94, - YearlyChange: -7.82, - Settlement: `Loan`, - Contract: `Futures`, - Region: `Europe`, - Country: `Romania`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `American Airlines`, - Maturity: `2022-06-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 86 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `LV Cattle`, - Spread: 0.01, - Open: 120.725, - Price: 120.66, - Buy: 120.72, - Sell: 120.72, - Change: -0.05, - ChangePercent: -0.04, - Volume: 4, - High: 120.72, - Low: 120.72, - YearlyHigh: 147.98, - YearlyLow: 113.9, - YearlyStart: 130.94, - YearlyChange: -7.82, - Settlement: `Credit`, - Contract: `Futures`, - Region: `Europe`, - Country: `France`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-02-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 87 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `LV Cattle`, - Spread: 0.01, - Open: 120.725, - Price: 119.93, - Buy: 120.72, - Sell: 120.72, - Change: -0.77, - ChangePercent: -0.64, - Volume: 4, - High: 120.72, - Low: 120.72, - YearlyHigh: 147.98, - YearlyLow: 113.9, - YearlyStart: 130.94, - YearlyChange: -7.82, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Middle East`, - Country: `Qatar`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-03-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 88 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P Future`, - Spread: 0.01, - Open: 2057.5, - Price: 2017.12, - Buy: 2056.6, - Sell: 2056.61, - Change: -39.48, - ChangePercent: -1.92, - Volume: 142780, - High: 2059.5, - Low: 2049, - YearlyHigh: 2105.5, - YearlyLow: 1794.5, - YearlyStart: 1950, - YearlyChange: 5.47, - Settlement: `Credit`, - Contract: `Options`, - Region: `Europe`, - Country: `Denmark`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-08-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 89 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `Euro$ 3M`, - Spread: 0.01, - Open: 99.18, - Price: 97.38, - Buy: 99.18, - Sell: 99.18, - Change: -1.79, - ChangePercent: -1.8, - Volume: 29509, - High: 99.18, - Low: 99.17, - YearlyHigh: 99.38, - YearlyLow: 98.41, - YearlyStart: 98.89, - YearlyChange: 0.28, - Settlement: `Loan`, - Contract: `Forwards`, - Region: `Asia Pacific`, - Country: `Hong Kong`, - Risk: `Low`, - Sector: `Government`, - Currency: `USD`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-07-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 90 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `AUD/USD`, - Spread: 0.02, - Open: 0.7344, - Price: 0.73, - Buy: 0.73, - Sell: 0.73, - Change: -0.01, - ChangePercent: -1.48, - Volume: 36764, - High: 0.74, - Low: 0.73, - YearlyHigh: 0.79, - YearlyLow: 0.68, - YearlyStart: 0.73, - YearlyChange: 1.28, - Settlement: `Credit`, - Contract: `Futures`, - Region: `North America`, - Country: `United States`, - Risk: `High`, - Sector: `Government`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-08-24`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 91 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Platinum`, - Spread: 0.01, - Open: 1071.6, - Price: 1057.82, - Buy: 1071.09, - Sell: 1071.1, - Change: -13.28, - ChangePercent: -1.24, - Volume: 3039, - High: 1081.2, - Low: 1070.5, - YearlyHigh: 1120.6, - YearlyLow: 812.4, - YearlyStart: 966.5, - YearlyChange: 10.82, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Middle East`, - Country: `Oman`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-01-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 92 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Silver`, - Spread: 0.01, - Open: 17.43, - Price: 17.27, - Buy: 17.43, - Sell: 17.43, - Change: -0.15, - ChangePercent: -0.84, - Volume: 11720, - High: 17.51, - Low: 17.37, - YearlyHigh: 18.06, - YearlyLow: 13.73, - YearlyStart: 15.89, - YearlyChange: 9.59, - Settlement: `Cash`, - Contract: `CFD`, - Region: `Europe`, - Country: `Bulgaria`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-05-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 93 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `Lean Hogs`, - Spread: 0.01, - Open: 81.275, - Price: 81.29, - Buy: 81.81, - Sell: 81.82, - Change: -0.52, - ChangePercent: -0.64, - Volume: 1, - High: 81.81, - Low: 81.28, - YearlyHigh: 83.98, - YearlyLow: 70.25, - YearlyStart: 77.11, - YearlyChange: 6.09, - Settlement: `Cash`, - Contract: `Options`, - Region: `Africa`, - Country: `South Africa`, - Risk: `Low`, - Sector: `Public`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-01-27`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 94 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Wheat`, - Spread: 0.01, - Open: 465.5, - Price: 469.8, - Buy: 465.5, - Sell: 465.5, - Change: 4.28, - ChangePercent: 0.92, - Volume: 4318, - High: 467, - Low: 463.25, - YearlyHigh: 628.5, - YearlyLow: 449.5, - YearlyStart: 539, - YearlyChange: -13.63, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Africa`, - Country: `South Africa`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-08-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 95 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Wheat`, - Spread: 0.01, - Open: 465.5, - Price: 462.35, - Buy: 465.5, - Sell: 465.5, - Change: -3.17, - ChangePercent: -0.68, - Volume: 4318, - High: 467, - Low: 463.25, - YearlyHigh: 628.5, - YearlyLow: 449.5, - YearlyStart: 539, - YearlyChange: -13.63, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Europe`, - Country: `Finland`, - Risk: `Low`, - Sector: `Government`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-01-16`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 96 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `BTC/USD`, - Spread: 0.06, - Open: 93.88, - Price: 20698.36, - Buy: 21200.76, - Sell: 21400.78, - Change: -302.41, - ChangePercent: -1.44, - Volume: 5788000, - High: 22400.05, - Low: 20100.75, - YearlyHigh: 62400.7, - YearlyLow: 15100.88, - YearlyStart: 21200.29, - YearlyChange: -20.62, - Settlement: `Loan`, - Contract: `Options`, - Region: `North America`, - Country: `United States`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-08-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 97 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Corn`, - Spread: 0.01, - Open: 379.5, - Price: 377.68, - Buy: 379.8, - Sell: 379.81, - Change: -2.12, - ChangePercent: -0.56, - Volume: 11266, - High: 381, - Low: 377.75, - YearlyHigh: 471.25, - YearlyLow: 351.25, - YearlyStart: 411.25, - YearlyChange: -7.65, - Settlement: `Loan`, - Contract: `Options`, - Region: `Europe`, - Country: `Italy`, - Risk: `Low`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-01-24`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 98 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Uranium`, - Spread: 0.02, - Open: 27.55, - Price: 27.91, - Buy: 27.55, - Sell: 27.55, - Change: 0.33, - ChangePercent: 1.2, - Volume: 12, - High: 27.55, - Low: 27.55, - YearlyHigh: 29.32, - YearlyLow: 21.28, - YearlyStart: 25.3, - YearlyChange: 9.01, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Middle East`, - Country: `Lebanon`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-06-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 99 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Wheat`, - Spread: 0.01, - Open: 465.5, - Price: 467.01, - Buy: 465.5, - Sell: 465.5, - Change: 1.49, - ChangePercent: 0.32, - Volume: 4318, - High: 467, - Low: 463.25, - YearlyHigh: 628.5, - YearlyLow: 449.5, - YearlyStart: 539, - YearlyChange: -13.63, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Europe`, - Country: `Ireland`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-06-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 100 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P MID MINI`, - Spread: 0.01, - Open: 1454.3, - Price: 1453.45, - Buy: 1455.78, - Sell: 1455.79, - Change: -2.33, - ChangePercent: -0.16, - Volume: 338, - High: 1455.78, - Low: 1448, - YearlyHigh: 1527.3, - YearlyLow: 1236, - YearlyStart: 1381.65, - YearlyChange: 5.37, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Africa`, - Country: `Morocco`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-06-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 101 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `FD Cattle`, - Spread: 0.01, - Open: 147.175, - Price: 149.85, - Buy: 148.6, - Sell: 148.61, - Change: 1.24, - ChangePercent: 0.84, - Volume: 5, - High: 148.61, - Low: 147.18, - YearlyHigh: 190, - YearlyLow: 138.1, - YearlyStart: 164.05, - YearlyChange: -9.41, - Settlement: `Cash`, - Contract: `Options`, - Region: `Africa`, - Country: `Ethiopia`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-02-10`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 102 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Copper`, - Spread: 0.02, - Open: 2.123, - Price: 2.16, - Buy: 2.12, - Sell: 2.12, - Change: 0.05, - ChangePercent: 2, - Volume: 28819, - High: 2.16, - Low: 2.11, - YearlyHigh: 2.94, - YearlyLow: 1.96, - YearlyStart: 2.45, - YearlyChange: -13.76, - Settlement: `Cash`, - Contract: `Options`, - Region: `Africa`, - Country: `Senegal`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-03-19`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 103 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Uranium`, - Spread: 0.02, - Open: 27.55, - Price: 27.81, - Buy: 27.55, - Sell: 27.55, - Change: 0.23, - ChangePercent: 0.84, - Volume: 12, - High: 27.55, - Low: 27.55, - YearlyHigh: 29.32, - YearlyLow: 21.28, - YearlyStart: 25.3, - YearlyChange: 9.01, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Middle East`, - Country: `Iran`, - Risk: `High`, - Sector: `Government`, - Currency: `USD`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-08-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 104 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `DOW Future`, - Spread: 0.01, - Open: 17711, - Price: 17457.1, - Buy: 17712.15, - Sell: 17712.16, - Change: -255.05, - ChangePercent: -1.44, - Volume: 22236, - High: 17727, - Low: 17642, - YearlyHigh: 18083, - YearlyLow: 15299, - YearlyStart: 16691, - YearlyChange: 6.12, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Asia Pacific`, - Country: `Thailand`, - Risk: `High`, - Sector: `Private`, - Currency: `PLN`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-05-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 105 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Coal`, - Spread: 0.015, - Open: 0.4363, - Price: 0.41, - Buy: 0.44, - Sell: 0.44, - Change: -0.01, - ChangePercent: -0.96, - Volume: 3, - High: 0.44, - Low: 0.44, - YearlyHigh: 0.48, - YearlyLow: 0.4, - YearlyStart: 0.44, - YearlyChange: -5.33, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `Asia Pacific`, - Country: `India`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-02-24`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 106 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Platinum`, - Spread: 0.01, - Open: 1071.6, - Price: 1086.52, - Buy: 1071.09, - Sell: 1071.1, - Change: 15.42, - ChangePercent: 1.44, - Volume: 3039, - High: 1081.2, - Low: 1070.5, - YearlyHigh: 1120.6, - YearlyLow: 812.4, - YearlyStart: 966.5, - YearlyChange: 10.82, - Settlement: `Credit`, - Contract: `Options`, - Region: `North America`, - Country: `Mexico`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-04-23`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 107 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Rice`, - Spread: 0.01, - Open: 11.245, - Price: 10.61, - Buy: 10.41, - Sell: 10.42, - Change: 0.19, - ChangePercent: 1.84, - Volume: 220, - High: 11.38, - Low: 10.42, - YearlyHigh: 14.14, - YearlyLow: 9.7, - YearlyStart: 11.92, - YearlyChange: -12.62, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Asia Pacific`, - Country: `Indonesia`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `FedEx`, - Maturity: `2022-06-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 108 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `BTC/USD`, - Spread: 0.06, - Open: 93.88, - Price: 20765.56, - Buy: 21200.76, - Sell: 21400.78, - Change: -235.21, - ChangePercent: -1.12, - Volume: 5788000, - High: 22400.05, - Low: 20100.75, - YearlyHigh: 62400.7, - YearlyLow: 15100.88, - YearlyStart: 21200.29, - YearlyChange: -20.62, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Middle East`, - Country: `Iran`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-06-16`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 109 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P 600 MINI`, - Spread: 0.01, - Open: 687.9, - Price: 691.18, - Buy: 687.9, - Sell: 687.9, - Change: 3.3, - ChangePercent: 0.48, - Volume: 0, - High: 0, - Low: 0, - YearlyHigh: 620.32, - YearlyLow: 595.9, - YearlyStart: 608.11, - YearlyChange: 13.12, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Asia Pacific`, - Country: `Malaysia`, - Risk: `High`, - Sector: `Government`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-02-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 110 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soy oil`, - Spread: 0.01, - Open: 33.26, - Price: 34.26, - Buy: 33.77, - Sell: 33.78, - Change: 0.49, - ChangePercent: 1.44, - Volume: 10592, - High: 33.77, - Low: 33.06, - YearlyHigh: 35.43, - YearlyLow: 26.61, - YearlyStart: 31.02, - YearlyChange: 8.87, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Europe`, - Country: `Greece`, - Risk: `High`, - Sector: `Government`, - Currency: `PLN`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-06-10`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 111 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `FD Cattle`, - Spread: 0.01, - Open: 147.175, - Price: 148.07, - Buy: 148.6, - Sell: 148.61, - Change: -0.54, - ChangePercent: -0.36, - Volume: 5, - High: 148.61, - Low: 147.18, - YearlyHigh: 190, - YearlyLow: 138.1, - YearlyStart: 164.05, - YearlyChange: -9.41, - Settlement: `Cash`, - Contract: `CFD`, - Region: `Europe`, - Country: `Portugal`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-01-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 112 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Coal`, - Spread: 0.015, - Open: 0.4363, - Price: 0.42, - Buy: 0.44, - Sell: 0.44, - Change: 0, - ChangePercent: 1.8, - Volume: 3, - High: 0.44, - Low: 0.44, - YearlyHigh: 0.48, - YearlyLow: 0.4, - YearlyStart: 0.44, - YearlyChange: -5.33, - Settlement: `Cash`, - Contract: `Options`, - Region: `Middle East`, - Country: `Israel`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `FedEx`, - Maturity: `2022-03-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 113 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Gold`, - Spread: 0.01, - Open: 1281.1, - Price: 1272.54, - Buy: 1280.73, - Sell: 1280.74, - Change: -8.19, - ChangePercent: -0.64, - Volume: 48387, - High: 1289.5, - Low: 1279.1, - YearlyHigh: 1306, - YearlyLow: 1047.2, - YearlyStart: 1176.6, - YearlyChange: 8.85, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Asia Pacific`, - Country: `Indonesia`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-02-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 114 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Corn`, - Spread: 0.01, - Open: 379.5, - Price: 373.42, - Buy: 379.8, - Sell: 379.81, - Change: -6.38, - ChangePercent: -1.68, - Volume: 11266, - High: 381, - Low: 377.75, - YearlyHigh: 471.25, - YearlyLow: 351.25, - YearlyStart: 411.25, - YearlyChange: -7.65, - Settlement: `Cash`, - Contract: `Futures`, - Region: `North America`, - Country: `Canada`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `High`, - Issuer: `FedEx`, - Maturity: `2022-09-11`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 115 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `US 10YR Future`, - Spread: 0.01, - Open: 130.5625, - Price: 131.47, - Buy: 130.56, - Sell: 130.56, - Change: 0.89, - ChangePercent: 0.68, - Volume: 189310, - High: 130.63, - Low: 130.44, - YearlyHigh: 132.64, - YearlyLow: 125.48, - YearlyStart: 129.06, - YearlyChange: 1.18, - Settlement: `Credit`, - Contract: `Futures`, - Region: `Africa`, - Country: `Niger`, - Risk: `Low`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-03-22`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 116 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Coal`, - Spread: 0.015, - Open: 0.4363, - Price: 0.41, - Buy: 0.44, - Sell: 0.44, - Change: -0.01, - ChangePercent: -1.88, - Volume: 3, - High: 0.44, - Low: 0.44, - YearlyHigh: 0.48, - YearlyLow: 0.4, - YearlyStart: 0.44, - YearlyChange: -5.33, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Europe`, - Country: `Iceland`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-04-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 117 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P Future`, - Spread: 0.01, - Open: 2057.5, - Price: 2086.22, - Buy: 2056.6, - Sell: 2056.61, - Change: 29.62, - ChangePercent: 1.44, - Volume: 142780, - High: 2059.5, - Low: 2049, - YearlyHigh: 2105.5, - YearlyLow: 1794.5, - YearlyStart: 1950, - YearlyChange: 5.47, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Europe`, - Country: `Greece`, - Risk: `Low`, - Sector: `Public`, - Currency: `USD`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-03-23`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 118 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soy Meat`, - Spread: 0.01, - Open: 342.6, - Price: 346.32, - Buy: 342.6, - Sell: 342.6, - Change: 3.7, - ChangePercent: 1.08, - Volume: 5646, - High: 345.4, - Low: 340.3, - YearlyHigh: 353.4, - YearlyLow: 261.7, - YearlyStart: 307.55, - YearlyChange: 11.4, - Settlement: `Loan`, - Contract: `Futures`, - Region: `Asia Pacific`, - Country: `Azerbaijan`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-06-27`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 119 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `LV Cattle`, - Spread: 0.01, - Open: 120.725, - Price: 122.78, - Buy: 120.72, - Sell: 120.72, - Change: 2.08, - ChangePercent: 1.72, - Volume: 4, - High: 120.72, - Low: 120.72, - YearlyHigh: 147.98, - YearlyLow: 113.9, - YearlyStart: 130.94, - YearlyChange: -7.82, - Settlement: `Loan`, - Contract: `Futures`, - Region: `Europe`, - Country: `Ireland`, - Risk: `High`, - Sector: `Government`, - Currency: `PLN`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-01-21`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 120 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Copper`, - Spread: 0.02, - Open: 2.123, - Price: 2.1, - Buy: 2.12, - Sell: 2.12, - Change: -0.01, - ChangePercent: -0.56, - Volume: 28819, - High: 2.16, - Low: 2.11, - YearlyHigh: 2.94, - YearlyLow: 1.96, - YearlyStart: 2.45, - YearlyChange: -13.76, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Europe`, - Country: `Norway`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-01-16`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 121 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Uranium`, - Spread: 0.02, - Open: 27.55, - Price: 27.52, - Buy: 27.55, - Sell: 27.55, - Change: -0.06, - ChangePercent: -0.2, - Volume: 12, - High: 27.55, - Low: 27.55, - YearlyHigh: 29.32, - YearlyLow: 21.28, - YearlyStart: 25.3, - YearlyChange: 9.01, - Settlement: `Credit`, - Contract: `Futures`, - Region: `Middle East`, - Country: `Jordan`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-02-22`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 122 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Silver`, - Spread: 0.01, - Open: 17.43, - Price: 17.18, - Buy: 17.43, - Sell: 17.43, - Change: -0.24, - ChangePercent: -1.4, - Volume: 11720, - High: 17.51, - Low: 17.37, - YearlyHigh: 18.06, - YearlyLow: 13.73, - YearlyStart: 15.89, - YearlyChange: 9.59, - Settlement: `Credit`, - Contract: `Options`, - Region: `Europe`, - Country: `Romania`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-07-22`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 123 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soybean`, - Spread: 0.01, - Open: 1038, - Price: 1044.02, - Buy: 1038.61, - Sell: 1038.62, - Change: 5.4, - ChangePercent: 0.52, - Volume: 20356, - High: 1044, - Low: 1031.75, - YearlyHigh: 1057, - YearlyLow: 859.5, - YearlyStart: 958.25, - YearlyChange: 8.39, - Settlement: `Cash`, - Contract: `Options`, - Region: `South America`, - Country: `Brazil`, - Risk: `Low`, - Sector: `Government`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-07-24`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 124 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Coal`, - Spread: 0.015, - Open: 0.4363, - Price: 0.42, - Buy: 0.44, - Sell: 0.44, - Change: 0, - ChangePercent: 1.36, - Volume: 3, - High: 0.44, - Low: 0.44, - YearlyHigh: 0.48, - YearlyLow: 0.4, - YearlyStart: 0.44, - YearlyChange: -5.33, - Settlement: `Cash`, - Contract: `CFD`, - Region: `Africa`, - Country: `Algeria`, - Risk: `Low`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-04-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 125 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Rice`, - Spread: 0.01, - Open: 11.245, - Price: 10.26, - Buy: 10.41, - Sell: 10.42, - Change: -0.16, - ChangePercent: -1.48, - Volume: 220, - High: 11.38, - Low: 10.42, - YearlyHigh: 14.14, - YearlyLow: 9.7, - YearlyStart: 11.92, - YearlyChange: -12.62, - Settlement: `Credit`, - Contract: `CFD`, - Region: `Europe`, - Country: `Poland`, - Risk: `Low`, - Sector: `Public`, - Currency: `EUR`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-08-10`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 126 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Copper`, - Spread: 0.02, - Open: 2.123, - Price: 2.1, - Buy: 2.12, - Sell: 2.12, - Change: -0.01, - ChangePercent: -0.52, - Volume: 28819, - High: 2.16, - Low: 2.11, - YearlyHigh: 2.94, - YearlyLow: 1.96, - YearlyStart: 2.45, - YearlyChange: -13.76, - Settlement: `Credit`, - Contract: `Options`, - Region: `Middle East`, - Country: `Turkey`, - Risk: `Low`, - Sector: `Public`, - Currency: `EUR`, - Security: `High`, - Issuer: `American Airlines`, - Maturity: `2022-07-16`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 127 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `US 30YR Future`, - Spread: 0.01, - Open: 164.875, - Price: 164.03, - Buy: 164.15, - Sell: 164.16, - Change: -0.13, - ChangePercent: -0.08, - Volume: 28012, - High: 165.25, - Low: 164.04, - YearlyHigh: 169.38, - YearlyLow: 151.47, - YearlyStart: 160.43, - YearlyChange: 2.33, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Europe`, - Country: `Italy`, - Risk: `High`, - Sector: `Public`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-07-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 128 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Platinum`, - Spread: 0.01, - Open: 1071.6, - Price: 1075.38, - Buy: 1071.09, - Sell: 1071.1, - Change: 4.28, - ChangePercent: 0.4, - Volume: 3039, - High: 1081.2, - Low: 1070.5, - YearlyHigh: 1120.6, - YearlyLow: 812.4, - YearlyStart: 966.5, - YearlyChange: 10.82, - Settlement: `Credit`, - Contract: `Swap`, - Region: `South America`, - Country: `Paraguay`, - Risk: `Low`, - Sector: `Government`, - Currency: `USD`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-04-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 129 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `BTC/USD`, - Spread: 0.06, - Open: 93.88, - Price: 20807.56, - Buy: 21200.76, - Sell: 21400.78, - Change: -193.21, - ChangePercent: -0.92, - Volume: 5788000, - High: 22400.05, - Low: 20100.75, - YearlyHigh: 62400.7, - YearlyLow: 15100.88, - YearlyStart: 21200.29, - YearlyChange: -20.62, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Asia Pacific`, - Country: `Malaysia`, - Risk: `High`, - Sector: `Private`, - Currency: `PLN`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-08-24`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 130 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soy oil`, - Spread: 0.01, - Open: 33.26, - Price: 33.28, - Buy: 33.77, - Sell: 33.78, - Change: -0.49, - ChangePercent: -1.44, - Volume: 10592, - High: 33.77, - Low: 33.06, - YearlyHigh: 35.43, - YearlyLow: 26.61, - YearlyStart: 31.02, - YearlyChange: 8.87, - Settlement: `Cash`, - Contract: `Options`, - Region: `Middle East`, - Country: `Israel`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-05-21`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 131 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Cotton`, - Spread: 0.01, - Open: 61.77, - Price: 61.02, - Buy: 61.77, - Sell: 61.77, - Change: -0.74, - ChangePercent: -1.2, - Volume: 3612, - High: 62.06, - Low: 61.32, - YearlyHigh: 67.59, - YearlyLow: 54.33, - YearlyStart: 60.96, - YearlyChange: 1.31, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Asia Pacific`, - Country: `Indonesia`, - Risk: `High`, - Sector: `Government`, - Currency: `USD`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-08-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 132 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Silver`, - Spread: 0.01, - Open: 17.43, - Price: 17.09, - Buy: 17.43, - Sell: 17.43, - Change: -0.33, - ChangePercent: -1.88, - Volume: 11720, - High: 17.51, - Low: 17.37, - YearlyHigh: 18.06, - YearlyLow: 13.73, - YearlyStart: 15.89, - YearlyChange: 9.59, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Middle East`, - Country: `Kuwait`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-08-24`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 133 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/CHF`, - Spread: 0.02, - Open: 1.0337, - Price: 1.04, - Buy: 1.03, - Sell: 1.03, - Change: 0, - ChangePercent: -0.48, - Volume: 5550, - High: 1.03, - Low: 1.03, - YearlyHigh: 1.11, - YearlyLow: 0.98, - YearlyStart: 1.04, - YearlyChange: -0.12, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Africa`, - Country: `Morocco`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-03-16`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 134 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Cotton`, - Spread: 0.01, - Open: 61.77, - Price: 62.5, - Buy: 61.77, - Sell: 61.77, - Change: 0.74, - ChangePercent: 1.2, - Volume: 3612, - High: 62.06, - Low: 61.32, - YearlyHigh: 67.59, - YearlyLow: 54.33, - YearlyStart: 60.96, - YearlyChange: 1.31, - Settlement: `Credit`, - Contract: `Futures`, - Region: `Europe`, - Country: `Italy`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `Poor`, - Issuer: `FedEx`, - Maturity: `2022-06-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 135 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Sugar`, - Spread: 0.01, - Open: 15.68, - Price: 14.68, - Buy: 14.67, - Sell: 14.68, - Change: 0.01, - ChangePercent: 0.04, - Volume: 4949, - High: 15.7, - Low: 14.67, - YearlyHigh: 16.87, - YearlyLow: 11.37, - YearlyStart: 14.12, - YearlyChange: 3.92, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Asia Pacific`, - Country: `Singapore`, - Risk: `Low`, - Sector: `Government`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-06-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 136 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Milk`, - Spread: 0.01, - Open: 12.87, - Price: 12.84, - Buy: 12.87, - Sell: 12.87, - Change: -0.02, - ChangePercent: -0.12, - Volume: 7, - High: 12.89, - Low: 12.81, - YearlyHigh: 16.96, - YearlyLow: 12.81, - YearlyStart: 14.88, - YearlyChange: -13.6, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `Europe`, - Country: `Austria`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-04-21`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 137 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Diesel`, - Spread: 0.015, - Open: 1.3474, - Price: 1.37, - Buy: 1.35, - Sell: 1.35, - Change: 0.01, - ChangePercent: 0.96, - Volume: 2971, - High: 1.36, - Low: 1.34, - YearlyHigh: 2.11, - YearlyLow: 0.92, - YearlyStart: 1.51, - YearlyChange: -10.4, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Africa`, - Country: `Ethiopia`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-09-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 138 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `US 10YR Future`, - Spread: 0.01, - Open: 130.5625, - Price: 132.52, - Buy: 130.56, - Sell: 130.56, - Change: 1.94, - ChangePercent: 1.48, - Volume: 189310, - High: 130.63, - Low: 130.44, - YearlyHigh: 132.64, - YearlyLow: 125.48, - YearlyStart: 129.06, - YearlyChange: 1.18, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Europe`, - Country: `Norway`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-03-11`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 139 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Diesel`, - Spread: 0.015, - Open: 1.3474, - Price: 1.35, - Buy: 1.35, - Sell: 1.35, - Change: -0.01, - ChangePercent: -0.24, - Volume: 2971, - High: 1.36, - Low: 1.34, - YearlyHigh: 2.11, - YearlyLow: 0.92, - YearlyStart: 1.51, - YearlyChange: -10.4, - Settlement: `Cash`, - Contract: `Options`, - Region: `Middle East`, - Country: `Syria`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-05-16`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 140 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P Future`, - Spread: 0.01, - Open: 2057.5, - Price: 2052.49, - Buy: 2056.6, - Sell: 2056.61, - Change: -4.11, - ChangePercent: -0.2, - Volume: 142780, - High: 2059.5, - Low: 2049, - YearlyHigh: 2105.5, - YearlyLow: 1794.5, - YearlyStart: 1950, - YearlyChange: 5.47, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Asia Pacific`, - Country: `Azerbaijan`, - Risk: `Low`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-05-11`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 141 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `Lean Hogs`, - Spread: 0.01, - Open: 81.275, - Price: 83.45, - Buy: 81.81, - Sell: 81.82, - Change: 1.64, - ChangePercent: 2, - Volume: 1, - High: 81.81, - Low: 81.28, - YearlyHigh: 83.98, - YearlyLow: 70.25, - YearlyStart: 77.11, - YearlyChange: 6.09, - Settlement: `Cash`, - Contract: `CFD`, - Region: `Europe`, - Country: `Croatia`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `High`, - Issuer: `FedEx`, - Maturity: `2022-07-21`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 142 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `Euro$ 3M`, - Spread: 0.01, - Open: 99.18, - Price: 98.81, - Buy: 99.18, - Sell: 99.18, - Change: -0.36, - ChangePercent: -0.36, - Volume: 29509, - High: 99.18, - Low: 99.17, - YearlyHigh: 99.38, - YearlyLow: 98.41, - YearlyStart: 98.89, - YearlyChange: 0.28, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Middle East`, - Country: `Turkey`, - Risk: `Low`, - Sector: `Public`, - Currency: `EUR`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-03-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 143 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Oil`, - Spread: 0.015, - Open: 45.54, - Price: 46.05, - Buy: 45.78, - Sell: 45.8, - Change: 0.26, - ChangePercent: 0.56, - Volume: 107196, - High: 45.94, - Low: 45, - YearlyHigh: 65.28, - YearlyLow: 30.79, - YearlyStart: 48.03, - YearlyChange: -4.67, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Africa`, - Country: `Tunisia`, - Risk: `Low`, - Sector: `Government`, - Currency: `USD`, - Security: `High`, - Issuer: `FedEx`, - Maturity: `2022-08-24`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 144 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `US 30YR Future`, - Spread: 0.01, - Open: 164.875, - Price: 165.47, - Buy: 164.15, - Sell: 164.16, - Change: 1.31, - ChangePercent: 0.8, - Volume: 28012, - High: 165.25, - Low: 164.04, - YearlyHigh: 169.38, - YearlyLow: 151.47, - YearlyStart: 160.43, - YearlyChange: 2.33, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Europe`, - Country: `Netherlands`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-02-16`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 145 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `US 10YR Future`, - Spread: 0.01, - Open: 130.5625, - Price: 132.67, - Buy: 130.56, - Sell: 130.56, - Change: 2.09, - ChangePercent: 1.6, - Volume: 189310, - High: 130.63, - Low: 130.44, - YearlyHigh: 132.64, - YearlyLow: 125.48, - YearlyStart: 129.06, - YearlyChange: 1.18, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Middle East`, - Country: `Saudi Arabia`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-09-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 146 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Wheat`, - Spread: 0.01, - Open: 465.5, - Price: 465.89, - Buy: 465.5, - Sell: 465.5, - Change: 0.37, - ChangePercent: 0.08, - Volume: 4318, - High: 467, - Low: 463.25, - YearlyHigh: 628.5, - YearlyLow: 449.5, - YearlyStart: 539, - YearlyChange: -13.63, - Settlement: `Credit`, - Contract: `Forwards`, - Region: `Europe`, - Country: `Bulgaria`, - Risk: `Low`, - Sector: `Public`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-03-24`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 147 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Uranium`, - Spread: 0.02, - Open: 27.55, - Price: 27.39, - Buy: 27.55, - Sell: 27.55, - Change: -0.19, - ChangePercent: -0.68, - Volume: 12, - High: 27.55, - Low: 27.55, - YearlyHigh: 29.32, - YearlyLow: 21.28, - YearlyStart: 25.3, - YearlyChange: 9.01, - Settlement: `Loan`, - Contract: `Options`, - Region: `Asia Pacific`, - Country: `Indonesia`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-07-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 148 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P MID MINI`, - Spread: 0.01, - Open: 1454.3, - Price: 1446.46, - Buy: 1455.78, - Sell: 1455.79, - Change: -9.32, - ChangePercent: -0.64, - Volume: 338, - High: 1455.78, - Low: 1448, - YearlyHigh: 1527.3, - YearlyLow: 1236, - YearlyStart: 1381.65, - YearlyChange: 5.37, - Settlement: `Credit`, - Contract: `Options`, - Region: `Asia Pacific`, - Country: `Taiwan`, - Risk: `Low`, - Sector: `Government`, - Currency: `USD`, - Security: `High`, - Issuer: `American Airlines`, - Maturity: `2022-08-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 149 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `FD Cattle`, - Spread: 0.01, - Open: 147.175, - Price: 150.09, - Buy: 148.6, - Sell: 148.61, - Change: 1.48, - ChangePercent: 1, - Volume: 5, - High: 148.61, - Low: 147.18, - YearlyHigh: 190, - YearlyLow: 138.1, - YearlyStart: 164.05, - YearlyChange: -9.41, - Settlement: `Loan`, - Contract: `Forwards`, - Region: `Middle East`, - Country: `Saudi Arabia`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-04-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 150 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `OJ Future`, - Spread: 0.01, - Open: 140.6, - Price: 139.52, - Buy: 140.18, - Sell: 140.19, - Change: -0.67, - ChangePercent: -0.48, - Volume: 7, - High: 140.19, - Low: 0, - YearlyHigh: 155.95, - YearlyLow: 113, - YearlyStart: 134.47, - YearlyChange: 4.25, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Asia Pacific`, - Country: `Thailand`, - Risk: `Low`, - Sector: `Public`, - Currency: `USD`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-02-16`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 151 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P 600 MINI`, - Spread: 0.01, - Open: 687.9, - Price: 700.26, - Buy: 687.9, - Sell: 687.9, - Change: 12.38, - ChangePercent: 1.8, - Volume: 0, - High: 0, - Low: 0, - YearlyHigh: 620.32, - YearlyLow: 595.9, - YearlyStart: 608.11, - YearlyChange: 13.12, - Settlement: `Credit`, - Contract: `Futures`, - Region: `Africa`, - Country: `Niger`, - Risk: `High`, - Sector: `Private`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-08-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 152 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `Lean Hogs`, - Spread: 0.01, - Open: 81.275, - Price: 80.9, - Buy: 81.81, - Sell: 81.82, - Change: -0.91, - ChangePercent: -1.12, - Volume: 1, - High: 81.81, - Low: 81.28, - YearlyHigh: 83.98, - YearlyLow: 70.25, - YearlyStart: 77.11, - YearlyChange: 6.09, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `North America`, - Country: `United States`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-07-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 153 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Coffee`, - Spread: 0.01, - Open: 125.7, - Price: 126.9, - Buy: 125.7, - Sell: 125.7, - Change: 1.21, - ChangePercent: 0.96, - Volume: 1654, - High: 125.8, - Low: 125, - YearlyHigh: 155.75, - YearlyLow: 115.35, - YearlyStart: 135.55, - YearlyChange: -7.27, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Middle East`, - Country: `Iraq`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-05-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 154 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P MID MINI`, - Spread: 0.01, - Open: 1454.3, - Price: 1440.64, - Buy: 1455.78, - Sell: 1455.79, - Change: -15.14, - ChangePercent: -1.04, - Volume: 338, - High: 1455.78, - Low: 1448, - YearlyHigh: 1527.3, - YearlyLow: 1236, - YearlyStart: 1381.65, - YearlyChange: 5.37, - Settlement: `Credit`, - Contract: `Options`, - Region: `South America`, - Country: `Uruguay`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-04-24`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 155 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `BTC/USD`, - Spread: 0.06, - Open: 93.88, - Price: 20765.56, - Buy: 21200.76, - Sell: 21400.78, - Change: -235.21, - ChangePercent: -1.12, - Volume: 5788000, - High: 22400.05, - Low: 20100.75, - YearlyHigh: 62400.7, - YearlyLow: 15100.88, - YearlyStart: 21200.29, - YearlyChange: -20.62, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Europe`, - Country: `Finland`, - Risk: `High`, - Sector: `Private`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `FedEx`, - Maturity: `2022-05-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 156 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `US 2Y Future`, - Spread: 0.01, - Open: 109.3984, - Price: 108.12, - Buy: 109.4, - Sell: 109.4, - Change: -1.27, - ChangePercent: -1.16, - Volume: 17742, - High: 109.41, - Low: 109.38, - YearlyHigh: 109.8, - YearlyLow: 108.62, - YearlyStart: 109.21, - YearlyChange: 0.16, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Asia Pacific`, - Country: `Azerbaijan`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `High`, - Issuer: `American Airlines`, - Maturity: `2022-03-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 157 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Gold`, - Spread: 0.01, - Open: 1281.1, - Price: 1273.56, - Buy: 1280.73, - Sell: 1280.74, - Change: -7.17, - ChangePercent: -0.56, - Volume: 48387, - High: 1289.5, - Low: 1279.1, - YearlyHigh: 1306, - YearlyLow: 1047.2, - YearlyStart: 1176.6, - YearlyChange: 8.85, - Settlement: `Cash`, - Contract: `CFD`, - Region: `Middle East`, - Country: `Lebanon`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-04-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 158 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Rice`, - Spread: 0.01, - Open: 11.245, - Price: 10.28, - Buy: 10.41, - Sell: 10.42, - Change: -0.14, - ChangePercent: -1.32, - Volume: 220, - High: 11.38, - Low: 10.42, - YearlyHigh: 14.14, - YearlyLow: 9.7, - YearlyStart: 11.92, - YearlyChange: -12.62, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Europe`, - Country: `Slovakia`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `High`, - Issuer: `American Airlines`, - Maturity: `2022-04-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 159 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/CHF`, - Spread: 0.02, - Open: 1.0337, - Price: 1.04, - Buy: 1.03, - Sell: 1.03, - Change: 0, - ChangePercent: -0.52, - Volume: 5550, - High: 1.03, - Low: 1.03, - YearlyHigh: 1.11, - YearlyLow: 0.98, - YearlyStart: 1.04, - YearlyChange: -0.12, - Settlement: `Loan`, - Contract: `Options`, - Region: `Asia Pacific`, - Country: `India`, - Risk: `Low`, - Sector: `Public`, - Currency: `PLN`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-03-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 160 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `BTC/USD`, - Spread: 0.06, - Open: 93.88, - Price: 21412.39, - Buy: 21200.76, - Sell: 21400.78, - Change: 411.62, - ChangePercent: 1.96, - Volume: 5788000, - High: 22400.05, - Low: 20100.75, - YearlyHigh: 62400.7, - YearlyLow: 15100.88, - YearlyStart: 21200.29, - YearlyChange: -20.62, - Settlement: `Loan`, - Contract: `Options`, - Region: `Middle East`, - Country: `Israel`, - Risk: `Low`, - Sector: `Public`, - Currency: `USD`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-04-16`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 161 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `GBP/USD`, - Spread: 0.02, - Open: 1.4464, - Price: 1.18, - Buy: 1.18, - Sell: 1.2, - Change: -0.01, - ChangePercent: -0.96, - Volume: 29450, - High: 1.45, - Low: 1.19, - YearlyHigh: 1.59, - YearlyLow: 1.19, - YearlyStart: 1.49, - YearlyChange: -19.59, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Europe`, - Country: `Ireland`, - Risk: `High`, - Sector: `Government`, - Currency: `USD`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-08-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 162 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `US 2Y Future`, - Spread: 0.01, - Open: 109.3984, - Price: 108.69, - Buy: 109.4, - Sell: 109.4, - Change: -0.7, - ChangePercent: -0.64, - Volume: 17742, - High: 109.41, - Low: 109.38, - YearlyHigh: 109.8, - YearlyLow: 108.62, - YearlyStart: 109.21, - YearlyChange: 0.16, - Settlement: `Credit`, - Contract: `Swap`, - Region: `South America`, - Country: `Paraguay`, - Risk: `High`, - Sector: `Public`, - Currency: `USD`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-06-22`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 163 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `Euro$ 3M`, - Spread: 0.01, - Open: 99.18, - Price: 97.23, - Buy: 99.18, - Sell: 99.18, - Change: -1.94, - ChangePercent: -1.96, - Volume: 29509, - High: 99.18, - Low: 99.17, - YearlyHigh: 99.38, - YearlyLow: 98.41, - YearlyStart: 98.89, - YearlyChange: 0.28, - Settlement: `Loan`, - Contract: `Options`, - Region: `Middle East`, - Country: `UAE`, - Risk: `Low`, - Sector: `Public`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-06-21`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 164 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `DOW Future`, - Spread: 0.01, - Open: 17711, - Price: 17697.98, - Buy: 17712.15, - Sell: 17712.16, - Change: -14.17, - ChangePercent: -0.08, - Volume: 22236, - High: 17727, - Low: 17642, - YearlyHigh: 18083, - YearlyLow: 15299, - YearlyStart: 16691, - YearlyChange: 6.12, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Asia Pacific`, - Country: `India`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-02-23`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 165 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/CAD`, - Spread: 0.02, - Open: 0.7744, - Price: 0.94, - Buy: 0.94, - Sell: 0.96, - Change: -0.01, - ChangePercent: -1.72, - Volume: 13669, - High: 0.95, - Low: 0.77, - YearlyHigh: 0.95, - YearlyLow: 0.68, - YearlyStart: 0.76, - YearlyChange: 26.43, - Settlement: `Cash`, - Contract: `Options`, - Region: `Middle East`, - Country: `Saudi Arabia`, - Risk: `Low`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-06-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 166 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Gold`, - Spread: 0.01, - Open: 1281.1, - Price: 1264.34, - Buy: 1280.73, - Sell: 1280.74, - Change: -16.39, - ChangePercent: -1.28, - Volume: 48387, - High: 1289.5, - Low: 1279.1, - YearlyHigh: 1306, - YearlyLow: 1047.2, - YearlyStart: 1176.6, - YearlyChange: 8.85, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Europe`, - Country: `Norway`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-08-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 167 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/JPY`, - Spread: 0.02, - Open: 9275.5, - Price: 9370.11, - Buy: 9277.32, - Sell: 9277.34, - Change: 92.78, - ChangePercent: 1, - Volume: 47734, - High: 9277.33, - Low: 0.93, - YearlyHigh: 9483, - YearlyLow: 0.93, - YearlyStart: 4741.97, - YearlyChange: 95.64, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Middle East`, - Country: `Syria`, - Risk: `High`, - Sector: `Government`, - Currency: `USD`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-01-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 168 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `US 2Y Future`, - Spread: 0.01, - Open: 109.3984, - Price: 108.86, - Buy: 109.4, - Sell: 109.4, - Change: -0.53, - ChangePercent: -0.48, - Volume: 17742, - High: 109.41, - Low: 109.38, - YearlyHigh: 109.8, - YearlyLow: 108.62, - YearlyStart: 109.21, - YearlyChange: 0.16, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `Asia Pacific`, - Country: `Malaysia`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-08-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 169 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `NAS Future`, - Spread: 0.01, - Open: 4341.25, - Price: 4398.58, - Buy: 4341.25, - Sell: 4341.25, - Change: 57.3, - ChangePercent: 1.32, - Volume: 18259, - High: 4347, - Low: 4318, - YearlyHigh: 4719.75, - YearlyLow: 3867.75, - YearlyStart: 4293.75, - YearlyChange: 1.11, - Settlement: `Credit`, - Contract: `Options`, - Region: `Middle East`, - Country: `Iraq`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `High`, - Issuer: `FedEx`, - Maturity: `2022-08-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 170 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/JPY`, - Spread: 0.02, - Open: 9275.5, - Price: 9303.31, - Buy: 9277.32, - Sell: 9277.34, - Change: 25.98, - ChangePercent: 0.28, - Volume: 47734, - High: 9277.33, - Low: 0.93, - YearlyHigh: 9483, - YearlyLow: 0.93, - YearlyStart: 4741.97, - YearlyChange: 95.64, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Middle East`, - Country: `Syria`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-03-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 171 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Natural Gas`, - Spread: 0.02, - Open: 2.094, - Price: 2.07, - Buy: 2.09, - Sell: 2.09, - Change: -0.03, - ChangePercent: -1.6, - Volume: 2783, - High: 2.11, - Low: 2.09, - YearlyHigh: 3.2, - YearlyLow: 1.84, - YearlyStart: 2.52, - YearlyChange: -16.51, - Settlement: `Credit`, - Contract: `Futures`, - Region: `Asia Pacific`, - Country: `Australia`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-03-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 172 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `NAS Future`, - Spread: 0.01, - Open: 4341.25, - Price: 4402.06, - Buy: 4341.25, - Sell: 4341.25, - Change: 60.78, - ChangePercent: 1.4, - Volume: 18259, - High: 4347, - Low: 4318, - YearlyHigh: 4719.75, - YearlyLow: 3867.75, - YearlyStart: 4293.75, - YearlyChange: 1.11, - Settlement: `Cash`, - Contract: `Options`, - Region: `Africa`, - Country: `Senegal`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-05-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 173 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Copper`, - Spread: 0.02, - Open: 2.123, - Price: 2.14, - Buy: 2.12, - Sell: 2.12, - Change: 0.03, - ChangePercent: 1.16, - Volume: 28819, - High: 2.16, - Low: 2.11, - YearlyHigh: 2.94, - YearlyLow: 1.96, - YearlyStart: 2.45, - YearlyChange: -13.76, - Settlement: `Cash`, - Contract: `Swap`, - Region: `North America`, - Country: `United States`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-05-19`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 174 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Milk`, - Spread: 0.01, - Open: 12.87, - Price: 12.92, - Buy: 12.87, - Sell: 12.87, - Change: 0.06, - ChangePercent: 0.48, - Volume: 7, - High: 12.89, - Low: 12.81, - YearlyHigh: 16.96, - YearlyLow: 12.81, - YearlyStart: 14.88, - YearlyChange: -13.6, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Asia Pacific`, - Country: `Pakistan`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-09-21`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 175 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Cotton`, - Spread: 0.01, - Open: 61.77, - Price: 61.19, - Buy: 61.77, - Sell: 61.77, - Change: -0.57, - ChangePercent: -0.92, - Volume: 3612, - High: 62.06, - Low: 61.32, - YearlyHigh: 67.59, - YearlyLow: 54.33, - YearlyStart: 60.96, - YearlyChange: 1.31, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Europe`, - Country: `Czechia`, - Risk: `Low`, - Sector: `Government`, - Currency: `PLN`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-07-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 176 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Lumber`, - Spread: 0.01, - Open: 303.9, - Price: 302.28, - Buy: 304.59, - Sell: 304.6, - Change: -2.32, - ChangePercent: -0.76, - Volume: 2, - High: 304.6, - Low: 303.9, - YearlyHigh: 317.1, - YearlyLow: 236, - YearlyStart: 276.55, - YearlyChange: 10.14, - Settlement: `Credit`, - Contract: `CFD`, - Region: `Africa`, - Country: `Algeria`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-03-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 177 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Diesel`, - Spread: 0.015, - Open: 1.3474, - Price: 1.34, - Buy: 1.35, - Sell: 1.35, - Change: -0.02, - ChangePercent: -1.32, - Volume: 2971, - High: 1.36, - Low: 1.34, - YearlyHigh: 2.11, - YearlyLow: 0.92, - YearlyStart: 1.51, - YearlyChange: -10.4, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Africa`, - Country: `Algeria`, - Risk: `Low`, - Sector: `Public`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-07-22`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 178 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Cocoa`, - Spread: 0.01, - Open: 3076, - Price: 3077.26, - Buy: 3076, - Sell: 3076, - Change: 1.23, - ChangePercent: 0.04, - Volume: 978, - High: 3078, - Low: 3066, - YearlyHigh: 3406, - YearlyLow: 2746, - YearlyStart: 3076, - YearlyChange: 0, - Settlement: `Credit`, - Contract: `Options`, - Region: `Europe`, - Country: `Italy`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-04-22`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 179 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `Euro$ 3M`, - Spread: 0.01, - Open: 99.18, - Price: 97.94, - Buy: 99.18, - Sell: 99.18, - Change: -1.23, - ChangePercent: -1.24, - Volume: 29509, - High: 99.18, - Low: 99.17, - YearlyHigh: 99.38, - YearlyLow: 98.41, - YearlyStart: 98.89, - YearlyChange: 0.28, - Settlement: `Loan`, - Contract: `Swap`, - Region: `South America`, - Country: `Venezuela`, - Risk: `Low`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-03-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 180 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Coffee`, - Spread: 0.01, - Open: 125.7, - Price: 124.63, - Buy: 125.7, - Sell: 125.7, - Change: -1.06, - ChangePercent: -0.84, - Volume: 1654, - High: 125.8, - Low: 125, - YearlyHigh: 155.75, - YearlyLow: 115.35, - YearlyStart: 135.55, - YearlyChange: -7.27, - Settlement: `Credit`, - Contract: `Options`, - Region: `Asia Pacific`, - Country: `India`, - Risk: `Low`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-05-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 181 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Cotton`, - Spread: 0.01, - Open: 61.77, - Price: 60.77, - Buy: 61.77, - Sell: 61.77, - Change: -0.99, - ChangePercent: -1.6, - Volume: 3612, - High: 62.06, - Low: 61.32, - YearlyHigh: 67.59, - YearlyLow: 54.33, - YearlyStart: 60.96, - YearlyChange: 1.31, - Settlement: `Cash`, - Contract: `Options`, - Region: `Asia Pacific`, - Country: `Japan`, - Risk: `Low`, - Sector: `Public`, - Currency: `USD`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-02-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 182 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Diesel`, - Spread: 0.015, - Open: 1.3474, - Price: 1.36, - Buy: 1.35, - Sell: 1.35, - Change: 0, - ChangePercent: -0.08, - Volume: 2971, - High: 1.36, - Low: 1.34, - YearlyHigh: 2.11, - YearlyLow: 0.92, - YearlyStart: 1.51, - YearlyChange: -10.4, - Settlement: `Loan`, - Contract: `Futures`, - Region: `Middle East`, - Country: `Israel`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-02-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 183 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Silver`, - Spread: 0.01, - Open: 17.43, - Price: 17.43, - Buy: 17.43, - Sell: 17.43, - Change: 0.01, - ChangePercent: 0.08, - Volume: 11720, - High: 17.51, - Low: 17.37, - YearlyHigh: 18.06, - YearlyLow: 13.73, - YearlyStart: 15.89, - YearlyChange: 9.59, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Africa`, - Country: `Senegal`, - Risk: `High`, - Sector: `Private`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-04-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 184 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `Lean Hogs`, - Spread: 0.01, - Open: 81.275, - Price: 80.64, - Buy: 81.81, - Sell: 81.82, - Change: -1.17, - ChangePercent: -1.44, - Volume: 1, - High: 81.81, - Low: 81.28, - YearlyHigh: 83.98, - YearlyLow: 70.25, - YearlyStart: 77.11, - YearlyChange: 6.09, - Settlement: `Loan`, - Contract: `Futures`, - Region: `Europe`, - Country: `Romania`, - Risk: `High`, - Sector: `Public`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `FedEx`, - Maturity: `2022-07-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 185 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Oil`, - Spread: 0.015, - Open: 45.54, - Price: 45.59, - Buy: 45.78, - Sell: 45.8, - Change: -0.2, - ChangePercent: -0.44, - Volume: 107196, - High: 45.94, - Low: 45, - YearlyHigh: 65.28, - YearlyLow: 30.79, - YearlyStart: 48.03, - YearlyChange: -4.67, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Africa`, - Country: `Egypt`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-02-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 186 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P MID MINI`, - Spread: 0.01, - Open: 1454.3, - Price: 1443.55, - Buy: 1455.78, - Sell: 1455.79, - Change: -12.23, - ChangePercent: -0.84, - Volume: 338, - High: 1455.78, - Low: 1448, - YearlyHigh: 1527.3, - YearlyLow: 1236, - YearlyStart: 1381.65, - YearlyChange: 5.37, - Settlement: `Loan`, - Contract: `Options`, - Region: `Asia Pacific`, - Country: `Taiwan`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-02-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 187 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Silver`, - Spread: 0.01, - Open: 17.43, - Price: 17.09, - Buy: 17.43, - Sell: 17.43, - Change: -0.33, - ChangePercent: -1.88, - Volume: 11720, - High: 17.51, - Low: 17.37, - YearlyHigh: 18.06, - YearlyLow: 13.73, - YearlyStart: 15.89, - YearlyChange: 9.59, - Settlement: `Credit`, - Contract: `CFD`, - Region: `Africa`, - Country: `Cameroon`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-06-22`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 188 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Lumber`, - Spread: 0.01, - Open: 303.9, - Price: 310.08, - Buy: 304.59, - Sell: 304.6, - Change: 5.48, - ChangePercent: 1.8, - Volume: 2, - High: 304.6, - Low: 303.9, - YearlyHigh: 317.1, - YearlyLow: 236, - YearlyStart: 276.55, - YearlyChange: 10.14, - Settlement: `Cash`, - Contract: `Options`, - Region: `Asia Pacific`, - Country: `India`, - Risk: `High`, - Sector: `Private`, - Currency: `PLN`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-07-22`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 189 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `GBP/USD`, - Spread: 0.02, - Open: 1.4464, - Price: 1.17, - Buy: 1.18, - Sell: 1.2, - Change: -0.02, - ChangePercent: -1.6, - Volume: 29450, - High: 1.45, - Low: 1.19, - YearlyHigh: 1.59, - YearlyLow: 1.19, - YearlyStart: 1.49, - YearlyChange: -19.59, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Europe`, - Country: `Poland`, - Risk: `High`, - Sector: `Government`, - Currency: `USD`, - Security: `High`, - Issuer: `FedEx`, - Maturity: `2022-08-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 190 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soybean`, - Spread: 0.01, - Open: 1038, - Price: 1042.77, - Buy: 1038.61, - Sell: 1038.62, - Change: 4.15, - ChangePercent: 0.4, - Volume: 20356, - High: 1044, - Low: 1031.75, - YearlyHigh: 1057, - YearlyLow: 859.5, - YearlyStart: 958.25, - YearlyChange: 8.39, - Settlement: `Credit`, - Contract: `Forwards`, - Region: `Middle East`, - Country: `Lebanon`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-02-11`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 191 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Coal`, - Spread: 0.015, - Open: 0.4363, - Price: 0.42, - Buy: 0.44, - Sell: 0.44, - Change: 0, - ChangePercent: 1.84, - Volume: 3, - High: 0.44, - Low: 0.44, - YearlyHigh: 0.48, - YearlyLow: 0.4, - YearlyStart: 0.44, - YearlyChange: -5.33, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Middle East`, - Country: `Israel`, - Risk: `High`, - Sector: `Public`, - Currency: `USD`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-06-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 192 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Cocoa`, - Spread: 0.01, - Open: 3076, - Price: 3136.32, - Buy: 3076, - Sell: 3076, - Change: 60.29, - ChangePercent: 1.96, - Volume: 978, - High: 3078, - Low: 3066, - YearlyHigh: 3406, - YearlyLow: 2746, - YearlyStart: 3076, - YearlyChange: 0, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `Middle East`, - Country: `Lebanon`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-02-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 193 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `US 2Y Future`, - Spread: 0.01, - Open: 109.3984, - Price: 108.95, - Buy: 109.4, - Sell: 109.4, - Change: -0.44, - ChangePercent: -0.4, - Volume: 17742, - High: 109.41, - Low: 109.38, - YearlyHigh: 109.8, - YearlyLow: 108.62, - YearlyStart: 109.21, - YearlyChange: 0.16, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Asia Pacific`, - Country: `Singapore`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-01-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 194 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `Lean Hogs`, - Spread: 0.01, - Open: 81.275, - Price: 81.26, - Buy: 81.81, - Sell: 81.82, - Change: -0.55, - ChangePercent: -0.68, - Volume: 1, - High: 81.81, - Low: 81.28, - YearlyHigh: 83.98, - YearlyLow: 70.25, - YearlyStart: 77.11, - YearlyChange: 6.09, - Settlement: `Credit`, - Contract: `Futures`, - Region: `Middle East`, - Country: `Israel`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-03-24`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 195 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/CHF`, - Spread: 0.02, - Open: 1.0337, - Price: 1.03, - Buy: 1.03, - Sell: 1.03, - Change: -0.01, - ChangePercent: -0.92, - Volume: 5550, - High: 1.03, - Low: 1.03, - YearlyHigh: 1.11, - YearlyLow: 0.98, - YearlyStart: 1.04, - YearlyChange: -0.12, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Asia Pacific`, - Country: `Australia`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `Poor`, - Issuer: `American Airlines`, - Maturity: `2022-04-10`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 196 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `FD Cattle`, - Spread: 0.01, - Open: 147.175, - Price: 146.17, - Buy: 148.6, - Sell: 148.61, - Change: -2.44, - ChangePercent: -1.64, - Volume: 5, - High: 148.61, - Low: 147.18, - YearlyHigh: 190, - YearlyLow: 138.1, - YearlyStart: 164.05, - YearlyChange: -9.41, - Settlement: `Credit`, - Contract: `Options`, - Region: `Europe`, - Country: `Austria`, - Risk: `High`, - Sector: `Public`, - Currency: `USD`, - Security: `Poor`, - Issuer: `FedEx`, - Maturity: `2022-06-11`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 197 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Diesel`, - Spread: 0.015, - Open: 1.3474, - Price: 1.33, - Buy: 1.35, - Sell: 1.35, - Change: -0.03, - ChangePercent: -1.92, - Volume: 2971, - High: 1.36, - Low: 1.34, - YearlyHigh: 2.11, - YearlyLow: 0.92, - YearlyStart: 1.51, - YearlyChange: -10.4, - Settlement: `Credit`, - Contract: `Forwards`, - Region: `Africa`, - Country: `Ethiopia`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-03-10`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 198 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `OJ Future`, - Spread: 0.01, - Open: 140.6, - Price: 140.86, - Buy: 140.18, - Sell: 140.19, - Change: 0.67, - ChangePercent: 0.48, - Volume: 7, - High: 140.19, - Low: 0, - YearlyHigh: 155.95, - YearlyLow: 113, - YearlyStart: 134.47, - YearlyChange: 4.25, - Settlement: `Credit`, - Contract: `Futures`, - Region: `Middle East`, - Country: `Bahrain`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `High`, - Issuer: `American Airlines`, - Maturity: `2022-04-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 199 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Coffee`, - Spread: 0.01, - Open: 125.7, - Price: 126.65, - Buy: 125.7, - Sell: 125.7, - Change: 0.96, - ChangePercent: 0.76, - Volume: 1654, - High: 125.8, - Low: 125, - YearlyHigh: 155.75, - YearlyLow: 115.35, - YearlyStart: 135.55, - YearlyChange: -7.27, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Middle East`, - Country: `Turkey`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-03-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 200 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `FD Cattle`, - Spread: 0.01, - Open: 147.175, - Price: 147.77, - Buy: 148.6, - Sell: 148.61, - Change: -0.84, - ChangePercent: -0.56, - Volume: 5, - High: 148.61, - Low: 147.18, - YearlyHigh: 190, - YearlyLow: 138.1, - YearlyStart: 164.05, - YearlyChange: -9.41, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Africa`, - Country: `Ethiopia`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-06-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 201 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Copper`, - Spread: 0.02, - Open: 2.123, - Price: 2.11, - Buy: 2.12, - Sell: 2.12, - Change: 0, - ChangePercent: -0.08, - Volume: 28819, - High: 2.16, - Low: 2.11, - YearlyHigh: 2.94, - YearlyLow: 1.96, - YearlyStart: 2.45, - YearlyChange: -13.76, - Settlement: `Loan`, - Contract: `Futures`, - Region: `Asia Pacific`, - Country: `Taiwan`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `High`, - Issuer: `FedEx`, - Maturity: `2022-02-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 202 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Wheat`, - Spread: 0.01, - Open: 465.5, - Price: 459.38, - Buy: 465.5, - Sell: 465.5, - Change: -6.14, - ChangePercent: -1.32, - Volume: 4318, - High: 467, - Low: 463.25, - YearlyHigh: 628.5, - YearlyLow: 449.5, - YearlyStart: 539, - YearlyChange: -13.63, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Africa`, - Country: `Algeria`, - Risk: `Low`, - Sector: `Government`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-07-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 203 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `Euro$ 3M`, - Spread: 0.01, - Open: 99.18, - Price: 100.16, - Buy: 99.18, - Sell: 99.18, - Change: 0.99, - ChangePercent: 1, - Volume: 29509, - High: 99.18, - Low: 99.17, - YearlyHigh: 99.38, - YearlyLow: 98.41, - YearlyStart: 98.89, - YearlyChange: 0.28, - Settlement: `Loan`, - Contract: `Options`, - Region: `Africa`, - Country: `Egypt`, - Risk: `Low`, - Sector: `Government`, - Currency: `PLN`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-03-23`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 204 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `US 2Y Future`, - Spread: 0.01, - Open: 109.3984, - Price: 108.78, - Buy: 109.4, - Sell: 109.4, - Change: -0.61, - ChangePercent: -0.56, - Volume: 17742, - High: 109.41, - Low: 109.38, - YearlyHigh: 109.8, - YearlyLow: 108.62, - YearlyStart: 109.21, - YearlyChange: 0.16, - Settlement: `Credit`, - Contract: `Forwards`, - Region: `Middle East`, - Country: `Bahrain`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `High`, - Issuer: `FedEx`, - Maturity: `2022-03-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 205 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Ethanol`, - Spread: 0.01, - Open: 1.512, - Price: 2.8, - Buy: 2.75, - Sell: 2.76, - Change: 0.05, - ChangePercent: 1.84, - Volume: 14, - High: 2.75, - Low: 1.12, - YearlyHigh: 2.75, - YearlyLow: 1.12, - YearlyStart: 1.48, - YearlyChange: 86.7, - Settlement: `Credit`, - Contract: `Futures`, - Region: `Africa`, - Country: `South Africa`, - Risk: `Low`, - Sector: `Public`, - Currency: `EUR`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-05-22`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 206 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Sugar`, - Spread: 0.01, - Open: 15.68, - Price: 14.54, - Buy: 14.67, - Sell: 14.68, - Change: -0.13, - ChangePercent: -0.92, - Volume: 4949, - High: 15.7, - Low: 14.67, - YearlyHigh: 16.87, - YearlyLow: 11.37, - YearlyStart: 14.12, - YearlyChange: 3.92, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Europe`, - Country: `Slovenia`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-06-21`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 207 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Wheat`, - Spread: 0.01, - Open: 465.5, - Price: 472.04, - Buy: 465.5, - Sell: 465.5, - Change: 6.52, - ChangePercent: 1.4, - Volume: 4318, - High: 467, - Low: 463.25, - YearlyHigh: 628.5, - YearlyLow: 449.5, - YearlyStart: 539, - YearlyChange: -13.63, - Settlement: `Loan`, - Contract: `Options`, - Region: `Africa`, - Country: `Ethiopia`, - Risk: `High`, - Sector: `Public`, - Currency: `USD`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-05-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 208 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P 600 MINI`, - Spread: 0.01, - Open: 687.9, - Price: 698.89, - Buy: 687.9, - Sell: 687.9, - Change: 11.01, - ChangePercent: 1.6, - Volume: 0, - High: 0, - Low: 0, - YearlyHigh: 620.32, - YearlyLow: 595.9, - YearlyStart: 608.11, - YearlyChange: 13.12, - Settlement: `Loan`, - Contract: `Swap`, - Region: `North America`, - Country: `Mexico`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-02-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 209 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/JPY`, - Spread: 0.02, - Open: 9275.5, - Price: 9299.6, - Buy: 9277.32, - Sell: 9277.34, - Change: 22.27, - ChangePercent: 0.24, - Volume: 47734, - High: 9277.33, - Low: 0.93, - YearlyHigh: 9483, - YearlyLow: 0.93, - YearlyStart: 4741.97, - YearlyChange: 95.64, - Settlement: `Cash`, - Contract: `Options`, - Region: `Europe`, - Country: `Netherlands`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-05-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 210 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `US 2Y Future`, - Spread: 0.01, - Open: 109.3984, - Price: 110.48, - Buy: 109.4, - Sell: 109.4, - Change: 1.09, - ChangePercent: 1, - Volume: 17742, - High: 109.41, - Low: 109.38, - YearlyHigh: 109.8, - YearlyLow: 108.62, - YearlyStart: 109.21, - YearlyChange: 0.16, - Settlement: `Loan`, - Contract: `Futures`, - Region: `Europe`, - Country: `Greece`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-03-11`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 211 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/CHF`, - Spread: 0.02, - Open: 1.0337, - Price: 1.04, - Buy: 1.03, - Sell: 1.03, - Change: 0, - ChangePercent: 0.12, - Volume: 5550, - High: 1.03, - Low: 1.03, - YearlyHigh: 1.11, - YearlyLow: 0.98, - YearlyStart: 1.04, - YearlyChange: -0.12, - Settlement: `Credit`, - Contract: `Futures`, - Region: `Asia Pacific`, - Country: `Taiwan`, - Risk: `High`, - Sector: `Government`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-04-21`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 212 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soybean`, - Spread: 0.01, - Open: 1038, - Price: 1039.86, - Buy: 1038.61, - Sell: 1038.62, - Change: 1.24, - ChangePercent: 0.12, - Volume: 20356, - High: 1044, - Low: 1031.75, - YearlyHigh: 1057, - YearlyLow: 859.5, - YearlyStart: 958.25, - YearlyChange: 8.39, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Asia Pacific`, - Country: `Korea`, - Risk: `Low`, - Sector: `Government`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-02-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 213 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Gold`, - Spread: 0.01, - Open: 1281.1, - Price: 1304.3, - Buy: 1280.73, - Sell: 1280.74, - Change: 23.57, - ChangePercent: 1.84, - Volume: 48387, - High: 1289.5, - Low: 1279.1, - YearlyHigh: 1306, - YearlyLow: 1047.2, - YearlyStart: 1176.6, - YearlyChange: 8.85, - Settlement: `Loan`, - Contract: `Futures`, - Region: `Europe`, - Country: `Czechia`, - Risk: `High`, - Sector: `Government`, - Currency: `PLN`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-09-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 214 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/CHF`, - Spread: 0.02, - Open: 1.0337, - Price: 1.05, - Buy: 1.03, - Sell: 1.03, - Change: 0.01, - ChangePercent: 0.4, - Volume: 5550, - High: 1.03, - Low: 1.03, - YearlyHigh: 1.11, - YearlyLow: 0.98, - YearlyStart: 1.04, - YearlyChange: -0.12, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Europe`, - Country: `Austria`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-09-16`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 215 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `DOW Future`, - Spread: 0.01, - Open: 17711, - Price: 17464.18, - Buy: 17712.15, - Sell: 17712.16, - Change: -247.97, - ChangePercent: -1.4, - Volume: 22236, - High: 17727, - Low: 17642, - YearlyHigh: 18083, - YearlyLow: 15299, - YearlyStart: 16691, - YearlyChange: 6.12, - Settlement: `Cash`, - Contract: `Options`, - Region: `Middle East`, - Country: `Iraq`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-06-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 216 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Coffee`, - Spread: 0.01, - Open: 125.7, - Price: 125.59, - Buy: 125.7, - Sell: 125.7, - Change: -0.1, - ChangePercent: -0.08, - Volume: 1654, - High: 125.8, - Low: 125, - YearlyHigh: 155.75, - YearlyLow: 115.35, - YearlyStart: 135.55, - YearlyChange: -7.27, - Settlement: `Cash`, - Contract: `Swap`, - Region: `South America`, - Country: `Colombia`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-08-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 217 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/CAD`, - Spread: 0.02, - Open: 0.7744, - Price: 0.95, - Buy: 0.94, - Sell: 0.96, - Change: 0, - ChangePercent: -0.16, - Volume: 13669, - High: 0.95, - Low: 0.77, - YearlyHigh: 0.95, - YearlyLow: 0.68, - YearlyStart: 0.76, - YearlyChange: 26.43, - Settlement: `Loan`, - Contract: `Options`, - Region: `Africa`, - Country: `Ethiopia`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `Poor`, - Issuer: `American Airlines`, - Maturity: `2022-06-24`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 218 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Corn`, - Spread: 0.01, - Open: 379.5, - Price: 375.24, - Buy: 379.8, - Sell: 379.81, - Change: -4.56, - ChangePercent: -1.2, - Volume: 11266, - High: 381, - Low: 377.75, - YearlyHigh: 471.25, - YearlyLow: 351.25, - YearlyStart: 411.25, - YearlyChange: -7.65, - Settlement: `Credit`, - Contract: `Futures`, - Region: `Europe`, - Country: `Slovenia`, - Risk: `High`, - Sector: `Public`, - Currency: `USD`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-04-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 219 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Diesel`, - Spread: 0.015, - Open: 1.3474, - Price: 1.36, - Buy: 1.35, - Sell: 1.35, - Change: 0, - ChangePercent: 0.44, - Volume: 2971, - High: 1.36, - Low: 1.34, - YearlyHigh: 2.11, - YearlyLow: 0.92, - YearlyStart: 1.51, - YearlyChange: -10.4, - Settlement: `Loan`, - Contract: `Options`, - Region: `Asia Pacific`, - Country: `Taiwan`, - Risk: `High`, - Sector: `Government`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-03-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 220 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/CHF`, - Spread: 0.02, - Open: 1.0337, - Price: 1.05, - Buy: 1.03, - Sell: 1.03, - Change: 0.01, - ChangePercent: 0.68, - Volume: 5550, - High: 1.03, - Low: 1.03, - YearlyHigh: 1.11, - YearlyLow: 0.98, - YearlyStart: 1.04, - YearlyChange: -0.12, - Settlement: `Loan`, - Contract: `Forwards`, - Region: `Europe`, - Country: `Greece`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-09-19`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 221 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Coal`, - Spread: 0.015, - Open: 0.4363, - Price: 0.42, - Buy: 0.44, - Sell: 0.44, - Change: 0, - ChangePercent: 0.88, - Volume: 3, - High: 0.44, - Low: 0.44, - YearlyHigh: 0.48, - YearlyLow: 0.4, - YearlyStart: 0.44, - YearlyChange: -5.33, - Settlement: `Loan`, - Contract: `Swap`, - Region: `North America`, - Country: `United States`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-04-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 222 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P Future`, - Spread: 0.01, - Open: 2057.5, - Price: 2043.44, - Buy: 2056.6, - Sell: 2056.61, - Change: -13.16, - ChangePercent: -0.64, - Volume: 142780, - High: 2059.5, - Low: 2049, - YearlyHigh: 2105.5, - YearlyLow: 1794.5, - YearlyStart: 1950, - YearlyChange: 5.47, - Settlement: `Cash`, - Contract: `Options`, - Region: `Europe`, - Country: `Austria`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-06-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 223 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Diesel`, - Spread: 0.015, - Open: 1.3474, - Price: 1.34, - Buy: 1.35, - Sell: 1.35, - Change: -0.02, - ChangePercent: -1.6, - Volume: 2971, - High: 1.36, - Low: 1.34, - YearlyHigh: 2.11, - YearlyLow: 0.92, - YearlyStart: 1.51, - YearlyChange: -10.4, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Europe`, - Country: `Germany`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-04-10`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 224 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P 600 MINI`, - Spread: 0.01, - Open: 687.9, - Price: 692.56, - Buy: 687.9, - Sell: 687.9, - Change: 4.68, - ChangePercent: 0.68, - Volume: 0, - High: 0, - Low: 0, - YearlyHigh: 620.32, - YearlyLow: 595.9, - YearlyStart: 608.11, - YearlyChange: 13.12, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Middle East`, - Country: `Israel`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `FedEx`, - Maturity: `2022-05-11`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 225 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Ethanol`, - Spread: 0.01, - Open: 1.512, - Price: 2.71, - Buy: 2.75, - Sell: 2.76, - Change: -0.04, - ChangePercent: -1.56, - Volume: 14, - High: 2.75, - Low: 1.12, - YearlyHigh: 2.75, - YearlyLow: 1.12, - YearlyStart: 1.48, - YearlyChange: 86.7, - Settlement: `Cash`, - Contract: `Futures`, - Region: `South America`, - Country: `Paraguay`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-08-22`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 226 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `OJ Future`, - Spread: 0.01, - Open: 140.6, - Price: 138.84, - Buy: 140.18, - Sell: 140.19, - Change: -1.35, - ChangePercent: -0.96, - Volume: 7, - High: 140.19, - Low: 0, - YearlyHigh: 155.95, - YearlyLow: 113, - YearlyStart: 134.47, - YearlyChange: 4.25, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `Asia Pacific`, - Country: `China`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-03-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 227 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Gold`, - Spread: 0.01, - Open: 1281.1, - Price: 1302.76, - Buy: 1280.73, - Sell: 1280.74, - Change: 22.03, - ChangePercent: 1.72, - Volume: 48387, - High: 1289.5, - Low: 1279.1, - YearlyHigh: 1306, - YearlyLow: 1047.2, - YearlyStart: 1176.6, - YearlyChange: 8.85, - Settlement: `Cash`, - Contract: `Options`, - Region: `Europe`, - Country: `Slovenia`, - Risk: `Low`, - Sector: `Public`, - Currency: `USD`, - Security: `High`, - Issuer: `FedEx`, - Maturity: `2022-04-24`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 228 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Cotton`, - Spread: 0.01, - Open: 61.77, - Price: 60.62, - Buy: 61.77, - Sell: 61.77, - Change: -1.14, - ChangePercent: -1.84, - Volume: 3612, - High: 62.06, - Low: 61.32, - YearlyHigh: 67.59, - YearlyLow: 54.33, - YearlyStart: 60.96, - YearlyChange: 1.31, - Settlement: `Loan`, - Contract: `Options`, - Region: `Europe`, - Country: `Sweden`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `FedEx`, - Maturity: `2022-05-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 229 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `OJ Future`, - Spread: 0.01, - Open: 140.6, - Price: 139.07, - Buy: 140.18, - Sell: 140.19, - Change: -1.12, - ChangePercent: -0.8, - Volume: 7, - High: 140.19, - Low: 0, - YearlyHigh: 155.95, - YearlyLow: 113, - YearlyStart: 134.47, - YearlyChange: 4.25, - Settlement: `Cash`, - Contract: `CFD`, - Region: `Africa`, - Country: `Senegal`, - Risk: `High`, - Sector: `Public`, - Currency: `USD`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-02-22`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 230 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `US 10YR Future`, - Spread: 0.01, - Open: 130.5625, - Price: 128.6, - Buy: 130.56, - Sell: 130.56, - Change: -1.98, - ChangePercent: -1.52, - Volume: 189310, - High: 130.63, - Low: 130.44, - YearlyHigh: 132.64, - YearlyLow: 125.48, - YearlyStart: 129.06, - YearlyChange: 1.18, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Europe`, - Country: `Austria`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-06-19`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 231 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soybean`, - Spread: 0.01, - Open: 1038, - Price: 1049.83, - Buy: 1038.61, - Sell: 1038.62, - Change: 11.21, - ChangePercent: 1.08, - Volume: 20356, - High: 1044, - Low: 1031.75, - YearlyHigh: 1057, - YearlyLow: 859.5, - YearlyStart: 958.25, - YearlyChange: 8.39, - Settlement: `Cash`, - Contract: `Options`, - Region: `Asia Pacific`, - Country: `Singapore`, - Risk: `High`, - Sector: `Government`, - Currency: `USD`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-06-23`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 232 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Cocoa`, - Spread: 0.01, - Open: 3076, - Price: 3055.11, - Buy: 3076, - Sell: 3076, - Change: -20.92, - ChangePercent: -0.68, - Volume: 978, - High: 3078, - Low: 3066, - YearlyHigh: 3406, - YearlyLow: 2746, - YearlyStart: 3076, - YearlyChange: 0, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Middle East`, - Country: `Qatar`, - Risk: `High`, - Sector: `Private`, - Currency: `PLN`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-05-22`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 233 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Uranium`, - Spread: 0.02, - Open: 27.55, - Price: 27.36, - Buy: 27.55, - Sell: 27.55, - Change: -0.22, - ChangePercent: -0.8, - Volume: 12, - High: 27.55, - Low: 27.55, - YearlyHigh: 29.32, - YearlyLow: 21.28, - YearlyStart: 25.3, - YearlyChange: 9.01, - Settlement: `Cash`, - Contract: `CFD`, - Region: `South America`, - Country: `Chile`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `American Airlines`, - Maturity: `2022-04-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 234 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soy Meat`, - Spread: 0.01, - Open: 342.6, - Price: 339.19, - Buy: 342.6, - Sell: 342.6, - Change: -3.43, - ChangePercent: -1, - Volume: 5646, - High: 345.4, - Low: 340.3, - YearlyHigh: 353.4, - YearlyLow: 261.7, - YearlyStart: 307.55, - YearlyChange: 11.4, - Settlement: `Loan`, - Contract: `Options`, - Region: `South America`, - Country: `Guyana`, - Risk: `High`, - Sector: `Public`, - Currency: `USD`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-03-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 235 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Silver`, - Spread: 0.01, - Open: 17.43, - Price: 17.73, - Buy: 17.43, - Sell: 17.43, - Change: 0.31, - ChangePercent: 1.76, - Volume: 11720, - High: 17.51, - Low: 17.37, - YearlyHigh: 18.06, - YearlyLow: 13.73, - YearlyStart: 15.89, - YearlyChange: 9.59, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `Middle East`, - Country: `Syria`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-01-22`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 236 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Silver`, - Spread: 0.01, - Open: 17.43, - Price: 17.27, - Buy: 17.43, - Sell: 17.43, - Change: -0.15, - ChangePercent: -0.84, - Volume: 11720, - High: 17.51, - Low: 17.37, - YearlyHigh: 18.06, - YearlyLow: 13.73, - YearlyStart: 15.89, - YearlyChange: 9.59, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `North America`, - Country: `Canada`, - Risk: `Low`, - Sector: `Government`, - Currency: `USD`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-05-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 237 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P 600 MINI`, - Spread: 0.01, - Open: 687.9, - Price: 687.6, - Buy: 687.9, - Sell: 687.9, - Change: -0.28, - ChangePercent: -0.04, - Volume: 0, - High: 0, - Low: 0, - YearlyHigh: 620.32, - YearlyLow: 595.9, - YearlyStart: 608.11, - YearlyChange: 13.12, - Settlement: `Loan`, - Contract: `CFD`, - Region: `Asia Pacific`, - Country: `Australia`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `High`, - Issuer: `FedEx`, - Maturity: `2022-04-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 238 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Copper`, - Spread: 0.02, - Open: 2.123, - Price: 2.07, - Buy: 2.12, - Sell: 2.12, - Change: -0.04, - ChangePercent: -1.96, - Volume: 28819, - High: 2.16, - Low: 2.11, - YearlyHigh: 2.94, - YearlyLow: 1.96, - YearlyStart: 2.45, - YearlyChange: -13.76, - Settlement: `Cash`, - Contract: `Options`, - Region: `Middle East`, - Country: `Qatar`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-02-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 239 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Milk`, - Spread: 0.01, - Open: 12.87, - Price: 12.87, - Buy: 12.87, - Sell: 12.87, - Change: 0.01, - ChangePercent: 0.08, - Volume: 7, - High: 12.89, - Low: 12.81, - YearlyHigh: 16.96, - YearlyLow: 12.81, - YearlyStart: 14.88, - YearlyChange: -13.6, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Africa`, - Country: `Nigeria`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-04-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 240 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Uranium`, - Spread: 0.02, - Open: 27.55, - Price: 27.47, - Buy: 27.55, - Sell: 27.55, - Change: -0.11, - ChangePercent: -0.4, - Volume: 12, - High: 27.55, - Low: 27.55, - YearlyHigh: 29.32, - YearlyLow: 21.28, - YearlyStart: 25.3, - YearlyChange: 9.01, - Settlement: `Credit`, - Contract: `Forwards`, - Region: `Middle East`, - Country: `UAE`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-02-24`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 241 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soy oil`, - Spread: 0.01, - Open: 33.26, - Price: 33.93, - Buy: 33.77, - Sell: 33.78, - Change: 0.16, - ChangePercent: 0.48, - Volume: 10592, - High: 33.77, - Low: 33.06, - YearlyHigh: 35.43, - YearlyLow: 26.61, - YearlyStart: 31.02, - YearlyChange: 8.87, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `Middle East`, - Country: `Syria`, - Risk: `Low`, - Sector: `Government`, - Currency: `USD`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-02-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 242 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `AUD/USD`, - Spread: 0.02, - Open: 0.7344, - Price: 0.76, - Buy: 0.73, - Sell: 0.73, - Change: 0.02, - ChangePercent: 1.48, - Volume: 36764, - High: 0.74, - Low: 0.73, - YearlyHigh: 0.79, - YearlyLow: 0.68, - YearlyStart: 0.73, - YearlyChange: 1.28, - Settlement: `Credit`, - Contract: `Options`, - Region: `Asia Pacific`, - Country: `Afghanistan`, - Risk: `Low`, - Sector: `Government`, - Currency: `USD`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-05-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 243 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Sugar`, - Spread: 0.01, - Open: 15.68, - Price: 14.61, - Buy: 14.67, - Sell: 14.68, - Change: -0.06, - ChangePercent: -0.44, - Volume: 4949, - High: 15.7, - Low: 14.67, - YearlyHigh: 16.87, - YearlyLow: 11.37, - YearlyStart: 14.12, - YearlyChange: 3.92, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Asia Pacific`, - Country: `Korea`, - Risk: `Low`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-02-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 244 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Cocoa`, - Spread: 0.01, - Open: 3076, - Price: 3050.19, - Buy: 3076, - Sell: 3076, - Change: -25.84, - ChangePercent: -0.84, - Volume: 978, - High: 3078, - Low: 3066, - YearlyHigh: 3406, - YearlyLow: 2746, - YearlyStart: 3076, - YearlyChange: 0, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Europe`, - Country: `Denmark`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `American Airlines`, - Maturity: `2022-01-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 245 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `OJ Future`, - Spread: 0.01, - Open: 140.6, - Price: 138.79, - Buy: 140.18, - Sell: 140.19, - Change: -1.4, - ChangePercent: -1, - Volume: 7, - High: 140.19, - Low: 0, - YearlyHigh: 155.95, - YearlyLow: 113, - YearlyStart: 134.47, - YearlyChange: 4.25, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `Middle East`, - Country: `Kuwait`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-03-16`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 246 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P Future`, - Spread: 0.01, - Open: 2057.5, - Price: 2088.68, - Buy: 2056.6, - Sell: 2056.61, - Change: 32.08, - ChangePercent: 1.56, - Volume: 142780, - High: 2059.5, - Low: 2049, - YearlyHigh: 2105.5, - YearlyLow: 1794.5, - YearlyStart: 1950, - YearlyChange: 5.47, - Settlement: `Cash`, - Contract: `CFD`, - Region: `Europe`, - Country: `France`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-04-21`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 247 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Gold`, - Spread: 0.01, - Open: 1281.1, - Price: 1278.17, - Buy: 1280.73, - Sell: 1280.74, - Change: -2.56, - ChangePercent: -0.2, - Volume: 48387, - High: 1289.5, - Low: 1279.1, - YearlyHigh: 1306, - YearlyLow: 1047.2, - YearlyStart: 1176.6, - YearlyChange: 8.85, - Settlement: `Cash`, - Contract: `Options`, - Region: `Europe`, - Country: `Austria`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-07-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 248 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Coal`, - Spread: 0.015, - Open: 0.4363, - Price: 0.42, - Buy: 0.44, - Sell: 0.44, - Change: 0, - ChangePercent: 1.16, - Volume: 3, - High: 0.44, - Low: 0.44, - YearlyHigh: 0.48, - YearlyLow: 0.4, - YearlyStart: 0.44, - YearlyChange: -5.33, - Settlement: `Cash`, - Contract: `CFD`, - Region: `Europe`, - Country: `Ireland`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `American Airlines`, - Maturity: `2022-06-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 249 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Uranium`, - Spread: 0.02, - Open: 27.55, - Price: 28.08, - Buy: 27.55, - Sell: 27.55, - Change: 0.5, - ChangePercent: 1.8, - Volume: 12, - High: 27.55, - Low: 27.55, - YearlyHigh: 29.32, - YearlyLow: 21.28, - YearlyStart: 25.3, - YearlyChange: 9.01, - Settlement: `Cash`, - Contract: `Futures`, - Region: `North America`, - Country: `Mexico`, - Risk: `High`, - Sector: `Government`, - Currency: `USD`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-05-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 250 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Palladium`, - Spread: 0.01, - Open: 600.55, - Price: 590.42, - Buy: 601, - Sell: 601.01, - Change: -10.58, - ChangePercent: -1.76, - Volume: 651, - High: 607.2, - Low: 598.4, - YearlyHigh: 690, - YearlyLow: 458.6, - YearlyStart: 574.3, - YearlyChange: 4.65, - Settlement: `Loan`, - Contract: `Swap`, - Region: `North America`, - Country: `Canada`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-04-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 251 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Milk`, - Spread: 0.01, - Open: 12.87, - Price: 12.66, - Buy: 12.87, - Sell: 12.87, - Change: -0.2, - ChangePercent: -1.52, - Volume: 7, - High: 12.89, - Low: 12.81, - YearlyHigh: 16.96, - YearlyLow: 12.81, - YearlyStart: 14.88, - YearlyChange: -13.6, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Africa`, - Country: `Morocco`, - Risk: `High`, - Sector: `Government`, - Currency: `USD`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-08-24`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 252 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `US 10YR Future`, - Spread: 0.01, - Open: 130.5625, - Price: 129.59, - Buy: 130.56, - Sell: 130.56, - Change: -0.99, - ChangePercent: -0.76, - Volume: 189310, - High: 130.63, - Low: 130.44, - YearlyHigh: 132.64, - YearlyLow: 125.48, - YearlyStart: 129.06, - YearlyChange: 1.18, - Settlement: `Cash`, - Contract: `Futures`, - Region: `South America`, - Country: `Suriname`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-05-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 253 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P Future`, - Spread: 0.01, - Open: 2057.5, - Price: 2032.75, - Buy: 2056.6, - Sell: 2056.61, - Change: -23.85, - ChangePercent: -1.16, - Volume: 142780, - High: 2059.5, - Low: 2049, - YearlyHigh: 2105.5, - YearlyLow: 1794.5, - YearlyStart: 1950, - YearlyChange: 5.47, - Settlement: `Loan`, - Contract: `CFD`, - Region: `Africa`, - Country: `Senegal`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-01-21`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 254 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `DOW Future`, - Spread: 0.01, - Open: 17711, - Price: 17733.41, - Buy: 17712.15, - Sell: 17712.16, - Change: 21.26, - ChangePercent: 0.12, - Volume: 22236, - High: 17727, - Low: 17642, - YearlyHigh: 18083, - YearlyLow: 15299, - YearlyStart: 16691, - YearlyChange: 6.12, - Settlement: `Credit`, - Contract: `Options`, - Region: `Africa`, - Country: `Morocco`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-04-23`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 255 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soy Meat`, - Spread: 0.01, - Open: 342.6, - Price: 345.36, - Buy: 342.6, - Sell: 342.6, - Change: 2.74, - ChangePercent: 0.8, - Volume: 5646, - High: 345.4, - Low: 340.3, - YearlyHigh: 353.4, - YearlyLow: 261.7, - YearlyStart: 307.55, - YearlyChange: 11.4, - Settlement: `Credit`, - Contract: `Futures`, - Region: `Africa`, - Country: `Cameroon`, - Risk: `High`, - Sector: `Public`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `FedEx`, - Maturity: `2022-03-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 256 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `FD Cattle`, - Spread: 0.01, - Open: 147.175, - Price: 147.06, - Buy: 148.6, - Sell: 148.61, - Change: -1.55, - ChangePercent: -1.04, - Volume: 5, - High: 148.61, - Low: 147.18, - YearlyHigh: 190, - YearlyLow: 138.1, - YearlyStart: 164.05, - YearlyChange: -9.41, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `Europe`, - Country: `Slovenia`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `High`, - Issuer: `FedEx`, - Maturity: `2022-06-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 257 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P MID MINI`, - Spread: 0.01, - Open: 1454.3, - Price: 1470.34, - Buy: 1455.78, - Sell: 1455.79, - Change: 14.56, - ChangePercent: 1, - Volume: 338, - High: 1455.78, - Low: 1448, - YearlyHigh: 1527.3, - YearlyLow: 1236, - YearlyStart: 1381.65, - YearlyChange: 5.37, - Settlement: `Credit`, - Contract: `Options`, - Region: `Middle East`, - Country: `Israel`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-05-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 258 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Platinum`, - Spread: 0.01, - Open: 1071.6, - Price: 1069.81, - Buy: 1071.09, - Sell: 1071.1, - Change: -1.29, - ChangePercent: -0.12, - Volume: 3039, - High: 1081.2, - Low: 1070.5, - YearlyHigh: 1120.6, - YearlyLow: 812.4, - YearlyStart: 966.5, - YearlyChange: 10.82, - Settlement: `Loan`, - Contract: `Forwards`, - Region: `Africa`, - Country: `Senegal`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-01-16`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 259 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soy Meat`, - Spread: 0.01, - Open: 342.6, - Price: 347.83, - Buy: 342.6, - Sell: 342.6, - Change: 5.21, - ChangePercent: 1.52, - Volume: 5646, - High: 345.4, - Low: 340.3, - YearlyHigh: 353.4, - YearlyLow: 261.7, - YearlyStart: 307.55, - YearlyChange: 11.4, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Europe`, - Country: `Finland`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-07-23`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 260 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Cocoa`, - Spread: 0.01, - Open: 3076, - Price: 3041.58, - Buy: 3076, - Sell: 3076, - Change: -34.45, - ChangePercent: -1.12, - Volume: 978, - High: 3078, - Low: 3066, - YearlyHigh: 3406, - YearlyLow: 2746, - YearlyStart: 3076, - YearlyChange: 0, - Settlement: `Cash`, - Contract: `Options`, - Region: `Europe`, - Country: `Norway`, - Risk: `High`, - Sector: `Government`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-07-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 261 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `BTC/USD`, - Spread: 0.06, - Open: 93.88, - Price: 21135.18, - Buy: 21200.76, - Sell: 21400.78, - Change: 134.41, - ChangePercent: 0.64, - Volume: 5788000, - High: 22400.05, - Low: 20100.75, - YearlyHigh: 62400.7, - YearlyLow: 15100.88, - YearlyStart: 21200.29, - YearlyChange: -20.62, - Settlement: `Cash`, - Contract: `Options`, - Region: `Middle East`, - Country: `UAE`, - Risk: `High`, - Sector: `Public`, - Currency: `USD`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-08-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 262 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Diesel`, - Spread: 0.015, - Open: 1.3474, - Price: 1.38, - Buy: 1.35, - Sell: 1.35, - Change: 0.02, - ChangePercent: 1.68, - Volume: 2971, - High: 1.36, - Low: 1.34, - YearlyHigh: 2.11, - YearlyLow: 0.92, - YearlyStart: 1.51, - YearlyChange: -10.4, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `Asia Pacific`, - Country: `India`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `High`, - Issuer: `American Airlines`, - Maturity: `2022-02-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 263 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soybean`, - Spread: 0.01, - Open: 1038, - Price: 1058.14, - Buy: 1038.61, - Sell: 1038.62, - Change: 19.52, - ChangePercent: 1.88, - Volume: 20356, - High: 1044, - Low: 1031.75, - YearlyHigh: 1057, - YearlyLow: 859.5, - YearlyStart: 958.25, - YearlyChange: 8.39, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Middle East`, - Country: `Jordan`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-05-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 264 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `FD Cattle`, - Spread: 0.01, - Open: 147.175, - Price: 149.02, - Buy: 148.6, - Sell: 148.61, - Change: 0.41, - ChangePercent: 0.28, - Volume: 5, - High: 148.61, - Low: 147.18, - YearlyHigh: 190, - YearlyLow: 138.1, - YearlyStart: 164.05, - YearlyChange: -9.41, - Settlement: `Credit`, - Contract: `Swap`, - Region: `South America`, - Country: `Suriname`, - Risk: `High`, - Sector: `Private`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-08-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 265 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Coal`, - Spread: 0.015, - Open: 0.4363, - Price: 0.42, - Buy: 0.44, - Sell: 0.44, - Change: 0, - ChangePercent: 0.28, - Volume: 3, - High: 0.44, - Low: 0.44, - YearlyHigh: 0.48, - YearlyLow: 0.4, - YearlyStart: 0.44, - YearlyChange: -5.33, - Settlement: `Credit`, - Contract: `Options`, - Region: `South America`, - Country: `Ecuador`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-01-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 266 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `OJ Future`, - Spread: 0.01, - Open: 140.6, - Price: 139.91, - Buy: 140.18, - Sell: 140.19, - Change: -0.28, - ChangePercent: -0.2, - Volume: 7, - High: 140.19, - Low: 0, - YearlyHigh: 155.95, - YearlyLow: 113, - YearlyStart: 134.47, - YearlyChange: 4.25, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `Africa`, - Country: `Ethiopia`, - Risk: `Low`, - Sector: `Public`, - Currency: `USD`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-07-24`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 267 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Corn`, - Spread: 0.01, - Open: 379.5, - Price: 384.36, - Buy: 379.8, - Sell: 379.81, - Change: 4.56, - ChangePercent: 1.2, - Volume: 11266, - High: 381, - Low: 377.75, - YearlyHigh: 471.25, - YearlyLow: 351.25, - YearlyStart: 411.25, - YearlyChange: -7.65, - Settlement: `Loan`, - Contract: `Forwards`, - Region: `Africa`, - Country: `Niger`, - Risk: `Low`, - Sector: `Government`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-04-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 268 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Coal`, - Spread: 0.015, - Open: 0.4363, - Price: 0.41, - Buy: 0.44, - Sell: 0.44, - Change: -0.01, - ChangePercent: -1.08, - Volume: 3, - High: 0.44, - Low: 0.44, - YearlyHigh: 0.48, - YearlyLow: 0.4, - YearlyStart: 0.44, - YearlyChange: -5.33, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Africa`, - Country: `Senegal`, - Risk: `Low`, - Sector: `Government`, - Currency: `PLN`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-04-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 269 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P 600 MINI`, - Spread: 0.01, - Open: 687.9, - Price: 693.11, - Buy: 687.9, - Sell: 687.9, - Change: 5.23, - ChangePercent: 0.76, - Volume: 0, - High: 0, - Low: 0, - YearlyHigh: 620.32, - YearlyLow: 595.9, - YearlyStart: 608.11, - YearlyChange: 13.12, - Settlement: `Cash`, - Contract: `CFD`, - Region: `Africa`, - Country: `Ethiopia`, - Risk: `High`, - Sector: `Government`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `FedEx`, - Maturity: `2022-02-22`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 270 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Silver`, - Spread: 0.01, - Open: 17.43, - Price: 17.73, - Buy: 17.43, - Sell: 17.43, - Change: 0.31, - ChangePercent: 1.8, - Volume: 11720, - High: 17.51, - Low: 17.37, - YearlyHigh: 18.06, - YearlyLow: 13.73, - YearlyStart: 15.89, - YearlyChange: 9.59, - Settlement: `Cash`, - Contract: `Swap`, - Region: `South America`, - Country: `Peru`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-05-21`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 271 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `OJ Future`, - Spread: 0.01, - Open: 140.6, - Price: 141.03, - Buy: 140.18, - Sell: 140.19, - Change: 0.84, - ChangePercent: 0.6, - Volume: 7, - High: 140.19, - Low: 0, - YearlyHigh: 155.95, - YearlyLow: 113, - YearlyStart: 134.47, - YearlyChange: 4.25, - Settlement: `Cash`, - Contract: `Options`, - Region: `Asia Pacific`, - Country: `China`, - Risk: `High`, - Sector: `Public`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-03-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 272 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Ethanol`, - Spread: 0.01, - Open: 1.512, - Price: 2.74, - Buy: 2.75, - Sell: 2.76, - Change: -0.01, - ChangePercent: -0.6, - Volume: 14, - High: 2.75, - Low: 1.12, - YearlyHigh: 2.75, - YearlyLow: 1.12, - YearlyStart: 1.48, - YearlyChange: 86.7, - Settlement: `Credit`, - Contract: `Futures`, - Region: `Asia Pacific`, - Country: `Singapore`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-03-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 273 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P 600 MINI`, - Spread: 0.01, - Open: 687.9, - Price: 685.13, - Buy: 687.9, - Sell: 687.9, - Change: -2.75, - ChangePercent: -0.4, - Volume: 0, - High: 0, - Low: 0, - YearlyHigh: 620.32, - YearlyLow: 595.9, - YearlyStart: 608.11, - YearlyChange: 13.12, - Settlement: `Credit`, - Contract: `Options`, - Region: `Africa`, - Country: `South Africa`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-04-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 274 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `DOW Future`, - Spread: 0.01, - Open: 17711, - Price: 17818.42, - Buy: 17712.15, - Sell: 17712.16, - Change: 106.27, - ChangePercent: 0.6, - Volume: 22236, - High: 17727, - Low: 17642, - YearlyHigh: 18083, - YearlyLow: 15299, - YearlyStart: 16691, - YearlyChange: 6.12, - Settlement: `Credit`, - Contract: `Futures`, - Region: `Africa`, - Country: `Nigeria`, - Risk: `High`, - Sector: `Public`, - Currency: `USD`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-03-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 275 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Silver`, - Spread: 0.01, - Open: 17.43, - Price: 17.1, - Buy: 17.43, - Sell: 17.43, - Change: -0.32, - ChangePercent: -1.84, - Volume: 11720, - High: 17.51, - Low: 17.37, - YearlyHigh: 18.06, - YearlyLow: 13.73, - YearlyStart: 15.89, - YearlyChange: 9.59, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Asia Pacific`, - Country: `India`, - Risk: `Low`, - Sector: `Public`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-09-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 276 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Wheat`, - Spread: 0.01, - Open: 465.5, - Price: 470.92, - Buy: 465.5, - Sell: 465.5, - Change: 5.4, - ChangePercent: 1.16, - Volume: 4318, - High: 467, - Low: 463.25, - YearlyHigh: 628.5, - YearlyLow: 449.5, - YearlyStart: 539, - YearlyChange: -13.63, - Settlement: `Cash`, - Contract: `Options`, - Region: `Asia Pacific`, - Country: `Philippines`, - Risk: `High`, - Sector: `Private`, - Currency: `PLN`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-02-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 277 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Coffee`, - Spread: 0.01, - Open: 125.7, - Price: 128, - Buy: 125.7, - Sell: 125.7, - Change: 2.31, - ChangePercent: 1.84, - Volume: 1654, - High: 125.8, - Low: 125, - YearlyHigh: 155.75, - YearlyLow: 115.35, - YearlyStart: 135.55, - YearlyChange: -7.27, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Asia Pacific`, - Country: `Azerbaijan`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-05-16`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 278 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `GBP/USD`, - Spread: 0.02, - Open: 1.4464, - Price: 1.17, - Buy: 1.18, - Sell: 1.2, - Change: -0.02, - ChangePercent: -1.72, - Volume: 29450, - High: 1.45, - Low: 1.19, - YearlyHigh: 1.59, - YearlyLow: 1.19, - YearlyStart: 1.49, - YearlyChange: -19.59, - Settlement: `Credit`, - Contract: `Futures`, - Region: `Africa`, - Country: `Algeria`, - Risk: `Low`, - Sector: `Government`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-08-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 279 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Uranium`, - Spread: 0.02, - Open: 27.55, - Price: 27.8, - Buy: 27.55, - Sell: 27.55, - Change: 0.22, - ChangePercent: 0.8, - Volume: 12, - High: 27.55, - Low: 27.55, - YearlyHigh: 29.32, - YearlyLow: 21.28, - YearlyStart: 25.3, - YearlyChange: 9.01, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Africa`, - Country: `Tunisia`, - Risk: `Low`, - Sector: `Public`, - Currency: `USD`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-01-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 280 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `DOW Future`, - Spread: 0.01, - Open: 17711, - Price: 17697.98, - Buy: 17712.15, - Sell: 17712.16, - Change: -14.17, - ChangePercent: -0.08, - Volume: 22236, - High: 17727, - Low: 17642, - YearlyHigh: 18083, - YearlyLow: 15299, - YearlyStart: 16691, - YearlyChange: 6.12, - Settlement: `Credit`, - Contract: `Options`, - Region: `Middle East`, - Country: `Lebanon`, - Risk: `High`, - Sector: `Private`, - Currency: `PLN`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-04-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 281 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Milk`, - Spread: 0.01, - Open: 12.87, - Price: 12.68, - Buy: 12.87, - Sell: 12.87, - Change: -0.18, - ChangePercent: -1.4, - Volume: 7, - High: 12.89, - Low: 12.81, - YearlyHigh: 16.96, - YearlyLow: 12.81, - YearlyStart: 14.88, - YearlyChange: -13.6, - Settlement: `Loan`, - Contract: `Futures`, - Region: `North America`, - Country: `Mexico`, - Risk: `Low`, - Sector: `Public`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-04-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 282 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Natural Gas`, - Spread: 0.02, - Open: 2.094, - Price: 2.11, - Buy: 2.09, - Sell: 2.09, - Change: 0.01, - ChangePercent: 0.4, - Volume: 2783, - High: 2.11, - Low: 2.09, - YearlyHigh: 3.2, - YearlyLow: 1.84, - YearlyStart: 2.52, - YearlyChange: -16.51, - Settlement: `Credit`, - Contract: `Options`, - Region: `Middle East`, - Country: `Iraq`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-02-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 283 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Coal`, - Spread: 0.015, - Open: 0.4363, - Price: 0.42, - Buy: 0.44, - Sell: 0.44, - Change: 0, - ChangePercent: -0.12, - Volume: 3, - High: 0.44, - Low: 0.44, - YearlyHigh: 0.48, - YearlyLow: 0.4, - YearlyStart: 0.44, - YearlyChange: -5.33, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Middle East`, - Country: `Syria`, - Risk: `Low`, - Sector: `Public`, - Currency: `USD`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-09-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 284 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `GBP/USD`, - Spread: 0.02, - Open: 1.4464, - Price: 1.22, - Buy: 1.18, - Sell: 1.2, - Change: 0.03, - ChangePercent: 1.84, - Volume: 29450, - High: 1.45, - Low: 1.19, - YearlyHigh: 1.59, - YearlyLow: 1.19, - YearlyStart: 1.49, - YearlyChange: -19.59, - Settlement: `Credit`, - Contract: `Forwards`, - Region: `South America`, - Country: `Guyana`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-09-11`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 285 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P MID MINI`, - Spread: 0.01, - Open: 1454.3, - Price: 1457.53, - Buy: 1455.78, - Sell: 1455.79, - Change: 1.75, - ChangePercent: 0.12, - Volume: 338, - High: 1455.78, - Low: 1448, - YearlyHigh: 1527.3, - YearlyLow: 1236, - YearlyStart: 1381.65, - YearlyChange: 5.37, - Settlement: `Loan`, - Contract: `Options`, - Region: `Asia Pacific`, - Country: `Philippines`, - Risk: `Low`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-05-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 286 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Silver`, - Spread: 0.01, - Open: 17.43, - Price: 17.29, - Buy: 17.43, - Sell: 17.43, - Change: -0.13, - ChangePercent: -0.76, - Volume: 11720, - High: 17.51, - Low: 17.37, - YearlyHigh: 18.06, - YearlyLow: 13.73, - YearlyStart: 15.89, - YearlyChange: 9.59, - Settlement: `Cash`, - Contract: `Options`, - Region: `Asia Pacific`, - Country: `New Zealand`, - Risk: `High`, - Sector: `Government`, - Currency: `USD`, - Security: `Poor`, - Issuer: `American Airlines`, - Maturity: `2022-07-27`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 287 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `NAS Future`, - Spread: 0.01, - Open: 4341.25, - Price: 4257.93, - Buy: 4341.25, - Sell: 4341.25, - Change: -83.35, - ChangePercent: -1.92, - Volume: 18259, - High: 4347, - Low: 4318, - YearlyHigh: 4719.75, - YearlyLow: 3867.75, - YearlyStart: 4293.75, - YearlyChange: 1.11, - Settlement: `Loan`, - Contract: `Futures`, - Region: `South America`, - Country: `Guyana`, - Risk: `High`, - Sector: `Private`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-05-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 288 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Ethanol`, - Spread: 0.01, - Open: 1.512, - Price: 2.77, - Buy: 2.75, - Sell: 2.76, - Change: 0.02, - ChangePercent: 0.64, - Volume: 14, - High: 2.75, - Low: 1.12, - YearlyHigh: 2.75, - YearlyLow: 1.12, - YearlyStart: 1.48, - YearlyChange: 86.7, - Settlement: `Credit`, - Contract: `Options`, - Region: `Africa`, - Country: `Morocco`, - Risk: `Low`, - Sector: `Government`, - Currency: `PLN`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-05-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 289 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P MID MINI`, - Spread: 0.01, - Open: 1454.3, - Price: 1466.85, - Buy: 1455.78, - Sell: 1455.79, - Change: 11.07, - ChangePercent: 0.76, - Volume: 338, - High: 1455.78, - Low: 1448, - YearlyHigh: 1527.3, - YearlyLow: 1236, - YearlyStart: 1381.65, - YearlyChange: 5.37, - Settlement: `Credit`, - Contract: `CFD`, - Region: `North America`, - Country: `United States`, - Risk: `Low`, - Sector: `Government`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-05-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 290 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `DOW Future`, - Spread: 0.01, - Open: 17711, - Price: 17825.51, - Buy: 17712.15, - Sell: 17712.16, - Change: 113.36, - ChangePercent: 0.64, - Volume: 22236, - High: 17727, - Low: 17642, - YearlyHigh: 18083, - YearlyLow: 15299, - YearlyStart: 16691, - YearlyChange: 6.12, - Settlement: `Cash`, - Contract: `Options`, - Region: `North America`, - Country: `Canada`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-02-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 291 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `US 2Y Future`, - Spread: 0.01, - Open: 109.3984, - Price: 108.38, - Buy: 109.4, - Sell: 109.4, - Change: -1.01, - ChangePercent: -0.92, - Volume: 17742, - High: 109.41, - Low: 109.38, - YearlyHigh: 109.8, - YearlyLow: 108.62, - YearlyStart: 109.21, - YearlyChange: 0.16, - Settlement: `Cash`, - Contract: `CFD`, - Region: `North America`, - Country: `United States`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-02-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 292 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Platinum`, - Spread: 0.01, - Open: 1071.6, - Price: 1053.1, - Buy: 1071.09, - Sell: 1071.1, - Change: -18, - ChangePercent: -1.68, - Volume: 3039, - High: 1081.2, - Low: 1070.5, - YearlyHigh: 1120.6, - YearlyLow: 812.4, - YearlyStart: 966.5, - YearlyChange: 10.82, - Settlement: `Credit`, - Contract: `Futures`, - Region: `Asia Pacific`, - Country: `China`, - Risk: `Low`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-07-24`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 293 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `BTC/USD`, - Spread: 0.06, - Open: 93.88, - Price: 21177.18, - Buy: 21200.76, - Sell: 21400.78, - Change: 176.41, - ChangePercent: 0.84, - Volume: 5788000, - High: 22400.05, - Low: 20100.75, - YearlyHigh: 62400.7, - YearlyLow: 15100.88, - YearlyStart: 21200.29, - YearlyChange: -20.62, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Middle East`, - Country: `Oman`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-08-23`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 294 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Diesel`, - Spread: 0.015, - Open: 1.3474, - Price: 1.33, - Buy: 1.35, - Sell: 1.35, - Change: -0.03, - ChangePercent: -1.84, - Volume: 2971, - High: 1.36, - Low: 1.34, - YearlyHigh: 2.11, - YearlyLow: 0.92, - YearlyStart: 1.51, - YearlyChange: -10.4, - Settlement: `Cash`, - Contract: `Futures`, - Region: `South America`, - Country: `Paraguay`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-08-23`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 295 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Platinum`, - Spread: 0.01, - Open: 1071.6, - Price: 1087.81, - Buy: 1071.09, - Sell: 1071.1, - Change: 16.71, - ChangePercent: 1.56, - Volume: 3039, - High: 1081.2, - Low: 1070.5, - YearlyHigh: 1120.6, - YearlyLow: 812.4, - YearlyStart: 966.5, - YearlyChange: 10.82, - Settlement: `Loan`, - Contract: `Futures`, - Region: `Europe`, - Country: `Czechia`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-04-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 296 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Ethanol`, - Spread: 0.01, - Open: 1.512, - Price: 2.8, - Buy: 2.75, - Sell: 2.76, - Change: 0.05, - ChangePercent: 1.84, - Volume: 14, - High: 2.75, - Low: 1.12, - YearlyHigh: 2.75, - YearlyLow: 1.12, - YearlyStart: 1.48, - YearlyChange: 86.7, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Middle East`, - Country: `Saudi Arabia`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-03-22`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 297 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soybean`, - Spread: 0.01, - Open: 1038, - Price: 1053.99, - Buy: 1038.61, - Sell: 1038.62, - Change: 15.37, - ChangePercent: 1.48, - Volume: 20356, - High: 1044, - Low: 1031.75, - YearlyHigh: 1057, - YearlyLow: 859.5, - YearlyStart: 958.25, - YearlyChange: 8.39, - Settlement: `Cash`, - Contract: `CFD`, - Region: `Africa`, - Country: `Tunisia`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-08-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 298 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `GBP/USD`, - Spread: 0.02, - Open: 1.4464, - Price: 1.19, - Buy: 1.18, - Sell: 1.2, - Change: 0, - ChangePercent: -0.36, - Volume: 29450, - High: 1.45, - Low: 1.19, - YearlyHigh: 1.59, - YearlyLow: 1.19, - YearlyStart: 1.49, - YearlyChange: -19.59, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `North America`, - Country: `United States`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-02-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 299 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Ethanol`, - Spread: 0.01, - Open: 1.512, - Price: 2.7, - Buy: 2.75, - Sell: 2.76, - Change: -0.05, - ChangePercent: -1.92, - Volume: 14, - High: 2.75, - Low: 1.12, - YearlyHigh: 2.75, - YearlyLow: 1.12, - YearlyStart: 1.48, - YearlyChange: 86.7, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Middle East`, - Country: `Oman`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-04-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 300 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Silver`, - Spread: 0.01, - Open: 17.43, - Price: 17.39, - Buy: 17.43, - Sell: 17.43, - Change: -0.03, - ChangePercent: -0.2, - Volume: 11720, - High: 17.51, - Low: 17.37, - YearlyHigh: 18.06, - YearlyLow: 13.73, - YearlyStart: 15.89, - YearlyChange: 9.59, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Africa`, - Country: `Egypt`, - Risk: `High`, - Sector: `Private`, - Currency: `PLN`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-04-24`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 301 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Sugar`, - Spread: 0.01, - Open: 15.68, - Price: 14.96, - Buy: 14.67, - Sell: 14.68, - Change: 0.29, - ChangePercent: 1.96, - Volume: 4949, - High: 15.7, - Low: 14.67, - YearlyHigh: 16.87, - YearlyLow: 11.37, - YearlyStart: 14.12, - YearlyChange: 3.92, - Settlement: `Credit`, - Contract: `Options`, - Region: `Africa`, - Country: `Cameroon`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-07-27`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 302 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Cocoa`, - Spread: 0.01, - Open: 3076, - Price: 3117.86, - Buy: 3076, - Sell: 3076, - Change: 41.83, - ChangePercent: 1.36, - Volume: 978, - High: 3078, - Low: 3066, - YearlyHigh: 3406, - YearlyLow: 2746, - YearlyStart: 3076, - YearlyChange: 0, - Settlement: `Loan`, - Contract: `Forwards`, - Region: `Africa`, - Country: `Algeria`, - Risk: `Low`, - Sector: `Public`, - Currency: `PLN`, - Security: `High`, - Issuer: `FedEx`, - Maturity: `2022-01-11`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 303 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Rice`, - Spread: 0.01, - Open: 11.245, - Price: 10.44, - Buy: 10.41, - Sell: 10.42, - Change: 0.02, - ChangePercent: 0.28, - Volume: 220, - High: 11.38, - Low: 10.42, - YearlyHigh: 14.14, - YearlyLow: 9.7, - YearlyStart: 11.92, - YearlyChange: -12.62, - Settlement: `Loan`, - Contract: `Forwards`, - Region: `Asia Pacific`, - Country: `China`, - Risk: `Low`, - Sector: `Public`, - Currency: `USD`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-07-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 304 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soybean`, - Spread: 0.01, - Open: 1038, - Price: 1026.15, - Buy: 1038.61, - Sell: 1038.62, - Change: -12.47, - ChangePercent: -1.2, - Volume: 20356, - High: 1044, - Low: 1031.75, - YearlyHigh: 1057, - YearlyLow: 859.5, - YearlyStart: 958.25, - YearlyChange: 8.39, - Settlement: `Cash`, - Contract: `Futures`, - Region: `North America`, - Country: `United States`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `FedEx`, - Maturity: `2022-02-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 305 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/CAD`, - Spread: 0.02, - Open: 0.7744, - Price: 0.94, - Buy: 0.94, - Sell: 0.96, - Change: -0.01, - ChangePercent: -1.4, - Volume: 13669, - High: 0.95, - Low: 0.77, - YearlyHigh: 0.95, - YearlyLow: 0.68, - YearlyStart: 0.76, - YearlyChange: 26.43, - Settlement: `Credit`, - Contract: `Swap`, - Region: `North America`, - Country: `Canada`, - Risk: `Low`, - Sector: `Public`, - Currency: `USD`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-02-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 306 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Rice`, - Spread: 0.01, - Open: 11.245, - Price: 10.3, - Buy: 10.41, - Sell: 10.42, - Change: -0.12, - ChangePercent: -1.08, - Volume: 220, - High: 11.38, - Low: 10.42, - YearlyHigh: 14.14, - YearlyLow: 9.7, - YearlyStart: 11.92, - YearlyChange: -12.62, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Africa`, - Country: `Libya`, - Risk: `Low`, - Sector: `Government`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-04-23`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 307 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soybean`, - Spread: 0.01, - Open: 1038, - Price: 1026.15, - Buy: 1038.61, - Sell: 1038.62, - Change: -12.47, - ChangePercent: -1.2, - Volume: 20356, - High: 1044, - Low: 1031.75, - YearlyHigh: 1057, - YearlyLow: 859.5, - YearlyStart: 958.25, - YearlyChange: 8.39, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Europe`, - Country: `Hungary`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-06-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 308 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/CAD`, - Spread: 0.02, - Open: 0.7744, - Price: 0.95, - Buy: 0.94, - Sell: 0.96, - Change: 0, - ChangePercent: -0.8, - Volume: 13669, - High: 0.95, - Low: 0.77, - YearlyHigh: 0.95, - YearlyLow: 0.68, - YearlyStart: 0.76, - YearlyChange: 26.43, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `Asia Pacific`, - Country: `Singapore`, - Risk: `Low`, - Sector: `Government`, - Currency: `USD`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-08-16`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 309 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `US 30YR Future`, - Spread: 0.01, - Open: 164.875, - Price: 160.94, - Buy: 164.15, - Sell: 164.16, - Change: -3.22, - ChangePercent: -1.96, - Volume: 28012, - High: 165.25, - Low: 164.04, - YearlyHigh: 169.38, - YearlyLow: 151.47, - YearlyStart: 160.43, - YearlyChange: 2.33, - Settlement: `Credit`, - Contract: `Forwards`, - Region: `Asia Pacific`, - Country: `Thailand`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-09-22`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 310 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `US 10YR Future`, - Spread: 0.01, - Open: 130.5625, - Price: 132.2, - Buy: 130.56, - Sell: 130.56, - Change: 1.62, - ChangePercent: 1.24, - Volume: 189310, - High: 130.63, - Low: 130.44, - YearlyHigh: 132.64, - YearlyLow: 125.48, - YearlyStart: 129.06, - YearlyChange: 1.18, - Settlement: `Credit`, - Contract: `Forwards`, - Region: `Asia Pacific`, - Country: `India`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-09-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 311 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/CHF`, - Spread: 0.02, - Open: 1.0337, - Price: 1.06, - Buy: 1.03, - Sell: 1.03, - Change: 0.02, - ChangePercent: 1.24, - Volume: 5550, - High: 1.03, - Low: 1.03, - YearlyHigh: 1.11, - YearlyLow: 0.98, - YearlyStart: 1.04, - YearlyChange: -0.12, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Africa`, - Country: `Ethiopia`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-03-24`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 312 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Lumber`, - Spread: 0.01, - Open: 303.9, - Price: 308.62, - Buy: 304.59, - Sell: 304.6, - Change: 4.02, - ChangePercent: 1.32, - Volume: 2, - High: 304.6, - Low: 303.9, - YearlyHigh: 317.1, - YearlyLow: 236, - YearlyStart: 276.55, - YearlyChange: 10.14, - Settlement: `Credit`, - Contract: `Options`, - Region: `Europe`, - Country: `Poland`, - Risk: `Low`, - Sector: `Public`, - Currency: `EUR`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-09-16`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 313 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/CHF`, - Spread: 0.02, - Open: 1.0337, - Price: 1.05, - Buy: 1.03, - Sell: 1.03, - Change: 0.01, - ChangePercent: 0.68, - Volume: 5550, - High: 1.03, - Low: 1.03, - YearlyHigh: 1.11, - YearlyLow: 0.98, - YearlyStart: 1.04, - YearlyChange: -0.12, - Settlement: `Credit`, - Contract: `Swap`, - Region: `North America`, - Country: `Canada`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `American Airlines`, - Maturity: `2022-04-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 314 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `BTC/USD`, - Spread: 0.06, - Open: 93.88, - Price: 21311.58, - Buy: 21200.76, - Sell: 21400.78, - Change: 310.81, - ChangePercent: 1.48, - Volume: 5788000, - High: 22400.05, - Low: 20100.75, - YearlyHigh: 62400.7, - YearlyLow: 15100.88, - YearlyStart: 21200.29, - YearlyChange: -20.62, - Settlement: `Credit`, - Contract: `Forwards`, - Region: `South America`, - Country: `Colombia`, - Risk: `Low`, - Sector: `Government`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-03-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 315 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Lumber`, - Spread: 0.01, - Open: 303.9, - Price: 308.86, - Buy: 304.59, - Sell: 304.6, - Change: 4.26, - ChangePercent: 1.4, - Volume: 2, - High: 304.6, - Low: 303.9, - YearlyHigh: 317.1, - YearlyLow: 236, - YearlyStart: 276.55, - YearlyChange: 10.14, - Settlement: `Loan`, - Contract: `Futures`, - Region: `Asia Pacific`, - Country: `Korea`, - Risk: `High`, - Sector: `Public`, - Currency: `PLN`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-03-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 316 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Wheat`, - Spread: 0.01, - Open: 465.5, - Price: 472.78, - Buy: 465.5, - Sell: 465.5, - Change: 7.26, - ChangePercent: 1.56, - Volume: 4318, - High: 467, - Low: 463.25, - YearlyHigh: 628.5, - YearlyLow: 449.5, - YearlyStart: 539, - YearlyChange: -13.63, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Europe`, - Country: `Austria`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-04-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 317 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Oats`, - Spread: 0.01, - Open: 194.5, - Price: 193.67, - Buy: 194.21, - Sell: 194.22, - Change: -0.55, - ChangePercent: -0.28, - Volume: 64, - High: 195.75, - Low: 194, - YearlyHigh: 241.25, - YearlyLow: 183.75, - YearlyStart: 212.5, - YearlyChange: -8.6, - Settlement: `Credit`, - Contract: `Futures`, - Region: `Middle East`, - Country: `Lebanon`, - Risk: `Low`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-06-11`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 318 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Wheat`, - Spread: 0.01, - Open: 465.5, - Price: 467.75, - Buy: 465.5, - Sell: 465.5, - Change: 2.23, - ChangePercent: 0.48, - Volume: 4318, - High: 467, - Low: 463.25, - YearlyHigh: 628.5, - YearlyLow: 449.5, - YearlyStart: 539, - YearlyChange: -13.63, - Settlement: `Cash`, - Contract: `CFD`, - Region: `North America`, - Country: `Mexico`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-04-11`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 319 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Gold`, - Spread: 0.01, - Open: 1281.1, - Price: 1303.78, - Buy: 1280.73, - Sell: 1280.74, - Change: 23.05, - ChangePercent: 1.8, - Volume: 48387, - High: 1289.5, - Low: 1279.1, - YearlyHigh: 1306, - YearlyLow: 1047.2, - YearlyStart: 1176.6, - YearlyChange: 8.85, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `Asia Pacific`, - Country: `China`, - Risk: `High`, - Sector: `Private`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-02-19`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 320 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/JPY`, - Spread: 0.02, - Open: 9275.5, - Price: 9140.03, - Buy: 9277.32, - Sell: 9277.34, - Change: -137.3, - ChangePercent: -1.48, - Volume: 47734, - High: 9277.33, - Low: 0.93, - YearlyHigh: 9483, - YearlyLow: 0.93, - YearlyStart: 4741.97, - YearlyChange: 95.64, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Asia Pacific`, - Country: `Hong Kong`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-03-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 321 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Rice`, - Spread: 0.01, - Open: 11.245, - Price: 10.54, - Buy: 10.41, - Sell: 10.42, - Change: 0.12, - ChangePercent: 1.2, - Volume: 220, - High: 11.38, - Low: 10.42, - YearlyHigh: 14.14, - YearlyLow: 9.7, - YearlyStart: 11.92, - YearlyChange: -12.62, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Africa`, - Country: `Niger`, - Risk: `Low`, - Sector: `Public`, - Currency: `PLN`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-07-11`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 322 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Coal`, - Spread: 0.015, - Open: 0.4363, - Price: 0.42, - Buy: 0.44, - Sell: 0.44, - Change: 0, - ChangePercent: -0.2, - Volume: 3, - High: 0.44, - Low: 0.44, - YearlyHigh: 0.48, - YearlyLow: 0.4, - YearlyStart: 0.44, - YearlyChange: -5.33, - Settlement: `Credit`, - Contract: `Forwards`, - Region: `Europe`, - Country: `Ireland`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-04-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 323 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Gold`, - Spread: 0.01, - Open: 1281.1, - Price: 1261.78, - Buy: 1280.73, - Sell: 1280.74, - Change: -18.95, - ChangePercent: -1.48, - Volume: 48387, - High: 1289.5, - Low: 1279.1, - YearlyHigh: 1306, - YearlyLow: 1047.2, - YearlyStart: 1176.6, - YearlyChange: 8.85, - Settlement: `Loan`, - Contract: `Forwards`, - Region: `Africa`, - Country: `Ethiopia`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-02-10`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 324 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `BTC/USD`, - Spread: 0.06, - Open: 93.88, - Price: 21025.97, - Buy: 21200.76, - Sell: 21400.78, - Change: 25.2, - ChangePercent: 0.12, - Volume: 5788000, - High: 22400.05, - Low: 20100.75, - YearlyHigh: 62400.7, - YearlyLow: 15100.88, - YearlyStart: 21200.29, - YearlyChange: -20.62, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Europe`, - Country: `Estonia`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-05-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 325 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Diesel`, - Spread: 0.015, - Open: 1.3474, - Price: 1.34, - Buy: 1.35, - Sell: 1.35, - Change: -0.02, - ChangePercent: -1.52, - Volume: 2971, - High: 1.36, - Low: 1.34, - YearlyHigh: 2.11, - YearlyLow: 0.92, - YearlyStart: 1.51, - YearlyChange: -10.4, - Settlement: `Credit`, - Contract: `Forwards`, - Region: `Europe`, - Country: `Finland`, - Risk: `Low`, - Sector: `Public`, - Currency: `EUR`, - Security: `High`, - Issuer: `FedEx`, - Maturity: `2022-07-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 326 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Platinum`, - Spread: 0.01, - Open: 1071.6, - Price: 1060.39, - Buy: 1071.09, - Sell: 1071.1, - Change: -10.71, - ChangePercent: -1, - Volume: 3039, - High: 1081.2, - Low: 1070.5, - YearlyHigh: 1120.6, - YearlyLow: 812.4, - YearlyStart: 966.5, - YearlyChange: 10.82, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Europe`, - Country: `Belgium`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-02-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 327 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Rice`, - Spread: 0.01, - Open: 11.245, - Price: 10.57, - Buy: 10.41, - Sell: 10.42, - Change: 0.15, - ChangePercent: 1.52, - Volume: 220, - High: 11.38, - Low: 10.42, - YearlyHigh: 14.14, - YearlyLow: 9.7, - YearlyStart: 11.92, - YearlyChange: -12.62, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Europe`, - Country: `Ireland`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `High`, - Issuer: `FedEx`, - Maturity: `2022-05-24`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 328 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Sugar`, - Spread: 0.01, - Open: 15.68, - Price: 14.8, - Buy: 14.67, - Sell: 14.68, - Change: 0.13, - ChangePercent: 0.84, - Volume: 4949, - High: 15.7, - Low: 14.67, - YearlyHigh: 16.87, - YearlyLow: 11.37, - YearlyStart: 14.12, - YearlyChange: 3.92, - Settlement: `Loan`, - Contract: `Options`, - Region: `Europe`, - Country: `Denmark`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-04-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 329 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `NAS Future`, - Spread: 0.01, - Open: 4341.25, - Price: 4327.39, - Buy: 4341.25, - Sell: 4341.25, - Change: -13.89, - ChangePercent: -0.32, - Volume: 18259, - High: 4347, - Low: 4318, - YearlyHigh: 4719.75, - YearlyLow: 3867.75, - YearlyStart: 4293.75, - YearlyChange: 1.11, - Settlement: `Loan`, - Contract: `Forwards`, - Region: `Europe`, - Country: `Estonia`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-03-23`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 330 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `LV Cattle`, - Spread: 0.01, - Open: 120.725, - Price: 122.15, - Buy: 120.72, - Sell: 120.72, - Change: 1.45, - ChangePercent: 1.2, - Volume: 4, - High: 120.72, - Low: 120.72, - YearlyHigh: 147.98, - YearlyLow: 113.9, - YearlyStart: 130.94, - YearlyChange: -7.82, - Settlement: `Cash`, - Contract: `Swap`, - Region: `North America`, - Country: `United States`, - Risk: `High`, - Sector: `Government`, - Currency: `PLN`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-02-19`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 331 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Palladium`, - Spread: 0.01, - Open: 600.55, - Price: 612.06, - Buy: 601, - Sell: 601.01, - Change: 11.06, - ChangePercent: 1.84, - Volume: 651, - High: 607.2, - Low: 598.4, - YearlyHigh: 690, - YearlyLow: 458.6, - YearlyStart: 574.3, - YearlyChange: 4.65, - Settlement: `Cash`, - Contract: `Options`, - Region: `Middle East`, - Country: `Bahrain`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-07-11`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 332 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Uranium`, - Spread: 0.02, - Open: 27.55, - Price: 27.51, - Buy: 27.55, - Sell: 27.55, - Change: -0.07, - ChangePercent: -0.24, - Volume: 12, - High: 27.55, - Low: 27.55, - YearlyHigh: 29.32, - YearlyLow: 21.28, - YearlyStart: 25.3, - YearlyChange: 9.01, - Settlement: `Loan`, - Contract: `CFD`, - Region: `Europe`, - Country: `Denmark`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-01-21`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 333 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `BTC/USD`, - Spread: 0.06, - Open: 93.88, - Price: 20622.76, - Buy: 21200.76, - Sell: 21400.78, - Change: -378.01, - ChangePercent: -1.8, - Volume: 5788000, - High: 22400.05, - Low: 20100.75, - YearlyHigh: 62400.7, - YearlyLow: 15100.88, - YearlyStart: 21200.29, - YearlyChange: -20.62, - Settlement: `Credit`, - Contract: `Futures`, - Region: `South America`, - Country: `Venezuela`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `FedEx`, - Maturity: `2022-06-27`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 334 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Ethanol`, - Spread: 0.01, - Open: 1.512, - Price: 2.79, - Buy: 2.75, - Sell: 2.76, - Change: 0.04, - ChangePercent: 1.36, - Volume: 14, - High: 2.75, - Low: 1.12, - YearlyHigh: 2.75, - YearlyLow: 1.12, - YearlyStart: 1.48, - YearlyChange: 86.7, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `Asia Pacific`, - Country: `Singapore`, - Risk: `High`, - Sector: `Government`, - Currency: `USD`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-04-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 335 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Diesel`, - Spread: 0.015, - Open: 1.3474, - Price: 1.36, - Buy: 1.35, - Sell: 1.35, - Change: 0, - ChangePercent: 0.08, - Volume: 2971, - High: 1.36, - Low: 1.34, - YearlyHigh: 2.11, - YearlyLow: 0.92, - YearlyStart: 1.51, - YearlyChange: -10.4, - Settlement: `Loan`, - Contract: `CFD`, - Region: `Asia Pacific`, - Country: `China`, - Risk: `Low`, - Sector: `Government`, - Currency: `USD`, - Security: `Poor`, - Issuer: `American Airlines`, - Maturity: `2022-05-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 336 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `NAS Future`, - Spread: 0.01, - Open: 4341.25, - Price: 4299.6, - Buy: 4341.25, - Sell: 4341.25, - Change: -41.68, - ChangePercent: -0.96, - Volume: 18259, - High: 4347, - Low: 4318, - YearlyHigh: 4719.75, - YearlyLow: 3867.75, - YearlyStart: 4293.75, - YearlyChange: 1.11, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Africa`, - Country: `Senegal`, - Risk: `Low`, - Sector: `Public`, - Currency: `USD`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-03-23`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 337 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Lumber`, - Spread: 0.01, - Open: 303.9, - Price: 304.11, - Buy: 304.59, - Sell: 304.6, - Change: -0.49, - ChangePercent: -0.16, - Volume: 2, - High: 304.6, - Low: 303.9, - YearlyHigh: 317.1, - YearlyLow: 236, - YearlyStart: 276.55, - YearlyChange: 10.14, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Middle East`, - Country: `Lebanon`, - Risk: `Low`, - Sector: `Public`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-03-24`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 338 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Natural Gas`, - Spread: 0.02, - Open: 2.094, - Price: 2.12, - Buy: 2.09, - Sell: 2.09, - Change: 0.02, - ChangePercent: 0.84, - Volume: 2783, - High: 2.11, - Low: 2.09, - YearlyHigh: 3.2, - YearlyLow: 1.84, - YearlyStart: 2.52, - YearlyChange: -16.51, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Europe`, - Country: `Bulgaria`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-02-24`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 339 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Wheat`, - Spread: 0.01, - Open: 465.5, - Price: 472.6, - Buy: 465.5, - Sell: 465.5, - Change: 7.08, - ChangePercent: 1.52, - Volume: 4318, - High: 467, - Low: 463.25, - YearlyHigh: 628.5, - YearlyLow: 449.5, - YearlyStart: 539, - YearlyChange: -13.63, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Africa`, - Country: `Ethiopia`, - Risk: `High`, - Sector: `Private`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `FedEx`, - Maturity: `2022-06-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 340 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/CAD`, - Spread: 0.02, - Open: 0.7744, - Price: 0.96, - Buy: 0.94, - Sell: 0.96, - Change: 0.01, - ChangePercent: 0.64, - Volume: 13669, - High: 0.95, - Low: 0.77, - YearlyHigh: 0.95, - YearlyLow: 0.68, - YearlyStart: 0.76, - YearlyChange: 26.43, - Settlement: `Credit`, - Contract: `Futures`, - Region: `Asia Pacific`, - Country: `Philippines`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `High`, - Issuer: `FedEx`, - Maturity: `2022-03-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 341 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P MID MINI`, - Spread: 0.01, - Open: 1454.3, - Price: 1477.33, - Buy: 1455.78, - Sell: 1455.79, - Change: 21.55, - ChangePercent: 1.48, - Volume: 338, - High: 1455.78, - Low: 1448, - YearlyHigh: 1527.3, - YearlyLow: 1236, - YearlyStart: 1381.65, - YearlyChange: 5.37, - Settlement: `Credit`, - Contract: `Futures`, - Region: `Europe`, - Country: `United Kingdom`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-02-19`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 342 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Ethanol`, - Spread: 0.01, - Open: 1.512, - Price: 2.8, - Buy: 2.75, - Sell: 2.76, - Change: 0.05, - ChangePercent: 1.8, - Volume: 14, - High: 2.75, - Low: 1.12, - YearlyHigh: 2.75, - YearlyLow: 1.12, - YearlyStart: 1.48, - YearlyChange: 86.7, - Settlement: `Credit`, - Contract: `Futures`, - Region: `Middle East`, - Country: `Syria`, - Risk: `High`, - Sector: `Private`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-05-16`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 343 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/CHF`, - Spread: 0.02, - Open: 1.0337, - Price: 1.05, - Buy: 1.03, - Sell: 1.03, - Change: 0.01, - ChangePercent: 0.88, - Volume: 5550, - High: 1.03, - Low: 1.03, - YearlyHigh: 1.11, - YearlyLow: 0.98, - YearlyStart: 1.04, - YearlyChange: -0.12, - Settlement: `Loan`, - Contract: `Options`, - Region: `Middle East`, - Country: `Kuwait`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-04-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 344 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `US 30YR Future`, - Spread: 0.01, - Open: 164.875, - Price: 163.24, - Buy: 164.15, - Sell: 164.16, - Change: -0.92, - ChangePercent: -0.56, - Volume: 28012, - High: 165.25, - Low: 164.04, - YearlyHigh: 169.38, - YearlyLow: 151.47, - YearlyStart: 160.43, - YearlyChange: 2.33, - Settlement: `Credit`, - Contract: `Options`, - Region: `Europe`, - Country: `Croatia`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-03-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 345 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Cotton`, - Spread: 0.01, - Open: 61.77, - Price: 62.9, - Buy: 61.77, - Sell: 61.77, - Change: 1.14, - ChangePercent: 1.84, - Volume: 3612, - High: 62.06, - Low: 61.32, - YearlyHigh: 67.59, - YearlyLow: 54.33, - YearlyStart: 60.96, - YearlyChange: 1.31, - Settlement: `Loan`, - Contract: `CFD`, - Region: `Europe`, - Country: `Portugal`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-02-22`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 346 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Sugar`, - Spread: 0.01, - Open: 15.68, - Price: 14.94, - Buy: 14.67, - Sell: 14.68, - Change: 0.27, - ChangePercent: 1.8, - Volume: 4949, - High: 15.7, - Low: 14.67, - YearlyHigh: 16.87, - YearlyLow: 11.37, - YearlyStart: 14.12, - YearlyChange: 3.92, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Middle East`, - Country: `Kuwait`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-06-11`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 347 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soy Meat`, - Spread: 0.01, - Open: 342.6, - Price: 338.1, - Buy: 342.6, - Sell: 342.6, - Change: -4.52, - ChangePercent: -1.32, - Volume: 5646, - High: 345.4, - Low: 340.3, - YearlyHigh: 353.4, - YearlyLow: 261.7, - YearlyStart: 307.55, - YearlyChange: 11.4, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `North America`, - Country: `Mexico`, - Risk: `Low`, - Sector: `Public`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-08-16`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 348 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `AUD/USD`, - Spread: 0.02, - Open: 0.7344, - Price: 0.74, - Buy: 0.73, - Sell: 0.73, - Change: 0, - ChangePercent: -0.04, - Volume: 36764, - High: 0.74, - Low: 0.73, - YearlyHigh: 0.79, - YearlyLow: 0.68, - YearlyStart: 0.73, - YearlyChange: 1.28, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Asia Pacific`, - Country: `New Zealand`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-06-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 349 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P MID MINI`, - Spread: 0.01, - Open: 1454.3, - Price: 1459.86, - Buy: 1455.78, - Sell: 1455.79, - Change: 4.08, - ChangePercent: 0.28, - Volume: 338, - High: 1455.78, - Low: 1448, - YearlyHigh: 1527.3, - YearlyLow: 1236, - YearlyStart: 1381.65, - YearlyChange: 5.37, - Settlement: `Cash`, - Contract: `Swap`, - Region: `South America`, - Country: `Bolivia`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-01-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 350 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soy oil`, - Spread: 0.01, - Open: 33.26, - Price: 34.07, - Buy: 33.77, - Sell: 33.78, - Change: 0.3, - ChangePercent: 0.88, - Volume: 10592, - High: 33.77, - Low: 33.06, - YearlyHigh: 35.43, - YearlyLow: 26.61, - YearlyStart: 31.02, - YearlyChange: 8.87, - Settlement: `Loan`, - Contract: `Forwards`, - Region: `Middle East`, - Country: `Israel`, - Risk: `Low`, - Sector: `Government`, - Currency: `USD`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-05-21`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 351 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P 600 MINI`, - Spread: 0.01, - Open: 687.9, - Price: 687.05, - Buy: 687.9, - Sell: 687.9, - Change: -0.83, - ChangePercent: -0.12, - Volume: 0, - High: 0, - Low: 0, - YearlyHigh: 620.32, - YearlyLow: 595.9, - YearlyStart: 608.11, - YearlyChange: 13.12, - Settlement: `Loan`, - Contract: `Forwards`, - Region: `Asia Pacific`, - Country: `Singapore`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-08-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 352 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Platinum`, - Spread: 0.01, - Open: 1071.6, - Price: 1064.67, - Buy: 1071.09, - Sell: 1071.1, - Change: -6.43, - ChangePercent: -0.6, - Volume: 3039, - High: 1081.2, - Low: 1070.5, - YearlyHigh: 1120.6, - YearlyLow: 812.4, - YearlyStart: 966.5, - YearlyChange: 10.82, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Asia Pacific`, - Country: `Taiwan`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-09-19`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 353 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Coal`, - Spread: 0.015, - Open: 0.4363, - Price: 0.41, - Buy: 0.44, - Sell: 0.44, - Change: -0.01, - ChangePercent: -0.92, - Volume: 3, - High: 0.44, - Low: 0.44, - YearlyHigh: 0.48, - YearlyLow: 0.4, - YearlyStart: 0.44, - YearlyChange: -5.33, - Settlement: `Cash`, - Contract: `Options`, - Region: `Asia Pacific`, - Country: `India`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-03-19`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 354 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Silver`, - Spread: 0.01, - Open: 17.43, - Price: 17.14, - Buy: 17.43, - Sell: 17.43, - Change: -0.28, - ChangePercent: -1.6, - Volume: 11720, - High: 17.51, - Low: 17.37, - YearlyHigh: 18.06, - YearlyLow: 13.73, - YearlyStart: 15.89, - YearlyChange: 9.59, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Africa`, - Country: `Morocco`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-01-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 355 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soy oil`, - Spread: 0.01, - Open: 33.26, - Price: 33.43, - Buy: 33.77, - Sell: 33.78, - Change: -0.34, - ChangePercent: -1, - Volume: 10592, - High: 33.77, - Low: 33.06, - YearlyHigh: 35.43, - YearlyLow: 26.61, - YearlyStart: 31.02, - YearlyChange: 8.87, - Settlement: `Loan`, - Contract: `Futures`, - Region: `Middle East`, - Country: `Kuwait`, - Risk: `Low`, - Sector: `Public`, - Currency: `USD`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-06-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 356 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/CHF`, - Spread: 0.02, - Open: 1.0337, - Price: 1.04, - Buy: 1.03, - Sell: 1.03, - Change: 0, - ChangePercent: -0.56, - Volume: 5550, - High: 1.03, - Low: 1.03, - YearlyHigh: 1.11, - YearlyLow: 0.98, - YearlyStart: 1.04, - YearlyChange: -0.12, - Settlement: `Loan`, - Contract: `Options`, - Region: `Europe`, - Country: `Greece`, - Risk: `High`, - Sector: `Public`, - Currency: `USD`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-09-21`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 357 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Lumber`, - Spread: 0.01, - Open: 303.9, - Price: 301.55, - Buy: 304.59, - Sell: 304.6, - Change: -3.05, - ChangePercent: -1, - Volume: 2, - High: 304.6, - Low: 303.9, - YearlyHigh: 317.1, - YearlyLow: 236, - YearlyStart: 276.55, - YearlyChange: 10.14, - Settlement: `Loan`, - Contract: `Forwards`, - Region: `South America`, - Country: `Bolivia`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `High`, - Issuer: `American Airlines`, - Maturity: `2022-07-19`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 358 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `GBP/USD`, - Spread: 0.02, - Open: 1.4464, - Price: 1.18, - Buy: 1.18, - Sell: 1.2, - Change: -0.01, - ChangePercent: -1.28, - Volume: 29450, - High: 1.45, - Low: 1.19, - YearlyHigh: 1.59, - YearlyLow: 1.19, - YearlyStart: 1.49, - YearlyChange: -19.59, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Middle East`, - Country: `Oman`, - Risk: `Low`, - Sector: `Public`, - Currency: `PLN`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-02-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 359 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Sugar`, - Spread: 0.01, - Open: 15.68, - Price: 14.39, - Buy: 14.67, - Sell: 14.68, - Change: -0.28, - ChangePercent: -1.96, - Volume: 4949, - High: 15.7, - Low: 14.67, - YearlyHigh: 16.87, - YearlyLow: 11.37, - YearlyStart: 14.12, - YearlyChange: 3.92, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Middle East`, - Country: `UAE`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-06-11`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 360 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `LV Cattle`, - Spread: 0.01, - Open: 120.725, - Price: 120.32, - Buy: 120.72, - Sell: 120.72, - Change: -0.39, - ChangePercent: -0.32, - Volume: 4, - High: 120.72, - Low: 120.72, - YearlyHigh: 147.98, - YearlyLow: 113.9, - YearlyStart: 130.94, - YearlyChange: -7.82, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Africa`, - Country: `South Africa`, - Risk: `Low`, - Sector: `Government`, - Currency: `USD`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-06-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 361 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P Future`, - Spread: 0.01, - Open: 2057.5, - Price: 2033.57, - Buy: 2056.6, - Sell: 2056.61, - Change: -23.03, - ChangePercent: -1.12, - Volume: 142780, - High: 2059.5, - Low: 2049, - YearlyHigh: 2105.5, - YearlyLow: 1794.5, - YearlyStart: 1950, - YearlyChange: 5.47, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Asia Pacific`, - Country: `Pakistan`, - Risk: `High`, - Sector: `Private`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-06-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 362 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `Euro$ 3M`, - Spread: 0.01, - Open: 99.18, - Price: 99.8, - Buy: 99.18, - Sell: 99.18, - Change: 0.63, - ChangePercent: 0.64, - Volume: 29509, - High: 99.18, - Low: 99.17, - YearlyHigh: 99.38, - YearlyLow: 98.41, - YearlyStart: 98.89, - YearlyChange: 0.28, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Europe`, - Country: `United Kingdom`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-04-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 363 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `Euro$ 3M`, - Spread: 0.01, - Open: 99.18, - Price: 99.61, - Buy: 99.18, - Sell: 99.18, - Change: 0.44, - ChangePercent: 0.44, - Volume: 29509, - High: 99.18, - Low: 99.17, - YearlyHigh: 99.38, - YearlyLow: 98.41, - YearlyStart: 98.89, - YearlyChange: 0.28, - Settlement: `Cash`, - Contract: `Options`, - Region: `Africa`, - Country: `Niger`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-09-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 364 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P MID MINI`, - Spread: 0.01, - Open: 1454.3, - Price: 1448.79, - Buy: 1455.78, - Sell: 1455.79, - Change: -6.99, - ChangePercent: -0.48, - Volume: 338, - High: 1455.78, - Low: 1448, - YearlyHigh: 1527.3, - YearlyLow: 1236, - YearlyStart: 1381.65, - YearlyChange: 5.37, - Settlement: `Loan`, - Contract: `CFD`, - Region: `Middle East`, - Country: `Israel`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-02-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 365 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/CAD`, - Spread: 0.02, - Open: 0.7744, - Price: 0.94, - Buy: 0.94, - Sell: 0.96, - Change: -0.01, - ChangePercent: -1, - Volume: 13669, - High: 0.95, - Low: 0.77, - YearlyHigh: 0.95, - YearlyLow: 0.68, - YearlyStart: 0.76, - YearlyChange: 26.43, - Settlement: `Cash`, - Contract: `Futures`, - Region: `North America`, - Country: `Mexico`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-05-27`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 366 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Wheat`, - Spread: 0.01, - Open: 465.5, - Price: 462.54, - Buy: 465.5, - Sell: 465.5, - Change: -2.98, - ChangePercent: -0.64, - Volume: 4318, - High: 467, - Low: 463.25, - YearlyHigh: 628.5, - YearlyLow: 449.5, - YearlyStart: 539, - YearlyChange: -13.63, - Settlement: `Loan`, - Contract: `CFD`, - Region: `North America`, - Country: `United States`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-09-27`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 367 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P 600 MINI`, - Spread: 0.01, - Open: 687.9, - Price: 689.81, - Buy: 687.9, - Sell: 687.9, - Change: 1.93, - ChangePercent: 0.28, - Volume: 0, - High: 0, - Low: 0, - YearlyHigh: 620.32, - YearlyLow: 595.9, - YearlyStart: 608.11, - YearlyChange: 13.12, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Africa`, - Country: `Ethiopia`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-02-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 368 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Cocoa`, - Spread: 0.01, - Open: 3076, - Price: 3119.09, - Buy: 3076, - Sell: 3076, - Change: 43.06, - ChangePercent: 1.4, - Volume: 978, - High: 3078, - Low: 3066, - YearlyHigh: 3406, - YearlyLow: 2746, - YearlyStart: 3076, - YearlyChange: 0, - Settlement: `Loan`, - Contract: `Forwards`, - Region: `Africa`, - Country: `South Africa`, - Risk: `High`, - Sector: `Government`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-02-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 369 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `US 10YR Future`, - Spread: 0.01, - Open: 130.5625, - Price: 131.84, - Buy: 130.56, - Sell: 130.56, - Change: 1.26, - ChangePercent: 0.96, - Volume: 189310, - High: 130.63, - Low: 130.44, - YearlyHigh: 132.64, - YearlyLow: 125.48, - YearlyStart: 129.06, - YearlyChange: 1.18, - Settlement: `Credit`, - Contract: `CFD`, - Region: `South America`, - Country: `Uruguay`, - Risk: `High`, - Sector: `Government`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-07-11`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 370 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Silver`, - Spread: 0.01, - Open: 17.43, - Price: 17.34, - Buy: 17.43, - Sell: 17.43, - Change: -0.08, - ChangePercent: -0.48, - Volume: 11720, - High: 17.51, - Low: 17.37, - YearlyHigh: 18.06, - YearlyLow: 13.73, - YearlyStart: 15.89, - YearlyChange: 9.59, - Settlement: `Cash`, - Contract: `Options`, - Region: `South America`, - Country: `Paraguay`, - Risk: `High`, - Sector: `Public`, - Currency: `PLN`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-04-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 371 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `OJ Future`, - Spread: 0.01, - Open: 140.6, - Price: 142.54, - Buy: 140.18, - Sell: 140.19, - Change: 2.35, - ChangePercent: 1.68, - Volume: 7, - High: 140.19, - Low: 0, - YearlyHigh: 155.95, - YearlyLow: 113, - YearlyStart: 134.47, - YearlyChange: 4.25, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Middle East`, - Country: `Iraq`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `FedEx`, - Maturity: `2022-08-11`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 372 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Oil`, - Spread: 0.015, - Open: 45.54, - Price: 45.84, - Buy: 45.78, - Sell: 45.8, - Change: 0.05, - ChangePercent: 0.12, - Volume: 107196, - High: 45.94, - Low: 45, - YearlyHigh: 65.28, - YearlyLow: 30.79, - YearlyStart: 48.03, - YearlyChange: -4.67, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Europe`, - Country: `Switzerland`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-06-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 373 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Silver`, - Spread: 0.01, - Open: 17.43, - Price: 17.21, - Buy: 17.43, - Sell: 17.43, - Change: -0.21, - ChangePercent: -1.2, - Volume: 11720, - High: 17.51, - Low: 17.37, - YearlyHigh: 18.06, - YearlyLow: 13.73, - YearlyStart: 15.89, - YearlyChange: 9.59, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Asia Pacific`, - Country: `Australia`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-09-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 374 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Wheat`, - Spread: 0.01, - Open: 465.5, - Price: 474.09, - Buy: 465.5, - Sell: 465.5, - Change: 8.57, - ChangePercent: 1.84, - Volume: 4318, - High: 467, - Low: 463.25, - YearlyHigh: 628.5, - YearlyLow: 449.5, - YearlyStart: 539, - YearlyChange: -13.63, - Settlement: `Loan`, - Contract: `CFD`, - Region: `Europe`, - Country: `Poland`, - Risk: `Low`, - Sector: `Public`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-03-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 375 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Gold`, - Spread: 0.01, - Open: 1281.1, - Price: 1293.03, - Buy: 1280.73, - Sell: 1280.74, - Change: 12.3, - ChangePercent: 0.96, - Volume: 48387, - High: 1289.5, - Low: 1279.1, - YearlyHigh: 1306, - YearlyLow: 1047.2, - YearlyStart: 1176.6, - YearlyChange: 8.85, - Settlement: `Cash`, - Contract: `Options`, - Region: `Asia Pacific`, - Country: `Japan`, - Risk: `Low`, - Sector: `Public`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-03-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 376 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soy Meat`, - Spread: 0.01, - Open: 342.6, - Price: 338.51, - Buy: 342.6, - Sell: 342.6, - Change: -4.11, - ChangePercent: -1.2, - Volume: 5646, - High: 345.4, - Low: 340.3, - YearlyHigh: 353.4, - YearlyLow: 261.7, - YearlyStart: 307.55, - YearlyChange: 11.4, - Settlement: `Loan`, - Contract: `CFD`, - Region: `Middle East`, - Country: `Lebanon`, - Risk: `Low`, - Sector: `Government`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-09-19`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 377 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `US 30YR Future`, - Spread: 0.01, - Open: 164.875, - Price: 162.78, - Buy: 164.15, - Sell: 164.16, - Change: -1.38, - ChangePercent: -0.84, - Volume: 28012, - High: 165.25, - Low: 164.04, - YearlyHigh: 169.38, - YearlyLow: 151.47, - YearlyStart: 160.43, - YearlyChange: 2.33, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Middle East`, - Country: `Kuwait`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-07-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 378 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Cotton`, - Spread: 0.01, - Open: 61.77, - Price: 62.5, - Buy: 61.77, - Sell: 61.77, - Change: 0.74, - ChangePercent: 1.2, - Volume: 3612, - High: 62.06, - Low: 61.32, - YearlyHigh: 67.59, - YearlyLow: 54.33, - YearlyStart: 60.96, - YearlyChange: 1.31, - Settlement: `Credit`, - Contract: `Futures`, - Region: `Europe`, - Country: `Estonia`, - Risk: `High`, - Sector: `Public`, - Currency: `PLN`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-02-23`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 379 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `FD Cattle`, - Spread: 0.01, - Open: 147.175, - Price: 146.76, - Buy: 148.6, - Sell: 148.61, - Change: -1.85, - ChangePercent: -1.24, - Volume: 5, - High: 148.61, - Low: 147.18, - YearlyHigh: 190, - YearlyLow: 138.1, - YearlyStart: 164.05, - YearlyChange: -9.41, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Europe`, - Country: `Austria`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-04-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 380 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P Future`, - Spread: 0.01, - Open: 2057.5, - Price: 2055.78, - Buy: 2056.6, - Sell: 2056.61, - Change: -0.82, - ChangePercent: -0.04, - Volume: 142780, - High: 2059.5, - Low: 2049, - YearlyHigh: 2105.5, - YearlyLow: 1794.5, - YearlyStart: 1950, - YearlyChange: 5.47, - Settlement: `Cash`, - Contract: `Options`, - Region: `Europe`, - Country: `Finland`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-02-22`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 381 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Cocoa`, - Spread: 0.01, - Open: 3076, - Price: 3028.04, - Buy: 3076, - Sell: 3076, - Change: -47.99, - ChangePercent: -1.56, - Volume: 978, - High: 3078, - Low: 3066, - YearlyHigh: 3406, - YearlyLow: 2746, - YearlyStart: 3076, - YearlyChange: 0, - Settlement: `Loan`, - Contract: `Swap`, - Region: `South America`, - Country: `Ecuador`, - Risk: `Low`, - Sector: `Public`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-08-21`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 382 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soybean`, - Spread: 0.01, - Open: 1038, - Price: 1036.96, - Buy: 1038.61, - Sell: 1038.62, - Change: -1.66, - ChangePercent: -0.16, - Volume: 20356, - High: 1044, - Low: 1031.75, - YearlyHigh: 1057, - YearlyLow: 859.5, - YearlyStart: 958.25, - YearlyChange: 8.39, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `Middle East`, - Country: `Iran`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-08-24`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 383 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `AUD/USD`, - Spread: 0.02, - Open: 0.7344, - Price: 0.74, - Buy: 0.73, - Sell: 0.73, - Change: 0, - ChangePercent: -0.48, - Volume: 36764, - High: 0.74, - Low: 0.73, - YearlyHigh: 0.79, - YearlyLow: 0.68, - YearlyStart: 0.73, - YearlyChange: 1.28, - Settlement: `Cash`, - Contract: `CFD`, - Region: `Africa`, - Country: `Niger`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-03-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 384 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `US 30YR Future`, - Spread: 0.01, - Open: 164.875, - Price: 164.42, - Buy: 164.15, - Sell: 164.16, - Change: 0.26, - ChangePercent: 0.16, - Volume: 28012, - High: 165.25, - Low: 164.04, - YearlyHigh: 169.38, - YearlyLow: 151.47, - YearlyStart: 160.43, - YearlyChange: 2.33, - Settlement: `Credit`, - Contract: `Futures`, - Region: `Middle East`, - Country: `UAE`, - Risk: `Low`, - Sector: `Government`, - Currency: `PLN`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-03-16`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 385 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `Euro$ 3M`, - Spread: 0.01, - Open: 99.18, - Price: 100.4, - Buy: 99.18, - Sell: 99.18, - Change: 1.23, - ChangePercent: 1.24, - Volume: 29509, - High: 99.18, - Low: 99.17, - YearlyHigh: 99.38, - YearlyLow: 98.41, - YearlyStart: 98.89, - YearlyChange: 0.28, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Middle East`, - Country: `Bahrain`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-08-21`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 386 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `LV Cattle`, - Spread: 0.01, - Open: 120.725, - Price: 123.07, - Buy: 120.72, - Sell: 120.72, - Change: 2.36, - ChangePercent: 1.96, - Volume: 4, - High: 120.72, - Low: 120.72, - YearlyHigh: 147.98, - YearlyLow: 113.9, - YearlyStart: 130.94, - YearlyChange: -7.82, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `Middle East`, - Country: `Bahrain`, - Risk: `High`, - Sector: `Government`, - Currency: `PLN`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-06-23`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 387 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `FD Cattle`, - Spread: 0.01, - Open: 147.175, - Price: 150.39, - Buy: 148.6, - Sell: 148.61, - Change: 1.78, - ChangePercent: 1.2, - Volume: 5, - High: 148.61, - Low: 147.18, - YearlyHigh: 190, - YearlyLow: 138.1, - YearlyStart: 164.05, - YearlyChange: -9.41, - Settlement: `Cash`, - Contract: `Options`, - Region: `Asia Pacific`, - Country: `Pakistan`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-08-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 388 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `NAS Future`, - Spread: 0.01, - Open: 4341.25, - Price: 4327.39, - Buy: 4341.25, - Sell: 4341.25, - Change: -13.89, - ChangePercent: -0.32, - Volume: 18259, - High: 4347, - Low: 4318, - YearlyHigh: 4719.75, - YearlyLow: 3867.75, - YearlyStart: 4293.75, - YearlyChange: 1.11, - Settlement: `Credit`, - Contract: `Futures`, - Region: `South America`, - Country: `Venezuela`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-09-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 389 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Lumber`, - Spread: 0.01, - Open: 303.9, - Price: 298.63, - Buy: 304.59, - Sell: 304.6, - Change: -5.97, - ChangePercent: -1.96, - Volume: 2, - High: 304.6, - Low: 303.9, - YearlyHigh: 317.1, - YearlyLow: 236, - YearlyStart: 276.55, - YearlyChange: 10.14, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Europe`, - Country: `Iceland`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-05-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 390 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Rice`, - Spread: 0.01, - Open: 11.245, - Price: 10.51, - Buy: 10.41, - Sell: 10.42, - Change: 0.09, - ChangePercent: 0.92, - Volume: 220, - High: 11.38, - Low: 10.42, - YearlyHigh: 14.14, - YearlyLow: 9.7, - YearlyStart: 11.92, - YearlyChange: -12.62, - Settlement: `Credit`, - Contract: `Futures`, - Region: `Asia Pacific`, - Country: `Malaysia`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-02-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 391 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Natural Gas`, - Spread: 0.02, - Open: 2.094, - Price: 2.08, - Buy: 2.09, - Sell: 2.09, - Change: -0.02, - ChangePercent: -1, - Volume: 2783, - High: 2.11, - Low: 2.09, - YearlyHigh: 3.2, - YearlyLow: 1.84, - YearlyStart: 2.52, - YearlyChange: -16.51, - Settlement: `Cash`, - Contract: `Options`, - Region: `Asia Pacific`, - Country: `Philippines`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-03-27`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 392 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P Future`, - Spread: 0.01, - Open: 2057.5, - Price: 2035.21, - Buy: 2056.6, - Sell: 2056.61, - Change: -21.39, - ChangePercent: -1.04, - Volume: 142780, - High: 2059.5, - Low: 2049, - YearlyHigh: 2105.5, - YearlyLow: 1794.5, - YearlyStart: 1950, - YearlyChange: 5.47, - Settlement: `Cash`, - Contract: `CFD`, - Region: `Africa`, - Country: `Egypt`, - Risk: `High`, - Sector: `Private`, - Currency: `PLN`, - Security: `High`, - Issuer: `American Airlines`, - Maturity: `2022-05-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 393 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soy oil`, - Spread: 0.01, - Open: 33.26, - Price: 33.53, - Buy: 33.77, - Sell: 33.78, - Change: -0.24, - ChangePercent: -0.72, - Volume: 10592, - High: 33.77, - Low: 33.06, - YearlyHigh: 35.43, - YearlyLow: 26.61, - YearlyStart: 31.02, - YearlyChange: 8.87, - Settlement: `Cash`, - Contract: `CFD`, - Region: `Africa`, - Country: `Cameroon`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-04-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 394 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `US 10YR Future`, - Spread: 0.01, - Open: 130.5625, - Price: 128.6, - Buy: 130.56, - Sell: 130.56, - Change: -1.98, - ChangePercent: -1.52, - Volume: 189310, - High: 130.63, - Low: 130.44, - YearlyHigh: 132.64, - YearlyLow: 125.48, - YearlyStart: 129.06, - YearlyChange: 1.18, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `South America`, - Country: `Venezuela`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `High`, - Issuer: `FedEx`, - Maturity: `2022-02-27`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 395 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Copper`, - Spread: 0.02, - Open: 2.123, - Price: 2.09, - Buy: 2.12, - Sell: 2.12, - Change: -0.02, - ChangePercent: -0.92, - Volume: 28819, - High: 2.16, - Low: 2.11, - YearlyHigh: 2.94, - YearlyLow: 1.96, - YearlyStart: 2.45, - YearlyChange: -13.76, - Settlement: `Loan`, - Contract: `CFD`, - Region: `Europe`, - Country: `United Kingdom`, - Risk: `Low`, - Sector: `Public`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `FedEx`, - Maturity: `2022-06-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 396 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Oil`, - Spread: 0.015, - Open: 45.54, - Price: 45.17, - Buy: 45.78, - Sell: 45.8, - Change: -0.62, - ChangePercent: -1.36, - Volume: 107196, - High: 45.94, - Low: 45, - YearlyHigh: 65.28, - YearlyLow: 30.79, - YearlyStart: 48.03, - YearlyChange: -4.67, - Settlement: `Cash`, - Contract: `CFD`, - Region: `North America`, - Country: `United States`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-04-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 397 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P 600 MINI`, - Spread: 0.01, - Open: 687.9, - Price: 686.5, - Buy: 687.9, - Sell: 687.9, - Change: -1.38, - ChangePercent: -0.2, - Volume: 0, - High: 0, - Low: 0, - YearlyHigh: 620.32, - YearlyLow: 595.9, - YearlyStart: 608.11, - YearlyChange: 13.12, - Settlement: `Cash`, - Contract: `Options`, - Region: `Europe`, - Country: `Czechia`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-06-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 398 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soy Meat`, - Spread: 0.01, - Open: 342.6, - Price: 341.93, - Buy: 342.6, - Sell: 342.6, - Change: -0.69, - ChangePercent: -0.2, - Volume: 5646, - High: 345.4, - Low: 340.3, - YearlyHigh: 353.4, - YearlyLow: 261.7, - YearlyStart: 307.55, - YearlyChange: 11.4, - Settlement: `Cash`, - Contract: `Swap`, - Region: `South America`, - Country: `Suriname`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-08-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 399 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soy Meat`, - Spread: 0.01, - Open: 342.6, - Price: 349.06, - Buy: 342.6, - Sell: 342.6, - Change: 6.44, - ChangePercent: 1.88, - Volume: 5646, - High: 345.4, - Low: 340.3, - YearlyHigh: 353.4, - YearlyLow: 261.7, - YearlyStart: 307.55, - YearlyChange: 11.4, - Settlement: `Credit`, - Contract: `Forwards`, - Region: `Africa`, - Country: `Egypt`, - Risk: `Low`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-02-19`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 400 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `LV Cattle`, - Spread: 0.01, - Open: 120.725, - Price: 121.28, - Buy: 120.72, - Sell: 120.72, - Change: 0.58, - ChangePercent: 0.48, - Volume: 4, - High: 120.72, - Low: 120.72, - YearlyHigh: 147.98, - YearlyLow: 113.9, - YearlyStart: 130.94, - YearlyChange: -7.82, - Settlement: `Cash`, - Contract: `Options`, - Region: `South America`, - Country: `Bolivia`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-06-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 401 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Coffee`, - Spread: 0.01, - Open: 125.7, - Price: 123.28, - Buy: 125.7, - Sell: 125.7, - Change: -2.41, - ChangePercent: -1.92, - Volume: 1654, - High: 125.8, - Low: 125, - YearlyHigh: 155.75, - YearlyLow: 115.35, - YearlyStart: 135.55, - YearlyChange: -7.27, - Settlement: `Cash`, - Contract: `Swap`, - Region: `South America`, - Country: `Ecuador`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `American Airlines`, - Maturity: `2022-08-21`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 402 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Corn`, - Spread: 0.01, - Open: 379.5, - Price: 383.6, - Buy: 379.8, - Sell: 379.81, - Change: 3.8, - ChangePercent: 1, - Volume: 11266, - High: 381, - Low: 377.75, - YearlyHigh: 471.25, - YearlyLow: 351.25, - YearlyStart: 411.25, - YearlyChange: -7.65, - Settlement: `Credit`, - Contract: `Options`, - Region: `North America`, - Country: `United States`, - Risk: `High`, - Sector: `Public`, - Currency: `PLN`, - Security: `High`, - Issuer: `FedEx`, - Maturity: `2022-02-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 403 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `GBP/USD`, - Spread: 0.02, - Open: 1.4464, - Price: 1.2, - Buy: 1.18, - Sell: 1.2, - Change: 0.01, - ChangePercent: 0.56, - Volume: 29450, - High: 1.45, - Low: 1.19, - YearlyHigh: 1.59, - YearlyLow: 1.19, - YearlyStart: 1.49, - YearlyChange: -19.59, - Settlement: `Credit`, - Contract: `Options`, - Region: `Middle East`, - Country: `Iraq`, - Risk: `Low`, - Sector: `Public`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-04-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 404 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Silver`, - Spread: 0.01, - Open: 17.43, - Price: 17.44, - Buy: 17.43, - Sell: 17.43, - Change: 0.02, - ChangePercent: 0.12, - Volume: 11720, - High: 17.51, - Low: 17.37, - YearlyHigh: 18.06, - YearlyLow: 13.73, - YearlyStart: 15.89, - YearlyChange: 9.59, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Asia Pacific`, - Country: `Korea`, - Risk: `High`, - Sector: `Public`, - Currency: `USD`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-05-16`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 405 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Gold`, - Spread: 0.01, - Open: 1281.1, - Price: 1285.85, - Buy: 1280.73, - Sell: 1280.74, - Change: 5.12, - ChangePercent: 0.4, - Volume: 48387, - High: 1289.5, - Low: 1279.1, - YearlyHigh: 1306, - YearlyLow: 1047.2, - YearlyStart: 1176.6, - YearlyChange: 8.85, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Europe`, - Country: `Switzerland`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-02-11`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 406 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Ethanol`, - Spread: 0.01, - Open: 1.512, - Price: 2.71, - Buy: 2.75, - Sell: 2.76, - Change: -0.04, - ChangePercent: -1.56, - Volume: 14, - High: 2.75, - Low: 1.12, - YearlyHigh: 2.75, - YearlyLow: 1.12, - YearlyStart: 1.48, - YearlyChange: 86.7, - Settlement: `Loan`, - Contract: `Options`, - Region: `Middle East`, - Country: `Kuwait`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `High`, - Issuer: `American Airlines`, - Maturity: `2022-08-22`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 407 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `Euro$ 3M`, - Spread: 0.01, - Open: 99.18, - Price: 99.73, - Buy: 99.18, - Sell: 99.18, - Change: 0.56, - ChangePercent: 0.56, - Volume: 29509, - High: 99.18, - Low: 99.17, - YearlyHigh: 99.38, - YearlyLow: 98.41, - YearlyStart: 98.89, - YearlyChange: 0.28, - Settlement: `Cash`, - Contract: `Options`, - Region: `South America`, - Country: `Paraguay`, - Risk: `Low`, - Sector: `Government`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-01-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 408 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `US 10YR Future`, - Spread: 0.01, - Open: 130.5625, - Price: 130.37, - Buy: 130.56, - Sell: 130.56, - Change: -0.21, - ChangePercent: -0.16, - Volume: 189310, - High: 130.63, - Low: 130.44, - YearlyHigh: 132.64, - YearlyLow: 125.48, - YearlyStart: 129.06, - YearlyChange: 1.18, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Middle East`, - Country: `UAE`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `High`, - Issuer: `American Airlines`, - Maturity: `2022-06-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 409 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/CAD`, - Spread: 0.02, - Open: 0.7744, - Price: 0.96, - Buy: 0.94, - Sell: 0.96, - Change: 0.01, - ChangePercent: 0.48, - Volume: 13669, - High: 0.95, - Low: 0.77, - YearlyHigh: 0.95, - YearlyLow: 0.68, - YearlyStart: 0.76, - YearlyChange: 26.43, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Middle East`, - Country: `Bahrain`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-03-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 410 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `OJ Future`, - Spread: 0.01, - Open: 140.6, - Price: 142.1, - Buy: 140.18, - Sell: 140.19, - Change: 1.91, - ChangePercent: 1.36, - Volume: 7, - High: 140.19, - Low: 0, - YearlyHigh: 155.95, - YearlyLow: 113, - YearlyStart: 134.47, - YearlyChange: 4.25, - Settlement: `Credit`, - Contract: `CFD`, - Region: `Middle East`, - Country: `Saudi Arabia`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-02-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 411 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Natural Gas`, - Spread: 0.02, - Open: 2.094, - Price: 2.06, - Buy: 2.09, - Sell: 2.09, - Change: -0.04, - ChangePercent: -1.88, - Volume: 2783, - High: 2.11, - Low: 2.09, - YearlyHigh: 3.2, - YearlyLow: 1.84, - YearlyStart: 2.52, - YearlyChange: -16.51, - Settlement: `Loan`, - Contract: `CFD`, - Region: `Middle East`, - Country: `Iraq`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-04-19`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 412 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/CHF`, - Spread: 0.02, - Open: 1.0337, - Price: 1.04, - Buy: 1.03, - Sell: 1.03, - Change: 0, - ChangePercent: 0.08, - Volume: 5550, - High: 1.03, - Low: 1.03, - YearlyHigh: 1.11, - YearlyLow: 0.98, - YearlyStart: 1.04, - YearlyChange: -0.12, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Middle East`, - Country: `Jordan`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-03-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 413 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `US 10YR Future`, - Spread: 0.01, - Open: 130.5625, - Price: 131.94, - Buy: 130.56, - Sell: 130.56, - Change: 1.36, - ChangePercent: 1.04, - Volume: 189310, - High: 130.63, - Low: 130.44, - YearlyHigh: 132.64, - YearlyLow: 125.48, - YearlyStart: 129.06, - YearlyChange: 1.18, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Middle East`, - Country: `Bahrain`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-03-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 414 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `DOW Future`, - Spread: 0.01, - Open: 17711, - Price: 17882.19, - Buy: 17712.15, - Sell: 17712.16, - Change: 170.04, - ChangePercent: 0.96, - Volume: 22236, - High: 17727, - Low: 17642, - YearlyHigh: 18083, - YearlyLow: 15299, - YearlyStart: 16691, - YearlyChange: 6.12, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Asia Pacific`, - Country: `Azerbaijan`, - Risk: `High`, - Sector: `Private`, - Currency: `PLN`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-05-21`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 415 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `BTC/USD`, - Spread: 0.06, - Open: 93.88, - Price: 21059.57, - Buy: 21200.76, - Sell: 21400.78, - Change: 58.8, - ChangePercent: 0.28, - Volume: 5788000, - High: 22400.05, - Low: 20100.75, - YearlyHigh: 62400.7, - YearlyLow: 15100.88, - YearlyStart: 21200.29, - YearlyChange: -20.62, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Asia Pacific`, - Country: `Malaysia`, - Risk: `Low`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-06-10`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 416 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Palladium`, - Spread: 0.01, - Open: 600.55, - Price: 610.38, - Buy: 601, - Sell: 601.01, - Change: 9.38, - ChangePercent: 1.56, - Volume: 651, - High: 607.2, - Low: 598.4, - YearlyHigh: 690, - YearlyLow: 458.6, - YearlyStart: 574.3, - YearlyChange: 4.65, - Settlement: `Cash`, - Contract: `Swap`, - Region: `North America`, - Country: `United States`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-04-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 417 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P 600 MINI`, - Spread: 0.01, - Open: 687.9, - Price: 693.38, - Buy: 687.9, - Sell: 687.9, - Change: 5.5, - ChangePercent: 0.8, - Volume: 0, - High: 0, - Low: 0, - YearlyHigh: 620.32, - YearlyLow: 595.9, - YearlyStart: 608.11, - YearlyChange: 13.12, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Asia Pacific`, - Country: `Philippines`, - Risk: `High`, - Sector: `Government`, - Currency: `PLN`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-02-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 418 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Palladium`, - Spread: 0.01, - Open: 600.55, - Price: 600.76, - Buy: 601, - Sell: 601.01, - Change: -0.24, - ChangePercent: -0.04, - Volume: 651, - High: 607.2, - Low: 598.4, - YearlyHigh: 690, - YearlyLow: 458.6, - YearlyStart: 574.3, - YearlyChange: 4.65, - Settlement: `Cash`, - Contract: `Options`, - Region: `Middle East`, - Country: `Iraq`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-03-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 419 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Corn`, - Spread: 0.01, - Open: 379.5, - Price: 375.09, - Buy: 379.8, - Sell: 379.81, - Change: -4.71, - ChangePercent: -1.24, - Volume: 11266, - High: 381, - Low: 377.75, - YearlyHigh: 471.25, - YearlyLow: 351.25, - YearlyStart: 411.25, - YearlyChange: -7.65, - Settlement: `Credit`, - Contract: `Forwards`, - Region: `Asia Pacific`, - Country: `Korea`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `FedEx`, - Maturity: `2022-08-19`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 420 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Ethanol`, - Spread: 0.01, - Open: 1.512, - Price: 2.78, - Buy: 2.75, - Sell: 2.76, - Change: 0.03, - ChangePercent: 0.92, - Volume: 14, - High: 2.75, - Low: 1.12, - YearlyHigh: 2.75, - YearlyLow: 1.12, - YearlyStart: 1.48, - YearlyChange: 86.7, - Settlement: `Cash`, - Contract: `Futures`, - Region: `South America`, - Country: `Suriname`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-05-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 421 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Sugar`, - Spread: 0.01, - Open: 15.68, - Price: 14.44, - Buy: 14.67, - Sell: 14.68, - Change: -0.23, - ChangePercent: -1.6, - Volume: 4949, - High: 15.7, - Low: 14.67, - YearlyHigh: 16.87, - YearlyLow: 11.37, - YearlyStart: 14.12, - YearlyChange: 3.92, - Settlement: `Cash`, - Contract: `Options`, - Region: `North America`, - Country: `United States`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-05-23`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 422 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Ethanol`, - Spread: 0.01, - Open: 1.512, - Price: 2.73, - Buy: 2.75, - Sell: 2.76, - Change: -0.02, - ChangePercent: -0.88, - Volume: 14, - High: 2.75, - Low: 1.12, - YearlyHigh: 2.75, - YearlyLow: 1.12, - YearlyStart: 1.48, - YearlyChange: 86.7, - Settlement: `Loan`, - Contract: `Futures`, - Region: `Asia Pacific`, - Country: `Indonesia`, - Risk: `High`, - Sector: `Government`, - Currency: `PLN`, - Security: `High`, - Issuer: `FedEx`, - Maturity: `2022-07-21`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 423 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `BTC/USD`, - Spread: 0.06, - Open: 93.88, - Price: 21311.58, - Buy: 21200.76, - Sell: 21400.78, - Change: 310.81, - ChangePercent: 1.48, - Volume: 5788000, - High: 22400.05, - Low: 20100.75, - YearlyHigh: 62400.7, - YearlyLow: 15100.88, - YearlyStart: 21200.29, - YearlyChange: -20.62, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Asia Pacific`, - Country: `Australia`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-04-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 424 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Coal`, - Spread: 0.015, - Open: 0.4363, - Price: 0.41, - Buy: 0.44, - Sell: 0.44, - Change: -0.01, - ChangePercent: -1.4, - Volume: 3, - High: 0.44, - Low: 0.44, - YearlyHigh: 0.48, - YearlyLow: 0.4, - YearlyStart: 0.44, - YearlyChange: -5.33, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `South America`, - Country: `Chile`, - Risk: `High`, - Sector: `Private`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-01-19`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 425 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Rice`, - Spread: 0.01, - Open: 11.245, - Price: 10.26, - Buy: 10.41, - Sell: 10.42, - Change: -0.16, - ChangePercent: -1.52, - Volume: 220, - High: 11.38, - Low: 10.42, - YearlyHigh: 14.14, - YearlyLow: 9.7, - YearlyStart: 11.92, - YearlyChange: -12.62, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `Europe`, - Country: `Romania`, - Risk: `Low`, - Sector: `Government`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-07-21`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 426 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Silver`, - Spread: 0.01, - Open: 17.43, - Price: 17.47, - Buy: 17.43, - Sell: 17.43, - Change: 0.05, - ChangePercent: 0.28, - Volume: 11720, - High: 17.51, - Low: 17.37, - YearlyHigh: 18.06, - YearlyLow: 13.73, - YearlyStart: 15.89, - YearlyChange: 9.59, - Settlement: `Cash`, - Contract: `CFD`, - Region: `Africa`, - Country: `Senegal`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-04-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 427 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `US 10YR Future`, - Spread: 0.01, - Open: 130.5625, - Price: 132.57, - Buy: 130.56, - Sell: 130.56, - Change: 1.99, - ChangePercent: 1.52, - Volume: 189310, - High: 130.63, - Low: 130.44, - YearlyHigh: 132.64, - YearlyLow: 125.48, - YearlyStart: 129.06, - YearlyChange: 1.18, - Settlement: `Cash`, - Contract: `Options`, - Region: `Europe`, - Country: `Bulgaria`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-02-19`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 428 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Gold`, - Spread: 0.01, - Open: 1281.1, - Price: 1258.7, - Buy: 1280.73, - Sell: 1280.74, - Change: -22.03, - ChangePercent: -1.72, - Volume: 48387, - High: 1289.5, - Low: 1279.1, - YearlyHigh: 1306, - YearlyLow: 1047.2, - YearlyStart: 1176.6, - YearlyChange: 8.85, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Europe`, - Country: `Croatia`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-07-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 429 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `LV Cattle`, - Spread: 0.01, - Open: 120.725, - Price: 122.15, - Buy: 120.72, - Sell: 120.72, - Change: 1.45, - ChangePercent: 1.2, - Volume: 4, - High: 120.72, - Low: 120.72, - YearlyHigh: 147.98, - YearlyLow: 113.9, - YearlyStart: 130.94, - YearlyChange: -7.82, - Settlement: `Loan`, - Contract: `Options`, - Region: `Africa`, - Country: `Libya`, - Risk: `High`, - Sector: `Public`, - Currency: `PLN`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-07-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 430 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Cotton`, - Spread: 0.01, - Open: 61.77, - Price: 61.49, - Buy: 61.77, - Sell: 61.77, - Change: -0.27, - ChangePercent: -0.44, - Volume: 3612, - High: 62.06, - Low: 61.32, - YearlyHigh: 67.59, - YearlyLow: 54.33, - YearlyStart: 60.96, - YearlyChange: 1.31, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Asia Pacific`, - Country: `Hong Kong`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-04-21`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 431 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/CHF`, - Spread: 0.02, - Open: 1.0337, - Price: 1.04, - Buy: 1.03, - Sell: 1.03, - Change: 0, - ChangePercent: -0.4, - Volume: 5550, - High: 1.03, - Low: 1.03, - YearlyHigh: 1.11, - YearlyLow: 0.98, - YearlyStart: 1.04, - YearlyChange: -0.12, - Settlement: `Cash`, - Contract: `CFD`, - Region: `Middle East`, - Country: `Bahrain`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-02-22`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 432 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Ethanol`, - Spread: 0.01, - Open: 1.512, - Price: 2.71, - Buy: 2.75, - Sell: 2.76, - Change: -0.04, - ChangePercent: -1.6, - Volume: 14, - High: 2.75, - Low: 1.12, - YearlyHigh: 2.75, - YearlyLow: 1.12, - YearlyStart: 1.48, - YearlyChange: 86.7, - Settlement: `Cash`, - Contract: `CFD`, - Region: `Europe`, - Country: `Bulgaria`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-01-22`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 433 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `Lean Hogs`, - Spread: 0.01, - Open: 81.275, - Price: 83.19, - Buy: 81.81, - Sell: 81.82, - Change: 1.38, - ChangePercent: 1.68, - Volume: 1, - High: 81.81, - Low: 81.28, - YearlyHigh: 83.98, - YearlyLow: 70.25, - YearlyStart: 77.11, - YearlyChange: 6.09, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Europe`, - Country: `Greece`, - Risk: `High`, - Sector: `Public`, - Currency: `USD`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-04-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 434 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Milk`, - Spread: 0.01, - Open: 12.87, - Price: 12.89, - Buy: 12.87, - Sell: 12.87, - Change: 0.03, - ChangePercent: 0.2, - Volume: 7, - High: 12.89, - Low: 12.81, - YearlyHigh: 16.96, - YearlyLow: 12.81, - YearlyStart: 14.88, - YearlyChange: -13.6, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `Europe`, - Country: `Russia`, - Risk: `High`, - Sector: `Private`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-02-21`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 435 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P MID MINI`, - Spread: 0.01, - Open: 1454.3, - Price: 1472.09, - Buy: 1455.78, - Sell: 1455.79, - Change: 16.31, - ChangePercent: 1.12, - Volume: 338, - High: 1455.78, - Low: 1448, - YearlyHigh: 1527.3, - YearlyLow: 1236, - YearlyStart: 1381.65, - YearlyChange: 5.37, - Settlement: `Cash`, - Contract: `Options`, - Region: `South America`, - Country: `Guyana`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-08-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 436 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `US 2Y Future`, - Spread: 0.01, - Open: 109.3984, - Price: 110.31, - Buy: 109.4, - Sell: 109.4, - Change: 0.92, - ChangePercent: 0.84, - Volume: 17742, - High: 109.41, - Low: 109.38, - YearlyHigh: 109.8, - YearlyLow: 108.62, - YearlyStart: 109.21, - YearlyChange: 0.16, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Asia Pacific`, - Country: `Azerbaijan`, - Risk: `Low`, - Sector: `Public`, - Currency: `EUR`, - Security: `High`, - Issuer: `FedEx`, - Maturity: `2022-04-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 437 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `OJ Future`, - Spread: 0.01, - Open: 140.6, - Price: 141.25, - Buy: 140.18, - Sell: 140.19, - Change: 1.06, - ChangePercent: 0.76, - Volume: 7, - High: 140.19, - Low: 0, - YearlyHigh: 155.95, - YearlyLow: 113, - YearlyStart: 134.47, - YearlyChange: 4.25, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Europe`, - Country: `Czechia`, - Risk: `Low`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-08-16`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 438 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Coffee`, - Spread: 0.01, - Open: 125.7, - Price: 123.63, - Buy: 125.7, - Sell: 125.7, - Change: -2.06, - ChangePercent: -1.64, - Volume: 1654, - High: 125.8, - Low: 125, - YearlyHigh: 155.75, - YearlyLow: 115.35, - YearlyStart: 135.55, - YearlyChange: -7.27, - Settlement: `Credit`, - Contract: `Futures`, - Region: `South America`, - Country: `Brazil`, - Risk: `Low`, - Sector: `Government`, - Currency: `PLN`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-05-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 439 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Coffee`, - Spread: 0.01, - Open: 125.7, - Price: 124.03, - Buy: 125.7, - Sell: 125.7, - Change: -1.66, - ChangePercent: -1.32, - Volume: 1654, - High: 125.8, - Low: 125, - YearlyHigh: 155.75, - YearlyLow: 115.35, - YearlyStart: 135.55, - YearlyChange: -7.27, - Settlement: `Cash`, - Contract: `Options`, - Region: `South America`, - Country: `Suriname`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-03-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 440 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Cotton`, - Spread: 0.01, - Open: 61.77, - Price: 60.72, - Buy: 61.77, - Sell: 61.77, - Change: -1.04, - ChangePercent: -1.68, - Volume: 3612, - High: 62.06, - Low: 61.32, - YearlyHigh: 67.59, - YearlyLow: 54.33, - YearlyStart: 60.96, - YearlyChange: 1.31, - Settlement: `Cash`, - Contract: `CFD`, - Region: `Africa`, - Country: `Cameroon`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-03-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 441 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `FD Cattle`, - Spread: 0.01, - Open: 147.175, - Price: 148.25, - Buy: 148.6, - Sell: 148.61, - Change: -0.36, - ChangePercent: -0.24, - Volume: 5, - High: 148.61, - Low: 147.18, - YearlyHigh: 190, - YearlyLow: 138.1, - YearlyStart: 164.05, - YearlyChange: -9.41, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Africa`, - Country: `Ethiopia`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-08-11`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 442 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `GBP/USD`, - Spread: 0.02, - Open: 1.4464, - Price: 1.19, - Buy: 1.18, - Sell: 1.2, - Change: 0, - ChangePercent: -0.72, - Volume: 29450, - High: 1.45, - Low: 1.19, - YearlyHigh: 1.59, - YearlyLow: 1.19, - YearlyStart: 1.49, - YearlyChange: -19.59, - Settlement: `Loan`, - Contract: `CFD`, - Region: `Middle East`, - Country: `Syria`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-08-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 443 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P MID MINI`, - Spread: 0.01, - Open: 1454.3, - Price: 1437.15, - Buy: 1455.78, - Sell: 1455.79, - Change: -18.63, - ChangePercent: -1.28, - Volume: 338, - High: 1455.78, - Low: 1448, - YearlyHigh: 1527.3, - YearlyLow: 1236, - YearlyStart: 1381.65, - YearlyChange: 5.37, - Settlement: `Loan`, - Contract: `Forwards`, - Region: `Africa`, - Country: `South Africa`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-02-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 444 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Palladium`, - Spread: 0.01, - Open: 600.55, - Price: 595.71, - Buy: 601, - Sell: 601.01, - Change: -5.29, - ChangePercent: -0.88, - Volume: 651, - High: 607.2, - Low: 598.4, - YearlyHigh: 690, - YearlyLow: 458.6, - YearlyStart: 574.3, - YearlyChange: 4.65, - Settlement: `Loan`, - Contract: `CFD`, - Region: `Middle East`, - Country: `Israel`, - Risk: `Low`, - Sector: `Public`, - Currency: `PLN`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-04-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 445 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `AUD/USD`, - Spread: 0.02, - Open: 0.7344, - Price: 0.74, - Buy: 0.73, - Sell: 0.73, - Change: 0, - ChangePercent: -0.44, - Volume: 36764, - High: 0.74, - Low: 0.73, - YearlyHigh: 0.79, - YearlyLow: 0.68, - YearlyStart: 0.73, - YearlyChange: 1.28, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Europe`, - Country: `Switzerland`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `FedEx`, - Maturity: `2022-02-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 446 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `US 30YR Future`, - Spread: 0.01, - Open: 164.875, - Price: 166.19, - Buy: 164.15, - Sell: 164.16, - Change: 2.03, - ChangePercent: 1.24, - Volume: 28012, - High: 165.25, - Low: 164.04, - YearlyHigh: 169.38, - YearlyLow: 151.47, - YearlyStart: 160.43, - YearlyChange: 2.33, - Settlement: `Cash`, - Contract: `Options`, - Region: `Middle East`, - Country: `Bahrain`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `High`, - Issuer: `American Airlines`, - Maturity: `2022-02-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 447 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Rice`, - Spread: 0.01, - Open: 11.245, - Price: 10.42, - Buy: 10.41, - Sell: 10.42, - Change: 0, - ChangePercent: 0.04, - Volume: 220, - High: 11.38, - Low: 10.42, - YearlyHigh: 14.14, - YearlyLow: 9.7, - YearlyStart: 11.92, - YearlyChange: -12.62, - Settlement: `Credit`, - Contract: `Futures`, - Region: `Europe`, - Country: `Croatia`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-06-23`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 448 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `Lean Hogs`, - Spread: 0.01, - Open: 81.275, - Price: 82.63, - Buy: 81.81, - Sell: 81.82, - Change: 0.82, - ChangePercent: 1, - Volume: 1, - High: 81.81, - Low: 81.28, - YearlyHigh: 83.98, - YearlyLow: 70.25, - YearlyStart: 77.11, - YearlyChange: 6.09, - Settlement: `Credit`, - Contract: `Futures`, - Region: `Asia Pacific`, - Country: `Indonesia`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-04-10`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 449 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/JPY`, - Spread: 0.02, - Open: 9275.5, - Price: 9429.48, - Buy: 9277.32, - Sell: 9277.34, - Change: 152.15, - ChangePercent: 1.64, - Volume: 47734, - High: 9277.33, - Low: 0.93, - YearlyHigh: 9483, - YearlyLow: 0.93, - YearlyStart: 4741.97, - YearlyChange: 95.64, - Settlement: `Loan`, - Contract: `Swap`, - Region: `North America`, - Country: `United States`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-01-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 450 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `BTC/USD`, - Spread: 0.06, - Open: 93.88, - Price: 20899.97, - Buy: 21200.76, - Sell: 21400.78, - Change: -100.8, - ChangePercent: -0.48, - Volume: 5788000, - High: 22400.05, - Low: 20100.75, - YearlyHigh: 62400.7, - YearlyLow: 15100.88, - YearlyStart: 21200.29, - YearlyChange: -20.62, - Settlement: `Loan`, - Contract: `Futures`, - Region: `Middle East`, - Country: `Israel`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-02-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 451 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `US 10YR Future`, - Spread: 0.01, - Open: 130.5625, - Price: 131.16, - Buy: 130.56, - Sell: 130.56, - Change: 0.58, - ChangePercent: 0.44, - Volume: 189310, - High: 130.63, - Low: 130.44, - YearlyHigh: 132.64, - YearlyLow: 125.48, - YearlyStart: 129.06, - YearlyChange: 1.18, - Settlement: `Loan`, - Contract: `CFD`, - Region: `Middle East`, - Country: `Saudi Arabia`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-04-23`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 452 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Wheat`, - Spread: 0.01, - Open: 465.5, - Price: 461.05, - Buy: 465.5, - Sell: 465.5, - Change: -4.47, - ChangePercent: -0.96, - Volume: 4318, - High: 467, - Low: 463.25, - YearlyHigh: 628.5, - YearlyLow: 449.5, - YearlyStart: 539, - YearlyChange: -13.63, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Asia Pacific`, - Country: `China`, - Risk: `Low`, - Sector: `Government`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-03-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 453 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `OJ Future`, - Spread: 0.01, - Open: 140.6, - Price: 140.81, - Buy: 140.18, - Sell: 140.19, - Change: 0.62, - ChangePercent: 0.44, - Volume: 7, - High: 140.19, - Low: 0, - YearlyHigh: 155.95, - YearlyLow: 113, - YearlyStart: 134.47, - YearlyChange: 4.25, - Settlement: `Loan`, - Contract: `Futures`, - Region: `Asia Pacific`, - Country: `Malaysia`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-05-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 454 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `AUD/USD`, - Spread: 0.02, - Open: 0.7344, - Price: 0.74, - Buy: 0.73, - Sell: 0.73, - Change: 0, - ChangePercent: -0.8, - Volume: 36764, - High: 0.74, - Low: 0.73, - YearlyHigh: 0.79, - YearlyLow: 0.68, - YearlyStart: 0.73, - YearlyChange: 1.28, - Settlement: `Cash`, - Contract: `Options`, - Region: `Middle East`, - Country: `Bahrain`, - Risk: `Low`, - Sector: `Public`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-02-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 455 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Copper`, - Spread: 0.02, - Open: 2.123, - Price: 2.14, - Buy: 2.12, - Sell: 2.12, - Change: 0.03, - ChangePercent: 1.4, - Volume: 28819, - High: 2.16, - Low: 2.11, - YearlyHigh: 2.94, - YearlyLow: 1.96, - YearlyStart: 2.45, - YearlyChange: -13.76, - Settlement: `Cash`, - Contract: `Options`, - Region: `Africa`, - Country: `South Africa`, - Risk: `High`, - Sector: `Private`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-03-11`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 456 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Uranium`, - Spread: 0.02, - Open: 27.55, - Price: 27.66, - Buy: 27.55, - Sell: 27.55, - Change: 0.08, - ChangePercent: 0.28, - Volume: 12, - High: 27.55, - Low: 27.55, - YearlyHigh: 29.32, - YearlyLow: 21.28, - YearlyStart: 25.3, - YearlyChange: 9.01, - Settlement: `Cash`, - Contract: `CFD`, - Region: `Europe`, - Country: `Finland`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-04-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 457 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Oil`, - Spread: 0.015, - Open: 45.54, - Price: 45.31, - Buy: 45.78, - Sell: 45.8, - Change: -0.48, - ChangePercent: -1.04, - Volume: 107196, - High: 45.94, - Low: 45, - YearlyHigh: 65.28, - YearlyLow: 30.79, - YearlyStart: 48.03, - YearlyChange: -4.67, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Africa`, - Country: `Ethiopia`, - Risk: `Low`, - Sector: `Public`, - Currency: `USD`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-01-24`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 458 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/JPY`, - Spread: 0.02, - Open: 9275.5, - Price: 9277.33, - Buy: 9277.32, - Sell: 9277.34, - Change: 0, - ChangePercent: 0, - Volume: 47734, - High: 9277.33, - Low: 0.93, - YearlyHigh: 9483, - YearlyLow: 0.93, - YearlyStart: 4741.97, - YearlyChange: 95.64, - Settlement: `Cash`, - Contract: `Options`, - Region: `Middle East`, - Country: `Lebanon`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-01-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 459 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Rice`, - Spread: 0.01, - Open: 11.245, - Price: 10.43, - Buy: 10.41, - Sell: 10.42, - Change: 0.01, - ChangePercent: 0.12, - Volume: 220, - High: 11.38, - Low: 10.42, - YearlyHigh: 14.14, - YearlyLow: 9.7, - YearlyStart: 11.92, - YearlyChange: -12.62, - Settlement: `Credit`, - Contract: `Futures`, - Region: `Middle East`, - Country: `Israel`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `FedEx`, - Maturity: `2022-07-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 460 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Coal`, - Spread: 0.015, - Open: 0.4363, - Price: 0.41, - Buy: 0.44, - Sell: 0.44, - Change: -0.01, - ChangePercent: -0.52, - Volume: 3, - High: 0.44, - Low: 0.44, - YearlyHigh: 0.48, - YearlyLow: 0.4, - YearlyStart: 0.44, - YearlyChange: -5.33, - Settlement: `Cash`, - Contract: `CFD`, - Region: `Europe`, - Country: `Czechia`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-09-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 461 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Coal`, - Spread: 0.015, - Open: 0.4363, - Price: 0.41, - Buy: 0.44, - Sell: 0.44, - Change: -0.01, - ChangePercent: -0.8, - Volume: 3, - High: 0.44, - Low: 0.44, - YearlyHigh: 0.48, - YearlyLow: 0.4, - YearlyStart: 0.44, - YearlyChange: -5.33, - Settlement: `Cash`, - Contract: `Options`, - Region: `Middle East`, - Country: `Lebanon`, - Risk: `Low`, - Sector: `Government`, - Currency: `USD`, - Security: `High`, - Issuer: `American Airlines`, - Maturity: `2022-01-16`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 462 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Coffee`, - Spread: 0.01, - Open: 125.7, - Price: 123.33, - Buy: 125.7, - Sell: 125.7, - Change: -2.36, - ChangePercent: -1.88, - Volume: 1654, - High: 125.8, - Low: 125, - YearlyHigh: 155.75, - YearlyLow: 115.35, - YearlyStart: 135.55, - YearlyChange: -7.27, - Settlement: `Cash`, - Contract: `Options`, - Region: `Europe`, - Country: `Romania`, - Risk: `High`, - Sector: `Public`, - Currency: `USD`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-07-23`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 463 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `Lean Hogs`, - Spread: 0.01, - Open: 81.275, - Price: 80.8, - Buy: 81.81, - Sell: 81.82, - Change: -1.01, - ChangePercent: -1.24, - Volume: 1, - High: 81.81, - Low: 81.28, - YearlyHigh: 83.98, - YearlyLow: 70.25, - YearlyStart: 77.11, - YearlyChange: 6.09, - Settlement: `Credit`, - Contract: `Swap`, - Region: `North America`, - Country: `United States`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-06-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 464 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Rice`, - Spread: 0.01, - Open: 11.245, - Price: 10.47, - Buy: 10.41, - Sell: 10.42, - Change: 0.05, - ChangePercent: 0.52, - Volume: 220, - High: 11.38, - Low: 10.42, - YearlyHigh: 14.14, - YearlyLow: 9.7, - YearlyStart: 11.92, - YearlyChange: -12.62, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `Middle East`, - Country: `Oman`, - Risk: `High`, - Sector: `Public`, - Currency: `USD`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-02-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 465 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P 600 MINI`, - Spread: 0.01, - Open: 687.9, - Price: 684.58, - Buy: 687.9, - Sell: 687.9, - Change: -3.3, - ChangePercent: -0.48, - Volume: 0, - High: 0, - Low: 0, - YearlyHigh: 620.32, - YearlyLow: 595.9, - YearlyStart: 608.11, - YearlyChange: 13.12, - Settlement: `Loan`, - Contract: `Futures`, - Region: `Middle East`, - Country: `Oman`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-09-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 466 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `Euro$ 3M`, - Spread: 0.01, - Open: 99.18, - Price: 100, - Buy: 99.18, - Sell: 99.18, - Change: 0.83, - ChangePercent: 0.84, - Volume: 29509, - High: 99.18, - Low: 99.17, - YearlyHigh: 99.38, - YearlyLow: 98.41, - YearlyStart: 98.89, - YearlyChange: 0.28, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `Europe`, - Country: `Finland`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-02-21`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 467 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Lumber`, - Spread: 0.01, - Open: 303.9, - Price: 302.04, - Buy: 304.59, - Sell: 304.6, - Change: -2.56, - ChangePercent: -0.84, - Volume: 2, - High: 304.6, - Low: 303.9, - YearlyHigh: 317.1, - YearlyLow: 236, - YearlyStart: 276.55, - YearlyChange: 10.14, - Settlement: `Credit`, - Contract: `Options`, - Region: `Africa`, - Country: `Niger`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-04-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 468 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Rice`, - Spread: 0.01, - Open: 11.245, - Price: 10.56, - Buy: 10.41, - Sell: 10.42, - Change: 0.14, - ChangePercent: 1.36, - Volume: 220, - High: 11.38, - Low: 10.42, - YearlyHigh: 14.14, - YearlyLow: 9.7, - YearlyStart: 11.92, - YearlyChange: -12.62, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Africa`, - Country: `Cameroon`, - Risk: `Low`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-05-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 469 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `LV Cattle`, - Spread: 0.01, - Open: 120.725, - Price: 119.74, - Buy: 120.72, - Sell: 120.72, - Change: -0.97, - ChangePercent: -0.8, - Volume: 4, - High: 120.72, - Low: 120.72, - YearlyHigh: 147.98, - YearlyLow: 113.9, - YearlyStart: 130.94, - YearlyChange: -7.82, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Asia Pacific`, - Country: `Korea`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-05-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 470 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Platinum`, - Spread: 0.01, - Open: 1071.6, - Price: 1062.96, - Buy: 1071.09, - Sell: 1071.1, - Change: -8.14, - ChangePercent: -0.76, - Volume: 3039, - High: 1081.2, - Low: 1070.5, - YearlyHigh: 1120.6, - YearlyLow: 812.4, - YearlyStart: 966.5, - YearlyChange: 10.82, - Settlement: `Cash`, - Contract: `Futures`, - Region: `North America`, - Country: `Canada`, - Risk: `High`, - Sector: `Private`, - Currency: `PLN`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-07-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 471 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Ethanol`, - Spread: 0.01, - Open: 1.512, - Price: 2.73, - Buy: 2.75, - Sell: 2.76, - Change: -0.02, - ChangePercent: -0.88, - Volume: 14, - High: 2.75, - Low: 1.12, - YearlyHigh: 2.75, - YearlyLow: 1.12, - YearlyStart: 1.48, - YearlyChange: 86.7, - Settlement: `Loan`, - Contract: `Swap`, - Region: `South America`, - Country: `Bolivia`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-02-24`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 472 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `AUD/USD`, - Spread: 0.02, - Open: 0.7344, - Price: 0.76, - Buy: 0.73, - Sell: 0.73, - Change: 0.02, - ChangePercent: 1.76, - Volume: 36764, - High: 0.74, - Low: 0.73, - YearlyHigh: 0.79, - YearlyLow: 0.68, - YearlyStart: 0.73, - YearlyChange: 1.28, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Africa`, - Country: `Libya`, - Risk: `Low`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-07-11`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 473 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `DOW Future`, - Spread: 0.01, - Open: 17711, - Price: 18038.06, - Buy: 17712.15, - Sell: 17712.16, - Change: 325.91, - ChangePercent: 1.84, - Volume: 22236, - High: 17727, - Low: 17642, - YearlyHigh: 18083, - YearlyLow: 15299, - YearlyStart: 16691, - YearlyChange: 6.12, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `Middle East`, - Country: `Bahrain`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-02-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 474 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Copper`, - Spread: 0.02, - Open: 2.123, - Price: 2.14, - Buy: 2.12, - Sell: 2.12, - Change: 0.03, - ChangePercent: 1.08, - Volume: 28819, - High: 2.16, - Low: 2.11, - YearlyHigh: 2.94, - YearlyLow: 1.96, - YearlyStart: 2.45, - YearlyChange: -13.76, - Settlement: `Loan`, - Contract: `Forwards`, - Region: `Europe`, - Country: `Poland`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-08-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 475 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Diesel`, - Spread: 0.015, - Open: 1.3474, - Price: 1.37, - Buy: 1.35, - Sell: 1.35, - Change: 0.01, - ChangePercent: 0.68, - Volume: 2971, - High: 1.36, - Low: 1.34, - YearlyHigh: 2.11, - YearlyLow: 0.92, - YearlyStart: 1.51, - YearlyChange: -10.4, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `Asia Pacific`, - Country: `Singapore`, - Risk: `High`, - Sector: `Public`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-02-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 476 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `NAS Future`, - Spread: 0.01, - Open: 4341.25, - Price: 4402.06, - Buy: 4341.25, - Sell: 4341.25, - Change: 60.78, - ChangePercent: 1.4, - Volume: 18259, - High: 4347, - Low: 4318, - YearlyHigh: 4719.75, - YearlyLow: 3867.75, - YearlyStart: 4293.75, - YearlyChange: 1.11, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Africa`, - Country: `Cameroon`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `High`, - Issuer: `FedEx`, - Maturity: `2022-05-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 477 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `US 2Y Future`, - Spread: 0.01, - Open: 109.3984, - Price: 110.26, - Buy: 109.4, - Sell: 109.4, - Change: 0.87, - ChangePercent: 0.8, - Volume: 17742, - High: 109.41, - Low: 109.38, - YearlyHigh: 109.8, - YearlyLow: 108.62, - YearlyStart: 109.21, - YearlyChange: 0.16, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Africa`, - Country: `Algeria`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-07-23`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 478 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P Future`, - Spread: 0.01, - Open: 2057.5, - Price: 2020.41, - Buy: 2056.6, - Sell: 2056.61, - Change: -36.19, - ChangePercent: -1.76, - Volume: 142780, - High: 2059.5, - Low: 2049, - YearlyHigh: 2105.5, - YearlyLow: 1794.5, - YearlyStart: 1950, - YearlyChange: 5.47, - Settlement: `Loan`, - Contract: `CFD`, - Region: `Middle East`, - Country: `Jordan`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-07-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 479 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Coal`, - Spread: 0.015, - Open: 0.4363, - Price: 0.42, - Buy: 0.44, - Sell: 0.44, - Change: 0, - ChangePercent: 0.52, - Volume: 3, - High: 0.44, - Low: 0.44, - YearlyHigh: 0.48, - YearlyLow: 0.4, - YearlyStart: 0.44, - YearlyChange: -5.33, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Europe`, - Country: `Finland`, - Risk: `Low`, - Sector: `Public`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-07-22`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 480 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Oil`, - Spread: 0.015, - Open: 45.54, - Price: 45.77, - Buy: 45.78, - Sell: 45.8, - Change: -0.02, - ChangePercent: -0.04, - Volume: 107196, - High: 45.94, - Low: 45, - YearlyHigh: 65.28, - YearlyLow: 30.79, - YearlyStart: 48.03, - YearlyChange: -4.67, - Settlement: `Credit`, - Contract: `Swap`, - Region: `South America`, - Country: `Paraguay`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-07-19`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 481 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `Lean Hogs`, - Spread: 0.01, - Open: 81.275, - Price: 81.16, - Buy: 81.81, - Sell: 81.82, - Change: -0.65, - ChangePercent: -0.8, - Volume: 1, - High: 81.81, - Low: 81.28, - YearlyHigh: 83.98, - YearlyLow: 70.25, - YearlyStart: 77.11, - YearlyChange: 6.09, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `Asia Pacific`, - Country: `Singapore`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-06-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 482 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Oats`, - Spread: 0.01, - Open: 194.5, - Price: 196.39, - Buy: 194.21, - Sell: 194.22, - Change: 2.17, - ChangePercent: 1.12, - Volume: 64, - High: 195.75, - Low: 194, - YearlyHigh: 241.25, - YearlyLow: 183.75, - YearlyStart: 212.5, - YearlyChange: -8.6, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Middle East`, - Country: `Qatar`, - Risk: `Low`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-08-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 483 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Ethanol`, - Spread: 0.01, - Open: 1.512, - Price: 2.72, - Buy: 2.75, - Sell: 2.76, - Change: -0.03, - ChangePercent: -1.36, - Volume: 14, - High: 2.75, - Low: 1.12, - YearlyHigh: 2.75, - YearlyLow: 1.12, - YearlyStart: 1.48, - YearlyChange: 86.7, - Settlement: `Loan`, - Contract: `Options`, - Region: `Africa`, - Country: `Tunisia`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `FedEx`, - Maturity: `2022-06-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 484 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `DOW Future`, - Spread: 0.01, - Open: 17711, - Price: 17740.49, - Buy: 17712.15, - Sell: 17712.16, - Change: 28.34, - ChangePercent: 0.16, - Volume: 22236, - High: 17727, - Low: 17642, - YearlyHigh: 18083, - YearlyLow: 15299, - YearlyStart: 16691, - YearlyChange: 6.12, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Africa`, - Country: `Tunisia`, - Risk: `Low`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-05-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 485 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `OJ Future`, - Spread: 0.01, - Open: 140.6, - Price: 140.19, - Buy: 140.18, - Sell: 140.19, - Change: 0, - ChangePercent: 0, - Volume: 7, - High: 140.19, - Low: 0, - YearlyHigh: 155.95, - YearlyLow: 113, - YearlyStart: 134.47, - YearlyChange: 4.25, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Africa`, - Country: `Libya`, - Risk: `High`, - Sector: `Government`, - Currency: `PLN`, - Security: `High`, - Issuer: `American Airlines`, - Maturity: `2022-02-24`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 486 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `OJ Future`, - Spread: 0.01, - Open: 140.6, - Price: 139.12, - Buy: 140.18, - Sell: 140.19, - Change: -1.07, - ChangePercent: -0.76, - Volume: 7, - High: 140.19, - Low: 0, - YearlyHigh: 155.95, - YearlyLow: 113, - YearlyStart: 134.47, - YearlyChange: 4.25, - Settlement: `Credit`, - Contract: `Swap`, - Region: `South America`, - Country: `Bolivia`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-01-24`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 487 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Palladium`, - Spread: 0.01, - Open: 600.55, - Price: 594.51, - Buy: 601, - Sell: 601.01, - Change: -6.49, - ChangePercent: -1.08, - Volume: 651, - High: 607.2, - Low: 598.4, - YearlyHigh: 690, - YearlyLow: 458.6, - YearlyStart: 574.3, - YearlyChange: 4.65, - Settlement: `Loan`, - Contract: `Options`, - Region: `Africa`, - Country: `Cameroon`, - Risk: `Low`, - Sector: `Public`, - Currency: `USD`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-04-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 488 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Oats`, - Spread: 0.01, - Open: 194.5, - Price: 193.83, - Buy: 194.21, - Sell: 194.22, - Change: -0.39, - ChangePercent: -0.2, - Volume: 64, - High: 195.75, - Low: 194, - YearlyHigh: 241.25, - YearlyLow: 183.75, - YearlyStart: 212.5, - YearlyChange: -8.6, - Settlement: `Cash`, - Contract: `CFD`, - Region: `Asia Pacific`, - Country: `Korea`, - Risk: `High`, - Sector: `Government`, - Currency: `PLN`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-02-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 489 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/JPY`, - Spread: 0.02, - Open: 9275.5, - Price: 9351.55, - Buy: 9277.32, - Sell: 9277.34, - Change: 74.22, - ChangePercent: 0.8, - Volume: 47734, - High: 9277.33, - Low: 0.93, - YearlyHigh: 9483, - YearlyLow: 0.93, - YearlyStart: 4741.97, - YearlyChange: 95.64, - Settlement: `Loan`, - Contract: `Swap`, - Region: `North America`, - Country: `Canada`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-05-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 490 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P Future`, - Spread: 0.01, - Open: 2057.5, - Price: 2054.96, - Buy: 2056.6, - Sell: 2056.61, - Change: -1.64, - ChangePercent: -0.08, - Volume: 142780, - High: 2059.5, - Low: 2049, - YearlyHigh: 2105.5, - YearlyLow: 1794.5, - YearlyStart: 1950, - YearlyChange: 5.47, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `Africa`, - Country: `Niger`, - Risk: `Low`, - Sector: `Public`, - Currency: `USD`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-01-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 491 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Lumber`, - Spread: 0.01, - Open: 303.9, - Price: 304.84, - Buy: 304.59, - Sell: 304.6, - Change: 0.24, - ChangePercent: 0.08, - Volume: 2, - High: 304.6, - Low: 303.9, - YearlyHigh: 317.1, - YearlyLow: 236, - YearlyStart: 276.55, - YearlyChange: 10.14, - Settlement: `Cash`, - Contract: `Swap`, - Region: `South America`, - Country: `Brazil`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `High`, - Issuer: `American Airlines`, - Maturity: `2022-04-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 492 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `US 30YR Future`, - Spread: 0.01, - Open: 164.875, - Price: 165.6, - Buy: 164.15, - Sell: 164.16, - Change: 1.44, - ChangePercent: 0.88, - Volume: 28012, - High: 165.25, - Low: 164.04, - YearlyHigh: 169.38, - YearlyLow: 151.47, - YearlyStart: 160.43, - YearlyChange: 2.33, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Asia Pacific`, - Country: `New Zealand`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-04-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 493 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `Euro$ 3M`, - Spread: 0.01, - Open: 99.18, - Price: 99.96, - Buy: 99.18, - Sell: 99.18, - Change: 0.79, - ChangePercent: 0.8, - Volume: 29509, - High: 99.18, - Low: 99.17, - YearlyHigh: 99.38, - YearlyLow: 98.41, - YearlyStart: 98.89, - YearlyChange: 0.28, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Middle East`, - Country: `Israel`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `American Airlines`, - Maturity: `2022-03-11`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 494 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/JPY`, - Spread: 0.02, - Open: 9275.5, - Price: 9117.76, - Buy: 9277.32, - Sell: 9277.34, - Change: -159.57, - ChangePercent: -1.72, - Volume: 47734, - High: 9277.33, - Low: 0.93, - YearlyHigh: 9483, - YearlyLow: 0.93, - YearlyStart: 4741.97, - YearlyChange: 95.64, - Settlement: `Cash`, - Contract: `CFD`, - Region: `South America`, - Country: `Bolivia`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-07-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 495 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `US 30YR Future`, - Spread: 0.01, - Open: 164.875, - Price: 165.6, - Buy: 164.15, - Sell: 164.16, - Change: 1.44, - ChangePercent: 0.88, - Volume: 28012, - High: 165.25, - Low: 164.04, - YearlyHigh: 169.38, - YearlyLow: 151.47, - YearlyStart: 160.43, - YearlyChange: 2.33, - Settlement: `Credit`, - Contract: `Options`, - Region: `Europe`, - Country: `Czechia`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-07-19`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 496 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Oil`, - Spread: 0.015, - Open: 45.54, - Price: 46.47, - Buy: 45.78, - Sell: 45.8, - Change: 0.68, - ChangePercent: 1.48, - Volume: 107196, - High: 45.94, - Low: 45, - YearlyHigh: 65.28, - YearlyLow: 30.79, - YearlyStart: 48.03, - YearlyChange: -4.67, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Asia Pacific`, - Country: `Indonesia`, - Risk: `High`, - Sector: `Private`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-02-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 497 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Lumber`, - Spread: 0.01, - Open: 303.9, - Price: 302.89, - Buy: 304.59, - Sell: 304.6, - Change: -1.71, - ChangePercent: -0.56, - Volume: 2, - High: 304.6, - Low: 303.9, - YearlyHigh: 317.1, - YearlyLow: 236, - YearlyStart: 276.55, - YearlyChange: 10.14, - Settlement: `Cash`, - Contract: `CFD`, - Region: `Europe`, - Country: `Czechia`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-07-22`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 498 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/CHF`, - Spread: 0.02, - Open: 1.0337, - Price: 1.06, - Buy: 1.03, - Sell: 1.03, - Change: 0.02, - ChangePercent: 1.76, - Volume: 5550, - High: 1.03, - Low: 1.03, - YearlyHigh: 1.11, - YearlyLow: 0.98, - YearlyStart: 1.04, - YearlyChange: -0.12, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Europe`, - Country: `Romania`, - Risk: `High`, - Sector: `Government`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-06-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 499 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Palladium`, - Spread: 0.01, - Open: 600.55, - Price: 605.09, - Buy: 601, - Sell: 601.01, - Change: 4.09, - ChangePercent: 0.68, - Volume: 651, - High: 607.2, - Low: 598.4, - YearlyHigh: 690, - YearlyLow: 458.6, - YearlyStart: 574.3, - YearlyChange: 4.65, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Africa`, - Country: `Algeria`, - Risk: `Low`, - Sector: `Public`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-05-27`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 500 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `Lean Hogs`, - Spread: 0.01, - Open: 81.275, - Price: 82.83, - Buy: 81.81, - Sell: 81.82, - Change: 1.02, - ChangePercent: 1.24, - Volume: 1, - High: 81.81, - Low: 81.28, - YearlyHigh: 83.98, - YearlyLow: 70.25, - YearlyStart: 77.11, - YearlyChange: 6.09, - Settlement: `Cash`, - Contract: `CFD`, - Region: `Europe`, - Country: `Russia`, - Risk: `Low`, - Sector: `Public`, - Currency: `USD`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-01-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 501 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/CHF`, - Spread: 0.02, - Open: 1.0337, - Price: 1.06, - Buy: 1.03, - Sell: 1.03, - Change: 0.02, - ChangePercent: 1.44, - Volume: 5550, - High: 1.03, - Low: 1.03, - YearlyHigh: 1.11, - YearlyLow: 0.98, - YearlyStart: 1.04, - YearlyChange: -0.12, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Asia Pacific`, - Country: `Singapore`, - Risk: `Low`, - Sector: `Public`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-05-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 502 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soy oil`, - Spread: 0.01, - Open: 33.26, - Price: 33.53, - Buy: 33.77, - Sell: 33.78, - Change: -0.24, - ChangePercent: -0.72, - Volume: 10592, - High: 33.77, - Low: 33.06, - YearlyHigh: 35.43, - YearlyLow: 26.61, - YearlyStart: 31.02, - YearlyChange: 8.87, - Settlement: `Loan`, - Contract: `CFD`, - Region: `Asia Pacific`, - Country: `Malaysia`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-04-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 503 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Diesel`, - Spread: 0.015, - Open: 1.3474, - Price: 1.33, - Buy: 1.35, - Sell: 1.35, - Change: -0.03, - ChangePercent: -1.92, - Volume: 2971, - High: 1.36, - Low: 1.34, - YearlyHigh: 2.11, - YearlyLow: 0.92, - YearlyStart: 1.51, - YearlyChange: -10.4, - Settlement: `Loan`, - Contract: `Futures`, - Region: `Africa`, - Country: `Nigeria`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-05-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 504 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `AUD/USD`, - Spread: 0.02, - Open: 0.7344, - Price: 0.75, - Buy: 0.73, - Sell: 0.73, - Change: 0.01, - ChangePercent: 0.72, - Volume: 36764, - High: 0.74, - Low: 0.73, - YearlyHigh: 0.79, - YearlyLow: 0.68, - YearlyStart: 0.73, - YearlyChange: 1.28, - Settlement: `Cash`, - Contract: `Options`, - Region: `Middle East`, - Country: `Oman`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-02-21`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 505 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `Euro$ 3M`, - Spread: 0.01, - Open: 99.18, - Price: 99.96, - Buy: 99.18, - Sell: 99.18, - Change: 0.79, - ChangePercent: 0.8, - Volume: 29509, - High: 99.18, - Low: 99.17, - YearlyHigh: 99.38, - YearlyLow: 98.41, - YearlyStart: 98.89, - YearlyChange: 0.28, - Settlement: `Credit`, - Contract: `Futures`, - Region: `Africa`, - Country: `Niger`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-02-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 506 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `US 2Y Future`, - Spread: 0.01, - Open: 109.3984, - Price: 111.58, - Buy: 109.4, - Sell: 109.4, - Change: 2.19, - ChangePercent: 2, - Volume: 17742, - High: 109.41, - Low: 109.38, - YearlyHigh: 109.8, - YearlyLow: 108.62, - YearlyStart: 109.21, - YearlyChange: 0.16, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `Africa`, - Country: `Morocco`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-02-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 507 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Oats`, - Spread: 0.01, - Open: 194.5, - Price: 193.83, - Buy: 194.21, - Sell: 194.22, - Change: -0.39, - ChangePercent: -0.2, - Volume: 64, - High: 195.75, - Low: 194, - YearlyHigh: 241.25, - YearlyLow: 183.75, - YearlyStart: 212.5, - YearlyChange: -8.6, - Settlement: `Cash`, - Contract: `Options`, - Region: `Africa`, - Country: `Egypt`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `FedEx`, - Maturity: `2022-06-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 508 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `AUD/USD`, - Spread: 0.02, - Open: 0.7344, - Price: 0.75, - Buy: 0.73, - Sell: 0.73, - Change: 0.01, - ChangePercent: 0.92, - Volume: 36764, - High: 0.74, - Low: 0.73, - YearlyHigh: 0.79, - YearlyLow: 0.68, - YearlyStart: 0.73, - YearlyChange: 1.28, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Middle East`, - Country: `Kuwait`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-07-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 509 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Gold`, - Spread: 0.01, - Open: 1281.1, - Price: 1299.17, - Buy: 1280.73, - Sell: 1280.74, - Change: 18.44, - ChangePercent: 1.44, - Volume: 48387, - High: 1289.5, - Low: 1279.1, - YearlyHigh: 1306, - YearlyLow: 1047.2, - YearlyStart: 1176.6, - YearlyChange: 8.85, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Middle East`, - Country: `Turkey`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-07-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 510 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `Lean Hogs`, - Spread: 0.01, - Open: 81.275, - Price: 81.52, - Buy: 81.81, - Sell: 81.82, - Change: -0.29, - ChangePercent: -0.36, - Volume: 1, - High: 81.81, - Low: 81.28, - YearlyHigh: 83.98, - YearlyLow: 70.25, - YearlyStart: 77.11, - YearlyChange: 6.09, - Settlement: `Cash`, - Contract: `Options`, - Region: `Africa`, - Country: `Cameroon`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-08-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 511 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Silver`, - Spread: 0.01, - Open: 17.43, - Price: 17.4, - Buy: 17.43, - Sell: 17.43, - Change: -0.02, - ChangePercent: -0.12, - Volume: 11720, - High: 17.51, - Low: 17.37, - YearlyHigh: 18.06, - YearlyLow: 13.73, - YearlyStart: 15.89, - YearlyChange: 9.59, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `Africa`, - Country: `Tunisia`, - Risk: `High`, - Sector: `Public`, - Currency: `PLN`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-03-11`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 512 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `NAS Future`, - Spread: 0.01, - Open: 4341.25, - Price: 4339.54, - Buy: 4341.25, - Sell: 4341.25, - Change: -1.74, - ChangePercent: -0.04, - Volume: 18259, - High: 4347, - Low: 4318, - YearlyHigh: 4719.75, - YearlyLow: 3867.75, - YearlyStart: 4293.75, - YearlyChange: 1.11, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `Europe`, - Country: `Finland`, - Risk: `High`, - Sector: `Government`, - Currency: `PLN`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-06-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 513 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soy oil`, - Spread: 0.01, - Open: 33.26, - Price: 34.11, - Buy: 33.77, - Sell: 33.78, - Change: 0.34, - ChangePercent: 1, - Volume: 10592, - High: 33.77, - Low: 33.06, - YearlyHigh: 35.43, - YearlyLow: 26.61, - YearlyStart: 31.02, - YearlyChange: 8.87, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Africa`, - Country: `Algeria`, - Risk: `High`, - Sector: `Private`, - Currency: `PLN`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-05-24`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 514 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Silver`, - Spread: 0.01, - Open: 17.43, - Price: 17.12, - Buy: 17.43, - Sell: 17.43, - Change: -0.3, - ChangePercent: -1.72, - Volume: 11720, - High: 17.51, - Low: 17.37, - YearlyHigh: 18.06, - YearlyLow: 13.73, - YearlyStart: 15.89, - YearlyChange: 9.59, - Settlement: `Loan`, - Contract: `Options`, - Region: `Middle East`, - Country: `Lebanon`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-03-10`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 515 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Corn`, - Spread: 0.01, - Open: 379.5, - Price: 377.22, - Buy: 379.8, - Sell: 379.81, - Change: -2.58, - ChangePercent: -0.68, - Volume: 11266, - High: 381, - Low: 377.75, - YearlyHigh: 471.25, - YearlyLow: 351.25, - YearlyStart: 411.25, - YearlyChange: -7.65, - Settlement: `Cash`, - Contract: `Options`, - Region: `Africa`, - Country: `Nigeria`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-05-16`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 516 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soybean`, - Spread: 0.01, - Open: 1038, - Price: 1036.12, - Buy: 1038.61, - Sell: 1038.62, - Change: -2.5, - ChangePercent: -0.24, - Volume: 20356, - High: 1044, - Low: 1031.75, - YearlyHigh: 1057, - YearlyLow: 859.5, - YearlyStart: 958.25, - YearlyChange: 8.39, - Settlement: `Credit`, - Contract: `Options`, - Region: `Asia Pacific`, - Country: `Indonesia`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-02-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 517 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/JPY`, - Spread: 0.02, - Open: 9275.5, - Price: 9195.69, - Buy: 9277.32, - Sell: 9277.34, - Change: -81.64, - ChangePercent: -0.88, - Volume: 47734, - High: 9277.33, - Low: 0.93, - YearlyHigh: 9483, - YearlyLow: 0.93, - YearlyStart: 4741.97, - YearlyChange: 95.64, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `Asia Pacific`, - Country: `Philippines`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-04-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 518 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Palladium`, - Spread: 0.01, - Open: 600.55, - Price: 595.71, - Buy: 601, - Sell: 601.01, - Change: -5.29, - ChangePercent: -0.88, - Volume: 651, - High: 607.2, - Low: 598.4, - YearlyHigh: 690, - YearlyLow: 458.6, - YearlyStart: 574.3, - YearlyChange: 4.65, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `Africa`, - Country: `Libya`, - Risk: `High`, - Sector: `Public`, - Currency: `USD`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-01-24`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 519 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Uranium`, - Spread: 0.02, - Open: 27.55, - Price: 27.65, - Buy: 27.55, - Sell: 27.55, - Change: 0.07, - ChangePercent: 0.24, - Volume: 12, - High: 27.55, - Low: 27.55, - YearlyHigh: 29.32, - YearlyLow: 21.28, - YearlyStart: 25.3, - YearlyChange: 9.01, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Africa`, - Country: `Egypt`, - Risk: `High`, - Sector: `Public`, - Currency: `PLN`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-07-11`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 520 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Coal`, - Spread: 0.015, - Open: 0.4363, - Price: 0.42, - Buy: 0.44, - Sell: 0.44, - Change: 0, - ChangePercent: 1.2, - Volume: 3, - High: 0.44, - Low: 0.44, - YearlyHigh: 0.48, - YearlyLow: 0.4, - YearlyStart: 0.44, - YearlyChange: -5.33, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `North America`, - Country: `Canada`, - Risk: `Low`, - Sector: `Government`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `FedEx`, - Maturity: `2022-02-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 521 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `Lean Hogs`, - Spread: 0.01, - Open: 81.275, - Price: 81.32, - Buy: 81.81, - Sell: 81.82, - Change: -0.49, - ChangePercent: -0.6, - Volume: 1, - High: 81.81, - Low: 81.28, - YearlyHigh: 83.98, - YearlyLow: 70.25, - YearlyStart: 77.11, - YearlyChange: 6.09, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Asia Pacific`, - Country: `Malaysia`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-07-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 522 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soy Meat`, - Spread: 0.01, - Open: 342.6, - Price: 338.23, - Buy: 342.6, - Sell: 342.6, - Change: -4.39, - ChangePercent: -1.28, - Volume: 5646, - High: 345.4, - Low: 340.3, - YearlyHigh: 353.4, - YearlyLow: 261.7, - YearlyStart: 307.55, - YearlyChange: 11.4, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Europe`, - Country: `Estonia`, - Risk: `Low`, - Sector: `Public`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-04-16`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 523 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `US 30YR Future`, - Spread: 0.01, - Open: 164.875, - Price: 164.42, - Buy: 164.15, - Sell: 164.16, - Change: 0.26, - ChangePercent: 0.16, - Volume: 28012, - High: 165.25, - Low: 164.04, - YearlyHigh: 169.38, - YearlyLow: 151.47, - YearlyStart: 160.43, - YearlyChange: 2.33, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Europe`, - Country: `Germany`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-03-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 524 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `BTC/USD`, - Spread: 0.06, - Open: 93.88, - Price: 20715.16, - Buy: 21200.76, - Sell: 21400.78, - Change: -285.61, - ChangePercent: -1.36, - Volume: 5788000, - High: 22400.05, - Low: 20100.75, - YearlyHigh: 62400.7, - YearlyLow: 15100.88, - YearlyStart: 21200.29, - YearlyChange: -20.62, - Settlement: `Credit`, - Contract: `Options`, - Region: `Europe`, - Country: `Slovakia`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-08-16`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 525 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Sugar`, - Spread: 0.01, - Open: 15.68, - Price: 14.54, - Buy: 14.67, - Sell: 14.68, - Change: -0.13, - ChangePercent: -0.92, - Volume: 4949, - High: 15.7, - Low: 14.67, - YearlyHigh: 16.87, - YearlyLow: 11.37, - YearlyStart: 14.12, - YearlyChange: 3.92, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Asia Pacific`, - Country: `Malaysia`, - Risk: `High`, - Sector: `Public`, - Currency: `PLN`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-07-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 526 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Oats`, - Spread: 0.01, - Open: 194.5, - Price: 196.55, - Buy: 194.21, - Sell: 194.22, - Change: 2.33, - ChangePercent: 1.2, - Volume: 64, - High: 195.75, - Low: 194, - YearlyHigh: 241.25, - YearlyLow: 183.75, - YearlyStart: 212.5, - YearlyChange: -8.6, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `Africa`, - Country: `Egypt`, - Risk: `Low`, - Sector: `Public`, - Currency: `USD`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-04-19`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 527 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Coal`, - Spread: 0.015, - Open: 0.4363, - Price: 0.41, - Buy: 0.44, - Sell: 0.44, - Change: -0.01, - ChangePercent: -1.04, - Volume: 3, - High: 0.44, - Low: 0.44, - YearlyHigh: 0.48, - YearlyLow: 0.4, - YearlyStart: 0.44, - YearlyChange: -5.33, - Settlement: `Loan`, - Contract: `Forwards`, - Region: `Africa`, - Country: `Cameroon`, - Risk: `Low`, - Sector: `Government`, - Currency: `USD`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-05-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 528 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P 600 MINI`, - Spread: 0.01, - Open: 687.9, - Price: 693.11, - Buy: 687.9, - Sell: 687.9, - Change: 5.23, - ChangePercent: 0.76, - Volume: 0, - High: 0, - Low: 0, - YearlyHigh: 620.32, - YearlyLow: 595.9, - YearlyStart: 608.11, - YearlyChange: 13.12, - Settlement: `Loan`, - Contract: `Futures`, - Region: `Middle East`, - Country: `Israel`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-07-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 529 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Wheat`, - Spread: 0.01, - Open: 465.5, - Price: 470.36, - Buy: 465.5, - Sell: 465.5, - Change: 4.84, - ChangePercent: 1.04, - Volume: 4318, - High: 467, - Low: 463.25, - YearlyHigh: 628.5, - YearlyLow: 449.5, - YearlyStart: 539, - YearlyChange: -13.63, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Africa`, - Country: `Senegal`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `American Airlines`, - Maturity: `2022-04-23`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 530 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `OJ Future`, - Spread: 0.01, - Open: 140.6, - Price: 137.72, - Buy: 140.18, - Sell: 140.19, - Change: -2.47, - ChangePercent: -1.76, - Volume: 7, - High: 140.19, - Low: 0, - YearlyHigh: 155.95, - YearlyLow: 113, - YearlyStart: 134.47, - YearlyChange: 4.25, - Settlement: `Loan`, - Contract: `Futures`, - Region: `Middle East`, - Country: `Saudi Arabia`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-05-21`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 531 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Copper`, - Spread: 0.02, - Open: 2.123, - Price: 2.07, - Buy: 2.12, - Sell: 2.12, - Change: -0.04, - ChangePercent: -1.8, - Volume: 28819, - High: 2.16, - Low: 2.11, - YearlyHigh: 2.94, - YearlyLow: 1.96, - YearlyStart: 2.45, - YearlyChange: -13.76, - Settlement: `Cash`, - Contract: `Options`, - Region: `Middle East`, - Country: `Oman`, - Risk: `Low`, - Sector: `Public`, - Currency: `USD`, - Security: `High`, - Issuer: `FedEx`, - Maturity: `2022-08-24`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 532 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Platinum`, - Spread: 0.01, - Open: 1071.6, - Price: 1084.81, - Buy: 1071.09, - Sell: 1071.1, - Change: 13.71, - ChangePercent: 1.28, - Volume: 3039, - High: 1081.2, - Low: 1070.5, - YearlyHigh: 1120.6, - YearlyLow: 812.4, - YearlyStart: 966.5, - YearlyChange: 10.82, - Settlement: `Cash`, - Contract: `Swap`, - Region: `South America`, - Country: `Chile`, - Risk: `Low`, - Sector: `Public`, - Currency: `USD`, - Security: `Poor`, - Issuer: `FedEx`, - Maturity: `2022-02-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 533 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `FD Cattle`, - Spread: 0.01, - Open: 147.175, - Price: 148.31, - Buy: 148.6, - Sell: 148.61, - Change: -0.3, - ChangePercent: -0.2, - Volume: 5, - High: 148.61, - Low: 147.18, - YearlyHigh: 190, - YearlyLow: 138.1, - YearlyStart: 164.05, - YearlyChange: -9.41, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Middle East`, - Country: `Lebanon`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-04-23`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 534 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Wheat`, - Spread: 0.01, - Open: 465.5, - Price: 470.18, - Buy: 465.5, - Sell: 465.5, - Change: 4.66, - ChangePercent: 1, - Volume: 4318, - High: 467, - Low: 463.25, - YearlyHigh: 628.5, - YearlyLow: 449.5, - YearlyStart: 539, - YearlyChange: -13.63, - Settlement: `Cash`, - Contract: `Options`, - Region: `Middle East`, - Country: `Saudi Arabia`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-02-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 535 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `DOW Future`, - Spread: 0.01, - Open: 17711, - Price: 17556.28, - Buy: 17712.15, - Sell: 17712.16, - Change: -155.87, - ChangePercent: -0.88, - Volume: 22236, - High: 17727, - Low: 17642, - YearlyHigh: 18083, - YearlyLow: 15299, - YearlyStart: 16691, - YearlyChange: 6.12, - Settlement: `Cash`, - Contract: `CFD`, - Region: `Africa`, - Country: `Niger`, - Risk: `High`, - Sector: `Public`, - Currency: `USD`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-03-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 536 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `OJ Future`, - Spread: 0.01, - Open: 140.6, - Price: 139.46, - Buy: 140.18, - Sell: 140.19, - Change: -0.73, - ChangePercent: -0.52, - Volume: 7, - High: 140.19, - Low: 0, - YearlyHigh: 155.95, - YearlyLow: 113, - YearlyStart: 134.47, - YearlyChange: 4.25, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Africa`, - Country: `South Africa`, - Risk: `Low`, - Sector: `Government`, - Currency: `USD`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-08-22`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 537 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soy Meat`, - Spread: 0.01, - Open: 342.6, - Price: 336.73, - Buy: 342.6, - Sell: 342.6, - Change: -5.89, - ChangePercent: -1.72, - Volume: 5646, - High: 345.4, - Low: 340.3, - YearlyHigh: 353.4, - YearlyLow: 261.7, - YearlyStart: 307.55, - YearlyChange: 11.4, - Settlement: `Loan`, - Contract: `Options`, - Region: `Middle East`, - Country: `Qatar`, - Risk: `Low`, - Sector: `Public`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-06-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 538 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Silver`, - Spread: 0.01, - Open: 17.43, - Price: 17.46, - Buy: 17.43, - Sell: 17.43, - Change: 0.04, - ChangePercent: 0.24, - Volume: 11720, - High: 17.51, - Low: 17.37, - YearlyHigh: 18.06, - YearlyLow: 13.73, - YearlyStart: 15.89, - YearlyChange: 9.59, - Settlement: `Loan`, - Contract: `Forwards`, - Region: `Africa`, - Country: `Cameroon`, - Risk: `High`, - Sector: `Private`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-04-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 539 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Coal`, - Spread: 0.015, - Open: 0.4363, - Price: 0.41, - Buy: 0.44, - Sell: 0.44, - Change: -0.01, - ChangePercent: -1.08, - Volume: 3, - High: 0.44, - Low: 0.44, - YearlyHigh: 0.48, - YearlyLow: 0.4, - YearlyStart: 0.44, - YearlyChange: -5.33, - Settlement: `Cash`, - Contract: `Options`, - Region: `Asia Pacific`, - Country: `Pakistan`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `American Airlines`, - Maturity: `2022-03-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 540 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P Future`, - Spread: 0.01, - Open: 2057.5, - Price: 2039.33, - Buy: 2056.6, - Sell: 2056.61, - Change: -17.27, - ChangePercent: -0.84, - Volume: 142780, - High: 2059.5, - Low: 2049, - YearlyHigh: 2105.5, - YearlyLow: 1794.5, - YearlyStart: 1950, - YearlyChange: 5.47, - Settlement: `Credit`, - Contract: `Options`, - Region: `North America`, - Country: `United States`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-06-23`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 541 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `BTC/USD`, - Spread: 0.06, - Open: 93.88, - Price: 20967.17, - Buy: 21200.76, - Sell: 21400.78, - Change: -33.6, - ChangePercent: -0.16, - Volume: 5788000, - High: 22400.05, - Low: 20100.75, - YearlyHigh: 62400.7, - YearlyLow: 15100.88, - YearlyStart: 21200.29, - YearlyChange: -20.62, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Europe`, - Country: `Russia`, - Risk: `High`, - Sector: `Public`, - Currency: `USD`, - Security: `High`, - Issuer: `FedEx`, - Maturity: `2022-08-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 542 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Palladium`, - Spread: 0.01, - Open: 600.55, - Price: 607.97, - Buy: 601, - Sell: 601.01, - Change: 6.97, - ChangePercent: 1.16, - Volume: 651, - High: 607.2, - Low: 598.4, - YearlyHigh: 690, - YearlyLow: 458.6, - YearlyStart: 574.3, - YearlyChange: 4.65, - Settlement: `Loan`, - Contract: `CFD`, - Region: `Europe`, - Country: `Finland`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-08-21`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 543 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P MID MINI`, - Spread: 0.01, - Open: 1454.3, - Price: 1476.16, - Buy: 1455.78, - Sell: 1455.79, - Change: 20.38, - ChangePercent: 1.4, - Volume: 338, - High: 1455.78, - Low: 1448, - YearlyHigh: 1527.3, - YearlyLow: 1236, - YearlyStart: 1381.65, - YearlyChange: 5.37, - Settlement: `Loan`, - Contract: `Futures`, - Region: `South America`, - Country: `Brazil`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-08-19`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 544 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soybean`, - Spread: 0.01, - Open: 1038, - Price: 1039.45, - Buy: 1038.61, - Sell: 1038.62, - Change: 0.83, - ChangePercent: 0.08, - Volume: 20356, - High: 1044, - Low: 1031.75, - YearlyHigh: 1057, - YearlyLow: 859.5, - YearlyStart: 958.25, - YearlyChange: 8.39, - Settlement: `Cash`, - Contract: `Options`, - Region: `Asia Pacific`, - Country: `Malaysia`, - Risk: `High`, - Sector: `Government`, - Currency: `USD`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-04-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 545 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `DOW Future`, - Spread: 0.01, - Open: 17711, - Price: 17535.03, - Buy: 17712.15, - Sell: 17712.16, - Change: -177.12, - ChangePercent: -1, - Volume: 22236, - High: 17727, - Low: 17642, - YearlyHigh: 18083, - YearlyLow: 15299, - YearlyStart: 16691, - YearlyChange: 6.12, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `Africa`, - Country: `Egypt`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `High`, - Issuer: `American Airlines`, - Maturity: `2022-08-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 546 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Coal`, - Spread: 0.015, - Open: 0.4363, - Price: 0.42, - Buy: 0.44, - Sell: 0.44, - Change: 0, - ChangePercent: 1.88, - Volume: 3, - High: 0.44, - Low: 0.44, - YearlyHigh: 0.48, - YearlyLow: 0.4, - YearlyStart: 0.44, - YearlyChange: -5.33, - Settlement: `Cash`, - Contract: `Options`, - Region: `Asia Pacific`, - Country: `Philippines`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-09-22`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 547 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P MID MINI`, - Spread: 0.01, - Open: 1454.3, - Price: 1462.19, - Buy: 1455.78, - Sell: 1455.79, - Change: 6.41, - ChangePercent: 0.44, - Volume: 338, - High: 1455.78, - Low: 1448, - YearlyHigh: 1527.3, - YearlyLow: 1236, - YearlyStart: 1381.65, - YearlyChange: 5.37, - Settlement: `Credit`, - Contract: `Options`, - Region: `Asia Pacific`, - Country: `Australia`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-09-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 548 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Natural Gas`, - Spread: 0.02, - Open: 2.094, - Price: 2.13, - Buy: 2.09, - Sell: 2.09, - Change: 0.03, - ChangePercent: 1.16, - Volume: 2783, - High: 2.11, - Low: 2.09, - YearlyHigh: 3.2, - YearlyLow: 1.84, - YearlyStart: 2.52, - YearlyChange: -16.51, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Europe`, - Country: `Iceland`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `American Airlines`, - Maturity: `2022-06-19`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 549 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `DOW Future`, - Spread: 0.01, - Open: 17711, - Price: 17563.37, - Buy: 17712.15, - Sell: 17712.16, - Change: -148.78, - ChangePercent: -0.84, - Volume: 22236, - High: 17727, - Low: 17642, - YearlyHigh: 18083, - YearlyLow: 15299, - YearlyStart: 16691, - YearlyChange: 6.12, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Asia Pacific`, - Country: `Japan`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-02-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 550 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Copper`, - Spread: 0.02, - Open: 2.123, - Price: 2.13, - Buy: 2.12, - Sell: 2.12, - Change: 0.02, - ChangePercent: 0.84, - Volume: 28819, - High: 2.16, - Low: 2.11, - YearlyHigh: 2.94, - YearlyLow: 1.96, - YearlyStart: 2.45, - YearlyChange: -13.76, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Asia Pacific`, - Country: `India`, - Risk: `High`, - Sector: `Private`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-02-19`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 551 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Lumber`, - Spread: 0.01, - Open: 303.9, - Price: 309.11, - Buy: 304.59, - Sell: 304.6, - Change: 4.51, - ChangePercent: 1.48, - Volume: 2, - High: 304.6, - Low: 303.9, - YearlyHigh: 317.1, - YearlyLow: 236, - YearlyStart: 276.55, - YearlyChange: 10.14, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Middle East`, - Country: `Israel`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-06-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 552 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/CAD`, - Spread: 0.02, - Open: 0.7744, - Price: 0.95, - Buy: 0.94, - Sell: 0.96, - Change: 0, - ChangePercent: 0.04, - Volume: 13669, - High: 0.95, - Low: 0.77, - YearlyHigh: 0.95, - YearlyLow: 0.68, - YearlyStart: 0.76, - YearlyChange: 26.43, - Settlement: `Credit`, - Contract: `CFD`, - Region: `Middle East`, - Country: `Israel`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-02-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 553 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/CAD`, - Spread: 0.02, - Open: 0.7744, - Price: 0.94, - Buy: 0.94, - Sell: 0.96, - Change: -0.01, - ChangePercent: -1.88, - Volume: 13669, - High: 0.95, - Low: 0.77, - YearlyHigh: 0.95, - YearlyLow: 0.68, - YearlyStart: 0.76, - YearlyChange: 26.43, - Settlement: `Credit`, - Contract: `Forwards`, - Region: `Middle East`, - Country: `Syria`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-09-11`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 554 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `DOW Future`, - Spread: 0.01, - Open: 17711, - Price: 17506.69, - Buy: 17712.15, - Sell: 17712.16, - Change: -205.46, - ChangePercent: -1.16, - Volume: 22236, - High: 17727, - Low: 17642, - YearlyHigh: 18083, - YearlyLow: 15299, - YearlyStart: 16691, - YearlyChange: 6.12, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Africa`, - Country: `Tunisia`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `High`, - Issuer: `FedEx`, - Maturity: `2022-07-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 555 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Gold`, - Spread: 0.01, - Open: 1281.1, - Price: 1278.68, - Buy: 1280.73, - Sell: 1280.74, - Change: -2.05, - ChangePercent: -0.16, - Volume: 48387, - High: 1289.5, - Low: 1279.1, - YearlyHigh: 1306, - YearlyLow: 1047.2, - YearlyStart: 1176.6, - YearlyChange: 8.85, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Europe`, - Country: `Ireland`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-04-11`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 556 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `Lean Hogs`, - Spread: 0.01, - Open: 81.275, - Price: 83.19, - Buy: 81.81, - Sell: 81.82, - Change: 1.38, - ChangePercent: 1.68, - Volume: 1, - High: 81.81, - Low: 81.28, - YearlyHigh: 83.98, - YearlyLow: 70.25, - YearlyStart: 77.11, - YearlyChange: 6.09, - Settlement: `Loan`, - Contract: `Options`, - Region: `North America`, - Country: `Mexico`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `American Airlines`, - Maturity: `2022-08-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 557 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Gold`, - Spread: 0.01, - Open: 1281.1, - Price: 1281.24, - Buy: 1280.73, - Sell: 1280.74, - Change: 0.51, - ChangePercent: 0.04, - Volume: 48387, - High: 1289.5, - Low: 1279.1, - YearlyHigh: 1306, - YearlyLow: 1047.2, - YearlyStart: 1176.6, - YearlyChange: 8.85, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Europe`, - Country: `Switzerland`, - Risk: `Low`, - Sector: `Government`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `FedEx`, - Maturity: `2022-07-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 558 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Coffee`, - Spread: 0.01, - Open: 125.7, - Price: 125.59, - Buy: 125.7, - Sell: 125.7, - Change: -0.1, - ChangePercent: -0.08, - Volume: 1654, - High: 125.8, - Low: 125, - YearlyHigh: 155.75, - YearlyLow: 115.35, - YearlyStart: 135.55, - YearlyChange: -7.27, - Settlement: `Credit`, - Contract: `Futures`, - Region: `Asia Pacific`, - Country: `Japan`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `Poor`, - Issuer: `American Airlines`, - Maturity: `2022-06-21`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 559 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soy Meat`, - Spread: 0.01, - Open: 342.6, - Price: 341.39, - Buy: 342.6, - Sell: 342.6, - Change: -1.23, - ChangePercent: -0.36, - Volume: 5646, - High: 345.4, - Low: 340.3, - YearlyHigh: 353.4, - YearlyLow: 261.7, - YearlyStart: 307.55, - YearlyChange: 11.4, - Settlement: `Loan`, - Contract: `Futures`, - Region: `Middle East`, - Country: `Israel`, - Risk: `High`, - Sector: `Public`, - Currency: `USD`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-05-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 560 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Platinum`, - Spread: 0.01, - Open: 1071.6, - Price: 1067.67, - Buy: 1071.09, - Sell: 1071.1, - Change: -3.43, - ChangePercent: -0.32, - Volume: 3039, - High: 1081.2, - Low: 1070.5, - YearlyHigh: 1120.6, - YearlyLow: 812.4, - YearlyStart: 966.5, - YearlyChange: 10.82, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Asia Pacific`, - Country: `Taiwan`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `High`, - Issuer: `FedEx`, - Maturity: `2022-02-24`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 561 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `Euro$ 3M`, - Spread: 0.01, - Open: 99.18, - Price: 99.33, - Buy: 99.18, - Sell: 99.18, - Change: 0.16, - ChangePercent: 0.16, - Volume: 29509, - High: 99.18, - Low: 99.17, - YearlyHigh: 99.38, - YearlyLow: 98.41, - YearlyStart: 98.89, - YearlyChange: 0.28, - Settlement: `Cash`, - Contract: `Futures`, - Region: `South America`, - Country: `Brazil`, - Risk: `High`, - Sector: `Private`, - Currency: `PLN`, - Security: `High`, - Issuer: `American Airlines`, - Maturity: `2022-08-10`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 562 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `BTC/USD`, - Spread: 0.06, - Open: 93.88, - Price: 20740.36, - Buy: 21200.76, - Sell: 21400.78, - Change: -260.41, - ChangePercent: -1.24, - Volume: 5788000, - High: 22400.05, - Low: 20100.75, - YearlyHigh: 62400.7, - YearlyLow: 15100.88, - YearlyStart: 21200.29, - YearlyChange: -20.62, - Settlement: `Loan`, - Contract: `Forwards`, - Region: `Asia Pacific`, - Country: `New Zealand`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-07-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 563 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `OJ Future`, - Spread: 0.01, - Open: 140.6, - Price: 141.48, - Buy: 140.18, - Sell: 140.19, - Change: 1.29, - ChangePercent: 0.92, - Volume: 7, - High: 140.19, - Low: 0, - YearlyHigh: 155.95, - YearlyLow: 113, - YearlyStart: 134.47, - YearlyChange: 4.25, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Europe`, - Country: `Bulgaria`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-03-19`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 564 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/CHF`, - Spread: 0.02, - Open: 1.0337, - Price: 1.05, - Buy: 1.03, - Sell: 1.03, - Change: 0.01, - ChangePercent: 0.28, - Volume: 5550, - High: 1.03, - Low: 1.03, - YearlyHigh: 1.11, - YearlyLow: 0.98, - YearlyStart: 1.04, - YearlyChange: -0.12, - Settlement: `Loan`, - Contract: `Swap`, - Region: `South America`, - Country: `Bolivia`, - Risk: `Low`, - Sector: `Government`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-09-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 565 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/CHF`, - Spread: 0.02, - Open: 1.0337, - Price: 1.04, - Buy: 1.03, - Sell: 1.03, - Change: 0, - ChangePercent: -0.4, - Volume: 5550, - High: 1.03, - Low: 1.03, - YearlyHigh: 1.11, - YearlyLow: 0.98, - YearlyStart: 1.04, - YearlyChange: -0.12, - Settlement: `Cash`, - Contract: `Options`, - Region: `Asia Pacific`, - Country: `Indonesia`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-09-11`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 566 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Sugar`, - Spread: 0.01, - Open: 15.68, - Price: 14.87, - Buy: 14.67, - Sell: 14.68, - Change: 0.2, - ChangePercent: 1.32, - Volume: 4949, - High: 15.7, - Low: 14.67, - YearlyHigh: 16.87, - YearlyLow: 11.37, - YearlyStart: 14.12, - YearlyChange: 3.92, - Settlement: `Loan`, - Contract: `Futures`, - Region: `Middle East`, - Country: `Iran`, - Risk: `Low`, - Sector: `Government`, - Currency: `USD`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-04-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 567 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Coal`, - Spread: 0.015, - Open: 0.4363, - Price: 0.41, - Buy: 0.44, - Sell: 0.44, - Change: -0.01, - ChangePercent: -0.96, - Volume: 3, - High: 0.44, - Low: 0.44, - YearlyHigh: 0.48, - YearlyLow: 0.4, - YearlyStart: 0.44, - YearlyChange: -5.33, - Settlement: `Cash`, - Contract: `Options`, - Region: `Europe`, - Country: `Belgium`, - Risk: `Low`, - Sector: `Public`, - Currency: `USD`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-02-19`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 568 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Corn`, - Spread: 0.01, - Open: 379.5, - Price: 379.35, - Buy: 379.8, - Sell: 379.81, - Change: -0.45, - ChangePercent: -0.12, - Volume: 11266, - High: 381, - Low: 377.75, - YearlyHigh: 471.25, - YearlyLow: 351.25, - YearlyStart: 411.25, - YearlyChange: -7.65, - Settlement: `Cash`, - Contract: `Options`, - Region: `Asia Pacific`, - Country: `Korea`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `FedEx`, - Maturity: `2022-02-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 569 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `US 30YR Future`, - Spread: 0.01, - Open: 164.875, - Price: 163.5, - Buy: 164.15, - Sell: 164.16, - Change: -0.66, - ChangePercent: -0.4, - Volume: 28012, - High: 165.25, - Low: 164.04, - YearlyHigh: 169.38, - YearlyLow: 151.47, - YearlyStart: 160.43, - YearlyChange: 2.33, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Asia Pacific`, - Country: `Pakistan`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-02-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 570 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `FD Cattle`, - Spread: 0.01, - Open: 147.175, - Price: 149.68, - Buy: 148.6, - Sell: 148.61, - Change: 1.07, - ChangePercent: 0.72, - Volume: 5, - High: 148.61, - Low: 147.18, - YearlyHigh: 190, - YearlyLow: 138.1, - YearlyStart: 164.05, - YearlyChange: -9.41, - Settlement: `Cash`, - Contract: `CFD`, - Region: `Asia Pacific`, - Country: `Azerbaijan`, - Risk: `High`, - Sector: `Public`, - Currency: `USD`, - Security: `Poor`, - Issuer: `American Airlines`, - Maturity: `2022-05-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 571 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/JPY`, - Spread: 0.02, - Open: 9275.5, - Price: 9140.03, - Buy: 9277.32, - Sell: 9277.34, - Change: -137.3, - ChangePercent: -1.48, - Volume: 47734, - High: 9277.33, - Low: 0.93, - YearlyHigh: 9483, - YearlyLow: 0.93, - YearlyStart: 4741.97, - YearlyChange: 95.64, - Settlement: `Credit`, - Contract: `Options`, - Region: `Asia Pacific`, - Country: `New Zealand`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `Poor`, - Issuer: `FedEx`, - Maturity: `2022-04-21`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 572 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `FD Cattle`, - Spread: 0.01, - Open: 147.175, - Price: 149.14, - Buy: 148.6, - Sell: 148.61, - Change: 0.53, - ChangePercent: 0.36, - Volume: 5, - High: 148.61, - Low: 147.18, - YearlyHigh: 190, - YearlyLow: 138.1, - YearlyStart: 164.05, - YearlyChange: -9.41, - Settlement: `Credit`, - Contract: `CFD`, - Region: `Middle East`, - Country: `Bahrain`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-06-23`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 573 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Silver`, - Spread: 0.01, - Open: 17.43, - Price: 17.62, - Buy: 17.43, - Sell: 17.43, - Change: 0.2, - ChangePercent: 1.12, - Volume: 11720, - High: 17.51, - Low: 17.37, - YearlyHigh: 18.06, - YearlyLow: 13.73, - YearlyStart: 15.89, - YearlyChange: 9.59, - Settlement: `Cash`, - Contract: `Options`, - Region: `North America`, - Country: `United States`, - Risk: `High`, - Sector: `Public`, - Currency: `USD`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-02-10`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 574 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Lumber`, - Spread: 0.01, - Open: 303.9, - Price: 302.65, - Buy: 304.59, - Sell: 304.6, - Change: -1.95, - ChangePercent: -0.64, - Volume: 2, - High: 304.6, - Low: 303.9, - YearlyHigh: 317.1, - YearlyLow: 236, - YearlyStart: 276.55, - YearlyChange: 10.14, - Settlement: `Cash`, - Contract: `Futures`, - Region: `South America`, - Country: `Colombia`, - Risk: `Low`, - Sector: `Public`, - Currency: `USD`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-01-21`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 575 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Uranium`, - Spread: 0.02, - Open: 27.55, - Price: 27.19, - Buy: 27.55, - Sell: 27.55, - Change: -0.39, - ChangePercent: -1.4, - Volume: 12, - High: 27.55, - Low: 27.55, - YearlyHigh: 29.32, - YearlyLow: 21.28, - YearlyStart: 25.3, - YearlyChange: 9.01, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Europe`, - Country: `Sweden`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-05-16`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 576 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soy oil`, - Spread: 0.01, - Open: 33.26, - Price: 33.38, - Buy: 33.77, - Sell: 33.78, - Change: -0.39, - ChangePercent: -1.16, - Volume: 10592, - High: 33.77, - Low: 33.06, - YearlyHigh: 35.43, - YearlyLow: 26.61, - YearlyStart: 31.02, - YearlyChange: 8.87, - Settlement: `Credit`, - Contract: `CFD`, - Region: `South America`, - Country: `Paraguay`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-06-19`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 577 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `FD Cattle`, - Spread: 0.01, - Open: 147.175, - Price: 148.25, - Buy: 148.6, - Sell: 148.61, - Change: -0.36, - ChangePercent: -0.24, - Volume: 5, - High: 148.61, - Low: 147.18, - YearlyHigh: 190, - YearlyLow: 138.1, - YearlyStart: 164.05, - YearlyChange: -9.41, - Settlement: `Credit`, - Contract: `Options`, - Region: `Europe`, - Country: `Italy`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-06-10`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 578 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Coal`, - Spread: 0.015, - Open: 0.4363, - Price: 0.41, - Buy: 0.44, - Sell: 0.44, - Change: -0.01, - ChangePercent: -1.12, - Volume: 3, - High: 0.44, - Low: 0.44, - YearlyHigh: 0.48, - YearlyLow: 0.4, - YearlyStart: 0.44, - YearlyChange: -5.33, - Settlement: `Cash`, - Contract: `CFD`, - Region: `Middle East`, - Country: `UAE`, - Risk: `Low`, - Sector: `Government`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-04-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 579 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `Lean Hogs`, - Spread: 0.01, - Open: 81.275, - Price: 83.25, - Buy: 81.81, - Sell: 81.82, - Change: 1.44, - ChangePercent: 1.76, - Volume: 1, - High: 81.81, - Low: 81.28, - YearlyHigh: 83.98, - YearlyLow: 70.25, - YearlyStart: 77.11, - YearlyChange: 6.09, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Asia Pacific`, - Country: `Taiwan`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-08-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 580 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `LV Cattle`, - Spread: 0.01, - Open: 120.725, - Price: 119.5, - Buy: 120.72, - Sell: 120.72, - Change: -1.2, - ChangePercent: -1, - Volume: 4, - High: 120.72, - Low: 120.72, - YearlyHigh: 147.98, - YearlyLow: 113.9, - YearlyStart: 130.94, - YearlyChange: -7.82, - Settlement: `Credit`, - Contract: `Futures`, - Region: `Middle East`, - Country: `Turkey`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `High`, - Issuer: `American Airlines`, - Maturity: `2022-04-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 581 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Gold`, - Spread: 0.01, - Open: 1281.1, - Price: 1285.85, - Buy: 1280.73, - Sell: 1280.74, - Change: 5.12, - ChangePercent: 0.4, - Volume: 48387, - High: 1289.5, - Low: 1279.1, - YearlyHigh: 1306, - YearlyLow: 1047.2, - YearlyStart: 1176.6, - YearlyChange: 8.85, - Settlement: `Cash`, - Contract: `Options`, - Region: `Middle East`, - Country: `Jordan`, - Risk: `High`, - Sector: `Public`, - Currency: `PLN`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-05-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 582 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/CAD`, - Spread: 0.02, - Open: 0.7744, - Price: 0.97, - Buy: 0.94, - Sell: 0.96, - Change: 0.02, - ChangePercent: 1.88, - Volume: 13669, - High: 0.95, - Low: 0.77, - YearlyHigh: 0.95, - YearlyLow: 0.68, - YearlyStart: 0.76, - YearlyChange: 26.43, - Settlement: `Credit`, - Contract: `Options`, - Region: `Middle East`, - Country: `Kuwait`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-08-21`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 583 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `NAS Future`, - Spread: 0.01, - Open: 4341.25, - Price: 4303.08, - Buy: 4341.25, - Sell: 4341.25, - Change: -38.2, - ChangePercent: -0.88, - Volume: 18259, - High: 4347, - Low: 4318, - YearlyHigh: 4719.75, - YearlyLow: 3867.75, - YearlyStart: 4293.75, - YearlyChange: 1.11, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Asia Pacific`, - Country: `Singapore`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-02-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 584 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `Euro$ 3M`, - Spread: 0.01, - Open: 99.18, - Price: 98.65, - Buy: 99.18, - Sell: 99.18, - Change: -0.52, - ChangePercent: -0.52, - Volume: 29509, - High: 99.18, - Low: 99.17, - YearlyHigh: 99.38, - YearlyLow: 98.41, - YearlyStart: 98.89, - YearlyChange: 0.28, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Asia Pacific`, - Country: `Azerbaijan`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-08-23`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 585 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Lumber`, - Spread: 0.01, - Open: 303.9, - Price: 309.84, - Buy: 304.59, - Sell: 304.6, - Change: 5.24, - ChangePercent: 1.72, - Volume: 2, - High: 304.6, - Low: 303.9, - YearlyHigh: 317.1, - YearlyLow: 236, - YearlyStart: 276.55, - YearlyChange: 10.14, - Settlement: `Cash`, - Contract: `CFD`, - Region: `Asia Pacific`, - Country: `China`, - Risk: `Low`, - Sector: `Government`, - Currency: `USD`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-03-27`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 586 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `Euro$ 3M`, - Spread: 0.01, - Open: 99.18, - Price: 98.22, - Buy: 99.18, - Sell: 99.18, - Change: -0.95, - ChangePercent: -0.96, - Volume: 29509, - High: 99.18, - Low: 99.17, - YearlyHigh: 99.38, - YearlyLow: 98.41, - YearlyStart: 98.89, - YearlyChange: 0.28, - Settlement: `Credit`, - Contract: `Forwards`, - Region: `Asia Pacific`, - Country: `Thailand`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-02-21`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 587 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `AUD/USD`, - Spread: 0.02, - Open: 0.7344, - Price: 0.74, - Buy: 0.73, - Sell: 0.73, - Change: 0, - ChangePercent: -1.08, - Volume: 36764, - High: 0.74, - Low: 0.73, - YearlyHigh: 0.79, - YearlyLow: 0.68, - YearlyStart: 0.73, - YearlyChange: 1.28, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `Europe`, - Country: `Hungary`, - Risk: `Low`, - Sector: `Public`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-01-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 588 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Oil`, - Spread: 0.015, - Open: 45.54, - Price: 46.17, - Buy: 45.78, - Sell: 45.8, - Change: 0.38, - ChangePercent: 0.84, - Volume: 107196, - High: 45.94, - Low: 45, - YearlyHigh: 65.28, - YearlyLow: 30.79, - YearlyStart: 48.03, - YearlyChange: -4.67, - Settlement: `Loan`, - Contract: `Futures`, - Region: `Europe`, - Country: `Bulgaria`, - Risk: `High`, - Sector: `Private`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-05-23`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 589 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Uranium`, - Spread: 0.02, - Open: 27.55, - Price: 27.77, - Buy: 27.55, - Sell: 27.55, - Change: 0.19, - ChangePercent: 0.68, - Volume: 12, - High: 27.55, - Low: 27.55, - YearlyHigh: 29.32, - YearlyLow: 21.28, - YearlyStart: 25.3, - YearlyChange: 9.01, - Settlement: `Cash`, - Contract: `Swap`, - Region: `South America`, - Country: `Paraguay`, - Risk: `High`, - Sector: `Public`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-06-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 590 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `DOW Future`, - Spread: 0.01, - Open: 17711, - Price: 17740.49, - Buy: 17712.15, - Sell: 17712.16, - Change: 28.34, - ChangePercent: 0.16, - Volume: 22236, - High: 17727, - Low: 17642, - YearlyHigh: 18083, - YearlyLow: 15299, - YearlyStart: 16691, - YearlyChange: 6.12, - Settlement: `Cash`, - Contract: `Swap`, - Region: `South America`, - Country: `Guyana`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-03-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 591 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `GBP/USD`, - Spread: 0.02, - Open: 1.4464, - Price: 1.17, - Buy: 1.18, - Sell: 1.2, - Change: -0.02, - ChangePercent: -1.92, - Volume: 29450, - High: 1.45, - Low: 1.19, - YearlyHigh: 1.59, - YearlyLow: 1.19, - YearlyStart: 1.49, - YearlyChange: -19.59, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Europe`, - Country: `United Kingdom`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-05-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 592 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Wheat`, - Spread: 0.01, - Open: 465.5, - Price: 467.75, - Buy: 465.5, - Sell: 465.5, - Change: 2.23, - ChangePercent: 0.48, - Volume: 4318, - High: 467, - Low: 463.25, - YearlyHigh: 628.5, - YearlyLow: 449.5, - YearlyStart: 539, - YearlyChange: -13.63, - Settlement: `Credit`, - Contract: `Futures`, - Region: `Asia Pacific`, - Country: `New Zealand`, - Risk: `Low`, - Sector: `Public`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `American Airlines`, - Maturity: `2022-03-19`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 593 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `FD Cattle`, - Spread: 0.01, - Open: 147.175, - Price: 147.24, - Buy: 148.6, - Sell: 148.61, - Change: -1.37, - ChangePercent: -0.92, - Volume: 5, - High: 148.61, - Low: 147.18, - YearlyHigh: 190, - YearlyLow: 138.1, - YearlyStart: 164.05, - YearlyChange: -9.41, - Settlement: `Loan`, - Contract: `CFD`, - Region: `Europe`, - Country: `United Kingdom`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-05-11`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 594 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Natural Gas`, - Spread: 0.02, - Open: 2.094, - Price: 2.09, - Buy: 2.09, - Sell: 2.09, - Change: -0.01, - ChangePercent: -0.76, - Volume: 2783, - High: 2.11, - Low: 2.09, - YearlyHigh: 3.2, - YearlyLow: 1.84, - YearlyStart: 2.52, - YearlyChange: -16.51, - Settlement: `Cash`, - Contract: `Options`, - Region: `Europe`, - Country: `Slovakia`, - Risk: `High`, - Sector: `Government`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-06-11`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 595 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Cotton`, - Spread: 0.01, - Open: 61.77, - Price: 62.95, - Buy: 61.77, - Sell: 61.77, - Change: 1.19, - ChangePercent: 1.92, - Volume: 3612, - High: 62.06, - Low: 61.32, - YearlyHigh: 67.59, - YearlyLow: 54.33, - YearlyStart: 60.96, - YearlyChange: 1.31, - Settlement: `Loan`, - Contract: `Forwards`, - Region: `North America`, - Country: `Canada`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-01-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 596 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Wheat`, - Spread: 0.01, - Open: 465.5, - Price: 463.66, - Buy: 465.5, - Sell: 465.5, - Change: -1.86, - ChangePercent: -0.4, - Volume: 4318, - High: 467, - Low: 463.25, - YearlyHigh: 628.5, - YearlyLow: 449.5, - YearlyStart: 539, - YearlyChange: -13.63, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `North America`, - Country: `Canada`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `High`, - Issuer: `FedEx`, - Maturity: `2022-07-11`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 597 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `OJ Future`, - Spread: 0.01, - Open: 140.6, - Price: 140.58, - Buy: 140.18, - Sell: 140.19, - Change: 0.39, - ChangePercent: 0.28, - Volume: 7, - High: 140.19, - Low: 0, - YearlyHigh: 155.95, - YearlyLow: 113, - YearlyStart: 134.47, - YearlyChange: 4.25, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Europe`, - Country: `France`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-05-23`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 598 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `LV Cattle`, - Spread: 0.01, - Open: 120.725, - Price: 119.3, - Buy: 120.72, - Sell: 120.72, - Change: -1.41, - ChangePercent: -1.16, - Volume: 4, - High: 120.72, - Low: 120.72, - YearlyHigh: 147.98, - YearlyLow: 113.9, - YearlyStart: 130.94, - YearlyChange: -7.82, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Africa`, - Country: `Senegal`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-03-11`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 599 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Oil`, - Spread: 0.015, - Open: 45.54, - Price: 45.41, - Buy: 45.78, - Sell: 45.8, - Change: -0.38, - ChangePercent: -0.84, - Volume: 107196, - High: 45.94, - Low: 45, - YearlyHigh: 65.28, - YearlyLow: 30.79, - YearlyStart: 48.03, - YearlyChange: -4.67, - Settlement: `Cash`, - Contract: `Options`, - Region: `Africa`, - Country: `Algeria`, - Risk: `Low`, - Sector: `Government`, - Currency: `PLN`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-06-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 600 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Silver`, - Spread: 0.01, - Open: 17.43, - Price: 17.2, - Buy: 17.43, - Sell: 17.43, - Change: -0.22, - ChangePercent: -1.24, - Volume: 11720, - High: 17.51, - Low: 17.37, - YearlyHigh: 18.06, - YearlyLow: 13.73, - YearlyStart: 15.89, - YearlyChange: 9.59, - Settlement: `Loan`, - Contract: `Forwards`, - Region: `Europe`, - Country: `Germany`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-08-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 601 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Lumber`, - Spread: 0.01, - Open: 303.9, - Price: 302.41, - Buy: 304.59, - Sell: 304.6, - Change: -2.19, - ChangePercent: -0.72, - Volume: 2, - High: 304.6, - Low: 303.9, - YearlyHigh: 317.1, - YearlyLow: 236, - YearlyStart: 276.55, - YearlyChange: 10.14, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Africa`, - Country: `Tunisia`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-04-21`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 602 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `US 30YR Future`, - Spread: 0.01, - Open: 164.875, - Price: 164.49, - Buy: 164.15, - Sell: 164.16, - Change: 0.33, - ChangePercent: 0.2, - Volume: 28012, - High: 165.25, - Low: 164.04, - YearlyHigh: 169.38, - YearlyLow: 151.47, - YearlyStart: 160.43, - YearlyChange: 2.33, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Middle East`, - Country: `Saudi Arabia`, - Risk: `High`, - Sector: `Public`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-03-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 603 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soy oil`, - Spread: 0.01, - Open: 33.26, - Price: 33.74, - Buy: 33.77, - Sell: 33.78, - Change: -0.03, - ChangePercent: -0.08, - Volume: 10592, - High: 33.77, - Low: 33.06, - YearlyHigh: 35.43, - YearlyLow: 26.61, - YearlyStart: 31.02, - YearlyChange: 8.87, - Settlement: `Cash`, - Contract: `Options`, - Region: `South America`, - Country: `Chile`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-04-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 604 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Corn`, - Spread: 0.01, - Open: 379.5, - Price: 383.9, - Buy: 379.8, - Sell: 379.81, - Change: 4.1, - ChangePercent: 1.08, - Volume: 11266, - High: 381, - Low: 377.75, - YearlyHigh: 471.25, - YearlyLow: 351.25, - YearlyStart: 411.25, - YearlyChange: -7.65, - Settlement: `Credit`, - Contract: `Forwards`, - Region: `North America`, - Country: `Mexico`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-02-24`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 605 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Wheat`, - Spread: 0.01, - Open: 465.5, - Price: 467.38, - Buy: 465.5, - Sell: 465.5, - Change: 1.86, - ChangePercent: 0.4, - Volume: 4318, - High: 467, - Low: 463.25, - YearlyHigh: 628.5, - YearlyLow: 449.5, - YearlyStart: 539, - YearlyChange: -13.63, - Settlement: `Credit`, - Contract: `Forwards`, - Region: `Europe`, - Country: `Bulgaria`, - Risk: `Low`, - Sector: `Public`, - Currency: `USD`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-02-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 606 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soy Meat`, - Spread: 0.01, - Open: 342.6, - Price: 346.05, - Buy: 342.6, - Sell: 342.6, - Change: 3.43, - ChangePercent: 1, - Volume: 5646, - High: 345.4, - Low: 340.3, - YearlyHigh: 353.4, - YearlyLow: 261.7, - YearlyStart: 307.55, - YearlyChange: 11.4, - Settlement: `Cash`, - Contract: `Options`, - Region: `Africa`, - Country: `Morocco`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-05-10`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 607 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soy Meat`, - Spread: 0.01, - Open: 342.6, - Price: 343.44, - Buy: 342.6, - Sell: 342.6, - Change: 0.82, - ChangePercent: 0.24, - Volume: 5646, - High: 345.4, - Low: 340.3, - YearlyHigh: 353.4, - YearlyLow: 261.7, - YearlyStart: 307.55, - YearlyChange: 11.4, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Asia Pacific`, - Country: `China`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-07-19`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 608 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `Euro$ 3M`, - Spread: 0.01, - Open: 99.18, - Price: 97.74, - Buy: 99.18, - Sell: 99.18, - Change: -1.43, - ChangePercent: -1.44, - Volume: 29509, - High: 99.18, - Low: 99.17, - YearlyHigh: 99.38, - YearlyLow: 98.41, - YearlyStart: 98.89, - YearlyChange: 0.28, - Settlement: `Credit`, - Contract: `Options`, - Region: `South America`, - Country: `Colombia`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-05-19`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 609 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `US 30YR Future`, - Spread: 0.01, - Open: 164.875, - Price: 165.87, - Buy: 164.15, - Sell: 164.16, - Change: 1.71, - ChangePercent: 1.04, - Volume: 28012, - High: 165.25, - Low: 164.04, - YearlyHigh: 169.38, - YearlyLow: 151.47, - YearlyStart: 160.43, - YearlyChange: 2.33, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Asia Pacific`, - Country: `Malaysia`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `FedEx`, - Maturity: `2022-05-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 610 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Palladium`, - Spread: 0.01, - Open: 600.55, - Price: 590.42, - Buy: 601, - Sell: 601.01, - Change: -10.58, - ChangePercent: -1.76, - Volume: 651, - High: 607.2, - Low: 598.4, - YearlyHigh: 690, - YearlyLow: 458.6, - YearlyStart: 574.3, - YearlyChange: 4.65, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Middle East`, - Country: `Jordan`, - Risk: `High`, - Sector: `Private`, - Currency: `PLN`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-07-11`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 611 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Oil`, - Spread: 0.015, - Open: 45.54, - Price: 46.47, - Buy: 45.78, - Sell: 45.8, - Change: 0.68, - ChangePercent: 1.48, - Volume: 107196, - High: 45.94, - Low: 45, - YearlyHigh: 65.28, - YearlyLow: 30.79, - YearlyStart: 48.03, - YearlyChange: -4.67, - Settlement: `Cash`, - Contract: `Options`, - Region: `Middle East`, - Country: `Saudi Arabia`, - Risk: `Low`, - Sector: `Public`, - Currency: `USD`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-01-27`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 612 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Lumber`, - Spread: 0.01, - Open: 303.9, - Price: 300.7, - Buy: 304.59, - Sell: 304.6, - Change: -3.9, - ChangePercent: -1.28, - Volume: 2, - High: 304.6, - Low: 303.9, - YearlyHigh: 317.1, - YearlyLow: 236, - YearlyStart: 276.55, - YearlyChange: 10.14, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Middle East`, - Country: `Qatar`, - Risk: `High`, - Sector: `Government`, - Currency: `USD`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-05-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 613 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `DOW Future`, - Spread: 0.01, - Open: 17711, - Price: 17584.62, - Buy: 17712.15, - Sell: 17712.16, - Change: -127.53, - ChangePercent: -0.72, - Volume: 22236, - High: 17727, - Low: 17642, - YearlyHigh: 18083, - YearlyLow: 15299, - YearlyStart: 16691, - YearlyChange: 6.12, - Settlement: `Credit`, - Contract: `Options`, - Region: `South America`, - Country: `Peru`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-07-10`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 614 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Milk`, - Spread: 0.01, - Open: 12.87, - Price: 12.75, - Buy: 12.87, - Sell: 12.87, - Change: -0.11, - ChangePercent: -0.88, - Volume: 7, - High: 12.89, - Low: 12.81, - YearlyHigh: 16.96, - YearlyLow: 12.81, - YearlyStart: 14.88, - YearlyChange: -13.6, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Europe`, - Country: `Ireland`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-02-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 615 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `DOW Future`, - Spread: 0.01, - Open: 17711, - Price: 17733.41, - Buy: 17712.15, - Sell: 17712.16, - Change: 21.26, - ChangePercent: 0.12, - Volume: 22236, - High: 17727, - Low: 17642, - YearlyHigh: 18083, - YearlyLow: 15299, - YearlyStart: 16691, - YearlyChange: 6.12, - Settlement: `Cash`, - Contract: `Options`, - Region: `Middle East`, - Country: `Iraq`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-04-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 616 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Corn`, - Spread: 0.01, - Open: 379.5, - Price: 376.16, - Buy: 379.8, - Sell: 379.81, - Change: -3.64, - ChangePercent: -0.96, - Volume: 11266, - High: 381, - Low: 377.75, - YearlyHigh: 471.25, - YearlyLow: 351.25, - YearlyStart: 411.25, - YearlyChange: -7.65, - Settlement: `Credit`, - Contract: `Swap`, - Region: `North America`, - Country: `Canada`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-05-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 617 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P Future`, - Spread: 0.01, - Open: 2057.5, - Price: 2068.12, - Buy: 2056.6, - Sell: 2056.61, - Change: 11.52, - ChangePercent: 0.56, - Volume: 142780, - High: 2059.5, - Low: 2049, - YearlyHigh: 2105.5, - YearlyLow: 1794.5, - YearlyStart: 1950, - YearlyChange: 5.47, - Settlement: `Loan`, - Contract: `CFD`, - Region: `Asia Pacific`, - Country: `Korea`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-09-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 618 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `OJ Future`, - Spread: 0.01, - Open: 140.6, - Price: 141.03, - Buy: 140.18, - Sell: 140.19, - Change: 0.84, - ChangePercent: 0.6, - Volume: 7, - High: 140.19, - Low: 0, - YearlyHigh: 155.95, - YearlyLow: 113, - YearlyStart: 134.47, - YearlyChange: 4.25, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Asia Pacific`, - Country: `Taiwan`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `FedEx`, - Maturity: `2022-04-27`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 619 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Coal`, - Spread: 0.015, - Open: 0.4363, - Price: 0.42, - Buy: 0.44, - Sell: 0.44, - Change: 0, - ChangePercent: 1.4, - Volume: 3, - High: 0.44, - Low: 0.44, - YearlyHigh: 0.48, - YearlyLow: 0.4, - YearlyStart: 0.44, - YearlyChange: -5.33, - Settlement: `Cash`, - Contract: `Swap`, - Region: `North America`, - Country: `United States`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-05-27`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 620 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `OJ Future`, - Spread: 0.01, - Open: 140.6, - Price: 139.46, - Buy: 140.18, - Sell: 140.19, - Change: -0.73, - ChangePercent: -0.52, - Volume: 7, - High: 140.19, - Low: 0, - YearlyHigh: 155.95, - YearlyLow: 113, - YearlyStart: 134.47, - YearlyChange: 4.25, - Settlement: `Loan`, - Contract: `Forwards`, - Region: `North America`, - Country: `United States`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-01-21`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 621 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Coffee`, - Spread: 0.01, - Open: 125.7, - Price: 125.59, - Buy: 125.7, - Sell: 125.7, - Change: -0.1, - ChangePercent: -0.08, - Volume: 1654, - High: 125.8, - Low: 125, - YearlyHigh: 155.75, - YearlyLow: 115.35, - YearlyStart: 135.55, - YearlyChange: -7.27, - Settlement: `Loan`, - Contract: `Futures`, - Region: `Asia Pacific`, - Country: `New Zealand`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-04-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 622 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Corn`, - Spread: 0.01, - Open: 379.5, - Price: 376.16, - Buy: 379.8, - Sell: 379.81, - Change: -3.64, - ChangePercent: -0.96, - Volume: 11266, - High: 381, - Low: 377.75, - YearlyHigh: 471.25, - YearlyLow: 351.25, - YearlyStart: 411.25, - YearlyChange: -7.65, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Middle East`, - Country: `Saudi Arabia`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-09-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 623 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `US 10YR Future`, - Spread: 0.01, - Open: 130.5625, - Price: 131.57, - Buy: 130.56, - Sell: 130.56, - Change: 0.99, - ChangePercent: 0.76, - Volume: 189310, - High: 130.63, - Low: 130.44, - YearlyHigh: 132.64, - YearlyLow: 125.48, - YearlyStart: 129.06, - YearlyChange: 1.18, - Settlement: `Cash`, - Contract: `Options`, - Region: `Africa`, - Country: `Algeria`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-06-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 624 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soybean`, - Spread: 0.01, - Open: 1038, - Price: 1019.51, - Buy: 1038.61, - Sell: 1038.62, - Change: -19.11, - ChangePercent: -1.84, - Volume: 20356, - High: 1044, - Low: 1031.75, - YearlyHigh: 1057, - YearlyLow: 859.5, - YearlyStart: 958.25, - YearlyChange: 8.39, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Africa`, - Country: `Ethiopia`, - Risk: `Low`, - Sector: `Government`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `American Airlines`, - Maturity: `2022-08-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 625 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Diesel`, - Spread: 0.015, - Open: 1.3474, - Price: 1.34, - Buy: 1.35, - Sell: 1.35, - Change: -0.02, - ChangePercent: -0.96, - Volume: 2971, - High: 1.36, - Low: 1.34, - YearlyHigh: 2.11, - YearlyLow: 0.92, - YearlyStart: 1.51, - YearlyChange: -10.4, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Europe`, - Country: `United Kingdom`, - Risk: `High`, - Sector: `Private`, - Currency: `PLN`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-08-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 626 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Cocoa`, - Spread: 0.01, - Open: 3076, - Price: 3124.02, - Buy: 3076, - Sell: 3076, - Change: 47.99, - ChangePercent: 1.56, - Volume: 978, - High: 3078, - Low: 3066, - YearlyHigh: 3406, - YearlyLow: 2746, - YearlyStart: 3076, - YearlyChange: 0, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Middle East`, - Country: `Qatar`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `FedEx`, - Maturity: `2022-04-22`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 627 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Oil`, - Spread: 0.015, - Open: 45.54, - Price: 45.02, - Buy: 45.78, - Sell: 45.8, - Change: -0.77, - ChangePercent: -1.68, - Volume: 107196, - High: 45.94, - Low: 45, - YearlyHigh: 65.28, - YearlyLow: 30.79, - YearlyStart: 48.03, - YearlyChange: -4.67, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Africa`, - Country: `Tunisia`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `American Airlines`, - Maturity: `2022-03-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 628 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Coal`, - Spread: 0.015, - Open: 0.4363, - Price: 0.42, - Buy: 0.44, - Sell: 0.44, - Change: 0, - ChangePercent: 0.72, - Volume: 3, - High: 0.44, - Low: 0.44, - YearlyHigh: 0.48, - YearlyLow: 0.4, - YearlyStart: 0.44, - YearlyChange: -5.33, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `South America`, - Country: `Argentina`, - Risk: `High`, - Sector: `Public`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-03-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 629 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `GBP/USD`, - Spread: 0.02, - Open: 1.4464, - Price: 1.2, - Buy: 1.18, - Sell: 1.2, - Change: 0.01, - ChangePercent: 0.72, - Volume: 29450, - High: 1.45, - Low: 1.19, - YearlyHigh: 1.59, - YearlyLow: 1.19, - YearlyStart: 1.49, - YearlyChange: -19.59, - Settlement: `Credit`, - Contract: `CFD`, - Region: `South America`, - Country: `Brazil`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-03-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 630 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Gold`, - Spread: 0.01, - Open: 1281.1, - Price: 1256.65, - Buy: 1280.73, - Sell: 1280.74, - Change: -24.08, - ChangePercent: -1.88, - Volume: 48387, - High: 1289.5, - Low: 1279.1, - YearlyHigh: 1306, - YearlyLow: 1047.2, - YearlyStart: 1176.6, - YearlyChange: 8.85, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Africa`, - Country: `Ethiopia`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-03-21`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 631 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/CAD`, - Spread: 0.02, - Open: 0.7744, - Price: 0.97, - Buy: 0.94, - Sell: 0.96, - Change: 0.02, - ChangePercent: 1.32, - Volume: 13669, - High: 0.95, - Low: 0.77, - YearlyHigh: 0.95, - YearlyLow: 0.68, - YearlyStart: 0.76, - YearlyChange: 26.43, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Asia Pacific`, - Country: `Malaysia`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `Poor`, - Issuer: `American Airlines`, - Maturity: `2022-09-24`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 632 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Natural Gas`, - Spread: 0.02, - Open: 2.094, - Price: 2.09, - Buy: 2.09, - Sell: 2.09, - Change: -0.01, - ChangePercent: -0.6, - Volume: 2783, - High: 2.11, - Low: 2.09, - YearlyHigh: 3.2, - YearlyLow: 1.84, - YearlyStart: 2.52, - YearlyChange: -16.51, - Settlement: `Cash`, - Contract: `CFD`, - Region: `Europe`, - Country: `Sweden`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-03-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 633 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Lumber`, - Spread: 0.01, - Open: 303.9, - Price: 302.89, - Buy: 304.59, - Sell: 304.6, - Change: -1.71, - ChangePercent: -0.56, - Volume: 2, - High: 304.6, - Low: 303.9, - YearlyHigh: 317.1, - YearlyLow: 236, - YearlyStart: 276.55, - YearlyChange: 10.14, - Settlement: `Loan`, - Contract: `Futures`, - Region: `Asia Pacific`, - Country: `Australia`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-08-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 634 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Lumber`, - Spread: 0.01, - Open: 303.9, - Price: 307.89, - Buy: 304.59, - Sell: 304.6, - Change: 3.29, - ChangePercent: 1.08, - Volume: 2, - High: 304.6, - Low: 303.9, - YearlyHigh: 317.1, - YearlyLow: 236, - YearlyStart: 276.55, - YearlyChange: 10.14, - Settlement: `Credit`, - Contract: `Forwards`, - Region: `Middle East`, - Country: `UAE`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-06-11`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 635 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Silver`, - Spread: 0.01, - Open: 17.43, - Price: 17.17, - Buy: 17.43, - Sell: 17.43, - Change: -0.25, - ChangePercent: -1.44, - Volume: 11720, - High: 17.51, - Low: 17.37, - YearlyHigh: 18.06, - YearlyLow: 13.73, - YearlyStart: 15.89, - YearlyChange: 9.59, - Settlement: `Cash`, - Contract: `Options`, - Region: `Europe`, - Country: `Switzerland`, - Risk: `High`, - Sector: `Government`, - Currency: `PLN`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-03-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 636 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `GBP/USD`, - Spread: 0.02, - Open: 1.4464, - Price: 1.2, - Buy: 1.18, - Sell: 1.2, - Change: 0.01, - ChangePercent: 0.32, - Volume: 29450, - High: 1.45, - Low: 1.19, - YearlyHigh: 1.59, - YearlyLow: 1.19, - YearlyStart: 1.49, - YearlyChange: -19.59, - Settlement: `Credit`, - Contract: `Futures`, - Region: `Asia Pacific`, - Country: `Indonesia`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `High`, - Issuer: `FedEx`, - Maturity: `2022-07-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 637 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Oil`, - Spread: 0.015, - Open: 45.54, - Price: 46.41, - Buy: 45.78, - Sell: 45.8, - Change: 0.62, - ChangePercent: 1.36, - Volume: 107196, - High: 45.94, - Low: 45, - YearlyHigh: 65.28, - YearlyLow: 30.79, - YearlyStart: 48.03, - YearlyChange: -4.67, - Settlement: `Credit`, - Contract: `Forwards`, - Region: `Africa`, - Country: `South Africa`, - Risk: `Low`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-03-22`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 638 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `Lean Hogs`, - Spread: 0.01, - Open: 81.275, - Price: 81.91, - Buy: 81.81, - Sell: 81.82, - Change: 0.1, - ChangePercent: 0.12, - Volume: 1, - High: 81.81, - Low: 81.28, - YearlyHigh: 83.98, - YearlyLow: 70.25, - YearlyStart: 77.11, - YearlyChange: 6.09, - Settlement: `Credit`, - Contract: `CFD`, - Region: `Middle East`, - Country: `Syria`, - Risk: `Low`, - Sector: `Public`, - Currency: `PLN`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-08-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 639 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `US 30YR Future`, - Spread: 0.01, - Open: 164.875, - Price: 164.16, - Buy: 164.15, - Sell: 164.16, - Change: 0, - ChangePercent: 0, - Volume: 28012, - High: 165.25, - Low: 164.04, - YearlyHigh: 169.38, - YearlyLow: 151.47, - YearlyStart: 160.43, - YearlyChange: 2.33, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Europe`, - Country: `Spain`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-03-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 640 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P 600 MINI`, - Spread: 0.01, - Open: 687.9, - Price: 690.91, - Buy: 687.9, - Sell: 687.9, - Change: 3.03, - ChangePercent: 0.44, - Volume: 0, - High: 0, - Low: 0, - YearlyHigh: 620.32, - YearlyLow: 595.9, - YearlyStart: 608.11, - YearlyChange: 13.12, - Settlement: `Credit`, - Contract: `Futures`, - Region: `Middle East`, - Country: `Oman`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-03-24`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 641 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `DOW Future`, - Spread: 0.01, - Open: 17711, - Price: 17924.7, - Buy: 17712.15, - Sell: 17712.16, - Change: 212.55, - ChangePercent: 1.2, - Volume: 22236, - High: 17727, - Low: 17642, - YearlyHigh: 18083, - YearlyLow: 15299, - YearlyStart: 16691, - YearlyChange: 6.12, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Middle East`, - Country: `Syria`, - Risk: `High`, - Sector: `Private`, - Currency: `PLN`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-02-24`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 642 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/CHF`, - Spread: 0.02, - Open: 1.0337, - Price: 1.04, - Buy: 1.03, - Sell: 1.03, - Change: 0, - ChangePercent: -0.36, - Volume: 5550, - High: 1.03, - Low: 1.03, - YearlyHigh: 1.11, - YearlyLow: 0.98, - YearlyStart: 1.04, - YearlyChange: -0.12, - Settlement: `Cash`, - Contract: `Options`, - Region: `Middle East`, - Country: `Oman`, - Risk: `Low`, - Sector: `Public`, - Currency: `USD`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-08-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 643 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `OJ Future`, - Spread: 0.01, - Open: 140.6, - Price: 141.65, - Buy: 140.18, - Sell: 140.19, - Change: 1.46, - ChangePercent: 1.04, - Volume: 7, - High: 140.19, - Low: 0, - YearlyHigh: 155.95, - YearlyLow: 113, - YearlyStart: 134.47, - YearlyChange: 4.25, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Africa`, - Country: `Senegal`, - Risk: `High`, - Sector: `Private`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-06-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 644 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P MID MINI`, - Spread: 0.01, - Open: 1454.3, - Price: 1473.25, - Buy: 1455.78, - Sell: 1455.79, - Change: 17.47, - ChangePercent: 1.2, - Volume: 338, - High: 1455.78, - Low: 1448, - YearlyHigh: 1527.3, - YearlyLow: 1236, - YearlyStart: 1381.65, - YearlyChange: 5.37, - Settlement: `Loan`, - Contract: `Options`, - Region: `Asia Pacific`, - Country: `China`, - Risk: `High`, - Sector: `Government`, - Currency: `PLN`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-03-11`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 645 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `Euro$ 3M`, - Spread: 0.01, - Open: 99.18, - Price: 98.06, - Buy: 99.18, - Sell: 99.18, - Change: -1.11, - ChangePercent: -1.12, - Volume: 29509, - High: 99.18, - Low: 99.17, - YearlyHigh: 99.38, - YearlyLow: 98.41, - YearlyStart: 98.89, - YearlyChange: 0.28, - Settlement: `Cash`, - Contract: `Options`, - Region: `Asia Pacific`, - Country: `Azerbaijan`, - Risk: `Low`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-05-21`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 646 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Uranium`, - Spread: 0.02, - Open: 27.55, - Price: 27.72, - Buy: 27.55, - Sell: 27.55, - Change: 0.14, - ChangePercent: 0.52, - Volume: 12, - High: 27.55, - Low: 27.55, - YearlyHigh: 29.32, - YearlyLow: 21.28, - YearlyStart: 25.3, - YearlyChange: 9.01, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Asia Pacific`, - Country: `Indonesia`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-05-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 647 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/CAD`, - Spread: 0.02, - Open: 0.7744, - Price: 0.97, - Buy: 0.94, - Sell: 0.96, - Change: 0.02, - ChangePercent: 1.96, - Volume: 13669, - High: 0.95, - Low: 0.77, - YearlyHigh: 0.95, - YearlyLow: 0.68, - YearlyStart: 0.76, - YearlyChange: 26.43, - Settlement: `Loan`, - Contract: `CFD`, - Region: `Europe`, - Country: `Slovakia`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-03-16`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 648 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Ethanol`, - Spread: 0.01, - Open: 1.512, - Price: 2.77, - Buy: 2.75, - Sell: 2.76, - Change: 0.02, - ChangePercent: 0.64, - Volume: 14, - High: 2.75, - Low: 1.12, - YearlyHigh: 2.75, - YearlyLow: 1.12, - YearlyStart: 1.48, - YearlyChange: 86.7, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Africa`, - Country: `Senegal`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-03-22`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 649 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Diesel`, - Spread: 0.015, - Open: 1.3474, - Price: 1.34, - Buy: 1.35, - Sell: 1.35, - Change: -0.02, - ChangePercent: -1.08, - Volume: 2971, - High: 1.36, - Low: 1.34, - YearlyHigh: 2.11, - YearlyLow: 0.92, - YearlyStart: 1.51, - YearlyChange: -10.4, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Middle East`, - Country: `Qatar`, - Risk: `High`, - Sector: `Public`, - Currency: `USD`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-09-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 650 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P MID MINI`, - Spread: 0.01, - Open: 1454.3, - Price: 1460.44, - Buy: 1455.78, - Sell: 1455.79, - Change: 4.66, - ChangePercent: 0.32, - Volume: 338, - High: 1455.78, - Low: 1448, - YearlyHigh: 1527.3, - YearlyLow: 1236, - YearlyStart: 1381.65, - YearlyChange: 5.37, - Settlement: `Cash`, - Contract: `CFD`, - Region: `Asia Pacific`, - Country: `China`, - Risk: `High`, - Sector: `Private`, - Currency: `PLN`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-08-21`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 651 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Oats`, - Spread: 0.01, - Open: 194.5, - Price: 195.07, - Buy: 194.21, - Sell: 194.22, - Change: 0.85, - ChangePercent: 0.44, - Volume: 64, - High: 195.75, - Low: 194, - YearlyHigh: 241.25, - YearlyLow: 183.75, - YearlyStart: 212.5, - YearlyChange: -8.6, - Settlement: `Cash`, - Contract: `Options`, - Region: `Asia Pacific`, - Country: `Hong Kong`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-01-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 652 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Palladium`, - Spread: 0.01, - Open: 600.55, - Price: 608.45, - Buy: 601, - Sell: 601.01, - Change: 7.45, - ChangePercent: 1.24, - Volume: 651, - High: 607.2, - Low: 598.4, - YearlyHigh: 690, - YearlyLow: 458.6, - YearlyStart: 574.3, - YearlyChange: 4.65, - Settlement: `Loan`, - Contract: `Futures`, - Region: `Asia Pacific`, - Country: `Japan`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `High`, - Issuer: `American Airlines`, - Maturity: `2022-02-16`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 653 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Natural Gas`, - Spread: 0.02, - Open: 2.094, - Price: 2.09, - Buy: 2.09, - Sell: 2.09, - Change: -0.01, - ChangePercent: -0.84, - Volume: 2783, - High: 2.11, - Low: 2.09, - YearlyHigh: 3.2, - YearlyLow: 1.84, - YearlyStart: 2.52, - YearlyChange: -16.51, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Africa`, - Country: `Senegal`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `FedEx`, - Maturity: `2022-01-24`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 654 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Ethanol`, - Spread: 0.01, - Open: 1.512, - Price: 2.75, - Buy: 2.75, - Sell: 2.76, - Change: 0, - ChangePercent: -0.28, - Volume: 14, - High: 2.75, - Low: 1.12, - YearlyHigh: 2.75, - YearlyLow: 1.12, - YearlyStart: 1.48, - YearlyChange: 86.7, - Settlement: `Credit`, - Contract: `Options`, - Region: `South America`, - Country: `Brazil`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-05-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 655 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `NAS Future`, - Spread: 0.01, - Open: 4341.25, - Price: 4285.71, - Buy: 4341.25, - Sell: 4341.25, - Change: -55.57, - ChangePercent: -1.28, - Volume: 18259, - High: 4347, - Low: 4318, - YearlyHigh: 4719.75, - YearlyLow: 3867.75, - YearlyStart: 4293.75, - YearlyChange: 1.11, - Settlement: `Credit`, - Contract: `Forwards`, - Region: `Africa`, - Country: `Libya`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-08-27`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 656 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Coffee`, - Spread: 0.01, - Open: 125.7, - Price: 123.83, - Buy: 125.7, - Sell: 125.7, - Change: -1.86, - ChangePercent: -1.48, - Volume: 1654, - High: 125.8, - Low: 125, - YearlyHigh: 155.75, - YearlyLow: 115.35, - YearlyStart: 135.55, - YearlyChange: -7.27, - Settlement: `Loan`, - Contract: `Forwards`, - Region: `Asia Pacific`, - Country: `Japan`, - Risk: `High`, - Sector: `Private`, - Currency: `PLN`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-04-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 657 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Platinum`, - Spread: 0.01, - Open: 1071.6, - Price: 1051.82, - Buy: 1071.09, - Sell: 1071.1, - Change: -19.28, - ChangePercent: -1.8, - Volume: 3039, - High: 1081.2, - Low: 1070.5, - YearlyHigh: 1120.6, - YearlyLow: 812.4, - YearlyStart: 966.5, - YearlyChange: 10.82, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Africa`, - Country: `Tunisia`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `High`, - Issuer: `American Airlines`, - Maturity: `2022-03-16`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 658 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soy Meat`, - Spread: 0.01, - Open: 342.6, - Price: 339.74, - Buy: 342.6, - Sell: 342.6, - Change: -2.88, - ChangePercent: -0.84, - Volume: 5646, - High: 345.4, - Low: 340.3, - YearlyHigh: 353.4, - YearlyLow: 261.7, - YearlyStart: 307.55, - YearlyChange: 11.4, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Africa`, - Country: `South Africa`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `High`, - Issuer: `American Airlines`, - Maturity: `2022-04-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 659 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `US 10YR Future`, - Spread: 0.01, - Open: 130.5625, - Price: 128.08, - Buy: 130.56, - Sell: 130.56, - Change: -2.5, - ChangePercent: -1.92, - Volume: 189310, - High: 130.63, - Low: 130.44, - YearlyHigh: 132.64, - YearlyLow: 125.48, - YearlyStart: 129.06, - YearlyChange: 1.18, - Settlement: `Cash`, - Contract: `CFD`, - Region: `Asia Pacific`, - Country: `Indonesia`, - Risk: `Low`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-06-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 660 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Cotton`, - Spread: 0.01, - Open: 61.77, - Price: 62.77, - Buy: 61.77, - Sell: 61.77, - Change: 1.01, - ChangePercent: 1.64, - Volume: 3612, - High: 62.06, - Low: 61.32, - YearlyHigh: 67.59, - YearlyLow: 54.33, - YearlyStart: 60.96, - YearlyChange: 1.31, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Middle East`, - Country: `Qatar`, - Risk: `Low`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-05-22`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 661 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `NAS Future`, - Spread: 0.01, - Open: 4341.25, - Price: 4372.54, - Buy: 4341.25, - Sell: 4341.25, - Change: 31.26, - ChangePercent: 0.72, - Volume: 18259, - High: 4347, - Low: 4318, - YearlyHigh: 4719.75, - YearlyLow: 3867.75, - YearlyStart: 4293.75, - YearlyChange: 1.11, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Africa`, - Country: `Egypt`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-02-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 662 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Gold`, - Spread: 0.01, - Open: 1281.1, - Price: 1303.78, - Buy: 1280.73, - Sell: 1280.74, - Change: 23.05, - ChangePercent: 1.8, - Volume: 48387, - High: 1289.5, - Low: 1279.1, - YearlyHigh: 1306, - YearlyLow: 1047.2, - YearlyStart: 1176.6, - YearlyChange: 8.85, - Settlement: `Credit`, - Contract: `Futures`, - Region: `Africa`, - Country: `Morocco`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `High`, - Issuer: `FedEx`, - Maturity: `2022-06-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 663 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Wheat`, - Spread: 0.01, - Open: 465.5, - Price: 466.26, - Buy: 465.5, - Sell: 465.5, - Change: 0.74, - ChangePercent: 0.16, - Volume: 4318, - High: 467, - Low: 463.25, - YearlyHigh: 628.5, - YearlyLow: 449.5, - YearlyStart: 539, - YearlyChange: -13.63, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `South America`, - Country: `Guyana`, - Risk: `Low`, - Sector: `Public`, - Currency: `PLN`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-09-19`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 664 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Cocoa`, - Spread: 0.01, - Open: 3076, - Price: 3082.18, - Buy: 3076, - Sell: 3076, - Change: 6.15, - ChangePercent: 0.2, - Volume: 978, - High: 3078, - Low: 3066, - YearlyHigh: 3406, - YearlyLow: 2746, - YearlyStart: 3076, - YearlyChange: 0, - Settlement: `Cash`, - Contract: `Options`, - Region: `Africa`, - Country: `South Africa`, - Risk: `High`, - Sector: `Private`, - Currency: `PLN`, - Security: `High`, - Issuer: `FedEx`, - Maturity: `2022-06-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 665 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Oil`, - Spread: 0.015, - Open: 45.54, - Price: 46.12, - Buy: 45.78, - Sell: 45.8, - Change: 0.33, - ChangePercent: 0.72, - Volume: 107196, - High: 45.94, - Low: 45, - YearlyHigh: 65.28, - YearlyLow: 30.79, - YearlyStart: 48.03, - YearlyChange: -4.67, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Africa`, - Country: `Senegal`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-02-23`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 666 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `DOW Future`, - Spread: 0.01, - Open: 17711, - Price: 17995.55, - Buy: 17712.15, - Sell: 17712.16, - Change: 283.4, - ChangePercent: 1.6, - Volume: 22236, - High: 17727, - Low: 17642, - YearlyHigh: 18083, - YearlyLow: 15299, - YearlyStart: 16691, - YearlyChange: 6.12, - Settlement: `Credit`, - Contract: `Futures`, - Region: `Europe`, - Country: `Romania`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-06-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 667 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Corn`, - Spread: 0.01, - Open: 379.5, - Price: 384.82, - Buy: 379.8, - Sell: 379.81, - Change: 5.02, - ChangePercent: 1.32, - Volume: 11266, - High: 381, - Low: 377.75, - YearlyHigh: 471.25, - YearlyLow: 351.25, - YearlyStart: 411.25, - YearlyChange: -7.65, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Europe`, - Country: `Romania`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-04-16`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 668 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `FD Cattle`, - Spread: 0.01, - Open: 147.175, - Price: 148.78, - Buy: 148.6, - Sell: 148.61, - Change: 0.17, - ChangePercent: 0.12, - Volume: 5, - High: 148.61, - Low: 147.18, - YearlyHigh: 190, - YearlyLow: 138.1, - YearlyStart: 164.05, - YearlyChange: -9.41, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Asia Pacific`, - Country: `Korea`, - Risk: `Low`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-07-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 669 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `LV Cattle`, - Spread: 0.01, - Open: 120.725, - Price: 121.43, - Buy: 120.72, - Sell: 120.72, - Change: 0.73, - ChangePercent: 0.6, - Volume: 4, - High: 120.72, - Low: 120.72, - YearlyHigh: 147.98, - YearlyLow: 113.9, - YearlyStart: 130.94, - YearlyChange: -7.82, - Settlement: `Cash`, - Contract: `Options`, - Region: `Europe`, - Country: `Italy`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-03-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 670 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Palladium`, - Spread: 0.01, - Open: 600.55, - Price: 610.14, - Buy: 601, - Sell: 601.01, - Change: 9.14, - ChangePercent: 1.52, - Volume: 651, - High: 607.2, - Low: 598.4, - YearlyHigh: 690, - YearlyLow: 458.6, - YearlyStart: 574.3, - YearlyChange: 4.65, - Settlement: `Loan`, - Contract: `Forwards`, - Region: `North America`, - Country: `Mexico`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-05-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 671 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `AUD/USD`, - Spread: 0.02, - Open: 0.7344, - Price: 0.76, - Buy: 0.73, - Sell: 0.73, - Change: 0.02, - ChangePercent: 1.8, - Volume: 36764, - High: 0.74, - Low: 0.73, - YearlyHigh: 0.79, - YearlyLow: 0.68, - YearlyStart: 0.73, - YearlyChange: 1.28, - Settlement: `Credit`, - Contract: `Futures`, - Region: `Africa`, - Country: `Libya`, - Risk: `High`, - Sector: `Public`, - Currency: `USD`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-02-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 672 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `AUD/USD`, - Spread: 0.02, - Open: 0.7344, - Price: 0.76, - Buy: 0.73, - Sell: 0.73, - Change: 0.02, - ChangePercent: 1.88, - Volume: 36764, - High: 0.74, - Low: 0.73, - YearlyHigh: 0.79, - YearlyLow: 0.68, - YearlyStart: 0.73, - YearlyChange: 1.28, - Settlement: `Loan`, - Contract: `Futures`, - Region: `Africa`, - Country: `Cameroon`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `High`, - Issuer: `FedEx`, - Maturity: `2022-06-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 673 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Silver`, - Spread: 0.01, - Open: 17.43, - Price: 17.58, - Buy: 17.43, - Sell: 17.43, - Change: 0.16, - ChangePercent: 0.92, - Volume: 11720, - High: 17.51, - Low: 17.37, - YearlyHigh: 18.06, - YearlyLow: 13.73, - YearlyStart: 15.89, - YearlyChange: 9.59, - Settlement: `Loan`, - Contract: `Futures`, - Region: `Europe`, - Country: `Germany`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-02-27`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 674 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soy oil`, - Spread: 0.01, - Open: 33.26, - Price: 33.7, - Buy: 33.77, - Sell: 33.78, - Change: -0.07, - ChangePercent: -0.2, - Volume: 10592, - High: 33.77, - Low: 33.06, - YearlyHigh: 35.43, - YearlyLow: 26.61, - YearlyStart: 31.02, - YearlyChange: 8.87, - Settlement: `Loan`, - Contract: `Futures`, - Region: `Africa`, - Country: `Cameroon`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-05-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 675 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Corn`, - Spread: 0.01, - Open: 379.5, - Price: 377.52, - Buy: 379.8, - Sell: 379.81, - Change: -2.28, - ChangePercent: -0.6, - Volume: 11266, - High: 381, - Low: 377.75, - YearlyHigh: 471.25, - YearlyLow: 351.25, - YearlyStart: 411.25, - YearlyChange: -7.65, - Settlement: `Loan`, - Contract: `Forwards`, - Region: `Middle East`, - Country: `Iraq`, - Risk: `Low`, - Sector: `Public`, - Currency: `USD`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-03-10`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 676 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `US 2Y Future`, - Spread: 0.01, - Open: 109.3984, - Price: 110.18, - Buy: 109.4, - Sell: 109.4, - Change: 0.79, - ChangePercent: 0.72, - Volume: 17742, - High: 109.41, - Low: 109.38, - YearlyHigh: 109.8, - YearlyLow: 108.62, - YearlyStart: 109.21, - YearlyChange: 0.16, - Settlement: `Cash`, - Contract: `Options`, - Region: `Middle East`, - Country: `Iraq`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-05-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 677 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/JPY`, - Spread: 0.02, - Open: 9275.5, - Price: 9336.71, - Buy: 9277.32, - Sell: 9277.34, - Change: 59.38, - ChangePercent: 0.64, - Volume: 47734, - High: 9277.33, - Low: 0.93, - YearlyHigh: 9483, - YearlyLow: 0.93, - YearlyStart: 4741.97, - YearlyChange: 95.64, - Settlement: `Credit`, - Contract: `Options`, - Region: `Europe`, - Country: `Czechia`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-08-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 678 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soy Meat`, - Spread: 0.01, - Open: 342.6, - Price: 348.65, - Buy: 342.6, - Sell: 342.6, - Change: 6.03, - ChangePercent: 1.76, - Volume: 5646, - High: 345.4, - Low: 340.3, - YearlyHigh: 353.4, - YearlyLow: 261.7, - YearlyStart: 307.55, - YearlyChange: 11.4, - Settlement: `Credit`, - Contract: `Futures`, - Region: `Middle East`, - Country: `Iraq`, - Risk: `Low`, - Sector: `Government`, - Currency: `USD`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-02-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 679 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `US 30YR Future`, - Spread: 0.01, - Open: 164.875, - Price: 164.75, - Buy: 164.15, - Sell: 164.16, - Change: 0.59, - ChangePercent: 0.36, - Volume: 28012, - High: 165.25, - Low: 164.04, - YearlyHigh: 169.38, - YearlyLow: 151.47, - YearlyStart: 160.43, - YearlyChange: 2.33, - Settlement: `Credit`, - Contract: `CFD`, - Region: `Asia Pacific`, - Country: `Japan`, - Risk: `Low`, - Sector: `Public`, - Currency: `PLN`, - Security: `High`, - Issuer: `FedEx`, - Maturity: `2022-08-21`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 680 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `LV Cattle`, - Spread: 0.01, - Open: 120.725, - Price: 123.02, - Buy: 120.72, - Sell: 120.72, - Change: 2.31, - ChangePercent: 1.92, - Volume: 4, - High: 120.72, - Low: 120.72, - YearlyHigh: 147.98, - YearlyLow: 113.9, - YearlyStart: 130.94, - YearlyChange: -7.82, - Settlement: `Loan`, - Contract: `Futures`, - Region: `Europe`, - Country: `Hungary`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-07-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 681 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P 600 MINI`, - Spread: 0.01, - Open: 687.9, - Price: 679.08, - Buy: 687.9, - Sell: 687.9, - Change: -8.8, - ChangePercent: -1.28, - Volume: 0, - High: 0, - Low: 0, - YearlyHigh: 620.32, - YearlyLow: 595.9, - YearlyStart: 608.11, - YearlyChange: 13.12, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Middle East`, - Country: `Lebanon`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-07-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 682 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P Future`, - Spread: 0.01, - Open: 2057.5, - Price: 2031.1, - Buy: 2056.6, - Sell: 2056.61, - Change: -25.5, - ChangePercent: -1.24, - Volume: 142780, - High: 2059.5, - Low: 2049, - YearlyHigh: 2105.5, - YearlyLow: 1794.5, - YearlyStart: 1950, - YearlyChange: 5.47, - Settlement: `Loan`, - Contract: `Options`, - Region: `Middle East`, - Country: `Saudi Arabia`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-02-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 683 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Silver`, - Spread: 0.01, - Open: 17.43, - Price: 17.17, - Buy: 17.43, - Sell: 17.43, - Change: -0.25, - ChangePercent: -1.44, - Volume: 11720, - High: 17.51, - Low: 17.37, - YearlyHigh: 18.06, - YearlyLow: 13.73, - YearlyStart: 15.89, - YearlyChange: 9.59, - Settlement: `Loan`, - Contract: `Options`, - Region: `North America`, - Country: `United States`, - Risk: `High`, - Sector: `Private`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-01-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 684 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `AUD/USD`, - Spread: 0.02, - Open: 0.7344, - Price: 0.76, - Buy: 0.73, - Sell: 0.73, - Change: 0.02, - ChangePercent: 1.68, - Volume: 36764, - High: 0.74, - Low: 0.73, - YearlyHigh: 0.79, - YearlyLow: 0.68, - YearlyStart: 0.73, - YearlyChange: 1.28, - Settlement: `Cash`, - Contract: `Options`, - Region: `Africa`, - Country: `Tunisia`, - Risk: `Low`, - Sector: `Public`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-07-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 685 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Cocoa`, - Spread: 0.01, - Open: 3076, - Price: 3116.63, - Buy: 3076, - Sell: 3076, - Change: 40.6, - ChangePercent: 1.32, - Volume: 978, - High: 3078, - Low: 3066, - YearlyHigh: 3406, - YearlyLow: 2746, - YearlyStart: 3076, - YearlyChange: 0, - Settlement: `Loan`, - Contract: `Futures`, - Region: `Asia Pacific`, - Country: `China`, - Risk: `Low`, - Sector: `Public`, - Currency: `USD`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-02-21`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 686 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Coal`, - Spread: 0.015, - Open: 0.4363, - Price: 0.42, - Buy: 0.44, - Sell: 0.44, - Change: 0, - ChangePercent: 0.72, - Volume: 3, - High: 0.44, - Low: 0.44, - YearlyHigh: 0.48, - YearlyLow: 0.4, - YearlyStart: 0.44, - YearlyChange: -5.33, - Settlement: `Cash`, - Contract: `CFD`, - Region: `Europe`, - Country: `Greece`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-02-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 687 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Gold`, - Spread: 0.01, - Open: 1281.1, - Price: 1278.17, - Buy: 1280.73, - Sell: 1280.74, - Change: -2.56, - ChangePercent: -0.2, - Volume: 48387, - High: 1289.5, - Low: 1279.1, - YearlyHigh: 1306, - YearlyLow: 1047.2, - YearlyStart: 1176.6, - YearlyChange: 8.85, - Settlement: `Loan`, - Contract: `Futures`, - Region: `Africa`, - Country: `Libya`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-03-23`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 688 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `BTC/USD`, - Spread: 0.06, - Open: 93.88, - Price: 20589.16, - Buy: 21200.76, - Sell: 21400.78, - Change: -411.61, - ChangePercent: -1.96, - Volume: 5788000, - High: 22400.05, - Low: 20100.75, - YearlyHigh: 62400.7, - YearlyLow: 15100.88, - YearlyStart: 21200.29, - YearlyChange: -20.62, - Settlement: `Credit`, - Contract: `Forwards`, - Region: `Asia Pacific`, - Country: `Australia`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-05-23`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 689 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Natural Gas`, - Spread: 0.02, - Open: 2.094, - Price: 2.08, - Buy: 2.09, - Sell: 2.09, - Change: -0.02, - ChangePercent: -1.32, - Volume: 2783, - High: 2.11, - Low: 2.09, - YearlyHigh: 3.2, - YearlyLow: 1.84, - YearlyStart: 2.52, - YearlyChange: -16.51, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Europe`, - Country: `Switzerland`, - Risk: `Low`, - Sector: `Public`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-06-19`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 690 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `OJ Future`, - Spread: 0.01, - Open: 140.6, - Price: 141.76, - Buy: 140.18, - Sell: 140.19, - Change: 1.57, - ChangePercent: 1.12, - Volume: 7, - High: 140.19, - Low: 0, - YearlyHigh: 155.95, - YearlyLow: 113, - YearlyStart: 134.47, - YearlyChange: 4.25, - Settlement: `Credit`, - Contract: `Options`, - Region: `Middle East`, - Country: `Jordan`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-02-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 691 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Copper`, - Spread: 0.02, - Open: 2.123, - Price: 2.08, - Buy: 2.12, - Sell: 2.12, - Change: -0.03, - ChangePercent: -1.56, - Volume: 28819, - High: 2.16, - Low: 2.11, - YearlyHigh: 2.94, - YearlyLow: 1.96, - YearlyStart: 2.45, - YearlyChange: -13.76, - Settlement: `Cash`, - Contract: `CFD`, - Region: `Asia Pacific`, - Country: `Hong Kong`, - Risk: `Low`, - Sector: `Public`, - Currency: `USD`, - Security: `Poor`, - Issuer: `American Airlines`, - Maturity: `2022-06-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 692 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Palladium`, - Spread: 0.01, - Open: 600.55, - Price: 599.8, - Buy: 601, - Sell: 601.01, - Change: -1.2, - ChangePercent: -0.2, - Volume: 651, - High: 607.2, - Low: 598.4, - YearlyHigh: 690, - YearlyLow: 458.6, - YearlyStart: 574.3, - YearlyChange: 4.65, - Settlement: `Credit`, - Contract: `Options`, - Region: `Asia Pacific`, - Country: `India`, - Risk: `Low`, - Sector: `Government`, - Currency: `PLN`, - Security: `High`, - Issuer: `FedEx`, - Maturity: `2022-04-24`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 693 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soy Meat`, - Spread: 0.01, - Open: 342.6, - Price: 337.96, - Buy: 342.6, - Sell: 342.6, - Change: -4.66, - ChangePercent: -1.36, - Volume: 5646, - High: 345.4, - Low: 340.3, - YearlyHigh: 353.4, - YearlyLow: 261.7, - YearlyStart: 307.55, - YearlyChange: 11.4, - Settlement: `Cash`, - Contract: `CFD`, - Region: `Asia Pacific`, - Country: `India`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-03-21`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 694 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `US 30YR Future`, - Spread: 0.01, - Open: 164.875, - Price: 164.09, - Buy: 164.15, - Sell: 164.16, - Change: -0.07, - ChangePercent: -0.04, - Volume: 28012, - High: 165.25, - Low: 164.04, - YearlyHigh: 169.38, - YearlyLow: 151.47, - YearlyStart: 160.43, - YearlyChange: 2.33, - Settlement: `Credit`, - Contract: `Futures`, - Region: `Africa`, - Country: `Ethiopia`, - Risk: `Low`, - Sector: `Public`, - Currency: `PLN`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-05-11`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 695 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soy oil`, - Spread: 0.01, - Open: 33.26, - Price: 33.5, - Buy: 33.77, - Sell: 33.78, - Change: -0.27, - ChangePercent: -0.8, - Volume: 10592, - High: 33.77, - Low: 33.06, - YearlyHigh: 35.43, - YearlyLow: 26.61, - YearlyStart: 31.02, - YearlyChange: 8.87, - Settlement: `Credit`, - Contract: `Options`, - Region: `Africa`, - Country: `Ethiopia`, - Risk: `Low`, - Sector: `Government`, - Currency: `PLN`, - Security: `High`, - Issuer: `FedEx`, - Maturity: `2022-03-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 696 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Gold`, - Spread: 0.01, - Open: 1281.1, - Price: 1257.68, - Buy: 1280.73, - Sell: 1280.74, - Change: -23.05, - ChangePercent: -1.8, - Volume: 48387, - High: 1289.5, - Low: 1279.1, - YearlyHigh: 1306, - YearlyLow: 1047.2, - YearlyStart: 1176.6, - YearlyChange: 8.85, - Settlement: `Loan`, - Contract: `Options`, - Region: `Europe`, - Country: `Italy`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-04-21`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 697 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Milk`, - Spread: 0.01, - Open: 12.87, - Price: 12.98, - Buy: 12.87, - Sell: 12.87, - Change: 0.12, - ChangePercent: 0.96, - Volume: 7, - High: 12.89, - Low: 12.81, - YearlyHigh: 16.96, - YearlyLow: 12.81, - YearlyStart: 14.88, - YearlyChange: -13.6, - Settlement: `Loan`, - Contract: `Forwards`, - Region: `North America`, - Country: `United States`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-05-22`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 698 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `AUD/USD`, - Spread: 0.02, - Open: 0.7344, - Price: 0.75, - Buy: 0.73, - Sell: 0.73, - Change: 0.01, - ChangePercent: 1.32, - Volume: 36764, - High: 0.74, - Low: 0.73, - YearlyHigh: 0.79, - YearlyLow: 0.68, - YearlyStart: 0.73, - YearlyChange: 1.28, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Europe`, - Country: `Czechia`, - Risk: `Low`, - Sector: `Public`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-07-21`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 699 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `FD Cattle`, - Spread: 0.01, - Open: 147.175, - Price: 147.66, - Buy: 148.6, - Sell: 148.61, - Change: -0.95, - ChangePercent: -0.64, - Volume: 5, - High: 148.61, - Low: 147.18, - YearlyHigh: 190, - YearlyLow: 138.1, - YearlyStart: 164.05, - YearlyChange: -9.41, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Africa`, - Country: `Cameroon`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-09-21`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 700 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Gold`, - Spread: 0.01, - Open: 1281.1, - Price: 1299.17, - Buy: 1280.73, - Sell: 1280.74, - Change: 18.44, - ChangePercent: 1.44, - Volume: 48387, - High: 1289.5, - Low: 1279.1, - YearlyHigh: 1306, - YearlyLow: 1047.2, - YearlyStart: 1176.6, - YearlyChange: 8.85, - Settlement: `Cash`, - Contract: `Swap`, - Region: `South America`, - Country: `Ecuador`, - Risk: `High`, - Sector: `Public`, - Currency: `USD`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-07-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 701 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `FD Cattle`, - Spread: 0.01, - Open: 147.175, - Price: 149.44, - Buy: 148.6, - Sell: 148.61, - Change: 0.83, - ChangePercent: 0.56, - Volume: 5, - High: 148.61, - Low: 147.18, - YearlyHigh: 190, - YearlyLow: 138.1, - YearlyStart: 164.05, - YearlyChange: -9.41, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Africa`, - Country: `Senegal`, - Risk: `High`, - Sector: `Public`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-08-23`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 702 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `DOW Future`, - Spread: 0.01, - Open: 17711, - Price: 17535.03, - Buy: 17712.15, - Sell: 17712.16, - Change: -177.12, - ChangePercent: -1, - Volume: 22236, - High: 17727, - Low: 17642, - YearlyHigh: 18083, - YearlyLow: 15299, - YearlyStart: 16691, - YearlyChange: 6.12, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Middle East`, - Country: `Kuwait`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-02-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 703 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `BTC/USD`, - Spread: 0.06, - Open: 93.88, - Price: 21101.58, - Buy: 21200.76, - Sell: 21400.78, - Change: 100.81, - ChangePercent: 0.48, - Volume: 5788000, - High: 22400.05, - Low: 20100.75, - YearlyHigh: 62400.7, - YearlyLow: 15100.88, - YearlyStart: 21200.29, - YearlyChange: -20.62, - Settlement: `Credit`, - Contract: `Options`, - Region: `Middle East`, - Country: `Israel`, - Risk: `High`, - Sector: `Private`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-06-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 704 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Coal`, - Spread: 0.015, - Open: 0.4363, - Price: 0.41, - Buy: 0.44, - Sell: 0.44, - Change: -0.01, - ChangePercent: -0.72, - Volume: 3, - High: 0.44, - Low: 0.44, - YearlyHigh: 0.48, - YearlyLow: 0.4, - YearlyStart: 0.44, - YearlyChange: -5.33, - Settlement: `Loan`, - Contract: `Options`, - Region: `North America`, - Country: `Canada`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-03-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 705 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Sugar`, - Spread: 0.01, - Open: 15.68, - Price: 14.55, - Buy: 14.67, - Sell: 14.68, - Change: -0.12, - ChangePercent: -0.84, - Volume: 4949, - High: 15.7, - Low: 14.67, - YearlyHigh: 16.87, - YearlyLow: 11.37, - YearlyStart: 14.12, - YearlyChange: 3.92, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Middle East`, - Country: `Israel`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-01-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 706 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `BTC/USD`, - Spread: 0.06, - Open: 93.88, - Price: 20656.36, - Buy: 21200.76, - Sell: 21400.78, - Change: -344.41, - ChangePercent: -1.64, - Volume: 5788000, - High: 22400.05, - Low: 20100.75, - YearlyHigh: 62400.7, - YearlyLow: 15100.88, - YearlyStart: 21200.29, - YearlyChange: -20.62, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Europe`, - Country: `Denmark`, - Risk: `High`, - Sector: `Public`, - Currency: `USD`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-02-21`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 707 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soybean`, - Spread: 0.01, - Open: 1038, - Price: 1039.03, - Buy: 1038.61, - Sell: 1038.62, - Change: 0.41, - ChangePercent: 0.04, - Volume: 20356, - High: 1044, - Low: 1031.75, - YearlyHigh: 1057, - YearlyLow: 859.5, - YearlyStart: 958.25, - YearlyChange: 8.39, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `North America`, - Country: `Canada`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-06-21`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 708 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P MID MINI`, - Spread: 0.01, - Open: 1454.3, - Price: 1430.16, - Buy: 1455.78, - Sell: 1455.79, - Change: -25.62, - ChangePercent: -1.76, - Volume: 338, - High: 1455.78, - Low: 1448, - YearlyHigh: 1527.3, - YearlyLow: 1236, - YearlyStart: 1381.65, - YearlyChange: 5.37, - Settlement: `Credit`, - Contract: `Options`, - Region: `South America`, - Country: `Chile`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `High`, - Issuer: `FedEx`, - Maturity: `2022-01-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 709 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soybean`, - Spread: 0.01, - Open: 1038, - Price: 1040.69, - Buy: 1038.61, - Sell: 1038.62, - Change: 2.07, - ChangePercent: 0.2, - Volume: 20356, - High: 1044, - Low: 1031.75, - YearlyHigh: 1057, - YearlyLow: 859.5, - YearlyStart: 958.25, - YearlyChange: 8.39, - Settlement: `Cash`, - Contract: `Options`, - Region: `South America`, - Country: `Guyana`, - Risk: `High`, - Sector: `Government`, - Currency: `USD`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-06-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 710 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `DOW Future`, - Spread: 0.01, - Open: 17711, - Price: 17924.7, - Buy: 17712.15, - Sell: 17712.16, - Change: 212.55, - ChangePercent: 1.2, - Volume: 22236, - High: 17727, - Low: 17642, - YearlyHigh: 18083, - YearlyLow: 15299, - YearlyStart: 16691, - YearlyChange: 6.12, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Middle East`, - Country: `Lebanon`, - Risk: `High`, - Sector: `Public`, - Currency: `USD`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-09-23`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 711 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `LV Cattle`, - Spread: 0.01, - Open: 120.725, - Price: 119.69, - Buy: 120.72, - Sell: 120.72, - Change: -1.02, - ChangePercent: -0.84, - Volume: 4, - High: 120.72, - Low: 120.72, - YearlyHigh: 147.98, - YearlyLow: 113.9, - YearlyStart: 130.94, - YearlyChange: -7.82, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Europe`, - Country: `United Kingdom`, - Risk: `High`, - Sector: `Government`, - Currency: `PLN`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-06-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 712 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `US 30YR Future`, - Spread: 0.01, - Open: 164.875, - Price: 163.3, - Buy: 164.15, - Sell: 164.16, - Change: -0.86, - ChangePercent: -0.52, - Volume: 28012, - High: 165.25, - Low: 164.04, - YearlyHigh: 169.38, - YearlyLow: 151.47, - YearlyStart: 160.43, - YearlyChange: 2.33, - Settlement: `Credit`, - Contract: `Futures`, - Region: `Europe`, - Country: `Portugal`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-02-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 713 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Oats`, - Spread: 0.01, - Open: 194.5, - Price: 194.61, - Buy: 194.21, - Sell: 194.22, - Change: 0.39, - ChangePercent: 0.2, - Volume: 64, - High: 195.75, - Low: 194, - YearlyHigh: 241.25, - YearlyLow: 183.75, - YearlyStart: 212.5, - YearlyChange: -8.6, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Asia Pacific`, - Country: `Thailand`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `Poor`, - Issuer: `American Airlines`, - Maturity: `2022-04-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 714 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Wheat`, - Spread: 0.01, - Open: 465.5, - Price: 468.31, - Buy: 465.5, - Sell: 465.5, - Change: 2.79, - ChangePercent: 0.6, - Volume: 4318, - High: 467, - Low: 463.25, - YearlyHigh: 628.5, - YearlyLow: 449.5, - YearlyStart: 539, - YearlyChange: -13.63, - Settlement: `Cash`, - Contract: `Swap`, - Region: `North America`, - Country: `Mexico`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-01-23`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 715 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Ethanol`, - Spread: 0.01, - Open: 1.512, - Price: 2.71, - Buy: 2.75, - Sell: 2.76, - Change: -0.04, - ChangePercent: -1.44, - Volume: 14, - High: 2.75, - Low: 1.12, - YearlyHigh: 2.75, - YearlyLow: 1.12, - YearlyStart: 1.48, - YearlyChange: 86.7, - Settlement: `Loan`, - Contract: `Futures`, - Region: `Europe`, - Country: `Croatia`, - Risk: `Low`, - Sector: `Government`, - Currency: `USD`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-08-11`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 716 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soybean`, - Spread: 0.01, - Open: 1038, - Price: 1053.16, - Buy: 1038.61, - Sell: 1038.62, - Change: 14.54, - ChangePercent: 1.4, - Volume: 20356, - High: 1044, - Low: 1031.75, - YearlyHigh: 1057, - YearlyLow: 859.5, - YearlyStart: 958.25, - YearlyChange: 8.39, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Africa`, - Country: `Libya`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-05-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 717 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soy Meat`, - Spread: 0.01, - Open: 342.6, - Price: 341.39, - Buy: 342.6, - Sell: 342.6, - Change: -1.23, - ChangePercent: -0.36, - Volume: 5646, - High: 345.4, - Low: 340.3, - YearlyHigh: 353.4, - YearlyLow: 261.7, - YearlyStart: 307.55, - YearlyChange: 11.4, - Settlement: `Cash`, - Contract: `Futures`, - Region: `South America`, - Country: `Brazil`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-04-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 718 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `US 30YR Future`, - Spread: 0.01, - Open: 164.875, - Price: 163.83, - Buy: 164.15, - Sell: 164.16, - Change: -0.33, - ChangePercent: -0.2, - Volume: 28012, - High: 165.25, - Low: 164.04, - YearlyHigh: 169.38, - YearlyLow: 151.47, - YearlyStart: 160.43, - YearlyChange: 2.33, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Middle East`, - Country: `Saudi Arabia`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-06-23`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 719 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Milk`, - Spread: 0.01, - Open: 12.87, - Price: 12.94, - Buy: 12.87, - Sell: 12.87, - Change: 0.08, - ChangePercent: 0.64, - Volume: 7, - High: 12.89, - Low: 12.81, - YearlyHigh: 16.96, - YearlyLow: 12.81, - YearlyStart: 14.88, - YearlyChange: -13.6, - Settlement: `Loan`, - Contract: `Forwards`, - Region: `Asia Pacific`, - Country: `Taiwan`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-01-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 720 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Platinum`, - Spread: 0.01, - Open: 1071.6, - Price: 1070.67, - Buy: 1071.09, - Sell: 1071.1, - Change: -0.43, - ChangePercent: -0.04, - Volume: 3039, - High: 1081.2, - Low: 1070.5, - YearlyHigh: 1120.6, - YearlyLow: 812.4, - YearlyStart: 966.5, - YearlyChange: 10.82, - Settlement: `Loan`, - Contract: `CFD`, - Region: `Africa`, - Country: `Morocco`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-02-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 721 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `DOW Future`, - Spread: 0.01, - Open: 17711, - Price: 17683.81, - Buy: 17712.15, - Sell: 17712.16, - Change: -28.34, - ChangePercent: -0.16, - Volume: 22236, - High: 17727, - Low: 17642, - YearlyHigh: 18083, - YearlyLow: 15299, - YearlyStart: 16691, - YearlyChange: 6.12, - Settlement: `Credit`, - Contract: `Forwards`, - Region: `Asia Pacific`, - Country: `Australia`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-03-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 722 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P 600 MINI`, - Spread: 0.01, - Open: 687.9, - Price: 691.18, - Buy: 687.9, - Sell: 687.9, - Change: 3.3, - ChangePercent: 0.48, - Volume: 0, - High: 0, - Low: 0, - YearlyHigh: 620.32, - YearlyLow: 595.9, - YearlyStart: 608.11, - YearlyChange: 13.12, - Settlement: `Credit`, - Contract: `Forwards`, - Region: `Asia Pacific`, - Country: `Japan`, - Risk: `Low`, - Sector: `Public`, - Currency: `EUR`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-08-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 723 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P MID MINI`, - Spread: 0.01, - Open: 1454.3, - Price: 1459.28, - Buy: 1455.78, - Sell: 1455.79, - Change: 3.5, - ChangePercent: 0.24, - Volume: 338, - High: 1455.78, - Low: 1448, - YearlyHigh: 1527.3, - YearlyLow: 1236, - YearlyStart: 1381.65, - YearlyChange: 5.37, - Settlement: `Loan`, - Contract: `Futures`, - Region: `Africa`, - Country: `Morocco`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-08-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 724 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Uranium`, - Spread: 0.02, - Open: 27.55, - Price: 27.19, - Buy: 27.55, - Sell: 27.55, - Change: -0.39, - ChangePercent: -1.4, - Volume: 12, - High: 27.55, - Low: 27.55, - YearlyHigh: 29.32, - YearlyLow: 21.28, - YearlyStart: 25.3, - YearlyChange: 9.01, - Settlement: `Cash`, - Contract: `Options`, - Region: `Asia Pacific`, - Country: `Pakistan`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-08-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 725 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Sugar`, - Spread: 0.01, - Open: 15.68, - Price: 14.74, - Buy: 14.67, - Sell: 14.68, - Change: 0.07, - ChangePercent: 0.48, - Volume: 4949, - High: 15.7, - Low: 14.67, - YearlyHigh: 16.87, - YearlyLow: 11.37, - YearlyStart: 14.12, - YearlyChange: 3.92, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Africa`, - Country: `Ethiopia`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-08-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 726 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `FD Cattle`, - Spread: 0.01, - Open: 147.175, - Price: 146.23, - Buy: 148.6, - Sell: 148.61, - Change: -2.38, - ChangePercent: -1.6, - Volume: 5, - High: 148.61, - Low: 147.18, - YearlyHigh: 190, - YearlyLow: 138.1, - YearlyStart: 164.05, - YearlyChange: -9.41, - Settlement: `Credit`, - Contract: `Options`, - Region: `Africa`, - Country: `Tunisia`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-08-11`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 727 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Ethanol`, - Spread: 0.01, - Open: 1.512, - Price: 2.8, - Buy: 2.75, - Sell: 2.76, - Change: 0.05, - ChangePercent: 1.56, - Volume: 14, - High: 2.75, - Low: 1.12, - YearlyHigh: 2.75, - YearlyLow: 1.12, - YearlyStart: 1.48, - YearlyChange: 86.7, - Settlement: `Loan`, - Contract: `Options`, - Region: `Middle East`, - Country: `Israel`, - Risk: `High`, - Sector: `Government`, - Currency: `USD`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-07-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 728 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Gold`, - Spread: 0.01, - Open: 1281.1, - Price: 1271, - Buy: 1280.73, - Sell: 1280.74, - Change: -9.73, - ChangePercent: -0.76, - Volume: 48387, - High: 1289.5, - Low: 1279.1, - YearlyHigh: 1306, - YearlyLow: 1047.2, - YearlyStart: 1176.6, - YearlyChange: 8.85, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `Europe`, - Country: `Poland`, - Risk: `Low`, - Sector: `Government`, - Currency: `PLN`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-05-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 729 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `OJ Future`, - Spread: 0.01, - Open: 140.6, - Price: 142.26, - Buy: 140.18, - Sell: 140.19, - Change: 2.07, - ChangePercent: 1.48, - Volume: 7, - High: 140.19, - Low: 0, - YearlyHigh: 155.95, - YearlyLow: 113, - YearlyStart: 134.47, - YearlyChange: 4.25, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Africa`, - Country: `Cameroon`, - Risk: `Low`, - Sector: `Public`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-07-24`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 730 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `NAS Future`, - Spread: 0.01, - Open: 4341.25, - Price: 4271.82, - Buy: 4341.25, - Sell: 4341.25, - Change: -69.46, - ChangePercent: -1.6, - Volume: 18259, - High: 4347, - Low: 4318, - YearlyHigh: 4719.75, - YearlyLow: 3867.75, - YearlyStart: 4293.75, - YearlyChange: 1.11, - Settlement: `Credit`, - Contract: `Futures`, - Region: `Middle East`, - Country: `Lebanon`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-06-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 731 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Rice`, - Spread: 0.01, - Open: 11.245, - Price: 10.41, - Buy: 10.41, - Sell: 10.42, - Change: -0.01, - ChangePercent: -0.04, - Volume: 220, - High: 11.38, - Low: 10.42, - YearlyHigh: 14.14, - YearlyLow: 9.7, - YearlyStart: 11.92, - YearlyChange: -12.62, - Settlement: `Credit`, - Contract: `Options`, - Region: `Asia Pacific`, - Country: `New Zealand`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `FedEx`, - Maturity: `2022-01-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 732 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Rice`, - Spread: 0.01, - Open: 11.245, - Price: 10.52, - Buy: 10.41, - Sell: 10.42, - Change: 0.1, - ChangePercent: 1, - Volume: 220, - High: 11.38, - Low: 10.42, - YearlyHigh: 14.14, - YearlyLow: 9.7, - YearlyStart: 11.92, - YearlyChange: -12.62, - Settlement: `Loan`, - Contract: `Futures`, - Region: `Middle East`, - Country: `Qatar`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `High`, - Issuer: `FedEx`, - Maturity: `2022-08-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 733 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `LV Cattle`, - Spread: 0.01, - Open: 120.725, - Price: 119.79, - Buy: 120.72, - Sell: 120.72, - Change: -0.91, - ChangePercent: -0.76, - Volume: 4, - High: 120.72, - Low: 120.72, - YearlyHigh: 147.98, - YearlyLow: 113.9, - YearlyStart: 130.94, - YearlyChange: -7.82, - Settlement: `Cash`, - Contract: `Options`, - Region: `Africa`, - Country: `Niger`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-03-21`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 734 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `Lean Hogs`, - Spread: 0.01, - Open: 81.275, - Price: 83.39, - Buy: 81.81, - Sell: 81.82, - Change: 1.58, - ChangePercent: 1.92, - Volume: 1, - High: 81.81, - Low: 81.28, - YearlyHigh: 83.98, - YearlyLow: 70.25, - YearlyStart: 77.11, - YearlyChange: 6.09, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `Asia Pacific`, - Country: `Australia`, - Risk: `Low`, - Sector: `Government`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-05-16`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 735 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/CAD`, - Spread: 0.02, - Open: 0.7744, - Price: 0.94, - Buy: 0.94, - Sell: 0.96, - Change: -0.01, - ChangePercent: -1.08, - Volume: 13669, - High: 0.95, - Low: 0.77, - YearlyHigh: 0.95, - YearlyLow: 0.68, - YearlyStart: 0.76, - YearlyChange: 26.43, - Settlement: `Credit`, - Contract: `Options`, - Region: `Asia Pacific`, - Country: `Taiwan`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-03-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 736 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `GBP/USD`, - Spread: 0.02, - Open: 1.4464, - Price: 1.19, - Buy: 1.18, - Sell: 1.2, - Change: 0, - ChangePercent: -0.4, - Volume: 29450, - High: 1.45, - Low: 1.19, - YearlyHigh: 1.59, - YearlyLow: 1.19, - YearlyStart: 1.49, - YearlyChange: -19.59, - Settlement: `Credit`, - Contract: `Options`, - Region: `Africa`, - Country: `Senegal`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-05-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 737 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Milk`, - Spread: 0.01, - Open: 12.87, - Price: 12.69, - Buy: 12.87, - Sell: 12.87, - Change: -0.17, - ChangePercent: -1.36, - Volume: 7, - High: 12.89, - Low: 12.81, - YearlyHigh: 16.96, - YearlyLow: 12.81, - YearlyStart: 14.88, - YearlyChange: -13.6, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Africa`, - Country: `Niger`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-05-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 738 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Gold`, - Spread: 0.01, - Open: 1281.1, - Price: 1262.29, - Buy: 1280.73, - Sell: 1280.74, - Change: -18.44, - ChangePercent: -1.44, - Volume: 48387, - High: 1289.5, - Low: 1279.1, - YearlyHigh: 1306, - YearlyLow: 1047.2, - YearlyStart: 1176.6, - YearlyChange: 8.85, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Middle East`, - Country: `Oman`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-07-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 739 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P MID MINI`, - Spread: 0.01, - Open: 1454.3, - Price: 1437.15, - Buy: 1455.78, - Sell: 1455.79, - Change: -18.63, - ChangePercent: -1.28, - Volume: 338, - High: 1455.78, - Low: 1448, - YearlyHigh: 1527.3, - YearlyLow: 1236, - YearlyStart: 1381.65, - YearlyChange: 5.37, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Asia Pacific`, - Country: `Korea`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-02-16`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 740 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Coffee`, - Spread: 0.01, - Open: 125.7, - Price: 123.53, - Buy: 125.7, - Sell: 125.7, - Change: -2.16, - ChangePercent: -1.72, - Volume: 1654, - High: 125.8, - Low: 125, - YearlyHigh: 155.75, - YearlyLow: 115.35, - YearlyStart: 135.55, - YearlyChange: -7.27, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `North America`, - Country: `Canada`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-05-16`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 741 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soybean`, - Spread: 0.01, - Open: 1038, - Price: 1030.72, - Buy: 1038.61, - Sell: 1038.62, - Change: -7.9, - ChangePercent: -0.76, - Volume: 20356, - High: 1044, - Low: 1031.75, - YearlyHigh: 1057, - YearlyLow: 859.5, - YearlyStart: 958.25, - YearlyChange: 8.39, - Settlement: `Loan`, - Contract: `Futures`, - Region: `Europe`, - Country: `Portugal`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-02-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 742 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Gold`, - Spread: 0.01, - Open: 1281.1, - Price: 1296.1, - Buy: 1280.73, - Sell: 1280.74, - Change: 15.37, - ChangePercent: 1.2, - Volume: 48387, - High: 1289.5, - Low: 1279.1, - YearlyHigh: 1306, - YearlyLow: 1047.2, - YearlyStart: 1176.6, - YearlyChange: 8.85, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Asia Pacific`, - Country: `Malaysia`, - Risk: `High`, - Sector: `Public`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `FedEx`, - Maturity: `2022-01-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 743 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Oats`, - Spread: 0.01, - Open: 194.5, - Price: 195.54, - Buy: 194.21, - Sell: 194.22, - Change: 1.32, - ChangePercent: 0.68, - Volume: 64, - High: 195.75, - Low: 194, - YearlyHigh: 241.25, - YearlyLow: 183.75, - YearlyStart: 212.5, - YearlyChange: -8.6, - Settlement: `Loan`, - Contract: `Forwards`, - Region: `Europe`, - Country: `Sweden`, - Risk: `High`, - Sector: `Public`, - Currency: `USD`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-08-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 744 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Natural Gas`, - Spread: 0.02, - Open: 2.094, - Price: 2.14, - Buy: 2.09, - Sell: 2.09, - Change: 0.04, - ChangePercent: 1.76, - Volume: 2783, - High: 2.11, - Low: 2.09, - YearlyHigh: 3.2, - YearlyLow: 1.84, - YearlyStart: 2.52, - YearlyChange: -16.51, - Settlement: `Cash`, - Contract: `CFD`, - Region: `Middle East`, - Country: `Lebanon`, - Risk: `High`, - Sector: `Private`, - Currency: `PLN`, - Security: `High`, - Issuer: `American Airlines`, - Maturity: `2022-07-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 745 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Lumber`, - Spread: 0.01, - Open: 303.9, - Price: 309.59, - Buy: 304.59, - Sell: 304.6, - Change: 4.99, - ChangePercent: 1.64, - Volume: 2, - High: 304.6, - Low: 303.9, - YearlyHigh: 317.1, - YearlyLow: 236, - YearlyStart: 276.55, - YearlyChange: 10.14, - Settlement: `Credit`, - Contract: `CFD`, - Region: `Europe`, - Country: `Hungary`, - Risk: `Low`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-07-22`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 746 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Rice`, - Spread: 0.01, - Open: 11.245, - Price: 10.42, - Buy: 10.41, - Sell: 10.42, - Change: 0, - ChangePercent: 0.04, - Volume: 220, - High: 11.38, - Low: 10.42, - YearlyHigh: 14.14, - YearlyLow: 9.7, - YearlyStart: 11.92, - YearlyChange: -12.62, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Asia Pacific`, - Country: `Australia`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-08-27`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 747 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Copper`, - Spread: 0.02, - Open: 2.123, - Price: 2.12, - Buy: 2.12, - Sell: 2.12, - Change: 0.01, - ChangePercent: 0.12, - Volume: 28819, - High: 2.16, - Low: 2.11, - YearlyHigh: 2.94, - YearlyLow: 1.96, - YearlyStart: 2.45, - YearlyChange: -13.76, - Settlement: `Cash`, - Contract: `Options`, - Region: `Africa`, - Country: `Egypt`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-03-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 748 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soy oil`, - Spread: 0.01, - Open: 33.26, - Price: 33.26, - Buy: 33.77, - Sell: 33.78, - Change: -0.51, - ChangePercent: -1.52, - Volume: 10592, - High: 33.77, - Low: 33.06, - YearlyHigh: 35.43, - YearlyLow: 26.61, - YearlyStart: 31.02, - YearlyChange: 8.87, - Settlement: `Cash`, - Contract: `Options`, - Region: `Asia Pacific`, - Country: `Taiwan`, - Risk: `Low`, - Sector: `Public`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-01-11`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 749 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P Future`, - Spread: 0.01, - Open: 2057.5, - Price: 2038.5, - Buy: 2056.6, - Sell: 2056.61, - Change: -18.1, - ChangePercent: -0.88, - Volume: 142780, - High: 2059.5, - Low: 2049, - YearlyHigh: 2105.5, - YearlyLow: 1794.5, - YearlyStart: 1950, - YearlyChange: 5.47, - Settlement: `Cash`, - Contract: `Futures`, - Region: `North America`, - Country: `Mexico`, - Risk: `Low`, - Sector: `Government`, - Currency: `USD`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-09-27`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 750 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Corn`, - Spread: 0.01, - Open: 379.5, - Price: 374.49, - Buy: 379.8, - Sell: 379.81, - Change: -5.31, - ChangePercent: -1.4, - Volume: 11266, - High: 381, - Low: 377.75, - YearlyHigh: 471.25, - YearlyLow: 351.25, - YearlyStart: 411.25, - YearlyChange: -7.65, - Settlement: `Cash`, - Contract: `Options`, - Region: `South America`, - Country: `Uruguay`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-07-27`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 751 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `FD Cattle`, - Spread: 0.01, - Open: 147.175, - Price: 146.53, - Buy: 148.6, - Sell: 148.61, - Change: -2.08, - ChangePercent: -1.4, - Volume: 5, - High: 148.61, - Low: 147.18, - YearlyHigh: 190, - YearlyLow: 138.1, - YearlyStart: 164.05, - YearlyChange: -9.41, - Settlement: `Loan`, - Contract: `Options`, - Region: `Europe`, - Country: `Finland`, - Risk: `Low`, - Sector: `Public`, - Currency: `PLN`, - Security: `High`, - Issuer: `FedEx`, - Maturity: `2022-04-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 752 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/CHF`, - Spread: 0.02, - Open: 1.0337, - Price: 1.04, - Buy: 1.03, - Sell: 1.03, - Change: 0, - ChangePercent: -0.12, - Volume: 5550, - High: 1.03, - Low: 1.03, - YearlyHigh: 1.11, - YearlyLow: 0.98, - YearlyStart: 1.04, - YearlyChange: -0.12, - Settlement: `Loan`, - Contract: `Forwards`, - Region: `Africa`, - Country: `Tunisia`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `American Airlines`, - Maturity: `2022-05-22`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 753 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Gold`, - Spread: 0.01, - Open: 1281.1, - Price: 1259.73, - Buy: 1280.73, - Sell: 1280.74, - Change: -21, - ChangePercent: -1.64, - Volume: 48387, - High: 1289.5, - Low: 1279.1, - YearlyHigh: 1306, - YearlyLow: 1047.2, - YearlyStart: 1176.6, - YearlyChange: 8.85, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Africa`, - Country: `Egypt`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-04-19`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 754 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Milk`, - Spread: 0.01, - Open: 12.87, - Price: 12.69, - Buy: 12.87, - Sell: 12.87, - Change: -0.17, - ChangePercent: -1.36, - Volume: 7, - High: 12.89, - Low: 12.81, - YearlyHigh: 16.96, - YearlyLow: 12.81, - YearlyStart: 14.88, - YearlyChange: -13.6, - Settlement: `Credit`, - Contract: `CFD`, - Region: `North America`, - Country: `Mexico`, - Risk: `High`, - Sector: `Government`, - Currency: `USD`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-05-11`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 755 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `FD Cattle`, - Spread: 0.01, - Open: 147.175, - Price: 148.78, - Buy: 148.6, - Sell: 148.61, - Change: 0.17, - ChangePercent: 0.12, - Volume: 5, - High: 148.61, - Low: 147.18, - YearlyHigh: 190, - YearlyLow: 138.1, - YearlyStart: 164.05, - YearlyChange: -9.41, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Middle East`, - Country: `Syria`, - Risk: `High`, - Sector: `Government`, - Currency: `PLN`, - Security: `High`, - Issuer: `American Airlines`, - Maturity: `2022-08-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 756 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Cocoa`, - Spread: 0.01, - Open: 3076, - Price: 3130.17, - Buy: 3076, - Sell: 3076, - Change: 54.14, - ChangePercent: 1.76, - Volume: 978, - High: 3078, - Low: 3066, - YearlyHigh: 3406, - YearlyLow: 2746, - YearlyStart: 3076, - YearlyChange: 0, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Asia Pacific`, - Country: `Philippines`, - Risk: `High`, - Sector: `Government`, - Currency: `PLN`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-03-22`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 757 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soy oil`, - Spread: 0.01, - Open: 33.26, - Price: 34.43, - Buy: 33.77, - Sell: 33.78, - Change: 0.66, - ChangePercent: 1.96, - Volume: 10592, - High: 33.77, - Low: 33.06, - YearlyHigh: 35.43, - YearlyLow: 26.61, - YearlyStart: 31.02, - YearlyChange: 8.87, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `Middle East`, - Country: `UAE`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-02-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 758 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `NAS Future`, - Spread: 0.01, - Open: 4341.25, - Price: 4296.13, - Buy: 4341.25, - Sell: 4341.25, - Change: -45.15, - ChangePercent: -1.04, - Volume: 18259, - High: 4347, - Low: 4318, - YearlyHigh: 4719.75, - YearlyLow: 3867.75, - YearlyStart: 4293.75, - YearlyChange: 1.11, - Settlement: `Credit`, - Contract: `Futures`, - Region: `North America`, - Country: `United States`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `American Airlines`, - Maturity: `2022-02-22`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 759 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Milk`, - Spread: 0.01, - Open: 12.87, - Price: 13.02, - Buy: 12.87, - Sell: 12.87, - Change: 0.16, - ChangePercent: 1.24, - Volume: 7, - High: 12.89, - Low: 12.81, - YearlyHigh: 16.96, - YearlyLow: 12.81, - YearlyStart: 14.88, - YearlyChange: -13.6, - Settlement: `Cash`, - Contract: `CFD`, - Region: `Asia Pacific`, - Country: `China`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-06-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 760 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Cotton`, - Spread: 0.01, - Open: 61.77, - Price: 63, - Buy: 61.77, - Sell: 61.77, - Change: 1.24, - ChangePercent: 2, - Volume: 3612, - High: 62.06, - Low: 61.32, - YearlyHigh: 67.59, - YearlyLow: 54.33, - YearlyStart: 60.96, - YearlyChange: 1.31, - Settlement: `Cash`, - Contract: `Options`, - Region: `Africa`, - Country: `Nigeria`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-01-11`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 761 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `LV Cattle`, - Spread: 0.01, - Open: 120.725, - Price: 122.54, - Buy: 120.72, - Sell: 120.72, - Change: 1.84, - ChangePercent: 1.52, - Volume: 4, - High: 120.72, - Low: 120.72, - YearlyHigh: 147.98, - YearlyLow: 113.9, - YearlyStart: 130.94, - YearlyChange: -7.82, - Settlement: `Cash`, - Contract: `Swap`, - Region: `North America`, - Country: `United States`, - Risk: `High`, - Sector: `Public`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-06-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 762 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `NAS Future`, - Spread: 0.01, - Open: 4341.25, - Price: 4273.56, - Buy: 4341.25, - Sell: 4341.25, - Change: -67.72, - ChangePercent: -1.56, - Volume: 18259, - High: 4347, - Low: 4318, - YearlyHigh: 4719.75, - YearlyLow: 3867.75, - YearlyStart: 4293.75, - YearlyChange: 1.11, - Settlement: `Loan`, - Contract: `Futures`, - Region: `Europe`, - Country: `France`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-06-27`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 763 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Cotton`, - Spread: 0.01, - Open: 61.77, - Price: 60.57, - Buy: 61.77, - Sell: 61.77, - Change: -1.19, - ChangePercent: -1.92, - Volume: 3612, - High: 62.06, - Low: 61.32, - YearlyHigh: 67.59, - YearlyLow: 54.33, - YearlyStart: 60.96, - YearlyChange: 1.31, - Settlement: `Credit`, - Contract: `Options`, - Region: `South America`, - Country: `Colombia`, - Risk: `Low`, - Sector: `Government`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-03-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 764 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Sugar`, - Spread: 0.01, - Open: 15.68, - Price: 14.77, - Buy: 14.67, - Sell: 14.68, - Change: 0.1, - ChangePercent: 0.68, - Volume: 4949, - High: 15.7, - Low: 14.67, - YearlyHigh: 16.87, - YearlyLow: 11.37, - YearlyStart: 14.12, - YearlyChange: 3.92, - Settlement: `Cash`, - Contract: `Options`, - Region: `Middle East`, - Country: `Jordan`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-02-23`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 765 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `Lean Hogs`, - Spread: 0.01, - Open: 81.275, - Price: 81.55, - Buy: 81.81, - Sell: 81.82, - Change: -0.26, - ChangePercent: -0.32, - Volume: 1, - High: 81.81, - Low: 81.28, - YearlyHigh: 83.98, - YearlyLow: 70.25, - YearlyStart: 77.11, - YearlyChange: 6.09, - Settlement: `Cash`, - Contract: `Options`, - Region: `Europe`, - Country: `Spain`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-05-16`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 766 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `OJ Future`, - Spread: 0.01, - Open: 140.6, - Price: 141.37, - Buy: 140.18, - Sell: 140.19, - Change: 1.18, - ChangePercent: 0.84, - Volume: 7, - High: 140.19, - Low: 0, - YearlyHigh: 155.95, - YearlyLow: 113, - YearlyStart: 134.47, - YearlyChange: 4.25, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `Europe`, - Country: `Switzerland`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `High`, - Issuer: `American Airlines`, - Maturity: `2022-06-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 767 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `US 30YR Future`, - Spread: 0.01, - Open: 164.875, - Price: 163.37, - Buy: 164.15, - Sell: 164.16, - Change: -0.79, - ChangePercent: -0.48, - Volume: 28012, - High: 165.25, - Low: 164.04, - YearlyHigh: 169.38, - YearlyLow: 151.47, - YearlyStart: 160.43, - YearlyChange: 2.33, - Settlement: `Credit`, - Contract: `Options`, - Region: `Africa`, - Country: `South Africa`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-04-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 768 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Wheat`, - Spread: 0.01, - Open: 465.5, - Price: 460.68, - Buy: 465.5, - Sell: 465.5, - Change: -4.84, - ChangePercent: -1.04, - Volume: 4318, - High: 467, - Low: 463.25, - YearlyHigh: 628.5, - YearlyLow: 449.5, - YearlyStart: 539, - YearlyChange: -13.63, - Settlement: `Loan`, - Contract: `Futures`, - Region: `North America`, - Country: `United States`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-06-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 769 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Milk`, - Spread: 0.01, - Open: 12.87, - Price: 13.09, - Buy: 12.87, - Sell: 12.87, - Change: 0.23, - ChangePercent: 1.8, - Volume: 7, - High: 12.89, - Low: 12.81, - YearlyHigh: 16.96, - YearlyLow: 12.81, - YearlyStart: 14.88, - YearlyChange: -13.6, - Settlement: `Cash`, - Contract: `CFD`, - Region: `Europe`, - Country: `France`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-06-19`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 770 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Gold`, - Spread: 0.01, - Open: 1281.1, - Price: 1267.92, - Buy: 1280.73, - Sell: 1280.74, - Change: -12.81, - ChangePercent: -1, - Volume: 48387, - High: 1289.5, - Low: 1279.1, - YearlyHigh: 1306, - YearlyLow: 1047.2, - YearlyStart: 1176.6, - YearlyChange: 8.85, - Settlement: `Loan`, - Contract: `Options`, - Region: `Middle East`, - Country: `Israel`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-04-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 771 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P Future`, - Spread: 0.01, - Open: 2057.5, - Price: 2041.79, - Buy: 2056.6, - Sell: 2056.61, - Change: -14.81, - ChangePercent: -0.72, - Volume: 142780, - High: 2059.5, - Low: 2049, - YearlyHigh: 2105.5, - YearlyLow: 1794.5, - YearlyStart: 1950, - YearlyChange: 5.47, - Settlement: `Cash`, - Contract: `Options`, - Region: `Middle East`, - Country: `Turkey`, - Risk: `Low`, - Sector: `Public`, - Currency: `USD`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-07-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 772 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Platinum`, - Spread: 0.01, - Open: 1071.6, - Price: 1076.67, - Buy: 1071.09, - Sell: 1071.1, - Change: 5.57, - ChangePercent: 0.52, - Volume: 3039, - High: 1081.2, - Low: 1070.5, - YearlyHigh: 1120.6, - YearlyLow: 812.4, - YearlyStart: 966.5, - YearlyChange: 10.82, - Settlement: `Credit`, - Contract: `CFD`, - Region: `Middle East`, - Country: `Kuwait`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-07-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 773 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `GBP/USD`, - Spread: 0.02, - Open: 1.4464, - Price: 1.17, - Buy: 1.18, - Sell: 1.2, - Change: -0.02, - ChangePercent: -1.72, - Volume: 29450, - High: 1.45, - Low: 1.19, - YearlyHigh: 1.59, - YearlyLow: 1.19, - YearlyStart: 1.49, - YearlyChange: -19.59, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Africa`, - Country: `Morocco`, - Risk: `High`, - Sector: `Public`, - Currency: `USD`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-05-22`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 774 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soy Meat`, - Spread: 0.01, - Open: 342.6, - Price: 341.8, - Buy: 342.6, - Sell: 342.6, - Change: -0.82, - ChangePercent: -0.24, - Volume: 5646, - High: 345.4, - Low: 340.3, - YearlyHigh: 353.4, - YearlyLow: 261.7, - YearlyStart: 307.55, - YearlyChange: 11.4, - Settlement: `Credit`, - Contract: `Options`, - Region: `Asia Pacific`, - Country: `Japan`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `High`, - Issuer: `FedEx`, - Maturity: `2022-07-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 775 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Uranium`, - Spread: 0.02, - Open: 27.55, - Price: 27.3, - Buy: 27.55, - Sell: 27.55, - Change: -0.28, - ChangePercent: -1, - Volume: 12, - High: 27.55, - Low: 27.55, - YearlyHigh: 29.32, - YearlyLow: 21.28, - YearlyStart: 25.3, - YearlyChange: 9.01, - Settlement: `Credit`, - Contract: `Options`, - Region: `Europe`, - Country: `Spain`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `High`, - Issuer: `American Airlines`, - Maturity: `2022-04-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 776 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Oats`, - Spread: 0.01, - Open: 194.5, - Price: 193.98, - Buy: 194.21, - Sell: 194.22, - Change: -0.24, - ChangePercent: -0.12, - Volume: 64, - High: 195.75, - Low: 194, - YearlyHigh: 241.25, - YearlyLow: 183.75, - YearlyStart: 212.5, - YearlyChange: -8.6, - Settlement: `Credit`, - Contract: `Options`, - Region: `Europe`, - Country: `France`, - Risk: `High`, - Sector: `Private`, - Currency: `PLN`, - Security: `High`, - Issuer: `American Airlines`, - Maturity: `2022-05-16`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 777 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Corn`, - Spread: 0.01, - Open: 379.5, - Price: 375.7, - Buy: 379.8, - Sell: 379.81, - Change: -4.1, - ChangePercent: -1.08, - Volume: 11266, - High: 381, - Low: 377.75, - YearlyHigh: 471.25, - YearlyLow: 351.25, - YearlyStart: 411.25, - YearlyChange: -7.65, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Europe`, - Country: `Estonia`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-04-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 778 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Ethanol`, - Spread: 0.01, - Open: 1.512, - Price: 2.71, - Buy: 2.75, - Sell: 2.76, - Change: -0.04, - ChangePercent: -1.48, - Volume: 14, - High: 2.75, - Low: 1.12, - YearlyHigh: 2.75, - YearlyLow: 1.12, - YearlyStart: 1.48, - YearlyChange: 86.7, - Settlement: `Cash`, - Contract: `Options`, - Region: `Middle East`, - Country: `Lebanon`, - Risk: `Low`, - Sector: `Public`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `FedEx`, - Maturity: `2022-03-19`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 779 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Oil`, - Spread: 0.015, - Open: 45.54, - Price: 45.24, - Buy: 45.78, - Sell: 45.8, - Change: -0.55, - ChangePercent: -1.2, - Volume: 107196, - High: 45.94, - Low: 45, - YearlyHigh: 65.28, - YearlyLow: 30.79, - YearlyStart: 48.03, - YearlyChange: -4.67, - Settlement: `Cash`, - Contract: `Swap`, - Region: `South America`, - Country: `Uruguay`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-04-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 780 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Uranium`, - Spread: 0.02, - Open: 27.55, - Price: 27.8, - Buy: 27.55, - Sell: 27.55, - Change: 0.22, - ChangePercent: 0.8, - Volume: 12, - High: 27.55, - Low: 27.55, - YearlyHigh: 29.32, - YearlyLow: 21.28, - YearlyStart: 25.3, - YearlyChange: 9.01, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Asia Pacific`, - Country: `Philippines`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-06-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 781 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `Lean Hogs`, - Spread: 0.01, - Open: 81.275, - Price: 81.23, - Buy: 81.81, - Sell: 81.82, - Change: -0.58, - ChangePercent: -0.72, - Volume: 1, - High: 81.81, - Low: 81.28, - YearlyHigh: 83.98, - YearlyLow: 70.25, - YearlyStart: 77.11, - YearlyChange: 6.09, - Settlement: `Cash`, - Contract: `Options`, - Region: `North America`, - Country: `Canada`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-02-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 782 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soy oil`, - Spread: 0.01, - Open: 33.26, - Price: 33.72, - Buy: 33.77, - Sell: 33.78, - Change: -0.05, - ChangePercent: -0.16, - Volume: 10592, - High: 33.77, - Low: 33.06, - YearlyHigh: 35.43, - YearlyLow: 26.61, - YearlyStart: 31.02, - YearlyChange: 8.87, - Settlement: `Cash`, - Contract: `Options`, - Region: `Asia Pacific`, - Country: `Singapore`, - Risk: `High`, - Sector: `Private`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-05-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 783 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Rice`, - Spread: 0.01, - Open: 11.245, - Price: 10.26, - Buy: 10.41, - Sell: 10.42, - Change: -0.16, - ChangePercent: -1.48, - Volume: 220, - High: 11.38, - Low: 10.42, - YearlyHigh: 14.14, - YearlyLow: 9.7, - YearlyStart: 11.92, - YearlyChange: -12.62, - Settlement: `Credit`, - Contract: `Futures`, - Region: `Africa`, - Country: `Niger`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `Poor`, - Issuer: `FedEx`, - Maturity: `2022-07-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 784 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Corn`, - Spread: 0.01, - Open: 379.5, - Price: 385.12, - Buy: 379.8, - Sell: 379.81, - Change: 5.32, - ChangePercent: 1.4, - Volume: 11266, - High: 381, - Low: 377.75, - YearlyHigh: 471.25, - YearlyLow: 351.25, - YearlyStart: 411.25, - YearlyChange: -7.65, - Settlement: `Cash`, - Contract: `Options`, - Region: `Middle East`, - Country: `Saudi Arabia`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-06-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 785 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Palladium`, - Spread: 0.01, - Open: 600.55, - Price: 597.39, - Buy: 601, - Sell: 601.01, - Change: -3.61, - ChangePercent: -0.6, - Volume: 651, - High: 607.2, - Low: 598.4, - YearlyHigh: 690, - YearlyLow: 458.6, - YearlyStart: 574.3, - YearlyChange: 4.65, - Settlement: `Loan`, - Contract: `Forwards`, - Region: `Africa`, - Country: `Ethiopia`, - Risk: `High`, - Sector: `Private`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-07-27`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 786 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Ethanol`, - Spread: 0.01, - Open: 1.512, - Price: 2.7, - Buy: 2.75, - Sell: 2.76, - Change: -0.05, - ChangePercent: -1.8, - Volume: 14, - High: 2.75, - Low: 1.12, - YearlyHigh: 2.75, - YearlyLow: 1.12, - YearlyStart: 1.48, - YearlyChange: 86.7, - Settlement: `Credit`, - Contract: `Options`, - Region: `South America`, - Country: `Paraguay`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `High`, - Issuer: `FedEx`, - Maturity: `2022-06-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 787 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `US 10YR Future`, - Spread: 0.01, - Open: 130.5625, - Price: 132.2, - Buy: 130.56, - Sell: 130.56, - Change: 1.62, - ChangePercent: 1.24, - Volume: 189310, - High: 130.63, - Low: 130.44, - YearlyHigh: 132.64, - YearlyLow: 125.48, - YearlyStart: 129.06, - YearlyChange: 1.18, - Settlement: `Credit`, - Contract: `Futures`, - Region: `Middle East`, - Country: `Jordan`, - Risk: `Low`, - Sector: `Government`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-03-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 788 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Wheat`, - Spread: 0.01, - Open: 465.5, - Price: 458.82, - Buy: 465.5, - Sell: 465.5, - Change: -6.7, - ChangePercent: -1.44, - Volume: 4318, - High: 467, - Low: 463.25, - YearlyHigh: 628.5, - YearlyLow: 449.5, - YearlyStart: 539, - YearlyChange: -13.63, - Settlement: `Cash`, - Contract: `Swap`, - Region: `North America`, - Country: `United States`, - Risk: `High`, - Sector: `Private`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-04-23`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 789 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `BTC/USD`, - Spread: 0.06, - Open: 93.88, - Price: 21227.58, - Buy: 21200.76, - Sell: 21400.78, - Change: 226.81, - ChangePercent: 1.08, - Volume: 5788000, - High: 22400.05, - Low: 20100.75, - YearlyHigh: 62400.7, - YearlyLow: 15100.88, - YearlyStart: 21200.29, - YearlyChange: -20.62, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `Europe`, - Country: `Switzerland`, - Risk: `High`, - Sector: `Public`, - Currency: `USD`, - Security: `Poor`, - Issuer: `FedEx`, - Maturity: `2022-02-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 790 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Natural Gas`, - Spread: 0.02, - Open: 2.094, - Price: 2.11, - Buy: 2.09, - Sell: 2.09, - Change: 0.01, - ChangePercent: 0.16, - Volume: 2783, - High: 2.11, - Low: 2.09, - YearlyHigh: 3.2, - YearlyLow: 1.84, - YearlyStart: 2.52, - YearlyChange: -16.51, - Settlement: `Cash`, - Contract: `Options`, - Region: `Asia Pacific`, - Country: `Philippines`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-05-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 791 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Silver`, - Spread: 0.01, - Open: 17.43, - Price: 17.49, - Buy: 17.43, - Sell: 17.43, - Change: 0.07, - ChangePercent: 0.4, - Volume: 11720, - High: 17.51, - Low: 17.37, - YearlyHigh: 18.06, - YearlyLow: 13.73, - YearlyStart: 15.89, - YearlyChange: 9.59, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `Asia Pacific`, - Country: `Philippines`, - Risk: `High`, - Sector: `Public`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-04-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 792 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Wheat`, - Spread: 0.01, - Open: 465.5, - Price: 460.86, - Buy: 465.5, - Sell: 465.5, - Change: -4.66, - ChangePercent: -1, - Volume: 4318, - High: 467, - Low: 463.25, - YearlyHigh: 628.5, - YearlyLow: 449.5, - YearlyStart: 539, - YearlyChange: -13.63, - Settlement: `Loan`, - Contract: `Options`, - Region: `Asia Pacific`, - Country: `Philippines`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-06-10`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 793 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P Future`, - Spread: 0.01, - Open: 2057.5, - Price: 2066.47, - Buy: 2056.6, - Sell: 2056.61, - Change: 9.87, - ChangePercent: 0.48, - Volume: 142780, - High: 2059.5, - Low: 2049, - YearlyHigh: 2105.5, - YearlyLow: 1794.5, - YearlyStart: 1950, - YearlyChange: 5.47, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Asia Pacific`, - Country: `Afghanistan`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-08-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 794 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Cotton`, - Spread: 0.01, - Open: 61.77, - Price: 61.12, - Buy: 61.77, - Sell: 61.77, - Change: -0.64, - ChangePercent: -1.04, - Volume: 3612, - High: 62.06, - Low: 61.32, - YearlyHigh: 67.59, - YearlyLow: 54.33, - YearlyStart: 60.96, - YearlyChange: 1.31, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Africa`, - Country: `Cameroon`, - Risk: `Low`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-06-23`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 795 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/CHF`, - Spread: 0.02, - Open: 1.0337, - Price: 1.04, - Buy: 1.03, - Sell: 1.03, - Change: 0, - ChangePercent: -0.12, - Volume: 5550, - High: 1.03, - Low: 1.03, - YearlyHigh: 1.11, - YearlyLow: 0.98, - YearlyStart: 1.04, - YearlyChange: -0.12, - Settlement: `Loan`, - Contract: `Options`, - Region: `Africa`, - Country: `Cameroon`, - Risk: `High`, - Sector: `Government`, - Currency: `USD`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-04-16`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 796 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Palladium`, - Spread: 0.01, - Open: 600.55, - Price: 590.66, - Buy: 601, - Sell: 601.01, - Change: -10.34, - ChangePercent: -1.72, - Volume: 651, - High: 607.2, - Low: 598.4, - YearlyHigh: 690, - YearlyLow: 458.6, - YearlyStart: 574.3, - YearlyChange: 4.65, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Middle East`, - Country: `Iraq`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-06-22`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 797 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P 600 MINI`, - Spread: 0.01, - Open: 687.9, - Price: 689.26, - Buy: 687.9, - Sell: 687.9, - Change: 1.38, - ChangePercent: 0.2, - Volume: 0, - High: 0, - Low: 0, - YearlyHigh: 620.32, - YearlyLow: 595.9, - YearlyStart: 608.11, - YearlyChange: 13.12, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Africa`, - Country: `Tunisia`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-01-16`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 798 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `BTC/USD`, - Spread: 0.06, - Open: 93.88, - Price: 20731.96, - Buy: 21200.76, - Sell: 21400.78, - Change: -268.81, - ChangePercent: -1.28, - Volume: 5788000, - High: 22400.05, - Low: 20100.75, - YearlyHigh: 62400.7, - YearlyLow: 15100.88, - YearlyStart: 21200.29, - YearlyChange: -20.62, - Settlement: `Cash`, - Contract: `CFD`, - Region: `Middle East`, - Country: `Jordan`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `High`, - Issuer: `American Airlines`, - Maturity: `2022-05-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 799 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `AUD/USD`, - Spread: 0.02, - Open: 0.7344, - Price: 0.75, - Buy: 0.73, - Sell: 0.73, - Change: 0.01, - ChangePercent: 1.2, - Volume: 36764, - High: 0.74, - Low: 0.73, - YearlyHigh: 0.79, - YearlyLow: 0.68, - YearlyStart: 0.73, - YearlyChange: 1.28, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Middle East`, - Country: `Israel`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-04-23`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 800 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `Lean Hogs`, - Spread: 0.01, - Open: 81.275, - Price: 80.77, - Buy: 81.81, - Sell: 81.82, - Change: -1.04, - ChangePercent: -1.28, - Volume: 1, - High: 81.81, - Low: 81.28, - YearlyHigh: 83.98, - YearlyLow: 70.25, - YearlyStart: 77.11, - YearlyChange: 6.09, - Settlement: `Cash`, - Contract: `CFD`, - Region: `Europe`, - Country: `Slovenia`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-06-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 801 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Rice`, - Spread: 0.01, - Open: 11.245, - Price: 10.3, - Buy: 10.41, - Sell: 10.42, - Change: -0.12, - ChangePercent: -1.08, - Volume: 220, - High: 11.38, - Low: 10.42, - YearlyHigh: 14.14, - YearlyLow: 9.7, - YearlyStart: 11.92, - YearlyChange: -12.62, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Middle East`, - Country: `Lebanon`, - Risk: `High`, - Sector: `Government`, - Currency: `PLN`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-02-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 802 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soybean`, - Spread: 0.01, - Open: 1038, - Price: 1040.69, - Buy: 1038.61, - Sell: 1038.62, - Change: 2.07, - ChangePercent: 0.2, - Volume: 20356, - High: 1044, - Low: 1031.75, - YearlyHigh: 1057, - YearlyLow: 859.5, - YearlyStart: 958.25, - YearlyChange: 8.39, - Settlement: `Loan`, - Contract: `Options`, - Region: `Europe`, - Country: `Czechia`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-08-24`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 803 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soy oil`, - Spread: 0.01, - Open: 33.26, - Price: 33.97, - Buy: 33.77, - Sell: 33.78, - Change: 0.2, - ChangePercent: 0.6, - Volume: 10592, - High: 33.77, - Low: 33.06, - YearlyHigh: 35.43, - YearlyLow: 26.61, - YearlyStart: 31.02, - YearlyChange: 8.87, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `North America`, - Country: `United States`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-08-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 804 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Coffee`, - Spread: 0.01, - Open: 125.7, - Price: 128.15, - Buy: 125.7, - Sell: 125.7, - Change: 2.46, - ChangePercent: 1.96, - Volume: 1654, - High: 125.8, - Low: 125, - YearlyHigh: 155.75, - YearlyLow: 115.35, - YearlyStart: 135.55, - YearlyChange: -7.27, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Asia Pacific`, - Country: `Malaysia`, - Risk: `Low`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-06-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 805 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `DOW Future`, - Spread: 0.01, - Open: 17711, - Price: 17924.7, - Buy: 17712.15, - Sell: 17712.16, - Change: 212.55, - ChangePercent: 1.2, - Volume: 22236, - High: 17727, - Low: 17642, - YearlyHigh: 18083, - YearlyLow: 15299, - YearlyStart: 16691, - YearlyChange: 6.12, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `Asia Pacific`, - Country: `Philippines`, - Risk: `Low`, - Sector: `Public`, - Currency: `USD`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-04-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 806 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Corn`, - Spread: 0.01, - Open: 379.5, - Price: 379.8, - Buy: 379.8, - Sell: 379.81, - Change: 0, - ChangePercent: 0, - Volume: 11266, - High: 381, - Low: 377.75, - YearlyHigh: 471.25, - YearlyLow: 351.25, - YearlyStart: 411.25, - YearlyChange: -7.65, - Settlement: `Credit`, - Contract: `Forwards`, - Region: `Asia Pacific`, - Country: `Taiwan`, - Risk: `High`, - Sector: `Public`, - Currency: `USD`, - Security: `Poor`, - Issuer: `FedEx`, - Maturity: `2022-05-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 807 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P MID MINI`, - Spread: 0.01, - Open: 1454.3, - Price: 1443.55, - Buy: 1455.78, - Sell: 1455.79, - Change: -12.23, - ChangePercent: -0.84, - Volume: 338, - High: 1455.78, - Low: 1448, - YearlyHigh: 1527.3, - YearlyLow: 1236, - YearlyStart: 1381.65, - YearlyChange: 5.37, - Settlement: `Credit`, - Contract: `Options`, - Region: `Middle East`, - Country: `Israel`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `American Airlines`, - Maturity: `2022-08-11`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 808 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Gold`, - Spread: 0.01, - Open: 1281.1, - Price: 1268.44, - Buy: 1280.73, - Sell: 1280.74, - Change: -12.29, - ChangePercent: -0.96, - Volume: 48387, - High: 1289.5, - Low: 1279.1, - YearlyHigh: 1306, - YearlyLow: 1047.2, - YearlyStart: 1176.6, - YearlyChange: 8.85, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Africa`, - Country: `Morocco`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-07-10`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 809 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `GBP/USD`, - Spread: 0.02, - Open: 1.4464, - Price: 1.18, - Buy: 1.18, - Sell: 1.2, - Change: -0.01, - ChangePercent: -1, - Volume: 29450, - High: 1.45, - Low: 1.19, - YearlyHigh: 1.59, - YearlyLow: 1.19, - YearlyStart: 1.49, - YearlyChange: -19.59, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Middle East`, - Country: `Iraq`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-09-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 810 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Ethanol`, - Spread: 0.01, - Open: 1.512, - Price: 2.75, - Buy: 2.75, - Sell: 2.76, - Change: 0, - ChangePercent: 0, - Volume: 14, - High: 2.75, - Low: 1.12, - YearlyHigh: 2.75, - YearlyLow: 1.12, - YearlyStart: 1.48, - YearlyChange: 86.7, - Settlement: `Cash`, - Contract: `Options`, - Region: `Middle East`, - Country: `Kuwait`, - Risk: `High`, - Sector: `Public`, - Currency: `PLN`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-06-10`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 811 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soy Meat`, - Spread: 0.01, - Open: 342.6, - Price: 345.5, - Buy: 342.6, - Sell: 342.6, - Change: 2.88, - ChangePercent: 0.84, - Volume: 5646, - High: 345.4, - Low: 340.3, - YearlyHigh: 353.4, - YearlyLow: 261.7, - YearlyStart: 307.55, - YearlyChange: 11.4, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Africa`, - Country: `Egypt`, - Risk: `High`, - Sector: `Government`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-03-16`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 812 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `US 30YR Future`, - Spread: 0.01, - Open: 164.875, - Price: 161.6, - Buy: 164.15, - Sell: 164.16, - Change: -2.56, - ChangePercent: -1.56, - Volume: 28012, - High: 165.25, - Low: 164.04, - YearlyHigh: 169.38, - YearlyLow: 151.47, - YearlyStart: 160.43, - YearlyChange: 2.33, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Africa`, - Country: `Morocco`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `Poor`, - Issuer: `FedEx`, - Maturity: `2022-07-11`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 813 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Copper`, - Spread: 0.02, - Open: 2.123, - Price: 2.1, - Buy: 2.12, - Sell: 2.12, - Change: -0.01, - ChangePercent: -0.8, - Volume: 28819, - High: 2.16, - Low: 2.11, - YearlyHigh: 2.94, - YearlyLow: 1.96, - YearlyStart: 2.45, - YearlyChange: -13.76, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `Africa`, - Country: `Tunisia`, - Risk: `High`, - Sector: `Private`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-04-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 814 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `FD Cattle`, - Spread: 0.01, - Open: 147.175, - Price: 145.81, - Buy: 148.6, - Sell: 148.61, - Change: -2.8, - ChangePercent: -1.88, - Volume: 5, - High: 148.61, - Low: 147.18, - YearlyHigh: 190, - YearlyLow: 138.1, - YearlyStart: 164.05, - YearlyChange: -9.41, - Settlement: `Cash`, - Contract: `CFD`, - Region: `Middle East`, - Country: `UAE`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-05-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 815 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Ethanol`, - Spread: 0.01, - Open: 1.512, - Price: 2.75, - Buy: 2.75, - Sell: 2.76, - Change: 0, - ChangePercent: 0, - Volume: 14, - High: 2.75, - Low: 1.12, - YearlyHigh: 2.75, - YearlyLow: 1.12, - YearlyStart: 1.48, - YearlyChange: 86.7, - Settlement: `Cash`, - Contract: `Futures`, - Region: `South America`, - Country: `Paraguay`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-08-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 816 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/CHF`, - Spread: 0.02, - Open: 1.0337, - Price: 1.06, - Buy: 1.03, - Sell: 1.03, - Change: 0.02, - ChangePercent: 1.76, - Volume: 5550, - High: 1.03, - Low: 1.03, - YearlyHigh: 1.11, - YearlyLow: 0.98, - YearlyStart: 1.04, - YearlyChange: -0.12, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Middle East`, - Country: `UAE`, - Risk: `High`, - Sector: `Government`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-03-27`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 817 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P MID MINI`, - Spread: 0.01, - Open: 1454.3, - Price: 1435.98, - Buy: 1455.78, - Sell: 1455.79, - Change: -19.8, - ChangePercent: -1.36, - Volume: 338, - High: 1455.78, - Low: 1448, - YearlyHigh: 1527.3, - YearlyLow: 1236, - YearlyStart: 1381.65, - YearlyChange: 5.37, - Settlement: `Cash`, - Contract: `Options`, - Region: `Africa`, - Country: `Senegal`, - Risk: `Low`, - Sector: `Public`, - Currency: `PLN`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-02-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 818 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soybean`, - Spread: 0.01, - Open: 1038, - Price: 1023.66, - Buy: 1038.61, - Sell: 1038.62, - Change: -14.96, - ChangePercent: -1.44, - Volume: 20356, - High: 1044, - Low: 1031.75, - YearlyHigh: 1057, - YearlyLow: 859.5, - YearlyStart: 958.25, - YearlyChange: 8.39, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Europe`, - Country: `Slovakia`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-03-11`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 819 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `US 2Y Future`, - Spread: 0.01, - Open: 109.3984, - Price: 111.27, - Buy: 109.4, - Sell: 109.4, - Change: 1.88, - ChangePercent: 1.72, - Volume: 17742, - High: 109.41, - Low: 109.38, - YearlyHigh: 109.8, - YearlyLow: 108.62, - YearlyStart: 109.21, - YearlyChange: 0.16, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Africa`, - Country: `South Africa`, - Risk: `Low`, - Sector: `Government`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-02-22`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 820 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Rice`, - Spread: 0.01, - Open: 11.245, - Price: 10.37, - Buy: 10.41, - Sell: 10.42, - Change: -0.05, - ChangePercent: -0.4, - Volume: 220, - High: 11.38, - Low: 10.42, - YearlyHigh: 14.14, - YearlyLow: 9.7, - YearlyStart: 11.92, - YearlyChange: -12.62, - Settlement: `Cash`, - Contract: `Options`, - Region: `Africa`, - Country: `Senegal`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-03-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 821 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Silver`, - Spread: 0.01, - Open: 17.43, - Price: 17.26, - Buy: 17.43, - Sell: 17.43, - Change: -0.16, - ChangePercent: -0.92, - Volume: 11720, - High: 17.51, - Low: 17.37, - YearlyHigh: 18.06, - YearlyLow: 13.73, - YearlyStart: 15.89, - YearlyChange: 9.59, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Middle East`, - Country: `Israel`, - Risk: `High`, - Sector: `Public`, - Currency: `USD`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-05-19`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 822 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Natural Gas`, - Spread: 0.02, - Open: 2.094, - Price: 2.1, - Buy: 2.09, - Sell: 2.09, - Change: 0, - ChangePercent: -0.12, - Volume: 2783, - High: 2.11, - Low: 2.09, - YearlyHigh: 3.2, - YearlyLow: 1.84, - YearlyStart: 2.52, - YearlyChange: -16.51, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Asia Pacific`, - Country: `Indonesia`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-07-10`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 823 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Rice`, - Spread: 0.01, - Open: 11.245, - Price: 10.5, - Buy: 10.41, - Sell: 10.42, - Change: 0.08, - ChangePercent: 0.84, - Volume: 220, - High: 11.38, - Low: 10.42, - YearlyHigh: 14.14, - YearlyLow: 9.7, - YearlyStart: 11.92, - YearlyChange: -12.62, - Settlement: `Credit`, - Contract: `Options`, - Region: `Africa`, - Country: `Egypt`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-04-11`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 824 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soy oil`, - Spread: 0.01, - Open: 33.26, - Price: 34.15, - Buy: 33.77, - Sell: 33.78, - Change: 0.38, - ChangePercent: 1.12, - Volume: 10592, - High: 33.77, - Low: 33.06, - YearlyHigh: 35.43, - YearlyLow: 26.61, - YearlyStart: 31.02, - YearlyChange: 8.87, - Settlement: `Cash`, - Contract: `CFD`, - Region: `Africa`, - Country: `South Africa`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-07-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 825 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/CAD`, - Spread: 0.02, - Open: 0.7744, - Price: 0.94, - Buy: 0.94, - Sell: 0.96, - Change: -0.01, - ChangePercent: -1.8, - Volume: 13669, - High: 0.95, - Low: 0.77, - YearlyHigh: 0.95, - YearlyLow: 0.68, - YearlyStart: 0.76, - YearlyChange: 26.43, - Settlement: `Credit`, - Contract: `Forwards`, - Region: `Middle East`, - Country: `Oman`, - Risk: `Low`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-07-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 826 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Coal`, - Spread: 0.015, - Open: 0.4363, - Price: 0.42, - Buy: 0.44, - Sell: 0.44, - Change: 0, - ChangePercent: 0.8, - Volume: 3, - High: 0.44, - Low: 0.44, - YearlyHigh: 0.48, - YearlyLow: 0.4, - YearlyStart: 0.44, - YearlyChange: -5.33, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Africa`, - Country: `Egypt`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-07-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 827 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soy oil`, - Spread: 0.01, - Open: 33.26, - Price: 34.12, - Buy: 33.77, - Sell: 33.78, - Change: 0.35, - ChangePercent: 1.04, - Volume: 10592, - High: 33.77, - Low: 33.06, - YearlyHigh: 35.43, - YearlyLow: 26.61, - YearlyStart: 31.02, - YearlyChange: 8.87, - Settlement: `Cash`, - Contract: `Options`, - Region: `Middle East`, - Country: `Lebanon`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-02-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 828 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P Future`, - Spread: 0.01, - Open: 2057.5, - Price: 2087.86, - Buy: 2056.6, - Sell: 2056.61, - Change: 31.26, - ChangePercent: 1.52, - Volume: 142780, - High: 2059.5, - Low: 2049, - YearlyHigh: 2105.5, - YearlyLow: 1794.5, - YearlyStart: 1950, - YearlyChange: 5.47, - Settlement: `Cash`, - Contract: `Options`, - Region: `Middle East`, - Country: `UAE`, - Risk: `Low`, - Sector: `Public`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-07-21`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 829 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `BTC/USD`, - Spread: 0.06, - Open: 93.88, - Price: 20639.56, - Buy: 21200.76, - Sell: 21400.78, - Change: -361.21, - ChangePercent: -1.72, - Volume: 5788000, - High: 22400.05, - Low: 20100.75, - YearlyHigh: 62400.7, - YearlyLow: 15100.88, - YearlyStart: 21200.29, - YearlyChange: -20.62, - Settlement: `Cash`, - Contract: `CFD`, - Region: `Africa`, - Country: `Ethiopia`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-07-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 830 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Ethanol`, - Spread: 0.01, - Open: 1.512, - Price: 2.75, - Buy: 2.75, - Sell: 2.76, - Change: 0, - ChangePercent: -0.2, - Volume: 14, - High: 2.75, - Low: 1.12, - YearlyHigh: 2.75, - YearlyLow: 1.12, - YearlyStart: 1.48, - YearlyChange: 86.7, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Middle East`, - Country: `Iraq`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `High`, - Issuer: `American Airlines`, - Maturity: `2022-06-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 831 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `US 2Y Future`, - Spread: 0.01, - Open: 109.3984, - Price: 108.91, - Buy: 109.4, - Sell: 109.4, - Change: -0.48, - ChangePercent: -0.44, - Volume: 17742, - High: 109.41, - Low: 109.38, - YearlyHigh: 109.8, - YearlyLow: 108.62, - YearlyStart: 109.21, - YearlyChange: 0.16, - Settlement: `Credit`, - Contract: `Swap`, - Region: `South America`, - Country: `Brazil`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `High`, - Issuer: `FedEx`, - Maturity: `2022-03-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 832 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `FD Cattle`, - Spread: 0.01, - Open: 147.175, - Price: 149.97, - Buy: 148.6, - Sell: 148.61, - Change: 1.36, - ChangePercent: 0.92, - Volume: 5, - High: 148.61, - Low: 147.18, - YearlyHigh: 190, - YearlyLow: 138.1, - YearlyStart: 164.05, - YearlyChange: -9.41, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `Middle East`, - Country: `Israel`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-05-23`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 833 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `DOW Future`, - Spread: 0.01, - Open: 17711, - Price: 17485.44, - Buy: 17712.15, - Sell: 17712.16, - Change: -226.71, - ChangePercent: -1.28, - Volume: 22236, - High: 17727, - Low: 17642, - YearlyHigh: 18083, - YearlyLow: 15299, - YearlyStart: 16691, - YearlyChange: 6.12, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Africa`, - Country: `Niger`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-07-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 834 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Sugar`, - Spread: 0.01, - Open: 15.68, - Price: 14.49, - Buy: 14.67, - Sell: 14.68, - Change: -0.18, - ChangePercent: -1.24, - Volume: 4949, - High: 15.7, - Low: 14.67, - YearlyHigh: 16.87, - YearlyLow: 11.37, - YearlyStart: 14.12, - YearlyChange: 3.92, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Africa`, - Country: `Egypt`, - Risk: `Low`, - Sector: `Government`, - Currency: `USD`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-08-23`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 835 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soy oil`, - Spread: 0.01, - Open: 33.26, - Price: 33.66, - Buy: 33.77, - Sell: 33.78, - Change: -0.11, - ChangePercent: -0.32, - Volume: 10592, - High: 33.77, - Low: 33.06, - YearlyHigh: 35.43, - YearlyLow: 26.61, - YearlyStart: 31.02, - YearlyChange: 8.87, - Settlement: `Cash`, - Contract: `Options`, - Region: `Middle East`, - Country: `Lebanon`, - Risk: `High`, - Sector: `Government`, - Currency: `USD`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-08-16`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 836 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Uranium`, - Spread: 0.02, - Open: 27.55, - Price: 27.96, - Buy: 27.55, - Sell: 27.55, - Change: 0.38, - ChangePercent: 1.36, - Volume: 12, - High: 27.55, - Low: 27.55, - YearlyHigh: 29.32, - YearlyLow: 21.28, - YearlyStart: 25.3, - YearlyChange: 9.01, - Settlement: `Cash`, - Contract: `CFD`, - Region: `Middle East`, - Country: `Saudi Arabia`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-07-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 837 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Oats`, - Spread: 0.01, - Open: 194.5, - Price: 195.07, - Buy: 194.21, - Sell: 194.22, - Change: 0.85, - ChangePercent: 0.44, - Volume: 64, - High: 195.75, - Low: 194, - YearlyHigh: 241.25, - YearlyLow: 183.75, - YearlyStart: 212.5, - YearlyChange: -8.6, - Settlement: `Cash`, - Contract: `Swap`, - Region: `South America`, - Country: `Guyana`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-03-22`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 838 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Cotton`, - Spread: 0.01, - Open: 61.77, - Price: 61.56, - Buy: 61.77, - Sell: 61.77, - Change: -0.2, - ChangePercent: -0.32, - Volume: 3612, - High: 62.06, - Low: 61.32, - YearlyHigh: 67.59, - YearlyLow: 54.33, - YearlyStart: 60.96, - YearlyChange: 1.31, - Settlement: `Cash`, - Contract: `CFD`, - Region: `North America`, - Country: `United States`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-05-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 839 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `BTC/USD`, - Spread: 0.06, - Open: 93.88, - Price: 20925.17, - Buy: 21200.76, - Sell: 21400.78, - Change: -75.6, - ChangePercent: -0.36, - Volume: 5788000, - High: 22400.05, - Low: 20100.75, - YearlyHigh: 62400.7, - YearlyLow: 15100.88, - YearlyStart: 21200.29, - YearlyChange: -20.62, - Settlement: `Loan`, - Contract: `Options`, - Region: `Africa`, - Country: `Ethiopia`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-09-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 840 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soy Meat`, - Spread: 0.01, - Open: 342.6, - Price: 348.24, - Buy: 342.6, - Sell: 342.6, - Change: 5.62, - ChangePercent: 1.64, - Volume: 5646, - High: 345.4, - Low: 340.3, - YearlyHigh: 353.4, - YearlyLow: 261.7, - YearlyStart: 307.55, - YearlyChange: 11.4, - Settlement: `Loan`, - Contract: `Futures`, - Region: `North America`, - Country: `United States`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-04-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 841 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Milk`, - Spread: 0.01, - Open: 12.87, - Price: 12.86, - Buy: 12.87, - Sell: 12.87, - Change: 0, - ChangePercent: 0, - Volume: 7, - High: 12.89, - Low: 12.81, - YearlyHigh: 16.96, - YearlyLow: 12.81, - YearlyStart: 14.88, - YearlyChange: -13.6, - Settlement: `Cash`, - Contract: `CFD`, - Region: `Europe`, - Country: `Norway`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-02-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 842 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Silver`, - Spread: 0.01, - Open: 17.43, - Price: 17.52, - Buy: 17.43, - Sell: 17.43, - Change: 0.1, - ChangePercent: 0.56, - Volume: 11720, - High: 17.51, - Low: 17.37, - YearlyHigh: 18.06, - YearlyLow: 13.73, - YearlyStart: 15.89, - YearlyChange: 9.59, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Africa`, - Country: `Niger`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `High`, - Issuer: `American Airlines`, - Maturity: `2022-02-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 843 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Palladium`, - Spread: 0.01, - Open: 600.55, - Price: 606.53, - Buy: 601, - Sell: 601.01, - Change: 5.53, - ChangePercent: 0.92, - Volume: 651, - High: 607.2, - Low: 598.4, - YearlyHigh: 690, - YearlyLow: 458.6, - YearlyStart: 574.3, - YearlyChange: 4.65, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Europe`, - Country: `Slovakia`, - Risk: `High`, - Sector: `Public`, - Currency: `USD`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-07-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 844 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P MID MINI`, - Spread: 0.01, - Open: 1454.3, - Price: 1463.35, - Buy: 1455.78, - Sell: 1455.79, - Change: 7.57, - ChangePercent: 0.52, - Volume: 338, - High: 1455.78, - Low: 1448, - YearlyHigh: 1527.3, - YearlyLow: 1236, - YearlyStart: 1381.65, - YearlyChange: 5.37, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Middle East`, - Country: `Qatar`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-07-27`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 845 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Coffee`, - Spread: 0.01, - Open: 125.7, - Price: 125.39, - Buy: 125.7, - Sell: 125.7, - Change: -0.3, - ChangePercent: -0.24, - Volume: 1654, - High: 125.8, - Low: 125, - YearlyHigh: 155.75, - YearlyLow: 115.35, - YearlyStart: 135.55, - YearlyChange: -7.27, - Settlement: `Loan`, - Contract: `Swap`, - Region: `South America`, - Country: `Suriname`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-05-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 846 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Cocoa`, - Spread: 0.01, - Open: 3076, - Price: 3116.63, - Buy: 3076, - Sell: 3076, - Change: 40.6, - ChangePercent: 1.32, - Volume: 978, - High: 3078, - Low: 3066, - YearlyHigh: 3406, - YearlyLow: 2746, - YearlyStart: 3076, - YearlyChange: 0, - Settlement: `Cash`, - Contract: `Futures`, - Region: `North America`, - Country: `Mexico`, - Risk: `High`, - Sector: `Government`, - Currency: `USD`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-07-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 847 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Corn`, - Spread: 0.01, - Open: 379.5, - Price: 386.34, - Buy: 379.8, - Sell: 379.81, - Change: 6.54, - ChangePercent: 1.72, - Volume: 11266, - High: 381, - Low: 377.75, - YearlyHigh: 471.25, - YearlyLow: 351.25, - YearlyStart: 411.25, - YearlyChange: -7.65, - Settlement: `Credit`, - Contract: `Forwards`, - Region: `Middle East`, - Country: `UAE`, - Risk: `High`, - Sector: `Private`, - Currency: `PLN`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-08-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 848 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Sugar`, - Spread: 0.01, - Open: 15.68, - Price: 14.45, - Buy: 14.67, - Sell: 14.68, - Change: -0.22, - ChangePercent: -1.56, - Volume: 4949, - High: 15.7, - Low: 14.67, - YearlyHigh: 16.87, - YearlyLow: 11.37, - YearlyStart: 14.12, - YearlyChange: 3.92, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Asia Pacific`, - Country: `Taiwan`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-07-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 849 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `DOW Future`, - Spread: 0.01, - Open: 17711, - Price: 17549.2, - Buy: 17712.15, - Sell: 17712.16, - Change: -162.95, - ChangePercent: -0.92, - Volume: 22236, - High: 17727, - Low: 17642, - YearlyHigh: 18083, - YearlyLow: 15299, - YearlyStart: 16691, - YearlyChange: 6.12, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Middle East`, - Country: `UAE`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-04-21`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 850 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `FD Cattle`, - Spread: 0.01, - Open: 147.175, - Price: 150.69, - Buy: 148.6, - Sell: 148.61, - Change: 2.08, - ChangePercent: 1.4, - Volume: 5, - High: 148.61, - Low: 147.18, - YearlyHigh: 190, - YearlyLow: 138.1, - YearlyStart: 164.05, - YearlyChange: -9.41, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Africa`, - Country: `Tunisia`, - Risk: `High`, - Sector: `Public`, - Currency: `PLN`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-08-23`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 851 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Rice`, - Spread: 0.01, - Open: 11.245, - Price: 10.62, - Buy: 10.41, - Sell: 10.42, - Change: 0.2, - ChangePercent: 2, - Volume: 220, - High: 11.38, - Low: 10.42, - YearlyHigh: 14.14, - YearlyLow: 9.7, - YearlyStart: 11.92, - YearlyChange: -12.62, - Settlement: `Loan`, - Contract: `CFD`, - Region: `Middle East`, - Country: `Qatar`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-04-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 852 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Rice`, - Spread: 0.01, - Open: 11.245, - Price: 10.43, - Buy: 10.41, - Sell: 10.42, - Change: 0.01, - ChangePercent: 0.16, - Volume: 220, - High: 11.38, - Low: 10.42, - YearlyHigh: 14.14, - YearlyLow: 9.7, - YearlyStart: 11.92, - YearlyChange: -12.62, - Settlement: `Credit`, - Contract: `Futures`, - Region: `Europe`, - Country: `Belgium`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-04-23`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 853 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/CAD`, - Spread: 0.02, - Open: 0.7744, - Price: 0.95, - Buy: 0.94, - Sell: 0.96, - Change: 0, - ChangePercent: -0.24, - Volume: 13669, - High: 0.95, - Low: 0.77, - YearlyHigh: 0.95, - YearlyLow: 0.68, - YearlyStart: 0.76, - YearlyChange: 26.43, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Africa`, - Country: `Niger`, - Risk: `High`, - Sector: `Government`, - Currency: `PLN`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-04-22`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 854 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `DOW Future`, - Spread: 0.01, - Open: 17711, - Price: 17634.22, - Buy: 17712.15, - Sell: 17712.16, - Change: -77.93, - ChangePercent: -0.44, - Volume: 22236, - High: 17727, - Low: 17642, - YearlyHigh: 18083, - YearlyLow: 15299, - YearlyStart: 16691, - YearlyChange: 6.12, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Middle East`, - Country: `Syria`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-07-24`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 855 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soy Meat`, - Spread: 0.01, - Open: 342.6, - Price: 340.02, - Buy: 342.6, - Sell: 342.6, - Change: -2.6, - ChangePercent: -0.76, - Volume: 5646, - High: 345.4, - Low: 340.3, - YearlyHigh: 353.4, - YearlyLow: 261.7, - YearlyStart: 307.55, - YearlyChange: 11.4, - Settlement: `Credit`, - Contract: `Forwards`, - Region: `Europe`, - Country: `Norway`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-03-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 856 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Cocoa`, - Spread: 0.01, - Open: 3076, - Price: 3076.03, - Buy: 3076, - Sell: 3076, - Change: 0, - ChangePercent: 0, - Volume: 978, - High: 3078, - Low: 3066, - YearlyHigh: 3406, - YearlyLow: 2746, - YearlyStart: 3076, - YearlyChange: 0, - Settlement: `Cash`, - Contract: `Options`, - Region: `Africa`, - Country: `Ethiopia`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `FedEx`, - Maturity: `2022-06-23`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 857 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Sugar`, - Spread: 0.01, - Open: 15.68, - Price: 14.46, - Buy: 14.67, - Sell: 14.68, - Change: -0.21, - ChangePercent: -1.44, - Volume: 4949, - High: 15.7, - Low: 14.67, - YearlyHigh: 16.87, - YearlyLow: 11.37, - YearlyStart: 14.12, - YearlyChange: 3.92, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `Middle East`, - Country: `Oman`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-05-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 858 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `US 2Y Future`, - Spread: 0.01, - Open: 109.3984, - Price: 110.35, - Buy: 109.4, - Sell: 109.4, - Change: 0.96, - ChangePercent: 0.88, - Volume: 17742, - High: 109.41, - Low: 109.38, - YearlyHigh: 109.8, - YearlyLow: 108.62, - YearlyStart: 109.21, - YearlyChange: 0.16, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Asia Pacific`, - Country: `Thailand`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-07-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 859 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Diesel`, - Spread: 0.015, - Open: 1.3474, - Price: 1.35, - Buy: 1.35, - Sell: 1.35, - Change: -0.01, - ChangePercent: -0.36, - Volume: 2971, - High: 1.36, - Low: 1.34, - YearlyHigh: 2.11, - YearlyLow: 0.92, - YearlyStart: 1.51, - YearlyChange: -10.4, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `Asia Pacific`, - Country: `Taiwan`, - Risk: `Low`, - Sector: `Government`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-02-19`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 860 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Oats`, - Spread: 0.01, - Open: 194.5, - Price: 192.74, - Buy: 194.21, - Sell: 194.22, - Change: -1.48, - ChangePercent: -0.76, - Volume: 64, - High: 195.75, - Low: 194, - YearlyHigh: 241.25, - YearlyLow: 183.75, - YearlyStart: 212.5, - YearlyChange: -8.6, - Settlement: `Cash`, - Contract: `Options`, - Region: `Africa`, - Country: `Libya`, - Risk: `Low`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-09-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 861 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/CHF`, - Spread: 0.02, - Open: 1.0337, - Price: 1.05, - Buy: 1.03, - Sell: 1.03, - Change: 0.01, - ChangePercent: 0.92, - Volume: 5550, - High: 1.03, - Low: 1.03, - YearlyHigh: 1.11, - YearlyLow: 0.98, - YearlyStart: 1.04, - YearlyChange: -0.12, - Settlement: `Cash`, - Contract: `Options`, - Region: `North America`, - Country: `United States`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-04-22`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 862 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `DOW Future`, - Spread: 0.01, - Open: 17711, - Price: 17995.55, - Buy: 17712.15, - Sell: 17712.16, - Change: 283.4, - ChangePercent: 1.6, - Volume: 22236, - High: 17727, - Low: 17642, - YearlyHigh: 18083, - YearlyLow: 15299, - YearlyStart: 16691, - YearlyChange: 6.12, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Middle East`, - Country: `Israel`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-05-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 863 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Platinum`, - Spread: 0.01, - Open: 1071.6, - Price: 1075.38, - Buy: 1071.09, - Sell: 1071.1, - Change: 4.28, - ChangePercent: 0.4, - Volume: 3039, - High: 1081.2, - Low: 1070.5, - YearlyHigh: 1120.6, - YearlyLow: 812.4, - YearlyStart: 966.5, - YearlyChange: 10.82, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `Africa`, - Country: `Algeria`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-07-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 864 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Milk`, - Spread: 0.01, - Open: 12.87, - Price: 12.74, - Buy: 12.87, - Sell: 12.87, - Change: -0.12, - ChangePercent: -0.92, - Volume: 7, - High: 12.89, - Low: 12.81, - YearlyHigh: 16.96, - YearlyLow: 12.81, - YearlyStart: 14.88, - YearlyChange: -13.6, - Settlement: `Cash`, - Contract: `Options`, - Region: `South America`, - Country: `Colombia`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-09-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 865 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `DOW Future`, - Spread: 0.01, - Open: 17711, - Price: 17761.75, - Buy: 17712.15, - Sell: 17712.16, - Change: 49.6, - ChangePercent: 0.28, - Volume: 22236, - High: 17727, - Low: 17642, - YearlyHigh: 18083, - YearlyLow: 15299, - YearlyStart: 16691, - YearlyChange: 6.12, - Settlement: `Cash`, - Contract: `Options`, - Region: `North America`, - Country: `United States`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-05-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 866 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Rice`, - Spread: 0.01, - Open: 11.245, - Price: 10.24, - Buy: 10.41, - Sell: 10.42, - Change: -0.18, - ChangePercent: -1.64, - Volume: 220, - High: 11.38, - Low: 10.42, - YearlyHigh: 14.14, - YearlyLow: 9.7, - YearlyStart: 11.92, - YearlyChange: -12.62, - Settlement: `Credit`, - Contract: `CFD`, - Region: `South America`, - Country: `Bolivia`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-05-11`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 867 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Natural Gas`, - Spread: 0.02, - Open: 2.094, - Price: 2.11, - Buy: 2.09, - Sell: 2.09, - Change: 0.01, - ChangePercent: 0.32, - Volume: 2783, - High: 2.11, - Low: 2.09, - YearlyHigh: 3.2, - YearlyLow: 1.84, - YearlyStart: 2.52, - YearlyChange: -16.51, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Middle East`, - Country: `Israel`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `High`, - Issuer: `American Airlines`, - Maturity: `2022-07-19`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 868 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `OJ Future`, - Spread: 0.01, - Open: 140.6, - Price: 142.66, - Buy: 140.18, - Sell: 140.19, - Change: 2.47, - ChangePercent: 1.76, - Volume: 7, - High: 140.19, - Low: 0, - YearlyHigh: 155.95, - YearlyLow: 113, - YearlyStart: 134.47, - YearlyChange: 4.25, - Settlement: `Credit`, - Contract: `Options`, - Region: `Asia Pacific`, - Country: `Korea`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-02-22`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 869 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Corn`, - Spread: 0.01, - Open: 379.5, - Price: 372.97, - Buy: 379.8, - Sell: 379.81, - Change: -6.83, - ChangePercent: -1.8, - Volume: 11266, - High: 381, - Low: 377.75, - YearlyHigh: 471.25, - YearlyLow: 351.25, - YearlyStart: 411.25, - YearlyChange: -7.65, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Africa`, - Country: `Egypt`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-04-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 870 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Sugar`, - Spread: 0.01, - Open: 15.68, - Price: 14.97, - Buy: 14.67, - Sell: 14.68, - Change: 0.3, - ChangePercent: 2, - Volume: 4949, - High: 15.7, - Low: 14.67, - YearlyHigh: 16.87, - YearlyLow: 11.37, - YearlyStart: 14.12, - YearlyChange: 3.92, - Settlement: `Cash`, - Contract: `CFD`, - Region: `Europe`, - Country: `Croatia`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-08-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 871 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Oats`, - Spread: 0.01, - Open: 194.5, - Price: 193.05, - Buy: 194.21, - Sell: 194.22, - Change: -1.17, - ChangePercent: -0.6, - Volume: 64, - High: 195.75, - Low: 194, - YearlyHigh: 241.25, - YearlyLow: 183.75, - YearlyStart: 212.5, - YearlyChange: -8.6, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Africa`, - Country: `Algeria`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-08-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 872 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/CHF`, - Spread: 0.02, - Open: 1.0337, - Price: 1.03, - Buy: 1.03, - Sell: 1.03, - Change: -0.01, - ChangePercent: -1.2, - Volume: 5550, - High: 1.03, - Low: 1.03, - YearlyHigh: 1.11, - YearlyLow: 0.98, - YearlyStart: 1.04, - YearlyChange: -0.12, - Settlement: `Credit`, - Contract: `Options`, - Region: `Europe`, - Country: `Spain`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-03-19`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 873 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `US 30YR Future`, - Spread: 0.01, - Open: 164.875, - Price: 164.62, - Buy: 164.15, - Sell: 164.16, - Change: 0.46, - ChangePercent: 0.28, - Volume: 28012, - High: 165.25, - Low: 164.04, - YearlyHigh: 169.38, - YearlyLow: 151.47, - YearlyStart: 160.43, - YearlyChange: 2.33, - Settlement: `Loan`, - Contract: `Futures`, - Region: `Middle East`, - Country: `Bahrain`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-06-23`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 874 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Platinum`, - Spread: 0.01, - Open: 1071.6, - Price: 1051.82, - Buy: 1071.09, - Sell: 1071.1, - Change: -19.28, - ChangePercent: -1.8, - Volume: 3039, - High: 1081.2, - Low: 1070.5, - YearlyHigh: 1120.6, - YearlyLow: 812.4, - YearlyStart: 966.5, - YearlyChange: 10.82, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Asia Pacific`, - Country: `Singapore`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-01-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 875 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/CAD`, - Spread: 0.02, - Open: 0.7744, - Price: 0.96, - Buy: 0.94, - Sell: 0.96, - Change: 0.01, - ChangePercent: 0.88, - Volume: 13669, - High: 0.95, - Low: 0.77, - YearlyHigh: 0.95, - YearlyLow: 0.68, - YearlyStart: 0.76, - YearlyChange: 26.43, - Settlement: `Loan`, - Contract: `Options`, - Region: `Europe`, - Country: `Russia`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `High`, - Issuer: `American Airlines`, - Maturity: `2022-06-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 876 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Lumber`, - Spread: 0.01, - Open: 303.9, - Price: 302.53, - Buy: 304.59, - Sell: 304.6, - Change: -2.07, - ChangePercent: -0.68, - Volume: 2, - High: 304.6, - Low: 303.9, - YearlyHigh: 317.1, - YearlyLow: 236, - YearlyStart: 276.55, - YearlyChange: 10.14, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Middle East`, - Country: `Iraq`, - Risk: `High`, - Sector: `Public`, - Currency: `USD`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-07-16`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 877 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Cocoa`, - Spread: 0.01, - Open: 3076, - Price: 3084.64, - Buy: 3076, - Sell: 3076, - Change: 8.61, - ChangePercent: 0.28, - Volume: 978, - High: 3078, - Low: 3066, - YearlyHigh: 3406, - YearlyLow: 2746, - YearlyStart: 3076, - YearlyChange: 0, - Settlement: `Cash`, - Contract: `Options`, - Region: `Africa`, - Country: `Senegal`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-08-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 878 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Rice`, - Spread: 0.01, - Open: 11.245, - Price: 10.37, - Buy: 10.41, - Sell: 10.42, - Change: -0.05, - ChangePercent: -0.4, - Volume: 220, - High: 11.38, - Low: 10.42, - YearlyHigh: 14.14, - YearlyLow: 9.7, - YearlyStart: 11.92, - YearlyChange: -12.62, - Settlement: `Cash`, - Contract: `CFD`, - Region: `Europe`, - Country: `Germany`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-07-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 879 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Copper`, - Spread: 0.02, - Open: 2.123, - Price: 2.12, - Buy: 2.12, - Sell: 2.12, - Change: 0.01, - ChangePercent: 0.36, - Volume: 28819, - High: 2.16, - Low: 2.11, - YearlyHigh: 2.94, - YearlyLow: 1.96, - YearlyStart: 2.45, - YearlyChange: -13.76, - Settlement: `Credit`, - Contract: `CFD`, - Region: `North America`, - Country: `United States`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-06-27`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 880 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `NAS Future`, - Spread: 0.01, - Open: 4341.25, - Price: 4311.76, - Buy: 4341.25, - Sell: 4341.25, - Change: -29.52, - ChangePercent: -0.68, - Volume: 18259, - High: 4347, - Low: 4318, - YearlyHigh: 4719.75, - YearlyLow: 3867.75, - YearlyStart: 4293.75, - YearlyChange: 1.11, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Asia Pacific`, - Country: `Thailand`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-04-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 881 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `OJ Future`, - Spread: 0.01, - Open: 140.6, - Price: 139.68, - Buy: 140.18, - Sell: 140.19, - Change: -0.51, - ChangePercent: -0.36, - Volume: 7, - High: 140.19, - Low: 0, - YearlyHigh: 155.95, - YearlyLow: 113, - YearlyStart: 134.47, - YearlyChange: 4.25, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `Africa`, - Country: `Tunisia`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-03-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 882 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `LV Cattle`, - Spread: 0.01, - Open: 120.725, - Price: 118.48, - Buy: 120.72, - Sell: 120.72, - Change: -2.22, - ChangePercent: -1.84, - Volume: 4, - High: 120.72, - Low: 120.72, - YearlyHigh: 147.98, - YearlyLow: 113.9, - YearlyStart: 130.94, - YearlyChange: -7.82, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Asia Pacific`, - Country: `Azerbaijan`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-07-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 883 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Sugar`, - Spread: 0.01, - Open: 15.68, - Price: 14.66, - Buy: 14.67, - Sell: 14.68, - Change: -0.01, - ChangePercent: -0.08, - Volume: 4949, - High: 15.7, - Low: 14.67, - YearlyHigh: 16.87, - YearlyLow: 11.37, - YearlyStart: 14.12, - YearlyChange: 3.92, - Settlement: `Cash`, - Contract: `Futures`, - Region: `North America`, - Country: `Canada`, - Risk: `High`, - Sector: `Public`, - Currency: `PLN`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-01-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 884 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Gold`, - Spread: 0.01, - Open: 1281.1, - Price: 1274.07, - Buy: 1280.73, - Sell: 1280.74, - Change: -6.66, - ChangePercent: -0.52, - Volume: 48387, - High: 1289.5, - Low: 1279.1, - YearlyHigh: 1306, - YearlyLow: 1047.2, - YearlyStart: 1176.6, - YearlyChange: 8.85, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Asia Pacific`, - Country: `Philippines`, - Risk: `High`, - Sector: `Government`, - Currency: `USD`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-08-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 885 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Gold`, - Spread: 0.01, - Open: 1281.1, - Price: 1265.88, - Buy: 1280.73, - Sell: 1280.74, - Change: -14.85, - ChangePercent: -1.16, - Volume: 48387, - High: 1289.5, - Low: 1279.1, - YearlyHigh: 1306, - YearlyLow: 1047.2, - YearlyStart: 1176.6, - YearlyChange: 8.85, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Europe`, - Country: `Czechia`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-04-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 886 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soybean`, - Spread: 0.01, - Open: 1038, - Price: 1055.65, - Buy: 1038.61, - Sell: 1038.62, - Change: 17.03, - ChangePercent: 1.64, - Volume: 20356, - High: 1044, - Low: 1031.75, - YearlyHigh: 1057, - YearlyLow: 859.5, - YearlyStart: 958.25, - YearlyChange: 8.39, - Settlement: `Cash`, - Contract: `Options`, - Region: `South America`, - Country: `Peru`, - Risk: `Low`, - Sector: `Government`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-01-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 887 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P 600 MINI`, - Spread: 0.01, - Open: 687.9, - Price: 681.83, - Buy: 687.9, - Sell: 687.9, - Change: -6.05, - ChangePercent: -0.88, - Volume: 0, - High: 0, - Low: 0, - YearlyHigh: 620.32, - YearlyLow: 595.9, - YearlyStart: 608.11, - YearlyChange: 13.12, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Middle East`, - Country: `Israel`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-04-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 888 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Sugar`, - Spread: 0.01, - Open: 15.68, - Price: 14.66, - Buy: 14.67, - Sell: 14.68, - Change: -0.01, - ChangePercent: -0.08, - Volume: 4949, - High: 15.7, - Low: 14.67, - YearlyHigh: 16.87, - YearlyLow: 11.37, - YearlyStart: 14.12, - YearlyChange: 3.92, - Settlement: `Loan`, - Contract: `Futures`, - Region: `Middle East`, - Country: `Saudi Arabia`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-04-16`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 889 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Uranium`, - Spread: 0.02, - Open: 27.55, - Price: 28.08, - Buy: 27.55, - Sell: 27.55, - Change: 0.5, - ChangePercent: 1.8, - Volume: 12, - High: 27.55, - Low: 27.55, - YearlyHigh: 29.32, - YearlyLow: 21.28, - YearlyStart: 25.3, - YearlyChange: 9.01, - Settlement: `Cash`, - Contract: `Options`, - Region: `Asia Pacific`, - Country: `Australia`, - Risk: `High`, - Sector: `Private`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-04-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 890 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/CHF`, - Spread: 0.02, - Open: 1.0337, - Price: 1.05, - Buy: 1.03, - Sell: 1.03, - Change: 0.01, - ChangePercent: 0.2, - Volume: 5550, - High: 1.03, - Low: 1.03, - YearlyHigh: 1.11, - YearlyLow: 0.98, - YearlyStart: 1.04, - YearlyChange: -0.12, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Europe`, - Country: `Slovenia`, - Risk: `High`, - Sector: `Government`, - Currency: `USD`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-02-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 891 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Lumber`, - Spread: 0.01, - Open: 303.9, - Price: 298.75, - Buy: 304.59, - Sell: 304.6, - Change: -5.85, - ChangePercent: -1.92, - Volume: 2, - High: 304.6, - Low: 303.9, - YearlyHigh: 317.1, - YearlyLow: 236, - YearlyStart: 276.55, - YearlyChange: 10.14, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Middle East`, - Country: `Kuwait`, - Risk: `Low`, - Sector: `Government`, - Currency: `USD`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-04-24`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 892 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Platinum`, - Spread: 0.01, - Open: 1071.6, - Price: 1052.25, - Buy: 1071.09, - Sell: 1071.1, - Change: -18.85, - ChangePercent: -1.76, - Volume: 3039, - High: 1081.2, - Low: 1070.5, - YearlyHigh: 1120.6, - YearlyLow: 812.4, - YearlyStart: 966.5, - YearlyChange: 10.82, - Settlement: `Cash`, - Contract: `CFD`, - Region: `Africa`, - Country: `South Africa`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-08-21`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 893 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Lumber`, - Spread: 0.01, - Open: 303.9, - Price: 300.46, - Buy: 304.59, - Sell: 304.6, - Change: -4.14, - ChangePercent: -1.36, - Volume: 2, - High: 304.6, - Low: 303.9, - YearlyHigh: 317.1, - YearlyLow: 236, - YearlyStart: 276.55, - YearlyChange: 10.14, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Asia Pacific`, - Country: `Pakistan`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-06-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 894 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P MID MINI`, - Spread: 0.01, - Open: 1454.3, - Price: 1455.78, - Buy: 1455.78, - Sell: 1455.79, - Change: 0, - ChangePercent: 0, - Volume: 338, - High: 1455.78, - Low: 1448, - YearlyHigh: 1527.3, - YearlyLow: 1236, - YearlyStart: 1381.65, - YearlyChange: 5.37, - Settlement: `Cash`, - Contract: `Options`, - Region: `Asia Pacific`, - Country: `Philippines`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-02-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 895 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Ethanol`, - Spread: 0.01, - Open: 1.512, - Price: 2.76, - Buy: 2.75, - Sell: 2.76, - Change: 0.01, - ChangePercent: 0.36, - Volume: 14, - High: 2.75, - Low: 1.12, - YearlyHigh: 2.75, - YearlyLow: 1.12, - YearlyStart: 1.48, - YearlyChange: 86.7, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `South America`, - Country: `Paraguay`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `High`, - Issuer: `American Airlines`, - Maturity: `2022-02-21`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 896 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P 600 MINI`, - Spread: 0.01, - Open: 687.9, - Price: 691.46, - Buy: 687.9, - Sell: 687.9, - Change: 3.58, - ChangePercent: 0.52, - Volume: 0, - High: 0, - Low: 0, - YearlyHigh: 620.32, - YearlyLow: 595.9, - YearlyStart: 608.11, - YearlyChange: 13.12, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Europe`, - Country: `Iceland`, - Risk: `High`, - Sector: `Private`, - Currency: `PLN`, - Security: `High`, - Issuer: `FedEx`, - Maturity: `2022-05-22`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 897 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soybean`, - Spread: 0.01, - Open: 1038, - Price: 1044.43, - Buy: 1038.61, - Sell: 1038.62, - Change: 5.81, - ChangePercent: 0.56, - Volume: 20356, - High: 1044, - Low: 1031.75, - YearlyHigh: 1057, - YearlyLow: 859.5, - YearlyStart: 958.25, - YearlyChange: 8.39, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Middle East`, - Country: `Saudi Arabia`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-04-19`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 898 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soybean`, - Spread: 0.01, - Open: 1038, - Price: 1031.14, - Buy: 1038.61, - Sell: 1038.62, - Change: -7.48, - ChangePercent: -0.72, - Volume: 20356, - High: 1044, - Low: 1031.75, - YearlyHigh: 1057, - YearlyLow: 859.5, - YearlyStart: 958.25, - YearlyChange: 8.39, - Settlement: `Cash`, - Contract: `Options`, - Region: `Asia Pacific`, - Country: `Indonesia`, - Risk: `High`, - Sector: `Government`, - Currency: `USD`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-02-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 899 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P Future`, - Spread: 0.01, - Open: 2057.5, - Price: 2047.55, - Buy: 2056.6, - Sell: 2056.61, - Change: -9.05, - ChangePercent: -0.44, - Volume: 142780, - High: 2059.5, - Low: 2049, - YearlyHigh: 2105.5, - YearlyLow: 1794.5, - YearlyStart: 1950, - YearlyChange: 5.47, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `North America`, - Country: `Canada`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-03-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 900 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/CAD`, - Spread: 0.02, - Open: 0.7744, - Price: 0.94, - Buy: 0.94, - Sell: 0.96, - Change: -0.01, - ChangePercent: -1.36, - Volume: 13669, - High: 0.95, - Low: 0.77, - YearlyHigh: 0.95, - YearlyLow: 0.68, - YearlyStart: 0.76, - YearlyChange: 26.43, - Settlement: `Cash`, - Contract: `Options`, - Region: `Asia Pacific`, - Country: `Korea`, - Risk: `Low`, - Sector: `Government`, - Currency: `USD`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-02-24`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 901 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Corn`, - Spread: 0.01, - Open: 379.5, - Price: 375.85, - Buy: 379.8, - Sell: 379.81, - Change: -3.95, - ChangePercent: -1.04, - Volume: 11266, - High: 381, - Low: 377.75, - YearlyHigh: 471.25, - YearlyLow: 351.25, - YearlyStart: 411.25, - YearlyChange: -7.65, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Middle East`, - Country: `Syria`, - Risk: `High`, - Sector: `Government`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-06-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 902 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Rice`, - Spread: 0.01, - Open: 11.245, - Price: 10.4, - Buy: 10.41, - Sell: 10.42, - Change: -0.02, - ChangePercent: -0.12, - Volume: 220, - High: 11.38, - Low: 10.42, - YearlyHigh: 14.14, - YearlyLow: 9.7, - YearlyStart: 11.92, - YearlyChange: -12.62, - Settlement: `Cash`, - Contract: `Options`, - Region: `South America`, - Country: `Suriname`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-04-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 903 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Copper`, - Spread: 0.02, - Open: 2.123, - Price: 2.11, - Buy: 2.12, - Sell: 2.12, - Change: 0, - ChangePercent: -0.32, - Volume: 28819, - High: 2.16, - Low: 2.11, - YearlyHigh: 2.94, - YearlyLow: 1.96, - YearlyStart: 2.45, - YearlyChange: -13.76, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Africa`, - Country: `Morocco`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-05-23`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 904 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `Euro$ 3M`, - Spread: 0.01, - Open: 99.18, - Price: 101.03, - Buy: 99.18, - Sell: 99.18, - Change: 1.86, - ChangePercent: 1.88, - Volume: 29509, - High: 99.18, - Low: 99.17, - YearlyHigh: 99.38, - YearlyLow: 98.41, - YearlyStart: 98.89, - YearlyChange: 0.28, - Settlement: `Credit`, - Contract: `Futures`, - Region: `Asia Pacific`, - Country: `Philippines`, - Risk: `High`, - Sector: `Public`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-09-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 905 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soybean`, - Spread: 0.01, - Open: 1038, - Price: 1042.77, - Buy: 1038.61, - Sell: 1038.62, - Change: 4.15, - ChangePercent: 0.4, - Volume: 20356, - High: 1044, - Low: 1031.75, - YearlyHigh: 1057, - YearlyLow: 859.5, - YearlyStart: 958.25, - YearlyChange: 8.39, - Settlement: `Credit`, - Contract: `CFD`, - Region: `Middle East`, - Country: `Qatar`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-04-10`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 906 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Lumber`, - Spread: 0.01, - Open: 303.9, - Price: 302.16, - Buy: 304.59, - Sell: 304.6, - Change: -2.44, - ChangePercent: -0.8, - Volume: 2, - High: 304.6, - Low: 303.9, - YearlyHigh: 317.1, - YearlyLow: 236, - YearlyStart: 276.55, - YearlyChange: 10.14, - Settlement: `Cash`, - Contract: `Options`, - Region: `Middle East`, - Country: `UAE`, - Risk: `Low`, - Sector: `Public`, - Currency: `EUR`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-08-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 907 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soybean`, - Spread: 0.01, - Open: 1038, - Price: 1043.19, - Buy: 1038.61, - Sell: 1038.62, - Change: 4.57, - ChangePercent: 0.44, - Volume: 20356, - High: 1044, - Low: 1031.75, - YearlyHigh: 1057, - YearlyLow: 859.5, - YearlyStart: 958.25, - YearlyChange: 8.39, - Settlement: `Cash`, - Contract: `Options`, - Region: `Middle East`, - Country: `Lebanon`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-08-23`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 908 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soybean`, - Spread: 0.01, - Open: 1038, - Price: 1057.31, - Buy: 1038.61, - Sell: 1038.62, - Change: 18.69, - ChangePercent: 1.8, - Volume: 20356, - High: 1044, - Low: 1031.75, - YearlyHigh: 1057, - YearlyLow: 859.5, - YearlyStart: 958.25, - YearlyChange: 8.39, - Settlement: `Cash`, - Contract: `Swap`, - Region: `North America`, - Country: `United States`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-08-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 909 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Palladium`, - Spread: 0.01, - Open: 600.55, - Price: 606.29, - Buy: 601, - Sell: 601.01, - Change: 5.29, - ChangePercent: 0.88, - Volume: 651, - High: 607.2, - Low: 598.4, - YearlyHigh: 690, - YearlyLow: 458.6, - YearlyStart: 574.3, - YearlyChange: 4.65, - Settlement: `Loan`, - Contract: `Futures`, - Region: `Asia Pacific`, - Country: `Indonesia`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-02-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 910 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Lumber`, - Spread: 0.01, - Open: 303.9, - Price: 303.99, - Buy: 304.59, - Sell: 304.6, - Change: -0.61, - ChangePercent: -0.2, - Volume: 2, - High: 304.6, - Low: 303.9, - YearlyHigh: 317.1, - YearlyLow: 236, - YearlyStart: 276.55, - YearlyChange: 10.14, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Europe`, - Country: `France`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `High`, - Issuer: `FedEx`, - Maturity: `2022-02-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 911 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `Lean Hogs`, - Spread: 0.01, - Open: 81.275, - Price: 80.96, - Buy: 81.81, - Sell: 81.82, - Change: -0.85, - ChangePercent: -1.04, - Volume: 1, - High: 81.81, - Low: 81.28, - YearlyHigh: 83.98, - YearlyLow: 70.25, - YearlyStart: 77.11, - YearlyChange: 6.09, - Settlement: `Loan`, - Contract: `Futures`, - Region: `Middle East`, - Country: `Israel`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-06-24`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 912 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Coffee`, - Spread: 0.01, - Open: 125.7, - Price: 127.2, - Buy: 125.7, - Sell: 125.7, - Change: 1.51, - ChangePercent: 1.2, - Volume: 1654, - High: 125.8, - Low: 125, - YearlyHigh: 155.75, - YearlyLow: 115.35, - YearlyStart: 135.55, - YearlyChange: -7.27, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Asia Pacific`, - Country: `Afghanistan`, - Risk: `High`, - Sector: `Government`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-02-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 913 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Cotton`, - Spread: 0.01, - Open: 61.77, - Price: 62.9, - Buy: 61.77, - Sell: 61.77, - Change: 1.14, - ChangePercent: 1.84, - Volume: 3612, - High: 62.06, - Low: 61.32, - YearlyHigh: 67.59, - YearlyLow: 54.33, - YearlyStart: 60.96, - YearlyChange: 1.31, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `Middle East`, - Country: `Qatar`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-05-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 914 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/CAD`, - Spread: 0.02, - Open: 0.7744, - Price: 0.97, - Buy: 0.94, - Sell: 0.96, - Change: 0.02, - ChangePercent: 1.2, - Volume: 13669, - High: 0.95, - Low: 0.77, - YearlyHigh: 0.95, - YearlyLow: 0.68, - YearlyStart: 0.76, - YearlyChange: 26.43, - Settlement: `Credit`, - Contract: `Options`, - Region: `Middle East`, - Country: `Kuwait`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `American Airlines`, - Maturity: `2022-08-10`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 915 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Uranium`, - Spread: 0.02, - Open: 27.55, - Price: 27.78, - Buy: 27.55, - Sell: 27.55, - Change: 0.2, - ChangePercent: 0.72, - Volume: 12, - High: 27.55, - Low: 27.55, - YearlyHigh: 29.32, - YearlyLow: 21.28, - YearlyStart: 25.3, - YearlyChange: 9.01, - Settlement: `Loan`, - Contract: `Futures`, - Region: `South America`, - Country: `Ecuador`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-01-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 916 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/CHF`, - Spread: 0.02, - Open: 1.0337, - Price: 1.06, - Buy: 1.03, - Sell: 1.03, - Change: 0.02, - ChangePercent: 1.68, - Volume: 5550, - High: 1.03, - Low: 1.03, - YearlyHigh: 1.11, - YearlyLow: 0.98, - YearlyStart: 1.04, - YearlyChange: -0.12, - Settlement: `Credit`, - Contract: `Options`, - Region: `North America`, - Country: `Canada`, - Risk: `High`, - Sector: `Public`, - Currency: `USD`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-07-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 917 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `DOW Future`, - Spread: 0.01, - Open: 17711, - Price: 17953.04, - Buy: 17712.15, - Sell: 17712.16, - Change: 240.89, - ChangePercent: 1.36, - Volume: 22236, - High: 17727, - Low: 17642, - YearlyHigh: 18083, - YearlyLow: 15299, - YearlyStart: 16691, - YearlyChange: 6.12, - Settlement: `Credit`, - Contract: `CFD`, - Region: `Africa`, - Country: `Algeria`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-04-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 918 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/JPY`, - Spread: 0.02, - Open: 9275.5, - Price: 9362.69, - Buy: 9277.32, - Sell: 9277.34, - Change: 85.36, - ChangePercent: 0.92, - Volume: 47734, - High: 9277.33, - Low: 0.93, - YearlyHigh: 9483, - YearlyLow: 0.93, - YearlyStart: 4741.97, - YearlyChange: 95.64, - Settlement: `Cash`, - Contract: `CFD`, - Region: `Europe`, - Country: `Italy`, - Risk: `High`, - Sector: `Public`, - Currency: `USD`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-07-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 919 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Gold`, - Spread: 0.01, - Open: 1281.1, - Price: 1272.54, - Buy: 1280.73, - Sell: 1280.74, - Change: -8.19, - ChangePercent: -0.64, - Volume: 48387, - High: 1289.5, - Low: 1279.1, - YearlyHigh: 1306, - YearlyLow: 1047.2, - YearlyStart: 1176.6, - YearlyChange: 8.85, - Settlement: `Credit`, - Contract: `Swap`, - Region: `North America`, - Country: `Canada`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `High`, - Issuer: `American Airlines`, - Maturity: `2022-05-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 920 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Platinum`, - Spread: 0.01, - Open: 1071.6, - Price: 1061.25, - Buy: 1071.09, - Sell: 1071.1, - Change: -9.85, - ChangePercent: -0.92, - Volume: 3039, - High: 1081.2, - Low: 1070.5, - YearlyHigh: 1120.6, - YearlyLow: 812.4, - YearlyStart: 966.5, - YearlyChange: 10.82, - Settlement: `Credit`, - Contract: `Options`, - Region: `Africa`, - Country: `Tunisia`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-03-19`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 921 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Oats`, - Spread: 0.01, - Open: 194.5, - Price: 197.33, - Buy: 194.21, - Sell: 194.22, - Change: 3.11, - ChangePercent: 1.6, - Volume: 64, - High: 195.75, - Low: 194, - YearlyHigh: 241.25, - YearlyLow: 183.75, - YearlyStart: 212.5, - YearlyChange: -8.6, - Settlement: `Credit`, - Contract: `Forwards`, - Region: `Asia Pacific`, - Country: `Azerbaijan`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-03-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 922 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `NAS Future`, - Spread: 0.01, - Open: 4341.25, - Price: 4414.21, - Buy: 4341.25, - Sell: 4341.25, - Change: 72.93, - ChangePercent: 1.68, - Volume: 18259, - High: 4347, - Low: 4318, - YearlyHigh: 4719.75, - YearlyLow: 3867.75, - YearlyStart: 4293.75, - YearlyChange: 1.11, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Asia Pacific`, - Country: `Australia`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-08-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 923 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `OJ Future`, - Spread: 0.01, - Open: 140.6, - Price: 138.39, - Buy: 140.18, - Sell: 140.19, - Change: -1.8, - ChangePercent: -1.28, - Volume: 7, - High: 140.19, - Low: 0, - YearlyHigh: 155.95, - YearlyLow: 113, - YearlyStart: 134.47, - YearlyChange: 4.25, - Settlement: `Loan`, - Contract: `Options`, - Region: `South America`, - Country: `Colombia`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-05-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 924 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `Lean Hogs`, - Spread: 0.01, - Open: 81.275, - Price: 80.24, - Buy: 81.81, - Sell: 81.82, - Change: -1.57, - ChangePercent: -1.92, - Volume: 1, - High: 81.81, - Low: 81.28, - YearlyHigh: 83.98, - YearlyLow: 70.25, - YearlyStart: 77.11, - YearlyChange: 6.09, - Settlement: `Credit`, - Contract: `Options`, - Region: `Africa`, - Country: `South Africa`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-05-22`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 925 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Oats`, - Spread: 0.01, - Open: 194.5, - Price: 193.05, - Buy: 194.21, - Sell: 194.22, - Change: -1.17, - ChangePercent: -0.6, - Volume: 64, - High: 195.75, - Low: 194, - YearlyHigh: 241.25, - YearlyLow: 183.75, - YearlyStart: 212.5, - YearlyChange: -8.6, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Europe`, - Country: `United Kingdom`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-07-23`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 926 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P MID MINI`, - Spread: 0.01, - Open: 1454.3, - Price: 1441.22, - Buy: 1455.78, - Sell: 1455.79, - Change: -14.56, - ChangePercent: -1, - Volume: 338, - High: 1455.78, - Low: 1448, - YearlyHigh: 1527.3, - YearlyLow: 1236, - YearlyStart: 1381.65, - YearlyChange: 5.37, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Asia Pacific`, - Country: `New Zealand`, - Risk: `Low`, - Sector: `Public`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-04-21`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 927 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Oil`, - Spread: 0.015, - Open: 45.54, - Price: 46.56, - Buy: 45.78, - Sell: 45.8, - Change: 0.77, - ChangePercent: 1.68, - Volume: 107196, - High: 45.94, - Low: 45, - YearlyHigh: 65.28, - YearlyLow: 30.79, - YearlyStart: 48.03, - YearlyChange: -4.67, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Asia Pacific`, - Country: `Azerbaijan`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-02-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 928 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Oil`, - Spread: 0.015, - Open: 45.54, - Price: 45.33, - Buy: 45.78, - Sell: 45.8, - Change: -0.46, - ChangePercent: -1, - Volume: 107196, - High: 45.94, - Low: 45, - YearlyHigh: 65.28, - YearlyLow: 30.79, - YearlyStart: 48.03, - YearlyChange: -4.67, - Settlement: `Loan`, - Contract: `Futures`, - Region: `South America`, - Country: `Uruguay`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-03-16`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 929 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Platinum`, - Spread: 0.01, - Open: 1071.6, - Price: 1090.38, - Buy: 1071.09, - Sell: 1071.1, - Change: 19.28, - ChangePercent: 1.8, - Volume: 3039, - High: 1081.2, - Low: 1070.5, - YearlyHigh: 1120.6, - YearlyLow: 812.4, - YearlyStart: 966.5, - YearlyChange: 10.82, - Settlement: `Loan`, - Contract: `Futures`, - Region: `Europe`, - Country: `Denmark`, - Risk: `Low`, - Sector: `Government`, - Currency: `USD`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-06-16`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 930 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Gold`, - Spread: 0.01, - Open: 1281.1, - Price: 1279.19, - Buy: 1280.73, - Sell: 1280.74, - Change: -1.54, - ChangePercent: -0.12, - Volume: 48387, - High: 1289.5, - Low: 1279.1, - YearlyHigh: 1306, - YearlyLow: 1047.2, - YearlyStart: 1176.6, - YearlyChange: 8.85, - Settlement: `Cash`, - Contract: `Options`, - Region: `Europe`, - Country: `Greece`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-09-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 931 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/JPY`, - Spread: 0.02, - Open: 9275.5, - Price: 9114.05, - Buy: 9277.32, - Sell: 9277.34, - Change: -163.28, - ChangePercent: -1.76, - Volume: 47734, - High: 9277.33, - Low: 0.93, - YearlyHigh: 9483, - YearlyLow: 0.93, - YearlyStart: 4741.97, - YearlyChange: 95.64, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Middle East`, - Country: `Israel`, - Risk: `Low`, - Sector: `Government`, - Currency: `USD`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-07-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 932 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soy Meat`, - Spread: 0.01, - Open: 342.6, - Price: 343.99, - Buy: 342.6, - Sell: 342.6, - Change: 1.37, - ChangePercent: 0.4, - Volume: 5646, - High: 345.4, - Low: 340.3, - YearlyHigh: 353.4, - YearlyLow: 261.7, - YearlyStart: 307.55, - YearlyChange: 11.4, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Africa`, - Country: `Senegal`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-05-23`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 933 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `LV Cattle`, - Spread: 0.01, - Open: 120.725, - Price: 122.25, - Buy: 120.72, - Sell: 120.72, - Change: 1.55, - ChangePercent: 1.28, - Volume: 4, - High: 120.72, - Low: 120.72, - YearlyHigh: 147.98, - YearlyLow: 113.9, - YearlyStart: 130.94, - YearlyChange: -7.82, - Settlement: `Cash`, - Contract: `CFD`, - Region: `Middle East`, - Country: `Israel`, - Risk: `Low`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-04-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 934 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `NAS Future`, - Spread: 0.01, - Open: 4341.25, - Price: 4358.65, - Buy: 4341.25, - Sell: 4341.25, - Change: 17.37, - ChangePercent: 0.4, - Volume: 18259, - High: 4347, - Low: 4318, - YearlyHigh: 4719.75, - YearlyLow: 3867.75, - YearlyStart: 4293.75, - YearlyChange: 1.11, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Africa`, - Country: `Senegal`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-02-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 935 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Natural Gas`, - Spread: 0.02, - Open: 2.094, - Price: 2.08, - Buy: 2.09, - Sell: 2.09, - Change: -0.02, - ChangePercent: -1.12, - Volume: 2783, - High: 2.11, - Low: 2.09, - YearlyHigh: 3.2, - YearlyLow: 1.84, - YearlyStart: 2.52, - YearlyChange: -16.51, - Settlement: `Credit`, - Contract: `CFD`, - Region: `Europe`, - Country: `Czechia`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-02-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 936 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Sugar`, - Spread: 0.01, - Open: 15.68, - Price: 14.77, - Buy: 14.67, - Sell: 14.68, - Change: 0.1, - ChangePercent: 0.68, - Volume: 4949, - High: 15.7, - Low: 14.67, - YearlyHigh: 16.87, - YearlyLow: 11.37, - YearlyStart: 14.12, - YearlyChange: 3.92, - Settlement: `Credit`, - Contract: `Options`, - Region: `Asia Pacific`, - Country: `Australia`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-05-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 937 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Coffee`, - Spread: 0.01, - Open: 125.7, - Price: 127.9, - Buy: 125.7, - Sell: 125.7, - Change: 2.21, - ChangePercent: 1.76, - Volume: 1654, - High: 125.8, - Low: 125, - YearlyHigh: 155.75, - YearlyLow: 115.35, - YearlyStart: 135.55, - YearlyChange: -7.27, - Settlement: `Credit`, - Contract: `Options`, - Region: `North America`, - Country: `Canada`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-06-16`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 938 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Coal`, - Spread: 0.015, - Open: 0.4363, - Price: 0.42, - Buy: 0.44, - Sell: 0.44, - Change: 0, - ChangePercent: 1.32, - Volume: 3, - High: 0.44, - Low: 0.44, - YearlyHigh: 0.48, - YearlyLow: 0.4, - YearlyStart: 0.44, - YearlyChange: -5.33, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `Asia Pacific`, - Country: `Korea`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-06-21`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 939 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `Lean Hogs`, - Spread: 0.01, - Open: 81.275, - Price: 82.08, - Buy: 81.81, - Sell: 81.82, - Change: 0.27, - ChangePercent: 0.32, - Volume: 1, - High: 81.81, - Low: 81.28, - YearlyHigh: 83.98, - YearlyLow: 70.25, - YearlyStart: 77.11, - YearlyChange: 6.09, - Settlement: `Cash`, - Contract: `CFD`, - Region: `South America`, - Country: `Suriname`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-06-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 940 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Gold`, - Spread: 0.01, - Open: 1281.1, - Price: 1277.15, - Buy: 1280.73, - Sell: 1280.74, - Change: -3.58, - ChangePercent: -0.28, - Volume: 48387, - High: 1289.5, - Low: 1279.1, - YearlyHigh: 1306, - YearlyLow: 1047.2, - YearlyStart: 1176.6, - YearlyChange: 8.85, - Settlement: `Cash`, - Contract: `Options`, - Region: `Africa`, - Country: `Niger`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-07-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 941 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Silver`, - Spread: 0.01, - Open: 17.43, - Price: 17.34, - Buy: 17.43, - Sell: 17.43, - Change: -0.08, - ChangePercent: -0.44, - Volume: 11720, - High: 17.51, - Low: 17.37, - YearlyHigh: 18.06, - YearlyLow: 13.73, - YearlyStart: 15.89, - YearlyChange: 9.59, - Settlement: `Cash`, - Contract: `Futures`, - Region: `North America`, - Country: `Canada`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-07-22`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 942 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `NAS Future`, - Spread: 0.01, - Open: 4341.25, - Price: 4396.85, - Buy: 4341.25, - Sell: 4341.25, - Change: 55.57, - ChangePercent: 1.28, - Volume: 18259, - High: 4347, - Low: 4318, - YearlyHigh: 4719.75, - YearlyLow: 3867.75, - YearlyStart: 4293.75, - YearlyChange: 1.11, - Settlement: `Loan`, - Contract: `Futures`, - Region: `Middle East`, - Country: `Oman`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-06-21`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 943 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `FD Cattle`, - Spread: 0.01, - Open: 147.175, - Price: 149.38, - Buy: 148.6, - Sell: 148.61, - Change: 0.77, - ChangePercent: 0.52, - Volume: 5, - High: 148.61, - Low: 147.18, - YearlyHigh: 190, - YearlyLow: 138.1, - YearlyStart: 164.05, - YearlyChange: -9.41, - Settlement: `Loan`, - Contract: `Options`, - Region: `Asia Pacific`, - Country: `Thailand`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `American Airlines`, - Maturity: `2022-02-22`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 944 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Lumber`, - Spread: 0.01, - Open: 303.9, - Price: 308.13, - Buy: 304.59, - Sell: 304.6, - Change: 3.53, - ChangePercent: 1.16, - Volume: 2, - High: 304.6, - Low: 303.9, - YearlyHigh: 317.1, - YearlyLow: 236, - YearlyStart: 276.55, - YearlyChange: 10.14, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Asia Pacific`, - Country: `Japan`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-09-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 945 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `Euro$ 3M`, - Spread: 0.01, - Open: 99.18, - Price: 97.5, - Buy: 99.18, - Sell: 99.18, - Change: -1.67, - ChangePercent: -1.68, - Volume: 29509, - High: 99.18, - Low: 99.17, - YearlyHigh: 99.38, - YearlyLow: 98.41, - YearlyStart: 98.89, - YearlyChange: 0.28, - Settlement: `Cash`, - Contract: `Options`, - Region: `Middle East`, - Country: `Oman`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `FedEx`, - Maturity: `2022-05-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 946 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P Future`, - Spread: 0.01, - Open: 2057.5, - Price: 2051.67, - Buy: 2056.6, - Sell: 2056.61, - Change: -4.93, - ChangePercent: -0.24, - Volume: 142780, - High: 2059.5, - Low: 2049, - YearlyHigh: 2105.5, - YearlyLow: 1794.5, - YearlyStart: 1950, - YearlyChange: 5.47, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Middle East`, - Country: `Syria`, - Risk: `High`, - Sector: `Government`, - Currency: `PLN`, - Security: `High`, - Issuer: `American Airlines`, - Maturity: `2022-08-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 947 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/JPY`, - Spread: 0.02, - Open: 9275.5, - Price: 9277.33, - Buy: 9277.32, - Sell: 9277.34, - Change: 0, - ChangePercent: 0, - Volume: 47734, - High: 9277.33, - Low: 0.93, - YearlyHigh: 9483, - YearlyLow: 0.93, - YearlyStart: 4741.97, - YearlyChange: 95.64, - Settlement: `Loan`, - Contract: `Options`, - Region: `South America`, - Country: `Chile`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `American Airlines`, - Maturity: `2022-08-22`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 948 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Palladium`, - Spread: 0.01, - Open: 600.55, - Price: 596.43, - Buy: 601, - Sell: 601.01, - Change: -4.57, - ChangePercent: -0.76, - Volume: 651, - High: 607.2, - Low: 598.4, - YearlyHigh: 690, - YearlyLow: 458.6, - YearlyStart: 574.3, - YearlyChange: 4.65, - Settlement: `Credit`, - Contract: `CFD`, - Region: `Middle East`, - Country: `Jordan`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-06-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 949 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Platinum`, - Spread: 0.01, - Open: 1071.6, - Price: 1082.67, - Buy: 1071.09, - Sell: 1071.1, - Change: 11.57, - ChangePercent: 1.08, - Volume: 3039, - High: 1081.2, - Low: 1070.5, - YearlyHigh: 1120.6, - YearlyLow: 812.4, - YearlyStart: 966.5, - YearlyChange: 10.82, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Europe`, - Country: `Sweden`, - Risk: `High`, - Sector: `Private`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-01-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 950 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Sugar`, - Spread: 0.01, - Open: 15.68, - Price: 14.45, - Buy: 14.67, - Sell: 14.68, - Change: -0.22, - ChangePercent: -1.56, - Volume: 4949, - High: 15.7, - Low: 14.67, - YearlyHigh: 16.87, - YearlyLow: 11.37, - YearlyStart: 14.12, - YearlyChange: 3.92, - Settlement: `Cash`, - Contract: `Options`, - Region: `Middle East`, - Country: `Iraq`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-06-21`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 951 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/CAD`, - Spread: 0.02, - Open: 0.7744, - Price: 0.95, - Buy: 0.94, - Sell: 0.96, - Change: 0, - ChangePercent: -0.32, - Volume: 13669, - High: 0.95, - Low: 0.77, - YearlyHigh: 0.95, - YearlyLow: 0.68, - YearlyStart: 0.76, - YearlyChange: 26.43, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Asia Pacific`, - Country: `Hong Kong`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-05-22`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 952 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `US 2Y Future`, - Spread: 0.01, - Open: 109.3984, - Price: 109.91, - Buy: 109.4, - Sell: 109.4, - Change: 0.52, - ChangePercent: 0.48, - Volume: 17742, - High: 109.41, - Low: 109.38, - YearlyHigh: 109.8, - YearlyLow: 108.62, - YearlyStart: 109.21, - YearlyChange: 0.16, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `Africa`, - Country: `Egypt`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-03-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 953 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Cotton`, - Spread: 0.01, - Open: 61.77, - Price: 60.8, - Buy: 61.77, - Sell: 61.77, - Change: -0.96, - ChangePercent: -1.56, - Volume: 3612, - High: 62.06, - Low: 61.32, - YearlyHigh: 67.59, - YearlyLow: 54.33, - YearlyStart: 60.96, - YearlyChange: 1.31, - Settlement: `Cash`, - Contract: `Options`, - Region: `Europe`, - Country: `Poland`, - Risk: `High`, - Sector: `Government`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-01-19`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 954 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Natural Gas`, - Spread: 0.02, - Open: 2.094, - Price: 2.11, - Buy: 2.09, - Sell: 2.09, - Change: 0.01, - ChangePercent: 0.16, - Volume: 2783, - High: 2.11, - Low: 2.09, - YearlyHigh: 3.2, - YearlyLow: 1.84, - YearlyStart: 2.52, - YearlyChange: -16.51, - Settlement: `Cash`, - Contract: `Options`, - Region: `Africa`, - Country: `Algeria`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-06-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 955 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P MID MINI`, - Spread: 0.01, - Open: 1454.3, - Price: 1469.17, - Buy: 1455.78, - Sell: 1455.79, - Change: 13.39, - ChangePercent: 0.92, - Volume: 338, - High: 1455.78, - Low: 1448, - YearlyHigh: 1527.3, - YearlyLow: 1236, - YearlyStart: 1381.65, - YearlyChange: 5.37, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Europe`, - Country: `Hungary`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-06-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 956 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Platinum`, - Spread: 0.01, - Open: 1071.6, - Price: 1056.53, - Buy: 1071.09, - Sell: 1071.1, - Change: -14.57, - ChangePercent: -1.36, - Volume: 3039, - High: 1081.2, - Low: 1070.5, - YearlyHigh: 1120.6, - YearlyLow: 812.4, - YearlyStart: 966.5, - YearlyChange: 10.82, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Asia Pacific`, - Country: `Azerbaijan`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-04-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 957 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Coal`, - Spread: 0.015, - Open: 0.4363, - Price: 0.42, - Buy: 0.44, - Sell: 0.44, - Change: 0, - ChangePercent: 0.96, - Volume: 3, - High: 0.44, - Low: 0.44, - YearlyHigh: 0.48, - YearlyLow: 0.4, - YearlyStart: 0.44, - YearlyChange: -5.33, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Middle East`, - Country: `Qatar`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-01-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 958 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `US 2Y Future`, - Spread: 0.01, - Open: 109.3984, - Price: 109.34, - Buy: 109.4, - Sell: 109.4, - Change: -0.05, - ChangePercent: -0.04, - Volume: 17742, - High: 109.41, - Low: 109.38, - YearlyHigh: 109.8, - YearlyLow: 108.62, - YearlyStart: 109.21, - YearlyChange: 0.16, - Settlement: `Credit`, - Contract: `CFD`, - Region: `North America`, - Country: `United States`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-07-16`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 959 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/CHF`, - Spread: 0.02, - Open: 1.0337, - Price: 1.06, - Buy: 1.03, - Sell: 1.03, - Change: 0.02, - ChangePercent: 1.24, - Volume: 5550, - High: 1.03, - Low: 1.03, - YearlyHigh: 1.11, - YearlyLow: 0.98, - YearlyStart: 1.04, - YearlyChange: -0.12, - Settlement: `Loan`, - Contract: `Futures`, - Region: `Europe`, - Country: `Belgium`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-03-21`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 960 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Ethanol`, - Spread: 0.01, - Open: 1.512, - Price: 2.72, - Buy: 2.75, - Sell: 2.76, - Change: -0.03, - ChangePercent: -1.24, - Volume: 14, - High: 2.75, - Low: 1.12, - YearlyHigh: 2.75, - YearlyLow: 1.12, - YearlyStart: 1.48, - YearlyChange: 86.7, - Settlement: `Cash`, - Contract: `Options`, - Region: `Europe`, - Country: `Portugal`, - Risk: `High`, - Sector: `Government`, - Currency: `USD`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-09-23`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 961 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soy Meat`, - Spread: 0.01, - Open: 342.6, - Price: 338.78, - Buy: 342.6, - Sell: 342.6, - Change: -3.84, - ChangePercent: -1.12, - Volume: 5646, - High: 345.4, - Low: 340.3, - YearlyHigh: 353.4, - YearlyLow: 261.7, - YearlyStart: 307.55, - YearlyChange: 11.4, - Settlement: `Loan`, - Contract: `Options`, - Region: `South America`, - Country: `Suriname`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `FedEx`, - Maturity: `2022-01-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 962 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Oil`, - Spread: 0.015, - Open: 45.54, - Price: 45.2, - Buy: 45.78, - Sell: 45.8, - Change: -0.59, - ChangePercent: -1.28, - Volume: 107196, - High: 45.94, - Low: 45, - YearlyHigh: 65.28, - YearlyLow: 30.79, - YearlyStart: 48.03, - YearlyChange: -4.67, - Settlement: `Credit`, - Contract: `Options`, - Region: `Africa`, - Country: `Algeria`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-04-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 963 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Palladium`, - Spread: 0.01, - Open: 600.55, - Price: 604.13, - Buy: 601, - Sell: 601.01, - Change: 3.13, - ChangePercent: 0.52, - Volume: 651, - High: 607.2, - Low: 598.4, - YearlyHigh: 690, - YearlyLow: 458.6, - YearlyStart: 574.3, - YearlyChange: 4.65, - Settlement: `Credit`, - Contract: `Options`, - Region: `Middle East`, - Country: `Israel`, - Risk: `Low`, - Sector: `Public`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-03-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 964 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `LV Cattle`, - Spread: 0.01, - Open: 120.725, - Price: 119.21, - Buy: 120.72, - Sell: 120.72, - Change: -1.5, - ChangePercent: -1.24, - Volume: 4, - High: 120.72, - Low: 120.72, - YearlyHigh: 147.98, - YearlyLow: 113.9, - YearlyStart: 130.94, - YearlyChange: -7.82, - Settlement: `Loan`, - Contract: `Options`, - Region: `North America`, - Country: `Mexico`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `High`, - Issuer: `American Airlines`, - Maturity: `2022-05-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 965 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `LV Cattle`, - Spread: 0.01, - Open: 120.725, - Price: 121.19, - Buy: 120.72, - Sell: 120.72, - Change: 0.48, - ChangePercent: 0.4, - Volume: 4, - High: 120.72, - Low: 120.72, - YearlyHigh: 147.98, - YearlyLow: 113.9, - YearlyStart: 130.94, - YearlyChange: -7.82, - Settlement: `Credit`, - Contract: `CFD`, - Region: `South America`, - Country: `Uruguay`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-09-23`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 966 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `US 30YR Future`, - Spread: 0.01, - Open: 164.875, - Price: 166.26, - Buy: 164.15, - Sell: 164.16, - Change: 2.1, - ChangePercent: 1.28, - Volume: 28012, - High: 165.25, - Low: 164.04, - YearlyHigh: 169.38, - YearlyLow: 151.47, - YearlyStart: 160.43, - YearlyChange: 2.33, - Settlement: `Loan`, - Contract: `Futures`, - Region: `Africa`, - Country: `Algeria`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-08-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 967 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Corn`, - Spread: 0.01, - Open: 379.5, - Price: 374.79, - Buy: 379.8, - Sell: 379.81, - Change: -5.01, - ChangePercent: -1.32, - Volume: 11266, - High: 381, - Low: 377.75, - YearlyHigh: 471.25, - YearlyLow: 351.25, - YearlyStart: 411.25, - YearlyChange: -7.65, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Europe`, - Country: `Bulgaria`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-04-21`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 968 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Wheat`, - Spread: 0.01, - Open: 465.5, - Price: 474.46, - Buy: 465.5, - Sell: 465.5, - Change: 8.94, - ChangePercent: 1.92, - Volume: 4318, - High: 467, - Low: 463.25, - YearlyHigh: 628.5, - YearlyLow: 449.5, - YearlyStart: 539, - YearlyChange: -13.63, - Settlement: `Loan`, - Contract: `CFD`, - Region: `Europe`, - Country: `Sweden`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-08-10`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 969 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Natural Gas`, - Spread: 0.02, - Open: 2.094, - Price: 2.09, - Buy: 2.09, - Sell: 2.09, - Change: -0.01, - ChangePercent: -0.68, - Volume: 2783, - High: 2.11, - Low: 2.09, - YearlyHigh: 3.2, - YearlyLow: 1.84, - YearlyStart: 2.52, - YearlyChange: -16.51, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Middle East`, - Country: `Qatar`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-03-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 970 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soy Meat`, - Spread: 0.01, - Open: 342.6, - Price: 344.95, - Buy: 342.6, - Sell: 342.6, - Change: 2.33, - ChangePercent: 0.68, - Volume: 5646, - High: 345.4, - Low: 340.3, - YearlyHigh: 353.4, - YearlyLow: 261.7, - YearlyStart: 307.55, - YearlyChange: 11.4, - Settlement: `Credit`, - Contract: `Options`, - Region: `North America`, - Country: `Canada`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-08-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 971 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Oil`, - Spread: 0.015, - Open: 45.54, - Price: 46.28, - Buy: 45.78, - Sell: 45.8, - Change: 0.49, - ChangePercent: 1.08, - Volume: 107196, - High: 45.94, - Low: 45, - YearlyHigh: 65.28, - YearlyLow: 30.79, - YearlyStart: 48.03, - YearlyChange: -4.67, - Settlement: `Credit`, - Contract: `Futures`, - Region: `Middle East`, - Country: `Qatar`, - Risk: `High`, - Sector: `Private`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-01-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 972 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/CAD`, - Spread: 0.02, - Open: 0.7744, - Price: 0.97, - Buy: 0.94, - Sell: 0.96, - Change: 0.02, - ChangePercent: 2, - Volume: 13669, - High: 0.95, - Low: 0.77, - YearlyHigh: 0.95, - YearlyLow: 0.68, - YearlyStart: 0.76, - YearlyChange: 26.43, - Settlement: `Loan`, - Contract: `CFD`, - Region: `Asia Pacific`, - Country: `Pakistan`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `High`, - Issuer: `FedEx`, - Maturity: `2022-08-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 973 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P 600 MINI`, - Spread: 0.01, - Open: 687.9, - Price: 699.71, - Buy: 687.9, - Sell: 687.9, - Change: 11.83, - ChangePercent: 1.72, - Volume: 0, - High: 0, - Low: 0, - YearlyHigh: 620.32, - YearlyLow: 595.9, - YearlyStart: 608.11, - YearlyChange: 13.12, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Middle East`, - Country: `UAE`, - Risk: `Low`, - Sector: `Government`, - Currency: `USD`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-08-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 974 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Uranium`, - Spread: 0.02, - Open: 27.55, - Price: 27.86, - Buy: 27.55, - Sell: 27.55, - Change: 0.28, - ChangePercent: 1, - Volume: 12, - High: 27.55, - Low: 27.55, - YearlyHigh: 29.32, - YearlyLow: 21.28, - YearlyStart: 25.3, - YearlyChange: 9.01, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Africa`, - Country: `Algeria`, - Risk: `High`, - Sector: `Private`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-09-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 975 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `US 10YR Future`, - Spread: 0.01, - Open: 130.5625, - Price: 129.49, - Buy: 130.56, - Sell: 130.56, - Change: -1.09, - ChangePercent: -0.84, - Volume: 189310, - High: 130.63, - Low: 130.44, - YearlyHigh: 132.64, - YearlyLow: 125.48, - YearlyStart: 129.06, - YearlyChange: 1.18, - Settlement: `Loan`, - Contract: `Futures`, - Region: `Middle East`, - Country: `Iraq`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-05-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 976 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Oats`, - Spread: 0.01, - Open: 194.5, - Price: 190.49, - Buy: 194.21, - Sell: 194.22, - Change: -3.73, - ChangePercent: -1.92, - Volume: 64, - High: 195.75, - Low: 194, - YearlyHigh: 241.25, - YearlyLow: 183.75, - YearlyStart: 212.5, - YearlyChange: -8.6, - Settlement: `Loan`, - Contract: `Futures`, - Region: `Asia Pacific`, - Country: `Indonesia`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-08-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 977 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Sugar`, - Spread: 0.01, - Open: 15.68, - Price: 14.93, - Buy: 14.67, - Sell: 14.68, - Change: 0.26, - ChangePercent: 1.72, - Volume: 4949, - High: 15.7, - Low: 14.67, - YearlyHigh: 16.87, - YearlyLow: 11.37, - YearlyStart: 14.12, - YearlyChange: 3.92, - Settlement: `Loan`, - Contract: `Futures`, - Region: `Asia Pacific`, - Country: `Australia`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-02-19`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 978 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P Future`, - Spread: 0.01, - Open: 2057.5, - Price: 2062.36, - Buy: 2056.6, - Sell: 2056.61, - Change: 5.76, - ChangePercent: 0.28, - Volume: 142780, - High: 2059.5, - Low: 2049, - YearlyHigh: 2105.5, - YearlyLow: 1794.5, - YearlyStart: 1950, - YearlyChange: 5.47, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `Asia Pacific`, - Country: `China`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-04-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 979 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P MID MINI`, - Spread: 0.01, - Open: 1454.3, - Price: 1448.21, - Buy: 1455.78, - Sell: 1455.79, - Change: -7.57, - ChangePercent: -0.52, - Volume: 338, - High: 1455.78, - Low: 1448, - YearlyHigh: 1527.3, - YearlyLow: 1236, - YearlyStart: 1381.65, - YearlyChange: 5.37, - Settlement: `Credit`, - Contract: `Forwards`, - Region: `Africa`, - Country: `Egypt`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-03-11`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 980 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soy Meat`, - Spread: 0.01, - Open: 342.6, - Price: 342.48, - Buy: 342.6, - Sell: 342.6, - Change: -0.14, - ChangePercent: -0.04, - Volume: 5646, - High: 345.4, - Low: 340.3, - YearlyHigh: 353.4, - YearlyLow: 261.7, - YearlyStart: 307.55, - YearlyChange: 11.4, - Settlement: `Loan`, - Contract: `Forwards`, - Region: `Africa`, - Country: `South Africa`, - Risk: `Low`, - Sector: `Government`, - Currency: `USD`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-04-27`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 981 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/CAD`, - Spread: 0.02, - Open: 0.7744, - Price: 0.95, - Buy: 0.94, - Sell: 0.96, - Change: 0, - ChangePercent: -0.72, - Volume: 13669, - High: 0.95, - Low: 0.77, - YearlyHigh: 0.95, - YearlyLow: 0.68, - YearlyStart: 0.76, - YearlyChange: 26.43, - Settlement: `Loan`, - Contract: `CFD`, - Region: `Middle East`, - Country: `Bahrain`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-07-19`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 982 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Ethanol`, - Spread: 0.01, - Open: 1.512, - Price: 2.76, - Buy: 2.75, - Sell: 2.76, - Change: 0.01, - ChangePercent: 0.08, - Volume: 14, - High: 2.75, - Low: 1.12, - YearlyHigh: 2.75, - YearlyLow: 1.12, - YearlyStart: 1.48, - YearlyChange: 86.7, - Settlement: `Cash`, - Contract: `Options`, - Region: `Africa`, - Country: `Morocco`, - Risk: `High`, - Sector: `Government`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-02-24`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 983 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `FD Cattle`, - Spread: 0.01, - Open: 147.175, - Price: 148.25, - Buy: 148.6, - Sell: 148.61, - Change: -0.36, - ChangePercent: -0.24, - Volume: 5, - High: 148.61, - Low: 147.18, - YearlyHigh: 190, - YearlyLow: 138.1, - YearlyStart: 164.05, - YearlyChange: -9.41, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Middle East`, - Country: `Jordan`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `High`, - Issuer: `American Airlines`, - Maturity: `2022-01-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 984 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Gold`, - Spread: 0.01, - Open: 1281.1, - Price: 1283.29, - Buy: 1280.73, - Sell: 1280.74, - Change: 2.56, - ChangePercent: 0.2, - Volume: 48387, - High: 1289.5, - Low: 1279.1, - YearlyHigh: 1306, - YearlyLow: 1047.2, - YearlyStart: 1176.6, - YearlyChange: 8.85, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Europe`, - Country: `Denmark`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-02-22`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 985 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/CHF`, - Spread: 0.02, - Open: 1.0337, - Price: 1.04, - Buy: 1.03, - Sell: 1.03, - Change: 0, - ChangePercent: -0.28, - Volume: 5550, - High: 1.03, - Low: 1.03, - YearlyHigh: 1.11, - YearlyLow: 0.98, - YearlyStart: 1.04, - YearlyChange: -0.12, - Settlement: `Loan`, - Contract: `Futures`, - Region: `Asia Pacific`, - Country: `Thailand`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-08-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 986 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Ethanol`, - Spread: 0.01, - Open: 1.512, - Price: 2.77, - Buy: 2.75, - Sell: 2.76, - Change: 0.02, - ChangePercent: 0.64, - Volume: 14, - High: 2.75, - Low: 1.12, - YearlyHigh: 2.75, - YearlyLow: 1.12, - YearlyStart: 1.48, - YearlyChange: 86.7, - Settlement: `Cash`, - Contract: `Swap`, - Region: `South America`, - Country: `Uruguay`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-06-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 987 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/CAD`, - Spread: 0.02, - Open: 0.7744, - Price: 0.95, - Buy: 0.94, - Sell: 0.96, - Change: 0, - ChangePercent: -0.96, - Volume: 13669, - High: 0.95, - Low: 0.77, - YearlyHigh: 0.95, - YearlyLow: 0.68, - YearlyStart: 0.76, - YearlyChange: 26.43, - Settlement: `Credit`, - Contract: `Options`, - Region: `Asia Pacific`, - Country: `Malaysia`, - Risk: `High`, - Sector: `Government`, - Currency: `USD`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-05-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 988 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/CHF`, - Spread: 0.02, - Open: 1.0337, - Price: 1.03, - Buy: 1.03, - Sell: 1.03, - Change: -0.01, - ChangePercent: -1.68, - Volume: 5550, - High: 1.03, - Low: 1.03, - YearlyHigh: 1.11, - YearlyLow: 0.98, - YearlyStart: 1.04, - YearlyChange: -0.12, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Africa`, - Country: `Senegal`, - Risk: `High`, - Sector: `Public`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-07-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 989 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Uranium`, - Spread: 0.02, - Open: 27.55, - Price: 27.48, - Buy: 27.55, - Sell: 27.55, - Change: -0.1, - ChangePercent: -0.36, - Volume: 12, - High: 27.55, - Low: 27.55, - YearlyHigh: 29.32, - YearlyLow: 21.28, - YearlyStart: 25.3, - YearlyChange: 9.01, - Settlement: `Credit`, - Contract: `CFD`, - Region: `North America`, - Country: `Canada`, - Risk: `High`, - Sector: `Private`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-07-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 990 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P Future`, - Spread: 0.01, - Open: 2057.5, - Price: 2075.52, - Buy: 2056.6, - Sell: 2056.61, - Change: 18.92, - ChangePercent: 0.92, - Volume: 142780, - High: 2059.5, - Low: 2049, - YearlyHigh: 2105.5, - YearlyLow: 1794.5, - YearlyStart: 1950, - YearlyChange: 5.47, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Asia Pacific`, - Country: `Afghanistan`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-06-22`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 991 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `Euro$ 3M`, - Spread: 0.01, - Open: 99.18, - Price: 98.42, - Buy: 99.18, - Sell: 99.18, - Change: -0.75, - ChangePercent: -0.76, - Volume: 29509, - High: 99.18, - Low: 99.17, - YearlyHigh: 99.38, - YearlyLow: 98.41, - YearlyStart: 98.89, - YearlyChange: 0.28, - Settlement: `Loan`, - Contract: `Options`, - Region: `Europe`, - Country: `Slovenia`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-08-22`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 992 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Lumber`, - Spread: 0.01, - Open: 303.9, - Price: 310.2, - Buy: 304.59, - Sell: 304.6, - Change: 5.6, - ChangePercent: 1.84, - Volume: 2, - High: 304.6, - Low: 303.9, - YearlyHigh: 317.1, - YearlyLow: 236, - YearlyStart: 276.55, - YearlyChange: 10.14, - Settlement: `Loan`, - Contract: `CFD`, - Region: `Africa`, - Country: `Morocco`, - Risk: `Low`, - Sector: `Government`, - Currency: `PLN`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-05-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 993 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Lumber`, - Spread: 0.01, - Open: 303.9, - Price: 300.21, - Buy: 304.59, - Sell: 304.6, - Change: -4.39, - ChangePercent: -1.44, - Volume: 2, - High: 304.6, - Low: 303.9, - YearlyHigh: 317.1, - YearlyLow: 236, - YearlyStart: 276.55, - YearlyChange: 10.14, - Settlement: `Credit`, - Contract: `Options`, - Region: `Europe`, - Country: `Slovakia`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-05-16`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 994 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `BTC/USD`, - Spread: 0.06, - Open: 93.88, - Price: 21093.18, - Buy: 21200.76, - Sell: 21400.78, - Change: 92.41, - ChangePercent: 0.44, - Volume: 5788000, - High: 22400.05, - Low: 20100.75, - YearlyHigh: 62400.7, - YearlyLow: 15100.88, - YearlyStart: 21200.29, - YearlyChange: -20.62, - Settlement: `Credit`, - Contract: `CFD`, - Region: `Middle East`, - Country: `Turkey`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-03-16`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 995 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `Euro$ 3M`, - Spread: 0.01, - Open: 99.18, - Price: 100.64, - Buy: 99.18, - Sell: 99.18, - Change: 1.47, - ChangePercent: 1.48, - Volume: 29509, - High: 99.18, - Low: 99.17, - YearlyHigh: 99.38, - YearlyLow: 98.41, - YearlyStart: 98.89, - YearlyChange: 0.28, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `Europe`, - Country: `Italy`, - Risk: `High`, - Sector: `Private`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-09-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 996 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Uranium`, - Spread: 0.02, - Open: 27.55, - Price: 27.65, - Buy: 27.55, - Sell: 27.55, - Change: 0.07, - ChangePercent: 0.24, - Volume: 12, - High: 27.55, - Low: 27.55, - YearlyHigh: 29.32, - YearlyLow: 21.28, - YearlyStart: 25.3, - YearlyChange: 9.01, - Settlement: `Loan`, - Contract: `Futures`, - Region: `Middle East`, - Country: `Lebanon`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-04-27`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 997 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/JPY`, - Spread: 0.02, - Open: 9275.5, - Price: 9102.92, - Buy: 9277.32, - Sell: 9277.34, - Change: -174.41, - ChangePercent: -1.88, - Volume: 47734, - High: 9277.33, - Low: 0.93, - YearlyHigh: 9483, - YearlyLow: 0.93, - YearlyStart: 4741.97, - YearlyChange: 95.64, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Europe`, - Country: `Poland`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-07-11`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 998 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Natural Gas`, - Spread: 0.02, - Open: 2.094, - Price: 2.09, - Buy: 2.09, - Sell: 2.09, - Change: -0.01, - ChangePercent: -0.76, - Volume: 2783, - High: 2.11, - Low: 2.09, - YearlyHigh: 3.2, - YearlyLow: 1.84, - YearlyStart: 2.52, - YearlyChange: -16.51, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Europe`, - Country: `Hungary`, - Risk: `Low`, - Sector: `Public`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-08-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 999 - }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Ethanol`, Spread: 0.01, Open: 1.512, Price: 2.76, Buy: 2.75, Sell: 2.76, Change: 0.01, ChangePercent: 0.2, Volume: 14, High: 2.75, Low: 1.12, YearlyHigh: 2.75, YearlyLow: 1.12, YearlyStart: 1.48, YearlyChange: 86.7, Settlement: `Cash`, Contract: `CFD`, Region: `Middle East`, Country: `Saudi Arabia`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-02-11`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 0 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Natural Gas`, Spread: 0.02, Open: 2.094, Price: 2.07, Buy: 2.09, Sell: 2.09, Change: -0.03, ChangePercent: -1.8, Volume: 2783, High: 2.11, Low: 2.09, YearlyHigh: 3.2, YearlyLow: 1.84, YearlyStart: 2.52, YearlyChange: -16.51, Settlement: `Credit`, Contract: `Options`, Region: `Middle East`, Country: `Saudi Arabia`, Risk: `High`, Sector: `Public`, Currency: `PLN`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-02-22`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 1 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Cotton`, Spread: 0.01, Open: 61.77, Price: 62.9, Buy: 61.77, Sell: 61.77, Change: 1.14, ChangePercent: 1.84, Volume: 3612, High: 62.06, Low: 61.32, YearlyHigh: 67.59, YearlyLow: 54.33, YearlyStart: 60.96, YearlyChange: 1.31, Settlement: `Cash`, Contract: `Options`, Region: `North America`, Country: `United States`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-05-23`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 2 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `FD Cattle`, Spread: 0.01, Open: 147.175, Price: 150.57, Buy: 148.6, Sell: 148.61, Change: 1.96, ChangePercent: 1.32, Volume: 5, High: 148.61, Low: 147.18, YearlyHigh: 190, YearlyLow: 138.1, YearlyStart: 164.05, YearlyChange: -9.41, Settlement: `Loan`, Contract: `Futures`, Region: `Africa`, Country: `South Africa`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-09-19`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 3 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Wheat`, Spread: 0.01, Open: 465.5, Price: 465.89, Buy: 465.5, Sell: 465.5, Change: 0.37, ChangePercent: 0.08, Volume: 4318, High: 467, Low: 463.25, YearlyHigh: 628.5, YearlyLow: 449.5, YearlyStart: 539, YearlyChange: -13.63, Settlement: `Cash`, Contract: `Futures`, Region: `Europe`, Country: `Slovenia`, Risk: `High`, Sector: `Government`, Currency: `PLN`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-04-19`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 4 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Milk`, Spread: 0.01, Open: 12.87, Price: 12.78, Buy: 12.87, Sell: 12.87, Change: -0.08, ChangePercent: -0.64, Volume: 7, High: 12.89, Low: 12.81, YearlyHigh: 16.96, YearlyLow: 12.81, YearlyStart: 14.88, YearlyChange: -13.6, Settlement: `Cash`, Contract: `CFD`, Region: `Africa`, Country: `Nigeria`, Risk: `High`, Sector: `Public`, Currency: `USD`, Security: `High`, Issuer: `American Airlines`, Maturity: `2022-06-23`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 5 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Oil`, Spread: 0.015, Open: 45.54, Price: 45.79, Buy: 45.78, Sell: 45.8, Change: 0, ChangePercent: 0, Volume: 107196, High: 45.94, Low: 45, YearlyHigh: 65.28, YearlyLow: 30.79, YearlyStart: 48.03, YearlyChange: -4.67, Settlement: `Loan`, Contract: `Futures`, Region: `Europe`, Country: `Iceland`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `FedEx`, Maturity: `2022-05-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 6 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P MID MINI`, Spread: 0.01, Open: 1454.3, Price: 1430.74, Buy: 1455.78, Sell: 1455.79, Change: -25.04, ChangePercent: -1.72, Volume: 338, High: 1455.78, Low: 1448, YearlyHigh: 1527.3, YearlyLow: 1236, YearlyStart: 1381.65, YearlyChange: 5.37, Settlement: `Cash`, Contract: `Options`, Region: `Asia Pacific`, Country: `China`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-07-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 7 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `Lean Hogs`, Spread: 0.01, Open: 81.275, Price: 80.54, Buy: 81.81, Sell: 81.82, Change: -1.27, ChangePercent: -1.56, Volume: 1, High: 81.81, Low: 81.28, YearlyHigh: 83.98, YearlyLow: 70.25, YearlyStart: 77.11, YearlyChange: 6.09, Settlement: `Cash`, Contract: `Futures`, Region: `Asia Pacific`, Country: `India`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-09-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 8 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `US 30YR Future`, Spread: 0.01, Open: 164.875, Price: 163.44, Buy: 164.15, Sell: 164.16, Change: -0.72, ChangePercent: -0.44, Volume: 28012, High: 165.25, Low: 164.04, YearlyHigh: 169.38, YearlyLow: 151.47, YearlyStart: 160.43, YearlyChange: 2.33, Settlement: `Credit`, Contract: `Swap`, Region: `Europe`, Country: `Netherlands`, Risk: `High`, Sector: `Government`, Currency: `USD`, Security: `Poor`, Issuer: `American Airlines`, Maturity: `2022-09-23`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 9 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Lumber`, Spread: 0.01, Open: 303.9, Price: 304.48, Buy: 304.59, Sell: 304.6, Change: -0.12, ChangePercent: -0.04, Volume: 2, High: 304.6, Low: 303.9, YearlyHigh: 317.1, YearlyLow: 236, YearlyStart: 276.55, YearlyChange: 10.14, Settlement: `Loan`, Contract: `Futures`, Region: `Africa`, Country: `Ethiopia`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-07-16`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 10 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Wheat`, Spread: 0.01, Open: 465.5, Price: 470.73, Buy: 465.5, Sell: 465.5, Change: 5.21, ChangePercent: 1.12, Volume: 4318, High: 467, Low: 463.25, YearlyHigh: 628.5, YearlyLow: 449.5, YearlyStart: 539, YearlyChange: -13.63, Settlement: `Cash`, Contract: `Swap`, Region: `Africa`, Country: `Cameroon`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `Poor`, Issuer: `FedEx`, Maturity: `2022-04-19`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 11 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `US 30YR Future`, Spread: 0.01, Open: 164.875, Price: 163.44, Buy: 164.15, Sell: 164.16, Change: -0.72, ChangePercent: -0.44, Volume: 28012, High: 165.25, Low: 164.04, YearlyHigh: 169.38, YearlyLow: 151.47, YearlyStart: 160.43, YearlyChange: 2.33, Settlement: `Loan`, Contract: `Futures`, Region: `Africa`, Country: `Egypt`, Risk: `Low`, Sector: `Public`, Currency: `EUR`, Security: `High`, Issuer: `American Airlines`, Maturity: `2022-08-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 12 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Platinum`, Spread: 0.01, Open: 1071.6, Price: 1050.53, Buy: 1071.09, Sell: 1071.1, Change: -20.57, ChangePercent: -1.92, Volume: 3039, High: 1081.2, Low: 1070.5, YearlyHigh: 1120.6, YearlyLow: 812.4, YearlyStart: 966.5, YearlyChange: 10.82, Settlement: `Cash`, Contract: `Options`, Region: `Africa`, Country: `South Africa`, Risk: `Low`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-02-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 13 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `GBP/USD`, Spread: 0.02, Open: 1.4464, Price: 1.18, Buy: 1.18, Sell: 1.2, Change: -0.01, ChangePercent: -0.8, Volume: 29450, High: 1.45, Low: 1.19, YearlyHigh: 1.59, YearlyLow: 1.19, YearlyStart: 1.49, YearlyChange: -19.59, Settlement: `Cash`, Contract: `Options`, Region: `Africa`, Country: `Nigeria`, Risk: `Low`, Sector: `Government`, Currency: `PLN`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-04-11`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 14 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Silver`, Spread: 0.01, Open: 17.43, Price: 17.77, Buy: 17.43, Sell: 17.43, Change: 0.35, ChangePercent: 2, Volume: 11720, High: 17.51, Low: 17.37, YearlyHigh: 18.06, YearlyLow: 13.73, YearlyStart: 15.89, YearlyChange: 9.59, Settlement: `Cash`, Contract: `Options`, Region: `Europe`, Country: `Netherlands`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-05-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 15 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Oil`, Spread: 0.015, Open: 45.54, Price: 44.93, Buy: 45.78, Sell: 45.8, Change: -0.86, ChangePercent: -1.88, Volume: 107196, High: 45.94, Low: 45, YearlyHigh: 65.28, YearlyLow: 30.79, YearlyStart: 48.03, YearlyChange: -4.67, Settlement: `Cash`, Contract: `Options`, Region: `South America`, Country: `Bolivia`, Risk: `Low`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-03-16`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 16 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `BTC/USD`, Spread: 0.06, Open: 93.88, Price: 21370.39, Buy: 21200.76, Sell: 21400.78, Change: 369.62, ChangePercent: 1.76, Volume: 5788000, High: 22400.05, Low: 20100.75, YearlyHigh: 62400.7, YearlyLow: 15100.88, YearlyStart: 21200.29, YearlyChange: -20.62, Settlement: `Credit`, Contract: `Forwards`, Region: `Middle East`, Country: `Iran`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-04-11`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 17 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Silver`, Spread: 0.01, Open: 17.43, Price: 17.62, Buy: 17.43, Sell: 17.43, Change: 0.2, ChangePercent: 1.16, Volume: 11720, High: 17.51, Low: 17.37, YearlyHigh: 18.06, YearlyLow: 13.73, YearlyStart: 15.89, YearlyChange: 9.59, Settlement: `Credit`, Contract: `Options`, Region: `Asia Pacific`, Country: `Taiwan`, Risk: `Low`, Sector: `Public`, Currency: `USD`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-04-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 18 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soy Meat`, Spread: 0.01, Open: 342.6, Price: 348.38, Buy: 342.6, Sell: 342.6, Change: 5.76, ChangePercent: 1.68, Volume: 5646, High: 345.4, Low: 340.3, YearlyHigh: 353.4, YearlyLow: 261.7, YearlyStart: 307.55, YearlyChange: 11.4, Settlement: `Credit`, Contract: `CFD`, Region: `Middle East`, Country: `UAE`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-06-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 19 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `AUD/USD`, Spread: 0.02, Open: 0.7344, Price: 0.74, Buy: 0.73, Sell: 0.73, Change: 0, ChangePercent: -1.2, Volume: 36764, High: 0.74, Low: 0.73, YearlyHigh: 0.79, YearlyLow: 0.68, YearlyStart: 0.73, YearlyChange: 1.28, Settlement: `Cash`, Contract: `Swap`, Region: `Middle East`, Country: `UAE`, Risk: `Low`, Sector: `Government`, Currency: `USD`, Security: `High`, Issuer: `American Airlines`, Maturity: `2022-07-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 20 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Coal`, Spread: 0.015, Open: 0.4363, Price: 0.41, Buy: 0.44, Sell: 0.44, Change: -0.01, ChangePercent: -1.2, Volume: 3, High: 0.44, Low: 0.44, YearlyHigh: 0.48, YearlyLow: 0.4, YearlyStart: 0.44, YearlyChange: -5.33, Settlement: `Loan`, Contract: `Swap`, Region: `Europe`, Country: `Germany`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-03-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 21 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `OJ Future`, Spread: 0.01, Open: 140.6, Price: 142.94, Buy: 140.18, Sell: 140.19, Change: 2.75, ChangePercent: 1.96, Volume: 7, High: 140.19, Low: 0, YearlyHigh: 155.95, YearlyLow: 113, YearlyStart: 134.47, YearlyChange: 4.25, Settlement: `Loan`, Contract: `Swap`, Region: `Europe`, Country: `Slovenia`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-05-23`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 22 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Wheat`, Spread: 0.01, Open: 465.5, Price: 462.54, Buy: 465.5, Sell: 465.5, Change: -2.98, ChangePercent: -0.64, Volume: 4318, High: 467, Low: 463.25, YearlyHigh: 628.5, YearlyLow: 449.5, YearlyStart: 539, YearlyChange: -13.63, Settlement: `Cash`, Contract: `Futures`, Region: `Asia Pacific`, Country: `Thailand`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-08-16`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 23 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Copper`, Spread: 0.02, Open: 2.123, Price: 2.14, Buy: 2.12, Sell: 2.12, Change: 0.03, ChangePercent: 1.24, Volume: 28819, High: 2.16, Low: 2.11, YearlyHigh: 2.94, YearlyLow: 1.96, YearlyStart: 2.45, YearlyChange: -13.76, Settlement: `Credit`, Contract: `CFD`, Region: `Middle East`, Country: `UAE`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `Poor`, Issuer: `American Airlines`, Maturity: `2022-01-22`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 24 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soy oil`, Spread: 0.01, Open: 33.26, Price: 33.99, Buy: 33.77, Sell: 33.78, Change: 0.22, ChangePercent: 0.64, Volume: 10592, High: 33.77, Low: 33.06, YearlyHigh: 35.43, YearlyLow: 26.61, YearlyStart: 31.02, YearlyChange: 8.87, Settlement: `Credit`, Contract: `Options`, Region: `Africa`, Country: `Cameroon`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-07-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 25 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Coal`, Spread: 0.015, Open: 0.4363, Price: 0.42, Buy: 0.44, Sell: 0.44, Change: 0, ChangePercent: 1, Volume: 3, High: 0.44, Low: 0.44, YearlyHigh: 0.48, YearlyLow: 0.4, YearlyStart: 0.44, YearlyChange: -5.33, Settlement: `Credit`, Contract: `Forwards`, Region: `Africa`, Country: `Tunisia`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-01-23`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 26 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `Euro$ 3M`, Spread: 0.01, Open: 99.18, Price: 100.8, Buy: 99.18, Sell: 99.18, Change: 1.63, ChangePercent: 1.64, Volume: 29509, High: 99.18, Low: 99.17, YearlyHigh: 99.38, YearlyLow: 98.41, YearlyStart: 98.89, YearlyChange: 0.28, Settlement: `Cash`, Contract: `Futures`, Region: `Middle East`, Country: `Israel`, Risk: `Low`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-07-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 27 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Milk`, Spread: 0.01, Open: 12.87, Price: 12.84, Buy: 12.87, Sell: 12.87, Change: -0.02, ChangePercent: -0.12, Volume: 7, High: 12.89, Low: 12.81, YearlyHigh: 16.96, YearlyLow: 12.81, YearlyStart: 14.88, YearlyChange: -13.6, Settlement: `Credit`, Contract: `Futures`, Region: `Africa`, Country: `South Africa`, Risk: `Low`, Sector: `Public`, Currency: `EUR`, Security: `High`, Issuer: `FedEx`, Maturity: `2022-08-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 28 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/JPY`, Spread: 0.02, Open: 9275.5, Price: 9162.3, Buy: 9277.32, Sell: 9277.34, Change: -115.03, ChangePercent: -1.24, Volume: 47734, High: 9277.33, Low: 0.93, YearlyHigh: 9483, YearlyLow: 0.93, YearlyStart: 4741.97, YearlyChange: 95.64, Settlement: `Cash`, Contract: `Swap`, Region: `North America`, Country: `Mexico`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-02-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 29 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Uranium`, Spread: 0.02, Open: 27.55, Price: 27.56, Buy: 27.55, Sell: 27.55, Change: -0.02, ChangePercent: -0.08, Volume: 12, High: 27.55, Low: 27.55, YearlyHigh: 29.32, YearlyLow: 21.28, YearlyStart: 25.3, YearlyChange: 9.01, Settlement: `Credit`, Contract: `Forwards`, Region: `Asia Pacific`, Country: `Taiwan`, Risk: `Low`, Sector: `Public`, Currency: `USD`, Security: `High`, Issuer: `FedEx`, Maturity: `2022-09-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 30 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `US 10YR Future`, Spread: 0.01, Open: 130.5625, Price: 131.78, Buy: 130.56, Sell: 130.56, Change: 1.2, ChangePercent: 0.92, Volume: 189310, High: 130.63, Low: 130.44, YearlyHigh: 132.64, YearlyLow: 125.48, YearlyStart: 129.06, YearlyChange: 1.18, Settlement: `Loan`, Contract: `Futures`, Region: `Asia Pacific`, Country: `India`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-01-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 31 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Uranium`, Spread: 0.02, Open: 27.55, Price: 27.6, Buy: 27.55, Sell: 27.55, Change: 0.02, ChangePercent: 0.08, Volume: 12, High: 27.55, Low: 27.55, YearlyHigh: 29.32, YearlyLow: 21.28, YearlyStart: 25.3, YearlyChange: 9.01, Settlement: `Loan`, Contract: `CFD`, Region: `Middle East`, Country: `Syria`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-03-24`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 32 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P MID MINI`, Spread: 0.01, Open: 1454.3, Price: 1472.09, Buy: 1455.78, Sell: 1455.79, Change: 16.31, ChangePercent: 1.12, Volume: 338, High: 1455.78, Low: 1448, YearlyHigh: 1527.3, YearlyLow: 1236, YearlyStart: 1381.65, YearlyChange: 5.37, Settlement: `Cash`, Contract: `Futures`, Region: `Asia Pacific`, Country: `Indonesia`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-07-11`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 33 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/JPY`, Spread: 0.02, Open: 9275.5, Price: 9236.51, Buy: 9277.32, Sell: 9277.34, Change: -40.82, ChangePercent: -0.44, Volume: 47734, High: 9277.33, Low: 0.93, YearlyHigh: 9483, YearlyLow: 0.93, YearlyStart: 4741.97, YearlyChange: 95.64, Settlement: `Credit`, Contract: `Options`, Region: `Asia Pacific`, Country: `Australia`, Risk: `Low`, Sector: `Public`, Currency: `PLN`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-02-19`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 34 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Diesel`, Spread: 0.015, Open: 1.3474, Price: 1.37, Buy: 1.35, Sell: 1.35, Change: 0.01, ChangePercent: 1.24, Volume: 2971, High: 1.36, Low: 1.34, YearlyHigh: 2.11, YearlyLow: 0.92, YearlyStart: 1.51, YearlyChange: -10.4, Settlement: `Cash`, Contract: `Swap`, Region: `Europe`, Country: `Norway`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `High`, Issuer: `FedEx`, Maturity: `2022-07-19`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 35 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `LV Cattle`, Spread: 0.01, Open: 120.725, Price: 121.82, Buy: 120.72, Sell: 120.72, Change: 1.11, ChangePercent: 0.92, Volume: 4, High: 120.72, Low: 120.72, YearlyHigh: 147.98, YearlyLow: 113.9, YearlyStart: 130.94, YearlyChange: -7.82, Settlement: `Loan`, Contract: `Forwards`, Region: `North America`, Country: `United States`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-06-19`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 36 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/CHF`, Spread: 0.02, Open: 1.0337, Price: 1.06, Buy: 1.03, Sell: 1.03, Change: 0.02, ChangePercent: 1.6, Volume: 5550, High: 1.03, Low: 1.03, YearlyHigh: 1.11, YearlyLow: 0.98, YearlyStart: 1.04, YearlyChange: -0.12, Settlement: `Credit`, Contract: `Options`, Region: `Asia Pacific`, Country: `Australia`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-03-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 37 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `US 2Y Future`, Spread: 0.01, Open: 109.3984, Price: 111.18, Buy: 109.4, Sell: 109.4, Change: 1.79, ChangePercent: 1.64, Volume: 17742, High: 109.41, Low: 109.38, YearlyHigh: 109.8, YearlyLow: 108.62, YearlyStart: 109.21, YearlyChange: 0.16, Settlement: `Cash`, Contract: `CFD`, Region: `Asia Pacific`, Country: `Thailand`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-03-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 38 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P Future`, Spread: 0.01, Open: 2057.5, Price: 2021.23, Buy: 2056.6, Sell: 2056.61, Change: -35.37, ChangePercent: -1.72, Volume: 142780, High: 2059.5, Low: 2049, YearlyHigh: 2105.5, YearlyLow: 1794.5, YearlyStart: 1950, YearlyChange: 5.47, Settlement: `Loan`, Contract: `CFD`, Region: `Asia Pacific`, Country: `China`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-02-23`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 39 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `BTC/USD`, Spread: 0.06, Open: 93.88, Price: 21395.59, Buy: 21200.76, Sell: 21400.78, Change: 394.82, ChangePercent: 1.88, Volume: 5788000, High: 22400.05, Low: 20100.75, YearlyHigh: 62400.7, YearlyLow: 15100.88, YearlyStart: 21200.29, YearlyChange: -20.62, Settlement: `Loan`, Contract: `CFD`, Region: `South America`, Country: `Venezuela`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-05-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 40 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/CAD`, Spread: 0.02, Open: 0.7744, Price: 0.96, Buy: 0.94, Sell: 0.96, Change: 0.01, ChangePercent: 0.92, Volume: 13669, High: 0.95, Low: 0.77, YearlyHigh: 0.95, YearlyLow: 0.68, YearlyStart: 0.76, YearlyChange: 26.43, Settlement: `Loan`, Contract: `Forwards`, Region: `Africa`, Country: `Morocco`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-01-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 41 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soybean`, Spread: 0.01, Open: 1038, Price: 1049, Buy: 1038.61, Sell: 1038.62, Change: 10.38, ChangePercent: 1, Volume: 20356, High: 1044, Low: 1031.75, YearlyHigh: 1057, YearlyLow: 859.5, YearlyStart: 958.25, YearlyChange: 8.39, Settlement: `Loan`, Contract: `Swap`, Region: `Asia Pacific`, Country: `Korea`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-04-11`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 42 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Oats`, Spread: 0.01, Open: 194.5, Price: 197.4, Buy: 194.21, Sell: 194.22, Change: 3.18, ChangePercent: 1.64, Volume: 64, High: 195.75, Low: 194, YearlyHigh: 241.25, YearlyLow: 183.75, YearlyStart: 212.5, YearlyChange: -8.6, Settlement: `Credit`, Contract: `Swap`, Region: `South America`, Country: `Guyana`, Risk: `Low`, Sector: `Public`, Currency: `USD`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-03-16`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 43 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Oil`, Spread: 0.015, Open: 45.54, Price: 45.57, Buy: 45.78, Sell: 45.8, Change: -0.22, ChangePercent: -0.48, Volume: 107196, High: 45.94, Low: 45, YearlyHigh: 65.28, YearlyLow: 30.79, YearlyStart: 48.03, YearlyChange: -4.67, Settlement: `Cash`, Contract: `Options`, Region: `Middle East`, Country: `Syria`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `High`, Issuer: `American Airlines`, Maturity: `2022-05-23`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 44 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Uranium`, Spread: 0.02, Open: 27.55, Price: 27.51, Buy: 27.55, Sell: 27.55, Change: -0.07, ChangePercent: -0.24, Volume: 12, High: 27.55, Low: 27.55, YearlyHigh: 29.32, YearlyLow: 21.28, YearlyStart: 25.3, YearlyChange: 9.01, Settlement: `Cash`, Contract: `Options`, Region: `Europe`, Country: `Slovakia`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-09-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 45 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/CAD`, Spread: 0.02, Open: 0.7744, Price: 0.94, Buy: 0.94, Sell: 0.96, Change: -0.01, ChangePercent: -1.84, Volume: 13669, High: 0.95, Low: 0.77, YearlyHigh: 0.95, YearlyLow: 0.68, YearlyStart: 0.76, YearlyChange: 26.43, Settlement: `Credit`, Contract: `Options`, Region: `Asia Pacific`, Country: `Australia`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-03-27`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 46 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Ethanol`, Spread: 0.01, Open: 1.512, Price: 2.76, Buy: 2.75, Sell: 2.76, Change: 0.01, ChangePercent: 0.12, Volume: 14, High: 2.75, Low: 1.12, YearlyHigh: 2.75, YearlyLow: 1.12, YearlyStart: 1.48, YearlyChange: 86.7, Settlement: `Cash`, Contract: `Futures`, Region: `Africa`, Country: `Cameroon`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-06-21`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 47 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Uranium`, Spread: 0.02, Open: 27.55, Price: 27.72, Buy: 27.55, Sell: 27.55, Change: 0.14, ChangePercent: 0.52, Volume: 12, High: 27.55, Low: 27.55, YearlyHigh: 29.32, YearlyLow: 21.28, YearlyStart: 25.3, YearlyChange: 9.01, Settlement: `Cash`, Contract: `CFD`, Region: `North America`, Country: `United States`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-03-24`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 48 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Cotton`, Spread: 0.01, Open: 61.77, Price: 60.75, Buy: 61.77, Sell: 61.77, Change: -1.01, ChangePercent: -1.64, Volume: 3612, High: 62.06, Low: 61.32, YearlyHigh: 67.59, YearlyLow: 54.33, YearlyStart: 60.96, YearlyChange: 1.31, Settlement: `Cash`, Contract: `Options`, Region: `Africa`, Country: `Cameroon`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-05-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 49 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Uranium`, Spread: 0.02, Open: 27.55, Price: 27.87, Buy: 27.55, Sell: 27.55, Change: 0.29, ChangePercent: 1.04, Volume: 12, High: 27.55, Low: 27.55, YearlyHigh: 29.32, YearlyLow: 21.28, YearlyStart: 25.3, YearlyChange: 9.01, Settlement: `Credit`, Contract: `Swap`, Region: `Middle East`, Country: `Syria`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `High`, Issuer: `American Airlines`, Maturity: `2022-09-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 50 }), + new FinancialDataAllItem({ Category: `Index`, Type: `DOW Future`, Spread: 0.01, Open: 17711, Price: 17747.58, Buy: 17712.15, Sell: 17712.16, Change: 35.43, ChangePercent: 0.2, Volume: 22236, High: 17727, Low: 17642, YearlyHigh: 18083, YearlyLow: 15299, YearlyStart: 16691, YearlyChange: 6.12, Settlement: `Loan`, Contract: `Swap`, Region: `Asia Pacific`, Country: `Pakistan`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-04-11`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 51 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `BTC/USD`, Spread: 0.06, Open: 93.88, Price: 20589.16, Buy: 21200.76, Sell: 21400.78, Change: -411.61, ChangePercent: -1.96, Volume: 5788000, High: 22400.05, Low: 20100.75, YearlyHigh: 62400.7, YearlyLow: 15100.88, YearlyStart: 21200.29, YearlyChange: -20.62, Settlement: `Cash`, Contract: `Futures`, Region: `Europe`, Country: `Russia`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-02-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 52 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Rice`, Spread: 0.01, Open: 11.245, Price: 10.32, Buy: 10.41, Sell: 10.42, Change: -0.1, ChangePercent: -0.92, Volume: 220, High: 11.38, Low: 10.42, YearlyHigh: 14.14, YearlyLow: 9.7, YearlyStart: 11.92, YearlyChange: -12.62, Settlement: `Cash`, Contract: `Futures`, Region: `South America`, Country: `Ecuador`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-09-19`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 53 }), + new FinancialDataAllItem({ Category: `Index`, Type: `NAS Future`, Spread: 0.01, Open: 4341.25, Price: 4297.87, Buy: 4341.25, Sell: 4341.25, Change: -43.41, ChangePercent: -1, Volume: 18259, High: 4347, Low: 4318, YearlyHigh: 4719.75, YearlyLow: 3867.75, YearlyStart: 4293.75, YearlyChange: 1.11, Settlement: `Cash`, Contract: `Options`, Region: `Middle East`, Country: `Jordan`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-02-24`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 54 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Corn`, Spread: 0.01, Open: 379.5, Price: 374.79, Buy: 379.8, Sell: 379.81, Change: -5.01, ChangePercent: -1.32, Volume: 11266, High: 381, Low: 377.75, YearlyHigh: 471.25, YearlyLow: 351.25, YearlyStart: 411.25, YearlyChange: -7.65, Settlement: `Loan`, Contract: `Swap`, Region: `South America`, Country: `Chile`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-08-11`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 55 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Coal`, Spread: 0.015, Open: 0.4363, Price: 0.41, Buy: 0.44, Sell: 0.44, Change: -0.01, ChangePercent: -1.64, Volume: 3, High: 0.44, Low: 0.44, YearlyHigh: 0.48, YearlyLow: 0.4, YearlyStart: 0.44, YearlyChange: -5.33, Settlement: `Cash`, Contract: `Futures`, Region: `Europe`, Country: `Hungary`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-07-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 56 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `OJ Future`, Spread: 0.01, Open: 140.6, Price: 140.41, Buy: 140.18, Sell: 140.19, Change: 0.22, ChangePercent: 0.16, Volume: 7, High: 140.19, Low: 0, YearlyHigh: 155.95, YearlyLow: 113, YearlyStart: 134.47, YearlyChange: 4.25, Settlement: `Loan`, Contract: `Futures`, Region: `Europe`, Country: `Spain`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-07-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 57 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `Lean Hogs`, Spread: 0.01, Open: 81.275, Price: 81.68, Buy: 81.81, Sell: 81.82, Change: -0.13, ChangePercent: -0.16, Volume: 1, High: 81.81, Low: 81.28, YearlyHigh: 83.98, YearlyLow: 70.25, YearlyStart: 77.11, YearlyChange: 6.09, Settlement: `Credit`, Contract: `Options`, Region: `South America`, Country: `Guyana`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-05-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 58 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `BTC/USD`, Spread: 0.06, Open: 93.88, Price: 21126.78, Buy: 21200.76, Sell: 21400.78, Change: 126.01, ChangePercent: 0.6, Volume: 5788000, High: 22400.05, Low: 20100.75, YearlyHigh: 62400.7, YearlyLow: 15100.88, YearlyStart: 21200.29, YearlyChange: -20.62, Settlement: `Cash`, Contract: `Options`, Region: `Africa`, Country: `Tunisia`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `High`, Issuer: `FedEx`, Maturity: `2022-08-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 59 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Platinum`, Spread: 0.01, Open: 1071.6, Price: 1055.68, Buy: 1071.09, Sell: 1071.1, Change: -15.42, ChangePercent: -1.44, Volume: 3039, High: 1081.2, Low: 1070.5, YearlyHigh: 1120.6, YearlyLow: 812.4, YearlyStart: 966.5, YearlyChange: 10.82, Settlement: `Cash`, Contract: `Futures`, Region: `South America`, Country: `Chile`, Risk: `High`, Sector: `Private`, Currency: `PLN`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-07-11`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 60 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Milk`, Spread: 0.01, Open: 12.87, Price: 13.08, Buy: 12.87, Sell: 12.87, Change: 0.22, ChangePercent: 1.68, Volume: 7, High: 12.89, Low: 12.81, YearlyHigh: 16.96, YearlyLow: 12.81, YearlyStart: 14.88, YearlyChange: -13.6, Settlement: `Credit`, Contract: `Futures`, Region: `Europe`, Country: `Hungary`, Risk: `High`, Sector: `Private`, Currency: `PLN`, Security: `High`, Issuer: `American Airlines`, Maturity: `2022-05-23`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 61 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soy oil`, Spread: 0.01, Open: 33.26, Price: 34.45, Buy: 33.77, Sell: 33.78, Change: 0.68, ChangePercent: 2, Volume: 10592, High: 33.77, Low: 33.06, YearlyHigh: 35.43, YearlyLow: 26.61, YearlyStart: 31.02, YearlyChange: 8.87, Settlement: `Cash`, Contract: `Swap`, Region: `Africa`, Country: `Morocco`, Risk: `High`, Sector: `Public`, Currency: `PLN`, Security: `Poor`, Issuer: `American Airlines`, Maturity: `2022-02-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 62 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Platinum`, Spread: 0.01, Open: 1071.6, Price: 1074.53, Buy: 1071.09, Sell: 1071.1, Change: 3.43, ChangePercent: 0.32, Volume: 3039, High: 1081.2, Low: 1070.5, YearlyHigh: 1120.6, YearlyLow: 812.4, YearlyStart: 966.5, YearlyChange: 10.82, Settlement: `Credit`, Contract: `CFD`, Region: `Africa`, Country: `Libya`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-04-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 63 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Ethanol`, Spread: 0.01, Open: 1.512, Price: 2.81, Buy: 2.75, Sell: 2.76, Change: 0.06, ChangePercent: 2, Volume: 14, High: 2.75, Low: 1.12, YearlyHigh: 2.75, YearlyLow: 1.12, YearlyStart: 1.48, YearlyChange: 86.7, Settlement: `Credit`, Contract: `Forwards`, Region: `Asia Pacific`, Country: `India`, Risk: `High`, Sector: `Public`, Currency: `USD`, Security: `High`, Issuer: `FedEx`, Maturity: `2022-03-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 64 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Cotton`, Spread: 0.01, Open: 61.77, Price: 61.86, Buy: 61.77, Sell: 61.77, Change: 0.1, ChangePercent: 0.16, Volume: 3612, High: 62.06, Low: 61.32, YearlyHigh: 67.59, YearlyLow: 54.33, YearlyStart: 60.96, YearlyChange: 1.31, Settlement: `Cash`, Contract: `Futures`, Region: `Africa`, Country: `Tunisia`, Risk: `High`, Sector: `Private`, Currency: `PLN`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-01-23`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 65 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Wheat`, Spread: 0.01, Open: 465.5, Price: 472.78, Buy: 465.5, Sell: 465.5, Change: 7.26, ChangePercent: 1.56, Volume: 4318, High: 467, Low: 463.25, YearlyHigh: 628.5, YearlyLow: 449.5, YearlyStart: 539, YearlyChange: -13.63, Settlement: `Cash`, Contract: `Futures`, Region: `Africa`, Country: `Cameroon`, Risk: `Low`, Sector: `Government`, Currency: `PLN`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-02-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 66 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Natural Gas`, Spread: 0.02, Open: 2.094, Price: 2.06, Buy: 2.09, Sell: 2.09, Change: -0.04, ChangePercent: -1.92, Volume: 2783, High: 2.11, Low: 2.09, YearlyHigh: 3.2, YearlyLow: 1.84, YearlyStart: 2.52, YearlyChange: -16.51, Settlement: `Cash`, Contract: `Options`, Region: `South America`, Country: `Uruguay`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-01-19`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 67 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `FD Cattle`, Spread: 0.01, Open: 147.175, Price: 148.55, Buy: 148.6, Sell: 148.61, Change: -0.06, ChangePercent: -0.04, Volume: 5, High: 148.61, Low: 147.18, YearlyHigh: 190, YearlyLow: 138.1, YearlyStart: 164.05, YearlyChange: -9.41, Settlement: `Cash`, Contract: `Swap`, Region: `South America`, Country: `Argentina`, Risk: `High`, Sector: `Government`, Currency: `USD`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-03-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 68 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/JPY`, Spread: 0.02, Open: 9275.5, Price: 9347.84, Buy: 9277.32, Sell: 9277.34, Change: 70.51, ChangePercent: 0.76, Volume: 47734, High: 9277.33, Low: 0.93, YearlyHigh: 9483, YearlyLow: 0.93, YearlyStart: 4741.97, YearlyChange: 95.64, Settlement: `Credit`, Contract: `Options`, Region: `Middle East`, Country: `Saudi Arabia`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `High`, Issuer: `American Airlines`, Maturity: `2022-07-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 69 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soy oil`, Spread: 0.01, Open: 33.26, Price: 33.38, Buy: 33.77, Sell: 33.78, Change: -0.39, ChangePercent: -1.16, Volume: 10592, High: 33.77, Low: 33.06, YearlyHigh: 35.43, YearlyLow: 26.61, YearlyStart: 31.02, YearlyChange: 8.87, Settlement: `Credit`, Contract: `Options`, Region: `Europe`, Country: `Netherlands`, Risk: `Low`, Sector: `Government`, Currency: `USD`, Security: `High`, Issuer: `American Airlines`, Maturity: `2022-09-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 70 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soy Meat`, Spread: 0.01, Open: 342.6, Price: 339.06, Buy: 342.6, Sell: 342.6, Change: -3.56, ChangePercent: -1.04, Volume: 5646, High: 345.4, Low: 340.3, YearlyHigh: 353.4, YearlyLow: 261.7, YearlyStart: 307.55, YearlyChange: 11.4, Settlement: `Loan`, Contract: `Options`, Region: `Europe`, Country: `Hungary`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-04-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 71 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Natural Gas`, Spread: 0.02, Open: 2.094, Price: 2.1, Buy: 2.09, Sell: 2.09, Change: 0, ChangePercent: -0.28, Volume: 2783, High: 2.11, Low: 2.09, YearlyHigh: 3.2, YearlyLow: 1.84, YearlyStart: 2.52, YearlyChange: -16.51, Settlement: `Loan`, Contract: `Forwards`, Region: `Europe`, Country: `Portugal`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-05-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 72 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/JPY`, Spread: 0.02, Open: 9275.5, Price: 9459.17, Buy: 9277.32, Sell: 9277.34, Change: 181.84, ChangePercent: 1.96, Volume: 47734, High: 9277.33, Low: 0.93, YearlyHigh: 9483, YearlyLow: 0.93, YearlyStart: 4741.97, YearlyChange: 95.64, Settlement: `Credit`, Contract: `Futures`, Region: `Middle East`, Country: `Iraq`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-07-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 73 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Oats`, Spread: 0.01, Open: 194.5, Price: 197.25, Buy: 194.21, Sell: 194.22, Change: 3.03, ChangePercent: 1.56, Volume: 64, High: 195.75, Low: 194, YearlyHigh: 241.25, YearlyLow: 183.75, YearlyStart: 212.5, YearlyChange: -8.6, Settlement: `Loan`, Contract: `Swap`, Region: `Europe`, Country: `Sweden`, Risk: `Low`, Sector: `Public`, Currency: `USD`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-04-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 74 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soy Meat`, Spread: 0.01, Open: 342.6, Price: 336.59, Buy: 342.6, Sell: 342.6, Change: -6.03, ChangePercent: -1.76, Volume: 5646, High: 345.4, Low: 340.3, YearlyHigh: 353.4, YearlyLow: 261.7, YearlyStart: 307.55, YearlyChange: 11.4, Settlement: `Loan`, Contract: `Swap`, Region: `Africa`, Country: `Ethiopia`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-09-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 75 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Gold`, Spread: 0.01, Open: 1281.1, Price: 1260.75, Buy: 1280.73, Sell: 1280.74, Change: -19.98, ChangePercent: -1.56, Volume: 48387, High: 1289.5, Low: 1279.1, YearlyHigh: 1306, YearlyLow: 1047.2, YearlyStart: 1176.6, YearlyChange: 8.85, Settlement: `Cash`, Contract: `Options`, Region: `Africa`, Country: `Nigeria`, Risk: `High`, Sector: `Private`, Currency: `PLN`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-04-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 76 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Sugar`, Spread: 0.01, Open: 15.68, Price: 14.91, Buy: 14.67, Sell: 14.68, Change: 0.24, ChangePercent: 1.64, Volume: 4949, High: 15.7, Low: 14.67, YearlyHigh: 16.87, YearlyLow: 11.37, YearlyStart: 14.12, YearlyChange: 3.92, Settlement: `Credit`, Contract: `Swap`, Region: `Europe`, Country: `Sweden`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-05-21`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 77 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Copper`, Spread: 0.02, Open: 2.123, Price: 2.1, Buy: 2.12, Sell: 2.12, Change: -0.01, ChangePercent: -0.64, Volume: 28819, High: 2.16, Low: 2.11, YearlyHigh: 2.94, YearlyLow: 1.96, YearlyStart: 2.45, YearlyChange: -13.76, Settlement: `Cash`, Contract: `Swap`, Region: `Africa`, Country: `Ethiopia`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-08-19`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 78 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/JPY`, Spread: 0.02, Open: 9275.5, Price: 9329.29, Buy: 9277.32, Sell: 9277.34, Change: 51.96, ChangePercent: 0.56, Volume: 47734, High: 9277.33, Low: 0.93, YearlyHigh: 9483, YearlyLow: 0.93, YearlyStart: 4741.97, YearlyChange: 95.64, Settlement: `Loan`, Contract: `Futures`, Region: `Europe`, Country: `Germany`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-07-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 79 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `OJ Future`, Spread: 0.01, Open: 140.6, Price: 140.97, Buy: 140.18, Sell: 140.19, Change: 0.78, ChangePercent: 0.56, Volume: 7, High: 140.19, Low: 0, YearlyHigh: 155.95, YearlyLow: 113, YearlyStart: 134.47, YearlyChange: 4.25, Settlement: `Loan`, Contract: `CFD`, Region: `Africa`, Country: `Morocco`, Risk: `Low`, Sector: `Government`, Currency: `USD`, Security: `High`, Issuer: `FedEx`, Maturity: `2022-06-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 80 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/JPY`, Spread: 0.02, Open: 9275.5, Price: 9455.46, Buy: 9277.32, Sell: 9277.34, Change: 178.13, ChangePercent: 1.92, Volume: 47734, High: 9277.33, Low: 0.93, YearlyHigh: 9483, YearlyLow: 0.93, YearlyStart: 4741.97, YearlyChange: 95.64, Settlement: `Loan`, Contract: `Futures`, Region: `Asia Pacific`, Country: `China`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-03-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 81 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `FD Cattle`, Spread: 0.01, Open: 147.175, Price: 148.37, Buy: 148.6, Sell: 148.61, Change: -0.24, ChangePercent: -0.16, Volume: 5, High: 148.61, Low: 147.18, YearlyHigh: 190, YearlyLow: 138.1, YearlyStart: 164.05, YearlyChange: -9.41, Settlement: `Loan`, Contract: `Futures`, Region: `Europe`, Country: `France`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-02-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 82 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Diesel`, Spread: 0.015, Open: 1.3474, Price: 1.38, Buy: 1.35, Sell: 1.35, Change: 0.02, ChangePercent: 1.56, Volume: 2971, High: 1.36, Low: 1.34, YearlyHigh: 2.11, YearlyLow: 0.92, YearlyStart: 1.51, YearlyChange: -10.4, Settlement: `Cash`, Contract: `Options`, Region: `North America`, Country: `United States`, Risk: `High`, Sector: `Public`, Currency: `PLN`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-03-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 83 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Ethanol`, Spread: 0.01, Open: 1.512, Price: 2.71, Buy: 2.75, Sell: 2.76, Change: -0.04, ChangePercent: -1.68, Volume: 14, High: 2.75, Low: 1.12, YearlyHigh: 2.75, YearlyLow: 1.12, YearlyStart: 1.48, YearlyChange: 86.7, Settlement: `Cash`, Contract: `Options`, Region: `Africa`, Country: `South Africa`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-04-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 84 }), + new FinancialDataAllItem({ Category: `Index`, Type: `DOW Future`, Spread: 0.01, Open: 17711, Price: 17875.1, Buy: 17712.15, Sell: 17712.16, Change: 162.95, ChangePercent: 0.92, Volume: 22236, High: 17727, Low: 17642, YearlyHigh: 18083, YearlyLow: 15299, YearlyStart: 16691, YearlyChange: 6.12, Settlement: `Credit`, Contract: `Swap`, Region: `Europe`, Country: `Ireland`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-02-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 85 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `LV Cattle`, Spread: 0.01, Open: 120.725, Price: 120.9, Buy: 120.72, Sell: 120.72, Change: 0.2, ChangePercent: 0.16, Volume: 4, High: 120.72, Low: 120.72, YearlyHigh: 147.98, YearlyLow: 113.9, YearlyStart: 130.94, YearlyChange: -7.82, Settlement: `Loan`, Contract: `Futures`, Region: `Europe`, Country: `Romania`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `American Airlines`, Maturity: `2022-06-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 86 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `LV Cattle`, Spread: 0.01, Open: 120.725, Price: 120.66, Buy: 120.72, Sell: 120.72, Change: -0.05, ChangePercent: -0.04, Volume: 4, High: 120.72, Low: 120.72, YearlyHigh: 147.98, YearlyLow: 113.9, YearlyStart: 130.94, YearlyChange: -7.82, Settlement: `Credit`, Contract: `Futures`, Region: `Europe`, Country: `France`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-02-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 87 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `LV Cattle`, Spread: 0.01, Open: 120.725, Price: 119.93, Buy: 120.72, Sell: 120.72, Change: -0.77, ChangePercent: -0.64, Volume: 4, High: 120.72, Low: 120.72, YearlyHigh: 147.98, YearlyLow: 113.9, YearlyStart: 130.94, YearlyChange: -7.82, Settlement: `Cash`, Contract: `Swap`, Region: `Middle East`, Country: `Qatar`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-03-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 88 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P Future`, Spread: 0.01, Open: 2057.5, Price: 2017.12, Buy: 2056.6, Sell: 2056.61, Change: -39.48, ChangePercent: -1.92, Volume: 142780, High: 2059.5, Low: 2049, YearlyHigh: 2105.5, YearlyLow: 1794.5, YearlyStart: 1950, YearlyChange: 5.47, Settlement: `Credit`, Contract: `Options`, Region: `Europe`, Country: `Denmark`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-08-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 89 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `Euro$ 3M`, Spread: 0.01, Open: 99.18, Price: 97.38, Buy: 99.18, Sell: 99.18, Change: -1.79, ChangePercent: -1.8, Volume: 29509, High: 99.18, Low: 99.17, YearlyHigh: 99.38, YearlyLow: 98.41, YearlyStart: 98.89, YearlyChange: 0.28, Settlement: `Loan`, Contract: `Forwards`, Region: `Asia Pacific`, Country: `Hong Kong`, Risk: `Low`, Sector: `Government`, Currency: `USD`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-07-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 90 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `AUD/USD`, Spread: 0.02, Open: 0.7344, Price: 0.73, Buy: 0.73, Sell: 0.73, Change: -0.01, ChangePercent: -1.48, Volume: 36764, High: 0.74, Low: 0.73, YearlyHigh: 0.79, YearlyLow: 0.68, YearlyStart: 0.73, YearlyChange: 1.28, Settlement: `Credit`, Contract: `Futures`, Region: `North America`, Country: `United States`, Risk: `High`, Sector: `Government`, Currency: `PLN`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-08-24`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 91 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Platinum`, Spread: 0.01, Open: 1071.6, Price: 1057.82, Buy: 1071.09, Sell: 1071.1, Change: -13.28, ChangePercent: -1.24, Volume: 3039, High: 1081.2, Low: 1070.5, YearlyHigh: 1120.6, YearlyLow: 812.4, YearlyStart: 966.5, YearlyChange: 10.82, Settlement: `Cash`, Contract: `Futures`, Region: `Middle East`, Country: `Oman`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-01-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 92 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Silver`, Spread: 0.01, Open: 17.43, Price: 17.27, Buy: 17.43, Sell: 17.43, Change: -0.15, ChangePercent: -0.84, Volume: 11720, High: 17.51, Low: 17.37, YearlyHigh: 18.06, YearlyLow: 13.73, YearlyStart: 15.89, YearlyChange: 9.59, Settlement: `Cash`, Contract: `CFD`, Region: `Europe`, Country: `Bulgaria`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-05-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 93 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `Lean Hogs`, Spread: 0.01, Open: 81.275, Price: 81.29, Buy: 81.81, Sell: 81.82, Change: -0.52, ChangePercent: -0.64, Volume: 1, High: 81.81, Low: 81.28, YearlyHigh: 83.98, YearlyLow: 70.25, YearlyStart: 77.11, YearlyChange: 6.09, Settlement: `Cash`, Contract: `Options`, Region: `Africa`, Country: `South Africa`, Risk: `Low`, Sector: `Public`, Currency: `EUR`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-01-27`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 94 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Wheat`, Spread: 0.01, Open: 465.5, Price: 469.8, Buy: 465.5, Sell: 465.5, Change: 4.28, ChangePercent: 0.92, Volume: 4318, High: 467, Low: 463.25, YearlyHigh: 628.5, YearlyLow: 449.5, YearlyStart: 539, YearlyChange: -13.63, Settlement: `Cash`, Contract: `Futures`, Region: `Africa`, Country: `South Africa`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-08-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 95 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Wheat`, Spread: 0.01, Open: 465.5, Price: 462.35, Buy: 465.5, Sell: 465.5, Change: -3.17, ChangePercent: -0.68, Volume: 4318, High: 467, Low: 463.25, YearlyHigh: 628.5, YearlyLow: 449.5, YearlyStart: 539, YearlyChange: -13.63, Settlement: `Cash`, Contract: `Futures`, Region: `Europe`, Country: `Finland`, Risk: `Low`, Sector: `Government`, Currency: `PLN`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-01-16`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 96 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `BTC/USD`, Spread: 0.06, Open: 93.88, Price: 20698.36, Buy: 21200.76, Sell: 21400.78, Change: -302.41, ChangePercent: -1.44, Volume: 5788000, High: 22400.05, Low: 20100.75, YearlyHigh: 62400.7, YearlyLow: 15100.88, YearlyStart: 21200.29, YearlyChange: -20.62, Settlement: `Loan`, Contract: `Options`, Region: `North America`, Country: `United States`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-08-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 97 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Corn`, Spread: 0.01, Open: 379.5, Price: 377.68, Buy: 379.8, Sell: 379.81, Change: -2.12, ChangePercent: -0.56, Volume: 11266, High: 381, Low: 377.75, YearlyHigh: 471.25, YearlyLow: 351.25, YearlyStart: 411.25, YearlyChange: -7.65, Settlement: `Loan`, Contract: `Options`, Region: `Europe`, Country: `Italy`, Risk: `Low`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-01-24`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 98 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Uranium`, Spread: 0.02, Open: 27.55, Price: 27.91, Buy: 27.55, Sell: 27.55, Change: 0.33, ChangePercent: 1.2, Volume: 12, High: 27.55, Low: 27.55, YearlyHigh: 29.32, YearlyLow: 21.28, YearlyStart: 25.3, YearlyChange: 9.01, Settlement: `Cash`, Contract: `Swap`, Region: `Middle East`, Country: `Lebanon`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-06-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 99 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Wheat`, Spread: 0.01, Open: 465.5, Price: 467.01, Buy: 465.5, Sell: 465.5, Change: 1.49, ChangePercent: 0.32, Volume: 4318, High: 467, Low: 463.25, YearlyHigh: 628.5, YearlyLow: 449.5, YearlyStart: 539, YearlyChange: -13.63, Settlement: `Cash`, Contract: `Swap`, Region: `Europe`, Country: `Ireland`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-06-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 100 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P MID MINI`, Spread: 0.01, Open: 1454.3, Price: 1453.45, Buy: 1455.78, Sell: 1455.79, Change: -2.33, ChangePercent: -0.16, Volume: 338, High: 1455.78, Low: 1448, YearlyHigh: 1527.3, YearlyLow: 1236, YearlyStart: 1381.65, YearlyChange: 5.37, Settlement: `Cash`, Contract: `Swap`, Region: `Africa`, Country: `Morocco`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-06-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 101 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `FD Cattle`, Spread: 0.01, Open: 147.175, Price: 149.85, Buy: 148.6, Sell: 148.61, Change: 1.24, ChangePercent: 0.84, Volume: 5, High: 148.61, Low: 147.18, YearlyHigh: 190, YearlyLow: 138.1, YearlyStart: 164.05, YearlyChange: -9.41, Settlement: `Cash`, Contract: `Options`, Region: `Africa`, Country: `Ethiopia`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-02-10`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 102 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Copper`, Spread: 0.02, Open: 2.123, Price: 2.16, Buy: 2.12, Sell: 2.12, Change: 0.05, ChangePercent: 2, Volume: 28819, High: 2.16, Low: 2.11, YearlyHigh: 2.94, YearlyLow: 1.96, YearlyStart: 2.45, YearlyChange: -13.76, Settlement: `Cash`, Contract: `Options`, Region: `Africa`, Country: `Senegal`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-03-19`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 103 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Uranium`, Spread: 0.02, Open: 27.55, Price: 27.81, Buy: 27.55, Sell: 27.55, Change: 0.23, ChangePercent: 0.84, Volume: 12, High: 27.55, Low: 27.55, YearlyHigh: 29.32, YearlyLow: 21.28, YearlyStart: 25.3, YearlyChange: 9.01, Settlement: `Cash`, Contract: `Futures`, Region: `Middle East`, Country: `Iran`, Risk: `High`, Sector: `Government`, Currency: `USD`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-08-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 104 }), + new FinancialDataAllItem({ Category: `Index`, Type: `DOW Future`, Spread: 0.01, Open: 17711, Price: 17457.1, Buy: 17712.15, Sell: 17712.16, Change: -255.05, ChangePercent: -1.44, Volume: 22236, High: 17727, Low: 17642, YearlyHigh: 18083, YearlyLow: 15299, YearlyStart: 16691, YearlyChange: 6.12, Settlement: `Cash`, Contract: `Swap`, Region: `Asia Pacific`, Country: `Thailand`, Risk: `High`, Sector: `Private`, Currency: `PLN`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-05-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 105 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Coal`, Spread: 0.015, Open: 0.4363, Price: 0.41, Buy: 0.44, Sell: 0.44, Change: -0.01, ChangePercent: -0.96, Volume: 3, High: 0.44, Low: 0.44, YearlyHigh: 0.48, YearlyLow: 0.4, YearlyStart: 0.44, YearlyChange: -5.33, Settlement: `Cash`, Contract: `Forwards`, Region: `Asia Pacific`, Country: `India`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-02-24`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 106 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Platinum`, Spread: 0.01, Open: 1071.6, Price: 1086.52, Buy: 1071.09, Sell: 1071.1, Change: 15.42, ChangePercent: 1.44, Volume: 3039, High: 1081.2, Low: 1070.5, YearlyHigh: 1120.6, YearlyLow: 812.4, YearlyStart: 966.5, YearlyChange: 10.82, Settlement: `Credit`, Contract: `Options`, Region: `North America`, Country: `Mexico`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-04-23`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 107 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Rice`, Spread: 0.01, Open: 11.245, Price: 10.61, Buy: 10.41, Sell: 10.42, Change: 0.19, ChangePercent: 1.84, Volume: 220, High: 11.38, Low: 10.42, YearlyHigh: 14.14, YearlyLow: 9.7, YearlyStart: 11.92, YearlyChange: -12.62, Settlement: `Cash`, Contract: `Swap`, Region: `Asia Pacific`, Country: `Indonesia`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `FedEx`, Maturity: `2022-06-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 108 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `BTC/USD`, Spread: 0.06, Open: 93.88, Price: 20765.56, Buy: 21200.76, Sell: 21400.78, Change: -235.21, ChangePercent: -1.12, Volume: 5788000, High: 22400.05, Low: 20100.75, YearlyHigh: 62400.7, YearlyLow: 15100.88, YearlyStart: 21200.29, YearlyChange: -20.62, Settlement: `Cash`, Contract: `Swap`, Region: `Middle East`, Country: `Iran`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-06-16`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 109 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P 600 MINI`, Spread: 0.01, Open: 687.9, Price: 691.18, Buy: 687.9, Sell: 687.9, Change: 3.3, ChangePercent: 0.48, Volume: 0, High: 0, Low: 0, YearlyHigh: 620.32, YearlyLow: 595.9, YearlyStart: 608.11, YearlyChange: 13.12, Settlement: `Credit`, Contract: `Swap`, Region: `Asia Pacific`, Country: `Malaysia`, Risk: `High`, Sector: `Government`, Currency: `PLN`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-02-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 110 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soy oil`, Spread: 0.01, Open: 33.26, Price: 34.26, Buy: 33.77, Sell: 33.78, Change: 0.49, ChangePercent: 1.44, Volume: 10592, High: 33.77, Low: 33.06, YearlyHigh: 35.43, YearlyLow: 26.61, YearlyStart: 31.02, YearlyChange: 8.87, Settlement: `Loan`, Contract: `Swap`, Region: `Europe`, Country: `Greece`, Risk: `High`, Sector: `Government`, Currency: `PLN`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-06-10`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 111 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `FD Cattle`, Spread: 0.01, Open: 147.175, Price: 148.07, Buy: 148.6, Sell: 148.61, Change: -0.54, ChangePercent: -0.36, Volume: 5, High: 148.61, Low: 147.18, YearlyHigh: 190, YearlyLow: 138.1, YearlyStart: 164.05, YearlyChange: -9.41, Settlement: `Cash`, Contract: `CFD`, Region: `Europe`, Country: `Portugal`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-01-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 112 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Coal`, Spread: 0.015, Open: 0.4363, Price: 0.42, Buy: 0.44, Sell: 0.44, Change: 0, ChangePercent: 1.8, Volume: 3, High: 0.44, Low: 0.44, YearlyHigh: 0.48, YearlyLow: 0.4, YearlyStart: 0.44, YearlyChange: -5.33, Settlement: `Cash`, Contract: `Options`, Region: `Middle East`, Country: `Israel`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `Poor`, Issuer: `FedEx`, Maturity: `2022-03-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 113 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Gold`, Spread: 0.01, Open: 1281.1, Price: 1272.54, Buy: 1280.73, Sell: 1280.74, Change: -8.19, ChangePercent: -0.64, Volume: 48387, High: 1289.5, Low: 1279.1, YearlyHigh: 1306, YearlyLow: 1047.2, YearlyStart: 1176.6, YearlyChange: 8.85, Settlement: `Cash`, Contract: `Swap`, Region: `Asia Pacific`, Country: `Indonesia`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-02-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 114 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Corn`, Spread: 0.01, Open: 379.5, Price: 373.42, Buy: 379.8, Sell: 379.81, Change: -6.38, ChangePercent: -1.68, Volume: 11266, High: 381, Low: 377.75, YearlyHigh: 471.25, YearlyLow: 351.25, YearlyStart: 411.25, YearlyChange: -7.65, Settlement: `Cash`, Contract: `Futures`, Region: `North America`, Country: `Canada`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `High`, Issuer: `FedEx`, Maturity: `2022-09-11`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 115 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `US 10YR Future`, Spread: 0.01, Open: 130.5625, Price: 131.47, Buy: 130.56, Sell: 130.56, Change: 0.89, ChangePercent: 0.68, Volume: 189310, High: 130.63, Low: 130.44, YearlyHigh: 132.64, YearlyLow: 125.48, YearlyStart: 129.06, YearlyChange: 1.18, Settlement: `Credit`, Contract: `Futures`, Region: `Africa`, Country: `Niger`, Risk: `Low`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-03-22`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 116 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Coal`, Spread: 0.015, Open: 0.4363, Price: 0.41, Buy: 0.44, Sell: 0.44, Change: -0.01, ChangePercent: -1.88, Volume: 3, High: 0.44, Low: 0.44, YearlyHigh: 0.48, YearlyLow: 0.4, YearlyStart: 0.44, YearlyChange: -5.33, Settlement: `Cash`, Contract: `Futures`, Region: `Europe`, Country: `Iceland`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-04-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 117 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P Future`, Spread: 0.01, Open: 2057.5, Price: 2086.22, Buy: 2056.6, Sell: 2056.61, Change: 29.62, ChangePercent: 1.44, Volume: 142780, High: 2059.5, Low: 2049, YearlyHigh: 2105.5, YearlyLow: 1794.5, YearlyStart: 1950, YearlyChange: 5.47, Settlement: `Loan`, Contract: `Swap`, Region: `Europe`, Country: `Greece`, Risk: `Low`, Sector: `Public`, Currency: `USD`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-03-23`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 118 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soy Meat`, Spread: 0.01, Open: 342.6, Price: 346.32, Buy: 342.6, Sell: 342.6, Change: 3.7, ChangePercent: 1.08, Volume: 5646, High: 345.4, Low: 340.3, YearlyHigh: 353.4, YearlyLow: 261.7, YearlyStart: 307.55, YearlyChange: 11.4, Settlement: `Loan`, Contract: `Futures`, Region: `Asia Pacific`, Country: `Azerbaijan`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-06-27`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 119 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `LV Cattle`, Spread: 0.01, Open: 120.725, Price: 122.78, Buy: 120.72, Sell: 120.72, Change: 2.08, ChangePercent: 1.72, Volume: 4, High: 120.72, Low: 120.72, YearlyHigh: 147.98, YearlyLow: 113.9, YearlyStart: 130.94, YearlyChange: -7.82, Settlement: `Loan`, Contract: `Futures`, Region: `Europe`, Country: `Ireland`, Risk: `High`, Sector: `Government`, Currency: `PLN`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-01-21`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 120 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Copper`, Spread: 0.02, Open: 2.123, Price: 2.1, Buy: 2.12, Sell: 2.12, Change: -0.01, ChangePercent: -0.56, Volume: 28819, High: 2.16, Low: 2.11, YearlyHigh: 2.94, YearlyLow: 1.96, YearlyStart: 2.45, YearlyChange: -13.76, Settlement: `Cash`, Contract: `Futures`, Region: `Europe`, Country: `Norway`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-01-16`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 121 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Uranium`, Spread: 0.02, Open: 27.55, Price: 27.52, Buy: 27.55, Sell: 27.55, Change: -0.06, ChangePercent: -0.2, Volume: 12, High: 27.55, Low: 27.55, YearlyHigh: 29.32, YearlyLow: 21.28, YearlyStart: 25.3, YearlyChange: 9.01, Settlement: `Credit`, Contract: `Futures`, Region: `Middle East`, Country: `Jordan`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-02-22`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 122 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Silver`, Spread: 0.01, Open: 17.43, Price: 17.18, Buy: 17.43, Sell: 17.43, Change: -0.24, ChangePercent: -1.4, Volume: 11720, High: 17.51, Low: 17.37, YearlyHigh: 18.06, YearlyLow: 13.73, YearlyStart: 15.89, YearlyChange: 9.59, Settlement: `Credit`, Contract: `Options`, Region: `Europe`, Country: `Romania`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-07-22`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 123 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soybean`, Spread: 0.01, Open: 1038, Price: 1044.02, Buy: 1038.61, Sell: 1038.62, Change: 5.4, ChangePercent: 0.52, Volume: 20356, High: 1044, Low: 1031.75, YearlyHigh: 1057, YearlyLow: 859.5, YearlyStart: 958.25, YearlyChange: 8.39, Settlement: `Cash`, Contract: `Options`, Region: `South America`, Country: `Brazil`, Risk: `Low`, Sector: `Government`, Currency: `PLN`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-07-24`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 124 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Coal`, Spread: 0.015, Open: 0.4363, Price: 0.42, Buy: 0.44, Sell: 0.44, Change: 0, ChangePercent: 1.36, Volume: 3, High: 0.44, Low: 0.44, YearlyHigh: 0.48, YearlyLow: 0.4, YearlyStart: 0.44, YearlyChange: -5.33, Settlement: `Cash`, Contract: `CFD`, Region: `Africa`, Country: `Algeria`, Risk: `Low`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-04-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 125 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Rice`, Spread: 0.01, Open: 11.245, Price: 10.26, Buy: 10.41, Sell: 10.42, Change: -0.16, ChangePercent: -1.48, Volume: 220, High: 11.38, Low: 10.42, YearlyHigh: 14.14, YearlyLow: 9.7, YearlyStart: 11.92, YearlyChange: -12.62, Settlement: `Credit`, Contract: `CFD`, Region: `Europe`, Country: `Poland`, Risk: `Low`, Sector: `Public`, Currency: `EUR`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-08-10`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 126 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Copper`, Spread: 0.02, Open: 2.123, Price: 2.1, Buy: 2.12, Sell: 2.12, Change: -0.01, ChangePercent: -0.52, Volume: 28819, High: 2.16, Low: 2.11, YearlyHigh: 2.94, YearlyLow: 1.96, YearlyStart: 2.45, YearlyChange: -13.76, Settlement: `Credit`, Contract: `Options`, Region: `Middle East`, Country: `Turkey`, Risk: `Low`, Sector: `Public`, Currency: `EUR`, Security: `High`, Issuer: `American Airlines`, Maturity: `2022-07-16`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 127 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `US 30YR Future`, Spread: 0.01, Open: 164.875, Price: 164.03, Buy: 164.15, Sell: 164.16, Change: -0.13, ChangePercent: -0.08, Volume: 28012, High: 165.25, Low: 164.04, YearlyHigh: 169.38, YearlyLow: 151.47, YearlyStart: 160.43, YearlyChange: 2.33, Settlement: `Credit`, Contract: `Swap`, Region: `Europe`, Country: `Italy`, Risk: `High`, Sector: `Public`, Currency: `PLN`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-07-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 128 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Platinum`, Spread: 0.01, Open: 1071.6, Price: 1075.38, Buy: 1071.09, Sell: 1071.1, Change: 4.28, ChangePercent: 0.4, Volume: 3039, High: 1081.2, Low: 1070.5, YearlyHigh: 1120.6, YearlyLow: 812.4, YearlyStart: 966.5, YearlyChange: 10.82, Settlement: `Credit`, Contract: `Swap`, Region: `South America`, Country: `Paraguay`, Risk: `Low`, Sector: `Government`, Currency: `USD`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-04-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 129 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `BTC/USD`, Spread: 0.06, Open: 93.88, Price: 20807.56, Buy: 21200.76, Sell: 21400.78, Change: -193.21, ChangePercent: -0.92, Volume: 5788000, High: 22400.05, Low: 20100.75, YearlyHigh: 62400.7, YearlyLow: 15100.88, YearlyStart: 21200.29, YearlyChange: -20.62, Settlement: `Cash`, Contract: `Futures`, Region: `Asia Pacific`, Country: `Malaysia`, Risk: `High`, Sector: `Private`, Currency: `PLN`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-08-24`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 130 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soy oil`, Spread: 0.01, Open: 33.26, Price: 33.28, Buy: 33.77, Sell: 33.78, Change: -0.49, ChangePercent: -1.44, Volume: 10592, High: 33.77, Low: 33.06, YearlyHigh: 35.43, YearlyLow: 26.61, YearlyStart: 31.02, YearlyChange: 8.87, Settlement: `Cash`, Contract: `Options`, Region: `Middle East`, Country: `Israel`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-05-21`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 131 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Cotton`, Spread: 0.01, Open: 61.77, Price: 61.02, Buy: 61.77, Sell: 61.77, Change: -0.74, ChangePercent: -1.2, Volume: 3612, High: 62.06, Low: 61.32, YearlyHigh: 67.59, YearlyLow: 54.33, YearlyStart: 60.96, YearlyChange: 1.31, Settlement: `Cash`, Contract: `Futures`, Region: `Asia Pacific`, Country: `Indonesia`, Risk: `High`, Sector: `Government`, Currency: `USD`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-08-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 132 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Silver`, Spread: 0.01, Open: 17.43, Price: 17.09, Buy: 17.43, Sell: 17.43, Change: -0.33, ChangePercent: -1.88, Volume: 11720, High: 17.51, Low: 17.37, YearlyHigh: 18.06, YearlyLow: 13.73, YearlyStart: 15.89, YearlyChange: 9.59, Settlement: `Cash`, Contract: `Swap`, Region: `Middle East`, Country: `Kuwait`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-08-24`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 133 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/CHF`, Spread: 0.02, Open: 1.0337, Price: 1.04, Buy: 1.03, Sell: 1.03, Change: 0, ChangePercent: -0.48, Volume: 5550, High: 1.03, Low: 1.03, YearlyHigh: 1.11, YearlyLow: 0.98, YearlyStart: 1.04, YearlyChange: -0.12, Settlement: `Cash`, Contract: `Swap`, Region: `Africa`, Country: `Morocco`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-03-16`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 134 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Cotton`, Spread: 0.01, Open: 61.77, Price: 62.5, Buy: 61.77, Sell: 61.77, Change: 0.74, ChangePercent: 1.2, Volume: 3612, High: 62.06, Low: 61.32, YearlyHigh: 67.59, YearlyLow: 54.33, YearlyStart: 60.96, YearlyChange: 1.31, Settlement: `Credit`, Contract: `Futures`, Region: `Europe`, Country: `Italy`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `Poor`, Issuer: `FedEx`, Maturity: `2022-06-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 135 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Sugar`, Spread: 0.01, Open: 15.68, Price: 14.68, Buy: 14.67, Sell: 14.68, Change: 0.01, ChangePercent: 0.04, Volume: 4949, High: 15.7, Low: 14.67, YearlyHigh: 16.87, YearlyLow: 11.37, YearlyStart: 14.12, YearlyChange: 3.92, Settlement: `Cash`, Contract: `Futures`, Region: `Asia Pacific`, Country: `Singapore`, Risk: `Low`, Sector: `Government`, Currency: `PLN`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-06-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 136 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Milk`, Spread: 0.01, Open: 12.87, Price: 12.84, Buy: 12.87, Sell: 12.87, Change: -0.02, ChangePercent: -0.12, Volume: 7, High: 12.89, Low: 12.81, YearlyHigh: 16.96, YearlyLow: 12.81, YearlyStart: 14.88, YearlyChange: -13.6, Settlement: `Cash`, Contract: `Forwards`, Region: `Europe`, Country: `Austria`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-04-21`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 137 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Diesel`, Spread: 0.015, Open: 1.3474, Price: 1.37, Buy: 1.35, Sell: 1.35, Change: 0.01, ChangePercent: 0.96, Volume: 2971, High: 1.36, Low: 1.34, YearlyHigh: 2.11, YearlyLow: 0.92, YearlyStart: 1.51, YearlyChange: -10.4, Settlement: `Cash`, Contract: `Swap`, Region: `Africa`, Country: `Ethiopia`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-09-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 138 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `US 10YR Future`, Spread: 0.01, Open: 130.5625, Price: 132.52, Buy: 130.56, Sell: 130.56, Change: 1.94, ChangePercent: 1.48, Volume: 189310, High: 130.63, Low: 130.44, YearlyHigh: 132.64, YearlyLow: 125.48, YearlyStart: 129.06, YearlyChange: 1.18, Settlement: `Cash`, Contract: `Futures`, Region: `Europe`, Country: `Norway`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-03-11`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 139 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Diesel`, Spread: 0.015, Open: 1.3474, Price: 1.35, Buy: 1.35, Sell: 1.35, Change: -0.01, ChangePercent: -0.24, Volume: 2971, High: 1.36, Low: 1.34, YearlyHigh: 2.11, YearlyLow: 0.92, YearlyStart: 1.51, YearlyChange: -10.4, Settlement: `Cash`, Contract: `Options`, Region: `Middle East`, Country: `Syria`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-05-16`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 140 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P Future`, Spread: 0.01, Open: 2057.5, Price: 2052.49, Buy: 2056.6, Sell: 2056.61, Change: -4.11, ChangePercent: -0.2, Volume: 142780, High: 2059.5, Low: 2049, YearlyHigh: 2105.5, YearlyLow: 1794.5, YearlyStart: 1950, YearlyChange: 5.47, Settlement: `Cash`, Contract: `Swap`, Region: `Asia Pacific`, Country: `Azerbaijan`, Risk: `Low`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-05-11`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 141 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `Lean Hogs`, Spread: 0.01, Open: 81.275, Price: 83.45, Buy: 81.81, Sell: 81.82, Change: 1.64, ChangePercent: 2, Volume: 1, High: 81.81, Low: 81.28, YearlyHigh: 83.98, YearlyLow: 70.25, YearlyStart: 77.11, YearlyChange: 6.09, Settlement: `Cash`, Contract: `CFD`, Region: `Europe`, Country: `Croatia`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `High`, Issuer: `FedEx`, Maturity: `2022-07-21`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 142 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `Euro$ 3M`, Spread: 0.01, Open: 99.18, Price: 98.81, Buy: 99.18, Sell: 99.18, Change: -0.36, ChangePercent: -0.36, Volume: 29509, High: 99.18, Low: 99.17, YearlyHigh: 99.38, YearlyLow: 98.41, YearlyStart: 98.89, YearlyChange: 0.28, Settlement: `Cash`, Contract: `Swap`, Region: `Middle East`, Country: `Turkey`, Risk: `Low`, Sector: `Public`, Currency: `EUR`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-03-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 143 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Oil`, Spread: 0.015, Open: 45.54, Price: 46.05, Buy: 45.78, Sell: 45.8, Change: 0.26, ChangePercent: 0.56, Volume: 107196, High: 45.94, Low: 45, YearlyHigh: 65.28, YearlyLow: 30.79, YearlyStart: 48.03, YearlyChange: -4.67, Settlement: `Cash`, Contract: `Futures`, Region: `Africa`, Country: `Tunisia`, Risk: `Low`, Sector: `Government`, Currency: `USD`, Security: `High`, Issuer: `FedEx`, Maturity: `2022-08-24`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 144 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `US 30YR Future`, Spread: 0.01, Open: 164.875, Price: 165.47, Buy: 164.15, Sell: 164.16, Change: 1.31, ChangePercent: 0.8, Volume: 28012, High: 165.25, Low: 164.04, YearlyHigh: 169.38, YearlyLow: 151.47, YearlyStart: 160.43, YearlyChange: 2.33, Settlement: `Cash`, Contract: `Futures`, Region: `Europe`, Country: `Netherlands`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-02-16`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 145 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `US 10YR Future`, Spread: 0.01, Open: 130.5625, Price: 132.67, Buy: 130.56, Sell: 130.56, Change: 2.09, ChangePercent: 1.6, Volume: 189310, High: 130.63, Low: 130.44, YearlyHigh: 132.64, YearlyLow: 125.48, YearlyStart: 129.06, YearlyChange: 1.18, Settlement: `Cash`, Contract: `Futures`, Region: `Middle East`, Country: `Saudi Arabia`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-09-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 146 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Wheat`, Spread: 0.01, Open: 465.5, Price: 465.89, Buy: 465.5, Sell: 465.5, Change: 0.37, ChangePercent: 0.08, Volume: 4318, High: 467, Low: 463.25, YearlyHigh: 628.5, YearlyLow: 449.5, YearlyStart: 539, YearlyChange: -13.63, Settlement: `Credit`, Contract: `Forwards`, Region: `Europe`, Country: `Bulgaria`, Risk: `Low`, Sector: `Public`, Currency: `PLN`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-03-24`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 147 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Uranium`, Spread: 0.02, Open: 27.55, Price: 27.39, Buy: 27.55, Sell: 27.55, Change: -0.19, ChangePercent: -0.68, Volume: 12, High: 27.55, Low: 27.55, YearlyHigh: 29.32, YearlyLow: 21.28, YearlyStart: 25.3, YearlyChange: 9.01, Settlement: `Loan`, Contract: `Options`, Region: `Asia Pacific`, Country: `Indonesia`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-07-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 148 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P MID MINI`, Spread: 0.01, Open: 1454.3, Price: 1446.46, Buy: 1455.78, Sell: 1455.79, Change: -9.32, ChangePercent: -0.64, Volume: 338, High: 1455.78, Low: 1448, YearlyHigh: 1527.3, YearlyLow: 1236, YearlyStart: 1381.65, YearlyChange: 5.37, Settlement: `Credit`, Contract: `Options`, Region: `Asia Pacific`, Country: `Taiwan`, Risk: `Low`, Sector: `Government`, Currency: `USD`, Security: `High`, Issuer: `American Airlines`, Maturity: `2022-08-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 149 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `FD Cattle`, Spread: 0.01, Open: 147.175, Price: 150.09, Buy: 148.6, Sell: 148.61, Change: 1.48, ChangePercent: 1, Volume: 5, High: 148.61, Low: 147.18, YearlyHigh: 190, YearlyLow: 138.1, YearlyStart: 164.05, YearlyChange: -9.41, Settlement: `Loan`, Contract: `Forwards`, Region: `Middle East`, Country: `Saudi Arabia`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-04-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 150 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `OJ Future`, Spread: 0.01, Open: 140.6, Price: 139.52, Buy: 140.18, Sell: 140.19, Change: -0.67, ChangePercent: -0.48, Volume: 7, High: 140.19, Low: 0, YearlyHigh: 155.95, YearlyLow: 113, YearlyStart: 134.47, YearlyChange: 4.25, Settlement: `Credit`, Contract: `Swap`, Region: `Asia Pacific`, Country: `Thailand`, Risk: `Low`, Sector: `Public`, Currency: `USD`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-02-16`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 151 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P 600 MINI`, Spread: 0.01, Open: 687.9, Price: 700.26, Buy: 687.9, Sell: 687.9, Change: 12.38, ChangePercent: 1.8, Volume: 0, High: 0, Low: 0, YearlyHigh: 620.32, YearlyLow: 595.9, YearlyStart: 608.11, YearlyChange: 13.12, Settlement: `Credit`, Contract: `Futures`, Region: `Africa`, Country: `Niger`, Risk: `High`, Sector: `Private`, Currency: `PLN`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-08-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 152 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `Lean Hogs`, Spread: 0.01, Open: 81.275, Price: 80.9, Buy: 81.81, Sell: 81.82, Change: -0.91, ChangePercent: -1.12, Volume: 1, High: 81.81, Low: 81.28, YearlyHigh: 83.98, YearlyLow: 70.25, YearlyStart: 77.11, YearlyChange: 6.09, Settlement: `Cash`, Contract: `Forwards`, Region: `North America`, Country: `United States`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-07-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 153 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Coffee`, Spread: 0.01, Open: 125.7, Price: 126.9, Buy: 125.7, Sell: 125.7, Change: 1.21, ChangePercent: 0.96, Volume: 1654, High: 125.8, Low: 125, YearlyHigh: 155.75, YearlyLow: 115.35, YearlyStart: 135.55, YearlyChange: -7.27, Settlement: `Loan`, Contract: `Swap`, Region: `Middle East`, Country: `Iraq`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-05-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 154 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P MID MINI`, Spread: 0.01, Open: 1454.3, Price: 1440.64, Buy: 1455.78, Sell: 1455.79, Change: -15.14, ChangePercent: -1.04, Volume: 338, High: 1455.78, Low: 1448, YearlyHigh: 1527.3, YearlyLow: 1236, YearlyStart: 1381.65, YearlyChange: 5.37, Settlement: `Credit`, Contract: `Options`, Region: `South America`, Country: `Uruguay`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-04-24`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 155 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `BTC/USD`, Spread: 0.06, Open: 93.88, Price: 20765.56, Buy: 21200.76, Sell: 21400.78, Change: -235.21, ChangePercent: -1.12, Volume: 5788000, High: 22400.05, Low: 20100.75, YearlyHigh: 62400.7, YearlyLow: 15100.88, YearlyStart: 21200.29, YearlyChange: -20.62, Settlement: `Cash`, Contract: `Futures`, Region: `Europe`, Country: `Finland`, Risk: `High`, Sector: `Private`, Currency: `PLN`, Security: `Poor`, Issuer: `FedEx`, Maturity: `2022-05-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 156 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `US 2Y Future`, Spread: 0.01, Open: 109.3984, Price: 108.12, Buy: 109.4, Sell: 109.4, Change: -1.27, ChangePercent: -1.16, Volume: 17742, High: 109.41, Low: 109.38, YearlyHigh: 109.8, YearlyLow: 108.62, YearlyStart: 109.21, YearlyChange: 0.16, Settlement: `Credit`, Contract: `Swap`, Region: `Asia Pacific`, Country: `Azerbaijan`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `High`, Issuer: `American Airlines`, Maturity: `2022-03-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 157 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Gold`, Spread: 0.01, Open: 1281.1, Price: 1273.56, Buy: 1280.73, Sell: 1280.74, Change: -7.17, ChangePercent: -0.56, Volume: 48387, High: 1289.5, Low: 1279.1, YearlyHigh: 1306, YearlyLow: 1047.2, YearlyStart: 1176.6, YearlyChange: 8.85, Settlement: `Cash`, Contract: `CFD`, Region: `Middle East`, Country: `Lebanon`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-04-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 158 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Rice`, Spread: 0.01, Open: 11.245, Price: 10.28, Buy: 10.41, Sell: 10.42, Change: -0.14, ChangePercent: -1.32, Volume: 220, High: 11.38, Low: 10.42, YearlyHigh: 14.14, YearlyLow: 9.7, YearlyStart: 11.92, YearlyChange: -12.62, Settlement: `Cash`, Contract: `Futures`, Region: `Europe`, Country: `Slovakia`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `High`, Issuer: `American Airlines`, Maturity: `2022-04-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 159 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/CHF`, Spread: 0.02, Open: 1.0337, Price: 1.04, Buy: 1.03, Sell: 1.03, Change: 0, ChangePercent: -0.52, Volume: 5550, High: 1.03, Low: 1.03, YearlyHigh: 1.11, YearlyLow: 0.98, YearlyStart: 1.04, YearlyChange: -0.12, Settlement: `Loan`, Contract: `Options`, Region: `Asia Pacific`, Country: `India`, Risk: `Low`, Sector: `Public`, Currency: `PLN`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-03-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 160 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `BTC/USD`, Spread: 0.06, Open: 93.88, Price: 21412.39, Buy: 21200.76, Sell: 21400.78, Change: 411.62, ChangePercent: 1.96, Volume: 5788000, High: 22400.05, Low: 20100.75, YearlyHigh: 62400.7, YearlyLow: 15100.88, YearlyStart: 21200.29, YearlyChange: -20.62, Settlement: `Loan`, Contract: `Options`, Region: `Middle East`, Country: `Israel`, Risk: `Low`, Sector: `Public`, Currency: `USD`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-04-16`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 161 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `GBP/USD`, Spread: 0.02, Open: 1.4464, Price: 1.18, Buy: 1.18, Sell: 1.2, Change: -0.01, ChangePercent: -0.96, Volume: 29450, High: 1.45, Low: 1.19, YearlyHigh: 1.59, YearlyLow: 1.19, YearlyStart: 1.49, YearlyChange: -19.59, Settlement: `Cash`, Contract: `Futures`, Region: `Europe`, Country: `Ireland`, Risk: `High`, Sector: `Government`, Currency: `USD`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-08-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 162 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `US 2Y Future`, Spread: 0.01, Open: 109.3984, Price: 108.69, Buy: 109.4, Sell: 109.4, Change: -0.7, ChangePercent: -0.64, Volume: 17742, High: 109.41, Low: 109.38, YearlyHigh: 109.8, YearlyLow: 108.62, YearlyStart: 109.21, YearlyChange: 0.16, Settlement: `Credit`, Contract: `Swap`, Region: `South America`, Country: `Paraguay`, Risk: `High`, Sector: `Public`, Currency: `USD`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-06-22`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 163 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `Euro$ 3M`, Spread: 0.01, Open: 99.18, Price: 97.23, Buy: 99.18, Sell: 99.18, Change: -1.94, ChangePercent: -1.96, Volume: 29509, High: 99.18, Low: 99.17, YearlyHigh: 99.38, YearlyLow: 98.41, YearlyStart: 98.89, YearlyChange: 0.28, Settlement: `Loan`, Contract: `Options`, Region: `Middle East`, Country: `UAE`, Risk: `Low`, Sector: `Public`, Currency: `PLN`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-06-21`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 164 }), + new FinancialDataAllItem({ Category: `Index`, Type: `DOW Future`, Spread: 0.01, Open: 17711, Price: 17697.98, Buy: 17712.15, Sell: 17712.16, Change: -14.17, ChangePercent: -0.08, Volume: 22236, High: 17727, Low: 17642, YearlyHigh: 18083, YearlyLow: 15299, YearlyStart: 16691, YearlyChange: 6.12, Settlement: `Credit`, Contract: `Swap`, Region: `Asia Pacific`, Country: `India`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-02-23`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 165 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/CAD`, Spread: 0.02, Open: 0.7744, Price: 0.94, Buy: 0.94, Sell: 0.96, Change: -0.01, ChangePercent: -1.72, Volume: 13669, High: 0.95, Low: 0.77, YearlyHigh: 0.95, YearlyLow: 0.68, YearlyStart: 0.76, YearlyChange: 26.43, Settlement: `Cash`, Contract: `Options`, Region: `Middle East`, Country: `Saudi Arabia`, Risk: `Low`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-06-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 166 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Gold`, Spread: 0.01, Open: 1281.1, Price: 1264.34, Buy: 1280.73, Sell: 1280.74, Change: -16.39, ChangePercent: -1.28, Volume: 48387, High: 1289.5, Low: 1279.1, YearlyHigh: 1306, YearlyLow: 1047.2, YearlyStart: 1176.6, YearlyChange: 8.85, Settlement: `Loan`, Contract: `Swap`, Region: `Europe`, Country: `Norway`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-08-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 167 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/JPY`, Spread: 0.02, Open: 9275.5, Price: 9370.11, Buy: 9277.32, Sell: 9277.34, Change: 92.78, ChangePercent: 1, Volume: 47734, High: 9277.33, Low: 0.93, YearlyHigh: 9483, YearlyLow: 0.93, YearlyStart: 4741.97, YearlyChange: 95.64, Settlement: `Cash`, Contract: `Futures`, Region: `Middle East`, Country: `Syria`, Risk: `High`, Sector: `Government`, Currency: `USD`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-01-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 168 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `US 2Y Future`, Spread: 0.01, Open: 109.3984, Price: 108.86, Buy: 109.4, Sell: 109.4, Change: -0.53, ChangePercent: -0.48, Volume: 17742, High: 109.41, Low: 109.38, YearlyHigh: 109.8, YearlyLow: 108.62, YearlyStart: 109.21, YearlyChange: 0.16, Settlement: `Cash`, Contract: `Forwards`, Region: `Asia Pacific`, Country: `Malaysia`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-08-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 169 }), + new FinancialDataAllItem({ Category: `Index`, Type: `NAS Future`, Spread: 0.01, Open: 4341.25, Price: 4398.58, Buy: 4341.25, Sell: 4341.25, Change: 57.3, ChangePercent: 1.32, Volume: 18259, High: 4347, Low: 4318, YearlyHigh: 4719.75, YearlyLow: 3867.75, YearlyStart: 4293.75, YearlyChange: 1.11, Settlement: `Credit`, Contract: `Options`, Region: `Middle East`, Country: `Iraq`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `High`, Issuer: `FedEx`, Maturity: `2022-08-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 170 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/JPY`, Spread: 0.02, Open: 9275.5, Price: 9303.31, Buy: 9277.32, Sell: 9277.34, Change: 25.98, ChangePercent: 0.28, Volume: 47734, High: 9277.33, Low: 0.93, YearlyHigh: 9483, YearlyLow: 0.93, YearlyStart: 4741.97, YearlyChange: 95.64, Settlement: `Credit`, Contract: `Swap`, Region: `Middle East`, Country: `Syria`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-03-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 171 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Natural Gas`, Spread: 0.02, Open: 2.094, Price: 2.07, Buy: 2.09, Sell: 2.09, Change: -0.03, ChangePercent: -1.6, Volume: 2783, High: 2.11, Low: 2.09, YearlyHigh: 3.2, YearlyLow: 1.84, YearlyStart: 2.52, YearlyChange: -16.51, Settlement: `Credit`, Contract: `Futures`, Region: `Asia Pacific`, Country: `Australia`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-03-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 172 }), + new FinancialDataAllItem({ Category: `Index`, Type: `NAS Future`, Spread: 0.01, Open: 4341.25, Price: 4402.06, Buy: 4341.25, Sell: 4341.25, Change: 60.78, ChangePercent: 1.4, Volume: 18259, High: 4347, Low: 4318, YearlyHigh: 4719.75, YearlyLow: 3867.75, YearlyStart: 4293.75, YearlyChange: 1.11, Settlement: `Cash`, Contract: `Options`, Region: `Africa`, Country: `Senegal`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-05-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 173 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Copper`, Spread: 0.02, Open: 2.123, Price: 2.14, Buy: 2.12, Sell: 2.12, Change: 0.03, ChangePercent: 1.16, Volume: 28819, High: 2.16, Low: 2.11, YearlyHigh: 2.94, YearlyLow: 1.96, YearlyStart: 2.45, YearlyChange: -13.76, Settlement: `Cash`, Contract: `Swap`, Region: `North America`, Country: `United States`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-05-19`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 174 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Milk`, Spread: 0.01, Open: 12.87, Price: 12.92, Buy: 12.87, Sell: 12.87, Change: 0.06, ChangePercent: 0.48, Volume: 7, High: 12.89, Low: 12.81, YearlyHigh: 16.96, YearlyLow: 12.81, YearlyStart: 14.88, YearlyChange: -13.6, Settlement: `Loan`, Contract: `Swap`, Region: `Asia Pacific`, Country: `Pakistan`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-09-21`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 175 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Cotton`, Spread: 0.01, Open: 61.77, Price: 61.19, Buy: 61.77, Sell: 61.77, Change: -0.57, ChangePercent: -0.92, Volume: 3612, High: 62.06, Low: 61.32, YearlyHigh: 67.59, YearlyLow: 54.33, YearlyStart: 60.96, YearlyChange: 1.31, Settlement: `Cash`, Contract: `Futures`, Region: `Europe`, Country: `Czechia`, Risk: `Low`, Sector: `Government`, Currency: `PLN`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-07-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 176 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Lumber`, Spread: 0.01, Open: 303.9, Price: 302.28, Buy: 304.59, Sell: 304.6, Change: -2.32, ChangePercent: -0.76, Volume: 2, High: 304.6, Low: 303.9, YearlyHigh: 317.1, YearlyLow: 236, YearlyStart: 276.55, YearlyChange: 10.14, Settlement: `Credit`, Contract: `CFD`, Region: `Africa`, Country: `Algeria`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-03-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 177 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Diesel`, Spread: 0.015, Open: 1.3474, Price: 1.34, Buy: 1.35, Sell: 1.35, Change: -0.02, ChangePercent: -1.32, Volume: 2971, High: 1.36, Low: 1.34, YearlyHigh: 2.11, YearlyLow: 0.92, YearlyStart: 1.51, YearlyChange: -10.4, Settlement: `Cash`, Contract: `Swap`, Region: `Africa`, Country: `Algeria`, Risk: `Low`, Sector: `Public`, Currency: `EUR`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-07-22`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 178 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Cocoa`, Spread: 0.01, Open: 3076, Price: 3077.26, Buy: 3076, Sell: 3076, Change: 1.23, ChangePercent: 0.04, Volume: 978, High: 3078, Low: 3066, YearlyHigh: 3406, YearlyLow: 2746, YearlyStart: 3076, YearlyChange: 0, Settlement: `Credit`, Contract: `Options`, Region: `Europe`, Country: `Italy`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-04-22`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 179 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `Euro$ 3M`, Spread: 0.01, Open: 99.18, Price: 97.94, Buy: 99.18, Sell: 99.18, Change: -1.23, ChangePercent: -1.24, Volume: 29509, High: 99.18, Low: 99.17, YearlyHigh: 99.38, YearlyLow: 98.41, YearlyStart: 98.89, YearlyChange: 0.28, Settlement: `Loan`, Contract: `Swap`, Region: `South America`, Country: `Venezuela`, Risk: `Low`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-03-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 180 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Coffee`, Spread: 0.01, Open: 125.7, Price: 124.63, Buy: 125.7, Sell: 125.7, Change: -1.06, ChangePercent: -0.84, Volume: 1654, High: 125.8, Low: 125, YearlyHigh: 155.75, YearlyLow: 115.35, YearlyStart: 135.55, YearlyChange: -7.27, Settlement: `Credit`, Contract: `Options`, Region: `Asia Pacific`, Country: `India`, Risk: `Low`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-05-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 181 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Cotton`, Spread: 0.01, Open: 61.77, Price: 60.77, Buy: 61.77, Sell: 61.77, Change: -0.99, ChangePercent: -1.6, Volume: 3612, High: 62.06, Low: 61.32, YearlyHigh: 67.59, YearlyLow: 54.33, YearlyStart: 60.96, YearlyChange: 1.31, Settlement: `Cash`, Contract: `Options`, Region: `Asia Pacific`, Country: `Japan`, Risk: `Low`, Sector: `Public`, Currency: `USD`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-02-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 182 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Diesel`, Spread: 0.015, Open: 1.3474, Price: 1.36, Buy: 1.35, Sell: 1.35, Change: 0, ChangePercent: -0.08, Volume: 2971, High: 1.36, Low: 1.34, YearlyHigh: 2.11, YearlyLow: 0.92, YearlyStart: 1.51, YearlyChange: -10.4, Settlement: `Loan`, Contract: `Futures`, Region: `Middle East`, Country: `Israel`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-02-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 183 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Silver`, Spread: 0.01, Open: 17.43, Price: 17.43, Buy: 17.43, Sell: 17.43, Change: 0.01, ChangePercent: 0.08, Volume: 11720, High: 17.51, Low: 17.37, YearlyHigh: 18.06, YearlyLow: 13.73, YearlyStart: 15.89, YearlyChange: 9.59, Settlement: `Credit`, Contract: `Swap`, Region: `Africa`, Country: `Senegal`, Risk: `High`, Sector: `Private`, Currency: `PLN`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-04-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 184 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `Lean Hogs`, Spread: 0.01, Open: 81.275, Price: 80.64, Buy: 81.81, Sell: 81.82, Change: -1.17, ChangePercent: -1.44, Volume: 1, High: 81.81, Low: 81.28, YearlyHigh: 83.98, YearlyLow: 70.25, YearlyStart: 77.11, YearlyChange: 6.09, Settlement: `Loan`, Contract: `Futures`, Region: `Europe`, Country: `Romania`, Risk: `High`, Sector: `Public`, Currency: `PLN`, Security: `Poor`, Issuer: `FedEx`, Maturity: `2022-07-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 185 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Oil`, Spread: 0.015, Open: 45.54, Price: 45.59, Buy: 45.78, Sell: 45.8, Change: -0.2, ChangePercent: -0.44, Volume: 107196, High: 45.94, Low: 45, YearlyHigh: 65.28, YearlyLow: 30.79, YearlyStart: 48.03, YearlyChange: -4.67, Settlement: `Cash`, Contract: `Futures`, Region: `Africa`, Country: `Egypt`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-02-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 186 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P MID MINI`, Spread: 0.01, Open: 1454.3, Price: 1443.55, Buy: 1455.78, Sell: 1455.79, Change: -12.23, ChangePercent: -0.84, Volume: 338, High: 1455.78, Low: 1448, YearlyHigh: 1527.3, YearlyLow: 1236, YearlyStart: 1381.65, YearlyChange: 5.37, Settlement: `Loan`, Contract: `Options`, Region: `Asia Pacific`, Country: `Taiwan`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-02-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 187 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Silver`, Spread: 0.01, Open: 17.43, Price: 17.09, Buy: 17.43, Sell: 17.43, Change: -0.33, ChangePercent: -1.88, Volume: 11720, High: 17.51, Low: 17.37, YearlyHigh: 18.06, YearlyLow: 13.73, YearlyStart: 15.89, YearlyChange: 9.59, Settlement: `Credit`, Contract: `CFD`, Region: `Africa`, Country: `Cameroon`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-06-22`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 188 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Lumber`, Spread: 0.01, Open: 303.9, Price: 310.08, Buy: 304.59, Sell: 304.6, Change: 5.48, ChangePercent: 1.8, Volume: 2, High: 304.6, Low: 303.9, YearlyHigh: 317.1, YearlyLow: 236, YearlyStart: 276.55, YearlyChange: 10.14, Settlement: `Cash`, Contract: `Options`, Region: `Asia Pacific`, Country: `India`, Risk: `High`, Sector: `Private`, Currency: `PLN`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-07-22`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 189 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `GBP/USD`, Spread: 0.02, Open: 1.4464, Price: 1.17, Buy: 1.18, Sell: 1.2, Change: -0.02, ChangePercent: -1.6, Volume: 29450, High: 1.45, Low: 1.19, YearlyHigh: 1.59, YearlyLow: 1.19, YearlyStart: 1.49, YearlyChange: -19.59, Settlement: `Loan`, Contract: `Swap`, Region: `Europe`, Country: `Poland`, Risk: `High`, Sector: `Government`, Currency: `USD`, Security: `High`, Issuer: `FedEx`, Maturity: `2022-08-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 190 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soybean`, Spread: 0.01, Open: 1038, Price: 1042.77, Buy: 1038.61, Sell: 1038.62, Change: 4.15, ChangePercent: 0.4, Volume: 20356, High: 1044, Low: 1031.75, YearlyHigh: 1057, YearlyLow: 859.5, YearlyStart: 958.25, YearlyChange: 8.39, Settlement: `Credit`, Contract: `Forwards`, Region: `Middle East`, Country: `Lebanon`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-02-11`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 191 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Coal`, Spread: 0.015, Open: 0.4363, Price: 0.42, Buy: 0.44, Sell: 0.44, Change: 0, ChangePercent: 1.84, Volume: 3, High: 0.44, Low: 0.44, YearlyHigh: 0.48, YearlyLow: 0.4, YearlyStart: 0.44, YearlyChange: -5.33, Settlement: `Cash`, Contract: `Swap`, Region: `Middle East`, Country: `Israel`, Risk: `High`, Sector: `Public`, Currency: `USD`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-06-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 192 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Cocoa`, Spread: 0.01, Open: 3076, Price: 3136.32, Buy: 3076, Sell: 3076, Change: 60.29, ChangePercent: 1.96, Volume: 978, High: 3078, Low: 3066, YearlyHigh: 3406, YearlyLow: 2746, YearlyStart: 3076, YearlyChange: 0, Settlement: `Cash`, Contract: `Forwards`, Region: `Middle East`, Country: `Lebanon`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-02-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 193 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `US 2Y Future`, Spread: 0.01, Open: 109.3984, Price: 108.95, Buy: 109.4, Sell: 109.4, Change: -0.44, ChangePercent: -0.4, Volume: 17742, High: 109.41, Low: 109.38, YearlyHigh: 109.8, YearlyLow: 108.62, YearlyStart: 109.21, YearlyChange: 0.16, Settlement: `Loan`, Contract: `Swap`, Region: `Asia Pacific`, Country: `Singapore`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-01-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 194 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `Lean Hogs`, Spread: 0.01, Open: 81.275, Price: 81.26, Buy: 81.81, Sell: 81.82, Change: -0.55, ChangePercent: -0.68, Volume: 1, High: 81.81, Low: 81.28, YearlyHigh: 83.98, YearlyLow: 70.25, YearlyStart: 77.11, YearlyChange: 6.09, Settlement: `Credit`, Contract: `Futures`, Region: `Middle East`, Country: `Israel`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-03-24`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 195 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/CHF`, Spread: 0.02, Open: 1.0337, Price: 1.03, Buy: 1.03, Sell: 1.03, Change: -0.01, ChangePercent: -0.92, Volume: 5550, High: 1.03, Low: 1.03, YearlyHigh: 1.11, YearlyLow: 0.98, YearlyStart: 1.04, YearlyChange: -0.12, Settlement: `Cash`, Contract: `Futures`, Region: `Asia Pacific`, Country: `Australia`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `Poor`, Issuer: `American Airlines`, Maturity: `2022-04-10`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 196 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `FD Cattle`, Spread: 0.01, Open: 147.175, Price: 146.17, Buy: 148.6, Sell: 148.61, Change: -2.44, ChangePercent: -1.64, Volume: 5, High: 148.61, Low: 147.18, YearlyHigh: 190, YearlyLow: 138.1, YearlyStart: 164.05, YearlyChange: -9.41, Settlement: `Credit`, Contract: `Options`, Region: `Europe`, Country: `Austria`, Risk: `High`, Sector: `Public`, Currency: `USD`, Security: `Poor`, Issuer: `FedEx`, Maturity: `2022-06-11`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 197 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Diesel`, Spread: 0.015, Open: 1.3474, Price: 1.33, Buy: 1.35, Sell: 1.35, Change: -0.03, ChangePercent: -1.92, Volume: 2971, High: 1.36, Low: 1.34, YearlyHigh: 2.11, YearlyLow: 0.92, YearlyStart: 1.51, YearlyChange: -10.4, Settlement: `Credit`, Contract: `Forwards`, Region: `Africa`, Country: `Ethiopia`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-03-10`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 198 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `OJ Future`, Spread: 0.01, Open: 140.6, Price: 140.86, Buy: 140.18, Sell: 140.19, Change: 0.67, ChangePercent: 0.48, Volume: 7, High: 140.19, Low: 0, YearlyHigh: 155.95, YearlyLow: 113, YearlyStart: 134.47, YearlyChange: 4.25, Settlement: `Credit`, Contract: `Futures`, Region: `Middle East`, Country: `Bahrain`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `High`, Issuer: `American Airlines`, Maturity: `2022-04-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 199 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Coffee`, Spread: 0.01, Open: 125.7, Price: 126.65, Buy: 125.7, Sell: 125.7, Change: 0.96, ChangePercent: 0.76, Volume: 1654, High: 125.8, Low: 125, YearlyHigh: 155.75, YearlyLow: 115.35, YearlyStart: 135.55, YearlyChange: -7.27, Settlement: `Cash`, Contract: `Futures`, Region: `Middle East`, Country: `Turkey`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-03-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 200 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `FD Cattle`, Spread: 0.01, Open: 147.175, Price: 147.77, Buy: 148.6, Sell: 148.61, Change: -0.84, ChangePercent: -0.56, Volume: 5, High: 148.61, Low: 147.18, YearlyHigh: 190, YearlyLow: 138.1, YearlyStart: 164.05, YearlyChange: -9.41, Settlement: `Credit`, Contract: `Swap`, Region: `Africa`, Country: `Ethiopia`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-06-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 201 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Copper`, Spread: 0.02, Open: 2.123, Price: 2.11, Buy: 2.12, Sell: 2.12, Change: 0, ChangePercent: -0.08, Volume: 28819, High: 2.16, Low: 2.11, YearlyHigh: 2.94, YearlyLow: 1.96, YearlyStart: 2.45, YearlyChange: -13.76, Settlement: `Loan`, Contract: `Futures`, Region: `Asia Pacific`, Country: `Taiwan`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `High`, Issuer: `FedEx`, Maturity: `2022-02-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 202 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Wheat`, Spread: 0.01, Open: 465.5, Price: 459.38, Buy: 465.5, Sell: 465.5, Change: -6.14, ChangePercent: -1.32, Volume: 4318, High: 467, Low: 463.25, YearlyHigh: 628.5, YearlyLow: 449.5, YearlyStart: 539, YearlyChange: -13.63, Settlement: `Credit`, Contract: `Swap`, Region: `Africa`, Country: `Algeria`, Risk: `Low`, Sector: `Government`, Currency: `PLN`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-07-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 203 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `Euro$ 3M`, Spread: 0.01, Open: 99.18, Price: 100.16, Buy: 99.18, Sell: 99.18, Change: 0.99, ChangePercent: 1, Volume: 29509, High: 99.18, Low: 99.17, YearlyHigh: 99.38, YearlyLow: 98.41, YearlyStart: 98.89, YearlyChange: 0.28, Settlement: `Loan`, Contract: `Options`, Region: `Africa`, Country: `Egypt`, Risk: `Low`, Sector: `Government`, Currency: `PLN`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-03-23`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 204 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `US 2Y Future`, Spread: 0.01, Open: 109.3984, Price: 108.78, Buy: 109.4, Sell: 109.4, Change: -0.61, ChangePercent: -0.56, Volume: 17742, High: 109.41, Low: 109.38, YearlyHigh: 109.8, YearlyLow: 108.62, YearlyStart: 109.21, YearlyChange: 0.16, Settlement: `Credit`, Contract: `Forwards`, Region: `Middle East`, Country: `Bahrain`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `High`, Issuer: `FedEx`, Maturity: `2022-03-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 205 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Ethanol`, Spread: 0.01, Open: 1.512, Price: 2.8, Buy: 2.75, Sell: 2.76, Change: 0.05, ChangePercent: 1.84, Volume: 14, High: 2.75, Low: 1.12, YearlyHigh: 2.75, YearlyLow: 1.12, YearlyStart: 1.48, YearlyChange: 86.7, Settlement: `Credit`, Contract: `Futures`, Region: `Africa`, Country: `South Africa`, Risk: `Low`, Sector: `Public`, Currency: `EUR`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-05-22`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 206 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Sugar`, Spread: 0.01, Open: 15.68, Price: 14.54, Buy: 14.67, Sell: 14.68, Change: -0.13, ChangePercent: -0.92, Volume: 4949, High: 15.7, Low: 14.67, YearlyHigh: 16.87, YearlyLow: 11.37, YearlyStart: 14.12, YearlyChange: 3.92, Settlement: `Credit`, Contract: `Swap`, Region: `Europe`, Country: `Slovenia`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-06-21`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 207 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Wheat`, Spread: 0.01, Open: 465.5, Price: 472.04, Buy: 465.5, Sell: 465.5, Change: 6.52, ChangePercent: 1.4, Volume: 4318, High: 467, Low: 463.25, YearlyHigh: 628.5, YearlyLow: 449.5, YearlyStart: 539, YearlyChange: -13.63, Settlement: `Loan`, Contract: `Options`, Region: `Africa`, Country: `Ethiopia`, Risk: `High`, Sector: `Public`, Currency: `USD`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-05-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 208 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P 600 MINI`, Spread: 0.01, Open: 687.9, Price: 698.89, Buy: 687.9, Sell: 687.9, Change: 11.01, ChangePercent: 1.6, Volume: 0, High: 0, Low: 0, YearlyHigh: 620.32, YearlyLow: 595.9, YearlyStart: 608.11, YearlyChange: 13.12, Settlement: `Loan`, Contract: `Swap`, Region: `North America`, Country: `Mexico`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-02-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 209 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/JPY`, Spread: 0.02, Open: 9275.5, Price: 9299.6, Buy: 9277.32, Sell: 9277.34, Change: 22.27, ChangePercent: 0.24, Volume: 47734, High: 9277.33, Low: 0.93, YearlyHigh: 9483, YearlyLow: 0.93, YearlyStart: 4741.97, YearlyChange: 95.64, Settlement: `Cash`, Contract: `Options`, Region: `Europe`, Country: `Netherlands`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-05-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 210 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `US 2Y Future`, Spread: 0.01, Open: 109.3984, Price: 110.48, Buy: 109.4, Sell: 109.4, Change: 1.09, ChangePercent: 1, Volume: 17742, High: 109.41, Low: 109.38, YearlyHigh: 109.8, YearlyLow: 108.62, YearlyStart: 109.21, YearlyChange: 0.16, Settlement: `Loan`, Contract: `Futures`, Region: `Europe`, Country: `Greece`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-03-11`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 211 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/CHF`, Spread: 0.02, Open: 1.0337, Price: 1.04, Buy: 1.03, Sell: 1.03, Change: 0, ChangePercent: 0.12, Volume: 5550, High: 1.03, Low: 1.03, YearlyHigh: 1.11, YearlyLow: 0.98, YearlyStart: 1.04, YearlyChange: -0.12, Settlement: `Credit`, Contract: `Futures`, Region: `Asia Pacific`, Country: `Taiwan`, Risk: `High`, Sector: `Government`, Currency: `PLN`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-04-21`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 212 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soybean`, Spread: 0.01, Open: 1038, Price: 1039.86, Buy: 1038.61, Sell: 1038.62, Change: 1.24, ChangePercent: 0.12, Volume: 20356, High: 1044, Low: 1031.75, YearlyHigh: 1057, YearlyLow: 859.5, YearlyStart: 958.25, YearlyChange: 8.39, Settlement: `Cash`, Contract: `Futures`, Region: `Asia Pacific`, Country: `Korea`, Risk: `Low`, Sector: `Government`, Currency: `PLN`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-02-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 213 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Gold`, Spread: 0.01, Open: 1281.1, Price: 1304.3, Buy: 1280.73, Sell: 1280.74, Change: 23.57, ChangePercent: 1.84, Volume: 48387, High: 1289.5, Low: 1279.1, YearlyHigh: 1306, YearlyLow: 1047.2, YearlyStart: 1176.6, YearlyChange: 8.85, Settlement: `Loan`, Contract: `Futures`, Region: `Europe`, Country: `Czechia`, Risk: `High`, Sector: `Government`, Currency: `PLN`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-09-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 214 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/CHF`, Spread: 0.02, Open: 1.0337, Price: 1.05, Buy: 1.03, Sell: 1.03, Change: 0.01, ChangePercent: 0.4, Volume: 5550, High: 1.03, Low: 1.03, YearlyHigh: 1.11, YearlyLow: 0.98, YearlyStart: 1.04, YearlyChange: -0.12, Settlement: `Cash`, Contract: `Swap`, Region: `Europe`, Country: `Austria`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-09-16`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 215 }), + new FinancialDataAllItem({ Category: `Index`, Type: `DOW Future`, Spread: 0.01, Open: 17711, Price: 17464.18, Buy: 17712.15, Sell: 17712.16, Change: -247.97, ChangePercent: -1.4, Volume: 22236, High: 17727, Low: 17642, YearlyHigh: 18083, YearlyLow: 15299, YearlyStart: 16691, YearlyChange: 6.12, Settlement: `Cash`, Contract: `Options`, Region: `Middle East`, Country: `Iraq`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-06-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 216 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Coffee`, Spread: 0.01, Open: 125.7, Price: 125.59, Buy: 125.7, Sell: 125.7, Change: -0.1, ChangePercent: -0.08, Volume: 1654, High: 125.8, Low: 125, YearlyHigh: 155.75, YearlyLow: 115.35, YearlyStart: 135.55, YearlyChange: -7.27, Settlement: `Cash`, Contract: `Swap`, Region: `South America`, Country: `Colombia`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-08-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 217 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/CAD`, Spread: 0.02, Open: 0.7744, Price: 0.95, Buy: 0.94, Sell: 0.96, Change: 0, ChangePercent: -0.16, Volume: 13669, High: 0.95, Low: 0.77, YearlyHigh: 0.95, YearlyLow: 0.68, YearlyStart: 0.76, YearlyChange: 26.43, Settlement: `Loan`, Contract: `Options`, Region: `Africa`, Country: `Ethiopia`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `Poor`, Issuer: `American Airlines`, Maturity: `2022-06-24`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 218 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Corn`, Spread: 0.01, Open: 379.5, Price: 375.24, Buy: 379.8, Sell: 379.81, Change: -4.56, ChangePercent: -1.2, Volume: 11266, High: 381, Low: 377.75, YearlyHigh: 471.25, YearlyLow: 351.25, YearlyStart: 411.25, YearlyChange: -7.65, Settlement: `Credit`, Contract: `Futures`, Region: `Europe`, Country: `Slovenia`, Risk: `High`, Sector: `Public`, Currency: `USD`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-04-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 219 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Diesel`, Spread: 0.015, Open: 1.3474, Price: 1.36, Buy: 1.35, Sell: 1.35, Change: 0, ChangePercent: 0.44, Volume: 2971, High: 1.36, Low: 1.34, YearlyHigh: 2.11, YearlyLow: 0.92, YearlyStart: 1.51, YearlyChange: -10.4, Settlement: `Loan`, Contract: `Options`, Region: `Asia Pacific`, Country: `Taiwan`, Risk: `High`, Sector: `Government`, Currency: `PLN`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-03-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 220 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/CHF`, Spread: 0.02, Open: 1.0337, Price: 1.05, Buy: 1.03, Sell: 1.03, Change: 0.01, ChangePercent: 0.68, Volume: 5550, High: 1.03, Low: 1.03, YearlyHigh: 1.11, YearlyLow: 0.98, YearlyStart: 1.04, YearlyChange: -0.12, Settlement: `Loan`, Contract: `Forwards`, Region: `Europe`, Country: `Greece`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-09-19`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 221 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Coal`, Spread: 0.015, Open: 0.4363, Price: 0.42, Buy: 0.44, Sell: 0.44, Change: 0, ChangePercent: 0.88, Volume: 3, High: 0.44, Low: 0.44, YearlyHigh: 0.48, YearlyLow: 0.4, YearlyStart: 0.44, YearlyChange: -5.33, Settlement: `Loan`, Contract: `Swap`, Region: `North America`, Country: `United States`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-04-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 222 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P Future`, Spread: 0.01, Open: 2057.5, Price: 2043.44, Buy: 2056.6, Sell: 2056.61, Change: -13.16, ChangePercent: -0.64, Volume: 142780, High: 2059.5, Low: 2049, YearlyHigh: 2105.5, YearlyLow: 1794.5, YearlyStart: 1950, YearlyChange: 5.47, Settlement: `Cash`, Contract: `Options`, Region: `Europe`, Country: `Austria`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-06-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 223 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Diesel`, Spread: 0.015, Open: 1.3474, Price: 1.34, Buy: 1.35, Sell: 1.35, Change: -0.02, ChangePercent: -1.6, Volume: 2971, High: 1.36, Low: 1.34, YearlyHigh: 2.11, YearlyLow: 0.92, YearlyStart: 1.51, YearlyChange: -10.4, Settlement: `Loan`, Contract: `Swap`, Region: `Europe`, Country: `Germany`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-04-10`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 224 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P 600 MINI`, Spread: 0.01, Open: 687.9, Price: 692.56, Buy: 687.9, Sell: 687.9, Change: 4.68, ChangePercent: 0.68, Volume: 0, High: 0, Low: 0, YearlyHigh: 620.32, YearlyLow: 595.9, YearlyStart: 608.11, YearlyChange: 13.12, Settlement: `Cash`, Contract: `Futures`, Region: `Middle East`, Country: `Israel`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `FedEx`, Maturity: `2022-05-11`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 225 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Ethanol`, Spread: 0.01, Open: 1.512, Price: 2.71, Buy: 2.75, Sell: 2.76, Change: -0.04, ChangePercent: -1.56, Volume: 14, High: 2.75, Low: 1.12, YearlyHigh: 2.75, YearlyLow: 1.12, YearlyStart: 1.48, YearlyChange: 86.7, Settlement: `Cash`, Contract: `Futures`, Region: `South America`, Country: `Paraguay`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-08-22`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 226 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `OJ Future`, Spread: 0.01, Open: 140.6, Price: 138.84, Buy: 140.18, Sell: 140.19, Change: -1.35, ChangePercent: -0.96, Volume: 7, High: 140.19, Low: 0, YearlyHigh: 155.95, YearlyLow: 113, YearlyStart: 134.47, YearlyChange: 4.25, Settlement: `Cash`, Contract: `Forwards`, Region: `Asia Pacific`, Country: `China`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-03-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 227 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Gold`, Spread: 0.01, Open: 1281.1, Price: 1302.76, Buy: 1280.73, Sell: 1280.74, Change: 22.03, ChangePercent: 1.72, Volume: 48387, High: 1289.5, Low: 1279.1, YearlyHigh: 1306, YearlyLow: 1047.2, YearlyStart: 1176.6, YearlyChange: 8.85, Settlement: `Cash`, Contract: `Options`, Region: `Europe`, Country: `Slovenia`, Risk: `Low`, Sector: `Public`, Currency: `USD`, Security: `High`, Issuer: `FedEx`, Maturity: `2022-04-24`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 228 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Cotton`, Spread: 0.01, Open: 61.77, Price: 60.62, Buy: 61.77, Sell: 61.77, Change: -1.14, ChangePercent: -1.84, Volume: 3612, High: 62.06, Low: 61.32, YearlyHigh: 67.59, YearlyLow: 54.33, YearlyStart: 60.96, YearlyChange: 1.31, Settlement: `Loan`, Contract: `Options`, Region: `Europe`, Country: `Sweden`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `FedEx`, Maturity: `2022-05-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 229 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `OJ Future`, Spread: 0.01, Open: 140.6, Price: 139.07, Buy: 140.18, Sell: 140.19, Change: -1.12, ChangePercent: -0.8, Volume: 7, High: 140.19, Low: 0, YearlyHigh: 155.95, YearlyLow: 113, YearlyStart: 134.47, YearlyChange: 4.25, Settlement: `Cash`, Contract: `CFD`, Region: `Africa`, Country: `Senegal`, Risk: `High`, Sector: `Public`, Currency: `USD`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-02-22`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 230 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `US 10YR Future`, Spread: 0.01, Open: 130.5625, Price: 128.6, Buy: 130.56, Sell: 130.56, Change: -1.98, ChangePercent: -1.52, Volume: 189310, High: 130.63, Low: 130.44, YearlyHigh: 132.64, YearlyLow: 125.48, YearlyStart: 129.06, YearlyChange: 1.18, Settlement: `Cash`, Contract: `Futures`, Region: `Europe`, Country: `Austria`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-06-19`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 231 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soybean`, Spread: 0.01, Open: 1038, Price: 1049.83, Buy: 1038.61, Sell: 1038.62, Change: 11.21, ChangePercent: 1.08, Volume: 20356, High: 1044, Low: 1031.75, YearlyHigh: 1057, YearlyLow: 859.5, YearlyStart: 958.25, YearlyChange: 8.39, Settlement: `Cash`, Contract: `Options`, Region: `Asia Pacific`, Country: `Singapore`, Risk: `High`, Sector: `Government`, Currency: `USD`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-06-23`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 232 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Cocoa`, Spread: 0.01, Open: 3076, Price: 3055.11, Buy: 3076, Sell: 3076, Change: -20.92, ChangePercent: -0.68, Volume: 978, High: 3078, Low: 3066, YearlyHigh: 3406, YearlyLow: 2746, YearlyStart: 3076, YearlyChange: 0, Settlement: `Cash`, Contract: `Futures`, Region: `Middle East`, Country: `Qatar`, Risk: `High`, Sector: `Private`, Currency: `PLN`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-05-22`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 233 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Uranium`, Spread: 0.02, Open: 27.55, Price: 27.36, Buy: 27.55, Sell: 27.55, Change: -0.22, ChangePercent: -0.8, Volume: 12, High: 27.55, Low: 27.55, YearlyHigh: 29.32, YearlyLow: 21.28, YearlyStart: 25.3, YearlyChange: 9.01, Settlement: `Cash`, Contract: `CFD`, Region: `South America`, Country: `Chile`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `American Airlines`, Maturity: `2022-04-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 234 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soy Meat`, Spread: 0.01, Open: 342.6, Price: 339.19, Buy: 342.6, Sell: 342.6, Change: -3.43, ChangePercent: -1, Volume: 5646, High: 345.4, Low: 340.3, YearlyHigh: 353.4, YearlyLow: 261.7, YearlyStart: 307.55, YearlyChange: 11.4, Settlement: `Loan`, Contract: `Options`, Region: `South America`, Country: `Guyana`, Risk: `High`, Sector: `Public`, Currency: `USD`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-03-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 235 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Silver`, Spread: 0.01, Open: 17.43, Price: 17.73, Buy: 17.43, Sell: 17.43, Change: 0.31, ChangePercent: 1.76, Volume: 11720, High: 17.51, Low: 17.37, YearlyHigh: 18.06, YearlyLow: 13.73, YearlyStart: 15.89, YearlyChange: 9.59, Settlement: `Cash`, Contract: `Forwards`, Region: `Middle East`, Country: `Syria`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-01-22`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 236 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Silver`, Spread: 0.01, Open: 17.43, Price: 17.27, Buy: 17.43, Sell: 17.43, Change: -0.15, ChangePercent: -0.84, Volume: 11720, High: 17.51, Low: 17.37, YearlyHigh: 18.06, YearlyLow: 13.73, YearlyStart: 15.89, YearlyChange: 9.59, Settlement: `Cash`, Contract: `Forwards`, Region: `North America`, Country: `Canada`, Risk: `Low`, Sector: `Government`, Currency: `USD`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-05-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 237 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P 600 MINI`, Spread: 0.01, Open: 687.9, Price: 687.6, Buy: 687.9, Sell: 687.9, Change: -0.28, ChangePercent: -0.04, Volume: 0, High: 0, Low: 0, YearlyHigh: 620.32, YearlyLow: 595.9, YearlyStart: 608.11, YearlyChange: 13.12, Settlement: `Loan`, Contract: `CFD`, Region: `Asia Pacific`, Country: `Australia`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `High`, Issuer: `FedEx`, Maturity: `2022-04-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 238 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Copper`, Spread: 0.02, Open: 2.123, Price: 2.07, Buy: 2.12, Sell: 2.12, Change: -0.04, ChangePercent: -1.96, Volume: 28819, High: 2.16, Low: 2.11, YearlyHigh: 2.94, YearlyLow: 1.96, YearlyStart: 2.45, YearlyChange: -13.76, Settlement: `Cash`, Contract: `Options`, Region: `Middle East`, Country: `Qatar`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-02-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 239 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Milk`, Spread: 0.01, Open: 12.87, Price: 12.87, Buy: 12.87, Sell: 12.87, Change: 0.01, ChangePercent: 0.08, Volume: 7, High: 12.89, Low: 12.81, YearlyHigh: 16.96, YearlyLow: 12.81, YearlyStart: 14.88, YearlyChange: -13.6, Settlement: `Cash`, Contract: `Swap`, Region: `Africa`, Country: `Nigeria`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-04-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 240 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Uranium`, Spread: 0.02, Open: 27.55, Price: 27.47, Buy: 27.55, Sell: 27.55, Change: -0.11, ChangePercent: -0.4, Volume: 12, High: 27.55, Low: 27.55, YearlyHigh: 29.32, YearlyLow: 21.28, YearlyStart: 25.3, YearlyChange: 9.01, Settlement: `Credit`, Contract: `Forwards`, Region: `Middle East`, Country: `UAE`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-02-24`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 241 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soy oil`, Spread: 0.01, Open: 33.26, Price: 33.93, Buy: 33.77, Sell: 33.78, Change: 0.16, ChangePercent: 0.48, Volume: 10592, High: 33.77, Low: 33.06, YearlyHigh: 35.43, YearlyLow: 26.61, YearlyStart: 31.02, YearlyChange: 8.87, Settlement: `Cash`, Contract: `Forwards`, Region: `Middle East`, Country: `Syria`, Risk: `Low`, Sector: `Government`, Currency: `USD`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-02-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 242 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `AUD/USD`, Spread: 0.02, Open: 0.7344, Price: 0.76, Buy: 0.73, Sell: 0.73, Change: 0.02, ChangePercent: 1.48, Volume: 36764, High: 0.74, Low: 0.73, YearlyHigh: 0.79, YearlyLow: 0.68, YearlyStart: 0.73, YearlyChange: 1.28, Settlement: `Credit`, Contract: `Options`, Region: `Asia Pacific`, Country: `Afghanistan`, Risk: `Low`, Sector: `Government`, Currency: `USD`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-05-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 243 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Sugar`, Spread: 0.01, Open: 15.68, Price: 14.61, Buy: 14.67, Sell: 14.68, Change: -0.06, ChangePercent: -0.44, Volume: 4949, High: 15.7, Low: 14.67, YearlyHigh: 16.87, YearlyLow: 11.37, YearlyStart: 14.12, YearlyChange: 3.92, Settlement: `Credit`, Contract: `Swap`, Region: `Asia Pacific`, Country: `Korea`, Risk: `Low`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-02-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 244 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Cocoa`, Spread: 0.01, Open: 3076, Price: 3050.19, Buy: 3076, Sell: 3076, Change: -25.84, ChangePercent: -0.84, Volume: 978, High: 3078, Low: 3066, YearlyHigh: 3406, YearlyLow: 2746, YearlyStart: 3076, YearlyChange: 0, Settlement: `Cash`, Contract: `Futures`, Region: `Europe`, Country: `Denmark`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `American Airlines`, Maturity: `2022-01-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 245 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `OJ Future`, Spread: 0.01, Open: 140.6, Price: 138.79, Buy: 140.18, Sell: 140.19, Change: -1.4, ChangePercent: -1, Volume: 7, High: 140.19, Low: 0, YearlyHigh: 155.95, YearlyLow: 113, YearlyStart: 134.47, YearlyChange: 4.25, Settlement: `Cash`, Contract: `Forwards`, Region: `Middle East`, Country: `Kuwait`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-03-16`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 246 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P Future`, Spread: 0.01, Open: 2057.5, Price: 2088.68, Buy: 2056.6, Sell: 2056.61, Change: 32.08, ChangePercent: 1.56, Volume: 142780, High: 2059.5, Low: 2049, YearlyHigh: 2105.5, YearlyLow: 1794.5, YearlyStart: 1950, YearlyChange: 5.47, Settlement: `Cash`, Contract: `CFD`, Region: `Europe`, Country: `France`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-04-21`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 247 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Gold`, Spread: 0.01, Open: 1281.1, Price: 1278.17, Buy: 1280.73, Sell: 1280.74, Change: -2.56, ChangePercent: -0.2, Volume: 48387, High: 1289.5, Low: 1279.1, YearlyHigh: 1306, YearlyLow: 1047.2, YearlyStart: 1176.6, YearlyChange: 8.85, Settlement: `Cash`, Contract: `Options`, Region: `Europe`, Country: `Austria`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-07-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 248 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Coal`, Spread: 0.015, Open: 0.4363, Price: 0.42, Buy: 0.44, Sell: 0.44, Change: 0, ChangePercent: 1.16, Volume: 3, High: 0.44, Low: 0.44, YearlyHigh: 0.48, YearlyLow: 0.4, YearlyStart: 0.44, YearlyChange: -5.33, Settlement: `Cash`, Contract: `CFD`, Region: `Europe`, Country: `Ireland`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `Poor`, Issuer: `American Airlines`, Maturity: `2022-06-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 249 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Uranium`, Spread: 0.02, Open: 27.55, Price: 28.08, Buy: 27.55, Sell: 27.55, Change: 0.5, ChangePercent: 1.8, Volume: 12, High: 27.55, Low: 27.55, YearlyHigh: 29.32, YearlyLow: 21.28, YearlyStart: 25.3, YearlyChange: 9.01, Settlement: `Cash`, Contract: `Futures`, Region: `North America`, Country: `Mexico`, Risk: `High`, Sector: `Government`, Currency: `USD`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-05-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 250 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Palladium`, Spread: 0.01, Open: 600.55, Price: 590.42, Buy: 601, Sell: 601.01, Change: -10.58, ChangePercent: -1.76, Volume: 651, High: 607.2, Low: 598.4, YearlyHigh: 690, YearlyLow: 458.6, YearlyStart: 574.3, YearlyChange: 4.65, Settlement: `Loan`, Contract: `Swap`, Region: `North America`, Country: `Canada`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-04-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 251 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Milk`, Spread: 0.01, Open: 12.87, Price: 12.66, Buy: 12.87, Sell: 12.87, Change: -0.2, ChangePercent: -1.52, Volume: 7, High: 12.89, Low: 12.81, YearlyHigh: 16.96, YearlyLow: 12.81, YearlyStart: 14.88, YearlyChange: -13.6, Settlement: `Loan`, Contract: `Swap`, Region: `Africa`, Country: `Morocco`, Risk: `High`, Sector: `Government`, Currency: `USD`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-08-24`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 252 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `US 10YR Future`, Spread: 0.01, Open: 130.5625, Price: 129.59, Buy: 130.56, Sell: 130.56, Change: -0.99, ChangePercent: -0.76, Volume: 189310, High: 130.63, Low: 130.44, YearlyHigh: 132.64, YearlyLow: 125.48, YearlyStart: 129.06, YearlyChange: 1.18, Settlement: `Cash`, Contract: `Futures`, Region: `South America`, Country: `Suriname`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-05-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 253 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P Future`, Spread: 0.01, Open: 2057.5, Price: 2032.75, Buy: 2056.6, Sell: 2056.61, Change: -23.85, ChangePercent: -1.16, Volume: 142780, High: 2059.5, Low: 2049, YearlyHigh: 2105.5, YearlyLow: 1794.5, YearlyStart: 1950, YearlyChange: 5.47, Settlement: `Loan`, Contract: `CFD`, Region: `Africa`, Country: `Senegal`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-01-21`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 254 }), + new FinancialDataAllItem({ Category: `Index`, Type: `DOW Future`, Spread: 0.01, Open: 17711, Price: 17733.41, Buy: 17712.15, Sell: 17712.16, Change: 21.26, ChangePercent: 0.12, Volume: 22236, High: 17727, Low: 17642, YearlyHigh: 18083, YearlyLow: 15299, YearlyStart: 16691, YearlyChange: 6.12, Settlement: `Credit`, Contract: `Options`, Region: `Africa`, Country: `Morocco`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-04-23`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 255 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soy Meat`, Spread: 0.01, Open: 342.6, Price: 345.36, Buy: 342.6, Sell: 342.6, Change: 2.74, ChangePercent: 0.8, Volume: 5646, High: 345.4, Low: 340.3, YearlyHigh: 353.4, YearlyLow: 261.7, YearlyStart: 307.55, YearlyChange: 11.4, Settlement: `Credit`, Contract: `Futures`, Region: `Africa`, Country: `Cameroon`, Risk: `High`, Sector: `Public`, Currency: `PLN`, Security: `Poor`, Issuer: `FedEx`, Maturity: `2022-03-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 256 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `FD Cattle`, Spread: 0.01, Open: 147.175, Price: 147.06, Buy: 148.6, Sell: 148.61, Change: -1.55, ChangePercent: -1.04, Volume: 5, High: 148.61, Low: 147.18, YearlyHigh: 190, YearlyLow: 138.1, YearlyStart: 164.05, YearlyChange: -9.41, Settlement: `Cash`, Contract: `Forwards`, Region: `Europe`, Country: `Slovenia`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `High`, Issuer: `FedEx`, Maturity: `2022-06-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 257 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P MID MINI`, Spread: 0.01, Open: 1454.3, Price: 1470.34, Buy: 1455.78, Sell: 1455.79, Change: 14.56, ChangePercent: 1, Volume: 338, High: 1455.78, Low: 1448, YearlyHigh: 1527.3, YearlyLow: 1236, YearlyStart: 1381.65, YearlyChange: 5.37, Settlement: `Credit`, Contract: `Options`, Region: `Middle East`, Country: `Israel`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-05-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 258 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Platinum`, Spread: 0.01, Open: 1071.6, Price: 1069.81, Buy: 1071.09, Sell: 1071.1, Change: -1.29, ChangePercent: -0.12, Volume: 3039, High: 1081.2, Low: 1070.5, YearlyHigh: 1120.6, YearlyLow: 812.4, YearlyStart: 966.5, YearlyChange: 10.82, Settlement: `Loan`, Contract: `Forwards`, Region: `Africa`, Country: `Senegal`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-01-16`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 259 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soy Meat`, Spread: 0.01, Open: 342.6, Price: 347.83, Buy: 342.6, Sell: 342.6, Change: 5.21, ChangePercent: 1.52, Volume: 5646, High: 345.4, Low: 340.3, YearlyHigh: 353.4, YearlyLow: 261.7, YearlyStart: 307.55, YearlyChange: 11.4, Settlement: `Loan`, Contract: `Swap`, Region: `Europe`, Country: `Finland`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-07-23`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 260 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Cocoa`, Spread: 0.01, Open: 3076, Price: 3041.58, Buy: 3076, Sell: 3076, Change: -34.45, ChangePercent: -1.12, Volume: 978, High: 3078, Low: 3066, YearlyHigh: 3406, YearlyLow: 2746, YearlyStart: 3076, YearlyChange: 0, Settlement: `Cash`, Contract: `Options`, Region: `Europe`, Country: `Norway`, Risk: `High`, Sector: `Government`, Currency: `PLN`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-07-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 261 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `BTC/USD`, Spread: 0.06, Open: 93.88, Price: 21135.18, Buy: 21200.76, Sell: 21400.78, Change: 134.41, ChangePercent: 0.64, Volume: 5788000, High: 22400.05, Low: 20100.75, YearlyHigh: 62400.7, YearlyLow: 15100.88, YearlyStart: 21200.29, YearlyChange: -20.62, Settlement: `Cash`, Contract: `Options`, Region: `Middle East`, Country: `UAE`, Risk: `High`, Sector: `Public`, Currency: `USD`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-08-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 262 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Diesel`, Spread: 0.015, Open: 1.3474, Price: 1.38, Buy: 1.35, Sell: 1.35, Change: 0.02, ChangePercent: 1.68, Volume: 2971, High: 1.36, Low: 1.34, YearlyHigh: 2.11, YearlyLow: 0.92, YearlyStart: 1.51, YearlyChange: -10.4, Settlement: `Cash`, Contract: `Forwards`, Region: `Asia Pacific`, Country: `India`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `High`, Issuer: `American Airlines`, Maturity: `2022-02-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 263 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soybean`, Spread: 0.01, Open: 1038, Price: 1058.14, Buy: 1038.61, Sell: 1038.62, Change: 19.52, ChangePercent: 1.88, Volume: 20356, High: 1044, Low: 1031.75, YearlyHigh: 1057, YearlyLow: 859.5, YearlyStart: 958.25, YearlyChange: 8.39, Settlement: `Cash`, Contract: `Futures`, Region: `Middle East`, Country: `Jordan`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-05-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 264 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `FD Cattle`, Spread: 0.01, Open: 147.175, Price: 149.02, Buy: 148.6, Sell: 148.61, Change: 0.41, ChangePercent: 0.28, Volume: 5, High: 148.61, Low: 147.18, YearlyHigh: 190, YearlyLow: 138.1, YearlyStart: 164.05, YearlyChange: -9.41, Settlement: `Credit`, Contract: `Swap`, Region: `South America`, Country: `Suriname`, Risk: `High`, Sector: `Private`, Currency: `PLN`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-08-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 265 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Coal`, Spread: 0.015, Open: 0.4363, Price: 0.42, Buy: 0.44, Sell: 0.44, Change: 0, ChangePercent: 0.28, Volume: 3, High: 0.44, Low: 0.44, YearlyHigh: 0.48, YearlyLow: 0.4, YearlyStart: 0.44, YearlyChange: -5.33, Settlement: `Credit`, Contract: `Options`, Region: `South America`, Country: `Ecuador`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-01-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 266 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `OJ Future`, Spread: 0.01, Open: 140.6, Price: 139.91, Buy: 140.18, Sell: 140.19, Change: -0.28, ChangePercent: -0.2, Volume: 7, High: 140.19, Low: 0, YearlyHigh: 155.95, YearlyLow: 113, YearlyStart: 134.47, YearlyChange: 4.25, Settlement: `Cash`, Contract: `Forwards`, Region: `Africa`, Country: `Ethiopia`, Risk: `Low`, Sector: `Public`, Currency: `USD`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-07-24`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 267 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Corn`, Spread: 0.01, Open: 379.5, Price: 384.36, Buy: 379.8, Sell: 379.81, Change: 4.56, ChangePercent: 1.2, Volume: 11266, High: 381, Low: 377.75, YearlyHigh: 471.25, YearlyLow: 351.25, YearlyStart: 411.25, YearlyChange: -7.65, Settlement: `Loan`, Contract: `Forwards`, Region: `Africa`, Country: `Niger`, Risk: `Low`, Sector: `Government`, Currency: `PLN`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-04-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 268 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Coal`, Spread: 0.015, Open: 0.4363, Price: 0.41, Buy: 0.44, Sell: 0.44, Change: -0.01, ChangePercent: -1.08, Volume: 3, High: 0.44, Low: 0.44, YearlyHigh: 0.48, YearlyLow: 0.4, YearlyStart: 0.44, YearlyChange: -5.33, Settlement: `Cash`, Contract: `Swap`, Region: `Africa`, Country: `Senegal`, Risk: `Low`, Sector: `Government`, Currency: `PLN`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-04-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 269 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P 600 MINI`, Spread: 0.01, Open: 687.9, Price: 693.11, Buy: 687.9, Sell: 687.9, Change: 5.23, ChangePercent: 0.76, Volume: 0, High: 0, Low: 0, YearlyHigh: 620.32, YearlyLow: 595.9, YearlyStart: 608.11, YearlyChange: 13.12, Settlement: `Cash`, Contract: `CFD`, Region: `Africa`, Country: `Ethiopia`, Risk: `High`, Sector: `Government`, Currency: `PLN`, Security: `Poor`, Issuer: `FedEx`, Maturity: `2022-02-22`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 270 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Silver`, Spread: 0.01, Open: 17.43, Price: 17.73, Buy: 17.43, Sell: 17.43, Change: 0.31, ChangePercent: 1.8, Volume: 11720, High: 17.51, Low: 17.37, YearlyHigh: 18.06, YearlyLow: 13.73, YearlyStart: 15.89, YearlyChange: 9.59, Settlement: `Cash`, Contract: `Swap`, Region: `South America`, Country: `Peru`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-05-21`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 271 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `OJ Future`, Spread: 0.01, Open: 140.6, Price: 141.03, Buy: 140.18, Sell: 140.19, Change: 0.84, ChangePercent: 0.6, Volume: 7, High: 140.19, Low: 0, YearlyHigh: 155.95, YearlyLow: 113, YearlyStart: 134.47, YearlyChange: 4.25, Settlement: `Cash`, Contract: `Options`, Region: `Asia Pacific`, Country: `China`, Risk: `High`, Sector: `Public`, Currency: `PLN`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-03-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 272 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Ethanol`, Spread: 0.01, Open: 1.512, Price: 2.74, Buy: 2.75, Sell: 2.76, Change: -0.01, ChangePercent: -0.6, Volume: 14, High: 2.75, Low: 1.12, YearlyHigh: 2.75, YearlyLow: 1.12, YearlyStart: 1.48, YearlyChange: 86.7, Settlement: `Credit`, Contract: `Futures`, Region: `Asia Pacific`, Country: `Singapore`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-03-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 273 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P 600 MINI`, Spread: 0.01, Open: 687.9, Price: 685.13, Buy: 687.9, Sell: 687.9, Change: -2.75, ChangePercent: -0.4, Volume: 0, High: 0, Low: 0, YearlyHigh: 620.32, YearlyLow: 595.9, YearlyStart: 608.11, YearlyChange: 13.12, Settlement: `Credit`, Contract: `Options`, Region: `Africa`, Country: `South Africa`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-04-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 274 }), + new FinancialDataAllItem({ Category: `Index`, Type: `DOW Future`, Spread: 0.01, Open: 17711, Price: 17818.42, Buy: 17712.15, Sell: 17712.16, Change: 106.27, ChangePercent: 0.6, Volume: 22236, High: 17727, Low: 17642, YearlyHigh: 18083, YearlyLow: 15299, YearlyStart: 16691, YearlyChange: 6.12, Settlement: `Credit`, Contract: `Futures`, Region: `Africa`, Country: `Nigeria`, Risk: `High`, Sector: `Public`, Currency: `USD`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-03-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 275 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Silver`, Spread: 0.01, Open: 17.43, Price: 17.1, Buy: 17.43, Sell: 17.43, Change: -0.32, ChangePercent: -1.84, Volume: 11720, High: 17.51, Low: 17.37, YearlyHigh: 18.06, YearlyLow: 13.73, YearlyStart: 15.89, YearlyChange: 9.59, Settlement: `Cash`, Contract: `Swap`, Region: `Asia Pacific`, Country: `India`, Risk: `Low`, Sector: `Public`, Currency: `PLN`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-09-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 276 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Wheat`, Spread: 0.01, Open: 465.5, Price: 470.92, Buy: 465.5, Sell: 465.5, Change: 5.4, ChangePercent: 1.16, Volume: 4318, High: 467, Low: 463.25, YearlyHigh: 628.5, YearlyLow: 449.5, YearlyStart: 539, YearlyChange: -13.63, Settlement: `Cash`, Contract: `Options`, Region: `Asia Pacific`, Country: `Philippines`, Risk: `High`, Sector: `Private`, Currency: `PLN`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-02-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 277 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Coffee`, Spread: 0.01, Open: 125.7, Price: 128, Buy: 125.7, Sell: 125.7, Change: 2.31, ChangePercent: 1.84, Volume: 1654, High: 125.8, Low: 125, YearlyHigh: 155.75, YearlyLow: 115.35, YearlyStart: 135.55, YearlyChange: -7.27, Settlement: `Cash`, Contract: `Swap`, Region: `Asia Pacific`, Country: `Azerbaijan`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-05-16`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 278 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `GBP/USD`, Spread: 0.02, Open: 1.4464, Price: 1.17, Buy: 1.18, Sell: 1.2, Change: -0.02, ChangePercent: -1.72, Volume: 29450, High: 1.45, Low: 1.19, YearlyHigh: 1.59, YearlyLow: 1.19, YearlyStart: 1.49, YearlyChange: -19.59, Settlement: `Credit`, Contract: `Futures`, Region: `Africa`, Country: `Algeria`, Risk: `Low`, Sector: `Government`, Currency: `PLN`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-08-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 279 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Uranium`, Spread: 0.02, Open: 27.55, Price: 27.8, Buy: 27.55, Sell: 27.55, Change: 0.22, ChangePercent: 0.8, Volume: 12, High: 27.55, Low: 27.55, YearlyHigh: 29.32, YearlyLow: 21.28, YearlyStart: 25.3, YearlyChange: 9.01, Settlement: `Cash`, Contract: `Futures`, Region: `Africa`, Country: `Tunisia`, Risk: `Low`, Sector: `Public`, Currency: `USD`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-01-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 280 }), + new FinancialDataAllItem({ Category: `Index`, Type: `DOW Future`, Spread: 0.01, Open: 17711, Price: 17697.98, Buy: 17712.15, Sell: 17712.16, Change: -14.17, ChangePercent: -0.08, Volume: 22236, High: 17727, Low: 17642, YearlyHigh: 18083, YearlyLow: 15299, YearlyStart: 16691, YearlyChange: 6.12, Settlement: `Credit`, Contract: `Options`, Region: `Middle East`, Country: `Lebanon`, Risk: `High`, Sector: `Private`, Currency: `PLN`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-04-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 281 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Milk`, Spread: 0.01, Open: 12.87, Price: 12.68, Buy: 12.87, Sell: 12.87, Change: -0.18, ChangePercent: -1.4, Volume: 7, High: 12.89, Low: 12.81, YearlyHigh: 16.96, YearlyLow: 12.81, YearlyStart: 14.88, YearlyChange: -13.6, Settlement: `Loan`, Contract: `Futures`, Region: `North America`, Country: `Mexico`, Risk: `Low`, Sector: `Public`, Currency: `EUR`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-04-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 282 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Natural Gas`, Spread: 0.02, Open: 2.094, Price: 2.11, Buy: 2.09, Sell: 2.09, Change: 0.01, ChangePercent: 0.4, Volume: 2783, High: 2.11, Low: 2.09, YearlyHigh: 3.2, YearlyLow: 1.84, YearlyStart: 2.52, YearlyChange: -16.51, Settlement: `Credit`, Contract: `Options`, Region: `Middle East`, Country: `Iraq`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-02-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 283 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Coal`, Spread: 0.015, Open: 0.4363, Price: 0.42, Buy: 0.44, Sell: 0.44, Change: 0, ChangePercent: -0.12, Volume: 3, High: 0.44, Low: 0.44, YearlyHigh: 0.48, YearlyLow: 0.4, YearlyStart: 0.44, YearlyChange: -5.33, Settlement: `Cash`, Contract: `Swap`, Region: `Middle East`, Country: `Syria`, Risk: `Low`, Sector: `Public`, Currency: `USD`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-09-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 284 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `GBP/USD`, Spread: 0.02, Open: 1.4464, Price: 1.22, Buy: 1.18, Sell: 1.2, Change: 0.03, ChangePercent: 1.84, Volume: 29450, High: 1.45, Low: 1.19, YearlyHigh: 1.59, YearlyLow: 1.19, YearlyStart: 1.49, YearlyChange: -19.59, Settlement: `Credit`, Contract: `Forwards`, Region: `South America`, Country: `Guyana`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-09-11`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 285 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P MID MINI`, Spread: 0.01, Open: 1454.3, Price: 1457.53, Buy: 1455.78, Sell: 1455.79, Change: 1.75, ChangePercent: 0.12, Volume: 338, High: 1455.78, Low: 1448, YearlyHigh: 1527.3, YearlyLow: 1236, YearlyStart: 1381.65, YearlyChange: 5.37, Settlement: `Loan`, Contract: `Options`, Region: `Asia Pacific`, Country: `Philippines`, Risk: `Low`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-05-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 286 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Silver`, Spread: 0.01, Open: 17.43, Price: 17.29, Buy: 17.43, Sell: 17.43, Change: -0.13, ChangePercent: -0.76, Volume: 11720, High: 17.51, Low: 17.37, YearlyHigh: 18.06, YearlyLow: 13.73, YearlyStart: 15.89, YearlyChange: 9.59, Settlement: `Cash`, Contract: `Options`, Region: `Asia Pacific`, Country: `New Zealand`, Risk: `High`, Sector: `Government`, Currency: `USD`, Security: `Poor`, Issuer: `American Airlines`, Maturity: `2022-07-27`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 287 }), + new FinancialDataAllItem({ Category: `Index`, Type: `NAS Future`, Spread: 0.01, Open: 4341.25, Price: 4257.93, Buy: 4341.25, Sell: 4341.25, Change: -83.35, ChangePercent: -1.92, Volume: 18259, High: 4347, Low: 4318, YearlyHigh: 4719.75, YearlyLow: 3867.75, YearlyStart: 4293.75, YearlyChange: 1.11, Settlement: `Loan`, Contract: `Futures`, Region: `South America`, Country: `Guyana`, Risk: `High`, Sector: `Private`, Currency: `PLN`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-05-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 288 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Ethanol`, Spread: 0.01, Open: 1.512, Price: 2.77, Buy: 2.75, Sell: 2.76, Change: 0.02, ChangePercent: 0.64, Volume: 14, High: 2.75, Low: 1.12, YearlyHigh: 2.75, YearlyLow: 1.12, YearlyStart: 1.48, YearlyChange: 86.7, Settlement: `Credit`, Contract: `Options`, Region: `Africa`, Country: `Morocco`, Risk: `Low`, Sector: `Government`, Currency: `PLN`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-05-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 289 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P MID MINI`, Spread: 0.01, Open: 1454.3, Price: 1466.85, Buy: 1455.78, Sell: 1455.79, Change: 11.07, ChangePercent: 0.76, Volume: 338, High: 1455.78, Low: 1448, YearlyHigh: 1527.3, YearlyLow: 1236, YearlyStart: 1381.65, YearlyChange: 5.37, Settlement: `Credit`, Contract: `CFD`, Region: `North America`, Country: `United States`, Risk: `Low`, Sector: `Government`, Currency: `PLN`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-05-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 290 }), + new FinancialDataAllItem({ Category: `Index`, Type: `DOW Future`, Spread: 0.01, Open: 17711, Price: 17825.51, Buy: 17712.15, Sell: 17712.16, Change: 113.36, ChangePercent: 0.64, Volume: 22236, High: 17727, Low: 17642, YearlyHigh: 18083, YearlyLow: 15299, YearlyStart: 16691, YearlyChange: 6.12, Settlement: `Cash`, Contract: `Options`, Region: `North America`, Country: `Canada`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-02-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 291 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `US 2Y Future`, Spread: 0.01, Open: 109.3984, Price: 108.38, Buy: 109.4, Sell: 109.4, Change: -1.01, ChangePercent: -0.92, Volume: 17742, High: 109.41, Low: 109.38, YearlyHigh: 109.8, YearlyLow: 108.62, YearlyStart: 109.21, YearlyChange: 0.16, Settlement: `Cash`, Contract: `CFD`, Region: `North America`, Country: `United States`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-02-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 292 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Platinum`, Spread: 0.01, Open: 1071.6, Price: 1053.1, Buy: 1071.09, Sell: 1071.1, Change: -18, ChangePercent: -1.68, Volume: 3039, High: 1081.2, Low: 1070.5, YearlyHigh: 1120.6, YearlyLow: 812.4, YearlyStart: 966.5, YearlyChange: 10.82, Settlement: `Credit`, Contract: `Futures`, Region: `Asia Pacific`, Country: `China`, Risk: `Low`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-07-24`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 293 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `BTC/USD`, Spread: 0.06, Open: 93.88, Price: 21177.18, Buy: 21200.76, Sell: 21400.78, Change: 176.41, ChangePercent: 0.84, Volume: 5788000, High: 22400.05, Low: 20100.75, YearlyHigh: 62400.7, YearlyLow: 15100.88, YearlyStart: 21200.29, YearlyChange: -20.62, Settlement: `Credit`, Contract: `Swap`, Region: `Middle East`, Country: `Oman`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-08-23`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 294 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Diesel`, Spread: 0.015, Open: 1.3474, Price: 1.33, Buy: 1.35, Sell: 1.35, Change: -0.03, ChangePercent: -1.84, Volume: 2971, High: 1.36, Low: 1.34, YearlyHigh: 2.11, YearlyLow: 0.92, YearlyStart: 1.51, YearlyChange: -10.4, Settlement: `Cash`, Contract: `Futures`, Region: `South America`, Country: `Paraguay`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-08-23`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 295 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Platinum`, Spread: 0.01, Open: 1071.6, Price: 1087.81, Buy: 1071.09, Sell: 1071.1, Change: 16.71, ChangePercent: 1.56, Volume: 3039, High: 1081.2, Low: 1070.5, YearlyHigh: 1120.6, YearlyLow: 812.4, YearlyStart: 966.5, YearlyChange: 10.82, Settlement: `Loan`, Contract: `Futures`, Region: `Europe`, Country: `Czechia`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-04-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 296 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Ethanol`, Spread: 0.01, Open: 1.512, Price: 2.8, Buy: 2.75, Sell: 2.76, Change: 0.05, ChangePercent: 1.84, Volume: 14, High: 2.75, Low: 1.12, YearlyHigh: 2.75, YearlyLow: 1.12, YearlyStart: 1.48, YearlyChange: 86.7, Settlement: `Credit`, Contract: `Swap`, Region: `Middle East`, Country: `Saudi Arabia`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-03-22`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 297 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soybean`, Spread: 0.01, Open: 1038, Price: 1053.99, Buy: 1038.61, Sell: 1038.62, Change: 15.37, ChangePercent: 1.48, Volume: 20356, High: 1044, Low: 1031.75, YearlyHigh: 1057, YearlyLow: 859.5, YearlyStart: 958.25, YearlyChange: 8.39, Settlement: `Cash`, Contract: `CFD`, Region: `Africa`, Country: `Tunisia`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-08-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 298 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `GBP/USD`, Spread: 0.02, Open: 1.4464, Price: 1.19, Buy: 1.18, Sell: 1.2, Change: 0, ChangePercent: -0.36, Volume: 29450, High: 1.45, Low: 1.19, YearlyHigh: 1.59, YearlyLow: 1.19, YearlyStart: 1.49, YearlyChange: -19.59, Settlement: `Cash`, Contract: `Forwards`, Region: `North America`, Country: `United States`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-02-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 299 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Ethanol`, Spread: 0.01, Open: 1.512, Price: 2.7, Buy: 2.75, Sell: 2.76, Change: -0.05, ChangePercent: -1.92, Volume: 14, High: 2.75, Low: 1.12, YearlyHigh: 2.75, YearlyLow: 1.12, YearlyStart: 1.48, YearlyChange: 86.7, Settlement: `Loan`, Contract: `Swap`, Region: `Middle East`, Country: `Oman`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-04-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 300 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Silver`, Spread: 0.01, Open: 17.43, Price: 17.39, Buy: 17.43, Sell: 17.43, Change: -0.03, ChangePercent: -0.2, Volume: 11720, High: 17.51, Low: 17.37, YearlyHigh: 18.06, YearlyLow: 13.73, YearlyStart: 15.89, YearlyChange: 9.59, Settlement: `Cash`, Contract: `Swap`, Region: `Africa`, Country: `Egypt`, Risk: `High`, Sector: `Private`, Currency: `PLN`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-04-24`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 301 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Sugar`, Spread: 0.01, Open: 15.68, Price: 14.96, Buy: 14.67, Sell: 14.68, Change: 0.29, ChangePercent: 1.96, Volume: 4949, High: 15.7, Low: 14.67, YearlyHigh: 16.87, YearlyLow: 11.37, YearlyStart: 14.12, YearlyChange: 3.92, Settlement: `Credit`, Contract: `Options`, Region: `Africa`, Country: `Cameroon`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-07-27`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 302 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Cocoa`, Spread: 0.01, Open: 3076, Price: 3117.86, Buy: 3076, Sell: 3076, Change: 41.83, ChangePercent: 1.36, Volume: 978, High: 3078, Low: 3066, YearlyHigh: 3406, YearlyLow: 2746, YearlyStart: 3076, YearlyChange: 0, Settlement: `Loan`, Contract: `Forwards`, Region: `Africa`, Country: `Algeria`, Risk: `Low`, Sector: `Public`, Currency: `PLN`, Security: `High`, Issuer: `FedEx`, Maturity: `2022-01-11`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 303 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Rice`, Spread: 0.01, Open: 11.245, Price: 10.44, Buy: 10.41, Sell: 10.42, Change: 0.02, ChangePercent: 0.28, Volume: 220, High: 11.38, Low: 10.42, YearlyHigh: 14.14, YearlyLow: 9.7, YearlyStart: 11.92, YearlyChange: -12.62, Settlement: `Loan`, Contract: `Forwards`, Region: `Asia Pacific`, Country: `China`, Risk: `Low`, Sector: `Public`, Currency: `USD`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-07-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 304 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soybean`, Spread: 0.01, Open: 1038, Price: 1026.15, Buy: 1038.61, Sell: 1038.62, Change: -12.47, ChangePercent: -1.2, Volume: 20356, High: 1044, Low: 1031.75, YearlyHigh: 1057, YearlyLow: 859.5, YearlyStart: 958.25, YearlyChange: 8.39, Settlement: `Cash`, Contract: `Futures`, Region: `North America`, Country: `United States`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `FedEx`, Maturity: `2022-02-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 305 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/CAD`, Spread: 0.02, Open: 0.7744, Price: 0.94, Buy: 0.94, Sell: 0.96, Change: -0.01, ChangePercent: -1.4, Volume: 13669, High: 0.95, Low: 0.77, YearlyHigh: 0.95, YearlyLow: 0.68, YearlyStart: 0.76, YearlyChange: 26.43, Settlement: `Credit`, Contract: `Swap`, Region: `North America`, Country: `Canada`, Risk: `Low`, Sector: `Public`, Currency: `USD`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-02-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 306 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Rice`, Spread: 0.01, Open: 11.245, Price: 10.3, Buy: 10.41, Sell: 10.42, Change: -0.12, ChangePercent: -1.08, Volume: 220, High: 11.38, Low: 10.42, YearlyHigh: 14.14, YearlyLow: 9.7, YearlyStart: 11.92, YearlyChange: -12.62, Settlement: `Cash`, Contract: `Futures`, Region: `Africa`, Country: `Libya`, Risk: `Low`, Sector: `Government`, Currency: `PLN`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-04-23`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 307 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soybean`, Spread: 0.01, Open: 1038, Price: 1026.15, Buy: 1038.61, Sell: 1038.62, Change: -12.47, ChangePercent: -1.2, Volume: 20356, High: 1044, Low: 1031.75, YearlyHigh: 1057, YearlyLow: 859.5, YearlyStart: 958.25, YearlyChange: 8.39, Settlement: `Cash`, Contract: `Futures`, Region: `Europe`, Country: `Hungary`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-06-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 308 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/CAD`, Spread: 0.02, Open: 0.7744, Price: 0.95, Buy: 0.94, Sell: 0.96, Change: 0, ChangePercent: -0.8, Volume: 13669, High: 0.95, Low: 0.77, YearlyHigh: 0.95, YearlyLow: 0.68, YearlyStart: 0.76, YearlyChange: 26.43, Settlement: `Cash`, Contract: `Forwards`, Region: `Asia Pacific`, Country: `Singapore`, Risk: `Low`, Sector: `Government`, Currency: `USD`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-08-16`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 309 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `US 30YR Future`, Spread: 0.01, Open: 164.875, Price: 160.94, Buy: 164.15, Sell: 164.16, Change: -3.22, ChangePercent: -1.96, Volume: 28012, High: 165.25, Low: 164.04, YearlyHigh: 169.38, YearlyLow: 151.47, YearlyStart: 160.43, YearlyChange: 2.33, Settlement: `Credit`, Contract: `Forwards`, Region: `Asia Pacific`, Country: `Thailand`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-09-22`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 310 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `US 10YR Future`, Spread: 0.01, Open: 130.5625, Price: 132.2, Buy: 130.56, Sell: 130.56, Change: 1.62, ChangePercent: 1.24, Volume: 189310, High: 130.63, Low: 130.44, YearlyHigh: 132.64, YearlyLow: 125.48, YearlyStart: 129.06, YearlyChange: 1.18, Settlement: `Credit`, Contract: `Forwards`, Region: `Asia Pacific`, Country: `India`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-09-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 311 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/CHF`, Spread: 0.02, Open: 1.0337, Price: 1.06, Buy: 1.03, Sell: 1.03, Change: 0.02, ChangePercent: 1.24, Volume: 5550, High: 1.03, Low: 1.03, YearlyHigh: 1.11, YearlyLow: 0.98, YearlyStart: 1.04, YearlyChange: -0.12, Settlement: `Cash`, Contract: `Swap`, Region: `Africa`, Country: `Ethiopia`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-03-24`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 312 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Lumber`, Spread: 0.01, Open: 303.9, Price: 308.62, Buy: 304.59, Sell: 304.6, Change: 4.02, ChangePercent: 1.32, Volume: 2, High: 304.6, Low: 303.9, YearlyHigh: 317.1, YearlyLow: 236, YearlyStart: 276.55, YearlyChange: 10.14, Settlement: `Credit`, Contract: `Options`, Region: `Europe`, Country: `Poland`, Risk: `Low`, Sector: `Public`, Currency: `EUR`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-09-16`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 313 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/CHF`, Spread: 0.02, Open: 1.0337, Price: 1.05, Buy: 1.03, Sell: 1.03, Change: 0.01, ChangePercent: 0.68, Volume: 5550, High: 1.03, Low: 1.03, YearlyHigh: 1.11, YearlyLow: 0.98, YearlyStart: 1.04, YearlyChange: -0.12, Settlement: `Credit`, Contract: `Swap`, Region: `North America`, Country: `Canada`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `Poor`, Issuer: `American Airlines`, Maturity: `2022-04-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 314 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `BTC/USD`, Spread: 0.06, Open: 93.88, Price: 21311.58, Buy: 21200.76, Sell: 21400.78, Change: 310.81, ChangePercent: 1.48, Volume: 5788000, High: 22400.05, Low: 20100.75, YearlyHigh: 62400.7, YearlyLow: 15100.88, YearlyStart: 21200.29, YearlyChange: -20.62, Settlement: `Credit`, Contract: `Forwards`, Region: `South America`, Country: `Colombia`, Risk: `Low`, Sector: `Government`, Currency: `PLN`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-03-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 315 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Lumber`, Spread: 0.01, Open: 303.9, Price: 308.86, Buy: 304.59, Sell: 304.6, Change: 4.26, ChangePercent: 1.4, Volume: 2, High: 304.6, Low: 303.9, YearlyHigh: 317.1, YearlyLow: 236, YearlyStart: 276.55, YearlyChange: 10.14, Settlement: `Loan`, Contract: `Futures`, Region: `Asia Pacific`, Country: `Korea`, Risk: `High`, Sector: `Public`, Currency: `PLN`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-03-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 316 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Wheat`, Spread: 0.01, Open: 465.5, Price: 472.78, Buy: 465.5, Sell: 465.5, Change: 7.26, ChangePercent: 1.56, Volume: 4318, High: 467, Low: 463.25, YearlyHigh: 628.5, YearlyLow: 449.5, YearlyStart: 539, YearlyChange: -13.63, Settlement: `Cash`, Contract: `Futures`, Region: `Europe`, Country: `Austria`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-04-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 317 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Oats`, Spread: 0.01, Open: 194.5, Price: 193.67, Buy: 194.21, Sell: 194.22, Change: -0.55, ChangePercent: -0.28, Volume: 64, High: 195.75, Low: 194, YearlyHigh: 241.25, YearlyLow: 183.75, YearlyStart: 212.5, YearlyChange: -8.6, Settlement: `Credit`, Contract: `Futures`, Region: `Middle East`, Country: `Lebanon`, Risk: `Low`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-06-11`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 318 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Wheat`, Spread: 0.01, Open: 465.5, Price: 467.75, Buy: 465.5, Sell: 465.5, Change: 2.23, ChangePercent: 0.48, Volume: 4318, High: 467, Low: 463.25, YearlyHigh: 628.5, YearlyLow: 449.5, YearlyStart: 539, YearlyChange: -13.63, Settlement: `Cash`, Contract: `CFD`, Region: `North America`, Country: `Mexico`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-04-11`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 319 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Gold`, Spread: 0.01, Open: 1281.1, Price: 1303.78, Buy: 1280.73, Sell: 1280.74, Change: 23.05, ChangePercent: 1.8, Volume: 48387, High: 1289.5, Low: 1279.1, YearlyHigh: 1306, YearlyLow: 1047.2, YearlyStart: 1176.6, YearlyChange: 8.85, Settlement: `Cash`, Contract: `Forwards`, Region: `Asia Pacific`, Country: `China`, Risk: `High`, Sector: `Private`, Currency: `PLN`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-02-19`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 320 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/JPY`, Spread: 0.02, Open: 9275.5, Price: 9140.03, Buy: 9277.32, Sell: 9277.34, Change: -137.3, ChangePercent: -1.48, Volume: 47734, High: 9277.33, Low: 0.93, YearlyHigh: 9483, YearlyLow: 0.93, YearlyStart: 4741.97, YearlyChange: 95.64, Settlement: `Cash`, Contract: `Futures`, Region: `Asia Pacific`, Country: `Hong Kong`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-03-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 321 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Rice`, Spread: 0.01, Open: 11.245, Price: 10.54, Buy: 10.41, Sell: 10.42, Change: 0.12, ChangePercent: 1.2, Volume: 220, High: 11.38, Low: 10.42, YearlyHigh: 14.14, YearlyLow: 9.7, YearlyStart: 11.92, YearlyChange: -12.62, Settlement: `Cash`, Contract: `Swap`, Region: `Africa`, Country: `Niger`, Risk: `Low`, Sector: `Public`, Currency: `PLN`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-07-11`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 322 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Coal`, Spread: 0.015, Open: 0.4363, Price: 0.42, Buy: 0.44, Sell: 0.44, Change: 0, ChangePercent: -0.2, Volume: 3, High: 0.44, Low: 0.44, YearlyHigh: 0.48, YearlyLow: 0.4, YearlyStart: 0.44, YearlyChange: -5.33, Settlement: `Credit`, Contract: `Forwards`, Region: `Europe`, Country: `Ireland`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-04-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 323 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Gold`, Spread: 0.01, Open: 1281.1, Price: 1261.78, Buy: 1280.73, Sell: 1280.74, Change: -18.95, ChangePercent: -1.48, Volume: 48387, High: 1289.5, Low: 1279.1, YearlyHigh: 1306, YearlyLow: 1047.2, YearlyStart: 1176.6, YearlyChange: 8.85, Settlement: `Loan`, Contract: `Forwards`, Region: `Africa`, Country: `Ethiopia`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-02-10`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 324 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `BTC/USD`, Spread: 0.06, Open: 93.88, Price: 21025.97, Buy: 21200.76, Sell: 21400.78, Change: 25.2, ChangePercent: 0.12, Volume: 5788000, High: 22400.05, Low: 20100.75, YearlyHigh: 62400.7, YearlyLow: 15100.88, YearlyStart: 21200.29, YearlyChange: -20.62, Settlement: `Cash`, Contract: `Swap`, Region: `Europe`, Country: `Estonia`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-05-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 325 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Diesel`, Spread: 0.015, Open: 1.3474, Price: 1.34, Buy: 1.35, Sell: 1.35, Change: -0.02, ChangePercent: -1.52, Volume: 2971, High: 1.36, Low: 1.34, YearlyHigh: 2.11, YearlyLow: 0.92, YearlyStart: 1.51, YearlyChange: -10.4, Settlement: `Credit`, Contract: `Forwards`, Region: `Europe`, Country: `Finland`, Risk: `Low`, Sector: `Public`, Currency: `EUR`, Security: `High`, Issuer: `FedEx`, Maturity: `2022-07-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 326 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Platinum`, Spread: 0.01, Open: 1071.6, Price: 1060.39, Buy: 1071.09, Sell: 1071.1, Change: -10.71, ChangePercent: -1, Volume: 3039, High: 1081.2, Low: 1070.5, YearlyHigh: 1120.6, YearlyLow: 812.4, YearlyStart: 966.5, YearlyChange: 10.82, Settlement: `Loan`, Contract: `Swap`, Region: `Europe`, Country: `Belgium`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-02-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 327 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Rice`, Spread: 0.01, Open: 11.245, Price: 10.57, Buy: 10.41, Sell: 10.42, Change: 0.15, ChangePercent: 1.52, Volume: 220, High: 11.38, Low: 10.42, YearlyHigh: 14.14, YearlyLow: 9.7, YearlyStart: 11.92, YearlyChange: -12.62, Settlement: `Cash`, Contract: `Futures`, Region: `Europe`, Country: `Ireland`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `High`, Issuer: `FedEx`, Maturity: `2022-05-24`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 328 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Sugar`, Spread: 0.01, Open: 15.68, Price: 14.8, Buy: 14.67, Sell: 14.68, Change: 0.13, ChangePercent: 0.84, Volume: 4949, High: 15.7, Low: 14.67, YearlyHigh: 16.87, YearlyLow: 11.37, YearlyStart: 14.12, YearlyChange: 3.92, Settlement: `Loan`, Contract: `Options`, Region: `Europe`, Country: `Denmark`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-04-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 329 }), + new FinancialDataAllItem({ Category: `Index`, Type: `NAS Future`, Spread: 0.01, Open: 4341.25, Price: 4327.39, Buy: 4341.25, Sell: 4341.25, Change: -13.89, ChangePercent: -0.32, Volume: 18259, High: 4347, Low: 4318, YearlyHigh: 4719.75, YearlyLow: 3867.75, YearlyStart: 4293.75, YearlyChange: 1.11, Settlement: `Loan`, Contract: `Forwards`, Region: `Europe`, Country: `Estonia`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-03-23`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 330 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `LV Cattle`, Spread: 0.01, Open: 120.725, Price: 122.15, Buy: 120.72, Sell: 120.72, Change: 1.45, ChangePercent: 1.2, Volume: 4, High: 120.72, Low: 120.72, YearlyHigh: 147.98, YearlyLow: 113.9, YearlyStart: 130.94, YearlyChange: -7.82, Settlement: `Cash`, Contract: `Swap`, Region: `North America`, Country: `United States`, Risk: `High`, Sector: `Government`, Currency: `PLN`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-02-19`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 331 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Palladium`, Spread: 0.01, Open: 600.55, Price: 612.06, Buy: 601, Sell: 601.01, Change: 11.06, ChangePercent: 1.84, Volume: 651, High: 607.2, Low: 598.4, YearlyHigh: 690, YearlyLow: 458.6, YearlyStart: 574.3, YearlyChange: 4.65, Settlement: `Cash`, Contract: `Options`, Region: `Middle East`, Country: `Bahrain`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-07-11`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 332 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Uranium`, Spread: 0.02, Open: 27.55, Price: 27.51, Buy: 27.55, Sell: 27.55, Change: -0.07, ChangePercent: -0.24, Volume: 12, High: 27.55, Low: 27.55, YearlyHigh: 29.32, YearlyLow: 21.28, YearlyStart: 25.3, YearlyChange: 9.01, Settlement: `Loan`, Contract: `CFD`, Region: `Europe`, Country: `Denmark`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-01-21`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 333 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `BTC/USD`, Spread: 0.06, Open: 93.88, Price: 20622.76, Buy: 21200.76, Sell: 21400.78, Change: -378.01, ChangePercent: -1.8, Volume: 5788000, High: 22400.05, Low: 20100.75, YearlyHigh: 62400.7, YearlyLow: 15100.88, YearlyStart: 21200.29, YearlyChange: -20.62, Settlement: `Credit`, Contract: `Futures`, Region: `South America`, Country: `Venezuela`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `Poor`, Issuer: `FedEx`, Maturity: `2022-06-27`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 334 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Ethanol`, Spread: 0.01, Open: 1.512, Price: 2.79, Buy: 2.75, Sell: 2.76, Change: 0.04, ChangePercent: 1.36, Volume: 14, High: 2.75, Low: 1.12, YearlyHigh: 2.75, YearlyLow: 1.12, YearlyStart: 1.48, YearlyChange: 86.7, Settlement: `Cash`, Contract: `Forwards`, Region: `Asia Pacific`, Country: `Singapore`, Risk: `High`, Sector: `Government`, Currency: `USD`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-04-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 335 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Diesel`, Spread: 0.015, Open: 1.3474, Price: 1.36, Buy: 1.35, Sell: 1.35, Change: 0, ChangePercent: 0.08, Volume: 2971, High: 1.36, Low: 1.34, YearlyHigh: 2.11, YearlyLow: 0.92, YearlyStart: 1.51, YearlyChange: -10.4, Settlement: `Loan`, Contract: `CFD`, Region: `Asia Pacific`, Country: `China`, Risk: `Low`, Sector: `Government`, Currency: `USD`, Security: `Poor`, Issuer: `American Airlines`, Maturity: `2022-05-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 336 }), + new FinancialDataAllItem({ Category: `Index`, Type: `NAS Future`, Spread: 0.01, Open: 4341.25, Price: 4299.6, Buy: 4341.25, Sell: 4341.25, Change: -41.68, ChangePercent: -0.96, Volume: 18259, High: 4347, Low: 4318, YearlyHigh: 4719.75, YearlyLow: 3867.75, YearlyStart: 4293.75, YearlyChange: 1.11, Settlement: `Credit`, Contract: `Swap`, Region: `Africa`, Country: `Senegal`, Risk: `Low`, Sector: `Public`, Currency: `USD`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-03-23`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 337 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Lumber`, Spread: 0.01, Open: 303.9, Price: 304.11, Buy: 304.59, Sell: 304.6, Change: -0.49, ChangePercent: -0.16, Volume: 2, High: 304.6, Low: 303.9, YearlyHigh: 317.1, YearlyLow: 236, YearlyStart: 276.55, YearlyChange: 10.14, Settlement: `Credit`, Contract: `Swap`, Region: `Middle East`, Country: `Lebanon`, Risk: `Low`, Sector: `Public`, Currency: `EUR`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-03-24`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 338 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Natural Gas`, Spread: 0.02, Open: 2.094, Price: 2.12, Buy: 2.09, Sell: 2.09, Change: 0.02, ChangePercent: 0.84, Volume: 2783, High: 2.11, Low: 2.09, YearlyHigh: 3.2, YearlyLow: 1.84, YearlyStart: 2.52, YearlyChange: -16.51, Settlement: `Cash`, Contract: `Futures`, Region: `Europe`, Country: `Bulgaria`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-02-24`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 339 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Wheat`, Spread: 0.01, Open: 465.5, Price: 472.6, Buy: 465.5, Sell: 465.5, Change: 7.08, ChangePercent: 1.52, Volume: 4318, High: 467, Low: 463.25, YearlyHigh: 628.5, YearlyLow: 449.5, YearlyStart: 539, YearlyChange: -13.63, Settlement: `Cash`, Contract: `Swap`, Region: `Africa`, Country: `Ethiopia`, Risk: `High`, Sector: `Private`, Currency: `PLN`, Security: `Poor`, Issuer: `FedEx`, Maturity: `2022-06-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 340 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/CAD`, Spread: 0.02, Open: 0.7744, Price: 0.96, Buy: 0.94, Sell: 0.96, Change: 0.01, ChangePercent: 0.64, Volume: 13669, High: 0.95, Low: 0.77, YearlyHigh: 0.95, YearlyLow: 0.68, YearlyStart: 0.76, YearlyChange: 26.43, Settlement: `Credit`, Contract: `Futures`, Region: `Asia Pacific`, Country: `Philippines`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `High`, Issuer: `FedEx`, Maturity: `2022-03-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 341 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P MID MINI`, Spread: 0.01, Open: 1454.3, Price: 1477.33, Buy: 1455.78, Sell: 1455.79, Change: 21.55, ChangePercent: 1.48, Volume: 338, High: 1455.78, Low: 1448, YearlyHigh: 1527.3, YearlyLow: 1236, YearlyStart: 1381.65, YearlyChange: 5.37, Settlement: `Credit`, Contract: `Futures`, Region: `Europe`, Country: `United Kingdom`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-02-19`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 342 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Ethanol`, Spread: 0.01, Open: 1.512, Price: 2.8, Buy: 2.75, Sell: 2.76, Change: 0.05, ChangePercent: 1.8, Volume: 14, High: 2.75, Low: 1.12, YearlyHigh: 2.75, YearlyLow: 1.12, YearlyStart: 1.48, YearlyChange: 86.7, Settlement: `Credit`, Contract: `Futures`, Region: `Middle East`, Country: `Syria`, Risk: `High`, Sector: `Private`, Currency: `PLN`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-05-16`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 343 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/CHF`, Spread: 0.02, Open: 1.0337, Price: 1.05, Buy: 1.03, Sell: 1.03, Change: 0.01, ChangePercent: 0.88, Volume: 5550, High: 1.03, Low: 1.03, YearlyHigh: 1.11, YearlyLow: 0.98, YearlyStart: 1.04, YearlyChange: -0.12, Settlement: `Loan`, Contract: `Options`, Region: `Middle East`, Country: `Kuwait`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-04-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 344 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `US 30YR Future`, Spread: 0.01, Open: 164.875, Price: 163.24, Buy: 164.15, Sell: 164.16, Change: -0.92, ChangePercent: -0.56, Volume: 28012, High: 165.25, Low: 164.04, YearlyHigh: 169.38, YearlyLow: 151.47, YearlyStart: 160.43, YearlyChange: 2.33, Settlement: `Credit`, Contract: `Options`, Region: `Europe`, Country: `Croatia`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-03-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 345 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Cotton`, Spread: 0.01, Open: 61.77, Price: 62.9, Buy: 61.77, Sell: 61.77, Change: 1.14, ChangePercent: 1.84, Volume: 3612, High: 62.06, Low: 61.32, YearlyHigh: 67.59, YearlyLow: 54.33, YearlyStart: 60.96, YearlyChange: 1.31, Settlement: `Loan`, Contract: `CFD`, Region: `Europe`, Country: `Portugal`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-02-22`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 346 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Sugar`, Spread: 0.01, Open: 15.68, Price: 14.94, Buy: 14.67, Sell: 14.68, Change: 0.27, ChangePercent: 1.8, Volume: 4949, High: 15.7, Low: 14.67, YearlyHigh: 16.87, YearlyLow: 11.37, YearlyStart: 14.12, YearlyChange: 3.92, Settlement: `Credit`, Contract: `Swap`, Region: `Middle East`, Country: `Kuwait`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-06-11`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 347 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soy Meat`, Spread: 0.01, Open: 342.6, Price: 338.1, Buy: 342.6, Sell: 342.6, Change: -4.52, ChangePercent: -1.32, Volume: 5646, High: 345.4, Low: 340.3, YearlyHigh: 353.4, YearlyLow: 261.7, YearlyStart: 307.55, YearlyChange: 11.4, Settlement: `Cash`, Contract: `Forwards`, Region: `North America`, Country: `Mexico`, Risk: `Low`, Sector: `Public`, Currency: `PLN`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-08-16`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 348 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `AUD/USD`, Spread: 0.02, Open: 0.7344, Price: 0.74, Buy: 0.73, Sell: 0.73, Change: 0, ChangePercent: -0.04, Volume: 36764, High: 0.74, Low: 0.73, YearlyHigh: 0.79, YearlyLow: 0.68, YearlyStart: 0.73, YearlyChange: 1.28, Settlement: `Credit`, Contract: `Swap`, Region: `Asia Pacific`, Country: `New Zealand`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-06-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 349 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P MID MINI`, Spread: 0.01, Open: 1454.3, Price: 1459.86, Buy: 1455.78, Sell: 1455.79, Change: 4.08, ChangePercent: 0.28, Volume: 338, High: 1455.78, Low: 1448, YearlyHigh: 1527.3, YearlyLow: 1236, YearlyStart: 1381.65, YearlyChange: 5.37, Settlement: `Cash`, Contract: `Swap`, Region: `South America`, Country: `Bolivia`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-01-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 350 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soy oil`, Spread: 0.01, Open: 33.26, Price: 34.07, Buy: 33.77, Sell: 33.78, Change: 0.3, ChangePercent: 0.88, Volume: 10592, High: 33.77, Low: 33.06, YearlyHigh: 35.43, YearlyLow: 26.61, YearlyStart: 31.02, YearlyChange: 8.87, Settlement: `Loan`, Contract: `Forwards`, Region: `Middle East`, Country: `Israel`, Risk: `Low`, Sector: `Government`, Currency: `USD`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-05-21`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 351 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P 600 MINI`, Spread: 0.01, Open: 687.9, Price: 687.05, Buy: 687.9, Sell: 687.9, Change: -0.83, ChangePercent: -0.12, Volume: 0, High: 0, Low: 0, YearlyHigh: 620.32, YearlyLow: 595.9, YearlyStart: 608.11, YearlyChange: 13.12, Settlement: `Loan`, Contract: `Forwards`, Region: `Asia Pacific`, Country: `Singapore`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-08-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 352 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Platinum`, Spread: 0.01, Open: 1071.6, Price: 1064.67, Buy: 1071.09, Sell: 1071.1, Change: -6.43, ChangePercent: -0.6, Volume: 3039, High: 1081.2, Low: 1070.5, YearlyHigh: 1120.6, YearlyLow: 812.4, YearlyStart: 966.5, YearlyChange: 10.82, Settlement: `Cash`, Contract: `Swap`, Region: `Asia Pacific`, Country: `Taiwan`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-09-19`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 353 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Coal`, Spread: 0.015, Open: 0.4363, Price: 0.41, Buy: 0.44, Sell: 0.44, Change: -0.01, ChangePercent: -0.92, Volume: 3, High: 0.44, Low: 0.44, YearlyHigh: 0.48, YearlyLow: 0.4, YearlyStart: 0.44, YearlyChange: -5.33, Settlement: `Cash`, Contract: `Options`, Region: `Asia Pacific`, Country: `India`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-03-19`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 354 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Silver`, Spread: 0.01, Open: 17.43, Price: 17.14, Buy: 17.43, Sell: 17.43, Change: -0.28, ChangePercent: -1.6, Volume: 11720, High: 17.51, Low: 17.37, YearlyHigh: 18.06, YearlyLow: 13.73, YearlyStart: 15.89, YearlyChange: 9.59, Settlement: `Credit`, Contract: `Swap`, Region: `Africa`, Country: `Morocco`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-01-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 355 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soy oil`, Spread: 0.01, Open: 33.26, Price: 33.43, Buy: 33.77, Sell: 33.78, Change: -0.34, ChangePercent: -1, Volume: 10592, High: 33.77, Low: 33.06, YearlyHigh: 35.43, YearlyLow: 26.61, YearlyStart: 31.02, YearlyChange: 8.87, Settlement: `Loan`, Contract: `Futures`, Region: `Middle East`, Country: `Kuwait`, Risk: `Low`, Sector: `Public`, Currency: `USD`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-06-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 356 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/CHF`, Spread: 0.02, Open: 1.0337, Price: 1.04, Buy: 1.03, Sell: 1.03, Change: 0, ChangePercent: -0.56, Volume: 5550, High: 1.03, Low: 1.03, YearlyHigh: 1.11, YearlyLow: 0.98, YearlyStart: 1.04, YearlyChange: -0.12, Settlement: `Loan`, Contract: `Options`, Region: `Europe`, Country: `Greece`, Risk: `High`, Sector: `Public`, Currency: `USD`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-09-21`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 357 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Lumber`, Spread: 0.01, Open: 303.9, Price: 301.55, Buy: 304.59, Sell: 304.6, Change: -3.05, ChangePercent: -1, Volume: 2, High: 304.6, Low: 303.9, YearlyHigh: 317.1, YearlyLow: 236, YearlyStart: 276.55, YearlyChange: 10.14, Settlement: `Loan`, Contract: `Forwards`, Region: `South America`, Country: `Bolivia`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `High`, Issuer: `American Airlines`, Maturity: `2022-07-19`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 358 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `GBP/USD`, Spread: 0.02, Open: 1.4464, Price: 1.18, Buy: 1.18, Sell: 1.2, Change: -0.01, ChangePercent: -1.28, Volume: 29450, High: 1.45, Low: 1.19, YearlyHigh: 1.59, YearlyLow: 1.19, YearlyStart: 1.49, YearlyChange: -19.59, Settlement: `Credit`, Contract: `Swap`, Region: `Middle East`, Country: `Oman`, Risk: `Low`, Sector: `Public`, Currency: `PLN`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-02-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 359 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Sugar`, Spread: 0.01, Open: 15.68, Price: 14.39, Buy: 14.67, Sell: 14.68, Change: -0.28, ChangePercent: -1.96, Volume: 4949, High: 15.7, Low: 14.67, YearlyHigh: 16.87, YearlyLow: 11.37, YearlyStart: 14.12, YearlyChange: 3.92, Settlement: `Cash`, Contract: `Futures`, Region: `Middle East`, Country: `UAE`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-06-11`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 360 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `LV Cattle`, Spread: 0.01, Open: 120.725, Price: 120.32, Buy: 120.72, Sell: 120.72, Change: -0.39, ChangePercent: -0.32, Volume: 4, High: 120.72, Low: 120.72, YearlyHigh: 147.98, YearlyLow: 113.9, YearlyStart: 130.94, YearlyChange: -7.82, Settlement: `Credit`, Contract: `Swap`, Region: `Africa`, Country: `South Africa`, Risk: `Low`, Sector: `Government`, Currency: `USD`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-06-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 361 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P Future`, Spread: 0.01, Open: 2057.5, Price: 2033.57, Buy: 2056.6, Sell: 2056.61, Change: -23.03, ChangePercent: -1.12, Volume: 142780, High: 2059.5, Low: 2049, YearlyHigh: 2105.5, YearlyLow: 1794.5, YearlyStart: 1950, YearlyChange: 5.47, Settlement: `Cash`, Contract: `Swap`, Region: `Asia Pacific`, Country: `Pakistan`, Risk: `High`, Sector: `Private`, Currency: `PLN`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-06-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 362 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `Euro$ 3M`, Spread: 0.01, Open: 99.18, Price: 99.8, Buy: 99.18, Sell: 99.18, Change: 0.63, ChangePercent: 0.64, Volume: 29509, High: 99.18, Low: 99.17, YearlyHigh: 99.38, YearlyLow: 98.41, YearlyStart: 98.89, YearlyChange: 0.28, Settlement: `Cash`, Contract: `Futures`, Region: `Europe`, Country: `United Kingdom`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-04-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 363 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `Euro$ 3M`, Spread: 0.01, Open: 99.18, Price: 99.61, Buy: 99.18, Sell: 99.18, Change: 0.44, ChangePercent: 0.44, Volume: 29509, High: 99.18, Low: 99.17, YearlyHigh: 99.38, YearlyLow: 98.41, YearlyStart: 98.89, YearlyChange: 0.28, Settlement: `Cash`, Contract: `Options`, Region: `Africa`, Country: `Niger`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-09-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 364 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P MID MINI`, Spread: 0.01, Open: 1454.3, Price: 1448.79, Buy: 1455.78, Sell: 1455.79, Change: -6.99, ChangePercent: -0.48, Volume: 338, High: 1455.78, Low: 1448, YearlyHigh: 1527.3, YearlyLow: 1236, YearlyStart: 1381.65, YearlyChange: 5.37, Settlement: `Loan`, Contract: `CFD`, Region: `Middle East`, Country: `Israel`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-02-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 365 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/CAD`, Spread: 0.02, Open: 0.7744, Price: 0.94, Buy: 0.94, Sell: 0.96, Change: -0.01, ChangePercent: -1, Volume: 13669, High: 0.95, Low: 0.77, YearlyHigh: 0.95, YearlyLow: 0.68, YearlyStart: 0.76, YearlyChange: 26.43, Settlement: `Cash`, Contract: `Futures`, Region: `North America`, Country: `Mexico`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-05-27`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 366 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Wheat`, Spread: 0.01, Open: 465.5, Price: 462.54, Buy: 465.5, Sell: 465.5, Change: -2.98, ChangePercent: -0.64, Volume: 4318, High: 467, Low: 463.25, YearlyHigh: 628.5, YearlyLow: 449.5, YearlyStart: 539, YearlyChange: -13.63, Settlement: `Loan`, Contract: `CFD`, Region: `North America`, Country: `United States`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-09-27`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 367 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P 600 MINI`, Spread: 0.01, Open: 687.9, Price: 689.81, Buy: 687.9, Sell: 687.9, Change: 1.93, ChangePercent: 0.28, Volume: 0, High: 0, Low: 0, YearlyHigh: 620.32, YearlyLow: 595.9, YearlyStart: 608.11, YearlyChange: 13.12, Settlement: `Credit`, Contract: `Swap`, Region: `Africa`, Country: `Ethiopia`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-02-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 368 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Cocoa`, Spread: 0.01, Open: 3076, Price: 3119.09, Buy: 3076, Sell: 3076, Change: 43.06, ChangePercent: 1.4, Volume: 978, High: 3078, Low: 3066, YearlyHigh: 3406, YearlyLow: 2746, YearlyStart: 3076, YearlyChange: 0, Settlement: `Loan`, Contract: `Forwards`, Region: `Africa`, Country: `South Africa`, Risk: `High`, Sector: `Government`, Currency: `PLN`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-02-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 369 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `US 10YR Future`, Spread: 0.01, Open: 130.5625, Price: 131.84, Buy: 130.56, Sell: 130.56, Change: 1.26, ChangePercent: 0.96, Volume: 189310, High: 130.63, Low: 130.44, YearlyHigh: 132.64, YearlyLow: 125.48, YearlyStart: 129.06, YearlyChange: 1.18, Settlement: `Credit`, Contract: `CFD`, Region: `South America`, Country: `Uruguay`, Risk: `High`, Sector: `Government`, Currency: `PLN`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-07-11`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 370 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Silver`, Spread: 0.01, Open: 17.43, Price: 17.34, Buy: 17.43, Sell: 17.43, Change: -0.08, ChangePercent: -0.48, Volume: 11720, High: 17.51, Low: 17.37, YearlyHigh: 18.06, YearlyLow: 13.73, YearlyStart: 15.89, YearlyChange: 9.59, Settlement: `Cash`, Contract: `Options`, Region: `South America`, Country: `Paraguay`, Risk: `High`, Sector: `Public`, Currency: `PLN`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-04-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 371 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `OJ Future`, Spread: 0.01, Open: 140.6, Price: 142.54, Buy: 140.18, Sell: 140.19, Change: 2.35, ChangePercent: 1.68, Volume: 7, High: 140.19, Low: 0, YearlyHigh: 155.95, YearlyLow: 113, YearlyStart: 134.47, YearlyChange: 4.25, Settlement: `Cash`, Contract: `Futures`, Region: `Middle East`, Country: `Iraq`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `Poor`, Issuer: `FedEx`, Maturity: `2022-08-11`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 372 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Oil`, Spread: 0.015, Open: 45.54, Price: 45.84, Buy: 45.78, Sell: 45.8, Change: 0.05, ChangePercent: 0.12, Volume: 107196, High: 45.94, Low: 45, YearlyHigh: 65.28, YearlyLow: 30.79, YearlyStart: 48.03, YearlyChange: -4.67, Settlement: `Cash`, Contract: `Futures`, Region: `Europe`, Country: `Switzerland`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-06-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 373 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Silver`, Spread: 0.01, Open: 17.43, Price: 17.21, Buy: 17.43, Sell: 17.43, Change: -0.21, ChangePercent: -1.2, Volume: 11720, High: 17.51, Low: 17.37, YearlyHigh: 18.06, YearlyLow: 13.73, YearlyStart: 15.89, YearlyChange: 9.59, Settlement: `Credit`, Contract: `Swap`, Region: `Asia Pacific`, Country: `Australia`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-09-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 374 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Wheat`, Spread: 0.01, Open: 465.5, Price: 474.09, Buy: 465.5, Sell: 465.5, Change: 8.57, ChangePercent: 1.84, Volume: 4318, High: 467, Low: 463.25, YearlyHigh: 628.5, YearlyLow: 449.5, YearlyStart: 539, YearlyChange: -13.63, Settlement: `Loan`, Contract: `CFD`, Region: `Europe`, Country: `Poland`, Risk: `Low`, Sector: `Public`, Currency: `PLN`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-03-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 375 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Gold`, Spread: 0.01, Open: 1281.1, Price: 1293.03, Buy: 1280.73, Sell: 1280.74, Change: 12.3, ChangePercent: 0.96, Volume: 48387, High: 1289.5, Low: 1279.1, YearlyHigh: 1306, YearlyLow: 1047.2, YearlyStart: 1176.6, YearlyChange: 8.85, Settlement: `Cash`, Contract: `Options`, Region: `Asia Pacific`, Country: `Japan`, Risk: `Low`, Sector: `Public`, Currency: `PLN`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-03-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 376 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soy Meat`, Spread: 0.01, Open: 342.6, Price: 338.51, Buy: 342.6, Sell: 342.6, Change: -4.11, ChangePercent: -1.2, Volume: 5646, High: 345.4, Low: 340.3, YearlyHigh: 353.4, YearlyLow: 261.7, YearlyStart: 307.55, YearlyChange: 11.4, Settlement: `Loan`, Contract: `CFD`, Region: `Middle East`, Country: `Lebanon`, Risk: `Low`, Sector: `Government`, Currency: `PLN`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-09-19`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 377 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `US 30YR Future`, Spread: 0.01, Open: 164.875, Price: 162.78, Buy: 164.15, Sell: 164.16, Change: -1.38, ChangePercent: -0.84, Volume: 28012, High: 165.25, Low: 164.04, YearlyHigh: 169.38, YearlyLow: 151.47, YearlyStart: 160.43, YearlyChange: 2.33, Settlement: `Cash`, Contract: `Swap`, Region: `Middle East`, Country: `Kuwait`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-07-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 378 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Cotton`, Spread: 0.01, Open: 61.77, Price: 62.5, Buy: 61.77, Sell: 61.77, Change: 0.74, ChangePercent: 1.2, Volume: 3612, High: 62.06, Low: 61.32, YearlyHigh: 67.59, YearlyLow: 54.33, YearlyStart: 60.96, YearlyChange: 1.31, Settlement: `Credit`, Contract: `Futures`, Region: `Europe`, Country: `Estonia`, Risk: `High`, Sector: `Public`, Currency: `PLN`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-02-23`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 379 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `FD Cattle`, Spread: 0.01, Open: 147.175, Price: 146.76, Buy: 148.6, Sell: 148.61, Change: -1.85, ChangePercent: -1.24, Volume: 5, High: 148.61, Low: 147.18, YearlyHigh: 190, YearlyLow: 138.1, YearlyStart: 164.05, YearlyChange: -9.41, Settlement: `Loan`, Contract: `Swap`, Region: `Europe`, Country: `Austria`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-04-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 380 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P Future`, Spread: 0.01, Open: 2057.5, Price: 2055.78, Buy: 2056.6, Sell: 2056.61, Change: -0.82, ChangePercent: -0.04, Volume: 142780, High: 2059.5, Low: 2049, YearlyHigh: 2105.5, YearlyLow: 1794.5, YearlyStart: 1950, YearlyChange: 5.47, Settlement: `Cash`, Contract: `Options`, Region: `Europe`, Country: `Finland`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-02-22`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 381 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Cocoa`, Spread: 0.01, Open: 3076, Price: 3028.04, Buy: 3076, Sell: 3076, Change: -47.99, ChangePercent: -1.56, Volume: 978, High: 3078, Low: 3066, YearlyHigh: 3406, YearlyLow: 2746, YearlyStart: 3076, YearlyChange: 0, Settlement: `Loan`, Contract: `Swap`, Region: `South America`, Country: `Ecuador`, Risk: `Low`, Sector: `Public`, Currency: `PLN`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-08-21`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 382 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soybean`, Spread: 0.01, Open: 1038, Price: 1036.96, Buy: 1038.61, Sell: 1038.62, Change: -1.66, ChangePercent: -0.16, Volume: 20356, High: 1044, Low: 1031.75, YearlyHigh: 1057, YearlyLow: 859.5, YearlyStart: 958.25, YearlyChange: 8.39, Settlement: `Cash`, Contract: `Forwards`, Region: `Middle East`, Country: `Iran`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-08-24`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 383 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `AUD/USD`, Spread: 0.02, Open: 0.7344, Price: 0.74, Buy: 0.73, Sell: 0.73, Change: 0, ChangePercent: -0.48, Volume: 36764, High: 0.74, Low: 0.73, YearlyHigh: 0.79, YearlyLow: 0.68, YearlyStart: 0.73, YearlyChange: 1.28, Settlement: `Cash`, Contract: `CFD`, Region: `Africa`, Country: `Niger`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-03-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 384 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `US 30YR Future`, Spread: 0.01, Open: 164.875, Price: 164.42, Buy: 164.15, Sell: 164.16, Change: 0.26, ChangePercent: 0.16, Volume: 28012, High: 165.25, Low: 164.04, YearlyHigh: 169.38, YearlyLow: 151.47, YearlyStart: 160.43, YearlyChange: 2.33, Settlement: `Credit`, Contract: `Futures`, Region: `Middle East`, Country: `UAE`, Risk: `Low`, Sector: `Government`, Currency: `PLN`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-03-16`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 385 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `Euro$ 3M`, Spread: 0.01, Open: 99.18, Price: 100.4, Buy: 99.18, Sell: 99.18, Change: 1.23, ChangePercent: 1.24, Volume: 29509, High: 99.18, Low: 99.17, YearlyHigh: 99.38, YearlyLow: 98.41, YearlyStart: 98.89, YearlyChange: 0.28, Settlement: `Cash`, Contract: `Swap`, Region: `Middle East`, Country: `Bahrain`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-08-21`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 386 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `LV Cattle`, Spread: 0.01, Open: 120.725, Price: 123.07, Buy: 120.72, Sell: 120.72, Change: 2.36, ChangePercent: 1.96, Volume: 4, High: 120.72, Low: 120.72, YearlyHigh: 147.98, YearlyLow: 113.9, YearlyStart: 130.94, YearlyChange: -7.82, Settlement: `Cash`, Contract: `Forwards`, Region: `Middle East`, Country: `Bahrain`, Risk: `High`, Sector: `Government`, Currency: `PLN`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-06-23`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 387 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `FD Cattle`, Spread: 0.01, Open: 147.175, Price: 150.39, Buy: 148.6, Sell: 148.61, Change: 1.78, ChangePercent: 1.2, Volume: 5, High: 148.61, Low: 147.18, YearlyHigh: 190, YearlyLow: 138.1, YearlyStart: 164.05, YearlyChange: -9.41, Settlement: `Cash`, Contract: `Options`, Region: `Asia Pacific`, Country: `Pakistan`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-08-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 388 }), + new FinancialDataAllItem({ Category: `Index`, Type: `NAS Future`, Spread: 0.01, Open: 4341.25, Price: 4327.39, Buy: 4341.25, Sell: 4341.25, Change: -13.89, ChangePercent: -0.32, Volume: 18259, High: 4347, Low: 4318, YearlyHigh: 4719.75, YearlyLow: 3867.75, YearlyStart: 4293.75, YearlyChange: 1.11, Settlement: `Credit`, Contract: `Futures`, Region: `South America`, Country: `Venezuela`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-09-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 389 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Lumber`, Spread: 0.01, Open: 303.9, Price: 298.63, Buy: 304.59, Sell: 304.6, Change: -5.97, ChangePercent: -1.96, Volume: 2, High: 304.6, Low: 303.9, YearlyHigh: 317.1, YearlyLow: 236, YearlyStart: 276.55, YearlyChange: 10.14, Settlement: `Cash`, Contract: `Futures`, Region: `Europe`, Country: `Iceland`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-05-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 390 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Rice`, Spread: 0.01, Open: 11.245, Price: 10.51, Buy: 10.41, Sell: 10.42, Change: 0.09, ChangePercent: 0.92, Volume: 220, High: 11.38, Low: 10.42, YearlyHigh: 14.14, YearlyLow: 9.7, YearlyStart: 11.92, YearlyChange: -12.62, Settlement: `Credit`, Contract: `Futures`, Region: `Asia Pacific`, Country: `Malaysia`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-02-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 391 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Natural Gas`, Spread: 0.02, Open: 2.094, Price: 2.08, Buy: 2.09, Sell: 2.09, Change: -0.02, ChangePercent: -1, Volume: 2783, High: 2.11, Low: 2.09, YearlyHigh: 3.2, YearlyLow: 1.84, YearlyStart: 2.52, YearlyChange: -16.51, Settlement: `Cash`, Contract: `Options`, Region: `Asia Pacific`, Country: `Philippines`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-03-27`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 392 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P Future`, Spread: 0.01, Open: 2057.5, Price: 2035.21, Buy: 2056.6, Sell: 2056.61, Change: -21.39, ChangePercent: -1.04, Volume: 142780, High: 2059.5, Low: 2049, YearlyHigh: 2105.5, YearlyLow: 1794.5, YearlyStart: 1950, YearlyChange: 5.47, Settlement: `Cash`, Contract: `CFD`, Region: `Africa`, Country: `Egypt`, Risk: `High`, Sector: `Private`, Currency: `PLN`, Security: `High`, Issuer: `American Airlines`, Maturity: `2022-05-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 393 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soy oil`, Spread: 0.01, Open: 33.26, Price: 33.53, Buy: 33.77, Sell: 33.78, Change: -0.24, ChangePercent: -0.72, Volume: 10592, High: 33.77, Low: 33.06, YearlyHigh: 35.43, YearlyLow: 26.61, YearlyStart: 31.02, YearlyChange: 8.87, Settlement: `Cash`, Contract: `CFD`, Region: `Africa`, Country: `Cameroon`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-04-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 394 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `US 10YR Future`, Spread: 0.01, Open: 130.5625, Price: 128.6, Buy: 130.56, Sell: 130.56, Change: -1.98, ChangePercent: -1.52, Volume: 189310, High: 130.63, Low: 130.44, YearlyHigh: 132.64, YearlyLow: 125.48, YearlyStart: 129.06, YearlyChange: 1.18, Settlement: `Cash`, Contract: `Forwards`, Region: `South America`, Country: `Venezuela`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `High`, Issuer: `FedEx`, Maturity: `2022-02-27`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 395 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Copper`, Spread: 0.02, Open: 2.123, Price: 2.09, Buy: 2.12, Sell: 2.12, Change: -0.02, ChangePercent: -0.92, Volume: 28819, High: 2.16, Low: 2.11, YearlyHigh: 2.94, YearlyLow: 1.96, YearlyStart: 2.45, YearlyChange: -13.76, Settlement: `Loan`, Contract: `CFD`, Region: `Europe`, Country: `United Kingdom`, Risk: `Low`, Sector: `Public`, Currency: `EUR`, Security: `Poor`, Issuer: `FedEx`, Maturity: `2022-06-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 396 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Oil`, Spread: 0.015, Open: 45.54, Price: 45.17, Buy: 45.78, Sell: 45.8, Change: -0.62, ChangePercent: -1.36, Volume: 107196, High: 45.94, Low: 45, YearlyHigh: 65.28, YearlyLow: 30.79, YearlyStart: 48.03, YearlyChange: -4.67, Settlement: `Cash`, Contract: `CFD`, Region: `North America`, Country: `United States`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-04-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 397 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P 600 MINI`, Spread: 0.01, Open: 687.9, Price: 686.5, Buy: 687.9, Sell: 687.9, Change: -1.38, ChangePercent: -0.2, Volume: 0, High: 0, Low: 0, YearlyHigh: 620.32, YearlyLow: 595.9, YearlyStart: 608.11, YearlyChange: 13.12, Settlement: `Cash`, Contract: `Options`, Region: `Europe`, Country: `Czechia`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-06-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 398 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soy Meat`, Spread: 0.01, Open: 342.6, Price: 341.93, Buy: 342.6, Sell: 342.6, Change: -0.69, ChangePercent: -0.2, Volume: 5646, High: 345.4, Low: 340.3, YearlyHigh: 353.4, YearlyLow: 261.7, YearlyStart: 307.55, YearlyChange: 11.4, Settlement: `Cash`, Contract: `Swap`, Region: `South America`, Country: `Suriname`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-08-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 399 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soy Meat`, Spread: 0.01, Open: 342.6, Price: 349.06, Buy: 342.6, Sell: 342.6, Change: 6.44, ChangePercent: 1.88, Volume: 5646, High: 345.4, Low: 340.3, YearlyHigh: 353.4, YearlyLow: 261.7, YearlyStart: 307.55, YearlyChange: 11.4, Settlement: `Credit`, Contract: `Forwards`, Region: `Africa`, Country: `Egypt`, Risk: `Low`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-02-19`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 400 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `LV Cattle`, Spread: 0.01, Open: 120.725, Price: 121.28, Buy: 120.72, Sell: 120.72, Change: 0.58, ChangePercent: 0.48, Volume: 4, High: 120.72, Low: 120.72, YearlyHigh: 147.98, YearlyLow: 113.9, YearlyStart: 130.94, YearlyChange: -7.82, Settlement: `Cash`, Contract: `Options`, Region: `South America`, Country: `Bolivia`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-06-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 401 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Coffee`, Spread: 0.01, Open: 125.7, Price: 123.28, Buy: 125.7, Sell: 125.7, Change: -2.41, ChangePercent: -1.92, Volume: 1654, High: 125.8, Low: 125, YearlyHigh: 155.75, YearlyLow: 115.35, YearlyStart: 135.55, YearlyChange: -7.27, Settlement: `Cash`, Contract: `Swap`, Region: `South America`, Country: `Ecuador`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `Poor`, Issuer: `American Airlines`, Maturity: `2022-08-21`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 402 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Corn`, Spread: 0.01, Open: 379.5, Price: 383.6, Buy: 379.8, Sell: 379.81, Change: 3.8, ChangePercent: 1, Volume: 11266, High: 381, Low: 377.75, YearlyHigh: 471.25, YearlyLow: 351.25, YearlyStart: 411.25, YearlyChange: -7.65, Settlement: `Credit`, Contract: `Options`, Region: `North America`, Country: `United States`, Risk: `High`, Sector: `Public`, Currency: `PLN`, Security: `High`, Issuer: `FedEx`, Maturity: `2022-02-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 403 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `GBP/USD`, Spread: 0.02, Open: 1.4464, Price: 1.2, Buy: 1.18, Sell: 1.2, Change: 0.01, ChangePercent: 0.56, Volume: 29450, High: 1.45, Low: 1.19, YearlyHigh: 1.59, YearlyLow: 1.19, YearlyStart: 1.49, YearlyChange: -19.59, Settlement: `Credit`, Contract: `Options`, Region: `Middle East`, Country: `Iraq`, Risk: `Low`, Sector: `Public`, Currency: `PLN`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-04-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 404 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Silver`, Spread: 0.01, Open: 17.43, Price: 17.44, Buy: 17.43, Sell: 17.43, Change: 0.02, ChangePercent: 0.12, Volume: 11720, High: 17.51, Low: 17.37, YearlyHigh: 18.06, YearlyLow: 13.73, YearlyStart: 15.89, YearlyChange: 9.59, Settlement: `Credit`, Contract: `Swap`, Region: `Asia Pacific`, Country: `Korea`, Risk: `High`, Sector: `Public`, Currency: `USD`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-05-16`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 405 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Gold`, Spread: 0.01, Open: 1281.1, Price: 1285.85, Buy: 1280.73, Sell: 1280.74, Change: 5.12, ChangePercent: 0.4, Volume: 48387, High: 1289.5, Low: 1279.1, YearlyHigh: 1306, YearlyLow: 1047.2, YearlyStart: 1176.6, YearlyChange: 8.85, Settlement: `Credit`, Contract: `Swap`, Region: `Europe`, Country: `Switzerland`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-02-11`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 406 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Ethanol`, Spread: 0.01, Open: 1.512, Price: 2.71, Buy: 2.75, Sell: 2.76, Change: -0.04, ChangePercent: -1.56, Volume: 14, High: 2.75, Low: 1.12, YearlyHigh: 2.75, YearlyLow: 1.12, YearlyStart: 1.48, YearlyChange: 86.7, Settlement: `Loan`, Contract: `Options`, Region: `Middle East`, Country: `Kuwait`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `High`, Issuer: `American Airlines`, Maturity: `2022-08-22`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 407 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `Euro$ 3M`, Spread: 0.01, Open: 99.18, Price: 99.73, Buy: 99.18, Sell: 99.18, Change: 0.56, ChangePercent: 0.56, Volume: 29509, High: 99.18, Low: 99.17, YearlyHigh: 99.38, YearlyLow: 98.41, YearlyStart: 98.89, YearlyChange: 0.28, Settlement: `Cash`, Contract: `Options`, Region: `South America`, Country: `Paraguay`, Risk: `Low`, Sector: `Government`, Currency: `PLN`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-01-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 408 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `US 10YR Future`, Spread: 0.01, Open: 130.5625, Price: 130.37, Buy: 130.56, Sell: 130.56, Change: -0.21, ChangePercent: -0.16, Volume: 189310, High: 130.63, Low: 130.44, YearlyHigh: 132.64, YearlyLow: 125.48, YearlyStart: 129.06, YearlyChange: 1.18, Settlement: `Loan`, Contract: `Swap`, Region: `Middle East`, Country: `UAE`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `High`, Issuer: `American Airlines`, Maturity: `2022-06-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 409 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/CAD`, Spread: 0.02, Open: 0.7744, Price: 0.96, Buy: 0.94, Sell: 0.96, Change: 0.01, ChangePercent: 0.48, Volume: 13669, High: 0.95, Low: 0.77, YearlyHigh: 0.95, YearlyLow: 0.68, YearlyStart: 0.76, YearlyChange: 26.43, Settlement: `Cash`, Contract: `Swap`, Region: `Middle East`, Country: `Bahrain`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-03-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 410 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `OJ Future`, Spread: 0.01, Open: 140.6, Price: 142.1, Buy: 140.18, Sell: 140.19, Change: 1.91, ChangePercent: 1.36, Volume: 7, High: 140.19, Low: 0, YearlyHigh: 155.95, YearlyLow: 113, YearlyStart: 134.47, YearlyChange: 4.25, Settlement: `Credit`, Contract: `CFD`, Region: `Middle East`, Country: `Saudi Arabia`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-02-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 411 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Natural Gas`, Spread: 0.02, Open: 2.094, Price: 2.06, Buy: 2.09, Sell: 2.09, Change: -0.04, ChangePercent: -1.88, Volume: 2783, High: 2.11, Low: 2.09, YearlyHigh: 3.2, YearlyLow: 1.84, YearlyStart: 2.52, YearlyChange: -16.51, Settlement: `Loan`, Contract: `CFD`, Region: `Middle East`, Country: `Iraq`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-04-19`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 412 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/CHF`, Spread: 0.02, Open: 1.0337, Price: 1.04, Buy: 1.03, Sell: 1.03, Change: 0, ChangePercent: 0.08, Volume: 5550, High: 1.03, Low: 1.03, YearlyHigh: 1.11, YearlyLow: 0.98, YearlyStart: 1.04, YearlyChange: -0.12, Settlement: `Cash`, Contract: `Futures`, Region: `Middle East`, Country: `Jordan`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-03-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 413 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `US 10YR Future`, Spread: 0.01, Open: 130.5625, Price: 131.94, Buy: 130.56, Sell: 130.56, Change: 1.36, ChangePercent: 1.04, Volume: 189310, High: 130.63, Low: 130.44, YearlyHigh: 132.64, YearlyLow: 125.48, YearlyStart: 129.06, YearlyChange: 1.18, Settlement: `Cash`, Contract: `Swap`, Region: `Middle East`, Country: `Bahrain`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-03-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 414 }), + new FinancialDataAllItem({ Category: `Index`, Type: `DOW Future`, Spread: 0.01, Open: 17711, Price: 17882.19, Buy: 17712.15, Sell: 17712.16, Change: 170.04, ChangePercent: 0.96, Volume: 22236, High: 17727, Low: 17642, YearlyHigh: 18083, YearlyLow: 15299, YearlyStart: 16691, YearlyChange: 6.12, Settlement: `Cash`, Contract: `Futures`, Region: `Asia Pacific`, Country: `Azerbaijan`, Risk: `High`, Sector: `Private`, Currency: `PLN`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-05-21`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 415 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `BTC/USD`, Spread: 0.06, Open: 93.88, Price: 21059.57, Buy: 21200.76, Sell: 21400.78, Change: 58.8, ChangePercent: 0.28, Volume: 5788000, High: 22400.05, Low: 20100.75, YearlyHigh: 62400.7, YearlyLow: 15100.88, YearlyStart: 21200.29, YearlyChange: -20.62, Settlement: `Cash`, Contract: `Swap`, Region: `Asia Pacific`, Country: `Malaysia`, Risk: `Low`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-06-10`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 416 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Palladium`, Spread: 0.01, Open: 600.55, Price: 610.38, Buy: 601, Sell: 601.01, Change: 9.38, ChangePercent: 1.56, Volume: 651, High: 607.2, Low: 598.4, YearlyHigh: 690, YearlyLow: 458.6, YearlyStart: 574.3, YearlyChange: 4.65, Settlement: `Cash`, Contract: `Swap`, Region: `North America`, Country: `United States`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-04-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 417 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P 600 MINI`, Spread: 0.01, Open: 687.9, Price: 693.38, Buy: 687.9, Sell: 687.9, Change: 5.5, ChangePercent: 0.8, Volume: 0, High: 0, Low: 0, YearlyHigh: 620.32, YearlyLow: 595.9, YearlyStart: 608.11, YearlyChange: 13.12, Settlement: `Loan`, Contract: `Swap`, Region: `Asia Pacific`, Country: `Philippines`, Risk: `High`, Sector: `Government`, Currency: `PLN`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-02-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 418 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Palladium`, Spread: 0.01, Open: 600.55, Price: 600.76, Buy: 601, Sell: 601.01, Change: -0.24, ChangePercent: -0.04, Volume: 651, High: 607.2, Low: 598.4, YearlyHigh: 690, YearlyLow: 458.6, YearlyStart: 574.3, YearlyChange: 4.65, Settlement: `Cash`, Contract: `Options`, Region: `Middle East`, Country: `Iraq`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-03-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 419 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Corn`, Spread: 0.01, Open: 379.5, Price: 375.09, Buy: 379.8, Sell: 379.81, Change: -4.71, ChangePercent: -1.24, Volume: 11266, High: 381, Low: 377.75, YearlyHigh: 471.25, YearlyLow: 351.25, YearlyStart: 411.25, YearlyChange: -7.65, Settlement: `Credit`, Contract: `Forwards`, Region: `Asia Pacific`, Country: `Korea`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `Poor`, Issuer: `FedEx`, Maturity: `2022-08-19`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 420 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Ethanol`, Spread: 0.01, Open: 1.512, Price: 2.78, Buy: 2.75, Sell: 2.76, Change: 0.03, ChangePercent: 0.92, Volume: 14, High: 2.75, Low: 1.12, YearlyHigh: 2.75, YearlyLow: 1.12, YearlyStart: 1.48, YearlyChange: 86.7, Settlement: `Cash`, Contract: `Futures`, Region: `South America`, Country: `Suriname`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-05-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 421 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Sugar`, Spread: 0.01, Open: 15.68, Price: 14.44, Buy: 14.67, Sell: 14.68, Change: -0.23, ChangePercent: -1.6, Volume: 4949, High: 15.7, Low: 14.67, YearlyHigh: 16.87, YearlyLow: 11.37, YearlyStart: 14.12, YearlyChange: 3.92, Settlement: `Cash`, Contract: `Options`, Region: `North America`, Country: `United States`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-05-23`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 422 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Ethanol`, Spread: 0.01, Open: 1.512, Price: 2.73, Buy: 2.75, Sell: 2.76, Change: -0.02, ChangePercent: -0.88, Volume: 14, High: 2.75, Low: 1.12, YearlyHigh: 2.75, YearlyLow: 1.12, YearlyStart: 1.48, YearlyChange: 86.7, Settlement: `Loan`, Contract: `Futures`, Region: `Asia Pacific`, Country: `Indonesia`, Risk: `High`, Sector: `Government`, Currency: `PLN`, Security: `High`, Issuer: `FedEx`, Maturity: `2022-07-21`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 423 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `BTC/USD`, Spread: 0.06, Open: 93.88, Price: 21311.58, Buy: 21200.76, Sell: 21400.78, Change: 310.81, ChangePercent: 1.48, Volume: 5788000, High: 22400.05, Low: 20100.75, YearlyHigh: 62400.7, YearlyLow: 15100.88, YearlyStart: 21200.29, YearlyChange: -20.62, Settlement: `Loan`, Contract: `Swap`, Region: `Asia Pacific`, Country: `Australia`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-04-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 424 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Coal`, Spread: 0.015, Open: 0.4363, Price: 0.41, Buy: 0.44, Sell: 0.44, Change: -0.01, ChangePercent: -1.4, Volume: 3, High: 0.44, Low: 0.44, YearlyHigh: 0.48, YearlyLow: 0.4, YearlyStart: 0.44, YearlyChange: -5.33, Settlement: `Cash`, Contract: `Forwards`, Region: `South America`, Country: `Chile`, Risk: `High`, Sector: `Private`, Currency: `PLN`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-01-19`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 425 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Rice`, Spread: 0.01, Open: 11.245, Price: 10.26, Buy: 10.41, Sell: 10.42, Change: -0.16, ChangePercent: -1.52, Volume: 220, High: 11.38, Low: 10.42, YearlyHigh: 14.14, YearlyLow: 9.7, YearlyStart: 11.92, YearlyChange: -12.62, Settlement: `Cash`, Contract: `Forwards`, Region: `Europe`, Country: `Romania`, Risk: `Low`, Sector: `Government`, Currency: `PLN`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-07-21`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 426 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Silver`, Spread: 0.01, Open: 17.43, Price: 17.47, Buy: 17.43, Sell: 17.43, Change: 0.05, ChangePercent: 0.28, Volume: 11720, High: 17.51, Low: 17.37, YearlyHigh: 18.06, YearlyLow: 13.73, YearlyStart: 15.89, YearlyChange: 9.59, Settlement: `Cash`, Contract: `CFD`, Region: `Africa`, Country: `Senegal`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-04-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 427 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `US 10YR Future`, Spread: 0.01, Open: 130.5625, Price: 132.57, Buy: 130.56, Sell: 130.56, Change: 1.99, ChangePercent: 1.52, Volume: 189310, High: 130.63, Low: 130.44, YearlyHigh: 132.64, YearlyLow: 125.48, YearlyStart: 129.06, YearlyChange: 1.18, Settlement: `Cash`, Contract: `Options`, Region: `Europe`, Country: `Bulgaria`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-02-19`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 428 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Gold`, Spread: 0.01, Open: 1281.1, Price: 1258.7, Buy: 1280.73, Sell: 1280.74, Change: -22.03, ChangePercent: -1.72, Volume: 48387, High: 1289.5, Low: 1279.1, YearlyHigh: 1306, YearlyLow: 1047.2, YearlyStart: 1176.6, YearlyChange: 8.85, Settlement: `Credit`, Contract: `Swap`, Region: `Europe`, Country: `Croatia`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-07-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 429 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `LV Cattle`, Spread: 0.01, Open: 120.725, Price: 122.15, Buy: 120.72, Sell: 120.72, Change: 1.45, ChangePercent: 1.2, Volume: 4, High: 120.72, Low: 120.72, YearlyHigh: 147.98, YearlyLow: 113.9, YearlyStart: 130.94, YearlyChange: -7.82, Settlement: `Loan`, Contract: `Options`, Region: `Africa`, Country: `Libya`, Risk: `High`, Sector: `Public`, Currency: `PLN`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-07-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 430 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Cotton`, Spread: 0.01, Open: 61.77, Price: 61.49, Buy: 61.77, Sell: 61.77, Change: -0.27, ChangePercent: -0.44, Volume: 3612, High: 62.06, Low: 61.32, YearlyHigh: 67.59, YearlyLow: 54.33, YearlyStart: 60.96, YearlyChange: 1.31, Settlement: `Cash`, Contract: `Swap`, Region: `Asia Pacific`, Country: `Hong Kong`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-04-21`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 431 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/CHF`, Spread: 0.02, Open: 1.0337, Price: 1.04, Buy: 1.03, Sell: 1.03, Change: 0, ChangePercent: -0.4, Volume: 5550, High: 1.03, Low: 1.03, YearlyHigh: 1.11, YearlyLow: 0.98, YearlyStart: 1.04, YearlyChange: -0.12, Settlement: `Cash`, Contract: `CFD`, Region: `Middle East`, Country: `Bahrain`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-02-22`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 432 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Ethanol`, Spread: 0.01, Open: 1.512, Price: 2.71, Buy: 2.75, Sell: 2.76, Change: -0.04, ChangePercent: -1.6, Volume: 14, High: 2.75, Low: 1.12, YearlyHigh: 2.75, YearlyLow: 1.12, YearlyStart: 1.48, YearlyChange: 86.7, Settlement: `Cash`, Contract: `CFD`, Region: `Europe`, Country: `Bulgaria`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-01-22`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 433 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `Lean Hogs`, Spread: 0.01, Open: 81.275, Price: 83.19, Buy: 81.81, Sell: 81.82, Change: 1.38, ChangePercent: 1.68, Volume: 1, High: 81.81, Low: 81.28, YearlyHigh: 83.98, YearlyLow: 70.25, YearlyStart: 77.11, YearlyChange: 6.09, Settlement: `Credit`, Contract: `Swap`, Region: `Europe`, Country: `Greece`, Risk: `High`, Sector: `Public`, Currency: `USD`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-04-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 434 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Milk`, Spread: 0.01, Open: 12.87, Price: 12.89, Buy: 12.87, Sell: 12.87, Change: 0.03, ChangePercent: 0.2, Volume: 7, High: 12.89, Low: 12.81, YearlyHigh: 16.96, YearlyLow: 12.81, YearlyStart: 14.88, YearlyChange: -13.6, Settlement: `Cash`, Contract: `Forwards`, Region: `Europe`, Country: `Russia`, Risk: `High`, Sector: `Private`, Currency: `PLN`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-02-21`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 435 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P MID MINI`, Spread: 0.01, Open: 1454.3, Price: 1472.09, Buy: 1455.78, Sell: 1455.79, Change: 16.31, ChangePercent: 1.12, Volume: 338, High: 1455.78, Low: 1448, YearlyHigh: 1527.3, YearlyLow: 1236, YearlyStart: 1381.65, YearlyChange: 5.37, Settlement: `Cash`, Contract: `Options`, Region: `South America`, Country: `Guyana`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-08-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 436 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `US 2Y Future`, Spread: 0.01, Open: 109.3984, Price: 110.31, Buy: 109.4, Sell: 109.4, Change: 0.92, ChangePercent: 0.84, Volume: 17742, High: 109.41, Low: 109.38, YearlyHigh: 109.8, YearlyLow: 108.62, YearlyStart: 109.21, YearlyChange: 0.16, Settlement: `Cash`, Contract: `Futures`, Region: `Asia Pacific`, Country: `Azerbaijan`, Risk: `Low`, Sector: `Public`, Currency: `EUR`, Security: `High`, Issuer: `FedEx`, Maturity: `2022-04-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 437 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `OJ Future`, Spread: 0.01, Open: 140.6, Price: 141.25, Buy: 140.18, Sell: 140.19, Change: 1.06, ChangePercent: 0.76, Volume: 7, High: 140.19, Low: 0, YearlyHigh: 155.95, YearlyLow: 113, YearlyStart: 134.47, YearlyChange: 4.25, Settlement: `Cash`, Contract: `Swap`, Region: `Europe`, Country: `Czechia`, Risk: `Low`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-08-16`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 438 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Coffee`, Spread: 0.01, Open: 125.7, Price: 123.63, Buy: 125.7, Sell: 125.7, Change: -2.06, ChangePercent: -1.64, Volume: 1654, High: 125.8, Low: 125, YearlyHigh: 155.75, YearlyLow: 115.35, YearlyStart: 135.55, YearlyChange: -7.27, Settlement: `Credit`, Contract: `Futures`, Region: `South America`, Country: `Brazil`, Risk: `Low`, Sector: `Government`, Currency: `PLN`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-05-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 439 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Coffee`, Spread: 0.01, Open: 125.7, Price: 124.03, Buy: 125.7, Sell: 125.7, Change: -1.66, ChangePercent: -1.32, Volume: 1654, High: 125.8, Low: 125, YearlyHigh: 155.75, YearlyLow: 115.35, YearlyStart: 135.55, YearlyChange: -7.27, Settlement: `Cash`, Contract: `Options`, Region: `South America`, Country: `Suriname`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-03-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 440 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Cotton`, Spread: 0.01, Open: 61.77, Price: 60.72, Buy: 61.77, Sell: 61.77, Change: -1.04, ChangePercent: -1.68, Volume: 3612, High: 62.06, Low: 61.32, YearlyHigh: 67.59, YearlyLow: 54.33, YearlyStart: 60.96, YearlyChange: 1.31, Settlement: `Cash`, Contract: `CFD`, Region: `Africa`, Country: `Cameroon`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-03-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 441 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `FD Cattle`, Spread: 0.01, Open: 147.175, Price: 148.25, Buy: 148.6, Sell: 148.61, Change: -0.36, ChangePercent: -0.24, Volume: 5, High: 148.61, Low: 147.18, YearlyHigh: 190, YearlyLow: 138.1, YearlyStart: 164.05, YearlyChange: -9.41, Settlement: `Credit`, Contract: `Swap`, Region: `Africa`, Country: `Ethiopia`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-08-11`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 442 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `GBP/USD`, Spread: 0.02, Open: 1.4464, Price: 1.19, Buy: 1.18, Sell: 1.2, Change: 0, ChangePercent: -0.72, Volume: 29450, High: 1.45, Low: 1.19, YearlyHigh: 1.59, YearlyLow: 1.19, YearlyStart: 1.49, YearlyChange: -19.59, Settlement: `Loan`, Contract: `CFD`, Region: `Middle East`, Country: `Syria`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-08-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 443 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P MID MINI`, Spread: 0.01, Open: 1454.3, Price: 1437.15, Buy: 1455.78, Sell: 1455.79, Change: -18.63, ChangePercent: -1.28, Volume: 338, High: 1455.78, Low: 1448, YearlyHigh: 1527.3, YearlyLow: 1236, YearlyStart: 1381.65, YearlyChange: 5.37, Settlement: `Loan`, Contract: `Forwards`, Region: `Africa`, Country: `South Africa`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-02-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 444 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Palladium`, Spread: 0.01, Open: 600.55, Price: 595.71, Buy: 601, Sell: 601.01, Change: -5.29, ChangePercent: -0.88, Volume: 651, High: 607.2, Low: 598.4, YearlyHigh: 690, YearlyLow: 458.6, YearlyStart: 574.3, YearlyChange: 4.65, Settlement: `Loan`, Contract: `CFD`, Region: `Middle East`, Country: `Israel`, Risk: `Low`, Sector: `Public`, Currency: `PLN`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-04-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 445 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `AUD/USD`, Spread: 0.02, Open: 0.7344, Price: 0.74, Buy: 0.73, Sell: 0.73, Change: 0, ChangePercent: -0.44, Volume: 36764, High: 0.74, Low: 0.73, YearlyHigh: 0.79, YearlyLow: 0.68, YearlyStart: 0.73, YearlyChange: 1.28, Settlement: `Cash`, Contract: `Swap`, Region: `Europe`, Country: `Switzerland`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `Poor`, Issuer: `FedEx`, Maturity: `2022-02-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 446 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `US 30YR Future`, Spread: 0.01, Open: 164.875, Price: 166.19, Buy: 164.15, Sell: 164.16, Change: 2.03, ChangePercent: 1.24, Volume: 28012, High: 165.25, Low: 164.04, YearlyHigh: 169.38, YearlyLow: 151.47, YearlyStart: 160.43, YearlyChange: 2.33, Settlement: `Cash`, Contract: `Options`, Region: `Middle East`, Country: `Bahrain`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `High`, Issuer: `American Airlines`, Maturity: `2022-02-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 447 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Rice`, Spread: 0.01, Open: 11.245, Price: 10.42, Buy: 10.41, Sell: 10.42, Change: 0, ChangePercent: 0.04, Volume: 220, High: 11.38, Low: 10.42, YearlyHigh: 14.14, YearlyLow: 9.7, YearlyStart: 11.92, YearlyChange: -12.62, Settlement: `Credit`, Contract: `Futures`, Region: `Europe`, Country: `Croatia`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-06-23`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 448 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `Lean Hogs`, Spread: 0.01, Open: 81.275, Price: 82.63, Buy: 81.81, Sell: 81.82, Change: 0.82, ChangePercent: 1, Volume: 1, High: 81.81, Low: 81.28, YearlyHigh: 83.98, YearlyLow: 70.25, YearlyStart: 77.11, YearlyChange: 6.09, Settlement: `Credit`, Contract: `Futures`, Region: `Asia Pacific`, Country: `Indonesia`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-04-10`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 449 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/JPY`, Spread: 0.02, Open: 9275.5, Price: 9429.48, Buy: 9277.32, Sell: 9277.34, Change: 152.15, ChangePercent: 1.64, Volume: 47734, High: 9277.33, Low: 0.93, YearlyHigh: 9483, YearlyLow: 0.93, YearlyStart: 4741.97, YearlyChange: 95.64, Settlement: `Loan`, Contract: `Swap`, Region: `North America`, Country: `United States`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-01-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 450 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `BTC/USD`, Spread: 0.06, Open: 93.88, Price: 20899.97, Buy: 21200.76, Sell: 21400.78, Change: -100.8, ChangePercent: -0.48, Volume: 5788000, High: 22400.05, Low: 20100.75, YearlyHigh: 62400.7, YearlyLow: 15100.88, YearlyStart: 21200.29, YearlyChange: -20.62, Settlement: `Loan`, Contract: `Futures`, Region: `Middle East`, Country: `Israel`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-02-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 451 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `US 10YR Future`, Spread: 0.01, Open: 130.5625, Price: 131.16, Buy: 130.56, Sell: 130.56, Change: 0.58, ChangePercent: 0.44, Volume: 189310, High: 130.63, Low: 130.44, YearlyHigh: 132.64, YearlyLow: 125.48, YearlyStart: 129.06, YearlyChange: 1.18, Settlement: `Loan`, Contract: `CFD`, Region: `Middle East`, Country: `Saudi Arabia`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-04-23`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 452 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Wheat`, Spread: 0.01, Open: 465.5, Price: 461.05, Buy: 465.5, Sell: 465.5, Change: -4.47, ChangePercent: -0.96, Volume: 4318, High: 467, Low: 463.25, YearlyHigh: 628.5, YearlyLow: 449.5, YearlyStart: 539, YearlyChange: -13.63, Settlement: `Cash`, Contract: `Futures`, Region: `Asia Pacific`, Country: `China`, Risk: `Low`, Sector: `Government`, Currency: `PLN`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-03-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 453 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `OJ Future`, Spread: 0.01, Open: 140.6, Price: 140.81, Buy: 140.18, Sell: 140.19, Change: 0.62, ChangePercent: 0.44, Volume: 7, High: 140.19, Low: 0, YearlyHigh: 155.95, YearlyLow: 113, YearlyStart: 134.47, YearlyChange: 4.25, Settlement: `Loan`, Contract: `Futures`, Region: `Asia Pacific`, Country: `Malaysia`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-05-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 454 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `AUD/USD`, Spread: 0.02, Open: 0.7344, Price: 0.74, Buy: 0.73, Sell: 0.73, Change: 0, ChangePercent: -0.8, Volume: 36764, High: 0.74, Low: 0.73, YearlyHigh: 0.79, YearlyLow: 0.68, YearlyStart: 0.73, YearlyChange: 1.28, Settlement: `Cash`, Contract: `Options`, Region: `Middle East`, Country: `Bahrain`, Risk: `Low`, Sector: `Public`, Currency: `EUR`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-02-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 455 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Copper`, Spread: 0.02, Open: 2.123, Price: 2.14, Buy: 2.12, Sell: 2.12, Change: 0.03, ChangePercent: 1.4, Volume: 28819, High: 2.16, Low: 2.11, YearlyHigh: 2.94, YearlyLow: 1.96, YearlyStart: 2.45, YearlyChange: -13.76, Settlement: `Cash`, Contract: `Options`, Region: `Africa`, Country: `South Africa`, Risk: `High`, Sector: `Private`, Currency: `PLN`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-03-11`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 456 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Uranium`, Spread: 0.02, Open: 27.55, Price: 27.66, Buy: 27.55, Sell: 27.55, Change: 0.08, ChangePercent: 0.28, Volume: 12, High: 27.55, Low: 27.55, YearlyHigh: 29.32, YearlyLow: 21.28, YearlyStart: 25.3, YearlyChange: 9.01, Settlement: `Cash`, Contract: `CFD`, Region: `Europe`, Country: `Finland`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-04-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 457 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Oil`, Spread: 0.015, Open: 45.54, Price: 45.31, Buy: 45.78, Sell: 45.8, Change: -0.48, ChangePercent: -1.04, Volume: 107196, High: 45.94, Low: 45, YearlyHigh: 65.28, YearlyLow: 30.79, YearlyStart: 48.03, YearlyChange: -4.67, Settlement: `Cash`, Contract: `Swap`, Region: `Africa`, Country: `Ethiopia`, Risk: `Low`, Sector: `Public`, Currency: `USD`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-01-24`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 458 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/JPY`, Spread: 0.02, Open: 9275.5, Price: 9277.33, Buy: 9277.32, Sell: 9277.34, Change: 0, ChangePercent: 0, Volume: 47734, High: 9277.33, Low: 0.93, YearlyHigh: 9483, YearlyLow: 0.93, YearlyStart: 4741.97, YearlyChange: 95.64, Settlement: `Cash`, Contract: `Options`, Region: `Middle East`, Country: `Lebanon`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-01-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 459 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Rice`, Spread: 0.01, Open: 11.245, Price: 10.43, Buy: 10.41, Sell: 10.42, Change: 0.01, ChangePercent: 0.12, Volume: 220, High: 11.38, Low: 10.42, YearlyHigh: 14.14, YearlyLow: 9.7, YearlyStart: 11.92, YearlyChange: -12.62, Settlement: `Credit`, Contract: `Futures`, Region: `Middle East`, Country: `Israel`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `Poor`, Issuer: `FedEx`, Maturity: `2022-07-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 460 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Coal`, Spread: 0.015, Open: 0.4363, Price: 0.41, Buy: 0.44, Sell: 0.44, Change: -0.01, ChangePercent: -0.52, Volume: 3, High: 0.44, Low: 0.44, YearlyHigh: 0.48, YearlyLow: 0.4, YearlyStart: 0.44, YearlyChange: -5.33, Settlement: `Cash`, Contract: `CFD`, Region: `Europe`, Country: `Czechia`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-09-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 461 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Coal`, Spread: 0.015, Open: 0.4363, Price: 0.41, Buy: 0.44, Sell: 0.44, Change: -0.01, ChangePercent: -0.8, Volume: 3, High: 0.44, Low: 0.44, YearlyHigh: 0.48, YearlyLow: 0.4, YearlyStart: 0.44, YearlyChange: -5.33, Settlement: `Cash`, Contract: `Options`, Region: `Middle East`, Country: `Lebanon`, Risk: `Low`, Sector: `Government`, Currency: `USD`, Security: `High`, Issuer: `American Airlines`, Maturity: `2022-01-16`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 462 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Coffee`, Spread: 0.01, Open: 125.7, Price: 123.33, Buy: 125.7, Sell: 125.7, Change: -2.36, ChangePercent: -1.88, Volume: 1654, High: 125.8, Low: 125, YearlyHigh: 155.75, YearlyLow: 115.35, YearlyStart: 135.55, YearlyChange: -7.27, Settlement: `Cash`, Contract: `Options`, Region: `Europe`, Country: `Romania`, Risk: `High`, Sector: `Public`, Currency: `USD`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-07-23`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 463 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `Lean Hogs`, Spread: 0.01, Open: 81.275, Price: 80.8, Buy: 81.81, Sell: 81.82, Change: -1.01, ChangePercent: -1.24, Volume: 1, High: 81.81, Low: 81.28, YearlyHigh: 83.98, YearlyLow: 70.25, YearlyStart: 77.11, YearlyChange: 6.09, Settlement: `Credit`, Contract: `Swap`, Region: `North America`, Country: `United States`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-06-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 464 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Rice`, Spread: 0.01, Open: 11.245, Price: 10.47, Buy: 10.41, Sell: 10.42, Change: 0.05, ChangePercent: 0.52, Volume: 220, High: 11.38, Low: 10.42, YearlyHigh: 14.14, YearlyLow: 9.7, YearlyStart: 11.92, YearlyChange: -12.62, Settlement: `Cash`, Contract: `Forwards`, Region: `Middle East`, Country: `Oman`, Risk: `High`, Sector: `Public`, Currency: `USD`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-02-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 465 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P 600 MINI`, Spread: 0.01, Open: 687.9, Price: 684.58, Buy: 687.9, Sell: 687.9, Change: -3.3, ChangePercent: -0.48, Volume: 0, High: 0, Low: 0, YearlyHigh: 620.32, YearlyLow: 595.9, YearlyStart: 608.11, YearlyChange: 13.12, Settlement: `Loan`, Contract: `Futures`, Region: `Middle East`, Country: `Oman`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-09-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 466 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `Euro$ 3M`, Spread: 0.01, Open: 99.18, Price: 100, Buy: 99.18, Sell: 99.18, Change: 0.83, ChangePercent: 0.84, Volume: 29509, High: 99.18, Low: 99.17, YearlyHigh: 99.38, YearlyLow: 98.41, YearlyStart: 98.89, YearlyChange: 0.28, Settlement: `Cash`, Contract: `Forwards`, Region: `Europe`, Country: `Finland`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-02-21`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 467 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Lumber`, Spread: 0.01, Open: 303.9, Price: 302.04, Buy: 304.59, Sell: 304.6, Change: -2.56, ChangePercent: -0.84, Volume: 2, High: 304.6, Low: 303.9, YearlyHigh: 317.1, YearlyLow: 236, YearlyStart: 276.55, YearlyChange: 10.14, Settlement: `Credit`, Contract: `Options`, Region: `Africa`, Country: `Niger`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-04-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 468 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Rice`, Spread: 0.01, Open: 11.245, Price: 10.56, Buy: 10.41, Sell: 10.42, Change: 0.14, ChangePercent: 1.36, Volume: 220, High: 11.38, Low: 10.42, YearlyHigh: 14.14, YearlyLow: 9.7, YearlyStart: 11.92, YearlyChange: -12.62, Settlement: `Cash`, Contract: `Futures`, Region: `Africa`, Country: `Cameroon`, Risk: `Low`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-05-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 469 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `LV Cattle`, Spread: 0.01, Open: 120.725, Price: 119.74, Buy: 120.72, Sell: 120.72, Change: -0.97, ChangePercent: -0.8, Volume: 4, High: 120.72, Low: 120.72, YearlyHigh: 147.98, YearlyLow: 113.9, YearlyStart: 130.94, YearlyChange: -7.82, Settlement: `Cash`, Contract: `Futures`, Region: `Asia Pacific`, Country: `Korea`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-05-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 470 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Platinum`, Spread: 0.01, Open: 1071.6, Price: 1062.96, Buy: 1071.09, Sell: 1071.1, Change: -8.14, ChangePercent: -0.76, Volume: 3039, High: 1081.2, Low: 1070.5, YearlyHigh: 1120.6, YearlyLow: 812.4, YearlyStart: 966.5, YearlyChange: 10.82, Settlement: `Cash`, Contract: `Futures`, Region: `North America`, Country: `Canada`, Risk: `High`, Sector: `Private`, Currency: `PLN`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-07-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 471 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Ethanol`, Spread: 0.01, Open: 1.512, Price: 2.73, Buy: 2.75, Sell: 2.76, Change: -0.02, ChangePercent: -0.88, Volume: 14, High: 2.75, Low: 1.12, YearlyHigh: 2.75, YearlyLow: 1.12, YearlyStart: 1.48, YearlyChange: 86.7, Settlement: `Loan`, Contract: `Swap`, Region: `South America`, Country: `Bolivia`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-02-24`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 472 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `AUD/USD`, Spread: 0.02, Open: 0.7344, Price: 0.76, Buy: 0.73, Sell: 0.73, Change: 0.02, ChangePercent: 1.76, Volume: 36764, High: 0.74, Low: 0.73, YearlyHigh: 0.79, YearlyLow: 0.68, YearlyStart: 0.73, YearlyChange: 1.28, Settlement: `Credit`, Contract: `Swap`, Region: `Africa`, Country: `Libya`, Risk: `Low`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-07-11`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 473 }), + new FinancialDataAllItem({ Category: `Index`, Type: `DOW Future`, Spread: 0.01, Open: 17711, Price: 18038.06, Buy: 17712.15, Sell: 17712.16, Change: 325.91, ChangePercent: 1.84, Volume: 22236, High: 17727, Low: 17642, YearlyHigh: 18083, YearlyLow: 15299, YearlyStart: 16691, YearlyChange: 6.12, Settlement: `Cash`, Contract: `Forwards`, Region: `Middle East`, Country: `Bahrain`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-02-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 474 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Copper`, Spread: 0.02, Open: 2.123, Price: 2.14, Buy: 2.12, Sell: 2.12, Change: 0.03, ChangePercent: 1.08, Volume: 28819, High: 2.16, Low: 2.11, YearlyHigh: 2.94, YearlyLow: 1.96, YearlyStart: 2.45, YearlyChange: -13.76, Settlement: `Loan`, Contract: `Forwards`, Region: `Europe`, Country: `Poland`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-08-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 475 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Diesel`, Spread: 0.015, Open: 1.3474, Price: 1.37, Buy: 1.35, Sell: 1.35, Change: 0.01, ChangePercent: 0.68, Volume: 2971, High: 1.36, Low: 1.34, YearlyHigh: 2.11, YearlyLow: 0.92, YearlyStart: 1.51, YearlyChange: -10.4, Settlement: `Cash`, Contract: `Forwards`, Region: `Asia Pacific`, Country: `Singapore`, Risk: `High`, Sector: `Public`, Currency: `PLN`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-02-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 476 }), + new FinancialDataAllItem({ Category: `Index`, Type: `NAS Future`, Spread: 0.01, Open: 4341.25, Price: 4402.06, Buy: 4341.25, Sell: 4341.25, Change: 60.78, ChangePercent: 1.4, Volume: 18259, High: 4347, Low: 4318, YearlyHigh: 4719.75, YearlyLow: 3867.75, YearlyStart: 4293.75, YearlyChange: 1.11, Settlement: `Credit`, Contract: `Swap`, Region: `Africa`, Country: `Cameroon`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `High`, Issuer: `FedEx`, Maturity: `2022-05-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 477 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `US 2Y Future`, Spread: 0.01, Open: 109.3984, Price: 110.26, Buy: 109.4, Sell: 109.4, Change: 0.87, ChangePercent: 0.8, Volume: 17742, High: 109.41, Low: 109.38, YearlyHigh: 109.8, YearlyLow: 108.62, YearlyStart: 109.21, YearlyChange: 0.16, Settlement: `Cash`, Contract: `Futures`, Region: `Africa`, Country: `Algeria`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-07-23`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 478 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P Future`, Spread: 0.01, Open: 2057.5, Price: 2020.41, Buy: 2056.6, Sell: 2056.61, Change: -36.19, ChangePercent: -1.76, Volume: 142780, High: 2059.5, Low: 2049, YearlyHigh: 2105.5, YearlyLow: 1794.5, YearlyStart: 1950, YearlyChange: 5.47, Settlement: `Loan`, Contract: `CFD`, Region: `Middle East`, Country: `Jordan`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-07-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 479 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Coal`, Spread: 0.015, Open: 0.4363, Price: 0.42, Buy: 0.44, Sell: 0.44, Change: 0, ChangePercent: 0.52, Volume: 3, High: 0.44, Low: 0.44, YearlyHigh: 0.48, YearlyLow: 0.4, YearlyStart: 0.44, YearlyChange: -5.33, Settlement: `Loan`, Contract: `Swap`, Region: `Europe`, Country: `Finland`, Risk: `Low`, Sector: `Public`, Currency: `PLN`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-07-22`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 480 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Oil`, Spread: 0.015, Open: 45.54, Price: 45.77, Buy: 45.78, Sell: 45.8, Change: -0.02, ChangePercent: -0.04, Volume: 107196, High: 45.94, Low: 45, YearlyHigh: 65.28, YearlyLow: 30.79, YearlyStart: 48.03, YearlyChange: -4.67, Settlement: `Credit`, Contract: `Swap`, Region: `South America`, Country: `Paraguay`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-07-19`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 481 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `Lean Hogs`, Spread: 0.01, Open: 81.275, Price: 81.16, Buy: 81.81, Sell: 81.82, Change: -0.65, ChangePercent: -0.8, Volume: 1, High: 81.81, Low: 81.28, YearlyHigh: 83.98, YearlyLow: 70.25, YearlyStart: 77.11, YearlyChange: 6.09, Settlement: `Cash`, Contract: `Forwards`, Region: `Asia Pacific`, Country: `Singapore`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-06-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 482 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Oats`, Spread: 0.01, Open: 194.5, Price: 196.39, Buy: 194.21, Sell: 194.22, Change: 2.17, ChangePercent: 1.12, Volume: 64, High: 195.75, Low: 194, YearlyHigh: 241.25, YearlyLow: 183.75, YearlyStart: 212.5, YearlyChange: -8.6, Settlement: `Loan`, Contract: `Swap`, Region: `Middle East`, Country: `Qatar`, Risk: `Low`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-08-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 483 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Ethanol`, Spread: 0.01, Open: 1.512, Price: 2.72, Buy: 2.75, Sell: 2.76, Change: -0.03, ChangePercent: -1.36, Volume: 14, High: 2.75, Low: 1.12, YearlyHigh: 2.75, YearlyLow: 1.12, YearlyStart: 1.48, YearlyChange: 86.7, Settlement: `Loan`, Contract: `Options`, Region: `Africa`, Country: `Tunisia`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `FedEx`, Maturity: `2022-06-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 484 }), + new FinancialDataAllItem({ Category: `Index`, Type: `DOW Future`, Spread: 0.01, Open: 17711, Price: 17740.49, Buy: 17712.15, Sell: 17712.16, Change: 28.34, ChangePercent: 0.16, Volume: 22236, High: 17727, Low: 17642, YearlyHigh: 18083, YearlyLow: 15299, YearlyStart: 16691, YearlyChange: 6.12, Settlement: `Cash`, Contract: `Futures`, Region: `Africa`, Country: `Tunisia`, Risk: `Low`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-05-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 485 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `OJ Future`, Spread: 0.01, Open: 140.6, Price: 140.19, Buy: 140.18, Sell: 140.19, Change: 0, ChangePercent: 0, Volume: 7, High: 140.19, Low: 0, YearlyHigh: 155.95, YearlyLow: 113, YearlyStart: 134.47, YearlyChange: 4.25, Settlement: `Cash`, Contract: `Futures`, Region: `Africa`, Country: `Libya`, Risk: `High`, Sector: `Government`, Currency: `PLN`, Security: `High`, Issuer: `American Airlines`, Maturity: `2022-02-24`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 486 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `OJ Future`, Spread: 0.01, Open: 140.6, Price: 139.12, Buy: 140.18, Sell: 140.19, Change: -1.07, ChangePercent: -0.76, Volume: 7, High: 140.19, Low: 0, YearlyHigh: 155.95, YearlyLow: 113, YearlyStart: 134.47, YearlyChange: 4.25, Settlement: `Credit`, Contract: `Swap`, Region: `South America`, Country: `Bolivia`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-01-24`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 487 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Palladium`, Spread: 0.01, Open: 600.55, Price: 594.51, Buy: 601, Sell: 601.01, Change: -6.49, ChangePercent: -1.08, Volume: 651, High: 607.2, Low: 598.4, YearlyHigh: 690, YearlyLow: 458.6, YearlyStart: 574.3, YearlyChange: 4.65, Settlement: `Loan`, Contract: `Options`, Region: `Africa`, Country: `Cameroon`, Risk: `Low`, Sector: `Public`, Currency: `USD`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-04-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 488 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Oats`, Spread: 0.01, Open: 194.5, Price: 193.83, Buy: 194.21, Sell: 194.22, Change: -0.39, ChangePercent: -0.2, Volume: 64, High: 195.75, Low: 194, YearlyHigh: 241.25, YearlyLow: 183.75, YearlyStart: 212.5, YearlyChange: -8.6, Settlement: `Cash`, Contract: `CFD`, Region: `Asia Pacific`, Country: `Korea`, Risk: `High`, Sector: `Government`, Currency: `PLN`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-02-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 489 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/JPY`, Spread: 0.02, Open: 9275.5, Price: 9351.55, Buy: 9277.32, Sell: 9277.34, Change: 74.22, ChangePercent: 0.8, Volume: 47734, High: 9277.33, Low: 0.93, YearlyHigh: 9483, YearlyLow: 0.93, YearlyStart: 4741.97, YearlyChange: 95.64, Settlement: `Loan`, Contract: `Swap`, Region: `North America`, Country: `Canada`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-05-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 490 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P Future`, Spread: 0.01, Open: 2057.5, Price: 2054.96, Buy: 2056.6, Sell: 2056.61, Change: -1.64, ChangePercent: -0.08, Volume: 142780, High: 2059.5, Low: 2049, YearlyHigh: 2105.5, YearlyLow: 1794.5, YearlyStart: 1950, YearlyChange: 5.47, Settlement: `Cash`, Contract: `Forwards`, Region: `Africa`, Country: `Niger`, Risk: `Low`, Sector: `Public`, Currency: `USD`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-01-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 491 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Lumber`, Spread: 0.01, Open: 303.9, Price: 304.84, Buy: 304.59, Sell: 304.6, Change: 0.24, ChangePercent: 0.08, Volume: 2, High: 304.6, Low: 303.9, YearlyHigh: 317.1, YearlyLow: 236, YearlyStart: 276.55, YearlyChange: 10.14, Settlement: `Cash`, Contract: `Swap`, Region: `South America`, Country: `Brazil`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `High`, Issuer: `American Airlines`, Maturity: `2022-04-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 492 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `US 30YR Future`, Spread: 0.01, Open: 164.875, Price: 165.6, Buy: 164.15, Sell: 164.16, Change: 1.44, ChangePercent: 0.88, Volume: 28012, High: 165.25, Low: 164.04, YearlyHigh: 169.38, YearlyLow: 151.47, YearlyStart: 160.43, YearlyChange: 2.33, Settlement: `Loan`, Contract: `Swap`, Region: `Asia Pacific`, Country: `New Zealand`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-04-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 493 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `Euro$ 3M`, Spread: 0.01, Open: 99.18, Price: 99.96, Buy: 99.18, Sell: 99.18, Change: 0.79, ChangePercent: 0.8, Volume: 29509, High: 99.18, Low: 99.17, YearlyHigh: 99.38, YearlyLow: 98.41, YearlyStart: 98.89, YearlyChange: 0.28, Settlement: `Cash`, Contract: `Swap`, Region: `Middle East`, Country: `Israel`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `Poor`, Issuer: `American Airlines`, Maturity: `2022-03-11`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 494 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/JPY`, Spread: 0.02, Open: 9275.5, Price: 9117.76, Buy: 9277.32, Sell: 9277.34, Change: -159.57, ChangePercent: -1.72, Volume: 47734, High: 9277.33, Low: 0.93, YearlyHigh: 9483, YearlyLow: 0.93, YearlyStart: 4741.97, YearlyChange: 95.64, Settlement: `Cash`, Contract: `CFD`, Region: `South America`, Country: `Bolivia`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-07-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 495 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `US 30YR Future`, Spread: 0.01, Open: 164.875, Price: 165.6, Buy: 164.15, Sell: 164.16, Change: 1.44, ChangePercent: 0.88, Volume: 28012, High: 165.25, Low: 164.04, YearlyHigh: 169.38, YearlyLow: 151.47, YearlyStart: 160.43, YearlyChange: 2.33, Settlement: `Credit`, Contract: `Options`, Region: `Europe`, Country: `Czechia`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-07-19`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 496 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Oil`, Spread: 0.015, Open: 45.54, Price: 46.47, Buy: 45.78, Sell: 45.8, Change: 0.68, ChangePercent: 1.48, Volume: 107196, High: 45.94, Low: 45, YearlyHigh: 65.28, YearlyLow: 30.79, YearlyStart: 48.03, YearlyChange: -4.67, Settlement: `Cash`, Contract: `Swap`, Region: `Asia Pacific`, Country: `Indonesia`, Risk: `High`, Sector: `Private`, Currency: `PLN`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-02-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 497 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Lumber`, Spread: 0.01, Open: 303.9, Price: 302.89, Buy: 304.59, Sell: 304.6, Change: -1.71, ChangePercent: -0.56, Volume: 2, High: 304.6, Low: 303.9, YearlyHigh: 317.1, YearlyLow: 236, YearlyStart: 276.55, YearlyChange: 10.14, Settlement: `Cash`, Contract: `CFD`, Region: `Europe`, Country: `Czechia`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-07-22`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 498 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/CHF`, Spread: 0.02, Open: 1.0337, Price: 1.06, Buy: 1.03, Sell: 1.03, Change: 0.02, ChangePercent: 1.76, Volume: 5550, High: 1.03, Low: 1.03, YearlyHigh: 1.11, YearlyLow: 0.98, YearlyStart: 1.04, YearlyChange: -0.12, Settlement: `Cash`, Contract: `Swap`, Region: `Europe`, Country: `Romania`, Risk: `High`, Sector: `Government`, Currency: `PLN`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-06-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 499 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Palladium`, Spread: 0.01, Open: 600.55, Price: 605.09, Buy: 601, Sell: 601.01, Change: 4.09, ChangePercent: 0.68, Volume: 651, High: 607.2, Low: 598.4, YearlyHigh: 690, YearlyLow: 458.6, YearlyStart: 574.3, YearlyChange: 4.65, Settlement: `Loan`, Contract: `Swap`, Region: `Africa`, Country: `Algeria`, Risk: `Low`, Sector: `Public`, Currency: `PLN`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-05-27`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 500 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `Lean Hogs`, Spread: 0.01, Open: 81.275, Price: 82.83, Buy: 81.81, Sell: 81.82, Change: 1.02, ChangePercent: 1.24, Volume: 1, High: 81.81, Low: 81.28, YearlyHigh: 83.98, YearlyLow: 70.25, YearlyStart: 77.11, YearlyChange: 6.09, Settlement: `Cash`, Contract: `CFD`, Region: `Europe`, Country: `Russia`, Risk: `Low`, Sector: `Public`, Currency: `USD`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-01-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 501 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/CHF`, Spread: 0.02, Open: 1.0337, Price: 1.06, Buy: 1.03, Sell: 1.03, Change: 0.02, ChangePercent: 1.44, Volume: 5550, High: 1.03, Low: 1.03, YearlyHigh: 1.11, YearlyLow: 0.98, YearlyStart: 1.04, YearlyChange: -0.12, Settlement: `Cash`, Contract: `Futures`, Region: `Asia Pacific`, Country: `Singapore`, Risk: `Low`, Sector: `Public`, Currency: `EUR`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-05-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 502 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soy oil`, Spread: 0.01, Open: 33.26, Price: 33.53, Buy: 33.77, Sell: 33.78, Change: -0.24, ChangePercent: -0.72, Volume: 10592, High: 33.77, Low: 33.06, YearlyHigh: 35.43, YearlyLow: 26.61, YearlyStart: 31.02, YearlyChange: 8.87, Settlement: `Loan`, Contract: `CFD`, Region: `Asia Pacific`, Country: `Malaysia`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-04-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 503 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Diesel`, Spread: 0.015, Open: 1.3474, Price: 1.33, Buy: 1.35, Sell: 1.35, Change: -0.03, ChangePercent: -1.92, Volume: 2971, High: 1.36, Low: 1.34, YearlyHigh: 2.11, YearlyLow: 0.92, YearlyStart: 1.51, YearlyChange: -10.4, Settlement: `Loan`, Contract: `Futures`, Region: `Africa`, Country: `Nigeria`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-05-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 504 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `AUD/USD`, Spread: 0.02, Open: 0.7344, Price: 0.75, Buy: 0.73, Sell: 0.73, Change: 0.01, ChangePercent: 0.72, Volume: 36764, High: 0.74, Low: 0.73, YearlyHigh: 0.79, YearlyLow: 0.68, YearlyStart: 0.73, YearlyChange: 1.28, Settlement: `Cash`, Contract: `Options`, Region: `Middle East`, Country: `Oman`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-02-21`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 505 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `Euro$ 3M`, Spread: 0.01, Open: 99.18, Price: 99.96, Buy: 99.18, Sell: 99.18, Change: 0.79, ChangePercent: 0.8, Volume: 29509, High: 99.18, Low: 99.17, YearlyHigh: 99.38, YearlyLow: 98.41, YearlyStart: 98.89, YearlyChange: 0.28, Settlement: `Credit`, Contract: `Futures`, Region: `Africa`, Country: `Niger`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-02-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 506 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `US 2Y Future`, Spread: 0.01, Open: 109.3984, Price: 111.58, Buy: 109.4, Sell: 109.4, Change: 2.19, ChangePercent: 2, Volume: 17742, High: 109.41, Low: 109.38, YearlyHigh: 109.8, YearlyLow: 108.62, YearlyStart: 109.21, YearlyChange: 0.16, Settlement: `Cash`, Contract: `Forwards`, Region: `Africa`, Country: `Morocco`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-02-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 507 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Oats`, Spread: 0.01, Open: 194.5, Price: 193.83, Buy: 194.21, Sell: 194.22, Change: -0.39, ChangePercent: -0.2, Volume: 64, High: 195.75, Low: 194, YearlyHigh: 241.25, YearlyLow: 183.75, YearlyStart: 212.5, YearlyChange: -8.6, Settlement: `Cash`, Contract: `Options`, Region: `Africa`, Country: `Egypt`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `FedEx`, Maturity: `2022-06-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 508 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `AUD/USD`, Spread: 0.02, Open: 0.7344, Price: 0.75, Buy: 0.73, Sell: 0.73, Change: 0.01, ChangePercent: 0.92, Volume: 36764, High: 0.74, Low: 0.73, YearlyHigh: 0.79, YearlyLow: 0.68, YearlyStart: 0.73, YearlyChange: 1.28, Settlement: `Cash`, Contract: `Swap`, Region: `Middle East`, Country: `Kuwait`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-07-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 509 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Gold`, Spread: 0.01, Open: 1281.1, Price: 1299.17, Buy: 1280.73, Sell: 1280.74, Change: 18.44, ChangePercent: 1.44, Volume: 48387, High: 1289.5, Low: 1279.1, YearlyHigh: 1306, YearlyLow: 1047.2, YearlyStart: 1176.6, YearlyChange: 8.85, Settlement: `Credit`, Contract: `Swap`, Region: `Middle East`, Country: `Turkey`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-07-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 510 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `Lean Hogs`, Spread: 0.01, Open: 81.275, Price: 81.52, Buy: 81.81, Sell: 81.82, Change: -0.29, ChangePercent: -0.36, Volume: 1, High: 81.81, Low: 81.28, YearlyHigh: 83.98, YearlyLow: 70.25, YearlyStart: 77.11, YearlyChange: 6.09, Settlement: `Cash`, Contract: `Options`, Region: `Africa`, Country: `Cameroon`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-08-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 511 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Silver`, Spread: 0.01, Open: 17.43, Price: 17.4, Buy: 17.43, Sell: 17.43, Change: -0.02, ChangePercent: -0.12, Volume: 11720, High: 17.51, Low: 17.37, YearlyHigh: 18.06, YearlyLow: 13.73, YearlyStart: 15.89, YearlyChange: 9.59, Settlement: `Cash`, Contract: `Forwards`, Region: `Africa`, Country: `Tunisia`, Risk: `High`, Sector: `Public`, Currency: `PLN`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-03-11`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 512 }), + new FinancialDataAllItem({ Category: `Index`, Type: `NAS Future`, Spread: 0.01, Open: 4341.25, Price: 4339.54, Buy: 4341.25, Sell: 4341.25, Change: -1.74, ChangePercent: -0.04, Volume: 18259, High: 4347, Low: 4318, YearlyHigh: 4719.75, YearlyLow: 3867.75, YearlyStart: 4293.75, YearlyChange: 1.11, Settlement: `Cash`, Contract: `Forwards`, Region: `Europe`, Country: `Finland`, Risk: `High`, Sector: `Government`, Currency: `PLN`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-06-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 513 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soy oil`, Spread: 0.01, Open: 33.26, Price: 34.11, Buy: 33.77, Sell: 33.78, Change: 0.34, ChangePercent: 1, Volume: 10592, High: 33.77, Low: 33.06, YearlyHigh: 35.43, YearlyLow: 26.61, YearlyStart: 31.02, YearlyChange: 8.87, Settlement: `Loan`, Contract: `Swap`, Region: `Africa`, Country: `Algeria`, Risk: `High`, Sector: `Private`, Currency: `PLN`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-05-24`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 514 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Silver`, Spread: 0.01, Open: 17.43, Price: 17.12, Buy: 17.43, Sell: 17.43, Change: -0.3, ChangePercent: -1.72, Volume: 11720, High: 17.51, Low: 17.37, YearlyHigh: 18.06, YearlyLow: 13.73, YearlyStart: 15.89, YearlyChange: 9.59, Settlement: `Loan`, Contract: `Options`, Region: `Middle East`, Country: `Lebanon`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-03-10`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 515 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Corn`, Spread: 0.01, Open: 379.5, Price: 377.22, Buy: 379.8, Sell: 379.81, Change: -2.58, ChangePercent: -0.68, Volume: 11266, High: 381, Low: 377.75, YearlyHigh: 471.25, YearlyLow: 351.25, YearlyStart: 411.25, YearlyChange: -7.65, Settlement: `Cash`, Contract: `Options`, Region: `Africa`, Country: `Nigeria`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-05-16`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 516 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soybean`, Spread: 0.01, Open: 1038, Price: 1036.12, Buy: 1038.61, Sell: 1038.62, Change: -2.5, ChangePercent: -0.24, Volume: 20356, High: 1044, Low: 1031.75, YearlyHigh: 1057, YearlyLow: 859.5, YearlyStart: 958.25, YearlyChange: 8.39, Settlement: `Credit`, Contract: `Options`, Region: `Asia Pacific`, Country: `Indonesia`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-02-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 517 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/JPY`, Spread: 0.02, Open: 9275.5, Price: 9195.69, Buy: 9277.32, Sell: 9277.34, Change: -81.64, ChangePercent: -0.88, Volume: 47734, High: 9277.33, Low: 0.93, YearlyHigh: 9483, YearlyLow: 0.93, YearlyStart: 4741.97, YearlyChange: 95.64, Settlement: `Cash`, Contract: `Forwards`, Region: `Asia Pacific`, Country: `Philippines`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-04-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 518 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Palladium`, Spread: 0.01, Open: 600.55, Price: 595.71, Buy: 601, Sell: 601.01, Change: -5.29, ChangePercent: -0.88, Volume: 651, High: 607.2, Low: 598.4, YearlyHigh: 690, YearlyLow: 458.6, YearlyStart: 574.3, YearlyChange: 4.65, Settlement: `Cash`, Contract: `Forwards`, Region: `Africa`, Country: `Libya`, Risk: `High`, Sector: `Public`, Currency: `USD`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-01-24`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 519 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Uranium`, Spread: 0.02, Open: 27.55, Price: 27.65, Buy: 27.55, Sell: 27.55, Change: 0.07, ChangePercent: 0.24, Volume: 12, High: 27.55, Low: 27.55, YearlyHigh: 29.32, YearlyLow: 21.28, YearlyStart: 25.3, YearlyChange: 9.01, Settlement: `Cash`, Contract: `Swap`, Region: `Africa`, Country: `Egypt`, Risk: `High`, Sector: `Public`, Currency: `PLN`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-07-11`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 520 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Coal`, Spread: 0.015, Open: 0.4363, Price: 0.42, Buy: 0.44, Sell: 0.44, Change: 0, ChangePercent: 1.2, Volume: 3, High: 0.44, Low: 0.44, YearlyHigh: 0.48, YearlyLow: 0.4, YearlyStart: 0.44, YearlyChange: -5.33, Settlement: `Cash`, Contract: `Forwards`, Region: `North America`, Country: `Canada`, Risk: `Low`, Sector: `Government`, Currency: `PLN`, Security: `Poor`, Issuer: `FedEx`, Maturity: `2022-02-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 521 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `Lean Hogs`, Spread: 0.01, Open: 81.275, Price: 81.32, Buy: 81.81, Sell: 81.82, Change: -0.49, ChangePercent: -0.6, Volume: 1, High: 81.81, Low: 81.28, YearlyHigh: 83.98, YearlyLow: 70.25, YearlyStart: 77.11, YearlyChange: 6.09, Settlement: `Cash`, Contract: `Swap`, Region: `Asia Pacific`, Country: `Malaysia`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-07-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 522 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soy Meat`, Spread: 0.01, Open: 342.6, Price: 338.23, Buy: 342.6, Sell: 342.6, Change: -4.39, ChangePercent: -1.28, Volume: 5646, High: 345.4, Low: 340.3, YearlyHigh: 353.4, YearlyLow: 261.7, YearlyStart: 307.55, YearlyChange: 11.4, Settlement: `Cash`, Contract: `Swap`, Region: `Europe`, Country: `Estonia`, Risk: `Low`, Sector: `Public`, Currency: `PLN`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-04-16`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 523 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `US 30YR Future`, Spread: 0.01, Open: 164.875, Price: 164.42, Buy: 164.15, Sell: 164.16, Change: 0.26, ChangePercent: 0.16, Volume: 28012, High: 165.25, Low: 164.04, YearlyHigh: 169.38, YearlyLow: 151.47, YearlyStart: 160.43, YearlyChange: 2.33, Settlement: `Cash`, Contract: `Swap`, Region: `Europe`, Country: `Germany`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-03-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 524 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `BTC/USD`, Spread: 0.06, Open: 93.88, Price: 20715.16, Buy: 21200.76, Sell: 21400.78, Change: -285.61, ChangePercent: -1.36, Volume: 5788000, High: 22400.05, Low: 20100.75, YearlyHigh: 62400.7, YearlyLow: 15100.88, YearlyStart: 21200.29, YearlyChange: -20.62, Settlement: `Credit`, Contract: `Options`, Region: `Europe`, Country: `Slovakia`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-08-16`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 525 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Sugar`, Spread: 0.01, Open: 15.68, Price: 14.54, Buy: 14.67, Sell: 14.68, Change: -0.13, ChangePercent: -0.92, Volume: 4949, High: 15.7, Low: 14.67, YearlyHigh: 16.87, YearlyLow: 11.37, YearlyStart: 14.12, YearlyChange: 3.92, Settlement: `Cash`, Contract: `Futures`, Region: `Asia Pacific`, Country: `Malaysia`, Risk: `High`, Sector: `Public`, Currency: `PLN`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-07-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 526 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Oats`, Spread: 0.01, Open: 194.5, Price: 196.55, Buy: 194.21, Sell: 194.22, Change: 2.33, ChangePercent: 1.2, Volume: 64, High: 195.75, Low: 194, YearlyHigh: 241.25, YearlyLow: 183.75, YearlyStart: 212.5, YearlyChange: -8.6, Settlement: `Cash`, Contract: `Forwards`, Region: `Africa`, Country: `Egypt`, Risk: `Low`, Sector: `Public`, Currency: `USD`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-04-19`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 527 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Coal`, Spread: 0.015, Open: 0.4363, Price: 0.41, Buy: 0.44, Sell: 0.44, Change: -0.01, ChangePercent: -1.04, Volume: 3, High: 0.44, Low: 0.44, YearlyHigh: 0.48, YearlyLow: 0.4, YearlyStart: 0.44, YearlyChange: -5.33, Settlement: `Loan`, Contract: `Forwards`, Region: `Africa`, Country: `Cameroon`, Risk: `Low`, Sector: `Government`, Currency: `USD`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-05-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 528 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P 600 MINI`, Spread: 0.01, Open: 687.9, Price: 693.11, Buy: 687.9, Sell: 687.9, Change: 5.23, ChangePercent: 0.76, Volume: 0, High: 0, Low: 0, YearlyHigh: 620.32, YearlyLow: 595.9, YearlyStart: 608.11, YearlyChange: 13.12, Settlement: `Loan`, Contract: `Futures`, Region: `Middle East`, Country: `Israel`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-07-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 529 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Wheat`, Spread: 0.01, Open: 465.5, Price: 470.36, Buy: 465.5, Sell: 465.5, Change: 4.84, ChangePercent: 1.04, Volume: 4318, High: 467, Low: 463.25, YearlyHigh: 628.5, YearlyLow: 449.5, YearlyStart: 539, YearlyChange: -13.63, Settlement: `Credit`, Contract: `Swap`, Region: `Africa`, Country: `Senegal`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `American Airlines`, Maturity: `2022-04-23`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 530 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `OJ Future`, Spread: 0.01, Open: 140.6, Price: 137.72, Buy: 140.18, Sell: 140.19, Change: -2.47, ChangePercent: -1.76, Volume: 7, High: 140.19, Low: 0, YearlyHigh: 155.95, YearlyLow: 113, YearlyStart: 134.47, YearlyChange: 4.25, Settlement: `Loan`, Contract: `Futures`, Region: `Middle East`, Country: `Saudi Arabia`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-05-21`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 531 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Copper`, Spread: 0.02, Open: 2.123, Price: 2.07, Buy: 2.12, Sell: 2.12, Change: -0.04, ChangePercent: -1.8, Volume: 28819, High: 2.16, Low: 2.11, YearlyHigh: 2.94, YearlyLow: 1.96, YearlyStart: 2.45, YearlyChange: -13.76, Settlement: `Cash`, Contract: `Options`, Region: `Middle East`, Country: `Oman`, Risk: `Low`, Sector: `Public`, Currency: `USD`, Security: `High`, Issuer: `FedEx`, Maturity: `2022-08-24`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 532 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Platinum`, Spread: 0.01, Open: 1071.6, Price: 1084.81, Buy: 1071.09, Sell: 1071.1, Change: 13.71, ChangePercent: 1.28, Volume: 3039, High: 1081.2, Low: 1070.5, YearlyHigh: 1120.6, YearlyLow: 812.4, YearlyStart: 966.5, YearlyChange: 10.82, Settlement: `Cash`, Contract: `Swap`, Region: `South America`, Country: `Chile`, Risk: `Low`, Sector: `Public`, Currency: `USD`, Security: `Poor`, Issuer: `FedEx`, Maturity: `2022-02-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 533 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `FD Cattle`, Spread: 0.01, Open: 147.175, Price: 148.31, Buy: 148.6, Sell: 148.61, Change: -0.3, ChangePercent: -0.2, Volume: 5, High: 148.61, Low: 147.18, YearlyHigh: 190, YearlyLow: 138.1, YearlyStart: 164.05, YearlyChange: -9.41, Settlement: `Cash`, Contract: `Swap`, Region: `Middle East`, Country: `Lebanon`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-04-23`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 534 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Wheat`, Spread: 0.01, Open: 465.5, Price: 470.18, Buy: 465.5, Sell: 465.5, Change: 4.66, ChangePercent: 1, Volume: 4318, High: 467, Low: 463.25, YearlyHigh: 628.5, YearlyLow: 449.5, YearlyStart: 539, YearlyChange: -13.63, Settlement: `Cash`, Contract: `Options`, Region: `Middle East`, Country: `Saudi Arabia`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-02-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 535 }), + new FinancialDataAllItem({ Category: `Index`, Type: `DOW Future`, Spread: 0.01, Open: 17711, Price: 17556.28, Buy: 17712.15, Sell: 17712.16, Change: -155.87, ChangePercent: -0.88, Volume: 22236, High: 17727, Low: 17642, YearlyHigh: 18083, YearlyLow: 15299, YearlyStart: 16691, YearlyChange: 6.12, Settlement: `Cash`, Contract: `CFD`, Region: `Africa`, Country: `Niger`, Risk: `High`, Sector: `Public`, Currency: `USD`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-03-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 536 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `OJ Future`, Spread: 0.01, Open: 140.6, Price: 139.46, Buy: 140.18, Sell: 140.19, Change: -0.73, ChangePercent: -0.52, Volume: 7, High: 140.19, Low: 0, YearlyHigh: 155.95, YearlyLow: 113, YearlyStart: 134.47, YearlyChange: 4.25, Settlement: `Loan`, Contract: `Swap`, Region: `Africa`, Country: `South Africa`, Risk: `Low`, Sector: `Government`, Currency: `USD`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-08-22`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 537 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soy Meat`, Spread: 0.01, Open: 342.6, Price: 336.73, Buy: 342.6, Sell: 342.6, Change: -5.89, ChangePercent: -1.72, Volume: 5646, High: 345.4, Low: 340.3, YearlyHigh: 353.4, YearlyLow: 261.7, YearlyStart: 307.55, YearlyChange: 11.4, Settlement: `Loan`, Contract: `Options`, Region: `Middle East`, Country: `Qatar`, Risk: `Low`, Sector: `Public`, Currency: `PLN`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-06-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 538 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Silver`, Spread: 0.01, Open: 17.43, Price: 17.46, Buy: 17.43, Sell: 17.43, Change: 0.04, ChangePercent: 0.24, Volume: 11720, High: 17.51, Low: 17.37, YearlyHigh: 18.06, YearlyLow: 13.73, YearlyStart: 15.89, YearlyChange: 9.59, Settlement: `Loan`, Contract: `Forwards`, Region: `Africa`, Country: `Cameroon`, Risk: `High`, Sector: `Private`, Currency: `PLN`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-04-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 539 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Coal`, Spread: 0.015, Open: 0.4363, Price: 0.41, Buy: 0.44, Sell: 0.44, Change: -0.01, ChangePercent: -1.08, Volume: 3, High: 0.44, Low: 0.44, YearlyHigh: 0.48, YearlyLow: 0.4, YearlyStart: 0.44, YearlyChange: -5.33, Settlement: `Cash`, Contract: `Options`, Region: `Asia Pacific`, Country: `Pakistan`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `American Airlines`, Maturity: `2022-03-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 540 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P Future`, Spread: 0.01, Open: 2057.5, Price: 2039.33, Buy: 2056.6, Sell: 2056.61, Change: -17.27, ChangePercent: -0.84, Volume: 142780, High: 2059.5, Low: 2049, YearlyHigh: 2105.5, YearlyLow: 1794.5, YearlyStart: 1950, YearlyChange: 5.47, Settlement: `Credit`, Contract: `Options`, Region: `North America`, Country: `United States`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-06-23`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 541 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `BTC/USD`, Spread: 0.06, Open: 93.88, Price: 20967.17, Buy: 21200.76, Sell: 21400.78, Change: -33.6, ChangePercent: -0.16, Volume: 5788000, High: 22400.05, Low: 20100.75, YearlyHigh: 62400.7, YearlyLow: 15100.88, YearlyStart: 21200.29, YearlyChange: -20.62, Settlement: `Loan`, Contract: `Swap`, Region: `Europe`, Country: `Russia`, Risk: `High`, Sector: `Public`, Currency: `USD`, Security: `High`, Issuer: `FedEx`, Maturity: `2022-08-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 542 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Palladium`, Spread: 0.01, Open: 600.55, Price: 607.97, Buy: 601, Sell: 601.01, Change: 6.97, ChangePercent: 1.16, Volume: 651, High: 607.2, Low: 598.4, YearlyHigh: 690, YearlyLow: 458.6, YearlyStart: 574.3, YearlyChange: 4.65, Settlement: `Loan`, Contract: `CFD`, Region: `Europe`, Country: `Finland`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-08-21`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 543 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P MID MINI`, Spread: 0.01, Open: 1454.3, Price: 1476.16, Buy: 1455.78, Sell: 1455.79, Change: 20.38, ChangePercent: 1.4, Volume: 338, High: 1455.78, Low: 1448, YearlyHigh: 1527.3, YearlyLow: 1236, YearlyStart: 1381.65, YearlyChange: 5.37, Settlement: `Loan`, Contract: `Futures`, Region: `South America`, Country: `Brazil`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-08-19`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 544 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soybean`, Spread: 0.01, Open: 1038, Price: 1039.45, Buy: 1038.61, Sell: 1038.62, Change: 0.83, ChangePercent: 0.08, Volume: 20356, High: 1044, Low: 1031.75, YearlyHigh: 1057, YearlyLow: 859.5, YearlyStart: 958.25, YearlyChange: 8.39, Settlement: `Cash`, Contract: `Options`, Region: `Asia Pacific`, Country: `Malaysia`, Risk: `High`, Sector: `Government`, Currency: `USD`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-04-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 545 }), + new FinancialDataAllItem({ Category: `Index`, Type: `DOW Future`, Spread: 0.01, Open: 17711, Price: 17535.03, Buy: 17712.15, Sell: 17712.16, Change: -177.12, ChangePercent: -1, Volume: 22236, High: 17727, Low: 17642, YearlyHigh: 18083, YearlyLow: 15299, YearlyStart: 16691, YearlyChange: 6.12, Settlement: `Cash`, Contract: `Forwards`, Region: `Africa`, Country: `Egypt`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `High`, Issuer: `American Airlines`, Maturity: `2022-08-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 546 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Coal`, Spread: 0.015, Open: 0.4363, Price: 0.42, Buy: 0.44, Sell: 0.44, Change: 0, ChangePercent: 1.88, Volume: 3, High: 0.44, Low: 0.44, YearlyHigh: 0.48, YearlyLow: 0.4, YearlyStart: 0.44, YearlyChange: -5.33, Settlement: `Cash`, Contract: `Options`, Region: `Asia Pacific`, Country: `Philippines`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-09-22`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 547 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P MID MINI`, Spread: 0.01, Open: 1454.3, Price: 1462.19, Buy: 1455.78, Sell: 1455.79, Change: 6.41, ChangePercent: 0.44, Volume: 338, High: 1455.78, Low: 1448, YearlyHigh: 1527.3, YearlyLow: 1236, YearlyStart: 1381.65, YearlyChange: 5.37, Settlement: `Credit`, Contract: `Options`, Region: `Asia Pacific`, Country: `Australia`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-09-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 548 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Natural Gas`, Spread: 0.02, Open: 2.094, Price: 2.13, Buy: 2.09, Sell: 2.09, Change: 0.03, ChangePercent: 1.16, Volume: 2783, High: 2.11, Low: 2.09, YearlyHigh: 3.2, YearlyLow: 1.84, YearlyStart: 2.52, YearlyChange: -16.51, Settlement: `Cash`, Contract: `Swap`, Region: `Europe`, Country: `Iceland`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `American Airlines`, Maturity: `2022-06-19`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 549 }), + new FinancialDataAllItem({ Category: `Index`, Type: `DOW Future`, Spread: 0.01, Open: 17711, Price: 17563.37, Buy: 17712.15, Sell: 17712.16, Change: -148.78, ChangePercent: -0.84, Volume: 22236, High: 17727, Low: 17642, YearlyHigh: 18083, YearlyLow: 15299, YearlyStart: 16691, YearlyChange: 6.12, Settlement: `Credit`, Contract: `Swap`, Region: `Asia Pacific`, Country: `Japan`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-02-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 550 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Copper`, Spread: 0.02, Open: 2.123, Price: 2.13, Buy: 2.12, Sell: 2.12, Change: 0.02, ChangePercent: 0.84, Volume: 28819, High: 2.16, Low: 2.11, YearlyHigh: 2.94, YearlyLow: 1.96, YearlyStart: 2.45, YearlyChange: -13.76, Settlement: `Cash`, Contract: `Swap`, Region: `Asia Pacific`, Country: `India`, Risk: `High`, Sector: `Private`, Currency: `PLN`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-02-19`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 551 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Lumber`, Spread: 0.01, Open: 303.9, Price: 309.11, Buy: 304.59, Sell: 304.6, Change: 4.51, ChangePercent: 1.48, Volume: 2, High: 304.6, Low: 303.9, YearlyHigh: 317.1, YearlyLow: 236, YearlyStart: 276.55, YearlyChange: 10.14, Settlement: `Cash`, Contract: `Swap`, Region: `Middle East`, Country: `Israel`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-06-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 552 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/CAD`, Spread: 0.02, Open: 0.7744, Price: 0.95, Buy: 0.94, Sell: 0.96, Change: 0, ChangePercent: 0.04, Volume: 13669, High: 0.95, Low: 0.77, YearlyHigh: 0.95, YearlyLow: 0.68, YearlyStart: 0.76, YearlyChange: 26.43, Settlement: `Credit`, Contract: `CFD`, Region: `Middle East`, Country: `Israel`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-02-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 553 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/CAD`, Spread: 0.02, Open: 0.7744, Price: 0.94, Buy: 0.94, Sell: 0.96, Change: -0.01, ChangePercent: -1.88, Volume: 13669, High: 0.95, Low: 0.77, YearlyHigh: 0.95, YearlyLow: 0.68, YearlyStart: 0.76, YearlyChange: 26.43, Settlement: `Credit`, Contract: `Forwards`, Region: `Middle East`, Country: `Syria`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-09-11`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 554 }), + new FinancialDataAllItem({ Category: `Index`, Type: `DOW Future`, Spread: 0.01, Open: 17711, Price: 17506.69, Buy: 17712.15, Sell: 17712.16, Change: -205.46, ChangePercent: -1.16, Volume: 22236, High: 17727, Low: 17642, YearlyHigh: 18083, YearlyLow: 15299, YearlyStart: 16691, YearlyChange: 6.12, Settlement: `Cash`, Contract: `Swap`, Region: `Africa`, Country: `Tunisia`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `High`, Issuer: `FedEx`, Maturity: `2022-07-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 555 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Gold`, Spread: 0.01, Open: 1281.1, Price: 1278.68, Buy: 1280.73, Sell: 1280.74, Change: -2.05, ChangePercent: -0.16, Volume: 48387, High: 1289.5, Low: 1279.1, YearlyHigh: 1306, YearlyLow: 1047.2, YearlyStart: 1176.6, YearlyChange: 8.85, Settlement: `Loan`, Contract: `Swap`, Region: `Europe`, Country: `Ireland`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-04-11`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 556 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `Lean Hogs`, Spread: 0.01, Open: 81.275, Price: 83.19, Buy: 81.81, Sell: 81.82, Change: 1.38, ChangePercent: 1.68, Volume: 1, High: 81.81, Low: 81.28, YearlyHigh: 83.98, YearlyLow: 70.25, YearlyStart: 77.11, YearlyChange: 6.09, Settlement: `Loan`, Contract: `Options`, Region: `North America`, Country: `Mexico`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `American Airlines`, Maturity: `2022-08-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 557 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Gold`, Spread: 0.01, Open: 1281.1, Price: 1281.24, Buy: 1280.73, Sell: 1280.74, Change: 0.51, ChangePercent: 0.04, Volume: 48387, High: 1289.5, Low: 1279.1, YearlyHigh: 1306, YearlyLow: 1047.2, YearlyStart: 1176.6, YearlyChange: 8.85, Settlement: `Cash`, Contract: `Swap`, Region: `Europe`, Country: `Switzerland`, Risk: `Low`, Sector: `Government`, Currency: `PLN`, Security: `Poor`, Issuer: `FedEx`, Maturity: `2022-07-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 558 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Coffee`, Spread: 0.01, Open: 125.7, Price: 125.59, Buy: 125.7, Sell: 125.7, Change: -0.1, ChangePercent: -0.08, Volume: 1654, High: 125.8, Low: 125, YearlyHigh: 155.75, YearlyLow: 115.35, YearlyStart: 135.55, YearlyChange: -7.27, Settlement: `Credit`, Contract: `Futures`, Region: `Asia Pacific`, Country: `Japan`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `Poor`, Issuer: `American Airlines`, Maturity: `2022-06-21`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 559 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soy Meat`, Spread: 0.01, Open: 342.6, Price: 341.39, Buy: 342.6, Sell: 342.6, Change: -1.23, ChangePercent: -0.36, Volume: 5646, High: 345.4, Low: 340.3, YearlyHigh: 353.4, YearlyLow: 261.7, YearlyStart: 307.55, YearlyChange: 11.4, Settlement: `Loan`, Contract: `Futures`, Region: `Middle East`, Country: `Israel`, Risk: `High`, Sector: `Public`, Currency: `USD`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-05-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 560 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Platinum`, Spread: 0.01, Open: 1071.6, Price: 1067.67, Buy: 1071.09, Sell: 1071.1, Change: -3.43, ChangePercent: -0.32, Volume: 3039, High: 1081.2, Low: 1070.5, YearlyHigh: 1120.6, YearlyLow: 812.4, YearlyStart: 966.5, YearlyChange: 10.82, Settlement: `Cash`, Contract: `Swap`, Region: `Asia Pacific`, Country: `Taiwan`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `High`, Issuer: `FedEx`, Maturity: `2022-02-24`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 561 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `Euro$ 3M`, Spread: 0.01, Open: 99.18, Price: 99.33, Buy: 99.18, Sell: 99.18, Change: 0.16, ChangePercent: 0.16, Volume: 29509, High: 99.18, Low: 99.17, YearlyHigh: 99.38, YearlyLow: 98.41, YearlyStart: 98.89, YearlyChange: 0.28, Settlement: `Cash`, Contract: `Futures`, Region: `South America`, Country: `Brazil`, Risk: `High`, Sector: `Private`, Currency: `PLN`, Security: `High`, Issuer: `American Airlines`, Maturity: `2022-08-10`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 562 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `BTC/USD`, Spread: 0.06, Open: 93.88, Price: 20740.36, Buy: 21200.76, Sell: 21400.78, Change: -260.41, ChangePercent: -1.24, Volume: 5788000, High: 22400.05, Low: 20100.75, YearlyHigh: 62400.7, YearlyLow: 15100.88, YearlyStart: 21200.29, YearlyChange: -20.62, Settlement: `Loan`, Contract: `Forwards`, Region: `Asia Pacific`, Country: `New Zealand`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-07-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 563 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `OJ Future`, Spread: 0.01, Open: 140.6, Price: 141.48, Buy: 140.18, Sell: 140.19, Change: 1.29, ChangePercent: 0.92, Volume: 7, High: 140.19, Low: 0, YearlyHigh: 155.95, YearlyLow: 113, YearlyStart: 134.47, YearlyChange: 4.25, Settlement: `Cash`, Contract: `Swap`, Region: `Europe`, Country: `Bulgaria`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-03-19`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 564 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/CHF`, Spread: 0.02, Open: 1.0337, Price: 1.05, Buy: 1.03, Sell: 1.03, Change: 0.01, ChangePercent: 0.28, Volume: 5550, High: 1.03, Low: 1.03, YearlyHigh: 1.11, YearlyLow: 0.98, YearlyStart: 1.04, YearlyChange: -0.12, Settlement: `Loan`, Contract: `Swap`, Region: `South America`, Country: `Bolivia`, Risk: `Low`, Sector: `Government`, Currency: `PLN`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-09-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 565 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/CHF`, Spread: 0.02, Open: 1.0337, Price: 1.04, Buy: 1.03, Sell: 1.03, Change: 0, ChangePercent: -0.4, Volume: 5550, High: 1.03, Low: 1.03, YearlyHigh: 1.11, YearlyLow: 0.98, YearlyStart: 1.04, YearlyChange: -0.12, Settlement: `Cash`, Contract: `Options`, Region: `Asia Pacific`, Country: `Indonesia`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-09-11`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 566 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Sugar`, Spread: 0.01, Open: 15.68, Price: 14.87, Buy: 14.67, Sell: 14.68, Change: 0.2, ChangePercent: 1.32, Volume: 4949, High: 15.7, Low: 14.67, YearlyHigh: 16.87, YearlyLow: 11.37, YearlyStart: 14.12, YearlyChange: 3.92, Settlement: `Loan`, Contract: `Futures`, Region: `Middle East`, Country: `Iran`, Risk: `Low`, Sector: `Government`, Currency: `USD`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-04-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 567 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Coal`, Spread: 0.015, Open: 0.4363, Price: 0.41, Buy: 0.44, Sell: 0.44, Change: -0.01, ChangePercent: -0.96, Volume: 3, High: 0.44, Low: 0.44, YearlyHigh: 0.48, YearlyLow: 0.4, YearlyStart: 0.44, YearlyChange: -5.33, Settlement: `Cash`, Contract: `Options`, Region: `Europe`, Country: `Belgium`, Risk: `Low`, Sector: `Public`, Currency: `USD`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-02-19`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 568 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Corn`, Spread: 0.01, Open: 379.5, Price: 379.35, Buy: 379.8, Sell: 379.81, Change: -0.45, ChangePercent: -0.12, Volume: 11266, High: 381, Low: 377.75, YearlyHigh: 471.25, YearlyLow: 351.25, YearlyStart: 411.25, YearlyChange: -7.65, Settlement: `Cash`, Contract: `Options`, Region: `Asia Pacific`, Country: `Korea`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `FedEx`, Maturity: `2022-02-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 569 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `US 30YR Future`, Spread: 0.01, Open: 164.875, Price: 163.5, Buy: 164.15, Sell: 164.16, Change: -0.66, ChangePercent: -0.4, Volume: 28012, High: 165.25, Low: 164.04, YearlyHigh: 169.38, YearlyLow: 151.47, YearlyStart: 160.43, YearlyChange: 2.33, Settlement: `Credit`, Contract: `Swap`, Region: `Asia Pacific`, Country: `Pakistan`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-02-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 570 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `FD Cattle`, Spread: 0.01, Open: 147.175, Price: 149.68, Buy: 148.6, Sell: 148.61, Change: 1.07, ChangePercent: 0.72, Volume: 5, High: 148.61, Low: 147.18, YearlyHigh: 190, YearlyLow: 138.1, YearlyStart: 164.05, YearlyChange: -9.41, Settlement: `Cash`, Contract: `CFD`, Region: `Asia Pacific`, Country: `Azerbaijan`, Risk: `High`, Sector: `Public`, Currency: `USD`, Security: `Poor`, Issuer: `American Airlines`, Maturity: `2022-05-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 571 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/JPY`, Spread: 0.02, Open: 9275.5, Price: 9140.03, Buy: 9277.32, Sell: 9277.34, Change: -137.3, ChangePercent: -1.48, Volume: 47734, High: 9277.33, Low: 0.93, YearlyHigh: 9483, YearlyLow: 0.93, YearlyStart: 4741.97, YearlyChange: 95.64, Settlement: `Credit`, Contract: `Options`, Region: `Asia Pacific`, Country: `New Zealand`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `Poor`, Issuer: `FedEx`, Maturity: `2022-04-21`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 572 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `FD Cattle`, Spread: 0.01, Open: 147.175, Price: 149.14, Buy: 148.6, Sell: 148.61, Change: 0.53, ChangePercent: 0.36, Volume: 5, High: 148.61, Low: 147.18, YearlyHigh: 190, YearlyLow: 138.1, YearlyStart: 164.05, YearlyChange: -9.41, Settlement: `Credit`, Contract: `CFD`, Region: `Middle East`, Country: `Bahrain`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-06-23`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 573 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Silver`, Spread: 0.01, Open: 17.43, Price: 17.62, Buy: 17.43, Sell: 17.43, Change: 0.2, ChangePercent: 1.12, Volume: 11720, High: 17.51, Low: 17.37, YearlyHigh: 18.06, YearlyLow: 13.73, YearlyStart: 15.89, YearlyChange: 9.59, Settlement: `Cash`, Contract: `Options`, Region: `North America`, Country: `United States`, Risk: `High`, Sector: `Public`, Currency: `USD`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-02-10`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 574 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Lumber`, Spread: 0.01, Open: 303.9, Price: 302.65, Buy: 304.59, Sell: 304.6, Change: -1.95, ChangePercent: -0.64, Volume: 2, High: 304.6, Low: 303.9, YearlyHigh: 317.1, YearlyLow: 236, YearlyStart: 276.55, YearlyChange: 10.14, Settlement: `Cash`, Contract: `Futures`, Region: `South America`, Country: `Colombia`, Risk: `Low`, Sector: `Public`, Currency: `USD`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-01-21`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 575 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Uranium`, Spread: 0.02, Open: 27.55, Price: 27.19, Buy: 27.55, Sell: 27.55, Change: -0.39, ChangePercent: -1.4, Volume: 12, High: 27.55, Low: 27.55, YearlyHigh: 29.32, YearlyLow: 21.28, YearlyStart: 25.3, YearlyChange: 9.01, Settlement: `Cash`, Contract: `Swap`, Region: `Europe`, Country: `Sweden`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-05-16`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 576 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soy oil`, Spread: 0.01, Open: 33.26, Price: 33.38, Buy: 33.77, Sell: 33.78, Change: -0.39, ChangePercent: -1.16, Volume: 10592, High: 33.77, Low: 33.06, YearlyHigh: 35.43, YearlyLow: 26.61, YearlyStart: 31.02, YearlyChange: 8.87, Settlement: `Credit`, Contract: `CFD`, Region: `South America`, Country: `Paraguay`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-06-19`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 577 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `FD Cattle`, Spread: 0.01, Open: 147.175, Price: 148.25, Buy: 148.6, Sell: 148.61, Change: -0.36, ChangePercent: -0.24, Volume: 5, High: 148.61, Low: 147.18, YearlyHigh: 190, YearlyLow: 138.1, YearlyStart: 164.05, YearlyChange: -9.41, Settlement: `Credit`, Contract: `Options`, Region: `Europe`, Country: `Italy`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-06-10`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 578 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Coal`, Spread: 0.015, Open: 0.4363, Price: 0.41, Buy: 0.44, Sell: 0.44, Change: -0.01, ChangePercent: -1.12, Volume: 3, High: 0.44, Low: 0.44, YearlyHigh: 0.48, YearlyLow: 0.4, YearlyStart: 0.44, YearlyChange: -5.33, Settlement: `Cash`, Contract: `CFD`, Region: `Middle East`, Country: `UAE`, Risk: `Low`, Sector: `Government`, Currency: `PLN`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-04-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 579 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `Lean Hogs`, Spread: 0.01, Open: 81.275, Price: 83.25, Buy: 81.81, Sell: 81.82, Change: 1.44, ChangePercent: 1.76, Volume: 1, High: 81.81, Low: 81.28, YearlyHigh: 83.98, YearlyLow: 70.25, YearlyStart: 77.11, YearlyChange: 6.09, Settlement: `Cash`, Contract: `Futures`, Region: `Asia Pacific`, Country: `Taiwan`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-08-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 580 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `LV Cattle`, Spread: 0.01, Open: 120.725, Price: 119.5, Buy: 120.72, Sell: 120.72, Change: -1.2, ChangePercent: -1, Volume: 4, High: 120.72, Low: 120.72, YearlyHigh: 147.98, YearlyLow: 113.9, YearlyStart: 130.94, YearlyChange: -7.82, Settlement: `Credit`, Contract: `Futures`, Region: `Middle East`, Country: `Turkey`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `High`, Issuer: `American Airlines`, Maturity: `2022-04-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 581 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Gold`, Spread: 0.01, Open: 1281.1, Price: 1285.85, Buy: 1280.73, Sell: 1280.74, Change: 5.12, ChangePercent: 0.4, Volume: 48387, High: 1289.5, Low: 1279.1, YearlyHigh: 1306, YearlyLow: 1047.2, YearlyStart: 1176.6, YearlyChange: 8.85, Settlement: `Cash`, Contract: `Options`, Region: `Middle East`, Country: `Jordan`, Risk: `High`, Sector: `Public`, Currency: `PLN`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-05-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 582 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/CAD`, Spread: 0.02, Open: 0.7744, Price: 0.97, Buy: 0.94, Sell: 0.96, Change: 0.02, ChangePercent: 1.88, Volume: 13669, High: 0.95, Low: 0.77, YearlyHigh: 0.95, YearlyLow: 0.68, YearlyStart: 0.76, YearlyChange: 26.43, Settlement: `Credit`, Contract: `Options`, Region: `Middle East`, Country: `Kuwait`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-08-21`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 583 }), + new FinancialDataAllItem({ Category: `Index`, Type: `NAS Future`, Spread: 0.01, Open: 4341.25, Price: 4303.08, Buy: 4341.25, Sell: 4341.25, Change: -38.2, ChangePercent: -0.88, Volume: 18259, High: 4347, Low: 4318, YearlyHigh: 4719.75, YearlyLow: 3867.75, YearlyStart: 4293.75, YearlyChange: 1.11, Settlement: `Cash`, Contract: `Futures`, Region: `Asia Pacific`, Country: `Singapore`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-02-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 584 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `Euro$ 3M`, Spread: 0.01, Open: 99.18, Price: 98.65, Buy: 99.18, Sell: 99.18, Change: -0.52, ChangePercent: -0.52, Volume: 29509, High: 99.18, Low: 99.17, YearlyHigh: 99.38, YearlyLow: 98.41, YearlyStart: 98.89, YearlyChange: 0.28, Settlement: `Cash`, Contract: `Futures`, Region: `Asia Pacific`, Country: `Azerbaijan`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-08-23`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 585 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Lumber`, Spread: 0.01, Open: 303.9, Price: 309.84, Buy: 304.59, Sell: 304.6, Change: 5.24, ChangePercent: 1.72, Volume: 2, High: 304.6, Low: 303.9, YearlyHigh: 317.1, YearlyLow: 236, YearlyStart: 276.55, YearlyChange: 10.14, Settlement: `Cash`, Contract: `CFD`, Region: `Asia Pacific`, Country: `China`, Risk: `Low`, Sector: `Government`, Currency: `USD`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-03-27`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 586 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `Euro$ 3M`, Spread: 0.01, Open: 99.18, Price: 98.22, Buy: 99.18, Sell: 99.18, Change: -0.95, ChangePercent: -0.96, Volume: 29509, High: 99.18, Low: 99.17, YearlyHigh: 99.38, YearlyLow: 98.41, YearlyStart: 98.89, YearlyChange: 0.28, Settlement: `Credit`, Contract: `Forwards`, Region: `Asia Pacific`, Country: `Thailand`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-02-21`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 587 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `AUD/USD`, Spread: 0.02, Open: 0.7344, Price: 0.74, Buy: 0.73, Sell: 0.73, Change: 0, ChangePercent: -1.08, Volume: 36764, High: 0.74, Low: 0.73, YearlyHigh: 0.79, YearlyLow: 0.68, YearlyStart: 0.73, YearlyChange: 1.28, Settlement: `Cash`, Contract: `Forwards`, Region: `Europe`, Country: `Hungary`, Risk: `Low`, Sector: `Public`, Currency: `PLN`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-01-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 588 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Oil`, Spread: 0.015, Open: 45.54, Price: 46.17, Buy: 45.78, Sell: 45.8, Change: 0.38, ChangePercent: 0.84, Volume: 107196, High: 45.94, Low: 45, YearlyHigh: 65.28, YearlyLow: 30.79, YearlyStart: 48.03, YearlyChange: -4.67, Settlement: `Loan`, Contract: `Futures`, Region: `Europe`, Country: `Bulgaria`, Risk: `High`, Sector: `Private`, Currency: `PLN`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-05-23`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 589 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Uranium`, Spread: 0.02, Open: 27.55, Price: 27.77, Buy: 27.55, Sell: 27.55, Change: 0.19, ChangePercent: 0.68, Volume: 12, High: 27.55, Low: 27.55, YearlyHigh: 29.32, YearlyLow: 21.28, YearlyStart: 25.3, YearlyChange: 9.01, Settlement: `Cash`, Contract: `Swap`, Region: `South America`, Country: `Paraguay`, Risk: `High`, Sector: `Public`, Currency: `PLN`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-06-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 590 }), + new FinancialDataAllItem({ Category: `Index`, Type: `DOW Future`, Spread: 0.01, Open: 17711, Price: 17740.49, Buy: 17712.15, Sell: 17712.16, Change: 28.34, ChangePercent: 0.16, Volume: 22236, High: 17727, Low: 17642, YearlyHigh: 18083, YearlyLow: 15299, YearlyStart: 16691, YearlyChange: 6.12, Settlement: `Cash`, Contract: `Swap`, Region: `South America`, Country: `Guyana`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-03-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 591 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `GBP/USD`, Spread: 0.02, Open: 1.4464, Price: 1.17, Buy: 1.18, Sell: 1.2, Change: -0.02, ChangePercent: -1.92, Volume: 29450, High: 1.45, Low: 1.19, YearlyHigh: 1.59, YearlyLow: 1.19, YearlyStart: 1.49, YearlyChange: -19.59, Settlement: `Credit`, Contract: `Swap`, Region: `Europe`, Country: `United Kingdom`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-05-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 592 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Wheat`, Spread: 0.01, Open: 465.5, Price: 467.75, Buy: 465.5, Sell: 465.5, Change: 2.23, ChangePercent: 0.48, Volume: 4318, High: 467, Low: 463.25, YearlyHigh: 628.5, YearlyLow: 449.5, YearlyStart: 539, YearlyChange: -13.63, Settlement: `Credit`, Contract: `Futures`, Region: `Asia Pacific`, Country: `New Zealand`, Risk: `Low`, Sector: `Public`, Currency: `EUR`, Security: `Poor`, Issuer: `American Airlines`, Maturity: `2022-03-19`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 593 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `FD Cattle`, Spread: 0.01, Open: 147.175, Price: 147.24, Buy: 148.6, Sell: 148.61, Change: -1.37, ChangePercent: -0.92, Volume: 5, High: 148.61, Low: 147.18, YearlyHigh: 190, YearlyLow: 138.1, YearlyStart: 164.05, YearlyChange: -9.41, Settlement: `Loan`, Contract: `CFD`, Region: `Europe`, Country: `United Kingdom`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-05-11`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 594 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Natural Gas`, Spread: 0.02, Open: 2.094, Price: 2.09, Buy: 2.09, Sell: 2.09, Change: -0.01, ChangePercent: -0.76, Volume: 2783, High: 2.11, Low: 2.09, YearlyHigh: 3.2, YearlyLow: 1.84, YearlyStart: 2.52, YearlyChange: -16.51, Settlement: `Cash`, Contract: `Options`, Region: `Europe`, Country: `Slovakia`, Risk: `High`, Sector: `Government`, Currency: `PLN`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-06-11`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 595 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Cotton`, Spread: 0.01, Open: 61.77, Price: 62.95, Buy: 61.77, Sell: 61.77, Change: 1.19, ChangePercent: 1.92, Volume: 3612, High: 62.06, Low: 61.32, YearlyHigh: 67.59, YearlyLow: 54.33, YearlyStart: 60.96, YearlyChange: 1.31, Settlement: `Loan`, Contract: `Forwards`, Region: `North America`, Country: `Canada`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-01-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 596 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Wheat`, Spread: 0.01, Open: 465.5, Price: 463.66, Buy: 465.5, Sell: 465.5, Change: -1.86, ChangePercent: -0.4, Volume: 4318, High: 467, Low: 463.25, YearlyHigh: 628.5, YearlyLow: 449.5, YearlyStart: 539, YearlyChange: -13.63, Settlement: `Cash`, Contract: `Forwards`, Region: `North America`, Country: `Canada`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `High`, Issuer: `FedEx`, Maturity: `2022-07-11`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 597 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `OJ Future`, Spread: 0.01, Open: 140.6, Price: 140.58, Buy: 140.18, Sell: 140.19, Change: 0.39, ChangePercent: 0.28, Volume: 7, High: 140.19, Low: 0, YearlyHigh: 155.95, YearlyLow: 113, YearlyStart: 134.47, YearlyChange: 4.25, Settlement: `Cash`, Contract: `Futures`, Region: `Europe`, Country: `France`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-05-23`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 598 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `LV Cattle`, Spread: 0.01, Open: 120.725, Price: 119.3, Buy: 120.72, Sell: 120.72, Change: -1.41, ChangePercent: -1.16, Volume: 4, High: 120.72, Low: 120.72, YearlyHigh: 147.98, YearlyLow: 113.9, YearlyStart: 130.94, YearlyChange: -7.82, Settlement: `Cash`, Contract: `Futures`, Region: `Africa`, Country: `Senegal`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-03-11`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 599 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Oil`, Spread: 0.015, Open: 45.54, Price: 45.41, Buy: 45.78, Sell: 45.8, Change: -0.38, ChangePercent: -0.84, Volume: 107196, High: 45.94, Low: 45, YearlyHigh: 65.28, YearlyLow: 30.79, YearlyStart: 48.03, YearlyChange: -4.67, Settlement: `Cash`, Contract: `Options`, Region: `Africa`, Country: `Algeria`, Risk: `Low`, Sector: `Government`, Currency: `PLN`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-06-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 600 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Silver`, Spread: 0.01, Open: 17.43, Price: 17.2, Buy: 17.43, Sell: 17.43, Change: -0.22, ChangePercent: -1.24, Volume: 11720, High: 17.51, Low: 17.37, YearlyHigh: 18.06, YearlyLow: 13.73, YearlyStart: 15.89, YearlyChange: 9.59, Settlement: `Loan`, Contract: `Forwards`, Region: `Europe`, Country: `Germany`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-08-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 601 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Lumber`, Spread: 0.01, Open: 303.9, Price: 302.41, Buy: 304.59, Sell: 304.6, Change: -2.19, ChangePercent: -0.72, Volume: 2, High: 304.6, Low: 303.9, YearlyHigh: 317.1, YearlyLow: 236, YearlyStart: 276.55, YearlyChange: 10.14, Settlement: `Credit`, Contract: `Swap`, Region: `Africa`, Country: `Tunisia`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-04-21`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 602 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `US 30YR Future`, Spread: 0.01, Open: 164.875, Price: 164.49, Buy: 164.15, Sell: 164.16, Change: 0.33, ChangePercent: 0.2, Volume: 28012, High: 165.25, Low: 164.04, YearlyHigh: 169.38, YearlyLow: 151.47, YearlyStart: 160.43, YearlyChange: 2.33, Settlement: `Loan`, Contract: `Swap`, Region: `Middle East`, Country: `Saudi Arabia`, Risk: `High`, Sector: `Public`, Currency: `PLN`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-03-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 603 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soy oil`, Spread: 0.01, Open: 33.26, Price: 33.74, Buy: 33.77, Sell: 33.78, Change: -0.03, ChangePercent: -0.08, Volume: 10592, High: 33.77, Low: 33.06, YearlyHigh: 35.43, YearlyLow: 26.61, YearlyStart: 31.02, YearlyChange: 8.87, Settlement: `Cash`, Contract: `Options`, Region: `South America`, Country: `Chile`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-04-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 604 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Corn`, Spread: 0.01, Open: 379.5, Price: 383.9, Buy: 379.8, Sell: 379.81, Change: 4.1, ChangePercent: 1.08, Volume: 11266, High: 381, Low: 377.75, YearlyHigh: 471.25, YearlyLow: 351.25, YearlyStart: 411.25, YearlyChange: -7.65, Settlement: `Credit`, Contract: `Forwards`, Region: `North America`, Country: `Mexico`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-02-24`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 605 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Wheat`, Spread: 0.01, Open: 465.5, Price: 467.38, Buy: 465.5, Sell: 465.5, Change: 1.86, ChangePercent: 0.4, Volume: 4318, High: 467, Low: 463.25, YearlyHigh: 628.5, YearlyLow: 449.5, YearlyStart: 539, YearlyChange: -13.63, Settlement: `Credit`, Contract: `Forwards`, Region: `Europe`, Country: `Bulgaria`, Risk: `Low`, Sector: `Public`, Currency: `USD`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-02-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 606 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soy Meat`, Spread: 0.01, Open: 342.6, Price: 346.05, Buy: 342.6, Sell: 342.6, Change: 3.43, ChangePercent: 1, Volume: 5646, High: 345.4, Low: 340.3, YearlyHigh: 353.4, YearlyLow: 261.7, YearlyStart: 307.55, YearlyChange: 11.4, Settlement: `Cash`, Contract: `Options`, Region: `Africa`, Country: `Morocco`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-05-10`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 607 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soy Meat`, Spread: 0.01, Open: 342.6, Price: 343.44, Buy: 342.6, Sell: 342.6, Change: 0.82, ChangePercent: 0.24, Volume: 5646, High: 345.4, Low: 340.3, YearlyHigh: 353.4, YearlyLow: 261.7, YearlyStart: 307.55, YearlyChange: 11.4, Settlement: `Cash`, Contract: `Swap`, Region: `Asia Pacific`, Country: `China`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-07-19`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 608 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `Euro$ 3M`, Spread: 0.01, Open: 99.18, Price: 97.74, Buy: 99.18, Sell: 99.18, Change: -1.43, ChangePercent: -1.44, Volume: 29509, High: 99.18, Low: 99.17, YearlyHigh: 99.38, YearlyLow: 98.41, YearlyStart: 98.89, YearlyChange: 0.28, Settlement: `Credit`, Contract: `Options`, Region: `South America`, Country: `Colombia`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-05-19`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 609 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `US 30YR Future`, Spread: 0.01, Open: 164.875, Price: 165.87, Buy: 164.15, Sell: 164.16, Change: 1.71, ChangePercent: 1.04, Volume: 28012, High: 165.25, Low: 164.04, YearlyHigh: 169.38, YearlyLow: 151.47, YearlyStart: 160.43, YearlyChange: 2.33, Settlement: `Cash`, Contract: `Swap`, Region: `Asia Pacific`, Country: `Malaysia`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `FedEx`, Maturity: `2022-05-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 610 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Palladium`, Spread: 0.01, Open: 600.55, Price: 590.42, Buy: 601, Sell: 601.01, Change: -10.58, ChangePercent: -1.76, Volume: 651, High: 607.2, Low: 598.4, YearlyHigh: 690, YearlyLow: 458.6, YearlyStart: 574.3, YearlyChange: 4.65, Settlement: `Cash`, Contract: `Swap`, Region: `Middle East`, Country: `Jordan`, Risk: `High`, Sector: `Private`, Currency: `PLN`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-07-11`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 611 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Oil`, Spread: 0.015, Open: 45.54, Price: 46.47, Buy: 45.78, Sell: 45.8, Change: 0.68, ChangePercent: 1.48, Volume: 107196, High: 45.94, Low: 45, YearlyHigh: 65.28, YearlyLow: 30.79, YearlyStart: 48.03, YearlyChange: -4.67, Settlement: `Cash`, Contract: `Options`, Region: `Middle East`, Country: `Saudi Arabia`, Risk: `Low`, Sector: `Public`, Currency: `USD`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-01-27`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 612 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Lumber`, Spread: 0.01, Open: 303.9, Price: 300.7, Buy: 304.59, Sell: 304.6, Change: -3.9, ChangePercent: -1.28, Volume: 2, High: 304.6, Low: 303.9, YearlyHigh: 317.1, YearlyLow: 236, YearlyStart: 276.55, YearlyChange: 10.14, Settlement: `Credit`, Contract: `Swap`, Region: `Middle East`, Country: `Qatar`, Risk: `High`, Sector: `Government`, Currency: `USD`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-05-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 613 }), + new FinancialDataAllItem({ Category: `Index`, Type: `DOW Future`, Spread: 0.01, Open: 17711, Price: 17584.62, Buy: 17712.15, Sell: 17712.16, Change: -127.53, ChangePercent: -0.72, Volume: 22236, High: 17727, Low: 17642, YearlyHigh: 18083, YearlyLow: 15299, YearlyStart: 16691, YearlyChange: 6.12, Settlement: `Credit`, Contract: `Options`, Region: `South America`, Country: `Peru`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-07-10`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 614 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Milk`, Spread: 0.01, Open: 12.87, Price: 12.75, Buy: 12.87, Sell: 12.87, Change: -0.11, ChangePercent: -0.88, Volume: 7, High: 12.89, Low: 12.81, YearlyHigh: 16.96, YearlyLow: 12.81, YearlyStart: 14.88, YearlyChange: -13.6, Settlement: `Loan`, Contract: `Swap`, Region: `Europe`, Country: `Ireland`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-02-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 615 }), + new FinancialDataAllItem({ Category: `Index`, Type: `DOW Future`, Spread: 0.01, Open: 17711, Price: 17733.41, Buy: 17712.15, Sell: 17712.16, Change: 21.26, ChangePercent: 0.12, Volume: 22236, High: 17727, Low: 17642, YearlyHigh: 18083, YearlyLow: 15299, YearlyStart: 16691, YearlyChange: 6.12, Settlement: `Cash`, Contract: `Options`, Region: `Middle East`, Country: `Iraq`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-04-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 616 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Corn`, Spread: 0.01, Open: 379.5, Price: 376.16, Buy: 379.8, Sell: 379.81, Change: -3.64, ChangePercent: -0.96, Volume: 11266, High: 381, Low: 377.75, YearlyHigh: 471.25, YearlyLow: 351.25, YearlyStart: 411.25, YearlyChange: -7.65, Settlement: `Credit`, Contract: `Swap`, Region: `North America`, Country: `Canada`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-05-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 617 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P Future`, Spread: 0.01, Open: 2057.5, Price: 2068.12, Buy: 2056.6, Sell: 2056.61, Change: 11.52, ChangePercent: 0.56, Volume: 142780, High: 2059.5, Low: 2049, YearlyHigh: 2105.5, YearlyLow: 1794.5, YearlyStart: 1950, YearlyChange: 5.47, Settlement: `Loan`, Contract: `CFD`, Region: `Asia Pacific`, Country: `Korea`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-09-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 618 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `OJ Future`, Spread: 0.01, Open: 140.6, Price: 141.03, Buy: 140.18, Sell: 140.19, Change: 0.84, ChangePercent: 0.6, Volume: 7, High: 140.19, Low: 0, YearlyHigh: 155.95, YearlyLow: 113, YearlyStart: 134.47, YearlyChange: 4.25, Settlement: `Cash`, Contract: `Swap`, Region: `Asia Pacific`, Country: `Taiwan`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `Poor`, Issuer: `FedEx`, Maturity: `2022-04-27`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 619 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Coal`, Spread: 0.015, Open: 0.4363, Price: 0.42, Buy: 0.44, Sell: 0.44, Change: 0, ChangePercent: 1.4, Volume: 3, High: 0.44, Low: 0.44, YearlyHigh: 0.48, YearlyLow: 0.4, YearlyStart: 0.44, YearlyChange: -5.33, Settlement: `Cash`, Contract: `Swap`, Region: `North America`, Country: `United States`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-05-27`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 620 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `OJ Future`, Spread: 0.01, Open: 140.6, Price: 139.46, Buy: 140.18, Sell: 140.19, Change: -0.73, ChangePercent: -0.52, Volume: 7, High: 140.19, Low: 0, YearlyHigh: 155.95, YearlyLow: 113, YearlyStart: 134.47, YearlyChange: 4.25, Settlement: `Loan`, Contract: `Forwards`, Region: `North America`, Country: `United States`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-01-21`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 621 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Coffee`, Spread: 0.01, Open: 125.7, Price: 125.59, Buy: 125.7, Sell: 125.7, Change: -0.1, ChangePercent: -0.08, Volume: 1654, High: 125.8, Low: 125, YearlyHigh: 155.75, YearlyLow: 115.35, YearlyStart: 135.55, YearlyChange: -7.27, Settlement: `Loan`, Contract: `Futures`, Region: `Asia Pacific`, Country: `New Zealand`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-04-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 622 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Corn`, Spread: 0.01, Open: 379.5, Price: 376.16, Buy: 379.8, Sell: 379.81, Change: -3.64, ChangePercent: -0.96, Volume: 11266, High: 381, Low: 377.75, YearlyHigh: 471.25, YearlyLow: 351.25, YearlyStart: 411.25, YearlyChange: -7.65, Settlement: `Cash`, Contract: `Swap`, Region: `Middle East`, Country: `Saudi Arabia`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-09-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 623 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `US 10YR Future`, Spread: 0.01, Open: 130.5625, Price: 131.57, Buy: 130.56, Sell: 130.56, Change: 0.99, ChangePercent: 0.76, Volume: 189310, High: 130.63, Low: 130.44, YearlyHigh: 132.64, YearlyLow: 125.48, YearlyStart: 129.06, YearlyChange: 1.18, Settlement: `Cash`, Contract: `Options`, Region: `Africa`, Country: `Algeria`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-06-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 624 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soybean`, Spread: 0.01, Open: 1038, Price: 1019.51, Buy: 1038.61, Sell: 1038.62, Change: -19.11, ChangePercent: -1.84, Volume: 20356, High: 1044, Low: 1031.75, YearlyHigh: 1057, YearlyLow: 859.5, YearlyStart: 958.25, YearlyChange: 8.39, Settlement: `Loan`, Contract: `Swap`, Region: `Africa`, Country: `Ethiopia`, Risk: `Low`, Sector: `Government`, Currency: `PLN`, Security: `Poor`, Issuer: `American Airlines`, Maturity: `2022-08-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 625 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Diesel`, Spread: 0.015, Open: 1.3474, Price: 1.34, Buy: 1.35, Sell: 1.35, Change: -0.02, ChangePercent: -0.96, Volume: 2971, High: 1.36, Low: 1.34, YearlyHigh: 2.11, YearlyLow: 0.92, YearlyStart: 1.51, YearlyChange: -10.4, Settlement: `Credit`, Contract: `Swap`, Region: `Europe`, Country: `United Kingdom`, Risk: `High`, Sector: `Private`, Currency: `PLN`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-08-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 626 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Cocoa`, Spread: 0.01, Open: 3076, Price: 3124.02, Buy: 3076, Sell: 3076, Change: 47.99, ChangePercent: 1.56, Volume: 978, High: 3078, Low: 3066, YearlyHigh: 3406, YearlyLow: 2746, YearlyStart: 3076, YearlyChange: 0, Settlement: `Credit`, Contract: `Swap`, Region: `Middle East`, Country: `Qatar`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `FedEx`, Maturity: `2022-04-22`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 627 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Oil`, Spread: 0.015, Open: 45.54, Price: 45.02, Buy: 45.78, Sell: 45.8, Change: -0.77, ChangePercent: -1.68, Volume: 107196, High: 45.94, Low: 45, YearlyHigh: 65.28, YearlyLow: 30.79, YearlyStart: 48.03, YearlyChange: -4.67, Settlement: `Loan`, Contract: `Swap`, Region: `Africa`, Country: `Tunisia`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `Poor`, Issuer: `American Airlines`, Maturity: `2022-03-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 628 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Coal`, Spread: 0.015, Open: 0.4363, Price: 0.42, Buy: 0.44, Sell: 0.44, Change: 0, ChangePercent: 0.72, Volume: 3, High: 0.44, Low: 0.44, YearlyHigh: 0.48, YearlyLow: 0.4, YearlyStart: 0.44, YearlyChange: -5.33, Settlement: `Cash`, Contract: `Forwards`, Region: `South America`, Country: `Argentina`, Risk: `High`, Sector: `Public`, Currency: `PLN`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-03-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 629 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `GBP/USD`, Spread: 0.02, Open: 1.4464, Price: 1.2, Buy: 1.18, Sell: 1.2, Change: 0.01, ChangePercent: 0.72, Volume: 29450, High: 1.45, Low: 1.19, YearlyHigh: 1.59, YearlyLow: 1.19, YearlyStart: 1.49, YearlyChange: -19.59, Settlement: `Credit`, Contract: `CFD`, Region: `South America`, Country: `Brazil`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-03-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 630 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Gold`, Spread: 0.01, Open: 1281.1, Price: 1256.65, Buy: 1280.73, Sell: 1280.74, Change: -24.08, ChangePercent: -1.88, Volume: 48387, High: 1289.5, Low: 1279.1, YearlyHigh: 1306, YearlyLow: 1047.2, YearlyStart: 1176.6, YearlyChange: 8.85, Settlement: `Cash`, Contract: `Futures`, Region: `Africa`, Country: `Ethiopia`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-03-21`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 631 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/CAD`, Spread: 0.02, Open: 0.7744, Price: 0.97, Buy: 0.94, Sell: 0.96, Change: 0.02, ChangePercent: 1.32, Volume: 13669, High: 0.95, Low: 0.77, YearlyHigh: 0.95, YearlyLow: 0.68, YearlyStart: 0.76, YearlyChange: 26.43, Settlement: `Cash`, Contract: `Futures`, Region: `Asia Pacific`, Country: `Malaysia`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `Poor`, Issuer: `American Airlines`, Maturity: `2022-09-24`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 632 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Natural Gas`, Spread: 0.02, Open: 2.094, Price: 2.09, Buy: 2.09, Sell: 2.09, Change: -0.01, ChangePercent: -0.6, Volume: 2783, High: 2.11, Low: 2.09, YearlyHigh: 3.2, YearlyLow: 1.84, YearlyStart: 2.52, YearlyChange: -16.51, Settlement: `Cash`, Contract: `CFD`, Region: `Europe`, Country: `Sweden`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-03-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 633 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Lumber`, Spread: 0.01, Open: 303.9, Price: 302.89, Buy: 304.59, Sell: 304.6, Change: -1.71, ChangePercent: -0.56, Volume: 2, High: 304.6, Low: 303.9, YearlyHigh: 317.1, YearlyLow: 236, YearlyStart: 276.55, YearlyChange: 10.14, Settlement: `Loan`, Contract: `Futures`, Region: `Asia Pacific`, Country: `Australia`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-08-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 634 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Lumber`, Spread: 0.01, Open: 303.9, Price: 307.89, Buy: 304.59, Sell: 304.6, Change: 3.29, ChangePercent: 1.08, Volume: 2, High: 304.6, Low: 303.9, YearlyHigh: 317.1, YearlyLow: 236, YearlyStart: 276.55, YearlyChange: 10.14, Settlement: `Credit`, Contract: `Forwards`, Region: `Middle East`, Country: `UAE`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-06-11`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 635 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Silver`, Spread: 0.01, Open: 17.43, Price: 17.17, Buy: 17.43, Sell: 17.43, Change: -0.25, ChangePercent: -1.44, Volume: 11720, High: 17.51, Low: 17.37, YearlyHigh: 18.06, YearlyLow: 13.73, YearlyStart: 15.89, YearlyChange: 9.59, Settlement: `Cash`, Contract: `Options`, Region: `Europe`, Country: `Switzerland`, Risk: `High`, Sector: `Government`, Currency: `PLN`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-03-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 636 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `GBP/USD`, Spread: 0.02, Open: 1.4464, Price: 1.2, Buy: 1.18, Sell: 1.2, Change: 0.01, ChangePercent: 0.32, Volume: 29450, High: 1.45, Low: 1.19, YearlyHigh: 1.59, YearlyLow: 1.19, YearlyStart: 1.49, YearlyChange: -19.59, Settlement: `Credit`, Contract: `Futures`, Region: `Asia Pacific`, Country: `Indonesia`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `High`, Issuer: `FedEx`, Maturity: `2022-07-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 637 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Oil`, Spread: 0.015, Open: 45.54, Price: 46.41, Buy: 45.78, Sell: 45.8, Change: 0.62, ChangePercent: 1.36, Volume: 107196, High: 45.94, Low: 45, YearlyHigh: 65.28, YearlyLow: 30.79, YearlyStart: 48.03, YearlyChange: -4.67, Settlement: `Credit`, Contract: `Forwards`, Region: `Africa`, Country: `South Africa`, Risk: `Low`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-03-22`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 638 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `Lean Hogs`, Spread: 0.01, Open: 81.275, Price: 81.91, Buy: 81.81, Sell: 81.82, Change: 0.1, ChangePercent: 0.12, Volume: 1, High: 81.81, Low: 81.28, YearlyHigh: 83.98, YearlyLow: 70.25, YearlyStart: 77.11, YearlyChange: 6.09, Settlement: `Credit`, Contract: `CFD`, Region: `Middle East`, Country: `Syria`, Risk: `Low`, Sector: `Public`, Currency: `PLN`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-08-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 639 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `US 30YR Future`, Spread: 0.01, Open: 164.875, Price: 164.16, Buy: 164.15, Sell: 164.16, Change: 0, ChangePercent: 0, Volume: 28012, High: 165.25, Low: 164.04, YearlyHigh: 169.38, YearlyLow: 151.47, YearlyStart: 160.43, YearlyChange: 2.33, Settlement: `Cash`, Contract: `Swap`, Region: `Europe`, Country: `Spain`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-03-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 640 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P 600 MINI`, Spread: 0.01, Open: 687.9, Price: 690.91, Buy: 687.9, Sell: 687.9, Change: 3.03, ChangePercent: 0.44, Volume: 0, High: 0, Low: 0, YearlyHigh: 620.32, YearlyLow: 595.9, YearlyStart: 608.11, YearlyChange: 13.12, Settlement: `Credit`, Contract: `Futures`, Region: `Middle East`, Country: `Oman`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-03-24`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 641 }), + new FinancialDataAllItem({ Category: `Index`, Type: `DOW Future`, Spread: 0.01, Open: 17711, Price: 17924.7, Buy: 17712.15, Sell: 17712.16, Change: 212.55, ChangePercent: 1.2, Volume: 22236, High: 17727, Low: 17642, YearlyHigh: 18083, YearlyLow: 15299, YearlyStart: 16691, YearlyChange: 6.12, Settlement: `Loan`, Contract: `Swap`, Region: `Middle East`, Country: `Syria`, Risk: `High`, Sector: `Private`, Currency: `PLN`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-02-24`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 642 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/CHF`, Spread: 0.02, Open: 1.0337, Price: 1.04, Buy: 1.03, Sell: 1.03, Change: 0, ChangePercent: -0.36, Volume: 5550, High: 1.03, Low: 1.03, YearlyHigh: 1.11, YearlyLow: 0.98, YearlyStart: 1.04, YearlyChange: -0.12, Settlement: `Cash`, Contract: `Options`, Region: `Middle East`, Country: `Oman`, Risk: `Low`, Sector: `Public`, Currency: `USD`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-08-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 643 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `OJ Future`, Spread: 0.01, Open: 140.6, Price: 141.65, Buy: 140.18, Sell: 140.19, Change: 1.46, ChangePercent: 1.04, Volume: 7, High: 140.19, Low: 0, YearlyHigh: 155.95, YearlyLow: 113, YearlyStart: 134.47, YearlyChange: 4.25, Settlement: `Credit`, Contract: `Swap`, Region: `Africa`, Country: `Senegal`, Risk: `High`, Sector: `Private`, Currency: `PLN`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-06-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 644 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P MID MINI`, Spread: 0.01, Open: 1454.3, Price: 1473.25, Buy: 1455.78, Sell: 1455.79, Change: 17.47, ChangePercent: 1.2, Volume: 338, High: 1455.78, Low: 1448, YearlyHigh: 1527.3, YearlyLow: 1236, YearlyStart: 1381.65, YearlyChange: 5.37, Settlement: `Loan`, Contract: `Options`, Region: `Asia Pacific`, Country: `China`, Risk: `High`, Sector: `Government`, Currency: `PLN`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-03-11`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 645 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `Euro$ 3M`, Spread: 0.01, Open: 99.18, Price: 98.06, Buy: 99.18, Sell: 99.18, Change: -1.11, ChangePercent: -1.12, Volume: 29509, High: 99.18, Low: 99.17, YearlyHigh: 99.38, YearlyLow: 98.41, YearlyStart: 98.89, YearlyChange: 0.28, Settlement: `Cash`, Contract: `Options`, Region: `Asia Pacific`, Country: `Azerbaijan`, Risk: `Low`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-05-21`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 646 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Uranium`, Spread: 0.02, Open: 27.55, Price: 27.72, Buy: 27.55, Sell: 27.55, Change: 0.14, ChangePercent: 0.52, Volume: 12, High: 27.55, Low: 27.55, YearlyHigh: 29.32, YearlyLow: 21.28, YearlyStart: 25.3, YearlyChange: 9.01, Settlement: `Cash`, Contract: `Swap`, Region: `Asia Pacific`, Country: `Indonesia`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-05-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 647 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/CAD`, Spread: 0.02, Open: 0.7744, Price: 0.97, Buy: 0.94, Sell: 0.96, Change: 0.02, ChangePercent: 1.96, Volume: 13669, High: 0.95, Low: 0.77, YearlyHigh: 0.95, YearlyLow: 0.68, YearlyStart: 0.76, YearlyChange: 26.43, Settlement: `Loan`, Contract: `CFD`, Region: `Europe`, Country: `Slovakia`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-03-16`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 648 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Ethanol`, Spread: 0.01, Open: 1.512, Price: 2.77, Buy: 2.75, Sell: 2.76, Change: 0.02, ChangePercent: 0.64, Volume: 14, High: 2.75, Low: 1.12, YearlyHigh: 2.75, YearlyLow: 1.12, YearlyStart: 1.48, YearlyChange: 86.7, Settlement: `Cash`, Contract: `Swap`, Region: `Africa`, Country: `Senegal`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-03-22`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 649 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Diesel`, Spread: 0.015, Open: 1.3474, Price: 1.34, Buy: 1.35, Sell: 1.35, Change: -0.02, ChangePercent: -1.08, Volume: 2971, High: 1.36, Low: 1.34, YearlyHigh: 2.11, YearlyLow: 0.92, YearlyStart: 1.51, YearlyChange: -10.4, Settlement: `Cash`, Contract: `Futures`, Region: `Middle East`, Country: `Qatar`, Risk: `High`, Sector: `Public`, Currency: `USD`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-09-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 650 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P MID MINI`, Spread: 0.01, Open: 1454.3, Price: 1460.44, Buy: 1455.78, Sell: 1455.79, Change: 4.66, ChangePercent: 0.32, Volume: 338, High: 1455.78, Low: 1448, YearlyHigh: 1527.3, YearlyLow: 1236, YearlyStart: 1381.65, YearlyChange: 5.37, Settlement: `Cash`, Contract: `CFD`, Region: `Asia Pacific`, Country: `China`, Risk: `High`, Sector: `Private`, Currency: `PLN`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-08-21`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 651 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Oats`, Spread: 0.01, Open: 194.5, Price: 195.07, Buy: 194.21, Sell: 194.22, Change: 0.85, ChangePercent: 0.44, Volume: 64, High: 195.75, Low: 194, YearlyHigh: 241.25, YearlyLow: 183.75, YearlyStart: 212.5, YearlyChange: -8.6, Settlement: `Cash`, Contract: `Options`, Region: `Asia Pacific`, Country: `Hong Kong`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-01-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 652 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Palladium`, Spread: 0.01, Open: 600.55, Price: 608.45, Buy: 601, Sell: 601.01, Change: 7.45, ChangePercent: 1.24, Volume: 651, High: 607.2, Low: 598.4, YearlyHigh: 690, YearlyLow: 458.6, YearlyStart: 574.3, YearlyChange: 4.65, Settlement: `Loan`, Contract: `Futures`, Region: `Asia Pacific`, Country: `Japan`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `High`, Issuer: `American Airlines`, Maturity: `2022-02-16`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 653 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Natural Gas`, Spread: 0.02, Open: 2.094, Price: 2.09, Buy: 2.09, Sell: 2.09, Change: -0.01, ChangePercent: -0.84, Volume: 2783, High: 2.11, Low: 2.09, YearlyHigh: 3.2, YearlyLow: 1.84, YearlyStart: 2.52, YearlyChange: -16.51, Settlement: `Credit`, Contract: `Swap`, Region: `Africa`, Country: `Senegal`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `Poor`, Issuer: `FedEx`, Maturity: `2022-01-24`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 654 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Ethanol`, Spread: 0.01, Open: 1.512, Price: 2.75, Buy: 2.75, Sell: 2.76, Change: 0, ChangePercent: -0.28, Volume: 14, High: 2.75, Low: 1.12, YearlyHigh: 2.75, YearlyLow: 1.12, YearlyStart: 1.48, YearlyChange: 86.7, Settlement: `Credit`, Contract: `Options`, Region: `South America`, Country: `Brazil`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-05-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 655 }), + new FinancialDataAllItem({ Category: `Index`, Type: `NAS Future`, Spread: 0.01, Open: 4341.25, Price: 4285.71, Buy: 4341.25, Sell: 4341.25, Change: -55.57, ChangePercent: -1.28, Volume: 18259, High: 4347, Low: 4318, YearlyHigh: 4719.75, YearlyLow: 3867.75, YearlyStart: 4293.75, YearlyChange: 1.11, Settlement: `Credit`, Contract: `Forwards`, Region: `Africa`, Country: `Libya`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-08-27`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 656 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Coffee`, Spread: 0.01, Open: 125.7, Price: 123.83, Buy: 125.7, Sell: 125.7, Change: -1.86, ChangePercent: -1.48, Volume: 1654, High: 125.8, Low: 125, YearlyHigh: 155.75, YearlyLow: 115.35, YearlyStart: 135.55, YearlyChange: -7.27, Settlement: `Loan`, Contract: `Forwards`, Region: `Asia Pacific`, Country: `Japan`, Risk: `High`, Sector: `Private`, Currency: `PLN`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-04-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 657 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Platinum`, Spread: 0.01, Open: 1071.6, Price: 1051.82, Buy: 1071.09, Sell: 1071.1, Change: -19.28, ChangePercent: -1.8, Volume: 3039, High: 1081.2, Low: 1070.5, YearlyHigh: 1120.6, YearlyLow: 812.4, YearlyStart: 966.5, YearlyChange: 10.82, Settlement: `Loan`, Contract: `Swap`, Region: `Africa`, Country: `Tunisia`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `High`, Issuer: `American Airlines`, Maturity: `2022-03-16`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 658 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soy Meat`, Spread: 0.01, Open: 342.6, Price: 339.74, Buy: 342.6, Sell: 342.6, Change: -2.88, ChangePercent: -0.84, Volume: 5646, High: 345.4, Low: 340.3, YearlyHigh: 353.4, YearlyLow: 261.7, YearlyStart: 307.55, YearlyChange: 11.4, Settlement: `Cash`, Contract: `Futures`, Region: `Africa`, Country: `South Africa`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `High`, Issuer: `American Airlines`, Maturity: `2022-04-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 659 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `US 10YR Future`, Spread: 0.01, Open: 130.5625, Price: 128.08, Buy: 130.56, Sell: 130.56, Change: -2.5, ChangePercent: -1.92, Volume: 189310, High: 130.63, Low: 130.44, YearlyHigh: 132.64, YearlyLow: 125.48, YearlyStart: 129.06, YearlyChange: 1.18, Settlement: `Cash`, Contract: `CFD`, Region: `Asia Pacific`, Country: `Indonesia`, Risk: `Low`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-06-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 660 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Cotton`, Spread: 0.01, Open: 61.77, Price: 62.77, Buy: 61.77, Sell: 61.77, Change: 1.01, ChangePercent: 1.64, Volume: 3612, High: 62.06, Low: 61.32, YearlyHigh: 67.59, YearlyLow: 54.33, YearlyStart: 60.96, YearlyChange: 1.31, Settlement: `Loan`, Contract: `Swap`, Region: `Middle East`, Country: `Qatar`, Risk: `Low`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-05-22`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 661 }), + new FinancialDataAllItem({ Category: `Index`, Type: `NAS Future`, Spread: 0.01, Open: 4341.25, Price: 4372.54, Buy: 4341.25, Sell: 4341.25, Change: 31.26, ChangePercent: 0.72, Volume: 18259, High: 4347, Low: 4318, YearlyHigh: 4719.75, YearlyLow: 3867.75, YearlyStart: 4293.75, YearlyChange: 1.11, Settlement: `Credit`, Contract: `Swap`, Region: `Africa`, Country: `Egypt`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-02-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 662 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Gold`, Spread: 0.01, Open: 1281.1, Price: 1303.78, Buy: 1280.73, Sell: 1280.74, Change: 23.05, ChangePercent: 1.8, Volume: 48387, High: 1289.5, Low: 1279.1, YearlyHigh: 1306, YearlyLow: 1047.2, YearlyStart: 1176.6, YearlyChange: 8.85, Settlement: `Credit`, Contract: `Futures`, Region: `Africa`, Country: `Morocco`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `High`, Issuer: `FedEx`, Maturity: `2022-06-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 663 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Wheat`, Spread: 0.01, Open: 465.5, Price: 466.26, Buy: 465.5, Sell: 465.5, Change: 0.74, ChangePercent: 0.16, Volume: 4318, High: 467, Low: 463.25, YearlyHigh: 628.5, YearlyLow: 449.5, YearlyStart: 539, YearlyChange: -13.63, Settlement: `Cash`, Contract: `Forwards`, Region: `South America`, Country: `Guyana`, Risk: `Low`, Sector: `Public`, Currency: `PLN`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-09-19`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 664 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Cocoa`, Spread: 0.01, Open: 3076, Price: 3082.18, Buy: 3076, Sell: 3076, Change: 6.15, ChangePercent: 0.2, Volume: 978, High: 3078, Low: 3066, YearlyHigh: 3406, YearlyLow: 2746, YearlyStart: 3076, YearlyChange: 0, Settlement: `Cash`, Contract: `Options`, Region: `Africa`, Country: `South Africa`, Risk: `High`, Sector: `Private`, Currency: `PLN`, Security: `High`, Issuer: `FedEx`, Maturity: `2022-06-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 665 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Oil`, Spread: 0.015, Open: 45.54, Price: 46.12, Buy: 45.78, Sell: 45.8, Change: 0.33, ChangePercent: 0.72, Volume: 107196, High: 45.94, Low: 45, YearlyHigh: 65.28, YearlyLow: 30.79, YearlyStart: 48.03, YearlyChange: -4.67, Settlement: `Cash`, Contract: `Futures`, Region: `Africa`, Country: `Senegal`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-02-23`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 666 }), + new FinancialDataAllItem({ Category: `Index`, Type: `DOW Future`, Spread: 0.01, Open: 17711, Price: 17995.55, Buy: 17712.15, Sell: 17712.16, Change: 283.4, ChangePercent: 1.6, Volume: 22236, High: 17727, Low: 17642, YearlyHigh: 18083, YearlyLow: 15299, YearlyStart: 16691, YearlyChange: 6.12, Settlement: `Credit`, Contract: `Futures`, Region: `Europe`, Country: `Romania`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-06-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 667 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Corn`, Spread: 0.01, Open: 379.5, Price: 384.82, Buy: 379.8, Sell: 379.81, Change: 5.02, ChangePercent: 1.32, Volume: 11266, High: 381, Low: 377.75, YearlyHigh: 471.25, YearlyLow: 351.25, YearlyStart: 411.25, YearlyChange: -7.65, Settlement: `Cash`, Contract: `Futures`, Region: `Europe`, Country: `Romania`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-04-16`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 668 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `FD Cattle`, Spread: 0.01, Open: 147.175, Price: 148.78, Buy: 148.6, Sell: 148.61, Change: 0.17, ChangePercent: 0.12, Volume: 5, High: 148.61, Low: 147.18, YearlyHigh: 190, YearlyLow: 138.1, YearlyStart: 164.05, YearlyChange: -9.41, Settlement: `Credit`, Contract: `Swap`, Region: `Asia Pacific`, Country: `Korea`, Risk: `Low`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-07-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 669 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `LV Cattle`, Spread: 0.01, Open: 120.725, Price: 121.43, Buy: 120.72, Sell: 120.72, Change: 0.73, ChangePercent: 0.6, Volume: 4, High: 120.72, Low: 120.72, YearlyHigh: 147.98, YearlyLow: 113.9, YearlyStart: 130.94, YearlyChange: -7.82, Settlement: `Cash`, Contract: `Options`, Region: `Europe`, Country: `Italy`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-03-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 670 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Palladium`, Spread: 0.01, Open: 600.55, Price: 610.14, Buy: 601, Sell: 601.01, Change: 9.14, ChangePercent: 1.52, Volume: 651, High: 607.2, Low: 598.4, YearlyHigh: 690, YearlyLow: 458.6, YearlyStart: 574.3, YearlyChange: 4.65, Settlement: `Loan`, Contract: `Forwards`, Region: `North America`, Country: `Mexico`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-05-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 671 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `AUD/USD`, Spread: 0.02, Open: 0.7344, Price: 0.76, Buy: 0.73, Sell: 0.73, Change: 0.02, ChangePercent: 1.8, Volume: 36764, High: 0.74, Low: 0.73, YearlyHigh: 0.79, YearlyLow: 0.68, YearlyStart: 0.73, YearlyChange: 1.28, Settlement: `Credit`, Contract: `Futures`, Region: `Africa`, Country: `Libya`, Risk: `High`, Sector: `Public`, Currency: `USD`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-02-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 672 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `AUD/USD`, Spread: 0.02, Open: 0.7344, Price: 0.76, Buy: 0.73, Sell: 0.73, Change: 0.02, ChangePercent: 1.88, Volume: 36764, High: 0.74, Low: 0.73, YearlyHigh: 0.79, YearlyLow: 0.68, YearlyStart: 0.73, YearlyChange: 1.28, Settlement: `Loan`, Contract: `Futures`, Region: `Africa`, Country: `Cameroon`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `High`, Issuer: `FedEx`, Maturity: `2022-06-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 673 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Silver`, Spread: 0.01, Open: 17.43, Price: 17.58, Buy: 17.43, Sell: 17.43, Change: 0.16, ChangePercent: 0.92, Volume: 11720, High: 17.51, Low: 17.37, YearlyHigh: 18.06, YearlyLow: 13.73, YearlyStart: 15.89, YearlyChange: 9.59, Settlement: `Loan`, Contract: `Futures`, Region: `Europe`, Country: `Germany`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-02-27`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 674 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soy oil`, Spread: 0.01, Open: 33.26, Price: 33.7, Buy: 33.77, Sell: 33.78, Change: -0.07, ChangePercent: -0.2, Volume: 10592, High: 33.77, Low: 33.06, YearlyHigh: 35.43, YearlyLow: 26.61, YearlyStart: 31.02, YearlyChange: 8.87, Settlement: `Loan`, Contract: `Futures`, Region: `Africa`, Country: `Cameroon`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-05-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 675 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Corn`, Spread: 0.01, Open: 379.5, Price: 377.52, Buy: 379.8, Sell: 379.81, Change: -2.28, ChangePercent: -0.6, Volume: 11266, High: 381, Low: 377.75, YearlyHigh: 471.25, YearlyLow: 351.25, YearlyStart: 411.25, YearlyChange: -7.65, Settlement: `Loan`, Contract: `Forwards`, Region: `Middle East`, Country: `Iraq`, Risk: `Low`, Sector: `Public`, Currency: `USD`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-03-10`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 676 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `US 2Y Future`, Spread: 0.01, Open: 109.3984, Price: 110.18, Buy: 109.4, Sell: 109.4, Change: 0.79, ChangePercent: 0.72, Volume: 17742, High: 109.41, Low: 109.38, YearlyHigh: 109.8, YearlyLow: 108.62, YearlyStart: 109.21, YearlyChange: 0.16, Settlement: `Cash`, Contract: `Options`, Region: `Middle East`, Country: `Iraq`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-05-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 677 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/JPY`, Spread: 0.02, Open: 9275.5, Price: 9336.71, Buy: 9277.32, Sell: 9277.34, Change: 59.38, ChangePercent: 0.64, Volume: 47734, High: 9277.33, Low: 0.93, YearlyHigh: 9483, YearlyLow: 0.93, YearlyStart: 4741.97, YearlyChange: 95.64, Settlement: `Credit`, Contract: `Options`, Region: `Europe`, Country: `Czechia`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-08-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 678 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soy Meat`, Spread: 0.01, Open: 342.6, Price: 348.65, Buy: 342.6, Sell: 342.6, Change: 6.03, ChangePercent: 1.76, Volume: 5646, High: 345.4, Low: 340.3, YearlyHigh: 353.4, YearlyLow: 261.7, YearlyStart: 307.55, YearlyChange: 11.4, Settlement: `Credit`, Contract: `Futures`, Region: `Middle East`, Country: `Iraq`, Risk: `Low`, Sector: `Government`, Currency: `USD`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-02-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 679 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `US 30YR Future`, Spread: 0.01, Open: 164.875, Price: 164.75, Buy: 164.15, Sell: 164.16, Change: 0.59, ChangePercent: 0.36, Volume: 28012, High: 165.25, Low: 164.04, YearlyHigh: 169.38, YearlyLow: 151.47, YearlyStart: 160.43, YearlyChange: 2.33, Settlement: `Credit`, Contract: `CFD`, Region: `Asia Pacific`, Country: `Japan`, Risk: `Low`, Sector: `Public`, Currency: `PLN`, Security: `High`, Issuer: `FedEx`, Maturity: `2022-08-21`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 680 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `LV Cattle`, Spread: 0.01, Open: 120.725, Price: 123.02, Buy: 120.72, Sell: 120.72, Change: 2.31, ChangePercent: 1.92, Volume: 4, High: 120.72, Low: 120.72, YearlyHigh: 147.98, YearlyLow: 113.9, YearlyStart: 130.94, YearlyChange: -7.82, Settlement: `Loan`, Contract: `Futures`, Region: `Europe`, Country: `Hungary`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-07-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 681 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P 600 MINI`, Spread: 0.01, Open: 687.9, Price: 679.08, Buy: 687.9, Sell: 687.9, Change: -8.8, ChangePercent: -1.28, Volume: 0, High: 0, Low: 0, YearlyHigh: 620.32, YearlyLow: 595.9, YearlyStart: 608.11, YearlyChange: 13.12, Settlement: `Credit`, Contract: `Swap`, Region: `Middle East`, Country: `Lebanon`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-07-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 682 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P Future`, Spread: 0.01, Open: 2057.5, Price: 2031.1, Buy: 2056.6, Sell: 2056.61, Change: -25.5, ChangePercent: -1.24, Volume: 142780, High: 2059.5, Low: 2049, YearlyHigh: 2105.5, YearlyLow: 1794.5, YearlyStart: 1950, YearlyChange: 5.47, Settlement: `Loan`, Contract: `Options`, Region: `Middle East`, Country: `Saudi Arabia`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-02-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 683 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Silver`, Spread: 0.01, Open: 17.43, Price: 17.17, Buy: 17.43, Sell: 17.43, Change: -0.25, ChangePercent: -1.44, Volume: 11720, High: 17.51, Low: 17.37, YearlyHigh: 18.06, YearlyLow: 13.73, YearlyStart: 15.89, YearlyChange: 9.59, Settlement: `Loan`, Contract: `Options`, Region: `North America`, Country: `United States`, Risk: `High`, Sector: `Private`, Currency: `PLN`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-01-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 684 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `AUD/USD`, Spread: 0.02, Open: 0.7344, Price: 0.76, Buy: 0.73, Sell: 0.73, Change: 0.02, ChangePercent: 1.68, Volume: 36764, High: 0.74, Low: 0.73, YearlyHigh: 0.79, YearlyLow: 0.68, YearlyStart: 0.73, YearlyChange: 1.28, Settlement: `Cash`, Contract: `Options`, Region: `Africa`, Country: `Tunisia`, Risk: `Low`, Sector: `Public`, Currency: `PLN`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-07-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 685 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Cocoa`, Spread: 0.01, Open: 3076, Price: 3116.63, Buy: 3076, Sell: 3076, Change: 40.6, ChangePercent: 1.32, Volume: 978, High: 3078, Low: 3066, YearlyHigh: 3406, YearlyLow: 2746, YearlyStart: 3076, YearlyChange: 0, Settlement: `Loan`, Contract: `Futures`, Region: `Asia Pacific`, Country: `China`, Risk: `Low`, Sector: `Public`, Currency: `USD`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-02-21`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 686 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Coal`, Spread: 0.015, Open: 0.4363, Price: 0.42, Buy: 0.44, Sell: 0.44, Change: 0, ChangePercent: 0.72, Volume: 3, High: 0.44, Low: 0.44, YearlyHigh: 0.48, YearlyLow: 0.4, YearlyStart: 0.44, YearlyChange: -5.33, Settlement: `Cash`, Contract: `CFD`, Region: `Europe`, Country: `Greece`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-02-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 687 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Gold`, Spread: 0.01, Open: 1281.1, Price: 1278.17, Buy: 1280.73, Sell: 1280.74, Change: -2.56, ChangePercent: -0.2, Volume: 48387, High: 1289.5, Low: 1279.1, YearlyHigh: 1306, YearlyLow: 1047.2, YearlyStart: 1176.6, YearlyChange: 8.85, Settlement: `Loan`, Contract: `Futures`, Region: `Africa`, Country: `Libya`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-03-23`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 688 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `BTC/USD`, Spread: 0.06, Open: 93.88, Price: 20589.16, Buy: 21200.76, Sell: 21400.78, Change: -411.61, ChangePercent: -1.96, Volume: 5788000, High: 22400.05, Low: 20100.75, YearlyHigh: 62400.7, YearlyLow: 15100.88, YearlyStart: 21200.29, YearlyChange: -20.62, Settlement: `Credit`, Contract: `Forwards`, Region: `Asia Pacific`, Country: `Australia`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-05-23`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 689 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Natural Gas`, Spread: 0.02, Open: 2.094, Price: 2.08, Buy: 2.09, Sell: 2.09, Change: -0.02, ChangePercent: -1.32, Volume: 2783, High: 2.11, Low: 2.09, YearlyHigh: 3.2, YearlyLow: 1.84, YearlyStart: 2.52, YearlyChange: -16.51, Settlement: `Cash`, Contract: `Swap`, Region: `Europe`, Country: `Switzerland`, Risk: `Low`, Sector: `Public`, Currency: `PLN`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-06-19`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 690 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `OJ Future`, Spread: 0.01, Open: 140.6, Price: 141.76, Buy: 140.18, Sell: 140.19, Change: 1.57, ChangePercent: 1.12, Volume: 7, High: 140.19, Low: 0, YearlyHigh: 155.95, YearlyLow: 113, YearlyStart: 134.47, YearlyChange: 4.25, Settlement: `Credit`, Contract: `Options`, Region: `Middle East`, Country: `Jordan`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-02-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 691 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Copper`, Spread: 0.02, Open: 2.123, Price: 2.08, Buy: 2.12, Sell: 2.12, Change: -0.03, ChangePercent: -1.56, Volume: 28819, High: 2.16, Low: 2.11, YearlyHigh: 2.94, YearlyLow: 1.96, YearlyStart: 2.45, YearlyChange: -13.76, Settlement: `Cash`, Contract: `CFD`, Region: `Asia Pacific`, Country: `Hong Kong`, Risk: `Low`, Sector: `Public`, Currency: `USD`, Security: `Poor`, Issuer: `American Airlines`, Maturity: `2022-06-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 692 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Palladium`, Spread: 0.01, Open: 600.55, Price: 599.8, Buy: 601, Sell: 601.01, Change: -1.2, ChangePercent: -0.2, Volume: 651, High: 607.2, Low: 598.4, YearlyHigh: 690, YearlyLow: 458.6, YearlyStart: 574.3, YearlyChange: 4.65, Settlement: `Credit`, Contract: `Options`, Region: `Asia Pacific`, Country: `India`, Risk: `Low`, Sector: `Government`, Currency: `PLN`, Security: `High`, Issuer: `FedEx`, Maturity: `2022-04-24`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 693 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soy Meat`, Spread: 0.01, Open: 342.6, Price: 337.96, Buy: 342.6, Sell: 342.6, Change: -4.66, ChangePercent: -1.36, Volume: 5646, High: 345.4, Low: 340.3, YearlyHigh: 353.4, YearlyLow: 261.7, YearlyStart: 307.55, YearlyChange: 11.4, Settlement: `Cash`, Contract: `CFD`, Region: `Asia Pacific`, Country: `India`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-03-21`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 694 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `US 30YR Future`, Spread: 0.01, Open: 164.875, Price: 164.09, Buy: 164.15, Sell: 164.16, Change: -0.07, ChangePercent: -0.04, Volume: 28012, High: 165.25, Low: 164.04, YearlyHigh: 169.38, YearlyLow: 151.47, YearlyStart: 160.43, YearlyChange: 2.33, Settlement: `Credit`, Contract: `Futures`, Region: `Africa`, Country: `Ethiopia`, Risk: `Low`, Sector: `Public`, Currency: `PLN`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-05-11`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 695 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soy oil`, Spread: 0.01, Open: 33.26, Price: 33.5, Buy: 33.77, Sell: 33.78, Change: -0.27, ChangePercent: -0.8, Volume: 10592, High: 33.77, Low: 33.06, YearlyHigh: 35.43, YearlyLow: 26.61, YearlyStart: 31.02, YearlyChange: 8.87, Settlement: `Credit`, Contract: `Options`, Region: `Africa`, Country: `Ethiopia`, Risk: `Low`, Sector: `Government`, Currency: `PLN`, Security: `High`, Issuer: `FedEx`, Maturity: `2022-03-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 696 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Gold`, Spread: 0.01, Open: 1281.1, Price: 1257.68, Buy: 1280.73, Sell: 1280.74, Change: -23.05, ChangePercent: -1.8, Volume: 48387, High: 1289.5, Low: 1279.1, YearlyHigh: 1306, YearlyLow: 1047.2, YearlyStart: 1176.6, YearlyChange: 8.85, Settlement: `Loan`, Contract: `Options`, Region: `Europe`, Country: `Italy`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-04-21`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 697 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Milk`, Spread: 0.01, Open: 12.87, Price: 12.98, Buy: 12.87, Sell: 12.87, Change: 0.12, ChangePercent: 0.96, Volume: 7, High: 12.89, Low: 12.81, YearlyHigh: 16.96, YearlyLow: 12.81, YearlyStart: 14.88, YearlyChange: -13.6, Settlement: `Loan`, Contract: `Forwards`, Region: `North America`, Country: `United States`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-05-22`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 698 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `AUD/USD`, Spread: 0.02, Open: 0.7344, Price: 0.75, Buy: 0.73, Sell: 0.73, Change: 0.01, ChangePercent: 1.32, Volume: 36764, High: 0.74, Low: 0.73, YearlyHigh: 0.79, YearlyLow: 0.68, YearlyStart: 0.73, YearlyChange: 1.28, Settlement: `Cash`, Contract: `Futures`, Region: `Europe`, Country: `Czechia`, Risk: `Low`, Sector: `Public`, Currency: `EUR`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-07-21`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 699 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `FD Cattle`, Spread: 0.01, Open: 147.175, Price: 147.66, Buy: 148.6, Sell: 148.61, Change: -0.95, ChangePercent: -0.64, Volume: 5, High: 148.61, Low: 147.18, YearlyHigh: 190, YearlyLow: 138.1, YearlyStart: 164.05, YearlyChange: -9.41, Settlement: `Loan`, Contract: `Swap`, Region: `Africa`, Country: `Cameroon`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-09-21`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 700 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Gold`, Spread: 0.01, Open: 1281.1, Price: 1299.17, Buy: 1280.73, Sell: 1280.74, Change: 18.44, ChangePercent: 1.44, Volume: 48387, High: 1289.5, Low: 1279.1, YearlyHigh: 1306, YearlyLow: 1047.2, YearlyStart: 1176.6, YearlyChange: 8.85, Settlement: `Cash`, Contract: `Swap`, Region: `South America`, Country: `Ecuador`, Risk: `High`, Sector: `Public`, Currency: `USD`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-07-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 701 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `FD Cattle`, Spread: 0.01, Open: 147.175, Price: 149.44, Buy: 148.6, Sell: 148.61, Change: 0.83, ChangePercent: 0.56, Volume: 5, High: 148.61, Low: 147.18, YearlyHigh: 190, YearlyLow: 138.1, YearlyStart: 164.05, YearlyChange: -9.41, Settlement: `Loan`, Contract: `Swap`, Region: `Africa`, Country: `Senegal`, Risk: `High`, Sector: `Public`, Currency: `PLN`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-08-23`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 702 }), + new FinancialDataAllItem({ Category: `Index`, Type: `DOW Future`, Spread: 0.01, Open: 17711, Price: 17535.03, Buy: 17712.15, Sell: 17712.16, Change: -177.12, ChangePercent: -1, Volume: 22236, High: 17727, Low: 17642, YearlyHigh: 18083, YearlyLow: 15299, YearlyStart: 16691, YearlyChange: 6.12, Settlement: `Cash`, Contract: `Futures`, Region: `Middle East`, Country: `Kuwait`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-02-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 703 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `BTC/USD`, Spread: 0.06, Open: 93.88, Price: 21101.58, Buy: 21200.76, Sell: 21400.78, Change: 100.81, ChangePercent: 0.48, Volume: 5788000, High: 22400.05, Low: 20100.75, YearlyHigh: 62400.7, YearlyLow: 15100.88, YearlyStart: 21200.29, YearlyChange: -20.62, Settlement: `Credit`, Contract: `Options`, Region: `Middle East`, Country: `Israel`, Risk: `High`, Sector: `Private`, Currency: `PLN`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-06-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 704 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Coal`, Spread: 0.015, Open: 0.4363, Price: 0.41, Buy: 0.44, Sell: 0.44, Change: -0.01, ChangePercent: -0.72, Volume: 3, High: 0.44, Low: 0.44, YearlyHigh: 0.48, YearlyLow: 0.4, YearlyStart: 0.44, YearlyChange: -5.33, Settlement: `Loan`, Contract: `Options`, Region: `North America`, Country: `Canada`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-03-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 705 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Sugar`, Spread: 0.01, Open: 15.68, Price: 14.55, Buy: 14.67, Sell: 14.68, Change: -0.12, ChangePercent: -0.84, Volume: 4949, High: 15.7, Low: 14.67, YearlyHigh: 16.87, YearlyLow: 11.37, YearlyStart: 14.12, YearlyChange: 3.92, Settlement: `Cash`, Contract: `Swap`, Region: `Middle East`, Country: `Israel`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-01-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 706 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `BTC/USD`, Spread: 0.06, Open: 93.88, Price: 20656.36, Buy: 21200.76, Sell: 21400.78, Change: -344.41, ChangePercent: -1.64, Volume: 5788000, High: 22400.05, Low: 20100.75, YearlyHigh: 62400.7, YearlyLow: 15100.88, YearlyStart: 21200.29, YearlyChange: -20.62, Settlement: `Cash`, Contract: `Futures`, Region: `Europe`, Country: `Denmark`, Risk: `High`, Sector: `Public`, Currency: `USD`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-02-21`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 707 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soybean`, Spread: 0.01, Open: 1038, Price: 1039.03, Buy: 1038.61, Sell: 1038.62, Change: 0.41, ChangePercent: 0.04, Volume: 20356, High: 1044, Low: 1031.75, YearlyHigh: 1057, YearlyLow: 859.5, YearlyStart: 958.25, YearlyChange: 8.39, Settlement: `Cash`, Contract: `Forwards`, Region: `North America`, Country: `Canada`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-06-21`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 708 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P MID MINI`, Spread: 0.01, Open: 1454.3, Price: 1430.16, Buy: 1455.78, Sell: 1455.79, Change: -25.62, ChangePercent: -1.76, Volume: 338, High: 1455.78, Low: 1448, YearlyHigh: 1527.3, YearlyLow: 1236, YearlyStart: 1381.65, YearlyChange: 5.37, Settlement: `Credit`, Contract: `Options`, Region: `South America`, Country: `Chile`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `High`, Issuer: `FedEx`, Maturity: `2022-01-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 709 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soybean`, Spread: 0.01, Open: 1038, Price: 1040.69, Buy: 1038.61, Sell: 1038.62, Change: 2.07, ChangePercent: 0.2, Volume: 20356, High: 1044, Low: 1031.75, YearlyHigh: 1057, YearlyLow: 859.5, YearlyStart: 958.25, YearlyChange: 8.39, Settlement: `Cash`, Contract: `Options`, Region: `South America`, Country: `Guyana`, Risk: `High`, Sector: `Government`, Currency: `USD`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-06-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 710 }), + new FinancialDataAllItem({ Category: `Index`, Type: `DOW Future`, Spread: 0.01, Open: 17711, Price: 17924.7, Buy: 17712.15, Sell: 17712.16, Change: 212.55, ChangePercent: 1.2, Volume: 22236, High: 17727, Low: 17642, YearlyHigh: 18083, YearlyLow: 15299, YearlyStart: 16691, YearlyChange: 6.12, Settlement: `Loan`, Contract: `Swap`, Region: `Middle East`, Country: `Lebanon`, Risk: `High`, Sector: `Public`, Currency: `USD`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-09-23`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 711 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `LV Cattle`, Spread: 0.01, Open: 120.725, Price: 119.69, Buy: 120.72, Sell: 120.72, Change: -1.02, ChangePercent: -0.84, Volume: 4, High: 120.72, Low: 120.72, YearlyHigh: 147.98, YearlyLow: 113.9, YearlyStart: 130.94, YearlyChange: -7.82, Settlement: `Loan`, Contract: `Swap`, Region: `Europe`, Country: `United Kingdom`, Risk: `High`, Sector: `Government`, Currency: `PLN`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-06-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 712 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `US 30YR Future`, Spread: 0.01, Open: 164.875, Price: 163.3, Buy: 164.15, Sell: 164.16, Change: -0.86, ChangePercent: -0.52, Volume: 28012, High: 165.25, Low: 164.04, YearlyHigh: 169.38, YearlyLow: 151.47, YearlyStart: 160.43, YearlyChange: 2.33, Settlement: `Credit`, Contract: `Futures`, Region: `Europe`, Country: `Portugal`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-02-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 713 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Oats`, Spread: 0.01, Open: 194.5, Price: 194.61, Buy: 194.21, Sell: 194.22, Change: 0.39, ChangePercent: 0.2, Volume: 64, High: 195.75, Low: 194, YearlyHigh: 241.25, YearlyLow: 183.75, YearlyStart: 212.5, YearlyChange: -8.6, Settlement: `Cash`, Contract: `Futures`, Region: `Asia Pacific`, Country: `Thailand`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `Poor`, Issuer: `American Airlines`, Maturity: `2022-04-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 714 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Wheat`, Spread: 0.01, Open: 465.5, Price: 468.31, Buy: 465.5, Sell: 465.5, Change: 2.79, ChangePercent: 0.6, Volume: 4318, High: 467, Low: 463.25, YearlyHigh: 628.5, YearlyLow: 449.5, YearlyStart: 539, YearlyChange: -13.63, Settlement: `Cash`, Contract: `Swap`, Region: `North America`, Country: `Mexico`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-01-23`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 715 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Ethanol`, Spread: 0.01, Open: 1.512, Price: 2.71, Buy: 2.75, Sell: 2.76, Change: -0.04, ChangePercent: -1.44, Volume: 14, High: 2.75, Low: 1.12, YearlyHigh: 2.75, YearlyLow: 1.12, YearlyStart: 1.48, YearlyChange: 86.7, Settlement: `Loan`, Contract: `Futures`, Region: `Europe`, Country: `Croatia`, Risk: `Low`, Sector: `Government`, Currency: `USD`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-08-11`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 716 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soybean`, Spread: 0.01, Open: 1038, Price: 1053.16, Buy: 1038.61, Sell: 1038.62, Change: 14.54, ChangePercent: 1.4, Volume: 20356, High: 1044, Low: 1031.75, YearlyHigh: 1057, YearlyLow: 859.5, YearlyStart: 958.25, YearlyChange: 8.39, Settlement: `Loan`, Contract: `Swap`, Region: `Africa`, Country: `Libya`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-05-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 717 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soy Meat`, Spread: 0.01, Open: 342.6, Price: 341.39, Buy: 342.6, Sell: 342.6, Change: -1.23, ChangePercent: -0.36, Volume: 5646, High: 345.4, Low: 340.3, YearlyHigh: 353.4, YearlyLow: 261.7, YearlyStart: 307.55, YearlyChange: 11.4, Settlement: `Cash`, Contract: `Futures`, Region: `South America`, Country: `Brazil`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-04-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 718 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `US 30YR Future`, Spread: 0.01, Open: 164.875, Price: 163.83, Buy: 164.15, Sell: 164.16, Change: -0.33, ChangePercent: -0.2, Volume: 28012, High: 165.25, Low: 164.04, YearlyHigh: 169.38, YearlyLow: 151.47, YearlyStart: 160.43, YearlyChange: 2.33, Settlement: `Credit`, Contract: `Swap`, Region: `Middle East`, Country: `Saudi Arabia`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-06-23`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 719 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Milk`, Spread: 0.01, Open: 12.87, Price: 12.94, Buy: 12.87, Sell: 12.87, Change: 0.08, ChangePercent: 0.64, Volume: 7, High: 12.89, Low: 12.81, YearlyHigh: 16.96, YearlyLow: 12.81, YearlyStart: 14.88, YearlyChange: -13.6, Settlement: `Loan`, Contract: `Forwards`, Region: `Asia Pacific`, Country: `Taiwan`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-01-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 720 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Platinum`, Spread: 0.01, Open: 1071.6, Price: 1070.67, Buy: 1071.09, Sell: 1071.1, Change: -0.43, ChangePercent: -0.04, Volume: 3039, High: 1081.2, Low: 1070.5, YearlyHigh: 1120.6, YearlyLow: 812.4, YearlyStart: 966.5, YearlyChange: 10.82, Settlement: `Loan`, Contract: `CFD`, Region: `Africa`, Country: `Morocco`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-02-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 721 }), + new FinancialDataAllItem({ Category: `Index`, Type: `DOW Future`, Spread: 0.01, Open: 17711, Price: 17683.81, Buy: 17712.15, Sell: 17712.16, Change: -28.34, ChangePercent: -0.16, Volume: 22236, High: 17727, Low: 17642, YearlyHigh: 18083, YearlyLow: 15299, YearlyStart: 16691, YearlyChange: 6.12, Settlement: `Credit`, Contract: `Forwards`, Region: `Asia Pacific`, Country: `Australia`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-03-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 722 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P 600 MINI`, Spread: 0.01, Open: 687.9, Price: 691.18, Buy: 687.9, Sell: 687.9, Change: 3.3, ChangePercent: 0.48, Volume: 0, High: 0, Low: 0, YearlyHigh: 620.32, YearlyLow: 595.9, YearlyStart: 608.11, YearlyChange: 13.12, Settlement: `Credit`, Contract: `Forwards`, Region: `Asia Pacific`, Country: `Japan`, Risk: `Low`, Sector: `Public`, Currency: `EUR`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-08-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 723 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P MID MINI`, Spread: 0.01, Open: 1454.3, Price: 1459.28, Buy: 1455.78, Sell: 1455.79, Change: 3.5, ChangePercent: 0.24, Volume: 338, High: 1455.78, Low: 1448, YearlyHigh: 1527.3, YearlyLow: 1236, YearlyStart: 1381.65, YearlyChange: 5.37, Settlement: `Loan`, Contract: `Futures`, Region: `Africa`, Country: `Morocco`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-08-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 724 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Uranium`, Spread: 0.02, Open: 27.55, Price: 27.19, Buy: 27.55, Sell: 27.55, Change: -0.39, ChangePercent: -1.4, Volume: 12, High: 27.55, Low: 27.55, YearlyHigh: 29.32, YearlyLow: 21.28, YearlyStart: 25.3, YearlyChange: 9.01, Settlement: `Cash`, Contract: `Options`, Region: `Asia Pacific`, Country: `Pakistan`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-08-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 725 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Sugar`, Spread: 0.01, Open: 15.68, Price: 14.74, Buy: 14.67, Sell: 14.68, Change: 0.07, ChangePercent: 0.48, Volume: 4949, High: 15.7, Low: 14.67, YearlyHigh: 16.87, YearlyLow: 11.37, YearlyStart: 14.12, YearlyChange: 3.92, Settlement: `Cash`, Contract: `Swap`, Region: `Africa`, Country: `Ethiopia`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-08-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 726 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `FD Cattle`, Spread: 0.01, Open: 147.175, Price: 146.23, Buy: 148.6, Sell: 148.61, Change: -2.38, ChangePercent: -1.6, Volume: 5, High: 148.61, Low: 147.18, YearlyHigh: 190, YearlyLow: 138.1, YearlyStart: 164.05, YearlyChange: -9.41, Settlement: `Credit`, Contract: `Options`, Region: `Africa`, Country: `Tunisia`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-08-11`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 727 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Ethanol`, Spread: 0.01, Open: 1.512, Price: 2.8, Buy: 2.75, Sell: 2.76, Change: 0.05, ChangePercent: 1.56, Volume: 14, High: 2.75, Low: 1.12, YearlyHigh: 2.75, YearlyLow: 1.12, YearlyStart: 1.48, YearlyChange: 86.7, Settlement: `Loan`, Contract: `Options`, Region: `Middle East`, Country: `Israel`, Risk: `High`, Sector: `Government`, Currency: `USD`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-07-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 728 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Gold`, Spread: 0.01, Open: 1281.1, Price: 1271, Buy: 1280.73, Sell: 1280.74, Change: -9.73, ChangePercent: -0.76, Volume: 48387, High: 1289.5, Low: 1279.1, YearlyHigh: 1306, YearlyLow: 1047.2, YearlyStart: 1176.6, YearlyChange: 8.85, Settlement: `Cash`, Contract: `Forwards`, Region: `Europe`, Country: `Poland`, Risk: `Low`, Sector: `Government`, Currency: `PLN`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-05-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 729 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `OJ Future`, Spread: 0.01, Open: 140.6, Price: 142.26, Buy: 140.18, Sell: 140.19, Change: 2.07, ChangePercent: 1.48, Volume: 7, High: 140.19, Low: 0, YearlyHigh: 155.95, YearlyLow: 113, YearlyStart: 134.47, YearlyChange: 4.25, Settlement: `Credit`, Contract: `Swap`, Region: `Africa`, Country: `Cameroon`, Risk: `Low`, Sector: `Public`, Currency: `PLN`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-07-24`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 730 }), + new FinancialDataAllItem({ Category: `Index`, Type: `NAS Future`, Spread: 0.01, Open: 4341.25, Price: 4271.82, Buy: 4341.25, Sell: 4341.25, Change: -69.46, ChangePercent: -1.6, Volume: 18259, High: 4347, Low: 4318, YearlyHigh: 4719.75, YearlyLow: 3867.75, YearlyStart: 4293.75, YearlyChange: 1.11, Settlement: `Credit`, Contract: `Futures`, Region: `Middle East`, Country: `Lebanon`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-06-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 731 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Rice`, Spread: 0.01, Open: 11.245, Price: 10.41, Buy: 10.41, Sell: 10.42, Change: -0.01, ChangePercent: -0.04, Volume: 220, High: 11.38, Low: 10.42, YearlyHigh: 14.14, YearlyLow: 9.7, YearlyStart: 11.92, YearlyChange: -12.62, Settlement: `Credit`, Contract: `Options`, Region: `Asia Pacific`, Country: `New Zealand`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `Poor`, Issuer: `FedEx`, Maturity: `2022-01-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 732 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Rice`, Spread: 0.01, Open: 11.245, Price: 10.52, Buy: 10.41, Sell: 10.42, Change: 0.1, ChangePercent: 1, Volume: 220, High: 11.38, Low: 10.42, YearlyHigh: 14.14, YearlyLow: 9.7, YearlyStart: 11.92, YearlyChange: -12.62, Settlement: `Loan`, Contract: `Futures`, Region: `Middle East`, Country: `Qatar`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `High`, Issuer: `FedEx`, Maturity: `2022-08-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 733 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `LV Cattle`, Spread: 0.01, Open: 120.725, Price: 119.79, Buy: 120.72, Sell: 120.72, Change: -0.91, ChangePercent: -0.76, Volume: 4, High: 120.72, Low: 120.72, YearlyHigh: 147.98, YearlyLow: 113.9, YearlyStart: 130.94, YearlyChange: -7.82, Settlement: `Cash`, Contract: `Options`, Region: `Africa`, Country: `Niger`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-03-21`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 734 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `Lean Hogs`, Spread: 0.01, Open: 81.275, Price: 83.39, Buy: 81.81, Sell: 81.82, Change: 1.58, ChangePercent: 1.92, Volume: 1, High: 81.81, Low: 81.28, YearlyHigh: 83.98, YearlyLow: 70.25, YearlyStart: 77.11, YearlyChange: 6.09, Settlement: `Cash`, Contract: `Forwards`, Region: `Asia Pacific`, Country: `Australia`, Risk: `Low`, Sector: `Government`, Currency: `PLN`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-05-16`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 735 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/CAD`, Spread: 0.02, Open: 0.7744, Price: 0.94, Buy: 0.94, Sell: 0.96, Change: -0.01, ChangePercent: -1.08, Volume: 13669, High: 0.95, Low: 0.77, YearlyHigh: 0.95, YearlyLow: 0.68, YearlyStart: 0.76, YearlyChange: 26.43, Settlement: `Credit`, Contract: `Options`, Region: `Asia Pacific`, Country: `Taiwan`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-03-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 736 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `GBP/USD`, Spread: 0.02, Open: 1.4464, Price: 1.19, Buy: 1.18, Sell: 1.2, Change: 0, ChangePercent: -0.4, Volume: 29450, High: 1.45, Low: 1.19, YearlyHigh: 1.59, YearlyLow: 1.19, YearlyStart: 1.49, YearlyChange: -19.59, Settlement: `Credit`, Contract: `Options`, Region: `Africa`, Country: `Senegal`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-05-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 737 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Milk`, Spread: 0.01, Open: 12.87, Price: 12.69, Buy: 12.87, Sell: 12.87, Change: -0.17, ChangePercent: -1.36, Volume: 7, High: 12.89, Low: 12.81, YearlyHigh: 16.96, YearlyLow: 12.81, YearlyStart: 14.88, YearlyChange: -13.6, Settlement: `Credit`, Contract: `Swap`, Region: `Africa`, Country: `Niger`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-05-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 738 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Gold`, Spread: 0.01, Open: 1281.1, Price: 1262.29, Buy: 1280.73, Sell: 1280.74, Change: -18.44, ChangePercent: -1.44, Volume: 48387, High: 1289.5, Low: 1279.1, YearlyHigh: 1306, YearlyLow: 1047.2, YearlyStart: 1176.6, YearlyChange: 8.85, Settlement: `Cash`, Contract: `Swap`, Region: `Middle East`, Country: `Oman`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-07-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 739 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P MID MINI`, Spread: 0.01, Open: 1454.3, Price: 1437.15, Buy: 1455.78, Sell: 1455.79, Change: -18.63, ChangePercent: -1.28, Volume: 338, High: 1455.78, Low: 1448, YearlyHigh: 1527.3, YearlyLow: 1236, YearlyStart: 1381.65, YearlyChange: 5.37, Settlement: `Cash`, Contract: `Futures`, Region: `Asia Pacific`, Country: `Korea`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-02-16`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 740 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Coffee`, Spread: 0.01, Open: 125.7, Price: 123.53, Buy: 125.7, Sell: 125.7, Change: -2.16, ChangePercent: -1.72, Volume: 1654, High: 125.8, Low: 125, YearlyHigh: 155.75, YearlyLow: 115.35, YearlyStart: 135.55, YearlyChange: -7.27, Settlement: `Cash`, Contract: `Forwards`, Region: `North America`, Country: `Canada`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-05-16`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 741 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soybean`, Spread: 0.01, Open: 1038, Price: 1030.72, Buy: 1038.61, Sell: 1038.62, Change: -7.9, ChangePercent: -0.76, Volume: 20356, High: 1044, Low: 1031.75, YearlyHigh: 1057, YearlyLow: 859.5, YearlyStart: 958.25, YearlyChange: 8.39, Settlement: `Loan`, Contract: `Futures`, Region: `Europe`, Country: `Portugal`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-02-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 742 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Gold`, Spread: 0.01, Open: 1281.1, Price: 1296.1, Buy: 1280.73, Sell: 1280.74, Change: 15.37, ChangePercent: 1.2, Volume: 48387, High: 1289.5, Low: 1279.1, YearlyHigh: 1306, YearlyLow: 1047.2, YearlyStart: 1176.6, YearlyChange: 8.85, Settlement: `Credit`, Contract: `Swap`, Region: `Asia Pacific`, Country: `Malaysia`, Risk: `High`, Sector: `Public`, Currency: `PLN`, Security: `Poor`, Issuer: `FedEx`, Maturity: `2022-01-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 743 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Oats`, Spread: 0.01, Open: 194.5, Price: 195.54, Buy: 194.21, Sell: 194.22, Change: 1.32, ChangePercent: 0.68, Volume: 64, High: 195.75, Low: 194, YearlyHigh: 241.25, YearlyLow: 183.75, YearlyStart: 212.5, YearlyChange: -8.6, Settlement: `Loan`, Contract: `Forwards`, Region: `Europe`, Country: `Sweden`, Risk: `High`, Sector: `Public`, Currency: `USD`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-08-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 744 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Natural Gas`, Spread: 0.02, Open: 2.094, Price: 2.14, Buy: 2.09, Sell: 2.09, Change: 0.04, ChangePercent: 1.76, Volume: 2783, High: 2.11, Low: 2.09, YearlyHigh: 3.2, YearlyLow: 1.84, YearlyStart: 2.52, YearlyChange: -16.51, Settlement: `Cash`, Contract: `CFD`, Region: `Middle East`, Country: `Lebanon`, Risk: `High`, Sector: `Private`, Currency: `PLN`, Security: `High`, Issuer: `American Airlines`, Maturity: `2022-07-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 745 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Lumber`, Spread: 0.01, Open: 303.9, Price: 309.59, Buy: 304.59, Sell: 304.6, Change: 4.99, ChangePercent: 1.64, Volume: 2, High: 304.6, Low: 303.9, YearlyHigh: 317.1, YearlyLow: 236, YearlyStart: 276.55, YearlyChange: 10.14, Settlement: `Credit`, Contract: `CFD`, Region: `Europe`, Country: `Hungary`, Risk: `Low`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-07-22`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 746 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Rice`, Spread: 0.01, Open: 11.245, Price: 10.42, Buy: 10.41, Sell: 10.42, Change: 0, ChangePercent: 0.04, Volume: 220, High: 11.38, Low: 10.42, YearlyHigh: 14.14, YearlyLow: 9.7, YearlyStart: 11.92, YearlyChange: -12.62, Settlement: `Credit`, Contract: `Swap`, Region: `Asia Pacific`, Country: `Australia`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-08-27`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 747 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Copper`, Spread: 0.02, Open: 2.123, Price: 2.12, Buy: 2.12, Sell: 2.12, Change: 0.01, ChangePercent: 0.12, Volume: 28819, High: 2.16, Low: 2.11, YearlyHigh: 2.94, YearlyLow: 1.96, YearlyStart: 2.45, YearlyChange: -13.76, Settlement: `Cash`, Contract: `Options`, Region: `Africa`, Country: `Egypt`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-03-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 748 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soy oil`, Spread: 0.01, Open: 33.26, Price: 33.26, Buy: 33.77, Sell: 33.78, Change: -0.51, ChangePercent: -1.52, Volume: 10592, High: 33.77, Low: 33.06, YearlyHigh: 35.43, YearlyLow: 26.61, YearlyStart: 31.02, YearlyChange: 8.87, Settlement: `Cash`, Contract: `Options`, Region: `Asia Pacific`, Country: `Taiwan`, Risk: `Low`, Sector: `Public`, Currency: `PLN`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-01-11`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 749 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P Future`, Spread: 0.01, Open: 2057.5, Price: 2038.5, Buy: 2056.6, Sell: 2056.61, Change: -18.1, ChangePercent: -0.88, Volume: 142780, High: 2059.5, Low: 2049, YearlyHigh: 2105.5, YearlyLow: 1794.5, YearlyStart: 1950, YearlyChange: 5.47, Settlement: `Cash`, Contract: `Futures`, Region: `North America`, Country: `Mexico`, Risk: `Low`, Sector: `Government`, Currency: `USD`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-09-27`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 750 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Corn`, Spread: 0.01, Open: 379.5, Price: 374.49, Buy: 379.8, Sell: 379.81, Change: -5.31, ChangePercent: -1.4, Volume: 11266, High: 381, Low: 377.75, YearlyHigh: 471.25, YearlyLow: 351.25, YearlyStart: 411.25, YearlyChange: -7.65, Settlement: `Cash`, Contract: `Options`, Region: `South America`, Country: `Uruguay`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-07-27`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 751 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `FD Cattle`, Spread: 0.01, Open: 147.175, Price: 146.53, Buy: 148.6, Sell: 148.61, Change: -2.08, ChangePercent: -1.4, Volume: 5, High: 148.61, Low: 147.18, YearlyHigh: 190, YearlyLow: 138.1, YearlyStart: 164.05, YearlyChange: -9.41, Settlement: `Loan`, Contract: `Options`, Region: `Europe`, Country: `Finland`, Risk: `Low`, Sector: `Public`, Currency: `PLN`, Security: `High`, Issuer: `FedEx`, Maturity: `2022-04-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 752 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/CHF`, Spread: 0.02, Open: 1.0337, Price: 1.04, Buy: 1.03, Sell: 1.03, Change: 0, ChangePercent: -0.12, Volume: 5550, High: 1.03, Low: 1.03, YearlyHigh: 1.11, YearlyLow: 0.98, YearlyStart: 1.04, YearlyChange: -0.12, Settlement: `Loan`, Contract: `Forwards`, Region: `Africa`, Country: `Tunisia`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `Poor`, Issuer: `American Airlines`, Maturity: `2022-05-22`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 753 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Gold`, Spread: 0.01, Open: 1281.1, Price: 1259.73, Buy: 1280.73, Sell: 1280.74, Change: -21, ChangePercent: -1.64, Volume: 48387, High: 1289.5, Low: 1279.1, YearlyHigh: 1306, YearlyLow: 1047.2, YearlyStart: 1176.6, YearlyChange: 8.85, Settlement: `Loan`, Contract: `Swap`, Region: `Africa`, Country: `Egypt`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-04-19`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 754 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Milk`, Spread: 0.01, Open: 12.87, Price: 12.69, Buy: 12.87, Sell: 12.87, Change: -0.17, ChangePercent: -1.36, Volume: 7, High: 12.89, Low: 12.81, YearlyHigh: 16.96, YearlyLow: 12.81, YearlyStart: 14.88, YearlyChange: -13.6, Settlement: `Credit`, Contract: `CFD`, Region: `North America`, Country: `Mexico`, Risk: `High`, Sector: `Government`, Currency: `USD`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-05-11`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 755 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `FD Cattle`, Spread: 0.01, Open: 147.175, Price: 148.78, Buy: 148.6, Sell: 148.61, Change: 0.17, ChangePercent: 0.12, Volume: 5, High: 148.61, Low: 147.18, YearlyHigh: 190, YearlyLow: 138.1, YearlyStart: 164.05, YearlyChange: -9.41, Settlement: `Loan`, Contract: `Swap`, Region: `Middle East`, Country: `Syria`, Risk: `High`, Sector: `Government`, Currency: `PLN`, Security: `High`, Issuer: `American Airlines`, Maturity: `2022-08-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 756 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Cocoa`, Spread: 0.01, Open: 3076, Price: 3130.17, Buy: 3076, Sell: 3076, Change: 54.14, ChangePercent: 1.76, Volume: 978, High: 3078, Low: 3066, YearlyHigh: 3406, YearlyLow: 2746, YearlyStart: 3076, YearlyChange: 0, Settlement: `Cash`, Contract: `Swap`, Region: `Asia Pacific`, Country: `Philippines`, Risk: `High`, Sector: `Government`, Currency: `PLN`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-03-22`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 757 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soy oil`, Spread: 0.01, Open: 33.26, Price: 34.43, Buy: 33.77, Sell: 33.78, Change: 0.66, ChangePercent: 1.96, Volume: 10592, High: 33.77, Low: 33.06, YearlyHigh: 35.43, YearlyLow: 26.61, YearlyStart: 31.02, YearlyChange: 8.87, Settlement: `Cash`, Contract: `Forwards`, Region: `Middle East`, Country: `UAE`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-02-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 758 }), + new FinancialDataAllItem({ Category: `Index`, Type: `NAS Future`, Spread: 0.01, Open: 4341.25, Price: 4296.13, Buy: 4341.25, Sell: 4341.25, Change: -45.15, ChangePercent: -1.04, Volume: 18259, High: 4347, Low: 4318, YearlyHigh: 4719.75, YearlyLow: 3867.75, YearlyStart: 4293.75, YearlyChange: 1.11, Settlement: `Credit`, Contract: `Futures`, Region: `North America`, Country: `United States`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `Poor`, Issuer: `American Airlines`, Maturity: `2022-02-22`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 759 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Milk`, Spread: 0.01, Open: 12.87, Price: 13.02, Buy: 12.87, Sell: 12.87, Change: 0.16, ChangePercent: 1.24, Volume: 7, High: 12.89, Low: 12.81, YearlyHigh: 16.96, YearlyLow: 12.81, YearlyStart: 14.88, YearlyChange: -13.6, Settlement: `Cash`, Contract: `CFD`, Region: `Asia Pacific`, Country: `China`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-06-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 760 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Cotton`, Spread: 0.01, Open: 61.77, Price: 63, Buy: 61.77, Sell: 61.77, Change: 1.24, ChangePercent: 2, Volume: 3612, High: 62.06, Low: 61.32, YearlyHigh: 67.59, YearlyLow: 54.33, YearlyStart: 60.96, YearlyChange: 1.31, Settlement: `Cash`, Contract: `Options`, Region: `Africa`, Country: `Nigeria`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-01-11`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 761 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `LV Cattle`, Spread: 0.01, Open: 120.725, Price: 122.54, Buy: 120.72, Sell: 120.72, Change: 1.84, ChangePercent: 1.52, Volume: 4, High: 120.72, Low: 120.72, YearlyHigh: 147.98, YearlyLow: 113.9, YearlyStart: 130.94, YearlyChange: -7.82, Settlement: `Cash`, Contract: `Swap`, Region: `North America`, Country: `United States`, Risk: `High`, Sector: `Public`, Currency: `PLN`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-06-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 762 }), + new FinancialDataAllItem({ Category: `Index`, Type: `NAS Future`, Spread: 0.01, Open: 4341.25, Price: 4273.56, Buy: 4341.25, Sell: 4341.25, Change: -67.72, ChangePercent: -1.56, Volume: 18259, High: 4347, Low: 4318, YearlyHigh: 4719.75, YearlyLow: 3867.75, YearlyStart: 4293.75, YearlyChange: 1.11, Settlement: `Loan`, Contract: `Futures`, Region: `Europe`, Country: `France`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-06-27`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 763 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Cotton`, Spread: 0.01, Open: 61.77, Price: 60.57, Buy: 61.77, Sell: 61.77, Change: -1.19, ChangePercent: -1.92, Volume: 3612, High: 62.06, Low: 61.32, YearlyHigh: 67.59, YearlyLow: 54.33, YearlyStart: 60.96, YearlyChange: 1.31, Settlement: `Credit`, Contract: `Options`, Region: `South America`, Country: `Colombia`, Risk: `Low`, Sector: `Government`, Currency: `PLN`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-03-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 764 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Sugar`, Spread: 0.01, Open: 15.68, Price: 14.77, Buy: 14.67, Sell: 14.68, Change: 0.1, ChangePercent: 0.68, Volume: 4949, High: 15.7, Low: 14.67, YearlyHigh: 16.87, YearlyLow: 11.37, YearlyStart: 14.12, YearlyChange: 3.92, Settlement: `Cash`, Contract: `Options`, Region: `Middle East`, Country: `Jordan`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-02-23`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 765 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `Lean Hogs`, Spread: 0.01, Open: 81.275, Price: 81.55, Buy: 81.81, Sell: 81.82, Change: -0.26, ChangePercent: -0.32, Volume: 1, High: 81.81, Low: 81.28, YearlyHigh: 83.98, YearlyLow: 70.25, YearlyStart: 77.11, YearlyChange: 6.09, Settlement: `Cash`, Contract: `Options`, Region: `Europe`, Country: `Spain`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-05-16`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 766 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `OJ Future`, Spread: 0.01, Open: 140.6, Price: 141.37, Buy: 140.18, Sell: 140.19, Change: 1.18, ChangePercent: 0.84, Volume: 7, High: 140.19, Low: 0, YearlyHigh: 155.95, YearlyLow: 113, YearlyStart: 134.47, YearlyChange: 4.25, Settlement: `Cash`, Contract: `Forwards`, Region: `Europe`, Country: `Switzerland`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `High`, Issuer: `American Airlines`, Maturity: `2022-06-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 767 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `US 30YR Future`, Spread: 0.01, Open: 164.875, Price: 163.37, Buy: 164.15, Sell: 164.16, Change: -0.79, ChangePercent: -0.48, Volume: 28012, High: 165.25, Low: 164.04, YearlyHigh: 169.38, YearlyLow: 151.47, YearlyStart: 160.43, YearlyChange: 2.33, Settlement: `Credit`, Contract: `Options`, Region: `Africa`, Country: `South Africa`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-04-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 768 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Wheat`, Spread: 0.01, Open: 465.5, Price: 460.68, Buy: 465.5, Sell: 465.5, Change: -4.84, ChangePercent: -1.04, Volume: 4318, High: 467, Low: 463.25, YearlyHigh: 628.5, YearlyLow: 449.5, YearlyStart: 539, YearlyChange: -13.63, Settlement: `Loan`, Contract: `Futures`, Region: `North America`, Country: `United States`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-06-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 769 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Milk`, Spread: 0.01, Open: 12.87, Price: 13.09, Buy: 12.87, Sell: 12.87, Change: 0.23, ChangePercent: 1.8, Volume: 7, High: 12.89, Low: 12.81, YearlyHigh: 16.96, YearlyLow: 12.81, YearlyStart: 14.88, YearlyChange: -13.6, Settlement: `Cash`, Contract: `CFD`, Region: `Europe`, Country: `France`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-06-19`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 770 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Gold`, Spread: 0.01, Open: 1281.1, Price: 1267.92, Buy: 1280.73, Sell: 1280.74, Change: -12.81, ChangePercent: -1, Volume: 48387, High: 1289.5, Low: 1279.1, YearlyHigh: 1306, YearlyLow: 1047.2, YearlyStart: 1176.6, YearlyChange: 8.85, Settlement: `Loan`, Contract: `Options`, Region: `Middle East`, Country: `Israel`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-04-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 771 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P Future`, Spread: 0.01, Open: 2057.5, Price: 2041.79, Buy: 2056.6, Sell: 2056.61, Change: -14.81, ChangePercent: -0.72, Volume: 142780, High: 2059.5, Low: 2049, YearlyHigh: 2105.5, YearlyLow: 1794.5, YearlyStart: 1950, YearlyChange: 5.47, Settlement: `Cash`, Contract: `Options`, Region: `Middle East`, Country: `Turkey`, Risk: `Low`, Sector: `Public`, Currency: `USD`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-07-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 772 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Platinum`, Spread: 0.01, Open: 1071.6, Price: 1076.67, Buy: 1071.09, Sell: 1071.1, Change: 5.57, ChangePercent: 0.52, Volume: 3039, High: 1081.2, Low: 1070.5, YearlyHigh: 1120.6, YearlyLow: 812.4, YearlyStart: 966.5, YearlyChange: 10.82, Settlement: `Credit`, Contract: `CFD`, Region: `Middle East`, Country: `Kuwait`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-07-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 773 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `GBP/USD`, Spread: 0.02, Open: 1.4464, Price: 1.17, Buy: 1.18, Sell: 1.2, Change: -0.02, ChangePercent: -1.72, Volume: 29450, High: 1.45, Low: 1.19, YearlyHigh: 1.59, YearlyLow: 1.19, YearlyStart: 1.49, YearlyChange: -19.59, Settlement: `Cash`, Contract: `Futures`, Region: `Africa`, Country: `Morocco`, Risk: `High`, Sector: `Public`, Currency: `USD`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-05-22`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 774 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soy Meat`, Spread: 0.01, Open: 342.6, Price: 341.8, Buy: 342.6, Sell: 342.6, Change: -0.82, ChangePercent: -0.24, Volume: 5646, High: 345.4, Low: 340.3, YearlyHigh: 353.4, YearlyLow: 261.7, YearlyStart: 307.55, YearlyChange: 11.4, Settlement: `Credit`, Contract: `Options`, Region: `Asia Pacific`, Country: `Japan`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `High`, Issuer: `FedEx`, Maturity: `2022-07-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 775 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Uranium`, Spread: 0.02, Open: 27.55, Price: 27.3, Buy: 27.55, Sell: 27.55, Change: -0.28, ChangePercent: -1, Volume: 12, High: 27.55, Low: 27.55, YearlyHigh: 29.32, YearlyLow: 21.28, YearlyStart: 25.3, YearlyChange: 9.01, Settlement: `Credit`, Contract: `Options`, Region: `Europe`, Country: `Spain`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `High`, Issuer: `American Airlines`, Maturity: `2022-04-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 776 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Oats`, Spread: 0.01, Open: 194.5, Price: 193.98, Buy: 194.21, Sell: 194.22, Change: -0.24, ChangePercent: -0.12, Volume: 64, High: 195.75, Low: 194, YearlyHigh: 241.25, YearlyLow: 183.75, YearlyStart: 212.5, YearlyChange: -8.6, Settlement: `Credit`, Contract: `Options`, Region: `Europe`, Country: `France`, Risk: `High`, Sector: `Private`, Currency: `PLN`, Security: `High`, Issuer: `American Airlines`, Maturity: `2022-05-16`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 777 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Corn`, Spread: 0.01, Open: 379.5, Price: 375.7, Buy: 379.8, Sell: 379.81, Change: -4.1, ChangePercent: -1.08, Volume: 11266, High: 381, Low: 377.75, YearlyHigh: 471.25, YearlyLow: 351.25, YearlyStart: 411.25, YearlyChange: -7.65, Settlement: `Loan`, Contract: `Swap`, Region: `Europe`, Country: `Estonia`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-04-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 778 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Ethanol`, Spread: 0.01, Open: 1.512, Price: 2.71, Buy: 2.75, Sell: 2.76, Change: -0.04, ChangePercent: -1.48, Volume: 14, High: 2.75, Low: 1.12, YearlyHigh: 2.75, YearlyLow: 1.12, YearlyStart: 1.48, YearlyChange: 86.7, Settlement: `Cash`, Contract: `Options`, Region: `Middle East`, Country: `Lebanon`, Risk: `Low`, Sector: `Public`, Currency: `PLN`, Security: `Poor`, Issuer: `FedEx`, Maturity: `2022-03-19`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 779 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Oil`, Spread: 0.015, Open: 45.54, Price: 45.24, Buy: 45.78, Sell: 45.8, Change: -0.55, ChangePercent: -1.2, Volume: 107196, High: 45.94, Low: 45, YearlyHigh: 65.28, YearlyLow: 30.79, YearlyStart: 48.03, YearlyChange: -4.67, Settlement: `Cash`, Contract: `Swap`, Region: `South America`, Country: `Uruguay`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-04-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 780 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Uranium`, Spread: 0.02, Open: 27.55, Price: 27.8, Buy: 27.55, Sell: 27.55, Change: 0.22, ChangePercent: 0.8, Volume: 12, High: 27.55, Low: 27.55, YearlyHigh: 29.32, YearlyLow: 21.28, YearlyStart: 25.3, YearlyChange: 9.01, Settlement: `Cash`, Contract: `Futures`, Region: `Asia Pacific`, Country: `Philippines`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-06-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 781 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `Lean Hogs`, Spread: 0.01, Open: 81.275, Price: 81.23, Buy: 81.81, Sell: 81.82, Change: -0.58, ChangePercent: -0.72, Volume: 1, High: 81.81, Low: 81.28, YearlyHigh: 83.98, YearlyLow: 70.25, YearlyStart: 77.11, YearlyChange: 6.09, Settlement: `Cash`, Contract: `Options`, Region: `North America`, Country: `Canada`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-02-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 782 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soy oil`, Spread: 0.01, Open: 33.26, Price: 33.72, Buy: 33.77, Sell: 33.78, Change: -0.05, ChangePercent: -0.16, Volume: 10592, High: 33.77, Low: 33.06, YearlyHigh: 35.43, YearlyLow: 26.61, YearlyStart: 31.02, YearlyChange: 8.87, Settlement: `Cash`, Contract: `Options`, Region: `Asia Pacific`, Country: `Singapore`, Risk: `High`, Sector: `Private`, Currency: `PLN`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-05-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 783 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Rice`, Spread: 0.01, Open: 11.245, Price: 10.26, Buy: 10.41, Sell: 10.42, Change: -0.16, ChangePercent: -1.48, Volume: 220, High: 11.38, Low: 10.42, YearlyHigh: 14.14, YearlyLow: 9.7, YearlyStart: 11.92, YearlyChange: -12.62, Settlement: `Credit`, Contract: `Futures`, Region: `Africa`, Country: `Niger`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `Poor`, Issuer: `FedEx`, Maturity: `2022-07-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 784 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Corn`, Spread: 0.01, Open: 379.5, Price: 385.12, Buy: 379.8, Sell: 379.81, Change: 5.32, ChangePercent: 1.4, Volume: 11266, High: 381, Low: 377.75, YearlyHigh: 471.25, YearlyLow: 351.25, YearlyStart: 411.25, YearlyChange: -7.65, Settlement: `Cash`, Contract: `Options`, Region: `Middle East`, Country: `Saudi Arabia`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-06-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 785 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Palladium`, Spread: 0.01, Open: 600.55, Price: 597.39, Buy: 601, Sell: 601.01, Change: -3.61, ChangePercent: -0.6, Volume: 651, High: 607.2, Low: 598.4, YearlyHigh: 690, YearlyLow: 458.6, YearlyStart: 574.3, YearlyChange: 4.65, Settlement: `Loan`, Contract: `Forwards`, Region: `Africa`, Country: `Ethiopia`, Risk: `High`, Sector: `Private`, Currency: `PLN`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-07-27`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 786 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Ethanol`, Spread: 0.01, Open: 1.512, Price: 2.7, Buy: 2.75, Sell: 2.76, Change: -0.05, ChangePercent: -1.8, Volume: 14, High: 2.75, Low: 1.12, YearlyHigh: 2.75, YearlyLow: 1.12, YearlyStart: 1.48, YearlyChange: 86.7, Settlement: `Credit`, Contract: `Options`, Region: `South America`, Country: `Paraguay`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `High`, Issuer: `FedEx`, Maturity: `2022-06-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 787 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `US 10YR Future`, Spread: 0.01, Open: 130.5625, Price: 132.2, Buy: 130.56, Sell: 130.56, Change: 1.62, ChangePercent: 1.24, Volume: 189310, High: 130.63, Low: 130.44, YearlyHigh: 132.64, YearlyLow: 125.48, YearlyStart: 129.06, YearlyChange: 1.18, Settlement: `Credit`, Contract: `Futures`, Region: `Middle East`, Country: `Jordan`, Risk: `Low`, Sector: `Government`, Currency: `PLN`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-03-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 788 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Wheat`, Spread: 0.01, Open: 465.5, Price: 458.82, Buy: 465.5, Sell: 465.5, Change: -6.7, ChangePercent: -1.44, Volume: 4318, High: 467, Low: 463.25, YearlyHigh: 628.5, YearlyLow: 449.5, YearlyStart: 539, YearlyChange: -13.63, Settlement: `Cash`, Contract: `Swap`, Region: `North America`, Country: `United States`, Risk: `High`, Sector: `Private`, Currency: `PLN`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-04-23`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 789 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `BTC/USD`, Spread: 0.06, Open: 93.88, Price: 21227.58, Buy: 21200.76, Sell: 21400.78, Change: 226.81, ChangePercent: 1.08, Volume: 5788000, High: 22400.05, Low: 20100.75, YearlyHigh: 62400.7, YearlyLow: 15100.88, YearlyStart: 21200.29, YearlyChange: -20.62, Settlement: `Cash`, Contract: `Forwards`, Region: `Europe`, Country: `Switzerland`, Risk: `High`, Sector: `Public`, Currency: `USD`, Security: `Poor`, Issuer: `FedEx`, Maturity: `2022-02-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 790 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Natural Gas`, Spread: 0.02, Open: 2.094, Price: 2.11, Buy: 2.09, Sell: 2.09, Change: 0.01, ChangePercent: 0.16, Volume: 2783, High: 2.11, Low: 2.09, YearlyHigh: 3.2, YearlyLow: 1.84, YearlyStart: 2.52, YearlyChange: -16.51, Settlement: `Cash`, Contract: `Options`, Region: `Asia Pacific`, Country: `Philippines`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-05-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 791 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Silver`, Spread: 0.01, Open: 17.43, Price: 17.49, Buy: 17.43, Sell: 17.43, Change: 0.07, ChangePercent: 0.4, Volume: 11720, High: 17.51, Low: 17.37, YearlyHigh: 18.06, YearlyLow: 13.73, YearlyStart: 15.89, YearlyChange: 9.59, Settlement: `Cash`, Contract: `Forwards`, Region: `Asia Pacific`, Country: `Philippines`, Risk: `High`, Sector: `Public`, Currency: `PLN`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-04-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 792 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Wheat`, Spread: 0.01, Open: 465.5, Price: 460.86, Buy: 465.5, Sell: 465.5, Change: -4.66, ChangePercent: -1, Volume: 4318, High: 467, Low: 463.25, YearlyHigh: 628.5, YearlyLow: 449.5, YearlyStart: 539, YearlyChange: -13.63, Settlement: `Loan`, Contract: `Options`, Region: `Asia Pacific`, Country: `Philippines`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-06-10`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 793 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P Future`, Spread: 0.01, Open: 2057.5, Price: 2066.47, Buy: 2056.6, Sell: 2056.61, Change: 9.87, ChangePercent: 0.48, Volume: 142780, High: 2059.5, Low: 2049, YearlyHigh: 2105.5, YearlyLow: 1794.5, YearlyStart: 1950, YearlyChange: 5.47, Settlement: `Loan`, Contract: `Swap`, Region: `Asia Pacific`, Country: `Afghanistan`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-08-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 794 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Cotton`, Spread: 0.01, Open: 61.77, Price: 61.12, Buy: 61.77, Sell: 61.77, Change: -0.64, ChangePercent: -1.04, Volume: 3612, High: 62.06, Low: 61.32, YearlyHigh: 67.59, YearlyLow: 54.33, YearlyStart: 60.96, YearlyChange: 1.31, Settlement: `Loan`, Contract: `Swap`, Region: `Africa`, Country: `Cameroon`, Risk: `Low`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-06-23`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 795 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/CHF`, Spread: 0.02, Open: 1.0337, Price: 1.04, Buy: 1.03, Sell: 1.03, Change: 0, ChangePercent: -0.12, Volume: 5550, High: 1.03, Low: 1.03, YearlyHigh: 1.11, YearlyLow: 0.98, YearlyStart: 1.04, YearlyChange: -0.12, Settlement: `Loan`, Contract: `Options`, Region: `Africa`, Country: `Cameroon`, Risk: `High`, Sector: `Government`, Currency: `USD`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-04-16`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 796 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Palladium`, Spread: 0.01, Open: 600.55, Price: 590.66, Buy: 601, Sell: 601.01, Change: -10.34, ChangePercent: -1.72, Volume: 651, High: 607.2, Low: 598.4, YearlyHigh: 690, YearlyLow: 458.6, YearlyStart: 574.3, YearlyChange: 4.65, Settlement: `Cash`, Contract: `Swap`, Region: `Middle East`, Country: `Iraq`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-06-22`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 797 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P 600 MINI`, Spread: 0.01, Open: 687.9, Price: 689.26, Buy: 687.9, Sell: 687.9, Change: 1.38, ChangePercent: 0.2, Volume: 0, High: 0, Low: 0, YearlyHigh: 620.32, YearlyLow: 595.9, YearlyStart: 608.11, YearlyChange: 13.12, Settlement: `Cash`, Contract: `Futures`, Region: `Africa`, Country: `Tunisia`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-01-16`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 798 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `BTC/USD`, Spread: 0.06, Open: 93.88, Price: 20731.96, Buy: 21200.76, Sell: 21400.78, Change: -268.81, ChangePercent: -1.28, Volume: 5788000, High: 22400.05, Low: 20100.75, YearlyHigh: 62400.7, YearlyLow: 15100.88, YearlyStart: 21200.29, YearlyChange: -20.62, Settlement: `Cash`, Contract: `CFD`, Region: `Middle East`, Country: `Jordan`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `High`, Issuer: `American Airlines`, Maturity: `2022-05-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 799 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `AUD/USD`, Spread: 0.02, Open: 0.7344, Price: 0.75, Buy: 0.73, Sell: 0.73, Change: 0.01, ChangePercent: 1.2, Volume: 36764, High: 0.74, Low: 0.73, YearlyHigh: 0.79, YearlyLow: 0.68, YearlyStart: 0.73, YearlyChange: 1.28, Settlement: `Cash`, Contract: `Futures`, Region: `Middle East`, Country: `Israel`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-04-23`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 800 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `Lean Hogs`, Spread: 0.01, Open: 81.275, Price: 80.77, Buy: 81.81, Sell: 81.82, Change: -1.04, ChangePercent: -1.28, Volume: 1, High: 81.81, Low: 81.28, YearlyHigh: 83.98, YearlyLow: 70.25, YearlyStart: 77.11, YearlyChange: 6.09, Settlement: `Cash`, Contract: `CFD`, Region: `Europe`, Country: `Slovenia`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-06-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 801 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Rice`, Spread: 0.01, Open: 11.245, Price: 10.3, Buy: 10.41, Sell: 10.42, Change: -0.12, ChangePercent: -1.08, Volume: 220, High: 11.38, Low: 10.42, YearlyHigh: 14.14, YearlyLow: 9.7, YearlyStart: 11.92, YearlyChange: -12.62, Settlement: `Credit`, Contract: `Swap`, Region: `Middle East`, Country: `Lebanon`, Risk: `High`, Sector: `Government`, Currency: `PLN`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-02-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 802 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soybean`, Spread: 0.01, Open: 1038, Price: 1040.69, Buy: 1038.61, Sell: 1038.62, Change: 2.07, ChangePercent: 0.2, Volume: 20356, High: 1044, Low: 1031.75, YearlyHigh: 1057, YearlyLow: 859.5, YearlyStart: 958.25, YearlyChange: 8.39, Settlement: `Loan`, Contract: `Options`, Region: `Europe`, Country: `Czechia`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-08-24`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 803 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soy oil`, Spread: 0.01, Open: 33.26, Price: 33.97, Buy: 33.77, Sell: 33.78, Change: 0.2, ChangePercent: 0.6, Volume: 10592, High: 33.77, Low: 33.06, YearlyHigh: 35.43, YearlyLow: 26.61, YearlyStart: 31.02, YearlyChange: 8.87, Settlement: `Cash`, Contract: `Forwards`, Region: `North America`, Country: `United States`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-08-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 804 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Coffee`, Spread: 0.01, Open: 125.7, Price: 128.15, Buy: 125.7, Sell: 125.7, Change: 2.46, ChangePercent: 1.96, Volume: 1654, High: 125.8, Low: 125, YearlyHigh: 155.75, YearlyLow: 115.35, YearlyStart: 135.55, YearlyChange: -7.27, Settlement: `Cash`, Contract: `Futures`, Region: `Asia Pacific`, Country: `Malaysia`, Risk: `Low`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-06-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 805 }), + new FinancialDataAllItem({ Category: `Index`, Type: `DOW Future`, Spread: 0.01, Open: 17711, Price: 17924.7, Buy: 17712.15, Sell: 17712.16, Change: 212.55, ChangePercent: 1.2, Volume: 22236, High: 17727, Low: 17642, YearlyHigh: 18083, YearlyLow: 15299, YearlyStart: 16691, YearlyChange: 6.12, Settlement: `Cash`, Contract: `Forwards`, Region: `Asia Pacific`, Country: `Philippines`, Risk: `Low`, Sector: `Public`, Currency: `USD`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-04-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 806 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Corn`, Spread: 0.01, Open: 379.5, Price: 379.8, Buy: 379.8, Sell: 379.81, Change: 0, ChangePercent: 0, Volume: 11266, High: 381, Low: 377.75, YearlyHigh: 471.25, YearlyLow: 351.25, YearlyStart: 411.25, YearlyChange: -7.65, Settlement: `Credit`, Contract: `Forwards`, Region: `Asia Pacific`, Country: `Taiwan`, Risk: `High`, Sector: `Public`, Currency: `USD`, Security: `Poor`, Issuer: `FedEx`, Maturity: `2022-05-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 807 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P MID MINI`, Spread: 0.01, Open: 1454.3, Price: 1443.55, Buy: 1455.78, Sell: 1455.79, Change: -12.23, ChangePercent: -0.84, Volume: 338, High: 1455.78, Low: 1448, YearlyHigh: 1527.3, YearlyLow: 1236, YearlyStart: 1381.65, YearlyChange: 5.37, Settlement: `Credit`, Contract: `Options`, Region: `Middle East`, Country: `Israel`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `American Airlines`, Maturity: `2022-08-11`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 808 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Gold`, Spread: 0.01, Open: 1281.1, Price: 1268.44, Buy: 1280.73, Sell: 1280.74, Change: -12.29, ChangePercent: -0.96, Volume: 48387, High: 1289.5, Low: 1279.1, YearlyHigh: 1306, YearlyLow: 1047.2, YearlyStart: 1176.6, YearlyChange: 8.85, Settlement: `Loan`, Contract: `Swap`, Region: `Africa`, Country: `Morocco`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-07-10`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 809 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `GBP/USD`, Spread: 0.02, Open: 1.4464, Price: 1.18, Buy: 1.18, Sell: 1.2, Change: -0.01, ChangePercent: -1, Volume: 29450, High: 1.45, Low: 1.19, YearlyHigh: 1.59, YearlyLow: 1.19, YearlyStart: 1.49, YearlyChange: -19.59, Settlement: `Cash`, Contract: `Futures`, Region: `Middle East`, Country: `Iraq`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-09-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 810 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Ethanol`, Spread: 0.01, Open: 1.512, Price: 2.75, Buy: 2.75, Sell: 2.76, Change: 0, ChangePercent: 0, Volume: 14, High: 2.75, Low: 1.12, YearlyHigh: 2.75, YearlyLow: 1.12, YearlyStart: 1.48, YearlyChange: 86.7, Settlement: `Cash`, Contract: `Options`, Region: `Middle East`, Country: `Kuwait`, Risk: `High`, Sector: `Public`, Currency: `PLN`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-06-10`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 811 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soy Meat`, Spread: 0.01, Open: 342.6, Price: 345.5, Buy: 342.6, Sell: 342.6, Change: 2.88, ChangePercent: 0.84, Volume: 5646, High: 345.4, Low: 340.3, YearlyHigh: 353.4, YearlyLow: 261.7, YearlyStart: 307.55, YearlyChange: 11.4, Settlement: `Loan`, Contract: `Swap`, Region: `Africa`, Country: `Egypt`, Risk: `High`, Sector: `Government`, Currency: `PLN`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-03-16`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 812 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `US 30YR Future`, Spread: 0.01, Open: 164.875, Price: 161.6, Buy: 164.15, Sell: 164.16, Change: -2.56, ChangePercent: -1.56, Volume: 28012, High: 165.25, Low: 164.04, YearlyHigh: 169.38, YearlyLow: 151.47, YearlyStart: 160.43, YearlyChange: 2.33, Settlement: `Cash`, Contract: `Swap`, Region: `Africa`, Country: `Morocco`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `Poor`, Issuer: `FedEx`, Maturity: `2022-07-11`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 813 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Copper`, Spread: 0.02, Open: 2.123, Price: 2.1, Buy: 2.12, Sell: 2.12, Change: -0.01, ChangePercent: -0.8, Volume: 28819, High: 2.16, Low: 2.11, YearlyHigh: 2.94, YearlyLow: 1.96, YearlyStart: 2.45, YearlyChange: -13.76, Settlement: `Cash`, Contract: `Forwards`, Region: `Africa`, Country: `Tunisia`, Risk: `High`, Sector: `Private`, Currency: `PLN`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-04-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 814 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `FD Cattle`, Spread: 0.01, Open: 147.175, Price: 145.81, Buy: 148.6, Sell: 148.61, Change: -2.8, ChangePercent: -1.88, Volume: 5, High: 148.61, Low: 147.18, YearlyHigh: 190, YearlyLow: 138.1, YearlyStart: 164.05, YearlyChange: -9.41, Settlement: `Cash`, Contract: `CFD`, Region: `Middle East`, Country: `UAE`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-05-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 815 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Ethanol`, Spread: 0.01, Open: 1.512, Price: 2.75, Buy: 2.75, Sell: 2.76, Change: 0, ChangePercent: 0, Volume: 14, High: 2.75, Low: 1.12, YearlyHigh: 2.75, YearlyLow: 1.12, YearlyStart: 1.48, YearlyChange: 86.7, Settlement: `Cash`, Contract: `Futures`, Region: `South America`, Country: `Paraguay`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-08-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 816 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/CHF`, Spread: 0.02, Open: 1.0337, Price: 1.06, Buy: 1.03, Sell: 1.03, Change: 0.02, ChangePercent: 1.76, Volume: 5550, High: 1.03, Low: 1.03, YearlyHigh: 1.11, YearlyLow: 0.98, YearlyStart: 1.04, YearlyChange: -0.12, Settlement: `Cash`, Contract: `Futures`, Region: `Middle East`, Country: `UAE`, Risk: `High`, Sector: `Government`, Currency: `PLN`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-03-27`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 817 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P MID MINI`, Spread: 0.01, Open: 1454.3, Price: 1435.98, Buy: 1455.78, Sell: 1455.79, Change: -19.8, ChangePercent: -1.36, Volume: 338, High: 1455.78, Low: 1448, YearlyHigh: 1527.3, YearlyLow: 1236, YearlyStart: 1381.65, YearlyChange: 5.37, Settlement: `Cash`, Contract: `Options`, Region: `Africa`, Country: `Senegal`, Risk: `Low`, Sector: `Public`, Currency: `PLN`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-02-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 818 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soybean`, Spread: 0.01, Open: 1038, Price: 1023.66, Buy: 1038.61, Sell: 1038.62, Change: -14.96, ChangePercent: -1.44, Volume: 20356, High: 1044, Low: 1031.75, YearlyHigh: 1057, YearlyLow: 859.5, YearlyStart: 958.25, YearlyChange: 8.39, Settlement: `Cash`, Contract: `Futures`, Region: `Europe`, Country: `Slovakia`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-03-11`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 819 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `US 2Y Future`, Spread: 0.01, Open: 109.3984, Price: 111.27, Buy: 109.4, Sell: 109.4, Change: 1.88, ChangePercent: 1.72, Volume: 17742, High: 109.41, Low: 109.38, YearlyHigh: 109.8, YearlyLow: 108.62, YearlyStart: 109.21, YearlyChange: 0.16, Settlement: `Loan`, Contract: `Swap`, Region: `Africa`, Country: `South Africa`, Risk: `Low`, Sector: `Government`, Currency: `PLN`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-02-22`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 820 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Rice`, Spread: 0.01, Open: 11.245, Price: 10.37, Buy: 10.41, Sell: 10.42, Change: -0.05, ChangePercent: -0.4, Volume: 220, High: 11.38, Low: 10.42, YearlyHigh: 14.14, YearlyLow: 9.7, YearlyStart: 11.92, YearlyChange: -12.62, Settlement: `Cash`, Contract: `Options`, Region: `Africa`, Country: `Senegal`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-03-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 821 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Silver`, Spread: 0.01, Open: 17.43, Price: 17.26, Buy: 17.43, Sell: 17.43, Change: -0.16, ChangePercent: -0.92, Volume: 11720, High: 17.51, Low: 17.37, YearlyHigh: 18.06, YearlyLow: 13.73, YearlyStart: 15.89, YearlyChange: 9.59, Settlement: `Cash`, Contract: `Futures`, Region: `Middle East`, Country: `Israel`, Risk: `High`, Sector: `Public`, Currency: `USD`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-05-19`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 822 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Natural Gas`, Spread: 0.02, Open: 2.094, Price: 2.1, Buy: 2.09, Sell: 2.09, Change: 0, ChangePercent: -0.12, Volume: 2783, High: 2.11, Low: 2.09, YearlyHigh: 3.2, YearlyLow: 1.84, YearlyStart: 2.52, YearlyChange: -16.51, Settlement: `Cash`, Contract: `Futures`, Region: `Asia Pacific`, Country: `Indonesia`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-07-10`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 823 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Rice`, Spread: 0.01, Open: 11.245, Price: 10.5, Buy: 10.41, Sell: 10.42, Change: 0.08, ChangePercent: 0.84, Volume: 220, High: 11.38, Low: 10.42, YearlyHigh: 14.14, YearlyLow: 9.7, YearlyStart: 11.92, YearlyChange: -12.62, Settlement: `Credit`, Contract: `Options`, Region: `Africa`, Country: `Egypt`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-04-11`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 824 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soy oil`, Spread: 0.01, Open: 33.26, Price: 34.15, Buy: 33.77, Sell: 33.78, Change: 0.38, ChangePercent: 1.12, Volume: 10592, High: 33.77, Low: 33.06, YearlyHigh: 35.43, YearlyLow: 26.61, YearlyStart: 31.02, YearlyChange: 8.87, Settlement: `Cash`, Contract: `CFD`, Region: `Africa`, Country: `South Africa`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-07-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 825 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/CAD`, Spread: 0.02, Open: 0.7744, Price: 0.94, Buy: 0.94, Sell: 0.96, Change: -0.01, ChangePercent: -1.8, Volume: 13669, High: 0.95, Low: 0.77, YearlyHigh: 0.95, YearlyLow: 0.68, YearlyStart: 0.76, YearlyChange: 26.43, Settlement: `Credit`, Contract: `Forwards`, Region: `Middle East`, Country: `Oman`, Risk: `Low`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-07-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 826 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Coal`, Spread: 0.015, Open: 0.4363, Price: 0.42, Buy: 0.44, Sell: 0.44, Change: 0, ChangePercent: 0.8, Volume: 3, High: 0.44, Low: 0.44, YearlyHigh: 0.48, YearlyLow: 0.4, YearlyStart: 0.44, YearlyChange: -5.33, Settlement: `Loan`, Contract: `Swap`, Region: `Africa`, Country: `Egypt`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-07-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 827 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soy oil`, Spread: 0.01, Open: 33.26, Price: 34.12, Buy: 33.77, Sell: 33.78, Change: 0.35, ChangePercent: 1.04, Volume: 10592, High: 33.77, Low: 33.06, YearlyHigh: 35.43, YearlyLow: 26.61, YearlyStart: 31.02, YearlyChange: 8.87, Settlement: `Cash`, Contract: `Options`, Region: `Middle East`, Country: `Lebanon`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-02-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 828 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P Future`, Spread: 0.01, Open: 2057.5, Price: 2087.86, Buy: 2056.6, Sell: 2056.61, Change: 31.26, ChangePercent: 1.52, Volume: 142780, High: 2059.5, Low: 2049, YearlyHigh: 2105.5, YearlyLow: 1794.5, YearlyStart: 1950, YearlyChange: 5.47, Settlement: `Cash`, Contract: `Options`, Region: `Middle East`, Country: `UAE`, Risk: `Low`, Sector: `Public`, Currency: `PLN`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-07-21`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 829 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `BTC/USD`, Spread: 0.06, Open: 93.88, Price: 20639.56, Buy: 21200.76, Sell: 21400.78, Change: -361.21, ChangePercent: -1.72, Volume: 5788000, High: 22400.05, Low: 20100.75, YearlyHigh: 62400.7, YearlyLow: 15100.88, YearlyStart: 21200.29, YearlyChange: -20.62, Settlement: `Cash`, Contract: `CFD`, Region: `Africa`, Country: `Ethiopia`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-07-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 830 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Ethanol`, Spread: 0.01, Open: 1.512, Price: 2.75, Buy: 2.75, Sell: 2.76, Change: 0, ChangePercent: -0.2, Volume: 14, High: 2.75, Low: 1.12, YearlyHigh: 2.75, YearlyLow: 1.12, YearlyStart: 1.48, YearlyChange: 86.7, Settlement: `Cash`, Contract: `Futures`, Region: `Middle East`, Country: `Iraq`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `High`, Issuer: `American Airlines`, Maturity: `2022-06-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 831 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `US 2Y Future`, Spread: 0.01, Open: 109.3984, Price: 108.91, Buy: 109.4, Sell: 109.4, Change: -0.48, ChangePercent: -0.44, Volume: 17742, High: 109.41, Low: 109.38, YearlyHigh: 109.8, YearlyLow: 108.62, YearlyStart: 109.21, YearlyChange: 0.16, Settlement: `Credit`, Contract: `Swap`, Region: `South America`, Country: `Brazil`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `High`, Issuer: `FedEx`, Maturity: `2022-03-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 832 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `FD Cattle`, Spread: 0.01, Open: 147.175, Price: 149.97, Buy: 148.6, Sell: 148.61, Change: 1.36, ChangePercent: 0.92, Volume: 5, High: 148.61, Low: 147.18, YearlyHigh: 190, YearlyLow: 138.1, YearlyStart: 164.05, YearlyChange: -9.41, Settlement: `Cash`, Contract: `Forwards`, Region: `Middle East`, Country: `Israel`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-05-23`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 833 }), + new FinancialDataAllItem({ Category: `Index`, Type: `DOW Future`, Spread: 0.01, Open: 17711, Price: 17485.44, Buy: 17712.15, Sell: 17712.16, Change: -226.71, ChangePercent: -1.28, Volume: 22236, High: 17727, Low: 17642, YearlyHigh: 18083, YearlyLow: 15299, YearlyStart: 16691, YearlyChange: 6.12, Settlement: `Loan`, Contract: `Swap`, Region: `Africa`, Country: `Niger`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-07-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 834 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Sugar`, Spread: 0.01, Open: 15.68, Price: 14.49, Buy: 14.67, Sell: 14.68, Change: -0.18, ChangePercent: -1.24, Volume: 4949, High: 15.7, Low: 14.67, YearlyHigh: 16.87, YearlyLow: 11.37, YearlyStart: 14.12, YearlyChange: 3.92, Settlement: `Cash`, Contract: `Swap`, Region: `Africa`, Country: `Egypt`, Risk: `Low`, Sector: `Government`, Currency: `USD`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-08-23`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 835 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soy oil`, Spread: 0.01, Open: 33.26, Price: 33.66, Buy: 33.77, Sell: 33.78, Change: -0.11, ChangePercent: -0.32, Volume: 10592, High: 33.77, Low: 33.06, YearlyHigh: 35.43, YearlyLow: 26.61, YearlyStart: 31.02, YearlyChange: 8.87, Settlement: `Cash`, Contract: `Options`, Region: `Middle East`, Country: `Lebanon`, Risk: `High`, Sector: `Government`, Currency: `USD`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-08-16`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 836 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Uranium`, Spread: 0.02, Open: 27.55, Price: 27.96, Buy: 27.55, Sell: 27.55, Change: 0.38, ChangePercent: 1.36, Volume: 12, High: 27.55, Low: 27.55, YearlyHigh: 29.32, YearlyLow: 21.28, YearlyStart: 25.3, YearlyChange: 9.01, Settlement: `Cash`, Contract: `CFD`, Region: `Middle East`, Country: `Saudi Arabia`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-07-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 837 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Oats`, Spread: 0.01, Open: 194.5, Price: 195.07, Buy: 194.21, Sell: 194.22, Change: 0.85, ChangePercent: 0.44, Volume: 64, High: 195.75, Low: 194, YearlyHigh: 241.25, YearlyLow: 183.75, YearlyStart: 212.5, YearlyChange: -8.6, Settlement: `Cash`, Contract: `Swap`, Region: `South America`, Country: `Guyana`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-03-22`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 838 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Cotton`, Spread: 0.01, Open: 61.77, Price: 61.56, Buy: 61.77, Sell: 61.77, Change: -0.2, ChangePercent: -0.32, Volume: 3612, High: 62.06, Low: 61.32, YearlyHigh: 67.59, YearlyLow: 54.33, YearlyStart: 60.96, YearlyChange: 1.31, Settlement: `Cash`, Contract: `CFD`, Region: `North America`, Country: `United States`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-05-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 839 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `BTC/USD`, Spread: 0.06, Open: 93.88, Price: 20925.17, Buy: 21200.76, Sell: 21400.78, Change: -75.6, ChangePercent: -0.36, Volume: 5788000, High: 22400.05, Low: 20100.75, YearlyHigh: 62400.7, YearlyLow: 15100.88, YearlyStart: 21200.29, YearlyChange: -20.62, Settlement: `Loan`, Contract: `Options`, Region: `Africa`, Country: `Ethiopia`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-09-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 840 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soy Meat`, Spread: 0.01, Open: 342.6, Price: 348.24, Buy: 342.6, Sell: 342.6, Change: 5.62, ChangePercent: 1.64, Volume: 5646, High: 345.4, Low: 340.3, YearlyHigh: 353.4, YearlyLow: 261.7, YearlyStart: 307.55, YearlyChange: 11.4, Settlement: `Loan`, Contract: `Futures`, Region: `North America`, Country: `United States`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-04-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 841 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Milk`, Spread: 0.01, Open: 12.87, Price: 12.86, Buy: 12.87, Sell: 12.87, Change: 0, ChangePercent: 0, Volume: 7, High: 12.89, Low: 12.81, YearlyHigh: 16.96, YearlyLow: 12.81, YearlyStart: 14.88, YearlyChange: -13.6, Settlement: `Cash`, Contract: `CFD`, Region: `Europe`, Country: `Norway`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-02-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 842 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Silver`, Spread: 0.01, Open: 17.43, Price: 17.52, Buy: 17.43, Sell: 17.43, Change: 0.1, ChangePercent: 0.56, Volume: 11720, High: 17.51, Low: 17.37, YearlyHigh: 18.06, YearlyLow: 13.73, YearlyStart: 15.89, YearlyChange: 9.59, Settlement: `Cash`, Contract: `Futures`, Region: `Africa`, Country: `Niger`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `High`, Issuer: `American Airlines`, Maturity: `2022-02-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 843 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Palladium`, Spread: 0.01, Open: 600.55, Price: 606.53, Buy: 601, Sell: 601.01, Change: 5.53, ChangePercent: 0.92, Volume: 651, High: 607.2, Low: 598.4, YearlyHigh: 690, YearlyLow: 458.6, YearlyStart: 574.3, YearlyChange: 4.65, Settlement: `Cash`, Contract: `Futures`, Region: `Europe`, Country: `Slovakia`, Risk: `High`, Sector: `Public`, Currency: `USD`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-07-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 844 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P MID MINI`, Spread: 0.01, Open: 1454.3, Price: 1463.35, Buy: 1455.78, Sell: 1455.79, Change: 7.57, ChangePercent: 0.52, Volume: 338, High: 1455.78, Low: 1448, YearlyHigh: 1527.3, YearlyLow: 1236, YearlyStart: 1381.65, YearlyChange: 5.37, Settlement: `Loan`, Contract: `Swap`, Region: `Middle East`, Country: `Qatar`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-07-27`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 845 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Coffee`, Spread: 0.01, Open: 125.7, Price: 125.39, Buy: 125.7, Sell: 125.7, Change: -0.3, ChangePercent: -0.24, Volume: 1654, High: 125.8, Low: 125, YearlyHigh: 155.75, YearlyLow: 115.35, YearlyStart: 135.55, YearlyChange: -7.27, Settlement: `Loan`, Contract: `Swap`, Region: `South America`, Country: `Suriname`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-05-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 846 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Cocoa`, Spread: 0.01, Open: 3076, Price: 3116.63, Buy: 3076, Sell: 3076, Change: 40.6, ChangePercent: 1.32, Volume: 978, High: 3078, Low: 3066, YearlyHigh: 3406, YearlyLow: 2746, YearlyStart: 3076, YearlyChange: 0, Settlement: `Cash`, Contract: `Futures`, Region: `North America`, Country: `Mexico`, Risk: `High`, Sector: `Government`, Currency: `USD`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-07-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 847 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Corn`, Spread: 0.01, Open: 379.5, Price: 386.34, Buy: 379.8, Sell: 379.81, Change: 6.54, ChangePercent: 1.72, Volume: 11266, High: 381, Low: 377.75, YearlyHigh: 471.25, YearlyLow: 351.25, YearlyStart: 411.25, YearlyChange: -7.65, Settlement: `Credit`, Contract: `Forwards`, Region: `Middle East`, Country: `UAE`, Risk: `High`, Sector: `Private`, Currency: `PLN`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-08-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 848 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Sugar`, Spread: 0.01, Open: 15.68, Price: 14.45, Buy: 14.67, Sell: 14.68, Change: -0.22, ChangePercent: -1.56, Volume: 4949, High: 15.7, Low: 14.67, YearlyHigh: 16.87, YearlyLow: 11.37, YearlyStart: 14.12, YearlyChange: 3.92, Settlement: `Cash`, Contract: `Futures`, Region: `Asia Pacific`, Country: `Taiwan`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-07-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 849 }), + new FinancialDataAllItem({ Category: `Index`, Type: `DOW Future`, Spread: 0.01, Open: 17711, Price: 17549.2, Buy: 17712.15, Sell: 17712.16, Change: -162.95, ChangePercent: -0.92, Volume: 22236, High: 17727, Low: 17642, YearlyHigh: 18083, YearlyLow: 15299, YearlyStart: 16691, YearlyChange: 6.12, Settlement: `Credit`, Contract: `Swap`, Region: `Middle East`, Country: `UAE`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-04-21`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 850 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `FD Cattle`, Spread: 0.01, Open: 147.175, Price: 150.69, Buy: 148.6, Sell: 148.61, Change: 2.08, ChangePercent: 1.4, Volume: 5, High: 148.61, Low: 147.18, YearlyHigh: 190, YearlyLow: 138.1, YearlyStart: 164.05, YearlyChange: -9.41, Settlement: `Cash`, Contract: `Swap`, Region: `Africa`, Country: `Tunisia`, Risk: `High`, Sector: `Public`, Currency: `PLN`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-08-23`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 851 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Rice`, Spread: 0.01, Open: 11.245, Price: 10.62, Buy: 10.41, Sell: 10.42, Change: 0.2, ChangePercent: 2, Volume: 220, High: 11.38, Low: 10.42, YearlyHigh: 14.14, YearlyLow: 9.7, YearlyStart: 11.92, YearlyChange: -12.62, Settlement: `Loan`, Contract: `CFD`, Region: `Middle East`, Country: `Qatar`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-04-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 852 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Rice`, Spread: 0.01, Open: 11.245, Price: 10.43, Buy: 10.41, Sell: 10.42, Change: 0.01, ChangePercent: 0.16, Volume: 220, High: 11.38, Low: 10.42, YearlyHigh: 14.14, YearlyLow: 9.7, YearlyStart: 11.92, YearlyChange: -12.62, Settlement: `Credit`, Contract: `Futures`, Region: `Europe`, Country: `Belgium`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-04-23`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 853 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/CAD`, Spread: 0.02, Open: 0.7744, Price: 0.95, Buy: 0.94, Sell: 0.96, Change: 0, ChangePercent: -0.24, Volume: 13669, High: 0.95, Low: 0.77, YearlyHigh: 0.95, YearlyLow: 0.68, YearlyStart: 0.76, YearlyChange: 26.43, Settlement: `Credit`, Contract: `Swap`, Region: `Africa`, Country: `Niger`, Risk: `High`, Sector: `Government`, Currency: `PLN`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-04-22`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 854 }), + new FinancialDataAllItem({ Category: `Index`, Type: `DOW Future`, Spread: 0.01, Open: 17711, Price: 17634.22, Buy: 17712.15, Sell: 17712.16, Change: -77.93, ChangePercent: -0.44, Volume: 22236, High: 17727, Low: 17642, YearlyHigh: 18083, YearlyLow: 15299, YearlyStart: 16691, YearlyChange: 6.12, Settlement: `Cash`, Contract: `Futures`, Region: `Middle East`, Country: `Syria`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-07-24`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 855 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soy Meat`, Spread: 0.01, Open: 342.6, Price: 340.02, Buy: 342.6, Sell: 342.6, Change: -2.6, ChangePercent: -0.76, Volume: 5646, High: 345.4, Low: 340.3, YearlyHigh: 353.4, YearlyLow: 261.7, YearlyStart: 307.55, YearlyChange: 11.4, Settlement: `Credit`, Contract: `Forwards`, Region: `Europe`, Country: `Norway`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-03-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 856 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Cocoa`, Spread: 0.01, Open: 3076, Price: 3076.03, Buy: 3076, Sell: 3076, Change: 0, ChangePercent: 0, Volume: 978, High: 3078, Low: 3066, YearlyHigh: 3406, YearlyLow: 2746, YearlyStart: 3076, YearlyChange: 0, Settlement: `Cash`, Contract: `Options`, Region: `Africa`, Country: `Ethiopia`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `Poor`, Issuer: `FedEx`, Maturity: `2022-06-23`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 857 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Sugar`, Spread: 0.01, Open: 15.68, Price: 14.46, Buy: 14.67, Sell: 14.68, Change: -0.21, ChangePercent: -1.44, Volume: 4949, High: 15.7, Low: 14.67, YearlyHigh: 16.87, YearlyLow: 11.37, YearlyStart: 14.12, YearlyChange: 3.92, Settlement: `Cash`, Contract: `Forwards`, Region: `Middle East`, Country: `Oman`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-05-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 858 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `US 2Y Future`, Spread: 0.01, Open: 109.3984, Price: 110.35, Buy: 109.4, Sell: 109.4, Change: 0.96, ChangePercent: 0.88, Volume: 17742, High: 109.41, Low: 109.38, YearlyHigh: 109.8, YearlyLow: 108.62, YearlyStart: 109.21, YearlyChange: 0.16, Settlement: `Loan`, Contract: `Swap`, Region: `Asia Pacific`, Country: `Thailand`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-07-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 859 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Diesel`, Spread: 0.015, Open: 1.3474, Price: 1.35, Buy: 1.35, Sell: 1.35, Change: -0.01, ChangePercent: -0.36, Volume: 2971, High: 1.36, Low: 1.34, YearlyHigh: 2.11, YearlyLow: 0.92, YearlyStart: 1.51, YearlyChange: -10.4, Settlement: `Cash`, Contract: `Forwards`, Region: `Asia Pacific`, Country: `Taiwan`, Risk: `Low`, Sector: `Government`, Currency: `PLN`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-02-19`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 860 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Oats`, Spread: 0.01, Open: 194.5, Price: 192.74, Buy: 194.21, Sell: 194.22, Change: -1.48, ChangePercent: -0.76, Volume: 64, High: 195.75, Low: 194, YearlyHigh: 241.25, YearlyLow: 183.75, YearlyStart: 212.5, YearlyChange: -8.6, Settlement: `Cash`, Contract: `Options`, Region: `Africa`, Country: `Libya`, Risk: `Low`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-09-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 861 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/CHF`, Spread: 0.02, Open: 1.0337, Price: 1.05, Buy: 1.03, Sell: 1.03, Change: 0.01, ChangePercent: 0.92, Volume: 5550, High: 1.03, Low: 1.03, YearlyHigh: 1.11, YearlyLow: 0.98, YearlyStart: 1.04, YearlyChange: -0.12, Settlement: `Cash`, Contract: `Options`, Region: `North America`, Country: `United States`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-04-22`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 862 }), + new FinancialDataAllItem({ Category: `Index`, Type: `DOW Future`, Spread: 0.01, Open: 17711, Price: 17995.55, Buy: 17712.15, Sell: 17712.16, Change: 283.4, ChangePercent: 1.6, Volume: 22236, High: 17727, Low: 17642, YearlyHigh: 18083, YearlyLow: 15299, YearlyStart: 16691, YearlyChange: 6.12, Settlement: `Loan`, Contract: `Swap`, Region: `Middle East`, Country: `Israel`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-05-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 863 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Platinum`, Spread: 0.01, Open: 1071.6, Price: 1075.38, Buy: 1071.09, Sell: 1071.1, Change: 4.28, ChangePercent: 0.4, Volume: 3039, High: 1081.2, Low: 1070.5, YearlyHigh: 1120.6, YearlyLow: 812.4, YearlyStart: 966.5, YearlyChange: 10.82, Settlement: `Cash`, Contract: `Forwards`, Region: `Africa`, Country: `Algeria`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-07-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 864 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Milk`, Spread: 0.01, Open: 12.87, Price: 12.74, Buy: 12.87, Sell: 12.87, Change: -0.12, ChangePercent: -0.92, Volume: 7, High: 12.89, Low: 12.81, YearlyHigh: 16.96, YearlyLow: 12.81, YearlyStart: 14.88, YearlyChange: -13.6, Settlement: `Cash`, Contract: `Options`, Region: `South America`, Country: `Colombia`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-09-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 865 }), + new FinancialDataAllItem({ Category: `Index`, Type: `DOW Future`, Spread: 0.01, Open: 17711, Price: 17761.75, Buy: 17712.15, Sell: 17712.16, Change: 49.6, ChangePercent: 0.28, Volume: 22236, High: 17727, Low: 17642, YearlyHigh: 18083, YearlyLow: 15299, YearlyStart: 16691, YearlyChange: 6.12, Settlement: `Cash`, Contract: `Options`, Region: `North America`, Country: `United States`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-05-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 866 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Rice`, Spread: 0.01, Open: 11.245, Price: 10.24, Buy: 10.41, Sell: 10.42, Change: -0.18, ChangePercent: -1.64, Volume: 220, High: 11.38, Low: 10.42, YearlyHigh: 14.14, YearlyLow: 9.7, YearlyStart: 11.92, YearlyChange: -12.62, Settlement: `Credit`, Contract: `CFD`, Region: `South America`, Country: `Bolivia`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-05-11`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 867 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Natural Gas`, Spread: 0.02, Open: 2.094, Price: 2.11, Buy: 2.09, Sell: 2.09, Change: 0.01, ChangePercent: 0.32, Volume: 2783, High: 2.11, Low: 2.09, YearlyHigh: 3.2, YearlyLow: 1.84, YearlyStart: 2.52, YearlyChange: -16.51, Settlement: `Cash`, Contract: `Swap`, Region: `Middle East`, Country: `Israel`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `High`, Issuer: `American Airlines`, Maturity: `2022-07-19`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 868 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `OJ Future`, Spread: 0.01, Open: 140.6, Price: 142.66, Buy: 140.18, Sell: 140.19, Change: 2.47, ChangePercent: 1.76, Volume: 7, High: 140.19, Low: 0, YearlyHigh: 155.95, YearlyLow: 113, YearlyStart: 134.47, YearlyChange: 4.25, Settlement: `Credit`, Contract: `Options`, Region: `Asia Pacific`, Country: `Korea`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-02-22`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 869 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Corn`, Spread: 0.01, Open: 379.5, Price: 372.97, Buy: 379.8, Sell: 379.81, Change: -6.83, ChangePercent: -1.8, Volume: 11266, High: 381, Low: 377.75, YearlyHigh: 471.25, YearlyLow: 351.25, YearlyStart: 411.25, YearlyChange: -7.65, Settlement: `Credit`, Contract: `Swap`, Region: `Africa`, Country: `Egypt`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-04-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 870 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Sugar`, Spread: 0.01, Open: 15.68, Price: 14.97, Buy: 14.67, Sell: 14.68, Change: 0.3, ChangePercent: 2, Volume: 4949, High: 15.7, Low: 14.67, YearlyHigh: 16.87, YearlyLow: 11.37, YearlyStart: 14.12, YearlyChange: 3.92, Settlement: `Cash`, Contract: `CFD`, Region: `Europe`, Country: `Croatia`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-08-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 871 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Oats`, Spread: 0.01, Open: 194.5, Price: 193.05, Buy: 194.21, Sell: 194.22, Change: -1.17, ChangePercent: -0.6, Volume: 64, High: 195.75, Low: 194, YearlyHigh: 241.25, YearlyLow: 183.75, YearlyStart: 212.5, YearlyChange: -8.6, Settlement: `Cash`, Contract: `Swap`, Region: `Africa`, Country: `Algeria`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-08-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 872 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/CHF`, Spread: 0.02, Open: 1.0337, Price: 1.03, Buy: 1.03, Sell: 1.03, Change: -0.01, ChangePercent: -1.2, Volume: 5550, High: 1.03, Low: 1.03, YearlyHigh: 1.11, YearlyLow: 0.98, YearlyStart: 1.04, YearlyChange: -0.12, Settlement: `Credit`, Contract: `Options`, Region: `Europe`, Country: `Spain`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-03-19`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 873 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `US 30YR Future`, Spread: 0.01, Open: 164.875, Price: 164.62, Buy: 164.15, Sell: 164.16, Change: 0.46, ChangePercent: 0.28, Volume: 28012, High: 165.25, Low: 164.04, YearlyHigh: 169.38, YearlyLow: 151.47, YearlyStart: 160.43, YearlyChange: 2.33, Settlement: `Loan`, Contract: `Futures`, Region: `Middle East`, Country: `Bahrain`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-06-23`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 874 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Platinum`, Spread: 0.01, Open: 1071.6, Price: 1051.82, Buy: 1071.09, Sell: 1071.1, Change: -19.28, ChangePercent: -1.8, Volume: 3039, High: 1081.2, Low: 1070.5, YearlyHigh: 1120.6, YearlyLow: 812.4, YearlyStart: 966.5, YearlyChange: 10.82, Settlement: `Cash`, Contract: `Futures`, Region: `Asia Pacific`, Country: `Singapore`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-01-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 875 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/CAD`, Spread: 0.02, Open: 0.7744, Price: 0.96, Buy: 0.94, Sell: 0.96, Change: 0.01, ChangePercent: 0.88, Volume: 13669, High: 0.95, Low: 0.77, YearlyHigh: 0.95, YearlyLow: 0.68, YearlyStart: 0.76, YearlyChange: 26.43, Settlement: `Loan`, Contract: `Options`, Region: `Europe`, Country: `Russia`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `High`, Issuer: `American Airlines`, Maturity: `2022-06-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 876 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Lumber`, Spread: 0.01, Open: 303.9, Price: 302.53, Buy: 304.59, Sell: 304.6, Change: -2.07, ChangePercent: -0.68, Volume: 2, High: 304.6, Low: 303.9, YearlyHigh: 317.1, YearlyLow: 236, YearlyStart: 276.55, YearlyChange: 10.14, Settlement: `Loan`, Contract: `Swap`, Region: `Middle East`, Country: `Iraq`, Risk: `High`, Sector: `Public`, Currency: `USD`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-07-16`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 877 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Cocoa`, Spread: 0.01, Open: 3076, Price: 3084.64, Buy: 3076, Sell: 3076, Change: 8.61, ChangePercent: 0.28, Volume: 978, High: 3078, Low: 3066, YearlyHigh: 3406, YearlyLow: 2746, YearlyStart: 3076, YearlyChange: 0, Settlement: `Cash`, Contract: `Options`, Region: `Africa`, Country: `Senegal`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-08-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 878 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Rice`, Spread: 0.01, Open: 11.245, Price: 10.37, Buy: 10.41, Sell: 10.42, Change: -0.05, ChangePercent: -0.4, Volume: 220, High: 11.38, Low: 10.42, YearlyHigh: 14.14, YearlyLow: 9.7, YearlyStart: 11.92, YearlyChange: -12.62, Settlement: `Cash`, Contract: `CFD`, Region: `Europe`, Country: `Germany`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-07-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 879 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Copper`, Spread: 0.02, Open: 2.123, Price: 2.12, Buy: 2.12, Sell: 2.12, Change: 0.01, ChangePercent: 0.36, Volume: 28819, High: 2.16, Low: 2.11, YearlyHigh: 2.94, YearlyLow: 1.96, YearlyStart: 2.45, YearlyChange: -13.76, Settlement: `Credit`, Contract: `CFD`, Region: `North America`, Country: `United States`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-06-27`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 880 }), + new FinancialDataAllItem({ Category: `Index`, Type: `NAS Future`, Spread: 0.01, Open: 4341.25, Price: 4311.76, Buy: 4341.25, Sell: 4341.25, Change: -29.52, ChangePercent: -0.68, Volume: 18259, High: 4347, Low: 4318, YearlyHigh: 4719.75, YearlyLow: 3867.75, YearlyStart: 4293.75, YearlyChange: 1.11, Settlement: `Cash`, Contract: `Swap`, Region: `Asia Pacific`, Country: `Thailand`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-04-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 881 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `OJ Future`, Spread: 0.01, Open: 140.6, Price: 139.68, Buy: 140.18, Sell: 140.19, Change: -0.51, ChangePercent: -0.36, Volume: 7, High: 140.19, Low: 0, YearlyHigh: 155.95, YearlyLow: 113, YearlyStart: 134.47, YearlyChange: 4.25, Settlement: `Cash`, Contract: `Forwards`, Region: `Africa`, Country: `Tunisia`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-03-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 882 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `LV Cattle`, Spread: 0.01, Open: 120.725, Price: 118.48, Buy: 120.72, Sell: 120.72, Change: -2.22, ChangePercent: -1.84, Volume: 4, High: 120.72, Low: 120.72, YearlyHigh: 147.98, YearlyLow: 113.9, YearlyStart: 130.94, YearlyChange: -7.82, Settlement: `Cash`, Contract: `Swap`, Region: `Asia Pacific`, Country: `Azerbaijan`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-07-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 883 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Sugar`, Spread: 0.01, Open: 15.68, Price: 14.66, Buy: 14.67, Sell: 14.68, Change: -0.01, ChangePercent: -0.08, Volume: 4949, High: 15.7, Low: 14.67, YearlyHigh: 16.87, YearlyLow: 11.37, YearlyStart: 14.12, YearlyChange: 3.92, Settlement: `Cash`, Contract: `Futures`, Region: `North America`, Country: `Canada`, Risk: `High`, Sector: `Public`, Currency: `PLN`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-01-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 884 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Gold`, Spread: 0.01, Open: 1281.1, Price: 1274.07, Buy: 1280.73, Sell: 1280.74, Change: -6.66, ChangePercent: -0.52, Volume: 48387, High: 1289.5, Low: 1279.1, YearlyHigh: 1306, YearlyLow: 1047.2, YearlyStart: 1176.6, YearlyChange: 8.85, Settlement: `Cash`, Contract: `Swap`, Region: `Asia Pacific`, Country: `Philippines`, Risk: `High`, Sector: `Government`, Currency: `USD`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-08-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 885 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Gold`, Spread: 0.01, Open: 1281.1, Price: 1265.88, Buy: 1280.73, Sell: 1280.74, Change: -14.85, ChangePercent: -1.16, Volume: 48387, High: 1289.5, Low: 1279.1, YearlyHigh: 1306, YearlyLow: 1047.2, YearlyStart: 1176.6, YearlyChange: 8.85, Settlement: `Cash`, Contract: `Futures`, Region: `Europe`, Country: `Czechia`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-04-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 886 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soybean`, Spread: 0.01, Open: 1038, Price: 1055.65, Buy: 1038.61, Sell: 1038.62, Change: 17.03, ChangePercent: 1.64, Volume: 20356, High: 1044, Low: 1031.75, YearlyHigh: 1057, YearlyLow: 859.5, YearlyStart: 958.25, YearlyChange: 8.39, Settlement: `Cash`, Contract: `Options`, Region: `South America`, Country: `Peru`, Risk: `Low`, Sector: `Government`, Currency: `PLN`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-01-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 887 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P 600 MINI`, Spread: 0.01, Open: 687.9, Price: 681.83, Buy: 687.9, Sell: 687.9, Change: -6.05, ChangePercent: -0.88, Volume: 0, High: 0, Low: 0, YearlyHigh: 620.32, YearlyLow: 595.9, YearlyStart: 608.11, YearlyChange: 13.12, Settlement: `Cash`, Contract: `Futures`, Region: `Middle East`, Country: `Israel`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-04-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 888 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Sugar`, Spread: 0.01, Open: 15.68, Price: 14.66, Buy: 14.67, Sell: 14.68, Change: -0.01, ChangePercent: -0.08, Volume: 4949, High: 15.7, Low: 14.67, YearlyHigh: 16.87, YearlyLow: 11.37, YearlyStart: 14.12, YearlyChange: 3.92, Settlement: `Loan`, Contract: `Futures`, Region: `Middle East`, Country: `Saudi Arabia`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-04-16`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 889 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Uranium`, Spread: 0.02, Open: 27.55, Price: 28.08, Buy: 27.55, Sell: 27.55, Change: 0.5, ChangePercent: 1.8, Volume: 12, High: 27.55, Low: 27.55, YearlyHigh: 29.32, YearlyLow: 21.28, YearlyStart: 25.3, YearlyChange: 9.01, Settlement: `Cash`, Contract: `Options`, Region: `Asia Pacific`, Country: `Australia`, Risk: `High`, Sector: `Private`, Currency: `PLN`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-04-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 890 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/CHF`, Spread: 0.02, Open: 1.0337, Price: 1.05, Buy: 1.03, Sell: 1.03, Change: 0.01, ChangePercent: 0.2, Volume: 5550, High: 1.03, Low: 1.03, YearlyHigh: 1.11, YearlyLow: 0.98, YearlyStart: 1.04, YearlyChange: -0.12, Settlement: `Credit`, Contract: `Swap`, Region: `Europe`, Country: `Slovenia`, Risk: `High`, Sector: `Government`, Currency: `USD`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-02-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 891 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Lumber`, Spread: 0.01, Open: 303.9, Price: 298.75, Buy: 304.59, Sell: 304.6, Change: -5.85, ChangePercent: -1.92, Volume: 2, High: 304.6, Low: 303.9, YearlyHigh: 317.1, YearlyLow: 236, YearlyStart: 276.55, YearlyChange: 10.14, Settlement: `Cash`, Contract: `Futures`, Region: `Middle East`, Country: `Kuwait`, Risk: `Low`, Sector: `Government`, Currency: `USD`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-04-24`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 892 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Platinum`, Spread: 0.01, Open: 1071.6, Price: 1052.25, Buy: 1071.09, Sell: 1071.1, Change: -18.85, ChangePercent: -1.76, Volume: 3039, High: 1081.2, Low: 1070.5, YearlyHigh: 1120.6, YearlyLow: 812.4, YearlyStart: 966.5, YearlyChange: 10.82, Settlement: `Cash`, Contract: `CFD`, Region: `Africa`, Country: `South Africa`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-08-21`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 893 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Lumber`, Spread: 0.01, Open: 303.9, Price: 300.46, Buy: 304.59, Sell: 304.6, Change: -4.14, ChangePercent: -1.36, Volume: 2, High: 304.6, Low: 303.9, YearlyHigh: 317.1, YearlyLow: 236, YearlyStart: 276.55, YearlyChange: 10.14, Settlement: `Loan`, Contract: `Swap`, Region: `Asia Pacific`, Country: `Pakistan`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-06-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 894 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P MID MINI`, Spread: 0.01, Open: 1454.3, Price: 1455.78, Buy: 1455.78, Sell: 1455.79, Change: 0, ChangePercent: 0, Volume: 338, High: 1455.78, Low: 1448, YearlyHigh: 1527.3, YearlyLow: 1236, YearlyStart: 1381.65, YearlyChange: 5.37, Settlement: `Cash`, Contract: `Options`, Region: `Asia Pacific`, Country: `Philippines`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-02-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 895 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Ethanol`, Spread: 0.01, Open: 1.512, Price: 2.76, Buy: 2.75, Sell: 2.76, Change: 0.01, ChangePercent: 0.36, Volume: 14, High: 2.75, Low: 1.12, YearlyHigh: 2.75, YearlyLow: 1.12, YearlyStart: 1.48, YearlyChange: 86.7, Settlement: `Cash`, Contract: `Forwards`, Region: `South America`, Country: `Paraguay`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `High`, Issuer: `American Airlines`, Maturity: `2022-02-21`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 896 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P 600 MINI`, Spread: 0.01, Open: 687.9, Price: 691.46, Buy: 687.9, Sell: 687.9, Change: 3.58, ChangePercent: 0.52, Volume: 0, High: 0, Low: 0, YearlyHigh: 620.32, YearlyLow: 595.9, YearlyStart: 608.11, YearlyChange: 13.12, Settlement: `Cash`, Contract: `Swap`, Region: `Europe`, Country: `Iceland`, Risk: `High`, Sector: `Private`, Currency: `PLN`, Security: `High`, Issuer: `FedEx`, Maturity: `2022-05-22`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 897 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soybean`, Spread: 0.01, Open: 1038, Price: 1044.43, Buy: 1038.61, Sell: 1038.62, Change: 5.81, ChangePercent: 0.56, Volume: 20356, High: 1044, Low: 1031.75, YearlyHigh: 1057, YearlyLow: 859.5, YearlyStart: 958.25, YearlyChange: 8.39, Settlement: `Cash`, Contract: `Swap`, Region: `Middle East`, Country: `Saudi Arabia`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-04-19`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 898 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soybean`, Spread: 0.01, Open: 1038, Price: 1031.14, Buy: 1038.61, Sell: 1038.62, Change: -7.48, ChangePercent: -0.72, Volume: 20356, High: 1044, Low: 1031.75, YearlyHigh: 1057, YearlyLow: 859.5, YearlyStart: 958.25, YearlyChange: 8.39, Settlement: `Cash`, Contract: `Options`, Region: `Asia Pacific`, Country: `Indonesia`, Risk: `High`, Sector: `Government`, Currency: `USD`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-02-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 899 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P Future`, Spread: 0.01, Open: 2057.5, Price: 2047.55, Buy: 2056.6, Sell: 2056.61, Change: -9.05, ChangePercent: -0.44, Volume: 142780, High: 2059.5, Low: 2049, YearlyHigh: 2105.5, YearlyLow: 1794.5, YearlyStart: 1950, YearlyChange: 5.47, Settlement: `Cash`, Contract: `Forwards`, Region: `North America`, Country: `Canada`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-03-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 900 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/CAD`, Spread: 0.02, Open: 0.7744, Price: 0.94, Buy: 0.94, Sell: 0.96, Change: -0.01, ChangePercent: -1.36, Volume: 13669, High: 0.95, Low: 0.77, YearlyHigh: 0.95, YearlyLow: 0.68, YearlyStart: 0.76, YearlyChange: 26.43, Settlement: `Cash`, Contract: `Options`, Region: `Asia Pacific`, Country: `Korea`, Risk: `Low`, Sector: `Government`, Currency: `USD`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-02-24`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 901 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Corn`, Spread: 0.01, Open: 379.5, Price: 375.85, Buy: 379.8, Sell: 379.81, Change: -3.95, ChangePercent: -1.04, Volume: 11266, High: 381, Low: 377.75, YearlyHigh: 471.25, YearlyLow: 351.25, YearlyStart: 411.25, YearlyChange: -7.65, Settlement: `Loan`, Contract: `Swap`, Region: `Middle East`, Country: `Syria`, Risk: `High`, Sector: `Government`, Currency: `PLN`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-06-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 902 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Rice`, Spread: 0.01, Open: 11.245, Price: 10.4, Buy: 10.41, Sell: 10.42, Change: -0.02, ChangePercent: -0.12, Volume: 220, High: 11.38, Low: 10.42, YearlyHigh: 14.14, YearlyLow: 9.7, YearlyStart: 11.92, YearlyChange: -12.62, Settlement: `Cash`, Contract: `Options`, Region: `South America`, Country: `Suriname`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-04-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 903 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Copper`, Spread: 0.02, Open: 2.123, Price: 2.11, Buy: 2.12, Sell: 2.12, Change: 0, ChangePercent: -0.32, Volume: 28819, High: 2.16, Low: 2.11, YearlyHigh: 2.94, YearlyLow: 1.96, YearlyStart: 2.45, YearlyChange: -13.76, Settlement: `Cash`, Contract: `Futures`, Region: `Africa`, Country: `Morocco`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-05-23`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 904 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `Euro$ 3M`, Spread: 0.01, Open: 99.18, Price: 101.03, Buy: 99.18, Sell: 99.18, Change: 1.86, ChangePercent: 1.88, Volume: 29509, High: 99.18, Low: 99.17, YearlyHigh: 99.38, YearlyLow: 98.41, YearlyStart: 98.89, YearlyChange: 0.28, Settlement: `Credit`, Contract: `Futures`, Region: `Asia Pacific`, Country: `Philippines`, Risk: `High`, Sector: `Public`, Currency: `PLN`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-09-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 905 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soybean`, Spread: 0.01, Open: 1038, Price: 1042.77, Buy: 1038.61, Sell: 1038.62, Change: 4.15, ChangePercent: 0.4, Volume: 20356, High: 1044, Low: 1031.75, YearlyHigh: 1057, YearlyLow: 859.5, YearlyStart: 958.25, YearlyChange: 8.39, Settlement: `Credit`, Contract: `CFD`, Region: `Middle East`, Country: `Qatar`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-04-10`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 906 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Lumber`, Spread: 0.01, Open: 303.9, Price: 302.16, Buy: 304.59, Sell: 304.6, Change: -2.44, ChangePercent: -0.8, Volume: 2, High: 304.6, Low: 303.9, YearlyHigh: 317.1, YearlyLow: 236, YearlyStart: 276.55, YearlyChange: 10.14, Settlement: `Cash`, Contract: `Options`, Region: `Middle East`, Country: `UAE`, Risk: `Low`, Sector: `Public`, Currency: `EUR`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-08-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 907 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soybean`, Spread: 0.01, Open: 1038, Price: 1043.19, Buy: 1038.61, Sell: 1038.62, Change: 4.57, ChangePercent: 0.44, Volume: 20356, High: 1044, Low: 1031.75, YearlyHigh: 1057, YearlyLow: 859.5, YearlyStart: 958.25, YearlyChange: 8.39, Settlement: `Cash`, Contract: `Options`, Region: `Middle East`, Country: `Lebanon`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-08-23`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 908 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soybean`, Spread: 0.01, Open: 1038, Price: 1057.31, Buy: 1038.61, Sell: 1038.62, Change: 18.69, ChangePercent: 1.8, Volume: 20356, High: 1044, Low: 1031.75, YearlyHigh: 1057, YearlyLow: 859.5, YearlyStart: 958.25, YearlyChange: 8.39, Settlement: `Cash`, Contract: `Swap`, Region: `North America`, Country: `United States`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-08-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 909 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Palladium`, Spread: 0.01, Open: 600.55, Price: 606.29, Buy: 601, Sell: 601.01, Change: 5.29, ChangePercent: 0.88, Volume: 651, High: 607.2, Low: 598.4, YearlyHigh: 690, YearlyLow: 458.6, YearlyStart: 574.3, YearlyChange: 4.65, Settlement: `Loan`, Contract: `Futures`, Region: `Asia Pacific`, Country: `Indonesia`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-02-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 910 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Lumber`, Spread: 0.01, Open: 303.9, Price: 303.99, Buy: 304.59, Sell: 304.6, Change: -0.61, ChangePercent: -0.2, Volume: 2, High: 304.6, Low: 303.9, YearlyHigh: 317.1, YearlyLow: 236, YearlyStart: 276.55, YearlyChange: 10.14, Settlement: `Credit`, Contract: `Swap`, Region: `Europe`, Country: `France`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `High`, Issuer: `FedEx`, Maturity: `2022-02-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 911 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `Lean Hogs`, Spread: 0.01, Open: 81.275, Price: 80.96, Buy: 81.81, Sell: 81.82, Change: -0.85, ChangePercent: -1.04, Volume: 1, High: 81.81, Low: 81.28, YearlyHigh: 83.98, YearlyLow: 70.25, YearlyStart: 77.11, YearlyChange: 6.09, Settlement: `Loan`, Contract: `Futures`, Region: `Middle East`, Country: `Israel`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-06-24`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 912 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Coffee`, Spread: 0.01, Open: 125.7, Price: 127.2, Buy: 125.7, Sell: 125.7, Change: 1.51, ChangePercent: 1.2, Volume: 1654, High: 125.8, Low: 125, YearlyHigh: 155.75, YearlyLow: 115.35, YearlyStart: 135.55, YearlyChange: -7.27, Settlement: `Cash`, Contract: `Swap`, Region: `Asia Pacific`, Country: `Afghanistan`, Risk: `High`, Sector: `Government`, Currency: `PLN`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-02-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 913 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Cotton`, Spread: 0.01, Open: 61.77, Price: 62.9, Buy: 61.77, Sell: 61.77, Change: 1.14, ChangePercent: 1.84, Volume: 3612, High: 62.06, Low: 61.32, YearlyHigh: 67.59, YearlyLow: 54.33, YearlyStart: 60.96, YearlyChange: 1.31, Settlement: `Cash`, Contract: `Forwards`, Region: `Middle East`, Country: `Qatar`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-05-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 914 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/CAD`, Spread: 0.02, Open: 0.7744, Price: 0.97, Buy: 0.94, Sell: 0.96, Change: 0.02, ChangePercent: 1.2, Volume: 13669, High: 0.95, Low: 0.77, YearlyHigh: 0.95, YearlyLow: 0.68, YearlyStart: 0.76, YearlyChange: 26.43, Settlement: `Credit`, Contract: `Options`, Region: `Middle East`, Country: `Kuwait`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `American Airlines`, Maturity: `2022-08-10`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 915 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Uranium`, Spread: 0.02, Open: 27.55, Price: 27.78, Buy: 27.55, Sell: 27.55, Change: 0.2, ChangePercent: 0.72, Volume: 12, High: 27.55, Low: 27.55, YearlyHigh: 29.32, YearlyLow: 21.28, YearlyStart: 25.3, YearlyChange: 9.01, Settlement: `Loan`, Contract: `Futures`, Region: `South America`, Country: `Ecuador`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-01-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 916 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/CHF`, Spread: 0.02, Open: 1.0337, Price: 1.06, Buy: 1.03, Sell: 1.03, Change: 0.02, ChangePercent: 1.68, Volume: 5550, High: 1.03, Low: 1.03, YearlyHigh: 1.11, YearlyLow: 0.98, YearlyStart: 1.04, YearlyChange: -0.12, Settlement: `Credit`, Contract: `Options`, Region: `North America`, Country: `Canada`, Risk: `High`, Sector: `Public`, Currency: `USD`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-07-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 917 }), + new FinancialDataAllItem({ Category: `Index`, Type: `DOW Future`, Spread: 0.01, Open: 17711, Price: 17953.04, Buy: 17712.15, Sell: 17712.16, Change: 240.89, ChangePercent: 1.36, Volume: 22236, High: 17727, Low: 17642, YearlyHigh: 18083, YearlyLow: 15299, YearlyStart: 16691, YearlyChange: 6.12, Settlement: `Credit`, Contract: `CFD`, Region: `Africa`, Country: `Algeria`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-04-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 918 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/JPY`, Spread: 0.02, Open: 9275.5, Price: 9362.69, Buy: 9277.32, Sell: 9277.34, Change: 85.36, ChangePercent: 0.92, Volume: 47734, High: 9277.33, Low: 0.93, YearlyHigh: 9483, YearlyLow: 0.93, YearlyStart: 4741.97, YearlyChange: 95.64, Settlement: `Cash`, Contract: `CFD`, Region: `Europe`, Country: `Italy`, Risk: `High`, Sector: `Public`, Currency: `USD`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-07-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 919 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Gold`, Spread: 0.01, Open: 1281.1, Price: 1272.54, Buy: 1280.73, Sell: 1280.74, Change: -8.19, ChangePercent: -0.64, Volume: 48387, High: 1289.5, Low: 1279.1, YearlyHigh: 1306, YearlyLow: 1047.2, YearlyStart: 1176.6, YearlyChange: 8.85, Settlement: `Credit`, Contract: `Swap`, Region: `North America`, Country: `Canada`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `High`, Issuer: `American Airlines`, Maturity: `2022-05-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 920 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Platinum`, Spread: 0.01, Open: 1071.6, Price: 1061.25, Buy: 1071.09, Sell: 1071.1, Change: -9.85, ChangePercent: -0.92, Volume: 3039, High: 1081.2, Low: 1070.5, YearlyHigh: 1120.6, YearlyLow: 812.4, YearlyStart: 966.5, YearlyChange: 10.82, Settlement: `Credit`, Contract: `Options`, Region: `Africa`, Country: `Tunisia`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-03-19`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 921 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Oats`, Spread: 0.01, Open: 194.5, Price: 197.33, Buy: 194.21, Sell: 194.22, Change: 3.11, ChangePercent: 1.6, Volume: 64, High: 195.75, Low: 194, YearlyHigh: 241.25, YearlyLow: 183.75, YearlyStart: 212.5, YearlyChange: -8.6, Settlement: `Credit`, Contract: `Forwards`, Region: `Asia Pacific`, Country: `Azerbaijan`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-03-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 922 }), + new FinancialDataAllItem({ Category: `Index`, Type: `NAS Future`, Spread: 0.01, Open: 4341.25, Price: 4414.21, Buy: 4341.25, Sell: 4341.25, Change: 72.93, ChangePercent: 1.68, Volume: 18259, High: 4347, Low: 4318, YearlyHigh: 4719.75, YearlyLow: 3867.75, YearlyStart: 4293.75, YearlyChange: 1.11, Settlement: `Loan`, Contract: `Swap`, Region: `Asia Pacific`, Country: `Australia`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-08-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 923 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `OJ Future`, Spread: 0.01, Open: 140.6, Price: 138.39, Buy: 140.18, Sell: 140.19, Change: -1.8, ChangePercent: -1.28, Volume: 7, High: 140.19, Low: 0, YearlyHigh: 155.95, YearlyLow: 113, YearlyStart: 134.47, YearlyChange: 4.25, Settlement: `Loan`, Contract: `Options`, Region: `South America`, Country: `Colombia`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-05-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 924 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `Lean Hogs`, Spread: 0.01, Open: 81.275, Price: 80.24, Buy: 81.81, Sell: 81.82, Change: -1.57, ChangePercent: -1.92, Volume: 1, High: 81.81, Low: 81.28, YearlyHigh: 83.98, YearlyLow: 70.25, YearlyStart: 77.11, YearlyChange: 6.09, Settlement: `Credit`, Contract: `Options`, Region: `Africa`, Country: `South Africa`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-05-22`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 925 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Oats`, Spread: 0.01, Open: 194.5, Price: 193.05, Buy: 194.21, Sell: 194.22, Change: -1.17, ChangePercent: -0.6, Volume: 64, High: 195.75, Low: 194, YearlyHigh: 241.25, YearlyLow: 183.75, YearlyStart: 212.5, YearlyChange: -8.6, Settlement: `Cash`, Contract: `Swap`, Region: `Europe`, Country: `United Kingdom`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-07-23`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 926 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P MID MINI`, Spread: 0.01, Open: 1454.3, Price: 1441.22, Buy: 1455.78, Sell: 1455.79, Change: -14.56, ChangePercent: -1, Volume: 338, High: 1455.78, Low: 1448, YearlyHigh: 1527.3, YearlyLow: 1236, YearlyStart: 1381.65, YearlyChange: 5.37, Settlement: `Cash`, Contract: `Futures`, Region: `Asia Pacific`, Country: `New Zealand`, Risk: `Low`, Sector: `Public`, Currency: `EUR`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-04-21`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 927 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Oil`, Spread: 0.015, Open: 45.54, Price: 46.56, Buy: 45.78, Sell: 45.8, Change: 0.77, ChangePercent: 1.68, Volume: 107196, High: 45.94, Low: 45, YearlyHigh: 65.28, YearlyLow: 30.79, YearlyStart: 48.03, YearlyChange: -4.67, Settlement: `Loan`, Contract: `Swap`, Region: `Asia Pacific`, Country: `Azerbaijan`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-02-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 928 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Oil`, Spread: 0.015, Open: 45.54, Price: 45.33, Buy: 45.78, Sell: 45.8, Change: -0.46, ChangePercent: -1, Volume: 107196, High: 45.94, Low: 45, YearlyHigh: 65.28, YearlyLow: 30.79, YearlyStart: 48.03, YearlyChange: -4.67, Settlement: `Loan`, Contract: `Futures`, Region: `South America`, Country: `Uruguay`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-03-16`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 929 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Platinum`, Spread: 0.01, Open: 1071.6, Price: 1090.38, Buy: 1071.09, Sell: 1071.1, Change: 19.28, ChangePercent: 1.8, Volume: 3039, High: 1081.2, Low: 1070.5, YearlyHigh: 1120.6, YearlyLow: 812.4, YearlyStart: 966.5, YearlyChange: 10.82, Settlement: `Loan`, Contract: `Futures`, Region: `Europe`, Country: `Denmark`, Risk: `Low`, Sector: `Government`, Currency: `USD`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-06-16`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 930 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Gold`, Spread: 0.01, Open: 1281.1, Price: 1279.19, Buy: 1280.73, Sell: 1280.74, Change: -1.54, ChangePercent: -0.12, Volume: 48387, High: 1289.5, Low: 1279.1, YearlyHigh: 1306, YearlyLow: 1047.2, YearlyStart: 1176.6, YearlyChange: 8.85, Settlement: `Cash`, Contract: `Options`, Region: `Europe`, Country: `Greece`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-09-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 931 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/JPY`, Spread: 0.02, Open: 9275.5, Price: 9114.05, Buy: 9277.32, Sell: 9277.34, Change: -163.28, ChangePercent: -1.76, Volume: 47734, High: 9277.33, Low: 0.93, YearlyHigh: 9483, YearlyLow: 0.93, YearlyStart: 4741.97, YearlyChange: 95.64, Settlement: `Cash`, Contract: `Futures`, Region: `Middle East`, Country: `Israel`, Risk: `Low`, Sector: `Government`, Currency: `USD`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-07-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 932 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soy Meat`, Spread: 0.01, Open: 342.6, Price: 343.99, Buy: 342.6, Sell: 342.6, Change: 1.37, ChangePercent: 0.4, Volume: 5646, High: 345.4, Low: 340.3, YearlyHigh: 353.4, YearlyLow: 261.7, YearlyStart: 307.55, YearlyChange: 11.4, Settlement: `Loan`, Contract: `Swap`, Region: `Africa`, Country: `Senegal`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-05-23`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 933 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `LV Cattle`, Spread: 0.01, Open: 120.725, Price: 122.25, Buy: 120.72, Sell: 120.72, Change: 1.55, ChangePercent: 1.28, Volume: 4, High: 120.72, Low: 120.72, YearlyHigh: 147.98, YearlyLow: 113.9, YearlyStart: 130.94, YearlyChange: -7.82, Settlement: `Cash`, Contract: `CFD`, Region: `Middle East`, Country: `Israel`, Risk: `Low`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-04-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 934 }), + new FinancialDataAllItem({ Category: `Index`, Type: `NAS Future`, Spread: 0.01, Open: 4341.25, Price: 4358.65, Buy: 4341.25, Sell: 4341.25, Change: 17.37, ChangePercent: 0.4, Volume: 18259, High: 4347, Low: 4318, YearlyHigh: 4719.75, YearlyLow: 3867.75, YearlyStart: 4293.75, YearlyChange: 1.11, Settlement: `Cash`, Contract: `Futures`, Region: `Africa`, Country: `Senegal`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-02-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 935 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Natural Gas`, Spread: 0.02, Open: 2.094, Price: 2.08, Buy: 2.09, Sell: 2.09, Change: -0.02, ChangePercent: -1.12, Volume: 2783, High: 2.11, Low: 2.09, YearlyHigh: 3.2, YearlyLow: 1.84, YearlyStart: 2.52, YearlyChange: -16.51, Settlement: `Credit`, Contract: `CFD`, Region: `Europe`, Country: `Czechia`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-02-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 936 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Sugar`, Spread: 0.01, Open: 15.68, Price: 14.77, Buy: 14.67, Sell: 14.68, Change: 0.1, ChangePercent: 0.68, Volume: 4949, High: 15.7, Low: 14.67, YearlyHigh: 16.87, YearlyLow: 11.37, YearlyStart: 14.12, YearlyChange: 3.92, Settlement: `Credit`, Contract: `Options`, Region: `Asia Pacific`, Country: `Australia`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-05-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 937 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Coffee`, Spread: 0.01, Open: 125.7, Price: 127.9, Buy: 125.7, Sell: 125.7, Change: 2.21, ChangePercent: 1.76, Volume: 1654, High: 125.8, Low: 125, YearlyHigh: 155.75, YearlyLow: 115.35, YearlyStart: 135.55, YearlyChange: -7.27, Settlement: `Credit`, Contract: `Options`, Region: `North America`, Country: `Canada`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-06-16`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 938 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Coal`, Spread: 0.015, Open: 0.4363, Price: 0.42, Buy: 0.44, Sell: 0.44, Change: 0, ChangePercent: 1.32, Volume: 3, High: 0.44, Low: 0.44, YearlyHigh: 0.48, YearlyLow: 0.4, YearlyStart: 0.44, YearlyChange: -5.33, Settlement: `Cash`, Contract: `Forwards`, Region: `Asia Pacific`, Country: `Korea`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-06-21`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 939 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `Lean Hogs`, Spread: 0.01, Open: 81.275, Price: 82.08, Buy: 81.81, Sell: 81.82, Change: 0.27, ChangePercent: 0.32, Volume: 1, High: 81.81, Low: 81.28, YearlyHigh: 83.98, YearlyLow: 70.25, YearlyStart: 77.11, YearlyChange: 6.09, Settlement: `Cash`, Contract: `CFD`, Region: `South America`, Country: `Suriname`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-06-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 940 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Gold`, Spread: 0.01, Open: 1281.1, Price: 1277.15, Buy: 1280.73, Sell: 1280.74, Change: -3.58, ChangePercent: -0.28, Volume: 48387, High: 1289.5, Low: 1279.1, YearlyHigh: 1306, YearlyLow: 1047.2, YearlyStart: 1176.6, YearlyChange: 8.85, Settlement: `Cash`, Contract: `Options`, Region: `Africa`, Country: `Niger`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-07-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 941 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Silver`, Spread: 0.01, Open: 17.43, Price: 17.34, Buy: 17.43, Sell: 17.43, Change: -0.08, ChangePercent: -0.44, Volume: 11720, High: 17.51, Low: 17.37, YearlyHigh: 18.06, YearlyLow: 13.73, YearlyStart: 15.89, YearlyChange: 9.59, Settlement: `Cash`, Contract: `Futures`, Region: `North America`, Country: `Canada`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-07-22`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 942 }), + new FinancialDataAllItem({ Category: `Index`, Type: `NAS Future`, Spread: 0.01, Open: 4341.25, Price: 4396.85, Buy: 4341.25, Sell: 4341.25, Change: 55.57, ChangePercent: 1.28, Volume: 18259, High: 4347, Low: 4318, YearlyHigh: 4719.75, YearlyLow: 3867.75, YearlyStart: 4293.75, YearlyChange: 1.11, Settlement: `Loan`, Contract: `Futures`, Region: `Middle East`, Country: `Oman`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-06-21`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 943 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `FD Cattle`, Spread: 0.01, Open: 147.175, Price: 149.38, Buy: 148.6, Sell: 148.61, Change: 0.77, ChangePercent: 0.52, Volume: 5, High: 148.61, Low: 147.18, YearlyHigh: 190, YearlyLow: 138.1, YearlyStart: 164.05, YearlyChange: -9.41, Settlement: `Loan`, Contract: `Options`, Region: `Asia Pacific`, Country: `Thailand`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `Poor`, Issuer: `American Airlines`, Maturity: `2022-02-22`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 944 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Lumber`, Spread: 0.01, Open: 303.9, Price: 308.13, Buy: 304.59, Sell: 304.6, Change: 3.53, ChangePercent: 1.16, Volume: 2, High: 304.6, Low: 303.9, YearlyHigh: 317.1, YearlyLow: 236, YearlyStart: 276.55, YearlyChange: 10.14, Settlement: `Credit`, Contract: `Swap`, Region: `Asia Pacific`, Country: `Japan`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-09-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 945 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `Euro$ 3M`, Spread: 0.01, Open: 99.18, Price: 97.5, Buy: 99.18, Sell: 99.18, Change: -1.67, ChangePercent: -1.68, Volume: 29509, High: 99.18, Low: 99.17, YearlyHigh: 99.38, YearlyLow: 98.41, YearlyStart: 98.89, YearlyChange: 0.28, Settlement: `Cash`, Contract: `Options`, Region: `Middle East`, Country: `Oman`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `FedEx`, Maturity: `2022-05-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 946 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P Future`, Spread: 0.01, Open: 2057.5, Price: 2051.67, Buy: 2056.6, Sell: 2056.61, Change: -4.93, ChangePercent: -0.24, Volume: 142780, High: 2059.5, Low: 2049, YearlyHigh: 2105.5, YearlyLow: 1794.5, YearlyStart: 1950, YearlyChange: 5.47, Settlement: `Credit`, Contract: `Swap`, Region: `Middle East`, Country: `Syria`, Risk: `High`, Sector: `Government`, Currency: `PLN`, Security: `High`, Issuer: `American Airlines`, Maturity: `2022-08-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 947 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/JPY`, Spread: 0.02, Open: 9275.5, Price: 9277.33, Buy: 9277.32, Sell: 9277.34, Change: 0, ChangePercent: 0, Volume: 47734, High: 9277.33, Low: 0.93, YearlyHigh: 9483, YearlyLow: 0.93, YearlyStart: 4741.97, YearlyChange: 95.64, Settlement: `Loan`, Contract: `Options`, Region: `South America`, Country: `Chile`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `Poor`, Issuer: `American Airlines`, Maturity: `2022-08-22`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 948 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Palladium`, Spread: 0.01, Open: 600.55, Price: 596.43, Buy: 601, Sell: 601.01, Change: -4.57, ChangePercent: -0.76, Volume: 651, High: 607.2, Low: 598.4, YearlyHigh: 690, YearlyLow: 458.6, YearlyStart: 574.3, YearlyChange: 4.65, Settlement: `Credit`, Contract: `CFD`, Region: `Middle East`, Country: `Jordan`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-06-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 949 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Platinum`, Spread: 0.01, Open: 1071.6, Price: 1082.67, Buy: 1071.09, Sell: 1071.1, Change: 11.57, ChangePercent: 1.08, Volume: 3039, High: 1081.2, Low: 1070.5, YearlyHigh: 1120.6, YearlyLow: 812.4, YearlyStart: 966.5, YearlyChange: 10.82, Settlement: `Cash`, Contract: `Futures`, Region: `Europe`, Country: `Sweden`, Risk: `High`, Sector: `Private`, Currency: `PLN`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-01-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 950 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Sugar`, Spread: 0.01, Open: 15.68, Price: 14.45, Buy: 14.67, Sell: 14.68, Change: -0.22, ChangePercent: -1.56, Volume: 4949, High: 15.7, Low: 14.67, YearlyHigh: 16.87, YearlyLow: 11.37, YearlyStart: 14.12, YearlyChange: 3.92, Settlement: `Cash`, Contract: `Options`, Region: `Middle East`, Country: `Iraq`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-06-21`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 951 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/CAD`, Spread: 0.02, Open: 0.7744, Price: 0.95, Buy: 0.94, Sell: 0.96, Change: 0, ChangePercent: -0.32, Volume: 13669, High: 0.95, Low: 0.77, YearlyHigh: 0.95, YearlyLow: 0.68, YearlyStart: 0.76, YearlyChange: 26.43, Settlement: `Loan`, Contract: `Swap`, Region: `Asia Pacific`, Country: `Hong Kong`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-05-22`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 952 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `US 2Y Future`, Spread: 0.01, Open: 109.3984, Price: 109.91, Buy: 109.4, Sell: 109.4, Change: 0.52, ChangePercent: 0.48, Volume: 17742, High: 109.41, Low: 109.38, YearlyHigh: 109.8, YearlyLow: 108.62, YearlyStart: 109.21, YearlyChange: 0.16, Settlement: `Cash`, Contract: `Forwards`, Region: `Africa`, Country: `Egypt`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-03-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 953 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Cotton`, Spread: 0.01, Open: 61.77, Price: 60.8, Buy: 61.77, Sell: 61.77, Change: -0.96, ChangePercent: -1.56, Volume: 3612, High: 62.06, Low: 61.32, YearlyHigh: 67.59, YearlyLow: 54.33, YearlyStart: 60.96, YearlyChange: 1.31, Settlement: `Cash`, Contract: `Options`, Region: `Europe`, Country: `Poland`, Risk: `High`, Sector: `Government`, Currency: `PLN`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-01-19`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 954 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Natural Gas`, Spread: 0.02, Open: 2.094, Price: 2.11, Buy: 2.09, Sell: 2.09, Change: 0.01, ChangePercent: 0.16, Volume: 2783, High: 2.11, Low: 2.09, YearlyHigh: 3.2, YearlyLow: 1.84, YearlyStart: 2.52, YearlyChange: -16.51, Settlement: `Cash`, Contract: `Options`, Region: `Africa`, Country: `Algeria`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-06-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 955 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P MID MINI`, Spread: 0.01, Open: 1454.3, Price: 1469.17, Buy: 1455.78, Sell: 1455.79, Change: 13.39, ChangePercent: 0.92, Volume: 338, High: 1455.78, Low: 1448, YearlyHigh: 1527.3, YearlyLow: 1236, YearlyStart: 1381.65, YearlyChange: 5.37, Settlement: `Cash`, Contract: `Swap`, Region: `Europe`, Country: `Hungary`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-06-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 956 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Platinum`, Spread: 0.01, Open: 1071.6, Price: 1056.53, Buy: 1071.09, Sell: 1071.1, Change: -14.57, ChangePercent: -1.36, Volume: 3039, High: 1081.2, Low: 1070.5, YearlyHigh: 1120.6, YearlyLow: 812.4, YearlyStart: 966.5, YearlyChange: 10.82, Settlement: `Credit`, Contract: `Swap`, Region: `Asia Pacific`, Country: `Azerbaijan`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-04-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 957 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Coal`, Spread: 0.015, Open: 0.4363, Price: 0.42, Buy: 0.44, Sell: 0.44, Change: 0, ChangePercent: 0.96, Volume: 3, High: 0.44, Low: 0.44, YearlyHigh: 0.48, YearlyLow: 0.4, YearlyStart: 0.44, YearlyChange: -5.33, Settlement: `Cash`, Contract: `Swap`, Region: `Middle East`, Country: `Qatar`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-01-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 958 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `US 2Y Future`, Spread: 0.01, Open: 109.3984, Price: 109.34, Buy: 109.4, Sell: 109.4, Change: -0.05, ChangePercent: -0.04, Volume: 17742, High: 109.41, Low: 109.38, YearlyHigh: 109.8, YearlyLow: 108.62, YearlyStart: 109.21, YearlyChange: 0.16, Settlement: `Credit`, Contract: `CFD`, Region: `North America`, Country: `United States`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-07-16`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 959 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/CHF`, Spread: 0.02, Open: 1.0337, Price: 1.06, Buy: 1.03, Sell: 1.03, Change: 0.02, ChangePercent: 1.24, Volume: 5550, High: 1.03, Low: 1.03, YearlyHigh: 1.11, YearlyLow: 0.98, YearlyStart: 1.04, YearlyChange: -0.12, Settlement: `Loan`, Contract: `Futures`, Region: `Europe`, Country: `Belgium`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-03-21`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 960 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Ethanol`, Spread: 0.01, Open: 1.512, Price: 2.72, Buy: 2.75, Sell: 2.76, Change: -0.03, ChangePercent: -1.24, Volume: 14, High: 2.75, Low: 1.12, YearlyHigh: 2.75, YearlyLow: 1.12, YearlyStart: 1.48, YearlyChange: 86.7, Settlement: `Cash`, Contract: `Options`, Region: `Europe`, Country: `Portugal`, Risk: `High`, Sector: `Government`, Currency: `USD`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-09-23`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 961 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soy Meat`, Spread: 0.01, Open: 342.6, Price: 338.78, Buy: 342.6, Sell: 342.6, Change: -3.84, ChangePercent: -1.12, Volume: 5646, High: 345.4, Low: 340.3, YearlyHigh: 353.4, YearlyLow: 261.7, YearlyStart: 307.55, YearlyChange: 11.4, Settlement: `Loan`, Contract: `Options`, Region: `South America`, Country: `Suriname`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `FedEx`, Maturity: `2022-01-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 962 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Oil`, Spread: 0.015, Open: 45.54, Price: 45.2, Buy: 45.78, Sell: 45.8, Change: -0.59, ChangePercent: -1.28, Volume: 107196, High: 45.94, Low: 45, YearlyHigh: 65.28, YearlyLow: 30.79, YearlyStart: 48.03, YearlyChange: -4.67, Settlement: `Credit`, Contract: `Options`, Region: `Africa`, Country: `Algeria`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-04-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 963 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Palladium`, Spread: 0.01, Open: 600.55, Price: 604.13, Buy: 601, Sell: 601.01, Change: 3.13, ChangePercent: 0.52, Volume: 651, High: 607.2, Low: 598.4, YearlyHigh: 690, YearlyLow: 458.6, YearlyStart: 574.3, YearlyChange: 4.65, Settlement: `Credit`, Contract: `Options`, Region: `Middle East`, Country: `Israel`, Risk: `Low`, Sector: `Public`, Currency: `EUR`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-03-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 964 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `LV Cattle`, Spread: 0.01, Open: 120.725, Price: 119.21, Buy: 120.72, Sell: 120.72, Change: -1.5, ChangePercent: -1.24, Volume: 4, High: 120.72, Low: 120.72, YearlyHigh: 147.98, YearlyLow: 113.9, YearlyStart: 130.94, YearlyChange: -7.82, Settlement: `Loan`, Contract: `Options`, Region: `North America`, Country: `Mexico`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `High`, Issuer: `American Airlines`, Maturity: `2022-05-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 965 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `LV Cattle`, Spread: 0.01, Open: 120.725, Price: 121.19, Buy: 120.72, Sell: 120.72, Change: 0.48, ChangePercent: 0.4, Volume: 4, High: 120.72, Low: 120.72, YearlyHigh: 147.98, YearlyLow: 113.9, YearlyStart: 130.94, YearlyChange: -7.82, Settlement: `Credit`, Contract: `CFD`, Region: `South America`, Country: `Uruguay`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-09-23`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 966 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `US 30YR Future`, Spread: 0.01, Open: 164.875, Price: 166.26, Buy: 164.15, Sell: 164.16, Change: 2.1, ChangePercent: 1.28, Volume: 28012, High: 165.25, Low: 164.04, YearlyHigh: 169.38, YearlyLow: 151.47, YearlyStart: 160.43, YearlyChange: 2.33, Settlement: `Loan`, Contract: `Futures`, Region: `Africa`, Country: `Algeria`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-08-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 967 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Corn`, Spread: 0.01, Open: 379.5, Price: 374.79, Buy: 379.8, Sell: 379.81, Change: -5.01, ChangePercent: -1.32, Volume: 11266, High: 381, Low: 377.75, YearlyHigh: 471.25, YearlyLow: 351.25, YearlyStart: 411.25, YearlyChange: -7.65, Settlement: `Credit`, Contract: `Swap`, Region: `Europe`, Country: `Bulgaria`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-04-21`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 968 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Wheat`, Spread: 0.01, Open: 465.5, Price: 474.46, Buy: 465.5, Sell: 465.5, Change: 8.94, ChangePercent: 1.92, Volume: 4318, High: 467, Low: 463.25, YearlyHigh: 628.5, YearlyLow: 449.5, YearlyStart: 539, YearlyChange: -13.63, Settlement: `Loan`, Contract: `CFD`, Region: `Europe`, Country: `Sweden`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-08-10`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 969 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Natural Gas`, Spread: 0.02, Open: 2.094, Price: 2.09, Buy: 2.09, Sell: 2.09, Change: -0.01, ChangePercent: -0.68, Volume: 2783, High: 2.11, Low: 2.09, YearlyHigh: 3.2, YearlyLow: 1.84, YearlyStart: 2.52, YearlyChange: -16.51, Settlement: `Cash`, Contract: `Futures`, Region: `Middle East`, Country: `Qatar`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-03-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 970 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soy Meat`, Spread: 0.01, Open: 342.6, Price: 344.95, Buy: 342.6, Sell: 342.6, Change: 2.33, ChangePercent: 0.68, Volume: 5646, High: 345.4, Low: 340.3, YearlyHigh: 353.4, YearlyLow: 261.7, YearlyStart: 307.55, YearlyChange: 11.4, Settlement: `Credit`, Contract: `Options`, Region: `North America`, Country: `Canada`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-08-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 971 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Oil`, Spread: 0.015, Open: 45.54, Price: 46.28, Buy: 45.78, Sell: 45.8, Change: 0.49, ChangePercent: 1.08, Volume: 107196, High: 45.94, Low: 45, YearlyHigh: 65.28, YearlyLow: 30.79, YearlyStart: 48.03, YearlyChange: -4.67, Settlement: `Credit`, Contract: `Futures`, Region: `Middle East`, Country: `Qatar`, Risk: `High`, Sector: `Private`, Currency: `PLN`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-01-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 972 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/CAD`, Spread: 0.02, Open: 0.7744, Price: 0.97, Buy: 0.94, Sell: 0.96, Change: 0.02, ChangePercent: 2, Volume: 13669, High: 0.95, Low: 0.77, YearlyHigh: 0.95, YearlyLow: 0.68, YearlyStart: 0.76, YearlyChange: 26.43, Settlement: `Loan`, Contract: `CFD`, Region: `Asia Pacific`, Country: `Pakistan`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `High`, Issuer: `FedEx`, Maturity: `2022-08-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 973 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P 600 MINI`, Spread: 0.01, Open: 687.9, Price: 699.71, Buy: 687.9, Sell: 687.9, Change: 11.83, ChangePercent: 1.72, Volume: 0, High: 0, Low: 0, YearlyHigh: 620.32, YearlyLow: 595.9, YearlyStart: 608.11, YearlyChange: 13.12, Settlement: `Cash`, Contract: `Swap`, Region: `Middle East`, Country: `UAE`, Risk: `Low`, Sector: `Government`, Currency: `USD`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-08-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 974 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Uranium`, Spread: 0.02, Open: 27.55, Price: 27.86, Buy: 27.55, Sell: 27.55, Change: 0.28, ChangePercent: 1, Volume: 12, High: 27.55, Low: 27.55, YearlyHigh: 29.32, YearlyLow: 21.28, YearlyStart: 25.3, YearlyChange: 9.01, Settlement: `Cash`, Contract: `Swap`, Region: `Africa`, Country: `Algeria`, Risk: `High`, Sector: `Private`, Currency: `PLN`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-09-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 975 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `US 10YR Future`, Spread: 0.01, Open: 130.5625, Price: 129.49, Buy: 130.56, Sell: 130.56, Change: -1.09, ChangePercent: -0.84, Volume: 189310, High: 130.63, Low: 130.44, YearlyHigh: 132.64, YearlyLow: 125.48, YearlyStart: 129.06, YearlyChange: 1.18, Settlement: `Loan`, Contract: `Futures`, Region: `Middle East`, Country: `Iraq`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-05-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 976 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Oats`, Spread: 0.01, Open: 194.5, Price: 190.49, Buy: 194.21, Sell: 194.22, Change: -3.73, ChangePercent: -1.92, Volume: 64, High: 195.75, Low: 194, YearlyHigh: 241.25, YearlyLow: 183.75, YearlyStart: 212.5, YearlyChange: -8.6, Settlement: `Loan`, Contract: `Futures`, Region: `Asia Pacific`, Country: `Indonesia`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-08-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 977 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Sugar`, Spread: 0.01, Open: 15.68, Price: 14.93, Buy: 14.67, Sell: 14.68, Change: 0.26, ChangePercent: 1.72, Volume: 4949, High: 15.7, Low: 14.67, YearlyHigh: 16.87, YearlyLow: 11.37, YearlyStart: 14.12, YearlyChange: 3.92, Settlement: `Loan`, Contract: `Futures`, Region: `Asia Pacific`, Country: `Australia`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-02-19`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 978 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P Future`, Spread: 0.01, Open: 2057.5, Price: 2062.36, Buy: 2056.6, Sell: 2056.61, Change: 5.76, ChangePercent: 0.28, Volume: 142780, High: 2059.5, Low: 2049, YearlyHigh: 2105.5, YearlyLow: 1794.5, YearlyStart: 1950, YearlyChange: 5.47, Settlement: `Cash`, Contract: `Forwards`, Region: `Asia Pacific`, Country: `China`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-04-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 979 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P MID MINI`, Spread: 0.01, Open: 1454.3, Price: 1448.21, Buy: 1455.78, Sell: 1455.79, Change: -7.57, ChangePercent: -0.52, Volume: 338, High: 1455.78, Low: 1448, YearlyHigh: 1527.3, YearlyLow: 1236, YearlyStart: 1381.65, YearlyChange: 5.37, Settlement: `Credit`, Contract: `Forwards`, Region: `Africa`, Country: `Egypt`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-03-11`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 980 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soy Meat`, Spread: 0.01, Open: 342.6, Price: 342.48, Buy: 342.6, Sell: 342.6, Change: -0.14, ChangePercent: -0.04, Volume: 5646, High: 345.4, Low: 340.3, YearlyHigh: 353.4, YearlyLow: 261.7, YearlyStart: 307.55, YearlyChange: 11.4, Settlement: `Loan`, Contract: `Forwards`, Region: `Africa`, Country: `South Africa`, Risk: `Low`, Sector: `Government`, Currency: `USD`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-04-27`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 981 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/CAD`, Spread: 0.02, Open: 0.7744, Price: 0.95, Buy: 0.94, Sell: 0.96, Change: 0, ChangePercent: -0.72, Volume: 13669, High: 0.95, Low: 0.77, YearlyHigh: 0.95, YearlyLow: 0.68, YearlyStart: 0.76, YearlyChange: 26.43, Settlement: `Loan`, Contract: `CFD`, Region: `Middle East`, Country: `Bahrain`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-07-19`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 982 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Ethanol`, Spread: 0.01, Open: 1.512, Price: 2.76, Buy: 2.75, Sell: 2.76, Change: 0.01, ChangePercent: 0.08, Volume: 14, High: 2.75, Low: 1.12, YearlyHigh: 2.75, YearlyLow: 1.12, YearlyStart: 1.48, YearlyChange: 86.7, Settlement: `Cash`, Contract: `Options`, Region: `Africa`, Country: `Morocco`, Risk: `High`, Sector: `Government`, Currency: `PLN`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-02-24`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 983 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `FD Cattle`, Spread: 0.01, Open: 147.175, Price: 148.25, Buy: 148.6, Sell: 148.61, Change: -0.36, ChangePercent: -0.24, Volume: 5, High: 148.61, Low: 147.18, YearlyHigh: 190, YearlyLow: 138.1, YearlyStart: 164.05, YearlyChange: -9.41, Settlement: `Cash`, Contract: `Futures`, Region: `Middle East`, Country: `Jordan`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `High`, Issuer: `American Airlines`, Maturity: `2022-01-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 984 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Gold`, Spread: 0.01, Open: 1281.1, Price: 1283.29, Buy: 1280.73, Sell: 1280.74, Change: 2.56, ChangePercent: 0.2, Volume: 48387, High: 1289.5, Low: 1279.1, YearlyHigh: 1306, YearlyLow: 1047.2, YearlyStart: 1176.6, YearlyChange: 8.85, Settlement: `Cash`, Contract: `Swap`, Region: `Europe`, Country: `Denmark`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-02-22`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 985 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/CHF`, Spread: 0.02, Open: 1.0337, Price: 1.04, Buy: 1.03, Sell: 1.03, Change: 0, ChangePercent: -0.28, Volume: 5550, High: 1.03, Low: 1.03, YearlyHigh: 1.11, YearlyLow: 0.98, YearlyStart: 1.04, YearlyChange: -0.12, Settlement: `Loan`, Contract: `Futures`, Region: `Asia Pacific`, Country: `Thailand`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-08-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 986 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Ethanol`, Spread: 0.01, Open: 1.512, Price: 2.77, Buy: 2.75, Sell: 2.76, Change: 0.02, ChangePercent: 0.64, Volume: 14, High: 2.75, Low: 1.12, YearlyHigh: 2.75, YearlyLow: 1.12, YearlyStart: 1.48, YearlyChange: 86.7, Settlement: `Cash`, Contract: `Swap`, Region: `South America`, Country: `Uruguay`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-06-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 987 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/CAD`, Spread: 0.02, Open: 0.7744, Price: 0.95, Buy: 0.94, Sell: 0.96, Change: 0, ChangePercent: -0.96, Volume: 13669, High: 0.95, Low: 0.77, YearlyHigh: 0.95, YearlyLow: 0.68, YearlyStart: 0.76, YearlyChange: 26.43, Settlement: `Credit`, Contract: `Options`, Region: `Asia Pacific`, Country: `Malaysia`, Risk: `High`, Sector: `Government`, Currency: `USD`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-05-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 988 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/CHF`, Spread: 0.02, Open: 1.0337, Price: 1.03, Buy: 1.03, Sell: 1.03, Change: -0.01, ChangePercent: -1.68, Volume: 5550, High: 1.03, Low: 1.03, YearlyHigh: 1.11, YearlyLow: 0.98, YearlyStart: 1.04, YearlyChange: -0.12, Settlement: `Loan`, Contract: `Swap`, Region: `Africa`, Country: `Senegal`, Risk: `High`, Sector: `Public`, Currency: `PLN`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-07-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 989 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Uranium`, Spread: 0.02, Open: 27.55, Price: 27.48, Buy: 27.55, Sell: 27.55, Change: -0.1, ChangePercent: -0.36, Volume: 12, High: 27.55, Low: 27.55, YearlyHigh: 29.32, YearlyLow: 21.28, YearlyStart: 25.3, YearlyChange: 9.01, Settlement: `Credit`, Contract: `CFD`, Region: `North America`, Country: `Canada`, Risk: `High`, Sector: `Private`, Currency: `PLN`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-07-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 990 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P Future`, Spread: 0.01, Open: 2057.5, Price: 2075.52, Buy: 2056.6, Sell: 2056.61, Change: 18.92, ChangePercent: 0.92, Volume: 142780, High: 2059.5, Low: 2049, YearlyHigh: 2105.5, YearlyLow: 1794.5, YearlyStart: 1950, YearlyChange: 5.47, Settlement: `Cash`, Contract: `Futures`, Region: `Asia Pacific`, Country: `Afghanistan`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-06-22`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 991 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `Euro$ 3M`, Spread: 0.01, Open: 99.18, Price: 98.42, Buy: 99.18, Sell: 99.18, Change: -0.75, ChangePercent: -0.76, Volume: 29509, High: 99.18, Low: 99.17, YearlyHigh: 99.38, YearlyLow: 98.41, YearlyStart: 98.89, YearlyChange: 0.28, Settlement: `Loan`, Contract: `Options`, Region: `Europe`, Country: `Slovenia`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-08-22`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 992 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Lumber`, Spread: 0.01, Open: 303.9, Price: 310.2, Buy: 304.59, Sell: 304.6, Change: 5.6, ChangePercent: 1.84, Volume: 2, High: 304.6, Low: 303.9, YearlyHigh: 317.1, YearlyLow: 236, YearlyStart: 276.55, YearlyChange: 10.14, Settlement: `Loan`, Contract: `CFD`, Region: `Africa`, Country: `Morocco`, Risk: `Low`, Sector: `Government`, Currency: `PLN`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-05-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 993 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Lumber`, Spread: 0.01, Open: 303.9, Price: 300.21, Buy: 304.59, Sell: 304.6, Change: -4.39, ChangePercent: -1.44, Volume: 2, High: 304.6, Low: 303.9, YearlyHigh: 317.1, YearlyLow: 236, YearlyStart: 276.55, YearlyChange: 10.14, Settlement: `Credit`, Contract: `Options`, Region: `Europe`, Country: `Slovakia`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-05-16`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 994 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `BTC/USD`, Spread: 0.06, Open: 93.88, Price: 21093.18, Buy: 21200.76, Sell: 21400.78, Change: 92.41, ChangePercent: 0.44, Volume: 5788000, High: 22400.05, Low: 20100.75, YearlyHigh: 62400.7, YearlyLow: 15100.88, YearlyStart: 21200.29, YearlyChange: -20.62, Settlement: `Credit`, Contract: `CFD`, Region: `Middle East`, Country: `Turkey`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-03-16`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 995 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `Euro$ 3M`, Spread: 0.01, Open: 99.18, Price: 100.64, Buy: 99.18, Sell: 99.18, Change: 1.47, ChangePercent: 1.48, Volume: 29509, High: 99.18, Low: 99.17, YearlyHigh: 99.38, YearlyLow: 98.41, YearlyStart: 98.89, YearlyChange: 0.28, Settlement: `Cash`, Contract: `Forwards`, Region: `Europe`, Country: `Italy`, Risk: `High`, Sector: `Private`, Currency: `PLN`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-09-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 996 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Uranium`, Spread: 0.02, Open: 27.55, Price: 27.65, Buy: 27.55, Sell: 27.55, Change: 0.07, ChangePercent: 0.24, Volume: 12, High: 27.55, Low: 27.55, YearlyHigh: 29.32, YearlyLow: 21.28, YearlyStart: 25.3, YearlyChange: 9.01, Settlement: `Loan`, Contract: `Futures`, Region: `Middle East`, Country: `Lebanon`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-04-27`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 997 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/JPY`, Spread: 0.02, Open: 9275.5, Price: 9102.92, Buy: 9277.32, Sell: 9277.34, Change: -174.41, ChangePercent: -1.88, Volume: 47734, High: 9277.33, Low: 0.93, YearlyHigh: 9483, YearlyLow: 0.93, YearlyStart: 4741.97, YearlyChange: 95.64, Settlement: `Cash`, Contract: `Futures`, Region: `Europe`, Country: `Poland`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-07-11`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 998 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Natural Gas`, Spread: 0.02, Open: 2.094, Price: 2.09, Buy: 2.09, Sell: 2.09, Change: -0.01, ChangePercent: -0.76, Volume: 2783, High: 2.11, Low: 2.09, YearlyHigh: 3.2, YearlyLow: 1.84, YearlyStart: 2.52, YearlyChange: -16.51, Settlement: `Cash`, Contract: `Futures`, Region: `Europe`, Country: `Hungary`, Risk: `Low`, Sector: `Public`, Currency: `PLN`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-08-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 999 }), ]; super(...newItems.slice(0)); } diff --git a/samples/grids/grid/column-sorting-options/src/ProductSales.ts b/samples/grids/grid/column-sorting-options/src/ProductSales.ts index bcf39af75e..7f33ca53ae 100644 --- a/samples/grids/grid/column-sorting-options/src/ProductSales.ts +++ b/samples/grids/grid/column-sorting-options/src/ProductSales.ts @@ -17,600 +17,72 @@ export class ProductSales extends Array { super(...items); } else { const newItems = [ - new ProductSalesItem( - { - OrderID: 10524, - SaleAmount: 3192.65, - Category: `Beverages`, - Company: `Berglunds snabbköp`, - ShipCountry: `France`, - ShippedDate: `1997-05-07T00:00:00Z` - }), - new ProductSalesItem( - { - OrderID: 10672, - SaleAmount: 3815.25, - Category: `Beverages`, - Company: `Berglunds snabbköp`, - ShipCountry: `Germany`, - ShippedDate: `1997-09-26T00:00:00Z` - }), - new ProductSalesItem( - { - OrderID: 10801, - SaleAmount: 3026.85, - Category: `Beverages`, - Company: `Bólido Comidas preparadas`, - ShipCountry: `Brazil`, - ShippedDate: `1997-12-31T00:00:00Z` - }), - new ProductSalesItem( - { - OrderID: 10511, - SaleAmount: 2550, - Category: `Beverages`, - Company: `Bon app'`, - ShipCountry: `France`, - ShippedDate: `1997-04-21T00:00:00Z` - }), - new ProductSalesItem( - { - OrderID: 10742, - SaleAmount: 3118, - Category: `Beverages`, - Company: `Bottom-Dollar Markets`, - ShipCountry: `Belgium`, - ShippedDate: `1997-11-18T00:00:00Z` - }), - new ProductSalesItem( - { - OrderID: 10400, - SaleAmount: 3063, - Category: `Beverages`, - Company: `Eastern Connection`, - ShipCountry: `Brazil`, - ShippedDate: `1997-01-16T00:00:00Z` - }), - new ProductSalesItem( - { - OrderID: 10402, - SaleAmount: 2713.5, - Category: `Beverages`, - Company: `Ernst Handel`, - ShipCountry: `Switzerland`, - ShippedDate: `1997-01-10T00:00:00Z` - }), - new ProductSalesItem( - { - OrderID: 10430, - SaleAmount: 4899.2, - Category: `Beverages`, - Company: `Ernst Handel`, - ShipCountry: `Switzerland`, - ShippedDate: `1997-02-03T00:00:00Z` - }), - new ProductSalesItem( - { - OrderID: 10514, - SaleAmount: 8623.45, - Category: `Beverages`, - Company: `Ernst Handel`, - ShipCountry: `Brazil`, - ShippedDate: `1997-05-16T00:00:00Z` - }), - new ProductSalesItem( - { - OrderID: 10595, - SaleAmount: 4725, - Category: `Beverages`, - Company: `Ernst Handel`, - ShipCountry: `Venezuela`, - ShippedDate: `1997-07-14T00:00:00Z` - }), - new ProductSalesItem( - { - OrderID: 10633, - SaleAmount: 5510.59, - Category: `Beverages`, - Company: `Ernst Handel`, - ShipCountry: `Austria`, - ShippedDate: `1997-08-18T00:00:00Z` - }), - new ProductSalesItem( - { - OrderID: 10698, - SaleAmount: 3436.45, - Category: `Beverages`, - Company: `Ernst Handel`, - ShipCountry: `Mexico`, - ShippedDate: `1997-10-17T00:00:00Z` - }), - new ProductSalesItem( - { - OrderID: 10776, - SaleAmount: 6635.27, - Category: `Condiments`, - Company: `Ernst Handel`, - ShipCountry: `Germany`, - ShippedDate: `1997-12-18T00:00:00Z` - }), - new ProductSalesItem( - { - OrderID: 10634, - SaleAmount: 4985.5, - Category: `Condiments`, - Company: `Folies gourmandes`, - ShipCountry: `Brazil`, - ShippedDate: `1997-08-21T00:00:00Z` - }), - new ProductSalesItem( - { - OrderID: 10789, - SaleAmount: 3687, - Category: `Condiments`, - Company: `Folies gourmandes`, - ShipCountry: `USA`, - ShippedDate: `1997-12-31T00:00:00Z` - }), - new ProductSalesItem( - { - OrderID: 10561, - SaleAmount: 2844.5, - Category: `Condiments`, - Company: `Folk och fä HB`, - ShipCountry: `Austria`, - ShippedDate: `1997-06-09T00:00:00Z` - }), - new ProductSalesItem( - { - OrderID: 10703, - SaleAmount: 2545, - Category: `Condiments`, - Company: `Folk och fä HB`, - ShipCountry: `Sweden`, - ShippedDate: `1997-10-20T00:00:00Z` - }), - new ProductSalesItem( - { - OrderID: 10762, - SaleAmount: 4337, - Category: `Condiments`, - Company: `Folk och fä HB`, - ShipCountry: `France`, - ShippedDate: `1997-12-09T00:00:00Z` - }), - new ProductSalesItem( - { - OrderID: 10629, - SaleAmount: 2775.05, - Category: `Condiments`, - Company: `Godos Cocina Típica`, - ShipCountry: `Finland`, - ShippedDate: `1997-08-20T00:00:00Z` - }), - new ProductSalesItem( - { - OrderID: 10709, - SaleAmount: 3424, - Category: `Condiments`, - Company: `Gourmet Lanchonetes`, - ShipCountry: `Germany`, - ShippedDate: `1997-11-20T00:00:00Z` - }), - new ProductSalesItem( - { - OrderID: 10616, - SaleAmount: 4807.01, - Category: `Condiments`, - Company: `Great Lakes Food Market`, - ShipCountry: `Venezuela`, - ShippedDate: `1997-08-05T00:00:00Z` - }), - new ProductSalesItem( - { - OrderID: 10490, - SaleAmount: 3163.2, - Category: `Condiments`, - Company: `HILARION-Abastos`, - ShipCountry: `USA`, - ShippedDate: `1997-04-03T00:00:00Z` - }), - new ProductSalesItem( - { - OrderID: 10567, - SaleAmount: 2519, - Category: `Condiments`, - Company: `Hungry Owl All-Night Grocers`, - ShipCountry: `Finland`, - ShippedDate: `1997-06-17T00:00:00Z` - }), - new ProductSalesItem( - { - OrderID: 10687, - SaleAmount: 4960.9, - Category: `Condiments`, - Company: `Hungry Owl All-Night Grocers`, - ShipCountry: `USA`, - ShippedDate: `1997-10-30T00:00:00Z` - }), - new ProductSalesItem( - { - OrderID: 10701, - SaleAmount: 2864.5, - Category: `Confections`, - Company: `Hungry Owl All-Night Grocers`, - ShipCountry: `USA`, - ShippedDate: `1997-10-15T00:00:00Z` - }), - new ProductSalesItem( - { - OrderID: 10718, - SaleAmount: 3463, - Category: `Confections`, - Company: `Königlich Essen`, - ShipCountry: `Germany`, - ShippedDate: `1997-10-29T00:00:00Z` - }), - new ProductSalesItem( - { - OrderID: 10787, - SaleAmount: 2622.76, - Category: `Confections`, - Company: `La maison d'Asie`, - ShipCountry: `France`, - ShippedDate: `1997-12-26T00:00:00Z` - }), - new ProductSalesItem( - { - OrderID: 10772, - SaleAmount: 3603.22, - Category: `Confections`, - Company: `Lehmanns Marktstand`, - ShipCountry: `Italy`, - ShippedDate: `1997-12-19T00:00:00Z` - }), - new ProductSalesItem( - { - OrderID: 10638, - SaleAmount: 2720.05, - Category: `Confections`, - Company: `LINO-Delicateses`, - ShipCountry: `Mexico`, - ShippedDate: `1997-09-01T00:00:00Z` - }), - new ProductSalesItem( - { - OrderID: 10760, - SaleAmount: 2917, - Category: `Confections`, - Company: `Maison Dewey`, - ShipCountry: `Germany`, - ShippedDate: `1997-12-10T00:00:00Z` - }), - new ProductSalesItem( - { - OrderID: 10424, - SaleAmount: 9194.56, - Category: `Confections`, - Company: `Mère Paillarde`, - ShipCountry: `Sweden`, - ShippedDate: `1997-01-27T00:00:00Z` - }), - new ProductSalesItem( - { - OrderID: 10605, - SaleAmount: 4109.7, - Category: `Confections`, - Company: `Mère Paillarde`, - ShipCountry: `Germany`, - ShippedDate: `1997-07-29T00:00:00Z` - }), - new ProductSalesItem( - { - OrderID: 10618, - SaleAmount: 2697.5, - Category: `Confections`, - Company: `Mère Paillarde`, - ShipCountry: `Sweden`, - ShippedDate: `1997-08-08T00:00:00Z` - }), - new ProductSalesItem( - { - OrderID: 10530, - SaleAmount: 4180, - Category: `Confections`, - Company: `Piccolo und mehr`, - ShipCountry: `Spain`, - ShippedDate: `1997-05-12T00:00:00Z` - }), - new ProductSalesItem( - { - OrderID: 10637, - SaleAmount: 2761.94, - Category: `Confections`, - Company: `Queen Cozinha`, - ShipCountry: `Spain`, - ShippedDate: `1997-08-26T00:00:00Z` - }), - new ProductSalesItem( - { - OrderID: 10451, - SaleAmount: 3849.66, - Category: `Confections`, - Company: `QUICK-Stop`, - ShipCountry: `Venezuela`, - ShippedDate: `1997-03-12T00:00:00Z` - }), - new ProductSalesItem( - { - OrderID: 10515, - SaleAmount: 9921.3, - Category: `Confections`, - Company: `QUICK-Stop`, - ShipCountry: `Germany`, - ShippedDate: `1997-05-23T00:00:00Z` - }), - new ProductSalesItem( - { - OrderID: 10540, - SaleAmount: 10191.7, - Category: `Dairy Product`, - Company: `QUICK-Stop`, - ShipCountry: `Germany`, - ShippedDate: `1997-06-13T00:00:00Z` - }), - new ProductSalesItem( - { - OrderID: 10549, - SaleAmount: 3554.28, - Category: `Dairy Product`, - Company: `QUICK-Stop`, - ShipCountry: `Germany`, - ShippedDate: `1997-05-30T00:00:00Z` - }), - new ProductSalesItem( - { - OrderID: 10588, - SaleAmount: 3120, - Category: `Dairy Product`, - Company: `QUICK-Stop`, - ShipCountry: `Brazil`, - ShippedDate: `1997-07-10T00:00:00Z` - }), - new ProductSalesItem( - { - OrderID: 10658, - SaleAmount: 4464.6, - Category: `Dairy Product`, - Company: `QUICK-Stop`, - ShipCountry: `Italy`, - ShippedDate: `1997-09-08T00:00:00Z` - }), - new ProductSalesItem( - { - OrderID: 10691, - SaleAmount: 10164.8, - Category: `Dairy Product`, - Company: `QUICK-Stop`, - ShipCountry: `UK`, - ShippedDate: `1997-10-22T00:00:00Z` - }), - new ProductSalesItem( - { - OrderID: 10694, - SaleAmount: 4825, - Category: `Dairy Product`, - Company: `QUICK-Stop`, - ShipCountry: `Brazil`, - ShippedDate: `1997-10-09T00:00:00Z` - }), - new ProductSalesItem( - { - OrderID: 10745, - SaleAmount: 4529.8, - Category: `Dairy Product`, - Company: `QUICK-Stop`, - ShipCountry: `Brazil`, - ShippedDate: `1997-11-27T00:00:00Z` - }), - new ProductSalesItem( - { - OrderID: 10401, - SaleAmount: 3868.6, - Category: `Dairy Product`, - Company: `Rattlesnake Canyon Grocery`, - ShipCountry: `Brazil`, - ShippedDate: `1997-01-10T00:00:00Z` - }), - new ProductSalesItem( - { - OrderID: 10479, - SaleAmount: 10495.6, - Category: `Dairy Product`, - Company: `Rattlesnake Canyon Grocery`, - ShipCountry: `Mexico`, - ShippedDate: `1997-03-21T00:00:00Z` - }), - new ProductSalesItem( - { - OrderID: 10666, - SaleAmount: 4666.94, - Category: `Dairy Product`, - Company: `Richter Supermarkt`, - ShipCountry: `USA`, - ShippedDate: `1997-09-22T00:00:00Z` - }), - new ProductSalesItem( - { - OrderID: 10393, - SaleAmount: 2556.95, - Category: `Grains/Cereal`, - Company: `Save-a-lot Markets`, - ShipCountry: `France`, - ShippedDate: `1997-01-03T00:00:00Z` - }), - new ProductSalesItem( - { - OrderID: 10398, - SaleAmount: 2505.6, - Category: `Grains/Cereal`, - Company: `Save-a-lot Markets`, - ShipCountry: `Venezuela`, - ShippedDate: `1997-01-09T00:00:00Z` - }), - new ProductSalesItem( - { - OrderID: 10440, - SaleAmount: 4924.14, - Category: `Grains/Cereal`, - Company: `Save-a-lot Markets`, - ShipCountry: `France`, - ShippedDate: `1997-02-28T00:00:00Z` - }), - new ProductSalesItem( - { - OrderID: 10510, - SaleAmount: 4707.54, - Category: `Grains/Cereal`, - Company: `Save-a-lot Markets`, - ShipCountry: `Ireland`, - ShippedDate: `1997-04-28T00:00:00Z` - }), - new ProductSalesItem( - { - OrderID: 10555, - SaleAmount: 2944.4, - Category: `Grains/Cereal`, - Company: `Save-a-lot Markets`, - ShipCountry: `Brazil`, - ShippedDate: `1997-06-04T00:00:00Z` - }), - new ProductSalesItem( - { - OrderID: 10607, - SaleAmount: 6475.4, - Category: `Grains/Cereal`, - Company: `Save-a-lot Markets`, - ShipCountry: `Italy`, - ShippedDate: `1997-07-25T00:00:00Z` - }), - new ProductSalesItem( - { - OrderID: 10612, - SaleAmount: 6375, - Category: `Grains/Cereal`, - Company: `Save-a-lot Markets`, - ShipCountry: `Germany`, - ShippedDate: `1997-08-01T00:00:00Z` - }), - new ProductSalesItem( - { - OrderID: 10657, - SaleAmount: 4371.6, - Category: `Meat/Poultr`, - Company: `Save-a-lot Markets`, - ShipCountry: `Belgium`, - ShippedDate: `1997-09-15T00:00:00Z` - }), - new ProductSalesItem( - { - OrderID: 10678, - SaleAmount: 5256.5, - Category: `Meat/Poultr`, - Company: `Save-a-lot Markets`, - ShipCountry: `Spain`, - ShippedDate: `1997-10-16T00:00:00Z` - }), - new ProductSalesItem( - { - OrderID: 10711, - SaleAmount: 4451.7, - Category: `Meat/Poultr`, - Company: `Save-a-lot Markets`, - ShipCountry: `Mexico`, - ShippedDate: `1997-10-29T00:00:00Z` - }), - new ProductSalesItem( - { - OrderID: 10713, - SaleAmount: 2827.9, - Category: `Meat/Poultr`, - Company: `Save-a-lot Markets`, - ShipCountry: `USA`, - ShippedDate: `1997-10-24T00:00:00Z` - }), - new ProductSalesItem( - { - OrderID: 10757, - SaleAmount: 3082, - Category: `Meat/Poultr`, - Company: `Save-a-lot Markets`, - ShipCountry: `Spain`, - ShippedDate: `1997-12-15T00:00:00Z` - }), - new ProductSalesItem( - { - OrderID: 10417, - SaleAmount: 11188.4, - Category: `Meat/Poultr`, - Company: `Simons bistro`, - ShipCountry: `USA`, - ShippedDate: `1997-01-28T00:00:00Z` - }), - new ProductSalesItem( - { - OrderID: 10458, - SaleAmount: 3891, - Category: `Produce`, - Company: `Suprêmes délices`, - ShipCountry: `Mexico`, - ShippedDate: `1997-03-04T00:00:00Z` - }), - new ProductSalesItem( - { - OrderID: 10518, - SaleAmount: 4150.05, - Category: `Produce`, - Company: `Tortuga Restaurante`, - ShipCountry: `Ireland`, - ShippedDate: `1997-05-05T00:00:00Z` - }), - new ProductSalesItem( - { - OrderID: 10465, - SaleAmount: 2518, - Category: `Produce`, - Company: `Vaffeljernet`, - ShipCountry: `USA`, - ShippedDate: `1997-03-14T00:00:00Z` - }), - new ProductSalesItem( - { - OrderID: 10688, - SaleAmount: 3160.6, - Category: `Produce`, - Company: `Vaffeljernet`, - ShipCountry: `France`, - ShippedDate: `1997-10-07T00:00:00Z` - }), - new ProductSalesItem( - { - OrderID: 10546, - SaleAmount: 2812, - Category: `Produce`, - Company: `Victuailles en stock`, - ShipCountry: `Germany`, - ShippedDate: `1997-05-27T00:00:00Z` - }), - new ProductSalesItem( - { - OrderID: 10455, - SaleAmount: 2684, - Category: `Seafood`, - Company: `Wartian Herkku`, - ShipCountry: `Germany`, - ShippedDate: `1997-03-03T00:00:00Z` - }), + new ProductSalesItem({ OrderID: 10524, SaleAmount: 3192.65, Category: `Beverages`, Company: `Berglunds snabbköp`, ShipCountry: `France`, ShippedDate: `1997-05-07T00:00:00Z` }), + new ProductSalesItem({ OrderID: 10672, SaleAmount: 3815.25, Category: `Beverages`, Company: `Berglunds snabbköp`, ShipCountry: `Germany`, ShippedDate: `1997-09-26T00:00:00Z` }), + new ProductSalesItem({ OrderID: 10801, SaleAmount: 3026.85, Category: `Beverages`, Company: `Bólido Comidas preparadas`, ShipCountry: `Brazil`, ShippedDate: `1997-12-31T00:00:00Z` }), + new ProductSalesItem({ OrderID: 10511, SaleAmount: 2550, Category: `Beverages`, Company: `Bon app'`, ShipCountry: `France`, ShippedDate: `1997-04-21T00:00:00Z` }), + new ProductSalesItem({ OrderID: 10742, SaleAmount: 3118, Category: `Beverages`, Company: `Bottom-Dollar Markets`, ShipCountry: `Belgium`, ShippedDate: `1997-11-18T00:00:00Z` }), + new ProductSalesItem({ OrderID: 10400, SaleAmount: 3063, Category: `Beverages`, Company: `Eastern Connection`, ShipCountry: `Brazil`, ShippedDate: `1997-01-16T00:00:00Z` }), + new ProductSalesItem({ OrderID: 10402, SaleAmount: 2713.5, Category: `Beverages`, Company: `Ernst Handel`, ShipCountry: `Switzerland`, ShippedDate: `1997-01-10T00:00:00Z` }), + new ProductSalesItem({ OrderID: 10430, SaleAmount: 4899.2, Category: `Beverages`, Company: `Ernst Handel`, ShipCountry: `Switzerland`, ShippedDate: `1997-02-03T00:00:00Z` }), + new ProductSalesItem({ OrderID: 10514, SaleAmount: 8623.45, Category: `Beverages`, Company: `Ernst Handel`, ShipCountry: `Brazil`, ShippedDate: `1997-05-16T00:00:00Z` }), + new ProductSalesItem({ OrderID: 10595, SaleAmount: 4725, Category: `Beverages`, Company: `Ernst Handel`, ShipCountry: `Venezuela`, ShippedDate: `1997-07-14T00:00:00Z` }), + new ProductSalesItem({ OrderID: 10633, SaleAmount: 5510.59, Category: `Beverages`, Company: `Ernst Handel`, ShipCountry: `Austria`, ShippedDate: `1997-08-18T00:00:00Z` }), + new ProductSalesItem({ OrderID: 10698, SaleAmount: 3436.45, Category: `Beverages`, Company: `Ernst Handel`, ShipCountry: `Mexico`, ShippedDate: `1997-10-17T00:00:00Z` }), + new ProductSalesItem({ OrderID: 10776, SaleAmount: 6635.27, Category: `Condiments`, Company: `Ernst Handel`, ShipCountry: `Germany`, ShippedDate: `1997-12-18T00:00:00Z` }), + new ProductSalesItem({ OrderID: 10634, SaleAmount: 4985.5, Category: `Condiments`, Company: `Folies gourmandes`, ShipCountry: `Brazil`, ShippedDate: `1997-08-21T00:00:00Z` }), + new ProductSalesItem({ OrderID: 10789, SaleAmount: 3687, Category: `Condiments`, Company: `Folies gourmandes`, ShipCountry: `USA`, ShippedDate: `1997-12-31T00:00:00Z` }), + new ProductSalesItem({ OrderID: 10561, SaleAmount: 2844.5, Category: `Condiments`, Company: `Folk och fä HB`, ShipCountry: `Austria`, ShippedDate: `1997-06-09T00:00:00Z` }), + new ProductSalesItem({ OrderID: 10703, SaleAmount: 2545, Category: `Condiments`, Company: `Folk och fä HB`, ShipCountry: `Sweden`, ShippedDate: `1997-10-20T00:00:00Z` }), + new ProductSalesItem({ OrderID: 10762, SaleAmount: 4337, Category: `Condiments`, Company: `Folk och fä HB`, ShipCountry: `France`, ShippedDate: `1997-12-09T00:00:00Z` }), + new ProductSalesItem({ OrderID: 10629, SaleAmount: 2775.05, Category: `Condiments`, Company: `Godos Cocina Típica`, ShipCountry: `Finland`, ShippedDate: `1997-08-20T00:00:00Z` }), + new ProductSalesItem({ OrderID: 10709, SaleAmount: 3424, Category: `Condiments`, Company: `Gourmet Lanchonetes`, ShipCountry: `Germany`, ShippedDate: `1997-11-20T00:00:00Z` }), + new ProductSalesItem({ OrderID: 10616, SaleAmount: 4807.01, Category: `Condiments`, Company: `Great Lakes Food Market`, ShipCountry: `Venezuela`, ShippedDate: `1997-08-05T00:00:00Z` }), + new ProductSalesItem({ OrderID: 10490, SaleAmount: 3163.2, Category: `Condiments`, Company: `HILARION-Abastos`, ShipCountry: `USA`, ShippedDate: `1997-04-03T00:00:00Z` }), + new ProductSalesItem({ OrderID: 10567, SaleAmount: 2519, Category: `Condiments`, Company: `Hungry Owl All-Night Grocers`, ShipCountry: `Finland`, ShippedDate: `1997-06-17T00:00:00Z` }), + new ProductSalesItem({ OrderID: 10687, SaleAmount: 4960.9, Category: `Condiments`, Company: `Hungry Owl All-Night Grocers`, ShipCountry: `USA`, ShippedDate: `1997-10-30T00:00:00Z` }), + new ProductSalesItem({ OrderID: 10701, SaleAmount: 2864.5, Category: `Confections`, Company: `Hungry Owl All-Night Grocers`, ShipCountry: `USA`, ShippedDate: `1997-10-15T00:00:00Z` }), + new ProductSalesItem({ OrderID: 10718, SaleAmount: 3463, Category: `Confections`, Company: `Königlich Essen`, ShipCountry: `Germany`, ShippedDate: `1997-10-29T00:00:00Z` }), + new ProductSalesItem({ OrderID: 10787, SaleAmount: 2622.76, Category: `Confections`, Company: `La maison d'Asie`, ShipCountry: `France`, ShippedDate: `1997-12-26T00:00:00Z` }), + new ProductSalesItem({ OrderID: 10772, SaleAmount: 3603.22, Category: `Confections`, Company: `Lehmanns Marktstand`, ShipCountry: `Italy`, ShippedDate: `1997-12-19T00:00:00Z` }), + new ProductSalesItem({ OrderID: 10638, SaleAmount: 2720.05, Category: `Confections`, Company: `LINO-Delicateses`, ShipCountry: `Mexico`, ShippedDate: `1997-09-01T00:00:00Z` }), + new ProductSalesItem({ OrderID: 10760, SaleAmount: 2917, Category: `Confections`, Company: `Maison Dewey`, ShipCountry: `Germany`, ShippedDate: `1997-12-10T00:00:00Z` }), + new ProductSalesItem({ OrderID: 10424, SaleAmount: 9194.56, Category: `Confections`, Company: `Mère Paillarde`, ShipCountry: `Sweden`, ShippedDate: `1997-01-27T00:00:00Z` }), + new ProductSalesItem({ OrderID: 10605, SaleAmount: 4109.7, Category: `Confections`, Company: `Mère Paillarde`, ShipCountry: `Germany`, ShippedDate: `1997-07-29T00:00:00Z` }), + new ProductSalesItem({ OrderID: 10618, SaleAmount: 2697.5, Category: `Confections`, Company: `Mère Paillarde`, ShipCountry: `Sweden`, ShippedDate: `1997-08-08T00:00:00Z` }), + new ProductSalesItem({ OrderID: 10530, SaleAmount: 4180, Category: `Confections`, Company: `Piccolo und mehr`, ShipCountry: `Spain`, ShippedDate: `1997-05-12T00:00:00Z` }), + new ProductSalesItem({ OrderID: 10637, SaleAmount: 2761.94, Category: `Confections`, Company: `Queen Cozinha`, ShipCountry: `Spain`, ShippedDate: `1997-08-26T00:00:00Z` }), + new ProductSalesItem({ OrderID: 10451, SaleAmount: 3849.66, Category: `Confections`, Company: `QUICK-Stop`, ShipCountry: `Venezuela`, ShippedDate: `1997-03-12T00:00:00Z` }), + new ProductSalesItem({ OrderID: 10515, SaleAmount: 9921.3, Category: `Confections`, Company: `QUICK-Stop`, ShipCountry: `Germany`, ShippedDate: `1997-05-23T00:00:00Z` }), + new ProductSalesItem({ OrderID: 10540, SaleAmount: 10191.7, Category: `Dairy Product`, Company: `QUICK-Stop`, ShipCountry: `Germany`, ShippedDate: `1997-06-13T00:00:00Z` }), + new ProductSalesItem({ OrderID: 10549, SaleAmount: 3554.28, Category: `Dairy Product`, Company: `QUICK-Stop`, ShipCountry: `Germany`, ShippedDate: `1997-05-30T00:00:00Z` }), + new ProductSalesItem({ OrderID: 10588, SaleAmount: 3120, Category: `Dairy Product`, Company: `QUICK-Stop`, ShipCountry: `Brazil`, ShippedDate: `1997-07-10T00:00:00Z` }), + new ProductSalesItem({ OrderID: 10658, SaleAmount: 4464.6, Category: `Dairy Product`, Company: `QUICK-Stop`, ShipCountry: `Italy`, ShippedDate: `1997-09-08T00:00:00Z` }), + new ProductSalesItem({ OrderID: 10691, SaleAmount: 10164.8, Category: `Dairy Product`, Company: `QUICK-Stop`, ShipCountry: `UK`, ShippedDate: `1997-10-22T00:00:00Z` }), + new ProductSalesItem({ OrderID: 10694, SaleAmount: 4825, Category: `Dairy Product`, Company: `QUICK-Stop`, ShipCountry: `Brazil`, ShippedDate: `1997-10-09T00:00:00Z` }), + new ProductSalesItem({ OrderID: 10745, SaleAmount: 4529.8, Category: `Dairy Product`, Company: `QUICK-Stop`, ShipCountry: `Brazil`, ShippedDate: `1997-11-27T00:00:00Z` }), + new ProductSalesItem({ OrderID: 10401, SaleAmount: 3868.6, Category: `Dairy Product`, Company: `Rattlesnake Canyon Grocery`, ShipCountry: `Brazil`, ShippedDate: `1997-01-10T00:00:00Z` }), + new ProductSalesItem({ OrderID: 10479, SaleAmount: 10495.6, Category: `Dairy Product`, Company: `Rattlesnake Canyon Grocery`, ShipCountry: `Mexico`, ShippedDate: `1997-03-21T00:00:00Z` }), + new ProductSalesItem({ OrderID: 10666, SaleAmount: 4666.94, Category: `Dairy Product`, Company: `Richter Supermarkt`, ShipCountry: `USA`, ShippedDate: `1997-09-22T00:00:00Z` }), + new ProductSalesItem({ OrderID: 10393, SaleAmount: 2556.95, Category: `Grains/Cereal`, Company: `Save-a-lot Markets`, ShipCountry: `France`, ShippedDate: `1997-01-03T00:00:00Z` }), + new ProductSalesItem({ OrderID: 10398, SaleAmount: 2505.6, Category: `Grains/Cereal`, Company: `Save-a-lot Markets`, ShipCountry: `Venezuela`, ShippedDate: `1997-01-09T00:00:00Z` }), + new ProductSalesItem({ OrderID: 10440, SaleAmount: 4924.14, Category: `Grains/Cereal`, Company: `Save-a-lot Markets`, ShipCountry: `France`, ShippedDate: `1997-02-28T00:00:00Z` }), + new ProductSalesItem({ OrderID: 10510, SaleAmount: 4707.54, Category: `Grains/Cereal`, Company: `Save-a-lot Markets`, ShipCountry: `Ireland`, ShippedDate: `1997-04-28T00:00:00Z` }), + new ProductSalesItem({ OrderID: 10555, SaleAmount: 2944.4, Category: `Grains/Cereal`, Company: `Save-a-lot Markets`, ShipCountry: `Brazil`, ShippedDate: `1997-06-04T00:00:00Z` }), + new ProductSalesItem({ OrderID: 10607, SaleAmount: 6475.4, Category: `Grains/Cereal`, Company: `Save-a-lot Markets`, ShipCountry: `Italy`, ShippedDate: `1997-07-25T00:00:00Z` }), + new ProductSalesItem({ OrderID: 10612, SaleAmount: 6375, Category: `Grains/Cereal`, Company: `Save-a-lot Markets`, ShipCountry: `Germany`, ShippedDate: `1997-08-01T00:00:00Z` }), + new ProductSalesItem({ OrderID: 10657, SaleAmount: 4371.6, Category: `Meat/Poultr`, Company: `Save-a-lot Markets`, ShipCountry: `Belgium`, ShippedDate: `1997-09-15T00:00:00Z` }), + new ProductSalesItem({ OrderID: 10678, SaleAmount: 5256.5, Category: `Meat/Poultr`, Company: `Save-a-lot Markets`, ShipCountry: `Spain`, ShippedDate: `1997-10-16T00:00:00Z` }), + new ProductSalesItem({ OrderID: 10711, SaleAmount: 4451.7, Category: `Meat/Poultr`, Company: `Save-a-lot Markets`, ShipCountry: `Mexico`, ShippedDate: `1997-10-29T00:00:00Z` }), + new ProductSalesItem({ OrderID: 10713, SaleAmount: 2827.9, Category: `Meat/Poultr`, Company: `Save-a-lot Markets`, ShipCountry: `USA`, ShippedDate: `1997-10-24T00:00:00Z` }), + new ProductSalesItem({ OrderID: 10757, SaleAmount: 3082, Category: `Meat/Poultr`, Company: `Save-a-lot Markets`, ShipCountry: `Spain`, ShippedDate: `1997-12-15T00:00:00Z` }), + new ProductSalesItem({ OrderID: 10417, SaleAmount: 11188.4, Category: `Meat/Poultr`, Company: `Simons bistro`, ShipCountry: `USA`, ShippedDate: `1997-01-28T00:00:00Z` }), + new ProductSalesItem({ OrderID: 10458, SaleAmount: 3891, Category: `Produce`, Company: `Suprêmes délices`, ShipCountry: `Mexico`, ShippedDate: `1997-03-04T00:00:00Z` }), + new ProductSalesItem({ OrderID: 10518, SaleAmount: 4150.05, Category: `Produce`, Company: `Tortuga Restaurante`, ShipCountry: `Ireland`, ShippedDate: `1997-05-05T00:00:00Z` }), + new ProductSalesItem({ OrderID: 10465, SaleAmount: 2518, Category: `Produce`, Company: `Vaffeljernet`, ShipCountry: `USA`, ShippedDate: `1997-03-14T00:00:00Z` }), + new ProductSalesItem({ OrderID: 10688, SaleAmount: 3160.6, Category: `Produce`, Company: `Vaffeljernet`, ShipCountry: `France`, ShippedDate: `1997-10-07T00:00:00Z` }), + new ProductSalesItem({ OrderID: 10546, SaleAmount: 2812, Category: `Produce`, Company: `Victuailles en stock`, ShipCountry: `Germany`, ShippedDate: `1997-05-27T00:00:00Z` }), + new ProductSalesItem({ OrderID: 10455, SaleAmount: 2684, Category: `Seafood`, Company: `Wartian Herkku`, ShipCountry: `Germany`, ShippedDate: `1997-03-03T00:00:00Z` }), ]; super(...newItems.slice(0)); } diff --git a/samples/grids/grid/column-sorting-style/src/ProductSales.ts b/samples/grids/grid/column-sorting-style/src/ProductSales.ts index bcf39af75e..7f33ca53ae 100644 --- a/samples/grids/grid/column-sorting-style/src/ProductSales.ts +++ b/samples/grids/grid/column-sorting-style/src/ProductSales.ts @@ -17,600 +17,72 @@ export class ProductSales extends Array { super(...items); } else { const newItems = [ - new ProductSalesItem( - { - OrderID: 10524, - SaleAmount: 3192.65, - Category: `Beverages`, - Company: `Berglunds snabbköp`, - ShipCountry: `France`, - ShippedDate: `1997-05-07T00:00:00Z` - }), - new ProductSalesItem( - { - OrderID: 10672, - SaleAmount: 3815.25, - Category: `Beverages`, - Company: `Berglunds snabbköp`, - ShipCountry: `Germany`, - ShippedDate: `1997-09-26T00:00:00Z` - }), - new ProductSalesItem( - { - OrderID: 10801, - SaleAmount: 3026.85, - Category: `Beverages`, - Company: `Bólido Comidas preparadas`, - ShipCountry: `Brazil`, - ShippedDate: `1997-12-31T00:00:00Z` - }), - new ProductSalesItem( - { - OrderID: 10511, - SaleAmount: 2550, - Category: `Beverages`, - Company: `Bon app'`, - ShipCountry: `France`, - ShippedDate: `1997-04-21T00:00:00Z` - }), - new ProductSalesItem( - { - OrderID: 10742, - SaleAmount: 3118, - Category: `Beverages`, - Company: `Bottom-Dollar Markets`, - ShipCountry: `Belgium`, - ShippedDate: `1997-11-18T00:00:00Z` - }), - new ProductSalesItem( - { - OrderID: 10400, - SaleAmount: 3063, - Category: `Beverages`, - Company: `Eastern Connection`, - ShipCountry: `Brazil`, - ShippedDate: `1997-01-16T00:00:00Z` - }), - new ProductSalesItem( - { - OrderID: 10402, - SaleAmount: 2713.5, - Category: `Beverages`, - Company: `Ernst Handel`, - ShipCountry: `Switzerland`, - ShippedDate: `1997-01-10T00:00:00Z` - }), - new ProductSalesItem( - { - OrderID: 10430, - SaleAmount: 4899.2, - Category: `Beverages`, - Company: `Ernst Handel`, - ShipCountry: `Switzerland`, - ShippedDate: `1997-02-03T00:00:00Z` - }), - new ProductSalesItem( - { - OrderID: 10514, - SaleAmount: 8623.45, - Category: `Beverages`, - Company: `Ernst Handel`, - ShipCountry: `Brazil`, - ShippedDate: `1997-05-16T00:00:00Z` - }), - new ProductSalesItem( - { - OrderID: 10595, - SaleAmount: 4725, - Category: `Beverages`, - Company: `Ernst Handel`, - ShipCountry: `Venezuela`, - ShippedDate: `1997-07-14T00:00:00Z` - }), - new ProductSalesItem( - { - OrderID: 10633, - SaleAmount: 5510.59, - Category: `Beverages`, - Company: `Ernst Handel`, - ShipCountry: `Austria`, - ShippedDate: `1997-08-18T00:00:00Z` - }), - new ProductSalesItem( - { - OrderID: 10698, - SaleAmount: 3436.45, - Category: `Beverages`, - Company: `Ernst Handel`, - ShipCountry: `Mexico`, - ShippedDate: `1997-10-17T00:00:00Z` - }), - new ProductSalesItem( - { - OrderID: 10776, - SaleAmount: 6635.27, - Category: `Condiments`, - Company: `Ernst Handel`, - ShipCountry: `Germany`, - ShippedDate: `1997-12-18T00:00:00Z` - }), - new ProductSalesItem( - { - OrderID: 10634, - SaleAmount: 4985.5, - Category: `Condiments`, - Company: `Folies gourmandes`, - ShipCountry: `Brazil`, - ShippedDate: `1997-08-21T00:00:00Z` - }), - new ProductSalesItem( - { - OrderID: 10789, - SaleAmount: 3687, - Category: `Condiments`, - Company: `Folies gourmandes`, - ShipCountry: `USA`, - ShippedDate: `1997-12-31T00:00:00Z` - }), - new ProductSalesItem( - { - OrderID: 10561, - SaleAmount: 2844.5, - Category: `Condiments`, - Company: `Folk och fä HB`, - ShipCountry: `Austria`, - ShippedDate: `1997-06-09T00:00:00Z` - }), - new ProductSalesItem( - { - OrderID: 10703, - SaleAmount: 2545, - Category: `Condiments`, - Company: `Folk och fä HB`, - ShipCountry: `Sweden`, - ShippedDate: `1997-10-20T00:00:00Z` - }), - new ProductSalesItem( - { - OrderID: 10762, - SaleAmount: 4337, - Category: `Condiments`, - Company: `Folk och fä HB`, - ShipCountry: `France`, - ShippedDate: `1997-12-09T00:00:00Z` - }), - new ProductSalesItem( - { - OrderID: 10629, - SaleAmount: 2775.05, - Category: `Condiments`, - Company: `Godos Cocina Típica`, - ShipCountry: `Finland`, - ShippedDate: `1997-08-20T00:00:00Z` - }), - new ProductSalesItem( - { - OrderID: 10709, - SaleAmount: 3424, - Category: `Condiments`, - Company: `Gourmet Lanchonetes`, - ShipCountry: `Germany`, - ShippedDate: `1997-11-20T00:00:00Z` - }), - new ProductSalesItem( - { - OrderID: 10616, - SaleAmount: 4807.01, - Category: `Condiments`, - Company: `Great Lakes Food Market`, - ShipCountry: `Venezuela`, - ShippedDate: `1997-08-05T00:00:00Z` - }), - new ProductSalesItem( - { - OrderID: 10490, - SaleAmount: 3163.2, - Category: `Condiments`, - Company: `HILARION-Abastos`, - ShipCountry: `USA`, - ShippedDate: `1997-04-03T00:00:00Z` - }), - new ProductSalesItem( - { - OrderID: 10567, - SaleAmount: 2519, - Category: `Condiments`, - Company: `Hungry Owl All-Night Grocers`, - ShipCountry: `Finland`, - ShippedDate: `1997-06-17T00:00:00Z` - }), - new ProductSalesItem( - { - OrderID: 10687, - SaleAmount: 4960.9, - Category: `Condiments`, - Company: `Hungry Owl All-Night Grocers`, - ShipCountry: `USA`, - ShippedDate: `1997-10-30T00:00:00Z` - }), - new ProductSalesItem( - { - OrderID: 10701, - SaleAmount: 2864.5, - Category: `Confections`, - Company: `Hungry Owl All-Night Grocers`, - ShipCountry: `USA`, - ShippedDate: `1997-10-15T00:00:00Z` - }), - new ProductSalesItem( - { - OrderID: 10718, - SaleAmount: 3463, - Category: `Confections`, - Company: `Königlich Essen`, - ShipCountry: `Germany`, - ShippedDate: `1997-10-29T00:00:00Z` - }), - new ProductSalesItem( - { - OrderID: 10787, - SaleAmount: 2622.76, - Category: `Confections`, - Company: `La maison d'Asie`, - ShipCountry: `France`, - ShippedDate: `1997-12-26T00:00:00Z` - }), - new ProductSalesItem( - { - OrderID: 10772, - SaleAmount: 3603.22, - Category: `Confections`, - Company: `Lehmanns Marktstand`, - ShipCountry: `Italy`, - ShippedDate: `1997-12-19T00:00:00Z` - }), - new ProductSalesItem( - { - OrderID: 10638, - SaleAmount: 2720.05, - Category: `Confections`, - Company: `LINO-Delicateses`, - ShipCountry: `Mexico`, - ShippedDate: `1997-09-01T00:00:00Z` - }), - new ProductSalesItem( - { - OrderID: 10760, - SaleAmount: 2917, - Category: `Confections`, - Company: `Maison Dewey`, - ShipCountry: `Germany`, - ShippedDate: `1997-12-10T00:00:00Z` - }), - new ProductSalesItem( - { - OrderID: 10424, - SaleAmount: 9194.56, - Category: `Confections`, - Company: `Mère Paillarde`, - ShipCountry: `Sweden`, - ShippedDate: `1997-01-27T00:00:00Z` - }), - new ProductSalesItem( - { - OrderID: 10605, - SaleAmount: 4109.7, - Category: `Confections`, - Company: `Mère Paillarde`, - ShipCountry: `Germany`, - ShippedDate: `1997-07-29T00:00:00Z` - }), - new ProductSalesItem( - { - OrderID: 10618, - SaleAmount: 2697.5, - Category: `Confections`, - Company: `Mère Paillarde`, - ShipCountry: `Sweden`, - ShippedDate: `1997-08-08T00:00:00Z` - }), - new ProductSalesItem( - { - OrderID: 10530, - SaleAmount: 4180, - Category: `Confections`, - Company: `Piccolo und mehr`, - ShipCountry: `Spain`, - ShippedDate: `1997-05-12T00:00:00Z` - }), - new ProductSalesItem( - { - OrderID: 10637, - SaleAmount: 2761.94, - Category: `Confections`, - Company: `Queen Cozinha`, - ShipCountry: `Spain`, - ShippedDate: `1997-08-26T00:00:00Z` - }), - new ProductSalesItem( - { - OrderID: 10451, - SaleAmount: 3849.66, - Category: `Confections`, - Company: `QUICK-Stop`, - ShipCountry: `Venezuela`, - ShippedDate: `1997-03-12T00:00:00Z` - }), - new ProductSalesItem( - { - OrderID: 10515, - SaleAmount: 9921.3, - Category: `Confections`, - Company: `QUICK-Stop`, - ShipCountry: `Germany`, - ShippedDate: `1997-05-23T00:00:00Z` - }), - new ProductSalesItem( - { - OrderID: 10540, - SaleAmount: 10191.7, - Category: `Dairy Product`, - Company: `QUICK-Stop`, - ShipCountry: `Germany`, - ShippedDate: `1997-06-13T00:00:00Z` - }), - new ProductSalesItem( - { - OrderID: 10549, - SaleAmount: 3554.28, - Category: `Dairy Product`, - Company: `QUICK-Stop`, - ShipCountry: `Germany`, - ShippedDate: `1997-05-30T00:00:00Z` - }), - new ProductSalesItem( - { - OrderID: 10588, - SaleAmount: 3120, - Category: `Dairy Product`, - Company: `QUICK-Stop`, - ShipCountry: `Brazil`, - ShippedDate: `1997-07-10T00:00:00Z` - }), - new ProductSalesItem( - { - OrderID: 10658, - SaleAmount: 4464.6, - Category: `Dairy Product`, - Company: `QUICK-Stop`, - ShipCountry: `Italy`, - ShippedDate: `1997-09-08T00:00:00Z` - }), - new ProductSalesItem( - { - OrderID: 10691, - SaleAmount: 10164.8, - Category: `Dairy Product`, - Company: `QUICK-Stop`, - ShipCountry: `UK`, - ShippedDate: `1997-10-22T00:00:00Z` - }), - new ProductSalesItem( - { - OrderID: 10694, - SaleAmount: 4825, - Category: `Dairy Product`, - Company: `QUICK-Stop`, - ShipCountry: `Brazil`, - ShippedDate: `1997-10-09T00:00:00Z` - }), - new ProductSalesItem( - { - OrderID: 10745, - SaleAmount: 4529.8, - Category: `Dairy Product`, - Company: `QUICK-Stop`, - ShipCountry: `Brazil`, - ShippedDate: `1997-11-27T00:00:00Z` - }), - new ProductSalesItem( - { - OrderID: 10401, - SaleAmount: 3868.6, - Category: `Dairy Product`, - Company: `Rattlesnake Canyon Grocery`, - ShipCountry: `Brazil`, - ShippedDate: `1997-01-10T00:00:00Z` - }), - new ProductSalesItem( - { - OrderID: 10479, - SaleAmount: 10495.6, - Category: `Dairy Product`, - Company: `Rattlesnake Canyon Grocery`, - ShipCountry: `Mexico`, - ShippedDate: `1997-03-21T00:00:00Z` - }), - new ProductSalesItem( - { - OrderID: 10666, - SaleAmount: 4666.94, - Category: `Dairy Product`, - Company: `Richter Supermarkt`, - ShipCountry: `USA`, - ShippedDate: `1997-09-22T00:00:00Z` - }), - new ProductSalesItem( - { - OrderID: 10393, - SaleAmount: 2556.95, - Category: `Grains/Cereal`, - Company: `Save-a-lot Markets`, - ShipCountry: `France`, - ShippedDate: `1997-01-03T00:00:00Z` - }), - new ProductSalesItem( - { - OrderID: 10398, - SaleAmount: 2505.6, - Category: `Grains/Cereal`, - Company: `Save-a-lot Markets`, - ShipCountry: `Venezuela`, - ShippedDate: `1997-01-09T00:00:00Z` - }), - new ProductSalesItem( - { - OrderID: 10440, - SaleAmount: 4924.14, - Category: `Grains/Cereal`, - Company: `Save-a-lot Markets`, - ShipCountry: `France`, - ShippedDate: `1997-02-28T00:00:00Z` - }), - new ProductSalesItem( - { - OrderID: 10510, - SaleAmount: 4707.54, - Category: `Grains/Cereal`, - Company: `Save-a-lot Markets`, - ShipCountry: `Ireland`, - ShippedDate: `1997-04-28T00:00:00Z` - }), - new ProductSalesItem( - { - OrderID: 10555, - SaleAmount: 2944.4, - Category: `Grains/Cereal`, - Company: `Save-a-lot Markets`, - ShipCountry: `Brazil`, - ShippedDate: `1997-06-04T00:00:00Z` - }), - new ProductSalesItem( - { - OrderID: 10607, - SaleAmount: 6475.4, - Category: `Grains/Cereal`, - Company: `Save-a-lot Markets`, - ShipCountry: `Italy`, - ShippedDate: `1997-07-25T00:00:00Z` - }), - new ProductSalesItem( - { - OrderID: 10612, - SaleAmount: 6375, - Category: `Grains/Cereal`, - Company: `Save-a-lot Markets`, - ShipCountry: `Germany`, - ShippedDate: `1997-08-01T00:00:00Z` - }), - new ProductSalesItem( - { - OrderID: 10657, - SaleAmount: 4371.6, - Category: `Meat/Poultr`, - Company: `Save-a-lot Markets`, - ShipCountry: `Belgium`, - ShippedDate: `1997-09-15T00:00:00Z` - }), - new ProductSalesItem( - { - OrderID: 10678, - SaleAmount: 5256.5, - Category: `Meat/Poultr`, - Company: `Save-a-lot Markets`, - ShipCountry: `Spain`, - ShippedDate: `1997-10-16T00:00:00Z` - }), - new ProductSalesItem( - { - OrderID: 10711, - SaleAmount: 4451.7, - Category: `Meat/Poultr`, - Company: `Save-a-lot Markets`, - ShipCountry: `Mexico`, - ShippedDate: `1997-10-29T00:00:00Z` - }), - new ProductSalesItem( - { - OrderID: 10713, - SaleAmount: 2827.9, - Category: `Meat/Poultr`, - Company: `Save-a-lot Markets`, - ShipCountry: `USA`, - ShippedDate: `1997-10-24T00:00:00Z` - }), - new ProductSalesItem( - { - OrderID: 10757, - SaleAmount: 3082, - Category: `Meat/Poultr`, - Company: `Save-a-lot Markets`, - ShipCountry: `Spain`, - ShippedDate: `1997-12-15T00:00:00Z` - }), - new ProductSalesItem( - { - OrderID: 10417, - SaleAmount: 11188.4, - Category: `Meat/Poultr`, - Company: `Simons bistro`, - ShipCountry: `USA`, - ShippedDate: `1997-01-28T00:00:00Z` - }), - new ProductSalesItem( - { - OrderID: 10458, - SaleAmount: 3891, - Category: `Produce`, - Company: `Suprêmes délices`, - ShipCountry: `Mexico`, - ShippedDate: `1997-03-04T00:00:00Z` - }), - new ProductSalesItem( - { - OrderID: 10518, - SaleAmount: 4150.05, - Category: `Produce`, - Company: `Tortuga Restaurante`, - ShipCountry: `Ireland`, - ShippedDate: `1997-05-05T00:00:00Z` - }), - new ProductSalesItem( - { - OrderID: 10465, - SaleAmount: 2518, - Category: `Produce`, - Company: `Vaffeljernet`, - ShipCountry: `USA`, - ShippedDate: `1997-03-14T00:00:00Z` - }), - new ProductSalesItem( - { - OrderID: 10688, - SaleAmount: 3160.6, - Category: `Produce`, - Company: `Vaffeljernet`, - ShipCountry: `France`, - ShippedDate: `1997-10-07T00:00:00Z` - }), - new ProductSalesItem( - { - OrderID: 10546, - SaleAmount: 2812, - Category: `Produce`, - Company: `Victuailles en stock`, - ShipCountry: `Germany`, - ShippedDate: `1997-05-27T00:00:00Z` - }), - new ProductSalesItem( - { - OrderID: 10455, - SaleAmount: 2684, - Category: `Seafood`, - Company: `Wartian Herkku`, - ShipCountry: `Germany`, - ShippedDate: `1997-03-03T00:00:00Z` - }), + new ProductSalesItem({ OrderID: 10524, SaleAmount: 3192.65, Category: `Beverages`, Company: `Berglunds snabbköp`, ShipCountry: `France`, ShippedDate: `1997-05-07T00:00:00Z` }), + new ProductSalesItem({ OrderID: 10672, SaleAmount: 3815.25, Category: `Beverages`, Company: `Berglunds snabbköp`, ShipCountry: `Germany`, ShippedDate: `1997-09-26T00:00:00Z` }), + new ProductSalesItem({ OrderID: 10801, SaleAmount: 3026.85, Category: `Beverages`, Company: `Bólido Comidas preparadas`, ShipCountry: `Brazil`, ShippedDate: `1997-12-31T00:00:00Z` }), + new ProductSalesItem({ OrderID: 10511, SaleAmount: 2550, Category: `Beverages`, Company: `Bon app'`, ShipCountry: `France`, ShippedDate: `1997-04-21T00:00:00Z` }), + new ProductSalesItem({ OrderID: 10742, SaleAmount: 3118, Category: `Beverages`, Company: `Bottom-Dollar Markets`, ShipCountry: `Belgium`, ShippedDate: `1997-11-18T00:00:00Z` }), + new ProductSalesItem({ OrderID: 10400, SaleAmount: 3063, Category: `Beverages`, Company: `Eastern Connection`, ShipCountry: `Brazil`, ShippedDate: `1997-01-16T00:00:00Z` }), + new ProductSalesItem({ OrderID: 10402, SaleAmount: 2713.5, Category: `Beverages`, Company: `Ernst Handel`, ShipCountry: `Switzerland`, ShippedDate: `1997-01-10T00:00:00Z` }), + new ProductSalesItem({ OrderID: 10430, SaleAmount: 4899.2, Category: `Beverages`, Company: `Ernst Handel`, ShipCountry: `Switzerland`, ShippedDate: `1997-02-03T00:00:00Z` }), + new ProductSalesItem({ OrderID: 10514, SaleAmount: 8623.45, Category: `Beverages`, Company: `Ernst Handel`, ShipCountry: `Brazil`, ShippedDate: `1997-05-16T00:00:00Z` }), + new ProductSalesItem({ OrderID: 10595, SaleAmount: 4725, Category: `Beverages`, Company: `Ernst Handel`, ShipCountry: `Venezuela`, ShippedDate: `1997-07-14T00:00:00Z` }), + new ProductSalesItem({ OrderID: 10633, SaleAmount: 5510.59, Category: `Beverages`, Company: `Ernst Handel`, ShipCountry: `Austria`, ShippedDate: `1997-08-18T00:00:00Z` }), + new ProductSalesItem({ OrderID: 10698, SaleAmount: 3436.45, Category: `Beverages`, Company: `Ernst Handel`, ShipCountry: `Mexico`, ShippedDate: `1997-10-17T00:00:00Z` }), + new ProductSalesItem({ OrderID: 10776, SaleAmount: 6635.27, Category: `Condiments`, Company: `Ernst Handel`, ShipCountry: `Germany`, ShippedDate: `1997-12-18T00:00:00Z` }), + new ProductSalesItem({ OrderID: 10634, SaleAmount: 4985.5, Category: `Condiments`, Company: `Folies gourmandes`, ShipCountry: `Brazil`, ShippedDate: `1997-08-21T00:00:00Z` }), + new ProductSalesItem({ OrderID: 10789, SaleAmount: 3687, Category: `Condiments`, Company: `Folies gourmandes`, ShipCountry: `USA`, ShippedDate: `1997-12-31T00:00:00Z` }), + new ProductSalesItem({ OrderID: 10561, SaleAmount: 2844.5, Category: `Condiments`, Company: `Folk och fä HB`, ShipCountry: `Austria`, ShippedDate: `1997-06-09T00:00:00Z` }), + new ProductSalesItem({ OrderID: 10703, SaleAmount: 2545, Category: `Condiments`, Company: `Folk och fä HB`, ShipCountry: `Sweden`, ShippedDate: `1997-10-20T00:00:00Z` }), + new ProductSalesItem({ OrderID: 10762, SaleAmount: 4337, Category: `Condiments`, Company: `Folk och fä HB`, ShipCountry: `France`, ShippedDate: `1997-12-09T00:00:00Z` }), + new ProductSalesItem({ OrderID: 10629, SaleAmount: 2775.05, Category: `Condiments`, Company: `Godos Cocina Típica`, ShipCountry: `Finland`, ShippedDate: `1997-08-20T00:00:00Z` }), + new ProductSalesItem({ OrderID: 10709, SaleAmount: 3424, Category: `Condiments`, Company: `Gourmet Lanchonetes`, ShipCountry: `Germany`, ShippedDate: `1997-11-20T00:00:00Z` }), + new ProductSalesItem({ OrderID: 10616, SaleAmount: 4807.01, Category: `Condiments`, Company: `Great Lakes Food Market`, ShipCountry: `Venezuela`, ShippedDate: `1997-08-05T00:00:00Z` }), + new ProductSalesItem({ OrderID: 10490, SaleAmount: 3163.2, Category: `Condiments`, Company: `HILARION-Abastos`, ShipCountry: `USA`, ShippedDate: `1997-04-03T00:00:00Z` }), + new ProductSalesItem({ OrderID: 10567, SaleAmount: 2519, Category: `Condiments`, Company: `Hungry Owl All-Night Grocers`, ShipCountry: `Finland`, ShippedDate: `1997-06-17T00:00:00Z` }), + new ProductSalesItem({ OrderID: 10687, SaleAmount: 4960.9, Category: `Condiments`, Company: `Hungry Owl All-Night Grocers`, ShipCountry: `USA`, ShippedDate: `1997-10-30T00:00:00Z` }), + new ProductSalesItem({ OrderID: 10701, SaleAmount: 2864.5, Category: `Confections`, Company: `Hungry Owl All-Night Grocers`, ShipCountry: `USA`, ShippedDate: `1997-10-15T00:00:00Z` }), + new ProductSalesItem({ OrderID: 10718, SaleAmount: 3463, Category: `Confections`, Company: `Königlich Essen`, ShipCountry: `Germany`, ShippedDate: `1997-10-29T00:00:00Z` }), + new ProductSalesItem({ OrderID: 10787, SaleAmount: 2622.76, Category: `Confections`, Company: `La maison d'Asie`, ShipCountry: `France`, ShippedDate: `1997-12-26T00:00:00Z` }), + new ProductSalesItem({ OrderID: 10772, SaleAmount: 3603.22, Category: `Confections`, Company: `Lehmanns Marktstand`, ShipCountry: `Italy`, ShippedDate: `1997-12-19T00:00:00Z` }), + new ProductSalesItem({ OrderID: 10638, SaleAmount: 2720.05, Category: `Confections`, Company: `LINO-Delicateses`, ShipCountry: `Mexico`, ShippedDate: `1997-09-01T00:00:00Z` }), + new ProductSalesItem({ OrderID: 10760, SaleAmount: 2917, Category: `Confections`, Company: `Maison Dewey`, ShipCountry: `Germany`, ShippedDate: `1997-12-10T00:00:00Z` }), + new ProductSalesItem({ OrderID: 10424, SaleAmount: 9194.56, Category: `Confections`, Company: `Mère Paillarde`, ShipCountry: `Sweden`, ShippedDate: `1997-01-27T00:00:00Z` }), + new ProductSalesItem({ OrderID: 10605, SaleAmount: 4109.7, Category: `Confections`, Company: `Mère Paillarde`, ShipCountry: `Germany`, ShippedDate: `1997-07-29T00:00:00Z` }), + new ProductSalesItem({ OrderID: 10618, SaleAmount: 2697.5, Category: `Confections`, Company: `Mère Paillarde`, ShipCountry: `Sweden`, ShippedDate: `1997-08-08T00:00:00Z` }), + new ProductSalesItem({ OrderID: 10530, SaleAmount: 4180, Category: `Confections`, Company: `Piccolo und mehr`, ShipCountry: `Spain`, ShippedDate: `1997-05-12T00:00:00Z` }), + new ProductSalesItem({ OrderID: 10637, SaleAmount: 2761.94, Category: `Confections`, Company: `Queen Cozinha`, ShipCountry: `Spain`, ShippedDate: `1997-08-26T00:00:00Z` }), + new ProductSalesItem({ OrderID: 10451, SaleAmount: 3849.66, Category: `Confections`, Company: `QUICK-Stop`, ShipCountry: `Venezuela`, ShippedDate: `1997-03-12T00:00:00Z` }), + new ProductSalesItem({ OrderID: 10515, SaleAmount: 9921.3, Category: `Confections`, Company: `QUICK-Stop`, ShipCountry: `Germany`, ShippedDate: `1997-05-23T00:00:00Z` }), + new ProductSalesItem({ OrderID: 10540, SaleAmount: 10191.7, Category: `Dairy Product`, Company: `QUICK-Stop`, ShipCountry: `Germany`, ShippedDate: `1997-06-13T00:00:00Z` }), + new ProductSalesItem({ OrderID: 10549, SaleAmount: 3554.28, Category: `Dairy Product`, Company: `QUICK-Stop`, ShipCountry: `Germany`, ShippedDate: `1997-05-30T00:00:00Z` }), + new ProductSalesItem({ OrderID: 10588, SaleAmount: 3120, Category: `Dairy Product`, Company: `QUICK-Stop`, ShipCountry: `Brazil`, ShippedDate: `1997-07-10T00:00:00Z` }), + new ProductSalesItem({ OrderID: 10658, SaleAmount: 4464.6, Category: `Dairy Product`, Company: `QUICK-Stop`, ShipCountry: `Italy`, ShippedDate: `1997-09-08T00:00:00Z` }), + new ProductSalesItem({ OrderID: 10691, SaleAmount: 10164.8, Category: `Dairy Product`, Company: `QUICK-Stop`, ShipCountry: `UK`, ShippedDate: `1997-10-22T00:00:00Z` }), + new ProductSalesItem({ OrderID: 10694, SaleAmount: 4825, Category: `Dairy Product`, Company: `QUICK-Stop`, ShipCountry: `Brazil`, ShippedDate: `1997-10-09T00:00:00Z` }), + new ProductSalesItem({ OrderID: 10745, SaleAmount: 4529.8, Category: `Dairy Product`, Company: `QUICK-Stop`, ShipCountry: `Brazil`, ShippedDate: `1997-11-27T00:00:00Z` }), + new ProductSalesItem({ OrderID: 10401, SaleAmount: 3868.6, Category: `Dairy Product`, Company: `Rattlesnake Canyon Grocery`, ShipCountry: `Brazil`, ShippedDate: `1997-01-10T00:00:00Z` }), + new ProductSalesItem({ OrderID: 10479, SaleAmount: 10495.6, Category: `Dairy Product`, Company: `Rattlesnake Canyon Grocery`, ShipCountry: `Mexico`, ShippedDate: `1997-03-21T00:00:00Z` }), + new ProductSalesItem({ OrderID: 10666, SaleAmount: 4666.94, Category: `Dairy Product`, Company: `Richter Supermarkt`, ShipCountry: `USA`, ShippedDate: `1997-09-22T00:00:00Z` }), + new ProductSalesItem({ OrderID: 10393, SaleAmount: 2556.95, Category: `Grains/Cereal`, Company: `Save-a-lot Markets`, ShipCountry: `France`, ShippedDate: `1997-01-03T00:00:00Z` }), + new ProductSalesItem({ OrderID: 10398, SaleAmount: 2505.6, Category: `Grains/Cereal`, Company: `Save-a-lot Markets`, ShipCountry: `Venezuela`, ShippedDate: `1997-01-09T00:00:00Z` }), + new ProductSalesItem({ OrderID: 10440, SaleAmount: 4924.14, Category: `Grains/Cereal`, Company: `Save-a-lot Markets`, ShipCountry: `France`, ShippedDate: `1997-02-28T00:00:00Z` }), + new ProductSalesItem({ OrderID: 10510, SaleAmount: 4707.54, Category: `Grains/Cereal`, Company: `Save-a-lot Markets`, ShipCountry: `Ireland`, ShippedDate: `1997-04-28T00:00:00Z` }), + new ProductSalesItem({ OrderID: 10555, SaleAmount: 2944.4, Category: `Grains/Cereal`, Company: `Save-a-lot Markets`, ShipCountry: `Brazil`, ShippedDate: `1997-06-04T00:00:00Z` }), + new ProductSalesItem({ OrderID: 10607, SaleAmount: 6475.4, Category: `Grains/Cereal`, Company: `Save-a-lot Markets`, ShipCountry: `Italy`, ShippedDate: `1997-07-25T00:00:00Z` }), + new ProductSalesItem({ OrderID: 10612, SaleAmount: 6375, Category: `Grains/Cereal`, Company: `Save-a-lot Markets`, ShipCountry: `Germany`, ShippedDate: `1997-08-01T00:00:00Z` }), + new ProductSalesItem({ OrderID: 10657, SaleAmount: 4371.6, Category: `Meat/Poultr`, Company: `Save-a-lot Markets`, ShipCountry: `Belgium`, ShippedDate: `1997-09-15T00:00:00Z` }), + new ProductSalesItem({ OrderID: 10678, SaleAmount: 5256.5, Category: `Meat/Poultr`, Company: `Save-a-lot Markets`, ShipCountry: `Spain`, ShippedDate: `1997-10-16T00:00:00Z` }), + new ProductSalesItem({ OrderID: 10711, SaleAmount: 4451.7, Category: `Meat/Poultr`, Company: `Save-a-lot Markets`, ShipCountry: `Mexico`, ShippedDate: `1997-10-29T00:00:00Z` }), + new ProductSalesItem({ OrderID: 10713, SaleAmount: 2827.9, Category: `Meat/Poultr`, Company: `Save-a-lot Markets`, ShipCountry: `USA`, ShippedDate: `1997-10-24T00:00:00Z` }), + new ProductSalesItem({ OrderID: 10757, SaleAmount: 3082, Category: `Meat/Poultr`, Company: `Save-a-lot Markets`, ShipCountry: `Spain`, ShippedDate: `1997-12-15T00:00:00Z` }), + new ProductSalesItem({ OrderID: 10417, SaleAmount: 11188.4, Category: `Meat/Poultr`, Company: `Simons bistro`, ShipCountry: `USA`, ShippedDate: `1997-01-28T00:00:00Z` }), + new ProductSalesItem({ OrderID: 10458, SaleAmount: 3891, Category: `Produce`, Company: `Suprêmes délices`, ShipCountry: `Mexico`, ShippedDate: `1997-03-04T00:00:00Z` }), + new ProductSalesItem({ OrderID: 10518, SaleAmount: 4150.05, Category: `Produce`, Company: `Tortuga Restaurante`, ShipCountry: `Ireland`, ShippedDate: `1997-05-05T00:00:00Z` }), + new ProductSalesItem({ OrderID: 10465, SaleAmount: 2518, Category: `Produce`, Company: `Vaffeljernet`, ShipCountry: `USA`, ShippedDate: `1997-03-14T00:00:00Z` }), + new ProductSalesItem({ OrderID: 10688, SaleAmount: 3160.6, Category: `Produce`, Company: `Vaffeljernet`, ShipCountry: `France`, ShippedDate: `1997-10-07T00:00:00Z` }), + new ProductSalesItem({ OrderID: 10546, SaleAmount: 2812, Category: `Produce`, Company: `Victuailles en stock`, ShipCountry: `Germany`, ShippedDate: `1997-05-27T00:00:00Z` }), + new ProductSalesItem({ OrderID: 10455, SaleAmount: 2684, Category: `Seafood`, Company: `Wartian Herkku`, ShipCountry: `Germany`, ShippedDate: `1997-03-03T00:00:00Z` }), ]; super(...newItems.slice(0)); } diff --git a/samples/grids/grid/conditional-cell-style-1/src/AthletesData.ts b/samples/grids/grid/conditional-cell-style-1/src/AthletesData.ts index cbfd6a40ca..3d63d083ff 100644 --- a/samples/grids/grid/conditional-cell-style-1/src/AthletesData.ts +++ b/samples/grids/grid/conditional-cell-style-1/src/AthletesData.ts @@ -22,2596 +22,191 @@ export class AthletesData extends Array { super(...items); } else { const newItems = [ - new AthletesDataItem( - { - Id: 100, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/20.jpg`, - Position: `current`, - Name: `Alexis Walker`, - AthleteNumber: 43183, - BeatsPerMinute: 103, - TopSpeed: 5.8, - Registered: `2017-08-07T10:35:06-03:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/gh.png`, - CountryName: `Ghana` - }), - new AthletesDataItem( - { - Id: 101, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/71.jpg`, - Position: `down`, - Name: `Lavínia Silva`, - AthleteNumber: 33994, - BeatsPerMinute: 93, - TopSpeed: 5.6, - Registered: `2017-03-22T08:55:46-02:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/no.png`, - CountryName: `Norway` - }), - new AthletesDataItem( - { - Id: 105, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/5.jpg`, - Position: `down`, - Name: `Samu Hokkanen`, - AthleteNumber: 22469, - BeatsPerMinute: 106, - TopSpeed: 5.5, - Registered: `2017-06-29T04:58:27-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/az.png`, - CountryName: `Azerbaijan` - }), - new AthletesDataItem( - { - Id: 107, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/92.jpg`, - Position: `down`, - Name: `Megan Webb`, - AthleteNumber: 30713, - BeatsPerMinute: 93, - TopSpeed: 5.6, - Registered: `2017-08-20T09:26:51-03:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/mt.png`, - CountryName: `Malta` - }), - new AthletesDataItem( - { - Id: 107, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/33.jpg`, - Position: `up`, - Name: `Pedro Marquez`, - AthleteNumber: 16169, - BeatsPerMinute: 97, - TopSpeed: 5.4, - Registered: `2017-11-11T05:14:31-02:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/mw.png`, - CountryName: `Malawi` - }), - new AthletesDataItem( - { - Id: 108, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/31.jpg`, - Position: `up`, - Name: `Noah Bergeron`, - AthleteNumber: 35139, - BeatsPerMinute: 110, - TopSpeed: 5.6, - Registered: `2017-06-23T01:21:21-03:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ci.png`, - CountryName: `Cote DIvoire` - }), - new AthletesDataItem( - { - Id: 110, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/15.jpg`, - Position: `current`, - Name: `Annabell Brand`, - AthleteNumber: 39233, - BeatsPerMinute: 93, - TopSpeed: 5.7, - Registered: `2017-03-01T12:21:24-02:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/pg.png`, - CountryName: `Papua New Guinea` - }), - new AthletesDataItem( - { - Id: 110, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/13.jpg`, - Position: `current`, - Name: `Özsu Keçeci`, - AthleteNumber: 29403, - BeatsPerMinute: 106, - TopSpeed: 4.2, - Registered: `2017-01-19T11:34:13-02:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/lv.png`, - CountryName: `Latvia` - }), - new AthletesDataItem( - { - Id: 110, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/26.jpg`, - Position: `down`, - Name: `Emilie Morin`, - AthleteNumber: 26164, - BeatsPerMinute: 98, - TopSpeed: 4.9, - Registered: `2017-02-01T04:18:19-02:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/kg.png`, - CountryName: `Kyrgyzstan` - }), - new AthletesDataItem( - { - Id: 111, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/23.jpg`, - Position: `up`, - Name: `Connor Green`, - AthleteNumber: 44716, - BeatsPerMinute: 95, - TopSpeed: 4.4, - Registered: `2017-06-30T11:23:25-03:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/bb.png`, - CountryName: `Barbados` - }), - new AthletesDataItem( - { - Id: 112, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/53.jpg`, - Position: `down`, - Name: `Karen Shaw`, - AthleteNumber: 31048, - BeatsPerMinute: 107, - TopSpeed: 5.7, - Registered: `2017-05-15T09:25:03-03:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ec.png`, - CountryName: `Ecuador` - }), - new AthletesDataItem( - { - Id: 113, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/36.jpg`, - Position: `current`, - Name: `Marialba Nascimento`, - AthleteNumber: 47061, - BeatsPerMinute: 108, - TopSpeed: 5.2, - Registered: `2017-09-19T05:47:21-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/tn.png`, - CountryName: `Tunisia` - }), - new AthletesDataItem( - { - Id: 113, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/37.jpg`, - Position: `current`, - Name: `Nick Naumann`, - AthleteNumber: 25566, - BeatsPerMinute: 109, - TopSpeed: 5.9, - Registered: `2017-07-12T09:01:11-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/sz.png`, - CountryName: `Swaziland` - }), - new AthletesDataItem( - { - Id: 116, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/1.jpg`, - Position: `down`, - Name: `Sevcan Kollen`, - AthleteNumber: 13728, - BeatsPerMinute: 104, - TopSpeed: 5.3, - Registered: `2017-09-08T08:29:08-03:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/gt.png`, - CountryName: `Guatemala` - }), - new AthletesDataItem( - { - Id: 121, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/48.jpg`, - Position: `current`, - Name: `Väinö Salmi`, - AthleteNumber: 29839, - BeatsPerMinute: 107, - TopSpeed: 5.5, - Registered: `2017-10-21T05:57:02-03:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/gw.png`, - CountryName: `Guinea-Bissau` - }), - new AthletesDataItem( - { - Id: 121, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/31.jpg`, - Position: `down`, - Name: `Ivan Ivanov`, - AthleteNumber: 11054, - BeatsPerMinute: 108, - TopSpeed: 5.7, - Registered: `2017-04-18T08:03:01-03:00`, - TrackProgress: 75, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/bg.png`, - CountryName: `Bulgaria` - }), - new AthletesDataItem( - { - Id: 121, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/45.jpg`, - Position: `current`, - Name: `Maurice Lambert`, - AthleteNumber: 17443, - BeatsPerMinute: 96, - TopSpeed: 5.6, - Registered: `2017-06-05T08:19:32-03:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/bd.png`, - CountryName: `Bangladesh` - }), - new AthletesDataItem( - { - Id: 122, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/71.jpg`, - Position: `down`, - Name: `Natalie Conrad`, - AthleteNumber: 42602, - BeatsPerMinute: 108, - TopSpeed: 6, - Registered: `2017-03-18T06:35:44-02:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/tt.png`, - CountryName: `Trinidad and Tobago` - }), - new AthletesDataItem( - { - Id: 122, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/57.jpg`, - Position: `down`, - Name: `Jack Jean-baptiste`, - AthleteNumber: 40427, - BeatsPerMinute: 110, - TopSpeed: 4.3, - Registered: `2017-11-09T08:50:06-02:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/cm.png`, - CountryName: `Cameroon` - }), - new AthletesDataItem( - { - Id: 123, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/19.jpg`, - Position: `down`, - Name: `Flora Perez`, - AthleteNumber: 23907, - BeatsPerMinute: 102, - TopSpeed: 5.8, - Registered: `2017-04-12T04:16:56-03:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/pl.png`, - CountryName: `Poland` - }), - new AthletesDataItem( - { - Id: 123, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/12.jpg`, - Position: `up`, - Name: `آنیتا كامياران`, - AthleteNumber: 18980, - BeatsPerMinute: 90, - TopSpeed: 4.5, - Registered: `2017-07-21T06:42:59-03:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/lb.png`, - CountryName: `Lebanon` - }), - new AthletesDataItem( - { - Id: 123, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/31.jpg`, - Position: `current`, - Name: `Eeli Makinen`, - AthleteNumber: 45296, - BeatsPerMinute: 106, - TopSpeed: 5.2, - Registered: `2017-01-06T09:58:02-02:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/fi.png`, - CountryName: `Finland` - }), - new AthletesDataItem( - { - Id: 124, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/98.jpg`, - Position: `down`, - Name: `Mathieu Mathieu`, - AthleteNumber: 10555, - BeatsPerMinute: 101, - TopSpeed: 5.2, - Registered: `2017-01-05T07:28:11-02:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/uz.png`, - CountryName: `Uzbekistan` - }), - new AthletesDataItem( - { - Id: 124, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/19.jpg`, - Position: `current`, - Name: `Marie Poulsen`, - AthleteNumber: 44113, - BeatsPerMinute: 109, - TopSpeed: 4.7, - Registered: `2017-04-15T10:25:21-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ma.png`, - CountryName: `Morocco` - }), - new AthletesDataItem( - { - Id: 125, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/16.jpg`, - Position: `current`, - Name: `Altiva Alves`, - AthleteNumber: 31850, - BeatsPerMinute: 106, - TopSpeed: 5.1, - Registered: `2017-11-09T02:43:54-02:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/km.png`, - CountryName: `Comoros` - }), - new AthletesDataItem( - { - Id: 127, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/52.jpg`, - Position: `down`, - Name: `Gerardo Soto`, - AthleteNumber: 22958, - BeatsPerMinute: 90, - TopSpeed: 5, - Registered: `2017-06-04T12:52:03-03:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/co.png`, - CountryName: `Colombia` - }), - new AthletesDataItem( - { - Id: 128, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/52.jpg`, - Position: `up`, - Name: `Sophie Lewis`, - AthleteNumber: 46222, - BeatsPerMinute: 106, - TopSpeed: 4.4, - Registered: `2017-02-20T09:42:07-02:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/mc.png`, - CountryName: `Monaco` - }), - new AthletesDataItem( - { - Id: 129, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/34.jpg`, - Position: `up`, - Name: `Ella Hansen`, - AthleteNumber: 27075, - BeatsPerMinute: 101, - TopSpeed: 5.1, - Registered: `2017-01-05T10:12:42-02:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/lk.png`, - CountryName: `Sri Lanka` - }), - new AthletesDataItem( - { - Id: 130, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/94.jpg`, - Position: `up`, - Name: `Adem Özdoğan`, - AthleteNumber: 45143, - BeatsPerMinute: 90, - TopSpeed: 5.5, - Registered: `2017-02-16T07:11:52-02:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/tm.png`, - CountryName: `Turkmenistan` - }), - new AthletesDataItem( - { - Id: 130, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/24.jpg`, - Position: `down`, - Name: `آوا احمدی`, - AthleteNumber: 44347, - BeatsPerMinute: 110, - TopSpeed: 4.1, - Registered: `2017-06-04T09:04:31-03:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/cn.png`, - CountryName: `China` - }), - new AthletesDataItem( - { - Id: 131, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/61.jpg`, - Position: `current`, - Name: `Eliza Bishop`, - AthleteNumber: 31774, - BeatsPerMinute: 96, - TopSpeed: 4.7, - Registered: `2017-09-22T11:49:02-03:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/eh.png`, - CountryName: `Western Sahara` - }), - new AthletesDataItem( - { - Id: 131, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/61.jpg`, - Position: `down`, - Name: `Veronika Huber`, - AthleteNumber: 18146, - BeatsPerMinute: 103, - TopSpeed: 5.2, - Registered: `2017-07-13T02:23:56-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/to.png`, - CountryName: `Tonga` - }), - new AthletesDataItem( - { - Id: 134, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/66.jpg`, - Position: `down`, - Name: `Anni Waisanen`, - AthleteNumber: 32133, - BeatsPerMinute: 99, - TopSpeed: 5, - Registered: `2017-08-17T01:35:09-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/do.png`, - CountryName: `Dominican Republic` - }), - new AthletesDataItem( - { - Id: 135, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/84.jpg`, - Position: `down`, - Name: `Darryl Douglas`, - AthleteNumber: 35826, - BeatsPerMinute: 96, - TopSpeed: 4.6, - Registered: `2017-07-20T11:45:52-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/tr.png`, - CountryName: `Turkey` - }), - new AthletesDataItem( - { - Id: 136, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/10.jpg`, - Position: `down`, - Name: `Elaine Matthews`, - AthleteNumber: 38574, - BeatsPerMinute: 110, - TopSpeed: 5.5, - Registered: `2017-01-26T11:50:00-02:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/cv.png`, - CountryName: `Cape Verde` - }), - new AthletesDataItem( - { - Id: 137, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/75.jpg`, - Position: `up`, - Name: `Gloria Caballero`, - AthleteNumber: 43379, - BeatsPerMinute: 103, - TopSpeed: 4.3, - Registered: `2017-08-10T08:27:45-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/il.png`, - CountryName: `Israel` - }), - new AthletesDataItem( - { - Id: 137, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/80.jpg`, - Position: `down`, - Name: `Lance Dunn`, - AthleteNumber: 10113, - BeatsPerMinute: 94, - TopSpeed: 4.5, - Registered: `2017-03-13T10:51:36-02:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/cy.png`, - CountryName: `Cyprus` - }), - new AthletesDataItem( - { - Id: 138, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/31.jpg`, - Position: `down`, - Name: `Antoine Mackay`, - AthleteNumber: 34547, - BeatsPerMinute: 104, - TopSpeed: 5, - Registered: `2017-08-22T09:11:37-03:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ls.png`, - CountryName: `Lesotho` - }), - new AthletesDataItem( - { - Id: 138, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/78.jpg`, - Position: `current`, - Name: `Oscar Calvo`, - AthleteNumber: 45078, - BeatsPerMinute: 109, - TopSpeed: 4.3, - Registered: `2017-06-19T10:57:42-03:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/cu.png`, - CountryName: `Cuba` - }), - new AthletesDataItem( - { - Id: 138, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/38.jpg`, - Position: `current`, - Name: `Derrick Price`, - AthleteNumber: 19792, - BeatsPerMinute: 94, - TopSpeed: 5.6, - Registered: `2017-03-19T01:10:55-02:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ar.png`, - CountryName: `Argentina` - }), - new AthletesDataItem( - { - Id: 139, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/28.jpg`, - Position: `current`, - Name: `Annabell Barth`, - AthleteNumber: 41130, - BeatsPerMinute: 103, - TopSpeed: 5, - Registered: `2017-08-24T11:58:56-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ht.png`, - CountryName: `Haiti` - }), - new AthletesDataItem( - { - Id: 141, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/15.jpg`, - Position: `current`, - Name: `Miro Korpela`, - AthleteNumber: 40544, - BeatsPerMinute: 104, - TopSpeed: 5.3, - Registered: `2017-01-10T07:12:44-02:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/nl.png`, - CountryName: `Netherlands` - }), - new AthletesDataItem( - { - Id: 142, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/63.jpg`, - Position: `current`, - Name: `Nicoline Thomsen`, - AthleteNumber: 36778, - BeatsPerMinute: 99, - TopSpeed: 5.5, - Registered: `2017-03-26T10:04:29-03:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/bj.png`, - CountryName: `Benin` - }), - new AthletesDataItem( - { - Id: 143, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/38.jpg`, - Position: `up`, - Name: `رضا کوتی`, - AthleteNumber: 13640, - BeatsPerMinute: 103, - TopSpeed: 4.2, - Registered: `2017-04-30T02:34:29-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/pk.png`, - CountryName: `Pakistan` - }), - new AthletesDataItem( - { - Id: 144, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/57.jpg`, - Position: `down`, - Name: `Milja Leino`, - AthleteNumber: 33563, - BeatsPerMinute: 110, - TopSpeed: 4.1, - Registered: `2017-11-01T10:34:07-02:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/bf.png`, - CountryName: `Burkina Faso` - }), - new AthletesDataItem( - { - Id: 147, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/8.jpg`, - Position: `down`, - Name: `میلاد یاسمی`, - AthleteNumber: 44023, - BeatsPerMinute: 104, - TopSpeed: 5.2, - Registered: `2017-06-10T04:11:01-03:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/tg.png`, - CountryName: `Togo` - }), - new AthletesDataItem( - { - Id: 150, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/52.jpg`, - Position: `up`, - Name: `Gustav Petersen`, - AthleteNumber: 20984, - BeatsPerMinute: 107, - TopSpeed: 4.6, - Registered: `2017-01-01T07:40:19-02:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/bz.png`, - CountryName: `Belize` - }), - new AthletesDataItem( - { - Id: 151, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/88.jpg`, - Position: `current`, - Name: `Charlotte Mills`, - AthleteNumber: 49829, - BeatsPerMinute: 92, - TopSpeed: 5.3, - Registered: `2017-05-10T04:33:10-03:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/mg.png`, - CountryName: `Madagascar` - }), - new AthletesDataItem( - { - Id: 154, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/54.jpg`, - Position: `down`, - Name: `Rhonda Simmmons`, - AthleteNumber: 37139, - BeatsPerMinute: 96, - TopSpeed: 5.1, - Registered: `2017-07-03T05:39:45-03:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/nr.png`, - CountryName: `Nauru` - }), - new AthletesDataItem( - { - Id: 155, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/82.jpg`, - Position: `up`, - Name: `Justin Philippe`, - AthleteNumber: 12858, - BeatsPerMinute: 104, - TopSpeed: 5.7, - Registered: `2017-03-16T02:00:35-02:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/mv.png`, - CountryName: `Maldives` - }), - new AthletesDataItem( - { - Id: 159, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/66.jpg`, - Position: `up`, - Name: `Eva Dean`, - AthleteNumber: 48874, - BeatsPerMinute: 103, - TopSpeed: 5.7, - Registered: `2017-03-04T01:58:52-02:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/st.png`, - CountryName: `Sao Tome and Principe` - }), - new AthletesDataItem( - { - Id: 161, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/89.jpg`, - Position: `up`, - Name: `Franklin Byrd`, - AthleteNumber: 49498, - BeatsPerMinute: 106, - TopSpeed: 5.3, - Registered: `2017-11-04T11:09:26-02:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/tw.png`, - CountryName: `Taiwan, Province of China` - }), - new AthletesDataItem( - { - Id: 161, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/38.jpg`, - Position: `current`, - Name: `Alex Martin`, - AthleteNumber: 27887, - BeatsPerMinute: 96, - TopSpeed: 4.2, - Registered: `2017-10-28T04:06:33-03:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/eg.png`, - CountryName: `Egypt` - }), - new AthletesDataItem( - { - Id: 162, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/0.jpg`, - Position: `current`, - Name: `Alex Craig`, - AthleteNumber: 21868, - BeatsPerMinute: 94, - TopSpeed: 4.2, - Registered: `2017-03-19T10:20:51-02:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/sy.png`, - CountryName: `Syrian Arab Republic` - }), - new AthletesDataItem( - { - Id: 162, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/5.jpg`, - Position: `down`, - Name: `Adam Bouchard`, - AthleteNumber: 38672, - BeatsPerMinute: 99, - TopSpeed: 4.7, - Registered: `2017-01-04T03:04:05-02:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/sc.png`, - CountryName: `Seychelles` - }), - new AthletesDataItem( - { - Id: 163, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/70.jpg`, - Position: `down`, - Name: `میلاد قاسمی`, - AthleteNumber: 12788, - BeatsPerMinute: 101, - TopSpeed: 4.1, - Registered: `2017-03-01T07:51:17-02:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ws.png`, - CountryName: `Samoa` - }), - new AthletesDataItem( - { - Id: 163, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/52.jpg`, - Position: `up`, - Name: `Millie Cooper`, - AthleteNumber: 14610, - BeatsPerMinute: 99, - TopSpeed: 5.4, - Registered: `2017-05-08T09:30:14-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ni.png`, - CountryName: `Nicaragua` - }), - new AthletesDataItem( - { - Id: 163, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/21.jpg`, - Position: `up`, - Name: `Pippa Roberts`, - AthleteNumber: 15588, - BeatsPerMinute: 105, - TopSpeed: 4.1, - Registered: `2017-02-07T10:23:13-02:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/kh.png`, - CountryName: `Cambodia` - }), - new AthletesDataItem( - { - Id: 164, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/51.jpg`, - Position: `current`, - Name: `Ethel Stephens`, - AthleteNumber: 18692, - BeatsPerMinute: 94, - TopSpeed: 4.1, - Registered: `2017-02-13T05:03:04-02:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ua.png`, - CountryName: `Ukraine` - }), - new AthletesDataItem( - { - Id: 165, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/79.jpg`, - Position: `down`, - Name: `Mario Ellis`, - AthleteNumber: 18026, - BeatsPerMinute: 99, - TopSpeed: 5.5, - Registered: `2017-02-13T11:53:15-02:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ml.png`, - CountryName: `Mali` - }), - new AthletesDataItem( - { - Id: 166, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/74.jpg`, - Position: `current`, - Name: `Maria Parra`, - AthleteNumber: 39861, - BeatsPerMinute: 106, - TopSpeed: 6, - Registered: `2017-01-30T09:22:52-02:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ki.png`, - CountryName: `Kiribati` - }), - new AthletesDataItem( - { - Id: 167, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/67.jpg`, - Position: `down`, - Name: `Aatu Ranta`, - AthleteNumber: 38049, - BeatsPerMinute: 94, - TopSpeed: 5.1, - Registered: `2017-07-21T04:22:18-03:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ae.png`, - CountryName: `United Arab Emirates` - }), - new AthletesDataItem( - { - Id: 167, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/62.jpg`, - Position: `current`, - Name: `Pippa Morris`, - AthleteNumber: 44421, - BeatsPerMinute: 101, - TopSpeed: 5.5, - Registered: `2017-03-06T09:21:58-02:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/tj.png`, - CountryName: `Tajikistan` - }), - new AthletesDataItem( - { - Id: 167, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/32.jpg`, - Position: `current`, - Name: `Esma Adıvar`, - AthleteNumber: 35565, - BeatsPerMinute: 99, - TopSpeed: 4.2, - Registered: `2017-06-17T12:34:29-03:00`, - TrackProgress: 75, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ph.png`, - CountryName: `Philippines` - }), - new AthletesDataItem( - { - Id: 167, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/19.jpg`, - Position: `down`, - Name: `Louis Smith`, - AthleteNumber: 31837, - BeatsPerMinute: 98, - TopSpeed: 5.4, - Registered: `2017-03-19T08:12:23-02:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/lr.png`, - CountryName: `Liberia` - }), - new AthletesDataItem( - { - Id: 167, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/81.jpg`, - Position: `down`, - Name: `Milo Charles`, - AthleteNumber: 10661, - BeatsPerMinute: 99, - TopSpeed: 5.4, - Registered: `2017-07-20T09:00:22-03:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/is.png`, - CountryName: `Iceland` - }), - new AthletesDataItem( - { - Id: 168, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/10.jpg`, - Position: `current`, - Name: `Calvin Hunt`, - AthleteNumber: 35535, - BeatsPerMinute: 94, - TopSpeed: 4.5, - Registered: `2017-11-07T09:58:42-02:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/at.png`, - CountryName: `Austria` - }), - new AthletesDataItem( - { - Id: 169, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/44.jpg`, - Position: `up`, - Name: `Aziz Santos`, - AthleteNumber: 38947, - BeatsPerMinute: 98, - TopSpeed: 4, - Registered: `2017-04-03T02:18:46-03:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/gb.png`, - CountryName: `United Kingdom` - }), - new AthletesDataItem( - { - Id: 169, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/21.jpg`, - Position: `down`, - Name: `Julian Barth`, - AthleteNumber: 19011, - BeatsPerMinute: 91, - TopSpeed: 5.2, - Registered: `2017-04-21T08:08:33-03:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/gd.png`, - CountryName: `Grenada` - }), - new AthletesDataItem( - { - Id: 170, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/60.jpg`, - Position: `up`, - Name: `Fernando Gimenez`, - AthleteNumber: 31290, - BeatsPerMinute: 102, - TopSpeed: 5.1, - Registered: `2017-06-21T06:45:54-03:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/uz.png`, - CountryName: `Uruguay` - }), - new AthletesDataItem( - { - Id: 173, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/18.jpg`, - Position: `current`, - Name: `Hassana Camp`, - AthleteNumber: 14467, - BeatsPerMinute: 104, - TopSpeed: 5.2, - Registered: `2017-06-02T12:21:59-03:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/cz.png`, - CountryName: `Czechia` - }), - new AthletesDataItem( - { - Id: 174, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/29.jpg`, - Position: `current`, - Name: `Beatriz Gallardo`, - AthleteNumber: 38538, - BeatsPerMinute: 101, - TopSpeed: 6, - Registered: `2017-11-06T02:14:31-02:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/er.png`, - CountryName: `Eritrea` - }), - new AthletesDataItem( - { - Id: 176, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/26.jpg`, - Position: `current`, - Name: `Tim Neal`, - AthleteNumber: 45860, - BeatsPerMinute: 97, - TopSpeed: 5.6, - Registered: `2017-04-21T04:06:34-03:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/pa.png`, - CountryName: `Panama` - }), - new AthletesDataItem( - { - Id: 176, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/35.jpg`, - Position: `down`, - Name: `Laudelino Castro`, - AthleteNumber: 12711, - BeatsPerMinute: 106, - TopSpeed: 4.4, - Registered: `2017-02-08T04:03:22-02:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/hr.png`, - CountryName: `Croatia` - }), - new AthletesDataItem( - { - Id: 178, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/65.jpg`, - Position: `down`, - Name: `Lillian Wade`, - AthleteNumber: 10729, - BeatsPerMinute: 110, - TopSpeed: 4.8, - Registered: `2017-04-07T09:53:13-03:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/sb.png`, - CountryName: `Solomon Islands` - }), - new AthletesDataItem( - { - Id: 180, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/90.jpg`, - Position: `up`, - Name: `Lillian Bowman`, - AthleteNumber: 35323, - BeatsPerMinute: 103, - TopSpeed: 4.5, - Registered: `2017-08-31T11:55:25-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/gy.png`, - CountryName: `Guyana` - }), - new AthletesDataItem( - { - Id: 182, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/14.jpg`, - Position: `up`, - Name: `Ariena Achterberg`, - AthleteNumber: 41330, - BeatsPerMinute: 92, - TopSpeed: 5.6, - Registered: `2017-10-22T02:15:39-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/kr.png`, - CountryName: `South Korea` - }), - new AthletesDataItem( - { - Id: 182, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/94.jpg`, - Position: `current`, - Name: `Gerald Schmidt`, - AthleteNumber: 47410, - BeatsPerMinute: 102, - TopSpeed: 5.8, - Registered: `2017-02-20T11:53:08-02:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ge.png`, - CountryName: `Georgia` - }), - new AthletesDataItem( - { - Id: 183, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/74.jpg`, - Position: `down`, - Name: `Yarno Kin`, - AthleteNumber: 47324, - BeatsPerMinute: 107, - TopSpeed: 5.1, - Registered: `2017-08-26T08:21:22-03:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ro.png`, - CountryName: `Romania` - }), - new AthletesDataItem( - { - Id: 183, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/53.jpg`, - Position: `up`, - Name: `رونیکا سلطانی نژاد`, - AthleteNumber: 35233, - BeatsPerMinute: 99, - TopSpeed: 4.6, - Registered: `2017-08-13T01:05:52-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/mk.png`, - CountryName: `Macedonia, The Former Yugoslav Republic of` - }), - new AthletesDataItem( - { - Id: 186, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/2.jpg`, - Position: `up`, - Name: `کوروش کامروا`, - AthleteNumber: 13506, - BeatsPerMinute: 109, - TopSpeed: 4.4, - Registered: `2017-04-16T01:10:37-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/nu.png`, - CountryName: `Niue` - }), - new AthletesDataItem( - { - Id: 186, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/42.jpg`, - Position: `up`, - Name: `Jimmy Bailey`, - AthleteNumber: 38510, - BeatsPerMinute: 101, - TopSpeed: 4.7, - Registered: `2017-06-30T04:13:42-03:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/cr.png`, - CountryName: `Costa Rica` - }), - new AthletesDataItem( - { - Id: 188, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/3.jpg`, - Position: `current`, - Name: `Foppe Delfos`, - AthleteNumber: 39679, - BeatsPerMinute: 107, - TopSpeed: 4.1, - Registered: `2017-08-05T10:54:56-03:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/py.png`, - CountryName: `Paraguay` - }), - new AthletesDataItem( - { - Id: 188, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/81.jpg`, - Position: `down`, - Name: `آراد یاسمی`, - AthleteNumber: 34370, - BeatsPerMinute: 99, - TopSpeed: 5.9, - Registered: `2017-02-02T11:42:41-02:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/mu.png`, - CountryName: `Mauritius` - }), - new AthletesDataItem( - { - Id: 188, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/45.jpg`, - Position: `down`, - Name: `Ceylan Duygulu`, - AthleteNumber: 21527, - BeatsPerMinute: 99, - TopSpeed: 4.9, - Registered: `2017-07-13T09:06:04-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/dm.png`, - CountryName: `Dominica` - }), - new AthletesDataItem( - { - Id: 190, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/2.jpg`, - Position: `current`, - Name: `Venla Korpela`, - AthleteNumber: 16454, - BeatsPerMinute: 92, - TopSpeed: 4.1, - Registered: `2017-08-22T10:36:38-03:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/hu.png`, - CountryName: `Hungary` - }), - new AthletesDataItem( - { - Id: 190, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/53.jpg`, - Position: `current`, - Name: `Gladys Van Der Steeg`, - AthleteNumber: 20216, - BeatsPerMinute: 94, - TopSpeed: 4.3, - Registered: `2017-10-09T02:01:16-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/de.png`, - CountryName: `Germany` - }), - new AthletesDataItem( - { - Id: 190, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/44.jpg`, - Position: `current`, - Name: `Kiara Dubois`, - AthleteNumber: 49964, - BeatsPerMinute: 97, - TopSpeed: 5.6, - Registered: `2017-09-28T04:37:56-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/au.png`, - CountryName: `Australia` - }), - new AthletesDataItem( - { - Id: 191, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/42.jpg`, - Position: `current`, - Name: `آرش احمدی`, - AthleteNumber: 36948, - BeatsPerMinute: 90, - TopSpeed: 4.1, - Registered: `2017-09-08T01:22:14-03:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/np.png`, - CountryName: `Nepal` - }), - new AthletesDataItem( - { - Id: 191, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/13.jpg`, - Position: `up`, - Name: `Sheryl Collins`, - AthleteNumber: 36473, - BeatsPerMinute: 98, - TopSpeed: 4.2, - Registered: `2017-03-23T12:54:35-02:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ke.png`, - CountryName: `Kenya` - }), - new AthletesDataItem( - { - Id: 191, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/72.jpg`, - Position: `up`, - Name: `Clarisse Rey`, - AthleteNumber: 29795, - BeatsPerMinute: 98, - TopSpeed: 4.9, - Registered: `2017-06-09T08:07:19-03:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ba.png`, - CountryName: `Bosnia and Herzegovina` - }), - new AthletesDataItem( - { - Id: 192, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/44.jpg`, - Position: `down`, - Name: `Viivi Kujala`, - AthleteNumber: 29939, - BeatsPerMinute: 93, - TopSpeed: 4.1, - Registered: `2017-05-03T02:40:05-03:00`, - TrackProgress: 75, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/so.png`, - CountryName: `Somalia` - }), - new AthletesDataItem( - { - Id: 193, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/9.jpg`, - Position: `down`, - Name: `Juanita Franklin`, - AthleteNumber: 13907, - BeatsPerMinute: 91, - TopSpeed: 6, - Registered: `2017-10-04T02:46:46-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/vu.png`, - CountryName: `Vanuatu` - }), - new AthletesDataItem( - { - Id: 193, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/59.jpg`, - Position: `down`, - Name: `Sophia Carlson`, - AthleteNumber: 44183, - BeatsPerMinute: 102, - TopSpeed: 5.1, - Registered: `2017-09-04T07:03:19-03:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ee.png`, - CountryName: `Estonia` - }), - new AthletesDataItem( - { - Id: 194, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/62.jpg`, - Position: `up`, - Name: `آوا سلطانی نژاد`, - AthleteNumber: 45635, - BeatsPerMinute: 98, - TopSpeed: 4.1, - Registered: `2017-04-10T11:39:46-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/se.png`, - CountryName: `Sweden` - }), - new AthletesDataItem( - { - Id: 194, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/11.jpg`, - Position: `down`, - Name: `Kaya Taşlı`, - AthleteNumber: 42291, - BeatsPerMinute: 100, - TopSpeed: 4.7, - Registered: `2017-01-30T03:23:36-02:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/sn.png`, - CountryName: `Senegal` - }), - new AthletesDataItem( - { - Id: 194, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/71.jpg`, - Position: `down`, - Name: `Adrian Ibañez`, - AthleteNumber: 21968, - BeatsPerMinute: 105, - TopSpeed: 5.3, - Registered: `2017-02-03T04:36:54-02:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/om.png`, - CountryName: `Oman` - }), - new AthletesDataItem( - { - Id: 196, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/17.jpg`, - Position: `current`, - Name: `Parel Zuidhof`, - AthleteNumber: 32718, - BeatsPerMinute: 105, - TopSpeed: 5, - Registered: `2017-01-21T10:19:56-02:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/jm.png`, - CountryName: `Jamaica` - }), - new AthletesDataItem( - { - Id: 196, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/30.jpg`, - Position: `up`, - Name: `Begüm Erkekli`, - AthleteNumber: 37888, - BeatsPerMinute: 104, - TopSpeed: 4.6, - Registered: `2017-10-04T03:02:35-03:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/sv.png`, - CountryName: `El Salvador` - }), - new AthletesDataItem( - { - Id: 197, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/93.jpg`, - Position: `current`, - Name: `Brent Lord`, - AthleteNumber: 20943, - BeatsPerMinute: 92, - TopSpeed: 4.8, - Registered: `2017-01-23T06:14:22-02:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/dz.png`, - CountryName: `Algeria` - }), - new AthletesDataItem( - { - Id: 199, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/68.jpg`, - Position: `up`, - Name: `Lucie Dumont`, - AthleteNumber: 12104, - BeatsPerMinute: 108, - TopSpeed: 4, - Registered: `2017-01-08T02:13:29-02:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ca.png`, - CountryName: `Canada` - }), - new AthletesDataItem( - { - Id: 210, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/13.jpg`, - Position: `down`, - Name: `Maeva Bergeron`, - AthleteNumber: 15655, - BeatsPerMinute: 94, - TopSpeed: 5.9, - Registered: `2017-10-03T09:42:15-03:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/mx.png`, - CountryName: `Mexico` - }), - new AthletesDataItem( - { - Id: 212, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/83.jpg`, - Position: `up`, - Name: `Sara Larsen`, - AthleteNumber: 37094, - BeatsPerMinute: 97, - TopSpeed: 4.5, - Registered: `2017-04-14T11:48:28-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/sa.png`, - CountryName: `Saudi Arabia` - }), - new AthletesDataItem( - { - Id: 214, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/84.jpg`, - Position: `up`, - Name: `Ömür Denkel`, - AthleteNumber: 31061, - BeatsPerMinute: 104, - TopSpeed: 4.5, - Registered: `2017-02-18T05:32:55-02:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/tv.png`, - CountryName: `Tuvalu` - }), - new AthletesDataItem( - { - Id: 215, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/79.jpg`, - Position: `down`, - Name: `Marilou Hubert`, - AthleteNumber: 43655, - BeatsPerMinute: 104, - TopSpeed: 4.2, - Registered: `2017-09-28T11:13:00-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/mm.png`, - CountryName: `Myanmar` - }), - new AthletesDataItem( - { - Id: 216, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/72.jpg`, - Position: `down`, - Name: `Felix Olsen`, - AthleteNumber: 43198, - BeatsPerMinute: 101, - TopSpeed: 4.2, - Registered: `2017-09-27T01:17:14-03:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/fr.png`, - CountryName: `France` - }), - new AthletesDataItem( - { - Id: 219, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/6.jpg`, - Position: `current`, - Name: `Sedef Tunçeri`, - AthleteNumber: 48164, - BeatsPerMinute: 108, - TopSpeed: 5.6, - Registered: `2017-03-29T11:54:15-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/bt.png`, - CountryName: `Bhutan` - }), - new AthletesDataItem( - { - Id: 221, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/73.jpg`, - Position: `down`, - Name: `Kuzey Aclan`, - AthleteNumber: 18583, - BeatsPerMinute: 102, - TopSpeed: 5.3, - Registered: `2017-09-12T09:14:14-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/td.png`, - CountryName: `Chad` - }), - new AthletesDataItem( - { - Id: 223, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/72.jpg`, - Position: `down`, - Name: `Gökhan Aşıkoğlu`, - AthleteNumber: 13890, - BeatsPerMinute: 105, - TopSpeed: 5.4, - Registered: `2017-03-31T06:14:26-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/jp.png`, - CountryName: `Japan` - }), - new AthletesDataItem( - { - Id: 224, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/0.jpg`, - Position: `down`, - Name: `Joan Ortega`, - AthleteNumber: 49478, - BeatsPerMinute: 103, - TopSpeed: 5.4, - Registered: `2017-07-04T03:01:47-03:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/gq.png`, - CountryName: `Equatorial Guinea` - }), - new AthletesDataItem( - { - Id: 225, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/42.jpg`, - Position: `up`, - Name: `Stanley Hart`, - AthleteNumber: 14150, - BeatsPerMinute: 91, - TopSpeed: 4.5, - Registered: `2017-08-19T03:02:33-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ve.png`, - CountryName: `Venezuela` - }), - new AthletesDataItem( - { - Id: 227, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/9.jpg`, - Position: `current`, - Name: `Johann Hinz`, - AthleteNumber: 48244, - BeatsPerMinute: 94, - TopSpeed: 4.3, - Registered: `2017-03-10T07:36:56-02:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/sd.png`, - CountryName: `Sudan` - }), - new AthletesDataItem( - { - Id: 227, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/61.jpg`, - Position: `up`, - Name: `Layla Douglas`, - AthleteNumber: 21977, - BeatsPerMinute: 97, - TopSpeed: 5.4, - Registered: `2017-04-19T11:43:38-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/si.png`, - CountryName: `Slovenia` - }), - new AthletesDataItem( - { - Id: 229, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/29.jpg`, - Position: `current`, - Name: `Selmo Caldeira`, - AthleteNumber: 21837, - BeatsPerMinute: 110, - TopSpeed: 4.9, - Registered: `2017-10-20T03:40:24-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ly.png`, - CountryName: `Libyan Arab Jamahiriya` - }), - new AthletesDataItem( - { - Id: 231, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/56.jpg`, - Position: `up`, - Name: `Judd Campbell`, - AthleteNumber: 37365, - BeatsPerMinute: 110, - TopSpeed: 5, - Registered: `2017-10-19T11:01:10-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/la.png`, - CountryName: `Lao PeopleS Democratic Republic` - }), - new AthletesDataItem( - { - Id: 233, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/18.jpg`, - Position: `up`, - Name: `Zackary Roy`, - AthleteNumber: 45996, - BeatsPerMinute: 92, - TopSpeed: 4.9, - Registered: `2017-07-07T03:51:26-03:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/bs.png`, - CountryName: `Bahamas` - }), - new AthletesDataItem( - { - Id: 234, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/19.jpg`, - Position: `down`, - Name: `Linda Schäfer`, - AthleteNumber: 43074, - BeatsPerMinute: 107, - TopSpeed: 5.1, - Registered: `2017-01-05T11:41:20-02:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ye.png`, - CountryName: `Yemen` - }), - new AthletesDataItem( - { - Id: 235, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/42.jpg`, - Position: `down`, - Name: `Elaine Smith`, - AthleteNumber: 38243, - BeatsPerMinute: 108, - TopSpeed: 4, - Registered: `2017-06-11T12:20:41-03:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/li.png`, - CountryName: `Liechtenstein` - }), - new AthletesDataItem( - { - Id: 237, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/86.jpg`, - Position: `down`, - Name: `Clyde Matthews`, - AthleteNumber: 11955, - BeatsPerMinute: 93, - TopSpeed: 5.2, - Registered: `2017-03-02T05:01:02-02:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/pw.png`, - CountryName: `Palau` - }), - new AthletesDataItem( - { - Id: 238, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/17.jpg`, - Position: `current`, - Name: `Charlotte Meyer`, - AthleteNumber: 21442, - BeatsPerMinute: 110, - TopSpeed: 4.6, - Registered: `2017-10-19T10:38:35-03:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ck.png`, - CountryName: `Cook Islands` - }), - new AthletesDataItem( - { - Id: 240, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/5.jpg`, - Position: `down`, - Name: `Carter Evans`, - AthleteNumber: 46961, - BeatsPerMinute: 100, - TopSpeed: 5.3, - Registered: `2017-07-23T02:43:07-03:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/lu.png`, - CountryName: `Luxembourg` - }), - new AthletesDataItem( - { - Id: 240, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/33.jpg`, - Position: `down`, - Name: `Alberto Clark`, - AthleteNumber: 29912, - BeatsPerMinute: 93, - TopSpeed: 4.6, - Registered: `2017-02-02T03:50:21-02:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ag.png`, - CountryName: `Antigua and Barbuda` - }), - new AthletesDataItem( - { - Id: 241, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/65.jpg`, - Position: `down`, - Name: `Lilly Keuter`, - AthleteNumber: 49893, - BeatsPerMinute: 102, - TopSpeed: 4.5, - Registered: `2017-01-20T02:38:39-02:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/kn.png`, - CountryName: `Saint Kitts and Nevis` - }), - new AthletesDataItem( - { - Id: 241, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/20.jpg`, - Position: `up`, - Name: `Oskari Karjala`, - AthleteNumber: 31498, - BeatsPerMinute: 90, - TopSpeed: 4.5, - Registered: `2017-05-10T12:45:12-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/fm.png`, - CountryName: `Micronesia, Federated States of` - }), - new AthletesDataItem( - { - Id: 242, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/83.jpg`, - Position: `down`, - Name: `Caitlin Jackson`, - AthleteNumber: 45472, - BeatsPerMinute: 101, - TopSpeed: 4.3, - Registered: `2017-09-17T09:41:01-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/mz.png`, - CountryName: `Mozambique` - }), - new AthletesDataItem( - { - Id: 243, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/77.jpg`, - Position: `down`, - Name: `Cathalijne Van Der Ree`, - AthleteNumber: 45160, - BeatsPerMinute: 102, - TopSpeed: 5.4, - Registered: `2017-02-13T05:23:49-02:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ug.png`, - CountryName: `Uganda` - }), - new AthletesDataItem( - { - Id: 243, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/94.jpg`, - Position: `up`, - Name: `Emma Turner`, - AthleteNumber: 39487, - BeatsPerMinute: 110, - TopSpeed: 5.7, - Registered: `2017-07-30T01:33:14-03:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/tz.png`, - CountryName: `Tanzania, United Republic of` - }), - new AthletesDataItem( - { - Id: 243, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/42.jpg`, - Position: `up`, - Name: `Kent Clark`, - AthleteNumber: 32799, - BeatsPerMinute: 106, - TopSpeed: 5.7, - Registered: `2017-01-24T01:00:15-02:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/pe.png`, - CountryName: `Peru` - }), - new AthletesDataItem( - { - Id: 246, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/55.jpg`, - Position: `current`, - Name: `Ronja Kraft`, - AthleteNumber: 21800, - BeatsPerMinute: 101, - TopSpeed: 5.3, - Registered: `2017-04-02T03:33:57-03:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/dk.png`, - CountryName: `Denmark` - }), - new AthletesDataItem( - { - Id: 251, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/34.jpg`, - Position: `down`, - Name: `Eléa Robin`, - AthleteNumber: 26742, - BeatsPerMinute: 90, - TopSpeed: 4.7, - Registered: `2017-03-30T12:34:24-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/vc.png`, - CountryName: `Saint Vincent and the Grenadines` - }), - new AthletesDataItem( - { - Id: 251, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/74.jpg`, - Position: `up`, - Name: `Alex Meyer`, - AthleteNumber: 44390, - BeatsPerMinute: 94, - TopSpeed: 4.3, - Registered: `2017-08-04T07:05:34-03:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/md.png`, - CountryName: `Moldova, Republic of` - }), - new AthletesDataItem( - { - Id: 252, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/94.jpg`, - Position: `down`, - Name: `Adérito Lopes`, - AthleteNumber: 21320, - BeatsPerMinute: 91, - TopSpeed: 5.2, - Registered: `2017-01-07T06:47:56-02:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/mh.png`, - CountryName: `Marshall Islands` - }), - new AthletesDataItem( - { - Id: 253, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/51.jpg`, - Position: `current`, - Name: `Kayla Patel`, - AthleteNumber: 42780, - BeatsPerMinute: 103, - TopSpeed: 4.7, - Registered: `2017-04-20T09:33:53-03:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ne.png`, - CountryName: `Niger` - }), - new AthletesDataItem( - { - Id: 258, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/31.jpg`, - Position: `current`, - Name: `Diego Gautier`, - AthleteNumber: 26320, - BeatsPerMinute: 97, - TopSpeed: 4.6, - Registered: `2017-06-11T03:50:43-03:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ng.png`, - CountryName: `Nigeria` - }), - new AthletesDataItem( - { - Id: 258, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/30.jpg`, - Position: `up`, - Name: `Veera Saari`, - AthleteNumber: 40408, - BeatsPerMinute: 100, - TopSpeed: 4.7, - Registered: `2017-10-28T10:39:22-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/iq.png`, - CountryName: `Iraq` - }), - new AthletesDataItem( - { - Id: 258, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/60.jpg`, - Position: `down`, - Name: `Zaina Pomp`, - AthleteNumber: 14109, - BeatsPerMinute: 90, - TopSpeed: 5.7, - Registered: `2017-09-07T11:17:40-03:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ao.png`, - CountryName: `Angola` - }), - new AthletesDataItem( - { - Id: 262, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/9.jpg`, - Position: `current`, - Name: `Anthony Harcourt`, - AthleteNumber: 33649, - BeatsPerMinute: 109, - TopSpeed: 5.5, - Registered: `2017-06-14T11:10:20-03:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/in.png`, - CountryName: `India` - }), - new AthletesDataItem( - { - Id: 262, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/43.jpg`, - Position: `current`, - Name: `Roman Smith`, - AthleteNumber: 15531, - BeatsPerMinute: 106, - TopSpeed: 4.9, - Registered: `2017-06-14T05:12:04-03:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ga.png`, - CountryName: `Gabon` - }), - new AthletesDataItem( - { - Id: 263, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/9.jpg`, - Position: `up`, - Name: `Estelle Vincent`, - AthleteNumber: 41700, - BeatsPerMinute: 99, - TopSpeed: 5.7, - Registered: `2017-05-31T02:56:58-03:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/na.png`, - CountryName: `Namibia` - }), - new AthletesDataItem( - { - Id: 265, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/47.jpg`, - Position: `current`, - Name: `Ilke Kisters`, - AthleteNumber: 23817, - BeatsPerMinute: 100, - TopSpeed: 5.9, - Registered: `2017-01-04T02:54:53-02:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ch.png`, - CountryName: `Switzerland` - }), - new AthletesDataItem( - { - Id: 265, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/9.jpg`, - Position: `down`, - Name: `Jenny Burke`, - AthleteNumber: 15266, - BeatsPerMinute: 99, - TopSpeed: 5.4, - Registered: `2017-09-11T12:20:19-03:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/my.png`, - CountryName: `Malaysia` - }), - new AthletesDataItem( - { - Id: 265, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/60.jpg`, - Position: `down`, - Name: `Keira Walker`, - AthleteNumber: 34116, - BeatsPerMinute: 94, - TopSpeed: 4.8, - Registered: `2017-01-09T05:46:07-02:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/al.png`, - CountryName: `Albania` - }), - new AthletesDataItem( - { - Id: 266, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/70.jpg`, - Position: `down`, - Name: `Moritz Braun`, - AthleteNumber: 48081, - BeatsPerMinute: 107, - TopSpeed: 6, - Registered: `2017-06-13T12:54:56-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ad.png`, - CountryName: `Andorra` - }), - new AthletesDataItem( - { - Id: 267, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/50.jpg`, - Position: `current`, - Name: `Villads Larsen`, - AthleteNumber: 44677, - BeatsPerMinute: 93, - TopSpeed: 5.7, - Registered: `2017-03-25T11:25:30-02:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/kw.png`, - CountryName: `Kuwait` - }), - new AthletesDataItem( - { - Id: 268, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/23.jpg`, - Position: `up`, - Name: `Sandro Carpentier`, - AthleteNumber: 23503, - BeatsPerMinute: 96, - TopSpeed: 5.7, - Registered: `2017-09-30T01:01:04-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/be.png`, - CountryName: `Belgium` - }), - new AthletesDataItem( - { - Id: 269, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/17.jpg`, - Position: `current`, - Name: `Emil Meißner`, - AthleteNumber: 37183, - BeatsPerMinute: 97, - TopSpeed: 4, - Registered: `2017-07-15T12:32:30-03:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/gm.png`, - CountryName: `Gambia` - }), - new AthletesDataItem( - { - Id: 270, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/14.jpg`, - Position: `up`, - Name: `Emily Olsen`, - AthleteNumber: 13887, - BeatsPerMinute: 110, - TopSpeed: 4.8, - Registered: `2017-10-03T08:01:40-03:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/cf.png`, - CountryName: `Central African Republic` - }), - new AthletesDataItem( - { - Id: 271, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/81.jpg`, - Position: `down`, - Name: `آراد جعفری`, - AthleteNumber: 34962, - BeatsPerMinute: 90, - TopSpeed: 4.8, - Registered: `2017-04-22T04:20:39-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/bi.png`, - CountryName: `Burundi` - }), - new AthletesDataItem( - { - Id: 271, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/74.jpg`, - Position: `down`, - Name: `Jimmie Mcguinness`, - AthleteNumber: 20729, - BeatsPerMinute: 90, - TopSpeed: 4.6, - Registered: `2017-10-07T06:08:00-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/bw.png`, - CountryName: `Botswana` - }), - new AthletesDataItem( - { - Id: 272, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/26.jpg`, - Position: `down`, - Name: `Sélène Roussel`, - AthleteNumber: 11261, - BeatsPerMinute: 99, - TopSpeed: 5.8, - Registered: `2017-05-10T02:18:02-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/sm.png`, - CountryName: `San Marino` - }), - new AthletesDataItem( - { - Id: 272, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/31.jpg`, - Position: `up`, - Name: `Aaron Robertson`, - AthleteNumber: 30727, - BeatsPerMinute: 95, - TopSpeed: 4.2, - Registered: `2017-08-23T09:37:40-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/id.png`, - CountryName: `Indonesia` - }), - new AthletesDataItem( - { - Id: 273, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/4.jpg`, - Position: `up`, - Name: `Afet Kumcuoğlu`, - AthleteNumber: 33454, - BeatsPerMinute: 106, - TopSpeed: 5.1, - Registered: `2017-09-16T07:05:43-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/nz.png`, - CountryName: `New Zealand` - }), - new AthletesDataItem( - { - Id: 273, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/33.jpg`, - Position: `up`, - Name: `Annabelle Besteman`, - AthleteNumber: 30560, - BeatsPerMinute: 105, - TopSpeed: 5.3, - Registered: `2017-11-11T02:04:19-02:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/kp.png`, - CountryName: `North Korea` - }), - new AthletesDataItem( - { - Id: 274, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/9.jpg`, - Position: `up`, - Name: `Minea Rantanen`, - AthleteNumber: 18835, - BeatsPerMinute: 105, - TopSpeed: 5, - Registered: `2017-01-24T07:30:43-02:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/jo.png`, - CountryName: `Jordan` - }), - new AthletesDataItem( - { - Id: 275, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/2.jpg`, - Position: `up`, - Name: `Fritz Sommer`, - AthleteNumber: 26210, - BeatsPerMinute: 99, - TopSpeed: 4.6, - Registered: `2017-09-29T03:54:57-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/lt.png`, - CountryName: `Lithuania` - }), - new AthletesDataItem( - { - Id: 275, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/88.jpg`, - Position: `down`, - Name: `Rafael Gutierrez`, - AthleteNumber: 38804, - BeatsPerMinute: 100, - TopSpeed: 5.9, - Registered: `2017-02-08T07:50:59-02:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/gn.png`, - CountryName: `Guinea` - }), - new AthletesDataItem( - { - Id: 275, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/69.jpg`, - Position: `current`, - Name: `Ellen Leppo`, - AthleteNumber: 29286, - BeatsPerMinute: 97, - TopSpeed: 5.6, - Registered: `2017-08-16T09:46:35-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/by.png`, - CountryName: `Belarus` - }), - new AthletesDataItem( - { - Id: 276, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/1.jpg`, - Position: `current`, - Name: `Encarnacion Martin`, - AthleteNumber: 40912, - BeatsPerMinute: 105, - TopSpeed: 5.5, - Registered: `2017-01-11T12:52:28-02:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/th.png`, - CountryName: `Thailand` - }), - new AthletesDataItem( - { - Id: 276, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/65.jpg`, - Position: `current`, - Name: `David Scott`, - AthleteNumber: 46997, - BeatsPerMinute: 101, - TopSpeed: 4.4, - Registered: `2017-07-25T09:23:24-03:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/pt.png`, - CountryName: `Portugal` - }), - new AthletesDataItem( - { - Id: 279, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/39.jpg`, - Position: `current`, - Name: `Ashley Romero`, - AthleteNumber: 36611, - BeatsPerMinute: 104, - TopSpeed: 5.5, - Registered: `2017-02-08T12:45:46-02:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/mn.png`, - CountryName: `Mongolia` - }), - new AthletesDataItem( - { - Id: 280, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/90.jpg`, - Position: `down`, - Name: `Cecil Nichols`, - AthleteNumber: 20656, - BeatsPerMinute: 100, - TopSpeed: 5, - Registered: `2017-04-24T01:20:34-03:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/rw.png`, - CountryName: `RWANDA` - }), - new AthletesDataItem( - { - Id: 282, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/55.jpg`, - Position: `current`, - Name: `Johann Fischer`, - AthleteNumber: 37212, - BeatsPerMinute: 98, - TopSpeed: 5.8, - Registered: `2017-09-01T04:39:52-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/br.png`, - CountryName: `Brazil` - }), - new AthletesDataItem( - { - Id: 283, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/10.jpg`, - Position: `current`, - Name: `سینا مرادی`, - AthleteNumber: 10809, - BeatsPerMinute: 105, - TopSpeed: 5.3, - Registered: `2017-04-05T05:27:13-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/bh.png`, - CountryName: `Bahrain` - }), - new AthletesDataItem( - { - Id: 284, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/12.jpg`, - Position: `current`, - Name: `Abel Brun`, - AthleteNumber: 39315, - BeatsPerMinute: 105, - TopSpeed: 5.1, - Registered: `2017-10-05T05:54:31-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/af.png`, - CountryName: `Afghanistan` - }), - new AthletesDataItem( - { - Id: 285, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/34.jpg`, - Position: `current`, - Name: `Jeffrey Medina`, - AthleteNumber: 42905, - BeatsPerMinute: 100, - TopSpeed: 5.2, - Registered: `2017-09-15T02:11:43-03:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/gr.png`, - CountryName: `Greece` - }), - new AthletesDataItem( - { - Id: 285, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/43.jpg`, - Position: `down`, - Name: `Niilo Laurila`, - AthleteNumber: 49215, - BeatsPerMinute: 104, - TopSpeed: 4.5, - Registered: `2017-04-26T01:26:36-03:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/et.png`, - CountryName: `Ethiopia` - }), - new AthletesDataItem( - { - Id: 286, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/45.jpg`, - Position: `down`, - Name: `Marisvalda Martins`, - AthleteNumber: 33879, - BeatsPerMinute: 107, - TopSpeed: 5.4, - Registered: `2017-01-31T12:07:48-02:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/es.png`, - CountryName: `Spain` - }), - new AthletesDataItem( - { - Id: 286, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/82.jpg`, - Position: `current`, - Name: `Eloida Novaes`, - AthleteNumber: 30751, - BeatsPerMinute: 107, - TopSpeed: 4.2, - Registered: `2017-01-02T01:04:04-02:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/cl.png`, - CountryName: `Chile` - }), - new AthletesDataItem( - { - Id: 287, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/72.jpg`, - Position: `up`, - Name: `Charlotte Dean`, - AthleteNumber: 45969, - BeatsPerMinute: 105, - TopSpeed: 5, - Registered: `2017-02-13T05:39:15-02:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/za.png`, - CountryName: `South Africa` - }), - new AthletesDataItem( - { - Id: 287, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/35.jpg`, - Position: `current`, - Name: `Loïc Gerard`, - AthleteNumber: 31706, - BeatsPerMinute: 102, - TopSpeed: 4.4, - Registered: `2017-07-28T09:10:43-03:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ie.png`, - CountryName: `Ireland` - }), - new AthletesDataItem( - { - Id: 292, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/4.jpg`, - Position: `down`, - Name: `Asta Hansen`, - AthleteNumber: 17222, - BeatsPerMinute: 101, - TopSpeed: 4.3, - Registered: `2017-01-08T02:41:56-02:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/kz.png`, - CountryName: `Kazakhstan` - }), - new AthletesDataItem( - { - Id: 293, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/21.jpg`, - Position: `up`, - Name: `Sara Hannula`, - AthleteNumber: 22025, - BeatsPerMinute: 102, - TopSpeed: 4.2, - Registered: `2017-10-09T11:32:13-03:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/tl.png`, - CountryName: `Timor-Leste` - }), - new AthletesDataItem( - { - Id: 293, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/90.jpg`, - Position: `current`, - Name: `Ana Bourgeois`, - AthleteNumber: 24612, - BeatsPerMinute: 110, - TopSpeed: 6, - Registered: `2017-11-02T02:17:43-02:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/sg.png`, - CountryName: `Singapore` - }), - new AthletesDataItem( - { - Id: 296, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/37.jpg`, - Position: `up`, - Name: `Thea Edwards`, - AthleteNumber: 29141, - BeatsPerMinute: 99, - TopSpeed: 5.8, - Registered: `2017-05-23T05:24:38-03:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/sl.png`, - CountryName: `Sierra Leone` - }), - new AthletesDataItem( - { - Id: 299, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/89.jpg`, - Position: `down`, - Name: `Victor Lévesque`, - AthleteNumber: 48375, - BeatsPerMinute: 110, - TopSpeed: 5.7, - Registered: `2017-11-10T11:31:44-02:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/mr.png`, - CountryName: `Mauritania` - }), - new AthletesDataItem( - { - Id: 301, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/65.jpg`, - Position: `down`, - Name: `Louis Stewart`, - AthleteNumber: 48131, - BeatsPerMinute: 103, - TopSpeed: 5.7, - Registered: `2017-02-26T07:28:02-02:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/hn.png`, - CountryName: `Honduras` - }), - new AthletesDataItem( - { - Id: 302, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/14.jpg`, - Position: `up`, - Name: `Bill Fox`, - AthleteNumber: 18511, - BeatsPerMinute: 91, - TopSpeed: 5, - Registered: `2017-10-24T08:25:40-03:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ir.png`, - CountryName: `Iran, Islamic Republic Of` - }), - new AthletesDataItem( - { - Id: 304, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/34.jpg`, - Position: `down`, - Name: `Mathys Martin`, - AthleteNumber: 32928, - BeatsPerMinute: 98, - TopSpeed: 5.5, - Registered: `2017-05-17T12:51:47-03:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/va.png`, - CountryName: `Holy See (Vatican City State)` - }), - new AthletesDataItem( - { - Id: 305, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/38.jpg`, - Position: `current`, - Name: `Gianne Godijn`, - AthleteNumber: 45945, - BeatsPerMinute: 96, - TopSpeed: 4.5, - Registered: `2017-03-22T03:23:12-02:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/it.png`, - CountryName: `Italy` - }), - new AthletesDataItem( - { - Id: 306, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/26.jpg`, - Position: `up`, - Name: `Mira Campos`, - AthleteNumber: 39222, - BeatsPerMinute: 95, - TopSpeed: 5.9, - Registered: `2017-01-11T01:41:31-02:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/am.png`, - CountryName: `Armenia` - }), - new AthletesDataItem( - { - Id: 308, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/15.jpg`, - Position: `down`, - Name: `Esther Kühn`, - AthleteNumber: 24868, - BeatsPerMinute: 92, - TopSpeed: 5.5, - Registered: `2017-05-14T12:30:08-03:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ru.png`, - CountryName: `Russian Federation` - }), - new AthletesDataItem( - { - Id: 308, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/14.jpg`, - Position: `up`, - Name: `Hans Möller`, - AthleteNumber: 34122, - BeatsPerMinute: 109, - TopSpeed: 5.6, - Registered: `2017-06-20T06:02:49-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/dj.png`, - CountryName: `Djibouti` - }), - new AthletesDataItem( - { - Id: 309, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/73.jpg`, - Position: `current`, - Name: `Alice Perry`, - AthleteNumber: 23750, - BeatsPerMinute: 104, - TopSpeed: 5.3, - Registered: `2017-03-31T07:15:46-03:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/lc.png`, - CountryName: `Saint Lucia` - }), - new AthletesDataItem( - { - Id: 310, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/92.jpg`, - Position: `up`, - Name: `Kaya Tekand`, - AthleteNumber: 11028, - BeatsPerMinute: 93, - TopSpeed: 5.2, - Registered: `2017-04-10T09:57:13-03:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/fj.png`, - CountryName: `Fiji` - }), - new AthletesDataItem( - { - Id: 311, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/92.jpg`, - Position: `down`, - Name: `Ilona Salonen`, - AthleteNumber: 27068, - BeatsPerMinute: 91, - TopSpeed: 5.4, - Registered: `2017-07-03T06:19:47-03:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/bo.png`, - CountryName: `Bolivia` - }), + new AthletesDataItem({ Id: 100, Avatar: `https://static.infragistics.com/xplatform/images/people/women/20.jpg`, Position: `current`, Name: `Alexis Walker`, AthleteNumber: 43183, BeatsPerMinute: 103, TopSpeed: 5.8, Registered: `2017-08-07T10:35:06-03:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/gh.png`, CountryName: `Ghana` }), + new AthletesDataItem({ Id: 101, Avatar: `https://static.infragistics.com/xplatform/images/people/women/71.jpg`, Position: `down`, Name: `Lavínia Silva`, AthleteNumber: 33994, BeatsPerMinute: 93, TopSpeed: 5.6, Registered: `2017-03-22T08:55:46-02:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/no.png`, CountryName: `Norway` }), + new AthletesDataItem({ Id: 105, Avatar: `https://static.infragistics.com/xplatform/images/people/men/5.jpg`, Position: `down`, Name: `Samu Hokkanen`, AthleteNumber: 22469, BeatsPerMinute: 106, TopSpeed: 5.5, Registered: `2017-06-29T04:58:27-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/az.png`, CountryName: `Azerbaijan` }), + new AthletesDataItem({ Id: 107, Avatar: `https://static.infragistics.com/xplatform/images/people/women/92.jpg`, Position: `down`, Name: `Megan Webb`, AthleteNumber: 30713, BeatsPerMinute: 93, TopSpeed: 5.6, Registered: `2017-08-20T09:26:51-03:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/mt.png`, CountryName: `Malta` }), + new AthletesDataItem({ Id: 107, Avatar: `https://static.infragistics.com/xplatform/images/people/men/33.jpg`, Position: `up`, Name: `Pedro Marquez`, AthleteNumber: 16169, BeatsPerMinute: 97, TopSpeed: 5.4, Registered: `2017-11-11T05:14:31-02:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/mw.png`, CountryName: `Malawi` }), + new AthletesDataItem({ Id: 108, Avatar: `https://static.infragistics.com/xplatform/images/people/men/31.jpg`, Position: `up`, Name: `Noah Bergeron`, AthleteNumber: 35139, BeatsPerMinute: 110, TopSpeed: 5.6, Registered: `2017-06-23T01:21:21-03:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ci.png`, CountryName: `Cote DIvoire` }), + new AthletesDataItem({ Id: 110, Avatar: `https://static.infragistics.com/xplatform/images/people/women/15.jpg`, Position: `current`, Name: `Annabell Brand`, AthleteNumber: 39233, BeatsPerMinute: 93, TopSpeed: 5.7, Registered: `2017-03-01T12:21:24-02:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/pg.png`, CountryName: `Papua New Guinea` }), + new AthletesDataItem({ Id: 110, Avatar: `https://static.infragistics.com/xplatform/images/people/women/13.jpg`, Position: `current`, Name: `Özsu Keçeci`, AthleteNumber: 29403, BeatsPerMinute: 106, TopSpeed: 4.2, Registered: `2017-01-19T11:34:13-02:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/lv.png`, CountryName: `Latvia` }), + new AthletesDataItem({ Id: 110, Avatar: `https://static.infragistics.com/xplatform/images/people/women/26.jpg`, Position: `down`, Name: `Emilie Morin`, AthleteNumber: 26164, BeatsPerMinute: 98, TopSpeed: 4.9, Registered: `2017-02-01T04:18:19-02:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/kg.png`, CountryName: `Kyrgyzstan` }), + new AthletesDataItem({ Id: 111, Avatar: `https://static.infragistics.com/xplatform/images/people/men/23.jpg`, Position: `up`, Name: `Connor Green`, AthleteNumber: 44716, BeatsPerMinute: 95, TopSpeed: 4.4, Registered: `2017-06-30T11:23:25-03:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/bb.png`, CountryName: `Barbados` }), + new AthletesDataItem({ Id: 112, Avatar: `https://static.infragistics.com/xplatform/images/people/women/53.jpg`, Position: `down`, Name: `Karen Shaw`, AthleteNumber: 31048, BeatsPerMinute: 107, TopSpeed: 5.7, Registered: `2017-05-15T09:25:03-03:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ec.png`, CountryName: `Ecuador` }), + new AthletesDataItem({ Id: 113, Avatar: `https://static.infragistics.com/xplatform/images/people/women/36.jpg`, Position: `current`, Name: `Marialba Nascimento`, AthleteNumber: 47061, BeatsPerMinute: 108, TopSpeed: 5.2, Registered: `2017-09-19T05:47:21-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/tn.png`, CountryName: `Tunisia` }), + new AthletesDataItem({ Id: 113, Avatar: `https://static.infragistics.com/xplatform/images/people/men/37.jpg`, Position: `current`, Name: `Nick Naumann`, AthleteNumber: 25566, BeatsPerMinute: 109, TopSpeed: 5.9, Registered: `2017-07-12T09:01:11-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/sz.png`, CountryName: `Swaziland` }), + new AthletesDataItem({ Id: 116, Avatar: `https://static.infragistics.com/xplatform/images/people/women/1.jpg`, Position: `down`, Name: `Sevcan Kollen`, AthleteNumber: 13728, BeatsPerMinute: 104, TopSpeed: 5.3, Registered: `2017-09-08T08:29:08-03:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/gt.png`, CountryName: `Guatemala` }), + new AthletesDataItem({ Id: 121, Avatar: `https://static.infragistics.com/xplatform/images/people/men/48.jpg`, Position: `current`, Name: `Väinö Salmi`, AthleteNumber: 29839, BeatsPerMinute: 107, TopSpeed: 5.5, Registered: `2017-10-21T05:57:02-03:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/gw.png`, CountryName: `Guinea-Bissau` }), + new AthletesDataItem({ Id: 121, Avatar: `https://static.infragistics.com/xplatform/images/people/men/31.jpg`, Position: `down`, Name: `Ivan Ivanov`, AthleteNumber: 11054, BeatsPerMinute: 108, TopSpeed: 5.7, Registered: `2017-04-18T08:03:01-03:00`, TrackProgress: 75, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/bg.png`, CountryName: `Bulgaria` }), + new AthletesDataItem({ Id: 121, Avatar: `https://static.infragistics.com/xplatform/images/people/men/45.jpg`, Position: `current`, Name: `Maurice Lambert`, AthleteNumber: 17443, BeatsPerMinute: 96, TopSpeed: 5.6, Registered: `2017-06-05T08:19:32-03:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/bd.png`, CountryName: `Bangladesh` }), + new AthletesDataItem({ Id: 122, Avatar: `https://static.infragistics.com/xplatform/images/people/women/71.jpg`, Position: `down`, Name: `Natalie Conrad`, AthleteNumber: 42602, BeatsPerMinute: 108, TopSpeed: 6, Registered: `2017-03-18T06:35:44-02:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/tt.png`, CountryName: `Trinidad and Tobago` }), + new AthletesDataItem({ Id: 122, Avatar: `https://static.infragistics.com/xplatform/images/people/men/57.jpg`, Position: `down`, Name: `Jack Jean-baptiste`, AthleteNumber: 40427, BeatsPerMinute: 110, TopSpeed: 4.3, Registered: `2017-11-09T08:50:06-02:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/cm.png`, CountryName: `Cameroon` }), + new AthletesDataItem({ Id: 123, Avatar: `https://static.infragistics.com/xplatform/images/people/women/19.jpg`, Position: `down`, Name: `Flora Perez`, AthleteNumber: 23907, BeatsPerMinute: 102, TopSpeed: 5.8, Registered: `2017-04-12T04:16:56-03:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/pl.png`, CountryName: `Poland` }), + new AthletesDataItem({ Id: 123, Avatar: `https://static.infragistics.com/xplatform/images/people/women/12.jpg`, Position: `up`, Name: `آنیتا كامياران`, AthleteNumber: 18980, BeatsPerMinute: 90, TopSpeed: 4.5, Registered: `2017-07-21T06:42:59-03:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/lb.png`, CountryName: `Lebanon` }), + new AthletesDataItem({ Id: 123, Avatar: `https://static.infragistics.com/xplatform/images/people/men/31.jpg`, Position: `current`, Name: `Eeli Makinen`, AthleteNumber: 45296, BeatsPerMinute: 106, TopSpeed: 5.2, Registered: `2017-01-06T09:58:02-02:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/fi.png`, CountryName: `Finland` }), + new AthletesDataItem({ Id: 124, Avatar: `https://static.infragistics.com/xplatform/images/people/men/98.jpg`, Position: `down`, Name: `Mathieu Mathieu`, AthleteNumber: 10555, BeatsPerMinute: 101, TopSpeed: 5.2, Registered: `2017-01-05T07:28:11-02:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/uz.png`, CountryName: `Uzbekistan` }), + new AthletesDataItem({ Id: 124, Avatar: `https://static.infragistics.com/xplatform/images/people/women/19.jpg`, Position: `current`, Name: `Marie Poulsen`, AthleteNumber: 44113, BeatsPerMinute: 109, TopSpeed: 4.7, Registered: `2017-04-15T10:25:21-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ma.png`, CountryName: `Morocco` }), + new AthletesDataItem({ Id: 125, Avatar: `https://static.infragistics.com/xplatform/images/people/women/16.jpg`, Position: `current`, Name: `Altiva Alves`, AthleteNumber: 31850, BeatsPerMinute: 106, TopSpeed: 5.1, Registered: `2017-11-09T02:43:54-02:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/km.png`, CountryName: `Comoros` }), + new AthletesDataItem({ Id: 127, Avatar: `https://static.infragistics.com/xplatform/images/people/men/52.jpg`, Position: `down`, Name: `Gerardo Soto`, AthleteNumber: 22958, BeatsPerMinute: 90, TopSpeed: 5, Registered: `2017-06-04T12:52:03-03:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/co.png`, CountryName: `Colombia` }), + new AthletesDataItem({ Id: 128, Avatar: `https://static.infragistics.com/xplatform/images/people/women/52.jpg`, Position: `up`, Name: `Sophie Lewis`, AthleteNumber: 46222, BeatsPerMinute: 106, TopSpeed: 4.4, Registered: `2017-02-20T09:42:07-02:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/mc.png`, CountryName: `Monaco` }), + new AthletesDataItem({ Id: 129, Avatar: `https://static.infragistics.com/xplatform/images/people/women/34.jpg`, Position: `up`, Name: `Ella Hansen`, AthleteNumber: 27075, BeatsPerMinute: 101, TopSpeed: 5.1, Registered: `2017-01-05T10:12:42-02:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/lk.png`, CountryName: `Sri Lanka` }), + new AthletesDataItem({ Id: 130, Avatar: `https://static.infragistics.com/xplatform/images/people/men/94.jpg`, Position: `up`, Name: `Adem Özdoğan`, AthleteNumber: 45143, BeatsPerMinute: 90, TopSpeed: 5.5, Registered: `2017-02-16T07:11:52-02:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/tm.png`, CountryName: `Turkmenistan` }), + new AthletesDataItem({ Id: 130, Avatar: `https://static.infragistics.com/xplatform/images/people/women/24.jpg`, Position: `down`, Name: `آوا احمدی`, AthleteNumber: 44347, BeatsPerMinute: 110, TopSpeed: 4.1, Registered: `2017-06-04T09:04:31-03:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/cn.png`, CountryName: `China` }), + new AthletesDataItem({ Id: 131, Avatar: `https://static.infragistics.com/xplatform/images/people/women/61.jpg`, Position: `current`, Name: `Eliza Bishop`, AthleteNumber: 31774, BeatsPerMinute: 96, TopSpeed: 4.7, Registered: `2017-09-22T11:49:02-03:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/eh.png`, CountryName: `Western Sahara` }), + new AthletesDataItem({ Id: 131, Avatar: `https://static.infragistics.com/xplatform/images/people/women/61.jpg`, Position: `down`, Name: `Veronika Huber`, AthleteNumber: 18146, BeatsPerMinute: 103, TopSpeed: 5.2, Registered: `2017-07-13T02:23:56-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/to.png`, CountryName: `Tonga` }), + new AthletesDataItem({ Id: 134, Avatar: `https://static.infragistics.com/xplatform/images/people/women/66.jpg`, Position: `down`, Name: `Anni Waisanen`, AthleteNumber: 32133, BeatsPerMinute: 99, TopSpeed: 5, Registered: `2017-08-17T01:35:09-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/do.png`, CountryName: `Dominican Republic` }), + new AthletesDataItem({ Id: 135, Avatar: `https://static.infragistics.com/xplatform/images/people/men/84.jpg`, Position: `down`, Name: `Darryl Douglas`, AthleteNumber: 35826, BeatsPerMinute: 96, TopSpeed: 4.6, Registered: `2017-07-20T11:45:52-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/tr.png`, CountryName: `Turkey` }), + new AthletesDataItem({ Id: 136, Avatar: `https://static.infragistics.com/xplatform/images/people/women/10.jpg`, Position: `down`, Name: `Elaine Matthews`, AthleteNumber: 38574, BeatsPerMinute: 110, TopSpeed: 5.5, Registered: `2017-01-26T11:50:00-02:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/cv.png`, CountryName: `Cape Verde` }), + new AthletesDataItem({ Id: 137, Avatar: `https://static.infragistics.com/xplatform/images/people/women/75.jpg`, Position: `up`, Name: `Gloria Caballero`, AthleteNumber: 43379, BeatsPerMinute: 103, TopSpeed: 4.3, Registered: `2017-08-10T08:27:45-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/il.png`, CountryName: `Israel` }), + new AthletesDataItem({ Id: 137, Avatar: `https://static.infragistics.com/xplatform/images/people/men/80.jpg`, Position: `down`, Name: `Lance Dunn`, AthleteNumber: 10113, BeatsPerMinute: 94, TopSpeed: 4.5, Registered: `2017-03-13T10:51:36-02:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/cy.png`, CountryName: `Cyprus` }), + new AthletesDataItem({ Id: 138, Avatar: `https://static.infragistics.com/xplatform/images/people/men/31.jpg`, Position: `down`, Name: `Antoine Mackay`, AthleteNumber: 34547, BeatsPerMinute: 104, TopSpeed: 5, Registered: `2017-08-22T09:11:37-03:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ls.png`, CountryName: `Lesotho` }), + new AthletesDataItem({ Id: 138, Avatar: `https://static.infragistics.com/xplatform/images/people/men/78.jpg`, Position: `current`, Name: `Oscar Calvo`, AthleteNumber: 45078, BeatsPerMinute: 109, TopSpeed: 4.3, Registered: `2017-06-19T10:57:42-03:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/cu.png`, CountryName: `Cuba` }), + new AthletesDataItem({ Id: 138, Avatar: `https://static.infragistics.com/xplatform/images/people/men/38.jpg`, Position: `current`, Name: `Derrick Price`, AthleteNumber: 19792, BeatsPerMinute: 94, TopSpeed: 5.6, Registered: `2017-03-19T01:10:55-02:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ar.png`, CountryName: `Argentina` }), + new AthletesDataItem({ Id: 139, Avatar: `https://static.infragistics.com/xplatform/images/people/women/28.jpg`, Position: `current`, Name: `Annabell Barth`, AthleteNumber: 41130, BeatsPerMinute: 103, TopSpeed: 5, Registered: `2017-08-24T11:58:56-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ht.png`, CountryName: `Haiti` }), + new AthletesDataItem({ Id: 141, Avatar: `https://static.infragistics.com/xplatform/images/people/men/15.jpg`, Position: `current`, Name: `Miro Korpela`, AthleteNumber: 40544, BeatsPerMinute: 104, TopSpeed: 5.3, Registered: `2017-01-10T07:12:44-02:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/nl.png`, CountryName: `Netherlands` }), + new AthletesDataItem({ Id: 142, Avatar: `https://static.infragistics.com/xplatform/images/people/women/63.jpg`, Position: `current`, Name: `Nicoline Thomsen`, AthleteNumber: 36778, BeatsPerMinute: 99, TopSpeed: 5.5, Registered: `2017-03-26T10:04:29-03:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/bj.png`, CountryName: `Benin` }), + new AthletesDataItem({ Id: 143, Avatar: `https://static.infragistics.com/xplatform/images/people/men/38.jpg`, Position: `up`, Name: `رضا کوتی`, AthleteNumber: 13640, BeatsPerMinute: 103, TopSpeed: 4.2, Registered: `2017-04-30T02:34:29-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/pk.png`, CountryName: `Pakistan` }), + new AthletesDataItem({ Id: 144, Avatar: `https://static.infragistics.com/xplatform/images/people/women/57.jpg`, Position: `down`, Name: `Milja Leino`, AthleteNumber: 33563, BeatsPerMinute: 110, TopSpeed: 4.1, Registered: `2017-11-01T10:34:07-02:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/bf.png`, CountryName: `Burkina Faso` }), + new AthletesDataItem({ Id: 147, Avatar: `https://static.infragistics.com/xplatform/images/people/men/8.jpg`, Position: `down`, Name: `میلاد یاسمی`, AthleteNumber: 44023, BeatsPerMinute: 104, TopSpeed: 5.2, Registered: `2017-06-10T04:11:01-03:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/tg.png`, CountryName: `Togo` }), + new AthletesDataItem({ Id: 150, Avatar: `https://static.infragistics.com/xplatform/images/people/men/52.jpg`, Position: `up`, Name: `Gustav Petersen`, AthleteNumber: 20984, BeatsPerMinute: 107, TopSpeed: 4.6, Registered: `2017-01-01T07:40:19-02:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/bz.png`, CountryName: `Belize` }), + new AthletesDataItem({ Id: 151, Avatar: `https://static.infragistics.com/xplatform/images/people/women/88.jpg`, Position: `current`, Name: `Charlotte Mills`, AthleteNumber: 49829, BeatsPerMinute: 92, TopSpeed: 5.3, Registered: `2017-05-10T04:33:10-03:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/mg.png`, CountryName: `Madagascar` }), + new AthletesDataItem({ Id: 154, Avatar: `https://static.infragistics.com/xplatform/images/people/women/54.jpg`, Position: `down`, Name: `Rhonda Simmmons`, AthleteNumber: 37139, BeatsPerMinute: 96, TopSpeed: 5.1, Registered: `2017-07-03T05:39:45-03:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/nr.png`, CountryName: `Nauru` }), + new AthletesDataItem({ Id: 155, Avatar: `https://static.infragistics.com/xplatform/images/people/men/82.jpg`, Position: `up`, Name: `Justin Philippe`, AthleteNumber: 12858, BeatsPerMinute: 104, TopSpeed: 5.7, Registered: `2017-03-16T02:00:35-02:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/mv.png`, CountryName: `Maldives` }), + new AthletesDataItem({ Id: 159, Avatar: `https://static.infragistics.com/xplatform/images/people/women/66.jpg`, Position: `up`, Name: `Eva Dean`, AthleteNumber: 48874, BeatsPerMinute: 103, TopSpeed: 5.7, Registered: `2017-03-04T01:58:52-02:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/st.png`, CountryName: `Sao Tome and Principe` }), + new AthletesDataItem({ Id: 161, Avatar: `https://static.infragistics.com/xplatform/images/people/men/89.jpg`, Position: `up`, Name: `Franklin Byrd`, AthleteNumber: 49498, BeatsPerMinute: 106, TopSpeed: 5.3, Registered: `2017-11-04T11:09:26-02:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/tw.png`, CountryName: `Taiwan, Province of China` }), + new AthletesDataItem({ Id: 161, Avatar: `https://static.infragistics.com/xplatform/images/people/men/38.jpg`, Position: `current`, Name: `Alex Martin`, AthleteNumber: 27887, BeatsPerMinute: 96, TopSpeed: 4.2, Registered: `2017-10-28T04:06:33-03:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/eg.png`, CountryName: `Egypt` }), + new AthletesDataItem({ Id: 162, Avatar: `https://static.infragistics.com/xplatform/images/people/women/0.jpg`, Position: `current`, Name: `Alex Craig`, AthleteNumber: 21868, BeatsPerMinute: 94, TopSpeed: 4.2, Registered: `2017-03-19T10:20:51-02:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/sy.png`, CountryName: `Syrian Arab Republic` }), + new AthletesDataItem({ Id: 162, Avatar: `https://static.infragistics.com/xplatform/images/people/men/5.jpg`, Position: `down`, Name: `Adam Bouchard`, AthleteNumber: 38672, BeatsPerMinute: 99, TopSpeed: 4.7, Registered: `2017-01-04T03:04:05-02:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/sc.png`, CountryName: `Seychelles` }), + new AthletesDataItem({ Id: 163, Avatar: `https://static.infragistics.com/xplatform/images/people/men/70.jpg`, Position: `down`, Name: `میلاد قاسمی`, AthleteNumber: 12788, BeatsPerMinute: 101, TopSpeed: 4.1, Registered: `2017-03-01T07:51:17-02:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ws.png`, CountryName: `Samoa` }), + new AthletesDataItem({ Id: 163, Avatar: `https://static.infragistics.com/xplatform/images/people/women/52.jpg`, Position: `up`, Name: `Millie Cooper`, AthleteNumber: 14610, BeatsPerMinute: 99, TopSpeed: 5.4, Registered: `2017-05-08T09:30:14-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ni.png`, CountryName: `Nicaragua` }), + new AthletesDataItem({ Id: 163, Avatar: `https://static.infragistics.com/xplatform/images/people/women/21.jpg`, Position: `up`, Name: `Pippa Roberts`, AthleteNumber: 15588, BeatsPerMinute: 105, TopSpeed: 4.1, Registered: `2017-02-07T10:23:13-02:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/kh.png`, CountryName: `Cambodia` }), + new AthletesDataItem({ Id: 164, Avatar: `https://static.infragistics.com/xplatform/images/people/women/51.jpg`, Position: `current`, Name: `Ethel Stephens`, AthleteNumber: 18692, BeatsPerMinute: 94, TopSpeed: 4.1, Registered: `2017-02-13T05:03:04-02:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ua.png`, CountryName: `Ukraine` }), + new AthletesDataItem({ Id: 165, Avatar: `https://static.infragistics.com/xplatform/images/people/men/79.jpg`, Position: `down`, Name: `Mario Ellis`, AthleteNumber: 18026, BeatsPerMinute: 99, TopSpeed: 5.5, Registered: `2017-02-13T11:53:15-02:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ml.png`, CountryName: `Mali` }), + new AthletesDataItem({ Id: 166, Avatar: `https://static.infragistics.com/xplatform/images/people/women/74.jpg`, Position: `current`, Name: `Maria Parra`, AthleteNumber: 39861, BeatsPerMinute: 106, TopSpeed: 6, Registered: `2017-01-30T09:22:52-02:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ki.png`, CountryName: `Kiribati` }), + new AthletesDataItem({ Id: 167, Avatar: `https://static.infragistics.com/xplatform/images/people/men/67.jpg`, Position: `down`, Name: `Aatu Ranta`, AthleteNumber: 38049, BeatsPerMinute: 94, TopSpeed: 5.1, Registered: `2017-07-21T04:22:18-03:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ae.png`, CountryName: `United Arab Emirates` }), + new AthletesDataItem({ Id: 167, Avatar: `https://static.infragistics.com/xplatform/images/people/women/62.jpg`, Position: `current`, Name: `Pippa Morris`, AthleteNumber: 44421, BeatsPerMinute: 101, TopSpeed: 5.5, Registered: `2017-03-06T09:21:58-02:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/tj.png`, CountryName: `Tajikistan` }), + new AthletesDataItem({ Id: 167, Avatar: `https://static.infragistics.com/xplatform/images/people/women/32.jpg`, Position: `current`, Name: `Esma Adıvar`, AthleteNumber: 35565, BeatsPerMinute: 99, TopSpeed: 4.2, Registered: `2017-06-17T12:34:29-03:00`, TrackProgress: 75, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ph.png`, CountryName: `Philippines` }), + new AthletesDataItem({ Id: 167, Avatar: `https://static.infragistics.com/xplatform/images/people/men/19.jpg`, Position: `down`, Name: `Louis Smith`, AthleteNumber: 31837, BeatsPerMinute: 98, TopSpeed: 5.4, Registered: `2017-03-19T08:12:23-02:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/lr.png`, CountryName: `Liberia` }), + new AthletesDataItem({ Id: 167, Avatar: `https://static.infragistics.com/xplatform/images/people/men/81.jpg`, Position: `down`, Name: `Milo Charles`, AthleteNumber: 10661, BeatsPerMinute: 99, TopSpeed: 5.4, Registered: `2017-07-20T09:00:22-03:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/is.png`, CountryName: `Iceland` }), + new AthletesDataItem({ Id: 168, Avatar: `https://static.infragistics.com/xplatform/images/people/men/10.jpg`, Position: `current`, Name: `Calvin Hunt`, AthleteNumber: 35535, BeatsPerMinute: 94, TopSpeed: 4.5, Registered: `2017-11-07T09:58:42-02:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/at.png`, CountryName: `Austria` }), + new AthletesDataItem({ Id: 169, Avatar: `https://static.infragistics.com/xplatform/images/people/men/44.jpg`, Position: `up`, Name: `Aziz Santos`, AthleteNumber: 38947, BeatsPerMinute: 98, TopSpeed: 4, Registered: `2017-04-03T02:18:46-03:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/gb.png`, CountryName: `United Kingdom` }), + new AthletesDataItem({ Id: 169, Avatar: `https://static.infragistics.com/xplatform/images/people/men/21.jpg`, Position: `down`, Name: `Julian Barth`, AthleteNumber: 19011, BeatsPerMinute: 91, TopSpeed: 5.2, Registered: `2017-04-21T08:08:33-03:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/gd.png`, CountryName: `Grenada` }), + new AthletesDataItem({ Id: 170, Avatar: `https://static.infragistics.com/xplatform/images/people/men/60.jpg`, Position: `up`, Name: `Fernando Gimenez`, AthleteNumber: 31290, BeatsPerMinute: 102, TopSpeed: 5.1, Registered: `2017-06-21T06:45:54-03:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/uz.png`, CountryName: `Uruguay` }), + new AthletesDataItem({ Id: 173, Avatar: `https://static.infragistics.com/xplatform/images/people/women/18.jpg`, Position: `current`, Name: `Hassana Camp`, AthleteNumber: 14467, BeatsPerMinute: 104, TopSpeed: 5.2, Registered: `2017-06-02T12:21:59-03:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/cz.png`, CountryName: `Czechia` }), + new AthletesDataItem({ Id: 174, Avatar: `https://static.infragistics.com/xplatform/images/people/women/29.jpg`, Position: `current`, Name: `Beatriz Gallardo`, AthleteNumber: 38538, BeatsPerMinute: 101, TopSpeed: 6, Registered: `2017-11-06T02:14:31-02:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/er.png`, CountryName: `Eritrea` }), + new AthletesDataItem({ Id: 176, Avatar: `https://static.infragistics.com/xplatform/images/people/men/26.jpg`, Position: `current`, Name: `Tim Neal`, AthleteNumber: 45860, BeatsPerMinute: 97, TopSpeed: 5.6, Registered: `2017-04-21T04:06:34-03:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/pa.png`, CountryName: `Panama` }), + new AthletesDataItem({ Id: 176, Avatar: `https://static.infragistics.com/xplatform/images/people/men/35.jpg`, Position: `down`, Name: `Laudelino Castro`, AthleteNumber: 12711, BeatsPerMinute: 106, TopSpeed: 4.4, Registered: `2017-02-08T04:03:22-02:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/hr.png`, CountryName: `Croatia` }), + new AthletesDataItem({ Id: 178, Avatar: `https://static.infragistics.com/xplatform/images/people/women/65.jpg`, Position: `down`, Name: `Lillian Wade`, AthleteNumber: 10729, BeatsPerMinute: 110, TopSpeed: 4.8, Registered: `2017-04-07T09:53:13-03:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/sb.png`, CountryName: `Solomon Islands` }), + new AthletesDataItem({ Id: 180, Avatar: `https://static.infragistics.com/xplatform/images/people/women/90.jpg`, Position: `up`, Name: `Lillian Bowman`, AthleteNumber: 35323, BeatsPerMinute: 103, TopSpeed: 4.5, Registered: `2017-08-31T11:55:25-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/gy.png`, CountryName: `Guyana` }), + new AthletesDataItem({ Id: 182, Avatar: `https://static.infragistics.com/xplatform/images/people/women/14.jpg`, Position: `up`, Name: `Ariena Achterberg`, AthleteNumber: 41330, BeatsPerMinute: 92, TopSpeed: 5.6, Registered: `2017-10-22T02:15:39-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/kr.png`, CountryName: `South Korea` }), + new AthletesDataItem({ Id: 182, Avatar: `https://static.infragistics.com/xplatform/images/people/men/94.jpg`, Position: `current`, Name: `Gerald Schmidt`, AthleteNumber: 47410, BeatsPerMinute: 102, TopSpeed: 5.8, Registered: `2017-02-20T11:53:08-02:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ge.png`, CountryName: `Georgia` }), + new AthletesDataItem({ Id: 183, Avatar: `https://static.infragistics.com/xplatform/images/people/men/74.jpg`, Position: `down`, Name: `Yarno Kin`, AthleteNumber: 47324, BeatsPerMinute: 107, TopSpeed: 5.1, Registered: `2017-08-26T08:21:22-03:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ro.png`, CountryName: `Romania` }), + new AthletesDataItem({ Id: 183, Avatar: `https://static.infragistics.com/xplatform/images/people/women/53.jpg`, Position: `up`, Name: `رونیکا سلطانی نژاد`, AthleteNumber: 35233, BeatsPerMinute: 99, TopSpeed: 4.6, Registered: `2017-08-13T01:05:52-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/mk.png`, CountryName: `Macedonia, The Former Yugoslav Republic of` }), + new AthletesDataItem({ Id: 186, Avatar: `https://static.infragistics.com/xplatform/images/people/men/2.jpg`, Position: `up`, Name: `کوروش کامروا`, AthleteNumber: 13506, BeatsPerMinute: 109, TopSpeed: 4.4, Registered: `2017-04-16T01:10:37-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/nu.png`, CountryName: `Niue` }), + new AthletesDataItem({ Id: 186, Avatar: `https://static.infragistics.com/xplatform/images/people/men/42.jpg`, Position: `up`, Name: `Jimmy Bailey`, AthleteNumber: 38510, BeatsPerMinute: 101, TopSpeed: 4.7, Registered: `2017-06-30T04:13:42-03:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/cr.png`, CountryName: `Costa Rica` }), + new AthletesDataItem({ Id: 188, Avatar: `https://static.infragistics.com/xplatform/images/people/men/3.jpg`, Position: `current`, Name: `Foppe Delfos`, AthleteNumber: 39679, BeatsPerMinute: 107, TopSpeed: 4.1, Registered: `2017-08-05T10:54:56-03:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/py.png`, CountryName: `Paraguay` }), + new AthletesDataItem({ Id: 188, Avatar: `https://static.infragistics.com/xplatform/images/people/men/81.jpg`, Position: `down`, Name: `آراد یاسمی`, AthleteNumber: 34370, BeatsPerMinute: 99, TopSpeed: 5.9, Registered: `2017-02-02T11:42:41-02:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/mu.png`, CountryName: `Mauritius` }), + new AthletesDataItem({ Id: 188, Avatar: `https://static.infragistics.com/xplatform/images/people/women/45.jpg`, Position: `down`, Name: `Ceylan Duygulu`, AthleteNumber: 21527, BeatsPerMinute: 99, TopSpeed: 4.9, Registered: `2017-07-13T09:06:04-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/dm.png`, CountryName: `Dominica` }), + new AthletesDataItem({ Id: 190, Avatar: `https://static.infragistics.com/xplatform/images/people/women/2.jpg`, Position: `current`, Name: `Venla Korpela`, AthleteNumber: 16454, BeatsPerMinute: 92, TopSpeed: 4.1, Registered: `2017-08-22T10:36:38-03:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/hu.png`, CountryName: `Hungary` }), + new AthletesDataItem({ Id: 190, Avatar: `https://static.infragistics.com/xplatform/images/people/women/53.jpg`, Position: `current`, Name: `Gladys Van Der Steeg`, AthleteNumber: 20216, BeatsPerMinute: 94, TopSpeed: 4.3, Registered: `2017-10-09T02:01:16-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/de.png`, CountryName: `Germany` }), + new AthletesDataItem({ Id: 190, Avatar: `https://static.infragistics.com/xplatform/images/people/women/44.jpg`, Position: `current`, Name: `Kiara Dubois`, AthleteNumber: 49964, BeatsPerMinute: 97, TopSpeed: 5.6, Registered: `2017-09-28T04:37:56-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/au.png`, CountryName: `Australia` }), + new AthletesDataItem({ Id: 191, Avatar: `https://static.infragistics.com/xplatform/images/people/men/42.jpg`, Position: `current`, Name: `آرش احمدی`, AthleteNumber: 36948, BeatsPerMinute: 90, TopSpeed: 4.1, Registered: `2017-09-08T01:22:14-03:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/np.png`, CountryName: `Nepal` }), + new AthletesDataItem({ Id: 191, Avatar: `https://static.infragistics.com/xplatform/images/people/women/13.jpg`, Position: `up`, Name: `Sheryl Collins`, AthleteNumber: 36473, BeatsPerMinute: 98, TopSpeed: 4.2, Registered: `2017-03-23T12:54:35-02:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ke.png`, CountryName: `Kenya` }), + new AthletesDataItem({ Id: 191, Avatar: `https://static.infragistics.com/xplatform/images/people/women/72.jpg`, Position: `up`, Name: `Clarisse Rey`, AthleteNumber: 29795, BeatsPerMinute: 98, TopSpeed: 4.9, Registered: `2017-06-09T08:07:19-03:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ba.png`, CountryName: `Bosnia and Herzegovina` }), + new AthletesDataItem({ Id: 192, Avatar: `https://static.infragistics.com/xplatform/images/people/women/44.jpg`, Position: `down`, Name: `Viivi Kujala`, AthleteNumber: 29939, BeatsPerMinute: 93, TopSpeed: 4.1, Registered: `2017-05-03T02:40:05-03:00`, TrackProgress: 75, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/so.png`, CountryName: `Somalia` }), + new AthletesDataItem({ Id: 193, Avatar: `https://static.infragistics.com/xplatform/images/people/women/9.jpg`, Position: `down`, Name: `Juanita Franklin`, AthleteNumber: 13907, BeatsPerMinute: 91, TopSpeed: 6, Registered: `2017-10-04T02:46:46-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/vu.png`, CountryName: `Vanuatu` }), + new AthletesDataItem({ Id: 193, Avatar: `https://static.infragistics.com/xplatform/images/people/women/59.jpg`, Position: `down`, Name: `Sophia Carlson`, AthleteNumber: 44183, BeatsPerMinute: 102, TopSpeed: 5.1, Registered: `2017-09-04T07:03:19-03:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ee.png`, CountryName: `Estonia` }), + new AthletesDataItem({ Id: 194, Avatar: `https://static.infragistics.com/xplatform/images/people/women/62.jpg`, Position: `up`, Name: `آوا سلطانی نژاد`, AthleteNumber: 45635, BeatsPerMinute: 98, TopSpeed: 4.1, Registered: `2017-04-10T11:39:46-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/se.png`, CountryName: `Sweden` }), + new AthletesDataItem({ Id: 194, Avatar: `https://static.infragistics.com/xplatform/images/people/men/11.jpg`, Position: `down`, Name: `Kaya Taşlı`, AthleteNumber: 42291, BeatsPerMinute: 100, TopSpeed: 4.7, Registered: `2017-01-30T03:23:36-02:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/sn.png`, CountryName: `Senegal` }), + new AthletesDataItem({ Id: 194, Avatar: `https://static.infragistics.com/xplatform/images/people/men/71.jpg`, Position: `down`, Name: `Adrian Ibañez`, AthleteNumber: 21968, BeatsPerMinute: 105, TopSpeed: 5.3, Registered: `2017-02-03T04:36:54-02:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/om.png`, CountryName: `Oman` }), + new AthletesDataItem({ Id: 196, Avatar: `https://static.infragistics.com/xplatform/images/people/women/17.jpg`, Position: `current`, Name: `Parel Zuidhof`, AthleteNumber: 32718, BeatsPerMinute: 105, TopSpeed: 5, Registered: `2017-01-21T10:19:56-02:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/jm.png`, CountryName: `Jamaica` }), + new AthletesDataItem({ Id: 196, Avatar: `https://static.infragistics.com/xplatform/images/people/women/30.jpg`, Position: `up`, Name: `Begüm Erkekli`, AthleteNumber: 37888, BeatsPerMinute: 104, TopSpeed: 4.6, Registered: `2017-10-04T03:02:35-03:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/sv.png`, CountryName: `El Salvador` }), + new AthletesDataItem({ Id: 197, Avatar: `https://static.infragistics.com/xplatform/images/people/men/93.jpg`, Position: `current`, Name: `Brent Lord`, AthleteNumber: 20943, BeatsPerMinute: 92, TopSpeed: 4.8, Registered: `2017-01-23T06:14:22-02:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/dz.png`, CountryName: `Algeria` }), + new AthletesDataItem({ Id: 199, Avatar: `https://static.infragistics.com/xplatform/images/people/women/68.jpg`, Position: `up`, Name: `Lucie Dumont`, AthleteNumber: 12104, BeatsPerMinute: 108, TopSpeed: 4, Registered: `2017-01-08T02:13:29-02:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ca.png`, CountryName: `Canada` }), + new AthletesDataItem({ Id: 210, Avatar: `https://static.infragistics.com/xplatform/images/people/women/13.jpg`, Position: `down`, Name: `Maeva Bergeron`, AthleteNumber: 15655, BeatsPerMinute: 94, TopSpeed: 5.9, Registered: `2017-10-03T09:42:15-03:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/mx.png`, CountryName: `Mexico` }), + new AthletesDataItem({ Id: 212, Avatar: `https://static.infragistics.com/xplatform/images/people/women/83.jpg`, Position: `up`, Name: `Sara Larsen`, AthleteNumber: 37094, BeatsPerMinute: 97, TopSpeed: 4.5, Registered: `2017-04-14T11:48:28-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/sa.png`, CountryName: `Saudi Arabia` }), + new AthletesDataItem({ Id: 214, Avatar: `https://static.infragistics.com/xplatform/images/people/women/84.jpg`, Position: `up`, Name: `Ömür Denkel`, AthleteNumber: 31061, BeatsPerMinute: 104, TopSpeed: 4.5, Registered: `2017-02-18T05:32:55-02:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/tv.png`, CountryName: `Tuvalu` }), + new AthletesDataItem({ Id: 215, Avatar: `https://static.infragistics.com/xplatform/images/people/women/79.jpg`, Position: `down`, Name: `Marilou Hubert`, AthleteNumber: 43655, BeatsPerMinute: 104, TopSpeed: 4.2, Registered: `2017-09-28T11:13:00-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/mm.png`, CountryName: `Myanmar` }), + new AthletesDataItem({ Id: 216, Avatar: `https://static.infragistics.com/xplatform/images/people/men/72.jpg`, Position: `down`, Name: `Felix Olsen`, AthleteNumber: 43198, BeatsPerMinute: 101, TopSpeed: 4.2, Registered: `2017-09-27T01:17:14-03:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/fr.png`, CountryName: `France` }), + new AthletesDataItem({ Id: 219, Avatar: `https://static.infragistics.com/xplatform/images/people/women/6.jpg`, Position: `current`, Name: `Sedef Tunçeri`, AthleteNumber: 48164, BeatsPerMinute: 108, TopSpeed: 5.6, Registered: `2017-03-29T11:54:15-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/bt.png`, CountryName: `Bhutan` }), + new AthletesDataItem({ Id: 221, Avatar: `https://static.infragistics.com/xplatform/images/people/men/73.jpg`, Position: `down`, Name: `Kuzey Aclan`, AthleteNumber: 18583, BeatsPerMinute: 102, TopSpeed: 5.3, Registered: `2017-09-12T09:14:14-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/td.png`, CountryName: `Chad` }), + new AthletesDataItem({ Id: 223, Avatar: `https://static.infragistics.com/xplatform/images/people/men/72.jpg`, Position: `down`, Name: `Gökhan Aşıkoğlu`, AthleteNumber: 13890, BeatsPerMinute: 105, TopSpeed: 5.4, Registered: `2017-03-31T06:14:26-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/jp.png`, CountryName: `Japan` }), + new AthletesDataItem({ Id: 224, Avatar: `https://static.infragistics.com/xplatform/images/people/men/0.jpg`, Position: `down`, Name: `Joan Ortega`, AthleteNumber: 49478, BeatsPerMinute: 103, TopSpeed: 5.4, Registered: `2017-07-04T03:01:47-03:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/gq.png`, CountryName: `Equatorial Guinea` }), + new AthletesDataItem({ Id: 225, Avatar: `https://static.infragistics.com/xplatform/images/people/men/42.jpg`, Position: `up`, Name: `Stanley Hart`, AthleteNumber: 14150, BeatsPerMinute: 91, TopSpeed: 4.5, Registered: `2017-08-19T03:02:33-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ve.png`, CountryName: `Venezuela` }), + new AthletesDataItem({ Id: 227, Avatar: `https://static.infragistics.com/xplatform/images/people/men/9.jpg`, Position: `current`, Name: `Johann Hinz`, AthleteNumber: 48244, BeatsPerMinute: 94, TopSpeed: 4.3, Registered: `2017-03-10T07:36:56-02:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/sd.png`, CountryName: `Sudan` }), + new AthletesDataItem({ Id: 227, Avatar: `https://static.infragistics.com/xplatform/images/people/women/61.jpg`, Position: `up`, Name: `Layla Douglas`, AthleteNumber: 21977, BeatsPerMinute: 97, TopSpeed: 5.4, Registered: `2017-04-19T11:43:38-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/si.png`, CountryName: `Slovenia` }), + new AthletesDataItem({ Id: 229, Avatar: `https://static.infragistics.com/xplatform/images/people/men/29.jpg`, Position: `current`, Name: `Selmo Caldeira`, AthleteNumber: 21837, BeatsPerMinute: 110, TopSpeed: 4.9, Registered: `2017-10-20T03:40:24-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ly.png`, CountryName: `Libyan Arab Jamahiriya` }), + new AthletesDataItem({ Id: 231, Avatar: `https://static.infragistics.com/xplatform/images/people/men/56.jpg`, Position: `up`, Name: `Judd Campbell`, AthleteNumber: 37365, BeatsPerMinute: 110, TopSpeed: 5, Registered: `2017-10-19T11:01:10-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/la.png`, CountryName: `Lao PeopleS Democratic Republic` }), + new AthletesDataItem({ Id: 233, Avatar: `https://static.infragistics.com/xplatform/images/people/men/18.jpg`, Position: `up`, Name: `Zackary Roy`, AthleteNumber: 45996, BeatsPerMinute: 92, TopSpeed: 4.9, Registered: `2017-07-07T03:51:26-03:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/bs.png`, CountryName: `Bahamas` }), + new AthletesDataItem({ Id: 234, Avatar: `https://static.infragistics.com/xplatform/images/people/women/19.jpg`, Position: `down`, Name: `Linda Schäfer`, AthleteNumber: 43074, BeatsPerMinute: 107, TopSpeed: 5.1, Registered: `2017-01-05T11:41:20-02:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ye.png`, CountryName: `Yemen` }), + new AthletesDataItem({ Id: 235, Avatar: `https://static.infragistics.com/xplatform/images/people/women/42.jpg`, Position: `down`, Name: `Elaine Smith`, AthleteNumber: 38243, BeatsPerMinute: 108, TopSpeed: 4, Registered: `2017-06-11T12:20:41-03:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/li.png`, CountryName: `Liechtenstein` }), + new AthletesDataItem({ Id: 237, Avatar: `https://static.infragistics.com/xplatform/images/people/men/86.jpg`, Position: `down`, Name: `Clyde Matthews`, AthleteNumber: 11955, BeatsPerMinute: 93, TopSpeed: 5.2, Registered: `2017-03-02T05:01:02-02:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/pw.png`, CountryName: `Palau` }), + new AthletesDataItem({ Id: 238, Avatar: `https://static.infragistics.com/xplatform/images/people/women/17.jpg`, Position: `current`, Name: `Charlotte Meyer`, AthleteNumber: 21442, BeatsPerMinute: 110, TopSpeed: 4.6, Registered: `2017-10-19T10:38:35-03:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ck.png`, CountryName: `Cook Islands` }), + new AthletesDataItem({ Id: 240, Avatar: `https://static.infragistics.com/xplatform/images/people/men/5.jpg`, Position: `down`, Name: `Carter Evans`, AthleteNumber: 46961, BeatsPerMinute: 100, TopSpeed: 5.3, Registered: `2017-07-23T02:43:07-03:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/lu.png`, CountryName: `Luxembourg` }), + new AthletesDataItem({ Id: 240, Avatar: `https://static.infragistics.com/xplatform/images/people/men/33.jpg`, Position: `down`, Name: `Alberto Clark`, AthleteNumber: 29912, BeatsPerMinute: 93, TopSpeed: 4.6, Registered: `2017-02-02T03:50:21-02:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ag.png`, CountryName: `Antigua and Barbuda` }), + new AthletesDataItem({ Id: 241, Avatar: `https://static.infragistics.com/xplatform/images/people/women/65.jpg`, Position: `down`, Name: `Lilly Keuter`, AthleteNumber: 49893, BeatsPerMinute: 102, TopSpeed: 4.5, Registered: `2017-01-20T02:38:39-02:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/kn.png`, CountryName: `Saint Kitts and Nevis` }), + new AthletesDataItem({ Id: 241, Avatar: `https://static.infragistics.com/xplatform/images/people/men/20.jpg`, Position: `up`, Name: `Oskari Karjala`, AthleteNumber: 31498, BeatsPerMinute: 90, TopSpeed: 4.5, Registered: `2017-05-10T12:45:12-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/fm.png`, CountryName: `Micronesia, Federated States of` }), + new AthletesDataItem({ Id: 242, Avatar: `https://static.infragistics.com/xplatform/images/people/women/83.jpg`, Position: `down`, Name: `Caitlin Jackson`, AthleteNumber: 45472, BeatsPerMinute: 101, TopSpeed: 4.3, Registered: `2017-09-17T09:41:01-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/mz.png`, CountryName: `Mozambique` }), + new AthletesDataItem({ Id: 243, Avatar: `https://static.infragistics.com/xplatform/images/people/women/77.jpg`, Position: `down`, Name: `Cathalijne Van Der Ree`, AthleteNumber: 45160, BeatsPerMinute: 102, TopSpeed: 5.4, Registered: `2017-02-13T05:23:49-02:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ug.png`, CountryName: `Uganda` }), + new AthletesDataItem({ Id: 243, Avatar: `https://static.infragistics.com/xplatform/images/people/women/94.jpg`, Position: `up`, Name: `Emma Turner`, AthleteNumber: 39487, BeatsPerMinute: 110, TopSpeed: 5.7, Registered: `2017-07-30T01:33:14-03:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/tz.png`, CountryName: `Tanzania, United Republic of` }), + new AthletesDataItem({ Id: 243, Avatar: `https://static.infragistics.com/xplatform/images/people/men/42.jpg`, Position: `up`, Name: `Kent Clark`, AthleteNumber: 32799, BeatsPerMinute: 106, TopSpeed: 5.7, Registered: `2017-01-24T01:00:15-02:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/pe.png`, CountryName: `Peru` }), + new AthletesDataItem({ Id: 246, Avatar: `https://static.infragistics.com/xplatform/images/people/women/55.jpg`, Position: `current`, Name: `Ronja Kraft`, AthleteNumber: 21800, BeatsPerMinute: 101, TopSpeed: 5.3, Registered: `2017-04-02T03:33:57-03:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/dk.png`, CountryName: `Denmark` }), + new AthletesDataItem({ Id: 251, Avatar: `https://static.infragistics.com/xplatform/images/people/women/34.jpg`, Position: `down`, Name: `Eléa Robin`, AthleteNumber: 26742, BeatsPerMinute: 90, TopSpeed: 4.7, Registered: `2017-03-30T12:34:24-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/vc.png`, CountryName: `Saint Vincent and the Grenadines` }), + new AthletesDataItem({ Id: 251, Avatar: `https://static.infragistics.com/xplatform/images/people/men/74.jpg`, Position: `up`, Name: `Alex Meyer`, AthleteNumber: 44390, BeatsPerMinute: 94, TopSpeed: 4.3, Registered: `2017-08-04T07:05:34-03:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/md.png`, CountryName: `Moldova, Republic of` }), + new AthletesDataItem({ Id: 252, Avatar: `https://static.infragistics.com/xplatform/images/people/men/94.jpg`, Position: `down`, Name: `Adérito Lopes`, AthleteNumber: 21320, BeatsPerMinute: 91, TopSpeed: 5.2, Registered: `2017-01-07T06:47:56-02:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/mh.png`, CountryName: `Marshall Islands` }), + new AthletesDataItem({ Id: 253, Avatar: `https://static.infragistics.com/xplatform/images/people/women/51.jpg`, Position: `current`, Name: `Kayla Patel`, AthleteNumber: 42780, BeatsPerMinute: 103, TopSpeed: 4.7, Registered: `2017-04-20T09:33:53-03:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ne.png`, CountryName: `Niger` }), + new AthletesDataItem({ Id: 258, Avatar: `https://static.infragistics.com/xplatform/images/people/men/31.jpg`, Position: `current`, Name: `Diego Gautier`, AthleteNumber: 26320, BeatsPerMinute: 97, TopSpeed: 4.6, Registered: `2017-06-11T03:50:43-03:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ng.png`, CountryName: `Nigeria` }), + new AthletesDataItem({ Id: 258, Avatar: `https://static.infragistics.com/xplatform/images/people/women/30.jpg`, Position: `up`, Name: `Veera Saari`, AthleteNumber: 40408, BeatsPerMinute: 100, TopSpeed: 4.7, Registered: `2017-10-28T10:39:22-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/iq.png`, CountryName: `Iraq` }), + new AthletesDataItem({ Id: 258, Avatar: `https://static.infragistics.com/xplatform/images/people/women/60.jpg`, Position: `down`, Name: `Zaina Pomp`, AthleteNumber: 14109, BeatsPerMinute: 90, TopSpeed: 5.7, Registered: `2017-09-07T11:17:40-03:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ao.png`, CountryName: `Angola` }), + new AthletesDataItem({ Id: 262, Avatar: `https://static.infragistics.com/xplatform/images/people/men/9.jpg`, Position: `current`, Name: `Anthony Harcourt`, AthleteNumber: 33649, BeatsPerMinute: 109, TopSpeed: 5.5, Registered: `2017-06-14T11:10:20-03:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/in.png`, CountryName: `India` }), + new AthletesDataItem({ Id: 262, Avatar: `https://static.infragistics.com/xplatform/images/people/men/43.jpg`, Position: `current`, Name: `Roman Smith`, AthleteNumber: 15531, BeatsPerMinute: 106, TopSpeed: 4.9, Registered: `2017-06-14T05:12:04-03:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ga.png`, CountryName: `Gabon` }), + new AthletesDataItem({ Id: 263, Avatar: `https://static.infragistics.com/xplatform/images/people/women/9.jpg`, Position: `up`, Name: `Estelle Vincent`, AthleteNumber: 41700, BeatsPerMinute: 99, TopSpeed: 5.7, Registered: `2017-05-31T02:56:58-03:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/na.png`, CountryName: `Namibia` }), + new AthletesDataItem({ Id: 265, Avatar: `https://static.infragistics.com/xplatform/images/people/women/47.jpg`, Position: `current`, Name: `Ilke Kisters`, AthleteNumber: 23817, BeatsPerMinute: 100, TopSpeed: 5.9, Registered: `2017-01-04T02:54:53-02:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ch.png`, CountryName: `Switzerland` }), + new AthletesDataItem({ Id: 265, Avatar: `https://static.infragistics.com/xplatform/images/people/women/9.jpg`, Position: `down`, Name: `Jenny Burke`, AthleteNumber: 15266, BeatsPerMinute: 99, TopSpeed: 5.4, Registered: `2017-09-11T12:20:19-03:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/my.png`, CountryName: `Malaysia` }), + new AthletesDataItem({ Id: 265, Avatar: `https://static.infragistics.com/xplatform/images/people/women/60.jpg`, Position: `down`, Name: `Keira Walker`, AthleteNumber: 34116, BeatsPerMinute: 94, TopSpeed: 4.8, Registered: `2017-01-09T05:46:07-02:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/al.png`, CountryName: `Albania` }), + new AthletesDataItem({ Id: 266, Avatar: `https://static.infragistics.com/xplatform/images/people/men/70.jpg`, Position: `down`, Name: `Moritz Braun`, AthleteNumber: 48081, BeatsPerMinute: 107, TopSpeed: 6, Registered: `2017-06-13T12:54:56-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ad.png`, CountryName: `Andorra` }), + new AthletesDataItem({ Id: 267, Avatar: `https://static.infragistics.com/xplatform/images/people/men/50.jpg`, Position: `current`, Name: `Villads Larsen`, AthleteNumber: 44677, BeatsPerMinute: 93, TopSpeed: 5.7, Registered: `2017-03-25T11:25:30-02:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/kw.png`, CountryName: `Kuwait` }), + new AthletesDataItem({ Id: 268, Avatar: `https://static.infragistics.com/xplatform/images/people/men/23.jpg`, Position: `up`, Name: `Sandro Carpentier`, AthleteNumber: 23503, BeatsPerMinute: 96, TopSpeed: 5.7, Registered: `2017-09-30T01:01:04-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/be.png`, CountryName: `Belgium` }), + new AthletesDataItem({ Id: 269, Avatar: `https://static.infragistics.com/xplatform/images/people/men/17.jpg`, Position: `current`, Name: `Emil Meißner`, AthleteNumber: 37183, BeatsPerMinute: 97, TopSpeed: 4, Registered: `2017-07-15T12:32:30-03:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/gm.png`, CountryName: `Gambia` }), + new AthletesDataItem({ Id: 270, Avatar: `https://static.infragistics.com/xplatform/images/people/women/14.jpg`, Position: `up`, Name: `Emily Olsen`, AthleteNumber: 13887, BeatsPerMinute: 110, TopSpeed: 4.8, Registered: `2017-10-03T08:01:40-03:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/cf.png`, CountryName: `Central African Republic` }), + new AthletesDataItem({ Id: 271, Avatar: `https://static.infragistics.com/xplatform/images/people/men/81.jpg`, Position: `down`, Name: `آراد جعفری`, AthleteNumber: 34962, BeatsPerMinute: 90, TopSpeed: 4.8, Registered: `2017-04-22T04:20:39-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/bi.png`, CountryName: `Burundi` }), + new AthletesDataItem({ Id: 271, Avatar: `https://static.infragistics.com/xplatform/images/people/men/74.jpg`, Position: `down`, Name: `Jimmie Mcguinness`, AthleteNumber: 20729, BeatsPerMinute: 90, TopSpeed: 4.6, Registered: `2017-10-07T06:08:00-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/bw.png`, CountryName: `Botswana` }), + new AthletesDataItem({ Id: 272, Avatar: `https://static.infragistics.com/xplatform/images/people/women/26.jpg`, Position: `down`, Name: `Sélène Roussel`, AthleteNumber: 11261, BeatsPerMinute: 99, TopSpeed: 5.8, Registered: `2017-05-10T02:18:02-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/sm.png`, CountryName: `San Marino` }), + new AthletesDataItem({ Id: 272, Avatar: `https://static.infragistics.com/xplatform/images/people/men/31.jpg`, Position: `up`, Name: `Aaron Robertson`, AthleteNumber: 30727, BeatsPerMinute: 95, TopSpeed: 4.2, Registered: `2017-08-23T09:37:40-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/id.png`, CountryName: `Indonesia` }), + new AthletesDataItem({ Id: 273, Avatar: `https://static.infragistics.com/xplatform/images/people/women/4.jpg`, Position: `up`, Name: `Afet Kumcuoğlu`, AthleteNumber: 33454, BeatsPerMinute: 106, TopSpeed: 5.1, Registered: `2017-09-16T07:05:43-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/nz.png`, CountryName: `New Zealand` }), + new AthletesDataItem({ Id: 273, Avatar: `https://static.infragistics.com/xplatform/images/people/women/33.jpg`, Position: `up`, Name: `Annabelle Besteman`, AthleteNumber: 30560, BeatsPerMinute: 105, TopSpeed: 5.3, Registered: `2017-11-11T02:04:19-02:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/kp.png`, CountryName: `North Korea` }), + new AthletesDataItem({ Id: 274, Avatar: `https://static.infragistics.com/xplatform/images/people/women/9.jpg`, Position: `up`, Name: `Minea Rantanen`, AthleteNumber: 18835, BeatsPerMinute: 105, TopSpeed: 5, Registered: `2017-01-24T07:30:43-02:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/jo.png`, CountryName: `Jordan` }), + new AthletesDataItem({ Id: 275, Avatar: `https://static.infragistics.com/xplatform/images/people/men/2.jpg`, Position: `up`, Name: `Fritz Sommer`, AthleteNumber: 26210, BeatsPerMinute: 99, TopSpeed: 4.6, Registered: `2017-09-29T03:54:57-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/lt.png`, CountryName: `Lithuania` }), + new AthletesDataItem({ Id: 275, Avatar: `https://static.infragistics.com/xplatform/images/people/men/88.jpg`, Position: `down`, Name: `Rafael Gutierrez`, AthleteNumber: 38804, BeatsPerMinute: 100, TopSpeed: 5.9, Registered: `2017-02-08T07:50:59-02:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/gn.png`, CountryName: `Guinea` }), + new AthletesDataItem({ Id: 275, Avatar: `https://static.infragistics.com/xplatform/images/people/women/69.jpg`, Position: `current`, Name: `Ellen Leppo`, AthleteNumber: 29286, BeatsPerMinute: 97, TopSpeed: 5.6, Registered: `2017-08-16T09:46:35-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/by.png`, CountryName: `Belarus` }), + new AthletesDataItem({ Id: 276, Avatar: `https://static.infragistics.com/xplatform/images/people/women/1.jpg`, Position: `current`, Name: `Encarnacion Martin`, AthleteNumber: 40912, BeatsPerMinute: 105, TopSpeed: 5.5, Registered: `2017-01-11T12:52:28-02:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/th.png`, CountryName: `Thailand` }), + new AthletesDataItem({ Id: 276, Avatar: `https://static.infragistics.com/xplatform/images/people/men/65.jpg`, Position: `current`, Name: `David Scott`, AthleteNumber: 46997, BeatsPerMinute: 101, TopSpeed: 4.4, Registered: `2017-07-25T09:23:24-03:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/pt.png`, CountryName: `Portugal` }), + new AthletesDataItem({ Id: 279, Avatar: `https://static.infragistics.com/xplatform/images/people/women/39.jpg`, Position: `current`, Name: `Ashley Romero`, AthleteNumber: 36611, BeatsPerMinute: 104, TopSpeed: 5.5, Registered: `2017-02-08T12:45:46-02:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/mn.png`, CountryName: `Mongolia` }), + new AthletesDataItem({ Id: 280, Avatar: `https://static.infragistics.com/xplatform/images/people/men/90.jpg`, Position: `down`, Name: `Cecil Nichols`, AthleteNumber: 20656, BeatsPerMinute: 100, TopSpeed: 5, Registered: `2017-04-24T01:20:34-03:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/rw.png`, CountryName: `RWANDA` }), + new AthletesDataItem({ Id: 282, Avatar: `https://static.infragistics.com/xplatform/images/people/men/55.jpg`, Position: `current`, Name: `Johann Fischer`, AthleteNumber: 37212, BeatsPerMinute: 98, TopSpeed: 5.8, Registered: `2017-09-01T04:39:52-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/br.png`, CountryName: `Brazil` }), + new AthletesDataItem({ Id: 283, Avatar: `https://static.infragistics.com/xplatform/images/people/men/10.jpg`, Position: `current`, Name: `سینا مرادی`, AthleteNumber: 10809, BeatsPerMinute: 105, TopSpeed: 5.3, Registered: `2017-04-05T05:27:13-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/bh.png`, CountryName: `Bahrain` }), + new AthletesDataItem({ Id: 284, Avatar: `https://static.infragistics.com/xplatform/images/people/men/12.jpg`, Position: `current`, Name: `Abel Brun`, AthleteNumber: 39315, BeatsPerMinute: 105, TopSpeed: 5.1, Registered: `2017-10-05T05:54:31-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/af.png`, CountryName: `Afghanistan` }), + new AthletesDataItem({ Id: 285, Avatar: `https://static.infragistics.com/xplatform/images/people/men/34.jpg`, Position: `current`, Name: `Jeffrey Medina`, AthleteNumber: 42905, BeatsPerMinute: 100, TopSpeed: 5.2, Registered: `2017-09-15T02:11:43-03:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/gr.png`, CountryName: `Greece` }), + new AthletesDataItem({ Id: 285, Avatar: `https://static.infragistics.com/xplatform/images/people/men/43.jpg`, Position: `down`, Name: `Niilo Laurila`, AthleteNumber: 49215, BeatsPerMinute: 104, TopSpeed: 4.5, Registered: `2017-04-26T01:26:36-03:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/et.png`, CountryName: `Ethiopia` }), + new AthletesDataItem({ Id: 286, Avatar: `https://static.infragistics.com/xplatform/images/people/women/45.jpg`, Position: `down`, Name: `Marisvalda Martins`, AthleteNumber: 33879, BeatsPerMinute: 107, TopSpeed: 5.4, Registered: `2017-01-31T12:07:48-02:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/es.png`, CountryName: `Spain` }), + new AthletesDataItem({ Id: 286, Avatar: `https://static.infragistics.com/xplatform/images/people/women/82.jpg`, Position: `current`, Name: `Eloida Novaes`, AthleteNumber: 30751, BeatsPerMinute: 107, TopSpeed: 4.2, Registered: `2017-01-02T01:04:04-02:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/cl.png`, CountryName: `Chile` }), + new AthletesDataItem({ Id: 287, Avatar: `https://static.infragistics.com/xplatform/images/people/women/72.jpg`, Position: `up`, Name: `Charlotte Dean`, AthleteNumber: 45969, BeatsPerMinute: 105, TopSpeed: 5, Registered: `2017-02-13T05:39:15-02:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/za.png`, CountryName: `South Africa` }), + new AthletesDataItem({ Id: 287, Avatar: `https://static.infragistics.com/xplatform/images/people/men/35.jpg`, Position: `current`, Name: `Loïc Gerard`, AthleteNumber: 31706, BeatsPerMinute: 102, TopSpeed: 4.4, Registered: `2017-07-28T09:10:43-03:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ie.png`, CountryName: `Ireland` }), + new AthletesDataItem({ Id: 292, Avatar: `https://static.infragistics.com/xplatform/images/people/women/4.jpg`, Position: `down`, Name: `Asta Hansen`, AthleteNumber: 17222, BeatsPerMinute: 101, TopSpeed: 4.3, Registered: `2017-01-08T02:41:56-02:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/kz.png`, CountryName: `Kazakhstan` }), + new AthletesDataItem({ Id: 293, Avatar: `https://static.infragistics.com/xplatform/images/people/women/21.jpg`, Position: `up`, Name: `Sara Hannula`, AthleteNumber: 22025, BeatsPerMinute: 102, TopSpeed: 4.2, Registered: `2017-10-09T11:32:13-03:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/tl.png`, CountryName: `Timor-Leste` }), + new AthletesDataItem({ Id: 293, Avatar: `https://static.infragistics.com/xplatform/images/people/women/90.jpg`, Position: `current`, Name: `Ana Bourgeois`, AthleteNumber: 24612, BeatsPerMinute: 110, TopSpeed: 6, Registered: `2017-11-02T02:17:43-02:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/sg.png`, CountryName: `Singapore` }), + new AthletesDataItem({ Id: 296, Avatar: `https://static.infragistics.com/xplatform/images/people/women/37.jpg`, Position: `up`, Name: `Thea Edwards`, AthleteNumber: 29141, BeatsPerMinute: 99, TopSpeed: 5.8, Registered: `2017-05-23T05:24:38-03:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/sl.png`, CountryName: `Sierra Leone` }), + new AthletesDataItem({ Id: 299, Avatar: `https://static.infragistics.com/xplatform/images/people/men/89.jpg`, Position: `down`, Name: `Victor Lévesque`, AthleteNumber: 48375, BeatsPerMinute: 110, TopSpeed: 5.7, Registered: `2017-11-10T11:31:44-02:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/mr.png`, CountryName: `Mauritania` }), + new AthletesDataItem({ Id: 301, Avatar: `https://static.infragistics.com/xplatform/images/people/men/65.jpg`, Position: `down`, Name: `Louis Stewart`, AthleteNumber: 48131, BeatsPerMinute: 103, TopSpeed: 5.7, Registered: `2017-02-26T07:28:02-02:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/hn.png`, CountryName: `Honduras` }), + new AthletesDataItem({ Id: 302, Avatar: `https://static.infragistics.com/xplatform/images/people/men/14.jpg`, Position: `up`, Name: `Bill Fox`, AthleteNumber: 18511, BeatsPerMinute: 91, TopSpeed: 5, Registered: `2017-10-24T08:25:40-03:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ir.png`, CountryName: `Iran, Islamic Republic Of` }), + new AthletesDataItem({ Id: 304, Avatar: `https://static.infragistics.com/xplatform/images/people/men/34.jpg`, Position: `down`, Name: `Mathys Martin`, AthleteNumber: 32928, BeatsPerMinute: 98, TopSpeed: 5.5, Registered: `2017-05-17T12:51:47-03:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/va.png`, CountryName: `Holy See (Vatican City State)` }), + new AthletesDataItem({ Id: 305, Avatar: `https://static.infragistics.com/xplatform/images/people/women/38.jpg`, Position: `current`, Name: `Gianne Godijn`, AthleteNumber: 45945, BeatsPerMinute: 96, TopSpeed: 4.5, Registered: `2017-03-22T03:23:12-02:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/it.png`, CountryName: `Italy` }), + new AthletesDataItem({ Id: 306, Avatar: `https://static.infragistics.com/xplatform/images/people/women/26.jpg`, Position: `up`, Name: `Mira Campos`, AthleteNumber: 39222, BeatsPerMinute: 95, TopSpeed: 5.9, Registered: `2017-01-11T01:41:31-02:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/am.png`, CountryName: `Armenia` }), + new AthletesDataItem({ Id: 308, Avatar: `https://static.infragistics.com/xplatform/images/people/women/15.jpg`, Position: `down`, Name: `Esther Kühn`, AthleteNumber: 24868, BeatsPerMinute: 92, TopSpeed: 5.5, Registered: `2017-05-14T12:30:08-03:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ru.png`, CountryName: `Russian Federation` }), + new AthletesDataItem({ Id: 308, Avatar: `https://static.infragistics.com/xplatform/images/people/men/14.jpg`, Position: `up`, Name: `Hans Möller`, AthleteNumber: 34122, BeatsPerMinute: 109, TopSpeed: 5.6, Registered: `2017-06-20T06:02:49-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/dj.png`, CountryName: `Djibouti` }), + new AthletesDataItem({ Id: 309, Avatar: `https://static.infragistics.com/xplatform/images/people/women/73.jpg`, Position: `current`, Name: `Alice Perry`, AthleteNumber: 23750, BeatsPerMinute: 104, TopSpeed: 5.3, Registered: `2017-03-31T07:15:46-03:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/lc.png`, CountryName: `Saint Lucia` }), + new AthletesDataItem({ Id: 310, Avatar: `https://static.infragistics.com/xplatform/images/people/men/92.jpg`, Position: `up`, Name: `Kaya Tekand`, AthleteNumber: 11028, BeatsPerMinute: 93, TopSpeed: 5.2, Registered: `2017-04-10T09:57:13-03:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/fj.png`, CountryName: `Fiji` }), + new AthletesDataItem({ Id: 311, Avatar: `https://static.infragistics.com/xplatform/images/people/women/92.jpg`, Position: `down`, Name: `Ilona Salonen`, AthleteNumber: 27068, BeatsPerMinute: 91, TopSpeed: 5.4, Registered: `2017-07-03T06:19:47-03:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/bo.png`, CountryName: `Bolivia` }), ]; super(...newItems.slice(0)); } diff --git a/samples/grids/grid/conditional-cell-style-2/src/AthletesData.ts b/samples/grids/grid/conditional-cell-style-2/src/AthletesData.ts index cbfd6a40ca..3d63d083ff 100644 --- a/samples/grids/grid/conditional-cell-style-2/src/AthletesData.ts +++ b/samples/grids/grid/conditional-cell-style-2/src/AthletesData.ts @@ -22,2596 +22,191 @@ export class AthletesData extends Array { super(...items); } else { const newItems = [ - new AthletesDataItem( - { - Id: 100, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/20.jpg`, - Position: `current`, - Name: `Alexis Walker`, - AthleteNumber: 43183, - BeatsPerMinute: 103, - TopSpeed: 5.8, - Registered: `2017-08-07T10:35:06-03:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/gh.png`, - CountryName: `Ghana` - }), - new AthletesDataItem( - { - Id: 101, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/71.jpg`, - Position: `down`, - Name: `Lavínia Silva`, - AthleteNumber: 33994, - BeatsPerMinute: 93, - TopSpeed: 5.6, - Registered: `2017-03-22T08:55:46-02:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/no.png`, - CountryName: `Norway` - }), - new AthletesDataItem( - { - Id: 105, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/5.jpg`, - Position: `down`, - Name: `Samu Hokkanen`, - AthleteNumber: 22469, - BeatsPerMinute: 106, - TopSpeed: 5.5, - Registered: `2017-06-29T04:58:27-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/az.png`, - CountryName: `Azerbaijan` - }), - new AthletesDataItem( - { - Id: 107, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/92.jpg`, - Position: `down`, - Name: `Megan Webb`, - AthleteNumber: 30713, - BeatsPerMinute: 93, - TopSpeed: 5.6, - Registered: `2017-08-20T09:26:51-03:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/mt.png`, - CountryName: `Malta` - }), - new AthletesDataItem( - { - Id: 107, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/33.jpg`, - Position: `up`, - Name: `Pedro Marquez`, - AthleteNumber: 16169, - BeatsPerMinute: 97, - TopSpeed: 5.4, - Registered: `2017-11-11T05:14:31-02:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/mw.png`, - CountryName: `Malawi` - }), - new AthletesDataItem( - { - Id: 108, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/31.jpg`, - Position: `up`, - Name: `Noah Bergeron`, - AthleteNumber: 35139, - BeatsPerMinute: 110, - TopSpeed: 5.6, - Registered: `2017-06-23T01:21:21-03:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ci.png`, - CountryName: `Cote DIvoire` - }), - new AthletesDataItem( - { - Id: 110, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/15.jpg`, - Position: `current`, - Name: `Annabell Brand`, - AthleteNumber: 39233, - BeatsPerMinute: 93, - TopSpeed: 5.7, - Registered: `2017-03-01T12:21:24-02:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/pg.png`, - CountryName: `Papua New Guinea` - }), - new AthletesDataItem( - { - Id: 110, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/13.jpg`, - Position: `current`, - Name: `Özsu Keçeci`, - AthleteNumber: 29403, - BeatsPerMinute: 106, - TopSpeed: 4.2, - Registered: `2017-01-19T11:34:13-02:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/lv.png`, - CountryName: `Latvia` - }), - new AthletesDataItem( - { - Id: 110, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/26.jpg`, - Position: `down`, - Name: `Emilie Morin`, - AthleteNumber: 26164, - BeatsPerMinute: 98, - TopSpeed: 4.9, - Registered: `2017-02-01T04:18:19-02:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/kg.png`, - CountryName: `Kyrgyzstan` - }), - new AthletesDataItem( - { - Id: 111, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/23.jpg`, - Position: `up`, - Name: `Connor Green`, - AthleteNumber: 44716, - BeatsPerMinute: 95, - TopSpeed: 4.4, - Registered: `2017-06-30T11:23:25-03:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/bb.png`, - CountryName: `Barbados` - }), - new AthletesDataItem( - { - Id: 112, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/53.jpg`, - Position: `down`, - Name: `Karen Shaw`, - AthleteNumber: 31048, - BeatsPerMinute: 107, - TopSpeed: 5.7, - Registered: `2017-05-15T09:25:03-03:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ec.png`, - CountryName: `Ecuador` - }), - new AthletesDataItem( - { - Id: 113, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/36.jpg`, - Position: `current`, - Name: `Marialba Nascimento`, - AthleteNumber: 47061, - BeatsPerMinute: 108, - TopSpeed: 5.2, - Registered: `2017-09-19T05:47:21-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/tn.png`, - CountryName: `Tunisia` - }), - new AthletesDataItem( - { - Id: 113, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/37.jpg`, - Position: `current`, - Name: `Nick Naumann`, - AthleteNumber: 25566, - BeatsPerMinute: 109, - TopSpeed: 5.9, - Registered: `2017-07-12T09:01:11-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/sz.png`, - CountryName: `Swaziland` - }), - new AthletesDataItem( - { - Id: 116, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/1.jpg`, - Position: `down`, - Name: `Sevcan Kollen`, - AthleteNumber: 13728, - BeatsPerMinute: 104, - TopSpeed: 5.3, - Registered: `2017-09-08T08:29:08-03:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/gt.png`, - CountryName: `Guatemala` - }), - new AthletesDataItem( - { - Id: 121, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/48.jpg`, - Position: `current`, - Name: `Väinö Salmi`, - AthleteNumber: 29839, - BeatsPerMinute: 107, - TopSpeed: 5.5, - Registered: `2017-10-21T05:57:02-03:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/gw.png`, - CountryName: `Guinea-Bissau` - }), - new AthletesDataItem( - { - Id: 121, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/31.jpg`, - Position: `down`, - Name: `Ivan Ivanov`, - AthleteNumber: 11054, - BeatsPerMinute: 108, - TopSpeed: 5.7, - Registered: `2017-04-18T08:03:01-03:00`, - TrackProgress: 75, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/bg.png`, - CountryName: `Bulgaria` - }), - new AthletesDataItem( - { - Id: 121, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/45.jpg`, - Position: `current`, - Name: `Maurice Lambert`, - AthleteNumber: 17443, - BeatsPerMinute: 96, - TopSpeed: 5.6, - Registered: `2017-06-05T08:19:32-03:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/bd.png`, - CountryName: `Bangladesh` - }), - new AthletesDataItem( - { - Id: 122, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/71.jpg`, - Position: `down`, - Name: `Natalie Conrad`, - AthleteNumber: 42602, - BeatsPerMinute: 108, - TopSpeed: 6, - Registered: `2017-03-18T06:35:44-02:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/tt.png`, - CountryName: `Trinidad and Tobago` - }), - new AthletesDataItem( - { - Id: 122, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/57.jpg`, - Position: `down`, - Name: `Jack Jean-baptiste`, - AthleteNumber: 40427, - BeatsPerMinute: 110, - TopSpeed: 4.3, - Registered: `2017-11-09T08:50:06-02:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/cm.png`, - CountryName: `Cameroon` - }), - new AthletesDataItem( - { - Id: 123, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/19.jpg`, - Position: `down`, - Name: `Flora Perez`, - AthleteNumber: 23907, - BeatsPerMinute: 102, - TopSpeed: 5.8, - Registered: `2017-04-12T04:16:56-03:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/pl.png`, - CountryName: `Poland` - }), - new AthletesDataItem( - { - Id: 123, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/12.jpg`, - Position: `up`, - Name: `آنیتا كامياران`, - AthleteNumber: 18980, - BeatsPerMinute: 90, - TopSpeed: 4.5, - Registered: `2017-07-21T06:42:59-03:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/lb.png`, - CountryName: `Lebanon` - }), - new AthletesDataItem( - { - Id: 123, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/31.jpg`, - Position: `current`, - Name: `Eeli Makinen`, - AthleteNumber: 45296, - BeatsPerMinute: 106, - TopSpeed: 5.2, - Registered: `2017-01-06T09:58:02-02:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/fi.png`, - CountryName: `Finland` - }), - new AthletesDataItem( - { - Id: 124, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/98.jpg`, - Position: `down`, - Name: `Mathieu Mathieu`, - AthleteNumber: 10555, - BeatsPerMinute: 101, - TopSpeed: 5.2, - Registered: `2017-01-05T07:28:11-02:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/uz.png`, - CountryName: `Uzbekistan` - }), - new AthletesDataItem( - { - Id: 124, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/19.jpg`, - Position: `current`, - Name: `Marie Poulsen`, - AthleteNumber: 44113, - BeatsPerMinute: 109, - TopSpeed: 4.7, - Registered: `2017-04-15T10:25:21-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ma.png`, - CountryName: `Morocco` - }), - new AthletesDataItem( - { - Id: 125, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/16.jpg`, - Position: `current`, - Name: `Altiva Alves`, - AthleteNumber: 31850, - BeatsPerMinute: 106, - TopSpeed: 5.1, - Registered: `2017-11-09T02:43:54-02:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/km.png`, - CountryName: `Comoros` - }), - new AthletesDataItem( - { - Id: 127, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/52.jpg`, - Position: `down`, - Name: `Gerardo Soto`, - AthleteNumber: 22958, - BeatsPerMinute: 90, - TopSpeed: 5, - Registered: `2017-06-04T12:52:03-03:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/co.png`, - CountryName: `Colombia` - }), - new AthletesDataItem( - { - Id: 128, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/52.jpg`, - Position: `up`, - Name: `Sophie Lewis`, - AthleteNumber: 46222, - BeatsPerMinute: 106, - TopSpeed: 4.4, - Registered: `2017-02-20T09:42:07-02:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/mc.png`, - CountryName: `Monaco` - }), - new AthletesDataItem( - { - Id: 129, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/34.jpg`, - Position: `up`, - Name: `Ella Hansen`, - AthleteNumber: 27075, - BeatsPerMinute: 101, - TopSpeed: 5.1, - Registered: `2017-01-05T10:12:42-02:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/lk.png`, - CountryName: `Sri Lanka` - }), - new AthletesDataItem( - { - Id: 130, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/94.jpg`, - Position: `up`, - Name: `Adem Özdoğan`, - AthleteNumber: 45143, - BeatsPerMinute: 90, - TopSpeed: 5.5, - Registered: `2017-02-16T07:11:52-02:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/tm.png`, - CountryName: `Turkmenistan` - }), - new AthletesDataItem( - { - Id: 130, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/24.jpg`, - Position: `down`, - Name: `آوا احمدی`, - AthleteNumber: 44347, - BeatsPerMinute: 110, - TopSpeed: 4.1, - Registered: `2017-06-04T09:04:31-03:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/cn.png`, - CountryName: `China` - }), - new AthletesDataItem( - { - Id: 131, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/61.jpg`, - Position: `current`, - Name: `Eliza Bishop`, - AthleteNumber: 31774, - BeatsPerMinute: 96, - TopSpeed: 4.7, - Registered: `2017-09-22T11:49:02-03:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/eh.png`, - CountryName: `Western Sahara` - }), - new AthletesDataItem( - { - Id: 131, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/61.jpg`, - Position: `down`, - Name: `Veronika Huber`, - AthleteNumber: 18146, - BeatsPerMinute: 103, - TopSpeed: 5.2, - Registered: `2017-07-13T02:23:56-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/to.png`, - CountryName: `Tonga` - }), - new AthletesDataItem( - { - Id: 134, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/66.jpg`, - Position: `down`, - Name: `Anni Waisanen`, - AthleteNumber: 32133, - BeatsPerMinute: 99, - TopSpeed: 5, - Registered: `2017-08-17T01:35:09-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/do.png`, - CountryName: `Dominican Republic` - }), - new AthletesDataItem( - { - Id: 135, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/84.jpg`, - Position: `down`, - Name: `Darryl Douglas`, - AthleteNumber: 35826, - BeatsPerMinute: 96, - TopSpeed: 4.6, - Registered: `2017-07-20T11:45:52-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/tr.png`, - CountryName: `Turkey` - }), - new AthletesDataItem( - { - Id: 136, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/10.jpg`, - Position: `down`, - Name: `Elaine Matthews`, - AthleteNumber: 38574, - BeatsPerMinute: 110, - TopSpeed: 5.5, - Registered: `2017-01-26T11:50:00-02:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/cv.png`, - CountryName: `Cape Verde` - }), - new AthletesDataItem( - { - Id: 137, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/75.jpg`, - Position: `up`, - Name: `Gloria Caballero`, - AthleteNumber: 43379, - BeatsPerMinute: 103, - TopSpeed: 4.3, - Registered: `2017-08-10T08:27:45-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/il.png`, - CountryName: `Israel` - }), - new AthletesDataItem( - { - Id: 137, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/80.jpg`, - Position: `down`, - Name: `Lance Dunn`, - AthleteNumber: 10113, - BeatsPerMinute: 94, - TopSpeed: 4.5, - Registered: `2017-03-13T10:51:36-02:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/cy.png`, - CountryName: `Cyprus` - }), - new AthletesDataItem( - { - Id: 138, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/31.jpg`, - Position: `down`, - Name: `Antoine Mackay`, - AthleteNumber: 34547, - BeatsPerMinute: 104, - TopSpeed: 5, - Registered: `2017-08-22T09:11:37-03:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ls.png`, - CountryName: `Lesotho` - }), - new AthletesDataItem( - { - Id: 138, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/78.jpg`, - Position: `current`, - Name: `Oscar Calvo`, - AthleteNumber: 45078, - BeatsPerMinute: 109, - TopSpeed: 4.3, - Registered: `2017-06-19T10:57:42-03:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/cu.png`, - CountryName: `Cuba` - }), - new AthletesDataItem( - { - Id: 138, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/38.jpg`, - Position: `current`, - Name: `Derrick Price`, - AthleteNumber: 19792, - BeatsPerMinute: 94, - TopSpeed: 5.6, - Registered: `2017-03-19T01:10:55-02:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ar.png`, - CountryName: `Argentina` - }), - new AthletesDataItem( - { - Id: 139, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/28.jpg`, - Position: `current`, - Name: `Annabell Barth`, - AthleteNumber: 41130, - BeatsPerMinute: 103, - TopSpeed: 5, - Registered: `2017-08-24T11:58:56-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ht.png`, - CountryName: `Haiti` - }), - new AthletesDataItem( - { - Id: 141, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/15.jpg`, - Position: `current`, - Name: `Miro Korpela`, - AthleteNumber: 40544, - BeatsPerMinute: 104, - TopSpeed: 5.3, - Registered: `2017-01-10T07:12:44-02:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/nl.png`, - CountryName: `Netherlands` - }), - new AthletesDataItem( - { - Id: 142, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/63.jpg`, - Position: `current`, - Name: `Nicoline Thomsen`, - AthleteNumber: 36778, - BeatsPerMinute: 99, - TopSpeed: 5.5, - Registered: `2017-03-26T10:04:29-03:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/bj.png`, - CountryName: `Benin` - }), - new AthletesDataItem( - { - Id: 143, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/38.jpg`, - Position: `up`, - Name: `رضا کوتی`, - AthleteNumber: 13640, - BeatsPerMinute: 103, - TopSpeed: 4.2, - Registered: `2017-04-30T02:34:29-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/pk.png`, - CountryName: `Pakistan` - }), - new AthletesDataItem( - { - Id: 144, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/57.jpg`, - Position: `down`, - Name: `Milja Leino`, - AthleteNumber: 33563, - BeatsPerMinute: 110, - TopSpeed: 4.1, - Registered: `2017-11-01T10:34:07-02:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/bf.png`, - CountryName: `Burkina Faso` - }), - new AthletesDataItem( - { - Id: 147, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/8.jpg`, - Position: `down`, - Name: `میلاد یاسمی`, - AthleteNumber: 44023, - BeatsPerMinute: 104, - TopSpeed: 5.2, - Registered: `2017-06-10T04:11:01-03:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/tg.png`, - CountryName: `Togo` - }), - new AthletesDataItem( - { - Id: 150, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/52.jpg`, - Position: `up`, - Name: `Gustav Petersen`, - AthleteNumber: 20984, - BeatsPerMinute: 107, - TopSpeed: 4.6, - Registered: `2017-01-01T07:40:19-02:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/bz.png`, - CountryName: `Belize` - }), - new AthletesDataItem( - { - Id: 151, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/88.jpg`, - Position: `current`, - Name: `Charlotte Mills`, - AthleteNumber: 49829, - BeatsPerMinute: 92, - TopSpeed: 5.3, - Registered: `2017-05-10T04:33:10-03:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/mg.png`, - CountryName: `Madagascar` - }), - new AthletesDataItem( - { - Id: 154, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/54.jpg`, - Position: `down`, - Name: `Rhonda Simmmons`, - AthleteNumber: 37139, - BeatsPerMinute: 96, - TopSpeed: 5.1, - Registered: `2017-07-03T05:39:45-03:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/nr.png`, - CountryName: `Nauru` - }), - new AthletesDataItem( - { - Id: 155, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/82.jpg`, - Position: `up`, - Name: `Justin Philippe`, - AthleteNumber: 12858, - BeatsPerMinute: 104, - TopSpeed: 5.7, - Registered: `2017-03-16T02:00:35-02:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/mv.png`, - CountryName: `Maldives` - }), - new AthletesDataItem( - { - Id: 159, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/66.jpg`, - Position: `up`, - Name: `Eva Dean`, - AthleteNumber: 48874, - BeatsPerMinute: 103, - TopSpeed: 5.7, - Registered: `2017-03-04T01:58:52-02:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/st.png`, - CountryName: `Sao Tome and Principe` - }), - new AthletesDataItem( - { - Id: 161, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/89.jpg`, - Position: `up`, - Name: `Franklin Byrd`, - AthleteNumber: 49498, - BeatsPerMinute: 106, - TopSpeed: 5.3, - Registered: `2017-11-04T11:09:26-02:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/tw.png`, - CountryName: `Taiwan, Province of China` - }), - new AthletesDataItem( - { - Id: 161, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/38.jpg`, - Position: `current`, - Name: `Alex Martin`, - AthleteNumber: 27887, - BeatsPerMinute: 96, - TopSpeed: 4.2, - Registered: `2017-10-28T04:06:33-03:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/eg.png`, - CountryName: `Egypt` - }), - new AthletesDataItem( - { - Id: 162, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/0.jpg`, - Position: `current`, - Name: `Alex Craig`, - AthleteNumber: 21868, - BeatsPerMinute: 94, - TopSpeed: 4.2, - Registered: `2017-03-19T10:20:51-02:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/sy.png`, - CountryName: `Syrian Arab Republic` - }), - new AthletesDataItem( - { - Id: 162, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/5.jpg`, - Position: `down`, - Name: `Adam Bouchard`, - AthleteNumber: 38672, - BeatsPerMinute: 99, - TopSpeed: 4.7, - Registered: `2017-01-04T03:04:05-02:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/sc.png`, - CountryName: `Seychelles` - }), - new AthletesDataItem( - { - Id: 163, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/70.jpg`, - Position: `down`, - Name: `میلاد قاسمی`, - AthleteNumber: 12788, - BeatsPerMinute: 101, - TopSpeed: 4.1, - Registered: `2017-03-01T07:51:17-02:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ws.png`, - CountryName: `Samoa` - }), - new AthletesDataItem( - { - Id: 163, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/52.jpg`, - Position: `up`, - Name: `Millie Cooper`, - AthleteNumber: 14610, - BeatsPerMinute: 99, - TopSpeed: 5.4, - Registered: `2017-05-08T09:30:14-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ni.png`, - CountryName: `Nicaragua` - }), - new AthletesDataItem( - { - Id: 163, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/21.jpg`, - Position: `up`, - Name: `Pippa Roberts`, - AthleteNumber: 15588, - BeatsPerMinute: 105, - TopSpeed: 4.1, - Registered: `2017-02-07T10:23:13-02:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/kh.png`, - CountryName: `Cambodia` - }), - new AthletesDataItem( - { - Id: 164, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/51.jpg`, - Position: `current`, - Name: `Ethel Stephens`, - AthleteNumber: 18692, - BeatsPerMinute: 94, - TopSpeed: 4.1, - Registered: `2017-02-13T05:03:04-02:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ua.png`, - CountryName: `Ukraine` - }), - new AthletesDataItem( - { - Id: 165, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/79.jpg`, - Position: `down`, - Name: `Mario Ellis`, - AthleteNumber: 18026, - BeatsPerMinute: 99, - TopSpeed: 5.5, - Registered: `2017-02-13T11:53:15-02:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ml.png`, - CountryName: `Mali` - }), - new AthletesDataItem( - { - Id: 166, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/74.jpg`, - Position: `current`, - Name: `Maria Parra`, - AthleteNumber: 39861, - BeatsPerMinute: 106, - TopSpeed: 6, - Registered: `2017-01-30T09:22:52-02:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ki.png`, - CountryName: `Kiribati` - }), - new AthletesDataItem( - { - Id: 167, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/67.jpg`, - Position: `down`, - Name: `Aatu Ranta`, - AthleteNumber: 38049, - BeatsPerMinute: 94, - TopSpeed: 5.1, - Registered: `2017-07-21T04:22:18-03:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ae.png`, - CountryName: `United Arab Emirates` - }), - new AthletesDataItem( - { - Id: 167, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/62.jpg`, - Position: `current`, - Name: `Pippa Morris`, - AthleteNumber: 44421, - BeatsPerMinute: 101, - TopSpeed: 5.5, - Registered: `2017-03-06T09:21:58-02:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/tj.png`, - CountryName: `Tajikistan` - }), - new AthletesDataItem( - { - Id: 167, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/32.jpg`, - Position: `current`, - Name: `Esma Adıvar`, - AthleteNumber: 35565, - BeatsPerMinute: 99, - TopSpeed: 4.2, - Registered: `2017-06-17T12:34:29-03:00`, - TrackProgress: 75, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ph.png`, - CountryName: `Philippines` - }), - new AthletesDataItem( - { - Id: 167, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/19.jpg`, - Position: `down`, - Name: `Louis Smith`, - AthleteNumber: 31837, - BeatsPerMinute: 98, - TopSpeed: 5.4, - Registered: `2017-03-19T08:12:23-02:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/lr.png`, - CountryName: `Liberia` - }), - new AthletesDataItem( - { - Id: 167, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/81.jpg`, - Position: `down`, - Name: `Milo Charles`, - AthleteNumber: 10661, - BeatsPerMinute: 99, - TopSpeed: 5.4, - Registered: `2017-07-20T09:00:22-03:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/is.png`, - CountryName: `Iceland` - }), - new AthletesDataItem( - { - Id: 168, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/10.jpg`, - Position: `current`, - Name: `Calvin Hunt`, - AthleteNumber: 35535, - BeatsPerMinute: 94, - TopSpeed: 4.5, - Registered: `2017-11-07T09:58:42-02:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/at.png`, - CountryName: `Austria` - }), - new AthletesDataItem( - { - Id: 169, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/44.jpg`, - Position: `up`, - Name: `Aziz Santos`, - AthleteNumber: 38947, - BeatsPerMinute: 98, - TopSpeed: 4, - Registered: `2017-04-03T02:18:46-03:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/gb.png`, - CountryName: `United Kingdom` - }), - new AthletesDataItem( - { - Id: 169, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/21.jpg`, - Position: `down`, - Name: `Julian Barth`, - AthleteNumber: 19011, - BeatsPerMinute: 91, - TopSpeed: 5.2, - Registered: `2017-04-21T08:08:33-03:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/gd.png`, - CountryName: `Grenada` - }), - new AthletesDataItem( - { - Id: 170, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/60.jpg`, - Position: `up`, - Name: `Fernando Gimenez`, - AthleteNumber: 31290, - BeatsPerMinute: 102, - TopSpeed: 5.1, - Registered: `2017-06-21T06:45:54-03:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/uz.png`, - CountryName: `Uruguay` - }), - new AthletesDataItem( - { - Id: 173, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/18.jpg`, - Position: `current`, - Name: `Hassana Camp`, - AthleteNumber: 14467, - BeatsPerMinute: 104, - TopSpeed: 5.2, - Registered: `2017-06-02T12:21:59-03:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/cz.png`, - CountryName: `Czechia` - }), - new AthletesDataItem( - { - Id: 174, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/29.jpg`, - Position: `current`, - Name: `Beatriz Gallardo`, - AthleteNumber: 38538, - BeatsPerMinute: 101, - TopSpeed: 6, - Registered: `2017-11-06T02:14:31-02:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/er.png`, - CountryName: `Eritrea` - }), - new AthletesDataItem( - { - Id: 176, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/26.jpg`, - Position: `current`, - Name: `Tim Neal`, - AthleteNumber: 45860, - BeatsPerMinute: 97, - TopSpeed: 5.6, - Registered: `2017-04-21T04:06:34-03:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/pa.png`, - CountryName: `Panama` - }), - new AthletesDataItem( - { - Id: 176, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/35.jpg`, - Position: `down`, - Name: `Laudelino Castro`, - AthleteNumber: 12711, - BeatsPerMinute: 106, - TopSpeed: 4.4, - Registered: `2017-02-08T04:03:22-02:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/hr.png`, - CountryName: `Croatia` - }), - new AthletesDataItem( - { - Id: 178, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/65.jpg`, - Position: `down`, - Name: `Lillian Wade`, - AthleteNumber: 10729, - BeatsPerMinute: 110, - TopSpeed: 4.8, - Registered: `2017-04-07T09:53:13-03:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/sb.png`, - CountryName: `Solomon Islands` - }), - new AthletesDataItem( - { - Id: 180, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/90.jpg`, - Position: `up`, - Name: `Lillian Bowman`, - AthleteNumber: 35323, - BeatsPerMinute: 103, - TopSpeed: 4.5, - Registered: `2017-08-31T11:55:25-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/gy.png`, - CountryName: `Guyana` - }), - new AthletesDataItem( - { - Id: 182, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/14.jpg`, - Position: `up`, - Name: `Ariena Achterberg`, - AthleteNumber: 41330, - BeatsPerMinute: 92, - TopSpeed: 5.6, - Registered: `2017-10-22T02:15:39-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/kr.png`, - CountryName: `South Korea` - }), - new AthletesDataItem( - { - Id: 182, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/94.jpg`, - Position: `current`, - Name: `Gerald Schmidt`, - AthleteNumber: 47410, - BeatsPerMinute: 102, - TopSpeed: 5.8, - Registered: `2017-02-20T11:53:08-02:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ge.png`, - CountryName: `Georgia` - }), - new AthletesDataItem( - { - Id: 183, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/74.jpg`, - Position: `down`, - Name: `Yarno Kin`, - AthleteNumber: 47324, - BeatsPerMinute: 107, - TopSpeed: 5.1, - Registered: `2017-08-26T08:21:22-03:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ro.png`, - CountryName: `Romania` - }), - new AthletesDataItem( - { - Id: 183, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/53.jpg`, - Position: `up`, - Name: `رونیکا سلطانی نژاد`, - AthleteNumber: 35233, - BeatsPerMinute: 99, - TopSpeed: 4.6, - Registered: `2017-08-13T01:05:52-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/mk.png`, - CountryName: `Macedonia, The Former Yugoslav Republic of` - }), - new AthletesDataItem( - { - Id: 186, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/2.jpg`, - Position: `up`, - Name: `کوروش کامروا`, - AthleteNumber: 13506, - BeatsPerMinute: 109, - TopSpeed: 4.4, - Registered: `2017-04-16T01:10:37-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/nu.png`, - CountryName: `Niue` - }), - new AthletesDataItem( - { - Id: 186, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/42.jpg`, - Position: `up`, - Name: `Jimmy Bailey`, - AthleteNumber: 38510, - BeatsPerMinute: 101, - TopSpeed: 4.7, - Registered: `2017-06-30T04:13:42-03:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/cr.png`, - CountryName: `Costa Rica` - }), - new AthletesDataItem( - { - Id: 188, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/3.jpg`, - Position: `current`, - Name: `Foppe Delfos`, - AthleteNumber: 39679, - BeatsPerMinute: 107, - TopSpeed: 4.1, - Registered: `2017-08-05T10:54:56-03:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/py.png`, - CountryName: `Paraguay` - }), - new AthletesDataItem( - { - Id: 188, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/81.jpg`, - Position: `down`, - Name: `آراد یاسمی`, - AthleteNumber: 34370, - BeatsPerMinute: 99, - TopSpeed: 5.9, - Registered: `2017-02-02T11:42:41-02:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/mu.png`, - CountryName: `Mauritius` - }), - new AthletesDataItem( - { - Id: 188, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/45.jpg`, - Position: `down`, - Name: `Ceylan Duygulu`, - AthleteNumber: 21527, - BeatsPerMinute: 99, - TopSpeed: 4.9, - Registered: `2017-07-13T09:06:04-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/dm.png`, - CountryName: `Dominica` - }), - new AthletesDataItem( - { - Id: 190, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/2.jpg`, - Position: `current`, - Name: `Venla Korpela`, - AthleteNumber: 16454, - BeatsPerMinute: 92, - TopSpeed: 4.1, - Registered: `2017-08-22T10:36:38-03:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/hu.png`, - CountryName: `Hungary` - }), - new AthletesDataItem( - { - Id: 190, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/53.jpg`, - Position: `current`, - Name: `Gladys Van Der Steeg`, - AthleteNumber: 20216, - BeatsPerMinute: 94, - TopSpeed: 4.3, - Registered: `2017-10-09T02:01:16-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/de.png`, - CountryName: `Germany` - }), - new AthletesDataItem( - { - Id: 190, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/44.jpg`, - Position: `current`, - Name: `Kiara Dubois`, - AthleteNumber: 49964, - BeatsPerMinute: 97, - TopSpeed: 5.6, - Registered: `2017-09-28T04:37:56-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/au.png`, - CountryName: `Australia` - }), - new AthletesDataItem( - { - Id: 191, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/42.jpg`, - Position: `current`, - Name: `آرش احمدی`, - AthleteNumber: 36948, - BeatsPerMinute: 90, - TopSpeed: 4.1, - Registered: `2017-09-08T01:22:14-03:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/np.png`, - CountryName: `Nepal` - }), - new AthletesDataItem( - { - Id: 191, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/13.jpg`, - Position: `up`, - Name: `Sheryl Collins`, - AthleteNumber: 36473, - BeatsPerMinute: 98, - TopSpeed: 4.2, - Registered: `2017-03-23T12:54:35-02:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ke.png`, - CountryName: `Kenya` - }), - new AthletesDataItem( - { - Id: 191, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/72.jpg`, - Position: `up`, - Name: `Clarisse Rey`, - AthleteNumber: 29795, - BeatsPerMinute: 98, - TopSpeed: 4.9, - Registered: `2017-06-09T08:07:19-03:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ba.png`, - CountryName: `Bosnia and Herzegovina` - }), - new AthletesDataItem( - { - Id: 192, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/44.jpg`, - Position: `down`, - Name: `Viivi Kujala`, - AthleteNumber: 29939, - BeatsPerMinute: 93, - TopSpeed: 4.1, - Registered: `2017-05-03T02:40:05-03:00`, - TrackProgress: 75, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/so.png`, - CountryName: `Somalia` - }), - new AthletesDataItem( - { - Id: 193, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/9.jpg`, - Position: `down`, - Name: `Juanita Franklin`, - AthleteNumber: 13907, - BeatsPerMinute: 91, - TopSpeed: 6, - Registered: `2017-10-04T02:46:46-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/vu.png`, - CountryName: `Vanuatu` - }), - new AthletesDataItem( - { - Id: 193, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/59.jpg`, - Position: `down`, - Name: `Sophia Carlson`, - AthleteNumber: 44183, - BeatsPerMinute: 102, - TopSpeed: 5.1, - Registered: `2017-09-04T07:03:19-03:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ee.png`, - CountryName: `Estonia` - }), - new AthletesDataItem( - { - Id: 194, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/62.jpg`, - Position: `up`, - Name: `آوا سلطانی نژاد`, - AthleteNumber: 45635, - BeatsPerMinute: 98, - TopSpeed: 4.1, - Registered: `2017-04-10T11:39:46-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/se.png`, - CountryName: `Sweden` - }), - new AthletesDataItem( - { - Id: 194, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/11.jpg`, - Position: `down`, - Name: `Kaya Taşlı`, - AthleteNumber: 42291, - BeatsPerMinute: 100, - TopSpeed: 4.7, - Registered: `2017-01-30T03:23:36-02:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/sn.png`, - CountryName: `Senegal` - }), - new AthletesDataItem( - { - Id: 194, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/71.jpg`, - Position: `down`, - Name: `Adrian Ibañez`, - AthleteNumber: 21968, - BeatsPerMinute: 105, - TopSpeed: 5.3, - Registered: `2017-02-03T04:36:54-02:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/om.png`, - CountryName: `Oman` - }), - new AthletesDataItem( - { - Id: 196, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/17.jpg`, - Position: `current`, - Name: `Parel Zuidhof`, - AthleteNumber: 32718, - BeatsPerMinute: 105, - TopSpeed: 5, - Registered: `2017-01-21T10:19:56-02:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/jm.png`, - CountryName: `Jamaica` - }), - new AthletesDataItem( - { - Id: 196, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/30.jpg`, - Position: `up`, - Name: `Begüm Erkekli`, - AthleteNumber: 37888, - BeatsPerMinute: 104, - TopSpeed: 4.6, - Registered: `2017-10-04T03:02:35-03:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/sv.png`, - CountryName: `El Salvador` - }), - new AthletesDataItem( - { - Id: 197, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/93.jpg`, - Position: `current`, - Name: `Brent Lord`, - AthleteNumber: 20943, - BeatsPerMinute: 92, - TopSpeed: 4.8, - Registered: `2017-01-23T06:14:22-02:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/dz.png`, - CountryName: `Algeria` - }), - new AthletesDataItem( - { - Id: 199, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/68.jpg`, - Position: `up`, - Name: `Lucie Dumont`, - AthleteNumber: 12104, - BeatsPerMinute: 108, - TopSpeed: 4, - Registered: `2017-01-08T02:13:29-02:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ca.png`, - CountryName: `Canada` - }), - new AthletesDataItem( - { - Id: 210, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/13.jpg`, - Position: `down`, - Name: `Maeva Bergeron`, - AthleteNumber: 15655, - BeatsPerMinute: 94, - TopSpeed: 5.9, - Registered: `2017-10-03T09:42:15-03:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/mx.png`, - CountryName: `Mexico` - }), - new AthletesDataItem( - { - Id: 212, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/83.jpg`, - Position: `up`, - Name: `Sara Larsen`, - AthleteNumber: 37094, - BeatsPerMinute: 97, - TopSpeed: 4.5, - Registered: `2017-04-14T11:48:28-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/sa.png`, - CountryName: `Saudi Arabia` - }), - new AthletesDataItem( - { - Id: 214, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/84.jpg`, - Position: `up`, - Name: `Ömür Denkel`, - AthleteNumber: 31061, - BeatsPerMinute: 104, - TopSpeed: 4.5, - Registered: `2017-02-18T05:32:55-02:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/tv.png`, - CountryName: `Tuvalu` - }), - new AthletesDataItem( - { - Id: 215, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/79.jpg`, - Position: `down`, - Name: `Marilou Hubert`, - AthleteNumber: 43655, - BeatsPerMinute: 104, - TopSpeed: 4.2, - Registered: `2017-09-28T11:13:00-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/mm.png`, - CountryName: `Myanmar` - }), - new AthletesDataItem( - { - Id: 216, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/72.jpg`, - Position: `down`, - Name: `Felix Olsen`, - AthleteNumber: 43198, - BeatsPerMinute: 101, - TopSpeed: 4.2, - Registered: `2017-09-27T01:17:14-03:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/fr.png`, - CountryName: `France` - }), - new AthletesDataItem( - { - Id: 219, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/6.jpg`, - Position: `current`, - Name: `Sedef Tunçeri`, - AthleteNumber: 48164, - BeatsPerMinute: 108, - TopSpeed: 5.6, - Registered: `2017-03-29T11:54:15-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/bt.png`, - CountryName: `Bhutan` - }), - new AthletesDataItem( - { - Id: 221, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/73.jpg`, - Position: `down`, - Name: `Kuzey Aclan`, - AthleteNumber: 18583, - BeatsPerMinute: 102, - TopSpeed: 5.3, - Registered: `2017-09-12T09:14:14-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/td.png`, - CountryName: `Chad` - }), - new AthletesDataItem( - { - Id: 223, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/72.jpg`, - Position: `down`, - Name: `Gökhan Aşıkoğlu`, - AthleteNumber: 13890, - BeatsPerMinute: 105, - TopSpeed: 5.4, - Registered: `2017-03-31T06:14:26-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/jp.png`, - CountryName: `Japan` - }), - new AthletesDataItem( - { - Id: 224, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/0.jpg`, - Position: `down`, - Name: `Joan Ortega`, - AthleteNumber: 49478, - BeatsPerMinute: 103, - TopSpeed: 5.4, - Registered: `2017-07-04T03:01:47-03:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/gq.png`, - CountryName: `Equatorial Guinea` - }), - new AthletesDataItem( - { - Id: 225, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/42.jpg`, - Position: `up`, - Name: `Stanley Hart`, - AthleteNumber: 14150, - BeatsPerMinute: 91, - TopSpeed: 4.5, - Registered: `2017-08-19T03:02:33-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ve.png`, - CountryName: `Venezuela` - }), - new AthletesDataItem( - { - Id: 227, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/9.jpg`, - Position: `current`, - Name: `Johann Hinz`, - AthleteNumber: 48244, - BeatsPerMinute: 94, - TopSpeed: 4.3, - Registered: `2017-03-10T07:36:56-02:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/sd.png`, - CountryName: `Sudan` - }), - new AthletesDataItem( - { - Id: 227, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/61.jpg`, - Position: `up`, - Name: `Layla Douglas`, - AthleteNumber: 21977, - BeatsPerMinute: 97, - TopSpeed: 5.4, - Registered: `2017-04-19T11:43:38-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/si.png`, - CountryName: `Slovenia` - }), - new AthletesDataItem( - { - Id: 229, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/29.jpg`, - Position: `current`, - Name: `Selmo Caldeira`, - AthleteNumber: 21837, - BeatsPerMinute: 110, - TopSpeed: 4.9, - Registered: `2017-10-20T03:40:24-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ly.png`, - CountryName: `Libyan Arab Jamahiriya` - }), - new AthletesDataItem( - { - Id: 231, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/56.jpg`, - Position: `up`, - Name: `Judd Campbell`, - AthleteNumber: 37365, - BeatsPerMinute: 110, - TopSpeed: 5, - Registered: `2017-10-19T11:01:10-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/la.png`, - CountryName: `Lao PeopleS Democratic Republic` - }), - new AthletesDataItem( - { - Id: 233, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/18.jpg`, - Position: `up`, - Name: `Zackary Roy`, - AthleteNumber: 45996, - BeatsPerMinute: 92, - TopSpeed: 4.9, - Registered: `2017-07-07T03:51:26-03:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/bs.png`, - CountryName: `Bahamas` - }), - new AthletesDataItem( - { - Id: 234, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/19.jpg`, - Position: `down`, - Name: `Linda Schäfer`, - AthleteNumber: 43074, - BeatsPerMinute: 107, - TopSpeed: 5.1, - Registered: `2017-01-05T11:41:20-02:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ye.png`, - CountryName: `Yemen` - }), - new AthletesDataItem( - { - Id: 235, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/42.jpg`, - Position: `down`, - Name: `Elaine Smith`, - AthleteNumber: 38243, - BeatsPerMinute: 108, - TopSpeed: 4, - Registered: `2017-06-11T12:20:41-03:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/li.png`, - CountryName: `Liechtenstein` - }), - new AthletesDataItem( - { - Id: 237, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/86.jpg`, - Position: `down`, - Name: `Clyde Matthews`, - AthleteNumber: 11955, - BeatsPerMinute: 93, - TopSpeed: 5.2, - Registered: `2017-03-02T05:01:02-02:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/pw.png`, - CountryName: `Palau` - }), - new AthletesDataItem( - { - Id: 238, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/17.jpg`, - Position: `current`, - Name: `Charlotte Meyer`, - AthleteNumber: 21442, - BeatsPerMinute: 110, - TopSpeed: 4.6, - Registered: `2017-10-19T10:38:35-03:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ck.png`, - CountryName: `Cook Islands` - }), - new AthletesDataItem( - { - Id: 240, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/5.jpg`, - Position: `down`, - Name: `Carter Evans`, - AthleteNumber: 46961, - BeatsPerMinute: 100, - TopSpeed: 5.3, - Registered: `2017-07-23T02:43:07-03:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/lu.png`, - CountryName: `Luxembourg` - }), - new AthletesDataItem( - { - Id: 240, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/33.jpg`, - Position: `down`, - Name: `Alberto Clark`, - AthleteNumber: 29912, - BeatsPerMinute: 93, - TopSpeed: 4.6, - Registered: `2017-02-02T03:50:21-02:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ag.png`, - CountryName: `Antigua and Barbuda` - }), - new AthletesDataItem( - { - Id: 241, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/65.jpg`, - Position: `down`, - Name: `Lilly Keuter`, - AthleteNumber: 49893, - BeatsPerMinute: 102, - TopSpeed: 4.5, - Registered: `2017-01-20T02:38:39-02:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/kn.png`, - CountryName: `Saint Kitts and Nevis` - }), - new AthletesDataItem( - { - Id: 241, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/20.jpg`, - Position: `up`, - Name: `Oskari Karjala`, - AthleteNumber: 31498, - BeatsPerMinute: 90, - TopSpeed: 4.5, - Registered: `2017-05-10T12:45:12-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/fm.png`, - CountryName: `Micronesia, Federated States of` - }), - new AthletesDataItem( - { - Id: 242, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/83.jpg`, - Position: `down`, - Name: `Caitlin Jackson`, - AthleteNumber: 45472, - BeatsPerMinute: 101, - TopSpeed: 4.3, - Registered: `2017-09-17T09:41:01-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/mz.png`, - CountryName: `Mozambique` - }), - new AthletesDataItem( - { - Id: 243, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/77.jpg`, - Position: `down`, - Name: `Cathalijne Van Der Ree`, - AthleteNumber: 45160, - BeatsPerMinute: 102, - TopSpeed: 5.4, - Registered: `2017-02-13T05:23:49-02:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ug.png`, - CountryName: `Uganda` - }), - new AthletesDataItem( - { - Id: 243, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/94.jpg`, - Position: `up`, - Name: `Emma Turner`, - AthleteNumber: 39487, - BeatsPerMinute: 110, - TopSpeed: 5.7, - Registered: `2017-07-30T01:33:14-03:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/tz.png`, - CountryName: `Tanzania, United Republic of` - }), - new AthletesDataItem( - { - Id: 243, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/42.jpg`, - Position: `up`, - Name: `Kent Clark`, - AthleteNumber: 32799, - BeatsPerMinute: 106, - TopSpeed: 5.7, - Registered: `2017-01-24T01:00:15-02:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/pe.png`, - CountryName: `Peru` - }), - new AthletesDataItem( - { - Id: 246, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/55.jpg`, - Position: `current`, - Name: `Ronja Kraft`, - AthleteNumber: 21800, - BeatsPerMinute: 101, - TopSpeed: 5.3, - Registered: `2017-04-02T03:33:57-03:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/dk.png`, - CountryName: `Denmark` - }), - new AthletesDataItem( - { - Id: 251, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/34.jpg`, - Position: `down`, - Name: `Eléa Robin`, - AthleteNumber: 26742, - BeatsPerMinute: 90, - TopSpeed: 4.7, - Registered: `2017-03-30T12:34:24-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/vc.png`, - CountryName: `Saint Vincent and the Grenadines` - }), - new AthletesDataItem( - { - Id: 251, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/74.jpg`, - Position: `up`, - Name: `Alex Meyer`, - AthleteNumber: 44390, - BeatsPerMinute: 94, - TopSpeed: 4.3, - Registered: `2017-08-04T07:05:34-03:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/md.png`, - CountryName: `Moldova, Republic of` - }), - new AthletesDataItem( - { - Id: 252, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/94.jpg`, - Position: `down`, - Name: `Adérito Lopes`, - AthleteNumber: 21320, - BeatsPerMinute: 91, - TopSpeed: 5.2, - Registered: `2017-01-07T06:47:56-02:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/mh.png`, - CountryName: `Marshall Islands` - }), - new AthletesDataItem( - { - Id: 253, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/51.jpg`, - Position: `current`, - Name: `Kayla Patel`, - AthleteNumber: 42780, - BeatsPerMinute: 103, - TopSpeed: 4.7, - Registered: `2017-04-20T09:33:53-03:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ne.png`, - CountryName: `Niger` - }), - new AthletesDataItem( - { - Id: 258, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/31.jpg`, - Position: `current`, - Name: `Diego Gautier`, - AthleteNumber: 26320, - BeatsPerMinute: 97, - TopSpeed: 4.6, - Registered: `2017-06-11T03:50:43-03:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ng.png`, - CountryName: `Nigeria` - }), - new AthletesDataItem( - { - Id: 258, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/30.jpg`, - Position: `up`, - Name: `Veera Saari`, - AthleteNumber: 40408, - BeatsPerMinute: 100, - TopSpeed: 4.7, - Registered: `2017-10-28T10:39:22-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/iq.png`, - CountryName: `Iraq` - }), - new AthletesDataItem( - { - Id: 258, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/60.jpg`, - Position: `down`, - Name: `Zaina Pomp`, - AthleteNumber: 14109, - BeatsPerMinute: 90, - TopSpeed: 5.7, - Registered: `2017-09-07T11:17:40-03:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ao.png`, - CountryName: `Angola` - }), - new AthletesDataItem( - { - Id: 262, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/9.jpg`, - Position: `current`, - Name: `Anthony Harcourt`, - AthleteNumber: 33649, - BeatsPerMinute: 109, - TopSpeed: 5.5, - Registered: `2017-06-14T11:10:20-03:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/in.png`, - CountryName: `India` - }), - new AthletesDataItem( - { - Id: 262, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/43.jpg`, - Position: `current`, - Name: `Roman Smith`, - AthleteNumber: 15531, - BeatsPerMinute: 106, - TopSpeed: 4.9, - Registered: `2017-06-14T05:12:04-03:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ga.png`, - CountryName: `Gabon` - }), - new AthletesDataItem( - { - Id: 263, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/9.jpg`, - Position: `up`, - Name: `Estelle Vincent`, - AthleteNumber: 41700, - BeatsPerMinute: 99, - TopSpeed: 5.7, - Registered: `2017-05-31T02:56:58-03:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/na.png`, - CountryName: `Namibia` - }), - new AthletesDataItem( - { - Id: 265, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/47.jpg`, - Position: `current`, - Name: `Ilke Kisters`, - AthleteNumber: 23817, - BeatsPerMinute: 100, - TopSpeed: 5.9, - Registered: `2017-01-04T02:54:53-02:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ch.png`, - CountryName: `Switzerland` - }), - new AthletesDataItem( - { - Id: 265, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/9.jpg`, - Position: `down`, - Name: `Jenny Burke`, - AthleteNumber: 15266, - BeatsPerMinute: 99, - TopSpeed: 5.4, - Registered: `2017-09-11T12:20:19-03:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/my.png`, - CountryName: `Malaysia` - }), - new AthletesDataItem( - { - Id: 265, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/60.jpg`, - Position: `down`, - Name: `Keira Walker`, - AthleteNumber: 34116, - BeatsPerMinute: 94, - TopSpeed: 4.8, - Registered: `2017-01-09T05:46:07-02:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/al.png`, - CountryName: `Albania` - }), - new AthletesDataItem( - { - Id: 266, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/70.jpg`, - Position: `down`, - Name: `Moritz Braun`, - AthleteNumber: 48081, - BeatsPerMinute: 107, - TopSpeed: 6, - Registered: `2017-06-13T12:54:56-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ad.png`, - CountryName: `Andorra` - }), - new AthletesDataItem( - { - Id: 267, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/50.jpg`, - Position: `current`, - Name: `Villads Larsen`, - AthleteNumber: 44677, - BeatsPerMinute: 93, - TopSpeed: 5.7, - Registered: `2017-03-25T11:25:30-02:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/kw.png`, - CountryName: `Kuwait` - }), - new AthletesDataItem( - { - Id: 268, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/23.jpg`, - Position: `up`, - Name: `Sandro Carpentier`, - AthleteNumber: 23503, - BeatsPerMinute: 96, - TopSpeed: 5.7, - Registered: `2017-09-30T01:01:04-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/be.png`, - CountryName: `Belgium` - }), - new AthletesDataItem( - { - Id: 269, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/17.jpg`, - Position: `current`, - Name: `Emil Meißner`, - AthleteNumber: 37183, - BeatsPerMinute: 97, - TopSpeed: 4, - Registered: `2017-07-15T12:32:30-03:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/gm.png`, - CountryName: `Gambia` - }), - new AthletesDataItem( - { - Id: 270, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/14.jpg`, - Position: `up`, - Name: `Emily Olsen`, - AthleteNumber: 13887, - BeatsPerMinute: 110, - TopSpeed: 4.8, - Registered: `2017-10-03T08:01:40-03:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/cf.png`, - CountryName: `Central African Republic` - }), - new AthletesDataItem( - { - Id: 271, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/81.jpg`, - Position: `down`, - Name: `آراد جعفری`, - AthleteNumber: 34962, - BeatsPerMinute: 90, - TopSpeed: 4.8, - Registered: `2017-04-22T04:20:39-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/bi.png`, - CountryName: `Burundi` - }), - new AthletesDataItem( - { - Id: 271, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/74.jpg`, - Position: `down`, - Name: `Jimmie Mcguinness`, - AthleteNumber: 20729, - BeatsPerMinute: 90, - TopSpeed: 4.6, - Registered: `2017-10-07T06:08:00-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/bw.png`, - CountryName: `Botswana` - }), - new AthletesDataItem( - { - Id: 272, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/26.jpg`, - Position: `down`, - Name: `Sélène Roussel`, - AthleteNumber: 11261, - BeatsPerMinute: 99, - TopSpeed: 5.8, - Registered: `2017-05-10T02:18:02-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/sm.png`, - CountryName: `San Marino` - }), - new AthletesDataItem( - { - Id: 272, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/31.jpg`, - Position: `up`, - Name: `Aaron Robertson`, - AthleteNumber: 30727, - BeatsPerMinute: 95, - TopSpeed: 4.2, - Registered: `2017-08-23T09:37:40-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/id.png`, - CountryName: `Indonesia` - }), - new AthletesDataItem( - { - Id: 273, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/4.jpg`, - Position: `up`, - Name: `Afet Kumcuoğlu`, - AthleteNumber: 33454, - BeatsPerMinute: 106, - TopSpeed: 5.1, - Registered: `2017-09-16T07:05:43-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/nz.png`, - CountryName: `New Zealand` - }), - new AthletesDataItem( - { - Id: 273, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/33.jpg`, - Position: `up`, - Name: `Annabelle Besteman`, - AthleteNumber: 30560, - BeatsPerMinute: 105, - TopSpeed: 5.3, - Registered: `2017-11-11T02:04:19-02:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/kp.png`, - CountryName: `North Korea` - }), - new AthletesDataItem( - { - Id: 274, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/9.jpg`, - Position: `up`, - Name: `Minea Rantanen`, - AthleteNumber: 18835, - BeatsPerMinute: 105, - TopSpeed: 5, - Registered: `2017-01-24T07:30:43-02:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/jo.png`, - CountryName: `Jordan` - }), - new AthletesDataItem( - { - Id: 275, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/2.jpg`, - Position: `up`, - Name: `Fritz Sommer`, - AthleteNumber: 26210, - BeatsPerMinute: 99, - TopSpeed: 4.6, - Registered: `2017-09-29T03:54:57-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/lt.png`, - CountryName: `Lithuania` - }), - new AthletesDataItem( - { - Id: 275, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/88.jpg`, - Position: `down`, - Name: `Rafael Gutierrez`, - AthleteNumber: 38804, - BeatsPerMinute: 100, - TopSpeed: 5.9, - Registered: `2017-02-08T07:50:59-02:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/gn.png`, - CountryName: `Guinea` - }), - new AthletesDataItem( - { - Id: 275, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/69.jpg`, - Position: `current`, - Name: `Ellen Leppo`, - AthleteNumber: 29286, - BeatsPerMinute: 97, - TopSpeed: 5.6, - Registered: `2017-08-16T09:46:35-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/by.png`, - CountryName: `Belarus` - }), - new AthletesDataItem( - { - Id: 276, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/1.jpg`, - Position: `current`, - Name: `Encarnacion Martin`, - AthleteNumber: 40912, - BeatsPerMinute: 105, - TopSpeed: 5.5, - Registered: `2017-01-11T12:52:28-02:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/th.png`, - CountryName: `Thailand` - }), - new AthletesDataItem( - { - Id: 276, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/65.jpg`, - Position: `current`, - Name: `David Scott`, - AthleteNumber: 46997, - BeatsPerMinute: 101, - TopSpeed: 4.4, - Registered: `2017-07-25T09:23:24-03:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/pt.png`, - CountryName: `Portugal` - }), - new AthletesDataItem( - { - Id: 279, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/39.jpg`, - Position: `current`, - Name: `Ashley Romero`, - AthleteNumber: 36611, - BeatsPerMinute: 104, - TopSpeed: 5.5, - Registered: `2017-02-08T12:45:46-02:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/mn.png`, - CountryName: `Mongolia` - }), - new AthletesDataItem( - { - Id: 280, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/90.jpg`, - Position: `down`, - Name: `Cecil Nichols`, - AthleteNumber: 20656, - BeatsPerMinute: 100, - TopSpeed: 5, - Registered: `2017-04-24T01:20:34-03:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/rw.png`, - CountryName: `RWANDA` - }), - new AthletesDataItem( - { - Id: 282, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/55.jpg`, - Position: `current`, - Name: `Johann Fischer`, - AthleteNumber: 37212, - BeatsPerMinute: 98, - TopSpeed: 5.8, - Registered: `2017-09-01T04:39:52-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/br.png`, - CountryName: `Brazil` - }), - new AthletesDataItem( - { - Id: 283, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/10.jpg`, - Position: `current`, - Name: `سینا مرادی`, - AthleteNumber: 10809, - BeatsPerMinute: 105, - TopSpeed: 5.3, - Registered: `2017-04-05T05:27:13-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/bh.png`, - CountryName: `Bahrain` - }), - new AthletesDataItem( - { - Id: 284, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/12.jpg`, - Position: `current`, - Name: `Abel Brun`, - AthleteNumber: 39315, - BeatsPerMinute: 105, - TopSpeed: 5.1, - Registered: `2017-10-05T05:54:31-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/af.png`, - CountryName: `Afghanistan` - }), - new AthletesDataItem( - { - Id: 285, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/34.jpg`, - Position: `current`, - Name: `Jeffrey Medina`, - AthleteNumber: 42905, - BeatsPerMinute: 100, - TopSpeed: 5.2, - Registered: `2017-09-15T02:11:43-03:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/gr.png`, - CountryName: `Greece` - }), - new AthletesDataItem( - { - Id: 285, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/43.jpg`, - Position: `down`, - Name: `Niilo Laurila`, - AthleteNumber: 49215, - BeatsPerMinute: 104, - TopSpeed: 4.5, - Registered: `2017-04-26T01:26:36-03:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/et.png`, - CountryName: `Ethiopia` - }), - new AthletesDataItem( - { - Id: 286, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/45.jpg`, - Position: `down`, - Name: `Marisvalda Martins`, - AthleteNumber: 33879, - BeatsPerMinute: 107, - TopSpeed: 5.4, - Registered: `2017-01-31T12:07:48-02:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/es.png`, - CountryName: `Spain` - }), - new AthletesDataItem( - { - Id: 286, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/82.jpg`, - Position: `current`, - Name: `Eloida Novaes`, - AthleteNumber: 30751, - BeatsPerMinute: 107, - TopSpeed: 4.2, - Registered: `2017-01-02T01:04:04-02:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/cl.png`, - CountryName: `Chile` - }), - new AthletesDataItem( - { - Id: 287, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/72.jpg`, - Position: `up`, - Name: `Charlotte Dean`, - AthleteNumber: 45969, - BeatsPerMinute: 105, - TopSpeed: 5, - Registered: `2017-02-13T05:39:15-02:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/za.png`, - CountryName: `South Africa` - }), - new AthletesDataItem( - { - Id: 287, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/35.jpg`, - Position: `current`, - Name: `Loïc Gerard`, - AthleteNumber: 31706, - BeatsPerMinute: 102, - TopSpeed: 4.4, - Registered: `2017-07-28T09:10:43-03:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ie.png`, - CountryName: `Ireland` - }), - new AthletesDataItem( - { - Id: 292, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/4.jpg`, - Position: `down`, - Name: `Asta Hansen`, - AthleteNumber: 17222, - BeatsPerMinute: 101, - TopSpeed: 4.3, - Registered: `2017-01-08T02:41:56-02:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/kz.png`, - CountryName: `Kazakhstan` - }), - new AthletesDataItem( - { - Id: 293, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/21.jpg`, - Position: `up`, - Name: `Sara Hannula`, - AthleteNumber: 22025, - BeatsPerMinute: 102, - TopSpeed: 4.2, - Registered: `2017-10-09T11:32:13-03:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/tl.png`, - CountryName: `Timor-Leste` - }), - new AthletesDataItem( - { - Id: 293, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/90.jpg`, - Position: `current`, - Name: `Ana Bourgeois`, - AthleteNumber: 24612, - BeatsPerMinute: 110, - TopSpeed: 6, - Registered: `2017-11-02T02:17:43-02:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/sg.png`, - CountryName: `Singapore` - }), - new AthletesDataItem( - { - Id: 296, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/37.jpg`, - Position: `up`, - Name: `Thea Edwards`, - AthleteNumber: 29141, - BeatsPerMinute: 99, - TopSpeed: 5.8, - Registered: `2017-05-23T05:24:38-03:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/sl.png`, - CountryName: `Sierra Leone` - }), - new AthletesDataItem( - { - Id: 299, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/89.jpg`, - Position: `down`, - Name: `Victor Lévesque`, - AthleteNumber: 48375, - BeatsPerMinute: 110, - TopSpeed: 5.7, - Registered: `2017-11-10T11:31:44-02:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/mr.png`, - CountryName: `Mauritania` - }), - new AthletesDataItem( - { - Id: 301, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/65.jpg`, - Position: `down`, - Name: `Louis Stewart`, - AthleteNumber: 48131, - BeatsPerMinute: 103, - TopSpeed: 5.7, - Registered: `2017-02-26T07:28:02-02:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/hn.png`, - CountryName: `Honduras` - }), - new AthletesDataItem( - { - Id: 302, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/14.jpg`, - Position: `up`, - Name: `Bill Fox`, - AthleteNumber: 18511, - BeatsPerMinute: 91, - TopSpeed: 5, - Registered: `2017-10-24T08:25:40-03:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ir.png`, - CountryName: `Iran, Islamic Republic Of` - }), - new AthletesDataItem( - { - Id: 304, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/34.jpg`, - Position: `down`, - Name: `Mathys Martin`, - AthleteNumber: 32928, - BeatsPerMinute: 98, - TopSpeed: 5.5, - Registered: `2017-05-17T12:51:47-03:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/va.png`, - CountryName: `Holy See (Vatican City State)` - }), - new AthletesDataItem( - { - Id: 305, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/38.jpg`, - Position: `current`, - Name: `Gianne Godijn`, - AthleteNumber: 45945, - BeatsPerMinute: 96, - TopSpeed: 4.5, - Registered: `2017-03-22T03:23:12-02:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/it.png`, - CountryName: `Italy` - }), - new AthletesDataItem( - { - Id: 306, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/26.jpg`, - Position: `up`, - Name: `Mira Campos`, - AthleteNumber: 39222, - BeatsPerMinute: 95, - TopSpeed: 5.9, - Registered: `2017-01-11T01:41:31-02:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/am.png`, - CountryName: `Armenia` - }), - new AthletesDataItem( - { - Id: 308, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/15.jpg`, - Position: `down`, - Name: `Esther Kühn`, - AthleteNumber: 24868, - BeatsPerMinute: 92, - TopSpeed: 5.5, - Registered: `2017-05-14T12:30:08-03:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ru.png`, - CountryName: `Russian Federation` - }), - new AthletesDataItem( - { - Id: 308, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/14.jpg`, - Position: `up`, - Name: `Hans Möller`, - AthleteNumber: 34122, - BeatsPerMinute: 109, - TopSpeed: 5.6, - Registered: `2017-06-20T06:02:49-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/dj.png`, - CountryName: `Djibouti` - }), - new AthletesDataItem( - { - Id: 309, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/73.jpg`, - Position: `current`, - Name: `Alice Perry`, - AthleteNumber: 23750, - BeatsPerMinute: 104, - TopSpeed: 5.3, - Registered: `2017-03-31T07:15:46-03:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/lc.png`, - CountryName: `Saint Lucia` - }), - new AthletesDataItem( - { - Id: 310, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/92.jpg`, - Position: `up`, - Name: `Kaya Tekand`, - AthleteNumber: 11028, - BeatsPerMinute: 93, - TopSpeed: 5.2, - Registered: `2017-04-10T09:57:13-03:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/fj.png`, - CountryName: `Fiji` - }), - new AthletesDataItem( - { - Id: 311, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/92.jpg`, - Position: `down`, - Name: `Ilona Salonen`, - AthleteNumber: 27068, - BeatsPerMinute: 91, - TopSpeed: 5.4, - Registered: `2017-07-03T06:19:47-03:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/bo.png`, - CountryName: `Bolivia` - }), + new AthletesDataItem({ Id: 100, Avatar: `https://static.infragistics.com/xplatform/images/people/women/20.jpg`, Position: `current`, Name: `Alexis Walker`, AthleteNumber: 43183, BeatsPerMinute: 103, TopSpeed: 5.8, Registered: `2017-08-07T10:35:06-03:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/gh.png`, CountryName: `Ghana` }), + new AthletesDataItem({ Id: 101, Avatar: `https://static.infragistics.com/xplatform/images/people/women/71.jpg`, Position: `down`, Name: `Lavínia Silva`, AthleteNumber: 33994, BeatsPerMinute: 93, TopSpeed: 5.6, Registered: `2017-03-22T08:55:46-02:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/no.png`, CountryName: `Norway` }), + new AthletesDataItem({ Id: 105, Avatar: `https://static.infragistics.com/xplatform/images/people/men/5.jpg`, Position: `down`, Name: `Samu Hokkanen`, AthleteNumber: 22469, BeatsPerMinute: 106, TopSpeed: 5.5, Registered: `2017-06-29T04:58:27-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/az.png`, CountryName: `Azerbaijan` }), + new AthletesDataItem({ Id: 107, Avatar: `https://static.infragistics.com/xplatform/images/people/women/92.jpg`, Position: `down`, Name: `Megan Webb`, AthleteNumber: 30713, BeatsPerMinute: 93, TopSpeed: 5.6, Registered: `2017-08-20T09:26:51-03:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/mt.png`, CountryName: `Malta` }), + new AthletesDataItem({ Id: 107, Avatar: `https://static.infragistics.com/xplatform/images/people/men/33.jpg`, Position: `up`, Name: `Pedro Marquez`, AthleteNumber: 16169, BeatsPerMinute: 97, TopSpeed: 5.4, Registered: `2017-11-11T05:14:31-02:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/mw.png`, CountryName: `Malawi` }), + new AthletesDataItem({ Id: 108, Avatar: `https://static.infragistics.com/xplatform/images/people/men/31.jpg`, Position: `up`, Name: `Noah Bergeron`, AthleteNumber: 35139, BeatsPerMinute: 110, TopSpeed: 5.6, Registered: `2017-06-23T01:21:21-03:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ci.png`, CountryName: `Cote DIvoire` }), + new AthletesDataItem({ Id: 110, Avatar: `https://static.infragistics.com/xplatform/images/people/women/15.jpg`, Position: `current`, Name: `Annabell Brand`, AthleteNumber: 39233, BeatsPerMinute: 93, TopSpeed: 5.7, Registered: `2017-03-01T12:21:24-02:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/pg.png`, CountryName: `Papua New Guinea` }), + new AthletesDataItem({ Id: 110, Avatar: `https://static.infragistics.com/xplatform/images/people/women/13.jpg`, Position: `current`, Name: `Özsu Keçeci`, AthleteNumber: 29403, BeatsPerMinute: 106, TopSpeed: 4.2, Registered: `2017-01-19T11:34:13-02:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/lv.png`, CountryName: `Latvia` }), + new AthletesDataItem({ Id: 110, Avatar: `https://static.infragistics.com/xplatform/images/people/women/26.jpg`, Position: `down`, Name: `Emilie Morin`, AthleteNumber: 26164, BeatsPerMinute: 98, TopSpeed: 4.9, Registered: `2017-02-01T04:18:19-02:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/kg.png`, CountryName: `Kyrgyzstan` }), + new AthletesDataItem({ Id: 111, Avatar: `https://static.infragistics.com/xplatform/images/people/men/23.jpg`, Position: `up`, Name: `Connor Green`, AthleteNumber: 44716, BeatsPerMinute: 95, TopSpeed: 4.4, Registered: `2017-06-30T11:23:25-03:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/bb.png`, CountryName: `Barbados` }), + new AthletesDataItem({ Id: 112, Avatar: `https://static.infragistics.com/xplatform/images/people/women/53.jpg`, Position: `down`, Name: `Karen Shaw`, AthleteNumber: 31048, BeatsPerMinute: 107, TopSpeed: 5.7, Registered: `2017-05-15T09:25:03-03:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ec.png`, CountryName: `Ecuador` }), + new AthletesDataItem({ Id: 113, Avatar: `https://static.infragistics.com/xplatform/images/people/women/36.jpg`, Position: `current`, Name: `Marialba Nascimento`, AthleteNumber: 47061, BeatsPerMinute: 108, TopSpeed: 5.2, Registered: `2017-09-19T05:47:21-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/tn.png`, CountryName: `Tunisia` }), + new AthletesDataItem({ Id: 113, Avatar: `https://static.infragistics.com/xplatform/images/people/men/37.jpg`, Position: `current`, Name: `Nick Naumann`, AthleteNumber: 25566, BeatsPerMinute: 109, TopSpeed: 5.9, Registered: `2017-07-12T09:01:11-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/sz.png`, CountryName: `Swaziland` }), + new AthletesDataItem({ Id: 116, Avatar: `https://static.infragistics.com/xplatform/images/people/women/1.jpg`, Position: `down`, Name: `Sevcan Kollen`, AthleteNumber: 13728, BeatsPerMinute: 104, TopSpeed: 5.3, Registered: `2017-09-08T08:29:08-03:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/gt.png`, CountryName: `Guatemala` }), + new AthletesDataItem({ Id: 121, Avatar: `https://static.infragistics.com/xplatform/images/people/men/48.jpg`, Position: `current`, Name: `Väinö Salmi`, AthleteNumber: 29839, BeatsPerMinute: 107, TopSpeed: 5.5, Registered: `2017-10-21T05:57:02-03:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/gw.png`, CountryName: `Guinea-Bissau` }), + new AthletesDataItem({ Id: 121, Avatar: `https://static.infragistics.com/xplatform/images/people/men/31.jpg`, Position: `down`, Name: `Ivan Ivanov`, AthleteNumber: 11054, BeatsPerMinute: 108, TopSpeed: 5.7, Registered: `2017-04-18T08:03:01-03:00`, TrackProgress: 75, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/bg.png`, CountryName: `Bulgaria` }), + new AthletesDataItem({ Id: 121, Avatar: `https://static.infragistics.com/xplatform/images/people/men/45.jpg`, Position: `current`, Name: `Maurice Lambert`, AthleteNumber: 17443, BeatsPerMinute: 96, TopSpeed: 5.6, Registered: `2017-06-05T08:19:32-03:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/bd.png`, CountryName: `Bangladesh` }), + new AthletesDataItem({ Id: 122, Avatar: `https://static.infragistics.com/xplatform/images/people/women/71.jpg`, Position: `down`, Name: `Natalie Conrad`, AthleteNumber: 42602, BeatsPerMinute: 108, TopSpeed: 6, Registered: `2017-03-18T06:35:44-02:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/tt.png`, CountryName: `Trinidad and Tobago` }), + new AthletesDataItem({ Id: 122, Avatar: `https://static.infragistics.com/xplatform/images/people/men/57.jpg`, Position: `down`, Name: `Jack Jean-baptiste`, AthleteNumber: 40427, BeatsPerMinute: 110, TopSpeed: 4.3, Registered: `2017-11-09T08:50:06-02:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/cm.png`, CountryName: `Cameroon` }), + new AthletesDataItem({ Id: 123, Avatar: `https://static.infragistics.com/xplatform/images/people/women/19.jpg`, Position: `down`, Name: `Flora Perez`, AthleteNumber: 23907, BeatsPerMinute: 102, TopSpeed: 5.8, Registered: `2017-04-12T04:16:56-03:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/pl.png`, CountryName: `Poland` }), + new AthletesDataItem({ Id: 123, Avatar: `https://static.infragistics.com/xplatform/images/people/women/12.jpg`, Position: `up`, Name: `آنیتا كامياران`, AthleteNumber: 18980, BeatsPerMinute: 90, TopSpeed: 4.5, Registered: `2017-07-21T06:42:59-03:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/lb.png`, CountryName: `Lebanon` }), + new AthletesDataItem({ Id: 123, Avatar: `https://static.infragistics.com/xplatform/images/people/men/31.jpg`, Position: `current`, Name: `Eeli Makinen`, AthleteNumber: 45296, BeatsPerMinute: 106, TopSpeed: 5.2, Registered: `2017-01-06T09:58:02-02:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/fi.png`, CountryName: `Finland` }), + new AthletesDataItem({ Id: 124, Avatar: `https://static.infragistics.com/xplatform/images/people/men/98.jpg`, Position: `down`, Name: `Mathieu Mathieu`, AthleteNumber: 10555, BeatsPerMinute: 101, TopSpeed: 5.2, Registered: `2017-01-05T07:28:11-02:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/uz.png`, CountryName: `Uzbekistan` }), + new AthletesDataItem({ Id: 124, Avatar: `https://static.infragistics.com/xplatform/images/people/women/19.jpg`, Position: `current`, Name: `Marie Poulsen`, AthleteNumber: 44113, BeatsPerMinute: 109, TopSpeed: 4.7, Registered: `2017-04-15T10:25:21-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ma.png`, CountryName: `Morocco` }), + new AthletesDataItem({ Id: 125, Avatar: `https://static.infragistics.com/xplatform/images/people/women/16.jpg`, Position: `current`, Name: `Altiva Alves`, AthleteNumber: 31850, BeatsPerMinute: 106, TopSpeed: 5.1, Registered: `2017-11-09T02:43:54-02:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/km.png`, CountryName: `Comoros` }), + new AthletesDataItem({ Id: 127, Avatar: `https://static.infragistics.com/xplatform/images/people/men/52.jpg`, Position: `down`, Name: `Gerardo Soto`, AthleteNumber: 22958, BeatsPerMinute: 90, TopSpeed: 5, Registered: `2017-06-04T12:52:03-03:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/co.png`, CountryName: `Colombia` }), + new AthletesDataItem({ Id: 128, Avatar: `https://static.infragistics.com/xplatform/images/people/women/52.jpg`, Position: `up`, Name: `Sophie Lewis`, AthleteNumber: 46222, BeatsPerMinute: 106, TopSpeed: 4.4, Registered: `2017-02-20T09:42:07-02:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/mc.png`, CountryName: `Monaco` }), + new AthletesDataItem({ Id: 129, Avatar: `https://static.infragistics.com/xplatform/images/people/women/34.jpg`, Position: `up`, Name: `Ella Hansen`, AthleteNumber: 27075, BeatsPerMinute: 101, TopSpeed: 5.1, Registered: `2017-01-05T10:12:42-02:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/lk.png`, CountryName: `Sri Lanka` }), + new AthletesDataItem({ Id: 130, Avatar: `https://static.infragistics.com/xplatform/images/people/men/94.jpg`, Position: `up`, Name: `Adem Özdoğan`, AthleteNumber: 45143, BeatsPerMinute: 90, TopSpeed: 5.5, Registered: `2017-02-16T07:11:52-02:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/tm.png`, CountryName: `Turkmenistan` }), + new AthletesDataItem({ Id: 130, Avatar: `https://static.infragistics.com/xplatform/images/people/women/24.jpg`, Position: `down`, Name: `آوا احمدی`, AthleteNumber: 44347, BeatsPerMinute: 110, TopSpeed: 4.1, Registered: `2017-06-04T09:04:31-03:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/cn.png`, CountryName: `China` }), + new AthletesDataItem({ Id: 131, Avatar: `https://static.infragistics.com/xplatform/images/people/women/61.jpg`, Position: `current`, Name: `Eliza Bishop`, AthleteNumber: 31774, BeatsPerMinute: 96, TopSpeed: 4.7, Registered: `2017-09-22T11:49:02-03:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/eh.png`, CountryName: `Western Sahara` }), + new AthletesDataItem({ Id: 131, Avatar: `https://static.infragistics.com/xplatform/images/people/women/61.jpg`, Position: `down`, Name: `Veronika Huber`, AthleteNumber: 18146, BeatsPerMinute: 103, TopSpeed: 5.2, Registered: `2017-07-13T02:23:56-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/to.png`, CountryName: `Tonga` }), + new AthletesDataItem({ Id: 134, Avatar: `https://static.infragistics.com/xplatform/images/people/women/66.jpg`, Position: `down`, Name: `Anni Waisanen`, AthleteNumber: 32133, BeatsPerMinute: 99, TopSpeed: 5, Registered: `2017-08-17T01:35:09-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/do.png`, CountryName: `Dominican Republic` }), + new AthletesDataItem({ Id: 135, Avatar: `https://static.infragistics.com/xplatform/images/people/men/84.jpg`, Position: `down`, Name: `Darryl Douglas`, AthleteNumber: 35826, BeatsPerMinute: 96, TopSpeed: 4.6, Registered: `2017-07-20T11:45:52-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/tr.png`, CountryName: `Turkey` }), + new AthletesDataItem({ Id: 136, Avatar: `https://static.infragistics.com/xplatform/images/people/women/10.jpg`, Position: `down`, Name: `Elaine Matthews`, AthleteNumber: 38574, BeatsPerMinute: 110, TopSpeed: 5.5, Registered: `2017-01-26T11:50:00-02:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/cv.png`, CountryName: `Cape Verde` }), + new AthletesDataItem({ Id: 137, Avatar: `https://static.infragistics.com/xplatform/images/people/women/75.jpg`, Position: `up`, Name: `Gloria Caballero`, AthleteNumber: 43379, BeatsPerMinute: 103, TopSpeed: 4.3, Registered: `2017-08-10T08:27:45-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/il.png`, CountryName: `Israel` }), + new AthletesDataItem({ Id: 137, Avatar: `https://static.infragistics.com/xplatform/images/people/men/80.jpg`, Position: `down`, Name: `Lance Dunn`, AthleteNumber: 10113, BeatsPerMinute: 94, TopSpeed: 4.5, Registered: `2017-03-13T10:51:36-02:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/cy.png`, CountryName: `Cyprus` }), + new AthletesDataItem({ Id: 138, Avatar: `https://static.infragistics.com/xplatform/images/people/men/31.jpg`, Position: `down`, Name: `Antoine Mackay`, AthleteNumber: 34547, BeatsPerMinute: 104, TopSpeed: 5, Registered: `2017-08-22T09:11:37-03:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ls.png`, CountryName: `Lesotho` }), + new AthletesDataItem({ Id: 138, Avatar: `https://static.infragistics.com/xplatform/images/people/men/78.jpg`, Position: `current`, Name: `Oscar Calvo`, AthleteNumber: 45078, BeatsPerMinute: 109, TopSpeed: 4.3, Registered: `2017-06-19T10:57:42-03:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/cu.png`, CountryName: `Cuba` }), + new AthletesDataItem({ Id: 138, Avatar: `https://static.infragistics.com/xplatform/images/people/men/38.jpg`, Position: `current`, Name: `Derrick Price`, AthleteNumber: 19792, BeatsPerMinute: 94, TopSpeed: 5.6, Registered: `2017-03-19T01:10:55-02:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ar.png`, CountryName: `Argentina` }), + new AthletesDataItem({ Id: 139, Avatar: `https://static.infragistics.com/xplatform/images/people/women/28.jpg`, Position: `current`, Name: `Annabell Barth`, AthleteNumber: 41130, BeatsPerMinute: 103, TopSpeed: 5, Registered: `2017-08-24T11:58:56-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ht.png`, CountryName: `Haiti` }), + new AthletesDataItem({ Id: 141, Avatar: `https://static.infragistics.com/xplatform/images/people/men/15.jpg`, Position: `current`, Name: `Miro Korpela`, AthleteNumber: 40544, BeatsPerMinute: 104, TopSpeed: 5.3, Registered: `2017-01-10T07:12:44-02:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/nl.png`, CountryName: `Netherlands` }), + new AthletesDataItem({ Id: 142, Avatar: `https://static.infragistics.com/xplatform/images/people/women/63.jpg`, Position: `current`, Name: `Nicoline Thomsen`, AthleteNumber: 36778, BeatsPerMinute: 99, TopSpeed: 5.5, Registered: `2017-03-26T10:04:29-03:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/bj.png`, CountryName: `Benin` }), + new AthletesDataItem({ Id: 143, Avatar: `https://static.infragistics.com/xplatform/images/people/men/38.jpg`, Position: `up`, Name: `رضا کوتی`, AthleteNumber: 13640, BeatsPerMinute: 103, TopSpeed: 4.2, Registered: `2017-04-30T02:34:29-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/pk.png`, CountryName: `Pakistan` }), + new AthletesDataItem({ Id: 144, Avatar: `https://static.infragistics.com/xplatform/images/people/women/57.jpg`, Position: `down`, Name: `Milja Leino`, AthleteNumber: 33563, BeatsPerMinute: 110, TopSpeed: 4.1, Registered: `2017-11-01T10:34:07-02:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/bf.png`, CountryName: `Burkina Faso` }), + new AthletesDataItem({ Id: 147, Avatar: `https://static.infragistics.com/xplatform/images/people/men/8.jpg`, Position: `down`, Name: `میلاد یاسمی`, AthleteNumber: 44023, BeatsPerMinute: 104, TopSpeed: 5.2, Registered: `2017-06-10T04:11:01-03:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/tg.png`, CountryName: `Togo` }), + new AthletesDataItem({ Id: 150, Avatar: `https://static.infragistics.com/xplatform/images/people/men/52.jpg`, Position: `up`, Name: `Gustav Petersen`, AthleteNumber: 20984, BeatsPerMinute: 107, TopSpeed: 4.6, Registered: `2017-01-01T07:40:19-02:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/bz.png`, CountryName: `Belize` }), + new AthletesDataItem({ Id: 151, Avatar: `https://static.infragistics.com/xplatform/images/people/women/88.jpg`, Position: `current`, Name: `Charlotte Mills`, AthleteNumber: 49829, BeatsPerMinute: 92, TopSpeed: 5.3, Registered: `2017-05-10T04:33:10-03:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/mg.png`, CountryName: `Madagascar` }), + new AthletesDataItem({ Id: 154, Avatar: `https://static.infragistics.com/xplatform/images/people/women/54.jpg`, Position: `down`, Name: `Rhonda Simmmons`, AthleteNumber: 37139, BeatsPerMinute: 96, TopSpeed: 5.1, Registered: `2017-07-03T05:39:45-03:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/nr.png`, CountryName: `Nauru` }), + new AthletesDataItem({ Id: 155, Avatar: `https://static.infragistics.com/xplatform/images/people/men/82.jpg`, Position: `up`, Name: `Justin Philippe`, AthleteNumber: 12858, BeatsPerMinute: 104, TopSpeed: 5.7, Registered: `2017-03-16T02:00:35-02:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/mv.png`, CountryName: `Maldives` }), + new AthletesDataItem({ Id: 159, Avatar: `https://static.infragistics.com/xplatform/images/people/women/66.jpg`, Position: `up`, Name: `Eva Dean`, AthleteNumber: 48874, BeatsPerMinute: 103, TopSpeed: 5.7, Registered: `2017-03-04T01:58:52-02:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/st.png`, CountryName: `Sao Tome and Principe` }), + new AthletesDataItem({ Id: 161, Avatar: `https://static.infragistics.com/xplatform/images/people/men/89.jpg`, Position: `up`, Name: `Franklin Byrd`, AthleteNumber: 49498, BeatsPerMinute: 106, TopSpeed: 5.3, Registered: `2017-11-04T11:09:26-02:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/tw.png`, CountryName: `Taiwan, Province of China` }), + new AthletesDataItem({ Id: 161, Avatar: `https://static.infragistics.com/xplatform/images/people/men/38.jpg`, Position: `current`, Name: `Alex Martin`, AthleteNumber: 27887, BeatsPerMinute: 96, TopSpeed: 4.2, Registered: `2017-10-28T04:06:33-03:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/eg.png`, CountryName: `Egypt` }), + new AthletesDataItem({ Id: 162, Avatar: `https://static.infragistics.com/xplatform/images/people/women/0.jpg`, Position: `current`, Name: `Alex Craig`, AthleteNumber: 21868, BeatsPerMinute: 94, TopSpeed: 4.2, Registered: `2017-03-19T10:20:51-02:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/sy.png`, CountryName: `Syrian Arab Republic` }), + new AthletesDataItem({ Id: 162, Avatar: `https://static.infragistics.com/xplatform/images/people/men/5.jpg`, Position: `down`, Name: `Adam Bouchard`, AthleteNumber: 38672, BeatsPerMinute: 99, TopSpeed: 4.7, Registered: `2017-01-04T03:04:05-02:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/sc.png`, CountryName: `Seychelles` }), + new AthletesDataItem({ Id: 163, Avatar: `https://static.infragistics.com/xplatform/images/people/men/70.jpg`, Position: `down`, Name: `میلاد قاسمی`, AthleteNumber: 12788, BeatsPerMinute: 101, TopSpeed: 4.1, Registered: `2017-03-01T07:51:17-02:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ws.png`, CountryName: `Samoa` }), + new AthletesDataItem({ Id: 163, Avatar: `https://static.infragistics.com/xplatform/images/people/women/52.jpg`, Position: `up`, Name: `Millie Cooper`, AthleteNumber: 14610, BeatsPerMinute: 99, TopSpeed: 5.4, Registered: `2017-05-08T09:30:14-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ni.png`, CountryName: `Nicaragua` }), + new AthletesDataItem({ Id: 163, Avatar: `https://static.infragistics.com/xplatform/images/people/women/21.jpg`, Position: `up`, Name: `Pippa Roberts`, AthleteNumber: 15588, BeatsPerMinute: 105, TopSpeed: 4.1, Registered: `2017-02-07T10:23:13-02:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/kh.png`, CountryName: `Cambodia` }), + new AthletesDataItem({ Id: 164, Avatar: `https://static.infragistics.com/xplatform/images/people/women/51.jpg`, Position: `current`, Name: `Ethel Stephens`, AthleteNumber: 18692, BeatsPerMinute: 94, TopSpeed: 4.1, Registered: `2017-02-13T05:03:04-02:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ua.png`, CountryName: `Ukraine` }), + new AthletesDataItem({ Id: 165, Avatar: `https://static.infragistics.com/xplatform/images/people/men/79.jpg`, Position: `down`, Name: `Mario Ellis`, AthleteNumber: 18026, BeatsPerMinute: 99, TopSpeed: 5.5, Registered: `2017-02-13T11:53:15-02:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ml.png`, CountryName: `Mali` }), + new AthletesDataItem({ Id: 166, Avatar: `https://static.infragistics.com/xplatform/images/people/women/74.jpg`, Position: `current`, Name: `Maria Parra`, AthleteNumber: 39861, BeatsPerMinute: 106, TopSpeed: 6, Registered: `2017-01-30T09:22:52-02:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ki.png`, CountryName: `Kiribati` }), + new AthletesDataItem({ Id: 167, Avatar: `https://static.infragistics.com/xplatform/images/people/men/67.jpg`, Position: `down`, Name: `Aatu Ranta`, AthleteNumber: 38049, BeatsPerMinute: 94, TopSpeed: 5.1, Registered: `2017-07-21T04:22:18-03:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ae.png`, CountryName: `United Arab Emirates` }), + new AthletesDataItem({ Id: 167, Avatar: `https://static.infragistics.com/xplatform/images/people/women/62.jpg`, Position: `current`, Name: `Pippa Morris`, AthleteNumber: 44421, BeatsPerMinute: 101, TopSpeed: 5.5, Registered: `2017-03-06T09:21:58-02:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/tj.png`, CountryName: `Tajikistan` }), + new AthletesDataItem({ Id: 167, Avatar: `https://static.infragistics.com/xplatform/images/people/women/32.jpg`, Position: `current`, Name: `Esma Adıvar`, AthleteNumber: 35565, BeatsPerMinute: 99, TopSpeed: 4.2, Registered: `2017-06-17T12:34:29-03:00`, TrackProgress: 75, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ph.png`, CountryName: `Philippines` }), + new AthletesDataItem({ Id: 167, Avatar: `https://static.infragistics.com/xplatform/images/people/men/19.jpg`, Position: `down`, Name: `Louis Smith`, AthleteNumber: 31837, BeatsPerMinute: 98, TopSpeed: 5.4, Registered: `2017-03-19T08:12:23-02:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/lr.png`, CountryName: `Liberia` }), + new AthletesDataItem({ Id: 167, Avatar: `https://static.infragistics.com/xplatform/images/people/men/81.jpg`, Position: `down`, Name: `Milo Charles`, AthleteNumber: 10661, BeatsPerMinute: 99, TopSpeed: 5.4, Registered: `2017-07-20T09:00:22-03:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/is.png`, CountryName: `Iceland` }), + new AthletesDataItem({ Id: 168, Avatar: `https://static.infragistics.com/xplatform/images/people/men/10.jpg`, Position: `current`, Name: `Calvin Hunt`, AthleteNumber: 35535, BeatsPerMinute: 94, TopSpeed: 4.5, Registered: `2017-11-07T09:58:42-02:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/at.png`, CountryName: `Austria` }), + new AthletesDataItem({ Id: 169, Avatar: `https://static.infragistics.com/xplatform/images/people/men/44.jpg`, Position: `up`, Name: `Aziz Santos`, AthleteNumber: 38947, BeatsPerMinute: 98, TopSpeed: 4, Registered: `2017-04-03T02:18:46-03:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/gb.png`, CountryName: `United Kingdom` }), + new AthletesDataItem({ Id: 169, Avatar: `https://static.infragistics.com/xplatform/images/people/men/21.jpg`, Position: `down`, Name: `Julian Barth`, AthleteNumber: 19011, BeatsPerMinute: 91, TopSpeed: 5.2, Registered: `2017-04-21T08:08:33-03:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/gd.png`, CountryName: `Grenada` }), + new AthletesDataItem({ Id: 170, Avatar: `https://static.infragistics.com/xplatform/images/people/men/60.jpg`, Position: `up`, Name: `Fernando Gimenez`, AthleteNumber: 31290, BeatsPerMinute: 102, TopSpeed: 5.1, Registered: `2017-06-21T06:45:54-03:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/uz.png`, CountryName: `Uruguay` }), + new AthletesDataItem({ Id: 173, Avatar: `https://static.infragistics.com/xplatform/images/people/women/18.jpg`, Position: `current`, Name: `Hassana Camp`, AthleteNumber: 14467, BeatsPerMinute: 104, TopSpeed: 5.2, Registered: `2017-06-02T12:21:59-03:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/cz.png`, CountryName: `Czechia` }), + new AthletesDataItem({ Id: 174, Avatar: `https://static.infragistics.com/xplatform/images/people/women/29.jpg`, Position: `current`, Name: `Beatriz Gallardo`, AthleteNumber: 38538, BeatsPerMinute: 101, TopSpeed: 6, Registered: `2017-11-06T02:14:31-02:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/er.png`, CountryName: `Eritrea` }), + new AthletesDataItem({ Id: 176, Avatar: `https://static.infragistics.com/xplatform/images/people/men/26.jpg`, Position: `current`, Name: `Tim Neal`, AthleteNumber: 45860, BeatsPerMinute: 97, TopSpeed: 5.6, Registered: `2017-04-21T04:06:34-03:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/pa.png`, CountryName: `Panama` }), + new AthletesDataItem({ Id: 176, Avatar: `https://static.infragistics.com/xplatform/images/people/men/35.jpg`, Position: `down`, Name: `Laudelino Castro`, AthleteNumber: 12711, BeatsPerMinute: 106, TopSpeed: 4.4, Registered: `2017-02-08T04:03:22-02:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/hr.png`, CountryName: `Croatia` }), + new AthletesDataItem({ Id: 178, Avatar: `https://static.infragistics.com/xplatform/images/people/women/65.jpg`, Position: `down`, Name: `Lillian Wade`, AthleteNumber: 10729, BeatsPerMinute: 110, TopSpeed: 4.8, Registered: `2017-04-07T09:53:13-03:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/sb.png`, CountryName: `Solomon Islands` }), + new AthletesDataItem({ Id: 180, Avatar: `https://static.infragistics.com/xplatform/images/people/women/90.jpg`, Position: `up`, Name: `Lillian Bowman`, AthleteNumber: 35323, BeatsPerMinute: 103, TopSpeed: 4.5, Registered: `2017-08-31T11:55:25-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/gy.png`, CountryName: `Guyana` }), + new AthletesDataItem({ Id: 182, Avatar: `https://static.infragistics.com/xplatform/images/people/women/14.jpg`, Position: `up`, Name: `Ariena Achterberg`, AthleteNumber: 41330, BeatsPerMinute: 92, TopSpeed: 5.6, Registered: `2017-10-22T02:15:39-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/kr.png`, CountryName: `South Korea` }), + new AthletesDataItem({ Id: 182, Avatar: `https://static.infragistics.com/xplatform/images/people/men/94.jpg`, Position: `current`, Name: `Gerald Schmidt`, AthleteNumber: 47410, BeatsPerMinute: 102, TopSpeed: 5.8, Registered: `2017-02-20T11:53:08-02:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ge.png`, CountryName: `Georgia` }), + new AthletesDataItem({ Id: 183, Avatar: `https://static.infragistics.com/xplatform/images/people/men/74.jpg`, Position: `down`, Name: `Yarno Kin`, AthleteNumber: 47324, BeatsPerMinute: 107, TopSpeed: 5.1, Registered: `2017-08-26T08:21:22-03:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ro.png`, CountryName: `Romania` }), + new AthletesDataItem({ Id: 183, Avatar: `https://static.infragistics.com/xplatform/images/people/women/53.jpg`, Position: `up`, Name: `رونیکا سلطانی نژاد`, AthleteNumber: 35233, BeatsPerMinute: 99, TopSpeed: 4.6, Registered: `2017-08-13T01:05:52-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/mk.png`, CountryName: `Macedonia, The Former Yugoslav Republic of` }), + new AthletesDataItem({ Id: 186, Avatar: `https://static.infragistics.com/xplatform/images/people/men/2.jpg`, Position: `up`, Name: `کوروش کامروا`, AthleteNumber: 13506, BeatsPerMinute: 109, TopSpeed: 4.4, Registered: `2017-04-16T01:10:37-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/nu.png`, CountryName: `Niue` }), + new AthletesDataItem({ Id: 186, Avatar: `https://static.infragistics.com/xplatform/images/people/men/42.jpg`, Position: `up`, Name: `Jimmy Bailey`, AthleteNumber: 38510, BeatsPerMinute: 101, TopSpeed: 4.7, Registered: `2017-06-30T04:13:42-03:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/cr.png`, CountryName: `Costa Rica` }), + new AthletesDataItem({ Id: 188, Avatar: `https://static.infragistics.com/xplatform/images/people/men/3.jpg`, Position: `current`, Name: `Foppe Delfos`, AthleteNumber: 39679, BeatsPerMinute: 107, TopSpeed: 4.1, Registered: `2017-08-05T10:54:56-03:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/py.png`, CountryName: `Paraguay` }), + new AthletesDataItem({ Id: 188, Avatar: `https://static.infragistics.com/xplatform/images/people/men/81.jpg`, Position: `down`, Name: `آراد یاسمی`, AthleteNumber: 34370, BeatsPerMinute: 99, TopSpeed: 5.9, Registered: `2017-02-02T11:42:41-02:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/mu.png`, CountryName: `Mauritius` }), + new AthletesDataItem({ Id: 188, Avatar: `https://static.infragistics.com/xplatform/images/people/women/45.jpg`, Position: `down`, Name: `Ceylan Duygulu`, AthleteNumber: 21527, BeatsPerMinute: 99, TopSpeed: 4.9, Registered: `2017-07-13T09:06:04-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/dm.png`, CountryName: `Dominica` }), + new AthletesDataItem({ Id: 190, Avatar: `https://static.infragistics.com/xplatform/images/people/women/2.jpg`, Position: `current`, Name: `Venla Korpela`, AthleteNumber: 16454, BeatsPerMinute: 92, TopSpeed: 4.1, Registered: `2017-08-22T10:36:38-03:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/hu.png`, CountryName: `Hungary` }), + new AthletesDataItem({ Id: 190, Avatar: `https://static.infragistics.com/xplatform/images/people/women/53.jpg`, Position: `current`, Name: `Gladys Van Der Steeg`, AthleteNumber: 20216, BeatsPerMinute: 94, TopSpeed: 4.3, Registered: `2017-10-09T02:01:16-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/de.png`, CountryName: `Germany` }), + new AthletesDataItem({ Id: 190, Avatar: `https://static.infragistics.com/xplatform/images/people/women/44.jpg`, Position: `current`, Name: `Kiara Dubois`, AthleteNumber: 49964, BeatsPerMinute: 97, TopSpeed: 5.6, Registered: `2017-09-28T04:37:56-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/au.png`, CountryName: `Australia` }), + new AthletesDataItem({ Id: 191, Avatar: `https://static.infragistics.com/xplatform/images/people/men/42.jpg`, Position: `current`, Name: `آرش احمدی`, AthleteNumber: 36948, BeatsPerMinute: 90, TopSpeed: 4.1, Registered: `2017-09-08T01:22:14-03:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/np.png`, CountryName: `Nepal` }), + new AthletesDataItem({ Id: 191, Avatar: `https://static.infragistics.com/xplatform/images/people/women/13.jpg`, Position: `up`, Name: `Sheryl Collins`, AthleteNumber: 36473, BeatsPerMinute: 98, TopSpeed: 4.2, Registered: `2017-03-23T12:54:35-02:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ke.png`, CountryName: `Kenya` }), + new AthletesDataItem({ Id: 191, Avatar: `https://static.infragistics.com/xplatform/images/people/women/72.jpg`, Position: `up`, Name: `Clarisse Rey`, AthleteNumber: 29795, BeatsPerMinute: 98, TopSpeed: 4.9, Registered: `2017-06-09T08:07:19-03:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ba.png`, CountryName: `Bosnia and Herzegovina` }), + new AthletesDataItem({ Id: 192, Avatar: `https://static.infragistics.com/xplatform/images/people/women/44.jpg`, Position: `down`, Name: `Viivi Kujala`, AthleteNumber: 29939, BeatsPerMinute: 93, TopSpeed: 4.1, Registered: `2017-05-03T02:40:05-03:00`, TrackProgress: 75, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/so.png`, CountryName: `Somalia` }), + new AthletesDataItem({ Id: 193, Avatar: `https://static.infragistics.com/xplatform/images/people/women/9.jpg`, Position: `down`, Name: `Juanita Franklin`, AthleteNumber: 13907, BeatsPerMinute: 91, TopSpeed: 6, Registered: `2017-10-04T02:46:46-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/vu.png`, CountryName: `Vanuatu` }), + new AthletesDataItem({ Id: 193, Avatar: `https://static.infragistics.com/xplatform/images/people/women/59.jpg`, Position: `down`, Name: `Sophia Carlson`, AthleteNumber: 44183, BeatsPerMinute: 102, TopSpeed: 5.1, Registered: `2017-09-04T07:03:19-03:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ee.png`, CountryName: `Estonia` }), + new AthletesDataItem({ Id: 194, Avatar: `https://static.infragistics.com/xplatform/images/people/women/62.jpg`, Position: `up`, Name: `آوا سلطانی نژاد`, AthleteNumber: 45635, BeatsPerMinute: 98, TopSpeed: 4.1, Registered: `2017-04-10T11:39:46-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/se.png`, CountryName: `Sweden` }), + new AthletesDataItem({ Id: 194, Avatar: `https://static.infragistics.com/xplatform/images/people/men/11.jpg`, Position: `down`, Name: `Kaya Taşlı`, AthleteNumber: 42291, BeatsPerMinute: 100, TopSpeed: 4.7, Registered: `2017-01-30T03:23:36-02:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/sn.png`, CountryName: `Senegal` }), + new AthletesDataItem({ Id: 194, Avatar: `https://static.infragistics.com/xplatform/images/people/men/71.jpg`, Position: `down`, Name: `Adrian Ibañez`, AthleteNumber: 21968, BeatsPerMinute: 105, TopSpeed: 5.3, Registered: `2017-02-03T04:36:54-02:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/om.png`, CountryName: `Oman` }), + new AthletesDataItem({ Id: 196, Avatar: `https://static.infragistics.com/xplatform/images/people/women/17.jpg`, Position: `current`, Name: `Parel Zuidhof`, AthleteNumber: 32718, BeatsPerMinute: 105, TopSpeed: 5, Registered: `2017-01-21T10:19:56-02:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/jm.png`, CountryName: `Jamaica` }), + new AthletesDataItem({ Id: 196, Avatar: `https://static.infragistics.com/xplatform/images/people/women/30.jpg`, Position: `up`, Name: `Begüm Erkekli`, AthleteNumber: 37888, BeatsPerMinute: 104, TopSpeed: 4.6, Registered: `2017-10-04T03:02:35-03:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/sv.png`, CountryName: `El Salvador` }), + new AthletesDataItem({ Id: 197, Avatar: `https://static.infragistics.com/xplatform/images/people/men/93.jpg`, Position: `current`, Name: `Brent Lord`, AthleteNumber: 20943, BeatsPerMinute: 92, TopSpeed: 4.8, Registered: `2017-01-23T06:14:22-02:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/dz.png`, CountryName: `Algeria` }), + new AthletesDataItem({ Id: 199, Avatar: `https://static.infragistics.com/xplatform/images/people/women/68.jpg`, Position: `up`, Name: `Lucie Dumont`, AthleteNumber: 12104, BeatsPerMinute: 108, TopSpeed: 4, Registered: `2017-01-08T02:13:29-02:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ca.png`, CountryName: `Canada` }), + new AthletesDataItem({ Id: 210, Avatar: `https://static.infragistics.com/xplatform/images/people/women/13.jpg`, Position: `down`, Name: `Maeva Bergeron`, AthleteNumber: 15655, BeatsPerMinute: 94, TopSpeed: 5.9, Registered: `2017-10-03T09:42:15-03:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/mx.png`, CountryName: `Mexico` }), + new AthletesDataItem({ Id: 212, Avatar: `https://static.infragistics.com/xplatform/images/people/women/83.jpg`, Position: `up`, Name: `Sara Larsen`, AthleteNumber: 37094, BeatsPerMinute: 97, TopSpeed: 4.5, Registered: `2017-04-14T11:48:28-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/sa.png`, CountryName: `Saudi Arabia` }), + new AthletesDataItem({ Id: 214, Avatar: `https://static.infragistics.com/xplatform/images/people/women/84.jpg`, Position: `up`, Name: `Ömür Denkel`, AthleteNumber: 31061, BeatsPerMinute: 104, TopSpeed: 4.5, Registered: `2017-02-18T05:32:55-02:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/tv.png`, CountryName: `Tuvalu` }), + new AthletesDataItem({ Id: 215, Avatar: `https://static.infragistics.com/xplatform/images/people/women/79.jpg`, Position: `down`, Name: `Marilou Hubert`, AthleteNumber: 43655, BeatsPerMinute: 104, TopSpeed: 4.2, Registered: `2017-09-28T11:13:00-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/mm.png`, CountryName: `Myanmar` }), + new AthletesDataItem({ Id: 216, Avatar: `https://static.infragistics.com/xplatform/images/people/men/72.jpg`, Position: `down`, Name: `Felix Olsen`, AthleteNumber: 43198, BeatsPerMinute: 101, TopSpeed: 4.2, Registered: `2017-09-27T01:17:14-03:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/fr.png`, CountryName: `France` }), + new AthletesDataItem({ Id: 219, Avatar: `https://static.infragistics.com/xplatform/images/people/women/6.jpg`, Position: `current`, Name: `Sedef Tunçeri`, AthleteNumber: 48164, BeatsPerMinute: 108, TopSpeed: 5.6, Registered: `2017-03-29T11:54:15-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/bt.png`, CountryName: `Bhutan` }), + new AthletesDataItem({ Id: 221, Avatar: `https://static.infragistics.com/xplatform/images/people/men/73.jpg`, Position: `down`, Name: `Kuzey Aclan`, AthleteNumber: 18583, BeatsPerMinute: 102, TopSpeed: 5.3, Registered: `2017-09-12T09:14:14-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/td.png`, CountryName: `Chad` }), + new AthletesDataItem({ Id: 223, Avatar: `https://static.infragistics.com/xplatform/images/people/men/72.jpg`, Position: `down`, Name: `Gökhan Aşıkoğlu`, AthleteNumber: 13890, BeatsPerMinute: 105, TopSpeed: 5.4, Registered: `2017-03-31T06:14:26-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/jp.png`, CountryName: `Japan` }), + new AthletesDataItem({ Id: 224, Avatar: `https://static.infragistics.com/xplatform/images/people/men/0.jpg`, Position: `down`, Name: `Joan Ortega`, AthleteNumber: 49478, BeatsPerMinute: 103, TopSpeed: 5.4, Registered: `2017-07-04T03:01:47-03:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/gq.png`, CountryName: `Equatorial Guinea` }), + new AthletesDataItem({ Id: 225, Avatar: `https://static.infragistics.com/xplatform/images/people/men/42.jpg`, Position: `up`, Name: `Stanley Hart`, AthleteNumber: 14150, BeatsPerMinute: 91, TopSpeed: 4.5, Registered: `2017-08-19T03:02:33-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ve.png`, CountryName: `Venezuela` }), + new AthletesDataItem({ Id: 227, Avatar: `https://static.infragistics.com/xplatform/images/people/men/9.jpg`, Position: `current`, Name: `Johann Hinz`, AthleteNumber: 48244, BeatsPerMinute: 94, TopSpeed: 4.3, Registered: `2017-03-10T07:36:56-02:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/sd.png`, CountryName: `Sudan` }), + new AthletesDataItem({ Id: 227, Avatar: `https://static.infragistics.com/xplatform/images/people/women/61.jpg`, Position: `up`, Name: `Layla Douglas`, AthleteNumber: 21977, BeatsPerMinute: 97, TopSpeed: 5.4, Registered: `2017-04-19T11:43:38-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/si.png`, CountryName: `Slovenia` }), + new AthletesDataItem({ Id: 229, Avatar: `https://static.infragistics.com/xplatform/images/people/men/29.jpg`, Position: `current`, Name: `Selmo Caldeira`, AthleteNumber: 21837, BeatsPerMinute: 110, TopSpeed: 4.9, Registered: `2017-10-20T03:40:24-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ly.png`, CountryName: `Libyan Arab Jamahiriya` }), + new AthletesDataItem({ Id: 231, Avatar: `https://static.infragistics.com/xplatform/images/people/men/56.jpg`, Position: `up`, Name: `Judd Campbell`, AthleteNumber: 37365, BeatsPerMinute: 110, TopSpeed: 5, Registered: `2017-10-19T11:01:10-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/la.png`, CountryName: `Lao PeopleS Democratic Republic` }), + new AthletesDataItem({ Id: 233, Avatar: `https://static.infragistics.com/xplatform/images/people/men/18.jpg`, Position: `up`, Name: `Zackary Roy`, AthleteNumber: 45996, BeatsPerMinute: 92, TopSpeed: 4.9, Registered: `2017-07-07T03:51:26-03:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/bs.png`, CountryName: `Bahamas` }), + new AthletesDataItem({ Id: 234, Avatar: `https://static.infragistics.com/xplatform/images/people/women/19.jpg`, Position: `down`, Name: `Linda Schäfer`, AthleteNumber: 43074, BeatsPerMinute: 107, TopSpeed: 5.1, Registered: `2017-01-05T11:41:20-02:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ye.png`, CountryName: `Yemen` }), + new AthletesDataItem({ Id: 235, Avatar: `https://static.infragistics.com/xplatform/images/people/women/42.jpg`, Position: `down`, Name: `Elaine Smith`, AthleteNumber: 38243, BeatsPerMinute: 108, TopSpeed: 4, Registered: `2017-06-11T12:20:41-03:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/li.png`, CountryName: `Liechtenstein` }), + new AthletesDataItem({ Id: 237, Avatar: `https://static.infragistics.com/xplatform/images/people/men/86.jpg`, Position: `down`, Name: `Clyde Matthews`, AthleteNumber: 11955, BeatsPerMinute: 93, TopSpeed: 5.2, Registered: `2017-03-02T05:01:02-02:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/pw.png`, CountryName: `Palau` }), + new AthletesDataItem({ Id: 238, Avatar: `https://static.infragistics.com/xplatform/images/people/women/17.jpg`, Position: `current`, Name: `Charlotte Meyer`, AthleteNumber: 21442, BeatsPerMinute: 110, TopSpeed: 4.6, Registered: `2017-10-19T10:38:35-03:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ck.png`, CountryName: `Cook Islands` }), + new AthletesDataItem({ Id: 240, Avatar: `https://static.infragistics.com/xplatform/images/people/men/5.jpg`, Position: `down`, Name: `Carter Evans`, AthleteNumber: 46961, BeatsPerMinute: 100, TopSpeed: 5.3, Registered: `2017-07-23T02:43:07-03:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/lu.png`, CountryName: `Luxembourg` }), + new AthletesDataItem({ Id: 240, Avatar: `https://static.infragistics.com/xplatform/images/people/men/33.jpg`, Position: `down`, Name: `Alberto Clark`, AthleteNumber: 29912, BeatsPerMinute: 93, TopSpeed: 4.6, Registered: `2017-02-02T03:50:21-02:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ag.png`, CountryName: `Antigua and Barbuda` }), + new AthletesDataItem({ Id: 241, Avatar: `https://static.infragistics.com/xplatform/images/people/women/65.jpg`, Position: `down`, Name: `Lilly Keuter`, AthleteNumber: 49893, BeatsPerMinute: 102, TopSpeed: 4.5, Registered: `2017-01-20T02:38:39-02:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/kn.png`, CountryName: `Saint Kitts and Nevis` }), + new AthletesDataItem({ Id: 241, Avatar: `https://static.infragistics.com/xplatform/images/people/men/20.jpg`, Position: `up`, Name: `Oskari Karjala`, AthleteNumber: 31498, BeatsPerMinute: 90, TopSpeed: 4.5, Registered: `2017-05-10T12:45:12-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/fm.png`, CountryName: `Micronesia, Federated States of` }), + new AthletesDataItem({ Id: 242, Avatar: `https://static.infragistics.com/xplatform/images/people/women/83.jpg`, Position: `down`, Name: `Caitlin Jackson`, AthleteNumber: 45472, BeatsPerMinute: 101, TopSpeed: 4.3, Registered: `2017-09-17T09:41:01-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/mz.png`, CountryName: `Mozambique` }), + new AthletesDataItem({ Id: 243, Avatar: `https://static.infragistics.com/xplatform/images/people/women/77.jpg`, Position: `down`, Name: `Cathalijne Van Der Ree`, AthleteNumber: 45160, BeatsPerMinute: 102, TopSpeed: 5.4, Registered: `2017-02-13T05:23:49-02:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ug.png`, CountryName: `Uganda` }), + new AthletesDataItem({ Id: 243, Avatar: `https://static.infragistics.com/xplatform/images/people/women/94.jpg`, Position: `up`, Name: `Emma Turner`, AthleteNumber: 39487, BeatsPerMinute: 110, TopSpeed: 5.7, Registered: `2017-07-30T01:33:14-03:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/tz.png`, CountryName: `Tanzania, United Republic of` }), + new AthletesDataItem({ Id: 243, Avatar: `https://static.infragistics.com/xplatform/images/people/men/42.jpg`, Position: `up`, Name: `Kent Clark`, AthleteNumber: 32799, BeatsPerMinute: 106, TopSpeed: 5.7, Registered: `2017-01-24T01:00:15-02:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/pe.png`, CountryName: `Peru` }), + new AthletesDataItem({ Id: 246, Avatar: `https://static.infragistics.com/xplatform/images/people/women/55.jpg`, Position: `current`, Name: `Ronja Kraft`, AthleteNumber: 21800, BeatsPerMinute: 101, TopSpeed: 5.3, Registered: `2017-04-02T03:33:57-03:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/dk.png`, CountryName: `Denmark` }), + new AthletesDataItem({ Id: 251, Avatar: `https://static.infragistics.com/xplatform/images/people/women/34.jpg`, Position: `down`, Name: `Eléa Robin`, AthleteNumber: 26742, BeatsPerMinute: 90, TopSpeed: 4.7, Registered: `2017-03-30T12:34:24-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/vc.png`, CountryName: `Saint Vincent and the Grenadines` }), + new AthletesDataItem({ Id: 251, Avatar: `https://static.infragistics.com/xplatform/images/people/men/74.jpg`, Position: `up`, Name: `Alex Meyer`, AthleteNumber: 44390, BeatsPerMinute: 94, TopSpeed: 4.3, Registered: `2017-08-04T07:05:34-03:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/md.png`, CountryName: `Moldova, Republic of` }), + new AthletesDataItem({ Id: 252, Avatar: `https://static.infragistics.com/xplatform/images/people/men/94.jpg`, Position: `down`, Name: `Adérito Lopes`, AthleteNumber: 21320, BeatsPerMinute: 91, TopSpeed: 5.2, Registered: `2017-01-07T06:47:56-02:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/mh.png`, CountryName: `Marshall Islands` }), + new AthletesDataItem({ Id: 253, Avatar: `https://static.infragistics.com/xplatform/images/people/women/51.jpg`, Position: `current`, Name: `Kayla Patel`, AthleteNumber: 42780, BeatsPerMinute: 103, TopSpeed: 4.7, Registered: `2017-04-20T09:33:53-03:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ne.png`, CountryName: `Niger` }), + new AthletesDataItem({ Id: 258, Avatar: `https://static.infragistics.com/xplatform/images/people/men/31.jpg`, Position: `current`, Name: `Diego Gautier`, AthleteNumber: 26320, BeatsPerMinute: 97, TopSpeed: 4.6, Registered: `2017-06-11T03:50:43-03:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ng.png`, CountryName: `Nigeria` }), + new AthletesDataItem({ Id: 258, Avatar: `https://static.infragistics.com/xplatform/images/people/women/30.jpg`, Position: `up`, Name: `Veera Saari`, AthleteNumber: 40408, BeatsPerMinute: 100, TopSpeed: 4.7, Registered: `2017-10-28T10:39:22-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/iq.png`, CountryName: `Iraq` }), + new AthletesDataItem({ Id: 258, Avatar: `https://static.infragistics.com/xplatform/images/people/women/60.jpg`, Position: `down`, Name: `Zaina Pomp`, AthleteNumber: 14109, BeatsPerMinute: 90, TopSpeed: 5.7, Registered: `2017-09-07T11:17:40-03:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ao.png`, CountryName: `Angola` }), + new AthletesDataItem({ Id: 262, Avatar: `https://static.infragistics.com/xplatform/images/people/men/9.jpg`, Position: `current`, Name: `Anthony Harcourt`, AthleteNumber: 33649, BeatsPerMinute: 109, TopSpeed: 5.5, Registered: `2017-06-14T11:10:20-03:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/in.png`, CountryName: `India` }), + new AthletesDataItem({ Id: 262, Avatar: `https://static.infragistics.com/xplatform/images/people/men/43.jpg`, Position: `current`, Name: `Roman Smith`, AthleteNumber: 15531, BeatsPerMinute: 106, TopSpeed: 4.9, Registered: `2017-06-14T05:12:04-03:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ga.png`, CountryName: `Gabon` }), + new AthletesDataItem({ Id: 263, Avatar: `https://static.infragistics.com/xplatform/images/people/women/9.jpg`, Position: `up`, Name: `Estelle Vincent`, AthleteNumber: 41700, BeatsPerMinute: 99, TopSpeed: 5.7, Registered: `2017-05-31T02:56:58-03:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/na.png`, CountryName: `Namibia` }), + new AthletesDataItem({ Id: 265, Avatar: `https://static.infragistics.com/xplatform/images/people/women/47.jpg`, Position: `current`, Name: `Ilke Kisters`, AthleteNumber: 23817, BeatsPerMinute: 100, TopSpeed: 5.9, Registered: `2017-01-04T02:54:53-02:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ch.png`, CountryName: `Switzerland` }), + new AthletesDataItem({ Id: 265, Avatar: `https://static.infragistics.com/xplatform/images/people/women/9.jpg`, Position: `down`, Name: `Jenny Burke`, AthleteNumber: 15266, BeatsPerMinute: 99, TopSpeed: 5.4, Registered: `2017-09-11T12:20:19-03:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/my.png`, CountryName: `Malaysia` }), + new AthletesDataItem({ Id: 265, Avatar: `https://static.infragistics.com/xplatform/images/people/women/60.jpg`, Position: `down`, Name: `Keira Walker`, AthleteNumber: 34116, BeatsPerMinute: 94, TopSpeed: 4.8, Registered: `2017-01-09T05:46:07-02:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/al.png`, CountryName: `Albania` }), + new AthletesDataItem({ Id: 266, Avatar: `https://static.infragistics.com/xplatform/images/people/men/70.jpg`, Position: `down`, Name: `Moritz Braun`, AthleteNumber: 48081, BeatsPerMinute: 107, TopSpeed: 6, Registered: `2017-06-13T12:54:56-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ad.png`, CountryName: `Andorra` }), + new AthletesDataItem({ Id: 267, Avatar: `https://static.infragistics.com/xplatform/images/people/men/50.jpg`, Position: `current`, Name: `Villads Larsen`, AthleteNumber: 44677, BeatsPerMinute: 93, TopSpeed: 5.7, Registered: `2017-03-25T11:25:30-02:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/kw.png`, CountryName: `Kuwait` }), + new AthletesDataItem({ Id: 268, Avatar: `https://static.infragistics.com/xplatform/images/people/men/23.jpg`, Position: `up`, Name: `Sandro Carpentier`, AthleteNumber: 23503, BeatsPerMinute: 96, TopSpeed: 5.7, Registered: `2017-09-30T01:01:04-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/be.png`, CountryName: `Belgium` }), + new AthletesDataItem({ Id: 269, Avatar: `https://static.infragistics.com/xplatform/images/people/men/17.jpg`, Position: `current`, Name: `Emil Meißner`, AthleteNumber: 37183, BeatsPerMinute: 97, TopSpeed: 4, Registered: `2017-07-15T12:32:30-03:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/gm.png`, CountryName: `Gambia` }), + new AthletesDataItem({ Id: 270, Avatar: `https://static.infragistics.com/xplatform/images/people/women/14.jpg`, Position: `up`, Name: `Emily Olsen`, AthleteNumber: 13887, BeatsPerMinute: 110, TopSpeed: 4.8, Registered: `2017-10-03T08:01:40-03:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/cf.png`, CountryName: `Central African Republic` }), + new AthletesDataItem({ Id: 271, Avatar: `https://static.infragistics.com/xplatform/images/people/men/81.jpg`, Position: `down`, Name: `آراد جعفری`, AthleteNumber: 34962, BeatsPerMinute: 90, TopSpeed: 4.8, Registered: `2017-04-22T04:20:39-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/bi.png`, CountryName: `Burundi` }), + new AthletesDataItem({ Id: 271, Avatar: `https://static.infragistics.com/xplatform/images/people/men/74.jpg`, Position: `down`, Name: `Jimmie Mcguinness`, AthleteNumber: 20729, BeatsPerMinute: 90, TopSpeed: 4.6, Registered: `2017-10-07T06:08:00-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/bw.png`, CountryName: `Botswana` }), + new AthletesDataItem({ Id: 272, Avatar: `https://static.infragistics.com/xplatform/images/people/women/26.jpg`, Position: `down`, Name: `Sélène Roussel`, AthleteNumber: 11261, BeatsPerMinute: 99, TopSpeed: 5.8, Registered: `2017-05-10T02:18:02-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/sm.png`, CountryName: `San Marino` }), + new AthletesDataItem({ Id: 272, Avatar: `https://static.infragistics.com/xplatform/images/people/men/31.jpg`, Position: `up`, Name: `Aaron Robertson`, AthleteNumber: 30727, BeatsPerMinute: 95, TopSpeed: 4.2, Registered: `2017-08-23T09:37:40-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/id.png`, CountryName: `Indonesia` }), + new AthletesDataItem({ Id: 273, Avatar: `https://static.infragistics.com/xplatform/images/people/women/4.jpg`, Position: `up`, Name: `Afet Kumcuoğlu`, AthleteNumber: 33454, BeatsPerMinute: 106, TopSpeed: 5.1, Registered: `2017-09-16T07:05:43-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/nz.png`, CountryName: `New Zealand` }), + new AthletesDataItem({ Id: 273, Avatar: `https://static.infragistics.com/xplatform/images/people/women/33.jpg`, Position: `up`, Name: `Annabelle Besteman`, AthleteNumber: 30560, BeatsPerMinute: 105, TopSpeed: 5.3, Registered: `2017-11-11T02:04:19-02:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/kp.png`, CountryName: `North Korea` }), + new AthletesDataItem({ Id: 274, Avatar: `https://static.infragistics.com/xplatform/images/people/women/9.jpg`, Position: `up`, Name: `Minea Rantanen`, AthleteNumber: 18835, BeatsPerMinute: 105, TopSpeed: 5, Registered: `2017-01-24T07:30:43-02:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/jo.png`, CountryName: `Jordan` }), + new AthletesDataItem({ Id: 275, Avatar: `https://static.infragistics.com/xplatform/images/people/men/2.jpg`, Position: `up`, Name: `Fritz Sommer`, AthleteNumber: 26210, BeatsPerMinute: 99, TopSpeed: 4.6, Registered: `2017-09-29T03:54:57-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/lt.png`, CountryName: `Lithuania` }), + new AthletesDataItem({ Id: 275, Avatar: `https://static.infragistics.com/xplatform/images/people/men/88.jpg`, Position: `down`, Name: `Rafael Gutierrez`, AthleteNumber: 38804, BeatsPerMinute: 100, TopSpeed: 5.9, Registered: `2017-02-08T07:50:59-02:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/gn.png`, CountryName: `Guinea` }), + new AthletesDataItem({ Id: 275, Avatar: `https://static.infragistics.com/xplatform/images/people/women/69.jpg`, Position: `current`, Name: `Ellen Leppo`, AthleteNumber: 29286, BeatsPerMinute: 97, TopSpeed: 5.6, Registered: `2017-08-16T09:46:35-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/by.png`, CountryName: `Belarus` }), + new AthletesDataItem({ Id: 276, Avatar: `https://static.infragistics.com/xplatform/images/people/women/1.jpg`, Position: `current`, Name: `Encarnacion Martin`, AthleteNumber: 40912, BeatsPerMinute: 105, TopSpeed: 5.5, Registered: `2017-01-11T12:52:28-02:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/th.png`, CountryName: `Thailand` }), + new AthletesDataItem({ Id: 276, Avatar: `https://static.infragistics.com/xplatform/images/people/men/65.jpg`, Position: `current`, Name: `David Scott`, AthleteNumber: 46997, BeatsPerMinute: 101, TopSpeed: 4.4, Registered: `2017-07-25T09:23:24-03:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/pt.png`, CountryName: `Portugal` }), + new AthletesDataItem({ Id: 279, Avatar: `https://static.infragistics.com/xplatform/images/people/women/39.jpg`, Position: `current`, Name: `Ashley Romero`, AthleteNumber: 36611, BeatsPerMinute: 104, TopSpeed: 5.5, Registered: `2017-02-08T12:45:46-02:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/mn.png`, CountryName: `Mongolia` }), + new AthletesDataItem({ Id: 280, Avatar: `https://static.infragistics.com/xplatform/images/people/men/90.jpg`, Position: `down`, Name: `Cecil Nichols`, AthleteNumber: 20656, BeatsPerMinute: 100, TopSpeed: 5, Registered: `2017-04-24T01:20:34-03:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/rw.png`, CountryName: `RWANDA` }), + new AthletesDataItem({ Id: 282, Avatar: `https://static.infragistics.com/xplatform/images/people/men/55.jpg`, Position: `current`, Name: `Johann Fischer`, AthleteNumber: 37212, BeatsPerMinute: 98, TopSpeed: 5.8, Registered: `2017-09-01T04:39:52-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/br.png`, CountryName: `Brazil` }), + new AthletesDataItem({ Id: 283, Avatar: `https://static.infragistics.com/xplatform/images/people/men/10.jpg`, Position: `current`, Name: `سینا مرادی`, AthleteNumber: 10809, BeatsPerMinute: 105, TopSpeed: 5.3, Registered: `2017-04-05T05:27:13-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/bh.png`, CountryName: `Bahrain` }), + new AthletesDataItem({ Id: 284, Avatar: `https://static.infragistics.com/xplatform/images/people/men/12.jpg`, Position: `current`, Name: `Abel Brun`, AthleteNumber: 39315, BeatsPerMinute: 105, TopSpeed: 5.1, Registered: `2017-10-05T05:54:31-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/af.png`, CountryName: `Afghanistan` }), + new AthletesDataItem({ Id: 285, Avatar: `https://static.infragistics.com/xplatform/images/people/men/34.jpg`, Position: `current`, Name: `Jeffrey Medina`, AthleteNumber: 42905, BeatsPerMinute: 100, TopSpeed: 5.2, Registered: `2017-09-15T02:11:43-03:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/gr.png`, CountryName: `Greece` }), + new AthletesDataItem({ Id: 285, Avatar: `https://static.infragistics.com/xplatform/images/people/men/43.jpg`, Position: `down`, Name: `Niilo Laurila`, AthleteNumber: 49215, BeatsPerMinute: 104, TopSpeed: 4.5, Registered: `2017-04-26T01:26:36-03:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/et.png`, CountryName: `Ethiopia` }), + new AthletesDataItem({ Id: 286, Avatar: `https://static.infragistics.com/xplatform/images/people/women/45.jpg`, Position: `down`, Name: `Marisvalda Martins`, AthleteNumber: 33879, BeatsPerMinute: 107, TopSpeed: 5.4, Registered: `2017-01-31T12:07:48-02:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/es.png`, CountryName: `Spain` }), + new AthletesDataItem({ Id: 286, Avatar: `https://static.infragistics.com/xplatform/images/people/women/82.jpg`, Position: `current`, Name: `Eloida Novaes`, AthleteNumber: 30751, BeatsPerMinute: 107, TopSpeed: 4.2, Registered: `2017-01-02T01:04:04-02:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/cl.png`, CountryName: `Chile` }), + new AthletesDataItem({ Id: 287, Avatar: `https://static.infragistics.com/xplatform/images/people/women/72.jpg`, Position: `up`, Name: `Charlotte Dean`, AthleteNumber: 45969, BeatsPerMinute: 105, TopSpeed: 5, Registered: `2017-02-13T05:39:15-02:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/za.png`, CountryName: `South Africa` }), + new AthletesDataItem({ Id: 287, Avatar: `https://static.infragistics.com/xplatform/images/people/men/35.jpg`, Position: `current`, Name: `Loïc Gerard`, AthleteNumber: 31706, BeatsPerMinute: 102, TopSpeed: 4.4, Registered: `2017-07-28T09:10:43-03:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ie.png`, CountryName: `Ireland` }), + new AthletesDataItem({ Id: 292, Avatar: `https://static.infragistics.com/xplatform/images/people/women/4.jpg`, Position: `down`, Name: `Asta Hansen`, AthleteNumber: 17222, BeatsPerMinute: 101, TopSpeed: 4.3, Registered: `2017-01-08T02:41:56-02:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/kz.png`, CountryName: `Kazakhstan` }), + new AthletesDataItem({ Id: 293, Avatar: `https://static.infragistics.com/xplatform/images/people/women/21.jpg`, Position: `up`, Name: `Sara Hannula`, AthleteNumber: 22025, BeatsPerMinute: 102, TopSpeed: 4.2, Registered: `2017-10-09T11:32:13-03:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/tl.png`, CountryName: `Timor-Leste` }), + new AthletesDataItem({ Id: 293, Avatar: `https://static.infragistics.com/xplatform/images/people/women/90.jpg`, Position: `current`, Name: `Ana Bourgeois`, AthleteNumber: 24612, BeatsPerMinute: 110, TopSpeed: 6, Registered: `2017-11-02T02:17:43-02:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/sg.png`, CountryName: `Singapore` }), + new AthletesDataItem({ Id: 296, Avatar: `https://static.infragistics.com/xplatform/images/people/women/37.jpg`, Position: `up`, Name: `Thea Edwards`, AthleteNumber: 29141, BeatsPerMinute: 99, TopSpeed: 5.8, Registered: `2017-05-23T05:24:38-03:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/sl.png`, CountryName: `Sierra Leone` }), + new AthletesDataItem({ Id: 299, Avatar: `https://static.infragistics.com/xplatform/images/people/men/89.jpg`, Position: `down`, Name: `Victor Lévesque`, AthleteNumber: 48375, BeatsPerMinute: 110, TopSpeed: 5.7, Registered: `2017-11-10T11:31:44-02:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/mr.png`, CountryName: `Mauritania` }), + new AthletesDataItem({ Id: 301, Avatar: `https://static.infragistics.com/xplatform/images/people/men/65.jpg`, Position: `down`, Name: `Louis Stewart`, AthleteNumber: 48131, BeatsPerMinute: 103, TopSpeed: 5.7, Registered: `2017-02-26T07:28:02-02:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/hn.png`, CountryName: `Honduras` }), + new AthletesDataItem({ Id: 302, Avatar: `https://static.infragistics.com/xplatform/images/people/men/14.jpg`, Position: `up`, Name: `Bill Fox`, AthleteNumber: 18511, BeatsPerMinute: 91, TopSpeed: 5, Registered: `2017-10-24T08:25:40-03:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ir.png`, CountryName: `Iran, Islamic Republic Of` }), + new AthletesDataItem({ Id: 304, Avatar: `https://static.infragistics.com/xplatform/images/people/men/34.jpg`, Position: `down`, Name: `Mathys Martin`, AthleteNumber: 32928, BeatsPerMinute: 98, TopSpeed: 5.5, Registered: `2017-05-17T12:51:47-03:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/va.png`, CountryName: `Holy See (Vatican City State)` }), + new AthletesDataItem({ Id: 305, Avatar: `https://static.infragistics.com/xplatform/images/people/women/38.jpg`, Position: `current`, Name: `Gianne Godijn`, AthleteNumber: 45945, BeatsPerMinute: 96, TopSpeed: 4.5, Registered: `2017-03-22T03:23:12-02:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/it.png`, CountryName: `Italy` }), + new AthletesDataItem({ Id: 306, Avatar: `https://static.infragistics.com/xplatform/images/people/women/26.jpg`, Position: `up`, Name: `Mira Campos`, AthleteNumber: 39222, BeatsPerMinute: 95, TopSpeed: 5.9, Registered: `2017-01-11T01:41:31-02:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/am.png`, CountryName: `Armenia` }), + new AthletesDataItem({ Id: 308, Avatar: `https://static.infragistics.com/xplatform/images/people/women/15.jpg`, Position: `down`, Name: `Esther Kühn`, AthleteNumber: 24868, BeatsPerMinute: 92, TopSpeed: 5.5, Registered: `2017-05-14T12:30:08-03:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ru.png`, CountryName: `Russian Federation` }), + new AthletesDataItem({ Id: 308, Avatar: `https://static.infragistics.com/xplatform/images/people/men/14.jpg`, Position: `up`, Name: `Hans Möller`, AthleteNumber: 34122, BeatsPerMinute: 109, TopSpeed: 5.6, Registered: `2017-06-20T06:02:49-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/dj.png`, CountryName: `Djibouti` }), + new AthletesDataItem({ Id: 309, Avatar: `https://static.infragistics.com/xplatform/images/people/women/73.jpg`, Position: `current`, Name: `Alice Perry`, AthleteNumber: 23750, BeatsPerMinute: 104, TopSpeed: 5.3, Registered: `2017-03-31T07:15:46-03:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/lc.png`, CountryName: `Saint Lucia` }), + new AthletesDataItem({ Id: 310, Avatar: `https://static.infragistics.com/xplatform/images/people/men/92.jpg`, Position: `up`, Name: `Kaya Tekand`, AthleteNumber: 11028, BeatsPerMinute: 93, TopSpeed: 5.2, Registered: `2017-04-10T09:57:13-03:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/fj.png`, CountryName: `Fiji` }), + new AthletesDataItem({ Id: 311, Avatar: `https://static.infragistics.com/xplatform/images/people/women/92.jpg`, Position: `down`, Name: `Ilona Salonen`, AthleteNumber: 27068, BeatsPerMinute: 91, TopSpeed: 5.4, Registered: `2017-07-03T06:19:47-03:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/bo.png`, CountryName: `Bolivia` }), ]; super(...newItems.slice(0)); } diff --git a/samples/grids/grid/conditional-row-selectors/src/CustomersData.ts b/samples/grids/grid/conditional-row-selectors/src/CustomersData.ts index 8f4140d2b9..f9aa8c0893 100644 --- a/samples/grids/grid/conditional-row-selectors/src/CustomersData.ts +++ b/samples/grids/grid/conditional-row-selectors/src/CustomersData.ts @@ -22,384 +22,33 @@ export class CustomersData extends Array { super(...items); } else { const newItems = [ - new CustomersDataItem( - { - ID: `ALFKI`, - Company: `Alfreds Futterkiste`, - ContactName: `Maria Anders`, - ContactTitle: `Sales Representative`, - Address: `Obere Str. 57`, - City: `Berlin`, - Region: `East`, - PostalCode: 12209, - Country: `Germany`, - Phone: `030-0074321`, - Fax: `030-0076545` - }), - new CustomersDataItem( - { - ID: `ANATR`, - Company: `Ana Trujillo Emparedados y helados`, - ContactName: `Ana Trujillo`, - ContactTitle: `Owner`, - Address: `Avda. de la Constitución 2222`, - City: `México D.F.`, - Region: `South`, - PostalCode: 5021, - Country: `Mexico`, - Phone: `(5) 555-4729`, - Fax: `(5) 555-3745` - }), - new CustomersDataItem( - { - ID: `ANTON`, - Company: `Antonio Moreno Taquería`, - ContactName: `Antonio Moreno`, - ContactTitle: `Owner`, - Address: `Mataderos 2312`, - City: `México D.F.`, - Region: `South`, - PostalCode: 5023, - Country: `Mexico`, - Phone: `(5) 555-3932`, - Fax: `(5) 555-3745` - }), - new CustomersDataItem( - { - ID: `AROUT`, - Company: `Around the Horn`, - ContactName: `Thomas Hardy`, - ContactTitle: `Sales Representative`, - Address: `120 Hanover Sq.`, - City: `London`, - Region: `East`, - PostalCode: 22000, - Country: `UK`, - Phone: `(171) 555-7788`, - Fax: `(171) 555-6750` - }), - new CustomersDataItem( - { - ID: `BERGS`, - Company: `Berglunds snabbköp`, - ContactName: `Christina Berglund`, - ContactTitle: `Order Administrator`, - Address: `Berguvsvägen 8`, - City: `Luleå`, - Region: `South`, - PostalCode: 17000, - Country: `Sweden`, - Phone: `0921-12 34 65`, - Fax: `0921-12 34 67` - }), - new CustomersDataItem( - { - ID: `BLAUS`, - Company: `Blauer See Delikatessen`, - ContactName: `Hanna Moos`, - ContactTitle: `Sales Representative`, - Address: `Forsterstr. 57`, - City: `Mannheim`, - Region: `East`, - PostalCode: 68306, - Country: `Germany`, - Phone: `0621-08460`, - Fax: `0621-08924` - }), - new CustomersDataItem( - { - ID: `BLONP`, - Company: `Blondesddsl père et fils`, - ContactName: `Frédérique Citeaux`, - ContactTitle: `Marketing Manager`, - Address: `24, place Kléber`, - City: `Strasbourg`, - Region: `East`, - PostalCode: 67000, - Country: `France`, - Phone: `88.60.15.31`, - Fax: `88.60.15.32` - }), - new CustomersDataItem( - { - ID: `BOLID`, - Company: `Bólido Comidas preparadas`, - ContactName: `Martín Sommer`, - ContactTitle: `Owner`, - Address: `C/ Araquil, 67`, - City: `Madrid`, - Region: `East`, - PostalCode: 28023, - Country: `Spain`, - Phone: `(91) 555 22 82`, - Fax: `(91) 555 91 99` - }), - new CustomersDataItem( - { - ID: `BONAP`, - Company: `Bon app'`, - ContactName: `Laurence Lebihan`, - ContactTitle: `Owner`, - Address: `12, rue des Bouchers`, - City: `Marseille`, - Region: `West`, - PostalCode: 13008, - Country: `France`, - Phone: `91.24.45.40`, - Fax: `91.24.45.41` - }), - new CustomersDataItem( - { - ID: `BOTTM`, - Company: `Bottom-Dollar Markets`, - ContactName: `Elizabeth Lincoln`, - ContactTitle: `Accounting Manager`, - Address: `23 Tsawassen Blvd.`, - City: `Tsawassen`, - Region: `BC`, - PostalCode: 28000, - Country: `Canada`, - Phone: `(604) 555-4729`, - Fax: `(604) 555-3745` - }), - new CustomersDataItem( - { - ID: `BSBEV`, - Company: `B's Beverages`, - ContactName: `Victoria Ashworth`, - ContactTitle: `Sales Representative`, - Address: `Fauntleroy Circus`, - City: `London`, - Region: `South`, - PostalCode: 10000, - Country: `UK`, - Phone: `(171) 555-1212`, - Fax: `(5) 555-3745` - }), - new CustomersDataItem( - { - ID: `CACTU`, - Company: `Cactus Comidas para llevar`, - ContactName: `Patricio Simpson`, - ContactTitle: `Sales Agent`, - Address: `Cerrito 333`, - City: `Buenos Aires`, - Region: `East`, - PostalCode: 1010, - Country: `Argentina`, - Phone: `(1) 135-5555`, - Fax: `(1) 135-4892` - }), - new CustomersDataItem( - { - ID: `CENTC`, - Company: `Centro comercial Moctezuma`, - ContactName: `Francisco Chang`, - ContactTitle: `Marketing Manager`, - Address: `Sierras de Granada 9993`, - City: `México D.F.`, - Region: `South`, - PostalCode: 5022, - Country: `Mexico`, - Phone: `(5) 555-3392`, - Fax: `(5) 555-7293` - }), - new CustomersDataItem( - { - ID: `CHOPS`, - Company: `Chop-suey Chinese`, - ContactName: `Yang Wang`, - ContactTitle: `Owner`, - Address: `Hauptstr. 29`, - City: `Bern`, - Region: `East`, - PostalCode: 3012, - Country: `Switzerland`, - Phone: `0452-076545`, - Fax: `(5) 555-3745` - }), - new CustomersDataItem( - { - ID: `COMMI`, - Company: `Comércio Mineiro`, - ContactName: `Pedro Afonso`, - ContactTitle: `Sales Associate`, - Address: `Av. dos Lusíadas, 23`, - City: `Sao Paulo`, - Region: `SP`, - PostalCode: 34000, - Country: `Brazil`, - Phone: `(11) 555-7647`, - Fax: `(5) 555-3745` - }), - new CustomersDataItem( - { - ID: `CONSH`, - Company: `Consolidated Holdings`, - ContactName: `Elizabeth Brown`, - ContactTitle: `Sales Representative`, - Address: `Berkeley Gardens 12 Brewery`, - City: `London`, - Region: `South`, - PostalCode: 27000, - Country: `UK`, - Phone: `(171) 555-2282`, - Fax: `(171) 555-9199` - }), - new CustomersDataItem( - { - ID: `DRACD`, - Company: `Drachenblut Delikatessen`, - ContactName: `Sven Ottlieb`, - ContactTitle: `Order Administrator`, - Address: `Walserweg 21`, - City: `Aachen`, - Region: `South`, - PostalCode: 52066, - Country: `Germany`, - Phone: `0241-039123`, - Fax: `0241-059428` - }), - new CustomersDataItem( - { - ID: `DUMON`, - Company: `Du monde entier`, - ContactName: `Janine Labrune`, - ContactTitle: `Owner`, - Address: `67, rue des Cinquante Otages`, - City: `Nantes`, - Region: `East`, - PostalCode: 44000, - Country: `France`, - Phone: `40.67.88.88`, - Fax: `40.67.89.89` - }), - new CustomersDataItem( - { - ID: `EASTC`, - Company: `Eastern Connection`, - ContactName: `Ann Devon`, - ContactTitle: `Sales Agent`, - Address: `35 King George`, - City: `London`, - Region: `East`, - PostalCode: 41000, - Country: `UK`, - Phone: `(171) 555-0297`, - Fax: `(171) 555-3373` - }), - new CustomersDataItem( - { - ID: `ERNSH`, - Company: `Ernst Handel`, - ContactName: `Roland Mendel`, - ContactTitle: `Sales Manager`, - Address: `Kirchgasse 6`, - City: `Graz`, - Region: `South`, - PostalCode: 8010, - Country: `Austria`, - Phone: `7675-3425`, - Fax: `7675-3426` - }), - new CustomersDataItem( - { - ID: `FAMIA`, - Company: `Familia Arquibaldo`, - ContactName: `Aria Cruz`, - ContactTitle: `Marketing Assistant`, - Address: `Rua Orós, 92`, - City: `Sao Paulo`, - Region: `SP`, - PostalCode: 27000, - Country: `Brazil`, - Phone: `(11) 555-9857`, - Fax: `(5) 555-3745` - }), - new CustomersDataItem( - { - ID: `FISSA`, - Company: `FISSA Fabrica Inter. Salchichas S.A.`, - ContactName: `Diego Roel`, - ContactTitle: `Accounting Manager`, - Address: `C/ Moralzarzal, 86`, - City: `Madrid`, - Region: `East`, - PostalCode: 28034, - Country: `Spain`, - Phone: `(91) 555 94 44`, - Fax: `(91) 555 55 93` - }), - new CustomersDataItem( - { - ID: `FOLIG`, - Company: `Folies gourmandes`, - ContactName: `Martine Rancé`, - ContactTitle: `Assistant Sales Agent`, - Address: `184, chaussée de Tournai`, - City: `Lille`, - Region: `South`, - PostalCode: 59000, - Country: `France`, - Phone: `20.16.10.16`, - Fax: `20.16.10.17` - }), - new CustomersDataItem( - { - ID: `FOLKO`, - Company: `Folk och fä HB`, - ContactName: `Maria Larsson`, - ContactTitle: `Owner`, - Address: `Åkergatan 24`, - City: `Bräcke`, - Region: `East`, - PostalCode: 36000, - Country: `Sweden`, - Phone: `0695-34 67 21`, - Fax: `0695 33-4455` - }), - new CustomersDataItem( - { - ID: `FRANK`, - Company: `Frankenversand`, - ContactName: `Peter Franken`, - ContactTitle: `Marketing Manager`, - Address: `Berliner Platz 43`, - City: `München`, - Region: `East`, - PostalCode: 80805, - Country: `Germany`, - Phone: `089-0877310`, - Fax: `089-0877451` - }), - new CustomersDataItem( - { - ID: `FRANR`, - Company: `France restauration`, - ContactName: `Carine Schmitt`, - ContactTitle: `Marketing Manager`, - Address: `54, rue Royale`, - City: `Nantes`, - Region: `South`, - PostalCode: 44000, - Country: `France`, - Phone: `40.32.21.21`, - Fax: `40.32.21.20` - }), - new CustomersDataItem( - { - ID: `FRANS`, - Company: `Franchi S.p.A.`, - ContactName: `Paolo Accorti`, - ContactTitle: `Sales Representative`, - Address: `Via Monte Bianco 34`, - City: `Torino`, - Region: `East`, - PostalCode: 10100, - Country: `Italy`, - Phone: `011-4988260`, - Fax: `011-4988261` - }), + new CustomersDataItem({ ID: `ALFKI`, Company: `Alfreds Futterkiste`, ContactName: `Maria Anders`, ContactTitle: `Sales Representative`, Address: `Obere Str. 57`, City: `Berlin`, Region: `East`, PostalCode: 12209, Country: `Germany`, Phone: `030-0074321`, Fax: `030-0076545` }), + new CustomersDataItem({ ID: `ANATR`, Company: `Ana Trujillo Emparedados y helados`, ContactName: `Ana Trujillo`, ContactTitle: `Owner`, Address: `Avda. de la Constitución 2222`, City: `México D.F.`, Region: `South`, PostalCode: 5021, Country: `Mexico`, Phone: `(5) 555-4729`, Fax: `(5) 555-3745` }), + new CustomersDataItem({ ID: `ANTON`, Company: `Antonio Moreno Taquería`, ContactName: `Antonio Moreno`, ContactTitle: `Owner`, Address: `Mataderos 2312`, City: `México D.F.`, Region: `South`, PostalCode: 5023, Country: `Mexico`, Phone: `(5) 555-3932`, Fax: `(5) 555-3745` }), + new CustomersDataItem({ ID: `AROUT`, Company: `Around the Horn`, ContactName: `Thomas Hardy`, ContactTitle: `Sales Representative`, Address: `120 Hanover Sq.`, City: `London`, Region: `East`, PostalCode: 22000, Country: `UK`, Phone: `(171) 555-7788`, Fax: `(171) 555-6750` }), + new CustomersDataItem({ ID: `BERGS`, Company: `Berglunds snabbköp`, ContactName: `Christina Berglund`, ContactTitle: `Order Administrator`, Address: `Berguvsvägen 8`, City: `Luleå`, Region: `South`, PostalCode: 17000, Country: `Sweden`, Phone: `0921-12 34 65`, Fax: `0921-12 34 67` }), + new CustomersDataItem({ ID: `BLAUS`, Company: `Blauer See Delikatessen`, ContactName: `Hanna Moos`, ContactTitle: `Sales Representative`, Address: `Forsterstr. 57`, City: `Mannheim`, Region: `East`, PostalCode: 68306, Country: `Germany`, Phone: `0621-08460`, Fax: `0621-08924` }), + new CustomersDataItem({ ID: `BLONP`, Company: `Blondesddsl père et fils`, ContactName: `Frédérique Citeaux`, ContactTitle: `Marketing Manager`, Address: `24, place Kléber`, City: `Strasbourg`, Region: `East`, PostalCode: 67000, Country: `France`, Phone: `88.60.15.31`, Fax: `88.60.15.32` }), + new CustomersDataItem({ ID: `BOLID`, Company: `Bólido Comidas preparadas`, ContactName: `Martín Sommer`, ContactTitle: `Owner`, Address: `C/ Araquil, 67`, City: `Madrid`, Region: `East`, PostalCode: 28023, Country: `Spain`, Phone: `(91) 555 22 82`, Fax: `(91) 555 91 99` }), + new CustomersDataItem({ ID: `BONAP`, Company: `Bon app'`, ContactName: `Laurence Lebihan`, ContactTitle: `Owner`, Address: `12, rue des Bouchers`, City: `Marseille`, Region: `West`, PostalCode: 13008, Country: `France`, Phone: `91.24.45.40`, Fax: `91.24.45.41` }), + new CustomersDataItem({ ID: `BOTTM`, Company: `Bottom-Dollar Markets`, ContactName: `Elizabeth Lincoln`, ContactTitle: `Accounting Manager`, Address: `23 Tsawassen Blvd.`, City: `Tsawassen`, Region: `BC`, PostalCode: 28000, Country: `Canada`, Phone: `(604) 555-4729`, Fax: `(604) 555-3745` }), + new CustomersDataItem({ ID: `BSBEV`, Company: `B's Beverages`, ContactName: `Victoria Ashworth`, ContactTitle: `Sales Representative`, Address: `Fauntleroy Circus`, City: `London`, Region: `South`, PostalCode: 10000, Country: `UK`, Phone: `(171) 555-1212`, Fax: `(5) 555-3745` }), + new CustomersDataItem({ ID: `CACTU`, Company: `Cactus Comidas para llevar`, ContactName: `Patricio Simpson`, ContactTitle: `Sales Agent`, Address: `Cerrito 333`, City: `Buenos Aires`, Region: `East`, PostalCode: 1010, Country: `Argentina`, Phone: `(1) 135-5555`, Fax: `(1) 135-4892` }), + new CustomersDataItem({ ID: `CENTC`, Company: `Centro comercial Moctezuma`, ContactName: `Francisco Chang`, ContactTitle: `Marketing Manager`, Address: `Sierras de Granada 9993`, City: `México D.F.`, Region: `South`, PostalCode: 5022, Country: `Mexico`, Phone: `(5) 555-3392`, Fax: `(5) 555-7293` }), + new CustomersDataItem({ ID: `CHOPS`, Company: `Chop-suey Chinese`, ContactName: `Yang Wang`, ContactTitle: `Owner`, Address: `Hauptstr. 29`, City: `Bern`, Region: `East`, PostalCode: 3012, Country: `Switzerland`, Phone: `0452-076545`, Fax: `(5) 555-3745` }), + new CustomersDataItem({ ID: `COMMI`, Company: `Comércio Mineiro`, ContactName: `Pedro Afonso`, ContactTitle: `Sales Associate`, Address: `Av. dos Lusíadas, 23`, City: `Sao Paulo`, Region: `SP`, PostalCode: 34000, Country: `Brazil`, Phone: `(11) 555-7647`, Fax: `(5) 555-3745` }), + new CustomersDataItem({ ID: `CONSH`, Company: `Consolidated Holdings`, ContactName: `Elizabeth Brown`, ContactTitle: `Sales Representative`, Address: `Berkeley Gardens 12 Brewery`, City: `London`, Region: `South`, PostalCode: 27000, Country: `UK`, Phone: `(171) 555-2282`, Fax: `(171) 555-9199` }), + new CustomersDataItem({ ID: `DRACD`, Company: `Drachenblut Delikatessen`, ContactName: `Sven Ottlieb`, ContactTitle: `Order Administrator`, Address: `Walserweg 21`, City: `Aachen`, Region: `South`, PostalCode: 52066, Country: `Germany`, Phone: `0241-039123`, Fax: `0241-059428` }), + new CustomersDataItem({ ID: `DUMON`, Company: `Du monde entier`, ContactName: `Janine Labrune`, ContactTitle: `Owner`, Address: `67, rue des Cinquante Otages`, City: `Nantes`, Region: `East`, PostalCode: 44000, Country: `France`, Phone: `40.67.88.88`, Fax: `40.67.89.89` }), + new CustomersDataItem({ ID: `EASTC`, Company: `Eastern Connection`, ContactName: `Ann Devon`, ContactTitle: `Sales Agent`, Address: `35 King George`, City: `London`, Region: `East`, PostalCode: 41000, Country: `UK`, Phone: `(171) 555-0297`, Fax: `(171) 555-3373` }), + new CustomersDataItem({ ID: `ERNSH`, Company: `Ernst Handel`, ContactName: `Roland Mendel`, ContactTitle: `Sales Manager`, Address: `Kirchgasse 6`, City: `Graz`, Region: `South`, PostalCode: 8010, Country: `Austria`, Phone: `7675-3425`, Fax: `7675-3426` }), + new CustomersDataItem({ ID: `FAMIA`, Company: `Familia Arquibaldo`, ContactName: `Aria Cruz`, ContactTitle: `Marketing Assistant`, Address: `Rua Orós, 92`, City: `Sao Paulo`, Region: `SP`, PostalCode: 27000, Country: `Brazil`, Phone: `(11) 555-9857`, Fax: `(5) 555-3745` }), + new CustomersDataItem({ ID: `FISSA`, Company: `FISSA Fabrica Inter. Salchichas S.A.`, ContactName: `Diego Roel`, ContactTitle: `Accounting Manager`, Address: `C/ Moralzarzal, 86`, City: `Madrid`, Region: `East`, PostalCode: 28034, Country: `Spain`, Phone: `(91) 555 94 44`, Fax: `(91) 555 55 93` }), + new CustomersDataItem({ ID: `FOLIG`, Company: `Folies gourmandes`, ContactName: `Martine Rancé`, ContactTitle: `Assistant Sales Agent`, Address: `184, chaussée de Tournai`, City: `Lille`, Region: `South`, PostalCode: 59000, Country: `France`, Phone: `20.16.10.16`, Fax: `20.16.10.17` }), + new CustomersDataItem({ ID: `FOLKO`, Company: `Folk och fä HB`, ContactName: `Maria Larsson`, ContactTitle: `Owner`, Address: `Åkergatan 24`, City: `Bräcke`, Region: `East`, PostalCode: 36000, Country: `Sweden`, Phone: `0695-34 67 21`, Fax: `0695 33-4455` }), + new CustomersDataItem({ ID: `FRANK`, Company: `Frankenversand`, ContactName: `Peter Franken`, ContactTitle: `Marketing Manager`, Address: `Berliner Platz 43`, City: `München`, Region: `East`, PostalCode: 80805, Country: `Germany`, Phone: `089-0877310`, Fax: `089-0877451` }), + new CustomersDataItem({ ID: `FRANR`, Company: `France restauration`, ContactName: `Carine Schmitt`, ContactTitle: `Marketing Manager`, Address: `54, rue Royale`, City: `Nantes`, Region: `South`, PostalCode: 44000, Country: `France`, Phone: `40.32.21.21`, Fax: `40.32.21.20` }), + new CustomersDataItem({ ID: `FRANS`, Company: `Franchi S.p.A.`, ContactName: `Paolo Accorti`, ContactTitle: `Sales Representative`, Address: `Via Monte Bianco 34`, City: `Torino`, Region: `East`, PostalCode: 10100, Country: `Italy`, Phone: `011-4988260`, Fax: `011-4988261` }), ]; super(...newItems.slice(0)); } diff --git a/samples/grids/grid/data-performance-virtualization/src/FinancialDataAll.ts b/samples/grids/grid/data-performance-virtualization/src/FinancialDataAll.ts index 746a37ff76..7ebc265d4f 100644 --- a/samples/grids/grid/data-performance-virtualization/src/FinancialDataAll.ts +++ b/samples/grids/grid/data-performance-virtualization/src/FinancialDataAll.ts @@ -47,39006 +47,1006 @@ export class FinancialDataAll extends Array { super(...items); } else { const newItems = [ - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Ethanol`, - Spread: 0.01, - Open: 1.512, - Price: 2.76, - Buy: 2.75, - Sell: 2.76, - Change: 0.01, - ChangePercent: 0.2, - Volume: 14, - High: 2.75, - Low: 1.12, - YearlyHigh: 2.75, - YearlyLow: 1.12, - YearlyStart: 1.48, - YearlyChange: 86.7, - Settlement: `Cash`, - Contract: `CFD`, - Region: `Middle East`, - Country: `Saudi Arabia`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-02-11`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 0 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Natural Gas`, - Spread: 0.02, - Open: 2.094, - Price: 2.07, - Buy: 2.09, - Sell: 2.09, - Change: -0.03, - ChangePercent: -1.8, - Volume: 2783, - High: 2.11, - Low: 2.09, - YearlyHigh: 3.2, - YearlyLow: 1.84, - YearlyStart: 2.52, - YearlyChange: -16.51, - Settlement: `Credit`, - Contract: `Options`, - Region: `Middle East`, - Country: `Saudi Arabia`, - Risk: `High`, - Sector: `Public`, - Currency: `PLN`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-02-22`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 1 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Cotton`, - Spread: 0.01, - Open: 61.77, - Price: 62.9, - Buy: 61.77, - Sell: 61.77, - Change: 1.14, - ChangePercent: 1.84, - Volume: 3612, - High: 62.06, - Low: 61.32, - YearlyHigh: 67.59, - YearlyLow: 54.33, - YearlyStart: 60.96, - YearlyChange: 1.31, - Settlement: `Cash`, - Contract: `Options`, - Region: `North America`, - Country: `United States`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-05-23`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 2 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `FD Cattle`, - Spread: 0.01, - Open: 147.175, - Price: 150.57, - Buy: 148.6, - Sell: 148.61, - Change: 1.96, - ChangePercent: 1.32, - Volume: 5, - High: 148.61, - Low: 147.18, - YearlyHigh: 190, - YearlyLow: 138.1, - YearlyStart: 164.05, - YearlyChange: -9.41, - Settlement: `Loan`, - Contract: `Futures`, - Region: `Africa`, - Country: `South Africa`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-09-19`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 3 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Wheat`, - Spread: 0.01, - Open: 465.5, - Price: 465.89, - Buy: 465.5, - Sell: 465.5, - Change: 0.37, - ChangePercent: 0.08, - Volume: 4318, - High: 467, - Low: 463.25, - YearlyHigh: 628.5, - YearlyLow: 449.5, - YearlyStart: 539, - YearlyChange: -13.63, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Europe`, - Country: `Slovenia`, - Risk: `High`, - Sector: `Government`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-04-19`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 4 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Milk`, - Spread: 0.01, - Open: 12.87, - Price: 12.78, - Buy: 12.87, - Sell: 12.87, - Change: -0.08, - ChangePercent: -0.64, - Volume: 7, - High: 12.89, - Low: 12.81, - YearlyHigh: 16.96, - YearlyLow: 12.81, - YearlyStart: 14.88, - YearlyChange: -13.6, - Settlement: `Cash`, - Contract: `CFD`, - Region: `Africa`, - Country: `Nigeria`, - Risk: `High`, - Sector: `Public`, - Currency: `USD`, - Security: `High`, - Issuer: `American Airlines`, - Maturity: `2022-06-23`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 5 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Oil`, - Spread: 0.015, - Open: 45.54, - Price: 45.79, - Buy: 45.78, - Sell: 45.8, - Change: 0, - ChangePercent: 0, - Volume: 107196, - High: 45.94, - Low: 45, - YearlyHigh: 65.28, - YearlyLow: 30.79, - YearlyStart: 48.03, - YearlyChange: -4.67, - Settlement: `Loan`, - Contract: `Futures`, - Region: `Europe`, - Country: `Iceland`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `FedEx`, - Maturity: `2022-05-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 6 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P MID MINI`, - Spread: 0.01, - Open: 1454.3, - Price: 1430.74, - Buy: 1455.78, - Sell: 1455.79, - Change: -25.04, - ChangePercent: -1.72, - Volume: 338, - High: 1455.78, - Low: 1448, - YearlyHigh: 1527.3, - YearlyLow: 1236, - YearlyStart: 1381.65, - YearlyChange: 5.37, - Settlement: `Cash`, - Contract: `Options`, - Region: `Asia Pacific`, - Country: `China`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-07-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 7 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `Lean Hogs`, - Spread: 0.01, - Open: 81.275, - Price: 80.54, - Buy: 81.81, - Sell: 81.82, - Change: -1.27, - ChangePercent: -1.56, - Volume: 1, - High: 81.81, - Low: 81.28, - YearlyHigh: 83.98, - YearlyLow: 70.25, - YearlyStart: 77.11, - YearlyChange: 6.09, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Asia Pacific`, - Country: `India`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-09-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 8 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `US 30YR Future`, - Spread: 0.01, - Open: 164.875, - Price: 163.44, - Buy: 164.15, - Sell: 164.16, - Change: -0.72, - ChangePercent: -0.44, - Volume: 28012, - High: 165.25, - Low: 164.04, - YearlyHigh: 169.38, - YearlyLow: 151.47, - YearlyStart: 160.43, - YearlyChange: 2.33, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Europe`, - Country: `Netherlands`, - Risk: `High`, - Sector: `Government`, - Currency: `USD`, - Security: `Poor`, - Issuer: `American Airlines`, - Maturity: `2022-09-23`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 9 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Lumber`, - Spread: 0.01, - Open: 303.9, - Price: 304.48, - Buy: 304.59, - Sell: 304.6, - Change: -0.12, - ChangePercent: -0.04, - Volume: 2, - High: 304.6, - Low: 303.9, - YearlyHigh: 317.1, - YearlyLow: 236, - YearlyStart: 276.55, - YearlyChange: 10.14, - Settlement: `Loan`, - Contract: `Futures`, - Region: `Africa`, - Country: `Ethiopia`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-07-16`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 10 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Wheat`, - Spread: 0.01, - Open: 465.5, - Price: 470.73, - Buy: 465.5, - Sell: 465.5, - Change: 5.21, - ChangePercent: 1.12, - Volume: 4318, - High: 467, - Low: 463.25, - YearlyHigh: 628.5, - YearlyLow: 449.5, - YearlyStart: 539, - YearlyChange: -13.63, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Africa`, - Country: `Cameroon`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `FedEx`, - Maturity: `2022-04-19`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 11 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `US 30YR Future`, - Spread: 0.01, - Open: 164.875, - Price: 163.44, - Buy: 164.15, - Sell: 164.16, - Change: -0.72, - ChangePercent: -0.44, - Volume: 28012, - High: 165.25, - Low: 164.04, - YearlyHigh: 169.38, - YearlyLow: 151.47, - YearlyStart: 160.43, - YearlyChange: 2.33, - Settlement: `Loan`, - Contract: `Futures`, - Region: `Africa`, - Country: `Egypt`, - Risk: `Low`, - Sector: `Public`, - Currency: `EUR`, - Security: `High`, - Issuer: `American Airlines`, - Maturity: `2022-08-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 12 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Platinum`, - Spread: 0.01, - Open: 1071.6, - Price: 1050.53, - Buy: 1071.09, - Sell: 1071.1, - Change: -20.57, - ChangePercent: -1.92, - Volume: 3039, - High: 1081.2, - Low: 1070.5, - YearlyHigh: 1120.6, - YearlyLow: 812.4, - YearlyStart: 966.5, - YearlyChange: 10.82, - Settlement: `Cash`, - Contract: `Options`, - Region: `Africa`, - Country: `South Africa`, - Risk: `Low`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-02-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 13 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `GBP/USD`, - Spread: 0.02, - Open: 1.4464, - Price: 1.18, - Buy: 1.18, - Sell: 1.2, - Change: -0.01, - ChangePercent: -0.8, - Volume: 29450, - High: 1.45, - Low: 1.19, - YearlyHigh: 1.59, - YearlyLow: 1.19, - YearlyStart: 1.49, - YearlyChange: -19.59, - Settlement: `Cash`, - Contract: `Options`, - Region: `Africa`, - Country: `Nigeria`, - Risk: `Low`, - Sector: `Government`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-04-11`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 14 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Silver`, - Spread: 0.01, - Open: 17.43, - Price: 17.77, - Buy: 17.43, - Sell: 17.43, - Change: 0.35, - ChangePercent: 2, - Volume: 11720, - High: 17.51, - Low: 17.37, - YearlyHigh: 18.06, - YearlyLow: 13.73, - YearlyStart: 15.89, - YearlyChange: 9.59, - Settlement: `Cash`, - Contract: `Options`, - Region: `Europe`, - Country: `Netherlands`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-05-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 15 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Oil`, - Spread: 0.015, - Open: 45.54, - Price: 44.93, - Buy: 45.78, - Sell: 45.8, - Change: -0.86, - ChangePercent: -1.88, - Volume: 107196, - High: 45.94, - Low: 45, - YearlyHigh: 65.28, - YearlyLow: 30.79, - YearlyStart: 48.03, - YearlyChange: -4.67, - Settlement: `Cash`, - Contract: `Options`, - Region: `South America`, - Country: `Bolivia`, - Risk: `Low`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-03-16`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 16 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `BTC/USD`, - Spread: 0.06, - Open: 93.88, - Price: 21370.39, - Buy: 21200.76, - Sell: 21400.78, - Change: 369.62, - ChangePercent: 1.76, - Volume: 5788000, - High: 22400.05, - Low: 20100.75, - YearlyHigh: 62400.7, - YearlyLow: 15100.88, - YearlyStart: 21200.29, - YearlyChange: -20.62, - Settlement: `Credit`, - Contract: `Forwards`, - Region: `Middle East`, - Country: `Iran`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-04-11`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 17 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Silver`, - Spread: 0.01, - Open: 17.43, - Price: 17.62, - Buy: 17.43, - Sell: 17.43, - Change: 0.2, - ChangePercent: 1.16, - Volume: 11720, - High: 17.51, - Low: 17.37, - YearlyHigh: 18.06, - YearlyLow: 13.73, - YearlyStart: 15.89, - YearlyChange: 9.59, - Settlement: `Credit`, - Contract: `Options`, - Region: `Asia Pacific`, - Country: `Taiwan`, - Risk: `Low`, - Sector: `Public`, - Currency: `USD`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-04-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 18 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soy Meat`, - Spread: 0.01, - Open: 342.6, - Price: 348.38, - Buy: 342.6, - Sell: 342.6, - Change: 5.76, - ChangePercent: 1.68, - Volume: 5646, - High: 345.4, - Low: 340.3, - YearlyHigh: 353.4, - YearlyLow: 261.7, - YearlyStart: 307.55, - YearlyChange: 11.4, - Settlement: `Credit`, - Contract: `CFD`, - Region: `Middle East`, - Country: `UAE`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-06-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 19 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `AUD/USD`, - Spread: 0.02, - Open: 0.7344, - Price: 0.74, - Buy: 0.73, - Sell: 0.73, - Change: 0, - ChangePercent: -1.2, - Volume: 36764, - High: 0.74, - Low: 0.73, - YearlyHigh: 0.79, - YearlyLow: 0.68, - YearlyStart: 0.73, - YearlyChange: 1.28, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Middle East`, - Country: `UAE`, - Risk: `Low`, - Sector: `Government`, - Currency: `USD`, - Security: `High`, - Issuer: `American Airlines`, - Maturity: `2022-07-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 20 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Coal`, - Spread: 0.015, - Open: 0.4363, - Price: 0.41, - Buy: 0.44, - Sell: 0.44, - Change: -0.01, - ChangePercent: -1.2, - Volume: 3, - High: 0.44, - Low: 0.44, - YearlyHigh: 0.48, - YearlyLow: 0.4, - YearlyStart: 0.44, - YearlyChange: -5.33, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Europe`, - Country: `Germany`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-03-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 21 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `OJ Future`, - Spread: 0.01, - Open: 140.6, - Price: 142.94, - Buy: 140.18, - Sell: 140.19, - Change: 2.75, - ChangePercent: 1.96, - Volume: 7, - High: 140.19, - Low: 0, - YearlyHigh: 155.95, - YearlyLow: 113, - YearlyStart: 134.47, - YearlyChange: 4.25, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Europe`, - Country: `Slovenia`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-05-23`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 22 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Wheat`, - Spread: 0.01, - Open: 465.5, - Price: 462.54, - Buy: 465.5, - Sell: 465.5, - Change: -2.98, - ChangePercent: -0.64, - Volume: 4318, - High: 467, - Low: 463.25, - YearlyHigh: 628.5, - YearlyLow: 449.5, - YearlyStart: 539, - YearlyChange: -13.63, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Asia Pacific`, - Country: `Thailand`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-08-16`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 23 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Copper`, - Spread: 0.02, - Open: 2.123, - Price: 2.14, - Buy: 2.12, - Sell: 2.12, - Change: 0.03, - ChangePercent: 1.24, - Volume: 28819, - High: 2.16, - Low: 2.11, - YearlyHigh: 2.94, - YearlyLow: 1.96, - YearlyStart: 2.45, - YearlyChange: -13.76, - Settlement: `Credit`, - Contract: `CFD`, - Region: `Middle East`, - Country: `UAE`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `American Airlines`, - Maturity: `2022-01-22`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 24 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soy oil`, - Spread: 0.01, - Open: 33.26, - Price: 33.99, - Buy: 33.77, - Sell: 33.78, - Change: 0.22, - ChangePercent: 0.64, - Volume: 10592, - High: 33.77, - Low: 33.06, - YearlyHigh: 35.43, - YearlyLow: 26.61, - YearlyStart: 31.02, - YearlyChange: 8.87, - Settlement: `Credit`, - Contract: `Options`, - Region: `Africa`, - Country: `Cameroon`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-07-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 25 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Coal`, - Spread: 0.015, - Open: 0.4363, - Price: 0.42, - Buy: 0.44, - Sell: 0.44, - Change: 0, - ChangePercent: 1, - Volume: 3, - High: 0.44, - Low: 0.44, - YearlyHigh: 0.48, - YearlyLow: 0.4, - YearlyStart: 0.44, - YearlyChange: -5.33, - Settlement: `Credit`, - Contract: `Forwards`, - Region: `Africa`, - Country: `Tunisia`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-01-23`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 26 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `Euro$ 3M`, - Spread: 0.01, - Open: 99.18, - Price: 100.8, - Buy: 99.18, - Sell: 99.18, - Change: 1.63, - ChangePercent: 1.64, - Volume: 29509, - High: 99.18, - Low: 99.17, - YearlyHigh: 99.38, - YearlyLow: 98.41, - YearlyStart: 98.89, - YearlyChange: 0.28, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Middle East`, - Country: `Israel`, - Risk: `Low`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-07-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 27 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Milk`, - Spread: 0.01, - Open: 12.87, - Price: 12.84, - Buy: 12.87, - Sell: 12.87, - Change: -0.02, - ChangePercent: -0.12, - Volume: 7, - High: 12.89, - Low: 12.81, - YearlyHigh: 16.96, - YearlyLow: 12.81, - YearlyStart: 14.88, - YearlyChange: -13.6, - Settlement: `Credit`, - Contract: `Futures`, - Region: `Africa`, - Country: `South Africa`, - Risk: `Low`, - Sector: `Public`, - Currency: `EUR`, - Security: `High`, - Issuer: `FedEx`, - Maturity: `2022-08-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 28 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/JPY`, - Spread: 0.02, - Open: 9275.5, - Price: 9162.3, - Buy: 9277.32, - Sell: 9277.34, - Change: -115.03, - ChangePercent: -1.24, - Volume: 47734, - High: 9277.33, - Low: 0.93, - YearlyHigh: 9483, - YearlyLow: 0.93, - YearlyStart: 4741.97, - YearlyChange: 95.64, - Settlement: `Cash`, - Contract: `Swap`, - Region: `North America`, - Country: `Mexico`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-02-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 29 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Uranium`, - Spread: 0.02, - Open: 27.55, - Price: 27.56, - Buy: 27.55, - Sell: 27.55, - Change: -0.02, - ChangePercent: -0.08, - Volume: 12, - High: 27.55, - Low: 27.55, - YearlyHigh: 29.32, - YearlyLow: 21.28, - YearlyStart: 25.3, - YearlyChange: 9.01, - Settlement: `Credit`, - Contract: `Forwards`, - Region: `Asia Pacific`, - Country: `Taiwan`, - Risk: `Low`, - Sector: `Public`, - Currency: `USD`, - Security: `High`, - Issuer: `FedEx`, - Maturity: `2022-09-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 30 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `US 10YR Future`, - Spread: 0.01, - Open: 130.5625, - Price: 131.78, - Buy: 130.56, - Sell: 130.56, - Change: 1.2, - ChangePercent: 0.92, - Volume: 189310, - High: 130.63, - Low: 130.44, - YearlyHigh: 132.64, - YearlyLow: 125.48, - YearlyStart: 129.06, - YearlyChange: 1.18, - Settlement: `Loan`, - Contract: `Futures`, - Region: `Asia Pacific`, - Country: `India`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-01-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 31 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Uranium`, - Spread: 0.02, - Open: 27.55, - Price: 27.6, - Buy: 27.55, - Sell: 27.55, - Change: 0.02, - ChangePercent: 0.08, - Volume: 12, - High: 27.55, - Low: 27.55, - YearlyHigh: 29.32, - YearlyLow: 21.28, - YearlyStart: 25.3, - YearlyChange: 9.01, - Settlement: `Loan`, - Contract: `CFD`, - Region: `Middle East`, - Country: `Syria`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-03-24`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 32 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P MID MINI`, - Spread: 0.01, - Open: 1454.3, - Price: 1472.09, - Buy: 1455.78, - Sell: 1455.79, - Change: 16.31, - ChangePercent: 1.12, - Volume: 338, - High: 1455.78, - Low: 1448, - YearlyHigh: 1527.3, - YearlyLow: 1236, - YearlyStart: 1381.65, - YearlyChange: 5.37, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Asia Pacific`, - Country: `Indonesia`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-07-11`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 33 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/JPY`, - Spread: 0.02, - Open: 9275.5, - Price: 9236.51, - Buy: 9277.32, - Sell: 9277.34, - Change: -40.82, - ChangePercent: -0.44, - Volume: 47734, - High: 9277.33, - Low: 0.93, - YearlyHigh: 9483, - YearlyLow: 0.93, - YearlyStart: 4741.97, - YearlyChange: 95.64, - Settlement: `Credit`, - Contract: `Options`, - Region: `Asia Pacific`, - Country: `Australia`, - Risk: `Low`, - Sector: `Public`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-02-19`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 34 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Diesel`, - Spread: 0.015, - Open: 1.3474, - Price: 1.37, - Buy: 1.35, - Sell: 1.35, - Change: 0.01, - ChangePercent: 1.24, - Volume: 2971, - High: 1.36, - Low: 1.34, - YearlyHigh: 2.11, - YearlyLow: 0.92, - YearlyStart: 1.51, - YearlyChange: -10.4, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Europe`, - Country: `Norway`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `High`, - Issuer: `FedEx`, - Maturity: `2022-07-19`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 35 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `LV Cattle`, - Spread: 0.01, - Open: 120.725, - Price: 121.82, - Buy: 120.72, - Sell: 120.72, - Change: 1.11, - ChangePercent: 0.92, - Volume: 4, - High: 120.72, - Low: 120.72, - YearlyHigh: 147.98, - YearlyLow: 113.9, - YearlyStart: 130.94, - YearlyChange: -7.82, - Settlement: `Loan`, - Contract: `Forwards`, - Region: `North America`, - Country: `United States`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-06-19`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 36 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/CHF`, - Spread: 0.02, - Open: 1.0337, - Price: 1.06, - Buy: 1.03, - Sell: 1.03, - Change: 0.02, - ChangePercent: 1.6, - Volume: 5550, - High: 1.03, - Low: 1.03, - YearlyHigh: 1.11, - YearlyLow: 0.98, - YearlyStart: 1.04, - YearlyChange: -0.12, - Settlement: `Credit`, - Contract: `Options`, - Region: `Asia Pacific`, - Country: `Australia`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-03-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 37 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `US 2Y Future`, - Spread: 0.01, - Open: 109.3984, - Price: 111.18, - Buy: 109.4, - Sell: 109.4, - Change: 1.79, - ChangePercent: 1.64, - Volume: 17742, - High: 109.41, - Low: 109.38, - YearlyHigh: 109.8, - YearlyLow: 108.62, - YearlyStart: 109.21, - YearlyChange: 0.16, - Settlement: `Cash`, - Contract: `CFD`, - Region: `Asia Pacific`, - Country: `Thailand`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-03-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 38 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P Future`, - Spread: 0.01, - Open: 2057.5, - Price: 2021.23, - Buy: 2056.6, - Sell: 2056.61, - Change: -35.37, - ChangePercent: -1.72, - Volume: 142780, - High: 2059.5, - Low: 2049, - YearlyHigh: 2105.5, - YearlyLow: 1794.5, - YearlyStart: 1950, - YearlyChange: 5.47, - Settlement: `Loan`, - Contract: `CFD`, - Region: `Asia Pacific`, - Country: `China`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-02-23`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 39 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `BTC/USD`, - Spread: 0.06, - Open: 93.88, - Price: 21395.59, - Buy: 21200.76, - Sell: 21400.78, - Change: 394.82, - ChangePercent: 1.88, - Volume: 5788000, - High: 22400.05, - Low: 20100.75, - YearlyHigh: 62400.7, - YearlyLow: 15100.88, - YearlyStart: 21200.29, - YearlyChange: -20.62, - Settlement: `Loan`, - Contract: `CFD`, - Region: `South America`, - Country: `Venezuela`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-05-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 40 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/CAD`, - Spread: 0.02, - Open: 0.7744, - Price: 0.96, - Buy: 0.94, - Sell: 0.96, - Change: 0.01, - ChangePercent: 0.92, - Volume: 13669, - High: 0.95, - Low: 0.77, - YearlyHigh: 0.95, - YearlyLow: 0.68, - YearlyStart: 0.76, - YearlyChange: 26.43, - Settlement: `Loan`, - Contract: `Forwards`, - Region: `Africa`, - Country: `Morocco`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-01-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 41 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soybean`, - Spread: 0.01, - Open: 1038, - Price: 1049, - Buy: 1038.61, - Sell: 1038.62, - Change: 10.38, - ChangePercent: 1, - Volume: 20356, - High: 1044, - Low: 1031.75, - YearlyHigh: 1057, - YearlyLow: 859.5, - YearlyStart: 958.25, - YearlyChange: 8.39, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Asia Pacific`, - Country: `Korea`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-04-11`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 42 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Oats`, - Spread: 0.01, - Open: 194.5, - Price: 197.4, - Buy: 194.21, - Sell: 194.22, - Change: 3.18, - ChangePercent: 1.64, - Volume: 64, - High: 195.75, - Low: 194, - YearlyHigh: 241.25, - YearlyLow: 183.75, - YearlyStart: 212.5, - YearlyChange: -8.6, - Settlement: `Credit`, - Contract: `Swap`, - Region: `South America`, - Country: `Guyana`, - Risk: `Low`, - Sector: `Public`, - Currency: `USD`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-03-16`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 43 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Oil`, - Spread: 0.015, - Open: 45.54, - Price: 45.57, - Buy: 45.78, - Sell: 45.8, - Change: -0.22, - ChangePercent: -0.48, - Volume: 107196, - High: 45.94, - Low: 45, - YearlyHigh: 65.28, - YearlyLow: 30.79, - YearlyStart: 48.03, - YearlyChange: -4.67, - Settlement: `Cash`, - Contract: `Options`, - Region: `Middle East`, - Country: `Syria`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `High`, - Issuer: `American Airlines`, - Maturity: `2022-05-23`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 44 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Uranium`, - Spread: 0.02, - Open: 27.55, - Price: 27.51, - Buy: 27.55, - Sell: 27.55, - Change: -0.07, - ChangePercent: -0.24, - Volume: 12, - High: 27.55, - Low: 27.55, - YearlyHigh: 29.32, - YearlyLow: 21.28, - YearlyStart: 25.3, - YearlyChange: 9.01, - Settlement: `Cash`, - Contract: `Options`, - Region: `Europe`, - Country: `Slovakia`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-09-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 45 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/CAD`, - Spread: 0.02, - Open: 0.7744, - Price: 0.94, - Buy: 0.94, - Sell: 0.96, - Change: -0.01, - ChangePercent: -1.84, - Volume: 13669, - High: 0.95, - Low: 0.77, - YearlyHigh: 0.95, - YearlyLow: 0.68, - YearlyStart: 0.76, - YearlyChange: 26.43, - Settlement: `Credit`, - Contract: `Options`, - Region: `Asia Pacific`, - Country: `Australia`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-03-27`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 46 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Ethanol`, - Spread: 0.01, - Open: 1.512, - Price: 2.76, - Buy: 2.75, - Sell: 2.76, - Change: 0.01, - ChangePercent: 0.12, - Volume: 14, - High: 2.75, - Low: 1.12, - YearlyHigh: 2.75, - YearlyLow: 1.12, - YearlyStart: 1.48, - YearlyChange: 86.7, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Africa`, - Country: `Cameroon`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-06-21`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 47 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Uranium`, - Spread: 0.02, - Open: 27.55, - Price: 27.72, - Buy: 27.55, - Sell: 27.55, - Change: 0.14, - ChangePercent: 0.52, - Volume: 12, - High: 27.55, - Low: 27.55, - YearlyHigh: 29.32, - YearlyLow: 21.28, - YearlyStart: 25.3, - YearlyChange: 9.01, - Settlement: `Cash`, - Contract: `CFD`, - Region: `North America`, - Country: `United States`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-03-24`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 48 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Cotton`, - Spread: 0.01, - Open: 61.77, - Price: 60.75, - Buy: 61.77, - Sell: 61.77, - Change: -1.01, - ChangePercent: -1.64, - Volume: 3612, - High: 62.06, - Low: 61.32, - YearlyHigh: 67.59, - YearlyLow: 54.33, - YearlyStart: 60.96, - YearlyChange: 1.31, - Settlement: `Cash`, - Contract: `Options`, - Region: `Africa`, - Country: `Cameroon`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-05-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 49 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Uranium`, - Spread: 0.02, - Open: 27.55, - Price: 27.87, - Buy: 27.55, - Sell: 27.55, - Change: 0.29, - ChangePercent: 1.04, - Volume: 12, - High: 27.55, - Low: 27.55, - YearlyHigh: 29.32, - YearlyLow: 21.28, - YearlyStart: 25.3, - YearlyChange: 9.01, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Middle East`, - Country: `Syria`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `High`, - Issuer: `American Airlines`, - Maturity: `2022-09-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 50 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `DOW Future`, - Spread: 0.01, - Open: 17711, - Price: 17747.58, - Buy: 17712.15, - Sell: 17712.16, - Change: 35.43, - ChangePercent: 0.2, - Volume: 22236, - High: 17727, - Low: 17642, - YearlyHigh: 18083, - YearlyLow: 15299, - YearlyStart: 16691, - YearlyChange: 6.12, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Asia Pacific`, - Country: `Pakistan`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-04-11`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 51 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `BTC/USD`, - Spread: 0.06, - Open: 93.88, - Price: 20589.16, - Buy: 21200.76, - Sell: 21400.78, - Change: -411.61, - ChangePercent: -1.96, - Volume: 5788000, - High: 22400.05, - Low: 20100.75, - YearlyHigh: 62400.7, - YearlyLow: 15100.88, - YearlyStart: 21200.29, - YearlyChange: -20.62, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Europe`, - Country: `Russia`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-02-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 52 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Rice`, - Spread: 0.01, - Open: 11.245, - Price: 10.32, - Buy: 10.41, - Sell: 10.42, - Change: -0.1, - ChangePercent: -0.92, - Volume: 220, - High: 11.38, - Low: 10.42, - YearlyHigh: 14.14, - YearlyLow: 9.7, - YearlyStart: 11.92, - YearlyChange: -12.62, - Settlement: `Cash`, - Contract: `Futures`, - Region: `South America`, - Country: `Ecuador`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-09-19`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 53 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `NAS Future`, - Spread: 0.01, - Open: 4341.25, - Price: 4297.87, - Buy: 4341.25, - Sell: 4341.25, - Change: -43.41, - ChangePercent: -1, - Volume: 18259, - High: 4347, - Low: 4318, - YearlyHigh: 4719.75, - YearlyLow: 3867.75, - YearlyStart: 4293.75, - YearlyChange: 1.11, - Settlement: `Cash`, - Contract: `Options`, - Region: `Middle East`, - Country: `Jordan`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-02-24`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 54 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Corn`, - Spread: 0.01, - Open: 379.5, - Price: 374.79, - Buy: 379.8, - Sell: 379.81, - Change: -5.01, - ChangePercent: -1.32, - Volume: 11266, - High: 381, - Low: 377.75, - YearlyHigh: 471.25, - YearlyLow: 351.25, - YearlyStart: 411.25, - YearlyChange: -7.65, - Settlement: `Loan`, - Contract: `Swap`, - Region: `South America`, - Country: `Chile`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-08-11`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 55 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Coal`, - Spread: 0.015, - Open: 0.4363, - Price: 0.41, - Buy: 0.44, - Sell: 0.44, - Change: -0.01, - ChangePercent: -1.64, - Volume: 3, - High: 0.44, - Low: 0.44, - YearlyHigh: 0.48, - YearlyLow: 0.4, - YearlyStart: 0.44, - YearlyChange: -5.33, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Europe`, - Country: `Hungary`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-07-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 56 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `OJ Future`, - Spread: 0.01, - Open: 140.6, - Price: 140.41, - Buy: 140.18, - Sell: 140.19, - Change: 0.22, - ChangePercent: 0.16, - Volume: 7, - High: 140.19, - Low: 0, - YearlyHigh: 155.95, - YearlyLow: 113, - YearlyStart: 134.47, - YearlyChange: 4.25, - Settlement: `Loan`, - Contract: `Futures`, - Region: `Europe`, - Country: `Spain`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-07-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 57 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `Lean Hogs`, - Spread: 0.01, - Open: 81.275, - Price: 81.68, - Buy: 81.81, - Sell: 81.82, - Change: -0.13, - ChangePercent: -0.16, - Volume: 1, - High: 81.81, - Low: 81.28, - YearlyHigh: 83.98, - YearlyLow: 70.25, - YearlyStart: 77.11, - YearlyChange: 6.09, - Settlement: `Credit`, - Contract: `Options`, - Region: `South America`, - Country: `Guyana`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-05-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 58 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `BTC/USD`, - Spread: 0.06, - Open: 93.88, - Price: 21126.78, - Buy: 21200.76, - Sell: 21400.78, - Change: 126.01, - ChangePercent: 0.6, - Volume: 5788000, - High: 22400.05, - Low: 20100.75, - YearlyHigh: 62400.7, - YearlyLow: 15100.88, - YearlyStart: 21200.29, - YearlyChange: -20.62, - Settlement: `Cash`, - Contract: `Options`, - Region: `Africa`, - Country: `Tunisia`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `High`, - Issuer: `FedEx`, - Maturity: `2022-08-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 59 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Platinum`, - Spread: 0.01, - Open: 1071.6, - Price: 1055.68, - Buy: 1071.09, - Sell: 1071.1, - Change: -15.42, - ChangePercent: -1.44, - Volume: 3039, - High: 1081.2, - Low: 1070.5, - YearlyHigh: 1120.6, - YearlyLow: 812.4, - YearlyStart: 966.5, - YearlyChange: 10.82, - Settlement: `Cash`, - Contract: `Futures`, - Region: `South America`, - Country: `Chile`, - Risk: `High`, - Sector: `Private`, - Currency: `PLN`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-07-11`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 60 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Milk`, - Spread: 0.01, - Open: 12.87, - Price: 13.08, - Buy: 12.87, - Sell: 12.87, - Change: 0.22, - ChangePercent: 1.68, - Volume: 7, - High: 12.89, - Low: 12.81, - YearlyHigh: 16.96, - YearlyLow: 12.81, - YearlyStart: 14.88, - YearlyChange: -13.6, - Settlement: `Credit`, - Contract: `Futures`, - Region: `Europe`, - Country: `Hungary`, - Risk: `High`, - Sector: `Private`, - Currency: `PLN`, - Security: `High`, - Issuer: `American Airlines`, - Maturity: `2022-05-23`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 61 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soy oil`, - Spread: 0.01, - Open: 33.26, - Price: 34.45, - Buy: 33.77, - Sell: 33.78, - Change: 0.68, - ChangePercent: 2, - Volume: 10592, - High: 33.77, - Low: 33.06, - YearlyHigh: 35.43, - YearlyLow: 26.61, - YearlyStart: 31.02, - YearlyChange: 8.87, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Africa`, - Country: `Morocco`, - Risk: `High`, - Sector: `Public`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `American Airlines`, - Maturity: `2022-02-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 62 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Platinum`, - Spread: 0.01, - Open: 1071.6, - Price: 1074.53, - Buy: 1071.09, - Sell: 1071.1, - Change: 3.43, - ChangePercent: 0.32, - Volume: 3039, - High: 1081.2, - Low: 1070.5, - YearlyHigh: 1120.6, - YearlyLow: 812.4, - YearlyStart: 966.5, - YearlyChange: 10.82, - Settlement: `Credit`, - Contract: `CFD`, - Region: `Africa`, - Country: `Libya`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-04-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 63 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Ethanol`, - Spread: 0.01, - Open: 1.512, - Price: 2.81, - Buy: 2.75, - Sell: 2.76, - Change: 0.06, - ChangePercent: 2, - Volume: 14, - High: 2.75, - Low: 1.12, - YearlyHigh: 2.75, - YearlyLow: 1.12, - YearlyStart: 1.48, - YearlyChange: 86.7, - Settlement: `Credit`, - Contract: `Forwards`, - Region: `Asia Pacific`, - Country: `India`, - Risk: `High`, - Sector: `Public`, - Currency: `USD`, - Security: `High`, - Issuer: `FedEx`, - Maturity: `2022-03-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 64 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Cotton`, - Spread: 0.01, - Open: 61.77, - Price: 61.86, - Buy: 61.77, - Sell: 61.77, - Change: 0.1, - ChangePercent: 0.16, - Volume: 3612, - High: 62.06, - Low: 61.32, - YearlyHigh: 67.59, - YearlyLow: 54.33, - YearlyStart: 60.96, - YearlyChange: 1.31, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Africa`, - Country: `Tunisia`, - Risk: `High`, - Sector: `Private`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-01-23`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 65 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Wheat`, - Spread: 0.01, - Open: 465.5, - Price: 472.78, - Buy: 465.5, - Sell: 465.5, - Change: 7.26, - ChangePercent: 1.56, - Volume: 4318, - High: 467, - Low: 463.25, - YearlyHigh: 628.5, - YearlyLow: 449.5, - YearlyStart: 539, - YearlyChange: -13.63, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Africa`, - Country: `Cameroon`, - Risk: `Low`, - Sector: `Government`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-02-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 66 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Natural Gas`, - Spread: 0.02, - Open: 2.094, - Price: 2.06, - Buy: 2.09, - Sell: 2.09, - Change: -0.04, - ChangePercent: -1.92, - Volume: 2783, - High: 2.11, - Low: 2.09, - YearlyHigh: 3.2, - YearlyLow: 1.84, - YearlyStart: 2.52, - YearlyChange: -16.51, - Settlement: `Cash`, - Contract: `Options`, - Region: `South America`, - Country: `Uruguay`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-01-19`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 67 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `FD Cattle`, - Spread: 0.01, - Open: 147.175, - Price: 148.55, - Buy: 148.6, - Sell: 148.61, - Change: -0.06, - ChangePercent: -0.04, - Volume: 5, - High: 148.61, - Low: 147.18, - YearlyHigh: 190, - YearlyLow: 138.1, - YearlyStart: 164.05, - YearlyChange: -9.41, - Settlement: `Cash`, - Contract: `Swap`, - Region: `South America`, - Country: `Argentina`, - Risk: `High`, - Sector: `Government`, - Currency: `USD`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-03-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 68 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/JPY`, - Spread: 0.02, - Open: 9275.5, - Price: 9347.84, - Buy: 9277.32, - Sell: 9277.34, - Change: 70.51, - ChangePercent: 0.76, - Volume: 47734, - High: 9277.33, - Low: 0.93, - YearlyHigh: 9483, - YearlyLow: 0.93, - YearlyStart: 4741.97, - YearlyChange: 95.64, - Settlement: `Credit`, - Contract: `Options`, - Region: `Middle East`, - Country: `Saudi Arabia`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `High`, - Issuer: `American Airlines`, - Maturity: `2022-07-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 69 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soy oil`, - Spread: 0.01, - Open: 33.26, - Price: 33.38, - Buy: 33.77, - Sell: 33.78, - Change: -0.39, - ChangePercent: -1.16, - Volume: 10592, - High: 33.77, - Low: 33.06, - YearlyHigh: 35.43, - YearlyLow: 26.61, - YearlyStart: 31.02, - YearlyChange: 8.87, - Settlement: `Credit`, - Contract: `Options`, - Region: `Europe`, - Country: `Netherlands`, - Risk: `Low`, - Sector: `Government`, - Currency: `USD`, - Security: `High`, - Issuer: `American Airlines`, - Maturity: `2022-09-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 70 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soy Meat`, - Spread: 0.01, - Open: 342.6, - Price: 339.06, - Buy: 342.6, - Sell: 342.6, - Change: -3.56, - ChangePercent: -1.04, - Volume: 5646, - High: 345.4, - Low: 340.3, - YearlyHigh: 353.4, - YearlyLow: 261.7, - YearlyStart: 307.55, - YearlyChange: 11.4, - Settlement: `Loan`, - Contract: `Options`, - Region: `Europe`, - Country: `Hungary`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-04-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 71 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Natural Gas`, - Spread: 0.02, - Open: 2.094, - Price: 2.1, - Buy: 2.09, - Sell: 2.09, - Change: 0, - ChangePercent: -0.28, - Volume: 2783, - High: 2.11, - Low: 2.09, - YearlyHigh: 3.2, - YearlyLow: 1.84, - YearlyStart: 2.52, - YearlyChange: -16.51, - Settlement: `Loan`, - Contract: `Forwards`, - Region: `Europe`, - Country: `Portugal`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-05-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 72 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/JPY`, - Spread: 0.02, - Open: 9275.5, - Price: 9459.17, - Buy: 9277.32, - Sell: 9277.34, - Change: 181.84, - ChangePercent: 1.96, - Volume: 47734, - High: 9277.33, - Low: 0.93, - YearlyHigh: 9483, - YearlyLow: 0.93, - YearlyStart: 4741.97, - YearlyChange: 95.64, - Settlement: `Credit`, - Contract: `Futures`, - Region: `Middle East`, - Country: `Iraq`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-07-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 73 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Oats`, - Spread: 0.01, - Open: 194.5, - Price: 197.25, - Buy: 194.21, - Sell: 194.22, - Change: 3.03, - ChangePercent: 1.56, - Volume: 64, - High: 195.75, - Low: 194, - YearlyHigh: 241.25, - YearlyLow: 183.75, - YearlyStart: 212.5, - YearlyChange: -8.6, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Europe`, - Country: `Sweden`, - Risk: `Low`, - Sector: `Public`, - Currency: `USD`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-04-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 74 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soy Meat`, - Spread: 0.01, - Open: 342.6, - Price: 336.59, - Buy: 342.6, - Sell: 342.6, - Change: -6.03, - ChangePercent: -1.76, - Volume: 5646, - High: 345.4, - Low: 340.3, - YearlyHigh: 353.4, - YearlyLow: 261.7, - YearlyStart: 307.55, - YearlyChange: 11.4, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Africa`, - Country: `Ethiopia`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-09-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 75 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Gold`, - Spread: 0.01, - Open: 1281.1, - Price: 1260.75, - Buy: 1280.73, - Sell: 1280.74, - Change: -19.98, - ChangePercent: -1.56, - Volume: 48387, - High: 1289.5, - Low: 1279.1, - YearlyHigh: 1306, - YearlyLow: 1047.2, - YearlyStart: 1176.6, - YearlyChange: 8.85, - Settlement: `Cash`, - Contract: `Options`, - Region: `Africa`, - Country: `Nigeria`, - Risk: `High`, - Sector: `Private`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-04-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 76 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Sugar`, - Spread: 0.01, - Open: 15.68, - Price: 14.91, - Buy: 14.67, - Sell: 14.68, - Change: 0.24, - ChangePercent: 1.64, - Volume: 4949, - High: 15.7, - Low: 14.67, - YearlyHigh: 16.87, - YearlyLow: 11.37, - YearlyStart: 14.12, - YearlyChange: 3.92, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Europe`, - Country: `Sweden`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-05-21`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 77 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Copper`, - Spread: 0.02, - Open: 2.123, - Price: 2.1, - Buy: 2.12, - Sell: 2.12, - Change: -0.01, - ChangePercent: -0.64, - Volume: 28819, - High: 2.16, - Low: 2.11, - YearlyHigh: 2.94, - YearlyLow: 1.96, - YearlyStart: 2.45, - YearlyChange: -13.76, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Africa`, - Country: `Ethiopia`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-08-19`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 78 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/JPY`, - Spread: 0.02, - Open: 9275.5, - Price: 9329.29, - Buy: 9277.32, - Sell: 9277.34, - Change: 51.96, - ChangePercent: 0.56, - Volume: 47734, - High: 9277.33, - Low: 0.93, - YearlyHigh: 9483, - YearlyLow: 0.93, - YearlyStart: 4741.97, - YearlyChange: 95.64, - Settlement: `Loan`, - Contract: `Futures`, - Region: `Europe`, - Country: `Germany`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-07-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 79 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `OJ Future`, - Spread: 0.01, - Open: 140.6, - Price: 140.97, - Buy: 140.18, - Sell: 140.19, - Change: 0.78, - ChangePercent: 0.56, - Volume: 7, - High: 140.19, - Low: 0, - YearlyHigh: 155.95, - YearlyLow: 113, - YearlyStart: 134.47, - YearlyChange: 4.25, - Settlement: `Loan`, - Contract: `CFD`, - Region: `Africa`, - Country: `Morocco`, - Risk: `Low`, - Sector: `Government`, - Currency: `USD`, - Security: `High`, - Issuer: `FedEx`, - Maturity: `2022-06-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 80 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/JPY`, - Spread: 0.02, - Open: 9275.5, - Price: 9455.46, - Buy: 9277.32, - Sell: 9277.34, - Change: 178.13, - ChangePercent: 1.92, - Volume: 47734, - High: 9277.33, - Low: 0.93, - YearlyHigh: 9483, - YearlyLow: 0.93, - YearlyStart: 4741.97, - YearlyChange: 95.64, - Settlement: `Loan`, - Contract: `Futures`, - Region: `Asia Pacific`, - Country: `China`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-03-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 81 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `FD Cattle`, - Spread: 0.01, - Open: 147.175, - Price: 148.37, - Buy: 148.6, - Sell: 148.61, - Change: -0.24, - ChangePercent: -0.16, - Volume: 5, - High: 148.61, - Low: 147.18, - YearlyHigh: 190, - YearlyLow: 138.1, - YearlyStart: 164.05, - YearlyChange: -9.41, - Settlement: `Loan`, - Contract: `Futures`, - Region: `Europe`, - Country: `France`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-02-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 82 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Diesel`, - Spread: 0.015, - Open: 1.3474, - Price: 1.38, - Buy: 1.35, - Sell: 1.35, - Change: 0.02, - ChangePercent: 1.56, - Volume: 2971, - High: 1.36, - Low: 1.34, - YearlyHigh: 2.11, - YearlyLow: 0.92, - YearlyStart: 1.51, - YearlyChange: -10.4, - Settlement: `Cash`, - Contract: `Options`, - Region: `North America`, - Country: `United States`, - Risk: `High`, - Sector: `Public`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-03-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 83 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Ethanol`, - Spread: 0.01, - Open: 1.512, - Price: 2.71, - Buy: 2.75, - Sell: 2.76, - Change: -0.04, - ChangePercent: -1.68, - Volume: 14, - High: 2.75, - Low: 1.12, - YearlyHigh: 2.75, - YearlyLow: 1.12, - YearlyStart: 1.48, - YearlyChange: 86.7, - Settlement: `Cash`, - Contract: `Options`, - Region: `Africa`, - Country: `South Africa`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-04-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 84 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `DOW Future`, - Spread: 0.01, - Open: 17711, - Price: 17875.1, - Buy: 17712.15, - Sell: 17712.16, - Change: 162.95, - ChangePercent: 0.92, - Volume: 22236, - High: 17727, - Low: 17642, - YearlyHigh: 18083, - YearlyLow: 15299, - YearlyStart: 16691, - YearlyChange: 6.12, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Europe`, - Country: `Ireland`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-02-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 85 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `LV Cattle`, - Spread: 0.01, - Open: 120.725, - Price: 120.9, - Buy: 120.72, - Sell: 120.72, - Change: 0.2, - ChangePercent: 0.16, - Volume: 4, - High: 120.72, - Low: 120.72, - YearlyHigh: 147.98, - YearlyLow: 113.9, - YearlyStart: 130.94, - YearlyChange: -7.82, - Settlement: `Loan`, - Contract: `Futures`, - Region: `Europe`, - Country: `Romania`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `American Airlines`, - Maturity: `2022-06-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 86 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `LV Cattle`, - Spread: 0.01, - Open: 120.725, - Price: 120.66, - Buy: 120.72, - Sell: 120.72, - Change: -0.05, - ChangePercent: -0.04, - Volume: 4, - High: 120.72, - Low: 120.72, - YearlyHigh: 147.98, - YearlyLow: 113.9, - YearlyStart: 130.94, - YearlyChange: -7.82, - Settlement: `Credit`, - Contract: `Futures`, - Region: `Europe`, - Country: `France`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-02-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 87 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `LV Cattle`, - Spread: 0.01, - Open: 120.725, - Price: 119.93, - Buy: 120.72, - Sell: 120.72, - Change: -0.77, - ChangePercent: -0.64, - Volume: 4, - High: 120.72, - Low: 120.72, - YearlyHigh: 147.98, - YearlyLow: 113.9, - YearlyStart: 130.94, - YearlyChange: -7.82, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Middle East`, - Country: `Qatar`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-03-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 88 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P Future`, - Spread: 0.01, - Open: 2057.5, - Price: 2017.12, - Buy: 2056.6, - Sell: 2056.61, - Change: -39.48, - ChangePercent: -1.92, - Volume: 142780, - High: 2059.5, - Low: 2049, - YearlyHigh: 2105.5, - YearlyLow: 1794.5, - YearlyStart: 1950, - YearlyChange: 5.47, - Settlement: `Credit`, - Contract: `Options`, - Region: `Europe`, - Country: `Denmark`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-08-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 89 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `Euro$ 3M`, - Spread: 0.01, - Open: 99.18, - Price: 97.38, - Buy: 99.18, - Sell: 99.18, - Change: -1.79, - ChangePercent: -1.8, - Volume: 29509, - High: 99.18, - Low: 99.17, - YearlyHigh: 99.38, - YearlyLow: 98.41, - YearlyStart: 98.89, - YearlyChange: 0.28, - Settlement: `Loan`, - Contract: `Forwards`, - Region: `Asia Pacific`, - Country: `Hong Kong`, - Risk: `Low`, - Sector: `Government`, - Currency: `USD`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-07-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 90 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `AUD/USD`, - Spread: 0.02, - Open: 0.7344, - Price: 0.73, - Buy: 0.73, - Sell: 0.73, - Change: -0.01, - ChangePercent: -1.48, - Volume: 36764, - High: 0.74, - Low: 0.73, - YearlyHigh: 0.79, - YearlyLow: 0.68, - YearlyStart: 0.73, - YearlyChange: 1.28, - Settlement: `Credit`, - Contract: `Futures`, - Region: `North America`, - Country: `United States`, - Risk: `High`, - Sector: `Government`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-08-24`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 91 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Platinum`, - Spread: 0.01, - Open: 1071.6, - Price: 1057.82, - Buy: 1071.09, - Sell: 1071.1, - Change: -13.28, - ChangePercent: -1.24, - Volume: 3039, - High: 1081.2, - Low: 1070.5, - YearlyHigh: 1120.6, - YearlyLow: 812.4, - YearlyStart: 966.5, - YearlyChange: 10.82, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Middle East`, - Country: `Oman`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-01-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 92 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Silver`, - Spread: 0.01, - Open: 17.43, - Price: 17.27, - Buy: 17.43, - Sell: 17.43, - Change: -0.15, - ChangePercent: -0.84, - Volume: 11720, - High: 17.51, - Low: 17.37, - YearlyHigh: 18.06, - YearlyLow: 13.73, - YearlyStart: 15.89, - YearlyChange: 9.59, - Settlement: `Cash`, - Contract: `CFD`, - Region: `Europe`, - Country: `Bulgaria`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-05-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 93 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `Lean Hogs`, - Spread: 0.01, - Open: 81.275, - Price: 81.29, - Buy: 81.81, - Sell: 81.82, - Change: -0.52, - ChangePercent: -0.64, - Volume: 1, - High: 81.81, - Low: 81.28, - YearlyHigh: 83.98, - YearlyLow: 70.25, - YearlyStart: 77.11, - YearlyChange: 6.09, - Settlement: `Cash`, - Contract: `Options`, - Region: `Africa`, - Country: `South Africa`, - Risk: `Low`, - Sector: `Public`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-01-27`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 94 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Wheat`, - Spread: 0.01, - Open: 465.5, - Price: 469.8, - Buy: 465.5, - Sell: 465.5, - Change: 4.28, - ChangePercent: 0.92, - Volume: 4318, - High: 467, - Low: 463.25, - YearlyHigh: 628.5, - YearlyLow: 449.5, - YearlyStart: 539, - YearlyChange: -13.63, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Africa`, - Country: `South Africa`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-08-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 95 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Wheat`, - Spread: 0.01, - Open: 465.5, - Price: 462.35, - Buy: 465.5, - Sell: 465.5, - Change: -3.17, - ChangePercent: -0.68, - Volume: 4318, - High: 467, - Low: 463.25, - YearlyHigh: 628.5, - YearlyLow: 449.5, - YearlyStart: 539, - YearlyChange: -13.63, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Europe`, - Country: `Finland`, - Risk: `Low`, - Sector: `Government`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-01-16`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 96 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `BTC/USD`, - Spread: 0.06, - Open: 93.88, - Price: 20698.36, - Buy: 21200.76, - Sell: 21400.78, - Change: -302.41, - ChangePercent: -1.44, - Volume: 5788000, - High: 22400.05, - Low: 20100.75, - YearlyHigh: 62400.7, - YearlyLow: 15100.88, - YearlyStart: 21200.29, - YearlyChange: -20.62, - Settlement: `Loan`, - Contract: `Options`, - Region: `North America`, - Country: `United States`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-08-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 97 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Corn`, - Spread: 0.01, - Open: 379.5, - Price: 377.68, - Buy: 379.8, - Sell: 379.81, - Change: -2.12, - ChangePercent: -0.56, - Volume: 11266, - High: 381, - Low: 377.75, - YearlyHigh: 471.25, - YearlyLow: 351.25, - YearlyStart: 411.25, - YearlyChange: -7.65, - Settlement: `Loan`, - Contract: `Options`, - Region: `Europe`, - Country: `Italy`, - Risk: `Low`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-01-24`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 98 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Uranium`, - Spread: 0.02, - Open: 27.55, - Price: 27.91, - Buy: 27.55, - Sell: 27.55, - Change: 0.33, - ChangePercent: 1.2, - Volume: 12, - High: 27.55, - Low: 27.55, - YearlyHigh: 29.32, - YearlyLow: 21.28, - YearlyStart: 25.3, - YearlyChange: 9.01, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Middle East`, - Country: `Lebanon`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-06-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 99 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Wheat`, - Spread: 0.01, - Open: 465.5, - Price: 467.01, - Buy: 465.5, - Sell: 465.5, - Change: 1.49, - ChangePercent: 0.32, - Volume: 4318, - High: 467, - Low: 463.25, - YearlyHigh: 628.5, - YearlyLow: 449.5, - YearlyStart: 539, - YearlyChange: -13.63, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Europe`, - Country: `Ireland`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-06-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 100 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P MID MINI`, - Spread: 0.01, - Open: 1454.3, - Price: 1453.45, - Buy: 1455.78, - Sell: 1455.79, - Change: -2.33, - ChangePercent: -0.16, - Volume: 338, - High: 1455.78, - Low: 1448, - YearlyHigh: 1527.3, - YearlyLow: 1236, - YearlyStart: 1381.65, - YearlyChange: 5.37, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Africa`, - Country: `Morocco`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-06-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 101 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `FD Cattle`, - Spread: 0.01, - Open: 147.175, - Price: 149.85, - Buy: 148.6, - Sell: 148.61, - Change: 1.24, - ChangePercent: 0.84, - Volume: 5, - High: 148.61, - Low: 147.18, - YearlyHigh: 190, - YearlyLow: 138.1, - YearlyStart: 164.05, - YearlyChange: -9.41, - Settlement: `Cash`, - Contract: `Options`, - Region: `Africa`, - Country: `Ethiopia`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-02-10`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 102 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Copper`, - Spread: 0.02, - Open: 2.123, - Price: 2.16, - Buy: 2.12, - Sell: 2.12, - Change: 0.05, - ChangePercent: 2, - Volume: 28819, - High: 2.16, - Low: 2.11, - YearlyHigh: 2.94, - YearlyLow: 1.96, - YearlyStart: 2.45, - YearlyChange: -13.76, - Settlement: `Cash`, - Contract: `Options`, - Region: `Africa`, - Country: `Senegal`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-03-19`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 103 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Uranium`, - Spread: 0.02, - Open: 27.55, - Price: 27.81, - Buy: 27.55, - Sell: 27.55, - Change: 0.23, - ChangePercent: 0.84, - Volume: 12, - High: 27.55, - Low: 27.55, - YearlyHigh: 29.32, - YearlyLow: 21.28, - YearlyStart: 25.3, - YearlyChange: 9.01, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Middle East`, - Country: `Iran`, - Risk: `High`, - Sector: `Government`, - Currency: `USD`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-08-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 104 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `DOW Future`, - Spread: 0.01, - Open: 17711, - Price: 17457.1, - Buy: 17712.15, - Sell: 17712.16, - Change: -255.05, - ChangePercent: -1.44, - Volume: 22236, - High: 17727, - Low: 17642, - YearlyHigh: 18083, - YearlyLow: 15299, - YearlyStart: 16691, - YearlyChange: 6.12, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Asia Pacific`, - Country: `Thailand`, - Risk: `High`, - Sector: `Private`, - Currency: `PLN`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-05-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 105 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Coal`, - Spread: 0.015, - Open: 0.4363, - Price: 0.41, - Buy: 0.44, - Sell: 0.44, - Change: -0.01, - ChangePercent: -0.96, - Volume: 3, - High: 0.44, - Low: 0.44, - YearlyHigh: 0.48, - YearlyLow: 0.4, - YearlyStart: 0.44, - YearlyChange: -5.33, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `Asia Pacific`, - Country: `India`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-02-24`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 106 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Platinum`, - Spread: 0.01, - Open: 1071.6, - Price: 1086.52, - Buy: 1071.09, - Sell: 1071.1, - Change: 15.42, - ChangePercent: 1.44, - Volume: 3039, - High: 1081.2, - Low: 1070.5, - YearlyHigh: 1120.6, - YearlyLow: 812.4, - YearlyStart: 966.5, - YearlyChange: 10.82, - Settlement: `Credit`, - Contract: `Options`, - Region: `North America`, - Country: `Mexico`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-04-23`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 107 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Rice`, - Spread: 0.01, - Open: 11.245, - Price: 10.61, - Buy: 10.41, - Sell: 10.42, - Change: 0.19, - ChangePercent: 1.84, - Volume: 220, - High: 11.38, - Low: 10.42, - YearlyHigh: 14.14, - YearlyLow: 9.7, - YearlyStart: 11.92, - YearlyChange: -12.62, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Asia Pacific`, - Country: `Indonesia`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `FedEx`, - Maturity: `2022-06-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 108 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `BTC/USD`, - Spread: 0.06, - Open: 93.88, - Price: 20765.56, - Buy: 21200.76, - Sell: 21400.78, - Change: -235.21, - ChangePercent: -1.12, - Volume: 5788000, - High: 22400.05, - Low: 20100.75, - YearlyHigh: 62400.7, - YearlyLow: 15100.88, - YearlyStart: 21200.29, - YearlyChange: -20.62, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Middle East`, - Country: `Iran`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-06-16`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 109 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P 600 MINI`, - Spread: 0.01, - Open: 687.9, - Price: 691.18, - Buy: 687.9, - Sell: 687.9, - Change: 3.3, - ChangePercent: 0.48, - Volume: 0, - High: 0, - Low: 0, - YearlyHigh: 620.32, - YearlyLow: 595.9, - YearlyStart: 608.11, - YearlyChange: 13.12, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Asia Pacific`, - Country: `Malaysia`, - Risk: `High`, - Sector: `Government`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-02-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 110 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soy oil`, - Spread: 0.01, - Open: 33.26, - Price: 34.26, - Buy: 33.77, - Sell: 33.78, - Change: 0.49, - ChangePercent: 1.44, - Volume: 10592, - High: 33.77, - Low: 33.06, - YearlyHigh: 35.43, - YearlyLow: 26.61, - YearlyStart: 31.02, - YearlyChange: 8.87, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Europe`, - Country: `Greece`, - Risk: `High`, - Sector: `Government`, - Currency: `PLN`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-06-10`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 111 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `FD Cattle`, - Spread: 0.01, - Open: 147.175, - Price: 148.07, - Buy: 148.6, - Sell: 148.61, - Change: -0.54, - ChangePercent: -0.36, - Volume: 5, - High: 148.61, - Low: 147.18, - YearlyHigh: 190, - YearlyLow: 138.1, - YearlyStart: 164.05, - YearlyChange: -9.41, - Settlement: `Cash`, - Contract: `CFD`, - Region: `Europe`, - Country: `Portugal`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-01-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 112 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Coal`, - Spread: 0.015, - Open: 0.4363, - Price: 0.42, - Buy: 0.44, - Sell: 0.44, - Change: 0, - ChangePercent: 1.8, - Volume: 3, - High: 0.44, - Low: 0.44, - YearlyHigh: 0.48, - YearlyLow: 0.4, - YearlyStart: 0.44, - YearlyChange: -5.33, - Settlement: `Cash`, - Contract: `Options`, - Region: `Middle East`, - Country: `Israel`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `FedEx`, - Maturity: `2022-03-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 113 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Gold`, - Spread: 0.01, - Open: 1281.1, - Price: 1272.54, - Buy: 1280.73, - Sell: 1280.74, - Change: -8.19, - ChangePercent: -0.64, - Volume: 48387, - High: 1289.5, - Low: 1279.1, - YearlyHigh: 1306, - YearlyLow: 1047.2, - YearlyStart: 1176.6, - YearlyChange: 8.85, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Asia Pacific`, - Country: `Indonesia`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-02-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 114 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Corn`, - Spread: 0.01, - Open: 379.5, - Price: 373.42, - Buy: 379.8, - Sell: 379.81, - Change: -6.38, - ChangePercent: -1.68, - Volume: 11266, - High: 381, - Low: 377.75, - YearlyHigh: 471.25, - YearlyLow: 351.25, - YearlyStart: 411.25, - YearlyChange: -7.65, - Settlement: `Cash`, - Contract: `Futures`, - Region: `North America`, - Country: `Canada`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `High`, - Issuer: `FedEx`, - Maturity: `2022-09-11`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 115 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `US 10YR Future`, - Spread: 0.01, - Open: 130.5625, - Price: 131.47, - Buy: 130.56, - Sell: 130.56, - Change: 0.89, - ChangePercent: 0.68, - Volume: 189310, - High: 130.63, - Low: 130.44, - YearlyHigh: 132.64, - YearlyLow: 125.48, - YearlyStart: 129.06, - YearlyChange: 1.18, - Settlement: `Credit`, - Contract: `Futures`, - Region: `Africa`, - Country: `Niger`, - Risk: `Low`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-03-22`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 116 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Coal`, - Spread: 0.015, - Open: 0.4363, - Price: 0.41, - Buy: 0.44, - Sell: 0.44, - Change: -0.01, - ChangePercent: -1.88, - Volume: 3, - High: 0.44, - Low: 0.44, - YearlyHigh: 0.48, - YearlyLow: 0.4, - YearlyStart: 0.44, - YearlyChange: -5.33, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Europe`, - Country: `Iceland`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-04-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 117 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P Future`, - Spread: 0.01, - Open: 2057.5, - Price: 2086.22, - Buy: 2056.6, - Sell: 2056.61, - Change: 29.62, - ChangePercent: 1.44, - Volume: 142780, - High: 2059.5, - Low: 2049, - YearlyHigh: 2105.5, - YearlyLow: 1794.5, - YearlyStart: 1950, - YearlyChange: 5.47, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Europe`, - Country: `Greece`, - Risk: `Low`, - Sector: `Public`, - Currency: `USD`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-03-23`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 118 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soy Meat`, - Spread: 0.01, - Open: 342.6, - Price: 346.32, - Buy: 342.6, - Sell: 342.6, - Change: 3.7, - ChangePercent: 1.08, - Volume: 5646, - High: 345.4, - Low: 340.3, - YearlyHigh: 353.4, - YearlyLow: 261.7, - YearlyStart: 307.55, - YearlyChange: 11.4, - Settlement: `Loan`, - Contract: `Futures`, - Region: `Asia Pacific`, - Country: `Azerbaijan`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-06-27`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 119 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `LV Cattle`, - Spread: 0.01, - Open: 120.725, - Price: 122.78, - Buy: 120.72, - Sell: 120.72, - Change: 2.08, - ChangePercent: 1.72, - Volume: 4, - High: 120.72, - Low: 120.72, - YearlyHigh: 147.98, - YearlyLow: 113.9, - YearlyStart: 130.94, - YearlyChange: -7.82, - Settlement: `Loan`, - Contract: `Futures`, - Region: `Europe`, - Country: `Ireland`, - Risk: `High`, - Sector: `Government`, - Currency: `PLN`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-01-21`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 120 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Copper`, - Spread: 0.02, - Open: 2.123, - Price: 2.1, - Buy: 2.12, - Sell: 2.12, - Change: -0.01, - ChangePercent: -0.56, - Volume: 28819, - High: 2.16, - Low: 2.11, - YearlyHigh: 2.94, - YearlyLow: 1.96, - YearlyStart: 2.45, - YearlyChange: -13.76, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Europe`, - Country: `Norway`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-01-16`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 121 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Uranium`, - Spread: 0.02, - Open: 27.55, - Price: 27.52, - Buy: 27.55, - Sell: 27.55, - Change: -0.06, - ChangePercent: -0.2, - Volume: 12, - High: 27.55, - Low: 27.55, - YearlyHigh: 29.32, - YearlyLow: 21.28, - YearlyStart: 25.3, - YearlyChange: 9.01, - Settlement: `Credit`, - Contract: `Futures`, - Region: `Middle East`, - Country: `Jordan`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-02-22`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 122 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Silver`, - Spread: 0.01, - Open: 17.43, - Price: 17.18, - Buy: 17.43, - Sell: 17.43, - Change: -0.24, - ChangePercent: -1.4, - Volume: 11720, - High: 17.51, - Low: 17.37, - YearlyHigh: 18.06, - YearlyLow: 13.73, - YearlyStart: 15.89, - YearlyChange: 9.59, - Settlement: `Credit`, - Contract: `Options`, - Region: `Europe`, - Country: `Romania`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-07-22`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 123 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soybean`, - Spread: 0.01, - Open: 1038, - Price: 1044.02, - Buy: 1038.61, - Sell: 1038.62, - Change: 5.4, - ChangePercent: 0.52, - Volume: 20356, - High: 1044, - Low: 1031.75, - YearlyHigh: 1057, - YearlyLow: 859.5, - YearlyStart: 958.25, - YearlyChange: 8.39, - Settlement: `Cash`, - Contract: `Options`, - Region: `South America`, - Country: `Brazil`, - Risk: `Low`, - Sector: `Government`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-07-24`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 124 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Coal`, - Spread: 0.015, - Open: 0.4363, - Price: 0.42, - Buy: 0.44, - Sell: 0.44, - Change: 0, - ChangePercent: 1.36, - Volume: 3, - High: 0.44, - Low: 0.44, - YearlyHigh: 0.48, - YearlyLow: 0.4, - YearlyStart: 0.44, - YearlyChange: -5.33, - Settlement: `Cash`, - Contract: `CFD`, - Region: `Africa`, - Country: `Algeria`, - Risk: `Low`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-04-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 125 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Rice`, - Spread: 0.01, - Open: 11.245, - Price: 10.26, - Buy: 10.41, - Sell: 10.42, - Change: -0.16, - ChangePercent: -1.48, - Volume: 220, - High: 11.38, - Low: 10.42, - YearlyHigh: 14.14, - YearlyLow: 9.7, - YearlyStart: 11.92, - YearlyChange: -12.62, - Settlement: `Credit`, - Contract: `CFD`, - Region: `Europe`, - Country: `Poland`, - Risk: `Low`, - Sector: `Public`, - Currency: `EUR`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-08-10`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 126 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Copper`, - Spread: 0.02, - Open: 2.123, - Price: 2.1, - Buy: 2.12, - Sell: 2.12, - Change: -0.01, - ChangePercent: -0.52, - Volume: 28819, - High: 2.16, - Low: 2.11, - YearlyHigh: 2.94, - YearlyLow: 1.96, - YearlyStart: 2.45, - YearlyChange: -13.76, - Settlement: `Credit`, - Contract: `Options`, - Region: `Middle East`, - Country: `Turkey`, - Risk: `Low`, - Sector: `Public`, - Currency: `EUR`, - Security: `High`, - Issuer: `American Airlines`, - Maturity: `2022-07-16`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 127 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `US 30YR Future`, - Spread: 0.01, - Open: 164.875, - Price: 164.03, - Buy: 164.15, - Sell: 164.16, - Change: -0.13, - ChangePercent: -0.08, - Volume: 28012, - High: 165.25, - Low: 164.04, - YearlyHigh: 169.38, - YearlyLow: 151.47, - YearlyStart: 160.43, - YearlyChange: 2.33, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Europe`, - Country: `Italy`, - Risk: `High`, - Sector: `Public`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-07-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 128 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Platinum`, - Spread: 0.01, - Open: 1071.6, - Price: 1075.38, - Buy: 1071.09, - Sell: 1071.1, - Change: 4.28, - ChangePercent: 0.4, - Volume: 3039, - High: 1081.2, - Low: 1070.5, - YearlyHigh: 1120.6, - YearlyLow: 812.4, - YearlyStart: 966.5, - YearlyChange: 10.82, - Settlement: `Credit`, - Contract: `Swap`, - Region: `South America`, - Country: `Paraguay`, - Risk: `Low`, - Sector: `Government`, - Currency: `USD`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-04-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 129 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `BTC/USD`, - Spread: 0.06, - Open: 93.88, - Price: 20807.56, - Buy: 21200.76, - Sell: 21400.78, - Change: -193.21, - ChangePercent: -0.92, - Volume: 5788000, - High: 22400.05, - Low: 20100.75, - YearlyHigh: 62400.7, - YearlyLow: 15100.88, - YearlyStart: 21200.29, - YearlyChange: -20.62, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Asia Pacific`, - Country: `Malaysia`, - Risk: `High`, - Sector: `Private`, - Currency: `PLN`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-08-24`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 130 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soy oil`, - Spread: 0.01, - Open: 33.26, - Price: 33.28, - Buy: 33.77, - Sell: 33.78, - Change: -0.49, - ChangePercent: -1.44, - Volume: 10592, - High: 33.77, - Low: 33.06, - YearlyHigh: 35.43, - YearlyLow: 26.61, - YearlyStart: 31.02, - YearlyChange: 8.87, - Settlement: `Cash`, - Contract: `Options`, - Region: `Middle East`, - Country: `Israel`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-05-21`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 131 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Cotton`, - Spread: 0.01, - Open: 61.77, - Price: 61.02, - Buy: 61.77, - Sell: 61.77, - Change: -0.74, - ChangePercent: -1.2, - Volume: 3612, - High: 62.06, - Low: 61.32, - YearlyHigh: 67.59, - YearlyLow: 54.33, - YearlyStart: 60.96, - YearlyChange: 1.31, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Asia Pacific`, - Country: `Indonesia`, - Risk: `High`, - Sector: `Government`, - Currency: `USD`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-08-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 132 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Silver`, - Spread: 0.01, - Open: 17.43, - Price: 17.09, - Buy: 17.43, - Sell: 17.43, - Change: -0.33, - ChangePercent: -1.88, - Volume: 11720, - High: 17.51, - Low: 17.37, - YearlyHigh: 18.06, - YearlyLow: 13.73, - YearlyStart: 15.89, - YearlyChange: 9.59, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Middle East`, - Country: `Kuwait`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-08-24`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 133 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/CHF`, - Spread: 0.02, - Open: 1.0337, - Price: 1.04, - Buy: 1.03, - Sell: 1.03, - Change: 0, - ChangePercent: -0.48, - Volume: 5550, - High: 1.03, - Low: 1.03, - YearlyHigh: 1.11, - YearlyLow: 0.98, - YearlyStart: 1.04, - YearlyChange: -0.12, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Africa`, - Country: `Morocco`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-03-16`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 134 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Cotton`, - Spread: 0.01, - Open: 61.77, - Price: 62.5, - Buy: 61.77, - Sell: 61.77, - Change: 0.74, - ChangePercent: 1.2, - Volume: 3612, - High: 62.06, - Low: 61.32, - YearlyHigh: 67.59, - YearlyLow: 54.33, - YearlyStart: 60.96, - YearlyChange: 1.31, - Settlement: `Credit`, - Contract: `Futures`, - Region: `Europe`, - Country: `Italy`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `Poor`, - Issuer: `FedEx`, - Maturity: `2022-06-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 135 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Sugar`, - Spread: 0.01, - Open: 15.68, - Price: 14.68, - Buy: 14.67, - Sell: 14.68, - Change: 0.01, - ChangePercent: 0.04, - Volume: 4949, - High: 15.7, - Low: 14.67, - YearlyHigh: 16.87, - YearlyLow: 11.37, - YearlyStart: 14.12, - YearlyChange: 3.92, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Asia Pacific`, - Country: `Singapore`, - Risk: `Low`, - Sector: `Government`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-06-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 136 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Milk`, - Spread: 0.01, - Open: 12.87, - Price: 12.84, - Buy: 12.87, - Sell: 12.87, - Change: -0.02, - ChangePercent: -0.12, - Volume: 7, - High: 12.89, - Low: 12.81, - YearlyHigh: 16.96, - YearlyLow: 12.81, - YearlyStart: 14.88, - YearlyChange: -13.6, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `Europe`, - Country: `Austria`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-04-21`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 137 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Diesel`, - Spread: 0.015, - Open: 1.3474, - Price: 1.37, - Buy: 1.35, - Sell: 1.35, - Change: 0.01, - ChangePercent: 0.96, - Volume: 2971, - High: 1.36, - Low: 1.34, - YearlyHigh: 2.11, - YearlyLow: 0.92, - YearlyStart: 1.51, - YearlyChange: -10.4, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Africa`, - Country: `Ethiopia`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-09-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 138 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `US 10YR Future`, - Spread: 0.01, - Open: 130.5625, - Price: 132.52, - Buy: 130.56, - Sell: 130.56, - Change: 1.94, - ChangePercent: 1.48, - Volume: 189310, - High: 130.63, - Low: 130.44, - YearlyHigh: 132.64, - YearlyLow: 125.48, - YearlyStart: 129.06, - YearlyChange: 1.18, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Europe`, - Country: `Norway`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-03-11`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 139 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Diesel`, - Spread: 0.015, - Open: 1.3474, - Price: 1.35, - Buy: 1.35, - Sell: 1.35, - Change: -0.01, - ChangePercent: -0.24, - Volume: 2971, - High: 1.36, - Low: 1.34, - YearlyHigh: 2.11, - YearlyLow: 0.92, - YearlyStart: 1.51, - YearlyChange: -10.4, - Settlement: `Cash`, - Contract: `Options`, - Region: `Middle East`, - Country: `Syria`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-05-16`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 140 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P Future`, - Spread: 0.01, - Open: 2057.5, - Price: 2052.49, - Buy: 2056.6, - Sell: 2056.61, - Change: -4.11, - ChangePercent: -0.2, - Volume: 142780, - High: 2059.5, - Low: 2049, - YearlyHigh: 2105.5, - YearlyLow: 1794.5, - YearlyStart: 1950, - YearlyChange: 5.47, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Asia Pacific`, - Country: `Azerbaijan`, - Risk: `Low`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-05-11`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 141 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `Lean Hogs`, - Spread: 0.01, - Open: 81.275, - Price: 83.45, - Buy: 81.81, - Sell: 81.82, - Change: 1.64, - ChangePercent: 2, - Volume: 1, - High: 81.81, - Low: 81.28, - YearlyHigh: 83.98, - YearlyLow: 70.25, - YearlyStart: 77.11, - YearlyChange: 6.09, - Settlement: `Cash`, - Contract: `CFD`, - Region: `Europe`, - Country: `Croatia`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `High`, - Issuer: `FedEx`, - Maturity: `2022-07-21`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 142 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `Euro$ 3M`, - Spread: 0.01, - Open: 99.18, - Price: 98.81, - Buy: 99.18, - Sell: 99.18, - Change: -0.36, - ChangePercent: -0.36, - Volume: 29509, - High: 99.18, - Low: 99.17, - YearlyHigh: 99.38, - YearlyLow: 98.41, - YearlyStart: 98.89, - YearlyChange: 0.28, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Middle East`, - Country: `Turkey`, - Risk: `Low`, - Sector: `Public`, - Currency: `EUR`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-03-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 143 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Oil`, - Spread: 0.015, - Open: 45.54, - Price: 46.05, - Buy: 45.78, - Sell: 45.8, - Change: 0.26, - ChangePercent: 0.56, - Volume: 107196, - High: 45.94, - Low: 45, - YearlyHigh: 65.28, - YearlyLow: 30.79, - YearlyStart: 48.03, - YearlyChange: -4.67, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Africa`, - Country: `Tunisia`, - Risk: `Low`, - Sector: `Government`, - Currency: `USD`, - Security: `High`, - Issuer: `FedEx`, - Maturity: `2022-08-24`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 144 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `US 30YR Future`, - Spread: 0.01, - Open: 164.875, - Price: 165.47, - Buy: 164.15, - Sell: 164.16, - Change: 1.31, - ChangePercent: 0.8, - Volume: 28012, - High: 165.25, - Low: 164.04, - YearlyHigh: 169.38, - YearlyLow: 151.47, - YearlyStart: 160.43, - YearlyChange: 2.33, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Europe`, - Country: `Netherlands`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-02-16`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 145 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `US 10YR Future`, - Spread: 0.01, - Open: 130.5625, - Price: 132.67, - Buy: 130.56, - Sell: 130.56, - Change: 2.09, - ChangePercent: 1.6, - Volume: 189310, - High: 130.63, - Low: 130.44, - YearlyHigh: 132.64, - YearlyLow: 125.48, - YearlyStart: 129.06, - YearlyChange: 1.18, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Middle East`, - Country: `Saudi Arabia`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-09-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 146 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Wheat`, - Spread: 0.01, - Open: 465.5, - Price: 465.89, - Buy: 465.5, - Sell: 465.5, - Change: 0.37, - ChangePercent: 0.08, - Volume: 4318, - High: 467, - Low: 463.25, - YearlyHigh: 628.5, - YearlyLow: 449.5, - YearlyStart: 539, - YearlyChange: -13.63, - Settlement: `Credit`, - Contract: `Forwards`, - Region: `Europe`, - Country: `Bulgaria`, - Risk: `Low`, - Sector: `Public`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-03-24`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 147 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Uranium`, - Spread: 0.02, - Open: 27.55, - Price: 27.39, - Buy: 27.55, - Sell: 27.55, - Change: -0.19, - ChangePercent: -0.68, - Volume: 12, - High: 27.55, - Low: 27.55, - YearlyHigh: 29.32, - YearlyLow: 21.28, - YearlyStart: 25.3, - YearlyChange: 9.01, - Settlement: `Loan`, - Contract: `Options`, - Region: `Asia Pacific`, - Country: `Indonesia`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-07-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 148 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P MID MINI`, - Spread: 0.01, - Open: 1454.3, - Price: 1446.46, - Buy: 1455.78, - Sell: 1455.79, - Change: -9.32, - ChangePercent: -0.64, - Volume: 338, - High: 1455.78, - Low: 1448, - YearlyHigh: 1527.3, - YearlyLow: 1236, - YearlyStart: 1381.65, - YearlyChange: 5.37, - Settlement: `Credit`, - Contract: `Options`, - Region: `Asia Pacific`, - Country: `Taiwan`, - Risk: `Low`, - Sector: `Government`, - Currency: `USD`, - Security: `High`, - Issuer: `American Airlines`, - Maturity: `2022-08-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 149 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `FD Cattle`, - Spread: 0.01, - Open: 147.175, - Price: 150.09, - Buy: 148.6, - Sell: 148.61, - Change: 1.48, - ChangePercent: 1, - Volume: 5, - High: 148.61, - Low: 147.18, - YearlyHigh: 190, - YearlyLow: 138.1, - YearlyStart: 164.05, - YearlyChange: -9.41, - Settlement: `Loan`, - Contract: `Forwards`, - Region: `Middle East`, - Country: `Saudi Arabia`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-04-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 150 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `OJ Future`, - Spread: 0.01, - Open: 140.6, - Price: 139.52, - Buy: 140.18, - Sell: 140.19, - Change: -0.67, - ChangePercent: -0.48, - Volume: 7, - High: 140.19, - Low: 0, - YearlyHigh: 155.95, - YearlyLow: 113, - YearlyStart: 134.47, - YearlyChange: 4.25, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Asia Pacific`, - Country: `Thailand`, - Risk: `Low`, - Sector: `Public`, - Currency: `USD`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-02-16`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 151 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P 600 MINI`, - Spread: 0.01, - Open: 687.9, - Price: 700.26, - Buy: 687.9, - Sell: 687.9, - Change: 12.38, - ChangePercent: 1.8, - Volume: 0, - High: 0, - Low: 0, - YearlyHigh: 620.32, - YearlyLow: 595.9, - YearlyStart: 608.11, - YearlyChange: 13.12, - Settlement: `Credit`, - Contract: `Futures`, - Region: `Africa`, - Country: `Niger`, - Risk: `High`, - Sector: `Private`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-08-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 152 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `Lean Hogs`, - Spread: 0.01, - Open: 81.275, - Price: 80.9, - Buy: 81.81, - Sell: 81.82, - Change: -0.91, - ChangePercent: -1.12, - Volume: 1, - High: 81.81, - Low: 81.28, - YearlyHigh: 83.98, - YearlyLow: 70.25, - YearlyStart: 77.11, - YearlyChange: 6.09, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `North America`, - Country: `United States`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-07-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 153 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Coffee`, - Spread: 0.01, - Open: 125.7, - Price: 126.9, - Buy: 125.7, - Sell: 125.7, - Change: 1.21, - ChangePercent: 0.96, - Volume: 1654, - High: 125.8, - Low: 125, - YearlyHigh: 155.75, - YearlyLow: 115.35, - YearlyStart: 135.55, - YearlyChange: -7.27, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Middle East`, - Country: `Iraq`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-05-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 154 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P MID MINI`, - Spread: 0.01, - Open: 1454.3, - Price: 1440.64, - Buy: 1455.78, - Sell: 1455.79, - Change: -15.14, - ChangePercent: -1.04, - Volume: 338, - High: 1455.78, - Low: 1448, - YearlyHigh: 1527.3, - YearlyLow: 1236, - YearlyStart: 1381.65, - YearlyChange: 5.37, - Settlement: `Credit`, - Contract: `Options`, - Region: `South America`, - Country: `Uruguay`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-04-24`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 155 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `BTC/USD`, - Spread: 0.06, - Open: 93.88, - Price: 20765.56, - Buy: 21200.76, - Sell: 21400.78, - Change: -235.21, - ChangePercent: -1.12, - Volume: 5788000, - High: 22400.05, - Low: 20100.75, - YearlyHigh: 62400.7, - YearlyLow: 15100.88, - YearlyStart: 21200.29, - YearlyChange: -20.62, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Europe`, - Country: `Finland`, - Risk: `High`, - Sector: `Private`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `FedEx`, - Maturity: `2022-05-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 156 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `US 2Y Future`, - Spread: 0.01, - Open: 109.3984, - Price: 108.12, - Buy: 109.4, - Sell: 109.4, - Change: -1.27, - ChangePercent: -1.16, - Volume: 17742, - High: 109.41, - Low: 109.38, - YearlyHigh: 109.8, - YearlyLow: 108.62, - YearlyStart: 109.21, - YearlyChange: 0.16, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Asia Pacific`, - Country: `Azerbaijan`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `High`, - Issuer: `American Airlines`, - Maturity: `2022-03-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 157 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Gold`, - Spread: 0.01, - Open: 1281.1, - Price: 1273.56, - Buy: 1280.73, - Sell: 1280.74, - Change: -7.17, - ChangePercent: -0.56, - Volume: 48387, - High: 1289.5, - Low: 1279.1, - YearlyHigh: 1306, - YearlyLow: 1047.2, - YearlyStart: 1176.6, - YearlyChange: 8.85, - Settlement: `Cash`, - Contract: `CFD`, - Region: `Middle East`, - Country: `Lebanon`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-04-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 158 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Rice`, - Spread: 0.01, - Open: 11.245, - Price: 10.28, - Buy: 10.41, - Sell: 10.42, - Change: -0.14, - ChangePercent: -1.32, - Volume: 220, - High: 11.38, - Low: 10.42, - YearlyHigh: 14.14, - YearlyLow: 9.7, - YearlyStart: 11.92, - YearlyChange: -12.62, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Europe`, - Country: `Slovakia`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `High`, - Issuer: `American Airlines`, - Maturity: `2022-04-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 159 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/CHF`, - Spread: 0.02, - Open: 1.0337, - Price: 1.04, - Buy: 1.03, - Sell: 1.03, - Change: 0, - ChangePercent: -0.52, - Volume: 5550, - High: 1.03, - Low: 1.03, - YearlyHigh: 1.11, - YearlyLow: 0.98, - YearlyStart: 1.04, - YearlyChange: -0.12, - Settlement: `Loan`, - Contract: `Options`, - Region: `Asia Pacific`, - Country: `India`, - Risk: `Low`, - Sector: `Public`, - Currency: `PLN`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-03-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 160 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `BTC/USD`, - Spread: 0.06, - Open: 93.88, - Price: 21412.39, - Buy: 21200.76, - Sell: 21400.78, - Change: 411.62, - ChangePercent: 1.96, - Volume: 5788000, - High: 22400.05, - Low: 20100.75, - YearlyHigh: 62400.7, - YearlyLow: 15100.88, - YearlyStart: 21200.29, - YearlyChange: -20.62, - Settlement: `Loan`, - Contract: `Options`, - Region: `Middle East`, - Country: `Israel`, - Risk: `Low`, - Sector: `Public`, - Currency: `USD`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-04-16`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 161 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `GBP/USD`, - Spread: 0.02, - Open: 1.4464, - Price: 1.18, - Buy: 1.18, - Sell: 1.2, - Change: -0.01, - ChangePercent: -0.96, - Volume: 29450, - High: 1.45, - Low: 1.19, - YearlyHigh: 1.59, - YearlyLow: 1.19, - YearlyStart: 1.49, - YearlyChange: -19.59, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Europe`, - Country: `Ireland`, - Risk: `High`, - Sector: `Government`, - Currency: `USD`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-08-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 162 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `US 2Y Future`, - Spread: 0.01, - Open: 109.3984, - Price: 108.69, - Buy: 109.4, - Sell: 109.4, - Change: -0.7, - ChangePercent: -0.64, - Volume: 17742, - High: 109.41, - Low: 109.38, - YearlyHigh: 109.8, - YearlyLow: 108.62, - YearlyStart: 109.21, - YearlyChange: 0.16, - Settlement: `Credit`, - Contract: `Swap`, - Region: `South America`, - Country: `Paraguay`, - Risk: `High`, - Sector: `Public`, - Currency: `USD`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-06-22`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 163 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `Euro$ 3M`, - Spread: 0.01, - Open: 99.18, - Price: 97.23, - Buy: 99.18, - Sell: 99.18, - Change: -1.94, - ChangePercent: -1.96, - Volume: 29509, - High: 99.18, - Low: 99.17, - YearlyHigh: 99.38, - YearlyLow: 98.41, - YearlyStart: 98.89, - YearlyChange: 0.28, - Settlement: `Loan`, - Contract: `Options`, - Region: `Middle East`, - Country: `UAE`, - Risk: `Low`, - Sector: `Public`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-06-21`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 164 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `DOW Future`, - Spread: 0.01, - Open: 17711, - Price: 17697.98, - Buy: 17712.15, - Sell: 17712.16, - Change: -14.17, - ChangePercent: -0.08, - Volume: 22236, - High: 17727, - Low: 17642, - YearlyHigh: 18083, - YearlyLow: 15299, - YearlyStart: 16691, - YearlyChange: 6.12, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Asia Pacific`, - Country: `India`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-02-23`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 165 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/CAD`, - Spread: 0.02, - Open: 0.7744, - Price: 0.94, - Buy: 0.94, - Sell: 0.96, - Change: -0.01, - ChangePercent: -1.72, - Volume: 13669, - High: 0.95, - Low: 0.77, - YearlyHigh: 0.95, - YearlyLow: 0.68, - YearlyStart: 0.76, - YearlyChange: 26.43, - Settlement: `Cash`, - Contract: `Options`, - Region: `Middle East`, - Country: `Saudi Arabia`, - Risk: `Low`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-06-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 166 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Gold`, - Spread: 0.01, - Open: 1281.1, - Price: 1264.34, - Buy: 1280.73, - Sell: 1280.74, - Change: -16.39, - ChangePercent: -1.28, - Volume: 48387, - High: 1289.5, - Low: 1279.1, - YearlyHigh: 1306, - YearlyLow: 1047.2, - YearlyStart: 1176.6, - YearlyChange: 8.85, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Europe`, - Country: `Norway`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-08-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 167 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/JPY`, - Spread: 0.02, - Open: 9275.5, - Price: 9370.11, - Buy: 9277.32, - Sell: 9277.34, - Change: 92.78, - ChangePercent: 1, - Volume: 47734, - High: 9277.33, - Low: 0.93, - YearlyHigh: 9483, - YearlyLow: 0.93, - YearlyStart: 4741.97, - YearlyChange: 95.64, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Middle East`, - Country: `Syria`, - Risk: `High`, - Sector: `Government`, - Currency: `USD`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-01-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 168 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `US 2Y Future`, - Spread: 0.01, - Open: 109.3984, - Price: 108.86, - Buy: 109.4, - Sell: 109.4, - Change: -0.53, - ChangePercent: -0.48, - Volume: 17742, - High: 109.41, - Low: 109.38, - YearlyHigh: 109.8, - YearlyLow: 108.62, - YearlyStart: 109.21, - YearlyChange: 0.16, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `Asia Pacific`, - Country: `Malaysia`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-08-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 169 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `NAS Future`, - Spread: 0.01, - Open: 4341.25, - Price: 4398.58, - Buy: 4341.25, - Sell: 4341.25, - Change: 57.3, - ChangePercent: 1.32, - Volume: 18259, - High: 4347, - Low: 4318, - YearlyHigh: 4719.75, - YearlyLow: 3867.75, - YearlyStart: 4293.75, - YearlyChange: 1.11, - Settlement: `Credit`, - Contract: `Options`, - Region: `Middle East`, - Country: `Iraq`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `High`, - Issuer: `FedEx`, - Maturity: `2022-08-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 170 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/JPY`, - Spread: 0.02, - Open: 9275.5, - Price: 9303.31, - Buy: 9277.32, - Sell: 9277.34, - Change: 25.98, - ChangePercent: 0.28, - Volume: 47734, - High: 9277.33, - Low: 0.93, - YearlyHigh: 9483, - YearlyLow: 0.93, - YearlyStart: 4741.97, - YearlyChange: 95.64, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Middle East`, - Country: `Syria`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-03-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 171 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Natural Gas`, - Spread: 0.02, - Open: 2.094, - Price: 2.07, - Buy: 2.09, - Sell: 2.09, - Change: -0.03, - ChangePercent: -1.6, - Volume: 2783, - High: 2.11, - Low: 2.09, - YearlyHigh: 3.2, - YearlyLow: 1.84, - YearlyStart: 2.52, - YearlyChange: -16.51, - Settlement: `Credit`, - Contract: `Futures`, - Region: `Asia Pacific`, - Country: `Australia`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-03-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 172 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `NAS Future`, - Spread: 0.01, - Open: 4341.25, - Price: 4402.06, - Buy: 4341.25, - Sell: 4341.25, - Change: 60.78, - ChangePercent: 1.4, - Volume: 18259, - High: 4347, - Low: 4318, - YearlyHigh: 4719.75, - YearlyLow: 3867.75, - YearlyStart: 4293.75, - YearlyChange: 1.11, - Settlement: `Cash`, - Contract: `Options`, - Region: `Africa`, - Country: `Senegal`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-05-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 173 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Copper`, - Spread: 0.02, - Open: 2.123, - Price: 2.14, - Buy: 2.12, - Sell: 2.12, - Change: 0.03, - ChangePercent: 1.16, - Volume: 28819, - High: 2.16, - Low: 2.11, - YearlyHigh: 2.94, - YearlyLow: 1.96, - YearlyStart: 2.45, - YearlyChange: -13.76, - Settlement: `Cash`, - Contract: `Swap`, - Region: `North America`, - Country: `United States`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-05-19`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 174 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Milk`, - Spread: 0.01, - Open: 12.87, - Price: 12.92, - Buy: 12.87, - Sell: 12.87, - Change: 0.06, - ChangePercent: 0.48, - Volume: 7, - High: 12.89, - Low: 12.81, - YearlyHigh: 16.96, - YearlyLow: 12.81, - YearlyStart: 14.88, - YearlyChange: -13.6, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Asia Pacific`, - Country: `Pakistan`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-09-21`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 175 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Cotton`, - Spread: 0.01, - Open: 61.77, - Price: 61.19, - Buy: 61.77, - Sell: 61.77, - Change: -0.57, - ChangePercent: -0.92, - Volume: 3612, - High: 62.06, - Low: 61.32, - YearlyHigh: 67.59, - YearlyLow: 54.33, - YearlyStart: 60.96, - YearlyChange: 1.31, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Europe`, - Country: `Czechia`, - Risk: `Low`, - Sector: `Government`, - Currency: `PLN`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-07-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 176 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Lumber`, - Spread: 0.01, - Open: 303.9, - Price: 302.28, - Buy: 304.59, - Sell: 304.6, - Change: -2.32, - ChangePercent: -0.76, - Volume: 2, - High: 304.6, - Low: 303.9, - YearlyHigh: 317.1, - YearlyLow: 236, - YearlyStart: 276.55, - YearlyChange: 10.14, - Settlement: `Credit`, - Contract: `CFD`, - Region: `Africa`, - Country: `Algeria`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-03-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 177 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Diesel`, - Spread: 0.015, - Open: 1.3474, - Price: 1.34, - Buy: 1.35, - Sell: 1.35, - Change: -0.02, - ChangePercent: -1.32, - Volume: 2971, - High: 1.36, - Low: 1.34, - YearlyHigh: 2.11, - YearlyLow: 0.92, - YearlyStart: 1.51, - YearlyChange: -10.4, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Africa`, - Country: `Algeria`, - Risk: `Low`, - Sector: `Public`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-07-22`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 178 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Cocoa`, - Spread: 0.01, - Open: 3076, - Price: 3077.26, - Buy: 3076, - Sell: 3076, - Change: 1.23, - ChangePercent: 0.04, - Volume: 978, - High: 3078, - Low: 3066, - YearlyHigh: 3406, - YearlyLow: 2746, - YearlyStart: 3076, - YearlyChange: 0, - Settlement: `Credit`, - Contract: `Options`, - Region: `Europe`, - Country: `Italy`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-04-22`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 179 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `Euro$ 3M`, - Spread: 0.01, - Open: 99.18, - Price: 97.94, - Buy: 99.18, - Sell: 99.18, - Change: -1.23, - ChangePercent: -1.24, - Volume: 29509, - High: 99.18, - Low: 99.17, - YearlyHigh: 99.38, - YearlyLow: 98.41, - YearlyStart: 98.89, - YearlyChange: 0.28, - Settlement: `Loan`, - Contract: `Swap`, - Region: `South America`, - Country: `Venezuela`, - Risk: `Low`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-03-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 180 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Coffee`, - Spread: 0.01, - Open: 125.7, - Price: 124.63, - Buy: 125.7, - Sell: 125.7, - Change: -1.06, - ChangePercent: -0.84, - Volume: 1654, - High: 125.8, - Low: 125, - YearlyHigh: 155.75, - YearlyLow: 115.35, - YearlyStart: 135.55, - YearlyChange: -7.27, - Settlement: `Credit`, - Contract: `Options`, - Region: `Asia Pacific`, - Country: `India`, - Risk: `Low`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-05-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 181 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Cotton`, - Spread: 0.01, - Open: 61.77, - Price: 60.77, - Buy: 61.77, - Sell: 61.77, - Change: -0.99, - ChangePercent: -1.6, - Volume: 3612, - High: 62.06, - Low: 61.32, - YearlyHigh: 67.59, - YearlyLow: 54.33, - YearlyStart: 60.96, - YearlyChange: 1.31, - Settlement: `Cash`, - Contract: `Options`, - Region: `Asia Pacific`, - Country: `Japan`, - Risk: `Low`, - Sector: `Public`, - Currency: `USD`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-02-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 182 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Diesel`, - Spread: 0.015, - Open: 1.3474, - Price: 1.36, - Buy: 1.35, - Sell: 1.35, - Change: 0, - ChangePercent: -0.08, - Volume: 2971, - High: 1.36, - Low: 1.34, - YearlyHigh: 2.11, - YearlyLow: 0.92, - YearlyStart: 1.51, - YearlyChange: -10.4, - Settlement: `Loan`, - Contract: `Futures`, - Region: `Middle East`, - Country: `Israel`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-02-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 183 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Silver`, - Spread: 0.01, - Open: 17.43, - Price: 17.43, - Buy: 17.43, - Sell: 17.43, - Change: 0.01, - ChangePercent: 0.08, - Volume: 11720, - High: 17.51, - Low: 17.37, - YearlyHigh: 18.06, - YearlyLow: 13.73, - YearlyStart: 15.89, - YearlyChange: 9.59, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Africa`, - Country: `Senegal`, - Risk: `High`, - Sector: `Private`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-04-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 184 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `Lean Hogs`, - Spread: 0.01, - Open: 81.275, - Price: 80.64, - Buy: 81.81, - Sell: 81.82, - Change: -1.17, - ChangePercent: -1.44, - Volume: 1, - High: 81.81, - Low: 81.28, - YearlyHigh: 83.98, - YearlyLow: 70.25, - YearlyStart: 77.11, - YearlyChange: 6.09, - Settlement: `Loan`, - Contract: `Futures`, - Region: `Europe`, - Country: `Romania`, - Risk: `High`, - Sector: `Public`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `FedEx`, - Maturity: `2022-07-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 185 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Oil`, - Spread: 0.015, - Open: 45.54, - Price: 45.59, - Buy: 45.78, - Sell: 45.8, - Change: -0.2, - ChangePercent: -0.44, - Volume: 107196, - High: 45.94, - Low: 45, - YearlyHigh: 65.28, - YearlyLow: 30.79, - YearlyStart: 48.03, - YearlyChange: -4.67, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Africa`, - Country: `Egypt`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-02-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 186 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P MID MINI`, - Spread: 0.01, - Open: 1454.3, - Price: 1443.55, - Buy: 1455.78, - Sell: 1455.79, - Change: -12.23, - ChangePercent: -0.84, - Volume: 338, - High: 1455.78, - Low: 1448, - YearlyHigh: 1527.3, - YearlyLow: 1236, - YearlyStart: 1381.65, - YearlyChange: 5.37, - Settlement: `Loan`, - Contract: `Options`, - Region: `Asia Pacific`, - Country: `Taiwan`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-02-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 187 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Silver`, - Spread: 0.01, - Open: 17.43, - Price: 17.09, - Buy: 17.43, - Sell: 17.43, - Change: -0.33, - ChangePercent: -1.88, - Volume: 11720, - High: 17.51, - Low: 17.37, - YearlyHigh: 18.06, - YearlyLow: 13.73, - YearlyStart: 15.89, - YearlyChange: 9.59, - Settlement: `Credit`, - Contract: `CFD`, - Region: `Africa`, - Country: `Cameroon`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-06-22`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 188 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Lumber`, - Spread: 0.01, - Open: 303.9, - Price: 310.08, - Buy: 304.59, - Sell: 304.6, - Change: 5.48, - ChangePercent: 1.8, - Volume: 2, - High: 304.6, - Low: 303.9, - YearlyHigh: 317.1, - YearlyLow: 236, - YearlyStart: 276.55, - YearlyChange: 10.14, - Settlement: `Cash`, - Contract: `Options`, - Region: `Asia Pacific`, - Country: `India`, - Risk: `High`, - Sector: `Private`, - Currency: `PLN`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-07-22`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 189 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `GBP/USD`, - Spread: 0.02, - Open: 1.4464, - Price: 1.17, - Buy: 1.18, - Sell: 1.2, - Change: -0.02, - ChangePercent: -1.6, - Volume: 29450, - High: 1.45, - Low: 1.19, - YearlyHigh: 1.59, - YearlyLow: 1.19, - YearlyStart: 1.49, - YearlyChange: -19.59, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Europe`, - Country: `Poland`, - Risk: `High`, - Sector: `Government`, - Currency: `USD`, - Security: `High`, - Issuer: `FedEx`, - Maturity: `2022-08-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 190 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soybean`, - Spread: 0.01, - Open: 1038, - Price: 1042.77, - Buy: 1038.61, - Sell: 1038.62, - Change: 4.15, - ChangePercent: 0.4, - Volume: 20356, - High: 1044, - Low: 1031.75, - YearlyHigh: 1057, - YearlyLow: 859.5, - YearlyStart: 958.25, - YearlyChange: 8.39, - Settlement: `Credit`, - Contract: `Forwards`, - Region: `Middle East`, - Country: `Lebanon`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-02-11`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 191 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Coal`, - Spread: 0.015, - Open: 0.4363, - Price: 0.42, - Buy: 0.44, - Sell: 0.44, - Change: 0, - ChangePercent: 1.84, - Volume: 3, - High: 0.44, - Low: 0.44, - YearlyHigh: 0.48, - YearlyLow: 0.4, - YearlyStart: 0.44, - YearlyChange: -5.33, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Middle East`, - Country: `Israel`, - Risk: `High`, - Sector: `Public`, - Currency: `USD`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-06-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 192 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Cocoa`, - Spread: 0.01, - Open: 3076, - Price: 3136.32, - Buy: 3076, - Sell: 3076, - Change: 60.29, - ChangePercent: 1.96, - Volume: 978, - High: 3078, - Low: 3066, - YearlyHigh: 3406, - YearlyLow: 2746, - YearlyStart: 3076, - YearlyChange: 0, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `Middle East`, - Country: `Lebanon`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-02-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 193 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `US 2Y Future`, - Spread: 0.01, - Open: 109.3984, - Price: 108.95, - Buy: 109.4, - Sell: 109.4, - Change: -0.44, - ChangePercent: -0.4, - Volume: 17742, - High: 109.41, - Low: 109.38, - YearlyHigh: 109.8, - YearlyLow: 108.62, - YearlyStart: 109.21, - YearlyChange: 0.16, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Asia Pacific`, - Country: `Singapore`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-01-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 194 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `Lean Hogs`, - Spread: 0.01, - Open: 81.275, - Price: 81.26, - Buy: 81.81, - Sell: 81.82, - Change: -0.55, - ChangePercent: -0.68, - Volume: 1, - High: 81.81, - Low: 81.28, - YearlyHigh: 83.98, - YearlyLow: 70.25, - YearlyStart: 77.11, - YearlyChange: 6.09, - Settlement: `Credit`, - Contract: `Futures`, - Region: `Middle East`, - Country: `Israel`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-03-24`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 195 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/CHF`, - Spread: 0.02, - Open: 1.0337, - Price: 1.03, - Buy: 1.03, - Sell: 1.03, - Change: -0.01, - ChangePercent: -0.92, - Volume: 5550, - High: 1.03, - Low: 1.03, - YearlyHigh: 1.11, - YearlyLow: 0.98, - YearlyStart: 1.04, - YearlyChange: -0.12, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Asia Pacific`, - Country: `Australia`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `Poor`, - Issuer: `American Airlines`, - Maturity: `2022-04-10`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 196 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `FD Cattle`, - Spread: 0.01, - Open: 147.175, - Price: 146.17, - Buy: 148.6, - Sell: 148.61, - Change: -2.44, - ChangePercent: -1.64, - Volume: 5, - High: 148.61, - Low: 147.18, - YearlyHigh: 190, - YearlyLow: 138.1, - YearlyStart: 164.05, - YearlyChange: -9.41, - Settlement: `Credit`, - Contract: `Options`, - Region: `Europe`, - Country: `Austria`, - Risk: `High`, - Sector: `Public`, - Currency: `USD`, - Security: `Poor`, - Issuer: `FedEx`, - Maturity: `2022-06-11`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 197 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Diesel`, - Spread: 0.015, - Open: 1.3474, - Price: 1.33, - Buy: 1.35, - Sell: 1.35, - Change: -0.03, - ChangePercent: -1.92, - Volume: 2971, - High: 1.36, - Low: 1.34, - YearlyHigh: 2.11, - YearlyLow: 0.92, - YearlyStart: 1.51, - YearlyChange: -10.4, - Settlement: `Credit`, - Contract: `Forwards`, - Region: `Africa`, - Country: `Ethiopia`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-03-10`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 198 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `OJ Future`, - Spread: 0.01, - Open: 140.6, - Price: 140.86, - Buy: 140.18, - Sell: 140.19, - Change: 0.67, - ChangePercent: 0.48, - Volume: 7, - High: 140.19, - Low: 0, - YearlyHigh: 155.95, - YearlyLow: 113, - YearlyStart: 134.47, - YearlyChange: 4.25, - Settlement: `Credit`, - Contract: `Futures`, - Region: `Middle East`, - Country: `Bahrain`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `High`, - Issuer: `American Airlines`, - Maturity: `2022-04-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 199 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Coffee`, - Spread: 0.01, - Open: 125.7, - Price: 126.65, - Buy: 125.7, - Sell: 125.7, - Change: 0.96, - ChangePercent: 0.76, - Volume: 1654, - High: 125.8, - Low: 125, - YearlyHigh: 155.75, - YearlyLow: 115.35, - YearlyStart: 135.55, - YearlyChange: -7.27, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Middle East`, - Country: `Turkey`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-03-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 200 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `FD Cattle`, - Spread: 0.01, - Open: 147.175, - Price: 147.77, - Buy: 148.6, - Sell: 148.61, - Change: -0.84, - ChangePercent: -0.56, - Volume: 5, - High: 148.61, - Low: 147.18, - YearlyHigh: 190, - YearlyLow: 138.1, - YearlyStart: 164.05, - YearlyChange: -9.41, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Africa`, - Country: `Ethiopia`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-06-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 201 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Copper`, - Spread: 0.02, - Open: 2.123, - Price: 2.11, - Buy: 2.12, - Sell: 2.12, - Change: 0, - ChangePercent: -0.08, - Volume: 28819, - High: 2.16, - Low: 2.11, - YearlyHigh: 2.94, - YearlyLow: 1.96, - YearlyStart: 2.45, - YearlyChange: -13.76, - Settlement: `Loan`, - Contract: `Futures`, - Region: `Asia Pacific`, - Country: `Taiwan`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `High`, - Issuer: `FedEx`, - Maturity: `2022-02-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 202 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Wheat`, - Spread: 0.01, - Open: 465.5, - Price: 459.38, - Buy: 465.5, - Sell: 465.5, - Change: -6.14, - ChangePercent: -1.32, - Volume: 4318, - High: 467, - Low: 463.25, - YearlyHigh: 628.5, - YearlyLow: 449.5, - YearlyStart: 539, - YearlyChange: -13.63, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Africa`, - Country: `Algeria`, - Risk: `Low`, - Sector: `Government`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-07-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 203 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `Euro$ 3M`, - Spread: 0.01, - Open: 99.18, - Price: 100.16, - Buy: 99.18, - Sell: 99.18, - Change: 0.99, - ChangePercent: 1, - Volume: 29509, - High: 99.18, - Low: 99.17, - YearlyHigh: 99.38, - YearlyLow: 98.41, - YearlyStart: 98.89, - YearlyChange: 0.28, - Settlement: `Loan`, - Contract: `Options`, - Region: `Africa`, - Country: `Egypt`, - Risk: `Low`, - Sector: `Government`, - Currency: `PLN`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-03-23`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 204 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `US 2Y Future`, - Spread: 0.01, - Open: 109.3984, - Price: 108.78, - Buy: 109.4, - Sell: 109.4, - Change: -0.61, - ChangePercent: -0.56, - Volume: 17742, - High: 109.41, - Low: 109.38, - YearlyHigh: 109.8, - YearlyLow: 108.62, - YearlyStart: 109.21, - YearlyChange: 0.16, - Settlement: `Credit`, - Contract: `Forwards`, - Region: `Middle East`, - Country: `Bahrain`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `High`, - Issuer: `FedEx`, - Maturity: `2022-03-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 205 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Ethanol`, - Spread: 0.01, - Open: 1.512, - Price: 2.8, - Buy: 2.75, - Sell: 2.76, - Change: 0.05, - ChangePercent: 1.84, - Volume: 14, - High: 2.75, - Low: 1.12, - YearlyHigh: 2.75, - YearlyLow: 1.12, - YearlyStart: 1.48, - YearlyChange: 86.7, - Settlement: `Credit`, - Contract: `Futures`, - Region: `Africa`, - Country: `South Africa`, - Risk: `Low`, - Sector: `Public`, - Currency: `EUR`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-05-22`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 206 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Sugar`, - Spread: 0.01, - Open: 15.68, - Price: 14.54, - Buy: 14.67, - Sell: 14.68, - Change: -0.13, - ChangePercent: -0.92, - Volume: 4949, - High: 15.7, - Low: 14.67, - YearlyHigh: 16.87, - YearlyLow: 11.37, - YearlyStart: 14.12, - YearlyChange: 3.92, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Europe`, - Country: `Slovenia`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-06-21`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 207 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Wheat`, - Spread: 0.01, - Open: 465.5, - Price: 472.04, - Buy: 465.5, - Sell: 465.5, - Change: 6.52, - ChangePercent: 1.4, - Volume: 4318, - High: 467, - Low: 463.25, - YearlyHigh: 628.5, - YearlyLow: 449.5, - YearlyStart: 539, - YearlyChange: -13.63, - Settlement: `Loan`, - Contract: `Options`, - Region: `Africa`, - Country: `Ethiopia`, - Risk: `High`, - Sector: `Public`, - Currency: `USD`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-05-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 208 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P 600 MINI`, - Spread: 0.01, - Open: 687.9, - Price: 698.89, - Buy: 687.9, - Sell: 687.9, - Change: 11.01, - ChangePercent: 1.6, - Volume: 0, - High: 0, - Low: 0, - YearlyHigh: 620.32, - YearlyLow: 595.9, - YearlyStart: 608.11, - YearlyChange: 13.12, - Settlement: `Loan`, - Contract: `Swap`, - Region: `North America`, - Country: `Mexico`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-02-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 209 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/JPY`, - Spread: 0.02, - Open: 9275.5, - Price: 9299.6, - Buy: 9277.32, - Sell: 9277.34, - Change: 22.27, - ChangePercent: 0.24, - Volume: 47734, - High: 9277.33, - Low: 0.93, - YearlyHigh: 9483, - YearlyLow: 0.93, - YearlyStart: 4741.97, - YearlyChange: 95.64, - Settlement: `Cash`, - Contract: `Options`, - Region: `Europe`, - Country: `Netherlands`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-05-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 210 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `US 2Y Future`, - Spread: 0.01, - Open: 109.3984, - Price: 110.48, - Buy: 109.4, - Sell: 109.4, - Change: 1.09, - ChangePercent: 1, - Volume: 17742, - High: 109.41, - Low: 109.38, - YearlyHigh: 109.8, - YearlyLow: 108.62, - YearlyStart: 109.21, - YearlyChange: 0.16, - Settlement: `Loan`, - Contract: `Futures`, - Region: `Europe`, - Country: `Greece`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-03-11`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 211 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/CHF`, - Spread: 0.02, - Open: 1.0337, - Price: 1.04, - Buy: 1.03, - Sell: 1.03, - Change: 0, - ChangePercent: 0.12, - Volume: 5550, - High: 1.03, - Low: 1.03, - YearlyHigh: 1.11, - YearlyLow: 0.98, - YearlyStart: 1.04, - YearlyChange: -0.12, - Settlement: `Credit`, - Contract: `Futures`, - Region: `Asia Pacific`, - Country: `Taiwan`, - Risk: `High`, - Sector: `Government`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-04-21`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 212 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soybean`, - Spread: 0.01, - Open: 1038, - Price: 1039.86, - Buy: 1038.61, - Sell: 1038.62, - Change: 1.24, - ChangePercent: 0.12, - Volume: 20356, - High: 1044, - Low: 1031.75, - YearlyHigh: 1057, - YearlyLow: 859.5, - YearlyStart: 958.25, - YearlyChange: 8.39, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Asia Pacific`, - Country: `Korea`, - Risk: `Low`, - Sector: `Government`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-02-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 213 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Gold`, - Spread: 0.01, - Open: 1281.1, - Price: 1304.3, - Buy: 1280.73, - Sell: 1280.74, - Change: 23.57, - ChangePercent: 1.84, - Volume: 48387, - High: 1289.5, - Low: 1279.1, - YearlyHigh: 1306, - YearlyLow: 1047.2, - YearlyStart: 1176.6, - YearlyChange: 8.85, - Settlement: `Loan`, - Contract: `Futures`, - Region: `Europe`, - Country: `Czechia`, - Risk: `High`, - Sector: `Government`, - Currency: `PLN`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-09-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 214 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/CHF`, - Spread: 0.02, - Open: 1.0337, - Price: 1.05, - Buy: 1.03, - Sell: 1.03, - Change: 0.01, - ChangePercent: 0.4, - Volume: 5550, - High: 1.03, - Low: 1.03, - YearlyHigh: 1.11, - YearlyLow: 0.98, - YearlyStart: 1.04, - YearlyChange: -0.12, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Europe`, - Country: `Austria`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-09-16`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 215 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `DOW Future`, - Spread: 0.01, - Open: 17711, - Price: 17464.18, - Buy: 17712.15, - Sell: 17712.16, - Change: -247.97, - ChangePercent: -1.4, - Volume: 22236, - High: 17727, - Low: 17642, - YearlyHigh: 18083, - YearlyLow: 15299, - YearlyStart: 16691, - YearlyChange: 6.12, - Settlement: `Cash`, - Contract: `Options`, - Region: `Middle East`, - Country: `Iraq`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-06-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 216 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Coffee`, - Spread: 0.01, - Open: 125.7, - Price: 125.59, - Buy: 125.7, - Sell: 125.7, - Change: -0.1, - ChangePercent: -0.08, - Volume: 1654, - High: 125.8, - Low: 125, - YearlyHigh: 155.75, - YearlyLow: 115.35, - YearlyStart: 135.55, - YearlyChange: -7.27, - Settlement: `Cash`, - Contract: `Swap`, - Region: `South America`, - Country: `Colombia`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-08-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 217 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/CAD`, - Spread: 0.02, - Open: 0.7744, - Price: 0.95, - Buy: 0.94, - Sell: 0.96, - Change: 0, - ChangePercent: -0.16, - Volume: 13669, - High: 0.95, - Low: 0.77, - YearlyHigh: 0.95, - YearlyLow: 0.68, - YearlyStart: 0.76, - YearlyChange: 26.43, - Settlement: `Loan`, - Contract: `Options`, - Region: `Africa`, - Country: `Ethiopia`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `Poor`, - Issuer: `American Airlines`, - Maturity: `2022-06-24`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 218 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Corn`, - Spread: 0.01, - Open: 379.5, - Price: 375.24, - Buy: 379.8, - Sell: 379.81, - Change: -4.56, - ChangePercent: -1.2, - Volume: 11266, - High: 381, - Low: 377.75, - YearlyHigh: 471.25, - YearlyLow: 351.25, - YearlyStart: 411.25, - YearlyChange: -7.65, - Settlement: `Credit`, - Contract: `Futures`, - Region: `Europe`, - Country: `Slovenia`, - Risk: `High`, - Sector: `Public`, - Currency: `USD`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-04-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 219 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Diesel`, - Spread: 0.015, - Open: 1.3474, - Price: 1.36, - Buy: 1.35, - Sell: 1.35, - Change: 0, - ChangePercent: 0.44, - Volume: 2971, - High: 1.36, - Low: 1.34, - YearlyHigh: 2.11, - YearlyLow: 0.92, - YearlyStart: 1.51, - YearlyChange: -10.4, - Settlement: `Loan`, - Contract: `Options`, - Region: `Asia Pacific`, - Country: `Taiwan`, - Risk: `High`, - Sector: `Government`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-03-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 220 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/CHF`, - Spread: 0.02, - Open: 1.0337, - Price: 1.05, - Buy: 1.03, - Sell: 1.03, - Change: 0.01, - ChangePercent: 0.68, - Volume: 5550, - High: 1.03, - Low: 1.03, - YearlyHigh: 1.11, - YearlyLow: 0.98, - YearlyStart: 1.04, - YearlyChange: -0.12, - Settlement: `Loan`, - Contract: `Forwards`, - Region: `Europe`, - Country: `Greece`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-09-19`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 221 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Coal`, - Spread: 0.015, - Open: 0.4363, - Price: 0.42, - Buy: 0.44, - Sell: 0.44, - Change: 0, - ChangePercent: 0.88, - Volume: 3, - High: 0.44, - Low: 0.44, - YearlyHigh: 0.48, - YearlyLow: 0.4, - YearlyStart: 0.44, - YearlyChange: -5.33, - Settlement: `Loan`, - Contract: `Swap`, - Region: `North America`, - Country: `United States`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-04-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 222 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P Future`, - Spread: 0.01, - Open: 2057.5, - Price: 2043.44, - Buy: 2056.6, - Sell: 2056.61, - Change: -13.16, - ChangePercent: -0.64, - Volume: 142780, - High: 2059.5, - Low: 2049, - YearlyHigh: 2105.5, - YearlyLow: 1794.5, - YearlyStart: 1950, - YearlyChange: 5.47, - Settlement: `Cash`, - Contract: `Options`, - Region: `Europe`, - Country: `Austria`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-06-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 223 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Diesel`, - Spread: 0.015, - Open: 1.3474, - Price: 1.34, - Buy: 1.35, - Sell: 1.35, - Change: -0.02, - ChangePercent: -1.6, - Volume: 2971, - High: 1.36, - Low: 1.34, - YearlyHigh: 2.11, - YearlyLow: 0.92, - YearlyStart: 1.51, - YearlyChange: -10.4, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Europe`, - Country: `Germany`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-04-10`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 224 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P 600 MINI`, - Spread: 0.01, - Open: 687.9, - Price: 692.56, - Buy: 687.9, - Sell: 687.9, - Change: 4.68, - ChangePercent: 0.68, - Volume: 0, - High: 0, - Low: 0, - YearlyHigh: 620.32, - YearlyLow: 595.9, - YearlyStart: 608.11, - YearlyChange: 13.12, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Middle East`, - Country: `Israel`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `FedEx`, - Maturity: `2022-05-11`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 225 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Ethanol`, - Spread: 0.01, - Open: 1.512, - Price: 2.71, - Buy: 2.75, - Sell: 2.76, - Change: -0.04, - ChangePercent: -1.56, - Volume: 14, - High: 2.75, - Low: 1.12, - YearlyHigh: 2.75, - YearlyLow: 1.12, - YearlyStart: 1.48, - YearlyChange: 86.7, - Settlement: `Cash`, - Contract: `Futures`, - Region: `South America`, - Country: `Paraguay`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-08-22`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 226 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `OJ Future`, - Spread: 0.01, - Open: 140.6, - Price: 138.84, - Buy: 140.18, - Sell: 140.19, - Change: -1.35, - ChangePercent: -0.96, - Volume: 7, - High: 140.19, - Low: 0, - YearlyHigh: 155.95, - YearlyLow: 113, - YearlyStart: 134.47, - YearlyChange: 4.25, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `Asia Pacific`, - Country: `China`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-03-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 227 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Gold`, - Spread: 0.01, - Open: 1281.1, - Price: 1302.76, - Buy: 1280.73, - Sell: 1280.74, - Change: 22.03, - ChangePercent: 1.72, - Volume: 48387, - High: 1289.5, - Low: 1279.1, - YearlyHigh: 1306, - YearlyLow: 1047.2, - YearlyStart: 1176.6, - YearlyChange: 8.85, - Settlement: `Cash`, - Contract: `Options`, - Region: `Europe`, - Country: `Slovenia`, - Risk: `Low`, - Sector: `Public`, - Currency: `USD`, - Security: `High`, - Issuer: `FedEx`, - Maturity: `2022-04-24`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 228 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Cotton`, - Spread: 0.01, - Open: 61.77, - Price: 60.62, - Buy: 61.77, - Sell: 61.77, - Change: -1.14, - ChangePercent: -1.84, - Volume: 3612, - High: 62.06, - Low: 61.32, - YearlyHigh: 67.59, - YearlyLow: 54.33, - YearlyStart: 60.96, - YearlyChange: 1.31, - Settlement: `Loan`, - Contract: `Options`, - Region: `Europe`, - Country: `Sweden`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `FedEx`, - Maturity: `2022-05-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 229 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `OJ Future`, - Spread: 0.01, - Open: 140.6, - Price: 139.07, - Buy: 140.18, - Sell: 140.19, - Change: -1.12, - ChangePercent: -0.8, - Volume: 7, - High: 140.19, - Low: 0, - YearlyHigh: 155.95, - YearlyLow: 113, - YearlyStart: 134.47, - YearlyChange: 4.25, - Settlement: `Cash`, - Contract: `CFD`, - Region: `Africa`, - Country: `Senegal`, - Risk: `High`, - Sector: `Public`, - Currency: `USD`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-02-22`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 230 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `US 10YR Future`, - Spread: 0.01, - Open: 130.5625, - Price: 128.6, - Buy: 130.56, - Sell: 130.56, - Change: -1.98, - ChangePercent: -1.52, - Volume: 189310, - High: 130.63, - Low: 130.44, - YearlyHigh: 132.64, - YearlyLow: 125.48, - YearlyStart: 129.06, - YearlyChange: 1.18, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Europe`, - Country: `Austria`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-06-19`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 231 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soybean`, - Spread: 0.01, - Open: 1038, - Price: 1049.83, - Buy: 1038.61, - Sell: 1038.62, - Change: 11.21, - ChangePercent: 1.08, - Volume: 20356, - High: 1044, - Low: 1031.75, - YearlyHigh: 1057, - YearlyLow: 859.5, - YearlyStart: 958.25, - YearlyChange: 8.39, - Settlement: `Cash`, - Contract: `Options`, - Region: `Asia Pacific`, - Country: `Singapore`, - Risk: `High`, - Sector: `Government`, - Currency: `USD`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-06-23`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 232 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Cocoa`, - Spread: 0.01, - Open: 3076, - Price: 3055.11, - Buy: 3076, - Sell: 3076, - Change: -20.92, - ChangePercent: -0.68, - Volume: 978, - High: 3078, - Low: 3066, - YearlyHigh: 3406, - YearlyLow: 2746, - YearlyStart: 3076, - YearlyChange: 0, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Middle East`, - Country: `Qatar`, - Risk: `High`, - Sector: `Private`, - Currency: `PLN`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-05-22`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 233 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Uranium`, - Spread: 0.02, - Open: 27.55, - Price: 27.36, - Buy: 27.55, - Sell: 27.55, - Change: -0.22, - ChangePercent: -0.8, - Volume: 12, - High: 27.55, - Low: 27.55, - YearlyHigh: 29.32, - YearlyLow: 21.28, - YearlyStart: 25.3, - YearlyChange: 9.01, - Settlement: `Cash`, - Contract: `CFD`, - Region: `South America`, - Country: `Chile`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `American Airlines`, - Maturity: `2022-04-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 234 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soy Meat`, - Spread: 0.01, - Open: 342.6, - Price: 339.19, - Buy: 342.6, - Sell: 342.6, - Change: -3.43, - ChangePercent: -1, - Volume: 5646, - High: 345.4, - Low: 340.3, - YearlyHigh: 353.4, - YearlyLow: 261.7, - YearlyStart: 307.55, - YearlyChange: 11.4, - Settlement: `Loan`, - Contract: `Options`, - Region: `South America`, - Country: `Guyana`, - Risk: `High`, - Sector: `Public`, - Currency: `USD`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-03-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 235 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Silver`, - Spread: 0.01, - Open: 17.43, - Price: 17.73, - Buy: 17.43, - Sell: 17.43, - Change: 0.31, - ChangePercent: 1.76, - Volume: 11720, - High: 17.51, - Low: 17.37, - YearlyHigh: 18.06, - YearlyLow: 13.73, - YearlyStart: 15.89, - YearlyChange: 9.59, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `Middle East`, - Country: `Syria`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-01-22`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 236 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Silver`, - Spread: 0.01, - Open: 17.43, - Price: 17.27, - Buy: 17.43, - Sell: 17.43, - Change: -0.15, - ChangePercent: -0.84, - Volume: 11720, - High: 17.51, - Low: 17.37, - YearlyHigh: 18.06, - YearlyLow: 13.73, - YearlyStart: 15.89, - YearlyChange: 9.59, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `North America`, - Country: `Canada`, - Risk: `Low`, - Sector: `Government`, - Currency: `USD`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-05-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 237 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P 600 MINI`, - Spread: 0.01, - Open: 687.9, - Price: 687.6, - Buy: 687.9, - Sell: 687.9, - Change: -0.28, - ChangePercent: -0.04, - Volume: 0, - High: 0, - Low: 0, - YearlyHigh: 620.32, - YearlyLow: 595.9, - YearlyStart: 608.11, - YearlyChange: 13.12, - Settlement: `Loan`, - Contract: `CFD`, - Region: `Asia Pacific`, - Country: `Australia`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `High`, - Issuer: `FedEx`, - Maturity: `2022-04-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 238 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Copper`, - Spread: 0.02, - Open: 2.123, - Price: 2.07, - Buy: 2.12, - Sell: 2.12, - Change: -0.04, - ChangePercent: -1.96, - Volume: 28819, - High: 2.16, - Low: 2.11, - YearlyHigh: 2.94, - YearlyLow: 1.96, - YearlyStart: 2.45, - YearlyChange: -13.76, - Settlement: `Cash`, - Contract: `Options`, - Region: `Middle East`, - Country: `Qatar`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-02-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 239 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Milk`, - Spread: 0.01, - Open: 12.87, - Price: 12.87, - Buy: 12.87, - Sell: 12.87, - Change: 0.01, - ChangePercent: 0.08, - Volume: 7, - High: 12.89, - Low: 12.81, - YearlyHigh: 16.96, - YearlyLow: 12.81, - YearlyStart: 14.88, - YearlyChange: -13.6, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Africa`, - Country: `Nigeria`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-04-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 240 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Uranium`, - Spread: 0.02, - Open: 27.55, - Price: 27.47, - Buy: 27.55, - Sell: 27.55, - Change: -0.11, - ChangePercent: -0.4, - Volume: 12, - High: 27.55, - Low: 27.55, - YearlyHigh: 29.32, - YearlyLow: 21.28, - YearlyStart: 25.3, - YearlyChange: 9.01, - Settlement: `Credit`, - Contract: `Forwards`, - Region: `Middle East`, - Country: `UAE`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-02-24`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 241 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soy oil`, - Spread: 0.01, - Open: 33.26, - Price: 33.93, - Buy: 33.77, - Sell: 33.78, - Change: 0.16, - ChangePercent: 0.48, - Volume: 10592, - High: 33.77, - Low: 33.06, - YearlyHigh: 35.43, - YearlyLow: 26.61, - YearlyStart: 31.02, - YearlyChange: 8.87, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `Middle East`, - Country: `Syria`, - Risk: `Low`, - Sector: `Government`, - Currency: `USD`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-02-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 242 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `AUD/USD`, - Spread: 0.02, - Open: 0.7344, - Price: 0.76, - Buy: 0.73, - Sell: 0.73, - Change: 0.02, - ChangePercent: 1.48, - Volume: 36764, - High: 0.74, - Low: 0.73, - YearlyHigh: 0.79, - YearlyLow: 0.68, - YearlyStart: 0.73, - YearlyChange: 1.28, - Settlement: `Credit`, - Contract: `Options`, - Region: `Asia Pacific`, - Country: `Afghanistan`, - Risk: `Low`, - Sector: `Government`, - Currency: `USD`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-05-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 243 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Sugar`, - Spread: 0.01, - Open: 15.68, - Price: 14.61, - Buy: 14.67, - Sell: 14.68, - Change: -0.06, - ChangePercent: -0.44, - Volume: 4949, - High: 15.7, - Low: 14.67, - YearlyHigh: 16.87, - YearlyLow: 11.37, - YearlyStart: 14.12, - YearlyChange: 3.92, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Asia Pacific`, - Country: `Korea`, - Risk: `Low`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-02-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 244 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Cocoa`, - Spread: 0.01, - Open: 3076, - Price: 3050.19, - Buy: 3076, - Sell: 3076, - Change: -25.84, - ChangePercent: -0.84, - Volume: 978, - High: 3078, - Low: 3066, - YearlyHigh: 3406, - YearlyLow: 2746, - YearlyStart: 3076, - YearlyChange: 0, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Europe`, - Country: `Denmark`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `American Airlines`, - Maturity: `2022-01-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 245 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `OJ Future`, - Spread: 0.01, - Open: 140.6, - Price: 138.79, - Buy: 140.18, - Sell: 140.19, - Change: -1.4, - ChangePercent: -1, - Volume: 7, - High: 140.19, - Low: 0, - YearlyHigh: 155.95, - YearlyLow: 113, - YearlyStart: 134.47, - YearlyChange: 4.25, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `Middle East`, - Country: `Kuwait`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-03-16`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 246 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P Future`, - Spread: 0.01, - Open: 2057.5, - Price: 2088.68, - Buy: 2056.6, - Sell: 2056.61, - Change: 32.08, - ChangePercent: 1.56, - Volume: 142780, - High: 2059.5, - Low: 2049, - YearlyHigh: 2105.5, - YearlyLow: 1794.5, - YearlyStart: 1950, - YearlyChange: 5.47, - Settlement: `Cash`, - Contract: `CFD`, - Region: `Europe`, - Country: `France`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-04-21`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 247 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Gold`, - Spread: 0.01, - Open: 1281.1, - Price: 1278.17, - Buy: 1280.73, - Sell: 1280.74, - Change: -2.56, - ChangePercent: -0.2, - Volume: 48387, - High: 1289.5, - Low: 1279.1, - YearlyHigh: 1306, - YearlyLow: 1047.2, - YearlyStart: 1176.6, - YearlyChange: 8.85, - Settlement: `Cash`, - Contract: `Options`, - Region: `Europe`, - Country: `Austria`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-07-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 248 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Coal`, - Spread: 0.015, - Open: 0.4363, - Price: 0.42, - Buy: 0.44, - Sell: 0.44, - Change: 0, - ChangePercent: 1.16, - Volume: 3, - High: 0.44, - Low: 0.44, - YearlyHigh: 0.48, - YearlyLow: 0.4, - YearlyStart: 0.44, - YearlyChange: -5.33, - Settlement: `Cash`, - Contract: `CFD`, - Region: `Europe`, - Country: `Ireland`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `American Airlines`, - Maturity: `2022-06-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 249 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Uranium`, - Spread: 0.02, - Open: 27.55, - Price: 28.08, - Buy: 27.55, - Sell: 27.55, - Change: 0.5, - ChangePercent: 1.8, - Volume: 12, - High: 27.55, - Low: 27.55, - YearlyHigh: 29.32, - YearlyLow: 21.28, - YearlyStart: 25.3, - YearlyChange: 9.01, - Settlement: `Cash`, - Contract: `Futures`, - Region: `North America`, - Country: `Mexico`, - Risk: `High`, - Sector: `Government`, - Currency: `USD`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-05-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 250 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Palladium`, - Spread: 0.01, - Open: 600.55, - Price: 590.42, - Buy: 601, - Sell: 601.01, - Change: -10.58, - ChangePercent: -1.76, - Volume: 651, - High: 607.2, - Low: 598.4, - YearlyHigh: 690, - YearlyLow: 458.6, - YearlyStart: 574.3, - YearlyChange: 4.65, - Settlement: `Loan`, - Contract: `Swap`, - Region: `North America`, - Country: `Canada`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-04-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 251 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Milk`, - Spread: 0.01, - Open: 12.87, - Price: 12.66, - Buy: 12.87, - Sell: 12.87, - Change: -0.2, - ChangePercent: -1.52, - Volume: 7, - High: 12.89, - Low: 12.81, - YearlyHigh: 16.96, - YearlyLow: 12.81, - YearlyStart: 14.88, - YearlyChange: -13.6, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Africa`, - Country: `Morocco`, - Risk: `High`, - Sector: `Government`, - Currency: `USD`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-08-24`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 252 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `US 10YR Future`, - Spread: 0.01, - Open: 130.5625, - Price: 129.59, - Buy: 130.56, - Sell: 130.56, - Change: -0.99, - ChangePercent: -0.76, - Volume: 189310, - High: 130.63, - Low: 130.44, - YearlyHigh: 132.64, - YearlyLow: 125.48, - YearlyStart: 129.06, - YearlyChange: 1.18, - Settlement: `Cash`, - Contract: `Futures`, - Region: `South America`, - Country: `Suriname`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-05-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 253 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P Future`, - Spread: 0.01, - Open: 2057.5, - Price: 2032.75, - Buy: 2056.6, - Sell: 2056.61, - Change: -23.85, - ChangePercent: -1.16, - Volume: 142780, - High: 2059.5, - Low: 2049, - YearlyHigh: 2105.5, - YearlyLow: 1794.5, - YearlyStart: 1950, - YearlyChange: 5.47, - Settlement: `Loan`, - Contract: `CFD`, - Region: `Africa`, - Country: `Senegal`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-01-21`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 254 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `DOW Future`, - Spread: 0.01, - Open: 17711, - Price: 17733.41, - Buy: 17712.15, - Sell: 17712.16, - Change: 21.26, - ChangePercent: 0.12, - Volume: 22236, - High: 17727, - Low: 17642, - YearlyHigh: 18083, - YearlyLow: 15299, - YearlyStart: 16691, - YearlyChange: 6.12, - Settlement: `Credit`, - Contract: `Options`, - Region: `Africa`, - Country: `Morocco`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-04-23`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 255 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soy Meat`, - Spread: 0.01, - Open: 342.6, - Price: 345.36, - Buy: 342.6, - Sell: 342.6, - Change: 2.74, - ChangePercent: 0.8, - Volume: 5646, - High: 345.4, - Low: 340.3, - YearlyHigh: 353.4, - YearlyLow: 261.7, - YearlyStart: 307.55, - YearlyChange: 11.4, - Settlement: `Credit`, - Contract: `Futures`, - Region: `Africa`, - Country: `Cameroon`, - Risk: `High`, - Sector: `Public`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `FedEx`, - Maturity: `2022-03-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 256 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `FD Cattle`, - Spread: 0.01, - Open: 147.175, - Price: 147.06, - Buy: 148.6, - Sell: 148.61, - Change: -1.55, - ChangePercent: -1.04, - Volume: 5, - High: 148.61, - Low: 147.18, - YearlyHigh: 190, - YearlyLow: 138.1, - YearlyStart: 164.05, - YearlyChange: -9.41, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `Europe`, - Country: `Slovenia`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `High`, - Issuer: `FedEx`, - Maturity: `2022-06-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 257 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P MID MINI`, - Spread: 0.01, - Open: 1454.3, - Price: 1470.34, - Buy: 1455.78, - Sell: 1455.79, - Change: 14.56, - ChangePercent: 1, - Volume: 338, - High: 1455.78, - Low: 1448, - YearlyHigh: 1527.3, - YearlyLow: 1236, - YearlyStart: 1381.65, - YearlyChange: 5.37, - Settlement: `Credit`, - Contract: `Options`, - Region: `Middle East`, - Country: `Israel`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-05-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 258 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Platinum`, - Spread: 0.01, - Open: 1071.6, - Price: 1069.81, - Buy: 1071.09, - Sell: 1071.1, - Change: -1.29, - ChangePercent: -0.12, - Volume: 3039, - High: 1081.2, - Low: 1070.5, - YearlyHigh: 1120.6, - YearlyLow: 812.4, - YearlyStart: 966.5, - YearlyChange: 10.82, - Settlement: `Loan`, - Contract: `Forwards`, - Region: `Africa`, - Country: `Senegal`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-01-16`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 259 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soy Meat`, - Spread: 0.01, - Open: 342.6, - Price: 347.83, - Buy: 342.6, - Sell: 342.6, - Change: 5.21, - ChangePercent: 1.52, - Volume: 5646, - High: 345.4, - Low: 340.3, - YearlyHigh: 353.4, - YearlyLow: 261.7, - YearlyStart: 307.55, - YearlyChange: 11.4, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Europe`, - Country: `Finland`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-07-23`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 260 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Cocoa`, - Spread: 0.01, - Open: 3076, - Price: 3041.58, - Buy: 3076, - Sell: 3076, - Change: -34.45, - ChangePercent: -1.12, - Volume: 978, - High: 3078, - Low: 3066, - YearlyHigh: 3406, - YearlyLow: 2746, - YearlyStart: 3076, - YearlyChange: 0, - Settlement: `Cash`, - Contract: `Options`, - Region: `Europe`, - Country: `Norway`, - Risk: `High`, - Sector: `Government`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-07-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 261 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `BTC/USD`, - Spread: 0.06, - Open: 93.88, - Price: 21135.18, - Buy: 21200.76, - Sell: 21400.78, - Change: 134.41, - ChangePercent: 0.64, - Volume: 5788000, - High: 22400.05, - Low: 20100.75, - YearlyHigh: 62400.7, - YearlyLow: 15100.88, - YearlyStart: 21200.29, - YearlyChange: -20.62, - Settlement: `Cash`, - Contract: `Options`, - Region: `Middle East`, - Country: `UAE`, - Risk: `High`, - Sector: `Public`, - Currency: `USD`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-08-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 262 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Diesel`, - Spread: 0.015, - Open: 1.3474, - Price: 1.38, - Buy: 1.35, - Sell: 1.35, - Change: 0.02, - ChangePercent: 1.68, - Volume: 2971, - High: 1.36, - Low: 1.34, - YearlyHigh: 2.11, - YearlyLow: 0.92, - YearlyStart: 1.51, - YearlyChange: -10.4, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `Asia Pacific`, - Country: `India`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `High`, - Issuer: `American Airlines`, - Maturity: `2022-02-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 263 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soybean`, - Spread: 0.01, - Open: 1038, - Price: 1058.14, - Buy: 1038.61, - Sell: 1038.62, - Change: 19.52, - ChangePercent: 1.88, - Volume: 20356, - High: 1044, - Low: 1031.75, - YearlyHigh: 1057, - YearlyLow: 859.5, - YearlyStart: 958.25, - YearlyChange: 8.39, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Middle East`, - Country: `Jordan`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-05-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 264 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `FD Cattle`, - Spread: 0.01, - Open: 147.175, - Price: 149.02, - Buy: 148.6, - Sell: 148.61, - Change: 0.41, - ChangePercent: 0.28, - Volume: 5, - High: 148.61, - Low: 147.18, - YearlyHigh: 190, - YearlyLow: 138.1, - YearlyStart: 164.05, - YearlyChange: -9.41, - Settlement: `Credit`, - Contract: `Swap`, - Region: `South America`, - Country: `Suriname`, - Risk: `High`, - Sector: `Private`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-08-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 265 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Coal`, - Spread: 0.015, - Open: 0.4363, - Price: 0.42, - Buy: 0.44, - Sell: 0.44, - Change: 0, - ChangePercent: 0.28, - Volume: 3, - High: 0.44, - Low: 0.44, - YearlyHigh: 0.48, - YearlyLow: 0.4, - YearlyStart: 0.44, - YearlyChange: -5.33, - Settlement: `Credit`, - Contract: `Options`, - Region: `South America`, - Country: `Ecuador`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-01-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 266 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `OJ Future`, - Spread: 0.01, - Open: 140.6, - Price: 139.91, - Buy: 140.18, - Sell: 140.19, - Change: -0.28, - ChangePercent: -0.2, - Volume: 7, - High: 140.19, - Low: 0, - YearlyHigh: 155.95, - YearlyLow: 113, - YearlyStart: 134.47, - YearlyChange: 4.25, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `Africa`, - Country: `Ethiopia`, - Risk: `Low`, - Sector: `Public`, - Currency: `USD`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-07-24`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 267 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Corn`, - Spread: 0.01, - Open: 379.5, - Price: 384.36, - Buy: 379.8, - Sell: 379.81, - Change: 4.56, - ChangePercent: 1.2, - Volume: 11266, - High: 381, - Low: 377.75, - YearlyHigh: 471.25, - YearlyLow: 351.25, - YearlyStart: 411.25, - YearlyChange: -7.65, - Settlement: `Loan`, - Contract: `Forwards`, - Region: `Africa`, - Country: `Niger`, - Risk: `Low`, - Sector: `Government`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-04-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 268 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Coal`, - Spread: 0.015, - Open: 0.4363, - Price: 0.41, - Buy: 0.44, - Sell: 0.44, - Change: -0.01, - ChangePercent: -1.08, - Volume: 3, - High: 0.44, - Low: 0.44, - YearlyHigh: 0.48, - YearlyLow: 0.4, - YearlyStart: 0.44, - YearlyChange: -5.33, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Africa`, - Country: `Senegal`, - Risk: `Low`, - Sector: `Government`, - Currency: `PLN`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-04-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 269 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P 600 MINI`, - Spread: 0.01, - Open: 687.9, - Price: 693.11, - Buy: 687.9, - Sell: 687.9, - Change: 5.23, - ChangePercent: 0.76, - Volume: 0, - High: 0, - Low: 0, - YearlyHigh: 620.32, - YearlyLow: 595.9, - YearlyStart: 608.11, - YearlyChange: 13.12, - Settlement: `Cash`, - Contract: `CFD`, - Region: `Africa`, - Country: `Ethiopia`, - Risk: `High`, - Sector: `Government`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `FedEx`, - Maturity: `2022-02-22`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 270 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Silver`, - Spread: 0.01, - Open: 17.43, - Price: 17.73, - Buy: 17.43, - Sell: 17.43, - Change: 0.31, - ChangePercent: 1.8, - Volume: 11720, - High: 17.51, - Low: 17.37, - YearlyHigh: 18.06, - YearlyLow: 13.73, - YearlyStart: 15.89, - YearlyChange: 9.59, - Settlement: `Cash`, - Contract: `Swap`, - Region: `South America`, - Country: `Peru`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-05-21`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 271 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `OJ Future`, - Spread: 0.01, - Open: 140.6, - Price: 141.03, - Buy: 140.18, - Sell: 140.19, - Change: 0.84, - ChangePercent: 0.6, - Volume: 7, - High: 140.19, - Low: 0, - YearlyHigh: 155.95, - YearlyLow: 113, - YearlyStart: 134.47, - YearlyChange: 4.25, - Settlement: `Cash`, - Contract: `Options`, - Region: `Asia Pacific`, - Country: `China`, - Risk: `High`, - Sector: `Public`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-03-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 272 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Ethanol`, - Spread: 0.01, - Open: 1.512, - Price: 2.74, - Buy: 2.75, - Sell: 2.76, - Change: -0.01, - ChangePercent: -0.6, - Volume: 14, - High: 2.75, - Low: 1.12, - YearlyHigh: 2.75, - YearlyLow: 1.12, - YearlyStart: 1.48, - YearlyChange: 86.7, - Settlement: `Credit`, - Contract: `Futures`, - Region: `Asia Pacific`, - Country: `Singapore`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-03-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 273 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P 600 MINI`, - Spread: 0.01, - Open: 687.9, - Price: 685.13, - Buy: 687.9, - Sell: 687.9, - Change: -2.75, - ChangePercent: -0.4, - Volume: 0, - High: 0, - Low: 0, - YearlyHigh: 620.32, - YearlyLow: 595.9, - YearlyStart: 608.11, - YearlyChange: 13.12, - Settlement: `Credit`, - Contract: `Options`, - Region: `Africa`, - Country: `South Africa`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-04-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 274 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `DOW Future`, - Spread: 0.01, - Open: 17711, - Price: 17818.42, - Buy: 17712.15, - Sell: 17712.16, - Change: 106.27, - ChangePercent: 0.6, - Volume: 22236, - High: 17727, - Low: 17642, - YearlyHigh: 18083, - YearlyLow: 15299, - YearlyStart: 16691, - YearlyChange: 6.12, - Settlement: `Credit`, - Contract: `Futures`, - Region: `Africa`, - Country: `Nigeria`, - Risk: `High`, - Sector: `Public`, - Currency: `USD`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-03-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 275 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Silver`, - Spread: 0.01, - Open: 17.43, - Price: 17.1, - Buy: 17.43, - Sell: 17.43, - Change: -0.32, - ChangePercent: -1.84, - Volume: 11720, - High: 17.51, - Low: 17.37, - YearlyHigh: 18.06, - YearlyLow: 13.73, - YearlyStart: 15.89, - YearlyChange: 9.59, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Asia Pacific`, - Country: `India`, - Risk: `Low`, - Sector: `Public`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-09-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 276 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Wheat`, - Spread: 0.01, - Open: 465.5, - Price: 470.92, - Buy: 465.5, - Sell: 465.5, - Change: 5.4, - ChangePercent: 1.16, - Volume: 4318, - High: 467, - Low: 463.25, - YearlyHigh: 628.5, - YearlyLow: 449.5, - YearlyStart: 539, - YearlyChange: -13.63, - Settlement: `Cash`, - Contract: `Options`, - Region: `Asia Pacific`, - Country: `Philippines`, - Risk: `High`, - Sector: `Private`, - Currency: `PLN`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-02-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 277 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Coffee`, - Spread: 0.01, - Open: 125.7, - Price: 128, - Buy: 125.7, - Sell: 125.7, - Change: 2.31, - ChangePercent: 1.84, - Volume: 1654, - High: 125.8, - Low: 125, - YearlyHigh: 155.75, - YearlyLow: 115.35, - YearlyStart: 135.55, - YearlyChange: -7.27, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Asia Pacific`, - Country: `Azerbaijan`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-05-16`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 278 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `GBP/USD`, - Spread: 0.02, - Open: 1.4464, - Price: 1.17, - Buy: 1.18, - Sell: 1.2, - Change: -0.02, - ChangePercent: -1.72, - Volume: 29450, - High: 1.45, - Low: 1.19, - YearlyHigh: 1.59, - YearlyLow: 1.19, - YearlyStart: 1.49, - YearlyChange: -19.59, - Settlement: `Credit`, - Contract: `Futures`, - Region: `Africa`, - Country: `Algeria`, - Risk: `Low`, - Sector: `Government`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-08-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 279 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Uranium`, - Spread: 0.02, - Open: 27.55, - Price: 27.8, - Buy: 27.55, - Sell: 27.55, - Change: 0.22, - ChangePercent: 0.8, - Volume: 12, - High: 27.55, - Low: 27.55, - YearlyHigh: 29.32, - YearlyLow: 21.28, - YearlyStart: 25.3, - YearlyChange: 9.01, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Africa`, - Country: `Tunisia`, - Risk: `Low`, - Sector: `Public`, - Currency: `USD`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-01-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 280 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `DOW Future`, - Spread: 0.01, - Open: 17711, - Price: 17697.98, - Buy: 17712.15, - Sell: 17712.16, - Change: -14.17, - ChangePercent: -0.08, - Volume: 22236, - High: 17727, - Low: 17642, - YearlyHigh: 18083, - YearlyLow: 15299, - YearlyStart: 16691, - YearlyChange: 6.12, - Settlement: `Credit`, - Contract: `Options`, - Region: `Middle East`, - Country: `Lebanon`, - Risk: `High`, - Sector: `Private`, - Currency: `PLN`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-04-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 281 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Milk`, - Spread: 0.01, - Open: 12.87, - Price: 12.68, - Buy: 12.87, - Sell: 12.87, - Change: -0.18, - ChangePercent: -1.4, - Volume: 7, - High: 12.89, - Low: 12.81, - YearlyHigh: 16.96, - YearlyLow: 12.81, - YearlyStart: 14.88, - YearlyChange: -13.6, - Settlement: `Loan`, - Contract: `Futures`, - Region: `North America`, - Country: `Mexico`, - Risk: `Low`, - Sector: `Public`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-04-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 282 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Natural Gas`, - Spread: 0.02, - Open: 2.094, - Price: 2.11, - Buy: 2.09, - Sell: 2.09, - Change: 0.01, - ChangePercent: 0.4, - Volume: 2783, - High: 2.11, - Low: 2.09, - YearlyHigh: 3.2, - YearlyLow: 1.84, - YearlyStart: 2.52, - YearlyChange: -16.51, - Settlement: `Credit`, - Contract: `Options`, - Region: `Middle East`, - Country: `Iraq`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-02-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 283 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Coal`, - Spread: 0.015, - Open: 0.4363, - Price: 0.42, - Buy: 0.44, - Sell: 0.44, - Change: 0, - ChangePercent: -0.12, - Volume: 3, - High: 0.44, - Low: 0.44, - YearlyHigh: 0.48, - YearlyLow: 0.4, - YearlyStart: 0.44, - YearlyChange: -5.33, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Middle East`, - Country: `Syria`, - Risk: `Low`, - Sector: `Public`, - Currency: `USD`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-09-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 284 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `GBP/USD`, - Spread: 0.02, - Open: 1.4464, - Price: 1.22, - Buy: 1.18, - Sell: 1.2, - Change: 0.03, - ChangePercent: 1.84, - Volume: 29450, - High: 1.45, - Low: 1.19, - YearlyHigh: 1.59, - YearlyLow: 1.19, - YearlyStart: 1.49, - YearlyChange: -19.59, - Settlement: `Credit`, - Contract: `Forwards`, - Region: `South America`, - Country: `Guyana`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-09-11`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 285 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P MID MINI`, - Spread: 0.01, - Open: 1454.3, - Price: 1457.53, - Buy: 1455.78, - Sell: 1455.79, - Change: 1.75, - ChangePercent: 0.12, - Volume: 338, - High: 1455.78, - Low: 1448, - YearlyHigh: 1527.3, - YearlyLow: 1236, - YearlyStart: 1381.65, - YearlyChange: 5.37, - Settlement: `Loan`, - Contract: `Options`, - Region: `Asia Pacific`, - Country: `Philippines`, - Risk: `Low`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-05-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 286 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Silver`, - Spread: 0.01, - Open: 17.43, - Price: 17.29, - Buy: 17.43, - Sell: 17.43, - Change: -0.13, - ChangePercent: -0.76, - Volume: 11720, - High: 17.51, - Low: 17.37, - YearlyHigh: 18.06, - YearlyLow: 13.73, - YearlyStart: 15.89, - YearlyChange: 9.59, - Settlement: `Cash`, - Contract: `Options`, - Region: `Asia Pacific`, - Country: `New Zealand`, - Risk: `High`, - Sector: `Government`, - Currency: `USD`, - Security: `Poor`, - Issuer: `American Airlines`, - Maturity: `2022-07-27`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 287 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `NAS Future`, - Spread: 0.01, - Open: 4341.25, - Price: 4257.93, - Buy: 4341.25, - Sell: 4341.25, - Change: -83.35, - ChangePercent: -1.92, - Volume: 18259, - High: 4347, - Low: 4318, - YearlyHigh: 4719.75, - YearlyLow: 3867.75, - YearlyStart: 4293.75, - YearlyChange: 1.11, - Settlement: `Loan`, - Contract: `Futures`, - Region: `South America`, - Country: `Guyana`, - Risk: `High`, - Sector: `Private`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-05-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 288 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Ethanol`, - Spread: 0.01, - Open: 1.512, - Price: 2.77, - Buy: 2.75, - Sell: 2.76, - Change: 0.02, - ChangePercent: 0.64, - Volume: 14, - High: 2.75, - Low: 1.12, - YearlyHigh: 2.75, - YearlyLow: 1.12, - YearlyStart: 1.48, - YearlyChange: 86.7, - Settlement: `Credit`, - Contract: `Options`, - Region: `Africa`, - Country: `Morocco`, - Risk: `Low`, - Sector: `Government`, - Currency: `PLN`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-05-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 289 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P MID MINI`, - Spread: 0.01, - Open: 1454.3, - Price: 1466.85, - Buy: 1455.78, - Sell: 1455.79, - Change: 11.07, - ChangePercent: 0.76, - Volume: 338, - High: 1455.78, - Low: 1448, - YearlyHigh: 1527.3, - YearlyLow: 1236, - YearlyStart: 1381.65, - YearlyChange: 5.37, - Settlement: `Credit`, - Contract: `CFD`, - Region: `North America`, - Country: `United States`, - Risk: `Low`, - Sector: `Government`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-05-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 290 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `DOW Future`, - Spread: 0.01, - Open: 17711, - Price: 17825.51, - Buy: 17712.15, - Sell: 17712.16, - Change: 113.36, - ChangePercent: 0.64, - Volume: 22236, - High: 17727, - Low: 17642, - YearlyHigh: 18083, - YearlyLow: 15299, - YearlyStart: 16691, - YearlyChange: 6.12, - Settlement: `Cash`, - Contract: `Options`, - Region: `North America`, - Country: `Canada`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-02-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 291 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `US 2Y Future`, - Spread: 0.01, - Open: 109.3984, - Price: 108.38, - Buy: 109.4, - Sell: 109.4, - Change: -1.01, - ChangePercent: -0.92, - Volume: 17742, - High: 109.41, - Low: 109.38, - YearlyHigh: 109.8, - YearlyLow: 108.62, - YearlyStart: 109.21, - YearlyChange: 0.16, - Settlement: `Cash`, - Contract: `CFD`, - Region: `North America`, - Country: `United States`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-02-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 292 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Platinum`, - Spread: 0.01, - Open: 1071.6, - Price: 1053.1, - Buy: 1071.09, - Sell: 1071.1, - Change: -18, - ChangePercent: -1.68, - Volume: 3039, - High: 1081.2, - Low: 1070.5, - YearlyHigh: 1120.6, - YearlyLow: 812.4, - YearlyStart: 966.5, - YearlyChange: 10.82, - Settlement: `Credit`, - Contract: `Futures`, - Region: `Asia Pacific`, - Country: `China`, - Risk: `Low`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-07-24`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 293 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `BTC/USD`, - Spread: 0.06, - Open: 93.88, - Price: 21177.18, - Buy: 21200.76, - Sell: 21400.78, - Change: 176.41, - ChangePercent: 0.84, - Volume: 5788000, - High: 22400.05, - Low: 20100.75, - YearlyHigh: 62400.7, - YearlyLow: 15100.88, - YearlyStart: 21200.29, - YearlyChange: -20.62, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Middle East`, - Country: `Oman`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-08-23`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 294 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Diesel`, - Spread: 0.015, - Open: 1.3474, - Price: 1.33, - Buy: 1.35, - Sell: 1.35, - Change: -0.03, - ChangePercent: -1.84, - Volume: 2971, - High: 1.36, - Low: 1.34, - YearlyHigh: 2.11, - YearlyLow: 0.92, - YearlyStart: 1.51, - YearlyChange: -10.4, - Settlement: `Cash`, - Contract: `Futures`, - Region: `South America`, - Country: `Paraguay`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-08-23`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 295 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Platinum`, - Spread: 0.01, - Open: 1071.6, - Price: 1087.81, - Buy: 1071.09, - Sell: 1071.1, - Change: 16.71, - ChangePercent: 1.56, - Volume: 3039, - High: 1081.2, - Low: 1070.5, - YearlyHigh: 1120.6, - YearlyLow: 812.4, - YearlyStart: 966.5, - YearlyChange: 10.82, - Settlement: `Loan`, - Contract: `Futures`, - Region: `Europe`, - Country: `Czechia`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-04-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 296 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Ethanol`, - Spread: 0.01, - Open: 1.512, - Price: 2.8, - Buy: 2.75, - Sell: 2.76, - Change: 0.05, - ChangePercent: 1.84, - Volume: 14, - High: 2.75, - Low: 1.12, - YearlyHigh: 2.75, - YearlyLow: 1.12, - YearlyStart: 1.48, - YearlyChange: 86.7, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Middle East`, - Country: `Saudi Arabia`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-03-22`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 297 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soybean`, - Spread: 0.01, - Open: 1038, - Price: 1053.99, - Buy: 1038.61, - Sell: 1038.62, - Change: 15.37, - ChangePercent: 1.48, - Volume: 20356, - High: 1044, - Low: 1031.75, - YearlyHigh: 1057, - YearlyLow: 859.5, - YearlyStart: 958.25, - YearlyChange: 8.39, - Settlement: `Cash`, - Contract: `CFD`, - Region: `Africa`, - Country: `Tunisia`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-08-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 298 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `GBP/USD`, - Spread: 0.02, - Open: 1.4464, - Price: 1.19, - Buy: 1.18, - Sell: 1.2, - Change: 0, - ChangePercent: -0.36, - Volume: 29450, - High: 1.45, - Low: 1.19, - YearlyHigh: 1.59, - YearlyLow: 1.19, - YearlyStart: 1.49, - YearlyChange: -19.59, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `North America`, - Country: `United States`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-02-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 299 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Ethanol`, - Spread: 0.01, - Open: 1.512, - Price: 2.7, - Buy: 2.75, - Sell: 2.76, - Change: -0.05, - ChangePercent: -1.92, - Volume: 14, - High: 2.75, - Low: 1.12, - YearlyHigh: 2.75, - YearlyLow: 1.12, - YearlyStart: 1.48, - YearlyChange: 86.7, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Middle East`, - Country: `Oman`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-04-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 300 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Silver`, - Spread: 0.01, - Open: 17.43, - Price: 17.39, - Buy: 17.43, - Sell: 17.43, - Change: -0.03, - ChangePercent: -0.2, - Volume: 11720, - High: 17.51, - Low: 17.37, - YearlyHigh: 18.06, - YearlyLow: 13.73, - YearlyStart: 15.89, - YearlyChange: 9.59, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Africa`, - Country: `Egypt`, - Risk: `High`, - Sector: `Private`, - Currency: `PLN`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-04-24`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 301 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Sugar`, - Spread: 0.01, - Open: 15.68, - Price: 14.96, - Buy: 14.67, - Sell: 14.68, - Change: 0.29, - ChangePercent: 1.96, - Volume: 4949, - High: 15.7, - Low: 14.67, - YearlyHigh: 16.87, - YearlyLow: 11.37, - YearlyStart: 14.12, - YearlyChange: 3.92, - Settlement: `Credit`, - Contract: `Options`, - Region: `Africa`, - Country: `Cameroon`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-07-27`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 302 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Cocoa`, - Spread: 0.01, - Open: 3076, - Price: 3117.86, - Buy: 3076, - Sell: 3076, - Change: 41.83, - ChangePercent: 1.36, - Volume: 978, - High: 3078, - Low: 3066, - YearlyHigh: 3406, - YearlyLow: 2746, - YearlyStart: 3076, - YearlyChange: 0, - Settlement: `Loan`, - Contract: `Forwards`, - Region: `Africa`, - Country: `Algeria`, - Risk: `Low`, - Sector: `Public`, - Currency: `PLN`, - Security: `High`, - Issuer: `FedEx`, - Maturity: `2022-01-11`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 303 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Rice`, - Spread: 0.01, - Open: 11.245, - Price: 10.44, - Buy: 10.41, - Sell: 10.42, - Change: 0.02, - ChangePercent: 0.28, - Volume: 220, - High: 11.38, - Low: 10.42, - YearlyHigh: 14.14, - YearlyLow: 9.7, - YearlyStart: 11.92, - YearlyChange: -12.62, - Settlement: `Loan`, - Contract: `Forwards`, - Region: `Asia Pacific`, - Country: `China`, - Risk: `Low`, - Sector: `Public`, - Currency: `USD`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-07-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 304 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soybean`, - Spread: 0.01, - Open: 1038, - Price: 1026.15, - Buy: 1038.61, - Sell: 1038.62, - Change: -12.47, - ChangePercent: -1.2, - Volume: 20356, - High: 1044, - Low: 1031.75, - YearlyHigh: 1057, - YearlyLow: 859.5, - YearlyStart: 958.25, - YearlyChange: 8.39, - Settlement: `Cash`, - Contract: `Futures`, - Region: `North America`, - Country: `United States`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `FedEx`, - Maturity: `2022-02-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 305 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/CAD`, - Spread: 0.02, - Open: 0.7744, - Price: 0.94, - Buy: 0.94, - Sell: 0.96, - Change: -0.01, - ChangePercent: -1.4, - Volume: 13669, - High: 0.95, - Low: 0.77, - YearlyHigh: 0.95, - YearlyLow: 0.68, - YearlyStart: 0.76, - YearlyChange: 26.43, - Settlement: `Credit`, - Contract: `Swap`, - Region: `North America`, - Country: `Canada`, - Risk: `Low`, - Sector: `Public`, - Currency: `USD`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-02-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 306 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Rice`, - Spread: 0.01, - Open: 11.245, - Price: 10.3, - Buy: 10.41, - Sell: 10.42, - Change: -0.12, - ChangePercent: -1.08, - Volume: 220, - High: 11.38, - Low: 10.42, - YearlyHigh: 14.14, - YearlyLow: 9.7, - YearlyStart: 11.92, - YearlyChange: -12.62, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Africa`, - Country: `Libya`, - Risk: `Low`, - Sector: `Government`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-04-23`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 307 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soybean`, - Spread: 0.01, - Open: 1038, - Price: 1026.15, - Buy: 1038.61, - Sell: 1038.62, - Change: -12.47, - ChangePercent: -1.2, - Volume: 20356, - High: 1044, - Low: 1031.75, - YearlyHigh: 1057, - YearlyLow: 859.5, - YearlyStart: 958.25, - YearlyChange: 8.39, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Europe`, - Country: `Hungary`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-06-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 308 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/CAD`, - Spread: 0.02, - Open: 0.7744, - Price: 0.95, - Buy: 0.94, - Sell: 0.96, - Change: 0, - ChangePercent: -0.8, - Volume: 13669, - High: 0.95, - Low: 0.77, - YearlyHigh: 0.95, - YearlyLow: 0.68, - YearlyStart: 0.76, - YearlyChange: 26.43, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `Asia Pacific`, - Country: `Singapore`, - Risk: `Low`, - Sector: `Government`, - Currency: `USD`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-08-16`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 309 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `US 30YR Future`, - Spread: 0.01, - Open: 164.875, - Price: 160.94, - Buy: 164.15, - Sell: 164.16, - Change: -3.22, - ChangePercent: -1.96, - Volume: 28012, - High: 165.25, - Low: 164.04, - YearlyHigh: 169.38, - YearlyLow: 151.47, - YearlyStart: 160.43, - YearlyChange: 2.33, - Settlement: `Credit`, - Contract: `Forwards`, - Region: `Asia Pacific`, - Country: `Thailand`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-09-22`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 310 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `US 10YR Future`, - Spread: 0.01, - Open: 130.5625, - Price: 132.2, - Buy: 130.56, - Sell: 130.56, - Change: 1.62, - ChangePercent: 1.24, - Volume: 189310, - High: 130.63, - Low: 130.44, - YearlyHigh: 132.64, - YearlyLow: 125.48, - YearlyStart: 129.06, - YearlyChange: 1.18, - Settlement: `Credit`, - Contract: `Forwards`, - Region: `Asia Pacific`, - Country: `India`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-09-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 311 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/CHF`, - Spread: 0.02, - Open: 1.0337, - Price: 1.06, - Buy: 1.03, - Sell: 1.03, - Change: 0.02, - ChangePercent: 1.24, - Volume: 5550, - High: 1.03, - Low: 1.03, - YearlyHigh: 1.11, - YearlyLow: 0.98, - YearlyStart: 1.04, - YearlyChange: -0.12, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Africa`, - Country: `Ethiopia`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-03-24`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 312 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Lumber`, - Spread: 0.01, - Open: 303.9, - Price: 308.62, - Buy: 304.59, - Sell: 304.6, - Change: 4.02, - ChangePercent: 1.32, - Volume: 2, - High: 304.6, - Low: 303.9, - YearlyHigh: 317.1, - YearlyLow: 236, - YearlyStart: 276.55, - YearlyChange: 10.14, - Settlement: `Credit`, - Contract: `Options`, - Region: `Europe`, - Country: `Poland`, - Risk: `Low`, - Sector: `Public`, - Currency: `EUR`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-09-16`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 313 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/CHF`, - Spread: 0.02, - Open: 1.0337, - Price: 1.05, - Buy: 1.03, - Sell: 1.03, - Change: 0.01, - ChangePercent: 0.68, - Volume: 5550, - High: 1.03, - Low: 1.03, - YearlyHigh: 1.11, - YearlyLow: 0.98, - YearlyStart: 1.04, - YearlyChange: -0.12, - Settlement: `Credit`, - Contract: `Swap`, - Region: `North America`, - Country: `Canada`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `American Airlines`, - Maturity: `2022-04-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 314 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `BTC/USD`, - Spread: 0.06, - Open: 93.88, - Price: 21311.58, - Buy: 21200.76, - Sell: 21400.78, - Change: 310.81, - ChangePercent: 1.48, - Volume: 5788000, - High: 22400.05, - Low: 20100.75, - YearlyHigh: 62400.7, - YearlyLow: 15100.88, - YearlyStart: 21200.29, - YearlyChange: -20.62, - Settlement: `Credit`, - Contract: `Forwards`, - Region: `South America`, - Country: `Colombia`, - Risk: `Low`, - Sector: `Government`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-03-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 315 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Lumber`, - Spread: 0.01, - Open: 303.9, - Price: 308.86, - Buy: 304.59, - Sell: 304.6, - Change: 4.26, - ChangePercent: 1.4, - Volume: 2, - High: 304.6, - Low: 303.9, - YearlyHigh: 317.1, - YearlyLow: 236, - YearlyStart: 276.55, - YearlyChange: 10.14, - Settlement: `Loan`, - Contract: `Futures`, - Region: `Asia Pacific`, - Country: `Korea`, - Risk: `High`, - Sector: `Public`, - Currency: `PLN`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-03-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 316 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Wheat`, - Spread: 0.01, - Open: 465.5, - Price: 472.78, - Buy: 465.5, - Sell: 465.5, - Change: 7.26, - ChangePercent: 1.56, - Volume: 4318, - High: 467, - Low: 463.25, - YearlyHigh: 628.5, - YearlyLow: 449.5, - YearlyStart: 539, - YearlyChange: -13.63, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Europe`, - Country: `Austria`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-04-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 317 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Oats`, - Spread: 0.01, - Open: 194.5, - Price: 193.67, - Buy: 194.21, - Sell: 194.22, - Change: -0.55, - ChangePercent: -0.28, - Volume: 64, - High: 195.75, - Low: 194, - YearlyHigh: 241.25, - YearlyLow: 183.75, - YearlyStart: 212.5, - YearlyChange: -8.6, - Settlement: `Credit`, - Contract: `Futures`, - Region: `Middle East`, - Country: `Lebanon`, - Risk: `Low`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-06-11`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 318 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Wheat`, - Spread: 0.01, - Open: 465.5, - Price: 467.75, - Buy: 465.5, - Sell: 465.5, - Change: 2.23, - ChangePercent: 0.48, - Volume: 4318, - High: 467, - Low: 463.25, - YearlyHigh: 628.5, - YearlyLow: 449.5, - YearlyStart: 539, - YearlyChange: -13.63, - Settlement: `Cash`, - Contract: `CFD`, - Region: `North America`, - Country: `Mexico`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-04-11`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 319 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Gold`, - Spread: 0.01, - Open: 1281.1, - Price: 1303.78, - Buy: 1280.73, - Sell: 1280.74, - Change: 23.05, - ChangePercent: 1.8, - Volume: 48387, - High: 1289.5, - Low: 1279.1, - YearlyHigh: 1306, - YearlyLow: 1047.2, - YearlyStart: 1176.6, - YearlyChange: 8.85, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `Asia Pacific`, - Country: `China`, - Risk: `High`, - Sector: `Private`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-02-19`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 320 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/JPY`, - Spread: 0.02, - Open: 9275.5, - Price: 9140.03, - Buy: 9277.32, - Sell: 9277.34, - Change: -137.3, - ChangePercent: -1.48, - Volume: 47734, - High: 9277.33, - Low: 0.93, - YearlyHigh: 9483, - YearlyLow: 0.93, - YearlyStart: 4741.97, - YearlyChange: 95.64, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Asia Pacific`, - Country: `Hong Kong`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-03-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 321 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Rice`, - Spread: 0.01, - Open: 11.245, - Price: 10.54, - Buy: 10.41, - Sell: 10.42, - Change: 0.12, - ChangePercent: 1.2, - Volume: 220, - High: 11.38, - Low: 10.42, - YearlyHigh: 14.14, - YearlyLow: 9.7, - YearlyStart: 11.92, - YearlyChange: -12.62, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Africa`, - Country: `Niger`, - Risk: `Low`, - Sector: `Public`, - Currency: `PLN`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-07-11`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 322 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Coal`, - Spread: 0.015, - Open: 0.4363, - Price: 0.42, - Buy: 0.44, - Sell: 0.44, - Change: 0, - ChangePercent: -0.2, - Volume: 3, - High: 0.44, - Low: 0.44, - YearlyHigh: 0.48, - YearlyLow: 0.4, - YearlyStart: 0.44, - YearlyChange: -5.33, - Settlement: `Credit`, - Contract: `Forwards`, - Region: `Europe`, - Country: `Ireland`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-04-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 323 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Gold`, - Spread: 0.01, - Open: 1281.1, - Price: 1261.78, - Buy: 1280.73, - Sell: 1280.74, - Change: -18.95, - ChangePercent: -1.48, - Volume: 48387, - High: 1289.5, - Low: 1279.1, - YearlyHigh: 1306, - YearlyLow: 1047.2, - YearlyStart: 1176.6, - YearlyChange: 8.85, - Settlement: `Loan`, - Contract: `Forwards`, - Region: `Africa`, - Country: `Ethiopia`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-02-10`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 324 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `BTC/USD`, - Spread: 0.06, - Open: 93.88, - Price: 21025.97, - Buy: 21200.76, - Sell: 21400.78, - Change: 25.2, - ChangePercent: 0.12, - Volume: 5788000, - High: 22400.05, - Low: 20100.75, - YearlyHigh: 62400.7, - YearlyLow: 15100.88, - YearlyStart: 21200.29, - YearlyChange: -20.62, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Europe`, - Country: `Estonia`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-05-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 325 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Diesel`, - Spread: 0.015, - Open: 1.3474, - Price: 1.34, - Buy: 1.35, - Sell: 1.35, - Change: -0.02, - ChangePercent: -1.52, - Volume: 2971, - High: 1.36, - Low: 1.34, - YearlyHigh: 2.11, - YearlyLow: 0.92, - YearlyStart: 1.51, - YearlyChange: -10.4, - Settlement: `Credit`, - Contract: `Forwards`, - Region: `Europe`, - Country: `Finland`, - Risk: `Low`, - Sector: `Public`, - Currency: `EUR`, - Security: `High`, - Issuer: `FedEx`, - Maturity: `2022-07-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 326 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Platinum`, - Spread: 0.01, - Open: 1071.6, - Price: 1060.39, - Buy: 1071.09, - Sell: 1071.1, - Change: -10.71, - ChangePercent: -1, - Volume: 3039, - High: 1081.2, - Low: 1070.5, - YearlyHigh: 1120.6, - YearlyLow: 812.4, - YearlyStart: 966.5, - YearlyChange: 10.82, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Europe`, - Country: `Belgium`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-02-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 327 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Rice`, - Spread: 0.01, - Open: 11.245, - Price: 10.57, - Buy: 10.41, - Sell: 10.42, - Change: 0.15, - ChangePercent: 1.52, - Volume: 220, - High: 11.38, - Low: 10.42, - YearlyHigh: 14.14, - YearlyLow: 9.7, - YearlyStart: 11.92, - YearlyChange: -12.62, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Europe`, - Country: `Ireland`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `High`, - Issuer: `FedEx`, - Maturity: `2022-05-24`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 328 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Sugar`, - Spread: 0.01, - Open: 15.68, - Price: 14.8, - Buy: 14.67, - Sell: 14.68, - Change: 0.13, - ChangePercent: 0.84, - Volume: 4949, - High: 15.7, - Low: 14.67, - YearlyHigh: 16.87, - YearlyLow: 11.37, - YearlyStart: 14.12, - YearlyChange: 3.92, - Settlement: `Loan`, - Contract: `Options`, - Region: `Europe`, - Country: `Denmark`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-04-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 329 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `NAS Future`, - Spread: 0.01, - Open: 4341.25, - Price: 4327.39, - Buy: 4341.25, - Sell: 4341.25, - Change: -13.89, - ChangePercent: -0.32, - Volume: 18259, - High: 4347, - Low: 4318, - YearlyHigh: 4719.75, - YearlyLow: 3867.75, - YearlyStart: 4293.75, - YearlyChange: 1.11, - Settlement: `Loan`, - Contract: `Forwards`, - Region: `Europe`, - Country: `Estonia`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-03-23`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 330 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `LV Cattle`, - Spread: 0.01, - Open: 120.725, - Price: 122.15, - Buy: 120.72, - Sell: 120.72, - Change: 1.45, - ChangePercent: 1.2, - Volume: 4, - High: 120.72, - Low: 120.72, - YearlyHigh: 147.98, - YearlyLow: 113.9, - YearlyStart: 130.94, - YearlyChange: -7.82, - Settlement: `Cash`, - Contract: `Swap`, - Region: `North America`, - Country: `United States`, - Risk: `High`, - Sector: `Government`, - Currency: `PLN`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-02-19`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 331 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Palladium`, - Spread: 0.01, - Open: 600.55, - Price: 612.06, - Buy: 601, - Sell: 601.01, - Change: 11.06, - ChangePercent: 1.84, - Volume: 651, - High: 607.2, - Low: 598.4, - YearlyHigh: 690, - YearlyLow: 458.6, - YearlyStart: 574.3, - YearlyChange: 4.65, - Settlement: `Cash`, - Contract: `Options`, - Region: `Middle East`, - Country: `Bahrain`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-07-11`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 332 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Uranium`, - Spread: 0.02, - Open: 27.55, - Price: 27.51, - Buy: 27.55, - Sell: 27.55, - Change: -0.07, - ChangePercent: -0.24, - Volume: 12, - High: 27.55, - Low: 27.55, - YearlyHigh: 29.32, - YearlyLow: 21.28, - YearlyStart: 25.3, - YearlyChange: 9.01, - Settlement: `Loan`, - Contract: `CFD`, - Region: `Europe`, - Country: `Denmark`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-01-21`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 333 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `BTC/USD`, - Spread: 0.06, - Open: 93.88, - Price: 20622.76, - Buy: 21200.76, - Sell: 21400.78, - Change: -378.01, - ChangePercent: -1.8, - Volume: 5788000, - High: 22400.05, - Low: 20100.75, - YearlyHigh: 62400.7, - YearlyLow: 15100.88, - YearlyStart: 21200.29, - YearlyChange: -20.62, - Settlement: `Credit`, - Contract: `Futures`, - Region: `South America`, - Country: `Venezuela`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `FedEx`, - Maturity: `2022-06-27`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 334 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Ethanol`, - Spread: 0.01, - Open: 1.512, - Price: 2.79, - Buy: 2.75, - Sell: 2.76, - Change: 0.04, - ChangePercent: 1.36, - Volume: 14, - High: 2.75, - Low: 1.12, - YearlyHigh: 2.75, - YearlyLow: 1.12, - YearlyStart: 1.48, - YearlyChange: 86.7, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `Asia Pacific`, - Country: `Singapore`, - Risk: `High`, - Sector: `Government`, - Currency: `USD`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-04-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 335 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Diesel`, - Spread: 0.015, - Open: 1.3474, - Price: 1.36, - Buy: 1.35, - Sell: 1.35, - Change: 0, - ChangePercent: 0.08, - Volume: 2971, - High: 1.36, - Low: 1.34, - YearlyHigh: 2.11, - YearlyLow: 0.92, - YearlyStart: 1.51, - YearlyChange: -10.4, - Settlement: `Loan`, - Contract: `CFD`, - Region: `Asia Pacific`, - Country: `China`, - Risk: `Low`, - Sector: `Government`, - Currency: `USD`, - Security: `Poor`, - Issuer: `American Airlines`, - Maturity: `2022-05-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 336 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `NAS Future`, - Spread: 0.01, - Open: 4341.25, - Price: 4299.6, - Buy: 4341.25, - Sell: 4341.25, - Change: -41.68, - ChangePercent: -0.96, - Volume: 18259, - High: 4347, - Low: 4318, - YearlyHigh: 4719.75, - YearlyLow: 3867.75, - YearlyStart: 4293.75, - YearlyChange: 1.11, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Africa`, - Country: `Senegal`, - Risk: `Low`, - Sector: `Public`, - Currency: `USD`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-03-23`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 337 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Lumber`, - Spread: 0.01, - Open: 303.9, - Price: 304.11, - Buy: 304.59, - Sell: 304.6, - Change: -0.49, - ChangePercent: -0.16, - Volume: 2, - High: 304.6, - Low: 303.9, - YearlyHigh: 317.1, - YearlyLow: 236, - YearlyStart: 276.55, - YearlyChange: 10.14, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Middle East`, - Country: `Lebanon`, - Risk: `Low`, - Sector: `Public`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-03-24`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 338 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Natural Gas`, - Spread: 0.02, - Open: 2.094, - Price: 2.12, - Buy: 2.09, - Sell: 2.09, - Change: 0.02, - ChangePercent: 0.84, - Volume: 2783, - High: 2.11, - Low: 2.09, - YearlyHigh: 3.2, - YearlyLow: 1.84, - YearlyStart: 2.52, - YearlyChange: -16.51, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Europe`, - Country: `Bulgaria`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-02-24`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 339 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Wheat`, - Spread: 0.01, - Open: 465.5, - Price: 472.6, - Buy: 465.5, - Sell: 465.5, - Change: 7.08, - ChangePercent: 1.52, - Volume: 4318, - High: 467, - Low: 463.25, - YearlyHigh: 628.5, - YearlyLow: 449.5, - YearlyStart: 539, - YearlyChange: -13.63, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Africa`, - Country: `Ethiopia`, - Risk: `High`, - Sector: `Private`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `FedEx`, - Maturity: `2022-06-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 340 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/CAD`, - Spread: 0.02, - Open: 0.7744, - Price: 0.96, - Buy: 0.94, - Sell: 0.96, - Change: 0.01, - ChangePercent: 0.64, - Volume: 13669, - High: 0.95, - Low: 0.77, - YearlyHigh: 0.95, - YearlyLow: 0.68, - YearlyStart: 0.76, - YearlyChange: 26.43, - Settlement: `Credit`, - Contract: `Futures`, - Region: `Asia Pacific`, - Country: `Philippines`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `High`, - Issuer: `FedEx`, - Maturity: `2022-03-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 341 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P MID MINI`, - Spread: 0.01, - Open: 1454.3, - Price: 1477.33, - Buy: 1455.78, - Sell: 1455.79, - Change: 21.55, - ChangePercent: 1.48, - Volume: 338, - High: 1455.78, - Low: 1448, - YearlyHigh: 1527.3, - YearlyLow: 1236, - YearlyStart: 1381.65, - YearlyChange: 5.37, - Settlement: `Credit`, - Contract: `Futures`, - Region: `Europe`, - Country: `United Kingdom`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-02-19`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 342 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Ethanol`, - Spread: 0.01, - Open: 1.512, - Price: 2.8, - Buy: 2.75, - Sell: 2.76, - Change: 0.05, - ChangePercent: 1.8, - Volume: 14, - High: 2.75, - Low: 1.12, - YearlyHigh: 2.75, - YearlyLow: 1.12, - YearlyStart: 1.48, - YearlyChange: 86.7, - Settlement: `Credit`, - Contract: `Futures`, - Region: `Middle East`, - Country: `Syria`, - Risk: `High`, - Sector: `Private`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-05-16`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 343 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/CHF`, - Spread: 0.02, - Open: 1.0337, - Price: 1.05, - Buy: 1.03, - Sell: 1.03, - Change: 0.01, - ChangePercent: 0.88, - Volume: 5550, - High: 1.03, - Low: 1.03, - YearlyHigh: 1.11, - YearlyLow: 0.98, - YearlyStart: 1.04, - YearlyChange: -0.12, - Settlement: `Loan`, - Contract: `Options`, - Region: `Middle East`, - Country: `Kuwait`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-04-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 344 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `US 30YR Future`, - Spread: 0.01, - Open: 164.875, - Price: 163.24, - Buy: 164.15, - Sell: 164.16, - Change: -0.92, - ChangePercent: -0.56, - Volume: 28012, - High: 165.25, - Low: 164.04, - YearlyHigh: 169.38, - YearlyLow: 151.47, - YearlyStart: 160.43, - YearlyChange: 2.33, - Settlement: `Credit`, - Contract: `Options`, - Region: `Europe`, - Country: `Croatia`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-03-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 345 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Cotton`, - Spread: 0.01, - Open: 61.77, - Price: 62.9, - Buy: 61.77, - Sell: 61.77, - Change: 1.14, - ChangePercent: 1.84, - Volume: 3612, - High: 62.06, - Low: 61.32, - YearlyHigh: 67.59, - YearlyLow: 54.33, - YearlyStart: 60.96, - YearlyChange: 1.31, - Settlement: `Loan`, - Contract: `CFD`, - Region: `Europe`, - Country: `Portugal`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-02-22`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 346 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Sugar`, - Spread: 0.01, - Open: 15.68, - Price: 14.94, - Buy: 14.67, - Sell: 14.68, - Change: 0.27, - ChangePercent: 1.8, - Volume: 4949, - High: 15.7, - Low: 14.67, - YearlyHigh: 16.87, - YearlyLow: 11.37, - YearlyStart: 14.12, - YearlyChange: 3.92, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Middle East`, - Country: `Kuwait`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-06-11`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 347 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soy Meat`, - Spread: 0.01, - Open: 342.6, - Price: 338.1, - Buy: 342.6, - Sell: 342.6, - Change: -4.52, - ChangePercent: -1.32, - Volume: 5646, - High: 345.4, - Low: 340.3, - YearlyHigh: 353.4, - YearlyLow: 261.7, - YearlyStart: 307.55, - YearlyChange: 11.4, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `North America`, - Country: `Mexico`, - Risk: `Low`, - Sector: `Public`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-08-16`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 348 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `AUD/USD`, - Spread: 0.02, - Open: 0.7344, - Price: 0.74, - Buy: 0.73, - Sell: 0.73, - Change: 0, - ChangePercent: -0.04, - Volume: 36764, - High: 0.74, - Low: 0.73, - YearlyHigh: 0.79, - YearlyLow: 0.68, - YearlyStart: 0.73, - YearlyChange: 1.28, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Asia Pacific`, - Country: `New Zealand`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-06-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 349 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P MID MINI`, - Spread: 0.01, - Open: 1454.3, - Price: 1459.86, - Buy: 1455.78, - Sell: 1455.79, - Change: 4.08, - ChangePercent: 0.28, - Volume: 338, - High: 1455.78, - Low: 1448, - YearlyHigh: 1527.3, - YearlyLow: 1236, - YearlyStart: 1381.65, - YearlyChange: 5.37, - Settlement: `Cash`, - Contract: `Swap`, - Region: `South America`, - Country: `Bolivia`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-01-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 350 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soy oil`, - Spread: 0.01, - Open: 33.26, - Price: 34.07, - Buy: 33.77, - Sell: 33.78, - Change: 0.3, - ChangePercent: 0.88, - Volume: 10592, - High: 33.77, - Low: 33.06, - YearlyHigh: 35.43, - YearlyLow: 26.61, - YearlyStart: 31.02, - YearlyChange: 8.87, - Settlement: `Loan`, - Contract: `Forwards`, - Region: `Middle East`, - Country: `Israel`, - Risk: `Low`, - Sector: `Government`, - Currency: `USD`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-05-21`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 351 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P 600 MINI`, - Spread: 0.01, - Open: 687.9, - Price: 687.05, - Buy: 687.9, - Sell: 687.9, - Change: -0.83, - ChangePercent: -0.12, - Volume: 0, - High: 0, - Low: 0, - YearlyHigh: 620.32, - YearlyLow: 595.9, - YearlyStart: 608.11, - YearlyChange: 13.12, - Settlement: `Loan`, - Contract: `Forwards`, - Region: `Asia Pacific`, - Country: `Singapore`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-08-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 352 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Platinum`, - Spread: 0.01, - Open: 1071.6, - Price: 1064.67, - Buy: 1071.09, - Sell: 1071.1, - Change: -6.43, - ChangePercent: -0.6, - Volume: 3039, - High: 1081.2, - Low: 1070.5, - YearlyHigh: 1120.6, - YearlyLow: 812.4, - YearlyStart: 966.5, - YearlyChange: 10.82, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Asia Pacific`, - Country: `Taiwan`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-09-19`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 353 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Coal`, - Spread: 0.015, - Open: 0.4363, - Price: 0.41, - Buy: 0.44, - Sell: 0.44, - Change: -0.01, - ChangePercent: -0.92, - Volume: 3, - High: 0.44, - Low: 0.44, - YearlyHigh: 0.48, - YearlyLow: 0.4, - YearlyStart: 0.44, - YearlyChange: -5.33, - Settlement: `Cash`, - Contract: `Options`, - Region: `Asia Pacific`, - Country: `India`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-03-19`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 354 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Silver`, - Spread: 0.01, - Open: 17.43, - Price: 17.14, - Buy: 17.43, - Sell: 17.43, - Change: -0.28, - ChangePercent: -1.6, - Volume: 11720, - High: 17.51, - Low: 17.37, - YearlyHigh: 18.06, - YearlyLow: 13.73, - YearlyStart: 15.89, - YearlyChange: 9.59, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Africa`, - Country: `Morocco`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-01-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 355 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soy oil`, - Spread: 0.01, - Open: 33.26, - Price: 33.43, - Buy: 33.77, - Sell: 33.78, - Change: -0.34, - ChangePercent: -1, - Volume: 10592, - High: 33.77, - Low: 33.06, - YearlyHigh: 35.43, - YearlyLow: 26.61, - YearlyStart: 31.02, - YearlyChange: 8.87, - Settlement: `Loan`, - Contract: `Futures`, - Region: `Middle East`, - Country: `Kuwait`, - Risk: `Low`, - Sector: `Public`, - Currency: `USD`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-06-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 356 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/CHF`, - Spread: 0.02, - Open: 1.0337, - Price: 1.04, - Buy: 1.03, - Sell: 1.03, - Change: 0, - ChangePercent: -0.56, - Volume: 5550, - High: 1.03, - Low: 1.03, - YearlyHigh: 1.11, - YearlyLow: 0.98, - YearlyStart: 1.04, - YearlyChange: -0.12, - Settlement: `Loan`, - Contract: `Options`, - Region: `Europe`, - Country: `Greece`, - Risk: `High`, - Sector: `Public`, - Currency: `USD`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-09-21`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 357 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Lumber`, - Spread: 0.01, - Open: 303.9, - Price: 301.55, - Buy: 304.59, - Sell: 304.6, - Change: -3.05, - ChangePercent: -1, - Volume: 2, - High: 304.6, - Low: 303.9, - YearlyHigh: 317.1, - YearlyLow: 236, - YearlyStart: 276.55, - YearlyChange: 10.14, - Settlement: `Loan`, - Contract: `Forwards`, - Region: `South America`, - Country: `Bolivia`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `High`, - Issuer: `American Airlines`, - Maturity: `2022-07-19`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 358 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `GBP/USD`, - Spread: 0.02, - Open: 1.4464, - Price: 1.18, - Buy: 1.18, - Sell: 1.2, - Change: -0.01, - ChangePercent: -1.28, - Volume: 29450, - High: 1.45, - Low: 1.19, - YearlyHigh: 1.59, - YearlyLow: 1.19, - YearlyStart: 1.49, - YearlyChange: -19.59, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Middle East`, - Country: `Oman`, - Risk: `Low`, - Sector: `Public`, - Currency: `PLN`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-02-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 359 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Sugar`, - Spread: 0.01, - Open: 15.68, - Price: 14.39, - Buy: 14.67, - Sell: 14.68, - Change: -0.28, - ChangePercent: -1.96, - Volume: 4949, - High: 15.7, - Low: 14.67, - YearlyHigh: 16.87, - YearlyLow: 11.37, - YearlyStart: 14.12, - YearlyChange: 3.92, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Middle East`, - Country: `UAE`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-06-11`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 360 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `LV Cattle`, - Spread: 0.01, - Open: 120.725, - Price: 120.32, - Buy: 120.72, - Sell: 120.72, - Change: -0.39, - ChangePercent: -0.32, - Volume: 4, - High: 120.72, - Low: 120.72, - YearlyHigh: 147.98, - YearlyLow: 113.9, - YearlyStart: 130.94, - YearlyChange: -7.82, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Africa`, - Country: `South Africa`, - Risk: `Low`, - Sector: `Government`, - Currency: `USD`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-06-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 361 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P Future`, - Spread: 0.01, - Open: 2057.5, - Price: 2033.57, - Buy: 2056.6, - Sell: 2056.61, - Change: -23.03, - ChangePercent: -1.12, - Volume: 142780, - High: 2059.5, - Low: 2049, - YearlyHigh: 2105.5, - YearlyLow: 1794.5, - YearlyStart: 1950, - YearlyChange: 5.47, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Asia Pacific`, - Country: `Pakistan`, - Risk: `High`, - Sector: `Private`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-06-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 362 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `Euro$ 3M`, - Spread: 0.01, - Open: 99.18, - Price: 99.8, - Buy: 99.18, - Sell: 99.18, - Change: 0.63, - ChangePercent: 0.64, - Volume: 29509, - High: 99.18, - Low: 99.17, - YearlyHigh: 99.38, - YearlyLow: 98.41, - YearlyStart: 98.89, - YearlyChange: 0.28, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Europe`, - Country: `United Kingdom`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-04-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 363 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `Euro$ 3M`, - Spread: 0.01, - Open: 99.18, - Price: 99.61, - Buy: 99.18, - Sell: 99.18, - Change: 0.44, - ChangePercent: 0.44, - Volume: 29509, - High: 99.18, - Low: 99.17, - YearlyHigh: 99.38, - YearlyLow: 98.41, - YearlyStart: 98.89, - YearlyChange: 0.28, - Settlement: `Cash`, - Contract: `Options`, - Region: `Africa`, - Country: `Niger`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-09-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 364 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P MID MINI`, - Spread: 0.01, - Open: 1454.3, - Price: 1448.79, - Buy: 1455.78, - Sell: 1455.79, - Change: -6.99, - ChangePercent: -0.48, - Volume: 338, - High: 1455.78, - Low: 1448, - YearlyHigh: 1527.3, - YearlyLow: 1236, - YearlyStart: 1381.65, - YearlyChange: 5.37, - Settlement: `Loan`, - Contract: `CFD`, - Region: `Middle East`, - Country: `Israel`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-02-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 365 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/CAD`, - Spread: 0.02, - Open: 0.7744, - Price: 0.94, - Buy: 0.94, - Sell: 0.96, - Change: -0.01, - ChangePercent: -1, - Volume: 13669, - High: 0.95, - Low: 0.77, - YearlyHigh: 0.95, - YearlyLow: 0.68, - YearlyStart: 0.76, - YearlyChange: 26.43, - Settlement: `Cash`, - Contract: `Futures`, - Region: `North America`, - Country: `Mexico`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-05-27`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 366 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Wheat`, - Spread: 0.01, - Open: 465.5, - Price: 462.54, - Buy: 465.5, - Sell: 465.5, - Change: -2.98, - ChangePercent: -0.64, - Volume: 4318, - High: 467, - Low: 463.25, - YearlyHigh: 628.5, - YearlyLow: 449.5, - YearlyStart: 539, - YearlyChange: -13.63, - Settlement: `Loan`, - Contract: `CFD`, - Region: `North America`, - Country: `United States`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-09-27`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 367 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P 600 MINI`, - Spread: 0.01, - Open: 687.9, - Price: 689.81, - Buy: 687.9, - Sell: 687.9, - Change: 1.93, - ChangePercent: 0.28, - Volume: 0, - High: 0, - Low: 0, - YearlyHigh: 620.32, - YearlyLow: 595.9, - YearlyStart: 608.11, - YearlyChange: 13.12, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Africa`, - Country: `Ethiopia`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-02-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 368 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Cocoa`, - Spread: 0.01, - Open: 3076, - Price: 3119.09, - Buy: 3076, - Sell: 3076, - Change: 43.06, - ChangePercent: 1.4, - Volume: 978, - High: 3078, - Low: 3066, - YearlyHigh: 3406, - YearlyLow: 2746, - YearlyStart: 3076, - YearlyChange: 0, - Settlement: `Loan`, - Contract: `Forwards`, - Region: `Africa`, - Country: `South Africa`, - Risk: `High`, - Sector: `Government`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-02-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 369 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `US 10YR Future`, - Spread: 0.01, - Open: 130.5625, - Price: 131.84, - Buy: 130.56, - Sell: 130.56, - Change: 1.26, - ChangePercent: 0.96, - Volume: 189310, - High: 130.63, - Low: 130.44, - YearlyHigh: 132.64, - YearlyLow: 125.48, - YearlyStart: 129.06, - YearlyChange: 1.18, - Settlement: `Credit`, - Contract: `CFD`, - Region: `South America`, - Country: `Uruguay`, - Risk: `High`, - Sector: `Government`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-07-11`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 370 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Silver`, - Spread: 0.01, - Open: 17.43, - Price: 17.34, - Buy: 17.43, - Sell: 17.43, - Change: -0.08, - ChangePercent: -0.48, - Volume: 11720, - High: 17.51, - Low: 17.37, - YearlyHigh: 18.06, - YearlyLow: 13.73, - YearlyStart: 15.89, - YearlyChange: 9.59, - Settlement: `Cash`, - Contract: `Options`, - Region: `South America`, - Country: `Paraguay`, - Risk: `High`, - Sector: `Public`, - Currency: `PLN`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-04-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 371 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `OJ Future`, - Spread: 0.01, - Open: 140.6, - Price: 142.54, - Buy: 140.18, - Sell: 140.19, - Change: 2.35, - ChangePercent: 1.68, - Volume: 7, - High: 140.19, - Low: 0, - YearlyHigh: 155.95, - YearlyLow: 113, - YearlyStart: 134.47, - YearlyChange: 4.25, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Middle East`, - Country: `Iraq`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `FedEx`, - Maturity: `2022-08-11`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 372 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Oil`, - Spread: 0.015, - Open: 45.54, - Price: 45.84, - Buy: 45.78, - Sell: 45.8, - Change: 0.05, - ChangePercent: 0.12, - Volume: 107196, - High: 45.94, - Low: 45, - YearlyHigh: 65.28, - YearlyLow: 30.79, - YearlyStart: 48.03, - YearlyChange: -4.67, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Europe`, - Country: `Switzerland`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-06-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 373 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Silver`, - Spread: 0.01, - Open: 17.43, - Price: 17.21, - Buy: 17.43, - Sell: 17.43, - Change: -0.21, - ChangePercent: -1.2, - Volume: 11720, - High: 17.51, - Low: 17.37, - YearlyHigh: 18.06, - YearlyLow: 13.73, - YearlyStart: 15.89, - YearlyChange: 9.59, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Asia Pacific`, - Country: `Australia`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-09-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 374 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Wheat`, - Spread: 0.01, - Open: 465.5, - Price: 474.09, - Buy: 465.5, - Sell: 465.5, - Change: 8.57, - ChangePercent: 1.84, - Volume: 4318, - High: 467, - Low: 463.25, - YearlyHigh: 628.5, - YearlyLow: 449.5, - YearlyStart: 539, - YearlyChange: -13.63, - Settlement: `Loan`, - Contract: `CFD`, - Region: `Europe`, - Country: `Poland`, - Risk: `Low`, - Sector: `Public`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-03-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 375 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Gold`, - Spread: 0.01, - Open: 1281.1, - Price: 1293.03, - Buy: 1280.73, - Sell: 1280.74, - Change: 12.3, - ChangePercent: 0.96, - Volume: 48387, - High: 1289.5, - Low: 1279.1, - YearlyHigh: 1306, - YearlyLow: 1047.2, - YearlyStart: 1176.6, - YearlyChange: 8.85, - Settlement: `Cash`, - Contract: `Options`, - Region: `Asia Pacific`, - Country: `Japan`, - Risk: `Low`, - Sector: `Public`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-03-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 376 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soy Meat`, - Spread: 0.01, - Open: 342.6, - Price: 338.51, - Buy: 342.6, - Sell: 342.6, - Change: -4.11, - ChangePercent: -1.2, - Volume: 5646, - High: 345.4, - Low: 340.3, - YearlyHigh: 353.4, - YearlyLow: 261.7, - YearlyStart: 307.55, - YearlyChange: 11.4, - Settlement: `Loan`, - Contract: `CFD`, - Region: `Middle East`, - Country: `Lebanon`, - Risk: `Low`, - Sector: `Government`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-09-19`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 377 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `US 30YR Future`, - Spread: 0.01, - Open: 164.875, - Price: 162.78, - Buy: 164.15, - Sell: 164.16, - Change: -1.38, - ChangePercent: -0.84, - Volume: 28012, - High: 165.25, - Low: 164.04, - YearlyHigh: 169.38, - YearlyLow: 151.47, - YearlyStart: 160.43, - YearlyChange: 2.33, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Middle East`, - Country: `Kuwait`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-07-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 378 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Cotton`, - Spread: 0.01, - Open: 61.77, - Price: 62.5, - Buy: 61.77, - Sell: 61.77, - Change: 0.74, - ChangePercent: 1.2, - Volume: 3612, - High: 62.06, - Low: 61.32, - YearlyHigh: 67.59, - YearlyLow: 54.33, - YearlyStart: 60.96, - YearlyChange: 1.31, - Settlement: `Credit`, - Contract: `Futures`, - Region: `Europe`, - Country: `Estonia`, - Risk: `High`, - Sector: `Public`, - Currency: `PLN`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-02-23`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 379 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `FD Cattle`, - Spread: 0.01, - Open: 147.175, - Price: 146.76, - Buy: 148.6, - Sell: 148.61, - Change: -1.85, - ChangePercent: -1.24, - Volume: 5, - High: 148.61, - Low: 147.18, - YearlyHigh: 190, - YearlyLow: 138.1, - YearlyStart: 164.05, - YearlyChange: -9.41, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Europe`, - Country: `Austria`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-04-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 380 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P Future`, - Spread: 0.01, - Open: 2057.5, - Price: 2055.78, - Buy: 2056.6, - Sell: 2056.61, - Change: -0.82, - ChangePercent: -0.04, - Volume: 142780, - High: 2059.5, - Low: 2049, - YearlyHigh: 2105.5, - YearlyLow: 1794.5, - YearlyStart: 1950, - YearlyChange: 5.47, - Settlement: `Cash`, - Contract: `Options`, - Region: `Europe`, - Country: `Finland`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-02-22`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 381 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Cocoa`, - Spread: 0.01, - Open: 3076, - Price: 3028.04, - Buy: 3076, - Sell: 3076, - Change: -47.99, - ChangePercent: -1.56, - Volume: 978, - High: 3078, - Low: 3066, - YearlyHigh: 3406, - YearlyLow: 2746, - YearlyStart: 3076, - YearlyChange: 0, - Settlement: `Loan`, - Contract: `Swap`, - Region: `South America`, - Country: `Ecuador`, - Risk: `Low`, - Sector: `Public`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-08-21`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 382 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soybean`, - Spread: 0.01, - Open: 1038, - Price: 1036.96, - Buy: 1038.61, - Sell: 1038.62, - Change: -1.66, - ChangePercent: -0.16, - Volume: 20356, - High: 1044, - Low: 1031.75, - YearlyHigh: 1057, - YearlyLow: 859.5, - YearlyStart: 958.25, - YearlyChange: 8.39, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `Middle East`, - Country: `Iran`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-08-24`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 383 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `AUD/USD`, - Spread: 0.02, - Open: 0.7344, - Price: 0.74, - Buy: 0.73, - Sell: 0.73, - Change: 0, - ChangePercent: -0.48, - Volume: 36764, - High: 0.74, - Low: 0.73, - YearlyHigh: 0.79, - YearlyLow: 0.68, - YearlyStart: 0.73, - YearlyChange: 1.28, - Settlement: `Cash`, - Contract: `CFD`, - Region: `Africa`, - Country: `Niger`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-03-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 384 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `US 30YR Future`, - Spread: 0.01, - Open: 164.875, - Price: 164.42, - Buy: 164.15, - Sell: 164.16, - Change: 0.26, - ChangePercent: 0.16, - Volume: 28012, - High: 165.25, - Low: 164.04, - YearlyHigh: 169.38, - YearlyLow: 151.47, - YearlyStart: 160.43, - YearlyChange: 2.33, - Settlement: `Credit`, - Contract: `Futures`, - Region: `Middle East`, - Country: `UAE`, - Risk: `Low`, - Sector: `Government`, - Currency: `PLN`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-03-16`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 385 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `Euro$ 3M`, - Spread: 0.01, - Open: 99.18, - Price: 100.4, - Buy: 99.18, - Sell: 99.18, - Change: 1.23, - ChangePercent: 1.24, - Volume: 29509, - High: 99.18, - Low: 99.17, - YearlyHigh: 99.38, - YearlyLow: 98.41, - YearlyStart: 98.89, - YearlyChange: 0.28, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Middle East`, - Country: `Bahrain`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-08-21`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 386 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `LV Cattle`, - Spread: 0.01, - Open: 120.725, - Price: 123.07, - Buy: 120.72, - Sell: 120.72, - Change: 2.36, - ChangePercent: 1.96, - Volume: 4, - High: 120.72, - Low: 120.72, - YearlyHigh: 147.98, - YearlyLow: 113.9, - YearlyStart: 130.94, - YearlyChange: -7.82, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `Middle East`, - Country: `Bahrain`, - Risk: `High`, - Sector: `Government`, - Currency: `PLN`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-06-23`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 387 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `FD Cattle`, - Spread: 0.01, - Open: 147.175, - Price: 150.39, - Buy: 148.6, - Sell: 148.61, - Change: 1.78, - ChangePercent: 1.2, - Volume: 5, - High: 148.61, - Low: 147.18, - YearlyHigh: 190, - YearlyLow: 138.1, - YearlyStart: 164.05, - YearlyChange: -9.41, - Settlement: `Cash`, - Contract: `Options`, - Region: `Asia Pacific`, - Country: `Pakistan`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-08-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 388 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `NAS Future`, - Spread: 0.01, - Open: 4341.25, - Price: 4327.39, - Buy: 4341.25, - Sell: 4341.25, - Change: -13.89, - ChangePercent: -0.32, - Volume: 18259, - High: 4347, - Low: 4318, - YearlyHigh: 4719.75, - YearlyLow: 3867.75, - YearlyStart: 4293.75, - YearlyChange: 1.11, - Settlement: `Credit`, - Contract: `Futures`, - Region: `South America`, - Country: `Venezuela`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-09-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 389 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Lumber`, - Spread: 0.01, - Open: 303.9, - Price: 298.63, - Buy: 304.59, - Sell: 304.6, - Change: -5.97, - ChangePercent: -1.96, - Volume: 2, - High: 304.6, - Low: 303.9, - YearlyHigh: 317.1, - YearlyLow: 236, - YearlyStart: 276.55, - YearlyChange: 10.14, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Europe`, - Country: `Iceland`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-05-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 390 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Rice`, - Spread: 0.01, - Open: 11.245, - Price: 10.51, - Buy: 10.41, - Sell: 10.42, - Change: 0.09, - ChangePercent: 0.92, - Volume: 220, - High: 11.38, - Low: 10.42, - YearlyHigh: 14.14, - YearlyLow: 9.7, - YearlyStart: 11.92, - YearlyChange: -12.62, - Settlement: `Credit`, - Contract: `Futures`, - Region: `Asia Pacific`, - Country: `Malaysia`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-02-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 391 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Natural Gas`, - Spread: 0.02, - Open: 2.094, - Price: 2.08, - Buy: 2.09, - Sell: 2.09, - Change: -0.02, - ChangePercent: -1, - Volume: 2783, - High: 2.11, - Low: 2.09, - YearlyHigh: 3.2, - YearlyLow: 1.84, - YearlyStart: 2.52, - YearlyChange: -16.51, - Settlement: `Cash`, - Contract: `Options`, - Region: `Asia Pacific`, - Country: `Philippines`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-03-27`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 392 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P Future`, - Spread: 0.01, - Open: 2057.5, - Price: 2035.21, - Buy: 2056.6, - Sell: 2056.61, - Change: -21.39, - ChangePercent: -1.04, - Volume: 142780, - High: 2059.5, - Low: 2049, - YearlyHigh: 2105.5, - YearlyLow: 1794.5, - YearlyStart: 1950, - YearlyChange: 5.47, - Settlement: `Cash`, - Contract: `CFD`, - Region: `Africa`, - Country: `Egypt`, - Risk: `High`, - Sector: `Private`, - Currency: `PLN`, - Security: `High`, - Issuer: `American Airlines`, - Maturity: `2022-05-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 393 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soy oil`, - Spread: 0.01, - Open: 33.26, - Price: 33.53, - Buy: 33.77, - Sell: 33.78, - Change: -0.24, - ChangePercent: -0.72, - Volume: 10592, - High: 33.77, - Low: 33.06, - YearlyHigh: 35.43, - YearlyLow: 26.61, - YearlyStart: 31.02, - YearlyChange: 8.87, - Settlement: `Cash`, - Contract: `CFD`, - Region: `Africa`, - Country: `Cameroon`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-04-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 394 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `US 10YR Future`, - Spread: 0.01, - Open: 130.5625, - Price: 128.6, - Buy: 130.56, - Sell: 130.56, - Change: -1.98, - ChangePercent: -1.52, - Volume: 189310, - High: 130.63, - Low: 130.44, - YearlyHigh: 132.64, - YearlyLow: 125.48, - YearlyStart: 129.06, - YearlyChange: 1.18, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `South America`, - Country: `Venezuela`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `High`, - Issuer: `FedEx`, - Maturity: `2022-02-27`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 395 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Copper`, - Spread: 0.02, - Open: 2.123, - Price: 2.09, - Buy: 2.12, - Sell: 2.12, - Change: -0.02, - ChangePercent: -0.92, - Volume: 28819, - High: 2.16, - Low: 2.11, - YearlyHigh: 2.94, - YearlyLow: 1.96, - YearlyStart: 2.45, - YearlyChange: -13.76, - Settlement: `Loan`, - Contract: `CFD`, - Region: `Europe`, - Country: `United Kingdom`, - Risk: `Low`, - Sector: `Public`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `FedEx`, - Maturity: `2022-06-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 396 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Oil`, - Spread: 0.015, - Open: 45.54, - Price: 45.17, - Buy: 45.78, - Sell: 45.8, - Change: -0.62, - ChangePercent: -1.36, - Volume: 107196, - High: 45.94, - Low: 45, - YearlyHigh: 65.28, - YearlyLow: 30.79, - YearlyStart: 48.03, - YearlyChange: -4.67, - Settlement: `Cash`, - Contract: `CFD`, - Region: `North America`, - Country: `United States`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-04-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 397 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P 600 MINI`, - Spread: 0.01, - Open: 687.9, - Price: 686.5, - Buy: 687.9, - Sell: 687.9, - Change: -1.38, - ChangePercent: -0.2, - Volume: 0, - High: 0, - Low: 0, - YearlyHigh: 620.32, - YearlyLow: 595.9, - YearlyStart: 608.11, - YearlyChange: 13.12, - Settlement: `Cash`, - Contract: `Options`, - Region: `Europe`, - Country: `Czechia`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-06-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 398 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soy Meat`, - Spread: 0.01, - Open: 342.6, - Price: 341.93, - Buy: 342.6, - Sell: 342.6, - Change: -0.69, - ChangePercent: -0.2, - Volume: 5646, - High: 345.4, - Low: 340.3, - YearlyHigh: 353.4, - YearlyLow: 261.7, - YearlyStart: 307.55, - YearlyChange: 11.4, - Settlement: `Cash`, - Contract: `Swap`, - Region: `South America`, - Country: `Suriname`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-08-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 399 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soy Meat`, - Spread: 0.01, - Open: 342.6, - Price: 349.06, - Buy: 342.6, - Sell: 342.6, - Change: 6.44, - ChangePercent: 1.88, - Volume: 5646, - High: 345.4, - Low: 340.3, - YearlyHigh: 353.4, - YearlyLow: 261.7, - YearlyStart: 307.55, - YearlyChange: 11.4, - Settlement: `Credit`, - Contract: `Forwards`, - Region: `Africa`, - Country: `Egypt`, - Risk: `Low`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-02-19`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 400 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `LV Cattle`, - Spread: 0.01, - Open: 120.725, - Price: 121.28, - Buy: 120.72, - Sell: 120.72, - Change: 0.58, - ChangePercent: 0.48, - Volume: 4, - High: 120.72, - Low: 120.72, - YearlyHigh: 147.98, - YearlyLow: 113.9, - YearlyStart: 130.94, - YearlyChange: -7.82, - Settlement: `Cash`, - Contract: `Options`, - Region: `South America`, - Country: `Bolivia`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-06-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 401 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Coffee`, - Spread: 0.01, - Open: 125.7, - Price: 123.28, - Buy: 125.7, - Sell: 125.7, - Change: -2.41, - ChangePercent: -1.92, - Volume: 1654, - High: 125.8, - Low: 125, - YearlyHigh: 155.75, - YearlyLow: 115.35, - YearlyStart: 135.55, - YearlyChange: -7.27, - Settlement: `Cash`, - Contract: `Swap`, - Region: `South America`, - Country: `Ecuador`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `American Airlines`, - Maturity: `2022-08-21`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 402 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Corn`, - Spread: 0.01, - Open: 379.5, - Price: 383.6, - Buy: 379.8, - Sell: 379.81, - Change: 3.8, - ChangePercent: 1, - Volume: 11266, - High: 381, - Low: 377.75, - YearlyHigh: 471.25, - YearlyLow: 351.25, - YearlyStart: 411.25, - YearlyChange: -7.65, - Settlement: `Credit`, - Contract: `Options`, - Region: `North America`, - Country: `United States`, - Risk: `High`, - Sector: `Public`, - Currency: `PLN`, - Security: `High`, - Issuer: `FedEx`, - Maturity: `2022-02-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 403 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `GBP/USD`, - Spread: 0.02, - Open: 1.4464, - Price: 1.2, - Buy: 1.18, - Sell: 1.2, - Change: 0.01, - ChangePercent: 0.56, - Volume: 29450, - High: 1.45, - Low: 1.19, - YearlyHigh: 1.59, - YearlyLow: 1.19, - YearlyStart: 1.49, - YearlyChange: -19.59, - Settlement: `Credit`, - Contract: `Options`, - Region: `Middle East`, - Country: `Iraq`, - Risk: `Low`, - Sector: `Public`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-04-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 404 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Silver`, - Spread: 0.01, - Open: 17.43, - Price: 17.44, - Buy: 17.43, - Sell: 17.43, - Change: 0.02, - ChangePercent: 0.12, - Volume: 11720, - High: 17.51, - Low: 17.37, - YearlyHigh: 18.06, - YearlyLow: 13.73, - YearlyStart: 15.89, - YearlyChange: 9.59, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Asia Pacific`, - Country: `Korea`, - Risk: `High`, - Sector: `Public`, - Currency: `USD`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-05-16`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 405 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Gold`, - Spread: 0.01, - Open: 1281.1, - Price: 1285.85, - Buy: 1280.73, - Sell: 1280.74, - Change: 5.12, - ChangePercent: 0.4, - Volume: 48387, - High: 1289.5, - Low: 1279.1, - YearlyHigh: 1306, - YearlyLow: 1047.2, - YearlyStart: 1176.6, - YearlyChange: 8.85, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Europe`, - Country: `Switzerland`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-02-11`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 406 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Ethanol`, - Spread: 0.01, - Open: 1.512, - Price: 2.71, - Buy: 2.75, - Sell: 2.76, - Change: -0.04, - ChangePercent: -1.56, - Volume: 14, - High: 2.75, - Low: 1.12, - YearlyHigh: 2.75, - YearlyLow: 1.12, - YearlyStart: 1.48, - YearlyChange: 86.7, - Settlement: `Loan`, - Contract: `Options`, - Region: `Middle East`, - Country: `Kuwait`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `High`, - Issuer: `American Airlines`, - Maturity: `2022-08-22`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 407 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `Euro$ 3M`, - Spread: 0.01, - Open: 99.18, - Price: 99.73, - Buy: 99.18, - Sell: 99.18, - Change: 0.56, - ChangePercent: 0.56, - Volume: 29509, - High: 99.18, - Low: 99.17, - YearlyHigh: 99.38, - YearlyLow: 98.41, - YearlyStart: 98.89, - YearlyChange: 0.28, - Settlement: `Cash`, - Contract: `Options`, - Region: `South America`, - Country: `Paraguay`, - Risk: `Low`, - Sector: `Government`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-01-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 408 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `US 10YR Future`, - Spread: 0.01, - Open: 130.5625, - Price: 130.37, - Buy: 130.56, - Sell: 130.56, - Change: -0.21, - ChangePercent: -0.16, - Volume: 189310, - High: 130.63, - Low: 130.44, - YearlyHigh: 132.64, - YearlyLow: 125.48, - YearlyStart: 129.06, - YearlyChange: 1.18, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Middle East`, - Country: `UAE`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `High`, - Issuer: `American Airlines`, - Maturity: `2022-06-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 409 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/CAD`, - Spread: 0.02, - Open: 0.7744, - Price: 0.96, - Buy: 0.94, - Sell: 0.96, - Change: 0.01, - ChangePercent: 0.48, - Volume: 13669, - High: 0.95, - Low: 0.77, - YearlyHigh: 0.95, - YearlyLow: 0.68, - YearlyStart: 0.76, - YearlyChange: 26.43, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Middle East`, - Country: `Bahrain`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-03-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 410 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `OJ Future`, - Spread: 0.01, - Open: 140.6, - Price: 142.1, - Buy: 140.18, - Sell: 140.19, - Change: 1.91, - ChangePercent: 1.36, - Volume: 7, - High: 140.19, - Low: 0, - YearlyHigh: 155.95, - YearlyLow: 113, - YearlyStart: 134.47, - YearlyChange: 4.25, - Settlement: `Credit`, - Contract: `CFD`, - Region: `Middle East`, - Country: `Saudi Arabia`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-02-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 411 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Natural Gas`, - Spread: 0.02, - Open: 2.094, - Price: 2.06, - Buy: 2.09, - Sell: 2.09, - Change: -0.04, - ChangePercent: -1.88, - Volume: 2783, - High: 2.11, - Low: 2.09, - YearlyHigh: 3.2, - YearlyLow: 1.84, - YearlyStart: 2.52, - YearlyChange: -16.51, - Settlement: `Loan`, - Contract: `CFD`, - Region: `Middle East`, - Country: `Iraq`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-04-19`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 412 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/CHF`, - Spread: 0.02, - Open: 1.0337, - Price: 1.04, - Buy: 1.03, - Sell: 1.03, - Change: 0, - ChangePercent: 0.08, - Volume: 5550, - High: 1.03, - Low: 1.03, - YearlyHigh: 1.11, - YearlyLow: 0.98, - YearlyStart: 1.04, - YearlyChange: -0.12, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Middle East`, - Country: `Jordan`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-03-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 413 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `US 10YR Future`, - Spread: 0.01, - Open: 130.5625, - Price: 131.94, - Buy: 130.56, - Sell: 130.56, - Change: 1.36, - ChangePercent: 1.04, - Volume: 189310, - High: 130.63, - Low: 130.44, - YearlyHigh: 132.64, - YearlyLow: 125.48, - YearlyStart: 129.06, - YearlyChange: 1.18, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Middle East`, - Country: `Bahrain`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-03-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 414 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `DOW Future`, - Spread: 0.01, - Open: 17711, - Price: 17882.19, - Buy: 17712.15, - Sell: 17712.16, - Change: 170.04, - ChangePercent: 0.96, - Volume: 22236, - High: 17727, - Low: 17642, - YearlyHigh: 18083, - YearlyLow: 15299, - YearlyStart: 16691, - YearlyChange: 6.12, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Asia Pacific`, - Country: `Azerbaijan`, - Risk: `High`, - Sector: `Private`, - Currency: `PLN`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-05-21`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 415 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `BTC/USD`, - Spread: 0.06, - Open: 93.88, - Price: 21059.57, - Buy: 21200.76, - Sell: 21400.78, - Change: 58.8, - ChangePercent: 0.28, - Volume: 5788000, - High: 22400.05, - Low: 20100.75, - YearlyHigh: 62400.7, - YearlyLow: 15100.88, - YearlyStart: 21200.29, - YearlyChange: -20.62, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Asia Pacific`, - Country: `Malaysia`, - Risk: `Low`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-06-10`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 416 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Palladium`, - Spread: 0.01, - Open: 600.55, - Price: 610.38, - Buy: 601, - Sell: 601.01, - Change: 9.38, - ChangePercent: 1.56, - Volume: 651, - High: 607.2, - Low: 598.4, - YearlyHigh: 690, - YearlyLow: 458.6, - YearlyStart: 574.3, - YearlyChange: 4.65, - Settlement: `Cash`, - Contract: `Swap`, - Region: `North America`, - Country: `United States`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-04-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 417 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P 600 MINI`, - Spread: 0.01, - Open: 687.9, - Price: 693.38, - Buy: 687.9, - Sell: 687.9, - Change: 5.5, - ChangePercent: 0.8, - Volume: 0, - High: 0, - Low: 0, - YearlyHigh: 620.32, - YearlyLow: 595.9, - YearlyStart: 608.11, - YearlyChange: 13.12, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Asia Pacific`, - Country: `Philippines`, - Risk: `High`, - Sector: `Government`, - Currency: `PLN`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-02-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 418 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Palladium`, - Spread: 0.01, - Open: 600.55, - Price: 600.76, - Buy: 601, - Sell: 601.01, - Change: -0.24, - ChangePercent: -0.04, - Volume: 651, - High: 607.2, - Low: 598.4, - YearlyHigh: 690, - YearlyLow: 458.6, - YearlyStart: 574.3, - YearlyChange: 4.65, - Settlement: `Cash`, - Contract: `Options`, - Region: `Middle East`, - Country: `Iraq`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-03-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 419 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Corn`, - Spread: 0.01, - Open: 379.5, - Price: 375.09, - Buy: 379.8, - Sell: 379.81, - Change: -4.71, - ChangePercent: -1.24, - Volume: 11266, - High: 381, - Low: 377.75, - YearlyHigh: 471.25, - YearlyLow: 351.25, - YearlyStart: 411.25, - YearlyChange: -7.65, - Settlement: `Credit`, - Contract: `Forwards`, - Region: `Asia Pacific`, - Country: `Korea`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `FedEx`, - Maturity: `2022-08-19`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 420 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Ethanol`, - Spread: 0.01, - Open: 1.512, - Price: 2.78, - Buy: 2.75, - Sell: 2.76, - Change: 0.03, - ChangePercent: 0.92, - Volume: 14, - High: 2.75, - Low: 1.12, - YearlyHigh: 2.75, - YearlyLow: 1.12, - YearlyStart: 1.48, - YearlyChange: 86.7, - Settlement: `Cash`, - Contract: `Futures`, - Region: `South America`, - Country: `Suriname`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-05-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 421 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Sugar`, - Spread: 0.01, - Open: 15.68, - Price: 14.44, - Buy: 14.67, - Sell: 14.68, - Change: -0.23, - ChangePercent: -1.6, - Volume: 4949, - High: 15.7, - Low: 14.67, - YearlyHigh: 16.87, - YearlyLow: 11.37, - YearlyStart: 14.12, - YearlyChange: 3.92, - Settlement: `Cash`, - Contract: `Options`, - Region: `North America`, - Country: `United States`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-05-23`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 422 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Ethanol`, - Spread: 0.01, - Open: 1.512, - Price: 2.73, - Buy: 2.75, - Sell: 2.76, - Change: -0.02, - ChangePercent: -0.88, - Volume: 14, - High: 2.75, - Low: 1.12, - YearlyHigh: 2.75, - YearlyLow: 1.12, - YearlyStart: 1.48, - YearlyChange: 86.7, - Settlement: `Loan`, - Contract: `Futures`, - Region: `Asia Pacific`, - Country: `Indonesia`, - Risk: `High`, - Sector: `Government`, - Currency: `PLN`, - Security: `High`, - Issuer: `FedEx`, - Maturity: `2022-07-21`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 423 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `BTC/USD`, - Spread: 0.06, - Open: 93.88, - Price: 21311.58, - Buy: 21200.76, - Sell: 21400.78, - Change: 310.81, - ChangePercent: 1.48, - Volume: 5788000, - High: 22400.05, - Low: 20100.75, - YearlyHigh: 62400.7, - YearlyLow: 15100.88, - YearlyStart: 21200.29, - YearlyChange: -20.62, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Asia Pacific`, - Country: `Australia`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-04-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 424 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Coal`, - Spread: 0.015, - Open: 0.4363, - Price: 0.41, - Buy: 0.44, - Sell: 0.44, - Change: -0.01, - ChangePercent: -1.4, - Volume: 3, - High: 0.44, - Low: 0.44, - YearlyHigh: 0.48, - YearlyLow: 0.4, - YearlyStart: 0.44, - YearlyChange: -5.33, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `South America`, - Country: `Chile`, - Risk: `High`, - Sector: `Private`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-01-19`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 425 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Rice`, - Spread: 0.01, - Open: 11.245, - Price: 10.26, - Buy: 10.41, - Sell: 10.42, - Change: -0.16, - ChangePercent: -1.52, - Volume: 220, - High: 11.38, - Low: 10.42, - YearlyHigh: 14.14, - YearlyLow: 9.7, - YearlyStart: 11.92, - YearlyChange: -12.62, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `Europe`, - Country: `Romania`, - Risk: `Low`, - Sector: `Government`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-07-21`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 426 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Silver`, - Spread: 0.01, - Open: 17.43, - Price: 17.47, - Buy: 17.43, - Sell: 17.43, - Change: 0.05, - ChangePercent: 0.28, - Volume: 11720, - High: 17.51, - Low: 17.37, - YearlyHigh: 18.06, - YearlyLow: 13.73, - YearlyStart: 15.89, - YearlyChange: 9.59, - Settlement: `Cash`, - Contract: `CFD`, - Region: `Africa`, - Country: `Senegal`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-04-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 427 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `US 10YR Future`, - Spread: 0.01, - Open: 130.5625, - Price: 132.57, - Buy: 130.56, - Sell: 130.56, - Change: 1.99, - ChangePercent: 1.52, - Volume: 189310, - High: 130.63, - Low: 130.44, - YearlyHigh: 132.64, - YearlyLow: 125.48, - YearlyStart: 129.06, - YearlyChange: 1.18, - Settlement: `Cash`, - Contract: `Options`, - Region: `Europe`, - Country: `Bulgaria`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-02-19`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 428 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Gold`, - Spread: 0.01, - Open: 1281.1, - Price: 1258.7, - Buy: 1280.73, - Sell: 1280.74, - Change: -22.03, - ChangePercent: -1.72, - Volume: 48387, - High: 1289.5, - Low: 1279.1, - YearlyHigh: 1306, - YearlyLow: 1047.2, - YearlyStart: 1176.6, - YearlyChange: 8.85, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Europe`, - Country: `Croatia`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-07-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 429 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `LV Cattle`, - Spread: 0.01, - Open: 120.725, - Price: 122.15, - Buy: 120.72, - Sell: 120.72, - Change: 1.45, - ChangePercent: 1.2, - Volume: 4, - High: 120.72, - Low: 120.72, - YearlyHigh: 147.98, - YearlyLow: 113.9, - YearlyStart: 130.94, - YearlyChange: -7.82, - Settlement: `Loan`, - Contract: `Options`, - Region: `Africa`, - Country: `Libya`, - Risk: `High`, - Sector: `Public`, - Currency: `PLN`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-07-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 430 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Cotton`, - Spread: 0.01, - Open: 61.77, - Price: 61.49, - Buy: 61.77, - Sell: 61.77, - Change: -0.27, - ChangePercent: -0.44, - Volume: 3612, - High: 62.06, - Low: 61.32, - YearlyHigh: 67.59, - YearlyLow: 54.33, - YearlyStart: 60.96, - YearlyChange: 1.31, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Asia Pacific`, - Country: `Hong Kong`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-04-21`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 431 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/CHF`, - Spread: 0.02, - Open: 1.0337, - Price: 1.04, - Buy: 1.03, - Sell: 1.03, - Change: 0, - ChangePercent: -0.4, - Volume: 5550, - High: 1.03, - Low: 1.03, - YearlyHigh: 1.11, - YearlyLow: 0.98, - YearlyStart: 1.04, - YearlyChange: -0.12, - Settlement: `Cash`, - Contract: `CFD`, - Region: `Middle East`, - Country: `Bahrain`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-02-22`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 432 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Ethanol`, - Spread: 0.01, - Open: 1.512, - Price: 2.71, - Buy: 2.75, - Sell: 2.76, - Change: -0.04, - ChangePercent: -1.6, - Volume: 14, - High: 2.75, - Low: 1.12, - YearlyHigh: 2.75, - YearlyLow: 1.12, - YearlyStart: 1.48, - YearlyChange: 86.7, - Settlement: `Cash`, - Contract: `CFD`, - Region: `Europe`, - Country: `Bulgaria`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-01-22`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 433 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `Lean Hogs`, - Spread: 0.01, - Open: 81.275, - Price: 83.19, - Buy: 81.81, - Sell: 81.82, - Change: 1.38, - ChangePercent: 1.68, - Volume: 1, - High: 81.81, - Low: 81.28, - YearlyHigh: 83.98, - YearlyLow: 70.25, - YearlyStart: 77.11, - YearlyChange: 6.09, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Europe`, - Country: `Greece`, - Risk: `High`, - Sector: `Public`, - Currency: `USD`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-04-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 434 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Milk`, - Spread: 0.01, - Open: 12.87, - Price: 12.89, - Buy: 12.87, - Sell: 12.87, - Change: 0.03, - ChangePercent: 0.2, - Volume: 7, - High: 12.89, - Low: 12.81, - YearlyHigh: 16.96, - YearlyLow: 12.81, - YearlyStart: 14.88, - YearlyChange: -13.6, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `Europe`, - Country: `Russia`, - Risk: `High`, - Sector: `Private`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-02-21`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 435 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P MID MINI`, - Spread: 0.01, - Open: 1454.3, - Price: 1472.09, - Buy: 1455.78, - Sell: 1455.79, - Change: 16.31, - ChangePercent: 1.12, - Volume: 338, - High: 1455.78, - Low: 1448, - YearlyHigh: 1527.3, - YearlyLow: 1236, - YearlyStart: 1381.65, - YearlyChange: 5.37, - Settlement: `Cash`, - Contract: `Options`, - Region: `South America`, - Country: `Guyana`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-08-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 436 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `US 2Y Future`, - Spread: 0.01, - Open: 109.3984, - Price: 110.31, - Buy: 109.4, - Sell: 109.4, - Change: 0.92, - ChangePercent: 0.84, - Volume: 17742, - High: 109.41, - Low: 109.38, - YearlyHigh: 109.8, - YearlyLow: 108.62, - YearlyStart: 109.21, - YearlyChange: 0.16, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Asia Pacific`, - Country: `Azerbaijan`, - Risk: `Low`, - Sector: `Public`, - Currency: `EUR`, - Security: `High`, - Issuer: `FedEx`, - Maturity: `2022-04-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 437 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `OJ Future`, - Spread: 0.01, - Open: 140.6, - Price: 141.25, - Buy: 140.18, - Sell: 140.19, - Change: 1.06, - ChangePercent: 0.76, - Volume: 7, - High: 140.19, - Low: 0, - YearlyHigh: 155.95, - YearlyLow: 113, - YearlyStart: 134.47, - YearlyChange: 4.25, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Europe`, - Country: `Czechia`, - Risk: `Low`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-08-16`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 438 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Coffee`, - Spread: 0.01, - Open: 125.7, - Price: 123.63, - Buy: 125.7, - Sell: 125.7, - Change: -2.06, - ChangePercent: -1.64, - Volume: 1654, - High: 125.8, - Low: 125, - YearlyHigh: 155.75, - YearlyLow: 115.35, - YearlyStart: 135.55, - YearlyChange: -7.27, - Settlement: `Credit`, - Contract: `Futures`, - Region: `South America`, - Country: `Brazil`, - Risk: `Low`, - Sector: `Government`, - Currency: `PLN`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-05-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 439 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Coffee`, - Spread: 0.01, - Open: 125.7, - Price: 124.03, - Buy: 125.7, - Sell: 125.7, - Change: -1.66, - ChangePercent: -1.32, - Volume: 1654, - High: 125.8, - Low: 125, - YearlyHigh: 155.75, - YearlyLow: 115.35, - YearlyStart: 135.55, - YearlyChange: -7.27, - Settlement: `Cash`, - Contract: `Options`, - Region: `South America`, - Country: `Suriname`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-03-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 440 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Cotton`, - Spread: 0.01, - Open: 61.77, - Price: 60.72, - Buy: 61.77, - Sell: 61.77, - Change: -1.04, - ChangePercent: -1.68, - Volume: 3612, - High: 62.06, - Low: 61.32, - YearlyHigh: 67.59, - YearlyLow: 54.33, - YearlyStart: 60.96, - YearlyChange: 1.31, - Settlement: `Cash`, - Contract: `CFD`, - Region: `Africa`, - Country: `Cameroon`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-03-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 441 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `FD Cattle`, - Spread: 0.01, - Open: 147.175, - Price: 148.25, - Buy: 148.6, - Sell: 148.61, - Change: -0.36, - ChangePercent: -0.24, - Volume: 5, - High: 148.61, - Low: 147.18, - YearlyHigh: 190, - YearlyLow: 138.1, - YearlyStart: 164.05, - YearlyChange: -9.41, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Africa`, - Country: `Ethiopia`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-08-11`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 442 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `GBP/USD`, - Spread: 0.02, - Open: 1.4464, - Price: 1.19, - Buy: 1.18, - Sell: 1.2, - Change: 0, - ChangePercent: -0.72, - Volume: 29450, - High: 1.45, - Low: 1.19, - YearlyHigh: 1.59, - YearlyLow: 1.19, - YearlyStart: 1.49, - YearlyChange: -19.59, - Settlement: `Loan`, - Contract: `CFD`, - Region: `Middle East`, - Country: `Syria`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-08-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 443 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P MID MINI`, - Spread: 0.01, - Open: 1454.3, - Price: 1437.15, - Buy: 1455.78, - Sell: 1455.79, - Change: -18.63, - ChangePercent: -1.28, - Volume: 338, - High: 1455.78, - Low: 1448, - YearlyHigh: 1527.3, - YearlyLow: 1236, - YearlyStart: 1381.65, - YearlyChange: 5.37, - Settlement: `Loan`, - Contract: `Forwards`, - Region: `Africa`, - Country: `South Africa`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-02-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 444 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Palladium`, - Spread: 0.01, - Open: 600.55, - Price: 595.71, - Buy: 601, - Sell: 601.01, - Change: -5.29, - ChangePercent: -0.88, - Volume: 651, - High: 607.2, - Low: 598.4, - YearlyHigh: 690, - YearlyLow: 458.6, - YearlyStart: 574.3, - YearlyChange: 4.65, - Settlement: `Loan`, - Contract: `CFD`, - Region: `Middle East`, - Country: `Israel`, - Risk: `Low`, - Sector: `Public`, - Currency: `PLN`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-04-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 445 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `AUD/USD`, - Spread: 0.02, - Open: 0.7344, - Price: 0.74, - Buy: 0.73, - Sell: 0.73, - Change: 0, - ChangePercent: -0.44, - Volume: 36764, - High: 0.74, - Low: 0.73, - YearlyHigh: 0.79, - YearlyLow: 0.68, - YearlyStart: 0.73, - YearlyChange: 1.28, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Europe`, - Country: `Switzerland`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `FedEx`, - Maturity: `2022-02-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 446 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `US 30YR Future`, - Spread: 0.01, - Open: 164.875, - Price: 166.19, - Buy: 164.15, - Sell: 164.16, - Change: 2.03, - ChangePercent: 1.24, - Volume: 28012, - High: 165.25, - Low: 164.04, - YearlyHigh: 169.38, - YearlyLow: 151.47, - YearlyStart: 160.43, - YearlyChange: 2.33, - Settlement: `Cash`, - Contract: `Options`, - Region: `Middle East`, - Country: `Bahrain`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `High`, - Issuer: `American Airlines`, - Maturity: `2022-02-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 447 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Rice`, - Spread: 0.01, - Open: 11.245, - Price: 10.42, - Buy: 10.41, - Sell: 10.42, - Change: 0, - ChangePercent: 0.04, - Volume: 220, - High: 11.38, - Low: 10.42, - YearlyHigh: 14.14, - YearlyLow: 9.7, - YearlyStart: 11.92, - YearlyChange: -12.62, - Settlement: `Credit`, - Contract: `Futures`, - Region: `Europe`, - Country: `Croatia`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-06-23`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 448 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `Lean Hogs`, - Spread: 0.01, - Open: 81.275, - Price: 82.63, - Buy: 81.81, - Sell: 81.82, - Change: 0.82, - ChangePercent: 1, - Volume: 1, - High: 81.81, - Low: 81.28, - YearlyHigh: 83.98, - YearlyLow: 70.25, - YearlyStart: 77.11, - YearlyChange: 6.09, - Settlement: `Credit`, - Contract: `Futures`, - Region: `Asia Pacific`, - Country: `Indonesia`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-04-10`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 449 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/JPY`, - Spread: 0.02, - Open: 9275.5, - Price: 9429.48, - Buy: 9277.32, - Sell: 9277.34, - Change: 152.15, - ChangePercent: 1.64, - Volume: 47734, - High: 9277.33, - Low: 0.93, - YearlyHigh: 9483, - YearlyLow: 0.93, - YearlyStart: 4741.97, - YearlyChange: 95.64, - Settlement: `Loan`, - Contract: `Swap`, - Region: `North America`, - Country: `United States`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-01-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 450 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `BTC/USD`, - Spread: 0.06, - Open: 93.88, - Price: 20899.97, - Buy: 21200.76, - Sell: 21400.78, - Change: -100.8, - ChangePercent: -0.48, - Volume: 5788000, - High: 22400.05, - Low: 20100.75, - YearlyHigh: 62400.7, - YearlyLow: 15100.88, - YearlyStart: 21200.29, - YearlyChange: -20.62, - Settlement: `Loan`, - Contract: `Futures`, - Region: `Middle East`, - Country: `Israel`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-02-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 451 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `US 10YR Future`, - Spread: 0.01, - Open: 130.5625, - Price: 131.16, - Buy: 130.56, - Sell: 130.56, - Change: 0.58, - ChangePercent: 0.44, - Volume: 189310, - High: 130.63, - Low: 130.44, - YearlyHigh: 132.64, - YearlyLow: 125.48, - YearlyStart: 129.06, - YearlyChange: 1.18, - Settlement: `Loan`, - Contract: `CFD`, - Region: `Middle East`, - Country: `Saudi Arabia`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-04-23`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 452 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Wheat`, - Spread: 0.01, - Open: 465.5, - Price: 461.05, - Buy: 465.5, - Sell: 465.5, - Change: -4.47, - ChangePercent: -0.96, - Volume: 4318, - High: 467, - Low: 463.25, - YearlyHigh: 628.5, - YearlyLow: 449.5, - YearlyStart: 539, - YearlyChange: -13.63, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Asia Pacific`, - Country: `China`, - Risk: `Low`, - Sector: `Government`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-03-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 453 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `OJ Future`, - Spread: 0.01, - Open: 140.6, - Price: 140.81, - Buy: 140.18, - Sell: 140.19, - Change: 0.62, - ChangePercent: 0.44, - Volume: 7, - High: 140.19, - Low: 0, - YearlyHigh: 155.95, - YearlyLow: 113, - YearlyStart: 134.47, - YearlyChange: 4.25, - Settlement: `Loan`, - Contract: `Futures`, - Region: `Asia Pacific`, - Country: `Malaysia`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-05-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 454 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `AUD/USD`, - Spread: 0.02, - Open: 0.7344, - Price: 0.74, - Buy: 0.73, - Sell: 0.73, - Change: 0, - ChangePercent: -0.8, - Volume: 36764, - High: 0.74, - Low: 0.73, - YearlyHigh: 0.79, - YearlyLow: 0.68, - YearlyStart: 0.73, - YearlyChange: 1.28, - Settlement: `Cash`, - Contract: `Options`, - Region: `Middle East`, - Country: `Bahrain`, - Risk: `Low`, - Sector: `Public`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-02-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 455 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Copper`, - Spread: 0.02, - Open: 2.123, - Price: 2.14, - Buy: 2.12, - Sell: 2.12, - Change: 0.03, - ChangePercent: 1.4, - Volume: 28819, - High: 2.16, - Low: 2.11, - YearlyHigh: 2.94, - YearlyLow: 1.96, - YearlyStart: 2.45, - YearlyChange: -13.76, - Settlement: `Cash`, - Contract: `Options`, - Region: `Africa`, - Country: `South Africa`, - Risk: `High`, - Sector: `Private`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-03-11`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 456 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Uranium`, - Spread: 0.02, - Open: 27.55, - Price: 27.66, - Buy: 27.55, - Sell: 27.55, - Change: 0.08, - ChangePercent: 0.28, - Volume: 12, - High: 27.55, - Low: 27.55, - YearlyHigh: 29.32, - YearlyLow: 21.28, - YearlyStart: 25.3, - YearlyChange: 9.01, - Settlement: `Cash`, - Contract: `CFD`, - Region: `Europe`, - Country: `Finland`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-04-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 457 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Oil`, - Spread: 0.015, - Open: 45.54, - Price: 45.31, - Buy: 45.78, - Sell: 45.8, - Change: -0.48, - ChangePercent: -1.04, - Volume: 107196, - High: 45.94, - Low: 45, - YearlyHigh: 65.28, - YearlyLow: 30.79, - YearlyStart: 48.03, - YearlyChange: -4.67, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Africa`, - Country: `Ethiopia`, - Risk: `Low`, - Sector: `Public`, - Currency: `USD`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-01-24`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 458 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/JPY`, - Spread: 0.02, - Open: 9275.5, - Price: 9277.33, - Buy: 9277.32, - Sell: 9277.34, - Change: 0, - ChangePercent: 0, - Volume: 47734, - High: 9277.33, - Low: 0.93, - YearlyHigh: 9483, - YearlyLow: 0.93, - YearlyStart: 4741.97, - YearlyChange: 95.64, - Settlement: `Cash`, - Contract: `Options`, - Region: `Middle East`, - Country: `Lebanon`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-01-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 459 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Rice`, - Spread: 0.01, - Open: 11.245, - Price: 10.43, - Buy: 10.41, - Sell: 10.42, - Change: 0.01, - ChangePercent: 0.12, - Volume: 220, - High: 11.38, - Low: 10.42, - YearlyHigh: 14.14, - YearlyLow: 9.7, - YearlyStart: 11.92, - YearlyChange: -12.62, - Settlement: `Credit`, - Contract: `Futures`, - Region: `Middle East`, - Country: `Israel`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `FedEx`, - Maturity: `2022-07-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 460 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Coal`, - Spread: 0.015, - Open: 0.4363, - Price: 0.41, - Buy: 0.44, - Sell: 0.44, - Change: -0.01, - ChangePercent: -0.52, - Volume: 3, - High: 0.44, - Low: 0.44, - YearlyHigh: 0.48, - YearlyLow: 0.4, - YearlyStart: 0.44, - YearlyChange: -5.33, - Settlement: `Cash`, - Contract: `CFD`, - Region: `Europe`, - Country: `Czechia`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-09-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 461 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Coal`, - Spread: 0.015, - Open: 0.4363, - Price: 0.41, - Buy: 0.44, - Sell: 0.44, - Change: -0.01, - ChangePercent: -0.8, - Volume: 3, - High: 0.44, - Low: 0.44, - YearlyHigh: 0.48, - YearlyLow: 0.4, - YearlyStart: 0.44, - YearlyChange: -5.33, - Settlement: `Cash`, - Contract: `Options`, - Region: `Middle East`, - Country: `Lebanon`, - Risk: `Low`, - Sector: `Government`, - Currency: `USD`, - Security: `High`, - Issuer: `American Airlines`, - Maturity: `2022-01-16`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 462 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Coffee`, - Spread: 0.01, - Open: 125.7, - Price: 123.33, - Buy: 125.7, - Sell: 125.7, - Change: -2.36, - ChangePercent: -1.88, - Volume: 1654, - High: 125.8, - Low: 125, - YearlyHigh: 155.75, - YearlyLow: 115.35, - YearlyStart: 135.55, - YearlyChange: -7.27, - Settlement: `Cash`, - Contract: `Options`, - Region: `Europe`, - Country: `Romania`, - Risk: `High`, - Sector: `Public`, - Currency: `USD`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-07-23`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 463 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `Lean Hogs`, - Spread: 0.01, - Open: 81.275, - Price: 80.8, - Buy: 81.81, - Sell: 81.82, - Change: -1.01, - ChangePercent: -1.24, - Volume: 1, - High: 81.81, - Low: 81.28, - YearlyHigh: 83.98, - YearlyLow: 70.25, - YearlyStart: 77.11, - YearlyChange: 6.09, - Settlement: `Credit`, - Contract: `Swap`, - Region: `North America`, - Country: `United States`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-06-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 464 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Rice`, - Spread: 0.01, - Open: 11.245, - Price: 10.47, - Buy: 10.41, - Sell: 10.42, - Change: 0.05, - ChangePercent: 0.52, - Volume: 220, - High: 11.38, - Low: 10.42, - YearlyHigh: 14.14, - YearlyLow: 9.7, - YearlyStart: 11.92, - YearlyChange: -12.62, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `Middle East`, - Country: `Oman`, - Risk: `High`, - Sector: `Public`, - Currency: `USD`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-02-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 465 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P 600 MINI`, - Spread: 0.01, - Open: 687.9, - Price: 684.58, - Buy: 687.9, - Sell: 687.9, - Change: -3.3, - ChangePercent: -0.48, - Volume: 0, - High: 0, - Low: 0, - YearlyHigh: 620.32, - YearlyLow: 595.9, - YearlyStart: 608.11, - YearlyChange: 13.12, - Settlement: `Loan`, - Contract: `Futures`, - Region: `Middle East`, - Country: `Oman`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-09-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 466 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `Euro$ 3M`, - Spread: 0.01, - Open: 99.18, - Price: 100, - Buy: 99.18, - Sell: 99.18, - Change: 0.83, - ChangePercent: 0.84, - Volume: 29509, - High: 99.18, - Low: 99.17, - YearlyHigh: 99.38, - YearlyLow: 98.41, - YearlyStart: 98.89, - YearlyChange: 0.28, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `Europe`, - Country: `Finland`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-02-21`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 467 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Lumber`, - Spread: 0.01, - Open: 303.9, - Price: 302.04, - Buy: 304.59, - Sell: 304.6, - Change: -2.56, - ChangePercent: -0.84, - Volume: 2, - High: 304.6, - Low: 303.9, - YearlyHigh: 317.1, - YearlyLow: 236, - YearlyStart: 276.55, - YearlyChange: 10.14, - Settlement: `Credit`, - Contract: `Options`, - Region: `Africa`, - Country: `Niger`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-04-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 468 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Rice`, - Spread: 0.01, - Open: 11.245, - Price: 10.56, - Buy: 10.41, - Sell: 10.42, - Change: 0.14, - ChangePercent: 1.36, - Volume: 220, - High: 11.38, - Low: 10.42, - YearlyHigh: 14.14, - YearlyLow: 9.7, - YearlyStart: 11.92, - YearlyChange: -12.62, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Africa`, - Country: `Cameroon`, - Risk: `Low`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-05-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 469 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `LV Cattle`, - Spread: 0.01, - Open: 120.725, - Price: 119.74, - Buy: 120.72, - Sell: 120.72, - Change: -0.97, - ChangePercent: -0.8, - Volume: 4, - High: 120.72, - Low: 120.72, - YearlyHigh: 147.98, - YearlyLow: 113.9, - YearlyStart: 130.94, - YearlyChange: -7.82, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Asia Pacific`, - Country: `Korea`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-05-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 470 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Platinum`, - Spread: 0.01, - Open: 1071.6, - Price: 1062.96, - Buy: 1071.09, - Sell: 1071.1, - Change: -8.14, - ChangePercent: -0.76, - Volume: 3039, - High: 1081.2, - Low: 1070.5, - YearlyHigh: 1120.6, - YearlyLow: 812.4, - YearlyStart: 966.5, - YearlyChange: 10.82, - Settlement: `Cash`, - Contract: `Futures`, - Region: `North America`, - Country: `Canada`, - Risk: `High`, - Sector: `Private`, - Currency: `PLN`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-07-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 471 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Ethanol`, - Spread: 0.01, - Open: 1.512, - Price: 2.73, - Buy: 2.75, - Sell: 2.76, - Change: -0.02, - ChangePercent: -0.88, - Volume: 14, - High: 2.75, - Low: 1.12, - YearlyHigh: 2.75, - YearlyLow: 1.12, - YearlyStart: 1.48, - YearlyChange: 86.7, - Settlement: `Loan`, - Contract: `Swap`, - Region: `South America`, - Country: `Bolivia`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-02-24`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 472 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `AUD/USD`, - Spread: 0.02, - Open: 0.7344, - Price: 0.76, - Buy: 0.73, - Sell: 0.73, - Change: 0.02, - ChangePercent: 1.76, - Volume: 36764, - High: 0.74, - Low: 0.73, - YearlyHigh: 0.79, - YearlyLow: 0.68, - YearlyStart: 0.73, - YearlyChange: 1.28, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Africa`, - Country: `Libya`, - Risk: `Low`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-07-11`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 473 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `DOW Future`, - Spread: 0.01, - Open: 17711, - Price: 18038.06, - Buy: 17712.15, - Sell: 17712.16, - Change: 325.91, - ChangePercent: 1.84, - Volume: 22236, - High: 17727, - Low: 17642, - YearlyHigh: 18083, - YearlyLow: 15299, - YearlyStart: 16691, - YearlyChange: 6.12, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `Middle East`, - Country: `Bahrain`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-02-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 474 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Copper`, - Spread: 0.02, - Open: 2.123, - Price: 2.14, - Buy: 2.12, - Sell: 2.12, - Change: 0.03, - ChangePercent: 1.08, - Volume: 28819, - High: 2.16, - Low: 2.11, - YearlyHigh: 2.94, - YearlyLow: 1.96, - YearlyStart: 2.45, - YearlyChange: -13.76, - Settlement: `Loan`, - Contract: `Forwards`, - Region: `Europe`, - Country: `Poland`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-08-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 475 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Diesel`, - Spread: 0.015, - Open: 1.3474, - Price: 1.37, - Buy: 1.35, - Sell: 1.35, - Change: 0.01, - ChangePercent: 0.68, - Volume: 2971, - High: 1.36, - Low: 1.34, - YearlyHigh: 2.11, - YearlyLow: 0.92, - YearlyStart: 1.51, - YearlyChange: -10.4, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `Asia Pacific`, - Country: `Singapore`, - Risk: `High`, - Sector: `Public`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-02-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 476 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `NAS Future`, - Spread: 0.01, - Open: 4341.25, - Price: 4402.06, - Buy: 4341.25, - Sell: 4341.25, - Change: 60.78, - ChangePercent: 1.4, - Volume: 18259, - High: 4347, - Low: 4318, - YearlyHigh: 4719.75, - YearlyLow: 3867.75, - YearlyStart: 4293.75, - YearlyChange: 1.11, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Africa`, - Country: `Cameroon`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `High`, - Issuer: `FedEx`, - Maturity: `2022-05-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 477 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `US 2Y Future`, - Spread: 0.01, - Open: 109.3984, - Price: 110.26, - Buy: 109.4, - Sell: 109.4, - Change: 0.87, - ChangePercent: 0.8, - Volume: 17742, - High: 109.41, - Low: 109.38, - YearlyHigh: 109.8, - YearlyLow: 108.62, - YearlyStart: 109.21, - YearlyChange: 0.16, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Africa`, - Country: `Algeria`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-07-23`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 478 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P Future`, - Spread: 0.01, - Open: 2057.5, - Price: 2020.41, - Buy: 2056.6, - Sell: 2056.61, - Change: -36.19, - ChangePercent: -1.76, - Volume: 142780, - High: 2059.5, - Low: 2049, - YearlyHigh: 2105.5, - YearlyLow: 1794.5, - YearlyStart: 1950, - YearlyChange: 5.47, - Settlement: `Loan`, - Contract: `CFD`, - Region: `Middle East`, - Country: `Jordan`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-07-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 479 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Coal`, - Spread: 0.015, - Open: 0.4363, - Price: 0.42, - Buy: 0.44, - Sell: 0.44, - Change: 0, - ChangePercent: 0.52, - Volume: 3, - High: 0.44, - Low: 0.44, - YearlyHigh: 0.48, - YearlyLow: 0.4, - YearlyStart: 0.44, - YearlyChange: -5.33, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Europe`, - Country: `Finland`, - Risk: `Low`, - Sector: `Public`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-07-22`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 480 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Oil`, - Spread: 0.015, - Open: 45.54, - Price: 45.77, - Buy: 45.78, - Sell: 45.8, - Change: -0.02, - ChangePercent: -0.04, - Volume: 107196, - High: 45.94, - Low: 45, - YearlyHigh: 65.28, - YearlyLow: 30.79, - YearlyStart: 48.03, - YearlyChange: -4.67, - Settlement: `Credit`, - Contract: `Swap`, - Region: `South America`, - Country: `Paraguay`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-07-19`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 481 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `Lean Hogs`, - Spread: 0.01, - Open: 81.275, - Price: 81.16, - Buy: 81.81, - Sell: 81.82, - Change: -0.65, - ChangePercent: -0.8, - Volume: 1, - High: 81.81, - Low: 81.28, - YearlyHigh: 83.98, - YearlyLow: 70.25, - YearlyStart: 77.11, - YearlyChange: 6.09, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `Asia Pacific`, - Country: `Singapore`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-06-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 482 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Oats`, - Spread: 0.01, - Open: 194.5, - Price: 196.39, - Buy: 194.21, - Sell: 194.22, - Change: 2.17, - ChangePercent: 1.12, - Volume: 64, - High: 195.75, - Low: 194, - YearlyHigh: 241.25, - YearlyLow: 183.75, - YearlyStart: 212.5, - YearlyChange: -8.6, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Middle East`, - Country: `Qatar`, - Risk: `Low`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-08-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 483 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Ethanol`, - Spread: 0.01, - Open: 1.512, - Price: 2.72, - Buy: 2.75, - Sell: 2.76, - Change: -0.03, - ChangePercent: -1.36, - Volume: 14, - High: 2.75, - Low: 1.12, - YearlyHigh: 2.75, - YearlyLow: 1.12, - YearlyStart: 1.48, - YearlyChange: 86.7, - Settlement: `Loan`, - Contract: `Options`, - Region: `Africa`, - Country: `Tunisia`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `FedEx`, - Maturity: `2022-06-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 484 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `DOW Future`, - Spread: 0.01, - Open: 17711, - Price: 17740.49, - Buy: 17712.15, - Sell: 17712.16, - Change: 28.34, - ChangePercent: 0.16, - Volume: 22236, - High: 17727, - Low: 17642, - YearlyHigh: 18083, - YearlyLow: 15299, - YearlyStart: 16691, - YearlyChange: 6.12, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Africa`, - Country: `Tunisia`, - Risk: `Low`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-05-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 485 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `OJ Future`, - Spread: 0.01, - Open: 140.6, - Price: 140.19, - Buy: 140.18, - Sell: 140.19, - Change: 0, - ChangePercent: 0, - Volume: 7, - High: 140.19, - Low: 0, - YearlyHigh: 155.95, - YearlyLow: 113, - YearlyStart: 134.47, - YearlyChange: 4.25, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Africa`, - Country: `Libya`, - Risk: `High`, - Sector: `Government`, - Currency: `PLN`, - Security: `High`, - Issuer: `American Airlines`, - Maturity: `2022-02-24`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 486 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `OJ Future`, - Spread: 0.01, - Open: 140.6, - Price: 139.12, - Buy: 140.18, - Sell: 140.19, - Change: -1.07, - ChangePercent: -0.76, - Volume: 7, - High: 140.19, - Low: 0, - YearlyHigh: 155.95, - YearlyLow: 113, - YearlyStart: 134.47, - YearlyChange: 4.25, - Settlement: `Credit`, - Contract: `Swap`, - Region: `South America`, - Country: `Bolivia`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-01-24`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 487 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Palladium`, - Spread: 0.01, - Open: 600.55, - Price: 594.51, - Buy: 601, - Sell: 601.01, - Change: -6.49, - ChangePercent: -1.08, - Volume: 651, - High: 607.2, - Low: 598.4, - YearlyHigh: 690, - YearlyLow: 458.6, - YearlyStart: 574.3, - YearlyChange: 4.65, - Settlement: `Loan`, - Contract: `Options`, - Region: `Africa`, - Country: `Cameroon`, - Risk: `Low`, - Sector: `Public`, - Currency: `USD`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-04-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 488 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Oats`, - Spread: 0.01, - Open: 194.5, - Price: 193.83, - Buy: 194.21, - Sell: 194.22, - Change: -0.39, - ChangePercent: -0.2, - Volume: 64, - High: 195.75, - Low: 194, - YearlyHigh: 241.25, - YearlyLow: 183.75, - YearlyStart: 212.5, - YearlyChange: -8.6, - Settlement: `Cash`, - Contract: `CFD`, - Region: `Asia Pacific`, - Country: `Korea`, - Risk: `High`, - Sector: `Government`, - Currency: `PLN`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-02-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 489 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/JPY`, - Spread: 0.02, - Open: 9275.5, - Price: 9351.55, - Buy: 9277.32, - Sell: 9277.34, - Change: 74.22, - ChangePercent: 0.8, - Volume: 47734, - High: 9277.33, - Low: 0.93, - YearlyHigh: 9483, - YearlyLow: 0.93, - YearlyStart: 4741.97, - YearlyChange: 95.64, - Settlement: `Loan`, - Contract: `Swap`, - Region: `North America`, - Country: `Canada`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-05-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 490 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P Future`, - Spread: 0.01, - Open: 2057.5, - Price: 2054.96, - Buy: 2056.6, - Sell: 2056.61, - Change: -1.64, - ChangePercent: -0.08, - Volume: 142780, - High: 2059.5, - Low: 2049, - YearlyHigh: 2105.5, - YearlyLow: 1794.5, - YearlyStart: 1950, - YearlyChange: 5.47, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `Africa`, - Country: `Niger`, - Risk: `Low`, - Sector: `Public`, - Currency: `USD`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-01-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 491 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Lumber`, - Spread: 0.01, - Open: 303.9, - Price: 304.84, - Buy: 304.59, - Sell: 304.6, - Change: 0.24, - ChangePercent: 0.08, - Volume: 2, - High: 304.6, - Low: 303.9, - YearlyHigh: 317.1, - YearlyLow: 236, - YearlyStart: 276.55, - YearlyChange: 10.14, - Settlement: `Cash`, - Contract: `Swap`, - Region: `South America`, - Country: `Brazil`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `High`, - Issuer: `American Airlines`, - Maturity: `2022-04-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 492 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `US 30YR Future`, - Spread: 0.01, - Open: 164.875, - Price: 165.6, - Buy: 164.15, - Sell: 164.16, - Change: 1.44, - ChangePercent: 0.88, - Volume: 28012, - High: 165.25, - Low: 164.04, - YearlyHigh: 169.38, - YearlyLow: 151.47, - YearlyStart: 160.43, - YearlyChange: 2.33, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Asia Pacific`, - Country: `New Zealand`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-04-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 493 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `Euro$ 3M`, - Spread: 0.01, - Open: 99.18, - Price: 99.96, - Buy: 99.18, - Sell: 99.18, - Change: 0.79, - ChangePercent: 0.8, - Volume: 29509, - High: 99.18, - Low: 99.17, - YearlyHigh: 99.38, - YearlyLow: 98.41, - YearlyStart: 98.89, - YearlyChange: 0.28, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Middle East`, - Country: `Israel`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `American Airlines`, - Maturity: `2022-03-11`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 494 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/JPY`, - Spread: 0.02, - Open: 9275.5, - Price: 9117.76, - Buy: 9277.32, - Sell: 9277.34, - Change: -159.57, - ChangePercent: -1.72, - Volume: 47734, - High: 9277.33, - Low: 0.93, - YearlyHigh: 9483, - YearlyLow: 0.93, - YearlyStart: 4741.97, - YearlyChange: 95.64, - Settlement: `Cash`, - Contract: `CFD`, - Region: `South America`, - Country: `Bolivia`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-07-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 495 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `US 30YR Future`, - Spread: 0.01, - Open: 164.875, - Price: 165.6, - Buy: 164.15, - Sell: 164.16, - Change: 1.44, - ChangePercent: 0.88, - Volume: 28012, - High: 165.25, - Low: 164.04, - YearlyHigh: 169.38, - YearlyLow: 151.47, - YearlyStart: 160.43, - YearlyChange: 2.33, - Settlement: `Credit`, - Contract: `Options`, - Region: `Europe`, - Country: `Czechia`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-07-19`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 496 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Oil`, - Spread: 0.015, - Open: 45.54, - Price: 46.47, - Buy: 45.78, - Sell: 45.8, - Change: 0.68, - ChangePercent: 1.48, - Volume: 107196, - High: 45.94, - Low: 45, - YearlyHigh: 65.28, - YearlyLow: 30.79, - YearlyStart: 48.03, - YearlyChange: -4.67, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Asia Pacific`, - Country: `Indonesia`, - Risk: `High`, - Sector: `Private`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-02-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 497 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Lumber`, - Spread: 0.01, - Open: 303.9, - Price: 302.89, - Buy: 304.59, - Sell: 304.6, - Change: -1.71, - ChangePercent: -0.56, - Volume: 2, - High: 304.6, - Low: 303.9, - YearlyHigh: 317.1, - YearlyLow: 236, - YearlyStart: 276.55, - YearlyChange: 10.14, - Settlement: `Cash`, - Contract: `CFD`, - Region: `Europe`, - Country: `Czechia`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-07-22`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 498 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/CHF`, - Spread: 0.02, - Open: 1.0337, - Price: 1.06, - Buy: 1.03, - Sell: 1.03, - Change: 0.02, - ChangePercent: 1.76, - Volume: 5550, - High: 1.03, - Low: 1.03, - YearlyHigh: 1.11, - YearlyLow: 0.98, - YearlyStart: 1.04, - YearlyChange: -0.12, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Europe`, - Country: `Romania`, - Risk: `High`, - Sector: `Government`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-06-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 499 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Palladium`, - Spread: 0.01, - Open: 600.55, - Price: 605.09, - Buy: 601, - Sell: 601.01, - Change: 4.09, - ChangePercent: 0.68, - Volume: 651, - High: 607.2, - Low: 598.4, - YearlyHigh: 690, - YearlyLow: 458.6, - YearlyStart: 574.3, - YearlyChange: 4.65, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Africa`, - Country: `Algeria`, - Risk: `Low`, - Sector: `Public`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-05-27`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 500 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `Lean Hogs`, - Spread: 0.01, - Open: 81.275, - Price: 82.83, - Buy: 81.81, - Sell: 81.82, - Change: 1.02, - ChangePercent: 1.24, - Volume: 1, - High: 81.81, - Low: 81.28, - YearlyHigh: 83.98, - YearlyLow: 70.25, - YearlyStart: 77.11, - YearlyChange: 6.09, - Settlement: `Cash`, - Contract: `CFD`, - Region: `Europe`, - Country: `Russia`, - Risk: `Low`, - Sector: `Public`, - Currency: `USD`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-01-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 501 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/CHF`, - Spread: 0.02, - Open: 1.0337, - Price: 1.06, - Buy: 1.03, - Sell: 1.03, - Change: 0.02, - ChangePercent: 1.44, - Volume: 5550, - High: 1.03, - Low: 1.03, - YearlyHigh: 1.11, - YearlyLow: 0.98, - YearlyStart: 1.04, - YearlyChange: -0.12, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Asia Pacific`, - Country: `Singapore`, - Risk: `Low`, - Sector: `Public`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-05-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 502 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soy oil`, - Spread: 0.01, - Open: 33.26, - Price: 33.53, - Buy: 33.77, - Sell: 33.78, - Change: -0.24, - ChangePercent: -0.72, - Volume: 10592, - High: 33.77, - Low: 33.06, - YearlyHigh: 35.43, - YearlyLow: 26.61, - YearlyStart: 31.02, - YearlyChange: 8.87, - Settlement: `Loan`, - Contract: `CFD`, - Region: `Asia Pacific`, - Country: `Malaysia`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-04-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 503 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Diesel`, - Spread: 0.015, - Open: 1.3474, - Price: 1.33, - Buy: 1.35, - Sell: 1.35, - Change: -0.03, - ChangePercent: -1.92, - Volume: 2971, - High: 1.36, - Low: 1.34, - YearlyHigh: 2.11, - YearlyLow: 0.92, - YearlyStart: 1.51, - YearlyChange: -10.4, - Settlement: `Loan`, - Contract: `Futures`, - Region: `Africa`, - Country: `Nigeria`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-05-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 504 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `AUD/USD`, - Spread: 0.02, - Open: 0.7344, - Price: 0.75, - Buy: 0.73, - Sell: 0.73, - Change: 0.01, - ChangePercent: 0.72, - Volume: 36764, - High: 0.74, - Low: 0.73, - YearlyHigh: 0.79, - YearlyLow: 0.68, - YearlyStart: 0.73, - YearlyChange: 1.28, - Settlement: `Cash`, - Contract: `Options`, - Region: `Middle East`, - Country: `Oman`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-02-21`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 505 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `Euro$ 3M`, - Spread: 0.01, - Open: 99.18, - Price: 99.96, - Buy: 99.18, - Sell: 99.18, - Change: 0.79, - ChangePercent: 0.8, - Volume: 29509, - High: 99.18, - Low: 99.17, - YearlyHigh: 99.38, - YearlyLow: 98.41, - YearlyStart: 98.89, - YearlyChange: 0.28, - Settlement: `Credit`, - Contract: `Futures`, - Region: `Africa`, - Country: `Niger`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-02-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 506 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `US 2Y Future`, - Spread: 0.01, - Open: 109.3984, - Price: 111.58, - Buy: 109.4, - Sell: 109.4, - Change: 2.19, - ChangePercent: 2, - Volume: 17742, - High: 109.41, - Low: 109.38, - YearlyHigh: 109.8, - YearlyLow: 108.62, - YearlyStart: 109.21, - YearlyChange: 0.16, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `Africa`, - Country: `Morocco`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-02-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 507 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Oats`, - Spread: 0.01, - Open: 194.5, - Price: 193.83, - Buy: 194.21, - Sell: 194.22, - Change: -0.39, - ChangePercent: -0.2, - Volume: 64, - High: 195.75, - Low: 194, - YearlyHigh: 241.25, - YearlyLow: 183.75, - YearlyStart: 212.5, - YearlyChange: -8.6, - Settlement: `Cash`, - Contract: `Options`, - Region: `Africa`, - Country: `Egypt`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `FedEx`, - Maturity: `2022-06-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 508 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `AUD/USD`, - Spread: 0.02, - Open: 0.7344, - Price: 0.75, - Buy: 0.73, - Sell: 0.73, - Change: 0.01, - ChangePercent: 0.92, - Volume: 36764, - High: 0.74, - Low: 0.73, - YearlyHigh: 0.79, - YearlyLow: 0.68, - YearlyStart: 0.73, - YearlyChange: 1.28, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Middle East`, - Country: `Kuwait`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-07-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 509 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Gold`, - Spread: 0.01, - Open: 1281.1, - Price: 1299.17, - Buy: 1280.73, - Sell: 1280.74, - Change: 18.44, - ChangePercent: 1.44, - Volume: 48387, - High: 1289.5, - Low: 1279.1, - YearlyHigh: 1306, - YearlyLow: 1047.2, - YearlyStart: 1176.6, - YearlyChange: 8.85, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Middle East`, - Country: `Turkey`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-07-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 510 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `Lean Hogs`, - Spread: 0.01, - Open: 81.275, - Price: 81.52, - Buy: 81.81, - Sell: 81.82, - Change: -0.29, - ChangePercent: -0.36, - Volume: 1, - High: 81.81, - Low: 81.28, - YearlyHigh: 83.98, - YearlyLow: 70.25, - YearlyStart: 77.11, - YearlyChange: 6.09, - Settlement: `Cash`, - Contract: `Options`, - Region: `Africa`, - Country: `Cameroon`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-08-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 511 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Silver`, - Spread: 0.01, - Open: 17.43, - Price: 17.4, - Buy: 17.43, - Sell: 17.43, - Change: -0.02, - ChangePercent: -0.12, - Volume: 11720, - High: 17.51, - Low: 17.37, - YearlyHigh: 18.06, - YearlyLow: 13.73, - YearlyStart: 15.89, - YearlyChange: 9.59, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `Africa`, - Country: `Tunisia`, - Risk: `High`, - Sector: `Public`, - Currency: `PLN`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-03-11`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 512 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `NAS Future`, - Spread: 0.01, - Open: 4341.25, - Price: 4339.54, - Buy: 4341.25, - Sell: 4341.25, - Change: -1.74, - ChangePercent: -0.04, - Volume: 18259, - High: 4347, - Low: 4318, - YearlyHigh: 4719.75, - YearlyLow: 3867.75, - YearlyStart: 4293.75, - YearlyChange: 1.11, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `Europe`, - Country: `Finland`, - Risk: `High`, - Sector: `Government`, - Currency: `PLN`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-06-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 513 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soy oil`, - Spread: 0.01, - Open: 33.26, - Price: 34.11, - Buy: 33.77, - Sell: 33.78, - Change: 0.34, - ChangePercent: 1, - Volume: 10592, - High: 33.77, - Low: 33.06, - YearlyHigh: 35.43, - YearlyLow: 26.61, - YearlyStart: 31.02, - YearlyChange: 8.87, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Africa`, - Country: `Algeria`, - Risk: `High`, - Sector: `Private`, - Currency: `PLN`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-05-24`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 514 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Silver`, - Spread: 0.01, - Open: 17.43, - Price: 17.12, - Buy: 17.43, - Sell: 17.43, - Change: -0.3, - ChangePercent: -1.72, - Volume: 11720, - High: 17.51, - Low: 17.37, - YearlyHigh: 18.06, - YearlyLow: 13.73, - YearlyStart: 15.89, - YearlyChange: 9.59, - Settlement: `Loan`, - Contract: `Options`, - Region: `Middle East`, - Country: `Lebanon`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-03-10`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 515 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Corn`, - Spread: 0.01, - Open: 379.5, - Price: 377.22, - Buy: 379.8, - Sell: 379.81, - Change: -2.58, - ChangePercent: -0.68, - Volume: 11266, - High: 381, - Low: 377.75, - YearlyHigh: 471.25, - YearlyLow: 351.25, - YearlyStart: 411.25, - YearlyChange: -7.65, - Settlement: `Cash`, - Contract: `Options`, - Region: `Africa`, - Country: `Nigeria`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-05-16`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 516 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soybean`, - Spread: 0.01, - Open: 1038, - Price: 1036.12, - Buy: 1038.61, - Sell: 1038.62, - Change: -2.5, - ChangePercent: -0.24, - Volume: 20356, - High: 1044, - Low: 1031.75, - YearlyHigh: 1057, - YearlyLow: 859.5, - YearlyStart: 958.25, - YearlyChange: 8.39, - Settlement: `Credit`, - Contract: `Options`, - Region: `Asia Pacific`, - Country: `Indonesia`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-02-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 517 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/JPY`, - Spread: 0.02, - Open: 9275.5, - Price: 9195.69, - Buy: 9277.32, - Sell: 9277.34, - Change: -81.64, - ChangePercent: -0.88, - Volume: 47734, - High: 9277.33, - Low: 0.93, - YearlyHigh: 9483, - YearlyLow: 0.93, - YearlyStart: 4741.97, - YearlyChange: 95.64, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `Asia Pacific`, - Country: `Philippines`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-04-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 518 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Palladium`, - Spread: 0.01, - Open: 600.55, - Price: 595.71, - Buy: 601, - Sell: 601.01, - Change: -5.29, - ChangePercent: -0.88, - Volume: 651, - High: 607.2, - Low: 598.4, - YearlyHigh: 690, - YearlyLow: 458.6, - YearlyStart: 574.3, - YearlyChange: 4.65, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `Africa`, - Country: `Libya`, - Risk: `High`, - Sector: `Public`, - Currency: `USD`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-01-24`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 519 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Uranium`, - Spread: 0.02, - Open: 27.55, - Price: 27.65, - Buy: 27.55, - Sell: 27.55, - Change: 0.07, - ChangePercent: 0.24, - Volume: 12, - High: 27.55, - Low: 27.55, - YearlyHigh: 29.32, - YearlyLow: 21.28, - YearlyStart: 25.3, - YearlyChange: 9.01, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Africa`, - Country: `Egypt`, - Risk: `High`, - Sector: `Public`, - Currency: `PLN`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-07-11`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 520 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Coal`, - Spread: 0.015, - Open: 0.4363, - Price: 0.42, - Buy: 0.44, - Sell: 0.44, - Change: 0, - ChangePercent: 1.2, - Volume: 3, - High: 0.44, - Low: 0.44, - YearlyHigh: 0.48, - YearlyLow: 0.4, - YearlyStart: 0.44, - YearlyChange: -5.33, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `North America`, - Country: `Canada`, - Risk: `Low`, - Sector: `Government`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `FedEx`, - Maturity: `2022-02-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 521 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `Lean Hogs`, - Spread: 0.01, - Open: 81.275, - Price: 81.32, - Buy: 81.81, - Sell: 81.82, - Change: -0.49, - ChangePercent: -0.6, - Volume: 1, - High: 81.81, - Low: 81.28, - YearlyHigh: 83.98, - YearlyLow: 70.25, - YearlyStart: 77.11, - YearlyChange: 6.09, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Asia Pacific`, - Country: `Malaysia`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-07-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 522 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soy Meat`, - Spread: 0.01, - Open: 342.6, - Price: 338.23, - Buy: 342.6, - Sell: 342.6, - Change: -4.39, - ChangePercent: -1.28, - Volume: 5646, - High: 345.4, - Low: 340.3, - YearlyHigh: 353.4, - YearlyLow: 261.7, - YearlyStart: 307.55, - YearlyChange: 11.4, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Europe`, - Country: `Estonia`, - Risk: `Low`, - Sector: `Public`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-04-16`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 523 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `US 30YR Future`, - Spread: 0.01, - Open: 164.875, - Price: 164.42, - Buy: 164.15, - Sell: 164.16, - Change: 0.26, - ChangePercent: 0.16, - Volume: 28012, - High: 165.25, - Low: 164.04, - YearlyHigh: 169.38, - YearlyLow: 151.47, - YearlyStart: 160.43, - YearlyChange: 2.33, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Europe`, - Country: `Germany`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-03-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 524 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `BTC/USD`, - Spread: 0.06, - Open: 93.88, - Price: 20715.16, - Buy: 21200.76, - Sell: 21400.78, - Change: -285.61, - ChangePercent: -1.36, - Volume: 5788000, - High: 22400.05, - Low: 20100.75, - YearlyHigh: 62400.7, - YearlyLow: 15100.88, - YearlyStart: 21200.29, - YearlyChange: -20.62, - Settlement: `Credit`, - Contract: `Options`, - Region: `Europe`, - Country: `Slovakia`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-08-16`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 525 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Sugar`, - Spread: 0.01, - Open: 15.68, - Price: 14.54, - Buy: 14.67, - Sell: 14.68, - Change: -0.13, - ChangePercent: -0.92, - Volume: 4949, - High: 15.7, - Low: 14.67, - YearlyHigh: 16.87, - YearlyLow: 11.37, - YearlyStart: 14.12, - YearlyChange: 3.92, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Asia Pacific`, - Country: `Malaysia`, - Risk: `High`, - Sector: `Public`, - Currency: `PLN`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-07-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 526 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Oats`, - Spread: 0.01, - Open: 194.5, - Price: 196.55, - Buy: 194.21, - Sell: 194.22, - Change: 2.33, - ChangePercent: 1.2, - Volume: 64, - High: 195.75, - Low: 194, - YearlyHigh: 241.25, - YearlyLow: 183.75, - YearlyStart: 212.5, - YearlyChange: -8.6, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `Africa`, - Country: `Egypt`, - Risk: `Low`, - Sector: `Public`, - Currency: `USD`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-04-19`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 527 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Coal`, - Spread: 0.015, - Open: 0.4363, - Price: 0.41, - Buy: 0.44, - Sell: 0.44, - Change: -0.01, - ChangePercent: -1.04, - Volume: 3, - High: 0.44, - Low: 0.44, - YearlyHigh: 0.48, - YearlyLow: 0.4, - YearlyStart: 0.44, - YearlyChange: -5.33, - Settlement: `Loan`, - Contract: `Forwards`, - Region: `Africa`, - Country: `Cameroon`, - Risk: `Low`, - Sector: `Government`, - Currency: `USD`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-05-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 528 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P 600 MINI`, - Spread: 0.01, - Open: 687.9, - Price: 693.11, - Buy: 687.9, - Sell: 687.9, - Change: 5.23, - ChangePercent: 0.76, - Volume: 0, - High: 0, - Low: 0, - YearlyHigh: 620.32, - YearlyLow: 595.9, - YearlyStart: 608.11, - YearlyChange: 13.12, - Settlement: `Loan`, - Contract: `Futures`, - Region: `Middle East`, - Country: `Israel`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-07-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 529 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Wheat`, - Spread: 0.01, - Open: 465.5, - Price: 470.36, - Buy: 465.5, - Sell: 465.5, - Change: 4.84, - ChangePercent: 1.04, - Volume: 4318, - High: 467, - Low: 463.25, - YearlyHigh: 628.5, - YearlyLow: 449.5, - YearlyStart: 539, - YearlyChange: -13.63, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Africa`, - Country: `Senegal`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `American Airlines`, - Maturity: `2022-04-23`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 530 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `OJ Future`, - Spread: 0.01, - Open: 140.6, - Price: 137.72, - Buy: 140.18, - Sell: 140.19, - Change: -2.47, - ChangePercent: -1.76, - Volume: 7, - High: 140.19, - Low: 0, - YearlyHigh: 155.95, - YearlyLow: 113, - YearlyStart: 134.47, - YearlyChange: 4.25, - Settlement: `Loan`, - Contract: `Futures`, - Region: `Middle East`, - Country: `Saudi Arabia`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-05-21`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 531 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Copper`, - Spread: 0.02, - Open: 2.123, - Price: 2.07, - Buy: 2.12, - Sell: 2.12, - Change: -0.04, - ChangePercent: -1.8, - Volume: 28819, - High: 2.16, - Low: 2.11, - YearlyHigh: 2.94, - YearlyLow: 1.96, - YearlyStart: 2.45, - YearlyChange: -13.76, - Settlement: `Cash`, - Contract: `Options`, - Region: `Middle East`, - Country: `Oman`, - Risk: `Low`, - Sector: `Public`, - Currency: `USD`, - Security: `High`, - Issuer: `FedEx`, - Maturity: `2022-08-24`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 532 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Platinum`, - Spread: 0.01, - Open: 1071.6, - Price: 1084.81, - Buy: 1071.09, - Sell: 1071.1, - Change: 13.71, - ChangePercent: 1.28, - Volume: 3039, - High: 1081.2, - Low: 1070.5, - YearlyHigh: 1120.6, - YearlyLow: 812.4, - YearlyStart: 966.5, - YearlyChange: 10.82, - Settlement: `Cash`, - Contract: `Swap`, - Region: `South America`, - Country: `Chile`, - Risk: `Low`, - Sector: `Public`, - Currency: `USD`, - Security: `Poor`, - Issuer: `FedEx`, - Maturity: `2022-02-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 533 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `FD Cattle`, - Spread: 0.01, - Open: 147.175, - Price: 148.31, - Buy: 148.6, - Sell: 148.61, - Change: -0.3, - ChangePercent: -0.2, - Volume: 5, - High: 148.61, - Low: 147.18, - YearlyHigh: 190, - YearlyLow: 138.1, - YearlyStart: 164.05, - YearlyChange: -9.41, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Middle East`, - Country: `Lebanon`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-04-23`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 534 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Wheat`, - Spread: 0.01, - Open: 465.5, - Price: 470.18, - Buy: 465.5, - Sell: 465.5, - Change: 4.66, - ChangePercent: 1, - Volume: 4318, - High: 467, - Low: 463.25, - YearlyHigh: 628.5, - YearlyLow: 449.5, - YearlyStart: 539, - YearlyChange: -13.63, - Settlement: `Cash`, - Contract: `Options`, - Region: `Middle East`, - Country: `Saudi Arabia`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-02-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 535 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `DOW Future`, - Spread: 0.01, - Open: 17711, - Price: 17556.28, - Buy: 17712.15, - Sell: 17712.16, - Change: -155.87, - ChangePercent: -0.88, - Volume: 22236, - High: 17727, - Low: 17642, - YearlyHigh: 18083, - YearlyLow: 15299, - YearlyStart: 16691, - YearlyChange: 6.12, - Settlement: `Cash`, - Contract: `CFD`, - Region: `Africa`, - Country: `Niger`, - Risk: `High`, - Sector: `Public`, - Currency: `USD`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-03-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 536 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `OJ Future`, - Spread: 0.01, - Open: 140.6, - Price: 139.46, - Buy: 140.18, - Sell: 140.19, - Change: -0.73, - ChangePercent: -0.52, - Volume: 7, - High: 140.19, - Low: 0, - YearlyHigh: 155.95, - YearlyLow: 113, - YearlyStart: 134.47, - YearlyChange: 4.25, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Africa`, - Country: `South Africa`, - Risk: `Low`, - Sector: `Government`, - Currency: `USD`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-08-22`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 537 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soy Meat`, - Spread: 0.01, - Open: 342.6, - Price: 336.73, - Buy: 342.6, - Sell: 342.6, - Change: -5.89, - ChangePercent: -1.72, - Volume: 5646, - High: 345.4, - Low: 340.3, - YearlyHigh: 353.4, - YearlyLow: 261.7, - YearlyStart: 307.55, - YearlyChange: 11.4, - Settlement: `Loan`, - Contract: `Options`, - Region: `Middle East`, - Country: `Qatar`, - Risk: `Low`, - Sector: `Public`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-06-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 538 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Silver`, - Spread: 0.01, - Open: 17.43, - Price: 17.46, - Buy: 17.43, - Sell: 17.43, - Change: 0.04, - ChangePercent: 0.24, - Volume: 11720, - High: 17.51, - Low: 17.37, - YearlyHigh: 18.06, - YearlyLow: 13.73, - YearlyStart: 15.89, - YearlyChange: 9.59, - Settlement: `Loan`, - Contract: `Forwards`, - Region: `Africa`, - Country: `Cameroon`, - Risk: `High`, - Sector: `Private`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-04-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 539 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Coal`, - Spread: 0.015, - Open: 0.4363, - Price: 0.41, - Buy: 0.44, - Sell: 0.44, - Change: -0.01, - ChangePercent: -1.08, - Volume: 3, - High: 0.44, - Low: 0.44, - YearlyHigh: 0.48, - YearlyLow: 0.4, - YearlyStart: 0.44, - YearlyChange: -5.33, - Settlement: `Cash`, - Contract: `Options`, - Region: `Asia Pacific`, - Country: `Pakistan`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `American Airlines`, - Maturity: `2022-03-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 540 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P Future`, - Spread: 0.01, - Open: 2057.5, - Price: 2039.33, - Buy: 2056.6, - Sell: 2056.61, - Change: -17.27, - ChangePercent: -0.84, - Volume: 142780, - High: 2059.5, - Low: 2049, - YearlyHigh: 2105.5, - YearlyLow: 1794.5, - YearlyStart: 1950, - YearlyChange: 5.47, - Settlement: `Credit`, - Contract: `Options`, - Region: `North America`, - Country: `United States`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-06-23`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 541 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `BTC/USD`, - Spread: 0.06, - Open: 93.88, - Price: 20967.17, - Buy: 21200.76, - Sell: 21400.78, - Change: -33.6, - ChangePercent: -0.16, - Volume: 5788000, - High: 22400.05, - Low: 20100.75, - YearlyHigh: 62400.7, - YearlyLow: 15100.88, - YearlyStart: 21200.29, - YearlyChange: -20.62, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Europe`, - Country: `Russia`, - Risk: `High`, - Sector: `Public`, - Currency: `USD`, - Security: `High`, - Issuer: `FedEx`, - Maturity: `2022-08-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 542 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Palladium`, - Spread: 0.01, - Open: 600.55, - Price: 607.97, - Buy: 601, - Sell: 601.01, - Change: 6.97, - ChangePercent: 1.16, - Volume: 651, - High: 607.2, - Low: 598.4, - YearlyHigh: 690, - YearlyLow: 458.6, - YearlyStart: 574.3, - YearlyChange: 4.65, - Settlement: `Loan`, - Contract: `CFD`, - Region: `Europe`, - Country: `Finland`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-08-21`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 543 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P MID MINI`, - Spread: 0.01, - Open: 1454.3, - Price: 1476.16, - Buy: 1455.78, - Sell: 1455.79, - Change: 20.38, - ChangePercent: 1.4, - Volume: 338, - High: 1455.78, - Low: 1448, - YearlyHigh: 1527.3, - YearlyLow: 1236, - YearlyStart: 1381.65, - YearlyChange: 5.37, - Settlement: `Loan`, - Contract: `Futures`, - Region: `South America`, - Country: `Brazil`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-08-19`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 544 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soybean`, - Spread: 0.01, - Open: 1038, - Price: 1039.45, - Buy: 1038.61, - Sell: 1038.62, - Change: 0.83, - ChangePercent: 0.08, - Volume: 20356, - High: 1044, - Low: 1031.75, - YearlyHigh: 1057, - YearlyLow: 859.5, - YearlyStart: 958.25, - YearlyChange: 8.39, - Settlement: `Cash`, - Contract: `Options`, - Region: `Asia Pacific`, - Country: `Malaysia`, - Risk: `High`, - Sector: `Government`, - Currency: `USD`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-04-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 545 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `DOW Future`, - Spread: 0.01, - Open: 17711, - Price: 17535.03, - Buy: 17712.15, - Sell: 17712.16, - Change: -177.12, - ChangePercent: -1, - Volume: 22236, - High: 17727, - Low: 17642, - YearlyHigh: 18083, - YearlyLow: 15299, - YearlyStart: 16691, - YearlyChange: 6.12, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `Africa`, - Country: `Egypt`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `High`, - Issuer: `American Airlines`, - Maturity: `2022-08-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 546 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Coal`, - Spread: 0.015, - Open: 0.4363, - Price: 0.42, - Buy: 0.44, - Sell: 0.44, - Change: 0, - ChangePercent: 1.88, - Volume: 3, - High: 0.44, - Low: 0.44, - YearlyHigh: 0.48, - YearlyLow: 0.4, - YearlyStart: 0.44, - YearlyChange: -5.33, - Settlement: `Cash`, - Contract: `Options`, - Region: `Asia Pacific`, - Country: `Philippines`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-09-22`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 547 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P MID MINI`, - Spread: 0.01, - Open: 1454.3, - Price: 1462.19, - Buy: 1455.78, - Sell: 1455.79, - Change: 6.41, - ChangePercent: 0.44, - Volume: 338, - High: 1455.78, - Low: 1448, - YearlyHigh: 1527.3, - YearlyLow: 1236, - YearlyStart: 1381.65, - YearlyChange: 5.37, - Settlement: `Credit`, - Contract: `Options`, - Region: `Asia Pacific`, - Country: `Australia`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-09-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 548 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Natural Gas`, - Spread: 0.02, - Open: 2.094, - Price: 2.13, - Buy: 2.09, - Sell: 2.09, - Change: 0.03, - ChangePercent: 1.16, - Volume: 2783, - High: 2.11, - Low: 2.09, - YearlyHigh: 3.2, - YearlyLow: 1.84, - YearlyStart: 2.52, - YearlyChange: -16.51, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Europe`, - Country: `Iceland`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `American Airlines`, - Maturity: `2022-06-19`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 549 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `DOW Future`, - Spread: 0.01, - Open: 17711, - Price: 17563.37, - Buy: 17712.15, - Sell: 17712.16, - Change: -148.78, - ChangePercent: -0.84, - Volume: 22236, - High: 17727, - Low: 17642, - YearlyHigh: 18083, - YearlyLow: 15299, - YearlyStart: 16691, - YearlyChange: 6.12, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Asia Pacific`, - Country: `Japan`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-02-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 550 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Copper`, - Spread: 0.02, - Open: 2.123, - Price: 2.13, - Buy: 2.12, - Sell: 2.12, - Change: 0.02, - ChangePercent: 0.84, - Volume: 28819, - High: 2.16, - Low: 2.11, - YearlyHigh: 2.94, - YearlyLow: 1.96, - YearlyStart: 2.45, - YearlyChange: -13.76, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Asia Pacific`, - Country: `India`, - Risk: `High`, - Sector: `Private`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-02-19`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 551 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Lumber`, - Spread: 0.01, - Open: 303.9, - Price: 309.11, - Buy: 304.59, - Sell: 304.6, - Change: 4.51, - ChangePercent: 1.48, - Volume: 2, - High: 304.6, - Low: 303.9, - YearlyHigh: 317.1, - YearlyLow: 236, - YearlyStart: 276.55, - YearlyChange: 10.14, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Middle East`, - Country: `Israel`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-06-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 552 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/CAD`, - Spread: 0.02, - Open: 0.7744, - Price: 0.95, - Buy: 0.94, - Sell: 0.96, - Change: 0, - ChangePercent: 0.04, - Volume: 13669, - High: 0.95, - Low: 0.77, - YearlyHigh: 0.95, - YearlyLow: 0.68, - YearlyStart: 0.76, - YearlyChange: 26.43, - Settlement: `Credit`, - Contract: `CFD`, - Region: `Middle East`, - Country: `Israel`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-02-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 553 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/CAD`, - Spread: 0.02, - Open: 0.7744, - Price: 0.94, - Buy: 0.94, - Sell: 0.96, - Change: -0.01, - ChangePercent: -1.88, - Volume: 13669, - High: 0.95, - Low: 0.77, - YearlyHigh: 0.95, - YearlyLow: 0.68, - YearlyStart: 0.76, - YearlyChange: 26.43, - Settlement: `Credit`, - Contract: `Forwards`, - Region: `Middle East`, - Country: `Syria`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-09-11`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 554 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `DOW Future`, - Spread: 0.01, - Open: 17711, - Price: 17506.69, - Buy: 17712.15, - Sell: 17712.16, - Change: -205.46, - ChangePercent: -1.16, - Volume: 22236, - High: 17727, - Low: 17642, - YearlyHigh: 18083, - YearlyLow: 15299, - YearlyStart: 16691, - YearlyChange: 6.12, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Africa`, - Country: `Tunisia`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `High`, - Issuer: `FedEx`, - Maturity: `2022-07-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 555 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Gold`, - Spread: 0.01, - Open: 1281.1, - Price: 1278.68, - Buy: 1280.73, - Sell: 1280.74, - Change: -2.05, - ChangePercent: -0.16, - Volume: 48387, - High: 1289.5, - Low: 1279.1, - YearlyHigh: 1306, - YearlyLow: 1047.2, - YearlyStart: 1176.6, - YearlyChange: 8.85, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Europe`, - Country: `Ireland`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-04-11`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 556 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `Lean Hogs`, - Spread: 0.01, - Open: 81.275, - Price: 83.19, - Buy: 81.81, - Sell: 81.82, - Change: 1.38, - ChangePercent: 1.68, - Volume: 1, - High: 81.81, - Low: 81.28, - YearlyHigh: 83.98, - YearlyLow: 70.25, - YearlyStart: 77.11, - YearlyChange: 6.09, - Settlement: `Loan`, - Contract: `Options`, - Region: `North America`, - Country: `Mexico`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `American Airlines`, - Maturity: `2022-08-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 557 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Gold`, - Spread: 0.01, - Open: 1281.1, - Price: 1281.24, - Buy: 1280.73, - Sell: 1280.74, - Change: 0.51, - ChangePercent: 0.04, - Volume: 48387, - High: 1289.5, - Low: 1279.1, - YearlyHigh: 1306, - YearlyLow: 1047.2, - YearlyStart: 1176.6, - YearlyChange: 8.85, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Europe`, - Country: `Switzerland`, - Risk: `Low`, - Sector: `Government`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `FedEx`, - Maturity: `2022-07-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 558 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Coffee`, - Spread: 0.01, - Open: 125.7, - Price: 125.59, - Buy: 125.7, - Sell: 125.7, - Change: -0.1, - ChangePercent: -0.08, - Volume: 1654, - High: 125.8, - Low: 125, - YearlyHigh: 155.75, - YearlyLow: 115.35, - YearlyStart: 135.55, - YearlyChange: -7.27, - Settlement: `Credit`, - Contract: `Futures`, - Region: `Asia Pacific`, - Country: `Japan`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `Poor`, - Issuer: `American Airlines`, - Maturity: `2022-06-21`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 559 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soy Meat`, - Spread: 0.01, - Open: 342.6, - Price: 341.39, - Buy: 342.6, - Sell: 342.6, - Change: -1.23, - ChangePercent: -0.36, - Volume: 5646, - High: 345.4, - Low: 340.3, - YearlyHigh: 353.4, - YearlyLow: 261.7, - YearlyStart: 307.55, - YearlyChange: 11.4, - Settlement: `Loan`, - Contract: `Futures`, - Region: `Middle East`, - Country: `Israel`, - Risk: `High`, - Sector: `Public`, - Currency: `USD`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-05-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 560 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Platinum`, - Spread: 0.01, - Open: 1071.6, - Price: 1067.67, - Buy: 1071.09, - Sell: 1071.1, - Change: -3.43, - ChangePercent: -0.32, - Volume: 3039, - High: 1081.2, - Low: 1070.5, - YearlyHigh: 1120.6, - YearlyLow: 812.4, - YearlyStart: 966.5, - YearlyChange: 10.82, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Asia Pacific`, - Country: `Taiwan`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `High`, - Issuer: `FedEx`, - Maturity: `2022-02-24`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 561 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `Euro$ 3M`, - Spread: 0.01, - Open: 99.18, - Price: 99.33, - Buy: 99.18, - Sell: 99.18, - Change: 0.16, - ChangePercent: 0.16, - Volume: 29509, - High: 99.18, - Low: 99.17, - YearlyHigh: 99.38, - YearlyLow: 98.41, - YearlyStart: 98.89, - YearlyChange: 0.28, - Settlement: `Cash`, - Contract: `Futures`, - Region: `South America`, - Country: `Brazil`, - Risk: `High`, - Sector: `Private`, - Currency: `PLN`, - Security: `High`, - Issuer: `American Airlines`, - Maturity: `2022-08-10`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 562 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `BTC/USD`, - Spread: 0.06, - Open: 93.88, - Price: 20740.36, - Buy: 21200.76, - Sell: 21400.78, - Change: -260.41, - ChangePercent: -1.24, - Volume: 5788000, - High: 22400.05, - Low: 20100.75, - YearlyHigh: 62400.7, - YearlyLow: 15100.88, - YearlyStart: 21200.29, - YearlyChange: -20.62, - Settlement: `Loan`, - Contract: `Forwards`, - Region: `Asia Pacific`, - Country: `New Zealand`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-07-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 563 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `OJ Future`, - Spread: 0.01, - Open: 140.6, - Price: 141.48, - Buy: 140.18, - Sell: 140.19, - Change: 1.29, - ChangePercent: 0.92, - Volume: 7, - High: 140.19, - Low: 0, - YearlyHigh: 155.95, - YearlyLow: 113, - YearlyStart: 134.47, - YearlyChange: 4.25, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Europe`, - Country: `Bulgaria`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-03-19`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 564 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/CHF`, - Spread: 0.02, - Open: 1.0337, - Price: 1.05, - Buy: 1.03, - Sell: 1.03, - Change: 0.01, - ChangePercent: 0.28, - Volume: 5550, - High: 1.03, - Low: 1.03, - YearlyHigh: 1.11, - YearlyLow: 0.98, - YearlyStart: 1.04, - YearlyChange: -0.12, - Settlement: `Loan`, - Contract: `Swap`, - Region: `South America`, - Country: `Bolivia`, - Risk: `Low`, - Sector: `Government`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-09-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 565 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/CHF`, - Spread: 0.02, - Open: 1.0337, - Price: 1.04, - Buy: 1.03, - Sell: 1.03, - Change: 0, - ChangePercent: -0.4, - Volume: 5550, - High: 1.03, - Low: 1.03, - YearlyHigh: 1.11, - YearlyLow: 0.98, - YearlyStart: 1.04, - YearlyChange: -0.12, - Settlement: `Cash`, - Contract: `Options`, - Region: `Asia Pacific`, - Country: `Indonesia`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-09-11`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 566 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Sugar`, - Spread: 0.01, - Open: 15.68, - Price: 14.87, - Buy: 14.67, - Sell: 14.68, - Change: 0.2, - ChangePercent: 1.32, - Volume: 4949, - High: 15.7, - Low: 14.67, - YearlyHigh: 16.87, - YearlyLow: 11.37, - YearlyStart: 14.12, - YearlyChange: 3.92, - Settlement: `Loan`, - Contract: `Futures`, - Region: `Middle East`, - Country: `Iran`, - Risk: `Low`, - Sector: `Government`, - Currency: `USD`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-04-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 567 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Coal`, - Spread: 0.015, - Open: 0.4363, - Price: 0.41, - Buy: 0.44, - Sell: 0.44, - Change: -0.01, - ChangePercent: -0.96, - Volume: 3, - High: 0.44, - Low: 0.44, - YearlyHigh: 0.48, - YearlyLow: 0.4, - YearlyStart: 0.44, - YearlyChange: -5.33, - Settlement: `Cash`, - Contract: `Options`, - Region: `Europe`, - Country: `Belgium`, - Risk: `Low`, - Sector: `Public`, - Currency: `USD`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-02-19`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 568 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Corn`, - Spread: 0.01, - Open: 379.5, - Price: 379.35, - Buy: 379.8, - Sell: 379.81, - Change: -0.45, - ChangePercent: -0.12, - Volume: 11266, - High: 381, - Low: 377.75, - YearlyHigh: 471.25, - YearlyLow: 351.25, - YearlyStart: 411.25, - YearlyChange: -7.65, - Settlement: `Cash`, - Contract: `Options`, - Region: `Asia Pacific`, - Country: `Korea`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `FedEx`, - Maturity: `2022-02-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 569 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `US 30YR Future`, - Spread: 0.01, - Open: 164.875, - Price: 163.5, - Buy: 164.15, - Sell: 164.16, - Change: -0.66, - ChangePercent: -0.4, - Volume: 28012, - High: 165.25, - Low: 164.04, - YearlyHigh: 169.38, - YearlyLow: 151.47, - YearlyStart: 160.43, - YearlyChange: 2.33, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Asia Pacific`, - Country: `Pakistan`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-02-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 570 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `FD Cattle`, - Spread: 0.01, - Open: 147.175, - Price: 149.68, - Buy: 148.6, - Sell: 148.61, - Change: 1.07, - ChangePercent: 0.72, - Volume: 5, - High: 148.61, - Low: 147.18, - YearlyHigh: 190, - YearlyLow: 138.1, - YearlyStart: 164.05, - YearlyChange: -9.41, - Settlement: `Cash`, - Contract: `CFD`, - Region: `Asia Pacific`, - Country: `Azerbaijan`, - Risk: `High`, - Sector: `Public`, - Currency: `USD`, - Security: `Poor`, - Issuer: `American Airlines`, - Maturity: `2022-05-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 571 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/JPY`, - Spread: 0.02, - Open: 9275.5, - Price: 9140.03, - Buy: 9277.32, - Sell: 9277.34, - Change: -137.3, - ChangePercent: -1.48, - Volume: 47734, - High: 9277.33, - Low: 0.93, - YearlyHigh: 9483, - YearlyLow: 0.93, - YearlyStart: 4741.97, - YearlyChange: 95.64, - Settlement: `Credit`, - Contract: `Options`, - Region: `Asia Pacific`, - Country: `New Zealand`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `Poor`, - Issuer: `FedEx`, - Maturity: `2022-04-21`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 572 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `FD Cattle`, - Spread: 0.01, - Open: 147.175, - Price: 149.14, - Buy: 148.6, - Sell: 148.61, - Change: 0.53, - ChangePercent: 0.36, - Volume: 5, - High: 148.61, - Low: 147.18, - YearlyHigh: 190, - YearlyLow: 138.1, - YearlyStart: 164.05, - YearlyChange: -9.41, - Settlement: `Credit`, - Contract: `CFD`, - Region: `Middle East`, - Country: `Bahrain`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-06-23`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 573 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Silver`, - Spread: 0.01, - Open: 17.43, - Price: 17.62, - Buy: 17.43, - Sell: 17.43, - Change: 0.2, - ChangePercent: 1.12, - Volume: 11720, - High: 17.51, - Low: 17.37, - YearlyHigh: 18.06, - YearlyLow: 13.73, - YearlyStart: 15.89, - YearlyChange: 9.59, - Settlement: `Cash`, - Contract: `Options`, - Region: `North America`, - Country: `United States`, - Risk: `High`, - Sector: `Public`, - Currency: `USD`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-02-10`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 574 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Lumber`, - Spread: 0.01, - Open: 303.9, - Price: 302.65, - Buy: 304.59, - Sell: 304.6, - Change: -1.95, - ChangePercent: -0.64, - Volume: 2, - High: 304.6, - Low: 303.9, - YearlyHigh: 317.1, - YearlyLow: 236, - YearlyStart: 276.55, - YearlyChange: 10.14, - Settlement: `Cash`, - Contract: `Futures`, - Region: `South America`, - Country: `Colombia`, - Risk: `Low`, - Sector: `Public`, - Currency: `USD`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-01-21`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 575 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Uranium`, - Spread: 0.02, - Open: 27.55, - Price: 27.19, - Buy: 27.55, - Sell: 27.55, - Change: -0.39, - ChangePercent: -1.4, - Volume: 12, - High: 27.55, - Low: 27.55, - YearlyHigh: 29.32, - YearlyLow: 21.28, - YearlyStart: 25.3, - YearlyChange: 9.01, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Europe`, - Country: `Sweden`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-05-16`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 576 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soy oil`, - Spread: 0.01, - Open: 33.26, - Price: 33.38, - Buy: 33.77, - Sell: 33.78, - Change: -0.39, - ChangePercent: -1.16, - Volume: 10592, - High: 33.77, - Low: 33.06, - YearlyHigh: 35.43, - YearlyLow: 26.61, - YearlyStart: 31.02, - YearlyChange: 8.87, - Settlement: `Credit`, - Contract: `CFD`, - Region: `South America`, - Country: `Paraguay`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-06-19`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 577 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `FD Cattle`, - Spread: 0.01, - Open: 147.175, - Price: 148.25, - Buy: 148.6, - Sell: 148.61, - Change: -0.36, - ChangePercent: -0.24, - Volume: 5, - High: 148.61, - Low: 147.18, - YearlyHigh: 190, - YearlyLow: 138.1, - YearlyStart: 164.05, - YearlyChange: -9.41, - Settlement: `Credit`, - Contract: `Options`, - Region: `Europe`, - Country: `Italy`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-06-10`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 578 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Coal`, - Spread: 0.015, - Open: 0.4363, - Price: 0.41, - Buy: 0.44, - Sell: 0.44, - Change: -0.01, - ChangePercent: -1.12, - Volume: 3, - High: 0.44, - Low: 0.44, - YearlyHigh: 0.48, - YearlyLow: 0.4, - YearlyStart: 0.44, - YearlyChange: -5.33, - Settlement: `Cash`, - Contract: `CFD`, - Region: `Middle East`, - Country: `UAE`, - Risk: `Low`, - Sector: `Government`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-04-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 579 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `Lean Hogs`, - Spread: 0.01, - Open: 81.275, - Price: 83.25, - Buy: 81.81, - Sell: 81.82, - Change: 1.44, - ChangePercent: 1.76, - Volume: 1, - High: 81.81, - Low: 81.28, - YearlyHigh: 83.98, - YearlyLow: 70.25, - YearlyStart: 77.11, - YearlyChange: 6.09, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Asia Pacific`, - Country: `Taiwan`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-08-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 580 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `LV Cattle`, - Spread: 0.01, - Open: 120.725, - Price: 119.5, - Buy: 120.72, - Sell: 120.72, - Change: -1.2, - ChangePercent: -1, - Volume: 4, - High: 120.72, - Low: 120.72, - YearlyHigh: 147.98, - YearlyLow: 113.9, - YearlyStart: 130.94, - YearlyChange: -7.82, - Settlement: `Credit`, - Contract: `Futures`, - Region: `Middle East`, - Country: `Turkey`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `High`, - Issuer: `American Airlines`, - Maturity: `2022-04-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 581 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Gold`, - Spread: 0.01, - Open: 1281.1, - Price: 1285.85, - Buy: 1280.73, - Sell: 1280.74, - Change: 5.12, - ChangePercent: 0.4, - Volume: 48387, - High: 1289.5, - Low: 1279.1, - YearlyHigh: 1306, - YearlyLow: 1047.2, - YearlyStart: 1176.6, - YearlyChange: 8.85, - Settlement: `Cash`, - Contract: `Options`, - Region: `Middle East`, - Country: `Jordan`, - Risk: `High`, - Sector: `Public`, - Currency: `PLN`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-05-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 582 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/CAD`, - Spread: 0.02, - Open: 0.7744, - Price: 0.97, - Buy: 0.94, - Sell: 0.96, - Change: 0.02, - ChangePercent: 1.88, - Volume: 13669, - High: 0.95, - Low: 0.77, - YearlyHigh: 0.95, - YearlyLow: 0.68, - YearlyStart: 0.76, - YearlyChange: 26.43, - Settlement: `Credit`, - Contract: `Options`, - Region: `Middle East`, - Country: `Kuwait`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-08-21`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 583 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `NAS Future`, - Spread: 0.01, - Open: 4341.25, - Price: 4303.08, - Buy: 4341.25, - Sell: 4341.25, - Change: -38.2, - ChangePercent: -0.88, - Volume: 18259, - High: 4347, - Low: 4318, - YearlyHigh: 4719.75, - YearlyLow: 3867.75, - YearlyStart: 4293.75, - YearlyChange: 1.11, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Asia Pacific`, - Country: `Singapore`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-02-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 584 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `Euro$ 3M`, - Spread: 0.01, - Open: 99.18, - Price: 98.65, - Buy: 99.18, - Sell: 99.18, - Change: -0.52, - ChangePercent: -0.52, - Volume: 29509, - High: 99.18, - Low: 99.17, - YearlyHigh: 99.38, - YearlyLow: 98.41, - YearlyStart: 98.89, - YearlyChange: 0.28, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Asia Pacific`, - Country: `Azerbaijan`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-08-23`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 585 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Lumber`, - Spread: 0.01, - Open: 303.9, - Price: 309.84, - Buy: 304.59, - Sell: 304.6, - Change: 5.24, - ChangePercent: 1.72, - Volume: 2, - High: 304.6, - Low: 303.9, - YearlyHigh: 317.1, - YearlyLow: 236, - YearlyStart: 276.55, - YearlyChange: 10.14, - Settlement: `Cash`, - Contract: `CFD`, - Region: `Asia Pacific`, - Country: `China`, - Risk: `Low`, - Sector: `Government`, - Currency: `USD`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-03-27`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 586 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `Euro$ 3M`, - Spread: 0.01, - Open: 99.18, - Price: 98.22, - Buy: 99.18, - Sell: 99.18, - Change: -0.95, - ChangePercent: -0.96, - Volume: 29509, - High: 99.18, - Low: 99.17, - YearlyHigh: 99.38, - YearlyLow: 98.41, - YearlyStart: 98.89, - YearlyChange: 0.28, - Settlement: `Credit`, - Contract: `Forwards`, - Region: `Asia Pacific`, - Country: `Thailand`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-02-21`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 587 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `AUD/USD`, - Spread: 0.02, - Open: 0.7344, - Price: 0.74, - Buy: 0.73, - Sell: 0.73, - Change: 0, - ChangePercent: -1.08, - Volume: 36764, - High: 0.74, - Low: 0.73, - YearlyHigh: 0.79, - YearlyLow: 0.68, - YearlyStart: 0.73, - YearlyChange: 1.28, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `Europe`, - Country: `Hungary`, - Risk: `Low`, - Sector: `Public`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-01-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 588 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Oil`, - Spread: 0.015, - Open: 45.54, - Price: 46.17, - Buy: 45.78, - Sell: 45.8, - Change: 0.38, - ChangePercent: 0.84, - Volume: 107196, - High: 45.94, - Low: 45, - YearlyHigh: 65.28, - YearlyLow: 30.79, - YearlyStart: 48.03, - YearlyChange: -4.67, - Settlement: `Loan`, - Contract: `Futures`, - Region: `Europe`, - Country: `Bulgaria`, - Risk: `High`, - Sector: `Private`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-05-23`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 589 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Uranium`, - Spread: 0.02, - Open: 27.55, - Price: 27.77, - Buy: 27.55, - Sell: 27.55, - Change: 0.19, - ChangePercent: 0.68, - Volume: 12, - High: 27.55, - Low: 27.55, - YearlyHigh: 29.32, - YearlyLow: 21.28, - YearlyStart: 25.3, - YearlyChange: 9.01, - Settlement: `Cash`, - Contract: `Swap`, - Region: `South America`, - Country: `Paraguay`, - Risk: `High`, - Sector: `Public`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-06-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 590 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `DOW Future`, - Spread: 0.01, - Open: 17711, - Price: 17740.49, - Buy: 17712.15, - Sell: 17712.16, - Change: 28.34, - ChangePercent: 0.16, - Volume: 22236, - High: 17727, - Low: 17642, - YearlyHigh: 18083, - YearlyLow: 15299, - YearlyStart: 16691, - YearlyChange: 6.12, - Settlement: `Cash`, - Contract: `Swap`, - Region: `South America`, - Country: `Guyana`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-03-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 591 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `GBP/USD`, - Spread: 0.02, - Open: 1.4464, - Price: 1.17, - Buy: 1.18, - Sell: 1.2, - Change: -0.02, - ChangePercent: -1.92, - Volume: 29450, - High: 1.45, - Low: 1.19, - YearlyHigh: 1.59, - YearlyLow: 1.19, - YearlyStart: 1.49, - YearlyChange: -19.59, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Europe`, - Country: `United Kingdom`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-05-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 592 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Wheat`, - Spread: 0.01, - Open: 465.5, - Price: 467.75, - Buy: 465.5, - Sell: 465.5, - Change: 2.23, - ChangePercent: 0.48, - Volume: 4318, - High: 467, - Low: 463.25, - YearlyHigh: 628.5, - YearlyLow: 449.5, - YearlyStart: 539, - YearlyChange: -13.63, - Settlement: `Credit`, - Contract: `Futures`, - Region: `Asia Pacific`, - Country: `New Zealand`, - Risk: `Low`, - Sector: `Public`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `American Airlines`, - Maturity: `2022-03-19`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 593 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `FD Cattle`, - Spread: 0.01, - Open: 147.175, - Price: 147.24, - Buy: 148.6, - Sell: 148.61, - Change: -1.37, - ChangePercent: -0.92, - Volume: 5, - High: 148.61, - Low: 147.18, - YearlyHigh: 190, - YearlyLow: 138.1, - YearlyStart: 164.05, - YearlyChange: -9.41, - Settlement: `Loan`, - Contract: `CFD`, - Region: `Europe`, - Country: `United Kingdom`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-05-11`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 594 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Natural Gas`, - Spread: 0.02, - Open: 2.094, - Price: 2.09, - Buy: 2.09, - Sell: 2.09, - Change: -0.01, - ChangePercent: -0.76, - Volume: 2783, - High: 2.11, - Low: 2.09, - YearlyHigh: 3.2, - YearlyLow: 1.84, - YearlyStart: 2.52, - YearlyChange: -16.51, - Settlement: `Cash`, - Contract: `Options`, - Region: `Europe`, - Country: `Slovakia`, - Risk: `High`, - Sector: `Government`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-06-11`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 595 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Cotton`, - Spread: 0.01, - Open: 61.77, - Price: 62.95, - Buy: 61.77, - Sell: 61.77, - Change: 1.19, - ChangePercent: 1.92, - Volume: 3612, - High: 62.06, - Low: 61.32, - YearlyHigh: 67.59, - YearlyLow: 54.33, - YearlyStart: 60.96, - YearlyChange: 1.31, - Settlement: `Loan`, - Contract: `Forwards`, - Region: `North America`, - Country: `Canada`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-01-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 596 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Wheat`, - Spread: 0.01, - Open: 465.5, - Price: 463.66, - Buy: 465.5, - Sell: 465.5, - Change: -1.86, - ChangePercent: -0.4, - Volume: 4318, - High: 467, - Low: 463.25, - YearlyHigh: 628.5, - YearlyLow: 449.5, - YearlyStart: 539, - YearlyChange: -13.63, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `North America`, - Country: `Canada`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `High`, - Issuer: `FedEx`, - Maturity: `2022-07-11`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 597 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `OJ Future`, - Spread: 0.01, - Open: 140.6, - Price: 140.58, - Buy: 140.18, - Sell: 140.19, - Change: 0.39, - ChangePercent: 0.28, - Volume: 7, - High: 140.19, - Low: 0, - YearlyHigh: 155.95, - YearlyLow: 113, - YearlyStart: 134.47, - YearlyChange: 4.25, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Europe`, - Country: `France`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-05-23`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 598 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `LV Cattle`, - Spread: 0.01, - Open: 120.725, - Price: 119.3, - Buy: 120.72, - Sell: 120.72, - Change: -1.41, - ChangePercent: -1.16, - Volume: 4, - High: 120.72, - Low: 120.72, - YearlyHigh: 147.98, - YearlyLow: 113.9, - YearlyStart: 130.94, - YearlyChange: -7.82, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Africa`, - Country: `Senegal`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-03-11`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 599 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Oil`, - Spread: 0.015, - Open: 45.54, - Price: 45.41, - Buy: 45.78, - Sell: 45.8, - Change: -0.38, - ChangePercent: -0.84, - Volume: 107196, - High: 45.94, - Low: 45, - YearlyHigh: 65.28, - YearlyLow: 30.79, - YearlyStart: 48.03, - YearlyChange: -4.67, - Settlement: `Cash`, - Contract: `Options`, - Region: `Africa`, - Country: `Algeria`, - Risk: `Low`, - Sector: `Government`, - Currency: `PLN`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-06-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 600 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Silver`, - Spread: 0.01, - Open: 17.43, - Price: 17.2, - Buy: 17.43, - Sell: 17.43, - Change: -0.22, - ChangePercent: -1.24, - Volume: 11720, - High: 17.51, - Low: 17.37, - YearlyHigh: 18.06, - YearlyLow: 13.73, - YearlyStart: 15.89, - YearlyChange: 9.59, - Settlement: `Loan`, - Contract: `Forwards`, - Region: `Europe`, - Country: `Germany`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-08-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 601 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Lumber`, - Spread: 0.01, - Open: 303.9, - Price: 302.41, - Buy: 304.59, - Sell: 304.6, - Change: -2.19, - ChangePercent: -0.72, - Volume: 2, - High: 304.6, - Low: 303.9, - YearlyHigh: 317.1, - YearlyLow: 236, - YearlyStart: 276.55, - YearlyChange: 10.14, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Africa`, - Country: `Tunisia`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-04-21`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 602 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `US 30YR Future`, - Spread: 0.01, - Open: 164.875, - Price: 164.49, - Buy: 164.15, - Sell: 164.16, - Change: 0.33, - ChangePercent: 0.2, - Volume: 28012, - High: 165.25, - Low: 164.04, - YearlyHigh: 169.38, - YearlyLow: 151.47, - YearlyStart: 160.43, - YearlyChange: 2.33, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Middle East`, - Country: `Saudi Arabia`, - Risk: `High`, - Sector: `Public`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-03-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 603 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soy oil`, - Spread: 0.01, - Open: 33.26, - Price: 33.74, - Buy: 33.77, - Sell: 33.78, - Change: -0.03, - ChangePercent: -0.08, - Volume: 10592, - High: 33.77, - Low: 33.06, - YearlyHigh: 35.43, - YearlyLow: 26.61, - YearlyStart: 31.02, - YearlyChange: 8.87, - Settlement: `Cash`, - Contract: `Options`, - Region: `South America`, - Country: `Chile`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-04-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 604 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Corn`, - Spread: 0.01, - Open: 379.5, - Price: 383.9, - Buy: 379.8, - Sell: 379.81, - Change: 4.1, - ChangePercent: 1.08, - Volume: 11266, - High: 381, - Low: 377.75, - YearlyHigh: 471.25, - YearlyLow: 351.25, - YearlyStart: 411.25, - YearlyChange: -7.65, - Settlement: `Credit`, - Contract: `Forwards`, - Region: `North America`, - Country: `Mexico`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-02-24`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 605 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Wheat`, - Spread: 0.01, - Open: 465.5, - Price: 467.38, - Buy: 465.5, - Sell: 465.5, - Change: 1.86, - ChangePercent: 0.4, - Volume: 4318, - High: 467, - Low: 463.25, - YearlyHigh: 628.5, - YearlyLow: 449.5, - YearlyStart: 539, - YearlyChange: -13.63, - Settlement: `Credit`, - Contract: `Forwards`, - Region: `Europe`, - Country: `Bulgaria`, - Risk: `Low`, - Sector: `Public`, - Currency: `USD`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-02-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 606 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soy Meat`, - Spread: 0.01, - Open: 342.6, - Price: 346.05, - Buy: 342.6, - Sell: 342.6, - Change: 3.43, - ChangePercent: 1, - Volume: 5646, - High: 345.4, - Low: 340.3, - YearlyHigh: 353.4, - YearlyLow: 261.7, - YearlyStart: 307.55, - YearlyChange: 11.4, - Settlement: `Cash`, - Contract: `Options`, - Region: `Africa`, - Country: `Morocco`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-05-10`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 607 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soy Meat`, - Spread: 0.01, - Open: 342.6, - Price: 343.44, - Buy: 342.6, - Sell: 342.6, - Change: 0.82, - ChangePercent: 0.24, - Volume: 5646, - High: 345.4, - Low: 340.3, - YearlyHigh: 353.4, - YearlyLow: 261.7, - YearlyStart: 307.55, - YearlyChange: 11.4, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Asia Pacific`, - Country: `China`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-07-19`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 608 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `Euro$ 3M`, - Spread: 0.01, - Open: 99.18, - Price: 97.74, - Buy: 99.18, - Sell: 99.18, - Change: -1.43, - ChangePercent: -1.44, - Volume: 29509, - High: 99.18, - Low: 99.17, - YearlyHigh: 99.38, - YearlyLow: 98.41, - YearlyStart: 98.89, - YearlyChange: 0.28, - Settlement: `Credit`, - Contract: `Options`, - Region: `South America`, - Country: `Colombia`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-05-19`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 609 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `US 30YR Future`, - Spread: 0.01, - Open: 164.875, - Price: 165.87, - Buy: 164.15, - Sell: 164.16, - Change: 1.71, - ChangePercent: 1.04, - Volume: 28012, - High: 165.25, - Low: 164.04, - YearlyHigh: 169.38, - YearlyLow: 151.47, - YearlyStart: 160.43, - YearlyChange: 2.33, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Asia Pacific`, - Country: `Malaysia`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `FedEx`, - Maturity: `2022-05-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 610 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Palladium`, - Spread: 0.01, - Open: 600.55, - Price: 590.42, - Buy: 601, - Sell: 601.01, - Change: -10.58, - ChangePercent: -1.76, - Volume: 651, - High: 607.2, - Low: 598.4, - YearlyHigh: 690, - YearlyLow: 458.6, - YearlyStart: 574.3, - YearlyChange: 4.65, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Middle East`, - Country: `Jordan`, - Risk: `High`, - Sector: `Private`, - Currency: `PLN`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-07-11`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 611 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Oil`, - Spread: 0.015, - Open: 45.54, - Price: 46.47, - Buy: 45.78, - Sell: 45.8, - Change: 0.68, - ChangePercent: 1.48, - Volume: 107196, - High: 45.94, - Low: 45, - YearlyHigh: 65.28, - YearlyLow: 30.79, - YearlyStart: 48.03, - YearlyChange: -4.67, - Settlement: `Cash`, - Contract: `Options`, - Region: `Middle East`, - Country: `Saudi Arabia`, - Risk: `Low`, - Sector: `Public`, - Currency: `USD`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-01-27`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 612 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Lumber`, - Spread: 0.01, - Open: 303.9, - Price: 300.7, - Buy: 304.59, - Sell: 304.6, - Change: -3.9, - ChangePercent: -1.28, - Volume: 2, - High: 304.6, - Low: 303.9, - YearlyHigh: 317.1, - YearlyLow: 236, - YearlyStart: 276.55, - YearlyChange: 10.14, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Middle East`, - Country: `Qatar`, - Risk: `High`, - Sector: `Government`, - Currency: `USD`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-05-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 613 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `DOW Future`, - Spread: 0.01, - Open: 17711, - Price: 17584.62, - Buy: 17712.15, - Sell: 17712.16, - Change: -127.53, - ChangePercent: -0.72, - Volume: 22236, - High: 17727, - Low: 17642, - YearlyHigh: 18083, - YearlyLow: 15299, - YearlyStart: 16691, - YearlyChange: 6.12, - Settlement: `Credit`, - Contract: `Options`, - Region: `South America`, - Country: `Peru`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-07-10`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 614 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Milk`, - Spread: 0.01, - Open: 12.87, - Price: 12.75, - Buy: 12.87, - Sell: 12.87, - Change: -0.11, - ChangePercent: -0.88, - Volume: 7, - High: 12.89, - Low: 12.81, - YearlyHigh: 16.96, - YearlyLow: 12.81, - YearlyStart: 14.88, - YearlyChange: -13.6, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Europe`, - Country: `Ireland`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-02-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 615 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `DOW Future`, - Spread: 0.01, - Open: 17711, - Price: 17733.41, - Buy: 17712.15, - Sell: 17712.16, - Change: 21.26, - ChangePercent: 0.12, - Volume: 22236, - High: 17727, - Low: 17642, - YearlyHigh: 18083, - YearlyLow: 15299, - YearlyStart: 16691, - YearlyChange: 6.12, - Settlement: `Cash`, - Contract: `Options`, - Region: `Middle East`, - Country: `Iraq`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-04-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 616 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Corn`, - Spread: 0.01, - Open: 379.5, - Price: 376.16, - Buy: 379.8, - Sell: 379.81, - Change: -3.64, - ChangePercent: -0.96, - Volume: 11266, - High: 381, - Low: 377.75, - YearlyHigh: 471.25, - YearlyLow: 351.25, - YearlyStart: 411.25, - YearlyChange: -7.65, - Settlement: `Credit`, - Contract: `Swap`, - Region: `North America`, - Country: `Canada`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-05-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 617 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P Future`, - Spread: 0.01, - Open: 2057.5, - Price: 2068.12, - Buy: 2056.6, - Sell: 2056.61, - Change: 11.52, - ChangePercent: 0.56, - Volume: 142780, - High: 2059.5, - Low: 2049, - YearlyHigh: 2105.5, - YearlyLow: 1794.5, - YearlyStart: 1950, - YearlyChange: 5.47, - Settlement: `Loan`, - Contract: `CFD`, - Region: `Asia Pacific`, - Country: `Korea`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-09-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 618 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `OJ Future`, - Spread: 0.01, - Open: 140.6, - Price: 141.03, - Buy: 140.18, - Sell: 140.19, - Change: 0.84, - ChangePercent: 0.6, - Volume: 7, - High: 140.19, - Low: 0, - YearlyHigh: 155.95, - YearlyLow: 113, - YearlyStart: 134.47, - YearlyChange: 4.25, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Asia Pacific`, - Country: `Taiwan`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `FedEx`, - Maturity: `2022-04-27`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 619 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Coal`, - Spread: 0.015, - Open: 0.4363, - Price: 0.42, - Buy: 0.44, - Sell: 0.44, - Change: 0, - ChangePercent: 1.4, - Volume: 3, - High: 0.44, - Low: 0.44, - YearlyHigh: 0.48, - YearlyLow: 0.4, - YearlyStart: 0.44, - YearlyChange: -5.33, - Settlement: `Cash`, - Contract: `Swap`, - Region: `North America`, - Country: `United States`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-05-27`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 620 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `OJ Future`, - Spread: 0.01, - Open: 140.6, - Price: 139.46, - Buy: 140.18, - Sell: 140.19, - Change: -0.73, - ChangePercent: -0.52, - Volume: 7, - High: 140.19, - Low: 0, - YearlyHigh: 155.95, - YearlyLow: 113, - YearlyStart: 134.47, - YearlyChange: 4.25, - Settlement: `Loan`, - Contract: `Forwards`, - Region: `North America`, - Country: `United States`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-01-21`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 621 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Coffee`, - Spread: 0.01, - Open: 125.7, - Price: 125.59, - Buy: 125.7, - Sell: 125.7, - Change: -0.1, - ChangePercent: -0.08, - Volume: 1654, - High: 125.8, - Low: 125, - YearlyHigh: 155.75, - YearlyLow: 115.35, - YearlyStart: 135.55, - YearlyChange: -7.27, - Settlement: `Loan`, - Contract: `Futures`, - Region: `Asia Pacific`, - Country: `New Zealand`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-04-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 622 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Corn`, - Spread: 0.01, - Open: 379.5, - Price: 376.16, - Buy: 379.8, - Sell: 379.81, - Change: -3.64, - ChangePercent: -0.96, - Volume: 11266, - High: 381, - Low: 377.75, - YearlyHigh: 471.25, - YearlyLow: 351.25, - YearlyStart: 411.25, - YearlyChange: -7.65, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Middle East`, - Country: `Saudi Arabia`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-09-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 623 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `US 10YR Future`, - Spread: 0.01, - Open: 130.5625, - Price: 131.57, - Buy: 130.56, - Sell: 130.56, - Change: 0.99, - ChangePercent: 0.76, - Volume: 189310, - High: 130.63, - Low: 130.44, - YearlyHigh: 132.64, - YearlyLow: 125.48, - YearlyStart: 129.06, - YearlyChange: 1.18, - Settlement: `Cash`, - Contract: `Options`, - Region: `Africa`, - Country: `Algeria`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-06-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 624 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soybean`, - Spread: 0.01, - Open: 1038, - Price: 1019.51, - Buy: 1038.61, - Sell: 1038.62, - Change: -19.11, - ChangePercent: -1.84, - Volume: 20356, - High: 1044, - Low: 1031.75, - YearlyHigh: 1057, - YearlyLow: 859.5, - YearlyStart: 958.25, - YearlyChange: 8.39, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Africa`, - Country: `Ethiopia`, - Risk: `Low`, - Sector: `Government`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `American Airlines`, - Maturity: `2022-08-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 625 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Diesel`, - Spread: 0.015, - Open: 1.3474, - Price: 1.34, - Buy: 1.35, - Sell: 1.35, - Change: -0.02, - ChangePercent: -0.96, - Volume: 2971, - High: 1.36, - Low: 1.34, - YearlyHigh: 2.11, - YearlyLow: 0.92, - YearlyStart: 1.51, - YearlyChange: -10.4, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Europe`, - Country: `United Kingdom`, - Risk: `High`, - Sector: `Private`, - Currency: `PLN`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-08-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 626 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Cocoa`, - Spread: 0.01, - Open: 3076, - Price: 3124.02, - Buy: 3076, - Sell: 3076, - Change: 47.99, - ChangePercent: 1.56, - Volume: 978, - High: 3078, - Low: 3066, - YearlyHigh: 3406, - YearlyLow: 2746, - YearlyStart: 3076, - YearlyChange: 0, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Middle East`, - Country: `Qatar`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `FedEx`, - Maturity: `2022-04-22`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 627 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Oil`, - Spread: 0.015, - Open: 45.54, - Price: 45.02, - Buy: 45.78, - Sell: 45.8, - Change: -0.77, - ChangePercent: -1.68, - Volume: 107196, - High: 45.94, - Low: 45, - YearlyHigh: 65.28, - YearlyLow: 30.79, - YearlyStart: 48.03, - YearlyChange: -4.67, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Africa`, - Country: `Tunisia`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `American Airlines`, - Maturity: `2022-03-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 628 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Coal`, - Spread: 0.015, - Open: 0.4363, - Price: 0.42, - Buy: 0.44, - Sell: 0.44, - Change: 0, - ChangePercent: 0.72, - Volume: 3, - High: 0.44, - Low: 0.44, - YearlyHigh: 0.48, - YearlyLow: 0.4, - YearlyStart: 0.44, - YearlyChange: -5.33, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `South America`, - Country: `Argentina`, - Risk: `High`, - Sector: `Public`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-03-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 629 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `GBP/USD`, - Spread: 0.02, - Open: 1.4464, - Price: 1.2, - Buy: 1.18, - Sell: 1.2, - Change: 0.01, - ChangePercent: 0.72, - Volume: 29450, - High: 1.45, - Low: 1.19, - YearlyHigh: 1.59, - YearlyLow: 1.19, - YearlyStart: 1.49, - YearlyChange: -19.59, - Settlement: `Credit`, - Contract: `CFD`, - Region: `South America`, - Country: `Brazil`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-03-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 630 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Gold`, - Spread: 0.01, - Open: 1281.1, - Price: 1256.65, - Buy: 1280.73, - Sell: 1280.74, - Change: -24.08, - ChangePercent: -1.88, - Volume: 48387, - High: 1289.5, - Low: 1279.1, - YearlyHigh: 1306, - YearlyLow: 1047.2, - YearlyStart: 1176.6, - YearlyChange: 8.85, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Africa`, - Country: `Ethiopia`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-03-21`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 631 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/CAD`, - Spread: 0.02, - Open: 0.7744, - Price: 0.97, - Buy: 0.94, - Sell: 0.96, - Change: 0.02, - ChangePercent: 1.32, - Volume: 13669, - High: 0.95, - Low: 0.77, - YearlyHigh: 0.95, - YearlyLow: 0.68, - YearlyStart: 0.76, - YearlyChange: 26.43, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Asia Pacific`, - Country: `Malaysia`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `Poor`, - Issuer: `American Airlines`, - Maturity: `2022-09-24`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 632 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Natural Gas`, - Spread: 0.02, - Open: 2.094, - Price: 2.09, - Buy: 2.09, - Sell: 2.09, - Change: -0.01, - ChangePercent: -0.6, - Volume: 2783, - High: 2.11, - Low: 2.09, - YearlyHigh: 3.2, - YearlyLow: 1.84, - YearlyStart: 2.52, - YearlyChange: -16.51, - Settlement: `Cash`, - Contract: `CFD`, - Region: `Europe`, - Country: `Sweden`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-03-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 633 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Lumber`, - Spread: 0.01, - Open: 303.9, - Price: 302.89, - Buy: 304.59, - Sell: 304.6, - Change: -1.71, - ChangePercent: -0.56, - Volume: 2, - High: 304.6, - Low: 303.9, - YearlyHigh: 317.1, - YearlyLow: 236, - YearlyStart: 276.55, - YearlyChange: 10.14, - Settlement: `Loan`, - Contract: `Futures`, - Region: `Asia Pacific`, - Country: `Australia`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-08-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 634 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Lumber`, - Spread: 0.01, - Open: 303.9, - Price: 307.89, - Buy: 304.59, - Sell: 304.6, - Change: 3.29, - ChangePercent: 1.08, - Volume: 2, - High: 304.6, - Low: 303.9, - YearlyHigh: 317.1, - YearlyLow: 236, - YearlyStart: 276.55, - YearlyChange: 10.14, - Settlement: `Credit`, - Contract: `Forwards`, - Region: `Middle East`, - Country: `UAE`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-06-11`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 635 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Silver`, - Spread: 0.01, - Open: 17.43, - Price: 17.17, - Buy: 17.43, - Sell: 17.43, - Change: -0.25, - ChangePercent: -1.44, - Volume: 11720, - High: 17.51, - Low: 17.37, - YearlyHigh: 18.06, - YearlyLow: 13.73, - YearlyStart: 15.89, - YearlyChange: 9.59, - Settlement: `Cash`, - Contract: `Options`, - Region: `Europe`, - Country: `Switzerland`, - Risk: `High`, - Sector: `Government`, - Currency: `PLN`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-03-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 636 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `GBP/USD`, - Spread: 0.02, - Open: 1.4464, - Price: 1.2, - Buy: 1.18, - Sell: 1.2, - Change: 0.01, - ChangePercent: 0.32, - Volume: 29450, - High: 1.45, - Low: 1.19, - YearlyHigh: 1.59, - YearlyLow: 1.19, - YearlyStart: 1.49, - YearlyChange: -19.59, - Settlement: `Credit`, - Contract: `Futures`, - Region: `Asia Pacific`, - Country: `Indonesia`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `High`, - Issuer: `FedEx`, - Maturity: `2022-07-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 637 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Oil`, - Spread: 0.015, - Open: 45.54, - Price: 46.41, - Buy: 45.78, - Sell: 45.8, - Change: 0.62, - ChangePercent: 1.36, - Volume: 107196, - High: 45.94, - Low: 45, - YearlyHigh: 65.28, - YearlyLow: 30.79, - YearlyStart: 48.03, - YearlyChange: -4.67, - Settlement: `Credit`, - Contract: `Forwards`, - Region: `Africa`, - Country: `South Africa`, - Risk: `Low`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-03-22`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 638 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `Lean Hogs`, - Spread: 0.01, - Open: 81.275, - Price: 81.91, - Buy: 81.81, - Sell: 81.82, - Change: 0.1, - ChangePercent: 0.12, - Volume: 1, - High: 81.81, - Low: 81.28, - YearlyHigh: 83.98, - YearlyLow: 70.25, - YearlyStart: 77.11, - YearlyChange: 6.09, - Settlement: `Credit`, - Contract: `CFD`, - Region: `Middle East`, - Country: `Syria`, - Risk: `Low`, - Sector: `Public`, - Currency: `PLN`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-08-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 639 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `US 30YR Future`, - Spread: 0.01, - Open: 164.875, - Price: 164.16, - Buy: 164.15, - Sell: 164.16, - Change: 0, - ChangePercent: 0, - Volume: 28012, - High: 165.25, - Low: 164.04, - YearlyHigh: 169.38, - YearlyLow: 151.47, - YearlyStart: 160.43, - YearlyChange: 2.33, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Europe`, - Country: `Spain`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-03-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 640 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P 600 MINI`, - Spread: 0.01, - Open: 687.9, - Price: 690.91, - Buy: 687.9, - Sell: 687.9, - Change: 3.03, - ChangePercent: 0.44, - Volume: 0, - High: 0, - Low: 0, - YearlyHigh: 620.32, - YearlyLow: 595.9, - YearlyStart: 608.11, - YearlyChange: 13.12, - Settlement: `Credit`, - Contract: `Futures`, - Region: `Middle East`, - Country: `Oman`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-03-24`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 641 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `DOW Future`, - Spread: 0.01, - Open: 17711, - Price: 17924.7, - Buy: 17712.15, - Sell: 17712.16, - Change: 212.55, - ChangePercent: 1.2, - Volume: 22236, - High: 17727, - Low: 17642, - YearlyHigh: 18083, - YearlyLow: 15299, - YearlyStart: 16691, - YearlyChange: 6.12, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Middle East`, - Country: `Syria`, - Risk: `High`, - Sector: `Private`, - Currency: `PLN`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-02-24`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 642 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/CHF`, - Spread: 0.02, - Open: 1.0337, - Price: 1.04, - Buy: 1.03, - Sell: 1.03, - Change: 0, - ChangePercent: -0.36, - Volume: 5550, - High: 1.03, - Low: 1.03, - YearlyHigh: 1.11, - YearlyLow: 0.98, - YearlyStart: 1.04, - YearlyChange: -0.12, - Settlement: `Cash`, - Contract: `Options`, - Region: `Middle East`, - Country: `Oman`, - Risk: `Low`, - Sector: `Public`, - Currency: `USD`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-08-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 643 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `OJ Future`, - Spread: 0.01, - Open: 140.6, - Price: 141.65, - Buy: 140.18, - Sell: 140.19, - Change: 1.46, - ChangePercent: 1.04, - Volume: 7, - High: 140.19, - Low: 0, - YearlyHigh: 155.95, - YearlyLow: 113, - YearlyStart: 134.47, - YearlyChange: 4.25, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Africa`, - Country: `Senegal`, - Risk: `High`, - Sector: `Private`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-06-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 644 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P MID MINI`, - Spread: 0.01, - Open: 1454.3, - Price: 1473.25, - Buy: 1455.78, - Sell: 1455.79, - Change: 17.47, - ChangePercent: 1.2, - Volume: 338, - High: 1455.78, - Low: 1448, - YearlyHigh: 1527.3, - YearlyLow: 1236, - YearlyStart: 1381.65, - YearlyChange: 5.37, - Settlement: `Loan`, - Contract: `Options`, - Region: `Asia Pacific`, - Country: `China`, - Risk: `High`, - Sector: `Government`, - Currency: `PLN`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-03-11`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 645 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `Euro$ 3M`, - Spread: 0.01, - Open: 99.18, - Price: 98.06, - Buy: 99.18, - Sell: 99.18, - Change: -1.11, - ChangePercent: -1.12, - Volume: 29509, - High: 99.18, - Low: 99.17, - YearlyHigh: 99.38, - YearlyLow: 98.41, - YearlyStart: 98.89, - YearlyChange: 0.28, - Settlement: `Cash`, - Contract: `Options`, - Region: `Asia Pacific`, - Country: `Azerbaijan`, - Risk: `Low`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-05-21`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 646 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Uranium`, - Spread: 0.02, - Open: 27.55, - Price: 27.72, - Buy: 27.55, - Sell: 27.55, - Change: 0.14, - ChangePercent: 0.52, - Volume: 12, - High: 27.55, - Low: 27.55, - YearlyHigh: 29.32, - YearlyLow: 21.28, - YearlyStart: 25.3, - YearlyChange: 9.01, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Asia Pacific`, - Country: `Indonesia`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-05-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 647 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/CAD`, - Spread: 0.02, - Open: 0.7744, - Price: 0.97, - Buy: 0.94, - Sell: 0.96, - Change: 0.02, - ChangePercent: 1.96, - Volume: 13669, - High: 0.95, - Low: 0.77, - YearlyHigh: 0.95, - YearlyLow: 0.68, - YearlyStart: 0.76, - YearlyChange: 26.43, - Settlement: `Loan`, - Contract: `CFD`, - Region: `Europe`, - Country: `Slovakia`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-03-16`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 648 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Ethanol`, - Spread: 0.01, - Open: 1.512, - Price: 2.77, - Buy: 2.75, - Sell: 2.76, - Change: 0.02, - ChangePercent: 0.64, - Volume: 14, - High: 2.75, - Low: 1.12, - YearlyHigh: 2.75, - YearlyLow: 1.12, - YearlyStart: 1.48, - YearlyChange: 86.7, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Africa`, - Country: `Senegal`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-03-22`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 649 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Diesel`, - Spread: 0.015, - Open: 1.3474, - Price: 1.34, - Buy: 1.35, - Sell: 1.35, - Change: -0.02, - ChangePercent: -1.08, - Volume: 2971, - High: 1.36, - Low: 1.34, - YearlyHigh: 2.11, - YearlyLow: 0.92, - YearlyStart: 1.51, - YearlyChange: -10.4, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Middle East`, - Country: `Qatar`, - Risk: `High`, - Sector: `Public`, - Currency: `USD`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-09-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 650 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P MID MINI`, - Spread: 0.01, - Open: 1454.3, - Price: 1460.44, - Buy: 1455.78, - Sell: 1455.79, - Change: 4.66, - ChangePercent: 0.32, - Volume: 338, - High: 1455.78, - Low: 1448, - YearlyHigh: 1527.3, - YearlyLow: 1236, - YearlyStart: 1381.65, - YearlyChange: 5.37, - Settlement: `Cash`, - Contract: `CFD`, - Region: `Asia Pacific`, - Country: `China`, - Risk: `High`, - Sector: `Private`, - Currency: `PLN`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-08-21`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 651 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Oats`, - Spread: 0.01, - Open: 194.5, - Price: 195.07, - Buy: 194.21, - Sell: 194.22, - Change: 0.85, - ChangePercent: 0.44, - Volume: 64, - High: 195.75, - Low: 194, - YearlyHigh: 241.25, - YearlyLow: 183.75, - YearlyStart: 212.5, - YearlyChange: -8.6, - Settlement: `Cash`, - Contract: `Options`, - Region: `Asia Pacific`, - Country: `Hong Kong`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-01-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 652 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Palladium`, - Spread: 0.01, - Open: 600.55, - Price: 608.45, - Buy: 601, - Sell: 601.01, - Change: 7.45, - ChangePercent: 1.24, - Volume: 651, - High: 607.2, - Low: 598.4, - YearlyHigh: 690, - YearlyLow: 458.6, - YearlyStart: 574.3, - YearlyChange: 4.65, - Settlement: `Loan`, - Contract: `Futures`, - Region: `Asia Pacific`, - Country: `Japan`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `High`, - Issuer: `American Airlines`, - Maturity: `2022-02-16`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 653 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Natural Gas`, - Spread: 0.02, - Open: 2.094, - Price: 2.09, - Buy: 2.09, - Sell: 2.09, - Change: -0.01, - ChangePercent: -0.84, - Volume: 2783, - High: 2.11, - Low: 2.09, - YearlyHigh: 3.2, - YearlyLow: 1.84, - YearlyStart: 2.52, - YearlyChange: -16.51, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Africa`, - Country: `Senegal`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `FedEx`, - Maturity: `2022-01-24`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 654 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Ethanol`, - Spread: 0.01, - Open: 1.512, - Price: 2.75, - Buy: 2.75, - Sell: 2.76, - Change: 0, - ChangePercent: -0.28, - Volume: 14, - High: 2.75, - Low: 1.12, - YearlyHigh: 2.75, - YearlyLow: 1.12, - YearlyStart: 1.48, - YearlyChange: 86.7, - Settlement: `Credit`, - Contract: `Options`, - Region: `South America`, - Country: `Brazil`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-05-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 655 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `NAS Future`, - Spread: 0.01, - Open: 4341.25, - Price: 4285.71, - Buy: 4341.25, - Sell: 4341.25, - Change: -55.57, - ChangePercent: -1.28, - Volume: 18259, - High: 4347, - Low: 4318, - YearlyHigh: 4719.75, - YearlyLow: 3867.75, - YearlyStart: 4293.75, - YearlyChange: 1.11, - Settlement: `Credit`, - Contract: `Forwards`, - Region: `Africa`, - Country: `Libya`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-08-27`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 656 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Coffee`, - Spread: 0.01, - Open: 125.7, - Price: 123.83, - Buy: 125.7, - Sell: 125.7, - Change: -1.86, - ChangePercent: -1.48, - Volume: 1654, - High: 125.8, - Low: 125, - YearlyHigh: 155.75, - YearlyLow: 115.35, - YearlyStart: 135.55, - YearlyChange: -7.27, - Settlement: `Loan`, - Contract: `Forwards`, - Region: `Asia Pacific`, - Country: `Japan`, - Risk: `High`, - Sector: `Private`, - Currency: `PLN`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-04-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 657 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Platinum`, - Spread: 0.01, - Open: 1071.6, - Price: 1051.82, - Buy: 1071.09, - Sell: 1071.1, - Change: -19.28, - ChangePercent: -1.8, - Volume: 3039, - High: 1081.2, - Low: 1070.5, - YearlyHigh: 1120.6, - YearlyLow: 812.4, - YearlyStart: 966.5, - YearlyChange: 10.82, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Africa`, - Country: `Tunisia`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `High`, - Issuer: `American Airlines`, - Maturity: `2022-03-16`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 658 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soy Meat`, - Spread: 0.01, - Open: 342.6, - Price: 339.74, - Buy: 342.6, - Sell: 342.6, - Change: -2.88, - ChangePercent: -0.84, - Volume: 5646, - High: 345.4, - Low: 340.3, - YearlyHigh: 353.4, - YearlyLow: 261.7, - YearlyStart: 307.55, - YearlyChange: 11.4, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Africa`, - Country: `South Africa`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `High`, - Issuer: `American Airlines`, - Maturity: `2022-04-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 659 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `US 10YR Future`, - Spread: 0.01, - Open: 130.5625, - Price: 128.08, - Buy: 130.56, - Sell: 130.56, - Change: -2.5, - ChangePercent: -1.92, - Volume: 189310, - High: 130.63, - Low: 130.44, - YearlyHigh: 132.64, - YearlyLow: 125.48, - YearlyStart: 129.06, - YearlyChange: 1.18, - Settlement: `Cash`, - Contract: `CFD`, - Region: `Asia Pacific`, - Country: `Indonesia`, - Risk: `Low`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-06-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 660 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Cotton`, - Spread: 0.01, - Open: 61.77, - Price: 62.77, - Buy: 61.77, - Sell: 61.77, - Change: 1.01, - ChangePercent: 1.64, - Volume: 3612, - High: 62.06, - Low: 61.32, - YearlyHigh: 67.59, - YearlyLow: 54.33, - YearlyStart: 60.96, - YearlyChange: 1.31, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Middle East`, - Country: `Qatar`, - Risk: `Low`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-05-22`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 661 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `NAS Future`, - Spread: 0.01, - Open: 4341.25, - Price: 4372.54, - Buy: 4341.25, - Sell: 4341.25, - Change: 31.26, - ChangePercent: 0.72, - Volume: 18259, - High: 4347, - Low: 4318, - YearlyHigh: 4719.75, - YearlyLow: 3867.75, - YearlyStart: 4293.75, - YearlyChange: 1.11, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Africa`, - Country: `Egypt`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-02-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 662 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Gold`, - Spread: 0.01, - Open: 1281.1, - Price: 1303.78, - Buy: 1280.73, - Sell: 1280.74, - Change: 23.05, - ChangePercent: 1.8, - Volume: 48387, - High: 1289.5, - Low: 1279.1, - YearlyHigh: 1306, - YearlyLow: 1047.2, - YearlyStart: 1176.6, - YearlyChange: 8.85, - Settlement: `Credit`, - Contract: `Futures`, - Region: `Africa`, - Country: `Morocco`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `High`, - Issuer: `FedEx`, - Maturity: `2022-06-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 663 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Wheat`, - Spread: 0.01, - Open: 465.5, - Price: 466.26, - Buy: 465.5, - Sell: 465.5, - Change: 0.74, - ChangePercent: 0.16, - Volume: 4318, - High: 467, - Low: 463.25, - YearlyHigh: 628.5, - YearlyLow: 449.5, - YearlyStart: 539, - YearlyChange: -13.63, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `South America`, - Country: `Guyana`, - Risk: `Low`, - Sector: `Public`, - Currency: `PLN`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-09-19`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 664 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Cocoa`, - Spread: 0.01, - Open: 3076, - Price: 3082.18, - Buy: 3076, - Sell: 3076, - Change: 6.15, - ChangePercent: 0.2, - Volume: 978, - High: 3078, - Low: 3066, - YearlyHigh: 3406, - YearlyLow: 2746, - YearlyStart: 3076, - YearlyChange: 0, - Settlement: `Cash`, - Contract: `Options`, - Region: `Africa`, - Country: `South Africa`, - Risk: `High`, - Sector: `Private`, - Currency: `PLN`, - Security: `High`, - Issuer: `FedEx`, - Maturity: `2022-06-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 665 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Oil`, - Spread: 0.015, - Open: 45.54, - Price: 46.12, - Buy: 45.78, - Sell: 45.8, - Change: 0.33, - ChangePercent: 0.72, - Volume: 107196, - High: 45.94, - Low: 45, - YearlyHigh: 65.28, - YearlyLow: 30.79, - YearlyStart: 48.03, - YearlyChange: -4.67, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Africa`, - Country: `Senegal`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-02-23`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 666 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `DOW Future`, - Spread: 0.01, - Open: 17711, - Price: 17995.55, - Buy: 17712.15, - Sell: 17712.16, - Change: 283.4, - ChangePercent: 1.6, - Volume: 22236, - High: 17727, - Low: 17642, - YearlyHigh: 18083, - YearlyLow: 15299, - YearlyStart: 16691, - YearlyChange: 6.12, - Settlement: `Credit`, - Contract: `Futures`, - Region: `Europe`, - Country: `Romania`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-06-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 667 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Corn`, - Spread: 0.01, - Open: 379.5, - Price: 384.82, - Buy: 379.8, - Sell: 379.81, - Change: 5.02, - ChangePercent: 1.32, - Volume: 11266, - High: 381, - Low: 377.75, - YearlyHigh: 471.25, - YearlyLow: 351.25, - YearlyStart: 411.25, - YearlyChange: -7.65, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Europe`, - Country: `Romania`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-04-16`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 668 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `FD Cattle`, - Spread: 0.01, - Open: 147.175, - Price: 148.78, - Buy: 148.6, - Sell: 148.61, - Change: 0.17, - ChangePercent: 0.12, - Volume: 5, - High: 148.61, - Low: 147.18, - YearlyHigh: 190, - YearlyLow: 138.1, - YearlyStart: 164.05, - YearlyChange: -9.41, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Asia Pacific`, - Country: `Korea`, - Risk: `Low`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-07-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 669 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `LV Cattle`, - Spread: 0.01, - Open: 120.725, - Price: 121.43, - Buy: 120.72, - Sell: 120.72, - Change: 0.73, - ChangePercent: 0.6, - Volume: 4, - High: 120.72, - Low: 120.72, - YearlyHigh: 147.98, - YearlyLow: 113.9, - YearlyStart: 130.94, - YearlyChange: -7.82, - Settlement: `Cash`, - Contract: `Options`, - Region: `Europe`, - Country: `Italy`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-03-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 670 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Palladium`, - Spread: 0.01, - Open: 600.55, - Price: 610.14, - Buy: 601, - Sell: 601.01, - Change: 9.14, - ChangePercent: 1.52, - Volume: 651, - High: 607.2, - Low: 598.4, - YearlyHigh: 690, - YearlyLow: 458.6, - YearlyStart: 574.3, - YearlyChange: 4.65, - Settlement: `Loan`, - Contract: `Forwards`, - Region: `North America`, - Country: `Mexico`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-05-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 671 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `AUD/USD`, - Spread: 0.02, - Open: 0.7344, - Price: 0.76, - Buy: 0.73, - Sell: 0.73, - Change: 0.02, - ChangePercent: 1.8, - Volume: 36764, - High: 0.74, - Low: 0.73, - YearlyHigh: 0.79, - YearlyLow: 0.68, - YearlyStart: 0.73, - YearlyChange: 1.28, - Settlement: `Credit`, - Contract: `Futures`, - Region: `Africa`, - Country: `Libya`, - Risk: `High`, - Sector: `Public`, - Currency: `USD`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-02-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 672 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `AUD/USD`, - Spread: 0.02, - Open: 0.7344, - Price: 0.76, - Buy: 0.73, - Sell: 0.73, - Change: 0.02, - ChangePercent: 1.88, - Volume: 36764, - High: 0.74, - Low: 0.73, - YearlyHigh: 0.79, - YearlyLow: 0.68, - YearlyStart: 0.73, - YearlyChange: 1.28, - Settlement: `Loan`, - Contract: `Futures`, - Region: `Africa`, - Country: `Cameroon`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `High`, - Issuer: `FedEx`, - Maturity: `2022-06-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 673 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Silver`, - Spread: 0.01, - Open: 17.43, - Price: 17.58, - Buy: 17.43, - Sell: 17.43, - Change: 0.16, - ChangePercent: 0.92, - Volume: 11720, - High: 17.51, - Low: 17.37, - YearlyHigh: 18.06, - YearlyLow: 13.73, - YearlyStart: 15.89, - YearlyChange: 9.59, - Settlement: `Loan`, - Contract: `Futures`, - Region: `Europe`, - Country: `Germany`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-02-27`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 674 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soy oil`, - Spread: 0.01, - Open: 33.26, - Price: 33.7, - Buy: 33.77, - Sell: 33.78, - Change: -0.07, - ChangePercent: -0.2, - Volume: 10592, - High: 33.77, - Low: 33.06, - YearlyHigh: 35.43, - YearlyLow: 26.61, - YearlyStart: 31.02, - YearlyChange: 8.87, - Settlement: `Loan`, - Contract: `Futures`, - Region: `Africa`, - Country: `Cameroon`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-05-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 675 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Corn`, - Spread: 0.01, - Open: 379.5, - Price: 377.52, - Buy: 379.8, - Sell: 379.81, - Change: -2.28, - ChangePercent: -0.6, - Volume: 11266, - High: 381, - Low: 377.75, - YearlyHigh: 471.25, - YearlyLow: 351.25, - YearlyStart: 411.25, - YearlyChange: -7.65, - Settlement: `Loan`, - Contract: `Forwards`, - Region: `Middle East`, - Country: `Iraq`, - Risk: `Low`, - Sector: `Public`, - Currency: `USD`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-03-10`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 676 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `US 2Y Future`, - Spread: 0.01, - Open: 109.3984, - Price: 110.18, - Buy: 109.4, - Sell: 109.4, - Change: 0.79, - ChangePercent: 0.72, - Volume: 17742, - High: 109.41, - Low: 109.38, - YearlyHigh: 109.8, - YearlyLow: 108.62, - YearlyStart: 109.21, - YearlyChange: 0.16, - Settlement: `Cash`, - Contract: `Options`, - Region: `Middle East`, - Country: `Iraq`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-05-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 677 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/JPY`, - Spread: 0.02, - Open: 9275.5, - Price: 9336.71, - Buy: 9277.32, - Sell: 9277.34, - Change: 59.38, - ChangePercent: 0.64, - Volume: 47734, - High: 9277.33, - Low: 0.93, - YearlyHigh: 9483, - YearlyLow: 0.93, - YearlyStart: 4741.97, - YearlyChange: 95.64, - Settlement: `Credit`, - Contract: `Options`, - Region: `Europe`, - Country: `Czechia`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-08-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 678 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soy Meat`, - Spread: 0.01, - Open: 342.6, - Price: 348.65, - Buy: 342.6, - Sell: 342.6, - Change: 6.03, - ChangePercent: 1.76, - Volume: 5646, - High: 345.4, - Low: 340.3, - YearlyHigh: 353.4, - YearlyLow: 261.7, - YearlyStart: 307.55, - YearlyChange: 11.4, - Settlement: `Credit`, - Contract: `Futures`, - Region: `Middle East`, - Country: `Iraq`, - Risk: `Low`, - Sector: `Government`, - Currency: `USD`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-02-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 679 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `US 30YR Future`, - Spread: 0.01, - Open: 164.875, - Price: 164.75, - Buy: 164.15, - Sell: 164.16, - Change: 0.59, - ChangePercent: 0.36, - Volume: 28012, - High: 165.25, - Low: 164.04, - YearlyHigh: 169.38, - YearlyLow: 151.47, - YearlyStart: 160.43, - YearlyChange: 2.33, - Settlement: `Credit`, - Contract: `CFD`, - Region: `Asia Pacific`, - Country: `Japan`, - Risk: `Low`, - Sector: `Public`, - Currency: `PLN`, - Security: `High`, - Issuer: `FedEx`, - Maturity: `2022-08-21`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 680 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `LV Cattle`, - Spread: 0.01, - Open: 120.725, - Price: 123.02, - Buy: 120.72, - Sell: 120.72, - Change: 2.31, - ChangePercent: 1.92, - Volume: 4, - High: 120.72, - Low: 120.72, - YearlyHigh: 147.98, - YearlyLow: 113.9, - YearlyStart: 130.94, - YearlyChange: -7.82, - Settlement: `Loan`, - Contract: `Futures`, - Region: `Europe`, - Country: `Hungary`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-07-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 681 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P 600 MINI`, - Spread: 0.01, - Open: 687.9, - Price: 679.08, - Buy: 687.9, - Sell: 687.9, - Change: -8.8, - ChangePercent: -1.28, - Volume: 0, - High: 0, - Low: 0, - YearlyHigh: 620.32, - YearlyLow: 595.9, - YearlyStart: 608.11, - YearlyChange: 13.12, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Middle East`, - Country: `Lebanon`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-07-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 682 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P Future`, - Spread: 0.01, - Open: 2057.5, - Price: 2031.1, - Buy: 2056.6, - Sell: 2056.61, - Change: -25.5, - ChangePercent: -1.24, - Volume: 142780, - High: 2059.5, - Low: 2049, - YearlyHigh: 2105.5, - YearlyLow: 1794.5, - YearlyStart: 1950, - YearlyChange: 5.47, - Settlement: `Loan`, - Contract: `Options`, - Region: `Middle East`, - Country: `Saudi Arabia`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-02-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 683 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Silver`, - Spread: 0.01, - Open: 17.43, - Price: 17.17, - Buy: 17.43, - Sell: 17.43, - Change: -0.25, - ChangePercent: -1.44, - Volume: 11720, - High: 17.51, - Low: 17.37, - YearlyHigh: 18.06, - YearlyLow: 13.73, - YearlyStart: 15.89, - YearlyChange: 9.59, - Settlement: `Loan`, - Contract: `Options`, - Region: `North America`, - Country: `United States`, - Risk: `High`, - Sector: `Private`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-01-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 684 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `AUD/USD`, - Spread: 0.02, - Open: 0.7344, - Price: 0.76, - Buy: 0.73, - Sell: 0.73, - Change: 0.02, - ChangePercent: 1.68, - Volume: 36764, - High: 0.74, - Low: 0.73, - YearlyHigh: 0.79, - YearlyLow: 0.68, - YearlyStart: 0.73, - YearlyChange: 1.28, - Settlement: `Cash`, - Contract: `Options`, - Region: `Africa`, - Country: `Tunisia`, - Risk: `Low`, - Sector: `Public`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-07-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 685 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Cocoa`, - Spread: 0.01, - Open: 3076, - Price: 3116.63, - Buy: 3076, - Sell: 3076, - Change: 40.6, - ChangePercent: 1.32, - Volume: 978, - High: 3078, - Low: 3066, - YearlyHigh: 3406, - YearlyLow: 2746, - YearlyStart: 3076, - YearlyChange: 0, - Settlement: `Loan`, - Contract: `Futures`, - Region: `Asia Pacific`, - Country: `China`, - Risk: `Low`, - Sector: `Public`, - Currency: `USD`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-02-21`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 686 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Coal`, - Spread: 0.015, - Open: 0.4363, - Price: 0.42, - Buy: 0.44, - Sell: 0.44, - Change: 0, - ChangePercent: 0.72, - Volume: 3, - High: 0.44, - Low: 0.44, - YearlyHigh: 0.48, - YearlyLow: 0.4, - YearlyStart: 0.44, - YearlyChange: -5.33, - Settlement: `Cash`, - Contract: `CFD`, - Region: `Europe`, - Country: `Greece`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-02-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 687 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Gold`, - Spread: 0.01, - Open: 1281.1, - Price: 1278.17, - Buy: 1280.73, - Sell: 1280.74, - Change: -2.56, - ChangePercent: -0.2, - Volume: 48387, - High: 1289.5, - Low: 1279.1, - YearlyHigh: 1306, - YearlyLow: 1047.2, - YearlyStart: 1176.6, - YearlyChange: 8.85, - Settlement: `Loan`, - Contract: `Futures`, - Region: `Africa`, - Country: `Libya`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-03-23`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 688 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `BTC/USD`, - Spread: 0.06, - Open: 93.88, - Price: 20589.16, - Buy: 21200.76, - Sell: 21400.78, - Change: -411.61, - ChangePercent: -1.96, - Volume: 5788000, - High: 22400.05, - Low: 20100.75, - YearlyHigh: 62400.7, - YearlyLow: 15100.88, - YearlyStart: 21200.29, - YearlyChange: -20.62, - Settlement: `Credit`, - Contract: `Forwards`, - Region: `Asia Pacific`, - Country: `Australia`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-05-23`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 689 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Natural Gas`, - Spread: 0.02, - Open: 2.094, - Price: 2.08, - Buy: 2.09, - Sell: 2.09, - Change: -0.02, - ChangePercent: -1.32, - Volume: 2783, - High: 2.11, - Low: 2.09, - YearlyHigh: 3.2, - YearlyLow: 1.84, - YearlyStart: 2.52, - YearlyChange: -16.51, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Europe`, - Country: `Switzerland`, - Risk: `Low`, - Sector: `Public`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-06-19`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 690 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `OJ Future`, - Spread: 0.01, - Open: 140.6, - Price: 141.76, - Buy: 140.18, - Sell: 140.19, - Change: 1.57, - ChangePercent: 1.12, - Volume: 7, - High: 140.19, - Low: 0, - YearlyHigh: 155.95, - YearlyLow: 113, - YearlyStart: 134.47, - YearlyChange: 4.25, - Settlement: `Credit`, - Contract: `Options`, - Region: `Middle East`, - Country: `Jordan`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-02-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 691 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Copper`, - Spread: 0.02, - Open: 2.123, - Price: 2.08, - Buy: 2.12, - Sell: 2.12, - Change: -0.03, - ChangePercent: -1.56, - Volume: 28819, - High: 2.16, - Low: 2.11, - YearlyHigh: 2.94, - YearlyLow: 1.96, - YearlyStart: 2.45, - YearlyChange: -13.76, - Settlement: `Cash`, - Contract: `CFD`, - Region: `Asia Pacific`, - Country: `Hong Kong`, - Risk: `Low`, - Sector: `Public`, - Currency: `USD`, - Security: `Poor`, - Issuer: `American Airlines`, - Maturity: `2022-06-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 692 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Palladium`, - Spread: 0.01, - Open: 600.55, - Price: 599.8, - Buy: 601, - Sell: 601.01, - Change: -1.2, - ChangePercent: -0.2, - Volume: 651, - High: 607.2, - Low: 598.4, - YearlyHigh: 690, - YearlyLow: 458.6, - YearlyStart: 574.3, - YearlyChange: 4.65, - Settlement: `Credit`, - Contract: `Options`, - Region: `Asia Pacific`, - Country: `India`, - Risk: `Low`, - Sector: `Government`, - Currency: `PLN`, - Security: `High`, - Issuer: `FedEx`, - Maturity: `2022-04-24`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 693 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soy Meat`, - Spread: 0.01, - Open: 342.6, - Price: 337.96, - Buy: 342.6, - Sell: 342.6, - Change: -4.66, - ChangePercent: -1.36, - Volume: 5646, - High: 345.4, - Low: 340.3, - YearlyHigh: 353.4, - YearlyLow: 261.7, - YearlyStart: 307.55, - YearlyChange: 11.4, - Settlement: `Cash`, - Contract: `CFD`, - Region: `Asia Pacific`, - Country: `India`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-03-21`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 694 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `US 30YR Future`, - Spread: 0.01, - Open: 164.875, - Price: 164.09, - Buy: 164.15, - Sell: 164.16, - Change: -0.07, - ChangePercent: -0.04, - Volume: 28012, - High: 165.25, - Low: 164.04, - YearlyHigh: 169.38, - YearlyLow: 151.47, - YearlyStart: 160.43, - YearlyChange: 2.33, - Settlement: `Credit`, - Contract: `Futures`, - Region: `Africa`, - Country: `Ethiopia`, - Risk: `Low`, - Sector: `Public`, - Currency: `PLN`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-05-11`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 695 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soy oil`, - Spread: 0.01, - Open: 33.26, - Price: 33.5, - Buy: 33.77, - Sell: 33.78, - Change: -0.27, - ChangePercent: -0.8, - Volume: 10592, - High: 33.77, - Low: 33.06, - YearlyHigh: 35.43, - YearlyLow: 26.61, - YearlyStart: 31.02, - YearlyChange: 8.87, - Settlement: `Credit`, - Contract: `Options`, - Region: `Africa`, - Country: `Ethiopia`, - Risk: `Low`, - Sector: `Government`, - Currency: `PLN`, - Security: `High`, - Issuer: `FedEx`, - Maturity: `2022-03-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 696 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Gold`, - Spread: 0.01, - Open: 1281.1, - Price: 1257.68, - Buy: 1280.73, - Sell: 1280.74, - Change: -23.05, - ChangePercent: -1.8, - Volume: 48387, - High: 1289.5, - Low: 1279.1, - YearlyHigh: 1306, - YearlyLow: 1047.2, - YearlyStart: 1176.6, - YearlyChange: 8.85, - Settlement: `Loan`, - Contract: `Options`, - Region: `Europe`, - Country: `Italy`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-04-21`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 697 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Milk`, - Spread: 0.01, - Open: 12.87, - Price: 12.98, - Buy: 12.87, - Sell: 12.87, - Change: 0.12, - ChangePercent: 0.96, - Volume: 7, - High: 12.89, - Low: 12.81, - YearlyHigh: 16.96, - YearlyLow: 12.81, - YearlyStart: 14.88, - YearlyChange: -13.6, - Settlement: `Loan`, - Contract: `Forwards`, - Region: `North America`, - Country: `United States`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-05-22`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 698 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `AUD/USD`, - Spread: 0.02, - Open: 0.7344, - Price: 0.75, - Buy: 0.73, - Sell: 0.73, - Change: 0.01, - ChangePercent: 1.32, - Volume: 36764, - High: 0.74, - Low: 0.73, - YearlyHigh: 0.79, - YearlyLow: 0.68, - YearlyStart: 0.73, - YearlyChange: 1.28, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Europe`, - Country: `Czechia`, - Risk: `Low`, - Sector: `Public`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-07-21`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 699 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `FD Cattle`, - Spread: 0.01, - Open: 147.175, - Price: 147.66, - Buy: 148.6, - Sell: 148.61, - Change: -0.95, - ChangePercent: -0.64, - Volume: 5, - High: 148.61, - Low: 147.18, - YearlyHigh: 190, - YearlyLow: 138.1, - YearlyStart: 164.05, - YearlyChange: -9.41, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Africa`, - Country: `Cameroon`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-09-21`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 700 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Gold`, - Spread: 0.01, - Open: 1281.1, - Price: 1299.17, - Buy: 1280.73, - Sell: 1280.74, - Change: 18.44, - ChangePercent: 1.44, - Volume: 48387, - High: 1289.5, - Low: 1279.1, - YearlyHigh: 1306, - YearlyLow: 1047.2, - YearlyStart: 1176.6, - YearlyChange: 8.85, - Settlement: `Cash`, - Contract: `Swap`, - Region: `South America`, - Country: `Ecuador`, - Risk: `High`, - Sector: `Public`, - Currency: `USD`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-07-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 701 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `FD Cattle`, - Spread: 0.01, - Open: 147.175, - Price: 149.44, - Buy: 148.6, - Sell: 148.61, - Change: 0.83, - ChangePercent: 0.56, - Volume: 5, - High: 148.61, - Low: 147.18, - YearlyHigh: 190, - YearlyLow: 138.1, - YearlyStart: 164.05, - YearlyChange: -9.41, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Africa`, - Country: `Senegal`, - Risk: `High`, - Sector: `Public`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-08-23`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 702 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `DOW Future`, - Spread: 0.01, - Open: 17711, - Price: 17535.03, - Buy: 17712.15, - Sell: 17712.16, - Change: -177.12, - ChangePercent: -1, - Volume: 22236, - High: 17727, - Low: 17642, - YearlyHigh: 18083, - YearlyLow: 15299, - YearlyStart: 16691, - YearlyChange: 6.12, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Middle East`, - Country: `Kuwait`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-02-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 703 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `BTC/USD`, - Spread: 0.06, - Open: 93.88, - Price: 21101.58, - Buy: 21200.76, - Sell: 21400.78, - Change: 100.81, - ChangePercent: 0.48, - Volume: 5788000, - High: 22400.05, - Low: 20100.75, - YearlyHigh: 62400.7, - YearlyLow: 15100.88, - YearlyStart: 21200.29, - YearlyChange: -20.62, - Settlement: `Credit`, - Contract: `Options`, - Region: `Middle East`, - Country: `Israel`, - Risk: `High`, - Sector: `Private`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-06-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 704 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Coal`, - Spread: 0.015, - Open: 0.4363, - Price: 0.41, - Buy: 0.44, - Sell: 0.44, - Change: -0.01, - ChangePercent: -0.72, - Volume: 3, - High: 0.44, - Low: 0.44, - YearlyHigh: 0.48, - YearlyLow: 0.4, - YearlyStart: 0.44, - YearlyChange: -5.33, - Settlement: `Loan`, - Contract: `Options`, - Region: `North America`, - Country: `Canada`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-03-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 705 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Sugar`, - Spread: 0.01, - Open: 15.68, - Price: 14.55, - Buy: 14.67, - Sell: 14.68, - Change: -0.12, - ChangePercent: -0.84, - Volume: 4949, - High: 15.7, - Low: 14.67, - YearlyHigh: 16.87, - YearlyLow: 11.37, - YearlyStart: 14.12, - YearlyChange: 3.92, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Middle East`, - Country: `Israel`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-01-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 706 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `BTC/USD`, - Spread: 0.06, - Open: 93.88, - Price: 20656.36, - Buy: 21200.76, - Sell: 21400.78, - Change: -344.41, - ChangePercent: -1.64, - Volume: 5788000, - High: 22400.05, - Low: 20100.75, - YearlyHigh: 62400.7, - YearlyLow: 15100.88, - YearlyStart: 21200.29, - YearlyChange: -20.62, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Europe`, - Country: `Denmark`, - Risk: `High`, - Sector: `Public`, - Currency: `USD`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-02-21`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 707 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soybean`, - Spread: 0.01, - Open: 1038, - Price: 1039.03, - Buy: 1038.61, - Sell: 1038.62, - Change: 0.41, - ChangePercent: 0.04, - Volume: 20356, - High: 1044, - Low: 1031.75, - YearlyHigh: 1057, - YearlyLow: 859.5, - YearlyStart: 958.25, - YearlyChange: 8.39, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `North America`, - Country: `Canada`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-06-21`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 708 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P MID MINI`, - Spread: 0.01, - Open: 1454.3, - Price: 1430.16, - Buy: 1455.78, - Sell: 1455.79, - Change: -25.62, - ChangePercent: -1.76, - Volume: 338, - High: 1455.78, - Low: 1448, - YearlyHigh: 1527.3, - YearlyLow: 1236, - YearlyStart: 1381.65, - YearlyChange: 5.37, - Settlement: `Credit`, - Contract: `Options`, - Region: `South America`, - Country: `Chile`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `High`, - Issuer: `FedEx`, - Maturity: `2022-01-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 709 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soybean`, - Spread: 0.01, - Open: 1038, - Price: 1040.69, - Buy: 1038.61, - Sell: 1038.62, - Change: 2.07, - ChangePercent: 0.2, - Volume: 20356, - High: 1044, - Low: 1031.75, - YearlyHigh: 1057, - YearlyLow: 859.5, - YearlyStart: 958.25, - YearlyChange: 8.39, - Settlement: `Cash`, - Contract: `Options`, - Region: `South America`, - Country: `Guyana`, - Risk: `High`, - Sector: `Government`, - Currency: `USD`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-06-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 710 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `DOW Future`, - Spread: 0.01, - Open: 17711, - Price: 17924.7, - Buy: 17712.15, - Sell: 17712.16, - Change: 212.55, - ChangePercent: 1.2, - Volume: 22236, - High: 17727, - Low: 17642, - YearlyHigh: 18083, - YearlyLow: 15299, - YearlyStart: 16691, - YearlyChange: 6.12, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Middle East`, - Country: `Lebanon`, - Risk: `High`, - Sector: `Public`, - Currency: `USD`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-09-23`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 711 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `LV Cattle`, - Spread: 0.01, - Open: 120.725, - Price: 119.69, - Buy: 120.72, - Sell: 120.72, - Change: -1.02, - ChangePercent: -0.84, - Volume: 4, - High: 120.72, - Low: 120.72, - YearlyHigh: 147.98, - YearlyLow: 113.9, - YearlyStart: 130.94, - YearlyChange: -7.82, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Europe`, - Country: `United Kingdom`, - Risk: `High`, - Sector: `Government`, - Currency: `PLN`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-06-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 712 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `US 30YR Future`, - Spread: 0.01, - Open: 164.875, - Price: 163.3, - Buy: 164.15, - Sell: 164.16, - Change: -0.86, - ChangePercent: -0.52, - Volume: 28012, - High: 165.25, - Low: 164.04, - YearlyHigh: 169.38, - YearlyLow: 151.47, - YearlyStart: 160.43, - YearlyChange: 2.33, - Settlement: `Credit`, - Contract: `Futures`, - Region: `Europe`, - Country: `Portugal`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-02-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 713 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Oats`, - Spread: 0.01, - Open: 194.5, - Price: 194.61, - Buy: 194.21, - Sell: 194.22, - Change: 0.39, - ChangePercent: 0.2, - Volume: 64, - High: 195.75, - Low: 194, - YearlyHigh: 241.25, - YearlyLow: 183.75, - YearlyStart: 212.5, - YearlyChange: -8.6, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Asia Pacific`, - Country: `Thailand`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `Poor`, - Issuer: `American Airlines`, - Maturity: `2022-04-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 714 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Wheat`, - Spread: 0.01, - Open: 465.5, - Price: 468.31, - Buy: 465.5, - Sell: 465.5, - Change: 2.79, - ChangePercent: 0.6, - Volume: 4318, - High: 467, - Low: 463.25, - YearlyHigh: 628.5, - YearlyLow: 449.5, - YearlyStart: 539, - YearlyChange: -13.63, - Settlement: `Cash`, - Contract: `Swap`, - Region: `North America`, - Country: `Mexico`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-01-23`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 715 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Ethanol`, - Spread: 0.01, - Open: 1.512, - Price: 2.71, - Buy: 2.75, - Sell: 2.76, - Change: -0.04, - ChangePercent: -1.44, - Volume: 14, - High: 2.75, - Low: 1.12, - YearlyHigh: 2.75, - YearlyLow: 1.12, - YearlyStart: 1.48, - YearlyChange: 86.7, - Settlement: `Loan`, - Contract: `Futures`, - Region: `Europe`, - Country: `Croatia`, - Risk: `Low`, - Sector: `Government`, - Currency: `USD`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-08-11`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 716 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soybean`, - Spread: 0.01, - Open: 1038, - Price: 1053.16, - Buy: 1038.61, - Sell: 1038.62, - Change: 14.54, - ChangePercent: 1.4, - Volume: 20356, - High: 1044, - Low: 1031.75, - YearlyHigh: 1057, - YearlyLow: 859.5, - YearlyStart: 958.25, - YearlyChange: 8.39, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Africa`, - Country: `Libya`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-05-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 717 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soy Meat`, - Spread: 0.01, - Open: 342.6, - Price: 341.39, - Buy: 342.6, - Sell: 342.6, - Change: -1.23, - ChangePercent: -0.36, - Volume: 5646, - High: 345.4, - Low: 340.3, - YearlyHigh: 353.4, - YearlyLow: 261.7, - YearlyStart: 307.55, - YearlyChange: 11.4, - Settlement: `Cash`, - Contract: `Futures`, - Region: `South America`, - Country: `Brazil`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-04-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 718 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `US 30YR Future`, - Spread: 0.01, - Open: 164.875, - Price: 163.83, - Buy: 164.15, - Sell: 164.16, - Change: -0.33, - ChangePercent: -0.2, - Volume: 28012, - High: 165.25, - Low: 164.04, - YearlyHigh: 169.38, - YearlyLow: 151.47, - YearlyStart: 160.43, - YearlyChange: 2.33, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Middle East`, - Country: `Saudi Arabia`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-06-23`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 719 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Milk`, - Spread: 0.01, - Open: 12.87, - Price: 12.94, - Buy: 12.87, - Sell: 12.87, - Change: 0.08, - ChangePercent: 0.64, - Volume: 7, - High: 12.89, - Low: 12.81, - YearlyHigh: 16.96, - YearlyLow: 12.81, - YearlyStart: 14.88, - YearlyChange: -13.6, - Settlement: `Loan`, - Contract: `Forwards`, - Region: `Asia Pacific`, - Country: `Taiwan`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-01-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 720 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Platinum`, - Spread: 0.01, - Open: 1071.6, - Price: 1070.67, - Buy: 1071.09, - Sell: 1071.1, - Change: -0.43, - ChangePercent: -0.04, - Volume: 3039, - High: 1081.2, - Low: 1070.5, - YearlyHigh: 1120.6, - YearlyLow: 812.4, - YearlyStart: 966.5, - YearlyChange: 10.82, - Settlement: `Loan`, - Contract: `CFD`, - Region: `Africa`, - Country: `Morocco`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-02-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 721 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `DOW Future`, - Spread: 0.01, - Open: 17711, - Price: 17683.81, - Buy: 17712.15, - Sell: 17712.16, - Change: -28.34, - ChangePercent: -0.16, - Volume: 22236, - High: 17727, - Low: 17642, - YearlyHigh: 18083, - YearlyLow: 15299, - YearlyStart: 16691, - YearlyChange: 6.12, - Settlement: `Credit`, - Contract: `Forwards`, - Region: `Asia Pacific`, - Country: `Australia`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-03-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 722 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P 600 MINI`, - Spread: 0.01, - Open: 687.9, - Price: 691.18, - Buy: 687.9, - Sell: 687.9, - Change: 3.3, - ChangePercent: 0.48, - Volume: 0, - High: 0, - Low: 0, - YearlyHigh: 620.32, - YearlyLow: 595.9, - YearlyStart: 608.11, - YearlyChange: 13.12, - Settlement: `Credit`, - Contract: `Forwards`, - Region: `Asia Pacific`, - Country: `Japan`, - Risk: `Low`, - Sector: `Public`, - Currency: `EUR`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-08-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 723 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P MID MINI`, - Spread: 0.01, - Open: 1454.3, - Price: 1459.28, - Buy: 1455.78, - Sell: 1455.79, - Change: 3.5, - ChangePercent: 0.24, - Volume: 338, - High: 1455.78, - Low: 1448, - YearlyHigh: 1527.3, - YearlyLow: 1236, - YearlyStart: 1381.65, - YearlyChange: 5.37, - Settlement: `Loan`, - Contract: `Futures`, - Region: `Africa`, - Country: `Morocco`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-08-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 724 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Uranium`, - Spread: 0.02, - Open: 27.55, - Price: 27.19, - Buy: 27.55, - Sell: 27.55, - Change: -0.39, - ChangePercent: -1.4, - Volume: 12, - High: 27.55, - Low: 27.55, - YearlyHigh: 29.32, - YearlyLow: 21.28, - YearlyStart: 25.3, - YearlyChange: 9.01, - Settlement: `Cash`, - Contract: `Options`, - Region: `Asia Pacific`, - Country: `Pakistan`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-08-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 725 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Sugar`, - Spread: 0.01, - Open: 15.68, - Price: 14.74, - Buy: 14.67, - Sell: 14.68, - Change: 0.07, - ChangePercent: 0.48, - Volume: 4949, - High: 15.7, - Low: 14.67, - YearlyHigh: 16.87, - YearlyLow: 11.37, - YearlyStart: 14.12, - YearlyChange: 3.92, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Africa`, - Country: `Ethiopia`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-08-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 726 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `FD Cattle`, - Spread: 0.01, - Open: 147.175, - Price: 146.23, - Buy: 148.6, - Sell: 148.61, - Change: -2.38, - ChangePercent: -1.6, - Volume: 5, - High: 148.61, - Low: 147.18, - YearlyHigh: 190, - YearlyLow: 138.1, - YearlyStart: 164.05, - YearlyChange: -9.41, - Settlement: `Credit`, - Contract: `Options`, - Region: `Africa`, - Country: `Tunisia`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-08-11`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 727 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Ethanol`, - Spread: 0.01, - Open: 1.512, - Price: 2.8, - Buy: 2.75, - Sell: 2.76, - Change: 0.05, - ChangePercent: 1.56, - Volume: 14, - High: 2.75, - Low: 1.12, - YearlyHigh: 2.75, - YearlyLow: 1.12, - YearlyStart: 1.48, - YearlyChange: 86.7, - Settlement: `Loan`, - Contract: `Options`, - Region: `Middle East`, - Country: `Israel`, - Risk: `High`, - Sector: `Government`, - Currency: `USD`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-07-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 728 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Gold`, - Spread: 0.01, - Open: 1281.1, - Price: 1271, - Buy: 1280.73, - Sell: 1280.74, - Change: -9.73, - ChangePercent: -0.76, - Volume: 48387, - High: 1289.5, - Low: 1279.1, - YearlyHigh: 1306, - YearlyLow: 1047.2, - YearlyStart: 1176.6, - YearlyChange: 8.85, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `Europe`, - Country: `Poland`, - Risk: `Low`, - Sector: `Government`, - Currency: `PLN`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-05-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 729 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `OJ Future`, - Spread: 0.01, - Open: 140.6, - Price: 142.26, - Buy: 140.18, - Sell: 140.19, - Change: 2.07, - ChangePercent: 1.48, - Volume: 7, - High: 140.19, - Low: 0, - YearlyHigh: 155.95, - YearlyLow: 113, - YearlyStart: 134.47, - YearlyChange: 4.25, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Africa`, - Country: `Cameroon`, - Risk: `Low`, - Sector: `Public`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-07-24`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 730 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `NAS Future`, - Spread: 0.01, - Open: 4341.25, - Price: 4271.82, - Buy: 4341.25, - Sell: 4341.25, - Change: -69.46, - ChangePercent: -1.6, - Volume: 18259, - High: 4347, - Low: 4318, - YearlyHigh: 4719.75, - YearlyLow: 3867.75, - YearlyStart: 4293.75, - YearlyChange: 1.11, - Settlement: `Credit`, - Contract: `Futures`, - Region: `Middle East`, - Country: `Lebanon`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-06-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 731 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Rice`, - Spread: 0.01, - Open: 11.245, - Price: 10.41, - Buy: 10.41, - Sell: 10.42, - Change: -0.01, - ChangePercent: -0.04, - Volume: 220, - High: 11.38, - Low: 10.42, - YearlyHigh: 14.14, - YearlyLow: 9.7, - YearlyStart: 11.92, - YearlyChange: -12.62, - Settlement: `Credit`, - Contract: `Options`, - Region: `Asia Pacific`, - Country: `New Zealand`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `FedEx`, - Maturity: `2022-01-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 732 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Rice`, - Spread: 0.01, - Open: 11.245, - Price: 10.52, - Buy: 10.41, - Sell: 10.42, - Change: 0.1, - ChangePercent: 1, - Volume: 220, - High: 11.38, - Low: 10.42, - YearlyHigh: 14.14, - YearlyLow: 9.7, - YearlyStart: 11.92, - YearlyChange: -12.62, - Settlement: `Loan`, - Contract: `Futures`, - Region: `Middle East`, - Country: `Qatar`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `High`, - Issuer: `FedEx`, - Maturity: `2022-08-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 733 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `LV Cattle`, - Spread: 0.01, - Open: 120.725, - Price: 119.79, - Buy: 120.72, - Sell: 120.72, - Change: -0.91, - ChangePercent: -0.76, - Volume: 4, - High: 120.72, - Low: 120.72, - YearlyHigh: 147.98, - YearlyLow: 113.9, - YearlyStart: 130.94, - YearlyChange: -7.82, - Settlement: `Cash`, - Contract: `Options`, - Region: `Africa`, - Country: `Niger`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-03-21`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 734 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `Lean Hogs`, - Spread: 0.01, - Open: 81.275, - Price: 83.39, - Buy: 81.81, - Sell: 81.82, - Change: 1.58, - ChangePercent: 1.92, - Volume: 1, - High: 81.81, - Low: 81.28, - YearlyHigh: 83.98, - YearlyLow: 70.25, - YearlyStart: 77.11, - YearlyChange: 6.09, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `Asia Pacific`, - Country: `Australia`, - Risk: `Low`, - Sector: `Government`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-05-16`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 735 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/CAD`, - Spread: 0.02, - Open: 0.7744, - Price: 0.94, - Buy: 0.94, - Sell: 0.96, - Change: -0.01, - ChangePercent: -1.08, - Volume: 13669, - High: 0.95, - Low: 0.77, - YearlyHigh: 0.95, - YearlyLow: 0.68, - YearlyStart: 0.76, - YearlyChange: 26.43, - Settlement: `Credit`, - Contract: `Options`, - Region: `Asia Pacific`, - Country: `Taiwan`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-03-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 736 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `GBP/USD`, - Spread: 0.02, - Open: 1.4464, - Price: 1.19, - Buy: 1.18, - Sell: 1.2, - Change: 0, - ChangePercent: -0.4, - Volume: 29450, - High: 1.45, - Low: 1.19, - YearlyHigh: 1.59, - YearlyLow: 1.19, - YearlyStart: 1.49, - YearlyChange: -19.59, - Settlement: `Credit`, - Contract: `Options`, - Region: `Africa`, - Country: `Senegal`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-05-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 737 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Milk`, - Spread: 0.01, - Open: 12.87, - Price: 12.69, - Buy: 12.87, - Sell: 12.87, - Change: -0.17, - ChangePercent: -1.36, - Volume: 7, - High: 12.89, - Low: 12.81, - YearlyHigh: 16.96, - YearlyLow: 12.81, - YearlyStart: 14.88, - YearlyChange: -13.6, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Africa`, - Country: `Niger`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-05-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 738 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Gold`, - Spread: 0.01, - Open: 1281.1, - Price: 1262.29, - Buy: 1280.73, - Sell: 1280.74, - Change: -18.44, - ChangePercent: -1.44, - Volume: 48387, - High: 1289.5, - Low: 1279.1, - YearlyHigh: 1306, - YearlyLow: 1047.2, - YearlyStart: 1176.6, - YearlyChange: 8.85, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Middle East`, - Country: `Oman`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-07-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 739 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P MID MINI`, - Spread: 0.01, - Open: 1454.3, - Price: 1437.15, - Buy: 1455.78, - Sell: 1455.79, - Change: -18.63, - ChangePercent: -1.28, - Volume: 338, - High: 1455.78, - Low: 1448, - YearlyHigh: 1527.3, - YearlyLow: 1236, - YearlyStart: 1381.65, - YearlyChange: 5.37, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Asia Pacific`, - Country: `Korea`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-02-16`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 740 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Coffee`, - Spread: 0.01, - Open: 125.7, - Price: 123.53, - Buy: 125.7, - Sell: 125.7, - Change: -2.16, - ChangePercent: -1.72, - Volume: 1654, - High: 125.8, - Low: 125, - YearlyHigh: 155.75, - YearlyLow: 115.35, - YearlyStart: 135.55, - YearlyChange: -7.27, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `North America`, - Country: `Canada`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-05-16`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 741 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soybean`, - Spread: 0.01, - Open: 1038, - Price: 1030.72, - Buy: 1038.61, - Sell: 1038.62, - Change: -7.9, - ChangePercent: -0.76, - Volume: 20356, - High: 1044, - Low: 1031.75, - YearlyHigh: 1057, - YearlyLow: 859.5, - YearlyStart: 958.25, - YearlyChange: 8.39, - Settlement: `Loan`, - Contract: `Futures`, - Region: `Europe`, - Country: `Portugal`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-02-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 742 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Gold`, - Spread: 0.01, - Open: 1281.1, - Price: 1296.1, - Buy: 1280.73, - Sell: 1280.74, - Change: 15.37, - ChangePercent: 1.2, - Volume: 48387, - High: 1289.5, - Low: 1279.1, - YearlyHigh: 1306, - YearlyLow: 1047.2, - YearlyStart: 1176.6, - YearlyChange: 8.85, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Asia Pacific`, - Country: `Malaysia`, - Risk: `High`, - Sector: `Public`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `FedEx`, - Maturity: `2022-01-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 743 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Oats`, - Spread: 0.01, - Open: 194.5, - Price: 195.54, - Buy: 194.21, - Sell: 194.22, - Change: 1.32, - ChangePercent: 0.68, - Volume: 64, - High: 195.75, - Low: 194, - YearlyHigh: 241.25, - YearlyLow: 183.75, - YearlyStart: 212.5, - YearlyChange: -8.6, - Settlement: `Loan`, - Contract: `Forwards`, - Region: `Europe`, - Country: `Sweden`, - Risk: `High`, - Sector: `Public`, - Currency: `USD`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-08-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 744 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Natural Gas`, - Spread: 0.02, - Open: 2.094, - Price: 2.14, - Buy: 2.09, - Sell: 2.09, - Change: 0.04, - ChangePercent: 1.76, - Volume: 2783, - High: 2.11, - Low: 2.09, - YearlyHigh: 3.2, - YearlyLow: 1.84, - YearlyStart: 2.52, - YearlyChange: -16.51, - Settlement: `Cash`, - Contract: `CFD`, - Region: `Middle East`, - Country: `Lebanon`, - Risk: `High`, - Sector: `Private`, - Currency: `PLN`, - Security: `High`, - Issuer: `American Airlines`, - Maturity: `2022-07-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 745 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Lumber`, - Spread: 0.01, - Open: 303.9, - Price: 309.59, - Buy: 304.59, - Sell: 304.6, - Change: 4.99, - ChangePercent: 1.64, - Volume: 2, - High: 304.6, - Low: 303.9, - YearlyHigh: 317.1, - YearlyLow: 236, - YearlyStart: 276.55, - YearlyChange: 10.14, - Settlement: `Credit`, - Contract: `CFD`, - Region: `Europe`, - Country: `Hungary`, - Risk: `Low`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-07-22`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 746 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Rice`, - Spread: 0.01, - Open: 11.245, - Price: 10.42, - Buy: 10.41, - Sell: 10.42, - Change: 0, - ChangePercent: 0.04, - Volume: 220, - High: 11.38, - Low: 10.42, - YearlyHigh: 14.14, - YearlyLow: 9.7, - YearlyStart: 11.92, - YearlyChange: -12.62, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Asia Pacific`, - Country: `Australia`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-08-27`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 747 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Copper`, - Spread: 0.02, - Open: 2.123, - Price: 2.12, - Buy: 2.12, - Sell: 2.12, - Change: 0.01, - ChangePercent: 0.12, - Volume: 28819, - High: 2.16, - Low: 2.11, - YearlyHigh: 2.94, - YearlyLow: 1.96, - YearlyStart: 2.45, - YearlyChange: -13.76, - Settlement: `Cash`, - Contract: `Options`, - Region: `Africa`, - Country: `Egypt`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-03-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 748 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soy oil`, - Spread: 0.01, - Open: 33.26, - Price: 33.26, - Buy: 33.77, - Sell: 33.78, - Change: -0.51, - ChangePercent: -1.52, - Volume: 10592, - High: 33.77, - Low: 33.06, - YearlyHigh: 35.43, - YearlyLow: 26.61, - YearlyStart: 31.02, - YearlyChange: 8.87, - Settlement: `Cash`, - Contract: `Options`, - Region: `Asia Pacific`, - Country: `Taiwan`, - Risk: `Low`, - Sector: `Public`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-01-11`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 749 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P Future`, - Spread: 0.01, - Open: 2057.5, - Price: 2038.5, - Buy: 2056.6, - Sell: 2056.61, - Change: -18.1, - ChangePercent: -0.88, - Volume: 142780, - High: 2059.5, - Low: 2049, - YearlyHigh: 2105.5, - YearlyLow: 1794.5, - YearlyStart: 1950, - YearlyChange: 5.47, - Settlement: `Cash`, - Contract: `Futures`, - Region: `North America`, - Country: `Mexico`, - Risk: `Low`, - Sector: `Government`, - Currency: `USD`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-09-27`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 750 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Corn`, - Spread: 0.01, - Open: 379.5, - Price: 374.49, - Buy: 379.8, - Sell: 379.81, - Change: -5.31, - ChangePercent: -1.4, - Volume: 11266, - High: 381, - Low: 377.75, - YearlyHigh: 471.25, - YearlyLow: 351.25, - YearlyStart: 411.25, - YearlyChange: -7.65, - Settlement: `Cash`, - Contract: `Options`, - Region: `South America`, - Country: `Uruguay`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-07-27`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 751 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `FD Cattle`, - Spread: 0.01, - Open: 147.175, - Price: 146.53, - Buy: 148.6, - Sell: 148.61, - Change: -2.08, - ChangePercent: -1.4, - Volume: 5, - High: 148.61, - Low: 147.18, - YearlyHigh: 190, - YearlyLow: 138.1, - YearlyStart: 164.05, - YearlyChange: -9.41, - Settlement: `Loan`, - Contract: `Options`, - Region: `Europe`, - Country: `Finland`, - Risk: `Low`, - Sector: `Public`, - Currency: `PLN`, - Security: `High`, - Issuer: `FedEx`, - Maturity: `2022-04-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 752 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/CHF`, - Spread: 0.02, - Open: 1.0337, - Price: 1.04, - Buy: 1.03, - Sell: 1.03, - Change: 0, - ChangePercent: -0.12, - Volume: 5550, - High: 1.03, - Low: 1.03, - YearlyHigh: 1.11, - YearlyLow: 0.98, - YearlyStart: 1.04, - YearlyChange: -0.12, - Settlement: `Loan`, - Contract: `Forwards`, - Region: `Africa`, - Country: `Tunisia`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `American Airlines`, - Maturity: `2022-05-22`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 753 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Gold`, - Spread: 0.01, - Open: 1281.1, - Price: 1259.73, - Buy: 1280.73, - Sell: 1280.74, - Change: -21, - ChangePercent: -1.64, - Volume: 48387, - High: 1289.5, - Low: 1279.1, - YearlyHigh: 1306, - YearlyLow: 1047.2, - YearlyStart: 1176.6, - YearlyChange: 8.85, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Africa`, - Country: `Egypt`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-04-19`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 754 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Milk`, - Spread: 0.01, - Open: 12.87, - Price: 12.69, - Buy: 12.87, - Sell: 12.87, - Change: -0.17, - ChangePercent: -1.36, - Volume: 7, - High: 12.89, - Low: 12.81, - YearlyHigh: 16.96, - YearlyLow: 12.81, - YearlyStart: 14.88, - YearlyChange: -13.6, - Settlement: `Credit`, - Contract: `CFD`, - Region: `North America`, - Country: `Mexico`, - Risk: `High`, - Sector: `Government`, - Currency: `USD`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-05-11`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 755 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `FD Cattle`, - Spread: 0.01, - Open: 147.175, - Price: 148.78, - Buy: 148.6, - Sell: 148.61, - Change: 0.17, - ChangePercent: 0.12, - Volume: 5, - High: 148.61, - Low: 147.18, - YearlyHigh: 190, - YearlyLow: 138.1, - YearlyStart: 164.05, - YearlyChange: -9.41, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Middle East`, - Country: `Syria`, - Risk: `High`, - Sector: `Government`, - Currency: `PLN`, - Security: `High`, - Issuer: `American Airlines`, - Maturity: `2022-08-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 756 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Cocoa`, - Spread: 0.01, - Open: 3076, - Price: 3130.17, - Buy: 3076, - Sell: 3076, - Change: 54.14, - ChangePercent: 1.76, - Volume: 978, - High: 3078, - Low: 3066, - YearlyHigh: 3406, - YearlyLow: 2746, - YearlyStart: 3076, - YearlyChange: 0, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Asia Pacific`, - Country: `Philippines`, - Risk: `High`, - Sector: `Government`, - Currency: `PLN`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-03-22`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 757 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soy oil`, - Spread: 0.01, - Open: 33.26, - Price: 34.43, - Buy: 33.77, - Sell: 33.78, - Change: 0.66, - ChangePercent: 1.96, - Volume: 10592, - High: 33.77, - Low: 33.06, - YearlyHigh: 35.43, - YearlyLow: 26.61, - YearlyStart: 31.02, - YearlyChange: 8.87, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `Middle East`, - Country: `UAE`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-02-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 758 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `NAS Future`, - Spread: 0.01, - Open: 4341.25, - Price: 4296.13, - Buy: 4341.25, - Sell: 4341.25, - Change: -45.15, - ChangePercent: -1.04, - Volume: 18259, - High: 4347, - Low: 4318, - YearlyHigh: 4719.75, - YearlyLow: 3867.75, - YearlyStart: 4293.75, - YearlyChange: 1.11, - Settlement: `Credit`, - Contract: `Futures`, - Region: `North America`, - Country: `United States`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `American Airlines`, - Maturity: `2022-02-22`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 759 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Milk`, - Spread: 0.01, - Open: 12.87, - Price: 13.02, - Buy: 12.87, - Sell: 12.87, - Change: 0.16, - ChangePercent: 1.24, - Volume: 7, - High: 12.89, - Low: 12.81, - YearlyHigh: 16.96, - YearlyLow: 12.81, - YearlyStart: 14.88, - YearlyChange: -13.6, - Settlement: `Cash`, - Contract: `CFD`, - Region: `Asia Pacific`, - Country: `China`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-06-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 760 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Cotton`, - Spread: 0.01, - Open: 61.77, - Price: 63, - Buy: 61.77, - Sell: 61.77, - Change: 1.24, - ChangePercent: 2, - Volume: 3612, - High: 62.06, - Low: 61.32, - YearlyHigh: 67.59, - YearlyLow: 54.33, - YearlyStart: 60.96, - YearlyChange: 1.31, - Settlement: `Cash`, - Contract: `Options`, - Region: `Africa`, - Country: `Nigeria`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-01-11`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 761 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `LV Cattle`, - Spread: 0.01, - Open: 120.725, - Price: 122.54, - Buy: 120.72, - Sell: 120.72, - Change: 1.84, - ChangePercent: 1.52, - Volume: 4, - High: 120.72, - Low: 120.72, - YearlyHigh: 147.98, - YearlyLow: 113.9, - YearlyStart: 130.94, - YearlyChange: -7.82, - Settlement: `Cash`, - Contract: `Swap`, - Region: `North America`, - Country: `United States`, - Risk: `High`, - Sector: `Public`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-06-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 762 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `NAS Future`, - Spread: 0.01, - Open: 4341.25, - Price: 4273.56, - Buy: 4341.25, - Sell: 4341.25, - Change: -67.72, - ChangePercent: -1.56, - Volume: 18259, - High: 4347, - Low: 4318, - YearlyHigh: 4719.75, - YearlyLow: 3867.75, - YearlyStart: 4293.75, - YearlyChange: 1.11, - Settlement: `Loan`, - Contract: `Futures`, - Region: `Europe`, - Country: `France`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-06-27`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 763 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Cotton`, - Spread: 0.01, - Open: 61.77, - Price: 60.57, - Buy: 61.77, - Sell: 61.77, - Change: -1.19, - ChangePercent: -1.92, - Volume: 3612, - High: 62.06, - Low: 61.32, - YearlyHigh: 67.59, - YearlyLow: 54.33, - YearlyStart: 60.96, - YearlyChange: 1.31, - Settlement: `Credit`, - Contract: `Options`, - Region: `South America`, - Country: `Colombia`, - Risk: `Low`, - Sector: `Government`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-03-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 764 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Sugar`, - Spread: 0.01, - Open: 15.68, - Price: 14.77, - Buy: 14.67, - Sell: 14.68, - Change: 0.1, - ChangePercent: 0.68, - Volume: 4949, - High: 15.7, - Low: 14.67, - YearlyHigh: 16.87, - YearlyLow: 11.37, - YearlyStart: 14.12, - YearlyChange: 3.92, - Settlement: `Cash`, - Contract: `Options`, - Region: `Middle East`, - Country: `Jordan`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-02-23`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 765 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `Lean Hogs`, - Spread: 0.01, - Open: 81.275, - Price: 81.55, - Buy: 81.81, - Sell: 81.82, - Change: -0.26, - ChangePercent: -0.32, - Volume: 1, - High: 81.81, - Low: 81.28, - YearlyHigh: 83.98, - YearlyLow: 70.25, - YearlyStart: 77.11, - YearlyChange: 6.09, - Settlement: `Cash`, - Contract: `Options`, - Region: `Europe`, - Country: `Spain`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-05-16`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 766 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `OJ Future`, - Spread: 0.01, - Open: 140.6, - Price: 141.37, - Buy: 140.18, - Sell: 140.19, - Change: 1.18, - ChangePercent: 0.84, - Volume: 7, - High: 140.19, - Low: 0, - YearlyHigh: 155.95, - YearlyLow: 113, - YearlyStart: 134.47, - YearlyChange: 4.25, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `Europe`, - Country: `Switzerland`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `High`, - Issuer: `American Airlines`, - Maturity: `2022-06-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 767 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `US 30YR Future`, - Spread: 0.01, - Open: 164.875, - Price: 163.37, - Buy: 164.15, - Sell: 164.16, - Change: -0.79, - ChangePercent: -0.48, - Volume: 28012, - High: 165.25, - Low: 164.04, - YearlyHigh: 169.38, - YearlyLow: 151.47, - YearlyStart: 160.43, - YearlyChange: 2.33, - Settlement: `Credit`, - Contract: `Options`, - Region: `Africa`, - Country: `South Africa`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-04-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 768 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Wheat`, - Spread: 0.01, - Open: 465.5, - Price: 460.68, - Buy: 465.5, - Sell: 465.5, - Change: -4.84, - ChangePercent: -1.04, - Volume: 4318, - High: 467, - Low: 463.25, - YearlyHigh: 628.5, - YearlyLow: 449.5, - YearlyStart: 539, - YearlyChange: -13.63, - Settlement: `Loan`, - Contract: `Futures`, - Region: `North America`, - Country: `United States`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-06-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 769 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Milk`, - Spread: 0.01, - Open: 12.87, - Price: 13.09, - Buy: 12.87, - Sell: 12.87, - Change: 0.23, - ChangePercent: 1.8, - Volume: 7, - High: 12.89, - Low: 12.81, - YearlyHigh: 16.96, - YearlyLow: 12.81, - YearlyStart: 14.88, - YearlyChange: -13.6, - Settlement: `Cash`, - Contract: `CFD`, - Region: `Europe`, - Country: `France`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-06-19`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 770 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Gold`, - Spread: 0.01, - Open: 1281.1, - Price: 1267.92, - Buy: 1280.73, - Sell: 1280.74, - Change: -12.81, - ChangePercent: -1, - Volume: 48387, - High: 1289.5, - Low: 1279.1, - YearlyHigh: 1306, - YearlyLow: 1047.2, - YearlyStart: 1176.6, - YearlyChange: 8.85, - Settlement: `Loan`, - Contract: `Options`, - Region: `Middle East`, - Country: `Israel`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-04-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 771 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P Future`, - Spread: 0.01, - Open: 2057.5, - Price: 2041.79, - Buy: 2056.6, - Sell: 2056.61, - Change: -14.81, - ChangePercent: -0.72, - Volume: 142780, - High: 2059.5, - Low: 2049, - YearlyHigh: 2105.5, - YearlyLow: 1794.5, - YearlyStart: 1950, - YearlyChange: 5.47, - Settlement: `Cash`, - Contract: `Options`, - Region: `Middle East`, - Country: `Turkey`, - Risk: `Low`, - Sector: `Public`, - Currency: `USD`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-07-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 772 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Platinum`, - Spread: 0.01, - Open: 1071.6, - Price: 1076.67, - Buy: 1071.09, - Sell: 1071.1, - Change: 5.57, - ChangePercent: 0.52, - Volume: 3039, - High: 1081.2, - Low: 1070.5, - YearlyHigh: 1120.6, - YearlyLow: 812.4, - YearlyStart: 966.5, - YearlyChange: 10.82, - Settlement: `Credit`, - Contract: `CFD`, - Region: `Middle East`, - Country: `Kuwait`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-07-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 773 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `GBP/USD`, - Spread: 0.02, - Open: 1.4464, - Price: 1.17, - Buy: 1.18, - Sell: 1.2, - Change: -0.02, - ChangePercent: -1.72, - Volume: 29450, - High: 1.45, - Low: 1.19, - YearlyHigh: 1.59, - YearlyLow: 1.19, - YearlyStart: 1.49, - YearlyChange: -19.59, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Africa`, - Country: `Morocco`, - Risk: `High`, - Sector: `Public`, - Currency: `USD`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-05-22`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 774 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soy Meat`, - Spread: 0.01, - Open: 342.6, - Price: 341.8, - Buy: 342.6, - Sell: 342.6, - Change: -0.82, - ChangePercent: -0.24, - Volume: 5646, - High: 345.4, - Low: 340.3, - YearlyHigh: 353.4, - YearlyLow: 261.7, - YearlyStart: 307.55, - YearlyChange: 11.4, - Settlement: `Credit`, - Contract: `Options`, - Region: `Asia Pacific`, - Country: `Japan`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `High`, - Issuer: `FedEx`, - Maturity: `2022-07-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 775 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Uranium`, - Spread: 0.02, - Open: 27.55, - Price: 27.3, - Buy: 27.55, - Sell: 27.55, - Change: -0.28, - ChangePercent: -1, - Volume: 12, - High: 27.55, - Low: 27.55, - YearlyHigh: 29.32, - YearlyLow: 21.28, - YearlyStart: 25.3, - YearlyChange: 9.01, - Settlement: `Credit`, - Contract: `Options`, - Region: `Europe`, - Country: `Spain`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `High`, - Issuer: `American Airlines`, - Maturity: `2022-04-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 776 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Oats`, - Spread: 0.01, - Open: 194.5, - Price: 193.98, - Buy: 194.21, - Sell: 194.22, - Change: -0.24, - ChangePercent: -0.12, - Volume: 64, - High: 195.75, - Low: 194, - YearlyHigh: 241.25, - YearlyLow: 183.75, - YearlyStart: 212.5, - YearlyChange: -8.6, - Settlement: `Credit`, - Contract: `Options`, - Region: `Europe`, - Country: `France`, - Risk: `High`, - Sector: `Private`, - Currency: `PLN`, - Security: `High`, - Issuer: `American Airlines`, - Maturity: `2022-05-16`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 777 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Corn`, - Spread: 0.01, - Open: 379.5, - Price: 375.7, - Buy: 379.8, - Sell: 379.81, - Change: -4.1, - ChangePercent: -1.08, - Volume: 11266, - High: 381, - Low: 377.75, - YearlyHigh: 471.25, - YearlyLow: 351.25, - YearlyStart: 411.25, - YearlyChange: -7.65, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Europe`, - Country: `Estonia`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-04-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 778 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Ethanol`, - Spread: 0.01, - Open: 1.512, - Price: 2.71, - Buy: 2.75, - Sell: 2.76, - Change: -0.04, - ChangePercent: -1.48, - Volume: 14, - High: 2.75, - Low: 1.12, - YearlyHigh: 2.75, - YearlyLow: 1.12, - YearlyStart: 1.48, - YearlyChange: 86.7, - Settlement: `Cash`, - Contract: `Options`, - Region: `Middle East`, - Country: `Lebanon`, - Risk: `Low`, - Sector: `Public`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `FedEx`, - Maturity: `2022-03-19`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 779 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Oil`, - Spread: 0.015, - Open: 45.54, - Price: 45.24, - Buy: 45.78, - Sell: 45.8, - Change: -0.55, - ChangePercent: -1.2, - Volume: 107196, - High: 45.94, - Low: 45, - YearlyHigh: 65.28, - YearlyLow: 30.79, - YearlyStart: 48.03, - YearlyChange: -4.67, - Settlement: `Cash`, - Contract: `Swap`, - Region: `South America`, - Country: `Uruguay`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-04-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 780 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Uranium`, - Spread: 0.02, - Open: 27.55, - Price: 27.8, - Buy: 27.55, - Sell: 27.55, - Change: 0.22, - ChangePercent: 0.8, - Volume: 12, - High: 27.55, - Low: 27.55, - YearlyHigh: 29.32, - YearlyLow: 21.28, - YearlyStart: 25.3, - YearlyChange: 9.01, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Asia Pacific`, - Country: `Philippines`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-06-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 781 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `Lean Hogs`, - Spread: 0.01, - Open: 81.275, - Price: 81.23, - Buy: 81.81, - Sell: 81.82, - Change: -0.58, - ChangePercent: -0.72, - Volume: 1, - High: 81.81, - Low: 81.28, - YearlyHigh: 83.98, - YearlyLow: 70.25, - YearlyStart: 77.11, - YearlyChange: 6.09, - Settlement: `Cash`, - Contract: `Options`, - Region: `North America`, - Country: `Canada`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-02-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 782 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soy oil`, - Spread: 0.01, - Open: 33.26, - Price: 33.72, - Buy: 33.77, - Sell: 33.78, - Change: -0.05, - ChangePercent: -0.16, - Volume: 10592, - High: 33.77, - Low: 33.06, - YearlyHigh: 35.43, - YearlyLow: 26.61, - YearlyStart: 31.02, - YearlyChange: 8.87, - Settlement: `Cash`, - Contract: `Options`, - Region: `Asia Pacific`, - Country: `Singapore`, - Risk: `High`, - Sector: `Private`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-05-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 783 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Rice`, - Spread: 0.01, - Open: 11.245, - Price: 10.26, - Buy: 10.41, - Sell: 10.42, - Change: -0.16, - ChangePercent: -1.48, - Volume: 220, - High: 11.38, - Low: 10.42, - YearlyHigh: 14.14, - YearlyLow: 9.7, - YearlyStart: 11.92, - YearlyChange: -12.62, - Settlement: `Credit`, - Contract: `Futures`, - Region: `Africa`, - Country: `Niger`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `Poor`, - Issuer: `FedEx`, - Maturity: `2022-07-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 784 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Corn`, - Spread: 0.01, - Open: 379.5, - Price: 385.12, - Buy: 379.8, - Sell: 379.81, - Change: 5.32, - ChangePercent: 1.4, - Volume: 11266, - High: 381, - Low: 377.75, - YearlyHigh: 471.25, - YearlyLow: 351.25, - YearlyStart: 411.25, - YearlyChange: -7.65, - Settlement: `Cash`, - Contract: `Options`, - Region: `Middle East`, - Country: `Saudi Arabia`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-06-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 785 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Palladium`, - Spread: 0.01, - Open: 600.55, - Price: 597.39, - Buy: 601, - Sell: 601.01, - Change: -3.61, - ChangePercent: -0.6, - Volume: 651, - High: 607.2, - Low: 598.4, - YearlyHigh: 690, - YearlyLow: 458.6, - YearlyStart: 574.3, - YearlyChange: 4.65, - Settlement: `Loan`, - Contract: `Forwards`, - Region: `Africa`, - Country: `Ethiopia`, - Risk: `High`, - Sector: `Private`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-07-27`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 786 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Ethanol`, - Spread: 0.01, - Open: 1.512, - Price: 2.7, - Buy: 2.75, - Sell: 2.76, - Change: -0.05, - ChangePercent: -1.8, - Volume: 14, - High: 2.75, - Low: 1.12, - YearlyHigh: 2.75, - YearlyLow: 1.12, - YearlyStart: 1.48, - YearlyChange: 86.7, - Settlement: `Credit`, - Contract: `Options`, - Region: `South America`, - Country: `Paraguay`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `High`, - Issuer: `FedEx`, - Maturity: `2022-06-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 787 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `US 10YR Future`, - Spread: 0.01, - Open: 130.5625, - Price: 132.2, - Buy: 130.56, - Sell: 130.56, - Change: 1.62, - ChangePercent: 1.24, - Volume: 189310, - High: 130.63, - Low: 130.44, - YearlyHigh: 132.64, - YearlyLow: 125.48, - YearlyStart: 129.06, - YearlyChange: 1.18, - Settlement: `Credit`, - Contract: `Futures`, - Region: `Middle East`, - Country: `Jordan`, - Risk: `Low`, - Sector: `Government`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-03-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 788 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Wheat`, - Spread: 0.01, - Open: 465.5, - Price: 458.82, - Buy: 465.5, - Sell: 465.5, - Change: -6.7, - ChangePercent: -1.44, - Volume: 4318, - High: 467, - Low: 463.25, - YearlyHigh: 628.5, - YearlyLow: 449.5, - YearlyStart: 539, - YearlyChange: -13.63, - Settlement: `Cash`, - Contract: `Swap`, - Region: `North America`, - Country: `United States`, - Risk: `High`, - Sector: `Private`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-04-23`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 789 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `BTC/USD`, - Spread: 0.06, - Open: 93.88, - Price: 21227.58, - Buy: 21200.76, - Sell: 21400.78, - Change: 226.81, - ChangePercent: 1.08, - Volume: 5788000, - High: 22400.05, - Low: 20100.75, - YearlyHigh: 62400.7, - YearlyLow: 15100.88, - YearlyStart: 21200.29, - YearlyChange: -20.62, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `Europe`, - Country: `Switzerland`, - Risk: `High`, - Sector: `Public`, - Currency: `USD`, - Security: `Poor`, - Issuer: `FedEx`, - Maturity: `2022-02-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 790 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Natural Gas`, - Spread: 0.02, - Open: 2.094, - Price: 2.11, - Buy: 2.09, - Sell: 2.09, - Change: 0.01, - ChangePercent: 0.16, - Volume: 2783, - High: 2.11, - Low: 2.09, - YearlyHigh: 3.2, - YearlyLow: 1.84, - YearlyStart: 2.52, - YearlyChange: -16.51, - Settlement: `Cash`, - Contract: `Options`, - Region: `Asia Pacific`, - Country: `Philippines`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-05-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 791 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Silver`, - Spread: 0.01, - Open: 17.43, - Price: 17.49, - Buy: 17.43, - Sell: 17.43, - Change: 0.07, - ChangePercent: 0.4, - Volume: 11720, - High: 17.51, - Low: 17.37, - YearlyHigh: 18.06, - YearlyLow: 13.73, - YearlyStart: 15.89, - YearlyChange: 9.59, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `Asia Pacific`, - Country: `Philippines`, - Risk: `High`, - Sector: `Public`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-04-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 792 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Wheat`, - Spread: 0.01, - Open: 465.5, - Price: 460.86, - Buy: 465.5, - Sell: 465.5, - Change: -4.66, - ChangePercent: -1, - Volume: 4318, - High: 467, - Low: 463.25, - YearlyHigh: 628.5, - YearlyLow: 449.5, - YearlyStart: 539, - YearlyChange: -13.63, - Settlement: `Loan`, - Contract: `Options`, - Region: `Asia Pacific`, - Country: `Philippines`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-06-10`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 793 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P Future`, - Spread: 0.01, - Open: 2057.5, - Price: 2066.47, - Buy: 2056.6, - Sell: 2056.61, - Change: 9.87, - ChangePercent: 0.48, - Volume: 142780, - High: 2059.5, - Low: 2049, - YearlyHigh: 2105.5, - YearlyLow: 1794.5, - YearlyStart: 1950, - YearlyChange: 5.47, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Asia Pacific`, - Country: `Afghanistan`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-08-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 794 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Cotton`, - Spread: 0.01, - Open: 61.77, - Price: 61.12, - Buy: 61.77, - Sell: 61.77, - Change: -0.64, - ChangePercent: -1.04, - Volume: 3612, - High: 62.06, - Low: 61.32, - YearlyHigh: 67.59, - YearlyLow: 54.33, - YearlyStart: 60.96, - YearlyChange: 1.31, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Africa`, - Country: `Cameroon`, - Risk: `Low`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-06-23`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 795 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/CHF`, - Spread: 0.02, - Open: 1.0337, - Price: 1.04, - Buy: 1.03, - Sell: 1.03, - Change: 0, - ChangePercent: -0.12, - Volume: 5550, - High: 1.03, - Low: 1.03, - YearlyHigh: 1.11, - YearlyLow: 0.98, - YearlyStart: 1.04, - YearlyChange: -0.12, - Settlement: `Loan`, - Contract: `Options`, - Region: `Africa`, - Country: `Cameroon`, - Risk: `High`, - Sector: `Government`, - Currency: `USD`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-04-16`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 796 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Palladium`, - Spread: 0.01, - Open: 600.55, - Price: 590.66, - Buy: 601, - Sell: 601.01, - Change: -10.34, - ChangePercent: -1.72, - Volume: 651, - High: 607.2, - Low: 598.4, - YearlyHigh: 690, - YearlyLow: 458.6, - YearlyStart: 574.3, - YearlyChange: 4.65, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Middle East`, - Country: `Iraq`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-06-22`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 797 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P 600 MINI`, - Spread: 0.01, - Open: 687.9, - Price: 689.26, - Buy: 687.9, - Sell: 687.9, - Change: 1.38, - ChangePercent: 0.2, - Volume: 0, - High: 0, - Low: 0, - YearlyHigh: 620.32, - YearlyLow: 595.9, - YearlyStart: 608.11, - YearlyChange: 13.12, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Africa`, - Country: `Tunisia`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-01-16`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 798 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `BTC/USD`, - Spread: 0.06, - Open: 93.88, - Price: 20731.96, - Buy: 21200.76, - Sell: 21400.78, - Change: -268.81, - ChangePercent: -1.28, - Volume: 5788000, - High: 22400.05, - Low: 20100.75, - YearlyHigh: 62400.7, - YearlyLow: 15100.88, - YearlyStart: 21200.29, - YearlyChange: -20.62, - Settlement: `Cash`, - Contract: `CFD`, - Region: `Middle East`, - Country: `Jordan`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `High`, - Issuer: `American Airlines`, - Maturity: `2022-05-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 799 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `AUD/USD`, - Spread: 0.02, - Open: 0.7344, - Price: 0.75, - Buy: 0.73, - Sell: 0.73, - Change: 0.01, - ChangePercent: 1.2, - Volume: 36764, - High: 0.74, - Low: 0.73, - YearlyHigh: 0.79, - YearlyLow: 0.68, - YearlyStart: 0.73, - YearlyChange: 1.28, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Middle East`, - Country: `Israel`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-04-23`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 800 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `Lean Hogs`, - Spread: 0.01, - Open: 81.275, - Price: 80.77, - Buy: 81.81, - Sell: 81.82, - Change: -1.04, - ChangePercent: -1.28, - Volume: 1, - High: 81.81, - Low: 81.28, - YearlyHigh: 83.98, - YearlyLow: 70.25, - YearlyStart: 77.11, - YearlyChange: 6.09, - Settlement: `Cash`, - Contract: `CFD`, - Region: `Europe`, - Country: `Slovenia`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-06-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 801 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Rice`, - Spread: 0.01, - Open: 11.245, - Price: 10.3, - Buy: 10.41, - Sell: 10.42, - Change: -0.12, - ChangePercent: -1.08, - Volume: 220, - High: 11.38, - Low: 10.42, - YearlyHigh: 14.14, - YearlyLow: 9.7, - YearlyStart: 11.92, - YearlyChange: -12.62, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Middle East`, - Country: `Lebanon`, - Risk: `High`, - Sector: `Government`, - Currency: `PLN`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-02-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 802 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soybean`, - Spread: 0.01, - Open: 1038, - Price: 1040.69, - Buy: 1038.61, - Sell: 1038.62, - Change: 2.07, - ChangePercent: 0.2, - Volume: 20356, - High: 1044, - Low: 1031.75, - YearlyHigh: 1057, - YearlyLow: 859.5, - YearlyStart: 958.25, - YearlyChange: 8.39, - Settlement: `Loan`, - Contract: `Options`, - Region: `Europe`, - Country: `Czechia`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-08-24`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 803 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soy oil`, - Spread: 0.01, - Open: 33.26, - Price: 33.97, - Buy: 33.77, - Sell: 33.78, - Change: 0.2, - ChangePercent: 0.6, - Volume: 10592, - High: 33.77, - Low: 33.06, - YearlyHigh: 35.43, - YearlyLow: 26.61, - YearlyStart: 31.02, - YearlyChange: 8.87, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `North America`, - Country: `United States`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-08-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 804 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Coffee`, - Spread: 0.01, - Open: 125.7, - Price: 128.15, - Buy: 125.7, - Sell: 125.7, - Change: 2.46, - ChangePercent: 1.96, - Volume: 1654, - High: 125.8, - Low: 125, - YearlyHigh: 155.75, - YearlyLow: 115.35, - YearlyStart: 135.55, - YearlyChange: -7.27, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Asia Pacific`, - Country: `Malaysia`, - Risk: `Low`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-06-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 805 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `DOW Future`, - Spread: 0.01, - Open: 17711, - Price: 17924.7, - Buy: 17712.15, - Sell: 17712.16, - Change: 212.55, - ChangePercent: 1.2, - Volume: 22236, - High: 17727, - Low: 17642, - YearlyHigh: 18083, - YearlyLow: 15299, - YearlyStart: 16691, - YearlyChange: 6.12, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `Asia Pacific`, - Country: `Philippines`, - Risk: `Low`, - Sector: `Public`, - Currency: `USD`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-04-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 806 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Corn`, - Spread: 0.01, - Open: 379.5, - Price: 379.8, - Buy: 379.8, - Sell: 379.81, - Change: 0, - ChangePercent: 0, - Volume: 11266, - High: 381, - Low: 377.75, - YearlyHigh: 471.25, - YearlyLow: 351.25, - YearlyStart: 411.25, - YearlyChange: -7.65, - Settlement: `Credit`, - Contract: `Forwards`, - Region: `Asia Pacific`, - Country: `Taiwan`, - Risk: `High`, - Sector: `Public`, - Currency: `USD`, - Security: `Poor`, - Issuer: `FedEx`, - Maturity: `2022-05-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 807 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P MID MINI`, - Spread: 0.01, - Open: 1454.3, - Price: 1443.55, - Buy: 1455.78, - Sell: 1455.79, - Change: -12.23, - ChangePercent: -0.84, - Volume: 338, - High: 1455.78, - Low: 1448, - YearlyHigh: 1527.3, - YearlyLow: 1236, - YearlyStart: 1381.65, - YearlyChange: 5.37, - Settlement: `Credit`, - Contract: `Options`, - Region: `Middle East`, - Country: `Israel`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `American Airlines`, - Maturity: `2022-08-11`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 808 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Gold`, - Spread: 0.01, - Open: 1281.1, - Price: 1268.44, - Buy: 1280.73, - Sell: 1280.74, - Change: -12.29, - ChangePercent: -0.96, - Volume: 48387, - High: 1289.5, - Low: 1279.1, - YearlyHigh: 1306, - YearlyLow: 1047.2, - YearlyStart: 1176.6, - YearlyChange: 8.85, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Africa`, - Country: `Morocco`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-07-10`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 809 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `GBP/USD`, - Spread: 0.02, - Open: 1.4464, - Price: 1.18, - Buy: 1.18, - Sell: 1.2, - Change: -0.01, - ChangePercent: -1, - Volume: 29450, - High: 1.45, - Low: 1.19, - YearlyHigh: 1.59, - YearlyLow: 1.19, - YearlyStart: 1.49, - YearlyChange: -19.59, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Middle East`, - Country: `Iraq`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-09-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 810 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Ethanol`, - Spread: 0.01, - Open: 1.512, - Price: 2.75, - Buy: 2.75, - Sell: 2.76, - Change: 0, - ChangePercent: 0, - Volume: 14, - High: 2.75, - Low: 1.12, - YearlyHigh: 2.75, - YearlyLow: 1.12, - YearlyStart: 1.48, - YearlyChange: 86.7, - Settlement: `Cash`, - Contract: `Options`, - Region: `Middle East`, - Country: `Kuwait`, - Risk: `High`, - Sector: `Public`, - Currency: `PLN`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-06-10`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 811 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soy Meat`, - Spread: 0.01, - Open: 342.6, - Price: 345.5, - Buy: 342.6, - Sell: 342.6, - Change: 2.88, - ChangePercent: 0.84, - Volume: 5646, - High: 345.4, - Low: 340.3, - YearlyHigh: 353.4, - YearlyLow: 261.7, - YearlyStart: 307.55, - YearlyChange: 11.4, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Africa`, - Country: `Egypt`, - Risk: `High`, - Sector: `Government`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-03-16`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 812 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `US 30YR Future`, - Spread: 0.01, - Open: 164.875, - Price: 161.6, - Buy: 164.15, - Sell: 164.16, - Change: -2.56, - ChangePercent: -1.56, - Volume: 28012, - High: 165.25, - Low: 164.04, - YearlyHigh: 169.38, - YearlyLow: 151.47, - YearlyStart: 160.43, - YearlyChange: 2.33, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Africa`, - Country: `Morocco`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `Poor`, - Issuer: `FedEx`, - Maturity: `2022-07-11`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 813 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Copper`, - Spread: 0.02, - Open: 2.123, - Price: 2.1, - Buy: 2.12, - Sell: 2.12, - Change: -0.01, - ChangePercent: -0.8, - Volume: 28819, - High: 2.16, - Low: 2.11, - YearlyHigh: 2.94, - YearlyLow: 1.96, - YearlyStart: 2.45, - YearlyChange: -13.76, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `Africa`, - Country: `Tunisia`, - Risk: `High`, - Sector: `Private`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-04-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 814 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `FD Cattle`, - Spread: 0.01, - Open: 147.175, - Price: 145.81, - Buy: 148.6, - Sell: 148.61, - Change: -2.8, - ChangePercent: -1.88, - Volume: 5, - High: 148.61, - Low: 147.18, - YearlyHigh: 190, - YearlyLow: 138.1, - YearlyStart: 164.05, - YearlyChange: -9.41, - Settlement: `Cash`, - Contract: `CFD`, - Region: `Middle East`, - Country: `UAE`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-05-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 815 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Ethanol`, - Spread: 0.01, - Open: 1.512, - Price: 2.75, - Buy: 2.75, - Sell: 2.76, - Change: 0, - ChangePercent: 0, - Volume: 14, - High: 2.75, - Low: 1.12, - YearlyHigh: 2.75, - YearlyLow: 1.12, - YearlyStart: 1.48, - YearlyChange: 86.7, - Settlement: `Cash`, - Contract: `Futures`, - Region: `South America`, - Country: `Paraguay`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-08-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 816 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/CHF`, - Spread: 0.02, - Open: 1.0337, - Price: 1.06, - Buy: 1.03, - Sell: 1.03, - Change: 0.02, - ChangePercent: 1.76, - Volume: 5550, - High: 1.03, - Low: 1.03, - YearlyHigh: 1.11, - YearlyLow: 0.98, - YearlyStart: 1.04, - YearlyChange: -0.12, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Middle East`, - Country: `UAE`, - Risk: `High`, - Sector: `Government`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-03-27`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 817 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P MID MINI`, - Spread: 0.01, - Open: 1454.3, - Price: 1435.98, - Buy: 1455.78, - Sell: 1455.79, - Change: -19.8, - ChangePercent: -1.36, - Volume: 338, - High: 1455.78, - Low: 1448, - YearlyHigh: 1527.3, - YearlyLow: 1236, - YearlyStart: 1381.65, - YearlyChange: 5.37, - Settlement: `Cash`, - Contract: `Options`, - Region: `Africa`, - Country: `Senegal`, - Risk: `Low`, - Sector: `Public`, - Currency: `PLN`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-02-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 818 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soybean`, - Spread: 0.01, - Open: 1038, - Price: 1023.66, - Buy: 1038.61, - Sell: 1038.62, - Change: -14.96, - ChangePercent: -1.44, - Volume: 20356, - High: 1044, - Low: 1031.75, - YearlyHigh: 1057, - YearlyLow: 859.5, - YearlyStart: 958.25, - YearlyChange: 8.39, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Europe`, - Country: `Slovakia`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-03-11`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 819 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `US 2Y Future`, - Spread: 0.01, - Open: 109.3984, - Price: 111.27, - Buy: 109.4, - Sell: 109.4, - Change: 1.88, - ChangePercent: 1.72, - Volume: 17742, - High: 109.41, - Low: 109.38, - YearlyHigh: 109.8, - YearlyLow: 108.62, - YearlyStart: 109.21, - YearlyChange: 0.16, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Africa`, - Country: `South Africa`, - Risk: `Low`, - Sector: `Government`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-02-22`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 820 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Rice`, - Spread: 0.01, - Open: 11.245, - Price: 10.37, - Buy: 10.41, - Sell: 10.42, - Change: -0.05, - ChangePercent: -0.4, - Volume: 220, - High: 11.38, - Low: 10.42, - YearlyHigh: 14.14, - YearlyLow: 9.7, - YearlyStart: 11.92, - YearlyChange: -12.62, - Settlement: `Cash`, - Contract: `Options`, - Region: `Africa`, - Country: `Senegal`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-03-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 821 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Silver`, - Spread: 0.01, - Open: 17.43, - Price: 17.26, - Buy: 17.43, - Sell: 17.43, - Change: -0.16, - ChangePercent: -0.92, - Volume: 11720, - High: 17.51, - Low: 17.37, - YearlyHigh: 18.06, - YearlyLow: 13.73, - YearlyStart: 15.89, - YearlyChange: 9.59, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Middle East`, - Country: `Israel`, - Risk: `High`, - Sector: `Public`, - Currency: `USD`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-05-19`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 822 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Natural Gas`, - Spread: 0.02, - Open: 2.094, - Price: 2.1, - Buy: 2.09, - Sell: 2.09, - Change: 0, - ChangePercent: -0.12, - Volume: 2783, - High: 2.11, - Low: 2.09, - YearlyHigh: 3.2, - YearlyLow: 1.84, - YearlyStart: 2.52, - YearlyChange: -16.51, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Asia Pacific`, - Country: `Indonesia`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-07-10`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 823 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Rice`, - Spread: 0.01, - Open: 11.245, - Price: 10.5, - Buy: 10.41, - Sell: 10.42, - Change: 0.08, - ChangePercent: 0.84, - Volume: 220, - High: 11.38, - Low: 10.42, - YearlyHigh: 14.14, - YearlyLow: 9.7, - YearlyStart: 11.92, - YearlyChange: -12.62, - Settlement: `Credit`, - Contract: `Options`, - Region: `Africa`, - Country: `Egypt`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-04-11`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 824 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soy oil`, - Spread: 0.01, - Open: 33.26, - Price: 34.15, - Buy: 33.77, - Sell: 33.78, - Change: 0.38, - ChangePercent: 1.12, - Volume: 10592, - High: 33.77, - Low: 33.06, - YearlyHigh: 35.43, - YearlyLow: 26.61, - YearlyStart: 31.02, - YearlyChange: 8.87, - Settlement: `Cash`, - Contract: `CFD`, - Region: `Africa`, - Country: `South Africa`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-07-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 825 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/CAD`, - Spread: 0.02, - Open: 0.7744, - Price: 0.94, - Buy: 0.94, - Sell: 0.96, - Change: -0.01, - ChangePercent: -1.8, - Volume: 13669, - High: 0.95, - Low: 0.77, - YearlyHigh: 0.95, - YearlyLow: 0.68, - YearlyStart: 0.76, - YearlyChange: 26.43, - Settlement: `Credit`, - Contract: `Forwards`, - Region: `Middle East`, - Country: `Oman`, - Risk: `Low`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-07-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 826 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Coal`, - Spread: 0.015, - Open: 0.4363, - Price: 0.42, - Buy: 0.44, - Sell: 0.44, - Change: 0, - ChangePercent: 0.8, - Volume: 3, - High: 0.44, - Low: 0.44, - YearlyHigh: 0.48, - YearlyLow: 0.4, - YearlyStart: 0.44, - YearlyChange: -5.33, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Africa`, - Country: `Egypt`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-07-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 827 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soy oil`, - Spread: 0.01, - Open: 33.26, - Price: 34.12, - Buy: 33.77, - Sell: 33.78, - Change: 0.35, - ChangePercent: 1.04, - Volume: 10592, - High: 33.77, - Low: 33.06, - YearlyHigh: 35.43, - YearlyLow: 26.61, - YearlyStart: 31.02, - YearlyChange: 8.87, - Settlement: `Cash`, - Contract: `Options`, - Region: `Middle East`, - Country: `Lebanon`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-02-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 828 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P Future`, - Spread: 0.01, - Open: 2057.5, - Price: 2087.86, - Buy: 2056.6, - Sell: 2056.61, - Change: 31.26, - ChangePercent: 1.52, - Volume: 142780, - High: 2059.5, - Low: 2049, - YearlyHigh: 2105.5, - YearlyLow: 1794.5, - YearlyStart: 1950, - YearlyChange: 5.47, - Settlement: `Cash`, - Contract: `Options`, - Region: `Middle East`, - Country: `UAE`, - Risk: `Low`, - Sector: `Public`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-07-21`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 829 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `BTC/USD`, - Spread: 0.06, - Open: 93.88, - Price: 20639.56, - Buy: 21200.76, - Sell: 21400.78, - Change: -361.21, - ChangePercent: -1.72, - Volume: 5788000, - High: 22400.05, - Low: 20100.75, - YearlyHigh: 62400.7, - YearlyLow: 15100.88, - YearlyStart: 21200.29, - YearlyChange: -20.62, - Settlement: `Cash`, - Contract: `CFD`, - Region: `Africa`, - Country: `Ethiopia`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-07-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 830 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Ethanol`, - Spread: 0.01, - Open: 1.512, - Price: 2.75, - Buy: 2.75, - Sell: 2.76, - Change: 0, - ChangePercent: -0.2, - Volume: 14, - High: 2.75, - Low: 1.12, - YearlyHigh: 2.75, - YearlyLow: 1.12, - YearlyStart: 1.48, - YearlyChange: 86.7, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Middle East`, - Country: `Iraq`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `High`, - Issuer: `American Airlines`, - Maturity: `2022-06-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 831 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `US 2Y Future`, - Spread: 0.01, - Open: 109.3984, - Price: 108.91, - Buy: 109.4, - Sell: 109.4, - Change: -0.48, - ChangePercent: -0.44, - Volume: 17742, - High: 109.41, - Low: 109.38, - YearlyHigh: 109.8, - YearlyLow: 108.62, - YearlyStart: 109.21, - YearlyChange: 0.16, - Settlement: `Credit`, - Contract: `Swap`, - Region: `South America`, - Country: `Brazil`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `High`, - Issuer: `FedEx`, - Maturity: `2022-03-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 832 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `FD Cattle`, - Spread: 0.01, - Open: 147.175, - Price: 149.97, - Buy: 148.6, - Sell: 148.61, - Change: 1.36, - ChangePercent: 0.92, - Volume: 5, - High: 148.61, - Low: 147.18, - YearlyHigh: 190, - YearlyLow: 138.1, - YearlyStart: 164.05, - YearlyChange: -9.41, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `Middle East`, - Country: `Israel`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-05-23`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 833 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `DOW Future`, - Spread: 0.01, - Open: 17711, - Price: 17485.44, - Buy: 17712.15, - Sell: 17712.16, - Change: -226.71, - ChangePercent: -1.28, - Volume: 22236, - High: 17727, - Low: 17642, - YearlyHigh: 18083, - YearlyLow: 15299, - YearlyStart: 16691, - YearlyChange: 6.12, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Africa`, - Country: `Niger`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-07-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 834 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Sugar`, - Spread: 0.01, - Open: 15.68, - Price: 14.49, - Buy: 14.67, - Sell: 14.68, - Change: -0.18, - ChangePercent: -1.24, - Volume: 4949, - High: 15.7, - Low: 14.67, - YearlyHigh: 16.87, - YearlyLow: 11.37, - YearlyStart: 14.12, - YearlyChange: 3.92, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Africa`, - Country: `Egypt`, - Risk: `Low`, - Sector: `Government`, - Currency: `USD`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-08-23`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 835 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soy oil`, - Spread: 0.01, - Open: 33.26, - Price: 33.66, - Buy: 33.77, - Sell: 33.78, - Change: -0.11, - ChangePercent: -0.32, - Volume: 10592, - High: 33.77, - Low: 33.06, - YearlyHigh: 35.43, - YearlyLow: 26.61, - YearlyStart: 31.02, - YearlyChange: 8.87, - Settlement: `Cash`, - Contract: `Options`, - Region: `Middle East`, - Country: `Lebanon`, - Risk: `High`, - Sector: `Government`, - Currency: `USD`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-08-16`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 836 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Uranium`, - Spread: 0.02, - Open: 27.55, - Price: 27.96, - Buy: 27.55, - Sell: 27.55, - Change: 0.38, - ChangePercent: 1.36, - Volume: 12, - High: 27.55, - Low: 27.55, - YearlyHigh: 29.32, - YearlyLow: 21.28, - YearlyStart: 25.3, - YearlyChange: 9.01, - Settlement: `Cash`, - Contract: `CFD`, - Region: `Middle East`, - Country: `Saudi Arabia`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-07-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 837 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Oats`, - Spread: 0.01, - Open: 194.5, - Price: 195.07, - Buy: 194.21, - Sell: 194.22, - Change: 0.85, - ChangePercent: 0.44, - Volume: 64, - High: 195.75, - Low: 194, - YearlyHigh: 241.25, - YearlyLow: 183.75, - YearlyStart: 212.5, - YearlyChange: -8.6, - Settlement: `Cash`, - Contract: `Swap`, - Region: `South America`, - Country: `Guyana`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-03-22`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 838 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Cotton`, - Spread: 0.01, - Open: 61.77, - Price: 61.56, - Buy: 61.77, - Sell: 61.77, - Change: -0.2, - ChangePercent: -0.32, - Volume: 3612, - High: 62.06, - Low: 61.32, - YearlyHigh: 67.59, - YearlyLow: 54.33, - YearlyStart: 60.96, - YearlyChange: 1.31, - Settlement: `Cash`, - Contract: `CFD`, - Region: `North America`, - Country: `United States`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-05-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 839 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `BTC/USD`, - Spread: 0.06, - Open: 93.88, - Price: 20925.17, - Buy: 21200.76, - Sell: 21400.78, - Change: -75.6, - ChangePercent: -0.36, - Volume: 5788000, - High: 22400.05, - Low: 20100.75, - YearlyHigh: 62400.7, - YearlyLow: 15100.88, - YearlyStart: 21200.29, - YearlyChange: -20.62, - Settlement: `Loan`, - Contract: `Options`, - Region: `Africa`, - Country: `Ethiopia`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-09-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 840 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soy Meat`, - Spread: 0.01, - Open: 342.6, - Price: 348.24, - Buy: 342.6, - Sell: 342.6, - Change: 5.62, - ChangePercent: 1.64, - Volume: 5646, - High: 345.4, - Low: 340.3, - YearlyHigh: 353.4, - YearlyLow: 261.7, - YearlyStart: 307.55, - YearlyChange: 11.4, - Settlement: `Loan`, - Contract: `Futures`, - Region: `North America`, - Country: `United States`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-04-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 841 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Milk`, - Spread: 0.01, - Open: 12.87, - Price: 12.86, - Buy: 12.87, - Sell: 12.87, - Change: 0, - ChangePercent: 0, - Volume: 7, - High: 12.89, - Low: 12.81, - YearlyHigh: 16.96, - YearlyLow: 12.81, - YearlyStart: 14.88, - YearlyChange: -13.6, - Settlement: `Cash`, - Contract: `CFD`, - Region: `Europe`, - Country: `Norway`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-02-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 842 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Silver`, - Spread: 0.01, - Open: 17.43, - Price: 17.52, - Buy: 17.43, - Sell: 17.43, - Change: 0.1, - ChangePercent: 0.56, - Volume: 11720, - High: 17.51, - Low: 17.37, - YearlyHigh: 18.06, - YearlyLow: 13.73, - YearlyStart: 15.89, - YearlyChange: 9.59, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Africa`, - Country: `Niger`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `High`, - Issuer: `American Airlines`, - Maturity: `2022-02-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 843 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Palladium`, - Spread: 0.01, - Open: 600.55, - Price: 606.53, - Buy: 601, - Sell: 601.01, - Change: 5.53, - ChangePercent: 0.92, - Volume: 651, - High: 607.2, - Low: 598.4, - YearlyHigh: 690, - YearlyLow: 458.6, - YearlyStart: 574.3, - YearlyChange: 4.65, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Europe`, - Country: `Slovakia`, - Risk: `High`, - Sector: `Public`, - Currency: `USD`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-07-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 844 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P MID MINI`, - Spread: 0.01, - Open: 1454.3, - Price: 1463.35, - Buy: 1455.78, - Sell: 1455.79, - Change: 7.57, - ChangePercent: 0.52, - Volume: 338, - High: 1455.78, - Low: 1448, - YearlyHigh: 1527.3, - YearlyLow: 1236, - YearlyStart: 1381.65, - YearlyChange: 5.37, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Middle East`, - Country: `Qatar`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-07-27`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 845 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Coffee`, - Spread: 0.01, - Open: 125.7, - Price: 125.39, - Buy: 125.7, - Sell: 125.7, - Change: -0.3, - ChangePercent: -0.24, - Volume: 1654, - High: 125.8, - Low: 125, - YearlyHigh: 155.75, - YearlyLow: 115.35, - YearlyStart: 135.55, - YearlyChange: -7.27, - Settlement: `Loan`, - Contract: `Swap`, - Region: `South America`, - Country: `Suriname`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-05-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 846 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Cocoa`, - Spread: 0.01, - Open: 3076, - Price: 3116.63, - Buy: 3076, - Sell: 3076, - Change: 40.6, - ChangePercent: 1.32, - Volume: 978, - High: 3078, - Low: 3066, - YearlyHigh: 3406, - YearlyLow: 2746, - YearlyStart: 3076, - YearlyChange: 0, - Settlement: `Cash`, - Contract: `Futures`, - Region: `North America`, - Country: `Mexico`, - Risk: `High`, - Sector: `Government`, - Currency: `USD`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-07-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 847 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Corn`, - Spread: 0.01, - Open: 379.5, - Price: 386.34, - Buy: 379.8, - Sell: 379.81, - Change: 6.54, - ChangePercent: 1.72, - Volume: 11266, - High: 381, - Low: 377.75, - YearlyHigh: 471.25, - YearlyLow: 351.25, - YearlyStart: 411.25, - YearlyChange: -7.65, - Settlement: `Credit`, - Contract: `Forwards`, - Region: `Middle East`, - Country: `UAE`, - Risk: `High`, - Sector: `Private`, - Currency: `PLN`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-08-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 848 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Sugar`, - Spread: 0.01, - Open: 15.68, - Price: 14.45, - Buy: 14.67, - Sell: 14.68, - Change: -0.22, - ChangePercent: -1.56, - Volume: 4949, - High: 15.7, - Low: 14.67, - YearlyHigh: 16.87, - YearlyLow: 11.37, - YearlyStart: 14.12, - YearlyChange: 3.92, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Asia Pacific`, - Country: `Taiwan`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-07-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 849 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `DOW Future`, - Spread: 0.01, - Open: 17711, - Price: 17549.2, - Buy: 17712.15, - Sell: 17712.16, - Change: -162.95, - ChangePercent: -0.92, - Volume: 22236, - High: 17727, - Low: 17642, - YearlyHigh: 18083, - YearlyLow: 15299, - YearlyStart: 16691, - YearlyChange: 6.12, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Middle East`, - Country: `UAE`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-04-21`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 850 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `FD Cattle`, - Spread: 0.01, - Open: 147.175, - Price: 150.69, - Buy: 148.6, - Sell: 148.61, - Change: 2.08, - ChangePercent: 1.4, - Volume: 5, - High: 148.61, - Low: 147.18, - YearlyHigh: 190, - YearlyLow: 138.1, - YearlyStart: 164.05, - YearlyChange: -9.41, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Africa`, - Country: `Tunisia`, - Risk: `High`, - Sector: `Public`, - Currency: `PLN`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-08-23`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 851 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Rice`, - Spread: 0.01, - Open: 11.245, - Price: 10.62, - Buy: 10.41, - Sell: 10.42, - Change: 0.2, - ChangePercent: 2, - Volume: 220, - High: 11.38, - Low: 10.42, - YearlyHigh: 14.14, - YearlyLow: 9.7, - YearlyStart: 11.92, - YearlyChange: -12.62, - Settlement: `Loan`, - Contract: `CFD`, - Region: `Middle East`, - Country: `Qatar`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-04-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 852 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Rice`, - Spread: 0.01, - Open: 11.245, - Price: 10.43, - Buy: 10.41, - Sell: 10.42, - Change: 0.01, - ChangePercent: 0.16, - Volume: 220, - High: 11.38, - Low: 10.42, - YearlyHigh: 14.14, - YearlyLow: 9.7, - YearlyStart: 11.92, - YearlyChange: -12.62, - Settlement: `Credit`, - Contract: `Futures`, - Region: `Europe`, - Country: `Belgium`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-04-23`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 853 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/CAD`, - Spread: 0.02, - Open: 0.7744, - Price: 0.95, - Buy: 0.94, - Sell: 0.96, - Change: 0, - ChangePercent: -0.24, - Volume: 13669, - High: 0.95, - Low: 0.77, - YearlyHigh: 0.95, - YearlyLow: 0.68, - YearlyStart: 0.76, - YearlyChange: 26.43, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Africa`, - Country: `Niger`, - Risk: `High`, - Sector: `Government`, - Currency: `PLN`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-04-22`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 854 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `DOW Future`, - Spread: 0.01, - Open: 17711, - Price: 17634.22, - Buy: 17712.15, - Sell: 17712.16, - Change: -77.93, - ChangePercent: -0.44, - Volume: 22236, - High: 17727, - Low: 17642, - YearlyHigh: 18083, - YearlyLow: 15299, - YearlyStart: 16691, - YearlyChange: 6.12, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Middle East`, - Country: `Syria`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-07-24`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 855 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soy Meat`, - Spread: 0.01, - Open: 342.6, - Price: 340.02, - Buy: 342.6, - Sell: 342.6, - Change: -2.6, - ChangePercent: -0.76, - Volume: 5646, - High: 345.4, - Low: 340.3, - YearlyHigh: 353.4, - YearlyLow: 261.7, - YearlyStart: 307.55, - YearlyChange: 11.4, - Settlement: `Credit`, - Contract: `Forwards`, - Region: `Europe`, - Country: `Norway`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-03-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 856 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Cocoa`, - Spread: 0.01, - Open: 3076, - Price: 3076.03, - Buy: 3076, - Sell: 3076, - Change: 0, - ChangePercent: 0, - Volume: 978, - High: 3078, - Low: 3066, - YearlyHigh: 3406, - YearlyLow: 2746, - YearlyStart: 3076, - YearlyChange: 0, - Settlement: `Cash`, - Contract: `Options`, - Region: `Africa`, - Country: `Ethiopia`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `FedEx`, - Maturity: `2022-06-23`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 857 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Sugar`, - Spread: 0.01, - Open: 15.68, - Price: 14.46, - Buy: 14.67, - Sell: 14.68, - Change: -0.21, - ChangePercent: -1.44, - Volume: 4949, - High: 15.7, - Low: 14.67, - YearlyHigh: 16.87, - YearlyLow: 11.37, - YearlyStart: 14.12, - YearlyChange: 3.92, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `Middle East`, - Country: `Oman`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-05-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 858 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `US 2Y Future`, - Spread: 0.01, - Open: 109.3984, - Price: 110.35, - Buy: 109.4, - Sell: 109.4, - Change: 0.96, - ChangePercent: 0.88, - Volume: 17742, - High: 109.41, - Low: 109.38, - YearlyHigh: 109.8, - YearlyLow: 108.62, - YearlyStart: 109.21, - YearlyChange: 0.16, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Asia Pacific`, - Country: `Thailand`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-07-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 859 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Diesel`, - Spread: 0.015, - Open: 1.3474, - Price: 1.35, - Buy: 1.35, - Sell: 1.35, - Change: -0.01, - ChangePercent: -0.36, - Volume: 2971, - High: 1.36, - Low: 1.34, - YearlyHigh: 2.11, - YearlyLow: 0.92, - YearlyStart: 1.51, - YearlyChange: -10.4, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `Asia Pacific`, - Country: `Taiwan`, - Risk: `Low`, - Sector: `Government`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-02-19`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 860 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Oats`, - Spread: 0.01, - Open: 194.5, - Price: 192.74, - Buy: 194.21, - Sell: 194.22, - Change: -1.48, - ChangePercent: -0.76, - Volume: 64, - High: 195.75, - Low: 194, - YearlyHigh: 241.25, - YearlyLow: 183.75, - YearlyStart: 212.5, - YearlyChange: -8.6, - Settlement: `Cash`, - Contract: `Options`, - Region: `Africa`, - Country: `Libya`, - Risk: `Low`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-09-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 861 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/CHF`, - Spread: 0.02, - Open: 1.0337, - Price: 1.05, - Buy: 1.03, - Sell: 1.03, - Change: 0.01, - ChangePercent: 0.92, - Volume: 5550, - High: 1.03, - Low: 1.03, - YearlyHigh: 1.11, - YearlyLow: 0.98, - YearlyStart: 1.04, - YearlyChange: -0.12, - Settlement: `Cash`, - Contract: `Options`, - Region: `North America`, - Country: `United States`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-04-22`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 862 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `DOW Future`, - Spread: 0.01, - Open: 17711, - Price: 17995.55, - Buy: 17712.15, - Sell: 17712.16, - Change: 283.4, - ChangePercent: 1.6, - Volume: 22236, - High: 17727, - Low: 17642, - YearlyHigh: 18083, - YearlyLow: 15299, - YearlyStart: 16691, - YearlyChange: 6.12, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Middle East`, - Country: `Israel`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-05-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 863 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Platinum`, - Spread: 0.01, - Open: 1071.6, - Price: 1075.38, - Buy: 1071.09, - Sell: 1071.1, - Change: 4.28, - ChangePercent: 0.4, - Volume: 3039, - High: 1081.2, - Low: 1070.5, - YearlyHigh: 1120.6, - YearlyLow: 812.4, - YearlyStart: 966.5, - YearlyChange: 10.82, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `Africa`, - Country: `Algeria`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-07-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 864 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Milk`, - Spread: 0.01, - Open: 12.87, - Price: 12.74, - Buy: 12.87, - Sell: 12.87, - Change: -0.12, - ChangePercent: -0.92, - Volume: 7, - High: 12.89, - Low: 12.81, - YearlyHigh: 16.96, - YearlyLow: 12.81, - YearlyStart: 14.88, - YearlyChange: -13.6, - Settlement: `Cash`, - Contract: `Options`, - Region: `South America`, - Country: `Colombia`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-09-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 865 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `DOW Future`, - Spread: 0.01, - Open: 17711, - Price: 17761.75, - Buy: 17712.15, - Sell: 17712.16, - Change: 49.6, - ChangePercent: 0.28, - Volume: 22236, - High: 17727, - Low: 17642, - YearlyHigh: 18083, - YearlyLow: 15299, - YearlyStart: 16691, - YearlyChange: 6.12, - Settlement: `Cash`, - Contract: `Options`, - Region: `North America`, - Country: `United States`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-05-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 866 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Rice`, - Spread: 0.01, - Open: 11.245, - Price: 10.24, - Buy: 10.41, - Sell: 10.42, - Change: -0.18, - ChangePercent: -1.64, - Volume: 220, - High: 11.38, - Low: 10.42, - YearlyHigh: 14.14, - YearlyLow: 9.7, - YearlyStart: 11.92, - YearlyChange: -12.62, - Settlement: `Credit`, - Contract: `CFD`, - Region: `South America`, - Country: `Bolivia`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-05-11`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 867 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Natural Gas`, - Spread: 0.02, - Open: 2.094, - Price: 2.11, - Buy: 2.09, - Sell: 2.09, - Change: 0.01, - ChangePercent: 0.32, - Volume: 2783, - High: 2.11, - Low: 2.09, - YearlyHigh: 3.2, - YearlyLow: 1.84, - YearlyStart: 2.52, - YearlyChange: -16.51, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Middle East`, - Country: `Israel`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `High`, - Issuer: `American Airlines`, - Maturity: `2022-07-19`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 868 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `OJ Future`, - Spread: 0.01, - Open: 140.6, - Price: 142.66, - Buy: 140.18, - Sell: 140.19, - Change: 2.47, - ChangePercent: 1.76, - Volume: 7, - High: 140.19, - Low: 0, - YearlyHigh: 155.95, - YearlyLow: 113, - YearlyStart: 134.47, - YearlyChange: 4.25, - Settlement: `Credit`, - Contract: `Options`, - Region: `Asia Pacific`, - Country: `Korea`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-02-22`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 869 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Corn`, - Spread: 0.01, - Open: 379.5, - Price: 372.97, - Buy: 379.8, - Sell: 379.81, - Change: -6.83, - ChangePercent: -1.8, - Volume: 11266, - High: 381, - Low: 377.75, - YearlyHigh: 471.25, - YearlyLow: 351.25, - YearlyStart: 411.25, - YearlyChange: -7.65, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Africa`, - Country: `Egypt`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-04-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 870 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Sugar`, - Spread: 0.01, - Open: 15.68, - Price: 14.97, - Buy: 14.67, - Sell: 14.68, - Change: 0.3, - ChangePercent: 2, - Volume: 4949, - High: 15.7, - Low: 14.67, - YearlyHigh: 16.87, - YearlyLow: 11.37, - YearlyStart: 14.12, - YearlyChange: 3.92, - Settlement: `Cash`, - Contract: `CFD`, - Region: `Europe`, - Country: `Croatia`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-08-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 871 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Oats`, - Spread: 0.01, - Open: 194.5, - Price: 193.05, - Buy: 194.21, - Sell: 194.22, - Change: -1.17, - ChangePercent: -0.6, - Volume: 64, - High: 195.75, - Low: 194, - YearlyHigh: 241.25, - YearlyLow: 183.75, - YearlyStart: 212.5, - YearlyChange: -8.6, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Africa`, - Country: `Algeria`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-08-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 872 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/CHF`, - Spread: 0.02, - Open: 1.0337, - Price: 1.03, - Buy: 1.03, - Sell: 1.03, - Change: -0.01, - ChangePercent: -1.2, - Volume: 5550, - High: 1.03, - Low: 1.03, - YearlyHigh: 1.11, - YearlyLow: 0.98, - YearlyStart: 1.04, - YearlyChange: -0.12, - Settlement: `Credit`, - Contract: `Options`, - Region: `Europe`, - Country: `Spain`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-03-19`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 873 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `US 30YR Future`, - Spread: 0.01, - Open: 164.875, - Price: 164.62, - Buy: 164.15, - Sell: 164.16, - Change: 0.46, - ChangePercent: 0.28, - Volume: 28012, - High: 165.25, - Low: 164.04, - YearlyHigh: 169.38, - YearlyLow: 151.47, - YearlyStart: 160.43, - YearlyChange: 2.33, - Settlement: `Loan`, - Contract: `Futures`, - Region: `Middle East`, - Country: `Bahrain`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-06-23`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 874 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Platinum`, - Spread: 0.01, - Open: 1071.6, - Price: 1051.82, - Buy: 1071.09, - Sell: 1071.1, - Change: -19.28, - ChangePercent: -1.8, - Volume: 3039, - High: 1081.2, - Low: 1070.5, - YearlyHigh: 1120.6, - YearlyLow: 812.4, - YearlyStart: 966.5, - YearlyChange: 10.82, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Asia Pacific`, - Country: `Singapore`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-01-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 875 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/CAD`, - Spread: 0.02, - Open: 0.7744, - Price: 0.96, - Buy: 0.94, - Sell: 0.96, - Change: 0.01, - ChangePercent: 0.88, - Volume: 13669, - High: 0.95, - Low: 0.77, - YearlyHigh: 0.95, - YearlyLow: 0.68, - YearlyStart: 0.76, - YearlyChange: 26.43, - Settlement: `Loan`, - Contract: `Options`, - Region: `Europe`, - Country: `Russia`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `High`, - Issuer: `American Airlines`, - Maturity: `2022-06-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 876 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Lumber`, - Spread: 0.01, - Open: 303.9, - Price: 302.53, - Buy: 304.59, - Sell: 304.6, - Change: -2.07, - ChangePercent: -0.68, - Volume: 2, - High: 304.6, - Low: 303.9, - YearlyHigh: 317.1, - YearlyLow: 236, - YearlyStart: 276.55, - YearlyChange: 10.14, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Middle East`, - Country: `Iraq`, - Risk: `High`, - Sector: `Public`, - Currency: `USD`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-07-16`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 877 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Cocoa`, - Spread: 0.01, - Open: 3076, - Price: 3084.64, - Buy: 3076, - Sell: 3076, - Change: 8.61, - ChangePercent: 0.28, - Volume: 978, - High: 3078, - Low: 3066, - YearlyHigh: 3406, - YearlyLow: 2746, - YearlyStart: 3076, - YearlyChange: 0, - Settlement: `Cash`, - Contract: `Options`, - Region: `Africa`, - Country: `Senegal`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-08-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 878 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Rice`, - Spread: 0.01, - Open: 11.245, - Price: 10.37, - Buy: 10.41, - Sell: 10.42, - Change: -0.05, - ChangePercent: -0.4, - Volume: 220, - High: 11.38, - Low: 10.42, - YearlyHigh: 14.14, - YearlyLow: 9.7, - YearlyStart: 11.92, - YearlyChange: -12.62, - Settlement: `Cash`, - Contract: `CFD`, - Region: `Europe`, - Country: `Germany`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-07-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 879 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Copper`, - Spread: 0.02, - Open: 2.123, - Price: 2.12, - Buy: 2.12, - Sell: 2.12, - Change: 0.01, - ChangePercent: 0.36, - Volume: 28819, - High: 2.16, - Low: 2.11, - YearlyHigh: 2.94, - YearlyLow: 1.96, - YearlyStart: 2.45, - YearlyChange: -13.76, - Settlement: `Credit`, - Contract: `CFD`, - Region: `North America`, - Country: `United States`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-06-27`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 880 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `NAS Future`, - Spread: 0.01, - Open: 4341.25, - Price: 4311.76, - Buy: 4341.25, - Sell: 4341.25, - Change: -29.52, - ChangePercent: -0.68, - Volume: 18259, - High: 4347, - Low: 4318, - YearlyHigh: 4719.75, - YearlyLow: 3867.75, - YearlyStart: 4293.75, - YearlyChange: 1.11, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Asia Pacific`, - Country: `Thailand`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-04-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 881 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `OJ Future`, - Spread: 0.01, - Open: 140.6, - Price: 139.68, - Buy: 140.18, - Sell: 140.19, - Change: -0.51, - ChangePercent: -0.36, - Volume: 7, - High: 140.19, - Low: 0, - YearlyHigh: 155.95, - YearlyLow: 113, - YearlyStart: 134.47, - YearlyChange: 4.25, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `Africa`, - Country: `Tunisia`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-03-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 882 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `LV Cattle`, - Spread: 0.01, - Open: 120.725, - Price: 118.48, - Buy: 120.72, - Sell: 120.72, - Change: -2.22, - ChangePercent: -1.84, - Volume: 4, - High: 120.72, - Low: 120.72, - YearlyHigh: 147.98, - YearlyLow: 113.9, - YearlyStart: 130.94, - YearlyChange: -7.82, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Asia Pacific`, - Country: `Azerbaijan`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-07-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 883 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Sugar`, - Spread: 0.01, - Open: 15.68, - Price: 14.66, - Buy: 14.67, - Sell: 14.68, - Change: -0.01, - ChangePercent: -0.08, - Volume: 4949, - High: 15.7, - Low: 14.67, - YearlyHigh: 16.87, - YearlyLow: 11.37, - YearlyStart: 14.12, - YearlyChange: 3.92, - Settlement: `Cash`, - Contract: `Futures`, - Region: `North America`, - Country: `Canada`, - Risk: `High`, - Sector: `Public`, - Currency: `PLN`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-01-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 884 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Gold`, - Spread: 0.01, - Open: 1281.1, - Price: 1274.07, - Buy: 1280.73, - Sell: 1280.74, - Change: -6.66, - ChangePercent: -0.52, - Volume: 48387, - High: 1289.5, - Low: 1279.1, - YearlyHigh: 1306, - YearlyLow: 1047.2, - YearlyStart: 1176.6, - YearlyChange: 8.85, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Asia Pacific`, - Country: `Philippines`, - Risk: `High`, - Sector: `Government`, - Currency: `USD`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-08-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 885 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Gold`, - Spread: 0.01, - Open: 1281.1, - Price: 1265.88, - Buy: 1280.73, - Sell: 1280.74, - Change: -14.85, - ChangePercent: -1.16, - Volume: 48387, - High: 1289.5, - Low: 1279.1, - YearlyHigh: 1306, - YearlyLow: 1047.2, - YearlyStart: 1176.6, - YearlyChange: 8.85, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Europe`, - Country: `Czechia`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-04-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 886 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soybean`, - Spread: 0.01, - Open: 1038, - Price: 1055.65, - Buy: 1038.61, - Sell: 1038.62, - Change: 17.03, - ChangePercent: 1.64, - Volume: 20356, - High: 1044, - Low: 1031.75, - YearlyHigh: 1057, - YearlyLow: 859.5, - YearlyStart: 958.25, - YearlyChange: 8.39, - Settlement: `Cash`, - Contract: `Options`, - Region: `South America`, - Country: `Peru`, - Risk: `Low`, - Sector: `Government`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-01-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 887 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P 600 MINI`, - Spread: 0.01, - Open: 687.9, - Price: 681.83, - Buy: 687.9, - Sell: 687.9, - Change: -6.05, - ChangePercent: -0.88, - Volume: 0, - High: 0, - Low: 0, - YearlyHigh: 620.32, - YearlyLow: 595.9, - YearlyStart: 608.11, - YearlyChange: 13.12, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Middle East`, - Country: `Israel`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-04-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 888 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Sugar`, - Spread: 0.01, - Open: 15.68, - Price: 14.66, - Buy: 14.67, - Sell: 14.68, - Change: -0.01, - ChangePercent: -0.08, - Volume: 4949, - High: 15.7, - Low: 14.67, - YearlyHigh: 16.87, - YearlyLow: 11.37, - YearlyStart: 14.12, - YearlyChange: 3.92, - Settlement: `Loan`, - Contract: `Futures`, - Region: `Middle East`, - Country: `Saudi Arabia`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-04-16`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 889 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Uranium`, - Spread: 0.02, - Open: 27.55, - Price: 28.08, - Buy: 27.55, - Sell: 27.55, - Change: 0.5, - ChangePercent: 1.8, - Volume: 12, - High: 27.55, - Low: 27.55, - YearlyHigh: 29.32, - YearlyLow: 21.28, - YearlyStart: 25.3, - YearlyChange: 9.01, - Settlement: `Cash`, - Contract: `Options`, - Region: `Asia Pacific`, - Country: `Australia`, - Risk: `High`, - Sector: `Private`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-04-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 890 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/CHF`, - Spread: 0.02, - Open: 1.0337, - Price: 1.05, - Buy: 1.03, - Sell: 1.03, - Change: 0.01, - ChangePercent: 0.2, - Volume: 5550, - High: 1.03, - Low: 1.03, - YearlyHigh: 1.11, - YearlyLow: 0.98, - YearlyStart: 1.04, - YearlyChange: -0.12, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Europe`, - Country: `Slovenia`, - Risk: `High`, - Sector: `Government`, - Currency: `USD`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-02-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 891 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Lumber`, - Spread: 0.01, - Open: 303.9, - Price: 298.75, - Buy: 304.59, - Sell: 304.6, - Change: -5.85, - ChangePercent: -1.92, - Volume: 2, - High: 304.6, - Low: 303.9, - YearlyHigh: 317.1, - YearlyLow: 236, - YearlyStart: 276.55, - YearlyChange: 10.14, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Middle East`, - Country: `Kuwait`, - Risk: `Low`, - Sector: `Government`, - Currency: `USD`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-04-24`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 892 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Platinum`, - Spread: 0.01, - Open: 1071.6, - Price: 1052.25, - Buy: 1071.09, - Sell: 1071.1, - Change: -18.85, - ChangePercent: -1.76, - Volume: 3039, - High: 1081.2, - Low: 1070.5, - YearlyHigh: 1120.6, - YearlyLow: 812.4, - YearlyStart: 966.5, - YearlyChange: 10.82, - Settlement: `Cash`, - Contract: `CFD`, - Region: `Africa`, - Country: `South Africa`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-08-21`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 893 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Lumber`, - Spread: 0.01, - Open: 303.9, - Price: 300.46, - Buy: 304.59, - Sell: 304.6, - Change: -4.14, - ChangePercent: -1.36, - Volume: 2, - High: 304.6, - Low: 303.9, - YearlyHigh: 317.1, - YearlyLow: 236, - YearlyStart: 276.55, - YearlyChange: 10.14, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Asia Pacific`, - Country: `Pakistan`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-06-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 894 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P MID MINI`, - Spread: 0.01, - Open: 1454.3, - Price: 1455.78, - Buy: 1455.78, - Sell: 1455.79, - Change: 0, - ChangePercent: 0, - Volume: 338, - High: 1455.78, - Low: 1448, - YearlyHigh: 1527.3, - YearlyLow: 1236, - YearlyStart: 1381.65, - YearlyChange: 5.37, - Settlement: `Cash`, - Contract: `Options`, - Region: `Asia Pacific`, - Country: `Philippines`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-02-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 895 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Ethanol`, - Spread: 0.01, - Open: 1.512, - Price: 2.76, - Buy: 2.75, - Sell: 2.76, - Change: 0.01, - ChangePercent: 0.36, - Volume: 14, - High: 2.75, - Low: 1.12, - YearlyHigh: 2.75, - YearlyLow: 1.12, - YearlyStart: 1.48, - YearlyChange: 86.7, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `South America`, - Country: `Paraguay`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `High`, - Issuer: `American Airlines`, - Maturity: `2022-02-21`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 896 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P 600 MINI`, - Spread: 0.01, - Open: 687.9, - Price: 691.46, - Buy: 687.9, - Sell: 687.9, - Change: 3.58, - ChangePercent: 0.52, - Volume: 0, - High: 0, - Low: 0, - YearlyHigh: 620.32, - YearlyLow: 595.9, - YearlyStart: 608.11, - YearlyChange: 13.12, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Europe`, - Country: `Iceland`, - Risk: `High`, - Sector: `Private`, - Currency: `PLN`, - Security: `High`, - Issuer: `FedEx`, - Maturity: `2022-05-22`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 897 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soybean`, - Spread: 0.01, - Open: 1038, - Price: 1044.43, - Buy: 1038.61, - Sell: 1038.62, - Change: 5.81, - ChangePercent: 0.56, - Volume: 20356, - High: 1044, - Low: 1031.75, - YearlyHigh: 1057, - YearlyLow: 859.5, - YearlyStart: 958.25, - YearlyChange: 8.39, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Middle East`, - Country: `Saudi Arabia`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-04-19`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 898 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soybean`, - Spread: 0.01, - Open: 1038, - Price: 1031.14, - Buy: 1038.61, - Sell: 1038.62, - Change: -7.48, - ChangePercent: -0.72, - Volume: 20356, - High: 1044, - Low: 1031.75, - YearlyHigh: 1057, - YearlyLow: 859.5, - YearlyStart: 958.25, - YearlyChange: 8.39, - Settlement: `Cash`, - Contract: `Options`, - Region: `Asia Pacific`, - Country: `Indonesia`, - Risk: `High`, - Sector: `Government`, - Currency: `USD`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-02-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 899 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P Future`, - Spread: 0.01, - Open: 2057.5, - Price: 2047.55, - Buy: 2056.6, - Sell: 2056.61, - Change: -9.05, - ChangePercent: -0.44, - Volume: 142780, - High: 2059.5, - Low: 2049, - YearlyHigh: 2105.5, - YearlyLow: 1794.5, - YearlyStart: 1950, - YearlyChange: 5.47, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `North America`, - Country: `Canada`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-03-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 900 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/CAD`, - Spread: 0.02, - Open: 0.7744, - Price: 0.94, - Buy: 0.94, - Sell: 0.96, - Change: -0.01, - ChangePercent: -1.36, - Volume: 13669, - High: 0.95, - Low: 0.77, - YearlyHigh: 0.95, - YearlyLow: 0.68, - YearlyStart: 0.76, - YearlyChange: 26.43, - Settlement: `Cash`, - Contract: `Options`, - Region: `Asia Pacific`, - Country: `Korea`, - Risk: `Low`, - Sector: `Government`, - Currency: `USD`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-02-24`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 901 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Corn`, - Spread: 0.01, - Open: 379.5, - Price: 375.85, - Buy: 379.8, - Sell: 379.81, - Change: -3.95, - ChangePercent: -1.04, - Volume: 11266, - High: 381, - Low: 377.75, - YearlyHigh: 471.25, - YearlyLow: 351.25, - YearlyStart: 411.25, - YearlyChange: -7.65, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Middle East`, - Country: `Syria`, - Risk: `High`, - Sector: `Government`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-06-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 902 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Rice`, - Spread: 0.01, - Open: 11.245, - Price: 10.4, - Buy: 10.41, - Sell: 10.42, - Change: -0.02, - ChangePercent: -0.12, - Volume: 220, - High: 11.38, - Low: 10.42, - YearlyHigh: 14.14, - YearlyLow: 9.7, - YearlyStart: 11.92, - YearlyChange: -12.62, - Settlement: `Cash`, - Contract: `Options`, - Region: `South America`, - Country: `Suriname`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-04-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 903 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Copper`, - Spread: 0.02, - Open: 2.123, - Price: 2.11, - Buy: 2.12, - Sell: 2.12, - Change: 0, - ChangePercent: -0.32, - Volume: 28819, - High: 2.16, - Low: 2.11, - YearlyHigh: 2.94, - YearlyLow: 1.96, - YearlyStart: 2.45, - YearlyChange: -13.76, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Africa`, - Country: `Morocco`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-05-23`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 904 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `Euro$ 3M`, - Spread: 0.01, - Open: 99.18, - Price: 101.03, - Buy: 99.18, - Sell: 99.18, - Change: 1.86, - ChangePercent: 1.88, - Volume: 29509, - High: 99.18, - Low: 99.17, - YearlyHigh: 99.38, - YearlyLow: 98.41, - YearlyStart: 98.89, - YearlyChange: 0.28, - Settlement: `Credit`, - Contract: `Futures`, - Region: `Asia Pacific`, - Country: `Philippines`, - Risk: `High`, - Sector: `Public`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-09-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 905 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soybean`, - Spread: 0.01, - Open: 1038, - Price: 1042.77, - Buy: 1038.61, - Sell: 1038.62, - Change: 4.15, - ChangePercent: 0.4, - Volume: 20356, - High: 1044, - Low: 1031.75, - YearlyHigh: 1057, - YearlyLow: 859.5, - YearlyStart: 958.25, - YearlyChange: 8.39, - Settlement: `Credit`, - Contract: `CFD`, - Region: `Middle East`, - Country: `Qatar`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-04-10`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 906 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Lumber`, - Spread: 0.01, - Open: 303.9, - Price: 302.16, - Buy: 304.59, - Sell: 304.6, - Change: -2.44, - ChangePercent: -0.8, - Volume: 2, - High: 304.6, - Low: 303.9, - YearlyHigh: 317.1, - YearlyLow: 236, - YearlyStart: 276.55, - YearlyChange: 10.14, - Settlement: `Cash`, - Contract: `Options`, - Region: `Middle East`, - Country: `UAE`, - Risk: `Low`, - Sector: `Public`, - Currency: `EUR`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-08-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 907 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soybean`, - Spread: 0.01, - Open: 1038, - Price: 1043.19, - Buy: 1038.61, - Sell: 1038.62, - Change: 4.57, - ChangePercent: 0.44, - Volume: 20356, - High: 1044, - Low: 1031.75, - YearlyHigh: 1057, - YearlyLow: 859.5, - YearlyStart: 958.25, - YearlyChange: 8.39, - Settlement: `Cash`, - Contract: `Options`, - Region: `Middle East`, - Country: `Lebanon`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-08-23`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 908 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soybean`, - Spread: 0.01, - Open: 1038, - Price: 1057.31, - Buy: 1038.61, - Sell: 1038.62, - Change: 18.69, - ChangePercent: 1.8, - Volume: 20356, - High: 1044, - Low: 1031.75, - YearlyHigh: 1057, - YearlyLow: 859.5, - YearlyStart: 958.25, - YearlyChange: 8.39, - Settlement: `Cash`, - Contract: `Swap`, - Region: `North America`, - Country: `United States`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-08-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 909 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Palladium`, - Spread: 0.01, - Open: 600.55, - Price: 606.29, - Buy: 601, - Sell: 601.01, - Change: 5.29, - ChangePercent: 0.88, - Volume: 651, - High: 607.2, - Low: 598.4, - YearlyHigh: 690, - YearlyLow: 458.6, - YearlyStart: 574.3, - YearlyChange: 4.65, - Settlement: `Loan`, - Contract: `Futures`, - Region: `Asia Pacific`, - Country: `Indonesia`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-02-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 910 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Lumber`, - Spread: 0.01, - Open: 303.9, - Price: 303.99, - Buy: 304.59, - Sell: 304.6, - Change: -0.61, - ChangePercent: -0.2, - Volume: 2, - High: 304.6, - Low: 303.9, - YearlyHigh: 317.1, - YearlyLow: 236, - YearlyStart: 276.55, - YearlyChange: 10.14, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Europe`, - Country: `France`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `High`, - Issuer: `FedEx`, - Maturity: `2022-02-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 911 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `Lean Hogs`, - Spread: 0.01, - Open: 81.275, - Price: 80.96, - Buy: 81.81, - Sell: 81.82, - Change: -0.85, - ChangePercent: -1.04, - Volume: 1, - High: 81.81, - Low: 81.28, - YearlyHigh: 83.98, - YearlyLow: 70.25, - YearlyStart: 77.11, - YearlyChange: 6.09, - Settlement: `Loan`, - Contract: `Futures`, - Region: `Middle East`, - Country: `Israel`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-06-24`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 912 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Coffee`, - Spread: 0.01, - Open: 125.7, - Price: 127.2, - Buy: 125.7, - Sell: 125.7, - Change: 1.51, - ChangePercent: 1.2, - Volume: 1654, - High: 125.8, - Low: 125, - YearlyHigh: 155.75, - YearlyLow: 115.35, - YearlyStart: 135.55, - YearlyChange: -7.27, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Asia Pacific`, - Country: `Afghanistan`, - Risk: `High`, - Sector: `Government`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-02-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 913 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Cotton`, - Spread: 0.01, - Open: 61.77, - Price: 62.9, - Buy: 61.77, - Sell: 61.77, - Change: 1.14, - ChangePercent: 1.84, - Volume: 3612, - High: 62.06, - Low: 61.32, - YearlyHigh: 67.59, - YearlyLow: 54.33, - YearlyStart: 60.96, - YearlyChange: 1.31, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `Middle East`, - Country: `Qatar`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-05-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 914 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/CAD`, - Spread: 0.02, - Open: 0.7744, - Price: 0.97, - Buy: 0.94, - Sell: 0.96, - Change: 0.02, - ChangePercent: 1.2, - Volume: 13669, - High: 0.95, - Low: 0.77, - YearlyHigh: 0.95, - YearlyLow: 0.68, - YearlyStart: 0.76, - YearlyChange: 26.43, - Settlement: `Credit`, - Contract: `Options`, - Region: `Middle East`, - Country: `Kuwait`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `American Airlines`, - Maturity: `2022-08-10`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 915 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Uranium`, - Spread: 0.02, - Open: 27.55, - Price: 27.78, - Buy: 27.55, - Sell: 27.55, - Change: 0.2, - ChangePercent: 0.72, - Volume: 12, - High: 27.55, - Low: 27.55, - YearlyHigh: 29.32, - YearlyLow: 21.28, - YearlyStart: 25.3, - YearlyChange: 9.01, - Settlement: `Loan`, - Contract: `Futures`, - Region: `South America`, - Country: `Ecuador`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-01-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 916 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/CHF`, - Spread: 0.02, - Open: 1.0337, - Price: 1.06, - Buy: 1.03, - Sell: 1.03, - Change: 0.02, - ChangePercent: 1.68, - Volume: 5550, - High: 1.03, - Low: 1.03, - YearlyHigh: 1.11, - YearlyLow: 0.98, - YearlyStart: 1.04, - YearlyChange: -0.12, - Settlement: `Credit`, - Contract: `Options`, - Region: `North America`, - Country: `Canada`, - Risk: `High`, - Sector: `Public`, - Currency: `USD`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-07-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 917 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `DOW Future`, - Spread: 0.01, - Open: 17711, - Price: 17953.04, - Buy: 17712.15, - Sell: 17712.16, - Change: 240.89, - ChangePercent: 1.36, - Volume: 22236, - High: 17727, - Low: 17642, - YearlyHigh: 18083, - YearlyLow: 15299, - YearlyStart: 16691, - YearlyChange: 6.12, - Settlement: `Credit`, - Contract: `CFD`, - Region: `Africa`, - Country: `Algeria`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-04-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 918 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/JPY`, - Spread: 0.02, - Open: 9275.5, - Price: 9362.69, - Buy: 9277.32, - Sell: 9277.34, - Change: 85.36, - ChangePercent: 0.92, - Volume: 47734, - High: 9277.33, - Low: 0.93, - YearlyHigh: 9483, - YearlyLow: 0.93, - YearlyStart: 4741.97, - YearlyChange: 95.64, - Settlement: `Cash`, - Contract: `CFD`, - Region: `Europe`, - Country: `Italy`, - Risk: `High`, - Sector: `Public`, - Currency: `USD`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-07-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 919 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Gold`, - Spread: 0.01, - Open: 1281.1, - Price: 1272.54, - Buy: 1280.73, - Sell: 1280.74, - Change: -8.19, - ChangePercent: -0.64, - Volume: 48387, - High: 1289.5, - Low: 1279.1, - YearlyHigh: 1306, - YearlyLow: 1047.2, - YearlyStart: 1176.6, - YearlyChange: 8.85, - Settlement: `Credit`, - Contract: `Swap`, - Region: `North America`, - Country: `Canada`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `High`, - Issuer: `American Airlines`, - Maturity: `2022-05-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 920 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Platinum`, - Spread: 0.01, - Open: 1071.6, - Price: 1061.25, - Buy: 1071.09, - Sell: 1071.1, - Change: -9.85, - ChangePercent: -0.92, - Volume: 3039, - High: 1081.2, - Low: 1070.5, - YearlyHigh: 1120.6, - YearlyLow: 812.4, - YearlyStart: 966.5, - YearlyChange: 10.82, - Settlement: `Credit`, - Contract: `Options`, - Region: `Africa`, - Country: `Tunisia`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-03-19`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 921 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Oats`, - Spread: 0.01, - Open: 194.5, - Price: 197.33, - Buy: 194.21, - Sell: 194.22, - Change: 3.11, - ChangePercent: 1.6, - Volume: 64, - High: 195.75, - Low: 194, - YearlyHigh: 241.25, - YearlyLow: 183.75, - YearlyStart: 212.5, - YearlyChange: -8.6, - Settlement: `Credit`, - Contract: `Forwards`, - Region: `Asia Pacific`, - Country: `Azerbaijan`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-03-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 922 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `NAS Future`, - Spread: 0.01, - Open: 4341.25, - Price: 4414.21, - Buy: 4341.25, - Sell: 4341.25, - Change: 72.93, - ChangePercent: 1.68, - Volume: 18259, - High: 4347, - Low: 4318, - YearlyHigh: 4719.75, - YearlyLow: 3867.75, - YearlyStart: 4293.75, - YearlyChange: 1.11, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Asia Pacific`, - Country: `Australia`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-08-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 923 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `OJ Future`, - Spread: 0.01, - Open: 140.6, - Price: 138.39, - Buy: 140.18, - Sell: 140.19, - Change: -1.8, - ChangePercent: -1.28, - Volume: 7, - High: 140.19, - Low: 0, - YearlyHigh: 155.95, - YearlyLow: 113, - YearlyStart: 134.47, - YearlyChange: 4.25, - Settlement: `Loan`, - Contract: `Options`, - Region: `South America`, - Country: `Colombia`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-05-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 924 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `Lean Hogs`, - Spread: 0.01, - Open: 81.275, - Price: 80.24, - Buy: 81.81, - Sell: 81.82, - Change: -1.57, - ChangePercent: -1.92, - Volume: 1, - High: 81.81, - Low: 81.28, - YearlyHigh: 83.98, - YearlyLow: 70.25, - YearlyStart: 77.11, - YearlyChange: 6.09, - Settlement: `Credit`, - Contract: `Options`, - Region: `Africa`, - Country: `South Africa`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-05-22`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 925 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Oats`, - Spread: 0.01, - Open: 194.5, - Price: 193.05, - Buy: 194.21, - Sell: 194.22, - Change: -1.17, - ChangePercent: -0.6, - Volume: 64, - High: 195.75, - Low: 194, - YearlyHigh: 241.25, - YearlyLow: 183.75, - YearlyStart: 212.5, - YearlyChange: -8.6, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Europe`, - Country: `United Kingdom`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-07-23`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 926 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P MID MINI`, - Spread: 0.01, - Open: 1454.3, - Price: 1441.22, - Buy: 1455.78, - Sell: 1455.79, - Change: -14.56, - ChangePercent: -1, - Volume: 338, - High: 1455.78, - Low: 1448, - YearlyHigh: 1527.3, - YearlyLow: 1236, - YearlyStart: 1381.65, - YearlyChange: 5.37, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Asia Pacific`, - Country: `New Zealand`, - Risk: `Low`, - Sector: `Public`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-04-21`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 927 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Oil`, - Spread: 0.015, - Open: 45.54, - Price: 46.56, - Buy: 45.78, - Sell: 45.8, - Change: 0.77, - ChangePercent: 1.68, - Volume: 107196, - High: 45.94, - Low: 45, - YearlyHigh: 65.28, - YearlyLow: 30.79, - YearlyStart: 48.03, - YearlyChange: -4.67, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Asia Pacific`, - Country: `Azerbaijan`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-02-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 928 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Oil`, - Spread: 0.015, - Open: 45.54, - Price: 45.33, - Buy: 45.78, - Sell: 45.8, - Change: -0.46, - ChangePercent: -1, - Volume: 107196, - High: 45.94, - Low: 45, - YearlyHigh: 65.28, - YearlyLow: 30.79, - YearlyStart: 48.03, - YearlyChange: -4.67, - Settlement: `Loan`, - Contract: `Futures`, - Region: `South America`, - Country: `Uruguay`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-03-16`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 929 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Platinum`, - Spread: 0.01, - Open: 1071.6, - Price: 1090.38, - Buy: 1071.09, - Sell: 1071.1, - Change: 19.28, - ChangePercent: 1.8, - Volume: 3039, - High: 1081.2, - Low: 1070.5, - YearlyHigh: 1120.6, - YearlyLow: 812.4, - YearlyStart: 966.5, - YearlyChange: 10.82, - Settlement: `Loan`, - Contract: `Futures`, - Region: `Europe`, - Country: `Denmark`, - Risk: `Low`, - Sector: `Government`, - Currency: `USD`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-06-16`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 930 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Gold`, - Spread: 0.01, - Open: 1281.1, - Price: 1279.19, - Buy: 1280.73, - Sell: 1280.74, - Change: -1.54, - ChangePercent: -0.12, - Volume: 48387, - High: 1289.5, - Low: 1279.1, - YearlyHigh: 1306, - YearlyLow: 1047.2, - YearlyStart: 1176.6, - YearlyChange: 8.85, - Settlement: `Cash`, - Contract: `Options`, - Region: `Europe`, - Country: `Greece`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-09-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 931 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/JPY`, - Spread: 0.02, - Open: 9275.5, - Price: 9114.05, - Buy: 9277.32, - Sell: 9277.34, - Change: -163.28, - ChangePercent: -1.76, - Volume: 47734, - High: 9277.33, - Low: 0.93, - YearlyHigh: 9483, - YearlyLow: 0.93, - YearlyStart: 4741.97, - YearlyChange: 95.64, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Middle East`, - Country: `Israel`, - Risk: `Low`, - Sector: `Government`, - Currency: `USD`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-07-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 932 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soy Meat`, - Spread: 0.01, - Open: 342.6, - Price: 343.99, - Buy: 342.6, - Sell: 342.6, - Change: 1.37, - ChangePercent: 0.4, - Volume: 5646, - High: 345.4, - Low: 340.3, - YearlyHigh: 353.4, - YearlyLow: 261.7, - YearlyStart: 307.55, - YearlyChange: 11.4, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Africa`, - Country: `Senegal`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-05-23`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 933 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `LV Cattle`, - Spread: 0.01, - Open: 120.725, - Price: 122.25, - Buy: 120.72, - Sell: 120.72, - Change: 1.55, - ChangePercent: 1.28, - Volume: 4, - High: 120.72, - Low: 120.72, - YearlyHigh: 147.98, - YearlyLow: 113.9, - YearlyStart: 130.94, - YearlyChange: -7.82, - Settlement: `Cash`, - Contract: `CFD`, - Region: `Middle East`, - Country: `Israel`, - Risk: `Low`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-04-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 934 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `NAS Future`, - Spread: 0.01, - Open: 4341.25, - Price: 4358.65, - Buy: 4341.25, - Sell: 4341.25, - Change: 17.37, - ChangePercent: 0.4, - Volume: 18259, - High: 4347, - Low: 4318, - YearlyHigh: 4719.75, - YearlyLow: 3867.75, - YearlyStart: 4293.75, - YearlyChange: 1.11, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Africa`, - Country: `Senegal`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-02-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 935 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Natural Gas`, - Spread: 0.02, - Open: 2.094, - Price: 2.08, - Buy: 2.09, - Sell: 2.09, - Change: -0.02, - ChangePercent: -1.12, - Volume: 2783, - High: 2.11, - Low: 2.09, - YearlyHigh: 3.2, - YearlyLow: 1.84, - YearlyStart: 2.52, - YearlyChange: -16.51, - Settlement: `Credit`, - Contract: `CFD`, - Region: `Europe`, - Country: `Czechia`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-02-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 936 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Sugar`, - Spread: 0.01, - Open: 15.68, - Price: 14.77, - Buy: 14.67, - Sell: 14.68, - Change: 0.1, - ChangePercent: 0.68, - Volume: 4949, - High: 15.7, - Low: 14.67, - YearlyHigh: 16.87, - YearlyLow: 11.37, - YearlyStart: 14.12, - YearlyChange: 3.92, - Settlement: `Credit`, - Contract: `Options`, - Region: `Asia Pacific`, - Country: `Australia`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-05-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 937 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Coffee`, - Spread: 0.01, - Open: 125.7, - Price: 127.9, - Buy: 125.7, - Sell: 125.7, - Change: 2.21, - ChangePercent: 1.76, - Volume: 1654, - High: 125.8, - Low: 125, - YearlyHigh: 155.75, - YearlyLow: 115.35, - YearlyStart: 135.55, - YearlyChange: -7.27, - Settlement: `Credit`, - Contract: `Options`, - Region: `North America`, - Country: `Canada`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-06-16`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 938 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Coal`, - Spread: 0.015, - Open: 0.4363, - Price: 0.42, - Buy: 0.44, - Sell: 0.44, - Change: 0, - ChangePercent: 1.32, - Volume: 3, - High: 0.44, - Low: 0.44, - YearlyHigh: 0.48, - YearlyLow: 0.4, - YearlyStart: 0.44, - YearlyChange: -5.33, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `Asia Pacific`, - Country: `Korea`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-06-21`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 939 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `Lean Hogs`, - Spread: 0.01, - Open: 81.275, - Price: 82.08, - Buy: 81.81, - Sell: 81.82, - Change: 0.27, - ChangePercent: 0.32, - Volume: 1, - High: 81.81, - Low: 81.28, - YearlyHigh: 83.98, - YearlyLow: 70.25, - YearlyStart: 77.11, - YearlyChange: 6.09, - Settlement: `Cash`, - Contract: `CFD`, - Region: `South America`, - Country: `Suriname`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-06-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 940 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Gold`, - Spread: 0.01, - Open: 1281.1, - Price: 1277.15, - Buy: 1280.73, - Sell: 1280.74, - Change: -3.58, - ChangePercent: -0.28, - Volume: 48387, - High: 1289.5, - Low: 1279.1, - YearlyHigh: 1306, - YearlyLow: 1047.2, - YearlyStart: 1176.6, - YearlyChange: 8.85, - Settlement: `Cash`, - Contract: `Options`, - Region: `Africa`, - Country: `Niger`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-07-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 941 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Silver`, - Spread: 0.01, - Open: 17.43, - Price: 17.34, - Buy: 17.43, - Sell: 17.43, - Change: -0.08, - ChangePercent: -0.44, - Volume: 11720, - High: 17.51, - Low: 17.37, - YearlyHigh: 18.06, - YearlyLow: 13.73, - YearlyStart: 15.89, - YearlyChange: 9.59, - Settlement: `Cash`, - Contract: `Futures`, - Region: `North America`, - Country: `Canada`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-07-22`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 942 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `NAS Future`, - Spread: 0.01, - Open: 4341.25, - Price: 4396.85, - Buy: 4341.25, - Sell: 4341.25, - Change: 55.57, - ChangePercent: 1.28, - Volume: 18259, - High: 4347, - Low: 4318, - YearlyHigh: 4719.75, - YearlyLow: 3867.75, - YearlyStart: 4293.75, - YearlyChange: 1.11, - Settlement: `Loan`, - Contract: `Futures`, - Region: `Middle East`, - Country: `Oman`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-06-21`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 943 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `FD Cattle`, - Spread: 0.01, - Open: 147.175, - Price: 149.38, - Buy: 148.6, - Sell: 148.61, - Change: 0.77, - ChangePercent: 0.52, - Volume: 5, - High: 148.61, - Low: 147.18, - YearlyHigh: 190, - YearlyLow: 138.1, - YearlyStart: 164.05, - YearlyChange: -9.41, - Settlement: `Loan`, - Contract: `Options`, - Region: `Asia Pacific`, - Country: `Thailand`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `American Airlines`, - Maturity: `2022-02-22`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 944 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Lumber`, - Spread: 0.01, - Open: 303.9, - Price: 308.13, - Buy: 304.59, - Sell: 304.6, - Change: 3.53, - ChangePercent: 1.16, - Volume: 2, - High: 304.6, - Low: 303.9, - YearlyHigh: 317.1, - YearlyLow: 236, - YearlyStart: 276.55, - YearlyChange: 10.14, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Asia Pacific`, - Country: `Japan`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-09-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 945 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `Euro$ 3M`, - Spread: 0.01, - Open: 99.18, - Price: 97.5, - Buy: 99.18, - Sell: 99.18, - Change: -1.67, - ChangePercent: -1.68, - Volume: 29509, - High: 99.18, - Low: 99.17, - YearlyHigh: 99.38, - YearlyLow: 98.41, - YearlyStart: 98.89, - YearlyChange: 0.28, - Settlement: `Cash`, - Contract: `Options`, - Region: `Middle East`, - Country: `Oman`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `FedEx`, - Maturity: `2022-05-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 946 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P Future`, - Spread: 0.01, - Open: 2057.5, - Price: 2051.67, - Buy: 2056.6, - Sell: 2056.61, - Change: -4.93, - ChangePercent: -0.24, - Volume: 142780, - High: 2059.5, - Low: 2049, - YearlyHigh: 2105.5, - YearlyLow: 1794.5, - YearlyStart: 1950, - YearlyChange: 5.47, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Middle East`, - Country: `Syria`, - Risk: `High`, - Sector: `Government`, - Currency: `PLN`, - Security: `High`, - Issuer: `American Airlines`, - Maturity: `2022-08-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 947 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/JPY`, - Spread: 0.02, - Open: 9275.5, - Price: 9277.33, - Buy: 9277.32, - Sell: 9277.34, - Change: 0, - ChangePercent: 0, - Volume: 47734, - High: 9277.33, - Low: 0.93, - YearlyHigh: 9483, - YearlyLow: 0.93, - YearlyStart: 4741.97, - YearlyChange: 95.64, - Settlement: `Loan`, - Contract: `Options`, - Region: `South America`, - Country: `Chile`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `American Airlines`, - Maturity: `2022-08-22`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 948 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Palladium`, - Spread: 0.01, - Open: 600.55, - Price: 596.43, - Buy: 601, - Sell: 601.01, - Change: -4.57, - ChangePercent: -0.76, - Volume: 651, - High: 607.2, - Low: 598.4, - YearlyHigh: 690, - YearlyLow: 458.6, - YearlyStart: 574.3, - YearlyChange: 4.65, - Settlement: `Credit`, - Contract: `CFD`, - Region: `Middle East`, - Country: `Jordan`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-06-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 949 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Platinum`, - Spread: 0.01, - Open: 1071.6, - Price: 1082.67, - Buy: 1071.09, - Sell: 1071.1, - Change: 11.57, - ChangePercent: 1.08, - Volume: 3039, - High: 1081.2, - Low: 1070.5, - YearlyHigh: 1120.6, - YearlyLow: 812.4, - YearlyStart: 966.5, - YearlyChange: 10.82, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Europe`, - Country: `Sweden`, - Risk: `High`, - Sector: `Private`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-01-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 950 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Sugar`, - Spread: 0.01, - Open: 15.68, - Price: 14.45, - Buy: 14.67, - Sell: 14.68, - Change: -0.22, - ChangePercent: -1.56, - Volume: 4949, - High: 15.7, - Low: 14.67, - YearlyHigh: 16.87, - YearlyLow: 11.37, - YearlyStart: 14.12, - YearlyChange: 3.92, - Settlement: `Cash`, - Contract: `Options`, - Region: `Middle East`, - Country: `Iraq`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-06-21`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 951 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/CAD`, - Spread: 0.02, - Open: 0.7744, - Price: 0.95, - Buy: 0.94, - Sell: 0.96, - Change: 0, - ChangePercent: -0.32, - Volume: 13669, - High: 0.95, - Low: 0.77, - YearlyHigh: 0.95, - YearlyLow: 0.68, - YearlyStart: 0.76, - YearlyChange: 26.43, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Asia Pacific`, - Country: `Hong Kong`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-05-22`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 952 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `US 2Y Future`, - Spread: 0.01, - Open: 109.3984, - Price: 109.91, - Buy: 109.4, - Sell: 109.4, - Change: 0.52, - ChangePercent: 0.48, - Volume: 17742, - High: 109.41, - Low: 109.38, - YearlyHigh: 109.8, - YearlyLow: 108.62, - YearlyStart: 109.21, - YearlyChange: 0.16, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `Africa`, - Country: `Egypt`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-03-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 953 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Cotton`, - Spread: 0.01, - Open: 61.77, - Price: 60.8, - Buy: 61.77, - Sell: 61.77, - Change: -0.96, - ChangePercent: -1.56, - Volume: 3612, - High: 62.06, - Low: 61.32, - YearlyHigh: 67.59, - YearlyLow: 54.33, - YearlyStart: 60.96, - YearlyChange: 1.31, - Settlement: `Cash`, - Contract: `Options`, - Region: `Europe`, - Country: `Poland`, - Risk: `High`, - Sector: `Government`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-01-19`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 954 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Natural Gas`, - Spread: 0.02, - Open: 2.094, - Price: 2.11, - Buy: 2.09, - Sell: 2.09, - Change: 0.01, - ChangePercent: 0.16, - Volume: 2783, - High: 2.11, - Low: 2.09, - YearlyHigh: 3.2, - YearlyLow: 1.84, - YearlyStart: 2.52, - YearlyChange: -16.51, - Settlement: `Cash`, - Contract: `Options`, - Region: `Africa`, - Country: `Algeria`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-06-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 955 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P MID MINI`, - Spread: 0.01, - Open: 1454.3, - Price: 1469.17, - Buy: 1455.78, - Sell: 1455.79, - Change: 13.39, - ChangePercent: 0.92, - Volume: 338, - High: 1455.78, - Low: 1448, - YearlyHigh: 1527.3, - YearlyLow: 1236, - YearlyStart: 1381.65, - YearlyChange: 5.37, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Europe`, - Country: `Hungary`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-06-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 956 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Platinum`, - Spread: 0.01, - Open: 1071.6, - Price: 1056.53, - Buy: 1071.09, - Sell: 1071.1, - Change: -14.57, - ChangePercent: -1.36, - Volume: 3039, - High: 1081.2, - Low: 1070.5, - YearlyHigh: 1120.6, - YearlyLow: 812.4, - YearlyStart: 966.5, - YearlyChange: 10.82, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Asia Pacific`, - Country: `Azerbaijan`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-04-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 957 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Coal`, - Spread: 0.015, - Open: 0.4363, - Price: 0.42, - Buy: 0.44, - Sell: 0.44, - Change: 0, - ChangePercent: 0.96, - Volume: 3, - High: 0.44, - Low: 0.44, - YearlyHigh: 0.48, - YearlyLow: 0.4, - YearlyStart: 0.44, - YearlyChange: -5.33, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Middle East`, - Country: `Qatar`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-01-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 958 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `US 2Y Future`, - Spread: 0.01, - Open: 109.3984, - Price: 109.34, - Buy: 109.4, - Sell: 109.4, - Change: -0.05, - ChangePercent: -0.04, - Volume: 17742, - High: 109.41, - Low: 109.38, - YearlyHigh: 109.8, - YearlyLow: 108.62, - YearlyStart: 109.21, - YearlyChange: 0.16, - Settlement: `Credit`, - Contract: `CFD`, - Region: `North America`, - Country: `United States`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-07-16`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 959 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/CHF`, - Spread: 0.02, - Open: 1.0337, - Price: 1.06, - Buy: 1.03, - Sell: 1.03, - Change: 0.02, - ChangePercent: 1.24, - Volume: 5550, - High: 1.03, - Low: 1.03, - YearlyHigh: 1.11, - YearlyLow: 0.98, - YearlyStart: 1.04, - YearlyChange: -0.12, - Settlement: `Loan`, - Contract: `Futures`, - Region: `Europe`, - Country: `Belgium`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-03-21`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 960 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Ethanol`, - Spread: 0.01, - Open: 1.512, - Price: 2.72, - Buy: 2.75, - Sell: 2.76, - Change: -0.03, - ChangePercent: -1.24, - Volume: 14, - High: 2.75, - Low: 1.12, - YearlyHigh: 2.75, - YearlyLow: 1.12, - YearlyStart: 1.48, - YearlyChange: 86.7, - Settlement: `Cash`, - Contract: `Options`, - Region: `Europe`, - Country: `Portugal`, - Risk: `High`, - Sector: `Government`, - Currency: `USD`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-09-23`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 961 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soy Meat`, - Spread: 0.01, - Open: 342.6, - Price: 338.78, - Buy: 342.6, - Sell: 342.6, - Change: -3.84, - ChangePercent: -1.12, - Volume: 5646, - High: 345.4, - Low: 340.3, - YearlyHigh: 353.4, - YearlyLow: 261.7, - YearlyStart: 307.55, - YearlyChange: 11.4, - Settlement: `Loan`, - Contract: `Options`, - Region: `South America`, - Country: `Suriname`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `FedEx`, - Maturity: `2022-01-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 962 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Oil`, - Spread: 0.015, - Open: 45.54, - Price: 45.2, - Buy: 45.78, - Sell: 45.8, - Change: -0.59, - ChangePercent: -1.28, - Volume: 107196, - High: 45.94, - Low: 45, - YearlyHigh: 65.28, - YearlyLow: 30.79, - YearlyStart: 48.03, - YearlyChange: -4.67, - Settlement: `Credit`, - Contract: `Options`, - Region: `Africa`, - Country: `Algeria`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-04-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 963 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Palladium`, - Spread: 0.01, - Open: 600.55, - Price: 604.13, - Buy: 601, - Sell: 601.01, - Change: 3.13, - ChangePercent: 0.52, - Volume: 651, - High: 607.2, - Low: 598.4, - YearlyHigh: 690, - YearlyLow: 458.6, - YearlyStart: 574.3, - YearlyChange: 4.65, - Settlement: `Credit`, - Contract: `Options`, - Region: `Middle East`, - Country: `Israel`, - Risk: `Low`, - Sector: `Public`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-03-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 964 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `LV Cattle`, - Spread: 0.01, - Open: 120.725, - Price: 119.21, - Buy: 120.72, - Sell: 120.72, - Change: -1.5, - ChangePercent: -1.24, - Volume: 4, - High: 120.72, - Low: 120.72, - YearlyHigh: 147.98, - YearlyLow: 113.9, - YearlyStart: 130.94, - YearlyChange: -7.82, - Settlement: `Loan`, - Contract: `Options`, - Region: `North America`, - Country: `Mexico`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `High`, - Issuer: `American Airlines`, - Maturity: `2022-05-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 965 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `LV Cattle`, - Spread: 0.01, - Open: 120.725, - Price: 121.19, - Buy: 120.72, - Sell: 120.72, - Change: 0.48, - ChangePercent: 0.4, - Volume: 4, - High: 120.72, - Low: 120.72, - YearlyHigh: 147.98, - YearlyLow: 113.9, - YearlyStart: 130.94, - YearlyChange: -7.82, - Settlement: `Credit`, - Contract: `CFD`, - Region: `South America`, - Country: `Uruguay`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-09-23`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 966 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `US 30YR Future`, - Spread: 0.01, - Open: 164.875, - Price: 166.26, - Buy: 164.15, - Sell: 164.16, - Change: 2.1, - ChangePercent: 1.28, - Volume: 28012, - High: 165.25, - Low: 164.04, - YearlyHigh: 169.38, - YearlyLow: 151.47, - YearlyStart: 160.43, - YearlyChange: 2.33, - Settlement: `Loan`, - Contract: `Futures`, - Region: `Africa`, - Country: `Algeria`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-08-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 967 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Corn`, - Spread: 0.01, - Open: 379.5, - Price: 374.79, - Buy: 379.8, - Sell: 379.81, - Change: -5.01, - ChangePercent: -1.32, - Volume: 11266, - High: 381, - Low: 377.75, - YearlyHigh: 471.25, - YearlyLow: 351.25, - YearlyStart: 411.25, - YearlyChange: -7.65, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Europe`, - Country: `Bulgaria`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-04-21`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 968 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Wheat`, - Spread: 0.01, - Open: 465.5, - Price: 474.46, - Buy: 465.5, - Sell: 465.5, - Change: 8.94, - ChangePercent: 1.92, - Volume: 4318, - High: 467, - Low: 463.25, - YearlyHigh: 628.5, - YearlyLow: 449.5, - YearlyStart: 539, - YearlyChange: -13.63, - Settlement: `Loan`, - Contract: `CFD`, - Region: `Europe`, - Country: `Sweden`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-08-10`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 969 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Natural Gas`, - Spread: 0.02, - Open: 2.094, - Price: 2.09, - Buy: 2.09, - Sell: 2.09, - Change: -0.01, - ChangePercent: -0.68, - Volume: 2783, - High: 2.11, - Low: 2.09, - YearlyHigh: 3.2, - YearlyLow: 1.84, - YearlyStart: 2.52, - YearlyChange: -16.51, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Middle East`, - Country: `Qatar`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-03-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 970 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soy Meat`, - Spread: 0.01, - Open: 342.6, - Price: 344.95, - Buy: 342.6, - Sell: 342.6, - Change: 2.33, - ChangePercent: 0.68, - Volume: 5646, - High: 345.4, - Low: 340.3, - YearlyHigh: 353.4, - YearlyLow: 261.7, - YearlyStart: 307.55, - YearlyChange: 11.4, - Settlement: `Credit`, - Contract: `Options`, - Region: `North America`, - Country: `Canada`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-08-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 971 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Oil`, - Spread: 0.015, - Open: 45.54, - Price: 46.28, - Buy: 45.78, - Sell: 45.8, - Change: 0.49, - ChangePercent: 1.08, - Volume: 107196, - High: 45.94, - Low: 45, - YearlyHigh: 65.28, - YearlyLow: 30.79, - YearlyStart: 48.03, - YearlyChange: -4.67, - Settlement: `Credit`, - Contract: `Futures`, - Region: `Middle East`, - Country: `Qatar`, - Risk: `High`, - Sector: `Private`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-01-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 972 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/CAD`, - Spread: 0.02, - Open: 0.7744, - Price: 0.97, - Buy: 0.94, - Sell: 0.96, - Change: 0.02, - ChangePercent: 2, - Volume: 13669, - High: 0.95, - Low: 0.77, - YearlyHigh: 0.95, - YearlyLow: 0.68, - YearlyStart: 0.76, - YearlyChange: 26.43, - Settlement: `Loan`, - Contract: `CFD`, - Region: `Asia Pacific`, - Country: `Pakistan`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `High`, - Issuer: `FedEx`, - Maturity: `2022-08-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 973 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P 600 MINI`, - Spread: 0.01, - Open: 687.9, - Price: 699.71, - Buy: 687.9, - Sell: 687.9, - Change: 11.83, - ChangePercent: 1.72, - Volume: 0, - High: 0, - Low: 0, - YearlyHigh: 620.32, - YearlyLow: 595.9, - YearlyStart: 608.11, - YearlyChange: 13.12, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Middle East`, - Country: `UAE`, - Risk: `Low`, - Sector: `Government`, - Currency: `USD`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-08-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 974 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Uranium`, - Spread: 0.02, - Open: 27.55, - Price: 27.86, - Buy: 27.55, - Sell: 27.55, - Change: 0.28, - ChangePercent: 1, - Volume: 12, - High: 27.55, - Low: 27.55, - YearlyHigh: 29.32, - YearlyLow: 21.28, - YearlyStart: 25.3, - YearlyChange: 9.01, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Africa`, - Country: `Algeria`, - Risk: `High`, - Sector: `Private`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-09-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 975 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `US 10YR Future`, - Spread: 0.01, - Open: 130.5625, - Price: 129.49, - Buy: 130.56, - Sell: 130.56, - Change: -1.09, - ChangePercent: -0.84, - Volume: 189310, - High: 130.63, - Low: 130.44, - YearlyHigh: 132.64, - YearlyLow: 125.48, - YearlyStart: 129.06, - YearlyChange: 1.18, - Settlement: `Loan`, - Contract: `Futures`, - Region: `Middle East`, - Country: `Iraq`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-05-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 976 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Oats`, - Spread: 0.01, - Open: 194.5, - Price: 190.49, - Buy: 194.21, - Sell: 194.22, - Change: -3.73, - ChangePercent: -1.92, - Volume: 64, - High: 195.75, - Low: 194, - YearlyHigh: 241.25, - YearlyLow: 183.75, - YearlyStart: 212.5, - YearlyChange: -8.6, - Settlement: `Loan`, - Contract: `Futures`, - Region: `Asia Pacific`, - Country: `Indonesia`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-08-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 977 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Sugar`, - Spread: 0.01, - Open: 15.68, - Price: 14.93, - Buy: 14.67, - Sell: 14.68, - Change: 0.26, - ChangePercent: 1.72, - Volume: 4949, - High: 15.7, - Low: 14.67, - YearlyHigh: 16.87, - YearlyLow: 11.37, - YearlyStart: 14.12, - YearlyChange: 3.92, - Settlement: `Loan`, - Contract: `Futures`, - Region: `Asia Pacific`, - Country: `Australia`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-02-19`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 978 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P Future`, - Spread: 0.01, - Open: 2057.5, - Price: 2062.36, - Buy: 2056.6, - Sell: 2056.61, - Change: 5.76, - ChangePercent: 0.28, - Volume: 142780, - High: 2059.5, - Low: 2049, - YearlyHigh: 2105.5, - YearlyLow: 1794.5, - YearlyStart: 1950, - YearlyChange: 5.47, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `Asia Pacific`, - Country: `China`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-04-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 979 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P MID MINI`, - Spread: 0.01, - Open: 1454.3, - Price: 1448.21, - Buy: 1455.78, - Sell: 1455.79, - Change: -7.57, - ChangePercent: -0.52, - Volume: 338, - High: 1455.78, - Low: 1448, - YearlyHigh: 1527.3, - YearlyLow: 1236, - YearlyStart: 1381.65, - YearlyChange: 5.37, - Settlement: `Credit`, - Contract: `Forwards`, - Region: `Africa`, - Country: `Egypt`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-03-11`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 980 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soy Meat`, - Spread: 0.01, - Open: 342.6, - Price: 342.48, - Buy: 342.6, - Sell: 342.6, - Change: -0.14, - ChangePercent: -0.04, - Volume: 5646, - High: 345.4, - Low: 340.3, - YearlyHigh: 353.4, - YearlyLow: 261.7, - YearlyStart: 307.55, - YearlyChange: 11.4, - Settlement: `Loan`, - Contract: `Forwards`, - Region: `Africa`, - Country: `South Africa`, - Risk: `Low`, - Sector: `Government`, - Currency: `USD`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-04-27`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 981 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/CAD`, - Spread: 0.02, - Open: 0.7744, - Price: 0.95, - Buy: 0.94, - Sell: 0.96, - Change: 0, - ChangePercent: -0.72, - Volume: 13669, - High: 0.95, - Low: 0.77, - YearlyHigh: 0.95, - YearlyLow: 0.68, - YearlyStart: 0.76, - YearlyChange: 26.43, - Settlement: `Loan`, - Contract: `CFD`, - Region: `Middle East`, - Country: `Bahrain`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-07-19`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 982 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Ethanol`, - Spread: 0.01, - Open: 1.512, - Price: 2.76, - Buy: 2.75, - Sell: 2.76, - Change: 0.01, - ChangePercent: 0.08, - Volume: 14, - High: 2.75, - Low: 1.12, - YearlyHigh: 2.75, - YearlyLow: 1.12, - YearlyStart: 1.48, - YearlyChange: 86.7, - Settlement: `Cash`, - Contract: `Options`, - Region: `Africa`, - Country: `Morocco`, - Risk: `High`, - Sector: `Government`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-02-24`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 983 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `FD Cattle`, - Spread: 0.01, - Open: 147.175, - Price: 148.25, - Buy: 148.6, - Sell: 148.61, - Change: -0.36, - ChangePercent: -0.24, - Volume: 5, - High: 148.61, - Low: 147.18, - YearlyHigh: 190, - YearlyLow: 138.1, - YearlyStart: 164.05, - YearlyChange: -9.41, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Middle East`, - Country: `Jordan`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `High`, - Issuer: `American Airlines`, - Maturity: `2022-01-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 984 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Gold`, - Spread: 0.01, - Open: 1281.1, - Price: 1283.29, - Buy: 1280.73, - Sell: 1280.74, - Change: 2.56, - ChangePercent: 0.2, - Volume: 48387, - High: 1289.5, - Low: 1279.1, - YearlyHigh: 1306, - YearlyLow: 1047.2, - YearlyStart: 1176.6, - YearlyChange: 8.85, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Europe`, - Country: `Denmark`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-02-22`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 985 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/CHF`, - Spread: 0.02, - Open: 1.0337, - Price: 1.04, - Buy: 1.03, - Sell: 1.03, - Change: 0, - ChangePercent: -0.28, - Volume: 5550, - High: 1.03, - Low: 1.03, - YearlyHigh: 1.11, - YearlyLow: 0.98, - YearlyStart: 1.04, - YearlyChange: -0.12, - Settlement: `Loan`, - Contract: `Futures`, - Region: `Asia Pacific`, - Country: `Thailand`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-08-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 986 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Ethanol`, - Spread: 0.01, - Open: 1.512, - Price: 2.77, - Buy: 2.75, - Sell: 2.76, - Change: 0.02, - ChangePercent: 0.64, - Volume: 14, - High: 2.75, - Low: 1.12, - YearlyHigh: 2.75, - YearlyLow: 1.12, - YearlyStart: 1.48, - YearlyChange: 86.7, - Settlement: `Cash`, - Contract: `Swap`, - Region: `South America`, - Country: `Uruguay`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-06-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 987 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/CAD`, - Spread: 0.02, - Open: 0.7744, - Price: 0.95, - Buy: 0.94, - Sell: 0.96, - Change: 0, - ChangePercent: -0.96, - Volume: 13669, - High: 0.95, - Low: 0.77, - YearlyHigh: 0.95, - YearlyLow: 0.68, - YearlyStart: 0.76, - YearlyChange: 26.43, - Settlement: `Credit`, - Contract: `Options`, - Region: `Asia Pacific`, - Country: `Malaysia`, - Risk: `High`, - Sector: `Government`, - Currency: `USD`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-05-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 988 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/CHF`, - Spread: 0.02, - Open: 1.0337, - Price: 1.03, - Buy: 1.03, - Sell: 1.03, - Change: -0.01, - ChangePercent: -1.68, - Volume: 5550, - High: 1.03, - Low: 1.03, - YearlyHigh: 1.11, - YearlyLow: 0.98, - YearlyStart: 1.04, - YearlyChange: -0.12, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Africa`, - Country: `Senegal`, - Risk: `High`, - Sector: `Public`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-07-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 989 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Uranium`, - Spread: 0.02, - Open: 27.55, - Price: 27.48, - Buy: 27.55, - Sell: 27.55, - Change: -0.1, - ChangePercent: -0.36, - Volume: 12, - High: 27.55, - Low: 27.55, - YearlyHigh: 29.32, - YearlyLow: 21.28, - YearlyStart: 25.3, - YearlyChange: 9.01, - Settlement: `Credit`, - Contract: `CFD`, - Region: `North America`, - Country: `Canada`, - Risk: `High`, - Sector: `Private`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-07-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 990 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P Future`, - Spread: 0.01, - Open: 2057.5, - Price: 2075.52, - Buy: 2056.6, - Sell: 2056.61, - Change: 18.92, - ChangePercent: 0.92, - Volume: 142780, - High: 2059.5, - Low: 2049, - YearlyHigh: 2105.5, - YearlyLow: 1794.5, - YearlyStart: 1950, - YearlyChange: 5.47, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Asia Pacific`, - Country: `Afghanistan`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-06-22`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 991 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `Euro$ 3M`, - Spread: 0.01, - Open: 99.18, - Price: 98.42, - Buy: 99.18, - Sell: 99.18, - Change: -0.75, - ChangePercent: -0.76, - Volume: 29509, - High: 99.18, - Low: 99.17, - YearlyHigh: 99.38, - YearlyLow: 98.41, - YearlyStart: 98.89, - YearlyChange: 0.28, - Settlement: `Loan`, - Contract: `Options`, - Region: `Europe`, - Country: `Slovenia`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-08-22`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 992 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Lumber`, - Spread: 0.01, - Open: 303.9, - Price: 310.2, - Buy: 304.59, - Sell: 304.6, - Change: 5.6, - ChangePercent: 1.84, - Volume: 2, - High: 304.6, - Low: 303.9, - YearlyHigh: 317.1, - YearlyLow: 236, - YearlyStart: 276.55, - YearlyChange: 10.14, - Settlement: `Loan`, - Contract: `CFD`, - Region: `Africa`, - Country: `Morocco`, - Risk: `Low`, - Sector: `Government`, - Currency: `PLN`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-05-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 993 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Lumber`, - Spread: 0.01, - Open: 303.9, - Price: 300.21, - Buy: 304.59, - Sell: 304.6, - Change: -4.39, - ChangePercent: -1.44, - Volume: 2, - High: 304.6, - Low: 303.9, - YearlyHigh: 317.1, - YearlyLow: 236, - YearlyStart: 276.55, - YearlyChange: 10.14, - Settlement: `Credit`, - Contract: `Options`, - Region: `Europe`, - Country: `Slovakia`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-05-16`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 994 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `BTC/USD`, - Spread: 0.06, - Open: 93.88, - Price: 21093.18, - Buy: 21200.76, - Sell: 21400.78, - Change: 92.41, - ChangePercent: 0.44, - Volume: 5788000, - High: 22400.05, - Low: 20100.75, - YearlyHigh: 62400.7, - YearlyLow: 15100.88, - YearlyStart: 21200.29, - YearlyChange: -20.62, - Settlement: `Credit`, - Contract: `CFD`, - Region: `Middle East`, - Country: `Turkey`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-03-16`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 995 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `Euro$ 3M`, - Spread: 0.01, - Open: 99.18, - Price: 100.64, - Buy: 99.18, - Sell: 99.18, - Change: 1.47, - ChangePercent: 1.48, - Volume: 29509, - High: 99.18, - Low: 99.17, - YearlyHigh: 99.38, - YearlyLow: 98.41, - YearlyStart: 98.89, - YearlyChange: 0.28, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `Europe`, - Country: `Italy`, - Risk: `High`, - Sector: `Private`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-09-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 996 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Uranium`, - Spread: 0.02, - Open: 27.55, - Price: 27.65, - Buy: 27.55, - Sell: 27.55, - Change: 0.07, - ChangePercent: 0.24, - Volume: 12, - High: 27.55, - Low: 27.55, - YearlyHigh: 29.32, - YearlyLow: 21.28, - YearlyStart: 25.3, - YearlyChange: 9.01, - Settlement: `Loan`, - Contract: `Futures`, - Region: `Middle East`, - Country: `Lebanon`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-04-27`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 997 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/JPY`, - Spread: 0.02, - Open: 9275.5, - Price: 9102.92, - Buy: 9277.32, - Sell: 9277.34, - Change: -174.41, - ChangePercent: -1.88, - Volume: 47734, - High: 9277.33, - Low: 0.93, - YearlyHigh: 9483, - YearlyLow: 0.93, - YearlyStart: 4741.97, - YearlyChange: 95.64, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Europe`, - Country: `Poland`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-07-11`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 998 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Natural Gas`, - Spread: 0.02, - Open: 2.094, - Price: 2.09, - Buy: 2.09, - Sell: 2.09, - Change: -0.01, - ChangePercent: -0.76, - Volume: 2783, - High: 2.11, - Low: 2.09, - YearlyHigh: 3.2, - YearlyLow: 1.84, - YearlyStart: 2.52, - YearlyChange: -16.51, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Europe`, - Country: `Hungary`, - Risk: `Low`, - Sector: `Public`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-08-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 999 - }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Ethanol`, Spread: 0.01, Open: 1.512, Price: 2.76, Buy: 2.75, Sell: 2.76, Change: 0.01, ChangePercent: 0.2, Volume: 14, High: 2.75, Low: 1.12, YearlyHigh: 2.75, YearlyLow: 1.12, YearlyStart: 1.48, YearlyChange: 86.7, Settlement: `Cash`, Contract: `CFD`, Region: `Middle East`, Country: `Saudi Arabia`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-02-11`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 0 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Natural Gas`, Spread: 0.02, Open: 2.094, Price: 2.07, Buy: 2.09, Sell: 2.09, Change: -0.03, ChangePercent: -1.8, Volume: 2783, High: 2.11, Low: 2.09, YearlyHigh: 3.2, YearlyLow: 1.84, YearlyStart: 2.52, YearlyChange: -16.51, Settlement: `Credit`, Contract: `Options`, Region: `Middle East`, Country: `Saudi Arabia`, Risk: `High`, Sector: `Public`, Currency: `PLN`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-02-22`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 1 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Cotton`, Spread: 0.01, Open: 61.77, Price: 62.9, Buy: 61.77, Sell: 61.77, Change: 1.14, ChangePercent: 1.84, Volume: 3612, High: 62.06, Low: 61.32, YearlyHigh: 67.59, YearlyLow: 54.33, YearlyStart: 60.96, YearlyChange: 1.31, Settlement: `Cash`, Contract: `Options`, Region: `North America`, Country: `United States`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-05-23`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 2 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `FD Cattle`, Spread: 0.01, Open: 147.175, Price: 150.57, Buy: 148.6, Sell: 148.61, Change: 1.96, ChangePercent: 1.32, Volume: 5, High: 148.61, Low: 147.18, YearlyHigh: 190, YearlyLow: 138.1, YearlyStart: 164.05, YearlyChange: -9.41, Settlement: `Loan`, Contract: `Futures`, Region: `Africa`, Country: `South Africa`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-09-19`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 3 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Wheat`, Spread: 0.01, Open: 465.5, Price: 465.89, Buy: 465.5, Sell: 465.5, Change: 0.37, ChangePercent: 0.08, Volume: 4318, High: 467, Low: 463.25, YearlyHigh: 628.5, YearlyLow: 449.5, YearlyStart: 539, YearlyChange: -13.63, Settlement: `Cash`, Contract: `Futures`, Region: `Europe`, Country: `Slovenia`, Risk: `High`, Sector: `Government`, Currency: `PLN`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-04-19`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 4 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Milk`, Spread: 0.01, Open: 12.87, Price: 12.78, Buy: 12.87, Sell: 12.87, Change: -0.08, ChangePercent: -0.64, Volume: 7, High: 12.89, Low: 12.81, YearlyHigh: 16.96, YearlyLow: 12.81, YearlyStart: 14.88, YearlyChange: -13.6, Settlement: `Cash`, Contract: `CFD`, Region: `Africa`, Country: `Nigeria`, Risk: `High`, Sector: `Public`, Currency: `USD`, Security: `High`, Issuer: `American Airlines`, Maturity: `2022-06-23`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 5 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Oil`, Spread: 0.015, Open: 45.54, Price: 45.79, Buy: 45.78, Sell: 45.8, Change: 0, ChangePercent: 0, Volume: 107196, High: 45.94, Low: 45, YearlyHigh: 65.28, YearlyLow: 30.79, YearlyStart: 48.03, YearlyChange: -4.67, Settlement: `Loan`, Contract: `Futures`, Region: `Europe`, Country: `Iceland`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `FedEx`, Maturity: `2022-05-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 6 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P MID MINI`, Spread: 0.01, Open: 1454.3, Price: 1430.74, Buy: 1455.78, Sell: 1455.79, Change: -25.04, ChangePercent: -1.72, Volume: 338, High: 1455.78, Low: 1448, YearlyHigh: 1527.3, YearlyLow: 1236, YearlyStart: 1381.65, YearlyChange: 5.37, Settlement: `Cash`, Contract: `Options`, Region: `Asia Pacific`, Country: `China`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-07-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 7 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `Lean Hogs`, Spread: 0.01, Open: 81.275, Price: 80.54, Buy: 81.81, Sell: 81.82, Change: -1.27, ChangePercent: -1.56, Volume: 1, High: 81.81, Low: 81.28, YearlyHigh: 83.98, YearlyLow: 70.25, YearlyStart: 77.11, YearlyChange: 6.09, Settlement: `Cash`, Contract: `Futures`, Region: `Asia Pacific`, Country: `India`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-09-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 8 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `US 30YR Future`, Spread: 0.01, Open: 164.875, Price: 163.44, Buy: 164.15, Sell: 164.16, Change: -0.72, ChangePercent: -0.44, Volume: 28012, High: 165.25, Low: 164.04, YearlyHigh: 169.38, YearlyLow: 151.47, YearlyStart: 160.43, YearlyChange: 2.33, Settlement: `Credit`, Contract: `Swap`, Region: `Europe`, Country: `Netherlands`, Risk: `High`, Sector: `Government`, Currency: `USD`, Security: `Poor`, Issuer: `American Airlines`, Maturity: `2022-09-23`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 9 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Lumber`, Spread: 0.01, Open: 303.9, Price: 304.48, Buy: 304.59, Sell: 304.6, Change: -0.12, ChangePercent: -0.04, Volume: 2, High: 304.6, Low: 303.9, YearlyHigh: 317.1, YearlyLow: 236, YearlyStart: 276.55, YearlyChange: 10.14, Settlement: `Loan`, Contract: `Futures`, Region: `Africa`, Country: `Ethiopia`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-07-16`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 10 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Wheat`, Spread: 0.01, Open: 465.5, Price: 470.73, Buy: 465.5, Sell: 465.5, Change: 5.21, ChangePercent: 1.12, Volume: 4318, High: 467, Low: 463.25, YearlyHigh: 628.5, YearlyLow: 449.5, YearlyStart: 539, YearlyChange: -13.63, Settlement: `Cash`, Contract: `Swap`, Region: `Africa`, Country: `Cameroon`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `Poor`, Issuer: `FedEx`, Maturity: `2022-04-19`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 11 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `US 30YR Future`, Spread: 0.01, Open: 164.875, Price: 163.44, Buy: 164.15, Sell: 164.16, Change: -0.72, ChangePercent: -0.44, Volume: 28012, High: 165.25, Low: 164.04, YearlyHigh: 169.38, YearlyLow: 151.47, YearlyStart: 160.43, YearlyChange: 2.33, Settlement: `Loan`, Contract: `Futures`, Region: `Africa`, Country: `Egypt`, Risk: `Low`, Sector: `Public`, Currency: `EUR`, Security: `High`, Issuer: `American Airlines`, Maturity: `2022-08-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 12 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Platinum`, Spread: 0.01, Open: 1071.6, Price: 1050.53, Buy: 1071.09, Sell: 1071.1, Change: -20.57, ChangePercent: -1.92, Volume: 3039, High: 1081.2, Low: 1070.5, YearlyHigh: 1120.6, YearlyLow: 812.4, YearlyStart: 966.5, YearlyChange: 10.82, Settlement: `Cash`, Contract: `Options`, Region: `Africa`, Country: `South Africa`, Risk: `Low`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-02-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 13 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `GBP/USD`, Spread: 0.02, Open: 1.4464, Price: 1.18, Buy: 1.18, Sell: 1.2, Change: -0.01, ChangePercent: -0.8, Volume: 29450, High: 1.45, Low: 1.19, YearlyHigh: 1.59, YearlyLow: 1.19, YearlyStart: 1.49, YearlyChange: -19.59, Settlement: `Cash`, Contract: `Options`, Region: `Africa`, Country: `Nigeria`, Risk: `Low`, Sector: `Government`, Currency: `PLN`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-04-11`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 14 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Silver`, Spread: 0.01, Open: 17.43, Price: 17.77, Buy: 17.43, Sell: 17.43, Change: 0.35, ChangePercent: 2, Volume: 11720, High: 17.51, Low: 17.37, YearlyHigh: 18.06, YearlyLow: 13.73, YearlyStart: 15.89, YearlyChange: 9.59, Settlement: `Cash`, Contract: `Options`, Region: `Europe`, Country: `Netherlands`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-05-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 15 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Oil`, Spread: 0.015, Open: 45.54, Price: 44.93, Buy: 45.78, Sell: 45.8, Change: -0.86, ChangePercent: -1.88, Volume: 107196, High: 45.94, Low: 45, YearlyHigh: 65.28, YearlyLow: 30.79, YearlyStart: 48.03, YearlyChange: -4.67, Settlement: `Cash`, Contract: `Options`, Region: `South America`, Country: `Bolivia`, Risk: `Low`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-03-16`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 16 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `BTC/USD`, Spread: 0.06, Open: 93.88, Price: 21370.39, Buy: 21200.76, Sell: 21400.78, Change: 369.62, ChangePercent: 1.76, Volume: 5788000, High: 22400.05, Low: 20100.75, YearlyHigh: 62400.7, YearlyLow: 15100.88, YearlyStart: 21200.29, YearlyChange: -20.62, Settlement: `Credit`, Contract: `Forwards`, Region: `Middle East`, Country: `Iran`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-04-11`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 17 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Silver`, Spread: 0.01, Open: 17.43, Price: 17.62, Buy: 17.43, Sell: 17.43, Change: 0.2, ChangePercent: 1.16, Volume: 11720, High: 17.51, Low: 17.37, YearlyHigh: 18.06, YearlyLow: 13.73, YearlyStart: 15.89, YearlyChange: 9.59, Settlement: `Credit`, Contract: `Options`, Region: `Asia Pacific`, Country: `Taiwan`, Risk: `Low`, Sector: `Public`, Currency: `USD`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-04-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 18 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soy Meat`, Spread: 0.01, Open: 342.6, Price: 348.38, Buy: 342.6, Sell: 342.6, Change: 5.76, ChangePercent: 1.68, Volume: 5646, High: 345.4, Low: 340.3, YearlyHigh: 353.4, YearlyLow: 261.7, YearlyStart: 307.55, YearlyChange: 11.4, Settlement: `Credit`, Contract: `CFD`, Region: `Middle East`, Country: `UAE`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-06-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 19 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `AUD/USD`, Spread: 0.02, Open: 0.7344, Price: 0.74, Buy: 0.73, Sell: 0.73, Change: 0, ChangePercent: -1.2, Volume: 36764, High: 0.74, Low: 0.73, YearlyHigh: 0.79, YearlyLow: 0.68, YearlyStart: 0.73, YearlyChange: 1.28, Settlement: `Cash`, Contract: `Swap`, Region: `Middle East`, Country: `UAE`, Risk: `Low`, Sector: `Government`, Currency: `USD`, Security: `High`, Issuer: `American Airlines`, Maturity: `2022-07-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 20 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Coal`, Spread: 0.015, Open: 0.4363, Price: 0.41, Buy: 0.44, Sell: 0.44, Change: -0.01, ChangePercent: -1.2, Volume: 3, High: 0.44, Low: 0.44, YearlyHigh: 0.48, YearlyLow: 0.4, YearlyStart: 0.44, YearlyChange: -5.33, Settlement: `Loan`, Contract: `Swap`, Region: `Europe`, Country: `Germany`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-03-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 21 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `OJ Future`, Spread: 0.01, Open: 140.6, Price: 142.94, Buy: 140.18, Sell: 140.19, Change: 2.75, ChangePercent: 1.96, Volume: 7, High: 140.19, Low: 0, YearlyHigh: 155.95, YearlyLow: 113, YearlyStart: 134.47, YearlyChange: 4.25, Settlement: `Loan`, Contract: `Swap`, Region: `Europe`, Country: `Slovenia`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-05-23`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 22 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Wheat`, Spread: 0.01, Open: 465.5, Price: 462.54, Buy: 465.5, Sell: 465.5, Change: -2.98, ChangePercent: -0.64, Volume: 4318, High: 467, Low: 463.25, YearlyHigh: 628.5, YearlyLow: 449.5, YearlyStart: 539, YearlyChange: -13.63, Settlement: `Cash`, Contract: `Futures`, Region: `Asia Pacific`, Country: `Thailand`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-08-16`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 23 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Copper`, Spread: 0.02, Open: 2.123, Price: 2.14, Buy: 2.12, Sell: 2.12, Change: 0.03, ChangePercent: 1.24, Volume: 28819, High: 2.16, Low: 2.11, YearlyHigh: 2.94, YearlyLow: 1.96, YearlyStart: 2.45, YearlyChange: -13.76, Settlement: `Credit`, Contract: `CFD`, Region: `Middle East`, Country: `UAE`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `Poor`, Issuer: `American Airlines`, Maturity: `2022-01-22`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 24 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soy oil`, Spread: 0.01, Open: 33.26, Price: 33.99, Buy: 33.77, Sell: 33.78, Change: 0.22, ChangePercent: 0.64, Volume: 10592, High: 33.77, Low: 33.06, YearlyHigh: 35.43, YearlyLow: 26.61, YearlyStart: 31.02, YearlyChange: 8.87, Settlement: `Credit`, Contract: `Options`, Region: `Africa`, Country: `Cameroon`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-07-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 25 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Coal`, Spread: 0.015, Open: 0.4363, Price: 0.42, Buy: 0.44, Sell: 0.44, Change: 0, ChangePercent: 1, Volume: 3, High: 0.44, Low: 0.44, YearlyHigh: 0.48, YearlyLow: 0.4, YearlyStart: 0.44, YearlyChange: -5.33, Settlement: `Credit`, Contract: `Forwards`, Region: `Africa`, Country: `Tunisia`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-01-23`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 26 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `Euro$ 3M`, Spread: 0.01, Open: 99.18, Price: 100.8, Buy: 99.18, Sell: 99.18, Change: 1.63, ChangePercent: 1.64, Volume: 29509, High: 99.18, Low: 99.17, YearlyHigh: 99.38, YearlyLow: 98.41, YearlyStart: 98.89, YearlyChange: 0.28, Settlement: `Cash`, Contract: `Futures`, Region: `Middle East`, Country: `Israel`, Risk: `Low`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-07-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 27 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Milk`, Spread: 0.01, Open: 12.87, Price: 12.84, Buy: 12.87, Sell: 12.87, Change: -0.02, ChangePercent: -0.12, Volume: 7, High: 12.89, Low: 12.81, YearlyHigh: 16.96, YearlyLow: 12.81, YearlyStart: 14.88, YearlyChange: -13.6, Settlement: `Credit`, Contract: `Futures`, Region: `Africa`, Country: `South Africa`, Risk: `Low`, Sector: `Public`, Currency: `EUR`, Security: `High`, Issuer: `FedEx`, Maturity: `2022-08-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 28 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/JPY`, Spread: 0.02, Open: 9275.5, Price: 9162.3, Buy: 9277.32, Sell: 9277.34, Change: -115.03, ChangePercent: -1.24, Volume: 47734, High: 9277.33, Low: 0.93, YearlyHigh: 9483, YearlyLow: 0.93, YearlyStart: 4741.97, YearlyChange: 95.64, Settlement: `Cash`, Contract: `Swap`, Region: `North America`, Country: `Mexico`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-02-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 29 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Uranium`, Spread: 0.02, Open: 27.55, Price: 27.56, Buy: 27.55, Sell: 27.55, Change: -0.02, ChangePercent: -0.08, Volume: 12, High: 27.55, Low: 27.55, YearlyHigh: 29.32, YearlyLow: 21.28, YearlyStart: 25.3, YearlyChange: 9.01, Settlement: `Credit`, Contract: `Forwards`, Region: `Asia Pacific`, Country: `Taiwan`, Risk: `Low`, Sector: `Public`, Currency: `USD`, Security: `High`, Issuer: `FedEx`, Maturity: `2022-09-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 30 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `US 10YR Future`, Spread: 0.01, Open: 130.5625, Price: 131.78, Buy: 130.56, Sell: 130.56, Change: 1.2, ChangePercent: 0.92, Volume: 189310, High: 130.63, Low: 130.44, YearlyHigh: 132.64, YearlyLow: 125.48, YearlyStart: 129.06, YearlyChange: 1.18, Settlement: `Loan`, Contract: `Futures`, Region: `Asia Pacific`, Country: `India`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-01-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 31 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Uranium`, Spread: 0.02, Open: 27.55, Price: 27.6, Buy: 27.55, Sell: 27.55, Change: 0.02, ChangePercent: 0.08, Volume: 12, High: 27.55, Low: 27.55, YearlyHigh: 29.32, YearlyLow: 21.28, YearlyStart: 25.3, YearlyChange: 9.01, Settlement: `Loan`, Contract: `CFD`, Region: `Middle East`, Country: `Syria`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-03-24`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 32 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P MID MINI`, Spread: 0.01, Open: 1454.3, Price: 1472.09, Buy: 1455.78, Sell: 1455.79, Change: 16.31, ChangePercent: 1.12, Volume: 338, High: 1455.78, Low: 1448, YearlyHigh: 1527.3, YearlyLow: 1236, YearlyStart: 1381.65, YearlyChange: 5.37, Settlement: `Cash`, Contract: `Futures`, Region: `Asia Pacific`, Country: `Indonesia`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-07-11`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 33 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/JPY`, Spread: 0.02, Open: 9275.5, Price: 9236.51, Buy: 9277.32, Sell: 9277.34, Change: -40.82, ChangePercent: -0.44, Volume: 47734, High: 9277.33, Low: 0.93, YearlyHigh: 9483, YearlyLow: 0.93, YearlyStart: 4741.97, YearlyChange: 95.64, Settlement: `Credit`, Contract: `Options`, Region: `Asia Pacific`, Country: `Australia`, Risk: `Low`, Sector: `Public`, Currency: `PLN`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-02-19`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 34 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Diesel`, Spread: 0.015, Open: 1.3474, Price: 1.37, Buy: 1.35, Sell: 1.35, Change: 0.01, ChangePercent: 1.24, Volume: 2971, High: 1.36, Low: 1.34, YearlyHigh: 2.11, YearlyLow: 0.92, YearlyStart: 1.51, YearlyChange: -10.4, Settlement: `Cash`, Contract: `Swap`, Region: `Europe`, Country: `Norway`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `High`, Issuer: `FedEx`, Maturity: `2022-07-19`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 35 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `LV Cattle`, Spread: 0.01, Open: 120.725, Price: 121.82, Buy: 120.72, Sell: 120.72, Change: 1.11, ChangePercent: 0.92, Volume: 4, High: 120.72, Low: 120.72, YearlyHigh: 147.98, YearlyLow: 113.9, YearlyStart: 130.94, YearlyChange: -7.82, Settlement: `Loan`, Contract: `Forwards`, Region: `North America`, Country: `United States`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-06-19`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 36 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/CHF`, Spread: 0.02, Open: 1.0337, Price: 1.06, Buy: 1.03, Sell: 1.03, Change: 0.02, ChangePercent: 1.6, Volume: 5550, High: 1.03, Low: 1.03, YearlyHigh: 1.11, YearlyLow: 0.98, YearlyStart: 1.04, YearlyChange: -0.12, Settlement: `Credit`, Contract: `Options`, Region: `Asia Pacific`, Country: `Australia`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-03-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 37 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `US 2Y Future`, Spread: 0.01, Open: 109.3984, Price: 111.18, Buy: 109.4, Sell: 109.4, Change: 1.79, ChangePercent: 1.64, Volume: 17742, High: 109.41, Low: 109.38, YearlyHigh: 109.8, YearlyLow: 108.62, YearlyStart: 109.21, YearlyChange: 0.16, Settlement: `Cash`, Contract: `CFD`, Region: `Asia Pacific`, Country: `Thailand`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-03-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 38 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P Future`, Spread: 0.01, Open: 2057.5, Price: 2021.23, Buy: 2056.6, Sell: 2056.61, Change: -35.37, ChangePercent: -1.72, Volume: 142780, High: 2059.5, Low: 2049, YearlyHigh: 2105.5, YearlyLow: 1794.5, YearlyStart: 1950, YearlyChange: 5.47, Settlement: `Loan`, Contract: `CFD`, Region: `Asia Pacific`, Country: `China`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-02-23`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 39 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `BTC/USD`, Spread: 0.06, Open: 93.88, Price: 21395.59, Buy: 21200.76, Sell: 21400.78, Change: 394.82, ChangePercent: 1.88, Volume: 5788000, High: 22400.05, Low: 20100.75, YearlyHigh: 62400.7, YearlyLow: 15100.88, YearlyStart: 21200.29, YearlyChange: -20.62, Settlement: `Loan`, Contract: `CFD`, Region: `South America`, Country: `Venezuela`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-05-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 40 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/CAD`, Spread: 0.02, Open: 0.7744, Price: 0.96, Buy: 0.94, Sell: 0.96, Change: 0.01, ChangePercent: 0.92, Volume: 13669, High: 0.95, Low: 0.77, YearlyHigh: 0.95, YearlyLow: 0.68, YearlyStart: 0.76, YearlyChange: 26.43, Settlement: `Loan`, Contract: `Forwards`, Region: `Africa`, Country: `Morocco`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-01-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 41 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soybean`, Spread: 0.01, Open: 1038, Price: 1049, Buy: 1038.61, Sell: 1038.62, Change: 10.38, ChangePercent: 1, Volume: 20356, High: 1044, Low: 1031.75, YearlyHigh: 1057, YearlyLow: 859.5, YearlyStart: 958.25, YearlyChange: 8.39, Settlement: `Loan`, Contract: `Swap`, Region: `Asia Pacific`, Country: `Korea`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-04-11`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 42 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Oats`, Spread: 0.01, Open: 194.5, Price: 197.4, Buy: 194.21, Sell: 194.22, Change: 3.18, ChangePercent: 1.64, Volume: 64, High: 195.75, Low: 194, YearlyHigh: 241.25, YearlyLow: 183.75, YearlyStart: 212.5, YearlyChange: -8.6, Settlement: `Credit`, Contract: `Swap`, Region: `South America`, Country: `Guyana`, Risk: `Low`, Sector: `Public`, Currency: `USD`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-03-16`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 43 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Oil`, Spread: 0.015, Open: 45.54, Price: 45.57, Buy: 45.78, Sell: 45.8, Change: -0.22, ChangePercent: -0.48, Volume: 107196, High: 45.94, Low: 45, YearlyHigh: 65.28, YearlyLow: 30.79, YearlyStart: 48.03, YearlyChange: -4.67, Settlement: `Cash`, Contract: `Options`, Region: `Middle East`, Country: `Syria`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `High`, Issuer: `American Airlines`, Maturity: `2022-05-23`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 44 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Uranium`, Spread: 0.02, Open: 27.55, Price: 27.51, Buy: 27.55, Sell: 27.55, Change: -0.07, ChangePercent: -0.24, Volume: 12, High: 27.55, Low: 27.55, YearlyHigh: 29.32, YearlyLow: 21.28, YearlyStart: 25.3, YearlyChange: 9.01, Settlement: `Cash`, Contract: `Options`, Region: `Europe`, Country: `Slovakia`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-09-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 45 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/CAD`, Spread: 0.02, Open: 0.7744, Price: 0.94, Buy: 0.94, Sell: 0.96, Change: -0.01, ChangePercent: -1.84, Volume: 13669, High: 0.95, Low: 0.77, YearlyHigh: 0.95, YearlyLow: 0.68, YearlyStart: 0.76, YearlyChange: 26.43, Settlement: `Credit`, Contract: `Options`, Region: `Asia Pacific`, Country: `Australia`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-03-27`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 46 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Ethanol`, Spread: 0.01, Open: 1.512, Price: 2.76, Buy: 2.75, Sell: 2.76, Change: 0.01, ChangePercent: 0.12, Volume: 14, High: 2.75, Low: 1.12, YearlyHigh: 2.75, YearlyLow: 1.12, YearlyStart: 1.48, YearlyChange: 86.7, Settlement: `Cash`, Contract: `Futures`, Region: `Africa`, Country: `Cameroon`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-06-21`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 47 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Uranium`, Spread: 0.02, Open: 27.55, Price: 27.72, Buy: 27.55, Sell: 27.55, Change: 0.14, ChangePercent: 0.52, Volume: 12, High: 27.55, Low: 27.55, YearlyHigh: 29.32, YearlyLow: 21.28, YearlyStart: 25.3, YearlyChange: 9.01, Settlement: `Cash`, Contract: `CFD`, Region: `North America`, Country: `United States`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-03-24`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 48 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Cotton`, Spread: 0.01, Open: 61.77, Price: 60.75, Buy: 61.77, Sell: 61.77, Change: -1.01, ChangePercent: -1.64, Volume: 3612, High: 62.06, Low: 61.32, YearlyHigh: 67.59, YearlyLow: 54.33, YearlyStart: 60.96, YearlyChange: 1.31, Settlement: `Cash`, Contract: `Options`, Region: `Africa`, Country: `Cameroon`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-05-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 49 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Uranium`, Spread: 0.02, Open: 27.55, Price: 27.87, Buy: 27.55, Sell: 27.55, Change: 0.29, ChangePercent: 1.04, Volume: 12, High: 27.55, Low: 27.55, YearlyHigh: 29.32, YearlyLow: 21.28, YearlyStart: 25.3, YearlyChange: 9.01, Settlement: `Credit`, Contract: `Swap`, Region: `Middle East`, Country: `Syria`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `High`, Issuer: `American Airlines`, Maturity: `2022-09-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 50 }), + new FinancialDataAllItem({ Category: `Index`, Type: `DOW Future`, Spread: 0.01, Open: 17711, Price: 17747.58, Buy: 17712.15, Sell: 17712.16, Change: 35.43, ChangePercent: 0.2, Volume: 22236, High: 17727, Low: 17642, YearlyHigh: 18083, YearlyLow: 15299, YearlyStart: 16691, YearlyChange: 6.12, Settlement: `Loan`, Contract: `Swap`, Region: `Asia Pacific`, Country: `Pakistan`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-04-11`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 51 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `BTC/USD`, Spread: 0.06, Open: 93.88, Price: 20589.16, Buy: 21200.76, Sell: 21400.78, Change: -411.61, ChangePercent: -1.96, Volume: 5788000, High: 22400.05, Low: 20100.75, YearlyHigh: 62400.7, YearlyLow: 15100.88, YearlyStart: 21200.29, YearlyChange: -20.62, Settlement: `Cash`, Contract: `Futures`, Region: `Europe`, Country: `Russia`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-02-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 52 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Rice`, Spread: 0.01, Open: 11.245, Price: 10.32, Buy: 10.41, Sell: 10.42, Change: -0.1, ChangePercent: -0.92, Volume: 220, High: 11.38, Low: 10.42, YearlyHigh: 14.14, YearlyLow: 9.7, YearlyStart: 11.92, YearlyChange: -12.62, Settlement: `Cash`, Contract: `Futures`, Region: `South America`, Country: `Ecuador`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-09-19`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 53 }), + new FinancialDataAllItem({ Category: `Index`, Type: `NAS Future`, Spread: 0.01, Open: 4341.25, Price: 4297.87, Buy: 4341.25, Sell: 4341.25, Change: -43.41, ChangePercent: -1, Volume: 18259, High: 4347, Low: 4318, YearlyHigh: 4719.75, YearlyLow: 3867.75, YearlyStart: 4293.75, YearlyChange: 1.11, Settlement: `Cash`, Contract: `Options`, Region: `Middle East`, Country: `Jordan`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-02-24`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 54 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Corn`, Spread: 0.01, Open: 379.5, Price: 374.79, Buy: 379.8, Sell: 379.81, Change: -5.01, ChangePercent: -1.32, Volume: 11266, High: 381, Low: 377.75, YearlyHigh: 471.25, YearlyLow: 351.25, YearlyStart: 411.25, YearlyChange: -7.65, Settlement: `Loan`, Contract: `Swap`, Region: `South America`, Country: `Chile`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-08-11`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 55 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Coal`, Spread: 0.015, Open: 0.4363, Price: 0.41, Buy: 0.44, Sell: 0.44, Change: -0.01, ChangePercent: -1.64, Volume: 3, High: 0.44, Low: 0.44, YearlyHigh: 0.48, YearlyLow: 0.4, YearlyStart: 0.44, YearlyChange: -5.33, Settlement: `Cash`, Contract: `Futures`, Region: `Europe`, Country: `Hungary`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-07-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 56 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `OJ Future`, Spread: 0.01, Open: 140.6, Price: 140.41, Buy: 140.18, Sell: 140.19, Change: 0.22, ChangePercent: 0.16, Volume: 7, High: 140.19, Low: 0, YearlyHigh: 155.95, YearlyLow: 113, YearlyStart: 134.47, YearlyChange: 4.25, Settlement: `Loan`, Contract: `Futures`, Region: `Europe`, Country: `Spain`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-07-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 57 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `Lean Hogs`, Spread: 0.01, Open: 81.275, Price: 81.68, Buy: 81.81, Sell: 81.82, Change: -0.13, ChangePercent: -0.16, Volume: 1, High: 81.81, Low: 81.28, YearlyHigh: 83.98, YearlyLow: 70.25, YearlyStart: 77.11, YearlyChange: 6.09, Settlement: `Credit`, Contract: `Options`, Region: `South America`, Country: `Guyana`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-05-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 58 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `BTC/USD`, Spread: 0.06, Open: 93.88, Price: 21126.78, Buy: 21200.76, Sell: 21400.78, Change: 126.01, ChangePercent: 0.6, Volume: 5788000, High: 22400.05, Low: 20100.75, YearlyHigh: 62400.7, YearlyLow: 15100.88, YearlyStart: 21200.29, YearlyChange: -20.62, Settlement: `Cash`, Contract: `Options`, Region: `Africa`, Country: `Tunisia`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `High`, Issuer: `FedEx`, Maturity: `2022-08-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 59 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Platinum`, Spread: 0.01, Open: 1071.6, Price: 1055.68, Buy: 1071.09, Sell: 1071.1, Change: -15.42, ChangePercent: -1.44, Volume: 3039, High: 1081.2, Low: 1070.5, YearlyHigh: 1120.6, YearlyLow: 812.4, YearlyStart: 966.5, YearlyChange: 10.82, Settlement: `Cash`, Contract: `Futures`, Region: `South America`, Country: `Chile`, Risk: `High`, Sector: `Private`, Currency: `PLN`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-07-11`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 60 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Milk`, Spread: 0.01, Open: 12.87, Price: 13.08, Buy: 12.87, Sell: 12.87, Change: 0.22, ChangePercent: 1.68, Volume: 7, High: 12.89, Low: 12.81, YearlyHigh: 16.96, YearlyLow: 12.81, YearlyStart: 14.88, YearlyChange: -13.6, Settlement: `Credit`, Contract: `Futures`, Region: `Europe`, Country: `Hungary`, Risk: `High`, Sector: `Private`, Currency: `PLN`, Security: `High`, Issuer: `American Airlines`, Maturity: `2022-05-23`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 61 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soy oil`, Spread: 0.01, Open: 33.26, Price: 34.45, Buy: 33.77, Sell: 33.78, Change: 0.68, ChangePercent: 2, Volume: 10592, High: 33.77, Low: 33.06, YearlyHigh: 35.43, YearlyLow: 26.61, YearlyStart: 31.02, YearlyChange: 8.87, Settlement: `Cash`, Contract: `Swap`, Region: `Africa`, Country: `Morocco`, Risk: `High`, Sector: `Public`, Currency: `PLN`, Security: `Poor`, Issuer: `American Airlines`, Maturity: `2022-02-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 62 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Platinum`, Spread: 0.01, Open: 1071.6, Price: 1074.53, Buy: 1071.09, Sell: 1071.1, Change: 3.43, ChangePercent: 0.32, Volume: 3039, High: 1081.2, Low: 1070.5, YearlyHigh: 1120.6, YearlyLow: 812.4, YearlyStart: 966.5, YearlyChange: 10.82, Settlement: `Credit`, Contract: `CFD`, Region: `Africa`, Country: `Libya`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-04-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 63 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Ethanol`, Spread: 0.01, Open: 1.512, Price: 2.81, Buy: 2.75, Sell: 2.76, Change: 0.06, ChangePercent: 2, Volume: 14, High: 2.75, Low: 1.12, YearlyHigh: 2.75, YearlyLow: 1.12, YearlyStart: 1.48, YearlyChange: 86.7, Settlement: `Credit`, Contract: `Forwards`, Region: `Asia Pacific`, Country: `India`, Risk: `High`, Sector: `Public`, Currency: `USD`, Security: `High`, Issuer: `FedEx`, Maturity: `2022-03-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 64 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Cotton`, Spread: 0.01, Open: 61.77, Price: 61.86, Buy: 61.77, Sell: 61.77, Change: 0.1, ChangePercent: 0.16, Volume: 3612, High: 62.06, Low: 61.32, YearlyHigh: 67.59, YearlyLow: 54.33, YearlyStart: 60.96, YearlyChange: 1.31, Settlement: `Cash`, Contract: `Futures`, Region: `Africa`, Country: `Tunisia`, Risk: `High`, Sector: `Private`, Currency: `PLN`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-01-23`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 65 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Wheat`, Spread: 0.01, Open: 465.5, Price: 472.78, Buy: 465.5, Sell: 465.5, Change: 7.26, ChangePercent: 1.56, Volume: 4318, High: 467, Low: 463.25, YearlyHigh: 628.5, YearlyLow: 449.5, YearlyStart: 539, YearlyChange: -13.63, Settlement: `Cash`, Contract: `Futures`, Region: `Africa`, Country: `Cameroon`, Risk: `Low`, Sector: `Government`, Currency: `PLN`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-02-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 66 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Natural Gas`, Spread: 0.02, Open: 2.094, Price: 2.06, Buy: 2.09, Sell: 2.09, Change: -0.04, ChangePercent: -1.92, Volume: 2783, High: 2.11, Low: 2.09, YearlyHigh: 3.2, YearlyLow: 1.84, YearlyStart: 2.52, YearlyChange: -16.51, Settlement: `Cash`, Contract: `Options`, Region: `South America`, Country: `Uruguay`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-01-19`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 67 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `FD Cattle`, Spread: 0.01, Open: 147.175, Price: 148.55, Buy: 148.6, Sell: 148.61, Change: -0.06, ChangePercent: -0.04, Volume: 5, High: 148.61, Low: 147.18, YearlyHigh: 190, YearlyLow: 138.1, YearlyStart: 164.05, YearlyChange: -9.41, Settlement: `Cash`, Contract: `Swap`, Region: `South America`, Country: `Argentina`, Risk: `High`, Sector: `Government`, Currency: `USD`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-03-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 68 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/JPY`, Spread: 0.02, Open: 9275.5, Price: 9347.84, Buy: 9277.32, Sell: 9277.34, Change: 70.51, ChangePercent: 0.76, Volume: 47734, High: 9277.33, Low: 0.93, YearlyHigh: 9483, YearlyLow: 0.93, YearlyStart: 4741.97, YearlyChange: 95.64, Settlement: `Credit`, Contract: `Options`, Region: `Middle East`, Country: `Saudi Arabia`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `High`, Issuer: `American Airlines`, Maturity: `2022-07-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 69 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soy oil`, Spread: 0.01, Open: 33.26, Price: 33.38, Buy: 33.77, Sell: 33.78, Change: -0.39, ChangePercent: -1.16, Volume: 10592, High: 33.77, Low: 33.06, YearlyHigh: 35.43, YearlyLow: 26.61, YearlyStart: 31.02, YearlyChange: 8.87, Settlement: `Credit`, Contract: `Options`, Region: `Europe`, Country: `Netherlands`, Risk: `Low`, Sector: `Government`, Currency: `USD`, Security: `High`, Issuer: `American Airlines`, Maturity: `2022-09-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 70 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soy Meat`, Spread: 0.01, Open: 342.6, Price: 339.06, Buy: 342.6, Sell: 342.6, Change: -3.56, ChangePercent: -1.04, Volume: 5646, High: 345.4, Low: 340.3, YearlyHigh: 353.4, YearlyLow: 261.7, YearlyStart: 307.55, YearlyChange: 11.4, Settlement: `Loan`, Contract: `Options`, Region: `Europe`, Country: `Hungary`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-04-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 71 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Natural Gas`, Spread: 0.02, Open: 2.094, Price: 2.1, Buy: 2.09, Sell: 2.09, Change: 0, ChangePercent: -0.28, Volume: 2783, High: 2.11, Low: 2.09, YearlyHigh: 3.2, YearlyLow: 1.84, YearlyStart: 2.52, YearlyChange: -16.51, Settlement: `Loan`, Contract: `Forwards`, Region: `Europe`, Country: `Portugal`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-05-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 72 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/JPY`, Spread: 0.02, Open: 9275.5, Price: 9459.17, Buy: 9277.32, Sell: 9277.34, Change: 181.84, ChangePercent: 1.96, Volume: 47734, High: 9277.33, Low: 0.93, YearlyHigh: 9483, YearlyLow: 0.93, YearlyStart: 4741.97, YearlyChange: 95.64, Settlement: `Credit`, Contract: `Futures`, Region: `Middle East`, Country: `Iraq`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-07-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 73 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Oats`, Spread: 0.01, Open: 194.5, Price: 197.25, Buy: 194.21, Sell: 194.22, Change: 3.03, ChangePercent: 1.56, Volume: 64, High: 195.75, Low: 194, YearlyHigh: 241.25, YearlyLow: 183.75, YearlyStart: 212.5, YearlyChange: -8.6, Settlement: `Loan`, Contract: `Swap`, Region: `Europe`, Country: `Sweden`, Risk: `Low`, Sector: `Public`, Currency: `USD`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-04-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 74 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soy Meat`, Spread: 0.01, Open: 342.6, Price: 336.59, Buy: 342.6, Sell: 342.6, Change: -6.03, ChangePercent: -1.76, Volume: 5646, High: 345.4, Low: 340.3, YearlyHigh: 353.4, YearlyLow: 261.7, YearlyStart: 307.55, YearlyChange: 11.4, Settlement: `Loan`, Contract: `Swap`, Region: `Africa`, Country: `Ethiopia`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-09-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 75 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Gold`, Spread: 0.01, Open: 1281.1, Price: 1260.75, Buy: 1280.73, Sell: 1280.74, Change: -19.98, ChangePercent: -1.56, Volume: 48387, High: 1289.5, Low: 1279.1, YearlyHigh: 1306, YearlyLow: 1047.2, YearlyStart: 1176.6, YearlyChange: 8.85, Settlement: `Cash`, Contract: `Options`, Region: `Africa`, Country: `Nigeria`, Risk: `High`, Sector: `Private`, Currency: `PLN`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-04-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 76 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Sugar`, Spread: 0.01, Open: 15.68, Price: 14.91, Buy: 14.67, Sell: 14.68, Change: 0.24, ChangePercent: 1.64, Volume: 4949, High: 15.7, Low: 14.67, YearlyHigh: 16.87, YearlyLow: 11.37, YearlyStart: 14.12, YearlyChange: 3.92, Settlement: `Credit`, Contract: `Swap`, Region: `Europe`, Country: `Sweden`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-05-21`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 77 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Copper`, Spread: 0.02, Open: 2.123, Price: 2.1, Buy: 2.12, Sell: 2.12, Change: -0.01, ChangePercent: -0.64, Volume: 28819, High: 2.16, Low: 2.11, YearlyHigh: 2.94, YearlyLow: 1.96, YearlyStart: 2.45, YearlyChange: -13.76, Settlement: `Cash`, Contract: `Swap`, Region: `Africa`, Country: `Ethiopia`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-08-19`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 78 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/JPY`, Spread: 0.02, Open: 9275.5, Price: 9329.29, Buy: 9277.32, Sell: 9277.34, Change: 51.96, ChangePercent: 0.56, Volume: 47734, High: 9277.33, Low: 0.93, YearlyHigh: 9483, YearlyLow: 0.93, YearlyStart: 4741.97, YearlyChange: 95.64, Settlement: `Loan`, Contract: `Futures`, Region: `Europe`, Country: `Germany`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-07-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 79 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `OJ Future`, Spread: 0.01, Open: 140.6, Price: 140.97, Buy: 140.18, Sell: 140.19, Change: 0.78, ChangePercent: 0.56, Volume: 7, High: 140.19, Low: 0, YearlyHigh: 155.95, YearlyLow: 113, YearlyStart: 134.47, YearlyChange: 4.25, Settlement: `Loan`, Contract: `CFD`, Region: `Africa`, Country: `Morocco`, Risk: `Low`, Sector: `Government`, Currency: `USD`, Security: `High`, Issuer: `FedEx`, Maturity: `2022-06-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 80 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/JPY`, Spread: 0.02, Open: 9275.5, Price: 9455.46, Buy: 9277.32, Sell: 9277.34, Change: 178.13, ChangePercent: 1.92, Volume: 47734, High: 9277.33, Low: 0.93, YearlyHigh: 9483, YearlyLow: 0.93, YearlyStart: 4741.97, YearlyChange: 95.64, Settlement: `Loan`, Contract: `Futures`, Region: `Asia Pacific`, Country: `China`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-03-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 81 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `FD Cattle`, Spread: 0.01, Open: 147.175, Price: 148.37, Buy: 148.6, Sell: 148.61, Change: -0.24, ChangePercent: -0.16, Volume: 5, High: 148.61, Low: 147.18, YearlyHigh: 190, YearlyLow: 138.1, YearlyStart: 164.05, YearlyChange: -9.41, Settlement: `Loan`, Contract: `Futures`, Region: `Europe`, Country: `France`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-02-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 82 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Diesel`, Spread: 0.015, Open: 1.3474, Price: 1.38, Buy: 1.35, Sell: 1.35, Change: 0.02, ChangePercent: 1.56, Volume: 2971, High: 1.36, Low: 1.34, YearlyHigh: 2.11, YearlyLow: 0.92, YearlyStart: 1.51, YearlyChange: -10.4, Settlement: `Cash`, Contract: `Options`, Region: `North America`, Country: `United States`, Risk: `High`, Sector: `Public`, Currency: `PLN`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-03-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 83 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Ethanol`, Spread: 0.01, Open: 1.512, Price: 2.71, Buy: 2.75, Sell: 2.76, Change: -0.04, ChangePercent: -1.68, Volume: 14, High: 2.75, Low: 1.12, YearlyHigh: 2.75, YearlyLow: 1.12, YearlyStart: 1.48, YearlyChange: 86.7, Settlement: `Cash`, Contract: `Options`, Region: `Africa`, Country: `South Africa`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-04-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 84 }), + new FinancialDataAllItem({ Category: `Index`, Type: `DOW Future`, Spread: 0.01, Open: 17711, Price: 17875.1, Buy: 17712.15, Sell: 17712.16, Change: 162.95, ChangePercent: 0.92, Volume: 22236, High: 17727, Low: 17642, YearlyHigh: 18083, YearlyLow: 15299, YearlyStart: 16691, YearlyChange: 6.12, Settlement: `Credit`, Contract: `Swap`, Region: `Europe`, Country: `Ireland`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-02-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 85 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `LV Cattle`, Spread: 0.01, Open: 120.725, Price: 120.9, Buy: 120.72, Sell: 120.72, Change: 0.2, ChangePercent: 0.16, Volume: 4, High: 120.72, Low: 120.72, YearlyHigh: 147.98, YearlyLow: 113.9, YearlyStart: 130.94, YearlyChange: -7.82, Settlement: `Loan`, Contract: `Futures`, Region: `Europe`, Country: `Romania`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `American Airlines`, Maturity: `2022-06-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 86 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `LV Cattle`, Spread: 0.01, Open: 120.725, Price: 120.66, Buy: 120.72, Sell: 120.72, Change: -0.05, ChangePercent: -0.04, Volume: 4, High: 120.72, Low: 120.72, YearlyHigh: 147.98, YearlyLow: 113.9, YearlyStart: 130.94, YearlyChange: -7.82, Settlement: `Credit`, Contract: `Futures`, Region: `Europe`, Country: `France`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-02-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 87 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `LV Cattle`, Spread: 0.01, Open: 120.725, Price: 119.93, Buy: 120.72, Sell: 120.72, Change: -0.77, ChangePercent: -0.64, Volume: 4, High: 120.72, Low: 120.72, YearlyHigh: 147.98, YearlyLow: 113.9, YearlyStart: 130.94, YearlyChange: -7.82, Settlement: `Cash`, Contract: `Swap`, Region: `Middle East`, Country: `Qatar`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-03-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 88 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P Future`, Spread: 0.01, Open: 2057.5, Price: 2017.12, Buy: 2056.6, Sell: 2056.61, Change: -39.48, ChangePercent: -1.92, Volume: 142780, High: 2059.5, Low: 2049, YearlyHigh: 2105.5, YearlyLow: 1794.5, YearlyStart: 1950, YearlyChange: 5.47, Settlement: `Credit`, Contract: `Options`, Region: `Europe`, Country: `Denmark`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-08-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 89 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `Euro$ 3M`, Spread: 0.01, Open: 99.18, Price: 97.38, Buy: 99.18, Sell: 99.18, Change: -1.79, ChangePercent: -1.8, Volume: 29509, High: 99.18, Low: 99.17, YearlyHigh: 99.38, YearlyLow: 98.41, YearlyStart: 98.89, YearlyChange: 0.28, Settlement: `Loan`, Contract: `Forwards`, Region: `Asia Pacific`, Country: `Hong Kong`, Risk: `Low`, Sector: `Government`, Currency: `USD`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-07-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 90 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `AUD/USD`, Spread: 0.02, Open: 0.7344, Price: 0.73, Buy: 0.73, Sell: 0.73, Change: -0.01, ChangePercent: -1.48, Volume: 36764, High: 0.74, Low: 0.73, YearlyHigh: 0.79, YearlyLow: 0.68, YearlyStart: 0.73, YearlyChange: 1.28, Settlement: `Credit`, Contract: `Futures`, Region: `North America`, Country: `United States`, Risk: `High`, Sector: `Government`, Currency: `PLN`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-08-24`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 91 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Platinum`, Spread: 0.01, Open: 1071.6, Price: 1057.82, Buy: 1071.09, Sell: 1071.1, Change: -13.28, ChangePercent: -1.24, Volume: 3039, High: 1081.2, Low: 1070.5, YearlyHigh: 1120.6, YearlyLow: 812.4, YearlyStart: 966.5, YearlyChange: 10.82, Settlement: `Cash`, Contract: `Futures`, Region: `Middle East`, Country: `Oman`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-01-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 92 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Silver`, Spread: 0.01, Open: 17.43, Price: 17.27, Buy: 17.43, Sell: 17.43, Change: -0.15, ChangePercent: -0.84, Volume: 11720, High: 17.51, Low: 17.37, YearlyHigh: 18.06, YearlyLow: 13.73, YearlyStart: 15.89, YearlyChange: 9.59, Settlement: `Cash`, Contract: `CFD`, Region: `Europe`, Country: `Bulgaria`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-05-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 93 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `Lean Hogs`, Spread: 0.01, Open: 81.275, Price: 81.29, Buy: 81.81, Sell: 81.82, Change: -0.52, ChangePercent: -0.64, Volume: 1, High: 81.81, Low: 81.28, YearlyHigh: 83.98, YearlyLow: 70.25, YearlyStart: 77.11, YearlyChange: 6.09, Settlement: `Cash`, Contract: `Options`, Region: `Africa`, Country: `South Africa`, Risk: `Low`, Sector: `Public`, Currency: `EUR`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-01-27`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 94 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Wheat`, Spread: 0.01, Open: 465.5, Price: 469.8, Buy: 465.5, Sell: 465.5, Change: 4.28, ChangePercent: 0.92, Volume: 4318, High: 467, Low: 463.25, YearlyHigh: 628.5, YearlyLow: 449.5, YearlyStart: 539, YearlyChange: -13.63, Settlement: `Cash`, Contract: `Futures`, Region: `Africa`, Country: `South Africa`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-08-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 95 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Wheat`, Spread: 0.01, Open: 465.5, Price: 462.35, Buy: 465.5, Sell: 465.5, Change: -3.17, ChangePercent: -0.68, Volume: 4318, High: 467, Low: 463.25, YearlyHigh: 628.5, YearlyLow: 449.5, YearlyStart: 539, YearlyChange: -13.63, Settlement: `Cash`, Contract: `Futures`, Region: `Europe`, Country: `Finland`, Risk: `Low`, Sector: `Government`, Currency: `PLN`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-01-16`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 96 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `BTC/USD`, Spread: 0.06, Open: 93.88, Price: 20698.36, Buy: 21200.76, Sell: 21400.78, Change: -302.41, ChangePercent: -1.44, Volume: 5788000, High: 22400.05, Low: 20100.75, YearlyHigh: 62400.7, YearlyLow: 15100.88, YearlyStart: 21200.29, YearlyChange: -20.62, Settlement: `Loan`, Contract: `Options`, Region: `North America`, Country: `United States`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-08-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 97 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Corn`, Spread: 0.01, Open: 379.5, Price: 377.68, Buy: 379.8, Sell: 379.81, Change: -2.12, ChangePercent: -0.56, Volume: 11266, High: 381, Low: 377.75, YearlyHigh: 471.25, YearlyLow: 351.25, YearlyStart: 411.25, YearlyChange: -7.65, Settlement: `Loan`, Contract: `Options`, Region: `Europe`, Country: `Italy`, Risk: `Low`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-01-24`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 98 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Uranium`, Spread: 0.02, Open: 27.55, Price: 27.91, Buy: 27.55, Sell: 27.55, Change: 0.33, ChangePercent: 1.2, Volume: 12, High: 27.55, Low: 27.55, YearlyHigh: 29.32, YearlyLow: 21.28, YearlyStart: 25.3, YearlyChange: 9.01, Settlement: `Cash`, Contract: `Swap`, Region: `Middle East`, Country: `Lebanon`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-06-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 99 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Wheat`, Spread: 0.01, Open: 465.5, Price: 467.01, Buy: 465.5, Sell: 465.5, Change: 1.49, ChangePercent: 0.32, Volume: 4318, High: 467, Low: 463.25, YearlyHigh: 628.5, YearlyLow: 449.5, YearlyStart: 539, YearlyChange: -13.63, Settlement: `Cash`, Contract: `Swap`, Region: `Europe`, Country: `Ireland`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-06-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 100 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P MID MINI`, Spread: 0.01, Open: 1454.3, Price: 1453.45, Buy: 1455.78, Sell: 1455.79, Change: -2.33, ChangePercent: -0.16, Volume: 338, High: 1455.78, Low: 1448, YearlyHigh: 1527.3, YearlyLow: 1236, YearlyStart: 1381.65, YearlyChange: 5.37, Settlement: `Cash`, Contract: `Swap`, Region: `Africa`, Country: `Morocco`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-06-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 101 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `FD Cattle`, Spread: 0.01, Open: 147.175, Price: 149.85, Buy: 148.6, Sell: 148.61, Change: 1.24, ChangePercent: 0.84, Volume: 5, High: 148.61, Low: 147.18, YearlyHigh: 190, YearlyLow: 138.1, YearlyStart: 164.05, YearlyChange: -9.41, Settlement: `Cash`, Contract: `Options`, Region: `Africa`, Country: `Ethiopia`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-02-10`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 102 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Copper`, Spread: 0.02, Open: 2.123, Price: 2.16, Buy: 2.12, Sell: 2.12, Change: 0.05, ChangePercent: 2, Volume: 28819, High: 2.16, Low: 2.11, YearlyHigh: 2.94, YearlyLow: 1.96, YearlyStart: 2.45, YearlyChange: -13.76, Settlement: `Cash`, Contract: `Options`, Region: `Africa`, Country: `Senegal`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-03-19`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 103 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Uranium`, Spread: 0.02, Open: 27.55, Price: 27.81, Buy: 27.55, Sell: 27.55, Change: 0.23, ChangePercent: 0.84, Volume: 12, High: 27.55, Low: 27.55, YearlyHigh: 29.32, YearlyLow: 21.28, YearlyStart: 25.3, YearlyChange: 9.01, Settlement: `Cash`, Contract: `Futures`, Region: `Middle East`, Country: `Iran`, Risk: `High`, Sector: `Government`, Currency: `USD`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-08-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 104 }), + new FinancialDataAllItem({ Category: `Index`, Type: `DOW Future`, Spread: 0.01, Open: 17711, Price: 17457.1, Buy: 17712.15, Sell: 17712.16, Change: -255.05, ChangePercent: -1.44, Volume: 22236, High: 17727, Low: 17642, YearlyHigh: 18083, YearlyLow: 15299, YearlyStart: 16691, YearlyChange: 6.12, Settlement: `Cash`, Contract: `Swap`, Region: `Asia Pacific`, Country: `Thailand`, Risk: `High`, Sector: `Private`, Currency: `PLN`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-05-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 105 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Coal`, Spread: 0.015, Open: 0.4363, Price: 0.41, Buy: 0.44, Sell: 0.44, Change: -0.01, ChangePercent: -0.96, Volume: 3, High: 0.44, Low: 0.44, YearlyHigh: 0.48, YearlyLow: 0.4, YearlyStart: 0.44, YearlyChange: -5.33, Settlement: `Cash`, Contract: `Forwards`, Region: `Asia Pacific`, Country: `India`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-02-24`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 106 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Platinum`, Spread: 0.01, Open: 1071.6, Price: 1086.52, Buy: 1071.09, Sell: 1071.1, Change: 15.42, ChangePercent: 1.44, Volume: 3039, High: 1081.2, Low: 1070.5, YearlyHigh: 1120.6, YearlyLow: 812.4, YearlyStart: 966.5, YearlyChange: 10.82, Settlement: `Credit`, Contract: `Options`, Region: `North America`, Country: `Mexico`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-04-23`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 107 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Rice`, Spread: 0.01, Open: 11.245, Price: 10.61, Buy: 10.41, Sell: 10.42, Change: 0.19, ChangePercent: 1.84, Volume: 220, High: 11.38, Low: 10.42, YearlyHigh: 14.14, YearlyLow: 9.7, YearlyStart: 11.92, YearlyChange: -12.62, Settlement: `Cash`, Contract: `Swap`, Region: `Asia Pacific`, Country: `Indonesia`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `FedEx`, Maturity: `2022-06-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 108 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `BTC/USD`, Spread: 0.06, Open: 93.88, Price: 20765.56, Buy: 21200.76, Sell: 21400.78, Change: -235.21, ChangePercent: -1.12, Volume: 5788000, High: 22400.05, Low: 20100.75, YearlyHigh: 62400.7, YearlyLow: 15100.88, YearlyStart: 21200.29, YearlyChange: -20.62, Settlement: `Cash`, Contract: `Swap`, Region: `Middle East`, Country: `Iran`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-06-16`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 109 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P 600 MINI`, Spread: 0.01, Open: 687.9, Price: 691.18, Buy: 687.9, Sell: 687.9, Change: 3.3, ChangePercent: 0.48, Volume: 0, High: 0, Low: 0, YearlyHigh: 620.32, YearlyLow: 595.9, YearlyStart: 608.11, YearlyChange: 13.12, Settlement: `Credit`, Contract: `Swap`, Region: `Asia Pacific`, Country: `Malaysia`, Risk: `High`, Sector: `Government`, Currency: `PLN`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-02-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 110 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soy oil`, Spread: 0.01, Open: 33.26, Price: 34.26, Buy: 33.77, Sell: 33.78, Change: 0.49, ChangePercent: 1.44, Volume: 10592, High: 33.77, Low: 33.06, YearlyHigh: 35.43, YearlyLow: 26.61, YearlyStart: 31.02, YearlyChange: 8.87, Settlement: `Loan`, Contract: `Swap`, Region: `Europe`, Country: `Greece`, Risk: `High`, Sector: `Government`, Currency: `PLN`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-06-10`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 111 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `FD Cattle`, Spread: 0.01, Open: 147.175, Price: 148.07, Buy: 148.6, Sell: 148.61, Change: -0.54, ChangePercent: -0.36, Volume: 5, High: 148.61, Low: 147.18, YearlyHigh: 190, YearlyLow: 138.1, YearlyStart: 164.05, YearlyChange: -9.41, Settlement: `Cash`, Contract: `CFD`, Region: `Europe`, Country: `Portugal`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-01-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 112 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Coal`, Spread: 0.015, Open: 0.4363, Price: 0.42, Buy: 0.44, Sell: 0.44, Change: 0, ChangePercent: 1.8, Volume: 3, High: 0.44, Low: 0.44, YearlyHigh: 0.48, YearlyLow: 0.4, YearlyStart: 0.44, YearlyChange: -5.33, Settlement: `Cash`, Contract: `Options`, Region: `Middle East`, Country: `Israel`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `Poor`, Issuer: `FedEx`, Maturity: `2022-03-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 113 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Gold`, Spread: 0.01, Open: 1281.1, Price: 1272.54, Buy: 1280.73, Sell: 1280.74, Change: -8.19, ChangePercent: -0.64, Volume: 48387, High: 1289.5, Low: 1279.1, YearlyHigh: 1306, YearlyLow: 1047.2, YearlyStart: 1176.6, YearlyChange: 8.85, Settlement: `Cash`, Contract: `Swap`, Region: `Asia Pacific`, Country: `Indonesia`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-02-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 114 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Corn`, Spread: 0.01, Open: 379.5, Price: 373.42, Buy: 379.8, Sell: 379.81, Change: -6.38, ChangePercent: -1.68, Volume: 11266, High: 381, Low: 377.75, YearlyHigh: 471.25, YearlyLow: 351.25, YearlyStart: 411.25, YearlyChange: -7.65, Settlement: `Cash`, Contract: `Futures`, Region: `North America`, Country: `Canada`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `High`, Issuer: `FedEx`, Maturity: `2022-09-11`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 115 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `US 10YR Future`, Spread: 0.01, Open: 130.5625, Price: 131.47, Buy: 130.56, Sell: 130.56, Change: 0.89, ChangePercent: 0.68, Volume: 189310, High: 130.63, Low: 130.44, YearlyHigh: 132.64, YearlyLow: 125.48, YearlyStart: 129.06, YearlyChange: 1.18, Settlement: `Credit`, Contract: `Futures`, Region: `Africa`, Country: `Niger`, Risk: `Low`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-03-22`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 116 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Coal`, Spread: 0.015, Open: 0.4363, Price: 0.41, Buy: 0.44, Sell: 0.44, Change: -0.01, ChangePercent: -1.88, Volume: 3, High: 0.44, Low: 0.44, YearlyHigh: 0.48, YearlyLow: 0.4, YearlyStart: 0.44, YearlyChange: -5.33, Settlement: `Cash`, Contract: `Futures`, Region: `Europe`, Country: `Iceland`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-04-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 117 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P Future`, Spread: 0.01, Open: 2057.5, Price: 2086.22, Buy: 2056.6, Sell: 2056.61, Change: 29.62, ChangePercent: 1.44, Volume: 142780, High: 2059.5, Low: 2049, YearlyHigh: 2105.5, YearlyLow: 1794.5, YearlyStart: 1950, YearlyChange: 5.47, Settlement: `Loan`, Contract: `Swap`, Region: `Europe`, Country: `Greece`, Risk: `Low`, Sector: `Public`, Currency: `USD`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-03-23`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 118 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soy Meat`, Spread: 0.01, Open: 342.6, Price: 346.32, Buy: 342.6, Sell: 342.6, Change: 3.7, ChangePercent: 1.08, Volume: 5646, High: 345.4, Low: 340.3, YearlyHigh: 353.4, YearlyLow: 261.7, YearlyStart: 307.55, YearlyChange: 11.4, Settlement: `Loan`, Contract: `Futures`, Region: `Asia Pacific`, Country: `Azerbaijan`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-06-27`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 119 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `LV Cattle`, Spread: 0.01, Open: 120.725, Price: 122.78, Buy: 120.72, Sell: 120.72, Change: 2.08, ChangePercent: 1.72, Volume: 4, High: 120.72, Low: 120.72, YearlyHigh: 147.98, YearlyLow: 113.9, YearlyStart: 130.94, YearlyChange: -7.82, Settlement: `Loan`, Contract: `Futures`, Region: `Europe`, Country: `Ireland`, Risk: `High`, Sector: `Government`, Currency: `PLN`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-01-21`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 120 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Copper`, Spread: 0.02, Open: 2.123, Price: 2.1, Buy: 2.12, Sell: 2.12, Change: -0.01, ChangePercent: -0.56, Volume: 28819, High: 2.16, Low: 2.11, YearlyHigh: 2.94, YearlyLow: 1.96, YearlyStart: 2.45, YearlyChange: -13.76, Settlement: `Cash`, Contract: `Futures`, Region: `Europe`, Country: `Norway`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-01-16`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 121 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Uranium`, Spread: 0.02, Open: 27.55, Price: 27.52, Buy: 27.55, Sell: 27.55, Change: -0.06, ChangePercent: -0.2, Volume: 12, High: 27.55, Low: 27.55, YearlyHigh: 29.32, YearlyLow: 21.28, YearlyStart: 25.3, YearlyChange: 9.01, Settlement: `Credit`, Contract: `Futures`, Region: `Middle East`, Country: `Jordan`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-02-22`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 122 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Silver`, Spread: 0.01, Open: 17.43, Price: 17.18, Buy: 17.43, Sell: 17.43, Change: -0.24, ChangePercent: -1.4, Volume: 11720, High: 17.51, Low: 17.37, YearlyHigh: 18.06, YearlyLow: 13.73, YearlyStart: 15.89, YearlyChange: 9.59, Settlement: `Credit`, Contract: `Options`, Region: `Europe`, Country: `Romania`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-07-22`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 123 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soybean`, Spread: 0.01, Open: 1038, Price: 1044.02, Buy: 1038.61, Sell: 1038.62, Change: 5.4, ChangePercent: 0.52, Volume: 20356, High: 1044, Low: 1031.75, YearlyHigh: 1057, YearlyLow: 859.5, YearlyStart: 958.25, YearlyChange: 8.39, Settlement: `Cash`, Contract: `Options`, Region: `South America`, Country: `Brazil`, Risk: `Low`, Sector: `Government`, Currency: `PLN`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-07-24`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 124 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Coal`, Spread: 0.015, Open: 0.4363, Price: 0.42, Buy: 0.44, Sell: 0.44, Change: 0, ChangePercent: 1.36, Volume: 3, High: 0.44, Low: 0.44, YearlyHigh: 0.48, YearlyLow: 0.4, YearlyStart: 0.44, YearlyChange: -5.33, Settlement: `Cash`, Contract: `CFD`, Region: `Africa`, Country: `Algeria`, Risk: `Low`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-04-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 125 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Rice`, Spread: 0.01, Open: 11.245, Price: 10.26, Buy: 10.41, Sell: 10.42, Change: -0.16, ChangePercent: -1.48, Volume: 220, High: 11.38, Low: 10.42, YearlyHigh: 14.14, YearlyLow: 9.7, YearlyStart: 11.92, YearlyChange: -12.62, Settlement: `Credit`, Contract: `CFD`, Region: `Europe`, Country: `Poland`, Risk: `Low`, Sector: `Public`, Currency: `EUR`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-08-10`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 126 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Copper`, Spread: 0.02, Open: 2.123, Price: 2.1, Buy: 2.12, Sell: 2.12, Change: -0.01, ChangePercent: -0.52, Volume: 28819, High: 2.16, Low: 2.11, YearlyHigh: 2.94, YearlyLow: 1.96, YearlyStart: 2.45, YearlyChange: -13.76, Settlement: `Credit`, Contract: `Options`, Region: `Middle East`, Country: `Turkey`, Risk: `Low`, Sector: `Public`, Currency: `EUR`, Security: `High`, Issuer: `American Airlines`, Maturity: `2022-07-16`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 127 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `US 30YR Future`, Spread: 0.01, Open: 164.875, Price: 164.03, Buy: 164.15, Sell: 164.16, Change: -0.13, ChangePercent: -0.08, Volume: 28012, High: 165.25, Low: 164.04, YearlyHigh: 169.38, YearlyLow: 151.47, YearlyStart: 160.43, YearlyChange: 2.33, Settlement: `Credit`, Contract: `Swap`, Region: `Europe`, Country: `Italy`, Risk: `High`, Sector: `Public`, Currency: `PLN`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-07-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 128 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Platinum`, Spread: 0.01, Open: 1071.6, Price: 1075.38, Buy: 1071.09, Sell: 1071.1, Change: 4.28, ChangePercent: 0.4, Volume: 3039, High: 1081.2, Low: 1070.5, YearlyHigh: 1120.6, YearlyLow: 812.4, YearlyStart: 966.5, YearlyChange: 10.82, Settlement: `Credit`, Contract: `Swap`, Region: `South America`, Country: `Paraguay`, Risk: `Low`, Sector: `Government`, Currency: `USD`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-04-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 129 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `BTC/USD`, Spread: 0.06, Open: 93.88, Price: 20807.56, Buy: 21200.76, Sell: 21400.78, Change: -193.21, ChangePercent: -0.92, Volume: 5788000, High: 22400.05, Low: 20100.75, YearlyHigh: 62400.7, YearlyLow: 15100.88, YearlyStart: 21200.29, YearlyChange: -20.62, Settlement: `Cash`, Contract: `Futures`, Region: `Asia Pacific`, Country: `Malaysia`, Risk: `High`, Sector: `Private`, Currency: `PLN`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-08-24`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 130 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soy oil`, Spread: 0.01, Open: 33.26, Price: 33.28, Buy: 33.77, Sell: 33.78, Change: -0.49, ChangePercent: -1.44, Volume: 10592, High: 33.77, Low: 33.06, YearlyHigh: 35.43, YearlyLow: 26.61, YearlyStart: 31.02, YearlyChange: 8.87, Settlement: `Cash`, Contract: `Options`, Region: `Middle East`, Country: `Israel`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-05-21`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 131 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Cotton`, Spread: 0.01, Open: 61.77, Price: 61.02, Buy: 61.77, Sell: 61.77, Change: -0.74, ChangePercent: -1.2, Volume: 3612, High: 62.06, Low: 61.32, YearlyHigh: 67.59, YearlyLow: 54.33, YearlyStart: 60.96, YearlyChange: 1.31, Settlement: `Cash`, Contract: `Futures`, Region: `Asia Pacific`, Country: `Indonesia`, Risk: `High`, Sector: `Government`, Currency: `USD`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-08-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 132 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Silver`, Spread: 0.01, Open: 17.43, Price: 17.09, Buy: 17.43, Sell: 17.43, Change: -0.33, ChangePercent: -1.88, Volume: 11720, High: 17.51, Low: 17.37, YearlyHigh: 18.06, YearlyLow: 13.73, YearlyStart: 15.89, YearlyChange: 9.59, Settlement: `Cash`, Contract: `Swap`, Region: `Middle East`, Country: `Kuwait`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-08-24`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 133 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/CHF`, Spread: 0.02, Open: 1.0337, Price: 1.04, Buy: 1.03, Sell: 1.03, Change: 0, ChangePercent: -0.48, Volume: 5550, High: 1.03, Low: 1.03, YearlyHigh: 1.11, YearlyLow: 0.98, YearlyStart: 1.04, YearlyChange: -0.12, Settlement: `Cash`, Contract: `Swap`, Region: `Africa`, Country: `Morocco`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-03-16`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 134 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Cotton`, Spread: 0.01, Open: 61.77, Price: 62.5, Buy: 61.77, Sell: 61.77, Change: 0.74, ChangePercent: 1.2, Volume: 3612, High: 62.06, Low: 61.32, YearlyHigh: 67.59, YearlyLow: 54.33, YearlyStart: 60.96, YearlyChange: 1.31, Settlement: `Credit`, Contract: `Futures`, Region: `Europe`, Country: `Italy`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `Poor`, Issuer: `FedEx`, Maturity: `2022-06-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 135 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Sugar`, Spread: 0.01, Open: 15.68, Price: 14.68, Buy: 14.67, Sell: 14.68, Change: 0.01, ChangePercent: 0.04, Volume: 4949, High: 15.7, Low: 14.67, YearlyHigh: 16.87, YearlyLow: 11.37, YearlyStart: 14.12, YearlyChange: 3.92, Settlement: `Cash`, Contract: `Futures`, Region: `Asia Pacific`, Country: `Singapore`, Risk: `Low`, Sector: `Government`, Currency: `PLN`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-06-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 136 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Milk`, Spread: 0.01, Open: 12.87, Price: 12.84, Buy: 12.87, Sell: 12.87, Change: -0.02, ChangePercent: -0.12, Volume: 7, High: 12.89, Low: 12.81, YearlyHigh: 16.96, YearlyLow: 12.81, YearlyStart: 14.88, YearlyChange: -13.6, Settlement: `Cash`, Contract: `Forwards`, Region: `Europe`, Country: `Austria`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-04-21`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 137 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Diesel`, Spread: 0.015, Open: 1.3474, Price: 1.37, Buy: 1.35, Sell: 1.35, Change: 0.01, ChangePercent: 0.96, Volume: 2971, High: 1.36, Low: 1.34, YearlyHigh: 2.11, YearlyLow: 0.92, YearlyStart: 1.51, YearlyChange: -10.4, Settlement: `Cash`, Contract: `Swap`, Region: `Africa`, Country: `Ethiopia`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-09-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 138 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `US 10YR Future`, Spread: 0.01, Open: 130.5625, Price: 132.52, Buy: 130.56, Sell: 130.56, Change: 1.94, ChangePercent: 1.48, Volume: 189310, High: 130.63, Low: 130.44, YearlyHigh: 132.64, YearlyLow: 125.48, YearlyStart: 129.06, YearlyChange: 1.18, Settlement: `Cash`, Contract: `Futures`, Region: `Europe`, Country: `Norway`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-03-11`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 139 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Diesel`, Spread: 0.015, Open: 1.3474, Price: 1.35, Buy: 1.35, Sell: 1.35, Change: -0.01, ChangePercent: -0.24, Volume: 2971, High: 1.36, Low: 1.34, YearlyHigh: 2.11, YearlyLow: 0.92, YearlyStart: 1.51, YearlyChange: -10.4, Settlement: `Cash`, Contract: `Options`, Region: `Middle East`, Country: `Syria`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-05-16`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 140 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P Future`, Spread: 0.01, Open: 2057.5, Price: 2052.49, Buy: 2056.6, Sell: 2056.61, Change: -4.11, ChangePercent: -0.2, Volume: 142780, High: 2059.5, Low: 2049, YearlyHigh: 2105.5, YearlyLow: 1794.5, YearlyStart: 1950, YearlyChange: 5.47, Settlement: `Cash`, Contract: `Swap`, Region: `Asia Pacific`, Country: `Azerbaijan`, Risk: `Low`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-05-11`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 141 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `Lean Hogs`, Spread: 0.01, Open: 81.275, Price: 83.45, Buy: 81.81, Sell: 81.82, Change: 1.64, ChangePercent: 2, Volume: 1, High: 81.81, Low: 81.28, YearlyHigh: 83.98, YearlyLow: 70.25, YearlyStart: 77.11, YearlyChange: 6.09, Settlement: `Cash`, Contract: `CFD`, Region: `Europe`, Country: `Croatia`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `High`, Issuer: `FedEx`, Maturity: `2022-07-21`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 142 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `Euro$ 3M`, Spread: 0.01, Open: 99.18, Price: 98.81, Buy: 99.18, Sell: 99.18, Change: -0.36, ChangePercent: -0.36, Volume: 29509, High: 99.18, Low: 99.17, YearlyHigh: 99.38, YearlyLow: 98.41, YearlyStart: 98.89, YearlyChange: 0.28, Settlement: `Cash`, Contract: `Swap`, Region: `Middle East`, Country: `Turkey`, Risk: `Low`, Sector: `Public`, Currency: `EUR`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-03-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 143 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Oil`, Spread: 0.015, Open: 45.54, Price: 46.05, Buy: 45.78, Sell: 45.8, Change: 0.26, ChangePercent: 0.56, Volume: 107196, High: 45.94, Low: 45, YearlyHigh: 65.28, YearlyLow: 30.79, YearlyStart: 48.03, YearlyChange: -4.67, Settlement: `Cash`, Contract: `Futures`, Region: `Africa`, Country: `Tunisia`, Risk: `Low`, Sector: `Government`, Currency: `USD`, Security: `High`, Issuer: `FedEx`, Maturity: `2022-08-24`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 144 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `US 30YR Future`, Spread: 0.01, Open: 164.875, Price: 165.47, Buy: 164.15, Sell: 164.16, Change: 1.31, ChangePercent: 0.8, Volume: 28012, High: 165.25, Low: 164.04, YearlyHigh: 169.38, YearlyLow: 151.47, YearlyStart: 160.43, YearlyChange: 2.33, Settlement: `Cash`, Contract: `Futures`, Region: `Europe`, Country: `Netherlands`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-02-16`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 145 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `US 10YR Future`, Spread: 0.01, Open: 130.5625, Price: 132.67, Buy: 130.56, Sell: 130.56, Change: 2.09, ChangePercent: 1.6, Volume: 189310, High: 130.63, Low: 130.44, YearlyHigh: 132.64, YearlyLow: 125.48, YearlyStart: 129.06, YearlyChange: 1.18, Settlement: `Cash`, Contract: `Futures`, Region: `Middle East`, Country: `Saudi Arabia`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-09-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 146 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Wheat`, Spread: 0.01, Open: 465.5, Price: 465.89, Buy: 465.5, Sell: 465.5, Change: 0.37, ChangePercent: 0.08, Volume: 4318, High: 467, Low: 463.25, YearlyHigh: 628.5, YearlyLow: 449.5, YearlyStart: 539, YearlyChange: -13.63, Settlement: `Credit`, Contract: `Forwards`, Region: `Europe`, Country: `Bulgaria`, Risk: `Low`, Sector: `Public`, Currency: `PLN`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-03-24`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 147 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Uranium`, Spread: 0.02, Open: 27.55, Price: 27.39, Buy: 27.55, Sell: 27.55, Change: -0.19, ChangePercent: -0.68, Volume: 12, High: 27.55, Low: 27.55, YearlyHigh: 29.32, YearlyLow: 21.28, YearlyStart: 25.3, YearlyChange: 9.01, Settlement: `Loan`, Contract: `Options`, Region: `Asia Pacific`, Country: `Indonesia`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-07-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 148 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P MID MINI`, Spread: 0.01, Open: 1454.3, Price: 1446.46, Buy: 1455.78, Sell: 1455.79, Change: -9.32, ChangePercent: -0.64, Volume: 338, High: 1455.78, Low: 1448, YearlyHigh: 1527.3, YearlyLow: 1236, YearlyStart: 1381.65, YearlyChange: 5.37, Settlement: `Credit`, Contract: `Options`, Region: `Asia Pacific`, Country: `Taiwan`, Risk: `Low`, Sector: `Government`, Currency: `USD`, Security: `High`, Issuer: `American Airlines`, Maturity: `2022-08-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 149 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `FD Cattle`, Spread: 0.01, Open: 147.175, Price: 150.09, Buy: 148.6, Sell: 148.61, Change: 1.48, ChangePercent: 1, Volume: 5, High: 148.61, Low: 147.18, YearlyHigh: 190, YearlyLow: 138.1, YearlyStart: 164.05, YearlyChange: -9.41, Settlement: `Loan`, Contract: `Forwards`, Region: `Middle East`, Country: `Saudi Arabia`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-04-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 150 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `OJ Future`, Spread: 0.01, Open: 140.6, Price: 139.52, Buy: 140.18, Sell: 140.19, Change: -0.67, ChangePercent: -0.48, Volume: 7, High: 140.19, Low: 0, YearlyHigh: 155.95, YearlyLow: 113, YearlyStart: 134.47, YearlyChange: 4.25, Settlement: `Credit`, Contract: `Swap`, Region: `Asia Pacific`, Country: `Thailand`, Risk: `Low`, Sector: `Public`, Currency: `USD`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-02-16`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 151 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P 600 MINI`, Spread: 0.01, Open: 687.9, Price: 700.26, Buy: 687.9, Sell: 687.9, Change: 12.38, ChangePercent: 1.8, Volume: 0, High: 0, Low: 0, YearlyHigh: 620.32, YearlyLow: 595.9, YearlyStart: 608.11, YearlyChange: 13.12, Settlement: `Credit`, Contract: `Futures`, Region: `Africa`, Country: `Niger`, Risk: `High`, Sector: `Private`, Currency: `PLN`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-08-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 152 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `Lean Hogs`, Spread: 0.01, Open: 81.275, Price: 80.9, Buy: 81.81, Sell: 81.82, Change: -0.91, ChangePercent: -1.12, Volume: 1, High: 81.81, Low: 81.28, YearlyHigh: 83.98, YearlyLow: 70.25, YearlyStart: 77.11, YearlyChange: 6.09, Settlement: `Cash`, Contract: `Forwards`, Region: `North America`, Country: `United States`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-07-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 153 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Coffee`, Spread: 0.01, Open: 125.7, Price: 126.9, Buy: 125.7, Sell: 125.7, Change: 1.21, ChangePercent: 0.96, Volume: 1654, High: 125.8, Low: 125, YearlyHigh: 155.75, YearlyLow: 115.35, YearlyStart: 135.55, YearlyChange: -7.27, Settlement: `Loan`, Contract: `Swap`, Region: `Middle East`, Country: `Iraq`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-05-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 154 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P MID MINI`, Spread: 0.01, Open: 1454.3, Price: 1440.64, Buy: 1455.78, Sell: 1455.79, Change: -15.14, ChangePercent: -1.04, Volume: 338, High: 1455.78, Low: 1448, YearlyHigh: 1527.3, YearlyLow: 1236, YearlyStart: 1381.65, YearlyChange: 5.37, Settlement: `Credit`, Contract: `Options`, Region: `South America`, Country: `Uruguay`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-04-24`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 155 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `BTC/USD`, Spread: 0.06, Open: 93.88, Price: 20765.56, Buy: 21200.76, Sell: 21400.78, Change: -235.21, ChangePercent: -1.12, Volume: 5788000, High: 22400.05, Low: 20100.75, YearlyHigh: 62400.7, YearlyLow: 15100.88, YearlyStart: 21200.29, YearlyChange: -20.62, Settlement: `Cash`, Contract: `Futures`, Region: `Europe`, Country: `Finland`, Risk: `High`, Sector: `Private`, Currency: `PLN`, Security: `Poor`, Issuer: `FedEx`, Maturity: `2022-05-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 156 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `US 2Y Future`, Spread: 0.01, Open: 109.3984, Price: 108.12, Buy: 109.4, Sell: 109.4, Change: -1.27, ChangePercent: -1.16, Volume: 17742, High: 109.41, Low: 109.38, YearlyHigh: 109.8, YearlyLow: 108.62, YearlyStart: 109.21, YearlyChange: 0.16, Settlement: `Credit`, Contract: `Swap`, Region: `Asia Pacific`, Country: `Azerbaijan`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `High`, Issuer: `American Airlines`, Maturity: `2022-03-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 157 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Gold`, Spread: 0.01, Open: 1281.1, Price: 1273.56, Buy: 1280.73, Sell: 1280.74, Change: -7.17, ChangePercent: -0.56, Volume: 48387, High: 1289.5, Low: 1279.1, YearlyHigh: 1306, YearlyLow: 1047.2, YearlyStart: 1176.6, YearlyChange: 8.85, Settlement: `Cash`, Contract: `CFD`, Region: `Middle East`, Country: `Lebanon`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-04-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 158 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Rice`, Spread: 0.01, Open: 11.245, Price: 10.28, Buy: 10.41, Sell: 10.42, Change: -0.14, ChangePercent: -1.32, Volume: 220, High: 11.38, Low: 10.42, YearlyHigh: 14.14, YearlyLow: 9.7, YearlyStart: 11.92, YearlyChange: -12.62, Settlement: `Cash`, Contract: `Futures`, Region: `Europe`, Country: `Slovakia`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `High`, Issuer: `American Airlines`, Maturity: `2022-04-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 159 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/CHF`, Spread: 0.02, Open: 1.0337, Price: 1.04, Buy: 1.03, Sell: 1.03, Change: 0, ChangePercent: -0.52, Volume: 5550, High: 1.03, Low: 1.03, YearlyHigh: 1.11, YearlyLow: 0.98, YearlyStart: 1.04, YearlyChange: -0.12, Settlement: `Loan`, Contract: `Options`, Region: `Asia Pacific`, Country: `India`, Risk: `Low`, Sector: `Public`, Currency: `PLN`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-03-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 160 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `BTC/USD`, Spread: 0.06, Open: 93.88, Price: 21412.39, Buy: 21200.76, Sell: 21400.78, Change: 411.62, ChangePercent: 1.96, Volume: 5788000, High: 22400.05, Low: 20100.75, YearlyHigh: 62400.7, YearlyLow: 15100.88, YearlyStart: 21200.29, YearlyChange: -20.62, Settlement: `Loan`, Contract: `Options`, Region: `Middle East`, Country: `Israel`, Risk: `Low`, Sector: `Public`, Currency: `USD`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-04-16`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 161 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `GBP/USD`, Spread: 0.02, Open: 1.4464, Price: 1.18, Buy: 1.18, Sell: 1.2, Change: -0.01, ChangePercent: -0.96, Volume: 29450, High: 1.45, Low: 1.19, YearlyHigh: 1.59, YearlyLow: 1.19, YearlyStart: 1.49, YearlyChange: -19.59, Settlement: `Cash`, Contract: `Futures`, Region: `Europe`, Country: `Ireland`, Risk: `High`, Sector: `Government`, Currency: `USD`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-08-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 162 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `US 2Y Future`, Spread: 0.01, Open: 109.3984, Price: 108.69, Buy: 109.4, Sell: 109.4, Change: -0.7, ChangePercent: -0.64, Volume: 17742, High: 109.41, Low: 109.38, YearlyHigh: 109.8, YearlyLow: 108.62, YearlyStart: 109.21, YearlyChange: 0.16, Settlement: `Credit`, Contract: `Swap`, Region: `South America`, Country: `Paraguay`, Risk: `High`, Sector: `Public`, Currency: `USD`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-06-22`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 163 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `Euro$ 3M`, Spread: 0.01, Open: 99.18, Price: 97.23, Buy: 99.18, Sell: 99.18, Change: -1.94, ChangePercent: -1.96, Volume: 29509, High: 99.18, Low: 99.17, YearlyHigh: 99.38, YearlyLow: 98.41, YearlyStart: 98.89, YearlyChange: 0.28, Settlement: `Loan`, Contract: `Options`, Region: `Middle East`, Country: `UAE`, Risk: `Low`, Sector: `Public`, Currency: `PLN`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-06-21`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 164 }), + new FinancialDataAllItem({ Category: `Index`, Type: `DOW Future`, Spread: 0.01, Open: 17711, Price: 17697.98, Buy: 17712.15, Sell: 17712.16, Change: -14.17, ChangePercent: -0.08, Volume: 22236, High: 17727, Low: 17642, YearlyHigh: 18083, YearlyLow: 15299, YearlyStart: 16691, YearlyChange: 6.12, Settlement: `Credit`, Contract: `Swap`, Region: `Asia Pacific`, Country: `India`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-02-23`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 165 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/CAD`, Spread: 0.02, Open: 0.7744, Price: 0.94, Buy: 0.94, Sell: 0.96, Change: -0.01, ChangePercent: -1.72, Volume: 13669, High: 0.95, Low: 0.77, YearlyHigh: 0.95, YearlyLow: 0.68, YearlyStart: 0.76, YearlyChange: 26.43, Settlement: `Cash`, Contract: `Options`, Region: `Middle East`, Country: `Saudi Arabia`, Risk: `Low`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-06-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 166 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Gold`, Spread: 0.01, Open: 1281.1, Price: 1264.34, Buy: 1280.73, Sell: 1280.74, Change: -16.39, ChangePercent: -1.28, Volume: 48387, High: 1289.5, Low: 1279.1, YearlyHigh: 1306, YearlyLow: 1047.2, YearlyStart: 1176.6, YearlyChange: 8.85, Settlement: `Loan`, Contract: `Swap`, Region: `Europe`, Country: `Norway`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-08-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 167 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/JPY`, Spread: 0.02, Open: 9275.5, Price: 9370.11, Buy: 9277.32, Sell: 9277.34, Change: 92.78, ChangePercent: 1, Volume: 47734, High: 9277.33, Low: 0.93, YearlyHigh: 9483, YearlyLow: 0.93, YearlyStart: 4741.97, YearlyChange: 95.64, Settlement: `Cash`, Contract: `Futures`, Region: `Middle East`, Country: `Syria`, Risk: `High`, Sector: `Government`, Currency: `USD`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-01-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 168 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `US 2Y Future`, Spread: 0.01, Open: 109.3984, Price: 108.86, Buy: 109.4, Sell: 109.4, Change: -0.53, ChangePercent: -0.48, Volume: 17742, High: 109.41, Low: 109.38, YearlyHigh: 109.8, YearlyLow: 108.62, YearlyStart: 109.21, YearlyChange: 0.16, Settlement: `Cash`, Contract: `Forwards`, Region: `Asia Pacific`, Country: `Malaysia`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-08-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 169 }), + new FinancialDataAllItem({ Category: `Index`, Type: `NAS Future`, Spread: 0.01, Open: 4341.25, Price: 4398.58, Buy: 4341.25, Sell: 4341.25, Change: 57.3, ChangePercent: 1.32, Volume: 18259, High: 4347, Low: 4318, YearlyHigh: 4719.75, YearlyLow: 3867.75, YearlyStart: 4293.75, YearlyChange: 1.11, Settlement: `Credit`, Contract: `Options`, Region: `Middle East`, Country: `Iraq`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `High`, Issuer: `FedEx`, Maturity: `2022-08-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 170 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/JPY`, Spread: 0.02, Open: 9275.5, Price: 9303.31, Buy: 9277.32, Sell: 9277.34, Change: 25.98, ChangePercent: 0.28, Volume: 47734, High: 9277.33, Low: 0.93, YearlyHigh: 9483, YearlyLow: 0.93, YearlyStart: 4741.97, YearlyChange: 95.64, Settlement: `Credit`, Contract: `Swap`, Region: `Middle East`, Country: `Syria`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-03-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 171 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Natural Gas`, Spread: 0.02, Open: 2.094, Price: 2.07, Buy: 2.09, Sell: 2.09, Change: -0.03, ChangePercent: -1.6, Volume: 2783, High: 2.11, Low: 2.09, YearlyHigh: 3.2, YearlyLow: 1.84, YearlyStart: 2.52, YearlyChange: -16.51, Settlement: `Credit`, Contract: `Futures`, Region: `Asia Pacific`, Country: `Australia`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-03-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 172 }), + new FinancialDataAllItem({ Category: `Index`, Type: `NAS Future`, Spread: 0.01, Open: 4341.25, Price: 4402.06, Buy: 4341.25, Sell: 4341.25, Change: 60.78, ChangePercent: 1.4, Volume: 18259, High: 4347, Low: 4318, YearlyHigh: 4719.75, YearlyLow: 3867.75, YearlyStart: 4293.75, YearlyChange: 1.11, Settlement: `Cash`, Contract: `Options`, Region: `Africa`, Country: `Senegal`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-05-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 173 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Copper`, Spread: 0.02, Open: 2.123, Price: 2.14, Buy: 2.12, Sell: 2.12, Change: 0.03, ChangePercent: 1.16, Volume: 28819, High: 2.16, Low: 2.11, YearlyHigh: 2.94, YearlyLow: 1.96, YearlyStart: 2.45, YearlyChange: -13.76, Settlement: `Cash`, Contract: `Swap`, Region: `North America`, Country: `United States`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-05-19`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 174 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Milk`, Spread: 0.01, Open: 12.87, Price: 12.92, Buy: 12.87, Sell: 12.87, Change: 0.06, ChangePercent: 0.48, Volume: 7, High: 12.89, Low: 12.81, YearlyHigh: 16.96, YearlyLow: 12.81, YearlyStart: 14.88, YearlyChange: -13.6, Settlement: `Loan`, Contract: `Swap`, Region: `Asia Pacific`, Country: `Pakistan`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-09-21`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 175 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Cotton`, Spread: 0.01, Open: 61.77, Price: 61.19, Buy: 61.77, Sell: 61.77, Change: -0.57, ChangePercent: -0.92, Volume: 3612, High: 62.06, Low: 61.32, YearlyHigh: 67.59, YearlyLow: 54.33, YearlyStart: 60.96, YearlyChange: 1.31, Settlement: `Cash`, Contract: `Futures`, Region: `Europe`, Country: `Czechia`, Risk: `Low`, Sector: `Government`, Currency: `PLN`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-07-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 176 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Lumber`, Spread: 0.01, Open: 303.9, Price: 302.28, Buy: 304.59, Sell: 304.6, Change: -2.32, ChangePercent: -0.76, Volume: 2, High: 304.6, Low: 303.9, YearlyHigh: 317.1, YearlyLow: 236, YearlyStart: 276.55, YearlyChange: 10.14, Settlement: `Credit`, Contract: `CFD`, Region: `Africa`, Country: `Algeria`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-03-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 177 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Diesel`, Spread: 0.015, Open: 1.3474, Price: 1.34, Buy: 1.35, Sell: 1.35, Change: -0.02, ChangePercent: -1.32, Volume: 2971, High: 1.36, Low: 1.34, YearlyHigh: 2.11, YearlyLow: 0.92, YearlyStart: 1.51, YearlyChange: -10.4, Settlement: `Cash`, Contract: `Swap`, Region: `Africa`, Country: `Algeria`, Risk: `Low`, Sector: `Public`, Currency: `EUR`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-07-22`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 178 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Cocoa`, Spread: 0.01, Open: 3076, Price: 3077.26, Buy: 3076, Sell: 3076, Change: 1.23, ChangePercent: 0.04, Volume: 978, High: 3078, Low: 3066, YearlyHigh: 3406, YearlyLow: 2746, YearlyStart: 3076, YearlyChange: 0, Settlement: `Credit`, Contract: `Options`, Region: `Europe`, Country: `Italy`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-04-22`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 179 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `Euro$ 3M`, Spread: 0.01, Open: 99.18, Price: 97.94, Buy: 99.18, Sell: 99.18, Change: -1.23, ChangePercent: -1.24, Volume: 29509, High: 99.18, Low: 99.17, YearlyHigh: 99.38, YearlyLow: 98.41, YearlyStart: 98.89, YearlyChange: 0.28, Settlement: `Loan`, Contract: `Swap`, Region: `South America`, Country: `Venezuela`, Risk: `Low`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-03-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 180 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Coffee`, Spread: 0.01, Open: 125.7, Price: 124.63, Buy: 125.7, Sell: 125.7, Change: -1.06, ChangePercent: -0.84, Volume: 1654, High: 125.8, Low: 125, YearlyHigh: 155.75, YearlyLow: 115.35, YearlyStart: 135.55, YearlyChange: -7.27, Settlement: `Credit`, Contract: `Options`, Region: `Asia Pacific`, Country: `India`, Risk: `Low`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-05-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 181 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Cotton`, Spread: 0.01, Open: 61.77, Price: 60.77, Buy: 61.77, Sell: 61.77, Change: -0.99, ChangePercent: -1.6, Volume: 3612, High: 62.06, Low: 61.32, YearlyHigh: 67.59, YearlyLow: 54.33, YearlyStart: 60.96, YearlyChange: 1.31, Settlement: `Cash`, Contract: `Options`, Region: `Asia Pacific`, Country: `Japan`, Risk: `Low`, Sector: `Public`, Currency: `USD`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-02-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 182 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Diesel`, Spread: 0.015, Open: 1.3474, Price: 1.36, Buy: 1.35, Sell: 1.35, Change: 0, ChangePercent: -0.08, Volume: 2971, High: 1.36, Low: 1.34, YearlyHigh: 2.11, YearlyLow: 0.92, YearlyStart: 1.51, YearlyChange: -10.4, Settlement: `Loan`, Contract: `Futures`, Region: `Middle East`, Country: `Israel`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-02-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 183 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Silver`, Spread: 0.01, Open: 17.43, Price: 17.43, Buy: 17.43, Sell: 17.43, Change: 0.01, ChangePercent: 0.08, Volume: 11720, High: 17.51, Low: 17.37, YearlyHigh: 18.06, YearlyLow: 13.73, YearlyStart: 15.89, YearlyChange: 9.59, Settlement: `Credit`, Contract: `Swap`, Region: `Africa`, Country: `Senegal`, Risk: `High`, Sector: `Private`, Currency: `PLN`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-04-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 184 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `Lean Hogs`, Spread: 0.01, Open: 81.275, Price: 80.64, Buy: 81.81, Sell: 81.82, Change: -1.17, ChangePercent: -1.44, Volume: 1, High: 81.81, Low: 81.28, YearlyHigh: 83.98, YearlyLow: 70.25, YearlyStart: 77.11, YearlyChange: 6.09, Settlement: `Loan`, Contract: `Futures`, Region: `Europe`, Country: `Romania`, Risk: `High`, Sector: `Public`, Currency: `PLN`, Security: `Poor`, Issuer: `FedEx`, Maturity: `2022-07-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 185 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Oil`, Spread: 0.015, Open: 45.54, Price: 45.59, Buy: 45.78, Sell: 45.8, Change: -0.2, ChangePercent: -0.44, Volume: 107196, High: 45.94, Low: 45, YearlyHigh: 65.28, YearlyLow: 30.79, YearlyStart: 48.03, YearlyChange: -4.67, Settlement: `Cash`, Contract: `Futures`, Region: `Africa`, Country: `Egypt`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-02-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 186 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P MID MINI`, Spread: 0.01, Open: 1454.3, Price: 1443.55, Buy: 1455.78, Sell: 1455.79, Change: -12.23, ChangePercent: -0.84, Volume: 338, High: 1455.78, Low: 1448, YearlyHigh: 1527.3, YearlyLow: 1236, YearlyStart: 1381.65, YearlyChange: 5.37, Settlement: `Loan`, Contract: `Options`, Region: `Asia Pacific`, Country: `Taiwan`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-02-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 187 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Silver`, Spread: 0.01, Open: 17.43, Price: 17.09, Buy: 17.43, Sell: 17.43, Change: -0.33, ChangePercent: -1.88, Volume: 11720, High: 17.51, Low: 17.37, YearlyHigh: 18.06, YearlyLow: 13.73, YearlyStart: 15.89, YearlyChange: 9.59, Settlement: `Credit`, Contract: `CFD`, Region: `Africa`, Country: `Cameroon`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-06-22`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 188 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Lumber`, Spread: 0.01, Open: 303.9, Price: 310.08, Buy: 304.59, Sell: 304.6, Change: 5.48, ChangePercent: 1.8, Volume: 2, High: 304.6, Low: 303.9, YearlyHigh: 317.1, YearlyLow: 236, YearlyStart: 276.55, YearlyChange: 10.14, Settlement: `Cash`, Contract: `Options`, Region: `Asia Pacific`, Country: `India`, Risk: `High`, Sector: `Private`, Currency: `PLN`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-07-22`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 189 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `GBP/USD`, Spread: 0.02, Open: 1.4464, Price: 1.17, Buy: 1.18, Sell: 1.2, Change: -0.02, ChangePercent: -1.6, Volume: 29450, High: 1.45, Low: 1.19, YearlyHigh: 1.59, YearlyLow: 1.19, YearlyStart: 1.49, YearlyChange: -19.59, Settlement: `Loan`, Contract: `Swap`, Region: `Europe`, Country: `Poland`, Risk: `High`, Sector: `Government`, Currency: `USD`, Security: `High`, Issuer: `FedEx`, Maturity: `2022-08-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 190 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soybean`, Spread: 0.01, Open: 1038, Price: 1042.77, Buy: 1038.61, Sell: 1038.62, Change: 4.15, ChangePercent: 0.4, Volume: 20356, High: 1044, Low: 1031.75, YearlyHigh: 1057, YearlyLow: 859.5, YearlyStart: 958.25, YearlyChange: 8.39, Settlement: `Credit`, Contract: `Forwards`, Region: `Middle East`, Country: `Lebanon`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-02-11`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 191 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Coal`, Spread: 0.015, Open: 0.4363, Price: 0.42, Buy: 0.44, Sell: 0.44, Change: 0, ChangePercent: 1.84, Volume: 3, High: 0.44, Low: 0.44, YearlyHigh: 0.48, YearlyLow: 0.4, YearlyStart: 0.44, YearlyChange: -5.33, Settlement: `Cash`, Contract: `Swap`, Region: `Middle East`, Country: `Israel`, Risk: `High`, Sector: `Public`, Currency: `USD`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-06-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 192 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Cocoa`, Spread: 0.01, Open: 3076, Price: 3136.32, Buy: 3076, Sell: 3076, Change: 60.29, ChangePercent: 1.96, Volume: 978, High: 3078, Low: 3066, YearlyHigh: 3406, YearlyLow: 2746, YearlyStart: 3076, YearlyChange: 0, Settlement: `Cash`, Contract: `Forwards`, Region: `Middle East`, Country: `Lebanon`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-02-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 193 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `US 2Y Future`, Spread: 0.01, Open: 109.3984, Price: 108.95, Buy: 109.4, Sell: 109.4, Change: -0.44, ChangePercent: -0.4, Volume: 17742, High: 109.41, Low: 109.38, YearlyHigh: 109.8, YearlyLow: 108.62, YearlyStart: 109.21, YearlyChange: 0.16, Settlement: `Loan`, Contract: `Swap`, Region: `Asia Pacific`, Country: `Singapore`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-01-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 194 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `Lean Hogs`, Spread: 0.01, Open: 81.275, Price: 81.26, Buy: 81.81, Sell: 81.82, Change: -0.55, ChangePercent: -0.68, Volume: 1, High: 81.81, Low: 81.28, YearlyHigh: 83.98, YearlyLow: 70.25, YearlyStart: 77.11, YearlyChange: 6.09, Settlement: `Credit`, Contract: `Futures`, Region: `Middle East`, Country: `Israel`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-03-24`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 195 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/CHF`, Spread: 0.02, Open: 1.0337, Price: 1.03, Buy: 1.03, Sell: 1.03, Change: -0.01, ChangePercent: -0.92, Volume: 5550, High: 1.03, Low: 1.03, YearlyHigh: 1.11, YearlyLow: 0.98, YearlyStart: 1.04, YearlyChange: -0.12, Settlement: `Cash`, Contract: `Futures`, Region: `Asia Pacific`, Country: `Australia`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `Poor`, Issuer: `American Airlines`, Maturity: `2022-04-10`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 196 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `FD Cattle`, Spread: 0.01, Open: 147.175, Price: 146.17, Buy: 148.6, Sell: 148.61, Change: -2.44, ChangePercent: -1.64, Volume: 5, High: 148.61, Low: 147.18, YearlyHigh: 190, YearlyLow: 138.1, YearlyStart: 164.05, YearlyChange: -9.41, Settlement: `Credit`, Contract: `Options`, Region: `Europe`, Country: `Austria`, Risk: `High`, Sector: `Public`, Currency: `USD`, Security: `Poor`, Issuer: `FedEx`, Maturity: `2022-06-11`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 197 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Diesel`, Spread: 0.015, Open: 1.3474, Price: 1.33, Buy: 1.35, Sell: 1.35, Change: -0.03, ChangePercent: -1.92, Volume: 2971, High: 1.36, Low: 1.34, YearlyHigh: 2.11, YearlyLow: 0.92, YearlyStart: 1.51, YearlyChange: -10.4, Settlement: `Credit`, Contract: `Forwards`, Region: `Africa`, Country: `Ethiopia`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-03-10`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 198 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `OJ Future`, Spread: 0.01, Open: 140.6, Price: 140.86, Buy: 140.18, Sell: 140.19, Change: 0.67, ChangePercent: 0.48, Volume: 7, High: 140.19, Low: 0, YearlyHigh: 155.95, YearlyLow: 113, YearlyStart: 134.47, YearlyChange: 4.25, Settlement: `Credit`, Contract: `Futures`, Region: `Middle East`, Country: `Bahrain`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `High`, Issuer: `American Airlines`, Maturity: `2022-04-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 199 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Coffee`, Spread: 0.01, Open: 125.7, Price: 126.65, Buy: 125.7, Sell: 125.7, Change: 0.96, ChangePercent: 0.76, Volume: 1654, High: 125.8, Low: 125, YearlyHigh: 155.75, YearlyLow: 115.35, YearlyStart: 135.55, YearlyChange: -7.27, Settlement: `Cash`, Contract: `Futures`, Region: `Middle East`, Country: `Turkey`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-03-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 200 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `FD Cattle`, Spread: 0.01, Open: 147.175, Price: 147.77, Buy: 148.6, Sell: 148.61, Change: -0.84, ChangePercent: -0.56, Volume: 5, High: 148.61, Low: 147.18, YearlyHigh: 190, YearlyLow: 138.1, YearlyStart: 164.05, YearlyChange: -9.41, Settlement: `Credit`, Contract: `Swap`, Region: `Africa`, Country: `Ethiopia`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-06-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 201 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Copper`, Spread: 0.02, Open: 2.123, Price: 2.11, Buy: 2.12, Sell: 2.12, Change: 0, ChangePercent: -0.08, Volume: 28819, High: 2.16, Low: 2.11, YearlyHigh: 2.94, YearlyLow: 1.96, YearlyStart: 2.45, YearlyChange: -13.76, Settlement: `Loan`, Contract: `Futures`, Region: `Asia Pacific`, Country: `Taiwan`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `High`, Issuer: `FedEx`, Maturity: `2022-02-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 202 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Wheat`, Spread: 0.01, Open: 465.5, Price: 459.38, Buy: 465.5, Sell: 465.5, Change: -6.14, ChangePercent: -1.32, Volume: 4318, High: 467, Low: 463.25, YearlyHigh: 628.5, YearlyLow: 449.5, YearlyStart: 539, YearlyChange: -13.63, Settlement: `Credit`, Contract: `Swap`, Region: `Africa`, Country: `Algeria`, Risk: `Low`, Sector: `Government`, Currency: `PLN`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-07-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 203 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `Euro$ 3M`, Spread: 0.01, Open: 99.18, Price: 100.16, Buy: 99.18, Sell: 99.18, Change: 0.99, ChangePercent: 1, Volume: 29509, High: 99.18, Low: 99.17, YearlyHigh: 99.38, YearlyLow: 98.41, YearlyStart: 98.89, YearlyChange: 0.28, Settlement: `Loan`, Contract: `Options`, Region: `Africa`, Country: `Egypt`, Risk: `Low`, Sector: `Government`, Currency: `PLN`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-03-23`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 204 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `US 2Y Future`, Spread: 0.01, Open: 109.3984, Price: 108.78, Buy: 109.4, Sell: 109.4, Change: -0.61, ChangePercent: -0.56, Volume: 17742, High: 109.41, Low: 109.38, YearlyHigh: 109.8, YearlyLow: 108.62, YearlyStart: 109.21, YearlyChange: 0.16, Settlement: `Credit`, Contract: `Forwards`, Region: `Middle East`, Country: `Bahrain`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `High`, Issuer: `FedEx`, Maturity: `2022-03-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 205 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Ethanol`, Spread: 0.01, Open: 1.512, Price: 2.8, Buy: 2.75, Sell: 2.76, Change: 0.05, ChangePercent: 1.84, Volume: 14, High: 2.75, Low: 1.12, YearlyHigh: 2.75, YearlyLow: 1.12, YearlyStart: 1.48, YearlyChange: 86.7, Settlement: `Credit`, Contract: `Futures`, Region: `Africa`, Country: `South Africa`, Risk: `Low`, Sector: `Public`, Currency: `EUR`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-05-22`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 206 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Sugar`, Spread: 0.01, Open: 15.68, Price: 14.54, Buy: 14.67, Sell: 14.68, Change: -0.13, ChangePercent: -0.92, Volume: 4949, High: 15.7, Low: 14.67, YearlyHigh: 16.87, YearlyLow: 11.37, YearlyStart: 14.12, YearlyChange: 3.92, Settlement: `Credit`, Contract: `Swap`, Region: `Europe`, Country: `Slovenia`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-06-21`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 207 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Wheat`, Spread: 0.01, Open: 465.5, Price: 472.04, Buy: 465.5, Sell: 465.5, Change: 6.52, ChangePercent: 1.4, Volume: 4318, High: 467, Low: 463.25, YearlyHigh: 628.5, YearlyLow: 449.5, YearlyStart: 539, YearlyChange: -13.63, Settlement: `Loan`, Contract: `Options`, Region: `Africa`, Country: `Ethiopia`, Risk: `High`, Sector: `Public`, Currency: `USD`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-05-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 208 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P 600 MINI`, Spread: 0.01, Open: 687.9, Price: 698.89, Buy: 687.9, Sell: 687.9, Change: 11.01, ChangePercent: 1.6, Volume: 0, High: 0, Low: 0, YearlyHigh: 620.32, YearlyLow: 595.9, YearlyStart: 608.11, YearlyChange: 13.12, Settlement: `Loan`, Contract: `Swap`, Region: `North America`, Country: `Mexico`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-02-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 209 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/JPY`, Spread: 0.02, Open: 9275.5, Price: 9299.6, Buy: 9277.32, Sell: 9277.34, Change: 22.27, ChangePercent: 0.24, Volume: 47734, High: 9277.33, Low: 0.93, YearlyHigh: 9483, YearlyLow: 0.93, YearlyStart: 4741.97, YearlyChange: 95.64, Settlement: `Cash`, Contract: `Options`, Region: `Europe`, Country: `Netherlands`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-05-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 210 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `US 2Y Future`, Spread: 0.01, Open: 109.3984, Price: 110.48, Buy: 109.4, Sell: 109.4, Change: 1.09, ChangePercent: 1, Volume: 17742, High: 109.41, Low: 109.38, YearlyHigh: 109.8, YearlyLow: 108.62, YearlyStart: 109.21, YearlyChange: 0.16, Settlement: `Loan`, Contract: `Futures`, Region: `Europe`, Country: `Greece`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-03-11`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 211 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/CHF`, Spread: 0.02, Open: 1.0337, Price: 1.04, Buy: 1.03, Sell: 1.03, Change: 0, ChangePercent: 0.12, Volume: 5550, High: 1.03, Low: 1.03, YearlyHigh: 1.11, YearlyLow: 0.98, YearlyStart: 1.04, YearlyChange: -0.12, Settlement: `Credit`, Contract: `Futures`, Region: `Asia Pacific`, Country: `Taiwan`, Risk: `High`, Sector: `Government`, Currency: `PLN`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-04-21`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 212 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soybean`, Spread: 0.01, Open: 1038, Price: 1039.86, Buy: 1038.61, Sell: 1038.62, Change: 1.24, ChangePercent: 0.12, Volume: 20356, High: 1044, Low: 1031.75, YearlyHigh: 1057, YearlyLow: 859.5, YearlyStart: 958.25, YearlyChange: 8.39, Settlement: `Cash`, Contract: `Futures`, Region: `Asia Pacific`, Country: `Korea`, Risk: `Low`, Sector: `Government`, Currency: `PLN`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-02-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 213 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Gold`, Spread: 0.01, Open: 1281.1, Price: 1304.3, Buy: 1280.73, Sell: 1280.74, Change: 23.57, ChangePercent: 1.84, Volume: 48387, High: 1289.5, Low: 1279.1, YearlyHigh: 1306, YearlyLow: 1047.2, YearlyStart: 1176.6, YearlyChange: 8.85, Settlement: `Loan`, Contract: `Futures`, Region: `Europe`, Country: `Czechia`, Risk: `High`, Sector: `Government`, Currency: `PLN`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-09-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 214 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/CHF`, Spread: 0.02, Open: 1.0337, Price: 1.05, Buy: 1.03, Sell: 1.03, Change: 0.01, ChangePercent: 0.4, Volume: 5550, High: 1.03, Low: 1.03, YearlyHigh: 1.11, YearlyLow: 0.98, YearlyStart: 1.04, YearlyChange: -0.12, Settlement: `Cash`, Contract: `Swap`, Region: `Europe`, Country: `Austria`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-09-16`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 215 }), + new FinancialDataAllItem({ Category: `Index`, Type: `DOW Future`, Spread: 0.01, Open: 17711, Price: 17464.18, Buy: 17712.15, Sell: 17712.16, Change: -247.97, ChangePercent: -1.4, Volume: 22236, High: 17727, Low: 17642, YearlyHigh: 18083, YearlyLow: 15299, YearlyStart: 16691, YearlyChange: 6.12, Settlement: `Cash`, Contract: `Options`, Region: `Middle East`, Country: `Iraq`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-06-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 216 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Coffee`, Spread: 0.01, Open: 125.7, Price: 125.59, Buy: 125.7, Sell: 125.7, Change: -0.1, ChangePercent: -0.08, Volume: 1654, High: 125.8, Low: 125, YearlyHigh: 155.75, YearlyLow: 115.35, YearlyStart: 135.55, YearlyChange: -7.27, Settlement: `Cash`, Contract: `Swap`, Region: `South America`, Country: `Colombia`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-08-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 217 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/CAD`, Spread: 0.02, Open: 0.7744, Price: 0.95, Buy: 0.94, Sell: 0.96, Change: 0, ChangePercent: -0.16, Volume: 13669, High: 0.95, Low: 0.77, YearlyHigh: 0.95, YearlyLow: 0.68, YearlyStart: 0.76, YearlyChange: 26.43, Settlement: `Loan`, Contract: `Options`, Region: `Africa`, Country: `Ethiopia`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `Poor`, Issuer: `American Airlines`, Maturity: `2022-06-24`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 218 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Corn`, Spread: 0.01, Open: 379.5, Price: 375.24, Buy: 379.8, Sell: 379.81, Change: -4.56, ChangePercent: -1.2, Volume: 11266, High: 381, Low: 377.75, YearlyHigh: 471.25, YearlyLow: 351.25, YearlyStart: 411.25, YearlyChange: -7.65, Settlement: `Credit`, Contract: `Futures`, Region: `Europe`, Country: `Slovenia`, Risk: `High`, Sector: `Public`, Currency: `USD`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-04-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 219 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Diesel`, Spread: 0.015, Open: 1.3474, Price: 1.36, Buy: 1.35, Sell: 1.35, Change: 0, ChangePercent: 0.44, Volume: 2971, High: 1.36, Low: 1.34, YearlyHigh: 2.11, YearlyLow: 0.92, YearlyStart: 1.51, YearlyChange: -10.4, Settlement: `Loan`, Contract: `Options`, Region: `Asia Pacific`, Country: `Taiwan`, Risk: `High`, Sector: `Government`, Currency: `PLN`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-03-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 220 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/CHF`, Spread: 0.02, Open: 1.0337, Price: 1.05, Buy: 1.03, Sell: 1.03, Change: 0.01, ChangePercent: 0.68, Volume: 5550, High: 1.03, Low: 1.03, YearlyHigh: 1.11, YearlyLow: 0.98, YearlyStart: 1.04, YearlyChange: -0.12, Settlement: `Loan`, Contract: `Forwards`, Region: `Europe`, Country: `Greece`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-09-19`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 221 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Coal`, Spread: 0.015, Open: 0.4363, Price: 0.42, Buy: 0.44, Sell: 0.44, Change: 0, ChangePercent: 0.88, Volume: 3, High: 0.44, Low: 0.44, YearlyHigh: 0.48, YearlyLow: 0.4, YearlyStart: 0.44, YearlyChange: -5.33, Settlement: `Loan`, Contract: `Swap`, Region: `North America`, Country: `United States`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-04-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 222 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P Future`, Spread: 0.01, Open: 2057.5, Price: 2043.44, Buy: 2056.6, Sell: 2056.61, Change: -13.16, ChangePercent: -0.64, Volume: 142780, High: 2059.5, Low: 2049, YearlyHigh: 2105.5, YearlyLow: 1794.5, YearlyStart: 1950, YearlyChange: 5.47, Settlement: `Cash`, Contract: `Options`, Region: `Europe`, Country: `Austria`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-06-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 223 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Diesel`, Spread: 0.015, Open: 1.3474, Price: 1.34, Buy: 1.35, Sell: 1.35, Change: -0.02, ChangePercent: -1.6, Volume: 2971, High: 1.36, Low: 1.34, YearlyHigh: 2.11, YearlyLow: 0.92, YearlyStart: 1.51, YearlyChange: -10.4, Settlement: `Loan`, Contract: `Swap`, Region: `Europe`, Country: `Germany`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-04-10`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 224 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P 600 MINI`, Spread: 0.01, Open: 687.9, Price: 692.56, Buy: 687.9, Sell: 687.9, Change: 4.68, ChangePercent: 0.68, Volume: 0, High: 0, Low: 0, YearlyHigh: 620.32, YearlyLow: 595.9, YearlyStart: 608.11, YearlyChange: 13.12, Settlement: `Cash`, Contract: `Futures`, Region: `Middle East`, Country: `Israel`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `FedEx`, Maturity: `2022-05-11`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 225 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Ethanol`, Spread: 0.01, Open: 1.512, Price: 2.71, Buy: 2.75, Sell: 2.76, Change: -0.04, ChangePercent: -1.56, Volume: 14, High: 2.75, Low: 1.12, YearlyHigh: 2.75, YearlyLow: 1.12, YearlyStart: 1.48, YearlyChange: 86.7, Settlement: `Cash`, Contract: `Futures`, Region: `South America`, Country: `Paraguay`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-08-22`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 226 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `OJ Future`, Spread: 0.01, Open: 140.6, Price: 138.84, Buy: 140.18, Sell: 140.19, Change: -1.35, ChangePercent: -0.96, Volume: 7, High: 140.19, Low: 0, YearlyHigh: 155.95, YearlyLow: 113, YearlyStart: 134.47, YearlyChange: 4.25, Settlement: `Cash`, Contract: `Forwards`, Region: `Asia Pacific`, Country: `China`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-03-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 227 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Gold`, Spread: 0.01, Open: 1281.1, Price: 1302.76, Buy: 1280.73, Sell: 1280.74, Change: 22.03, ChangePercent: 1.72, Volume: 48387, High: 1289.5, Low: 1279.1, YearlyHigh: 1306, YearlyLow: 1047.2, YearlyStart: 1176.6, YearlyChange: 8.85, Settlement: `Cash`, Contract: `Options`, Region: `Europe`, Country: `Slovenia`, Risk: `Low`, Sector: `Public`, Currency: `USD`, Security: `High`, Issuer: `FedEx`, Maturity: `2022-04-24`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 228 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Cotton`, Spread: 0.01, Open: 61.77, Price: 60.62, Buy: 61.77, Sell: 61.77, Change: -1.14, ChangePercent: -1.84, Volume: 3612, High: 62.06, Low: 61.32, YearlyHigh: 67.59, YearlyLow: 54.33, YearlyStart: 60.96, YearlyChange: 1.31, Settlement: `Loan`, Contract: `Options`, Region: `Europe`, Country: `Sweden`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `FedEx`, Maturity: `2022-05-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 229 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `OJ Future`, Spread: 0.01, Open: 140.6, Price: 139.07, Buy: 140.18, Sell: 140.19, Change: -1.12, ChangePercent: -0.8, Volume: 7, High: 140.19, Low: 0, YearlyHigh: 155.95, YearlyLow: 113, YearlyStart: 134.47, YearlyChange: 4.25, Settlement: `Cash`, Contract: `CFD`, Region: `Africa`, Country: `Senegal`, Risk: `High`, Sector: `Public`, Currency: `USD`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-02-22`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 230 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `US 10YR Future`, Spread: 0.01, Open: 130.5625, Price: 128.6, Buy: 130.56, Sell: 130.56, Change: -1.98, ChangePercent: -1.52, Volume: 189310, High: 130.63, Low: 130.44, YearlyHigh: 132.64, YearlyLow: 125.48, YearlyStart: 129.06, YearlyChange: 1.18, Settlement: `Cash`, Contract: `Futures`, Region: `Europe`, Country: `Austria`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-06-19`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 231 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soybean`, Spread: 0.01, Open: 1038, Price: 1049.83, Buy: 1038.61, Sell: 1038.62, Change: 11.21, ChangePercent: 1.08, Volume: 20356, High: 1044, Low: 1031.75, YearlyHigh: 1057, YearlyLow: 859.5, YearlyStart: 958.25, YearlyChange: 8.39, Settlement: `Cash`, Contract: `Options`, Region: `Asia Pacific`, Country: `Singapore`, Risk: `High`, Sector: `Government`, Currency: `USD`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-06-23`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 232 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Cocoa`, Spread: 0.01, Open: 3076, Price: 3055.11, Buy: 3076, Sell: 3076, Change: -20.92, ChangePercent: -0.68, Volume: 978, High: 3078, Low: 3066, YearlyHigh: 3406, YearlyLow: 2746, YearlyStart: 3076, YearlyChange: 0, Settlement: `Cash`, Contract: `Futures`, Region: `Middle East`, Country: `Qatar`, Risk: `High`, Sector: `Private`, Currency: `PLN`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-05-22`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 233 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Uranium`, Spread: 0.02, Open: 27.55, Price: 27.36, Buy: 27.55, Sell: 27.55, Change: -0.22, ChangePercent: -0.8, Volume: 12, High: 27.55, Low: 27.55, YearlyHigh: 29.32, YearlyLow: 21.28, YearlyStart: 25.3, YearlyChange: 9.01, Settlement: `Cash`, Contract: `CFD`, Region: `South America`, Country: `Chile`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `American Airlines`, Maturity: `2022-04-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 234 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soy Meat`, Spread: 0.01, Open: 342.6, Price: 339.19, Buy: 342.6, Sell: 342.6, Change: -3.43, ChangePercent: -1, Volume: 5646, High: 345.4, Low: 340.3, YearlyHigh: 353.4, YearlyLow: 261.7, YearlyStart: 307.55, YearlyChange: 11.4, Settlement: `Loan`, Contract: `Options`, Region: `South America`, Country: `Guyana`, Risk: `High`, Sector: `Public`, Currency: `USD`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-03-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 235 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Silver`, Spread: 0.01, Open: 17.43, Price: 17.73, Buy: 17.43, Sell: 17.43, Change: 0.31, ChangePercent: 1.76, Volume: 11720, High: 17.51, Low: 17.37, YearlyHigh: 18.06, YearlyLow: 13.73, YearlyStart: 15.89, YearlyChange: 9.59, Settlement: `Cash`, Contract: `Forwards`, Region: `Middle East`, Country: `Syria`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-01-22`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 236 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Silver`, Spread: 0.01, Open: 17.43, Price: 17.27, Buy: 17.43, Sell: 17.43, Change: -0.15, ChangePercent: -0.84, Volume: 11720, High: 17.51, Low: 17.37, YearlyHigh: 18.06, YearlyLow: 13.73, YearlyStart: 15.89, YearlyChange: 9.59, Settlement: `Cash`, Contract: `Forwards`, Region: `North America`, Country: `Canada`, Risk: `Low`, Sector: `Government`, Currency: `USD`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-05-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 237 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P 600 MINI`, Spread: 0.01, Open: 687.9, Price: 687.6, Buy: 687.9, Sell: 687.9, Change: -0.28, ChangePercent: -0.04, Volume: 0, High: 0, Low: 0, YearlyHigh: 620.32, YearlyLow: 595.9, YearlyStart: 608.11, YearlyChange: 13.12, Settlement: `Loan`, Contract: `CFD`, Region: `Asia Pacific`, Country: `Australia`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `High`, Issuer: `FedEx`, Maturity: `2022-04-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 238 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Copper`, Spread: 0.02, Open: 2.123, Price: 2.07, Buy: 2.12, Sell: 2.12, Change: -0.04, ChangePercent: -1.96, Volume: 28819, High: 2.16, Low: 2.11, YearlyHigh: 2.94, YearlyLow: 1.96, YearlyStart: 2.45, YearlyChange: -13.76, Settlement: `Cash`, Contract: `Options`, Region: `Middle East`, Country: `Qatar`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-02-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 239 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Milk`, Spread: 0.01, Open: 12.87, Price: 12.87, Buy: 12.87, Sell: 12.87, Change: 0.01, ChangePercent: 0.08, Volume: 7, High: 12.89, Low: 12.81, YearlyHigh: 16.96, YearlyLow: 12.81, YearlyStart: 14.88, YearlyChange: -13.6, Settlement: `Cash`, Contract: `Swap`, Region: `Africa`, Country: `Nigeria`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-04-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 240 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Uranium`, Spread: 0.02, Open: 27.55, Price: 27.47, Buy: 27.55, Sell: 27.55, Change: -0.11, ChangePercent: -0.4, Volume: 12, High: 27.55, Low: 27.55, YearlyHigh: 29.32, YearlyLow: 21.28, YearlyStart: 25.3, YearlyChange: 9.01, Settlement: `Credit`, Contract: `Forwards`, Region: `Middle East`, Country: `UAE`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-02-24`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 241 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soy oil`, Spread: 0.01, Open: 33.26, Price: 33.93, Buy: 33.77, Sell: 33.78, Change: 0.16, ChangePercent: 0.48, Volume: 10592, High: 33.77, Low: 33.06, YearlyHigh: 35.43, YearlyLow: 26.61, YearlyStart: 31.02, YearlyChange: 8.87, Settlement: `Cash`, Contract: `Forwards`, Region: `Middle East`, Country: `Syria`, Risk: `Low`, Sector: `Government`, Currency: `USD`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-02-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 242 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `AUD/USD`, Spread: 0.02, Open: 0.7344, Price: 0.76, Buy: 0.73, Sell: 0.73, Change: 0.02, ChangePercent: 1.48, Volume: 36764, High: 0.74, Low: 0.73, YearlyHigh: 0.79, YearlyLow: 0.68, YearlyStart: 0.73, YearlyChange: 1.28, Settlement: `Credit`, Contract: `Options`, Region: `Asia Pacific`, Country: `Afghanistan`, Risk: `Low`, Sector: `Government`, Currency: `USD`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-05-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 243 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Sugar`, Spread: 0.01, Open: 15.68, Price: 14.61, Buy: 14.67, Sell: 14.68, Change: -0.06, ChangePercent: -0.44, Volume: 4949, High: 15.7, Low: 14.67, YearlyHigh: 16.87, YearlyLow: 11.37, YearlyStart: 14.12, YearlyChange: 3.92, Settlement: `Credit`, Contract: `Swap`, Region: `Asia Pacific`, Country: `Korea`, Risk: `Low`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-02-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 244 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Cocoa`, Spread: 0.01, Open: 3076, Price: 3050.19, Buy: 3076, Sell: 3076, Change: -25.84, ChangePercent: -0.84, Volume: 978, High: 3078, Low: 3066, YearlyHigh: 3406, YearlyLow: 2746, YearlyStart: 3076, YearlyChange: 0, Settlement: `Cash`, Contract: `Futures`, Region: `Europe`, Country: `Denmark`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `American Airlines`, Maturity: `2022-01-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 245 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `OJ Future`, Spread: 0.01, Open: 140.6, Price: 138.79, Buy: 140.18, Sell: 140.19, Change: -1.4, ChangePercent: -1, Volume: 7, High: 140.19, Low: 0, YearlyHigh: 155.95, YearlyLow: 113, YearlyStart: 134.47, YearlyChange: 4.25, Settlement: `Cash`, Contract: `Forwards`, Region: `Middle East`, Country: `Kuwait`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-03-16`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 246 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P Future`, Spread: 0.01, Open: 2057.5, Price: 2088.68, Buy: 2056.6, Sell: 2056.61, Change: 32.08, ChangePercent: 1.56, Volume: 142780, High: 2059.5, Low: 2049, YearlyHigh: 2105.5, YearlyLow: 1794.5, YearlyStart: 1950, YearlyChange: 5.47, Settlement: `Cash`, Contract: `CFD`, Region: `Europe`, Country: `France`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-04-21`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 247 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Gold`, Spread: 0.01, Open: 1281.1, Price: 1278.17, Buy: 1280.73, Sell: 1280.74, Change: -2.56, ChangePercent: -0.2, Volume: 48387, High: 1289.5, Low: 1279.1, YearlyHigh: 1306, YearlyLow: 1047.2, YearlyStart: 1176.6, YearlyChange: 8.85, Settlement: `Cash`, Contract: `Options`, Region: `Europe`, Country: `Austria`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-07-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 248 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Coal`, Spread: 0.015, Open: 0.4363, Price: 0.42, Buy: 0.44, Sell: 0.44, Change: 0, ChangePercent: 1.16, Volume: 3, High: 0.44, Low: 0.44, YearlyHigh: 0.48, YearlyLow: 0.4, YearlyStart: 0.44, YearlyChange: -5.33, Settlement: `Cash`, Contract: `CFD`, Region: `Europe`, Country: `Ireland`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `Poor`, Issuer: `American Airlines`, Maturity: `2022-06-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 249 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Uranium`, Spread: 0.02, Open: 27.55, Price: 28.08, Buy: 27.55, Sell: 27.55, Change: 0.5, ChangePercent: 1.8, Volume: 12, High: 27.55, Low: 27.55, YearlyHigh: 29.32, YearlyLow: 21.28, YearlyStart: 25.3, YearlyChange: 9.01, Settlement: `Cash`, Contract: `Futures`, Region: `North America`, Country: `Mexico`, Risk: `High`, Sector: `Government`, Currency: `USD`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-05-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 250 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Palladium`, Spread: 0.01, Open: 600.55, Price: 590.42, Buy: 601, Sell: 601.01, Change: -10.58, ChangePercent: -1.76, Volume: 651, High: 607.2, Low: 598.4, YearlyHigh: 690, YearlyLow: 458.6, YearlyStart: 574.3, YearlyChange: 4.65, Settlement: `Loan`, Contract: `Swap`, Region: `North America`, Country: `Canada`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-04-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 251 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Milk`, Spread: 0.01, Open: 12.87, Price: 12.66, Buy: 12.87, Sell: 12.87, Change: -0.2, ChangePercent: -1.52, Volume: 7, High: 12.89, Low: 12.81, YearlyHigh: 16.96, YearlyLow: 12.81, YearlyStart: 14.88, YearlyChange: -13.6, Settlement: `Loan`, Contract: `Swap`, Region: `Africa`, Country: `Morocco`, Risk: `High`, Sector: `Government`, Currency: `USD`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-08-24`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 252 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `US 10YR Future`, Spread: 0.01, Open: 130.5625, Price: 129.59, Buy: 130.56, Sell: 130.56, Change: -0.99, ChangePercent: -0.76, Volume: 189310, High: 130.63, Low: 130.44, YearlyHigh: 132.64, YearlyLow: 125.48, YearlyStart: 129.06, YearlyChange: 1.18, Settlement: `Cash`, Contract: `Futures`, Region: `South America`, Country: `Suriname`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-05-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 253 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P Future`, Spread: 0.01, Open: 2057.5, Price: 2032.75, Buy: 2056.6, Sell: 2056.61, Change: -23.85, ChangePercent: -1.16, Volume: 142780, High: 2059.5, Low: 2049, YearlyHigh: 2105.5, YearlyLow: 1794.5, YearlyStart: 1950, YearlyChange: 5.47, Settlement: `Loan`, Contract: `CFD`, Region: `Africa`, Country: `Senegal`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-01-21`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 254 }), + new FinancialDataAllItem({ Category: `Index`, Type: `DOW Future`, Spread: 0.01, Open: 17711, Price: 17733.41, Buy: 17712.15, Sell: 17712.16, Change: 21.26, ChangePercent: 0.12, Volume: 22236, High: 17727, Low: 17642, YearlyHigh: 18083, YearlyLow: 15299, YearlyStart: 16691, YearlyChange: 6.12, Settlement: `Credit`, Contract: `Options`, Region: `Africa`, Country: `Morocco`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-04-23`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 255 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soy Meat`, Spread: 0.01, Open: 342.6, Price: 345.36, Buy: 342.6, Sell: 342.6, Change: 2.74, ChangePercent: 0.8, Volume: 5646, High: 345.4, Low: 340.3, YearlyHigh: 353.4, YearlyLow: 261.7, YearlyStart: 307.55, YearlyChange: 11.4, Settlement: `Credit`, Contract: `Futures`, Region: `Africa`, Country: `Cameroon`, Risk: `High`, Sector: `Public`, Currency: `PLN`, Security: `Poor`, Issuer: `FedEx`, Maturity: `2022-03-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 256 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `FD Cattle`, Spread: 0.01, Open: 147.175, Price: 147.06, Buy: 148.6, Sell: 148.61, Change: -1.55, ChangePercent: -1.04, Volume: 5, High: 148.61, Low: 147.18, YearlyHigh: 190, YearlyLow: 138.1, YearlyStart: 164.05, YearlyChange: -9.41, Settlement: `Cash`, Contract: `Forwards`, Region: `Europe`, Country: `Slovenia`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `High`, Issuer: `FedEx`, Maturity: `2022-06-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 257 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P MID MINI`, Spread: 0.01, Open: 1454.3, Price: 1470.34, Buy: 1455.78, Sell: 1455.79, Change: 14.56, ChangePercent: 1, Volume: 338, High: 1455.78, Low: 1448, YearlyHigh: 1527.3, YearlyLow: 1236, YearlyStart: 1381.65, YearlyChange: 5.37, Settlement: `Credit`, Contract: `Options`, Region: `Middle East`, Country: `Israel`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-05-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 258 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Platinum`, Spread: 0.01, Open: 1071.6, Price: 1069.81, Buy: 1071.09, Sell: 1071.1, Change: -1.29, ChangePercent: -0.12, Volume: 3039, High: 1081.2, Low: 1070.5, YearlyHigh: 1120.6, YearlyLow: 812.4, YearlyStart: 966.5, YearlyChange: 10.82, Settlement: `Loan`, Contract: `Forwards`, Region: `Africa`, Country: `Senegal`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-01-16`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 259 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soy Meat`, Spread: 0.01, Open: 342.6, Price: 347.83, Buy: 342.6, Sell: 342.6, Change: 5.21, ChangePercent: 1.52, Volume: 5646, High: 345.4, Low: 340.3, YearlyHigh: 353.4, YearlyLow: 261.7, YearlyStart: 307.55, YearlyChange: 11.4, Settlement: `Loan`, Contract: `Swap`, Region: `Europe`, Country: `Finland`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-07-23`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 260 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Cocoa`, Spread: 0.01, Open: 3076, Price: 3041.58, Buy: 3076, Sell: 3076, Change: -34.45, ChangePercent: -1.12, Volume: 978, High: 3078, Low: 3066, YearlyHigh: 3406, YearlyLow: 2746, YearlyStart: 3076, YearlyChange: 0, Settlement: `Cash`, Contract: `Options`, Region: `Europe`, Country: `Norway`, Risk: `High`, Sector: `Government`, Currency: `PLN`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-07-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 261 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `BTC/USD`, Spread: 0.06, Open: 93.88, Price: 21135.18, Buy: 21200.76, Sell: 21400.78, Change: 134.41, ChangePercent: 0.64, Volume: 5788000, High: 22400.05, Low: 20100.75, YearlyHigh: 62400.7, YearlyLow: 15100.88, YearlyStart: 21200.29, YearlyChange: -20.62, Settlement: `Cash`, Contract: `Options`, Region: `Middle East`, Country: `UAE`, Risk: `High`, Sector: `Public`, Currency: `USD`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-08-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 262 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Diesel`, Spread: 0.015, Open: 1.3474, Price: 1.38, Buy: 1.35, Sell: 1.35, Change: 0.02, ChangePercent: 1.68, Volume: 2971, High: 1.36, Low: 1.34, YearlyHigh: 2.11, YearlyLow: 0.92, YearlyStart: 1.51, YearlyChange: -10.4, Settlement: `Cash`, Contract: `Forwards`, Region: `Asia Pacific`, Country: `India`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `High`, Issuer: `American Airlines`, Maturity: `2022-02-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 263 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soybean`, Spread: 0.01, Open: 1038, Price: 1058.14, Buy: 1038.61, Sell: 1038.62, Change: 19.52, ChangePercent: 1.88, Volume: 20356, High: 1044, Low: 1031.75, YearlyHigh: 1057, YearlyLow: 859.5, YearlyStart: 958.25, YearlyChange: 8.39, Settlement: `Cash`, Contract: `Futures`, Region: `Middle East`, Country: `Jordan`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-05-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 264 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `FD Cattle`, Spread: 0.01, Open: 147.175, Price: 149.02, Buy: 148.6, Sell: 148.61, Change: 0.41, ChangePercent: 0.28, Volume: 5, High: 148.61, Low: 147.18, YearlyHigh: 190, YearlyLow: 138.1, YearlyStart: 164.05, YearlyChange: -9.41, Settlement: `Credit`, Contract: `Swap`, Region: `South America`, Country: `Suriname`, Risk: `High`, Sector: `Private`, Currency: `PLN`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-08-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 265 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Coal`, Spread: 0.015, Open: 0.4363, Price: 0.42, Buy: 0.44, Sell: 0.44, Change: 0, ChangePercent: 0.28, Volume: 3, High: 0.44, Low: 0.44, YearlyHigh: 0.48, YearlyLow: 0.4, YearlyStart: 0.44, YearlyChange: -5.33, Settlement: `Credit`, Contract: `Options`, Region: `South America`, Country: `Ecuador`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-01-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 266 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `OJ Future`, Spread: 0.01, Open: 140.6, Price: 139.91, Buy: 140.18, Sell: 140.19, Change: -0.28, ChangePercent: -0.2, Volume: 7, High: 140.19, Low: 0, YearlyHigh: 155.95, YearlyLow: 113, YearlyStart: 134.47, YearlyChange: 4.25, Settlement: `Cash`, Contract: `Forwards`, Region: `Africa`, Country: `Ethiopia`, Risk: `Low`, Sector: `Public`, Currency: `USD`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-07-24`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 267 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Corn`, Spread: 0.01, Open: 379.5, Price: 384.36, Buy: 379.8, Sell: 379.81, Change: 4.56, ChangePercent: 1.2, Volume: 11266, High: 381, Low: 377.75, YearlyHigh: 471.25, YearlyLow: 351.25, YearlyStart: 411.25, YearlyChange: -7.65, Settlement: `Loan`, Contract: `Forwards`, Region: `Africa`, Country: `Niger`, Risk: `Low`, Sector: `Government`, Currency: `PLN`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-04-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 268 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Coal`, Spread: 0.015, Open: 0.4363, Price: 0.41, Buy: 0.44, Sell: 0.44, Change: -0.01, ChangePercent: -1.08, Volume: 3, High: 0.44, Low: 0.44, YearlyHigh: 0.48, YearlyLow: 0.4, YearlyStart: 0.44, YearlyChange: -5.33, Settlement: `Cash`, Contract: `Swap`, Region: `Africa`, Country: `Senegal`, Risk: `Low`, Sector: `Government`, Currency: `PLN`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-04-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 269 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P 600 MINI`, Spread: 0.01, Open: 687.9, Price: 693.11, Buy: 687.9, Sell: 687.9, Change: 5.23, ChangePercent: 0.76, Volume: 0, High: 0, Low: 0, YearlyHigh: 620.32, YearlyLow: 595.9, YearlyStart: 608.11, YearlyChange: 13.12, Settlement: `Cash`, Contract: `CFD`, Region: `Africa`, Country: `Ethiopia`, Risk: `High`, Sector: `Government`, Currency: `PLN`, Security: `Poor`, Issuer: `FedEx`, Maturity: `2022-02-22`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 270 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Silver`, Spread: 0.01, Open: 17.43, Price: 17.73, Buy: 17.43, Sell: 17.43, Change: 0.31, ChangePercent: 1.8, Volume: 11720, High: 17.51, Low: 17.37, YearlyHigh: 18.06, YearlyLow: 13.73, YearlyStart: 15.89, YearlyChange: 9.59, Settlement: `Cash`, Contract: `Swap`, Region: `South America`, Country: `Peru`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-05-21`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 271 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `OJ Future`, Spread: 0.01, Open: 140.6, Price: 141.03, Buy: 140.18, Sell: 140.19, Change: 0.84, ChangePercent: 0.6, Volume: 7, High: 140.19, Low: 0, YearlyHigh: 155.95, YearlyLow: 113, YearlyStart: 134.47, YearlyChange: 4.25, Settlement: `Cash`, Contract: `Options`, Region: `Asia Pacific`, Country: `China`, Risk: `High`, Sector: `Public`, Currency: `PLN`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-03-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 272 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Ethanol`, Spread: 0.01, Open: 1.512, Price: 2.74, Buy: 2.75, Sell: 2.76, Change: -0.01, ChangePercent: -0.6, Volume: 14, High: 2.75, Low: 1.12, YearlyHigh: 2.75, YearlyLow: 1.12, YearlyStart: 1.48, YearlyChange: 86.7, Settlement: `Credit`, Contract: `Futures`, Region: `Asia Pacific`, Country: `Singapore`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-03-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 273 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P 600 MINI`, Spread: 0.01, Open: 687.9, Price: 685.13, Buy: 687.9, Sell: 687.9, Change: -2.75, ChangePercent: -0.4, Volume: 0, High: 0, Low: 0, YearlyHigh: 620.32, YearlyLow: 595.9, YearlyStart: 608.11, YearlyChange: 13.12, Settlement: `Credit`, Contract: `Options`, Region: `Africa`, Country: `South Africa`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-04-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 274 }), + new FinancialDataAllItem({ Category: `Index`, Type: `DOW Future`, Spread: 0.01, Open: 17711, Price: 17818.42, Buy: 17712.15, Sell: 17712.16, Change: 106.27, ChangePercent: 0.6, Volume: 22236, High: 17727, Low: 17642, YearlyHigh: 18083, YearlyLow: 15299, YearlyStart: 16691, YearlyChange: 6.12, Settlement: `Credit`, Contract: `Futures`, Region: `Africa`, Country: `Nigeria`, Risk: `High`, Sector: `Public`, Currency: `USD`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-03-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 275 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Silver`, Spread: 0.01, Open: 17.43, Price: 17.1, Buy: 17.43, Sell: 17.43, Change: -0.32, ChangePercent: -1.84, Volume: 11720, High: 17.51, Low: 17.37, YearlyHigh: 18.06, YearlyLow: 13.73, YearlyStart: 15.89, YearlyChange: 9.59, Settlement: `Cash`, Contract: `Swap`, Region: `Asia Pacific`, Country: `India`, Risk: `Low`, Sector: `Public`, Currency: `PLN`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-09-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 276 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Wheat`, Spread: 0.01, Open: 465.5, Price: 470.92, Buy: 465.5, Sell: 465.5, Change: 5.4, ChangePercent: 1.16, Volume: 4318, High: 467, Low: 463.25, YearlyHigh: 628.5, YearlyLow: 449.5, YearlyStart: 539, YearlyChange: -13.63, Settlement: `Cash`, Contract: `Options`, Region: `Asia Pacific`, Country: `Philippines`, Risk: `High`, Sector: `Private`, Currency: `PLN`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-02-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 277 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Coffee`, Spread: 0.01, Open: 125.7, Price: 128, Buy: 125.7, Sell: 125.7, Change: 2.31, ChangePercent: 1.84, Volume: 1654, High: 125.8, Low: 125, YearlyHigh: 155.75, YearlyLow: 115.35, YearlyStart: 135.55, YearlyChange: -7.27, Settlement: `Cash`, Contract: `Swap`, Region: `Asia Pacific`, Country: `Azerbaijan`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-05-16`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 278 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `GBP/USD`, Spread: 0.02, Open: 1.4464, Price: 1.17, Buy: 1.18, Sell: 1.2, Change: -0.02, ChangePercent: -1.72, Volume: 29450, High: 1.45, Low: 1.19, YearlyHigh: 1.59, YearlyLow: 1.19, YearlyStart: 1.49, YearlyChange: -19.59, Settlement: `Credit`, Contract: `Futures`, Region: `Africa`, Country: `Algeria`, Risk: `Low`, Sector: `Government`, Currency: `PLN`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-08-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 279 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Uranium`, Spread: 0.02, Open: 27.55, Price: 27.8, Buy: 27.55, Sell: 27.55, Change: 0.22, ChangePercent: 0.8, Volume: 12, High: 27.55, Low: 27.55, YearlyHigh: 29.32, YearlyLow: 21.28, YearlyStart: 25.3, YearlyChange: 9.01, Settlement: `Cash`, Contract: `Futures`, Region: `Africa`, Country: `Tunisia`, Risk: `Low`, Sector: `Public`, Currency: `USD`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-01-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 280 }), + new FinancialDataAllItem({ Category: `Index`, Type: `DOW Future`, Spread: 0.01, Open: 17711, Price: 17697.98, Buy: 17712.15, Sell: 17712.16, Change: -14.17, ChangePercent: -0.08, Volume: 22236, High: 17727, Low: 17642, YearlyHigh: 18083, YearlyLow: 15299, YearlyStart: 16691, YearlyChange: 6.12, Settlement: `Credit`, Contract: `Options`, Region: `Middle East`, Country: `Lebanon`, Risk: `High`, Sector: `Private`, Currency: `PLN`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-04-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 281 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Milk`, Spread: 0.01, Open: 12.87, Price: 12.68, Buy: 12.87, Sell: 12.87, Change: -0.18, ChangePercent: -1.4, Volume: 7, High: 12.89, Low: 12.81, YearlyHigh: 16.96, YearlyLow: 12.81, YearlyStart: 14.88, YearlyChange: -13.6, Settlement: `Loan`, Contract: `Futures`, Region: `North America`, Country: `Mexico`, Risk: `Low`, Sector: `Public`, Currency: `EUR`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-04-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 282 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Natural Gas`, Spread: 0.02, Open: 2.094, Price: 2.11, Buy: 2.09, Sell: 2.09, Change: 0.01, ChangePercent: 0.4, Volume: 2783, High: 2.11, Low: 2.09, YearlyHigh: 3.2, YearlyLow: 1.84, YearlyStart: 2.52, YearlyChange: -16.51, Settlement: `Credit`, Contract: `Options`, Region: `Middle East`, Country: `Iraq`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-02-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 283 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Coal`, Spread: 0.015, Open: 0.4363, Price: 0.42, Buy: 0.44, Sell: 0.44, Change: 0, ChangePercent: -0.12, Volume: 3, High: 0.44, Low: 0.44, YearlyHigh: 0.48, YearlyLow: 0.4, YearlyStart: 0.44, YearlyChange: -5.33, Settlement: `Cash`, Contract: `Swap`, Region: `Middle East`, Country: `Syria`, Risk: `Low`, Sector: `Public`, Currency: `USD`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-09-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 284 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `GBP/USD`, Spread: 0.02, Open: 1.4464, Price: 1.22, Buy: 1.18, Sell: 1.2, Change: 0.03, ChangePercent: 1.84, Volume: 29450, High: 1.45, Low: 1.19, YearlyHigh: 1.59, YearlyLow: 1.19, YearlyStart: 1.49, YearlyChange: -19.59, Settlement: `Credit`, Contract: `Forwards`, Region: `South America`, Country: `Guyana`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-09-11`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 285 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P MID MINI`, Spread: 0.01, Open: 1454.3, Price: 1457.53, Buy: 1455.78, Sell: 1455.79, Change: 1.75, ChangePercent: 0.12, Volume: 338, High: 1455.78, Low: 1448, YearlyHigh: 1527.3, YearlyLow: 1236, YearlyStart: 1381.65, YearlyChange: 5.37, Settlement: `Loan`, Contract: `Options`, Region: `Asia Pacific`, Country: `Philippines`, Risk: `Low`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-05-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 286 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Silver`, Spread: 0.01, Open: 17.43, Price: 17.29, Buy: 17.43, Sell: 17.43, Change: -0.13, ChangePercent: -0.76, Volume: 11720, High: 17.51, Low: 17.37, YearlyHigh: 18.06, YearlyLow: 13.73, YearlyStart: 15.89, YearlyChange: 9.59, Settlement: `Cash`, Contract: `Options`, Region: `Asia Pacific`, Country: `New Zealand`, Risk: `High`, Sector: `Government`, Currency: `USD`, Security: `Poor`, Issuer: `American Airlines`, Maturity: `2022-07-27`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 287 }), + new FinancialDataAllItem({ Category: `Index`, Type: `NAS Future`, Spread: 0.01, Open: 4341.25, Price: 4257.93, Buy: 4341.25, Sell: 4341.25, Change: -83.35, ChangePercent: -1.92, Volume: 18259, High: 4347, Low: 4318, YearlyHigh: 4719.75, YearlyLow: 3867.75, YearlyStart: 4293.75, YearlyChange: 1.11, Settlement: `Loan`, Contract: `Futures`, Region: `South America`, Country: `Guyana`, Risk: `High`, Sector: `Private`, Currency: `PLN`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-05-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 288 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Ethanol`, Spread: 0.01, Open: 1.512, Price: 2.77, Buy: 2.75, Sell: 2.76, Change: 0.02, ChangePercent: 0.64, Volume: 14, High: 2.75, Low: 1.12, YearlyHigh: 2.75, YearlyLow: 1.12, YearlyStart: 1.48, YearlyChange: 86.7, Settlement: `Credit`, Contract: `Options`, Region: `Africa`, Country: `Morocco`, Risk: `Low`, Sector: `Government`, Currency: `PLN`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-05-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 289 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P MID MINI`, Spread: 0.01, Open: 1454.3, Price: 1466.85, Buy: 1455.78, Sell: 1455.79, Change: 11.07, ChangePercent: 0.76, Volume: 338, High: 1455.78, Low: 1448, YearlyHigh: 1527.3, YearlyLow: 1236, YearlyStart: 1381.65, YearlyChange: 5.37, Settlement: `Credit`, Contract: `CFD`, Region: `North America`, Country: `United States`, Risk: `Low`, Sector: `Government`, Currency: `PLN`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-05-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 290 }), + new FinancialDataAllItem({ Category: `Index`, Type: `DOW Future`, Spread: 0.01, Open: 17711, Price: 17825.51, Buy: 17712.15, Sell: 17712.16, Change: 113.36, ChangePercent: 0.64, Volume: 22236, High: 17727, Low: 17642, YearlyHigh: 18083, YearlyLow: 15299, YearlyStart: 16691, YearlyChange: 6.12, Settlement: `Cash`, Contract: `Options`, Region: `North America`, Country: `Canada`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-02-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 291 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `US 2Y Future`, Spread: 0.01, Open: 109.3984, Price: 108.38, Buy: 109.4, Sell: 109.4, Change: -1.01, ChangePercent: -0.92, Volume: 17742, High: 109.41, Low: 109.38, YearlyHigh: 109.8, YearlyLow: 108.62, YearlyStart: 109.21, YearlyChange: 0.16, Settlement: `Cash`, Contract: `CFD`, Region: `North America`, Country: `United States`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-02-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 292 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Platinum`, Spread: 0.01, Open: 1071.6, Price: 1053.1, Buy: 1071.09, Sell: 1071.1, Change: -18, ChangePercent: -1.68, Volume: 3039, High: 1081.2, Low: 1070.5, YearlyHigh: 1120.6, YearlyLow: 812.4, YearlyStart: 966.5, YearlyChange: 10.82, Settlement: `Credit`, Contract: `Futures`, Region: `Asia Pacific`, Country: `China`, Risk: `Low`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-07-24`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 293 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `BTC/USD`, Spread: 0.06, Open: 93.88, Price: 21177.18, Buy: 21200.76, Sell: 21400.78, Change: 176.41, ChangePercent: 0.84, Volume: 5788000, High: 22400.05, Low: 20100.75, YearlyHigh: 62400.7, YearlyLow: 15100.88, YearlyStart: 21200.29, YearlyChange: -20.62, Settlement: `Credit`, Contract: `Swap`, Region: `Middle East`, Country: `Oman`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-08-23`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 294 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Diesel`, Spread: 0.015, Open: 1.3474, Price: 1.33, Buy: 1.35, Sell: 1.35, Change: -0.03, ChangePercent: -1.84, Volume: 2971, High: 1.36, Low: 1.34, YearlyHigh: 2.11, YearlyLow: 0.92, YearlyStart: 1.51, YearlyChange: -10.4, Settlement: `Cash`, Contract: `Futures`, Region: `South America`, Country: `Paraguay`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-08-23`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 295 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Platinum`, Spread: 0.01, Open: 1071.6, Price: 1087.81, Buy: 1071.09, Sell: 1071.1, Change: 16.71, ChangePercent: 1.56, Volume: 3039, High: 1081.2, Low: 1070.5, YearlyHigh: 1120.6, YearlyLow: 812.4, YearlyStart: 966.5, YearlyChange: 10.82, Settlement: `Loan`, Contract: `Futures`, Region: `Europe`, Country: `Czechia`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-04-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 296 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Ethanol`, Spread: 0.01, Open: 1.512, Price: 2.8, Buy: 2.75, Sell: 2.76, Change: 0.05, ChangePercent: 1.84, Volume: 14, High: 2.75, Low: 1.12, YearlyHigh: 2.75, YearlyLow: 1.12, YearlyStart: 1.48, YearlyChange: 86.7, Settlement: `Credit`, Contract: `Swap`, Region: `Middle East`, Country: `Saudi Arabia`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-03-22`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 297 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soybean`, Spread: 0.01, Open: 1038, Price: 1053.99, Buy: 1038.61, Sell: 1038.62, Change: 15.37, ChangePercent: 1.48, Volume: 20356, High: 1044, Low: 1031.75, YearlyHigh: 1057, YearlyLow: 859.5, YearlyStart: 958.25, YearlyChange: 8.39, Settlement: `Cash`, Contract: `CFD`, Region: `Africa`, Country: `Tunisia`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-08-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 298 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `GBP/USD`, Spread: 0.02, Open: 1.4464, Price: 1.19, Buy: 1.18, Sell: 1.2, Change: 0, ChangePercent: -0.36, Volume: 29450, High: 1.45, Low: 1.19, YearlyHigh: 1.59, YearlyLow: 1.19, YearlyStart: 1.49, YearlyChange: -19.59, Settlement: `Cash`, Contract: `Forwards`, Region: `North America`, Country: `United States`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-02-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 299 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Ethanol`, Spread: 0.01, Open: 1.512, Price: 2.7, Buy: 2.75, Sell: 2.76, Change: -0.05, ChangePercent: -1.92, Volume: 14, High: 2.75, Low: 1.12, YearlyHigh: 2.75, YearlyLow: 1.12, YearlyStart: 1.48, YearlyChange: 86.7, Settlement: `Loan`, Contract: `Swap`, Region: `Middle East`, Country: `Oman`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-04-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 300 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Silver`, Spread: 0.01, Open: 17.43, Price: 17.39, Buy: 17.43, Sell: 17.43, Change: -0.03, ChangePercent: -0.2, Volume: 11720, High: 17.51, Low: 17.37, YearlyHigh: 18.06, YearlyLow: 13.73, YearlyStart: 15.89, YearlyChange: 9.59, Settlement: `Cash`, Contract: `Swap`, Region: `Africa`, Country: `Egypt`, Risk: `High`, Sector: `Private`, Currency: `PLN`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-04-24`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 301 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Sugar`, Spread: 0.01, Open: 15.68, Price: 14.96, Buy: 14.67, Sell: 14.68, Change: 0.29, ChangePercent: 1.96, Volume: 4949, High: 15.7, Low: 14.67, YearlyHigh: 16.87, YearlyLow: 11.37, YearlyStart: 14.12, YearlyChange: 3.92, Settlement: `Credit`, Contract: `Options`, Region: `Africa`, Country: `Cameroon`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-07-27`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 302 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Cocoa`, Spread: 0.01, Open: 3076, Price: 3117.86, Buy: 3076, Sell: 3076, Change: 41.83, ChangePercent: 1.36, Volume: 978, High: 3078, Low: 3066, YearlyHigh: 3406, YearlyLow: 2746, YearlyStart: 3076, YearlyChange: 0, Settlement: `Loan`, Contract: `Forwards`, Region: `Africa`, Country: `Algeria`, Risk: `Low`, Sector: `Public`, Currency: `PLN`, Security: `High`, Issuer: `FedEx`, Maturity: `2022-01-11`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 303 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Rice`, Spread: 0.01, Open: 11.245, Price: 10.44, Buy: 10.41, Sell: 10.42, Change: 0.02, ChangePercent: 0.28, Volume: 220, High: 11.38, Low: 10.42, YearlyHigh: 14.14, YearlyLow: 9.7, YearlyStart: 11.92, YearlyChange: -12.62, Settlement: `Loan`, Contract: `Forwards`, Region: `Asia Pacific`, Country: `China`, Risk: `Low`, Sector: `Public`, Currency: `USD`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-07-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 304 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soybean`, Spread: 0.01, Open: 1038, Price: 1026.15, Buy: 1038.61, Sell: 1038.62, Change: -12.47, ChangePercent: -1.2, Volume: 20356, High: 1044, Low: 1031.75, YearlyHigh: 1057, YearlyLow: 859.5, YearlyStart: 958.25, YearlyChange: 8.39, Settlement: `Cash`, Contract: `Futures`, Region: `North America`, Country: `United States`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `FedEx`, Maturity: `2022-02-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 305 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/CAD`, Spread: 0.02, Open: 0.7744, Price: 0.94, Buy: 0.94, Sell: 0.96, Change: -0.01, ChangePercent: -1.4, Volume: 13669, High: 0.95, Low: 0.77, YearlyHigh: 0.95, YearlyLow: 0.68, YearlyStart: 0.76, YearlyChange: 26.43, Settlement: `Credit`, Contract: `Swap`, Region: `North America`, Country: `Canada`, Risk: `Low`, Sector: `Public`, Currency: `USD`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-02-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 306 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Rice`, Spread: 0.01, Open: 11.245, Price: 10.3, Buy: 10.41, Sell: 10.42, Change: -0.12, ChangePercent: -1.08, Volume: 220, High: 11.38, Low: 10.42, YearlyHigh: 14.14, YearlyLow: 9.7, YearlyStart: 11.92, YearlyChange: -12.62, Settlement: `Cash`, Contract: `Futures`, Region: `Africa`, Country: `Libya`, Risk: `Low`, Sector: `Government`, Currency: `PLN`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-04-23`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 307 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soybean`, Spread: 0.01, Open: 1038, Price: 1026.15, Buy: 1038.61, Sell: 1038.62, Change: -12.47, ChangePercent: -1.2, Volume: 20356, High: 1044, Low: 1031.75, YearlyHigh: 1057, YearlyLow: 859.5, YearlyStart: 958.25, YearlyChange: 8.39, Settlement: `Cash`, Contract: `Futures`, Region: `Europe`, Country: `Hungary`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-06-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 308 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/CAD`, Spread: 0.02, Open: 0.7744, Price: 0.95, Buy: 0.94, Sell: 0.96, Change: 0, ChangePercent: -0.8, Volume: 13669, High: 0.95, Low: 0.77, YearlyHigh: 0.95, YearlyLow: 0.68, YearlyStart: 0.76, YearlyChange: 26.43, Settlement: `Cash`, Contract: `Forwards`, Region: `Asia Pacific`, Country: `Singapore`, Risk: `Low`, Sector: `Government`, Currency: `USD`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-08-16`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 309 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `US 30YR Future`, Spread: 0.01, Open: 164.875, Price: 160.94, Buy: 164.15, Sell: 164.16, Change: -3.22, ChangePercent: -1.96, Volume: 28012, High: 165.25, Low: 164.04, YearlyHigh: 169.38, YearlyLow: 151.47, YearlyStart: 160.43, YearlyChange: 2.33, Settlement: `Credit`, Contract: `Forwards`, Region: `Asia Pacific`, Country: `Thailand`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-09-22`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 310 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `US 10YR Future`, Spread: 0.01, Open: 130.5625, Price: 132.2, Buy: 130.56, Sell: 130.56, Change: 1.62, ChangePercent: 1.24, Volume: 189310, High: 130.63, Low: 130.44, YearlyHigh: 132.64, YearlyLow: 125.48, YearlyStart: 129.06, YearlyChange: 1.18, Settlement: `Credit`, Contract: `Forwards`, Region: `Asia Pacific`, Country: `India`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-09-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 311 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/CHF`, Spread: 0.02, Open: 1.0337, Price: 1.06, Buy: 1.03, Sell: 1.03, Change: 0.02, ChangePercent: 1.24, Volume: 5550, High: 1.03, Low: 1.03, YearlyHigh: 1.11, YearlyLow: 0.98, YearlyStart: 1.04, YearlyChange: -0.12, Settlement: `Cash`, Contract: `Swap`, Region: `Africa`, Country: `Ethiopia`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-03-24`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 312 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Lumber`, Spread: 0.01, Open: 303.9, Price: 308.62, Buy: 304.59, Sell: 304.6, Change: 4.02, ChangePercent: 1.32, Volume: 2, High: 304.6, Low: 303.9, YearlyHigh: 317.1, YearlyLow: 236, YearlyStart: 276.55, YearlyChange: 10.14, Settlement: `Credit`, Contract: `Options`, Region: `Europe`, Country: `Poland`, Risk: `Low`, Sector: `Public`, Currency: `EUR`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-09-16`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 313 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/CHF`, Spread: 0.02, Open: 1.0337, Price: 1.05, Buy: 1.03, Sell: 1.03, Change: 0.01, ChangePercent: 0.68, Volume: 5550, High: 1.03, Low: 1.03, YearlyHigh: 1.11, YearlyLow: 0.98, YearlyStart: 1.04, YearlyChange: -0.12, Settlement: `Credit`, Contract: `Swap`, Region: `North America`, Country: `Canada`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `Poor`, Issuer: `American Airlines`, Maturity: `2022-04-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 314 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `BTC/USD`, Spread: 0.06, Open: 93.88, Price: 21311.58, Buy: 21200.76, Sell: 21400.78, Change: 310.81, ChangePercent: 1.48, Volume: 5788000, High: 22400.05, Low: 20100.75, YearlyHigh: 62400.7, YearlyLow: 15100.88, YearlyStart: 21200.29, YearlyChange: -20.62, Settlement: `Credit`, Contract: `Forwards`, Region: `South America`, Country: `Colombia`, Risk: `Low`, Sector: `Government`, Currency: `PLN`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-03-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 315 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Lumber`, Spread: 0.01, Open: 303.9, Price: 308.86, Buy: 304.59, Sell: 304.6, Change: 4.26, ChangePercent: 1.4, Volume: 2, High: 304.6, Low: 303.9, YearlyHigh: 317.1, YearlyLow: 236, YearlyStart: 276.55, YearlyChange: 10.14, Settlement: `Loan`, Contract: `Futures`, Region: `Asia Pacific`, Country: `Korea`, Risk: `High`, Sector: `Public`, Currency: `PLN`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-03-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 316 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Wheat`, Spread: 0.01, Open: 465.5, Price: 472.78, Buy: 465.5, Sell: 465.5, Change: 7.26, ChangePercent: 1.56, Volume: 4318, High: 467, Low: 463.25, YearlyHigh: 628.5, YearlyLow: 449.5, YearlyStart: 539, YearlyChange: -13.63, Settlement: `Cash`, Contract: `Futures`, Region: `Europe`, Country: `Austria`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-04-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 317 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Oats`, Spread: 0.01, Open: 194.5, Price: 193.67, Buy: 194.21, Sell: 194.22, Change: -0.55, ChangePercent: -0.28, Volume: 64, High: 195.75, Low: 194, YearlyHigh: 241.25, YearlyLow: 183.75, YearlyStart: 212.5, YearlyChange: -8.6, Settlement: `Credit`, Contract: `Futures`, Region: `Middle East`, Country: `Lebanon`, Risk: `Low`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-06-11`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 318 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Wheat`, Spread: 0.01, Open: 465.5, Price: 467.75, Buy: 465.5, Sell: 465.5, Change: 2.23, ChangePercent: 0.48, Volume: 4318, High: 467, Low: 463.25, YearlyHigh: 628.5, YearlyLow: 449.5, YearlyStart: 539, YearlyChange: -13.63, Settlement: `Cash`, Contract: `CFD`, Region: `North America`, Country: `Mexico`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-04-11`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 319 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Gold`, Spread: 0.01, Open: 1281.1, Price: 1303.78, Buy: 1280.73, Sell: 1280.74, Change: 23.05, ChangePercent: 1.8, Volume: 48387, High: 1289.5, Low: 1279.1, YearlyHigh: 1306, YearlyLow: 1047.2, YearlyStart: 1176.6, YearlyChange: 8.85, Settlement: `Cash`, Contract: `Forwards`, Region: `Asia Pacific`, Country: `China`, Risk: `High`, Sector: `Private`, Currency: `PLN`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-02-19`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 320 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/JPY`, Spread: 0.02, Open: 9275.5, Price: 9140.03, Buy: 9277.32, Sell: 9277.34, Change: -137.3, ChangePercent: -1.48, Volume: 47734, High: 9277.33, Low: 0.93, YearlyHigh: 9483, YearlyLow: 0.93, YearlyStart: 4741.97, YearlyChange: 95.64, Settlement: `Cash`, Contract: `Futures`, Region: `Asia Pacific`, Country: `Hong Kong`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-03-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 321 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Rice`, Spread: 0.01, Open: 11.245, Price: 10.54, Buy: 10.41, Sell: 10.42, Change: 0.12, ChangePercent: 1.2, Volume: 220, High: 11.38, Low: 10.42, YearlyHigh: 14.14, YearlyLow: 9.7, YearlyStart: 11.92, YearlyChange: -12.62, Settlement: `Cash`, Contract: `Swap`, Region: `Africa`, Country: `Niger`, Risk: `Low`, Sector: `Public`, Currency: `PLN`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-07-11`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 322 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Coal`, Spread: 0.015, Open: 0.4363, Price: 0.42, Buy: 0.44, Sell: 0.44, Change: 0, ChangePercent: -0.2, Volume: 3, High: 0.44, Low: 0.44, YearlyHigh: 0.48, YearlyLow: 0.4, YearlyStart: 0.44, YearlyChange: -5.33, Settlement: `Credit`, Contract: `Forwards`, Region: `Europe`, Country: `Ireland`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-04-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 323 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Gold`, Spread: 0.01, Open: 1281.1, Price: 1261.78, Buy: 1280.73, Sell: 1280.74, Change: -18.95, ChangePercent: -1.48, Volume: 48387, High: 1289.5, Low: 1279.1, YearlyHigh: 1306, YearlyLow: 1047.2, YearlyStart: 1176.6, YearlyChange: 8.85, Settlement: `Loan`, Contract: `Forwards`, Region: `Africa`, Country: `Ethiopia`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-02-10`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 324 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `BTC/USD`, Spread: 0.06, Open: 93.88, Price: 21025.97, Buy: 21200.76, Sell: 21400.78, Change: 25.2, ChangePercent: 0.12, Volume: 5788000, High: 22400.05, Low: 20100.75, YearlyHigh: 62400.7, YearlyLow: 15100.88, YearlyStart: 21200.29, YearlyChange: -20.62, Settlement: `Cash`, Contract: `Swap`, Region: `Europe`, Country: `Estonia`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-05-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 325 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Diesel`, Spread: 0.015, Open: 1.3474, Price: 1.34, Buy: 1.35, Sell: 1.35, Change: -0.02, ChangePercent: -1.52, Volume: 2971, High: 1.36, Low: 1.34, YearlyHigh: 2.11, YearlyLow: 0.92, YearlyStart: 1.51, YearlyChange: -10.4, Settlement: `Credit`, Contract: `Forwards`, Region: `Europe`, Country: `Finland`, Risk: `Low`, Sector: `Public`, Currency: `EUR`, Security: `High`, Issuer: `FedEx`, Maturity: `2022-07-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 326 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Platinum`, Spread: 0.01, Open: 1071.6, Price: 1060.39, Buy: 1071.09, Sell: 1071.1, Change: -10.71, ChangePercent: -1, Volume: 3039, High: 1081.2, Low: 1070.5, YearlyHigh: 1120.6, YearlyLow: 812.4, YearlyStart: 966.5, YearlyChange: 10.82, Settlement: `Loan`, Contract: `Swap`, Region: `Europe`, Country: `Belgium`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-02-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 327 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Rice`, Spread: 0.01, Open: 11.245, Price: 10.57, Buy: 10.41, Sell: 10.42, Change: 0.15, ChangePercent: 1.52, Volume: 220, High: 11.38, Low: 10.42, YearlyHigh: 14.14, YearlyLow: 9.7, YearlyStart: 11.92, YearlyChange: -12.62, Settlement: `Cash`, Contract: `Futures`, Region: `Europe`, Country: `Ireland`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `High`, Issuer: `FedEx`, Maturity: `2022-05-24`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 328 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Sugar`, Spread: 0.01, Open: 15.68, Price: 14.8, Buy: 14.67, Sell: 14.68, Change: 0.13, ChangePercent: 0.84, Volume: 4949, High: 15.7, Low: 14.67, YearlyHigh: 16.87, YearlyLow: 11.37, YearlyStart: 14.12, YearlyChange: 3.92, Settlement: `Loan`, Contract: `Options`, Region: `Europe`, Country: `Denmark`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-04-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 329 }), + new FinancialDataAllItem({ Category: `Index`, Type: `NAS Future`, Spread: 0.01, Open: 4341.25, Price: 4327.39, Buy: 4341.25, Sell: 4341.25, Change: -13.89, ChangePercent: -0.32, Volume: 18259, High: 4347, Low: 4318, YearlyHigh: 4719.75, YearlyLow: 3867.75, YearlyStart: 4293.75, YearlyChange: 1.11, Settlement: `Loan`, Contract: `Forwards`, Region: `Europe`, Country: `Estonia`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-03-23`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 330 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `LV Cattle`, Spread: 0.01, Open: 120.725, Price: 122.15, Buy: 120.72, Sell: 120.72, Change: 1.45, ChangePercent: 1.2, Volume: 4, High: 120.72, Low: 120.72, YearlyHigh: 147.98, YearlyLow: 113.9, YearlyStart: 130.94, YearlyChange: -7.82, Settlement: `Cash`, Contract: `Swap`, Region: `North America`, Country: `United States`, Risk: `High`, Sector: `Government`, Currency: `PLN`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-02-19`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 331 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Palladium`, Spread: 0.01, Open: 600.55, Price: 612.06, Buy: 601, Sell: 601.01, Change: 11.06, ChangePercent: 1.84, Volume: 651, High: 607.2, Low: 598.4, YearlyHigh: 690, YearlyLow: 458.6, YearlyStart: 574.3, YearlyChange: 4.65, Settlement: `Cash`, Contract: `Options`, Region: `Middle East`, Country: `Bahrain`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-07-11`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 332 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Uranium`, Spread: 0.02, Open: 27.55, Price: 27.51, Buy: 27.55, Sell: 27.55, Change: -0.07, ChangePercent: -0.24, Volume: 12, High: 27.55, Low: 27.55, YearlyHigh: 29.32, YearlyLow: 21.28, YearlyStart: 25.3, YearlyChange: 9.01, Settlement: `Loan`, Contract: `CFD`, Region: `Europe`, Country: `Denmark`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-01-21`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 333 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `BTC/USD`, Spread: 0.06, Open: 93.88, Price: 20622.76, Buy: 21200.76, Sell: 21400.78, Change: -378.01, ChangePercent: -1.8, Volume: 5788000, High: 22400.05, Low: 20100.75, YearlyHigh: 62400.7, YearlyLow: 15100.88, YearlyStart: 21200.29, YearlyChange: -20.62, Settlement: `Credit`, Contract: `Futures`, Region: `South America`, Country: `Venezuela`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `Poor`, Issuer: `FedEx`, Maturity: `2022-06-27`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 334 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Ethanol`, Spread: 0.01, Open: 1.512, Price: 2.79, Buy: 2.75, Sell: 2.76, Change: 0.04, ChangePercent: 1.36, Volume: 14, High: 2.75, Low: 1.12, YearlyHigh: 2.75, YearlyLow: 1.12, YearlyStart: 1.48, YearlyChange: 86.7, Settlement: `Cash`, Contract: `Forwards`, Region: `Asia Pacific`, Country: `Singapore`, Risk: `High`, Sector: `Government`, Currency: `USD`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-04-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 335 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Diesel`, Spread: 0.015, Open: 1.3474, Price: 1.36, Buy: 1.35, Sell: 1.35, Change: 0, ChangePercent: 0.08, Volume: 2971, High: 1.36, Low: 1.34, YearlyHigh: 2.11, YearlyLow: 0.92, YearlyStart: 1.51, YearlyChange: -10.4, Settlement: `Loan`, Contract: `CFD`, Region: `Asia Pacific`, Country: `China`, Risk: `Low`, Sector: `Government`, Currency: `USD`, Security: `Poor`, Issuer: `American Airlines`, Maturity: `2022-05-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 336 }), + new FinancialDataAllItem({ Category: `Index`, Type: `NAS Future`, Spread: 0.01, Open: 4341.25, Price: 4299.6, Buy: 4341.25, Sell: 4341.25, Change: -41.68, ChangePercent: -0.96, Volume: 18259, High: 4347, Low: 4318, YearlyHigh: 4719.75, YearlyLow: 3867.75, YearlyStart: 4293.75, YearlyChange: 1.11, Settlement: `Credit`, Contract: `Swap`, Region: `Africa`, Country: `Senegal`, Risk: `Low`, Sector: `Public`, Currency: `USD`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-03-23`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 337 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Lumber`, Spread: 0.01, Open: 303.9, Price: 304.11, Buy: 304.59, Sell: 304.6, Change: -0.49, ChangePercent: -0.16, Volume: 2, High: 304.6, Low: 303.9, YearlyHigh: 317.1, YearlyLow: 236, YearlyStart: 276.55, YearlyChange: 10.14, Settlement: `Credit`, Contract: `Swap`, Region: `Middle East`, Country: `Lebanon`, Risk: `Low`, Sector: `Public`, Currency: `EUR`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-03-24`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 338 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Natural Gas`, Spread: 0.02, Open: 2.094, Price: 2.12, Buy: 2.09, Sell: 2.09, Change: 0.02, ChangePercent: 0.84, Volume: 2783, High: 2.11, Low: 2.09, YearlyHigh: 3.2, YearlyLow: 1.84, YearlyStart: 2.52, YearlyChange: -16.51, Settlement: `Cash`, Contract: `Futures`, Region: `Europe`, Country: `Bulgaria`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-02-24`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 339 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Wheat`, Spread: 0.01, Open: 465.5, Price: 472.6, Buy: 465.5, Sell: 465.5, Change: 7.08, ChangePercent: 1.52, Volume: 4318, High: 467, Low: 463.25, YearlyHigh: 628.5, YearlyLow: 449.5, YearlyStart: 539, YearlyChange: -13.63, Settlement: `Cash`, Contract: `Swap`, Region: `Africa`, Country: `Ethiopia`, Risk: `High`, Sector: `Private`, Currency: `PLN`, Security: `Poor`, Issuer: `FedEx`, Maturity: `2022-06-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 340 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/CAD`, Spread: 0.02, Open: 0.7744, Price: 0.96, Buy: 0.94, Sell: 0.96, Change: 0.01, ChangePercent: 0.64, Volume: 13669, High: 0.95, Low: 0.77, YearlyHigh: 0.95, YearlyLow: 0.68, YearlyStart: 0.76, YearlyChange: 26.43, Settlement: `Credit`, Contract: `Futures`, Region: `Asia Pacific`, Country: `Philippines`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `High`, Issuer: `FedEx`, Maturity: `2022-03-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 341 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P MID MINI`, Spread: 0.01, Open: 1454.3, Price: 1477.33, Buy: 1455.78, Sell: 1455.79, Change: 21.55, ChangePercent: 1.48, Volume: 338, High: 1455.78, Low: 1448, YearlyHigh: 1527.3, YearlyLow: 1236, YearlyStart: 1381.65, YearlyChange: 5.37, Settlement: `Credit`, Contract: `Futures`, Region: `Europe`, Country: `United Kingdom`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-02-19`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 342 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Ethanol`, Spread: 0.01, Open: 1.512, Price: 2.8, Buy: 2.75, Sell: 2.76, Change: 0.05, ChangePercent: 1.8, Volume: 14, High: 2.75, Low: 1.12, YearlyHigh: 2.75, YearlyLow: 1.12, YearlyStart: 1.48, YearlyChange: 86.7, Settlement: `Credit`, Contract: `Futures`, Region: `Middle East`, Country: `Syria`, Risk: `High`, Sector: `Private`, Currency: `PLN`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-05-16`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 343 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/CHF`, Spread: 0.02, Open: 1.0337, Price: 1.05, Buy: 1.03, Sell: 1.03, Change: 0.01, ChangePercent: 0.88, Volume: 5550, High: 1.03, Low: 1.03, YearlyHigh: 1.11, YearlyLow: 0.98, YearlyStart: 1.04, YearlyChange: -0.12, Settlement: `Loan`, Contract: `Options`, Region: `Middle East`, Country: `Kuwait`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-04-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 344 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `US 30YR Future`, Spread: 0.01, Open: 164.875, Price: 163.24, Buy: 164.15, Sell: 164.16, Change: -0.92, ChangePercent: -0.56, Volume: 28012, High: 165.25, Low: 164.04, YearlyHigh: 169.38, YearlyLow: 151.47, YearlyStart: 160.43, YearlyChange: 2.33, Settlement: `Credit`, Contract: `Options`, Region: `Europe`, Country: `Croatia`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-03-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 345 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Cotton`, Spread: 0.01, Open: 61.77, Price: 62.9, Buy: 61.77, Sell: 61.77, Change: 1.14, ChangePercent: 1.84, Volume: 3612, High: 62.06, Low: 61.32, YearlyHigh: 67.59, YearlyLow: 54.33, YearlyStart: 60.96, YearlyChange: 1.31, Settlement: `Loan`, Contract: `CFD`, Region: `Europe`, Country: `Portugal`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-02-22`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 346 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Sugar`, Spread: 0.01, Open: 15.68, Price: 14.94, Buy: 14.67, Sell: 14.68, Change: 0.27, ChangePercent: 1.8, Volume: 4949, High: 15.7, Low: 14.67, YearlyHigh: 16.87, YearlyLow: 11.37, YearlyStart: 14.12, YearlyChange: 3.92, Settlement: `Credit`, Contract: `Swap`, Region: `Middle East`, Country: `Kuwait`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-06-11`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 347 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soy Meat`, Spread: 0.01, Open: 342.6, Price: 338.1, Buy: 342.6, Sell: 342.6, Change: -4.52, ChangePercent: -1.32, Volume: 5646, High: 345.4, Low: 340.3, YearlyHigh: 353.4, YearlyLow: 261.7, YearlyStart: 307.55, YearlyChange: 11.4, Settlement: `Cash`, Contract: `Forwards`, Region: `North America`, Country: `Mexico`, Risk: `Low`, Sector: `Public`, Currency: `PLN`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-08-16`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 348 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `AUD/USD`, Spread: 0.02, Open: 0.7344, Price: 0.74, Buy: 0.73, Sell: 0.73, Change: 0, ChangePercent: -0.04, Volume: 36764, High: 0.74, Low: 0.73, YearlyHigh: 0.79, YearlyLow: 0.68, YearlyStart: 0.73, YearlyChange: 1.28, Settlement: `Credit`, Contract: `Swap`, Region: `Asia Pacific`, Country: `New Zealand`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-06-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 349 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P MID MINI`, Spread: 0.01, Open: 1454.3, Price: 1459.86, Buy: 1455.78, Sell: 1455.79, Change: 4.08, ChangePercent: 0.28, Volume: 338, High: 1455.78, Low: 1448, YearlyHigh: 1527.3, YearlyLow: 1236, YearlyStart: 1381.65, YearlyChange: 5.37, Settlement: `Cash`, Contract: `Swap`, Region: `South America`, Country: `Bolivia`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-01-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 350 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soy oil`, Spread: 0.01, Open: 33.26, Price: 34.07, Buy: 33.77, Sell: 33.78, Change: 0.3, ChangePercent: 0.88, Volume: 10592, High: 33.77, Low: 33.06, YearlyHigh: 35.43, YearlyLow: 26.61, YearlyStart: 31.02, YearlyChange: 8.87, Settlement: `Loan`, Contract: `Forwards`, Region: `Middle East`, Country: `Israel`, Risk: `Low`, Sector: `Government`, Currency: `USD`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-05-21`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 351 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P 600 MINI`, Spread: 0.01, Open: 687.9, Price: 687.05, Buy: 687.9, Sell: 687.9, Change: -0.83, ChangePercent: -0.12, Volume: 0, High: 0, Low: 0, YearlyHigh: 620.32, YearlyLow: 595.9, YearlyStart: 608.11, YearlyChange: 13.12, Settlement: `Loan`, Contract: `Forwards`, Region: `Asia Pacific`, Country: `Singapore`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-08-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 352 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Platinum`, Spread: 0.01, Open: 1071.6, Price: 1064.67, Buy: 1071.09, Sell: 1071.1, Change: -6.43, ChangePercent: -0.6, Volume: 3039, High: 1081.2, Low: 1070.5, YearlyHigh: 1120.6, YearlyLow: 812.4, YearlyStart: 966.5, YearlyChange: 10.82, Settlement: `Cash`, Contract: `Swap`, Region: `Asia Pacific`, Country: `Taiwan`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-09-19`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 353 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Coal`, Spread: 0.015, Open: 0.4363, Price: 0.41, Buy: 0.44, Sell: 0.44, Change: -0.01, ChangePercent: -0.92, Volume: 3, High: 0.44, Low: 0.44, YearlyHigh: 0.48, YearlyLow: 0.4, YearlyStart: 0.44, YearlyChange: -5.33, Settlement: `Cash`, Contract: `Options`, Region: `Asia Pacific`, Country: `India`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-03-19`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 354 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Silver`, Spread: 0.01, Open: 17.43, Price: 17.14, Buy: 17.43, Sell: 17.43, Change: -0.28, ChangePercent: -1.6, Volume: 11720, High: 17.51, Low: 17.37, YearlyHigh: 18.06, YearlyLow: 13.73, YearlyStart: 15.89, YearlyChange: 9.59, Settlement: `Credit`, Contract: `Swap`, Region: `Africa`, Country: `Morocco`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-01-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 355 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soy oil`, Spread: 0.01, Open: 33.26, Price: 33.43, Buy: 33.77, Sell: 33.78, Change: -0.34, ChangePercent: -1, Volume: 10592, High: 33.77, Low: 33.06, YearlyHigh: 35.43, YearlyLow: 26.61, YearlyStart: 31.02, YearlyChange: 8.87, Settlement: `Loan`, Contract: `Futures`, Region: `Middle East`, Country: `Kuwait`, Risk: `Low`, Sector: `Public`, Currency: `USD`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-06-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 356 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/CHF`, Spread: 0.02, Open: 1.0337, Price: 1.04, Buy: 1.03, Sell: 1.03, Change: 0, ChangePercent: -0.56, Volume: 5550, High: 1.03, Low: 1.03, YearlyHigh: 1.11, YearlyLow: 0.98, YearlyStart: 1.04, YearlyChange: -0.12, Settlement: `Loan`, Contract: `Options`, Region: `Europe`, Country: `Greece`, Risk: `High`, Sector: `Public`, Currency: `USD`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-09-21`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 357 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Lumber`, Spread: 0.01, Open: 303.9, Price: 301.55, Buy: 304.59, Sell: 304.6, Change: -3.05, ChangePercent: -1, Volume: 2, High: 304.6, Low: 303.9, YearlyHigh: 317.1, YearlyLow: 236, YearlyStart: 276.55, YearlyChange: 10.14, Settlement: `Loan`, Contract: `Forwards`, Region: `South America`, Country: `Bolivia`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `High`, Issuer: `American Airlines`, Maturity: `2022-07-19`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 358 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `GBP/USD`, Spread: 0.02, Open: 1.4464, Price: 1.18, Buy: 1.18, Sell: 1.2, Change: -0.01, ChangePercent: -1.28, Volume: 29450, High: 1.45, Low: 1.19, YearlyHigh: 1.59, YearlyLow: 1.19, YearlyStart: 1.49, YearlyChange: -19.59, Settlement: `Credit`, Contract: `Swap`, Region: `Middle East`, Country: `Oman`, Risk: `Low`, Sector: `Public`, Currency: `PLN`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-02-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 359 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Sugar`, Spread: 0.01, Open: 15.68, Price: 14.39, Buy: 14.67, Sell: 14.68, Change: -0.28, ChangePercent: -1.96, Volume: 4949, High: 15.7, Low: 14.67, YearlyHigh: 16.87, YearlyLow: 11.37, YearlyStart: 14.12, YearlyChange: 3.92, Settlement: `Cash`, Contract: `Futures`, Region: `Middle East`, Country: `UAE`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-06-11`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 360 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `LV Cattle`, Spread: 0.01, Open: 120.725, Price: 120.32, Buy: 120.72, Sell: 120.72, Change: -0.39, ChangePercent: -0.32, Volume: 4, High: 120.72, Low: 120.72, YearlyHigh: 147.98, YearlyLow: 113.9, YearlyStart: 130.94, YearlyChange: -7.82, Settlement: `Credit`, Contract: `Swap`, Region: `Africa`, Country: `South Africa`, Risk: `Low`, Sector: `Government`, Currency: `USD`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-06-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 361 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P Future`, Spread: 0.01, Open: 2057.5, Price: 2033.57, Buy: 2056.6, Sell: 2056.61, Change: -23.03, ChangePercent: -1.12, Volume: 142780, High: 2059.5, Low: 2049, YearlyHigh: 2105.5, YearlyLow: 1794.5, YearlyStart: 1950, YearlyChange: 5.47, Settlement: `Cash`, Contract: `Swap`, Region: `Asia Pacific`, Country: `Pakistan`, Risk: `High`, Sector: `Private`, Currency: `PLN`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-06-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 362 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `Euro$ 3M`, Spread: 0.01, Open: 99.18, Price: 99.8, Buy: 99.18, Sell: 99.18, Change: 0.63, ChangePercent: 0.64, Volume: 29509, High: 99.18, Low: 99.17, YearlyHigh: 99.38, YearlyLow: 98.41, YearlyStart: 98.89, YearlyChange: 0.28, Settlement: `Cash`, Contract: `Futures`, Region: `Europe`, Country: `United Kingdom`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-04-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 363 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `Euro$ 3M`, Spread: 0.01, Open: 99.18, Price: 99.61, Buy: 99.18, Sell: 99.18, Change: 0.44, ChangePercent: 0.44, Volume: 29509, High: 99.18, Low: 99.17, YearlyHigh: 99.38, YearlyLow: 98.41, YearlyStart: 98.89, YearlyChange: 0.28, Settlement: `Cash`, Contract: `Options`, Region: `Africa`, Country: `Niger`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-09-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 364 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P MID MINI`, Spread: 0.01, Open: 1454.3, Price: 1448.79, Buy: 1455.78, Sell: 1455.79, Change: -6.99, ChangePercent: -0.48, Volume: 338, High: 1455.78, Low: 1448, YearlyHigh: 1527.3, YearlyLow: 1236, YearlyStart: 1381.65, YearlyChange: 5.37, Settlement: `Loan`, Contract: `CFD`, Region: `Middle East`, Country: `Israel`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-02-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 365 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/CAD`, Spread: 0.02, Open: 0.7744, Price: 0.94, Buy: 0.94, Sell: 0.96, Change: -0.01, ChangePercent: -1, Volume: 13669, High: 0.95, Low: 0.77, YearlyHigh: 0.95, YearlyLow: 0.68, YearlyStart: 0.76, YearlyChange: 26.43, Settlement: `Cash`, Contract: `Futures`, Region: `North America`, Country: `Mexico`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-05-27`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 366 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Wheat`, Spread: 0.01, Open: 465.5, Price: 462.54, Buy: 465.5, Sell: 465.5, Change: -2.98, ChangePercent: -0.64, Volume: 4318, High: 467, Low: 463.25, YearlyHigh: 628.5, YearlyLow: 449.5, YearlyStart: 539, YearlyChange: -13.63, Settlement: `Loan`, Contract: `CFD`, Region: `North America`, Country: `United States`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-09-27`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 367 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P 600 MINI`, Spread: 0.01, Open: 687.9, Price: 689.81, Buy: 687.9, Sell: 687.9, Change: 1.93, ChangePercent: 0.28, Volume: 0, High: 0, Low: 0, YearlyHigh: 620.32, YearlyLow: 595.9, YearlyStart: 608.11, YearlyChange: 13.12, Settlement: `Credit`, Contract: `Swap`, Region: `Africa`, Country: `Ethiopia`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-02-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 368 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Cocoa`, Spread: 0.01, Open: 3076, Price: 3119.09, Buy: 3076, Sell: 3076, Change: 43.06, ChangePercent: 1.4, Volume: 978, High: 3078, Low: 3066, YearlyHigh: 3406, YearlyLow: 2746, YearlyStart: 3076, YearlyChange: 0, Settlement: `Loan`, Contract: `Forwards`, Region: `Africa`, Country: `South Africa`, Risk: `High`, Sector: `Government`, Currency: `PLN`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-02-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 369 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `US 10YR Future`, Spread: 0.01, Open: 130.5625, Price: 131.84, Buy: 130.56, Sell: 130.56, Change: 1.26, ChangePercent: 0.96, Volume: 189310, High: 130.63, Low: 130.44, YearlyHigh: 132.64, YearlyLow: 125.48, YearlyStart: 129.06, YearlyChange: 1.18, Settlement: `Credit`, Contract: `CFD`, Region: `South America`, Country: `Uruguay`, Risk: `High`, Sector: `Government`, Currency: `PLN`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-07-11`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 370 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Silver`, Spread: 0.01, Open: 17.43, Price: 17.34, Buy: 17.43, Sell: 17.43, Change: -0.08, ChangePercent: -0.48, Volume: 11720, High: 17.51, Low: 17.37, YearlyHigh: 18.06, YearlyLow: 13.73, YearlyStart: 15.89, YearlyChange: 9.59, Settlement: `Cash`, Contract: `Options`, Region: `South America`, Country: `Paraguay`, Risk: `High`, Sector: `Public`, Currency: `PLN`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-04-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 371 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `OJ Future`, Spread: 0.01, Open: 140.6, Price: 142.54, Buy: 140.18, Sell: 140.19, Change: 2.35, ChangePercent: 1.68, Volume: 7, High: 140.19, Low: 0, YearlyHigh: 155.95, YearlyLow: 113, YearlyStart: 134.47, YearlyChange: 4.25, Settlement: `Cash`, Contract: `Futures`, Region: `Middle East`, Country: `Iraq`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `Poor`, Issuer: `FedEx`, Maturity: `2022-08-11`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 372 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Oil`, Spread: 0.015, Open: 45.54, Price: 45.84, Buy: 45.78, Sell: 45.8, Change: 0.05, ChangePercent: 0.12, Volume: 107196, High: 45.94, Low: 45, YearlyHigh: 65.28, YearlyLow: 30.79, YearlyStart: 48.03, YearlyChange: -4.67, Settlement: `Cash`, Contract: `Futures`, Region: `Europe`, Country: `Switzerland`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-06-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 373 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Silver`, Spread: 0.01, Open: 17.43, Price: 17.21, Buy: 17.43, Sell: 17.43, Change: -0.21, ChangePercent: -1.2, Volume: 11720, High: 17.51, Low: 17.37, YearlyHigh: 18.06, YearlyLow: 13.73, YearlyStart: 15.89, YearlyChange: 9.59, Settlement: `Credit`, Contract: `Swap`, Region: `Asia Pacific`, Country: `Australia`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-09-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 374 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Wheat`, Spread: 0.01, Open: 465.5, Price: 474.09, Buy: 465.5, Sell: 465.5, Change: 8.57, ChangePercent: 1.84, Volume: 4318, High: 467, Low: 463.25, YearlyHigh: 628.5, YearlyLow: 449.5, YearlyStart: 539, YearlyChange: -13.63, Settlement: `Loan`, Contract: `CFD`, Region: `Europe`, Country: `Poland`, Risk: `Low`, Sector: `Public`, Currency: `PLN`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-03-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 375 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Gold`, Spread: 0.01, Open: 1281.1, Price: 1293.03, Buy: 1280.73, Sell: 1280.74, Change: 12.3, ChangePercent: 0.96, Volume: 48387, High: 1289.5, Low: 1279.1, YearlyHigh: 1306, YearlyLow: 1047.2, YearlyStart: 1176.6, YearlyChange: 8.85, Settlement: `Cash`, Contract: `Options`, Region: `Asia Pacific`, Country: `Japan`, Risk: `Low`, Sector: `Public`, Currency: `PLN`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-03-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 376 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soy Meat`, Spread: 0.01, Open: 342.6, Price: 338.51, Buy: 342.6, Sell: 342.6, Change: -4.11, ChangePercent: -1.2, Volume: 5646, High: 345.4, Low: 340.3, YearlyHigh: 353.4, YearlyLow: 261.7, YearlyStart: 307.55, YearlyChange: 11.4, Settlement: `Loan`, Contract: `CFD`, Region: `Middle East`, Country: `Lebanon`, Risk: `Low`, Sector: `Government`, Currency: `PLN`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-09-19`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 377 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `US 30YR Future`, Spread: 0.01, Open: 164.875, Price: 162.78, Buy: 164.15, Sell: 164.16, Change: -1.38, ChangePercent: -0.84, Volume: 28012, High: 165.25, Low: 164.04, YearlyHigh: 169.38, YearlyLow: 151.47, YearlyStart: 160.43, YearlyChange: 2.33, Settlement: `Cash`, Contract: `Swap`, Region: `Middle East`, Country: `Kuwait`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-07-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 378 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Cotton`, Spread: 0.01, Open: 61.77, Price: 62.5, Buy: 61.77, Sell: 61.77, Change: 0.74, ChangePercent: 1.2, Volume: 3612, High: 62.06, Low: 61.32, YearlyHigh: 67.59, YearlyLow: 54.33, YearlyStart: 60.96, YearlyChange: 1.31, Settlement: `Credit`, Contract: `Futures`, Region: `Europe`, Country: `Estonia`, Risk: `High`, Sector: `Public`, Currency: `PLN`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-02-23`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 379 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `FD Cattle`, Spread: 0.01, Open: 147.175, Price: 146.76, Buy: 148.6, Sell: 148.61, Change: -1.85, ChangePercent: -1.24, Volume: 5, High: 148.61, Low: 147.18, YearlyHigh: 190, YearlyLow: 138.1, YearlyStart: 164.05, YearlyChange: -9.41, Settlement: `Loan`, Contract: `Swap`, Region: `Europe`, Country: `Austria`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-04-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 380 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P Future`, Spread: 0.01, Open: 2057.5, Price: 2055.78, Buy: 2056.6, Sell: 2056.61, Change: -0.82, ChangePercent: -0.04, Volume: 142780, High: 2059.5, Low: 2049, YearlyHigh: 2105.5, YearlyLow: 1794.5, YearlyStart: 1950, YearlyChange: 5.47, Settlement: `Cash`, Contract: `Options`, Region: `Europe`, Country: `Finland`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-02-22`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 381 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Cocoa`, Spread: 0.01, Open: 3076, Price: 3028.04, Buy: 3076, Sell: 3076, Change: -47.99, ChangePercent: -1.56, Volume: 978, High: 3078, Low: 3066, YearlyHigh: 3406, YearlyLow: 2746, YearlyStart: 3076, YearlyChange: 0, Settlement: `Loan`, Contract: `Swap`, Region: `South America`, Country: `Ecuador`, Risk: `Low`, Sector: `Public`, Currency: `PLN`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-08-21`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 382 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soybean`, Spread: 0.01, Open: 1038, Price: 1036.96, Buy: 1038.61, Sell: 1038.62, Change: -1.66, ChangePercent: -0.16, Volume: 20356, High: 1044, Low: 1031.75, YearlyHigh: 1057, YearlyLow: 859.5, YearlyStart: 958.25, YearlyChange: 8.39, Settlement: `Cash`, Contract: `Forwards`, Region: `Middle East`, Country: `Iran`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-08-24`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 383 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `AUD/USD`, Spread: 0.02, Open: 0.7344, Price: 0.74, Buy: 0.73, Sell: 0.73, Change: 0, ChangePercent: -0.48, Volume: 36764, High: 0.74, Low: 0.73, YearlyHigh: 0.79, YearlyLow: 0.68, YearlyStart: 0.73, YearlyChange: 1.28, Settlement: `Cash`, Contract: `CFD`, Region: `Africa`, Country: `Niger`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-03-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 384 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `US 30YR Future`, Spread: 0.01, Open: 164.875, Price: 164.42, Buy: 164.15, Sell: 164.16, Change: 0.26, ChangePercent: 0.16, Volume: 28012, High: 165.25, Low: 164.04, YearlyHigh: 169.38, YearlyLow: 151.47, YearlyStart: 160.43, YearlyChange: 2.33, Settlement: `Credit`, Contract: `Futures`, Region: `Middle East`, Country: `UAE`, Risk: `Low`, Sector: `Government`, Currency: `PLN`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-03-16`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 385 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `Euro$ 3M`, Spread: 0.01, Open: 99.18, Price: 100.4, Buy: 99.18, Sell: 99.18, Change: 1.23, ChangePercent: 1.24, Volume: 29509, High: 99.18, Low: 99.17, YearlyHigh: 99.38, YearlyLow: 98.41, YearlyStart: 98.89, YearlyChange: 0.28, Settlement: `Cash`, Contract: `Swap`, Region: `Middle East`, Country: `Bahrain`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-08-21`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 386 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `LV Cattle`, Spread: 0.01, Open: 120.725, Price: 123.07, Buy: 120.72, Sell: 120.72, Change: 2.36, ChangePercent: 1.96, Volume: 4, High: 120.72, Low: 120.72, YearlyHigh: 147.98, YearlyLow: 113.9, YearlyStart: 130.94, YearlyChange: -7.82, Settlement: `Cash`, Contract: `Forwards`, Region: `Middle East`, Country: `Bahrain`, Risk: `High`, Sector: `Government`, Currency: `PLN`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-06-23`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 387 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `FD Cattle`, Spread: 0.01, Open: 147.175, Price: 150.39, Buy: 148.6, Sell: 148.61, Change: 1.78, ChangePercent: 1.2, Volume: 5, High: 148.61, Low: 147.18, YearlyHigh: 190, YearlyLow: 138.1, YearlyStart: 164.05, YearlyChange: -9.41, Settlement: `Cash`, Contract: `Options`, Region: `Asia Pacific`, Country: `Pakistan`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-08-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 388 }), + new FinancialDataAllItem({ Category: `Index`, Type: `NAS Future`, Spread: 0.01, Open: 4341.25, Price: 4327.39, Buy: 4341.25, Sell: 4341.25, Change: -13.89, ChangePercent: -0.32, Volume: 18259, High: 4347, Low: 4318, YearlyHigh: 4719.75, YearlyLow: 3867.75, YearlyStart: 4293.75, YearlyChange: 1.11, Settlement: `Credit`, Contract: `Futures`, Region: `South America`, Country: `Venezuela`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-09-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 389 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Lumber`, Spread: 0.01, Open: 303.9, Price: 298.63, Buy: 304.59, Sell: 304.6, Change: -5.97, ChangePercent: -1.96, Volume: 2, High: 304.6, Low: 303.9, YearlyHigh: 317.1, YearlyLow: 236, YearlyStart: 276.55, YearlyChange: 10.14, Settlement: `Cash`, Contract: `Futures`, Region: `Europe`, Country: `Iceland`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-05-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 390 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Rice`, Spread: 0.01, Open: 11.245, Price: 10.51, Buy: 10.41, Sell: 10.42, Change: 0.09, ChangePercent: 0.92, Volume: 220, High: 11.38, Low: 10.42, YearlyHigh: 14.14, YearlyLow: 9.7, YearlyStart: 11.92, YearlyChange: -12.62, Settlement: `Credit`, Contract: `Futures`, Region: `Asia Pacific`, Country: `Malaysia`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-02-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 391 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Natural Gas`, Spread: 0.02, Open: 2.094, Price: 2.08, Buy: 2.09, Sell: 2.09, Change: -0.02, ChangePercent: -1, Volume: 2783, High: 2.11, Low: 2.09, YearlyHigh: 3.2, YearlyLow: 1.84, YearlyStart: 2.52, YearlyChange: -16.51, Settlement: `Cash`, Contract: `Options`, Region: `Asia Pacific`, Country: `Philippines`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-03-27`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 392 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P Future`, Spread: 0.01, Open: 2057.5, Price: 2035.21, Buy: 2056.6, Sell: 2056.61, Change: -21.39, ChangePercent: -1.04, Volume: 142780, High: 2059.5, Low: 2049, YearlyHigh: 2105.5, YearlyLow: 1794.5, YearlyStart: 1950, YearlyChange: 5.47, Settlement: `Cash`, Contract: `CFD`, Region: `Africa`, Country: `Egypt`, Risk: `High`, Sector: `Private`, Currency: `PLN`, Security: `High`, Issuer: `American Airlines`, Maturity: `2022-05-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 393 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soy oil`, Spread: 0.01, Open: 33.26, Price: 33.53, Buy: 33.77, Sell: 33.78, Change: -0.24, ChangePercent: -0.72, Volume: 10592, High: 33.77, Low: 33.06, YearlyHigh: 35.43, YearlyLow: 26.61, YearlyStart: 31.02, YearlyChange: 8.87, Settlement: `Cash`, Contract: `CFD`, Region: `Africa`, Country: `Cameroon`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-04-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 394 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `US 10YR Future`, Spread: 0.01, Open: 130.5625, Price: 128.6, Buy: 130.56, Sell: 130.56, Change: -1.98, ChangePercent: -1.52, Volume: 189310, High: 130.63, Low: 130.44, YearlyHigh: 132.64, YearlyLow: 125.48, YearlyStart: 129.06, YearlyChange: 1.18, Settlement: `Cash`, Contract: `Forwards`, Region: `South America`, Country: `Venezuela`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `High`, Issuer: `FedEx`, Maturity: `2022-02-27`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 395 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Copper`, Spread: 0.02, Open: 2.123, Price: 2.09, Buy: 2.12, Sell: 2.12, Change: -0.02, ChangePercent: -0.92, Volume: 28819, High: 2.16, Low: 2.11, YearlyHigh: 2.94, YearlyLow: 1.96, YearlyStart: 2.45, YearlyChange: -13.76, Settlement: `Loan`, Contract: `CFD`, Region: `Europe`, Country: `United Kingdom`, Risk: `Low`, Sector: `Public`, Currency: `EUR`, Security: `Poor`, Issuer: `FedEx`, Maturity: `2022-06-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 396 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Oil`, Spread: 0.015, Open: 45.54, Price: 45.17, Buy: 45.78, Sell: 45.8, Change: -0.62, ChangePercent: -1.36, Volume: 107196, High: 45.94, Low: 45, YearlyHigh: 65.28, YearlyLow: 30.79, YearlyStart: 48.03, YearlyChange: -4.67, Settlement: `Cash`, Contract: `CFD`, Region: `North America`, Country: `United States`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-04-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 397 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P 600 MINI`, Spread: 0.01, Open: 687.9, Price: 686.5, Buy: 687.9, Sell: 687.9, Change: -1.38, ChangePercent: -0.2, Volume: 0, High: 0, Low: 0, YearlyHigh: 620.32, YearlyLow: 595.9, YearlyStart: 608.11, YearlyChange: 13.12, Settlement: `Cash`, Contract: `Options`, Region: `Europe`, Country: `Czechia`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-06-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 398 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soy Meat`, Spread: 0.01, Open: 342.6, Price: 341.93, Buy: 342.6, Sell: 342.6, Change: -0.69, ChangePercent: -0.2, Volume: 5646, High: 345.4, Low: 340.3, YearlyHigh: 353.4, YearlyLow: 261.7, YearlyStart: 307.55, YearlyChange: 11.4, Settlement: `Cash`, Contract: `Swap`, Region: `South America`, Country: `Suriname`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-08-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 399 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soy Meat`, Spread: 0.01, Open: 342.6, Price: 349.06, Buy: 342.6, Sell: 342.6, Change: 6.44, ChangePercent: 1.88, Volume: 5646, High: 345.4, Low: 340.3, YearlyHigh: 353.4, YearlyLow: 261.7, YearlyStart: 307.55, YearlyChange: 11.4, Settlement: `Credit`, Contract: `Forwards`, Region: `Africa`, Country: `Egypt`, Risk: `Low`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-02-19`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 400 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `LV Cattle`, Spread: 0.01, Open: 120.725, Price: 121.28, Buy: 120.72, Sell: 120.72, Change: 0.58, ChangePercent: 0.48, Volume: 4, High: 120.72, Low: 120.72, YearlyHigh: 147.98, YearlyLow: 113.9, YearlyStart: 130.94, YearlyChange: -7.82, Settlement: `Cash`, Contract: `Options`, Region: `South America`, Country: `Bolivia`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-06-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 401 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Coffee`, Spread: 0.01, Open: 125.7, Price: 123.28, Buy: 125.7, Sell: 125.7, Change: -2.41, ChangePercent: -1.92, Volume: 1654, High: 125.8, Low: 125, YearlyHigh: 155.75, YearlyLow: 115.35, YearlyStart: 135.55, YearlyChange: -7.27, Settlement: `Cash`, Contract: `Swap`, Region: `South America`, Country: `Ecuador`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `Poor`, Issuer: `American Airlines`, Maturity: `2022-08-21`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 402 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Corn`, Spread: 0.01, Open: 379.5, Price: 383.6, Buy: 379.8, Sell: 379.81, Change: 3.8, ChangePercent: 1, Volume: 11266, High: 381, Low: 377.75, YearlyHigh: 471.25, YearlyLow: 351.25, YearlyStart: 411.25, YearlyChange: -7.65, Settlement: `Credit`, Contract: `Options`, Region: `North America`, Country: `United States`, Risk: `High`, Sector: `Public`, Currency: `PLN`, Security: `High`, Issuer: `FedEx`, Maturity: `2022-02-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 403 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `GBP/USD`, Spread: 0.02, Open: 1.4464, Price: 1.2, Buy: 1.18, Sell: 1.2, Change: 0.01, ChangePercent: 0.56, Volume: 29450, High: 1.45, Low: 1.19, YearlyHigh: 1.59, YearlyLow: 1.19, YearlyStart: 1.49, YearlyChange: -19.59, Settlement: `Credit`, Contract: `Options`, Region: `Middle East`, Country: `Iraq`, Risk: `Low`, Sector: `Public`, Currency: `PLN`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-04-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 404 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Silver`, Spread: 0.01, Open: 17.43, Price: 17.44, Buy: 17.43, Sell: 17.43, Change: 0.02, ChangePercent: 0.12, Volume: 11720, High: 17.51, Low: 17.37, YearlyHigh: 18.06, YearlyLow: 13.73, YearlyStart: 15.89, YearlyChange: 9.59, Settlement: `Credit`, Contract: `Swap`, Region: `Asia Pacific`, Country: `Korea`, Risk: `High`, Sector: `Public`, Currency: `USD`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-05-16`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 405 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Gold`, Spread: 0.01, Open: 1281.1, Price: 1285.85, Buy: 1280.73, Sell: 1280.74, Change: 5.12, ChangePercent: 0.4, Volume: 48387, High: 1289.5, Low: 1279.1, YearlyHigh: 1306, YearlyLow: 1047.2, YearlyStart: 1176.6, YearlyChange: 8.85, Settlement: `Credit`, Contract: `Swap`, Region: `Europe`, Country: `Switzerland`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-02-11`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 406 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Ethanol`, Spread: 0.01, Open: 1.512, Price: 2.71, Buy: 2.75, Sell: 2.76, Change: -0.04, ChangePercent: -1.56, Volume: 14, High: 2.75, Low: 1.12, YearlyHigh: 2.75, YearlyLow: 1.12, YearlyStart: 1.48, YearlyChange: 86.7, Settlement: `Loan`, Contract: `Options`, Region: `Middle East`, Country: `Kuwait`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `High`, Issuer: `American Airlines`, Maturity: `2022-08-22`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 407 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `Euro$ 3M`, Spread: 0.01, Open: 99.18, Price: 99.73, Buy: 99.18, Sell: 99.18, Change: 0.56, ChangePercent: 0.56, Volume: 29509, High: 99.18, Low: 99.17, YearlyHigh: 99.38, YearlyLow: 98.41, YearlyStart: 98.89, YearlyChange: 0.28, Settlement: `Cash`, Contract: `Options`, Region: `South America`, Country: `Paraguay`, Risk: `Low`, Sector: `Government`, Currency: `PLN`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-01-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 408 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `US 10YR Future`, Spread: 0.01, Open: 130.5625, Price: 130.37, Buy: 130.56, Sell: 130.56, Change: -0.21, ChangePercent: -0.16, Volume: 189310, High: 130.63, Low: 130.44, YearlyHigh: 132.64, YearlyLow: 125.48, YearlyStart: 129.06, YearlyChange: 1.18, Settlement: `Loan`, Contract: `Swap`, Region: `Middle East`, Country: `UAE`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `High`, Issuer: `American Airlines`, Maturity: `2022-06-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 409 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/CAD`, Spread: 0.02, Open: 0.7744, Price: 0.96, Buy: 0.94, Sell: 0.96, Change: 0.01, ChangePercent: 0.48, Volume: 13669, High: 0.95, Low: 0.77, YearlyHigh: 0.95, YearlyLow: 0.68, YearlyStart: 0.76, YearlyChange: 26.43, Settlement: `Cash`, Contract: `Swap`, Region: `Middle East`, Country: `Bahrain`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-03-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 410 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `OJ Future`, Spread: 0.01, Open: 140.6, Price: 142.1, Buy: 140.18, Sell: 140.19, Change: 1.91, ChangePercent: 1.36, Volume: 7, High: 140.19, Low: 0, YearlyHigh: 155.95, YearlyLow: 113, YearlyStart: 134.47, YearlyChange: 4.25, Settlement: `Credit`, Contract: `CFD`, Region: `Middle East`, Country: `Saudi Arabia`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-02-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 411 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Natural Gas`, Spread: 0.02, Open: 2.094, Price: 2.06, Buy: 2.09, Sell: 2.09, Change: -0.04, ChangePercent: -1.88, Volume: 2783, High: 2.11, Low: 2.09, YearlyHigh: 3.2, YearlyLow: 1.84, YearlyStart: 2.52, YearlyChange: -16.51, Settlement: `Loan`, Contract: `CFD`, Region: `Middle East`, Country: `Iraq`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-04-19`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 412 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/CHF`, Spread: 0.02, Open: 1.0337, Price: 1.04, Buy: 1.03, Sell: 1.03, Change: 0, ChangePercent: 0.08, Volume: 5550, High: 1.03, Low: 1.03, YearlyHigh: 1.11, YearlyLow: 0.98, YearlyStart: 1.04, YearlyChange: -0.12, Settlement: `Cash`, Contract: `Futures`, Region: `Middle East`, Country: `Jordan`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-03-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 413 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `US 10YR Future`, Spread: 0.01, Open: 130.5625, Price: 131.94, Buy: 130.56, Sell: 130.56, Change: 1.36, ChangePercent: 1.04, Volume: 189310, High: 130.63, Low: 130.44, YearlyHigh: 132.64, YearlyLow: 125.48, YearlyStart: 129.06, YearlyChange: 1.18, Settlement: `Cash`, Contract: `Swap`, Region: `Middle East`, Country: `Bahrain`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-03-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 414 }), + new FinancialDataAllItem({ Category: `Index`, Type: `DOW Future`, Spread: 0.01, Open: 17711, Price: 17882.19, Buy: 17712.15, Sell: 17712.16, Change: 170.04, ChangePercent: 0.96, Volume: 22236, High: 17727, Low: 17642, YearlyHigh: 18083, YearlyLow: 15299, YearlyStart: 16691, YearlyChange: 6.12, Settlement: `Cash`, Contract: `Futures`, Region: `Asia Pacific`, Country: `Azerbaijan`, Risk: `High`, Sector: `Private`, Currency: `PLN`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-05-21`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 415 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `BTC/USD`, Spread: 0.06, Open: 93.88, Price: 21059.57, Buy: 21200.76, Sell: 21400.78, Change: 58.8, ChangePercent: 0.28, Volume: 5788000, High: 22400.05, Low: 20100.75, YearlyHigh: 62400.7, YearlyLow: 15100.88, YearlyStart: 21200.29, YearlyChange: -20.62, Settlement: `Cash`, Contract: `Swap`, Region: `Asia Pacific`, Country: `Malaysia`, Risk: `Low`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-06-10`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 416 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Palladium`, Spread: 0.01, Open: 600.55, Price: 610.38, Buy: 601, Sell: 601.01, Change: 9.38, ChangePercent: 1.56, Volume: 651, High: 607.2, Low: 598.4, YearlyHigh: 690, YearlyLow: 458.6, YearlyStart: 574.3, YearlyChange: 4.65, Settlement: `Cash`, Contract: `Swap`, Region: `North America`, Country: `United States`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-04-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 417 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P 600 MINI`, Spread: 0.01, Open: 687.9, Price: 693.38, Buy: 687.9, Sell: 687.9, Change: 5.5, ChangePercent: 0.8, Volume: 0, High: 0, Low: 0, YearlyHigh: 620.32, YearlyLow: 595.9, YearlyStart: 608.11, YearlyChange: 13.12, Settlement: `Loan`, Contract: `Swap`, Region: `Asia Pacific`, Country: `Philippines`, Risk: `High`, Sector: `Government`, Currency: `PLN`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-02-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 418 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Palladium`, Spread: 0.01, Open: 600.55, Price: 600.76, Buy: 601, Sell: 601.01, Change: -0.24, ChangePercent: -0.04, Volume: 651, High: 607.2, Low: 598.4, YearlyHigh: 690, YearlyLow: 458.6, YearlyStart: 574.3, YearlyChange: 4.65, Settlement: `Cash`, Contract: `Options`, Region: `Middle East`, Country: `Iraq`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-03-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 419 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Corn`, Spread: 0.01, Open: 379.5, Price: 375.09, Buy: 379.8, Sell: 379.81, Change: -4.71, ChangePercent: -1.24, Volume: 11266, High: 381, Low: 377.75, YearlyHigh: 471.25, YearlyLow: 351.25, YearlyStart: 411.25, YearlyChange: -7.65, Settlement: `Credit`, Contract: `Forwards`, Region: `Asia Pacific`, Country: `Korea`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `Poor`, Issuer: `FedEx`, Maturity: `2022-08-19`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 420 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Ethanol`, Spread: 0.01, Open: 1.512, Price: 2.78, Buy: 2.75, Sell: 2.76, Change: 0.03, ChangePercent: 0.92, Volume: 14, High: 2.75, Low: 1.12, YearlyHigh: 2.75, YearlyLow: 1.12, YearlyStart: 1.48, YearlyChange: 86.7, Settlement: `Cash`, Contract: `Futures`, Region: `South America`, Country: `Suriname`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-05-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 421 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Sugar`, Spread: 0.01, Open: 15.68, Price: 14.44, Buy: 14.67, Sell: 14.68, Change: -0.23, ChangePercent: -1.6, Volume: 4949, High: 15.7, Low: 14.67, YearlyHigh: 16.87, YearlyLow: 11.37, YearlyStart: 14.12, YearlyChange: 3.92, Settlement: `Cash`, Contract: `Options`, Region: `North America`, Country: `United States`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-05-23`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 422 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Ethanol`, Spread: 0.01, Open: 1.512, Price: 2.73, Buy: 2.75, Sell: 2.76, Change: -0.02, ChangePercent: -0.88, Volume: 14, High: 2.75, Low: 1.12, YearlyHigh: 2.75, YearlyLow: 1.12, YearlyStart: 1.48, YearlyChange: 86.7, Settlement: `Loan`, Contract: `Futures`, Region: `Asia Pacific`, Country: `Indonesia`, Risk: `High`, Sector: `Government`, Currency: `PLN`, Security: `High`, Issuer: `FedEx`, Maturity: `2022-07-21`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 423 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `BTC/USD`, Spread: 0.06, Open: 93.88, Price: 21311.58, Buy: 21200.76, Sell: 21400.78, Change: 310.81, ChangePercent: 1.48, Volume: 5788000, High: 22400.05, Low: 20100.75, YearlyHigh: 62400.7, YearlyLow: 15100.88, YearlyStart: 21200.29, YearlyChange: -20.62, Settlement: `Loan`, Contract: `Swap`, Region: `Asia Pacific`, Country: `Australia`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-04-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 424 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Coal`, Spread: 0.015, Open: 0.4363, Price: 0.41, Buy: 0.44, Sell: 0.44, Change: -0.01, ChangePercent: -1.4, Volume: 3, High: 0.44, Low: 0.44, YearlyHigh: 0.48, YearlyLow: 0.4, YearlyStart: 0.44, YearlyChange: -5.33, Settlement: `Cash`, Contract: `Forwards`, Region: `South America`, Country: `Chile`, Risk: `High`, Sector: `Private`, Currency: `PLN`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-01-19`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 425 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Rice`, Spread: 0.01, Open: 11.245, Price: 10.26, Buy: 10.41, Sell: 10.42, Change: -0.16, ChangePercent: -1.52, Volume: 220, High: 11.38, Low: 10.42, YearlyHigh: 14.14, YearlyLow: 9.7, YearlyStart: 11.92, YearlyChange: -12.62, Settlement: `Cash`, Contract: `Forwards`, Region: `Europe`, Country: `Romania`, Risk: `Low`, Sector: `Government`, Currency: `PLN`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-07-21`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 426 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Silver`, Spread: 0.01, Open: 17.43, Price: 17.47, Buy: 17.43, Sell: 17.43, Change: 0.05, ChangePercent: 0.28, Volume: 11720, High: 17.51, Low: 17.37, YearlyHigh: 18.06, YearlyLow: 13.73, YearlyStart: 15.89, YearlyChange: 9.59, Settlement: `Cash`, Contract: `CFD`, Region: `Africa`, Country: `Senegal`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-04-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 427 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `US 10YR Future`, Spread: 0.01, Open: 130.5625, Price: 132.57, Buy: 130.56, Sell: 130.56, Change: 1.99, ChangePercent: 1.52, Volume: 189310, High: 130.63, Low: 130.44, YearlyHigh: 132.64, YearlyLow: 125.48, YearlyStart: 129.06, YearlyChange: 1.18, Settlement: `Cash`, Contract: `Options`, Region: `Europe`, Country: `Bulgaria`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-02-19`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 428 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Gold`, Spread: 0.01, Open: 1281.1, Price: 1258.7, Buy: 1280.73, Sell: 1280.74, Change: -22.03, ChangePercent: -1.72, Volume: 48387, High: 1289.5, Low: 1279.1, YearlyHigh: 1306, YearlyLow: 1047.2, YearlyStart: 1176.6, YearlyChange: 8.85, Settlement: `Credit`, Contract: `Swap`, Region: `Europe`, Country: `Croatia`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-07-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 429 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `LV Cattle`, Spread: 0.01, Open: 120.725, Price: 122.15, Buy: 120.72, Sell: 120.72, Change: 1.45, ChangePercent: 1.2, Volume: 4, High: 120.72, Low: 120.72, YearlyHigh: 147.98, YearlyLow: 113.9, YearlyStart: 130.94, YearlyChange: -7.82, Settlement: `Loan`, Contract: `Options`, Region: `Africa`, Country: `Libya`, Risk: `High`, Sector: `Public`, Currency: `PLN`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-07-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 430 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Cotton`, Spread: 0.01, Open: 61.77, Price: 61.49, Buy: 61.77, Sell: 61.77, Change: -0.27, ChangePercent: -0.44, Volume: 3612, High: 62.06, Low: 61.32, YearlyHigh: 67.59, YearlyLow: 54.33, YearlyStart: 60.96, YearlyChange: 1.31, Settlement: `Cash`, Contract: `Swap`, Region: `Asia Pacific`, Country: `Hong Kong`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-04-21`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 431 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/CHF`, Spread: 0.02, Open: 1.0337, Price: 1.04, Buy: 1.03, Sell: 1.03, Change: 0, ChangePercent: -0.4, Volume: 5550, High: 1.03, Low: 1.03, YearlyHigh: 1.11, YearlyLow: 0.98, YearlyStart: 1.04, YearlyChange: -0.12, Settlement: `Cash`, Contract: `CFD`, Region: `Middle East`, Country: `Bahrain`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-02-22`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 432 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Ethanol`, Spread: 0.01, Open: 1.512, Price: 2.71, Buy: 2.75, Sell: 2.76, Change: -0.04, ChangePercent: -1.6, Volume: 14, High: 2.75, Low: 1.12, YearlyHigh: 2.75, YearlyLow: 1.12, YearlyStart: 1.48, YearlyChange: 86.7, Settlement: `Cash`, Contract: `CFD`, Region: `Europe`, Country: `Bulgaria`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-01-22`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 433 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `Lean Hogs`, Spread: 0.01, Open: 81.275, Price: 83.19, Buy: 81.81, Sell: 81.82, Change: 1.38, ChangePercent: 1.68, Volume: 1, High: 81.81, Low: 81.28, YearlyHigh: 83.98, YearlyLow: 70.25, YearlyStart: 77.11, YearlyChange: 6.09, Settlement: `Credit`, Contract: `Swap`, Region: `Europe`, Country: `Greece`, Risk: `High`, Sector: `Public`, Currency: `USD`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-04-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 434 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Milk`, Spread: 0.01, Open: 12.87, Price: 12.89, Buy: 12.87, Sell: 12.87, Change: 0.03, ChangePercent: 0.2, Volume: 7, High: 12.89, Low: 12.81, YearlyHigh: 16.96, YearlyLow: 12.81, YearlyStart: 14.88, YearlyChange: -13.6, Settlement: `Cash`, Contract: `Forwards`, Region: `Europe`, Country: `Russia`, Risk: `High`, Sector: `Private`, Currency: `PLN`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-02-21`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 435 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P MID MINI`, Spread: 0.01, Open: 1454.3, Price: 1472.09, Buy: 1455.78, Sell: 1455.79, Change: 16.31, ChangePercent: 1.12, Volume: 338, High: 1455.78, Low: 1448, YearlyHigh: 1527.3, YearlyLow: 1236, YearlyStart: 1381.65, YearlyChange: 5.37, Settlement: `Cash`, Contract: `Options`, Region: `South America`, Country: `Guyana`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-08-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 436 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `US 2Y Future`, Spread: 0.01, Open: 109.3984, Price: 110.31, Buy: 109.4, Sell: 109.4, Change: 0.92, ChangePercent: 0.84, Volume: 17742, High: 109.41, Low: 109.38, YearlyHigh: 109.8, YearlyLow: 108.62, YearlyStart: 109.21, YearlyChange: 0.16, Settlement: `Cash`, Contract: `Futures`, Region: `Asia Pacific`, Country: `Azerbaijan`, Risk: `Low`, Sector: `Public`, Currency: `EUR`, Security: `High`, Issuer: `FedEx`, Maturity: `2022-04-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 437 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `OJ Future`, Spread: 0.01, Open: 140.6, Price: 141.25, Buy: 140.18, Sell: 140.19, Change: 1.06, ChangePercent: 0.76, Volume: 7, High: 140.19, Low: 0, YearlyHigh: 155.95, YearlyLow: 113, YearlyStart: 134.47, YearlyChange: 4.25, Settlement: `Cash`, Contract: `Swap`, Region: `Europe`, Country: `Czechia`, Risk: `Low`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-08-16`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 438 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Coffee`, Spread: 0.01, Open: 125.7, Price: 123.63, Buy: 125.7, Sell: 125.7, Change: -2.06, ChangePercent: -1.64, Volume: 1654, High: 125.8, Low: 125, YearlyHigh: 155.75, YearlyLow: 115.35, YearlyStart: 135.55, YearlyChange: -7.27, Settlement: `Credit`, Contract: `Futures`, Region: `South America`, Country: `Brazil`, Risk: `Low`, Sector: `Government`, Currency: `PLN`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-05-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 439 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Coffee`, Spread: 0.01, Open: 125.7, Price: 124.03, Buy: 125.7, Sell: 125.7, Change: -1.66, ChangePercent: -1.32, Volume: 1654, High: 125.8, Low: 125, YearlyHigh: 155.75, YearlyLow: 115.35, YearlyStart: 135.55, YearlyChange: -7.27, Settlement: `Cash`, Contract: `Options`, Region: `South America`, Country: `Suriname`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-03-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 440 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Cotton`, Spread: 0.01, Open: 61.77, Price: 60.72, Buy: 61.77, Sell: 61.77, Change: -1.04, ChangePercent: -1.68, Volume: 3612, High: 62.06, Low: 61.32, YearlyHigh: 67.59, YearlyLow: 54.33, YearlyStart: 60.96, YearlyChange: 1.31, Settlement: `Cash`, Contract: `CFD`, Region: `Africa`, Country: `Cameroon`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-03-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 441 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `FD Cattle`, Spread: 0.01, Open: 147.175, Price: 148.25, Buy: 148.6, Sell: 148.61, Change: -0.36, ChangePercent: -0.24, Volume: 5, High: 148.61, Low: 147.18, YearlyHigh: 190, YearlyLow: 138.1, YearlyStart: 164.05, YearlyChange: -9.41, Settlement: `Credit`, Contract: `Swap`, Region: `Africa`, Country: `Ethiopia`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-08-11`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 442 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `GBP/USD`, Spread: 0.02, Open: 1.4464, Price: 1.19, Buy: 1.18, Sell: 1.2, Change: 0, ChangePercent: -0.72, Volume: 29450, High: 1.45, Low: 1.19, YearlyHigh: 1.59, YearlyLow: 1.19, YearlyStart: 1.49, YearlyChange: -19.59, Settlement: `Loan`, Contract: `CFD`, Region: `Middle East`, Country: `Syria`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-08-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 443 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P MID MINI`, Spread: 0.01, Open: 1454.3, Price: 1437.15, Buy: 1455.78, Sell: 1455.79, Change: -18.63, ChangePercent: -1.28, Volume: 338, High: 1455.78, Low: 1448, YearlyHigh: 1527.3, YearlyLow: 1236, YearlyStart: 1381.65, YearlyChange: 5.37, Settlement: `Loan`, Contract: `Forwards`, Region: `Africa`, Country: `South Africa`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-02-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 444 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Palladium`, Spread: 0.01, Open: 600.55, Price: 595.71, Buy: 601, Sell: 601.01, Change: -5.29, ChangePercent: -0.88, Volume: 651, High: 607.2, Low: 598.4, YearlyHigh: 690, YearlyLow: 458.6, YearlyStart: 574.3, YearlyChange: 4.65, Settlement: `Loan`, Contract: `CFD`, Region: `Middle East`, Country: `Israel`, Risk: `Low`, Sector: `Public`, Currency: `PLN`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-04-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 445 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `AUD/USD`, Spread: 0.02, Open: 0.7344, Price: 0.74, Buy: 0.73, Sell: 0.73, Change: 0, ChangePercent: -0.44, Volume: 36764, High: 0.74, Low: 0.73, YearlyHigh: 0.79, YearlyLow: 0.68, YearlyStart: 0.73, YearlyChange: 1.28, Settlement: `Cash`, Contract: `Swap`, Region: `Europe`, Country: `Switzerland`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `Poor`, Issuer: `FedEx`, Maturity: `2022-02-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 446 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `US 30YR Future`, Spread: 0.01, Open: 164.875, Price: 166.19, Buy: 164.15, Sell: 164.16, Change: 2.03, ChangePercent: 1.24, Volume: 28012, High: 165.25, Low: 164.04, YearlyHigh: 169.38, YearlyLow: 151.47, YearlyStart: 160.43, YearlyChange: 2.33, Settlement: `Cash`, Contract: `Options`, Region: `Middle East`, Country: `Bahrain`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `High`, Issuer: `American Airlines`, Maturity: `2022-02-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 447 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Rice`, Spread: 0.01, Open: 11.245, Price: 10.42, Buy: 10.41, Sell: 10.42, Change: 0, ChangePercent: 0.04, Volume: 220, High: 11.38, Low: 10.42, YearlyHigh: 14.14, YearlyLow: 9.7, YearlyStart: 11.92, YearlyChange: -12.62, Settlement: `Credit`, Contract: `Futures`, Region: `Europe`, Country: `Croatia`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-06-23`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 448 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `Lean Hogs`, Spread: 0.01, Open: 81.275, Price: 82.63, Buy: 81.81, Sell: 81.82, Change: 0.82, ChangePercent: 1, Volume: 1, High: 81.81, Low: 81.28, YearlyHigh: 83.98, YearlyLow: 70.25, YearlyStart: 77.11, YearlyChange: 6.09, Settlement: `Credit`, Contract: `Futures`, Region: `Asia Pacific`, Country: `Indonesia`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-04-10`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 449 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/JPY`, Spread: 0.02, Open: 9275.5, Price: 9429.48, Buy: 9277.32, Sell: 9277.34, Change: 152.15, ChangePercent: 1.64, Volume: 47734, High: 9277.33, Low: 0.93, YearlyHigh: 9483, YearlyLow: 0.93, YearlyStart: 4741.97, YearlyChange: 95.64, Settlement: `Loan`, Contract: `Swap`, Region: `North America`, Country: `United States`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-01-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 450 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `BTC/USD`, Spread: 0.06, Open: 93.88, Price: 20899.97, Buy: 21200.76, Sell: 21400.78, Change: -100.8, ChangePercent: -0.48, Volume: 5788000, High: 22400.05, Low: 20100.75, YearlyHigh: 62400.7, YearlyLow: 15100.88, YearlyStart: 21200.29, YearlyChange: -20.62, Settlement: `Loan`, Contract: `Futures`, Region: `Middle East`, Country: `Israel`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-02-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 451 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `US 10YR Future`, Spread: 0.01, Open: 130.5625, Price: 131.16, Buy: 130.56, Sell: 130.56, Change: 0.58, ChangePercent: 0.44, Volume: 189310, High: 130.63, Low: 130.44, YearlyHigh: 132.64, YearlyLow: 125.48, YearlyStart: 129.06, YearlyChange: 1.18, Settlement: `Loan`, Contract: `CFD`, Region: `Middle East`, Country: `Saudi Arabia`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-04-23`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 452 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Wheat`, Spread: 0.01, Open: 465.5, Price: 461.05, Buy: 465.5, Sell: 465.5, Change: -4.47, ChangePercent: -0.96, Volume: 4318, High: 467, Low: 463.25, YearlyHigh: 628.5, YearlyLow: 449.5, YearlyStart: 539, YearlyChange: -13.63, Settlement: `Cash`, Contract: `Futures`, Region: `Asia Pacific`, Country: `China`, Risk: `Low`, Sector: `Government`, Currency: `PLN`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-03-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 453 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `OJ Future`, Spread: 0.01, Open: 140.6, Price: 140.81, Buy: 140.18, Sell: 140.19, Change: 0.62, ChangePercent: 0.44, Volume: 7, High: 140.19, Low: 0, YearlyHigh: 155.95, YearlyLow: 113, YearlyStart: 134.47, YearlyChange: 4.25, Settlement: `Loan`, Contract: `Futures`, Region: `Asia Pacific`, Country: `Malaysia`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-05-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 454 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `AUD/USD`, Spread: 0.02, Open: 0.7344, Price: 0.74, Buy: 0.73, Sell: 0.73, Change: 0, ChangePercent: -0.8, Volume: 36764, High: 0.74, Low: 0.73, YearlyHigh: 0.79, YearlyLow: 0.68, YearlyStart: 0.73, YearlyChange: 1.28, Settlement: `Cash`, Contract: `Options`, Region: `Middle East`, Country: `Bahrain`, Risk: `Low`, Sector: `Public`, Currency: `EUR`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-02-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 455 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Copper`, Spread: 0.02, Open: 2.123, Price: 2.14, Buy: 2.12, Sell: 2.12, Change: 0.03, ChangePercent: 1.4, Volume: 28819, High: 2.16, Low: 2.11, YearlyHigh: 2.94, YearlyLow: 1.96, YearlyStart: 2.45, YearlyChange: -13.76, Settlement: `Cash`, Contract: `Options`, Region: `Africa`, Country: `South Africa`, Risk: `High`, Sector: `Private`, Currency: `PLN`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-03-11`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 456 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Uranium`, Spread: 0.02, Open: 27.55, Price: 27.66, Buy: 27.55, Sell: 27.55, Change: 0.08, ChangePercent: 0.28, Volume: 12, High: 27.55, Low: 27.55, YearlyHigh: 29.32, YearlyLow: 21.28, YearlyStart: 25.3, YearlyChange: 9.01, Settlement: `Cash`, Contract: `CFD`, Region: `Europe`, Country: `Finland`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-04-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 457 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Oil`, Spread: 0.015, Open: 45.54, Price: 45.31, Buy: 45.78, Sell: 45.8, Change: -0.48, ChangePercent: -1.04, Volume: 107196, High: 45.94, Low: 45, YearlyHigh: 65.28, YearlyLow: 30.79, YearlyStart: 48.03, YearlyChange: -4.67, Settlement: `Cash`, Contract: `Swap`, Region: `Africa`, Country: `Ethiopia`, Risk: `Low`, Sector: `Public`, Currency: `USD`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-01-24`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 458 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/JPY`, Spread: 0.02, Open: 9275.5, Price: 9277.33, Buy: 9277.32, Sell: 9277.34, Change: 0, ChangePercent: 0, Volume: 47734, High: 9277.33, Low: 0.93, YearlyHigh: 9483, YearlyLow: 0.93, YearlyStart: 4741.97, YearlyChange: 95.64, Settlement: `Cash`, Contract: `Options`, Region: `Middle East`, Country: `Lebanon`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-01-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 459 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Rice`, Spread: 0.01, Open: 11.245, Price: 10.43, Buy: 10.41, Sell: 10.42, Change: 0.01, ChangePercent: 0.12, Volume: 220, High: 11.38, Low: 10.42, YearlyHigh: 14.14, YearlyLow: 9.7, YearlyStart: 11.92, YearlyChange: -12.62, Settlement: `Credit`, Contract: `Futures`, Region: `Middle East`, Country: `Israel`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `Poor`, Issuer: `FedEx`, Maturity: `2022-07-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 460 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Coal`, Spread: 0.015, Open: 0.4363, Price: 0.41, Buy: 0.44, Sell: 0.44, Change: -0.01, ChangePercent: -0.52, Volume: 3, High: 0.44, Low: 0.44, YearlyHigh: 0.48, YearlyLow: 0.4, YearlyStart: 0.44, YearlyChange: -5.33, Settlement: `Cash`, Contract: `CFD`, Region: `Europe`, Country: `Czechia`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-09-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 461 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Coal`, Spread: 0.015, Open: 0.4363, Price: 0.41, Buy: 0.44, Sell: 0.44, Change: -0.01, ChangePercent: -0.8, Volume: 3, High: 0.44, Low: 0.44, YearlyHigh: 0.48, YearlyLow: 0.4, YearlyStart: 0.44, YearlyChange: -5.33, Settlement: `Cash`, Contract: `Options`, Region: `Middle East`, Country: `Lebanon`, Risk: `Low`, Sector: `Government`, Currency: `USD`, Security: `High`, Issuer: `American Airlines`, Maturity: `2022-01-16`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 462 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Coffee`, Spread: 0.01, Open: 125.7, Price: 123.33, Buy: 125.7, Sell: 125.7, Change: -2.36, ChangePercent: -1.88, Volume: 1654, High: 125.8, Low: 125, YearlyHigh: 155.75, YearlyLow: 115.35, YearlyStart: 135.55, YearlyChange: -7.27, Settlement: `Cash`, Contract: `Options`, Region: `Europe`, Country: `Romania`, Risk: `High`, Sector: `Public`, Currency: `USD`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-07-23`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 463 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `Lean Hogs`, Spread: 0.01, Open: 81.275, Price: 80.8, Buy: 81.81, Sell: 81.82, Change: -1.01, ChangePercent: -1.24, Volume: 1, High: 81.81, Low: 81.28, YearlyHigh: 83.98, YearlyLow: 70.25, YearlyStart: 77.11, YearlyChange: 6.09, Settlement: `Credit`, Contract: `Swap`, Region: `North America`, Country: `United States`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-06-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 464 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Rice`, Spread: 0.01, Open: 11.245, Price: 10.47, Buy: 10.41, Sell: 10.42, Change: 0.05, ChangePercent: 0.52, Volume: 220, High: 11.38, Low: 10.42, YearlyHigh: 14.14, YearlyLow: 9.7, YearlyStart: 11.92, YearlyChange: -12.62, Settlement: `Cash`, Contract: `Forwards`, Region: `Middle East`, Country: `Oman`, Risk: `High`, Sector: `Public`, Currency: `USD`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-02-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 465 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P 600 MINI`, Spread: 0.01, Open: 687.9, Price: 684.58, Buy: 687.9, Sell: 687.9, Change: -3.3, ChangePercent: -0.48, Volume: 0, High: 0, Low: 0, YearlyHigh: 620.32, YearlyLow: 595.9, YearlyStart: 608.11, YearlyChange: 13.12, Settlement: `Loan`, Contract: `Futures`, Region: `Middle East`, Country: `Oman`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-09-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 466 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `Euro$ 3M`, Spread: 0.01, Open: 99.18, Price: 100, Buy: 99.18, Sell: 99.18, Change: 0.83, ChangePercent: 0.84, Volume: 29509, High: 99.18, Low: 99.17, YearlyHigh: 99.38, YearlyLow: 98.41, YearlyStart: 98.89, YearlyChange: 0.28, Settlement: `Cash`, Contract: `Forwards`, Region: `Europe`, Country: `Finland`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-02-21`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 467 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Lumber`, Spread: 0.01, Open: 303.9, Price: 302.04, Buy: 304.59, Sell: 304.6, Change: -2.56, ChangePercent: -0.84, Volume: 2, High: 304.6, Low: 303.9, YearlyHigh: 317.1, YearlyLow: 236, YearlyStart: 276.55, YearlyChange: 10.14, Settlement: `Credit`, Contract: `Options`, Region: `Africa`, Country: `Niger`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-04-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 468 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Rice`, Spread: 0.01, Open: 11.245, Price: 10.56, Buy: 10.41, Sell: 10.42, Change: 0.14, ChangePercent: 1.36, Volume: 220, High: 11.38, Low: 10.42, YearlyHigh: 14.14, YearlyLow: 9.7, YearlyStart: 11.92, YearlyChange: -12.62, Settlement: `Cash`, Contract: `Futures`, Region: `Africa`, Country: `Cameroon`, Risk: `Low`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-05-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 469 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `LV Cattle`, Spread: 0.01, Open: 120.725, Price: 119.74, Buy: 120.72, Sell: 120.72, Change: -0.97, ChangePercent: -0.8, Volume: 4, High: 120.72, Low: 120.72, YearlyHigh: 147.98, YearlyLow: 113.9, YearlyStart: 130.94, YearlyChange: -7.82, Settlement: `Cash`, Contract: `Futures`, Region: `Asia Pacific`, Country: `Korea`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-05-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 470 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Platinum`, Spread: 0.01, Open: 1071.6, Price: 1062.96, Buy: 1071.09, Sell: 1071.1, Change: -8.14, ChangePercent: -0.76, Volume: 3039, High: 1081.2, Low: 1070.5, YearlyHigh: 1120.6, YearlyLow: 812.4, YearlyStart: 966.5, YearlyChange: 10.82, Settlement: `Cash`, Contract: `Futures`, Region: `North America`, Country: `Canada`, Risk: `High`, Sector: `Private`, Currency: `PLN`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-07-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 471 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Ethanol`, Spread: 0.01, Open: 1.512, Price: 2.73, Buy: 2.75, Sell: 2.76, Change: -0.02, ChangePercent: -0.88, Volume: 14, High: 2.75, Low: 1.12, YearlyHigh: 2.75, YearlyLow: 1.12, YearlyStart: 1.48, YearlyChange: 86.7, Settlement: `Loan`, Contract: `Swap`, Region: `South America`, Country: `Bolivia`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-02-24`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 472 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `AUD/USD`, Spread: 0.02, Open: 0.7344, Price: 0.76, Buy: 0.73, Sell: 0.73, Change: 0.02, ChangePercent: 1.76, Volume: 36764, High: 0.74, Low: 0.73, YearlyHigh: 0.79, YearlyLow: 0.68, YearlyStart: 0.73, YearlyChange: 1.28, Settlement: `Credit`, Contract: `Swap`, Region: `Africa`, Country: `Libya`, Risk: `Low`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-07-11`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 473 }), + new FinancialDataAllItem({ Category: `Index`, Type: `DOW Future`, Spread: 0.01, Open: 17711, Price: 18038.06, Buy: 17712.15, Sell: 17712.16, Change: 325.91, ChangePercent: 1.84, Volume: 22236, High: 17727, Low: 17642, YearlyHigh: 18083, YearlyLow: 15299, YearlyStart: 16691, YearlyChange: 6.12, Settlement: `Cash`, Contract: `Forwards`, Region: `Middle East`, Country: `Bahrain`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-02-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 474 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Copper`, Spread: 0.02, Open: 2.123, Price: 2.14, Buy: 2.12, Sell: 2.12, Change: 0.03, ChangePercent: 1.08, Volume: 28819, High: 2.16, Low: 2.11, YearlyHigh: 2.94, YearlyLow: 1.96, YearlyStart: 2.45, YearlyChange: -13.76, Settlement: `Loan`, Contract: `Forwards`, Region: `Europe`, Country: `Poland`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-08-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 475 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Diesel`, Spread: 0.015, Open: 1.3474, Price: 1.37, Buy: 1.35, Sell: 1.35, Change: 0.01, ChangePercent: 0.68, Volume: 2971, High: 1.36, Low: 1.34, YearlyHigh: 2.11, YearlyLow: 0.92, YearlyStart: 1.51, YearlyChange: -10.4, Settlement: `Cash`, Contract: `Forwards`, Region: `Asia Pacific`, Country: `Singapore`, Risk: `High`, Sector: `Public`, Currency: `PLN`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-02-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 476 }), + new FinancialDataAllItem({ Category: `Index`, Type: `NAS Future`, Spread: 0.01, Open: 4341.25, Price: 4402.06, Buy: 4341.25, Sell: 4341.25, Change: 60.78, ChangePercent: 1.4, Volume: 18259, High: 4347, Low: 4318, YearlyHigh: 4719.75, YearlyLow: 3867.75, YearlyStart: 4293.75, YearlyChange: 1.11, Settlement: `Credit`, Contract: `Swap`, Region: `Africa`, Country: `Cameroon`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `High`, Issuer: `FedEx`, Maturity: `2022-05-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 477 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `US 2Y Future`, Spread: 0.01, Open: 109.3984, Price: 110.26, Buy: 109.4, Sell: 109.4, Change: 0.87, ChangePercent: 0.8, Volume: 17742, High: 109.41, Low: 109.38, YearlyHigh: 109.8, YearlyLow: 108.62, YearlyStart: 109.21, YearlyChange: 0.16, Settlement: `Cash`, Contract: `Futures`, Region: `Africa`, Country: `Algeria`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-07-23`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 478 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P Future`, Spread: 0.01, Open: 2057.5, Price: 2020.41, Buy: 2056.6, Sell: 2056.61, Change: -36.19, ChangePercent: -1.76, Volume: 142780, High: 2059.5, Low: 2049, YearlyHigh: 2105.5, YearlyLow: 1794.5, YearlyStart: 1950, YearlyChange: 5.47, Settlement: `Loan`, Contract: `CFD`, Region: `Middle East`, Country: `Jordan`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-07-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 479 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Coal`, Spread: 0.015, Open: 0.4363, Price: 0.42, Buy: 0.44, Sell: 0.44, Change: 0, ChangePercent: 0.52, Volume: 3, High: 0.44, Low: 0.44, YearlyHigh: 0.48, YearlyLow: 0.4, YearlyStart: 0.44, YearlyChange: -5.33, Settlement: `Loan`, Contract: `Swap`, Region: `Europe`, Country: `Finland`, Risk: `Low`, Sector: `Public`, Currency: `PLN`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-07-22`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 480 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Oil`, Spread: 0.015, Open: 45.54, Price: 45.77, Buy: 45.78, Sell: 45.8, Change: -0.02, ChangePercent: -0.04, Volume: 107196, High: 45.94, Low: 45, YearlyHigh: 65.28, YearlyLow: 30.79, YearlyStart: 48.03, YearlyChange: -4.67, Settlement: `Credit`, Contract: `Swap`, Region: `South America`, Country: `Paraguay`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-07-19`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 481 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `Lean Hogs`, Spread: 0.01, Open: 81.275, Price: 81.16, Buy: 81.81, Sell: 81.82, Change: -0.65, ChangePercent: -0.8, Volume: 1, High: 81.81, Low: 81.28, YearlyHigh: 83.98, YearlyLow: 70.25, YearlyStart: 77.11, YearlyChange: 6.09, Settlement: `Cash`, Contract: `Forwards`, Region: `Asia Pacific`, Country: `Singapore`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-06-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 482 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Oats`, Spread: 0.01, Open: 194.5, Price: 196.39, Buy: 194.21, Sell: 194.22, Change: 2.17, ChangePercent: 1.12, Volume: 64, High: 195.75, Low: 194, YearlyHigh: 241.25, YearlyLow: 183.75, YearlyStart: 212.5, YearlyChange: -8.6, Settlement: `Loan`, Contract: `Swap`, Region: `Middle East`, Country: `Qatar`, Risk: `Low`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-08-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 483 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Ethanol`, Spread: 0.01, Open: 1.512, Price: 2.72, Buy: 2.75, Sell: 2.76, Change: -0.03, ChangePercent: -1.36, Volume: 14, High: 2.75, Low: 1.12, YearlyHigh: 2.75, YearlyLow: 1.12, YearlyStart: 1.48, YearlyChange: 86.7, Settlement: `Loan`, Contract: `Options`, Region: `Africa`, Country: `Tunisia`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `FedEx`, Maturity: `2022-06-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 484 }), + new FinancialDataAllItem({ Category: `Index`, Type: `DOW Future`, Spread: 0.01, Open: 17711, Price: 17740.49, Buy: 17712.15, Sell: 17712.16, Change: 28.34, ChangePercent: 0.16, Volume: 22236, High: 17727, Low: 17642, YearlyHigh: 18083, YearlyLow: 15299, YearlyStart: 16691, YearlyChange: 6.12, Settlement: `Cash`, Contract: `Futures`, Region: `Africa`, Country: `Tunisia`, Risk: `Low`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-05-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 485 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `OJ Future`, Spread: 0.01, Open: 140.6, Price: 140.19, Buy: 140.18, Sell: 140.19, Change: 0, ChangePercent: 0, Volume: 7, High: 140.19, Low: 0, YearlyHigh: 155.95, YearlyLow: 113, YearlyStart: 134.47, YearlyChange: 4.25, Settlement: `Cash`, Contract: `Futures`, Region: `Africa`, Country: `Libya`, Risk: `High`, Sector: `Government`, Currency: `PLN`, Security: `High`, Issuer: `American Airlines`, Maturity: `2022-02-24`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 486 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `OJ Future`, Spread: 0.01, Open: 140.6, Price: 139.12, Buy: 140.18, Sell: 140.19, Change: -1.07, ChangePercent: -0.76, Volume: 7, High: 140.19, Low: 0, YearlyHigh: 155.95, YearlyLow: 113, YearlyStart: 134.47, YearlyChange: 4.25, Settlement: `Credit`, Contract: `Swap`, Region: `South America`, Country: `Bolivia`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-01-24`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 487 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Palladium`, Spread: 0.01, Open: 600.55, Price: 594.51, Buy: 601, Sell: 601.01, Change: -6.49, ChangePercent: -1.08, Volume: 651, High: 607.2, Low: 598.4, YearlyHigh: 690, YearlyLow: 458.6, YearlyStart: 574.3, YearlyChange: 4.65, Settlement: `Loan`, Contract: `Options`, Region: `Africa`, Country: `Cameroon`, Risk: `Low`, Sector: `Public`, Currency: `USD`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-04-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 488 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Oats`, Spread: 0.01, Open: 194.5, Price: 193.83, Buy: 194.21, Sell: 194.22, Change: -0.39, ChangePercent: -0.2, Volume: 64, High: 195.75, Low: 194, YearlyHigh: 241.25, YearlyLow: 183.75, YearlyStart: 212.5, YearlyChange: -8.6, Settlement: `Cash`, Contract: `CFD`, Region: `Asia Pacific`, Country: `Korea`, Risk: `High`, Sector: `Government`, Currency: `PLN`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-02-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 489 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/JPY`, Spread: 0.02, Open: 9275.5, Price: 9351.55, Buy: 9277.32, Sell: 9277.34, Change: 74.22, ChangePercent: 0.8, Volume: 47734, High: 9277.33, Low: 0.93, YearlyHigh: 9483, YearlyLow: 0.93, YearlyStart: 4741.97, YearlyChange: 95.64, Settlement: `Loan`, Contract: `Swap`, Region: `North America`, Country: `Canada`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-05-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 490 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P Future`, Spread: 0.01, Open: 2057.5, Price: 2054.96, Buy: 2056.6, Sell: 2056.61, Change: -1.64, ChangePercent: -0.08, Volume: 142780, High: 2059.5, Low: 2049, YearlyHigh: 2105.5, YearlyLow: 1794.5, YearlyStart: 1950, YearlyChange: 5.47, Settlement: `Cash`, Contract: `Forwards`, Region: `Africa`, Country: `Niger`, Risk: `Low`, Sector: `Public`, Currency: `USD`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-01-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 491 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Lumber`, Spread: 0.01, Open: 303.9, Price: 304.84, Buy: 304.59, Sell: 304.6, Change: 0.24, ChangePercent: 0.08, Volume: 2, High: 304.6, Low: 303.9, YearlyHigh: 317.1, YearlyLow: 236, YearlyStart: 276.55, YearlyChange: 10.14, Settlement: `Cash`, Contract: `Swap`, Region: `South America`, Country: `Brazil`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `High`, Issuer: `American Airlines`, Maturity: `2022-04-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 492 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `US 30YR Future`, Spread: 0.01, Open: 164.875, Price: 165.6, Buy: 164.15, Sell: 164.16, Change: 1.44, ChangePercent: 0.88, Volume: 28012, High: 165.25, Low: 164.04, YearlyHigh: 169.38, YearlyLow: 151.47, YearlyStart: 160.43, YearlyChange: 2.33, Settlement: `Loan`, Contract: `Swap`, Region: `Asia Pacific`, Country: `New Zealand`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-04-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 493 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `Euro$ 3M`, Spread: 0.01, Open: 99.18, Price: 99.96, Buy: 99.18, Sell: 99.18, Change: 0.79, ChangePercent: 0.8, Volume: 29509, High: 99.18, Low: 99.17, YearlyHigh: 99.38, YearlyLow: 98.41, YearlyStart: 98.89, YearlyChange: 0.28, Settlement: `Cash`, Contract: `Swap`, Region: `Middle East`, Country: `Israel`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `Poor`, Issuer: `American Airlines`, Maturity: `2022-03-11`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 494 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/JPY`, Spread: 0.02, Open: 9275.5, Price: 9117.76, Buy: 9277.32, Sell: 9277.34, Change: -159.57, ChangePercent: -1.72, Volume: 47734, High: 9277.33, Low: 0.93, YearlyHigh: 9483, YearlyLow: 0.93, YearlyStart: 4741.97, YearlyChange: 95.64, Settlement: `Cash`, Contract: `CFD`, Region: `South America`, Country: `Bolivia`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-07-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 495 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `US 30YR Future`, Spread: 0.01, Open: 164.875, Price: 165.6, Buy: 164.15, Sell: 164.16, Change: 1.44, ChangePercent: 0.88, Volume: 28012, High: 165.25, Low: 164.04, YearlyHigh: 169.38, YearlyLow: 151.47, YearlyStart: 160.43, YearlyChange: 2.33, Settlement: `Credit`, Contract: `Options`, Region: `Europe`, Country: `Czechia`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-07-19`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 496 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Oil`, Spread: 0.015, Open: 45.54, Price: 46.47, Buy: 45.78, Sell: 45.8, Change: 0.68, ChangePercent: 1.48, Volume: 107196, High: 45.94, Low: 45, YearlyHigh: 65.28, YearlyLow: 30.79, YearlyStart: 48.03, YearlyChange: -4.67, Settlement: `Cash`, Contract: `Swap`, Region: `Asia Pacific`, Country: `Indonesia`, Risk: `High`, Sector: `Private`, Currency: `PLN`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-02-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 497 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Lumber`, Spread: 0.01, Open: 303.9, Price: 302.89, Buy: 304.59, Sell: 304.6, Change: -1.71, ChangePercent: -0.56, Volume: 2, High: 304.6, Low: 303.9, YearlyHigh: 317.1, YearlyLow: 236, YearlyStart: 276.55, YearlyChange: 10.14, Settlement: `Cash`, Contract: `CFD`, Region: `Europe`, Country: `Czechia`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-07-22`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 498 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/CHF`, Spread: 0.02, Open: 1.0337, Price: 1.06, Buy: 1.03, Sell: 1.03, Change: 0.02, ChangePercent: 1.76, Volume: 5550, High: 1.03, Low: 1.03, YearlyHigh: 1.11, YearlyLow: 0.98, YearlyStart: 1.04, YearlyChange: -0.12, Settlement: `Cash`, Contract: `Swap`, Region: `Europe`, Country: `Romania`, Risk: `High`, Sector: `Government`, Currency: `PLN`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-06-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 499 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Palladium`, Spread: 0.01, Open: 600.55, Price: 605.09, Buy: 601, Sell: 601.01, Change: 4.09, ChangePercent: 0.68, Volume: 651, High: 607.2, Low: 598.4, YearlyHigh: 690, YearlyLow: 458.6, YearlyStart: 574.3, YearlyChange: 4.65, Settlement: `Loan`, Contract: `Swap`, Region: `Africa`, Country: `Algeria`, Risk: `Low`, Sector: `Public`, Currency: `PLN`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-05-27`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 500 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `Lean Hogs`, Spread: 0.01, Open: 81.275, Price: 82.83, Buy: 81.81, Sell: 81.82, Change: 1.02, ChangePercent: 1.24, Volume: 1, High: 81.81, Low: 81.28, YearlyHigh: 83.98, YearlyLow: 70.25, YearlyStart: 77.11, YearlyChange: 6.09, Settlement: `Cash`, Contract: `CFD`, Region: `Europe`, Country: `Russia`, Risk: `Low`, Sector: `Public`, Currency: `USD`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-01-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 501 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/CHF`, Spread: 0.02, Open: 1.0337, Price: 1.06, Buy: 1.03, Sell: 1.03, Change: 0.02, ChangePercent: 1.44, Volume: 5550, High: 1.03, Low: 1.03, YearlyHigh: 1.11, YearlyLow: 0.98, YearlyStart: 1.04, YearlyChange: -0.12, Settlement: `Cash`, Contract: `Futures`, Region: `Asia Pacific`, Country: `Singapore`, Risk: `Low`, Sector: `Public`, Currency: `EUR`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-05-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 502 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soy oil`, Spread: 0.01, Open: 33.26, Price: 33.53, Buy: 33.77, Sell: 33.78, Change: -0.24, ChangePercent: -0.72, Volume: 10592, High: 33.77, Low: 33.06, YearlyHigh: 35.43, YearlyLow: 26.61, YearlyStart: 31.02, YearlyChange: 8.87, Settlement: `Loan`, Contract: `CFD`, Region: `Asia Pacific`, Country: `Malaysia`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-04-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 503 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Diesel`, Spread: 0.015, Open: 1.3474, Price: 1.33, Buy: 1.35, Sell: 1.35, Change: -0.03, ChangePercent: -1.92, Volume: 2971, High: 1.36, Low: 1.34, YearlyHigh: 2.11, YearlyLow: 0.92, YearlyStart: 1.51, YearlyChange: -10.4, Settlement: `Loan`, Contract: `Futures`, Region: `Africa`, Country: `Nigeria`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-05-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 504 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `AUD/USD`, Spread: 0.02, Open: 0.7344, Price: 0.75, Buy: 0.73, Sell: 0.73, Change: 0.01, ChangePercent: 0.72, Volume: 36764, High: 0.74, Low: 0.73, YearlyHigh: 0.79, YearlyLow: 0.68, YearlyStart: 0.73, YearlyChange: 1.28, Settlement: `Cash`, Contract: `Options`, Region: `Middle East`, Country: `Oman`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-02-21`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 505 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `Euro$ 3M`, Spread: 0.01, Open: 99.18, Price: 99.96, Buy: 99.18, Sell: 99.18, Change: 0.79, ChangePercent: 0.8, Volume: 29509, High: 99.18, Low: 99.17, YearlyHigh: 99.38, YearlyLow: 98.41, YearlyStart: 98.89, YearlyChange: 0.28, Settlement: `Credit`, Contract: `Futures`, Region: `Africa`, Country: `Niger`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-02-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 506 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `US 2Y Future`, Spread: 0.01, Open: 109.3984, Price: 111.58, Buy: 109.4, Sell: 109.4, Change: 2.19, ChangePercent: 2, Volume: 17742, High: 109.41, Low: 109.38, YearlyHigh: 109.8, YearlyLow: 108.62, YearlyStart: 109.21, YearlyChange: 0.16, Settlement: `Cash`, Contract: `Forwards`, Region: `Africa`, Country: `Morocco`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-02-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 507 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Oats`, Spread: 0.01, Open: 194.5, Price: 193.83, Buy: 194.21, Sell: 194.22, Change: -0.39, ChangePercent: -0.2, Volume: 64, High: 195.75, Low: 194, YearlyHigh: 241.25, YearlyLow: 183.75, YearlyStart: 212.5, YearlyChange: -8.6, Settlement: `Cash`, Contract: `Options`, Region: `Africa`, Country: `Egypt`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `FedEx`, Maturity: `2022-06-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 508 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `AUD/USD`, Spread: 0.02, Open: 0.7344, Price: 0.75, Buy: 0.73, Sell: 0.73, Change: 0.01, ChangePercent: 0.92, Volume: 36764, High: 0.74, Low: 0.73, YearlyHigh: 0.79, YearlyLow: 0.68, YearlyStart: 0.73, YearlyChange: 1.28, Settlement: `Cash`, Contract: `Swap`, Region: `Middle East`, Country: `Kuwait`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-07-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 509 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Gold`, Spread: 0.01, Open: 1281.1, Price: 1299.17, Buy: 1280.73, Sell: 1280.74, Change: 18.44, ChangePercent: 1.44, Volume: 48387, High: 1289.5, Low: 1279.1, YearlyHigh: 1306, YearlyLow: 1047.2, YearlyStart: 1176.6, YearlyChange: 8.85, Settlement: `Credit`, Contract: `Swap`, Region: `Middle East`, Country: `Turkey`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-07-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 510 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `Lean Hogs`, Spread: 0.01, Open: 81.275, Price: 81.52, Buy: 81.81, Sell: 81.82, Change: -0.29, ChangePercent: -0.36, Volume: 1, High: 81.81, Low: 81.28, YearlyHigh: 83.98, YearlyLow: 70.25, YearlyStart: 77.11, YearlyChange: 6.09, Settlement: `Cash`, Contract: `Options`, Region: `Africa`, Country: `Cameroon`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-08-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 511 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Silver`, Spread: 0.01, Open: 17.43, Price: 17.4, Buy: 17.43, Sell: 17.43, Change: -0.02, ChangePercent: -0.12, Volume: 11720, High: 17.51, Low: 17.37, YearlyHigh: 18.06, YearlyLow: 13.73, YearlyStart: 15.89, YearlyChange: 9.59, Settlement: `Cash`, Contract: `Forwards`, Region: `Africa`, Country: `Tunisia`, Risk: `High`, Sector: `Public`, Currency: `PLN`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-03-11`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 512 }), + new FinancialDataAllItem({ Category: `Index`, Type: `NAS Future`, Spread: 0.01, Open: 4341.25, Price: 4339.54, Buy: 4341.25, Sell: 4341.25, Change: -1.74, ChangePercent: -0.04, Volume: 18259, High: 4347, Low: 4318, YearlyHigh: 4719.75, YearlyLow: 3867.75, YearlyStart: 4293.75, YearlyChange: 1.11, Settlement: `Cash`, Contract: `Forwards`, Region: `Europe`, Country: `Finland`, Risk: `High`, Sector: `Government`, Currency: `PLN`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-06-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 513 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soy oil`, Spread: 0.01, Open: 33.26, Price: 34.11, Buy: 33.77, Sell: 33.78, Change: 0.34, ChangePercent: 1, Volume: 10592, High: 33.77, Low: 33.06, YearlyHigh: 35.43, YearlyLow: 26.61, YearlyStart: 31.02, YearlyChange: 8.87, Settlement: `Loan`, Contract: `Swap`, Region: `Africa`, Country: `Algeria`, Risk: `High`, Sector: `Private`, Currency: `PLN`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-05-24`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 514 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Silver`, Spread: 0.01, Open: 17.43, Price: 17.12, Buy: 17.43, Sell: 17.43, Change: -0.3, ChangePercent: -1.72, Volume: 11720, High: 17.51, Low: 17.37, YearlyHigh: 18.06, YearlyLow: 13.73, YearlyStart: 15.89, YearlyChange: 9.59, Settlement: `Loan`, Contract: `Options`, Region: `Middle East`, Country: `Lebanon`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-03-10`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 515 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Corn`, Spread: 0.01, Open: 379.5, Price: 377.22, Buy: 379.8, Sell: 379.81, Change: -2.58, ChangePercent: -0.68, Volume: 11266, High: 381, Low: 377.75, YearlyHigh: 471.25, YearlyLow: 351.25, YearlyStart: 411.25, YearlyChange: -7.65, Settlement: `Cash`, Contract: `Options`, Region: `Africa`, Country: `Nigeria`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-05-16`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 516 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soybean`, Spread: 0.01, Open: 1038, Price: 1036.12, Buy: 1038.61, Sell: 1038.62, Change: -2.5, ChangePercent: -0.24, Volume: 20356, High: 1044, Low: 1031.75, YearlyHigh: 1057, YearlyLow: 859.5, YearlyStart: 958.25, YearlyChange: 8.39, Settlement: `Credit`, Contract: `Options`, Region: `Asia Pacific`, Country: `Indonesia`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-02-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 517 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/JPY`, Spread: 0.02, Open: 9275.5, Price: 9195.69, Buy: 9277.32, Sell: 9277.34, Change: -81.64, ChangePercent: -0.88, Volume: 47734, High: 9277.33, Low: 0.93, YearlyHigh: 9483, YearlyLow: 0.93, YearlyStart: 4741.97, YearlyChange: 95.64, Settlement: `Cash`, Contract: `Forwards`, Region: `Asia Pacific`, Country: `Philippines`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-04-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 518 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Palladium`, Spread: 0.01, Open: 600.55, Price: 595.71, Buy: 601, Sell: 601.01, Change: -5.29, ChangePercent: -0.88, Volume: 651, High: 607.2, Low: 598.4, YearlyHigh: 690, YearlyLow: 458.6, YearlyStart: 574.3, YearlyChange: 4.65, Settlement: `Cash`, Contract: `Forwards`, Region: `Africa`, Country: `Libya`, Risk: `High`, Sector: `Public`, Currency: `USD`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-01-24`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 519 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Uranium`, Spread: 0.02, Open: 27.55, Price: 27.65, Buy: 27.55, Sell: 27.55, Change: 0.07, ChangePercent: 0.24, Volume: 12, High: 27.55, Low: 27.55, YearlyHigh: 29.32, YearlyLow: 21.28, YearlyStart: 25.3, YearlyChange: 9.01, Settlement: `Cash`, Contract: `Swap`, Region: `Africa`, Country: `Egypt`, Risk: `High`, Sector: `Public`, Currency: `PLN`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-07-11`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 520 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Coal`, Spread: 0.015, Open: 0.4363, Price: 0.42, Buy: 0.44, Sell: 0.44, Change: 0, ChangePercent: 1.2, Volume: 3, High: 0.44, Low: 0.44, YearlyHigh: 0.48, YearlyLow: 0.4, YearlyStart: 0.44, YearlyChange: -5.33, Settlement: `Cash`, Contract: `Forwards`, Region: `North America`, Country: `Canada`, Risk: `Low`, Sector: `Government`, Currency: `PLN`, Security: `Poor`, Issuer: `FedEx`, Maturity: `2022-02-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 521 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `Lean Hogs`, Spread: 0.01, Open: 81.275, Price: 81.32, Buy: 81.81, Sell: 81.82, Change: -0.49, ChangePercent: -0.6, Volume: 1, High: 81.81, Low: 81.28, YearlyHigh: 83.98, YearlyLow: 70.25, YearlyStart: 77.11, YearlyChange: 6.09, Settlement: `Cash`, Contract: `Swap`, Region: `Asia Pacific`, Country: `Malaysia`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-07-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 522 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soy Meat`, Spread: 0.01, Open: 342.6, Price: 338.23, Buy: 342.6, Sell: 342.6, Change: -4.39, ChangePercent: -1.28, Volume: 5646, High: 345.4, Low: 340.3, YearlyHigh: 353.4, YearlyLow: 261.7, YearlyStart: 307.55, YearlyChange: 11.4, Settlement: `Cash`, Contract: `Swap`, Region: `Europe`, Country: `Estonia`, Risk: `Low`, Sector: `Public`, Currency: `PLN`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-04-16`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 523 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `US 30YR Future`, Spread: 0.01, Open: 164.875, Price: 164.42, Buy: 164.15, Sell: 164.16, Change: 0.26, ChangePercent: 0.16, Volume: 28012, High: 165.25, Low: 164.04, YearlyHigh: 169.38, YearlyLow: 151.47, YearlyStart: 160.43, YearlyChange: 2.33, Settlement: `Cash`, Contract: `Swap`, Region: `Europe`, Country: `Germany`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-03-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 524 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `BTC/USD`, Spread: 0.06, Open: 93.88, Price: 20715.16, Buy: 21200.76, Sell: 21400.78, Change: -285.61, ChangePercent: -1.36, Volume: 5788000, High: 22400.05, Low: 20100.75, YearlyHigh: 62400.7, YearlyLow: 15100.88, YearlyStart: 21200.29, YearlyChange: -20.62, Settlement: `Credit`, Contract: `Options`, Region: `Europe`, Country: `Slovakia`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-08-16`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 525 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Sugar`, Spread: 0.01, Open: 15.68, Price: 14.54, Buy: 14.67, Sell: 14.68, Change: -0.13, ChangePercent: -0.92, Volume: 4949, High: 15.7, Low: 14.67, YearlyHigh: 16.87, YearlyLow: 11.37, YearlyStart: 14.12, YearlyChange: 3.92, Settlement: `Cash`, Contract: `Futures`, Region: `Asia Pacific`, Country: `Malaysia`, Risk: `High`, Sector: `Public`, Currency: `PLN`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-07-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 526 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Oats`, Spread: 0.01, Open: 194.5, Price: 196.55, Buy: 194.21, Sell: 194.22, Change: 2.33, ChangePercent: 1.2, Volume: 64, High: 195.75, Low: 194, YearlyHigh: 241.25, YearlyLow: 183.75, YearlyStart: 212.5, YearlyChange: -8.6, Settlement: `Cash`, Contract: `Forwards`, Region: `Africa`, Country: `Egypt`, Risk: `Low`, Sector: `Public`, Currency: `USD`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-04-19`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 527 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Coal`, Spread: 0.015, Open: 0.4363, Price: 0.41, Buy: 0.44, Sell: 0.44, Change: -0.01, ChangePercent: -1.04, Volume: 3, High: 0.44, Low: 0.44, YearlyHigh: 0.48, YearlyLow: 0.4, YearlyStart: 0.44, YearlyChange: -5.33, Settlement: `Loan`, Contract: `Forwards`, Region: `Africa`, Country: `Cameroon`, Risk: `Low`, Sector: `Government`, Currency: `USD`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-05-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 528 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P 600 MINI`, Spread: 0.01, Open: 687.9, Price: 693.11, Buy: 687.9, Sell: 687.9, Change: 5.23, ChangePercent: 0.76, Volume: 0, High: 0, Low: 0, YearlyHigh: 620.32, YearlyLow: 595.9, YearlyStart: 608.11, YearlyChange: 13.12, Settlement: `Loan`, Contract: `Futures`, Region: `Middle East`, Country: `Israel`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-07-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 529 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Wheat`, Spread: 0.01, Open: 465.5, Price: 470.36, Buy: 465.5, Sell: 465.5, Change: 4.84, ChangePercent: 1.04, Volume: 4318, High: 467, Low: 463.25, YearlyHigh: 628.5, YearlyLow: 449.5, YearlyStart: 539, YearlyChange: -13.63, Settlement: `Credit`, Contract: `Swap`, Region: `Africa`, Country: `Senegal`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `American Airlines`, Maturity: `2022-04-23`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 530 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `OJ Future`, Spread: 0.01, Open: 140.6, Price: 137.72, Buy: 140.18, Sell: 140.19, Change: -2.47, ChangePercent: -1.76, Volume: 7, High: 140.19, Low: 0, YearlyHigh: 155.95, YearlyLow: 113, YearlyStart: 134.47, YearlyChange: 4.25, Settlement: `Loan`, Contract: `Futures`, Region: `Middle East`, Country: `Saudi Arabia`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-05-21`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 531 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Copper`, Spread: 0.02, Open: 2.123, Price: 2.07, Buy: 2.12, Sell: 2.12, Change: -0.04, ChangePercent: -1.8, Volume: 28819, High: 2.16, Low: 2.11, YearlyHigh: 2.94, YearlyLow: 1.96, YearlyStart: 2.45, YearlyChange: -13.76, Settlement: `Cash`, Contract: `Options`, Region: `Middle East`, Country: `Oman`, Risk: `Low`, Sector: `Public`, Currency: `USD`, Security: `High`, Issuer: `FedEx`, Maturity: `2022-08-24`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 532 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Platinum`, Spread: 0.01, Open: 1071.6, Price: 1084.81, Buy: 1071.09, Sell: 1071.1, Change: 13.71, ChangePercent: 1.28, Volume: 3039, High: 1081.2, Low: 1070.5, YearlyHigh: 1120.6, YearlyLow: 812.4, YearlyStart: 966.5, YearlyChange: 10.82, Settlement: `Cash`, Contract: `Swap`, Region: `South America`, Country: `Chile`, Risk: `Low`, Sector: `Public`, Currency: `USD`, Security: `Poor`, Issuer: `FedEx`, Maturity: `2022-02-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 533 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `FD Cattle`, Spread: 0.01, Open: 147.175, Price: 148.31, Buy: 148.6, Sell: 148.61, Change: -0.3, ChangePercent: -0.2, Volume: 5, High: 148.61, Low: 147.18, YearlyHigh: 190, YearlyLow: 138.1, YearlyStart: 164.05, YearlyChange: -9.41, Settlement: `Cash`, Contract: `Swap`, Region: `Middle East`, Country: `Lebanon`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-04-23`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 534 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Wheat`, Spread: 0.01, Open: 465.5, Price: 470.18, Buy: 465.5, Sell: 465.5, Change: 4.66, ChangePercent: 1, Volume: 4318, High: 467, Low: 463.25, YearlyHigh: 628.5, YearlyLow: 449.5, YearlyStart: 539, YearlyChange: -13.63, Settlement: `Cash`, Contract: `Options`, Region: `Middle East`, Country: `Saudi Arabia`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-02-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 535 }), + new FinancialDataAllItem({ Category: `Index`, Type: `DOW Future`, Spread: 0.01, Open: 17711, Price: 17556.28, Buy: 17712.15, Sell: 17712.16, Change: -155.87, ChangePercent: -0.88, Volume: 22236, High: 17727, Low: 17642, YearlyHigh: 18083, YearlyLow: 15299, YearlyStart: 16691, YearlyChange: 6.12, Settlement: `Cash`, Contract: `CFD`, Region: `Africa`, Country: `Niger`, Risk: `High`, Sector: `Public`, Currency: `USD`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-03-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 536 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `OJ Future`, Spread: 0.01, Open: 140.6, Price: 139.46, Buy: 140.18, Sell: 140.19, Change: -0.73, ChangePercent: -0.52, Volume: 7, High: 140.19, Low: 0, YearlyHigh: 155.95, YearlyLow: 113, YearlyStart: 134.47, YearlyChange: 4.25, Settlement: `Loan`, Contract: `Swap`, Region: `Africa`, Country: `South Africa`, Risk: `Low`, Sector: `Government`, Currency: `USD`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-08-22`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 537 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soy Meat`, Spread: 0.01, Open: 342.6, Price: 336.73, Buy: 342.6, Sell: 342.6, Change: -5.89, ChangePercent: -1.72, Volume: 5646, High: 345.4, Low: 340.3, YearlyHigh: 353.4, YearlyLow: 261.7, YearlyStart: 307.55, YearlyChange: 11.4, Settlement: `Loan`, Contract: `Options`, Region: `Middle East`, Country: `Qatar`, Risk: `Low`, Sector: `Public`, Currency: `PLN`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-06-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 538 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Silver`, Spread: 0.01, Open: 17.43, Price: 17.46, Buy: 17.43, Sell: 17.43, Change: 0.04, ChangePercent: 0.24, Volume: 11720, High: 17.51, Low: 17.37, YearlyHigh: 18.06, YearlyLow: 13.73, YearlyStart: 15.89, YearlyChange: 9.59, Settlement: `Loan`, Contract: `Forwards`, Region: `Africa`, Country: `Cameroon`, Risk: `High`, Sector: `Private`, Currency: `PLN`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-04-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 539 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Coal`, Spread: 0.015, Open: 0.4363, Price: 0.41, Buy: 0.44, Sell: 0.44, Change: -0.01, ChangePercent: -1.08, Volume: 3, High: 0.44, Low: 0.44, YearlyHigh: 0.48, YearlyLow: 0.4, YearlyStart: 0.44, YearlyChange: -5.33, Settlement: `Cash`, Contract: `Options`, Region: `Asia Pacific`, Country: `Pakistan`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `American Airlines`, Maturity: `2022-03-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 540 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P Future`, Spread: 0.01, Open: 2057.5, Price: 2039.33, Buy: 2056.6, Sell: 2056.61, Change: -17.27, ChangePercent: -0.84, Volume: 142780, High: 2059.5, Low: 2049, YearlyHigh: 2105.5, YearlyLow: 1794.5, YearlyStart: 1950, YearlyChange: 5.47, Settlement: `Credit`, Contract: `Options`, Region: `North America`, Country: `United States`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-06-23`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 541 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `BTC/USD`, Spread: 0.06, Open: 93.88, Price: 20967.17, Buy: 21200.76, Sell: 21400.78, Change: -33.6, ChangePercent: -0.16, Volume: 5788000, High: 22400.05, Low: 20100.75, YearlyHigh: 62400.7, YearlyLow: 15100.88, YearlyStart: 21200.29, YearlyChange: -20.62, Settlement: `Loan`, Contract: `Swap`, Region: `Europe`, Country: `Russia`, Risk: `High`, Sector: `Public`, Currency: `USD`, Security: `High`, Issuer: `FedEx`, Maturity: `2022-08-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 542 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Palladium`, Spread: 0.01, Open: 600.55, Price: 607.97, Buy: 601, Sell: 601.01, Change: 6.97, ChangePercent: 1.16, Volume: 651, High: 607.2, Low: 598.4, YearlyHigh: 690, YearlyLow: 458.6, YearlyStart: 574.3, YearlyChange: 4.65, Settlement: `Loan`, Contract: `CFD`, Region: `Europe`, Country: `Finland`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-08-21`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 543 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P MID MINI`, Spread: 0.01, Open: 1454.3, Price: 1476.16, Buy: 1455.78, Sell: 1455.79, Change: 20.38, ChangePercent: 1.4, Volume: 338, High: 1455.78, Low: 1448, YearlyHigh: 1527.3, YearlyLow: 1236, YearlyStart: 1381.65, YearlyChange: 5.37, Settlement: `Loan`, Contract: `Futures`, Region: `South America`, Country: `Brazil`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-08-19`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 544 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soybean`, Spread: 0.01, Open: 1038, Price: 1039.45, Buy: 1038.61, Sell: 1038.62, Change: 0.83, ChangePercent: 0.08, Volume: 20356, High: 1044, Low: 1031.75, YearlyHigh: 1057, YearlyLow: 859.5, YearlyStart: 958.25, YearlyChange: 8.39, Settlement: `Cash`, Contract: `Options`, Region: `Asia Pacific`, Country: `Malaysia`, Risk: `High`, Sector: `Government`, Currency: `USD`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-04-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 545 }), + new FinancialDataAllItem({ Category: `Index`, Type: `DOW Future`, Spread: 0.01, Open: 17711, Price: 17535.03, Buy: 17712.15, Sell: 17712.16, Change: -177.12, ChangePercent: -1, Volume: 22236, High: 17727, Low: 17642, YearlyHigh: 18083, YearlyLow: 15299, YearlyStart: 16691, YearlyChange: 6.12, Settlement: `Cash`, Contract: `Forwards`, Region: `Africa`, Country: `Egypt`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `High`, Issuer: `American Airlines`, Maturity: `2022-08-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 546 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Coal`, Spread: 0.015, Open: 0.4363, Price: 0.42, Buy: 0.44, Sell: 0.44, Change: 0, ChangePercent: 1.88, Volume: 3, High: 0.44, Low: 0.44, YearlyHigh: 0.48, YearlyLow: 0.4, YearlyStart: 0.44, YearlyChange: -5.33, Settlement: `Cash`, Contract: `Options`, Region: `Asia Pacific`, Country: `Philippines`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-09-22`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 547 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P MID MINI`, Spread: 0.01, Open: 1454.3, Price: 1462.19, Buy: 1455.78, Sell: 1455.79, Change: 6.41, ChangePercent: 0.44, Volume: 338, High: 1455.78, Low: 1448, YearlyHigh: 1527.3, YearlyLow: 1236, YearlyStart: 1381.65, YearlyChange: 5.37, Settlement: `Credit`, Contract: `Options`, Region: `Asia Pacific`, Country: `Australia`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-09-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 548 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Natural Gas`, Spread: 0.02, Open: 2.094, Price: 2.13, Buy: 2.09, Sell: 2.09, Change: 0.03, ChangePercent: 1.16, Volume: 2783, High: 2.11, Low: 2.09, YearlyHigh: 3.2, YearlyLow: 1.84, YearlyStart: 2.52, YearlyChange: -16.51, Settlement: `Cash`, Contract: `Swap`, Region: `Europe`, Country: `Iceland`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `American Airlines`, Maturity: `2022-06-19`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 549 }), + new FinancialDataAllItem({ Category: `Index`, Type: `DOW Future`, Spread: 0.01, Open: 17711, Price: 17563.37, Buy: 17712.15, Sell: 17712.16, Change: -148.78, ChangePercent: -0.84, Volume: 22236, High: 17727, Low: 17642, YearlyHigh: 18083, YearlyLow: 15299, YearlyStart: 16691, YearlyChange: 6.12, Settlement: `Credit`, Contract: `Swap`, Region: `Asia Pacific`, Country: `Japan`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-02-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 550 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Copper`, Spread: 0.02, Open: 2.123, Price: 2.13, Buy: 2.12, Sell: 2.12, Change: 0.02, ChangePercent: 0.84, Volume: 28819, High: 2.16, Low: 2.11, YearlyHigh: 2.94, YearlyLow: 1.96, YearlyStart: 2.45, YearlyChange: -13.76, Settlement: `Cash`, Contract: `Swap`, Region: `Asia Pacific`, Country: `India`, Risk: `High`, Sector: `Private`, Currency: `PLN`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-02-19`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 551 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Lumber`, Spread: 0.01, Open: 303.9, Price: 309.11, Buy: 304.59, Sell: 304.6, Change: 4.51, ChangePercent: 1.48, Volume: 2, High: 304.6, Low: 303.9, YearlyHigh: 317.1, YearlyLow: 236, YearlyStart: 276.55, YearlyChange: 10.14, Settlement: `Cash`, Contract: `Swap`, Region: `Middle East`, Country: `Israel`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-06-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 552 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/CAD`, Spread: 0.02, Open: 0.7744, Price: 0.95, Buy: 0.94, Sell: 0.96, Change: 0, ChangePercent: 0.04, Volume: 13669, High: 0.95, Low: 0.77, YearlyHigh: 0.95, YearlyLow: 0.68, YearlyStart: 0.76, YearlyChange: 26.43, Settlement: `Credit`, Contract: `CFD`, Region: `Middle East`, Country: `Israel`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-02-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 553 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/CAD`, Spread: 0.02, Open: 0.7744, Price: 0.94, Buy: 0.94, Sell: 0.96, Change: -0.01, ChangePercent: -1.88, Volume: 13669, High: 0.95, Low: 0.77, YearlyHigh: 0.95, YearlyLow: 0.68, YearlyStart: 0.76, YearlyChange: 26.43, Settlement: `Credit`, Contract: `Forwards`, Region: `Middle East`, Country: `Syria`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-09-11`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 554 }), + new FinancialDataAllItem({ Category: `Index`, Type: `DOW Future`, Spread: 0.01, Open: 17711, Price: 17506.69, Buy: 17712.15, Sell: 17712.16, Change: -205.46, ChangePercent: -1.16, Volume: 22236, High: 17727, Low: 17642, YearlyHigh: 18083, YearlyLow: 15299, YearlyStart: 16691, YearlyChange: 6.12, Settlement: `Cash`, Contract: `Swap`, Region: `Africa`, Country: `Tunisia`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `High`, Issuer: `FedEx`, Maturity: `2022-07-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 555 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Gold`, Spread: 0.01, Open: 1281.1, Price: 1278.68, Buy: 1280.73, Sell: 1280.74, Change: -2.05, ChangePercent: -0.16, Volume: 48387, High: 1289.5, Low: 1279.1, YearlyHigh: 1306, YearlyLow: 1047.2, YearlyStart: 1176.6, YearlyChange: 8.85, Settlement: `Loan`, Contract: `Swap`, Region: `Europe`, Country: `Ireland`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-04-11`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 556 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `Lean Hogs`, Spread: 0.01, Open: 81.275, Price: 83.19, Buy: 81.81, Sell: 81.82, Change: 1.38, ChangePercent: 1.68, Volume: 1, High: 81.81, Low: 81.28, YearlyHigh: 83.98, YearlyLow: 70.25, YearlyStart: 77.11, YearlyChange: 6.09, Settlement: `Loan`, Contract: `Options`, Region: `North America`, Country: `Mexico`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `American Airlines`, Maturity: `2022-08-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 557 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Gold`, Spread: 0.01, Open: 1281.1, Price: 1281.24, Buy: 1280.73, Sell: 1280.74, Change: 0.51, ChangePercent: 0.04, Volume: 48387, High: 1289.5, Low: 1279.1, YearlyHigh: 1306, YearlyLow: 1047.2, YearlyStart: 1176.6, YearlyChange: 8.85, Settlement: `Cash`, Contract: `Swap`, Region: `Europe`, Country: `Switzerland`, Risk: `Low`, Sector: `Government`, Currency: `PLN`, Security: `Poor`, Issuer: `FedEx`, Maturity: `2022-07-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 558 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Coffee`, Spread: 0.01, Open: 125.7, Price: 125.59, Buy: 125.7, Sell: 125.7, Change: -0.1, ChangePercent: -0.08, Volume: 1654, High: 125.8, Low: 125, YearlyHigh: 155.75, YearlyLow: 115.35, YearlyStart: 135.55, YearlyChange: -7.27, Settlement: `Credit`, Contract: `Futures`, Region: `Asia Pacific`, Country: `Japan`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `Poor`, Issuer: `American Airlines`, Maturity: `2022-06-21`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 559 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soy Meat`, Spread: 0.01, Open: 342.6, Price: 341.39, Buy: 342.6, Sell: 342.6, Change: -1.23, ChangePercent: -0.36, Volume: 5646, High: 345.4, Low: 340.3, YearlyHigh: 353.4, YearlyLow: 261.7, YearlyStart: 307.55, YearlyChange: 11.4, Settlement: `Loan`, Contract: `Futures`, Region: `Middle East`, Country: `Israel`, Risk: `High`, Sector: `Public`, Currency: `USD`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-05-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 560 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Platinum`, Spread: 0.01, Open: 1071.6, Price: 1067.67, Buy: 1071.09, Sell: 1071.1, Change: -3.43, ChangePercent: -0.32, Volume: 3039, High: 1081.2, Low: 1070.5, YearlyHigh: 1120.6, YearlyLow: 812.4, YearlyStart: 966.5, YearlyChange: 10.82, Settlement: `Cash`, Contract: `Swap`, Region: `Asia Pacific`, Country: `Taiwan`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `High`, Issuer: `FedEx`, Maturity: `2022-02-24`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 561 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `Euro$ 3M`, Spread: 0.01, Open: 99.18, Price: 99.33, Buy: 99.18, Sell: 99.18, Change: 0.16, ChangePercent: 0.16, Volume: 29509, High: 99.18, Low: 99.17, YearlyHigh: 99.38, YearlyLow: 98.41, YearlyStart: 98.89, YearlyChange: 0.28, Settlement: `Cash`, Contract: `Futures`, Region: `South America`, Country: `Brazil`, Risk: `High`, Sector: `Private`, Currency: `PLN`, Security: `High`, Issuer: `American Airlines`, Maturity: `2022-08-10`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 562 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `BTC/USD`, Spread: 0.06, Open: 93.88, Price: 20740.36, Buy: 21200.76, Sell: 21400.78, Change: -260.41, ChangePercent: -1.24, Volume: 5788000, High: 22400.05, Low: 20100.75, YearlyHigh: 62400.7, YearlyLow: 15100.88, YearlyStart: 21200.29, YearlyChange: -20.62, Settlement: `Loan`, Contract: `Forwards`, Region: `Asia Pacific`, Country: `New Zealand`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-07-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 563 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `OJ Future`, Spread: 0.01, Open: 140.6, Price: 141.48, Buy: 140.18, Sell: 140.19, Change: 1.29, ChangePercent: 0.92, Volume: 7, High: 140.19, Low: 0, YearlyHigh: 155.95, YearlyLow: 113, YearlyStart: 134.47, YearlyChange: 4.25, Settlement: `Cash`, Contract: `Swap`, Region: `Europe`, Country: `Bulgaria`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-03-19`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 564 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/CHF`, Spread: 0.02, Open: 1.0337, Price: 1.05, Buy: 1.03, Sell: 1.03, Change: 0.01, ChangePercent: 0.28, Volume: 5550, High: 1.03, Low: 1.03, YearlyHigh: 1.11, YearlyLow: 0.98, YearlyStart: 1.04, YearlyChange: -0.12, Settlement: `Loan`, Contract: `Swap`, Region: `South America`, Country: `Bolivia`, Risk: `Low`, Sector: `Government`, Currency: `PLN`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-09-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 565 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/CHF`, Spread: 0.02, Open: 1.0337, Price: 1.04, Buy: 1.03, Sell: 1.03, Change: 0, ChangePercent: -0.4, Volume: 5550, High: 1.03, Low: 1.03, YearlyHigh: 1.11, YearlyLow: 0.98, YearlyStart: 1.04, YearlyChange: -0.12, Settlement: `Cash`, Contract: `Options`, Region: `Asia Pacific`, Country: `Indonesia`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-09-11`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 566 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Sugar`, Spread: 0.01, Open: 15.68, Price: 14.87, Buy: 14.67, Sell: 14.68, Change: 0.2, ChangePercent: 1.32, Volume: 4949, High: 15.7, Low: 14.67, YearlyHigh: 16.87, YearlyLow: 11.37, YearlyStart: 14.12, YearlyChange: 3.92, Settlement: `Loan`, Contract: `Futures`, Region: `Middle East`, Country: `Iran`, Risk: `Low`, Sector: `Government`, Currency: `USD`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-04-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 567 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Coal`, Spread: 0.015, Open: 0.4363, Price: 0.41, Buy: 0.44, Sell: 0.44, Change: -0.01, ChangePercent: -0.96, Volume: 3, High: 0.44, Low: 0.44, YearlyHigh: 0.48, YearlyLow: 0.4, YearlyStart: 0.44, YearlyChange: -5.33, Settlement: `Cash`, Contract: `Options`, Region: `Europe`, Country: `Belgium`, Risk: `Low`, Sector: `Public`, Currency: `USD`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-02-19`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 568 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Corn`, Spread: 0.01, Open: 379.5, Price: 379.35, Buy: 379.8, Sell: 379.81, Change: -0.45, ChangePercent: -0.12, Volume: 11266, High: 381, Low: 377.75, YearlyHigh: 471.25, YearlyLow: 351.25, YearlyStart: 411.25, YearlyChange: -7.65, Settlement: `Cash`, Contract: `Options`, Region: `Asia Pacific`, Country: `Korea`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `FedEx`, Maturity: `2022-02-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 569 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `US 30YR Future`, Spread: 0.01, Open: 164.875, Price: 163.5, Buy: 164.15, Sell: 164.16, Change: -0.66, ChangePercent: -0.4, Volume: 28012, High: 165.25, Low: 164.04, YearlyHigh: 169.38, YearlyLow: 151.47, YearlyStart: 160.43, YearlyChange: 2.33, Settlement: `Credit`, Contract: `Swap`, Region: `Asia Pacific`, Country: `Pakistan`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-02-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 570 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `FD Cattle`, Spread: 0.01, Open: 147.175, Price: 149.68, Buy: 148.6, Sell: 148.61, Change: 1.07, ChangePercent: 0.72, Volume: 5, High: 148.61, Low: 147.18, YearlyHigh: 190, YearlyLow: 138.1, YearlyStart: 164.05, YearlyChange: -9.41, Settlement: `Cash`, Contract: `CFD`, Region: `Asia Pacific`, Country: `Azerbaijan`, Risk: `High`, Sector: `Public`, Currency: `USD`, Security: `Poor`, Issuer: `American Airlines`, Maturity: `2022-05-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 571 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/JPY`, Spread: 0.02, Open: 9275.5, Price: 9140.03, Buy: 9277.32, Sell: 9277.34, Change: -137.3, ChangePercent: -1.48, Volume: 47734, High: 9277.33, Low: 0.93, YearlyHigh: 9483, YearlyLow: 0.93, YearlyStart: 4741.97, YearlyChange: 95.64, Settlement: `Credit`, Contract: `Options`, Region: `Asia Pacific`, Country: `New Zealand`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `Poor`, Issuer: `FedEx`, Maturity: `2022-04-21`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 572 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `FD Cattle`, Spread: 0.01, Open: 147.175, Price: 149.14, Buy: 148.6, Sell: 148.61, Change: 0.53, ChangePercent: 0.36, Volume: 5, High: 148.61, Low: 147.18, YearlyHigh: 190, YearlyLow: 138.1, YearlyStart: 164.05, YearlyChange: -9.41, Settlement: `Credit`, Contract: `CFD`, Region: `Middle East`, Country: `Bahrain`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-06-23`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 573 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Silver`, Spread: 0.01, Open: 17.43, Price: 17.62, Buy: 17.43, Sell: 17.43, Change: 0.2, ChangePercent: 1.12, Volume: 11720, High: 17.51, Low: 17.37, YearlyHigh: 18.06, YearlyLow: 13.73, YearlyStart: 15.89, YearlyChange: 9.59, Settlement: `Cash`, Contract: `Options`, Region: `North America`, Country: `United States`, Risk: `High`, Sector: `Public`, Currency: `USD`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-02-10`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 574 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Lumber`, Spread: 0.01, Open: 303.9, Price: 302.65, Buy: 304.59, Sell: 304.6, Change: -1.95, ChangePercent: -0.64, Volume: 2, High: 304.6, Low: 303.9, YearlyHigh: 317.1, YearlyLow: 236, YearlyStart: 276.55, YearlyChange: 10.14, Settlement: `Cash`, Contract: `Futures`, Region: `South America`, Country: `Colombia`, Risk: `Low`, Sector: `Public`, Currency: `USD`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-01-21`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 575 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Uranium`, Spread: 0.02, Open: 27.55, Price: 27.19, Buy: 27.55, Sell: 27.55, Change: -0.39, ChangePercent: -1.4, Volume: 12, High: 27.55, Low: 27.55, YearlyHigh: 29.32, YearlyLow: 21.28, YearlyStart: 25.3, YearlyChange: 9.01, Settlement: `Cash`, Contract: `Swap`, Region: `Europe`, Country: `Sweden`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-05-16`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 576 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soy oil`, Spread: 0.01, Open: 33.26, Price: 33.38, Buy: 33.77, Sell: 33.78, Change: -0.39, ChangePercent: -1.16, Volume: 10592, High: 33.77, Low: 33.06, YearlyHigh: 35.43, YearlyLow: 26.61, YearlyStart: 31.02, YearlyChange: 8.87, Settlement: `Credit`, Contract: `CFD`, Region: `South America`, Country: `Paraguay`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-06-19`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 577 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `FD Cattle`, Spread: 0.01, Open: 147.175, Price: 148.25, Buy: 148.6, Sell: 148.61, Change: -0.36, ChangePercent: -0.24, Volume: 5, High: 148.61, Low: 147.18, YearlyHigh: 190, YearlyLow: 138.1, YearlyStart: 164.05, YearlyChange: -9.41, Settlement: `Credit`, Contract: `Options`, Region: `Europe`, Country: `Italy`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-06-10`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 578 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Coal`, Spread: 0.015, Open: 0.4363, Price: 0.41, Buy: 0.44, Sell: 0.44, Change: -0.01, ChangePercent: -1.12, Volume: 3, High: 0.44, Low: 0.44, YearlyHigh: 0.48, YearlyLow: 0.4, YearlyStart: 0.44, YearlyChange: -5.33, Settlement: `Cash`, Contract: `CFD`, Region: `Middle East`, Country: `UAE`, Risk: `Low`, Sector: `Government`, Currency: `PLN`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-04-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 579 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `Lean Hogs`, Spread: 0.01, Open: 81.275, Price: 83.25, Buy: 81.81, Sell: 81.82, Change: 1.44, ChangePercent: 1.76, Volume: 1, High: 81.81, Low: 81.28, YearlyHigh: 83.98, YearlyLow: 70.25, YearlyStart: 77.11, YearlyChange: 6.09, Settlement: `Cash`, Contract: `Futures`, Region: `Asia Pacific`, Country: `Taiwan`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-08-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 580 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `LV Cattle`, Spread: 0.01, Open: 120.725, Price: 119.5, Buy: 120.72, Sell: 120.72, Change: -1.2, ChangePercent: -1, Volume: 4, High: 120.72, Low: 120.72, YearlyHigh: 147.98, YearlyLow: 113.9, YearlyStart: 130.94, YearlyChange: -7.82, Settlement: `Credit`, Contract: `Futures`, Region: `Middle East`, Country: `Turkey`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `High`, Issuer: `American Airlines`, Maturity: `2022-04-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 581 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Gold`, Spread: 0.01, Open: 1281.1, Price: 1285.85, Buy: 1280.73, Sell: 1280.74, Change: 5.12, ChangePercent: 0.4, Volume: 48387, High: 1289.5, Low: 1279.1, YearlyHigh: 1306, YearlyLow: 1047.2, YearlyStart: 1176.6, YearlyChange: 8.85, Settlement: `Cash`, Contract: `Options`, Region: `Middle East`, Country: `Jordan`, Risk: `High`, Sector: `Public`, Currency: `PLN`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-05-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 582 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/CAD`, Spread: 0.02, Open: 0.7744, Price: 0.97, Buy: 0.94, Sell: 0.96, Change: 0.02, ChangePercent: 1.88, Volume: 13669, High: 0.95, Low: 0.77, YearlyHigh: 0.95, YearlyLow: 0.68, YearlyStart: 0.76, YearlyChange: 26.43, Settlement: `Credit`, Contract: `Options`, Region: `Middle East`, Country: `Kuwait`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-08-21`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 583 }), + new FinancialDataAllItem({ Category: `Index`, Type: `NAS Future`, Spread: 0.01, Open: 4341.25, Price: 4303.08, Buy: 4341.25, Sell: 4341.25, Change: -38.2, ChangePercent: -0.88, Volume: 18259, High: 4347, Low: 4318, YearlyHigh: 4719.75, YearlyLow: 3867.75, YearlyStart: 4293.75, YearlyChange: 1.11, Settlement: `Cash`, Contract: `Futures`, Region: `Asia Pacific`, Country: `Singapore`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-02-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 584 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `Euro$ 3M`, Spread: 0.01, Open: 99.18, Price: 98.65, Buy: 99.18, Sell: 99.18, Change: -0.52, ChangePercent: -0.52, Volume: 29509, High: 99.18, Low: 99.17, YearlyHigh: 99.38, YearlyLow: 98.41, YearlyStart: 98.89, YearlyChange: 0.28, Settlement: `Cash`, Contract: `Futures`, Region: `Asia Pacific`, Country: `Azerbaijan`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-08-23`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 585 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Lumber`, Spread: 0.01, Open: 303.9, Price: 309.84, Buy: 304.59, Sell: 304.6, Change: 5.24, ChangePercent: 1.72, Volume: 2, High: 304.6, Low: 303.9, YearlyHigh: 317.1, YearlyLow: 236, YearlyStart: 276.55, YearlyChange: 10.14, Settlement: `Cash`, Contract: `CFD`, Region: `Asia Pacific`, Country: `China`, Risk: `Low`, Sector: `Government`, Currency: `USD`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-03-27`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 586 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `Euro$ 3M`, Spread: 0.01, Open: 99.18, Price: 98.22, Buy: 99.18, Sell: 99.18, Change: -0.95, ChangePercent: -0.96, Volume: 29509, High: 99.18, Low: 99.17, YearlyHigh: 99.38, YearlyLow: 98.41, YearlyStart: 98.89, YearlyChange: 0.28, Settlement: `Credit`, Contract: `Forwards`, Region: `Asia Pacific`, Country: `Thailand`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-02-21`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 587 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `AUD/USD`, Spread: 0.02, Open: 0.7344, Price: 0.74, Buy: 0.73, Sell: 0.73, Change: 0, ChangePercent: -1.08, Volume: 36764, High: 0.74, Low: 0.73, YearlyHigh: 0.79, YearlyLow: 0.68, YearlyStart: 0.73, YearlyChange: 1.28, Settlement: `Cash`, Contract: `Forwards`, Region: `Europe`, Country: `Hungary`, Risk: `Low`, Sector: `Public`, Currency: `PLN`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-01-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 588 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Oil`, Spread: 0.015, Open: 45.54, Price: 46.17, Buy: 45.78, Sell: 45.8, Change: 0.38, ChangePercent: 0.84, Volume: 107196, High: 45.94, Low: 45, YearlyHigh: 65.28, YearlyLow: 30.79, YearlyStart: 48.03, YearlyChange: -4.67, Settlement: `Loan`, Contract: `Futures`, Region: `Europe`, Country: `Bulgaria`, Risk: `High`, Sector: `Private`, Currency: `PLN`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-05-23`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 589 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Uranium`, Spread: 0.02, Open: 27.55, Price: 27.77, Buy: 27.55, Sell: 27.55, Change: 0.19, ChangePercent: 0.68, Volume: 12, High: 27.55, Low: 27.55, YearlyHigh: 29.32, YearlyLow: 21.28, YearlyStart: 25.3, YearlyChange: 9.01, Settlement: `Cash`, Contract: `Swap`, Region: `South America`, Country: `Paraguay`, Risk: `High`, Sector: `Public`, Currency: `PLN`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-06-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 590 }), + new FinancialDataAllItem({ Category: `Index`, Type: `DOW Future`, Spread: 0.01, Open: 17711, Price: 17740.49, Buy: 17712.15, Sell: 17712.16, Change: 28.34, ChangePercent: 0.16, Volume: 22236, High: 17727, Low: 17642, YearlyHigh: 18083, YearlyLow: 15299, YearlyStart: 16691, YearlyChange: 6.12, Settlement: `Cash`, Contract: `Swap`, Region: `South America`, Country: `Guyana`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-03-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 591 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `GBP/USD`, Spread: 0.02, Open: 1.4464, Price: 1.17, Buy: 1.18, Sell: 1.2, Change: -0.02, ChangePercent: -1.92, Volume: 29450, High: 1.45, Low: 1.19, YearlyHigh: 1.59, YearlyLow: 1.19, YearlyStart: 1.49, YearlyChange: -19.59, Settlement: `Credit`, Contract: `Swap`, Region: `Europe`, Country: `United Kingdom`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-05-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 592 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Wheat`, Spread: 0.01, Open: 465.5, Price: 467.75, Buy: 465.5, Sell: 465.5, Change: 2.23, ChangePercent: 0.48, Volume: 4318, High: 467, Low: 463.25, YearlyHigh: 628.5, YearlyLow: 449.5, YearlyStart: 539, YearlyChange: -13.63, Settlement: `Credit`, Contract: `Futures`, Region: `Asia Pacific`, Country: `New Zealand`, Risk: `Low`, Sector: `Public`, Currency: `EUR`, Security: `Poor`, Issuer: `American Airlines`, Maturity: `2022-03-19`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 593 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `FD Cattle`, Spread: 0.01, Open: 147.175, Price: 147.24, Buy: 148.6, Sell: 148.61, Change: -1.37, ChangePercent: -0.92, Volume: 5, High: 148.61, Low: 147.18, YearlyHigh: 190, YearlyLow: 138.1, YearlyStart: 164.05, YearlyChange: -9.41, Settlement: `Loan`, Contract: `CFD`, Region: `Europe`, Country: `United Kingdom`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-05-11`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 594 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Natural Gas`, Spread: 0.02, Open: 2.094, Price: 2.09, Buy: 2.09, Sell: 2.09, Change: -0.01, ChangePercent: -0.76, Volume: 2783, High: 2.11, Low: 2.09, YearlyHigh: 3.2, YearlyLow: 1.84, YearlyStart: 2.52, YearlyChange: -16.51, Settlement: `Cash`, Contract: `Options`, Region: `Europe`, Country: `Slovakia`, Risk: `High`, Sector: `Government`, Currency: `PLN`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-06-11`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 595 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Cotton`, Spread: 0.01, Open: 61.77, Price: 62.95, Buy: 61.77, Sell: 61.77, Change: 1.19, ChangePercent: 1.92, Volume: 3612, High: 62.06, Low: 61.32, YearlyHigh: 67.59, YearlyLow: 54.33, YearlyStart: 60.96, YearlyChange: 1.31, Settlement: `Loan`, Contract: `Forwards`, Region: `North America`, Country: `Canada`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-01-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 596 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Wheat`, Spread: 0.01, Open: 465.5, Price: 463.66, Buy: 465.5, Sell: 465.5, Change: -1.86, ChangePercent: -0.4, Volume: 4318, High: 467, Low: 463.25, YearlyHigh: 628.5, YearlyLow: 449.5, YearlyStart: 539, YearlyChange: -13.63, Settlement: `Cash`, Contract: `Forwards`, Region: `North America`, Country: `Canada`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `High`, Issuer: `FedEx`, Maturity: `2022-07-11`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 597 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `OJ Future`, Spread: 0.01, Open: 140.6, Price: 140.58, Buy: 140.18, Sell: 140.19, Change: 0.39, ChangePercent: 0.28, Volume: 7, High: 140.19, Low: 0, YearlyHigh: 155.95, YearlyLow: 113, YearlyStart: 134.47, YearlyChange: 4.25, Settlement: `Cash`, Contract: `Futures`, Region: `Europe`, Country: `France`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-05-23`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 598 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `LV Cattle`, Spread: 0.01, Open: 120.725, Price: 119.3, Buy: 120.72, Sell: 120.72, Change: -1.41, ChangePercent: -1.16, Volume: 4, High: 120.72, Low: 120.72, YearlyHigh: 147.98, YearlyLow: 113.9, YearlyStart: 130.94, YearlyChange: -7.82, Settlement: `Cash`, Contract: `Futures`, Region: `Africa`, Country: `Senegal`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-03-11`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 599 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Oil`, Spread: 0.015, Open: 45.54, Price: 45.41, Buy: 45.78, Sell: 45.8, Change: -0.38, ChangePercent: -0.84, Volume: 107196, High: 45.94, Low: 45, YearlyHigh: 65.28, YearlyLow: 30.79, YearlyStart: 48.03, YearlyChange: -4.67, Settlement: `Cash`, Contract: `Options`, Region: `Africa`, Country: `Algeria`, Risk: `Low`, Sector: `Government`, Currency: `PLN`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-06-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 600 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Silver`, Spread: 0.01, Open: 17.43, Price: 17.2, Buy: 17.43, Sell: 17.43, Change: -0.22, ChangePercent: -1.24, Volume: 11720, High: 17.51, Low: 17.37, YearlyHigh: 18.06, YearlyLow: 13.73, YearlyStart: 15.89, YearlyChange: 9.59, Settlement: `Loan`, Contract: `Forwards`, Region: `Europe`, Country: `Germany`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-08-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 601 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Lumber`, Spread: 0.01, Open: 303.9, Price: 302.41, Buy: 304.59, Sell: 304.6, Change: -2.19, ChangePercent: -0.72, Volume: 2, High: 304.6, Low: 303.9, YearlyHigh: 317.1, YearlyLow: 236, YearlyStart: 276.55, YearlyChange: 10.14, Settlement: `Credit`, Contract: `Swap`, Region: `Africa`, Country: `Tunisia`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-04-21`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 602 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `US 30YR Future`, Spread: 0.01, Open: 164.875, Price: 164.49, Buy: 164.15, Sell: 164.16, Change: 0.33, ChangePercent: 0.2, Volume: 28012, High: 165.25, Low: 164.04, YearlyHigh: 169.38, YearlyLow: 151.47, YearlyStart: 160.43, YearlyChange: 2.33, Settlement: `Loan`, Contract: `Swap`, Region: `Middle East`, Country: `Saudi Arabia`, Risk: `High`, Sector: `Public`, Currency: `PLN`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-03-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 603 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soy oil`, Spread: 0.01, Open: 33.26, Price: 33.74, Buy: 33.77, Sell: 33.78, Change: -0.03, ChangePercent: -0.08, Volume: 10592, High: 33.77, Low: 33.06, YearlyHigh: 35.43, YearlyLow: 26.61, YearlyStart: 31.02, YearlyChange: 8.87, Settlement: `Cash`, Contract: `Options`, Region: `South America`, Country: `Chile`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-04-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 604 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Corn`, Spread: 0.01, Open: 379.5, Price: 383.9, Buy: 379.8, Sell: 379.81, Change: 4.1, ChangePercent: 1.08, Volume: 11266, High: 381, Low: 377.75, YearlyHigh: 471.25, YearlyLow: 351.25, YearlyStart: 411.25, YearlyChange: -7.65, Settlement: `Credit`, Contract: `Forwards`, Region: `North America`, Country: `Mexico`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-02-24`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 605 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Wheat`, Spread: 0.01, Open: 465.5, Price: 467.38, Buy: 465.5, Sell: 465.5, Change: 1.86, ChangePercent: 0.4, Volume: 4318, High: 467, Low: 463.25, YearlyHigh: 628.5, YearlyLow: 449.5, YearlyStart: 539, YearlyChange: -13.63, Settlement: `Credit`, Contract: `Forwards`, Region: `Europe`, Country: `Bulgaria`, Risk: `Low`, Sector: `Public`, Currency: `USD`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-02-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 606 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soy Meat`, Spread: 0.01, Open: 342.6, Price: 346.05, Buy: 342.6, Sell: 342.6, Change: 3.43, ChangePercent: 1, Volume: 5646, High: 345.4, Low: 340.3, YearlyHigh: 353.4, YearlyLow: 261.7, YearlyStart: 307.55, YearlyChange: 11.4, Settlement: `Cash`, Contract: `Options`, Region: `Africa`, Country: `Morocco`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-05-10`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 607 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soy Meat`, Spread: 0.01, Open: 342.6, Price: 343.44, Buy: 342.6, Sell: 342.6, Change: 0.82, ChangePercent: 0.24, Volume: 5646, High: 345.4, Low: 340.3, YearlyHigh: 353.4, YearlyLow: 261.7, YearlyStart: 307.55, YearlyChange: 11.4, Settlement: `Cash`, Contract: `Swap`, Region: `Asia Pacific`, Country: `China`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-07-19`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 608 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `Euro$ 3M`, Spread: 0.01, Open: 99.18, Price: 97.74, Buy: 99.18, Sell: 99.18, Change: -1.43, ChangePercent: -1.44, Volume: 29509, High: 99.18, Low: 99.17, YearlyHigh: 99.38, YearlyLow: 98.41, YearlyStart: 98.89, YearlyChange: 0.28, Settlement: `Credit`, Contract: `Options`, Region: `South America`, Country: `Colombia`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-05-19`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 609 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `US 30YR Future`, Spread: 0.01, Open: 164.875, Price: 165.87, Buy: 164.15, Sell: 164.16, Change: 1.71, ChangePercent: 1.04, Volume: 28012, High: 165.25, Low: 164.04, YearlyHigh: 169.38, YearlyLow: 151.47, YearlyStart: 160.43, YearlyChange: 2.33, Settlement: `Cash`, Contract: `Swap`, Region: `Asia Pacific`, Country: `Malaysia`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `FedEx`, Maturity: `2022-05-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 610 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Palladium`, Spread: 0.01, Open: 600.55, Price: 590.42, Buy: 601, Sell: 601.01, Change: -10.58, ChangePercent: -1.76, Volume: 651, High: 607.2, Low: 598.4, YearlyHigh: 690, YearlyLow: 458.6, YearlyStart: 574.3, YearlyChange: 4.65, Settlement: `Cash`, Contract: `Swap`, Region: `Middle East`, Country: `Jordan`, Risk: `High`, Sector: `Private`, Currency: `PLN`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-07-11`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 611 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Oil`, Spread: 0.015, Open: 45.54, Price: 46.47, Buy: 45.78, Sell: 45.8, Change: 0.68, ChangePercent: 1.48, Volume: 107196, High: 45.94, Low: 45, YearlyHigh: 65.28, YearlyLow: 30.79, YearlyStart: 48.03, YearlyChange: -4.67, Settlement: `Cash`, Contract: `Options`, Region: `Middle East`, Country: `Saudi Arabia`, Risk: `Low`, Sector: `Public`, Currency: `USD`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-01-27`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 612 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Lumber`, Spread: 0.01, Open: 303.9, Price: 300.7, Buy: 304.59, Sell: 304.6, Change: -3.9, ChangePercent: -1.28, Volume: 2, High: 304.6, Low: 303.9, YearlyHigh: 317.1, YearlyLow: 236, YearlyStart: 276.55, YearlyChange: 10.14, Settlement: `Credit`, Contract: `Swap`, Region: `Middle East`, Country: `Qatar`, Risk: `High`, Sector: `Government`, Currency: `USD`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-05-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 613 }), + new FinancialDataAllItem({ Category: `Index`, Type: `DOW Future`, Spread: 0.01, Open: 17711, Price: 17584.62, Buy: 17712.15, Sell: 17712.16, Change: -127.53, ChangePercent: -0.72, Volume: 22236, High: 17727, Low: 17642, YearlyHigh: 18083, YearlyLow: 15299, YearlyStart: 16691, YearlyChange: 6.12, Settlement: `Credit`, Contract: `Options`, Region: `South America`, Country: `Peru`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-07-10`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 614 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Milk`, Spread: 0.01, Open: 12.87, Price: 12.75, Buy: 12.87, Sell: 12.87, Change: -0.11, ChangePercent: -0.88, Volume: 7, High: 12.89, Low: 12.81, YearlyHigh: 16.96, YearlyLow: 12.81, YearlyStart: 14.88, YearlyChange: -13.6, Settlement: `Loan`, Contract: `Swap`, Region: `Europe`, Country: `Ireland`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-02-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 615 }), + new FinancialDataAllItem({ Category: `Index`, Type: `DOW Future`, Spread: 0.01, Open: 17711, Price: 17733.41, Buy: 17712.15, Sell: 17712.16, Change: 21.26, ChangePercent: 0.12, Volume: 22236, High: 17727, Low: 17642, YearlyHigh: 18083, YearlyLow: 15299, YearlyStart: 16691, YearlyChange: 6.12, Settlement: `Cash`, Contract: `Options`, Region: `Middle East`, Country: `Iraq`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-04-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 616 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Corn`, Spread: 0.01, Open: 379.5, Price: 376.16, Buy: 379.8, Sell: 379.81, Change: -3.64, ChangePercent: -0.96, Volume: 11266, High: 381, Low: 377.75, YearlyHigh: 471.25, YearlyLow: 351.25, YearlyStart: 411.25, YearlyChange: -7.65, Settlement: `Credit`, Contract: `Swap`, Region: `North America`, Country: `Canada`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-05-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 617 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P Future`, Spread: 0.01, Open: 2057.5, Price: 2068.12, Buy: 2056.6, Sell: 2056.61, Change: 11.52, ChangePercent: 0.56, Volume: 142780, High: 2059.5, Low: 2049, YearlyHigh: 2105.5, YearlyLow: 1794.5, YearlyStart: 1950, YearlyChange: 5.47, Settlement: `Loan`, Contract: `CFD`, Region: `Asia Pacific`, Country: `Korea`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-09-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 618 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `OJ Future`, Spread: 0.01, Open: 140.6, Price: 141.03, Buy: 140.18, Sell: 140.19, Change: 0.84, ChangePercent: 0.6, Volume: 7, High: 140.19, Low: 0, YearlyHigh: 155.95, YearlyLow: 113, YearlyStart: 134.47, YearlyChange: 4.25, Settlement: `Cash`, Contract: `Swap`, Region: `Asia Pacific`, Country: `Taiwan`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `Poor`, Issuer: `FedEx`, Maturity: `2022-04-27`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 619 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Coal`, Spread: 0.015, Open: 0.4363, Price: 0.42, Buy: 0.44, Sell: 0.44, Change: 0, ChangePercent: 1.4, Volume: 3, High: 0.44, Low: 0.44, YearlyHigh: 0.48, YearlyLow: 0.4, YearlyStart: 0.44, YearlyChange: -5.33, Settlement: `Cash`, Contract: `Swap`, Region: `North America`, Country: `United States`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-05-27`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 620 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `OJ Future`, Spread: 0.01, Open: 140.6, Price: 139.46, Buy: 140.18, Sell: 140.19, Change: -0.73, ChangePercent: -0.52, Volume: 7, High: 140.19, Low: 0, YearlyHigh: 155.95, YearlyLow: 113, YearlyStart: 134.47, YearlyChange: 4.25, Settlement: `Loan`, Contract: `Forwards`, Region: `North America`, Country: `United States`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-01-21`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 621 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Coffee`, Spread: 0.01, Open: 125.7, Price: 125.59, Buy: 125.7, Sell: 125.7, Change: -0.1, ChangePercent: -0.08, Volume: 1654, High: 125.8, Low: 125, YearlyHigh: 155.75, YearlyLow: 115.35, YearlyStart: 135.55, YearlyChange: -7.27, Settlement: `Loan`, Contract: `Futures`, Region: `Asia Pacific`, Country: `New Zealand`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-04-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 622 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Corn`, Spread: 0.01, Open: 379.5, Price: 376.16, Buy: 379.8, Sell: 379.81, Change: -3.64, ChangePercent: -0.96, Volume: 11266, High: 381, Low: 377.75, YearlyHigh: 471.25, YearlyLow: 351.25, YearlyStart: 411.25, YearlyChange: -7.65, Settlement: `Cash`, Contract: `Swap`, Region: `Middle East`, Country: `Saudi Arabia`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-09-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 623 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `US 10YR Future`, Spread: 0.01, Open: 130.5625, Price: 131.57, Buy: 130.56, Sell: 130.56, Change: 0.99, ChangePercent: 0.76, Volume: 189310, High: 130.63, Low: 130.44, YearlyHigh: 132.64, YearlyLow: 125.48, YearlyStart: 129.06, YearlyChange: 1.18, Settlement: `Cash`, Contract: `Options`, Region: `Africa`, Country: `Algeria`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-06-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 624 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soybean`, Spread: 0.01, Open: 1038, Price: 1019.51, Buy: 1038.61, Sell: 1038.62, Change: -19.11, ChangePercent: -1.84, Volume: 20356, High: 1044, Low: 1031.75, YearlyHigh: 1057, YearlyLow: 859.5, YearlyStart: 958.25, YearlyChange: 8.39, Settlement: `Loan`, Contract: `Swap`, Region: `Africa`, Country: `Ethiopia`, Risk: `Low`, Sector: `Government`, Currency: `PLN`, Security: `Poor`, Issuer: `American Airlines`, Maturity: `2022-08-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 625 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Diesel`, Spread: 0.015, Open: 1.3474, Price: 1.34, Buy: 1.35, Sell: 1.35, Change: -0.02, ChangePercent: -0.96, Volume: 2971, High: 1.36, Low: 1.34, YearlyHigh: 2.11, YearlyLow: 0.92, YearlyStart: 1.51, YearlyChange: -10.4, Settlement: `Credit`, Contract: `Swap`, Region: `Europe`, Country: `United Kingdom`, Risk: `High`, Sector: `Private`, Currency: `PLN`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-08-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 626 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Cocoa`, Spread: 0.01, Open: 3076, Price: 3124.02, Buy: 3076, Sell: 3076, Change: 47.99, ChangePercent: 1.56, Volume: 978, High: 3078, Low: 3066, YearlyHigh: 3406, YearlyLow: 2746, YearlyStart: 3076, YearlyChange: 0, Settlement: `Credit`, Contract: `Swap`, Region: `Middle East`, Country: `Qatar`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `FedEx`, Maturity: `2022-04-22`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 627 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Oil`, Spread: 0.015, Open: 45.54, Price: 45.02, Buy: 45.78, Sell: 45.8, Change: -0.77, ChangePercent: -1.68, Volume: 107196, High: 45.94, Low: 45, YearlyHigh: 65.28, YearlyLow: 30.79, YearlyStart: 48.03, YearlyChange: -4.67, Settlement: `Loan`, Contract: `Swap`, Region: `Africa`, Country: `Tunisia`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `Poor`, Issuer: `American Airlines`, Maturity: `2022-03-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 628 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Coal`, Spread: 0.015, Open: 0.4363, Price: 0.42, Buy: 0.44, Sell: 0.44, Change: 0, ChangePercent: 0.72, Volume: 3, High: 0.44, Low: 0.44, YearlyHigh: 0.48, YearlyLow: 0.4, YearlyStart: 0.44, YearlyChange: -5.33, Settlement: `Cash`, Contract: `Forwards`, Region: `South America`, Country: `Argentina`, Risk: `High`, Sector: `Public`, Currency: `PLN`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-03-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 629 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `GBP/USD`, Spread: 0.02, Open: 1.4464, Price: 1.2, Buy: 1.18, Sell: 1.2, Change: 0.01, ChangePercent: 0.72, Volume: 29450, High: 1.45, Low: 1.19, YearlyHigh: 1.59, YearlyLow: 1.19, YearlyStart: 1.49, YearlyChange: -19.59, Settlement: `Credit`, Contract: `CFD`, Region: `South America`, Country: `Brazil`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-03-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 630 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Gold`, Spread: 0.01, Open: 1281.1, Price: 1256.65, Buy: 1280.73, Sell: 1280.74, Change: -24.08, ChangePercent: -1.88, Volume: 48387, High: 1289.5, Low: 1279.1, YearlyHigh: 1306, YearlyLow: 1047.2, YearlyStart: 1176.6, YearlyChange: 8.85, Settlement: `Cash`, Contract: `Futures`, Region: `Africa`, Country: `Ethiopia`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-03-21`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 631 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/CAD`, Spread: 0.02, Open: 0.7744, Price: 0.97, Buy: 0.94, Sell: 0.96, Change: 0.02, ChangePercent: 1.32, Volume: 13669, High: 0.95, Low: 0.77, YearlyHigh: 0.95, YearlyLow: 0.68, YearlyStart: 0.76, YearlyChange: 26.43, Settlement: `Cash`, Contract: `Futures`, Region: `Asia Pacific`, Country: `Malaysia`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `Poor`, Issuer: `American Airlines`, Maturity: `2022-09-24`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 632 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Natural Gas`, Spread: 0.02, Open: 2.094, Price: 2.09, Buy: 2.09, Sell: 2.09, Change: -0.01, ChangePercent: -0.6, Volume: 2783, High: 2.11, Low: 2.09, YearlyHigh: 3.2, YearlyLow: 1.84, YearlyStart: 2.52, YearlyChange: -16.51, Settlement: `Cash`, Contract: `CFD`, Region: `Europe`, Country: `Sweden`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-03-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 633 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Lumber`, Spread: 0.01, Open: 303.9, Price: 302.89, Buy: 304.59, Sell: 304.6, Change: -1.71, ChangePercent: -0.56, Volume: 2, High: 304.6, Low: 303.9, YearlyHigh: 317.1, YearlyLow: 236, YearlyStart: 276.55, YearlyChange: 10.14, Settlement: `Loan`, Contract: `Futures`, Region: `Asia Pacific`, Country: `Australia`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-08-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 634 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Lumber`, Spread: 0.01, Open: 303.9, Price: 307.89, Buy: 304.59, Sell: 304.6, Change: 3.29, ChangePercent: 1.08, Volume: 2, High: 304.6, Low: 303.9, YearlyHigh: 317.1, YearlyLow: 236, YearlyStart: 276.55, YearlyChange: 10.14, Settlement: `Credit`, Contract: `Forwards`, Region: `Middle East`, Country: `UAE`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-06-11`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 635 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Silver`, Spread: 0.01, Open: 17.43, Price: 17.17, Buy: 17.43, Sell: 17.43, Change: -0.25, ChangePercent: -1.44, Volume: 11720, High: 17.51, Low: 17.37, YearlyHigh: 18.06, YearlyLow: 13.73, YearlyStart: 15.89, YearlyChange: 9.59, Settlement: `Cash`, Contract: `Options`, Region: `Europe`, Country: `Switzerland`, Risk: `High`, Sector: `Government`, Currency: `PLN`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-03-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 636 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `GBP/USD`, Spread: 0.02, Open: 1.4464, Price: 1.2, Buy: 1.18, Sell: 1.2, Change: 0.01, ChangePercent: 0.32, Volume: 29450, High: 1.45, Low: 1.19, YearlyHigh: 1.59, YearlyLow: 1.19, YearlyStart: 1.49, YearlyChange: -19.59, Settlement: `Credit`, Contract: `Futures`, Region: `Asia Pacific`, Country: `Indonesia`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `High`, Issuer: `FedEx`, Maturity: `2022-07-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 637 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Oil`, Spread: 0.015, Open: 45.54, Price: 46.41, Buy: 45.78, Sell: 45.8, Change: 0.62, ChangePercent: 1.36, Volume: 107196, High: 45.94, Low: 45, YearlyHigh: 65.28, YearlyLow: 30.79, YearlyStart: 48.03, YearlyChange: -4.67, Settlement: `Credit`, Contract: `Forwards`, Region: `Africa`, Country: `South Africa`, Risk: `Low`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-03-22`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 638 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `Lean Hogs`, Spread: 0.01, Open: 81.275, Price: 81.91, Buy: 81.81, Sell: 81.82, Change: 0.1, ChangePercent: 0.12, Volume: 1, High: 81.81, Low: 81.28, YearlyHigh: 83.98, YearlyLow: 70.25, YearlyStart: 77.11, YearlyChange: 6.09, Settlement: `Credit`, Contract: `CFD`, Region: `Middle East`, Country: `Syria`, Risk: `Low`, Sector: `Public`, Currency: `PLN`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-08-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 639 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `US 30YR Future`, Spread: 0.01, Open: 164.875, Price: 164.16, Buy: 164.15, Sell: 164.16, Change: 0, ChangePercent: 0, Volume: 28012, High: 165.25, Low: 164.04, YearlyHigh: 169.38, YearlyLow: 151.47, YearlyStart: 160.43, YearlyChange: 2.33, Settlement: `Cash`, Contract: `Swap`, Region: `Europe`, Country: `Spain`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-03-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 640 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P 600 MINI`, Spread: 0.01, Open: 687.9, Price: 690.91, Buy: 687.9, Sell: 687.9, Change: 3.03, ChangePercent: 0.44, Volume: 0, High: 0, Low: 0, YearlyHigh: 620.32, YearlyLow: 595.9, YearlyStart: 608.11, YearlyChange: 13.12, Settlement: `Credit`, Contract: `Futures`, Region: `Middle East`, Country: `Oman`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-03-24`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 641 }), + new FinancialDataAllItem({ Category: `Index`, Type: `DOW Future`, Spread: 0.01, Open: 17711, Price: 17924.7, Buy: 17712.15, Sell: 17712.16, Change: 212.55, ChangePercent: 1.2, Volume: 22236, High: 17727, Low: 17642, YearlyHigh: 18083, YearlyLow: 15299, YearlyStart: 16691, YearlyChange: 6.12, Settlement: `Loan`, Contract: `Swap`, Region: `Middle East`, Country: `Syria`, Risk: `High`, Sector: `Private`, Currency: `PLN`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-02-24`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 642 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/CHF`, Spread: 0.02, Open: 1.0337, Price: 1.04, Buy: 1.03, Sell: 1.03, Change: 0, ChangePercent: -0.36, Volume: 5550, High: 1.03, Low: 1.03, YearlyHigh: 1.11, YearlyLow: 0.98, YearlyStart: 1.04, YearlyChange: -0.12, Settlement: `Cash`, Contract: `Options`, Region: `Middle East`, Country: `Oman`, Risk: `Low`, Sector: `Public`, Currency: `USD`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-08-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 643 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `OJ Future`, Spread: 0.01, Open: 140.6, Price: 141.65, Buy: 140.18, Sell: 140.19, Change: 1.46, ChangePercent: 1.04, Volume: 7, High: 140.19, Low: 0, YearlyHigh: 155.95, YearlyLow: 113, YearlyStart: 134.47, YearlyChange: 4.25, Settlement: `Credit`, Contract: `Swap`, Region: `Africa`, Country: `Senegal`, Risk: `High`, Sector: `Private`, Currency: `PLN`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-06-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 644 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P MID MINI`, Spread: 0.01, Open: 1454.3, Price: 1473.25, Buy: 1455.78, Sell: 1455.79, Change: 17.47, ChangePercent: 1.2, Volume: 338, High: 1455.78, Low: 1448, YearlyHigh: 1527.3, YearlyLow: 1236, YearlyStart: 1381.65, YearlyChange: 5.37, Settlement: `Loan`, Contract: `Options`, Region: `Asia Pacific`, Country: `China`, Risk: `High`, Sector: `Government`, Currency: `PLN`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-03-11`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 645 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `Euro$ 3M`, Spread: 0.01, Open: 99.18, Price: 98.06, Buy: 99.18, Sell: 99.18, Change: -1.11, ChangePercent: -1.12, Volume: 29509, High: 99.18, Low: 99.17, YearlyHigh: 99.38, YearlyLow: 98.41, YearlyStart: 98.89, YearlyChange: 0.28, Settlement: `Cash`, Contract: `Options`, Region: `Asia Pacific`, Country: `Azerbaijan`, Risk: `Low`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-05-21`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 646 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Uranium`, Spread: 0.02, Open: 27.55, Price: 27.72, Buy: 27.55, Sell: 27.55, Change: 0.14, ChangePercent: 0.52, Volume: 12, High: 27.55, Low: 27.55, YearlyHigh: 29.32, YearlyLow: 21.28, YearlyStart: 25.3, YearlyChange: 9.01, Settlement: `Cash`, Contract: `Swap`, Region: `Asia Pacific`, Country: `Indonesia`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-05-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 647 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/CAD`, Spread: 0.02, Open: 0.7744, Price: 0.97, Buy: 0.94, Sell: 0.96, Change: 0.02, ChangePercent: 1.96, Volume: 13669, High: 0.95, Low: 0.77, YearlyHigh: 0.95, YearlyLow: 0.68, YearlyStart: 0.76, YearlyChange: 26.43, Settlement: `Loan`, Contract: `CFD`, Region: `Europe`, Country: `Slovakia`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-03-16`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 648 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Ethanol`, Spread: 0.01, Open: 1.512, Price: 2.77, Buy: 2.75, Sell: 2.76, Change: 0.02, ChangePercent: 0.64, Volume: 14, High: 2.75, Low: 1.12, YearlyHigh: 2.75, YearlyLow: 1.12, YearlyStart: 1.48, YearlyChange: 86.7, Settlement: `Cash`, Contract: `Swap`, Region: `Africa`, Country: `Senegal`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-03-22`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 649 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Diesel`, Spread: 0.015, Open: 1.3474, Price: 1.34, Buy: 1.35, Sell: 1.35, Change: -0.02, ChangePercent: -1.08, Volume: 2971, High: 1.36, Low: 1.34, YearlyHigh: 2.11, YearlyLow: 0.92, YearlyStart: 1.51, YearlyChange: -10.4, Settlement: `Cash`, Contract: `Futures`, Region: `Middle East`, Country: `Qatar`, Risk: `High`, Sector: `Public`, Currency: `USD`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-09-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 650 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P MID MINI`, Spread: 0.01, Open: 1454.3, Price: 1460.44, Buy: 1455.78, Sell: 1455.79, Change: 4.66, ChangePercent: 0.32, Volume: 338, High: 1455.78, Low: 1448, YearlyHigh: 1527.3, YearlyLow: 1236, YearlyStart: 1381.65, YearlyChange: 5.37, Settlement: `Cash`, Contract: `CFD`, Region: `Asia Pacific`, Country: `China`, Risk: `High`, Sector: `Private`, Currency: `PLN`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-08-21`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 651 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Oats`, Spread: 0.01, Open: 194.5, Price: 195.07, Buy: 194.21, Sell: 194.22, Change: 0.85, ChangePercent: 0.44, Volume: 64, High: 195.75, Low: 194, YearlyHigh: 241.25, YearlyLow: 183.75, YearlyStart: 212.5, YearlyChange: -8.6, Settlement: `Cash`, Contract: `Options`, Region: `Asia Pacific`, Country: `Hong Kong`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-01-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 652 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Palladium`, Spread: 0.01, Open: 600.55, Price: 608.45, Buy: 601, Sell: 601.01, Change: 7.45, ChangePercent: 1.24, Volume: 651, High: 607.2, Low: 598.4, YearlyHigh: 690, YearlyLow: 458.6, YearlyStart: 574.3, YearlyChange: 4.65, Settlement: `Loan`, Contract: `Futures`, Region: `Asia Pacific`, Country: `Japan`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `High`, Issuer: `American Airlines`, Maturity: `2022-02-16`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 653 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Natural Gas`, Spread: 0.02, Open: 2.094, Price: 2.09, Buy: 2.09, Sell: 2.09, Change: -0.01, ChangePercent: -0.84, Volume: 2783, High: 2.11, Low: 2.09, YearlyHigh: 3.2, YearlyLow: 1.84, YearlyStart: 2.52, YearlyChange: -16.51, Settlement: `Credit`, Contract: `Swap`, Region: `Africa`, Country: `Senegal`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `Poor`, Issuer: `FedEx`, Maturity: `2022-01-24`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 654 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Ethanol`, Spread: 0.01, Open: 1.512, Price: 2.75, Buy: 2.75, Sell: 2.76, Change: 0, ChangePercent: -0.28, Volume: 14, High: 2.75, Low: 1.12, YearlyHigh: 2.75, YearlyLow: 1.12, YearlyStart: 1.48, YearlyChange: 86.7, Settlement: `Credit`, Contract: `Options`, Region: `South America`, Country: `Brazil`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-05-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 655 }), + new FinancialDataAllItem({ Category: `Index`, Type: `NAS Future`, Spread: 0.01, Open: 4341.25, Price: 4285.71, Buy: 4341.25, Sell: 4341.25, Change: -55.57, ChangePercent: -1.28, Volume: 18259, High: 4347, Low: 4318, YearlyHigh: 4719.75, YearlyLow: 3867.75, YearlyStart: 4293.75, YearlyChange: 1.11, Settlement: `Credit`, Contract: `Forwards`, Region: `Africa`, Country: `Libya`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-08-27`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 656 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Coffee`, Spread: 0.01, Open: 125.7, Price: 123.83, Buy: 125.7, Sell: 125.7, Change: -1.86, ChangePercent: -1.48, Volume: 1654, High: 125.8, Low: 125, YearlyHigh: 155.75, YearlyLow: 115.35, YearlyStart: 135.55, YearlyChange: -7.27, Settlement: `Loan`, Contract: `Forwards`, Region: `Asia Pacific`, Country: `Japan`, Risk: `High`, Sector: `Private`, Currency: `PLN`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-04-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 657 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Platinum`, Spread: 0.01, Open: 1071.6, Price: 1051.82, Buy: 1071.09, Sell: 1071.1, Change: -19.28, ChangePercent: -1.8, Volume: 3039, High: 1081.2, Low: 1070.5, YearlyHigh: 1120.6, YearlyLow: 812.4, YearlyStart: 966.5, YearlyChange: 10.82, Settlement: `Loan`, Contract: `Swap`, Region: `Africa`, Country: `Tunisia`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `High`, Issuer: `American Airlines`, Maturity: `2022-03-16`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 658 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soy Meat`, Spread: 0.01, Open: 342.6, Price: 339.74, Buy: 342.6, Sell: 342.6, Change: -2.88, ChangePercent: -0.84, Volume: 5646, High: 345.4, Low: 340.3, YearlyHigh: 353.4, YearlyLow: 261.7, YearlyStart: 307.55, YearlyChange: 11.4, Settlement: `Cash`, Contract: `Futures`, Region: `Africa`, Country: `South Africa`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `High`, Issuer: `American Airlines`, Maturity: `2022-04-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 659 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `US 10YR Future`, Spread: 0.01, Open: 130.5625, Price: 128.08, Buy: 130.56, Sell: 130.56, Change: -2.5, ChangePercent: -1.92, Volume: 189310, High: 130.63, Low: 130.44, YearlyHigh: 132.64, YearlyLow: 125.48, YearlyStart: 129.06, YearlyChange: 1.18, Settlement: `Cash`, Contract: `CFD`, Region: `Asia Pacific`, Country: `Indonesia`, Risk: `Low`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-06-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 660 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Cotton`, Spread: 0.01, Open: 61.77, Price: 62.77, Buy: 61.77, Sell: 61.77, Change: 1.01, ChangePercent: 1.64, Volume: 3612, High: 62.06, Low: 61.32, YearlyHigh: 67.59, YearlyLow: 54.33, YearlyStart: 60.96, YearlyChange: 1.31, Settlement: `Loan`, Contract: `Swap`, Region: `Middle East`, Country: `Qatar`, Risk: `Low`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-05-22`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 661 }), + new FinancialDataAllItem({ Category: `Index`, Type: `NAS Future`, Spread: 0.01, Open: 4341.25, Price: 4372.54, Buy: 4341.25, Sell: 4341.25, Change: 31.26, ChangePercent: 0.72, Volume: 18259, High: 4347, Low: 4318, YearlyHigh: 4719.75, YearlyLow: 3867.75, YearlyStart: 4293.75, YearlyChange: 1.11, Settlement: `Credit`, Contract: `Swap`, Region: `Africa`, Country: `Egypt`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-02-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 662 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Gold`, Spread: 0.01, Open: 1281.1, Price: 1303.78, Buy: 1280.73, Sell: 1280.74, Change: 23.05, ChangePercent: 1.8, Volume: 48387, High: 1289.5, Low: 1279.1, YearlyHigh: 1306, YearlyLow: 1047.2, YearlyStart: 1176.6, YearlyChange: 8.85, Settlement: `Credit`, Contract: `Futures`, Region: `Africa`, Country: `Morocco`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `High`, Issuer: `FedEx`, Maturity: `2022-06-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 663 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Wheat`, Spread: 0.01, Open: 465.5, Price: 466.26, Buy: 465.5, Sell: 465.5, Change: 0.74, ChangePercent: 0.16, Volume: 4318, High: 467, Low: 463.25, YearlyHigh: 628.5, YearlyLow: 449.5, YearlyStart: 539, YearlyChange: -13.63, Settlement: `Cash`, Contract: `Forwards`, Region: `South America`, Country: `Guyana`, Risk: `Low`, Sector: `Public`, Currency: `PLN`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-09-19`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 664 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Cocoa`, Spread: 0.01, Open: 3076, Price: 3082.18, Buy: 3076, Sell: 3076, Change: 6.15, ChangePercent: 0.2, Volume: 978, High: 3078, Low: 3066, YearlyHigh: 3406, YearlyLow: 2746, YearlyStart: 3076, YearlyChange: 0, Settlement: `Cash`, Contract: `Options`, Region: `Africa`, Country: `South Africa`, Risk: `High`, Sector: `Private`, Currency: `PLN`, Security: `High`, Issuer: `FedEx`, Maturity: `2022-06-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 665 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Oil`, Spread: 0.015, Open: 45.54, Price: 46.12, Buy: 45.78, Sell: 45.8, Change: 0.33, ChangePercent: 0.72, Volume: 107196, High: 45.94, Low: 45, YearlyHigh: 65.28, YearlyLow: 30.79, YearlyStart: 48.03, YearlyChange: -4.67, Settlement: `Cash`, Contract: `Futures`, Region: `Africa`, Country: `Senegal`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-02-23`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 666 }), + new FinancialDataAllItem({ Category: `Index`, Type: `DOW Future`, Spread: 0.01, Open: 17711, Price: 17995.55, Buy: 17712.15, Sell: 17712.16, Change: 283.4, ChangePercent: 1.6, Volume: 22236, High: 17727, Low: 17642, YearlyHigh: 18083, YearlyLow: 15299, YearlyStart: 16691, YearlyChange: 6.12, Settlement: `Credit`, Contract: `Futures`, Region: `Europe`, Country: `Romania`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-06-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 667 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Corn`, Spread: 0.01, Open: 379.5, Price: 384.82, Buy: 379.8, Sell: 379.81, Change: 5.02, ChangePercent: 1.32, Volume: 11266, High: 381, Low: 377.75, YearlyHigh: 471.25, YearlyLow: 351.25, YearlyStart: 411.25, YearlyChange: -7.65, Settlement: `Cash`, Contract: `Futures`, Region: `Europe`, Country: `Romania`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-04-16`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 668 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `FD Cattle`, Spread: 0.01, Open: 147.175, Price: 148.78, Buy: 148.6, Sell: 148.61, Change: 0.17, ChangePercent: 0.12, Volume: 5, High: 148.61, Low: 147.18, YearlyHigh: 190, YearlyLow: 138.1, YearlyStart: 164.05, YearlyChange: -9.41, Settlement: `Credit`, Contract: `Swap`, Region: `Asia Pacific`, Country: `Korea`, Risk: `Low`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-07-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 669 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `LV Cattle`, Spread: 0.01, Open: 120.725, Price: 121.43, Buy: 120.72, Sell: 120.72, Change: 0.73, ChangePercent: 0.6, Volume: 4, High: 120.72, Low: 120.72, YearlyHigh: 147.98, YearlyLow: 113.9, YearlyStart: 130.94, YearlyChange: -7.82, Settlement: `Cash`, Contract: `Options`, Region: `Europe`, Country: `Italy`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-03-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 670 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Palladium`, Spread: 0.01, Open: 600.55, Price: 610.14, Buy: 601, Sell: 601.01, Change: 9.14, ChangePercent: 1.52, Volume: 651, High: 607.2, Low: 598.4, YearlyHigh: 690, YearlyLow: 458.6, YearlyStart: 574.3, YearlyChange: 4.65, Settlement: `Loan`, Contract: `Forwards`, Region: `North America`, Country: `Mexico`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-05-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 671 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `AUD/USD`, Spread: 0.02, Open: 0.7344, Price: 0.76, Buy: 0.73, Sell: 0.73, Change: 0.02, ChangePercent: 1.8, Volume: 36764, High: 0.74, Low: 0.73, YearlyHigh: 0.79, YearlyLow: 0.68, YearlyStart: 0.73, YearlyChange: 1.28, Settlement: `Credit`, Contract: `Futures`, Region: `Africa`, Country: `Libya`, Risk: `High`, Sector: `Public`, Currency: `USD`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-02-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 672 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `AUD/USD`, Spread: 0.02, Open: 0.7344, Price: 0.76, Buy: 0.73, Sell: 0.73, Change: 0.02, ChangePercent: 1.88, Volume: 36764, High: 0.74, Low: 0.73, YearlyHigh: 0.79, YearlyLow: 0.68, YearlyStart: 0.73, YearlyChange: 1.28, Settlement: `Loan`, Contract: `Futures`, Region: `Africa`, Country: `Cameroon`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `High`, Issuer: `FedEx`, Maturity: `2022-06-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 673 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Silver`, Spread: 0.01, Open: 17.43, Price: 17.58, Buy: 17.43, Sell: 17.43, Change: 0.16, ChangePercent: 0.92, Volume: 11720, High: 17.51, Low: 17.37, YearlyHigh: 18.06, YearlyLow: 13.73, YearlyStart: 15.89, YearlyChange: 9.59, Settlement: `Loan`, Contract: `Futures`, Region: `Europe`, Country: `Germany`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-02-27`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 674 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soy oil`, Spread: 0.01, Open: 33.26, Price: 33.7, Buy: 33.77, Sell: 33.78, Change: -0.07, ChangePercent: -0.2, Volume: 10592, High: 33.77, Low: 33.06, YearlyHigh: 35.43, YearlyLow: 26.61, YearlyStart: 31.02, YearlyChange: 8.87, Settlement: `Loan`, Contract: `Futures`, Region: `Africa`, Country: `Cameroon`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-05-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 675 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Corn`, Spread: 0.01, Open: 379.5, Price: 377.52, Buy: 379.8, Sell: 379.81, Change: -2.28, ChangePercent: -0.6, Volume: 11266, High: 381, Low: 377.75, YearlyHigh: 471.25, YearlyLow: 351.25, YearlyStart: 411.25, YearlyChange: -7.65, Settlement: `Loan`, Contract: `Forwards`, Region: `Middle East`, Country: `Iraq`, Risk: `Low`, Sector: `Public`, Currency: `USD`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-03-10`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 676 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `US 2Y Future`, Spread: 0.01, Open: 109.3984, Price: 110.18, Buy: 109.4, Sell: 109.4, Change: 0.79, ChangePercent: 0.72, Volume: 17742, High: 109.41, Low: 109.38, YearlyHigh: 109.8, YearlyLow: 108.62, YearlyStart: 109.21, YearlyChange: 0.16, Settlement: `Cash`, Contract: `Options`, Region: `Middle East`, Country: `Iraq`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-05-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 677 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/JPY`, Spread: 0.02, Open: 9275.5, Price: 9336.71, Buy: 9277.32, Sell: 9277.34, Change: 59.38, ChangePercent: 0.64, Volume: 47734, High: 9277.33, Low: 0.93, YearlyHigh: 9483, YearlyLow: 0.93, YearlyStart: 4741.97, YearlyChange: 95.64, Settlement: `Credit`, Contract: `Options`, Region: `Europe`, Country: `Czechia`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-08-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 678 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soy Meat`, Spread: 0.01, Open: 342.6, Price: 348.65, Buy: 342.6, Sell: 342.6, Change: 6.03, ChangePercent: 1.76, Volume: 5646, High: 345.4, Low: 340.3, YearlyHigh: 353.4, YearlyLow: 261.7, YearlyStart: 307.55, YearlyChange: 11.4, Settlement: `Credit`, Contract: `Futures`, Region: `Middle East`, Country: `Iraq`, Risk: `Low`, Sector: `Government`, Currency: `USD`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-02-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 679 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `US 30YR Future`, Spread: 0.01, Open: 164.875, Price: 164.75, Buy: 164.15, Sell: 164.16, Change: 0.59, ChangePercent: 0.36, Volume: 28012, High: 165.25, Low: 164.04, YearlyHigh: 169.38, YearlyLow: 151.47, YearlyStart: 160.43, YearlyChange: 2.33, Settlement: `Credit`, Contract: `CFD`, Region: `Asia Pacific`, Country: `Japan`, Risk: `Low`, Sector: `Public`, Currency: `PLN`, Security: `High`, Issuer: `FedEx`, Maturity: `2022-08-21`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 680 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `LV Cattle`, Spread: 0.01, Open: 120.725, Price: 123.02, Buy: 120.72, Sell: 120.72, Change: 2.31, ChangePercent: 1.92, Volume: 4, High: 120.72, Low: 120.72, YearlyHigh: 147.98, YearlyLow: 113.9, YearlyStart: 130.94, YearlyChange: -7.82, Settlement: `Loan`, Contract: `Futures`, Region: `Europe`, Country: `Hungary`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-07-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 681 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P 600 MINI`, Spread: 0.01, Open: 687.9, Price: 679.08, Buy: 687.9, Sell: 687.9, Change: -8.8, ChangePercent: -1.28, Volume: 0, High: 0, Low: 0, YearlyHigh: 620.32, YearlyLow: 595.9, YearlyStart: 608.11, YearlyChange: 13.12, Settlement: `Credit`, Contract: `Swap`, Region: `Middle East`, Country: `Lebanon`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-07-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 682 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P Future`, Spread: 0.01, Open: 2057.5, Price: 2031.1, Buy: 2056.6, Sell: 2056.61, Change: -25.5, ChangePercent: -1.24, Volume: 142780, High: 2059.5, Low: 2049, YearlyHigh: 2105.5, YearlyLow: 1794.5, YearlyStart: 1950, YearlyChange: 5.47, Settlement: `Loan`, Contract: `Options`, Region: `Middle East`, Country: `Saudi Arabia`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-02-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 683 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Silver`, Spread: 0.01, Open: 17.43, Price: 17.17, Buy: 17.43, Sell: 17.43, Change: -0.25, ChangePercent: -1.44, Volume: 11720, High: 17.51, Low: 17.37, YearlyHigh: 18.06, YearlyLow: 13.73, YearlyStart: 15.89, YearlyChange: 9.59, Settlement: `Loan`, Contract: `Options`, Region: `North America`, Country: `United States`, Risk: `High`, Sector: `Private`, Currency: `PLN`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-01-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 684 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `AUD/USD`, Spread: 0.02, Open: 0.7344, Price: 0.76, Buy: 0.73, Sell: 0.73, Change: 0.02, ChangePercent: 1.68, Volume: 36764, High: 0.74, Low: 0.73, YearlyHigh: 0.79, YearlyLow: 0.68, YearlyStart: 0.73, YearlyChange: 1.28, Settlement: `Cash`, Contract: `Options`, Region: `Africa`, Country: `Tunisia`, Risk: `Low`, Sector: `Public`, Currency: `PLN`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-07-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 685 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Cocoa`, Spread: 0.01, Open: 3076, Price: 3116.63, Buy: 3076, Sell: 3076, Change: 40.6, ChangePercent: 1.32, Volume: 978, High: 3078, Low: 3066, YearlyHigh: 3406, YearlyLow: 2746, YearlyStart: 3076, YearlyChange: 0, Settlement: `Loan`, Contract: `Futures`, Region: `Asia Pacific`, Country: `China`, Risk: `Low`, Sector: `Public`, Currency: `USD`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-02-21`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 686 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Coal`, Spread: 0.015, Open: 0.4363, Price: 0.42, Buy: 0.44, Sell: 0.44, Change: 0, ChangePercent: 0.72, Volume: 3, High: 0.44, Low: 0.44, YearlyHigh: 0.48, YearlyLow: 0.4, YearlyStart: 0.44, YearlyChange: -5.33, Settlement: `Cash`, Contract: `CFD`, Region: `Europe`, Country: `Greece`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-02-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 687 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Gold`, Spread: 0.01, Open: 1281.1, Price: 1278.17, Buy: 1280.73, Sell: 1280.74, Change: -2.56, ChangePercent: -0.2, Volume: 48387, High: 1289.5, Low: 1279.1, YearlyHigh: 1306, YearlyLow: 1047.2, YearlyStart: 1176.6, YearlyChange: 8.85, Settlement: `Loan`, Contract: `Futures`, Region: `Africa`, Country: `Libya`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-03-23`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 688 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `BTC/USD`, Spread: 0.06, Open: 93.88, Price: 20589.16, Buy: 21200.76, Sell: 21400.78, Change: -411.61, ChangePercent: -1.96, Volume: 5788000, High: 22400.05, Low: 20100.75, YearlyHigh: 62400.7, YearlyLow: 15100.88, YearlyStart: 21200.29, YearlyChange: -20.62, Settlement: `Credit`, Contract: `Forwards`, Region: `Asia Pacific`, Country: `Australia`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-05-23`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 689 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Natural Gas`, Spread: 0.02, Open: 2.094, Price: 2.08, Buy: 2.09, Sell: 2.09, Change: -0.02, ChangePercent: -1.32, Volume: 2783, High: 2.11, Low: 2.09, YearlyHigh: 3.2, YearlyLow: 1.84, YearlyStart: 2.52, YearlyChange: -16.51, Settlement: `Cash`, Contract: `Swap`, Region: `Europe`, Country: `Switzerland`, Risk: `Low`, Sector: `Public`, Currency: `PLN`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-06-19`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 690 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `OJ Future`, Spread: 0.01, Open: 140.6, Price: 141.76, Buy: 140.18, Sell: 140.19, Change: 1.57, ChangePercent: 1.12, Volume: 7, High: 140.19, Low: 0, YearlyHigh: 155.95, YearlyLow: 113, YearlyStart: 134.47, YearlyChange: 4.25, Settlement: `Credit`, Contract: `Options`, Region: `Middle East`, Country: `Jordan`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-02-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 691 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Copper`, Spread: 0.02, Open: 2.123, Price: 2.08, Buy: 2.12, Sell: 2.12, Change: -0.03, ChangePercent: -1.56, Volume: 28819, High: 2.16, Low: 2.11, YearlyHigh: 2.94, YearlyLow: 1.96, YearlyStart: 2.45, YearlyChange: -13.76, Settlement: `Cash`, Contract: `CFD`, Region: `Asia Pacific`, Country: `Hong Kong`, Risk: `Low`, Sector: `Public`, Currency: `USD`, Security: `Poor`, Issuer: `American Airlines`, Maturity: `2022-06-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 692 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Palladium`, Spread: 0.01, Open: 600.55, Price: 599.8, Buy: 601, Sell: 601.01, Change: -1.2, ChangePercent: -0.2, Volume: 651, High: 607.2, Low: 598.4, YearlyHigh: 690, YearlyLow: 458.6, YearlyStart: 574.3, YearlyChange: 4.65, Settlement: `Credit`, Contract: `Options`, Region: `Asia Pacific`, Country: `India`, Risk: `Low`, Sector: `Government`, Currency: `PLN`, Security: `High`, Issuer: `FedEx`, Maturity: `2022-04-24`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 693 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soy Meat`, Spread: 0.01, Open: 342.6, Price: 337.96, Buy: 342.6, Sell: 342.6, Change: -4.66, ChangePercent: -1.36, Volume: 5646, High: 345.4, Low: 340.3, YearlyHigh: 353.4, YearlyLow: 261.7, YearlyStart: 307.55, YearlyChange: 11.4, Settlement: `Cash`, Contract: `CFD`, Region: `Asia Pacific`, Country: `India`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-03-21`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 694 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `US 30YR Future`, Spread: 0.01, Open: 164.875, Price: 164.09, Buy: 164.15, Sell: 164.16, Change: -0.07, ChangePercent: -0.04, Volume: 28012, High: 165.25, Low: 164.04, YearlyHigh: 169.38, YearlyLow: 151.47, YearlyStart: 160.43, YearlyChange: 2.33, Settlement: `Credit`, Contract: `Futures`, Region: `Africa`, Country: `Ethiopia`, Risk: `Low`, Sector: `Public`, Currency: `PLN`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-05-11`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 695 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soy oil`, Spread: 0.01, Open: 33.26, Price: 33.5, Buy: 33.77, Sell: 33.78, Change: -0.27, ChangePercent: -0.8, Volume: 10592, High: 33.77, Low: 33.06, YearlyHigh: 35.43, YearlyLow: 26.61, YearlyStart: 31.02, YearlyChange: 8.87, Settlement: `Credit`, Contract: `Options`, Region: `Africa`, Country: `Ethiopia`, Risk: `Low`, Sector: `Government`, Currency: `PLN`, Security: `High`, Issuer: `FedEx`, Maturity: `2022-03-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 696 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Gold`, Spread: 0.01, Open: 1281.1, Price: 1257.68, Buy: 1280.73, Sell: 1280.74, Change: -23.05, ChangePercent: -1.8, Volume: 48387, High: 1289.5, Low: 1279.1, YearlyHigh: 1306, YearlyLow: 1047.2, YearlyStart: 1176.6, YearlyChange: 8.85, Settlement: `Loan`, Contract: `Options`, Region: `Europe`, Country: `Italy`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-04-21`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 697 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Milk`, Spread: 0.01, Open: 12.87, Price: 12.98, Buy: 12.87, Sell: 12.87, Change: 0.12, ChangePercent: 0.96, Volume: 7, High: 12.89, Low: 12.81, YearlyHigh: 16.96, YearlyLow: 12.81, YearlyStart: 14.88, YearlyChange: -13.6, Settlement: `Loan`, Contract: `Forwards`, Region: `North America`, Country: `United States`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-05-22`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 698 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `AUD/USD`, Spread: 0.02, Open: 0.7344, Price: 0.75, Buy: 0.73, Sell: 0.73, Change: 0.01, ChangePercent: 1.32, Volume: 36764, High: 0.74, Low: 0.73, YearlyHigh: 0.79, YearlyLow: 0.68, YearlyStart: 0.73, YearlyChange: 1.28, Settlement: `Cash`, Contract: `Futures`, Region: `Europe`, Country: `Czechia`, Risk: `Low`, Sector: `Public`, Currency: `EUR`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-07-21`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 699 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `FD Cattle`, Spread: 0.01, Open: 147.175, Price: 147.66, Buy: 148.6, Sell: 148.61, Change: -0.95, ChangePercent: -0.64, Volume: 5, High: 148.61, Low: 147.18, YearlyHigh: 190, YearlyLow: 138.1, YearlyStart: 164.05, YearlyChange: -9.41, Settlement: `Loan`, Contract: `Swap`, Region: `Africa`, Country: `Cameroon`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-09-21`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 700 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Gold`, Spread: 0.01, Open: 1281.1, Price: 1299.17, Buy: 1280.73, Sell: 1280.74, Change: 18.44, ChangePercent: 1.44, Volume: 48387, High: 1289.5, Low: 1279.1, YearlyHigh: 1306, YearlyLow: 1047.2, YearlyStart: 1176.6, YearlyChange: 8.85, Settlement: `Cash`, Contract: `Swap`, Region: `South America`, Country: `Ecuador`, Risk: `High`, Sector: `Public`, Currency: `USD`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-07-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 701 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `FD Cattle`, Spread: 0.01, Open: 147.175, Price: 149.44, Buy: 148.6, Sell: 148.61, Change: 0.83, ChangePercent: 0.56, Volume: 5, High: 148.61, Low: 147.18, YearlyHigh: 190, YearlyLow: 138.1, YearlyStart: 164.05, YearlyChange: -9.41, Settlement: `Loan`, Contract: `Swap`, Region: `Africa`, Country: `Senegal`, Risk: `High`, Sector: `Public`, Currency: `PLN`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-08-23`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 702 }), + new FinancialDataAllItem({ Category: `Index`, Type: `DOW Future`, Spread: 0.01, Open: 17711, Price: 17535.03, Buy: 17712.15, Sell: 17712.16, Change: -177.12, ChangePercent: -1, Volume: 22236, High: 17727, Low: 17642, YearlyHigh: 18083, YearlyLow: 15299, YearlyStart: 16691, YearlyChange: 6.12, Settlement: `Cash`, Contract: `Futures`, Region: `Middle East`, Country: `Kuwait`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-02-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 703 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `BTC/USD`, Spread: 0.06, Open: 93.88, Price: 21101.58, Buy: 21200.76, Sell: 21400.78, Change: 100.81, ChangePercent: 0.48, Volume: 5788000, High: 22400.05, Low: 20100.75, YearlyHigh: 62400.7, YearlyLow: 15100.88, YearlyStart: 21200.29, YearlyChange: -20.62, Settlement: `Credit`, Contract: `Options`, Region: `Middle East`, Country: `Israel`, Risk: `High`, Sector: `Private`, Currency: `PLN`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-06-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 704 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Coal`, Spread: 0.015, Open: 0.4363, Price: 0.41, Buy: 0.44, Sell: 0.44, Change: -0.01, ChangePercent: -0.72, Volume: 3, High: 0.44, Low: 0.44, YearlyHigh: 0.48, YearlyLow: 0.4, YearlyStart: 0.44, YearlyChange: -5.33, Settlement: `Loan`, Contract: `Options`, Region: `North America`, Country: `Canada`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-03-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 705 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Sugar`, Spread: 0.01, Open: 15.68, Price: 14.55, Buy: 14.67, Sell: 14.68, Change: -0.12, ChangePercent: -0.84, Volume: 4949, High: 15.7, Low: 14.67, YearlyHigh: 16.87, YearlyLow: 11.37, YearlyStart: 14.12, YearlyChange: 3.92, Settlement: `Cash`, Contract: `Swap`, Region: `Middle East`, Country: `Israel`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-01-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 706 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `BTC/USD`, Spread: 0.06, Open: 93.88, Price: 20656.36, Buy: 21200.76, Sell: 21400.78, Change: -344.41, ChangePercent: -1.64, Volume: 5788000, High: 22400.05, Low: 20100.75, YearlyHigh: 62400.7, YearlyLow: 15100.88, YearlyStart: 21200.29, YearlyChange: -20.62, Settlement: `Cash`, Contract: `Futures`, Region: `Europe`, Country: `Denmark`, Risk: `High`, Sector: `Public`, Currency: `USD`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-02-21`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 707 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soybean`, Spread: 0.01, Open: 1038, Price: 1039.03, Buy: 1038.61, Sell: 1038.62, Change: 0.41, ChangePercent: 0.04, Volume: 20356, High: 1044, Low: 1031.75, YearlyHigh: 1057, YearlyLow: 859.5, YearlyStart: 958.25, YearlyChange: 8.39, Settlement: `Cash`, Contract: `Forwards`, Region: `North America`, Country: `Canada`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-06-21`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 708 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P MID MINI`, Spread: 0.01, Open: 1454.3, Price: 1430.16, Buy: 1455.78, Sell: 1455.79, Change: -25.62, ChangePercent: -1.76, Volume: 338, High: 1455.78, Low: 1448, YearlyHigh: 1527.3, YearlyLow: 1236, YearlyStart: 1381.65, YearlyChange: 5.37, Settlement: `Credit`, Contract: `Options`, Region: `South America`, Country: `Chile`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `High`, Issuer: `FedEx`, Maturity: `2022-01-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 709 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soybean`, Spread: 0.01, Open: 1038, Price: 1040.69, Buy: 1038.61, Sell: 1038.62, Change: 2.07, ChangePercent: 0.2, Volume: 20356, High: 1044, Low: 1031.75, YearlyHigh: 1057, YearlyLow: 859.5, YearlyStart: 958.25, YearlyChange: 8.39, Settlement: `Cash`, Contract: `Options`, Region: `South America`, Country: `Guyana`, Risk: `High`, Sector: `Government`, Currency: `USD`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-06-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 710 }), + new FinancialDataAllItem({ Category: `Index`, Type: `DOW Future`, Spread: 0.01, Open: 17711, Price: 17924.7, Buy: 17712.15, Sell: 17712.16, Change: 212.55, ChangePercent: 1.2, Volume: 22236, High: 17727, Low: 17642, YearlyHigh: 18083, YearlyLow: 15299, YearlyStart: 16691, YearlyChange: 6.12, Settlement: `Loan`, Contract: `Swap`, Region: `Middle East`, Country: `Lebanon`, Risk: `High`, Sector: `Public`, Currency: `USD`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-09-23`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 711 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `LV Cattle`, Spread: 0.01, Open: 120.725, Price: 119.69, Buy: 120.72, Sell: 120.72, Change: -1.02, ChangePercent: -0.84, Volume: 4, High: 120.72, Low: 120.72, YearlyHigh: 147.98, YearlyLow: 113.9, YearlyStart: 130.94, YearlyChange: -7.82, Settlement: `Loan`, Contract: `Swap`, Region: `Europe`, Country: `United Kingdom`, Risk: `High`, Sector: `Government`, Currency: `PLN`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-06-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 712 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `US 30YR Future`, Spread: 0.01, Open: 164.875, Price: 163.3, Buy: 164.15, Sell: 164.16, Change: -0.86, ChangePercent: -0.52, Volume: 28012, High: 165.25, Low: 164.04, YearlyHigh: 169.38, YearlyLow: 151.47, YearlyStart: 160.43, YearlyChange: 2.33, Settlement: `Credit`, Contract: `Futures`, Region: `Europe`, Country: `Portugal`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-02-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 713 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Oats`, Spread: 0.01, Open: 194.5, Price: 194.61, Buy: 194.21, Sell: 194.22, Change: 0.39, ChangePercent: 0.2, Volume: 64, High: 195.75, Low: 194, YearlyHigh: 241.25, YearlyLow: 183.75, YearlyStart: 212.5, YearlyChange: -8.6, Settlement: `Cash`, Contract: `Futures`, Region: `Asia Pacific`, Country: `Thailand`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `Poor`, Issuer: `American Airlines`, Maturity: `2022-04-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 714 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Wheat`, Spread: 0.01, Open: 465.5, Price: 468.31, Buy: 465.5, Sell: 465.5, Change: 2.79, ChangePercent: 0.6, Volume: 4318, High: 467, Low: 463.25, YearlyHigh: 628.5, YearlyLow: 449.5, YearlyStart: 539, YearlyChange: -13.63, Settlement: `Cash`, Contract: `Swap`, Region: `North America`, Country: `Mexico`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-01-23`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 715 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Ethanol`, Spread: 0.01, Open: 1.512, Price: 2.71, Buy: 2.75, Sell: 2.76, Change: -0.04, ChangePercent: -1.44, Volume: 14, High: 2.75, Low: 1.12, YearlyHigh: 2.75, YearlyLow: 1.12, YearlyStart: 1.48, YearlyChange: 86.7, Settlement: `Loan`, Contract: `Futures`, Region: `Europe`, Country: `Croatia`, Risk: `Low`, Sector: `Government`, Currency: `USD`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-08-11`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 716 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soybean`, Spread: 0.01, Open: 1038, Price: 1053.16, Buy: 1038.61, Sell: 1038.62, Change: 14.54, ChangePercent: 1.4, Volume: 20356, High: 1044, Low: 1031.75, YearlyHigh: 1057, YearlyLow: 859.5, YearlyStart: 958.25, YearlyChange: 8.39, Settlement: `Loan`, Contract: `Swap`, Region: `Africa`, Country: `Libya`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-05-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 717 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soy Meat`, Spread: 0.01, Open: 342.6, Price: 341.39, Buy: 342.6, Sell: 342.6, Change: -1.23, ChangePercent: -0.36, Volume: 5646, High: 345.4, Low: 340.3, YearlyHigh: 353.4, YearlyLow: 261.7, YearlyStart: 307.55, YearlyChange: 11.4, Settlement: `Cash`, Contract: `Futures`, Region: `South America`, Country: `Brazil`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-04-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 718 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `US 30YR Future`, Spread: 0.01, Open: 164.875, Price: 163.83, Buy: 164.15, Sell: 164.16, Change: -0.33, ChangePercent: -0.2, Volume: 28012, High: 165.25, Low: 164.04, YearlyHigh: 169.38, YearlyLow: 151.47, YearlyStart: 160.43, YearlyChange: 2.33, Settlement: `Credit`, Contract: `Swap`, Region: `Middle East`, Country: `Saudi Arabia`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-06-23`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 719 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Milk`, Spread: 0.01, Open: 12.87, Price: 12.94, Buy: 12.87, Sell: 12.87, Change: 0.08, ChangePercent: 0.64, Volume: 7, High: 12.89, Low: 12.81, YearlyHigh: 16.96, YearlyLow: 12.81, YearlyStart: 14.88, YearlyChange: -13.6, Settlement: `Loan`, Contract: `Forwards`, Region: `Asia Pacific`, Country: `Taiwan`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-01-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 720 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Platinum`, Spread: 0.01, Open: 1071.6, Price: 1070.67, Buy: 1071.09, Sell: 1071.1, Change: -0.43, ChangePercent: -0.04, Volume: 3039, High: 1081.2, Low: 1070.5, YearlyHigh: 1120.6, YearlyLow: 812.4, YearlyStart: 966.5, YearlyChange: 10.82, Settlement: `Loan`, Contract: `CFD`, Region: `Africa`, Country: `Morocco`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-02-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 721 }), + new FinancialDataAllItem({ Category: `Index`, Type: `DOW Future`, Spread: 0.01, Open: 17711, Price: 17683.81, Buy: 17712.15, Sell: 17712.16, Change: -28.34, ChangePercent: -0.16, Volume: 22236, High: 17727, Low: 17642, YearlyHigh: 18083, YearlyLow: 15299, YearlyStart: 16691, YearlyChange: 6.12, Settlement: `Credit`, Contract: `Forwards`, Region: `Asia Pacific`, Country: `Australia`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-03-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 722 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P 600 MINI`, Spread: 0.01, Open: 687.9, Price: 691.18, Buy: 687.9, Sell: 687.9, Change: 3.3, ChangePercent: 0.48, Volume: 0, High: 0, Low: 0, YearlyHigh: 620.32, YearlyLow: 595.9, YearlyStart: 608.11, YearlyChange: 13.12, Settlement: `Credit`, Contract: `Forwards`, Region: `Asia Pacific`, Country: `Japan`, Risk: `Low`, Sector: `Public`, Currency: `EUR`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-08-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 723 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P MID MINI`, Spread: 0.01, Open: 1454.3, Price: 1459.28, Buy: 1455.78, Sell: 1455.79, Change: 3.5, ChangePercent: 0.24, Volume: 338, High: 1455.78, Low: 1448, YearlyHigh: 1527.3, YearlyLow: 1236, YearlyStart: 1381.65, YearlyChange: 5.37, Settlement: `Loan`, Contract: `Futures`, Region: `Africa`, Country: `Morocco`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-08-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 724 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Uranium`, Spread: 0.02, Open: 27.55, Price: 27.19, Buy: 27.55, Sell: 27.55, Change: -0.39, ChangePercent: -1.4, Volume: 12, High: 27.55, Low: 27.55, YearlyHigh: 29.32, YearlyLow: 21.28, YearlyStart: 25.3, YearlyChange: 9.01, Settlement: `Cash`, Contract: `Options`, Region: `Asia Pacific`, Country: `Pakistan`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-08-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 725 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Sugar`, Spread: 0.01, Open: 15.68, Price: 14.74, Buy: 14.67, Sell: 14.68, Change: 0.07, ChangePercent: 0.48, Volume: 4949, High: 15.7, Low: 14.67, YearlyHigh: 16.87, YearlyLow: 11.37, YearlyStart: 14.12, YearlyChange: 3.92, Settlement: `Cash`, Contract: `Swap`, Region: `Africa`, Country: `Ethiopia`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-08-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 726 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `FD Cattle`, Spread: 0.01, Open: 147.175, Price: 146.23, Buy: 148.6, Sell: 148.61, Change: -2.38, ChangePercent: -1.6, Volume: 5, High: 148.61, Low: 147.18, YearlyHigh: 190, YearlyLow: 138.1, YearlyStart: 164.05, YearlyChange: -9.41, Settlement: `Credit`, Contract: `Options`, Region: `Africa`, Country: `Tunisia`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-08-11`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 727 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Ethanol`, Spread: 0.01, Open: 1.512, Price: 2.8, Buy: 2.75, Sell: 2.76, Change: 0.05, ChangePercent: 1.56, Volume: 14, High: 2.75, Low: 1.12, YearlyHigh: 2.75, YearlyLow: 1.12, YearlyStart: 1.48, YearlyChange: 86.7, Settlement: `Loan`, Contract: `Options`, Region: `Middle East`, Country: `Israel`, Risk: `High`, Sector: `Government`, Currency: `USD`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-07-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 728 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Gold`, Spread: 0.01, Open: 1281.1, Price: 1271, Buy: 1280.73, Sell: 1280.74, Change: -9.73, ChangePercent: -0.76, Volume: 48387, High: 1289.5, Low: 1279.1, YearlyHigh: 1306, YearlyLow: 1047.2, YearlyStart: 1176.6, YearlyChange: 8.85, Settlement: `Cash`, Contract: `Forwards`, Region: `Europe`, Country: `Poland`, Risk: `Low`, Sector: `Government`, Currency: `PLN`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-05-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 729 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `OJ Future`, Spread: 0.01, Open: 140.6, Price: 142.26, Buy: 140.18, Sell: 140.19, Change: 2.07, ChangePercent: 1.48, Volume: 7, High: 140.19, Low: 0, YearlyHigh: 155.95, YearlyLow: 113, YearlyStart: 134.47, YearlyChange: 4.25, Settlement: `Credit`, Contract: `Swap`, Region: `Africa`, Country: `Cameroon`, Risk: `Low`, Sector: `Public`, Currency: `PLN`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-07-24`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 730 }), + new FinancialDataAllItem({ Category: `Index`, Type: `NAS Future`, Spread: 0.01, Open: 4341.25, Price: 4271.82, Buy: 4341.25, Sell: 4341.25, Change: -69.46, ChangePercent: -1.6, Volume: 18259, High: 4347, Low: 4318, YearlyHigh: 4719.75, YearlyLow: 3867.75, YearlyStart: 4293.75, YearlyChange: 1.11, Settlement: `Credit`, Contract: `Futures`, Region: `Middle East`, Country: `Lebanon`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-06-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 731 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Rice`, Spread: 0.01, Open: 11.245, Price: 10.41, Buy: 10.41, Sell: 10.42, Change: -0.01, ChangePercent: -0.04, Volume: 220, High: 11.38, Low: 10.42, YearlyHigh: 14.14, YearlyLow: 9.7, YearlyStart: 11.92, YearlyChange: -12.62, Settlement: `Credit`, Contract: `Options`, Region: `Asia Pacific`, Country: `New Zealand`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `Poor`, Issuer: `FedEx`, Maturity: `2022-01-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 732 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Rice`, Spread: 0.01, Open: 11.245, Price: 10.52, Buy: 10.41, Sell: 10.42, Change: 0.1, ChangePercent: 1, Volume: 220, High: 11.38, Low: 10.42, YearlyHigh: 14.14, YearlyLow: 9.7, YearlyStart: 11.92, YearlyChange: -12.62, Settlement: `Loan`, Contract: `Futures`, Region: `Middle East`, Country: `Qatar`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `High`, Issuer: `FedEx`, Maturity: `2022-08-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 733 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `LV Cattle`, Spread: 0.01, Open: 120.725, Price: 119.79, Buy: 120.72, Sell: 120.72, Change: -0.91, ChangePercent: -0.76, Volume: 4, High: 120.72, Low: 120.72, YearlyHigh: 147.98, YearlyLow: 113.9, YearlyStart: 130.94, YearlyChange: -7.82, Settlement: `Cash`, Contract: `Options`, Region: `Africa`, Country: `Niger`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-03-21`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 734 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `Lean Hogs`, Spread: 0.01, Open: 81.275, Price: 83.39, Buy: 81.81, Sell: 81.82, Change: 1.58, ChangePercent: 1.92, Volume: 1, High: 81.81, Low: 81.28, YearlyHigh: 83.98, YearlyLow: 70.25, YearlyStart: 77.11, YearlyChange: 6.09, Settlement: `Cash`, Contract: `Forwards`, Region: `Asia Pacific`, Country: `Australia`, Risk: `Low`, Sector: `Government`, Currency: `PLN`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-05-16`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 735 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/CAD`, Spread: 0.02, Open: 0.7744, Price: 0.94, Buy: 0.94, Sell: 0.96, Change: -0.01, ChangePercent: -1.08, Volume: 13669, High: 0.95, Low: 0.77, YearlyHigh: 0.95, YearlyLow: 0.68, YearlyStart: 0.76, YearlyChange: 26.43, Settlement: `Credit`, Contract: `Options`, Region: `Asia Pacific`, Country: `Taiwan`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-03-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 736 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `GBP/USD`, Spread: 0.02, Open: 1.4464, Price: 1.19, Buy: 1.18, Sell: 1.2, Change: 0, ChangePercent: -0.4, Volume: 29450, High: 1.45, Low: 1.19, YearlyHigh: 1.59, YearlyLow: 1.19, YearlyStart: 1.49, YearlyChange: -19.59, Settlement: `Credit`, Contract: `Options`, Region: `Africa`, Country: `Senegal`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-05-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 737 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Milk`, Spread: 0.01, Open: 12.87, Price: 12.69, Buy: 12.87, Sell: 12.87, Change: -0.17, ChangePercent: -1.36, Volume: 7, High: 12.89, Low: 12.81, YearlyHigh: 16.96, YearlyLow: 12.81, YearlyStart: 14.88, YearlyChange: -13.6, Settlement: `Credit`, Contract: `Swap`, Region: `Africa`, Country: `Niger`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-05-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 738 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Gold`, Spread: 0.01, Open: 1281.1, Price: 1262.29, Buy: 1280.73, Sell: 1280.74, Change: -18.44, ChangePercent: -1.44, Volume: 48387, High: 1289.5, Low: 1279.1, YearlyHigh: 1306, YearlyLow: 1047.2, YearlyStart: 1176.6, YearlyChange: 8.85, Settlement: `Cash`, Contract: `Swap`, Region: `Middle East`, Country: `Oman`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-07-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 739 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P MID MINI`, Spread: 0.01, Open: 1454.3, Price: 1437.15, Buy: 1455.78, Sell: 1455.79, Change: -18.63, ChangePercent: -1.28, Volume: 338, High: 1455.78, Low: 1448, YearlyHigh: 1527.3, YearlyLow: 1236, YearlyStart: 1381.65, YearlyChange: 5.37, Settlement: `Cash`, Contract: `Futures`, Region: `Asia Pacific`, Country: `Korea`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-02-16`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 740 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Coffee`, Spread: 0.01, Open: 125.7, Price: 123.53, Buy: 125.7, Sell: 125.7, Change: -2.16, ChangePercent: -1.72, Volume: 1654, High: 125.8, Low: 125, YearlyHigh: 155.75, YearlyLow: 115.35, YearlyStart: 135.55, YearlyChange: -7.27, Settlement: `Cash`, Contract: `Forwards`, Region: `North America`, Country: `Canada`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-05-16`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 741 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soybean`, Spread: 0.01, Open: 1038, Price: 1030.72, Buy: 1038.61, Sell: 1038.62, Change: -7.9, ChangePercent: -0.76, Volume: 20356, High: 1044, Low: 1031.75, YearlyHigh: 1057, YearlyLow: 859.5, YearlyStart: 958.25, YearlyChange: 8.39, Settlement: `Loan`, Contract: `Futures`, Region: `Europe`, Country: `Portugal`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-02-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 742 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Gold`, Spread: 0.01, Open: 1281.1, Price: 1296.1, Buy: 1280.73, Sell: 1280.74, Change: 15.37, ChangePercent: 1.2, Volume: 48387, High: 1289.5, Low: 1279.1, YearlyHigh: 1306, YearlyLow: 1047.2, YearlyStart: 1176.6, YearlyChange: 8.85, Settlement: `Credit`, Contract: `Swap`, Region: `Asia Pacific`, Country: `Malaysia`, Risk: `High`, Sector: `Public`, Currency: `PLN`, Security: `Poor`, Issuer: `FedEx`, Maturity: `2022-01-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 743 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Oats`, Spread: 0.01, Open: 194.5, Price: 195.54, Buy: 194.21, Sell: 194.22, Change: 1.32, ChangePercent: 0.68, Volume: 64, High: 195.75, Low: 194, YearlyHigh: 241.25, YearlyLow: 183.75, YearlyStart: 212.5, YearlyChange: -8.6, Settlement: `Loan`, Contract: `Forwards`, Region: `Europe`, Country: `Sweden`, Risk: `High`, Sector: `Public`, Currency: `USD`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-08-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 744 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Natural Gas`, Spread: 0.02, Open: 2.094, Price: 2.14, Buy: 2.09, Sell: 2.09, Change: 0.04, ChangePercent: 1.76, Volume: 2783, High: 2.11, Low: 2.09, YearlyHigh: 3.2, YearlyLow: 1.84, YearlyStart: 2.52, YearlyChange: -16.51, Settlement: `Cash`, Contract: `CFD`, Region: `Middle East`, Country: `Lebanon`, Risk: `High`, Sector: `Private`, Currency: `PLN`, Security: `High`, Issuer: `American Airlines`, Maturity: `2022-07-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 745 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Lumber`, Spread: 0.01, Open: 303.9, Price: 309.59, Buy: 304.59, Sell: 304.6, Change: 4.99, ChangePercent: 1.64, Volume: 2, High: 304.6, Low: 303.9, YearlyHigh: 317.1, YearlyLow: 236, YearlyStart: 276.55, YearlyChange: 10.14, Settlement: `Credit`, Contract: `CFD`, Region: `Europe`, Country: `Hungary`, Risk: `Low`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-07-22`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 746 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Rice`, Spread: 0.01, Open: 11.245, Price: 10.42, Buy: 10.41, Sell: 10.42, Change: 0, ChangePercent: 0.04, Volume: 220, High: 11.38, Low: 10.42, YearlyHigh: 14.14, YearlyLow: 9.7, YearlyStart: 11.92, YearlyChange: -12.62, Settlement: `Credit`, Contract: `Swap`, Region: `Asia Pacific`, Country: `Australia`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-08-27`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 747 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Copper`, Spread: 0.02, Open: 2.123, Price: 2.12, Buy: 2.12, Sell: 2.12, Change: 0.01, ChangePercent: 0.12, Volume: 28819, High: 2.16, Low: 2.11, YearlyHigh: 2.94, YearlyLow: 1.96, YearlyStart: 2.45, YearlyChange: -13.76, Settlement: `Cash`, Contract: `Options`, Region: `Africa`, Country: `Egypt`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-03-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 748 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soy oil`, Spread: 0.01, Open: 33.26, Price: 33.26, Buy: 33.77, Sell: 33.78, Change: -0.51, ChangePercent: -1.52, Volume: 10592, High: 33.77, Low: 33.06, YearlyHigh: 35.43, YearlyLow: 26.61, YearlyStart: 31.02, YearlyChange: 8.87, Settlement: `Cash`, Contract: `Options`, Region: `Asia Pacific`, Country: `Taiwan`, Risk: `Low`, Sector: `Public`, Currency: `PLN`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-01-11`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 749 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P Future`, Spread: 0.01, Open: 2057.5, Price: 2038.5, Buy: 2056.6, Sell: 2056.61, Change: -18.1, ChangePercent: -0.88, Volume: 142780, High: 2059.5, Low: 2049, YearlyHigh: 2105.5, YearlyLow: 1794.5, YearlyStart: 1950, YearlyChange: 5.47, Settlement: `Cash`, Contract: `Futures`, Region: `North America`, Country: `Mexico`, Risk: `Low`, Sector: `Government`, Currency: `USD`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-09-27`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 750 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Corn`, Spread: 0.01, Open: 379.5, Price: 374.49, Buy: 379.8, Sell: 379.81, Change: -5.31, ChangePercent: -1.4, Volume: 11266, High: 381, Low: 377.75, YearlyHigh: 471.25, YearlyLow: 351.25, YearlyStart: 411.25, YearlyChange: -7.65, Settlement: `Cash`, Contract: `Options`, Region: `South America`, Country: `Uruguay`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-07-27`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 751 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `FD Cattle`, Spread: 0.01, Open: 147.175, Price: 146.53, Buy: 148.6, Sell: 148.61, Change: -2.08, ChangePercent: -1.4, Volume: 5, High: 148.61, Low: 147.18, YearlyHigh: 190, YearlyLow: 138.1, YearlyStart: 164.05, YearlyChange: -9.41, Settlement: `Loan`, Contract: `Options`, Region: `Europe`, Country: `Finland`, Risk: `Low`, Sector: `Public`, Currency: `PLN`, Security: `High`, Issuer: `FedEx`, Maturity: `2022-04-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 752 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/CHF`, Spread: 0.02, Open: 1.0337, Price: 1.04, Buy: 1.03, Sell: 1.03, Change: 0, ChangePercent: -0.12, Volume: 5550, High: 1.03, Low: 1.03, YearlyHigh: 1.11, YearlyLow: 0.98, YearlyStart: 1.04, YearlyChange: -0.12, Settlement: `Loan`, Contract: `Forwards`, Region: `Africa`, Country: `Tunisia`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `Poor`, Issuer: `American Airlines`, Maturity: `2022-05-22`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 753 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Gold`, Spread: 0.01, Open: 1281.1, Price: 1259.73, Buy: 1280.73, Sell: 1280.74, Change: -21, ChangePercent: -1.64, Volume: 48387, High: 1289.5, Low: 1279.1, YearlyHigh: 1306, YearlyLow: 1047.2, YearlyStart: 1176.6, YearlyChange: 8.85, Settlement: `Loan`, Contract: `Swap`, Region: `Africa`, Country: `Egypt`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-04-19`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 754 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Milk`, Spread: 0.01, Open: 12.87, Price: 12.69, Buy: 12.87, Sell: 12.87, Change: -0.17, ChangePercent: -1.36, Volume: 7, High: 12.89, Low: 12.81, YearlyHigh: 16.96, YearlyLow: 12.81, YearlyStart: 14.88, YearlyChange: -13.6, Settlement: `Credit`, Contract: `CFD`, Region: `North America`, Country: `Mexico`, Risk: `High`, Sector: `Government`, Currency: `USD`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-05-11`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 755 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `FD Cattle`, Spread: 0.01, Open: 147.175, Price: 148.78, Buy: 148.6, Sell: 148.61, Change: 0.17, ChangePercent: 0.12, Volume: 5, High: 148.61, Low: 147.18, YearlyHigh: 190, YearlyLow: 138.1, YearlyStart: 164.05, YearlyChange: -9.41, Settlement: `Loan`, Contract: `Swap`, Region: `Middle East`, Country: `Syria`, Risk: `High`, Sector: `Government`, Currency: `PLN`, Security: `High`, Issuer: `American Airlines`, Maturity: `2022-08-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 756 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Cocoa`, Spread: 0.01, Open: 3076, Price: 3130.17, Buy: 3076, Sell: 3076, Change: 54.14, ChangePercent: 1.76, Volume: 978, High: 3078, Low: 3066, YearlyHigh: 3406, YearlyLow: 2746, YearlyStart: 3076, YearlyChange: 0, Settlement: `Cash`, Contract: `Swap`, Region: `Asia Pacific`, Country: `Philippines`, Risk: `High`, Sector: `Government`, Currency: `PLN`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-03-22`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 757 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soy oil`, Spread: 0.01, Open: 33.26, Price: 34.43, Buy: 33.77, Sell: 33.78, Change: 0.66, ChangePercent: 1.96, Volume: 10592, High: 33.77, Low: 33.06, YearlyHigh: 35.43, YearlyLow: 26.61, YearlyStart: 31.02, YearlyChange: 8.87, Settlement: `Cash`, Contract: `Forwards`, Region: `Middle East`, Country: `UAE`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-02-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 758 }), + new FinancialDataAllItem({ Category: `Index`, Type: `NAS Future`, Spread: 0.01, Open: 4341.25, Price: 4296.13, Buy: 4341.25, Sell: 4341.25, Change: -45.15, ChangePercent: -1.04, Volume: 18259, High: 4347, Low: 4318, YearlyHigh: 4719.75, YearlyLow: 3867.75, YearlyStart: 4293.75, YearlyChange: 1.11, Settlement: `Credit`, Contract: `Futures`, Region: `North America`, Country: `United States`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `Poor`, Issuer: `American Airlines`, Maturity: `2022-02-22`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 759 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Milk`, Spread: 0.01, Open: 12.87, Price: 13.02, Buy: 12.87, Sell: 12.87, Change: 0.16, ChangePercent: 1.24, Volume: 7, High: 12.89, Low: 12.81, YearlyHigh: 16.96, YearlyLow: 12.81, YearlyStart: 14.88, YearlyChange: -13.6, Settlement: `Cash`, Contract: `CFD`, Region: `Asia Pacific`, Country: `China`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-06-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 760 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Cotton`, Spread: 0.01, Open: 61.77, Price: 63, Buy: 61.77, Sell: 61.77, Change: 1.24, ChangePercent: 2, Volume: 3612, High: 62.06, Low: 61.32, YearlyHigh: 67.59, YearlyLow: 54.33, YearlyStart: 60.96, YearlyChange: 1.31, Settlement: `Cash`, Contract: `Options`, Region: `Africa`, Country: `Nigeria`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-01-11`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 761 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `LV Cattle`, Spread: 0.01, Open: 120.725, Price: 122.54, Buy: 120.72, Sell: 120.72, Change: 1.84, ChangePercent: 1.52, Volume: 4, High: 120.72, Low: 120.72, YearlyHigh: 147.98, YearlyLow: 113.9, YearlyStart: 130.94, YearlyChange: -7.82, Settlement: `Cash`, Contract: `Swap`, Region: `North America`, Country: `United States`, Risk: `High`, Sector: `Public`, Currency: `PLN`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-06-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 762 }), + new FinancialDataAllItem({ Category: `Index`, Type: `NAS Future`, Spread: 0.01, Open: 4341.25, Price: 4273.56, Buy: 4341.25, Sell: 4341.25, Change: -67.72, ChangePercent: -1.56, Volume: 18259, High: 4347, Low: 4318, YearlyHigh: 4719.75, YearlyLow: 3867.75, YearlyStart: 4293.75, YearlyChange: 1.11, Settlement: `Loan`, Contract: `Futures`, Region: `Europe`, Country: `France`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-06-27`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 763 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Cotton`, Spread: 0.01, Open: 61.77, Price: 60.57, Buy: 61.77, Sell: 61.77, Change: -1.19, ChangePercent: -1.92, Volume: 3612, High: 62.06, Low: 61.32, YearlyHigh: 67.59, YearlyLow: 54.33, YearlyStart: 60.96, YearlyChange: 1.31, Settlement: `Credit`, Contract: `Options`, Region: `South America`, Country: `Colombia`, Risk: `Low`, Sector: `Government`, Currency: `PLN`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-03-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 764 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Sugar`, Spread: 0.01, Open: 15.68, Price: 14.77, Buy: 14.67, Sell: 14.68, Change: 0.1, ChangePercent: 0.68, Volume: 4949, High: 15.7, Low: 14.67, YearlyHigh: 16.87, YearlyLow: 11.37, YearlyStart: 14.12, YearlyChange: 3.92, Settlement: `Cash`, Contract: `Options`, Region: `Middle East`, Country: `Jordan`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-02-23`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 765 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `Lean Hogs`, Spread: 0.01, Open: 81.275, Price: 81.55, Buy: 81.81, Sell: 81.82, Change: -0.26, ChangePercent: -0.32, Volume: 1, High: 81.81, Low: 81.28, YearlyHigh: 83.98, YearlyLow: 70.25, YearlyStart: 77.11, YearlyChange: 6.09, Settlement: `Cash`, Contract: `Options`, Region: `Europe`, Country: `Spain`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-05-16`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 766 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `OJ Future`, Spread: 0.01, Open: 140.6, Price: 141.37, Buy: 140.18, Sell: 140.19, Change: 1.18, ChangePercent: 0.84, Volume: 7, High: 140.19, Low: 0, YearlyHigh: 155.95, YearlyLow: 113, YearlyStart: 134.47, YearlyChange: 4.25, Settlement: `Cash`, Contract: `Forwards`, Region: `Europe`, Country: `Switzerland`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `High`, Issuer: `American Airlines`, Maturity: `2022-06-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 767 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `US 30YR Future`, Spread: 0.01, Open: 164.875, Price: 163.37, Buy: 164.15, Sell: 164.16, Change: -0.79, ChangePercent: -0.48, Volume: 28012, High: 165.25, Low: 164.04, YearlyHigh: 169.38, YearlyLow: 151.47, YearlyStart: 160.43, YearlyChange: 2.33, Settlement: `Credit`, Contract: `Options`, Region: `Africa`, Country: `South Africa`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-04-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 768 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Wheat`, Spread: 0.01, Open: 465.5, Price: 460.68, Buy: 465.5, Sell: 465.5, Change: -4.84, ChangePercent: -1.04, Volume: 4318, High: 467, Low: 463.25, YearlyHigh: 628.5, YearlyLow: 449.5, YearlyStart: 539, YearlyChange: -13.63, Settlement: `Loan`, Contract: `Futures`, Region: `North America`, Country: `United States`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-06-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 769 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Milk`, Spread: 0.01, Open: 12.87, Price: 13.09, Buy: 12.87, Sell: 12.87, Change: 0.23, ChangePercent: 1.8, Volume: 7, High: 12.89, Low: 12.81, YearlyHigh: 16.96, YearlyLow: 12.81, YearlyStart: 14.88, YearlyChange: -13.6, Settlement: `Cash`, Contract: `CFD`, Region: `Europe`, Country: `France`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-06-19`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 770 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Gold`, Spread: 0.01, Open: 1281.1, Price: 1267.92, Buy: 1280.73, Sell: 1280.74, Change: -12.81, ChangePercent: -1, Volume: 48387, High: 1289.5, Low: 1279.1, YearlyHigh: 1306, YearlyLow: 1047.2, YearlyStart: 1176.6, YearlyChange: 8.85, Settlement: `Loan`, Contract: `Options`, Region: `Middle East`, Country: `Israel`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-04-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 771 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P Future`, Spread: 0.01, Open: 2057.5, Price: 2041.79, Buy: 2056.6, Sell: 2056.61, Change: -14.81, ChangePercent: -0.72, Volume: 142780, High: 2059.5, Low: 2049, YearlyHigh: 2105.5, YearlyLow: 1794.5, YearlyStart: 1950, YearlyChange: 5.47, Settlement: `Cash`, Contract: `Options`, Region: `Middle East`, Country: `Turkey`, Risk: `Low`, Sector: `Public`, Currency: `USD`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-07-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 772 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Platinum`, Spread: 0.01, Open: 1071.6, Price: 1076.67, Buy: 1071.09, Sell: 1071.1, Change: 5.57, ChangePercent: 0.52, Volume: 3039, High: 1081.2, Low: 1070.5, YearlyHigh: 1120.6, YearlyLow: 812.4, YearlyStart: 966.5, YearlyChange: 10.82, Settlement: `Credit`, Contract: `CFD`, Region: `Middle East`, Country: `Kuwait`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-07-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 773 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `GBP/USD`, Spread: 0.02, Open: 1.4464, Price: 1.17, Buy: 1.18, Sell: 1.2, Change: -0.02, ChangePercent: -1.72, Volume: 29450, High: 1.45, Low: 1.19, YearlyHigh: 1.59, YearlyLow: 1.19, YearlyStart: 1.49, YearlyChange: -19.59, Settlement: `Cash`, Contract: `Futures`, Region: `Africa`, Country: `Morocco`, Risk: `High`, Sector: `Public`, Currency: `USD`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-05-22`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 774 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soy Meat`, Spread: 0.01, Open: 342.6, Price: 341.8, Buy: 342.6, Sell: 342.6, Change: -0.82, ChangePercent: -0.24, Volume: 5646, High: 345.4, Low: 340.3, YearlyHigh: 353.4, YearlyLow: 261.7, YearlyStart: 307.55, YearlyChange: 11.4, Settlement: `Credit`, Contract: `Options`, Region: `Asia Pacific`, Country: `Japan`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `High`, Issuer: `FedEx`, Maturity: `2022-07-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 775 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Uranium`, Spread: 0.02, Open: 27.55, Price: 27.3, Buy: 27.55, Sell: 27.55, Change: -0.28, ChangePercent: -1, Volume: 12, High: 27.55, Low: 27.55, YearlyHigh: 29.32, YearlyLow: 21.28, YearlyStart: 25.3, YearlyChange: 9.01, Settlement: `Credit`, Contract: `Options`, Region: `Europe`, Country: `Spain`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `High`, Issuer: `American Airlines`, Maturity: `2022-04-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 776 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Oats`, Spread: 0.01, Open: 194.5, Price: 193.98, Buy: 194.21, Sell: 194.22, Change: -0.24, ChangePercent: -0.12, Volume: 64, High: 195.75, Low: 194, YearlyHigh: 241.25, YearlyLow: 183.75, YearlyStart: 212.5, YearlyChange: -8.6, Settlement: `Credit`, Contract: `Options`, Region: `Europe`, Country: `France`, Risk: `High`, Sector: `Private`, Currency: `PLN`, Security: `High`, Issuer: `American Airlines`, Maturity: `2022-05-16`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 777 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Corn`, Spread: 0.01, Open: 379.5, Price: 375.7, Buy: 379.8, Sell: 379.81, Change: -4.1, ChangePercent: -1.08, Volume: 11266, High: 381, Low: 377.75, YearlyHigh: 471.25, YearlyLow: 351.25, YearlyStart: 411.25, YearlyChange: -7.65, Settlement: `Loan`, Contract: `Swap`, Region: `Europe`, Country: `Estonia`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-04-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 778 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Ethanol`, Spread: 0.01, Open: 1.512, Price: 2.71, Buy: 2.75, Sell: 2.76, Change: -0.04, ChangePercent: -1.48, Volume: 14, High: 2.75, Low: 1.12, YearlyHigh: 2.75, YearlyLow: 1.12, YearlyStart: 1.48, YearlyChange: 86.7, Settlement: `Cash`, Contract: `Options`, Region: `Middle East`, Country: `Lebanon`, Risk: `Low`, Sector: `Public`, Currency: `PLN`, Security: `Poor`, Issuer: `FedEx`, Maturity: `2022-03-19`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 779 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Oil`, Spread: 0.015, Open: 45.54, Price: 45.24, Buy: 45.78, Sell: 45.8, Change: -0.55, ChangePercent: -1.2, Volume: 107196, High: 45.94, Low: 45, YearlyHigh: 65.28, YearlyLow: 30.79, YearlyStart: 48.03, YearlyChange: -4.67, Settlement: `Cash`, Contract: `Swap`, Region: `South America`, Country: `Uruguay`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-04-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 780 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Uranium`, Spread: 0.02, Open: 27.55, Price: 27.8, Buy: 27.55, Sell: 27.55, Change: 0.22, ChangePercent: 0.8, Volume: 12, High: 27.55, Low: 27.55, YearlyHigh: 29.32, YearlyLow: 21.28, YearlyStart: 25.3, YearlyChange: 9.01, Settlement: `Cash`, Contract: `Futures`, Region: `Asia Pacific`, Country: `Philippines`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-06-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 781 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `Lean Hogs`, Spread: 0.01, Open: 81.275, Price: 81.23, Buy: 81.81, Sell: 81.82, Change: -0.58, ChangePercent: -0.72, Volume: 1, High: 81.81, Low: 81.28, YearlyHigh: 83.98, YearlyLow: 70.25, YearlyStart: 77.11, YearlyChange: 6.09, Settlement: `Cash`, Contract: `Options`, Region: `North America`, Country: `Canada`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-02-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 782 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soy oil`, Spread: 0.01, Open: 33.26, Price: 33.72, Buy: 33.77, Sell: 33.78, Change: -0.05, ChangePercent: -0.16, Volume: 10592, High: 33.77, Low: 33.06, YearlyHigh: 35.43, YearlyLow: 26.61, YearlyStart: 31.02, YearlyChange: 8.87, Settlement: `Cash`, Contract: `Options`, Region: `Asia Pacific`, Country: `Singapore`, Risk: `High`, Sector: `Private`, Currency: `PLN`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-05-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 783 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Rice`, Spread: 0.01, Open: 11.245, Price: 10.26, Buy: 10.41, Sell: 10.42, Change: -0.16, ChangePercent: -1.48, Volume: 220, High: 11.38, Low: 10.42, YearlyHigh: 14.14, YearlyLow: 9.7, YearlyStart: 11.92, YearlyChange: -12.62, Settlement: `Credit`, Contract: `Futures`, Region: `Africa`, Country: `Niger`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `Poor`, Issuer: `FedEx`, Maturity: `2022-07-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 784 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Corn`, Spread: 0.01, Open: 379.5, Price: 385.12, Buy: 379.8, Sell: 379.81, Change: 5.32, ChangePercent: 1.4, Volume: 11266, High: 381, Low: 377.75, YearlyHigh: 471.25, YearlyLow: 351.25, YearlyStart: 411.25, YearlyChange: -7.65, Settlement: `Cash`, Contract: `Options`, Region: `Middle East`, Country: `Saudi Arabia`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-06-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 785 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Palladium`, Spread: 0.01, Open: 600.55, Price: 597.39, Buy: 601, Sell: 601.01, Change: -3.61, ChangePercent: -0.6, Volume: 651, High: 607.2, Low: 598.4, YearlyHigh: 690, YearlyLow: 458.6, YearlyStart: 574.3, YearlyChange: 4.65, Settlement: `Loan`, Contract: `Forwards`, Region: `Africa`, Country: `Ethiopia`, Risk: `High`, Sector: `Private`, Currency: `PLN`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-07-27`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 786 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Ethanol`, Spread: 0.01, Open: 1.512, Price: 2.7, Buy: 2.75, Sell: 2.76, Change: -0.05, ChangePercent: -1.8, Volume: 14, High: 2.75, Low: 1.12, YearlyHigh: 2.75, YearlyLow: 1.12, YearlyStart: 1.48, YearlyChange: 86.7, Settlement: `Credit`, Contract: `Options`, Region: `South America`, Country: `Paraguay`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `High`, Issuer: `FedEx`, Maturity: `2022-06-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 787 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `US 10YR Future`, Spread: 0.01, Open: 130.5625, Price: 132.2, Buy: 130.56, Sell: 130.56, Change: 1.62, ChangePercent: 1.24, Volume: 189310, High: 130.63, Low: 130.44, YearlyHigh: 132.64, YearlyLow: 125.48, YearlyStart: 129.06, YearlyChange: 1.18, Settlement: `Credit`, Contract: `Futures`, Region: `Middle East`, Country: `Jordan`, Risk: `Low`, Sector: `Government`, Currency: `PLN`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-03-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 788 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Wheat`, Spread: 0.01, Open: 465.5, Price: 458.82, Buy: 465.5, Sell: 465.5, Change: -6.7, ChangePercent: -1.44, Volume: 4318, High: 467, Low: 463.25, YearlyHigh: 628.5, YearlyLow: 449.5, YearlyStart: 539, YearlyChange: -13.63, Settlement: `Cash`, Contract: `Swap`, Region: `North America`, Country: `United States`, Risk: `High`, Sector: `Private`, Currency: `PLN`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-04-23`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 789 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `BTC/USD`, Spread: 0.06, Open: 93.88, Price: 21227.58, Buy: 21200.76, Sell: 21400.78, Change: 226.81, ChangePercent: 1.08, Volume: 5788000, High: 22400.05, Low: 20100.75, YearlyHigh: 62400.7, YearlyLow: 15100.88, YearlyStart: 21200.29, YearlyChange: -20.62, Settlement: `Cash`, Contract: `Forwards`, Region: `Europe`, Country: `Switzerland`, Risk: `High`, Sector: `Public`, Currency: `USD`, Security: `Poor`, Issuer: `FedEx`, Maturity: `2022-02-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 790 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Natural Gas`, Spread: 0.02, Open: 2.094, Price: 2.11, Buy: 2.09, Sell: 2.09, Change: 0.01, ChangePercent: 0.16, Volume: 2783, High: 2.11, Low: 2.09, YearlyHigh: 3.2, YearlyLow: 1.84, YearlyStart: 2.52, YearlyChange: -16.51, Settlement: `Cash`, Contract: `Options`, Region: `Asia Pacific`, Country: `Philippines`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-05-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 791 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Silver`, Spread: 0.01, Open: 17.43, Price: 17.49, Buy: 17.43, Sell: 17.43, Change: 0.07, ChangePercent: 0.4, Volume: 11720, High: 17.51, Low: 17.37, YearlyHigh: 18.06, YearlyLow: 13.73, YearlyStart: 15.89, YearlyChange: 9.59, Settlement: `Cash`, Contract: `Forwards`, Region: `Asia Pacific`, Country: `Philippines`, Risk: `High`, Sector: `Public`, Currency: `PLN`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-04-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 792 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Wheat`, Spread: 0.01, Open: 465.5, Price: 460.86, Buy: 465.5, Sell: 465.5, Change: -4.66, ChangePercent: -1, Volume: 4318, High: 467, Low: 463.25, YearlyHigh: 628.5, YearlyLow: 449.5, YearlyStart: 539, YearlyChange: -13.63, Settlement: `Loan`, Contract: `Options`, Region: `Asia Pacific`, Country: `Philippines`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-06-10`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 793 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P Future`, Spread: 0.01, Open: 2057.5, Price: 2066.47, Buy: 2056.6, Sell: 2056.61, Change: 9.87, ChangePercent: 0.48, Volume: 142780, High: 2059.5, Low: 2049, YearlyHigh: 2105.5, YearlyLow: 1794.5, YearlyStart: 1950, YearlyChange: 5.47, Settlement: `Loan`, Contract: `Swap`, Region: `Asia Pacific`, Country: `Afghanistan`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-08-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 794 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Cotton`, Spread: 0.01, Open: 61.77, Price: 61.12, Buy: 61.77, Sell: 61.77, Change: -0.64, ChangePercent: -1.04, Volume: 3612, High: 62.06, Low: 61.32, YearlyHigh: 67.59, YearlyLow: 54.33, YearlyStart: 60.96, YearlyChange: 1.31, Settlement: `Loan`, Contract: `Swap`, Region: `Africa`, Country: `Cameroon`, Risk: `Low`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-06-23`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 795 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/CHF`, Spread: 0.02, Open: 1.0337, Price: 1.04, Buy: 1.03, Sell: 1.03, Change: 0, ChangePercent: -0.12, Volume: 5550, High: 1.03, Low: 1.03, YearlyHigh: 1.11, YearlyLow: 0.98, YearlyStart: 1.04, YearlyChange: -0.12, Settlement: `Loan`, Contract: `Options`, Region: `Africa`, Country: `Cameroon`, Risk: `High`, Sector: `Government`, Currency: `USD`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-04-16`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 796 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Palladium`, Spread: 0.01, Open: 600.55, Price: 590.66, Buy: 601, Sell: 601.01, Change: -10.34, ChangePercent: -1.72, Volume: 651, High: 607.2, Low: 598.4, YearlyHigh: 690, YearlyLow: 458.6, YearlyStart: 574.3, YearlyChange: 4.65, Settlement: `Cash`, Contract: `Swap`, Region: `Middle East`, Country: `Iraq`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-06-22`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 797 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P 600 MINI`, Spread: 0.01, Open: 687.9, Price: 689.26, Buy: 687.9, Sell: 687.9, Change: 1.38, ChangePercent: 0.2, Volume: 0, High: 0, Low: 0, YearlyHigh: 620.32, YearlyLow: 595.9, YearlyStart: 608.11, YearlyChange: 13.12, Settlement: `Cash`, Contract: `Futures`, Region: `Africa`, Country: `Tunisia`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-01-16`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 798 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `BTC/USD`, Spread: 0.06, Open: 93.88, Price: 20731.96, Buy: 21200.76, Sell: 21400.78, Change: -268.81, ChangePercent: -1.28, Volume: 5788000, High: 22400.05, Low: 20100.75, YearlyHigh: 62400.7, YearlyLow: 15100.88, YearlyStart: 21200.29, YearlyChange: -20.62, Settlement: `Cash`, Contract: `CFD`, Region: `Middle East`, Country: `Jordan`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `High`, Issuer: `American Airlines`, Maturity: `2022-05-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 799 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `AUD/USD`, Spread: 0.02, Open: 0.7344, Price: 0.75, Buy: 0.73, Sell: 0.73, Change: 0.01, ChangePercent: 1.2, Volume: 36764, High: 0.74, Low: 0.73, YearlyHigh: 0.79, YearlyLow: 0.68, YearlyStart: 0.73, YearlyChange: 1.28, Settlement: `Cash`, Contract: `Futures`, Region: `Middle East`, Country: `Israel`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-04-23`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 800 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `Lean Hogs`, Spread: 0.01, Open: 81.275, Price: 80.77, Buy: 81.81, Sell: 81.82, Change: -1.04, ChangePercent: -1.28, Volume: 1, High: 81.81, Low: 81.28, YearlyHigh: 83.98, YearlyLow: 70.25, YearlyStart: 77.11, YearlyChange: 6.09, Settlement: `Cash`, Contract: `CFD`, Region: `Europe`, Country: `Slovenia`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-06-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 801 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Rice`, Spread: 0.01, Open: 11.245, Price: 10.3, Buy: 10.41, Sell: 10.42, Change: -0.12, ChangePercent: -1.08, Volume: 220, High: 11.38, Low: 10.42, YearlyHigh: 14.14, YearlyLow: 9.7, YearlyStart: 11.92, YearlyChange: -12.62, Settlement: `Credit`, Contract: `Swap`, Region: `Middle East`, Country: `Lebanon`, Risk: `High`, Sector: `Government`, Currency: `PLN`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-02-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 802 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soybean`, Spread: 0.01, Open: 1038, Price: 1040.69, Buy: 1038.61, Sell: 1038.62, Change: 2.07, ChangePercent: 0.2, Volume: 20356, High: 1044, Low: 1031.75, YearlyHigh: 1057, YearlyLow: 859.5, YearlyStart: 958.25, YearlyChange: 8.39, Settlement: `Loan`, Contract: `Options`, Region: `Europe`, Country: `Czechia`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-08-24`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 803 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soy oil`, Spread: 0.01, Open: 33.26, Price: 33.97, Buy: 33.77, Sell: 33.78, Change: 0.2, ChangePercent: 0.6, Volume: 10592, High: 33.77, Low: 33.06, YearlyHigh: 35.43, YearlyLow: 26.61, YearlyStart: 31.02, YearlyChange: 8.87, Settlement: `Cash`, Contract: `Forwards`, Region: `North America`, Country: `United States`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-08-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 804 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Coffee`, Spread: 0.01, Open: 125.7, Price: 128.15, Buy: 125.7, Sell: 125.7, Change: 2.46, ChangePercent: 1.96, Volume: 1654, High: 125.8, Low: 125, YearlyHigh: 155.75, YearlyLow: 115.35, YearlyStart: 135.55, YearlyChange: -7.27, Settlement: `Cash`, Contract: `Futures`, Region: `Asia Pacific`, Country: `Malaysia`, Risk: `Low`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-06-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 805 }), + new FinancialDataAllItem({ Category: `Index`, Type: `DOW Future`, Spread: 0.01, Open: 17711, Price: 17924.7, Buy: 17712.15, Sell: 17712.16, Change: 212.55, ChangePercent: 1.2, Volume: 22236, High: 17727, Low: 17642, YearlyHigh: 18083, YearlyLow: 15299, YearlyStart: 16691, YearlyChange: 6.12, Settlement: `Cash`, Contract: `Forwards`, Region: `Asia Pacific`, Country: `Philippines`, Risk: `Low`, Sector: `Public`, Currency: `USD`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-04-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 806 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Corn`, Spread: 0.01, Open: 379.5, Price: 379.8, Buy: 379.8, Sell: 379.81, Change: 0, ChangePercent: 0, Volume: 11266, High: 381, Low: 377.75, YearlyHigh: 471.25, YearlyLow: 351.25, YearlyStart: 411.25, YearlyChange: -7.65, Settlement: `Credit`, Contract: `Forwards`, Region: `Asia Pacific`, Country: `Taiwan`, Risk: `High`, Sector: `Public`, Currency: `USD`, Security: `Poor`, Issuer: `FedEx`, Maturity: `2022-05-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 807 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P MID MINI`, Spread: 0.01, Open: 1454.3, Price: 1443.55, Buy: 1455.78, Sell: 1455.79, Change: -12.23, ChangePercent: -0.84, Volume: 338, High: 1455.78, Low: 1448, YearlyHigh: 1527.3, YearlyLow: 1236, YearlyStart: 1381.65, YearlyChange: 5.37, Settlement: `Credit`, Contract: `Options`, Region: `Middle East`, Country: `Israel`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `American Airlines`, Maturity: `2022-08-11`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 808 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Gold`, Spread: 0.01, Open: 1281.1, Price: 1268.44, Buy: 1280.73, Sell: 1280.74, Change: -12.29, ChangePercent: -0.96, Volume: 48387, High: 1289.5, Low: 1279.1, YearlyHigh: 1306, YearlyLow: 1047.2, YearlyStart: 1176.6, YearlyChange: 8.85, Settlement: `Loan`, Contract: `Swap`, Region: `Africa`, Country: `Morocco`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-07-10`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 809 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `GBP/USD`, Spread: 0.02, Open: 1.4464, Price: 1.18, Buy: 1.18, Sell: 1.2, Change: -0.01, ChangePercent: -1, Volume: 29450, High: 1.45, Low: 1.19, YearlyHigh: 1.59, YearlyLow: 1.19, YearlyStart: 1.49, YearlyChange: -19.59, Settlement: `Cash`, Contract: `Futures`, Region: `Middle East`, Country: `Iraq`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-09-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 810 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Ethanol`, Spread: 0.01, Open: 1.512, Price: 2.75, Buy: 2.75, Sell: 2.76, Change: 0, ChangePercent: 0, Volume: 14, High: 2.75, Low: 1.12, YearlyHigh: 2.75, YearlyLow: 1.12, YearlyStart: 1.48, YearlyChange: 86.7, Settlement: `Cash`, Contract: `Options`, Region: `Middle East`, Country: `Kuwait`, Risk: `High`, Sector: `Public`, Currency: `PLN`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-06-10`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 811 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soy Meat`, Spread: 0.01, Open: 342.6, Price: 345.5, Buy: 342.6, Sell: 342.6, Change: 2.88, ChangePercent: 0.84, Volume: 5646, High: 345.4, Low: 340.3, YearlyHigh: 353.4, YearlyLow: 261.7, YearlyStart: 307.55, YearlyChange: 11.4, Settlement: `Loan`, Contract: `Swap`, Region: `Africa`, Country: `Egypt`, Risk: `High`, Sector: `Government`, Currency: `PLN`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-03-16`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 812 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `US 30YR Future`, Spread: 0.01, Open: 164.875, Price: 161.6, Buy: 164.15, Sell: 164.16, Change: -2.56, ChangePercent: -1.56, Volume: 28012, High: 165.25, Low: 164.04, YearlyHigh: 169.38, YearlyLow: 151.47, YearlyStart: 160.43, YearlyChange: 2.33, Settlement: `Cash`, Contract: `Swap`, Region: `Africa`, Country: `Morocco`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `Poor`, Issuer: `FedEx`, Maturity: `2022-07-11`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 813 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Copper`, Spread: 0.02, Open: 2.123, Price: 2.1, Buy: 2.12, Sell: 2.12, Change: -0.01, ChangePercent: -0.8, Volume: 28819, High: 2.16, Low: 2.11, YearlyHigh: 2.94, YearlyLow: 1.96, YearlyStart: 2.45, YearlyChange: -13.76, Settlement: `Cash`, Contract: `Forwards`, Region: `Africa`, Country: `Tunisia`, Risk: `High`, Sector: `Private`, Currency: `PLN`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-04-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 814 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `FD Cattle`, Spread: 0.01, Open: 147.175, Price: 145.81, Buy: 148.6, Sell: 148.61, Change: -2.8, ChangePercent: -1.88, Volume: 5, High: 148.61, Low: 147.18, YearlyHigh: 190, YearlyLow: 138.1, YearlyStart: 164.05, YearlyChange: -9.41, Settlement: `Cash`, Contract: `CFD`, Region: `Middle East`, Country: `UAE`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-05-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 815 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Ethanol`, Spread: 0.01, Open: 1.512, Price: 2.75, Buy: 2.75, Sell: 2.76, Change: 0, ChangePercent: 0, Volume: 14, High: 2.75, Low: 1.12, YearlyHigh: 2.75, YearlyLow: 1.12, YearlyStart: 1.48, YearlyChange: 86.7, Settlement: `Cash`, Contract: `Futures`, Region: `South America`, Country: `Paraguay`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-08-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 816 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/CHF`, Spread: 0.02, Open: 1.0337, Price: 1.06, Buy: 1.03, Sell: 1.03, Change: 0.02, ChangePercent: 1.76, Volume: 5550, High: 1.03, Low: 1.03, YearlyHigh: 1.11, YearlyLow: 0.98, YearlyStart: 1.04, YearlyChange: -0.12, Settlement: `Cash`, Contract: `Futures`, Region: `Middle East`, Country: `UAE`, Risk: `High`, Sector: `Government`, Currency: `PLN`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-03-27`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 817 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P MID MINI`, Spread: 0.01, Open: 1454.3, Price: 1435.98, Buy: 1455.78, Sell: 1455.79, Change: -19.8, ChangePercent: -1.36, Volume: 338, High: 1455.78, Low: 1448, YearlyHigh: 1527.3, YearlyLow: 1236, YearlyStart: 1381.65, YearlyChange: 5.37, Settlement: `Cash`, Contract: `Options`, Region: `Africa`, Country: `Senegal`, Risk: `Low`, Sector: `Public`, Currency: `PLN`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-02-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 818 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soybean`, Spread: 0.01, Open: 1038, Price: 1023.66, Buy: 1038.61, Sell: 1038.62, Change: -14.96, ChangePercent: -1.44, Volume: 20356, High: 1044, Low: 1031.75, YearlyHigh: 1057, YearlyLow: 859.5, YearlyStart: 958.25, YearlyChange: 8.39, Settlement: `Cash`, Contract: `Futures`, Region: `Europe`, Country: `Slovakia`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-03-11`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 819 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `US 2Y Future`, Spread: 0.01, Open: 109.3984, Price: 111.27, Buy: 109.4, Sell: 109.4, Change: 1.88, ChangePercent: 1.72, Volume: 17742, High: 109.41, Low: 109.38, YearlyHigh: 109.8, YearlyLow: 108.62, YearlyStart: 109.21, YearlyChange: 0.16, Settlement: `Loan`, Contract: `Swap`, Region: `Africa`, Country: `South Africa`, Risk: `Low`, Sector: `Government`, Currency: `PLN`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-02-22`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 820 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Rice`, Spread: 0.01, Open: 11.245, Price: 10.37, Buy: 10.41, Sell: 10.42, Change: -0.05, ChangePercent: -0.4, Volume: 220, High: 11.38, Low: 10.42, YearlyHigh: 14.14, YearlyLow: 9.7, YearlyStart: 11.92, YearlyChange: -12.62, Settlement: `Cash`, Contract: `Options`, Region: `Africa`, Country: `Senegal`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-03-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 821 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Silver`, Spread: 0.01, Open: 17.43, Price: 17.26, Buy: 17.43, Sell: 17.43, Change: -0.16, ChangePercent: -0.92, Volume: 11720, High: 17.51, Low: 17.37, YearlyHigh: 18.06, YearlyLow: 13.73, YearlyStart: 15.89, YearlyChange: 9.59, Settlement: `Cash`, Contract: `Futures`, Region: `Middle East`, Country: `Israel`, Risk: `High`, Sector: `Public`, Currency: `USD`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-05-19`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 822 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Natural Gas`, Spread: 0.02, Open: 2.094, Price: 2.1, Buy: 2.09, Sell: 2.09, Change: 0, ChangePercent: -0.12, Volume: 2783, High: 2.11, Low: 2.09, YearlyHigh: 3.2, YearlyLow: 1.84, YearlyStart: 2.52, YearlyChange: -16.51, Settlement: `Cash`, Contract: `Futures`, Region: `Asia Pacific`, Country: `Indonesia`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-07-10`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 823 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Rice`, Spread: 0.01, Open: 11.245, Price: 10.5, Buy: 10.41, Sell: 10.42, Change: 0.08, ChangePercent: 0.84, Volume: 220, High: 11.38, Low: 10.42, YearlyHigh: 14.14, YearlyLow: 9.7, YearlyStart: 11.92, YearlyChange: -12.62, Settlement: `Credit`, Contract: `Options`, Region: `Africa`, Country: `Egypt`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-04-11`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 824 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soy oil`, Spread: 0.01, Open: 33.26, Price: 34.15, Buy: 33.77, Sell: 33.78, Change: 0.38, ChangePercent: 1.12, Volume: 10592, High: 33.77, Low: 33.06, YearlyHigh: 35.43, YearlyLow: 26.61, YearlyStart: 31.02, YearlyChange: 8.87, Settlement: `Cash`, Contract: `CFD`, Region: `Africa`, Country: `South Africa`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-07-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 825 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/CAD`, Spread: 0.02, Open: 0.7744, Price: 0.94, Buy: 0.94, Sell: 0.96, Change: -0.01, ChangePercent: -1.8, Volume: 13669, High: 0.95, Low: 0.77, YearlyHigh: 0.95, YearlyLow: 0.68, YearlyStart: 0.76, YearlyChange: 26.43, Settlement: `Credit`, Contract: `Forwards`, Region: `Middle East`, Country: `Oman`, Risk: `Low`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-07-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 826 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Coal`, Spread: 0.015, Open: 0.4363, Price: 0.42, Buy: 0.44, Sell: 0.44, Change: 0, ChangePercent: 0.8, Volume: 3, High: 0.44, Low: 0.44, YearlyHigh: 0.48, YearlyLow: 0.4, YearlyStart: 0.44, YearlyChange: -5.33, Settlement: `Loan`, Contract: `Swap`, Region: `Africa`, Country: `Egypt`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-07-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 827 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soy oil`, Spread: 0.01, Open: 33.26, Price: 34.12, Buy: 33.77, Sell: 33.78, Change: 0.35, ChangePercent: 1.04, Volume: 10592, High: 33.77, Low: 33.06, YearlyHigh: 35.43, YearlyLow: 26.61, YearlyStart: 31.02, YearlyChange: 8.87, Settlement: `Cash`, Contract: `Options`, Region: `Middle East`, Country: `Lebanon`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-02-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 828 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P Future`, Spread: 0.01, Open: 2057.5, Price: 2087.86, Buy: 2056.6, Sell: 2056.61, Change: 31.26, ChangePercent: 1.52, Volume: 142780, High: 2059.5, Low: 2049, YearlyHigh: 2105.5, YearlyLow: 1794.5, YearlyStart: 1950, YearlyChange: 5.47, Settlement: `Cash`, Contract: `Options`, Region: `Middle East`, Country: `UAE`, Risk: `Low`, Sector: `Public`, Currency: `PLN`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-07-21`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 829 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `BTC/USD`, Spread: 0.06, Open: 93.88, Price: 20639.56, Buy: 21200.76, Sell: 21400.78, Change: -361.21, ChangePercent: -1.72, Volume: 5788000, High: 22400.05, Low: 20100.75, YearlyHigh: 62400.7, YearlyLow: 15100.88, YearlyStart: 21200.29, YearlyChange: -20.62, Settlement: `Cash`, Contract: `CFD`, Region: `Africa`, Country: `Ethiopia`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-07-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 830 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Ethanol`, Spread: 0.01, Open: 1.512, Price: 2.75, Buy: 2.75, Sell: 2.76, Change: 0, ChangePercent: -0.2, Volume: 14, High: 2.75, Low: 1.12, YearlyHigh: 2.75, YearlyLow: 1.12, YearlyStart: 1.48, YearlyChange: 86.7, Settlement: `Cash`, Contract: `Futures`, Region: `Middle East`, Country: `Iraq`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `High`, Issuer: `American Airlines`, Maturity: `2022-06-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 831 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `US 2Y Future`, Spread: 0.01, Open: 109.3984, Price: 108.91, Buy: 109.4, Sell: 109.4, Change: -0.48, ChangePercent: -0.44, Volume: 17742, High: 109.41, Low: 109.38, YearlyHigh: 109.8, YearlyLow: 108.62, YearlyStart: 109.21, YearlyChange: 0.16, Settlement: `Credit`, Contract: `Swap`, Region: `South America`, Country: `Brazil`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `High`, Issuer: `FedEx`, Maturity: `2022-03-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 832 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `FD Cattle`, Spread: 0.01, Open: 147.175, Price: 149.97, Buy: 148.6, Sell: 148.61, Change: 1.36, ChangePercent: 0.92, Volume: 5, High: 148.61, Low: 147.18, YearlyHigh: 190, YearlyLow: 138.1, YearlyStart: 164.05, YearlyChange: -9.41, Settlement: `Cash`, Contract: `Forwards`, Region: `Middle East`, Country: `Israel`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-05-23`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 833 }), + new FinancialDataAllItem({ Category: `Index`, Type: `DOW Future`, Spread: 0.01, Open: 17711, Price: 17485.44, Buy: 17712.15, Sell: 17712.16, Change: -226.71, ChangePercent: -1.28, Volume: 22236, High: 17727, Low: 17642, YearlyHigh: 18083, YearlyLow: 15299, YearlyStart: 16691, YearlyChange: 6.12, Settlement: `Loan`, Contract: `Swap`, Region: `Africa`, Country: `Niger`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-07-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 834 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Sugar`, Spread: 0.01, Open: 15.68, Price: 14.49, Buy: 14.67, Sell: 14.68, Change: -0.18, ChangePercent: -1.24, Volume: 4949, High: 15.7, Low: 14.67, YearlyHigh: 16.87, YearlyLow: 11.37, YearlyStart: 14.12, YearlyChange: 3.92, Settlement: `Cash`, Contract: `Swap`, Region: `Africa`, Country: `Egypt`, Risk: `Low`, Sector: `Government`, Currency: `USD`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-08-23`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 835 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soy oil`, Spread: 0.01, Open: 33.26, Price: 33.66, Buy: 33.77, Sell: 33.78, Change: -0.11, ChangePercent: -0.32, Volume: 10592, High: 33.77, Low: 33.06, YearlyHigh: 35.43, YearlyLow: 26.61, YearlyStart: 31.02, YearlyChange: 8.87, Settlement: `Cash`, Contract: `Options`, Region: `Middle East`, Country: `Lebanon`, Risk: `High`, Sector: `Government`, Currency: `USD`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-08-16`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 836 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Uranium`, Spread: 0.02, Open: 27.55, Price: 27.96, Buy: 27.55, Sell: 27.55, Change: 0.38, ChangePercent: 1.36, Volume: 12, High: 27.55, Low: 27.55, YearlyHigh: 29.32, YearlyLow: 21.28, YearlyStart: 25.3, YearlyChange: 9.01, Settlement: `Cash`, Contract: `CFD`, Region: `Middle East`, Country: `Saudi Arabia`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-07-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 837 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Oats`, Spread: 0.01, Open: 194.5, Price: 195.07, Buy: 194.21, Sell: 194.22, Change: 0.85, ChangePercent: 0.44, Volume: 64, High: 195.75, Low: 194, YearlyHigh: 241.25, YearlyLow: 183.75, YearlyStart: 212.5, YearlyChange: -8.6, Settlement: `Cash`, Contract: `Swap`, Region: `South America`, Country: `Guyana`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-03-22`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 838 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Cotton`, Spread: 0.01, Open: 61.77, Price: 61.56, Buy: 61.77, Sell: 61.77, Change: -0.2, ChangePercent: -0.32, Volume: 3612, High: 62.06, Low: 61.32, YearlyHigh: 67.59, YearlyLow: 54.33, YearlyStart: 60.96, YearlyChange: 1.31, Settlement: `Cash`, Contract: `CFD`, Region: `North America`, Country: `United States`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-05-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 839 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `BTC/USD`, Spread: 0.06, Open: 93.88, Price: 20925.17, Buy: 21200.76, Sell: 21400.78, Change: -75.6, ChangePercent: -0.36, Volume: 5788000, High: 22400.05, Low: 20100.75, YearlyHigh: 62400.7, YearlyLow: 15100.88, YearlyStart: 21200.29, YearlyChange: -20.62, Settlement: `Loan`, Contract: `Options`, Region: `Africa`, Country: `Ethiopia`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-09-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 840 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soy Meat`, Spread: 0.01, Open: 342.6, Price: 348.24, Buy: 342.6, Sell: 342.6, Change: 5.62, ChangePercent: 1.64, Volume: 5646, High: 345.4, Low: 340.3, YearlyHigh: 353.4, YearlyLow: 261.7, YearlyStart: 307.55, YearlyChange: 11.4, Settlement: `Loan`, Contract: `Futures`, Region: `North America`, Country: `United States`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-04-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 841 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Milk`, Spread: 0.01, Open: 12.87, Price: 12.86, Buy: 12.87, Sell: 12.87, Change: 0, ChangePercent: 0, Volume: 7, High: 12.89, Low: 12.81, YearlyHigh: 16.96, YearlyLow: 12.81, YearlyStart: 14.88, YearlyChange: -13.6, Settlement: `Cash`, Contract: `CFD`, Region: `Europe`, Country: `Norway`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-02-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 842 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Silver`, Spread: 0.01, Open: 17.43, Price: 17.52, Buy: 17.43, Sell: 17.43, Change: 0.1, ChangePercent: 0.56, Volume: 11720, High: 17.51, Low: 17.37, YearlyHigh: 18.06, YearlyLow: 13.73, YearlyStart: 15.89, YearlyChange: 9.59, Settlement: `Cash`, Contract: `Futures`, Region: `Africa`, Country: `Niger`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `High`, Issuer: `American Airlines`, Maturity: `2022-02-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 843 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Palladium`, Spread: 0.01, Open: 600.55, Price: 606.53, Buy: 601, Sell: 601.01, Change: 5.53, ChangePercent: 0.92, Volume: 651, High: 607.2, Low: 598.4, YearlyHigh: 690, YearlyLow: 458.6, YearlyStart: 574.3, YearlyChange: 4.65, Settlement: `Cash`, Contract: `Futures`, Region: `Europe`, Country: `Slovakia`, Risk: `High`, Sector: `Public`, Currency: `USD`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-07-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 844 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P MID MINI`, Spread: 0.01, Open: 1454.3, Price: 1463.35, Buy: 1455.78, Sell: 1455.79, Change: 7.57, ChangePercent: 0.52, Volume: 338, High: 1455.78, Low: 1448, YearlyHigh: 1527.3, YearlyLow: 1236, YearlyStart: 1381.65, YearlyChange: 5.37, Settlement: `Loan`, Contract: `Swap`, Region: `Middle East`, Country: `Qatar`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-07-27`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 845 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Coffee`, Spread: 0.01, Open: 125.7, Price: 125.39, Buy: 125.7, Sell: 125.7, Change: -0.3, ChangePercent: -0.24, Volume: 1654, High: 125.8, Low: 125, YearlyHigh: 155.75, YearlyLow: 115.35, YearlyStart: 135.55, YearlyChange: -7.27, Settlement: `Loan`, Contract: `Swap`, Region: `South America`, Country: `Suriname`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-05-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 846 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Cocoa`, Spread: 0.01, Open: 3076, Price: 3116.63, Buy: 3076, Sell: 3076, Change: 40.6, ChangePercent: 1.32, Volume: 978, High: 3078, Low: 3066, YearlyHigh: 3406, YearlyLow: 2746, YearlyStart: 3076, YearlyChange: 0, Settlement: `Cash`, Contract: `Futures`, Region: `North America`, Country: `Mexico`, Risk: `High`, Sector: `Government`, Currency: `USD`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-07-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 847 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Corn`, Spread: 0.01, Open: 379.5, Price: 386.34, Buy: 379.8, Sell: 379.81, Change: 6.54, ChangePercent: 1.72, Volume: 11266, High: 381, Low: 377.75, YearlyHigh: 471.25, YearlyLow: 351.25, YearlyStart: 411.25, YearlyChange: -7.65, Settlement: `Credit`, Contract: `Forwards`, Region: `Middle East`, Country: `UAE`, Risk: `High`, Sector: `Private`, Currency: `PLN`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-08-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 848 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Sugar`, Spread: 0.01, Open: 15.68, Price: 14.45, Buy: 14.67, Sell: 14.68, Change: -0.22, ChangePercent: -1.56, Volume: 4949, High: 15.7, Low: 14.67, YearlyHigh: 16.87, YearlyLow: 11.37, YearlyStart: 14.12, YearlyChange: 3.92, Settlement: `Cash`, Contract: `Futures`, Region: `Asia Pacific`, Country: `Taiwan`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-07-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 849 }), + new FinancialDataAllItem({ Category: `Index`, Type: `DOW Future`, Spread: 0.01, Open: 17711, Price: 17549.2, Buy: 17712.15, Sell: 17712.16, Change: -162.95, ChangePercent: -0.92, Volume: 22236, High: 17727, Low: 17642, YearlyHigh: 18083, YearlyLow: 15299, YearlyStart: 16691, YearlyChange: 6.12, Settlement: `Credit`, Contract: `Swap`, Region: `Middle East`, Country: `UAE`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-04-21`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 850 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `FD Cattle`, Spread: 0.01, Open: 147.175, Price: 150.69, Buy: 148.6, Sell: 148.61, Change: 2.08, ChangePercent: 1.4, Volume: 5, High: 148.61, Low: 147.18, YearlyHigh: 190, YearlyLow: 138.1, YearlyStart: 164.05, YearlyChange: -9.41, Settlement: `Cash`, Contract: `Swap`, Region: `Africa`, Country: `Tunisia`, Risk: `High`, Sector: `Public`, Currency: `PLN`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-08-23`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 851 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Rice`, Spread: 0.01, Open: 11.245, Price: 10.62, Buy: 10.41, Sell: 10.42, Change: 0.2, ChangePercent: 2, Volume: 220, High: 11.38, Low: 10.42, YearlyHigh: 14.14, YearlyLow: 9.7, YearlyStart: 11.92, YearlyChange: -12.62, Settlement: `Loan`, Contract: `CFD`, Region: `Middle East`, Country: `Qatar`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-04-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 852 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Rice`, Spread: 0.01, Open: 11.245, Price: 10.43, Buy: 10.41, Sell: 10.42, Change: 0.01, ChangePercent: 0.16, Volume: 220, High: 11.38, Low: 10.42, YearlyHigh: 14.14, YearlyLow: 9.7, YearlyStart: 11.92, YearlyChange: -12.62, Settlement: `Credit`, Contract: `Futures`, Region: `Europe`, Country: `Belgium`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-04-23`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 853 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/CAD`, Spread: 0.02, Open: 0.7744, Price: 0.95, Buy: 0.94, Sell: 0.96, Change: 0, ChangePercent: -0.24, Volume: 13669, High: 0.95, Low: 0.77, YearlyHigh: 0.95, YearlyLow: 0.68, YearlyStart: 0.76, YearlyChange: 26.43, Settlement: `Credit`, Contract: `Swap`, Region: `Africa`, Country: `Niger`, Risk: `High`, Sector: `Government`, Currency: `PLN`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-04-22`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 854 }), + new FinancialDataAllItem({ Category: `Index`, Type: `DOW Future`, Spread: 0.01, Open: 17711, Price: 17634.22, Buy: 17712.15, Sell: 17712.16, Change: -77.93, ChangePercent: -0.44, Volume: 22236, High: 17727, Low: 17642, YearlyHigh: 18083, YearlyLow: 15299, YearlyStart: 16691, YearlyChange: 6.12, Settlement: `Cash`, Contract: `Futures`, Region: `Middle East`, Country: `Syria`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-07-24`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 855 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soy Meat`, Spread: 0.01, Open: 342.6, Price: 340.02, Buy: 342.6, Sell: 342.6, Change: -2.6, ChangePercent: -0.76, Volume: 5646, High: 345.4, Low: 340.3, YearlyHigh: 353.4, YearlyLow: 261.7, YearlyStart: 307.55, YearlyChange: 11.4, Settlement: `Credit`, Contract: `Forwards`, Region: `Europe`, Country: `Norway`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-03-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 856 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Cocoa`, Spread: 0.01, Open: 3076, Price: 3076.03, Buy: 3076, Sell: 3076, Change: 0, ChangePercent: 0, Volume: 978, High: 3078, Low: 3066, YearlyHigh: 3406, YearlyLow: 2746, YearlyStart: 3076, YearlyChange: 0, Settlement: `Cash`, Contract: `Options`, Region: `Africa`, Country: `Ethiopia`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `Poor`, Issuer: `FedEx`, Maturity: `2022-06-23`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 857 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Sugar`, Spread: 0.01, Open: 15.68, Price: 14.46, Buy: 14.67, Sell: 14.68, Change: -0.21, ChangePercent: -1.44, Volume: 4949, High: 15.7, Low: 14.67, YearlyHigh: 16.87, YearlyLow: 11.37, YearlyStart: 14.12, YearlyChange: 3.92, Settlement: `Cash`, Contract: `Forwards`, Region: `Middle East`, Country: `Oman`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-05-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 858 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `US 2Y Future`, Spread: 0.01, Open: 109.3984, Price: 110.35, Buy: 109.4, Sell: 109.4, Change: 0.96, ChangePercent: 0.88, Volume: 17742, High: 109.41, Low: 109.38, YearlyHigh: 109.8, YearlyLow: 108.62, YearlyStart: 109.21, YearlyChange: 0.16, Settlement: `Loan`, Contract: `Swap`, Region: `Asia Pacific`, Country: `Thailand`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-07-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 859 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Diesel`, Spread: 0.015, Open: 1.3474, Price: 1.35, Buy: 1.35, Sell: 1.35, Change: -0.01, ChangePercent: -0.36, Volume: 2971, High: 1.36, Low: 1.34, YearlyHigh: 2.11, YearlyLow: 0.92, YearlyStart: 1.51, YearlyChange: -10.4, Settlement: `Cash`, Contract: `Forwards`, Region: `Asia Pacific`, Country: `Taiwan`, Risk: `Low`, Sector: `Government`, Currency: `PLN`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-02-19`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 860 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Oats`, Spread: 0.01, Open: 194.5, Price: 192.74, Buy: 194.21, Sell: 194.22, Change: -1.48, ChangePercent: -0.76, Volume: 64, High: 195.75, Low: 194, YearlyHigh: 241.25, YearlyLow: 183.75, YearlyStart: 212.5, YearlyChange: -8.6, Settlement: `Cash`, Contract: `Options`, Region: `Africa`, Country: `Libya`, Risk: `Low`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-09-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 861 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/CHF`, Spread: 0.02, Open: 1.0337, Price: 1.05, Buy: 1.03, Sell: 1.03, Change: 0.01, ChangePercent: 0.92, Volume: 5550, High: 1.03, Low: 1.03, YearlyHigh: 1.11, YearlyLow: 0.98, YearlyStart: 1.04, YearlyChange: -0.12, Settlement: `Cash`, Contract: `Options`, Region: `North America`, Country: `United States`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-04-22`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 862 }), + new FinancialDataAllItem({ Category: `Index`, Type: `DOW Future`, Spread: 0.01, Open: 17711, Price: 17995.55, Buy: 17712.15, Sell: 17712.16, Change: 283.4, ChangePercent: 1.6, Volume: 22236, High: 17727, Low: 17642, YearlyHigh: 18083, YearlyLow: 15299, YearlyStart: 16691, YearlyChange: 6.12, Settlement: `Loan`, Contract: `Swap`, Region: `Middle East`, Country: `Israel`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-05-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 863 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Platinum`, Spread: 0.01, Open: 1071.6, Price: 1075.38, Buy: 1071.09, Sell: 1071.1, Change: 4.28, ChangePercent: 0.4, Volume: 3039, High: 1081.2, Low: 1070.5, YearlyHigh: 1120.6, YearlyLow: 812.4, YearlyStart: 966.5, YearlyChange: 10.82, Settlement: `Cash`, Contract: `Forwards`, Region: `Africa`, Country: `Algeria`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-07-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 864 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Milk`, Spread: 0.01, Open: 12.87, Price: 12.74, Buy: 12.87, Sell: 12.87, Change: -0.12, ChangePercent: -0.92, Volume: 7, High: 12.89, Low: 12.81, YearlyHigh: 16.96, YearlyLow: 12.81, YearlyStart: 14.88, YearlyChange: -13.6, Settlement: `Cash`, Contract: `Options`, Region: `South America`, Country: `Colombia`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-09-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 865 }), + new FinancialDataAllItem({ Category: `Index`, Type: `DOW Future`, Spread: 0.01, Open: 17711, Price: 17761.75, Buy: 17712.15, Sell: 17712.16, Change: 49.6, ChangePercent: 0.28, Volume: 22236, High: 17727, Low: 17642, YearlyHigh: 18083, YearlyLow: 15299, YearlyStart: 16691, YearlyChange: 6.12, Settlement: `Cash`, Contract: `Options`, Region: `North America`, Country: `United States`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-05-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 866 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Rice`, Spread: 0.01, Open: 11.245, Price: 10.24, Buy: 10.41, Sell: 10.42, Change: -0.18, ChangePercent: -1.64, Volume: 220, High: 11.38, Low: 10.42, YearlyHigh: 14.14, YearlyLow: 9.7, YearlyStart: 11.92, YearlyChange: -12.62, Settlement: `Credit`, Contract: `CFD`, Region: `South America`, Country: `Bolivia`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-05-11`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 867 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Natural Gas`, Spread: 0.02, Open: 2.094, Price: 2.11, Buy: 2.09, Sell: 2.09, Change: 0.01, ChangePercent: 0.32, Volume: 2783, High: 2.11, Low: 2.09, YearlyHigh: 3.2, YearlyLow: 1.84, YearlyStart: 2.52, YearlyChange: -16.51, Settlement: `Cash`, Contract: `Swap`, Region: `Middle East`, Country: `Israel`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `High`, Issuer: `American Airlines`, Maturity: `2022-07-19`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 868 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `OJ Future`, Spread: 0.01, Open: 140.6, Price: 142.66, Buy: 140.18, Sell: 140.19, Change: 2.47, ChangePercent: 1.76, Volume: 7, High: 140.19, Low: 0, YearlyHigh: 155.95, YearlyLow: 113, YearlyStart: 134.47, YearlyChange: 4.25, Settlement: `Credit`, Contract: `Options`, Region: `Asia Pacific`, Country: `Korea`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-02-22`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 869 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Corn`, Spread: 0.01, Open: 379.5, Price: 372.97, Buy: 379.8, Sell: 379.81, Change: -6.83, ChangePercent: -1.8, Volume: 11266, High: 381, Low: 377.75, YearlyHigh: 471.25, YearlyLow: 351.25, YearlyStart: 411.25, YearlyChange: -7.65, Settlement: `Credit`, Contract: `Swap`, Region: `Africa`, Country: `Egypt`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-04-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 870 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Sugar`, Spread: 0.01, Open: 15.68, Price: 14.97, Buy: 14.67, Sell: 14.68, Change: 0.3, ChangePercent: 2, Volume: 4949, High: 15.7, Low: 14.67, YearlyHigh: 16.87, YearlyLow: 11.37, YearlyStart: 14.12, YearlyChange: 3.92, Settlement: `Cash`, Contract: `CFD`, Region: `Europe`, Country: `Croatia`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-08-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 871 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Oats`, Spread: 0.01, Open: 194.5, Price: 193.05, Buy: 194.21, Sell: 194.22, Change: -1.17, ChangePercent: -0.6, Volume: 64, High: 195.75, Low: 194, YearlyHigh: 241.25, YearlyLow: 183.75, YearlyStart: 212.5, YearlyChange: -8.6, Settlement: `Cash`, Contract: `Swap`, Region: `Africa`, Country: `Algeria`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-08-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 872 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/CHF`, Spread: 0.02, Open: 1.0337, Price: 1.03, Buy: 1.03, Sell: 1.03, Change: -0.01, ChangePercent: -1.2, Volume: 5550, High: 1.03, Low: 1.03, YearlyHigh: 1.11, YearlyLow: 0.98, YearlyStart: 1.04, YearlyChange: -0.12, Settlement: `Credit`, Contract: `Options`, Region: `Europe`, Country: `Spain`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-03-19`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 873 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `US 30YR Future`, Spread: 0.01, Open: 164.875, Price: 164.62, Buy: 164.15, Sell: 164.16, Change: 0.46, ChangePercent: 0.28, Volume: 28012, High: 165.25, Low: 164.04, YearlyHigh: 169.38, YearlyLow: 151.47, YearlyStart: 160.43, YearlyChange: 2.33, Settlement: `Loan`, Contract: `Futures`, Region: `Middle East`, Country: `Bahrain`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-06-23`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 874 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Platinum`, Spread: 0.01, Open: 1071.6, Price: 1051.82, Buy: 1071.09, Sell: 1071.1, Change: -19.28, ChangePercent: -1.8, Volume: 3039, High: 1081.2, Low: 1070.5, YearlyHigh: 1120.6, YearlyLow: 812.4, YearlyStart: 966.5, YearlyChange: 10.82, Settlement: `Cash`, Contract: `Futures`, Region: `Asia Pacific`, Country: `Singapore`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-01-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 875 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/CAD`, Spread: 0.02, Open: 0.7744, Price: 0.96, Buy: 0.94, Sell: 0.96, Change: 0.01, ChangePercent: 0.88, Volume: 13669, High: 0.95, Low: 0.77, YearlyHigh: 0.95, YearlyLow: 0.68, YearlyStart: 0.76, YearlyChange: 26.43, Settlement: `Loan`, Contract: `Options`, Region: `Europe`, Country: `Russia`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `High`, Issuer: `American Airlines`, Maturity: `2022-06-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 876 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Lumber`, Spread: 0.01, Open: 303.9, Price: 302.53, Buy: 304.59, Sell: 304.6, Change: -2.07, ChangePercent: -0.68, Volume: 2, High: 304.6, Low: 303.9, YearlyHigh: 317.1, YearlyLow: 236, YearlyStart: 276.55, YearlyChange: 10.14, Settlement: `Loan`, Contract: `Swap`, Region: `Middle East`, Country: `Iraq`, Risk: `High`, Sector: `Public`, Currency: `USD`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-07-16`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 877 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Cocoa`, Spread: 0.01, Open: 3076, Price: 3084.64, Buy: 3076, Sell: 3076, Change: 8.61, ChangePercent: 0.28, Volume: 978, High: 3078, Low: 3066, YearlyHigh: 3406, YearlyLow: 2746, YearlyStart: 3076, YearlyChange: 0, Settlement: `Cash`, Contract: `Options`, Region: `Africa`, Country: `Senegal`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-08-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 878 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Rice`, Spread: 0.01, Open: 11.245, Price: 10.37, Buy: 10.41, Sell: 10.42, Change: -0.05, ChangePercent: -0.4, Volume: 220, High: 11.38, Low: 10.42, YearlyHigh: 14.14, YearlyLow: 9.7, YearlyStart: 11.92, YearlyChange: -12.62, Settlement: `Cash`, Contract: `CFD`, Region: `Europe`, Country: `Germany`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-07-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 879 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Copper`, Spread: 0.02, Open: 2.123, Price: 2.12, Buy: 2.12, Sell: 2.12, Change: 0.01, ChangePercent: 0.36, Volume: 28819, High: 2.16, Low: 2.11, YearlyHigh: 2.94, YearlyLow: 1.96, YearlyStart: 2.45, YearlyChange: -13.76, Settlement: `Credit`, Contract: `CFD`, Region: `North America`, Country: `United States`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-06-27`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 880 }), + new FinancialDataAllItem({ Category: `Index`, Type: `NAS Future`, Spread: 0.01, Open: 4341.25, Price: 4311.76, Buy: 4341.25, Sell: 4341.25, Change: -29.52, ChangePercent: -0.68, Volume: 18259, High: 4347, Low: 4318, YearlyHigh: 4719.75, YearlyLow: 3867.75, YearlyStart: 4293.75, YearlyChange: 1.11, Settlement: `Cash`, Contract: `Swap`, Region: `Asia Pacific`, Country: `Thailand`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-04-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 881 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `OJ Future`, Spread: 0.01, Open: 140.6, Price: 139.68, Buy: 140.18, Sell: 140.19, Change: -0.51, ChangePercent: -0.36, Volume: 7, High: 140.19, Low: 0, YearlyHigh: 155.95, YearlyLow: 113, YearlyStart: 134.47, YearlyChange: 4.25, Settlement: `Cash`, Contract: `Forwards`, Region: `Africa`, Country: `Tunisia`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-03-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 882 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `LV Cattle`, Spread: 0.01, Open: 120.725, Price: 118.48, Buy: 120.72, Sell: 120.72, Change: -2.22, ChangePercent: -1.84, Volume: 4, High: 120.72, Low: 120.72, YearlyHigh: 147.98, YearlyLow: 113.9, YearlyStart: 130.94, YearlyChange: -7.82, Settlement: `Cash`, Contract: `Swap`, Region: `Asia Pacific`, Country: `Azerbaijan`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-07-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 883 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Sugar`, Spread: 0.01, Open: 15.68, Price: 14.66, Buy: 14.67, Sell: 14.68, Change: -0.01, ChangePercent: -0.08, Volume: 4949, High: 15.7, Low: 14.67, YearlyHigh: 16.87, YearlyLow: 11.37, YearlyStart: 14.12, YearlyChange: 3.92, Settlement: `Cash`, Contract: `Futures`, Region: `North America`, Country: `Canada`, Risk: `High`, Sector: `Public`, Currency: `PLN`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-01-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 884 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Gold`, Spread: 0.01, Open: 1281.1, Price: 1274.07, Buy: 1280.73, Sell: 1280.74, Change: -6.66, ChangePercent: -0.52, Volume: 48387, High: 1289.5, Low: 1279.1, YearlyHigh: 1306, YearlyLow: 1047.2, YearlyStart: 1176.6, YearlyChange: 8.85, Settlement: `Cash`, Contract: `Swap`, Region: `Asia Pacific`, Country: `Philippines`, Risk: `High`, Sector: `Government`, Currency: `USD`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-08-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 885 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Gold`, Spread: 0.01, Open: 1281.1, Price: 1265.88, Buy: 1280.73, Sell: 1280.74, Change: -14.85, ChangePercent: -1.16, Volume: 48387, High: 1289.5, Low: 1279.1, YearlyHigh: 1306, YearlyLow: 1047.2, YearlyStart: 1176.6, YearlyChange: 8.85, Settlement: `Cash`, Contract: `Futures`, Region: `Europe`, Country: `Czechia`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-04-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 886 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soybean`, Spread: 0.01, Open: 1038, Price: 1055.65, Buy: 1038.61, Sell: 1038.62, Change: 17.03, ChangePercent: 1.64, Volume: 20356, High: 1044, Low: 1031.75, YearlyHigh: 1057, YearlyLow: 859.5, YearlyStart: 958.25, YearlyChange: 8.39, Settlement: `Cash`, Contract: `Options`, Region: `South America`, Country: `Peru`, Risk: `Low`, Sector: `Government`, Currency: `PLN`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-01-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 887 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P 600 MINI`, Spread: 0.01, Open: 687.9, Price: 681.83, Buy: 687.9, Sell: 687.9, Change: -6.05, ChangePercent: -0.88, Volume: 0, High: 0, Low: 0, YearlyHigh: 620.32, YearlyLow: 595.9, YearlyStart: 608.11, YearlyChange: 13.12, Settlement: `Cash`, Contract: `Futures`, Region: `Middle East`, Country: `Israel`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-04-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 888 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Sugar`, Spread: 0.01, Open: 15.68, Price: 14.66, Buy: 14.67, Sell: 14.68, Change: -0.01, ChangePercent: -0.08, Volume: 4949, High: 15.7, Low: 14.67, YearlyHigh: 16.87, YearlyLow: 11.37, YearlyStart: 14.12, YearlyChange: 3.92, Settlement: `Loan`, Contract: `Futures`, Region: `Middle East`, Country: `Saudi Arabia`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-04-16`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 889 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Uranium`, Spread: 0.02, Open: 27.55, Price: 28.08, Buy: 27.55, Sell: 27.55, Change: 0.5, ChangePercent: 1.8, Volume: 12, High: 27.55, Low: 27.55, YearlyHigh: 29.32, YearlyLow: 21.28, YearlyStart: 25.3, YearlyChange: 9.01, Settlement: `Cash`, Contract: `Options`, Region: `Asia Pacific`, Country: `Australia`, Risk: `High`, Sector: `Private`, Currency: `PLN`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-04-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 890 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/CHF`, Spread: 0.02, Open: 1.0337, Price: 1.05, Buy: 1.03, Sell: 1.03, Change: 0.01, ChangePercent: 0.2, Volume: 5550, High: 1.03, Low: 1.03, YearlyHigh: 1.11, YearlyLow: 0.98, YearlyStart: 1.04, YearlyChange: -0.12, Settlement: `Credit`, Contract: `Swap`, Region: `Europe`, Country: `Slovenia`, Risk: `High`, Sector: `Government`, Currency: `USD`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-02-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 891 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Lumber`, Spread: 0.01, Open: 303.9, Price: 298.75, Buy: 304.59, Sell: 304.6, Change: -5.85, ChangePercent: -1.92, Volume: 2, High: 304.6, Low: 303.9, YearlyHigh: 317.1, YearlyLow: 236, YearlyStart: 276.55, YearlyChange: 10.14, Settlement: `Cash`, Contract: `Futures`, Region: `Middle East`, Country: `Kuwait`, Risk: `Low`, Sector: `Government`, Currency: `USD`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-04-24`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 892 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Platinum`, Spread: 0.01, Open: 1071.6, Price: 1052.25, Buy: 1071.09, Sell: 1071.1, Change: -18.85, ChangePercent: -1.76, Volume: 3039, High: 1081.2, Low: 1070.5, YearlyHigh: 1120.6, YearlyLow: 812.4, YearlyStart: 966.5, YearlyChange: 10.82, Settlement: `Cash`, Contract: `CFD`, Region: `Africa`, Country: `South Africa`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-08-21`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 893 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Lumber`, Spread: 0.01, Open: 303.9, Price: 300.46, Buy: 304.59, Sell: 304.6, Change: -4.14, ChangePercent: -1.36, Volume: 2, High: 304.6, Low: 303.9, YearlyHigh: 317.1, YearlyLow: 236, YearlyStart: 276.55, YearlyChange: 10.14, Settlement: `Loan`, Contract: `Swap`, Region: `Asia Pacific`, Country: `Pakistan`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-06-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 894 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P MID MINI`, Spread: 0.01, Open: 1454.3, Price: 1455.78, Buy: 1455.78, Sell: 1455.79, Change: 0, ChangePercent: 0, Volume: 338, High: 1455.78, Low: 1448, YearlyHigh: 1527.3, YearlyLow: 1236, YearlyStart: 1381.65, YearlyChange: 5.37, Settlement: `Cash`, Contract: `Options`, Region: `Asia Pacific`, Country: `Philippines`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-02-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 895 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Ethanol`, Spread: 0.01, Open: 1.512, Price: 2.76, Buy: 2.75, Sell: 2.76, Change: 0.01, ChangePercent: 0.36, Volume: 14, High: 2.75, Low: 1.12, YearlyHigh: 2.75, YearlyLow: 1.12, YearlyStart: 1.48, YearlyChange: 86.7, Settlement: `Cash`, Contract: `Forwards`, Region: `South America`, Country: `Paraguay`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `High`, Issuer: `American Airlines`, Maturity: `2022-02-21`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 896 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P 600 MINI`, Spread: 0.01, Open: 687.9, Price: 691.46, Buy: 687.9, Sell: 687.9, Change: 3.58, ChangePercent: 0.52, Volume: 0, High: 0, Low: 0, YearlyHigh: 620.32, YearlyLow: 595.9, YearlyStart: 608.11, YearlyChange: 13.12, Settlement: `Cash`, Contract: `Swap`, Region: `Europe`, Country: `Iceland`, Risk: `High`, Sector: `Private`, Currency: `PLN`, Security: `High`, Issuer: `FedEx`, Maturity: `2022-05-22`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 897 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soybean`, Spread: 0.01, Open: 1038, Price: 1044.43, Buy: 1038.61, Sell: 1038.62, Change: 5.81, ChangePercent: 0.56, Volume: 20356, High: 1044, Low: 1031.75, YearlyHigh: 1057, YearlyLow: 859.5, YearlyStart: 958.25, YearlyChange: 8.39, Settlement: `Cash`, Contract: `Swap`, Region: `Middle East`, Country: `Saudi Arabia`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-04-19`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 898 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soybean`, Spread: 0.01, Open: 1038, Price: 1031.14, Buy: 1038.61, Sell: 1038.62, Change: -7.48, ChangePercent: -0.72, Volume: 20356, High: 1044, Low: 1031.75, YearlyHigh: 1057, YearlyLow: 859.5, YearlyStart: 958.25, YearlyChange: 8.39, Settlement: `Cash`, Contract: `Options`, Region: `Asia Pacific`, Country: `Indonesia`, Risk: `High`, Sector: `Government`, Currency: `USD`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-02-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 899 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P Future`, Spread: 0.01, Open: 2057.5, Price: 2047.55, Buy: 2056.6, Sell: 2056.61, Change: -9.05, ChangePercent: -0.44, Volume: 142780, High: 2059.5, Low: 2049, YearlyHigh: 2105.5, YearlyLow: 1794.5, YearlyStart: 1950, YearlyChange: 5.47, Settlement: `Cash`, Contract: `Forwards`, Region: `North America`, Country: `Canada`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-03-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 900 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/CAD`, Spread: 0.02, Open: 0.7744, Price: 0.94, Buy: 0.94, Sell: 0.96, Change: -0.01, ChangePercent: -1.36, Volume: 13669, High: 0.95, Low: 0.77, YearlyHigh: 0.95, YearlyLow: 0.68, YearlyStart: 0.76, YearlyChange: 26.43, Settlement: `Cash`, Contract: `Options`, Region: `Asia Pacific`, Country: `Korea`, Risk: `Low`, Sector: `Government`, Currency: `USD`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-02-24`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 901 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Corn`, Spread: 0.01, Open: 379.5, Price: 375.85, Buy: 379.8, Sell: 379.81, Change: -3.95, ChangePercent: -1.04, Volume: 11266, High: 381, Low: 377.75, YearlyHigh: 471.25, YearlyLow: 351.25, YearlyStart: 411.25, YearlyChange: -7.65, Settlement: `Loan`, Contract: `Swap`, Region: `Middle East`, Country: `Syria`, Risk: `High`, Sector: `Government`, Currency: `PLN`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-06-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 902 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Rice`, Spread: 0.01, Open: 11.245, Price: 10.4, Buy: 10.41, Sell: 10.42, Change: -0.02, ChangePercent: -0.12, Volume: 220, High: 11.38, Low: 10.42, YearlyHigh: 14.14, YearlyLow: 9.7, YearlyStart: 11.92, YearlyChange: -12.62, Settlement: `Cash`, Contract: `Options`, Region: `South America`, Country: `Suriname`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-04-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 903 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Copper`, Spread: 0.02, Open: 2.123, Price: 2.11, Buy: 2.12, Sell: 2.12, Change: 0, ChangePercent: -0.32, Volume: 28819, High: 2.16, Low: 2.11, YearlyHigh: 2.94, YearlyLow: 1.96, YearlyStart: 2.45, YearlyChange: -13.76, Settlement: `Cash`, Contract: `Futures`, Region: `Africa`, Country: `Morocco`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-05-23`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 904 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `Euro$ 3M`, Spread: 0.01, Open: 99.18, Price: 101.03, Buy: 99.18, Sell: 99.18, Change: 1.86, ChangePercent: 1.88, Volume: 29509, High: 99.18, Low: 99.17, YearlyHigh: 99.38, YearlyLow: 98.41, YearlyStart: 98.89, YearlyChange: 0.28, Settlement: `Credit`, Contract: `Futures`, Region: `Asia Pacific`, Country: `Philippines`, Risk: `High`, Sector: `Public`, Currency: `PLN`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-09-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 905 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soybean`, Spread: 0.01, Open: 1038, Price: 1042.77, Buy: 1038.61, Sell: 1038.62, Change: 4.15, ChangePercent: 0.4, Volume: 20356, High: 1044, Low: 1031.75, YearlyHigh: 1057, YearlyLow: 859.5, YearlyStart: 958.25, YearlyChange: 8.39, Settlement: `Credit`, Contract: `CFD`, Region: `Middle East`, Country: `Qatar`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-04-10`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 906 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Lumber`, Spread: 0.01, Open: 303.9, Price: 302.16, Buy: 304.59, Sell: 304.6, Change: -2.44, ChangePercent: -0.8, Volume: 2, High: 304.6, Low: 303.9, YearlyHigh: 317.1, YearlyLow: 236, YearlyStart: 276.55, YearlyChange: 10.14, Settlement: `Cash`, Contract: `Options`, Region: `Middle East`, Country: `UAE`, Risk: `Low`, Sector: `Public`, Currency: `EUR`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-08-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 907 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soybean`, Spread: 0.01, Open: 1038, Price: 1043.19, Buy: 1038.61, Sell: 1038.62, Change: 4.57, ChangePercent: 0.44, Volume: 20356, High: 1044, Low: 1031.75, YearlyHigh: 1057, YearlyLow: 859.5, YearlyStart: 958.25, YearlyChange: 8.39, Settlement: `Cash`, Contract: `Options`, Region: `Middle East`, Country: `Lebanon`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-08-23`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 908 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soybean`, Spread: 0.01, Open: 1038, Price: 1057.31, Buy: 1038.61, Sell: 1038.62, Change: 18.69, ChangePercent: 1.8, Volume: 20356, High: 1044, Low: 1031.75, YearlyHigh: 1057, YearlyLow: 859.5, YearlyStart: 958.25, YearlyChange: 8.39, Settlement: `Cash`, Contract: `Swap`, Region: `North America`, Country: `United States`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-08-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 909 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Palladium`, Spread: 0.01, Open: 600.55, Price: 606.29, Buy: 601, Sell: 601.01, Change: 5.29, ChangePercent: 0.88, Volume: 651, High: 607.2, Low: 598.4, YearlyHigh: 690, YearlyLow: 458.6, YearlyStart: 574.3, YearlyChange: 4.65, Settlement: `Loan`, Contract: `Futures`, Region: `Asia Pacific`, Country: `Indonesia`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-02-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 910 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Lumber`, Spread: 0.01, Open: 303.9, Price: 303.99, Buy: 304.59, Sell: 304.6, Change: -0.61, ChangePercent: -0.2, Volume: 2, High: 304.6, Low: 303.9, YearlyHigh: 317.1, YearlyLow: 236, YearlyStart: 276.55, YearlyChange: 10.14, Settlement: `Credit`, Contract: `Swap`, Region: `Europe`, Country: `France`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `High`, Issuer: `FedEx`, Maturity: `2022-02-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 911 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `Lean Hogs`, Spread: 0.01, Open: 81.275, Price: 80.96, Buy: 81.81, Sell: 81.82, Change: -0.85, ChangePercent: -1.04, Volume: 1, High: 81.81, Low: 81.28, YearlyHigh: 83.98, YearlyLow: 70.25, YearlyStart: 77.11, YearlyChange: 6.09, Settlement: `Loan`, Contract: `Futures`, Region: `Middle East`, Country: `Israel`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-06-24`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 912 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Coffee`, Spread: 0.01, Open: 125.7, Price: 127.2, Buy: 125.7, Sell: 125.7, Change: 1.51, ChangePercent: 1.2, Volume: 1654, High: 125.8, Low: 125, YearlyHigh: 155.75, YearlyLow: 115.35, YearlyStart: 135.55, YearlyChange: -7.27, Settlement: `Cash`, Contract: `Swap`, Region: `Asia Pacific`, Country: `Afghanistan`, Risk: `High`, Sector: `Government`, Currency: `PLN`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-02-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 913 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Cotton`, Spread: 0.01, Open: 61.77, Price: 62.9, Buy: 61.77, Sell: 61.77, Change: 1.14, ChangePercent: 1.84, Volume: 3612, High: 62.06, Low: 61.32, YearlyHigh: 67.59, YearlyLow: 54.33, YearlyStart: 60.96, YearlyChange: 1.31, Settlement: `Cash`, Contract: `Forwards`, Region: `Middle East`, Country: `Qatar`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-05-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 914 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/CAD`, Spread: 0.02, Open: 0.7744, Price: 0.97, Buy: 0.94, Sell: 0.96, Change: 0.02, ChangePercent: 1.2, Volume: 13669, High: 0.95, Low: 0.77, YearlyHigh: 0.95, YearlyLow: 0.68, YearlyStart: 0.76, YearlyChange: 26.43, Settlement: `Credit`, Contract: `Options`, Region: `Middle East`, Country: `Kuwait`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `American Airlines`, Maturity: `2022-08-10`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 915 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Uranium`, Spread: 0.02, Open: 27.55, Price: 27.78, Buy: 27.55, Sell: 27.55, Change: 0.2, ChangePercent: 0.72, Volume: 12, High: 27.55, Low: 27.55, YearlyHigh: 29.32, YearlyLow: 21.28, YearlyStart: 25.3, YearlyChange: 9.01, Settlement: `Loan`, Contract: `Futures`, Region: `South America`, Country: `Ecuador`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-01-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 916 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/CHF`, Spread: 0.02, Open: 1.0337, Price: 1.06, Buy: 1.03, Sell: 1.03, Change: 0.02, ChangePercent: 1.68, Volume: 5550, High: 1.03, Low: 1.03, YearlyHigh: 1.11, YearlyLow: 0.98, YearlyStart: 1.04, YearlyChange: -0.12, Settlement: `Credit`, Contract: `Options`, Region: `North America`, Country: `Canada`, Risk: `High`, Sector: `Public`, Currency: `USD`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-07-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 917 }), + new FinancialDataAllItem({ Category: `Index`, Type: `DOW Future`, Spread: 0.01, Open: 17711, Price: 17953.04, Buy: 17712.15, Sell: 17712.16, Change: 240.89, ChangePercent: 1.36, Volume: 22236, High: 17727, Low: 17642, YearlyHigh: 18083, YearlyLow: 15299, YearlyStart: 16691, YearlyChange: 6.12, Settlement: `Credit`, Contract: `CFD`, Region: `Africa`, Country: `Algeria`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-04-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 918 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/JPY`, Spread: 0.02, Open: 9275.5, Price: 9362.69, Buy: 9277.32, Sell: 9277.34, Change: 85.36, ChangePercent: 0.92, Volume: 47734, High: 9277.33, Low: 0.93, YearlyHigh: 9483, YearlyLow: 0.93, YearlyStart: 4741.97, YearlyChange: 95.64, Settlement: `Cash`, Contract: `CFD`, Region: `Europe`, Country: `Italy`, Risk: `High`, Sector: `Public`, Currency: `USD`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-07-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 919 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Gold`, Spread: 0.01, Open: 1281.1, Price: 1272.54, Buy: 1280.73, Sell: 1280.74, Change: -8.19, ChangePercent: -0.64, Volume: 48387, High: 1289.5, Low: 1279.1, YearlyHigh: 1306, YearlyLow: 1047.2, YearlyStart: 1176.6, YearlyChange: 8.85, Settlement: `Credit`, Contract: `Swap`, Region: `North America`, Country: `Canada`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `High`, Issuer: `American Airlines`, Maturity: `2022-05-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 920 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Platinum`, Spread: 0.01, Open: 1071.6, Price: 1061.25, Buy: 1071.09, Sell: 1071.1, Change: -9.85, ChangePercent: -0.92, Volume: 3039, High: 1081.2, Low: 1070.5, YearlyHigh: 1120.6, YearlyLow: 812.4, YearlyStart: 966.5, YearlyChange: 10.82, Settlement: `Credit`, Contract: `Options`, Region: `Africa`, Country: `Tunisia`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-03-19`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 921 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Oats`, Spread: 0.01, Open: 194.5, Price: 197.33, Buy: 194.21, Sell: 194.22, Change: 3.11, ChangePercent: 1.6, Volume: 64, High: 195.75, Low: 194, YearlyHigh: 241.25, YearlyLow: 183.75, YearlyStart: 212.5, YearlyChange: -8.6, Settlement: `Credit`, Contract: `Forwards`, Region: `Asia Pacific`, Country: `Azerbaijan`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-03-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 922 }), + new FinancialDataAllItem({ Category: `Index`, Type: `NAS Future`, Spread: 0.01, Open: 4341.25, Price: 4414.21, Buy: 4341.25, Sell: 4341.25, Change: 72.93, ChangePercent: 1.68, Volume: 18259, High: 4347, Low: 4318, YearlyHigh: 4719.75, YearlyLow: 3867.75, YearlyStart: 4293.75, YearlyChange: 1.11, Settlement: `Loan`, Contract: `Swap`, Region: `Asia Pacific`, Country: `Australia`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-08-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 923 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `OJ Future`, Spread: 0.01, Open: 140.6, Price: 138.39, Buy: 140.18, Sell: 140.19, Change: -1.8, ChangePercent: -1.28, Volume: 7, High: 140.19, Low: 0, YearlyHigh: 155.95, YearlyLow: 113, YearlyStart: 134.47, YearlyChange: 4.25, Settlement: `Loan`, Contract: `Options`, Region: `South America`, Country: `Colombia`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-05-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 924 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `Lean Hogs`, Spread: 0.01, Open: 81.275, Price: 80.24, Buy: 81.81, Sell: 81.82, Change: -1.57, ChangePercent: -1.92, Volume: 1, High: 81.81, Low: 81.28, YearlyHigh: 83.98, YearlyLow: 70.25, YearlyStart: 77.11, YearlyChange: 6.09, Settlement: `Credit`, Contract: `Options`, Region: `Africa`, Country: `South Africa`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-05-22`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 925 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Oats`, Spread: 0.01, Open: 194.5, Price: 193.05, Buy: 194.21, Sell: 194.22, Change: -1.17, ChangePercent: -0.6, Volume: 64, High: 195.75, Low: 194, YearlyHigh: 241.25, YearlyLow: 183.75, YearlyStart: 212.5, YearlyChange: -8.6, Settlement: `Cash`, Contract: `Swap`, Region: `Europe`, Country: `United Kingdom`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-07-23`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 926 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P MID MINI`, Spread: 0.01, Open: 1454.3, Price: 1441.22, Buy: 1455.78, Sell: 1455.79, Change: -14.56, ChangePercent: -1, Volume: 338, High: 1455.78, Low: 1448, YearlyHigh: 1527.3, YearlyLow: 1236, YearlyStart: 1381.65, YearlyChange: 5.37, Settlement: `Cash`, Contract: `Futures`, Region: `Asia Pacific`, Country: `New Zealand`, Risk: `Low`, Sector: `Public`, Currency: `EUR`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-04-21`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 927 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Oil`, Spread: 0.015, Open: 45.54, Price: 46.56, Buy: 45.78, Sell: 45.8, Change: 0.77, ChangePercent: 1.68, Volume: 107196, High: 45.94, Low: 45, YearlyHigh: 65.28, YearlyLow: 30.79, YearlyStart: 48.03, YearlyChange: -4.67, Settlement: `Loan`, Contract: `Swap`, Region: `Asia Pacific`, Country: `Azerbaijan`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-02-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 928 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Oil`, Spread: 0.015, Open: 45.54, Price: 45.33, Buy: 45.78, Sell: 45.8, Change: -0.46, ChangePercent: -1, Volume: 107196, High: 45.94, Low: 45, YearlyHigh: 65.28, YearlyLow: 30.79, YearlyStart: 48.03, YearlyChange: -4.67, Settlement: `Loan`, Contract: `Futures`, Region: `South America`, Country: `Uruguay`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-03-16`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 929 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Platinum`, Spread: 0.01, Open: 1071.6, Price: 1090.38, Buy: 1071.09, Sell: 1071.1, Change: 19.28, ChangePercent: 1.8, Volume: 3039, High: 1081.2, Low: 1070.5, YearlyHigh: 1120.6, YearlyLow: 812.4, YearlyStart: 966.5, YearlyChange: 10.82, Settlement: `Loan`, Contract: `Futures`, Region: `Europe`, Country: `Denmark`, Risk: `Low`, Sector: `Government`, Currency: `USD`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-06-16`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 930 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Gold`, Spread: 0.01, Open: 1281.1, Price: 1279.19, Buy: 1280.73, Sell: 1280.74, Change: -1.54, ChangePercent: -0.12, Volume: 48387, High: 1289.5, Low: 1279.1, YearlyHigh: 1306, YearlyLow: 1047.2, YearlyStart: 1176.6, YearlyChange: 8.85, Settlement: `Cash`, Contract: `Options`, Region: `Europe`, Country: `Greece`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-09-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 931 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/JPY`, Spread: 0.02, Open: 9275.5, Price: 9114.05, Buy: 9277.32, Sell: 9277.34, Change: -163.28, ChangePercent: -1.76, Volume: 47734, High: 9277.33, Low: 0.93, YearlyHigh: 9483, YearlyLow: 0.93, YearlyStart: 4741.97, YearlyChange: 95.64, Settlement: `Cash`, Contract: `Futures`, Region: `Middle East`, Country: `Israel`, Risk: `Low`, Sector: `Government`, Currency: `USD`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-07-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 932 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soy Meat`, Spread: 0.01, Open: 342.6, Price: 343.99, Buy: 342.6, Sell: 342.6, Change: 1.37, ChangePercent: 0.4, Volume: 5646, High: 345.4, Low: 340.3, YearlyHigh: 353.4, YearlyLow: 261.7, YearlyStart: 307.55, YearlyChange: 11.4, Settlement: `Loan`, Contract: `Swap`, Region: `Africa`, Country: `Senegal`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-05-23`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 933 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `LV Cattle`, Spread: 0.01, Open: 120.725, Price: 122.25, Buy: 120.72, Sell: 120.72, Change: 1.55, ChangePercent: 1.28, Volume: 4, High: 120.72, Low: 120.72, YearlyHigh: 147.98, YearlyLow: 113.9, YearlyStart: 130.94, YearlyChange: -7.82, Settlement: `Cash`, Contract: `CFD`, Region: `Middle East`, Country: `Israel`, Risk: `Low`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-04-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 934 }), + new FinancialDataAllItem({ Category: `Index`, Type: `NAS Future`, Spread: 0.01, Open: 4341.25, Price: 4358.65, Buy: 4341.25, Sell: 4341.25, Change: 17.37, ChangePercent: 0.4, Volume: 18259, High: 4347, Low: 4318, YearlyHigh: 4719.75, YearlyLow: 3867.75, YearlyStart: 4293.75, YearlyChange: 1.11, Settlement: `Cash`, Contract: `Futures`, Region: `Africa`, Country: `Senegal`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-02-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 935 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Natural Gas`, Spread: 0.02, Open: 2.094, Price: 2.08, Buy: 2.09, Sell: 2.09, Change: -0.02, ChangePercent: -1.12, Volume: 2783, High: 2.11, Low: 2.09, YearlyHigh: 3.2, YearlyLow: 1.84, YearlyStart: 2.52, YearlyChange: -16.51, Settlement: `Credit`, Contract: `CFD`, Region: `Europe`, Country: `Czechia`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-02-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 936 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Sugar`, Spread: 0.01, Open: 15.68, Price: 14.77, Buy: 14.67, Sell: 14.68, Change: 0.1, ChangePercent: 0.68, Volume: 4949, High: 15.7, Low: 14.67, YearlyHigh: 16.87, YearlyLow: 11.37, YearlyStart: 14.12, YearlyChange: 3.92, Settlement: `Credit`, Contract: `Options`, Region: `Asia Pacific`, Country: `Australia`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-05-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 937 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Coffee`, Spread: 0.01, Open: 125.7, Price: 127.9, Buy: 125.7, Sell: 125.7, Change: 2.21, ChangePercent: 1.76, Volume: 1654, High: 125.8, Low: 125, YearlyHigh: 155.75, YearlyLow: 115.35, YearlyStart: 135.55, YearlyChange: -7.27, Settlement: `Credit`, Contract: `Options`, Region: `North America`, Country: `Canada`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-06-16`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 938 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Coal`, Spread: 0.015, Open: 0.4363, Price: 0.42, Buy: 0.44, Sell: 0.44, Change: 0, ChangePercent: 1.32, Volume: 3, High: 0.44, Low: 0.44, YearlyHigh: 0.48, YearlyLow: 0.4, YearlyStart: 0.44, YearlyChange: -5.33, Settlement: `Cash`, Contract: `Forwards`, Region: `Asia Pacific`, Country: `Korea`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-06-21`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 939 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `Lean Hogs`, Spread: 0.01, Open: 81.275, Price: 82.08, Buy: 81.81, Sell: 81.82, Change: 0.27, ChangePercent: 0.32, Volume: 1, High: 81.81, Low: 81.28, YearlyHigh: 83.98, YearlyLow: 70.25, YearlyStart: 77.11, YearlyChange: 6.09, Settlement: `Cash`, Contract: `CFD`, Region: `South America`, Country: `Suriname`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-06-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 940 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Gold`, Spread: 0.01, Open: 1281.1, Price: 1277.15, Buy: 1280.73, Sell: 1280.74, Change: -3.58, ChangePercent: -0.28, Volume: 48387, High: 1289.5, Low: 1279.1, YearlyHigh: 1306, YearlyLow: 1047.2, YearlyStart: 1176.6, YearlyChange: 8.85, Settlement: `Cash`, Contract: `Options`, Region: `Africa`, Country: `Niger`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-07-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 941 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Silver`, Spread: 0.01, Open: 17.43, Price: 17.34, Buy: 17.43, Sell: 17.43, Change: -0.08, ChangePercent: -0.44, Volume: 11720, High: 17.51, Low: 17.37, YearlyHigh: 18.06, YearlyLow: 13.73, YearlyStart: 15.89, YearlyChange: 9.59, Settlement: `Cash`, Contract: `Futures`, Region: `North America`, Country: `Canada`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-07-22`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 942 }), + new FinancialDataAllItem({ Category: `Index`, Type: `NAS Future`, Spread: 0.01, Open: 4341.25, Price: 4396.85, Buy: 4341.25, Sell: 4341.25, Change: 55.57, ChangePercent: 1.28, Volume: 18259, High: 4347, Low: 4318, YearlyHigh: 4719.75, YearlyLow: 3867.75, YearlyStart: 4293.75, YearlyChange: 1.11, Settlement: `Loan`, Contract: `Futures`, Region: `Middle East`, Country: `Oman`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-06-21`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 943 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `FD Cattle`, Spread: 0.01, Open: 147.175, Price: 149.38, Buy: 148.6, Sell: 148.61, Change: 0.77, ChangePercent: 0.52, Volume: 5, High: 148.61, Low: 147.18, YearlyHigh: 190, YearlyLow: 138.1, YearlyStart: 164.05, YearlyChange: -9.41, Settlement: `Loan`, Contract: `Options`, Region: `Asia Pacific`, Country: `Thailand`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `Poor`, Issuer: `American Airlines`, Maturity: `2022-02-22`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 944 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Lumber`, Spread: 0.01, Open: 303.9, Price: 308.13, Buy: 304.59, Sell: 304.6, Change: 3.53, ChangePercent: 1.16, Volume: 2, High: 304.6, Low: 303.9, YearlyHigh: 317.1, YearlyLow: 236, YearlyStart: 276.55, YearlyChange: 10.14, Settlement: `Credit`, Contract: `Swap`, Region: `Asia Pacific`, Country: `Japan`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-09-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 945 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `Euro$ 3M`, Spread: 0.01, Open: 99.18, Price: 97.5, Buy: 99.18, Sell: 99.18, Change: -1.67, ChangePercent: -1.68, Volume: 29509, High: 99.18, Low: 99.17, YearlyHigh: 99.38, YearlyLow: 98.41, YearlyStart: 98.89, YearlyChange: 0.28, Settlement: `Cash`, Contract: `Options`, Region: `Middle East`, Country: `Oman`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `FedEx`, Maturity: `2022-05-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 946 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P Future`, Spread: 0.01, Open: 2057.5, Price: 2051.67, Buy: 2056.6, Sell: 2056.61, Change: -4.93, ChangePercent: -0.24, Volume: 142780, High: 2059.5, Low: 2049, YearlyHigh: 2105.5, YearlyLow: 1794.5, YearlyStart: 1950, YearlyChange: 5.47, Settlement: `Credit`, Contract: `Swap`, Region: `Middle East`, Country: `Syria`, Risk: `High`, Sector: `Government`, Currency: `PLN`, Security: `High`, Issuer: `American Airlines`, Maturity: `2022-08-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 947 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/JPY`, Spread: 0.02, Open: 9275.5, Price: 9277.33, Buy: 9277.32, Sell: 9277.34, Change: 0, ChangePercent: 0, Volume: 47734, High: 9277.33, Low: 0.93, YearlyHigh: 9483, YearlyLow: 0.93, YearlyStart: 4741.97, YearlyChange: 95.64, Settlement: `Loan`, Contract: `Options`, Region: `South America`, Country: `Chile`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `Poor`, Issuer: `American Airlines`, Maturity: `2022-08-22`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 948 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Palladium`, Spread: 0.01, Open: 600.55, Price: 596.43, Buy: 601, Sell: 601.01, Change: -4.57, ChangePercent: -0.76, Volume: 651, High: 607.2, Low: 598.4, YearlyHigh: 690, YearlyLow: 458.6, YearlyStart: 574.3, YearlyChange: 4.65, Settlement: `Credit`, Contract: `CFD`, Region: `Middle East`, Country: `Jordan`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-06-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 949 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Platinum`, Spread: 0.01, Open: 1071.6, Price: 1082.67, Buy: 1071.09, Sell: 1071.1, Change: 11.57, ChangePercent: 1.08, Volume: 3039, High: 1081.2, Low: 1070.5, YearlyHigh: 1120.6, YearlyLow: 812.4, YearlyStart: 966.5, YearlyChange: 10.82, Settlement: `Cash`, Contract: `Futures`, Region: `Europe`, Country: `Sweden`, Risk: `High`, Sector: `Private`, Currency: `PLN`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-01-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 950 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Sugar`, Spread: 0.01, Open: 15.68, Price: 14.45, Buy: 14.67, Sell: 14.68, Change: -0.22, ChangePercent: -1.56, Volume: 4949, High: 15.7, Low: 14.67, YearlyHigh: 16.87, YearlyLow: 11.37, YearlyStart: 14.12, YearlyChange: 3.92, Settlement: `Cash`, Contract: `Options`, Region: `Middle East`, Country: `Iraq`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-06-21`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 951 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/CAD`, Spread: 0.02, Open: 0.7744, Price: 0.95, Buy: 0.94, Sell: 0.96, Change: 0, ChangePercent: -0.32, Volume: 13669, High: 0.95, Low: 0.77, YearlyHigh: 0.95, YearlyLow: 0.68, YearlyStart: 0.76, YearlyChange: 26.43, Settlement: `Loan`, Contract: `Swap`, Region: `Asia Pacific`, Country: `Hong Kong`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-05-22`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 952 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `US 2Y Future`, Spread: 0.01, Open: 109.3984, Price: 109.91, Buy: 109.4, Sell: 109.4, Change: 0.52, ChangePercent: 0.48, Volume: 17742, High: 109.41, Low: 109.38, YearlyHigh: 109.8, YearlyLow: 108.62, YearlyStart: 109.21, YearlyChange: 0.16, Settlement: `Cash`, Contract: `Forwards`, Region: `Africa`, Country: `Egypt`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-03-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 953 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Cotton`, Spread: 0.01, Open: 61.77, Price: 60.8, Buy: 61.77, Sell: 61.77, Change: -0.96, ChangePercent: -1.56, Volume: 3612, High: 62.06, Low: 61.32, YearlyHigh: 67.59, YearlyLow: 54.33, YearlyStart: 60.96, YearlyChange: 1.31, Settlement: `Cash`, Contract: `Options`, Region: `Europe`, Country: `Poland`, Risk: `High`, Sector: `Government`, Currency: `PLN`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-01-19`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 954 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Natural Gas`, Spread: 0.02, Open: 2.094, Price: 2.11, Buy: 2.09, Sell: 2.09, Change: 0.01, ChangePercent: 0.16, Volume: 2783, High: 2.11, Low: 2.09, YearlyHigh: 3.2, YearlyLow: 1.84, YearlyStart: 2.52, YearlyChange: -16.51, Settlement: `Cash`, Contract: `Options`, Region: `Africa`, Country: `Algeria`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-06-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 955 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P MID MINI`, Spread: 0.01, Open: 1454.3, Price: 1469.17, Buy: 1455.78, Sell: 1455.79, Change: 13.39, ChangePercent: 0.92, Volume: 338, High: 1455.78, Low: 1448, YearlyHigh: 1527.3, YearlyLow: 1236, YearlyStart: 1381.65, YearlyChange: 5.37, Settlement: `Cash`, Contract: `Swap`, Region: `Europe`, Country: `Hungary`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-06-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 956 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Platinum`, Spread: 0.01, Open: 1071.6, Price: 1056.53, Buy: 1071.09, Sell: 1071.1, Change: -14.57, ChangePercent: -1.36, Volume: 3039, High: 1081.2, Low: 1070.5, YearlyHigh: 1120.6, YearlyLow: 812.4, YearlyStart: 966.5, YearlyChange: 10.82, Settlement: `Credit`, Contract: `Swap`, Region: `Asia Pacific`, Country: `Azerbaijan`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-04-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 957 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Coal`, Spread: 0.015, Open: 0.4363, Price: 0.42, Buy: 0.44, Sell: 0.44, Change: 0, ChangePercent: 0.96, Volume: 3, High: 0.44, Low: 0.44, YearlyHigh: 0.48, YearlyLow: 0.4, YearlyStart: 0.44, YearlyChange: -5.33, Settlement: `Cash`, Contract: `Swap`, Region: `Middle East`, Country: `Qatar`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-01-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 958 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `US 2Y Future`, Spread: 0.01, Open: 109.3984, Price: 109.34, Buy: 109.4, Sell: 109.4, Change: -0.05, ChangePercent: -0.04, Volume: 17742, High: 109.41, Low: 109.38, YearlyHigh: 109.8, YearlyLow: 108.62, YearlyStart: 109.21, YearlyChange: 0.16, Settlement: `Credit`, Contract: `CFD`, Region: `North America`, Country: `United States`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-07-16`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 959 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/CHF`, Spread: 0.02, Open: 1.0337, Price: 1.06, Buy: 1.03, Sell: 1.03, Change: 0.02, ChangePercent: 1.24, Volume: 5550, High: 1.03, Low: 1.03, YearlyHigh: 1.11, YearlyLow: 0.98, YearlyStart: 1.04, YearlyChange: -0.12, Settlement: `Loan`, Contract: `Futures`, Region: `Europe`, Country: `Belgium`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-03-21`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 960 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Ethanol`, Spread: 0.01, Open: 1.512, Price: 2.72, Buy: 2.75, Sell: 2.76, Change: -0.03, ChangePercent: -1.24, Volume: 14, High: 2.75, Low: 1.12, YearlyHigh: 2.75, YearlyLow: 1.12, YearlyStart: 1.48, YearlyChange: 86.7, Settlement: `Cash`, Contract: `Options`, Region: `Europe`, Country: `Portugal`, Risk: `High`, Sector: `Government`, Currency: `USD`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-09-23`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 961 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soy Meat`, Spread: 0.01, Open: 342.6, Price: 338.78, Buy: 342.6, Sell: 342.6, Change: -3.84, ChangePercent: -1.12, Volume: 5646, High: 345.4, Low: 340.3, YearlyHigh: 353.4, YearlyLow: 261.7, YearlyStart: 307.55, YearlyChange: 11.4, Settlement: `Loan`, Contract: `Options`, Region: `South America`, Country: `Suriname`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `FedEx`, Maturity: `2022-01-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 962 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Oil`, Spread: 0.015, Open: 45.54, Price: 45.2, Buy: 45.78, Sell: 45.8, Change: -0.59, ChangePercent: -1.28, Volume: 107196, High: 45.94, Low: 45, YearlyHigh: 65.28, YearlyLow: 30.79, YearlyStart: 48.03, YearlyChange: -4.67, Settlement: `Credit`, Contract: `Options`, Region: `Africa`, Country: `Algeria`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-04-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 963 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Palladium`, Spread: 0.01, Open: 600.55, Price: 604.13, Buy: 601, Sell: 601.01, Change: 3.13, ChangePercent: 0.52, Volume: 651, High: 607.2, Low: 598.4, YearlyHigh: 690, YearlyLow: 458.6, YearlyStart: 574.3, YearlyChange: 4.65, Settlement: `Credit`, Contract: `Options`, Region: `Middle East`, Country: `Israel`, Risk: `Low`, Sector: `Public`, Currency: `EUR`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-03-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 964 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `LV Cattle`, Spread: 0.01, Open: 120.725, Price: 119.21, Buy: 120.72, Sell: 120.72, Change: -1.5, ChangePercent: -1.24, Volume: 4, High: 120.72, Low: 120.72, YearlyHigh: 147.98, YearlyLow: 113.9, YearlyStart: 130.94, YearlyChange: -7.82, Settlement: `Loan`, Contract: `Options`, Region: `North America`, Country: `Mexico`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `High`, Issuer: `American Airlines`, Maturity: `2022-05-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 965 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `LV Cattle`, Spread: 0.01, Open: 120.725, Price: 121.19, Buy: 120.72, Sell: 120.72, Change: 0.48, ChangePercent: 0.4, Volume: 4, High: 120.72, Low: 120.72, YearlyHigh: 147.98, YearlyLow: 113.9, YearlyStart: 130.94, YearlyChange: -7.82, Settlement: `Credit`, Contract: `CFD`, Region: `South America`, Country: `Uruguay`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-09-23`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 966 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `US 30YR Future`, Spread: 0.01, Open: 164.875, Price: 166.26, Buy: 164.15, Sell: 164.16, Change: 2.1, ChangePercent: 1.28, Volume: 28012, High: 165.25, Low: 164.04, YearlyHigh: 169.38, YearlyLow: 151.47, YearlyStart: 160.43, YearlyChange: 2.33, Settlement: `Loan`, Contract: `Futures`, Region: `Africa`, Country: `Algeria`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-08-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 967 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Corn`, Spread: 0.01, Open: 379.5, Price: 374.79, Buy: 379.8, Sell: 379.81, Change: -5.01, ChangePercent: -1.32, Volume: 11266, High: 381, Low: 377.75, YearlyHigh: 471.25, YearlyLow: 351.25, YearlyStart: 411.25, YearlyChange: -7.65, Settlement: `Credit`, Contract: `Swap`, Region: `Europe`, Country: `Bulgaria`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-04-21`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 968 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Wheat`, Spread: 0.01, Open: 465.5, Price: 474.46, Buy: 465.5, Sell: 465.5, Change: 8.94, ChangePercent: 1.92, Volume: 4318, High: 467, Low: 463.25, YearlyHigh: 628.5, YearlyLow: 449.5, YearlyStart: 539, YearlyChange: -13.63, Settlement: `Loan`, Contract: `CFD`, Region: `Europe`, Country: `Sweden`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-08-10`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 969 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Natural Gas`, Spread: 0.02, Open: 2.094, Price: 2.09, Buy: 2.09, Sell: 2.09, Change: -0.01, ChangePercent: -0.68, Volume: 2783, High: 2.11, Low: 2.09, YearlyHigh: 3.2, YearlyLow: 1.84, YearlyStart: 2.52, YearlyChange: -16.51, Settlement: `Cash`, Contract: `Futures`, Region: `Middle East`, Country: `Qatar`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-03-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 970 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soy Meat`, Spread: 0.01, Open: 342.6, Price: 344.95, Buy: 342.6, Sell: 342.6, Change: 2.33, ChangePercent: 0.68, Volume: 5646, High: 345.4, Low: 340.3, YearlyHigh: 353.4, YearlyLow: 261.7, YearlyStart: 307.55, YearlyChange: 11.4, Settlement: `Credit`, Contract: `Options`, Region: `North America`, Country: `Canada`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-08-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 971 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Oil`, Spread: 0.015, Open: 45.54, Price: 46.28, Buy: 45.78, Sell: 45.8, Change: 0.49, ChangePercent: 1.08, Volume: 107196, High: 45.94, Low: 45, YearlyHigh: 65.28, YearlyLow: 30.79, YearlyStart: 48.03, YearlyChange: -4.67, Settlement: `Credit`, Contract: `Futures`, Region: `Middle East`, Country: `Qatar`, Risk: `High`, Sector: `Private`, Currency: `PLN`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-01-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 972 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/CAD`, Spread: 0.02, Open: 0.7744, Price: 0.97, Buy: 0.94, Sell: 0.96, Change: 0.02, ChangePercent: 2, Volume: 13669, High: 0.95, Low: 0.77, YearlyHigh: 0.95, YearlyLow: 0.68, YearlyStart: 0.76, YearlyChange: 26.43, Settlement: `Loan`, Contract: `CFD`, Region: `Asia Pacific`, Country: `Pakistan`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `High`, Issuer: `FedEx`, Maturity: `2022-08-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 973 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P 600 MINI`, Spread: 0.01, Open: 687.9, Price: 699.71, Buy: 687.9, Sell: 687.9, Change: 11.83, ChangePercent: 1.72, Volume: 0, High: 0, Low: 0, YearlyHigh: 620.32, YearlyLow: 595.9, YearlyStart: 608.11, YearlyChange: 13.12, Settlement: `Cash`, Contract: `Swap`, Region: `Middle East`, Country: `UAE`, Risk: `Low`, Sector: `Government`, Currency: `USD`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-08-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 974 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Uranium`, Spread: 0.02, Open: 27.55, Price: 27.86, Buy: 27.55, Sell: 27.55, Change: 0.28, ChangePercent: 1, Volume: 12, High: 27.55, Low: 27.55, YearlyHigh: 29.32, YearlyLow: 21.28, YearlyStart: 25.3, YearlyChange: 9.01, Settlement: `Cash`, Contract: `Swap`, Region: `Africa`, Country: `Algeria`, Risk: `High`, Sector: `Private`, Currency: `PLN`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-09-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 975 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `US 10YR Future`, Spread: 0.01, Open: 130.5625, Price: 129.49, Buy: 130.56, Sell: 130.56, Change: -1.09, ChangePercent: -0.84, Volume: 189310, High: 130.63, Low: 130.44, YearlyHigh: 132.64, YearlyLow: 125.48, YearlyStart: 129.06, YearlyChange: 1.18, Settlement: `Loan`, Contract: `Futures`, Region: `Middle East`, Country: `Iraq`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-05-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 976 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Oats`, Spread: 0.01, Open: 194.5, Price: 190.49, Buy: 194.21, Sell: 194.22, Change: -3.73, ChangePercent: -1.92, Volume: 64, High: 195.75, Low: 194, YearlyHigh: 241.25, YearlyLow: 183.75, YearlyStart: 212.5, YearlyChange: -8.6, Settlement: `Loan`, Contract: `Futures`, Region: `Asia Pacific`, Country: `Indonesia`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-08-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 977 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Sugar`, Spread: 0.01, Open: 15.68, Price: 14.93, Buy: 14.67, Sell: 14.68, Change: 0.26, ChangePercent: 1.72, Volume: 4949, High: 15.7, Low: 14.67, YearlyHigh: 16.87, YearlyLow: 11.37, YearlyStart: 14.12, YearlyChange: 3.92, Settlement: `Loan`, Contract: `Futures`, Region: `Asia Pacific`, Country: `Australia`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-02-19`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 978 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P Future`, Spread: 0.01, Open: 2057.5, Price: 2062.36, Buy: 2056.6, Sell: 2056.61, Change: 5.76, ChangePercent: 0.28, Volume: 142780, High: 2059.5, Low: 2049, YearlyHigh: 2105.5, YearlyLow: 1794.5, YearlyStart: 1950, YearlyChange: 5.47, Settlement: `Cash`, Contract: `Forwards`, Region: `Asia Pacific`, Country: `China`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-04-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 979 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P MID MINI`, Spread: 0.01, Open: 1454.3, Price: 1448.21, Buy: 1455.78, Sell: 1455.79, Change: -7.57, ChangePercent: -0.52, Volume: 338, High: 1455.78, Low: 1448, YearlyHigh: 1527.3, YearlyLow: 1236, YearlyStart: 1381.65, YearlyChange: 5.37, Settlement: `Credit`, Contract: `Forwards`, Region: `Africa`, Country: `Egypt`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-03-11`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 980 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soy Meat`, Spread: 0.01, Open: 342.6, Price: 342.48, Buy: 342.6, Sell: 342.6, Change: -0.14, ChangePercent: -0.04, Volume: 5646, High: 345.4, Low: 340.3, YearlyHigh: 353.4, YearlyLow: 261.7, YearlyStart: 307.55, YearlyChange: 11.4, Settlement: `Loan`, Contract: `Forwards`, Region: `Africa`, Country: `South Africa`, Risk: `Low`, Sector: `Government`, Currency: `USD`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-04-27`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 981 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/CAD`, Spread: 0.02, Open: 0.7744, Price: 0.95, Buy: 0.94, Sell: 0.96, Change: 0, ChangePercent: -0.72, Volume: 13669, High: 0.95, Low: 0.77, YearlyHigh: 0.95, YearlyLow: 0.68, YearlyStart: 0.76, YearlyChange: 26.43, Settlement: `Loan`, Contract: `CFD`, Region: `Middle East`, Country: `Bahrain`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-07-19`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 982 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Ethanol`, Spread: 0.01, Open: 1.512, Price: 2.76, Buy: 2.75, Sell: 2.76, Change: 0.01, ChangePercent: 0.08, Volume: 14, High: 2.75, Low: 1.12, YearlyHigh: 2.75, YearlyLow: 1.12, YearlyStart: 1.48, YearlyChange: 86.7, Settlement: `Cash`, Contract: `Options`, Region: `Africa`, Country: `Morocco`, Risk: `High`, Sector: `Government`, Currency: `PLN`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-02-24`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 983 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `FD Cattle`, Spread: 0.01, Open: 147.175, Price: 148.25, Buy: 148.6, Sell: 148.61, Change: -0.36, ChangePercent: -0.24, Volume: 5, High: 148.61, Low: 147.18, YearlyHigh: 190, YearlyLow: 138.1, YearlyStart: 164.05, YearlyChange: -9.41, Settlement: `Cash`, Contract: `Futures`, Region: `Middle East`, Country: `Jordan`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `High`, Issuer: `American Airlines`, Maturity: `2022-01-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 984 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Gold`, Spread: 0.01, Open: 1281.1, Price: 1283.29, Buy: 1280.73, Sell: 1280.74, Change: 2.56, ChangePercent: 0.2, Volume: 48387, High: 1289.5, Low: 1279.1, YearlyHigh: 1306, YearlyLow: 1047.2, YearlyStart: 1176.6, YearlyChange: 8.85, Settlement: `Cash`, Contract: `Swap`, Region: `Europe`, Country: `Denmark`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-02-22`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 985 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/CHF`, Spread: 0.02, Open: 1.0337, Price: 1.04, Buy: 1.03, Sell: 1.03, Change: 0, ChangePercent: -0.28, Volume: 5550, High: 1.03, Low: 1.03, YearlyHigh: 1.11, YearlyLow: 0.98, YearlyStart: 1.04, YearlyChange: -0.12, Settlement: `Loan`, Contract: `Futures`, Region: `Asia Pacific`, Country: `Thailand`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-08-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 986 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Ethanol`, Spread: 0.01, Open: 1.512, Price: 2.77, Buy: 2.75, Sell: 2.76, Change: 0.02, ChangePercent: 0.64, Volume: 14, High: 2.75, Low: 1.12, YearlyHigh: 2.75, YearlyLow: 1.12, YearlyStart: 1.48, YearlyChange: 86.7, Settlement: `Cash`, Contract: `Swap`, Region: `South America`, Country: `Uruguay`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-06-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 987 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/CAD`, Spread: 0.02, Open: 0.7744, Price: 0.95, Buy: 0.94, Sell: 0.96, Change: 0, ChangePercent: -0.96, Volume: 13669, High: 0.95, Low: 0.77, YearlyHigh: 0.95, YearlyLow: 0.68, YearlyStart: 0.76, YearlyChange: 26.43, Settlement: `Credit`, Contract: `Options`, Region: `Asia Pacific`, Country: `Malaysia`, Risk: `High`, Sector: `Government`, Currency: `USD`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-05-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 988 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/CHF`, Spread: 0.02, Open: 1.0337, Price: 1.03, Buy: 1.03, Sell: 1.03, Change: -0.01, ChangePercent: -1.68, Volume: 5550, High: 1.03, Low: 1.03, YearlyHigh: 1.11, YearlyLow: 0.98, YearlyStart: 1.04, YearlyChange: -0.12, Settlement: `Loan`, Contract: `Swap`, Region: `Africa`, Country: `Senegal`, Risk: `High`, Sector: `Public`, Currency: `PLN`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-07-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 989 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Uranium`, Spread: 0.02, Open: 27.55, Price: 27.48, Buy: 27.55, Sell: 27.55, Change: -0.1, ChangePercent: -0.36, Volume: 12, High: 27.55, Low: 27.55, YearlyHigh: 29.32, YearlyLow: 21.28, YearlyStart: 25.3, YearlyChange: 9.01, Settlement: `Credit`, Contract: `CFD`, Region: `North America`, Country: `Canada`, Risk: `High`, Sector: `Private`, Currency: `PLN`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-07-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 990 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P Future`, Spread: 0.01, Open: 2057.5, Price: 2075.52, Buy: 2056.6, Sell: 2056.61, Change: 18.92, ChangePercent: 0.92, Volume: 142780, High: 2059.5, Low: 2049, YearlyHigh: 2105.5, YearlyLow: 1794.5, YearlyStart: 1950, YearlyChange: 5.47, Settlement: `Cash`, Contract: `Futures`, Region: `Asia Pacific`, Country: `Afghanistan`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-06-22`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 991 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `Euro$ 3M`, Spread: 0.01, Open: 99.18, Price: 98.42, Buy: 99.18, Sell: 99.18, Change: -0.75, ChangePercent: -0.76, Volume: 29509, High: 99.18, Low: 99.17, YearlyHigh: 99.38, YearlyLow: 98.41, YearlyStart: 98.89, YearlyChange: 0.28, Settlement: `Loan`, Contract: `Options`, Region: `Europe`, Country: `Slovenia`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-08-22`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 992 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Lumber`, Spread: 0.01, Open: 303.9, Price: 310.2, Buy: 304.59, Sell: 304.6, Change: 5.6, ChangePercent: 1.84, Volume: 2, High: 304.6, Low: 303.9, YearlyHigh: 317.1, YearlyLow: 236, YearlyStart: 276.55, YearlyChange: 10.14, Settlement: `Loan`, Contract: `CFD`, Region: `Africa`, Country: `Morocco`, Risk: `Low`, Sector: `Government`, Currency: `PLN`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-05-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 993 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Lumber`, Spread: 0.01, Open: 303.9, Price: 300.21, Buy: 304.59, Sell: 304.6, Change: -4.39, ChangePercent: -1.44, Volume: 2, High: 304.6, Low: 303.9, YearlyHigh: 317.1, YearlyLow: 236, YearlyStart: 276.55, YearlyChange: 10.14, Settlement: `Credit`, Contract: `Options`, Region: `Europe`, Country: `Slovakia`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-05-16`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 994 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `BTC/USD`, Spread: 0.06, Open: 93.88, Price: 21093.18, Buy: 21200.76, Sell: 21400.78, Change: 92.41, ChangePercent: 0.44, Volume: 5788000, High: 22400.05, Low: 20100.75, YearlyHigh: 62400.7, YearlyLow: 15100.88, YearlyStart: 21200.29, YearlyChange: -20.62, Settlement: `Credit`, Contract: `CFD`, Region: `Middle East`, Country: `Turkey`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-03-16`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 995 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `Euro$ 3M`, Spread: 0.01, Open: 99.18, Price: 100.64, Buy: 99.18, Sell: 99.18, Change: 1.47, ChangePercent: 1.48, Volume: 29509, High: 99.18, Low: 99.17, YearlyHigh: 99.38, YearlyLow: 98.41, YearlyStart: 98.89, YearlyChange: 0.28, Settlement: `Cash`, Contract: `Forwards`, Region: `Europe`, Country: `Italy`, Risk: `High`, Sector: `Private`, Currency: `PLN`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-09-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 996 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Uranium`, Spread: 0.02, Open: 27.55, Price: 27.65, Buy: 27.55, Sell: 27.55, Change: 0.07, ChangePercent: 0.24, Volume: 12, High: 27.55, Low: 27.55, YearlyHigh: 29.32, YearlyLow: 21.28, YearlyStart: 25.3, YearlyChange: 9.01, Settlement: `Loan`, Contract: `Futures`, Region: `Middle East`, Country: `Lebanon`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-04-27`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 997 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/JPY`, Spread: 0.02, Open: 9275.5, Price: 9102.92, Buy: 9277.32, Sell: 9277.34, Change: -174.41, ChangePercent: -1.88, Volume: 47734, High: 9277.33, Low: 0.93, YearlyHigh: 9483, YearlyLow: 0.93, YearlyStart: 4741.97, YearlyChange: 95.64, Settlement: `Cash`, Contract: `Futures`, Region: `Europe`, Country: `Poland`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-07-11`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 998 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Natural Gas`, Spread: 0.02, Open: 2.094, Price: 2.09, Buy: 2.09, Sell: 2.09, Change: -0.01, ChangePercent: -0.76, Volume: 2783, High: 2.11, Low: 2.09, YearlyHigh: 3.2, YearlyLow: 1.84, YearlyStart: 2.52, YearlyChange: -16.51, Settlement: `Cash`, Contract: `Futures`, Region: `Europe`, Country: `Hungary`, Risk: `Low`, Sector: `Public`, Currency: `PLN`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-08-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 999 }), ]; super(...newItems.slice(0)); } diff --git a/samples/grids/grid/data-validator-service/src/EmployeesData.ts b/samples/grids/grid/data-validator-service/src/EmployeesData.ts index 58bfa655f3..8cf014c7bd 100644 --- a/samples/grids/grid/data-validator-service/src/EmployeesData.ts +++ b/samples/grids/grid/data-validator-service/src/EmployeesData.ts @@ -38,13536 +38,457 @@ export class EmployeesData extends Array { super(...items); } else { const newItems = [ - new EmployeesDataItem( - { - ID: 256286239, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/43.jpg`, - Name: `Gawain Beadnall`, - Email: `gbeadnall0@etsy.com`, - Company: `Divanoodle`, - Position: `Statistician I`, - Phone: `317-866-4381`, - Mobile: `203-937-3567`, - Fax: `212-115-1790`, - Street: `47 Garrison Park`, - City: `Indianapolis`, - ZipCode: 46207, - State: `IN`, - Country: `United States`, - ReferredBy: `Vyky Corwin`, - CreatedOn: `2017-12-08`, - Birthday: `2002-02-10`, - LastActivity: `2017-12-16`, - NextActivity: `2019-04-16`, - DealsWon: 5, - DealsLost: 13, - DealsPending: 7, - DealsTotal: 25, - Ratio: 28, - EstimatedSales: 686210, - ActualSales: 421105, - Tags: `warm, engineering` - }), - new EmployeesDataItem( - { - ID: 863241310, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/40.jpg`, - Name: `Ivy Simkovich`, - Email: `isimkovich1@clickbank.net`, - Company: `Linktype`, - Position: `Research Nurse`, - Phone: `770-283-2050`, - Mobile: `509-995-2578`, - Fax: `907-491-2187`, - Street: `3 Aberg Street`, - City: `Marietta`, - ZipCode: 30061, - State: `GA`, - Country: `United States`, - ReferredBy: `Hew Chung`, - CreatedOn: `2017-06-24`, - Birthday: `1997-01-01`, - LastActivity: `2017-07-15`, - NextActivity: `2019-06-15`, - DealsWon: 2, - DealsLost: 4, - DealsPending: 29, - DealsTotal: 35, - Ratio: 33, - EstimatedSales: 2008801, - ActualSales: 186592, - Tags: `demo, medical` - }), - new EmployeesDataItem( - { - ID: 905500122, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/15.jpg`, - Name: `Rowen Titchen`, - Email: `rtitchen2@netscape.com`, - Company: `Meembee`, - Position: `Staff Scientist`, - Phone: `804-667-0331`, - Mobile: `608-608-6837`, - Fax: `775-602-1752`, - Street: `6105 Thompson Road`, - City: `Richmond`, - ZipCode: 23228, - State: `VA`, - Country: `United States`, - ReferredBy: `Web Ondrak`, - CreatedOn: `2017-09-12`, - Birthday: `1997-03-14`, - LastActivity: `2017-10-08`, - NextActivity: `2018-08-08`, - DealsWon: 18, - DealsLost: 19, - DealsPending: 7, - DealsTotal: 44, - Ratio: 49, - EstimatedSales: 950873, - ActualSales: 3395844, - Tags: `demo, retail` - }), - new EmployeesDataItem( - { - ID: 507049693, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/66.jpg`, - Name: `Merle Affron`, - Email: `maffron3@cbc.ca`, - Company: ``, - Position: `Director of Sales`, - Phone: `248-958-1645`, - Mobile: `480-880-6216`, - Fax: `304-696-5315`, - Street: `0 Hanover Street`, - City: `Troy`, - ZipCode: 48098, - State: `MI`, - Country: `United States`, - ReferredBy: `Seana Yegorshin`, - CreatedOn: `2017-05-31`, - Birthday: `1988-05-05`, - LastActivity: `2017-06-04`, - NextActivity: `2018-09-04`, - DealsWon: 23, - DealsLost: 22, - DealsPending: 2, - DealsTotal: 47, - Ratio: 51, - EstimatedSales: 170852, - ActualSales: 3020337, - Tags: `cold, construction` - }), - new EmployeesDataItem( - { - ID: 379956513, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/81.jpg`, - Name: `Mallory Timmons`, - Email: `mtimmons4@xing.com`, - Company: `Plambee`, - Position: `Automation Specialist IV`, - Phone: `205-678-8101`, - Mobile: `208-724-3386`, - Fax: `402-239-2201`, - Street: `245 Roxbury Place`, - City: `Birmingham`, - ZipCode: 35215, - State: `AL`, - Country: `United States`, - ReferredBy: `Costa Saveall`, - CreatedOn: `2017-11-09`, - Birthday: `1983-10-25`, - LastActivity: `2017-11-22`, - NextActivity: `2019-03-22`, - DealsWon: 6, - DealsLost: 28, - DealsPending: 11, - DealsTotal: 45, - Ratio: 18, - EstimatedSales: 1734161, - ActualSales: 1006212, - Tags: `demo, engineering` - }), - new EmployeesDataItem( - { - ID: 291588694, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/92.jpg`, - Name: `Kalil Bonavia`, - Email: `kbonavia5@example.com`, - Company: `Flashpoint`, - Position: `Accountant I`, - Phone: `404-429-3024`, - Mobile: `302-868-1246`, - Fax: `516-102-5599`, - Street: `424 Troy Point`, - City: `Atlanta`, - ZipCode: 30328, - State: `GA`, - Country: `United States`, - ReferredBy: `Morie Ralph`, - CreatedOn: `2018-01-11`, - Birthday: `1999-07-04`, - LastActivity: `2018-02-07`, - NextActivity: `2018-07-07`, - DealsWon: 7, - DealsLost: 9, - DealsPending: 6, - DealsTotal: 22, - Ratio: 44, - EstimatedSales: 459672, - ActualSales: 1387575, - Tags: `pro, pharmaceutical` - }), - new EmployeesDataItem( - { - ID: 204849533, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/13.jpg`, - Name: `Hasheem Dowzell`, - Email: `hdowzell6@cnn.com`, - Company: `Tazzy`, - Position: `Software Engineer II`, - Phone: `503-326-8537`, - Mobile: `601-981-8625`, - Fax: `415-335-9927`, - Street: `7 Chive Way`, - City: `Beaverton`, - ZipCode: 97075, - State: `OR`, - Country: `United States`, - ReferredBy: `Saleem Grayling`, - CreatedOn: `2017-11-30`, - Birthday: `1987-08-15`, - LastActivity: `2017-12-03`, - NextActivity: `2019-08-03`, - DealsWon: 27, - DealsLost: 23, - DealsPending: 8, - DealsTotal: 58, - Ratio: 54, - EstimatedSales: 557944, - ActualSales: 4693923, - Tags: `retail` - }), - new EmployeesDataItem( - { - ID: 783203189, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/40.jpg`, - Name: `Gonzales Bogart`, - Email: `gbogarte@elpais.com`, - Company: `Digitube`, - Position: `Graphic Designer`, - Phone: `850-613-0419`, - Mobile: `202-820-1151`, - Fax: `312-563-1537`, - Street: `84 Washington Park`, - City: `Pensacola`, - ZipCode: 32575, - State: `FL`, - Country: `United States`, - ReferredBy: `Noelyn Chong`, - CreatedOn: `2017-07-05`, - Birthday: `1971-10-05`, - LastActivity: `2017-07-22`, - NextActivity: `2019-06-22`, - DealsWon: 28, - DealsLost: 30, - DealsPending: 30, - DealsTotal: 88, - Ratio: 48, - EstimatedSales: 3292440, - ActualSales: 2691388, - Tags: `subscriber, construction` - }), - new EmployeesDataItem( - { - ID: 277837180, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/98.jpg`, - Name: `Lorette Pendrich`, - Email: `lpendrichf@discuz.net`, - Company: `Realbuzz`, - Position: `Programmer I`, - Phone: `202-234-5835`, - Mobile: `803-863-6616`, - Fax: `315-545-6583`, - Street: `8688 Corben Crossing`, - City: `Washington`, - ZipCode: 56944, - State: `DC`, - Country: `United States`, - ReferredBy: `Clea Spinetti`, - CreatedOn: `2017-03-30`, - Birthday: `1999-04-13`, - LastActivity: `2017-04-25`, - NextActivity: `2017-12-25`, - DealsWon: 29, - DealsLost: 7, - DealsPending: 25, - DealsTotal: 61, - Ratio: 81, - EstimatedSales: 4851650, - ActualSales: 3161029, - Tags: `cool, pharmaceutical` - }), - new EmployeesDataItem( - { - ID: 516140284, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/55.jpg`, - Name: `Morna Melville`, - Email: `mmelvilleg@weebly.com`, - Company: `Thoughtbridge`, - Position: `Electrical Engineer`, - Phone: `414-266-7543`, - Mobile: `713-893-5054`, - Fax: `213-254-2161`, - Street: `0927 Shasta Terrace`, - City: `Milwaukee`, - ZipCode: 53225, - State: `WI`, - Country: `United States`, - ReferredBy: `Charlotta Sebborn`, - CreatedOn: `2017-05-10`, - Birthday: `1984-09-12`, - LastActivity: `2017-05-12`, - NextActivity: `2017-07-12`, - DealsWon: 29, - DealsLost: 27, - DealsPending: 30, - DealsTotal: 86, - Ratio: 52, - EstimatedSales: 2864850, - ActualSales: 3328011, - Tags: `` - }), - new EmployeesDataItem( - { - ID: 791301636, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/17.jpg`, - Name: `Karol Emett`, - Email: `kemetth@ocn.ne.jp`, - Company: `Twinte`, - Position: ``, - Phone: `215-959-2505`, - Mobile: `202-233-8921`, - Fax: `941-745-3008`, - Street: `81 Riverside Place`, - City: `Philadelphia`, - ZipCode: 19196, - State: `PA`, - Country: `United States`, - ReferredBy: `Roseann Cauthra`, - CreatedOn: `2017-05-01`, - Birthday: `1992-05-16`, - LastActivity: `2017-05-20`, - NextActivity: `2017-11-20`, - DealsWon: 6, - DealsLost: 10, - DealsPending: 7, - DealsTotal: 23, - Ratio: 38, - EstimatedSales: 794122, - ActualSales: 923508, - Tags: `subscriber, pharmaceutical` - }), - new EmployeesDataItem( - { - ID: 118347444, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/39.jpg`, - Name: `Leisha Demkowicz`, - Email: `ldemkowiczi@livejournal.com`, - Company: `Eabox`, - Position: `Technical Writer`, - Phone: `503-778-2852`, - Mobile: `713-788-1766`, - Fax: `954-731-9032`, - Street: `17 Mandrake Junction`, - City: `Portland`, - ZipCode: 97216, - State: `OR`, - Country: `United States`, - ReferredBy: `Alla Bridgnell`, - CreatedOn: `2017-08-22`, - Birthday: `1978-01-12`, - LastActivity: `2017-09-01`, - NextActivity: `2019-05-01`, - DealsWon: 29, - DealsLost: 25, - DealsPending: 0, - DealsTotal: 54, - Ratio: 54, - EstimatedSales: 0, - ActualSales: 4943021, - Tags: `cold, medical` - }), - new EmployeesDataItem( - { - ID: 131949787, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/30.jpg`, - Name: `Doy Stonman`, - Email: `dstonmanj@smugmug.com`, - Company: `Rhycero`, - Position: `Marketing Assistant`, - Phone: `814-375-3219`, - Mobile: `713-491-0043`, - Fax: `727-380-5997`, - Street: `63 Russell Road`, - City: `Erie`, - ZipCode: 16505, - State: `PA`, - Country: `United States`, - ReferredBy: `Timofei Jeves`, - CreatedOn: `2018-02-12`, - Birthday: `1976-11-12`, - LastActivity: `2018-02-15`, - NextActivity: `2019-03-15`, - DealsWon: 7, - DealsLost: 25, - DealsPending: 20, - DealsTotal: 52, - Ratio: 22, - EstimatedSales: 3827040, - ActualSales: 883463, - Tags: `pro, engineering` - }), - new EmployeesDataItem( - { - ID: 658168789, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/23.jpg`, - Name: `Earlie Limbrick`, - Email: `elimbrickk@bloglovin.com`, - Company: `Pixope`, - Position: `VP Accounting`, - Phone: `202-816-6480`, - Mobile: `352-363-5733`, - Fax: `682-825-7884`, - Street: `008 Cherokee Street`, - City: `Washington`, - ZipCode: 20392, - State: `DC`, - Country: `United States`, - ReferredBy: `Nisse Cullity`, - CreatedOn: `2017-01-04`, - Birthday: `1980-11-15`, - LastActivity: `2017-01-27`, - NextActivity: `2018-06-27`, - DealsWon: 0, - DealsLost: 3, - DealsPending: 22, - DealsTotal: 25, - Ratio: 0, - EstimatedSales: 2125904, - ActualSales: 0, - Tags: `pro, retail` - }), - new EmployeesDataItem( - { - ID: 584436787, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/11.jpg`, - Name: `Norah Van Vuuren`, - Email: `nvanl@addtoany.com`, - Company: `Twinte`, - Position: `Information Systems Manager`, - Phone: `253-501-5798`, - Mobile: `256-342-6639`, - Fax: `602-316-2980`, - Street: `3 Susan Terrace`, - City: `Tacoma`, - ZipCode: 98417, - State: `WA`, - Country: `United States`, - ReferredBy: `Chrysa Bernakiewicz`, - CreatedOn: `2018-03-01`, - Birthday: `1970-06-07`, - LastActivity: `2018-03-27`, - NextActivity: `2019-10-27`, - DealsWon: 27, - DealsLost: 10, - DealsPending: 5, - DealsTotal: 42, - Ratio: 73, - EstimatedSales: 447200, - ActualSales: 3497445, - Tags: `pro, construction` - }), - new EmployeesDataItem( - { - ID: 868982214, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/7.jpg`, - Name: `Griffy Franz-Schoninger`, - Email: `gfranzschoningerm@twitpic.com`, - Company: `Rhynyx`, - Position: `Assistant Media Planner`, - Phone: `205-199-0409`, - Mobile: `850-844-0989`, - Fax: `615-121-7041`, - Street: `67082 Mariners Cove Point`, - City: `Tuscaloosa`, - ZipCode: 35405, - State: `AL`, - Country: `United States`, - ReferredBy: `Blondie Brownsell`, - CreatedOn: `2017-11-25`, - Birthday: `1987-06-18`, - LastActivity: `2017-12-11`, - NextActivity: `2019-07-11`, - DealsWon: 21, - DealsLost: 2, - DealsPending: 11, - DealsTotal: 34, - Ratio: 91, - EstimatedSales: 1374648, - ActualSales: 3622626, - Tags: `pro, construction` - }), - new EmployeesDataItem( - { - ID: 443932207, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/66.jpg`, - Name: `Renate Daymond`, - Email: `rdaymondn@microsoft.com`, - Company: `Demivee`, - Position: `Administrative Officer`, - Phone: `253-250-0773`, - Mobile: `469-784-8216`, - Fax: `518-342-4173`, - Street: `0 Eliot Way`, - City: `Tacoma`, - ZipCode: 98417, - State: `WA`, - Country: `United States`, - ReferredBy: `Willard Worters`, - CreatedOn: `2018-03-08`, - Birthday: `1996-02-22`, - LastActivity: `2018-03-29`, - NextActivity: `2018-08-29`, - DealsWon: 28, - DealsLost: 5, - DealsPending: 13, - DealsTotal: 46, - Ratio: 85, - EstimatedSales: 939731, - ActualSales: 4735052, - Tags: `subscriber, financial` - }), - new EmployeesDataItem( - { - ID: 865960075, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/93.jpg`, - Name: `Reg Heed`, - Email: `rheedo@washingtonpost.com`, - Company: `Dynabox`, - Position: `Compensation Analyst`, - Phone: `718-629-6316`, - Mobile: `504-259-7697`, - Fax: `915-517-0236`, - Street: `481 Eastwood Trail`, - City: `Bronx`, - ZipCode: 10459, - State: `NY`, - Country: `United States`, - ReferredBy: `Gloria Pleace`, - CreatedOn: `2017-04-22`, - Birthday: `2002-09-11`, - LastActivity: `2017-05-03`, - NextActivity: `2018-05-03`, - DealsWon: 16, - DealsLost: 5, - DealsPending: 21, - DealsTotal: 42, - Ratio: 76, - EstimatedSales: 1771476, - ActualSales: 1283424, - Tags: `hot, engineering` - }), - new EmployeesDataItem( - { - ID: 359209632, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/38.jpg`, - Name: `Porter Roget`, - Email: `progetp@dot.gov`, - Company: `Livepath`, - Position: `Nuclear Power Engineer`, - Phone: `702-139-7230`, - Mobile: `925-533-5399`, - Fax: `202-487-0697`, - Street: `2994 Center Park`, - City: `Las Vegas`, - ZipCode: 89125, - State: `NV`, - Country: `United States`, - ReferredBy: `Rebekah Eldin`, - CreatedOn: `2017-04-22`, - Birthday: `1974-10-18`, - LastActivity: `2017-04-29`, - NextActivity: `2018-02-28`, - DealsWon: 16, - DealsLost: 3, - DealsPending: 11, - DealsTotal: 30, - Ratio: 84, - EstimatedSales: 1282578, - ActualSales: 1273872, - Tags: `warm, financial` - }), - new EmployeesDataItem( - { - ID: 274966895, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/49.jpg`, - Name: `Heidi Fisby`, - Email: `hfisbyq@bloomberg.com`, - Company: `Rhynyx`, - Position: `Staff Scientist`, - Phone: `501-338-5259`, - Mobile: `405-564-2876`, - Fax: `612-202-0590`, - Street: `694 Sunbrook Avenue`, - City: `North Little Rock`, - ZipCode: 72199, - State: `AR`, - Country: `United States`, - ReferredBy: `Catha Landy`, - CreatedOn: `2018-02-04`, - Birthday: `2000-02-12`, - LastActivity: `2018-02-25`, - NextActivity: `2019-04-25`, - DealsWon: 11, - DealsLost: 19, - DealsPending: 5, - DealsTotal: 35, - Ratio: 37, - EstimatedSales: 870600, - ActualSales: 2156231, - Tags: `pro, retail` - }), - new EmployeesDataItem( - { - ID: 213491893, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/46.jpg`, - Name: `Lanie Rennock`, - Email: `lrennockr@github.com`, - Company: `Zoonoodle`, - Position: `Analog Circuit Design manager`, - Phone: `617-203-3526`, - Mobile: `206-498-0654`, - Fax: `512-636-2267`, - Street: `67 Sundown Avenue`, - City: `Boston`, - ZipCode: 2298, - State: `MA`, - Country: `United States`, - ReferredBy: `Rudie Roser`, - CreatedOn: `2017-08-01`, - Birthday: `1988-12-16`, - LastActivity: `2017-08-16`, - NextActivity: `2017-11-16`, - DealsWon: 1, - DealsLost: 7, - DealsPending: 26, - DealsTotal: 34, - Ratio: 13, - EstimatedSales: 4697628, - ActualSales: 147204, - Tags: `demo, engineering` - }), - new EmployeesDataItem( - { - ID: 320452212, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/50.jpg`, - Name: `Ariel O'Scanlon`, - Email: `aoscanlons@flavors.me`, - Company: `Voolith`, - Position: `Junior Executive`, - Phone: `304-424-5432`, - Mobile: `718-491-5502`, - Fax: `505-237-7051`, - Street: `968 Browning Court`, - City: `Morgantown`, - ZipCode: 26505, - State: `WV`, - Country: `United States`, - ReferredBy: `Blaire Mullinder`, - CreatedOn: `2017-02-16`, - Birthday: `2001-05-27`, - LastActivity: `2017-02-19`, - NextActivity: `2017-03-19`, - DealsWon: 13, - DealsLost: 16, - DealsPending: 5, - DealsTotal: 34, - Ratio: 45, - EstimatedSales: 551540, - ActualSales: 997100, - Tags: `demo, retail` - }), - new EmployeesDataItem( - { - ID: 516634196, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/62.jpg`, - Name: `Kaitlin Foro`, - Email: `kforot@digg.com`, - Company: `Feedspan`, - Position: `Director of Sales`, - Phone: `816-772-9231`, - Mobile: `559-919-8970`, - Fax: `419-673-7069`, - Street: `842 Amoth Center`, - City: `Kansas City`, - ZipCode: 64187, - State: `MO`, - Country: `United States`, - ReferredBy: `Wilma Dow`, - CreatedOn: `2018-04-02`, - Birthday: `1997-01-06`, - LastActivity: `2018-04-28`, - NextActivity: `2019-08-28`, - DealsWon: 19, - DealsLost: 18, - DealsPending: 21, - DealsTotal: 58, - Ratio: 51, - EstimatedSales: 3628422, - ActualSales: 1417267, - Tags: `demo, pharmaceutical` - }), - new EmployeesDataItem( - { - ID: 751762440, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/76.jpg`, - Name: `Krissy Jowett`, - Email: `kjowettu@reddit.com`, - Company: `Roombo`, - Position: `Quality Control Specialist`, - Phone: `702-975-7252`, - Mobile: `216-205-9579`, - Fax: `312-279-6531`, - Street: `055 Hagan Center`, - City: `Las Vegas`, - ZipCode: 89105, - State: `NV`, - Country: `United States`, - ReferredBy: `Stevana Lucia`, - CreatedOn: `2018-03-01`, - Birthday: `1984-05-03`, - LastActivity: `2018-03-10`, - NextActivity: `2019-02-10`, - DealsWon: 4, - DealsLost: 8, - DealsPending: 17, - DealsTotal: 29, - Ratio: 33, - EstimatedSales: 2458761, - ActualSales: 354696, - Tags: `demo, financial` - }), - new EmployeesDataItem( - { - ID: 378738789, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/70.jpg`, - Name: `Cammie Hulks`, - Email: `chulksv@twitpic.com`, - Company: `Oodoo`, - Position: `Budget/Accounting Analyst II`, - Phone: `310-984-6577`, - Mobile: `225-885-4117`, - Fax: `954-374-4766`, - Street: `201 Sundown Avenue`, - City: `Los Angeles`, - ZipCode: 90005, - State: `CA`, - Country: `United States`, - ReferredBy: `Hewett Starmont`, - CreatedOn: `2017-03-07`, - Birthday: `1994-06-09`, - LastActivity: `2017-03-30`, - NextActivity: `2017-05-30`, - DealsWon: 1, - DealsLost: 28, - DealsPending: 29, - DealsTotal: 58, - Ratio: 3, - EstimatedSales: 4977386, - ActualSales: 163577, - Tags: `subscriber, construction` - }), - new EmployeesDataItem( - { - ID: 259368814, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/40.jpg`, - Name: `Etan Oscroft`, - Email: `eoscroftw@bbb.org`, - Company: `Vinte`, - Position: `Developer III`, - Phone: `812-782-8424`, - Mobile: `570-406-7766`, - Fax: `719-462-9451`, - Street: `767 Rockefeller Parkway`, - City: `Jeffersonville`, - ZipCode: 47134, - State: `IN`, - Country: `United States`, - ReferredBy: `Raquel Goulbourne`, - CreatedOn: `2017-08-21`, - Birthday: `1982-12-23`, - LastActivity: `2017-08-22`, - NextActivity: `2018-04-22`, - DealsWon: 6, - DealsLost: 19, - DealsPending: 18, - DealsTotal: 43, - Ratio: 24, - EstimatedSales: 1431054, - ActualSales: 504924, - Tags: `subscriber, pharmaceutical` - }), - new EmployeesDataItem( - { - ID: 669889487, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/17.jpg`, - Name: `Michaella Gormally`, - Email: `mgormallyx@umn.edu`, - Company: `Yodo`, - Position: `Sales Associate`, - Phone: `651-252-6398`, - Mobile: `916-454-2604`, - Fax: `919-341-9062`, - Street: `256 David Point`, - City: `Saint Paul`, - ZipCode: 55188, - State: `MN`, - Country: `United States`, - ReferredBy: `Bethany Chesney`, - CreatedOn: `2018-03-26`, - Birthday: `1995-03-03`, - LastActivity: `2018-04-13`, - NextActivity: `2018-12-13`, - DealsWon: 8, - DealsLost: 21, - DealsPending: 30, - DealsTotal: 59, - Ratio: 28, - EstimatedSales: 2192640, - ActualSales: 1561904, - Tags: `cool, medical` - }), - new EmployeesDataItem( - { - ID: 996195134, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/42.jpg`, - Name: `Rivy Brearley`, - Email: `rbrearleyy@e-recht24.de`, - Company: `Eabox`, - Position: `Nuclear Power Engineer`, - Phone: `423-813-8094`, - Mobile: `610-442-8261`, - Fax: `405-676-7147`, - Street: `56769 Bellgrove Parkway`, - City: `Kingsport`, - ZipCode: 37665, - State: `TN`, - Country: `United States`, - ReferredBy: `Tommy Phythien`, - CreatedOn: `2018-04-06`, - Birthday: `1971-01-28`, - LastActivity: `2018-04-24`, - NextActivity: `2018-12-24`, - DealsWon: 0, - DealsLost: 18, - DealsPending: 11, - DealsTotal: 29, - Ratio: 0, - EstimatedSales: 1596804, - ActualSales: 0, - Tags: `cold, retail` - }), - new EmployeesDataItem( - { - ID: 203483816, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/63.jpg`, - Name: `Georges Piperley`, - Email: `gpiperleyz@github.com`, - Company: `Chatterpoint`, - Position: `Pharmacist`, - Phone: `702-587-9964`, - Mobile: `864-809-6121`, - Fax: `812-550-4209`, - Street: `37 Lake View Lane`, - City: `Las Vegas`, - ZipCode: 89130, - State: `NV`, - Country: `United States`, - ReferredBy: `Leontine Warmisham`, - CreatedOn: `2017-03-10`, - Birthday: `1976-04-07`, - LastActivity: `2017-04-02`, - NextActivity: `2017-08-02`, - DealsWon: 6, - DealsLost: 10, - DealsPending: 17, - DealsTotal: 33, - Ratio: 38, - EstimatedSales: 2460886, - ActualSales: 976764, - Tags: `cool, pharmaceutical` - }), - new EmployeesDataItem( - { - ID: 652718947, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/35.jpg`, - Name: `Corbett Loughlin`, - Email: `cloughlin10@cdbaby.com`, - Company: `Miboo`, - Position: `Chemical Engineer`, - Phone: `352-682-0722`, - Mobile: `806-834-6352`, - Fax: `843-292-5815`, - Street: `0 Anhalt Park`, - City: `Ocala`, - ZipCode: 34474, - State: `FL`, - Country: `United States`, - ReferredBy: `Marigold Kearsley`, - CreatedOn: `2018-01-19`, - Birthday: `1978-10-25`, - LastActivity: `2018-02-03`, - NextActivity: `2018-09-03`, - DealsWon: 10, - DealsLost: 6, - DealsPending: 5, - DealsTotal: 21, - Ratio: 63, - EstimatedSales: 851975, - ActualSales: 579500, - Tags: `` - }), - new EmployeesDataItem( - { - ID: 141237612, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/10.jpg`, - Name: `Don Jirieck`, - Email: `djirieck11@google.co.jp`, - Company: `Skidoo`, - Position: `Marketing Manager`, - Phone: `212-710-1454`, - Mobile: `713-927-1005`, - Fax: `331-215-8282`, - Street: `70 New Castle Way`, - City: `New York City`, - ZipCode: 10105, - State: `NY`, - Country: `United States`, - ReferredBy: `Audra Barnfield`, - CreatedOn: `2017-05-14`, - Birthday: `1996-07-03`, - LastActivity: `2017-06-07`, - NextActivity: `2018-10-07`, - DealsWon: 16, - DealsLost: 19, - DealsPending: 20, - DealsTotal: 55, - Ratio: 46, - EstimatedSales: 1737780, - ActualSales: 1710384, - Tags: `pro, financial` - }), - new EmployeesDataItem( - { - ID: 651239205, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/3.jpg`, - Name: `Alvin Assender`, - Email: `aassender12@nsw.gov.au`, - Company: `Twitterwire`, - Position: `Executive Secretary`, - Phone: `404-948-0848`, - Mobile: `757-737-5002`, - Fax: `682-139-3112`, - Street: `38925 Morrow Way`, - City: `Atlanta`, - ZipCode: 30336, - State: `GA`, - Country: `United States`, - ReferredBy: `Benedick Dockwra`, - CreatedOn: `2017-05-06`, - Birthday: `1991-01-01`, - LastActivity: `2017-06-05`, - NextActivity: `2018-03-05`, - DealsWon: 4, - DealsLost: 5, - DealsPending: 7, - DealsTotal: 16, - Ratio: 44, - EstimatedSales: 356503, - ActualSales: 609956, - Tags: `subscriber, medical` - }), - new EmployeesDataItem( - { - ID: 317962954, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/95.jpg`, - Name: `Phyllis Treadgear`, - Email: `ptreadgear13@yolasite.com`, - Company: `Brainsphere`, - Position: `Biostatistician II`, - Phone: `901-762-8621`, - Mobile: `202-652-1656`, - Fax: `202-228-4954`, - Street: `7756 Commercial Place`, - City: `Memphis`, - ZipCode: 38136, - State: `TN`, - Country: `United States`, - ReferredBy: `Talya Livezley`, - CreatedOn: `2017-11-09`, - Birthday: `1987-12-17`, - LastActivity: `2017-11-28`, - NextActivity: `2018-10-28`, - DealsWon: 30, - DealsLost: 16, - DealsPending: 16, - DealsTotal: 62, - Ratio: 65, - EstimatedSales: 3134544, - ActualSales: 3120450, - Tags: `warm, pharmaceutical` - }), - new EmployeesDataItem( - { - ID: 754512920, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/57.jpg`, - Name: `Clementine McLellan`, - Email: `cmclellan14@prlog.org`, - Company: `Rhyzio`, - Position: `VP Marketing`, - Phone: `802-350-5146`, - Mobile: `407-589-4737`, - Fax: `609-145-5299`, - Street: `92 Buena Vista Avenue`, - City: `Montpelier`, - ZipCode: 5609, - State: `VT`, - Country: `United States`, - ReferredBy: `Vera Heathcote`, - CreatedOn: `2017-06-03`, - Birthday: `1992-06-06`, - LastActivity: `2017-06-17`, - NextActivity: `2018-04-17`, - DealsWon: 30, - DealsLost: 2, - DealsPending: 14, - DealsTotal: 46, - Ratio: 94, - EstimatedSales: 2692368, - ActualSales: 5775570, - Tags: `warm, financial` - }), - new EmployeesDataItem( - { - ID: 487658833, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/88.jpg`, - Name: `Mendel Saby`, - Email: `msaby15@seattletimes.com`, - Company: `Twimm`, - Position: `Payment Adjustment Coordinator`, - Phone: `414-978-0163`, - Mobile: `813-784-5869`, - Fax: `215-268-6809`, - Street: `81548 Rieder Center`, - City: `Milwaukee`, - ZipCode: 53225, - State: `WI`, - Country: `United States`, - ReferredBy: `Veriee Ruffler`, - CreatedOn: `2017-11-03`, - Birthday: `1974-09-18`, - LastActivity: `2017-11-24`, - NextActivity: `2017-12-24`, - DealsWon: 21, - DealsLost: 14, - DealsPending: 1, - DealsTotal: 36, - Ratio: 6, - EstimatedSales: 65359, - ActualSales: 2337804, - Tags: `cool, engineering` - }), - new EmployeesDataItem( - { - ID: 297796630, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/85.jpg`, - Name: `Wilma Bulford`, - Email: `wbulford16@squidoo.com`, - Company: `Youspan`, - Position: `Paralegal`, - Phone: `610-214-1806`, - Mobile: `510-734-9029`, - Fax: `816-925-1316`, - Street: `67041 Ludington Parkway`, - City: `Bethlehem`, - ZipCode: 18018, - State: `PA`, - Country: `United States`, - ReferredBy: `Ame Sheara`, - CreatedOn: `2017-02-26`, - Birthday: `1974-11-24`, - LastActivity: `2017-03-11`, - NextActivity: `2018-08-11`, - DealsWon: 11, - DealsLost: 10, - DealsPending: 8, - DealsTotal: 29, - Ratio: 52, - EstimatedSales: 1081936, - ActualSales: 2128148, - Tags: `` - }), - new EmployeesDataItem( - { - ID: 298047164, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/76.jpg`, - Name: `Simon O'Mannion`, - Email: `somannion17@constantcontact.com`, - Company: `Latz`, - Position: `Software Consultant`, - Phone: `815-580-5623`, - Mobile: `214-396-7418`, - Fax: `626-550-8987`, - Street: `2411 Eggendart Crossing`, - City: `Rockford`, - ZipCode: 61110, - State: `IL`, - Country: `United States`, - ReferredBy: `Curtis Orrom`, - CreatedOn: `2017-09-01`, - Birthday: `1988-08-25`, - LastActivity: `2017-09-18`, - NextActivity: `2017-10-18`, - DealsWon: 11, - DealsLost: 9, - DealsPending: 8, - DealsTotal: 28, - Ratio: 55, - EstimatedSales: 1515576, - ActualSales: 1515635, - Tags: `cool, pharmaceutical` - }), - new EmployeesDataItem( - { - ID: 766132212, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/19.jpg`, - Name: `Godfree Rylands`, - Email: `grylands18@tripod.com`, - Company: `Twitternation`, - Position: `Software Test Engineer IV`, - Phone: `520-300-0116`, - Mobile: `302-247-0581`, - Fax: `561-874-4801`, - Street: `011 Melrose Place`, - City: `Tucson`, - ZipCode: 85732, - State: `AZ`, - Country: `United States`, - ReferredBy: `Theressa Nerney`, - CreatedOn: `2017-11-12`, - Birthday: `1993-04-20`, - LastActivity: `2017-12-11`, - NextActivity: `2019-08-11`, - DealsWon: 3, - DealsLost: 1, - DealsPending: 2, - DealsTotal: 6, - Ratio: 75, - EstimatedSales: 284054, - ActualSales: 464196, - Tags: `cool, financial` - }), - new EmployeesDataItem( - { - ID: 794881867, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/52.jpg`, - Name: `Natasha d' Eye`, - Email: `nd19@engadget.com`, - Company: `Tagfeed`, - Position: `Quality Control Specialist`, - Phone: `904-299-7647`, - Mobile: `720-846-0210`, - Fax: `209-746-3973`, - Street: `37 Gerald Place`, - City: `Jacksonville`, - ZipCode: 32259, - State: `FL`, - Country: `United States`, - ReferredBy: `Sanford Guitonneau`, - CreatedOn: `2018-01-20`, - Birthday: `1983-03-25`, - LastActivity: `2018-01-23`, - NextActivity: `2018-09-23`, - DealsWon: 26, - DealsLost: 27, - DealsPending: 26, - DealsTotal: 79, - Ratio: 49, - EstimatedSales: 1441180, - ActualSales: 3417960, - Tags: `cool, retail` - }), - new EmployeesDataItem( - { - ID: 442665449, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/14.jpg`, - Name: `Lyda Rylett`, - Email: `lrylett1a@bravesites.com`, - Company: `Bubblemix`, - Position: `Civil Engineer`, - Phone: `260-911-8241`, - Mobile: `202-918-6602`, - Fax: `203-932-8088`, - Street: `54398 Prairie Rose Hill`, - City: `Fort Wayne`, - ZipCode: 46862, - State: `IN`, - Country: `United States`, - ReferredBy: `Helli Dumphy`, - CreatedOn: `2017-12-07`, - Birthday: `1973-07-05`, - LastActivity: `2017-12-28`, - NextActivity: `2019-06-28`, - DealsWon: 27, - DealsLost: 19, - DealsPending: 10, - DealsTotal: 56, - Ratio: 59, - EstimatedSales: 990030, - ActualSales: 4172931, - Tags: `hot, construction` - }), - new EmployeesDataItem( - { - ID: 148724233, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/80.jpg`, - Name: `Amalia Pentercost`, - Email: `apentercost1b@redcross.org`, - Company: `Tambee`, - Position: `Office Assistant I`, - Phone: `561-194-3284`, - Mobile: `217-333-7543`, - Fax: `626-298-8211`, - Street: `602 Stoughton Lane`, - City: `Boca Raton`, - ZipCode: 33499, - State: `FL`, - Country: `United States`, - ReferredBy: `Rudie Olifard`, - CreatedOn: `2017-11-17`, - Birthday: `1979-04-13`, - LastActivity: `2017-11-19`, - NextActivity: `2019-03-19`, - DealsWon: 25, - DealsLost: 17, - DealsPending: 2, - DealsTotal: 44, - Ratio: 6, - EstimatedSales: 388396, - ActualSales: 4518825, - Tags: `demo, engineering` - }), - new EmployeesDataItem( - { - ID: 476172606, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/30.jpg`, - Name: `Madelle Ettels`, - Email: `mettels1c@ucsd.edu`, - Company: `Tanoodle`, - Position: `Structural Engineer`, - Phone: `562-279-0663`, - Mobile: `216-340-4937`, - Fax: `512-720-8731`, - Street: `684 Dorton Terrace`, - City: `Huntington Beach`, - ZipCode: 92648, - State: `CA`, - Country: `United States`, - ReferredBy: `Clotilda Androsik`, - CreatedOn: `2017-05-04`, - Birthday: `1974-06-08`, - LastActivity: `2017-05-25`, - NextActivity: `2018-06-25`, - DealsWon: 29, - DealsLost: 9, - DealsPending: 13, - DealsTotal: 51, - Ratio: 76, - EstimatedSales: 1501760, - ActualSales: 2678701, - Tags: `engineering` - }), - new EmployeesDataItem( - { - ID: 672186492, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/93.jpg`, - Name: `Denis Guly`, - Email: `dguly1d@lulu.com`, - Company: `Roombo`, - Position: `Recruiter`, - Phone: `707-461-1987`, - Mobile: `917-800-6080`, - Fax: `202-531-0317`, - Street: `55703 Arizona Crossing`, - City: `Petaluma`, - ZipCode: 94975, - State: `CA`, - Country: `United States`, - ReferredBy: `Wilma Stannislawski`, - CreatedOn: `2017-10-29`, - Birthday: `1993-07-14`, - LastActivity: `2017-11-09`, - NextActivity: `2018-06-09`, - DealsWon: 22, - DealsLost: 26, - DealsPending: 9, - DealsTotal: 57, - Ratio: 46, - EstimatedSales: 1054476, - ActualSales: 1898666, - Tags: `demo, retail` - }), - new EmployeesDataItem( - { - ID: 751652610, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/39.jpg`, - Name: `Saxe Trythall`, - Email: `strythall1e@flavors.me`, - Company: `Trudeo`, - Position: `Electrical Engineer`, - Phone: `561-829-0731`, - Mobile: `816-223-4700`, - Fax: `406-724-0788`, - Street: `5 Grim Terrace`, - City: `West Palm Beach`, - ZipCode: 33421, - State: `FL`, - Country: `United States`, - ReferredBy: `Morgun Kubicka`, - CreatedOn: `2017-03-01`, - Birthday: `1983-05-18`, - LastActivity: `2017-03-22`, - NextActivity: `2018-01-22`, - DealsWon: 17, - DealsLost: 11, - DealsPending: 5, - DealsTotal: 33, - Ratio: 61, - EstimatedSales: 355155, - ActualSales: 2360110, - Tags: `` - }), - new EmployeesDataItem( - { - ID: 260931205, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/88.jpg`, - Name: `Erina Isaaksohn`, - Email: `eisaaksohn1f@zdnet.com`, - Company: `Zoomlounge`, - Position: `VP Accounting`, - Phone: `972-696-4121`, - Mobile: `865-834-1229`, - Fax: `717-633-3832`, - Street: `20698 Reinke Terrace`, - City: `Dallas`, - ZipCode: 75216, - State: `TX`, - Country: `United States`, - ReferredBy: `Alden Winfred`, - CreatedOn: `2017-12-22`, - Birthday: `1975-09-19`, - LastActivity: `2018-01-15`, - NextActivity: `2018-10-15`, - DealsWon: 1, - DealsLost: 1, - DealsPending: 28, - DealsTotal: 30, - Ratio: 5, - EstimatedSales: 4174828, - ActualSales: 187960, - Tags: `hot, pharmaceutical` - }), - new EmployeesDataItem( - { - ID: 530445829, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/63.jpg`, - Name: `Torrance Harrington`, - Email: `tharrington1g@alibaba.com`, - Company: `Vinder`, - Position: `Biostatistician III`, - Phone: `502-409-4283`, - Mobile: `510-936-7027`, - Fax: `517-723-6778`, - Street: `750 Westend Road`, - City: `Louisville`, - ZipCode: 40215, - State: `KY`, - Country: `United States`, - ReferredBy: `Bethany Gipp`, - CreatedOn: `2017-02-17`, - Birthday: `1986-03-27`, - LastActivity: `2017-02-20`, - NextActivity: `2017-08-20`, - DealsWon: 29, - DealsLost: 14, - DealsPending: 6, - DealsTotal: 49, - Ratio: 67, - EstimatedSales: 894474, - ActualSales: 4664418, - Tags: `subscriber, engineering` - }), - new EmployeesDataItem( - { - ID: 425656541, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/57.jpg`, - Name: `Reinhard Godrich`, - Email: `rgodrich1h@blinklist.com`, - Company: `Mita`, - Position: `Accountant II`, - Phone: `609-255-9161`, - Mobile: `904-735-8887`, - Fax: `301-578-9833`, - Street: `3 Vera Alley`, - City: `Trenton`, - ZipCode: 8695, - State: `NJ`, - Country: `United States`, - ReferredBy: `Shell Hanmore`, - CreatedOn: `2017-12-26`, - Birthday: `1994-12-13`, - LastActivity: `2018-01-16`, - NextActivity: `2018-06-16`, - DealsWon: 23, - DealsLost: 26, - DealsPending: 19, - DealsTotal: 68, - Ratio: 47, - EstimatedSales: 3179669, - ActualSales: 1938279, - Tags: `subscriber, financial` - }), - new EmployeesDataItem( - { - ID: 915429938, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/89.jpg`, - Name: `Christiana Louder`, - Email: `clouder1i@buzzfeed.com`, - Company: `Meembee`, - Position: `Financial Advisor`, - Phone: `331-773-4799`, - Mobile: `713-853-8164`, - Fax: `412-872-4138`, - Street: `8065 Mandrake Plaza`, - City: `Aurora`, - ZipCode: 60505, - State: `IL`, - Country: `United States`, - ReferredBy: `Fernande Berrick`, - CreatedOn: `2017-04-14`, - Birthday: `1997-07-06`, - LastActivity: `2017-04-24`, - NextActivity: `2017-05-24`, - DealsWon: 4, - DealsLost: 24, - DealsPending: 3, - DealsTotal: 31, - Ratio: 14, - EstimatedSales: 150252, - ActualSales: 670580, - Tags: `demo, pharmaceutical` - }), - new EmployeesDataItem( - { - ID: 653923840, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/35.jpg`, - Name: `Tod Farnes`, - Email: `tfarnes1j@hao123.com`, - Company: `Kazio`, - Position: `Environmental Specialist`, - Phone: `304-641-7053`, - Mobile: `952-317-6848`, - Fax: `203-922-7681`, - Street: `3 Scott Crossing`, - City: `Huntington`, - ZipCode: 25775, - State: `WV`, - Country: `United States`, - ReferredBy: `Vance Dadd`, - CreatedOn: `2017-08-09`, - Birthday: `1975-11-13`, - LastActivity: `2017-08-29`, - NextActivity: `2019-01-29`, - DealsWon: 20, - DealsLost: 8, - DealsPending: 10, - DealsTotal: 38, - Ratio: 71, - EstimatedSales: 1898010, - ActualSales: 2612840, - Tags: `cold, retail` - }), - new EmployeesDataItem( - { - ID: 185035041, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/86.jpg`, - Name: `Kaspar Beaman`, - Email: `kbeaman1k@fc2.com`, - Company: `Fivechat`, - Position: `Occupational Therapist`, - Phone: `912-427-7887`, - Mobile: `202-276-7703`, - Fax: `602-761-8918`, - Street: `0 Lien Alley`, - City: `Savannah`, - ZipCode: 31416, - State: `GA`, - Country: `United States`, - ReferredBy: `Maggi Aspling`, - CreatedOn: `2017-04-04`, - Birthday: `1997-09-04`, - LastActivity: `2017-04-09`, - NextActivity: `2018-12-09`, - DealsWon: 0, - DealsLost: 2, - DealsPending: 8, - DealsTotal: 10, - Ratio: 0, - EstimatedSales: 1289280, - ActualSales: 0, - Tags: `warm, construction` - }), - new EmployeesDataItem( - { - ID: 109265263, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/14.jpg`, - Name: `Shandra Cassels`, - Email: `scassels1l@cocolog-nifty.com`, - Company: `Podcat`, - Position: `Social Worker`, - Phone: `507-261-6559`, - Mobile: `816-215-0675`, - Fax: `801-664-8102`, - Street: `63830 High Crossing Park`, - City: `Rochester`, - ZipCode: 55905, - State: `MN`, - Country: `United States`, - ReferredBy: `Axel Giacomasso`, - CreatedOn: `2018-01-19`, - Birthday: `1974-07-19`, - LastActivity: `2018-02-05`, - NextActivity: `2019-06-05`, - DealsWon: 2, - DealsLost: 20, - DealsPending: 18, - DealsTotal: 40, - Ratio: 9, - EstimatedSales: 3420072, - ActualSales: 313548, - Tags: `subscriber, retail` - }), - new EmployeesDataItem( - { - ID: 356968052, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/73.jpg`, - Name: `Liuka Waterstone`, - Email: `lwaterstone1m@google.de`, - Company: `Rhynyx`, - Position: `Senior Financial Analyst`, - Phone: `734-129-3969`, - Mobile: `949-324-5747`, - Fax: `410-643-1340`, - Street: `67 Hooker Place`, - City: `Detroit`, - ZipCode: 48242, - State: `MI`, - Country: `United States`, - ReferredBy: `Perice Labell`, - CreatedOn: `2017-04-16`, - Birthday: `1992-01-28`, - LastActivity: `2017-05-16`, - NextActivity: `2018-02-16`, - DealsWon: 22, - DealsLost: 10, - DealsPending: 22, - DealsTotal: 54, - Ratio: 69, - EstimatedSales: 3677278, - ActualSales: 1747108, - Tags: `demo, retail` - }), - new EmployeesDataItem( - { - ID: 929773684, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/49.jpg`, - Name: `Buddy Bletso`, - Email: `bbletso1n@apache.org`, - Company: `Bubblebox`, - Position: `Budget/Accounting Analyst IV`, - Phone: `650-832-8650`, - Mobile: `540-496-9590`, - Fax: `210-261-1402`, - Street: `16 Arizona Hill`, - City: `Sunnyvale`, - ZipCode: 94089, - State: `CA`, - Country: `United States`, - ReferredBy: `Piggy Kaveney`, - CreatedOn: `2017-11-08`, - Birthday: `1970-06-18`, - LastActivity: `2017-11-17`, - NextActivity: `2018-11-17`, - DealsWon: 20, - DealsLost: 20, - DealsPending: 15, - DealsTotal: 55, - Ratio: 5, - EstimatedSales: 2490840, - ActualSales: 3033900, - Tags: `medical` - }), - new EmployeesDataItem( - { - ID: 709072297, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/69.jpg`, - Name: `Kristal Tuckey`, - Email: `ktuckey1o@craigslist.org`, - Company: `Buzzbean`, - Position: `Quality Engineer`, - Phone: `202-866-2533`, - Mobile: `704-393-3956`, - Fax: `512-548-3198`, - Street: `320 Dakota Park`, - City: `Washington`, - ZipCode: 20067, - State: `DC`, - Country: `United States`, - ReferredBy: `Junia Casazza`, - CreatedOn: `2017-10-13`, - Birthday: `1973-11-26`, - LastActivity: `2017-11-08`, - NextActivity: `2019-09-08`, - DealsWon: 16, - DealsLost: 16, - DealsPending: 27, - DealsTotal: 59, - Ratio: 5, - EstimatedSales: 3547287, - ActualSales: 1301440, - Tags: `demo, financial` - }), - new EmployeesDataItem( - { - ID: 628030366, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/81.jpg`, - Name: `Selestina Frany`, - Email: `sfrany1p@devhub.com`, - Company: `Rooxo`, - Position: `Dental Hygienist`, - Phone: `520-658-1497`, - Mobile: `316-166-4112`, - Fax: `540-110-0444`, - Street: `589 Village Lane`, - City: `Tucson`, - ZipCode: 85715, - State: `AZ`, - Country: `United States`, - ReferredBy: `Xenos Krook`, - CreatedOn: `2017-06-19`, - Birthday: `1977-11-20`, - LastActivity: `2017-06-30`, - NextActivity: `2017-11-30`, - DealsWon: 27, - DealsLost: 2, - DealsPending: 28, - DealsTotal: 57, - Ratio: 93, - EstimatedSales: 3626196, - ActualSales: 2823849, - Tags: `warm, medical` - }), - new EmployeesDataItem( - { - ID: 115434000, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/66.jpg`, - Name: `Damian Wapples`, - Email: `dwapples1q@aboutads.info`, - Company: `Thoughtworks`, - Position: `Clinical Specialist`, - Phone: `757-752-6615`, - Mobile: `330-679-7630`, - Fax: `386-559-8233`, - Street: `99317 Manufacturers Way`, - City: `Newport News`, - ZipCode: 23612, - State: `VA`, - Country: `United States`, - ReferredBy: `Kanya Lafayette`, - CreatedOn: `2018-04-04`, - Birthday: `1976-06-14`, - LastActivity: `2018-04-07`, - NextActivity: `2019-02-07`, - DealsWon: 24, - DealsLost: 4, - DealsPending: 26, - DealsTotal: 54, - Ratio: 86, - EstimatedSales: 2852928, - ActualSales: 4581096, - Tags: `demo, medical` - }), - new EmployeesDataItem( - { - ID: 781474958, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/37.jpg`, - Name: `Wilfred Sibbit`, - Email: `wsibbit1r@guardian.co.uk`, - Company: `Skinix`, - Position: `Analog Circuit Design manager`, - Phone: `609-454-3582`, - Mobile: `267-898-4817`, - Fax: `915-672-0287`, - Street: `9773 Elgar Trail`, - City: `Trenton`, - ZipCode: 8638, - State: `NJ`, - Country: `United States`, - ReferredBy: `Temp Smallcombe`, - CreatedOn: `2017-11-30`, - Birthday: `1972-08-05`, - LastActivity: `2017-12-13`, - NextActivity: `2018-11-13`, - DealsWon: 11, - DealsLost: 30, - DealsPending: 14, - DealsTotal: 55, - Ratio: 27, - EstimatedSales: 1884918, - ActualSales: 1082730, - Tags: `hot, construction` - }), - new EmployeesDataItem( - { - ID: 716652088, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/65.jpg`, - Name: `Jackqueline Knell`, - Email: `jknell1s@studiopress.com`, - Company: `Aimbo`, - Position: `Senior Financial Analyst`, - Phone: `206-461-0587`, - Mobile: `615-755-0624`, - Fax: `518-359-1627`, - Street: `07 Nelson Crossing`, - City: `Seattle`, - ZipCode: 98127, - State: `WA`, - Country: `United States`, - ReferredBy: `Arturo Comben`, - CreatedOn: `2018-02-22`, - Birthday: `1976-04-17`, - LastActivity: `2018-03-24`, - NextActivity: `2019-04-24`, - DealsWon: 12, - DealsLost: 6, - DealsPending: 30, - DealsTotal: 48, - Ratio: 67, - EstimatedSales: 2401050, - ActualSales: 2235468, - Tags: `hot, financial` - }), - new EmployeesDataItem( - { - ID: 926110582, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/77.jpg`, - Name: `Sargent Brownsill`, - Email: `sbrownsill1t@tiny.cc`, - Company: `Leexo`, - Position: `Director of Sales`, - Phone: `540-211-9674`, - Mobile: `513-450-2194`, - Fax: `251-180-6430`, - Street: `7 Crest Line Point`, - City: `Roanoke`, - ZipCode: 24014, - State: `VA`, - Country: `United States`, - ReferredBy: `Addy Rides`, - CreatedOn: `2017-05-29`, - Birthday: `2002-09-03`, - LastActivity: `2017-06-06`, - NextActivity: `2017-09-06`, - DealsWon: 23, - DealsLost: 10, - DealsPending: 0, - DealsTotal: 33, - Ratio: 7, - EstimatedSales: 0, - ActualSales: 3207787, - Tags: `warm, pharmaceutical` - }), - new EmployeesDataItem( - { - ID: 382757519, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/33.jpg`, - Name: `Harley Wasselin`, - Email: `hwasselin1u@discovery.com`, - Company: `Brainsphere`, - Position: `Marketing Assistant`, - Phone: `405-554-3182`, - Mobile: `801-649-5535`, - Fax: `314-299-9579`, - Street: `13508 Sundown Circle`, - City: `Oklahoma City`, - ZipCode: 73147, - State: `OK`, - Country: `United States`, - ReferredBy: `Silvester Segges`, - CreatedOn: `2017-08-16`, - Birthday: `1999-05-30`, - LastActivity: `2017-09-09`, - NextActivity: `2017-12-09`, - DealsWon: 2, - DealsLost: 13, - DealsPending: 20, - DealsTotal: 35, - Ratio: 13, - EstimatedSales: 1572000, - ActualSales: 209878, - Tags: `pro, retail` - }), - new EmployeesDataItem( - { - ID: 563374905, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/91.jpg`, - Name: `Melisent Arlett`, - Email: `marlett1v@ebay.co.uk`, - Company: `Bubbletube`, - Position: `VP Sales`, - Phone: `408-346-0228`, - Mobile: `202-830-4135`, - Fax: `312-873-3929`, - Street: `52 Texas Park`, - City: `San Jose`, - ZipCode: 95160, - State: `CA`, - Country: `United States`, - ReferredBy: `Lou Ruffle`, - CreatedOn: `2017-05-22`, - Birthday: `1973-09-08`, - LastActivity: `2017-06-04`, - NextActivity: `2018-11-04`, - DealsWon: 1, - DealsLost: 22, - DealsPending: 27, - DealsTotal: 50, - Ratio: 4, - EstimatedSales: 1400166, - ActualSales: 61337, - Tags: `subscriber, retail` - }), - new EmployeesDataItem( - { - ID: 787253389, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/31.jpg`, - Name: `Gilda Fazackerley`, - Email: `gfazackerley1w@exblog.jp`, - Company: `Flashpoint`, - Position: `Help Desk Technician`, - Phone: `315-585-2018`, - Mobile: `253-384-7619`, - Fax: `305-581-7413`, - Street: `99 Loftsgordon Parkway`, - City: `Syracuse`, - ZipCode: 13251, - State: `NY`, - Country: `United States`, - ReferredBy: `Constantino Yatman`, - CreatedOn: `2017-09-04`, - Birthday: `2000-06-26`, - LastActivity: `2017-09-14`, - NextActivity: `2018-03-14`, - DealsWon: 11, - DealsLost: 27, - DealsPending: 29, - DealsTotal: 67, - Ratio: 29, - EstimatedSales: 2749374, - ActualSales: 714571, - Tags: `demo, engineering` - }), - new EmployeesDataItem( - { - ID: 470959772, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/34.jpg`, - Name: `Yoshiko Trinke`, - Email: `ytrinke1x@symantec.com`, - Company: `Buzzdog`, - Position: `Research Associate`, - Phone: `615-409-3097`, - Mobile: `316-395-0385`, - Fax: `516-931-2494`, - Street: `21969 Oak Lane`, - City: `Nashville`, - ZipCode: 37250, - State: `TN`, - Country: `United States`, - ReferredBy: `Augustine Glasser`, - CreatedOn: `2017-06-18`, - Birthday: `1979-03-10`, - LastActivity: `2017-06-20`, - NextActivity: `2018-10-20`, - DealsWon: 25, - DealsLost: 10, - DealsPending: 25, - DealsTotal: 60, - Ratio: 71, - EstimatedSales: 4323875, - ActualSales: 2746800, - Tags: `demo, medical` - }), - new EmployeesDataItem( - { - ID: 304897422, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/47.jpg`, - Name: `Doralyn Fransinelli`, - Email: `dfransinelli1y@ucsd.edu`, - Company: `Edgetag`, - Position: `Structural Analysis Engineer`, - Phone: `915-495-9682`, - Mobile: `206-825-5739`, - Fax: `813-586-6619`, - Street: `0 Helena Alley`, - City: `El Paso`, - ZipCode: 79945, - State: `TX`, - Country: `United States`, - ReferredBy: `Ramsay Ugolini`, - CreatedOn: `2017-12-30`, - Birthday: `1985-12-17`, - LastActivity: `2018-01-24`, - NextActivity: `2018-09-24`, - DealsWon: 9, - DealsLost: 3, - DealsPending: 0, - DealsTotal: 12, - Ratio: 75, - EstimatedSales: 0, - ActualSales: 1598400, - Tags: `pro, retail` - }), - new EmployeesDataItem( - { - ID: 113000277, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/34.jpg`, - Name: `Bard Shivlin`, - Email: `bshivlin1z@ebay.co.uk`, - Company: `Twinder`, - Position: `Associate Professor`, - Phone: `850-435-5596`, - Mobile: `414-492-8462`, - Fax: `612-701-4098`, - Street: `5154 Hovde Street`, - City: `Pensacola`, - ZipCode: 32511, - State: `FL`, - Country: `United States`, - ReferredBy: `Jaynell Innis`, - CreatedOn: `2017-07-10`, - Birthday: `1970-08-26`, - LastActivity: `2017-07-27`, - NextActivity: `2018-01-27`, - DealsWon: 3, - DealsLost: 27, - DealsPending: 2, - DealsTotal: 32, - Ratio: 1, - EstimatedSales: 115192, - ActualSales: 451728, - Tags: `cold, construction` - }), - new EmployeesDataItem( - { - ID: 115567478, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/96.jpg`, - Name: `Jermain Capron`, - Email: `jcapron20@so-net.ne.jp`, - Company: `Podcat`, - Position: `Analog Circuit Design manager`, - Phone: `323-118-4740`, - Mobile: `864-471-4588`, - Fax: `857-430-0588`, - Street: `3492 Graedel Circle`, - City: `Inglewood`, - ZipCode: 90305, - State: `CA`, - Country: `United States`, - ReferredBy: `Wynn Chamberlin`, - CreatedOn: `2018-03-13`, - Birthday: `1994-04-05`, - LastActivity: `2018-03-21`, - NextActivity: `2019-03-21`, - DealsWon: 9, - DealsLost: 11, - DealsPending: 21, - DealsTotal: 41, - Ratio: 45, - EstimatedSales: 2045631, - ActualSales: 1248336, - Tags: `cool, engineering` - }), - new EmployeesDataItem( - { - ID: 327823716, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/51.jpg`, - Name: `Greg Lifsey`, - Email: `glifsey21@nytimes.com`, - Company: `Tagcat`, - Position: `Human Resources Manager`, - Phone: `615-402-5193`, - Mobile: `404-496-8008`, - Fax: `817-294-8693`, - Street: `2 Crowley Circle`, - City: `Murfreesboro`, - ZipCode: 37131, - State: `TN`, - Country: `United States`, - ReferredBy: `Kendal Lenin`, - CreatedOn: `2017-02-12`, - Birthday: `1975-07-09`, - LastActivity: `2017-02-14`, - NextActivity: `2018-05-14`, - DealsWon: 15, - DealsLost: 22, - DealsPending: 16, - DealsTotal: 53, - Ratio: 41, - EstimatedSales: 1574176, - ActualSales: 1160025, - Tags: `warm, construction` - }), - new EmployeesDataItem( - { - ID: 622175884, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/13.jpg`, - Name: `Nonna Brailsford`, - Email: `nbrailsford22@exblog.jp`, - Company: `Thoughtbridge`, - Position: `Staff Scientist`, - Phone: `407-261-5214`, - Mobile: `971-802-7754`, - Fax: `602-286-3546`, - Street: `7 Ilene Circle`, - City: `Orlando`, - ZipCode: 32891, - State: `FL`, - Country: `United States`, - ReferredBy: `Westleigh Grimsdell`, - CreatedOn: `2017-02-15`, - Birthday: `1981-11-19`, - LastActivity: `2017-03-04`, - NextActivity: `2017-09-04`, - DealsWon: 10, - DealsLost: 23, - DealsPending: 9, - DealsTotal: 42, - Ratio: 3, - EstimatedSales: 538875, - ActualSales: 1733590, - Tags: `` - }), - new EmployeesDataItem( - { - ID: 712619219, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/7.jpg`, - Name: `Gabbey Lillee`, - Email: `glillee23@tiny.cc`, - Company: `Brightbean`, - Position: `VP Sales`, - Phone: `503-450-6669`, - Mobile: `775-407-8541`, - Fax: `915-499-3761`, - Street: `79112 Little Fleur Crossing`, - City: `Beaverton`, - ZipCode: 97075, - State: `OR`, - Country: `United States`, - ReferredBy: `Caldwell Village`, - CreatedOn: `2017-11-17`, - Birthday: `1999-08-22`, - LastActivity: `2017-12-09`, - NextActivity: `2018-07-09`, - DealsWon: 6, - DealsLost: 10, - DealsPending: 12, - DealsTotal: 28, - Ratio: 38, - EstimatedSales: 1643220, - ActualSales: 951342, - Tags: `cool, engineering` - }), - new EmployeesDataItem( - { - ID: 409767062, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/97.jpg`, - Name: `Cookie Leale`, - Email: `cleale24@salon.com`, - Company: `Kaymbo`, - Position: `Speech Pathologist`, - Phone: `202-748-0506`, - Mobile: `262-911-6263`, - Fax: `303-664-4963`, - Street: `864 Twin Pines Circle`, - City: `Washington`, - ZipCode: 20414, - State: `DC`, - Country: `United States`, - ReferredBy: `Ammamaria Wahner`, - CreatedOn: `2017-10-18`, - Birthday: `1995-07-13`, - LastActivity: `2017-10-31`, - NextActivity: `2018-06-30`, - DealsWon: 12, - DealsLost: 5, - DealsPending: 15, - DealsTotal: 32, - Ratio: 71, - EstimatedSales: 1222830, - ActualSales: 1138104, - Tags: `cool, medical` - }), - new EmployeesDataItem( - { - ID: 226394719, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/77.jpg`, - Name: `Hugues Ferrier`, - Email: `hferrier25@msn.com`, - Company: `Topicblab`, - Position: `Senior Cost Accountant`, - Phone: `501-665-6272`, - Mobile: `234-452-0778`, - Fax: `712-998-9730`, - Street: `65 Kings Center`, - City: `Little Rock`, - ZipCode: 72222, - State: `AR`, - Country: `United States`, - ReferredBy: `Saleem Grocock`, - CreatedOn: `2017-06-07`, - Birthday: `1978-05-26`, - LastActivity: `2017-07-05`, - NextActivity: `2018-06-05`, - DealsWon: 19, - DealsLost: 7, - DealsPending: 8, - DealsTotal: 34, - Ratio: 73, - EstimatedSales: 950984, - ActualSales: 2280513, - Tags: `subscriber, construction` - }), - new EmployeesDataItem( - { - ID: 950707960, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/38.jpg`, - Name: `Newton Collerd`, - Email: `ncollerd26@issuu.com`, - Company: `Yodel`, - Position: `Account Representative I`, - Phone: `225-794-2492`, - Mobile: `360-707-4543`, - Fax: `505-575-8418`, - Street: `7722 Westend Pass`, - City: `Baton Rouge`, - ZipCode: 70836, - State: `LA`, - Country: `United States`, - ReferredBy: `Charmian Ajsik`, - CreatedOn: `2017-12-18`, - Birthday: `1982-02-24`, - LastActivity: `2018-01-15`, - NextActivity: `2019-10-15`, - DealsWon: 3, - DealsLost: 1, - DealsPending: 26, - DealsTotal: 30, - Ratio: 75, - EstimatedSales: 3642366, - ActualSales: 195156, - Tags: `subscriber, pharmaceutical` - }), - new EmployeesDataItem( - { - ID: 900932268, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/10.jpg`, - Name: `Laural Bogart`, - Email: `lbogart27@feedburner.com`, - Company: `Feedfish`, - Position: `Marketing Manager`, - Phone: `215-924-8996`, - Mobile: `412-641-6320`, - Fax: `804-150-3782`, - Street: `9 Meadow Ridge Circle`, - City: `Philadelphia`, - ZipCode: 19093, - State: `PA`, - Country: `United States`, - ReferredBy: `Joey Harce`, - CreatedOn: `2017-07-18`, - Birthday: `1981-02-22`, - LastActivity: `2017-08-06`, - NextActivity: `2018-04-06`, - DealsWon: 16, - DealsLost: 8, - DealsPending: 24, - DealsTotal: 48, - Ratio: 67, - EstimatedSales: 1986888, - ActualSales: 2213760, - Tags: `pro, pharmaceutical` - }), - new EmployeesDataItem( - { - ID: 614294465, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/27.jpg`, - Name: `Elvina Weall`, - Email: `eweall28@usda.gov`, - Company: `Eamia`, - Position: `Analyst Programmer`, - Phone: `512-582-5067`, - Mobile: `203-733-0335`, - Fax: `-614-4601`, - Street: `010 Lindbergh Hill`, - City: `Austin`, - ZipCode: 78737, - State: `TX`, - Country: `United States`, - ReferredBy: `Monte Norcott`, - CreatedOn: `2018-02-12`, - Birthday: `1978-07-06`, - LastActivity: `2018-03-12`, - NextActivity: `2018-10-12`, - DealsWon: 14, - DealsLost: 13, - DealsPending: 22, - DealsTotal: 49, - Ratio: 52, - EstimatedSales: 4032248, - ActualSales: 794038, - Tags: `` - }), - new EmployeesDataItem( - { - ID: 377106801, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/89.jpg`, - Name: `Juieta Mendez`, - Email: `jmendez29@bing.com`, - Company: `Babbleblab`, - Position: `Account Representative IV`, - Phone: `410-373-5750`, - Mobile: `512-166-8473`, - Fax: `801-164-8887`, - Street: `24 5th Alley`, - City: `Baltimore`, - ZipCode: 21265, - State: `MD`, - Country: `United States`, - ReferredBy: `Ivett Olechnowicz`, - CreatedOn: `2017-02-23`, - Birthday: `1986-06-03`, - LastActivity: `2017-03-02`, - NextActivity: `2017-12-02`, - DealsWon: 8, - DealsLost: 26, - DealsPending: 12, - DealsTotal: 46, - Ratio: 24, - EstimatedSales: 1882284, - ActualSales: 433880, - Tags: `demo, engineering` - }), - new EmployeesDataItem( - { - ID: 262450597, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/25.jpg`, - Name: `Emlen Castell`, - Email: `ecastell2a@ucsd.edu`, - Company: `Fivebridge`, - Position: `Paralegal`, - Phone: `585-817-1379`, - Mobile: `214-403-1468`, - Fax: `336-307-1139`, - Street: `4 Merry Way`, - City: `Rochester`, - ZipCode: 14639, - State: `NY`, - Country: `United States`, - ReferredBy: `Cristionna Madine`, - CreatedOn: `2018-02-06`, - Birthday: `1975-01-19`, - LastActivity: `2018-03-04`, - NextActivity: `2019-09-04`, - DealsWon: 25, - DealsLost: 6, - DealsPending: 26, - DealsTotal: 57, - Ratio: 81, - EstimatedSales: 3368196, - ActualSales: 2038825, - Tags: `retail` - }), - new EmployeesDataItem( - { - ID: 235852051, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/40.jpg`, - Name: `Justis Isles`, - Email: `jisles2b@ifeng.com`, - Company: `Skilith`, - Position: `Mechanical Systems Engineer`, - Phone: `305-857-8429`, - Mobile: `941-709-9660`, - Fax: `213-500-2975`, - Street: `549 Dawn Drive`, - City: `Hialeah`, - ZipCode: 33018, - State: `FL`, - Country: `United States`, - ReferredBy: `Noellyn Pass`, - CreatedOn: `2017-11-24`, - Birthday: `2001-07-20`, - LastActivity: `2017-12-21`, - NextActivity: `2018-06-21`, - DealsWon: 28, - DealsLost: 29, - DealsPending: 8, - DealsTotal: 65, - Ratio: 49, - EstimatedSales: 1213264, - ActualSales: 3278968, - Tags: `medical` - }), - new EmployeesDataItem( - { - ID: 664568769, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/26.jpg`, - Name: `Janeva Burnsall`, - Email: `jburnsall2c@flickr.com`, - Company: `Dazzlesphere`, - Position: `VP Quality Control`, - Phone: `513-252-4337`, - Mobile: `502-228-4513`, - Fax: `704-229-9925`, - Street: `80588 Anthes Court`, - City: `Cincinnati`, - ZipCode: 45999, - State: `OH`, - Country: `United States`, - ReferredBy: `Trula Jozsika`, - CreatedOn: `2017-12-12`, - Birthday: `1989-09-30`, - LastActivity: `2017-12-28`, - NextActivity: `2019-05-28`, - DealsWon: 11, - DealsLost: 3, - DealsPending: 12, - DealsTotal: 26, - Ratio: 79, - EstimatedSales: 1948260, - ActualSales: 1611643, - Tags: `pharmaceutical` - }), - new EmployeesDataItem( - { - ID: 752959468, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/68.jpg`, - Name: `Kelcie Folley`, - Email: `kfolley2d@livejournal.com`, - Company: `Abatz`, - Position: `Systems Administrator II`, - Phone: `336-131-5394`, - Mobile: `843-966-3156`, - Fax: `407-424-2202`, - Street: `3 American Ash Center`, - City: `Greensboro`, - ZipCode: 27425, - State: `NC`, - Country: `United States`, - ReferredBy: `Chet Lydall`, - CreatedOn: `2017-12-10`, - Birthday: `1977-05-12`, - LastActivity: `2017-12-17`, - NextActivity: `2018-12-17`, - DealsWon: 5, - DealsLost: 15, - DealsPending: 22, - DealsTotal: 42, - Ratio: 25, - EstimatedSales: 1296262, - ActualSales: 301030, - Tags: `cold, medical` - }), - new EmployeesDataItem( - { - ID: 786276070, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/22.jpg`, - Name: `Claudina Davey`, - Email: `cdavey2e@businessweek.com`, - Company: `Oyoloo`, - Position: `VP Quality Control`, - Phone: `818-505-3284`, - Mobile: `713-179-5326`, - Fax: `540-574-0485`, - Street: `4875 Surrey Drive`, - City: `Los Angeles`, - ZipCode: 90065, - State: `CA`, - Country: `United States`, - ReferredBy: `Corabella Netherwood`, - CreatedOn: `2017-03-29`, - Birthday: `1975-08-30`, - LastActivity: `2017-04-28`, - NextActivity: `2017-08-28`, - DealsWon: 26, - DealsLost: 19, - DealsPending: 1, - DealsTotal: 46, - Ratio: 58, - EstimatedSales: 168833, - ActualSales: 3745014, - Tags: `medical` - }), - new EmployeesDataItem( - { - ID: 520466635, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/42.jpg`, - Name: `Shanna Mowling`, - Email: `smowling2f@apache.org`, - Company: ``, - Position: `Dental Hygienist`, - Phone: `423-201-3489`, - Mobile: `615-539-3025`, - Fax: `813-114-9544`, - Street: `3 Crescent Oaks Court`, - City: `Chattanooga`, - ZipCode: 37416, - State: `TN`, - Country: `United States`, - ReferredBy: `Elayne Barg`, - CreatedOn: `2018-02-05`, - Birthday: `1972-01-19`, - LastActivity: `2018-02-28`, - NextActivity: `2018-12-28`, - DealsWon: 25, - DealsLost: 7, - DealsPending: 27, - DealsTotal: 59, - Ratio: 78, - EstimatedSales: 4789557, - ActualSales: 2129000, - Tags: `subscriber, construction` - }), - new EmployeesDataItem( - { - ID: 638218995, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/79.jpg`, - Name: `Ardyth Arcase`, - Email: `aarcase2g@techcrunch.com`, - Company: `Mydeo`, - Position: `Senior Cost Accountant`, - Phone: `202-329-2722`, - Mobile: `936-520-8614`, - Fax: `775-735-4912`, - Street: `16773 Everett Plaza`, - City: `Washington`, - ZipCode: 20535, - State: `DC`, - Country: `United States`, - ReferredBy: `Sheffy Jenoure`, - CreatedOn: `2017-03-28`, - Birthday: `1976-04-20`, - LastActivity: `2017-04-05`, - NextActivity: `2019-02-05`, - DealsWon: 12, - DealsLost: 26, - DealsPending: 6, - DealsTotal: 44, - Ratio: 32, - EstimatedSales: 881670, - ActualSales: 1350960, - Tags: `subscriber, retail` - }), - new EmployeesDataItem( - { - ID: 650675468, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/5.jpg`, - Name: `Cynthea Evers`, - Email: `cevers2h@ning.com`, - Company: `Thoughtworks`, - Position: `Librarian`, - Phone: `217-842-3437`, - Mobile: `253-279-0929`, - Fax: `919-916-5443`, - Street: `31 Cherokee Junction`, - City: `Springfield`, - ZipCode: 62794, - State: `IL`, - Country: `United States`, - ReferredBy: `Clovis Tease`, - CreatedOn: `2017-11-15`, - Birthday: `1979-05-16`, - LastActivity: `2017-11-24`, - NextActivity: `2019-05-24`, - DealsWon: 14, - DealsLost: 22, - DealsPending: 9, - DealsTotal: 45, - Ratio: 39, - EstimatedSales: 1433790, - ActualSales: 881398, - Tags: `construction` - }), - new EmployeesDataItem( - { - ID: 686424181, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/76.jpg`, - Name: `Gradey Sedgeworth`, - Email: `gsedgeworth2i@unicef.org`, - Company: `Mycat`, - Position: `Community Outreach Specialist`, - Phone: `202-726-0931`, - Mobile: `215-423-9389`, - Fax: `775-807-4477`, - Street: `88 Saint Paul Point`, - City: `Washington`, - ZipCode: 20370, - State: `DC`, - Country: `United States`, - ReferredBy: `Madelene Coudray`, - CreatedOn: `2017-06-17`, - Birthday: `1986-01-06`, - LastActivity: `2017-06-18`, - NextActivity: `2018-05-18`, - DealsWon: 21, - DealsLost: 1, - DealsPending: 29, - DealsTotal: 51, - Ratio: 95, - EstimatedSales: 1900863, - ActualSales: 3880989, - Tags: `warm, financial` - }), - new EmployeesDataItem( - { - ID: 691627486, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/86.jpg`, - Name: `Kelila Hotson`, - Email: `khotson2j@imageshack.us`, - Company: `Leexo`, - Position: `Research Nurse`, - Phone: `336-330-9832`, - Mobile: `843-805-0545`, - Fax: `801-569-7731`, - Street: `96375 Dakota Trail`, - City: `Greensboro`, - ZipCode: 27499, - State: `NC`, - Country: `United States`, - ReferredBy: `Sheila Halgarth`, - CreatedOn: `2017-10-03`, - Birthday: `1981-08-24`, - LastActivity: `2017-10-23`, - NextActivity: `2018-03-23`, - DealsWon: 9, - DealsLost: 30, - DealsPending: 18, - DealsTotal: 57, - Ratio: 23, - EstimatedSales: 3301614, - ActualSales: 687087, - Tags: `pro, pharmaceutical` - }), - new EmployeesDataItem( - { - ID: 633261034, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/78.jpg`, - Name: `Wendy Wheeldon`, - Email: `wwheeldon2k@chicagotribune.com`, - Company: `Zoovu`, - Position: `Marketing Assistant`, - Phone: `562-912-9134`, - Mobile: `254-829-0431`, - Fax: `786-318-1752`, - Street: `462 Village Hill`, - City: `Long Beach`, - ZipCode: 90847, - State: `CA`, - Country: `United States`, - ReferredBy: `Kania Mazzei`, - CreatedOn: `2017-07-31`, - Birthday: `2001-06-28`, - LastActivity: `2017-08-29`, - NextActivity: `2017-11-29`, - DealsWon: 10, - DealsLost: 23, - DealsPending: 21, - DealsTotal: 54, - Ratio: 3, - EstimatedSales: 3337971, - ActualSales: 1152010, - Tags: `cold, pharmaceutical` - }), - new EmployeesDataItem( - { - ID: 526212097, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/70.jpg`, - Name: `Lela Cosh`, - Email: `lcosh2l@buzzfeed.com`, - Company: `Flipbug`, - Position: `Clinical Specialist`, - Phone: `936-249-2059`, - Mobile: `318-803-0890`, - Fax: `804-349-5364`, - Street: `52 Waywood Park`, - City: `Houston`, - ZipCode: 77090, - State: `TX`, - Country: `United States`, - ReferredBy: `Barrie MacParland`, - CreatedOn: `2017-08-27`, - Birthday: `1981-02-07`, - LastActivity: `2017-09-21`, - NextActivity: `2019-02-21`, - DealsWon: 19, - DealsLost: 3, - DealsPending: 13, - DealsTotal: 35, - Ratio: 86, - EstimatedSales: 2098044, - ActualSales: 2270006, - Tags: `cold, medical` - }), - new EmployeesDataItem( - { - ID: 929137195, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/99.jpg`, - Name: `Sibilla Wegner`, - Email: `swegner2m@ovh.net`, - Company: `BlogTags`, - Position: `Quality Engineer`, - Phone: `802-436-2712`, - Mobile: `410-950-6042`, - Fax: `260-539-1525`, - Street: `273 Granby Court`, - City: `Montpelier`, - ZipCode: 5609, - State: `VT`, - Country: `United States`, - ReferredBy: `Norton Dagwell`, - CreatedOn: `2018-01-16`, - Birthday: `1970-11-20`, - LastActivity: `2018-01-30`, - NextActivity: `2018-02-28`, - DealsWon: 5, - DealsLost: 13, - DealsPending: 26, - DealsTotal: 44, - Ratio: 28, - EstimatedSales: 1605162, - ActualSales: 758405, - Tags: `cold, medical` - }), - new EmployeesDataItem( - { - ID: 410422512, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/86.jpg`, - Name: `Gran Canepe`, - Email: `gcanepe2n@smh.com.au`, - Company: `Quamba`, - Position: `Paralegal`, - Phone: `210-528-5323`, - Mobile: `202-733-0254`, - Fax: `508-501-7467`, - Street: `86197 Fulton Terrace`, - City: `San Antonio`, - ZipCode: 78220, - State: `TX`, - Country: `United States`, - ReferredBy: `Antonio Giriardelli`, - CreatedOn: `2017-02-11`, - Birthday: `1978-06-02`, - LastActivity: `2017-03-08`, - NextActivity: `2018-07-08`, - DealsWon: 9, - DealsLost: 13, - DealsPending: 19, - DealsTotal: 41, - Ratio: 41, - EstimatedSales: 3732816, - ActualSales: 1634364, - Tags: `cool, engineering` - }), - new EmployeesDataItem( - { - ID: 208556148, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/91.jpg`, - Name: `Tally Bolingbroke`, - Email: `tbolingbroke2o@dyndns.org`, - Company: `Skipstorm`, - Position: `Senior Editor`, - Phone: `501-812-4359`, - Mobile: `208-312-0076`, - Fax: `402-979-3764`, - Street: `0 Meadow Vale Parkway`, - City: `Hot Springs National Park`, - ZipCode: 71914, - State: `AR`, - Country: `United States`, - ReferredBy: `Claude MacLaverty`, - CreatedOn: `2017-07-31`, - Birthday: `1979-09-22`, - LastActivity: `2017-08-17`, - NextActivity: `2019-03-17`, - DealsWon: 0, - DealsLost: 8, - DealsPending: 21, - DealsTotal: 29, - Ratio: 0, - EstimatedSales: 1515024, - ActualSales: 0, - Tags: `cool, pharmaceutical` - }), - new EmployeesDataItem( - { - ID: 785897213, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/64.jpg`, - Name: `Fifine Northeast`, - Email: `fnortheast2p@w3.org`, - Company: `Ooba`, - Position: `Civil Engineer`, - Phone: `970-422-2151`, - Mobile: `619-114-5595`, - Fax: `918-340-9363`, - Street: `0010 Jenifer Center`, - City: `Grand Junction`, - ZipCode: 81505, - State: `CO`, - Country: `United States`, - ReferredBy: `Zilvia Boulding`, - CreatedOn: `2017-05-01`, - Birthday: `1991-03-06`, - LastActivity: `2017-05-02`, - NextActivity: `2018-12-02`, - DealsWon: 23, - DealsLost: 24, - DealsPending: 5, - DealsTotal: 52, - Ratio: 49, - EstimatedSales: 893040, - ActualSales: 3140006, - Tags: `cold, financial` - }), - new EmployeesDataItem( - { - ID: 991109245, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/50.jpg`, - Name: `Wheeler Glawsop`, - Email: `wglawsop2q@pagesperso-orange.fr`, - Company: `Yadel`, - Position: `Help Desk Technician`, - Phone: `760-180-7003`, - Mobile: `913-871-8846`, - Fax: `515-259-3609`, - Street: `823 Dovetail Park`, - City: `San Diego`, - ZipCode: 92127, - State: `CA`, - Country: `United States`, - ReferredBy: `Kip Croster`, - CreatedOn: `2018-03-12`, - Birthday: `1989-12-02`, - LastActivity: `2018-04-09`, - NextActivity: `2018-08-09`, - DealsWon: 13, - DealsLost: 3, - DealsPending: 19, - DealsTotal: 35, - Ratio: 81, - EstimatedSales: 1951110, - ActualSales: 758225, - Tags: `` - }), - new EmployeesDataItem( - { - ID: 229156059, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/33.jpg`, - Name: `Tamarah Goathrop`, - Email: `tgoathrop2r@ucoz.ru`, - Company: `Gabcube`, - Position: `Computer Systems Analyst I`, - Phone: `805-539-7645`, - Mobile: `504-381-3775`, - Fax: `208-541-8361`, - Street: `92 2nd Circle`, - City: `Simi Valley`, - ZipCode: 93094, - State: `CA`, - Country: `United States`, - ReferredBy: `Berget Harome`, - CreatedOn: `2017-03-16`, - Birthday: `1999-12-12`, - LastActivity: `2017-04-13`, - NextActivity: `2017-09-13`, - DealsWon: 8, - DealsLost: 15, - DealsPending: 24, - DealsTotal: 47, - Ratio: 35, - EstimatedSales: 1299528, - ActualSales: 427320, - Tags: `pro, financial` - }), - new EmployeesDataItem( - { - ID: 890157389, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/50.jpg`, - Name: `Leanora Ashment`, - Email: `lashment2s@indiatimes.com`, - Company: `Zoomzone`, - Position: `Senior Sales Associate`, - Phone: `512-208-1070`, - Mobile: `501-633-5551`, - Fax: `215-887-2154`, - Street: `3 Anzinger Circle`, - City: `Austin`, - ZipCode: 78749, - State: `TX`, - Country: `United States`, - ReferredBy: `Junia Scrowston`, - CreatedOn: `2017-12-09`, - Birthday: `1997-04-10`, - LastActivity: `2017-12-20`, - NextActivity: `2019-01-20`, - DealsWon: 1, - DealsLost: 19, - DealsPending: 8, - DealsTotal: 28, - Ratio: 5, - EstimatedSales: 1188520, - ActualSales: 128638, - Tags: `demo, medical` - }), - new EmployeesDataItem( - { - ID: 499268085, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/2.jpg`, - Name: `Alain Paling`, - Email: `apaling2t@desdev.cn`, - Company: `Jaxnation`, - Position: `Tax Accountant`, - Phone: `253-727-2019`, - Mobile: `323-273-8399`, - Fax: `203-894-6403`, - Street: `9 Merchant Point`, - City: `Olympia`, - ZipCode: 98516, - State: `WA`, - Country: `United States`, - ReferredBy: `Ahmad Ewbank`, - CreatedOn: `2017-11-02`, - Birthday: `1970-12-21`, - LastActivity: `2017-11-18`, - NextActivity: `2017-12-18`, - DealsWon: 19, - DealsLost: 2, - DealsPending: 9, - DealsTotal: 30, - Ratio: 9, - EstimatedSales: 570366, - ActualSales: 1520931, - Tags: `cold, construction` - }), - new EmployeesDataItem( - { - ID: 748064736, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/79.jpg`, - Name: `Doll Broad`, - Email: `dbroad2u@yale.edu`, - Company: `Topicblab`, - Position: `Business Systems Development Analyst`, - Phone: `210-494-3531`, - Mobile: `702-552-1186`, - Fax: `404-631-2435`, - Street: `50038 Scofield Park`, - City: `San Antonio`, - ZipCode: 78205, - State: `TX`, - Country: `United States`, - ReferredBy: `Isacco McVeighty`, - CreatedOn: `2017-09-04`, - Birthday: `1975-05-28`, - LastActivity: `2017-09-30`, - NextActivity: `2018-02-28`, - DealsWon: 22, - DealsLost: 24, - DealsPending: 18, - DealsTotal: 64, - Ratio: 48, - EstimatedSales: 1812744, - ActualSales: 3443440, - Tags: `warm, engineering` - }), - new EmployeesDataItem( - { - ID: 271540773, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/22.jpg`, - Name: `King Bigham`, - Email: `kbigham2v@addtoany.com`, - Company: `Voonix`, - Position: `Graphic Designer`, - Phone: `318-978-8369`, - Mobile: `225-414-3561`, - Fax: `402-325-1040`, - Street: `92 Mifflin Road`, - City: `Shreveport`, - ZipCode: 71151, - State: `LA`, - Country: `United States`, - ReferredBy: `Chrissie L'Episcopio`, - CreatedOn: `2017-09-26`, - Birthday: `1992-10-15`, - LastActivity: `2017-10-19`, - NextActivity: `2018-09-19`, - DealsWon: 8, - DealsLost: 4, - DealsPending: 1, - DealsTotal: 13, - Ratio: 67, - EstimatedSales: 162316, - ActualSales: 415392, - Tags: `hot, medical` - }), - new EmployeesDataItem( - { - ID: 759693536, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/18.jpg`, - Name: `Risa Guitt`, - Email: `rguitt2w@mashable.com`, - Company: `Voolia`, - Position: `Nuclear Power Engineer`, - Phone: `339-831-1765`, - Mobile: `772-124-8811`, - Fax: `814-318-4969`, - Street: `0 Bunting Alley`, - City: `Lynn`, - ZipCode: 1905, - State: `MA`, - Country: `United States`, - ReferredBy: `Allister De Metz`, - CreatedOn: `2017-02-11`, - Birthday: `1987-11-08`, - LastActivity: `2017-02-20`, - NextActivity: `2017-12-20`, - DealsWon: 21, - DealsLost: 27, - DealsPending: 0, - DealsTotal: 48, - Ratio: 44, - EstimatedSales: 0, - ActualSales: 2988909, - Tags: `hot, retail` - }), - new EmployeesDataItem( - { - ID: 765687550, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/2.jpg`, - Name: `Rosie Stouther`, - Email: `rstouther2x@nationalgeographic.com`, - Company: `Abatz`, - Position: `Financial Advisor`, - Phone: `918-657-6632`, - Mobile: `720-231-1743`, - Fax: `260-149-9432`, - Street: `2 Loomis Court`, - City: `Tulsa`, - ZipCode: 74141, - State: `OK`, - Country: `United States`, - ReferredBy: `Trey Pavlishchev`, - CreatedOn: `2017-01-12`, - Birthday: `1979-09-21`, - LastActivity: `2017-01-21`, - NextActivity: `2018-10-21`, - DealsWon: 2, - DealsLost: 5, - DealsPending: 8, - DealsTotal: 15, - Ratio: 29, - EstimatedSales: 1588296, - ActualSales: 301318, - Tags: `demo, pharmaceutical` - }), - new EmployeesDataItem( - { - ID: 402736165, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/98.jpg`, - Name: `Pris Chiles`, - Email: `pchiles2y@indiatimes.com`, - Company: `Einti`, - Position: `Paralegal`, - Phone: `716-690-7478`, - Mobile: `816-845-1766`, - Fax: `571-786-6804`, - Street: `50597 Emmet Pass`, - City: `Buffalo`, - ZipCode: 14233, - State: `NY`, - Country: `United States`, - ReferredBy: `Shanie Simenon`, - CreatedOn: `2017-11-04`, - Birthday: `1975-03-07`, - LastActivity: `2017-11-28`, - NextActivity: `2018-03-28`, - DealsWon: 16, - DealsLost: 4, - DealsPending: 29, - DealsTotal: 49, - Ratio: 8, - EstimatedSales: 4890183, - ActualSales: 1847888, - Tags: `pro, construction` - }), - new EmployeesDataItem( - { - ID: 792872282, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/93.jpg`, - Name: `Dee Dome`, - Email: `ddome2z@issuu.com`, - Company: `Devpulse`, - Position: `Quality Control Specialist`, - Phone: `203-981-1729`, - Mobile: `910-901-3291`, - Fax: `520-936-6240`, - Street: `03659 Warner Park`, - City: `Norwalk`, - ZipCode: 6854, - State: `CT`, - Country: `United States`, - ReferredBy: `Glenden Arminger`, - CreatedOn: `2017-01-12`, - Birthday: `2002-03-01`, - LastActivity: `2017-01-21`, - NextActivity: `2017-03-21`, - DealsWon: 15, - DealsLost: 9, - DealsPending: 17, - DealsTotal: 41, - Ratio: 63, - EstimatedSales: 1380451, - ActualSales: 2263815, - Tags: `pro, engineering` - }), - new EmployeesDataItem( - { - ID: 937592691, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/87.jpg`, - Name: `Ceciley Swatten`, - Email: `cswatten30@hao123.com`, - Company: `Quaxo`, - Position: `Technical Writer`, - Phone: `318-196-1473`, - Mobile: `806-949-3414`, - Fax: `562-266-8071`, - Street: `0 Rieder Drive`, - City: `Shreveport`, - ZipCode: 71137, - State: `LA`, - Country: `United States`, - ReferredBy: `Fremont Tommei`, - CreatedOn: `2017-09-12`, - Birthday: `1980-11-02`, - LastActivity: `2017-09-28`, - NextActivity: `2018-08-28`, - DealsWon: 17, - DealsLost: 25, - DealsPending: 19, - DealsTotal: 61, - Ratio: 4, - EstimatedSales: 1602460, - ActualSales: 3069384, - Tags: `warm, construction` - }), - new EmployeesDataItem( - { - ID: 464905609, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/85.jpg`, - Name: `Gates Burbudge`, - Email: `gburbudge31@nationalgeographic.com`, - Company: `Jabbertype`, - Position: `Operator`, - Phone: `941-294-1364`, - Mobile: `608-503-0279`, - Fax: `602-588-1972`, - Street: `51745 Talmadge Crossing`, - City: `Bonita Springs`, - ZipCode: 34135, - State: `FL`, - Country: `United States`, - ReferredBy: `Raimundo Desorts`, - CreatedOn: `2017-09-28`, - Birthday: `1986-07-25`, - LastActivity: `2017-10-27`, - NextActivity: `2019-03-27`, - DealsWon: 0, - DealsLost: 15, - DealsPending: 18, - DealsTotal: 33, - Ratio: 0, - EstimatedSales: 2818728, - ActualSales: 0, - Tags: `hot, retail` - }), - new EmployeesDataItem( - { - ID: 725670652, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/86.jpg`, - Name: `Ninon Buckham`, - Email: `nbuckham32@wiley.com`, - Company: `Zoonder`, - Position: `Assistant Professor`, - Phone: `612-908-1786`, - Mobile: `515-982-8441`, - Fax: `214-505-8891`, - Street: `7 Elgar Crossing`, - City: `Minneapolis`, - ZipCode: 55441, - State: `MN`, - Country: `United States`, - ReferredBy: `Alejandro Hands`, - CreatedOn: `2017-10-06`, - Birthday: `1973-08-21`, - LastActivity: `2017-10-09`, - NextActivity: `2019-10-09`, - DealsWon: 20, - DealsLost: 24, - DealsPending: 28, - DealsTotal: 72, - Ratio: 45, - EstimatedSales: 1770160, - ActualSales: 2626420, - Tags: `demo, pharmaceutical` - }), - new EmployeesDataItem( - { - ID: 125023940, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/48.jpg`, - Name: `Dodie Zoephel`, - Email: `dzoephel33@fc2.com`, - Company: `Roomm`, - Position: `Pharmacist`, - Phone: `404-901-7264`, - Mobile: `815-425-4816`, - Fax: `202-942-2889`, - Street: `2866 Dunning Park`, - City: `Atlanta`, - ZipCode: 30301, - State: `GA`, - Country: `United States`, - ReferredBy: `Thea Clemo`, - CreatedOn: `2018-04-16`, - Birthday: `1988-12-13`, - LastActivity: `2018-04-24`, - NextActivity: `2020-02-24`, - DealsWon: 20, - DealsLost: 19, - DealsPending: 25, - DealsTotal: 64, - Ratio: 51, - EstimatedSales: 2549350, - ActualSales: 3993800, - Tags: `cold, medical` - }), - new EmployeesDataItem( - { - ID: 204473265, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/86.jpg`, - Name: `Duky Toll`, - Email: `dtoll34@163.com`, - Company: `Blogpad`, - Position: `Electrical Engineer`, - Phone: `706-592-0164`, - Mobile: `703-460-8089`, - Fax: `323-235-3861`, - Street: `89 Mendota Court`, - City: `Augusta`, - ZipCode: 30905, - State: `GA`, - Country: `United States`, - ReferredBy: `Frayda Bullocke`, - CreatedOn: `2017-11-10`, - Birthday: `1972-04-14`, - LastActivity: `2017-12-10`, - NextActivity: `2018-08-10`, - DealsWon: 30, - DealsLost: 26, - DealsPending: 28, - DealsTotal: 84, - Ratio: 54, - EstimatedSales: 2679656, - ActualSales: 1860390, - Tags: `cool, retail` - }), - new EmployeesDataItem( - { - ID: 359071419, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/73.jpg`, - Name: `Tildie MacCorkell`, - Email: `tmaccorkell35@360.cn`, - Company: `Gabvine`, - Position: `Computer Systems Analyst III`, - Phone: `951-766-9576`, - Mobile: `205-719-9906`, - Fax: `212-700-0761`, - Street: `718 Village Road`, - City: `Riverside`, - ZipCode: 92519, - State: `CA`, - Country: `United States`, - ReferredBy: `Irena Creelman`, - CreatedOn: `2017-05-29`, - Birthday: `1995-08-14`, - LastActivity: `2017-06-28`, - NextActivity: `2017-07-28`, - DealsWon: 14, - DealsLost: 30, - DealsPending: 19, - DealsTotal: 63, - Ratio: 32, - EstimatedSales: 2605128, - ActualSales: 1623468, - Tags: `cool, construction` - }), - new EmployeesDataItem( - { - ID: 551639525, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/58.jpg`, - Name: `Ahmad Stern`, - Email: `astern36@gnu.org`, - Company: `Meevee`, - Position: `Nurse`, - Phone: `202-546-9216`, - Mobile: `614-795-9088`, - Fax: `773-882-2804`, - Street: `4994 Anhalt Pass`, - City: `Washington`, - ZipCode: 20409, - State: `DC`, - Country: `United States`, - ReferredBy: `Fremont Houldin`, - CreatedOn: `2017-10-25`, - Birthday: `1976-12-03`, - LastActivity: `2017-10-28`, - NextActivity: `2018-08-28`, - DealsWon: 15, - DealsLost: 10, - DealsPending: 8, - DealsTotal: 33, - Ratio: 6, - EstimatedSales: 420656, - ActualSales: 2915895, - Tags: `cool, financial` - }), - new EmployeesDataItem( - { - ID: 176134310, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/47.jpg`, - Name: `Gordan Guerrin`, - Email: `gguerrin37@google.pl`, - Company: `Linklinks`, - Position: `Web Developer IV`, - Phone: `626-819-3737`, - Mobile: `410-340-3512`, - Fax: `559-724-2668`, - Street: `9 Longview Court`, - City: `Burbank`, - ZipCode: 91505, - State: `CA`, - Country: `United States`, - ReferredBy: `Madalena Biagioni`, - CreatedOn: `2017-03-28`, - Birthday: `1977-06-23`, - LastActivity: `2017-04-16`, - NextActivity: `2017-05-16`, - DealsWon: 24, - DealsLost: 3, - DealsPending: 7, - DealsTotal: 34, - Ratio: 89, - EstimatedSales: 409983, - ActualSales: 3269976, - Tags: `hot, pharmaceutical` - }), - new EmployeesDataItem( - { - ID: 819567118, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/97.jpg`, - Name: `Bo Phebee`, - Email: `bphebee38@sbwire.com`, - Company: `Tanoodle`, - Position: `VP Product Management`, - Phone: `719-947-0055`, - Mobile: `210-641-0782`, - Fax: `919-127-4559`, - Street: `28 Talmadge Lane`, - City: `Colorado Springs`, - ZipCode: 80925, - State: `CO`, - Country: `United States`, - ReferredBy: `Emerson Finden`, - CreatedOn: `2017-07-03`, - Birthday: `1986-06-19`, - LastActivity: `2017-07-16`, - NextActivity: `2017-08-16`, - DealsWon: 15, - DealsLost: 1, - DealsPending: 9, - DealsTotal: 25, - Ratio: 94, - EstimatedSales: 913356, - ActualSales: 1984695, - Tags: `demo, engineering` - }), - new EmployeesDataItem( - { - ID: 175852789, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/59.jpg`, - Name: `Monro Matias`, - Email: `mmatias39@si.edu`, - Company: `Buzzdog`, - Position: `Research Associate`, - Phone: `763-855-7311`, - Mobile: `813-474-4537`, - Fax: `915-492-2680`, - Street: `854 Fisk Plaza`, - City: `Minneapolis`, - ZipCode: 55412, - State: `MN`, - Country: `United States`, - ReferredBy: `Rinaldo Clail`, - CreatedOn: `2017-12-26`, - Birthday: `1973-06-02`, - LastActivity: `2018-01-18`, - NextActivity: `2018-04-18`, - DealsWon: 23, - DealsLost: 20, - DealsPending: 3, - DealsTotal: 46, - Ratio: 53, - EstimatedSales: 449664, - ActualSales: 3766365, - Tags: `pro, construction` - }), - new EmployeesDataItem( - { - ID: 888244427, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/53.jpg`, - Name: `Nye Shevlane`, - Email: `nshevlane3a@princeton.edu`, - Company: `Avamba`, - Position: `Geological Engineer`, - Phone: `304-409-8780`, - Mobile: `615-946-8938`, - Fax: `865-300-3682`, - Street: `54 Almo Junction`, - City: `Charleston`, - ZipCode: 25362, - State: `WV`, - Country: `United States`, - ReferredBy: `Shurwood Fullbrook`, - CreatedOn: `2018-01-17`, - Birthday: `1976-06-10`, - LastActivity: `2018-02-11`, - NextActivity: `2019-08-11`, - DealsWon: 7, - DealsLost: 6, - DealsPending: 16, - DealsTotal: 29, - Ratio: 54, - EstimatedSales: 1617904, - ActualSales: 963879, - Tags: `hot, pharmaceutical` - }), - new EmployeesDataItem( - { - ID: 721676406, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/51.jpg`, - Name: `Elisabetta Gianettini`, - Email: `egianettini3b@foxnews.com`, - Company: `Rhynyx`, - Position: `Account Coordinator`, - Phone: `513-617-3871`, - Mobile: `305-759-0213`, - Fax: `503-410-7438`, - Street: `276 Oak Trail`, - City: `Cincinnati`, - ZipCode: 45243, - State: `OH`, - Country: `United States`, - ReferredBy: `Emlen Werner`, - CreatedOn: `2017-05-28`, - Birthday: `1983-06-15`, - LastActivity: `2017-06-17`, - NextActivity: `2019-06-17`, - DealsWon: 23, - DealsLost: 16, - DealsPending: 21, - DealsTotal: 60, - Ratio: 59, - EstimatedSales: 2677416, - ActualSales: 2440783, - Tags: `medical` - }), - new EmployeesDataItem( - { - ID: 238633854, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/13.jpg`, - Name: `Gray Dinse`, - Email: `gdinse3c@abc.net.au`, - Company: `Dablist`, - Position: `Senior Sales Associate`, - Phone: `904-798-6308`, - Mobile: `719-339-4239`, - Fax: `816-887-3298`, - Street: `3093 Morrow Place`, - City: `Jacksonville`, - ZipCode: 32209, - State: `FL`, - Country: `United States`, - ReferredBy: `Kurt Gianiello`, - CreatedOn: `2017-06-05`, - Birthday: `1985-11-29`, - LastActivity: `2017-06-21`, - NextActivity: `2018-08-21`, - DealsWon: 21, - DealsLost: 5, - DealsPending: 19, - DealsTotal: 45, - Ratio: 81, - EstimatedSales: 2130565, - ActualSales: 1985298, - Tags: `hot, engineering` - }), - new EmployeesDataItem( - { - ID: 442189261, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/4.jpg`, - Name: `Jae William`, - Email: `jwilliam3d@bloglovin.com`, - Company: `Gabvine`, - Position: `Senior Quality Engineer`, - Phone: `402-511-1348`, - Mobile: `713-772-8601`, - Fax: `239-742-9606`, - Street: `11 Forest Dale Junction`, - City: `Omaha`, - ZipCode: 68144, - State: `NE`, - Country: `United States`, - ReferredBy: `Dewain Lundie`, - CreatedOn: `2017-01-18`, - Birthday: `1989-08-16`, - LastActivity: `2017-01-29`, - NextActivity: `2017-07-29`, - DealsWon: 16, - DealsLost: 2, - DealsPending: 30, - DealsTotal: 48, - Ratio: 89, - EstimatedSales: 5639880, - ActualSales: 2149360, - Tags: `cold, financial` - }), - new EmployeesDataItem( - { - ID: 278785545, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/86.jpg`, - Name: `Johanna Robrow`, - Email: `jrobrow3e@accuweather.com`, - Company: `Wikizz`, - Position: `Compensation Analyst`, - Phone: `989-403-7013`, - Mobile: `215-345-1741`, - Fax: `718-916-0303`, - Street: `511 David Trail`, - City: `Midland`, - ZipCode: 48670, - State: `MI`, - Country: `United States`, - ReferredBy: `Georg Goody`, - CreatedOn: `2017-06-25`, - Birthday: `2000-01-04`, - LastActivity: `2017-07-06`, - NextActivity: `2018-09-06`, - DealsWon: 20, - DealsLost: 17, - DealsPending: 13, - DealsTotal: 50, - Ratio: 54, - EstimatedSales: 1308450, - ActualSales: 3988580, - Tags: `hot, construction` - }), - new EmployeesDataItem( - { - ID: 354558788, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/27.jpg`, - Name: `Demetrius Lightewood`, - Email: `dlightewood3f@epa.gov`, - Company: `Jazzy`, - Position: `Software Consultant`, - Phone: `303-538-6492`, - Mobile: `334-253-0662`, - Fax: `612-776-8954`, - Street: `25689 Oak Valley Circle`, - City: `Boulder`, - ZipCode: 80328, - State: `CO`, - Country: `United States`, - ReferredBy: `Agna Hickeringill`, - CreatedOn: `2018-02-10`, - Birthday: `1979-05-11`, - LastActivity: `2018-03-08`, - NextActivity: `2019-08-08`, - DealsWon: 6, - DealsLost: 11, - DealsPending: 12, - DealsTotal: 29, - Ratio: 35, - EstimatedSales: 2101320, - ActualSales: 736176, - Tags: `warm, financial` - }), - new EmployeesDataItem( - { - ID: 406938625, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/9.jpg`, - Name: `Glennie Jepson`, - Email: `gjepson3g@google.co.jp`, - Company: `Skivee`, - Position: `Nuclear Power Engineer`, - Phone: `727-833-5988`, - Mobile: `860-724-2970`, - Fax: `480-114-0332`, - Street: `520 Monica Drive`, - City: `Saint Petersburg`, - ZipCode: 33737, - State: `FL`, - Country: `United States`, - ReferredBy: `Dyane Riddiford`, - CreatedOn: `2017-05-15`, - Birthday: `1994-04-28`, - LastActivity: `2017-06-05`, - NextActivity: `2019-01-05`, - DealsWon: 19, - DealsLost: 14, - DealsPending: 15, - DealsTotal: 48, - Ratio: 58, - EstimatedSales: 1312935, - ActualSales: 1226431, - Tags: `subscriber, pharmaceutical` - }), - new EmployeesDataItem( - { - ID: 191811557, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/28.jpg`, - Name: `Matti McGrirl`, - Email: `mmcgrirl3h@slideshare.net`, - Company: `Livefish`, - Position: `Staff Accountant IV`, - Phone: `202-697-2989`, - Mobile: `404-730-5611`, - Fax: `915-756-5819`, - Street: `4858 Waywood Park`, - City: `Washington`, - ZipCode: 20456, - State: `DC`, - Country: `United States`, - ReferredBy: `Saunders Headan`, - CreatedOn: `2017-06-29`, - Birthday: `1984-11-01`, - LastActivity: `2017-07-08`, - NextActivity: `2018-11-08`, - DealsWon: 16, - DealsLost: 16, - DealsPending: 7, - DealsTotal: 39, - Ratio: 5, - EstimatedSales: 1096641, - ActualSales: 1426176, - Tags: `hot, engineering` - }), - new EmployeesDataItem( - { - ID: 361861864, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/50.jpg`, - Name: `Rudolf Nealy`, - Email: `rnealy3i@upenn.edu`, - Company: `Aibox`, - Position: `Nurse`, - Phone: `520-799-5392`, - Mobile: `309-724-2266`, - Fax: `706-444-8372`, - Street: `8 Carioca Place`, - City: `Tucson`, - ZipCode: 85710, - State: `AZ`, - Country: `United States`, - ReferredBy: `Thornton Ansley`, - CreatedOn: `2017-04-13`, - Birthday: `2002-08-19`, - LastActivity: `2017-04-25`, - NextActivity: `2017-12-25`, - DealsWon: 6, - DealsLost: 2, - DealsPending: 22, - DealsTotal: 30, - Ratio: 75, - EstimatedSales: 1650924, - ActualSales: 826308, - Tags: `cool, financial` - }), - new EmployeesDataItem( - { - ID: 606612904, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/28.jpg`, - Name: `Ketti MacGibbon`, - Email: `kmacgibbon3j@cloudflare.com`, - Company: `Kazu`, - Position: `Senior Cost Accountant`, - Phone: `850-608-2516`, - Mobile: `254-468-2991`, - Fax: `518-525-0595`, - Street: `8 High Crossing Junction`, - City: `Pensacola`, - ZipCode: 32505, - State: `FL`, - Country: `United States`, - ReferredBy: `Robbyn Ommundsen`, - CreatedOn: `2017-10-08`, - Birthday: `1973-02-21`, - LastActivity: `2017-10-24`, - NextActivity: `2018-04-24`, - DealsWon: 3, - DealsLost: 6, - DealsPending: 8, - DealsTotal: 17, - Ratio: 33, - EstimatedSales: 500616, - ActualSales: 329451, - Tags: `cool, medical` - }), - new EmployeesDataItem( - { - ID: 683579157, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/28.jpg`, - Name: `Michelle Fehners`, - Email: `mfehners3k@hubpages.com`, - Company: `Yata`, - Position: `GIS Technical Architect`, - Phone: `248-569-7729`, - Mobile: `818-918-9583`, - Fax: `310-395-7412`, - Street: `2 Veith Drive`, - City: `Detroit`, - ZipCode: 48242, - State: `MI`, - Country: `United States`, - ReferredBy: `Everett M'Barron`, - CreatedOn: `2018-01-16`, - Birthday: `1975-10-16`, - LastActivity: `2018-02-11`, - NextActivity: `2018-03-11`, - DealsWon: 29, - DealsLost: 13, - DealsPending: 6, - DealsTotal: 48, - Ratio: 69, - EstimatedSales: 713838, - ActualSales: 4569298, - Tags: `hot, construction` - }), - new EmployeesDataItem( - { - ID: 734230268, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/46.jpg`, - Name: `Netty Labet`, - Email: `nlabet3l@webeden.co.uk`, - Company: `Rhynoodle`, - Position: `Sales Associate`, - Phone: `402-247-1070`, - Mobile: `559-879-7342`, - Fax: `516-718-4441`, - Street: `908 Blaine Pass`, - City: `Lincoln`, - ZipCode: 68517, - State: `NE`, - Country: `United States`, - ReferredBy: `Muffin Macilhench`, - CreatedOn: `2017-07-13`, - Birthday: `1986-01-29`, - LastActivity: `2017-07-14`, - NextActivity: `2018-10-14`, - DealsWon: 9, - DealsLost: 15, - DealsPending: 10, - DealsTotal: 34, - Ratio: 38, - EstimatedSales: 1513590, - ActualSales: 1165095, - Tags: `subscriber, medical` - }), - new EmployeesDataItem( - { - ID: 838951712, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/89.jpg`, - Name: `Darrel Dever`, - Email: `ddever3m@netscape.com`, - Company: `Ntag`, - Position: `Statistician I`, - Phone: `614-913-6448`, - Mobile: `918-609-6877`, - Fax: `864-675-2104`, - Street: `15 Tony Avenue`, - City: `Columbus`, - ZipCode: 43226, - State: `OH`, - Country: `United States`, - ReferredBy: `Doralynne Chard`, - CreatedOn: `2017-04-06`, - Birthday: `1984-07-17`, - LastActivity: `2017-04-25`, - NextActivity: `2017-07-25`, - DealsWon: 27, - DealsLost: 16, - DealsPending: 7, - DealsTotal: 50, - Ratio: 63, - EstimatedSales: 1347920, - ActualSales: 3184758, - Tags: `cool, medical` - }), - new EmployeesDataItem( - { - ID: 931789304, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/68.jpg`, - Name: `Griselda Coldwell`, - Email: `gcoldwell3n@hexun.com`, - Company: `Mydeo`, - Position: `Database Administrator IV`, - Phone: `304-428-7062`, - Mobile: `727-836-2925`, - Fax: `816-928-9631`, - Street: `94307 High Crossing Junction`, - City: `Charleston`, - ZipCode: 25321, - State: `WV`, - Country: `United States`, - ReferredBy: `Emlen Beecham`, - CreatedOn: `2018-03-18`, - Birthday: `1977-02-25`, - LastActivity: `2018-04-02`, - NextActivity: `2019-07-02`, - DealsWon: 20, - DealsLost: 26, - DealsPending: 30, - DealsTotal: 76, - Ratio: 43, - EstimatedSales: 5488380, - ActualSales: 1626180, - Tags: `demo, financial` - }), - new EmployeesDataItem( - { - ID: 308215970, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/59.jpg`, - Name: `Ibrahim Eouzan`, - Email: `ieouzan3o@buzzfeed.com`, - Company: `Yoveo`, - Position: `Systems Administrator II`, - Phone: `937-114-9797`, - Mobile: `734-715-6508`, - Fax: `210-427-8463`, - Street: `8 Arkansas Center`, - City: `Dayton`, - ZipCode: 45426, - State: `OH`, - Country: `United States`, - ReferredBy: `Martynne Geekin`, - CreatedOn: `2017-10-30`, - Birthday: `1988-01-16`, - LastActivity: `2017-11-27`, - NextActivity: `2019-02-27`, - DealsWon: 20, - DealsLost: 1, - DealsPending: 25, - DealsTotal: 46, - Ratio: 95, - EstimatedSales: 3296025, - ActualSales: 1365140, - Tags: `subscriber, engineering` - }), - new EmployeesDataItem( - { - ID: 820972604, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/68.jpg`, - Name: `Amelia Breakwell`, - Email: `abreakwell3p@geocities.jp`, - Company: `Quatz`, - Position: `Community Outreach Specialist`, - Phone: `415-650-1384`, - Mobile: `903-299-0879`, - Fax: `202-239-9148`, - Street: `3 Heath Plaza`, - City: `San Francisco`, - ZipCode: 94164, - State: `CA`, - Country: `United States`, - ReferredBy: `Bette-ann Housden`, - CreatedOn: `2017-07-04`, - Birthday: `1972-11-23`, - LastActivity: `2017-07-16`, - NextActivity: `2019-06-16`, - DealsWon: 7, - DealsLost: 29, - DealsPending: 9, - DealsTotal: 45, - Ratio: 19, - EstimatedSales: 721710, - ActualSales: 1020397, - Tags: `hot, retail` - }), - new EmployeesDataItem( - { - ID: 107747029, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/21.jpg`, - Name: `Celestina Noweak`, - Email: `cnoweak3q@nhs.uk`, - Company: `Realcube`, - Position: `Community Outreach Specialist`, - Phone: `971-806-8372`, - Mobile: `901-349-4589`, - Fax: `317-863-2454`, - Street: `429 Goodland Junction`, - City: `Portland`, - ZipCode: 97232, - State: `OR`, - Country: `United States`, - ReferredBy: `Lou Eastridge`, - CreatedOn: `2017-03-12`, - Birthday: `1982-04-30`, - LastActivity: `2017-03-23`, - NextActivity: `2017-07-23`, - DealsWon: 18, - DealsLost: 24, - DealsPending: 15, - DealsTotal: 57, - Ratio: 43, - EstimatedSales: 1987155, - ActualSales: 1172610, - Tags: `warm, retail` - }), - new EmployeesDataItem( - { - ID: 441028366, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/52.jpg`, - Name: `Alvin Dunbabin`, - Email: `adunbabin3r@army.mil`, - Company: `Thoughtworks`, - Position: `Help Desk Technician`, - Phone: `954-515-3164`, - Mobile: `401-328-7573`, - Fax: `786-554-2619`, - Street: `55093 Porter Place`, - City: `West Palm Beach`, - ZipCode: 33411, - State: `FL`, - Country: `United States`, - ReferredBy: `Bev Destouche`, - CreatedOn: `2018-02-22`, - Birthday: `2001-10-12`, - LastActivity: `2018-03-12`, - NextActivity: `2019-04-12`, - DealsWon: 30, - DealsLost: 10, - DealsPending: 23, - DealsTotal: 63, - Ratio: 75, - EstimatedSales: 2153306, - ActualSales: 2254830, - Tags: `cool, retail` - }), - new EmployeesDataItem( - { - ID: 762178654, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/84.jpg`, - Name: `Kati Kivelhan`, - Email: `kkivelhan3s@yahoo.co.jp`, - Company: `Twinte`, - Position: `Nuclear Power Engineer`, - Phone: `970-563-1294`, - Mobile: `202-882-3625`, - Fax: `815-897-5075`, - Street: `68638 Sachtjen Point`, - City: `Grand Junction`, - ZipCode: 81505, - State: `CO`, - Country: `United States`, - ReferredBy: `Vitoria Tulleth`, - CreatedOn: `2017-06-18`, - Birthday: `1996-03-17`, - LastActivity: `2017-07-09`, - NextActivity: `2017-12-09`, - DealsWon: 28, - DealsLost: 17, - DealsPending: 5, - DealsTotal: 50, - Ratio: 62, - EstimatedSales: 897310, - ActualSales: 3698296, - Tags: `warm, medical` - }), - new EmployeesDataItem( - { - ID: 648514338, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/7.jpg`, - Name: `Wynne Banting`, - Email: `wbanting3t@wisc.edu`, - Company: `Kare`, - Position: `Human Resources Assistant IV`, - Phone: `316-870-8182`, - Mobile: `212-708-5900`, - Fax: `502-194-1205`, - Street: `0 Pennsylvania Crossing`, - City: `Wichita`, - ZipCode: 67230, - State: `KS`, - Country: `United States`, - ReferredBy: `Melisande Barneveld`, - CreatedOn: `2017-06-07`, - Birthday: `1978-09-15`, - LastActivity: `2017-06-17`, - NextActivity: `2018-07-17`, - DealsWon: 4, - DealsLost: 19, - DealsPending: 26, - DealsTotal: 49, - Ratio: 17, - EstimatedSales: 4579432, - ActualSales: 796284, - Tags: `retail` - }), - new EmployeesDataItem( - { - ID: 800873151, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/52.jpg`, - Name: `Hadlee Darby`, - Email: `hdarby3u@goo.gl`, - Company: `Oyoyo`, - Position: `Data Coordiator`, - Phone: `661-406-2261`, - Mobile: `509-170-4461`, - Fax: `713-618-7629`, - Street: `56 Northwestern Trail`, - City: `Burbank`, - ZipCode: 91520, - State: `CA`, - Country: `United States`, - ReferredBy: `Holly Fonteyne`, - CreatedOn: `2017-04-16`, - Birthday: `1991-10-02`, - LastActivity: `2017-05-06`, - NextActivity: `2017-11-06`, - DealsWon: 6, - DealsLost: 3, - DealsPending: 15, - DealsTotal: 24, - Ratio: 67, - EstimatedSales: 1213890, - ActualSales: 1063752, - Tags: `cold, engineering` - }), - new EmployeesDataItem( - { - ID: 532232775, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/17.jpg`, - Name: `Bary Rabson`, - Email: `brabson3v@ucla.edu`, - Company: `Meetz`, - Position: `Community Outreach Specialist`, - Phone: `701-645-5641`, - Mobile: `218-566-5700`, - Fax: `919-614-7489`, - Street: `209 Canary Alley`, - City: `Grand Forks`, - ZipCode: 58207, - State: `ND`, - Country: `United States`, - ReferredBy: `Neely Dee`, - CreatedOn: `2017-10-04`, - Birthday: `2003-02-20`, - LastActivity: `2017-10-12`, - NextActivity: `2019-01-12`, - DealsWon: 13, - DealsLost: 19, - DealsPending: 14, - DealsTotal: 46, - Ratio: 41, - EstimatedSales: 1268722, - ActualSales: 841776, - Tags: `retail` - }), - new EmployeesDataItem( - { - ID: 859910869, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/73.jpg`, - Name: `Vicky Gueste`, - Email: `vgueste3w@nbcnews.com`, - Company: `Quatz`, - Position: `Junior Executive`, - Phone: `763-723-6168`, - Mobile: `209-247-2873`, - Fax: `907-443-8287`, - Street: `2 Merry Avenue`, - City: `Minneapolis`, - ZipCode: 55428, - State: `MN`, - Country: `United States`, - ReferredBy: `Vitoria Bullivent`, - CreatedOn: `2018-04-13`, - Birthday: `1974-08-11`, - LastActivity: `2018-05-08`, - NextActivity: `2019-04-08`, - DealsWon: 30, - DealsLost: 1, - DealsPending: 1, - DealsTotal: 32, - Ratio: 97, - EstimatedSales: 63836, - ActualSales: 4367550, - Tags: `subscriber, pharmaceutical` - }), - new EmployeesDataItem( - { - ID: 699657284, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/75.jpg`, - Name: `Ignaz Tringham`, - Email: `itringham3x@51.la`, - Company: `Jaxspan`, - Position: `Speech Pathologist`, - Phone: `203-445-2368`, - Mobile: `915-403-6188`, - Fax: `727-389-7486`, - Street: `2 Donald Crossing`, - City: `Waterbury`, - ZipCode: 6705, - State: `CT`, - Country: `United States`, - ReferredBy: `Wendall Sands`, - CreatedOn: `2017-11-03`, - Birthday: `1977-04-02`, - LastActivity: `2017-11-21`, - NextActivity: `2019-10-21`, - DealsWon: 4, - DealsLost: 1, - DealsPending: 17, - DealsTotal: 22, - Ratio: 8, - EstimatedSales: 2531572, - ActualSales: 327484, - Tags: `demo, pharmaceutical` - }), - new EmployeesDataItem( - { - ID: 724056225, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/86.jpg`, - Name: `Bobbie Sandes`, - Email: `bsandes3y@hibu.com`, - Company: `Voomm`, - Position: `Registered Nurse`, - Phone: `202-134-4380`, - Mobile: `561-328-5190`, - Fax: `818-490-8883`, - Street: `53 Hanover Circle`, - City: `Washington`, - ZipCode: 20591, - State: `DC`, - Country: `United States`, - ReferredBy: `Elbertina Huelin`, - CreatedOn: `2017-11-05`, - Birthday: `1995-07-29`, - LastActivity: `2017-11-11`, - NextActivity: `2018-10-11`, - DealsWon: 7, - DealsLost: 6, - DealsPending: 17, - DealsTotal: 30, - Ratio: 54, - EstimatedSales: 2999820, - ActualSales: 582484, - Tags: `warm, financial` - }), - new EmployeesDataItem( - { - ID: 224211037, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/69.jpg`, - Name: `Carolyne Flewitt`, - Email: `cflewitt3z@tripod.com`, - Company: `Bubblebox`, - Position: `Director of Sales`, - Phone: `402-318-6486`, - Mobile: `801-707-0187`, - Fax: `915-152-5023`, - Street: `62 8th Terrace`, - City: `Omaha`, - ZipCode: 68117, - State: `NE`, - Country: `United States`, - ReferredBy: `Eward Croke`, - CreatedOn: `2017-12-16`, - Birthday: `1988-01-04`, - LastActivity: `2018-01-07`, - NextActivity: `2018-07-07`, - DealsWon: 17, - DealsLost: 27, - DealsPending: 11, - DealsTotal: 55, - Ratio: 39, - EstimatedSales: 823603, - ActualSales: 2346374, - Tags: `cold, medical` - }), - new EmployeesDataItem( - { - ID: 647824990, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/42.jpg`, - Name: `Andreas Kibble`, - Email: `akibble40@tinypic.com`, - Company: `Einti`, - Position: `Nurse`, - Phone: `716-599-4740`, - Mobile: `323-613-2792`, - Fax: `712-263-9951`, - Street: `7467 Ohio Parkway`, - City: `Buffalo`, - ZipCode: 14269, - State: `NY`, - Country: `United States`, - ReferredBy: `Hobie Polglaze`, - CreatedOn: `2017-12-25`, - Birthday: `2002-04-05`, - LastActivity: `2018-01-09`, - NextActivity: `2018-02-09`, - DealsWon: 16, - DealsLost: 17, - DealsPending: 23, - DealsTotal: 56, - Ratio: 48, - EstimatedSales: 3627468, - ActualSales: 1979152, - Tags: `construction` - }), - new EmployeesDataItem( - { - ID: 126964452, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/91.jpg`, - Name: `Addie Cowope`, - Email: `acowope41@weibo.com`, - Company: `Skalith`, - Position: `Senior Financial Analyst`, - Phone: `562-156-4360`, - Mobile: `717-803-2264`, - Fax: `571-852-8340`, - Street: `045 Dovetail Point`, - City: `Los Angeles`, - ZipCode: 90010, - State: `CA`, - Country: `United States`, - ReferredBy: `Merry McVittie`, - CreatedOn: `2018-03-15`, - Birthday: `1981-06-12`, - LastActivity: `2018-04-14`, - NextActivity: `2019-06-14`, - DealsWon: 26, - DealsLost: 29, - DealsPending: 16, - DealsTotal: 71, - Ratio: 47, - EstimatedSales: 1083200, - ActualSales: 5078034, - Tags: `hot, financial` - }), - new EmployeesDataItem( - { - ID: 585165069, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/85.jpg`, - Name: `Garrek Cumpsty`, - Email: `gcumpsty42@domainmarket.com`, - Company: `Fivespan`, - Position: `Research Nurse`, - Phone: `304-397-0277`, - Mobile: `310-393-4345`, - Fax: `727-671-3589`, - Street: `06 Dwight Avenue`, - City: `Charleston`, - ZipCode: 25305, - State: `WV`, - Country: `United States`, - ReferredBy: `Minette Bridgement`, - CreatedOn: `2017-10-12`, - Birthday: `1993-11-06`, - LastActivity: `2017-11-01`, - NextActivity: `2018-01-01`, - DealsWon: 12, - DealsLost: 10, - DealsPending: 8, - DealsTotal: 30, - Ratio: 55, - EstimatedSales: 1469472, - ActualSales: 1040508, - Tags: `subscriber, pharmaceutical` - }), - new EmployeesDataItem( - { - ID: 373945754, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/29.jpg`, - Name: `Ruperta Beesey`, - Email: `rbeesey43@google.co.uk`, - Company: `Divavu`, - Position: `Chief Design Engineer`, - Phone: `941-375-0858`, - Mobile: `610-266-1953`, - Fax: `502-333-3043`, - Street: `9318 Service Court`, - City: `Punta Gorda`, - ZipCode: 33982, - State: `FL`, - Country: `United States`, - ReferredBy: `Blondie Dolley`, - CreatedOn: `2018-03-13`, - Birthday: `1979-02-28`, - LastActivity: `2018-03-21`, - NextActivity: `2019-10-21`, - DealsWon: 16, - DealsLost: 6, - DealsPending: 20, - DealsTotal: 42, - Ratio: 73, - EstimatedSales: 1516120, - ActualSales: 2711456, - Tags: `demo, medical` - }), - new EmployeesDataItem( - { - ID: 130543223, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/51.jpg`, - Name: `Reagan O'Hartnett`, - Email: `rohartnett44@washington.edu`, - Company: `Skidoo`, - Position: `Biostatistician IV`, - Phone: `562-656-7385`, - Mobile: `312-285-8242`, - Fax: `626-644-8973`, - Street: `5204 Kings Plaza`, - City: `Long Beach`, - ZipCode: 90831, - State: `CA`, - Country: `United States`, - ReferredBy: `Patience Popelay`, - CreatedOn: `2017-12-15`, - Birthday: `1992-06-22`, - LastActivity: `2017-12-24`, - NextActivity: `2018-12-24`, - DealsWon: 18, - DealsLost: 7, - DealsPending: 18, - DealsTotal: 43, - Ratio: 72, - EstimatedSales: 1004922, - ActualSales: 2680956, - Tags: `warm, pharmaceutical` - }), - new EmployeesDataItem( - { - ID: 149962559, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/34.jpg`, - Name: `Preston Buckel`, - Email: `pbuckel45@baidu.com`, - Company: `Lajo`, - Position: `Health Coach IV`, - Phone: `210-144-9441`, - Mobile: `704-584-2171`, - Fax: `661-649-8940`, - Street: `3 Memorial Plaza`, - City: `San Antonio`, - ZipCode: 78240, - State: `TX`, - Country: `United States`, - ReferredBy: `Lucien Elt`, - CreatedOn: `2017-05-21`, - Birthday: `1988-09-15`, - LastActivity: `2017-06-19`, - NextActivity: `2018-04-19`, - DealsWon: 10, - DealsLost: 7, - DealsPending: 0, - DealsTotal: 17, - Ratio: 59, - EstimatedSales: 0, - ActualSales: 1721110, - Tags: `hot, medical` - }), - new EmployeesDataItem( - { - ID: 389288503, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/95.jpg`, - Name: `Barbabas Crocetto`, - Email: `bcrocetto46@umich.edu`, - Company: `Tagtune`, - Position: `Senior Cost Accountant`, - Phone: `304-611-8972`, - Mobile: `704-968-0262`, - Fax: `337-927-0657`, - Street: `1 Myrtle Trail`, - City: `Charleston`, - ZipCode: 25362, - State: `WV`, - Country: `United States`, - ReferredBy: `Allin Beagles`, - CreatedOn: `2017-09-12`, - Birthday: `1995-09-10`, - LastActivity: `2017-09-17`, - NextActivity: `2019-09-17`, - DealsWon: 12, - DealsLost: 26, - DealsPending: 6, - DealsTotal: 44, - Ratio: 32, - EstimatedSales: 651822, - ActualSales: 1877136, - Tags: `warm, pharmaceutical` - }), - new EmployeesDataItem( - { - ID: 180511968, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/12.jpg`, - Name: `Grover McPaike`, - Email: `gmcpaike47@tuttocitta.it`, - Company: `Realfire`, - Position: `Mechanical Systems Engineer`, - Phone: `803-673-3932`, - Mobile: `320-781-5956`, - Fax: `208-402-4887`, - Street: `2 Graceland Drive`, - City: `Columbia`, - ZipCode: 29220, - State: `SC`, - Country: `United States`, - ReferredBy: `Valentine Armour`, - CreatedOn: `2017-07-06`, - Birthday: `1973-07-03`, - LastActivity: `2017-07-08`, - NextActivity: `2019-01-08`, - DealsWon: 11, - DealsLost: 13, - DealsPending: 8, - DealsTotal: 32, - Ratio: 46, - EstimatedSales: 1582400, - ActualSales: 1393172, - Tags: `warm, pharmaceutical` - }), - new EmployeesDataItem( - { - ID: 181756398, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/54.jpg`, - Name: `Cari Durtnall`, - Email: `cdurtnall48@purevolume.com`, - Company: `Skyvu`, - Position: `Mechanical Systems Engineer`, - Phone: `651-302-0176`, - Mobile: `203-427-9590`, - Fax: `202-410-7302`, - Street: `09 Spenser Hill`, - City: `Saint Paul`, - ZipCode: 55188, - State: `MN`, - Country: `United States`, - ReferredBy: `Chlo Vasyukhin`, - CreatedOn: `2017-03-06`, - Birthday: `1997-04-30`, - LastActivity: `2017-03-22`, - NextActivity: `2018-10-22`, - DealsWon: 17, - DealsLost: 20, - DealsPending: 8, - DealsTotal: 45, - Ratio: 46, - EstimatedSales: 1276160, - ActualSales: 1472489, - Tags: `construction` - }), - new EmployeesDataItem( - { - ID: 804031140, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/66.jpg`, - Name: `Sella Catherick`, - Email: `scatherick49@behance.net`, - Company: `Vipe`, - Position: `Social Worker`, - Phone: `917-106-1204`, - Mobile: `260-167-7271`, - Fax: `202-360-5621`, - Street: `874 New Castle Junction`, - City: `New York City`, - ZipCode: 10155, - State: `NY`, - Country: `United States`, - ReferredBy: `Saunder Tawse`, - CreatedOn: `2017-10-03`, - Birthday: `1978-06-06`, - LastActivity: `2017-10-06`, - NextActivity: `2018-07-06`, - DealsWon: 1, - DealsLost: 29, - DealsPending: 28, - DealsTotal: 58, - Ratio: 3, - EstimatedSales: 3862572, - ActualSales: 151914, - Tags: `pro, medical` - }), - new EmployeesDataItem( - { - ID: 578774224, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/33.jpg`, - Name: `Flin Whitwell`, - Email: `fwhitwell4a@joomla.org`, - Company: `Feedmix`, - Position: `Sales Associate`, - Phone: `281-368-6450`, - Mobile: `205-782-1540`, - Fax: `949-214-7146`, - Street: `11 Oak Valley Plaza`, - City: `Galveston`, - ZipCode: 77554, - State: `TX`, - Country: `United States`, - ReferredBy: `Raimund Renihan`, - CreatedOn: `2017-06-12`, - Birthday: `1974-10-02`, - LastActivity: `2017-07-03`, - NextActivity: `2017-12-03`, - DealsWon: 4, - DealsLost: 14, - DealsPending: 2, - DealsTotal: 20, - Ratio: 22, - EstimatedSales: 266636, - ActualSales: 744032, - Tags: `construction` - }), - new EmployeesDataItem( - { - ID: 601969277, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/59.jpg`, - Name: `Daisey Churm`, - Email: `dchurm4b@blogger.com`, - Company: `Bluezoom`, - Position: `Internal Auditor`, - Phone: `520-858-3343`, - Mobile: `214-205-8235`, - Fax: `337-583-6211`, - Street: `2548 Marcy Road`, - City: `Tucson`, - ZipCode: 85737, - State: `AZ`, - Country: `United States`, - ReferredBy: `Martie Hearns`, - CreatedOn: `2018-04-08`, - Birthday: `1996-01-21`, - LastActivity: `2018-05-05`, - NextActivity: `2019-07-05`, - DealsWon: 7, - DealsLost: 12, - DealsPending: 0, - DealsTotal: 19, - Ratio: 37, - EstimatedSales: 0, - ActualSales: 1270213, - Tags: `cool, medical` - }), - new EmployeesDataItem( - { - ID: 586367555, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/29.jpg`, - Name: `Claudius Landre`, - Email: `clandre4c@diigo.com`, - Company: `Brightdog`, - Position: `Technical Writer`, - Phone: `573-793-7549`, - Mobile: `253-537-4663`, - Fax: `254-555-7355`, - Street: `6314 Erie Plaza`, - City: `Columbia`, - ZipCode: 65211, - State: `MO`, - Country: `United States`, - ReferredBy: `Jorey Durtnall`, - CreatedOn: `2017-10-06`, - Birthday: `1988-10-01`, - LastActivity: `2017-11-04`, - NextActivity: `2018-04-04`, - DealsWon: 0, - DealsLost: 18, - DealsPending: 5, - DealsTotal: 23, - Ratio: 0, - EstimatedSales: 255040, - ActualSales: 0, - Tags: `cool, pharmaceutical` - }), - new EmployeesDataItem( - { - ID: 935616147, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/28.jpg`, - Name: `Constanta Klazenga`, - Email: `cklazenga4d@miibeian.gov.cn`, - Company: `Wikivu`, - Position: `Nurse`, - Phone: `309-900-7956`, - Mobile: `213-335-4039`, - Fax: `216-903-4437`, - Street: `8944 Delaware Pass`, - City: `Peoria`, - ZipCode: 61635, - State: `IL`, - Country: `United States`, - ReferredBy: `Kristian Llewellyn`, - CreatedOn: `2017-12-22`, - Birthday: `1973-05-10`, - LastActivity: `2018-01-08`, - NextActivity: `2018-11-08`, - DealsWon: 1, - DealsLost: 5, - DealsPending: 21, - DealsTotal: 27, - Ratio: 17, - EstimatedSales: 2872989, - ActualSales: 57512, - Tags: `cool, construction` - }), - new EmployeesDataItem( - { - ID: 728523139, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/2.jpg`, - Name: `Tabb Sharpin`, - Email: `tsharpin4e@odnoklassniki.ru`, - Company: `Photobean`, - Position: `Physical Therapy Assistant`, - Phone: `714-282-1294`, - Mobile: `912-853-5915`, - Fax: `202-411-0139`, - Street: `82 Spohn Pass`, - City: `Anaheim`, - ZipCode: 92805, - State: `CA`, - Country: `United States`, - ReferredBy: `Karoly Oakley`, - CreatedOn: `2017-05-27`, - Birthday: `1985-03-21`, - LastActivity: `2017-06-06`, - NextActivity: `2017-07-06`, - DealsWon: 30, - DealsLost: 8, - DealsPending: 19, - DealsTotal: 57, - Ratio: 79, - EstimatedSales: 1061188, - ActualSales: 4486920, - Tags: `hot, financial` - }), - new EmployeesDataItem( - { - ID: 960390649, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/53.jpg`, - Name: `Miquela Wield`, - Email: `mwield4f@ocn.ne.jp`, - Company: `Voonix`, - Position: `Administrative Officer`, - Phone: `425-616-3882`, - Mobile: `918-537-6629`, - Fax: `915-617-7129`, - Street: `546 Memorial Street`, - City: `Seattle`, - ZipCode: 98133, - State: `WA`, - Country: `United States`, - ReferredBy: `Lenee Troyes`, - CreatedOn: `2017-03-19`, - Birthday: `1978-02-03`, - LastActivity: `2017-04-15`, - NextActivity: `2017-06-15`, - DealsWon: 7, - DealsLost: 30, - DealsPending: 18, - DealsTotal: 55, - Ratio: 19, - EstimatedSales: 3510486, - ActualSales: 959364, - Tags: `subscriber, construction` - }), - new EmployeesDataItem( - { - ID: 672264673, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/52.jpg`, - Name: `Simon Smewin`, - Email: `ssmewin4g@myspace.com`, - Company: `Skyvu`, - Position: `Administrative Officer`, - Phone: `425-222-3566`, - Mobile: `515-637-2438`, - Fax: `520-760-2508`, - Street: `20 Golf View Way`, - City: `Seattle`, - ZipCode: 98121, - State: `WA`, - Country: `United States`, - ReferredBy: `Phaidra Kingsford`, - CreatedOn: `2017-12-10`, - Birthday: `1976-09-06`, - LastActivity: `2018-01-07`, - NextActivity: `2018-05-07`, - DealsWon: 13, - DealsLost: 17, - DealsPending: 0, - DealsTotal: 30, - Ratio: 43, - EstimatedSales: 0, - ActualSales: 1070082, - Tags: `hot, medical` - }), - new EmployeesDataItem( - { - ID: 344604647, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/47.jpg`, - Name: `Gale Andreazzi`, - Email: `gandreazzi4h@squidoo.com`, - Company: `Realcube`, - Position: `Automation Specialist III`, - Phone: `813-305-3499`, - Mobile: `917-872-6293`, - Fax: `916-704-5284`, - Street: `6829 Evergreen Drive`, - City: `Tampa`, - ZipCode: 33605, - State: `FL`, - Country: `United States`, - ReferredBy: `Sheppard McKinie`, - CreatedOn: `2018-02-21`, - Birthday: `1999-11-02`, - LastActivity: `2018-03-16`, - NextActivity: `2019-01-16`, - DealsWon: 30, - DealsLost: 5, - DealsPending: 26, - DealsTotal: 61, - Ratio: 86, - EstimatedSales: 2379182, - ActualSales: 5099790, - Tags: `warm, retail` - }), - new EmployeesDataItem( - { - ID: 324652117, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/36.jpg`, - Name: `Willetta Sitlinton`, - Email: `wsitlinton4i@joomla.org`, - Company: `Edgetag`, - Position: `Assistant Professor`, - Phone: `757-352-9306`, - Mobile: `718-524-3894`, - Fax: `504-958-2968`, - Street: `26819 Hayes Avenue`, - City: `Virginia Beach`, - ZipCode: 23471, - State: `VA`, - Country: `United States`, - ReferredBy: `Doro Varty`, - CreatedOn: `2017-05-14`, - Birthday: `1984-08-24`, - LastActivity: `2017-06-02`, - NextActivity: `2017-10-02`, - DealsWon: 26, - DealsLost: 16, - DealsPending: 7, - DealsTotal: 49, - Ratio: 62, - EstimatedSales: 752031, - ActualSales: 4486638, - Tags: `demo, pharmaceutical` - }), - new EmployeesDataItem( - { - ID: 924731971, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/43.jpg`, - Name: `Leticia Shawell`, - Email: `lshawell4j@flickr.com`, - Company: `Topiczoom`, - Position: `Programmer IV`, - Phone: `203-989-5206`, - Mobile: `941-557-6424`, - Fax: `806-158-0324`, - Street: `625 Mallory Terrace`, - City: `New Haven`, - ZipCode: 6533, - State: `CT`, - Country: `United States`, - ReferredBy: `Giulietta Nasey`, - CreatedOn: `2018-03-11`, - Birthday: `1985-12-09`, - LastActivity: `2018-03-22`, - NextActivity: `2018-09-22`, - DealsWon: 14, - DealsLost: 1, - DealsPending: 7, - DealsTotal: 22, - Ratio: 93, - EstimatedSales: 921004, - ActualSales: 1736826, - Tags: `cold, financial` - }), - new EmployeesDataItem( - { - ID: 183612557, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/68.jpg`, - Name: `Leyla Gomersal`, - Email: `lgomersal4k@ftc.gov`, - Company: `Skyvu`, - Position: `Financial Advisor`, - Phone: `607-858-0288`, - Mobile: `765-481-8067`, - Fax: `202-607-0048`, - Street: `7 Nevada Road`, - City: `Elmira`, - ZipCode: 14905, - State: `NY`, - Country: `United States`, - ReferredBy: `Anabal Dancer`, - CreatedOn: `2017-12-14`, - Birthday: `2003-02-04`, - LastActivity: `2018-01-05`, - NextActivity: `2018-03-05`, - DealsWon: 0, - DealsLost: 14, - DealsPending: 2, - DealsTotal: 16, - Ratio: 0, - EstimatedSales: 238072, - ActualSales: 0, - Tags: `subscriber, financial` - }), - new EmployeesDataItem( - { - ID: 688020164, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/78.jpg`, - Name: `Corette Cruttenden`, - Email: `ccruttenden4l@icio.us`, - Company: `Browsezoom`, - Position: `Librarian`, - Phone: `480-727-2800`, - Mobile: `703-356-4860`, - Fax: `609-897-8837`, - Street: `3 Eagan Point`, - City: `Phoenix`, - ZipCode: 85015, - State: `AZ`, - Country: `United States`, - ReferredBy: `Tiffi Keighley`, - CreatedOn: `2018-03-05`, - Birthday: `1997-10-17`, - LastActivity: `2018-03-11`, - NextActivity: `2018-04-11`, - DealsWon: 1, - DealsLost: 9, - DealsPending: 26, - DealsTotal: 36, - Ratio: 1, - EstimatedSales: 2821182, - ActualSales: 167645, - Tags: `cool, construction` - }), - new EmployeesDataItem( - { - ID: 277521465, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/78.jpg`, - Name: `Una Juliano`, - Email: `ujuliano4m@samsung.com`, - Company: `Fatz`, - Position: `Database Administrator IV`, - Phone: `202-648-7663`, - Mobile: `805-954-2486`, - Fax: `719-274-4539`, - Street: `5 Riverside Way`, - City: `Washington`, - ZipCode: 20046, - State: `DC`, - Country: `United States`, - ReferredBy: `Cyrille Norrie`, - CreatedOn: `2017-07-25`, - Birthday: `1993-12-21`, - LastActivity: `2017-08-13`, - NextActivity: `2018-08-13`, - DealsWon: 21, - DealsLost: 9, - DealsPending: 1, - DealsTotal: 31, - Ratio: 7, - EstimatedSales: 76703, - ActualSales: 2947854, - Tags: `` - }), - new EmployeesDataItem( - { - ID: 676394332, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/98.jpg`, - Name: `Melita Espada`, - Email: `mespada4n@amazon.de`, - Company: `Linkbridge`, - Position: `Systems Administrator II`, - Phone: `407-693-9463`, - Mobile: `617-612-4712`, - Fax: `717-243-3525`, - Street: `236 American Ash Court`, - City: `Kissimmee`, - ZipCode: 34745, - State: `FL`, - Country: `United States`, - ReferredBy: `Leanna Saffen`, - CreatedOn: `2017-01-26`, - Birthday: `2002-05-19`, - LastActivity: `2017-02-20`, - NextActivity: `2017-12-20`, - DealsWon: 1, - DealsLost: 8, - DealsPending: 30, - DealsTotal: 39, - Ratio: 11, - EstimatedSales: 1985460, - ActualSales: 103250, - Tags: `demo, financial` - }), - new EmployeesDataItem( - { - ID: 164510718, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/14.jpg`, - Name: `Guglielma Karolowski`, - Email: `gkarolowski4o@purevolume.com`, - Company: `Gabvine`, - Position: `Chemical Engineer`, - Phone: `785-989-8029`, - Mobile: `212-743-7996`, - Fax: `336-926-2614`, - Street: `2653 Graceland Avenue`, - City: `Topeka`, - ZipCode: 66611, - State: `KS`, - Country: `United States`, - ReferredBy: `Jeremias Hamblyn`, - CreatedOn: `2017-10-27`, - Birthday: `1971-04-26`, - LastActivity: `2017-11-20`, - NextActivity: `2019-07-20`, - DealsWon: 12, - DealsLost: 18, - DealsPending: 19, - DealsTotal: 49, - Ratio: 4, - EstimatedSales: 2191270, - ActualSales: 2004216, - Tags: `financial` - }), - new EmployeesDataItem( - { - ID: 956059485, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/20.jpg`, - Name: `Rodrigo Gregolotti`, - Email: `rgregolotti4p@tamu.edu`, - Company: `Photojam`, - Position: `Assistant Manager`, - Phone: `757-915-0540`, - Mobile: `406-347-6720`, - Fax: `213-499-0219`, - Street: `23 Stone Corner Avenue`, - City: `Norfolk`, - ZipCode: 23551, - State: `VA`, - Country: `United States`, - ReferredBy: `Ase Lewisham`, - CreatedOn: `2017-06-28`, - Birthday: `1985-04-04`, - LastActivity: `2017-07-04`, - NextActivity: `2018-11-04`, - DealsWon: 15, - DealsLost: 17, - DealsPending: 14, - DealsTotal: 46, - Ratio: 47, - EstimatedSales: 1125530, - ActualSales: 1256730, - Tags: `engineering` - }), - new EmployeesDataItem( - { - ID: 530982849, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/73.jpg`, - Name: `Fletch Starbucke`, - Email: `fstarbucke4q@oakley.com`, - Company: `Youbridge`, - Position: `Electrical Engineer`, - Phone: `318-269-0766`, - Mobile: `704-431-1042`, - Fax: `706-310-3132`, - Street: `41749 Hooker Avenue`, - City: `Shreveport`, - ZipCode: 71161, - State: `LA`, - Country: `United States`, - ReferredBy: `Haily Cabrara`, - CreatedOn: `2017-07-12`, - Birthday: `1981-12-23`, - LastActivity: `2017-07-20`, - NextActivity: `2018-03-20`, - DealsWon: 4, - DealsLost: 10, - DealsPending: 22, - DealsTotal: 36, - Ratio: 29, - EstimatedSales: 2178550, - ActualSales: 524524, - Tags: `subscriber, retail` - }), - new EmployeesDataItem( - { - ID: 771387349, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/37.jpg`, - Name: `Ashley Rottgers`, - Email: `arottgers4r@psu.edu`, - Company: `Vinte`, - Position: `Structural Engineer`, - Phone: `253-912-5996`, - Mobile: `907-621-0189`, - Fax: `419-611-0434`, - Street: `034 Drewry Avenue`, - City: `Tacoma`, - ZipCode: 98417, - State: `WA`, - Country: `United States`, - ReferredBy: `Joshia Carragher`, - CreatedOn: `2018-01-02`, - Birthday: `1992-07-14`, - LastActivity: `2018-01-27`, - NextActivity: `2019-01-27`, - DealsWon: 27, - DealsLost: 27, - DealsPending: 24, - DealsTotal: 78, - Ratio: 5, - EstimatedSales: 1646928, - ActualSales: 5130729, - Tags: `pro, retail` - }), - new EmployeesDataItem( - { - ID: 807635223, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/91.jpg`, - Name: `Marigold Kitt`, - Email: `mkitt4s@comcast.net`, - Company: `Zoombox`, - Position: `Director of Sales`, - Phone: `413-682-8363`, - Mobile: `304-132-3080`, - Fax: `859-612-5169`, - Street: `8 Sundown Way`, - City: `Springfield`, - ZipCode: 1105, - State: `MA`, - Country: `United States`, - ReferredBy: `Andree Larder`, - CreatedOn: `2017-03-14`, - Birthday: `1978-09-12`, - LastActivity: `2017-04-04`, - NextActivity: `2017-05-04`, - DealsWon: 7, - DealsLost: 18, - DealsPending: 2, - DealsTotal: 27, - Ratio: 28, - EstimatedSales: 238510, - ActualSales: 1360996, - Tags: `cold, pharmaceutical` - }), - new EmployeesDataItem( - { - ID: 679882681, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/68.jpg`, - Name: `Else Vice`, - Email: `evice4t@marketwatch.com`, - Company: `Edgeclub`, - Position: `Structural Engineer`, - Phone: `702-635-3199`, - Mobile: `352-206-3889`, - Fax: `612-443-8270`, - Street: `24020 Marcy Circle`, - City: `Las Vegas`, - ZipCode: 89150, - State: `NV`, - Country: `United States`, - ReferredBy: `Bale McPhee`, - CreatedOn: `2017-07-04`, - Birthday: `1979-05-12`, - LastActivity: `2017-07-28`, - NextActivity: `2017-09-28`, - DealsWon: 4, - DealsLost: 10, - DealsPending: 25, - DealsTotal: 39, - Ratio: 29, - EstimatedSales: 3030000, - ActualSales: 257280, - Tags: `` - }), - new EmployeesDataItem( - { - ID: 940027548, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/20.jpg`, - Name: `Brett Blazy`, - Email: `bblazy4u@vkontakte.ru`, - Company: `Skibox`, - Position: `Food Chemist`, - Phone: `813-209-2340`, - Mobile: `480-723-3476`, - Fax: `718-207-6676`, - Street: `445 Hanson Road`, - City: `Clearwater`, - ZipCode: 33758, - State: `FL`, - Country: `United States`, - ReferredBy: `Tamiko Smales`, - CreatedOn: `2018-03-07`, - Birthday: `1995-09-11`, - LastActivity: `2018-03-24`, - NextActivity: `2018-07-24`, - DealsWon: 0, - DealsLost: 28, - DealsPending: 17, - DealsTotal: 45, - Ratio: 0, - EstimatedSales: 1260295, - ActualSales: 0, - Tags: `hot, construction` - }), - new EmployeesDataItem( - { - ID: 148381427, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/18.jpg`, - Name: `Isidoro Mowsdale`, - Email: `imowsdale4v@alexa.com`, - Company: `Jabbercube`, - Position: `Chief Design Engineer`, - Phone: `612-787-8688`, - Mobile: `989-315-9840`, - Fax: `502-795-3220`, - Street: `5 Cherokee Hill`, - City: `Minneapolis`, - ZipCode: 55417, - State: `MN`, - Country: `United States`, - ReferredBy: `Gearalt Slot`, - CreatedOn: `2017-11-20`, - Birthday: `1975-08-29`, - LastActivity: `2017-12-05`, - NextActivity: `2019-05-05`, - DealsWon: 22, - DealsLost: 28, - DealsPending: 4, - DealsTotal: 54, - Ratio: 44, - EstimatedSales: 745968, - ActualSales: 1614668, - Tags: `warm, financial` - }), - new EmployeesDataItem( - { - ID: 625645431, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/47.jpg`, - Name: `Marta Cossor`, - Email: `mcossor4w@parallels.com`, - Company: `Skipstorm`, - Position: `Help Desk Technician`, - Phone: `573-183-1533`, - Mobile: `310-683-5743`, - Fax: `803-202-6363`, - Street: `8652 Sloan Drive`, - City: `Columbia`, - ZipCode: 65211, - State: `MO`, - Country: `United States`, - ReferredBy: `Gustie Karsh`, - CreatedOn: `2017-03-22`, - Birthday: `2000-05-17`, - LastActivity: `2017-04-14`, - NextActivity: `2018-08-14`, - DealsWon: 4, - DealsLost: 24, - DealsPending: 12, - DealsTotal: 40, - Ratio: 14, - EstimatedSales: 1300020, - ActualSales: 763460, - Tags: `warm, construction` - }), - new EmployeesDataItem( - { - ID: 104451830, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/86.jpg`, - Name: `Kalila Lovegrove`, - Email: `klovegrove4x@marriott.com`, - Company: `Gabcube`, - Position: `Human Resources Assistant II`, - Phone: `202-705-1859`, - Mobile: `804-685-9373`, - Fax: `217-895-7366`, - Street: `5 Everett Parkway`, - City: `Washington`, - ZipCode: 20442, - State: `DC`, - Country: `United States`, - ReferredBy: `Virgilio Ebbetts`, - CreatedOn: `2018-01-17`, - Birthday: `1980-11-11`, - LastActivity: `2018-02-13`, - NextActivity: `2018-05-13`, - DealsWon: 0, - DealsLost: 3, - DealsPending: 26, - DealsTotal: 29, - Ratio: 0, - EstimatedSales: 3027414, - ActualSales: 0, - Tags: `demo, pharmaceutical` - }), - new EmployeesDataItem( - { - ID: 274286160, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/12.jpg`, - Name: `Flynn Sheard`, - Email: `fsheard4y@usnews.com`, - Company: `Skyvu`, - Position: `Geologist II`, - Phone: `225-863-3714`, - Mobile: `407-861-3685`, - Fax: `563-860-1612`, - Street: `7661 Golf Point`, - City: `Baton Rouge`, - ZipCode: 70810, - State: `LA`, - Country: `United States`, - ReferredBy: `Mycah Melburg`, - CreatedOn: `2018-02-15`, - Birthday: `1972-03-18`, - LastActivity: `2018-02-22`, - NextActivity: `2018-07-22`, - DealsWon: 20, - DealsLost: 10, - DealsPending: 1, - DealsTotal: 31, - Ratio: 67, - EstimatedSales: 188979, - ActualSales: 2027940, - Tags: `` - }), - new EmployeesDataItem( - { - ID: 246388708, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/79.jpg`, - Name: `Webster Springate`, - Email: `wspringate4z@fotki.com`, - Company: `Miboo`, - Position: `Programmer Analyst II`, - Phone: `785-116-5056`, - Mobile: `203-462-0453`, - Fax: `314-492-1526`, - Street: `98815 Service Alley`, - City: `Topeka`, - ZipCode: 66611, - State: `KS`, - Country: `United States`, - ReferredBy: `Malia Roskams`, - CreatedOn: `2017-01-07`, - Birthday: `2001-09-17`, - LastActivity: `2017-01-12`, - NextActivity: `2017-05-12`, - DealsWon: 7, - DealsLost: 10, - DealsPending: 30, - DealsTotal: 47, - Ratio: 41, - EstimatedSales: 3944820, - ActualSales: 852194, - Tags: `cool, medical` - }), - new EmployeesDataItem( - { - ID: 815679935, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/41.jpg`, - Name: `Arabel Carthy`, - Email: `acarthy50@webmd.com`, - Company: `Jayo`, - Position: `Human Resources Manager`, - Phone: `323-320-0272`, - Mobile: `347-760-4734`, - Fax: `941-570-9228`, - Street: `2518 Oneill Center`, - City: `North Hollywood`, - ZipCode: 91606, - State: `CA`, - Country: `United States`, - ReferredBy: `Audi Bissiker`, - CreatedOn: `2017-09-30`, - Birthday: `1970-12-07`, - LastActivity: `2017-10-06`, - NextActivity: `2018-07-06`, - DealsWon: 4, - DealsLost: 14, - DealsPending: 5, - DealsTotal: 23, - Ratio: 22, - EstimatedSales: 834545, - ActualSales: 710168, - Tags: `financial` - }), - new EmployeesDataItem( - { - ID: 630253914, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/89.jpg`, - Name: `Sena Gianninotti`, - Email: `sgianninotti51@yellowpages.com`, - Company: `Browsecat`, - Position: `Senior Cost Accountant`, - Phone: `850-382-3415`, - Mobile: `281-506-0249`, - Fax: `918-507-7600`, - Street: `0071 Monterey Way`, - City: `Pensacola`, - ZipCode: 32526, - State: `FL`, - Country: `United States`, - ReferredBy: `Kayla Macconachy`, - CreatedOn: `2018-01-25`, - Birthday: `1985-03-01`, - LastActivity: `2018-02-15`, - NextActivity: `2020-02-15`, - DealsWon: 9, - DealsLost: 16, - DealsPending: 12, - DealsTotal: 37, - Ratio: 36, - EstimatedSales: 1415508, - ActualSales: 1756017, - Tags: `medical` - }), - new EmployeesDataItem( - { - ID: 618159805, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/55.jpg`, - Name: `Gypsy Gallaccio`, - Email: `ggallaccio52@google.com`, - Company: `DabZ`, - Position: `Senior Developer`, - Phone: `951-565-3126`, - Mobile: `714-129-8038`, - Fax: `714-656-0225`, - Street: `1548 Kingsford Lane`, - City: `Riverside`, - ZipCode: 92519, - State: `CA`, - Country: `United States`, - ReferredBy: `Arly Heinke`, - CreatedOn: `2017-07-31`, - Birthday: `1972-12-18`, - LastActivity: `2017-08-29`, - NextActivity: `2018-04-29`, - DealsWon: 8, - DealsLost: 16, - DealsPending: 13, - DealsTotal: 37, - Ratio: 33, - EstimatedSales: 2403583, - ActualSales: 791384, - Tags: `hot, financial` - }), - new EmployeesDataItem( - { - ID: 149111031, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/98.jpg`, - Name: `Sholom Cantos`, - Email: `scantos53@phoca.cz`, - Company: `Ozu`, - Position: `Structural Analysis Engineer`, - Phone: `412-479-5864`, - Mobile: `614-250-0198`, - Fax: `857-835-1365`, - Street: `6 Rutledge Junction`, - City: `Pittsburgh`, - ZipCode: 15215, - State: `PA`, - Country: `United States`, - ReferredBy: `Ernaline Ainsby`, - CreatedOn: `2017-09-06`, - Birthday: `1989-12-04`, - LastActivity: `2017-10-04`, - NextActivity: `2018-08-04`, - DealsWon: 23, - DealsLost: 12, - DealsPending: 0, - DealsTotal: 35, - Ratio: 66, - EstimatedSales: 0, - ActualSales: 4449212, - Tags: `cold, retail` - }), - new EmployeesDataItem( - { - ID: 498427870, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/61.jpg`, - Name: `Elita Oller`, - Email: `eoller54@macromedia.com`, - Company: `Skyndu`, - Position: `Associate Professor`, - Phone: `330-539-5710`, - Mobile: `216-226-0344`, - Fax: `513-931-8405`, - Street: `9904 Blaine Park`, - City: `Youngstown`, - ZipCode: 44505, - State: `OH`, - Country: `United States`, - ReferredBy: `Kippy Vennings`, - CreatedOn: `2018-02-28`, - Birthday: `1990-07-28`, - LastActivity: `2018-03-29`, - NextActivity: `2018-08-29`, - DealsWon: 1, - DealsLost: 17, - DealsPending: 7, - DealsTotal: 25, - Ratio: 6, - EstimatedSales: 798189, - ActualSales: 176377, - Tags: `cool, pharmaceutical` - }), - new EmployeesDataItem( - { - ID: 518465012, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/69.jpg`, - Name: `Elnora Standrin`, - Email: `estandrin55@time.com`, - Company: `Devbug`, - Position: `Administrative Assistant III`, - Phone: `714-311-7133`, - Mobile: `941-965-3558`, - Fax: `256-943-0403`, - Street: `3837 Del Mar Court`, - City: `Anaheim`, - ZipCode: 92812, - State: `CA`, - Country: `United States`, - ReferredBy: `Hastings Hadwen`, - CreatedOn: `2017-04-19`, - Birthday: `1978-11-04`, - LastActivity: `2017-05-09`, - NextActivity: `2019-04-09`, - DealsWon: 4, - DealsLost: 11, - DealsPending: 19, - DealsTotal: 34, - Ratio: 27, - EstimatedSales: 3112542, - ActualSales: 291996, - Tags: `hot, retail` - }), - new EmployeesDataItem( - { - ID: 719986428, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/86.jpg`, - Name: `Randolf Coonihan`, - Email: `rcoonihan56@wordpress.com`, - Company: `Kamba`, - Position: `Programmer Analyst I`, - Phone: `617-259-1371`, - Mobile: `212-527-6468`, - Fax: `213-587-2335`, - Street: `64 Hintze Plaza`, - City: `Boston`, - ZipCode: 2124, - State: `MA`, - Country: `United States`, - ReferredBy: `Gizela Larimer`, - CreatedOn: `2017-03-20`, - Birthday: `1985-07-27`, - LastActivity: `2017-04-01`, - NextActivity: `2018-06-01`, - DealsWon: 23, - DealsLost: 10, - DealsPending: 14, - DealsTotal: 47, - Ratio: 7, - EstimatedSales: 950180, - ActualSales: 2592928, - Tags: `cool, construction` - }), - new EmployeesDataItem( - { - ID: 524733894, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/53.jpg`, - Name: `Hoyt Kindred`, - Email: `hkindred57@1688.com`, - Company: `Edgewire`, - Position: `Web Designer II`, - Phone: `361-717-3582`, - Mobile: `661-125-7773`, - Fax: `706-769-1592`, - Street: `58775 Dexter Circle`, - City: `Corpus Christi`, - ZipCode: 78426, - State: `TX`, - Country: `United States`, - ReferredBy: `Meghann Zanni`, - CreatedOn: `2017-06-03`, - Birthday: `2002-09-26`, - LastActivity: `2017-06-22`, - NextActivity: `2018-01-22`, - DealsWon: 3, - DealsLost: 13, - DealsPending: 5, - DealsTotal: 21, - Ratio: 19, - EstimatedSales: 735850, - ActualSales: 392082, - Tags: `retail` - }), - new EmployeesDataItem( - { - ID: 474390453, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/80.jpg`, - Name: `Nero Alcock`, - Email: `nalcock58@wufoo.com`, - Company: `Skimia`, - Position: `Senior Sales Associate`, - Phone: `940-556-3205`, - Mobile: `805-228-9607`, - Fax: `302-956-6704`, - Street: `3383 Hintze Circle`, - City: `Denton`, - ZipCode: 76205, - State: `TX`, - Country: `United States`, - ReferredBy: `Rozele Gilardengo`, - CreatedOn: `2017-09-01`, - Birthday: `1985-02-05`, - LastActivity: `2017-09-09`, - NextActivity: `2019-05-09`, - DealsWon: 13, - DealsLost: 15, - DealsPending: 24, - DealsTotal: 52, - Ratio: 46, - EstimatedSales: 2030160, - ActualSales: 2136615, - Tags: `subscriber, engineering` - }), - new EmployeesDataItem( - { - ID: 736695558, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/87.jpg`, - Name: `Martin Bedder`, - Email: `mbedder59@un.org`, - Company: `Browsebug`, - Position: `Project Manager`, - Phone: `713-842-8851`, - Mobile: `913-746-1892`, - Fax: `701-856-5600`, - Street: `5 Brentwood Terrace`, - City: `Houston`, - ZipCode: 77255, - State: `TX`, - Country: `United States`, - ReferredBy: `Eula Downing`, - CreatedOn: `2018-01-08`, - Birthday: `1982-09-19`, - LastActivity: `2018-01-30`, - NextActivity: `2018-10-30`, - DealsWon: 16, - DealsLost: 15, - DealsPending: 0, - DealsTotal: 31, - Ratio: 52, - EstimatedSales: 0, - ActualSales: 1543312, - Tags: `cold, financial` - }), - new EmployeesDataItem( - { - ID: 954896380, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/97.jpg`, - Name: `Bridie Shortt`, - Email: `bshortt5a@ihg.com`, - Company: `Photojam`, - Position: `Cost Accountant`, - Phone: `202-577-9318`, - Mobile: `816-658-3115`, - Fax: `786-253-9614`, - Street: `1 Randy Lane`, - City: `Washington`, - ZipCode: 20062, - State: `DC`, - Country: `United States`, - ReferredBy: `Wendye Pettiford`, - CreatedOn: `2017-05-16`, - Birthday: `1988-02-10`, - LastActivity: `2017-05-21`, - NextActivity: `2017-06-21`, - DealsWon: 14, - DealsLost: 25, - DealsPending: 3, - DealsTotal: 42, - Ratio: 36, - EstimatedSales: 262398, - ActualSales: 821674, - Tags: `demo, retail` - }), - new EmployeesDataItem( - { - ID: 821322340, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/59.jpg`, - Name: `Anthe Normabell`, - Email: `anormabell5b@ucoz.ru`, - Company: `Tagchat`, - Position: `Graphic Designer`, - Phone: `316-976-4160`, - Mobile: `713-918-6887`, - Fax: `510-483-6512`, - Street: `94509 Upham Hill`, - City: `Wichita`, - ZipCode: 67215, - State: `KS`, - Country: `United States`, - ReferredBy: `Kay McKitterick`, - CreatedOn: `2018-04-07`, - Birthday: `1993-11-25`, - LastActivity: `2018-04-27`, - NextActivity: `2019-11-27`, - DealsWon: 20, - DealsLost: 29, - DealsPending: 8, - DealsTotal: 57, - Ratio: 41, - EstimatedSales: 1511584, - ActualSales: 3815300, - Tags: `engineering` - }), - new EmployeesDataItem( - { - ID: 822407223, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/6.jpg`, - Name: `Christabella Stitch`, - Email: `cstitch5c@paginegialle.it`, - Company: `Blognation`, - Position: `Recruiting Manager`, - Phone: `401-636-4826`, - Mobile: `225-647-5747`, - Fax: `231-546-8228`, - Street: `76 Lillian Junction`, - City: `Providence`, - ZipCode: 2905, - State: `RI`, - Country: `United States`, - ReferredBy: `Jone Tennant`, - CreatedOn: `2017-12-31`, - Birthday: `1980-08-21`, - LastActivity: `2018-01-03`, - NextActivity: `2018-11-03`, - DealsWon: 5, - DealsLost: 7, - DealsPending: 5, - DealsTotal: 17, - Ratio: 42, - EstimatedSales: 555055, - ActualSales: 661165, - Tags: `pro, medical` - }), - new EmployeesDataItem( - { - ID: 713765805, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/58.jpg`, - Name: `Shalne Drache`, - Email: `sdrache5d@springer.com`, - Company: `Gevee`, - Position: `Account Executive`, - Phone: `702-309-4349`, - Mobile: `251-727-7360`, - Fax: `225-875-7340`, - Street: `42106 Raven Plaza`, - City: `Las Vegas`, - ZipCode: 89110, - State: `NV`, - Country: `United States`, - ReferredBy: `Xylina Daventry`, - CreatedOn: `2017-02-23`, - Birthday: `1972-10-15`, - LastActivity: `2017-02-25`, - NextActivity: `2017-07-25`, - DealsWon: 21, - DealsLost: 26, - DealsPending: 29, - DealsTotal: 76, - Ratio: 45, - EstimatedSales: 4356699, - ActualSales: 3193134, - Tags: `construction` - }), - new EmployeesDataItem( - { - ID: 292053763, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/11.jpg`, - Name: `Sianna Manueau`, - Email: `smanueau5e@apple.com`, - Company: `Meevee`, - Position: `Speech Pathologist`, - Phone: `339-384-3125`, - Mobile: `212-371-8275`, - Fax: `602-677-7332`, - Street: `941 Magdeline Park`, - City: `Woburn`, - ZipCode: 1813, - State: `MA`, - Country: `United States`, - ReferredBy: `Beverley Belton`, - CreatedOn: `2017-12-17`, - Birthday: `1994-01-09`, - LastActivity: `2017-12-19`, - NextActivity: `2019-12-19`, - DealsWon: 24, - DealsLost: 1, - DealsPending: 16, - DealsTotal: 41, - Ratio: 96, - EstimatedSales: 807616, - ActualSales: 2448144, - Tags: `hot, construction` - }), - new EmployeesDataItem( - { - ID: 246449654, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/42.jpg`, - Name: `Yolane Norcliffe`, - Email: `ynorcliffe5f@epa.gov`, - Company: `Vitz`, - Position: `Sales Associate`, - Phone: `616-524-3320`, - Mobile: `304-271-2602`, - Fax: `202-626-1255`, - Street: `13 Center Alley`, - City: `Grand Rapids`, - ZipCode: 49505, - State: `MI`, - Country: `United States`, - ReferredBy: `Dyana Aleksashin`, - CreatedOn: `2017-12-23`, - Birthday: `1976-06-03`, - LastActivity: `2018-01-10`, - NextActivity: `2018-02-10`, - DealsWon: 29, - DealsLost: 12, - DealsPending: 17, - DealsTotal: 58, - Ratio: 71, - EstimatedSales: 2380867, - ActualSales: 4535890, - Tags: `cold, construction` - }), - new EmployeesDataItem( - { - ID: 238685733, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/72.jpg`, - Name: `Carlen Ballentime`, - Email: `cballentime5g@blogtalkradio.com`, - Company: `Voonder`, - Position: `Accountant III`, - Phone: `601-909-2725`, - Mobile: `253-652-2860`, - Fax: `217-365-8294`, - Street: `9623 Truax Road`, - City: `Meridian`, - ZipCode: 39305, - State: `MS`, - Country: `United States`, - ReferredBy: `Eimile Benjafield`, - CreatedOn: `2017-06-11`, - Birthday: `2001-07-11`, - LastActivity: `2017-07-02`, - NextActivity: `2017-12-02`, - DealsWon: 26, - DealsLost: 12, - DealsPending: 28, - DealsTotal: 66, - Ratio: 68, - EstimatedSales: 4226348, - ActualSales: 5085522, - Tags: `cold, medical` - }), - new EmployeesDataItem( - { - ID: 454903039, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/35.jpg`, - Name: `Corrianne Eytel`, - Email: `ceytel5h@godaddy.com`, - Company: `Kazio`, - Position: `Director of Sales`, - Phone: `206-881-4218`, - Mobile: `210-172-0877`, - Fax: `714-802-5613`, - Street: `5 Dawn Parkway`, - City: `Seattle`, - ZipCode: 98121, - State: `WA`, - Country: `United States`, - ReferredBy: `Ellynn Fretwell`, - CreatedOn: `2017-04-19`, - Birthday: `1994-07-30`, - LastActivity: `2017-05-03`, - NextActivity: `2018-08-03`, - DealsWon: 27, - DealsLost: 17, - DealsPending: 21, - DealsTotal: 65, - Ratio: 61, - EstimatedSales: 3262413, - ActualSales: 5387175, - Tags: `retail` - }), - new EmployeesDataItem( - { - ID: 227674915, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/36.jpg`, - Name: `Barnie Lovell`, - Email: `blovell5i@ucoz.ru`, - Company: `Fatz`, - Position: `Information Systems Manager`, - Phone: `941-435-6013`, - Mobile: `602-746-2150`, - Fax: `360-709-1556`, - Street: `8566 Cody Parkway`, - City: `Sarasota`, - ZipCode: 34233, - State: `FL`, - Country: `United States`, - ReferredBy: `Kelsy Dragonette`, - CreatedOn: `2017-06-13`, - Birthday: `1995-02-03`, - LastActivity: `2017-07-07`, - NextActivity: `2018-07-07`, - DealsWon: 16, - DealsLost: 9, - DealsPending: 6, - DealsTotal: 31, - Ratio: 64, - EstimatedSales: 960516, - ActualSales: 2818336, - Tags: `cool, retail` - }), - new EmployeesDataItem( - { - ID: 448332641, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/65.jpg`, - Name: `Hatti Knowlson`, - Email: `hknowlson5j@slideshare.net`, - Company: `Jabbertype`, - Position: `Civil Engineer`, - Phone: `602-647-8066`, - Mobile: `407-489-5712`, - Fax: `260-520-4528`, - Street: `63 Lindbergh Center`, - City: `Phoenix`, - ZipCode: 85072, - State: `AZ`, - Country: `United States`, - ReferredBy: `Annalee Swoffer`, - CreatedOn: `2017-11-27`, - Birthday: `1986-10-07`, - LastActivity: `2017-12-13`, - NextActivity: `2018-05-13`, - DealsWon: 27, - DealsLost: 26, - DealsPending: 9, - DealsTotal: 62, - Ratio: 51, - EstimatedSales: 1143297, - ActualSales: 4244049, - Tags: `demo, pharmaceutical` - }), - new EmployeesDataItem( - { - ID: 822694825, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/83.jpg`, - Name: `Biddie Bodleigh`, - Email: `bbodleigh5k@ehow.com`, - Company: `Wordify`, - Position: `Recruiting Manager`, - Phone: `214-643-6469`, - Mobile: `480-873-8807`, - Fax: `717-703-3719`, - Street: `0592 Atwood Drive`, - City: `Dallas`, - ZipCode: 75310, - State: `TX`, - Country: `United States`, - ReferredBy: `Harlie Wellsman`, - CreatedOn: `2018-02-14`, - Birthday: `2002-07-22`, - LastActivity: `2018-03-02`, - NextActivity: `2019-04-02`, - DealsWon: 5, - DealsLost: 12, - DealsPending: 29, - DealsTotal: 46, - Ratio: 29, - EstimatedSales: 5167220, - ActualSales: 812365, - Tags: `subscriber, retail` - }), - new EmployeesDataItem( - { - ID: 508648017, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/65.jpg`, - Name: `Alvie Roeby`, - Email: `aroeby5l@facebook.com`, - Company: `Dynava`, - Position: `Paralegal`, - Phone: `713-544-5186`, - Mobile: `716-739-5393`, - Fax: `602-628-5384`, - Street: `78 Jenifer Place`, - City: `Houston`, - ZipCode: 77234, - State: `TX`, - Country: `United States`, - ReferredBy: `Valentino Pinel`, - CreatedOn: `2017-01-15`, - Birthday: `1970-06-27`, - LastActivity: `2017-01-23`, - NextActivity: `2018-12-23`, - DealsWon: 18, - DealsLost: 26, - DealsPending: 12, - DealsTotal: 56, - Ratio: 41, - EstimatedSales: 1389072, - ActualSales: 2744442, - Tags: `pro, engineering` - }), - new EmployeesDataItem( - { - ID: 943463753, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/32.jpg`, - Name: `Jaime Fysh`, - Email: `jfysh5m@google.de`, - Company: `Realpoint`, - Position: `Information Systems Manager`, - Phone: `734-795-6658`, - Mobile: `952-790-3755`, - Fax: `202-560-1611`, - Street: `54257 Meadow Vale Trail`, - City: `Southfield`, - ZipCode: 48076, - State: `MI`, - Country: `United States`, - ReferredBy: `Hersh Stallard`, - CreatedOn: `2017-03-03`, - Birthday: `2003-02-22`, - LastActivity: `2017-03-17`, - NextActivity: `2019-03-17`, - DealsWon: 28, - DealsLost: 18, - DealsPending: 24, - DealsTotal: 70, - Ratio: 61, - EstimatedSales: 3102096, - ActualSales: 2386944, - Tags: `construction` - }), - new EmployeesDataItem( - { - ID: 966100711, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/71.jpg`, - Name: `Kassia Mallaby`, - Email: `kmallaby5n@vimeo.com`, - Company: `Flashspan`, - Position: `Account Executive`, - Phone: `937-815-4283`, - Mobile: `212-648-4914`, - Fax: `940-593-8575`, - Street: `4 David Pass`, - City: `Dayton`, - ZipCode: 45403, - State: `OH`, - Country: `United States`, - ReferredBy: `Kori Chataignier`, - CreatedOn: `2017-04-08`, - Birthday: `2002-07-08`, - LastActivity: `2017-04-23`, - NextActivity: `2017-07-23`, - DealsWon: 27, - DealsLost: 3, - DealsPending: 9, - DealsTotal: 39, - Ratio: 9, - EstimatedSales: 719010, - ActualSales: 1590057, - Tags: `warm, construction` - }), - new EmployeesDataItem( - { - ID: 606918441, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/70.jpg`, - Name: `Felizio Durnan`, - Email: `fdurnan5o@etsy.com`, - Company: `Skajo`, - Position: `Assistant Manager`, - Phone: `786-548-5400`, - Mobile: `816-605-7268`, - Fax: `772-787-1699`, - Street: `65 Maryland Way`, - City: `Hialeah`, - ZipCode: 33018, - State: `FL`, - Country: `United States`, - ReferredBy: `Lian Krochmann`, - CreatedOn: `2017-07-16`, - Birthday: `1994-10-21`, - LastActivity: `2017-08-08`, - NextActivity: `2019-05-08`, - DealsWon: 28, - DealsLost: 4, - DealsPending: 10, - DealsTotal: 42, - Ratio: 88, - EstimatedSales: 739970, - ActualSales: 3171056, - Tags: `cold, pharmaceutical` - }), - new EmployeesDataItem( - { - ID: 981043741, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/43.jpg`, - Name: `Christie Parades`, - Email: `cparades5p@bloglines.com`, - Company: `Tagtune`, - Position: `General Manager`, - Phone: `248-103-7094`, - Mobile: `574-852-9520`, - Fax: `310-445-0183`, - Street: `5325 Maryland Circle`, - City: `Detroit`, - ZipCode: 48258, - State: `MI`, - Country: `United States`, - ReferredBy: `Celesta Dunlap`, - CreatedOn: `2018-02-17`, - Birthday: `1998-10-19`, - LastActivity: `2018-03-03`, - NextActivity: `2018-06-03`, - DealsWon: 12, - DealsLost: 2, - DealsPending: 16, - DealsTotal: 30, - Ratio: 86, - EstimatedSales: 1104080, - ActualSales: 676224, - Tags: `hot, pharmaceutical` - }), - new EmployeesDataItem( - { - ID: 287021995, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/61.jpg`, - Name: `Alicea Bourne`, - Email: `abourne5q@ehow.com`, - Company: `Brainbox`, - Position: `Registered Nurse`, - Phone: `559-112-4680`, - Mobile: `862-179-6056`, - Fax: `571-900-5747`, - Street: `10234 Independence Center`, - City: `Fresno`, - ZipCode: 93794, - State: `CA`, - Country: `United States`, - ReferredBy: `Eveleen Huglin`, - CreatedOn: `2017-10-12`, - Birthday: `1977-06-11`, - LastActivity: `2017-10-30`, - NextActivity: `2019-04-30`, - DealsWon: 2, - DealsLost: 4, - DealsPending: 3, - DealsTotal: 9, - Ratio: 33, - EstimatedSales: 509445, - ActualSales: 369884, - Tags: `demo, engineering` - }), - new EmployeesDataItem( - { - ID: 129109837, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/30.jpg`, - Name: `Raddy Wistance`, - Email: `rwistance5r@macromedia.com`, - Company: `Agivu`, - Position: `Human Resources Manager`, - Phone: `865-928-3501`, - Mobile: `916-534-0198`, - Fax: `408-622-7124`, - Street: `83 Glacier Hill Place`, - City: `Knoxville`, - ZipCode: 37914, - State: `TN`, - Country: `United States`, - ReferredBy: `Rachael Bims`, - CreatedOn: `2018-02-08`, - Birthday: `1983-06-26`, - LastActivity: `2018-03-07`, - NextActivity: `2019-01-07`, - DealsWon: 6, - DealsLost: 20, - DealsPending: 21, - DealsTotal: 47, - Ratio: 23, - EstimatedSales: 1201662, - ActualSales: 917904, - Tags: `subscriber, medical` - }), - new EmployeesDataItem( - { - ID: 311210365, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/72.jpg`, - Name: `Caritta Tiesman`, - Email: `ctiesman5s@psu.edu`, - Company: `Trilith`, - Position: `Nuclear Power Engineer`, - Phone: `202-839-0771`, - Mobile: `781-994-7597`, - Fax: `619-906-7759`, - Street: `7 Prentice Terrace`, - City: `Washington`, - ZipCode: 20503, - State: `DC`, - Country: `United States`, - ReferredBy: `Cosimo Clementet`, - CreatedOn: `2017-04-27`, - Birthday: `1977-04-27`, - LastActivity: `2017-05-16`, - NextActivity: `2018-03-16`, - DealsWon: 19, - DealsLost: 24, - DealsPending: 3, - DealsTotal: 46, - Ratio: 44, - EstimatedSales: 243390, - ActualSales: 3501928, - Tags: `pro, financial` - }), - new EmployeesDataItem( - { - ID: 497270043, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/86.jpg`, - Name: `Lucien Bearham`, - Email: `lbearham5t@squarespace.com`, - Company: `Talane`, - Position: `Quality Engineer`, - Phone: `972-718-8606`, - Mobile: `212-464-9594`, - Fax: `330-850-2537`, - Street: `6760 Hudson Circle`, - City: `Dallas`, - ZipCode: 75205, - State: `TX`, - Country: `United States`, - ReferredBy: `Terence Proffer`, - CreatedOn: `2017-10-06`, - Birthday: `2002-12-09`, - LastActivity: `2017-11-02`, - NextActivity: `2018-01-02`, - DealsWon: 7, - DealsLost: 29, - DealsPending: 8, - DealsTotal: 44, - Ratio: 19, - EstimatedSales: 567480, - ActualSales: 1320760, - Tags: `cold, financial` - }), - new EmployeesDataItem( - { - ID: 766595087, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/65.jpg`, - Name: `Kathi Jorn`, - Email: `kjorn5u@artisteer.com`, - Company: `Avamba`, - Position: `Cost Accountant`, - Phone: `561-594-9549`, - Mobile: `559-251-0283`, - Fax: `202-160-5139`, - Street: `8068 Ryan Street`, - City: `Delray Beach`, - ZipCode: 33448, - State: `FL`, - Country: `United States`, - ReferredBy: `Pippy Romer`, - CreatedOn: `2017-11-01`, - Birthday: `1971-05-23`, - LastActivity: `2017-11-11`, - NextActivity: `2018-06-11`, - DealsWon: 8, - DealsLost: 7, - DealsPending: 29, - DealsTotal: 44, - Ratio: 53, - EstimatedSales: 4065365, - ActualSales: 703816, - Tags: `subscriber, engineering` - }), - new EmployeesDataItem( - { - ID: 178617469, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/68.jpg`, - Name: `Audry Zuenelli`, - Email: `azuenelli5v@mysql.com`, - Company: `Jabbersphere`, - Position: `Registered Nurse`, - Phone: `661-619-4491`, - Mobile: `919-241-5238`, - Fax: `805-633-4866`, - Street: `1594 Moose Park`, - City: `Bakersfield`, - ZipCode: 93381, - State: `CA`, - Country: `United States`, - ReferredBy: `Patten Gheorghe`, - CreatedOn: `2017-11-19`, - Birthday: `1972-03-27`, - LastActivity: `2017-12-01`, - NextActivity: `2019-09-01`, - DealsWon: 28, - DealsLost: 22, - DealsPending: 1, - DealsTotal: 51, - Ratio: 56, - EstimatedSales: 125270, - ActualSales: 3451420, - Tags: `pro, pharmaceutical` - }), - new EmployeesDataItem( - { - ID: 214333861, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/37.jpg`, - Name: `Esteban Forder`, - Email: `eforder5w@newyorker.com`, - Company: `Yombu`, - Position: `Financial Advisor`, - Phone: `775-533-4697`, - Mobile: `719-670-9736`, - Fax: `402-273-3556`, - Street: `9657 Meadow Vale Court`, - City: `Reno`, - ZipCode: 89510, - State: `NV`, - Country: `United States`, - ReferredBy: `Mame Branchet`, - CreatedOn: `2018-04-08`, - Birthday: `1987-01-03`, - LastActivity: `2018-04-18`, - NextActivity: `2018-10-18`, - DealsWon: 22, - DealsLost: 24, - DealsPending: 29, - DealsTotal: 75, - Ratio: 48, - EstimatedSales: 4039874, - ActualSales: 3943896, - Tags: `hot, construction` - }), - new EmployeesDataItem( - { - ID: 979569607, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/46.jpg`, - Name: `Mable Fielder`, - Email: `mfielder5x@simplemachines.org`, - Company: `Realcube`, - Position: `Sales Representative`, - Phone: `408-281-2255`, - Mobile: `253-557-5142`, - Fax: `757-265-9402`, - Street: `3 Mitchell Parkway`, - City: `San Jose`, - ZipCode: 95118, - State: `CA`, - Country: `United States`, - ReferredBy: `Wayland Bettlestone`, - CreatedOn: `2017-10-20`, - Birthday: `1972-04-17`, - LastActivity: `2017-11-17`, - NextActivity: `2018-03-17`, - DealsWon: 29, - DealsLost: 15, - DealsPending: 20, - DealsTotal: 64, - Ratio: 66, - EstimatedSales: 3615200, - ActualSales: 2791395, - Tags: `warm, medical` - }), - new EmployeesDataItem( - { - ID: 536972234, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/16.jpg`, - Name: `Amargo Kimblin`, - Email: `akimblin5y@virginia.edu`, - Company: `Skipfire`, - Position: `Executive Secretary`, - Phone: `318-988-8720`, - Mobile: `702-274-3160`, - Fax: `614-255-3660`, - Street: `6128 Sundown Court`, - City: `Shreveport`, - ZipCode: 71166, - State: `LA`, - Country: `United States`, - ReferredBy: `Tonie Merkel`, - CreatedOn: `2017-07-11`, - Birthday: `1982-02-13`, - LastActivity: `2017-07-21`, - NextActivity: `2017-08-21`, - DealsWon: 25, - DealsLost: 26, - DealsPending: 8, - DealsTotal: 59, - Ratio: 49, - EstimatedSales: 708136, - ActualSales: 4101250, - Tags: `demo, construction` - }), - new EmployeesDataItem( - { - ID: 109262856, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/60.jpg`, - Name: `Marve Lowater`, - Email: `mlowater5z@miitbeian.gov.cn`, - Company: `Centimia`, - Position: `Developer III`, - Phone: `513-587-3695`, - Mobile: `313-960-4146`, - Fax: `478-757-6288`, - Street: `20723 Dexter Alley`, - City: `Cincinnati`, - ZipCode: 45213, - State: `OH`, - Country: `United States`, - ReferredBy: `Estrellita McNeil`, - CreatedOn: `2018-03-21`, - Birthday: `1989-10-24`, - LastActivity: `2018-03-30`, - NextActivity: `2019-12-30`, - DealsWon: 0, - DealsLost: 3, - DealsPending: 4, - DealsTotal: 7, - Ratio: 0, - EstimatedSales: 571076, - ActualSales: 0, - Tags: `warm, medical` - }), - new EmployeesDataItem( - { - ID: 597266756, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/50.jpg`, - Name: `Reinald Crusham`, - Email: `rcrusham60@deliciousdays.com`, - Company: `Zoonoodle`, - Position: `Actuary`, - Phone: `702-302-7469`, - Mobile: `734-799-1980`, - Fax: `915-182-9180`, - Street: `1 Mendota Street`, - City: `North Las Vegas`, - ZipCode: 89036, - State: `NV`, - Country: `United States`, - ReferredBy: `Corby Dudbridge`, - CreatedOn: `2018-02-13`, - Birthday: `1970-08-04`, - LastActivity: `2018-03-15`, - NextActivity: `2018-04-15`, - DealsWon: 11, - DealsLost: 6, - DealsPending: 30, - DealsTotal: 47, - Ratio: 65, - EstimatedSales: 2988330, - ActualSales: 797533, - Tags: `pro, pharmaceutical` - }), - new EmployeesDataItem( - { - ID: 858447413, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/57.jpg`, - Name: `Ninnetta Wythill`, - Email: `nwythill61@go.com`, - Company: `Vinte`, - Position: `Physical Therapy Assistant`, - Phone: `410-425-6871`, - Mobile: `920-615-7040`, - Fax: `772-624-4706`, - Street: `86494 Dapin Center`, - City: `Baltimore`, - ZipCode: 21275, - State: `MD`, - Country: `United States`, - ReferredBy: `Karoly Habden`, - CreatedOn: `2017-01-17`, - Birthday: `1997-01-08`, - LastActivity: `2017-01-26`, - NextActivity: `2018-09-26`, - DealsWon: 28, - DealsLost: 28, - DealsPending: 10, - DealsTotal: 66, - Ratio: 5, - EstimatedSales: 1166430, - ActualSales: 3518032, - Tags: `demo, engineering` - }), - new EmployeesDataItem( - { - ID: 331373495, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/33.jpg`, - Name: `Leigh Blenkinsopp`, - Email: `lblenkinsopp62@blogtalkradio.com`, - Company: `Brainlounge`, - Position: `Software Test Engineer IV`, - Phone: `801-354-4412`, - Mobile: `757-193-0277`, - Fax: `904-172-1653`, - Street: `0 Kropf Crossing`, - City: `Ogden`, - ZipCode: 84403, - State: `UT`, - Country: `United States`, - ReferredBy: `Viviyan Symes`, - CreatedOn: `2017-09-12`, - Birthday: `1974-10-07`, - LastActivity: `2017-09-13`, - NextActivity: `2019-03-13`, - DealsWon: 17, - DealsLost: 7, - DealsPending: 29, - DealsTotal: 53, - Ratio: 71, - EstimatedSales: 4187716, - ActualSales: 1870272, - Tags: `cool, pharmaceutical` - }), - new EmployeesDataItem( - { - ID: 392362001, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/24.jpg`, - Name: `Engelbert Alexsandrev`, - Email: `ealexsandrev63@xrea.com`, - Company: `Mycat`, - Position: `Geologist I`, - Phone: `530-832-4384`, - Mobile: `813-947-0718`, - Fax: `201-882-2436`, - Street: `62459 Del Sol Alley`, - City: `South Lake Tahoe`, - ZipCode: 96154, - State: `CA`, - Country: `United States`, - ReferredBy: `Ginevra De Vaux`, - CreatedOn: `2017-12-01`, - Birthday: `1971-10-28`, - LastActivity: `2017-12-11`, - NextActivity: `2019-08-11`, - DealsWon: 0, - DealsLost: 7, - DealsPending: 20, - DealsTotal: 27, - Ratio: 0, - EstimatedSales: 1558300, - ActualSales: 0, - Tags: `hot, construction` - }), - new EmployeesDataItem( - { - ID: 258507273, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/43.jpg`, - Name: `Germaine Adamiak`, - Email: `gadamiak64@friendfeed.com`, - Company: `Zooveo`, - Position: `Senior Developer`, - Phone: `205-374-0017`, - Mobile: `406-674-7046`, - Fax: `330-939-5098`, - Street: `084 Logan Parkway`, - City: `Birmingham`, - ZipCode: 35231, - State: `AL`, - Country: `United States`, - ReferredBy: `Stefano Caunter`, - CreatedOn: `2017-08-14`, - Birthday: `1983-05-08`, - LastActivity: `2017-09-12`, - NextActivity: `2018-12-12`, - DealsWon: 28, - DealsLost: 29, - DealsPending: 16, - DealsTotal: 73, - Ratio: 49, - EstimatedSales: 1525488, - ActualSales: 1824536, - Tags: `hot, construction` - }), - new EmployeesDataItem( - { - ID: 610050277, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/16.jpg`, - Name: `Nikolai Antley`, - Email: `nantley65@ask.com`, - Company: `Zazio`, - Position: `Environmental Specialist`, - Phone: `414-687-9574`, - Mobile: `412-555-6046`, - Fax: `601-169-4969`, - Street: `59163 Oakridge Parkway`, - City: `Milwaukee`, - ZipCode: 53225, - State: `WI`, - Country: `United States`, - ReferredBy: `Aeriell McEllen`, - CreatedOn: `2017-01-13`, - Birthday: `1971-03-24`, - LastActivity: `2017-02-08`, - NextActivity: `2017-05-08`, - DealsWon: 9, - DealsLost: 30, - DealsPending: 10, - DealsTotal: 49, - Ratio: 23, - EstimatedSales: 1598350, - ActualSales: 741942, - Tags: `cold, retail` - }), - new EmployeesDataItem( - { - ID: 971590649, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/53.jpg`, - Name: `Coreen Aldren`, - Email: `caldren66@prlog.org`, - Company: `Thoughtsphere`, - Position: `Project Manager`, - Phone: `859-738-0273`, - Mobile: `303-192-9314`, - Fax: `210-873-7160`, - Street: `57405 Vidon Pass`, - City: `Lexington`, - ZipCode: 40524, - State: `KY`, - Country: `United States`, - ReferredBy: `King Ingliby`, - CreatedOn: `2017-02-20`, - Birthday: `1996-09-11`, - LastActivity: `2017-03-05`, - NextActivity: `2018-07-05`, - DealsWon: 20, - DealsLost: 29, - DealsPending: 4, - DealsTotal: 53, - Ratio: 41, - EstimatedSales: 283012, - ActualSales: 2322660, - Tags: `demo, financial` - }), - new EmployeesDataItem( - { - ID: 871351468, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/98.jpg`, - Name: `Rolfe Rubel`, - Email: `rrubel67@slashdot.org`, - Company: `Thoughtsphere`, - Position: `VP Quality Control`, - Phone: `240-886-7599`, - Mobile: `602-103-4191`, - Fax: `229-508-8964`, - Street: `46 Basil Point`, - City: `Silver Spring`, - ZipCode: 20904, - State: `MD`, - Country: `United States`, - ReferredBy: `Lonnie Sherrington`, - CreatedOn: `2017-02-16`, - Birthday: `1988-01-06`, - LastActivity: `2017-03-06`, - NextActivity: `2018-07-06`, - DealsWon: 27, - DealsLost: 3, - DealsPending: 4, - DealsTotal: 34, - Ratio: 9, - EstimatedSales: 329872, - ActualSales: 1962306, - Tags: `cold, construction` - }), - new EmployeesDataItem( - { - ID: 490817920, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/1.jpg`, - Name: `Lionello Putnam`, - Email: `lputnam68@usa.gov`, - Company: `Skyble`, - Position: `Assistant Professor`, - Phone: `785-253-7045`, - Mobile: `405-778-0722`, - Fax: `513-481-2584`, - Street: `8697 Dwight Road`, - City: `Topeka`, - ZipCode: 66617, - State: `KS`, - Country: `United States`, - ReferredBy: `Job Ghelardoni`, - CreatedOn: `2018-02-12`, - Birthday: `1994-10-19`, - LastActivity: `2018-03-08`, - NextActivity: `2019-07-08`, - DealsWon: 0, - DealsLost: 28, - DealsPending: 17, - DealsTotal: 45, - Ratio: 0, - EstimatedSales: 1439628, - ActualSales: 0, - Tags: `` - }), - new EmployeesDataItem( - { - ID: 997405052, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/98.jpg`, - Name: `Twyla Waugh`, - Email: `twaugh69@quantcast.com`, - Company: `Aibox`, - Position: `Administrative Officer`, - Phone: `404-816-1166`, - Mobile: `405-899-7118`, - Fax: `601-167-2889`, - Street: `6 John Wall Terrace`, - City: `Atlanta`, - ZipCode: 31196, - State: `GA`, - Country: `United States`, - ReferredBy: `Elsbeth MacAlaster`, - CreatedOn: `2017-08-11`, - Birthday: `1984-08-21`, - LastActivity: `2017-08-14`, - NextActivity: `2019-07-14`, - DealsWon: 30, - DealsLost: 15, - DealsPending: 22, - DealsTotal: 67, - Ratio: 67, - EstimatedSales: 2004244, - ActualSales: 5332200, - Tags: `subscriber, pharmaceutical` - }), - new EmployeesDataItem( - { - ID: 399911766, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/13.jpg`, - Name: `Daryl Tennewell`, - Email: `dtennewell6a@deliciousdays.com`, - Company: `Chatterpoint`, - Position: `Marketing Assistant`, - Phone: `706-379-7137`, - Mobile: `205-417-6212`, - Fax: `903-678-9586`, - Street: `5 Memorial Junction`, - City: `Athens`, - ZipCode: 30605, - State: `GA`, - Country: `United States`, - ReferredBy: `Aubrette Roblin`, - CreatedOn: `2017-03-19`, - Birthday: `1995-06-07`, - LastActivity: `2017-03-29`, - NextActivity: `2018-11-29`, - DealsWon: 14, - DealsLost: 17, - DealsPending: 12, - DealsTotal: 43, - Ratio: 45, - EstimatedSales: 2382600, - ActualSales: 1415974, - Tags: `demo, retail` - }), - new EmployeesDataItem( - { - ID: 444539770, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/98.jpg`, - Name: `Gaultiero Treuge`, - Email: `gtreuge6b@samsung.com`, - Company: `Tagopia`, - Position: `Compensation Analyst`, - Phone: `479-496-2964`, - Mobile: `904-894-6654`, - Fax: `702-794-6580`, - Street: `2645 Little Fleur Parkway`, - City: `Fort Smith`, - ZipCode: 72916, - State: `AR`, - Country: `United States`, - ReferredBy: `Isaac Bront`, - CreatedOn: `2017-04-08`, - Birthday: `1977-01-04`, - LastActivity: `2017-05-02`, - NextActivity: `2019-01-02`, - DealsWon: 6, - DealsLost: 19, - DealsPending: 29, - DealsTotal: 54, - Ratio: 24, - EstimatedSales: 5233572, - ActualSales: 552954, - Tags: `pro, medical` - }), - new EmployeesDataItem( - { - ID: 916295802, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/52.jpg`, - Name: `Tessa Straneo`, - Email: `tstraneo6c@nhs.uk`, - Company: `Pixoboo`, - Position: `Software Consultant`, - Phone: `614-956-9210`, - Mobile: `203-837-7208`, - Fax: `267-335-3875`, - Street: `64 Jenna Plaza`, - City: `Columbus`, - ZipCode: 43204, - State: `OH`, - Country: `United States`, - ReferredBy: `Vivia Eastope`, - CreatedOn: `2017-07-29`, - Birthday: `1981-02-05`, - LastActivity: `2017-08-20`, - NextActivity: `2018-06-20`, - DealsWon: 15, - DealsLost: 21, - DealsPending: 14, - DealsTotal: 50, - Ratio: 42, - EstimatedSales: 2170980, - ActualSales: 1075110, - Tags: `subscriber, retail` - }), - new EmployeesDataItem( - { - ID: 281553143, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/7.jpg`, - Name: `Roderic Gwilt`, - Email: `rgwilt6d@ox.ac.uk`, - Company: `Minyx`, - Position: `Developer IV`, - Phone: `234-910-0901`, - Mobile: `414-344-8856`, - Fax: `330-281-7025`, - Street: `99959 Truax Center`, - City: `Akron`, - ZipCode: 44393, - State: `OH`, - Country: `United States`, - ReferredBy: `Silvio Darke`, - CreatedOn: `2018-04-06`, - Birthday: `1990-05-29`, - LastActivity: `2018-04-21`, - NextActivity: `2018-07-21`, - DealsWon: 6, - DealsLost: 9, - DealsPending: 24, - DealsTotal: 39, - Ratio: 4, - EstimatedSales: 4575528, - ActualSales: 365964, - Tags: `cold, construction` - }), - new EmployeesDataItem( - { - ID: 877908385, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/16.jpg`, - Name: `Jess Cloney`, - Email: `jcloney6e@jimdo.com`, - Company: `Eabox`, - Position: `Research Nurse`, - Phone: `859-322-8071`, - Mobile: `602-769-7013`, - Fax: `330-696-9838`, - Street: `07 Bluestem Point`, - City: `Lexington`, - ZipCode: 40546, - State: `KY`, - Country: `United States`, - ReferredBy: `Blanche Pagelsen`, - CreatedOn: `2017-10-25`, - Birthday: `1982-05-09`, - LastActivity: `2017-11-07`, - NextActivity: `2018-03-07`, - DealsWon: 5, - DealsLost: 16, - DealsPending: 19, - DealsTotal: 40, - Ratio: 24, - EstimatedSales: 2334910, - ActualSales: 450455, - Tags: `cold, financial` - }), - new EmployeesDataItem( - { - ID: 976960961, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/4.jpg`, - Name: `Isidore McGilmartin`, - Email: `imcgilmartin6f@grAvatar.com`, - Company: `Dynazzy`, - Position: `Occupational Therapist`, - Phone: `757-787-1484`, - Mobile: `415-120-8829`, - Fax: `212-487-2470`, - Street: `173 High Crossing Pass`, - City: `Chesapeake`, - ZipCode: 23324, - State: `VA`, - Country: `United States`, - ReferredBy: `Marnia Ibbett`, - CreatedOn: `2018-01-09`, - Birthday: `1984-09-29`, - LastActivity: `2018-01-23`, - NextActivity: `2018-08-23`, - DealsWon: 11, - DealsLost: 8, - DealsPending: 5, - DealsTotal: 24, - Ratio: 58, - EstimatedSales: 937210, - ActualSales: 1271930, - Tags: `warm, engineering` - }), - new EmployeesDataItem( - { - ID: 140736990, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/67.jpg`, - Name: `Robin Duddy`, - Email: `rduddy6g@bigcartel.com`, - Company: `Skyndu`, - Position: `Senior Sales Associate`, - Phone: `805-558-9961`, - Mobile: `502-194-5772`, - Fax: `212-973-9953`, - Street: `39472 School Court`, - City: `Oxnard`, - ZipCode: 93034, - State: `CA`, - Country: `United States`, - ReferredBy: `Axel Kierans`, - CreatedOn: `2017-03-02`, - Birthday: `1976-04-11`, - LastActivity: `2017-03-05`, - NextActivity: `2018-10-05`, - DealsWon: 25, - DealsLost: 12, - DealsPending: 3, - DealsTotal: 40, - Ratio: 68, - EstimatedSales: 175857, - ActualSales: 2268825, - Tags: `subscriber, engineering` - }), - new EmployeesDataItem( - { - ID: 424623986, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/46.jpg`, - Name: `Royall Somerbell`, - Email: `rsomerbell6h@craigslist.org`, - Company: `Trunyx`, - Position: `Marketing Assistant`, - Phone: `254-404-5695`, - Mobile: `813-930-4375`, - Fax: `405-390-6865`, - Street: `260 Utah Parkway`, - City: `Temple`, - ZipCode: 76505, - State: `TX`, - Country: `United States`, - ReferredBy: `Benita Clinton`, - CreatedOn: `2018-01-24`, - Birthday: `1974-09-13`, - LastActivity: `2018-02-19`, - NextActivity: `2020-01-19`, - DealsWon: 12, - DealsLost: 21, - DealsPending: 22, - DealsTotal: 55, - Ratio: 36, - EstimatedSales: 2308504, - ActualSales: 1564944, - Tags: `` - }), - new EmployeesDataItem( - { - ID: 149066006, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/68.jpg`, - Name: `Nola Worrill`, - Email: `nworrill6i@ucoz.com`, - Company: `Oozz`, - Position: `Chief Design Engineer`, - Phone: `305-256-4497`, - Mobile: `213-715-7975`, - Fax: `850-328-9578`, - Street: `06 Wayridge Parkway`, - City: `Miami`, - ZipCode: 33134, - State: `FL`, - Country: `United States`, - ReferredBy: `Merissa Scotchforth`, - CreatedOn: `2017-10-11`, - Birthday: `1973-12-16`, - LastActivity: `2017-10-21`, - NextActivity: `2018-08-21`, - DealsWon: 29, - DealsLost: 5, - DealsPending: 20, - DealsTotal: 54, - Ratio: 85, - EstimatedSales: 2979320, - ActualSales: 3780063, - Tags: `pro, construction` - }), - new EmployeesDataItem( - { - ID: 106443944, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/3.jpg`, - Name: `Atlanta Teml`, - Email: `ateml6j@csmonitor.com`, - Company: `Divanoodle`, - Position: `Social Worker`, - Phone: `810-754-7672`, - Mobile: `716-112-8743`, - Fax: `716-110-6093`, - Street: `9 Schurz Circle`, - City: `Flint`, - ZipCode: 48555, - State: `MI`, - Country: `United States`, - ReferredBy: `Raffaello Carlyle`, - CreatedOn: `2017-10-23`, - Birthday: `1995-07-02`, - LastActivity: `2017-11-11`, - NextActivity: `2019-06-11`, - DealsWon: 13, - DealsLost: 15, - DealsPending: 22, - DealsTotal: 50, - Ratio: 46, - EstimatedSales: 3289286, - ActualSales: 949728, - Tags: `subscriber, financial` - }), - new EmployeesDataItem( - { - ID: 700032653, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/8.jpg`, - Name: `Clyve Popplestone`, - Email: `cpopplestone6k@networkadvertising.org`, - Company: `Divavu`, - Position: `Research Nurse`, - Phone: `402-302-5243`, - Mobile: `318-339-2606`, - Fax: `412-155-2173`, - Street: `29036 Dexter Terrace`, - City: `Omaha`, - ZipCode: 68197, - State: `NE`, - Country: `United States`, - ReferredBy: `Dacie Semper`, - CreatedOn: `2017-04-05`, - Birthday: `1972-03-20`, - LastActivity: `2017-05-04`, - NextActivity: `2019-01-04`, - DealsWon: 20, - DealsLost: 5, - DealsPending: 23, - DealsTotal: 48, - Ratio: 8, - EstimatedSales: 1252350, - ActualSales: 3071040, - Tags: `hot, medical` - }), - new EmployeesDataItem( - { - ID: 396589856, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/72.jpg`, - Name: `Maryjane Seabright`, - Email: `mseabright6l@hao123.com`, - Company: `Kaymbo`, - Position: `Dental Hygienist`, - Phone: `717-604-9169`, - Mobile: `617-133-6615`, - Fax: `704-418-5509`, - Street: `2620 Blackbird Avenue`, - City: `Lancaster`, - ZipCode: 17605, - State: `PA`, - Country: `United States`, - ReferredBy: `Renado Alsobrook`, - CreatedOn: `2017-08-10`, - Birthday: `1987-03-13`, - LastActivity: `2017-08-20`, - NextActivity: `2018-09-20`, - DealsWon: 8, - DealsLost: 25, - DealsPending: 7, - DealsTotal: 40, - Ratio: 24, - EstimatedSales: 1285620, - ActualSales: 1251760, - Tags: `subscriber, pharmaceutical` - }), - new EmployeesDataItem( - { - ID: 348051287, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/67.jpg`, - Name: `Malchy Stedell`, - Email: `mstedell6m@weibo.com`, - Company: `Gabtune`, - Position: `Professor`, - Phone: `419-416-7349`, - Mobile: `812-412-9150`, - Fax: `704-439-6773`, - Street: `443 Weeping Birch Point`, - City: `Toledo`, - ZipCode: 43699, - State: `OH`, - Country: `United States`, - ReferredBy: `Thia Rasmus`, - CreatedOn: `2017-02-24`, - Birthday: `1982-08-17`, - LastActivity: `2017-03-09`, - NextActivity: `2018-09-09`, - DealsWon: 3, - DealsLost: 12, - DealsPending: 22, - DealsTotal: 37, - Ratio: 2, - EstimatedSales: 3298790, - ActualSales: 268098, - Tags: `retail` - }), - new EmployeesDataItem( - { - ID: 883333369, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/46.jpg`, - Name: `Hyman Capstaff`, - Email: `hcapstaff6n@nyu.edu`, - Company: `Blogpad`, - Position: `Biostatistician I`, - Phone: `717-170-6719`, - Mobile: `770-492-8256`, - Fax: `212-162-6488`, - Street: `7 Nelson Circle`, - City: `Harrisburg`, - ZipCode: 17126, - State: `PA`, - Country: `United States`, - ReferredBy: `Haskell Kleanthous`, - CreatedOn: `2017-01-13`, - Birthday: `1978-10-08`, - LastActivity: `2017-02-05`, - NextActivity: `2017-07-05`, - DealsWon: 19, - DealsLost: 13, - DealsPending: 30, - DealsTotal: 62, - Ratio: 59, - EstimatedSales: 3578670, - ActualSales: 3710377, - Tags: `demo, medical` - }), - new EmployeesDataItem( - { - ID: 602801761, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/67.jpg`, - Name: `Avivah Hazeldean`, - Email: `ahazeldean6o@xing.com`, - Company: `Voonix`, - Position: `Administrative Officer`, - Phone: `917-263-2022`, - Mobile: `901-466-3389`, - Fax: `304-740-1160`, - Street: `8 Jenifer Avenue`, - City: `Brooklyn`, - ZipCode: 11236, - State: `NY`, - Country: `United States`, - ReferredBy: `Cayla Zima`, - CreatedOn: `2017-04-24`, - Birthday: `1986-01-17`, - LastActivity: `2017-05-05`, - NextActivity: `2018-02-05`, - DealsWon: 7, - DealsLost: 5, - DealsPending: 9, - DealsTotal: 21, - Ratio: 58, - EstimatedSales: 1208142, - ActualSales: 437234, - Tags: `hot, pharmaceutical` - }), - new EmployeesDataItem( - { - ID: 759568371, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/43.jpg`, - Name: `Margarete Acedo`, - Email: `macedo6p@japanpost.jp`, - Company: `InnoZ`, - Position: `Legal Assistant`, - Phone: `239-478-0547`, - Mobile: `713-456-1591`, - Fax: `501-319-5598`, - Street: `37 Oxford Street`, - City: `Cape Coral`, - ZipCode: 33915, - State: `FL`, - Country: `United States`, - ReferredBy: `Beau Pero`, - CreatedOn: `2017-10-15`, - Birthday: `2003-01-24`, - LastActivity: `2017-11-14`, - NextActivity: `2019-03-14`, - DealsWon: 4, - DealsLost: 26, - DealsPending: 18, - DealsTotal: 48, - Ratio: 13, - EstimatedSales: 3440826, - ActualSales: 361452, - Tags: `pro, financial` - }), - new EmployeesDataItem( - { - ID: 821161097, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/93.jpg`, - Name: `Tye Crissil`, - Email: `tcrissil6q@salon.com`, - Company: `Fadeo`, - Position: `Office Assistant III`, - Phone: `260-100-3297`, - Mobile: `775-136-5110`, - Fax: `404-945-6084`, - Street: `26819 Sherman Avenue`, - City: `Fort Wayne`, - ZipCode: 46805, - State: `IN`, - Country: `United States`, - ReferredBy: `Delores Leamon`, - CreatedOn: `2018-04-13`, - Birthday: `1985-03-15`, - LastActivity: `2018-04-27`, - NextActivity: `2018-11-27`, - DealsWon: 9, - DealsLost: 17, - DealsPending: 8, - DealsTotal: 34, - Ratio: 35, - EstimatedSales: 1004816, - ActualSales: 821088, - Tags: `demo, financial` - }), - new EmployeesDataItem( - { - ID: 808451402, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/78.jpg`, - Name: `Filide Weavers`, - Email: `fweavers6r@kickstarter.com`, - Company: `Riffpedia`, - Position: `Product Engineer`, - Phone: `808-104-3275`, - Mobile: `862-871-3923`, - Fax: `309-692-6728`, - Street: `40243 South Pass`, - City: `Honolulu`, - ZipCode: 96840, - State: `HI`, - Country: `United States`, - ReferredBy: `Catherina Tabb`, - CreatedOn: `2017-12-06`, - Birthday: `1974-02-07`, - LastActivity: `2017-12-19`, - NextActivity: `2019-12-19`, - DealsWon: 28, - DealsLost: 9, - DealsPending: 6, - DealsTotal: 43, - Ratio: 76, - EstimatedSales: 361296, - ActualSales: 2519132, - Tags: `pro, medical` - }), - new EmployeesDataItem( - { - ID: 927715122, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/77.jpg`, - Name: `Leonora Kryzhov`, - Email: `lkryzhov6s@uiuc.edu`, - Company: `Linkbuzz`, - Position: `Structural Engineer`, - Phone: `805-505-4499`, - Mobile: `520-315-1959`, - Fax: `712-635-9920`, - Street: `08 Brickson Park Trail`, - City: `Santa Barbara`, - ZipCode: 93111, - State: `CA`, - Country: `United States`, - ReferredBy: `Dag Grisley`, - CreatedOn: `2017-01-15`, - Birthday: `1986-12-26`, - LastActivity: `2017-01-30`, - NextActivity: `2018-06-30`, - DealsWon: 26, - DealsLost: 8, - DealsPending: 0, - DealsTotal: 34, - Ratio: 76, - EstimatedSales: 0, - ActualSales: 3736642, - Tags: `hot, medical` - }), - new EmployeesDataItem( - { - ID: 778307520, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/41.jpg`, - Name: `FairFax Yakovlev`, - Email: `fyakovlev6t@jiathis.com`, - Company: `Skibox`, - Position: `Budget/Accounting Analyst IV`, - Phone: `904-832-2104`, - Mobile: `512-431-6083`, - Fax: `941-544-6994`, - Street: `46807 Vera Point`, - City: `Jacksonville`, - ZipCode: 32277, - State: `FL`, - Country: `United States`, - ReferredBy: `Aubert McRobbie`, - CreatedOn: `2017-03-30`, - Birthday: `1981-01-27`, - LastActivity: `2017-04-11`, - NextActivity: `2018-10-11`, - DealsWon: 4, - DealsLost: 17, - DealsPending: 1, - DealsTotal: 22, - Ratio: 19, - EstimatedSales: 110038, - ActualSales: 781316, - Tags: `pro, construction` - }), - new EmployeesDataItem( - { - ID: 549963182, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/50.jpg`, - Name: `Ian Galbreth`, - Email: `igalbreth6u@mozilla.com`, - Company: `Brainlounge`, - Position: `Mechanical Systems Engineer`, - Phone: `205-332-8565`, - Mobile: `757-285-6888`, - Fax: `917-960-8576`, - Street: `88 Blackbird Center`, - City: `Birmingham`, - ZipCode: 35279, - State: `AL`, - Country: `United States`, - ReferredBy: `Catrina Almon`, - CreatedOn: `2017-04-11`, - Birthday: `1979-09-24`, - LastActivity: `2017-04-23`, - NextActivity: `2017-10-23`, - DealsWon: 27, - DealsLost: 5, - DealsPending: 0, - DealsTotal: 32, - Ratio: 84, - EstimatedSales: 0, - ActualSales: 3808755, - Tags: `pharmaceutical` - }), - new EmployeesDataItem( - { - ID: 123197709, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/81.jpg`, - Name: `Marlee Roote`, - Email: `mroote6v@vk.com`, - Company: `Skalith`, - Position: `Tax Accountant`, - Phone: `518-128-4661`, - Mobile: `801-240-6202`, - Fax: `713-378-9187`, - Street: `7 Atwood Alley`, - City: `Albany`, - ZipCode: 12210, - State: `NY`, - Country: `United States`, - ReferredBy: `Eunice Gerant`, - CreatedOn: `2017-12-17`, - Birthday: `1981-08-10`, - LastActivity: `2018-01-01`, - NextActivity: `2019-06-01`, - DealsWon: 23, - DealsLost: 25, - DealsPending: 2, - DealsTotal: 50, - Ratio: 48, - EstimatedSales: 120282, - ActualSales: 3000442, - Tags: `` - }), - new EmployeesDataItem( - { - ID: 793669485, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/67.jpg`, - Name: `Marley Atchly`, - Email: `matchly6w@yellowpages.com`, - Company: `Vitz`, - Position: `Programmer I`, - Phone: `915-318-0079`, - Mobile: `402-944-7409`, - Fax: `775-844-4773`, - Street: `7 Golf Course Lane`, - City: `El Paso`, - ZipCode: 79916, - State: `TX`, - Country: `United States`, - ReferredBy: `Allene Instrell`, - CreatedOn: `2017-12-29`, - Birthday: `1981-04-03`, - LastActivity: `2018-01-15`, - NextActivity: `2019-04-15`, - DealsWon: 2, - DealsLost: 20, - DealsPending: 25, - DealsTotal: 47, - Ratio: 9, - EstimatedSales: 3020200, - ActualSales: 202444, - Tags: `cool, engineering` - }), - new EmployeesDataItem( - { - ID: 413037345, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/52.jpg`, - Name: `Francklin Neylan`, - Email: `fneylan6x@upenn.edu`, - Company: `Bubbletube`, - Position: `Senior Developer`, - Phone: `212-607-5121`, - Mobile: `337-392-8708`, - Fax: `239-101-8941`, - Street: `644 Melrose Court`, - City: `New York City`, - ZipCode: 10131, - State: `NY`, - Country: `United States`, - ReferredBy: `Cletis Gres`, - CreatedOn: `2017-12-09`, - Birthday: `1999-04-29`, - LastActivity: `2017-12-26`, - NextActivity: `2018-08-26`, - DealsWon: 25, - DealsLost: 23, - DealsPending: 19, - DealsTotal: 67, - Ratio: 52, - EstimatedSales: 3746705, - ActualSales: 1820900, - Tags: `warm, retail` - }), - new EmployeesDataItem( - { - ID: 937724824, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/92.jpg`, - Name: `Luke Scrafton`, - Email: `lscrafton6y@japanpost.jp`, - Company: `Twiyo`, - Position: `Information Systems Manager`, - Phone: `318-198-5398`, - Mobile: `309-416-6243`, - Fax: `901-269-7002`, - Street: `146 Cordelia Trail`, - City: `Boston`, - ZipCode: 2104, - State: `MA`, - Country: `United States`, - ReferredBy: `Gamaliel Calloway`, - CreatedOn: `2017-09-20`, - Birthday: `1981-03-27`, - LastActivity: `2017-10-03`, - NextActivity: `2018-06-03`, - DealsWon: 26, - DealsLost: 28, - DealsPending: 26, - DealsTotal: 80, - Ratio: 48, - EstimatedSales: 3548402, - ActualSales: 3531580, - Tags: `cool, retail` - }), - new EmployeesDataItem( - { - ID: 661545359, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/8.jpg`, - Name: `Rawley Keirl`, - Email: `rkeirl6z@berkeley.edu`, - Company: `Jabbersphere`, - Position: `Senior Developer`, - Phone: `512-428-7838`, - Mobile: `409-317-7609`, - Fax: `337-490-6342`, - Street: `407 Sheridan Court`, - City: `Austin`, - ZipCode: 78754, - State: `TX`, - Country: `United States`, - ReferredBy: `Sherlocke Reidie`, - CreatedOn: `2018-04-17`, - Birthday: `1981-10-08`, - LastActivity: `2018-04-25`, - NextActivity: `2018-11-25`, - DealsWon: 7, - DealsLost: 3, - DealsPending: 28, - DealsTotal: 38, - Ratio: 7, - EstimatedSales: 1905484, - ActualSales: 1330700, - Tags: `subscriber, retail` - }), - new EmployeesDataItem( - { - ID: 700279733, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/75.jpg`, - Name: `Piotr Gurling`, - Email: `pgurling70@xing.com`, - Company: `Divavu`, - Position: `Business Systems Development Analyst`, - Phone: `713-123-9634`, - Mobile: `505-349-4547`, - Fax: `513-579-5557`, - Street: `26480 Saint Paul Way`, - City: `Houston`, - ZipCode: 77218, - State: `TX`, - Country: `United States`, - ReferredBy: `Rochette Dzeniskevich`, - CreatedOn: `2017-01-30`, - Birthday: `1979-01-31`, - LastActivity: `2017-01-31`, - NextActivity: `2017-05-31`, - DealsWon: 14, - DealsLost: 9, - DealsPending: 27, - DealsTotal: 50, - Ratio: 61, - EstimatedSales: 4735287, - ActualSales: 1160698, - Tags: `warm, pharmaceutical` - }), - new EmployeesDataItem( - { - ID: 133126301, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/77.jpg`, - Name: `Emili Raddon`, - Email: `eraddon71@sciencedaily.com`, - Company: `Rhybox`, - Position: `Web Developer II`, - Phone: `303-891-0835`, - Mobile: `410-972-0765`, - Fax: `919-958-9421`, - Street: `1028 Havey Lane`, - City: `Englewood`, - ZipCode: 80150, - State: `CO`, - Country: `United States`, - ReferredBy: `Malory Dufton`, - CreatedOn: `2017-02-01`, - Birthday: `2001-03-29`, - LastActivity: `2017-02-21`, - NextActivity: `2017-11-21`, - DealsWon: 7, - DealsLost: 12, - DealsPending: 17, - DealsTotal: 36, - Ratio: 37, - EstimatedSales: 1015886, - ActualSales: 1068690, - Tags: `` - }), - new EmployeesDataItem( - { - ID: 646199546, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/86.jpg`, - Name: `Alli O' Neligan`, - Email: `ao72@ow.ly`, - Company: `Mydeo`, - Position: `Operator`, - Phone: `712-744-5490`, - Mobile: `314-250-1679`, - Fax: `202-652-7533`, - Street: `83433 Del Sol Street`, - City: `Sioux City`, - ZipCode: 51110, - State: `IA`, - Country: `United States`, - ReferredBy: `Alexine Arnett`, - CreatedOn: `2017-04-16`, - Birthday: `1985-12-12`, - LastActivity: `2017-04-29`, - NextActivity: `2018-08-29`, - DealsWon: 9, - DealsLost: 23, - DealsPending: 2, - DealsTotal: 34, - Ratio: 28, - EstimatedSales: 190244, - ActualSales: 1596924, - Tags: `` - }), - new EmployeesDataItem( - { - ID: 688165314, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/63.jpg`, - Name: `Alva Snarie`, - Email: `asnarie73@telegraph.co.uk`, - Company: `Pixoboo`, - Position: `Account Executive`, - Phone: `434-763-7891`, - Mobile: `323-182-2028`, - Fax: `651-677-8056`, - Street: `5 Ohio Street`, - City: `Lynchburg`, - ZipCode: 24515, - State: `VA`, - Country: `United States`, - ReferredBy: `Deane Adriani`, - CreatedOn: `2017-05-18`, - Birthday: `1974-06-05`, - LastActivity: `2017-05-30`, - NextActivity: `2019-05-30`, - DealsWon: 4, - DealsLost: 16, - DealsPending: 19, - DealsTotal: 39, - Ratio: 2, - EstimatedSales: 2467511, - ActualSales: 751428, - Tags: `` - }), - new EmployeesDataItem( - { - ID: 253993066, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/58.jpg`, - Name: `Ariel Imorts`, - Email: `aimorts74@thetimes.co.uk`, - Company: `Roodel`, - Position: `Chemical Engineer`, - Phone: `402-734-5595`, - Mobile: `970-247-2538`, - Fax: `267-761-2647`, - Street: `318 Jenna Alley`, - City: `Omaha`, - ZipCode: 68105, - State: `NE`, - Country: `United States`, - ReferredBy: `Alayne Blemings`, - CreatedOn: `2018-02-26`, - Birthday: `1996-09-18`, - LastActivity: `2018-03-24`, - NextActivity: `2020-01-24`, - DealsWon: 30, - DealsLost: 17, - DealsPending: 15, - DealsTotal: 62, - Ratio: 64, - EstimatedSales: 1873470, - ActualSales: 3191400, - Tags: `hot, construction` - }), - new EmployeesDataItem( - { - ID: 418093498, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/88.jpg`, - Name: `Corbet Cunniff`, - Email: `ccunniff75@4shared.com`, - Company: `Nlounge`, - Position: `Administrative Officer`, - Phone: `707-383-3868`, - Mobile: `312-782-8203`, - Fax: `561-370-6594`, - Street: `08 Del Mar Road`, - City: `Petaluma`, - ZipCode: 94975, - State: `CA`, - Country: `United States`, - ReferredBy: `Chaddie Cowey`, - CreatedOn: `2017-12-08`, - Birthday: `1984-07-10`, - LastActivity: `2017-12-23`, - NextActivity: `2019-05-23`, - DealsWon: 3, - DealsLost: 25, - DealsPending: 25, - DealsTotal: 53, - Ratio: 11, - EstimatedSales: 2165350, - ActualSales: 238221, - Tags: `cool, financial` - }), - new EmployeesDataItem( - { - ID: 366425575, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/46.jpg`, - Name: `Alys Goodding`, - Email: `agoodding76@ftc.gov`, - Company: `Gigaclub`, - Position: `Statistician II`, - Phone: `850-874-5636`, - Mobile: `858-876-4129`, - Fax: `412-726-8235`, - Street: `0365 Arrowood Pass`, - City: `Pensacola`, - ZipCode: 32520, - State: `FL`, - Country: `United States`, - ReferredBy: `Godart Butner`, - CreatedOn: `2017-05-06`, - Birthday: `1989-11-21`, - LastActivity: `2017-05-28`, - NextActivity: `2018-02-28`, - DealsWon: 2, - DealsLost: 9, - DealsPending: 7, - DealsTotal: 18, - Ratio: 18, - EstimatedSales: 1179374, - ActualSales: 332826, - Tags: `cold, pharmaceutical` - }), - new EmployeesDataItem( - { - ID: 731432221, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/78.jpg`, - Name: `Garik Carnow`, - Email: `gcarnow77@vistaprint.com`, - Company: `Browseblab`, - Position: `Product Engineer`, - Phone: `410-798-4043`, - Mobile: `478-149-2044`, - Fax: `713-650-4345`, - Street: `8 Kipling Alley`, - City: `Baltimore`, - ZipCode: 21211, - State: `MD`, - Country: `United States`, - ReferredBy: `Ethelyn Klamp`, - CreatedOn: `2017-11-08`, - Birthday: `2002-06-13`, - LastActivity: `2017-12-05`, - NextActivity: `2019-11-05`, - DealsWon: 30, - DealsLost: 17, - DealsPending: 10, - DealsTotal: 57, - Ratio: 64, - EstimatedSales: 938890, - ActualSales: 4977720, - Tags: `demo, retail` - }), - new EmployeesDataItem( - { - ID: 362776729, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/83.jpg`, - Name: `Blithe Blanchard`, - Email: `bblanchard78@home.pl`, - Company: `Skimia`, - Position: `Financial Advisor`, - Phone: `210-315-3665`, - Mobile: `972-581-5741`, - Fax: `212-411-4369`, - Street: `50256 Dottie Junction`, - City: `San Antonio`, - ZipCode: 78215, - State: `TX`, - Country: `United States`, - ReferredBy: `Vick Galliver`, - CreatedOn: `2018-01-03`, - Birthday: `1983-11-09`, - LastActivity: `2018-01-23`, - NextActivity: `2019-10-23`, - DealsWon: 28, - DealsLost: 18, - DealsPending: 22, - DealsTotal: 68, - Ratio: 61, - EstimatedSales: 3950936, - ActualSales: 4639712, - Tags: `cold, pharmaceutical` - }), - new EmployeesDataItem( - { - ID: 534127963, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/60.jpg`, - Name: `Stefanie Brotherhood`, - Email: `sbrotherhood79@cloudflare.com`, - Company: `Gabtune`, - Position: `Senior Editor`, - Phone: `256-658-3831`, - Mobile: `585-867-0644`, - Fax: `847-253-3176`, - Street: `5913 Granby Pass`, - City: `Huntsville`, - ZipCode: 35805, - State: `AL`, - Country: `United States`, - ReferredBy: `Deana Swainger`, - CreatedOn: `2017-07-29`, - Birthday: `2000-10-14`, - LastActivity: `2017-08-23`, - NextActivity: `2018-05-23`, - DealsWon: 20, - DealsLost: 19, - DealsPending: 21, - DealsTotal: 60, - Ratio: 51, - EstimatedSales: 1653288, - ActualSales: 1799580, - Tags: `demo, construction` - }), - new EmployeesDataItem( - { - ID: 272390458, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/18.jpg`, - Name: `Merry BoHlingolsen`, - Email: `mbohlingolsen7a@google.ru`, - Company: `Oloo`, - Position: `Account Coordinator`, - Phone: `571-953-5685`, - Mobile: `912-234-7219`, - Fax: `336-113-8791`, - Street: `5 Melrose Place`, - City: `Ashburn`, - ZipCode: 22093, - State: `VA`, - Country: `United States`, - ReferredBy: `Orsola Swallow`, - CreatedOn: `2018-02-13`, - Birthday: `1992-11-20`, - LastActivity: `2018-02-14`, - NextActivity: `2019-08-14`, - DealsWon: 12, - DealsLost: 1, - DealsPending: 22, - DealsTotal: 35, - Ratio: 92, - EstimatedSales: 3103298, - ActualSales: 1153776, - Tags: `subscriber, engineering` - }), - new EmployeesDataItem( - { - ID: 615808529, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/81.jpg`, - Name: `Biron Szimoni`, - Email: `bszimoni7b@elegantthemes.com`, - Company: `Vidoo`, - Position: `Staff Scientist`, - Phone: `251-641-7378`, - Mobile: `540-591-5165`, - Fax: `810-883-1711`, - Street: `09 Eastwood Pass`, - City: `Mobile`, - ZipCode: 36689, - State: `AL`, - Country: `United States`, - ReferredBy: `Ruddy Sandcraft`, - CreatedOn: `2017-05-04`, - Birthday: `1996-01-30`, - LastActivity: `2017-05-06`, - NextActivity: `2018-03-06`, - DealsWon: 25, - DealsLost: 2, - DealsPending: 23, - DealsTotal: 50, - Ratio: 93, - EstimatedSales: 3220391, - ActualSales: 3818050, - Tags: `warm, financial` - }), - new EmployeesDataItem( - { - ID: 932103730, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/63.jpg`, - Name: `Benson Sargeant`, - Email: `bsargeant7c@tamu.edu`, - Company: `Gevee`, - Position: `GIS Technical Architect`, - Phone: `915-960-1795`, - Mobile: `402-244-4448`, - Fax: `757-641-2598`, - Street: `70 Redwing Plaza`, - City: `El Paso`, - ZipCode: 88519, - State: `TX`, - Country: `United States`, - ReferredBy: `Vinnie Olivera`, - CreatedOn: `2017-05-22`, - Birthday: `1972-01-18`, - LastActivity: `2017-05-30`, - NextActivity: `2018-09-30`, - DealsWon: 29, - DealsLost: 12, - DealsPending: 0, - DealsTotal: 41, - Ratio: 71, - EstimatedSales: 0, - ActualSales: 1846140, - Tags: `pro, medical` - }), - new EmployeesDataItem( - { - ID: 930102625, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/87.jpg`, - Name: `Elsbeth Weston`, - Email: `eweston7d@drupal.org`, - Company: `Twitterbridge`, - Position: `Programmer II`, - Phone: `609-533-4771`, - Mobile: `952-612-6730`, - Fax: `415-644-1026`, - Street: `737 Buell Junction`, - City: `Trenton`, - ZipCode: 8608, - State: `NJ`, - Country: `United States`, - ReferredBy: `Starlene Bartolomeu`, - CreatedOn: `2017-12-01`, - Birthday: `1990-10-04`, - LastActivity: `2017-12-29`, - NextActivity: `2019-02-28`, - DealsWon: 9, - DealsLost: 5, - DealsPending: 26, - DealsTotal: 40, - Ratio: 64, - EstimatedSales: 3280576, - ActualSales: 705663, - Tags: `cool, engineering` - }), - new EmployeesDataItem( - { - ID: 273661383, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/61.jpg`, - Name: `Patric Ribbon`, - Email: `pribbon7e@go.com`, - Company: `Avaveo`, - Position: `Assistant Manager`, - Phone: `419-821-0559`, - Mobile: `612-756-5513`, - Fax: `817-234-0837`, - Street: `6458 Melby Pass`, - City: `Mansfield`, - ZipCode: 44905, - State: `OH`, - Country: `United States`, - ReferredBy: `Annissa Rey`, - CreatedOn: `2017-06-10`, - Birthday: `1988-02-26`, - LastActivity: `2017-06-18`, - NextActivity: `2018-04-18`, - DealsWon: 11, - DealsLost: 23, - DealsPending: 11, - DealsTotal: 45, - Ratio: 32, - EstimatedSales: 1651859, - ActualSales: 1685409, - Tags: `cool, engineering` - }), - new EmployeesDataItem( - { - ID: 399150893, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/48.jpg`, - Name: `Rutter Gobourn`, - Email: `rgobourn7f@marketwatch.com`, - Company: `Mynte`, - Position: `Professor`, - Phone: `321-585-0052`, - Mobile: `-354-6837`, - Fax: `314-356-8786`, - Street: `3 Linden Way`, - City: `Melbourne`, - ZipCode: 32941, - State: `FL`, - Country: `United States`, - ReferredBy: `Cesar Walsh`, - CreatedOn: `2018-02-14`, - Birthday: `1984-01-30`, - LastActivity: `2018-03-07`, - NextActivity: `2019-01-07`, - DealsWon: 18, - DealsLost: 27, - DealsPending: 6, - DealsTotal: 51, - Ratio: 4, - EstimatedSales: 333948, - ActualSales: 952866, - Tags: `hot, engineering` - }), - new EmployeesDataItem( - { - ID: 239955233, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/77.jpg`, - Name: `Xylina Clavering`, - Email: `xclavering7g@alexa.com`, - Company: `Tagopia`, - Position: `Staff Scientist`, - Phone: `561-470-9910`, - Mobile: `214-724-4050`, - Fax: `678-713-3345`, - Street: `6479 Porter Lane`, - City: `West Palm Beach`, - ZipCode: 33421, - State: `FL`, - Country: `United States`, - ReferredBy: `Mira Shirley`, - CreatedOn: `2017-01-02`, - Birthday: `1998-08-12`, - LastActivity: `2017-01-09`, - NextActivity: `2018-04-09`, - DealsWon: 2, - DealsLost: 12, - DealsPending: 5, - DealsTotal: 19, - Ratio: 14, - EstimatedSales: 440445, - ActualSales: 351034, - Tags: `subscriber, construction` - }), - new EmployeesDataItem( - { - ID: 330609096, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/24.jpg`, - Name: `Rachelle Cauthra`, - Email: `rcauthra7h@vistaprint.com`, - Company: `Mydo`, - Position: `VP Marketing`, - Phone: `412-802-5567`, - Mobile: `505-175-8330`, - Fax: `954-601-5364`, - Street: `9628 Vahlen Road`, - City: `Pittsburgh`, - ZipCode: 15286, - State: `PA`, - Country: `United States`, - ReferredBy: `Collen Norcliff`, - CreatedOn: `2017-09-20`, - Birthday: `1998-11-29`, - LastActivity: `2017-10-02`, - NextActivity: `2018-05-02`, - DealsWon: 21, - DealsLost: 10, - DealsPending: 5, - DealsTotal: 36, - Ratio: 68, - EstimatedSales: 833855, - ActualSales: 3849153, - Tags: `pharmaceutical` - }), - new EmployeesDataItem( - { - ID: 494623033, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/87.jpg`, - Name: `Ara Hutley`, - Email: `ahutley7i@answers.com`, - Company: `Fadeo`, - Position: `Developer I`, - Phone: `904-323-4997`, - Mobile: `940-909-0663`, - Fax: `404-728-7825`, - Street: `312 Cardinal Plaza`, - City: `Jacksonville`, - ZipCode: 32204, - State: `FL`, - Country: `United States`, - ReferredBy: `Matt Shortell`, - CreatedOn: `2017-12-16`, - Birthday: `1989-06-13`, - LastActivity: `2018-01-07`, - NextActivity: `2019-11-07`, - DealsWon: 6, - DealsLost: 20, - DealsPending: 28, - DealsTotal: 54, - Ratio: 23, - EstimatedSales: 3094224, - ActualSales: 709998, - Tags: `hot, financial` - }), - new EmployeesDataItem( - { - ID: 164323391, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/59.jpg`, - Name: `Maighdiln Wilding`, - Email: `mwilding7j@blogs.com`, - Company: `Eimbee`, - Position: `Environmental Specialist`, - Phone: `305-179-5840`, - Mobile: `423-767-0893`, - Fax: `202-764-2688`, - Street: `98 Thierer Crossing`, - City: `Miami`, - ZipCode: 33283, - State: `FL`, - Country: `United States`, - ReferredBy: `Kinna Norcutt`, - CreatedOn: `2018-01-29`, - Birthday: `1993-05-27`, - LastActivity: `2018-02-04`, - NextActivity: `2018-03-04`, - DealsWon: 4, - DealsLost: 6, - DealsPending: 12, - DealsTotal: 22, - Ratio: 4, - EstimatedSales: 1488624, - ActualSales: 336148, - Tags: `cool, engineering` - }), - new EmployeesDataItem( - { - ID: 357844237, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/28.jpg`, - Name: `Ignacius Gottschalk`, - Email: `igottschalk7k@hibu.com`, - Company: `Gabtype`, - Position: `Engineer II`, - Phone: `970-678-8983`, - Mobile: `918-162-8520`, - Fax: `317-748-1104`, - Street: `5 Dennis Circle`, - City: `Grand Junction`, - ZipCode: 81505, - State: `CO`, - Country: `United States`, - ReferredBy: `Freddy Perico`, - CreatedOn: `2017-01-13`, - Birthday: `1995-11-11`, - LastActivity: `2017-01-22`, - NextActivity: `2018-10-22`, - DealsWon: 2, - DealsLost: 1, - DealsPending: 21, - DealsTotal: 24, - Ratio: 67, - EstimatedSales: 1857429, - ActualSales: 197636, - Tags: `demo, pharmaceutical` - }), - new EmployeesDataItem( - { - ID: 716685978, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/83.jpg`, - Name: `Jordan Featherstonhalgh`, - Email: `jfeatherstonhalgh7l@fc2.com`, - Company: `Skaboo`, - Position: `Registered Nurse`, - Phone: `402-283-5822`, - Mobile: `661-811-6243`, - Fax: `605-747-7350`, - Street: `2 Menomonie Court`, - City: `Lincoln`, - ZipCode: 68531, - State: `NE`, - Country: `United States`, - ReferredBy: `Lilah Beeton`, - CreatedOn: `2017-01-04`, - Birthday: `1983-11-30`, - LastActivity: `2017-01-27`, - NextActivity: `2018-01-27`, - DealsWon: 12, - DealsLost: 17, - DealsPending: 25, - DealsTotal: 54, - Ratio: 41, - EstimatedSales: 4845700, - ActualSales: 1248024, - Tags: `subscriber, medical` - }), - new EmployeesDataItem( - { - ID: 980081236, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/94.jpg`, - Name: `Bay Hadcock`, - Email: `bhadcock7m@usatoday.com`, - Company: `Dabjam`, - Position: `Senior Financial Analyst`, - Phone: `304-338-1874`, - Mobile: `765-163-5261`, - Fax: `413-115-5998`, - Street: `3731 Vahlen Alley`, - City: `Huntington`, - ZipCode: 25726, - State: `WV`, - Country: `United States`, - ReferredBy: `Allistir Tomasi`, - CreatedOn: `2017-11-14`, - Birthday: `1995-12-20`, - LastActivity: `2017-11-26`, - NextActivity: `2018-07-26`, - DealsWon: 22, - DealsLost: 27, - DealsPending: 20, - DealsTotal: 69, - Ratio: 45, - EstimatedSales: 2488920, - ActualSales: 3567806, - Tags: `demo, construction` - }), - new EmployeesDataItem( - { - ID: 812587719, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/91.jpg`, - Name: `Opal Kluge`, - Email: `okluge7n@cmu.edu`, - Company: `Devpoint`, - Position: `Biostatistician III`, - Phone: `757-588-1432`, - Mobile: `718-929-4142`, - Fax: `202-703-3798`, - Street: `7 Chinook Place`, - City: `Newport News`, - ZipCode: 23612, - State: `VA`, - Country: `United States`, - ReferredBy: `Louella Pandey`, - CreatedOn: `2017-02-27`, - Birthday: `1986-04-12`, - LastActivity: `2017-03-07`, - NextActivity: `2017-11-07`, - DealsWon: 9, - DealsLost: 24, - DealsPending: 2, - DealsTotal: 35, - Ratio: 27, - EstimatedSales: 239896, - ActualSales: 1684188, - Tags: `cool, medical` - }), - new EmployeesDataItem( - { - ID: 612490757, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/95.jpg`, - Name: `Waring Hethron`, - Email: `whethron7o@google.nl`, - Company: `Photofeed`, - Position: `Operator`, - Phone: `818-195-2282`, - Mobile: `651-602-9984`, - Fax: `601-478-4770`, - Street: `1552 Annamark Street`, - City: `Northridge`, - ZipCode: 91328, - State: `CA`, - Country: `United States`, - ReferredBy: `Angelique Barrasse`, - CreatedOn: `2018-01-06`, - Birthday: `1972-12-22`, - LastActivity: `2018-02-03`, - NextActivity: `2019-09-03`, - DealsWon: 11, - DealsLost: 12, - DealsPending: 25, - DealsTotal: 48, - Ratio: 48, - EstimatedSales: 4781550, - ActualSales: 1207162, - Tags: `cold, retail` - }), - new EmployeesDataItem( - { - ID: 248836181, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/60.jpg`, - Name: `Goddard Najera`, - Email: `gnajera7p@yellowpages.com`, - Company: `Skyba`, - Position: `Staff Accountant I`, - Phone: `361-752-2985`, - Mobile: `302-943-9701`, - Fax: `402-765-9511`, - Street: `942 Hovde Road`, - City: `Austin`, - ZipCode: 78744, - State: `TX`, - Country: `United States`, - ReferredBy: `Erminie Tredget`, - CreatedOn: `2017-03-13`, - Birthday: `1991-01-14`, - LastActivity: `2017-03-17`, - NextActivity: `2018-04-17`, - DealsWon: 18, - DealsLost: 7, - DealsPending: 27, - DealsTotal: 52, - Ratio: 72, - EstimatedSales: 4239648, - ActualSales: 2462526, - Tags: `` - }), - new EmployeesDataItem( - { - ID: 867676006, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/14.jpg`, - Name: `Polly Renyard`, - Email: `prenyard7q@wikipedia.org`, - Company: `Gigazoom`, - Position: `Chemical Engineer`, - Phone: `757-997-9743`, - Mobile: `727-475-4543`, - Fax: `831-772-3556`, - Street: `19 New Castle Point`, - City: `Norfolk`, - ZipCode: 23520, - State: `VA`, - Country: `United States`, - ReferredBy: `My Javes`, - CreatedOn: `2017-12-11`, - Birthday: `1988-10-28`, - LastActivity: `2017-12-26`, - NextActivity: `2019-12-26`, - DealsWon: 18, - DealsLost: 4, - DealsPending: 27, - DealsTotal: 49, - Ratio: 82, - EstimatedSales: 2064312, - ActualSales: 3288348, - Tags: `hot, retail` - }), - new EmployeesDataItem( - { - ID: 131899188, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/68.jpg`, - Name: `Sosanna Deelay`, - Email: `sdeelay7r@adobe.com`, - Company: `Skaboo`, - Position: `Administrative Officer`, - Phone: `606-125-1765`, - Mobile: `561-581-7741`, - Fax: `717-165-4254`, - Street: `23 Nova Court`, - City: `London`, - ZipCode: 40745, - State: `KY`, - Country: `United States`, - ReferredBy: `Newton Pimblott`, - CreatedOn: `2017-11-17`, - Birthday: `1987-05-31`, - LastActivity: `2017-12-11`, - NextActivity: `2018-11-11`, - DealsWon: 10, - DealsLost: 20, - DealsPending: 1, - DealsTotal: 31, - Ratio: 33, - EstimatedSales: 155090, - ActualSales: 1168350, - Tags: `cool, medical` - }), - new EmployeesDataItem( - { - ID: 598630682, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/8.jpg`, - Name: `Nerita Lambot`, - Email: `nlambot7s@icio.us`, - Company: `Dabtype`, - Position: `Senior Developer`, - Phone: `202-268-7275`, - Mobile: `202-494-2701`, - Fax: `612-838-3382`, - Street: `490 Graceland Circle`, - City: `Washington`, - ZipCode: 20005, - State: `DC`, - Country: `United States`, - ReferredBy: `Steven Oultram`, - CreatedOn: `2018-01-21`, - Birthday: `1998-01-19`, - LastActivity: `2018-01-29`, - NextActivity: `2019-03-29`, - DealsWon: 23, - DealsLost: 29, - DealsPending: 17, - DealsTotal: 69, - Ratio: 44, - EstimatedSales: 2366655, - ActualSales: 3426655, - Tags: `demo, construction` - }), - new EmployeesDataItem( - { - ID: 933367627, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/88.jpg`, - Name: `Franciskus Frunks`, - Email: `ffrunks7t@bloglines.com`, - Company: `Layo`, - Position: `Community Outreach Specialist`, - Phone: `212-740-4963`, - Mobile: `717-902-2244`, - Fax: `904-398-9850`, - Street: `781 Scofield Street`, - City: `Brooklyn`, - ZipCode: 11231, - State: `NY`, - Country: `United States`, - ReferredBy: `Alick Hawkridge`, - CreatedOn: `2017-04-22`, - Birthday: `1985-01-22`, - LastActivity: `2017-05-08`, - NextActivity: `2017-10-08`, - DealsWon: 6, - DealsLost: 27, - DealsPending: 20, - DealsTotal: 53, - Ratio: 18, - EstimatedSales: 2290140, - ActualSales: 760602, - Tags: `hot, financial` - }), - new EmployeesDataItem( - { - ID: 172437592, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/62.jpg`, - Name: `Jany Millar`, - Email: `jmillar7u@washingtonpost.com`, - Company: `Twinte`, - Position: `Help Desk Operator`, - Phone: `916-934-4516`, - Mobile: `561-979-0271`, - Fax: `561-876-8632`, - Street: `2 Esch Drive`, - City: `Sacramento`, - ZipCode: 94291, - State: `CA`, - Country: `United States`, - ReferredBy: `Armando Izzatt`, - CreatedOn: `2018-03-17`, - Birthday: `1979-11-06`, - LastActivity: `2018-04-10`, - NextActivity: `2020-04-10`, - DealsWon: 27, - DealsLost: 30, - DealsPending: 21, - DealsTotal: 78, - Ratio: 47, - EstimatedSales: 1546062, - ActualSales: 3467664, - Tags: `hot, financial` - }), - new EmployeesDataItem( - { - ID: 543735871, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/73.jpg`, - Name: `Hewe Lang`, - Email: `hlang7v@moonfruit.com`, - Company: `Zazio`, - Position: `Recruiting Manager`, - Phone: `865-995-8391`, - Mobile: `818-584-8353`, - Fax: `419-424-8134`, - Street: `54 Northport Court`, - City: `Knoxville`, - ZipCode: 37919, - State: `TN`, - Country: `United States`, - ReferredBy: `Maggie Simeone`, - CreatedOn: `2017-12-22`, - Birthday: `1979-11-11`, - LastActivity: `2017-12-31`, - NextActivity: `2019-10-31`, - DealsWon: 17, - DealsLost: 27, - DealsPending: 8, - DealsTotal: 52, - Ratio: 39, - EstimatedSales: 1445176, - ActualSales: 3224560, - Tags: `subscriber, retail` - }), - new EmployeesDataItem( - { - ID: 172692034, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/19.jpg`, - Name: `Benjamin Derbyshire`, - Email: `bderbyshire7w@lycos.com`, - Company: `Einti`, - Position: `Structural Analysis Engineer`, - Phone: `251-864-0336`, - Mobile: `856-723-7301`, - Fax: `619-524-5810`, - Street: `60 Anthes Parkway`, - City: `Mobile`, - ZipCode: 36610, - State: `AL`, - Country: `United States`, - ReferredBy: `Yvette Tosdevin`, - CreatedOn: `2017-09-27`, - Birthday: `1993-08-26`, - LastActivity: `2017-09-29`, - NextActivity: `2018-12-29`, - DealsWon: 27, - DealsLost: 11, - DealsPending: 13, - DealsTotal: 51, - Ratio: 71, - EstimatedSales: 1840319, - ActualSales: 1980828, - Tags: `warm, medical` - }), - new EmployeesDataItem( - { - ID: 552081785, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/46.jpg`, - Name: `Yardley Gavrielli`, - Email: `ygavrielli7x@chronoengine.com`, - Company: `Topicware`, - Position: `Nurse Practicioner`, - Phone: `212-867-0995`, - Mobile: `706-327-8294`, - Fax: `920-734-1170`, - Street: `456 Lake View Center`, - City: `New York City`, - ZipCode: 10131, - State: `NY`, - Country: `United States`, - ReferredBy: `Moina Plan`, - CreatedOn: `2018-01-19`, - Birthday: `1971-11-20`, - LastActivity: `2018-02-11`, - NextActivity: `2020-01-11`, - DealsWon: 7, - DealsLost: 19, - DealsPending: 17, - DealsTotal: 43, - Ratio: 27, - EstimatedSales: 1495405, - ActualSales: 950201, - Tags: `hot, financial` - }), - new EmployeesDataItem( - { - ID: 837958890, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/17.jpg`, - Name: `Juditha Mars`, - Email: `jmars7y@slashdot.org`, - Company: `Gabcube`, - Position: `Business Systems Development Analyst`, - Phone: `559-155-4807`, - Mobile: `305-202-2158`, - Fax: `864-595-4607`, - Street: `3 Bayside Center`, - City: `Fresno`, - ZipCode: 93721, - State: `CA`, - Country: `United States`, - ReferredBy: `Neddy Bardwell`, - CreatedOn: `2017-09-01`, - Birthday: `1976-11-03`, - LastActivity: `2017-09-06`, - NextActivity: `2019-05-06`, - DealsWon: 27, - DealsLost: 29, - DealsPending: 29, - DealsTotal: 85, - Ratio: 48, - EstimatedSales: 3944000, - ActualSales: 4134078, - Tags: `cold, engineering` - }), - new EmployeesDataItem( - { - ID: 358406554, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/56.jpg`, - Name: `Spenser Seid`, - Email: `sseid7z@google.de`, - Company: `Divanoodle`, - Position: `Technical Writer`, - Phone: `806-430-4954`, - Mobile: `912-854-9588`, - Fax: `615-777-2675`, - Street: `7 Haas Avenue`, - City: `Lubbock`, - ZipCode: 79405, - State: `TX`, - Country: `United States`, - ReferredBy: `Reynard Aleksich`, - CreatedOn: `2017-07-04`, - Birthday: `1974-09-17`, - LastActivity: `2017-07-31`, - NextActivity: `2017-12-31`, - DealsWon: 15, - DealsLost: 30, - DealsPending: 12, - DealsTotal: 57, - Ratio: 33, - EstimatedSales: 2229372, - ActualSales: 918525, - Tags: `warm, financial` - }), - new EmployeesDataItem( - { - ID: 265369662, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/65.jpg`, - Name: `Addy Claw`, - Email: `aclaw80@jugem.jp`, - Company: ``, - Position: `Design Engineer`, - Phone: `313-905-6764`, - Mobile: `415-170-8833`, - Fax: `574-935-9107`, - Street: `053 Pine View Pass`, - City: `Detroit`, - ZipCode: 48258, - State: `MI`, - Country: `United States`, - ReferredBy: `Abramo MacKeever`, - CreatedOn: `2017-03-25`, - Birthday: `1975-06-02`, - LastActivity: `2017-04-16`, - NextActivity: `2019-04-16`, - DealsWon: 13, - DealsLost: 12, - DealsPending: 0, - DealsTotal: 25, - Ratio: 52, - EstimatedSales: 0, - ActualSales: 1184027, - Tags: `subscriber, financial` - }), - new EmployeesDataItem( - { - ID: 741598002, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/51.jpg`, - Name: `Isabelle Suddick`, - Email: `isuddick81@cafepress.com`, - Company: `Buzzster`, - Position: `Information Systems Manager`, - Phone: `202-913-3272`, - Mobile: `936-914-0771`, - Fax: `334-725-5925`, - Street: `4 2nd Place`, - City: `Washington`, - ZipCode: 20591, - State: `DC`, - Country: `United States`, - ReferredBy: `Milzie Brokenshire`, - CreatedOn: `2017-08-26`, - Birthday: `1971-06-17`, - LastActivity: `2017-09-10`, - NextActivity: `2018-09-10`, - DealsWon: 13, - DealsLost: 26, - DealsPending: 20, - DealsTotal: 59, - Ratio: 33, - EstimatedSales: 3350320, - ActualSales: 1540552, - Tags: `subscriber, pharmaceutical` - }), - new EmployeesDataItem( - { - ID: 423264672, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/63.jpg`, - Name: `Morris Dyneley`, - Email: `mdyneley82@nhs.uk`, - Company: `Dazzlesphere`, - Position: `Sales Associate`, - Phone: `754-772-5397`, - Mobile: `713-447-9175`, - Fax: `817-857-3711`, - Street: `22 Summerview Plaza`, - City: `Fort Lauderdale`, - ZipCode: 33310, - State: `FL`, - Country: `United States`, - ReferredBy: `Lida Napoleone`, - CreatedOn: `2018-03-26`, - Birthday: `1992-09-22`, - LastActivity: `2018-04-23`, - NextActivity: `2019-03-23`, - DealsWon: 19, - DealsLost: 3, - DealsPending: 27, - DealsTotal: 49, - Ratio: 86, - EstimatedSales: 3897612, - ActualSales: 1384416, - Tags: `` - }), - new EmployeesDataItem( - { - ID: 351543741, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/69.jpg`, - Name: `Mord Scourge`, - Email: `mscourge83@newyorker.com`, - Company: `Feedmix`, - Position: `Biostatistician I`, - Phone: `661-128-8349`, - Mobile: `714-825-9663`, - Fax: `330-496-6595`, - Street: `354 Russell Pass`, - City: `Bakersfield`, - ZipCode: 93381, - State: `CA`, - Country: `United States`, - ReferredBy: `Simonne Mathevon`, - CreatedOn: `2017-07-10`, - Birthday: `1995-01-26`, - LastActivity: `2017-07-12`, - NextActivity: `2018-09-12`, - DealsWon: 17, - DealsLost: 5, - DealsPending: 0, - DealsTotal: 22, - Ratio: 77, - EstimatedSales: 0, - ActualSales: 1364233, - Tags: `subscriber, financial` - }), - new EmployeesDataItem( - { - ID: 460145339, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/51.jpg`, - Name: `Trixy Squibe`, - Email: `tsquibe84@privacy.gov.au`, - Company: `Brainbox`, - Position: `Sales Representative`, - Phone: `202-725-3640`, - Mobile: `702-414-5420`, - Fax: `609-766-5023`, - Street: `32 Fisk Point`, - City: `Washington`, - ZipCode: 20456, - State: `DC`, - Country: `United States`, - ReferredBy: `Waite Bendson`, - CreatedOn: `2018-03-21`, - Birthday: `1978-05-20`, - LastActivity: `2018-04-08`, - NextActivity: `2018-07-08`, - DealsWon: 12, - DealsLost: 26, - DealsPending: 13, - DealsTotal: 51, - Ratio: 32, - EstimatedSales: 1992991, - ActualSales: 939048, - Tags: `demo, engineering` - }), - new EmployeesDataItem( - { - ID: 101414303, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/40.jpg`, - Name: `Estrellita Syers`, - Email: `esyers85@springer.com`, - Company: `Yodoo`, - Position: `Compensation Analyst`, - Phone: `208-732-7683`, - Mobile: `859-395-6312`, - Fax: `402-401-3364`, - Street: `3 Center Crossing`, - City: `Boise`, - ZipCode: 83705, - State: `ID`, - Country: `United States`, - ReferredBy: `Quintilla Hopkynson`, - CreatedOn: `2018-01-14`, - Birthday: `2001-11-14`, - LastActivity: `2018-01-17`, - NextActivity: `2019-12-17`, - DealsWon: 16, - DealsLost: 15, - DealsPending: 0, - DealsTotal: 31, - Ratio: 52, - EstimatedSales: 0, - ActualSales: 848544, - Tags: `cold, medical` - }), - new EmployeesDataItem( - { - ID: 588653404, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/74.jpg`, - Name: `Garik Poppy`, - Email: `gpoppy86@de.vu`, - Company: `Linkbuzz`, - Position: `Associate Professor`, - Phone: `304-800-8076`, - Mobile: `515-181-6287`, - Fax: `909-708-4343`, - Street: `830 Novick Parkway`, - City: `Huntington`, - ZipCode: 25709, - State: `WV`, - Country: `United States`, - ReferredBy: `Amos Vorley`, - CreatedOn: `2017-10-16`, - Birthday: `1978-06-12`, - LastActivity: `2017-11-06`, - NextActivity: `2019-09-06`, - DealsWon: 21, - DealsLost: 21, - DealsPending: 17, - DealsTotal: 59, - Ratio: 5, - EstimatedSales: 2467805, - ActualSales: 2334633, - Tags: `` - }), - new EmployeesDataItem( - { - ID: 727958751, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/6.jpg`, - Name: `Emmy Woodstock`, - Email: `ewoodstock87@imdb.com`, - Company: `Livetube`, - Position: `Safety Technician II`, - Phone: `212-429-7850`, - Mobile: `504-221-0143`, - Fax: `862-649-2540`, - Street: `84409 Jay Junction`, - City: `Jamaica`, - ZipCode: 11499, - State: `NY`, - Country: `United States`, - ReferredBy: `Jehu MacShirie`, - CreatedOn: `2018-01-12`, - Birthday: `1971-09-22`, - LastActivity: `2018-02-03`, - NextActivity: `2019-06-03`, - DealsWon: 10, - DealsLost: 26, - DealsPending: 22, - DealsTotal: 58, - Ratio: 28, - EstimatedSales: 3012614, - ActualSales: 1770810, - Tags: `construction` - }), - new EmployeesDataItem( - { - ID: 523493556, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/89.jpg`, - Name: `Lavina Heffernon`, - Email: `lheffernon88@bbb.org`, - Company: `Meetz`, - Position: `Structural Analysis Engineer`, - Phone: `845-812-4510`, - Mobile: `719-153-0884`, - Fax: `361-682-1885`, - Street: `4 Superior Parkway`, - City: `White Plains`, - ZipCode: 10606, - State: `NY`, - Country: `United States`, - ReferredBy: `Hamil Bower`, - CreatedOn: `2017-01-06`, - Birthday: `1992-06-07`, - LastActivity: `2017-01-18`, - NextActivity: `2018-04-18`, - DealsWon: 15, - DealsLost: 11, - DealsPending: 22, - DealsTotal: 48, - Ratio: 58, - EstimatedSales: 2495900, - ActualSales: 855030, - Tags: `demo, medical` - }), - new EmployeesDataItem( - { - ID: 724383624, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/21.jpg`, - Name: `Putnam Elsey`, - Email: `pelsey89@simplemachines.org`, - Company: `Topicware`, - Position: `Quality Control Specialist`, - Phone: `203-676-6544`, - Mobile: `218-437-6548`, - Fax: `512-180-0093`, - Street: `6 Golf View Plaza`, - City: `Waterbury`, - ZipCode: 6721, - State: `CT`, - Country: `United States`, - ReferredBy: `Michaella D'Onisi`, - CreatedOn: `2017-03-26`, - Birthday: `1994-06-26`, - LastActivity: `2017-04-06`, - NextActivity: `2018-06-06`, - DealsWon: 9, - DealsLost: 22, - DealsPending: 20, - DealsTotal: 51, - Ratio: 29, - EstimatedSales: 1737460, - ActualSales: 732573, - Tags: `warm, construction` - }), - new EmployeesDataItem( - { - ID: 408897332, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/12.jpg`, - Name: `Wallas Semechik`, - Email: `wsemechik8a@indiatimes.com`, - Company: `Dynazzy`, - Position: `Senior Cost Accountant`, - Phone: `303-307-2884`, - Mobile: `214-290-9478`, - Fax: `714-583-5431`, - Street: `15859 Ilene Road`, - City: `Denver`, - ZipCode: 80255, - State: `CO`, - Country: `United States`, - ReferredBy: `Jeni O' Brian`, - CreatedOn: `2017-06-15`, - Birthday: `1991-04-24`, - LastActivity: `2017-06-25`, - NextActivity: `2018-07-25`, - DealsWon: 11, - DealsLost: 26, - DealsPending: 11, - DealsTotal: 48, - Ratio: 3, - EstimatedSales: 1035584, - ActualSales: 1890350, - Tags: `subscriber, medical` - }), - new EmployeesDataItem( - { - ID: 209271194, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/59.jpg`, - Name: `Nikki McElhinney`, - Email: `nmcelhinney8b@google.pl`, - Company: `Innotype`, - Position: `Dental Hygienist`, - Phone: `904-108-8199`, - Mobile: `714-780-1163`, - Fax: `704-334-2031`, - Street: `74019 Thackeray Street`, - City: `Jacksonville`, - ZipCode: 32209, - State: `FL`, - Country: `United States`, - ReferredBy: `George Batteson`, - CreatedOn: `2017-06-01`, - Birthday: `1994-01-03`, - LastActivity: `2017-06-16`, - NextActivity: `2017-11-16`, - DealsWon: 0, - DealsLost: 6, - DealsPending: 6, - DealsTotal: 12, - Ratio: 0, - EstimatedSales: 1123986, - ActualSales: 0, - Tags: `subscriber, engineering` - }), - new EmployeesDataItem( - { - ID: 770583380, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/19.jpg`, - Name: `Rollins Daintith`, - Email: `rdaintith8c@reference.com`, - Company: `Jabbertype`, - Position: `Senior Sales Associate`, - Phone: `678-381-8810`, - Mobile: `267-748-3839`, - Fax: `205-392-5114`, - Street: `56 Blue Bill Park Circle`, - City: `Lawrenceville`, - ZipCode: 30245, - State: `GA`, - Country: `United States`, - ReferredBy: `Jessey Boken`, - CreatedOn: `2017-08-09`, - Birthday: `1998-11-02`, - LastActivity: `2017-09-05`, - NextActivity: `2019-08-05`, - DealsWon: 11, - DealsLost: 18, - DealsPending: 17, - DealsTotal: 46, - Ratio: 38, - EstimatedSales: 919581, - ActualSales: 1988074, - Tags: `subscriber, pharmaceutical` - }), - new EmployeesDataItem( - { - ID: 469803012, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/71.jpg`, - Name: `Lenna de Savery`, - Email: `lde8d@chron.com`, - Company: `Mycat`, - Position: `Help Desk Operator`, - Phone: `731-297-7807`, - Mobile: `202-989-7461`, - Fax: `404-461-5452`, - Street: `1 Randy Circle`, - City: `Jackson`, - ZipCode: 38308, - State: `TN`, - Country: `United States`, - ReferredBy: `Andie McCullouch`, - CreatedOn: `2017-08-03`, - Birthday: `1995-01-14`, - LastActivity: `2017-08-08`, - NextActivity: `2018-01-08`, - DealsWon: 3, - DealsLost: 17, - DealsPending: 3, - DealsTotal: 23, - Ratio: 15, - EstimatedSales: 587517, - ActualSales: 578772, - Tags: `subscriber, construction` - }), - new EmployeesDataItem( - { - ID: 576835437, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/19.jpg`, - Name: `Harlan Cocker`, - Email: `hcocker8e@washingtonpost.com`, - Company: `Gabcube`, - Position: `Structural Engineer`, - Phone: `202-810-3329`, - Mobile: `720-875-8123`, - Fax: `859-985-5300`, - Street: `83 Mallory Circle`, - City: `Washington`, - ZipCode: 20530, - State: `DC`, - Country: `United States`, - ReferredBy: `Martelle Vanlint`, - CreatedOn: `2017-12-11`, - Birthday: `1996-10-24`, - LastActivity: `2017-12-14`, - NextActivity: `2018-01-14`, - DealsWon: 14, - DealsLost: 21, - DealsPending: 23, - DealsTotal: 58, - Ratio: 4, - EstimatedSales: 3153300, - ActualSales: 2667336, - Tags: `demo, construction` - }), - new EmployeesDataItem( - { - ID: 859117140, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/27.jpg`, - Name: `Ollie Storck`, - Email: `ostorck8f@zdnet.com`, - Company: `InnoZ`, - Position: `Financial Advisor`, - Phone: `336-858-2561`, - Mobile: `940-461-8120`, - Fax: `602-496-1035`, - Street: `20 Northfield Court`, - City: `High Point`, - ZipCode: 27264, - State: `NC`, - Country: `United States`, - ReferredBy: `Freddie Siddons`, - CreatedOn: `2018-02-04`, - Birthday: `1976-11-07`, - LastActivity: `2018-03-02`, - NextActivity: `2019-08-02`, - DealsWon: 2, - DealsLost: 9, - DealsPending: 13, - DealsTotal: 24, - Ratio: 18, - EstimatedSales: 1314690, - ActualSales: 258932, - Tags: `construction` - }), - new EmployeesDataItem( - { - ID: 163356197, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/29.jpg`, - Name: `Constancy Bagot`, - Email: `cbagot8g@State.gov`, - Company: `Eadel`, - Position: `VP Product Management`, - Phone: `919-781-1567`, - Mobile: `212-265-0368`, - Fax: `501-431-3941`, - Street: `34 Prairie Rose Center`, - City: `Raleigh`, - ZipCode: 27626, - State: `NC`, - Country: `United States`, - ReferredBy: `Cleveland Kleisle`, - CreatedOn: `2017-07-29`, - Birthday: `1975-08-05`, - LastActivity: `2017-08-18`, - NextActivity: `2017-11-18`, - DealsWon: 24, - DealsLost: 6, - DealsPending: 13, - DealsTotal: 43, - Ratio: 8, - EstimatedSales: 652782, - ActualSales: 1497600, - Tags: `retail` - }), - new EmployeesDataItem( - { - ID: 848325641, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/92.jpg`, - Name: `Herschel Brimilcombe`, - Email: `hbrimilcombe8h@csmonitor.com`, - Company: `Feedfire`, - Position: `Chemical Engineer`, - Phone: `718-416-8458`, - Mobile: `904-371-7742`, - Fax: `502-929-4130`, - Street: `2005 Hermina Court`, - City: `Staten Island`, - ZipCode: 10305, - State: `NY`, - Country: `United States`, - ReferredBy: `Merrili Fuxman`, - CreatedOn: `2017-02-07`, - Birthday: `1988-10-08`, - LastActivity: `2017-02-11`, - NextActivity: `2018-07-11`, - DealsWon: 27, - DealsLost: 26, - DealsPending: 10, - DealsTotal: 63, - Ratio: 51, - EstimatedSales: 537900, - ActualSales: 4803246, - Tags: `hot, engineering` - }), - new EmployeesDataItem( - { - ID: 269109261, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/76.jpg`, - Name: `Trixi Joslin`, - Email: `tjoslin8i@yandex.ru`, - Company: `Izio`, - Position: `Assistant Media Planner`, - Phone: `502-920-9388`, - Mobile: `727-329-3524`, - Fax: `406-271-0101`, - Street: `31260 Dexter Hill`, - City: `Louisville`, - ZipCode: 40293, - State: `KY`, - Country: `United States`, - ReferredBy: `Janessa Mariot`, - CreatedOn: `2017-05-11`, - Birthday: `1999-07-17`, - LastActivity: `2017-05-14`, - NextActivity: `2019-01-14`, - DealsWon: 30, - DealsLost: 27, - DealsPending: 12, - DealsTotal: 69, - Ratio: 53, - EstimatedSales: 833064, - ActualSales: 4902630, - Tags: `pharmaceutical` - }), - new EmployeesDataItem( - { - ID: 479312655, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/74.jpg`, - Name: `Bailie Rushbrook`, - Email: `brushbrook8j@deliciousdays.com`, - Company: `Rhynyx`, - Position: `Sales Representative`, - Phone: `909-101-9926`, - Mobile: `302-836-4370`, - Fax: `203-683-0094`, - Street: `585 Cody Trail`, - City: `San Bernardino`, - ZipCode: 92410, - State: `CA`, - Country: `United States`, - ReferredBy: `Dwain Taffe`, - CreatedOn: `2017-07-11`, - Birthday: `1995-04-08`, - LastActivity: `2017-07-12`, - NextActivity: `2018-03-12`, - DealsWon: 29, - DealsLost: 24, - DealsPending: 11, - DealsTotal: 64, - Ratio: 55, - EstimatedSales: 1902879, - ActualSales: 5429293, - Tags: `demo, engineering` - }), - new EmployeesDataItem( - { - ID: 941982434, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/58.jpg`, - Name: `Caspar Imlaw`, - Email: `cimlaw8k@blog.com`, - Company: `LiveZ`, - Position: `Paralegal`, - Phone: `904-804-8605`, - Mobile: `313-124-3542`, - Fax: `740-254-8070`, - Street: `42 High Crossing Street`, - City: `Jacksonville`, - ZipCode: 32220, - State: `FL`, - Country: `United States`, - ReferredBy: `Berny Avo`, - CreatedOn: `2018-03-19`, - Birthday: `1981-01-09`, - LastActivity: `2018-04-02`, - NextActivity: `2019-07-02`, - DealsWon: 0, - DealsLost: 11, - DealsPending: 1, - DealsTotal: 12, - Ratio: 0, - EstimatedSales: 179359, - ActualSales: 0, - Tags: `warm, financial` - }), - new EmployeesDataItem( - { - ID: 330480477, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/21.jpg`, - Name: `Orrin Wrightam`, - Email: `owrightam8l@bravesites.com`, - Company: `Camido`, - Position: `Professor`, - Phone: `602-891-7416`, - Mobile: `502-505-6615`, - Fax: `319-965-4949`, - Street: `5 Karstens Place`, - City: `Phoenix`, - ZipCode: 85040, - State: `AZ`, - Country: `United States`, - ReferredBy: `Fabe Cramb`, - CreatedOn: `2017-06-24`, - Birthday: `1971-07-02`, - LastActivity: `2017-07-20`, - NextActivity: `2017-12-20`, - DealsWon: 30, - DealsLost: 29, - DealsPending: 19, - DealsTotal: 78, - Ratio: 51, - EstimatedSales: 1187386, - ActualSales: 3225510, - Tags: `demo, medical` - }), - new EmployeesDataItem( - { - ID: 962909787, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/31.jpg`, - Name: `Diane-marie Syson`, - Email: `dsyson8m@nifty.com`, - Company: `Babbleblab`, - Position: `Engineer III`, - Phone: `217-741-8377`, - Mobile: `847-979-5245`, - Fax: `202-443-3769`, - Street: `51542 Cardinal Pass`, - City: `Springfield`, - ZipCode: 62723, - State: `IL`, - Country: `United States`, - ReferredBy: `Cinda Gehring`, - CreatedOn: `2017-01-03`, - Birthday: `1992-10-03`, - LastActivity: `2017-01-09`, - NextActivity: `2017-03-09`, - DealsWon: 19, - DealsLost: 16, - DealsPending: 22, - DealsTotal: 57, - Ratio: 54, - EstimatedSales: 2714184, - ActualSales: 1713914, - Tags: `construction` - }), - new EmployeesDataItem( - { - ID: 933111738, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/2.jpg`, - Name: `Verene Swire`, - Email: `vswire8n@toplist.cz`, - Company: `Twitterwire`, - Position: `Analyst Programmer`, - Phone: `503-172-9678`, - Mobile: `414-807-2971`, - Fax: `407-200-5929`, - Street: `629 Hauk Drive`, - City: `Portland`, - ZipCode: 97206, - State: `OR`, - Country: `United States`, - ReferredBy: `Gunner McCerery`, - CreatedOn: `2018-04-15`, - Birthday: `1996-08-06`, - LastActivity: `2018-05-02`, - NextActivity: `2019-09-02`, - DealsWon: 22, - DealsLost: 13, - DealsPending: 6, - DealsTotal: 41, - Ratio: 63, - EstimatedSales: 695478, - ActualSales: 1439614, - Tags: `pro, financial` - }), - new EmployeesDataItem( - { - ID: 435959533, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/82.jpg`, - Name: `Rodrigo Piers`, - Email: `rpiers8o@cisco.com`, - Company: `Kwimbee`, - Position: `Occupational Therapist`, - Phone: `650-353-7414`, - Mobile: `253-198-7254`, - Fax: `214-829-4388`, - Street: `06055 Welch Court`, - City: `Redwood City`, - ZipCode: 94064, - State: `CA`, - Country: `United States`, - ReferredBy: `Frannie Orteaux`, - CreatedOn: `2017-01-04`, - Birthday: `1977-03-07`, - LastActivity: `2017-01-12`, - NextActivity: `2017-06-12`, - DealsWon: 22, - DealsLost: 12, - DealsPending: 16, - DealsTotal: 50, - Ratio: 65, - EstimatedSales: 1440736, - ActualSales: 2113518, - Tags: `warm, engineering` - }), - new EmployeesDataItem( - { - ID: 638785306, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/74.jpg`, - Name: `Cletis Wybern`, - Email: `cwybern8p@blogspot.com`, - Company: `Oozz`, - Position: `VP Quality Control`, - Phone: `585-573-1575`, - Mobile: `619-386-2102`, - Fax: `513-881-1789`, - Street: `168 Grasskamp Way`, - City: `Rochester`, - ZipCode: 14639, - State: `NY`, - Country: `United States`, - ReferredBy: `Gray Odams`, - CreatedOn: `2017-12-26`, - Birthday: `1999-06-11`, - LastActivity: `2018-01-03`, - NextActivity: `2018-09-03`, - DealsWon: 10, - DealsLost: 24, - DealsPending: 30, - DealsTotal: 64, - Ratio: 29, - EstimatedSales: 1519140, - ActualSales: 1373790, - Tags: `demo, construction` - }), - new EmployeesDataItem( - { - ID: 527913396, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/16.jpg`, - Name: `Berky Cosker`, - Email: `bcosker8q@State.gov`, - Company: `Yombu`, - Position: `Financial Analyst`, - Phone: `202-642-7548`, - Mobile: `713-279-1157`, - Fax: `757-252-2518`, - Street: `2 David Point`, - City: `Washington`, - ZipCode: 20404, - State: `DC`, - Country: `United States`, - ReferredBy: `Laural Massy`, - CreatedOn: `2017-07-07`, - Birthday: `1973-10-31`, - LastActivity: `2017-07-27`, - NextActivity: `2017-10-27`, - DealsWon: 28, - DealsLost: 28, - DealsPending: 20, - DealsTotal: 76, - Ratio: 5, - EstimatedSales: 1030600, - ActualSales: 2565584, - Tags: `pro, financial` - }), - new EmployeesDataItem( - { - ID: 228323505, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/80.jpg`, - Name: `Juliann Janoschek`, - Email: `jjanoschek8r@intel.com`, - Company: `BlogTags`, - Position: `VP Accounting`, - Phone: `802-657-0520`, - Mobile: `860-211-0636`, - Fax: `801-500-5100`, - Street: `23507 South Hill`, - City: `Montpelier`, - ZipCode: 5609, - State: `VT`, - Country: `United States`, - ReferredBy: `Babbette Linkie`, - CreatedOn: `2017-08-19`, - Birthday: `1979-11-06`, - LastActivity: `2017-08-25`, - NextActivity: `2018-03-25`, - DealsWon: 30, - DealsLost: 20, - DealsPending: 23, - DealsTotal: 73, - Ratio: 6, - EstimatedSales: 4039260, - ActualSales: 3939210, - Tags: `` - }), - new EmployeesDataItem( - { - ID: 374637037, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/71.jpg`, - Name: `Kassey Seawell`, - Email: `kseawell8s@apple.com`, - Company: `Mita`, - Position: `Staff Accountant III`, - Phone: `763-513-3335`, - Mobile: `619-552-4732`, - Fax: `571-941-0951`, - Street: `21 Fulton Street`, - City: `Minneapolis`, - ZipCode: 55441, - State: `MN`, - Country: `United States`, - ReferredBy: `Saunders Glossop`, - CreatedOn: `2017-05-10`, - Birthday: `1986-01-28`, - LastActivity: `2017-05-27`, - NextActivity: `2019-02-27`, - DealsWon: 21, - DealsLost: 25, - DealsPending: 4, - DealsTotal: 50, - Ratio: 46, - EstimatedSales: 402772, - ActualSales: 1624896, - Tags: `demo, engineering` - }), - new EmployeesDataItem( - { - ID: 820255848, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/8.jpg`, - Name: `Stanislas Minney`, - Email: `sminney8t@apache.org`, - Company: `Fiveclub`, - Position: `Chemical Engineer`, - Phone: `814-115-8776`, - Mobile: `850-828-1785`, - Fax: `212-919-9133`, - Street: `8 Londonderry Lane`, - City: `Johnstown`, - ZipCode: 15906, - State: `PA`, - Country: `United States`, - ReferredBy: `Lucian Beet`, - CreatedOn: `2017-10-01`, - Birthday: `1999-12-19`, - LastActivity: `2017-10-21`, - NextActivity: `2018-12-21`, - DealsWon: 29, - DealsLost: 8, - DealsPending: 21, - DealsTotal: 58, - Ratio: 78, - EstimatedSales: 3111843, - ActualSales: 4637825, - Tags: `cool, pharmaceutical` - }), - new EmployeesDataItem( - { - ID: 776402424, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/42.jpg`, - Name: `Catharine Grassett`, - Email: `cgrassett8u@ihg.com`, - Company: `Midel`, - Position: `Marketing Assistant`, - Phone: `860-945-8750`, - Mobile: `404-157-1228`, - Fax: `216-635-9191`, - Street: `00239 Maple Wood Plaza`, - City: `Hartford`, - ZipCode: 6140, - State: `CT`, - Country: `United States`, - ReferredBy: `Adair Tomashov`, - CreatedOn: `2017-05-30`, - Birthday: `1985-01-26`, - LastActivity: `2017-06-29`, - NextActivity: `2018-10-29`, - DealsWon: 14, - DealsLost: 25, - DealsPending: 28, - DealsTotal: 67, - Ratio: 36, - EstimatedSales: 2479596, - ActualSales: 1491980, - Tags: `cool, retail` - }), - new EmployeesDataItem( - { - ID: 523146434, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/22.jpg`, - Name: `Clareta Pumphrey`, - Email: `cpumphrey8v@addthis.com`, - Company: `Quatz`, - Position: `Occupational Therapist`, - Phone: `432-643-9482`, - Mobile: `661-302-3038`, - Fax: `734-653-0526`, - Street: `248 Miller Park`, - City: `Midland`, - ZipCode: 79705, - State: `TX`, - Country: `United States`, - ReferredBy: `Clementine Alchin`, - CreatedOn: `2017-06-29`, - Birthday: `1997-05-03`, - LastActivity: `2017-06-30`, - NextActivity: `2018-04-30`, - DealsWon: 28, - DealsLost: 19, - DealsPending: 19, - DealsTotal: 66, - Ratio: 6, - EstimatedSales: 2139970, - ActualSales: 3976420, - Tags: `hot, pharmaceutical` - }), - new EmployeesDataItem( - { - ID: 100504119, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/52.jpg`, - Name: `Theobald Chessun`, - Email: `tchessun8w@gov.uk`, - Company: `Blogpad`, - Position: `Systems Administrator II`, - Phone: `801-915-9520`, - Mobile: `202-151-2216`, - Fax: `614-895-5841`, - Street: `58 Ridge Oak Terrace`, - City: `Salt Lake City`, - ZipCode: 84105, - State: `UT`, - Country: `United States`, - ReferredBy: `Shari Otto`, - CreatedOn: `2017-10-19`, - Birthday: `1970-09-15`, - LastActivity: `2017-10-24`, - NextActivity: `2019-07-24`, - DealsWon: 29, - DealsLost: 22, - DealsPending: 11, - DealsTotal: 62, - Ratio: 57, - EstimatedSales: 894850, - ActualSales: 4514053, - Tags: `cold, construction` - }), - new EmployeesDataItem( - { - ID: 168974669, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/50.jpg`, - Name: `Igor Zelland`, - Email: `izelland8x@mapy.cz`, - Company: `Meembee`, - Position: `Geological Engineer`, - Phone: `260-493-9904`, - Mobile: `408-448-9001`, - Fax: `678-797-5962`, - Street: `2645 Calypso Center`, - City: `Fort Wayne`, - ZipCode: 46862, - State: `IN`, - Country: `United States`, - ReferredBy: `Daloris Prahm`, - CreatedOn: `2017-01-21`, - Birthday: `1995-05-13`, - LastActivity: `2017-01-26`, - NextActivity: `2018-11-26`, - DealsWon: 26, - DealsLost: 12, - DealsPending: 3, - DealsTotal: 41, - Ratio: 68, - EstimatedSales: 507147, - ActualSales: 2576574, - Tags: `subscriber, medical` - }), - new EmployeesDataItem( - { - ID: 659485460, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/36.jpg`, - Name: `Van Klyner`, - Email: `vklyner8y@yellowbook.com`, - Company: `Mynte`, - Position: `Technical Writer`, - Phone: `786-591-1123`, - Mobile: `518-142-0718`, - Fax: `757-138-4073`, - Street: `02 Sunfield Hill`, - City: `Hialeah`, - ZipCode: 33013, - State: `FL`, - Country: `United States`, - ReferredBy: `Isaak Bracknall`, - CreatedOn: `2017-07-27`, - Birthday: `1999-09-24`, - LastActivity: `2017-08-19`, - NextActivity: `2019-04-19`, - DealsWon: 18, - DealsLost: 23, - DealsPending: 14, - DealsTotal: 55, - Ratio: 44, - EstimatedSales: 1992900, - ActualSales: 1462824, - Tags: `subscriber, financial` - }), - new EmployeesDataItem( - { - ID: 980233833, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/52.jpg`, - Name: `Tera Dominicacci`, - Email: `tdominicacci8z@sun.com`, - Company: `Riffpath`, - Position: `Internal Auditor`, - Phone: `562-247-9447`, - Mobile: `623-749-4846`, - Fax: `770-379-1159`, - Street: `417 Quincy Plaza`, - City: `Long Beach`, - ZipCode: 90847, - State: `CA`, - Country: `United States`, - ReferredBy: `Wernher Saint`, - CreatedOn: `2017-10-26`, - Birthday: `1982-12-11`, - LastActivity: `2017-11-16`, - NextActivity: `2018-06-16`, - DealsWon: 2, - DealsLost: 24, - DealsPending: 9, - DealsTotal: 35, - Ratio: 8, - EstimatedSales: 551268, - ActualSales: 147118, - Tags: `cool, engineering` - }), - new EmployeesDataItem( - { - ID: 416702210, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/85.jpg`, - Name: `Matilde Varlow`, - Email: `mvarlow90@nifty.com`, - Company: `Meemm`, - Position: `Civil Engineer`, - Phone: `415-415-9387`, - Mobile: `313-172-7851`, - Fax: `210-235-6319`, - Street: `1712 Holy Cross Trail`, - City: `San Francisco`, - ZipCode: 94169, - State: `CA`, - Country: `United States`, - ReferredBy: `Suzy Milhench`, - CreatedOn: `2018-04-13`, - Birthday: `1992-02-09`, - LastActivity: `2018-05-11`, - NextActivity: `2020-03-11`, - DealsWon: 8, - DealsLost: 23, - DealsPending: 15, - DealsTotal: 46, - Ratio: 26, - EstimatedSales: 2939100, - ActualSales: 914480, - Tags: `warm, engineering` - }), - new EmployeesDataItem( - { - ID: 230876269, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/57.jpg`, - Name: `Jennine Loalday`, - Email: `jloalday91@ameblo.jp`, - Company: `Janyx`, - Position: `Data Coordiator`, - Phone: `404-126-8651`, - Mobile: `317-481-6037`, - Fax: `614-688-1797`, - Street: `07 Steensland Court`, - City: `Atlanta`, - ZipCode: 30340, - State: `GA`, - Country: `United States`, - ReferredBy: `Cassius Chastenet`, - CreatedOn: `2017-02-17`, - Birthday: `1993-05-03`, - LastActivity: `2017-02-22`, - NextActivity: `2018-03-22`, - DealsWon: 29, - DealsLost: 25, - DealsPending: 25, - DealsTotal: 79, - Ratio: 54, - EstimatedSales: 3289500, - ActualSales: 3669892, - Tags: `subscriber, engineering` - }), - new EmployeesDataItem( - { - ID: 239039654, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/15.jpg`, - Name: `Emmy Vasilov`, - Email: `evasilov92@google.ru`, - Company: `Shufflester`, - Position: `Information Systems Manager`, - Phone: `520-572-2984`, - Mobile: `810-350-3702`, - Fax: `614-506-7387`, - Street: `26921 Cottonwood Pass`, - City: `Tucson`, - ZipCode: 85725, - State: `AZ`, - Country: `United States`, - ReferredBy: `Ives McGlaud`, - CreatedOn: `2017-01-11`, - Birthday: `1971-02-12`, - LastActivity: `2017-01-19`, - NextActivity: `2017-04-19`, - DealsWon: 24, - DealsLost: 16, - DealsPending: 10, - DealsTotal: 50, - Ratio: 6, - EstimatedSales: 1548310, - ActualSales: 3143016, - Tags: `cool, pharmaceutical` - }), - new EmployeesDataItem( - { - ID: 678755845, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/99.jpg`, - Name: `Prue Horsewood`, - Email: `phorsewood93@opera.com`, - Company: `Eimbee`, - Position: `Financial Advisor`, - Phone: `602-302-5564`, - Mobile: `916-431-2422`, - Fax: `816-148-3091`, - Street: `0 Bluejay Lane`, - City: `Phoenix`, - ZipCode: 85030, - State: `AZ`, - Country: `United States`, - ReferredBy: `Porter Dannehl`, - CreatedOn: `2017-02-20`, - Birthday: `1976-08-26`, - LastActivity: `2017-02-22`, - NextActivity: `2018-06-22`, - DealsWon: 29, - DealsLost: 16, - DealsPending: 13, - DealsTotal: 58, - Ratio: 64, - EstimatedSales: 2238639, - ActualSales: 1521253, - Tags: `cold, pharmaceutical` - }), - new EmployeesDataItem( - { - ID: 506534287, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/90.jpg`, - Name: `Norton Studdard`, - Email: `nstuddard94@earthlink.net`, - Company: `Thoughtbeat`, - Position: `Media Manager IV`, - Phone: `256-827-7779`, - Mobile: `801-946-9653`, - Fax: `209-400-5924`, - Street: `0910 Spaight Alley`, - City: `Gadsden`, - ZipCode: 35905, - State: `AL`, - Country: `United States`, - ReferredBy: `Galvan Emmott`, - CreatedOn: `2017-06-24`, - Birthday: `1976-03-02`, - LastActivity: `2017-07-05`, - NextActivity: `2018-02-05`, - DealsWon: 30, - DealsLost: 23, - DealsPending: 20, - DealsTotal: 73, - Ratio: 57, - EstimatedSales: 2769660, - ActualSales: 3281460, - Tags: `cold, construction` - }), - new EmployeesDataItem( - { - ID: 446555818, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/71.jpg`, - Name: `Sanford Dews`, - Email: `sdews95@guardian.co.uk`, - Company: `Photobug`, - Position: `Executive Secretary`, - Phone: `213-718-7115`, - Mobile: `334-228-1401`, - Fax: `339-666-0288`, - Street: `30 Reindahl Park`, - City: `Los Angeles`, - ZipCode: 90040, - State: `CA`, - Country: `United States`, - ReferredBy: `Terrence Crowcher`, - CreatedOn: `2017-05-24`, - Birthday: `1980-04-05`, - LastActivity: `2017-06-11`, - NextActivity: `2019-03-11`, - DealsWon: 8, - DealsLost: 6, - DealsPending: 14, - DealsTotal: 28, - Ratio: 57, - EstimatedSales: 1453984, - ActualSales: 1267488, - Tags: `hot, construction` - }), - new EmployeesDataItem( - { - ID: 459720013, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/88.jpg`, - Name: `Kenon Pavier`, - Email: `kpavier96@xing.com`, - Company: `Fadeo`, - Position: `Assistant Manager`, - Phone: `210-551-5713`, - Mobile: `571-885-6232`, - Fax: `407-339-3757`, - Street: `1396 Caliangt Hill`, - City: `San Antonio`, - ZipCode: 78250, - State: `TX`, - Country: `United States`, - ReferredBy: `Sada Guest`, - CreatedOn: `2017-11-10`, - Birthday: `1984-12-19`, - LastActivity: `2017-11-12`, - NextActivity: `2018-06-12`, - DealsWon: 1, - DealsLost: 8, - DealsPending: 16, - DealsTotal: 25, - Ratio: 11, - EstimatedSales: 1206416, - ActualSales: 184068, - Tags: `demo, retail` - }), - new EmployeesDataItem( - { - ID: 885293616, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/30.jpg`, - Name: `Waverly Houchen`, - Email: `whouchen97@xinhuanet.com`, - Company: `Browseblab`, - Position: `Help Desk Operator`, - Phone: `214-242-0207`, - Mobile: `915-244-2479`, - Fax: `504-778-9352`, - Street: `09634 Upham Park`, - City: `Dallas`, - ZipCode: 75358, - State: `TX`, - Country: `United States`, - ReferredBy: `Aldis Anderson`, - CreatedOn: `2017-04-08`, - Birthday: `1996-07-27`, - LastActivity: `2017-04-19`, - NextActivity: `2018-10-19`, - DealsWon: 26, - DealsLost: 26, - DealsPending: 1, - DealsTotal: 53, - Ratio: 5, - EstimatedSales: 180129, - ActualSales: 2333630, - Tags: `` - }), - new EmployeesDataItem( - { - ID: 133151012, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/9.jpg`, - Name: `Ulrica Ginner`, - Email: `uginner98@about.com`, - Company: `Twinder`, - Position: `Payment Adjustment Coordinator`, - Phone: `901-531-5579`, - Mobile: `832-895-9302`, - Fax: `913-218-1656`, - Street: `37318 Schmedeman Trail`, - City: `Memphis`, - ZipCode: 38136, - State: `TN`, - Country: `United States`, - ReferredBy: `Dannye Holstein`, - CreatedOn: `2017-07-28`, - Birthday: `1970-10-25`, - LastActivity: `2017-08-26`, - NextActivity: `2018-02-26`, - DealsWon: 17, - DealsLost: 7, - DealsPending: 11, - DealsTotal: 35, - Ratio: 71, - EstimatedSales: 724603, - ActualSales: 3157019, - Tags: `cold, construction` - }), - new EmployeesDataItem( - { - ID: 272707639, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/36.jpg`, - Name: `Ilysa Beningfield`, - Email: `ibeningfield99@mlb.com`, - Company: `Feednation`, - Position: `Office Assistant I`, - Phone: `810-598-9761`, - Mobile: `860-254-7419`, - Fax: `517-445-5091`, - Street: `55047 Hansons Junction`, - City: `Flint`, - ZipCode: 48555, - State: `MI`, - Country: `United States`, - ReferredBy: `Sibylla Dicken`, - CreatedOn: `2017-08-20`, - Birthday: `1986-01-27`, - LastActivity: `2017-09-09`, - NextActivity: `2019-09-09`, - DealsWon: 25, - DealsLost: 2, - DealsPending: 5, - DealsTotal: 32, - Ratio: 93, - EstimatedSales: 983620, - ActualSales: 2902225, - Tags: `financial` - }), - new EmployeesDataItem( - { - ID: 879914607, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/2.jpg`, - Name: `Tiffani Wentworth`, - Email: `twentworth9a@bluehost.com`, - Company: `Skivee`, - Position: `Compensation Analyst`, - Phone: `412-610-7596`, - Mobile: `214-803-8707`, - Fax: `717-992-1886`, - Street: `9751 Sommers Trail`, - City: `Pittsburgh`, - ZipCode: 15255, - State: `PA`, - Country: `United States`, - ReferredBy: `Emmalynn Bramhill`, - CreatedOn: `2017-07-27`, - Birthday: `1984-09-18`, - LastActivity: `2017-08-20`, - NextActivity: `2018-02-20`, - DealsWon: 24, - DealsLost: 18, - DealsPending: 1, - DealsTotal: 43, - Ratio: 57, - EstimatedSales: 67636, - ActualSales: 2840568, - Tags: `engineering` - }), - new EmployeesDataItem( - { - ID: 949461851, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/86.jpg`, - Name: `Lisabeth Andrieu`, - Email: `landrieu9b@tripod.com`, - Company: `Kwimbee`, - Position: `Software Engineer IV`, - Phone: `651-133-0461`, - Mobile: `281-325-0896`, - Fax: `561-459-5943`, - Street: `1901 Golf Course Plaza`, - City: `Saint Paul`, - ZipCode: 55146, - State: `MN`, - Country: `United States`, - ReferredBy: `Stan Colley`, - CreatedOn: `2017-11-17`, - Birthday: `1984-04-20`, - LastActivity: `2017-11-21`, - NextActivity: `2018-06-21`, - DealsWon: 9, - DealsLost: 25, - DealsPending: 10, - DealsTotal: 44, - Ratio: 26, - EstimatedSales: 693220, - ActualSales: 1317780, - Tags: `` - }), - new EmployeesDataItem( - { - ID: 360417880, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/84.jpg`, - Name: `Kally Foux`, - Email: `kfoux9c@e-recht24.de`, - Company: `Jaxspan`, - Position: `Nurse`, - Phone: `505-991-1978`, - Mobile: `518-947-2620`, - Fax: `423-297-7910`, - Street: `8696 Spenser Trail`, - City: `Albuquerque`, - ZipCode: 87195, - State: `NM`, - Country: `United States`, - ReferredBy: `Henryetta Holttom`, - CreatedOn: `2018-03-29`, - Birthday: `1974-08-13`, - LastActivity: `2018-03-30`, - NextActivity: `2019-03-30`, - DealsWon: 16, - DealsLost: 4, - DealsPending: 15, - DealsTotal: 35, - Ratio: 8, - EstimatedSales: 1952070, - ActualSales: 1023200, - Tags: `cold, engineering` - }), - new EmployeesDataItem( - { - ID: 794186585, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/20.jpg`, - Name: `Lucia Blades`, - Email: `lblades9d@howstuffworks.com`, - Company: `Eimbee`, - Position: `Marketing Assistant`, - Phone: `469-323-0155`, - Mobile: `209-507-8630`, - Fax: `702-125-4183`, - Street: `115 Bluestem Plaza`, - City: `Dallas`, - ZipCode: 75251, - State: `TX`, - Country: `United States`, - ReferredBy: `Lion Badam`, - CreatedOn: `2017-01-15`, - Birthday: `1976-02-04`, - LastActivity: `2017-02-06`, - NextActivity: `2018-01-06`, - DealsWon: 25, - DealsLost: 9, - DealsPending: 0, - DealsTotal: 34, - Ratio: 74, - EstimatedSales: 0, - ActualSales: 4052525, - Tags: `warm, engineering` - }), - new EmployeesDataItem( - { - ID: 133869987, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/84.jpg`, - Name: `Hoebart Entreis`, - Email: `hentreis9e@archive.org`, - Company: `Zoomlounge`, - Position: `Internal Auditor`, - Phone: `505-950-9544`, - Mobile: `718-550-4316`, - Fax: `806-466-6992`, - Street: `865 Browning Hill`, - City: `Albuquerque`, - ZipCode: 87180, - State: `NM`, - Country: `United States`, - ReferredBy: `Cari Oxborough`, - CreatedOn: `2017-04-26`, - Birthday: `1998-06-15`, - LastActivity: `2017-05-21`, - NextActivity: `2018-04-21`, - DealsWon: 3, - DealsLost: 17, - DealsPending: 15, - DealsTotal: 35, - Ratio: 15, - EstimatedSales: 1827300, - ActualSales: 452601, - Tags: `cool, engineering` - }), - new EmployeesDataItem( - { - ID: 306182552, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/65.jpg`, - Name: `Oby Whybrow`, - Email: `owhybrow9f@webnode.com`, - Company: `Ntag`, - Position: `Product Engineer`, - Phone: `941-966-8290`, - Mobile: `916-373-0707`, - Fax: `713-281-2101`, - Street: `7526 Vernon Circle`, - City: `North Port`, - ZipCode: 34290, - State: `FL`, - Country: `United States`, - ReferredBy: `Sebastien Huyche`, - CreatedOn: `2018-02-13`, - Birthday: `1979-08-19`, - LastActivity: `2018-03-08`, - NextActivity: `2019-09-08`, - DealsWon: 12, - DealsLost: 10, - DealsPending: 19, - DealsTotal: 41, - Ratio: 55, - EstimatedSales: 1222498, - ActualSales: 1806744, - Tags: `cold, medical` - }), - new EmployeesDataItem( - { - ID: 531115282, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/47.jpg`, - Name: `Hanson Bendson`, - Email: `hbendson9g@samsung.com`, - Company: `Demizz`, - Position: `Data Coordiator`, - Phone: `720-712-8697`, - Mobile: `786-596-6033`, - Fax: `309-915-8245`, - Street: `2 Golden Leaf Junction`, - City: `Littleton`, - ZipCode: 80161, - State: `CO`, - Country: `United States`, - ReferredBy: `Thomasin Bente`, - CreatedOn: `2017-02-22`, - Birthday: `1970-09-03`, - LastActivity: `2017-03-16`, - NextActivity: `2018-01-16`, - DealsWon: 27, - DealsLost: 28, - DealsPending: 1, - DealsTotal: 56, - Ratio: 49, - EstimatedSales: 177212, - ActualSales: 1717794, - Tags: `hot, financial` - }), - new EmployeesDataItem( - { - ID: 619634946, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/36.jpg`, - Name: `Garrot Barthrop`, - Email: `gbarthrop9h@cdc.gov`, - Company: `Youspan`, - Position: `Executive Secretary`, - Phone: `918-540-6643`, - Mobile: `251-841-1667`, - Fax: `727-519-5359`, - Street: `14 Melvin Center`, - City: `Tulsa`, - ZipCode: 74170, - State: `OK`, - Country: `United States`, - ReferredBy: `Finlay Vannini`, - CreatedOn: `2018-01-22`, - Birthday: `1988-08-27`, - LastActivity: `2018-01-24`, - NextActivity: `2019-06-24`, - DealsWon: 9, - DealsLost: 24, - DealsPending: 3, - DealsTotal: 36, - Ratio: 27, - EstimatedSales: 516813, - ActualSales: 839340, - Tags: `pro, medical` - }), - new EmployeesDataItem( - { - ID: 445175839, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/67.jpg`, - Name: `Cob Gantlett`, - Email: `cgantlett9i@auda.org.au`, - Company: `Mita`, - Position: `Registered Nurse`, - Phone: `407-272-7078`, - Mobile: `817-986-6125`, - Fax: `713-564-7432`, - Street: `86 Memorial Hill`, - City: `Orlando`, - ZipCode: 32891, - State: `FL`, - Country: `United States`, - ReferredBy: `Amalita Gunney`, - CreatedOn: `2017-11-01`, - Birthday: `2003-02-02`, - LastActivity: `2017-11-18`, - NextActivity: `2019-11-18`, - DealsWon: 8, - DealsLost: 24, - DealsPending: 9, - DealsTotal: 41, - Ratio: 25, - EstimatedSales: 1384821, - ActualSales: 736496, - Tags: `cool, pharmaceutical` - }), - new EmployeesDataItem( - { - ID: 369157580, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/6.jpg`, - Name: `Barny Harken`, - Email: `bharken9j@addthis.com`, - Company: `Yambee`, - Position: `Registered Nurse`, - Phone: `410-874-8353`, - Mobile: `804-339-5313`, - Fax: `971-562-5439`, - Street: `9 Menomonie Avenue`, - City: `Baltimore`, - ZipCode: 21239, - State: `MD`, - Country: `United States`, - ReferredBy: `Oby Gallie`, - CreatedOn: `2017-06-30`, - Birthday: `1986-12-24`, - LastActivity: `2017-07-13`, - NextActivity: `2017-09-13`, - DealsWon: 21, - DealsLost: 28, - DealsPending: 15, - DealsTotal: 64, - Ratio: 43, - EstimatedSales: 1557690, - ActualSales: 1465086, - Tags: `subscriber, financial` - }), - new EmployeesDataItem( - { - ID: 447120748, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/98.jpg`, - Name: `Brenn Knibley`, - Email: `bknibley9k@deliciousdays.com`, - Company: `Skyba`, - Position: `Technical Writer`, - Phone: `727-463-4760`, - Mobile: `425-957-6420`, - Fax: `716-402-9375`, - Street: `34820 Straubel Terrace`, - City: `Saint Petersburg`, - ZipCode: 33737, - State: `FL`, - Country: `United States`, - ReferredBy: `Felike Rosenstein`, - CreatedOn: `2017-08-01`, - Birthday: `2000-04-25`, - LastActivity: `2017-08-07`, - NextActivity: `2018-01-07`, - DealsWon: 24, - DealsLost: 25, - DealsPending: 21, - DealsTotal: 70, - Ratio: 49, - EstimatedSales: 1352400, - ActualSales: 2498928, - Tags: `cold, engineering` - }), - new EmployeesDataItem( - { - ID: 759355194, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/45.jpg`, - Name: `Maridel Rey`, - Email: `mrey9l@sciencedaily.com`, - Company: `Yotz`, - Position: `Occupational Therapist`, - Phone: `319-742-3342`, - Mobile: `775-834-8171`, - Fax: `210-897-9369`, - Street: `4891 Northview Court`, - City: `Cedar Rapids`, - ZipCode: 52405, - State: `IA`, - Country: `United States`, - ReferredBy: `Lem Coye`, - CreatedOn: `2017-11-07`, - Birthday: `1992-01-03`, - LastActivity: `2017-11-20`, - NextActivity: `2018-07-20`, - DealsWon: 25, - DealsLost: 25, - DealsPending: 30, - DealsTotal: 80, - Ratio: 5, - EstimatedSales: 2483700, - ActualSales: 4461250, - Tags: `pro, pharmaceutical` - }), - new EmployeesDataItem( - { - ID: 702716732, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/33.jpg`, - Name: `Halley Beart`, - Email: `hbeart9m@sohu.com`, - Company: `Brightdog`, - Position: `Tax Accountant`, - Phone: `571-189-8454`, - Mobile: `267-474-7428`, - Fax: `317-832-7458`, - Street: `06 Northwestern Hill`, - City: `Arlington`, - ZipCode: 22225, - State: `VA`, - Country: `United States`, - ReferredBy: `Harrie Russe`, - CreatedOn: `2017-09-02`, - Birthday: `1984-06-07`, - LastActivity: `2017-09-13`, - NextActivity: `2019-03-13`, - DealsWon: 5, - DealsLost: 20, - DealsPending: 6, - DealsTotal: 31, - Ratio: 2, - EstimatedSales: 348222, - ActualSales: 862935, - Tags: `financial` - }), - new EmployeesDataItem( - { - ID: 799745855, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/34.jpg`, - Name: `Bogart Maben`, - Email: `bmaben9n@bbc.co.uk`, - Company: `Meevee`, - Position: `Statistician I`, - Phone: `702-699-1784`, - Mobile: `503-152-7927`, - Fax: `312-458-8183`, - Street: `276 Fuller Court`, - City: `Las Vegas`, - ZipCode: 89145, - State: `NV`, - Country: `United States`, - ReferredBy: `Filia Whettleton`, - CreatedOn: `2017-11-02`, - Birthday: `1990-03-25`, - LastActivity: `2017-11-12`, - NextActivity: `2018-09-12`, - DealsWon: 12, - DealsLost: 19, - DealsPending: 29, - DealsTotal: 60, - Ratio: 39, - EstimatedSales: 1550398, - ActualSales: 1445160, - Tags: `demo, financial` - }), - new EmployeesDataItem( - { - ID: 795914490, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/60.jpg`, - Name: `Wells Chant`, - Email: `wchant9o@howstuffworks.com`, - Company: `Aimbo`, - Position: `Associate Professor`, - Phone: `520-870-7221`, - Mobile: `812-588-3449`, - Fax: `717-152-7931`, - Street: `9 Burrows Plaza`, - City: `Tucson`, - ZipCode: 85737, - State: `AZ`, - Country: `United States`, - ReferredBy: `Ester Deaville`, - CreatedOn: `2017-08-14`, - Birthday: `1992-05-16`, - LastActivity: `2017-08-19`, - NextActivity: `2019-04-19`, - DealsWon: 0, - DealsLost: 1, - DealsPending: 20, - DealsTotal: 21, - Ratio: 0, - EstimatedSales: 2789160, - ActualSales: 0, - Tags: `pro, pharmaceutical` - }), - new EmployeesDataItem( - { - ID: 326443068, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/5.jpg`, - Name: `Dale Erickson`, - Email: `derickson9p@washingtonpost.com`, - Company: `Flashpoint`, - Position: `Media Manager II`, - Phone: `720-337-9509`, - Mobile: `952-898-1795`, - Fax: `806-699-8632`, - Street: `67 Bluejay Way`, - City: `Denver`, - ZipCode: 80249, - State: `CO`, - Country: `United States`, - ReferredBy: `Samaria Pockey`, - CreatedOn: `2017-08-15`, - Birthday: `1998-08-16`, - LastActivity: `2017-09-10`, - NextActivity: `2018-08-10`, - DealsWon: 9, - DealsLost: 25, - DealsPending: 26, - DealsTotal: 60, - Ratio: 26, - EstimatedSales: 4249700, - ActualSales: 1603935, - Tags: `pro, engineering` - }), - new EmployeesDataItem( - { - ID: 935239637, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/63.jpg`, - Name: `Sara Swatheridge`, - Email: `sswatheridge9q@mysql.com`, - Company: `Tagopia`, - Position: `Research Nurse`, - Phone: `317-257-1944`, - Mobile: `325-439-7267`, - Fax: `402-390-3633`, - Street: `45 Sugar Hill`, - City: `Indianapolis`, - ZipCode: 46254, - State: `IN`, - Country: `United States`, - ReferredBy: `Harrietta Nancekivell`, - CreatedOn: `2017-09-18`, - Birthday: `2001-11-16`, - LastActivity: `2017-10-10`, - NextActivity: `2019-04-10`, - DealsWon: 4, - DealsLost: 27, - DealsPending: 19, - DealsTotal: 50, - Ratio: 13, - EstimatedSales: 1781231, - ActualSales: 703548, - Tags: `cold, retail` - }), - new EmployeesDataItem( - { - ID: 261622406, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/88.jpg`, - Name: `Chuck Quayle`, - Email: `cquayle9r@spiegel.de`, - Company: `Zooveo`, - Position: `Staff Accountant II`, - Phone: `484-239-2963`, - Mobile: `804-345-5367`, - Fax: `410-102-9953`, - Street: `9554 Brickson Park Court`, - City: `Bethlehem`, - ZipCode: 18018, - State: `PA`, - Country: `United States`, - ReferredBy: `Jaimie Grombridge`, - CreatedOn: `2018-02-22`, - Birthday: `2000-11-05`, - LastActivity: `2018-03-13`, - NextActivity: `2020-01-13`, - DealsWon: 18, - DealsLost: 4, - DealsPending: 17, - DealsTotal: 39, - Ratio: 82, - EstimatedSales: 1541492, - ActualSales: 1528560, - Tags: `hot, engineering` - }), - new EmployeesDataItem( - { - ID: 746073710, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/27.jpg`, - Name: `Mac Busen`, - Email: `mbusen9s@mashable.com`, - Company: `BlogTags`, - Position: `Accounting Assistant III`, - Phone: `801-272-8294`, - Mobile: `432-192-6208`, - Fax: `915-221-2193`, - Street: `39 1st Junction`, - City: `Salt Lake City`, - ZipCode: 84135, - State: `UT`, - Country: `United States`, - ReferredBy: `Merry Ramirez`, - CreatedOn: `2017-10-23`, - Birthday: `1982-04-03`, - LastActivity: `2017-11-05`, - NextActivity: `2018-10-05`, - DealsWon: 24, - DealsLost: 12, - DealsPending: 30, - DealsTotal: 66, - Ratio: 67, - EstimatedSales: 1647300, - ActualSales: 3980784, - Tags: `pro, medical` - }), - new EmployeesDataItem( - { - ID: 791639379, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/85.jpg`, - Name: `Marna English`, - Email: `menglish9t@hexun.com`, - Company: `Npath`, - Position: `Assistant Manager`, - Phone: `816-607-1256`, - Mobile: `314-285-6979`, - Fax: `406-274-5859`, - Street: `2760 Del Sol Circle`, - City: `Kansas City`, - ZipCode: 64130, - State: `MO`, - Country: `United States`, - ReferredBy: `Willdon Spottswood`, - CreatedOn: `2017-01-10`, - Birthday: `1980-02-26`, - LastActivity: `2017-01-21`, - NextActivity: `2017-11-21`, - DealsWon: 7, - DealsLost: 2, - DealsPending: 19, - DealsTotal: 28, - Ratio: 78, - EstimatedSales: 3728978, - ActualSales: 1196573, - Tags: `cold, engineering` - }), - new EmployeesDataItem( - { - ID: 494706105, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/19.jpg`, - Name: `Dallon Matys`, - Email: `dmatys9u@yellowbook.com`, - Company: `Quatz`, - Position: `Developer IV`, - Phone: `706-141-4546`, - Mobile: `832-678-1735`, - Fax: `360-562-5036`, - Street: `439 Cascade Park`, - City: `Cumming`, - ZipCode: 30130, - State: `GA`, - Country: `United States`, - ReferredBy: `Sigismund Rohfsen`, - CreatedOn: `2018-02-26`, - Birthday: `1999-05-08`, - LastActivity: `2018-03-12`, - NextActivity: `2019-11-12`, - DealsWon: 20, - DealsLost: 28, - DealsPending: 15, - DealsTotal: 63, - Ratio: 42, - EstimatedSales: 1230180, - ActualSales: 2199080, - Tags: `subscriber, engineering` - }), - new EmployeesDataItem( - { - ID: 741289382, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/85.jpg`, - Name: `Micheline Tabb`, - Email: `mtabb9v@sourceforge.net`, - Company: `Skimia`, - Position: `Software Test Engineer II`, - Phone: `702-381-8025`, - Mobile: `313-984-7883`, - Fax: `808-160-2654`, - Street: `2523 Hayes Street`, - City: `North Las Vegas`, - ZipCode: 89087, - State: `NV`, - Country: `United States`, - ReferredBy: `Malynda Marrows`, - CreatedOn: `2017-05-02`, - Birthday: `1996-09-30`, - LastActivity: `2017-05-26`, - NextActivity: `2019-05-26`, - DealsWon: 19, - DealsLost: 17, - DealsPending: 11, - DealsTotal: 47, - Ratio: 53, - EstimatedSales: 1572571, - ActualSales: 2601841, - Tags: `pro, pharmaceutical` - }), - new EmployeesDataItem( - { - ID: 879607232, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/7.jpg`, - Name: `Foster Bardsley`, - Email: `fbardsley9w@issuu.com`, - Company: `Quatz`, - Position: `Marketing Manager`, - Phone: `910-252-5914`, - Mobile: `432-367-8933`, - Fax: `513-173-0145`, - Street: `19902 Colorado Point`, - City: `Wilmington`, - ZipCode: 28410, - State: `NC`, - Country: `United States`, - ReferredBy: `Desmund Paslow`, - CreatedOn: `2017-12-11`, - Birthday: `1971-07-27`, - LastActivity: `2017-12-29`, - NextActivity: `2019-03-29`, - DealsWon: 5, - DealsLost: 28, - DealsPending: 10, - DealsTotal: 43, - Ratio: 15, - EstimatedSales: 1017590, - ActualSales: 574360, - Tags: `hot, retail` - }), - new EmployeesDataItem( - { - ID: 163100113, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/38.jpg`, - Name: `Niko Rotham`, - Email: `nrotham9x@netlog.com`, - Company: `Flashdog`, - Position: `Internal Auditor`, - Phone: `319-749-2061`, - Mobile: `203-706-9252`, - Fax: `267-950-6170`, - Street: `461 Leroy Junction`, - City: `Cedar Rapids`, - ZipCode: 52410, - State: `IA`, - Country: `United States`, - ReferredBy: `Blair Cochern`, - CreatedOn: `2017-04-16`, - Birthday: `1983-11-19`, - LastActivity: `2017-04-21`, - NextActivity: `2019-04-21`, - DealsWon: 4, - DealsLost: 27, - DealsPending: 23, - DealsTotal: 54, - Ratio: 13, - EstimatedSales: 1520829, - ActualSales: 208320, - Tags: `subscriber, medical` - }), - new EmployeesDataItem( - { - ID: 259122892, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/60.jpg`, - Name: `Theresina Marquot`, - Email: `tmarquot9y@wikipedia.org`, - Company: `Mycat`, - Position: `Accountant II`, - Phone: `816-903-8738`, - Mobile: `512-707-2921`, - Fax: `361-826-2544`, - Street: `1 Sauthoff Place`, - City: `Kansas City`, - ZipCode: 64190, - State: `MO`, - Country: `United States`, - ReferredBy: `Becky Gabitis`, - CreatedOn: `2017-11-07`, - Birthday: `1993-09-13`, - LastActivity: `2017-11-26`, - NextActivity: `2019-07-26`, - DealsWon: 21, - DealsLost: 18, - DealsPending: 24, - DealsTotal: 63, - Ratio: 54, - EstimatedSales: 1427424, - ActualSales: 3357060, - Tags: `pro, construction` - }), - new EmployeesDataItem( - { - ID: 353953821, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/89.jpg`, - Name: `Marisa Schreurs`, - Email: `mschreurs9z@squarespace.com`, - Company: `Geba`, - Position: `Web Designer IV`, - Phone: `915-125-9132`, - Mobile: `909-403-6842`, - Fax: `909-706-6973`, - Street: `7 Dapin Place`, - City: `El Paso`, - ZipCode: 88558, - State: `TX`, - Country: `United States`, - ReferredBy: `Zilvia Clere`, - CreatedOn: `2017-05-21`, - Birthday: `1976-07-11`, - LastActivity: `2017-06-17`, - NextActivity: `2019-02-17`, - DealsWon: 13, - DealsLost: 19, - DealsPending: 27, - DealsTotal: 59, - Ratio: 41, - EstimatedSales: 3966678, - ActualSales: 1797380, - Tags: `medical` - }), - new EmployeesDataItem( - { - ID: 334621474, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/65.jpg`, - Name: `Jordana Whiskin`, - Email: `jwhiskina0@issuu.com`, - Company: `Nlounge`, - Position: `Director of Sales`, - Phone: `419-891-0729`, - Mobile: `571-146-3287`, - Fax: `682-635-3080`, - Street: `9454 Golf Trail`, - City: `Toledo`, - ZipCode: 43605, - State: `OH`, - Country: `United States`, - ReferredBy: `Ilse Shayler`, - CreatedOn: `2017-03-29`, - Birthday: `1990-02-28`, - LastActivity: `2017-04-07`, - NextActivity: `2019-02-07`, - DealsWon: 19, - DealsLost: 23, - DealsPending: 13, - DealsTotal: 55, - Ratio: 45, - EstimatedSales: 1181427, - ActualSales: 3766446, - Tags: `warm, pharmaceutical` - }), - new EmployeesDataItem( - { - ID: 276493415, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/55.jpg`, - Name: `Adlai Cromett`, - Email: `acrometta1@pen.io`, - Company: `Buzzster`, - Position: `Marketing Manager`, - Phone: `916-766-0220`, - Mobile: `203-994-3070`, - Fax: `305-250-1390`, - Street: `98601 Rockefeller Street`, - City: `Sacramento`, - ZipCode: 94273, - State: `CA`, - Country: `United States`, - ReferredBy: `Clarie McCrystal`, - CreatedOn: `2017-01-03`, - Birthday: `1978-12-22`, - LastActivity: `2017-01-30`, - NextActivity: `2017-05-30`, - DealsWon: 29, - DealsLost: 12, - DealsPending: 1, - DealsTotal: 42, - Ratio: 71, - EstimatedSales: 78688, - ActualSales: 2716720, - Tags: `medical` - }), - new EmployeesDataItem( - { - ID: 247761381, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/68.jpg`, - Name: `Arv Chomicz`, - Email: `achomicza2@ucsd.edu`, - Company: `Twitterlist`, - Position: `Health Coach III`, - Phone: `559-190-5923`, - Mobile: `414-741-6001`, - Fax: `559-936-9861`, - Street: `725 Lillian Crossing`, - City: `Fresno`, - ZipCode: 93778, - State: `CA`, - Country: `United States`, - ReferredBy: `Kleon Slocum`, - CreatedOn: `2017-03-20`, - Birthday: `1974-04-04`, - LastActivity: `2017-03-30`, - NextActivity: `2018-05-30`, - DealsWon: 4, - DealsLost: 2, - DealsPending: 19, - DealsTotal: 25, - Ratio: 67, - EstimatedSales: 3450115, - ActualSales: 613324, - Tags: `cool, pharmaceutical` - }), - new EmployeesDataItem( - { - ID: 915419891, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/76.jpg`, - Name: `Shayne Brearton`, - Email: `sbreartona3@alibaba.com`, - Company: `Bubblemix`, - Position: `Professor`, - Phone: `516-922-7029`, - Mobile: `253-266-9634`, - Fax: `503-314-0535`, - Street: `60918 Oriole Hill`, - City: `Hicksville`, - ZipCode: 11854, - State: `NY`, - Country: `United States`, - ReferredBy: `Nichols Sarjant`, - CreatedOn: `2017-07-20`, - Birthday: `1979-09-14`, - LastActivity: `2017-08-07`, - NextActivity: `2017-12-07`, - DealsWon: 28, - DealsLost: 12, - DealsPending: 4, - DealsTotal: 44, - Ratio: 7, - EstimatedSales: 434144, - ActualSales: 5445356, - Tags: `hot, medical` - }), - new EmployeesDataItem( - { - ID: 609123701, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/7.jpg`, - Name: `Perri Craney`, - Email: `pcraneya4@feedburner.com`, - Company: `Tagfeed`, - Position: `Nurse`, - Phone: `904-690-7239`, - Mobile: `225-266-4885`, - Fax: `225-321-4987`, - Street: `30 Bayside Parkway`, - City: `Jacksonville`, - ZipCode: 32220, - State: `FL`, - Country: `United States`, - ReferredBy: `Miquela Schimonek`, - CreatedOn: `2017-08-24`, - Birthday: `1979-12-15`, - LastActivity: `2017-08-29`, - NextActivity: `2019-05-29`, - DealsWon: 18, - DealsLost: 16, - DealsPending: 0, - DealsTotal: 34, - Ratio: 53, - EstimatedSales: 0, - ActualSales: 1251972, - Tags: `` - }), - new EmployeesDataItem( - { - ID: 831883361, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/66.jpg`, - Name: `Deane Killby`, - Email: `dkillbya5@hatena.ne.jp`, - Company: `Realpoint`, - Position: `Electrical Engineer`, - Phone: `202-736-8811`, - Mobile: `862-758-2687`, - Fax: `205-820-7469`, - Street: `75 Dorton Plaza`, - City: `Washington`, - ZipCode: 20436, - State: `DC`, - Country: `United States`, - ReferredBy: `Diandra McGirl`, - CreatedOn: `2017-11-05`, - Birthday: `2001-01-16`, - LastActivity: `2017-11-20`, - NextActivity: `2019-02-20`, - DealsWon: 16, - DealsLost: 30, - DealsPending: 30, - DealsTotal: 76, - Ratio: 35, - EstimatedSales: 3629610, - ActualSales: 2184096, - Tags: `subscriber, financial` - }), - new EmployeesDataItem( - { - ID: 629884137, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/34.jpg`, - Name: `Randy Norman`, - Email: `rnormana6@g.co`, - Company: `Vimbo`, - Position: `General Manager`, - Phone: `909-393-2379`, - Mobile: `540-371-8220`, - Fax: `817-582-8064`, - Street: `4 North Point`, - City: `San Bernardino`, - ZipCode: 92424, - State: `CA`, - Country: `United States`, - ReferredBy: `Berna Crampsy`, - CreatedOn: `2017-11-22`, - Birthday: `1982-06-22`, - LastActivity: `2017-11-26`, - NextActivity: `2018-10-26`, - DealsWon: 30, - DealsLost: 8, - DealsPending: 7, - DealsTotal: 45, - Ratio: 79, - EstimatedSales: 1258432, - ActualSales: 1861560, - Tags: `warm, engineering` - }), - new EmployeesDataItem( - { - ID: 608359162, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/5.jpg`, - Name: `Saw Yonge`, - Email: `syongea7@oaic.gov.au`, - Company: `Yodoo`, - Position: `Recruiting Manager`, - Phone: `561-728-6181`, - Mobile: `309-440-2622`, - Fax: `402-203-3646`, - Street: `47 Bellgrove Alley`, - City: `West Palm Beach`, - ZipCode: 33416, - State: `FL`, - Country: `United States`, - ReferredBy: `Odo Valerio`, - CreatedOn: `2017-07-30`, - Birthday: `1971-11-19`, - LastActivity: `2017-08-26`, - NextActivity: `2019-02-26`, - DealsWon: 14, - DealsLost: 5, - DealsPending: 27, - DealsTotal: 46, - Ratio: 74, - EstimatedSales: 5066334, - ActualSales: 2632630, - Tags: `cold, pharmaceutical` - }), - new EmployeesDataItem( - { - ID: 858699289, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/55.jpg`, - Name: `Enrique Sturdey`, - Email: `esturdeya8@amazon.co.uk`, - Company: `Buzzbean`, - Position: `Design Engineer`, - Phone: `571-394-4290`, - Mobile: `804-832-2633`, - Fax: `609-205-9194`, - Street: `5 Nevada Crossing`, - City: `Arlington`, - ZipCode: 22205, - State: `VA`, - Country: `United States`, - ReferredBy: `Allis Sebring`, - CreatedOn: `2018-02-11`, - Birthday: `1979-06-24`, - LastActivity: `2018-03-09`, - NextActivity: `2019-03-09`, - DealsWon: 1, - DealsLost: 16, - DealsPending: 1, - DealsTotal: 18, - Ratio: 6, - EstimatedSales: 107254, - ActualSales: 128329, - Tags: `demo, pharmaceutical` - }), - new EmployeesDataItem( - { - ID: 981396346, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/98.jpg`, - Name: `Gwenore Emburey`, - Email: `gembureya9@freewebs.com`, - Company: `Photojam`, - Position: `Geologist III`, - Phone: `202-774-7486`, - Mobile: `202-809-3091`, - Fax: `561-326-6909`, - Street: `76979 Quincy Way`, - City: `Laurel`, - ZipCode: 20709, - State: `MD`, - Country: `United States`, - ReferredBy: `Hildagarde Kennewell`, - CreatedOn: `2018-04-11`, - Birthday: `1999-11-12`, - LastActivity: `2018-04-13`, - NextActivity: `2019-12-13`, - DealsWon: 25, - DealsLost: 25, - DealsPending: 17, - DealsTotal: 67, - Ratio: 5, - EstimatedSales: 2329204, - ActualSales: 3610200, - Tags: `pro, construction` - }), - new EmployeesDataItem( - { - ID: 110733817, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/27.jpg`, - Name: `Pennie Gouth`, - Email: `pgouthaa@multiply.com`, - Company: `Fivespan`, - Position: `Technical Writer`, - Phone: `570-681-5318`, - Mobile: `504-335-5302`, - Fax: `407-808-8912`, - Street: `996 Milwaukee Pass`, - City: `Wilkes Barre`, - ZipCode: 18768, - State: `PA`, - Country: `United States`, - ReferredBy: `Meggie Gaudon`, - CreatedOn: `2018-02-11`, - Birthday: `1994-01-05`, - LastActivity: `2018-03-06`, - NextActivity: `2018-04-06`, - DealsWon: 1, - DealsLost: 14, - DealsPending: 27, - DealsTotal: 42, - Ratio: 7, - EstimatedSales: 4828221, - ActualSales: 120508, - Tags: `cool, construction` - }), - new EmployeesDataItem( - { - ID: 168966906, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/38.jpg`, - Name: `Eleanora Anlay`, - Email: `eanlayab@harvard.edu`, - Company: `Tagopia`, - Position: `Community Outreach Specialist`, - Phone: `202-170-0676`, - Mobile: `808-611-1113`, - Fax: `702-385-9540`, - Street: `9 Pond Lane`, - City: `Washington`, - ZipCode: 20397, - State: `DC`, - Country: `United States`, - ReferredBy: `Chico Tompkin`, - CreatedOn: `2017-04-04`, - Birthday: `1999-10-13`, - LastActivity: `2017-04-24`, - NextActivity: `2019-02-24`, - DealsWon: 29, - DealsLost: 16, - DealsPending: 18, - DealsTotal: 63, - Ratio: 64, - EstimatedSales: 3334734, - ActualSales: 4911875, - Tags: `hot, medical` - }), - new EmployeesDataItem( - { - ID: 442314428, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/78.jpg`, - Name: `Alleyn Osbaldstone`, - Email: `aosbaldstoneac@is.gd`, - Company: `Zoozzy`, - Position: `Biostatistician I`, - Phone: `402-881-8206`, - Mobile: `601-944-9404`, - Fax: `402-969-2168`, - Street: `16 Anniversary Junction`, - City: `Lincoln`, - ZipCode: 68583, - State: `NE`, - Country: `United States`, - ReferredBy: `Tim Bowes`, - CreatedOn: `2017-07-10`, - Birthday: `1986-07-12`, - LastActivity: `2017-07-28`, - NextActivity: `2018-07-28`, - DealsWon: 27, - DealsLost: 7, - DealsPending: 4, - DealsTotal: 38, - Ratio: 79, - EstimatedSales: 689176, - ActualSales: 1534086, - Tags: `warm, medical` - }), - new EmployeesDataItem( - { - ID: 848133048, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/99.jpg`, - Name: `Mariellen Creavan`, - Email: `mcreavanad@dropbox.com`, - Company: `Roomm`, - Position: `Software Consultant`, - Phone: `828-979-1729`, - Mobile: `972-822-6530`, - Fax: `206-742-8547`, - Street: `384 Pawling Hill`, - City: `Asheville`, - ZipCode: 28805, - State: `NC`, - Country: `United States`, - ReferredBy: `Sigismondo Drake`, - CreatedOn: `2017-02-22`, - Birthday: `1999-09-13`, - LastActivity: `2017-03-06`, - NextActivity: `2017-11-06`, - DealsWon: 25, - DealsLost: 7, - DealsPending: 24, - DealsTotal: 56, - Ratio: 78, - EstimatedSales: 1327296, - ActualSales: 1596275, - Tags: `subscriber, engineering` - }), - new EmployeesDataItem( - { - ID: 355778038, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/87.jpg`, - Name: `Gallagher Rodda`, - Email: `groddaae@dell.com`, - Company: `Quatz`, - Position: `Occupational Therapist`, - Phone: `509-960-2792`, - Mobile: `404-511-3590`, - Fax: `561-365-1346`, - Street: `41489 Heffernan Court`, - City: `Spokane`, - ZipCode: 99252, - State: `WA`, - Country: `United States`, - ReferredBy: `Ginger Cutriss`, - CreatedOn: `2018-04-10`, - Birthday: `1976-02-03`, - LastActivity: `2018-05-03`, - NextActivity: `2018-07-03`, - DealsWon: 30, - DealsLost: 10, - DealsPending: 13, - DealsTotal: 53, - Ratio: 75, - EstimatedSales: 1915654, - ActualSales: 4882050, - Tags: `pharmaceutical` - }), - new EmployeesDataItem( - { - ID: 545952597, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/16.jpg`, - Name: `Ardyth Bonnaire`, - Email: `abonnaireaf@blog.com`, - Company: `Gabvine`, - Position: `Administrative Officer`, - Phone: `919-287-4746`, - Mobile: `469-986-3624`, - Fax: `303-562-5034`, - Street: `5627 Loftsgordon Point`, - City: `Raleigh`, - ZipCode: 27626, - State: `NC`, - Country: `United States`, - ReferredBy: `Cally Bortolussi`, - CreatedOn: `2017-05-04`, - Birthday: `1984-09-27`, - LastActivity: `2017-05-09`, - NextActivity: `2018-01-09`, - DealsWon: 25, - DealsLost: 14, - DealsPending: 11, - DealsTotal: 50, - Ratio: 64, - EstimatedSales: 2169189, - ActualSales: 3741525, - Tags: `subscriber, medical` - }), - new EmployeesDataItem( - { - ID: 997387852, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/11.jpg`, - Name: `Ian Woolner`, - Email: `iwoolnerag@pagesperso-orange.fr`, - Company: `Mudo`, - Position: `Marketing Manager`, - Phone: `432-123-8849`, - Mobile: `205-508-8859`, - Fax: `310-693-8286`, - Street: `976 Dixon Junction`, - City: `Odessa`, - ZipCode: 79764, - State: `TX`, - Country: `United States`, - ReferredBy: `Iver Iddison`, - CreatedOn: `2017-02-16`, - Birthday: `1984-11-26`, - LastActivity: `2017-03-04`, - NextActivity: `2018-09-04`, - DealsWon: 11, - DealsLost: 8, - DealsPending: 6, - DealsTotal: 25, - Ratio: 58, - EstimatedSales: 724164, - ActualSales: 1561021, - Tags: `warm, retail` - }), - new EmployeesDataItem( - { - ID: 796268762, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/26.jpg`, - Name: `Jarib Onions`, - Email: `jonionsah@shop-pro.jp`, - Company: `Thoughtblab`, - Position: `GIS Technical Architect`, - Phone: `708-232-2901`, - Mobile: `949-209-8665`, - Fax: `805-627-8710`, - Street: `9437 Eastlawn Lane`, - City: `Schaumburg`, - ZipCode: 60193, - State: `IL`, - Country: `United States`, - ReferredBy: `Sherlock Bootyman`, - CreatedOn: `2017-01-01`, - Birthday: `1989-12-01`, - LastActivity: `2017-01-27`, - NextActivity: `2018-01-27`, - DealsWon: 0, - DealsLost: 2, - DealsPending: 13, - DealsTotal: 15, - Ratio: 0, - EstimatedSales: 1891760, - ActualSales: 0, - Tags: `` - }), - new EmployeesDataItem( - { - ID: 803558887, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/30.jpg`, - Name: `Scarlet Giblin`, - Email: `sgiblinai@msu.edu`, - Company: `Tazzy`, - Position: `Environmental Specialist`, - Phone: `408-140-8834`, - Mobile: `912-642-9369`, - Fax: `304-765-8378`, - Street: `4 Nevada Parkway`, - City: `San Jose`, - ZipCode: 95194, - State: `CA`, - Country: `United States`, - ReferredBy: `Aura Lease`, - CreatedOn: `2017-04-12`, - Birthday: `1991-07-20`, - LastActivity: `2017-05-04`, - NextActivity: `2018-10-04`, - DealsWon: 15, - DealsLost: 2, - DealsPending: 11, - DealsTotal: 28, - Ratio: 88, - EstimatedSales: 1219449, - ActualSales: 2505255, - Tags: `subscriber, financial` - }), - new EmployeesDataItem( - { - ID: 186726855, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/80.jpg`, - Name: `Odella Brotherheed`, - Email: `obrotherheedaj@usatoday.com`, - Company: `Gigabox`, - Position: `Account Representative III`, - Phone: `210-279-7801`, - Mobile: `205-306-5143`, - Fax: `915-546-6657`, - Street: `32 Muir Hill`, - City: `San Antonio`, - ZipCode: 78220, - State: `TX`, - Country: `United States`, - ReferredBy: `Ali Porkiss`, - CreatedOn: `2017-05-02`, - Birthday: `1973-11-02`, - LastActivity: `2017-05-28`, - NextActivity: `2017-08-28`, - DealsWon: 12, - DealsLost: 28, - DealsPending: 19, - DealsTotal: 59, - Ratio: 3, - EstimatedSales: 1846287, - ActualSales: 1583352, - Tags: `cold, financial` - }), - new EmployeesDataItem( - { - ID: 279330489, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/9.jpg`, - Name: `Babara Mathivat`, - Email: `bmathivatak@storify.com`, - Company: `Rooxo`, - Position: `Sales Associate`, - Phone: `520-336-0168`, - Mobile: `573-162-6486`, - Fax: `915-981-7377`, - Street: `45364 Union Hill`, - City: `Phoenix`, - ZipCode: 85025, - State: `AZ`, - Country: `United States`, - ReferredBy: `Tam David`, - CreatedOn: `2017-04-30`, - Birthday: `2001-10-30`, - LastActivity: `2017-05-24`, - NextActivity: `2018-04-24`, - DealsWon: 10, - DealsLost: 25, - DealsPending: 15, - DealsTotal: 50, - Ratio: 29, - EstimatedSales: 1782825, - ActualSales: 1868660, - Tags: `retail` - }), - new EmployeesDataItem( - { - ID: 823731807, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/4.jpg`, - Name: `Gaven Cluet`, - Email: `gcluetal@latimes.com`, - Company: `Flipbug`, - Position: `Human Resources Manager`, - Phone: `423-260-6195`, - Mobile: `717-451-5437`, - Fax: `203-602-1682`, - Street: `9005 Emmet Crossing`, - City: `Chattanooga`, - ZipCode: 37416, - State: `TN`, - Country: `United States`, - ReferredBy: `Nerta McOwan`, - CreatedOn: `2017-09-05`, - Birthday: `1990-12-02`, - LastActivity: `2017-09-22`, - NextActivity: `2018-12-22`, - DealsWon: 6, - DealsLost: 12, - DealsPending: 1, - DealsTotal: 19, - Ratio: 33, - EstimatedSales: 107416, - ActualSales: 894870, - Tags: `hot, medical` - }), - new EmployeesDataItem( - { - ID: 655466928, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/62.jpg`, - Name: `Jonathon Phelipeaux`, - Email: `jphelipeauxam@eventbrite.com`, - Company: `Aimbo`, - Position: `Business Systems Development Analyst`, - Phone: `610-227-8675`, - Mobile: `901-358-5094`, - Fax: `601-916-0135`, - Street: `79 Nelson Drive`, - City: `Allentown`, - ZipCode: 18105, - State: `PA`, - Country: `United States`, - ReferredBy: `Ange Iacomo`, - CreatedOn: `2017-10-06`, - Birthday: `1972-10-04`, - LastActivity: `2017-10-24`, - NextActivity: `2019-02-24`, - DealsWon: 24, - DealsLost: 9, - DealsPending: 30, - DealsTotal: 63, - Ratio: 73, - EstimatedSales: 5766090, - ActualSales: 4497288, - Tags: `hot, retail` - }), - new EmployeesDataItem( - { - ID: 306347563, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/56.jpg`, - Name: `Esta Girvan`, - Email: `egirvanan@craigslist.org`, - Company: `Voonix`, - Position: `Information Systems Manager`, - Phone: `918-935-8021`, - Mobile: `517-371-4625`, - Fax: `425-843-2585`, - Street: `8 Scott Hill`, - City: `Tulsa`, - ZipCode: 74156, - State: `OK`, - Country: `United States`, - ReferredBy: `Chryste Neljes`, - CreatedOn: `2017-05-07`, - Birthday: `1983-06-30`, - LastActivity: `2017-05-31`, - NextActivity: `2019-02-28`, - DealsWon: 0, - DealsLost: 6, - DealsPending: 1, - DealsTotal: 7, - Ratio: 0, - EstimatedSales: 165478, - ActualSales: 0, - Tags: `cold, pharmaceutical` - }), - new EmployeesDataItem( - { - ID: 415972421, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/11.jpg`, - Name: `Laird Brewin`, - Email: `lbrewinao@omniture.com`, - Company: `Dynava`, - Position: `Occupational Therapist`, - Phone: `682-986-1849`, - Mobile: `303-325-8320`, - Fax: `201-299-9757`, - Street: `944 Scott Plaza`, - City: `Fort Worth`, - ZipCode: 76198, - State: `TX`, - Country: `United States`, - ReferredBy: `Dare Steanson`, - CreatedOn: `2017-12-09`, - Birthday: `1994-10-30`, - LastActivity: `2017-12-29`, - NextActivity: `2018-02-28`, - DealsWon: 26, - DealsLost: 7, - DealsPending: 24, - DealsTotal: 57, - Ratio: 79, - EstimatedSales: 4014936, - ActualSales: 4360902, - Tags: `warm, pharmaceutical` - }), - new EmployeesDataItem( - { - ID: 248153248, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/9.jpg`, - Name: `Kailey Ebdon`, - Email: `kebdonap@wix.com`, - Company: `Lajo`, - Position: `Human Resources Assistant IV`, - Phone: `304-370-8899`, - Mobile: `405-607-6094`, - Fax: `318-588-9126`, - Street: `3126 Pennsylvania Junction`, - City: `Charleston`, - ZipCode: 25313, - State: `WV`, - Country: `United States`, - ReferredBy: `Leda Thurman`, - CreatedOn: `2017-04-19`, - Birthday: `1982-01-25`, - LastActivity: `2017-04-22`, - NextActivity: `2017-12-22`, - DealsWon: 8, - DealsLost: 10, - DealsPending: 25, - DealsTotal: 43, - Ratio: 44, - EstimatedSales: 3145750, - ActualSales: 1283536, - Tags: `cool, construction` - }), - new EmployeesDataItem( - { - ID: 565107723, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/86.jpg`, - Name: `Eugenia Raithmill`, - Email: `eraithmillaq@t.co`, - Company: `Zoonoodle`, - Position: `Design Engineer`, - Phone: `916-118-6343`, - Mobile: `209-245-3556`, - Fax: `415-431-9236`, - Street: `481 Grover Pass`, - City: `Sacramento`, - ZipCode: 95818, - State: `CA`, - Country: `United States`, - ReferredBy: `Cordelia Mannie`, - CreatedOn: `2017-08-12`, - Birthday: `1975-05-30`, - LastActivity: `2017-09-02`, - NextActivity: `2018-06-02`, - DealsWon: 27, - DealsLost: 15, - DealsPending: 25, - DealsTotal: 67, - Ratio: 64, - EstimatedSales: 4854200, - ActualSales: 3840399, - Tags: `cool, pharmaceutical` - }), - new EmployeesDataItem( - { - ID: 174012602, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/47.jpg`, - Name: `Wakefield Pyburn`, - Email: `wpyburnar@pinterest.com`, - Company: `Aivee`, - Position: `Software Engineer II`, - Phone: `520-985-5838`, - Mobile: `202-368-0279`, - Fax: `915-185-4286`, - Street: `860 Hazelcrest Drive`, - City: `Tucson`, - ZipCode: 85710, - State: `AZ`, - Country: `United States`, - ReferredBy: `Kessia Mancktelow`, - CreatedOn: `2018-02-12`, - Birthday: `1976-09-28`, - LastActivity: `2018-03-04`, - NextActivity: `2019-02-04`, - DealsWon: 29, - DealsLost: 3, - DealsPending: 20, - DealsTotal: 52, - Ratio: 91, - EstimatedSales: 2578880, - ActualSales: 4731031, - Tags: `pro, financial` - }), - new EmployeesDataItem( - { - ID: 352405080, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/75.jpg`, - Name: `Symon Wybron`, - Email: `swybronas@sun.com`, - Company: `Jaxworks`, - Position: `Desktop Support Technician`, - Phone: `434-116-1644`, - Mobile: `410-413-6234`, - Fax: `816-519-0912`, - Street: `503 Colorado Court`, - City: `Lynchburg`, - ZipCode: 24503, - State: `VA`, - Country: `United States`, - ReferredBy: `Gizela Officer`, - CreatedOn: `2017-02-20`, - Birthday: `1979-06-24`, - LastActivity: `2017-02-26`, - NextActivity: `2018-06-26`, - DealsWon: 30, - DealsLost: 9, - DealsPending: 1, - DealsTotal: 40, - Ratio: 77, - EstimatedSales: 108931, - ActualSales: 3545880, - Tags: `pro, financial` - }), - new EmployeesDataItem( - { - ID: 206882678, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/76.jpg`, - Name: `Atlanta Semrad`, - Email: `asemradat@earthlink.net`, - Company: `Tagtune`, - Position: `Assistant Manager`, - Phone: `804-761-8123`, - Mobile: `515-129-1843`, - Fax: `910-189-2085`, - Street: `1 Pankratz Plaza`, - City: `Richmond`, - ZipCode: 23225, - State: `VA`, - Country: `United States`, - ReferredBy: `Kaitlynn Botting`, - CreatedOn: `2017-11-15`, - Birthday: `1980-04-24`, - LastActivity: `2017-11-23`, - NextActivity: `2018-11-23`, - DealsWon: 13, - DealsLost: 25, - DealsPending: 4, - DealsTotal: 42, - Ratio: 34, - EstimatedSales: 299488, - ActualSales: 843648, - Tags: `subscriber, financial` - }), - new EmployeesDataItem( - { - ID: 333962964, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/45.jpg`, - Name: `Stanley Melato`, - Email: `smelatoau@fotki.com`, - Company: `Brainverse`, - Position: `Desktop Support Technician`, - Phone: `202-350-7395`, - Mobile: `520-138-3192`, - Fax: `508-243-8680`, - Street: `81722 Spohn Circle`, - City: `Washington`, - ZipCode: 20540, - State: `DC`, - Country: `United States`, - ReferredBy: `Ferdinande Flintoft`, - CreatedOn: `2017-07-18`, - Birthday: `1990-10-15`, - LastActivity: `2017-07-26`, - NextActivity: `2018-10-26`, - DealsWon: 13, - DealsLost: 23, - DealsPending: 17, - DealsTotal: 53, - Ratio: 36, - EstimatedSales: 2473653, - ActualSales: 2065349, - Tags: `demo, financial` - }), - new EmployeesDataItem( - { - ID: 348573592, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/48.jpg`, - Name: `Jaine Schustl`, - Email: `jschustlav@utexas.edu`, - Company: `Gigazoom`, - Position: `Food Chemist`, - Phone: `518-698-5059`, - Mobile: `208-514-7762`, - Fax: `405-380-5139`, - Street: `3 Merry Street`, - City: `Albany`, - ZipCode: 12232, - State: `NY`, - Country: `United States`, - ReferredBy: `Sonni Cancutt`, - CreatedOn: `2017-09-12`, - Birthday: `1992-08-13`, - LastActivity: `2017-09-28`, - NextActivity: `2019-06-28`, - DealsWon: 16, - DealsLost: 7, - DealsPending: 13, - DealsTotal: 36, - Ratio: 7, - EstimatedSales: 2002221, - ActualSales: 2596208, - Tags: `pro, engineering` - }), - new EmployeesDataItem( - { - ID: 157148389, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/37.jpg`, - Name: `Karon Mendez`, - Email: `kmendezaw@icq.com`, - Company: `Lajo`, - Position: `VP Accounting`, - Phone: `304-315-6698`, - Mobile: `816-507-9978`, - Fax: `262-680-8891`, - Street: `2305 Anthes Road`, - City: `Charleston`, - ZipCode: 25389, - State: `WV`, - Country: `United States`, - ReferredBy: `Kaia Matejka`, - CreatedOn: `2017-05-29`, - Birthday: `1988-04-06`, - LastActivity: `2017-06-14`, - NextActivity: `2019-03-14`, - DealsWon: 20, - DealsLost: 25, - DealsPending: 10, - DealsTotal: 55, - Ratio: 44, - EstimatedSales: 1231100, - ActualSales: 2020420, - Tags: `cold, engineering` - }), - new EmployeesDataItem( - { - ID: 136073623, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/39.jpg`, - Name: `Geordie Molden`, - Email: `gmoldenax@t.co`, - Company: `Dabfeed`, - Position: `Web Developer II`, - Phone: `915-660-3383`, - Mobile: `561-498-7363`, - Fax: `682-874-7103`, - Street: `73 Dakota Place`, - City: `El Paso`, - ZipCode: 79989, - State: `TX`, - Country: `United States`, - ReferredBy: `Jorge Lavens`, - CreatedOn: `2017-11-08`, - Birthday: `1989-06-03`, - LastActivity: `2017-11-11`, - NextActivity: `2019-09-11`, - DealsWon: 30, - DealsLost: 27, - DealsPending: 27, - DealsTotal: 84, - Ratio: 53, - EstimatedSales: 4475790, - ActualSales: 5240970, - Tags: `pro, medical` - }), - new EmployeesDataItem( - { - ID: 584953855, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/7.jpg`, - Name: `Leontyne Cicchinelli`, - Email: `lcicchinelliay@delicious.com`, - Company: `Zoozzy`, - Position: `Product Engineer`, - Phone: `253-348-1974`, - Mobile: `702-936-2459`, - Fax: `208-346-2227`, - Street: `846 Becker Lane`, - City: `Tacoma`, - ZipCode: 98464, - State: `WA`, - Country: `United States`, - ReferredBy: `Marcello Bakhrushin`, - CreatedOn: `2017-07-22`, - Birthday: `1976-06-27`, - LastActivity: `2017-08-02`, - NextActivity: `2018-01-02`, - DealsWon: 7, - DealsLost: 1, - DealsPending: 14, - DealsTotal: 22, - Ratio: 88, - EstimatedSales: 2182544, - ActualSales: 1007629, - Tags: `warm, engineering` - }), - new EmployeesDataItem( - { - ID: 297357317, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/35.jpg`, - Name: `Guillema Elcoat`, - Email: `gelcoataz@etsy.com`, - Company: `Fivespan`, - Position: `Chemical Engineer`, - Phone: `919-682-2624`, - Mobile: `267-628-5922`, - Fax: `253-262-7742`, - Street: `01 Manley Pass`, - City: `Raleigh`, - ZipCode: 27621, - State: `NC`, - Country: `United States`, - ReferredBy: `Sela Jerzyk`, - CreatedOn: `2017-07-20`, - Birthday: `1993-08-24`, - LastActivity: `2017-07-23`, - NextActivity: `2018-06-23`, - DealsWon: 26, - DealsLost: 4, - DealsPending: 22, - DealsTotal: 52, - Ratio: 87, - EstimatedSales: 2190540, - ActualSales: 4935216, - Tags: `demo, medical` - }), - new EmployeesDataItem( - { - ID: 168215764, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/56.jpg`, - Name: `Darrel Harriss`, - Email: `dharrissb0@tamu.edu`, - Company: `Dabshots`, - Position: `Staff Scientist`, - Phone: `614-657-4067`, - Mobile: `240-269-4079`, - Fax: `510-143-6763`, - Street: `945 Mitchell Pass`, - City: `Columbus`, - ZipCode: 43210, - State: `OH`, - Country: `United States`, - ReferredBy: `Tracy Golby`, - CreatedOn: `2017-08-31`, - Birthday: `1984-01-12`, - LastActivity: `2017-09-24`, - NextActivity: `2019-08-24`, - DealsWon: 6, - DealsLost: 14, - DealsPending: 29, - DealsTotal: 49, - Ratio: 3, - EstimatedSales: 2671190, - ActualSales: 937554, - Tags: `warm, pharmaceutical` - }), - new EmployeesDataItem( - { - ID: 213982884, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/90.jpg`, - Name: `Bentlee Heamus`, - Email: `bheamusb1@google.ru`, - Company: `Eidel`, - Position: `Accounting Assistant I`, - Phone: `410-784-4379`, - Mobile: `806-402-8039`, - Fax: `415-301-3023`, - Street: `799 Thierer Lane`, - City: `Baltimore`, - ZipCode: 21275, - State: `MD`, - Country: `United States`, - ReferredBy: `Gweneth Ealles`, - CreatedOn: `2017-11-04`, - Birthday: `1991-10-04`, - LastActivity: `2017-11-13`, - NextActivity: `2018-03-13`, - DealsWon: 10, - DealsLost: 13, - DealsPending: 18, - DealsTotal: 41, - Ratio: 43, - EstimatedSales: 1040976, - ActualSales: 1429460, - Tags: `demo, medical` - }), - new EmployeesDataItem( - { - ID: 435236192, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/47.jpg`, - Name: `Jewell Keeler`, - Email: `jkeelerb2@theguardian.com`, - Company: `Buzzshare`, - Position: `Chief Design Engineer`, - Phone: `719-854-9886`, - Mobile: `704-512-9870`, - Fax: `408-489-2775`, - Street: `45 Calypso Drive`, - City: `Denver`, - ZipCode: 80209, - State: `CO`, - Country: `United States`, - ReferredBy: `Cary Melley`, - CreatedOn: `2017-06-29`, - Birthday: `1984-10-01`, - LastActivity: `2017-07-06`, - NextActivity: `2019-05-06`, - DealsWon: 23, - DealsLost: 13, - DealsPending: 29, - DealsTotal: 65, - Ratio: 64, - EstimatedSales: 4427227, - ActualSales: 3162063, - Tags: `demo, medical` - }), - new EmployeesDataItem( - { - ID: 854469582, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/64.jpg`, - Name: `Eberhard Crayton`, - Email: `ecraytonb3@nyu.edu`, - Company: `Zoombox`, - Position: `Programmer IV`, - Phone: `240-827-8348`, - Mobile: `864-366-7562`, - Fax: `318-852-8740`, - Street: `85332 Myrtle Drive`, - City: `Bethesda`, - ZipCode: 20816, - State: `MD`, - Country: `United States`, - ReferredBy: `Timi Lealle`, - CreatedOn: `2017-06-18`, - Birthday: `1992-06-08`, - LastActivity: `2017-06-25`, - NextActivity: `2019-05-25`, - DealsWon: 25, - DealsLost: 5, - DealsPending: 14, - DealsTotal: 44, - Ratio: 83, - EstimatedSales: 850934, - ActualSales: 2981425, - Tags: `pro, pharmaceutical` - }), - new EmployeesDataItem( - { - ID: 858053633, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/9.jpg`, - Name: `Emmalynne Ranson`, - Email: `eransonb4@delicious.com`, - Company: `Avaveo`, - Position: `Electrical Engineer`, - Phone: `508-292-2293`, - Mobile: `214-486-5600`, - Fax: `405-540-8902`, - Street: `127 Forest Run Lane`, - City: `Newton`, - ZipCode: 2162, - State: `MA`, - Country: `United States`, - ReferredBy: `Celestia Fillingham`, - CreatedOn: `2018-01-12`, - Birthday: `1976-12-30`, - LastActivity: `2018-01-31`, - NextActivity: `2019-06-30`, - DealsWon: 9, - DealsLost: 30, - DealsPending: 17, - DealsTotal: 56, - Ratio: 23, - EstimatedSales: 945506, - ActualSales: 1376064, - Tags: `` - }), - new EmployeesDataItem( - { - ID: 487696186, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/4.jpg`, - Name: `Adriane Veld`, - Email: `aveldb5@etsy.com`, - Company: `Divape`, - Position: `Business Systems Development Analyst`, - Phone: `405-678-4027`, - Mobile: `315-208-0593`, - Fax: `612-280-0450`, - Street: `237 Dexter Park`, - City: `Oklahoma City`, - ZipCode: 73190, - State: `OK`, - Country: `United States`, - ReferredBy: `Margret Atmore`, - CreatedOn: `2017-04-18`, - Birthday: `1975-06-14`, - LastActivity: `2017-04-25`, - NextActivity: `2018-07-25`, - DealsWon: 16, - DealsLost: 17, - DealsPending: 9, - DealsTotal: 42, - Ratio: 48, - EstimatedSales: 719631, - ActualSales: 2335872, - Tags: `` - }), - new EmployeesDataItem( - { - ID: 846533188, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/71.jpg`, - Name: `Bartholemy Treece`, - Email: `btreeceb6@jalbum.net`, - Company: `Browsezoom`, - Position: `Environmental Specialist`, - Phone: `601-285-0905`, - Mobile: `772-594-6234`, - Fax: `804-467-5253`, - Street: `234 Warrior Alley`, - City: `Jackson`, - ZipCode: 39296, - State: `MS`, - Country: `United States`, - ReferredBy: `Alyss Greenless`, - CreatedOn: `2017-10-31`, - Birthday: `1970-08-13`, - LastActivity: `2017-11-09`, - NextActivity: `2019-02-09`, - DealsWon: 24, - DealsLost: 7, - DealsPending: 1, - DealsTotal: 32, - Ratio: 77, - EstimatedSales: 139949, - ActualSales: 1396056, - Tags: `pro, engineering` - }), - new EmployeesDataItem( - { - ID: 262302585, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/31.jpg`, - Name: `Pollyanna Stickney`, - Email: `pstickneyb7@deliciousdays.com`, - Company: `Browseblab`, - Position: `Internal Auditor`, - Phone: `916-955-7346`, - Mobile: `215-484-3658`, - Fax: `763-237-9137`, - Street: `9 Old Shore Hill`, - City: `Sacramento`, - ZipCode: 94237, - State: `CA`, - Country: `United States`, - ReferredBy: `Albrecht Dixson`, - CreatedOn: `2017-07-15`, - Birthday: `1986-11-29`, - LastActivity: `2017-08-10`, - NextActivity: `2019-02-10`, - DealsWon: 4, - DealsLost: 22, - DealsPending: 3, - DealsTotal: 29, - Ratio: 15, - EstimatedSales: 350460, - ActualSales: 734488, - Tags: `hot, engineering` - }), - new EmployeesDataItem( - { - ID: 301647435, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/96.jpg`, - Name: `Blaire Hearnaman`, - Email: `bhearnamanb8@cocolog-nifty.com`, - Company: `Midel`, - Position: `Marketing Assistant`, - Phone: `702-970-7399`, - Mobile: `301-121-6322`, - Fax: `772-287-2603`, - Street: `602 Sutherland Point`, - City: `Las Vegas`, - ZipCode: 89135, - State: `NV`, - Country: `United States`, - ReferredBy: `Beniamino Mathey`, - CreatedOn: `2017-03-02`, - Birthday: `1989-11-08`, - LastActivity: `2017-03-17`, - NextActivity: `2018-12-17`, - DealsWon: 28, - DealsLost: 19, - DealsPending: 21, - DealsTotal: 68, - Ratio: 6, - EstimatedSales: 3830547, - ActualSales: 4828404, - Tags: `cool, construction` - }), - new EmployeesDataItem( - { - ID: 396781254, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/95.jpg`, - Name: `Trina McLeese`, - Email: `tmcleeseb9@guardian.co.uk`, - Company: `Browsedrive`, - Position: `Senior Sales Associate`, - Phone: `918-523-3131`, - Mobile: `210-229-8654`, - Fax: `619-709-5056`, - Street: `35597 Coolidge Park`, - City: `Tulsa`, - ZipCode: 74108, - State: `OK`, - Country: `United States`, - ReferredBy: `Boyd Piggin`, - CreatedOn: `2017-08-04`, - Birthday: `1987-03-15`, - LastActivity: `2017-08-14`, - NextActivity: `2019-08-14`, - DealsWon: 28, - DealsLost: 28, - DealsPending: 10, - DealsTotal: 66, - Ratio: 5, - EstimatedSales: 1703760, - ActualSales: 3875004, - Tags: `cool, financial` - }), - new EmployeesDataItem( - { - ID: 134661355, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/95.jpg`, - Name: `Irving Freeman`, - Email: `ifreemanba@hostgator.com`, - Company: `Quimm`, - Position: `Marketing Manager`, - Phone: `336-981-0275`, - Mobile: `404-214-3146`, - Fax: `218-164-5665`, - Street: `9142 Thierer Terrace`, - City: `Winston Salem`, - ZipCode: 27157, - State: `NC`, - Country: `United States`, - ReferredBy: `Evanne Maddin`, - CreatedOn: `2017-04-13`, - Birthday: `1974-05-09`, - LastActivity: `2017-04-29`, - NextActivity: `2019-03-29`, - DealsWon: 10, - DealsLost: 13, - DealsPending: 19, - DealsTotal: 42, - Ratio: 43, - EstimatedSales: 2146506, - ActualSales: 1281660, - Tags: `warm, medical` - }), - new EmployeesDataItem( - { - ID: 660114437, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/81.jpg`, - Name: `Tobit Presslee`, - Email: `tpressleebb@gov.uk`, - Company: `Skivee`, - Position: ``, - Phone: `847-956-2631`, - Mobile: `515-524-1193`, - Fax: `316-996-0830`, - Street: `40416 Lerdahl Parkway`, - City: `Chicago`, - ZipCode: 60646, - State: `IL`, - Country: `United States`, - ReferredBy: `Dacey Mundow`, - CreatedOn: `2017-08-26`, - Birthday: `1983-10-17`, - LastActivity: `2017-08-31`, - NextActivity: `2019-05-31`, - DealsWon: 17, - DealsLost: 9, - DealsPending: 24, - DealsTotal: 50, - Ratio: 65, - EstimatedSales: 1330608, - ActualSales: 2332893, - Tags: `pro, construction` - }), - new EmployeesDataItem( - { - ID: 663665147, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/92.jpg`, - Name: `Gavra Fancet`, - Email: `gfancetbc@uiuc.edu`, - Company: `Skivee`, - Position: `Director of Sales`, - Phone: `971-278-3132`, - Mobile: `816-708-0648`, - Fax: `336-492-0174`, - Street: `24474 Fairview Point`, - City: `Portland`, - ZipCode: 97255, - State: `OR`, - Country: `United States`, - ReferredBy: `Scarlett Askey`, - CreatedOn: `2017-09-29`, - Birthday: `1982-07-09`, - LastActivity: `2017-10-14`, - NextActivity: `2019-05-14`, - DealsWon: 27, - DealsLost: 10, - DealsPending: 15, - DealsTotal: 52, - Ratio: 73, - EstimatedSales: 973260, - ActualSales: 1618731, - Tags: `demo, engineering` - }), - new EmployeesDataItem( - { - ID: 134664561, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/9.jpg`, - Name: `Abbot MacGow`, - Email: `amacgowbd@mail.ru`, - Company: `Thoughtblab`, - Position: `Data Coordiator`, - Phone: `606-920-5382`, - Mobile: `865-293-5555`, - Fax: `260-873-3003`, - Street: `1 Blackbird Road`, - City: `London`, - ZipCode: 40745, - State: `KY`, - Country: `United States`, - ReferredBy: `Ellwood Phython`, - CreatedOn: `2018-03-23`, - Birthday: `1985-11-26`, - LastActivity: `2018-04-01`, - NextActivity: `2018-07-01`, - DealsWon: 23, - DealsLost: 26, - DealsPending: 8, - DealsTotal: 57, - Ratio: 47, - EstimatedSales: 790064, - ActualSales: 3351606, - Tags: `pro, retail` - }), - new EmployeesDataItem( - { - ID: 120226758, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/74.jpg`, - Name: `Bartlett Seiffert`, - Email: `bseiffertbe@mozilla.org`, - Company: `Yoveo`, - Position: `Staff Accountant IV`, - Phone: `304-189-0328`, - Mobile: `831-939-0175`, - Fax: `202-221-2642`, - Street: `881 Redwing Plaza`, - City: `Huntington`, - ZipCode: 25770, - State: `WV`, - Country: `United States`, - ReferredBy: `Lemmie Parkyn`, - CreatedOn: `2017-11-14`, - Birthday: `1981-12-07`, - LastActivity: `2017-12-12`, - NextActivity: `2019-08-12`, - DealsWon: 22, - DealsLost: 15, - DealsPending: 22, - DealsTotal: 59, - Ratio: 59, - EstimatedSales: 4245934, - ActualSales: 1480160, - Tags: `cold, retail` - }), - new EmployeesDataItem( - { - ID: 670709385, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/77.jpg`, - Name: `Pincus Damrell`, - Email: `pdamrellbf@prnewswire.com`, - Company: `Npath`, - Position: `Social Worker`, - Phone: `203-886-8200`, - Mobile: `317-492-3842`, - Fax: `301-897-4739`, - Street: `5 Haas Drive`, - City: `Stamford`, - ZipCode: 6922, - State: `CT`, - Country: `United States`, - ReferredBy: `Barnie Kose`, - CreatedOn: `2018-04-09`, - Birthday: `1970-07-10`, - LastActivity: `2018-04-28`, - NextActivity: `2019-09-28`, - DealsWon: 27, - DealsLost: 17, - DealsPending: 10, - DealsTotal: 54, - Ratio: 61, - EstimatedSales: 895270, - ActualSales: 4582278, - Tags: `subscriber, retail` - }), - new EmployeesDataItem( - { - ID: 376886566, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/8.jpg`, - Name: `Ashlen Klossmann`, - Email: `aklossmannbg@smh.com.au`, - Company: `Yombu`, - Position: `Systems Administrator I`, - Phone: `978-509-4966`, - Mobile: `203-927-5011`, - Fax: `504-771-4180`, - Street: `1 8th Center`, - City: `Boston`, - ZipCode: 2163, - State: `MA`, - Country: `United States`, - ReferredBy: `Veda Barrow`, - CreatedOn: `2017-02-13`, - Birthday: `1984-07-13`, - LastActivity: `2017-03-12`, - NextActivity: `2017-06-12`, - DealsWon: 3, - DealsLost: 8, - DealsPending: 2, - DealsTotal: 13, - Ratio: 27, - EstimatedSales: 155772, - ActualSales: 379671, - Tags: `demo, medical` - }), - new EmployeesDataItem( - { - ID: 604382784, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/79.jpg`, - Name: `Roosevelt Cornall`, - Email: `rcornallbh@flickr.com`, - Company: `Meemm`, - Position: `Food Chemist`, - Phone: `713-437-0973`, - Mobile: `609-737-9711`, - Fax: `850-156-4970`, - Street: `4746 Packers Hill`, - City: `Houston`, - ZipCode: 77276, - State: `TX`, - Country: `United States`, - ReferredBy: `Deedee Argile`, - CreatedOn: `2018-01-01`, - Birthday: `1997-11-09`, - LastActivity: `2018-01-18`, - NextActivity: `2019-04-18`, - DealsWon: 13, - DealsLost: 19, - DealsPending: 17, - DealsTotal: 49, - Ratio: 41, - EstimatedSales: 1438370, - ActualSales: 1291407, - Tags: `retail` - }), - new EmployeesDataItem( - { - ID: 646063244, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/81.jpg`, - Name: `Nance Girdwood`, - Email: `ngirdwoodbi@zimbio.com`, - Company: `Photobug`, - Position: `VP Marketing`, - Phone: `606-920-6339`, - Mobile: `513-775-3243`, - Fax: `405-711-5044`, - Street: `24709 Manley Alley`, - City: `London`, - ZipCode: 40745, - State: `KY`, - Country: `United States`, - ReferredBy: `Lethia Gedge`, - CreatedOn: `2017-04-23`, - Birthday: `1971-01-26`, - LastActivity: `2017-05-13`, - NextActivity: `2018-03-13`, - DealsWon: 30, - DealsLost: 30, - DealsPending: 14, - DealsTotal: 74, - Ratio: 5, - EstimatedSales: 1048614, - ActualSales: 2644800, - Tags: `warm, construction` - }), - new EmployeesDataItem( - { - ID: 998901008, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/42.jpg`, - Name: `Ninette Jewers`, - Email: `njewersbj@State.tx.us`, - Company: `Jaloo`, - Position: `Marketing Assistant`, - Phone: `334-633-0451`, - Mobile: `727-765-9253`, - Fax: `817-263-5778`, - Street: `956 Corscot Park`, - City: `Montgomery`, - ZipCode: 36134, - State: `AL`, - Country: `United States`, - ReferredBy: `Malorie Sellner`, - CreatedOn: `2017-01-13`, - Birthday: `1994-11-21`, - LastActivity: `2017-01-21`, - NextActivity: `2017-08-21`, - DealsWon: 14, - DealsLost: 14, - DealsPending: 1, - DealsTotal: 29, - Ratio: 5, - EstimatedSales: 192134, - ActualSales: 1297520, - Tags: `cold, financial` - }), - new EmployeesDataItem( - { - ID: 851846477, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/87.jpg`, - Name: `Marrilee Crompton`, - Email: `mcromptonbk@disqus.com`, - Company: `Digitube`, - Position: `Dental Hygienist`, - Phone: `714-727-7058`, - Mobile: `915-954-7800`, - Fax: `318-774-9350`, - Street: `2 Forster Alley`, - City: `Irvine`, - ZipCode: 92717, - State: `CA`, - Country: `United States`, - ReferredBy: `Tilda Pratley`, - CreatedOn: `2017-01-11`, - Birthday: `1989-11-13`, - LastActivity: `2017-01-20`, - NextActivity: `2018-04-20`, - DealsWon: 7, - DealsLost: 8, - DealsPending: 21, - DealsTotal: 36, - Ratio: 47, - EstimatedSales: 2784222, - ActualSales: 605500, - Tags: `cool, financial` - }), - new EmployeesDataItem( - { - ID: 226687678, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/19.jpg`, - Name: `Meredithe Dunphie`, - Email: `mdunphiebl@digg.com`, - Company: `Meemm`, - Position: `Engineer III`, - Phone: `216-879-1177`, - Mobile: `281-101-4976`, - Fax: `904-485-2133`, - Street: `81 Bashford Hill`, - City: `Cleveland`, - ZipCode: 44197, - State: `OH`, - Country: `United States`, - ReferredBy: `Mignonne Habbergham`, - CreatedOn: `2017-07-01`, - Birthday: `1985-08-31`, - LastActivity: `2017-07-26`, - NextActivity: `2019-04-26`, - DealsWon: 11, - DealsLost: 30, - DealsPending: 24, - DealsTotal: 65, - Ratio: 27, - EstimatedSales: 2580648, - ActualSales: 1101100, - Tags: `cool, medical` - }), - new EmployeesDataItem( - { - ID: 461155215, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/76.jpg`, - Name: `Francoise Ramsdale`, - Email: `framsdalebm@creativecommons.org`, - Company: `Meevee`, - Position: `Staff Scientist`, - Phone: `330-854-0137`, - Mobile: `813-401-3531`, - Fax: `806-697-8002`, - Street: `93686 Lukken Park`, - City: `Warren`, - ZipCode: 44485, - State: `OH`, - Country: `United States`, - ReferredBy: `Zacharias Pollastrino`, - CreatedOn: `2017-07-16`, - Birthday: `1988-06-05`, - LastActivity: `2017-07-29`, - NextActivity: `2017-11-29`, - DealsWon: 4, - DealsLost: 5, - DealsPending: 6, - DealsTotal: 15, - Ratio: 44, - EstimatedSales: 531066, - ActualSales: 533312, - Tags: `warm, financial` - }), - new EmployeesDataItem( - { - ID: 478148637, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/24.jpg`, - Name: `Leticia Grisewood`, - Email: `lgrisewoodbn@youtube.com`, - Company: `Innotype`, - Position: `Administrative Assistant III`, - Phone: `803-437-0732`, - Mobile: `512-125-4879`, - Fax: `405-456-4413`, - Street: `7336 Commercial Court`, - City: `Aiken`, - ZipCode: 29805, - State: `SC`, - Country: `United States`, - ReferredBy: `Devi Full`, - CreatedOn: `2018-03-31`, - Birthday: `1984-04-25`, - LastActivity: `2018-04-24`, - NextActivity: `2019-03-24`, - DealsWon: 11, - DealsLost: 3, - DealsPending: 12, - DealsTotal: 26, - Ratio: 79, - EstimatedSales: 2026416, - ActualSales: 714549, - Tags: `demo, retail` - }), - new EmployeesDataItem( - { - ID: 485432833, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/24.jpg`, - Name: `Kacy Grangier`, - Email: `kgrangierbo@about.com`, - Company: `Yata`, - Position: `Paralegal`, - Phone: `916-867-4529`, - Mobile: `302-745-6755`, - Fax: `512-213-5757`, - Street: `3594 Briar Crest Pass`, - City: `Sacramento`, - ZipCode: 95838, - State: `CA`, - Country: `United States`, - ReferredBy: `Annissa Henworth`, - CreatedOn: `2018-01-11`, - Birthday: `1977-07-22`, - LastActivity: `2018-01-21`, - NextActivity: `2018-12-21`, - DealsWon: 19, - DealsLost: 29, - DealsPending: 23, - DealsTotal: 71, - Ratio: 4, - EstimatedSales: 2287442, - ActualSales: 2014247, - Tags: `financial` - }), - new EmployeesDataItem( - { - ID: 914957339, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/56.jpg`, - Name: `Stu Frisdick`, - Email: `sfrisdickbp@zdnet.com`, - Company: `DabZ`, - Position: ``, - Phone: `520-988-6686`, - Mobile: `281-119-4824`, - Fax: `484-833-4948`, - Street: `0 Clove Hill`, - City: `Tucson`, - ZipCode: 85737, - State: `AZ`, - Country: `United States`, - ReferredBy: `Lusa Rilston`, - CreatedOn: `2017-02-21`, - Birthday: `2000-11-17`, - LastActivity: `2017-03-02`, - NextActivity: `2017-04-02`, - DealsWon: 16, - DealsLost: 26, - DealsPending: 11, - DealsTotal: 53, - Ratio: 38, - EstimatedSales: 1588785, - ActualSales: 3199264, - Tags: `subscriber, pharmaceutical` - }), - new EmployeesDataItem( - { - ID: 638757315, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/67.jpg`, - Name: `Filmer Neath`, - Email: `fneathbq@unc.edu`, - Company: `Devcast`, - Position: `Structural Analysis Engineer`, - Phone: `505-750-5412`, - Mobile: `804-311-6929`, - Fax: `757-768-3310`, - Street: `97 Ramsey Park`, - City: `Albuquerque`, - ZipCode: 87201, - State: `NM`, - Country: `United States`, - ReferredBy: `Dodi Gommey`, - CreatedOn: `2017-01-30`, - Birthday: `1980-12-15`, - LastActivity: `2017-02-05`, - NextActivity: `2017-10-05`, - DealsWon: 6, - DealsLost: 22, - DealsPending: 17, - DealsTotal: 45, - Ratio: 21, - EstimatedSales: 2482221, - ActualSales: 963306, - Tags: `financial` - }), - new EmployeesDataItem( - { - ID: 848169608, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/60.jpg`, - Name: `Avictor Keyho`, - Email: `akeyhobr@smugmug.com`, - Company: `Jabbersphere`, - Position: `Internal Auditor`, - Phone: `214-911-4890`, - Mobile: `702-815-4770`, - Fax: `727-409-1166`, - Street: `26 Rowland Point`, - City: `Dallas`, - ZipCode: 75358, - State: `TX`, - Country: `United States`, - ReferredBy: `Alta Burrett`, - CreatedOn: `2018-02-10`, - Birthday: `1972-02-04`, - LastActivity: `2018-03-08`, - NextActivity: `2019-09-08`, - DealsWon: 18, - DealsLost: 28, - DealsPending: 24, - DealsTotal: 70, - Ratio: 39, - EstimatedSales: 2909784, - ActualSales: 2828214, - Tags: `demo, retail` - }), - new EmployeesDataItem( - { - ID: 534699420, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/53.jpg`, - Name: `Gideon Couser`, - Email: `gcouserbs@gnu.org`, - Company: `Jabberbean`, - Position: `Environmental Tech`, - Phone: `808-197-3232`, - Mobile: `801-588-7718`, - Fax: `260-745-9986`, - Street: `4 Drewry Lane`, - City: `Honolulu`, - ZipCode: 96835, - State: `HI`, - Country: `United States`, - ReferredBy: `Laina Duplock`, - CreatedOn: `2017-02-17`, - Birthday: `1970-06-01`, - LastActivity: `2017-02-19`, - NextActivity: `2017-03-19`, - DealsWon: 16, - DealsLost: 16, - DealsPending: 24, - DealsTotal: 56, - Ratio: 5, - EstimatedSales: 4104696, - ActualSales: 1659440, - Tags: `construction` - }), - new EmployeesDataItem( - { - ID: 437885504, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/10.jpg`, - Name: `Ava Robertsen`, - Email: `arobertsenbt@nih.gov`, - Company: `Roombo`, - Position: `Business Systems Development Analyst`, - Phone: `-543-1337`, - Mobile: `818-878-5106`, - Fax: `206-965-2378`, - Street: `8380 John Wall Alley`, - City: `Pittsburgh`, - ZipCode: 15266, - State: `PA`, - Country: `United States`, - ReferredBy: `Collin Tinan`, - CreatedOn: `2017-10-07`, - Birthday: `1999-01-28`, - LastActivity: `2017-10-15`, - NextActivity: `2019-10-15`, - DealsWon: 12, - DealsLost: 2, - DealsPending: 2, - DealsTotal: 16, - Ratio: 86, - EstimatedSales: 301678, - ActualSales: 1144536, - Tags: `warm, medical` - }), - new EmployeesDataItem( - { - ID: 254316624, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/94.jpg`, - Name: `Idalia Hadaway`, - Email: `ihadawaybu@twitpic.com`, - Company: `Buzzbean`, - Position: `VP Product Management`, - Phone: `616-398-2942`, - Mobile: `815-515-4652`, - Fax: `218-393-9364`, - Street: `2077 Ruskin Point`, - City: `Grand Rapids`, - ZipCode: 49510, - State: `MI`, - Country: `United States`, - ReferredBy: `Jimmy Schade`, - CreatedOn: `2017-07-08`, - Birthday: `1976-01-19`, - LastActivity: `2017-07-19`, - NextActivity: `2018-01-19`, - DealsWon: 27, - DealsLost: 20, - DealsPending: 9, - DealsTotal: 56, - Ratio: 57, - EstimatedSales: 1273689, - ActualSales: 3388068, - Tags: `retail` - }), - new EmployeesDataItem( - { - ID: 173572590, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/14.jpg`, - Name: `Torrie Gillooly`, - Email: `tgilloolybv@angelfire.com`, - Company: `Quamba`, - Position: `GIS Technical Architect`, - Phone: `253-257-6290`, - Mobile: `805-887-4914`, - Fax: `918-362-4190`, - Street: `988 Prairie Rose Way`, - City: `Lakewood`, - ZipCode: 98498, - State: `WA`, - Country: `United States`, - ReferredBy: `Carling Howsin`, - CreatedOn: `2017-08-22`, - Birthday: `1988-01-01`, - LastActivity: `2017-08-26`, - NextActivity: `2019-07-26`, - DealsWon: 20, - DealsLost: 2, - DealsPending: 9, - DealsTotal: 31, - Ratio: 91, - EstimatedSales: 1182708, - ActualSales: 3594680, - Tags: `retail` - }), - new EmployeesDataItem( - { - ID: 939055594, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/79.jpg`, - Name: `Dwayne Antognoni`, - Email: `dantognonibw@umich.edu`, - Company: `Wikivu`, - Position: `Product Engineer`, - Phone: `801-757-5121`, - Mobile: `919-407-5665`, - Fax: `937-543-1289`, - Street: `303 Westport Parkway`, - City: `Salt Lake City`, - ZipCode: 84115, - State: `UT`, - Country: `United States`, - ReferredBy: `Burlie Peinke`, - CreatedOn: `2018-01-07`, - Birthday: `1990-03-10`, - LastActivity: `2018-02-06`, - NextActivity: `2018-08-06`, - DealsWon: 2, - DealsLost: 29, - DealsPending: 27, - DealsTotal: 58, - Ratio: 6, - EstimatedSales: 4817826, - ActualSales: 275194, - Tags: `hot, pharmaceutical` - }), - new EmployeesDataItem( - { - ID: 272081327, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/39.jpg`, - Name: `Zebulon Blenkinship`, - Email: `zblenkinshipbx@nature.com`, - Company: `Photospace`, - Position: `Web Developer IV`, - Phone: `850-510-2673`, - Mobile: `334-206-1445`, - Fax: `619-670-0149`, - Street: `85095 Golf Course Place`, - City: `Pensacola`, - ZipCode: 32526, - State: `FL`, - Country: `United States`, - ReferredBy: `Alejoa I'anson`, - CreatedOn: `2017-03-06`, - Birthday: `2000-03-22`, - LastActivity: `2017-03-28`, - NextActivity: `2018-10-28`, - DealsWon: 20, - DealsLost: 27, - DealsPending: 12, - DealsTotal: 59, - Ratio: 43, - EstimatedSales: 1908864, - ActualSales: 3166620, - Tags: `subscriber, engineering` - }), - new EmployeesDataItem( - { - ID: 523801691, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/88.jpg`, - Name: `Hayes Rahill`, - Email: `hrahillby@webmd.com`, - Company: `Meetz`, - Position: `Recruiting Manager`, - Phone: `952-791-1512`, - Mobile: `423-472-7552`, - Fax: `212-737-3453`, - Street: `85 Portage Avenue`, - City: `Minneapolis`, - ZipCode: 55441, - State: `MN`, - Country: `United States`, - ReferredBy: `Julita Bonevant`, - CreatedOn: `2018-01-14`, - Birthday: `1975-05-10`, - LastActivity: `2018-01-21`, - NextActivity: `2019-09-21`, - DealsWon: 23, - DealsLost: 25, - DealsPending: 0, - DealsTotal: 48, - Ratio: 48, - EstimatedSales: 0, - ActualSales: 3503682, - Tags: `pro, engineering` - }), - new EmployeesDataItem( - { - ID: 927404028, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/71.jpg`, - Name: `Calvin MacGilrewy`, - Email: `cmacgilrewybz@opera.com`, - Company: `Oyoba`, - Position: `Media Manager I`, - Phone: `214-681-5190`, - Mobile: `707-286-9982`, - Fax: `913-266-9443`, - Street: `0214 Upham Terrace`, - City: `Dallas`, - ZipCode: 75372, - State: `TX`, - Country: `United States`, - ReferredBy: `Waverley Saunt`, - CreatedOn: `2018-04-04`, - Birthday: `1997-09-27`, - LastActivity: `2018-05-02`, - NextActivity: `2018-07-02`, - DealsWon: 22, - DealsLost: 8, - DealsPending: 3, - DealsTotal: 33, - Ratio: 73, - EstimatedSales: 574755, - ActualSales: 2134110, - Tags: `cool, financial` - }), - new EmployeesDataItem( - { - ID: 148184996, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/73.jpg`, - Name: `Mendie Moss`, - Email: `mmossc0@smh.com.au`, - Company: `Avamba`, - Position: `Legal Assistant`, - Phone: `713-107-9966`, - Mobile: `907-594-1870`, - Fax: `601-701-0280`, - Street: `593 Pine View Center`, - City: `Spring`, - ZipCode: 77386, - State: `TX`, - Country: `United States`, - ReferredBy: `Andi Rippingall`, - CreatedOn: `2018-01-20`, - Birthday: `1990-11-26`, - LastActivity: `2018-01-22`, - NextActivity: `2018-07-22`, - DealsWon: 23, - DealsLost: 17, - DealsPending: 16, - DealsTotal: 56, - Ratio: 58, - EstimatedSales: 895680, - ActualSales: 1317854, - Tags: `pro, medical` - }), - new EmployeesDataItem( - { - ID: 596832097, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/81.jpg`, - Name: `Tonia Finding`, - Email: `tfindingc1@mapy.cz`, - Company: `Flipopia`, - Position: `Nurse Practicioner`, - Phone: `919-602-2320`, - Mobile: `512-433-7189`, - Fax: `336-774-6216`, - Street: `50 Daystar Plaza`, - City: `Raleigh`, - ZipCode: 27635, - State: `NC`, - Country: `United States`, - ReferredBy: `Maxi Salzburger`, - CreatedOn: `2017-09-30`, - Birthday: `1982-07-13`, - LastActivity: `2017-10-25`, - NextActivity: `2018-04-25`, - DealsWon: 11, - DealsLost: 29, - DealsPending: 11, - DealsTotal: 51, - Ratio: 28, - EstimatedSales: 1163822, - ActualSales: 929170, - Tags: `demo, pharmaceutical` - }), - new EmployeesDataItem( - { - ID: 849968521, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/33.jpg`, - Name: `Sidney Braffington`, - Email: `sbraffingtonc2@linkedin.com`, - Company: `Dynabox`, - Position: `Mechanical Systems Engineer`, - Phone: `571-894-5464`, - Mobile: `619-572-8013`, - Fax: `210-706-7014`, - Street: `41 Grim Pass`, - City: `Alexandria`, - ZipCode: 22313, - State: `VA`, - Country: `United States`, - ReferredBy: `Jacquenetta Glacken`, - CreatedOn: `2017-08-29`, - Birthday: `1995-07-23`, - LastActivity: `2017-08-31`, - NextActivity: `2019-03-31`, - DealsWon: 7, - DealsLost: 25, - DealsPending: 7, - DealsTotal: 39, - Ratio: 22, - EstimatedSales: 920458, - ActualSales: 905681, - Tags: `subscriber, construction` - }), - new EmployeesDataItem( - { - ID: 368277950, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/84.jpg`, - Name: `Phoebe Tackle`, - Email: `ptacklec3@squidoo.com`, - Company: `Fadeo`, - Position: `Accountant II`, - Phone: `515-766-6325`, - Mobile: `817-529-1121`, - Fax: `202-577-5994`, - Street: `7 Mayfield Junction`, - City: `Des Moines`, - ZipCode: 50936, - State: `IA`, - Country: `United States`, - ReferredBy: `Madelyn Martusewicz`, - CreatedOn: `2017-05-20`, - Birthday: `1986-07-29`, - LastActivity: `2017-06-01`, - NextActivity: `2019-02-01`, - DealsWon: 20, - DealsLost: 16, - DealsPending: 22, - DealsTotal: 58, - Ratio: 56, - EstimatedSales: 3756478, - ActualSales: 3491660, - Tags: `cold, medical` - }), - new EmployeesDataItem( - { - ID: 870353677, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/75.jpg`, - Name: `Buddie Mantrip`, - Email: `bmantripc4@bloglovin.com`, - Company: `Mybuzz`, - Position: `Environmental Specialist`, - Phone: `630-483-8264`, - Mobile: `719-742-7147`, - Fax: `712-426-7868`, - Street: `49 Loeprich Pass`, - City: `Aurora`, - ZipCode: 60505, - State: `IL`, - Country: `United States`, - ReferredBy: `Gail Ethelston`, - CreatedOn: `2017-07-30`, - Birthday: `1983-05-03`, - LastActivity: `2017-08-07`, - NextActivity: `2017-10-07`, - DealsWon: 21, - DealsLost: 12, - DealsPending: 15, - DealsTotal: 48, - Ratio: 64, - EstimatedSales: 2828175, - ActualSales: 2923662, - Tags: `demo, engineering` - }), - new EmployeesDataItem( - { - ID: 270599150, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/12.jpg`, - Name: `Abba Molines`, - Email: `amolinesc5@nba.com`, - Company: `Wordtune`, - Position: `Nurse`, - Phone: `915-393-7743`, - Mobile: `706-715-6981`, - Fax: `719-743-6123`, - Street: `444 Moland Terrace`, - City: `El Paso`, - ZipCode: 88569, - State: `TX`, - Country: `United States`, - ReferredBy: `Bradley Arnaldy`, - CreatedOn: `2018-01-31`, - Birthday: `1998-04-16`, - LastActivity: `2018-02-03`, - NextActivity: `2019-05-03`, - DealsWon: 15, - DealsLost: 17, - DealsPending: 28, - DealsTotal: 60, - Ratio: 47, - EstimatedSales: 2787876, - ActualSales: 822435, - Tags: `warm, financial` - }), - new EmployeesDataItem( - { - ID: 831697087, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/62.jpg`, - Name: `Delainey Lanchbury`, - Email: `dlanchburyc6@mediafire.com`, - Company: `Bluezoom`, - Position: `Actuary`, - Phone: `407-514-9418`, - Mobile: `713-390-4179`, - Fax: `518-750-3116`, - Street: `59 Kennedy Park`, - City: `Orlando`, - ZipCode: 32813, - State: `FL`, - Country: `United States`, - ReferredBy: `Cleveland Hoyt`, - CreatedOn: `2018-01-21`, - Birthday: `1970-09-30`, - LastActivity: `2018-02-03`, - NextActivity: `2020-02-03`, - DealsWon: 20, - DealsLost: 8, - DealsPending: 17, - DealsTotal: 45, - Ratio: 71, - EstimatedSales: 3219086, - ActualSales: 3343840, - Tags: `cold, engineering` - }), - new EmployeesDataItem( - { - ID: 363732230, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/53.jpg`, - Name: `Gabey Crunden`, - Email: `gcrundenc7@squarespace.com`, - Company: `Dablist`, - Position: `Health Coach I`, - Phone: `310-756-5986`, - Mobile: `901-456-1424`, - Fax: `812-946-1676`, - Street: `7 Schlimgen Place`, - City: `Santa Monica`, - ZipCode: 90410, - State: `CA`, - Country: `United States`, - ReferredBy: `Zedekiah Senechault`, - CreatedOn: `2018-02-16`, - Birthday: `1979-09-20`, - LastActivity: `2018-02-21`, - NextActivity: `2019-07-21`, - DealsWon: 1, - DealsLost: 5, - DealsPending: 16, - DealsTotal: 22, - Ratio: 17, - EstimatedSales: 2176512, - ActualSales: 165808, - Tags: `subscriber, pharmaceutical` - }), - new EmployeesDataItem( - { - ID: 501490394, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/1.jpg`, - Name: `Kelcy Witton`, - Email: `kwittonc8@ucla.edu`, - Company: `Layo`, - Position: `Analyst Programmer`, - Phone: `336-143-5784`, - Mobile: `806-671-0940`, - Fax: `518-874-2244`, - Street: `5158 Cherokee Way`, - City: `Greensboro`, - ZipCode: 27425, - State: `NC`, - Country: `United States`, - ReferredBy: `Kimberli Syddie`, - CreatedOn: `2017-10-08`, - Birthday: `1983-02-09`, - LastActivity: `2017-10-27`, - NextActivity: `2019-05-27`, - DealsWon: 21, - DealsLost: 22, - DealsPending: 6, - DealsTotal: 49, - Ratio: 49, - EstimatedSales: 1007424, - ActualSales: 4040316, - Tags: `hot, financial` - }), - new EmployeesDataItem( - { - ID: 380298828, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/15.jpg`, - Name: `Hashim Pancast`, - Email: `hpancastc9@ow.ly`, - Company: `Nlounge`, - Position: `Quality Control Specialist`, - Phone: `330-938-7299`, - Mobile: `509-931-1660`, - Fax: `602-444-0496`, - Street: `68 Brickson Park Avenue`, - City: `Youngstown`, - ZipCode: 44511, - State: `OH`, - Country: `United States`, - ReferredBy: `Mirelle Measor`, - CreatedOn: `2017-06-29`, - Birthday: `1990-03-19`, - LastActivity: `2017-07-21`, - NextActivity: `2018-12-21`, - DealsWon: 8, - DealsLost: 6, - DealsPending: 11, - DealsTotal: 25, - Ratio: 57, - EstimatedSales: 1108074, - ActualSales: 735200, - Tags: `financial` - }), - new EmployeesDataItem( - { - ID: 873482037, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/95.jpg`, - Name: `Pegeen Dudley`, - Email: `pdudleyca@hc360.com`, - Company: `Jamia`, - Position: `Office Assistant IV`, - Phone: `770-798-0419`, - Mobile: `605-658-6952`, - Fax: `254-824-9619`, - Street: `5662 School Crossing`, - City: `Atlanta`, - ZipCode: 30301, - State: `GA`, - Country: `United States`, - ReferredBy: `Paddie Krop`, - CreatedOn: `2018-03-29`, - Birthday: `1978-01-01`, - LastActivity: `2018-04-25`, - NextActivity: `2019-09-25`, - DealsWon: 13, - DealsLost: 6, - DealsPending: 9, - DealsTotal: 28, - Ratio: 68, - EstimatedSales: 1224927, - ActualSales: 2493491, - Tags: `subscriber, medical` - }), - new EmployeesDataItem( - { - ID: 379632492, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/99.jpg`, - Name: `Sanders Sewart`, - Email: `ssewartcb@etsy.com`, - Company: `Aibox`, - Position: `Product Engineer`, - Phone: `865-452-8610`, - Mobile: `304-553-4261`, - Fax: `571-742-7891`, - Street: `9 DeclaRation Point`, - City: `Knoxville`, - ZipCode: 37919, - State: `TN`, - Country: `United States`, - ReferredBy: `Cammy Blamires`, - CreatedOn: `2018-04-11`, - Birthday: `1985-05-15`, - LastActivity: `2018-05-06`, - NextActivity: `2019-09-06`, - DealsWon: 18, - DealsLost: 5, - DealsPending: 17, - DealsTotal: 40, - Ratio: 78, - EstimatedSales: 1276785, - ActualSales: 2073222, - Tags: `pro, retail` - }), - new EmployeesDataItem( - { - ID: 282735168, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/32.jpg`, - Name: `Robina Edlestone`, - Email: `redlestonecc@biblegateway.com`, - Company: `Feedmix`, - Position: `Director of Sales`, - Phone: `309-669-5509`, - Mobile: `216-789-6625`, - Fax: `706-631-9450`, - Street: `4450 Leroy Circle`, - City: `Peoria`, - ZipCode: 61629, - State: `IL`, - Country: `United States`, - ReferredBy: `Salmon Bavidge`, - CreatedOn: `2017-07-23`, - Birthday: `1990-06-13`, - LastActivity: `2017-08-11`, - NextActivity: `2017-09-11`, - DealsWon: 17, - DealsLost: 24, - DealsPending: 19, - DealsTotal: 60, - Ratio: 41, - EstimatedSales: 2521775, - ActualSales: 2098225, - Tags: `subscriber, financial` - }), - new EmployeesDataItem( - { - ID: 242917374, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/28.jpg`, - Name: `Donia Izhakov`, - Email: `dizhakovcd@chicagotribune.com`, - Company: `Dynazzy`, - Position: `Physical Therapy Assistant`, - Phone: `973-831-3172`, - Mobile: `320-684-4748`, - Fax: `651-854-9910`, - Street: `7 Brickson Park Junction`, - City: `Newark`, - ZipCode: 7104, - State: `NJ`, - Country: `United States`, - ReferredBy: `Nickey Cornil`, - CreatedOn: `2017-06-07`, - Birthday: `1975-04-03`, - LastActivity: `2017-06-14`, - NextActivity: `2017-12-14`, - DealsWon: 10, - DealsLost: 19, - DealsPending: 14, - DealsTotal: 43, - Ratio: 34, - EstimatedSales: 793282, - ActualSales: 971960, - Tags: `pro, pharmaceutical` - }), - new EmployeesDataItem( - { - ID: 653296974, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/20.jpg`, - Name: `Francklyn Burds`, - Email: `fburdsce@nih.gov`, - Company: `Livefish`, - Position: `Senior Developer`, - Phone: `718-637-5047`, - Mobile: `256-410-2762`, - Fax: `212-191-6979`, - Street: `30 Ramsey Junction`, - City: `Brooklyn`, - ZipCode: 11220, - State: `NY`, - Country: `United States`, - ReferredBy: `Jackquelin O'Sheerin`, - CreatedOn: `2017-04-16`, - Birthday: `1980-03-21`, - LastActivity: `2017-05-15`, - NextActivity: `2018-02-15`, - DealsWon: 25, - DealsLost: 26, - DealsPending: 15, - DealsTotal: 66, - Ratio: 49, - EstimatedSales: 2240265, - ActualSales: 1491150, - Tags: `construction` - }), - new EmployeesDataItem( - { - ID: 566023741, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/92.jpg`, - Name: `Lizabeth Whitcombe`, - Email: `lwhitcombecf@amazon.co.jp`, - Company: `Jabbertype`, - Position: `Paralegal`, - Phone: `702-951-0879`, - Mobile: `480-600-7648`, - Fax: `585-873-5562`, - Street: `86944 Bonner Trail`, - City: `North Las Vegas`, - ZipCode: 89087, - State: `NV`, - Country: `United States`, - ReferredBy: `Ashia Baysting`, - CreatedOn: `2017-06-17`, - Birthday: `1984-04-01`, - LastActivity: `2017-07-03`, - NextActivity: `2019-01-03`, - DealsWon: 5, - DealsLost: 2, - DealsPending: 18, - DealsTotal: 25, - Ratio: 71, - EstimatedSales: 2418570, - ActualSales: 573820, - Tags: `subscriber, engineering` - }), - new EmployeesDataItem( - { - ID: 181333342, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/1.jpg`, - Name: `Konstantin McPolin`, - Email: `kmcpolincg@tiny.cc`, - Company: `Voolith`, - Position: `Project Manager`, - Phone: `951-552-6295`, - Mobile: `212-353-2370`, - Fax: `317-101-3859`, - Street: `7291 Judy Trail`, - City: `Riverside`, - ZipCode: 92519, - State: `CA`, - Country: `United States`, - ReferredBy: `Granny Willock`, - CreatedOn: `2017-05-23`, - Birthday: `1977-12-14`, - LastActivity: `2017-05-27`, - NextActivity: `2018-11-27`, - DealsWon: 14, - DealsLost: 17, - DealsPending: 21, - DealsTotal: 52, - Ratio: 45, - EstimatedSales: 2043783, - ActualSales: 1491672, - Tags: `financial` - }), - new EmployeesDataItem( - { - ID: 278914491, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/87.jpg`, - Name: `Alasdair Tapsfield`, - Email: `atapsfieldch@ox.ac.uk`, - Company: `Shufflebeat`, - Position: `Civil Engineer`, - Phone: `717-105-2953`, - Mobile: `773-775-6750`, - Fax: `843-901-8316`, - Street: `494 Schurz Place`, - City: `Lancaster`, - ZipCode: 17605, - State: `PA`, - Country: `United States`, - ReferredBy: `Ondrea Beedie`, - CreatedOn: `2017-08-03`, - Birthday: `1978-11-14`, - LastActivity: `2017-09-01`, - NextActivity: `2018-11-01`, - DealsWon: 26, - DealsLost: 26, - DealsPending: 11, - DealsTotal: 63, - Ratio: 5, - EstimatedSales: 1789095, - ActualSales: 1462656, - Tags: `financial` - }), - new EmployeesDataItem( - { - ID: 639109531, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/34.jpg`, - Name: `Ignacio Hammerberg`, - Email: `ihammerbergci@redcross.org`, - Company: `Gigaclub`, - Position: `Marketing Manager`, - Phone: `512-252-7640`, - Mobile: `323-300-9482`, - Fax: `941-517-1746`, - Street: `44585 Birchwood Street`, - City: `Round Rock`, - ZipCode: 78682, - State: `TX`, - Country: `United States`, - ReferredBy: `Dew Bougourd`, - CreatedOn: `2017-10-09`, - Birthday: `1982-02-14`, - LastActivity: `2017-11-03`, - NextActivity: `2018-05-03`, - DealsWon: 15, - DealsLost: 18, - DealsPending: 19, - DealsTotal: 52, - Ratio: 45, - EstimatedSales: 1600845, - ActualSales: 910485, - Tags: `hot, engineering` - }), - new EmployeesDataItem( - { - ID: 754217072, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/87.jpg`, - Name: `Vincents O'Donohue`, - Email: `vodonohuecj@cocolog-nifty.com`, - Company: `Mymm`, - Position: `Social Worker`, - Phone: `336-558-5931`, - Mobile: `432-375-7039`, - Fax: `404-708-3324`, - Street: `57815 Kingsford Trail`, - City: `Winston Salem`, - ZipCode: 27105, - State: `NC`, - Country: `United States`, - ReferredBy: `Olivier Pohl`, - CreatedOn: `2018-02-02`, - Birthday: `1996-07-27`, - LastActivity: `2018-02-11`, - NextActivity: `2019-09-11`, - DealsWon: 6, - DealsLost: 7, - DealsPending: 2, - DealsTotal: 15, - Ratio: 46, - EstimatedSales: 269990, - ActualSales: 319632, - Tags: `cold, pharmaceutical` - }), - new EmployeesDataItem( - { - ID: 520274335, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/32.jpg`, - Name: `Leela Fantone`, - Email: `lfantoneck@epa.gov`, - Company: `Mita`, - Position: `Speech Pathologist`, - Phone: `202-530-7372`, - Mobile: `817-484-6218`, - Fax: `651-205-1650`, - Street: `57848 Melvin Point`, - City: `Washington`, - ZipCode: 20073, - State: `DC`, - Country: `United States`, - ReferredBy: `Daphne Ingon`, - CreatedOn: `2017-11-06`, - Birthday: `2000-07-31`, - LastActivity: `2017-12-02`, - NextActivity: `2019-09-02`, - DealsWon: 11, - DealsLost: 10, - DealsPending: 11, - DealsTotal: 32, - Ratio: 52, - EstimatedSales: 1639594, - ActualSales: 1256145, - Tags: `` - }), - new EmployeesDataItem( - { - ID: 716523610, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/19.jpg`, - Name: `Justus Cadore`, - Email: `jcadorecl@reference.com`, - Company: `Twitterlist`, - Position: `Programmer Analyst IV`, - Phone: `407-225-3479`, - Mobile: `321-111-5937`, - Fax: `954-738-4877`, - Street: `199 Gateway Center`, - City: `Winter Haven`, - ZipCode: 33884, - State: `FL`, - Country: `United States`, - ReferredBy: `Maddy Aspinal`, - CreatedOn: `2017-09-24`, - Birthday: `2003-02-13`, - LastActivity: `2017-10-02`, - NextActivity: `2018-10-02`, - DealsWon: 22, - DealsLost: 18, - DealsPending: 5, - DealsTotal: 45, - Ratio: 55, - EstimatedSales: 474130, - ActualSales: 3567278, - Tags: `financial` - }), - new EmployeesDataItem( - { - ID: 329842916, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/46.jpg`, - Name: `Alis Nowakowski`, - Email: `anowakowskicm@wikimedia.org`, - Company: `Wordware`, - Position: ``, - Phone: `402-516-1553`, - Mobile: `360-150-4360`, - Fax: `915-934-7228`, - Street: `5333 Sunfield Center`, - City: `Omaha`, - ZipCode: 68197, - State: `NE`, - Country: `United States`, - ReferredBy: `Miguelita Gerler`, - CreatedOn: `2017-03-18`, - Birthday: `1973-02-15`, - LastActivity: `2017-03-26`, - NextActivity: `2017-07-26`, - DealsWon: 26, - DealsLost: 20, - DealsPending: 17, - DealsTotal: 63, - Ratio: 57, - EstimatedSales: 2466598, - ActualSales: 4936620, - Tags: `` - }), - new EmployeesDataItem( - { - ID: 753253534, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/52.jpg`, - Name: `Lorena Mousdall`, - Email: `lmousdallcn@elegantthemes.com`, - Company: `Aimbo`, - Position: `Geologist III`, - Phone: `720-341-5046`, - Mobile: `916-195-7584`, - Fax: `215-624-1834`, - Street: `12 Melby Place`, - City: `Denver`, - ZipCode: 80241, - State: `CO`, - Country: `United States`, - ReferredBy: `Carmina Tomaszek`, - CreatedOn: `2017-03-13`, - Birthday: `1978-09-13`, - LastActivity: `2017-03-24`, - NextActivity: `2018-10-24`, - DealsWon: 14, - DealsLost: 11, - DealsPending: 2, - DealsTotal: 27, - Ratio: 56, - EstimatedSales: 300438, - ActualSales: 1338988, - Tags: `cool, engineering` - }), - new EmployeesDataItem( - { - ID: 460632062, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/71.jpg`, - Name: `Gayle St Pierre`, - Email: `gstco@cargocollective.com`, - Company: `Trupe`, - Position: `VP Accounting`, - Phone: `530-168-6924`, - Mobile: `646-366-5359`, - Fax: `757-548-1834`, - Street: `48 Veith Junction`, - City: `Chico`, - ZipCode: 95973, - State: `CA`, - Country: `United States`, - ReferredBy: `Lynda Drinan`, - CreatedOn: `2017-03-26`, - Birthday: `1971-03-10`, - LastActivity: `2017-04-17`, - NextActivity: `2018-10-17`, - DealsWon: 13, - DealsLost: 14, - DealsPending: 9, - DealsTotal: 36, - Ratio: 48, - EstimatedSales: 1716966, - ActualSales: 668928, - Tags: `cold, medical` - }), - new EmployeesDataItem( - { - ID: 743401827, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/56.jpg`, - Name: `Romy Giacomelli`, - Email: `rgiacomellicp@ezinearticles.com`, - Company: `Eimbee`, - Position: `Cost Accountant`, - Phone: `719-646-0552`, - Mobile: `203-707-2786`, - Fax: `214-685-1141`, - Street: `952 Springs Alley`, - City: `Colorado Springs`, - ZipCode: 80915, - State: `CO`, - Country: `United States`, - ReferredBy: `Alanna Begg`, - CreatedOn: `2017-11-18`, - Birthday: `1982-10-16`, - LastActivity: `2017-12-02`, - NextActivity: `2018-02-02`, - DealsWon: 5, - DealsLost: 13, - DealsPending: 8, - DealsTotal: 26, - Ratio: 28, - EstimatedSales: 1423424, - ActualSales: 949815, - Tags: `subscriber, construction` - }), + new EmployeesDataItem({ ID: 256286239, Avatar: `https://static.infragistics.com/xplatform/images/people/men/43.jpg`, Name: `Gawain Beadnall`, Email: `gbeadnall0@etsy.com`, Company: `Divanoodle`, Position: `Statistician I`, Phone: `317-866-4381`, Mobile: `203-937-3567`, Fax: `212-115-1790`, Street: `47 Garrison Park`, City: `Indianapolis`, ZipCode: 46207, State: `IN`, Country: `United States`, ReferredBy: `Vyky Corwin`, CreatedOn: `2017-12-08`, Birthday: `2002-02-10`, LastActivity: `2017-12-16`, NextActivity: `2019-04-16`, DealsWon: 5, DealsLost: 13, DealsPending: 7, DealsTotal: 25, Ratio: 28, EstimatedSales: 686210, ActualSales: 421105, Tags: `warm, engineering` }), + new EmployeesDataItem({ ID: 863241310, Avatar: `https://static.infragistics.com/xplatform/images/people/women/40.jpg`, Name: `Ivy Simkovich`, Email: `isimkovich1@clickbank.net`, Company: `Linktype`, Position: `Research Nurse`, Phone: `770-283-2050`, Mobile: `509-995-2578`, Fax: `907-491-2187`, Street: `3 Aberg Street`, City: `Marietta`, ZipCode: 30061, State: `GA`, Country: `United States`, ReferredBy: `Hew Chung`, CreatedOn: `2017-06-24`, Birthday: `1997-01-01`, LastActivity: `2017-07-15`, NextActivity: `2019-06-15`, DealsWon: 2, DealsLost: 4, DealsPending: 29, DealsTotal: 35, Ratio: 33, EstimatedSales: 2008801, ActualSales: 186592, Tags: `demo, medical` }), + new EmployeesDataItem({ ID: 905500122, Avatar: `https://static.infragistics.com/xplatform/images/people/men/15.jpg`, Name: `Rowen Titchen`, Email: `rtitchen2@netscape.com`, Company: `Meembee`, Position: `Staff Scientist`, Phone: `804-667-0331`, Mobile: `608-608-6837`, Fax: `775-602-1752`, Street: `6105 Thompson Road`, City: `Richmond`, ZipCode: 23228, State: `VA`, Country: `United States`, ReferredBy: `Web Ondrak`, CreatedOn: `2017-09-12`, Birthday: `1997-03-14`, LastActivity: `2017-10-08`, NextActivity: `2018-08-08`, DealsWon: 18, DealsLost: 19, DealsPending: 7, DealsTotal: 44, Ratio: 49, EstimatedSales: 950873, ActualSales: 3395844, Tags: `demo, retail` }), + new EmployeesDataItem({ ID: 507049693, Avatar: `https://static.infragistics.com/xplatform/images/people/women/66.jpg`, Name: `Merle Affron`, Email: `maffron3@cbc.ca`, Company: ``, Position: `Director of Sales`, Phone: `248-958-1645`, Mobile: `480-880-6216`, Fax: `304-696-5315`, Street: `0 Hanover Street`, City: `Troy`, ZipCode: 48098, State: `MI`, Country: `United States`, ReferredBy: `Seana Yegorshin`, CreatedOn: `2017-05-31`, Birthday: `1988-05-05`, LastActivity: `2017-06-04`, NextActivity: `2018-09-04`, DealsWon: 23, DealsLost: 22, DealsPending: 2, DealsTotal: 47, Ratio: 51, EstimatedSales: 170852, ActualSales: 3020337, Tags: `cold, construction` }), + new EmployeesDataItem({ ID: 379956513, Avatar: `https://static.infragistics.com/xplatform/images/people/women/81.jpg`, Name: `Mallory Timmons`, Email: `mtimmons4@xing.com`, Company: `Plambee`, Position: `Automation Specialist IV`, Phone: `205-678-8101`, Mobile: `208-724-3386`, Fax: `402-239-2201`, Street: `245 Roxbury Place`, City: `Birmingham`, ZipCode: 35215, State: `AL`, Country: `United States`, ReferredBy: `Costa Saveall`, CreatedOn: `2017-11-09`, Birthday: `1983-10-25`, LastActivity: `2017-11-22`, NextActivity: `2019-03-22`, DealsWon: 6, DealsLost: 28, DealsPending: 11, DealsTotal: 45, Ratio: 18, EstimatedSales: 1734161, ActualSales: 1006212, Tags: `demo, engineering` }), + new EmployeesDataItem({ ID: 291588694, Avatar: `https://static.infragistics.com/xplatform/images/people/men/92.jpg`, Name: `Kalil Bonavia`, Email: `kbonavia5@example.com`, Company: `Flashpoint`, Position: `Accountant I`, Phone: `404-429-3024`, Mobile: `302-868-1246`, Fax: `516-102-5599`, Street: `424 Troy Point`, City: `Atlanta`, ZipCode: 30328, State: `GA`, Country: `United States`, ReferredBy: `Morie Ralph`, CreatedOn: `2018-01-11`, Birthday: `1999-07-04`, LastActivity: `2018-02-07`, NextActivity: `2018-07-07`, DealsWon: 7, DealsLost: 9, DealsPending: 6, DealsTotal: 22, Ratio: 44, EstimatedSales: 459672, ActualSales: 1387575, Tags: `pro, pharmaceutical` }), + new EmployeesDataItem({ ID: 204849533, Avatar: `https://static.infragistics.com/xplatform/images/people/men/13.jpg`, Name: `Hasheem Dowzell`, Email: `hdowzell6@cnn.com`, Company: `Tazzy`, Position: `Software Engineer II`, Phone: `503-326-8537`, Mobile: `601-981-8625`, Fax: `415-335-9927`, Street: `7 Chive Way`, City: `Beaverton`, ZipCode: 97075, State: `OR`, Country: `United States`, ReferredBy: `Saleem Grayling`, CreatedOn: `2017-11-30`, Birthday: `1987-08-15`, LastActivity: `2017-12-03`, NextActivity: `2019-08-03`, DealsWon: 27, DealsLost: 23, DealsPending: 8, DealsTotal: 58, Ratio: 54, EstimatedSales: 557944, ActualSales: 4693923, Tags: `retail` }), + new EmployeesDataItem({ ID: 783203189, Avatar: `https://static.infragistics.com/xplatform/images/people/men/40.jpg`, Name: `Gonzales Bogart`, Email: `gbogarte@elpais.com`, Company: `Digitube`, Position: `Graphic Designer`, Phone: `850-613-0419`, Mobile: `202-820-1151`, Fax: `312-563-1537`, Street: `84 Washington Park`, City: `Pensacola`, ZipCode: 32575, State: `FL`, Country: `United States`, ReferredBy: `Noelyn Chong`, CreatedOn: `2017-07-05`, Birthday: `1971-10-05`, LastActivity: `2017-07-22`, NextActivity: `2019-06-22`, DealsWon: 28, DealsLost: 30, DealsPending: 30, DealsTotal: 88, Ratio: 48, EstimatedSales: 3292440, ActualSales: 2691388, Tags: `subscriber, construction` }), + new EmployeesDataItem({ ID: 277837180, Avatar: `https://static.infragistics.com/xplatform/images/people/women/98.jpg`, Name: `Lorette Pendrich`, Email: `lpendrichf@discuz.net`, Company: `Realbuzz`, Position: `Programmer I`, Phone: `202-234-5835`, Mobile: `803-863-6616`, Fax: `315-545-6583`, Street: `8688 Corben Crossing`, City: `Washington`, ZipCode: 56944, State: `DC`, Country: `United States`, ReferredBy: `Clea Spinetti`, CreatedOn: `2017-03-30`, Birthday: `1999-04-13`, LastActivity: `2017-04-25`, NextActivity: `2017-12-25`, DealsWon: 29, DealsLost: 7, DealsPending: 25, DealsTotal: 61, Ratio: 81, EstimatedSales: 4851650, ActualSales: 3161029, Tags: `cool, pharmaceutical` }), + new EmployeesDataItem({ ID: 516140284, Avatar: `https://static.infragistics.com/xplatform/images/people/women/55.jpg`, Name: `Morna Melville`, Email: `mmelvilleg@weebly.com`, Company: `Thoughtbridge`, Position: `Electrical Engineer`, Phone: `414-266-7543`, Mobile: `713-893-5054`, Fax: `213-254-2161`, Street: `0927 Shasta Terrace`, City: `Milwaukee`, ZipCode: 53225, State: `WI`, Country: `United States`, ReferredBy: `Charlotta Sebborn`, CreatedOn: `2017-05-10`, Birthday: `1984-09-12`, LastActivity: `2017-05-12`, NextActivity: `2017-07-12`, DealsWon: 29, DealsLost: 27, DealsPending: 30, DealsTotal: 86, Ratio: 52, EstimatedSales: 2864850, ActualSales: 3328011, Tags: `` }), + new EmployeesDataItem({ ID: 791301636, Avatar: `https://static.infragistics.com/xplatform/images/people/women/17.jpg`, Name: `Karol Emett`, Email: `kemetth@ocn.ne.jp`, Company: `Twinte`, Position: ``, Phone: `215-959-2505`, Mobile: `202-233-8921`, Fax: `941-745-3008`, Street: `81 Riverside Place`, City: `Philadelphia`, ZipCode: 19196, State: `PA`, Country: `United States`, ReferredBy: `Roseann Cauthra`, CreatedOn: `2017-05-01`, Birthday: `1992-05-16`, LastActivity: `2017-05-20`, NextActivity: `2017-11-20`, DealsWon: 6, DealsLost: 10, DealsPending: 7, DealsTotal: 23, Ratio: 38, EstimatedSales: 794122, ActualSales: 923508, Tags: `subscriber, pharmaceutical` }), + new EmployeesDataItem({ ID: 118347444, Avatar: `https://static.infragistics.com/xplatform/images/people/women/39.jpg`, Name: `Leisha Demkowicz`, Email: `ldemkowiczi@livejournal.com`, Company: `Eabox`, Position: `Technical Writer`, Phone: `503-778-2852`, Mobile: `713-788-1766`, Fax: `954-731-9032`, Street: `17 Mandrake Junction`, City: `Portland`, ZipCode: 97216, State: `OR`, Country: `United States`, ReferredBy: `Alla Bridgnell`, CreatedOn: `2017-08-22`, Birthday: `1978-01-12`, LastActivity: `2017-09-01`, NextActivity: `2019-05-01`, DealsWon: 29, DealsLost: 25, DealsPending: 0, DealsTotal: 54, Ratio: 54, EstimatedSales: 0, ActualSales: 4943021, Tags: `cold, medical` }), + new EmployeesDataItem({ ID: 131949787, Avatar: `https://static.infragistics.com/xplatform/images/people/men/30.jpg`, Name: `Doy Stonman`, Email: `dstonmanj@smugmug.com`, Company: `Rhycero`, Position: `Marketing Assistant`, Phone: `814-375-3219`, Mobile: `713-491-0043`, Fax: `727-380-5997`, Street: `63 Russell Road`, City: `Erie`, ZipCode: 16505, State: `PA`, Country: `United States`, ReferredBy: `Timofei Jeves`, CreatedOn: `2018-02-12`, Birthday: `1976-11-12`, LastActivity: `2018-02-15`, NextActivity: `2019-03-15`, DealsWon: 7, DealsLost: 25, DealsPending: 20, DealsTotal: 52, Ratio: 22, EstimatedSales: 3827040, ActualSales: 883463, Tags: `pro, engineering` }), + new EmployeesDataItem({ ID: 658168789, Avatar: `https://static.infragistics.com/xplatform/images/people/men/23.jpg`, Name: `Earlie Limbrick`, Email: `elimbrickk@bloglovin.com`, Company: `Pixope`, Position: `VP Accounting`, Phone: `202-816-6480`, Mobile: `352-363-5733`, Fax: `682-825-7884`, Street: `008 Cherokee Street`, City: `Washington`, ZipCode: 20392, State: `DC`, Country: `United States`, ReferredBy: `Nisse Cullity`, CreatedOn: `2017-01-04`, Birthday: `1980-11-15`, LastActivity: `2017-01-27`, NextActivity: `2018-06-27`, DealsWon: 0, DealsLost: 3, DealsPending: 22, DealsTotal: 25, Ratio: 0, EstimatedSales: 2125904, ActualSales: 0, Tags: `pro, retail` }), + new EmployeesDataItem({ ID: 584436787, Avatar: `https://static.infragistics.com/xplatform/images/people/women/11.jpg`, Name: `Norah Van Vuuren`, Email: `nvanl@addtoany.com`, Company: `Twinte`, Position: `Information Systems Manager`, Phone: `253-501-5798`, Mobile: `256-342-6639`, Fax: `602-316-2980`, Street: `3 Susan Terrace`, City: `Tacoma`, ZipCode: 98417, State: `WA`, Country: `United States`, ReferredBy: `Chrysa Bernakiewicz`, CreatedOn: `2018-03-01`, Birthday: `1970-06-07`, LastActivity: `2018-03-27`, NextActivity: `2019-10-27`, DealsWon: 27, DealsLost: 10, DealsPending: 5, DealsTotal: 42, Ratio: 73, EstimatedSales: 447200, ActualSales: 3497445, Tags: `pro, construction` }), + new EmployeesDataItem({ ID: 868982214, Avatar: `https://static.infragistics.com/xplatform/images/people/men/7.jpg`, Name: `Griffy Franz-Schoninger`, Email: `gfranzschoningerm@twitpic.com`, Company: `Rhynyx`, Position: `Assistant Media Planner`, Phone: `205-199-0409`, Mobile: `850-844-0989`, Fax: `615-121-7041`, Street: `67082 Mariners Cove Point`, City: `Tuscaloosa`, ZipCode: 35405, State: `AL`, Country: `United States`, ReferredBy: `Blondie Brownsell`, CreatedOn: `2017-11-25`, Birthday: `1987-06-18`, LastActivity: `2017-12-11`, NextActivity: `2019-07-11`, DealsWon: 21, DealsLost: 2, DealsPending: 11, DealsTotal: 34, Ratio: 91, EstimatedSales: 1374648, ActualSales: 3622626, Tags: `pro, construction` }), + new EmployeesDataItem({ ID: 443932207, Avatar: `https://static.infragistics.com/xplatform/images/people/women/66.jpg`, Name: `Renate Daymond`, Email: `rdaymondn@microsoft.com`, Company: `Demivee`, Position: `Administrative Officer`, Phone: `253-250-0773`, Mobile: `469-784-8216`, Fax: `518-342-4173`, Street: `0 Eliot Way`, City: `Tacoma`, ZipCode: 98417, State: `WA`, Country: `United States`, ReferredBy: `Willard Worters`, CreatedOn: `2018-03-08`, Birthday: `1996-02-22`, LastActivity: `2018-03-29`, NextActivity: `2018-08-29`, DealsWon: 28, DealsLost: 5, DealsPending: 13, DealsTotal: 46, Ratio: 85, EstimatedSales: 939731, ActualSales: 4735052, Tags: `subscriber, financial` }), + new EmployeesDataItem({ ID: 865960075, Avatar: `https://static.infragistics.com/xplatform/images/people/men/93.jpg`, Name: `Reg Heed`, Email: `rheedo@washingtonpost.com`, Company: `Dynabox`, Position: `Compensation Analyst`, Phone: `718-629-6316`, Mobile: `504-259-7697`, Fax: `915-517-0236`, Street: `481 Eastwood Trail`, City: `Bronx`, ZipCode: 10459, State: `NY`, Country: `United States`, ReferredBy: `Gloria Pleace`, CreatedOn: `2017-04-22`, Birthday: `2002-09-11`, LastActivity: `2017-05-03`, NextActivity: `2018-05-03`, DealsWon: 16, DealsLost: 5, DealsPending: 21, DealsTotal: 42, Ratio: 76, EstimatedSales: 1771476, ActualSales: 1283424, Tags: `hot, engineering` }), + new EmployeesDataItem({ ID: 359209632, Avatar: `https://static.infragistics.com/xplatform/images/people/men/38.jpg`, Name: `Porter Roget`, Email: `progetp@dot.gov`, Company: `Livepath`, Position: `Nuclear Power Engineer`, Phone: `702-139-7230`, Mobile: `925-533-5399`, Fax: `202-487-0697`, Street: `2994 Center Park`, City: `Las Vegas`, ZipCode: 89125, State: `NV`, Country: `United States`, ReferredBy: `Rebekah Eldin`, CreatedOn: `2017-04-22`, Birthday: `1974-10-18`, LastActivity: `2017-04-29`, NextActivity: `2018-02-28`, DealsWon: 16, DealsLost: 3, DealsPending: 11, DealsTotal: 30, Ratio: 84, EstimatedSales: 1282578, ActualSales: 1273872, Tags: `warm, financial` }), + new EmployeesDataItem({ ID: 274966895, Avatar: `https://static.infragistics.com/xplatform/images/people/women/49.jpg`, Name: `Heidi Fisby`, Email: `hfisbyq@bloomberg.com`, Company: `Rhynyx`, Position: `Staff Scientist`, Phone: `501-338-5259`, Mobile: `405-564-2876`, Fax: `612-202-0590`, Street: `694 Sunbrook Avenue`, City: `North Little Rock`, ZipCode: 72199, State: `AR`, Country: `United States`, ReferredBy: `Catha Landy`, CreatedOn: `2018-02-04`, Birthday: `2000-02-12`, LastActivity: `2018-02-25`, NextActivity: `2019-04-25`, DealsWon: 11, DealsLost: 19, DealsPending: 5, DealsTotal: 35, Ratio: 37, EstimatedSales: 870600, ActualSales: 2156231, Tags: `pro, retail` }), + new EmployeesDataItem({ ID: 213491893, Avatar: `https://static.infragistics.com/xplatform/images/people/women/46.jpg`, Name: `Lanie Rennock`, Email: `lrennockr@github.com`, Company: `Zoonoodle`, Position: `Analog Circuit Design manager`, Phone: `617-203-3526`, Mobile: `206-498-0654`, Fax: `512-636-2267`, Street: `67 Sundown Avenue`, City: `Boston`, ZipCode: 2298, State: `MA`, Country: `United States`, ReferredBy: `Rudie Roser`, CreatedOn: `2017-08-01`, Birthday: `1988-12-16`, LastActivity: `2017-08-16`, NextActivity: `2017-11-16`, DealsWon: 1, DealsLost: 7, DealsPending: 26, DealsTotal: 34, Ratio: 13, EstimatedSales: 4697628, ActualSales: 147204, Tags: `demo, engineering` }), + new EmployeesDataItem({ ID: 320452212, Avatar: `https://static.infragistics.com/xplatform/images/people/men/50.jpg`, Name: `Ariel O'Scanlon`, Email: `aoscanlons@flavors.me`, Company: `Voolith`, Position: `Junior Executive`, Phone: `304-424-5432`, Mobile: `718-491-5502`, Fax: `505-237-7051`, Street: `968 Browning Court`, City: `Morgantown`, ZipCode: 26505, State: `WV`, Country: `United States`, ReferredBy: `Blaire Mullinder`, CreatedOn: `2017-02-16`, Birthday: `2001-05-27`, LastActivity: `2017-02-19`, NextActivity: `2017-03-19`, DealsWon: 13, DealsLost: 16, DealsPending: 5, DealsTotal: 34, Ratio: 45, EstimatedSales: 551540, ActualSales: 997100, Tags: `demo, retail` }), + new EmployeesDataItem({ ID: 516634196, Avatar: `https://static.infragistics.com/xplatform/images/people/women/62.jpg`, Name: `Kaitlin Foro`, Email: `kforot@digg.com`, Company: `Feedspan`, Position: `Director of Sales`, Phone: `816-772-9231`, Mobile: `559-919-8970`, Fax: `419-673-7069`, Street: `842 Amoth Center`, City: `Kansas City`, ZipCode: 64187, State: `MO`, Country: `United States`, ReferredBy: `Wilma Dow`, CreatedOn: `2018-04-02`, Birthday: `1997-01-06`, LastActivity: `2018-04-28`, NextActivity: `2019-08-28`, DealsWon: 19, DealsLost: 18, DealsPending: 21, DealsTotal: 58, Ratio: 51, EstimatedSales: 3628422, ActualSales: 1417267, Tags: `demo, pharmaceutical` }), + new EmployeesDataItem({ ID: 751762440, Avatar: `https://static.infragistics.com/xplatform/images/people/women/76.jpg`, Name: `Krissy Jowett`, Email: `kjowettu@reddit.com`, Company: `Roombo`, Position: `Quality Control Specialist`, Phone: `702-975-7252`, Mobile: `216-205-9579`, Fax: `312-279-6531`, Street: `055 Hagan Center`, City: `Las Vegas`, ZipCode: 89105, State: `NV`, Country: `United States`, ReferredBy: `Stevana Lucia`, CreatedOn: `2018-03-01`, Birthday: `1984-05-03`, LastActivity: `2018-03-10`, NextActivity: `2019-02-10`, DealsWon: 4, DealsLost: 8, DealsPending: 17, DealsTotal: 29, Ratio: 33, EstimatedSales: 2458761, ActualSales: 354696, Tags: `demo, financial` }), + new EmployeesDataItem({ ID: 378738789, Avatar: `https://static.infragistics.com/xplatform/images/people/women/70.jpg`, Name: `Cammie Hulks`, Email: `chulksv@twitpic.com`, Company: `Oodoo`, Position: `Budget/Accounting Analyst II`, Phone: `310-984-6577`, Mobile: `225-885-4117`, Fax: `954-374-4766`, Street: `201 Sundown Avenue`, City: `Los Angeles`, ZipCode: 90005, State: `CA`, Country: `United States`, ReferredBy: `Hewett Starmont`, CreatedOn: `2017-03-07`, Birthday: `1994-06-09`, LastActivity: `2017-03-30`, NextActivity: `2017-05-30`, DealsWon: 1, DealsLost: 28, DealsPending: 29, DealsTotal: 58, Ratio: 3, EstimatedSales: 4977386, ActualSales: 163577, Tags: `subscriber, construction` }), + new EmployeesDataItem({ ID: 259368814, Avatar: `https://static.infragistics.com/xplatform/images/people/men/40.jpg`, Name: `Etan Oscroft`, Email: `eoscroftw@bbb.org`, Company: `Vinte`, Position: `Developer III`, Phone: `812-782-8424`, Mobile: `570-406-7766`, Fax: `719-462-9451`, Street: `767 Rockefeller Parkway`, City: `Jeffersonville`, ZipCode: 47134, State: `IN`, Country: `United States`, ReferredBy: `Raquel Goulbourne`, CreatedOn: `2017-08-21`, Birthday: `1982-12-23`, LastActivity: `2017-08-22`, NextActivity: `2018-04-22`, DealsWon: 6, DealsLost: 19, DealsPending: 18, DealsTotal: 43, Ratio: 24, EstimatedSales: 1431054, ActualSales: 504924, Tags: `subscriber, pharmaceutical` }), + new EmployeesDataItem({ ID: 669889487, Avatar: `https://static.infragistics.com/xplatform/images/people/women/17.jpg`, Name: `Michaella Gormally`, Email: `mgormallyx@umn.edu`, Company: `Yodo`, Position: `Sales Associate`, Phone: `651-252-6398`, Mobile: `916-454-2604`, Fax: `919-341-9062`, Street: `256 David Point`, City: `Saint Paul`, ZipCode: 55188, State: `MN`, Country: `United States`, ReferredBy: `Bethany Chesney`, CreatedOn: `2018-03-26`, Birthday: `1995-03-03`, LastActivity: `2018-04-13`, NextActivity: `2018-12-13`, DealsWon: 8, DealsLost: 21, DealsPending: 30, DealsTotal: 59, Ratio: 28, EstimatedSales: 2192640, ActualSales: 1561904, Tags: `cool, medical` }), + new EmployeesDataItem({ ID: 996195134, Avatar: `https://static.infragistics.com/xplatform/images/people/women/42.jpg`, Name: `Rivy Brearley`, Email: `rbrearleyy@e-recht24.de`, Company: `Eabox`, Position: `Nuclear Power Engineer`, Phone: `423-813-8094`, Mobile: `610-442-8261`, Fax: `405-676-7147`, Street: `56769 Bellgrove Parkway`, City: `Kingsport`, ZipCode: 37665, State: `TN`, Country: `United States`, ReferredBy: `Tommy Phythien`, CreatedOn: `2018-04-06`, Birthday: `1971-01-28`, LastActivity: `2018-04-24`, NextActivity: `2018-12-24`, DealsWon: 0, DealsLost: 18, DealsPending: 11, DealsTotal: 29, Ratio: 0, EstimatedSales: 1596804, ActualSales: 0, Tags: `cold, retail` }), + new EmployeesDataItem({ ID: 203483816, Avatar: `https://static.infragistics.com/xplatform/images/people/men/63.jpg`, Name: `Georges Piperley`, Email: `gpiperleyz@github.com`, Company: `Chatterpoint`, Position: `Pharmacist`, Phone: `702-587-9964`, Mobile: `864-809-6121`, Fax: `812-550-4209`, Street: `37 Lake View Lane`, City: `Las Vegas`, ZipCode: 89130, State: `NV`, Country: `United States`, ReferredBy: `Leontine Warmisham`, CreatedOn: `2017-03-10`, Birthday: `1976-04-07`, LastActivity: `2017-04-02`, NextActivity: `2017-08-02`, DealsWon: 6, DealsLost: 10, DealsPending: 17, DealsTotal: 33, Ratio: 38, EstimatedSales: 2460886, ActualSales: 976764, Tags: `cool, pharmaceutical` }), + new EmployeesDataItem({ ID: 652718947, Avatar: `https://static.infragistics.com/xplatform/images/people/men/35.jpg`, Name: `Corbett Loughlin`, Email: `cloughlin10@cdbaby.com`, Company: `Miboo`, Position: `Chemical Engineer`, Phone: `352-682-0722`, Mobile: `806-834-6352`, Fax: `843-292-5815`, Street: `0 Anhalt Park`, City: `Ocala`, ZipCode: 34474, State: `FL`, Country: `United States`, ReferredBy: `Marigold Kearsley`, CreatedOn: `2018-01-19`, Birthday: `1978-10-25`, LastActivity: `2018-02-03`, NextActivity: `2018-09-03`, DealsWon: 10, DealsLost: 6, DealsPending: 5, DealsTotal: 21, Ratio: 63, EstimatedSales: 851975, ActualSales: 579500, Tags: `` }), + new EmployeesDataItem({ ID: 141237612, Avatar: `https://static.infragistics.com/xplatform/images/people/men/10.jpg`, Name: `Don Jirieck`, Email: `djirieck11@google.co.jp`, Company: `Skidoo`, Position: `Marketing Manager`, Phone: `212-710-1454`, Mobile: `713-927-1005`, Fax: `331-215-8282`, Street: `70 New Castle Way`, City: `New York City`, ZipCode: 10105, State: `NY`, Country: `United States`, ReferredBy: `Audra Barnfield`, CreatedOn: `2017-05-14`, Birthday: `1996-07-03`, LastActivity: `2017-06-07`, NextActivity: `2018-10-07`, DealsWon: 16, DealsLost: 19, DealsPending: 20, DealsTotal: 55, Ratio: 46, EstimatedSales: 1737780, ActualSales: 1710384, Tags: `pro, financial` }), + new EmployeesDataItem({ ID: 651239205, Avatar: `https://static.infragistics.com/xplatform/images/people/men/3.jpg`, Name: `Alvin Assender`, Email: `aassender12@nsw.gov.au`, Company: `Twitterwire`, Position: `Executive Secretary`, Phone: `404-948-0848`, Mobile: `757-737-5002`, Fax: `682-139-3112`, Street: `38925 Morrow Way`, City: `Atlanta`, ZipCode: 30336, State: `GA`, Country: `United States`, ReferredBy: `Benedick Dockwra`, CreatedOn: `2017-05-06`, Birthday: `1991-01-01`, LastActivity: `2017-06-05`, NextActivity: `2018-03-05`, DealsWon: 4, DealsLost: 5, DealsPending: 7, DealsTotal: 16, Ratio: 44, EstimatedSales: 356503, ActualSales: 609956, Tags: `subscriber, medical` }), + new EmployeesDataItem({ ID: 317962954, Avatar: `https://static.infragistics.com/xplatform/images/people/women/95.jpg`, Name: `Phyllis Treadgear`, Email: `ptreadgear13@yolasite.com`, Company: `Brainsphere`, Position: `Biostatistician II`, Phone: `901-762-8621`, Mobile: `202-652-1656`, Fax: `202-228-4954`, Street: `7756 Commercial Place`, City: `Memphis`, ZipCode: 38136, State: `TN`, Country: `United States`, ReferredBy: `Talya Livezley`, CreatedOn: `2017-11-09`, Birthday: `1987-12-17`, LastActivity: `2017-11-28`, NextActivity: `2018-10-28`, DealsWon: 30, DealsLost: 16, DealsPending: 16, DealsTotal: 62, Ratio: 65, EstimatedSales: 3134544, ActualSales: 3120450, Tags: `warm, pharmaceutical` }), + new EmployeesDataItem({ ID: 754512920, Avatar: `https://static.infragistics.com/xplatform/images/people/women/57.jpg`, Name: `Clementine McLellan`, Email: `cmclellan14@prlog.org`, Company: `Rhyzio`, Position: `VP Marketing`, Phone: `802-350-5146`, Mobile: `407-589-4737`, Fax: `609-145-5299`, Street: `92 Buena Vista Avenue`, City: `Montpelier`, ZipCode: 5609, State: `VT`, Country: `United States`, ReferredBy: `Vera Heathcote`, CreatedOn: `2017-06-03`, Birthday: `1992-06-06`, LastActivity: `2017-06-17`, NextActivity: `2018-04-17`, DealsWon: 30, DealsLost: 2, DealsPending: 14, DealsTotal: 46, Ratio: 94, EstimatedSales: 2692368, ActualSales: 5775570, Tags: `warm, financial` }), + new EmployeesDataItem({ ID: 487658833, Avatar: `https://static.infragistics.com/xplatform/images/people/men/88.jpg`, Name: `Mendel Saby`, Email: `msaby15@seattletimes.com`, Company: `Twimm`, Position: `Payment Adjustment Coordinator`, Phone: `414-978-0163`, Mobile: `813-784-5869`, Fax: `215-268-6809`, Street: `81548 Rieder Center`, City: `Milwaukee`, ZipCode: 53225, State: `WI`, Country: `United States`, ReferredBy: `Veriee Ruffler`, CreatedOn: `2017-11-03`, Birthday: `1974-09-18`, LastActivity: `2017-11-24`, NextActivity: `2017-12-24`, DealsWon: 21, DealsLost: 14, DealsPending: 1, DealsTotal: 36, Ratio: 6, EstimatedSales: 65359, ActualSales: 2337804, Tags: `cool, engineering` }), + new EmployeesDataItem({ ID: 297796630, Avatar: `https://static.infragistics.com/xplatform/images/people/women/85.jpg`, Name: `Wilma Bulford`, Email: `wbulford16@squidoo.com`, Company: `Youspan`, Position: `Paralegal`, Phone: `610-214-1806`, Mobile: `510-734-9029`, Fax: `816-925-1316`, Street: `67041 Ludington Parkway`, City: `Bethlehem`, ZipCode: 18018, State: `PA`, Country: `United States`, ReferredBy: `Ame Sheara`, CreatedOn: `2017-02-26`, Birthday: `1974-11-24`, LastActivity: `2017-03-11`, NextActivity: `2018-08-11`, DealsWon: 11, DealsLost: 10, DealsPending: 8, DealsTotal: 29, Ratio: 52, EstimatedSales: 1081936, ActualSales: 2128148, Tags: `` }), + new EmployeesDataItem({ ID: 298047164, Avatar: `https://static.infragistics.com/xplatform/images/people/men/76.jpg`, Name: `Simon O'Mannion`, Email: `somannion17@constantcontact.com`, Company: `Latz`, Position: `Software Consultant`, Phone: `815-580-5623`, Mobile: `214-396-7418`, Fax: `626-550-8987`, Street: `2411 Eggendart Crossing`, City: `Rockford`, ZipCode: 61110, State: `IL`, Country: `United States`, ReferredBy: `Curtis Orrom`, CreatedOn: `2017-09-01`, Birthday: `1988-08-25`, LastActivity: `2017-09-18`, NextActivity: `2017-10-18`, DealsWon: 11, DealsLost: 9, DealsPending: 8, DealsTotal: 28, Ratio: 55, EstimatedSales: 1515576, ActualSales: 1515635, Tags: `cool, pharmaceutical` }), + new EmployeesDataItem({ ID: 766132212, Avatar: `https://static.infragistics.com/xplatform/images/people/men/19.jpg`, Name: `Godfree Rylands`, Email: `grylands18@tripod.com`, Company: `Twitternation`, Position: `Software Test Engineer IV`, Phone: `520-300-0116`, Mobile: `302-247-0581`, Fax: `561-874-4801`, Street: `011 Melrose Place`, City: `Tucson`, ZipCode: 85732, State: `AZ`, Country: `United States`, ReferredBy: `Theressa Nerney`, CreatedOn: `2017-11-12`, Birthday: `1993-04-20`, LastActivity: `2017-12-11`, NextActivity: `2019-08-11`, DealsWon: 3, DealsLost: 1, DealsPending: 2, DealsTotal: 6, Ratio: 75, EstimatedSales: 284054, ActualSales: 464196, Tags: `cool, financial` }), + new EmployeesDataItem({ ID: 794881867, Avatar: `https://static.infragistics.com/xplatform/images/people/women/52.jpg`, Name: `Natasha d' Eye`, Email: `nd19@engadget.com`, Company: `Tagfeed`, Position: `Quality Control Specialist`, Phone: `904-299-7647`, Mobile: `720-846-0210`, Fax: `209-746-3973`, Street: `37 Gerald Place`, City: `Jacksonville`, ZipCode: 32259, State: `FL`, Country: `United States`, ReferredBy: `Sanford Guitonneau`, CreatedOn: `2018-01-20`, Birthday: `1983-03-25`, LastActivity: `2018-01-23`, NextActivity: `2018-09-23`, DealsWon: 26, DealsLost: 27, DealsPending: 26, DealsTotal: 79, Ratio: 49, EstimatedSales: 1441180, ActualSales: 3417960, Tags: `cool, retail` }), + new EmployeesDataItem({ ID: 442665449, Avatar: `https://static.infragistics.com/xplatform/images/people/women/14.jpg`, Name: `Lyda Rylett`, Email: `lrylett1a@bravesites.com`, Company: `Bubblemix`, Position: `Civil Engineer`, Phone: `260-911-8241`, Mobile: `202-918-6602`, Fax: `203-932-8088`, Street: `54398 Prairie Rose Hill`, City: `Fort Wayne`, ZipCode: 46862, State: `IN`, Country: `United States`, ReferredBy: `Helli Dumphy`, CreatedOn: `2017-12-07`, Birthday: `1973-07-05`, LastActivity: `2017-12-28`, NextActivity: `2019-06-28`, DealsWon: 27, DealsLost: 19, DealsPending: 10, DealsTotal: 56, Ratio: 59, EstimatedSales: 990030, ActualSales: 4172931, Tags: `hot, construction` }), + new EmployeesDataItem({ ID: 148724233, Avatar: `https://static.infragistics.com/xplatform/images/people/women/80.jpg`, Name: `Amalia Pentercost`, Email: `apentercost1b@redcross.org`, Company: `Tambee`, Position: `Office Assistant I`, Phone: `561-194-3284`, Mobile: `217-333-7543`, Fax: `626-298-8211`, Street: `602 Stoughton Lane`, City: `Boca Raton`, ZipCode: 33499, State: `FL`, Country: `United States`, ReferredBy: `Rudie Olifard`, CreatedOn: `2017-11-17`, Birthday: `1979-04-13`, LastActivity: `2017-11-19`, NextActivity: `2019-03-19`, DealsWon: 25, DealsLost: 17, DealsPending: 2, DealsTotal: 44, Ratio: 6, EstimatedSales: 388396, ActualSales: 4518825, Tags: `demo, engineering` }), + new EmployeesDataItem({ ID: 476172606, Avatar: `https://static.infragistics.com/xplatform/images/people/women/30.jpg`, Name: `Madelle Ettels`, Email: `mettels1c@ucsd.edu`, Company: `Tanoodle`, Position: `Structural Engineer`, Phone: `562-279-0663`, Mobile: `216-340-4937`, Fax: `512-720-8731`, Street: `684 Dorton Terrace`, City: `Huntington Beach`, ZipCode: 92648, State: `CA`, Country: `United States`, ReferredBy: `Clotilda Androsik`, CreatedOn: `2017-05-04`, Birthday: `1974-06-08`, LastActivity: `2017-05-25`, NextActivity: `2018-06-25`, DealsWon: 29, DealsLost: 9, DealsPending: 13, DealsTotal: 51, Ratio: 76, EstimatedSales: 1501760, ActualSales: 2678701, Tags: `engineering` }), + new EmployeesDataItem({ ID: 672186492, Avatar: `https://static.infragistics.com/xplatform/images/people/men/93.jpg`, Name: `Denis Guly`, Email: `dguly1d@lulu.com`, Company: `Roombo`, Position: `Recruiter`, Phone: `707-461-1987`, Mobile: `917-800-6080`, Fax: `202-531-0317`, Street: `55703 Arizona Crossing`, City: `Petaluma`, ZipCode: 94975, State: `CA`, Country: `United States`, ReferredBy: `Wilma Stannislawski`, CreatedOn: `2017-10-29`, Birthday: `1993-07-14`, LastActivity: `2017-11-09`, NextActivity: `2018-06-09`, DealsWon: 22, DealsLost: 26, DealsPending: 9, DealsTotal: 57, Ratio: 46, EstimatedSales: 1054476, ActualSales: 1898666, Tags: `demo, retail` }), + new EmployeesDataItem({ ID: 751652610, Avatar: `https://static.infragistics.com/xplatform/images/people/men/39.jpg`, Name: `Saxe Trythall`, Email: `strythall1e@flavors.me`, Company: `Trudeo`, Position: `Electrical Engineer`, Phone: `561-829-0731`, Mobile: `816-223-4700`, Fax: `406-724-0788`, Street: `5 Grim Terrace`, City: `West Palm Beach`, ZipCode: 33421, State: `FL`, Country: `United States`, ReferredBy: `Morgun Kubicka`, CreatedOn: `2017-03-01`, Birthday: `1983-05-18`, LastActivity: `2017-03-22`, NextActivity: `2018-01-22`, DealsWon: 17, DealsLost: 11, DealsPending: 5, DealsTotal: 33, Ratio: 61, EstimatedSales: 355155, ActualSales: 2360110, Tags: `` }), + new EmployeesDataItem({ ID: 260931205, Avatar: `https://static.infragistics.com/xplatform/images/people/women/88.jpg`, Name: `Erina Isaaksohn`, Email: `eisaaksohn1f@zdnet.com`, Company: `Zoomlounge`, Position: `VP Accounting`, Phone: `972-696-4121`, Mobile: `865-834-1229`, Fax: `717-633-3832`, Street: `20698 Reinke Terrace`, City: `Dallas`, ZipCode: 75216, State: `TX`, Country: `United States`, ReferredBy: `Alden Winfred`, CreatedOn: `2017-12-22`, Birthday: `1975-09-19`, LastActivity: `2018-01-15`, NextActivity: `2018-10-15`, DealsWon: 1, DealsLost: 1, DealsPending: 28, DealsTotal: 30, Ratio: 5, EstimatedSales: 4174828, ActualSales: 187960, Tags: `hot, pharmaceutical` }), + new EmployeesDataItem({ ID: 530445829, Avatar: `https://static.infragistics.com/xplatform/images/people/men/63.jpg`, Name: `Torrance Harrington`, Email: `tharrington1g@alibaba.com`, Company: `Vinder`, Position: `Biostatistician III`, Phone: `502-409-4283`, Mobile: `510-936-7027`, Fax: `517-723-6778`, Street: `750 Westend Road`, City: `Louisville`, ZipCode: 40215, State: `KY`, Country: `United States`, ReferredBy: `Bethany Gipp`, CreatedOn: `2017-02-17`, Birthday: `1986-03-27`, LastActivity: `2017-02-20`, NextActivity: `2017-08-20`, DealsWon: 29, DealsLost: 14, DealsPending: 6, DealsTotal: 49, Ratio: 67, EstimatedSales: 894474, ActualSales: 4664418, Tags: `subscriber, engineering` }), + new EmployeesDataItem({ ID: 425656541, Avatar: `https://static.infragistics.com/xplatform/images/people/men/57.jpg`, Name: `Reinhard Godrich`, Email: `rgodrich1h@blinklist.com`, Company: `Mita`, Position: `Accountant II`, Phone: `609-255-9161`, Mobile: `904-735-8887`, Fax: `301-578-9833`, Street: `3 Vera Alley`, City: `Trenton`, ZipCode: 8695, State: `NJ`, Country: `United States`, ReferredBy: `Shell Hanmore`, CreatedOn: `2017-12-26`, Birthday: `1994-12-13`, LastActivity: `2018-01-16`, NextActivity: `2018-06-16`, DealsWon: 23, DealsLost: 26, DealsPending: 19, DealsTotal: 68, Ratio: 47, EstimatedSales: 3179669, ActualSales: 1938279, Tags: `subscriber, financial` }), + new EmployeesDataItem({ ID: 915429938, Avatar: `https://static.infragistics.com/xplatform/images/people/women/89.jpg`, Name: `Christiana Louder`, Email: `clouder1i@buzzfeed.com`, Company: `Meembee`, Position: `Financial Advisor`, Phone: `331-773-4799`, Mobile: `713-853-8164`, Fax: `412-872-4138`, Street: `8065 Mandrake Plaza`, City: `Aurora`, ZipCode: 60505, State: `IL`, Country: `United States`, ReferredBy: `Fernande Berrick`, CreatedOn: `2017-04-14`, Birthday: `1997-07-06`, LastActivity: `2017-04-24`, NextActivity: `2017-05-24`, DealsWon: 4, DealsLost: 24, DealsPending: 3, DealsTotal: 31, Ratio: 14, EstimatedSales: 150252, ActualSales: 670580, Tags: `demo, pharmaceutical` }), + new EmployeesDataItem({ ID: 653923840, Avatar: `https://static.infragistics.com/xplatform/images/people/men/35.jpg`, Name: `Tod Farnes`, Email: `tfarnes1j@hao123.com`, Company: `Kazio`, Position: `Environmental Specialist`, Phone: `304-641-7053`, Mobile: `952-317-6848`, Fax: `203-922-7681`, Street: `3 Scott Crossing`, City: `Huntington`, ZipCode: 25775, State: `WV`, Country: `United States`, ReferredBy: `Vance Dadd`, CreatedOn: `2017-08-09`, Birthday: `1975-11-13`, LastActivity: `2017-08-29`, NextActivity: `2019-01-29`, DealsWon: 20, DealsLost: 8, DealsPending: 10, DealsTotal: 38, Ratio: 71, EstimatedSales: 1898010, ActualSales: 2612840, Tags: `cold, retail` }), + new EmployeesDataItem({ ID: 185035041, Avatar: `https://static.infragistics.com/xplatform/images/people/men/86.jpg`, Name: `Kaspar Beaman`, Email: `kbeaman1k@fc2.com`, Company: `Fivechat`, Position: `Occupational Therapist`, Phone: `912-427-7887`, Mobile: `202-276-7703`, Fax: `602-761-8918`, Street: `0 Lien Alley`, City: `Savannah`, ZipCode: 31416, State: `GA`, Country: `United States`, ReferredBy: `Maggi Aspling`, CreatedOn: `2017-04-04`, Birthday: `1997-09-04`, LastActivity: `2017-04-09`, NextActivity: `2018-12-09`, DealsWon: 0, DealsLost: 2, DealsPending: 8, DealsTotal: 10, Ratio: 0, EstimatedSales: 1289280, ActualSales: 0, Tags: `warm, construction` }), + new EmployeesDataItem({ ID: 109265263, Avatar: `https://static.infragistics.com/xplatform/images/people/women/14.jpg`, Name: `Shandra Cassels`, Email: `scassels1l@cocolog-nifty.com`, Company: `Podcat`, Position: `Social Worker`, Phone: `507-261-6559`, Mobile: `816-215-0675`, Fax: `801-664-8102`, Street: `63830 High Crossing Park`, City: `Rochester`, ZipCode: 55905, State: `MN`, Country: `United States`, ReferredBy: `Axel Giacomasso`, CreatedOn: `2018-01-19`, Birthday: `1974-07-19`, LastActivity: `2018-02-05`, NextActivity: `2019-06-05`, DealsWon: 2, DealsLost: 20, DealsPending: 18, DealsTotal: 40, Ratio: 9, EstimatedSales: 3420072, ActualSales: 313548, Tags: `subscriber, retail` }), + new EmployeesDataItem({ ID: 356968052, Avatar: `https://static.infragistics.com/xplatform/images/people/women/73.jpg`, Name: `Liuka Waterstone`, Email: `lwaterstone1m@google.de`, Company: `Rhynyx`, Position: `Senior Financial Analyst`, Phone: `734-129-3969`, Mobile: `949-324-5747`, Fax: `410-643-1340`, Street: `67 Hooker Place`, City: `Detroit`, ZipCode: 48242, State: `MI`, Country: `United States`, ReferredBy: `Perice Labell`, CreatedOn: `2017-04-16`, Birthday: `1992-01-28`, LastActivity: `2017-05-16`, NextActivity: `2018-02-16`, DealsWon: 22, DealsLost: 10, DealsPending: 22, DealsTotal: 54, Ratio: 69, EstimatedSales: 3677278, ActualSales: 1747108, Tags: `demo, retail` }), + new EmployeesDataItem({ ID: 929773684, Avatar: `https://static.infragistics.com/xplatform/images/people/men/49.jpg`, Name: `Buddy Bletso`, Email: `bbletso1n@apache.org`, Company: `Bubblebox`, Position: `Budget/Accounting Analyst IV`, Phone: `650-832-8650`, Mobile: `540-496-9590`, Fax: `210-261-1402`, Street: `16 Arizona Hill`, City: `Sunnyvale`, ZipCode: 94089, State: `CA`, Country: `United States`, ReferredBy: `Piggy Kaveney`, CreatedOn: `2017-11-08`, Birthday: `1970-06-18`, LastActivity: `2017-11-17`, NextActivity: `2018-11-17`, DealsWon: 20, DealsLost: 20, DealsPending: 15, DealsTotal: 55, Ratio: 5, EstimatedSales: 2490840, ActualSales: 3033900, Tags: `medical` }), + new EmployeesDataItem({ ID: 709072297, Avatar: `https://static.infragistics.com/xplatform/images/people/women/69.jpg`, Name: `Kristal Tuckey`, Email: `ktuckey1o@craigslist.org`, Company: `Buzzbean`, Position: `Quality Engineer`, Phone: `202-866-2533`, Mobile: `704-393-3956`, Fax: `512-548-3198`, Street: `320 Dakota Park`, City: `Washington`, ZipCode: 20067, State: `DC`, Country: `United States`, ReferredBy: `Junia Casazza`, CreatedOn: `2017-10-13`, Birthday: `1973-11-26`, LastActivity: `2017-11-08`, NextActivity: `2019-09-08`, DealsWon: 16, DealsLost: 16, DealsPending: 27, DealsTotal: 59, Ratio: 5, EstimatedSales: 3547287, ActualSales: 1301440, Tags: `demo, financial` }), + new EmployeesDataItem({ ID: 628030366, Avatar: `https://static.infragistics.com/xplatform/images/people/women/81.jpg`, Name: `Selestina Frany`, Email: `sfrany1p@devhub.com`, Company: `Rooxo`, Position: `Dental Hygienist`, Phone: `520-658-1497`, Mobile: `316-166-4112`, Fax: `540-110-0444`, Street: `589 Village Lane`, City: `Tucson`, ZipCode: 85715, State: `AZ`, Country: `United States`, ReferredBy: `Xenos Krook`, CreatedOn: `2017-06-19`, Birthday: `1977-11-20`, LastActivity: `2017-06-30`, NextActivity: `2017-11-30`, DealsWon: 27, DealsLost: 2, DealsPending: 28, DealsTotal: 57, Ratio: 93, EstimatedSales: 3626196, ActualSales: 2823849, Tags: `warm, medical` }), + new EmployeesDataItem({ ID: 115434000, Avatar: `https://static.infragistics.com/xplatform/images/people/men/66.jpg`, Name: `Damian Wapples`, Email: `dwapples1q@aboutads.info`, Company: `Thoughtworks`, Position: `Clinical Specialist`, Phone: `757-752-6615`, Mobile: `330-679-7630`, Fax: `386-559-8233`, Street: `99317 Manufacturers Way`, City: `Newport News`, ZipCode: 23612, State: `VA`, Country: `United States`, ReferredBy: `Kanya Lafayette`, CreatedOn: `2018-04-04`, Birthday: `1976-06-14`, LastActivity: `2018-04-07`, NextActivity: `2019-02-07`, DealsWon: 24, DealsLost: 4, DealsPending: 26, DealsTotal: 54, Ratio: 86, EstimatedSales: 2852928, ActualSales: 4581096, Tags: `demo, medical` }), + new EmployeesDataItem({ ID: 781474958, Avatar: `https://static.infragistics.com/xplatform/images/people/men/37.jpg`, Name: `Wilfred Sibbit`, Email: `wsibbit1r@guardian.co.uk`, Company: `Skinix`, Position: `Analog Circuit Design manager`, Phone: `609-454-3582`, Mobile: `267-898-4817`, Fax: `915-672-0287`, Street: `9773 Elgar Trail`, City: `Trenton`, ZipCode: 8638, State: `NJ`, Country: `United States`, ReferredBy: `Temp Smallcombe`, CreatedOn: `2017-11-30`, Birthday: `1972-08-05`, LastActivity: `2017-12-13`, NextActivity: `2018-11-13`, DealsWon: 11, DealsLost: 30, DealsPending: 14, DealsTotal: 55, Ratio: 27, EstimatedSales: 1884918, ActualSales: 1082730, Tags: `hot, construction` }), + new EmployeesDataItem({ ID: 716652088, Avatar: `https://static.infragistics.com/xplatform/images/people/women/65.jpg`, Name: `Jackqueline Knell`, Email: `jknell1s@studiopress.com`, Company: `Aimbo`, Position: `Senior Financial Analyst`, Phone: `206-461-0587`, Mobile: `615-755-0624`, Fax: `518-359-1627`, Street: `07 Nelson Crossing`, City: `Seattle`, ZipCode: 98127, State: `WA`, Country: `United States`, ReferredBy: `Arturo Comben`, CreatedOn: `2018-02-22`, Birthday: `1976-04-17`, LastActivity: `2018-03-24`, NextActivity: `2019-04-24`, DealsWon: 12, DealsLost: 6, DealsPending: 30, DealsTotal: 48, Ratio: 67, EstimatedSales: 2401050, ActualSales: 2235468, Tags: `hot, financial` }), + new EmployeesDataItem({ ID: 926110582, Avatar: `https://static.infragistics.com/xplatform/images/people/men/77.jpg`, Name: `Sargent Brownsill`, Email: `sbrownsill1t@tiny.cc`, Company: `Leexo`, Position: `Director of Sales`, Phone: `540-211-9674`, Mobile: `513-450-2194`, Fax: `251-180-6430`, Street: `7 Crest Line Point`, City: `Roanoke`, ZipCode: 24014, State: `VA`, Country: `United States`, ReferredBy: `Addy Rides`, CreatedOn: `2017-05-29`, Birthday: `2002-09-03`, LastActivity: `2017-06-06`, NextActivity: `2017-09-06`, DealsWon: 23, DealsLost: 10, DealsPending: 0, DealsTotal: 33, Ratio: 7, EstimatedSales: 0, ActualSales: 3207787, Tags: `warm, pharmaceutical` }), + new EmployeesDataItem({ ID: 382757519, Avatar: `https://static.infragistics.com/xplatform/images/people/men/33.jpg`, Name: `Harley Wasselin`, Email: `hwasselin1u@discovery.com`, Company: `Brainsphere`, Position: `Marketing Assistant`, Phone: `405-554-3182`, Mobile: `801-649-5535`, Fax: `314-299-9579`, Street: `13508 Sundown Circle`, City: `Oklahoma City`, ZipCode: 73147, State: `OK`, Country: `United States`, ReferredBy: `Silvester Segges`, CreatedOn: `2017-08-16`, Birthday: `1999-05-30`, LastActivity: `2017-09-09`, NextActivity: `2017-12-09`, DealsWon: 2, DealsLost: 13, DealsPending: 20, DealsTotal: 35, Ratio: 13, EstimatedSales: 1572000, ActualSales: 209878, Tags: `pro, retail` }), + new EmployeesDataItem({ ID: 563374905, Avatar: `https://static.infragistics.com/xplatform/images/people/women/91.jpg`, Name: `Melisent Arlett`, Email: `marlett1v@ebay.co.uk`, Company: `Bubbletube`, Position: `VP Sales`, Phone: `408-346-0228`, Mobile: `202-830-4135`, Fax: `312-873-3929`, Street: `52 Texas Park`, City: `San Jose`, ZipCode: 95160, State: `CA`, Country: `United States`, ReferredBy: `Lou Ruffle`, CreatedOn: `2017-05-22`, Birthday: `1973-09-08`, LastActivity: `2017-06-04`, NextActivity: `2018-11-04`, DealsWon: 1, DealsLost: 22, DealsPending: 27, DealsTotal: 50, Ratio: 4, EstimatedSales: 1400166, ActualSales: 61337, Tags: `subscriber, retail` }), + new EmployeesDataItem({ ID: 787253389, Avatar: `https://static.infragistics.com/xplatform/images/people/women/31.jpg`, Name: `Gilda Fazackerley`, Email: `gfazackerley1w@exblog.jp`, Company: `Flashpoint`, Position: `Help Desk Technician`, Phone: `315-585-2018`, Mobile: `253-384-7619`, Fax: `305-581-7413`, Street: `99 Loftsgordon Parkway`, City: `Syracuse`, ZipCode: 13251, State: `NY`, Country: `United States`, ReferredBy: `Constantino Yatman`, CreatedOn: `2017-09-04`, Birthday: `2000-06-26`, LastActivity: `2017-09-14`, NextActivity: `2018-03-14`, DealsWon: 11, DealsLost: 27, DealsPending: 29, DealsTotal: 67, Ratio: 29, EstimatedSales: 2749374, ActualSales: 714571, Tags: `demo, engineering` }), + new EmployeesDataItem({ ID: 470959772, Avatar: `https://static.infragistics.com/xplatform/images/people/women/34.jpg`, Name: `Yoshiko Trinke`, Email: `ytrinke1x@symantec.com`, Company: `Buzzdog`, Position: `Research Associate`, Phone: `615-409-3097`, Mobile: `316-395-0385`, Fax: `516-931-2494`, Street: `21969 Oak Lane`, City: `Nashville`, ZipCode: 37250, State: `TN`, Country: `United States`, ReferredBy: `Augustine Glasser`, CreatedOn: `2017-06-18`, Birthday: `1979-03-10`, LastActivity: `2017-06-20`, NextActivity: `2018-10-20`, DealsWon: 25, DealsLost: 10, DealsPending: 25, DealsTotal: 60, Ratio: 71, EstimatedSales: 4323875, ActualSales: 2746800, Tags: `demo, medical` }), + new EmployeesDataItem({ ID: 304897422, Avatar: `https://static.infragistics.com/xplatform/images/people/women/47.jpg`, Name: `Doralyn Fransinelli`, Email: `dfransinelli1y@ucsd.edu`, Company: `Edgetag`, Position: `Structural Analysis Engineer`, Phone: `915-495-9682`, Mobile: `206-825-5739`, Fax: `813-586-6619`, Street: `0 Helena Alley`, City: `El Paso`, ZipCode: 79945, State: `TX`, Country: `United States`, ReferredBy: `Ramsay Ugolini`, CreatedOn: `2017-12-30`, Birthday: `1985-12-17`, LastActivity: `2018-01-24`, NextActivity: `2018-09-24`, DealsWon: 9, DealsLost: 3, DealsPending: 0, DealsTotal: 12, Ratio: 75, EstimatedSales: 0, ActualSales: 1598400, Tags: `pro, retail` }), + new EmployeesDataItem({ ID: 113000277, Avatar: `https://static.infragistics.com/xplatform/images/people/men/34.jpg`, Name: `Bard Shivlin`, Email: `bshivlin1z@ebay.co.uk`, Company: `Twinder`, Position: `Associate Professor`, Phone: `850-435-5596`, Mobile: `414-492-8462`, Fax: `612-701-4098`, Street: `5154 Hovde Street`, City: `Pensacola`, ZipCode: 32511, State: `FL`, Country: `United States`, ReferredBy: `Jaynell Innis`, CreatedOn: `2017-07-10`, Birthday: `1970-08-26`, LastActivity: `2017-07-27`, NextActivity: `2018-01-27`, DealsWon: 3, DealsLost: 27, DealsPending: 2, DealsTotal: 32, Ratio: 1, EstimatedSales: 115192, ActualSales: 451728, Tags: `cold, construction` }), + new EmployeesDataItem({ ID: 115567478, Avatar: `https://static.infragistics.com/xplatform/images/people/men/96.jpg`, Name: `Jermain Capron`, Email: `jcapron20@so-net.ne.jp`, Company: `Podcat`, Position: `Analog Circuit Design manager`, Phone: `323-118-4740`, Mobile: `864-471-4588`, Fax: `857-430-0588`, Street: `3492 Graedel Circle`, City: `Inglewood`, ZipCode: 90305, State: `CA`, Country: `United States`, ReferredBy: `Wynn Chamberlin`, CreatedOn: `2018-03-13`, Birthday: `1994-04-05`, LastActivity: `2018-03-21`, NextActivity: `2019-03-21`, DealsWon: 9, DealsLost: 11, DealsPending: 21, DealsTotal: 41, Ratio: 45, EstimatedSales: 2045631, ActualSales: 1248336, Tags: `cool, engineering` }), + new EmployeesDataItem({ ID: 327823716, Avatar: `https://static.infragistics.com/xplatform/images/people/men/51.jpg`, Name: `Greg Lifsey`, Email: `glifsey21@nytimes.com`, Company: `Tagcat`, Position: `Human Resources Manager`, Phone: `615-402-5193`, Mobile: `404-496-8008`, Fax: `817-294-8693`, Street: `2 Crowley Circle`, City: `Murfreesboro`, ZipCode: 37131, State: `TN`, Country: `United States`, ReferredBy: `Kendal Lenin`, CreatedOn: `2017-02-12`, Birthday: `1975-07-09`, LastActivity: `2017-02-14`, NextActivity: `2018-05-14`, DealsWon: 15, DealsLost: 22, DealsPending: 16, DealsTotal: 53, Ratio: 41, EstimatedSales: 1574176, ActualSales: 1160025, Tags: `warm, construction` }), + new EmployeesDataItem({ ID: 622175884, Avatar: `https://static.infragistics.com/xplatform/images/people/women/13.jpg`, Name: `Nonna Brailsford`, Email: `nbrailsford22@exblog.jp`, Company: `Thoughtbridge`, Position: `Staff Scientist`, Phone: `407-261-5214`, Mobile: `971-802-7754`, Fax: `602-286-3546`, Street: `7 Ilene Circle`, City: `Orlando`, ZipCode: 32891, State: `FL`, Country: `United States`, ReferredBy: `Westleigh Grimsdell`, CreatedOn: `2017-02-15`, Birthday: `1981-11-19`, LastActivity: `2017-03-04`, NextActivity: `2017-09-04`, DealsWon: 10, DealsLost: 23, DealsPending: 9, DealsTotal: 42, Ratio: 3, EstimatedSales: 538875, ActualSales: 1733590, Tags: `` }), + new EmployeesDataItem({ ID: 712619219, Avatar: `https://static.infragistics.com/xplatform/images/people/women/7.jpg`, Name: `Gabbey Lillee`, Email: `glillee23@tiny.cc`, Company: `Brightbean`, Position: `VP Sales`, Phone: `503-450-6669`, Mobile: `775-407-8541`, Fax: `915-499-3761`, Street: `79112 Little Fleur Crossing`, City: `Beaverton`, ZipCode: 97075, State: `OR`, Country: `United States`, ReferredBy: `Caldwell Village`, CreatedOn: `2017-11-17`, Birthday: `1999-08-22`, LastActivity: `2017-12-09`, NextActivity: `2018-07-09`, DealsWon: 6, DealsLost: 10, DealsPending: 12, DealsTotal: 28, Ratio: 38, EstimatedSales: 1643220, ActualSales: 951342, Tags: `cool, engineering` }), + new EmployeesDataItem({ ID: 409767062, Avatar: `https://static.infragistics.com/xplatform/images/people/women/97.jpg`, Name: `Cookie Leale`, Email: `cleale24@salon.com`, Company: `Kaymbo`, Position: `Speech Pathologist`, Phone: `202-748-0506`, Mobile: `262-911-6263`, Fax: `303-664-4963`, Street: `864 Twin Pines Circle`, City: `Washington`, ZipCode: 20414, State: `DC`, Country: `United States`, ReferredBy: `Ammamaria Wahner`, CreatedOn: `2017-10-18`, Birthday: `1995-07-13`, LastActivity: `2017-10-31`, NextActivity: `2018-06-30`, DealsWon: 12, DealsLost: 5, DealsPending: 15, DealsTotal: 32, Ratio: 71, EstimatedSales: 1222830, ActualSales: 1138104, Tags: `cool, medical` }), + new EmployeesDataItem({ ID: 226394719, Avatar: `https://static.infragistics.com/xplatform/images/people/men/77.jpg`, Name: `Hugues Ferrier`, Email: `hferrier25@msn.com`, Company: `Topicblab`, Position: `Senior Cost Accountant`, Phone: `501-665-6272`, Mobile: `234-452-0778`, Fax: `712-998-9730`, Street: `65 Kings Center`, City: `Little Rock`, ZipCode: 72222, State: `AR`, Country: `United States`, ReferredBy: `Saleem Grocock`, CreatedOn: `2017-06-07`, Birthday: `1978-05-26`, LastActivity: `2017-07-05`, NextActivity: `2018-06-05`, DealsWon: 19, DealsLost: 7, DealsPending: 8, DealsTotal: 34, Ratio: 73, EstimatedSales: 950984, ActualSales: 2280513, Tags: `subscriber, construction` }), + new EmployeesDataItem({ ID: 950707960, Avatar: `https://static.infragistics.com/xplatform/images/people/men/38.jpg`, Name: `Newton Collerd`, Email: `ncollerd26@issuu.com`, Company: `Yodel`, Position: `Account Representative I`, Phone: `225-794-2492`, Mobile: `360-707-4543`, Fax: `505-575-8418`, Street: `7722 Westend Pass`, City: `Baton Rouge`, ZipCode: 70836, State: `LA`, Country: `United States`, ReferredBy: `Charmian Ajsik`, CreatedOn: `2017-12-18`, Birthday: `1982-02-24`, LastActivity: `2018-01-15`, NextActivity: `2019-10-15`, DealsWon: 3, DealsLost: 1, DealsPending: 26, DealsTotal: 30, Ratio: 75, EstimatedSales: 3642366, ActualSales: 195156, Tags: `subscriber, pharmaceutical` }), + new EmployeesDataItem({ ID: 900932268, Avatar: `https://static.infragistics.com/xplatform/images/people/women/10.jpg`, Name: `Laural Bogart`, Email: `lbogart27@feedburner.com`, Company: `Feedfish`, Position: `Marketing Manager`, Phone: `215-924-8996`, Mobile: `412-641-6320`, Fax: `804-150-3782`, Street: `9 Meadow Ridge Circle`, City: `Philadelphia`, ZipCode: 19093, State: `PA`, Country: `United States`, ReferredBy: `Joey Harce`, CreatedOn: `2017-07-18`, Birthday: `1981-02-22`, LastActivity: `2017-08-06`, NextActivity: `2018-04-06`, DealsWon: 16, DealsLost: 8, DealsPending: 24, DealsTotal: 48, Ratio: 67, EstimatedSales: 1986888, ActualSales: 2213760, Tags: `pro, pharmaceutical` }), + new EmployeesDataItem({ ID: 614294465, Avatar: `https://static.infragistics.com/xplatform/images/people/women/27.jpg`, Name: `Elvina Weall`, Email: `eweall28@usda.gov`, Company: `Eamia`, Position: `Analyst Programmer`, Phone: `512-582-5067`, Mobile: `203-733-0335`, Fax: `-614-4601`, Street: `010 Lindbergh Hill`, City: `Austin`, ZipCode: 78737, State: `TX`, Country: `United States`, ReferredBy: `Monte Norcott`, CreatedOn: `2018-02-12`, Birthday: `1978-07-06`, LastActivity: `2018-03-12`, NextActivity: `2018-10-12`, DealsWon: 14, DealsLost: 13, DealsPending: 22, DealsTotal: 49, Ratio: 52, EstimatedSales: 4032248, ActualSales: 794038, Tags: `` }), + new EmployeesDataItem({ ID: 377106801, Avatar: `https://static.infragistics.com/xplatform/images/people/women/89.jpg`, Name: `Juieta Mendez`, Email: `jmendez29@bing.com`, Company: `Babbleblab`, Position: `Account Representative IV`, Phone: `410-373-5750`, Mobile: `512-166-8473`, Fax: `801-164-8887`, Street: `24 5th Alley`, City: `Baltimore`, ZipCode: 21265, State: `MD`, Country: `United States`, ReferredBy: `Ivett Olechnowicz`, CreatedOn: `2017-02-23`, Birthday: `1986-06-03`, LastActivity: `2017-03-02`, NextActivity: `2017-12-02`, DealsWon: 8, DealsLost: 26, DealsPending: 12, DealsTotal: 46, Ratio: 24, EstimatedSales: 1882284, ActualSales: 433880, Tags: `demo, engineering` }), + new EmployeesDataItem({ ID: 262450597, Avatar: `https://static.infragistics.com/xplatform/images/people/men/25.jpg`, Name: `Emlen Castell`, Email: `ecastell2a@ucsd.edu`, Company: `Fivebridge`, Position: `Paralegal`, Phone: `585-817-1379`, Mobile: `214-403-1468`, Fax: `336-307-1139`, Street: `4 Merry Way`, City: `Rochester`, ZipCode: 14639, State: `NY`, Country: `United States`, ReferredBy: `Cristionna Madine`, CreatedOn: `2018-02-06`, Birthday: `1975-01-19`, LastActivity: `2018-03-04`, NextActivity: `2019-09-04`, DealsWon: 25, DealsLost: 6, DealsPending: 26, DealsTotal: 57, Ratio: 81, EstimatedSales: 3368196, ActualSales: 2038825, Tags: `retail` }), + new EmployeesDataItem({ ID: 235852051, Avatar: `https://static.infragistics.com/xplatform/images/people/men/40.jpg`, Name: `Justis Isles`, Email: `jisles2b@ifeng.com`, Company: `Skilith`, Position: `Mechanical Systems Engineer`, Phone: `305-857-8429`, Mobile: `941-709-9660`, Fax: `213-500-2975`, Street: `549 Dawn Drive`, City: `Hialeah`, ZipCode: 33018, State: `FL`, Country: `United States`, ReferredBy: `Noellyn Pass`, CreatedOn: `2017-11-24`, Birthday: `2001-07-20`, LastActivity: `2017-12-21`, NextActivity: `2018-06-21`, DealsWon: 28, DealsLost: 29, DealsPending: 8, DealsTotal: 65, Ratio: 49, EstimatedSales: 1213264, ActualSales: 3278968, Tags: `medical` }), + new EmployeesDataItem({ ID: 664568769, Avatar: `https://static.infragistics.com/xplatform/images/people/women/26.jpg`, Name: `Janeva Burnsall`, Email: `jburnsall2c@flickr.com`, Company: `Dazzlesphere`, Position: `VP Quality Control`, Phone: `513-252-4337`, Mobile: `502-228-4513`, Fax: `704-229-9925`, Street: `80588 Anthes Court`, City: `Cincinnati`, ZipCode: 45999, State: `OH`, Country: `United States`, ReferredBy: `Trula Jozsika`, CreatedOn: `2017-12-12`, Birthday: `1989-09-30`, LastActivity: `2017-12-28`, NextActivity: `2019-05-28`, DealsWon: 11, DealsLost: 3, DealsPending: 12, DealsTotal: 26, Ratio: 79, EstimatedSales: 1948260, ActualSales: 1611643, Tags: `pharmaceutical` }), + new EmployeesDataItem({ ID: 752959468, Avatar: `https://static.infragistics.com/xplatform/images/people/women/68.jpg`, Name: `Kelcie Folley`, Email: `kfolley2d@livejournal.com`, Company: `Abatz`, Position: `Systems Administrator II`, Phone: `336-131-5394`, Mobile: `843-966-3156`, Fax: `407-424-2202`, Street: `3 American Ash Center`, City: `Greensboro`, ZipCode: 27425, State: `NC`, Country: `United States`, ReferredBy: `Chet Lydall`, CreatedOn: `2017-12-10`, Birthday: `1977-05-12`, LastActivity: `2017-12-17`, NextActivity: `2018-12-17`, DealsWon: 5, DealsLost: 15, DealsPending: 22, DealsTotal: 42, Ratio: 25, EstimatedSales: 1296262, ActualSales: 301030, Tags: `cold, medical` }), + new EmployeesDataItem({ ID: 786276070, Avatar: `https://static.infragistics.com/xplatform/images/people/women/22.jpg`, Name: `Claudina Davey`, Email: `cdavey2e@businessweek.com`, Company: `Oyoloo`, Position: `VP Quality Control`, Phone: `818-505-3284`, Mobile: `713-179-5326`, Fax: `540-574-0485`, Street: `4875 Surrey Drive`, City: `Los Angeles`, ZipCode: 90065, State: `CA`, Country: `United States`, ReferredBy: `Corabella Netherwood`, CreatedOn: `2017-03-29`, Birthday: `1975-08-30`, LastActivity: `2017-04-28`, NextActivity: `2017-08-28`, DealsWon: 26, DealsLost: 19, DealsPending: 1, DealsTotal: 46, Ratio: 58, EstimatedSales: 168833, ActualSales: 3745014, Tags: `medical` }), + new EmployeesDataItem({ ID: 520466635, Avatar: `https://static.infragistics.com/xplatform/images/people/women/42.jpg`, Name: `Shanna Mowling`, Email: `smowling2f@apache.org`, Company: ``, Position: `Dental Hygienist`, Phone: `423-201-3489`, Mobile: `615-539-3025`, Fax: `813-114-9544`, Street: `3 Crescent Oaks Court`, City: `Chattanooga`, ZipCode: 37416, State: `TN`, Country: `United States`, ReferredBy: `Elayne Barg`, CreatedOn: `2018-02-05`, Birthday: `1972-01-19`, LastActivity: `2018-02-28`, NextActivity: `2018-12-28`, DealsWon: 25, DealsLost: 7, DealsPending: 27, DealsTotal: 59, Ratio: 78, EstimatedSales: 4789557, ActualSales: 2129000, Tags: `subscriber, construction` }), + new EmployeesDataItem({ ID: 638218995, Avatar: `https://static.infragistics.com/xplatform/images/people/women/79.jpg`, Name: `Ardyth Arcase`, Email: `aarcase2g@techcrunch.com`, Company: `Mydeo`, Position: `Senior Cost Accountant`, Phone: `202-329-2722`, Mobile: `936-520-8614`, Fax: `775-735-4912`, Street: `16773 Everett Plaza`, City: `Washington`, ZipCode: 20535, State: `DC`, Country: `United States`, ReferredBy: `Sheffy Jenoure`, CreatedOn: `2017-03-28`, Birthday: `1976-04-20`, LastActivity: `2017-04-05`, NextActivity: `2019-02-05`, DealsWon: 12, DealsLost: 26, DealsPending: 6, DealsTotal: 44, Ratio: 32, EstimatedSales: 881670, ActualSales: 1350960, Tags: `subscriber, retail` }), + new EmployeesDataItem({ ID: 650675468, Avatar: `https://static.infragistics.com/xplatform/images/people/women/5.jpg`, Name: `Cynthea Evers`, Email: `cevers2h@ning.com`, Company: `Thoughtworks`, Position: `Librarian`, Phone: `217-842-3437`, Mobile: `253-279-0929`, Fax: `919-916-5443`, Street: `31 Cherokee Junction`, City: `Springfield`, ZipCode: 62794, State: `IL`, Country: `United States`, ReferredBy: `Clovis Tease`, CreatedOn: `2017-11-15`, Birthday: `1979-05-16`, LastActivity: `2017-11-24`, NextActivity: `2019-05-24`, DealsWon: 14, DealsLost: 22, DealsPending: 9, DealsTotal: 45, Ratio: 39, EstimatedSales: 1433790, ActualSales: 881398, Tags: `construction` }), + new EmployeesDataItem({ ID: 686424181, Avatar: `https://static.infragistics.com/xplatform/images/people/men/76.jpg`, Name: `Gradey Sedgeworth`, Email: `gsedgeworth2i@unicef.org`, Company: `Mycat`, Position: `Community Outreach Specialist`, Phone: `202-726-0931`, Mobile: `215-423-9389`, Fax: `775-807-4477`, Street: `88 Saint Paul Point`, City: `Washington`, ZipCode: 20370, State: `DC`, Country: `United States`, ReferredBy: `Madelene Coudray`, CreatedOn: `2017-06-17`, Birthday: `1986-01-06`, LastActivity: `2017-06-18`, NextActivity: `2018-05-18`, DealsWon: 21, DealsLost: 1, DealsPending: 29, DealsTotal: 51, Ratio: 95, EstimatedSales: 1900863, ActualSales: 3880989, Tags: `warm, financial` }), + new EmployeesDataItem({ ID: 691627486, Avatar: `https://static.infragistics.com/xplatform/images/people/women/86.jpg`, Name: `Kelila Hotson`, Email: `khotson2j@imageshack.us`, Company: `Leexo`, Position: `Research Nurse`, Phone: `336-330-9832`, Mobile: `843-805-0545`, Fax: `801-569-7731`, Street: `96375 Dakota Trail`, City: `Greensboro`, ZipCode: 27499, State: `NC`, Country: `United States`, ReferredBy: `Sheila Halgarth`, CreatedOn: `2017-10-03`, Birthday: `1981-08-24`, LastActivity: `2017-10-23`, NextActivity: `2018-03-23`, DealsWon: 9, DealsLost: 30, DealsPending: 18, DealsTotal: 57, Ratio: 23, EstimatedSales: 3301614, ActualSales: 687087, Tags: `pro, pharmaceutical` }), + new EmployeesDataItem({ ID: 633261034, Avatar: `https://static.infragistics.com/xplatform/images/people/women/78.jpg`, Name: `Wendy Wheeldon`, Email: `wwheeldon2k@chicagotribune.com`, Company: `Zoovu`, Position: `Marketing Assistant`, Phone: `562-912-9134`, Mobile: `254-829-0431`, Fax: `786-318-1752`, Street: `462 Village Hill`, City: `Long Beach`, ZipCode: 90847, State: `CA`, Country: `United States`, ReferredBy: `Kania Mazzei`, CreatedOn: `2017-07-31`, Birthday: `2001-06-28`, LastActivity: `2017-08-29`, NextActivity: `2017-11-29`, DealsWon: 10, DealsLost: 23, DealsPending: 21, DealsTotal: 54, Ratio: 3, EstimatedSales: 3337971, ActualSales: 1152010, Tags: `cold, pharmaceutical` }), + new EmployeesDataItem({ ID: 526212097, Avatar: `https://static.infragistics.com/xplatform/images/people/women/70.jpg`, Name: `Lela Cosh`, Email: `lcosh2l@buzzfeed.com`, Company: `Flipbug`, Position: `Clinical Specialist`, Phone: `936-249-2059`, Mobile: `318-803-0890`, Fax: `804-349-5364`, Street: `52 Waywood Park`, City: `Houston`, ZipCode: 77090, State: `TX`, Country: `United States`, ReferredBy: `Barrie MacParland`, CreatedOn: `2017-08-27`, Birthday: `1981-02-07`, LastActivity: `2017-09-21`, NextActivity: `2019-02-21`, DealsWon: 19, DealsLost: 3, DealsPending: 13, DealsTotal: 35, Ratio: 86, EstimatedSales: 2098044, ActualSales: 2270006, Tags: `cold, medical` }), + new EmployeesDataItem({ ID: 929137195, Avatar: `https://static.infragistics.com/xplatform/images/people/women/99.jpg`, Name: `Sibilla Wegner`, Email: `swegner2m@ovh.net`, Company: `BlogTags`, Position: `Quality Engineer`, Phone: `802-436-2712`, Mobile: `410-950-6042`, Fax: `260-539-1525`, Street: `273 Granby Court`, City: `Montpelier`, ZipCode: 5609, State: `VT`, Country: `United States`, ReferredBy: `Norton Dagwell`, CreatedOn: `2018-01-16`, Birthday: `1970-11-20`, LastActivity: `2018-01-30`, NextActivity: `2018-02-28`, DealsWon: 5, DealsLost: 13, DealsPending: 26, DealsTotal: 44, Ratio: 28, EstimatedSales: 1605162, ActualSales: 758405, Tags: `cold, medical` }), + new EmployeesDataItem({ ID: 410422512, Avatar: `https://static.infragistics.com/xplatform/images/people/men/86.jpg`, Name: `Gran Canepe`, Email: `gcanepe2n@smh.com.au`, Company: `Quamba`, Position: `Paralegal`, Phone: `210-528-5323`, Mobile: `202-733-0254`, Fax: `508-501-7467`, Street: `86197 Fulton Terrace`, City: `San Antonio`, ZipCode: 78220, State: `TX`, Country: `United States`, ReferredBy: `Antonio Giriardelli`, CreatedOn: `2017-02-11`, Birthday: `1978-06-02`, LastActivity: `2017-03-08`, NextActivity: `2018-07-08`, DealsWon: 9, DealsLost: 13, DealsPending: 19, DealsTotal: 41, Ratio: 41, EstimatedSales: 3732816, ActualSales: 1634364, Tags: `cool, engineering` }), + new EmployeesDataItem({ ID: 208556148, Avatar: `https://static.infragistics.com/xplatform/images/people/women/91.jpg`, Name: `Tally Bolingbroke`, Email: `tbolingbroke2o@dyndns.org`, Company: `Skipstorm`, Position: `Senior Editor`, Phone: `501-812-4359`, Mobile: `208-312-0076`, Fax: `402-979-3764`, Street: `0 Meadow Vale Parkway`, City: `Hot Springs National Park`, ZipCode: 71914, State: `AR`, Country: `United States`, ReferredBy: `Claude MacLaverty`, CreatedOn: `2017-07-31`, Birthday: `1979-09-22`, LastActivity: `2017-08-17`, NextActivity: `2019-03-17`, DealsWon: 0, DealsLost: 8, DealsPending: 21, DealsTotal: 29, Ratio: 0, EstimatedSales: 1515024, ActualSales: 0, Tags: `cool, pharmaceutical` }), + new EmployeesDataItem({ ID: 785897213, Avatar: `https://static.infragistics.com/xplatform/images/people/women/64.jpg`, Name: `Fifine Northeast`, Email: `fnortheast2p@w3.org`, Company: `Ooba`, Position: `Civil Engineer`, Phone: `970-422-2151`, Mobile: `619-114-5595`, Fax: `918-340-9363`, Street: `0010 Jenifer Center`, City: `Grand Junction`, ZipCode: 81505, State: `CO`, Country: `United States`, ReferredBy: `Zilvia Boulding`, CreatedOn: `2017-05-01`, Birthday: `1991-03-06`, LastActivity: `2017-05-02`, NextActivity: `2018-12-02`, DealsWon: 23, DealsLost: 24, DealsPending: 5, DealsTotal: 52, Ratio: 49, EstimatedSales: 893040, ActualSales: 3140006, Tags: `cold, financial` }), + new EmployeesDataItem({ ID: 991109245, Avatar: `https://static.infragistics.com/xplatform/images/people/men/50.jpg`, Name: `Wheeler Glawsop`, Email: `wglawsop2q@pagesperso-orange.fr`, Company: `Yadel`, Position: `Help Desk Technician`, Phone: `760-180-7003`, Mobile: `913-871-8846`, Fax: `515-259-3609`, Street: `823 Dovetail Park`, City: `San Diego`, ZipCode: 92127, State: `CA`, Country: `United States`, ReferredBy: `Kip Croster`, CreatedOn: `2018-03-12`, Birthday: `1989-12-02`, LastActivity: `2018-04-09`, NextActivity: `2018-08-09`, DealsWon: 13, DealsLost: 3, DealsPending: 19, DealsTotal: 35, Ratio: 81, EstimatedSales: 1951110, ActualSales: 758225, Tags: `` }), + new EmployeesDataItem({ ID: 229156059, Avatar: `https://static.infragistics.com/xplatform/images/people/women/33.jpg`, Name: `Tamarah Goathrop`, Email: `tgoathrop2r@ucoz.ru`, Company: `Gabcube`, Position: `Computer Systems Analyst I`, Phone: `805-539-7645`, Mobile: `504-381-3775`, Fax: `208-541-8361`, Street: `92 2nd Circle`, City: `Simi Valley`, ZipCode: 93094, State: `CA`, Country: `United States`, ReferredBy: `Berget Harome`, CreatedOn: `2017-03-16`, Birthday: `1999-12-12`, LastActivity: `2017-04-13`, NextActivity: `2017-09-13`, DealsWon: 8, DealsLost: 15, DealsPending: 24, DealsTotal: 47, Ratio: 35, EstimatedSales: 1299528, ActualSales: 427320, Tags: `pro, financial` }), + new EmployeesDataItem({ ID: 890157389, Avatar: `https://static.infragistics.com/xplatform/images/people/women/50.jpg`, Name: `Leanora Ashment`, Email: `lashment2s@indiatimes.com`, Company: `Zoomzone`, Position: `Senior Sales Associate`, Phone: `512-208-1070`, Mobile: `501-633-5551`, Fax: `215-887-2154`, Street: `3 Anzinger Circle`, City: `Austin`, ZipCode: 78749, State: `TX`, Country: `United States`, ReferredBy: `Junia Scrowston`, CreatedOn: `2017-12-09`, Birthday: `1997-04-10`, LastActivity: `2017-12-20`, NextActivity: `2019-01-20`, DealsWon: 1, DealsLost: 19, DealsPending: 8, DealsTotal: 28, Ratio: 5, EstimatedSales: 1188520, ActualSales: 128638, Tags: `demo, medical` }), + new EmployeesDataItem({ ID: 499268085, Avatar: `https://static.infragistics.com/xplatform/images/people/men/2.jpg`, Name: `Alain Paling`, Email: `apaling2t@desdev.cn`, Company: `Jaxnation`, Position: `Tax Accountant`, Phone: `253-727-2019`, Mobile: `323-273-8399`, Fax: `203-894-6403`, Street: `9 Merchant Point`, City: `Olympia`, ZipCode: 98516, State: `WA`, Country: `United States`, ReferredBy: `Ahmad Ewbank`, CreatedOn: `2017-11-02`, Birthday: `1970-12-21`, LastActivity: `2017-11-18`, NextActivity: `2017-12-18`, DealsWon: 19, DealsLost: 2, DealsPending: 9, DealsTotal: 30, Ratio: 9, EstimatedSales: 570366, ActualSales: 1520931, Tags: `cold, construction` }), + new EmployeesDataItem({ ID: 748064736, Avatar: `https://static.infragistics.com/xplatform/images/people/women/79.jpg`, Name: `Doll Broad`, Email: `dbroad2u@yale.edu`, Company: `Topicblab`, Position: `Business Systems Development Analyst`, Phone: `210-494-3531`, Mobile: `702-552-1186`, Fax: `404-631-2435`, Street: `50038 Scofield Park`, City: `San Antonio`, ZipCode: 78205, State: `TX`, Country: `United States`, ReferredBy: `Isacco McVeighty`, CreatedOn: `2017-09-04`, Birthday: `1975-05-28`, LastActivity: `2017-09-30`, NextActivity: `2018-02-28`, DealsWon: 22, DealsLost: 24, DealsPending: 18, DealsTotal: 64, Ratio: 48, EstimatedSales: 1812744, ActualSales: 3443440, Tags: `warm, engineering` }), + new EmployeesDataItem({ ID: 271540773, Avatar: `https://static.infragistics.com/xplatform/images/people/men/22.jpg`, Name: `King Bigham`, Email: `kbigham2v@addtoany.com`, Company: `Voonix`, Position: `Graphic Designer`, Phone: `318-978-8369`, Mobile: `225-414-3561`, Fax: `402-325-1040`, Street: `92 Mifflin Road`, City: `Shreveport`, ZipCode: 71151, State: `LA`, Country: `United States`, ReferredBy: `Chrissie L'Episcopio`, CreatedOn: `2017-09-26`, Birthday: `1992-10-15`, LastActivity: `2017-10-19`, NextActivity: `2018-09-19`, DealsWon: 8, DealsLost: 4, DealsPending: 1, DealsTotal: 13, Ratio: 67, EstimatedSales: 162316, ActualSales: 415392, Tags: `hot, medical` }), + new EmployeesDataItem({ ID: 759693536, Avatar: `https://static.infragistics.com/xplatform/images/people/women/18.jpg`, Name: `Risa Guitt`, Email: `rguitt2w@mashable.com`, Company: `Voolia`, Position: `Nuclear Power Engineer`, Phone: `339-831-1765`, Mobile: `772-124-8811`, Fax: `814-318-4969`, Street: `0 Bunting Alley`, City: `Lynn`, ZipCode: 1905, State: `MA`, Country: `United States`, ReferredBy: `Allister De Metz`, CreatedOn: `2017-02-11`, Birthday: `1987-11-08`, LastActivity: `2017-02-20`, NextActivity: `2017-12-20`, DealsWon: 21, DealsLost: 27, DealsPending: 0, DealsTotal: 48, Ratio: 44, EstimatedSales: 0, ActualSales: 2988909, Tags: `hot, retail` }), + new EmployeesDataItem({ ID: 765687550, Avatar: `https://static.infragistics.com/xplatform/images/people/women/2.jpg`, Name: `Rosie Stouther`, Email: `rstouther2x@nationalgeographic.com`, Company: `Abatz`, Position: `Financial Advisor`, Phone: `918-657-6632`, Mobile: `720-231-1743`, Fax: `260-149-9432`, Street: `2 Loomis Court`, City: `Tulsa`, ZipCode: 74141, State: `OK`, Country: `United States`, ReferredBy: `Trey Pavlishchev`, CreatedOn: `2017-01-12`, Birthday: `1979-09-21`, LastActivity: `2017-01-21`, NextActivity: `2018-10-21`, DealsWon: 2, DealsLost: 5, DealsPending: 8, DealsTotal: 15, Ratio: 29, EstimatedSales: 1588296, ActualSales: 301318, Tags: `demo, pharmaceutical` }), + new EmployeesDataItem({ ID: 402736165, Avatar: `https://static.infragistics.com/xplatform/images/people/women/98.jpg`, Name: `Pris Chiles`, Email: `pchiles2y@indiatimes.com`, Company: `Einti`, Position: `Paralegal`, Phone: `716-690-7478`, Mobile: `816-845-1766`, Fax: `571-786-6804`, Street: `50597 Emmet Pass`, City: `Buffalo`, ZipCode: 14233, State: `NY`, Country: `United States`, ReferredBy: `Shanie Simenon`, CreatedOn: `2017-11-04`, Birthday: `1975-03-07`, LastActivity: `2017-11-28`, NextActivity: `2018-03-28`, DealsWon: 16, DealsLost: 4, DealsPending: 29, DealsTotal: 49, Ratio: 8, EstimatedSales: 4890183, ActualSales: 1847888, Tags: `pro, construction` }), + new EmployeesDataItem({ ID: 792872282, Avatar: `https://static.infragistics.com/xplatform/images/people/women/93.jpg`, Name: `Dee Dome`, Email: `ddome2z@issuu.com`, Company: `Devpulse`, Position: `Quality Control Specialist`, Phone: `203-981-1729`, Mobile: `910-901-3291`, Fax: `520-936-6240`, Street: `03659 Warner Park`, City: `Norwalk`, ZipCode: 6854, State: `CT`, Country: `United States`, ReferredBy: `Glenden Arminger`, CreatedOn: `2017-01-12`, Birthday: `2002-03-01`, LastActivity: `2017-01-21`, NextActivity: `2017-03-21`, DealsWon: 15, DealsLost: 9, DealsPending: 17, DealsTotal: 41, Ratio: 63, EstimatedSales: 1380451, ActualSales: 2263815, Tags: `pro, engineering` }), + new EmployeesDataItem({ ID: 937592691, Avatar: `https://static.infragistics.com/xplatform/images/people/women/87.jpg`, Name: `Ceciley Swatten`, Email: `cswatten30@hao123.com`, Company: `Quaxo`, Position: `Technical Writer`, Phone: `318-196-1473`, Mobile: `806-949-3414`, Fax: `562-266-8071`, Street: `0 Rieder Drive`, City: `Shreveport`, ZipCode: 71137, State: `LA`, Country: `United States`, ReferredBy: `Fremont Tommei`, CreatedOn: `2017-09-12`, Birthday: `1980-11-02`, LastActivity: `2017-09-28`, NextActivity: `2018-08-28`, DealsWon: 17, DealsLost: 25, DealsPending: 19, DealsTotal: 61, Ratio: 4, EstimatedSales: 1602460, ActualSales: 3069384, Tags: `warm, construction` }), + new EmployeesDataItem({ ID: 464905609, Avatar: `https://static.infragistics.com/xplatform/images/people/women/85.jpg`, Name: `Gates Burbudge`, Email: `gburbudge31@nationalgeographic.com`, Company: `Jabbertype`, Position: `Operator`, Phone: `941-294-1364`, Mobile: `608-503-0279`, Fax: `602-588-1972`, Street: `51745 Talmadge Crossing`, City: `Bonita Springs`, ZipCode: 34135, State: `FL`, Country: `United States`, ReferredBy: `Raimundo Desorts`, CreatedOn: `2017-09-28`, Birthday: `1986-07-25`, LastActivity: `2017-10-27`, NextActivity: `2019-03-27`, DealsWon: 0, DealsLost: 15, DealsPending: 18, DealsTotal: 33, Ratio: 0, EstimatedSales: 2818728, ActualSales: 0, Tags: `hot, retail` }), + new EmployeesDataItem({ ID: 725670652, Avatar: `https://static.infragistics.com/xplatform/images/people/women/86.jpg`, Name: `Ninon Buckham`, Email: `nbuckham32@wiley.com`, Company: `Zoonder`, Position: `Assistant Professor`, Phone: `612-908-1786`, Mobile: `515-982-8441`, Fax: `214-505-8891`, Street: `7 Elgar Crossing`, City: `Minneapolis`, ZipCode: 55441, State: `MN`, Country: `United States`, ReferredBy: `Alejandro Hands`, CreatedOn: `2017-10-06`, Birthday: `1973-08-21`, LastActivity: `2017-10-09`, NextActivity: `2019-10-09`, DealsWon: 20, DealsLost: 24, DealsPending: 28, DealsTotal: 72, Ratio: 45, EstimatedSales: 1770160, ActualSales: 2626420, Tags: `demo, pharmaceutical` }), + new EmployeesDataItem({ ID: 125023940, Avatar: `https://static.infragistics.com/xplatform/images/people/women/48.jpg`, Name: `Dodie Zoephel`, Email: `dzoephel33@fc2.com`, Company: `Roomm`, Position: `Pharmacist`, Phone: `404-901-7264`, Mobile: `815-425-4816`, Fax: `202-942-2889`, Street: `2866 Dunning Park`, City: `Atlanta`, ZipCode: 30301, State: `GA`, Country: `United States`, ReferredBy: `Thea Clemo`, CreatedOn: `2018-04-16`, Birthday: `1988-12-13`, LastActivity: `2018-04-24`, NextActivity: `2020-02-24`, DealsWon: 20, DealsLost: 19, DealsPending: 25, DealsTotal: 64, Ratio: 51, EstimatedSales: 2549350, ActualSales: 3993800, Tags: `cold, medical` }), + new EmployeesDataItem({ ID: 204473265, Avatar: `https://static.infragistics.com/xplatform/images/people/men/86.jpg`, Name: `Duky Toll`, Email: `dtoll34@163.com`, Company: `Blogpad`, Position: `Electrical Engineer`, Phone: `706-592-0164`, Mobile: `703-460-8089`, Fax: `323-235-3861`, Street: `89 Mendota Court`, City: `Augusta`, ZipCode: 30905, State: `GA`, Country: `United States`, ReferredBy: `Frayda Bullocke`, CreatedOn: `2017-11-10`, Birthday: `1972-04-14`, LastActivity: `2017-12-10`, NextActivity: `2018-08-10`, DealsWon: 30, DealsLost: 26, DealsPending: 28, DealsTotal: 84, Ratio: 54, EstimatedSales: 2679656, ActualSales: 1860390, Tags: `cool, retail` }), + new EmployeesDataItem({ ID: 359071419, Avatar: `https://static.infragistics.com/xplatform/images/people/women/73.jpg`, Name: `Tildie MacCorkell`, Email: `tmaccorkell35@360.cn`, Company: `Gabvine`, Position: `Computer Systems Analyst III`, Phone: `951-766-9576`, Mobile: `205-719-9906`, Fax: `212-700-0761`, Street: `718 Village Road`, City: `Riverside`, ZipCode: 92519, State: `CA`, Country: `United States`, ReferredBy: `Irena Creelman`, CreatedOn: `2017-05-29`, Birthday: `1995-08-14`, LastActivity: `2017-06-28`, NextActivity: `2017-07-28`, DealsWon: 14, DealsLost: 30, DealsPending: 19, DealsTotal: 63, Ratio: 32, EstimatedSales: 2605128, ActualSales: 1623468, Tags: `cool, construction` }), + new EmployeesDataItem({ ID: 551639525, Avatar: `https://static.infragistics.com/xplatform/images/people/men/58.jpg`, Name: `Ahmad Stern`, Email: `astern36@gnu.org`, Company: `Meevee`, Position: `Nurse`, Phone: `202-546-9216`, Mobile: `614-795-9088`, Fax: `773-882-2804`, Street: `4994 Anhalt Pass`, City: `Washington`, ZipCode: 20409, State: `DC`, Country: `United States`, ReferredBy: `Fremont Houldin`, CreatedOn: `2017-10-25`, Birthday: `1976-12-03`, LastActivity: `2017-10-28`, NextActivity: `2018-08-28`, DealsWon: 15, DealsLost: 10, DealsPending: 8, DealsTotal: 33, Ratio: 6, EstimatedSales: 420656, ActualSales: 2915895, Tags: `cool, financial` }), + new EmployeesDataItem({ ID: 176134310, Avatar: `https://static.infragistics.com/xplatform/images/people/men/47.jpg`, Name: `Gordan Guerrin`, Email: `gguerrin37@google.pl`, Company: `Linklinks`, Position: `Web Developer IV`, Phone: `626-819-3737`, Mobile: `410-340-3512`, Fax: `559-724-2668`, Street: `9 Longview Court`, City: `Burbank`, ZipCode: 91505, State: `CA`, Country: `United States`, ReferredBy: `Madalena Biagioni`, CreatedOn: `2017-03-28`, Birthday: `1977-06-23`, LastActivity: `2017-04-16`, NextActivity: `2017-05-16`, DealsWon: 24, DealsLost: 3, DealsPending: 7, DealsTotal: 34, Ratio: 89, EstimatedSales: 409983, ActualSales: 3269976, Tags: `hot, pharmaceutical` }), + new EmployeesDataItem({ ID: 819567118, Avatar: `https://static.infragistics.com/xplatform/images/people/men/97.jpg`, Name: `Bo Phebee`, Email: `bphebee38@sbwire.com`, Company: `Tanoodle`, Position: `VP Product Management`, Phone: `719-947-0055`, Mobile: `210-641-0782`, Fax: `919-127-4559`, Street: `28 Talmadge Lane`, City: `Colorado Springs`, ZipCode: 80925, State: `CO`, Country: `United States`, ReferredBy: `Emerson Finden`, CreatedOn: `2017-07-03`, Birthday: `1986-06-19`, LastActivity: `2017-07-16`, NextActivity: `2017-08-16`, DealsWon: 15, DealsLost: 1, DealsPending: 9, DealsTotal: 25, Ratio: 94, EstimatedSales: 913356, ActualSales: 1984695, Tags: `demo, engineering` }), + new EmployeesDataItem({ ID: 175852789, Avatar: `https://static.infragistics.com/xplatform/images/people/men/59.jpg`, Name: `Monro Matias`, Email: `mmatias39@si.edu`, Company: `Buzzdog`, Position: `Research Associate`, Phone: `763-855-7311`, Mobile: `813-474-4537`, Fax: `915-492-2680`, Street: `854 Fisk Plaza`, City: `Minneapolis`, ZipCode: 55412, State: `MN`, Country: `United States`, ReferredBy: `Rinaldo Clail`, CreatedOn: `2017-12-26`, Birthday: `1973-06-02`, LastActivity: `2018-01-18`, NextActivity: `2018-04-18`, DealsWon: 23, DealsLost: 20, DealsPending: 3, DealsTotal: 46, Ratio: 53, EstimatedSales: 449664, ActualSales: 3766365, Tags: `pro, construction` }), + new EmployeesDataItem({ ID: 888244427, Avatar: `https://static.infragistics.com/xplatform/images/people/men/53.jpg`, Name: `Nye Shevlane`, Email: `nshevlane3a@princeton.edu`, Company: `Avamba`, Position: `Geological Engineer`, Phone: `304-409-8780`, Mobile: `615-946-8938`, Fax: `865-300-3682`, Street: `54 Almo Junction`, City: `Charleston`, ZipCode: 25362, State: `WV`, Country: `United States`, ReferredBy: `Shurwood Fullbrook`, CreatedOn: `2018-01-17`, Birthday: `1976-06-10`, LastActivity: `2018-02-11`, NextActivity: `2019-08-11`, DealsWon: 7, DealsLost: 6, DealsPending: 16, DealsTotal: 29, Ratio: 54, EstimatedSales: 1617904, ActualSales: 963879, Tags: `hot, pharmaceutical` }), + new EmployeesDataItem({ ID: 721676406, Avatar: `https://static.infragistics.com/xplatform/images/people/women/51.jpg`, Name: `Elisabetta Gianettini`, Email: `egianettini3b@foxnews.com`, Company: `Rhynyx`, Position: `Account Coordinator`, Phone: `513-617-3871`, Mobile: `305-759-0213`, Fax: `503-410-7438`, Street: `276 Oak Trail`, City: `Cincinnati`, ZipCode: 45243, State: `OH`, Country: `United States`, ReferredBy: `Emlen Werner`, CreatedOn: `2017-05-28`, Birthday: `1983-06-15`, LastActivity: `2017-06-17`, NextActivity: `2019-06-17`, DealsWon: 23, DealsLost: 16, DealsPending: 21, DealsTotal: 60, Ratio: 59, EstimatedSales: 2677416, ActualSales: 2440783, Tags: `medical` }), + new EmployeesDataItem({ ID: 238633854, Avatar: `https://static.infragistics.com/xplatform/images/people/women/13.jpg`, Name: `Gray Dinse`, Email: `gdinse3c@abc.net.au`, Company: `Dablist`, Position: `Senior Sales Associate`, Phone: `904-798-6308`, Mobile: `719-339-4239`, Fax: `816-887-3298`, Street: `3093 Morrow Place`, City: `Jacksonville`, ZipCode: 32209, State: `FL`, Country: `United States`, ReferredBy: `Kurt Gianiello`, CreatedOn: `2017-06-05`, Birthday: `1985-11-29`, LastActivity: `2017-06-21`, NextActivity: `2018-08-21`, DealsWon: 21, DealsLost: 5, DealsPending: 19, DealsTotal: 45, Ratio: 81, EstimatedSales: 2130565, ActualSales: 1985298, Tags: `hot, engineering` }), + new EmployeesDataItem({ ID: 442189261, Avatar: `https://static.infragistics.com/xplatform/images/people/men/4.jpg`, Name: `Jae William`, Email: `jwilliam3d@bloglovin.com`, Company: `Gabvine`, Position: `Senior Quality Engineer`, Phone: `402-511-1348`, Mobile: `713-772-8601`, Fax: `239-742-9606`, Street: `11 Forest Dale Junction`, City: `Omaha`, ZipCode: 68144, State: `NE`, Country: `United States`, ReferredBy: `Dewain Lundie`, CreatedOn: `2017-01-18`, Birthday: `1989-08-16`, LastActivity: `2017-01-29`, NextActivity: `2017-07-29`, DealsWon: 16, DealsLost: 2, DealsPending: 30, DealsTotal: 48, Ratio: 89, EstimatedSales: 5639880, ActualSales: 2149360, Tags: `cold, financial` }), + new EmployeesDataItem({ ID: 278785545, Avatar: `https://static.infragistics.com/xplatform/images/people/women/86.jpg`, Name: `Johanna Robrow`, Email: `jrobrow3e@accuweather.com`, Company: `Wikizz`, Position: `Compensation Analyst`, Phone: `989-403-7013`, Mobile: `215-345-1741`, Fax: `718-916-0303`, Street: `511 David Trail`, City: `Midland`, ZipCode: 48670, State: `MI`, Country: `United States`, ReferredBy: `Georg Goody`, CreatedOn: `2017-06-25`, Birthday: `2000-01-04`, LastActivity: `2017-07-06`, NextActivity: `2018-09-06`, DealsWon: 20, DealsLost: 17, DealsPending: 13, DealsTotal: 50, Ratio: 54, EstimatedSales: 1308450, ActualSales: 3988580, Tags: `hot, construction` }), + new EmployeesDataItem({ ID: 354558788, Avatar: `https://static.infragistics.com/xplatform/images/people/men/27.jpg`, Name: `Demetrius Lightewood`, Email: `dlightewood3f@epa.gov`, Company: `Jazzy`, Position: `Software Consultant`, Phone: `303-538-6492`, Mobile: `334-253-0662`, Fax: `612-776-8954`, Street: `25689 Oak Valley Circle`, City: `Boulder`, ZipCode: 80328, State: `CO`, Country: `United States`, ReferredBy: `Agna Hickeringill`, CreatedOn: `2018-02-10`, Birthday: `1979-05-11`, LastActivity: `2018-03-08`, NextActivity: `2019-08-08`, DealsWon: 6, DealsLost: 11, DealsPending: 12, DealsTotal: 29, Ratio: 35, EstimatedSales: 2101320, ActualSales: 736176, Tags: `warm, financial` }), + new EmployeesDataItem({ ID: 406938625, Avatar: `https://static.infragistics.com/xplatform/images/people/women/9.jpg`, Name: `Glennie Jepson`, Email: `gjepson3g@google.co.jp`, Company: `Skivee`, Position: `Nuclear Power Engineer`, Phone: `727-833-5988`, Mobile: `860-724-2970`, Fax: `480-114-0332`, Street: `520 Monica Drive`, City: `Saint Petersburg`, ZipCode: 33737, State: `FL`, Country: `United States`, ReferredBy: `Dyane Riddiford`, CreatedOn: `2017-05-15`, Birthday: `1994-04-28`, LastActivity: `2017-06-05`, NextActivity: `2019-01-05`, DealsWon: 19, DealsLost: 14, DealsPending: 15, DealsTotal: 48, Ratio: 58, EstimatedSales: 1312935, ActualSales: 1226431, Tags: `subscriber, pharmaceutical` }), + new EmployeesDataItem({ ID: 191811557, Avatar: `https://static.infragistics.com/xplatform/images/people/women/28.jpg`, Name: `Matti McGrirl`, Email: `mmcgrirl3h@slideshare.net`, Company: `Livefish`, Position: `Staff Accountant IV`, Phone: `202-697-2989`, Mobile: `404-730-5611`, Fax: `915-756-5819`, Street: `4858 Waywood Park`, City: `Washington`, ZipCode: 20456, State: `DC`, Country: `United States`, ReferredBy: `Saunders Headan`, CreatedOn: `2017-06-29`, Birthday: `1984-11-01`, LastActivity: `2017-07-08`, NextActivity: `2018-11-08`, DealsWon: 16, DealsLost: 16, DealsPending: 7, DealsTotal: 39, Ratio: 5, EstimatedSales: 1096641, ActualSales: 1426176, Tags: `hot, engineering` }), + new EmployeesDataItem({ ID: 361861864, Avatar: `https://static.infragistics.com/xplatform/images/people/men/50.jpg`, Name: `Rudolf Nealy`, Email: `rnealy3i@upenn.edu`, Company: `Aibox`, Position: `Nurse`, Phone: `520-799-5392`, Mobile: `309-724-2266`, Fax: `706-444-8372`, Street: `8 Carioca Place`, City: `Tucson`, ZipCode: 85710, State: `AZ`, Country: `United States`, ReferredBy: `Thornton Ansley`, CreatedOn: `2017-04-13`, Birthday: `2002-08-19`, LastActivity: `2017-04-25`, NextActivity: `2017-12-25`, DealsWon: 6, DealsLost: 2, DealsPending: 22, DealsTotal: 30, Ratio: 75, EstimatedSales: 1650924, ActualSales: 826308, Tags: `cool, financial` }), + new EmployeesDataItem({ ID: 606612904, Avatar: `https://static.infragistics.com/xplatform/images/people/women/28.jpg`, Name: `Ketti MacGibbon`, Email: `kmacgibbon3j@cloudflare.com`, Company: `Kazu`, Position: `Senior Cost Accountant`, Phone: `850-608-2516`, Mobile: `254-468-2991`, Fax: `518-525-0595`, Street: `8 High Crossing Junction`, City: `Pensacola`, ZipCode: 32505, State: `FL`, Country: `United States`, ReferredBy: `Robbyn Ommundsen`, CreatedOn: `2017-10-08`, Birthday: `1973-02-21`, LastActivity: `2017-10-24`, NextActivity: `2018-04-24`, DealsWon: 3, DealsLost: 6, DealsPending: 8, DealsTotal: 17, Ratio: 33, EstimatedSales: 500616, ActualSales: 329451, Tags: `cool, medical` }), + new EmployeesDataItem({ ID: 683579157, Avatar: `https://static.infragistics.com/xplatform/images/people/women/28.jpg`, Name: `Michelle Fehners`, Email: `mfehners3k@hubpages.com`, Company: `Yata`, Position: `GIS Technical Architect`, Phone: `248-569-7729`, Mobile: `818-918-9583`, Fax: `310-395-7412`, Street: `2 Veith Drive`, City: `Detroit`, ZipCode: 48242, State: `MI`, Country: `United States`, ReferredBy: `Everett M'Barron`, CreatedOn: `2018-01-16`, Birthday: `1975-10-16`, LastActivity: `2018-02-11`, NextActivity: `2018-03-11`, DealsWon: 29, DealsLost: 13, DealsPending: 6, DealsTotal: 48, Ratio: 69, EstimatedSales: 713838, ActualSales: 4569298, Tags: `hot, construction` }), + new EmployeesDataItem({ ID: 734230268, Avatar: `https://static.infragistics.com/xplatform/images/people/women/46.jpg`, Name: `Netty Labet`, Email: `nlabet3l@webeden.co.uk`, Company: `Rhynoodle`, Position: `Sales Associate`, Phone: `402-247-1070`, Mobile: `559-879-7342`, Fax: `516-718-4441`, Street: `908 Blaine Pass`, City: `Lincoln`, ZipCode: 68517, State: `NE`, Country: `United States`, ReferredBy: `Muffin Macilhench`, CreatedOn: `2017-07-13`, Birthday: `1986-01-29`, LastActivity: `2017-07-14`, NextActivity: `2018-10-14`, DealsWon: 9, DealsLost: 15, DealsPending: 10, DealsTotal: 34, Ratio: 38, EstimatedSales: 1513590, ActualSales: 1165095, Tags: `subscriber, medical` }), + new EmployeesDataItem({ ID: 838951712, Avatar: `https://static.infragistics.com/xplatform/images/people/men/89.jpg`, Name: `Darrel Dever`, Email: `ddever3m@netscape.com`, Company: `Ntag`, Position: `Statistician I`, Phone: `614-913-6448`, Mobile: `918-609-6877`, Fax: `864-675-2104`, Street: `15 Tony Avenue`, City: `Columbus`, ZipCode: 43226, State: `OH`, Country: `United States`, ReferredBy: `Doralynne Chard`, CreatedOn: `2017-04-06`, Birthday: `1984-07-17`, LastActivity: `2017-04-25`, NextActivity: `2017-07-25`, DealsWon: 27, DealsLost: 16, DealsPending: 7, DealsTotal: 50, Ratio: 63, EstimatedSales: 1347920, ActualSales: 3184758, Tags: `cool, medical` }), + new EmployeesDataItem({ ID: 931789304, Avatar: `https://static.infragistics.com/xplatform/images/people/women/68.jpg`, Name: `Griselda Coldwell`, Email: `gcoldwell3n@hexun.com`, Company: `Mydeo`, Position: `Database Administrator IV`, Phone: `304-428-7062`, Mobile: `727-836-2925`, Fax: `816-928-9631`, Street: `94307 High Crossing Junction`, City: `Charleston`, ZipCode: 25321, State: `WV`, Country: `United States`, ReferredBy: `Emlen Beecham`, CreatedOn: `2018-03-18`, Birthday: `1977-02-25`, LastActivity: `2018-04-02`, NextActivity: `2019-07-02`, DealsWon: 20, DealsLost: 26, DealsPending: 30, DealsTotal: 76, Ratio: 43, EstimatedSales: 5488380, ActualSales: 1626180, Tags: `demo, financial` }), + new EmployeesDataItem({ ID: 308215970, Avatar: `https://static.infragistics.com/xplatform/images/people/men/59.jpg`, Name: `Ibrahim Eouzan`, Email: `ieouzan3o@buzzfeed.com`, Company: `Yoveo`, Position: `Systems Administrator II`, Phone: `937-114-9797`, Mobile: `734-715-6508`, Fax: `210-427-8463`, Street: `8 Arkansas Center`, City: `Dayton`, ZipCode: 45426, State: `OH`, Country: `United States`, ReferredBy: `Martynne Geekin`, CreatedOn: `2017-10-30`, Birthday: `1988-01-16`, LastActivity: `2017-11-27`, NextActivity: `2019-02-27`, DealsWon: 20, DealsLost: 1, DealsPending: 25, DealsTotal: 46, Ratio: 95, EstimatedSales: 3296025, ActualSales: 1365140, Tags: `subscriber, engineering` }), + new EmployeesDataItem({ ID: 820972604, Avatar: `https://static.infragistics.com/xplatform/images/people/women/68.jpg`, Name: `Amelia Breakwell`, Email: `abreakwell3p@geocities.jp`, Company: `Quatz`, Position: `Community Outreach Specialist`, Phone: `415-650-1384`, Mobile: `903-299-0879`, Fax: `202-239-9148`, Street: `3 Heath Plaza`, City: `San Francisco`, ZipCode: 94164, State: `CA`, Country: `United States`, ReferredBy: `Bette-ann Housden`, CreatedOn: `2017-07-04`, Birthday: `1972-11-23`, LastActivity: `2017-07-16`, NextActivity: `2019-06-16`, DealsWon: 7, DealsLost: 29, DealsPending: 9, DealsTotal: 45, Ratio: 19, EstimatedSales: 721710, ActualSales: 1020397, Tags: `hot, retail` }), + new EmployeesDataItem({ ID: 107747029, Avatar: `https://static.infragistics.com/xplatform/images/people/women/21.jpg`, Name: `Celestina Noweak`, Email: `cnoweak3q@nhs.uk`, Company: `Realcube`, Position: `Community Outreach Specialist`, Phone: `971-806-8372`, Mobile: `901-349-4589`, Fax: `317-863-2454`, Street: `429 Goodland Junction`, City: `Portland`, ZipCode: 97232, State: `OR`, Country: `United States`, ReferredBy: `Lou Eastridge`, CreatedOn: `2017-03-12`, Birthday: `1982-04-30`, LastActivity: `2017-03-23`, NextActivity: `2017-07-23`, DealsWon: 18, DealsLost: 24, DealsPending: 15, DealsTotal: 57, Ratio: 43, EstimatedSales: 1987155, ActualSales: 1172610, Tags: `warm, retail` }), + new EmployeesDataItem({ ID: 441028366, Avatar: `https://static.infragistics.com/xplatform/images/people/men/52.jpg`, Name: `Alvin Dunbabin`, Email: `adunbabin3r@army.mil`, Company: `Thoughtworks`, Position: `Help Desk Technician`, Phone: `954-515-3164`, Mobile: `401-328-7573`, Fax: `786-554-2619`, Street: `55093 Porter Place`, City: `West Palm Beach`, ZipCode: 33411, State: `FL`, Country: `United States`, ReferredBy: `Bev Destouche`, CreatedOn: `2018-02-22`, Birthday: `2001-10-12`, LastActivity: `2018-03-12`, NextActivity: `2019-04-12`, DealsWon: 30, DealsLost: 10, DealsPending: 23, DealsTotal: 63, Ratio: 75, EstimatedSales: 2153306, ActualSales: 2254830, Tags: `cool, retail` }), + new EmployeesDataItem({ ID: 762178654, Avatar: `https://static.infragistics.com/xplatform/images/people/women/84.jpg`, Name: `Kati Kivelhan`, Email: `kkivelhan3s@yahoo.co.jp`, Company: `Twinte`, Position: `Nuclear Power Engineer`, Phone: `970-563-1294`, Mobile: `202-882-3625`, Fax: `815-897-5075`, Street: `68638 Sachtjen Point`, City: `Grand Junction`, ZipCode: 81505, State: `CO`, Country: `United States`, ReferredBy: `Vitoria Tulleth`, CreatedOn: `2017-06-18`, Birthday: `1996-03-17`, LastActivity: `2017-07-09`, NextActivity: `2017-12-09`, DealsWon: 28, DealsLost: 17, DealsPending: 5, DealsTotal: 50, Ratio: 62, EstimatedSales: 897310, ActualSales: 3698296, Tags: `warm, medical` }), + new EmployeesDataItem({ ID: 648514338, Avatar: `https://static.infragistics.com/xplatform/images/people/women/7.jpg`, Name: `Wynne Banting`, Email: `wbanting3t@wisc.edu`, Company: `Kare`, Position: `Human Resources Assistant IV`, Phone: `316-870-8182`, Mobile: `212-708-5900`, Fax: `502-194-1205`, Street: `0 Pennsylvania Crossing`, City: `Wichita`, ZipCode: 67230, State: `KS`, Country: `United States`, ReferredBy: `Melisande Barneveld`, CreatedOn: `2017-06-07`, Birthday: `1978-09-15`, LastActivity: `2017-06-17`, NextActivity: `2018-07-17`, DealsWon: 4, DealsLost: 19, DealsPending: 26, DealsTotal: 49, Ratio: 17, EstimatedSales: 4579432, ActualSales: 796284, Tags: `retail` }), + new EmployeesDataItem({ ID: 800873151, Avatar: `https://static.infragistics.com/xplatform/images/people/men/52.jpg`, Name: `Hadlee Darby`, Email: `hdarby3u@goo.gl`, Company: `Oyoyo`, Position: `Data Coordiator`, Phone: `661-406-2261`, Mobile: `509-170-4461`, Fax: `713-618-7629`, Street: `56 Northwestern Trail`, City: `Burbank`, ZipCode: 91520, State: `CA`, Country: `United States`, ReferredBy: `Holly Fonteyne`, CreatedOn: `2017-04-16`, Birthday: `1991-10-02`, LastActivity: `2017-05-06`, NextActivity: `2017-11-06`, DealsWon: 6, DealsLost: 3, DealsPending: 15, DealsTotal: 24, Ratio: 67, EstimatedSales: 1213890, ActualSales: 1063752, Tags: `cold, engineering` }), + new EmployeesDataItem({ ID: 532232775, Avatar: `https://static.infragistics.com/xplatform/images/people/men/17.jpg`, Name: `Bary Rabson`, Email: `brabson3v@ucla.edu`, Company: `Meetz`, Position: `Community Outreach Specialist`, Phone: `701-645-5641`, Mobile: `218-566-5700`, Fax: `919-614-7489`, Street: `209 Canary Alley`, City: `Grand Forks`, ZipCode: 58207, State: `ND`, Country: `United States`, ReferredBy: `Neely Dee`, CreatedOn: `2017-10-04`, Birthday: `2003-02-20`, LastActivity: `2017-10-12`, NextActivity: `2019-01-12`, DealsWon: 13, DealsLost: 19, DealsPending: 14, DealsTotal: 46, Ratio: 41, EstimatedSales: 1268722, ActualSales: 841776, Tags: `retail` }), + new EmployeesDataItem({ ID: 859910869, Avatar: `https://static.infragistics.com/xplatform/images/people/women/73.jpg`, Name: `Vicky Gueste`, Email: `vgueste3w@nbcnews.com`, Company: `Quatz`, Position: `Junior Executive`, Phone: `763-723-6168`, Mobile: `209-247-2873`, Fax: `907-443-8287`, Street: `2 Merry Avenue`, City: `Minneapolis`, ZipCode: 55428, State: `MN`, Country: `United States`, ReferredBy: `Vitoria Bullivent`, CreatedOn: `2018-04-13`, Birthday: `1974-08-11`, LastActivity: `2018-05-08`, NextActivity: `2019-04-08`, DealsWon: 30, DealsLost: 1, DealsPending: 1, DealsTotal: 32, Ratio: 97, EstimatedSales: 63836, ActualSales: 4367550, Tags: `subscriber, pharmaceutical` }), + new EmployeesDataItem({ ID: 699657284, Avatar: `https://static.infragistics.com/xplatform/images/people/men/75.jpg`, Name: `Ignaz Tringham`, Email: `itringham3x@51.la`, Company: `Jaxspan`, Position: `Speech Pathologist`, Phone: `203-445-2368`, Mobile: `915-403-6188`, Fax: `727-389-7486`, Street: `2 Donald Crossing`, City: `Waterbury`, ZipCode: 6705, State: `CT`, Country: `United States`, ReferredBy: `Wendall Sands`, CreatedOn: `2017-11-03`, Birthday: `1977-04-02`, LastActivity: `2017-11-21`, NextActivity: `2019-10-21`, DealsWon: 4, DealsLost: 1, DealsPending: 17, DealsTotal: 22, Ratio: 8, EstimatedSales: 2531572, ActualSales: 327484, Tags: `demo, pharmaceutical` }), + new EmployeesDataItem({ ID: 724056225, Avatar: `https://static.infragistics.com/xplatform/images/people/women/86.jpg`, Name: `Bobbie Sandes`, Email: `bsandes3y@hibu.com`, Company: `Voomm`, Position: `Registered Nurse`, Phone: `202-134-4380`, Mobile: `561-328-5190`, Fax: `818-490-8883`, Street: `53 Hanover Circle`, City: `Washington`, ZipCode: 20591, State: `DC`, Country: `United States`, ReferredBy: `Elbertina Huelin`, CreatedOn: `2017-11-05`, Birthday: `1995-07-29`, LastActivity: `2017-11-11`, NextActivity: `2018-10-11`, DealsWon: 7, DealsLost: 6, DealsPending: 17, DealsTotal: 30, Ratio: 54, EstimatedSales: 2999820, ActualSales: 582484, Tags: `warm, financial` }), + new EmployeesDataItem({ ID: 224211037, Avatar: `https://static.infragistics.com/xplatform/images/people/women/69.jpg`, Name: `Carolyne Flewitt`, Email: `cflewitt3z@tripod.com`, Company: `Bubblebox`, Position: `Director of Sales`, Phone: `402-318-6486`, Mobile: `801-707-0187`, Fax: `915-152-5023`, Street: `62 8th Terrace`, City: `Omaha`, ZipCode: 68117, State: `NE`, Country: `United States`, ReferredBy: `Eward Croke`, CreatedOn: `2017-12-16`, Birthday: `1988-01-04`, LastActivity: `2018-01-07`, NextActivity: `2018-07-07`, DealsWon: 17, DealsLost: 27, DealsPending: 11, DealsTotal: 55, Ratio: 39, EstimatedSales: 823603, ActualSales: 2346374, Tags: `cold, medical` }), + new EmployeesDataItem({ ID: 647824990, Avatar: `https://static.infragistics.com/xplatform/images/people/men/42.jpg`, Name: `Andreas Kibble`, Email: `akibble40@tinypic.com`, Company: `Einti`, Position: `Nurse`, Phone: `716-599-4740`, Mobile: `323-613-2792`, Fax: `712-263-9951`, Street: `7467 Ohio Parkway`, City: `Buffalo`, ZipCode: 14269, State: `NY`, Country: `United States`, ReferredBy: `Hobie Polglaze`, CreatedOn: `2017-12-25`, Birthday: `2002-04-05`, LastActivity: `2018-01-09`, NextActivity: `2018-02-09`, DealsWon: 16, DealsLost: 17, DealsPending: 23, DealsTotal: 56, Ratio: 48, EstimatedSales: 3627468, ActualSales: 1979152, Tags: `construction` }), + new EmployeesDataItem({ ID: 126964452, Avatar: `https://static.infragistics.com/xplatform/images/people/women/91.jpg`, Name: `Addie Cowope`, Email: `acowope41@weibo.com`, Company: `Skalith`, Position: `Senior Financial Analyst`, Phone: `562-156-4360`, Mobile: `717-803-2264`, Fax: `571-852-8340`, Street: `045 Dovetail Point`, City: `Los Angeles`, ZipCode: 90010, State: `CA`, Country: `United States`, ReferredBy: `Merry McVittie`, CreatedOn: `2018-03-15`, Birthday: `1981-06-12`, LastActivity: `2018-04-14`, NextActivity: `2019-06-14`, DealsWon: 26, DealsLost: 29, DealsPending: 16, DealsTotal: 71, Ratio: 47, EstimatedSales: 1083200, ActualSales: 5078034, Tags: `hot, financial` }), + new EmployeesDataItem({ ID: 585165069, Avatar: `https://static.infragistics.com/xplatform/images/people/men/85.jpg`, Name: `Garrek Cumpsty`, Email: `gcumpsty42@domainmarket.com`, Company: `Fivespan`, Position: `Research Nurse`, Phone: `304-397-0277`, Mobile: `310-393-4345`, Fax: `727-671-3589`, Street: `06 Dwight Avenue`, City: `Charleston`, ZipCode: 25305, State: `WV`, Country: `United States`, ReferredBy: `Minette Bridgement`, CreatedOn: `2017-10-12`, Birthday: `1993-11-06`, LastActivity: `2017-11-01`, NextActivity: `2018-01-01`, DealsWon: 12, DealsLost: 10, DealsPending: 8, DealsTotal: 30, Ratio: 55, EstimatedSales: 1469472, ActualSales: 1040508, Tags: `subscriber, pharmaceutical` }), + new EmployeesDataItem({ ID: 373945754, Avatar: `https://static.infragistics.com/xplatform/images/people/women/29.jpg`, Name: `Ruperta Beesey`, Email: `rbeesey43@google.co.uk`, Company: `Divavu`, Position: `Chief Design Engineer`, Phone: `941-375-0858`, Mobile: `610-266-1953`, Fax: `502-333-3043`, Street: `9318 Service Court`, City: `Punta Gorda`, ZipCode: 33982, State: `FL`, Country: `United States`, ReferredBy: `Blondie Dolley`, CreatedOn: `2018-03-13`, Birthday: `1979-02-28`, LastActivity: `2018-03-21`, NextActivity: `2019-10-21`, DealsWon: 16, DealsLost: 6, DealsPending: 20, DealsTotal: 42, Ratio: 73, EstimatedSales: 1516120, ActualSales: 2711456, Tags: `demo, medical` }), + new EmployeesDataItem({ ID: 130543223, Avatar: `https://static.infragistics.com/xplatform/images/people/men/51.jpg`, Name: `Reagan O'Hartnett`, Email: `rohartnett44@washington.edu`, Company: `Skidoo`, Position: `Biostatistician IV`, Phone: `562-656-7385`, Mobile: `312-285-8242`, Fax: `626-644-8973`, Street: `5204 Kings Plaza`, City: `Long Beach`, ZipCode: 90831, State: `CA`, Country: `United States`, ReferredBy: `Patience Popelay`, CreatedOn: `2017-12-15`, Birthday: `1992-06-22`, LastActivity: `2017-12-24`, NextActivity: `2018-12-24`, DealsWon: 18, DealsLost: 7, DealsPending: 18, DealsTotal: 43, Ratio: 72, EstimatedSales: 1004922, ActualSales: 2680956, Tags: `warm, pharmaceutical` }), + new EmployeesDataItem({ ID: 149962559, Avatar: `https://static.infragistics.com/xplatform/images/people/men/34.jpg`, Name: `Preston Buckel`, Email: `pbuckel45@baidu.com`, Company: `Lajo`, Position: `Health Coach IV`, Phone: `210-144-9441`, Mobile: `704-584-2171`, Fax: `661-649-8940`, Street: `3 Memorial Plaza`, City: `San Antonio`, ZipCode: 78240, State: `TX`, Country: `United States`, ReferredBy: `Lucien Elt`, CreatedOn: `2017-05-21`, Birthday: `1988-09-15`, LastActivity: `2017-06-19`, NextActivity: `2018-04-19`, DealsWon: 10, DealsLost: 7, DealsPending: 0, DealsTotal: 17, Ratio: 59, EstimatedSales: 0, ActualSales: 1721110, Tags: `hot, medical` }), + new EmployeesDataItem({ ID: 389288503, Avatar: `https://static.infragistics.com/xplatform/images/people/men/95.jpg`, Name: `Barbabas Crocetto`, Email: `bcrocetto46@umich.edu`, Company: `Tagtune`, Position: `Senior Cost Accountant`, Phone: `304-611-8972`, Mobile: `704-968-0262`, Fax: `337-927-0657`, Street: `1 Myrtle Trail`, City: `Charleston`, ZipCode: 25362, State: `WV`, Country: `United States`, ReferredBy: `Allin Beagles`, CreatedOn: `2017-09-12`, Birthday: `1995-09-10`, LastActivity: `2017-09-17`, NextActivity: `2019-09-17`, DealsWon: 12, DealsLost: 26, DealsPending: 6, DealsTotal: 44, Ratio: 32, EstimatedSales: 651822, ActualSales: 1877136, Tags: `warm, pharmaceutical` }), + new EmployeesDataItem({ ID: 180511968, Avatar: `https://static.infragistics.com/xplatform/images/people/men/12.jpg`, Name: `Grover McPaike`, Email: `gmcpaike47@tuttocitta.it`, Company: `Realfire`, Position: `Mechanical Systems Engineer`, Phone: `803-673-3932`, Mobile: `320-781-5956`, Fax: `208-402-4887`, Street: `2 Graceland Drive`, City: `Columbia`, ZipCode: 29220, State: `SC`, Country: `United States`, ReferredBy: `Valentine Armour`, CreatedOn: `2017-07-06`, Birthday: `1973-07-03`, LastActivity: `2017-07-08`, NextActivity: `2019-01-08`, DealsWon: 11, DealsLost: 13, DealsPending: 8, DealsTotal: 32, Ratio: 46, EstimatedSales: 1582400, ActualSales: 1393172, Tags: `warm, pharmaceutical` }), + new EmployeesDataItem({ ID: 181756398, Avatar: `https://static.infragistics.com/xplatform/images/people/women/54.jpg`, Name: `Cari Durtnall`, Email: `cdurtnall48@purevolume.com`, Company: `Skyvu`, Position: `Mechanical Systems Engineer`, Phone: `651-302-0176`, Mobile: `203-427-9590`, Fax: `202-410-7302`, Street: `09 Spenser Hill`, City: `Saint Paul`, ZipCode: 55188, State: `MN`, Country: `United States`, ReferredBy: `Chlo Vasyukhin`, CreatedOn: `2017-03-06`, Birthday: `1997-04-30`, LastActivity: `2017-03-22`, NextActivity: `2018-10-22`, DealsWon: 17, DealsLost: 20, DealsPending: 8, DealsTotal: 45, Ratio: 46, EstimatedSales: 1276160, ActualSales: 1472489, Tags: `construction` }), + new EmployeesDataItem({ ID: 804031140, Avatar: `https://static.infragistics.com/xplatform/images/people/women/66.jpg`, Name: `Sella Catherick`, Email: `scatherick49@behance.net`, Company: `Vipe`, Position: `Social Worker`, Phone: `917-106-1204`, Mobile: `260-167-7271`, Fax: `202-360-5621`, Street: `874 New Castle Junction`, City: `New York City`, ZipCode: 10155, State: `NY`, Country: `United States`, ReferredBy: `Saunder Tawse`, CreatedOn: `2017-10-03`, Birthday: `1978-06-06`, LastActivity: `2017-10-06`, NextActivity: `2018-07-06`, DealsWon: 1, DealsLost: 29, DealsPending: 28, DealsTotal: 58, Ratio: 3, EstimatedSales: 3862572, ActualSales: 151914, Tags: `pro, medical` }), + new EmployeesDataItem({ ID: 578774224, Avatar: `https://static.infragistics.com/xplatform/images/people/men/33.jpg`, Name: `Flin Whitwell`, Email: `fwhitwell4a@joomla.org`, Company: `Feedmix`, Position: `Sales Associate`, Phone: `281-368-6450`, Mobile: `205-782-1540`, Fax: `949-214-7146`, Street: `11 Oak Valley Plaza`, City: `Galveston`, ZipCode: 77554, State: `TX`, Country: `United States`, ReferredBy: `Raimund Renihan`, CreatedOn: `2017-06-12`, Birthday: `1974-10-02`, LastActivity: `2017-07-03`, NextActivity: `2017-12-03`, DealsWon: 4, DealsLost: 14, DealsPending: 2, DealsTotal: 20, Ratio: 22, EstimatedSales: 266636, ActualSales: 744032, Tags: `construction` }), + new EmployeesDataItem({ ID: 601969277, Avatar: `https://static.infragistics.com/xplatform/images/people/women/59.jpg`, Name: `Daisey Churm`, Email: `dchurm4b@blogger.com`, Company: `Bluezoom`, Position: `Internal Auditor`, Phone: `520-858-3343`, Mobile: `214-205-8235`, Fax: `337-583-6211`, Street: `2548 Marcy Road`, City: `Tucson`, ZipCode: 85737, State: `AZ`, Country: `United States`, ReferredBy: `Martie Hearns`, CreatedOn: `2018-04-08`, Birthday: `1996-01-21`, LastActivity: `2018-05-05`, NextActivity: `2019-07-05`, DealsWon: 7, DealsLost: 12, DealsPending: 0, DealsTotal: 19, Ratio: 37, EstimatedSales: 0, ActualSales: 1270213, Tags: `cool, medical` }), + new EmployeesDataItem({ ID: 586367555, Avatar: `https://static.infragistics.com/xplatform/images/people/men/29.jpg`, Name: `Claudius Landre`, Email: `clandre4c@diigo.com`, Company: `Brightdog`, Position: `Technical Writer`, Phone: `573-793-7549`, Mobile: `253-537-4663`, Fax: `254-555-7355`, Street: `6314 Erie Plaza`, City: `Columbia`, ZipCode: 65211, State: `MO`, Country: `United States`, ReferredBy: `Jorey Durtnall`, CreatedOn: `2017-10-06`, Birthday: `1988-10-01`, LastActivity: `2017-11-04`, NextActivity: `2018-04-04`, DealsWon: 0, DealsLost: 18, DealsPending: 5, DealsTotal: 23, Ratio: 0, EstimatedSales: 255040, ActualSales: 0, Tags: `cool, pharmaceutical` }), + new EmployeesDataItem({ ID: 935616147, Avatar: `https://static.infragistics.com/xplatform/images/people/women/28.jpg`, Name: `Constanta Klazenga`, Email: `cklazenga4d@miibeian.gov.cn`, Company: `Wikivu`, Position: `Nurse`, Phone: `309-900-7956`, Mobile: `213-335-4039`, Fax: `216-903-4437`, Street: `8944 Delaware Pass`, City: `Peoria`, ZipCode: 61635, State: `IL`, Country: `United States`, ReferredBy: `Kristian Llewellyn`, CreatedOn: `2017-12-22`, Birthday: `1973-05-10`, LastActivity: `2018-01-08`, NextActivity: `2018-11-08`, DealsWon: 1, DealsLost: 5, DealsPending: 21, DealsTotal: 27, Ratio: 17, EstimatedSales: 2872989, ActualSales: 57512, Tags: `cool, construction` }), + new EmployeesDataItem({ ID: 728523139, Avatar: `https://static.infragistics.com/xplatform/images/people/men/2.jpg`, Name: `Tabb Sharpin`, Email: `tsharpin4e@odnoklassniki.ru`, Company: `Photobean`, Position: `Physical Therapy Assistant`, Phone: `714-282-1294`, Mobile: `912-853-5915`, Fax: `202-411-0139`, Street: `82 Spohn Pass`, City: `Anaheim`, ZipCode: 92805, State: `CA`, Country: `United States`, ReferredBy: `Karoly Oakley`, CreatedOn: `2017-05-27`, Birthday: `1985-03-21`, LastActivity: `2017-06-06`, NextActivity: `2017-07-06`, DealsWon: 30, DealsLost: 8, DealsPending: 19, DealsTotal: 57, Ratio: 79, EstimatedSales: 1061188, ActualSales: 4486920, Tags: `hot, financial` }), + new EmployeesDataItem({ ID: 960390649, Avatar: `https://static.infragistics.com/xplatform/images/people/women/53.jpg`, Name: `Miquela Wield`, Email: `mwield4f@ocn.ne.jp`, Company: `Voonix`, Position: `Administrative Officer`, Phone: `425-616-3882`, Mobile: `918-537-6629`, Fax: `915-617-7129`, Street: `546 Memorial Street`, City: `Seattle`, ZipCode: 98133, State: `WA`, Country: `United States`, ReferredBy: `Lenee Troyes`, CreatedOn: `2017-03-19`, Birthday: `1978-02-03`, LastActivity: `2017-04-15`, NextActivity: `2017-06-15`, DealsWon: 7, DealsLost: 30, DealsPending: 18, DealsTotal: 55, Ratio: 19, EstimatedSales: 3510486, ActualSales: 959364, Tags: `subscriber, construction` }), + new EmployeesDataItem({ ID: 672264673, Avatar: `https://static.infragistics.com/xplatform/images/people/men/52.jpg`, Name: `Simon Smewin`, Email: `ssmewin4g@myspace.com`, Company: `Skyvu`, Position: `Administrative Officer`, Phone: `425-222-3566`, Mobile: `515-637-2438`, Fax: `520-760-2508`, Street: `20 Golf View Way`, City: `Seattle`, ZipCode: 98121, State: `WA`, Country: `United States`, ReferredBy: `Phaidra Kingsford`, CreatedOn: `2017-12-10`, Birthday: `1976-09-06`, LastActivity: `2018-01-07`, NextActivity: `2018-05-07`, DealsWon: 13, DealsLost: 17, DealsPending: 0, DealsTotal: 30, Ratio: 43, EstimatedSales: 0, ActualSales: 1070082, Tags: `hot, medical` }), + new EmployeesDataItem({ ID: 344604647, Avatar: `https://static.infragistics.com/xplatform/images/people/women/47.jpg`, Name: `Gale Andreazzi`, Email: `gandreazzi4h@squidoo.com`, Company: `Realcube`, Position: `Automation Specialist III`, Phone: `813-305-3499`, Mobile: `917-872-6293`, Fax: `916-704-5284`, Street: `6829 Evergreen Drive`, City: `Tampa`, ZipCode: 33605, State: `FL`, Country: `United States`, ReferredBy: `Sheppard McKinie`, CreatedOn: `2018-02-21`, Birthday: `1999-11-02`, LastActivity: `2018-03-16`, NextActivity: `2019-01-16`, DealsWon: 30, DealsLost: 5, DealsPending: 26, DealsTotal: 61, Ratio: 86, EstimatedSales: 2379182, ActualSales: 5099790, Tags: `warm, retail` }), + new EmployeesDataItem({ ID: 324652117, Avatar: `https://static.infragistics.com/xplatform/images/people/women/36.jpg`, Name: `Willetta Sitlinton`, Email: `wsitlinton4i@joomla.org`, Company: `Edgetag`, Position: `Assistant Professor`, Phone: `757-352-9306`, Mobile: `718-524-3894`, Fax: `504-958-2968`, Street: `26819 Hayes Avenue`, City: `Virginia Beach`, ZipCode: 23471, State: `VA`, Country: `United States`, ReferredBy: `Doro Varty`, CreatedOn: `2017-05-14`, Birthday: `1984-08-24`, LastActivity: `2017-06-02`, NextActivity: `2017-10-02`, DealsWon: 26, DealsLost: 16, DealsPending: 7, DealsTotal: 49, Ratio: 62, EstimatedSales: 752031, ActualSales: 4486638, Tags: `demo, pharmaceutical` }), + new EmployeesDataItem({ ID: 924731971, Avatar: `https://static.infragistics.com/xplatform/images/people/women/43.jpg`, Name: `Leticia Shawell`, Email: `lshawell4j@flickr.com`, Company: `Topiczoom`, Position: `Programmer IV`, Phone: `203-989-5206`, Mobile: `941-557-6424`, Fax: `806-158-0324`, Street: `625 Mallory Terrace`, City: `New Haven`, ZipCode: 6533, State: `CT`, Country: `United States`, ReferredBy: `Giulietta Nasey`, CreatedOn: `2018-03-11`, Birthday: `1985-12-09`, LastActivity: `2018-03-22`, NextActivity: `2018-09-22`, DealsWon: 14, DealsLost: 1, DealsPending: 7, DealsTotal: 22, Ratio: 93, EstimatedSales: 921004, ActualSales: 1736826, Tags: `cold, financial` }), + new EmployeesDataItem({ ID: 183612557, Avatar: `https://static.infragistics.com/xplatform/images/people/women/68.jpg`, Name: `Leyla Gomersal`, Email: `lgomersal4k@ftc.gov`, Company: `Skyvu`, Position: `Financial Advisor`, Phone: `607-858-0288`, Mobile: `765-481-8067`, Fax: `202-607-0048`, Street: `7 Nevada Road`, City: `Elmira`, ZipCode: 14905, State: `NY`, Country: `United States`, ReferredBy: `Anabal Dancer`, CreatedOn: `2017-12-14`, Birthday: `2003-02-04`, LastActivity: `2018-01-05`, NextActivity: `2018-03-05`, DealsWon: 0, DealsLost: 14, DealsPending: 2, DealsTotal: 16, Ratio: 0, EstimatedSales: 238072, ActualSales: 0, Tags: `subscriber, financial` }), + new EmployeesDataItem({ ID: 688020164, Avatar: `https://static.infragistics.com/xplatform/images/people/women/78.jpg`, Name: `Corette Cruttenden`, Email: `ccruttenden4l@icio.us`, Company: `Browsezoom`, Position: `Librarian`, Phone: `480-727-2800`, Mobile: `703-356-4860`, Fax: `609-897-8837`, Street: `3 Eagan Point`, City: `Phoenix`, ZipCode: 85015, State: `AZ`, Country: `United States`, ReferredBy: `Tiffi Keighley`, CreatedOn: `2018-03-05`, Birthday: `1997-10-17`, LastActivity: `2018-03-11`, NextActivity: `2018-04-11`, DealsWon: 1, DealsLost: 9, DealsPending: 26, DealsTotal: 36, Ratio: 1, EstimatedSales: 2821182, ActualSales: 167645, Tags: `cool, construction` }), + new EmployeesDataItem({ ID: 277521465, Avatar: `https://static.infragistics.com/xplatform/images/people/women/78.jpg`, Name: `Una Juliano`, Email: `ujuliano4m@samsung.com`, Company: `Fatz`, Position: `Database Administrator IV`, Phone: `202-648-7663`, Mobile: `805-954-2486`, Fax: `719-274-4539`, Street: `5 Riverside Way`, City: `Washington`, ZipCode: 20046, State: `DC`, Country: `United States`, ReferredBy: `Cyrille Norrie`, CreatedOn: `2017-07-25`, Birthday: `1993-12-21`, LastActivity: `2017-08-13`, NextActivity: `2018-08-13`, DealsWon: 21, DealsLost: 9, DealsPending: 1, DealsTotal: 31, Ratio: 7, EstimatedSales: 76703, ActualSales: 2947854, Tags: `` }), + new EmployeesDataItem({ ID: 676394332, Avatar: `https://static.infragistics.com/xplatform/images/people/women/98.jpg`, Name: `Melita Espada`, Email: `mespada4n@amazon.de`, Company: `Linkbridge`, Position: `Systems Administrator II`, Phone: `407-693-9463`, Mobile: `617-612-4712`, Fax: `717-243-3525`, Street: `236 American Ash Court`, City: `Kissimmee`, ZipCode: 34745, State: `FL`, Country: `United States`, ReferredBy: `Leanna Saffen`, CreatedOn: `2017-01-26`, Birthday: `2002-05-19`, LastActivity: `2017-02-20`, NextActivity: `2017-12-20`, DealsWon: 1, DealsLost: 8, DealsPending: 30, DealsTotal: 39, Ratio: 11, EstimatedSales: 1985460, ActualSales: 103250, Tags: `demo, financial` }), + new EmployeesDataItem({ ID: 164510718, Avatar: `https://static.infragistics.com/xplatform/images/people/women/14.jpg`, Name: `Guglielma Karolowski`, Email: `gkarolowski4o@purevolume.com`, Company: `Gabvine`, Position: `Chemical Engineer`, Phone: `785-989-8029`, Mobile: `212-743-7996`, Fax: `336-926-2614`, Street: `2653 Graceland Avenue`, City: `Topeka`, ZipCode: 66611, State: `KS`, Country: `United States`, ReferredBy: `Jeremias Hamblyn`, CreatedOn: `2017-10-27`, Birthday: `1971-04-26`, LastActivity: `2017-11-20`, NextActivity: `2019-07-20`, DealsWon: 12, DealsLost: 18, DealsPending: 19, DealsTotal: 49, Ratio: 4, EstimatedSales: 2191270, ActualSales: 2004216, Tags: `financial` }), + new EmployeesDataItem({ ID: 956059485, Avatar: `https://static.infragistics.com/xplatform/images/people/men/20.jpg`, Name: `Rodrigo Gregolotti`, Email: `rgregolotti4p@tamu.edu`, Company: `Photojam`, Position: `Assistant Manager`, Phone: `757-915-0540`, Mobile: `406-347-6720`, Fax: `213-499-0219`, Street: `23 Stone Corner Avenue`, City: `Norfolk`, ZipCode: 23551, State: `VA`, Country: `United States`, ReferredBy: `Ase Lewisham`, CreatedOn: `2017-06-28`, Birthday: `1985-04-04`, LastActivity: `2017-07-04`, NextActivity: `2018-11-04`, DealsWon: 15, DealsLost: 17, DealsPending: 14, DealsTotal: 46, Ratio: 47, EstimatedSales: 1125530, ActualSales: 1256730, Tags: `engineering` }), + new EmployeesDataItem({ ID: 530982849, Avatar: `https://static.infragistics.com/xplatform/images/people/men/73.jpg`, Name: `Fletch Starbucke`, Email: `fstarbucke4q@oakley.com`, Company: `Youbridge`, Position: `Electrical Engineer`, Phone: `318-269-0766`, Mobile: `704-431-1042`, Fax: `706-310-3132`, Street: `41749 Hooker Avenue`, City: `Shreveport`, ZipCode: 71161, State: `LA`, Country: `United States`, ReferredBy: `Haily Cabrara`, CreatedOn: `2017-07-12`, Birthday: `1981-12-23`, LastActivity: `2017-07-20`, NextActivity: `2018-03-20`, DealsWon: 4, DealsLost: 10, DealsPending: 22, DealsTotal: 36, Ratio: 29, EstimatedSales: 2178550, ActualSales: 524524, Tags: `subscriber, retail` }), + new EmployeesDataItem({ ID: 771387349, Avatar: `https://static.infragistics.com/xplatform/images/people/women/37.jpg`, Name: `Ashley Rottgers`, Email: `arottgers4r@psu.edu`, Company: `Vinte`, Position: `Structural Engineer`, Phone: `253-912-5996`, Mobile: `907-621-0189`, Fax: `419-611-0434`, Street: `034 Drewry Avenue`, City: `Tacoma`, ZipCode: 98417, State: `WA`, Country: `United States`, ReferredBy: `Joshia Carragher`, CreatedOn: `2018-01-02`, Birthday: `1992-07-14`, LastActivity: `2018-01-27`, NextActivity: `2019-01-27`, DealsWon: 27, DealsLost: 27, DealsPending: 24, DealsTotal: 78, Ratio: 5, EstimatedSales: 1646928, ActualSales: 5130729, Tags: `pro, retail` }), + new EmployeesDataItem({ ID: 807635223, Avatar: `https://static.infragistics.com/xplatform/images/people/women/91.jpg`, Name: `Marigold Kitt`, Email: `mkitt4s@comcast.net`, Company: `Zoombox`, Position: `Director of Sales`, Phone: `413-682-8363`, Mobile: `304-132-3080`, Fax: `859-612-5169`, Street: `8 Sundown Way`, City: `Springfield`, ZipCode: 1105, State: `MA`, Country: `United States`, ReferredBy: `Andree Larder`, CreatedOn: `2017-03-14`, Birthday: `1978-09-12`, LastActivity: `2017-04-04`, NextActivity: `2017-05-04`, DealsWon: 7, DealsLost: 18, DealsPending: 2, DealsTotal: 27, Ratio: 28, EstimatedSales: 238510, ActualSales: 1360996, Tags: `cold, pharmaceutical` }), + new EmployeesDataItem({ ID: 679882681, Avatar: `https://static.infragistics.com/xplatform/images/people/women/68.jpg`, Name: `Else Vice`, Email: `evice4t@marketwatch.com`, Company: `Edgeclub`, Position: `Structural Engineer`, Phone: `702-635-3199`, Mobile: `352-206-3889`, Fax: `612-443-8270`, Street: `24020 Marcy Circle`, City: `Las Vegas`, ZipCode: 89150, State: `NV`, Country: `United States`, ReferredBy: `Bale McPhee`, CreatedOn: `2017-07-04`, Birthday: `1979-05-12`, LastActivity: `2017-07-28`, NextActivity: `2017-09-28`, DealsWon: 4, DealsLost: 10, DealsPending: 25, DealsTotal: 39, Ratio: 29, EstimatedSales: 3030000, ActualSales: 257280, Tags: `` }), + new EmployeesDataItem({ ID: 940027548, Avatar: `https://static.infragistics.com/xplatform/images/people/men/20.jpg`, Name: `Brett Blazy`, Email: `bblazy4u@vkontakte.ru`, Company: `Skibox`, Position: `Food Chemist`, Phone: `813-209-2340`, Mobile: `480-723-3476`, Fax: `718-207-6676`, Street: `445 Hanson Road`, City: `Clearwater`, ZipCode: 33758, State: `FL`, Country: `United States`, ReferredBy: `Tamiko Smales`, CreatedOn: `2018-03-07`, Birthday: `1995-09-11`, LastActivity: `2018-03-24`, NextActivity: `2018-07-24`, DealsWon: 0, DealsLost: 28, DealsPending: 17, DealsTotal: 45, Ratio: 0, EstimatedSales: 1260295, ActualSales: 0, Tags: `hot, construction` }), + new EmployeesDataItem({ ID: 148381427, Avatar: `https://static.infragistics.com/xplatform/images/people/men/18.jpg`, Name: `Isidoro Mowsdale`, Email: `imowsdale4v@alexa.com`, Company: `Jabbercube`, Position: `Chief Design Engineer`, Phone: `612-787-8688`, Mobile: `989-315-9840`, Fax: `502-795-3220`, Street: `5 Cherokee Hill`, City: `Minneapolis`, ZipCode: 55417, State: `MN`, Country: `United States`, ReferredBy: `Gearalt Slot`, CreatedOn: `2017-11-20`, Birthday: `1975-08-29`, LastActivity: `2017-12-05`, NextActivity: `2019-05-05`, DealsWon: 22, DealsLost: 28, DealsPending: 4, DealsTotal: 54, Ratio: 44, EstimatedSales: 745968, ActualSales: 1614668, Tags: `warm, financial` }), + new EmployeesDataItem({ ID: 625645431, Avatar: `https://static.infragistics.com/xplatform/images/people/women/47.jpg`, Name: `Marta Cossor`, Email: `mcossor4w@parallels.com`, Company: `Skipstorm`, Position: `Help Desk Technician`, Phone: `573-183-1533`, Mobile: `310-683-5743`, Fax: `803-202-6363`, Street: `8652 Sloan Drive`, City: `Columbia`, ZipCode: 65211, State: `MO`, Country: `United States`, ReferredBy: `Gustie Karsh`, CreatedOn: `2017-03-22`, Birthday: `2000-05-17`, LastActivity: `2017-04-14`, NextActivity: `2018-08-14`, DealsWon: 4, DealsLost: 24, DealsPending: 12, DealsTotal: 40, Ratio: 14, EstimatedSales: 1300020, ActualSales: 763460, Tags: `warm, construction` }), + new EmployeesDataItem({ ID: 104451830, Avatar: `https://static.infragistics.com/xplatform/images/people/women/86.jpg`, Name: `Kalila Lovegrove`, Email: `klovegrove4x@marriott.com`, Company: `Gabcube`, Position: `Human Resources Assistant II`, Phone: `202-705-1859`, Mobile: `804-685-9373`, Fax: `217-895-7366`, Street: `5 Everett Parkway`, City: `Washington`, ZipCode: 20442, State: `DC`, Country: `United States`, ReferredBy: `Virgilio Ebbetts`, CreatedOn: `2018-01-17`, Birthday: `1980-11-11`, LastActivity: `2018-02-13`, NextActivity: `2018-05-13`, DealsWon: 0, DealsLost: 3, DealsPending: 26, DealsTotal: 29, Ratio: 0, EstimatedSales: 3027414, ActualSales: 0, Tags: `demo, pharmaceutical` }), + new EmployeesDataItem({ ID: 274286160, Avatar: `https://static.infragistics.com/xplatform/images/people/men/12.jpg`, Name: `Flynn Sheard`, Email: `fsheard4y@usnews.com`, Company: `Skyvu`, Position: `Geologist II`, Phone: `225-863-3714`, Mobile: `407-861-3685`, Fax: `563-860-1612`, Street: `7661 Golf Point`, City: `Baton Rouge`, ZipCode: 70810, State: `LA`, Country: `United States`, ReferredBy: `Mycah Melburg`, CreatedOn: `2018-02-15`, Birthday: `1972-03-18`, LastActivity: `2018-02-22`, NextActivity: `2018-07-22`, DealsWon: 20, DealsLost: 10, DealsPending: 1, DealsTotal: 31, Ratio: 67, EstimatedSales: 188979, ActualSales: 2027940, Tags: `` }), + new EmployeesDataItem({ ID: 246388708, Avatar: `https://static.infragistics.com/xplatform/images/people/men/79.jpg`, Name: `Webster Springate`, Email: `wspringate4z@fotki.com`, Company: `Miboo`, Position: `Programmer Analyst II`, Phone: `785-116-5056`, Mobile: `203-462-0453`, Fax: `314-492-1526`, Street: `98815 Service Alley`, City: `Topeka`, ZipCode: 66611, State: `KS`, Country: `United States`, ReferredBy: `Malia Roskams`, CreatedOn: `2017-01-07`, Birthday: `2001-09-17`, LastActivity: `2017-01-12`, NextActivity: `2017-05-12`, DealsWon: 7, DealsLost: 10, DealsPending: 30, DealsTotal: 47, Ratio: 41, EstimatedSales: 3944820, ActualSales: 852194, Tags: `cool, medical` }), + new EmployeesDataItem({ ID: 815679935, Avatar: `https://static.infragistics.com/xplatform/images/people/women/41.jpg`, Name: `Arabel Carthy`, Email: `acarthy50@webmd.com`, Company: `Jayo`, Position: `Human Resources Manager`, Phone: `323-320-0272`, Mobile: `347-760-4734`, Fax: `941-570-9228`, Street: `2518 Oneill Center`, City: `North Hollywood`, ZipCode: 91606, State: `CA`, Country: `United States`, ReferredBy: `Audi Bissiker`, CreatedOn: `2017-09-30`, Birthday: `1970-12-07`, LastActivity: `2017-10-06`, NextActivity: `2018-07-06`, DealsWon: 4, DealsLost: 14, DealsPending: 5, DealsTotal: 23, Ratio: 22, EstimatedSales: 834545, ActualSales: 710168, Tags: `financial` }), + new EmployeesDataItem({ ID: 630253914, Avatar: `https://static.infragistics.com/xplatform/images/people/women/89.jpg`, Name: `Sena Gianninotti`, Email: `sgianninotti51@yellowpages.com`, Company: `Browsecat`, Position: `Senior Cost Accountant`, Phone: `850-382-3415`, Mobile: `281-506-0249`, Fax: `918-507-7600`, Street: `0071 Monterey Way`, City: `Pensacola`, ZipCode: 32526, State: `FL`, Country: `United States`, ReferredBy: `Kayla Macconachy`, CreatedOn: `2018-01-25`, Birthday: `1985-03-01`, LastActivity: `2018-02-15`, NextActivity: `2020-02-15`, DealsWon: 9, DealsLost: 16, DealsPending: 12, DealsTotal: 37, Ratio: 36, EstimatedSales: 1415508, ActualSales: 1756017, Tags: `medical` }), + new EmployeesDataItem({ ID: 618159805, Avatar: `https://static.infragistics.com/xplatform/images/people/women/55.jpg`, Name: `Gypsy Gallaccio`, Email: `ggallaccio52@google.com`, Company: `DabZ`, Position: `Senior Developer`, Phone: `951-565-3126`, Mobile: `714-129-8038`, Fax: `714-656-0225`, Street: `1548 Kingsford Lane`, City: `Riverside`, ZipCode: 92519, State: `CA`, Country: `United States`, ReferredBy: `Arly Heinke`, CreatedOn: `2017-07-31`, Birthday: `1972-12-18`, LastActivity: `2017-08-29`, NextActivity: `2018-04-29`, DealsWon: 8, DealsLost: 16, DealsPending: 13, DealsTotal: 37, Ratio: 33, EstimatedSales: 2403583, ActualSales: 791384, Tags: `hot, financial` }), + new EmployeesDataItem({ ID: 149111031, Avatar: `https://static.infragistics.com/xplatform/images/people/men/98.jpg`, Name: `Sholom Cantos`, Email: `scantos53@phoca.cz`, Company: `Ozu`, Position: `Structural Analysis Engineer`, Phone: `412-479-5864`, Mobile: `614-250-0198`, Fax: `857-835-1365`, Street: `6 Rutledge Junction`, City: `Pittsburgh`, ZipCode: 15215, State: `PA`, Country: `United States`, ReferredBy: `Ernaline Ainsby`, CreatedOn: `2017-09-06`, Birthday: `1989-12-04`, LastActivity: `2017-10-04`, NextActivity: `2018-08-04`, DealsWon: 23, DealsLost: 12, DealsPending: 0, DealsTotal: 35, Ratio: 66, EstimatedSales: 0, ActualSales: 4449212, Tags: `cold, retail` }), + new EmployeesDataItem({ ID: 498427870, Avatar: `https://static.infragistics.com/xplatform/images/people/women/61.jpg`, Name: `Elita Oller`, Email: `eoller54@macromedia.com`, Company: `Skyndu`, Position: `Associate Professor`, Phone: `330-539-5710`, Mobile: `216-226-0344`, Fax: `513-931-8405`, Street: `9904 Blaine Park`, City: `Youngstown`, ZipCode: 44505, State: `OH`, Country: `United States`, ReferredBy: `Kippy Vennings`, CreatedOn: `2018-02-28`, Birthday: `1990-07-28`, LastActivity: `2018-03-29`, NextActivity: `2018-08-29`, DealsWon: 1, DealsLost: 17, DealsPending: 7, DealsTotal: 25, Ratio: 6, EstimatedSales: 798189, ActualSales: 176377, Tags: `cool, pharmaceutical` }), + new EmployeesDataItem({ ID: 518465012, Avatar: `https://static.infragistics.com/xplatform/images/people/women/69.jpg`, Name: `Elnora Standrin`, Email: `estandrin55@time.com`, Company: `Devbug`, Position: `Administrative Assistant III`, Phone: `714-311-7133`, Mobile: `941-965-3558`, Fax: `256-943-0403`, Street: `3837 Del Mar Court`, City: `Anaheim`, ZipCode: 92812, State: `CA`, Country: `United States`, ReferredBy: `Hastings Hadwen`, CreatedOn: `2017-04-19`, Birthday: `1978-11-04`, LastActivity: `2017-05-09`, NextActivity: `2019-04-09`, DealsWon: 4, DealsLost: 11, DealsPending: 19, DealsTotal: 34, Ratio: 27, EstimatedSales: 3112542, ActualSales: 291996, Tags: `hot, retail` }), + new EmployeesDataItem({ ID: 719986428, Avatar: `https://static.infragistics.com/xplatform/images/people/men/86.jpg`, Name: `Randolf Coonihan`, Email: `rcoonihan56@wordpress.com`, Company: `Kamba`, Position: `Programmer Analyst I`, Phone: `617-259-1371`, Mobile: `212-527-6468`, Fax: `213-587-2335`, Street: `64 Hintze Plaza`, City: `Boston`, ZipCode: 2124, State: `MA`, Country: `United States`, ReferredBy: `Gizela Larimer`, CreatedOn: `2017-03-20`, Birthday: `1985-07-27`, LastActivity: `2017-04-01`, NextActivity: `2018-06-01`, DealsWon: 23, DealsLost: 10, DealsPending: 14, DealsTotal: 47, Ratio: 7, EstimatedSales: 950180, ActualSales: 2592928, Tags: `cool, construction` }), + new EmployeesDataItem({ ID: 524733894, Avatar: `https://static.infragistics.com/xplatform/images/people/men/53.jpg`, Name: `Hoyt Kindred`, Email: `hkindred57@1688.com`, Company: `Edgewire`, Position: `Web Designer II`, Phone: `361-717-3582`, Mobile: `661-125-7773`, Fax: `706-769-1592`, Street: `58775 Dexter Circle`, City: `Corpus Christi`, ZipCode: 78426, State: `TX`, Country: `United States`, ReferredBy: `Meghann Zanni`, CreatedOn: `2017-06-03`, Birthday: `2002-09-26`, LastActivity: `2017-06-22`, NextActivity: `2018-01-22`, DealsWon: 3, DealsLost: 13, DealsPending: 5, DealsTotal: 21, Ratio: 19, EstimatedSales: 735850, ActualSales: 392082, Tags: `retail` }), + new EmployeesDataItem({ ID: 474390453, Avatar: `https://static.infragistics.com/xplatform/images/people/men/80.jpg`, Name: `Nero Alcock`, Email: `nalcock58@wufoo.com`, Company: `Skimia`, Position: `Senior Sales Associate`, Phone: `940-556-3205`, Mobile: `805-228-9607`, Fax: `302-956-6704`, Street: `3383 Hintze Circle`, City: `Denton`, ZipCode: 76205, State: `TX`, Country: `United States`, ReferredBy: `Rozele Gilardengo`, CreatedOn: `2017-09-01`, Birthday: `1985-02-05`, LastActivity: `2017-09-09`, NextActivity: `2019-05-09`, DealsWon: 13, DealsLost: 15, DealsPending: 24, DealsTotal: 52, Ratio: 46, EstimatedSales: 2030160, ActualSales: 2136615, Tags: `subscriber, engineering` }), + new EmployeesDataItem({ ID: 736695558, Avatar: `https://static.infragistics.com/xplatform/images/people/men/87.jpg`, Name: `Martin Bedder`, Email: `mbedder59@un.org`, Company: `Browsebug`, Position: `Project Manager`, Phone: `713-842-8851`, Mobile: `913-746-1892`, Fax: `701-856-5600`, Street: `5 Brentwood Terrace`, City: `Houston`, ZipCode: 77255, State: `TX`, Country: `United States`, ReferredBy: `Eula Downing`, CreatedOn: `2018-01-08`, Birthday: `1982-09-19`, LastActivity: `2018-01-30`, NextActivity: `2018-10-30`, DealsWon: 16, DealsLost: 15, DealsPending: 0, DealsTotal: 31, Ratio: 52, EstimatedSales: 0, ActualSales: 1543312, Tags: `cold, financial` }), + new EmployeesDataItem({ ID: 954896380, Avatar: `https://static.infragistics.com/xplatform/images/people/women/97.jpg`, Name: `Bridie Shortt`, Email: `bshortt5a@ihg.com`, Company: `Photojam`, Position: `Cost Accountant`, Phone: `202-577-9318`, Mobile: `816-658-3115`, Fax: `786-253-9614`, Street: `1 Randy Lane`, City: `Washington`, ZipCode: 20062, State: `DC`, Country: `United States`, ReferredBy: `Wendye Pettiford`, CreatedOn: `2017-05-16`, Birthday: `1988-02-10`, LastActivity: `2017-05-21`, NextActivity: `2017-06-21`, DealsWon: 14, DealsLost: 25, DealsPending: 3, DealsTotal: 42, Ratio: 36, EstimatedSales: 262398, ActualSales: 821674, Tags: `demo, retail` }), + new EmployeesDataItem({ ID: 821322340, Avatar: `https://static.infragistics.com/xplatform/images/people/women/59.jpg`, Name: `Anthe Normabell`, Email: `anormabell5b@ucoz.ru`, Company: `Tagchat`, Position: `Graphic Designer`, Phone: `316-976-4160`, Mobile: `713-918-6887`, Fax: `510-483-6512`, Street: `94509 Upham Hill`, City: `Wichita`, ZipCode: 67215, State: `KS`, Country: `United States`, ReferredBy: `Kay McKitterick`, CreatedOn: `2018-04-07`, Birthday: `1993-11-25`, LastActivity: `2018-04-27`, NextActivity: `2019-11-27`, DealsWon: 20, DealsLost: 29, DealsPending: 8, DealsTotal: 57, Ratio: 41, EstimatedSales: 1511584, ActualSales: 3815300, Tags: `engineering` }), + new EmployeesDataItem({ ID: 822407223, Avatar: `https://static.infragistics.com/xplatform/images/people/women/6.jpg`, Name: `Christabella Stitch`, Email: `cstitch5c@paginegialle.it`, Company: `Blognation`, Position: `Recruiting Manager`, Phone: `401-636-4826`, Mobile: `225-647-5747`, Fax: `231-546-8228`, Street: `76 Lillian Junction`, City: `Providence`, ZipCode: 2905, State: `RI`, Country: `United States`, ReferredBy: `Jone Tennant`, CreatedOn: `2017-12-31`, Birthday: `1980-08-21`, LastActivity: `2018-01-03`, NextActivity: `2018-11-03`, DealsWon: 5, DealsLost: 7, DealsPending: 5, DealsTotal: 17, Ratio: 42, EstimatedSales: 555055, ActualSales: 661165, Tags: `pro, medical` }), + new EmployeesDataItem({ ID: 713765805, Avatar: `https://static.infragistics.com/xplatform/images/people/women/58.jpg`, Name: `Shalne Drache`, Email: `sdrache5d@springer.com`, Company: `Gevee`, Position: `Account Executive`, Phone: `702-309-4349`, Mobile: `251-727-7360`, Fax: `225-875-7340`, Street: `42106 Raven Plaza`, City: `Las Vegas`, ZipCode: 89110, State: `NV`, Country: `United States`, ReferredBy: `Xylina Daventry`, CreatedOn: `2017-02-23`, Birthday: `1972-10-15`, LastActivity: `2017-02-25`, NextActivity: `2017-07-25`, DealsWon: 21, DealsLost: 26, DealsPending: 29, DealsTotal: 76, Ratio: 45, EstimatedSales: 4356699, ActualSales: 3193134, Tags: `construction` }), + new EmployeesDataItem({ ID: 292053763, Avatar: `https://static.infragistics.com/xplatform/images/people/women/11.jpg`, Name: `Sianna Manueau`, Email: `smanueau5e@apple.com`, Company: `Meevee`, Position: `Speech Pathologist`, Phone: `339-384-3125`, Mobile: `212-371-8275`, Fax: `602-677-7332`, Street: `941 Magdeline Park`, City: `Woburn`, ZipCode: 1813, State: `MA`, Country: `United States`, ReferredBy: `Beverley Belton`, CreatedOn: `2017-12-17`, Birthday: `1994-01-09`, LastActivity: `2017-12-19`, NextActivity: `2019-12-19`, DealsWon: 24, DealsLost: 1, DealsPending: 16, DealsTotal: 41, Ratio: 96, EstimatedSales: 807616, ActualSales: 2448144, Tags: `hot, construction` }), + new EmployeesDataItem({ ID: 246449654, Avatar: `https://static.infragistics.com/xplatform/images/people/women/42.jpg`, Name: `Yolane Norcliffe`, Email: `ynorcliffe5f@epa.gov`, Company: `Vitz`, Position: `Sales Associate`, Phone: `616-524-3320`, Mobile: `304-271-2602`, Fax: `202-626-1255`, Street: `13 Center Alley`, City: `Grand Rapids`, ZipCode: 49505, State: `MI`, Country: `United States`, ReferredBy: `Dyana Aleksashin`, CreatedOn: `2017-12-23`, Birthday: `1976-06-03`, LastActivity: `2018-01-10`, NextActivity: `2018-02-10`, DealsWon: 29, DealsLost: 12, DealsPending: 17, DealsTotal: 58, Ratio: 71, EstimatedSales: 2380867, ActualSales: 4535890, Tags: `cold, construction` }), + new EmployeesDataItem({ ID: 238685733, Avatar: `https://static.infragistics.com/xplatform/images/people/women/72.jpg`, Name: `Carlen Ballentime`, Email: `cballentime5g@blogtalkradio.com`, Company: `Voonder`, Position: `Accountant III`, Phone: `601-909-2725`, Mobile: `253-652-2860`, Fax: `217-365-8294`, Street: `9623 Truax Road`, City: `Meridian`, ZipCode: 39305, State: `MS`, Country: `United States`, ReferredBy: `Eimile Benjafield`, CreatedOn: `2017-06-11`, Birthday: `2001-07-11`, LastActivity: `2017-07-02`, NextActivity: `2017-12-02`, DealsWon: 26, DealsLost: 12, DealsPending: 28, DealsTotal: 66, Ratio: 68, EstimatedSales: 4226348, ActualSales: 5085522, Tags: `cold, medical` }), + new EmployeesDataItem({ ID: 454903039, Avatar: `https://static.infragistics.com/xplatform/images/people/women/35.jpg`, Name: `Corrianne Eytel`, Email: `ceytel5h@godaddy.com`, Company: `Kazio`, Position: `Director of Sales`, Phone: `206-881-4218`, Mobile: `210-172-0877`, Fax: `714-802-5613`, Street: `5 Dawn Parkway`, City: `Seattle`, ZipCode: 98121, State: `WA`, Country: `United States`, ReferredBy: `Ellynn Fretwell`, CreatedOn: `2017-04-19`, Birthday: `1994-07-30`, LastActivity: `2017-05-03`, NextActivity: `2018-08-03`, DealsWon: 27, DealsLost: 17, DealsPending: 21, DealsTotal: 65, Ratio: 61, EstimatedSales: 3262413, ActualSales: 5387175, Tags: `retail` }), + new EmployeesDataItem({ ID: 227674915, Avatar: `https://static.infragistics.com/xplatform/images/people/men/36.jpg`, Name: `Barnie Lovell`, Email: `blovell5i@ucoz.ru`, Company: `Fatz`, Position: `Information Systems Manager`, Phone: `941-435-6013`, Mobile: `602-746-2150`, Fax: `360-709-1556`, Street: `8566 Cody Parkway`, City: `Sarasota`, ZipCode: 34233, State: `FL`, Country: `United States`, ReferredBy: `Kelsy Dragonette`, CreatedOn: `2017-06-13`, Birthday: `1995-02-03`, LastActivity: `2017-07-07`, NextActivity: `2018-07-07`, DealsWon: 16, DealsLost: 9, DealsPending: 6, DealsTotal: 31, Ratio: 64, EstimatedSales: 960516, ActualSales: 2818336, Tags: `cool, retail` }), + new EmployeesDataItem({ ID: 448332641, Avatar: `https://static.infragistics.com/xplatform/images/people/women/65.jpg`, Name: `Hatti Knowlson`, Email: `hknowlson5j@slideshare.net`, Company: `Jabbertype`, Position: `Civil Engineer`, Phone: `602-647-8066`, Mobile: `407-489-5712`, Fax: `260-520-4528`, Street: `63 Lindbergh Center`, City: `Phoenix`, ZipCode: 85072, State: `AZ`, Country: `United States`, ReferredBy: `Annalee Swoffer`, CreatedOn: `2017-11-27`, Birthday: `1986-10-07`, LastActivity: `2017-12-13`, NextActivity: `2018-05-13`, DealsWon: 27, DealsLost: 26, DealsPending: 9, DealsTotal: 62, Ratio: 51, EstimatedSales: 1143297, ActualSales: 4244049, Tags: `demo, pharmaceutical` }), + new EmployeesDataItem({ ID: 822694825, Avatar: `https://static.infragistics.com/xplatform/images/people/women/83.jpg`, Name: `Biddie Bodleigh`, Email: `bbodleigh5k@ehow.com`, Company: `Wordify`, Position: `Recruiting Manager`, Phone: `214-643-6469`, Mobile: `480-873-8807`, Fax: `717-703-3719`, Street: `0592 Atwood Drive`, City: `Dallas`, ZipCode: 75310, State: `TX`, Country: `United States`, ReferredBy: `Harlie Wellsman`, CreatedOn: `2018-02-14`, Birthday: `2002-07-22`, LastActivity: `2018-03-02`, NextActivity: `2019-04-02`, DealsWon: 5, DealsLost: 12, DealsPending: 29, DealsTotal: 46, Ratio: 29, EstimatedSales: 5167220, ActualSales: 812365, Tags: `subscriber, retail` }), + new EmployeesDataItem({ ID: 508648017, Avatar: `https://static.infragistics.com/xplatform/images/people/men/65.jpg`, Name: `Alvie Roeby`, Email: `aroeby5l@facebook.com`, Company: `Dynava`, Position: `Paralegal`, Phone: `713-544-5186`, Mobile: `716-739-5393`, Fax: `602-628-5384`, Street: `78 Jenifer Place`, City: `Houston`, ZipCode: 77234, State: `TX`, Country: `United States`, ReferredBy: `Valentino Pinel`, CreatedOn: `2017-01-15`, Birthday: `1970-06-27`, LastActivity: `2017-01-23`, NextActivity: `2018-12-23`, DealsWon: 18, DealsLost: 26, DealsPending: 12, DealsTotal: 56, Ratio: 41, EstimatedSales: 1389072, ActualSales: 2744442, Tags: `pro, engineering` }), + new EmployeesDataItem({ ID: 943463753, Avatar: `https://static.infragistics.com/xplatform/images/people/men/32.jpg`, Name: `Jaime Fysh`, Email: `jfysh5m@google.de`, Company: `Realpoint`, Position: `Information Systems Manager`, Phone: `734-795-6658`, Mobile: `952-790-3755`, Fax: `202-560-1611`, Street: `54257 Meadow Vale Trail`, City: `Southfield`, ZipCode: 48076, State: `MI`, Country: `United States`, ReferredBy: `Hersh Stallard`, CreatedOn: `2017-03-03`, Birthday: `2003-02-22`, LastActivity: `2017-03-17`, NextActivity: `2019-03-17`, DealsWon: 28, DealsLost: 18, DealsPending: 24, DealsTotal: 70, Ratio: 61, EstimatedSales: 3102096, ActualSales: 2386944, Tags: `construction` }), + new EmployeesDataItem({ ID: 966100711, Avatar: `https://static.infragistics.com/xplatform/images/people/women/71.jpg`, Name: `Kassia Mallaby`, Email: `kmallaby5n@vimeo.com`, Company: `Flashspan`, Position: `Account Executive`, Phone: `937-815-4283`, Mobile: `212-648-4914`, Fax: `940-593-8575`, Street: `4 David Pass`, City: `Dayton`, ZipCode: 45403, State: `OH`, Country: `United States`, ReferredBy: `Kori Chataignier`, CreatedOn: `2017-04-08`, Birthday: `2002-07-08`, LastActivity: `2017-04-23`, NextActivity: `2017-07-23`, DealsWon: 27, DealsLost: 3, DealsPending: 9, DealsTotal: 39, Ratio: 9, EstimatedSales: 719010, ActualSales: 1590057, Tags: `warm, construction` }), + new EmployeesDataItem({ ID: 606918441, Avatar: `https://static.infragistics.com/xplatform/images/people/men/70.jpg`, Name: `Felizio Durnan`, Email: `fdurnan5o@etsy.com`, Company: `Skajo`, Position: `Assistant Manager`, Phone: `786-548-5400`, Mobile: `816-605-7268`, Fax: `772-787-1699`, Street: `65 Maryland Way`, City: `Hialeah`, ZipCode: 33018, State: `FL`, Country: `United States`, ReferredBy: `Lian Krochmann`, CreatedOn: `2017-07-16`, Birthday: `1994-10-21`, LastActivity: `2017-08-08`, NextActivity: `2019-05-08`, DealsWon: 28, DealsLost: 4, DealsPending: 10, DealsTotal: 42, Ratio: 88, EstimatedSales: 739970, ActualSales: 3171056, Tags: `cold, pharmaceutical` }), + new EmployeesDataItem({ ID: 981043741, Avatar: `https://static.infragistics.com/xplatform/images/people/women/43.jpg`, Name: `Christie Parades`, Email: `cparades5p@bloglines.com`, Company: `Tagtune`, Position: `General Manager`, Phone: `248-103-7094`, Mobile: `574-852-9520`, Fax: `310-445-0183`, Street: `5325 Maryland Circle`, City: `Detroit`, ZipCode: 48258, State: `MI`, Country: `United States`, ReferredBy: `Celesta Dunlap`, CreatedOn: `2018-02-17`, Birthday: `1998-10-19`, LastActivity: `2018-03-03`, NextActivity: `2018-06-03`, DealsWon: 12, DealsLost: 2, DealsPending: 16, DealsTotal: 30, Ratio: 86, EstimatedSales: 1104080, ActualSales: 676224, Tags: `hot, pharmaceutical` }), + new EmployeesDataItem({ ID: 287021995, Avatar: `https://static.infragistics.com/xplatform/images/people/women/61.jpg`, Name: `Alicea Bourne`, Email: `abourne5q@ehow.com`, Company: `Brainbox`, Position: `Registered Nurse`, Phone: `559-112-4680`, Mobile: `862-179-6056`, Fax: `571-900-5747`, Street: `10234 Independence Center`, City: `Fresno`, ZipCode: 93794, State: `CA`, Country: `United States`, ReferredBy: `Eveleen Huglin`, CreatedOn: `2017-10-12`, Birthday: `1977-06-11`, LastActivity: `2017-10-30`, NextActivity: `2019-04-30`, DealsWon: 2, DealsLost: 4, DealsPending: 3, DealsTotal: 9, Ratio: 33, EstimatedSales: 509445, ActualSales: 369884, Tags: `demo, engineering` }), + new EmployeesDataItem({ ID: 129109837, Avatar: `https://static.infragistics.com/xplatform/images/people/men/30.jpg`, Name: `Raddy Wistance`, Email: `rwistance5r@macromedia.com`, Company: `Agivu`, Position: `Human Resources Manager`, Phone: `865-928-3501`, Mobile: `916-534-0198`, Fax: `408-622-7124`, Street: `83 Glacier Hill Place`, City: `Knoxville`, ZipCode: 37914, State: `TN`, Country: `United States`, ReferredBy: `Rachael Bims`, CreatedOn: `2018-02-08`, Birthday: `1983-06-26`, LastActivity: `2018-03-07`, NextActivity: `2019-01-07`, DealsWon: 6, DealsLost: 20, DealsPending: 21, DealsTotal: 47, Ratio: 23, EstimatedSales: 1201662, ActualSales: 917904, Tags: `subscriber, medical` }), + new EmployeesDataItem({ ID: 311210365, Avatar: `https://static.infragistics.com/xplatform/images/people/women/72.jpg`, Name: `Caritta Tiesman`, Email: `ctiesman5s@psu.edu`, Company: `Trilith`, Position: `Nuclear Power Engineer`, Phone: `202-839-0771`, Mobile: `781-994-7597`, Fax: `619-906-7759`, Street: `7 Prentice Terrace`, City: `Washington`, ZipCode: 20503, State: `DC`, Country: `United States`, ReferredBy: `Cosimo Clementet`, CreatedOn: `2017-04-27`, Birthday: `1977-04-27`, LastActivity: `2017-05-16`, NextActivity: `2018-03-16`, DealsWon: 19, DealsLost: 24, DealsPending: 3, DealsTotal: 46, Ratio: 44, EstimatedSales: 243390, ActualSales: 3501928, Tags: `pro, financial` }), + new EmployeesDataItem({ ID: 497270043, Avatar: `https://static.infragistics.com/xplatform/images/people/men/86.jpg`, Name: `Lucien Bearham`, Email: `lbearham5t@squarespace.com`, Company: `Talane`, Position: `Quality Engineer`, Phone: `972-718-8606`, Mobile: `212-464-9594`, Fax: `330-850-2537`, Street: `6760 Hudson Circle`, City: `Dallas`, ZipCode: 75205, State: `TX`, Country: `United States`, ReferredBy: `Terence Proffer`, CreatedOn: `2017-10-06`, Birthday: `2002-12-09`, LastActivity: `2017-11-02`, NextActivity: `2018-01-02`, DealsWon: 7, DealsLost: 29, DealsPending: 8, DealsTotal: 44, Ratio: 19, EstimatedSales: 567480, ActualSales: 1320760, Tags: `cold, financial` }), + new EmployeesDataItem({ ID: 766595087, Avatar: `https://static.infragistics.com/xplatform/images/people/women/65.jpg`, Name: `Kathi Jorn`, Email: `kjorn5u@artisteer.com`, Company: `Avamba`, Position: `Cost Accountant`, Phone: `561-594-9549`, Mobile: `559-251-0283`, Fax: `202-160-5139`, Street: `8068 Ryan Street`, City: `Delray Beach`, ZipCode: 33448, State: `FL`, Country: `United States`, ReferredBy: `Pippy Romer`, CreatedOn: `2017-11-01`, Birthday: `1971-05-23`, LastActivity: `2017-11-11`, NextActivity: `2018-06-11`, DealsWon: 8, DealsLost: 7, DealsPending: 29, DealsTotal: 44, Ratio: 53, EstimatedSales: 4065365, ActualSales: 703816, Tags: `subscriber, engineering` }), + new EmployeesDataItem({ ID: 178617469, Avatar: `https://static.infragistics.com/xplatform/images/people/women/68.jpg`, Name: `Audry Zuenelli`, Email: `azuenelli5v@mysql.com`, Company: `Jabbersphere`, Position: `Registered Nurse`, Phone: `661-619-4491`, Mobile: `919-241-5238`, Fax: `805-633-4866`, Street: `1594 Moose Park`, City: `Bakersfield`, ZipCode: 93381, State: `CA`, Country: `United States`, ReferredBy: `Patten Gheorghe`, CreatedOn: `2017-11-19`, Birthday: `1972-03-27`, LastActivity: `2017-12-01`, NextActivity: `2019-09-01`, DealsWon: 28, DealsLost: 22, DealsPending: 1, DealsTotal: 51, Ratio: 56, EstimatedSales: 125270, ActualSales: 3451420, Tags: `pro, pharmaceutical` }), + new EmployeesDataItem({ ID: 214333861, Avatar: `https://static.infragistics.com/xplatform/images/people/men/37.jpg`, Name: `Esteban Forder`, Email: `eforder5w@newyorker.com`, Company: `Yombu`, Position: `Financial Advisor`, Phone: `775-533-4697`, Mobile: `719-670-9736`, Fax: `402-273-3556`, Street: `9657 Meadow Vale Court`, City: `Reno`, ZipCode: 89510, State: `NV`, Country: `United States`, ReferredBy: `Mame Branchet`, CreatedOn: `2018-04-08`, Birthday: `1987-01-03`, LastActivity: `2018-04-18`, NextActivity: `2018-10-18`, DealsWon: 22, DealsLost: 24, DealsPending: 29, DealsTotal: 75, Ratio: 48, EstimatedSales: 4039874, ActualSales: 3943896, Tags: `hot, construction` }), + new EmployeesDataItem({ ID: 979569607, Avatar: `https://static.infragistics.com/xplatform/images/people/women/46.jpg`, Name: `Mable Fielder`, Email: `mfielder5x@simplemachines.org`, Company: `Realcube`, Position: `Sales Representative`, Phone: `408-281-2255`, Mobile: `253-557-5142`, Fax: `757-265-9402`, Street: `3 Mitchell Parkway`, City: `San Jose`, ZipCode: 95118, State: `CA`, Country: `United States`, ReferredBy: `Wayland Bettlestone`, CreatedOn: `2017-10-20`, Birthday: `1972-04-17`, LastActivity: `2017-11-17`, NextActivity: `2018-03-17`, DealsWon: 29, DealsLost: 15, DealsPending: 20, DealsTotal: 64, Ratio: 66, EstimatedSales: 3615200, ActualSales: 2791395, Tags: `warm, medical` }), + new EmployeesDataItem({ ID: 536972234, Avatar: `https://static.infragistics.com/xplatform/images/people/women/16.jpg`, Name: `Amargo Kimblin`, Email: `akimblin5y@virginia.edu`, Company: `Skipfire`, Position: `Executive Secretary`, Phone: `318-988-8720`, Mobile: `702-274-3160`, Fax: `614-255-3660`, Street: `6128 Sundown Court`, City: `Shreveport`, ZipCode: 71166, State: `LA`, Country: `United States`, ReferredBy: `Tonie Merkel`, CreatedOn: `2017-07-11`, Birthday: `1982-02-13`, LastActivity: `2017-07-21`, NextActivity: `2017-08-21`, DealsWon: 25, DealsLost: 26, DealsPending: 8, DealsTotal: 59, Ratio: 49, EstimatedSales: 708136, ActualSales: 4101250, Tags: `demo, construction` }), + new EmployeesDataItem({ ID: 109262856, Avatar: `https://static.infragistics.com/xplatform/images/people/men/60.jpg`, Name: `Marve Lowater`, Email: `mlowater5z@miitbeian.gov.cn`, Company: `Centimia`, Position: `Developer III`, Phone: `513-587-3695`, Mobile: `313-960-4146`, Fax: `478-757-6288`, Street: `20723 Dexter Alley`, City: `Cincinnati`, ZipCode: 45213, State: `OH`, Country: `United States`, ReferredBy: `Estrellita McNeil`, CreatedOn: `2018-03-21`, Birthday: `1989-10-24`, LastActivity: `2018-03-30`, NextActivity: `2019-12-30`, DealsWon: 0, DealsLost: 3, DealsPending: 4, DealsTotal: 7, Ratio: 0, EstimatedSales: 571076, ActualSales: 0, Tags: `warm, medical` }), + new EmployeesDataItem({ ID: 597266756, Avatar: `https://static.infragistics.com/xplatform/images/people/men/50.jpg`, Name: `Reinald Crusham`, Email: `rcrusham60@deliciousdays.com`, Company: `Zoonoodle`, Position: `Actuary`, Phone: `702-302-7469`, Mobile: `734-799-1980`, Fax: `915-182-9180`, Street: `1 Mendota Street`, City: `North Las Vegas`, ZipCode: 89036, State: `NV`, Country: `United States`, ReferredBy: `Corby Dudbridge`, CreatedOn: `2018-02-13`, Birthday: `1970-08-04`, LastActivity: `2018-03-15`, NextActivity: `2018-04-15`, DealsWon: 11, DealsLost: 6, DealsPending: 30, DealsTotal: 47, Ratio: 65, EstimatedSales: 2988330, ActualSales: 797533, Tags: `pro, pharmaceutical` }), + new EmployeesDataItem({ ID: 858447413, Avatar: `https://static.infragistics.com/xplatform/images/people/women/57.jpg`, Name: `Ninnetta Wythill`, Email: `nwythill61@go.com`, Company: `Vinte`, Position: `Physical Therapy Assistant`, Phone: `410-425-6871`, Mobile: `920-615-7040`, Fax: `772-624-4706`, Street: `86494 Dapin Center`, City: `Baltimore`, ZipCode: 21275, State: `MD`, Country: `United States`, ReferredBy: `Karoly Habden`, CreatedOn: `2017-01-17`, Birthday: `1997-01-08`, LastActivity: `2017-01-26`, NextActivity: `2018-09-26`, DealsWon: 28, DealsLost: 28, DealsPending: 10, DealsTotal: 66, Ratio: 5, EstimatedSales: 1166430, ActualSales: 3518032, Tags: `demo, engineering` }), + new EmployeesDataItem({ ID: 331373495, Avatar: `https://static.infragistics.com/xplatform/images/people/men/33.jpg`, Name: `Leigh Blenkinsopp`, Email: `lblenkinsopp62@blogtalkradio.com`, Company: `Brainlounge`, Position: `Software Test Engineer IV`, Phone: `801-354-4412`, Mobile: `757-193-0277`, Fax: `904-172-1653`, Street: `0 Kropf Crossing`, City: `Ogden`, ZipCode: 84403, State: `UT`, Country: `United States`, ReferredBy: `Viviyan Symes`, CreatedOn: `2017-09-12`, Birthday: `1974-10-07`, LastActivity: `2017-09-13`, NextActivity: `2019-03-13`, DealsWon: 17, DealsLost: 7, DealsPending: 29, DealsTotal: 53, Ratio: 71, EstimatedSales: 4187716, ActualSales: 1870272, Tags: `cool, pharmaceutical` }), + new EmployeesDataItem({ ID: 392362001, Avatar: `https://static.infragistics.com/xplatform/images/people/men/24.jpg`, Name: `Engelbert Alexsandrev`, Email: `ealexsandrev63@xrea.com`, Company: `Mycat`, Position: `Geologist I`, Phone: `530-832-4384`, Mobile: `813-947-0718`, Fax: `201-882-2436`, Street: `62459 Del Sol Alley`, City: `South Lake Tahoe`, ZipCode: 96154, State: `CA`, Country: `United States`, ReferredBy: `Ginevra De Vaux`, CreatedOn: `2017-12-01`, Birthday: `1971-10-28`, LastActivity: `2017-12-11`, NextActivity: `2019-08-11`, DealsWon: 0, DealsLost: 7, DealsPending: 20, DealsTotal: 27, Ratio: 0, EstimatedSales: 1558300, ActualSales: 0, Tags: `hot, construction` }), + new EmployeesDataItem({ ID: 258507273, Avatar: `https://static.infragistics.com/xplatform/images/people/women/43.jpg`, Name: `Germaine Adamiak`, Email: `gadamiak64@friendfeed.com`, Company: `Zooveo`, Position: `Senior Developer`, Phone: `205-374-0017`, Mobile: `406-674-7046`, Fax: `330-939-5098`, Street: `084 Logan Parkway`, City: `Birmingham`, ZipCode: 35231, State: `AL`, Country: `United States`, ReferredBy: `Stefano Caunter`, CreatedOn: `2017-08-14`, Birthday: `1983-05-08`, LastActivity: `2017-09-12`, NextActivity: `2018-12-12`, DealsWon: 28, DealsLost: 29, DealsPending: 16, DealsTotal: 73, Ratio: 49, EstimatedSales: 1525488, ActualSales: 1824536, Tags: `hot, construction` }), + new EmployeesDataItem({ ID: 610050277, Avatar: `https://static.infragistics.com/xplatform/images/people/men/16.jpg`, Name: `Nikolai Antley`, Email: `nantley65@ask.com`, Company: `Zazio`, Position: `Environmental Specialist`, Phone: `414-687-9574`, Mobile: `412-555-6046`, Fax: `601-169-4969`, Street: `59163 Oakridge Parkway`, City: `Milwaukee`, ZipCode: 53225, State: `WI`, Country: `United States`, ReferredBy: `Aeriell McEllen`, CreatedOn: `2017-01-13`, Birthday: `1971-03-24`, LastActivity: `2017-02-08`, NextActivity: `2017-05-08`, DealsWon: 9, DealsLost: 30, DealsPending: 10, DealsTotal: 49, Ratio: 23, EstimatedSales: 1598350, ActualSales: 741942, Tags: `cold, retail` }), + new EmployeesDataItem({ ID: 971590649, Avatar: `https://static.infragistics.com/xplatform/images/people/women/53.jpg`, Name: `Coreen Aldren`, Email: `caldren66@prlog.org`, Company: `Thoughtsphere`, Position: `Project Manager`, Phone: `859-738-0273`, Mobile: `303-192-9314`, Fax: `210-873-7160`, Street: `57405 Vidon Pass`, City: `Lexington`, ZipCode: 40524, State: `KY`, Country: `United States`, ReferredBy: `King Ingliby`, CreatedOn: `2017-02-20`, Birthday: `1996-09-11`, LastActivity: `2017-03-05`, NextActivity: `2018-07-05`, DealsWon: 20, DealsLost: 29, DealsPending: 4, DealsTotal: 53, Ratio: 41, EstimatedSales: 283012, ActualSales: 2322660, Tags: `demo, financial` }), + new EmployeesDataItem({ ID: 871351468, Avatar: `https://static.infragistics.com/xplatform/images/people/men/98.jpg`, Name: `Rolfe Rubel`, Email: `rrubel67@slashdot.org`, Company: `Thoughtsphere`, Position: `VP Quality Control`, Phone: `240-886-7599`, Mobile: `602-103-4191`, Fax: `229-508-8964`, Street: `46 Basil Point`, City: `Silver Spring`, ZipCode: 20904, State: `MD`, Country: `United States`, ReferredBy: `Lonnie Sherrington`, CreatedOn: `2017-02-16`, Birthday: `1988-01-06`, LastActivity: `2017-03-06`, NextActivity: `2018-07-06`, DealsWon: 27, DealsLost: 3, DealsPending: 4, DealsTotal: 34, Ratio: 9, EstimatedSales: 329872, ActualSales: 1962306, Tags: `cold, construction` }), + new EmployeesDataItem({ ID: 490817920, Avatar: `https://static.infragistics.com/xplatform/images/people/men/1.jpg`, Name: `Lionello Putnam`, Email: `lputnam68@usa.gov`, Company: `Skyble`, Position: `Assistant Professor`, Phone: `785-253-7045`, Mobile: `405-778-0722`, Fax: `513-481-2584`, Street: `8697 Dwight Road`, City: `Topeka`, ZipCode: 66617, State: `KS`, Country: `United States`, ReferredBy: `Job Ghelardoni`, CreatedOn: `2018-02-12`, Birthday: `1994-10-19`, LastActivity: `2018-03-08`, NextActivity: `2019-07-08`, DealsWon: 0, DealsLost: 28, DealsPending: 17, DealsTotal: 45, Ratio: 0, EstimatedSales: 1439628, ActualSales: 0, Tags: `` }), + new EmployeesDataItem({ ID: 997405052, Avatar: `https://static.infragistics.com/xplatform/images/people/women/98.jpg`, Name: `Twyla Waugh`, Email: `twaugh69@quantcast.com`, Company: `Aibox`, Position: `Administrative Officer`, Phone: `404-816-1166`, Mobile: `405-899-7118`, Fax: `601-167-2889`, Street: `6 John Wall Terrace`, City: `Atlanta`, ZipCode: 31196, State: `GA`, Country: `United States`, ReferredBy: `Elsbeth MacAlaster`, CreatedOn: `2017-08-11`, Birthday: `1984-08-21`, LastActivity: `2017-08-14`, NextActivity: `2019-07-14`, DealsWon: 30, DealsLost: 15, DealsPending: 22, DealsTotal: 67, Ratio: 67, EstimatedSales: 2004244, ActualSales: 5332200, Tags: `subscriber, pharmaceutical` }), + new EmployeesDataItem({ ID: 399911766, Avatar: `https://static.infragistics.com/xplatform/images/people/men/13.jpg`, Name: `Daryl Tennewell`, Email: `dtennewell6a@deliciousdays.com`, Company: `Chatterpoint`, Position: `Marketing Assistant`, Phone: `706-379-7137`, Mobile: `205-417-6212`, Fax: `903-678-9586`, Street: `5 Memorial Junction`, City: `Athens`, ZipCode: 30605, State: `GA`, Country: `United States`, ReferredBy: `Aubrette Roblin`, CreatedOn: `2017-03-19`, Birthday: `1995-06-07`, LastActivity: `2017-03-29`, NextActivity: `2018-11-29`, DealsWon: 14, DealsLost: 17, DealsPending: 12, DealsTotal: 43, Ratio: 45, EstimatedSales: 2382600, ActualSales: 1415974, Tags: `demo, retail` }), + new EmployeesDataItem({ ID: 444539770, Avatar: `https://static.infragistics.com/xplatform/images/people/men/98.jpg`, Name: `Gaultiero Treuge`, Email: `gtreuge6b@samsung.com`, Company: `Tagopia`, Position: `Compensation Analyst`, Phone: `479-496-2964`, Mobile: `904-894-6654`, Fax: `702-794-6580`, Street: `2645 Little Fleur Parkway`, City: `Fort Smith`, ZipCode: 72916, State: `AR`, Country: `United States`, ReferredBy: `Isaac Bront`, CreatedOn: `2017-04-08`, Birthday: `1977-01-04`, LastActivity: `2017-05-02`, NextActivity: `2019-01-02`, DealsWon: 6, DealsLost: 19, DealsPending: 29, DealsTotal: 54, Ratio: 24, EstimatedSales: 5233572, ActualSales: 552954, Tags: `pro, medical` }), + new EmployeesDataItem({ ID: 916295802, Avatar: `https://static.infragistics.com/xplatform/images/people/women/52.jpg`, Name: `Tessa Straneo`, Email: `tstraneo6c@nhs.uk`, Company: `Pixoboo`, Position: `Software Consultant`, Phone: `614-956-9210`, Mobile: `203-837-7208`, Fax: `267-335-3875`, Street: `64 Jenna Plaza`, City: `Columbus`, ZipCode: 43204, State: `OH`, Country: `United States`, ReferredBy: `Vivia Eastope`, CreatedOn: `2017-07-29`, Birthday: `1981-02-05`, LastActivity: `2017-08-20`, NextActivity: `2018-06-20`, DealsWon: 15, DealsLost: 21, DealsPending: 14, DealsTotal: 50, Ratio: 42, EstimatedSales: 2170980, ActualSales: 1075110, Tags: `subscriber, retail` }), + new EmployeesDataItem({ ID: 281553143, Avatar: `https://static.infragistics.com/xplatform/images/people/men/7.jpg`, Name: `Roderic Gwilt`, Email: `rgwilt6d@ox.ac.uk`, Company: `Minyx`, Position: `Developer IV`, Phone: `234-910-0901`, Mobile: `414-344-8856`, Fax: `330-281-7025`, Street: `99959 Truax Center`, City: `Akron`, ZipCode: 44393, State: `OH`, Country: `United States`, ReferredBy: `Silvio Darke`, CreatedOn: `2018-04-06`, Birthday: `1990-05-29`, LastActivity: `2018-04-21`, NextActivity: `2018-07-21`, DealsWon: 6, DealsLost: 9, DealsPending: 24, DealsTotal: 39, Ratio: 4, EstimatedSales: 4575528, ActualSales: 365964, Tags: `cold, construction` }), + new EmployeesDataItem({ ID: 877908385, Avatar: `https://static.infragistics.com/xplatform/images/people/women/16.jpg`, Name: `Jess Cloney`, Email: `jcloney6e@jimdo.com`, Company: `Eabox`, Position: `Research Nurse`, Phone: `859-322-8071`, Mobile: `602-769-7013`, Fax: `330-696-9838`, Street: `07 Bluestem Point`, City: `Lexington`, ZipCode: 40546, State: `KY`, Country: `United States`, ReferredBy: `Blanche Pagelsen`, CreatedOn: `2017-10-25`, Birthday: `1982-05-09`, LastActivity: `2017-11-07`, NextActivity: `2018-03-07`, DealsWon: 5, DealsLost: 16, DealsPending: 19, DealsTotal: 40, Ratio: 24, EstimatedSales: 2334910, ActualSales: 450455, Tags: `cold, financial` }), + new EmployeesDataItem({ ID: 976960961, Avatar: `https://static.infragistics.com/xplatform/images/people/men/4.jpg`, Name: `Isidore McGilmartin`, Email: `imcgilmartin6f@grAvatar.com`, Company: `Dynazzy`, Position: `Occupational Therapist`, Phone: `757-787-1484`, Mobile: `415-120-8829`, Fax: `212-487-2470`, Street: `173 High Crossing Pass`, City: `Chesapeake`, ZipCode: 23324, State: `VA`, Country: `United States`, ReferredBy: `Marnia Ibbett`, CreatedOn: `2018-01-09`, Birthday: `1984-09-29`, LastActivity: `2018-01-23`, NextActivity: `2018-08-23`, DealsWon: 11, DealsLost: 8, DealsPending: 5, DealsTotal: 24, Ratio: 58, EstimatedSales: 937210, ActualSales: 1271930, Tags: `warm, engineering` }), + new EmployeesDataItem({ ID: 140736990, Avatar: `https://static.infragistics.com/xplatform/images/people/women/67.jpg`, Name: `Robin Duddy`, Email: `rduddy6g@bigcartel.com`, Company: `Skyndu`, Position: `Senior Sales Associate`, Phone: `805-558-9961`, Mobile: `502-194-5772`, Fax: `212-973-9953`, Street: `39472 School Court`, City: `Oxnard`, ZipCode: 93034, State: `CA`, Country: `United States`, ReferredBy: `Axel Kierans`, CreatedOn: `2017-03-02`, Birthday: `1976-04-11`, LastActivity: `2017-03-05`, NextActivity: `2018-10-05`, DealsWon: 25, DealsLost: 12, DealsPending: 3, DealsTotal: 40, Ratio: 68, EstimatedSales: 175857, ActualSales: 2268825, Tags: `subscriber, engineering` }), + new EmployeesDataItem({ ID: 424623986, Avatar: `https://static.infragistics.com/xplatform/images/people/men/46.jpg`, Name: `Royall Somerbell`, Email: `rsomerbell6h@craigslist.org`, Company: `Trunyx`, Position: `Marketing Assistant`, Phone: `254-404-5695`, Mobile: `813-930-4375`, Fax: `405-390-6865`, Street: `260 Utah Parkway`, City: `Temple`, ZipCode: 76505, State: `TX`, Country: `United States`, ReferredBy: `Benita Clinton`, CreatedOn: `2018-01-24`, Birthday: `1974-09-13`, LastActivity: `2018-02-19`, NextActivity: `2020-01-19`, DealsWon: 12, DealsLost: 21, DealsPending: 22, DealsTotal: 55, Ratio: 36, EstimatedSales: 2308504, ActualSales: 1564944, Tags: `` }), + new EmployeesDataItem({ ID: 149066006, Avatar: `https://static.infragistics.com/xplatform/images/people/women/68.jpg`, Name: `Nola Worrill`, Email: `nworrill6i@ucoz.com`, Company: `Oozz`, Position: `Chief Design Engineer`, Phone: `305-256-4497`, Mobile: `213-715-7975`, Fax: `850-328-9578`, Street: `06 Wayridge Parkway`, City: `Miami`, ZipCode: 33134, State: `FL`, Country: `United States`, ReferredBy: `Merissa Scotchforth`, CreatedOn: `2017-10-11`, Birthday: `1973-12-16`, LastActivity: `2017-10-21`, NextActivity: `2018-08-21`, DealsWon: 29, DealsLost: 5, DealsPending: 20, DealsTotal: 54, Ratio: 85, EstimatedSales: 2979320, ActualSales: 3780063, Tags: `pro, construction` }), + new EmployeesDataItem({ ID: 106443944, Avatar: `https://static.infragistics.com/xplatform/images/people/women/3.jpg`, Name: `Atlanta Teml`, Email: `ateml6j@csmonitor.com`, Company: `Divanoodle`, Position: `Social Worker`, Phone: `810-754-7672`, Mobile: `716-112-8743`, Fax: `716-110-6093`, Street: `9 Schurz Circle`, City: `Flint`, ZipCode: 48555, State: `MI`, Country: `United States`, ReferredBy: `Raffaello Carlyle`, CreatedOn: `2017-10-23`, Birthday: `1995-07-02`, LastActivity: `2017-11-11`, NextActivity: `2019-06-11`, DealsWon: 13, DealsLost: 15, DealsPending: 22, DealsTotal: 50, Ratio: 46, EstimatedSales: 3289286, ActualSales: 949728, Tags: `subscriber, financial` }), + new EmployeesDataItem({ ID: 700032653, Avatar: `https://static.infragistics.com/xplatform/images/people/men/8.jpg`, Name: `Clyve Popplestone`, Email: `cpopplestone6k@networkadvertising.org`, Company: `Divavu`, Position: `Research Nurse`, Phone: `402-302-5243`, Mobile: `318-339-2606`, Fax: `412-155-2173`, Street: `29036 Dexter Terrace`, City: `Omaha`, ZipCode: 68197, State: `NE`, Country: `United States`, ReferredBy: `Dacie Semper`, CreatedOn: `2017-04-05`, Birthday: `1972-03-20`, LastActivity: `2017-05-04`, NextActivity: `2019-01-04`, DealsWon: 20, DealsLost: 5, DealsPending: 23, DealsTotal: 48, Ratio: 8, EstimatedSales: 1252350, ActualSales: 3071040, Tags: `hot, medical` }), + new EmployeesDataItem({ ID: 396589856, Avatar: `https://static.infragistics.com/xplatform/images/people/women/72.jpg`, Name: `Maryjane Seabright`, Email: `mseabright6l@hao123.com`, Company: `Kaymbo`, Position: `Dental Hygienist`, Phone: `717-604-9169`, Mobile: `617-133-6615`, Fax: `704-418-5509`, Street: `2620 Blackbird Avenue`, City: `Lancaster`, ZipCode: 17605, State: `PA`, Country: `United States`, ReferredBy: `Renado Alsobrook`, CreatedOn: `2017-08-10`, Birthday: `1987-03-13`, LastActivity: `2017-08-20`, NextActivity: `2018-09-20`, DealsWon: 8, DealsLost: 25, DealsPending: 7, DealsTotal: 40, Ratio: 24, EstimatedSales: 1285620, ActualSales: 1251760, Tags: `subscriber, pharmaceutical` }), + new EmployeesDataItem({ ID: 348051287, Avatar: `https://static.infragistics.com/xplatform/images/people/men/67.jpg`, Name: `Malchy Stedell`, Email: `mstedell6m@weibo.com`, Company: `Gabtune`, Position: `Professor`, Phone: `419-416-7349`, Mobile: `812-412-9150`, Fax: `704-439-6773`, Street: `443 Weeping Birch Point`, City: `Toledo`, ZipCode: 43699, State: `OH`, Country: `United States`, ReferredBy: `Thia Rasmus`, CreatedOn: `2017-02-24`, Birthday: `1982-08-17`, LastActivity: `2017-03-09`, NextActivity: `2018-09-09`, DealsWon: 3, DealsLost: 12, DealsPending: 22, DealsTotal: 37, Ratio: 2, EstimatedSales: 3298790, ActualSales: 268098, Tags: `retail` }), + new EmployeesDataItem({ ID: 883333369, Avatar: `https://static.infragistics.com/xplatform/images/people/men/46.jpg`, Name: `Hyman Capstaff`, Email: `hcapstaff6n@nyu.edu`, Company: `Blogpad`, Position: `Biostatistician I`, Phone: `717-170-6719`, Mobile: `770-492-8256`, Fax: `212-162-6488`, Street: `7 Nelson Circle`, City: `Harrisburg`, ZipCode: 17126, State: `PA`, Country: `United States`, ReferredBy: `Haskell Kleanthous`, CreatedOn: `2017-01-13`, Birthday: `1978-10-08`, LastActivity: `2017-02-05`, NextActivity: `2017-07-05`, DealsWon: 19, DealsLost: 13, DealsPending: 30, DealsTotal: 62, Ratio: 59, EstimatedSales: 3578670, ActualSales: 3710377, Tags: `demo, medical` }), + new EmployeesDataItem({ ID: 602801761, Avatar: `https://static.infragistics.com/xplatform/images/people/women/67.jpg`, Name: `Avivah Hazeldean`, Email: `ahazeldean6o@xing.com`, Company: `Voonix`, Position: `Administrative Officer`, Phone: `917-263-2022`, Mobile: `901-466-3389`, Fax: `304-740-1160`, Street: `8 Jenifer Avenue`, City: `Brooklyn`, ZipCode: 11236, State: `NY`, Country: `United States`, ReferredBy: `Cayla Zima`, CreatedOn: `2017-04-24`, Birthday: `1986-01-17`, LastActivity: `2017-05-05`, NextActivity: `2018-02-05`, DealsWon: 7, DealsLost: 5, DealsPending: 9, DealsTotal: 21, Ratio: 58, EstimatedSales: 1208142, ActualSales: 437234, Tags: `hot, pharmaceutical` }), + new EmployeesDataItem({ ID: 759568371, Avatar: `https://static.infragistics.com/xplatform/images/people/women/43.jpg`, Name: `Margarete Acedo`, Email: `macedo6p@japanpost.jp`, Company: `InnoZ`, Position: `Legal Assistant`, Phone: `239-478-0547`, Mobile: `713-456-1591`, Fax: `501-319-5598`, Street: `37 Oxford Street`, City: `Cape Coral`, ZipCode: 33915, State: `FL`, Country: `United States`, ReferredBy: `Beau Pero`, CreatedOn: `2017-10-15`, Birthday: `2003-01-24`, LastActivity: `2017-11-14`, NextActivity: `2019-03-14`, DealsWon: 4, DealsLost: 26, DealsPending: 18, DealsTotal: 48, Ratio: 13, EstimatedSales: 3440826, ActualSales: 361452, Tags: `pro, financial` }), + new EmployeesDataItem({ ID: 821161097, Avatar: `https://static.infragistics.com/xplatform/images/people/men/93.jpg`, Name: `Tye Crissil`, Email: `tcrissil6q@salon.com`, Company: `Fadeo`, Position: `Office Assistant III`, Phone: `260-100-3297`, Mobile: `775-136-5110`, Fax: `404-945-6084`, Street: `26819 Sherman Avenue`, City: `Fort Wayne`, ZipCode: 46805, State: `IN`, Country: `United States`, ReferredBy: `Delores Leamon`, CreatedOn: `2018-04-13`, Birthday: `1985-03-15`, LastActivity: `2018-04-27`, NextActivity: `2018-11-27`, DealsWon: 9, DealsLost: 17, DealsPending: 8, DealsTotal: 34, Ratio: 35, EstimatedSales: 1004816, ActualSales: 821088, Tags: `demo, financial` }), + new EmployeesDataItem({ ID: 808451402, Avatar: `https://static.infragistics.com/xplatform/images/people/women/78.jpg`, Name: `Filide Weavers`, Email: `fweavers6r@kickstarter.com`, Company: `Riffpedia`, Position: `Product Engineer`, Phone: `808-104-3275`, Mobile: `862-871-3923`, Fax: `309-692-6728`, Street: `40243 South Pass`, City: `Honolulu`, ZipCode: 96840, State: `HI`, Country: `United States`, ReferredBy: `Catherina Tabb`, CreatedOn: `2017-12-06`, Birthday: `1974-02-07`, LastActivity: `2017-12-19`, NextActivity: `2019-12-19`, DealsWon: 28, DealsLost: 9, DealsPending: 6, DealsTotal: 43, Ratio: 76, EstimatedSales: 361296, ActualSales: 2519132, Tags: `pro, medical` }), + new EmployeesDataItem({ ID: 927715122, Avatar: `https://static.infragistics.com/xplatform/images/people/women/77.jpg`, Name: `Leonora Kryzhov`, Email: `lkryzhov6s@uiuc.edu`, Company: `Linkbuzz`, Position: `Structural Engineer`, Phone: `805-505-4499`, Mobile: `520-315-1959`, Fax: `712-635-9920`, Street: `08 Brickson Park Trail`, City: `Santa Barbara`, ZipCode: 93111, State: `CA`, Country: `United States`, ReferredBy: `Dag Grisley`, CreatedOn: `2017-01-15`, Birthday: `1986-12-26`, LastActivity: `2017-01-30`, NextActivity: `2018-06-30`, DealsWon: 26, DealsLost: 8, DealsPending: 0, DealsTotal: 34, Ratio: 76, EstimatedSales: 0, ActualSales: 3736642, Tags: `hot, medical` }), + new EmployeesDataItem({ ID: 778307520, Avatar: `https://static.infragistics.com/xplatform/images/people/men/41.jpg`, Name: `FairFax Yakovlev`, Email: `fyakovlev6t@jiathis.com`, Company: `Skibox`, Position: `Budget/Accounting Analyst IV`, Phone: `904-832-2104`, Mobile: `512-431-6083`, Fax: `941-544-6994`, Street: `46807 Vera Point`, City: `Jacksonville`, ZipCode: 32277, State: `FL`, Country: `United States`, ReferredBy: `Aubert McRobbie`, CreatedOn: `2017-03-30`, Birthday: `1981-01-27`, LastActivity: `2017-04-11`, NextActivity: `2018-10-11`, DealsWon: 4, DealsLost: 17, DealsPending: 1, DealsTotal: 22, Ratio: 19, EstimatedSales: 110038, ActualSales: 781316, Tags: `pro, construction` }), + new EmployeesDataItem({ ID: 549963182, Avatar: `https://static.infragistics.com/xplatform/images/people/men/50.jpg`, Name: `Ian Galbreth`, Email: `igalbreth6u@mozilla.com`, Company: `Brainlounge`, Position: `Mechanical Systems Engineer`, Phone: `205-332-8565`, Mobile: `757-285-6888`, Fax: `917-960-8576`, Street: `88 Blackbird Center`, City: `Birmingham`, ZipCode: 35279, State: `AL`, Country: `United States`, ReferredBy: `Catrina Almon`, CreatedOn: `2017-04-11`, Birthday: `1979-09-24`, LastActivity: `2017-04-23`, NextActivity: `2017-10-23`, DealsWon: 27, DealsLost: 5, DealsPending: 0, DealsTotal: 32, Ratio: 84, EstimatedSales: 0, ActualSales: 3808755, Tags: `pharmaceutical` }), + new EmployeesDataItem({ ID: 123197709, Avatar: `https://static.infragistics.com/xplatform/images/people/women/81.jpg`, Name: `Marlee Roote`, Email: `mroote6v@vk.com`, Company: `Skalith`, Position: `Tax Accountant`, Phone: `518-128-4661`, Mobile: `801-240-6202`, Fax: `713-378-9187`, Street: `7 Atwood Alley`, City: `Albany`, ZipCode: 12210, State: `NY`, Country: `United States`, ReferredBy: `Eunice Gerant`, CreatedOn: `2017-12-17`, Birthday: `1981-08-10`, LastActivity: `2018-01-01`, NextActivity: `2019-06-01`, DealsWon: 23, DealsLost: 25, DealsPending: 2, DealsTotal: 50, Ratio: 48, EstimatedSales: 120282, ActualSales: 3000442, Tags: `` }), + new EmployeesDataItem({ ID: 793669485, Avatar: `https://static.infragistics.com/xplatform/images/people/women/67.jpg`, Name: `Marley Atchly`, Email: `matchly6w@yellowpages.com`, Company: `Vitz`, Position: `Programmer I`, Phone: `915-318-0079`, Mobile: `402-944-7409`, Fax: `775-844-4773`, Street: `7 Golf Course Lane`, City: `El Paso`, ZipCode: 79916, State: `TX`, Country: `United States`, ReferredBy: `Allene Instrell`, CreatedOn: `2017-12-29`, Birthday: `1981-04-03`, LastActivity: `2018-01-15`, NextActivity: `2019-04-15`, DealsWon: 2, DealsLost: 20, DealsPending: 25, DealsTotal: 47, Ratio: 9, EstimatedSales: 3020200, ActualSales: 202444, Tags: `cool, engineering` }), + new EmployeesDataItem({ ID: 413037345, Avatar: `https://static.infragistics.com/xplatform/images/people/men/52.jpg`, Name: `Francklin Neylan`, Email: `fneylan6x@upenn.edu`, Company: `Bubbletube`, Position: `Senior Developer`, Phone: `212-607-5121`, Mobile: `337-392-8708`, Fax: `239-101-8941`, Street: `644 Melrose Court`, City: `New York City`, ZipCode: 10131, State: `NY`, Country: `United States`, ReferredBy: `Cletis Gres`, CreatedOn: `2017-12-09`, Birthday: `1999-04-29`, LastActivity: `2017-12-26`, NextActivity: `2018-08-26`, DealsWon: 25, DealsLost: 23, DealsPending: 19, DealsTotal: 67, Ratio: 52, EstimatedSales: 3746705, ActualSales: 1820900, Tags: `warm, retail` }), + new EmployeesDataItem({ ID: 937724824, Avatar: `https://static.infragistics.com/xplatform/images/people/men/92.jpg`, Name: `Luke Scrafton`, Email: `lscrafton6y@japanpost.jp`, Company: `Twiyo`, Position: `Information Systems Manager`, Phone: `318-198-5398`, Mobile: `309-416-6243`, Fax: `901-269-7002`, Street: `146 Cordelia Trail`, City: `Boston`, ZipCode: 2104, State: `MA`, Country: `United States`, ReferredBy: `Gamaliel Calloway`, CreatedOn: `2017-09-20`, Birthday: `1981-03-27`, LastActivity: `2017-10-03`, NextActivity: `2018-06-03`, DealsWon: 26, DealsLost: 28, DealsPending: 26, DealsTotal: 80, Ratio: 48, EstimatedSales: 3548402, ActualSales: 3531580, Tags: `cool, retail` }), + new EmployeesDataItem({ ID: 661545359, Avatar: `https://static.infragistics.com/xplatform/images/people/men/8.jpg`, Name: `Rawley Keirl`, Email: `rkeirl6z@berkeley.edu`, Company: `Jabbersphere`, Position: `Senior Developer`, Phone: `512-428-7838`, Mobile: `409-317-7609`, Fax: `337-490-6342`, Street: `407 Sheridan Court`, City: `Austin`, ZipCode: 78754, State: `TX`, Country: `United States`, ReferredBy: `Sherlocke Reidie`, CreatedOn: `2018-04-17`, Birthday: `1981-10-08`, LastActivity: `2018-04-25`, NextActivity: `2018-11-25`, DealsWon: 7, DealsLost: 3, DealsPending: 28, DealsTotal: 38, Ratio: 7, EstimatedSales: 1905484, ActualSales: 1330700, Tags: `subscriber, retail` }), + new EmployeesDataItem({ ID: 700279733, Avatar: `https://static.infragistics.com/xplatform/images/people/men/75.jpg`, Name: `Piotr Gurling`, Email: `pgurling70@xing.com`, Company: `Divavu`, Position: `Business Systems Development Analyst`, Phone: `713-123-9634`, Mobile: `505-349-4547`, Fax: `513-579-5557`, Street: `26480 Saint Paul Way`, City: `Houston`, ZipCode: 77218, State: `TX`, Country: `United States`, ReferredBy: `Rochette Dzeniskevich`, CreatedOn: `2017-01-30`, Birthday: `1979-01-31`, LastActivity: `2017-01-31`, NextActivity: `2017-05-31`, DealsWon: 14, DealsLost: 9, DealsPending: 27, DealsTotal: 50, Ratio: 61, EstimatedSales: 4735287, ActualSales: 1160698, Tags: `warm, pharmaceutical` }), + new EmployeesDataItem({ ID: 133126301, Avatar: `https://static.infragistics.com/xplatform/images/people/women/77.jpg`, Name: `Emili Raddon`, Email: `eraddon71@sciencedaily.com`, Company: `Rhybox`, Position: `Web Developer II`, Phone: `303-891-0835`, Mobile: `410-972-0765`, Fax: `919-958-9421`, Street: `1028 Havey Lane`, City: `Englewood`, ZipCode: 80150, State: `CO`, Country: `United States`, ReferredBy: `Malory Dufton`, CreatedOn: `2017-02-01`, Birthday: `2001-03-29`, LastActivity: `2017-02-21`, NextActivity: `2017-11-21`, DealsWon: 7, DealsLost: 12, DealsPending: 17, DealsTotal: 36, Ratio: 37, EstimatedSales: 1015886, ActualSales: 1068690, Tags: `` }), + new EmployeesDataItem({ ID: 646199546, Avatar: `https://static.infragistics.com/xplatform/images/people/women/86.jpg`, Name: `Alli O' Neligan`, Email: `ao72@ow.ly`, Company: `Mydeo`, Position: `Operator`, Phone: `712-744-5490`, Mobile: `314-250-1679`, Fax: `202-652-7533`, Street: `83433 Del Sol Street`, City: `Sioux City`, ZipCode: 51110, State: `IA`, Country: `United States`, ReferredBy: `Alexine Arnett`, CreatedOn: `2017-04-16`, Birthday: `1985-12-12`, LastActivity: `2017-04-29`, NextActivity: `2018-08-29`, DealsWon: 9, DealsLost: 23, DealsPending: 2, DealsTotal: 34, Ratio: 28, EstimatedSales: 190244, ActualSales: 1596924, Tags: `` }), + new EmployeesDataItem({ ID: 688165314, Avatar: `https://static.infragistics.com/xplatform/images/people/men/63.jpg`, Name: `Alva Snarie`, Email: `asnarie73@telegraph.co.uk`, Company: `Pixoboo`, Position: `Account Executive`, Phone: `434-763-7891`, Mobile: `323-182-2028`, Fax: `651-677-8056`, Street: `5 Ohio Street`, City: `Lynchburg`, ZipCode: 24515, State: `VA`, Country: `United States`, ReferredBy: `Deane Adriani`, CreatedOn: `2017-05-18`, Birthday: `1974-06-05`, LastActivity: `2017-05-30`, NextActivity: `2019-05-30`, DealsWon: 4, DealsLost: 16, DealsPending: 19, DealsTotal: 39, Ratio: 2, EstimatedSales: 2467511, ActualSales: 751428, Tags: `` }), + new EmployeesDataItem({ ID: 253993066, Avatar: `https://static.infragistics.com/xplatform/images/people/men/58.jpg`, Name: `Ariel Imorts`, Email: `aimorts74@thetimes.co.uk`, Company: `Roodel`, Position: `Chemical Engineer`, Phone: `402-734-5595`, Mobile: `970-247-2538`, Fax: `267-761-2647`, Street: `318 Jenna Alley`, City: `Omaha`, ZipCode: 68105, State: `NE`, Country: `United States`, ReferredBy: `Alayne Blemings`, CreatedOn: `2018-02-26`, Birthday: `1996-09-18`, LastActivity: `2018-03-24`, NextActivity: `2020-01-24`, DealsWon: 30, DealsLost: 17, DealsPending: 15, DealsTotal: 62, Ratio: 64, EstimatedSales: 1873470, ActualSales: 3191400, Tags: `hot, construction` }), + new EmployeesDataItem({ ID: 418093498, Avatar: `https://static.infragistics.com/xplatform/images/people/men/88.jpg`, Name: `Corbet Cunniff`, Email: `ccunniff75@4shared.com`, Company: `Nlounge`, Position: `Administrative Officer`, Phone: `707-383-3868`, Mobile: `312-782-8203`, Fax: `561-370-6594`, Street: `08 Del Mar Road`, City: `Petaluma`, ZipCode: 94975, State: `CA`, Country: `United States`, ReferredBy: `Chaddie Cowey`, CreatedOn: `2017-12-08`, Birthday: `1984-07-10`, LastActivity: `2017-12-23`, NextActivity: `2019-05-23`, DealsWon: 3, DealsLost: 25, DealsPending: 25, DealsTotal: 53, Ratio: 11, EstimatedSales: 2165350, ActualSales: 238221, Tags: `cool, financial` }), + new EmployeesDataItem({ ID: 366425575, Avatar: `https://static.infragistics.com/xplatform/images/people/women/46.jpg`, Name: `Alys Goodding`, Email: `agoodding76@ftc.gov`, Company: `Gigaclub`, Position: `Statistician II`, Phone: `850-874-5636`, Mobile: `858-876-4129`, Fax: `412-726-8235`, Street: `0365 Arrowood Pass`, City: `Pensacola`, ZipCode: 32520, State: `FL`, Country: `United States`, ReferredBy: `Godart Butner`, CreatedOn: `2017-05-06`, Birthday: `1989-11-21`, LastActivity: `2017-05-28`, NextActivity: `2018-02-28`, DealsWon: 2, DealsLost: 9, DealsPending: 7, DealsTotal: 18, Ratio: 18, EstimatedSales: 1179374, ActualSales: 332826, Tags: `cold, pharmaceutical` }), + new EmployeesDataItem({ ID: 731432221, Avatar: `https://static.infragistics.com/xplatform/images/people/men/78.jpg`, Name: `Garik Carnow`, Email: `gcarnow77@vistaprint.com`, Company: `Browseblab`, Position: `Product Engineer`, Phone: `410-798-4043`, Mobile: `478-149-2044`, Fax: `713-650-4345`, Street: `8 Kipling Alley`, City: `Baltimore`, ZipCode: 21211, State: `MD`, Country: `United States`, ReferredBy: `Ethelyn Klamp`, CreatedOn: `2017-11-08`, Birthday: `2002-06-13`, LastActivity: `2017-12-05`, NextActivity: `2019-11-05`, DealsWon: 30, DealsLost: 17, DealsPending: 10, DealsTotal: 57, Ratio: 64, EstimatedSales: 938890, ActualSales: 4977720, Tags: `demo, retail` }), + new EmployeesDataItem({ ID: 362776729, Avatar: `https://static.infragistics.com/xplatform/images/people/women/83.jpg`, Name: `Blithe Blanchard`, Email: `bblanchard78@home.pl`, Company: `Skimia`, Position: `Financial Advisor`, Phone: `210-315-3665`, Mobile: `972-581-5741`, Fax: `212-411-4369`, Street: `50256 Dottie Junction`, City: `San Antonio`, ZipCode: 78215, State: `TX`, Country: `United States`, ReferredBy: `Vick Galliver`, CreatedOn: `2018-01-03`, Birthday: `1983-11-09`, LastActivity: `2018-01-23`, NextActivity: `2019-10-23`, DealsWon: 28, DealsLost: 18, DealsPending: 22, DealsTotal: 68, Ratio: 61, EstimatedSales: 3950936, ActualSales: 4639712, Tags: `cold, pharmaceutical` }), + new EmployeesDataItem({ ID: 534127963, Avatar: `https://static.infragistics.com/xplatform/images/people/women/60.jpg`, Name: `Stefanie Brotherhood`, Email: `sbrotherhood79@cloudflare.com`, Company: `Gabtune`, Position: `Senior Editor`, Phone: `256-658-3831`, Mobile: `585-867-0644`, Fax: `847-253-3176`, Street: `5913 Granby Pass`, City: `Huntsville`, ZipCode: 35805, State: `AL`, Country: `United States`, ReferredBy: `Deana Swainger`, CreatedOn: `2017-07-29`, Birthday: `2000-10-14`, LastActivity: `2017-08-23`, NextActivity: `2018-05-23`, DealsWon: 20, DealsLost: 19, DealsPending: 21, DealsTotal: 60, Ratio: 51, EstimatedSales: 1653288, ActualSales: 1799580, Tags: `demo, construction` }), + new EmployeesDataItem({ ID: 272390458, Avatar: `https://static.infragistics.com/xplatform/images/people/women/18.jpg`, Name: `Merry BoHlingolsen`, Email: `mbohlingolsen7a@google.ru`, Company: `Oloo`, Position: `Account Coordinator`, Phone: `571-953-5685`, Mobile: `912-234-7219`, Fax: `336-113-8791`, Street: `5 Melrose Place`, City: `Ashburn`, ZipCode: 22093, State: `VA`, Country: `United States`, ReferredBy: `Orsola Swallow`, CreatedOn: `2018-02-13`, Birthday: `1992-11-20`, LastActivity: `2018-02-14`, NextActivity: `2019-08-14`, DealsWon: 12, DealsLost: 1, DealsPending: 22, DealsTotal: 35, Ratio: 92, EstimatedSales: 3103298, ActualSales: 1153776, Tags: `subscriber, engineering` }), + new EmployeesDataItem({ ID: 615808529, Avatar: `https://static.infragistics.com/xplatform/images/people/men/81.jpg`, Name: `Biron Szimoni`, Email: `bszimoni7b@elegantthemes.com`, Company: `Vidoo`, Position: `Staff Scientist`, Phone: `251-641-7378`, Mobile: `540-591-5165`, Fax: `810-883-1711`, Street: `09 Eastwood Pass`, City: `Mobile`, ZipCode: 36689, State: `AL`, Country: `United States`, ReferredBy: `Ruddy Sandcraft`, CreatedOn: `2017-05-04`, Birthday: `1996-01-30`, LastActivity: `2017-05-06`, NextActivity: `2018-03-06`, DealsWon: 25, DealsLost: 2, DealsPending: 23, DealsTotal: 50, Ratio: 93, EstimatedSales: 3220391, ActualSales: 3818050, Tags: `warm, financial` }), + new EmployeesDataItem({ ID: 932103730, Avatar: `https://static.infragistics.com/xplatform/images/people/men/63.jpg`, Name: `Benson Sargeant`, Email: `bsargeant7c@tamu.edu`, Company: `Gevee`, Position: `GIS Technical Architect`, Phone: `915-960-1795`, Mobile: `402-244-4448`, Fax: `757-641-2598`, Street: `70 Redwing Plaza`, City: `El Paso`, ZipCode: 88519, State: `TX`, Country: `United States`, ReferredBy: `Vinnie Olivera`, CreatedOn: `2017-05-22`, Birthday: `1972-01-18`, LastActivity: `2017-05-30`, NextActivity: `2018-09-30`, DealsWon: 29, DealsLost: 12, DealsPending: 0, DealsTotal: 41, Ratio: 71, EstimatedSales: 0, ActualSales: 1846140, Tags: `pro, medical` }), + new EmployeesDataItem({ ID: 930102625, Avatar: `https://static.infragistics.com/xplatform/images/people/women/87.jpg`, Name: `Elsbeth Weston`, Email: `eweston7d@drupal.org`, Company: `Twitterbridge`, Position: `Programmer II`, Phone: `609-533-4771`, Mobile: `952-612-6730`, Fax: `415-644-1026`, Street: `737 Buell Junction`, City: `Trenton`, ZipCode: 8608, State: `NJ`, Country: `United States`, ReferredBy: `Starlene Bartolomeu`, CreatedOn: `2017-12-01`, Birthday: `1990-10-04`, LastActivity: `2017-12-29`, NextActivity: `2019-02-28`, DealsWon: 9, DealsLost: 5, DealsPending: 26, DealsTotal: 40, Ratio: 64, EstimatedSales: 3280576, ActualSales: 705663, Tags: `cool, engineering` }), + new EmployeesDataItem({ ID: 273661383, Avatar: `https://static.infragistics.com/xplatform/images/people/men/61.jpg`, Name: `Patric Ribbon`, Email: `pribbon7e@go.com`, Company: `Avaveo`, Position: `Assistant Manager`, Phone: `419-821-0559`, Mobile: `612-756-5513`, Fax: `817-234-0837`, Street: `6458 Melby Pass`, City: `Mansfield`, ZipCode: 44905, State: `OH`, Country: `United States`, ReferredBy: `Annissa Rey`, CreatedOn: `2017-06-10`, Birthday: `1988-02-26`, LastActivity: `2017-06-18`, NextActivity: `2018-04-18`, DealsWon: 11, DealsLost: 23, DealsPending: 11, DealsTotal: 45, Ratio: 32, EstimatedSales: 1651859, ActualSales: 1685409, Tags: `cool, engineering` }), + new EmployeesDataItem({ ID: 399150893, Avatar: `https://static.infragistics.com/xplatform/images/people/men/48.jpg`, Name: `Rutter Gobourn`, Email: `rgobourn7f@marketwatch.com`, Company: `Mynte`, Position: `Professor`, Phone: `321-585-0052`, Mobile: `-354-6837`, Fax: `314-356-8786`, Street: `3 Linden Way`, City: `Melbourne`, ZipCode: 32941, State: `FL`, Country: `United States`, ReferredBy: `Cesar Walsh`, CreatedOn: `2018-02-14`, Birthday: `1984-01-30`, LastActivity: `2018-03-07`, NextActivity: `2019-01-07`, DealsWon: 18, DealsLost: 27, DealsPending: 6, DealsTotal: 51, Ratio: 4, EstimatedSales: 333948, ActualSales: 952866, Tags: `hot, engineering` }), + new EmployeesDataItem({ ID: 239955233, Avatar: `https://static.infragistics.com/xplatform/images/people/women/77.jpg`, Name: `Xylina Clavering`, Email: `xclavering7g@alexa.com`, Company: `Tagopia`, Position: `Staff Scientist`, Phone: `561-470-9910`, Mobile: `214-724-4050`, Fax: `678-713-3345`, Street: `6479 Porter Lane`, City: `West Palm Beach`, ZipCode: 33421, State: `FL`, Country: `United States`, ReferredBy: `Mira Shirley`, CreatedOn: `2017-01-02`, Birthday: `1998-08-12`, LastActivity: `2017-01-09`, NextActivity: `2018-04-09`, DealsWon: 2, DealsLost: 12, DealsPending: 5, DealsTotal: 19, Ratio: 14, EstimatedSales: 440445, ActualSales: 351034, Tags: `subscriber, construction` }), + new EmployeesDataItem({ ID: 330609096, Avatar: `https://static.infragistics.com/xplatform/images/people/women/24.jpg`, Name: `Rachelle Cauthra`, Email: `rcauthra7h@vistaprint.com`, Company: `Mydo`, Position: `VP Marketing`, Phone: `412-802-5567`, Mobile: `505-175-8330`, Fax: `954-601-5364`, Street: `9628 Vahlen Road`, City: `Pittsburgh`, ZipCode: 15286, State: `PA`, Country: `United States`, ReferredBy: `Collen Norcliff`, CreatedOn: `2017-09-20`, Birthday: `1998-11-29`, LastActivity: `2017-10-02`, NextActivity: `2018-05-02`, DealsWon: 21, DealsLost: 10, DealsPending: 5, DealsTotal: 36, Ratio: 68, EstimatedSales: 833855, ActualSales: 3849153, Tags: `pharmaceutical` }), + new EmployeesDataItem({ ID: 494623033, Avatar: `https://static.infragistics.com/xplatform/images/people/men/87.jpg`, Name: `Ara Hutley`, Email: `ahutley7i@answers.com`, Company: `Fadeo`, Position: `Developer I`, Phone: `904-323-4997`, Mobile: `940-909-0663`, Fax: `404-728-7825`, Street: `312 Cardinal Plaza`, City: `Jacksonville`, ZipCode: 32204, State: `FL`, Country: `United States`, ReferredBy: `Matt Shortell`, CreatedOn: `2017-12-16`, Birthday: `1989-06-13`, LastActivity: `2018-01-07`, NextActivity: `2019-11-07`, DealsWon: 6, DealsLost: 20, DealsPending: 28, DealsTotal: 54, Ratio: 23, EstimatedSales: 3094224, ActualSales: 709998, Tags: `hot, financial` }), + new EmployeesDataItem({ ID: 164323391, Avatar: `https://static.infragistics.com/xplatform/images/people/women/59.jpg`, Name: `Maighdiln Wilding`, Email: `mwilding7j@blogs.com`, Company: `Eimbee`, Position: `Environmental Specialist`, Phone: `305-179-5840`, Mobile: `423-767-0893`, Fax: `202-764-2688`, Street: `98 Thierer Crossing`, City: `Miami`, ZipCode: 33283, State: `FL`, Country: `United States`, ReferredBy: `Kinna Norcutt`, CreatedOn: `2018-01-29`, Birthday: `1993-05-27`, LastActivity: `2018-02-04`, NextActivity: `2018-03-04`, DealsWon: 4, DealsLost: 6, DealsPending: 12, DealsTotal: 22, Ratio: 4, EstimatedSales: 1488624, ActualSales: 336148, Tags: `cool, engineering` }), + new EmployeesDataItem({ ID: 357844237, Avatar: `https://static.infragistics.com/xplatform/images/people/men/28.jpg`, Name: `Ignacius Gottschalk`, Email: `igottschalk7k@hibu.com`, Company: `Gabtype`, Position: `Engineer II`, Phone: `970-678-8983`, Mobile: `918-162-8520`, Fax: `317-748-1104`, Street: `5 Dennis Circle`, City: `Grand Junction`, ZipCode: 81505, State: `CO`, Country: `United States`, ReferredBy: `Freddy Perico`, CreatedOn: `2017-01-13`, Birthday: `1995-11-11`, LastActivity: `2017-01-22`, NextActivity: `2018-10-22`, DealsWon: 2, DealsLost: 1, DealsPending: 21, DealsTotal: 24, Ratio: 67, EstimatedSales: 1857429, ActualSales: 197636, Tags: `demo, pharmaceutical` }), + new EmployeesDataItem({ ID: 716685978, Avatar: `https://static.infragistics.com/xplatform/images/people/women/83.jpg`, Name: `Jordan Featherstonhalgh`, Email: `jfeatherstonhalgh7l@fc2.com`, Company: `Skaboo`, Position: `Registered Nurse`, Phone: `402-283-5822`, Mobile: `661-811-6243`, Fax: `605-747-7350`, Street: `2 Menomonie Court`, City: `Lincoln`, ZipCode: 68531, State: `NE`, Country: `United States`, ReferredBy: `Lilah Beeton`, CreatedOn: `2017-01-04`, Birthday: `1983-11-30`, LastActivity: `2017-01-27`, NextActivity: `2018-01-27`, DealsWon: 12, DealsLost: 17, DealsPending: 25, DealsTotal: 54, Ratio: 41, EstimatedSales: 4845700, ActualSales: 1248024, Tags: `subscriber, medical` }), + new EmployeesDataItem({ ID: 980081236, Avatar: `https://static.infragistics.com/xplatform/images/people/men/94.jpg`, Name: `Bay Hadcock`, Email: `bhadcock7m@usatoday.com`, Company: `Dabjam`, Position: `Senior Financial Analyst`, Phone: `304-338-1874`, Mobile: `765-163-5261`, Fax: `413-115-5998`, Street: `3731 Vahlen Alley`, City: `Huntington`, ZipCode: 25726, State: `WV`, Country: `United States`, ReferredBy: `Allistir Tomasi`, CreatedOn: `2017-11-14`, Birthday: `1995-12-20`, LastActivity: `2017-11-26`, NextActivity: `2018-07-26`, DealsWon: 22, DealsLost: 27, DealsPending: 20, DealsTotal: 69, Ratio: 45, EstimatedSales: 2488920, ActualSales: 3567806, Tags: `demo, construction` }), + new EmployeesDataItem({ ID: 812587719, Avatar: `https://static.infragistics.com/xplatform/images/people/women/91.jpg`, Name: `Opal Kluge`, Email: `okluge7n@cmu.edu`, Company: `Devpoint`, Position: `Biostatistician III`, Phone: `757-588-1432`, Mobile: `718-929-4142`, Fax: `202-703-3798`, Street: `7 Chinook Place`, City: `Newport News`, ZipCode: 23612, State: `VA`, Country: `United States`, ReferredBy: `Louella Pandey`, CreatedOn: `2017-02-27`, Birthday: `1986-04-12`, LastActivity: `2017-03-07`, NextActivity: `2017-11-07`, DealsWon: 9, DealsLost: 24, DealsPending: 2, DealsTotal: 35, Ratio: 27, EstimatedSales: 239896, ActualSales: 1684188, Tags: `cool, medical` }), + new EmployeesDataItem({ ID: 612490757, Avatar: `https://static.infragistics.com/xplatform/images/people/men/95.jpg`, Name: `Waring Hethron`, Email: `whethron7o@google.nl`, Company: `Photofeed`, Position: `Operator`, Phone: `818-195-2282`, Mobile: `651-602-9984`, Fax: `601-478-4770`, Street: `1552 Annamark Street`, City: `Northridge`, ZipCode: 91328, State: `CA`, Country: `United States`, ReferredBy: `Angelique Barrasse`, CreatedOn: `2018-01-06`, Birthday: `1972-12-22`, LastActivity: `2018-02-03`, NextActivity: `2019-09-03`, DealsWon: 11, DealsLost: 12, DealsPending: 25, DealsTotal: 48, Ratio: 48, EstimatedSales: 4781550, ActualSales: 1207162, Tags: `cold, retail` }), + new EmployeesDataItem({ ID: 248836181, Avatar: `https://static.infragistics.com/xplatform/images/people/men/60.jpg`, Name: `Goddard Najera`, Email: `gnajera7p@yellowpages.com`, Company: `Skyba`, Position: `Staff Accountant I`, Phone: `361-752-2985`, Mobile: `302-943-9701`, Fax: `402-765-9511`, Street: `942 Hovde Road`, City: `Austin`, ZipCode: 78744, State: `TX`, Country: `United States`, ReferredBy: `Erminie Tredget`, CreatedOn: `2017-03-13`, Birthday: `1991-01-14`, LastActivity: `2017-03-17`, NextActivity: `2018-04-17`, DealsWon: 18, DealsLost: 7, DealsPending: 27, DealsTotal: 52, Ratio: 72, EstimatedSales: 4239648, ActualSales: 2462526, Tags: `` }), + new EmployeesDataItem({ ID: 867676006, Avatar: `https://static.infragistics.com/xplatform/images/people/women/14.jpg`, Name: `Polly Renyard`, Email: `prenyard7q@wikipedia.org`, Company: `Gigazoom`, Position: `Chemical Engineer`, Phone: `757-997-9743`, Mobile: `727-475-4543`, Fax: `831-772-3556`, Street: `19 New Castle Point`, City: `Norfolk`, ZipCode: 23520, State: `VA`, Country: `United States`, ReferredBy: `My Javes`, CreatedOn: `2017-12-11`, Birthday: `1988-10-28`, LastActivity: `2017-12-26`, NextActivity: `2019-12-26`, DealsWon: 18, DealsLost: 4, DealsPending: 27, DealsTotal: 49, Ratio: 82, EstimatedSales: 2064312, ActualSales: 3288348, Tags: `hot, retail` }), + new EmployeesDataItem({ ID: 131899188, Avatar: `https://static.infragistics.com/xplatform/images/people/women/68.jpg`, Name: `Sosanna Deelay`, Email: `sdeelay7r@adobe.com`, Company: `Skaboo`, Position: `Administrative Officer`, Phone: `606-125-1765`, Mobile: `561-581-7741`, Fax: `717-165-4254`, Street: `23 Nova Court`, City: `London`, ZipCode: 40745, State: `KY`, Country: `United States`, ReferredBy: `Newton Pimblott`, CreatedOn: `2017-11-17`, Birthday: `1987-05-31`, LastActivity: `2017-12-11`, NextActivity: `2018-11-11`, DealsWon: 10, DealsLost: 20, DealsPending: 1, DealsTotal: 31, Ratio: 33, EstimatedSales: 155090, ActualSales: 1168350, Tags: `cool, medical` }), + new EmployeesDataItem({ ID: 598630682, Avatar: `https://static.infragistics.com/xplatform/images/people/women/8.jpg`, Name: `Nerita Lambot`, Email: `nlambot7s@icio.us`, Company: `Dabtype`, Position: `Senior Developer`, Phone: `202-268-7275`, Mobile: `202-494-2701`, Fax: `612-838-3382`, Street: `490 Graceland Circle`, City: `Washington`, ZipCode: 20005, State: `DC`, Country: `United States`, ReferredBy: `Steven Oultram`, CreatedOn: `2018-01-21`, Birthday: `1998-01-19`, LastActivity: `2018-01-29`, NextActivity: `2019-03-29`, DealsWon: 23, DealsLost: 29, DealsPending: 17, DealsTotal: 69, Ratio: 44, EstimatedSales: 2366655, ActualSales: 3426655, Tags: `demo, construction` }), + new EmployeesDataItem({ ID: 933367627, Avatar: `https://static.infragistics.com/xplatform/images/people/men/88.jpg`, Name: `Franciskus Frunks`, Email: `ffrunks7t@bloglines.com`, Company: `Layo`, Position: `Community Outreach Specialist`, Phone: `212-740-4963`, Mobile: `717-902-2244`, Fax: `904-398-9850`, Street: `781 Scofield Street`, City: `Brooklyn`, ZipCode: 11231, State: `NY`, Country: `United States`, ReferredBy: `Alick Hawkridge`, CreatedOn: `2017-04-22`, Birthday: `1985-01-22`, LastActivity: `2017-05-08`, NextActivity: `2017-10-08`, DealsWon: 6, DealsLost: 27, DealsPending: 20, DealsTotal: 53, Ratio: 18, EstimatedSales: 2290140, ActualSales: 760602, Tags: `hot, financial` }), + new EmployeesDataItem({ ID: 172437592, Avatar: `https://static.infragistics.com/xplatform/images/people/women/62.jpg`, Name: `Jany Millar`, Email: `jmillar7u@washingtonpost.com`, Company: `Twinte`, Position: `Help Desk Operator`, Phone: `916-934-4516`, Mobile: `561-979-0271`, Fax: `561-876-8632`, Street: `2 Esch Drive`, City: `Sacramento`, ZipCode: 94291, State: `CA`, Country: `United States`, ReferredBy: `Armando Izzatt`, CreatedOn: `2018-03-17`, Birthday: `1979-11-06`, LastActivity: `2018-04-10`, NextActivity: `2020-04-10`, DealsWon: 27, DealsLost: 30, DealsPending: 21, DealsTotal: 78, Ratio: 47, EstimatedSales: 1546062, ActualSales: 3467664, Tags: `hot, financial` }), + new EmployeesDataItem({ ID: 543735871, Avatar: `https://static.infragistics.com/xplatform/images/people/men/73.jpg`, Name: `Hewe Lang`, Email: `hlang7v@moonfruit.com`, Company: `Zazio`, Position: `Recruiting Manager`, Phone: `865-995-8391`, Mobile: `818-584-8353`, Fax: `419-424-8134`, Street: `54 Northport Court`, City: `Knoxville`, ZipCode: 37919, State: `TN`, Country: `United States`, ReferredBy: `Maggie Simeone`, CreatedOn: `2017-12-22`, Birthday: `1979-11-11`, LastActivity: `2017-12-31`, NextActivity: `2019-10-31`, DealsWon: 17, DealsLost: 27, DealsPending: 8, DealsTotal: 52, Ratio: 39, EstimatedSales: 1445176, ActualSales: 3224560, Tags: `subscriber, retail` }), + new EmployeesDataItem({ ID: 172692034, Avatar: `https://static.infragistics.com/xplatform/images/people/men/19.jpg`, Name: `Benjamin Derbyshire`, Email: `bderbyshire7w@lycos.com`, Company: `Einti`, Position: `Structural Analysis Engineer`, Phone: `251-864-0336`, Mobile: `856-723-7301`, Fax: `619-524-5810`, Street: `60 Anthes Parkway`, City: `Mobile`, ZipCode: 36610, State: `AL`, Country: `United States`, ReferredBy: `Yvette Tosdevin`, CreatedOn: `2017-09-27`, Birthday: `1993-08-26`, LastActivity: `2017-09-29`, NextActivity: `2018-12-29`, DealsWon: 27, DealsLost: 11, DealsPending: 13, DealsTotal: 51, Ratio: 71, EstimatedSales: 1840319, ActualSales: 1980828, Tags: `warm, medical` }), + new EmployeesDataItem({ ID: 552081785, Avatar: `https://static.infragistics.com/xplatform/images/people/men/46.jpg`, Name: `Yardley Gavrielli`, Email: `ygavrielli7x@chronoengine.com`, Company: `Topicware`, Position: `Nurse Practicioner`, Phone: `212-867-0995`, Mobile: `706-327-8294`, Fax: `920-734-1170`, Street: `456 Lake View Center`, City: `New York City`, ZipCode: 10131, State: `NY`, Country: `United States`, ReferredBy: `Moina Plan`, CreatedOn: `2018-01-19`, Birthday: `1971-11-20`, LastActivity: `2018-02-11`, NextActivity: `2020-01-11`, DealsWon: 7, DealsLost: 19, DealsPending: 17, DealsTotal: 43, Ratio: 27, EstimatedSales: 1495405, ActualSales: 950201, Tags: `hot, financial` }), + new EmployeesDataItem({ ID: 837958890, Avatar: `https://static.infragistics.com/xplatform/images/people/women/17.jpg`, Name: `Juditha Mars`, Email: `jmars7y@slashdot.org`, Company: `Gabcube`, Position: `Business Systems Development Analyst`, Phone: `559-155-4807`, Mobile: `305-202-2158`, Fax: `864-595-4607`, Street: `3 Bayside Center`, City: `Fresno`, ZipCode: 93721, State: `CA`, Country: `United States`, ReferredBy: `Neddy Bardwell`, CreatedOn: `2017-09-01`, Birthday: `1976-11-03`, LastActivity: `2017-09-06`, NextActivity: `2019-05-06`, DealsWon: 27, DealsLost: 29, DealsPending: 29, DealsTotal: 85, Ratio: 48, EstimatedSales: 3944000, ActualSales: 4134078, Tags: `cold, engineering` }), + new EmployeesDataItem({ ID: 358406554, Avatar: `https://static.infragistics.com/xplatform/images/people/men/56.jpg`, Name: `Spenser Seid`, Email: `sseid7z@google.de`, Company: `Divanoodle`, Position: `Technical Writer`, Phone: `806-430-4954`, Mobile: `912-854-9588`, Fax: `615-777-2675`, Street: `7 Haas Avenue`, City: `Lubbock`, ZipCode: 79405, State: `TX`, Country: `United States`, ReferredBy: `Reynard Aleksich`, CreatedOn: `2017-07-04`, Birthday: `1974-09-17`, LastActivity: `2017-07-31`, NextActivity: `2017-12-31`, DealsWon: 15, DealsLost: 30, DealsPending: 12, DealsTotal: 57, Ratio: 33, EstimatedSales: 2229372, ActualSales: 918525, Tags: `warm, financial` }), + new EmployeesDataItem({ ID: 265369662, Avatar: `https://static.infragistics.com/xplatform/images/people/women/65.jpg`, Name: `Addy Claw`, Email: `aclaw80@jugem.jp`, Company: ``, Position: `Design Engineer`, Phone: `313-905-6764`, Mobile: `415-170-8833`, Fax: `574-935-9107`, Street: `053 Pine View Pass`, City: `Detroit`, ZipCode: 48258, State: `MI`, Country: `United States`, ReferredBy: `Abramo MacKeever`, CreatedOn: `2017-03-25`, Birthday: `1975-06-02`, LastActivity: `2017-04-16`, NextActivity: `2019-04-16`, DealsWon: 13, DealsLost: 12, DealsPending: 0, DealsTotal: 25, Ratio: 52, EstimatedSales: 0, ActualSales: 1184027, Tags: `subscriber, financial` }), + new EmployeesDataItem({ ID: 741598002, Avatar: `https://static.infragistics.com/xplatform/images/people/women/51.jpg`, Name: `Isabelle Suddick`, Email: `isuddick81@cafepress.com`, Company: `Buzzster`, Position: `Information Systems Manager`, Phone: `202-913-3272`, Mobile: `936-914-0771`, Fax: `334-725-5925`, Street: `4 2nd Place`, City: `Washington`, ZipCode: 20591, State: `DC`, Country: `United States`, ReferredBy: `Milzie Brokenshire`, CreatedOn: `2017-08-26`, Birthday: `1971-06-17`, LastActivity: `2017-09-10`, NextActivity: `2018-09-10`, DealsWon: 13, DealsLost: 26, DealsPending: 20, DealsTotal: 59, Ratio: 33, EstimatedSales: 3350320, ActualSales: 1540552, Tags: `subscriber, pharmaceutical` }), + new EmployeesDataItem({ ID: 423264672, Avatar: `https://static.infragistics.com/xplatform/images/people/men/63.jpg`, Name: `Morris Dyneley`, Email: `mdyneley82@nhs.uk`, Company: `Dazzlesphere`, Position: `Sales Associate`, Phone: `754-772-5397`, Mobile: `713-447-9175`, Fax: `817-857-3711`, Street: `22 Summerview Plaza`, City: `Fort Lauderdale`, ZipCode: 33310, State: `FL`, Country: `United States`, ReferredBy: `Lida Napoleone`, CreatedOn: `2018-03-26`, Birthday: `1992-09-22`, LastActivity: `2018-04-23`, NextActivity: `2019-03-23`, DealsWon: 19, DealsLost: 3, DealsPending: 27, DealsTotal: 49, Ratio: 86, EstimatedSales: 3897612, ActualSales: 1384416, Tags: `` }), + new EmployeesDataItem({ ID: 351543741, Avatar: `https://static.infragistics.com/xplatform/images/people/men/69.jpg`, Name: `Mord Scourge`, Email: `mscourge83@newyorker.com`, Company: `Feedmix`, Position: `Biostatistician I`, Phone: `661-128-8349`, Mobile: `714-825-9663`, Fax: `330-496-6595`, Street: `354 Russell Pass`, City: `Bakersfield`, ZipCode: 93381, State: `CA`, Country: `United States`, ReferredBy: `Simonne Mathevon`, CreatedOn: `2017-07-10`, Birthday: `1995-01-26`, LastActivity: `2017-07-12`, NextActivity: `2018-09-12`, DealsWon: 17, DealsLost: 5, DealsPending: 0, DealsTotal: 22, Ratio: 77, EstimatedSales: 0, ActualSales: 1364233, Tags: `subscriber, financial` }), + new EmployeesDataItem({ ID: 460145339, Avatar: `https://static.infragistics.com/xplatform/images/people/women/51.jpg`, Name: `Trixy Squibe`, Email: `tsquibe84@privacy.gov.au`, Company: `Brainbox`, Position: `Sales Representative`, Phone: `202-725-3640`, Mobile: `702-414-5420`, Fax: `609-766-5023`, Street: `32 Fisk Point`, City: `Washington`, ZipCode: 20456, State: `DC`, Country: `United States`, ReferredBy: `Waite Bendson`, CreatedOn: `2018-03-21`, Birthday: `1978-05-20`, LastActivity: `2018-04-08`, NextActivity: `2018-07-08`, DealsWon: 12, DealsLost: 26, DealsPending: 13, DealsTotal: 51, Ratio: 32, EstimatedSales: 1992991, ActualSales: 939048, Tags: `demo, engineering` }), + new EmployeesDataItem({ ID: 101414303, Avatar: `https://static.infragistics.com/xplatform/images/people/women/40.jpg`, Name: `Estrellita Syers`, Email: `esyers85@springer.com`, Company: `Yodoo`, Position: `Compensation Analyst`, Phone: `208-732-7683`, Mobile: `859-395-6312`, Fax: `402-401-3364`, Street: `3 Center Crossing`, City: `Boise`, ZipCode: 83705, State: `ID`, Country: `United States`, ReferredBy: `Quintilla Hopkynson`, CreatedOn: `2018-01-14`, Birthday: `2001-11-14`, LastActivity: `2018-01-17`, NextActivity: `2019-12-17`, DealsWon: 16, DealsLost: 15, DealsPending: 0, DealsTotal: 31, Ratio: 52, EstimatedSales: 0, ActualSales: 848544, Tags: `cold, medical` }), + new EmployeesDataItem({ ID: 588653404, Avatar: `https://static.infragistics.com/xplatform/images/people/men/74.jpg`, Name: `Garik Poppy`, Email: `gpoppy86@de.vu`, Company: `Linkbuzz`, Position: `Associate Professor`, Phone: `304-800-8076`, Mobile: `515-181-6287`, Fax: `909-708-4343`, Street: `830 Novick Parkway`, City: `Huntington`, ZipCode: 25709, State: `WV`, Country: `United States`, ReferredBy: `Amos Vorley`, CreatedOn: `2017-10-16`, Birthday: `1978-06-12`, LastActivity: `2017-11-06`, NextActivity: `2019-09-06`, DealsWon: 21, DealsLost: 21, DealsPending: 17, DealsTotal: 59, Ratio: 5, EstimatedSales: 2467805, ActualSales: 2334633, Tags: `` }), + new EmployeesDataItem({ ID: 727958751, Avatar: `https://static.infragistics.com/xplatform/images/people/men/6.jpg`, Name: `Emmy Woodstock`, Email: `ewoodstock87@imdb.com`, Company: `Livetube`, Position: `Safety Technician II`, Phone: `212-429-7850`, Mobile: `504-221-0143`, Fax: `862-649-2540`, Street: `84409 Jay Junction`, City: `Jamaica`, ZipCode: 11499, State: `NY`, Country: `United States`, ReferredBy: `Jehu MacShirie`, CreatedOn: `2018-01-12`, Birthday: `1971-09-22`, LastActivity: `2018-02-03`, NextActivity: `2019-06-03`, DealsWon: 10, DealsLost: 26, DealsPending: 22, DealsTotal: 58, Ratio: 28, EstimatedSales: 3012614, ActualSales: 1770810, Tags: `construction` }), + new EmployeesDataItem({ ID: 523493556, Avatar: `https://static.infragistics.com/xplatform/images/people/women/89.jpg`, Name: `Lavina Heffernon`, Email: `lheffernon88@bbb.org`, Company: `Meetz`, Position: `Structural Analysis Engineer`, Phone: `845-812-4510`, Mobile: `719-153-0884`, Fax: `361-682-1885`, Street: `4 Superior Parkway`, City: `White Plains`, ZipCode: 10606, State: `NY`, Country: `United States`, ReferredBy: `Hamil Bower`, CreatedOn: `2017-01-06`, Birthday: `1992-06-07`, LastActivity: `2017-01-18`, NextActivity: `2018-04-18`, DealsWon: 15, DealsLost: 11, DealsPending: 22, DealsTotal: 48, Ratio: 58, EstimatedSales: 2495900, ActualSales: 855030, Tags: `demo, medical` }), + new EmployeesDataItem({ ID: 724383624, Avatar: `https://static.infragistics.com/xplatform/images/people/men/21.jpg`, Name: `Putnam Elsey`, Email: `pelsey89@simplemachines.org`, Company: `Topicware`, Position: `Quality Control Specialist`, Phone: `203-676-6544`, Mobile: `218-437-6548`, Fax: `512-180-0093`, Street: `6 Golf View Plaza`, City: `Waterbury`, ZipCode: 6721, State: `CT`, Country: `United States`, ReferredBy: `Michaella D'Onisi`, CreatedOn: `2017-03-26`, Birthday: `1994-06-26`, LastActivity: `2017-04-06`, NextActivity: `2018-06-06`, DealsWon: 9, DealsLost: 22, DealsPending: 20, DealsTotal: 51, Ratio: 29, EstimatedSales: 1737460, ActualSales: 732573, Tags: `warm, construction` }), + new EmployeesDataItem({ ID: 408897332, Avatar: `https://static.infragistics.com/xplatform/images/people/men/12.jpg`, Name: `Wallas Semechik`, Email: `wsemechik8a@indiatimes.com`, Company: `Dynazzy`, Position: `Senior Cost Accountant`, Phone: `303-307-2884`, Mobile: `214-290-9478`, Fax: `714-583-5431`, Street: `15859 Ilene Road`, City: `Denver`, ZipCode: 80255, State: `CO`, Country: `United States`, ReferredBy: `Jeni O' Brian`, CreatedOn: `2017-06-15`, Birthday: `1991-04-24`, LastActivity: `2017-06-25`, NextActivity: `2018-07-25`, DealsWon: 11, DealsLost: 26, DealsPending: 11, DealsTotal: 48, Ratio: 3, EstimatedSales: 1035584, ActualSales: 1890350, Tags: `subscriber, medical` }), + new EmployeesDataItem({ ID: 209271194, Avatar: `https://static.infragistics.com/xplatform/images/people/men/59.jpg`, Name: `Nikki McElhinney`, Email: `nmcelhinney8b@google.pl`, Company: `Innotype`, Position: `Dental Hygienist`, Phone: `904-108-8199`, Mobile: `714-780-1163`, Fax: `704-334-2031`, Street: `74019 Thackeray Street`, City: `Jacksonville`, ZipCode: 32209, State: `FL`, Country: `United States`, ReferredBy: `George Batteson`, CreatedOn: `2017-06-01`, Birthday: `1994-01-03`, LastActivity: `2017-06-16`, NextActivity: `2017-11-16`, DealsWon: 0, DealsLost: 6, DealsPending: 6, DealsTotal: 12, Ratio: 0, EstimatedSales: 1123986, ActualSales: 0, Tags: `subscriber, engineering` }), + new EmployeesDataItem({ ID: 770583380, Avatar: `https://static.infragistics.com/xplatform/images/people/men/19.jpg`, Name: `Rollins Daintith`, Email: `rdaintith8c@reference.com`, Company: `Jabbertype`, Position: `Senior Sales Associate`, Phone: `678-381-8810`, Mobile: `267-748-3839`, Fax: `205-392-5114`, Street: `56 Blue Bill Park Circle`, City: `Lawrenceville`, ZipCode: 30245, State: `GA`, Country: `United States`, ReferredBy: `Jessey Boken`, CreatedOn: `2017-08-09`, Birthday: `1998-11-02`, LastActivity: `2017-09-05`, NextActivity: `2019-08-05`, DealsWon: 11, DealsLost: 18, DealsPending: 17, DealsTotal: 46, Ratio: 38, EstimatedSales: 919581, ActualSales: 1988074, Tags: `subscriber, pharmaceutical` }), + new EmployeesDataItem({ ID: 469803012, Avatar: `https://static.infragistics.com/xplatform/images/people/women/71.jpg`, Name: `Lenna de Savery`, Email: `lde8d@chron.com`, Company: `Mycat`, Position: `Help Desk Operator`, Phone: `731-297-7807`, Mobile: `202-989-7461`, Fax: `404-461-5452`, Street: `1 Randy Circle`, City: `Jackson`, ZipCode: 38308, State: `TN`, Country: `United States`, ReferredBy: `Andie McCullouch`, CreatedOn: `2017-08-03`, Birthday: `1995-01-14`, LastActivity: `2017-08-08`, NextActivity: `2018-01-08`, DealsWon: 3, DealsLost: 17, DealsPending: 3, DealsTotal: 23, Ratio: 15, EstimatedSales: 587517, ActualSales: 578772, Tags: `subscriber, construction` }), + new EmployeesDataItem({ ID: 576835437, Avatar: `https://static.infragistics.com/xplatform/images/people/men/19.jpg`, Name: `Harlan Cocker`, Email: `hcocker8e@washingtonpost.com`, Company: `Gabcube`, Position: `Structural Engineer`, Phone: `202-810-3329`, Mobile: `720-875-8123`, Fax: `859-985-5300`, Street: `83 Mallory Circle`, City: `Washington`, ZipCode: 20530, State: `DC`, Country: `United States`, ReferredBy: `Martelle Vanlint`, CreatedOn: `2017-12-11`, Birthday: `1996-10-24`, LastActivity: `2017-12-14`, NextActivity: `2018-01-14`, DealsWon: 14, DealsLost: 21, DealsPending: 23, DealsTotal: 58, Ratio: 4, EstimatedSales: 3153300, ActualSales: 2667336, Tags: `demo, construction` }), + new EmployeesDataItem({ ID: 859117140, Avatar: `https://static.infragistics.com/xplatform/images/people/women/27.jpg`, Name: `Ollie Storck`, Email: `ostorck8f@zdnet.com`, Company: `InnoZ`, Position: `Financial Advisor`, Phone: `336-858-2561`, Mobile: `940-461-8120`, Fax: `602-496-1035`, Street: `20 Northfield Court`, City: `High Point`, ZipCode: 27264, State: `NC`, Country: `United States`, ReferredBy: `Freddie Siddons`, CreatedOn: `2018-02-04`, Birthday: `1976-11-07`, LastActivity: `2018-03-02`, NextActivity: `2019-08-02`, DealsWon: 2, DealsLost: 9, DealsPending: 13, DealsTotal: 24, Ratio: 18, EstimatedSales: 1314690, ActualSales: 258932, Tags: `construction` }), + new EmployeesDataItem({ ID: 163356197, Avatar: `https://static.infragistics.com/xplatform/images/people/women/29.jpg`, Name: `Constancy Bagot`, Email: `cbagot8g@State.gov`, Company: `Eadel`, Position: `VP Product Management`, Phone: `919-781-1567`, Mobile: `212-265-0368`, Fax: `501-431-3941`, Street: `34 Prairie Rose Center`, City: `Raleigh`, ZipCode: 27626, State: `NC`, Country: `United States`, ReferredBy: `Cleveland Kleisle`, CreatedOn: `2017-07-29`, Birthday: `1975-08-05`, LastActivity: `2017-08-18`, NextActivity: `2017-11-18`, DealsWon: 24, DealsLost: 6, DealsPending: 13, DealsTotal: 43, Ratio: 8, EstimatedSales: 652782, ActualSales: 1497600, Tags: `retail` }), + new EmployeesDataItem({ ID: 848325641, Avatar: `https://static.infragistics.com/xplatform/images/people/men/92.jpg`, Name: `Herschel Brimilcombe`, Email: `hbrimilcombe8h@csmonitor.com`, Company: `Feedfire`, Position: `Chemical Engineer`, Phone: `718-416-8458`, Mobile: `904-371-7742`, Fax: `502-929-4130`, Street: `2005 Hermina Court`, City: `Staten Island`, ZipCode: 10305, State: `NY`, Country: `United States`, ReferredBy: `Merrili Fuxman`, CreatedOn: `2017-02-07`, Birthday: `1988-10-08`, LastActivity: `2017-02-11`, NextActivity: `2018-07-11`, DealsWon: 27, DealsLost: 26, DealsPending: 10, DealsTotal: 63, Ratio: 51, EstimatedSales: 537900, ActualSales: 4803246, Tags: `hot, engineering` }), + new EmployeesDataItem({ ID: 269109261, Avatar: `https://static.infragistics.com/xplatform/images/people/women/76.jpg`, Name: `Trixi Joslin`, Email: `tjoslin8i@yandex.ru`, Company: `Izio`, Position: `Assistant Media Planner`, Phone: `502-920-9388`, Mobile: `727-329-3524`, Fax: `406-271-0101`, Street: `31260 Dexter Hill`, City: `Louisville`, ZipCode: 40293, State: `KY`, Country: `United States`, ReferredBy: `Janessa Mariot`, CreatedOn: `2017-05-11`, Birthday: `1999-07-17`, LastActivity: `2017-05-14`, NextActivity: `2019-01-14`, DealsWon: 30, DealsLost: 27, DealsPending: 12, DealsTotal: 69, Ratio: 53, EstimatedSales: 833064, ActualSales: 4902630, Tags: `pharmaceutical` }), + new EmployeesDataItem({ ID: 479312655, Avatar: `https://static.infragistics.com/xplatform/images/people/men/74.jpg`, Name: `Bailie Rushbrook`, Email: `brushbrook8j@deliciousdays.com`, Company: `Rhynyx`, Position: `Sales Representative`, Phone: `909-101-9926`, Mobile: `302-836-4370`, Fax: `203-683-0094`, Street: `585 Cody Trail`, City: `San Bernardino`, ZipCode: 92410, State: `CA`, Country: `United States`, ReferredBy: `Dwain Taffe`, CreatedOn: `2017-07-11`, Birthday: `1995-04-08`, LastActivity: `2017-07-12`, NextActivity: `2018-03-12`, DealsWon: 29, DealsLost: 24, DealsPending: 11, DealsTotal: 64, Ratio: 55, EstimatedSales: 1902879, ActualSales: 5429293, Tags: `demo, engineering` }), + new EmployeesDataItem({ ID: 941982434, Avatar: `https://static.infragistics.com/xplatform/images/people/men/58.jpg`, Name: `Caspar Imlaw`, Email: `cimlaw8k@blog.com`, Company: `LiveZ`, Position: `Paralegal`, Phone: `904-804-8605`, Mobile: `313-124-3542`, Fax: `740-254-8070`, Street: `42 High Crossing Street`, City: `Jacksonville`, ZipCode: 32220, State: `FL`, Country: `United States`, ReferredBy: `Berny Avo`, CreatedOn: `2018-03-19`, Birthday: `1981-01-09`, LastActivity: `2018-04-02`, NextActivity: `2019-07-02`, DealsWon: 0, DealsLost: 11, DealsPending: 1, DealsTotal: 12, Ratio: 0, EstimatedSales: 179359, ActualSales: 0, Tags: `warm, financial` }), + new EmployeesDataItem({ ID: 330480477, Avatar: `https://static.infragistics.com/xplatform/images/people/men/21.jpg`, Name: `Orrin Wrightam`, Email: `owrightam8l@bravesites.com`, Company: `Camido`, Position: `Professor`, Phone: `602-891-7416`, Mobile: `502-505-6615`, Fax: `319-965-4949`, Street: `5 Karstens Place`, City: `Phoenix`, ZipCode: 85040, State: `AZ`, Country: `United States`, ReferredBy: `Fabe Cramb`, CreatedOn: `2017-06-24`, Birthday: `1971-07-02`, LastActivity: `2017-07-20`, NextActivity: `2017-12-20`, DealsWon: 30, DealsLost: 29, DealsPending: 19, DealsTotal: 78, Ratio: 51, EstimatedSales: 1187386, ActualSales: 3225510, Tags: `demo, medical` }), + new EmployeesDataItem({ ID: 962909787, Avatar: `https://static.infragistics.com/xplatform/images/people/women/31.jpg`, Name: `Diane-marie Syson`, Email: `dsyson8m@nifty.com`, Company: `Babbleblab`, Position: `Engineer III`, Phone: `217-741-8377`, Mobile: `847-979-5245`, Fax: `202-443-3769`, Street: `51542 Cardinal Pass`, City: `Springfield`, ZipCode: 62723, State: `IL`, Country: `United States`, ReferredBy: `Cinda Gehring`, CreatedOn: `2017-01-03`, Birthday: `1992-10-03`, LastActivity: `2017-01-09`, NextActivity: `2017-03-09`, DealsWon: 19, DealsLost: 16, DealsPending: 22, DealsTotal: 57, Ratio: 54, EstimatedSales: 2714184, ActualSales: 1713914, Tags: `construction` }), + new EmployeesDataItem({ ID: 933111738, Avatar: `https://static.infragistics.com/xplatform/images/people/women/2.jpg`, Name: `Verene Swire`, Email: `vswire8n@toplist.cz`, Company: `Twitterwire`, Position: `Analyst Programmer`, Phone: `503-172-9678`, Mobile: `414-807-2971`, Fax: `407-200-5929`, Street: `629 Hauk Drive`, City: `Portland`, ZipCode: 97206, State: `OR`, Country: `United States`, ReferredBy: `Gunner McCerery`, CreatedOn: `2018-04-15`, Birthday: `1996-08-06`, LastActivity: `2018-05-02`, NextActivity: `2019-09-02`, DealsWon: 22, DealsLost: 13, DealsPending: 6, DealsTotal: 41, Ratio: 63, EstimatedSales: 695478, ActualSales: 1439614, Tags: `pro, financial` }), + new EmployeesDataItem({ ID: 435959533, Avatar: `https://static.infragistics.com/xplatform/images/people/men/82.jpg`, Name: `Rodrigo Piers`, Email: `rpiers8o@cisco.com`, Company: `Kwimbee`, Position: `Occupational Therapist`, Phone: `650-353-7414`, Mobile: `253-198-7254`, Fax: `214-829-4388`, Street: `06055 Welch Court`, City: `Redwood City`, ZipCode: 94064, State: `CA`, Country: `United States`, ReferredBy: `Frannie Orteaux`, CreatedOn: `2017-01-04`, Birthday: `1977-03-07`, LastActivity: `2017-01-12`, NextActivity: `2017-06-12`, DealsWon: 22, DealsLost: 12, DealsPending: 16, DealsTotal: 50, Ratio: 65, EstimatedSales: 1440736, ActualSales: 2113518, Tags: `warm, engineering` }), + new EmployeesDataItem({ ID: 638785306, Avatar: `https://static.infragistics.com/xplatform/images/people/men/74.jpg`, Name: `Cletis Wybern`, Email: `cwybern8p@blogspot.com`, Company: `Oozz`, Position: `VP Quality Control`, Phone: `585-573-1575`, Mobile: `619-386-2102`, Fax: `513-881-1789`, Street: `168 Grasskamp Way`, City: `Rochester`, ZipCode: 14639, State: `NY`, Country: `United States`, ReferredBy: `Gray Odams`, CreatedOn: `2017-12-26`, Birthday: `1999-06-11`, LastActivity: `2018-01-03`, NextActivity: `2018-09-03`, DealsWon: 10, DealsLost: 24, DealsPending: 30, DealsTotal: 64, Ratio: 29, EstimatedSales: 1519140, ActualSales: 1373790, Tags: `demo, construction` }), + new EmployeesDataItem({ ID: 527913396, Avatar: `https://static.infragistics.com/xplatform/images/people/men/16.jpg`, Name: `Berky Cosker`, Email: `bcosker8q@State.gov`, Company: `Yombu`, Position: `Financial Analyst`, Phone: `202-642-7548`, Mobile: `713-279-1157`, Fax: `757-252-2518`, Street: `2 David Point`, City: `Washington`, ZipCode: 20404, State: `DC`, Country: `United States`, ReferredBy: `Laural Massy`, CreatedOn: `2017-07-07`, Birthday: `1973-10-31`, LastActivity: `2017-07-27`, NextActivity: `2017-10-27`, DealsWon: 28, DealsLost: 28, DealsPending: 20, DealsTotal: 76, Ratio: 5, EstimatedSales: 1030600, ActualSales: 2565584, Tags: `pro, financial` }), + new EmployeesDataItem({ ID: 228323505, Avatar: `https://static.infragistics.com/xplatform/images/people/women/80.jpg`, Name: `Juliann Janoschek`, Email: `jjanoschek8r@intel.com`, Company: `BlogTags`, Position: `VP Accounting`, Phone: `802-657-0520`, Mobile: `860-211-0636`, Fax: `801-500-5100`, Street: `23507 South Hill`, City: `Montpelier`, ZipCode: 5609, State: `VT`, Country: `United States`, ReferredBy: `Babbette Linkie`, CreatedOn: `2017-08-19`, Birthday: `1979-11-06`, LastActivity: `2017-08-25`, NextActivity: `2018-03-25`, DealsWon: 30, DealsLost: 20, DealsPending: 23, DealsTotal: 73, Ratio: 6, EstimatedSales: 4039260, ActualSales: 3939210, Tags: `` }), + new EmployeesDataItem({ ID: 374637037, Avatar: `https://static.infragistics.com/xplatform/images/people/women/71.jpg`, Name: `Kassey Seawell`, Email: `kseawell8s@apple.com`, Company: `Mita`, Position: `Staff Accountant III`, Phone: `763-513-3335`, Mobile: `619-552-4732`, Fax: `571-941-0951`, Street: `21 Fulton Street`, City: `Minneapolis`, ZipCode: 55441, State: `MN`, Country: `United States`, ReferredBy: `Saunders Glossop`, CreatedOn: `2017-05-10`, Birthday: `1986-01-28`, LastActivity: `2017-05-27`, NextActivity: `2019-02-27`, DealsWon: 21, DealsLost: 25, DealsPending: 4, DealsTotal: 50, Ratio: 46, EstimatedSales: 402772, ActualSales: 1624896, Tags: `demo, engineering` }), + new EmployeesDataItem({ ID: 820255848, Avatar: `https://static.infragistics.com/xplatform/images/people/men/8.jpg`, Name: `Stanislas Minney`, Email: `sminney8t@apache.org`, Company: `Fiveclub`, Position: `Chemical Engineer`, Phone: `814-115-8776`, Mobile: `850-828-1785`, Fax: `212-919-9133`, Street: `8 Londonderry Lane`, City: `Johnstown`, ZipCode: 15906, State: `PA`, Country: `United States`, ReferredBy: `Lucian Beet`, CreatedOn: `2017-10-01`, Birthday: `1999-12-19`, LastActivity: `2017-10-21`, NextActivity: `2018-12-21`, DealsWon: 29, DealsLost: 8, DealsPending: 21, DealsTotal: 58, Ratio: 78, EstimatedSales: 3111843, ActualSales: 4637825, Tags: `cool, pharmaceutical` }), + new EmployeesDataItem({ ID: 776402424, Avatar: `https://static.infragistics.com/xplatform/images/people/women/42.jpg`, Name: `Catharine Grassett`, Email: `cgrassett8u@ihg.com`, Company: `Midel`, Position: `Marketing Assistant`, Phone: `860-945-8750`, Mobile: `404-157-1228`, Fax: `216-635-9191`, Street: `00239 Maple Wood Plaza`, City: `Hartford`, ZipCode: 6140, State: `CT`, Country: `United States`, ReferredBy: `Adair Tomashov`, CreatedOn: `2017-05-30`, Birthday: `1985-01-26`, LastActivity: `2017-06-29`, NextActivity: `2018-10-29`, DealsWon: 14, DealsLost: 25, DealsPending: 28, DealsTotal: 67, Ratio: 36, EstimatedSales: 2479596, ActualSales: 1491980, Tags: `cool, retail` }), + new EmployeesDataItem({ ID: 523146434, Avatar: `https://static.infragistics.com/xplatform/images/people/women/22.jpg`, Name: `Clareta Pumphrey`, Email: `cpumphrey8v@addthis.com`, Company: `Quatz`, Position: `Occupational Therapist`, Phone: `432-643-9482`, Mobile: `661-302-3038`, Fax: `734-653-0526`, Street: `248 Miller Park`, City: `Midland`, ZipCode: 79705, State: `TX`, Country: `United States`, ReferredBy: `Clementine Alchin`, CreatedOn: `2017-06-29`, Birthday: `1997-05-03`, LastActivity: `2017-06-30`, NextActivity: `2018-04-30`, DealsWon: 28, DealsLost: 19, DealsPending: 19, DealsTotal: 66, Ratio: 6, EstimatedSales: 2139970, ActualSales: 3976420, Tags: `hot, pharmaceutical` }), + new EmployeesDataItem({ ID: 100504119, Avatar: `https://static.infragistics.com/xplatform/images/people/men/52.jpg`, Name: `Theobald Chessun`, Email: `tchessun8w@gov.uk`, Company: `Blogpad`, Position: `Systems Administrator II`, Phone: `801-915-9520`, Mobile: `202-151-2216`, Fax: `614-895-5841`, Street: `58 Ridge Oak Terrace`, City: `Salt Lake City`, ZipCode: 84105, State: `UT`, Country: `United States`, ReferredBy: `Shari Otto`, CreatedOn: `2017-10-19`, Birthday: `1970-09-15`, LastActivity: `2017-10-24`, NextActivity: `2019-07-24`, DealsWon: 29, DealsLost: 22, DealsPending: 11, DealsTotal: 62, Ratio: 57, EstimatedSales: 894850, ActualSales: 4514053, Tags: `cold, construction` }), + new EmployeesDataItem({ ID: 168974669, Avatar: `https://static.infragistics.com/xplatform/images/people/men/50.jpg`, Name: `Igor Zelland`, Email: `izelland8x@mapy.cz`, Company: `Meembee`, Position: `Geological Engineer`, Phone: `260-493-9904`, Mobile: `408-448-9001`, Fax: `678-797-5962`, Street: `2645 Calypso Center`, City: `Fort Wayne`, ZipCode: 46862, State: `IN`, Country: `United States`, ReferredBy: `Daloris Prahm`, CreatedOn: `2017-01-21`, Birthday: `1995-05-13`, LastActivity: `2017-01-26`, NextActivity: `2018-11-26`, DealsWon: 26, DealsLost: 12, DealsPending: 3, DealsTotal: 41, Ratio: 68, EstimatedSales: 507147, ActualSales: 2576574, Tags: `subscriber, medical` }), + new EmployeesDataItem({ ID: 659485460, Avatar: `https://static.infragistics.com/xplatform/images/people/women/36.jpg`, Name: `Van Klyner`, Email: `vklyner8y@yellowbook.com`, Company: `Mynte`, Position: `Technical Writer`, Phone: `786-591-1123`, Mobile: `518-142-0718`, Fax: `757-138-4073`, Street: `02 Sunfield Hill`, City: `Hialeah`, ZipCode: 33013, State: `FL`, Country: `United States`, ReferredBy: `Isaak Bracknall`, CreatedOn: `2017-07-27`, Birthday: `1999-09-24`, LastActivity: `2017-08-19`, NextActivity: `2019-04-19`, DealsWon: 18, DealsLost: 23, DealsPending: 14, DealsTotal: 55, Ratio: 44, EstimatedSales: 1992900, ActualSales: 1462824, Tags: `subscriber, financial` }), + new EmployeesDataItem({ ID: 980233833, Avatar: `https://static.infragistics.com/xplatform/images/people/women/52.jpg`, Name: `Tera Dominicacci`, Email: `tdominicacci8z@sun.com`, Company: `Riffpath`, Position: `Internal Auditor`, Phone: `562-247-9447`, Mobile: `623-749-4846`, Fax: `770-379-1159`, Street: `417 Quincy Plaza`, City: `Long Beach`, ZipCode: 90847, State: `CA`, Country: `United States`, ReferredBy: `Wernher Saint`, CreatedOn: `2017-10-26`, Birthday: `1982-12-11`, LastActivity: `2017-11-16`, NextActivity: `2018-06-16`, DealsWon: 2, DealsLost: 24, DealsPending: 9, DealsTotal: 35, Ratio: 8, EstimatedSales: 551268, ActualSales: 147118, Tags: `cool, engineering` }), + new EmployeesDataItem({ ID: 416702210, Avatar: `https://static.infragistics.com/xplatform/images/people/women/85.jpg`, Name: `Matilde Varlow`, Email: `mvarlow90@nifty.com`, Company: `Meemm`, Position: `Civil Engineer`, Phone: `415-415-9387`, Mobile: `313-172-7851`, Fax: `210-235-6319`, Street: `1712 Holy Cross Trail`, City: `San Francisco`, ZipCode: 94169, State: `CA`, Country: `United States`, ReferredBy: `Suzy Milhench`, CreatedOn: `2018-04-13`, Birthday: `1992-02-09`, LastActivity: `2018-05-11`, NextActivity: `2020-03-11`, DealsWon: 8, DealsLost: 23, DealsPending: 15, DealsTotal: 46, Ratio: 26, EstimatedSales: 2939100, ActualSales: 914480, Tags: `warm, engineering` }), + new EmployeesDataItem({ ID: 230876269, Avatar: `https://static.infragistics.com/xplatform/images/people/women/57.jpg`, Name: `Jennine Loalday`, Email: `jloalday91@ameblo.jp`, Company: `Janyx`, Position: `Data Coordiator`, Phone: `404-126-8651`, Mobile: `317-481-6037`, Fax: `614-688-1797`, Street: `07 Steensland Court`, City: `Atlanta`, ZipCode: 30340, State: `GA`, Country: `United States`, ReferredBy: `Cassius Chastenet`, CreatedOn: `2017-02-17`, Birthday: `1993-05-03`, LastActivity: `2017-02-22`, NextActivity: `2018-03-22`, DealsWon: 29, DealsLost: 25, DealsPending: 25, DealsTotal: 79, Ratio: 54, EstimatedSales: 3289500, ActualSales: 3669892, Tags: `subscriber, engineering` }), + new EmployeesDataItem({ ID: 239039654, Avatar: `https://static.infragistics.com/xplatform/images/people/men/15.jpg`, Name: `Emmy Vasilov`, Email: `evasilov92@google.ru`, Company: `Shufflester`, Position: `Information Systems Manager`, Phone: `520-572-2984`, Mobile: `810-350-3702`, Fax: `614-506-7387`, Street: `26921 Cottonwood Pass`, City: `Tucson`, ZipCode: 85725, State: `AZ`, Country: `United States`, ReferredBy: `Ives McGlaud`, CreatedOn: `2017-01-11`, Birthday: `1971-02-12`, LastActivity: `2017-01-19`, NextActivity: `2017-04-19`, DealsWon: 24, DealsLost: 16, DealsPending: 10, DealsTotal: 50, Ratio: 6, EstimatedSales: 1548310, ActualSales: 3143016, Tags: `cool, pharmaceutical` }), + new EmployeesDataItem({ ID: 678755845, Avatar: `https://static.infragistics.com/xplatform/images/people/women/99.jpg`, Name: `Prue Horsewood`, Email: `phorsewood93@opera.com`, Company: `Eimbee`, Position: `Financial Advisor`, Phone: `602-302-5564`, Mobile: `916-431-2422`, Fax: `816-148-3091`, Street: `0 Bluejay Lane`, City: `Phoenix`, ZipCode: 85030, State: `AZ`, Country: `United States`, ReferredBy: `Porter Dannehl`, CreatedOn: `2017-02-20`, Birthday: `1976-08-26`, LastActivity: `2017-02-22`, NextActivity: `2018-06-22`, DealsWon: 29, DealsLost: 16, DealsPending: 13, DealsTotal: 58, Ratio: 64, EstimatedSales: 2238639, ActualSales: 1521253, Tags: `cold, pharmaceutical` }), + new EmployeesDataItem({ ID: 506534287, Avatar: `https://static.infragistics.com/xplatform/images/people/men/90.jpg`, Name: `Norton Studdard`, Email: `nstuddard94@earthlink.net`, Company: `Thoughtbeat`, Position: `Media Manager IV`, Phone: `256-827-7779`, Mobile: `801-946-9653`, Fax: `209-400-5924`, Street: `0910 Spaight Alley`, City: `Gadsden`, ZipCode: 35905, State: `AL`, Country: `United States`, ReferredBy: `Galvan Emmott`, CreatedOn: `2017-06-24`, Birthday: `1976-03-02`, LastActivity: `2017-07-05`, NextActivity: `2018-02-05`, DealsWon: 30, DealsLost: 23, DealsPending: 20, DealsTotal: 73, Ratio: 57, EstimatedSales: 2769660, ActualSales: 3281460, Tags: `cold, construction` }), + new EmployeesDataItem({ ID: 446555818, Avatar: `https://static.infragistics.com/xplatform/images/people/men/71.jpg`, Name: `Sanford Dews`, Email: `sdews95@guardian.co.uk`, Company: `Photobug`, Position: `Executive Secretary`, Phone: `213-718-7115`, Mobile: `334-228-1401`, Fax: `339-666-0288`, Street: `30 Reindahl Park`, City: `Los Angeles`, ZipCode: 90040, State: `CA`, Country: `United States`, ReferredBy: `Terrence Crowcher`, CreatedOn: `2017-05-24`, Birthday: `1980-04-05`, LastActivity: `2017-06-11`, NextActivity: `2019-03-11`, DealsWon: 8, DealsLost: 6, DealsPending: 14, DealsTotal: 28, Ratio: 57, EstimatedSales: 1453984, ActualSales: 1267488, Tags: `hot, construction` }), + new EmployeesDataItem({ ID: 459720013, Avatar: `https://static.infragistics.com/xplatform/images/people/men/88.jpg`, Name: `Kenon Pavier`, Email: `kpavier96@xing.com`, Company: `Fadeo`, Position: `Assistant Manager`, Phone: `210-551-5713`, Mobile: `571-885-6232`, Fax: `407-339-3757`, Street: `1396 Caliangt Hill`, City: `San Antonio`, ZipCode: 78250, State: `TX`, Country: `United States`, ReferredBy: `Sada Guest`, CreatedOn: `2017-11-10`, Birthday: `1984-12-19`, LastActivity: `2017-11-12`, NextActivity: `2018-06-12`, DealsWon: 1, DealsLost: 8, DealsPending: 16, DealsTotal: 25, Ratio: 11, EstimatedSales: 1206416, ActualSales: 184068, Tags: `demo, retail` }), + new EmployeesDataItem({ ID: 885293616, Avatar: `https://static.infragistics.com/xplatform/images/people/men/30.jpg`, Name: `Waverly Houchen`, Email: `whouchen97@xinhuanet.com`, Company: `Browseblab`, Position: `Help Desk Operator`, Phone: `214-242-0207`, Mobile: `915-244-2479`, Fax: `504-778-9352`, Street: `09634 Upham Park`, City: `Dallas`, ZipCode: 75358, State: `TX`, Country: `United States`, ReferredBy: `Aldis Anderson`, CreatedOn: `2017-04-08`, Birthday: `1996-07-27`, LastActivity: `2017-04-19`, NextActivity: `2018-10-19`, DealsWon: 26, DealsLost: 26, DealsPending: 1, DealsTotal: 53, Ratio: 5, EstimatedSales: 180129, ActualSales: 2333630, Tags: `` }), + new EmployeesDataItem({ ID: 133151012, Avatar: `https://static.infragistics.com/xplatform/images/people/women/9.jpg`, Name: `Ulrica Ginner`, Email: `uginner98@about.com`, Company: `Twinder`, Position: `Payment Adjustment Coordinator`, Phone: `901-531-5579`, Mobile: `832-895-9302`, Fax: `913-218-1656`, Street: `37318 Schmedeman Trail`, City: `Memphis`, ZipCode: 38136, State: `TN`, Country: `United States`, ReferredBy: `Dannye Holstein`, CreatedOn: `2017-07-28`, Birthday: `1970-10-25`, LastActivity: `2017-08-26`, NextActivity: `2018-02-26`, DealsWon: 17, DealsLost: 7, DealsPending: 11, DealsTotal: 35, Ratio: 71, EstimatedSales: 724603, ActualSales: 3157019, Tags: `cold, construction` }), + new EmployeesDataItem({ ID: 272707639, Avatar: `https://static.infragistics.com/xplatform/images/people/women/36.jpg`, Name: `Ilysa Beningfield`, Email: `ibeningfield99@mlb.com`, Company: `Feednation`, Position: `Office Assistant I`, Phone: `810-598-9761`, Mobile: `860-254-7419`, Fax: `517-445-5091`, Street: `55047 Hansons Junction`, City: `Flint`, ZipCode: 48555, State: `MI`, Country: `United States`, ReferredBy: `Sibylla Dicken`, CreatedOn: `2017-08-20`, Birthday: `1986-01-27`, LastActivity: `2017-09-09`, NextActivity: `2019-09-09`, DealsWon: 25, DealsLost: 2, DealsPending: 5, DealsTotal: 32, Ratio: 93, EstimatedSales: 983620, ActualSales: 2902225, Tags: `financial` }), + new EmployeesDataItem({ ID: 879914607, Avatar: `https://static.infragistics.com/xplatform/images/people/women/2.jpg`, Name: `Tiffani Wentworth`, Email: `twentworth9a@bluehost.com`, Company: `Skivee`, Position: `Compensation Analyst`, Phone: `412-610-7596`, Mobile: `214-803-8707`, Fax: `717-992-1886`, Street: `9751 Sommers Trail`, City: `Pittsburgh`, ZipCode: 15255, State: `PA`, Country: `United States`, ReferredBy: `Emmalynn Bramhill`, CreatedOn: `2017-07-27`, Birthday: `1984-09-18`, LastActivity: `2017-08-20`, NextActivity: `2018-02-20`, DealsWon: 24, DealsLost: 18, DealsPending: 1, DealsTotal: 43, Ratio: 57, EstimatedSales: 67636, ActualSales: 2840568, Tags: `engineering` }), + new EmployeesDataItem({ ID: 949461851, Avatar: `https://static.infragistics.com/xplatform/images/people/women/86.jpg`, Name: `Lisabeth Andrieu`, Email: `landrieu9b@tripod.com`, Company: `Kwimbee`, Position: `Software Engineer IV`, Phone: `651-133-0461`, Mobile: `281-325-0896`, Fax: `561-459-5943`, Street: `1901 Golf Course Plaza`, City: `Saint Paul`, ZipCode: 55146, State: `MN`, Country: `United States`, ReferredBy: `Stan Colley`, CreatedOn: `2017-11-17`, Birthday: `1984-04-20`, LastActivity: `2017-11-21`, NextActivity: `2018-06-21`, DealsWon: 9, DealsLost: 25, DealsPending: 10, DealsTotal: 44, Ratio: 26, EstimatedSales: 693220, ActualSales: 1317780, Tags: `` }), + new EmployeesDataItem({ ID: 360417880, Avatar: `https://static.infragistics.com/xplatform/images/people/women/84.jpg`, Name: `Kally Foux`, Email: `kfoux9c@e-recht24.de`, Company: `Jaxspan`, Position: `Nurse`, Phone: `505-991-1978`, Mobile: `518-947-2620`, Fax: `423-297-7910`, Street: `8696 Spenser Trail`, City: `Albuquerque`, ZipCode: 87195, State: `NM`, Country: `United States`, ReferredBy: `Henryetta Holttom`, CreatedOn: `2018-03-29`, Birthday: `1974-08-13`, LastActivity: `2018-03-30`, NextActivity: `2019-03-30`, DealsWon: 16, DealsLost: 4, DealsPending: 15, DealsTotal: 35, Ratio: 8, EstimatedSales: 1952070, ActualSales: 1023200, Tags: `cold, engineering` }), + new EmployeesDataItem({ ID: 794186585, Avatar: `https://static.infragistics.com/xplatform/images/people/women/20.jpg`, Name: `Lucia Blades`, Email: `lblades9d@howstuffworks.com`, Company: `Eimbee`, Position: `Marketing Assistant`, Phone: `469-323-0155`, Mobile: `209-507-8630`, Fax: `702-125-4183`, Street: `115 Bluestem Plaza`, City: `Dallas`, ZipCode: 75251, State: `TX`, Country: `United States`, ReferredBy: `Lion Badam`, CreatedOn: `2017-01-15`, Birthday: `1976-02-04`, LastActivity: `2017-02-06`, NextActivity: `2018-01-06`, DealsWon: 25, DealsLost: 9, DealsPending: 0, DealsTotal: 34, Ratio: 74, EstimatedSales: 0, ActualSales: 4052525, Tags: `warm, engineering` }), + new EmployeesDataItem({ ID: 133869987, Avatar: `https://static.infragistics.com/xplatform/images/people/men/84.jpg`, Name: `Hoebart Entreis`, Email: `hentreis9e@archive.org`, Company: `Zoomlounge`, Position: `Internal Auditor`, Phone: `505-950-9544`, Mobile: `718-550-4316`, Fax: `806-466-6992`, Street: `865 Browning Hill`, City: `Albuquerque`, ZipCode: 87180, State: `NM`, Country: `United States`, ReferredBy: `Cari Oxborough`, CreatedOn: `2017-04-26`, Birthday: `1998-06-15`, LastActivity: `2017-05-21`, NextActivity: `2018-04-21`, DealsWon: 3, DealsLost: 17, DealsPending: 15, DealsTotal: 35, Ratio: 15, EstimatedSales: 1827300, ActualSales: 452601, Tags: `cool, engineering` }), + new EmployeesDataItem({ ID: 306182552, Avatar: `https://static.infragistics.com/xplatform/images/people/men/65.jpg`, Name: `Oby Whybrow`, Email: `owhybrow9f@webnode.com`, Company: `Ntag`, Position: `Product Engineer`, Phone: `941-966-8290`, Mobile: `916-373-0707`, Fax: `713-281-2101`, Street: `7526 Vernon Circle`, City: `North Port`, ZipCode: 34290, State: `FL`, Country: `United States`, ReferredBy: `Sebastien Huyche`, CreatedOn: `2018-02-13`, Birthday: `1979-08-19`, LastActivity: `2018-03-08`, NextActivity: `2019-09-08`, DealsWon: 12, DealsLost: 10, DealsPending: 19, DealsTotal: 41, Ratio: 55, EstimatedSales: 1222498, ActualSales: 1806744, Tags: `cold, medical` }), + new EmployeesDataItem({ ID: 531115282, Avatar: `https://static.infragistics.com/xplatform/images/people/men/47.jpg`, Name: `Hanson Bendson`, Email: `hbendson9g@samsung.com`, Company: `Demizz`, Position: `Data Coordiator`, Phone: `720-712-8697`, Mobile: `786-596-6033`, Fax: `309-915-8245`, Street: `2 Golden Leaf Junction`, City: `Littleton`, ZipCode: 80161, State: `CO`, Country: `United States`, ReferredBy: `Thomasin Bente`, CreatedOn: `2017-02-22`, Birthday: `1970-09-03`, LastActivity: `2017-03-16`, NextActivity: `2018-01-16`, DealsWon: 27, DealsLost: 28, DealsPending: 1, DealsTotal: 56, Ratio: 49, EstimatedSales: 177212, ActualSales: 1717794, Tags: `hot, financial` }), + new EmployeesDataItem({ ID: 619634946, Avatar: `https://static.infragistics.com/xplatform/images/people/men/36.jpg`, Name: `Garrot Barthrop`, Email: `gbarthrop9h@cdc.gov`, Company: `Youspan`, Position: `Executive Secretary`, Phone: `918-540-6643`, Mobile: `251-841-1667`, Fax: `727-519-5359`, Street: `14 Melvin Center`, City: `Tulsa`, ZipCode: 74170, State: `OK`, Country: `United States`, ReferredBy: `Finlay Vannini`, CreatedOn: `2018-01-22`, Birthday: `1988-08-27`, LastActivity: `2018-01-24`, NextActivity: `2019-06-24`, DealsWon: 9, DealsLost: 24, DealsPending: 3, DealsTotal: 36, Ratio: 27, EstimatedSales: 516813, ActualSales: 839340, Tags: `pro, medical` }), + new EmployeesDataItem({ ID: 445175839, Avatar: `https://static.infragistics.com/xplatform/images/people/men/67.jpg`, Name: `Cob Gantlett`, Email: `cgantlett9i@auda.org.au`, Company: `Mita`, Position: `Registered Nurse`, Phone: `407-272-7078`, Mobile: `817-986-6125`, Fax: `713-564-7432`, Street: `86 Memorial Hill`, City: `Orlando`, ZipCode: 32891, State: `FL`, Country: `United States`, ReferredBy: `Amalita Gunney`, CreatedOn: `2017-11-01`, Birthday: `2003-02-02`, LastActivity: `2017-11-18`, NextActivity: `2019-11-18`, DealsWon: 8, DealsLost: 24, DealsPending: 9, DealsTotal: 41, Ratio: 25, EstimatedSales: 1384821, ActualSales: 736496, Tags: `cool, pharmaceutical` }), + new EmployeesDataItem({ ID: 369157580, Avatar: `https://static.infragistics.com/xplatform/images/people/men/6.jpg`, Name: `Barny Harken`, Email: `bharken9j@addthis.com`, Company: `Yambee`, Position: `Registered Nurse`, Phone: `410-874-8353`, Mobile: `804-339-5313`, Fax: `971-562-5439`, Street: `9 Menomonie Avenue`, City: `Baltimore`, ZipCode: 21239, State: `MD`, Country: `United States`, ReferredBy: `Oby Gallie`, CreatedOn: `2017-06-30`, Birthday: `1986-12-24`, LastActivity: `2017-07-13`, NextActivity: `2017-09-13`, DealsWon: 21, DealsLost: 28, DealsPending: 15, DealsTotal: 64, Ratio: 43, EstimatedSales: 1557690, ActualSales: 1465086, Tags: `subscriber, financial` }), + new EmployeesDataItem({ ID: 447120748, Avatar: `https://static.infragistics.com/xplatform/images/people/women/98.jpg`, Name: `Brenn Knibley`, Email: `bknibley9k@deliciousdays.com`, Company: `Skyba`, Position: `Technical Writer`, Phone: `727-463-4760`, Mobile: `425-957-6420`, Fax: `716-402-9375`, Street: `34820 Straubel Terrace`, City: `Saint Petersburg`, ZipCode: 33737, State: `FL`, Country: `United States`, ReferredBy: `Felike Rosenstein`, CreatedOn: `2017-08-01`, Birthday: `2000-04-25`, LastActivity: `2017-08-07`, NextActivity: `2018-01-07`, DealsWon: 24, DealsLost: 25, DealsPending: 21, DealsTotal: 70, Ratio: 49, EstimatedSales: 1352400, ActualSales: 2498928, Tags: `cold, engineering` }), + new EmployeesDataItem({ ID: 759355194, Avatar: `https://static.infragistics.com/xplatform/images/people/women/45.jpg`, Name: `Maridel Rey`, Email: `mrey9l@sciencedaily.com`, Company: `Yotz`, Position: `Occupational Therapist`, Phone: `319-742-3342`, Mobile: `775-834-8171`, Fax: `210-897-9369`, Street: `4891 Northview Court`, City: `Cedar Rapids`, ZipCode: 52405, State: `IA`, Country: `United States`, ReferredBy: `Lem Coye`, CreatedOn: `2017-11-07`, Birthday: `1992-01-03`, LastActivity: `2017-11-20`, NextActivity: `2018-07-20`, DealsWon: 25, DealsLost: 25, DealsPending: 30, DealsTotal: 80, Ratio: 5, EstimatedSales: 2483700, ActualSales: 4461250, Tags: `pro, pharmaceutical` }), + new EmployeesDataItem({ ID: 702716732, Avatar: `https://static.infragistics.com/xplatform/images/people/women/33.jpg`, Name: `Halley Beart`, Email: `hbeart9m@sohu.com`, Company: `Brightdog`, Position: `Tax Accountant`, Phone: `571-189-8454`, Mobile: `267-474-7428`, Fax: `317-832-7458`, Street: `06 Northwestern Hill`, City: `Arlington`, ZipCode: 22225, State: `VA`, Country: `United States`, ReferredBy: `Harrie Russe`, CreatedOn: `2017-09-02`, Birthday: `1984-06-07`, LastActivity: `2017-09-13`, NextActivity: `2019-03-13`, DealsWon: 5, DealsLost: 20, DealsPending: 6, DealsTotal: 31, Ratio: 2, EstimatedSales: 348222, ActualSales: 862935, Tags: `financial` }), + new EmployeesDataItem({ ID: 799745855, Avatar: `https://static.infragistics.com/xplatform/images/people/men/34.jpg`, Name: `Bogart Maben`, Email: `bmaben9n@bbc.co.uk`, Company: `Meevee`, Position: `Statistician I`, Phone: `702-699-1784`, Mobile: `503-152-7927`, Fax: `312-458-8183`, Street: `276 Fuller Court`, City: `Las Vegas`, ZipCode: 89145, State: `NV`, Country: `United States`, ReferredBy: `Filia Whettleton`, CreatedOn: `2017-11-02`, Birthday: `1990-03-25`, LastActivity: `2017-11-12`, NextActivity: `2018-09-12`, DealsWon: 12, DealsLost: 19, DealsPending: 29, DealsTotal: 60, Ratio: 39, EstimatedSales: 1550398, ActualSales: 1445160, Tags: `demo, financial` }), + new EmployeesDataItem({ ID: 795914490, Avatar: `https://static.infragistics.com/xplatform/images/people/men/60.jpg`, Name: `Wells Chant`, Email: `wchant9o@howstuffworks.com`, Company: `Aimbo`, Position: `Associate Professor`, Phone: `520-870-7221`, Mobile: `812-588-3449`, Fax: `717-152-7931`, Street: `9 Burrows Plaza`, City: `Tucson`, ZipCode: 85737, State: `AZ`, Country: `United States`, ReferredBy: `Ester Deaville`, CreatedOn: `2017-08-14`, Birthday: `1992-05-16`, LastActivity: `2017-08-19`, NextActivity: `2019-04-19`, DealsWon: 0, DealsLost: 1, DealsPending: 20, DealsTotal: 21, Ratio: 0, EstimatedSales: 2789160, ActualSales: 0, Tags: `pro, pharmaceutical` }), + new EmployeesDataItem({ ID: 326443068, Avatar: `https://static.infragistics.com/xplatform/images/people/women/5.jpg`, Name: `Dale Erickson`, Email: `derickson9p@washingtonpost.com`, Company: `Flashpoint`, Position: `Media Manager II`, Phone: `720-337-9509`, Mobile: `952-898-1795`, Fax: `806-699-8632`, Street: `67 Bluejay Way`, City: `Denver`, ZipCode: 80249, State: `CO`, Country: `United States`, ReferredBy: `Samaria Pockey`, CreatedOn: `2017-08-15`, Birthday: `1998-08-16`, LastActivity: `2017-09-10`, NextActivity: `2018-08-10`, DealsWon: 9, DealsLost: 25, DealsPending: 26, DealsTotal: 60, Ratio: 26, EstimatedSales: 4249700, ActualSales: 1603935, Tags: `pro, engineering` }), + new EmployeesDataItem({ ID: 935239637, Avatar: `https://static.infragistics.com/xplatform/images/people/women/63.jpg`, Name: `Sara Swatheridge`, Email: `sswatheridge9q@mysql.com`, Company: `Tagopia`, Position: `Research Nurse`, Phone: `317-257-1944`, Mobile: `325-439-7267`, Fax: `402-390-3633`, Street: `45 Sugar Hill`, City: `Indianapolis`, ZipCode: 46254, State: `IN`, Country: `United States`, ReferredBy: `Harrietta Nancekivell`, CreatedOn: `2017-09-18`, Birthday: `2001-11-16`, LastActivity: `2017-10-10`, NextActivity: `2019-04-10`, DealsWon: 4, DealsLost: 27, DealsPending: 19, DealsTotal: 50, Ratio: 13, EstimatedSales: 1781231, ActualSales: 703548, Tags: `cold, retail` }), + new EmployeesDataItem({ ID: 261622406, Avatar: `https://static.infragistics.com/xplatform/images/people/men/88.jpg`, Name: `Chuck Quayle`, Email: `cquayle9r@spiegel.de`, Company: `Zooveo`, Position: `Staff Accountant II`, Phone: `484-239-2963`, Mobile: `804-345-5367`, Fax: `410-102-9953`, Street: `9554 Brickson Park Court`, City: `Bethlehem`, ZipCode: 18018, State: `PA`, Country: `United States`, ReferredBy: `Jaimie Grombridge`, CreatedOn: `2018-02-22`, Birthday: `2000-11-05`, LastActivity: `2018-03-13`, NextActivity: `2020-01-13`, DealsWon: 18, DealsLost: 4, DealsPending: 17, DealsTotal: 39, Ratio: 82, EstimatedSales: 1541492, ActualSales: 1528560, Tags: `hot, engineering` }), + new EmployeesDataItem({ ID: 746073710, Avatar: `https://static.infragistics.com/xplatform/images/people/men/27.jpg`, Name: `Mac Busen`, Email: `mbusen9s@mashable.com`, Company: `BlogTags`, Position: `Accounting Assistant III`, Phone: `801-272-8294`, Mobile: `432-192-6208`, Fax: `915-221-2193`, Street: `39 1st Junction`, City: `Salt Lake City`, ZipCode: 84135, State: `UT`, Country: `United States`, ReferredBy: `Merry Ramirez`, CreatedOn: `2017-10-23`, Birthday: `1982-04-03`, LastActivity: `2017-11-05`, NextActivity: `2018-10-05`, DealsWon: 24, DealsLost: 12, DealsPending: 30, DealsTotal: 66, Ratio: 67, EstimatedSales: 1647300, ActualSales: 3980784, Tags: `pro, medical` }), + new EmployeesDataItem({ ID: 791639379, Avatar: `https://static.infragistics.com/xplatform/images/people/women/85.jpg`, Name: `Marna English`, Email: `menglish9t@hexun.com`, Company: `Npath`, Position: `Assistant Manager`, Phone: `816-607-1256`, Mobile: `314-285-6979`, Fax: `406-274-5859`, Street: `2760 Del Sol Circle`, City: `Kansas City`, ZipCode: 64130, State: `MO`, Country: `United States`, ReferredBy: `Willdon Spottswood`, CreatedOn: `2017-01-10`, Birthday: `1980-02-26`, LastActivity: `2017-01-21`, NextActivity: `2017-11-21`, DealsWon: 7, DealsLost: 2, DealsPending: 19, DealsTotal: 28, Ratio: 78, EstimatedSales: 3728978, ActualSales: 1196573, Tags: `cold, engineering` }), + new EmployeesDataItem({ ID: 494706105, Avatar: `https://static.infragistics.com/xplatform/images/people/men/19.jpg`, Name: `Dallon Matys`, Email: `dmatys9u@yellowbook.com`, Company: `Quatz`, Position: `Developer IV`, Phone: `706-141-4546`, Mobile: `832-678-1735`, Fax: `360-562-5036`, Street: `439 Cascade Park`, City: `Cumming`, ZipCode: 30130, State: `GA`, Country: `United States`, ReferredBy: `Sigismund Rohfsen`, CreatedOn: `2018-02-26`, Birthday: `1999-05-08`, LastActivity: `2018-03-12`, NextActivity: `2019-11-12`, DealsWon: 20, DealsLost: 28, DealsPending: 15, DealsTotal: 63, Ratio: 42, EstimatedSales: 1230180, ActualSales: 2199080, Tags: `subscriber, engineering` }), + new EmployeesDataItem({ ID: 741289382, Avatar: `https://static.infragistics.com/xplatform/images/people/women/85.jpg`, Name: `Micheline Tabb`, Email: `mtabb9v@sourceforge.net`, Company: `Skimia`, Position: `Software Test Engineer II`, Phone: `702-381-8025`, Mobile: `313-984-7883`, Fax: `808-160-2654`, Street: `2523 Hayes Street`, City: `North Las Vegas`, ZipCode: 89087, State: `NV`, Country: `United States`, ReferredBy: `Malynda Marrows`, CreatedOn: `2017-05-02`, Birthday: `1996-09-30`, LastActivity: `2017-05-26`, NextActivity: `2019-05-26`, DealsWon: 19, DealsLost: 17, DealsPending: 11, DealsTotal: 47, Ratio: 53, EstimatedSales: 1572571, ActualSales: 2601841, Tags: `pro, pharmaceutical` }), + new EmployeesDataItem({ ID: 879607232, Avatar: `https://static.infragistics.com/xplatform/images/people/men/7.jpg`, Name: `Foster Bardsley`, Email: `fbardsley9w@issuu.com`, Company: `Quatz`, Position: `Marketing Manager`, Phone: `910-252-5914`, Mobile: `432-367-8933`, Fax: `513-173-0145`, Street: `19902 Colorado Point`, City: `Wilmington`, ZipCode: 28410, State: `NC`, Country: `United States`, ReferredBy: `Desmund Paslow`, CreatedOn: `2017-12-11`, Birthday: `1971-07-27`, LastActivity: `2017-12-29`, NextActivity: `2019-03-29`, DealsWon: 5, DealsLost: 28, DealsPending: 10, DealsTotal: 43, Ratio: 15, EstimatedSales: 1017590, ActualSales: 574360, Tags: `hot, retail` }), + new EmployeesDataItem({ ID: 163100113, Avatar: `https://static.infragistics.com/xplatform/images/people/men/38.jpg`, Name: `Niko Rotham`, Email: `nrotham9x@netlog.com`, Company: `Flashdog`, Position: `Internal Auditor`, Phone: `319-749-2061`, Mobile: `203-706-9252`, Fax: `267-950-6170`, Street: `461 Leroy Junction`, City: `Cedar Rapids`, ZipCode: 52410, State: `IA`, Country: `United States`, ReferredBy: `Blair Cochern`, CreatedOn: `2017-04-16`, Birthday: `1983-11-19`, LastActivity: `2017-04-21`, NextActivity: `2019-04-21`, DealsWon: 4, DealsLost: 27, DealsPending: 23, DealsTotal: 54, Ratio: 13, EstimatedSales: 1520829, ActualSales: 208320, Tags: `subscriber, medical` }), + new EmployeesDataItem({ ID: 259122892, Avatar: `https://static.infragistics.com/xplatform/images/people/women/60.jpg`, Name: `Theresina Marquot`, Email: `tmarquot9y@wikipedia.org`, Company: `Mycat`, Position: `Accountant II`, Phone: `816-903-8738`, Mobile: `512-707-2921`, Fax: `361-826-2544`, Street: `1 Sauthoff Place`, City: `Kansas City`, ZipCode: 64190, State: `MO`, Country: `United States`, ReferredBy: `Becky Gabitis`, CreatedOn: `2017-11-07`, Birthday: `1993-09-13`, LastActivity: `2017-11-26`, NextActivity: `2019-07-26`, DealsWon: 21, DealsLost: 18, DealsPending: 24, DealsTotal: 63, Ratio: 54, EstimatedSales: 1427424, ActualSales: 3357060, Tags: `pro, construction` }), + new EmployeesDataItem({ ID: 353953821, Avatar: `https://static.infragistics.com/xplatform/images/people/women/89.jpg`, Name: `Marisa Schreurs`, Email: `mschreurs9z@squarespace.com`, Company: `Geba`, Position: `Web Designer IV`, Phone: `915-125-9132`, Mobile: `909-403-6842`, Fax: `909-706-6973`, Street: `7 Dapin Place`, City: `El Paso`, ZipCode: 88558, State: `TX`, Country: `United States`, ReferredBy: `Zilvia Clere`, CreatedOn: `2017-05-21`, Birthday: `1976-07-11`, LastActivity: `2017-06-17`, NextActivity: `2019-02-17`, DealsWon: 13, DealsLost: 19, DealsPending: 27, DealsTotal: 59, Ratio: 41, EstimatedSales: 3966678, ActualSales: 1797380, Tags: `medical` }), + new EmployeesDataItem({ ID: 334621474, Avatar: `https://static.infragistics.com/xplatform/images/people/women/65.jpg`, Name: `Jordana Whiskin`, Email: `jwhiskina0@issuu.com`, Company: `Nlounge`, Position: `Director of Sales`, Phone: `419-891-0729`, Mobile: `571-146-3287`, Fax: `682-635-3080`, Street: `9454 Golf Trail`, City: `Toledo`, ZipCode: 43605, State: `OH`, Country: `United States`, ReferredBy: `Ilse Shayler`, CreatedOn: `2017-03-29`, Birthday: `1990-02-28`, LastActivity: `2017-04-07`, NextActivity: `2019-02-07`, DealsWon: 19, DealsLost: 23, DealsPending: 13, DealsTotal: 55, Ratio: 45, EstimatedSales: 1181427, ActualSales: 3766446, Tags: `warm, pharmaceutical` }), + new EmployeesDataItem({ ID: 276493415, Avatar: `https://static.infragistics.com/xplatform/images/people/men/55.jpg`, Name: `Adlai Cromett`, Email: `acrometta1@pen.io`, Company: `Buzzster`, Position: `Marketing Manager`, Phone: `916-766-0220`, Mobile: `203-994-3070`, Fax: `305-250-1390`, Street: `98601 Rockefeller Street`, City: `Sacramento`, ZipCode: 94273, State: `CA`, Country: `United States`, ReferredBy: `Clarie McCrystal`, CreatedOn: `2017-01-03`, Birthday: `1978-12-22`, LastActivity: `2017-01-30`, NextActivity: `2017-05-30`, DealsWon: 29, DealsLost: 12, DealsPending: 1, DealsTotal: 42, Ratio: 71, EstimatedSales: 78688, ActualSales: 2716720, Tags: `medical` }), + new EmployeesDataItem({ ID: 247761381, Avatar: `https://static.infragistics.com/xplatform/images/people/men/68.jpg`, Name: `Arv Chomicz`, Email: `achomicza2@ucsd.edu`, Company: `Twitterlist`, Position: `Health Coach III`, Phone: `559-190-5923`, Mobile: `414-741-6001`, Fax: `559-936-9861`, Street: `725 Lillian Crossing`, City: `Fresno`, ZipCode: 93778, State: `CA`, Country: `United States`, ReferredBy: `Kleon Slocum`, CreatedOn: `2017-03-20`, Birthday: `1974-04-04`, LastActivity: `2017-03-30`, NextActivity: `2018-05-30`, DealsWon: 4, DealsLost: 2, DealsPending: 19, DealsTotal: 25, Ratio: 67, EstimatedSales: 3450115, ActualSales: 613324, Tags: `cool, pharmaceutical` }), + new EmployeesDataItem({ ID: 915419891, Avatar: `https://static.infragistics.com/xplatform/images/people/women/76.jpg`, Name: `Shayne Brearton`, Email: `sbreartona3@alibaba.com`, Company: `Bubblemix`, Position: `Professor`, Phone: `516-922-7029`, Mobile: `253-266-9634`, Fax: `503-314-0535`, Street: `60918 Oriole Hill`, City: `Hicksville`, ZipCode: 11854, State: `NY`, Country: `United States`, ReferredBy: `Nichols Sarjant`, CreatedOn: `2017-07-20`, Birthday: `1979-09-14`, LastActivity: `2017-08-07`, NextActivity: `2017-12-07`, DealsWon: 28, DealsLost: 12, DealsPending: 4, DealsTotal: 44, Ratio: 7, EstimatedSales: 434144, ActualSales: 5445356, Tags: `hot, medical` }), + new EmployeesDataItem({ ID: 609123701, Avatar: `https://static.infragistics.com/xplatform/images/people/women/7.jpg`, Name: `Perri Craney`, Email: `pcraneya4@feedburner.com`, Company: `Tagfeed`, Position: `Nurse`, Phone: `904-690-7239`, Mobile: `225-266-4885`, Fax: `225-321-4987`, Street: `30 Bayside Parkway`, City: `Jacksonville`, ZipCode: 32220, State: `FL`, Country: `United States`, ReferredBy: `Miquela Schimonek`, CreatedOn: `2017-08-24`, Birthday: `1979-12-15`, LastActivity: `2017-08-29`, NextActivity: `2019-05-29`, DealsWon: 18, DealsLost: 16, DealsPending: 0, DealsTotal: 34, Ratio: 53, EstimatedSales: 0, ActualSales: 1251972, Tags: `` }), + new EmployeesDataItem({ ID: 831883361, Avatar: `https://static.infragistics.com/xplatform/images/people/women/66.jpg`, Name: `Deane Killby`, Email: `dkillbya5@hatena.ne.jp`, Company: `Realpoint`, Position: `Electrical Engineer`, Phone: `202-736-8811`, Mobile: `862-758-2687`, Fax: `205-820-7469`, Street: `75 Dorton Plaza`, City: `Washington`, ZipCode: 20436, State: `DC`, Country: `United States`, ReferredBy: `Diandra McGirl`, CreatedOn: `2017-11-05`, Birthday: `2001-01-16`, LastActivity: `2017-11-20`, NextActivity: `2019-02-20`, DealsWon: 16, DealsLost: 30, DealsPending: 30, DealsTotal: 76, Ratio: 35, EstimatedSales: 3629610, ActualSales: 2184096, Tags: `subscriber, financial` }), + new EmployeesDataItem({ ID: 629884137, Avatar: `https://static.infragistics.com/xplatform/images/people/men/34.jpg`, Name: `Randy Norman`, Email: `rnormana6@g.co`, Company: `Vimbo`, Position: `General Manager`, Phone: `909-393-2379`, Mobile: `540-371-8220`, Fax: `817-582-8064`, Street: `4 North Point`, City: `San Bernardino`, ZipCode: 92424, State: `CA`, Country: `United States`, ReferredBy: `Berna Crampsy`, CreatedOn: `2017-11-22`, Birthday: `1982-06-22`, LastActivity: `2017-11-26`, NextActivity: `2018-10-26`, DealsWon: 30, DealsLost: 8, DealsPending: 7, DealsTotal: 45, Ratio: 79, EstimatedSales: 1258432, ActualSales: 1861560, Tags: `warm, engineering` }), + new EmployeesDataItem({ ID: 608359162, Avatar: `https://static.infragistics.com/xplatform/images/people/men/5.jpg`, Name: `Saw Yonge`, Email: `syongea7@oaic.gov.au`, Company: `Yodoo`, Position: `Recruiting Manager`, Phone: `561-728-6181`, Mobile: `309-440-2622`, Fax: `402-203-3646`, Street: `47 Bellgrove Alley`, City: `West Palm Beach`, ZipCode: 33416, State: `FL`, Country: `United States`, ReferredBy: `Odo Valerio`, CreatedOn: `2017-07-30`, Birthday: `1971-11-19`, LastActivity: `2017-08-26`, NextActivity: `2019-02-26`, DealsWon: 14, DealsLost: 5, DealsPending: 27, DealsTotal: 46, Ratio: 74, EstimatedSales: 5066334, ActualSales: 2632630, Tags: `cold, pharmaceutical` }), + new EmployeesDataItem({ ID: 858699289, Avatar: `https://static.infragistics.com/xplatform/images/people/men/55.jpg`, Name: `Enrique Sturdey`, Email: `esturdeya8@amazon.co.uk`, Company: `Buzzbean`, Position: `Design Engineer`, Phone: `571-394-4290`, Mobile: `804-832-2633`, Fax: `609-205-9194`, Street: `5 Nevada Crossing`, City: `Arlington`, ZipCode: 22205, State: `VA`, Country: `United States`, ReferredBy: `Allis Sebring`, CreatedOn: `2018-02-11`, Birthday: `1979-06-24`, LastActivity: `2018-03-09`, NextActivity: `2019-03-09`, DealsWon: 1, DealsLost: 16, DealsPending: 1, DealsTotal: 18, Ratio: 6, EstimatedSales: 107254, ActualSales: 128329, Tags: `demo, pharmaceutical` }), + new EmployeesDataItem({ ID: 981396346, Avatar: `https://static.infragistics.com/xplatform/images/people/women/98.jpg`, Name: `Gwenore Emburey`, Email: `gembureya9@freewebs.com`, Company: `Photojam`, Position: `Geologist III`, Phone: `202-774-7486`, Mobile: `202-809-3091`, Fax: `561-326-6909`, Street: `76979 Quincy Way`, City: `Laurel`, ZipCode: 20709, State: `MD`, Country: `United States`, ReferredBy: `Hildagarde Kennewell`, CreatedOn: `2018-04-11`, Birthday: `1999-11-12`, LastActivity: `2018-04-13`, NextActivity: `2019-12-13`, DealsWon: 25, DealsLost: 25, DealsPending: 17, DealsTotal: 67, Ratio: 5, EstimatedSales: 2329204, ActualSales: 3610200, Tags: `pro, construction` }), + new EmployeesDataItem({ ID: 110733817, Avatar: `https://static.infragistics.com/xplatform/images/people/women/27.jpg`, Name: `Pennie Gouth`, Email: `pgouthaa@multiply.com`, Company: `Fivespan`, Position: `Technical Writer`, Phone: `570-681-5318`, Mobile: `504-335-5302`, Fax: `407-808-8912`, Street: `996 Milwaukee Pass`, City: `Wilkes Barre`, ZipCode: 18768, State: `PA`, Country: `United States`, ReferredBy: `Meggie Gaudon`, CreatedOn: `2018-02-11`, Birthday: `1994-01-05`, LastActivity: `2018-03-06`, NextActivity: `2018-04-06`, DealsWon: 1, DealsLost: 14, DealsPending: 27, DealsTotal: 42, Ratio: 7, EstimatedSales: 4828221, ActualSales: 120508, Tags: `cool, construction` }), + new EmployeesDataItem({ ID: 168966906, Avatar: `https://static.infragistics.com/xplatform/images/people/women/38.jpg`, Name: `Eleanora Anlay`, Email: `eanlayab@harvard.edu`, Company: `Tagopia`, Position: `Community Outreach Specialist`, Phone: `202-170-0676`, Mobile: `808-611-1113`, Fax: `702-385-9540`, Street: `9 Pond Lane`, City: `Washington`, ZipCode: 20397, State: `DC`, Country: `United States`, ReferredBy: `Chico Tompkin`, CreatedOn: `2017-04-04`, Birthday: `1999-10-13`, LastActivity: `2017-04-24`, NextActivity: `2019-02-24`, DealsWon: 29, DealsLost: 16, DealsPending: 18, DealsTotal: 63, Ratio: 64, EstimatedSales: 3334734, ActualSales: 4911875, Tags: `hot, medical` }), + new EmployeesDataItem({ ID: 442314428, Avatar: `https://static.infragistics.com/xplatform/images/people/men/78.jpg`, Name: `Alleyn Osbaldstone`, Email: `aosbaldstoneac@is.gd`, Company: `Zoozzy`, Position: `Biostatistician I`, Phone: `402-881-8206`, Mobile: `601-944-9404`, Fax: `402-969-2168`, Street: `16 Anniversary Junction`, City: `Lincoln`, ZipCode: 68583, State: `NE`, Country: `United States`, ReferredBy: `Tim Bowes`, CreatedOn: `2017-07-10`, Birthday: `1986-07-12`, LastActivity: `2017-07-28`, NextActivity: `2018-07-28`, DealsWon: 27, DealsLost: 7, DealsPending: 4, DealsTotal: 38, Ratio: 79, EstimatedSales: 689176, ActualSales: 1534086, Tags: `warm, medical` }), + new EmployeesDataItem({ ID: 848133048, Avatar: `https://static.infragistics.com/xplatform/images/people/women/99.jpg`, Name: `Mariellen Creavan`, Email: `mcreavanad@dropbox.com`, Company: `Roomm`, Position: `Software Consultant`, Phone: `828-979-1729`, Mobile: `972-822-6530`, Fax: `206-742-8547`, Street: `384 Pawling Hill`, City: `Asheville`, ZipCode: 28805, State: `NC`, Country: `United States`, ReferredBy: `Sigismondo Drake`, CreatedOn: `2017-02-22`, Birthday: `1999-09-13`, LastActivity: `2017-03-06`, NextActivity: `2017-11-06`, DealsWon: 25, DealsLost: 7, DealsPending: 24, DealsTotal: 56, Ratio: 78, EstimatedSales: 1327296, ActualSales: 1596275, Tags: `subscriber, engineering` }), + new EmployeesDataItem({ ID: 355778038, Avatar: `https://static.infragistics.com/xplatform/images/people/men/87.jpg`, Name: `Gallagher Rodda`, Email: `groddaae@dell.com`, Company: `Quatz`, Position: `Occupational Therapist`, Phone: `509-960-2792`, Mobile: `404-511-3590`, Fax: `561-365-1346`, Street: `41489 Heffernan Court`, City: `Spokane`, ZipCode: 99252, State: `WA`, Country: `United States`, ReferredBy: `Ginger Cutriss`, CreatedOn: `2018-04-10`, Birthday: `1976-02-03`, LastActivity: `2018-05-03`, NextActivity: `2018-07-03`, DealsWon: 30, DealsLost: 10, DealsPending: 13, DealsTotal: 53, Ratio: 75, EstimatedSales: 1915654, ActualSales: 4882050, Tags: `pharmaceutical` }), + new EmployeesDataItem({ ID: 545952597, Avatar: `https://static.infragistics.com/xplatform/images/people/women/16.jpg`, Name: `Ardyth Bonnaire`, Email: `abonnaireaf@blog.com`, Company: `Gabvine`, Position: `Administrative Officer`, Phone: `919-287-4746`, Mobile: `469-986-3624`, Fax: `303-562-5034`, Street: `5627 Loftsgordon Point`, City: `Raleigh`, ZipCode: 27626, State: `NC`, Country: `United States`, ReferredBy: `Cally Bortolussi`, CreatedOn: `2017-05-04`, Birthday: `1984-09-27`, LastActivity: `2017-05-09`, NextActivity: `2018-01-09`, DealsWon: 25, DealsLost: 14, DealsPending: 11, DealsTotal: 50, Ratio: 64, EstimatedSales: 2169189, ActualSales: 3741525, Tags: `subscriber, medical` }), + new EmployeesDataItem({ ID: 997387852, Avatar: `https://static.infragistics.com/xplatform/images/people/men/11.jpg`, Name: `Ian Woolner`, Email: `iwoolnerag@pagesperso-orange.fr`, Company: `Mudo`, Position: `Marketing Manager`, Phone: `432-123-8849`, Mobile: `205-508-8859`, Fax: `310-693-8286`, Street: `976 Dixon Junction`, City: `Odessa`, ZipCode: 79764, State: `TX`, Country: `United States`, ReferredBy: `Iver Iddison`, CreatedOn: `2017-02-16`, Birthday: `1984-11-26`, LastActivity: `2017-03-04`, NextActivity: `2018-09-04`, DealsWon: 11, DealsLost: 8, DealsPending: 6, DealsTotal: 25, Ratio: 58, EstimatedSales: 724164, ActualSales: 1561021, Tags: `warm, retail` }), + new EmployeesDataItem({ ID: 796268762, Avatar: `https://static.infragistics.com/xplatform/images/people/men/26.jpg`, Name: `Jarib Onions`, Email: `jonionsah@shop-pro.jp`, Company: `Thoughtblab`, Position: `GIS Technical Architect`, Phone: `708-232-2901`, Mobile: `949-209-8665`, Fax: `805-627-8710`, Street: `9437 Eastlawn Lane`, City: `Schaumburg`, ZipCode: 60193, State: `IL`, Country: `United States`, ReferredBy: `Sherlock Bootyman`, CreatedOn: `2017-01-01`, Birthday: `1989-12-01`, LastActivity: `2017-01-27`, NextActivity: `2018-01-27`, DealsWon: 0, DealsLost: 2, DealsPending: 13, DealsTotal: 15, Ratio: 0, EstimatedSales: 1891760, ActualSales: 0, Tags: `` }), + new EmployeesDataItem({ ID: 803558887, Avatar: `https://static.infragistics.com/xplatform/images/people/women/30.jpg`, Name: `Scarlet Giblin`, Email: `sgiblinai@msu.edu`, Company: `Tazzy`, Position: `Environmental Specialist`, Phone: `408-140-8834`, Mobile: `912-642-9369`, Fax: `304-765-8378`, Street: `4 Nevada Parkway`, City: `San Jose`, ZipCode: 95194, State: `CA`, Country: `United States`, ReferredBy: `Aura Lease`, CreatedOn: `2017-04-12`, Birthday: `1991-07-20`, LastActivity: `2017-05-04`, NextActivity: `2018-10-04`, DealsWon: 15, DealsLost: 2, DealsPending: 11, DealsTotal: 28, Ratio: 88, EstimatedSales: 1219449, ActualSales: 2505255, Tags: `subscriber, financial` }), + new EmployeesDataItem({ ID: 186726855, Avatar: `https://static.infragistics.com/xplatform/images/people/women/80.jpg`, Name: `Odella Brotherheed`, Email: `obrotherheedaj@usatoday.com`, Company: `Gigabox`, Position: `Account Representative III`, Phone: `210-279-7801`, Mobile: `205-306-5143`, Fax: `915-546-6657`, Street: `32 Muir Hill`, City: `San Antonio`, ZipCode: 78220, State: `TX`, Country: `United States`, ReferredBy: `Ali Porkiss`, CreatedOn: `2017-05-02`, Birthday: `1973-11-02`, LastActivity: `2017-05-28`, NextActivity: `2017-08-28`, DealsWon: 12, DealsLost: 28, DealsPending: 19, DealsTotal: 59, Ratio: 3, EstimatedSales: 1846287, ActualSales: 1583352, Tags: `cold, financial` }), + new EmployeesDataItem({ ID: 279330489, Avatar: `https://static.infragistics.com/xplatform/images/people/women/9.jpg`, Name: `Babara Mathivat`, Email: `bmathivatak@storify.com`, Company: `Rooxo`, Position: `Sales Associate`, Phone: `520-336-0168`, Mobile: `573-162-6486`, Fax: `915-981-7377`, Street: `45364 Union Hill`, City: `Phoenix`, ZipCode: 85025, State: `AZ`, Country: `United States`, ReferredBy: `Tam David`, CreatedOn: `2017-04-30`, Birthday: `2001-10-30`, LastActivity: `2017-05-24`, NextActivity: `2018-04-24`, DealsWon: 10, DealsLost: 25, DealsPending: 15, DealsTotal: 50, Ratio: 29, EstimatedSales: 1782825, ActualSales: 1868660, Tags: `retail` }), + new EmployeesDataItem({ ID: 823731807, Avatar: `https://static.infragistics.com/xplatform/images/people/men/4.jpg`, Name: `Gaven Cluet`, Email: `gcluetal@latimes.com`, Company: `Flipbug`, Position: `Human Resources Manager`, Phone: `423-260-6195`, Mobile: `717-451-5437`, Fax: `203-602-1682`, Street: `9005 Emmet Crossing`, City: `Chattanooga`, ZipCode: 37416, State: `TN`, Country: `United States`, ReferredBy: `Nerta McOwan`, CreatedOn: `2017-09-05`, Birthday: `1990-12-02`, LastActivity: `2017-09-22`, NextActivity: `2018-12-22`, DealsWon: 6, DealsLost: 12, DealsPending: 1, DealsTotal: 19, Ratio: 33, EstimatedSales: 107416, ActualSales: 894870, Tags: `hot, medical` }), + new EmployeesDataItem({ ID: 655466928, Avatar: `https://static.infragistics.com/xplatform/images/people/men/62.jpg`, Name: `Jonathon Phelipeaux`, Email: `jphelipeauxam@eventbrite.com`, Company: `Aimbo`, Position: `Business Systems Development Analyst`, Phone: `610-227-8675`, Mobile: `901-358-5094`, Fax: `601-916-0135`, Street: `79 Nelson Drive`, City: `Allentown`, ZipCode: 18105, State: `PA`, Country: `United States`, ReferredBy: `Ange Iacomo`, CreatedOn: `2017-10-06`, Birthday: `1972-10-04`, LastActivity: `2017-10-24`, NextActivity: `2019-02-24`, DealsWon: 24, DealsLost: 9, DealsPending: 30, DealsTotal: 63, Ratio: 73, EstimatedSales: 5766090, ActualSales: 4497288, Tags: `hot, retail` }), + new EmployeesDataItem({ ID: 306347563, Avatar: `https://static.infragistics.com/xplatform/images/people/women/56.jpg`, Name: `Esta Girvan`, Email: `egirvanan@craigslist.org`, Company: `Voonix`, Position: `Information Systems Manager`, Phone: `918-935-8021`, Mobile: `517-371-4625`, Fax: `425-843-2585`, Street: `8 Scott Hill`, City: `Tulsa`, ZipCode: 74156, State: `OK`, Country: `United States`, ReferredBy: `Chryste Neljes`, CreatedOn: `2017-05-07`, Birthday: `1983-06-30`, LastActivity: `2017-05-31`, NextActivity: `2019-02-28`, DealsWon: 0, DealsLost: 6, DealsPending: 1, DealsTotal: 7, Ratio: 0, EstimatedSales: 165478, ActualSales: 0, Tags: `cold, pharmaceutical` }), + new EmployeesDataItem({ ID: 415972421, Avatar: `https://static.infragistics.com/xplatform/images/people/men/11.jpg`, Name: `Laird Brewin`, Email: `lbrewinao@omniture.com`, Company: `Dynava`, Position: `Occupational Therapist`, Phone: `682-986-1849`, Mobile: `303-325-8320`, Fax: `201-299-9757`, Street: `944 Scott Plaza`, City: `Fort Worth`, ZipCode: 76198, State: `TX`, Country: `United States`, ReferredBy: `Dare Steanson`, CreatedOn: `2017-12-09`, Birthday: `1994-10-30`, LastActivity: `2017-12-29`, NextActivity: `2018-02-28`, DealsWon: 26, DealsLost: 7, DealsPending: 24, DealsTotal: 57, Ratio: 79, EstimatedSales: 4014936, ActualSales: 4360902, Tags: `warm, pharmaceutical` }), + new EmployeesDataItem({ ID: 248153248, Avatar: `https://static.infragistics.com/xplatform/images/people/women/9.jpg`, Name: `Kailey Ebdon`, Email: `kebdonap@wix.com`, Company: `Lajo`, Position: `Human Resources Assistant IV`, Phone: `304-370-8899`, Mobile: `405-607-6094`, Fax: `318-588-9126`, Street: `3126 Pennsylvania Junction`, City: `Charleston`, ZipCode: 25313, State: `WV`, Country: `United States`, ReferredBy: `Leda Thurman`, CreatedOn: `2017-04-19`, Birthday: `1982-01-25`, LastActivity: `2017-04-22`, NextActivity: `2017-12-22`, DealsWon: 8, DealsLost: 10, DealsPending: 25, DealsTotal: 43, Ratio: 44, EstimatedSales: 3145750, ActualSales: 1283536, Tags: `cool, construction` }), + new EmployeesDataItem({ ID: 565107723, Avatar: `https://static.infragistics.com/xplatform/images/people/women/86.jpg`, Name: `Eugenia Raithmill`, Email: `eraithmillaq@t.co`, Company: `Zoonoodle`, Position: `Design Engineer`, Phone: `916-118-6343`, Mobile: `209-245-3556`, Fax: `415-431-9236`, Street: `481 Grover Pass`, City: `Sacramento`, ZipCode: 95818, State: `CA`, Country: `United States`, ReferredBy: `Cordelia Mannie`, CreatedOn: `2017-08-12`, Birthday: `1975-05-30`, LastActivity: `2017-09-02`, NextActivity: `2018-06-02`, DealsWon: 27, DealsLost: 15, DealsPending: 25, DealsTotal: 67, Ratio: 64, EstimatedSales: 4854200, ActualSales: 3840399, Tags: `cool, pharmaceutical` }), + new EmployeesDataItem({ ID: 174012602, Avatar: `https://static.infragistics.com/xplatform/images/people/men/47.jpg`, Name: `Wakefield Pyburn`, Email: `wpyburnar@pinterest.com`, Company: `Aivee`, Position: `Software Engineer II`, Phone: `520-985-5838`, Mobile: `202-368-0279`, Fax: `915-185-4286`, Street: `860 Hazelcrest Drive`, City: `Tucson`, ZipCode: 85710, State: `AZ`, Country: `United States`, ReferredBy: `Kessia Mancktelow`, CreatedOn: `2018-02-12`, Birthday: `1976-09-28`, LastActivity: `2018-03-04`, NextActivity: `2019-02-04`, DealsWon: 29, DealsLost: 3, DealsPending: 20, DealsTotal: 52, Ratio: 91, EstimatedSales: 2578880, ActualSales: 4731031, Tags: `pro, financial` }), + new EmployeesDataItem({ ID: 352405080, Avatar: `https://static.infragistics.com/xplatform/images/people/men/75.jpg`, Name: `Symon Wybron`, Email: `swybronas@sun.com`, Company: `Jaxworks`, Position: `Desktop Support Technician`, Phone: `434-116-1644`, Mobile: `410-413-6234`, Fax: `816-519-0912`, Street: `503 Colorado Court`, City: `Lynchburg`, ZipCode: 24503, State: `VA`, Country: `United States`, ReferredBy: `Gizela Officer`, CreatedOn: `2017-02-20`, Birthday: `1979-06-24`, LastActivity: `2017-02-26`, NextActivity: `2018-06-26`, DealsWon: 30, DealsLost: 9, DealsPending: 1, DealsTotal: 40, Ratio: 77, EstimatedSales: 108931, ActualSales: 3545880, Tags: `pro, financial` }), + new EmployeesDataItem({ ID: 206882678, Avatar: `https://static.infragistics.com/xplatform/images/people/women/76.jpg`, Name: `Atlanta Semrad`, Email: `asemradat@earthlink.net`, Company: `Tagtune`, Position: `Assistant Manager`, Phone: `804-761-8123`, Mobile: `515-129-1843`, Fax: `910-189-2085`, Street: `1 Pankratz Plaza`, City: `Richmond`, ZipCode: 23225, State: `VA`, Country: `United States`, ReferredBy: `Kaitlynn Botting`, CreatedOn: `2017-11-15`, Birthday: `1980-04-24`, LastActivity: `2017-11-23`, NextActivity: `2018-11-23`, DealsWon: 13, DealsLost: 25, DealsPending: 4, DealsTotal: 42, Ratio: 34, EstimatedSales: 299488, ActualSales: 843648, Tags: `subscriber, financial` }), + new EmployeesDataItem({ ID: 333962964, Avatar: `https://static.infragistics.com/xplatform/images/people/men/45.jpg`, Name: `Stanley Melato`, Email: `smelatoau@fotki.com`, Company: `Brainverse`, Position: `Desktop Support Technician`, Phone: `202-350-7395`, Mobile: `520-138-3192`, Fax: `508-243-8680`, Street: `81722 Spohn Circle`, City: `Washington`, ZipCode: 20540, State: `DC`, Country: `United States`, ReferredBy: `Ferdinande Flintoft`, CreatedOn: `2017-07-18`, Birthday: `1990-10-15`, LastActivity: `2017-07-26`, NextActivity: `2018-10-26`, DealsWon: 13, DealsLost: 23, DealsPending: 17, DealsTotal: 53, Ratio: 36, EstimatedSales: 2473653, ActualSales: 2065349, Tags: `demo, financial` }), + new EmployeesDataItem({ ID: 348573592, Avatar: `https://static.infragistics.com/xplatform/images/people/women/48.jpg`, Name: `Jaine Schustl`, Email: `jschustlav@utexas.edu`, Company: `Gigazoom`, Position: `Food Chemist`, Phone: `518-698-5059`, Mobile: `208-514-7762`, Fax: `405-380-5139`, Street: `3 Merry Street`, City: `Albany`, ZipCode: 12232, State: `NY`, Country: `United States`, ReferredBy: `Sonni Cancutt`, CreatedOn: `2017-09-12`, Birthday: `1992-08-13`, LastActivity: `2017-09-28`, NextActivity: `2019-06-28`, DealsWon: 16, DealsLost: 7, DealsPending: 13, DealsTotal: 36, Ratio: 7, EstimatedSales: 2002221, ActualSales: 2596208, Tags: `pro, engineering` }), + new EmployeesDataItem({ ID: 157148389, Avatar: `https://static.infragistics.com/xplatform/images/people/women/37.jpg`, Name: `Karon Mendez`, Email: `kmendezaw@icq.com`, Company: `Lajo`, Position: `VP Accounting`, Phone: `304-315-6698`, Mobile: `816-507-9978`, Fax: `262-680-8891`, Street: `2305 Anthes Road`, City: `Charleston`, ZipCode: 25389, State: `WV`, Country: `United States`, ReferredBy: `Kaia Matejka`, CreatedOn: `2017-05-29`, Birthday: `1988-04-06`, LastActivity: `2017-06-14`, NextActivity: `2019-03-14`, DealsWon: 20, DealsLost: 25, DealsPending: 10, DealsTotal: 55, Ratio: 44, EstimatedSales: 1231100, ActualSales: 2020420, Tags: `cold, engineering` }), + new EmployeesDataItem({ ID: 136073623, Avatar: `https://static.infragistics.com/xplatform/images/people/men/39.jpg`, Name: `Geordie Molden`, Email: `gmoldenax@t.co`, Company: `Dabfeed`, Position: `Web Developer II`, Phone: `915-660-3383`, Mobile: `561-498-7363`, Fax: `682-874-7103`, Street: `73 Dakota Place`, City: `El Paso`, ZipCode: 79989, State: `TX`, Country: `United States`, ReferredBy: `Jorge Lavens`, CreatedOn: `2017-11-08`, Birthday: `1989-06-03`, LastActivity: `2017-11-11`, NextActivity: `2019-09-11`, DealsWon: 30, DealsLost: 27, DealsPending: 27, DealsTotal: 84, Ratio: 53, EstimatedSales: 4475790, ActualSales: 5240970, Tags: `pro, medical` }), + new EmployeesDataItem({ ID: 584953855, Avatar: `https://static.infragistics.com/xplatform/images/people/women/7.jpg`, Name: `Leontyne Cicchinelli`, Email: `lcicchinelliay@delicious.com`, Company: `Zoozzy`, Position: `Product Engineer`, Phone: `253-348-1974`, Mobile: `702-936-2459`, Fax: `208-346-2227`, Street: `846 Becker Lane`, City: `Tacoma`, ZipCode: 98464, State: `WA`, Country: `United States`, ReferredBy: `Marcello Bakhrushin`, CreatedOn: `2017-07-22`, Birthday: `1976-06-27`, LastActivity: `2017-08-02`, NextActivity: `2018-01-02`, DealsWon: 7, DealsLost: 1, DealsPending: 14, DealsTotal: 22, Ratio: 88, EstimatedSales: 2182544, ActualSales: 1007629, Tags: `warm, engineering` }), + new EmployeesDataItem({ ID: 297357317, Avatar: `https://static.infragistics.com/xplatform/images/people/women/35.jpg`, Name: `Guillema Elcoat`, Email: `gelcoataz@etsy.com`, Company: `Fivespan`, Position: `Chemical Engineer`, Phone: `919-682-2624`, Mobile: `267-628-5922`, Fax: `253-262-7742`, Street: `01 Manley Pass`, City: `Raleigh`, ZipCode: 27621, State: `NC`, Country: `United States`, ReferredBy: `Sela Jerzyk`, CreatedOn: `2017-07-20`, Birthday: `1993-08-24`, LastActivity: `2017-07-23`, NextActivity: `2018-06-23`, DealsWon: 26, DealsLost: 4, DealsPending: 22, DealsTotal: 52, Ratio: 87, EstimatedSales: 2190540, ActualSales: 4935216, Tags: `demo, medical` }), + new EmployeesDataItem({ ID: 168215764, Avatar: `https://static.infragistics.com/xplatform/images/people/men/56.jpg`, Name: `Darrel Harriss`, Email: `dharrissb0@tamu.edu`, Company: `Dabshots`, Position: `Staff Scientist`, Phone: `614-657-4067`, Mobile: `240-269-4079`, Fax: `510-143-6763`, Street: `945 Mitchell Pass`, City: `Columbus`, ZipCode: 43210, State: `OH`, Country: `United States`, ReferredBy: `Tracy Golby`, CreatedOn: `2017-08-31`, Birthday: `1984-01-12`, LastActivity: `2017-09-24`, NextActivity: `2019-08-24`, DealsWon: 6, DealsLost: 14, DealsPending: 29, DealsTotal: 49, Ratio: 3, EstimatedSales: 2671190, ActualSales: 937554, Tags: `warm, pharmaceutical` }), + new EmployeesDataItem({ ID: 213982884, Avatar: `https://static.infragistics.com/xplatform/images/people/men/90.jpg`, Name: `Bentlee Heamus`, Email: `bheamusb1@google.ru`, Company: `Eidel`, Position: `Accounting Assistant I`, Phone: `410-784-4379`, Mobile: `806-402-8039`, Fax: `415-301-3023`, Street: `799 Thierer Lane`, City: `Baltimore`, ZipCode: 21275, State: `MD`, Country: `United States`, ReferredBy: `Gweneth Ealles`, CreatedOn: `2017-11-04`, Birthday: `1991-10-04`, LastActivity: `2017-11-13`, NextActivity: `2018-03-13`, DealsWon: 10, DealsLost: 13, DealsPending: 18, DealsTotal: 41, Ratio: 43, EstimatedSales: 1040976, ActualSales: 1429460, Tags: `demo, medical` }), + new EmployeesDataItem({ ID: 435236192, Avatar: `https://static.infragistics.com/xplatform/images/people/women/47.jpg`, Name: `Jewell Keeler`, Email: `jkeelerb2@theguardian.com`, Company: `Buzzshare`, Position: `Chief Design Engineer`, Phone: `719-854-9886`, Mobile: `704-512-9870`, Fax: `408-489-2775`, Street: `45 Calypso Drive`, City: `Denver`, ZipCode: 80209, State: `CO`, Country: `United States`, ReferredBy: `Cary Melley`, CreatedOn: `2017-06-29`, Birthday: `1984-10-01`, LastActivity: `2017-07-06`, NextActivity: `2019-05-06`, DealsWon: 23, DealsLost: 13, DealsPending: 29, DealsTotal: 65, Ratio: 64, EstimatedSales: 4427227, ActualSales: 3162063, Tags: `demo, medical` }), + new EmployeesDataItem({ ID: 854469582, Avatar: `https://static.infragistics.com/xplatform/images/people/men/64.jpg`, Name: `Eberhard Crayton`, Email: `ecraytonb3@nyu.edu`, Company: `Zoombox`, Position: `Programmer IV`, Phone: `240-827-8348`, Mobile: `864-366-7562`, Fax: `318-852-8740`, Street: `85332 Myrtle Drive`, City: `Bethesda`, ZipCode: 20816, State: `MD`, Country: `United States`, ReferredBy: `Timi Lealle`, CreatedOn: `2017-06-18`, Birthday: `1992-06-08`, LastActivity: `2017-06-25`, NextActivity: `2019-05-25`, DealsWon: 25, DealsLost: 5, DealsPending: 14, DealsTotal: 44, Ratio: 83, EstimatedSales: 850934, ActualSales: 2981425, Tags: `pro, pharmaceutical` }), + new EmployeesDataItem({ ID: 858053633, Avatar: `https://static.infragistics.com/xplatform/images/people/women/9.jpg`, Name: `Emmalynne Ranson`, Email: `eransonb4@delicious.com`, Company: `Avaveo`, Position: `Electrical Engineer`, Phone: `508-292-2293`, Mobile: `214-486-5600`, Fax: `405-540-8902`, Street: `127 Forest Run Lane`, City: `Newton`, ZipCode: 2162, State: `MA`, Country: `United States`, ReferredBy: `Celestia Fillingham`, CreatedOn: `2018-01-12`, Birthday: `1976-12-30`, LastActivity: `2018-01-31`, NextActivity: `2019-06-30`, DealsWon: 9, DealsLost: 30, DealsPending: 17, DealsTotal: 56, Ratio: 23, EstimatedSales: 945506, ActualSales: 1376064, Tags: `` }), + new EmployeesDataItem({ ID: 487696186, Avatar: `https://static.infragistics.com/xplatform/images/people/women/4.jpg`, Name: `Adriane Veld`, Email: `aveldb5@etsy.com`, Company: `Divape`, Position: `Business Systems Development Analyst`, Phone: `405-678-4027`, Mobile: `315-208-0593`, Fax: `612-280-0450`, Street: `237 Dexter Park`, City: `Oklahoma City`, ZipCode: 73190, State: `OK`, Country: `United States`, ReferredBy: `Margret Atmore`, CreatedOn: `2017-04-18`, Birthday: `1975-06-14`, LastActivity: `2017-04-25`, NextActivity: `2018-07-25`, DealsWon: 16, DealsLost: 17, DealsPending: 9, DealsTotal: 42, Ratio: 48, EstimatedSales: 719631, ActualSales: 2335872, Tags: `` }), + new EmployeesDataItem({ ID: 846533188, Avatar: `https://static.infragistics.com/xplatform/images/people/men/71.jpg`, Name: `Bartholemy Treece`, Email: `btreeceb6@jalbum.net`, Company: `Browsezoom`, Position: `Environmental Specialist`, Phone: `601-285-0905`, Mobile: `772-594-6234`, Fax: `804-467-5253`, Street: `234 Warrior Alley`, City: `Jackson`, ZipCode: 39296, State: `MS`, Country: `United States`, ReferredBy: `Alyss Greenless`, CreatedOn: `2017-10-31`, Birthday: `1970-08-13`, LastActivity: `2017-11-09`, NextActivity: `2019-02-09`, DealsWon: 24, DealsLost: 7, DealsPending: 1, DealsTotal: 32, Ratio: 77, EstimatedSales: 139949, ActualSales: 1396056, Tags: `pro, engineering` }), + new EmployeesDataItem({ ID: 262302585, Avatar: `https://static.infragistics.com/xplatform/images/people/women/31.jpg`, Name: `Pollyanna Stickney`, Email: `pstickneyb7@deliciousdays.com`, Company: `Browseblab`, Position: `Internal Auditor`, Phone: `916-955-7346`, Mobile: `215-484-3658`, Fax: `763-237-9137`, Street: `9 Old Shore Hill`, City: `Sacramento`, ZipCode: 94237, State: `CA`, Country: `United States`, ReferredBy: `Albrecht Dixson`, CreatedOn: `2017-07-15`, Birthday: `1986-11-29`, LastActivity: `2017-08-10`, NextActivity: `2019-02-10`, DealsWon: 4, DealsLost: 22, DealsPending: 3, DealsTotal: 29, Ratio: 15, EstimatedSales: 350460, ActualSales: 734488, Tags: `hot, engineering` }), + new EmployeesDataItem({ ID: 301647435, Avatar: `https://static.infragistics.com/xplatform/images/people/women/96.jpg`, Name: `Blaire Hearnaman`, Email: `bhearnamanb8@cocolog-nifty.com`, Company: `Midel`, Position: `Marketing Assistant`, Phone: `702-970-7399`, Mobile: `301-121-6322`, Fax: `772-287-2603`, Street: `602 Sutherland Point`, City: `Las Vegas`, ZipCode: 89135, State: `NV`, Country: `United States`, ReferredBy: `Beniamino Mathey`, CreatedOn: `2017-03-02`, Birthday: `1989-11-08`, LastActivity: `2017-03-17`, NextActivity: `2018-12-17`, DealsWon: 28, DealsLost: 19, DealsPending: 21, DealsTotal: 68, Ratio: 6, EstimatedSales: 3830547, ActualSales: 4828404, Tags: `cool, construction` }), + new EmployeesDataItem({ ID: 396781254, Avatar: `https://static.infragistics.com/xplatform/images/people/women/95.jpg`, Name: `Trina McLeese`, Email: `tmcleeseb9@guardian.co.uk`, Company: `Browsedrive`, Position: `Senior Sales Associate`, Phone: `918-523-3131`, Mobile: `210-229-8654`, Fax: `619-709-5056`, Street: `35597 Coolidge Park`, City: `Tulsa`, ZipCode: 74108, State: `OK`, Country: `United States`, ReferredBy: `Boyd Piggin`, CreatedOn: `2017-08-04`, Birthday: `1987-03-15`, LastActivity: `2017-08-14`, NextActivity: `2019-08-14`, DealsWon: 28, DealsLost: 28, DealsPending: 10, DealsTotal: 66, Ratio: 5, EstimatedSales: 1703760, ActualSales: 3875004, Tags: `cool, financial` }), + new EmployeesDataItem({ ID: 134661355, Avatar: `https://static.infragistics.com/xplatform/images/people/men/95.jpg`, Name: `Irving Freeman`, Email: `ifreemanba@hostgator.com`, Company: `Quimm`, Position: `Marketing Manager`, Phone: `336-981-0275`, Mobile: `404-214-3146`, Fax: `218-164-5665`, Street: `9142 Thierer Terrace`, City: `Winston Salem`, ZipCode: 27157, State: `NC`, Country: `United States`, ReferredBy: `Evanne Maddin`, CreatedOn: `2017-04-13`, Birthday: `1974-05-09`, LastActivity: `2017-04-29`, NextActivity: `2019-03-29`, DealsWon: 10, DealsLost: 13, DealsPending: 19, DealsTotal: 42, Ratio: 43, EstimatedSales: 2146506, ActualSales: 1281660, Tags: `warm, medical` }), + new EmployeesDataItem({ ID: 660114437, Avatar: `https://static.infragistics.com/xplatform/images/people/men/81.jpg`, Name: `Tobit Presslee`, Email: `tpressleebb@gov.uk`, Company: `Skivee`, Position: ``, Phone: `847-956-2631`, Mobile: `515-524-1193`, Fax: `316-996-0830`, Street: `40416 Lerdahl Parkway`, City: `Chicago`, ZipCode: 60646, State: `IL`, Country: `United States`, ReferredBy: `Dacey Mundow`, CreatedOn: `2017-08-26`, Birthday: `1983-10-17`, LastActivity: `2017-08-31`, NextActivity: `2019-05-31`, DealsWon: 17, DealsLost: 9, DealsPending: 24, DealsTotal: 50, Ratio: 65, EstimatedSales: 1330608, ActualSales: 2332893, Tags: `pro, construction` }), + new EmployeesDataItem({ ID: 663665147, Avatar: `https://static.infragistics.com/xplatform/images/people/women/92.jpg`, Name: `Gavra Fancet`, Email: `gfancetbc@uiuc.edu`, Company: `Skivee`, Position: `Director of Sales`, Phone: `971-278-3132`, Mobile: `816-708-0648`, Fax: `336-492-0174`, Street: `24474 Fairview Point`, City: `Portland`, ZipCode: 97255, State: `OR`, Country: `United States`, ReferredBy: `Scarlett Askey`, CreatedOn: `2017-09-29`, Birthday: `1982-07-09`, LastActivity: `2017-10-14`, NextActivity: `2019-05-14`, DealsWon: 27, DealsLost: 10, DealsPending: 15, DealsTotal: 52, Ratio: 73, EstimatedSales: 973260, ActualSales: 1618731, Tags: `demo, engineering` }), + new EmployeesDataItem({ ID: 134664561, Avatar: `https://static.infragistics.com/xplatform/images/people/men/9.jpg`, Name: `Abbot MacGow`, Email: `amacgowbd@mail.ru`, Company: `Thoughtblab`, Position: `Data Coordiator`, Phone: `606-920-5382`, Mobile: `865-293-5555`, Fax: `260-873-3003`, Street: `1 Blackbird Road`, City: `London`, ZipCode: 40745, State: `KY`, Country: `United States`, ReferredBy: `Ellwood Phython`, CreatedOn: `2018-03-23`, Birthday: `1985-11-26`, LastActivity: `2018-04-01`, NextActivity: `2018-07-01`, DealsWon: 23, DealsLost: 26, DealsPending: 8, DealsTotal: 57, Ratio: 47, EstimatedSales: 790064, ActualSales: 3351606, Tags: `pro, retail` }), + new EmployeesDataItem({ ID: 120226758, Avatar: `https://static.infragistics.com/xplatform/images/people/men/74.jpg`, Name: `Bartlett Seiffert`, Email: `bseiffertbe@mozilla.org`, Company: `Yoveo`, Position: `Staff Accountant IV`, Phone: `304-189-0328`, Mobile: `831-939-0175`, Fax: `202-221-2642`, Street: `881 Redwing Plaza`, City: `Huntington`, ZipCode: 25770, State: `WV`, Country: `United States`, ReferredBy: `Lemmie Parkyn`, CreatedOn: `2017-11-14`, Birthday: `1981-12-07`, LastActivity: `2017-12-12`, NextActivity: `2019-08-12`, DealsWon: 22, DealsLost: 15, DealsPending: 22, DealsTotal: 59, Ratio: 59, EstimatedSales: 4245934, ActualSales: 1480160, Tags: `cold, retail` }), + new EmployeesDataItem({ ID: 670709385, Avatar: `https://static.infragistics.com/xplatform/images/people/men/77.jpg`, Name: `Pincus Damrell`, Email: `pdamrellbf@prnewswire.com`, Company: `Npath`, Position: `Social Worker`, Phone: `203-886-8200`, Mobile: `317-492-3842`, Fax: `301-897-4739`, Street: `5 Haas Drive`, City: `Stamford`, ZipCode: 6922, State: `CT`, Country: `United States`, ReferredBy: `Barnie Kose`, CreatedOn: `2018-04-09`, Birthday: `1970-07-10`, LastActivity: `2018-04-28`, NextActivity: `2019-09-28`, DealsWon: 27, DealsLost: 17, DealsPending: 10, DealsTotal: 54, Ratio: 61, EstimatedSales: 895270, ActualSales: 4582278, Tags: `subscriber, retail` }), + new EmployeesDataItem({ ID: 376886566, Avatar: `https://static.infragistics.com/xplatform/images/people/women/8.jpg`, Name: `Ashlen Klossmann`, Email: `aklossmannbg@smh.com.au`, Company: `Yombu`, Position: `Systems Administrator I`, Phone: `978-509-4966`, Mobile: `203-927-5011`, Fax: `504-771-4180`, Street: `1 8th Center`, City: `Boston`, ZipCode: 2163, State: `MA`, Country: `United States`, ReferredBy: `Veda Barrow`, CreatedOn: `2017-02-13`, Birthday: `1984-07-13`, LastActivity: `2017-03-12`, NextActivity: `2017-06-12`, DealsWon: 3, DealsLost: 8, DealsPending: 2, DealsTotal: 13, Ratio: 27, EstimatedSales: 155772, ActualSales: 379671, Tags: `demo, medical` }), + new EmployeesDataItem({ ID: 604382784, Avatar: `https://static.infragistics.com/xplatform/images/people/men/79.jpg`, Name: `Roosevelt Cornall`, Email: `rcornallbh@flickr.com`, Company: `Meemm`, Position: `Food Chemist`, Phone: `713-437-0973`, Mobile: `609-737-9711`, Fax: `850-156-4970`, Street: `4746 Packers Hill`, City: `Houston`, ZipCode: 77276, State: `TX`, Country: `United States`, ReferredBy: `Deedee Argile`, CreatedOn: `2018-01-01`, Birthday: `1997-11-09`, LastActivity: `2018-01-18`, NextActivity: `2019-04-18`, DealsWon: 13, DealsLost: 19, DealsPending: 17, DealsTotal: 49, Ratio: 41, EstimatedSales: 1438370, ActualSales: 1291407, Tags: `retail` }), + new EmployeesDataItem({ ID: 646063244, Avatar: `https://static.infragistics.com/xplatform/images/people/women/81.jpg`, Name: `Nance Girdwood`, Email: `ngirdwoodbi@zimbio.com`, Company: `Photobug`, Position: `VP Marketing`, Phone: `606-920-6339`, Mobile: `513-775-3243`, Fax: `405-711-5044`, Street: `24709 Manley Alley`, City: `London`, ZipCode: 40745, State: `KY`, Country: `United States`, ReferredBy: `Lethia Gedge`, CreatedOn: `2017-04-23`, Birthday: `1971-01-26`, LastActivity: `2017-05-13`, NextActivity: `2018-03-13`, DealsWon: 30, DealsLost: 30, DealsPending: 14, DealsTotal: 74, Ratio: 5, EstimatedSales: 1048614, ActualSales: 2644800, Tags: `warm, construction` }), + new EmployeesDataItem({ ID: 998901008, Avatar: `https://static.infragistics.com/xplatform/images/people/women/42.jpg`, Name: `Ninette Jewers`, Email: `njewersbj@State.tx.us`, Company: `Jaloo`, Position: `Marketing Assistant`, Phone: `334-633-0451`, Mobile: `727-765-9253`, Fax: `817-263-5778`, Street: `956 Corscot Park`, City: `Montgomery`, ZipCode: 36134, State: `AL`, Country: `United States`, ReferredBy: `Malorie Sellner`, CreatedOn: `2017-01-13`, Birthday: `1994-11-21`, LastActivity: `2017-01-21`, NextActivity: `2017-08-21`, DealsWon: 14, DealsLost: 14, DealsPending: 1, DealsTotal: 29, Ratio: 5, EstimatedSales: 192134, ActualSales: 1297520, Tags: `cold, financial` }), + new EmployeesDataItem({ ID: 851846477, Avatar: `https://static.infragistics.com/xplatform/images/people/women/87.jpg`, Name: `Marrilee Crompton`, Email: `mcromptonbk@disqus.com`, Company: `Digitube`, Position: `Dental Hygienist`, Phone: `714-727-7058`, Mobile: `915-954-7800`, Fax: `318-774-9350`, Street: `2 Forster Alley`, City: `Irvine`, ZipCode: 92717, State: `CA`, Country: `United States`, ReferredBy: `Tilda Pratley`, CreatedOn: `2017-01-11`, Birthday: `1989-11-13`, LastActivity: `2017-01-20`, NextActivity: `2018-04-20`, DealsWon: 7, DealsLost: 8, DealsPending: 21, DealsTotal: 36, Ratio: 47, EstimatedSales: 2784222, ActualSales: 605500, Tags: `cool, financial` }), + new EmployeesDataItem({ ID: 226687678, Avatar: `https://static.infragistics.com/xplatform/images/people/women/19.jpg`, Name: `Meredithe Dunphie`, Email: `mdunphiebl@digg.com`, Company: `Meemm`, Position: `Engineer III`, Phone: `216-879-1177`, Mobile: `281-101-4976`, Fax: `904-485-2133`, Street: `81 Bashford Hill`, City: `Cleveland`, ZipCode: 44197, State: `OH`, Country: `United States`, ReferredBy: `Mignonne Habbergham`, CreatedOn: `2017-07-01`, Birthday: `1985-08-31`, LastActivity: `2017-07-26`, NextActivity: `2019-04-26`, DealsWon: 11, DealsLost: 30, DealsPending: 24, DealsTotal: 65, Ratio: 27, EstimatedSales: 2580648, ActualSales: 1101100, Tags: `cool, medical` }), + new EmployeesDataItem({ ID: 461155215, Avatar: `https://static.infragistics.com/xplatform/images/people/women/76.jpg`, Name: `Francoise Ramsdale`, Email: `framsdalebm@creativecommons.org`, Company: `Meevee`, Position: `Staff Scientist`, Phone: `330-854-0137`, Mobile: `813-401-3531`, Fax: `806-697-8002`, Street: `93686 Lukken Park`, City: `Warren`, ZipCode: 44485, State: `OH`, Country: `United States`, ReferredBy: `Zacharias Pollastrino`, CreatedOn: `2017-07-16`, Birthday: `1988-06-05`, LastActivity: `2017-07-29`, NextActivity: `2017-11-29`, DealsWon: 4, DealsLost: 5, DealsPending: 6, DealsTotal: 15, Ratio: 44, EstimatedSales: 531066, ActualSales: 533312, Tags: `warm, financial` }), + new EmployeesDataItem({ ID: 478148637, Avatar: `https://static.infragistics.com/xplatform/images/people/women/24.jpg`, Name: `Leticia Grisewood`, Email: `lgrisewoodbn@youtube.com`, Company: `Innotype`, Position: `Administrative Assistant III`, Phone: `803-437-0732`, Mobile: `512-125-4879`, Fax: `405-456-4413`, Street: `7336 Commercial Court`, City: `Aiken`, ZipCode: 29805, State: `SC`, Country: `United States`, ReferredBy: `Devi Full`, CreatedOn: `2018-03-31`, Birthday: `1984-04-25`, LastActivity: `2018-04-24`, NextActivity: `2019-03-24`, DealsWon: 11, DealsLost: 3, DealsPending: 12, DealsTotal: 26, Ratio: 79, EstimatedSales: 2026416, ActualSales: 714549, Tags: `demo, retail` }), + new EmployeesDataItem({ ID: 485432833, Avatar: `https://static.infragistics.com/xplatform/images/people/women/24.jpg`, Name: `Kacy Grangier`, Email: `kgrangierbo@about.com`, Company: `Yata`, Position: `Paralegal`, Phone: `916-867-4529`, Mobile: `302-745-6755`, Fax: `512-213-5757`, Street: `3594 Briar Crest Pass`, City: `Sacramento`, ZipCode: 95838, State: `CA`, Country: `United States`, ReferredBy: `Annissa Henworth`, CreatedOn: `2018-01-11`, Birthday: `1977-07-22`, LastActivity: `2018-01-21`, NextActivity: `2018-12-21`, DealsWon: 19, DealsLost: 29, DealsPending: 23, DealsTotal: 71, Ratio: 4, EstimatedSales: 2287442, ActualSales: 2014247, Tags: `financial` }), + new EmployeesDataItem({ ID: 914957339, Avatar: `https://static.infragistics.com/xplatform/images/people/men/56.jpg`, Name: `Stu Frisdick`, Email: `sfrisdickbp@zdnet.com`, Company: `DabZ`, Position: ``, Phone: `520-988-6686`, Mobile: `281-119-4824`, Fax: `484-833-4948`, Street: `0 Clove Hill`, City: `Tucson`, ZipCode: 85737, State: `AZ`, Country: `United States`, ReferredBy: `Lusa Rilston`, CreatedOn: `2017-02-21`, Birthday: `2000-11-17`, LastActivity: `2017-03-02`, NextActivity: `2017-04-02`, DealsWon: 16, DealsLost: 26, DealsPending: 11, DealsTotal: 53, Ratio: 38, EstimatedSales: 1588785, ActualSales: 3199264, Tags: `subscriber, pharmaceutical` }), + new EmployeesDataItem({ ID: 638757315, Avatar: `https://static.infragistics.com/xplatform/images/people/men/67.jpg`, Name: `Filmer Neath`, Email: `fneathbq@unc.edu`, Company: `Devcast`, Position: `Structural Analysis Engineer`, Phone: `505-750-5412`, Mobile: `804-311-6929`, Fax: `757-768-3310`, Street: `97 Ramsey Park`, City: `Albuquerque`, ZipCode: 87201, State: `NM`, Country: `United States`, ReferredBy: `Dodi Gommey`, CreatedOn: `2017-01-30`, Birthday: `1980-12-15`, LastActivity: `2017-02-05`, NextActivity: `2017-10-05`, DealsWon: 6, DealsLost: 22, DealsPending: 17, DealsTotal: 45, Ratio: 21, EstimatedSales: 2482221, ActualSales: 963306, Tags: `financial` }), + new EmployeesDataItem({ ID: 848169608, Avatar: `https://static.infragistics.com/xplatform/images/people/men/60.jpg`, Name: `Avictor Keyho`, Email: `akeyhobr@smugmug.com`, Company: `Jabbersphere`, Position: `Internal Auditor`, Phone: `214-911-4890`, Mobile: `702-815-4770`, Fax: `727-409-1166`, Street: `26 Rowland Point`, City: `Dallas`, ZipCode: 75358, State: `TX`, Country: `United States`, ReferredBy: `Alta Burrett`, CreatedOn: `2018-02-10`, Birthday: `1972-02-04`, LastActivity: `2018-03-08`, NextActivity: `2019-09-08`, DealsWon: 18, DealsLost: 28, DealsPending: 24, DealsTotal: 70, Ratio: 39, EstimatedSales: 2909784, ActualSales: 2828214, Tags: `demo, retail` }), + new EmployeesDataItem({ ID: 534699420, Avatar: `https://static.infragistics.com/xplatform/images/people/men/53.jpg`, Name: `Gideon Couser`, Email: `gcouserbs@gnu.org`, Company: `Jabberbean`, Position: `Environmental Tech`, Phone: `808-197-3232`, Mobile: `801-588-7718`, Fax: `260-745-9986`, Street: `4 Drewry Lane`, City: `Honolulu`, ZipCode: 96835, State: `HI`, Country: `United States`, ReferredBy: `Laina Duplock`, CreatedOn: `2017-02-17`, Birthday: `1970-06-01`, LastActivity: `2017-02-19`, NextActivity: `2017-03-19`, DealsWon: 16, DealsLost: 16, DealsPending: 24, DealsTotal: 56, Ratio: 5, EstimatedSales: 4104696, ActualSales: 1659440, Tags: `construction` }), + new EmployeesDataItem({ ID: 437885504, Avatar: `https://static.infragistics.com/xplatform/images/people/women/10.jpg`, Name: `Ava Robertsen`, Email: `arobertsenbt@nih.gov`, Company: `Roombo`, Position: `Business Systems Development Analyst`, Phone: `-543-1337`, Mobile: `818-878-5106`, Fax: `206-965-2378`, Street: `8380 John Wall Alley`, City: `Pittsburgh`, ZipCode: 15266, State: `PA`, Country: `United States`, ReferredBy: `Collin Tinan`, CreatedOn: `2017-10-07`, Birthday: `1999-01-28`, LastActivity: `2017-10-15`, NextActivity: `2019-10-15`, DealsWon: 12, DealsLost: 2, DealsPending: 2, DealsTotal: 16, Ratio: 86, EstimatedSales: 301678, ActualSales: 1144536, Tags: `warm, medical` }), + new EmployeesDataItem({ ID: 254316624, Avatar: `https://static.infragistics.com/xplatform/images/people/women/94.jpg`, Name: `Idalia Hadaway`, Email: `ihadawaybu@twitpic.com`, Company: `Buzzbean`, Position: `VP Product Management`, Phone: `616-398-2942`, Mobile: `815-515-4652`, Fax: `218-393-9364`, Street: `2077 Ruskin Point`, City: `Grand Rapids`, ZipCode: 49510, State: `MI`, Country: `United States`, ReferredBy: `Jimmy Schade`, CreatedOn: `2017-07-08`, Birthday: `1976-01-19`, LastActivity: `2017-07-19`, NextActivity: `2018-01-19`, DealsWon: 27, DealsLost: 20, DealsPending: 9, DealsTotal: 56, Ratio: 57, EstimatedSales: 1273689, ActualSales: 3388068, Tags: `retail` }), + new EmployeesDataItem({ ID: 173572590, Avatar: `https://static.infragistics.com/xplatform/images/people/women/14.jpg`, Name: `Torrie Gillooly`, Email: `tgilloolybv@angelfire.com`, Company: `Quamba`, Position: `GIS Technical Architect`, Phone: `253-257-6290`, Mobile: `805-887-4914`, Fax: `918-362-4190`, Street: `988 Prairie Rose Way`, City: `Lakewood`, ZipCode: 98498, State: `WA`, Country: `United States`, ReferredBy: `Carling Howsin`, CreatedOn: `2017-08-22`, Birthday: `1988-01-01`, LastActivity: `2017-08-26`, NextActivity: `2019-07-26`, DealsWon: 20, DealsLost: 2, DealsPending: 9, DealsTotal: 31, Ratio: 91, EstimatedSales: 1182708, ActualSales: 3594680, Tags: `retail` }), + new EmployeesDataItem({ ID: 939055594, Avatar: `https://static.infragistics.com/xplatform/images/people/men/79.jpg`, Name: `Dwayne Antognoni`, Email: `dantognonibw@umich.edu`, Company: `Wikivu`, Position: `Product Engineer`, Phone: `801-757-5121`, Mobile: `919-407-5665`, Fax: `937-543-1289`, Street: `303 Westport Parkway`, City: `Salt Lake City`, ZipCode: 84115, State: `UT`, Country: `United States`, ReferredBy: `Burlie Peinke`, CreatedOn: `2018-01-07`, Birthday: `1990-03-10`, LastActivity: `2018-02-06`, NextActivity: `2018-08-06`, DealsWon: 2, DealsLost: 29, DealsPending: 27, DealsTotal: 58, Ratio: 6, EstimatedSales: 4817826, ActualSales: 275194, Tags: `hot, pharmaceutical` }), + new EmployeesDataItem({ ID: 272081327, Avatar: `https://static.infragistics.com/xplatform/images/people/men/39.jpg`, Name: `Zebulon Blenkinship`, Email: `zblenkinshipbx@nature.com`, Company: `Photospace`, Position: `Web Developer IV`, Phone: `850-510-2673`, Mobile: `334-206-1445`, Fax: `619-670-0149`, Street: `85095 Golf Course Place`, City: `Pensacola`, ZipCode: 32526, State: `FL`, Country: `United States`, ReferredBy: `Alejoa I'anson`, CreatedOn: `2017-03-06`, Birthday: `2000-03-22`, LastActivity: `2017-03-28`, NextActivity: `2018-10-28`, DealsWon: 20, DealsLost: 27, DealsPending: 12, DealsTotal: 59, Ratio: 43, EstimatedSales: 1908864, ActualSales: 3166620, Tags: `subscriber, engineering` }), + new EmployeesDataItem({ ID: 523801691, Avatar: `https://static.infragistics.com/xplatform/images/people/men/88.jpg`, Name: `Hayes Rahill`, Email: `hrahillby@webmd.com`, Company: `Meetz`, Position: `Recruiting Manager`, Phone: `952-791-1512`, Mobile: `423-472-7552`, Fax: `212-737-3453`, Street: `85 Portage Avenue`, City: `Minneapolis`, ZipCode: 55441, State: `MN`, Country: `United States`, ReferredBy: `Julita Bonevant`, CreatedOn: `2018-01-14`, Birthday: `1975-05-10`, LastActivity: `2018-01-21`, NextActivity: `2019-09-21`, DealsWon: 23, DealsLost: 25, DealsPending: 0, DealsTotal: 48, Ratio: 48, EstimatedSales: 0, ActualSales: 3503682, Tags: `pro, engineering` }), + new EmployeesDataItem({ ID: 927404028, Avatar: `https://static.infragistics.com/xplatform/images/people/men/71.jpg`, Name: `Calvin MacGilrewy`, Email: `cmacgilrewybz@opera.com`, Company: `Oyoba`, Position: `Media Manager I`, Phone: `214-681-5190`, Mobile: `707-286-9982`, Fax: `913-266-9443`, Street: `0214 Upham Terrace`, City: `Dallas`, ZipCode: 75372, State: `TX`, Country: `United States`, ReferredBy: `Waverley Saunt`, CreatedOn: `2018-04-04`, Birthday: `1997-09-27`, LastActivity: `2018-05-02`, NextActivity: `2018-07-02`, DealsWon: 22, DealsLost: 8, DealsPending: 3, DealsTotal: 33, Ratio: 73, EstimatedSales: 574755, ActualSales: 2134110, Tags: `cool, financial` }), + new EmployeesDataItem({ ID: 148184996, Avatar: `https://static.infragistics.com/xplatform/images/people/men/73.jpg`, Name: `Mendie Moss`, Email: `mmossc0@smh.com.au`, Company: `Avamba`, Position: `Legal Assistant`, Phone: `713-107-9966`, Mobile: `907-594-1870`, Fax: `601-701-0280`, Street: `593 Pine View Center`, City: `Spring`, ZipCode: 77386, State: `TX`, Country: `United States`, ReferredBy: `Andi Rippingall`, CreatedOn: `2018-01-20`, Birthday: `1990-11-26`, LastActivity: `2018-01-22`, NextActivity: `2018-07-22`, DealsWon: 23, DealsLost: 17, DealsPending: 16, DealsTotal: 56, Ratio: 58, EstimatedSales: 895680, ActualSales: 1317854, Tags: `pro, medical` }), + new EmployeesDataItem({ ID: 596832097, Avatar: `https://static.infragistics.com/xplatform/images/people/women/81.jpg`, Name: `Tonia Finding`, Email: `tfindingc1@mapy.cz`, Company: `Flipopia`, Position: `Nurse Practicioner`, Phone: `919-602-2320`, Mobile: `512-433-7189`, Fax: `336-774-6216`, Street: `50 Daystar Plaza`, City: `Raleigh`, ZipCode: 27635, State: `NC`, Country: `United States`, ReferredBy: `Maxi Salzburger`, CreatedOn: `2017-09-30`, Birthday: `1982-07-13`, LastActivity: `2017-10-25`, NextActivity: `2018-04-25`, DealsWon: 11, DealsLost: 29, DealsPending: 11, DealsTotal: 51, Ratio: 28, EstimatedSales: 1163822, ActualSales: 929170, Tags: `demo, pharmaceutical` }), + new EmployeesDataItem({ ID: 849968521, Avatar: `https://static.infragistics.com/xplatform/images/people/men/33.jpg`, Name: `Sidney Braffington`, Email: `sbraffingtonc2@linkedin.com`, Company: `Dynabox`, Position: `Mechanical Systems Engineer`, Phone: `571-894-5464`, Mobile: `619-572-8013`, Fax: `210-706-7014`, Street: `41 Grim Pass`, City: `Alexandria`, ZipCode: 22313, State: `VA`, Country: `United States`, ReferredBy: `Jacquenetta Glacken`, CreatedOn: `2017-08-29`, Birthday: `1995-07-23`, LastActivity: `2017-08-31`, NextActivity: `2019-03-31`, DealsWon: 7, DealsLost: 25, DealsPending: 7, DealsTotal: 39, Ratio: 22, EstimatedSales: 920458, ActualSales: 905681, Tags: `subscriber, construction` }), + new EmployeesDataItem({ ID: 368277950, Avatar: `https://static.infragistics.com/xplatform/images/people/women/84.jpg`, Name: `Phoebe Tackle`, Email: `ptacklec3@squidoo.com`, Company: `Fadeo`, Position: `Accountant II`, Phone: `515-766-6325`, Mobile: `817-529-1121`, Fax: `202-577-5994`, Street: `7 Mayfield Junction`, City: `Des Moines`, ZipCode: 50936, State: `IA`, Country: `United States`, ReferredBy: `Madelyn Martusewicz`, CreatedOn: `2017-05-20`, Birthday: `1986-07-29`, LastActivity: `2017-06-01`, NextActivity: `2019-02-01`, DealsWon: 20, DealsLost: 16, DealsPending: 22, DealsTotal: 58, Ratio: 56, EstimatedSales: 3756478, ActualSales: 3491660, Tags: `cold, medical` }), + new EmployeesDataItem({ ID: 870353677, Avatar: `https://static.infragistics.com/xplatform/images/people/men/75.jpg`, Name: `Buddie Mantrip`, Email: `bmantripc4@bloglovin.com`, Company: `Mybuzz`, Position: `Environmental Specialist`, Phone: `630-483-8264`, Mobile: `719-742-7147`, Fax: `712-426-7868`, Street: `49 Loeprich Pass`, City: `Aurora`, ZipCode: 60505, State: `IL`, Country: `United States`, ReferredBy: `Gail Ethelston`, CreatedOn: `2017-07-30`, Birthday: `1983-05-03`, LastActivity: `2017-08-07`, NextActivity: `2017-10-07`, DealsWon: 21, DealsLost: 12, DealsPending: 15, DealsTotal: 48, Ratio: 64, EstimatedSales: 2828175, ActualSales: 2923662, Tags: `demo, engineering` }), + new EmployeesDataItem({ ID: 270599150, Avatar: `https://static.infragistics.com/xplatform/images/people/men/12.jpg`, Name: `Abba Molines`, Email: `amolinesc5@nba.com`, Company: `Wordtune`, Position: `Nurse`, Phone: `915-393-7743`, Mobile: `706-715-6981`, Fax: `719-743-6123`, Street: `444 Moland Terrace`, City: `El Paso`, ZipCode: 88569, State: `TX`, Country: `United States`, ReferredBy: `Bradley Arnaldy`, CreatedOn: `2018-01-31`, Birthday: `1998-04-16`, LastActivity: `2018-02-03`, NextActivity: `2019-05-03`, DealsWon: 15, DealsLost: 17, DealsPending: 28, DealsTotal: 60, Ratio: 47, EstimatedSales: 2787876, ActualSales: 822435, Tags: `warm, financial` }), + new EmployeesDataItem({ ID: 831697087, Avatar: `https://static.infragistics.com/xplatform/images/people/men/62.jpg`, Name: `Delainey Lanchbury`, Email: `dlanchburyc6@mediafire.com`, Company: `Bluezoom`, Position: `Actuary`, Phone: `407-514-9418`, Mobile: `713-390-4179`, Fax: `518-750-3116`, Street: `59 Kennedy Park`, City: `Orlando`, ZipCode: 32813, State: `FL`, Country: `United States`, ReferredBy: `Cleveland Hoyt`, CreatedOn: `2018-01-21`, Birthday: `1970-09-30`, LastActivity: `2018-02-03`, NextActivity: `2020-02-03`, DealsWon: 20, DealsLost: 8, DealsPending: 17, DealsTotal: 45, Ratio: 71, EstimatedSales: 3219086, ActualSales: 3343840, Tags: `cold, engineering` }), + new EmployeesDataItem({ ID: 363732230, Avatar: `https://static.infragistics.com/xplatform/images/people/women/53.jpg`, Name: `Gabey Crunden`, Email: `gcrundenc7@squarespace.com`, Company: `Dablist`, Position: `Health Coach I`, Phone: `310-756-5986`, Mobile: `901-456-1424`, Fax: `812-946-1676`, Street: `7 Schlimgen Place`, City: `Santa Monica`, ZipCode: 90410, State: `CA`, Country: `United States`, ReferredBy: `Zedekiah Senechault`, CreatedOn: `2018-02-16`, Birthday: `1979-09-20`, LastActivity: `2018-02-21`, NextActivity: `2019-07-21`, DealsWon: 1, DealsLost: 5, DealsPending: 16, DealsTotal: 22, Ratio: 17, EstimatedSales: 2176512, ActualSales: 165808, Tags: `subscriber, pharmaceutical` }), + new EmployeesDataItem({ ID: 501490394, Avatar: `https://static.infragistics.com/xplatform/images/people/women/1.jpg`, Name: `Kelcy Witton`, Email: `kwittonc8@ucla.edu`, Company: `Layo`, Position: `Analyst Programmer`, Phone: `336-143-5784`, Mobile: `806-671-0940`, Fax: `518-874-2244`, Street: `5158 Cherokee Way`, City: `Greensboro`, ZipCode: 27425, State: `NC`, Country: `United States`, ReferredBy: `Kimberli Syddie`, CreatedOn: `2017-10-08`, Birthday: `1983-02-09`, LastActivity: `2017-10-27`, NextActivity: `2019-05-27`, DealsWon: 21, DealsLost: 22, DealsPending: 6, DealsTotal: 49, Ratio: 49, EstimatedSales: 1007424, ActualSales: 4040316, Tags: `hot, financial` }), + new EmployeesDataItem({ ID: 380298828, Avatar: `https://static.infragistics.com/xplatform/images/people/men/15.jpg`, Name: `Hashim Pancast`, Email: `hpancastc9@ow.ly`, Company: `Nlounge`, Position: `Quality Control Specialist`, Phone: `330-938-7299`, Mobile: `509-931-1660`, Fax: `602-444-0496`, Street: `68 Brickson Park Avenue`, City: `Youngstown`, ZipCode: 44511, State: `OH`, Country: `United States`, ReferredBy: `Mirelle Measor`, CreatedOn: `2017-06-29`, Birthday: `1990-03-19`, LastActivity: `2017-07-21`, NextActivity: `2018-12-21`, DealsWon: 8, DealsLost: 6, DealsPending: 11, DealsTotal: 25, Ratio: 57, EstimatedSales: 1108074, ActualSales: 735200, Tags: `financial` }), + new EmployeesDataItem({ ID: 873482037, Avatar: `https://static.infragistics.com/xplatform/images/people/women/95.jpg`, Name: `Pegeen Dudley`, Email: `pdudleyca@hc360.com`, Company: `Jamia`, Position: `Office Assistant IV`, Phone: `770-798-0419`, Mobile: `605-658-6952`, Fax: `254-824-9619`, Street: `5662 School Crossing`, City: `Atlanta`, ZipCode: 30301, State: `GA`, Country: `United States`, ReferredBy: `Paddie Krop`, CreatedOn: `2018-03-29`, Birthday: `1978-01-01`, LastActivity: `2018-04-25`, NextActivity: `2019-09-25`, DealsWon: 13, DealsLost: 6, DealsPending: 9, DealsTotal: 28, Ratio: 68, EstimatedSales: 1224927, ActualSales: 2493491, Tags: `subscriber, medical` }), + new EmployeesDataItem({ ID: 379632492, Avatar: `https://static.infragistics.com/xplatform/images/people/men/99.jpg`, Name: `Sanders Sewart`, Email: `ssewartcb@etsy.com`, Company: `Aibox`, Position: `Product Engineer`, Phone: `865-452-8610`, Mobile: `304-553-4261`, Fax: `571-742-7891`, Street: `9 DeclaRation Point`, City: `Knoxville`, ZipCode: 37919, State: `TN`, Country: `United States`, ReferredBy: `Cammy Blamires`, CreatedOn: `2018-04-11`, Birthday: `1985-05-15`, LastActivity: `2018-05-06`, NextActivity: `2019-09-06`, DealsWon: 18, DealsLost: 5, DealsPending: 17, DealsTotal: 40, Ratio: 78, EstimatedSales: 1276785, ActualSales: 2073222, Tags: `pro, retail` }), + new EmployeesDataItem({ ID: 282735168, Avatar: `https://static.infragistics.com/xplatform/images/people/women/32.jpg`, Name: `Robina Edlestone`, Email: `redlestonecc@biblegateway.com`, Company: `Feedmix`, Position: `Director of Sales`, Phone: `309-669-5509`, Mobile: `216-789-6625`, Fax: `706-631-9450`, Street: `4450 Leroy Circle`, City: `Peoria`, ZipCode: 61629, State: `IL`, Country: `United States`, ReferredBy: `Salmon Bavidge`, CreatedOn: `2017-07-23`, Birthday: `1990-06-13`, LastActivity: `2017-08-11`, NextActivity: `2017-09-11`, DealsWon: 17, DealsLost: 24, DealsPending: 19, DealsTotal: 60, Ratio: 41, EstimatedSales: 2521775, ActualSales: 2098225, Tags: `subscriber, financial` }), + new EmployeesDataItem({ ID: 242917374, Avatar: `https://static.infragistics.com/xplatform/images/people/women/28.jpg`, Name: `Donia Izhakov`, Email: `dizhakovcd@chicagotribune.com`, Company: `Dynazzy`, Position: `Physical Therapy Assistant`, Phone: `973-831-3172`, Mobile: `320-684-4748`, Fax: `651-854-9910`, Street: `7 Brickson Park Junction`, City: `Newark`, ZipCode: 7104, State: `NJ`, Country: `United States`, ReferredBy: `Nickey Cornil`, CreatedOn: `2017-06-07`, Birthday: `1975-04-03`, LastActivity: `2017-06-14`, NextActivity: `2017-12-14`, DealsWon: 10, DealsLost: 19, DealsPending: 14, DealsTotal: 43, Ratio: 34, EstimatedSales: 793282, ActualSales: 971960, Tags: `pro, pharmaceutical` }), + new EmployeesDataItem({ ID: 653296974, Avatar: `https://static.infragistics.com/xplatform/images/people/men/20.jpg`, Name: `Francklyn Burds`, Email: `fburdsce@nih.gov`, Company: `Livefish`, Position: `Senior Developer`, Phone: `718-637-5047`, Mobile: `256-410-2762`, Fax: `212-191-6979`, Street: `30 Ramsey Junction`, City: `Brooklyn`, ZipCode: 11220, State: `NY`, Country: `United States`, ReferredBy: `Jackquelin O'Sheerin`, CreatedOn: `2017-04-16`, Birthday: `1980-03-21`, LastActivity: `2017-05-15`, NextActivity: `2018-02-15`, DealsWon: 25, DealsLost: 26, DealsPending: 15, DealsTotal: 66, Ratio: 49, EstimatedSales: 2240265, ActualSales: 1491150, Tags: `construction` }), + new EmployeesDataItem({ ID: 566023741, Avatar: `https://static.infragistics.com/xplatform/images/people/women/92.jpg`, Name: `Lizabeth Whitcombe`, Email: `lwhitcombecf@amazon.co.jp`, Company: `Jabbertype`, Position: `Paralegal`, Phone: `702-951-0879`, Mobile: `480-600-7648`, Fax: `585-873-5562`, Street: `86944 Bonner Trail`, City: `North Las Vegas`, ZipCode: 89087, State: `NV`, Country: `United States`, ReferredBy: `Ashia Baysting`, CreatedOn: `2017-06-17`, Birthday: `1984-04-01`, LastActivity: `2017-07-03`, NextActivity: `2019-01-03`, DealsWon: 5, DealsLost: 2, DealsPending: 18, DealsTotal: 25, Ratio: 71, EstimatedSales: 2418570, ActualSales: 573820, Tags: `subscriber, engineering` }), + new EmployeesDataItem({ ID: 181333342, Avatar: `https://static.infragistics.com/xplatform/images/people/men/1.jpg`, Name: `Konstantin McPolin`, Email: `kmcpolincg@tiny.cc`, Company: `Voolith`, Position: `Project Manager`, Phone: `951-552-6295`, Mobile: `212-353-2370`, Fax: `317-101-3859`, Street: `7291 Judy Trail`, City: `Riverside`, ZipCode: 92519, State: `CA`, Country: `United States`, ReferredBy: `Granny Willock`, CreatedOn: `2017-05-23`, Birthday: `1977-12-14`, LastActivity: `2017-05-27`, NextActivity: `2018-11-27`, DealsWon: 14, DealsLost: 17, DealsPending: 21, DealsTotal: 52, Ratio: 45, EstimatedSales: 2043783, ActualSales: 1491672, Tags: `financial` }), + new EmployeesDataItem({ ID: 278914491, Avatar: `https://static.infragistics.com/xplatform/images/people/men/87.jpg`, Name: `Alasdair Tapsfield`, Email: `atapsfieldch@ox.ac.uk`, Company: `Shufflebeat`, Position: `Civil Engineer`, Phone: `717-105-2953`, Mobile: `773-775-6750`, Fax: `843-901-8316`, Street: `494 Schurz Place`, City: `Lancaster`, ZipCode: 17605, State: `PA`, Country: `United States`, ReferredBy: `Ondrea Beedie`, CreatedOn: `2017-08-03`, Birthday: `1978-11-14`, LastActivity: `2017-09-01`, NextActivity: `2018-11-01`, DealsWon: 26, DealsLost: 26, DealsPending: 11, DealsTotal: 63, Ratio: 5, EstimatedSales: 1789095, ActualSales: 1462656, Tags: `financial` }), + new EmployeesDataItem({ ID: 639109531, Avatar: `https://static.infragistics.com/xplatform/images/people/men/34.jpg`, Name: `Ignacio Hammerberg`, Email: `ihammerbergci@redcross.org`, Company: `Gigaclub`, Position: `Marketing Manager`, Phone: `512-252-7640`, Mobile: `323-300-9482`, Fax: `941-517-1746`, Street: `44585 Birchwood Street`, City: `Round Rock`, ZipCode: 78682, State: `TX`, Country: `United States`, ReferredBy: `Dew Bougourd`, CreatedOn: `2017-10-09`, Birthday: `1982-02-14`, LastActivity: `2017-11-03`, NextActivity: `2018-05-03`, DealsWon: 15, DealsLost: 18, DealsPending: 19, DealsTotal: 52, Ratio: 45, EstimatedSales: 1600845, ActualSales: 910485, Tags: `hot, engineering` }), + new EmployeesDataItem({ ID: 754217072, Avatar: `https://static.infragistics.com/xplatform/images/people/men/87.jpg`, Name: `Vincents O'Donohue`, Email: `vodonohuecj@cocolog-nifty.com`, Company: `Mymm`, Position: `Social Worker`, Phone: `336-558-5931`, Mobile: `432-375-7039`, Fax: `404-708-3324`, Street: `57815 Kingsford Trail`, City: `Winston Salem`, ZipCode: 27105, State: `NC`, Country: `United States`, ReferredBy: `Olivier Pohl`, CreatedOn: `2018-02-02`, Birthday: `1996-07-27`, LastActivity: `2018-02-11`, NextActivity: `2019-09-11`, DealsWon: 6, DealsLost: 7, DealsPending: 2, DealsTotal: 15, Ratio: 46, EstimatedSales: 269990, ActualSales: 319632, Tags: `cold, pharmaceutical` }), + new EmployeesDataItem({ ID: 520274335, Avatar: `https://static.infragistics.com/xplatform/images/people/women/32.jpg`, Name: `Leela Fantone`, Email: `lfantoneck@epa.gov`, Company: `Mita`, Position: `Speech Pathologist`, Phone: `202-530-7372`, Mobile: `817-484-6218`, Fax: `651-205-1650`, Street: `57848 Melvin Point`, City: `Washington`, ZipCode: 20073, State: `DC`, Country: `United States`, ReferredBy: `Daphne Ingon`, CreatedOn: `2017-11-06`, Birthday: `2000-07-31`, LastActivity: `2017-12-02`, NextActivity: `2019-09-02`, DealsWon: 11, DealsLost: 10, DealsPending: 11, DealsTotal: 32, Ratio: 52, EstimatedSales: 1639594, ActualSales: 1256145, Tags: `` }), + new EmployeesDataItem({ ID: 716523610, Avatar: `https://static.infragistics.com/xplatform/images/people/men/19.jpg`, Name: `Justus Cadore`, Email: `jcadorecl@reference.com`, Company: `Twitterlist`, Position: `Programmer Analyst IV`, Phone: `407-225-3479`, Mobile: `321-111-5937`, Fax: `954-738-4877`, Street: `199 Gateway Center`, City: `Winter Haven`, ZipCode: 33884, State: `FL`, Country: `United States`, ReferredBy: `Maddy Aspinal`, CreatedOn: `2017-09-24`, Birthday: `2003-02-13`, LastActivity: `2017-10-02`, NextActivity: `2018-10-02`, DealsWon: 22, DealsLost: 18, DealsPending: 5, DealsTotal: 45, Ratio: 55, EstimatedSales: 474130, ActualSales: 3567278, Tags: `financial` }), + new EmployeesDataItem({ ID: 329842916, Avatar: `https://static.infragistics.com/xplatform/images/people/women/46.jpg`, Name: `Alis Nowakowski`, Email: `anowakowskicm@wikimedia.org`, Company: `Wordware`, Position: ``, Phone: `402-516-1553`, Mobile: `360-150-4360`, Fax: `915-934-7228`, Street: `5333 Sunfield Center`, City: `Omaha`, ZipCode: 68197, State: `NE`, Country: `United States`, ReferredBy: `Miguelita Gerler`, CreatedOn: `2017-03-18`, Birthday: `1973-02-15`, LastActivity: `2017-03-26`, NextActivity: `2017-07-26`, DealsWon: 26, DealsLost: 20, DealsPending: 17, DealsTotal: 63, Ratio: 57, EstimatedSales: 2466598, ActualSales: 4936620, Tags: `` }), + new EmployeesDataItem({ ID: 753253534, Avatar: `https://static.infragistics.com/xplatform/images/people/women/52.jpg`, Name: `Lorena Mousdall`, Email: `lmousdallcn@elegantthemes.com`, Company: `Aimbo`, Position: `Geologist III`, Phone: `720-341-5046`, Mobile: `916-195-7584`, Fax: `215-624-1834`, Street: `12 Melby Place`, City: `Denver`, ZipCode: 80241, State: `CO`, Country: `United States`, ReferredBy: `Carmina Tomaszek`, CreatedOn: `2017-03-13`, Birthday: `1978-09-13`, LastActivity: `2017-03-24`, NextActivity: `2018-10-24`, DealsWon: 14, DealsLost: 11, DealsPending: 2, DealsTotal: 27, Ratio: 56, EstimatedSales: 300438, ActualSales: 1338988, Tags: `cool, engineering` }), + new EmployeesDataItem({ ID: 460632062, Avatar: `https://static.infragistics.com/xplatform/images/people/women/71.jpg`, Name: `Gayle St Pierre`, Email: `gstco@cargocollective.com`, Company: `Trupe`, Position: `VP Accounting`, Phone: `530-168-6924`, Mobile: `646-366-5359`, Fax: `757-548-1834`, Street: `48 Veith Junction`, City: `Chico`, ZipCode: 95973, State: `CA`, Country: `United States`, ReferredBy: `Lynda Drinan`, CreatedOn: `2017-03-26`, Birthday: `1971-03-10`, LastActivity: `2017-04-17`, NextActivity: `2018-10-17`, DealsWon: 13, DealsLost: 14, DealsPending: 9, DealsTotal: 36, Ratio: 48, EstimatedSales: 1716966, ActualSales: 668928, Tags: `cold, medical` }), + new EmployeesDataItem({ ID: 743401827, Avatar: `https://static.infragistics.com/xplatform/images/people/women/56.jpg`, Name: `Romy Giacomelli`, Email: `rgiacomellicp@ezinearticles.com`, Company: `Eimbee`, Position: `Cost Accountant`, Phone: `719-646-0552`, Mobile: `203-707-2786`, Fax: `214-685-1141`, Street: `952 Springs Alley`, City: `Colorado Springs`, ZipCode: 80915, State: `CO`, Country: `United States`, ReferredBy: `Alanna Begg`, CreatedOn: `2017-11-18`, Birthday: `1982-10-16`, LastActivity: `2017-12-02`, NextActivity: `2018-02-02`, DealsWon: 5, DealsLost: 13, DealsPending: 8, DealsTotal: 26, Ratio: 28, EstimatedSales: 1423424, ActualSales: 949815, Tags: `subscriber, construction` }), ]; super(...newItems.slice(0)); } diff --git a/samples/grids/grid/excel-exporting/src/InvoicesData.ts b/samples/grids/grid/excel-exporting/src/InvoicesData.ts index 22c4d6e419..3d4f85aded 100644 --- a/samples/grids/grid/excel-exporting/src/InvoicesData.ts +++ b/samples/grids/grid/excel-exporting/src/InvoicesData.ts @@ -38,14976 +38,505 @@ export class InvoicesData extends Array { super(...items); } else { const newItems = [ - new InvoicesDataItem( - { - ShipName: `Jefferson Home`, - ShipAddress: `124 Wall Street`, - ShipCity: `Miami`, - ShipPostalCode: 60098, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Federal Shipping`, - CustomerID: 1000, - CustomerName: `Martin Jefferson`, - CustomerFirstName: `Martin`, - CustomerLastName: `Jefferson`, - CustomerAddress: `124 Wall Street, Miami, USA, 60098`, - Salesperson: `Nancy Jefferson`, - OrderID: 1931, - OrderDate: `3/14/2022`, - ProductID: 189, - ProductName: `IPad`, - UnitPrice: 16150.61, - Quantity: 3, - ExtendedPrice: 48451.83, - Freight: 980.61, - Discontinued: false, - Region: `South East`, - Address: `124 Wall Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 60098 - }), - new InvoicesDataItem( - { - ShipName: `Black Home`, - ShipAddress: `162 Main Street`, - ShipCity: `Miami`, - ShipPostalCode: 80193, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1001, - CustomerName: `Anna Black`, - CustomerFirstName: `Anna`, - CustomerLastName: `Black`, - CustomerAddress: `162 Main Street, Miami, USA, 80193`, - Salesperson: `Anna Smith`, - OrderID: 1163, - OrderDate: `5/22/2022`, - ProductID: 138, - ProductName: `Mac Book Pro`, - UnitPrice: 18520.59, - Quantity: 4, - ExtendedPrice: 74082.36, - Freight: 850.59, - Discontinued: false, - Region: `West`, - Address: `162 Main Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 80193 - }), - new InvoicesDataItem( - { - ShipName: `Watson Townhouse`, - ShipAddress: `164 Wall Street`, - ShipCity: `Miami`, - ShipPostalCode: 50111, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1002, - CustomerName: `Max Watson`, - CustomerFirstName: `Max`, - CustomerLastName: `Watson`, - CustomerAddress: `164 Wall Street, Miami, USA, 50111`, - Salesperson: `Martin Watson`, - OrderID: 1230, - OrderDate: `2/9/2022`, - ProductID: 118, - ProductName: `Mac Book Air`, - UnitPrice: 25310.39, - Quantity: 3, - ExtendedPrice: 75931.17, - Freight: 210.39, - Discontinued: false, - Region: `West`, - Address: `164 Wall Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 50111 - }), - new InvoicesDataItem( - { - ShipName: `Madison Townhouse`, - ShipAddress: `124 Market Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 90123, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Speedy Express`, - CustomerID: 1003, - CustomerName: `Max Madison`, - CustomerFirstName: `Max`, - CustomerLastName: `Madison`, - CustomerAddress: `124 Market Street, Philadelphia, USA, 90123`, - Salesperson: `Anna Black`, - OrderID: 1176, - OrderDate: `6/3/2022`, - ProductID: 169, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 29890.86, - Quantity: 4, - ExtendedPrice: 119563.44, - Freight: 800.86, - Discontinued: false, - Region: `South East`, - Address: `124 Market Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 90123 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Townhouse`, - ShipAddress: `181 Market Street`, - ShipCity: `Miami`, - ShipPostalCode: 90095, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1004, - CustomerName: `Pamela Jackson`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Jackson`, - CustomerAddress: `181 Market Street, Miami, USA, 90095`, - Salesperson: `Max Black`, - OrderID: 1382, - OrderDate: `1/10/2022`, - ProductID: 185, - ProductName: `Samsung Note`, - UnitPrice: 7810.61, - Quantity: 2, - ExtendedPrice: 15621.22, - Freight: 1790.61, - Discontinued: false, - Region: `West`, - Address: `181 Market Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 90095 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Home`, - ShipAddress: `188 Wall Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 50149, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1005, - CustomerName: `Mike Jefferson`, - CustomerFirstName: `Mike`, - CustomerLastName: `Jefferson`, - CustomerAddress: `188 Wall Street, Los Angeles, USA, 50149`, - Salesperson: `Martin Jefferson`, - OrderID: 1864, - OrderDate: `8/18/2022`, - ProductID: 168, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 9370.76, - Quantity: 4, - ExtendedPrice: 37483.04, - Freight: 970.76, - Discontinued: false, - Region: `North East`, - Address: `188 Wall Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 50149 - }), - new InvoicesDataItem( - { - ShipName: `Smith Home`, - ShipAddress: `174 Market Street`, - ShipCity: `Huston`, - ShipPostalCode: 90112, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1006, - CustomerName: `Martin Smith`, - CustomerFirstName: `Martin`, - CustomerLastName: `Smith`, - CustomerAddress: `174 Market Street, Huston, USA, 90112`, - Salesperson: `Nancy Smith`, - OrderID: 1502, - OrderDate: `6/13/2022`, - ProductID: 199, - ProductName: `IPhone`, - UnitPrice: 20830.47, - Quantity: 2, - ExtendedPrice: 41660.94, - Freight: 1530.47, - Discontinued: false, - Region: `West`, - Address: `174 Market Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 90112 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Townhouse`, - ShipAddress: `134 Market Street`, - ShipCity: `Miami`, - ShipPostalCode: 50083, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1007, - CustomerName: `Nancy Jefferson`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Jefferson`, - CustomerAddress: `134 Market Street, Miami, USA, 50083`, - Salesperson: `Mike Jefferson`, - OrderID: 1305, - OrderDate: `10/21/2022`, - ProductID: 185, - ProductName: `Mac Book Air`, - UnitPrice: 7320.44, - Quantity: 2, - ExtendedPrice: 14640.88, - Freight: 630.44, - Discontinued: false, - Region: `West`, - Address: `134 Market Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 50083 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Estate`, - ShipAddress: `177 Main Street`, - ShipCity: `New York`, - ShipPostalCode: 70185, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1008, - CustomerName: `Nancy Jefferson`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Jefferson`, - CustomerAddress: `177 Main Street, New York, USA, 70185`, - Salesperson: `Pamela Watson`, - OrderID: 1725, - OrderDate: `5/7/2022`, - ProductID: 133, - ProductName: `Mac Book Air`, - UnitPrice: 11240.72, - Quantity: 3, - ExtendedPrice: 33722.16, - Freight: 420.72, - Discontinued: false, - Region: `South East`, - Address: `177 Main Street`, - City: `New York`, - Country: `USA`, - PostalCode: 70185 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Estate`, - ShipAddress: `169 Main Street`, - ShipCity: `Miami`, - ShipPostalCode: 90183, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Speedy Express`, - CustomerID: 1009, - CustomerName: `Mike Jefferson`, - CustomerFirstName: `Mike`, - CustomerLastName: `Jefferson`, - CustomerAddress: `169 Main Street, Miami, USA, 90183`, - Salesperson: `Anna Watson`, - OrderID: 1977, - OrderDate: `10/14/2022`, - ProductID: 178, - ProductName: `IPhone`, - UnitPrice: 6460.55, - Quantity: 3, - ExtendedPrice: 19381.65, - Freight: 370.55, - Discontinued: true, - Region: `South East`, - Address: `169 Main Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 90183 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Estate`, - ShipAddress: `151 Market Street`, - ShipCity: `New York`, - ShipPostalCode: 80160, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1010, - CustomerName: `James Jackson`, - CustomerFirstName: `James`, - CustomerLastName: `Jackson`, - CustomerAddress: `151 Market Street, New York, USA, 80160`, - Salesperson: `Nancy Black`, - OrderID: 1666, - OrderDate: `12/6/2022`, - ProductID: 140, - ProductName: `Mac Book Pro`, - UnitPrice: 7940.82, - Quantity: 2, - ExtendedPrice: 15881.64, - Freight: 1670.82, - Discontinued: false, - Region: `South East`, - Address: `151 Market Street`, - City: `New York`, - Country: `USA`, - PostalCode: 80160 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Market`, - ShipAddress: `147 Main Street`, - ShipCity: `Miami`, - ShipPostalCode: 80183, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1011, - CustomerName: `James Jefferson`, - CustomerFirstName: `James`, - CustomerLastName: `Jefferson`, - CustomerAddress: `147 Main Street, Miami, USA, 80183`, - Salesperson: `Mike Madison`, - OrderID: 1059, - OrderDate: `5/14/2022`, - ProductID: 174, - ProductName: `Samsung Note`, - UnitPrice: 14650.56, - Quantity: 2, - ExtendedPrice: 29301.12, - Freight: 1770.56, - Discontinued: false, - Region: `West`, - Address: `147 Main Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 80183 - }), - new InvoicesDataItem( - { - ShipName: `Watson Estate`, - ShipAddress: `134 Main Street`, - ShipCity: `New York`, - ShipPostalCode: 80066, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1012, - CustomerName: `Mike Watson`, - CustomerFirstName: `Mike`, - CustomerLastName: `Watson`, - CustomerAddress: `134 Main Street, New York, USA, 80066`, - Salesperson: `Mike Black`, - OrderID: 1851, - OrderDate: `7/24/2022`, - ProductID: 175, - ProductName: `IPhone`, - UnitPrice: 7870.39, - Quantity: 2, - ExtendedPrice: 15740.78, - Freight: 360.39, - Discontinued: false, - Region: `West`, - Address: `134 Main Street`, - City: `New York`, - Country: `USA`, - PostalCode: 80066 - }), - new InvoicesDataItem( - { - ShipName: `Madison Estate`, - ShipAddress: `159 Market Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 80096, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1013, - CustomerName: `Ben Madison`, - CustomerFirstName: `Ben`, - CustomerLastName: `Madison`, - CustomerAddress: `159 Market Street, Los Angeles, USA, 80096`, - Salesperson: `Anna Madison`, - OrderID: 1451, - OrderDate: `10/4/2022`, - ProductID: 188, - ProductName: `Mac Book Pro`, - UnitPrice: 13920.38, - Quantity: 4, - ExtendedPrice: 55681.52, - Freight: 1140.38, - Discontinued: false, - Region: `North East`, - Address: `159 Market Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 80096 - }), - new InvoicesDataItem( - { - ShipName: `Madison Estate`, - ShipAddress: `187 Wall Street`, - ShipCity: `Miami`, - ShipPostalCode: 60144, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1014, - CustomerName: `Martin Madison`, - CustomerFirstName: `Martin`, - CustomerLastName: `Madison`, - CustomerAddress: `187 Wall Street, Miami, USA, 60144`, - Salesperson: `Ben Jefferson`, - OrderID: 1331, - OrderDate: `4/4/2022`, - ProductID: 119, - ProductName: `IPhone`, - UnitPrice: 6940.73, - Quantity: 5, - ExtendedPrice: 34703.65, - Freight: 640.73, - Discontinued: false, - Region: `West`, - Address: `187 Wall Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 60144 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Townhouse`, - ShipAddress: `158 Wall Street`, - ShipCity: `Huston`, - ShipPostalCode: 60063, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1015, - CustomerName: `Ben Jackson`, - CustomerFirstName: `Ben`, - CustomerLastName: `Jackson`, - CustomerAddress: `158 Wall Street, Huston, USA, 60063`, - Salesperson: `Martin Jefferson`, - OrderID: 1609, - OrderDate: `9/6/2022`, - ProductID: 171, - ProductName: `IPhone`, - UnitPrice: 29080.28, - Quantity: 2, - ExtendedPrice: 58160.56, - Freight: 1810.28, - Discontinued: false, - Region: `South East`, - Address: `158 Wall Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 60063 - }), - new InvoicesDataItem( - { - ShipName: `Black Market`, - ShipAddress: `168 Main Street`, - ShipCity: `Huston`, - ShipPostalCode: 60184, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1016, - CustomerName: `James Black`, - CustomerFirstName: `James`, - CustomerLastName: `Black`, - CustomerAddress: `168 Main Street, Huston, USA, 60184`, - Salesperson: `Martin Watson`, - OrderID: 1772, - OrderDate: `3/20/2022`, - ProductID: 152, - ProductName: `Mac Book Air`, - UnitPrice: 28350.9, - Quantity: 5, - ExtendedPrice: 141754.5, - Freight: 1290.9, - Discontinued: false, - Region: `South East`, - Address: `168 Main Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 60184 - }), - new InvoicesDataItem( - { - ShipName: `Black Market`, - ShipAddress: `116 Main Street`, - ShipCity: `Miami`, - ShipPostalCode: 60129, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1017, - CustomerName: `Nancy Black`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Black`, - CustomerAddress: `116 Main Street, Miami, USA, 60129`, - Salesperson: `Nancy Smith`, - OrderID: 1792, - OrderDate: `9/1/2022`, - ProductID: 182, - ProductName: `Samsung Note`, - UnitPrice: 13730.78, - Quantity: 4, - ExtendedPrice: 54923.12, - Freight: 740.78, - Discontinued: false, - Region: `North East`, - Address: `116 Main Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 60129 - }), - new InvoicesDataItem( - { - ShipName: `Madison Market`, - ShipAddress: `116 Market Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 80090, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1018, - CustomerName: `Martin Madison`, - CustomerFirstName: `Martin`, - CustomerLastName: `Madison`, - CustomerAddress: `116 Market Street, Los Angeles, USA, 80090`, - Salesperson: `Anna Madison`, - OrderID: 1285, - OrderDate: `10/21/2022`, - ProductID: 157, - ProductName: `Mac Book Pro`, - UnitPrice: 8120.36, - Quantity: 3, - ExtendedPrice: 24361.08, - Freight: 410.36, - Discontinued: false, - Region: `West`, - Address: `116 Market Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 80090 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Townhouse`, - ShipAddress: `135 Wall Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 90101, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1019, - CustomerName: `Max Jefferson`, - CustomerFirstName: `Max`, - CustomerLastName: `Jefferson`, - CustomerAddress: `135 Wall Street, Philadelphia, USA, 90101`, - Salesperson: `Mike Madison`, - OrderID: 1205, - OrderDate: `12/22/2022`, - ProductID: 153, - ProductName: `Mac Book Pro`, - UnitPrice: 11830.22, - Quantity: 2, - ExtendedPrice: 23660.44, - Freight: 330.22, - Discontinued: true, - Region: `North East`, - Address: `135 Wall Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 90101 - }), - new InvoicesDataItem( - { - ShipName: `Smith Home`, - ShipAddress: `164 Market Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 70056, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Speedy Express`, - CustomerID: 1020, - CustomerName: `James Smith`, - CustomerFirstName: `James`, - CustomerLastName: `Smith`, - CustomerAddress: `164 Market Street, Philadelphia, USA, 70056`, - Salesperson: `Ben Watson`, - OrderID: 1759, - OrderDate: `8/3/2022`, - ProductID: 129, - ProductName: `Mac Book Pro`, - UnitPrice: 15140.82, - Quantity: 4, - ExtendedPrice: 60563.28, - Freight: 1400.82, - Discontinued: false, - Region: `South East`, - Address: `164 Market Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 70056 - }), - new InvoicesDataItem( - { - ShipName: `Madison Estate`, - ShipAddress: `196 Wall Street`, - ShipCity: `Miami`, - ShipPostalCode: 90169, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1021, - CustomerName: `Max Madison`, - CustomerFirstName: `Max`, - CustomerLastName: `Madison`, - CustomerAddress: `196 Wall Street, Miami, USA, 90169`, - Salesperson: `Mike Smith`, - OrderID: 1879, - OrderDate: `8/17/2022`, - ProductID: 127, - ProductName: `Mac Book Air`, - UnitPrice: 26710.41, - Quantity: 5, - ExtendedPrice: 133552.05, - Freight: 1810.41, - Discontinued: false, - Region: `West`, - Address: `196 Wall Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 90169 - }), - new InvoicesDataItem( - { - ShipName: `Black Market`, - ShipAddress: `175 Wall Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 50142, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1022, - CustomerName: `Nancy Black`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Black`, - CustomerAddress: `175 Wall Street, Philadelphia, USA, 50142`, - Salesperson: `Anna Jefferson`, - OrderID: 1917, - OrderDate: `3/6/2022`, - ProductID: 114, - ProductName: `IPad`, - UnitPrice: 9640.51, - Quantity: 3, - ExtendedPrice: 28921.53, - Freight: 840.51, - Discontinued: false, - Region: `North East`, - Address: `175 Wall Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 50142 - }), - new InvoicesDataItem( - { - ShipName: `Black Home`, - ShipAddress: `122 Main Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 60097, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1023, - CustomerName: `Pamela Black`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Black`, - CustomerAddress: `122 Main Street, Los Angeles, USA, 60097`, - Salesperson: `James Black`, - OrderID: 1176, - OrderDate: `8/4/2022`, - ProductID: 197, - ProductName: `IPad`, - UnitPrice: 14500.56, - Quantity: 4, - ExtendedPrice: 58002.24, - Freight: 530.56, - Discontinued: false, - Region: `West`, - Address: `122 Main Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 60097 - }), - new InvoicesDataItem( - { - ShipName: `Smith Home`, - ShipAddress: `139 Main Street`, - ShipCity: `Miami`, - ShipPostalCode: 60175, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1024, - CustomerName: `James Smith`, - CustomerFirstName: `James`, - CustomerLastName: `Smith`, - CustomerAddress: `139 Main Street, Miami, USA, 60175`, - Salesperson: `Mike Jefferson`, - OrderID: 1317, - OrderDate: `5/21/2022`, - ProductID: 115, - ProductName: `Mac Book Air`, - UnitPrice: 17200.82, - Quantity: 2, - ExtendedPrice: 34401.64, - Freight: 1610.82, - Discontinued: false, - Region: `West`, - Address: `139 Main Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 60175 - }), - new InvoicesDataItem( - { - ShipName: `Watson Townhouse`, - ShipAddress: `155 Market Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 60124, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Federal Shipping`, - CustomerID: 1025, - CustomerName: `James Watson`, - CustomerFirstName: `James`, - CustomerLastName: `Watson`, - CustomerAddress: `155 Market Street, Philadelphia, USA, 60124`, - Salesperson: `Max Smith`, - OrderID: 1721, - OrderDate: `6/15/2022`, - ProductID: 197, - ProductName: `Samsung Note`, - UnitPrice: 9810.3, - Quantity: 2, - ExtendedPrice: 19620.6, - Freight: 1990.3, - Discontinued: false, - Region: `South East`, - Address: `155 Market Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 60124 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Townhouse`, - ShipAddress: `136 Main Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 80120, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1026, - CustomerName: `Ben Jackson`, - CustomerFirstName: `Ben`, - CustomerLastName: `Jackson`, - CustomerAddress: `136 Main Street, Philadelphia, USA, 80120`, - Salesperson: `Max Smith`, - OrderID: 1266, - OrderDate: `12/13/2022`, - ProductID: 198, - ProductName: `Mac Book Pro`, - UnitPrice: 25410.64, - Quantity: 2, - ExtendedPrice: 50821.28, - Freight: 1860.64, - Discontinued: false, - Region: `West`, - Address: `136 Main Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 80120 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Estate`, - ShipAddress: `114 Main Street`, - ShipCity: `New York`, - ShipPostalCode: 60186, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1027, - CustomerName: `Max Jackson`, - CustomerFirstName: `Max`, - CustomerLastName: `Jackson`, - CustomerAddress: `114 Main Street, New York, USA, 60186`, - Salesperson: `Mike Jefferson`, - OrderID: 1636, - OrderDate: `7/7/2022`, - ProductID: 174, - ProductName: `Mac Book Pro`, - UnitPrice: 13740.7, - Quantity: 4, - ExtendedPrice: 54962.8, - Freight: 1960.7, - Discontinued: false, - Region: `West`, - Address: `114 Main Street`, - City: `New York`, - Country: `USA`, - PostalCode: 60186 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Home`, - ShipAddress: `167 Market Street`, - ShipCity: `Huston`, - ShipPostalCode: 70193, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Speedy Express`, - CustomerID: 1028, - CustomerName: `Nancy Jefferson`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Jefferson`, - CustomerAddress: `167 Market Street, Huston, USA, 70193`, - Salesperson: `Ben Jefferson`, - OrderID: 1689, - OrderDate: `1/2/2022`, - ProductID: 192, - ProductName: `IPad`, - UnitPrice: 8760.83, - Quantity: 3, - ExtendedPrice: 26282.49, - Freight: 490.83, - Discontinued: false, - Region: `South East`, - Address: `167 Market Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 70193 - }), - new InvoicesDataItem( - { - ShipName: `Madison Home`, - ShipAddress: `139 Wall Street`, - ShipCity: `New York`, - ShipPostalCode: 80080, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1029, - CustomerName: `Anna Madison`, - CustomerFirstName: `Anna`, - CustomerLastName: `Madison`, - CustomerAddress: `139 Wall Street, New York, USA, 80080`, - Salesperson: `Anna Black`, - OrderID: 1610, - OrderDate: `3/17/2022`, - ProductID: 105, - ProductName: `Mac Book Pro`, - UnitPrice: 19860.82, - Quantity: 3, - ExtendedPrice: 59582.46, - Freight: 1990.82, - Discontinued: true, - Region: `West`, - Address: `139 Wall Street`, - City: `New York`, - Country: `USA`, - PostalCode: 80080 - }), - new InvoicesDataItem( - { - ShipName: `Madison Home`, - ShipAddress: `173 Market Street`, - ShipCity: `New York`, - ShipPostalCode: 70054, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1030, - CustomerName: `Ben Madison`, - CustomerFirstName: `Ben`, - CustomerLastName: `Madison`, - CustomerAddress: `173 Market Street, New York, USA, 70054`, - Salesperson: `Ben Jackson`, - OrderID: 1404, - OrderDate: `12/8/2022`, - ProductID: 171, - ProductName: `IPhone`, - UnitPrice: 12430.21, - Quantity: 3, - ExtendedPrice: 37290.63, - Freight: 880.21, - Discontinued: false, - Region: `West`, - Address: `173 Market Street`, - City: `New York`, - Country: `USA`, - PostalCode: 70054 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Market`, - ShipAddress: `187 Wall Street`, - ShipCity: `New York`, - ShipPostalCode: 60100, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Federal Shipping`, - CustomerID: 1031, - CustomerName: `Mike Jefferson`, - CustomerFirstName: `Mike`, - CustomerLastName: `Jefferson`, - CustomerAddress: `187 Wall Street, New York, USA, 60100`, - Salesperson: `Nancy Smith`, - OrderID: 1480, - OrderDate: `2/8/2022`, - ProductID: 181, - ProductName: `IPad`, - UnitPrice: 26730.66, - Quantity: 2, - ExtendedPrice: 53461.32, - Freight: 510.66, - Discontinued: false, - Region: `South East`, - Address: `187 Wall Street`, - City: `New York`, - Country: `USA`, - PostalCode: 60100 - }), - new InvoicesDataItem( - { - ShipName: `Madison Home`, - ShipAddress: `149 Main Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 90150, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1032, - CustomerName: `Mike Madison`, - CustomerFirstName: `Mike`, - CustomerLastName: `Madison`, - CustomerAddress: `149 Main Street, Los Angeles, USA, 90150`, - Salesperson: `Max Jefferson`, - OrderID: 1886, - OrderDate: `12/2/2022`, - ProductID: 132, - ProductName: `IPhone`, - UnitPrice: 13760.64, - Quantity: 3, - ExtendedPrice: 41281.92, - Freight: 1110.64, - Discontinued: false, - Region: `West`, - Address: `149 Main Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 90150 - }), - new InvoicesDataItem( - { - ShipName: `Smith Market`, - ShipAddress: `124 Market Street`, - ShipCity: `Huston`, - ShipPostalCode: 80175, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1033, - CustomerName: `Martin Smith`, - CustomerFirstName: `Martin`, - CustomerLastName: `Smith`, - CustomerAddress: `124 Market Street, Huston, USA, 80175`, - Salesperson: `Nancy Smith`, - OrderID: 1625, - OrderDate: `11/9/2022`, - ProductID: 100, - ProductName: `IPad`, - UnitPrice: 11590.58, - Quantity: 3, - ExtendedPrice: 34771.74, - Freight: 1080.58, - Discontinued: false, - Region: `South East`, - Address: `124 Market Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 80175 - }), - new InvoicesDataItem( - { - ShipName: `Watson Townhouse`, - ShipAddress: `193 Wall Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 60165, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1034, - CustomerName: `Max Watson`, - CustomerFirstName: `Max`, - CustomerLastName: `Watson`, - CustomerAddress: `193 Wall Street, Philadelphia, USA, 60165`, - Salesperson: `Martin Jackson`, - OrderID: 1669, - OrderDate: `7/3/2022`, - ProductID: 157, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 19220.31, - Quantity: 2, - ExtendedPrice: 38440.62, - Freight: 1130.31, - Discontinued: false, - Region: `South East`, - Address: `193 Wall Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 60165 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Estate`, - ShipAddress: `200 Wall Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 80146, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1035, - CustomerName: `Max Jackson`, - CustomerFirstName: `Max`, - CustomerLastName: `Jackson`, - CustomerAddress: `200 Wall Street, Philadelphia, USA, 80146`, - Salesperson: `Pamela Jefferson`, - OrderID: 1654, - OrderDate: `1/7/2022`, - ProductID: 155, - ProductName: `IPhone`, - UnitPrice: 7040.83, - Quantity: 2, - ExtendedPrice: 14081.66, - Freight: 1420.83, - Discontinued: false, - Region: `North East`, - Address: `200 Wall Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 80146 - }), - new InvoicesDataItem( - { - ShipName: `Smith Estate`, - ShipAddress: `122 Market Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 80150, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Speedy Express`, - CustomerID: 1036, - CustomerName: `Nancy Smith`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Smith`, - CustomerAddress: `122 Market Street, Los Angeles, USA, 80150`, - Salesperson: `Martin Jackson`, - OrderID: 1678, - OrderDate: `12/14/2022`, - ProductID: 120, - ProductName: `Mac Book Air`, - UnitPrice: 6530.89, - Quantity: 3, - ExtendedPrice: 19592.67, - Freight: 250.89, - Discontinued: false, - Region: `North East`, - Address: `122 Market Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 80150 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Market`, - ShipAddress: `128 Main Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 50068, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1037, - CustomerName: `Max Jackson`, - CustomerFirstName: `Max`, - CustomerLastName: `Jackson`, - CustomerAddress: `128 Main Street, Los Angeles, USA, 50068`, - Salesperson: `Ben Watson`, - OrderID: 1301, - OrderDate: `1/25/2022`, - ProductID: 166, - ProductName: `IPad`, - UnitPrice: 11420.23, - Quantity: 2, - ExtendedPrice: 22840.46, - Freight: 950.23, - Discontinued: false, - Region: `South East`, - Address: `128 Main Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 50068 - }), - new InvoicesDataItem( - { - ShipName: `Smith Home`, - ShipAddress: `119 Market Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 60180, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1038, - CustomerName: `Pamela Smith`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Smith`, - CustomerAddress: `119 Market Street, Los Angeles, USA, 60180`, - Salesperson: `Pamela Madison`, - OrderID: 1385, - OrderDate: `6/24/2022`, - ProductID: 132, - ProductName: `Mac Book Air`, - UnitPrice: 29810.6, - Quantity: 4, - ExtendedPrice: 119242.4, - Freight: 220.6, - Discontinued: false, - Region: `West`, - Address: `119 Market Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 60180 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Market`, - ShipAddress: `115 Market Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 90168, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Speedy Express`, - CustomerID: 1039, - CustomerName: `James Jefferson`, - CustomerFirstName: `James`, - CustomerLastName: `Jefferson`, - CustomerAddress: `115 Market Street, Los Angeles, USA, 90168`, - Salesperson: `Martin Smith`, - OrderID: 1308, - OrderDate: `8/13/2022`, - ProductID: 109, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 20770.59, - Quantity: 5, - ExtendedPrice: 103852.95, - Freight: 1690.59, - Discontinued: true, - Region: `North East`, - Address: `115 Market Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 90168 - }), - new InvoicesDataItem( - { - ShipName: `Watson Estate`, - ShipAddress: `128 Market Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 50118, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Speedy Express`, - CustomerID: 1040, - CustomerName: `Anna Watson`, - CustomerFirstName: `Anna`, - CustomerLastName: `Watson`, - CustomerAddress: `128 Market Street, Los Angeles, USA, 50118`, - Salesperson: `Pamela Black`, - OrderID: 1519, - OrderDate: `10/4/2022`, - ProductID: 139, - ProductName: `Mac Book Air`, - UnitPrice: 14860.44, - Quantity: 2, - ExtendedPrice: 29720.88, - Freight: 1670.44, - Discontinued: false, - Region: `South East`, - Address: `128 Market Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 50118 - }), - new InvoicesDataItem( - { - ShipName: `Smith Townhouse`, - ShipAddress: `108 Market Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 90129, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1041, - CustomerName: `Martin Smith`, - CustomerFirstName: `Martin`, - CustomerLastName: `Smith`, - CustomerAddress: `108 Market Street, Los Angeles, USA, 90129`, - Salesperson: `Nancy Black`, - OrderID: 1118, - OrderDate: `2/7/2022`, - ProductID: 126, - ProductName: `Mac Book Air`, - UnitPrice: 28690.85, - Quantity: 4, - ExtendedPrice: 114763.4, - Freight: 500.85, - Discontinued: false, - Region: `West`, - Address: `108 Market Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 90129 - }), - new InvoicesDataItem( - { - ShipName: `Smith Market`, - ShipAddress: `180 Main Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 50101, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1042, - CustomerName: `Anna Smith`, - CustomerFirstName: `Anna`, - CustomerLastName: `Smith`, - CustomerAddress: `180 Main Street, Los Angeles, USA, 50101`, - Salesperson: `Martin Jefferson`, - OrderID: 1541, - OrderDate: `5/3/2022`, - ProductID: 179, - ProductName: `Mac Book Pro`, - UnitPrice: 22630.28, - Quantity: 3, - ExtendedPrice: 67890.84, - Freight: 1200.28, - Discontinued: false, - Region: `North East`, - Address: `180 Main Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 50101 - }), - new InvoicesDataItem( - { - ShipName: `Black Townhouse`, - ShipAddress: `177 Market Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 90107, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1043, - CustomerName: `Max Black`, - CustomerFirstName: `Max`, - CustomerLastName: `Black`, - CustomerAddress: `177 Market Street, Philadelphia, USA, 90107`, - Salesperson: `Martin Jefferson`, - OrderID: 1747, - OrderDate: `5/11/2022`, - ProductID: 133, - ProductName: `Mac Book Pro`, - UnitPrice: 6930.51, - Quantity: 3, - ExtendedPrice: 20791.53, - Freight: 1660.51, - Discontinued: false, - Region: `South East`, - Address: `177 Market Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 90107 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Estate`, - ShipAddress: `134 Market Street`, - ShipCity: `Miami`, - ShipPostalCode: 70172, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Speedy Express`, - CustomerID: 1044, - CustomerName: `Anna Jefferson`, - CustomerFirstName: `Anna`, - CustomerLastName: `Jefferson`, - CustomerAddress: `134 Market Street, Miami, USA, 70172`, - Salesperson: `Mike Smith`, - OrderID: 1343, - OrderDate: `10/11/2022`, - ProductID: 190, - ProductName: `Samsung Note`, - UnitPrice: 26770.78, - Quantity: 4, - ExtendedPrice: 107083.12, - Freight: 960.78, - Discontinued: false, - Region: `North East`, - Address: `134 Market Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 70172 - }), - new InvoicesDataItem( - { - ShipName: `Watson Estate`, - ShipAddress: `117 Wall Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 90124, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1045, - CustomerName: `James Watson`, - CustomerFirstName: `James`, - CustomerLastName: `Watson`, - CustomerAddress: `117 Wall Street, Los Angeles, USA, 90124`, - Salesperson: `Mike Watson`, - OrderID: 1152, - OrderDate: `2/25/2022`, - ProductID: 101, - ProductName: `Mac Book Pro`, - UnitPrice: 8790.3, - Quantity: 5, - ExtendedPrice: 43951.5, - Freight: 220.3, - Discontinued: false, - Region: `South East`, - Address: `117 Wall Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 90124 - }), - new InvoicesDataItem( - { - ShipName: `Black Market`, - ShipAddress: `156 Wall Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 60181, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Speedy Express`, - CustomerID: 1046, - CustomerName: `James Black`, - CustomerFirstName: `James`, - CustomerLastName: `Black`, - CustomerAddress: `156 Wall Street, Philadelphia, USA, 60181`, - Salesperson: `Anna Smith`, - OrderID: 1823, - OrderDate: `10/12/2022`, - ProductID: 178, - ProductName: `Samsung Note`, - UnitPrice: 9750.55, - Quantity: 3, - ExtendedPrice: 29251.65, - Freight: 1940.55, - Discontinued: false, - Region: `North East`, - Address: `156 Wall Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 60181 - }), - new InvoicesDataItem( - { - ShipName: `Madison Market`, - ShipAddress: `122 Main Street`, - ShipCity: `New York`, - ShipPostalCode: 90182, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1047, - CustomerName: `Ben Madison`, - CustomerFirstName: `Ben`, - CustomerLastName: `Madison`, - CustomerAddress: `122 Main Street, New York, USA, 90182`, - Salesperson: `Mike Black`, - OrderID: 1548, - OrderDate: `5/1/2022`, - ProductID: 181, - ProductName: `Mac Book Air`, - UnitPrice: 11590.37, - Quantity: 4, - ExtendedPrice: 46361.48, - Freight: 900.37, - Discontinued: false, - Region: `West`, - Address: `122 Main Street`, - City: `New York`, - Country: `USA`, - PostalCode: 90182 - }), - new InvoicesDataItem( - { - ShipName: `Black Townhouse`, - ShipAddress: `112 Market Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 60175, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1048, - CustomerName: `Pamela Black`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Black`, - CustomerAddress: `112 Market Street, Los Angeles, USA, 60175`, - Salesperson: `Mike Madison`, - OrderID: 1581, - OrderDate: `5/21/2022`, - ProductID: 134, - ProductName: `Mac Book Air`, - UnitPrice: 8800.32, - Quantity: 2, - ExtendedPrice: 17600.64, - Freight: 1820.32, - Discontinued: false, - Region: `South East`, - Address: `112 Market Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 60175 - }), - new InvoicesDataItem( - { - ShipName: `Black Estate`, - ShipAddress: `153 Market Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 90170, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1049, - CustomerName: `Pamela Black`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Black`, - CustomerAddress: `153 Market Street, Los Angeles, USA, 90170`, - Salesperson: `Pamela Watson`, - OrderID: 1145, - OrderDate: `11/13/2022`, - ProductID: 151, - ProductName: `Mac Book Air`, - UnitPrice: 25830.42, - Quantity: 3, - ExtendedPrice: 77491.26, - Freight: 270.42, - Discontinued: true, - Region: `North East`, - Address: `153 Market Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 90170 - }), - new InvoicesDataItem( - { - ShipName: `Black Estate`, - ShipAddress: `159 Market Street`, - ShipCity: `Huston`, - ShipPostalCode: 80198, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1050, - CustomerName: `Anna Black`, - CustomerFirstName: `Anna`, - CustomerLastName: `Black`, - CustomerAddress: `159 Market Street, Huston, USA, 80198`, - Salesperson: `Pamela Jefferson`, - OrderID: 1455, - OrderDate: `12/16/2022`, - ProductID: 115, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 28510.28, - Quantity: 2, - ExtendedPrice: 57020.56, - Freight: 1450.28, - Discontinued: false, - Region: `West`, - Address: `159 Market Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 80198 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Market`, - ShipAddress: `125 Market Street`, - ShipCity: `Miami`, - ShipPostalCode: 70160, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Speedy Express`, - CustomerID: 1051, - CustomerName: `Nancy Jefferson`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Jefferson`, - CustomerAddress: `125 Market Street, Miami, USA, 70160`, - Salesperson: `Anna Jefferson`, - OrderID: 1787, - OrderDate: `1/3/2022`, - ProductID: 171, - ProductName: `Mac Book Air`, - UnitPrice: 18830.35, - Quantity: 3, - ExtendedPrice: 56491.05, - Freight: 1770.35, - Discontinued: false, - Region: `South East`, - Address: `125 Market Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 70160 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Home`, - ShipAddress: `114 Wall Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 70083, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1052, - CustomerName: `Nancy Jefferson`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Jefferson`, - CustomerAddress: `114 Wall Street, Los Angeles, USA, 70083`, - Salesperson: `Anna Madison`, - OrderID: 1591, - OrderDate: `4/6/2022`, - ProductID: 141, - ProductName: `Mac Book Air`, - UnitPrice: 18840.75, - Quantity: 2, - ExtendedPrice: 37681.5, - Freight: 710.75, - Discontinued: false, - Region: `West`, - Address: `114 Wall Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 70083 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Townhouse`, - ShipAddress: `193 Main Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 70170, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1053, - CustomerName: `James Jefferson`, - CustomerFirstName: `James`, - CustomerLastName: `Jefferson`, - CustomerAddress: `193 Main Street, Los Angeles, USA, 70170`, - Salesperson: `Anna Jackson`, - OrderID: 1020, - OrderDate: `7/20/2022`, - ProductID: 177, - ProductName: `IPad`, - UnitPrice: 15250.55, - Quantity: 3, - ExtendedPrice: 45751.65, - Freight: 980.55, - Discontinued: false, - Region: `West`, - Address: `193 Main Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 70170 - }), - new InvoicesDataItem( - { - ShipName: `Smith Home`, - ShipAddress: `156 Main Street`, - ShipCity: `Huston`, - ShipPostalCode: 50127, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Speedy Express`, - CustomerID: 1054, - CustomerName: `Ben Smith`, - CustomerFirstName: `Ben`, - CustomerLastName: `Smith`, - CustomerAddress: `156 Main Street, Huston, USA, 50127`, - Salesperson: `James Black`, - OrderID: 1770, - OrderDate: `3/24/2022`, - ProductID: 141, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 14910.59, - Quantity: 5, - ExtendedPrice: 74552.95, - Freight: 1330.59, - Discontinued: false, - Region: `South East`, - Address: `156 Main Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 50127 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Market`, - ShipAddress: `146 Market Street`, - ShipCity: `Miami`, - ShipPostalCode: 60064, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1055, - CustomerName: `Max Jackson`, - CustomerFirstName: `Max`, - CustomerLastName: `Jackson`, - CustomerAddress: `146 Market Street, Miami, USA, 60064`, - Salesperson: `Mike Smith`, - OrderID: 1766, - OrderDate: `10/23/2022`, - ProductID: 141, - ProductName: `Mac Book Air`, - UnitPrice: 16740.86, - Quantity: 3, - ExtendedPrice: 50222.58, - Freight: 580.86, - Discontinued: false, - Region: `West`, - Address: `146 Market Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 60064 - }), - new InvoicesDataItem( - { - ShipName: `Black Estate`, - ShipAddress: `163 Market Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 90158, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Speedy Express`, - CustomerID: 1056, - CustomerName: `Max Black`, - CustomerFirstName: `Max`, - CustomerLastName: `Black`, - CustomerAddress: `163 Market Street, Los Angeles, USA, 90158`, - Salesperson: `Martin Jefferson`, - OrderID: 1415, - OrderDate: `9/2/2022`, - ProductID: 112, - ProductName: `IPhone`, - UnitPrice: 25190.37, - Quantity: 3, - ExtendedPrice: 75571.11, - Freight: 1060.37, - Discontinued: false, - Region: `South East`, - Address: `163 Market Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 90158 - }), - new InvoicesDataItem( - { - ShipName: `Watson Townhouse`, - ShipAddress: `171 Main Street`, - ShipCity: `New York`, - ShipPostalCode: 50163, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1057, - CustomerName: `James Watson`, - CustomerFirstName: `James`, - CustomerLastName: `Watson`, - CustomerAddress: `171 Main Street, New York, USA, 50163`, - Salesperson: `Martin Smith`, - OrderID: 1430, - OrderDate: `9/2/2022`, - ProductID: 120, - ProductName: `Samsung Note`, - UnitPrice: 26340.71, - Quantity: 2, - ExtendedPrice: 52681.42, - Freight: 770.71, - Discontinued: false, - Region: `North East`, - Address: `171 Main Street`, - City: `New York`, - Country: `USA`, - PostalCode: 50163 - }), - new InvoicesDataItem( - { - ShipName: `Black Townhouse`, - ShipAddress: `195 Wall Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 60159, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Speedy Express`, - CustomerID: 1058, - CustomerName: `James Black`, - CustomerFirstName: `James`, - CustomerLastName: `Black`, - CustomerAddress: `195 Wall Street, Philadelphia, USA, 60159`, - Salesperson: `Ben Black`, - OrderID: 1903, - OrderDate: `2/19/2022`, - ProductID: 161, - ProductName: `IPad`, - UnitPrice: 6290.33, - Quantity: 5, - ExtendedPrice: 31451.65, - Freight: 890.33, - Discontinued: false, - Region: `South East`, - Address: `195 Wall Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 60159 - }), - new InvoicesDataItem( - { - ShipName: `Watson Market`, - ShipAddress: `171 Market Street`, - ShipCity: `Huston`, - ShipPostalCode: 50154, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1059, - CustomerName: `Pamela Watson`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Watson`, - CustomerAddress: `171 Market Street, Huston, USA, 50154`, - Salesperson: `Anna Madison`, - OrderID: 1578, - OrderDate: `6/5/2022`, - ProductID: 103, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 20240.82, - Quantity: 5, - ExtendedPrice: 101204.1, - Freight: 1490.82, - Discontinued: true, - Region: `West`, - Address: `171 Market Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 50154 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Market`, - ShipAddress: `103 Market Street`, - ShipCity: `New York`, - ShipPostalCode: 70081, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Federal Shipping`, - CustomerID: 1060, - CustomerName: `Max Jackson`, - CustomerFirstName: `Max`, - CustomerLastName: `Jackson`, - CustomerAddress: `103 Market Street, New York, USA, 70081`, - Salesperson: `Pamela Jackson`, - OrderID: 1142, - OrderDate: `4/1/2022`, - ProductID: 108, - ProductName: `IPhone`, - UnitPrice: 9790.41, - Quantity: 3, - ExtendedPrice: 29371.23, - Freight: 980.41, - Discontinued: false, - Region: `South East`, - Address: `103 Market Street`, - City: `New York`, - Country: `USA`, - PostalCode: 70081 - }), - new InvoicesDataItem( - { - ShipName: `Smith Market`, - ShipAddress: `187 Market Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 70141, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1061, - CustomerName: `Mike Smith`, - CustomerFirstName: `Mike`, - CustomerLastName: `Smith`, - CustomerAddress: `187 Market Street, Los Angeles, USA, 70141`, - Salesperson: `Ben Jefferson`, - OrderID: 1871, - OrderDate: `8/20/2022`, - ProductID: 197, - ProductName: `IPad`, - UnitPrice: 28960.39, - Quantity: 2, - ExtendedPrice: 57920.78, - Freight: 1280.39, - Discontinued: false, - Region: `West`, - Address: `187 Market Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 70141 - }), - new InvoicesDataItem( - { - ShipName: `Black Estate`, - ShipAddress: `145 Main Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 50068, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1062, - CustomerName: `Ben Black`, - CustomerFirstName: `Ben`, - CustomerLastName: `Black`, - CustomerAddress: `145 Main Street, Philadelphia, USA, 50068`, - Salesperson: `Martin Watson`, - OrderID: 1747, - OrderDate: `1/20/2022`, - ProductID: 198, - ProductName: `Mac Book Pro`, - UnitPrice: 12530.74, - Quantity: 4, - ExtendedPrice: 50122.96, - Freight: 480.74, - Discontinued: false, - Region: `West`, - Address: `145 Main Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 50068 - }), - new InvoicesDataItem( - { - ShipName: `Black Home`, - ShipAddress: `109 Market Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 90197, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1063, - CustomerName: `Nancy Black`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Black`, - CustomerAddress: `109 Market Street, Los Angeles, USA, 90197`, - Salesperson: `James Black`, - OrderID: 1881, - OrderDate: `11/6/2022`, - ProductID: 162, - ProductName: `Samsung Note`, - UnitPrice: 29810.51, - Quantity: 2, - ExtendedPrice: 59621.02, - Freight: 750.51, - Discontinued: false, - Region: `North East`, - Address: `109 Market Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 90197 - }), - new InvoicesDataItem( - { - ShipName: `Smith Market`, - ShipAddress: `155 Market Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 50184, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1064, - CustomerName: `Nancy Smith`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Smith`, - CustomerAddress: `155 Market Street, Los Angeles, USA, 50184`, - Salesperson: `Mike Madison`, - OrderID: 1172, - OrderDate: `5/14/2022`, - ProductID: 154, - ProductName: `IPhone`, - UnitPrice: 11440.88, - Quantity: 2, - ExtendedPrice: 22881.76, - Freight: 1570.88, - Discontinued: false, - Region: `West`, - Address: `155 Market Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 50184 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Estate`, - ShipAddress: `136 Main Street`, - ShipCity: `New York`, - ShipPostalCode: 60147, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Federal Shipping`, - CustomerID: 1065, - CustomerName: `James Jackson`, - CustomerFirstName: `James`, - CustomerLastName: `Jackson`, - CustomerAddress: `136 Main Street, New York, USA, 60147`, - Salesperson: `James Jefferson`, - OrderID: 1538, - OrderDate: `2/4/2022`, - ProductID: 142, - ProductName: `IPad`, - UnitPrice: 18340.25, - Quantity: 5, - ExtendedPrice: 91701.25, - Freight: 1730.25, - Discontinued: false, - Region: `South East`, - Address: `136 Main Street`, - City: `New York`, - Country: `USA`, - PostalCode: 60147 - }), - new InvoicesDataItem( - { - ShipName: `Madison Market`, - ShipAddress: `184 Wall Street`, - ShipCity: `Miami`, - ShipPostalCode: 60091, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1066, - CustomerName: `Mike Madison`, - CustomerFirstName: `Mike`, - CustomerLastName: `Madison`, - CustomerAddress: `184 Wall Street, Miami, USA, 60091`, - Salesperson: `Ben Jackson`, - OrderID: 1863, - OrderDate: `2/6/2022`, - ProductID: 186, - ProductName: `Samsung Note`, - UnitPrice: 6690.4, - Quantity: 5, - ExtendedPrice: 33452, - Freight: 930.4, - Discontinued: false, - Region: `West`, - Address: `184 Wall Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 60091 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Townhouse`, - ShipAddress: `103 Market Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 80170, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1067, - CustomerName: `James Jackson`, - CustomerFirstName: `James`, - CustomerLastName: `Jackson`, - CustomerAddress: `103 Market Street, Philadelphia, USA, 80170`, - Salesperson: `Max Black`, - OrderID: 1476, - OrderDate: `1/13/2022`, - ProductID: 156, - ProductName: `Mac Book Pro`, - UnitPrice: 29040.31, - Quantity: 5, - ExtendedPrice: 145201.55, - Freight: 1070.31, - Discontinued: false, - Region: `West`, - Address: `103 Market Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 80170 - }), - new InvoicesDataItem( - { - ShipName: `Smith Estate`, - ShipAddress: `104 Market Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 80188, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1068, - CustomerName: `Ben Smith`, - CustomerFirstName: `Ben`, - CustomerLastName: `Smith`, - CustomerAddress: `104 Market Street, Los Angeles, USA, 80188`, - Salesperson: `Martin Watson`, - OrderID: 1131, - OrderDate: `9/13/2022`, - ProductID: 131, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 6780.79, - Quantity: 4, - ExtendedPrice: 27123.16, - Freight: 600.79, - Discontinued: false, - Region: `South East`, - Address: `104 Market Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 80188 - }), - new InvoicesDataItem( - { - ShipName: `Madison Townhouse`, - ShipAddress: `140 Main Street`, - ShipCity: `New York`, - ShipPostalCode: 90197, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1069, - CustomerName: `Martin Madison`, - CustomerFirstName: `Martin`, - CustomerLastName: `Madison`, - CustomerAddress: `140 Main Street, New York, USA, 90197`, - Salesperson: `Anna Smith`, - OrderID: 1829, - OrderDate: `2/18/2022`, - ProductID: 152, - ProductName: `Samsung Note`, - UnitPrice: 20150.52, - Quantity: 4, - ExtendedPrice: 80602.08, - Freight: 1840.52, - Discontinued: true, - Region: `North East`, - Address: `140 Main Street`, - City: `New York`, - Country: `USA`, - PostalCode: 90197 - }), - new InvoicesDataItem( - { - ShipName: `Smith Market`, - ShipAddress: `172 Wall Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 90159, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1070, - CustomerName: `Mike Smith`, - CustomerFirstName: `Mike`, - CustomerLastName: `Smith`, - CustomerAddress: `172 Wall Street, Philadelphia, USA, 90159`, - Salesperson: `Pamela Watson`, - OrderID: 1082, - OrderDate: `10/1/2022`, - ProductID: 164, - ProductName: `IPad`, - UnitPrice: 23810.31, - Quantity: 2, - ExtendedPrice: 47620.62, - Freight: 320.31, - Discontinued: false, - Region: `West`, - Address: `172 Wall Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 90159 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Market`, - ShipAddress: `147 Wall Street`, - ShipCity: `Huston`, - ShipPostalCode: 90173, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Federal Shipping`, - CustomerID: 1071, - CustomerName: `Ben Jackson`, - CustomerFirstName: `Ben`, - CustomerLastName: `Jackson`, - CustomerAddress: `147 Wall Street, Huston, USA, 90173`, - Salesperson: `Martin Smith`, - OrderID: 1449, - OrderDate: `1/21/2022`, - ProductID: 111, - ProductName: `Mac Book Pro`, - UnitPrice: 8280.25, - Quantity: 4, - ExtendedPrice: 33121, - Freight: 860.25, - Discontinued: false, - Region: `South East`, - Address: `147 Wall Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 90173 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Market`, - ShipAddress: `161 Main Street`, - ShipCity: `Huston`, - ShipPostalCode: 90102, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1072, - CustomerName: `Mike Jackson`, - CustomerFirstName: `Mike`, - CustomerLastName: `Jackson`, - CustomerAddress: `161 Main Street, Huston, USA, 90102`, - Salesperson: `Nancy Black`, - OrderID: 1609, - OrderDate: `9/22/2022`, - ProductID: 197, - ProductName: `Samsung Note`, - UnitPrice: 16740.35, - Quantity: 4, - ExtendedPrice: 66961.4, - Freight: 1940.35, - Discontinued: false, - Region: `North East`, - Address: `161 Main Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 90102 - }), - new InvoicesDataItem( - { - ShipName: `Smith Home`, - ShipAddress: `102 Market Street`, - ShipCity: `Miami`, - ShipPostalCode: 70124, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1073, - CustomerName: `Ben Smith`, - CustomerFirstName: `Ben`, - CustomerLastName: `Smith`, - CustomerAddress: `102 Market Street, Miami, USA, 70124`, - Salesperson: `Anna Smith`, - OrderID: 1984, - OrderDate: `8/6/2022`, - ProductID: 123, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 14660.66, - Quantity: 3, - ExtendedPrice: 43981.98, - Freight: 1910.66, - Discontinued: false, - Region: `West`, - Address: `102 Market Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 70124 - }), - new InvoicesDataItem( - { - ShipName: `Black Estate`, - ShipAddress: `139 Market Street`, - ShipCity: `Miami`, - ShipPostalCode: 90134, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1074, - CustomerName: `Martin Black`, - CustomerFirstName: `Martin`, - CustomerLastName: `Black`, - CustomerAddress: `139 Market Street, Miami, USA, 90134`, - Salesperson: `Max Jackson`, - OrderID: 1060, - OrderDate: `3/11/2022`, - ProductID: 154, - ProductName: `Mac Book Pro`, - UnitPrice: 14460.37, - Quantity: 4, - ExtendedPrice: 57841.48, - Freight: 1020.37, - Discontinued: false, - Region: `West`, - Address: `139 Market Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 90134 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Market`, - ShipAddress: `132 Market Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 60055, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1075, - CustomerName: `Martin Jackson`, - CustomerFirstName: `Martin`, - CustomerLastName: `Jackson`, - CustomerAddress: `132 Market Street, Philadelphia, USA, 60055`, - Salesperson: `Pamela Madison`, - OrderID: 1213, - OrderDate: `9/3/2022`, - ProductID: 108, - ProductName: `IPhone`, - UnitPrice: 19340.74, - Quantity: 3, - ExtendedPrice: 58022.22, - Freight: 1370.74, - Discontinued: false, - Region: `West`, - Address: `132 Market Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 60055 - }), - new InvoicesDataItem( - { - ShipName: `Black Market`, - ShipAddress: `192 Market Street`, - ShipCity: `Miami`, - ShipPostalCode: 90135, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Speedy Express`, - CustomerID: 1076, - CustomerName: `Mike Black`, - CustomerFirstName: `Mike`, - CustomerLastName: `Black`, - CustomerAddress: `192 Market Street, Miami, USA, 90135`, - Salesperson: `Nancy Madison`, - OrderID: 1563, - OrderDate: `5/8/2022`, - ProductID: 162, - ProductName: `Samsung Note`, - UnitPrice: 12670.48, - Quantity: 2, - ExtendedPrice: 25340.96, - Freight: 1870.48, - Discontinued: false, - Region: `South East`, - Address: `192 Market Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 90135 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Market`, - ShipAddress: `108 Wall Street`, - ShipCity: `Miami`, - ShipPostalCode: 90156, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Federal Shipping`, - CustomerID: 1077, - CustomerName: `Martin Jefferson`, - CustomerFirstName: `Martin`, - CustomerLastName: `Jefferson`, - CustomerAddress: `108 Wall Street, Miami, USA, 90156`, - Salesperson: `Max Smith`, - OrderID: 1087, - OrderDate: `6/24/2022`, - ProductID: 194, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 6860.84, - Quantity: 3, - ExtendedPrice: 20582.52, - Freight: 1880.84, - Discontinued: false, - Region: `South East`, - Address: `108 Wall Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 90156 - }), - new InvoicesDataItem( - { - ShipName: `Smith Market`, - ShipAddress: `162 Wall Street`, - ShipCity: `New York`, - ShipPostalCode: 80121, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1078, - CustomerName: `Nancy Smith`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Smith`, - CustomerAddress: `162 Wall Street, New York, USA, 80121`, - Salesperson: `Anna Black`, - OrderID: 1663, - OrderDate: `9/5/2022`, - ProductID: 149, - ProductName: `Mac Book Pro`, - UnitPrice: 29550.53, - Quantity: 5, - ExtendedPrice: 147752.65, - Freight: 1270.53, - Discontinued: false, - Region: `South East`, - Address: `162 Wall Street`, - City: `New York`, - Country: `USA`, - PostalCode: 80121 - }), - new InvoicesDataItem( - { - ShipName: `Smith Market`, - ShipAddress: `165 Main Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 70057, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Speedy Express`, - CustomerID: 1079, - CustomerName: `Martin Smith`, - CustomerFirstName: `Martin`, - CustomerLastName: `Smith`, - CustomerAddress: `165 Main Street, Los Angeles, USA, 70057`, - Salesperson: `James Watson`, - OrderID: 1724, - OrderDate: `5/6/2022`, - ProductID: 180, - ProductName: `IPad`, - UnitPrice: 13560.61, - Quantity: 3, - ExtendedPrice: 40681.83, - Freight: 760.61, - Discontinued: true, - Region: `North East`, - Address: `165 Main Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 70057 - }), - new InvoicesDataItem( - { - ShipName: `Watson Market`, - ShipAddress: `162 Main Street`, - ShipCity: `Huston`, - ShipPostalCode: 60057, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1080, - CustomerName: `Anna Watson`, - CustomerFirstName: `Anna`, - CustomerLastName: `Watson`, - CustomerAddress: `162 Main Street, Huston, USA, 60057`, - Salesperson: `Anna Watson`, - OrderID: 1156, - OrderDate: `10/5/2022`, - ProductID: 157, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 17220.59, - Quantity: 3, - ExtendedPrice: 51661.77, - Freight: 1550.59, - Discontinued: false, - Region: `North East`, - Address: `162 Main Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 60057 - }), - new InvoicesDataItem( - { - ShipName: `Watson Estate`, - ShipAddress: `126 Main Street`, - ShipCity: `Miami`, - ShipPostalCode: 70200, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1081, - CustomerName: `Nancy Watson`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Watson`, - CustomerAddress: `126 Main Street, Miami, USA, 70200`, - Salesperson: `Ben Watson`, - OrderID: 1982, - OrderDate: `9/11/2022`, - ProductID: 123, - ProductName: `Mac Book Air`, - UnitPrice: 25780.79, - Quantity: 2, - ExtendedPrice: 51561.58, - Freight: 680.79, - Discontinued: false, - Region: `South East`, - Address: `126 Main Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 70200 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Market`, - ShipAddress: `105 Wall Street`, - ShipCity: `Huston`, - ShipPostalCode: 80141, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1082, - CustomerName: `Max Jackson`, - CustomerFirstName: `Max`, - CustomerLastName: `Jackson`, - CustomerAddress: `105 Wall Street, Huston, USA, 80141`, - Salesperson: `Pamela Watson`, - OrderID: 1462, - OrderDate: `6/6/2022`, - ProductID: 189, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 16990.62, - Quantity: 2, - ExtendedPrice: 33981.24, - Freight: 710.62, - Discontinued: false, - Region: `West`, - Address: `105 Wall Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 80141 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Market`, - ShipAddress: `113 Market Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 50187, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1083, - CustomerName: `James Jefferson`, - CustomerFirstName: `James`, - CustomerLastName: `Jefferson`, - CustomerAddress: `113 Market Street, Philadelphia, USA, 50187`, - Salesperson: `Martin Jefferson`, - OrderID: 1698, - OrderDate: `5/16/2022`, - ProductID: 148, - ProductName: `IPhone`, - UnitPrice: 16930.87, - Quantity: 4, - ExtendedPrice: 67723.48, - Freight: 1080.87, - Discontinued: false, - Region: `North East`, - Address: `113 Market Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 50187 - }), - new InvoicesDataItem( - { - ShipName: `Black Market`, - ShipAddress: `164 Main Street`, - ShipCity: `New York`, - ShipPostalCode: 80172, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1084, - CustomerName: `Mike Black`, - CustomerFirstName: `Mike`, - CustomerLastName: `Black`, - CustomerAddress: `164 Main Street, New York, USA, 80172`, - Salesperson: `Mike Jackson`, - OrderID: 1300, - OrderDate: `11/11/2022`, - ProductID: 164, - ProductName: `IPhone`, - UnitPrice: 8120.59, - Quantity: 4, - ExtendedPrice: 32482.36, - Freight: 1140.59, - Discontinued: false, - Region: `West`, - Address: `164 Main Street`, - City: `New York`, - Country: `USA`, - PostalCode: 80172 - }), - new InvoicesDataItem( - { - ShipName: `Watson Estate`, - ShipAddress: `108 Main Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 90074, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1085, - CustomerName: `Pamela Watson`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Watson`, - CustomerAddress: `108 Main Street, Philadelphia, USA, 90074`, - Salesperson: `Nancy Madison`, - OrderID: 1401, - OrderDate: `12/3/2022`, - ProductID: 139, - ProductName: `IPhone`, - UnitPrice: 6160.25, - Quantity: 4, - ExtendedPrice: 24641, - Freight: 1600.25, - Discontinued: false, - Region: `South East`, - Address: `108 Main Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 90074 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Market`, - ShipAddress: `175 Main Street`, - ShipCity: `Huston`, - ShipPostalCode: 80111, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1086, - CustomerName: `Max Jefferson`, - CustomerFirstName: `Max`, - CustomerLastName: `Jefferson`, - CustomerAddress: `175 Main Street, Huston, USA, 80111`, - Salesperson: `Nancy Watson`, - OrderID: 1474, - OrderDate: `9/1/2022`, - ProductID: 138, - ProductName: `Mac Book Air`, - UnitPrice: 7220.7, - Quantity: 4, - ExtendedPrice: 28882.8, - Freight: 1530.7, - Discontinued: false, - Region: `West`, - Address: `175 Main Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 80111 - }), - new InvoicesDataItem( - { - ShipName: `Madison Estate`, - ShipAddress: `102 Wall Street`, - ShipCity: `Miami`, - ShipPostalCode: 80173, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Speedy Express`, - CustomerID: 1087, - CustomerName: `Nancy Madison`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Madison`, - CustomerAddress: `102 Wall Street, Miami, USA, 80173`, - Salesperson: `Martin Jackson`, - OrderID: 1678, - OrderDate: `5/6/2022`, - ProductID: 190, - ProductName: `IPad`, - UnitPrice: 17990.28, - Quantity: 4, - ExtendedPrice: 71961.12, - Freight: 1420.28, - Discontinued: false, - Region: `South East`, - Address: `102 Wall Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 80173 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Townhouse`, - ShipAddress: `163 Market Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 50105, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1088, - CustomerName: `Mike Jackson`, - CustomerFirstName: `Mike`, - CustomerLastName: `Jackson`, - CustomerAddress: `163 Market Street, Philadelphia, USA, 50105`, - Salesperson: `Martin Black`, - OrderID: 1384, - OrderDate: `4/16/2022`, - ProductID: 156, - ProductName: `Mac Book Pro`, - UnitPrice: 15460.27, - Quantity: 3, - ExtendedPrice: 46380.81, - Freight: 1250.27, - Discontinued: false, - Region: `West`, - Address: `163 Market Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 50105 - }), - new InvoicesDataItem( - { - ShipName: `Watson Home`, - ShipAddress: `165 Wall Street`, - ShipCity: `Huston`, - ShipPostalCode: 90075, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1089, - CustomerName: `Ben Watson`, - CustomerFirstName: `Ben`, - CustomerLastName: `Watson`, - CustomerAddress: `165 Wall Street, Huston, USA, 90075`, - Salesperson: `Nancy Jefferson`, - OrderID: 1223, - OrderDate: `7/20/2022`, - ProductID: 105, - ProductName: `Mac Book Pro`, - UnitPrice: 15450.62, - Quantity: 2, - ExtendedPrice: 30901.24, - Freight: 1350.62, - Discontinued: true, - Region: `North East`, - Address: `165 Wall Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 90075 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Market`, - ShipAddress: `140 Wall Street`, - ShipCity: `New York`, - ShipPostalCode: 80134, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1090, - CustomerName: `Anna Jefferson`, - CustomerFirstName: `Anna`, - CustomerLastName: `Jefferson`, - CustomerAddress: `140 Wall Street, New York, USA, 80134`, - Salesperson: `Anna Watson`, - OrderID: 1189, - OrderDate: `10/5/2022`, - ProductID: 128, - ProductName: `Samsung Note`, - UnitPrice: 15460.25, - Quantity: 5, - ExtendedPrice: 77301.25, - Freight: 840.25, - Discontinued: false, - Region: `West`, - Address: `140 Wall Street`, - City: `New York`, - Country: `USA`, - PostalCode: 80134 - }), - new InvoicesDataItem( - { - ShipName: `Madison Market`, - ShipAddress: `191 Wall Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 80168, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1091, - CustomerName: `Max Madison`, - CustomerFirstName: `Max`, - CustomerLastName: `Madison`, - CustomerAddress: `191 Wall Street, Los Angeles, USA, 80168`, - Salesperson: `Anna Madison`, - OrderID: 1657, - OrderDate: `8/7/2022`, - ProductID: 154, - ProductName: `IPad`, - UnitPrice: 24990.6, - Quantity: 5, - ExtendedPrice: 124953, - Freight: 1890.6, - Discontinued: false, - Region: `South East`, - Address: `191 Wall Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 80168 - }), - new InvoicesDataItem( - { - ShipName: `Watson Market`, - ShipAddress: `111 Market Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 60130, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Federal Shipping`, - CustomerID: 1092, - CustomerName: `Anna Watson`, - CustomerFirstName: `Anna`, - CustomerLastName: `Watson`, - CustomerAddress: `111 Market Street, Los Angeles, USA, 60130`, - Salesperson: `Ben Jackson`, - OrderID: 1818, - OrderDate: `12/2/2022`, - ProductID: 107, - ProductName: `Samsung Note`, - UnitPrice: 19750.45, - Quantity: 4, - ExtendedPrice: 79001.8, - Freight: 1840.45, - Discontinued: false, - Region: `South East`, - Address: `111 Market Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 60130 - }), - new InvoicesDataItem( - { - ShipName: `Madison Estate`, - ShipAddress: `190 Market Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 50162, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1093, - CustomerName: `Mike Madison`, - CustomerFirstName: `Mike`, - CustomerLastName: `Madison`, - CustomerAddress: `190 Market Street, Los Angeles, USA, 50162`, - Salesperson: `Mike Watson`, - OrderID: 1117, - OrderDate: `10/12/2022`, - ProductID: 176, - ProductName: `Samsung Note`, - UnitPrice: 15390.57, - Quantity: 5, - ExtendedPrice: 76952.85, - Freight: 1500.57, - Discontinued: false, - Region: `West`, - Address: `190 Market Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 50162 - }), - new InvoicesDataItem( - { - ShipName: `Black Market`, - ShipAddress: `121 Main Street`, - ShipCity: `Miami`, - ShipPostalCode: 70156, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Federal Shipping`, - CustomerID: 1094, - CustomerName: `James Black`, - CustomerFirstName: `James`, - CustomerLastName: `Black`, - CustomerAddress: `121 Main Street, Miami, USA, 70156`, - Salesperson: `Mike Jackson`, - OrderID: 1188, - OrderDate: `11/23/2022`, - ProductID: 177, - ProductName: `IPad`, - UnitPrice: 23120.28, - Quantity: 3, - ExtendedPrice: 69360.84, - Freight: 1670.28, - Discontinued: false, - Region: `South East`, - Address: `121 Main Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 70156 - }), - new InvoicesDataItem( - { - ShipName: `Smith Market`, - ShipAddress: `120 Main Street`, - ShipCity: `Miami`, - ShipPostalCode: 60082, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Speedy Express`, - CustomerID: 1095, - CustomerName: `Martin Smith`, - CustomerFirstName: `Martin`, - CustomerLastName: `Smith`, - CustomerAddress: `120 Main Street, Miami, USA, 60082`, - Salesperson: `Nancy Smith`, - OrderID: 1673, - OrderDate: `1/25/2022`, - ProductID: 189, - ProductName: `Mac Book Air`, - UnitPrice: 16310.31, - Quantity: 4, - ExtendedPrice: 65241.24, - Freight: 370.31, - Discontinued: false, - Region: `South East`, - Address: `120 Main Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 60082 - }), - new InvoicesDataItem( - { - ShipName: `Madison Estate`, - ShipAddress: `102 Main Street`, - ShipCity: `Miami`, - ShipPostalCode: 90125, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1096, - CustomerName: `Pamela Madison`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Madison`, - CustomerAddress: `102 Main Street, Miami, USA, 90125`, - Salesperson: `Pamela Smith`, - OrderID: 1048, - OrderDate: `8/6/2022`, - ProductID: 148, - ProductName: `Mac Book Pro`, - UnitPrice: 14920.59, - Quantity: 2, - ExtendedPrice: 29841.18, - Freight: 1110.59, - Discontinued: false, - Region: `West`, - Address: `102 Main Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 90125 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Home`, - ShipAddress: `125 Main Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 80199, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1097, - CustomerName: `James Jefferson`, - CustomerFirstName: `James`, - CustomerLastName: `Jefferson`, - CustomerAddress: `125 Main Street, Los Angeles, USA, 80199`, - Salesperson: `Pamela Black`, - OrderID: 1336, - OrderDate: `6/1/2022`, - ProductID: 159, - ProductName: `Mac Book Pro`, - UnitPrice: 11370.4, - Quantity: 5, - ExtendedPrice: 56852, - Freight: 1210.4, - Discontinued: false, - Region: `West`, - Address: `125 Main Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 80199 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Townhouse`, - ShipAddress: `109 Wall Street`, - ShipCity: `Miami`, - ShipPostalCode: 60118, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1098, - CustomerName: `Mike Jefferson`, - CustomerFirstName: `Mike`, - CustomerLastName: `Jefferson`, - CustomerAddress: `109 Wall Street, Miami, USA, 60118`, - Salesperson: `James Madison`, - OrderID: 1049, - OrderDate: `2/14/2022`, - ProductID: 172, - ProductName: `Mac Book Pro`, - UnitPrice: 18730.79, - Quantity: 5, - ExtendedPrice: 93653.95, - Freight: 300.79, - Discontinued: false, - Region: `South East`, - Address: `109 Wall Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 60118 - }), - new InvoicesDataItem( - { - ShipName: `Smith Townhouse`, - ShipAddress: `149 Main Street`, - ShipCity: `Miami`, - ShipPostalCode: 50128, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1099, - CustomerName: `Anna Smith`, - CustomerFirstName: `Anna`, - CustomerLastName: `Smith`, - CustomerAddress: `149 Main Street, Miami, USA, 50128`, - Salesperson: `James Watson`, - OrderID: 1292, - OrderDate: `3/15/2022`, - ProductID: 183, - ProductName: `Mac Book Air`, - UnitPrice: 16730.48, - Quantity: 5, - ExtendedPrice: 83652.4, - Freight: 1320.48, - Discontinued: true, - Region: `North East`, - Address: `149 Main Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 50128 - }), - new InvoicesDataItem( - { - ShipName: `Smith Estate`, - ShipAddress: `183 Wall Street`, - ShipCity: `New York`, - ShipPostalCode: 50089, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1100, - CustomerName: `Ben Smith`, - CustomerFirstName: `Ben`, - CustomerLastName: `Smith`, - CustomerAddress: `183 Wall Street, New York, USA, 50089`, - Salesperson: `Max Watson`, - OrderID: 1724, - OrderDate: `9/22/2022`, - ProductID: 160, - ProductName: `IPad`, - UnitPrice: 23370.51, - Quantity: 3, - ExtendedPrice: 70111.53, - Freight: 1200.51, - Discontinued: false, - Region: `North East`, - Address: `183 Wall Street`, - City: `New York`, - Country: `USA`, - PostalCode: 50089 - }), - new InvoicesDataItem( - { - ShipName: `Watson Estate`, - ShipAddress: `195 Market Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 60110, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Federal Shipping`, - CustomerID: 1101, - CustomerName: `Martin Watson`, - CustomerFirstName: `Martin`, - CustomerLastName: `Watson`, - CustomerAddress: `195 Market Street, Philadelphia, USA, 60110`, - Salesperson: `Martin Black`, - OrderID: 1154, - OrderDate: `4/13/2022`, - ProductID: 180, - ProductName: `Samsung Note`, - UnitPrice: 24870.49, - Quantity: 4, - ExtendedPrice: 99481.96, - Freight: 1200.49, - Discontinued: false, - Region: `South East`, - Address: `195 Market Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 60110 - }), - new InvoicesDataItem( - { - ShipName: `Madison Estate`, - ShipAddress: `153 Market Street`, - ShipCity: `New York`, - ShipPostalCode: 60113, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1102, - CustomerName: `Ben Madison`, - CustomerFirstName: `Ben`, - CustomerLastName: `Madison`, - CustomerAddress: `153 Market Street, New York, USA, 60113`, - Salesperson: `Nancy Black`, - OrderID: 1333, - OrderDate: `2/24/2022`, - ProductID: 192, - ProductName: `Samsung Note`, - UnitPrice: 12710.8, - Quantity: 4, - ExtendedPrice: 50843.2, - Freight: 1520.8, - Discontinued: false, - Region: `North East`, - Address: `153 Market Street`, - City: `New York`, - Country: `USA`, - PostalCode: 60113 - }), - new InvoicesDataItem( - { - ShipName: `Watson Market`, - ShipAddress: `185 Market Street`, - ShipCity: `Miami`, - ShipPostalCode: 60118, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1103, - CustomerName: `James Watson`, - CustomerFirstName: `James`, - CustomerLastName: `Watson`, - CustomerAddress: `185 Market Street, Miami, USA, 60118`, - Salesperson: `Max Black`, - OrderID: 1243, - OrderDate: `2/7/2022`, - ProductID: 124, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 16270.33, - Quantity: 4, - ExtendedPrice: 65081.32, - Freight: 1050.33, - Discontinued: false, - Region: `West`, - Address: `185 Market Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 60118 - }), - new InvoicesDataItem( - { - ShipName: `Smith Home`, - ShipAddress: `181 Market Street`, - ShipCity: `Miami`, - ShipPostalCode: 80055, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Speedy Express`, - CustomerID: 1104, - CustomerName: `Anna Smith`, - CustomerFirstName: `Anna`, - CustomerLastName: `Smith`, - CustomerAddress: `181 Market Street, Miami, USA, 80055`, - Salesperson: `Nancy Madison`, - OrderID: 1090, - OrderDate: `12/2/2022`, - ProductID: 106, - ProductName: `Mac Book Pro`, - UnitPrice: 25150.85, - Quantity: 5, - ExtendedPrice: 125754.25, - Freight: 560.85, - Discontinued: false, - Region: `North East`, - Address: `181 Market Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 80055 - }), - new InvoicesDataItem( - { - ShipName: `Watson Home`, - ShipAddress: `185 Market Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 60149, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Speedy Express`, - CustomerID: 1105, - CustomerName: `Ben Watson`, - CustomerFirstName: `Ben`, - CustomerLastName: `Watson`, - CustomerAddress: `185 Market Street, Los Angeles, USA, 60149`, - Salesperson: `Martin Madison`, - OrderID: 1697, - OrderDate: `10/12/2022`, - ProductID: 193, - ProductName: `Mac Book Air`, - UnitPrice: 18440.22, - Quantity: 5, - ExtendedPrice: 92201.1, - Freight: 1030.22, - Discontinued: false, - Region: `North East`, - Address: `185 Market Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 60149 - }), - new InvoicesDataItem( - { - ShipName: `Madison Home`, - ShipAddress: `110 Wall Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 90160, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Speedy Express`, - CustomerID: 1106, - CustomerName: `Anna Madison`, - CustomerFirstName: `Anna`, - CustomerLastName: `Madison`, - CustomerAddress: `110 Wall Street, Los Angeles, USA, 90160`, - Salesperson: `Mike Jefferson`, - OrderID: 1868, - OrderDate: `6/20/2022`, - ProductID: 166, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 10990.49, - Quantity: 5, - ExtendedPrice: 54952.45, - Freight: 1250.49, - Discontinued: false, - Region: `North East`, - Address: `110 Wall Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 90160 - }), - new InvoicesDataItem( - { - ShipName: `Madison Home`, - ShipAddress: `124 Wall Street`, - ShipCity: `Miami`, - ShipPostalCode: 90129, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1107, - CustomerName: `Martin Madison`, - CustomerFirstName: `Martin`, - CustomerLastName: `Madison`, - CustomerAddress: `124 Wall Street, Miami, USA, 90129`, - Salesperson: `Max Madison`, - OrderID: 1419, - OrderDate: `11/8/2022`, - ProductID: 119, - ProductName: `Mac Book Air`, - UnitPrice: 9310.28, - Quantity: 3, - ExtendedPrice: 27930.84, - Freight: 1660.28, - Discontinued: false, - Region: `West`, - Address: `124 Wall Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 90129 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Townhouse`, - ShipAddress: `144 Wall Street`, - ShipCity: `Huston`, - ShipPostalCode: 80145, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1108, - CustomerName: `Pamela Jefferson`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Jefferson`, - CustomerAddress: `144 Wall Street, Huston, USA, 80145`, - Salesperson: `Mike Smith`, - OrderID: 1103, - OrderDate: `5/14/2022`, - ProductID: 172, - ProductName: `Mac Book Pro`, - UnitPrice: 5130.33, - Quantity: 2, - ExtendedPrice: 10260.66, - Freight: 1840.33, - Discontinued: false, - Region: `North East`, - Address: `144 Wall Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 80145 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Estate`, - ShipAddress: `200 Main Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 50073, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1109, - CustomerName: `Nancy Jefferson`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Jefferson`, - CustomerAddress: `200 Main Street, Philadelphia, USA, 50073`, - Salesperson: `Max Jackson`, - OrderID: 1461, - OrderDate: `6/13/2022`, - ProductID: 153, - ProductName: `Mac Book Pro`, - UnitPrice: 23080.59, - Quantity: 3, - ExtendedPrice: 69241.77, - Freight: 540.59, - Discontinued: true, - Region: `West`, - Address: `200 Main Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 50073 - }), - new InvoicesDataItem( - { - ShipName: `Madison Market`, - ShipAddress: `196 Market Street`, - ShipCity: `New York`, - ShipPostalCode: 70070, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1110, - CustomerName: `Mike Madison`, - CustomerFirstName: `Mike`, - CustomerLastName: `Madison`, - CustomerAddress: `196 Market Street, New York, USA, 70070`, - Salesperson: `Nancy Smith`, - OrderID: 1713, - OrderDate: `3/6/2022`, - ProductID: 121, - ProductName: `Mac Book Pro`, - UnitPrice: 29390.58, - Quantity: 3, - ExtendedPrice: 88171.74, - Freight: 1170.58, - Discontinued: false, - Region: `West`, - Address: `196 Market Street`, - City: `New York`, - Country: `USA`, - PostalCode: 70070 - }), - new InvoicesDataItem( - { - ShipName: `Smith Home`, - ShipAddress: `154 Main Street`, - ShipCity: `New York`, - ShipPostalCode: 70167, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Speedy Express`, - CustomerID: 1111, - CustomerName: `Martin Smith`, - CustomerFirstName: `Martin`, - CustomerLastName: `Smith`, - CustomerAddress: `154 Main Street, New York, USA, 70167`, - Salesperson: `Pamela Jackson`, - OrderID: 1956, - OrderDate: `1/2/2022`, - ProductID: 156, - ProductName: `Samsung Note`, - UnitPrice: 24870.88, - Quantity: 2, - ExtendedPrice: 49741.76, - Freight: 1360.88, - Discontinued: false, - Region: `North East`, - Address: `154 Main Street`, - City: `New York`, - Country: `USA`, - PostalCode: 70167 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Townhouse`, - ShipAddress: `110 Main Street`, - ShipCity: `Miami`, - ShipPostalCode: 90055, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1112, - CustomerName: `Mike Jefferson`, - CustomerFirstName: `Mike`, - CustomerLastName: `Jefferson`, - CustomerAddress: `110 Main Street, Miami, USA, 90055`, - Salesperson: `Anna Madison`, - OrderID: 1530, - OrderDate: `10/15/2022`, - ProductID: 113, - ProductName: `IPad`, - UnitPrice: 24570.87, - Quantity: 4, - ExtendedPrice: 98283.48, - Freight: 930.87, - Discontinued: false, - Region: `South East`, - Address: `110 Main Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 90055 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Townhouse`, - ShipAddress: `200 Market Street`, - ShipCity: `Huston`, - ShipPostalCode: 70105, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1113, - CustomerName: `Martin Jefferson`, - CustomerFirstName: `Martin`, - CustomerLastName: `Jefferson`, - CustomerAddress: `200 Market Street, Huston, USA, 70105`, - Salesperson: `James Jackson`, - OrderID: 1488, - OrderDate: `7/13/2022`, - ProductID: 109, - ProductName: `IPhone`, - UnitPrice: 23860.57, - Quantity: 4, - ExtendedPrice: 95442.28, - Freight: 1130.57, - Discontinued: false, - Region: `North East`, - Address: `200 Market Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 70105 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Home`, - ShipAddress: `181 Main Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 80175, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Speedy Express`, - CustomerID: 1114, - CustomerName: `Ben Jefferson`, - CustomerFirstName: `Ben`, - CustomerLastName: `Jefferson`, - CustomerAddress: `181 Main Street, Philadelphia, USA, 80175`, - Salesperson: `Max Jackson`, - OrderID: 1143, - OrderDate: `6/13/2022`, - ProductID: 144, - ProductName: `Mac Book Air`, - UnitPrice: 28390.63, - Quantity: 5, - ExtendedPrice: 141953.15, - Freight: 300.63, - Discontinued: false, - Region: `North East`, - Address: `181 Main Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 80175 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Home`, - ShipAddress: `137 Market Street`, - ShipCity: `Huston`, - ShipPostalCode: 50144, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Federal Shipping`, - CustomerID: 1115, - CustomerName: `Ben Jackson`, - CustomerFirstName: `Ben`, - CustomerLastName: `Jackson`, - CustomerAddress: `137 Market Street, Huston, USA, 50144`, - Salesperson: `Martin Jackson`, - OrderID: 1274, - OrderDate: `4/8/2022`, - ProductID: 134, - ProductName: `IPad`, - UnitPrice: 22580.34, - Quantity: 2, - ExtendedPrice: 45160.68, - Freight: 1720.34, - Discontinued: false, - Region: `South East`, - Address: `137 Market Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 50144 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Market`, - ShipAddress: `186 Main Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 70112, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Speedy Express`, - CustomerID: 1116, - CustomerName: `Pamela Jefferson`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Jefferson`, - CustomerAddress: `186 Main Street, Los Angeles, USA, 70112`, - Salesperson: `Mike Jefferson`, - OrderID: 1597, - OrderDate: `8/6/2022`, - ProductID: 127, - ProductName: `Mac Book Pro`, - UnitPrice: 28490.48, - Quantity: 3, - ExtendedPrice: 85471.44, - Freight: 760.48, - Discontinued: false, - Region: `South East`, - Address: `186 Main Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 70112 - }), - new InvoicesDataItem( - { - ShipName: `Watson Townhouse`, - ShipAddress: `152 Wall Street`, - ShipCity: `Huston`, - ShipPostalCode: 50080, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1117, - CustomerName: `Nancy Watson`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Watson`, - CustomerAddress: `152 Wall Street, Huston, USA, 50080`, - Salesperson: `Max Jackson`, - OrderID: 1632, - OrderDate: `4/15/2022`, - ProductID: 179, - ProductName: `Mac Book Pro`, - UnitPrice: 20680.38, - Quantity: 5, - ExtendedPrice: 103401.9, - Freight: 490.38, - Discontinued: false, - Region: `West`, - Address: `152 Wall Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 50080 - }), - new InvoicesDataItem( - { - ShipName: `Black Home`, - ShipAddress: `147 Wall Street`, - ShipCity: `Huston`, - ShipPostalCode: 60136, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1118, - CustomerName: `Pamela Black`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Black`, - CustomerAddress: `147 Wall Street, Huston, USA, 60136`, - Salesperson: `Mike Watson`, - OrderID: 1461, - OrderDate: `4/21/2022`, - ProductID: 118, - ProductName: `Samsung Note`, - UnitPrice: 6990.24, - Quantity: 5, - ExtendedPrice: 34951.2, - Freight: 460.24, - Discontinued: false, - Region: `North East`, - Address: `147 Wall Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 60136 - }), - new InvoicesDataItem( - { - ShipName: `Black Estate`, - ShipAddress: `161 Market Street`, - ShipCity: `Huston`, - ShipPostalCode: 80121, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1119, - CustomerName: `James Black`, - CustomerFirstName: `James`, - CustomerLastName: `Black`, - CustomerAddress: `161 Market Street, Huston, USA, 80121`, - Salesperson: `Martin Jefferson`, - OrderID: 1380, - OrderDate: `1/3/2022`, - ProductID: 176, - ProductName: `Mac Book Air`, - UnitPrice: 26540.79, - Quantity: 5, - ExtendedPrice: 132703.95, - Freight: 470.79, - Discontinued: true, - Region: `West`, - Address: `161 Market Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 80121 - }), - new InvoicesDataItem( - { - ShipName: `Watson Townhouse`, - ShipAddress: `118 Main Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 50189, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1120, - CustomerName: `Ben Watson`, - CustomerFirstName: `Ben`, - CustomerLastName: `Watson`, - CustomerAddress: `118 Main Street, Philadelphia, USA, 50189`, - Salesperson: `Ben Watson`, - OrderID: 1658, - OrderDate: `1/4/2022`, - ProductID: 184, - ProductName: `Mac Book Air`, - UnitPrice: 16830.41, - Quantity: 5, - ExtendedPrice: 84152.05, - Freight: 1660.41, - Discontinued: false, - Region: `West`, - Address: `118 Main Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 50189 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Townhouse`, - ShipAddress: `186 Market Street`, - ShipCity: `Miami`, - ShipPostalCode: 60097, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Speedy Express`, - CustomerID: 1121, - CustomerName: `Pamela Jackson`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Jackson`, - CustomerAddress: `186 Market Street, Miami, USA, 60097`, - Salesperson: `Nancy Watson`, - OrderID: 1754, - OrderDate: `7/3/2022`, - ProductID: 148, - ProductName: `Mac Book Air`, - UnitPrice: 5030.24, - Quantity: 3, - ExtendedPrice: 15090.72, - Freight: 1660.24, - Discontinued: false, - Region: `South East`, - Address: `186 Market Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 60097 - }), - new InvoicesDataItem( - { - ShipName: `Smith Market`, - ShipAddress: `191 Main Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 90155, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1122, - CustomerName: `Ben Smith`, - CustomerFirstName: `Ben`, - CustomerLastName: `Smith`, - CustomerAddress: `191 Main Street, Los Angeles, USA, 90155`, - Salesperson: `Anna Madison`, - OrderID: 1279, - OrderDate: `3/14/2022`, - ProductID: 151, - ProductName: `IPhone`, - UnitPrice: 23590.82, - Quantity: 3, - ExtendedPrice: 70772.46, - Freight: 1120.82, - Discontinued: false, - Region: `West`, - Address: `191 Main Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 90155 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Market`, - ShipAddress: `190 Main Street`, - ShipCity: `New York`, - ShipPostalCode: 80075, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Federal Shipping`, - CustomerID: 1123, - CustomerName: `James Jefferson`, - CustomerFirstName: `James`, - CustomerLastName: `Jefferson`, - CustomerAddress: `190 Main Street, New York, USA, 80075`, - Salesperson: `Martin Jackson`, - OrderID: 1310, - OrderDate: `11/7/2022`, - ProductID: 183, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 26450.4, - Quantity: 5, - ExtendedPrice: 132252, - Freight: 420.4, - Discontinued: false, - Region: `South East`, - Address: `190 Main Street`, - City: `New York`, - Country: `USA`, - PostalCode: 80075 - }), - new InvoicesDataItem( - { - ShipName: `Madison Home`, - ShipAddress: `160 Market Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 80067, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Speedy Express`, - CustomerID: 1124, - CustomerName: `Pamela Madison`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Madison`, - CustomerAddress: `160 Market Street, Philadelphia, USA, 80067`, - Salesperson: `Ben Jackson`, - OrderID: 1920, - OrderDate: `12/17/2022`, - ProductID: 174, - ProductName: `IPhone`, - UnitPrice: 23660.88, - Quantity: 4, - ExtendedPrice: 94643.52, - Freight: 1220.88, - Discontinued: false, - Region: `North East`, - Address: `160 Market Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 80067 - }), - new InvoicesDataItem( - { - ShipName: `Black Market`, - ShipAddress: `151 Wall Street`, - ShipCity: `Miami`, - ShipPostalCode: 90124, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1125, - CustomerName: `Max Black`, - CustomerFirstName: `Max`, - CustomerLastName: `Black`, - CustomerAddress: `151 Wall Street, Miami, USA, 90124`, - Salesperson: `Mike Watson`, - OrderID: 1497, - OrderDate: `2/21/2022`, - ProductID: 179, - ProductName: `IPhone`, - UnitPrice: 15940.51, - Quantity: 5, - ExtendedPrice: 79702.55, - Freight: 1880.51, - Discontinued: false, - Region: `West`, - Address: `151 Wall Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 90124 - }), - new InvoicesDataItem( - { - ShipName: `Black Estate`, - ShipAddress: `151 Market Street`, - ShipCity: `Huston`, - ShipPostalCode: 70173, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1126, - CustomerName: `Nancy Black`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Black`, - CustomerAddress: `151 Market Street, Huston, USA, 70173`, - Salesperson: `Pamela Jefferson`, - OrderID: 1925, - OrderDate: `2/15/2022`, - ProductID: 170, - ProductName: `IPhone`, - UnitPrice: 13350.7, - Quantity: 5, - ExtendedPrice: 66753.5, - Freight: 720.7, - Discontinued: false, - Region: `West`, - Address: `151 Market Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 70173 - }), - new InvoicesDataItem( - { - ShipName: `Watson Townhouse`, - ShipAddress: `114 Main Street`, - ShipCity: `Miami`, - ShipPostalCode: 80067, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Speedy Express`, - CustomerID: 1127, - CustomerName: `James Watson`, - CustomerFirstName: `James`, - CustomerLastName: `Watson`, - CustomerAddress: `114 Main Street, Miami, USA, 80067`, - Salesperson: `Pamela Black`, - OrderID: 1338, - OrderDate: `5/19/2022`, - ProductID: 196, - ProductName: `Samsung Note`, - UnitPrice: 20820.82, - Quantity: 4, - ExtendedPrice: 83283.28, - Freight: 1570.82, - Discontinued: false, - Region: `South East`, - Address: `114 Main Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 80067 - }), - new InvoicesDataItem( - { - ShipName: `Madison Market`, - ShipAddress: `189 Wall Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 80157, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1128, - CustomerName: `Anna Madison`, - CustomerFirstName: `Anna`, - CustomerLastName: `Madison`, - CustomerAddress: `189 Wall Street, Philadelphia, USA, 80157`, - Salesperson: `Ben Watson`, - OrderID: 1794, - OrderDate: `9/9/2022`, - ProductID: 168, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 25550.56, - Quantity: 4, - ExtendedPrice: 102202.24, - Freight: 400.56, - Discontinued: false, - Region: `North East`, - Address: `189 Wall Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 80157 - }), - new InvoicesDataItem( - { - ShipName: `Watson Home`, - ShipAddress: `198 Main Street`, - ShipCity: `New York`, - ShipPostalCode: 60169, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1129, - CustomerName: `Ben Watson`, - CustomerFirstName: `Ben`, - CustomerLastName: `Watson`, - CustomerAddress: `198 Main Street, New York, USA, 60169`, - Salesperson: `James Black`, - OrderID: 1108, - OrderDate: `2/5/2022`, - ProductID: 194, - ProductName: `Mac Book Air`, - UnitPrice: 10890.26, - Quantity: 3, - ExtendedPrice: 32670.78, - Freight: 760.26, - Discontinued: true, - Region: `South East`, - Address: `198 Main Street`, - City: `New York`, - Country: `USA`, - PostalCode: 60169 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Townhouse`, - ShipAddress: `106 Main Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 60117, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1130, - CustomerName: `James Jackson`, - CustomerFirstName: `James`, - CustomerLastName: `Jackson`, - CustomerAddress: `106 Main Street, Los Angeles, USA, 60117`, - Salesperson: `Pamela Jackson`, - OrderID: 1953, - OrderDate: `11/24/2022`, - ProductID: 179, - ProductName: `Samsung Note`, - UnitPrice: 19940.84, - Quantity: 3, - ExtendedPrice: 59822.52, - Freight: 890.84, - Discontinued: false, - Region: `West`, - Address: `106 Main Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 60117 - }), - new InvoicesDataItem( - { - ShipName: `Madison Home`, - ShipAddress: `192 Main Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 90090, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Federal Shipping`, - CustomerID: 1131, - CustomerName: `James Madison`, - CustomerFirstName: `James`, - CustomerLastName: `Madison`, - CustomerAddress: `192 Main Street, Los Angeles, USA, 90090`, - Salesperson: `Max Jefferson`, - OrderID: 1337, - OrderDate: `10/10/2022`, - ProductID: 198, - ProductName: `Samsung Note`, - UnitPrice: 18640.31, - Quantity: 2, - ExtendedPrice: 37280.62, - Freight: 280.31, - Discontinued: false, - Region: `South East`, - Address: `192 Main Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 90090 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Townhouse`, - ShipAddress: `128 Market Street`, - ShipCity: `Miami`, - ShipPostalCode: 50136, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1132, - CustomerName: `Martin Jefferson`, - CustomerFirstName: `Martin`, - CustomerLastName: `Jefferson`, - CustomerAddress: `128 Market Street, Miami, USA, 50136`, - Salesperson: `Nancy Jefferson`, - OrderID: 1617, - OrderDate: `4/10/2022`, - ProductID: 148, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 26140.37, - Quantity: 2, - ExtendedPrice: 52280.74, - Freight: 1270.37, - Discontinued: false, - Region: `West`, - Address: `128 Market Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 50136 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Home`, - ShipAddress: `164 Wall Street`, - ShipCity: `Huston`, - ShipPostalCode: 70190, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1133, - CustomerName: `Max Jackson`, - CustomerFirstName: `Max`, - CustomerLastName: `Jackson`, - CustomerAddress: `164 Wall Street, Huston, USA, 70190`, - Salesperson: `Nancy Watson`, - OrderID: 1222, - OrderDate: `3/15/2022`, - ProductID: 140, - ProductName: `IPad`, - UnitPrice: 20540.74, - Quantity: 3, - ExtendedPrice: 61622.22, - Freight: 1190.74, - Discontinued: false, - Region: `West`, - Address: `164 Wall Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 70190 - }), - new InvoicesDataItem( - { - ShipName: `Black Home`, - ShipAddress: `118 Main Street`, - ShipCity: `Huston`, - ShipPostalCode: 60126, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1134, - CustomerName: `Ben Black`, - CustomerFirstName: `Ben`, - CustomerLastName: `Black`, - CustomerAddress: `118 Main Street, Huston, USA, 60126`, - Salesperson: `Pamela Jefferson`, - OrderID: 1888, - OrderDate: `7/3/2022`, - ProductID: 133, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 25970.39, - Quantity: 2, - ExtendedPrice: 51940.78, - Freight: 1110.39, - Discontinued: false, - Region: `North East`, - Address: `118 Main Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 60126 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Estate`, - ShipAddress: `145 Wall Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 50093, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1135, - CustomerName: `James Jefferson`, - CustomerFirstName: `James`, - CustomerLastName: `Jefferson`, - CustomerAddress: `145 Wall Street, Philadelphia, USA, 50093`, - Salesperson: `Nancy Jefferson`, - OrderID: 1661, - OrderDate: `5/14/2022`, - ProductID: 199, - ProductName: `Mac Book Air`, - UnitPrice: 12190.38, - Quantity: 2, - ExtendedPrice: 24380.76, - Freight: 1670.38, - Discontinued: false, - Region: `North East`, - Address: `145 Wall Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 50093 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Home`, - ShipAddress: `174 Wall Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 70094, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1136, - CustomerName: `Ben Jefferson`, - CustomerFirstName: `Ben`, - CustomerLastName: `Jefferson`, - CustomerAddress: `174 Wall Street, Los Angeles, USA, 70094`, - Salesperson: `Max Madison`, - OrderID: 1495, - OrderDate: `1/19/2022`, - ProductID: 188, - ProductName: `Mac Book Pro`, - UnitPrice: 18310.54, - Quantity: 5, - ExtendedPrice: 91552.7, - Freight: 810.54, - Discontinued: false, - Region: `West`, - Address: `174 Wall Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 70094 - }), - new InvoicesDataItem( - { - ShipName: `Watson Market`, - ShipAddress: `146 Wall Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 90093, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1137, - CustomerName: `Martin Watson`, - CustomerFirstName: `Martin`, - CustomerLastName: `Watson`, - CustomerAddress: `146 Wall Street, Philadelphia, USA, 90093`, - Salesperson: `Mike Smith`, - OrderID: 1649, - OrderDate: `1/4/2022`, - ProductID: 171, - ProductName: `Mac Book Air`, - UnitPrice: 6400.45, - Quantity: 3, - ExtendedPrice: 19201.35, - Freight: 220.45, - Discontinued: false, - Region: `West`, - Address: `146 Wall Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 90093 - }), - new InvoicesDataItem( - { - ShipName: `Smith Estate`, - ShipAddress: `181 Main Street`, - ShipCity: `Miami`, - ShipPostalCode: 80117, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1138, - CustomerName: `Martin Smith`, - CustomerFirstName: `Martin`, - CustomerLastName: `Smith`, - CustomerAddress: `181 Main Street, Miami, USA, 80117`, - Salesperson: `Mike Black`, - OrderID: 1152, - OrderDate: `5/12/2022`, - ProductID: 172, - ProductName: `Mac Book Pro`, - UnitPrice: 26760.58, - Quantity: 5, - ExtendedPrice: 133802.9, - Freight: 1480.58, - Discontinued: false, - Region: `West`, - Address: `181 Main Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 80117 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Market`, - ShipAddress: `183 Wall Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 70191, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1139, - CustomerName: `Mike Jefferson`, - CustomerFirstName: `Mike`, - CustomerLastName: `Jefferson`, - CustomerAddress: `183 Wall Street, Philadelphia, USA, 70191`, - Salesperson: `Nancy Jefferson`, - OrderID: 1471, - OrderDate: `5/19/2022`, - ProductID: 119, - ProductName: `Mac Book Pro`, - UnitPrice: 22030.88, - Quantity: 5, - ExtendedPrice: 110154.4, - Freight: 990.88, - Discontinued: true, - Region: `West`, - Address: `183 Wall Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 70191 - }), - new InvoicesDataItem( - { - ShipName: `Madison Estate`, - ShipAddress: `100 Wall Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 80082, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1140, - CustomerName: `Pamela Madison`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Madison`, - CustomerAddress: `100 Wall Street, Philadelphia, USA, 80082`, - Salesperson: `Max Madison`, - OrderID: 1793, - OrderDate: `3/16/2022`, - ProductID: 158, - ProductName: `Mac Book Pro`, - UnitPrice: 20230.42, - Quantity: 3, - ExtendedPrice: 60691.26, - Freight: 1990.42, - Discontinued: false, - Region: `West`, - Address: `100 Wall Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 80082 - }), - new InvoicesDataItem( - { - ShipName: `Black Market`, - ShipAddress: `173 Market Street`, - ShipCity: `New York`, - ShipPostalCode: 90155, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1141, - CustomerName: `Pamela Black`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Black`, - CustomerAddress: `173 Market Street, New York, USA, 90155`, - Salesperson: `Pamela Black`, - OrderID: 1928, - OrderDate: `8/24/2022`, - ProductID: 114, - ProductName: `Mac Book Air`, - UnitPrice: 24460.68, - Quantity: 2, - ExtendedPrice: 48921.36, - Freight: 1840.68, - Discontinued: false, - Region: `West`, - Address: `173 Market Street`, - City: `New York`, - Country: `USA`, - PostalCode: 90155 - }), - new InvoicesDataItem( - { - ShipName: `Smith Townhouse`, - ShipAddress: `171 Market Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 60087, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1142, - CustomerName: `James Smith`, - CustomerFirstName: `James`, - CustomerLastName: `Smith`, - CustomerAddress: `171 Market Street, Philadelphia, USA, 60087`, - Salesperson: `Pamela Madison`, - OrderID: 1027, - OrderDate: `1/25/2022`, - ProductID: 145, - ProductName: `Samsung Note`, - UnitPrice: 6010.73, - Quantity: 3, - ExtendedPrice: 18032.19, - Freight: 1860.73, - Discontinued: false, - Region: `West`, - Address: `171 Market Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 60087 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Townhouse`, - ShipAddress: `175 Wall Street`, - ShipCity: `Huston`, - ShipPostalCode: 60122, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1143, - CustomerName: `Mike Jackson`, - CustomerFirstName: `Mike`, - CustomerLastName: `Jackson`, - CustomerAddress: `175 Wall Street, Huston, USA, 60122`, - Salesperson: `Pamela Jackson`, - OrderID: 1700, - OrderDate: `12/10/2022`, - ProductID: 150, - ProductName: `Mac Book Pro`, - UnitPrice: 22030.36, - Quantity: 2, - ExtendedPrice: 44060.72, - Freight: 940.36, - Discontinued: false, - Region: `West`, - Address: `175 Wall Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 60122 - }), - new InvoicesDataItem( - { - ShipName: `Smith Townhouse`, - ShipAddress: `174 Main Street`, - ShipCity: `Miami`, - ShipPostalCode: 90071, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1144, - CustomerName: `Max Smith`, - CustomerFirstName: `Max`, - CustomerLastName: `Smith`, - CustomerAddress: `174 Main Street, Miami, USA, 90071`, - Salesperson: `Mike Jackson`, - OrderID: 1769, - OrderDate: `2/20/2022`, - ProductID: 183, - ProductName: `Mac Book Air`, - UnitPrice: 25890.72, - Quantity: 3, - ExtendedPrice: 77672.16, - Freight: 1540.72, - Discontinued: false, - Region: `West`, - Address: `174 Main Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 90071 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Estate`, - ShipAddress: `100 Market Street`, - ShipCity: `Huston`, - ShipPostalCode: 90059, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1145, - CustomerName: `Martin Jefferson`, - CustomerFirstName: `Martin`, - CustomerLastName: `Jefferson`, - CustomerAddress: `100 Market Street, Huston, USA, 90059`, - Salesperson: `Max Jefferson`, - OrderID: 1835, - OrderDate: `5/15/2022`, - ProductID: 142, - ProductName: `Samsung Note`, - UnitPrice: 28310.48, - Quantity: 3, - ExtendedPrice: 84931.44, - Freight: 2000.48, - Discontinued: false, - Region: `West`, - Address: `100 Market Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 90059 - }), - new InvoicesDataItem( - { - ShipName: `Madison Townhouse`, - ShipAddress: `120 Market Street`, - ShipCity: `Miami`, - ShipPostalCode: 90120, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1146, - CustomerName: `Ben Madison`, - CustomerFirstName: `Ben`, - CustomerLastName: `Madison`, - CustomerAddress: `120 Market Street, Miami, USA, 90120`, - Salesperson: `Max Jefferson`, - OrderID: 1787, - OrderDate: `5/16/2022`, - ProductID: 104, - ProductName: `IPad`, - UnitPrice: 8410.44, - Quantity: 2, - ExtendedPrice: 16820.88, - Freight: 1620.44, - Discontinued: false, - Region: `West`, - Address: `120 Market Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 90120 - }), - new InvoicesDataItem( - { - ShipName: `Watson Estate`, - ShipAddress: `163 Wall Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 80132, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1147, - CustomerName: `Pamela Watson`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Watson`, - CustomerAddress: `163 Wall Street, Los Angeles, USA, 80132`, - Salesperson: `Pamela Watson`, - OrderID: 1026, - OrderDate: `7/10/2022`, - ProductID: 130, - ProductName: `Samsung Note`, - UnitPrice: 13650.42, - Quantity: 3, - ExtendedPrice: 40951.26, - Freight: 750.42, - Discontinued: false, - Region: `West`, - Address: `163 Wall Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 80132 - }), - new InvoicesDataItem( - { - ShipName: `Black Home`, - ShipAddress: `169 Wall Street`, - ShipCity: `Huston`, - ShipPostalCode: 90138, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1148, - CustomerName: `Ben Black`, - CustomerFirstName: `Ben`, - CustomerLastName: `Black`, - CustomerAddress: `169 Wall Street, Huston, USA, 90138`, - Salesperson: `Anna Smith`, - OrderID: 1805, - OrderDate: `1/6/2022`, - ProductID: 126, - ProductName: `Samsung Note`, - UnitPrice: 29130.32, - Quantity: 4, - ExtendedPrice: 116521.28, - Freight: 800.32, - Discontinued: false, - Region: `West`, - Address: `169 Wall Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 90138 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Townhouse`, - ShipAddress: `167 Market Street`, - ShipCity: `Miami`, - ShipPostalCode: 60152, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1149, - CustomerName: `Max Jefferson`, - CustomerFirstName: `Max`, - CustomerLastName: `Jefferson`, - CustomerAddress: `167 Market Street, Miami, USA, 60152`, - Salesperson: `Ben Jackson`, - OrderID: 1292, - OrderDate: `10/3/2022`, - ProductID: 178, - ProductName: `IPhone`, - UnitPrice: 9150.64, - Quantity: 5, - ExtendedPrice: 45753.2, - Freight: 1530.64, - Discontinued: true, - Region: `North East`, - Address: `167 Market Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 60152 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Home`, - ShipAddress: `194 Wall Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 80133, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1150, - CustomerName: `Nancy Jackson`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Jackson`, - CustomerAddress: `194 Wall Street, Philadelphia, USA, 80133`, - Salesperson: `Martin Watson`, - OrderID: 1240, - OrderDate: `10/14/2022`, - ProductID: 128, - ProductName: `IPhone`, - UnitPrice: 22900.38, - Quantity: 5, - ExtendedPrice: 114501.9, - Freight: 1500.38, - Discontinued: false, - Region: `North East`, - Address: `194 Wall Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 80133 - }), - new InvoicesDataItem( - { - ShipName: `Smith Home`, - ShipAddress: `168 Wall Street`, - ShipCity: `New York`, - ShipPostalCode: 60104, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1151, - CustomerName: `James Smith`, - CustomerFirstName: `James`, - CustomerLastName: `Smith`, - CustomerAddress: `168 Wall Street, New York, USA, 60104`, - Salesperson: `Martin Madison`, - OrderID: 1307, - OrderDate: `5/19/2022`, - ProductID: 109, - ProductName: `Samsung Note`, - UnitPrice: 18330.33, - Quantity: 5, - ExtendedPrice: 91651.65, - Freight: 1960.33, - Discontinued: false, - Region: `North East`, - Address: `168 Wall Street`, - City: `New York`, - Country: `USA`, - PostalCode: 60104 - }), - new InvoicesDataItem( - { - ShipName: `Madison Market`, - ShipAddress: `122 Market Street`, - ShipCity: `New York`, - ShipPostalCode: 60149, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1152, - CustomerName: `Nancy Madison`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Madison`, - CustomerAddress: `122 Market Street, New York, USA, 60149`, - Salesperson: `Mike Madison`, - OrderID: 1360, - OrderDate: `11/2/2022`, - ProductID: 141, - ProductName: `Mac Book Pro`, - UnitPrice: 8620.6, - Quantity: 2, - ExtendedPrice: 17241.2, - Freight: 950.6, - Discontinued: false, - Region: `South East`, - Address: `122 Market Street`, - City: `New York`, - Country: `USA`, - PostalCode: 60149 - }), - new InvoicesDataItem( - { - ShipName: `Black Home`, - ShipAddress: `147 Main Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 80098, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Speedy Express`, - CustomerID: 1153, - CustomerName: `Pamela Black`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Black`, - CustomerAddress: `147 Main Street, Philadelphia, USA, 80098`, - Salesperson: `James Black`, - OrderID: 1445, - OrderDate: `11/2/2022`, - ProductID: 151, - ProductName: `Samsung Note`, - UnitPrice: 27180.5, - Quantity: 2, - ExtendedPrice: 54361, - Freight: 790.5, - Discontinued: false, - Region: `South East`, - Address: `147 Main Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 80098 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Estate`, - ShipAddress: `113 Wall Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 90111, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1154, - CustomerName: `Martin Jackson`, - CustomerFirstName: `Martin`, - CustomerLastName: `Jackson`, - CustomerAddress: `113 Wall Street, Los Angeles, USA, 90111`, - Salesperson: `Anna Jackson`, - OrderID: 1014, - OrderDate: `1/24/2022`, - ProductID: 185, - ProductName: `Mac Book Air`, - UnitPrice: 14760.63, - Quantity: 2, - ExtendedPrice: 29521.26, - Freight: 1520.63, - Discontinued: false, - Region: `West`, - Address: `113 Wall Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 90111 - }), - new InvoicesDataItem( - { - ShipName: `Smith Estate`, - ShipAddress: `154 Wall Street`, - ShipCity: `Huston`, - ShipPostalCode: 60050, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1155, - CustomerName: `Nancy Smith`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Smith`, - CustomerAddress: `154 Wall Street, Huston, USA, 60050`, - Salesperson: `Nancy Smith`, - OrderID: 1845, - OrderDate: `4/8/2022`, - ProductID: 105, - ProductName: `IPad`, - UnitPrice: 22600.77, - Quantity: 4, - ExtendedPrice: 90403.08, - Freight: 670.77, - Discontinued: false, - Region: `North East`, - Address: `154 Wall Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 60050 - }), - new InvoicesDataItem( - { - ShipName: `Black Townhouse`, - ShipAddress: `188 Main Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 80121, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1156, - CustomerName: `James Black`, - CustomerFirstName: `James`, - CustomerLastName: `Black`, - CustomerAddress: `188 Main Street, Philadelphia, USA, 80121`, - Salesperson: `Martin Jefferson`, - OrderID: 1587, - OrderDate: `5/13/2022`, - ProductID: 174, - ProductName: `Samsung Note`, - UnitPrice: 17020.74, - Quantity: 2, - ExtendedPrice: 34041.48, - Freight: 1490.74, - Discontinued: false, - Region: `West`, - Address: `188 Main Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 80121 - }), - new InvoicesDataItem( - { - ShipName: `Smith Home`, - ShipAddress: `181 Wall Street`, - ShipCity: `Huston`, - ShipPostalCode: 90097, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1157, - CustomerName: `Anna Smith`, - CustomerFirstName: `Anna`, - CustomerLastName: `Smith`, - CustomerAddress: `181 Wall Street, Huston, USA, 90097`, - Salesperson: `Anna Madison`, - OrderID: 1706, - OrderDate: `5/22/2022`, - ProductID: 112, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 21780.43, - Quantity: 3, - ExtendedPrice: 65341.29, - Freight: 1650.43, - Discontinued: false, - Region: `North East`, - Address: `181 Wall Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 90097 - }), - new InvoicesDataItem( - { - ShipName: `Smith Estate`, - ShipAddress: `171 Wall Street`, - ShipCity: `Miami`, - ShipPostalCode: 50118, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1158, - CustomerName: `James Smith`, - CustomerFirstName: `James`, - CustomerLastName: `Smith`, - CustomerAddress: `171 Wall Street, Miami, USA, 50118`, - Salesperson: `Max Smith`, - OrderID: 1335, - OrderDate: `6/16/2022`, - ProductID: 116, - ProductName: `IPad`, - UnitPrice: 7560.43, - Quantity: 3, - ExtendedPrice: 22681.29, - Freight: 1140.43, - Discontinued: false, - Region: `West`, - Address: `171 Wall Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 50118 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Estate`, - ShipAddress: `193 Market Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 70176, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1159, - CustomerName: `Ben Jackson`, - CustomerFirstName: `Ben`, - CustomerLastName: `Jackson`, - CustomerAddress: `193 Market Street, Philadelphia, USA, 70176`, - Salesperson: `Martin Black`, - OrderID: 1003, - OrderDate: `9/11/2022`, - ProductID: 170, - ProductName: `IPhone`, - UnitPrice: 15510.7, - Quantity: 5, - ExtendedPrice: 77553.5, - Freight: 200.7, - Discontinued: true, - Region: `West`, - Address: `193 Market Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 70176 - }), - new InvoicesDataItem( - { - ShipName: `Madison Home`, - ShipAddress: `125 Market Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 80142, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1160, - CustomerName: `Ben Madison`, - CustomerFirstName: `Ben`, - CustomerLastName: `Madison`, - CustomerAddress: `125 Market Street, Philadelphia, USA, 80142`, - Salesperson: `Martin Madison`, - OrderID: 1723, - OrderDate: `3/14/2022`, - ProductID: 179, - ProductName: `IPhone`, - UnitPrice: 14760.6, - Quantity: 3, - ExtendedPrice: 44281.8, - Freight: 1650.6, - Discontinued: false, - Region: `West`, - Address: `125 Market Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 80142 - }), - new InvoicesDataItem( - { - ShipName: `Smith Estate`, - ShipAddress: `128 Main Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 70111, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Speedy Express`, - CustomerID: 1161, - CustomerName: `Anna Smith`, - CustomerFirstName: `Anna`, - CustomerLastName: `Smith`, - CustomerAddress: `128 Main Street, Philadelphia, USA, 70111`, - Salesperson: `Max Jackson`, - OrderID: 1810, - OrderDate: `1/18/2022`, - ProductID: 117, - ProductName: `IPad`, - UnitPrice: 19620.55, - Quantity: 5, - ExtendedPrice: 98102.75, - Freight: 1030.55, - Discontinued: false, - Region: `South East`, - Address: `128 Main Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 70111 - }), - new InvoicesDataItem( - { - ShipName: `Madison Estate`, - ShipAddress: `131 Wall Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 90058, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1162, - CustomerName: `Max Madison`, - CustomerFirstName: `Max`, - CustomerLastName: `Madison`, - CustomerAddress: `131 Wall Street, Philadelphia, USA, 90058`, - Salesperson: `Pamela Madison`, - OrderID: 1224, - OrderDate: `2/2/2022`, - ProductID: 108, - ProductName: `Mac Book Air`, - UnitPrice: 9130.21, - Quantity: 2, - ExtendedPrice: 18260.42, - Freight: 1110.21, - Discontinued: false, - Region: `West`, - Address: `131 Wall Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 90058 - }), - new InvoicesDataItem( - { - ShipName: `Watson Market`, - ShipAddress: `145 Main Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 50176, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Speedy Express`, - CustomerID: 1163, - CustomerName: `James Watson`, - CustomerFirstName: `James`, - CustomerLastName: `Watson`, - CustomerAddress: `145 Main Street, Philadelphia, USA, 50176`, - Salesperson: `Mike Smith`, - OrderID: 1265, - OrderDate: `4/22/2022`, - ProductID: 147, - ProductName: `IPhone`, - UnitPrice: 15210.29, - Quantity: 2, - ExtendedPrice: 30420.58, - Freight: 1470.29, - Discontinued: false, - Region: `South East`, - Address: `145 Main Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 50176 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Estate`, - ShipAddress: `123 Main Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 90058, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1164, - CustomerName: `Ben Jefferson`, - CustomerFirstName: `Ben`, - CustomerLastName: `Jefferson`, - CustomerAddress: `123 Main Street, Philadelphia, USA, 90058`, - Salesperson: `Martin Watson`, - OrderID: 1428, - OrderDate: `9/14/2022`, - ProductID: 195, - ProductName: `Samsung Note`, - UnitPrice: 6440.36, - Quantity: 4, - ExtendedPrice: 25761.44, - Freight: 350.36, - Discontinued: false, - Region: `West`, - Address: `123 Main Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 90058 - }), - new InvoicesDataItem( - { - ShipName: `Watson Townhouse`, - ShipAddress: `148 Wall Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 60161, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1165, - CustomerName: `Ben Watson`, - CustomerFirstName: `Ben`, - CustomerLastName: `Watson`, - CustomerAddress: `148 Wall Street, Los Angeles, USA, 60161`, - Salesperson: `Nancy Black`, - OrderID: 1367, - OrderDate: `9/1/2022`, - ProductID: 196, - ProductName: `Mac Book Pro`, - UnitPrice: 26990.25, - Quantity: 4, - ExtendedPrice: 107961, - Freight: 950.25, - Discontinued: false, - Region: `West`, - Address: `148 Wall Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 60161 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Home`, - ShipAddress: `151 Main Street`, - ShipCity: `New York`, - ShipPostalCode: 90156, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1166, - CustomerName: `James Jefferson`, - CustomerFirstName: `James`, - CustomerLastName: `Jefferson`, - CustomerAddress: `151 Main Street, New York, USA, 90156`, - Salesperson: `Ben Smith`, - OrderID: 1812, - OrderDate: `6/23/2022`, - ProductID: 182, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 6230.76, - Quantity: 5, - ExtendedPrice: 31153.8, - Freight: 920.76, - Discontinued: false, - Region: `West`, - Address: `151 Main Street`, - City: `New York`, - Country: `USA`, - PostalCode: 90156 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Townhouse`, - ShipAddress: `128 Main Street`, - ShipCity: `New York`, - ShipPostalCode: 90073, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1167, - CustomerName: `Pamela Jackson`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Jackson`, - CustomerAddress: `128 Main Street, New York, USA, 90073`, - Salesperson: `Nancy Madison`, - OrderID: 1121, - OrderDate: `3/25/2022`, - ProductID: 166, - ProductName: `Mac Book Air`, - UnitPrice: 8360.33, - Quantity: 3, - ExtendedPrice: 25080.99, - Freight: 1870.33, - Discontinued: false, - Region: `South East`, - Address: `128 Main Street`, - City: `New York`, - Country: `USA`, - PostalCode: 90073 - }), - new InvoicesDataItem( - { - ShipName: `Black Market`, - ShipAddress: `109 Wall Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 70139, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1168, - CustomerName: `Mike Black`, - CustomerFirstName: `Mike`, - CustomerLastName: `Black`, - CustomerAddress: `109 Wall Street, Philadelphia, USA, 70139`, - Salesperson: `James Jefferson`, - OrderID: 1086, - OrderDate: `11/22/2022`, - ProductID: 192, - ProductName: `IPhone`, - UnitPrice: 13050.45, - Quantity: 4, - ExtendedPrice: 52201.8, - Freight: 1850.45, - Discontinued: false, - Region: `North East`, - Address: `109 Wall Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 70139 - }), - new InvoicesDataItem( - { - ShipName: `Smith Home`, - ShipAddress: `196 Wall Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 60096, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Federal Shipping`, - CustomerID: 1169, - CustomerName: `Anna Smith`, - CustomerFirstName: `Anna`, - CustomerLastName: `Smith`, - CustomerAddress: `196 Wall Street, Los Angeles, USA, 60096`, - Salesperson: `Mike Watson`, - OrderID: 1859, - OrderDate: `8/11/2022`, - ProductID: 157, - ProductName: `IPhone`, - UnitPrice: 14950.2, - Quantity: 5, - ExtendedPrice: 74751, - Freight: 1140.2, - Discontinued: true, - Region: `South East`, - Address: `196 Wall Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 60096 - }), - new InvoicesDataItem( - { - ShipName: `Watson Townhouse`, - ShipAddress: `101 Market Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 90111, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Speedy Express`, - CustomerID: 1170, - CustomerName: `James Watson`, - CustomerFirstName: `James`, - CustomerLastName: `Watson`, - CustomerAddress: `101 Market Street, Philadelphia, USA, 90111`, - Salesperson: `Mike Madison`, - OrderID: 1952, - OrderDate: `7/19/2022`, - ProductID: 152, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 29810.56, - Quantity: 4, - ExtendedPrice: 119242.24, - Freight: 470.56, - Discontinued: false, - Region: `South East`, - Address: `101 Market Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 90111 - }), - new InvoicesDataItem( - { - ShipName: `Madison Estate`, - ShipAddress: `147 Main Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 90157, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1171, - CustomerName: `Max Madison`, - CustomerFirstName: `Max`, - CustomerLastName: `Madison`, - CustomerAddress: `147 Main Street, Los Angeles, USA, 90157`, - Salesperson: `Ben Black`, - OrderID: 1351, - OrderDate: `5/22/2022`, - ProductID: 180, - ProductName: `Samsung Note`, - UnitPrice: 13470.4, - Quantity: 5, - ExtendedPrice: 67352, - Freight: 1610.4, - Discontinued: false, - Region: `West`, - Address: `147 Main Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 90157 - }), - new InvoicesDataItem( - { - ShipName: `Smith Townhouse`, - ShipAddress: `195 Market Street`, - ShipCity: `Huston`, - ShipPostalCode: 80071, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Speedy Express`, - CustomerID: 1172, - CustomerName: `Anna Smith`, - CustomerFirstName: `Anna`, - CustomerLastName: `Smith`, - CustomerAddress: `195 Market Street, Huston, USA, 80071`, - Salesperson: `Pamela Jefferson`, - OrderID: 1371, - OrderDate: `12/9/2022`, - ProductID: 105, - ProductName: `Mac Book Pro`, - UnitPrice: 19040.72, - Quantity: 4, - ExtendedPrice: 76162.88, - Freight: 1480.72, - Discontinued: false, - Region: `South East`, - Address: `195 Market Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 80071 - }), - new InvoicesDataItem( - { - ShipName: `Black Townhouse`, - ShipAddress: `184 Market Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 90197, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1173, - CustomerName: `Martin Black`, - CustomerFirstName: `Martin`, - CustomerLastName: `Black`, - CustomerAddress: `184 Market Street, Los Angeles, USA, 90197`, - Salesperson: `Martin Watson`, - OrderID: 1537, - OrderDate: `4/3/2022`, - ProductID: 137, - ProductName: `IPhone`, - UnitPrice: 25370.79, - Quantity: 2, - ExtendedPrice: 50741.58, - Freight: 1980.79, - Discontinued: false, - Region: `North East`, - Address: `184 Market Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 90197 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Estate`, - ShipAddress: `102 Market Street`, - ShipCity: `Huston`, - ShipPostalCode: 70185, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1174, - CustomerName: `Ben Jackson`, - CustomerFirstName: `Ben`, - CustomerLastName: `Jackson`, - CustomerAddress: `102 Market Street, Huston, USA, 70185`, - Salesperson: `Ben Jackson`, - OrderID: 1378, - OrderDate: `7/6/2022`, - ProductID: 182, - ProductName: `Mac Book Pro`, - UnitPrice: 19620.84, - Quantity: 2, - ExtendedPrice: 39241.68, - Freight: 730.84, - Discontinued: false, - Region: `North East`, - Address: `102 Market Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 70185 - }), - new InvoicesDataItem( - { - ShipName: `Watson Market`, - ShipAddress: `192 Wall Street`, - ShipCity: `Huston`, - ShipPostalCode: 60144, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1175, - CustomerName: `Nancy Watson`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Watson`, - CustomerAddress: `192 Wall Street, Huston, USA, 60144`, - Salesperson: `Martin Jefferson`, - OrderID: 1350, - OrderDate: `10/23/2022`, - ProductID: 138, - ProductName: `IPad`, - UnitPrice: 26010.88, - Quantity: 2, - ExtendedPrice: 52021.76, - Freight: 260.88, - Discontinued: false, - Region: `North East`, - Address: `192 Wall Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 60144 - }), - new InvoicesDataItem( - { - ShipName: `Black Home`, - ShipAddress: `114 Main Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 70079, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Speedy Express`, - CustomerID: 1176, - CustomerName: `Ben Black`, - CustomerFirstName: `Ben`, - CustomerLastName: `Black`, - CustomerAddress: `114 Main Street, Philadelphia, USA, 70079`, - Salesperson: `Anna Watson`, - OrderID: 1889, - OrderDate: `8/21/2022`, - ProductID: 146, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 23970.6, - Quantity: 3, - ExtendedPrice: 71911.8, - Freight: 1870.6, - Discontinued: false, - Region: `North East`, - Address: `114 Main Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 70079 - }), - new InvoicesDataItem( - { - ShipName: `Madison Townhouse`, - ShipAddress: `199 Wall Street`, - ShipCity: `Miami`, - ShipPostalCode: 90182, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Federal Shipping`, - CustomerID: 1177, - CustomerName: `Nancy Madison`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Madison`, - CustomerAddress: `199 Wall Street, Miami, USA, 90182`, - Salesperson: `Anna Madison`, - OrderID: 1285, - OrderDate: `3/12/2022`, - ProductID: 146, - ProductName: `Samsung Note`, - UnitPrice: 13660.54, - Quantity: 2, - ExtendedPrice: 27321.08, - Freight: 1870.54, - Discontinued: false, - Region: `South East`, - Address: `199 Wall Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 90182 - }), - new InvoicesDataItem( - { - ShipName: `Madison Townhouse`, - ShipAddress: `141 Market Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 80097, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1178, - CustomerName: `Pamela Madison`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Madison`, - CustomerAddress: `141 Market Street, Philadelphia, USA, 80097`, - Salesperson: `Pamela Watson`, - OrderID: 1886, - OrderDate: `8/1/2022`, - ProductID: 107, - ProductName: `Mac Book Pro`, - UnitPrice: 11630.46, - Quantity: 4, - ExtendedPrice: 46521.84, - Freight: 1530.46, - Discontinued: false, - Region: `North East`, - Address: `141 Market Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 80097 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Market`, - ShipAddress: `168 Main Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 80162, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1179, - CustomerName: `Max Jefferson`, - CustomerFirstName: `Max`, - CustomerLastName: `Jefferson`, - CustomerAddress: `168 Main Street, Los Angeles, USA, 80162`, - Salesperson: `Mike Jackson`, - OrderID: 1009, - OrderDate: `4/7/2022`, - ProductID: 149, - ProductName: `IPad`, - UnitPrice: 16960.32, - Quantity: 3, - ExtendedPrice: 50880.96, - Freight: 1510.32, - Discontinued: true, - Region: `North East`, - Address: `168 Main Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 80162 - }), - new InvoicesDataItem( - { - ShipName: `Smith Home`, - ShipAddress: `100 Market Street`, - ShipCity: `Miami`, - ShipPostalCode: 80063, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Federal Shipping`, - CustomerID: 1180, - CustomerName: `Martin Smith`, - CustomerFirstName: `Martin`, - CustomerLastName: `Smith`, - CustomerAddress: `100 Market Street, Miami, USA, 80063`, - Salesperson: `Nancy Smith`, - OrderID: 1046, - OrderDate: `10/21/2022`, - ProductID: 123, - ProductName: `IPad`, - UnitPrice: 19360.67, - Quantity: 3, - ExtendedPrice: 58082.01, - Freight: 1510.67, - Discontinued: false, - Region: `South East`, - Address: `100 Market Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 80063 - }), - new InvoicesDataItem( - { - ShipName: `Madison Home`, - ShipAddress: `145 Market Street`, - ShipCity: `Huston`, - ShipPostalCode: 90152, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Speedy Express`, - CustomerID: 1181, - CustomerName: `Anna Madison`, - CustomerFirstName: `Anna`, - CustomerLastName: `Madison`, - CustomerAddress: `145 Market Street, Huston, USA, 90152`, - Salesperson: `Max Watson`, - OrderID: 1593, - OrderDate: `11/17/2022`, - ProductID: 169, - ProductName: `Samsung Note`, - UnitPrice: 28870.27, - Quantity: 5, - ExtendedPrice: 144351.35, - Freight: 1430.27, - Discontinued: false, - Region: `North East`, - Address: `145 Market Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 90152 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Estate`, - ShipAddress: `154 Main Street`, - ShipCity: `Miami`, - ShipPostalCode: 90080, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Federal Shipping`, - CustomerID: 1182, - CustomerName: `Ben Jackson`, - CustomerFirstName: `Ben`, - CustomerLastName: `Jackson`, - CustomerAddress: `154 Main Street, Miami, USA, 90080`, - Salesperson: `Nancy Jefferson`, - OrderID: 1234, - OrderDate: `3/21/2022`, - ProductID: 111, - ProductName: `IPad`, - UnitPrice: 16610.78, - Quantity: 2, - ExtendedPrice: 33221.56, - Freight: 1350.78, - Discontinued: false, - Region: `South East`, - Address: `154 Main Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 90080 - }), - new InvoicesDataItem( - { - ShipName: `Smith Market`, - ShipAddress: `166 Market Street`, - ShipCity: `Huston`, - ShipPostalCode: 70090, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1183, - CustomerName: `Anna Smith`, - CustomerFirstName: `Anna`, - CustomerLastName: `Smith`, - CustomerAddress: `166 Market Street, Huston, USA, 70090`, - Salesperson: `Ben Watson`, - OrderID: 1362, - OrderDate: `5/2/2022`, - ProductID: 122, - ProductName: `Mac Book Air`, - UnitPrice: 6870.64, - Quantity: 4, - ExtendedPrice: 27482.56, - Freight: 750.64, - Discontinued: false, - Region: `North East`, - Address: `166 Market Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 70090 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Estate`, - ShipAddress: `180 Market Street`, - ShipCity: `Miami`, - ShipPostalCode: 90169, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1184, - CustomerName: `Pamela Jefferson`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Jefferson`, - CustomerAddress: `180 Market Street, Miami, USA, 90169`, - Salesperson: `Pamela Black`, - OrderID: 1698, - OrderDate: `1/18/2022`, - ProductID: 129, - ProductName: `IPad`, - UnitPrice: 10960.71, - Quantity: 5, - ExtendedPrice: 54803.55, - Freight: 1530.71, - Discontinued: false, - Region: `West`, - Address: `180 Market Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 90169 - }), - new InvoicesDataItem( - { - ShipName: `Madison Estate`, - ShipAddress: `169 Main Street`, - ShipCity: `Huston`, - ShipPostalCode: 50114, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1185, - CustomerName: `Nancy Madison`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Madison`, - CustomerAddress: `169 Main Street, Huston, USA, 50114`, - Salesperson: `Martin Smith`, - OrderID: 1458, - OrderDate: `6/15/2022`, - ProductID: 183, - ProductName: `IPhone`, - UnitPrice: 16380.23, - Quantity: 2, - ExtendedPrice: 32760.46, - Freight: 1990.23, - Discontinued: false, - Region: `West`, - Address: `169 Main Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 50114 - }), - new InvoicesDataItem( - { - ShipName: `Madison Estate`, - ShipAddress: `132 Market Street`, - ShipCity: `Miami`, - ShipPostalCode: 90064, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1186, - CustomerName: `Max Madison`, - CustomerFirstName: `Max`, - CustomerLastName: `Madison`, - CustomerAddress: `132 Market Street, Miami, USA, 90064`, - Salesperson: `Nancy Jackson`, - OrderID: 1563, - OrderDate: `6/17/2022`, - ProductID: 193, - ProductName: `Samsung Note`, - UnitPrice: 25940.61, - Quantity: 4, - ExtendedPrice: 103762.44, - Freight: 970.61, - Discontinued: false, - Region: `West`, - Address: `132 Market Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 90064 - }), - new InvoicesDataItem( - { - ShipName: `Madison Market`, - ShipAddress: `107 Wall Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 50110, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Speedy Express`, - CustomerID: 1187, - CustomerName: `Martin Madison`, - CustomerFirstName: `Martin`, - CustomerLastName: `Madison`, - CustomerAddress: `107 Wall Street, Los Angeles, USA, 50110`, - Salesperson: `Nancy Jefferson`, - OrderID: 1934, - OrderDate: `6/5/2022`, - ProductID: 110, - ProductName: `Samsung Note`, - UnitPrice: 5360.47, - Quantity: 3, - ExtendedPrice: 16081.41, - Freight: 1680.47, - Discontinued: false, - Region: `North East`, - Address: `107 Wall Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 50110 - }), - new InvoicesDataItem( - { - ShipName: `Black Townhouse`, - ShipAddress: `170 Wall Street`, - ShipCity: `New York`, - ShipPostalCode: 50149, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1188, - CustomerName: `Pamela Black`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Black`, - CustomerAddress: `170 Wall Street, New York, USA, 50149`, - Salesperson: `Mike Jefferson`, - OrderID: 1880, - OrderDate: `12/7/2022`, - ProductID: 137, - ProductName: `IPhone`, - UnitPrice: 19560.62, - Quantity: 4, - ExtendedPrice: 78242.48, - Freight: 680.62, - Discontinued: false, - Region: `West`, - Address: `170 Wall Street`, - City: `New York`, - Country: `USA`, - PostalCode: 50149 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Market`, - ShipAddress: `152 Wall Street`, - ShipCity: `New York`, - ShipPostalCode: 50085, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1189, - CustomerName: `Ben Jefferson`, - CustomerFirstName: `Ben`, - CustomerLastName: `Jefferson`, - CustomerAddress: `152 Wall Street, New York, USA, 50085`, - Salesperson: `Anna Jackson`, - OrderID: 1159, - OrderDate: `5/18/2022`, - ProductID: 167, - ProductName: `IPad`, - UnitPrice: 19270.25, - Quantity: 2, - ExtendedPrice: 38540.5, - Freight: 1050.25, - Discontinued: true, - Region: `North East`, - Address: `152 Wall Street`, - City: `New York`, - Country: `USA`, - PostalCode: 50085 - }), - new InvoicesDataItem( - { - ShipName: `Watson Market`, - ShipAddress: `186 Wall Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 60146, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1190, - CustomerName: `Mike Watson`, - CustomerFirstName: `Mike`, - CustomerLastName: `Watson`, - CustomerAddress: `186 Wall Street, Los Angeles, USA, 60146`, - Salesperson: `Nancy Madison`, - OrderID: 1960, - OrderDate: `3/2/2022`, - ProductID: 167, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 22090.53, - Quantity: 3, - ExtendedPrice: 66271.59, - Freight: 1790.53, - Discontinued: false, - Region: `West`, - Address: `186 Wall Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 60146 - }), - new InvoicesDataItem( - { - ShipName: `Madison Estate`, - ShipAddress: `194 Wall Street`, - ShipCity: `New York`, - ShipPostalCode: 50170, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1191, - CustomerName: `Nancy Madison`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Madison`, - CustomerAddress: `194 Wall Street, New York, USA, 50170`, - Salesperson: `Max Watson`, - OrderID: 1658, - OrderDate: `9/1/2022`, - ProductID: 156, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 27450.8, - Quantity: 4, - ExtendedPrice: 109803.2, - Freight: 270.8, - Discontinued: false, - Region: `West`, - Address: `194 Wall Street`, - City: `New York`, - Country: `USA`, - PostalCode: 50170 - }), - new InvoicesDataItem( - { - ShipName: `Smith Townhouse`, - ShipAddress: `172 Main Street`, - ShipCity: `New York`, - ShipPostalCode: 70191, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1192, - CustomerName: `Ben Smith`, - CustomerFirstName: `Ben`, - CustomerLastName: `Smith`, - CustomerAddress: `172 Main Street, New York, USA, 70191`, - Salesperson: `Pamela Madison`, - OrderID: 1225, - OrderDate: `3/22/2022`, - ProductID: 170, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 21150.84, - Quantity: 5, - ExtendedPrice: 105754.2, - Freight: 1230.84, - Discontinued: false, - Region: `West`, - Address: `172 Main Street`, - City: `New York`, - Country: `USA`, - PostalCode: 70191 - }), - new InvoicesDataItem( - { - ShipName: `Black Market`, - ShipAddress: `108 Market Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 70146, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Federal Shipping`, - CustomerID: 1193, - CustomerName: `Mike Black`, - CustomerFirstName: `Mike`, - CustomerLastName: `Black`, - CustomerAddress: `108 Market Street, Los Angeles, USA, 70146`, - Salesperson: `Pamela Black`, - OrderID: 1886, - OrderDate: `8/20/2022`, - ProductID: 126, - ProductName: `IPhone`, - UnitPrice: 6100.73, - Quantity: 2, - ExtendedPrice: 12201.46, - Freight: 1340.73, - Discontinued: false, - Region: `South East`, - Address: `108 Market Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 70146 - }), - new InvoicesDataItem( - { - ShipName: `Watson Market`, - ShipAddress: `109 Wall Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 90083, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1194, - CustomerName: `Max Watson`, - CustomerFirstName: `Max`, - CustomerLastName: `Watson`, - CustomerAddress: `109 Wall Street, Los Angeles, USA, 90083`, - Salesperson: `Max Smith`, - OrderID: 1191, - OrderDate: `5/9/2022`, - ProductID: 179, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 20190.35, - Quantity: 5, - ExtendedPrice: 100951.75, - Freight: 640.35, - Discontinued: false, - Region: `West`, - Address: `109 Wall Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 90083 - }), - new InvoicesDataItem( - { - ShipName: `Smith Market`, - ShipAddress: `121 Market Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 70102, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1195, - CustomerName: `Max Smith`, - CustomerFirstName: `Max`, - CustomerLastName: `Smith`, - CustomerAddress: `121 Market Street, Philadelphia, USA, 70102`, - Salesperson: `Ben Black`, - OrderID: 1051, - OrderDate: `5/21/2022`, - ProductID: 192, - ProductName: `Mac Book Pro`, - UnitPrice: 21730.32, - Quantity: 5, - ExtendedPrice: 108651.6, - Freight: 1030.32, - Discontinued: false, - Region: `North East`, - Address: `121 Market Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 70102 - }), - new InvoicesDataItem( - { - ShipName: `Watson Estate`, - ShipAddress: `104 Wall Street`, - ShipCity: `New York`, - ShipPostalCode: 90066, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Speedy Express`, - CustomerID: 1196, - CustomerName: `Max Watson`, - CustomerFirstName: `Max`, - CustomerLastName: `Watson`, - CustomerAddress: `104 Wall Street, New York, USA, 90066`, - Salesperson: `Ben Watson`, - OrderID: 1385, - OrderDate: `2/2/2022`, - ProductID: 182, - ProductName: `IPad`, - UnitPrice: 26120.45, - Quantity: 4, - ExtendedPrice: 104481.8, - Freight: 1930.45, - Discontinued: false, - Region: `North East`, - Address: `104 Wall Street`, - City: `New York`, - Country: `USA`, - PostalCode: 90066 - }), - new InvoicesDataItem( - { - ShipName: `Madison Townhouse`, - ShipAddress: `126 Market Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 60091, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1197, - CustomerName: `Ben Madison`, - CustomerFirstName: `Ben`, - CustomerLastName: `Madison`, - CustomerAddress: `126 Market Street, Philadelphia, USA, 60091`, - Salesperson: `Anna Madison`, - OrderID: 1675, - OrderDate: `6/22/2022`, - ProductID: 174, - ProductName: `IPad`, - UnitPrice: 13240.35, - Quantity: 4, - ExtendedPrice: 52961.4, - Freight: 890.35, - Discontinued: false, - Region: `South East`, - Address: `126 Market Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 60091 - }), - new InvoicesDataItem( - { - ShipName: `Watson Home`, - ShipAddress: `139 Main Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 70063, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1198, - CustomerName: `Ben Watson`, - CustomerFirstName: `Ben`, - CustomerLastName: `Watson`, - CustomerAddress: `139 Main Street, Los Angeles, USA, 70063`, - Salesperson: `Pamela Black`, - OrderID: 1997, - OrderDate: `11/17/2022`, - ProductID: 200, - ProductName: `IPhone`, - UnitPrice: 8400.83, - Quantity: 5, - ExtendedPrice: 42004.15, - Freight: 1340.83, - Discontinued: false, - Region: `West`, - Address: `139 Main Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 70063 - }), - new InvoicesDataItem( - { - ShipName: `Smith Home`, - ShipAddress: `133 Wall Street`, - ShipCity: `Miami`, - ShipPostalCode: 70071, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Federal Shipping`, - CustomerID: 1199, - CustomerName: `Mike Smith`, - CustomerFirstName: `Mike`, - CustomerLastName: `Smith`, - CustomerAddress: `133 Wall Street, Miami, USA, 70071`, - Salesperson: `James Watson`, - OrderID: 1641, - OrderDate: `11/12/2022`, - ProductID: 147, - ProductName: `Samsung Note`, - UnitPrice: 10150.31, - Quantity: 3, - ExtendedPrice: 30450.93, - Freight: 720.31, - Discontinued: true, - Region: `South East`, - Address: `133 Wall Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 70071 - }), - new InvoicesDataItem( - { - ShipName: `Black Market`, - ShipAddress: `166 Main Street`, - ShipCity: `Miami`, - ShipPostalCode: 60137, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1200, - CustomerName: `Max Black`, - CustomerFirstName: `Max`, - CustomerLastName: `Black`, - CustomerAddress: `166 Main Street, Miami, USA, 60137`, - Salesperson: `Ben Madison`, - OrderID: 1418, - OrderDate: `11/8/2022`, - ProductID: 135, - ProductName: `IPhone`, - UnitPrice: 9410.46, - Quantity: 2, - ExtendedPrice: 18820.92, - Freight: 970.46, - Discontinued: false, - Region: `West`, - Address: `166 Main Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 60137 - }), - new InvoicesDataItem( - { - ShipName: `Smith Townhouse`, - ShipAddress: `143 Main Street`, - ShipCity: `Miami`, - ShipPostalCode: 70069, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1201, - CustomerName: `James Smith`, - CustomerFirstName: `James`, - CustomerLastName: `Smith`, - CustomerAddress: `143 Main Street, Miami, USA, 70069`, - Salesperson: `Anna Watson`, - OrderID: 1545, - OrderDate: `6/24/2022`, - ProductID: 190, - ProductName: `Mac Book Pro`, - UnitPrice: 5030.78, - Quantity: 3, - ExtendedPrice: 15092.34, - Freight: 1630.78, - Discontinued: false, - Region: `North East`, - Address: `143 Main Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 70069 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Townhouse`, - ShipAddress: `106 Wall Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 50097, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1202, - CustomerName: `Max Jackson`, - CustomerFirstName: `Max`, - CustomerLastName: `Jackson`, - CustomerAddress: `106 Wall Street, Los Angeles, USA, 50097`, - Salesperson: `James Jackson`, - OrderID: 1493, - OrderDate: `7/24/2022`, - ProductID: 124, - ProductName: `Samsung Note`, - UnitPrice: 6390.72, - Quantity: 5, - ExtendedPrice: 31953.6, - Freight: 1960.72, - Discontinued: false, - Region: `North East`, - Address: `106 Wall Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 50097 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Townhouse`, - ShipAddress: `143 Market Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 50052, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1203, - CustomerName: `Pamela Jefferson`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Jefferson`, - CustomerAddress: `143 Market Street, Philadelphia, USA, 50052`, - Salesperson: `Mike Jefferson`, - OrderID: 1495, - OrderDate: `2/14/2022`, - ProductID: 179, - ProductName: `Mac Book Pro`, - UnitPrice: 16770.46, - Quantity: 5, - ExtendedPrice: 83852.3, - Freight: 420.46, - Discontinued: false, - Region: `North East`, - Address: `143 Market Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 50052 - }), - new InvoicesDataItem( - { - ShipName: `Smith Estate`, - ShipAddress: `174 Wall Street`, - ShipCity: `New York`, - ShipPostalCode: 60127, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1204, - CustomerName: `Nancy Smith`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Smith`, - CustomerAddress: `174 Wall Street, New York, USA, 60127`, - Salesperson: `Max Watson`, - OrderID: 1123, - OrderDate: `11/20/2022`, - ProductID: 186, - ProductName: `Mac Book Air`, - UnitPrice: 20930.48, - Quantity: 4, - ExtendedPrice: 83721.92, - Freight: 950.48, - Discontinued: false, - Region: `South East`, - Address: `174 Wall Street`, - City: `New York`, - Country: `USA`, - PostalCode: 60127 - }), - new InvoicesDataItem( - { - ShipName: `Madison Market`, - ShipAddress: `123 Wall Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 60111, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1205, - CustomerName: `Pamela Madison`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Madison`, - CustomerAddress: `123 Wall Street, Los Angeles, USA, 60111`, - Salesperson: `Pamela Jefferson`, - OrderID: 1342, - OrderDate: `12/8/2022`, - ProductID: 140, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 27010.34, - Quantity: 3, - ExtendedPrice: 81031.02, - Freight: 1470.34, - Discontinued: false, - Region: `West`, - Address: `123 Wall Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 60111 - }), - new InvoicesDataItem( - { - ShipName: `Smith Home`, - ShipAddress: `166 Market Street`, - ShipCity: `Miami`, - ShipPostalCode: 50102, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Speedy Express`, - CustomerID: 1206, - CustomerName: `James Smith`, - CustomerFirstName: `James`, - CustomerLastName: `Smith`, - CustomerAddress: `166 Market Street, Miami, USA, 50102`, - Salesperson: `Ben Madison`, - OrderID: 1017, - OrderDate: `10/2/2022`, - ProductID: 186, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 12810.79, - Quantity: 5, - ExtendedPrice: 64053.95, - Freight: 1990.79, - Discontinued: false, - Region: `North East`, - Address: `166 Market Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 50102 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Estate`, - ShipAddress: `193 Main Street`, - ShipCity: `Huston`, - ShipPostalCode: 80187, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1207, - CustomerName: `Max Jefferson`, - CustomerFirstName: `Max`, - CustomerLastName: `Jefferson`, - CustomerAddress: `193 Main Street, Huston, USA, 80187`, - Salesperson: `Mike Jefferson`, - OrderID: 1558, - OrderDate: `11/12/2022`, - ProductID: 194, - ProductName: `Mac Book Pro`, - UnitPrice: 26210.45, - Quantity: 2, - ExtendedPrice: 52420.9, - Freight: 1110.45, - Discontinued: false, - Region: `North East`, - Address: `193 Main Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 80187 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Market`, - ShipAddress: `137 Main Street`, - ShipCity: `Miami`, - ShipPostalCode: 80111, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1208, - CustomerName: `Ben Jefferson`, - CustomerFirstName: `Ben`, - CustomerLastName: `Jefferson`, - CustomerAddress: `137 Main Street, Miami, USA, 80111`, - Salesperson: `Mike Watson`, - OrderID: 1466, - OrderDate: `11/18/2022`, - ProductID: 189, - ProductName: `Mac Book Air`, - UnitPrice: 6190.57, - Quantity: 3, - ExtendedPrice: 18571.71, - Freight: 1810.57, - Discontinued: false, - Region: `West`, - Address: `137 Main Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 80111 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Townhouse`, - ShipAddress: `122 Main Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 80088, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1209, - CustomerName: `Ben Jefferson`, - CustomerFirstName: `Ben`, - CustomerLastName: `Jefferson`, - CustomerAddress: `122 Main Street, Philadelphia, USA, 80088`, - Salesperson: `Ben Jefferson`, - OrderID: 1539, - OrderDate: `11/13/2022`, - ProductID: 131, - ProductName: `IPhone`, - UnitPrice: 21280.22, - Quantity: 4, - ExtendedPrice: 85120.88, - Freight: 760.22, - Discontinued: true, - Region: `North East`, - Address: `122 Main Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 80088 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Home`, - ShipAddress: `115 Main Street`, - ShipCity: `New York`, - ShipPostalCode: 80079, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1210, - CustomerName: `Anna Jefferson`, - CustomerFirstName: `Anna`, - CustomerLastName: `Jefferson`, - CustomerAddress: `115 Main Street, New York, USA, 80079`, - Salesperson: `Max Jefferson`, - OrderID: 1411, - OrderDate: `11/22/2022`, - ProductID: 135, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 13700.71, - Quantity: 3, - ExtendedPrice: 41102.13, - Freight: 1730.71, - Discontinued: false, - Region: `South East`, - Address: `115 Main Street`, - City: `New York`, - Country: `USA`, - PostalCode: 80079 - }), - new InvoicesDataItem( - { - ShipName: `Smith Market`, - ShipAddress: `114 Main Street`, - ShipCity: `New York`, - ShipPostalCode: 50137, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1211, - CustomerName: `Mike Smith`, - CustomerFirstName: `Mike`, - CustomerLastName: `Smith`, - CustomerAddress: `114 Main Street, New York, USA, 50137`, - Salesperson: `Nancy Smith`, - OrderID: 1890, - OrderDate: `8/5/2022`, - ProductID: 169, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 11320.48, - Quantity: 3, - ExtendedPrice: 33961.44, - Freight: 930.48, - Discontinued: false, - Region: `West`, - Address: `114 Main Street`, - City: `New York`, - Country: `USA`, - PostalCode: 50137 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Market`, - ShipAddress: `130 Wall Street`, - ShipCity: `Miami`, - ShipPostalCode: 90082, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1212, - CustomerName: `Martin Jefferson`, - CustomerFirstName: `Martin`, - CustomerLastName: `Jefferson`, - CustomerAddress: `130 Wall Street, Miami, USA, 90082`, - Salesperson: `Nancy Madison`, - OrderID: 1783, - OrderDate: `9/1/2022`, - ProductID: 109, - ProductName: `IPhone`, - UnitPrice: 24340.75, - Quantity: 5, - ExtendedPrice: 121703.75, - Freight: 490.75, - Discontinued: false, - Region: `North East`, - Address: `130 Wall Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 90082 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Estate`, - ShipAddress: `140 Main Street`, - ShipCity: `New York`, - ShipPostalCode: 80095, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Federal Shipping`, - CustomerID: 1213, - CustomerName: `James Jefferson`, - CustomerFirstName: `James`, - CustomerLastName: `Jefferson`, - CustomerAddress: `140 Main Street, New York, USA, 80095`, - Salesperson: `Pamela Watson`, - OrderID: 1101, - OrderDate: `5/25/2022`, - ProductID: 101, - ProductName: `Mac Book Air`, - UnitPrice: 29980.24, - Quantity: 4, - ExtendedPrice: 119920.96, - Freight: 1190.24, - Discontinued: false, - Region: `South East`, - Address: `140 Main Street`, - City: `New York`, - Country: `USA`, - PostalCode: 80095 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Market`, - ShipAddress: `165 Main Street`, - ShipCity: `Huston`, - ShipPostalCode: 90200, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Federal Shipping`, - CustomerID: 1214, - CustomerName: `Ben Jefferson`, - CustomerFirstName: `Ben`, - CustomerLastName: `Jefferson`, - CustomerAddress: `165 Main Street, Huston, USA, 90200`, - Salesperson: `Max Watson`, - OrderID: 1932, - OrderDate: `2/10/2022`, - ProductID: 159, - ProductName: `Mac Book Air`, - UnitPrice: 23460.59, - Quantity: 4, - ExtendedPrice: 93842.36, - Freight: 710.59, - Discontinued: false, - Region: `South East`, - Address: `165 Main Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 90200 - }), - new InvoicesDataItem( - { - ShipName: `Watson Market`, - ShipAddress: `154 Market Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 70200, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1215, - CustomerName: `Max Watson`, - CustomerFirstName: `Max`, - CustomerLastName: `Watson`, - CustomerAddress: `154 Market Street, Los Angeles, USA, 70200`, - Salesperson: `Mike Black`, - OrderID: 1514, - OrderDate: `10/8/2022`, - ProductID: 148, - ProductName: `Samsung Note`, - UnitPrice: 29540.27, - Quantity: 4, - ExtendedPrice: 118161.08, - Freight: 1960.27, - Discontinued: false, - Region: `North East`, - Address: `154 Market Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 70200 - }), - new InvoicesDataItem( - { - ShipName: `Watson Home`, - ShipAddress: `113 Market Street`, - ShipCity: `New York`, - ShipPostalCode: 50127, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Speedy Express`, - CustomerID: 1216, - CustomerName: `Max Watson`, - CustomerFirstName: `Max`, - CustomerLastName: `Watson`, - CustomerAddress: `113 Market Street, New York, USA, 50127`, - Salesperson: `James Jefferson`, - OrderID: 1736, - OrderDate: `10/21/2022`, - ProductID: 188, - ProductName: `IPad`, - UnitPrice: 15350.27, - Quantity: 4, - ExtendedPrice: 61401.08, - Freight: 540.27, - Discontinued: false, - Region: `South East`, - Address: `113 Market Street`, - City: `New York`, - Country: `USA`, - PostalCode: 50127 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Market`, - ShipAddress: `153 Main Street`, - ShipCity: `Huston`, - ShipPostalCode: 80064, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1217, - CustomerName: `James Jackson`, - CustomerFirstName: `James`, - CustomerLastName: `Jackson`, - CustomerAddress: `153 Main Street, Huston, USA, 80064`, - Salesperson: `Mike Jackson`, - OrderID: 1978, - OrderDate: `12/25/2022`, - ProductID: 125, - ProductName: `IPad`, - UnitPrice: 15880.31, - Quantity: 3, - ExtendedPrice: 47640.93, - Freight: 800.31, - Discontinued: false, - Region: `North East`, - Address: `153 Main Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 80064 - }), - new InvoicesDataItem( - { - ShipName: `Smith Estate`, - ShipAddress: `107 Main Street`, - ShipCity: `Miami`, - ShipPostalCode: 50196, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1218, - CustomerName: `Mike Smith`, - CustomerFirstName: `Mike`, - CustomerLastName: `Smith`, - CustomerAddress: `107 Main Street, Miami, USA, 50196`, - Salesperson: `Martin Jackson`, - OrderID: 1324, - OrderDate: `7/18/2022`, - ProductID: 188, - ProductName: `Mac Book Air`, - UnitPrice: 26990.38, - Quantity: 4, - ExtendedPrice: 107961.52, - Freight: 610.38, - Discontinued: false, - Region: `South East`, - Address: `107 Main Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 50196 - }), - new InvoicesDataItem( - { - ShipName: `Smith Estate`, - ShipAddress: `140 Wall Street`, - ShipCity: `Miami`, - ShipPostalCode: 70154, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1219, - CustomerName: `James Smith`, - CustomerFirstName: `James`, - CustomerLastName: `Smith`, - CustomerAddress: `140 Wall Street, Miami, USA, 70154`, - Salesperson: `Nancy Madison`, - OrderID: 1307, - OrderDate: `4/19/2022`, - ProductID: 114, - ProductName: `IPhone`, - UnitPrice: 18300.65, - Quantity: 4, - ExtendedPrice: 73202.6, - Freight: 800.65, - Discontinued: true, - Region: `West`, - Address: `140 Wall Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 70154 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Townhouse`, - ShipAddress: `158 Market Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 50154, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1220, - CustomerName: `Mike Jackson`, - CustomerFirstName: `Mike`, - CustomerLastName: `Jackson`, - CustomerAddress: `158 Market Street, Los Angeles, USA, 50154`, - Salesperson: `James Black`, - OrderID: 1808, - OrderDate: `3/18/2022`, - ProductID: 172, - ProductName: `Mac Book Air`, - UnitPrice: 27460.67, - Quantity: 3, - ExtendedPrice: 82382.01, - Freight: 1220.67, - Discontinued: false, - Region: `North East`, - Address: `158 Market Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 50154 - }), - new InvoicesDataItem( - { - ShipName: `Smith Home`, - ShipAddress: `116 Main Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 90170, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1221, - CustomerName: `Pamela Smith`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Smith`, - CustomerAddress: `116 Main Street, Los Angeles, USA, 90170`, - Salesperson: `James Jefferson`, - OrderID: 1481, - OrderDate: `5/22/2022`, - ProductID: 177, - ProductName: `IPhone`, - UnitPrice: 23770.26, - Quantity: 2, - ExtendedPrice: 47540.52, - Freight: 480.26, - Discontinued: false, - Region: `North East`, - Address: `116 Main Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 90170 - }), - new InvoicesDataItem( - { - ShipName: `Madison Townhouse`, - ShipAddress: `124 Wall Street`, - ShipCity: `Huston`, - ShipPostalCode: 50137, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1222, - CustomerName: `Max Madison`, - CustomerFirstName: `Max`, - CustomerLastName: `Madison`, - CustomerAddress: `124 Wall Street, Huston, USA, 50137`, - Salesperson: `Martin Watson`, - OrderID: 1874, - OrderDate: `10/1/2022`, - ProductID: 102, - ProductName: `Mac Book Air`, - UnitPrice: 12080.68, - Quantity: 5, - ExtendedPrice: 60403.4, - Freight: 400.68, - Discontinued: false, - Region: `North East`, - Address: `124 Wall Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 50137 - }), - new InvoicesDataItem( - { - ShipName: `Smith Market`, - ShipAddress: `197 Main Street`, - ShipCity: `New York`, - ShipPostalCode: 60174, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Speedy Express`, - CustomerID: 1223, - CustomerName: `Nancy Smith`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Smith`, - CustomerAddress: `197 Main Street, New York, USA, 60174`, - Salesperson: `Nancy Jefferson`, - OrderID: 1377, - OrderDate: `10/24/2022`, - ProductID: 123, - ProductName: `Mac Book Air`, - UnitPrice: 10520.88, - Quantity: 4, - ExtendedPrice: 42083.52, - Freight: 800.88, - Discontinued: false, - Region: `South East`, - Address: `197 Main Street`, - City: `New York`, - Country: `USA`, - PostalCode: 60174 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Estate`, - ShipAddress: `192 Wall Street`, - ShipCity: `Miami`, - ShipPostalCode: 80134, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1224, - CustomerName: `Mike Jefferson`, - CustomerFirstName: `Mike`, - CustomerLastName: `Jefferson`, - CustomerAddress: `192 Wall Street, Miami, USA, 80134`, - Salesperson: `James Madison`, - OrderID: 1691, - OrderDate: `6/13/2022`, - ProductID: 123, - ProductName: `IPhone`, - UnitPrice: 11090.82, - Quantity: 2, - ExtendedPrice: 22181.64, - Freight: 910.82, - Discontinued: false, - Region: `South East`, - Address: `192 Wall Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 80134 - }), - new InvoicesDataItem( - { - ShipName: `Black Estate`, - ShipAddress: `111 Market Street`, - ShipCity: `Huston`, - ShipPostalCode: 80054, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1225, - CustomerName: `Anna Black`, - CustomerFirstName: `Anna`, - CustomerLastName: `Black`, - CustomerAddress: `111 Market Street, Huston, USA, 80054`, - Salesperson: `Martin Jackson`, - OrderID: 1242, - OrderDate: `4/6/2022`, - ProductID: 180, - ProductName: `IPhone`, - UnitPrice: 8180.25, - Quantity: 5, - ExtendedPrice: 40901.25, - Freight: 510.25, - Discontinued: false, - Region: `North East`, - Address: `111 Market Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 80054 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Estate`, - ShipAddress: `106 Market Street`, - ShipCity: `New York`, - ShipPostalCode: 60139, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1226, - CustomerName: `Nancy Jackson`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Jackson`, - CustomerAddress: `106 Market Street, New York, USA, 60139`, - Salesperson: `James Madison`, - OrderID: 1745, - OrderDate: `1/18/2022`, - ProductID: 115, - ProductName: `IPhone`, - UnitPrice: 6570.23, - Quantity: 5, - ExtendedPrice: 32851.15, - Freight: 840.23, - Discontinued: false, - Region: `West`, - Address: `106 Market Street`, - City: `New York`, - Country: `USA`, - PostalCode: 60139 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Market`, - ShipAddress: `198 Main Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 60058, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1227, - CustomerName: `Nancy Jackson`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Jackson`, - CustomerAddress: `198 Main Street, Los Angeles, USA, 60058`, - Salesperson: `James Madison`, - OrderID: 1111, - OrderDate: `10/11/2022`, - ProductID: 132, - ProductName: `IPhone`, - UnitPrice: 10970.23, - Quantity: 3, - ExtendedPrice: 32910.69, - Freight: 1670.23, - Discontinued: false, - Region: `North East`, - Address: `198 Main Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 60058 - }), - new InvoicesDataItem( - { - ShipName: `Madison Estate`, - ShipAddress: `138 Wall Street`, - ShipCity: `Huston`, - ShipPostalCode: 50133, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1228, - CustomerName: `Anna Madison`, - CustomerFirstName: `Anna`, - CustomerLastName: `Madison`, - CustomerAddress: `138 Wall Street, Huston, USA, 50133`, - Salesperson: `Ben Madison`, - OrderID: 1182, - OrderDate: `12/18/2022`, - ProductID: 184, - ProductName: `Mac Book Air`, - UnitPrice: 27020.67, - Quantity: 3, - ExtendedPrice: 81062.01, - Freight: 1750.67, - Discontinued: false, - Region: `South East`, - Address: `138 Wall Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 50133 - }), - new InvoicesDataItem( - { - ShipName: `Smith Market`, - ShipAddress: `198 Market Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 50182, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1229, - CustomerName: `James Smith`, - CustomerFirstName: `James`, - CustomerLastName: `Smith`, - CustomerAddress: `198 Market Street, Los Angeles, USA, 50182`, - Salesperson: `Ben Jackson`, - OrderID: 1252, - OrderDate: `10/7/2022`, - ProductID: 146, - ProductName: `IPad`, - UnitPrice: 21910.34, - Quantity: 5, - ExtendedPrice: 109551.7, - Freight: 840.34, - Discontinued: true, - Region: `North East`, - Address: `198 Market Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 50182 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Townhouse`, - ShipAddress: `141 Market Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 70058, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Speedy Express`, - CustomerID: 1230, - CustomerName: `James Jackson`, - CustomerFirstName: `James`, - CustomerLastName: `Jackson`, - CustomerAddress: `141 Market Street, Philadelphia, USA, 70058`, - Salesperson: `Martin Watson`, - OrderID: 1635, - OrderDate: `6/1/2022`, - ProductID: 196, - ProductName: `Mac Book Air`, - UnitPrice: 16430.54, - Quantity: 2, - ExtendedPrice: 32861.08, - Freight: 1420.54, - Discontinued: false, - Region: `North East`, - Address: `141 Market Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 70058 - }), - new InvoicesDataItem( - { - ShipName: `Madison Townhouse`, - ShipAddress: `107 Market Street`, - ShipCity: `New York`, - ShipPostalCode: 80108, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1231, - CustomerName: `Anna Madison`, - CustomerFirstName: `Anna`, - CustomerLastName: `Madison`, - CustomerAddress: `107 Market Street, New York, USA, 80108`, - Salesperson: `Mike Smith`, - OrderID: 1922, - OrderDate: `10/6/2022`, - ProductID: 154, - ProductName: `Mac Book Air`, - UnitPrice: 8920.46, - Quantity: 5, - ExtendedPrice: 44602.3, - Freight: 1160.46, - Discontinued: false, - Region: `West`, - Address: `107 Market Street`, - City: `New York`, - Country: `USA`, - PostalCode: 80108 - }), - new InvoicesDataItem( - { - ShipName: `Watson Market`, - ShipAddress: `166 Main Street`, - ShipCity: `New York`, - ShipPostalCode: 60199, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Speedy Express`, - CustomerID: 1232, - CustomerName: `Martin Watson`, - CustomerFirstName: `Martin`, - CustomerLastName: `Watson`, - CustomerAddress: `166 Main Street, New York, USA, 60199`, - Salesperson: `Anna Smith`, - OrderID: 1759, - OrderDate: `3/10/2022`, - ProductID: 145, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 22420.27, - Quantity: 5, - ExtendedPrice: 112101.35, - Freight: 1900.27, - Discontinued: false, - Region: `North East`, - Address: `166 Main Street`, - City: `New York`, - Country: `USA`, - PostalCode: 60199 - }), - new InvoicesDataItem( - { - ShipName: `Smith Home`, - ShipAddress: `188 Main Street`, - ShipCity: `New York`, - ShipPostalCode: 90082, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1233, - CustomerName: `Anna Smith`, - CustomerFirstName: `Anna`, - CustomerLastName: `Smith`, - CustomerAddress: `188 Main Street, New York, USA, 90082`, - Salesperson: `Ben Black`, - OrderID: 1172, - OrderDate: `11/9/2022`, - ProductID: 148, - ProductName: `Samsung Note`, - UnitPrice: 22260.33, - Quantity: 5, - ExtendedPrice: 111301.65, - Freight: 1530.33, - Discontinued: false, - Region: `West`, - Address: `188 Main Street`, - City: `New York`, - Country: `USA`, - PostalCode: 90082 - }), - new InvoicesDataItem( - { - ShipName: `Madison Home`, - ShipAddress: `168 Wall Street`, - ShipCity: `Miami`, - ShipPostalCode: 80160, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Federal Shipping`, - CustomerID: 1234, - CustomerName: `Martin Madison`, - CustomerFirstName: `Martin`, - CustomerLastName: `Madison`, - CustomerAddress: `168 Wall Street, Miami, USA, 80160`, - Salesperson: `Max Black`, - OrderID: 1855, - OrderDate: `9/9/2022`, - ProductID: 195, - ProductName: `Samsung Note`, - UnitPrice: 11120.68, - Quantity: 5, - ExtendedPrice: 55603.4, - Freight: 540.68, - Discontinued: false, - Region: `South East`, - Address: `168 Wall Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 80160 - }), - new InvoicesDataItem( - { - ShipName: `Madison Market`, - ShipAddress: `151 Wall Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 50192, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Speedy Express`, - CustomerID: 1235, - CustomerName: `James Madison`, - CustomerFirstName: `James`, - CustomerLastName: `Madison`, - CustomerAddress: `151 Wall Street, Philadelphia, USA, 50192`, - Salesperson: `Pamela Watson`, - OrderID: 1253, - OrderDate: `9/24/2022`, - ProductID: 153, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 17650.73, - Quantity: 5, - ExtendedPrice: 88253.65, - Freight: 1010.73, - Discontinued: false, - Region: `North East`, - Address: `151 Wall Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 50192 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Estate`, - ShipAddress: `131 Wall Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 60171, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1236, - CustomerName: `Anna Jefferson`, - CustomerFirstName: `Anna`, - CustomerLastName: `Jefferson`, - CustomerAddress: `131 Wall Street, Philadelphia, USA, 60171`, - Salesperson: `James Jefferson`, - OrderID: 1711, - OrderDate: `9/12/2022`, - ProductID: 192, - ProductName: `IPhone`, - UnitPrice: 18980.42, - Quantity: 3, - ExtendedPrice: 56941.26, - Freight: 1070.42, - Discontinued: false, - Region: `North East`, - Address: `131 Wall Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 60171 - }), - new InvoicesDataItem( - { - ShipName: `Madison Estate`, - ShipAddress: `101 Market Street`, - ShipCity: `Huston`, - ShipPostalCode: 70109, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1237, - CustomerName: `Mike Madison`, - CustomerFirstName: `Mike`, - CustomerLastName: `Madison`, - CustomerAddress: `101 Market Street, Huston, USA, 70109`, - Salesperson: `Nancy Smith`, - OrderID: 1155, - OrderDate: `9/1/2022`, - ProductID: 174, - ProductName: `Mac Book Pro`, - UnitPrice: 22330.35, - Quantity: 2, - ExtendedPrice: 44660.7, - Freight: 250.35, - Discontinued: false, - Region: `West`, - Address: `101 Market Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 70109 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Home`, - ShipAddress: `145 Main Street`, - ShipCity: `New York`, - ShipPostalCode: 50126, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1238, - CustomerName: `Max Jefferson`, - CustomerFirstName: `Max`, - CustomerLastName: `Jefferson`, - CustomerAddress: `145 Main Street, New York, USA, 50126`, - Salesperson: `Mike Watson`, - OrderID: 1656, - OrderDate: `3/7/2022`, - ProductID: 139, - ProductName: `IPhone`, - UnitPrice: 9890.72, - Quantity: 3, - ExtendedPrice: 29672.16, - Freight: 1890.72, - Discontinued: false, - Region: `West`, - Address: `145 Main Street`, - City: `New York`, - Country: `USA`, - PostalCode: 50126 - }), - new InvoicesDataItem( - { - ShipName: `Madison Home`, - ShipAddress: `190 Wall Street`, - ShipCity: `Huston`, - ShipPostalCode: 60055, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Federal Shipping`, - CustomerID: 1239, - CustomerName: `Martin Madison`, - CustomerFirstName: `Martin`, - CustomerLastName: `Madison`, - CustomerAddress: `190 Wall Street, Huston, USA, 60055`, - Salesperson: `Mike Smith`, - OrderID: 1192, - OrderDate: `3/12/2022`, - ProductID: 151, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 16510.6, - Quantity: 5, - ExtendedPrice: 82553, - Freight: 260.6, - Discontinued: true, - Region: `South East`, - Address: `190 Wall Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 60055 - }), - new InvoicesDataItem( - { - ShipName: `Smith Estate`, - ShipAddress: `114 Market Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 50122, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Speedy Express`, - CustomerID: 1240, - CustomerName: `Martin Smith`, - CustomerFirstName: `Martin`, - CustomerLastName: `Smith`, - CustomerAddress: `114 Market Street, Philadelphia, USA, 50122`, - Salesperson: `James Madison`, - OrderID: 1997, - OrderDate: `8/3/2022`, - ProductID: 195, - ProductName: `Mac Book Pro`, - UnitPrice: 20770.42, - Quantity: 4, - ExtendedPrice: 83081.68, - Freight: 920.42, - Discontinued: false, - Region: `North East`, - Address: `114 Market Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 50122 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Townhouse`, - ShipAddress: `184 Main Street`, - ShipCity: `Miami`, - ShipPostalCode: 50147, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Federal Shipping`, - CustomerID: 1241, - CustomerName: `Pamela Jackson`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Jackson`, - CustomerAddress: `184 Main Street, Miami, USA, 50147`, - Salesperson: `Martin Madison`, - OrderID: 1944, - OrderDate: `7/11/2022`, - ProductID: 105, - ProductName: `Samsung Note`, - UnitPrice: 22970.54, - Quantity: 3, - ExtendedPrice: 68911.62, - Freight: 2000.54, - Discontinued: false, - Region: `South East`, - Address: `184 Main Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 50147 - }), - new InvoicesDataItem( - { - ShipName: `Watson Townhouse`, - ShipAddress: `140 Wall Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 50058, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1242, - CustomerName: `Pamela Watson`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Watson`, - CustomerAddress: `140 Wall Street, Los Angeles, USA, 50058`, - Salesperson: `Max Madison`, - OrderID: 1076, - OrderDate: `12/1/2022`, - ProductID: 108, - ProductName: `IPhone`, - UnitPrice: 5950.69, - Quantity: 5, - ExtendedPrice: 29753.45, - Freight: 1440.69, - Discontinued: false, - Region: `South East`, - Address: `140 Wall Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 50058 - }), - new InvoicesDataItem( - { - ShipName: `Madison Estate`, - ShipAddress: `178 Market Street`, - ShipCity: `New York`, - ShipPostalCode: 60194, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1243, - CustomerName: `James Madison`, - CustomerFirstName: `James`, - CustomerLastName: `Madison`, - CustomerAddress: `178 Market Street, New York, USA, 60194`, - Salesperson: `James Madison`, - OrderID: 1076, - OrderDate: `6/25/2022`, - ProductID: 176, - ProductName: `IPhone`, - UnitPrice: 17080.21, - Quantity: 2, - ExtendedPrice: 34160.42, - Freight: 1200.21, - Discontinued: false, - Region: `West`, - Address: `178 Market Street`, - City: `New York`, - Country: `USA`, - PostalCode: 60194 - }), - new InvoicesDataItem( - { - ShipName: `Madison Home`, - ShipAddress: `179 Main Street`, - ShipCity: `Huston`, - ShipPostalCode: 70085, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1244, - CustomerName: `Ben Madison`, - CustomerFirstName: `Ben`, - CustomerLastName: `Madison`, - CustomerAddress: `179 Main Street, Huston, USA, 70085`, - Salesperson: `Ben Jackson`, - OrderID: 1070, - OrderDate: `5/7/2022`, - ProductID: 101, - ProductName: `IPhone`, - UnitPrice: 19310.75, - Quantity: 2, - ExtendedPrice: 38621.5, - Freight: 1270.75, - Discontinued: false, - Region: `West`, - Address: `179 Main Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 70085 - }), - new InvoicesDataItem( - { - ShipName: `Madison Estate`, - ShipAddress: `169 Market Street`, - ShipCity: `Miami`, - ShipPostalCode: 70087, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Speedy Express`, - CustomerID: 1245, - CustomerName: `Pamela Madison`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Madison`, - CustomerAddress: `169 Market Street, Miami, USA, 70087`, - Salesperson: `Nancy Black`, - OrderID: 1469, - OrderDate: `8/22/2022`, - ProductID: 193, - ProductName: `Samsung Note`, - UnitPrice: 25420.4, - Quantity: 2, - ExtendedPrice: 50840.8, - Freight: 1690.4, - Discontinued: false, - Region: `North East`, - Address: `169 Market Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 70087 - }), - new InvoicesDataItem( - { - ShipName: `Smith Home`, - ShipAddress: `108 Wall Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 90128, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Speedy Express`, - CustomerID: 1246, - CustomerName: `Martin Smith`, - CustomerFirstName: `Martin`, - CustomerLastName: `Smith`, - CustomerAddress: `108 Wall Street, Los Angeles, USA, 90128`, - Salesperson: `Pamela Smith`, - OrderID: 1948, - OrderDate: `4/25/2022`, - ProductID: 141, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 19070.55, - Quantity: 3, - ExtendedPrice: 57211.65, - Freight: 280.55, - Discontinued: false, - Region: `South East`, - Address: `108 Wall Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 90128 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Townhouse`, - ShipAddress: `195 Market Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 80141, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1247, - CustomerName: `Mike Jackson`, - CustomerFirstName: `Mike`, - CustomerLastName: `Jackson`, - CustomerAddress: `195 Market Street, Philadelphia, USA, 80141`, - Salesperson: `Martin Smith`, - OrderID: 1116, - OrderDate: `1/1/2022`, - ProductID: 162, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 22190.27, - Quantity: 5, - ExtendedPrice: 110951.35, - Freight: 1830.27, - Discontinued: false, - Region: `North East`, - Address: `195 Market Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 80141 - }), - new InvoicesDataItem( - { - ShipName: `Black Home`, - ShipAddress: `142 Main Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 50163, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1248, - CustomerName: `Anna Black`, - CustomerFirstName: `Anna`, - CustomerLastName: `Black`, - CustomerAddress: `142 Main Street, Los Angeles, USA, 50163`, - Salesperson: `Pamela Jefferson`, - OrderID: 1640, - OrderDate: `5/1/2022`, - ProductID: 153, - ProductName: `Samsung Note`, - UnitPrice: 7690.79, - Quantity: 3, - ExtendedPrice: 23072.37, - Freight: 1730.79, - Discontinued: false, - Region: `South East`, - Address: `142 Main Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 50163 - }), - new InvoicesDataItem( - { - ShipName: `Watson Market`, - ShipAddress: `177 Market Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 80155, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1249, - CustomerName: `Mike Watson`, - CustomerFirstName: `Mike`, - CustomerLastName: `Watson`, - CustomerAddress: `177 Market Street, Philadelphia, USA, 80155`, - Salesperson: `Anna Jefferson`, - OrderID: 1748, - OrderDate: `9/2/2022`, - ProductID: 186, - ProductName: `Mac Book Air`, - UnitPrice: 25230.84, - Quantity: 4, - ExtendedPrice: 100923.36, - Freight: 670.84, - Discontinued: true, - Region: `South East`, - Address: `177 Market Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 80155 - }), - new InvoicesDataItem( - { - ShipName: `Black Estate`, - ShipAddress: `175 Market Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 80141, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1250, - CustomerName: `Mike Black`, - CustomerFirstName: `Mike`, - CustomerLastName: `Black`, - CustomerAddress: `175 Market Street, Los Angeles, USA, 80141`, - Salesperson: `Martin Black`, - OrderID: 1251, - OrderDate: `7/5/2022`, - ProductID: 140, - ProductName: `Mac Book Pro`, - UnitPrice: 25960.45, - Quantity: 2, - ExtendedPrice: 51920.9, - Freight: 260.45, - Discontinued: false, - Region: `North East`, - Address: `175 Market Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 80141 - }), - new InvoicesDataItem( - { - ShipName: `Watson Market`, - ShipAddress: `110 Market Street`, - ShipCity: `New York`, - ShipPostalCode: 90174, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1251, - CustomerName: `Pamela Watson`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Watson`, - CustomerAddress: `110 Market Street, New York, USA, 90174`, - Salesperson: `Pamela Black`, - OrderID: 1397, - OrderDate: `7/2/2022`, - ProductID: 141, - ProductName: `Samsung Note`, - UnitPrice: 22150.67, - Quantity: 3, - ExtendedPrice: 66452.01, - Freight: 640.67, - Discontinued: false, - Region: `North East`, - Address: `110 Market Street`, - City: `New York`, - Country: `USA`, - PostalCode: 90174 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Estate`, - ShipAddress: `121 Wall Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 70083, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Speedy Express`, - CustomerID: 1252, - CustomerName: `Mike Jackson`, - CustomerFirstName: `Mike`, - CustomerLastName: `Jackson`, - CustomerAddress: `121 Wall Street, Los Angeles, USA, 70083`, - Salesperson: `Ben Jefferson`, - OrderID: 1938, - OrderDate: `1/20/2022`, - ProductID: 171, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 9220.74, - Quantity: 4, - ExtendedPrice: 36882.96, - Freight: 1030.74, - Discontinued: false, - Region: `South East`, - Address: `121 Wall Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 70083 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Townhouse`, - ShipAddress: `122 Wall Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 70122, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1253, - CustomerName: `Mike Jackson`, - CustomerFirstName: `Mike`, - CustomerLastName: `Jackson`, - CustomerAddress: `122 Wall Street, Philadelphia, USA, 70122`, - Salesperson: `Mike Watson`, - OrderID: 1608, - OrderDate: `2/9/2022`, - ProductID: 109, - ProductName: `Samsung Note`, - UnitPrice: 11240.75, - Quantity: 2, - ExtendedPrice: 22481.5, - Freight: 1010.75, - Discontinued: false, - Region: `West`, - Address: `122 Wall Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 70122 - }), - new InvoicesDataItem( - { - ShipName: `Watson Estate`, - ShipAddress: `151 Main Street`, - ShipCity: `Huston`, - ShipPostalCode: 50057, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Speedy Express`, - CustomerID: 1254, - CustomerName: `Pamela Watson`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Watson`, - CustomerAddress: `151 Main Street, Huston, USA, 50057`, - Salesperson: `Martin Watson`, - OrderID: 1217, - OrderDate: `8/4/2022`, - ProductID: 185, - ProductName: `Mac Book Pro`, - UnitPrice: 16680.55, - Quantity: 3, - ExtendedPrice: 50041.65, - Freight: 1710.55, - Discontinued: false, - Region: `North East`, - Address: `151 Main Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 50057 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Market`, - ShipAddress: `120 Wall Street`, - ShipCity: `Huston`, - ShipPostalCode: 50131, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Federal Shipping`, - CustomerID: 1255, - CustomerName: `Mike Jackson`, - CustomerFirstName: `Mike`, - CustomerLastName: `Jackson`, - CustomerAddress: `120 Wall Street, Huston, USA, 50131`, - Salesperson: `Ben Jackson`, - OrderID: 1661, - OrderDate: `5/1/2022`, - ProductID: 190, - ProductName: `Mac Book Air`, - UnitPrice: 21450.85, - Quantity: 5, - ExtendedPrice: 107254.25, - Freight: 1350.85, - Discontinued: false, - Region: `South East`, - Address: `120 Wall Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 50131 - }), - new InvoicesDataItem( - { - ShipName: `Madison Market`, - ShipAddress: `134 Main Street`, - ShipCity: `Huston`, - ShipPostalCode: 90060, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1256, - CustomerName: `Mike Madison`, - CustomerFirstName: `Mike`, - CustomerLastName: `Madison`, - CustomerAddress: `134 Main Street, Huston, USA, 90060`, - Salesperson: `James Madison`, - OrderID: 1766, - OrderDate: `11/11/2022`, - ProductID: 134, - ProductName: `Mac Book Air`, - UnitPrice: 12850.63, - Quantity: 3, - ExtendedPrice: 38551.89, - Freight: 1790.63, - Discontinued: false, - Region: `West`, - Address: `134 Main Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 90060 - }), - new InvoicesDataItem( - { - ShipName: `Black Home`, - ShipAddress: `150 Wall Street`, - ShipCity: `Huston`, - ShipPostalCode: 60151, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1257, - CustomerName: `James Black`, - CustomerFirstName: `James`, - CustomerLastName: `Black`, - CustomerAddress: `150 Wall Street, Huston, USA, 60151`, - Salesperson: `Martin Black`, - OrderID: 1321, - OrderDate: `8/4/2022`, - ProductID: 125, - ProductName: `Samsung Note`, - UnitPrice: 29190.24, - Quantity: 4, - ExtendedPrice: 116760.96, - Freight: 680.24, - Discontinued: false, - Region: `North East`, - Address: `150 Wall Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 60151 - }), - new InvoicesDataItem( - { - ShipName: `Watson Estate`, - ShipAddress: `155 Wall Street`, - ShipCity: `Huston`, - ShipPostalCode: 60121, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1258, - CustomerName: `Max Watson`, - CustomerFirstName: `Max`, - CustomerLastName: `Watson`, - CustomerAddress: `155 Wall Street, Huston, USA, 60121`, - Salesperson: `Max Jackson`, - OrderID: 1872, - OrderDate: `2/20/2022`, - ProductID: 188, - ProductName: `Samsung Note`, - UnitPrice: 22750.45, - Quantity: 3, - ExtendedPrice: 68251.35, - Freight: 840.45, - Discontinued: false, - Region: `West`, - Address: `155 Wall Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 60121 - }), - new InvoicesDataItem( - { - ShipName: `Watson Market`, - ShipAddress: `184 Market Street`, - ShipCity: `New York`, - ShipPostalCode: 90156, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1259, - CustomerName: `Anna Watson`, - CustomerFirstName: `Anna`, - CustomerLastName: `Watson`, - CustomerAddress: `184 Market Street, New York, USA, 90156`, - Salesperson: `James Watson`, - OrderID: 1828, - OrderDate: `5/25/2022`, - ProductID: 191, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 29760.3, - Quantity: 2, - ExtendedPrice: 59520.6, - Freight: 1960.3, - Discontinued: true, - Region: `North East`, - Address: `184 Market Street`, - City: `New York`, - Country: `USA`, - PostalCode: 90156 - }), - new InvoicesDataItem( - { - ShipName: `Watson Market`, - ShipAddress: `133 Market Street`, - ShipCity: `Huston`, - ShipPostalCode: 50074, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1260, - CustomerName: `Anna Watson`, - CustomerFirstName: `Anna`, - CustomerLastName: `Watson`, - CustomerAddress: `133 Market Street, Huston, USA, 50074`, - Salesperson: `Mike Black`, - OrderID: 1966, - OrderDate: `6/18/2022`, - ProductID: 160, - ProductName: `Mac Book Air`, - UnitPrice: 7450.44, - Quantity: 5, - ExtendedPrice: 37252.2, - Freight: 590.44, - Discontinued: false, - Region: `West`, - Address: `133 Market Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 50074 - }), - new InvoicesDataItem( - { - ShipName: `Black Townhouse`, - ShipAddress: `154 Main Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 70052, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1261, - CustomerName: `Martin Black`, - CustomerFirstName: `Martin`, - CustomerLastName: `Black`, - CustomerAddress: `154 Main Street, Philadelphia, USA, 70052`, - Salesperson: `Ben Jackson`, - OrderID: 1421, - OrderDate: `9/17/2022`, - ProductID: 127, - ProductName: `Mac Book Air`, - UnitPrice: 23000.47, - Quantity: 2, - ExtendedPrice: 46000.94, - Freight: 550.47, - Discontinued: false, - Region: `South East`, - Address: `154 Main Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 70052 - }), - new InvoicesDataItem( - { - ShipName: `Smith Townhouse`, - ShipAddress: `114 Wall Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 90174, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Federal Shipping`, - CustomerID: 1262, - CustomerName: `Max Smith`, - CustomerFirstName: `Max`, - CustomerLastName: `Smith`, - CustomerAddress: `114 Wall Street, Philadelphia, USA, 90174`, - Salesperson: `Pamela Smith`, - OrderID: 1192, - OrderDate: `12/4/2022`, - ProductID: 105, - ProductName: `Samsung Note`, - UnitPrice: 19790.26, - Quantity: 2, - ExtendedPrice: 39580.52, - Freight: 1150.26, - Discontinued: false, - Region: `South East`, - Address: `114 Wall Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 90174 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Townhouse`, - ShipAddress: `154 Wall Street`, - ShipCity: `New York`, - ShipPostalCode: 90162, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1263, - CustomerName: `Ben Jefferson`, - CustomerFirstName: `Ben`, - CustomerLastName: `Jefferson`, - CustomerAddress: `154 Wall Street, New York, USA, 90162`, - Salesperson: `Nancy Smith`, - OrderID: 1539, - OrderDate: `7/16/2022`, - ProductID: 139, - ProductName: `Samsung Note`, - UnitPrice: 11830.34, - Quantity: 2, - ExtendedPrice: 23660.68, - Freight: 1930.34, - Discontinued: false, - Region: `West`, - Address: `154 Wall Street`, - City: `New York`, - Country: `USA`, - PostalCode: 90162 - }), - new InvoicesDataItem( - { - ShipName: `Smith Townhouse`, - ShipAddress: `140 Wall Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 70136, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1264, - CustomerName: `Martin Smith`, - CustomerFirstName: `Martin`, - CustomerLastName: `Smith`, - CustomerAddress: `140 Wall Street, Los Angeles, USA, 70136`, - Salesperson: `Mike Jackson`, - OrderID: 1271, - OrderDate: `10/7/2022`, - ProductID: 124, - ProductName: `Samsung Note`, - UnitPrice: 21020.81, - Quantity: 2, - ExtendedPrice: 42041.62, - Freight: 1420.81, - Discontinued: false, - Region: `West`, - Address: `140 Wall Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 70136 - }), - new InvoicesDataItem( - { - ShipName: `Smith Townhouse`, - ShipAddress: `185 Main Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 60116, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1265, - CustomerName: `James Smith`, - CustomerFirstName: `James`, - CustomerLastName: `Smith`, - CustomerAddress: `185 Main Street, Philadelphia, USA, 60116`, - Salesperson: `James Watson`, - OrderID: 1090, - OrderDate: `9/11/2022`, - ProductID: 160, - ProductName: `IPhone`, - UnitPrice: 16070.46, - Quantity: 3, - ExtendedPrice: 48211.38, - Freight: 1490.46, - Discontinued: false, - Region: `West`, - Address: `185 Main Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 60116 - }), - new InvoicesDataItem( - { - ShipName: `Smith Estate`, - ShipAddress: `179 Market Street`, - ShipCity: `Huston`, - ShipPostalCode: 80107, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1266, - CustomerName: `Max Smith`, - CustomerFirstName: `Max`, - CustomerLastName: `Smith`, - CustomerAddress: `179 Market Street, Huston, USA, 80107`, - Salesperson: `Nancy Smith`, - OrderID: 1286, - OrderDate: `1/10/2022`, - ProductID: 161, - ProductName: `Mac Book Air`, - UnitPrice: 26160.38, - Quantity: 3, - ExtendedPrice: 78481.14, - Freight: 570.38, - Discontinued: false, - Region: `West`, - Address: `179 Market Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 80107 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Home`, - ShipAddress: `189 Wall Street`, - ShipCity: `Huston`, - ShipPostalCode: 90073, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1267, - CustomerName: `Ben Jefferson`, - CustomerFirstName: `Ben`, - CustomerLastName: `Jefferson`, - CustomerAddress: `189 Wall Street, Huston, USA, 90073`, - Salesperson: `Martin Madison`, - OrderID: 1754, - OrderDate: `5/2/2022`, - ProductID: 143, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 29540.84, - Quantity: 4, - ExtendedPrice: 118163.36, - Freight: 500.84, - Discontinued: false, - Region: `North East`, - Address: `189 Wall Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 90073 - }), - new InvoicesDataItem( - { - ShipName: `Madison Estate`, - ShipAddress: `106 Market Street`, - ShipCity: `Miami`, - ShipPostalCode: 90153, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1268, - CustomerName: `Anna Madison`, - CustomerFirstName: `Anna`, - CustomerLastName: `Madison`, - CustomerAddress: `106 Market Street, Miami, USA, 90153`, - Salesperson: `Anna Black`, - OrderID: 1321, - OrderDate: `6/21/2022`, - ProductID: 136, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 12550.55, - Quantity: 5, - ExtendedPrice: 62752.75, - Freight: 1440.55, - Discontinued: false, - Region: `West`, - Address: `106 Market Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 90153 - }), - new InvoicesDataItem( - { - ShipName: `Watson Townhouse`, - ShipAddress: `149 Wall Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 50102, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1269, - CustomerName: `Pamela Watson`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Watson`, - CustomerAddress: `149 Wall Street, Los Angeles, USA, 50102`, - Salesperson: `James Jefferson`, - OrderID: 1262, - OrderDate: `7/13/2022`, - ProductID: 178, - ProductName: `Samsung Note`, - UnitPrice: 8690.45, - Quantity: 3, - ExtendedPrice: 26071.35, - Freight: 1420.45, - Discontinued: true, - Region: `West`, - Address: `149 Wall Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 50102 - }), - new InvoicesDataItem( - { - ShipName: `Watson Market`, - ShipAddress: `192 Market Street`, - ShipCity: `New York`, - ShipPostalCode: 60078, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1270, - CustomerName: `Martin Watson`, - CustomerFirstName: `Martin`, - CustomerLastName: `Watson`, - CustomerAddress: `192 Market Street, New York, USA, 60078`, - Salesperson: `Ben Jackson`, - OrderID: 1586, - OrderDate: `11/13/2022`, - ProductID: 130, - ProductName: `Mac Book Pro`, - UnitPrice: 28630.86, - Quantity: 2, - ExtendedPrice: 57261.72, - Freight: 980.86, - Discontinued: false, - Region: `West`, - Address: `192 Market Street`, - City: `New York`, - Country: `USA`, - PostalCode: 60078 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Estate`, - ShipAddress: `159 Main Street`, - ShipCity: `New York`, - ShipPostalCode: 50050, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1271, - CustomerName: `James Jefferson`, - CustomerFirstName: `James`, - CustomerLastName: `Jefferson`, - CustomerAddress: `159 Main Street, New York, USA, 50050`, - Salesperson: `Max Jefferson`, - OrderID: 1915, - OrderDate: `2/10/2022`, - ProductID: 178, - ProductName: `Mac Book Pro`, - UnitPrice: 19050.75, - Quantity: 5, - ExtendedPrice: 95253.75, - Freight: 960.75, - Discontinued: false, - Region: `West`, - Address: `159 Main Street`, - City: `New York`, - Country: `USA`, - PostalCode: 50050 - }), - new InvoicesDataItem( - { - ShipName: `Watson Market`, - ShipAddress: `171 Wall Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 60099, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Federal Shipping`, - CustomerID: 1272, - CustomerName: `Nancy Watson`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Watson`, - CustomerAddress: `171 Wall Street, Los Angeles, USA, 60099`, - Salesperson: `Pamela Jackson`, - OrderID: 1503, - OrderDate: `4/7/2022`, - ProductID: 153, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 26320.3, - Quantity: 3, - ExtendedPrice: 78960.9, - Freight: 1360.3, - Discontinued: false, - Region: `South East`, - Address: `171 Wall Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 60099 - }), - new InvoicesDataItem( - { - ShipName: `Madison Townhouse`, - ShipAddress: `161 Main Street`, - ShipCity: `Huston`, - ShipPostalCode: 70087, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Speedy Express`, - CustomerID: 1273, - CustomerName: `Anna Madison`, - CustomerFirstName: `Anna`, - CustomerLastName: `Madison`, - CustomerAddress: `161 Main Street, Huston, USA, 70087`, - Salesperson: `Nancy Watson`, - OrderID: 1129, - OrderDate: `9/4/2022`, - ProductID: 119, - ProductName: `Samsung Note`, - UnitPrice: 26970.53, - Quantity: 3, - ExtendedPrice: 80911.59, - Freight: 1890.53, - Discontinued: false, - Region: `South East`, - Address: `161 Main Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 70087 - }), - new InvoicesDataItem( - { - ShipName: `Watson Market`, - ShipAddress: `163 Market Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 50127, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1274, - CustomerName: `Max Watson`, - CustomerFirstName: `Max`, - CustomerLastName: `Watson`, - CustomerAddress: `163 Market Street, Los Angeles, USA, 50127`, - Salesperson: `Nancy Jefferson`, - OrderID: 1508, - OrderDate: `1/6/2022`, - ProductID: 136, - ProductName: `Mac Book Air`, - UnitPrice: 12620.81, - Quantity: 3, - ExtendedPrice: 37862.43, - Freight: 650.81, - Discontinued: false, - Region: `North East`, - Address: `163 Market Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 50127 - }), - new InvoicesDataItem( - { - ShipName: `Watson Townhouse`, - ShipAddress: `131 Market Street`, - ShipCity: `Huston`, - ShipPostalCode: 50052, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Federal Shipping`, - CustomerID: 1275, - CustomerName: `James Watson`, - CustomerFirstName: `James`, - CustomerLastName: `Watson`, - CustomerAddress: `131 Market Street, Huston, USA, 50052`, - Salesperson: `Martin Watson`, - OrderID: 1285, - OrderDate: `8/6/2022`, - ProductID: 123, - ProductName: `Samsung Note`, - UnitPrice: 22790.24, - Quantity: 4, - ExtendedPrice: 91160.96, - Freight: 1140.24, - Discontinued: false, - Region: `South East`, - Address: `131 Market Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 50052 - }), - new InvoicesDataItem( - { - ShipName: `Black Home`, - ShipAddress: `125 Wall Street`, - ShipCity: `Miami`, - ShipPostalCode: 60101, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1276, - CustomerName: `Ben Black`, - CustomerFirstName: `Ben`, - CustomerLastName: `Black`, - CustomerAddress: `125 Wall Street, Miami, USA, 60101`, - Salesperson: `Ben Smith`, - OrderID: 1881, - OrderDate: `12/5/2022`, - ProductID: 128, - ProductName: `Mac Book Air`, - UnitPrice: 18780.56, - Quantity: 4, - ExtendedPrice: 75122.24, - Freight: 820.56, - Discontinued: false, - Region: `West`, - Address: `125 Wall Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 60101 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Market`, - ShipAddress: `184 Main Street`, - ShipCity: `Miami`, - ShipPostalCode: 50157, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1277, - CustomerName: `Nancy Jackson`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Jackson`, - CustomerAddress: `184 Main Street, Miami, USA, 50157`, - Salesperson: `Mike Smith`, - OrderID: 1478, - OrderDate: `9/18/2022`, - ProductID: 131, - ProductName: `IPad`, - UnitPrice: 15000.21, - Quantity: 5, - ExtendedPrice: 75001.05, - Freight: 1390.21, - Discontinued: false, - Region: `North East`, - Address: `184 Main Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 50157 - }), - new InvoicesDataItem( - { - ShipName: `Watson Estate`, - ShipAddress: `199 Market Street`, - ShipCity: `Huston`, - ShipPostalCode: 80050, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1278, - CustomerName: `Nancy Watson`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Watson`, - CustomerAddress: `199 Market Street, Huston, USA, 80050`, - Salesperson: `Max Jefferson`, - OrderID: 1767, - OrderDate: `1/17/2022`, - ProductID: 196, - ProductName: `Mac Book Pro`, - UnitPrice: 21600.31, - Quantity: 3, - ExtendedPrice: 64800.93, - Freight: 1130.31, - Discontinued: false, - Region: `North East`, - Address: `199 Market Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 80050 - }), - new InvoicesDataItem( - { - ShipName: `Madison Market`, - ShipAddress: `127 Market Street`, - ShipCity: `Miami`, - ShipPostalCode: 60073, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1279, - CustomerName: `Nancy Madison`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Madison`, - CustomerAddress: `127 Market Street, Miami, USA, 60073`, - Salesperson: `Mike Smith`, - OrderID: 1229, - OrderDate: `12/7/2022`, - ProductID: 184, - ProductName: `Mac Book Air`, - UnitPrice: 27500.59, - Quantity: 3, - ExtendedPrice: 82501.77, - Freight: 1380.59, - Discontinued: true, - Region: `West`, - Address: `127 Market Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 60073 - }), - new InvoicesDataItem( - { - ShipName: `Watson Home`, - ShipAddress: `169 Main Street`, - ShipCity: `New York`, - ShipPostalCode: 50123, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1280, - CustomerName: `Mike Watson`, - CustomerFirstName: `Mike`, - CustomerLastName: `Watson`, - CustomerAddress: `169 Main Street, New York, USA, 50123`, - Salesperson: `Martin Jackson`, - OrderID: 1761, - OrderDate: `2/10/2022`, - ProductID: 169, - ProductName: `IPad`, - UnitPrice: 21430.7, - Quantity: 5, - ExtendedPrice: 107153.5, - Freight: 1170.7, - Discontinued: false, - Region: `North East`, - Address: `169 Main Street`, - City: `New York`, - Country: `USA`, - PostalCode: 50123 - }), - new InvoicesDataItem( - { - ShipName: `Watson Home`, - ShipAddress: `109 Main Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 80143, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1281, - CustomerName: `James Watson`, - CustomerFirstName: `James`, - CustomerLastName: `Watson`, - CustomerAddress: `109 Main Street, Philadelphia, USA, 80143`, - Salesperson: `Anna Black`, - OrderID: 1461, - OrderDate: `9/8/2022`, - ProductID: 155, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 28470.33, - Quantity: 4, - ExtendedPrice: 113881.32, - Freight: 1750.33, - Discontinued: false, - Region: `North East`, - Address: `109 Main Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 80143 - }), - new InvoicesDataItem( - { - ShipName: `Madison Townhouse`, - ShipAddress: `103 Main Street`, - ShipCity: `New York`, - ShipPostalCode: 80198, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1282, - CustomerName: `James Madison`, - CustomerFirstName: `James`, - CustomerLastName: `Madison`, - CustomerAddress: `103 Main Street, New York, USA, 80198`, - Salesperson: `Ben Black`, - OrderID: 1210, - OrderDate: `11/7/2022`, - ProductID: 123, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 11260.52, - Quantity: 5, - ExtendedPrice: 56302.6, - Freight: 330.52, - Discontinued: false, - Region: `West`, - Address: `103 Main Street`, - City: `New York`, - Country: `USA`, - PostalCode: 80198 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Market`, - ShipAddress: `102 Market Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 50100, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1283, - CustomerName: `Martin Jefferson`, - CustomerFirstName: `Martin`, - CustomerLastName: `Jefferson`, - CustomerAddress: `102 Market Street, Philadelphia, USA, 50100`, - Salesperson: `Pamela Jefferson`, - OrderID: 1262, - OrderDate: `4/17/2022`, - ProductID: 134, - ProductName: `Mac Book Pro`, - UnitPrice: 21890.55, - Quantity: 4, - ExtendedPrice: 87562.2, - Freight: 500.55, - Discontinued: false, - Region: `West`, - Address: `102 Market Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 50100 - }), - new InvoicesDataItem( - { - ShipName: `Madison Home`, - ShipAddress: `194 Market Street`, - ShipCity: `New York`, - ShipPostalCode: 80057, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1284, - CustomerName: `Pamela Madison`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Madison`, - CustomerAddress: `194 Market Street, New York, USA, 80057`, - Salesperson: `Pamela Jefferson`, - OrderID: 1490, - OrderDate: `4/6/2022`, - ProductID: 191, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 15670.58, - Quantity: 4, - ExtendedPrice: 62682.32, - Freight: 1320.58, - Discontinued: false, - Region: `South East`, - Address: `194 Market Street`, - City: `New York`, - Country: `USA`, - PostalCode: 80057 - }), - new InvoicesDataItem( - { - ShipName: `Madison Market`, - ShipAddress: `102 Main Street`, - ShipCity: `Miami`, - ShipPostalCode: 70175, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Speedy Express`, - CustomerID: 1285, - CustomerName: `Nancy Madison`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Madison`, - CustomerAddress: `102 Main Street, Miami, USA, 70175`, - Salesperson: `James Jackson`, - OrderID: 1031, - OrderDate: `3/18/2022`, - ProductID: 196, - ProductName: `Samsung Note`, - UnitPrice: 16280.69, - Quantity: 3, - ExtendedPrice: 48842.07, - Freight: 380.69, - Discontinued: false, - Region: `South East`, - Address: `102 Main Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 70175 - }), - new InvoicesDataItem( - { - ShipName: `Watson Estate`, - ShipAddress: `139 Market Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 60067, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Speedy Express`, - CustomerID: 1286, - CustomerName: `Nancy Watson`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Watson`, - CustomerAddress: `139 Market Street, Philadelphia, USA, 60067`, - Salesperson: `Max Jefferson`, - OrderID: 1803, - OrderDate: `1/22/2022`, - ProductID: 134, - ProductName: `Mac Book Pro`, - UnitPrice: 7940.29, - Quantity: 4, - ExtendedPrice: 31761.16, - Freight: 620.29, - Discontinued: false, - Region: `North East`, - Address: `139 Market Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 60067 - }), - new InvoicesDataItem( - { - ShipName: `Smith Market`, - ShipAddress: `167 Market Street`, - ShipCity: `New York`, - ShipPostalCode: 80115, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1287, - CustomerName: `Martin Smith`, - CustomerFirstName: `Martin`, - CustomerLastName: `Smith`, - CustomerAddress: `167 Market Street, New York, USA, 80115`, - Salesperson: `Anna Black`, - OrderID: 1465, - OrderDate: `2/14/2022`, - ProductID: 166, - ProductName: `Samsung Note`, - UnitPrice: 20420.2, - Quantity: 4, - ExtendedPrice: 81680.8, - Freight: 960.2, - Discontinued: false, - Region: `North East`, - Address: `167 Market Street`, - City: `New York`, - Country: `USA`, - PostalCode: 80115 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Market`, - ShipAddress: `167 Market Street`, - ShipCity: `New York`, - ShipPostalCode: 80080, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1288, - CustomerName: `Nancy Jefferson`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Jefferson`, - CustomerAddress: `167 Market Street, New York, USA, 80080`, - Salesperson: `Ben Jackson`, - OrderID: 1303, - OrderDate: `12/12/2022`, - ProductID: 191, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 20080.21, - Quantity: 2, - ExtendedPrice: 40160.42, - Freight: 800.21, - Discontinued: false, - Region: `West`, - Address: `167 Market Street`, - City: `New York`, - Country: `USA`, - PostalCode: 80080 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Market`, - ShipAddress: `167 Market Street`, - ShipCity: `New York`, - ShipPostalCode: 90093, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Federal Shipping`, - CustomerID: 1289, - CustomerName: `Pamela Jackson`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Jackson`, - CustomerAddress: `167 Market Street, New York, USA, 90093`, - Salesperson: `Anna Smith`, - OrderID: 1122, - OrderDate: `8/6/2022`, - ProductID: 189, - ProductName: `Mac Book Air`, - UnitPrice: 29420.55, - Quantity: 4, - ExtendedPrice: 117682.2, - Freight: 1200.55, - Discontinued: true, - Region: `South East`, - Address: `167 Market Street`, - City: `New York`, - Country: `USA`, - PostalCode: 90093 - }), - new InvoicesDataItem( - { - ShipName: `Madison Home`, - ShipAddress: `114 Wall Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 60133, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1290, - CustomerName: `Nancy Madison`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Madison`, - CustomerAddress: `114 Wall Street, Philadelphia, USA, 60133`, - Salesperson: `Anna Madison`, - OrderID: 1402, - OrderDate: `6/9/2022`, - ProductID: 161, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 16370.76, - Quantity: 3, - ExtendedPrice: 49112.28, - Freight: 590.76, - Discontinued: false, - Region: `South East`, - Address: `114 Wall Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 60133 - }), - new InvoicesDataItem( - { - ShipName: `Madison Home`, - ShipAddress: `164 Market Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 60153, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1291, - CustomerName: `Anna Madison`, - CustomerFirstName: `Anna`, - CustomerLastName: `Madison`, - CustomerAddress: `164 Market Street, Los Angeles, USA, 60153`, - Salesperson: `Max Smith`, - OrderID: 1165, - OrderDate: `11/24/2022`, - ProductID: 193, - ProductName: `Mac Book Pro`, - UnitPrice: 19240.53, - Quantity: 4, - ExtendedPrice: 76962.12, - Freight: 1990.53, - Discontinued: false, - Region: `West`, - Address: `164 Market Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 60153 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Home`, - ShipAddress: `102 Market Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 90068, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1292, - CustomerName: `Mike Jackson`, - CustomerFirstName: `Mike`, - CustomerLastName: `Jackson`, - CustomerAddress: `102 Market Street, Philadelphia, USA, 90068`, - Salesperson: `Mike Madison`, - OrderID: 1512, - OrderDate: `9/4/2022`, - ProductID: 186, - ProductName: `Samsung Note`, - UnitPrice: 26300.88, - Quantity: 4, - ExtendedPrice: 105203.52, - Freight: 660.88, - Discontinued: false, - Region: `West`, - Address: `102 Market Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 90068 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Market`, - ShipAddress: `158 Wall Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 80149, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1293, - CustomerName: `Pamela Jefferson`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Jefferson`, - CustomerAddress: `158 Wall Street, Los Angeles, USA, 80149`, - Salesperson: `Max Jackson`, - OrderID: 1358, - OrderDate: `2/22/2022`, - ProductID: 110, - ProductName: `Mac Book Pro`, - UnitPrice: 23570.31, - Quantity: 5, - ExtendedPrice: 117851.55, - Freight: 1260.31, - Discontinued: false, - Region: `North East`, - Address: `158 Wall Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 80149 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Townhouse`, - ShipAddress: `125 Market Street`, - ShipCity: `Huston`, - ShipPostalCode: 80176, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1294, - CustomerName: `Nancy Jefferson`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Jefferson`, - CustomerAddress: `125 Market Street, Huston, USA, 80176`, - Salesperson: `Pamela Watson`, - OrderID: 1106, - OrderDate: `2/7/2022`, - ProductID: 152, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 6100.56, - Quantity: 5, - ExtendedPrice: 30502.8, - Freight: 1900.56, - Discontinued: false, - Region: `West`, - Address: `125 Market Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 80176 - }), - new InvoicesDataItem( - { - ShipName: `Smith Estate`, - ShipAddress: `177 Main Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 50079, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1295, - CustomerName: `Pamela Smith`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Smith`, - CustomerAddress: `177 Main Street, Los Angeles, USA, 50079`, - Salesperson: `Max Watson`, - OrderID: 1931, - OrderDate: `6/5/2022`, - ProductID: 113, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 27350.45, - Quantity: 3, - ExtendedPrice: 82051.35, - Freight: 1170.45, - Discontinued: false, - Region: `North East`, - Address: `177 Main Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 50079 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Estate`, - ShipAddress: `148 Market Street`, - ShipCity: `New York`, - ShipPostalCode: 90184, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1296, - CustomerName: `Mike Jackson`, - CustomerFirstName: `Mike`, - CustomerLastName: `Jackson`, - CustomerAddress: `148 Market Street, New York, USA, 90184`, - Salesperson: `James Smith`, - OrderID: 1108, - OrderDate: `8/5/2022`, - ProductID: 122, - ProductName: `Samsung Note`, - UnitPrice: 5440.75, - Quantity: 4, - ExtendedPrice: 21763, - Freight: 960.75, - Discontinued: false, - Region: `South East`, - Address: `148 Market Street`, - City: `New York`, - Country: `USA`, - PostalCode: 90184 - }), - new InvoicesDataItem( - { - ShipName: `Black Townhouse`, - ShipAddress: `113 Wall Street`, - ShipCity: `Huston`, - ShipPostalCode: 50064, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1297, - CustomerName: `Max Black`, - CustomerFirstName: `Max`, - CustomerLastName: `Black`, - CustomerAddress: `113 Wall Street, Huston, USA, 50064`, - Salesperson: `Martin Smith`, - OrderID: 1782, - OrderDate: `3/24/2022`, - ProductID: 107, - ProductName: `IPad`, - UnitPrice: 22200.88, - Quantity: 4, - ExtendedPrice: 88803.52, - Freight: 510.88, - Discontinued: false, - Region: `West`, - Address: `113 Wall Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 50064 - }), - new InvoicesDataItem( - { - ShipName: `Smith Market`, - ShipAddress: `134 Wall Street`, - ShipCity: `New York`, - ShipPostalCode: 80155, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1298, - CustomerName: `Martin Smith`, - CustomerFirstName: `Martin`, - CustomerLastName: `Smith`, - CustomerAddress: `134 Wall Street, New York, USA, 80155`, - Salesperson: `Nancy Jefferson`, - OrderID: 1886, - OrderDate: `3/6/2022`, - ProductID: 181, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 8550.46, - Quantity: 4, - ExtendedPrice: 34201.84, - Freight: 1830.46, - Discontinued: false, - Region: `North East`, - Address: `134 Wall Street`, - City: `New York`, - Country: `USA`, - PostalCode: 80155 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Townhouse`, - ShipAddress: `142 Market Street`, - ShipCity: `New York`, - ShipPostalCode: 90103, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1299, - CustomerName: `Max Jackson`, - CustomerFirstName: `Max`, - CustomerLastName: `Jackson`, - CustomerAddress: `142 Market Street, New York, USA, 90103`, - Salesperson: `Anna Watson`, - OrderID: 1578, - OrderDate: `10/5/2022`, - ProductID: 162, - ProductName: `Mac Book Air`, - UnitPrice: 19490.84, - Quantity: 4, - ExtendedPrice: 77963.36, - Freight: 490.84, - Discontinued: true, - Region: `West`, - Address: `142 Market Street`, - City: `New York`, - Country: `USA`, - PostalCode: 90103 - }), - new InvoicesDataItem( - { - ShipName: `Smith Estate`, - ShipAddress: `132 Market Street`, - ShipCity: `Miami`, - ShipPostalCode: 90111, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1300, - CustomerName: `Anna Smith`, - CustomerFirstName: `Anna`, - CustomerLastName: `Smith`, - CustomerAddress: `132 Market Street, Miami, USA, 90111`, - Salesperson: `Ben Jefferson`, - OrderID: 1903, - OrderDate: `6/23/2022`, - ProductID: 173, - ProductName: `IPad`, - UnitPrice: 23350.52, - Quantity: 5, - ExtendedPrice: 116752.6, - Freight: 1210.52, - Discontinued: false, - Region: `South East`, - Address: `132 Market Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 90111 - }), - new InvoicesDataItem( - { - ShipName: `Smith Home`, - ShipAddress: `180 Main Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 50182, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1301, - CustomerName: `Mike Smith`, - CustomerFirstName: `Mike`, - CustomerLastName: `Smith`, - CustomerAddress: `180 Main Street, Los Angeles, USA, 50182`, - Salesperson: `Ben Black`, - OrderID: 1201, - OrderDate: `11/25/2022`, - ProductID: 127, - ProductName: `Mac Book Pro`, - UnitPrice: 6730.57, - Quantity: 3, - ExtendedPrice: 20191.71, - Freight: 1600.57, - Discontinued: false, - Region: `West`, - Address: `180 Main Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 50182 - }), - new InvoicesDataItem( - { - ShipName: `Smith Townhouse`, - ShipAddress: `135 Main Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 60076, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1302, - CustomerName: `James Smith`, - CustomerFirstName: `James`, - CustomerLastName: `Smith`, - CustomerAddress: `135 Main Street, Philadelphia, USA, 60076`, - Salesperson: `Mike Smith`, - OrderID: 1488, - OrderDate: `5/1/2022`, - ProductID: 105, - ProductName: `IPad`, - UnitPrice: 27240.3, - Quantity: 5, - ExtendedPrice: 136201.5, - Freight: 1130.3, - Discontinued: false, - Region: `West`, - Address: `135 Main Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 60076 - }), - new InvoicesDataItem( - { - ShipName: `Madison Townhouse`, - ShipAddress: `104 Wall Street`, - ShipCity: `New York`, - ShipPostalCode: 70191, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1303, - CustomerName: `Nancy Madison`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Madison`, - CustomerAddress: `104 Wall Street, New York, USA, 70191`, - Salesperson: `Pamela Jefferson`, - OrderID: 1636, - OrderDate: `2/16/2022`, - ProductID: 104, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 14830.46, - Quantity: 2, - ExtendedPrice: 29660.92, - Freight: 540.46, - Discontinued: false, - Region: `West`, - Address: `104 Wall Street`, - City: `New York`, - Country: `USA`, - PostalCode: 70191 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Market`, - ShipAddress: `122 Market Street`, - ShipCity: `New York`, - ShipPostalCode: 70071, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Speedy Express`, - CustomerID: 1304, - CustomerName: `James Jefferson`, - CustomerFirstName: `James`, - CustomerLastName: `Jefferson`, - CustomerAddress: `122 Market Street, New York, USA, 70071`, - Salesperson: `Max Black`, - OrderID: 1588, - OrderDate: `8/22/2022`, - ProductID: 169, - ProductName: `IPhone`, - UnitPrice: 28440.73, - Quantity: 3, - ExtendedPrice: 85322.19, - Freight: 640.73, - Discontinued: false, - Region: `North East`, - Address: `122 Market Street`, - City: `New York`, - Country: `USA`, - PostalCode: 70071 - }), - new InvoicesDataItem( - { - ShipName: `Smith Market`, - ShipAddress: `178 Main Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 80064, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1305, - CustomerName: `Anna Smith`, - CustomerFirstName: `Anna`, - CustomerLastName: `Smith`, - CustomerAddress: `178 Main Street, Philadelphia, USA, 80064`, - Salesperson: `Pamela Jackson`, - OrderID: 1422, - OrderDate: `7/3/2022`, - ProductID: 150, - ProductName: `Mac Book Air`, - UnitPrice: 7100.37, - Quantity: 4, - ExtendedPrice: 28401.48, - Freight: 1560.37, - Discontinued: false, - Region: `North East`, - Address: `178 Main Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 80064 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Market`, - ShipAddress: `199 Main Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 80126, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Federal Shipping`, - CustomerID: 1306, - CustomerName: `Martin Jefferson`, - CustomerFirstName: `Martin`, - CustomerLastName: `Jefferson`, - CustomerAddress: `199 Main Street, Philadelphia, USA, 80126`, - Salesperson: `Ben Jefferson`, - OrderID: 1922, - OrderDate: `1/13/2022`, - ProductID: 116, - ProductName: `Mac Book Air`, - UnitPrice: 15400.22, - Quantity: 4, - ExtendedPrice: 61600.88, - Freight: 1970.22, - Discontinued: false, - Region: `South East`, - Address: `199 Main Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 80126 - }), - new InvoicesDataItem( - { - ShipName: `Watson Home`, - ShipAddress: `187 Wall Street`, - ShipCity: `Huston`, - ShipPostalCode: 70093, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Speedy Express`, - CustomerID: 1307, - CustomerName: `Nancy Watson`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Watson`, - CustomerAddress: `187 Wall Street, Huston, USA, 70093`, - Salesperson: `Ben Watson`, - OrderID: 1023, - OrderDate: `8/20/2022`, - ProductID: 138, - ProductName: `Samsung Note`, - UnitPrice: 26450.63, - Quantity: 2, - ExtendedPrice: 52901.26, - Freight: 980.63, - Discontinued: false, - Region: `South East`, - Address: `187 Wall Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 70093 - }), - new InvoicesDataItem( - { - ShipName: `Watson Market`, - ShipAddress: `110 Market Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 50180, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Federal Shipping`, - CustomerID: 1308, - CustomerName: `Max Watson`, - CustomerFirstName: `Max`, - CustomerLastName: `Watson`, - CustomerAddress: `110 Market Street, Los Angeles, USA, 50180`, - Salesperson: `Martin Smith`, - OrderID: 1651, - OrderDate: `8/10/2022`, - ProductID: 131, - ProductName: `IPhone`, - UnitPrice: 11720.27, - Quantity: 2, - ExtendedPrice: 23440.54, - Freight: 300.27, - Discontinued: false, - Region: `South East`, - Address: `110 Market Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 50180 - }), - new InvoicesDataItem( - { - ShipName: `Madison Home`, - ShipAddress: `196 Wall Street`, - ShipCity: `New York`, - ShipPostalCode: 50190, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1309, - CustomerName: `James Madison`, - CustomerFirstName: `James`, - CustomerLastName: `Madison`, - CustomerAddress: `196 Wall Street, New York, USA, 50190`, - Salesperson: `Nancy Madison`, - OrderID: 1918, - OrderDate: `7/11/2022`, - ProductID: 160, - ProductName: `IPad`, - UnitPrice: 22400.31, - Quantity: 2, - ExtendedPrice: 44800.62, - Freight: 1310.31, - Discontinued: true, - Region: `North East`, - Address: `196 Wall Street`, - City: `New York`, - Country: `USA`, - PostalCode: 50190 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Market`, - ShipAddress: `172 Market Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 80154, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1310, - CustomerName: `Nancy Jefferson`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Jefferson`, - CustomerAddress: `172 Market Street, Philadelphia, USA, 80154`, - Salesperson: `Ben Jackson`, - OrderID: 1803, - OrderDate: `2/14/2022`, - ProductID: 100, - ProductName: `Samsung Note`, - UnitPrice: 5270.34, - Quantity: 5, - ExtendedPrice: 26351.7, - Freight: 320.34, - Discontinued: false, - Region: `North East`, - Address: `172 Market Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 80154 - }), - new InvoicesDataItem( - { - ShipName: `Watson Estate`, - ShipAddress: `181 Wall Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 50200, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Federal Shipping`, - CustomerID: 1311, - CustomerName: `Martin Watson`, - CustomerFirstName: `Martin`, - CustomerLastName: `Watson`, - CustomerAddress: `181 Wall Street, Los Angeles, USA, 50200`, - Salesperson: `James Watson`, - OrderID: 1467, - OrderDate: `12/13/2022`, - ProductID: 171, - ProductName: `Mac Book Air`, - UnitPrice: 7830.21, - Quantity: 4, - ExtendedPrice: 31320.84, - Freight: 1740.21, - Discontinued: false, - Region: `South East`, - Address: `181 Wall Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 50200 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Estate`, - ShipAddress: `151 Main Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 70118, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1312, - CustomerName: `Pamela Jefferson`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Jefferson`, - CustomerAddress: `151 Main Street, Los Angeles, USA, 70118`, - Salesperson: `Martin Watson`, - OrderID: 1359, - OrderDate: `4/5/2022`, - ProductID: 141, - ProductName: `IPhone`, - UnitPrice: 27160.77, - Quantity: 5, - ExtendedPrice: 135803.85, - Freight: 370.77, - Discontinued: false, - Region: `West`, - Address: `151 Main Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 70118 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Home`, - ShipAddress: `156 Market Street`, - ShipCity: `Miami`, - ShipPostalCode: 90109, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1313, - CustomerName: `James Jackson`, - CustomerFirstName: `James`, - CustomerLastName: `Jackson`, - CustomerAddress: `156 Market Street, Miami, USA, 90109`, - Salesperson: `James Jackson`, - OrderID: 1592, - OrderDate: `4/16/2022`, - ProductID: 128, - ProductName: `Samsung Note`, - UnitPrice: 14910.41, - Quantity: 5, - ExtendedPrice: 74552.05, - Freight: 1790.41, - Discontinued: false, - Region: `North East`, - Address: `156 Market Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 90109 - }), - new InvoicesDataItem( - { - ShipName: `Watson Estate`, - ShipAddress: `147 Main Street`, - ShipCity: `Huston`, - ShipPostalCode: 60054, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Federal Shipping`, - CustomerID: 1314, - CustomerName: `Pamela Watson`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Watson`, - CustomerAddress: `147 Main Street, Huston, USA, 60054`, - Salesperson: `Ben Watson`, - OrderID: 1454, - OrderDate: `12/12/2022`, - ProductID: 131, - ProductName: `Mac Book Air`, - UnitPrice: 11280.22, - Quantity: 3, - ExtendedPrice: 33840.66, - Freight: 1440.22, - Discontinued: false, - Region: `South East`, - Address: `147 Main Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 60054 - }), - new InvoicesDataItem( - { - ShipName: `Madison Home`, - ShipAddress: `123 Market Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 90190, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1315, - CustomerName: `Ben Madison`, - CustomerFirstName: `Ben`, - CustomerLastName: `Madison`, - CustomerAddress: `123 Market Street, Philadelphia, USA, 90190`, - Salesperson: `James Jefferson`, - OrderID: 1529, - OrderDate: `4/19/2022`, - ProductID: 102, - ProductName: `IPad`, - UnitPrice: 7570.85, - Quantity: 5, - ExtendedPrice: 37854.25, - Freight: 1630.85, - Discontinued: false, - Region: `West`, - Address: `123 Market Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 90190 - }), - new InvoicesDataItem( - { - ShipName: `Watson Home`, - ShipAddress: `100 Wall Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 90115, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1316, - CustomerName: `James Watson`, - CustomerFirstName: `James`, - CustomerLastName: `Watson`, - CustomerAddress: `100 Wall Street, Los Angeles, USA, 90115`, - Salesperson: `Nancy Smith`, - OrderID: 1783, - OrderDate: `9/2/2022`, - ProductID: 144, - ProductName: `Samsung Note`, - UnitPrice: 5530.88, - Quantity: 3, - ExtendedPrice: 16592.64, - Freight: 1800.88, - Discontinued: false, - Region: `North East`, - Address: `100 Wall Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 90115 - }), - new InvoicesDataItem( - { - ShipName: `Watson Townhouse`, - ShipAddress: `184 Wall Street`, - ShipCity: `Miami`, - ShipPostalCode: 50144, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Federal Shipping`, - CustomerID: 1317, - CustomerName: `Max Watson`, - CustomerFirstName: `Max`, - CustomerLastName: `Watson`, - CustomerAddress: `184 Wall Street, Miami, USA, 50144`, - Salesperson: `Max Jackson`, - OrderID: 1533, - OrderDate: `12/19/2022`, - ProductID: 189, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 24820.6, - Quantity: 2, - ExtendedPrice: 49641.2, - Freight: 1550.6, - Discontinued: false, - Region: `South East`, - Address: `184 Wall Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 50144 - }), - new InvoicesDataItem( - { - ShipName: `Black Home`, - ShipAddress: `187 Wall Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 70132, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1318, - CustomerName: `Mike Black`, - CustomerFirstName: `Mike`, - CustomerLastName: `Black`, - CustomerAddress: `187 Wall Street, Los Angeles, USA, 70132`, - Salesperson: `Nancy Jackson`, - OrderID: 1483, - OrderDate: `1/8/2022`, - ProductID: 182, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 21520.76, - Quantity: 4, - ExtendedPrice: 86083.04, - Freight: 770.76, - Discontinued: false, - Region: `North East`, - Address: `187 Wall Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 70132 - }), - new InvoicesDataItem( - { - ShipName: `Black Market`, - ShipAddress: `162 Main Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 90083, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Speedy Express`, - CustomerID: 1319, - CustomerName: `Mike Black`, - CustomerFirstName: `Mike`, - CustomerLastName: `Black`, - CustomerAddress: `162 Main Street, Philadelphia, USA, 90083`, - Salesperson: `Max Jefferson`, - OrderID: 1869, - OrderDate: `6/3/2022`, - ProductID: 118, - ProductName: `IPhone`, - UnitPrice: 15930.3, - Quantity: 2, - ExtendedPrice: 31860.6, - Freight: 470.3, - Discontinued: true, - Region: `North East`, - Address: `162 Main Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 90083 - }), - new InvoicesDataItem( - { - ShipName: `Watson Home`, - ShipAddress: `147 Main Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 50191, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Speedy Express`, - CustomerID: 1320, - CustomerName: `Nancy Watson`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Watson`, - CustomerAddress: `147 Main Street, Philadelphia, USA, 50191`, - Salesperson: `Martin Jefferson`, - OrderID: 1541, - OrderDate: `2/1/2022`, - ProductID: 159, - ProductName: `Mac Book Pro`, - UnitPrice: 29090.51, - Quantity: 4, - ExtendedPrice: 116362.04, - Freight: 900.51, - Discontinued: false, - Region: `North East`, - Address: `147 Main Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 50191 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Market`, - ShipAddress: `175 Wall Street`, - ShipCity: `New York`, - ShipPostalCode: 90056, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1321, - CustomerName: `Martin Jackson`, - CustomerFirstName: `Martin`, - CustomerLastName: `Jackson`, - CustomerAddress: `175 Wall Street, New York, USA, 90056`, - Salesperson: `Anna Black`, - OrderID: 1050, - OrderDate: `8/6/2022`, - ProductID: 120, - ProductName: `IPad`, - UnitPrice: 28490.38, - Quantity: 5, - ExtendedPrice: 142451.9, - Freight: 860.38, - Discontinued: false, - Region: `West`, - Address: `175 Wall Street`, - City: `New York`, - Country: `USA`, - PostalCode: 90056 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Market`, - ShipAddress: `129 Market Street`, - ShipCity: `Huston`, - ShipPostalCode: 50089, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Federal Shipping`, - CustomerID: 1322, - CustomerName: `Pamela Jackson`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Jackson`, - CustomerAddress: `129 Market Street, Huston, USA, 50089`, - Salesperson: `Mike Jefferson`, - OrderID: 1188, - OrderDate: `7/23/2022`, - ProductID: 119, - ProductName: `Mac Book Pro`, - UnitPrice: 6710.58, - Quantity: 3, - ExtendedPrice: 20131.74, - Freight: 1160.58, - Discontinued: false, - Region: `South East`, - Address: `129 Market Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 50089 - }), - new InvoicesDataItem( - { - ShipName: `Smith Market`, - ShipAddress: `104 Wall Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 70079, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1323, - CustomerName: `Ben Smith`, - CustomerFirstName: `Ben`, - CustomerLastName: `Smith`, - CustomerAddress: `104 Wall Street, Philadelphia, USA, 70079`, - Salesperson: `Martin Madison`, - OrderID: 1452, - OrderDate: `2/1/2022`, - ProductID: 182, - ProductName: `IPhone`, - UnitPrice: 9260.28, - Quantity: 2, - ExtendedPrice: 18520.56, - Freight: 1960.28, - Discontinued: false, - Region: `South East`, - Address: `104 Wall Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 70079 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Townhouse`, - ShipAddress: `167 Wall Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 70137, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1324, - CustomerName: `Mike Jefferson`, - CustomerFirstName: `Mike`, - CustomerLastName: `Jefferson`, - CustomerAddress: `167 Wall Street, Philadelphia, USA, 70137`, - Salesperson: `James Jefferson`, - OrderID: 1542, - OrderDate: `7/21/2022`, - ProductID: 107, - ProductName: `IPhone`, - UnitPrice: 5100.82, - Quantity: 5, - ExtendedPrice: 25504.1, - Freight: 610.82, - Discontinued: false, - Region: `North East`, - Address: `167 Wall Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 70137 - }), - new InvoicesDataItem( - { - ShipName: `Madison Market`, - ShipAddress: `128 Wall Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 50188, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1325, - CustomerName: `Mike Madison`, - CustomerFirstName: `Mike`, - CustomerLastName: `Madison`, - CustomerAddress: `128 Wall Street, Philadelphia, USA, 50188`, - Salesperson: `Nancy Jefferson`, - OrderID: 1993, - OrderDate: `3/7/2022`, - ProductID: 149, - ProductName: `Samsung Note`, - UnitPrice: 27520.59, - Quantity: 4, - ExtendedPrice: 110082.36, - Freight: 1260.59, - Discontinued: false, - Region: `South East`, - Address: `128 Wall Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 50188 - }), - new InvoicesDataItem( - { - ShipName: `Watson Market`, - ShipAddress: `171 Market Street`, - ShipCity: `Huston`, - ShipPostalCode: 70190, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Speedy Express`, - CustomerID: 1326, - CustomerName: `Martin Watson`, - CustomerFirstName: `Martin`, - CustomerLastName: `Watson`, - CustomerAddress: `171 Market Street, Huston, USA, 70190`, - Salesperson: `Anna Madison`, - OrderID: 1815, - OrderDate: `7/4/2022`, - ProductID: 195, - ProductName: `Samsung Note`, - UnitPrice: 27340.66, - Quantity: 5, - ExtendedPrice: 136703.3, - Freight: 1790.66, - Discontinued: false, - Region: `South East`, - Address: `171 Market Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 70190 - }), - new InvoicesDataItem( - { - ShipName: `Watson Home`, - ShipAddress: `191 Market Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 60123, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1327, - CustomerName: `Anna Watson`, - CustomerFirstName: `Anna`, - CustomerLastName: `Watson`, - CustomerAddress: `191 Market Street, Philadelphia, USA, 60123`, - Salesperson: `Anna Madison`, - OrderID: 1319, - OrderDate: `8/5/2022`, - ProductID: 191, - ProductName: `Samsung Note`, - UnitPrice: 28500.5, - Quantity: 5, - ExtendedPrice: 142502.5, - Freight: 1280.5, - Discontinued: false, - Region: `West`, - Address: `191 Market Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 60123 - }), - new InvoicesDataItem( - { - ShipName: `Madison Townhouse`, - ShipAddress: `150 Wall Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 80139, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Federal Shipping`, - CustomerID: 1328, - CustomerName: `Mike Madison`, - CustomerFirstName: `Mike`, - CustomerLastName: `Madison`, - CustomerAddress: `150 Wall Street, Philadelphia, USA, 80139`, - Salesperson: `Nancy Watson`, - OrderID: 1592, - OrderDate: `2/22/2022`, - ProductID: 149, - ProductName: `Mac Book Pro`, - UnitPrice: 22890.6, - Quantity: 5, - ExtendedPrice: 114453, - Freight: 920.6, - Discontinued: false, - Region: `South East`, - Address: `150 Wall Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 80139 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Market`, - ShipAddress: `112 Main Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 70172, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1329, - CustomerName: `Nancy Jackson`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Jackson`, - CustomerAddress: `112 Main Street, Los Angeles, USA, 70172`, - Salesperson: `Max Jefferson`, - OrderID: 1959, - OrderDate: `10/15/2022`, - ProductID: 156, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 12050.71, - Quantity: 4, - ExtendedPrice: 48202.84, - Freight: 270.71, - Discontinued: true, - Region: `North East`, - Address: `112 Main Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 70172 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Market`, - ShipAddress: `121 Market Street`, - ShipCity: `New York`, - ShipPostalCode: 80122, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1330, - CustomerName: `Martin Jefferson`, - CustomerFirstName: `Martin`, - CustomerLastName: `Jefferson`, - CustomerAddress: `121 Market Street, New York, USA, 80122`, - Salesperson: `Ben Black`, - OrderID: 1343, - OrderDate: `5/25/2022`, - ProductID: 118, - ProductName: `Mac Book Pro`, - UnitPrice: 7060.29, - Quantity: 4, - ExtendedPrice: 28241.16, - Freight: 400.29, - Discontinued: false, - Region: `West`, - Address: `121 Market Street`, - City: `New York`, - Country: `USA`, - PostalCode: 80122 - }), - new InvoicesDataItem( - { - ShipName: `Watson Estate`, - ShipAddress: `183 Wall Street`, - ShipCity: `Miami`, - ShipPostalCode: 90122, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Speedy Express`, - CustomerID: 1331, - CustomerName: `Pamela Watson`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Watson`, - CustomerAddress: `183 Wall Street, Miami, USA, 90122`, - Salesperson: `Pamela Smith`, - OrderID: 1876, - OrderDate: `2/8/2022`, - ProductID: 137, - ProductName: `Samsung Note`, - UnitPrice: 10140.84, - Quantity: 4, - ExtendedPrice: 40563.36, - Freight: 640.84, - Discontinued: false, - Region: `North East`, - Address: `183 Wall Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 90122 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Estate`, - ShipAddress: `105 Main Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 50068, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1332, - CustomerName: `Mike Jefferson`, - CustomerFirstName: `Mike`, - CustomerLastName: `Jefferson`, - CustomerAddress: `105 Main Street, Los Angeles, USA, 50068`, - Salesperson: `Ben Madison`, - OrderID: 1322, - OrderDate: `6/7/2022`, - ProductID: 148, - ProductName: `Mac Book Air`, - UnitPrice: 20150.45, - Quantity: 4, - ExtendedPrice: 80601.8, - Freight: 1190.45, - Discontinued: false, - Region: `North East`, - Address: `105 Main Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 50068 - }), - new InvoicesDataItem( - { - ShipName: `Madison Townhouse`, - ShipAddress: `199 Market Street`, - ShipCity: `Huston`, - ShipPostalCode: 70061, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1333, - CustomerName: `Martin Madison`, - CustomerFirstName: `Martin`, - CustomerLastName: `Madison`, - CustomerAddress: `199 Market Street, Huston, USA, 70061`, - Salesperson: `Max Smith`, - OrderID: 1046, - OrderDate: `2/3/2022`, - ProductID: 162, - ProductName: `IPhone`, - UnitPrice: 28480.38, - Quantity: 2, - ExtendedPrice: 56960.76, - Freight: 1180.38, - Discontinued: false, - Region: `West`, - Address: `199 Market Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 70061 - }), - new InvoicesDataItem( - { - ShipName: `Madison Estate`, - ShipAddress: `142 Wall Street`, - ShipCity: `Huston`, - ShipPostalCode: 60058, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1334, - CustomerName: `Ben Madison`, - CustomerFirstName: `Ben`, - CustomerLastName: `Madison`, - CustomerAddress: `142 Wall Street, Huston, USA, 60058`, - Salesperson: `Mike Madison`, - OrderID: 1433, - OrderDate: `2/1/2022`, - ProductID: 177, - ProductName: `IPhone`, - UnitPrice: 6770.89, - Quantity: 5, - ExtendedPrice: 33854.45, - Freight: 520.89, - Discontinued: false, - Region: `South East`, - Address: `142 Wall Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 60058 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Townhouse`, - ShipAddress: `140 Market Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 90131, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1335, - CustomerName: `Martin Jefferson`, - CustomerFirstName: `Martin`, - CustomerLastName: `Jefferson`, - CustomerAddress: `140 Market Street, Los Angeles, USA, 90131`, - Salesperson: `Pamela Black`, - OrderID: 1894, - OrderDate: `9/13/2022`, - ProductID: 151, - ProductName: `IPad`, - UnitPrice: 5280.38, - Quantity: 5, - ExtendedPrice: 26401.9, - Freight: 1610.38, - Discontinued: false, - Region: `North East`, - Address: `140 Market Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 90131 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Home`, - ShipAddress: `106 Market Street`, - ShipCity: `Miami`, - ShipPostalCode: 60063, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1336, - CustomerName: `Ben Jefferson`, - CustomerFirstName: `Ben`, - CustomerLastName: `Jefferson`, - CustomerAddress: `106 Market Street, Miami, USA, 60063`, - Salesperson: `Anna Jackson`, - OrderID: 1017, - OrderDate: `6/12/2022`, - ProductID: 173, - ProductName: `Mac Book Pro`, - UnitPrice: 27000.78, - Quantity: 2, - ExtendedPrice: 54001.56, - Freight: 540.78, - Discontinued: false, - Region: `West`, - Address: `106 Market Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 60063 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Market`, - ShipAddress: `190 Market Street`, - ShipCity: `Huston`, - ShipPostalCode: 70115, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Federal Shipping`, - CustomerID: 1337, - CustomerName: `Max Jefferson`, - CustomerFirstName: `Max`, - CustomerLastName: `Jefferson`, - CustomerAddress: `190 Market Street, Huston, USA, 70115`, - Salesperson: `Martin Smith`, - OrderID: 1583, - OrderDate: `2/12/2022`, - ProductID: 147, - ProductName: `Samsung Note`, - UnitPrice: 7560.53, - Quantity: 2, - ExtendedPrice: 15121.06, - Freight: 260.53, - Discontinued: false, - Region: `South East`, - Address: `190 Market Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 70115 - }), - new InvoicesDataItem( - { - ShipName: `Smith Home`, - ShipAddress: `129 Market Street`, - ShipCity: `Miami`, - ShipPostalCode: 70051, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1338, - CustomerName: `Nancy Smith`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Smith`, - CustomerAddress: `129 Market Street, Miami, USA, 70051`, - Salesperson: `Pamela Madison`, - OrderID: 1202, - OrderDate: `3/15/2022`, - ProductID: 136, - ProductName: `IPhone`, - UnitPrice: 20520.41, - Quantity: 2, - ExtendedPrice: 41040.82, - Freight: 550.41, - Discontinued: false, - Region: `North East`, - Address: `129 Market Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 70051 - }), - new InvoicesDataItem( - { - ShipName: `Smith Home`, - ShipAddress: `143 Main Street`, - ShipCity: `Miami`, - ShipPostalCode: 70144, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1339, - CustomerName: `Martin Smith`, - CustomerFirstName: `Martin`, - CustomerLastName: `Smith`, - CustomerAddress: `143 Main Street, Miami, USA, 70144`, - Salesperson: `James Jefferson`, - OrderID: 1172, - OrderDate: `10/15/2022`, - ProductID: 136, - ProductName: `IPad`, - UnitPrice: 18760.26, - Quantity: 4, - ExtendedPrice: 75041.04, - Freight: 540.26, - Discontinued: true, - Region: `North East`, - Address: `143 Main Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 70144 - }), - new InvoicesDataItem( - { - ShipName: `Smith Market`, - ShipAddress: `179 Market Street`, - ShipCity: `New York`, - ShipPostalCode: 90174, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1340, - CustomerName: `Martin Smith`, - CustomerFirstName: `Martin`, - CustomerLastName: `Smith`, - CustomerAddress: `179 Market Street, New York, USA, 90174`, - Salesperson: `Martin Madison`, - OrderID: 1491, - OrderDate: `4/19/2022`, - ProductID: 176, - ProductName: `Mac Book Air`, - UnitPrice: 16000.56, - Quantity: 4, - ExtendedPrice: 64002.24, - Freight: 690.56, - Discontinued: false, - Region: `West`, - Address: `179 Market Street`, - City: `New York`, - Country: `USA`, - PostalCode: 90174 - }), - new InvoicesDataItem( - { - ShipName: `Madison Home`, - ShipAddress: `152 Main Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 90077, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1341, - CustomerName: `Mike Madison`, - CustomerFirstName: `Mike`, - CustomerLastName: `Madison`, - CustomerAddress: `152 Main Street, Philadelphia, USA, 90077`, - Salesperson: `James Black`, - OrderID: 1351, - OrderDate: `9/19/2022`, - ProductID: 147, - ProductName: `IPhone`, - UnitPrice: 19810.36, - Quantity: 4, - ExtendedPrice: 79241.44, - Freight: 920.36, - Discontinued: false, - Region: `West`, - Address: `152 Main Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 90077 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Estate`, - ShipAddress: `170 Main Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 60097, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Speedy Express`, - CustomerID: 1342, - CustomerName: `Anna Jefferson`, - CustomerFirstName: `Anna`, - CustomerLastName: `Jefferson`, - CustomerAddress: `170 Main Street, Los Angeles, USA, 60097`, - Salesperson: `Martin Black`, - OrderID: 1619, - OrderDate: `3/13/2022`, - ProductID: 166, - ProductName: `Mac Book Air`, - UnitPrice: 27140.88, - Quantity: 3, - ExtendedPrice: 81422.64, - Freight: 1480.88, - Discontinued: false, - Region: `North East`, - Address: `170 Main Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 60097 - }), - new InvoicesDataItem( - { - ShipName: `Black Townhouse`, - ShipAddress: `198 Wall Street`, - ShipCity: `New York`, - ShipPostalCode: 90077, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Federal Shipping`, - CustomerID: 1343, - CustomerName: `Martin Black`, - CustomerFirstName: `Martin`, - CustomerLastName: `Black`, - CustomerAddress: `198 Wall Street, New York, USA, 90077`, - Salesperson: `James Smith`, - OrderID: 1646, - OrderDate: `9/2/2022`, - ProductID: 122, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 6160.87, - Quantity: 3, - ExtendedPrice: 18482.61, - Freight: 1480.87, - Discontinued: false, - Region: `South East`, - Address: `198 Wall Street`, - City: `New York`, - Country: `USA`, - PostalCode: 90077 - }), - new InvoicesDataItem( - { - ShipName: `Watson Estate`, - ShipAddress: `193 Wall Street`, - ShipCity: `New York`, - ShipPostalCode: 60165, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Speedy Express`, - CustomerID: 1344, - CustomerName: `Ben Watson`, - CustomerFirstName: `Ben`, - CustomerLastName: `Watson`, - CustomerAddress: `193 Wall Street, New York, USA, 60165`, - Salesperson: `Ben Madison`, - OrderID: 1516, - OrderDate: `4/20/2022`, - ProductID: 113, - ProductName: `IPhone`, - UnitPrice: 22310.25, - Quantity: 2, - ExtendedPrice: 44620.5, - Freight: 1740.25, - Discontinued: false, - Region: `North East`, - Address: `193 Wall Street`, - City: `New York`, - Country: `USA`, - PostalCode: 60165 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Market`, - ShipAddress: `108 Wall Street`, - ShipCity: `New York`, - ShipPostalCode: 90123, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Speedy Express`, - CustomerID: 1345, - CustomerName: `James Jackson`, - CustomerFirstName: `James`, - CustomerLastName: `Jackson`, - CustomerAddress: `108 Wall Street, New York, USA, 90123`, - Salesperson: `Mike Madison`, - OrderID: 1356, - OrderDate: `11/2/2022`, - ProductID: 105, - ProductName: `Mac Book Air`, - UnitPrice: 16240.78, - Quantity: 5, - ExtendedPrice: 81203.9, - Freight: 260.78, - Discontinued: false, - Region: `North East`, - Address: `108 Wall Street`, - City: `New York`, - Country: `USA`, - PostalCode: 90123 - }), - new InvoicesDataItem( - { - ShipName: `Black Home`, - ShipAddress: `173 Main Street`, - ShipCity: `Miami`, - ShipPostalCode: 60061, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1346, - CustomerName: `Max Black`, - CustomerFirstName: `Max`, - CustomerLastName: `Black`, - CustomerAddress: `173 Main Street, Miami, USA, 60061`, - Salesperson: `Mike Jefferson`, - OrderID: 1062, - OrderDate: `3/5/2022`, - ProductID: 101, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 25540.71, - Quantity: 5, - ExtendedPrice: 127703.55, - Freight: 2000.71, - Discontinued: false, - Region: `West`, - Address: `173 Main Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 60061 - }), - new InvoicesDataItem( - { - ShipName: `Black Home`, - ShipAddress: `118 Wall Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 60178, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1347, - CustomerName: `Nancy Black`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Black`, - CustomerAddress: `118 Wall Street, Los Angeles, USA, 60178`, - Salesperson: `Max Madison`, - OrderID: 1482, - OrderDate: `8/24/2022`, - ProductID: 105, - ProductName: `IPhone`, - UnitPrice: 17000.6, - Quantity: 4, - ExtendedPrice: 68002.4, - Freight: 1390.6, - Discontinued: false, - Region: `West`, - Address: `118 Wall Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 60178 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Townhouse`, - ShipAddress: `134 Wall Street`, - ShipCity: `New York`, - ShipPostalCode: 60096, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1348, - CustomerName: `Martin Jackson`, - CustomerFirstName: `Martin`, - CustomerLastName: `Jackson`, - CustomerAddress: `134 Wall Street, New York, USA, 60096`, - Salesperson: `Ben Madison`, - OrderID: 1443, - OrderDate: `7/1/2022`, - ProductID: 105, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 12670.46, - Quantity: 2, - ExtendedPrice: 25340.92, - Freight: 1280.46, - Discontinued: false, - Region: `North East`, - Address: `134 Wall Street`, - City: `New York`, - Country: `USA`, - PostalCode: 60096 - }), - new InvoicesDataItem( - { - ShipName: `Black Estate`, - ShipAddress: `125 Market Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 50134, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Speedy Express`, - CustomerID: 1349, - CustomerName: `Ben Black`, - CustomerFirstName: `Ben`, - CustomerLastName: `Black`, - CustomerAddress: `125 Market Street, Philadelphia, USA, 50134`, - Salesperson: `Mike Watson`, - OrderID: 1498, - OrderDate: `1/17/2022`, - ProductID: 194, - ProductName: `IPhone`, - UnitPrice: 23470.22, - Quantity: 3, - ExtendedPrice: 70410.66, - Freight: 1370.22, - Discontinued: true, - Region: `South East`, - Address: `125 Market Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 50134 - }), - new InvoicesDataItem( - { - ShipName: `Madison Home`, - ShipAddress: `145 Market Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 80099, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1350, - CustomerName: `Mike Madison`, - CustomerFirstName: `Mike`, - CustomerLastName: `Madison`, - CustomerAddress: `145 Market Street, Philadelphia, USA, 80099`, - Salesperson: `Nancy Watson`, - OrderID: 1002, - OrderDate: `11/11/2022`, - ProductID: 116, - ProductName: `Mac Book Air`, - UnitPrice: 17060.57, - Quantity: 3, - ExtendedPrice: 51181.71, - Freight: 1800.57, - Discontinued: false, - Region: `West`, - Address: `145 Market Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 80099 - }), - new InvoicesDataItem( - { - ShipName: `Watson Home`, - ShipAddress: `130 Market Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 70052, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Speedy Express`, - CustomerID: 1351, - CustomerName: `Ben Watson`, - CustomerFirstName: `Ben`, - CustomerLastName: `Watson`, - CustomerAddress: `130 Market Street, Philadelphia, USA, 70052`, - Salesperson: `Pamela Watson`, - OrderID: 1144, - OrderDate: `10/15/2022`, - ProductID: 168, - ProductName: `IPhone`, - UnitPrice: 13010.35, - Quantity: 4, - ExtendedPrice: 52041.4, - Freight: 980.35, - Discontinued: false, - Region: `South East`, - Address: `130 Market Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 70052 - }), - new InvoicesDataItem( - { - ShipName: `Black Market`, - ShipAddress: `136 Wall Street`, - ShipCity: `Miami`, - ShipPostalCode: 60165, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1352, - CustomerName: `Nancy Black`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Black`, - CustomerAddress: `136 Wall Street, Miami, USA, 60165`, - Salesperson: `Mike Black`, - OrderID: 1745, - OrderDate: `4/9/2022`, - ProductID: 119, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 7900.53, - Quantity: 4, - ExtendedPrice: 31602.12, - Freight: 1400.53, - Discontinued: false, - Region: `West`, - Address: `136 Wall Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 60165 - }), - new InvoicesDataItem( - { - ShipName: `Madison Townhouse`, - ShipAddress: `190 Wall Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 60176, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1353, - CustomerName: `Pamela Madison`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Madison`, - CustomerAddress: `190 Wall Street, Philadelphia, USA, 60176`, - Salesperson: `Martin Smith`, - OrderID: 1489, - OrderDate: `3/25/2022`, - ProductID: 113, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 23420.42, - Quantity: 4, - ExtendedPrice: 93681.68, - Freight: 1660.42, - Discontinued: false, - Region: `West`, - Address: `190 Wall Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 60176 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Townhouse`, - ShipAddress: `114 Main Street`, - ShipCity: `Huston`, - ShipPostalCode: 50060, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1354, - CustomerName: `Mike Jackson`, - CustomerFirstName: `Mike`, - CustomerLastName: `Jackson`, - CustomerAddress: `114 Main Street, Huston, USA, 50060`, - Salesperson: `Nancy Jackson`, - OrderID: 1302, - OrderDate: `3/21/2022`, - ProductID: 144, - ProductName: `Mac Book Pro`, - UnitPrice: 21240.71, - Quantity: 5, - ExtendedPrice: 106203.55, - Freight: 1000.71, - Discontinued: false, - Region: `North East`, - Address: `114 Main Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 50060 - }), - new InvoicesDataItem( - { - ShipName: `Watson Townhouse`, - ShipAddress: `130 Market Street`, - ShipCity: `Huston`, - ShipPostalCode: 90062, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Speedy Express`, - CustomerID: 1355, - CustomerName: `Max Watson`, - CustomerFirstName: `Max`, - CustomerLastName: `Watson`, - CustomerAddress: `130 Market Street, Huston, USA, 90062`, - Salesperson: `Ben Jackson`, - OrderID: 1901, - OrderDate: `11/5/2022`, - ProductID: 101, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 17170.52, - Quantity: 4, - ExtendedPrice: 68682.08, - Freight: 1600.52, - Discontinued: false, - Region: `South East`, - Address: `130 Market Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 90062 - }), - new InvoicesDataItem( - { - ShipName: `Watson Market`, - ShipAddress: `160 Market Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 50149, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1356, - CustomerName: `Nancy Watson`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Watson`, - CustomerAddress: `160 Market Street, Philadelphia, USA, 50149`, - Salesperson: `Ben Watson`, - OrderID: 1331, - OrderDate: `2/5/2022`, - ProductID: 151, - ProductName: `Mac Book Pro`, - UnitPrice: 17650.73, - Quantity: 4, - ExtendedPrice: 70602.92, - Freight: 1720.73, - Discontinued: false, - Region: `South East`, - Address: `160 Market Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 50149 - }), - new InvoicesDataItem( - { - ShipName: `Black Townhouse`, - ShipAddress: `130 Main Street`, - ShipCity: `New York`, - ShipPostalCode: 50184, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Federal Shipping`, - CustomerID: 1357, - CustomerName: `Anna Black`, - CustomerFirstName: `Anna`, - CustomerLastName: `Black`, - CustomerAddress: `130 Main Street, New York, USA, 50184`, - Salesperson: `Anna Watson`, - OrderID: 1161, - OrderDate: `5/18/2022`, - ProductID: 185, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 12920.84, - Quantity: 3, - ExtendedPrice: 38762.52, - Freight: 780.84, - Discontinued: false, - Region: `South East`, - Address: `130 Main Street`, - City: `New York`, - Country: `USA`, - PostalCode: 50184 - }), - new InvoicesDataItem( - { - ShipName: `Watson Townhouse`, - ShipAddress: `120 Wall Street`, - ShipCity: `New York`, - ShipPostalCode: 90122, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1358, - CustomerName: `Ben Watson`, - CustomerFirstName: `Ben`, - CustomerLastName: `Watson`, - CustomerAddress: `120 Wall Street, New York, USA, 90122`, - Salesperson: `Martin Madison`, - OrderID: 1211, - OrderDate: `11/13/2022`, - ProductID: 136, - ProductName: `IPad`, - UnitPrice: 21380.5, - Quantity: 4, - ExtendedPrice: 85522, - Freight: 1130.5, - Discontinued: false, - Region: `West`, - Address: `120 Wall Street`, - City: `New York`, - Country: `USA`, - PostalCode: 90122 - }), - new InvoicesDataItem( - { - ShipName: `Madison Market`, - ShipAddress: `108 Market Street`, - ShipCity: `New York`, - ShipPostalCode: 80106, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1359, - CustomerName: `Pamela Madison`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Madison`, - CustomerAddress: `108 Market Street, New York, USA, 80106`, - Salesperson: `Anna Watson`, - OrderID: 1010, - OrderDate: `3/15/2022`, - ProductID: 198, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 18060.46, - Quantity: 4, - ExtendedPrice: 72241.84, - Freight: 330.46, - Discontinued: true, - Region: `North East`, - Address: `108 Market Street`, - City: `New York`, - Country: `USA`, - PostalCode: 80106 - }), - new InvoicesDataItem( - { - ShipName: `Black Estate`, - ShipAddress: `114 Market Street`, - ShipCity: `Miami`, - ShipPostalCode: 70117, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1360, - CustomerName: `Nancy Black`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Black`, - CustomerAddress: `114 Market Street, Miami, USA, 70117`, - Salesperson: `James Smith`, - OrderID: 1001, - OrderDate: `2/24/2022`, - ProductID: 121, - ProductName: `Mac Book Pro`, - UnitPrice: 22020.55, - Quantity: 5, - ExtendedPrice: 110102.75, - Freight: 1970.55, - Discontinued: false, - Region: `West`, - Address: `114 Market Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 70117 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Home`, - ShipAddress: `134 Main Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 50108, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1361, - CustomerName: `Nancy Jackson`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Jackson`, - CustomerAddress: `134 Main Street, Philadelphia, USA, 50108`, - Salesperson: `Max Jefferson`, - OrderID: 1871, - OrderDate: `3/1/2022`, - ProductID: 114, - ProductName: `Mac Book Air`, - UnitPrice: 13010.27, - Quantity: 5, - ExtendedPrice: 65051.35, - Freight: 1490.27, - Discontinued: false, - Region: `North East`, - Address: `134 Main Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 50108 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Townhouse`, - ShipAddress: `138 Market Street`, - ShipCity: `Huston`, - ShipPostalCode: 90082, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Federal Shipping`, - CustomerID: 1362, - CustomerName: `Mike Jefferson`, - CustomerFirstName: `Mike`, - CustomerLastName: `Jefferson`, - CustomerAddress: `138 Market Street, Huston, USA, 90082`, - Salesperson: `Ben Watson`, - OrderID: 1175, - OrderDate: `4/11/2022`, - ProductID: 159, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 17660.27, - Quantity: 5, - ExtendedPrice: 88301.35, - Freight: 1770.27, - Discontinued: false, - Region: `South East`, - Address: `138 Market Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 90082 - }), - new InvoicesDataItem( - { - ShipName: `Madison Market`, - ShipAddress: `131 Main Street`, - ShipCity: `Miami`, - ShipPostalCode: 90189, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1363, - CustomerName: `James Madison`, - CustomerFirstName: `James`, - CustomerLastName: `Madison`, - CustomerAddress: `131 Main Street, Miami, USA, 90189`, - Salesperson: `Nancy Madison`, - OrderID: 1072, - OrderDate: `2/14/2022`, - ProductID: 169, - ProductName: `Mac Book Air`, - UnitPrice: 24150.8, - Quantity: 4, - ExtendedPrice: 96603.2, - Freight: 1040.8, - Discontinued: false, - Region: `South East`, - Address: `131 Main Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 90189 - }), - new InvoicesDataItem( - { - ShipName: `Watson Townhouse`, - ShipAddress: `133 Wall Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 90077, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1364, - CustomerName: `Martin Watson`, - CustomerFirstName: `Martin`, - CustomerLastName: `Watson`, - CustomerAddress: `133 Wall Street, Philadelphia, USA, 90077`, - Salesperson: `Pamela Jackson`, - OrderID: 1971, - OrderDate: `10/16/2022`, - ProductID: 108, - ProductName: `Samsung Note`, - UnitPrice: 18520.3, - Quantity: 2, - ExtendedPrice: 37040.6, - Freight: 300.3, - Discontinued: false, - Region: `North East`, - Address: `133 Wall Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 90077 - }), - new InvoicesDataItem( - { - ShipName: `Smith Estate`, - ShipAddress: `128 Market Street`, - ShipCity: `Huston`, - ShipPostalCode: 90109, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Federal Shipping`, - CustomerID: 1365, - CustomerName: `Pamela Smith`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Smith`, - CustomerAddress: `128 Market Street, Huston, USA, 90109`, - Salesperson: `Nancy Jackson`, - OrderID: 1024, - OrderDate: `12/21/2022`, - ProductID: 188, - ProductName: `Samsung Note`, - UnitPrice: 10040.29, - Quantity: 4, - ExtendedPrice: 40161.16, - Freight: 1900.29, - Discontinued: false, - Region: `South East`, - Address: `128 Market Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 90109 - }), - new InvoicesDataItem( - { - ShipName: `Black Estate`, - ShipAddress: `154 Market Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 80119, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Federal Shipping`, - CustomerID: 1366, - CustomerName: `Nancy Black`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Black`, - CustomerAddress: `154 Market Street, Philadelphia, USA, 80119`, - Salesperson: `Nancy Jackson`, - OrderID: 1537, - OrderDate: `6/24/2022`, - ProductID: 161, - ProductName: `IPhone`, - UnitPrice: 20110.8, - Quantity: 5, - ExtendedPrice: 100554, - Freight: 1990.8, - Discontinued: false, - Region: `South East`, - Address: `154 Market Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 80119 - }), - new InvoicesDataItem( - { - ShipName: `Madison Townhouse`, - ShipAddress: `156 Main Street`, - ShipCity: `Miami`, - ShipPostalCode: 50128, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1367, - CustomerName: `Ben Madison`, - CustomerFirstName: `Ben`, - CustomerLastName: `Madison`, - CustomerAddress: `156 Main Street, Miami, USA, 50128`, - Salesperson: `Nancy Smith`, - OrderID: 1289, - OrderDate: `7/2/2022`, - ProductID: 125, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 18320.56, - Quantity: 3, - ExtendedPrice: 54961.68, - Freight: 890.56, - Discontinued: false, - Region: `South East`, - Address: `156 Main Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 50128 - }), - new InvoicesDataItem( - { - ShipName: `Madison Home`, - ShipAddress: `130 Main Street`, - ShipCity: `Miami`, - ShipPostalCode: 60146, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1368, - CustomerName: `James Madison`, - CustomerFirstName: `James`, - CustomerLastName: `Madison`, - CustomerAddress: `130 Main Street, Miami, USA, 60146`, - Salesperson: `Nancy Jackson`, - OrderID: 1451, - OrderDate: `12/4/2022`, - ProductID: 140, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 6030.21, - Quantity: 4, - ExtendedPrice: 24120.84, - Freight: 1930.21, - Discontinued: false, - Region: `North East`, - Address: `130 Main Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 60146 - }), - new InvoicesDataItem( - { - ShipName: `Watson Market`, - ShipAddress: `159 Wall Street`, - ShipCity: `New York`, - ShipPostalCode: 70158, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Speedy Express`, - CustomerID: 1369, - CustomerName: `Nancy Watson`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Watson`, - CustomerAddress: `159 Wall Street, New York, USA, 70158`, - Salesperson: `Max Jefferson`, - OrderID: 1056, - OrderDate: `1/10/2022`, - ProductID: 151, - ProductName: `Mac Book Pro`, - UnitPrice: 27710.33, - Quantity: 3, - ExtendedPrice: 83130.99, - Freight: 300.33, - Discontinued: true, - Region: `South East`, - Address: `159 Wall Street`, - City: `New York`, - Country: `USA`, - PostalCode: 70158 - }), - new InvoicesDataItem( - { - ShipName: `Smith Townhouse`, - ShipAddress: `189 Wall Street`, - ShipCity: `New York`, - ShipPostalCode: 90186, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1370, - CustomerName: `Pamela Smith`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Smith`, - CustomerAddress: `189 Wall Street, New York, USA, 90186`, - Salesperson: `Anna Jefferson`, - OrderID: 1611, - OrderDate: `9/14/2022`, - ProductID: 180, - ProductName: `IPhone`, - UnitPrice: 15940.65, - Quantity: 4, - ExtendedPrice: 63762.6, - Freight: 1210.65, - Discontinued: false, - Region: `North East`, - Address: `189 Wall Street`, - City: `New York`, - Country: `USA`, - PostalCode: 90186 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Estate`, - ShipAddress: `190 Wall Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 50065, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1371, - CustomerName: `Mike Jefferson`, - CustomerFirstName: `Mike`, - CustomerLastName: `Jefferson`, - CustomerAddress: `190 Wall Street, Philadelphia, USA, 50065`, - Salesperson: `Martin Watson`, - OrderID: 1731, - OrderDate: `2/7/2022`, - ProductID: 103, - ProductName: `Mac Book Pro`, - UnitPrice: 21560.2, - Quantity: 4, - ExtendedPrice: 86240.8, - Freight: 1880.2, - Discontinued: false, - Region: `South East`, - Address: `190 Wall Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 50065 - }), - new InvoicesDataItem( - { - ShipName: `Smith Home`, - ShipAddress: `127 Market Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 80182, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1372, - CustomerName: `Pamela Smith`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Smith`, - CustomerAddress: `127 Market Street, Los Angeles, USA, 80182`, - Salesperson: `Ben Jefferson`, - OrderID: 1156, - OrderDate: `7/16/2022`, - ProductID: 132, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 15440.77, - Quantity: 5, - ExtendedPrice: 77203.85, - Freight: 1730.77, - Discontinued: false, - Region: `West`, - Address: `127 Market Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 80182 - }), - new InvoicesDataItem( - { - ShipName: `Madison Estate`, - ShipAddress: `150 Market Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 50154, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1373, - CustomerName: `Ben Madison`, - CustomerFirstName: `Ben`, - CustomerLastName: `Madison`, - CustomerAddress: `150 Market Street, Philadelphia, USA, 50154`, - Salesperson: `Max Jackson`, - OrderID: 1592, - OrderDate: `12/25/2022`, - ProductID: 109, - ProductName: `Mac Book Air`, - UnitPrice: 25510.57, - Quantity: 2, - ExtendedPrice: 51021.14, - Freight: 1350.57, - Discontinued: false, - Region: `North East`, - Address: `150 Market Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 50154 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Estate`, - ShipAddress: `163 Market Street`, - ShipCity: `Miami`, - ShipPostalCode: 50149, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Speedy Express`, - CustomerID: 1374, - CustomerName: `Max Jackson`, - CustomerFirstName: `Max`, - CustomerLastName: `Jackson`, - CustomerAddress: `163 Market Street, Miami, USA, 50149`, - Salesperson: `James Smith`, - OrderID: 1504, - OrderDate: `10/7/2022`, - ProductID: 197, - ProductName: `Mac Book Pro`, - UnitPrice: 23590.87, - Quantity: 5, - ExtendedPrice: 117954.35, - Freight: 460.87, - Discontinued: false, - Region: `South East`, - Address: `163 Market Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 50149 - }), - new InvoicesDataItem( - { - ShipName: `Smith Townhouse`, - ShipAddress: `114 Wall Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 90131, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Federal Shipping`, - CustomerID: 1375, - CustomerName: `Pamela Smith`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Smith`, - CustomerAddress: `114 Wall Street, Philadelphia, USA, 90131`, - Salesperson: `Nancy Jefferson`, - OrderID: 1121, - OrderDate: `11/25/2022`, - ProductID: 148, - ProductName: `Samsung Note`, - UnitPrice: 13030.29, - Quantity: 2, - ExtendedPrice: 26060.58, - Freight: 1140.29, - Discontinued: false, - Region: `South East`, - Address: `114 Wall Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 90131 - }), - new InvoicesDataItem( - { - ShipName: `Black Townhouse`, - ShipAddress: `167 Market Street`, - ShipCity: `Huston`, - ShipPostalCode: 50058, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1376, - CustomerName: `Nancy Black`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Black`, - CustomerAddress: `167 Market Street, Huston, USA, 50058`, - Salesperson: `Martin Black`, - OrderID: 1455, - OrderDate: `8/6/2022`, - ProductID: 196, - ProductName: `IPhone`, - UnitPrice: 13870.29, - Quantity: 5, - ExtendedPrice: 69351.45, - Freight: 1080.29, - Discontinued: false, - Region: `West`, - Address: `167 Market Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 50058 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Townhouse`, - ShipAddress: `181 Market Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 80062, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1377, - CustomerName: `Anna Jackson`, - CustomerFirstName: `Anna`, - CustomerLastName: `Jackson`, - CustomerAddress: `181 Market Street, Los Angeles, USA, 80062`, - Salesperson: `Anna Black`, - OrderID: 1320, - OrderDate: `1/15/2022`, - ProductID: 109, - ProductName: `Mac Book Pro`, - UnitPrice: 10990.65, - Quantity: 3, - ExtendedPrice: 32971.95, - Freight: 310.65, - Discontinued: false, - Region: `North East`, - Address: `181 Market Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 80062 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Market`, - ShipAddress: `113 Wall Street`, - ShipCity: `Miami`, - ShipPostalCode: 80140, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Federal Shipping`, - CustomerID: 1378, - CustomerName: `Pamela Jackson`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Jackson`, - CustomerAddress: `113 Wall Street, Miami, USA, 80140`, - Salesperson: `Anna Jackson`, - OrderID: 1936, - OrderDate: `12/2/2022`, - ProductID: 171, - ProductName: `IPhone`, - UnitPrice: 9550.78, - Quantity: 4, - ExtendedPrice: 38203.12, - Freight: 1380.78, - Discontinued: false, - Region: `South East`, - Address: `113 Wall Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 80140 - }), - new InvoicesDataItem( - { - ShipName: `Madison Estate`, - ShipAddress: `188 Wall Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 80072, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Federal Shipping`, - CustomerID: 1379, - CustomerName: `Anna Madison`, - CustomerFirstName: `Anna`, - CustomerLastName: `Madison`, - CustomerAddress: `188 Wall Street, Los Angeles, USA, 80072`, - Salesperson: `Nancy Watson`, - OrderID: 1767, - OrderDate: `10/23/2022`, - ProductID: 130, - ProductName: `IPhone`, - UnitPrice: 21500.21, - Quantity: 2, - ExtendedPrice: 43000.42, - Freight: 1680.21, - Discontinued: true, - Region: `South East`, - Address: `188 Wall Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 80072 - }), - new InvoicesDataItem( - { - ShipName: `Madison Home`, - ShipAddress: `177 Market Street`, - ShipCity: `Huston`, - ShipPostalCode: 80160, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1380, - CustomerName: `Anna Madison`, - CustomerFirstName: `Anna`, - CustomerLastName: `Madison`, - CustomerAddress: `177 Market Street, Huston, USA, 80160`, - Salesperson: `Max Jackson`, - OrderID: 1118, - OrderDate: `6/2/2022`, - ProductID: 111, - ProductName: `Mac Book Air`, - UnitPrice: 20100.73, - Quantity: 4, - ExtendedPrice: 80402.92, - Freight: 540.73, - Discontinued: false, - Region: `West`, - Address: `177 Market Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 80160 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Townhouse`, - ShipAddress: `139 Wall Street`, - ShipCity: `Miami`, - ShipPostalCode: 80074, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1381, - CustomerName: `Mike Jefferson`, - CustomerFirstName: `Mike`, - CustomerLastName: `Jefferson`, - CustomerAddress: `139 Wall Street, Miami, USA, 80074`, - Salesperson: `Nancy Madison`, - OrderID: 1269, - OrderDate: `6/12/2022`, - ProductID: 192, - ProductName: `Mac Book Air`, - UnitPrice: 17200.34, - Quantity: 4, - ExtendedPrice: 68801.36, - Freight: 1280.34, - Discontinued: false, - Region: `North East`, - Address: `139 Wall Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 80074 - }), - new InvoicesDataItem( - { - ShipName: `Madison Home`, - ShipAddress: `115 Wall Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 90081, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1382, - CustomerName: `Pamela Madison`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Madison`, - CustomerAddress: `115 Wall Street, Los Angeles, USA, 90081`, - Salesperson: `James Jackson`, - OrderID: 1587, - OrderDate: `4/9/2022`, - ProductID: 187, - ProductName: `Samsung Note`, - UnitPrice: 24670.86, - Quantity: 2, - ExtendedPrice: 49341.72, - Freight: 1360.86, - Discontinued: false, - Region: `North East`, - Address: `115 Wall Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 90081 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Estate`, - ShipAddress: `130 Wall Street`, - ShipCity: `Miami`, - ShipPostalCode: 50175, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1383, - CustomerName: `Anna Jefferson`, - CustomerFirstName: `Anna`, - CustomerLastName: `Jefferson`, - CustomerAddress: `130 Wall Street, Miami, USA, 50175`, - Salesperson: `Mike Smith`, - OrderID: 1632, - OrderDate: `3/3/2022`, - ProductID: 197, - ProductName: `IPad`, - UnitPrice: 9780.24, - Quantity: 3, - ExtendedPrice: 29340.72, - Freight: 1420.24, - Discontinued: false, - Region: `West`, - Address: `130 Wall Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 50175 - }), - new InvoicesDataItem( - { - ShipName: `Black Estate`, - ShipAddress: `110 Main Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 90171, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1384, - CustomerName: `Max Black`, - CustomerFirstName: `Max`, - CustomerLastName: `Black`, - CustomerAddress: `110 Main Street, Philadelphia, USA, 90171`, - Salesperson: `Max Jefferson`, - OrderID: 1400, - OrderDate: `6/24/2022`, - ProductID: 123, - ProductName: `IPhone`, - UnitPrice: 12010.77, - Quantity: 2, - ExtendedPrice: 24021.54, - Freight: 560.77, - Discontinued: false, - Region: `North East`, - Address: `110 Main Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 90171 - }), - new InvoicesDataItem( - { - ShipName: `Black Market`, - ShipAddress: `111 Market Street`, - ShipCity: `Huston`, - ShipPostalCode: 80086, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1385, - CustomerName: `Mike Black`, - CustomerFirstName: `Mike`, - CustomerLastName: `Black`, - CustomerAddress: `111 Market Street, Huston, USA, 80086`, - Salesperson: `Ben Watson`, - OrderID: 1040, - OrderDate: `8/25/2022`, - ProductID: 192, - ProductName: `Samsung Note`, - UnitPrice: 27920.64, - Quantity: 5, - ExtendedPrice: 139603.2, - Freight: 250.64, - Discontinued: false, - Region: `South East`, - Address: `111 Market Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 80086 - }), - new InvoicesDataItem( - { - ShipName: `Black Townhouse`, - ShipAddress: `132 Wall Street`, - ShipCity: `Huston`, - ShipPostalCode: 60121, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Speedy Express`, - CustomerID: 1386, - CustomerName: `Mike Black`, - CustomerFirstName: `Mike`, - CustomerLastName: `Black`, - CustomerAddress: `132 Wall Street, Huston, USA, 60121`, - Salesperson: `Anna Watson`, - OrderID: 1445, - OrderDate: `6/12/2022`, - ProductID: 139, - ProductName: `IPhone`, - UnitPrice: 17460.46, - Quantity: 3, - ExtendedPrice: 52381.38, - Freight: 1060.46, - Discontinued: false, - Region: `South East`, - Address: `132 Wall Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 60121 - }), - new InvoicesDataItem( - { - ShipName: `Smith Townhouse`, - ShipAddress: `150 Main Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 60127, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1387, - CustomerName: `Ben Smith`, - CustomerFirstName: `Ben`, - CustomerLastName: `Smith`, - CustomerAddress: `150 Main Street, Philadelphia, USA, 60127`, - Salesperson: `Max Smith`, - OrderID: 1803, - OrderDate: `4/15/2022`, - ProductID: 172, - ProductName: `Mac Book Air`, - UnitPrice: 17820.62, - Quantity: 4, - ExtendedPrice: 71282.48, - Freight: 1150.62, - Discontinued: false, - Region: `West`, - Address: `150 Main Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 60127 - }), - new InvoicesDataItem( - { - ShipName: `Watson Estate`, - ShipAddress: `173 Market Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 50160, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1388, - CustomerName: `Anna Watson`, - CustomerFirstName: `Anna`, - CustomerLastName: `Watson`, - CustomerAddress: `173 Market Street, Philadelphia, USA, 50160`, - Salesperson: `Nancy Jefferson`, - OrderID: 1719, - OrderDate: `4/23/2022`, - ProductID: 134, - ProductName: `IPhone`, - UnitPrice: 22780.47, - Quantity: 3, - ExtendedPrice: 68341.41, - Freight: 500.47, - Discontinued: false, - Region: `West`, - Address: `173 Market Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 50160 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Townhouse`, - ShipAddress: `120 Wall Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 60064, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1389, - CustomerName: `Max Jefferson`, - CustomerFirstName: `Max`, - CustomerLastName: `Jefferson`, - CustomerAddress: `120 Wall Street, Philadelphia, USA, 60064`, - Salesperson: `Martin Jefferson`, - OrderID: 1706, - OrderDate: `5/15/2022`, - ProductID: 151, - ProductName: `Samsung Note`, - UnitPrice: 16430.61, - Quantity: 3, - ExtendedPrice: 49291.83, - Freight: 1650.61, - Discontinued: true, - Region: `West`, - Address: `120 Wall Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 60064 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Market`, - ShipAddress: `109 Main Street`, - ShipCity: `Huston`, - ShipPostalCode: 70200, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Speedy Express`, - CustomerID: 1390, - CustomerName: `Ben Jackson`, - CustomerFirstName: `Ben`, - CustomerLastName: `Jackson`, - CustomerAddress: `109 Main Street, Huston, USA, 70200`, - Salesperson: `James Watson`, - OrderID: 1318, - OrderDate: `6/10/2022`, - ProductID: 163, - ProductName: `IPad`, - UnitPrice: 26710.76, - Quantity: 4, - ExtendedPrice: 106843.04, - Freight: 330.76, - Discontinued: false, - Region: `South East`, - Address: `109 Main Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 70200 - }), - new InvoicesDataItem( - { - ShipName: `Madison Townhouse`, - ShipAddress: `161 Main Street`, - ShipCity: `Huston`, - ShipPostalCode: 60159, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1391, - CustomerName: `Mike Madison`, - CustomerFirstName: `Mike`, - CustomerLastName: `Madison`, - CustomerAddress: `161 Main Street, Huston, USA, 60159`, - Salesperson: `Ben Smith`, - OrderID: 1322, - OrderDate: `6/3/2022`, - ProductID: 170, - ProductName: `IPad`, - UnitPrice: 18660.7, - Quantity: 4, - ExtendedPrice: 74642.8, - Freight: 1480.7, - Discontinued: false, - Region: `North East`, - Address: `161 Main Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 60159 - }), - new InvoicesDataItem( - { - ShipName: `Watson Estate`, - ShipAddress: `194 Main Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 60148, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1392, - CustomerName: `Ben Watson`, - CustomerFirstName: `Ben`, - CustomerLastName: `Watson`, - CustomerAddress: `194 Main Street, Los Angeles, USA, 60148`, - Salesperson: `Pamela Black`, - OrderID: 1664, - OrderDate: `9/11/2022`, - ProductID: 131, - ProductName: `Mac Book Pro`, - UnitPrice: 16990.84, - Quantity: 5, - ExtendedPrice: 84954.2, - Freight: 1870.84, - Discontinued: false, - Region: `West`, - Address: `194 Main Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 60148 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Estate`, - ShipAddress: `191 Main Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 60148, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1393, - CustomerName: `James Jefferson`, - CustomerFirstName: `James`, - CustomerLastName: `Jefferson`, - CustomerAddress: `191 Main Street, Los Angeles, USA, 60148`, - Salesperson: `Martin Jackson`, - OrderID: 1995, - OrderDate: `7/3/2022`, - ProductID: 107, - ProductName: `Mac Book Pro`, - UnitPrice: 18490.66, - Quantity: 2, - ExtendedPrice: 36981.32, - Freight: 690.66, - Discontinued: false, - Region: `West`, - Address: `191 Main Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 60148 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Estate`, - ShipAddress: `129 Wall Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 80148, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1394, - CustomerName: `Martin Jefferson`, - CustomerFirstName: `Martin`, - CustomerLastName: `Jefferson`, - CustomerAddress: `129 Wall Street, Philadelphia, USA, 80148`, - Salesperson: `Ben Jefferson`, - OrderID: 1344, - OrderDate: `10/13/2022`, - ProductID: 168, - ProductName: `IPhone`, - UnitPrice: 5870.82, - Quantity: 5, - ExtendedPrice: 29354.1, - Freight: 400.82, - Discontinued: false, - Region: `West`, - Address: `129 Wall Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 80148 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Estate`, - ShipAddress: `148 Market Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 70084, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Speedy Express`, - CustomerID: 1395, - CustomerName: `Anna Jefferson`, - CustomerFirstName: `Anna`, - CustomerLastName: `Jefferson`, - CustomerAddress: `148 Market Street, Philadelphia, USA, 70084`, - Salesperson: `Martin Smith`, - OrderID: 1602, - OrderDate: `3/2/2022`, - ProductID: 153, - ProductName: `Samsung Note`, - UnitPrice: 8490.68, - Quantity: 3, - ExtendedPrice: 25472.04, - Freight: 1650.68, - Discontinued: false, - Region: `North East`, - Address: `148 Market Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 70084 - }), - new InvoicesDataItem( - { - ShipName: `Black Home`, - ShipAddress: `152 Wall Street`, - ShipCity: `Miami`, - ShipPostalCode: 90101, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1396, - CustomerName: `Max Black`, - CustomerFirstName: `Max`, - CustomerLastName: `Black`, - CustomerAddress: `152 Wall Street, Miami, USA, 90101`, - Salesperson: `Ben Black`, - OrderID: 1059, - OrderDate: `4/12/2022`, - ProductID: 164, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 12460.5, - Quantity: 3, - ExtendedPrice: 37381.5, - Freight: 280.5, - Discontinued: false, - Region: `North East`, - Address: `152 Wall Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 90101 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Estate`, - ShipAddress: `147 Market Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 50200, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1397, - CustomerName: `Nancy Jackson`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Jackson`, - CustomerAddress: `147 Market Street, Philadelphia, USA, 50200`, - Salesperson: `Nancy Watson`, - OrderID: 1159, - OrderDate: `5/12/2022`, - ProductID: 136, - ProductName: `IPhone`, - UnitPrice: 20790.46, - Quantity: 4, - ExtendedPrice: 83161.84, - Freight: 780.46, - Discontinued: false, - Region: `North East`, - Address: `147 Market Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 50200 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Estate`, - ShipAddress: `106 Main Street`, - ShipCity: `Miami`, - ShipPostalCode: 60064, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1398, - CustomerName: `Max Jackson`, - CustomerFirstName: `Max`, - CustomerLastName: `Jackson`, - CustomerAddress: `106 Main Street, Miami, USA, 60064`, - Salesperson: `Nancy Watson`, - OrderID: 1646, - OrderDate: `2/13/2022`, - ProductID: 143, - ProductName: `IPad`, - UnitPrice: 19180.29, - Quantity: 4, - ExtendedPrice: 76721.16, - Freight: 1760.29, - Discontinued: false, - Region: `North East`, - Address: `106 Main Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 60064 - }), - new InvoicesDataItem( - { - ShipName: `Black Estate`, - ShipAddress: `112 Main Street`, - ShipCity: `Miami`, - ShipPostalCode: 90118, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1399, - CustomerName: `Nancy Black`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Black`, - CustomerAddress: `112 Main Street, Miami, USA, 90118`, - Salesperson: `Martin Black`, - OrderID: 1205, - OrderDate: `9/24/2022`, - ProductID: 109, - ProductName: `IPad`, - UnitPrice: 25950.86, - Quantity: 4, - ExtendedPrice: 103803.44, - Freight: 1780.86, - Discontinued: true, - Region: `North East`, - Address: `112 Main Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 90118 - }), - new InvoicesDataItem( - { - ShipName: `Watson Market`, - ShipAddress: `135 Main Street`, - ShipCity: `Huston`, - ShipPostalCode: 80177, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1400, - CustomerName: `Mike Watson`, - CustomerFirstName: `Mike`, - CustomerLastName: `Watson`, - CustomerAddress: `135 Main Street, Huston, USA, 80177`, - Salesperson: `Max Madison`, - OrderID: 1619, - OrderDate: `7/15/2022`, - ProductID: 174, - ProductName: `Mac Book Pro`, - UnitPrice: 24890.31, - Quantity: 2, - ExtendedPrice: 49780.62, - Freight: 1540.31, - Discontinued: false, - Region: `West`, - Address: `135 Main Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 80177 - }), - new InvoicesDataItem( - { - ShipName: `Smith Home`, - ShipAddress: `156 Main Street`, - ShipCity: `Miami`, - ShipPostalCode: 70110, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Speedy Express`, - CustomerID: 1401, - CustomerName: `Max Smith`, - CustomerFirstName: `Max`, - CustomerLastName: `Smith`, - CustomerAddress: `156 Main Street, Miami, USA, 70110`, - Salesperson: `Anna Watson`, - OrderID: 1160, - OrderDate: `10/21/2022`, - ProductID: 127, - ProductName: `IPad`, - UnitPrice: 18400.21, - Quantity: 3, - ExtendedPrice: 55200.63, - Freight: 580.21, - Discontinued: false, - Region: `South East`, - Address: `156 Main Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 70110 - }), - new InvoicesDataItem( - { - ShipName: `Watson Home`, - ShipAddress: `124 Wall Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 90077, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1402, - CustomerName: `Max Watson`, - CustomerFirstName: `Max`, - CustomerLastName: `Watson`, - CustomerAddress: `124 Wall Street, Los Angeles, USA, 90077`, - Salesperson: `Ben Jefferson`, - OrderID: 1017, - OrderDate: `7/21/2022`, - ProductID: 160, - ProductName: `Samsung Note`, - UnitPrice: 15430.8, - Quantity: 5, - ExtendedPrice: 77154, - Freight: 1660.8, - Discontinued: false, - Region: `North East`, - Address: `124 Wall Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 90077 - }), - new InvoicesDataItem( - { - ShipName: `Black Townhouse`, - ShipAddress: `144 Market Street`, - ShipCity: `New York`, - ShipPostalCode: 50110, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1403, - CustomerName: `Anna Black`, - CustomerFirstName: `Anna`, - CustomerLastName: `Black`, - CustomerAddress: `144 Market Street, New York, USA, 50110`, - Salesperson: `James Jefferson`, - OrderID: 1990, - OrderDate: `5/17/2022`, - ProductID: 112, - ProductName: `IPhone`, - UnitPrice: 20040.37, - Quantity: 3, - ExtendedPrice: 60121.11, - Freight: 1710.37, - Discontinued: false, - Region: `South East`, - Address: `144 Market Street`, - City: `New York`, - Country: `USA`, - PostalCode: 50110 - }), - new InvoicesDataItem( - { - ShipName: `Smith Market`, - ShipAddress: `105 Main Street`, - ShipCity: `Miami`, - ShipPostalCode: 80117, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1404, - CustomerName: `James Smith`, - CustomerFirstName: `James`, - CustomerLastName: `Smith`, - CustomerAddress: `105 Main Street, Miami, USA, 80117`, - Salesperson: `Max Watson`, - OrderID: 1002, - OrderDate: `10/25/2022`, - ProductID: 119, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 28760.88, - Quantity: 5, - ExtendedPrice: 143804.4, - Freight: 1220.88, - Discontinued: false, - Region: `West`, - Address: `105 Main Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 80117 - }), - new InvoicesDataItem( - { - ShipName: `Madison Home`, - ShipAddress: `142 Main Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 90124, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1405, - CustomerName: `Anna Madison`, - CustomerFirstName: `Anna`, - CustomerLastName: `Madison`, - CustomerAddress: `142 Main Street, Los Angeles, USA, 90124`, - Salesperson: `James Madison`, - OrderID: 1433, - OrderDate: `7/22/2022`, - ProductID: 158, - ProductName: `Mac Book Pro`, - UnitPrice: 17750.64, - Quantity: 5, - ExtendedPrice: 88753.2, - Freight: 1300.64, - Discontinued: false, - Region: `West`, - Address: `142 Main Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 90124 - }), - new InvoicesDataItem( - { - ShipName: `Watson Townhouse`, - ShipAddress: `141 Market Street`, - ShipCity: `Huston`, - ShipPostalCode: 50115, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Speedy Express`, - CustomerID: 1406, - CustomerName: `Max Watson`, - CustomerFirstName: `Max`, - CustomerLastName: `Watson`, - CustomerAddress: `141 Market Street, Huston, USA, 50115`, - Salesperson: `Anna Watson`, - OrderID: 1195, - OrderDate: `8/12/2022`, - ProductID: 124, - ProductName: `Mac Book Pro`, - UnitPrice: 22040.48, - Quantity: 2, - ExtendedPrice: 44080.96, - Freight: 1260.48, - Discontinued: false, - Region: `North East`, - Address: `141 Market Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 50115 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Estate`, - ShipAddress: `145 Main Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 70160, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1407, - CustomerName: `Mike Jefferson`, - CustomerFirstName: `Mike`, - CustomerLastName: `Jefferson`, - CustomerAddress: `145 Main Street, Los Angeles, USA, 70160`, - Salesperson: `Max Watson`, - OrderID: 1486, - OrderDate: `1/13/2022`, - ProductID: 103, - ProductName: `Mac Book Air`, - UnitPrice: 29480.67, - Quantity: 3, - ExtendedPrice: 88442.01, - Freight: 1810.67, - Discontinued: false, - Region: `North East`, - Address: `145 Main Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 70160 - }), - new InvoicesDataItem( - { - ShipName: `Black Market`, - ShipAddress: `106 Main Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 80149, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1408, - CustomerName: `Ben Black`, - CustomerFirstName: `Ben`, - CustomerLastName: `Black`, - CustomerAddress: `106 Main Street, Los Angeles, USA, 80149`, - Salesperson: `James Smith`, - OrderID: 1646, - OrderDate: `9/4/2022`, - ProductID: 191, - ProductName: `Mac Book Pro`, - UnitPrice: 5890.71, - Quantity: 5, - ExtendedPrice: 29453.55, - Freight: 670.71, - Discontinued: false, - Region: `North East`, - Address: `106 Main Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 80149 - }), - new InvoicesDataItem( - { - ShipName: `Madison Estate`, - ShipAddress: `171 Market Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 60182, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1409, - CustomerName: `Anna Madison`, - CustomerFirstName: `Anna`, - CustomerLastName: `Madison`, - CustomerAddress: `171 Market Street, Los Angeles, USA, 60182`, - Salesperson: `James Smith`, - OrderID: 1839, - OrderDate: `12/12/2022`, - ProductID: 120, - ProductName: `IPhone`, - UnitPrice: 17510.64, - Quantity: 5, - ExtendedPrice: 87553.2, - Freight: 1150.64, - Discontinued: true, - Region: `West`, - Address: `171 Market Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 60182 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Home`, - ShipAddress: `195 Market Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 60122, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1410, - CustomerName: `Ben Jefferson`, - CustomerFirstName: `Ben`, - CustomerLastName: `Jefferson`, - CustomerAddress: `195 Market Street, Los Angeles, USA, 60122`, - Salesperson: `Martin Madison`, - OrderID: 1925, - OrderDate: `1/22/2022`, - ProductID: 164, - ProductName: `Mac Book Pro`, - UnitPrice: 12920.58, - Quantity: 2, - ExtendedPrice: 25841.16, - Freight: 690.58, - Discontinued: false, - Region: `West`, - Address: `195 Market Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 60122 - }), - new InvoicesDataItem( - { - ShipName: `Black Home`, - ShipAddress: `137 Wall Street`, - ShipCity: `Miami`, - ShipPostalCode: 70152, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Speedy Express`, - CustomerID: 1411, - CustomerName: `James Black`, - CustomerFirstName: `James`, - CustomerLastName: `Black`, - CustomerAddress: `137 Wall Street, Miami, USA, 70152`, - Salesperson: `Anna Jackson`, - OrderID: 1055, - OrderDate: `12/9/2022`, - ProductID: 198, - ProductName: `IPad`, - UnitPrice: 9640.43, - Quantity: 4, - ExtendedPrice: 38561.72, - Freight: 1930.43, - Discontinued: false, - Region: `North East`, - Address: `137 Wall Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 70152 - }), - new InvoicesDataItem( - { - ShipName: `Smith Estate`, - ShipAddress: `129 Wall Street`, - ShipCity: `Miami`, - ShipPostalCode: 50177, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1412, - CustomerName: `Anna Smith`, - CustomerFirstName: `Anna`, - CustomerLastName: `Smith`, - CustomerAddress: `129 Wall Street, Miami, USA, 50177`, - Salesperson: `Martin Smith`, - OrderID: 1845, - OrderDate: `10/21/2022`, - ProductID: 142, - ProductName: `IPad`, - UnitPrice: 16040.31, - Quantity: 3, - ExtendedPrice: 48120.93, - Freight: 1050.31, - Discontinued: false, - Region: `West`, - Address: `129 Wall Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 50177 - }), - new InvoicesDataItem( - { - ShipName: `Black Estate`, - ShipAddress: `174 Main Street`, - ShipCity: `Huston`, - ShipPostalCode: 90080, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1413, - CustomerName: `Mike Black`, - CustomerFirstName: `Mike`, - CustomerLastName: `Black`, - CustomerAddress: `174 Main Street, Huston, USA, 90080`, - Salesperson: `Nancy Jefferson`, - OrderID: 1560, - OrderDate: `6/23/2022`, - ProductID: 110, - ProductName: `Mac Book Pro`, - UnitPrice: 25850.87, - Quantity: 4, - ExtendedPrice: 103403.48, - Freight: 940.87, - Discontinued: false, - Region: `West`, - Address: `174 Main Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 90080 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Market`, - ShipAddress: `139 Market Street`, - ShipCity: `New York`, - ShipPostalCode: 60178, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1414, - CustomerName: `Nancy Jackson`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Jackson`, - CustomerAddress: `139 Market Street, New York, USA, 60178`, - Salesperson: `Pamela Jefferson`, - OrderID: 1102, - OrderDate: `2/18/2022`, - ProductID: 154, - ProductName: `Mac Book Air`, - UnitPrice: 13210.48, - Quantity: 4, - ExtendedPrice: 52841.92, - Freight: 960.48, - Discontinued: false, - Region: `South East`, - Address: `139 Market Street`, - City: `New York`, - Country: `USA`, - PostalCode: 60178 - }), - new InvoicesDataItem( - { - ShipName: `Madison Home`, - ShipAddress: `127 Wall Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 60192, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1415, - CustomerName: `Max Madison`, - CustomerFirstName: `Max`, - CustomerLastName: `Madison`, - CustomerAddress: `127 Wall Street, Los Angeles, USA, 60192`, - Salesperson: `Ben Smith`, - OrderID: 1570, - OrderDate: `5/19/2022`, - ProductID: 105, - ProductName: `Samsung Note`, - UnitPrice: 24890.59, - Quantity: 5, - ExtendedPrice: 124452.95, - Freight: 1860.59, - Discontinued: false, - Region: `West`, - Address: `127 Wall Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 60192 - }), - new InvoicesDataItem( - { - ShipName: `Watson Market`, - ShipAddress: `186 Market Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 90145, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Federal Shipping`, - CustomerID: 1416, - CustomerName: `Max Watson`, - CustomerFirstName: `Max`, - CustomerLastName: `Watson`, - CustomerAddress: `186 Market Street, Philadelphia, USA, 90145`, - Salesperson: `Mike Jefferson`, - OrderID: 1872, - OrderDate: `11/18/2022`, - ProductID: 165, - ProductName: `IPhone`, - UnitPrice: 19720.85, - Quantity: 2, - ExtendedPrice: 39441.7, - Freight: 690.85, - Discontinued: false, - Region: `South East`, - Address: `186 Market Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 90145 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Estate`, - ShipAddress: `198 Main Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 70160, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1417, - CustomerName: `Anna Jackson`, - CustomerFirstName: `Anna`, - CustomerLastName: `Jackson`, - CustomerAddress: `198 Main Street, Philadelphia, USA, 70160`, - Salesperson: `Martin Madison`, - OrderID: 1155, - OrderDate: `11/1/2022`, - ProductID: 138, - ProductName: `IPhone`, - UnitPrice: 12260.46, - Quantity: 2, - ExtendedPrice: 24520.92, - Freight: 1680.46, - Discontinued: false, - Region: `West`, - Address: `198 Main Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 70160 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Townhouse`, - ShipAddress: `110 Main Street`, - ShipCity: `New York`, - ShipPostalCode: 80119, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1418, - CustomerName: `Ben Jefferson`, - CustomerFirstName: `Ben`, - CustomerLastName: `Jefferson`, - CustomerAddress: `110 Main Street, New York, USA, 80119`, - Salesperson: `Anna Black`, - OrderID: 1600, - OrderDate: `8/12/2022`, - ProductID: 118, - ProductName: `Mac Book Air`, - UnitPrice: 9840.45, - Quantity: 4, - ExtendedPrice: 39361.8, - Freight: 1410.45, - Discontinued: false, - Region: `South East`, - Address: `110 Main Street`, - City: `New York`, - Country: `USA`, - PostalCode: 80119 - }), - new InvoicesDataItem( - { - ShipName: `Madison Market`, - ShipAddress: `187 Main Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 50082, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1419, - CustomerName: `Ben Madison`, - CustomerFirstName: `Ben`, - CustomerLastName: `Madison`, - CustomerAddress: `187 Main Street, Los Angeles, USA, 50082`, - Salesperson: `Pamela Watson`, - OrderID: 1451, - OrderDate: `12/10/2022`, - ProductID: 144, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 25180.7, - Quantity: 2, - ExtendedPrice: 50361.4, - Freight: 560.7, - Discontinued: true, - Region: `North East`, - Address: `187 Main Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 50082 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Townhouse`, - ShipAddress: `121 Main Street`, - ShipCity: `Miami`, - ShipPostalCode: 60178, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1420, - CustomerName: `Mike Jackson`, - CustomerFirstName: `Mike`, - CustomerLastName: `Jackson`, - CustomerAddress: `121 Main Street, Miami, USA, 60178`, - Salesperson: `Ben Jackson`, - OrderID: 1294, - OrderDate: `2/18/2022`, - ProductID: 168, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 18670.31, - Quantity: 5, - ExtendedPrice: 93351.55, - Freight: 1410.31, - Discontinued: false, - Region: `West`, - Address: `121 Main Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 60178 - }), - new InvoicesDataItem( - { - ShipName: `Smith Home`, - ShipAddress: `185 Wall Street`, - ShipCity: `New York`, - ShipPostalCode: 50177, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1421, - CustomerName: `Anna Smith`, - CustomerFirstName: `Anna`, - CustomerLastName: `Smith`, - CustomerAddress: `185 Wall Street, New York, USA, 50177`, - Salesperson: `James Watson`, - OrderID: 1095, - OrderDate: `6/16/2022`, - ProductID: 182, - ProductName: `Samsung Note`, - UnitPrice: 10450.44, - Quantity: 5, - ExtendedPrice: 52252.2, - Freight: 1030.44, - Discontinued: false, - Region: `West`, - Address: `185 Wall Street`, - City: `New York`, - Country: `USA`, - PostalCode: 50177 - }), - new InvoicesDataItem( - { - ShipName: `Watson Market`, - ShipAddress: `177 Market Street`, - ShipCity: `New York`, - ShipPostalCode: 90081, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1422, - CustomerName: `Max Watson`, - CustomerFirstName: `Max`, - CustomerLastName: `Watson`, - CustomerAddress: `177 Market Street, New York, USA, 90081`, - Salesperson: `Pamela Smith`, - OrderID: 1333, - OrderDate: `5/21/2022`, - ProductID: 159, - ProductName: `Mac Book Air`, - UnitPrice: 23900.49, - Quantity: 5, - ExtendedPrice: 119502.45, - Freight: 1700.49, - Discontinued: false, - Region: `South East`, - Address: `177 Market Street`, - City: `New York`, - Country: `USA`, - PostalCode: 90081 - }), - new InvoicesDataItem( - { - ShipName: `Watson Home`, - ShipAddress: `106 Market Street`, - ShipCity: `Miami`, - ShipPostalCode: 70099, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Speedy Express`, - CustomerID: 1423, - CustomerName: `Anna Watson`, - CustomerFirstName: `Anna`, - CustomerLastName: `Watson`, - CustomerAddress: `106 Market Street, Miami, USA, 70099`, - Salesperson: `Pamela Jackson`, - OrderID: 1147, - OrderDate: `6/13/2022`, - ProductID: 174, - ProductName: `Mac Book Pro`, - UnitPrice: 29460.63, - Quantity: 2, - ExtendedPrice: 58921.26, - Freight: 1280.63, - Discontinued: false, - Region: `North East`, - Address: `106 Market Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 70099 - }), - new InvoicesDataItem( - { - ShipName: `Madison Townhouse`, - ShipAddress: `179 Main Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 80150, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1424, - CustomerName: `Martin Madison`, - CustomerFirstName: `Martin`, - CustomerLastName: `Madison`, - CustomerAddress: `179 Main Street, Philadelphia, USA, 80150`, - Salesperson: `James Jefferson`, - OrderID: 1595, - OrderDate: `7/19/2022`, - ProductID: 183, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 19060.64, - Quantity: 5, - ExtendedPrice: 95303.2, - Freight: 980.64, - Discontinued: false, - Region: `North East`, - Address: `179 Main Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 80150 - }), - new InvoicesDataItem( - { - ShipName: `Watson Home`, - ShipAddress: `142 Main Street`, - ShipCity: `Huston`, - ShipPostalCode: 90100, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1425, - CustomerName: `Max Watson`, - CustomerFirstName: `Max`, - CustomerLastName: `Watson`, - CustomerAddress: `142 Main Street, Huston, USA, 90100`, - Salesperson: `Martin Black`, - OrderID: 1061, - OrderDate: `4/4/2022`, - ProductID: 118, - ProductName: `IPad`, - UnitPrice: 17400.83, - Quantity: 2, - ExtendedPrice: 34801.66, - Freight: 370.83, - Discontinued: false, - Region: `North East`, - Address: `142 Main Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 90100 - }), - new InvoicesDataItem( - { - ShipName: `Watson Townhouse`, - ShipAddress: `189 Main Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 90144, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1426, - CustomerName: `Max Watson`, - CustomerFirstName: `Max`, - CustomerLastName: `Watson`, - CustomerAddress: `189 Main Street, Philadelphia, USA, 90144`, - Salesperson: `Martin Smith`, - OrderID: 1114, - OrderDate: `2/13/2022`, - ProductID: 146, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 16860.57, - Quantity: 5, - ExtendedPrice: 84302.85, - Freight: 1050.57, - Discontinued: false, - Region: `North East`, - Address: `189 Main Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 90144 - }), - new InvoicesDataItem( - { - ShipName: `Madison Estate`, - ShipAddress: `130 Wall Street`, - ShipCity: `New York`, - ShipPostalCode: 90175, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Speedy Express`, - CustomerID: 1427, - CustomerName: `Pamela Madison`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Madison`, - CustomerAddress: `130 Wall Street, New York, USA, 90175`, - Salesperson: `Nancy Black`, - OrderID: 1716, - OrderDate: `11/6/2022`, - ProductID: 157, - ProductName: `IPad`, - UnitPrice: 19570.85, - Quantity: 3, - ExtendedPrice: 58712.55, - Freight: 1620.85, - Discontinued: false, - Region: `North East`, - Address: `130 Wall Street`, - City: `New York`, - Country: `USA`, - PostalCode: 90175 - }), - new InvoicesDataItem( - { - ShipName: `Smith Market`, - ShipAddress: `144 Market Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 80153, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1428, - CustomerName: `Anna Smith`, - CustomerFirstName: `Anna`, - CustomerLastName: `Smith`, - CustomerAddress: `144 Market Street, Philadelphia, USA, 80153`, - Salesperson: `Mike Smith`, - OrderID: 1523, - OrderDate: `8/5/2022`, - ProductID: 139, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 5100.26, - Quantity: 3, - ExtendedPrice: 15300.78, - Freight: 1630.26, - Discontinued: false, - Region: `North East`, - Address: `144 Market Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 80153 - }), - new InvoicesDataItem( - { - ShipName: `Smith Home`, - ShipAddress: `175 Wall Street`, - ShipCity: `New York`, - ShipPostalCode: 50150, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Speedy Express`, - CustomerID: 1429, - CustomerName: `James Smith`, - CustomerFirstName: `James`, - CustomerLastName: `Smith`, - CustomerAddress: `175 Wall Street, New York, USA, 50150`, - Salesperson: `James Jefferson`, - OrderID: 1027, - OrderDate: `12/7/2022`, - ProductID: 151, - ProductName: `IPad`, - UnitPrice: 18940.75, - Quantity: 4, - ExtendedPrice: 75763, - Freight: 1130.75, - Discontinued: true, - Region: `North East`, - Address: `175 Wall Street`, - City: `New York`, - Country: `USA`, - PostalCode: 50150 - }), - new InvoicesDataItem( - { - ShipName: `Smith Home`, - ShipAddress: `152 Wall Street`, - ShipCity: `New York`, - ShipPostalCode: 70091, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1430, - CustomerName: `Max Smith`, - CustomerFirstName: `Max`, - CustomerLastName: `Smith`, - CustomerAddress: `152 Wall Street, New York, USA, 70091`, - Salesperson: `Ben Smith`, - OrderID: 1626, - OrderDate: `1/1/2022`, - ProductID: 145, - ProductName: `IPhone`, - UnitPrice: 29800.74, - Quantity: 4, - ExtendedPrice: 119202.96, - Freight: 1440.74, - Discontinued: false, - Region: `West`, - Address: `152 Wall Street`, - City: `New York`, - Country: `USA`, - PostalCode: 70091 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Market`, - ShipAddress: `127 Main Street`, - ShipCity: `Miami`, - ShipPostalCode: 90099, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1431, - CustomerName: `Martin Jackson`, - CustomerFirstName: `Martin`, - CustomerLastName: `Jackson`, - CustomerAddress: `127 Main Street, Miami, USA, 90099`, - Salesperson: `Anna Smith`, - OrderID: 1789, - OrderDate: `10/15/2022`, - ProductID: 139, - ProductName: `Mac Book Air`, - UnitPrice: 16220.23, - Quantity: 2, - ExtendedPrice: 32440.46, - Freight: 1170.23, - Discontinued: false, - Region: `West`, - Address: `127 Main Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 90099 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Home`, - ShipAddress: `157 Wall Street`, - ShipCity: `Huston`, - ShipPostalCode: 70162, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Federal Shipping`, - CustomerID: 1432, - CustomerName: `Mike Jefferson`, - CustomerFirstName: `Mike`, - CustomerLastName: `Jefferson`, - CustomerAddress: `157 Wall Street, Huston, USA, 70162`, - Salesperson: `Martin Madison`, - OrderID: 1622, - OrderDate: `6/6/2022`, - ProductID: 133, - ProductName: `Samsung Note`, - UnitPrice: 7410.73, - Quantity: 4, - ExtendedPrice: 29642.92, - Freight: 1660.73, - Discontinued: false, - Region: `South East`, - Address: `157 Wall Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 70162 - }), - new InvoicesDataItem( - { - ShipName: `Smith Home`, - ShipAddress: `159 Market Street`, - ShipCity: `New York`, - ShipPostalCode: 50198, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Speedy Express`, - CustomerID: 1433, - CustomerName: `Mike Smith`, - CustomerFirstName: `Mike`, - CustomerLastName: `Smith`, - CustomerAddress: `159 Market Street, New York, USA, 50198`, - Salesperson: `Mike Smith`, - OrderID: 1961, - OrderDate: `9/7/2022`, - ProductID: 120, - ProductName: `Mac Book Pro`, - UnitPrice: 9150.59, - Quantity: 3, - ExtendedPrice: 27451.77, - Freight: 550.59, - Discontinued: false, - Region: `South East`, - Address: `159 Market Street`, - City: `New York`, - Country: `USA`, - PostalCode: 50198 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Estate`, - ShipAddress: `109 Market Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 60160, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1434, - CustomerName: `Ben Jackson`, - CustomerFirstName: `Ben`, - CustomerLastName: `Jackson`, - CustomerAddress: `109 Market Street, Philadelphia, USA, 60160`, - Salesperson: `Mike Madison`, - OrderID: 1868, - OrderDate: `2/5/2022`, - ProductID: 131, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 20400.46, - Quantity: 2, - ExtendedPrice: 40800.92, - Freight: 1640.46, - Discontinued: false, - Region: `South East`, - Address: `109 Market Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 60160 - }), - new InvoicesDataItem( - { - ShipName: `Madison Estate`, - ShipAddress: `138 Wall Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 80164, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1435, - CustomerName: `Max Madison`, - CustomerFirstName: `Max`, - CustomerLastName: `Madison`, - CustomerAddress: `138 Wall Street, Philadelphia, USA, 80164`, - Salesperson: `Mike Smith`, - OrderID: 1223, - OrderDate: `7/4/2022`, - ProductID: 199, - ProductName: `Samsung Note`, - UnitPrice: 23980.42, - Quantity: 5, - ExtendedPrice: 119902.1, - Freight: 410.42, - Discontinued: false, - Region: `West`, - Address: `138 Wall Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 80164 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Townhouse`, - ShipAddress: `164 Main Street`, - ShipCity: `New York`, - ShipPostalCode: 90183, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1436, - CustomerName: `Pamela Jackson`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Jackson`, - CustomerAddress: `164 Main Street, New York, USA, 90183`, - Salesperson: `James Watson`, - OrderID: 1766, - OrderDate: `7/14/2022`, - ProductID: 160, - ProductName: `Samsung Note`, - UnitPrice: 12280.79, - Quantity: 2, - ExtendedPrice: 24561.58, - Freight: 1140.79, - Discontinued: false, - Region: `West`, - Address: `164 Main Street`, - City: `New York`, - Country: `USA`, - PostalCode: 90183 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Estate`, - ShipAddress: `187 Main Street`, - ShipCity: `New York`, - ShipPostalCode: 80053, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1437, - CustomerName: `Nancy Jefferson`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Jefferson`, - CustomerAddress: `187 Main Street, New York, USA, 80053`, - Salesperson: `Martin Watson`, - OrderID: 1602, - OrderDate: `12/25/2022`, - ProductID: 112, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 14860.39, - Quantity: 5, - ExtendedPrice: 74301.95, - Freight: 1920.39, - Discontinued: false, - Region: `West`, - Address: `187 Main Street`, - City: `New York`, - Country: `USA`, - PostalCode: 80053 - }), - new InvoicesDataItem( - { - ShipName: `Black Market`, - ShipAddress: `197 Wall Street`, - ShipCity: `Miami`, - ShipPostalCode: 50076, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1438, - CustomerName: `Max Black`, - CustomerFirstName: `Max`, - CustomerLastName: `Black`, - CustomerAddress: `197 Wall Street, Miami, USA, 50076`, - Salesperson: `James Jefferson`, - OrderID: 1281, - OrderDate: `3/18/2022`, - ProductID: 102, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 11120.87, - Quantity: 2, - ExtendedPrice: 22241.74, - Freight: 720.87, - Discontinued: false, - Region: `North East`, - Address: `197 Wall Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 50076 - }), - new InvoicesDataItem( - { - ShipName: `Watson Market`, - ShipAddress: `127 Market Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 90067, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1439, - CustomerName: `James Watson`, - CustomerFirstName: `James`, - CustomerLastName: `Watson`, - CustomerAddress: `127 Market Street, Los Angeles, USA, 90067`, - Salesperson: `James Madison`, - OrderID: 1736, - OrderDate: `2/4/2022`, - ProductID: 172, - ProductName: `IPad`, - UnitPrice: 20090.62, - Quantity: 4, - ExtendedPrice: 80362.48, - Freight: 630.62, - Discontinued: true, - Region: `West`, - Address: `127 Market Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 90067 - }), - new InvoicesDataItem( - { - ShipName: `Black Market`, - ShipAddress: `150 Market Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 90161, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1440, - CustomerName: `Max Black`, - CustomerFirstName: `Max`, - CustomerLastName: `Black`, - CustomerAddress: `150 Market Street, Philadelphia, USA, 90161`, - Salesperson: `Anna Watson`, - OrderID: 1683, - OrderDate: `5/15/2022`, - ProductID: 192, - ProductName: `Mac Book Air`, - UnitPrice: 7270.76, - Quantity: 3, - ExtendedPrice: 21812.28, - Freight: 1880.76, - Discontinued: false, - Region: `West`, - Address: `150 Market Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 90161 - }), - new InvoicesDataItem( - { - ShipName: `Watson Townhouse`, - ShipAddress: `128 Market Street`, - ShipCity: `Huston`, - ShipPostalCode: 70131, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1441, - CustomerName: `Pamela Watson`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Watson`, - CustomerAddress: `128 Market Street, Huston, USA, 70131`, - Salesperson: `Ben Smith`, - OrderID: 1652, - OrderDate: `11/16/2022`, - ProductID: 107, - ProductName: `Samsung Note`, - UnitPrice: 23290.38, - Quantity: 2, - ExtendedPrice: 46580.76, - Freight: 400.38, - Discontinued: false, - Region: `West`, - Address: `128 Market Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 70131 - }), - new InvoicesDataItem( - { - ShipName: `Watson Home`, - ShipAddress: `151 Wall Street`, - ShipCity: `Miami`, - ShipPostalCode: 70185, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1442, - CustomerName: `Max Watson`, - CustomerFirstName: `Max`, - CustomerLastName: `Watson`, - CustomerAddress: `151 Wall Street, Miami, USA, 70185`, - Salesperson: `Nancy Black`, - OrderID: 1385, - OrderDate: `6/12/2022`, - ProductID: 110, - ProductName: `Mac Book Pro`, - UnitPrice: 14390.77, - Quantity: 2, - ExtendedPrice: 28781.54, - Freight: 1600.77, - Discontinued: false, - Region: `West`, - Address: `151 Wall Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 70185 - }), - new InvoicesDataItem( - { - ShipName: `Madison Home`, - ShipAddress: `183 Wall Street`, - ShipCity: `New York`, - ShipPostalCode: 60080, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Speedy Express`, - CustomerID: 1443, - CustomerName: `Pamela Madison`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Madison`, - CustomerAddress: `183 Wall Street, New York, USA, 60080`, - Salesperson: `Mike Madison`, - OrderID: 1158, - OrderDate: `3/11/2022`, - ProductID: 172, - ProductName: `Samsung Note`, - UnitPrice: 25230.25, - Quantity: 3, - ExtendedPrice: 75690.75, - Freight: 340.25, - Discontinued: false, - Region: `South East`, - Address: `183 Wall Street`, - City: `New York`, - Country: `USA`, - PostalCode: 60080 - }), - new InvoicesDataItem( - { - ShipName: `Black Estate`, - ShipAddress: `137 Wall Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 80117, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Speedy Express`, - CustomerID: 1444, - CustomerName: `James Black`, - CustomerFirstName: `James`, - CustomerLastName: `Black`, - CustomerAddress: `137 Wall Street, Philadelphia, USA, 80117`, - Salesperson: `Anna Black`, - OrderID: 1310, - OrderDate: `9/5/2022`, - ProductID: 157, - ProductName: `IPad`, - UnitPrice: 21970.48, - Quantity: 2, - ExtendedPrice: 43940.96, - Freight: 1420.48, - Discontinued: false, - Region: `South East`, - Address: `137 Wall Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 80117 - }), - new InvoicesDataItem( - { - ShipName: `Black Market`, - ShipAddress: `158 Wall Street`, - ShipCity: `New York`, - ShipPostalCode: 80138, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1445, - CustomerName: `Anna Black`, - CustomerFirstName: `Anna`, - CustomerLastName: `Black`, - CustomerAddress: `158 Wall Street, New York, USA, 80138`, - Salesperson: `Martin Madison`, - OrderID: 1385, - OrderDate: `5/9/2022`, - ProductID: 127, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 12610.37, - Quantity: 5, - ExtendedPrice: 63051.85, - Freight: 1410.37, - Discontinued: false, - Region: `West`, - Address: `158 Wall Street`, - City: `New York`, - Country: `USA`, - PostalCode: 80138 - }), - new InvoicesDataItem( - { - ShipName: `Madison Home`, - ShipAddress: `145 Wall Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 70189, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1446, - CustomerName: `Mike Madison`, - CustomerFirstName: `Mike`, - CustomerLastName: `Madison`, - CustomerAddress: `145 Wall Street, Los Angeles, USA, 70189`, - Salesperson: `Mike Jackson`, - OrderID: 1725, - OrderDate: `9/6/2022`, - ProductID: 112, - ProductName: `Mac Book Pro`, - UnitPrice: 20520.26, - Quantity: 4, - ExtendedPrice: 82081.04, - Freight: 710.26, - Discontinued: false, - Region: `West`, - Address: `145 Wall Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 70189 - }), - new InvoicesDataItem( - { - ShipName: `Black Estate`, - ShipAddress: `155 Wall Street`, - ShipCity: `Miami`, - ShipPostalCode: 60114, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Speedy Express`, - CustomerID: 1447, - CustomerName: `Pamela Black`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Black`, - CustomerAddress: `155 Wall Street, Miami, USA, 60114`, - Salesperson: `Martin Madison`, - OrderID: 1520, - OrderDate: `6/15/2022`, - ProductID: 174, - ProductName: `IPhone`, - UnitPrice: 16730.88, - Quantity: 2, - ExtendedPrice: 33461.76, - Freight: 1020.88, - Discontinued: false, - Region: `South East`, - Address: `155 Wall Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 60114 - }), - new InvoicesDataItem( - { - ShipName: `Madison Estate`, - ShipAddress: `184 Main Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 80059, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1448, - CustomerName: `Max Madison`, - CustomerFirstName: `Max`, - CustomerLastName: `Madison`, - CustomerAddress: `184 Main Street, Los Angeles, USA, 80059`, - Salesperson: `Max Smith`, - OrderID: 1764, - OrderDate: `4/4/2022`, - ProductID: 147, - ProductName: `Mac Book Air`, - UnitPrice: 29810.31, - Quantity: 2, - ExtendedPrice: 59620.62, - Freight: 1200.31, - Discontinued: false, - Region: `West`, - Address: `184 Main Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 80059 - }), - new InvoicesDataItem( - { - ShipName: `Black Home`, - ShipAddress: `195 Wall Street`, - ShipCity: `Huston`, - ShipPostalCode: 80052, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1449, - CustomerName: `Ben Black`, - CustomerFirstName: `Ben`, - CustomerLastName: `Black`, - CustomerAddress: `195 Wall Street, Huston, USA, 80052`, - Salesperson: `Max Jefferson`, - OrderID: 1325, - OrderDate: `8/23/2022`, - ProductID: 186, - ProductName: `Mac Book Pro`, - UnitPrice: 19780.82, - Quantity: 3, - ExtendedPrice: 59342.46, - Freight: 720.82, - Discontinued: true, - Region: `South East`, - Address: `195 Wall Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 80052 - }), - new InvoicesDataItem( - { - ShipName: `Black Market`, - ShipAddress: `168 Market Street`, - ShipCity: `Miami`, - ShipPostalCode: 70196, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1450, - CustomerName: `Anna Black`, - CustomerFirstName: `Anna`, - CustomerLastName: `Black`, - CustomerAddress: `168 Market Street, Miami, USA, 70196`, - Salesperson: `Martin Madison`, - OrderID: 1216, - OrderDate: `9/9/2022`, - ProductID: 134, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 25110.88, - Quantity: 2, - ExtendedPrice: 50221.76, - Freight: 1040.88, - Discontinued: false, - Region: `West`, - Address: `168 Market Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 70196 - }), - new InvoicesDataItem( - { - ShipName: `Black Estate`, - ShipAddress: `196 Wall Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 70064, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1451, - CustomerName: `Anna Black`, - CustomerFirstName: `Anna`, - CustomerLastName: `Black`, - CustomerAddress: `196 Wall Street, Philadelphia, USA, 70064`, - Salesperson: `Nancy Madison`, - OrderID: 1924, - OrderDate: `9/9/2022`, - ProductID: 108, - ProductName: `IPhone`, - UnitPrice: 14220.86, - Quantity: 2, - ExtendedPrice: 28441.72, - Freight: 1220.86, - Discontinued: false, - Region: `West`, - Address: `196 Wall Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 70064 - }), - new InvoicesDataItem( - { - ShipName: `Madison Home`, - ShipAddress: `125 Wall Street`, - ShipCity: `Huston`, - ShipPostalCode: 90158, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1452, - CustomerName: `Max Madison`, - CustomerFirstName: `Max`, - CustomerLastName: `Madison`, - CustomerAddress: `125 Wall Street, Huston, USA, 90158`, - Salesperson: `Martin Jackson`, - OrderID: 1952, - OrderDate: `8/23/2022`, - ProductID: 177, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 11460.48, - Quantity: 3, - ExtendedPrice: 34381.44, - Freight: 1140.48, - Discontinued: false, - Region: `West`, - Address: `125 Wall Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 90158 - }), - new InvoicesDataItem( - { - ShipName: `Watson Home`, - ShipAddress: `113 Wall Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 50104, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1453, - CustomerName: `Ben Watson`, - CustomerFirstName: `Ben`, - CustomerLastName: `Watson`, - CustomerAddress: `113 Wall Street, Los Angeles, USA, 50104`, - Salesperson: `Mike Black`, - OrderID: 1388, - OrderDate: `7/12/2022`, - ProductID: 142, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 25460.85, - Quantity: 2, - ExtendedPrice: 50921.7, - Freight: 360.85, - Discontinued: false, - Region: `West`, - Address: `113 Wall Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 50104 - }), - new InvoicesDataItem( - { - ShipName: `Black Home`, - ShipAddress: `176 Market Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 90069, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Federal Shipping`, - CustomerID: 1454, - CustomerName: `Nancy Black`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Black`, - CustomerAddress: `176 Market Street, Philadelphia, USA, 90069`, - Salesperson: `Max Jefferson`, - OrderID: 1197, - OrderDate: `9/3/2022`, - ProductID: 132, - ProductName: `IPhone`, - UnitPrice: 5760.67, - Quantity: 3, - ExtendedPrice: 17282.01, - Freight: 1350.67, - Discontinued: false, - Region: `South East`, - Address: `176 Market Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 90069 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Townhouse`, - ShipAddress: `142 Market Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 50098, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1455, - CustomerName: `Max Jefferson`, - CustomerFirstName: `Max`, - CustomerLastName: `Jefferson`, - CustomerAddress: `142 Market Street, Los Angeles, USA, 50098`, - Salesperson: `Nancy Smith`, - OrderID: 1808, - OrderDate: `3/2/2022`, - ProductID: 145, - ProductName: `Mac Book Pro`, - UnitPrice: 18130.62, - Quantity: 3, - ExtendedPrice: 54391.86, - Freight: 660.62, - Discontinued: false, - Region: `North East`, - Address: `142 Market Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 50098 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Home`, - ShipAddress: `184 Main Street`, - ShipCity: `New York`, - ShipPostalCode: 50125, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Speedy Express`, - CustomerID: 1456, - CustomerName: `Pamela Jefferson`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Jefferson`, - CustomerAddress: `184 Main Street, New York, USA, 50125`, - Salesperson: `Pamela Jackson`, - OrderID: 1098, - OrderDate: `9/11/2022`, - ProductID: 106, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 29450.81, - Quantity: 5, - ExtendedPrice: 147254.05, - Freight: 820.81, - Discontinued: false, - Region: `North East`, - Address: `184 Main Street`, - City: `New York`, - Country: `USA`, - PostalCode: 50125 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Market`, - ShipAddress: `190 Main Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 70130, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Speedy Express`, - CustomerID: 1457, - CustomerName: `Nancy Jefferson`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Jefferson`, - CustomerAddress: `190 Main Street, Philadelphia, USA, 70130`, - Salesperson: `Max Madison`, - OrderID: 1942, - OrderDate: `9/1/2022`, - ProductID: 136, - ProductName: `Mac Book Pro`, - UnitPrice: 28790.51, - Quantity: 3, - ExtendedPrice: 86371.53, - Freight: 460.51, - Discontinued: false, - Region: `North East`, - Address: `190 Main Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 70130 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Market`, - ShipAddress: `121 Main Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 70093, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1458, - CustomerName: `Mike Jefferson`, - CustomerFirstName: `Mike`, - CustomerLastName: `Jefferson`, - CustomerAddress: `121 Main Street, Los Angeles, USA, 70093`, - Salesperson: `James Black`, - OrderID: 1815, - OrderDate: `6/16/2022`, - ProductID: 144, - ProductName: `Mac Book Pro`, - UnitPrice: 9060.8, - Quantity: 3, - ExtendedPrice: 27182.4, - Freight: 1990.8, - Discontinued: false, - Region: `North East`, - Address: `121 Main Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 70093 - }), - new InvoicesDataItem( - { - ShipName: `Smith Home`, - ShipAddress: `111 Main Street`, - ShipCity: `Huston`, - ShipPostalCode: 50082, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1459, - CustomerName: `Nancy Smith`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Smith`, - CustomerAddress: `111 Main Street, Huston, USA, 50082`, - Salesperson: `Max Black`, - OrderID: 1551, - OrderDate: `4/6/2022`, - ProductID: 130, - ProductName: `Mac Book Pro`, - UnitPrice: 29370.56, - Quantity: 3, - ExtendedPrice: 88111.68, - Freight: 1970.56, - Discontinued: true, - Region: `North East`, - Address: `111 Main Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 50082 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Market`, - ShipAddress: `128 Market Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 90155, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1460, - CustomerName: `Max Jefferson`, - CustomerFirstName: `Max`, - CustomerLastName: `Jefferson`, - CustomerAddress: `128 Market Street, Los Angeles, USA, 90155`, - Salesperson: `James Smith`, - OrderID: 1660, - OrderDate: `6/6/2022`, - ProductID: 175, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 29130.58, - Quantity: 2, - ExtendedPrice: 58261.16, - Freight: 340.58, - Discontinued: false, - Region: `West`, - Address: `128 Market Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 90155 - }), - new InvoicesDataItem( - { - ShipName: `Smith Home`, - ShipAddress: `159 Main Street`, - ShipCity: `Huston`, - ShipPostalCode: 60166, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1461, - CustomerName: `Mike Smith`, - CustomerFirstName: `Mike`, - CustomerLastName: `Smith`, - CustomerAddress: `159 Main Street, Huston, USA, 60166`, - Salesperson: `Mike Black`, - OrderID: 1860, - OrderDate: `5/20/2022`, - ProductID: 197, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 18630.66, - Quantity: 4, - ExtendedPrice: 74522.64, - Freight: 1540.66, - Discontinued: false, - Region: `South East`, - Address: `159 Main Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 60166 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Home`, - ShipAddress: `115 Market Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 60171, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1462, - CustomerName: `Nancy Jefferson`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Jefferson`, - CustomerAddress: `115 Market Street, Los Angeles, USA, 60171`, - Salesperson: `Mike Jackson`, - OrderID: 1312, - OrderDate: `9/12/2022`, - ProductID: 182, - ProductName: `Samsung Note`, - UnitPrice: 19120.8, - Quantity: 3, - ExtendedPrice: 57362.4, - Freight: 470.8, - Discontinued: false, - Region: `North East`, - Address: `115 Market Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 60171 - }), - new InvoicesDataItem( - { - ShipName: `Watson Townhouse`, - ShipAddress: `184 Main Street`, - ShipCity: `New York`, - ShipPostalCode: 80169, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1463, - CustomerName: `Nancy Watson`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Watson`, - CustomerAddress: `184 Main Street, New York, USA, 80169`, - Salesperson: `Nancy Madison`, - OrderID: 1738, - OrderDate: `1/7/2022`, - ProductID: 161, - ProductName: `Mac Book Air`, - UnitPrice: 9160.8, - Quantity: 2, - ExtendedPrice: 18321.6, - Freight: 1850.8, - Discontinued: false, - Region: `West`, - Address: `184 Main Street`, - City: `New York`, - Country: `USA`, - PostalCode: 80169 - }), - new InvoicesDataItem( - { - ShipName: `Black Market`, - ShipAddress: `147 Main Street`, - ShipCity: `Miami`, - ShipPostalCode: 60068, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Speedy Express`, - CustomerID: 1464, - CustomerName: `Ben Black`, - CustomerFirstName: `Ben`, - CustomerLastName: `Black`, - CustomerAddress: `147 Main Street, Miami, USA, 60068`, - Salesperson: `Nancy Madison`, - OrderID: 1981, - OrderDate: `5/23/2022`, - ProductID: 110, - ProductName: `Samsung Note`, - UnitPrice: 19100.54, - Quantity: 5, - ExtendedPrice: 95502.7, - Freight: 1720.54, - Discontinued: false, - Region: `North East`, - Address: `147 Main Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 60068 - }), - new InvoicesDataItem( - { - ShipName: `Black Market`, - ShipAddress: `143 Wall Street`, - ShipCity: `Huston`, - ShipPostalCode: 80182, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Speedy Express`, - CustomerID: 1465, - CustomerName: `Ben Black`, - CustomerFirstName: `Ben`, - CustomerLastName: `Black`, - CustomerAddress: `143 Wall Street, Huston, USA, 80182`, - Salesperson: `Anna Watson`, - OrderID: 1067, - OrderDate: `12/19/2022`, - ProductID: 103, - ProductName: `Samsung Note`, - UnitPrice: 28900.7, - Quantity: 3, - ExtendedPrice: 86702.1, - Freight: 770.7, - Discontinued: false, - Region: `North East`, - Address: `143 Wall Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 80182 - }), - new InvoicesDataItem( - { - ShipName: `Watson Estate`, - ShipAddress: `170 Main Street`, - ShipCity: `New York`, - ShipPostalCode: 60155, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1466, - CustomerName: `Max Watson`, - CustomerFirstName: `Max`, - CustomerLastName: `Watson`, - CustomerAddress: `170 Main Street, New York, USA, 60155`, - Salesperson: `James Jackson`, - OrderID: 1746, - OrderDate: `9/2/2022`, - ProductID: 148, - ProductName: `IPad`, - UnitPrice: 25390.4, - Quantity: 5, - ExtendedPrice: 126952, - Freight: 550.4, - Discontinued: false, - Region: `South East`, - Address: `170 Main Street`, - City: `New York`, - Country: `USA`, - PostalCode: 60155 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Market`, - ShipAddress: `111 Wall Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 60079, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1467, - CustomerName: `Pamela Jackson`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Jackson`, - CustomerAddress: `111 Wall Street, Philadelphia, USA, 60079`, - Salesperson: `Nancy Jefferson`, - OrderID: 1334, - OrderDate: `5/23/2022`, - ProductID: 129, - ProductName: `Mac Book Air`, - UnitPrice: 14520.65, - Quantity: 2, - ExtendedPrice: 29041.3, - Freight: 1250.65, - Discontinued: false, - Region: `West`, - Address: `111 Wall Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 60079 - }), - new InvoicesDataItem( - { - ShipName: `Black Market`, - ShipAddress: `153 Wall Street`, - ShipCity: `Huston`, - ShipPostalCode: 90056, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Speedy Express`, - CustomerID: 1468, - CustomerName: `Anna Black`, - CustomerFirstName: `Anna`, - CustomerLastName: `Black`, - CustomerAddress: `153 Wall Street, Huston, USA, 90056`, - Salesperson: `Anna Jackson`, - OrderID: 1230, - OrderDate: `4/15/2022`, - ProductID: 128, - ProductName: `IPhone`, - UnitPrice: 14930.82, - Quantity: 5, - ExtendedPrice: 74654.1, - Freight: 1470.82, - Discontinued: false, - Region: `North East`, - Address: `153 Wall Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 90056 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Market`, - ShipAddress: `143 Main Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 50070, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Speedy Express`, - CustomerID: 1469, - CustomerName: `Max Jackson`, - CustomerFirstName: `Max`, - CustomerLastName: `Jackson`, - CustomerAddress: `143 Main Street, Philadelphia, USA, 50070`, - Salesperson: `Nancy Madison`, - OrderID: 1761, - OrderDate: `1/23/2022`, - ProductID: 136, - ProductName: `IPad`, - UnitPrice: 10810.43, - Quantity: 4, - ExtendedPrice: 43241.72, - Freight: 1910.43, - Discontinued: true, - Region: `South East`, - Address: `143 Main Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 50070 - }), - new InvoicesDataItem( - { - ShipName: `Black Estate`, - ShipAddress: `174 Market Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 80126, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1470, - CustomerName: `Pamela Black`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Black`, - CustomerAddress: `174 Market Street, Philadelphia, USA, 80126`, - Salesperson: `Martin Madison`, - OrderID: 1217, - OrderDate: `7/7/2022`, - ProductID: 170, - ProductName: `IPhone`, - UnitPrice: 16660.27, - Quantity: 4, - ExtendedPrice: 66641.08, - Freight: 790.27, - Discontinued: false, - Region: `North East`, - Address: `174 Market Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 80126 - }), - new InvoicesDataItem( - { - ShipName: `Smith Home`, - ShipAddress: `189 Wall Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 60161, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Speedy Express`, - CustomerID: 1471, - CustomerName: `Max Smith`, - CustomerFirstName: `Max`, - CustomerLastName: `Smith`, - CustomerAddress: `189 Wall Street, Los Angeles, USA, 60161`, - Salesperson: `Max Madison`, - OrderID: 1882, - OrderDate: `11/5/2022`, - ProductID: 141, - ProductName: `Mac Book Air`, - UnitPrice: 18210.39, - Quantity: 3, - ExtendedPrice: 54631.17, - Freight: 990.39, - Discontinued: false, - Region: `South East`, - Address: `189 Wall Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 60161 - }), - new InvoicesDataItem( - { - ShipName: `Black Market`, - ShipAddress: `193 Market Street`, - ShipCity: `Huston`, - ShipPostalCode: 50163, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Speedy Express`, - CustomerID: 1472, - CustomerName: `Max Black`, - CustomerFirstName: `Max`, - CustomerLastName: `Black`, - CustomerAddress: `193 Market Street, Huston, USA, 50163`, - Salesperson: `Mike Black`, - OrderID: 1855, - OrderDate: `5/3/2022`, - ProductID: 188, - ProductName: `Samsung Note`, - UnitPrice: 9860.59, - Quantity: 5, - ExtendedPrice: 49302.95, - Freight: 1610.59, - Discontinued: false, - Region: `South East`, - Address: `193 Market Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 50163 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Townhouse`, - ShipAddress: `128 Main Street`, - ShipCity: `Miami`, - ShipPostalCode: 60162, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1473, - CustomerName: `Max Jackson`, - CustomerFirstName: `Max`, - CustomerLastName: `Jackson`, - CustomerAddress: `128 Main Street, Miami, USA, 60162`, - Salesperson: `Nancy Black`, - OrderID: 1087, - OrderDate: `4/5/2022`, - ProductID: 166, - ProductName: `Mac Book Air`, - UnitPrice: 12090.33, - Quantity: 4, - ExtendedPrice: 48361.32, - Freight: 1020.33, - Discontinued: false, - Region: `West`, - Address: `128 Main Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 60162 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Townhouse`, - ShipAddress: `179 Wall Street`, - ShipCity: `New York`, - ShipPostalCode: 50104, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1474, - CustomerName: `Ben Jackson`, - CustomerFirstName: `Ben`, - CustomerLastName: `Jackson`, - CustomerAddress: `179 Wall Street, New York, USA, 50104`, - Salesperson: `Martin Black`, - OrderID: 1121, - OrderDate: `12/2/2022`, - ProductID: 169, - ProductName: `IPad`, - UnitPrice: 18020.22, - Quantity: 4, - ExtendedPrice: 72080.88, - Freight: 830.22, - Discontinued: false, - Region: `West`, - Address: `179 Wall Street`, - City: `New York`, - Country: `USA`, - PostalCode: 50104 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Townhouse`, - ShipAddress: `168 Market Street`, - ShipCity: `Huston`, - ShipPostalCode: 60117, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1475, - CustomerName: `Martin Jackson`, - CustomerFirstName: `Martin`, - CustomerLastName: `Jackson`, - CustomerAddress: `168 Market Street, Huston, USA, 60117`, - Salesperson: `James Madison`, - OrderID: 1965, - OrderDate: `10/17/2022`, - ProductID: 166, - ProductName: `Mac Book Pro`, - UnitPrice: 6770.39, - Quantity: 5, - ExtendedPrice: 33851.95, - Freight: 240.39, - Discontinued: false, - Region: `West`, - Address: `168 Market Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 60117 - }), - new InvoicesDataItem( - { - ShipName: `Black Market`, - ShipAddress: `195 Wall Street`, - ShipCity: `Huston`, - ShipPostalCode: 50103, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1476, - CustomerName: `Mike Black`, - CustomerFirstName: `Mike`, - CustomerLastName: `Black`, - CustomerAddress: `195 Wall Street, Huston, USA, 50103`, - Salesperson: `Ben Jackson`, - OrderID: 1241, - OrderDate: `2/3/2022`, - ProductID: 159, - ProductName: `Samsung Note`, - UnitPrice: 14250.8, - Quantity: 5, - ExtendedPrice: 71254, - Freight: 1870.8, - Discontinued: false, - Region: `North East`, - Address: `195 Wall Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 50103 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Market`, - ShipAddress: `192 Main Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 70069, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1477, - CustomerName: `Pamela Jefferson`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Jefferson`, - CustomerAddress: `192 Main Street, Los Angeles, USA, 70069`, - Salesperson: `Pamela Watson`, - OrderID: 1440, - OrderDate: `6/4/2022`, - ProductID: 191, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 23000.87, - Quantity: 3, - ExtendedPrice: 69002.61, - Freight: 1680.87, - Discontinued: false, - Region: `North East`, - Address: `192 Main Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 70069 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Estate`, - ShipAddress: `139 Wall Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 50143, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1478, - CustomerName: `Pamela Jefferson`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Jefferson`, - CustomerAddress: `139 Wall Street, Philadelphia, USA, 50143`, - Salesperson: `Nancy Madison`, - OrderID: 1507, - OrderDate: `10/10/2022`, - ProductID: 176, - ProductName: `Mac Book Air`, - UnitPrice: 25490.8, - Quantity: 3, - ExtendedPrice: 76472.4, - Freight: 830.8, - Discontinued: false, - Region: `North East`, - Address: `139 Wall Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 50143 - }), - new InvoicesDataItem( - { - ShipName: `Madison Estate`, - ShipAddress: `131 Wall Street`, - ShipCity: `Miami`, - ShipPostalCode: 80108, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Federal Shipping`, - CustomerID: 1479, - CustomerName: `Mike Madison`, - CustomerFirstName: `Mike`, - CustomerLastName: `Madison`, - CustomerAddress: `131 Wall Street, Miami, USA, 80108`, - Salesperson: `Ben Jefferson`, - OrderID: 1702, - OrderDate: `10/16/2022`, - ProductID: 174, - ProductName: `Mac Book Pro`, - UnitPrice: 28620.58, - Quantity: 4, - ExtendedPrice: 114482.32, - Freight: 950.58, - Discontinued: true, - Region: `South East`, - Address: `131 Wall Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 80108 - }), - new InvoicesDataItem( - { - ShipName: `Smith Estate`, - ShipAddress: `127 Market Street`, - ShipCity: `Huston`, - ShipPostalCode: 90097, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Speedy Express`, - CustomerID: 1480, - CustomerName: `James Smith`, - CustomerFirstName: `James`, - CustomerLastName: `Smith`, - CustomerAddress: `127 Market Street, Huston, USA, 90097`, - Salesperson: `Pamela Black`, - OrderID: 1875, - OrderDate: `7/24/2022`, - ProductID: 164, - ProductName: `Mac Book Air`, - UnitPrice: 6750.85, - Quantity: 2, - ExtendedPrice: 13501.7, - Freight: 1160.85, - Discontinued: false, - Region: `North East`, - Address: `127 Market Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 90097 - }), - new InvoicesDataItem( - { - ShipName: `Madison Home`, - ShipAddress: `190 Market Street`, - ShipCity: `New York`, - ShipPostalCode: 70142, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1481, - CustomerName: `Pamela Madison`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Madison`, - CustomerAddress: `190 Market Street, New York, USA, 70142`, - Salesperson: `Pamela Smith`, - OrderID: 1373, - OrderDate: `5/19/2022`, - ProductID: 108, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 17230.33, - Quantity: 3, - ExtendedPrice: 51690.99, - Freight: 1270.33, - Discontinued: false, - Region: `West`, - Address: `190 Market Street`, - City: `New York`, - Country: `USA`, - PostalCode: 70142 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Market`, - ShipAddress: `179 Main Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 90146, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1482, - CustomerName: `Nancy Jackson`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Jackson`, - CustomerAddress: `179 Main Street, Philadelphia, USA, 90146`, - Salesperson: `James Jefferson`, - OrderID: 1452, - OrderDate: `5/16/2022`, - ProductID: 170, - ProductName: `Mac Book Air`, - UnitPrice: 8320.5, - Quantity: 4, - ExtendedPrice: 33282, - Freight: 510.5, - Discontinued: false, - Region: `North East`, - Address: `179 Main Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 90146 - }), - new InvoicesDataItem( - { - ShipName: `Black Townhouse`, - ShipAddress: `183 Main Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 90165, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1483, - CustomerName: `Anna Black`, - CustomerFirstName: `Anna`, - CustomerLastName: `Black`, - CustomerAddress: `183 Main Street, Los Angeles, USA, 90165`, - Salesperson: `Max Watson`, - OrderID: 1835, - OrderDate: `9/8/2022`, - ProductID: 198, - ProductName: `Samsung Note`, - UnitPrice: 13800.6, - Quantity: 3, - ExtendedPrice: 41401.8, - Freight: 700.6, - Discontinued: false, - Region: `West`, - Address: `183 Main Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 90165 - }), - new InvoicesDataItem( - { - ShipName: `Black Townhouse`, - ShipAddress: `108 Main Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 50151, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Speedy Express`, - CustomerID: 1484, - CustomerName: `Max Black`, - CustomerFirstName: `Max`, - CustomerLastName: `Black`, - CustomerAddress: `108 Main Street, Philadelphia, USA, 50151`, - Salesperson: `Mike Jefferson`, - OrderID: 1448, - OrderDate: `11/16/2022`, - ProductID: 103, - ProductName: `Samsung Note`, - UnitPrice: 21840.84, - Quantity: 5, - ExtendedPrice: 109204.2, - Freight: 1500.84, - Discontinued: false, - Region: `South East`, - Address: `108 Main Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 50151 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Estate`, - ShipAddress: `150 Market Street`, - ShipCity: `New York`, - ShipPostalCode: 80053, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1485, - CustomerName: `James Jefferson`, - CustomerFirstName: `James`, - CustomerLastName: `Jefferson`, - CustomerAddress: `150 Market Street, New York, USA, 80053`, - Salesperson: `Anna Black`, - OrderID: 1160, - OrderDate: `6/7/2022`, - ProductID: 156, - ProductName: `IPhone`, - UnitPrice: 24480.65, - Quantity: 2, - ExtendedPrice: 48961.3, - Freight: 860.65, - Discontinued: false, - Region: `West`, - Address: `150 Market Street`, - City: `New York`, - Country: `USA`, - PostalCode: 80053 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Estate`, - ShipAddress: `121 Wall Street`, - ShipCity: `Miami`, - ShipPostalCode: 50087, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Speedy Express`, - CustomerID: 1486, - CustomerName: `Mike Jefferson`, - CustomerFirstName: `Mike`, - CustomerLastName: `Jefferson`, - CustomerAddress: `121 Wall Street, Miami, USA, 50087`, - Salesperson: `Anna Jackson`, - OrderID: 1277, - OrderDate: `8/16/2022`, - ProductID: 108, - ProductName: `Mac Book Air`, - UnitPrice: 27370.31, - Quantity: 2, - ExtendedPrice: 54740.62, - Freight: 350.31, - Discontinued: false, - Region: `North East`, - Address: `121 Wall Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 50087 - }), - new InvoicesDataItem( - { - ShipName: `Watson Townhouse`, - ShipAddress: `187 Market Street`, - ShipCity: `Miami`, - ShipPostalCode: 90094, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1487, - CustomerName: `Anna Watson`, - CustomerFirstName: `Anna`, - CustomerLastName: `Watson`, - CustomerAddress: `187 Market Street, Miami, USA, 90094`, - Salesperson: `Pamela Jefferson`, - OrderID: 1895, - OrderDate: `7/18/2022`, - ProductID: 138, - ProductName: `IPad`, - UnitPrice: 15270.6, - Quantity: 3, - ExtendedPrice: 45811.8, - Freight: 1920.6, - Discontinued: false, - Region: `West`, - Address: `187 Market Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 90094 - }), - new InvoicesDataItem( - { - ShipName: `Watson Market`, - ShipAddress: `142 Main Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 50160, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1488, - CustomerName: `Pamela Watson`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Watson`, - CustomerAddress: `142 Main Street, Los Angeles, USA, 50160`, - Salesperson: `Max Smith`, - OrderID: 1559, - OrderDate: `11/2/2022`, - ProductID: 129, - ProductName: `Samsung Note`, - UnitPrice: 19940.22, - Quantity: 5, - ExtendedPrice: 99701.1, - Freight: 540.22, - Discontinued: false, - Region: `West`, - Address: `142 Main Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 50160 - }), - new InvoicesDataItem( - { - ShipName: `Black Townhouse`, - ShipAddress: `190 Market Street`, - ShipCity: `Miami`, - ShipPostalCode: 60164, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Speedy Express`, - CustomerID: 1489, - CustomerName: `James Black`, - CustomerFirstName: `James`, - CustomerLastName: `Black`, - CustomerAddress: `190 Market Street, Miami, USA, 60164`, - Salesperson: `Nancy Jefferson`, - OrderID: 1144, - OrderDate: `5/7/2022`, - ProductID: 169, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 29010.82, - Quantity: 4, - ExtendedPrice: 116043.28, - Freight: 1870.82, - Discontinued: true, - Region: `North East`, - Address: `190 Market Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 60164 - }), - new InvoicesDataItem( - { - ShipName: `Madison Market`, - ShipAddress: `180 Main Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 70181, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1490, - CustomerName: `Ben Madison`, - CustomerFirstName: `Ben`, - CustomerLastName: `Madison`, - CustomerAddress: `180 Main Street, Philadelphia, USA, 70181`, - Salesperson: `Ben Black`, - OrderID: 1396, - OrderDate: `2/24/2022`, - ProductID: 137, - ProductName: `IPhone`, - UnitPrice: 15420.8, - Quantity: 4, - ExtendedPrice: 61683.2, - Freight: 1870.8, - Discontinued: false, - Region: `West`, - Address: `180 Main Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 70181 - }), - new InvoicesDataItem( - { - ShipName: `Watson Home`, - ShipAddress: `152 Market Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 60139, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Speedy Express`, - CustomerID: 1491, - CustomerName: `Anna Watson`, - CustomerFirstName: `Anna`, - CustomerLastName: `Watson`, - CustomerAddress: `152 Market Street, Philadelphia, USA, 60139`, - Salesperson: `Mike Madison`, - OrderID: 1733, - OrderDate: `9/23/2022`, - ProductID: 117, - ProductName: `Mac Book Pro`, - UnitPrice: 26430.79, - Quantity: 5, - ExtendedPrice: 132153.95, - Freight: 270.79, - Discontinued: false, - Region: `North East`, - Address: `152 Market Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 60139 - }), - new InvoicesDataItem( - { - ShipName: `Black Home`, - ShipAddress: `176 Main Street`, - ShipCity: `Miami`, - ShipPostalCode: 60072, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1492, - CustomerName: `Nancy Black`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Black`, - CustomerAddress: `176 Main Street, Miami, USA, 60072`, - Salesperson: `Mike Black`, - OrderID: 1473, - OrderDate: `6/23/2022`, - ProductID: 175, - ProductName: `Samsung Note`, - UnitPrice: 18440.43, - Quantity: 4, - ExtendedPrice: 73761.72, - Freight: 1770.43, - Discontinued: false, - Region: `West`, - Address: `176 Main Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 60072 - }), - new InvoicesDataItem( - { - ShipName: `Madison Home`, - ShipAddress: `120 Main Street`, - ShipCity: `Miami`, - ShipPostalCode: 80161, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1493, - CustomerName: `Martin Madison`, - CustomerFirstName: `Martin`, - CustomerLastName: `Madison`, - CustomerAddress: `120 Main Street, Miami, USA, 80161`, - Salesperson: `Ben Watson`, - OrderID: 1674, - OrderDate: `5/1/2022`, - ProductID: 175, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 23490.67, - Quantity: 3, - ExtendedPrice: 70472.01, - Freight: 820.67, - Discontinued: false, - Region: `West`, - Address: `120 Main Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 80161 - }), - new InvoicesDataItem( - { - ShipName: `Black Estate`, - ShipAddress: `127 Main Street`, - ShipCity: `Miami`, - ShipPostalCode: 90183, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1494, - CustomerName: `Ben Black`, - CustomerFirstName: `Ben`, - CustomerLastName: `Black`, - CustomerAddress: `127 Main Street, Miami, USA, 90183`, - Salesperson: `Pamela Smith`, - OrderID: 1279, - OrderDate: `2/9/2022`, - ProductID: 108, - ProductName: `Samsung Note`, - UnitPrice: 7560.83, - Quantity: 4, - ExtendedPrice: 30243.32, - Freight: 470.83, - Discontinued: false, - Region: `West`, - Address: `127 Main Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 90183 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Estate`, - ShipAddress: `129 Market Street`, - ShipCity: `New York`, - ShipPostalCode: 50067, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1495, - CustomerName: `Pamela Jackson`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Jackson`, - CustomerAddress: `129 Market Street, New York, USA, 50067`, - Salesperson: `Nancy Jackson`, - OrderID: 1502, - OrderDate: `9/25/2022`, - ProductID: 175, - ProductName: `Samsung Note`, - UnitPrice: 24020.51, - Quantity: 4, - ExtendedPrice: 96082.04, - Freight: 1320.51, - Discontinued: false, - Region: `South East`, - Address: `129 Market Street`, - City: `New York`, - Country: `USA`, - PostalCode: 50067 - }), - new InvoicesDataItem( - { - ShipName: `Madison Townhouse`, - ShipAddress: `118 Market Street`, - ShipCity: `New York`, - ShipPostalCode: 70088, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1496, - CustomerName: `Mike Madison`, - CustomerFirstName: `Mike`, - CustomerLastName: `Madison`, - CustomerAddress: `118 Market Street, New York, USA, 70088`, - Salesperson: `Anna Watson`, - OrderID: 1672, - OrderDate: `7/8/2022`, - ProductID: 178, - ProductName: `Mac Book Air`, - UnitPrice: 9150.21, - Quantity: 2, - ExtendedPrice: 18300.42, - Freight: 470.21, - Discontinued: false, - Region: `West`, - Address: `118 Market Street`, - City: `New York`, - Country: `USA`, - PostalCode: 70088 - }), - new InvoicesDataItem( - { - ShipName: `Watson Townhouse`, - ShipAddress: `146 Main Street`, - ShipCity: `Huston`, - ShipPostalCode: 60135, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Speedy Express`, - CustomerID: 1497, - CustomerName: `Mike Watson`, - CustomerFirstName: `Mike`, - CustomerLastName: `Watson`, - CustomerAddress: `146 Main Street, Huston, USA, 60135`, - Salesperson: `Anna Black`, - OrderID: 1449, - OrderDate: `4/4/2022`, - ProductID: 194, - ProductName: `IPhone`, - UnitPrice: 19390.48, - Quantity: 4, - ExtendedPrice: 77561.92, - Freight: 1350.48, - Discontinued: false, - Region: `North East`, - Address: `146 Main Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 60135 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Home`, - ShipAddress: `146 Market Street`, - ShipCity: `Huston`, - ShipPostalCode: 80195, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1498, - CustomerName: `Pamela Jefferson`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Jefferson`, - CustomerAddress: `146 Market Street, Huston, USA, 80195`, - Salesperson: `Ben Black`, - OrderID: 1100, - OrderDate: `7/1/2022`, - ProductID: 103, - ProductName: `IPhone`, - UnitPrice: 12430.89, - Quantity: 3, - ExtendedPrice: 37292.67, - Freight: 1060.89, - Discontinued: false, - Region: `North East`, - Address: `146 Market Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 80195 - }), + new InvoicesDataItem({ ShipName: `Jefferson Home`, ShipAddress: `124 Wall Street`, ShipCity: `Miami`, ShipPostalCode: 60098, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1000, CustomerName: `Martin Jefferson`, CustomerFirstName: `Martin`, CustomerLastName: `Jefferson`, CustomerAddress: `124 Wall Street, Miami, USA, 60098`, Salesperson: `Nancy Jefferson`, OrderID: 1931, OrderDate: `3/14/2022`, ProductID: 189, ProductName: `IPad`, UnitPrice: 16150.61, Quantity: 3, ExtendedPrice: 48451.83, Freight: 980.61, Discontinued: false, Region: `South East`, Address: `124 Wall Street`, City: `Miami`, Country: `USA`, PostalCode: 60098 }), + new InvoicesDataItem({ ShipName: `Black Home`, ShipAddress: `162 Main Street`, ShipCity: `Miami`, ShipPostalCode: 80193, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1001, CustomerName: `Anna Black`, CustomerFirstName: `Anna`, CustomerLastName: `Black`, CustomerAddress: `162 Main Street, Miami, USA, 80193`, Salesperson: `Anna Smith`, OrderID: 1163, OrderDate: `5/22/2022`, ProductID: 138, ProductName: `Mac Book Pro`, UnitPrice: 18520.59, Quantity: 4, ExtendedPrice: 74082.36, Freight: 850.59, Discontinued: false, Region: `West`, Address: `162 Main Street`, City: `Miami`, Country: `USA`, PostalCode: 80193 }), + new InvoicesDataItem({ ShipName: `Watson Townhouse`, ShipAddress: `164 Wall Street`, ShipCity: `Miami`, ShipPostalCode: 50111, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1002, CustomerName: `Max Watson`, CustomerFirstName: `Max`, CustomerLastName: `Watson`, CustomerAddress: `164 Wall Street, Miami, USA, 50111`, Salesperson: `Martin Watson`, OrderID: 1230, OrderDate: `2/9/2022`, ProductID: 118, ProductName: `Mac Book Air`, UnitPrice: 25310.39, Quantity: 3, ExtendedPrice: 75931.17, Freight: 210.39, Discontinued: false, Region: `West`, Address: `164 Wall Street`, City: `Miami`, Country: `USA`, PostalCode: 50111 }), + new InvoicesDataItem({ ShipName: `Madison Townhouse`, ShipAddress: `124 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 90123, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1003, CustomerName: `Max Madison`, CustomerFirstName: `Max`, CustomerLastName: `Madison`, CustomerAddress: `124 Market Street, Philadelphia, USA, 90123`, Salesperson: `Anna Black`, OrderID: 1176, OrderDate: `6/3/2022`, ProductID: 169, ProductName: `Samsung Galaxy 22`, UnitPrice: 29890.86, Quantity: 4, ExtendedPrice: 119563.44, Freight: 800.86, Discontinued: false, Region: `South East`, Address: `124 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 90123 }), + new InvoicesDataItem({ ShipName: `Jackson Townhouse`, ShipAddress: `181 Market Street`, ShipCity: `Miami`, ShipPostalCode: 90095, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1004, CustomerName: `Pamela Jackson`, CustomerFirstName: `Pamela`, CustomerLastName: `Jackson`, CustomerAddress: `181 Market Street, Miami, USA, 90095`, Salesperson: `Max Black`, OrderID: 1382, OrderDate: `1/10/2022`, ProductID: 185, ProductName: `Samsung Note`, UnitPrice: 7810.61, Quantity: 2, ExtendedPrice: 15621.22, Freight: 1790.61, Discontinued: false, Region: `West`, Address: `181 Market Street`, City: `Miami`, Country: `USA`, PostalCode: 90095 }), + new InvoicesDataItem({ ShipName: `Jefferson Home`, ShipAddress: `188 Wall Street`, ShipCity: `Los Angeles`, ShipPostalCode: 50149, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1005, CustomerName: `Mike Jefferson`, CustomerFirstName: `Mike`, CustomerLastName: `Jefferson`, CustomerAddress: `188 Wall Street, Los Angeles, USA, 50149`, Salesperson: `Martin Jefferson`, OrderID: 1864, OrderDate: `8/18/2022`, ProductID: 168, ProductName: `Samsung Galaxy 22`, UnitPrice: 9370.76, Quantity: 4, ExtendedPrice: 37483.04, Freight: 970.76, Discontinued: false, Region: `North East`, Address: `188 Wall Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 50149 }), + new InvoicesDataItem({ ShipName: `Smith Home`, ShipAddress: `174 Market Street`, ShipCity: `Huston`, ShipPostalCode: 90112, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1006, CustomerName: `Martin Smith`, CustomerFirstName: `Martin`, CustomerLastName: `Smith`, CustomerAddress: `174 Market Street, Huston, USA, 90112`, Salesperson: `Nancy Smith`, OrderID: 1502, OrderDate: `6/13/2022`, ProductID: 199, ProductName: `IPhone`, UnitPrice: 20830.47, Quantity: 2, ExtendedPrice: 41660.94, Freight: 1530.47, Discontinued: false, Region: `West`, Address: `174 Market Street`, City: `Huston`, Country: `USA`, PostalCode: 90112 }), + new InvoicesDataItem({ ShipName: `Jefferson Townhouse`, ShipAddress: `134 Market Street`, ShipCity: `Miami`, ShipPostalCode: 50083, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1007, CustomerName: `Nancy Jefferson`, CustomerFirstName: `Nancy`, CustomerLastName: `Jefferson`, CustomerAddress: `134 Market Street, Miami, USA, 50083`, Salesperson: `Mike Jefferson`, OrderID: 1305, OrderDate: `10/21/2022`, ProductID: 185, ProductName: `Mac Book Air`, UnitPrice: 7320.44, Quantity: 2, ExtendedPrice: 14640.88, Freight: 630.44, Discontinued: false, Region: `West`, Address: `134 Market Street`, City: `Miami`, Country: `USA`, PostalCode: 50083 }), + new InvoicesDataItem({ ShipName: `Jefferson Estate`, ShipAddress: `177 Main Street`, ShipCity: `New York`, ShipPostalCode: 70185, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1008, CustomerName: `Nancy Jefferson`, CustomerFirstName: `Nancy`, CustomerLastName: `Jefferson`, CustomerAddress: `177 Main Street, New York, USA, 70185`, Salesperson: `Pamela Watson`, OrderID: 1725, OrderDate: `5/7/2022`, ProductID: 133, ProductName: `Mac Book Air`, UnitPrice: 11240.72, Quantity: 3, ExtendedPrice: 33722.16, Freight: 420.72, Discontinued: false, Region: `South East`, Address: `177 Main Street`, City: `New York`, Country: `USA`, PostalCode: 70185 }), + new InvoicesDataItem({ ShipName: `Jefferson Estate`, ShipAddress: `169 Main Street`, ShipCity: `Miami`, ShipPostalCode: 90183, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1009, CustomerName: `Mike Jefferson`, CustomerFirstName: `Mike`, CustomerLastName: `Jefferson`, CustomerAddress: `169 Main Street, Miami, USA, 90183`, Salesperson: `Anna Watson`, OrderID: 1977, OrderDate: `10/14/2022`, ProductID: 178, ProductName: `IPhone`, UnitPrice: 6460.55, Quantity: 3, ExtendedPrice: 19381.65, Freight: 370.55, Discontinued: true, Region: `South East`, Address: `169 Main Street`, City: `Miami`, Country: `USA`, PostalCode: 90183 }), + new InvoicesDataItem({ ShipName: `Jackson Estate`, ShipAddress: `151 Market Street`, ShipCity: `New York`, ShipPostalCode: 80160, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1010, CustomerName: `James Jackson`, CustomerFirstName: `James`, CustomerLastName: `Jackson`, CustomerAddress: `151 Market Street, New York, USA, 80160`, Salesperson: `Nancy Black`, OrderID: 1666, OrderDate: `12/6/2022`, ProductID: 140, ProductName: `Mac Book Pro`, UnitPrice: 7940.82, Quantity: 2, ExtendedPrice: 15881.64, Freight: 1670.82, Discontinued: false, Region: `South East`, Address: `151 Market Street`, City: `New York`, Country: `USA`, PostalCode: 80160 }), + new InvoicesDataItem({ ShipName: `Jefferson Market`, ShipAddress: `147 Main Street`, ShipCity: `Miami`, ShipPostalCode: 80183, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1011, CustomerName: `James Jefferson`, CustomerFirstName: `James`, CustomerLastName: `Jefferson`, CustomerAddress: `147 Main Street, Miami, USA, 80183`, Salesperson: `Mike Madison`, OrderID: 1059, OrderDate: `5/14/2022`, ProductID: 174, ProductName: `Samsung Note`, UnitPrice: 14650.56, Quantity: 2, ExtendedPrice: 29301.12, Freight: 1770.56, Discontinued: false, Region: `West`, Address: `147 Main Street`, City: `Miami`, Country: `USA`, PostalCode: 80183 }), + new InvoicesDataItem({ ShipName: `Watson Estate`, ShipAddress: `134 Main Street`, ShipCity: `New York`, ShipPostalCode: 80066, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1012, CustomerName: `Mike Watson`, CustomerFirstName: `Mike`, CustomerLastName: `Watson`, CustomerAddress: `134 Main Street, New York, USA, 80066`, Salesperson: `Mike Black`, OrderID: 1851, OrderDate: `7/24/2022`, ProductID: 175, ProductName: `IPhone`, UnitPrice: 7870.39, Quantity: 2, ExtendedPrice: 15740.78, Freight: 360.39, Discontinued: false, Region: `West`, Address: `134 Main Street`, City: `New York`, Country: `USA`, PostalCode: 80066 }), + new InvoicesDataItem({ ShipName: `Madison Estate`, ShipAddress: `159 Market Street`, ShipCity: `Los Angeles`, ShipPostalCode: 80096, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1013, CustomerName: `Ben Madison`, CustomerFirstName: `Ben`, CustomerLastName: `Madison`, CustomerAddress: `159 Market Street, Los Angeles, USA, 80096`, Salesperson: `Anna Madison`, OrderID: 1451, OrderDate: `10/4/2022`, ProductID: 188, ProductName: `Mac Book Pro`, UnitPrice: 13920.38, Quantity: 4, ExtendedPrice: 55681.52, Freight: 1140.38, Discontinued: false, Region: `North East`, Address: `159 Market Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 80096 }), + new InvoicesDataItem({ ShipName: `Madison Estate`, ShipAddress: `187 Wall Street`, ShipCity: `Miami`, ShipPostalCode: 60144, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1014, CustomerName: `Martin Madison`, CustomerFirstName: `Martin`, CustomerLastName: `Madison`, CustomerAddress: `187 Wall Street, Miami, USA, 60144`, Salesperson: `Ben Jefferson`, OrderID: 1331, OrderDate: `4/4/2022`, ProductID: 119, ProductName: `IPhone`, UnitPrice: 6940.73, Quantity: 5, ExtendedPrice: 34703.65, Freight: 640.73, Discontinued: false, Region: `West`, Address: `187 Wall Street`, City: `Miami`, Country: `USA`, PostalCode: 60144 }), + new InvoicesDataItem({ ShipName: `Jackson Townhouse`, ShipAddress: `158 Wall Street`, ShipCity: `Huston`, ShipPostalCode: 60063, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1015, CustomerName: `Ben Jackson`, CustomerFirstName: `Ben`, CustomerLastName: `Jackson`, CustomerAddress: `158 Wall Street, Huston, USA, 60063`, Salesperson: `Martin Jefferson`, OrderID: 1609, OrderDate: `9/6/2022`, ProductID: 171, ProductName: `IPhone`, UnitPrice: 29080.28, Quantity: 2, ExtendedPrice: 58160.56, Freight: 1810.28, Discontinued: false, Region: `South East`, Address: `158 Wall Street`, City: `Huston`, Country: `USA`, PostalCode: 60063 }), + new InvoicesDataItem({ ShipName: `Black Market`, ShipAddress: `168 Main Street`, ShipCity: `Huston`, ShipPostalCode: 60184, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1016, CustomerName: `James Black`, CustomerFirstName: `James`, CustomerLastName: `Black`, CustomerAddress: `168 Main Street, Huston, USA, 60184`, Salesperson: `Martin Watson`, OrderID: 1772, OrderDate: `3/20/2022`, ProductID: 152, ProductName: `Mac Book Air`, UnitPrice: 28350.9, Quantity: 5, ExtendedPrice: 141754.5, Freight: 1290.9, Discontinued: false, Region: `South East`, Address: `168 Main Street`, City: `Huston`, Country: `USA`, PostalCode: 60184 }), + new InvoicesDataItem({ ShipName: `Black Market`, ShipAddress: `116 Main Street`, ShipCity: `Miami`, ShipPostalCode: 60129, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1017, CustomerName: `Nancy Black`, CustomerFirstName: `Nancy`, CustomerLastName: `Black`, CustomerAddress: `116 Main Street, Miami, USA, 60129`, Salesperson: `Nancy Smith`, OrderID: 1792, OrderDate: `9/1/2022`, ProductID: 182, ProductName: `Samsung Note`, UnitPrice: 13730.78, Quantity: 4, ExtendedPrice: 54923.12, Freight: 740.78, Discontinued: false, Region: `North East`, Address: `116 Main Street`, City: `Miami`, Country: `USA`, PostalCode: 60129 }), + new InvoicesDataItem({ ShipName: `Madison Market`, ShipAddress: `116 Market Street`, ShipCity: `Los Angeles`, ShipPostalCode: 80090, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1018, CustomerName: `Martin Madison`, CustomerFirstName: `Martin`, CustomerLastName: `Madison`, CustomerAddress: `116 Market Street, Los Angeles, USA, 80090`, Salesperson: `Anna Madison`, OrderID: 1285, OrderDate: `10/21/2022`, ProductID: 157, ProductName: `Mac Book Pro`, UnitPrice: 8120.36, Quantity: 3, ExtendedPrice: 24361.08, Freight: 410.36, Discontinued: false, Region: `West`, Address: `116 Market Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 80090 }), + new InvoicesDataItem({ ShipName: `Jefferson Townhouse`, ShipAddress: `135 Wall Street`, ShipCity: `Philadelphia`, ShipPostalCode: 90101, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1019, CustomerName: `Max Jefferson`, CustomerFirstName: `Max`, CustomerLastName: `Jefferson`, CustomerAddress: `135 Wall Street, Philadelphia, USA, 90101`, Salesperson: `Mike Madison`, OrderID: 1205, OrderDate: `12/22/2022`, ProductID: 153, ProductName: `Mac Book Pro`, UnitPrice: 11830.22, Quantity: 2, ExtendedPrice: 23660.44, Freight: 330.22, Discontinued: true, Region: `North East`, Address: `135 Wall Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 90101 }), + new InvoicesDataItem({ ShipName: `Smith Home`, ShipAddress: `164 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 70056, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1020, CustomerName: `James Smith`, CustomerFirstName: `James`, CustomerLastName: `Smith`, CustomerAddress: `164 Market Street, Philadelphia, USA, 70056`, Salesperson: `Ben Watson`, OrderID: 1759, OrderDate: `8/3/2022`, ProductID: 129, ProductName: `Mac Book Pro`, UnitPrice: 15140.82, Quantity: 4, ExtendedPrice: 60563.28, Freight: 1400.82, Discontinued: false, Region: `South East`, Address: `164 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 70056 }), + new InvoicesDataItem({ ShipName: `Madison Estate`, ShipAddress: `196 Wall Street`, ShipCity: `Miami`, ShipPostalCode: 90169, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1021, CustomerName: `Max Madison`, CustomerFirstName: `Max`, CustomerLastName: `Madison`, CustomerAddress: `196 Wall Street, Miami, USA, 90169`, Salesperson: `Mike Smith`, OrderID: 1879, OrderDate: `8/17/2022`, ProductID: 127, ProductName: `Mac Book Air`, UnitPrice: 26710.41, Quantity: 5, ExtendedPrice: 133552.05, Freight: 1810.41, Discontinued: false, Region: `West`, Address: `196 Wall Street`, City: `Miami`, Country: `USA`, PostalCode: 90169 }), + new InvoicesDataItem({ ShipName: `Black Market`, ShipAddress: `175 Wall Street`, ShipCity: `Philadelphia`, ShipPostalCode: 50142, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1022, CustomerName: `Nancy Black`, CustomerFirstName: `Nancy`, CustomerLastName: `Black`, CustomerAddress: `175 Wall Street, Philadelphia, USA, 50142`, Salesperson: `Anna Jefferson`, OrderID: 1917, OrderDate: `3/6/2022`, ProductID: 114, ProductName: `IPad`, UnitPrice: 9640.51, Quantity: 3, ExtendedPrice: 28921.53, Freight: 840.51, Discontinued: false, Region: `North East`, Address: `175 Wall Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 50142 }), + new InvoicesDataItem({ ShipName: `Black Home`, ShipAddress: `122 Main Street`, ShipCity: `Los Angeles`, ShipPostalCode: 60097, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1023, CustomerName: `Pamela Black`, CustomerFirstName: `Pamela`, CustomerLastName: `Black`, CustomerAddress: `122 Main Street, Los Angeles, USA, 60097`, Salesperson: `James Black`, OrderID: 1176, OrderDate: `8/4/2022`, ProductID: 197, ProductName: `IPad`, UnitPrice: 14500.56, Quantity: 4, ExtendedPrice: 58002.24, Freight: 530.56, Discontinued: false, Region: `West`, Address: `122 Main Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 60097 }), + new InvoicesDataItem({ ShipName: `Smith Home`, ShipAddress: `139 Main Street`, ShipCity: `Miami`, ShipPostalCode: 60175, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1024, CustomerName: `James Smith`, CustomerFirstName: `James`, CustomerLastName: `Smith`, CustomerAddress: `139 Main Street, Miami, USA, 60175`, Salesperson: `Mike Jefferson`, OrderID: 1317, OrderDate: `5/21/2022`, ProductID: 115, ProductName: `Mac Book Air`, UnitPrice: 17200.82, Quantity: 2, ExtendedPrice: 34401.64, Freight: 1610.82, Discontinued: false, Region: `West`, Address: `139 Main Street`, City: `Miami`, Country: `USA`, PostalCode: 60175 }), + new InvoicesDataItem({ ShipName: `Watson Townhouse`, ShipAddress: `155 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 60124, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1025, CustomerName: `James Watson`, CustomerFirstName: `James`, CustomerLastName: `Watson`, CustomerAddress: `155 Market Street, Philadelphia, USA, 60124`, Salesperson: `Max Smith`, OrderID: 1721, OrderDate: `6/15/2022`, ProductID: 197, ProductName: `Samsung Note`, UnitPrice: 9810.3, Quantity: 2, ExtendedPrice: 19620.6, Freight: 1990.3, Discontinued: false, Region: `South East`, Address: `155 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 60124 }), + new InvoicesDataItem({ ShipName: `Jackson Townhouse`, ShipAddress: `136 Main Street`, ShipCity: `Philadelphia`, ShipPostalCode: 80120, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1026, CustomerName: `Ben Jackson`, CustomerFirstName: `Ben`, CustomerLastName: `Jackson`, CustomerAddress: `136 Main Street, Philadelphia, USA, 80120`, Salesperson: `Max Smith`, OrderID: 1266, OrderDate: `12/13/2022`, ProductID: 198, ProductName: `Mac Book Pro`, UnitPrice: 25410.64, Quantity: 2, ExtendedPrice: 50821.28, Freight: 1860.64, Discontinued: false, Region: `West`, Address: `136 Main Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 80120 }), + new InvoicesDataItem({ ShipName: `Jackson Estate`, ShipAddress: `114 Main Street`, ShipCity: `New York`, ShipPostalCode: 60186, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1027, CustomerName: `Max Jackson`, CustomerFirstName: `Max`, CustomerLastName: `Jackson`, CustomerAddress: `114 Main Street, New York, USA, 60186`, Salesperson: `Mike Jefferson`, OrderID: 1636, OrderDate: `7/7/2022`, ProductID: 174, ProductName: `Mac Book Pro`, UnitPrice: 13740.7, Quantity: 4, ExtendedPrice: 54962.8, Freight: 1960.7, Discontinued: false, Region: `West`, Address: `114 Main Street`, City: `New York`, Country: `USA`, PostalCode: 60186 }), + new InvoicesDataItem({ ShipName: `Jefferson Home`, ShipAddress: `167 Market Street`, ShipCity: `Huston`, ShipPostalCode: 70193, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1028, CustomerName: `Nancy Jefferson`, CustomerFirstName: `Nancy`, CustomerLastName: `Jefferson`, CustomerAddress: `167 Market Street, Huston, USA, 70193`, Salesperson: `Ben Jefferson`, OrderID: 1689, OrderDate: `1/2/2022`, ProductID: 192, ProductName: `IPad`, UnitPrice: 8760.83, Quantity: 3, ExtendedPrice: 26282.49, Freight: 490.83, Discontinued: false, Region: `South East`, Address: `167 Market Street`, City: `Huston`, Country: `USA`, PostalCode: 70193 }), + new InvoicesDataItem({ ShipName: `Madison Home`, ShipAddress: `139 Wall Street`, ShipCity: `New York`, ShipPostalCode: 80080, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1029, CustomerName: `Anna Madison`, CustomerFirstName: `Anna`, CustomerLastName: `Madison`, CustomerAddress: `139 Wall Street, New York, USA, 80080`, Salesperson: `Anna Black`, OrderID: 1610, OrderDate: `3/17/2022`, ProductID: 105, ProductName: `Mac Book Pro`, UnitPrice: 19860.82, Quantity: 3, ExtendedPrice: 59582.46, Freight: 1990.82, Discontinued: true, Region: `West`, Address: `139 Wall Street`, City: `New York`, Country: `USA`, PostalCode: 80080 }), + new InvoicesDataItem({ ShipName: `Madison Home`, ShipAddress: `173 Market Street`, ShipCity: `New York`, ShipPostalCode: 70054, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1030, CustomerName: `Ben Madison`, CustomerFirstName: `Ben`, CustomerLastName: `Madison`, CustomerAddress: `173 Market Street, New York, USA, 70054`, Salesperson: `Ben Jackson`, OrderID: 1404, OrderDate: `12/8/2022`, ProductID: 171, ProductName: `IPhone`, UnitPrice: 12430.21, Quantity: 3, ExtendedPrice: 37290.63, Freight: 880.21, Discontinued: false, Region: `West`, Address: `173 Market Street`, City: `New York`, Country: `USA`, PostalCode: 70054 }), + new InvoicesDataItem({ ShipName: `Jefferson Market`, ShipAddress: `187 Wall Street`, ShipCity: `New York`, ShipPostalCode: 60100, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1031, CustomerName: `Mike Jefferson`, CustomerFirstName: `Mike`, CustomerLastName: `Jefferson`, CustomerAddress: `187 Wall Street, New York, USA, 60100`, Salesperson: `Nancy Smith`, OrderID: 1480, OrderDate: `2/8/2022`, ProductID: 181, ProductName: `IPad`, UnitPrice: 26730.66, Quantity: 2, ExtendedPrice: 53461.32, Freight: 510.66, Discontinued: false, Region: `South East`, Address: `187 Wall Street`, City: `New York`, Country: `USA`, PostalCode: 60100 }), + new InvoicesDataItem({ ShipName: `Madison Home`, ShipAddress: `149 Main Street`, ShipCity: `Los Angeles`, ShipPostalCode: 90150, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1032, CustomerName: `Mike Madison`, CustomerFirstName: `Mike`, CustomerLastName: `Madison`, CustomerAddress: `149 Main Street, Los Angeles, USA, 90150`, Salesperson: `Max Jefferson`, OrderID: 1886, OrderDate: `12/2/2022`, ProductID: 132, ProductName: `IPhone`, UnitPrice: 13760.64, Quantity: 3, ExtendedPrice: 41281.92, Freight: 1110.64, Discontinued: false, Region: `West`, Address: `149 Main Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 90150 }), + new InvoicesDataItem({ ShipName: `Smith Market`, ShipAddress: `124 Market Street`, ShipCity: `Huston`, ShipPostalCode: 80175, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1033, CustomerName: `Martin Smith`, CustomerFirstName: `Martin`, CustomerLastName: `Smith`, CustomerAddress: `124 Market Street, Huston, USA, 80175`, Salesperson: `Nancy Smith`, OrderID: 1625, OrderDate: `11/9/2022`, ProductID: 100, ProductName: `IPad`, UnitPrice: 11590.58, Quantity: 3, ExtendedPrice: 34771.74, Freight: 1080.58, Discontinued: false, Region: `South East`, Address: `124 Market Street`, City: `Huston`, Country: `USA`, PostalCode: 80175 }), + new InvoicesDataItem({ ShipName: `Watson Townhouse`, ShipAddress: `193 Wall Street`, ShipCity: `Philadelphia`, ShipPostalCode: 60165, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1034, CustomerName: `Max Watson`, CustomerFirstName: `Max`, CustomerLastName: `Watson`, CustomerAddress: `193 Wall Street, Philadelphia, USA, 60165`, Salesperson: `Martin Jackson`, OrderID: 1669, OrderDate: `7/3/2022`, ProductID: 157, ProductName: `Samsung Galaxy 22`, UnitPrice: 19220.31, Quantity: 2, ExtendedPrice: 38440.62, Freight: 1130.31, Discontinued: false, Region: `South East`, Address: `193 Wall Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 60165 }), + new InvoicesDataItem({ ShipName: `Jackson Estate`, ShipAddress: `200 Wall Street`, ShipCity: `Philadelphia`, ShipPostalCode: 80146, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1035, CustomerName: `Max Jackson`, CustomerFirstName: `Max`, CustomerLastName: `Jackson`, CustomerAddress: `200 Wall Street, Philadelphia, USA, 80146`, Salesperson: `Pamela Jefferson`, OrderID: 1654, OrderDate: `1/7/2022`, ProductID: 155, ProductName: `IPhone`, UnitPrice: 7040.83, Quantity: 2, ExtendedPrice: 14081.66, Freight: 1420.83, Discontinued: false, Region: `North East`, Address: `200 Wall Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 80146 }), + new InvoicesDataItem({ ShipName: `Smith Estate`, ShipAddress: `122 Market Street`, ShipCity: `Los Angeles`, ShipPostalCode: 80150, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1036, CustomerName: `Nancy Smith`, CustomerFirstName: `Nancy`, CustomerLastName: `Smith`, CustomerAddress: `122 Market Street, Los Angeles, USA, 80150`, Salesperson: `Martin Jackson`, OrderID: 1678, OrderDate: `12/14/2022`, ProductID: 120, ProductName: `Mac Book Air`, UnitPrice: 6530.89, Quantity: 3, ExtendedPrice: 19592.67, Freight: 250.89, Discontinued: false, Region: `North East`, Address: `122 Market Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 80150 }), + new InvoicesDataItem({ ShipName: `Jackson Market`, ShipAddress: `128 Main Street`, ShipCity: `Los Angeles`, ShipPostalCode: 50068, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1037, CustomerName: `Max Jackson`, CustomerFirstName: `Max`, CustomerLastName: `Jackson`, CustomerAddress: `128 Main Street, Los Angeles, USA, 50068`, Salesperson: `Ben Watson`, OrderID: 1301, OrderDate: `1/25/2022`, ProductID: 166, ProductName: `IPad`, UnitPrice: 11420.23, Quantity: 2, ExtendedPrice: 22840.46, Freight: 950.23, Discontinued: false, Region: `South East`, Address: `128 Main Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 50068 }), + new InvoicesDataItem({ ShipName: `Smith Home`, ShipAddress: `119 Market Street`, ShipCity: `Los Angeles`, ShipPostalCode: 60180, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1038, CustomerName: `Pamela Smith`, CustomerFirstName: `Pamela`, CustomerLastName: `Smith`, CustomerAddress: `119 Market Street, Los Angeles, USA, 60180`, Salesperson: `Pamela Madison`, OrderID: 1385, OrderDate: `6/24/2022`, ProductID: 132, ProductName: `Mac Book Air`, UnitPrice: 29810.6, Quantity: 4, ExtendedPrice: 119242.4, Freight: 220.6, Discontinued: false, Region: `West`, Address: `119 Market Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 60180 }), + new InvoicesDataItem({ ShipName: `Jefferson Market`, ShipAddress: `115 Market Street`, ShipCity: `Los Angeles`, ShipPostalCode: 90168, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1039, CustomerName: `James Jefferson`, CustomerFirstName: `James`, CustomerLastName: `Jefferson`, CustomerAddress: `115 Market Street, Los Angeles, USA, 90168`, Salesperson: `Martin Smith`, OrderID: 1308, OrderDate: `8/13/2022`, ProductID: 109, ProductName: `Samsung Galaxy 22`, UnitPrice: 20770.59, Quantity: 5, ExtendedPrice: 103852.95, Freight: 1690.59, Discontinued: true, Region: `North East`, Address: `115 Market Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 90168 }), + new InvoicesDataItem({ ShipName: `Watson Estate`, ShipAddress: `128 Market Street`, ShipCity: `Los Angeles`, ShipPostalCode: 50118, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1040, CustomerName: `Anna Watson`, CustomerFirstName: `Anna`, CustomerLastName: `Watson`, CustomerAddress: `128 Market Street, Los Angeles, USA, 50118`, Salesperson: `Pamela Black`, OrderID: 1519, OrderDate: `10/4/2022`, ProductID: 139, ProductName: `Mac Book Air`, UnitPrice: 14860.44, Quantity: 2, ExtendedPrice: 29720.88, Freight: 1670.44, Discontinued: false, Region: `South East`, Address: `128 Market Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 50118 }), + new InvoicesDataItem({ ShipName: `Smith Townhouse`, ShipAddress: `108 Market Street`, ShipCity: `Los Angeles`, ShipPostalCode: 90129, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1041, CustomerName: `Martin Smith`, CustomerFirstName: `Martin`, CustomerLastName: `Smith`, CustomerAddress: `108 Market Street, Los Angeles, USA, 90129`, Salesperson: `Nancy Black`, OrderID: 1118, OrderDate: `2/7/2022`, ProductID: 126, ProductName: `Mac Book Air`, UnitPrice: 28690.85, Quantity: 4, ExtendedPrice: 114763.4, Freight: 500.85, Discontinued: false, Region: `West`, Address: `108 Market Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 90129 }), + new InvoicesDataItem({ ShipName: `Smith Market`, ShipAddress: `180 Main Street`, ShipCity: `Los Angeles`, ShipPostalCode: 50101, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1042, CustomerName: `Anna Smith`, CustomerFirstName: `Anna`, CustomerLastName: `Smith`, CustomerAddress: `180 Main Street, Los Angeles, USA, 50101`, Salesperson: `Martin Jefferson`, OrderID: 1541, OrderDate: `5/3/2022`, ProductID: 179, ProductName: `Mac Book Pro`, UnitPrice: 22630.28, Quantity: 3, ExtendedPrice: 67890.84, Freight: 1200.28, Discontinued: false, Region: `North East`, Address: `180 Main Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 50101 }), + new InvoicesDataItem({ ShipName: `Black Townhouse`, ShipAddress: `177 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 90107, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1043, CustomerName: `Max Black`, CustomerFirstName: `Max`, CustomerLastName: `Black`, CustomerAddress: `177 Market Street, Philadelphia, USA, 90107`, Salesperson: `Martin Jefferson`, OrderID: 1747, OrderDate: `5/11/2022`, ProductID: 133, ProductName: `Mac Book Pro`, UnitPrice: 6930.51, Quantity: 3, ExtendedPrice: 20791.53, Freight: 1660.51, Discontinued: false, Region: `South East`, Address: `177 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 90107 }), + new InvoicesDataItem({ ShipName: `Jefferson Estate`, ShipAddress: `134 Market Street`, ShipCity: `Miami`, ShipPostalCode: 70172, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1044, CustomerName: `Anna Jefferson`, CustomerFirstName: `Anna`, CustomerLastName: `Jefferson`, CustomerAddress: `134 Market Street, Miami, USA, 70172`, Salesperson: `Mike Smith`, OrderID: 1343, OrderDate: `10/11/2022`, ProductID: 190, ProductName: `Samsung Note`, UnitPrice: 26770.78, Quantity: 4, ExtendedPrice: 107083.12, Freight: 960.78, Discontinued: false, Region: `North East`, Address: `134 Market Street`, City: `Miami`, Country: `USA`, PostalCode: 70172 }), + new InvoicesDataItem({ ShipName: `Watson Estate`, ShipAddress: `117 Wall Street`, ShipCity: `Los Angeles`, ShipPostalCode: 90124, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1045, CustomerName: `James Watson`, CustomerFirstName: `James`, CustomerLastName: `Watson`, CustomerAddress: `117 Wall Street, Los Angeles, USA, 90124`, Salesperson: `Mike Watson`, OrderID: 1152, OrderDate: `2/25/2022`, ProductID: 101, ProductName: `Mac Book Pro`, UnitPrice: 8790.3, Quantity: 5, ExtendedPrice: 43951.5, Freight: 220.3, Discontinued: false, Region: `South East`, Address: `117 Wall Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 90124 }), + new InvoicesDataItem({ ShipName: `Black Market`, ShipAddress: `156 Wall Street`, ShipCity: `Philadelphia`, ShipPostalCode: 60181, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1046, CustomerName: `James Black`, CustomerFirstName: `James`, CustomerLastName: `Black`, CustomerAddress: `156 Wall Street, Philadelphia, USA, 60181`, Salesperson: `Anna Smith`, OrderID: 1823, OrderDate: `10/12/2022`, ProductID: 178, ProductName: `Samsung Note`, UnitPrice: 9750.55, Quantity: 3, ExtendedPrice: 29251.65, Freight: 1940.55, Discontinued: false, Region: `North East`, Address: `156 Wall Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 60181 }), + new InvoicesDataItem({ ShipName: `Madison Market`, ShipAddress: `122 Main Street`, ShipCity: `New York`, ShipPostalCode: 90182, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1047, CustomerName: `Ben Madison`, CustomerFirstName: `Ben`, CustomerLastName: `Madison`, CustomerAddress: `122 Main Street, New York, USA, 90182`, Salesperson: `Mike Black`, OrderID: 1548, OrderDate: `5/1/2022`, ProductID: 181, ProductName: `Mac Book Air`, UnitPrice: 11590.37, Quantity: 4, ExtendedPrice: 46361.48, Freight: 900.37, Discontinued: false, Region: `West`, Address: `122 Main Street`, City: `New York`, Country: `USA`, PostalCode: 90182 }), + new InvoicesDataItem({ ShipName: `Black Townhouse`, ShipAddress: `112 Market Street`, ShipCity: `Los Angeles`, ShipPostalCode: 60175, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1048, CustomerName: `Pamela Black`, CustomerFirstName: `Pamela`, CustomerLastName: `Black`, CustomerAddress: `112 Market Street, Los Angeles, USA, 60175`, Salesperson: `Mike Madison`, OrderID: 1581, OrderDate: `5/21/2022`, ProductID: 134, ProductName: `Mac Book Air`, UnitPrice: 8800.32, Quantity: 2, ExtendedPrice: 17600.64, Freight: 1820.32, Discontinued: false, Region: `South East`, Address: `112 Market Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 60175 }), + new InvoicesDataItem({ ShipName: `Black Estate`, ShipAddress: `153 Market Street`, ShipCity: `Los Angeles`, ShipPostalCode: 90170, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1049, CustomerName: `Pamela Black`, CustomerFirstName: `Pamela`, CustomerLastName: `Black`, CustomerAddress: `153 Market Street, Los Angeles, USA, 90170`, Salesperson: `Pamela Watson`, OrderID: 1145, OrderDate: `11/13/2022`, ProductID: 151, ProductName: `Mac Book Air`, UnitPrice: 25830.42, Quantity: 3, ExtendedPrice: 77491.26, Freight: 270.42, Discontinued: true, Region: `North East`, Address: `153 Market Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 90170 }), + new InvoicesDataItem({ ShipName: `Black Estate`, ShipAddress: `159 Market Street`, ShipCity: `Huston`, ShipPostalCode: 80198, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1050, CustomerName: `Anna Black`, CustomerFirstName: `Anna`, CustomerLastName: `Black`, CustomerAddress: `159 Market Street, Huston, USA, 80198`, Salesperson: `Pamela Jefferson`, OrderID: 1455, OrderDate: `12/16/2022`, ProductID: 115, ProductName: `Samsung Galaxy 22`, UnitPrice: 28510.28, Quantity: 2, ExtendedPrice: 57020.56, Freight: 1450.28, Discontinued: false, Region: `West`, Address: `159 Market Street`, City: `Huston`, Country: `USA`, PostalCode: 80198 }), + new InvoicesDataItem({ ShipName: `Jefferson Market`, ShipAddress: `125 Market Street`, ShipCity: `Miami`, ShipPostalCode: 70160, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1051, CustomerName: `Nancy Jefferson`, CustomerFirstName: `Nancy`, CustomerLastName: `Jefferson`, CustomerAddress: `125 Market Street, Miami, USA, 70160`, Salesperson: `Anna Jefferson`, OrderID: 1787, OrderDate: `1/3/2022`, ProductID: 171, ProductName: `Mac Book Air`, UnitPrice: 18830.35, Quantity: 3, ExtendedPrice: 56491.05, Freight: 1770.35, Discontinued: false, Region: `South East`, Address: `125 Market Street`, City: `Miami`, Country: `USA`, PostalCode: 70160 }), + new InvoicesDataItem({ ShipName: `Jefferson Home`, ShipAddress: `114 Wall Street`, ShipCity: `Los Angeles`, ShipPostalCode: 70083, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1052, CustomerName: `Nancy Jefferson`, CustomerFirstName: `Nancy`, CustomerLastName: `Jefferson`, CustomerAddress: `114 Wall Street, Los Angeles, USA, 70083`, Salesperson: `Anna Madison`, OrderID: 1591, OrderDate: `4/6/2022`, ProductID: 141, ProductName: `Mac Book Air`, UnitPrice: 18840.75, Quantity: 2, ExtendedPrice: 37681.5, Freight: 710.75, Discontinued: false, Region: `West`, Address: `114 Wall Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 70083 }), + new InvoicesDataItem({ ShipName: `Jefferson Townhouse`, ShipAddress: `193 Main Street`, ShipCity: `Los Angeles`, ShipPostalCode: 70170, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1053, CustomerName: `James Jefferson`, CustomerFirstName: `James`, CustomerLastName: `Jefferson`, CustomerAddress: `193 Main Street, Los Angeles, USA, 70170`, Salesperson: `Anna Jackson`, OrderID: 1020, OrderDate: `7/20/2022`, ProductID: 177, ProductName: `IPad`, UnitPrice: 15250.55, Quantity: 3, ExtendedPrice: 45751.65, Freight: 980.55, Discontinued: false, Region: `West`, Address: `193 Main Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 70170 }), + new InvoicesDataItem({ ShipName: `Smith Home`, ShipAddress: `156 Main Street`, ShipCity: `Huston`, ShipPostalCode: 50127, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1054, CustomerName: `Ben Smith`, CustomerFirstName: `Ben`, CustomerLastName: `Smith`, CustomerAddress: `156 Main Street, Huston, USA, 50127`, Salesperson: `James Black`, OrderID: 1770, OrderDate: `3/24/2022`, ProductID: 141, ProductName: `Samsung Galaxy 22`, UnitPrice: 14910.59, Quantity: 5, ExtendedPrice: 74552.95, Freight: 1330.59, Discontinued: false, Region: `South East`, Address: `156 Main Street`, City: `Huston`, Country: `USA`, PostalCode: 50127 }), + new InvoicesDataItem({ ShipName: `Jackson Market`, ShipAddress: `146 Market Street`, ShipCity: `Miami`, ShipPostalCode: 60064, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1055, CustomerName: `Max Jackson`, CustomerFirstName: `Max`, CustomerLastName: `Jackson`, CustomerAddress: `146 Market Street, Miami, USA, 60064`, Salesperson: `Mike Smith`, OrderID: 1766, OrderDate: `10/23/2022`, ProductID: 141, ProductName: `Mac Book Air`, UnitPrice: 16740.86, Quantity: 3, ExtendedPrice: 50222.58, Freight: 580.86, Discontinued: false, Region: `West`, Address: `146 Market Street`, City: `Miami`, Country: `USA`, PostalCode: 60064 }), + new InvoicesDataItem({ ShipName: `Black Estate`, ShipAddress: `163 Market Street`, ShipCity: `Los Angeles`, ShipPostalCode: 90158, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1056, CustomerName: `Max Black`, CustomerFirstName: `Max`, CustomerLastName: `Black`, CustomerAddress: `163 Market Street, Los Angeles, USA, 90158`, Salesperson: `Martin Jefferson`, OrderID: 1415, OrderDate: `9/2/2022`, ProductID: 112, ProductName: `IPhone`, UnitPrice: 25190.37, Quantity: 3, ExtendedPrice: 75571.11, Freight: 1060.37, Discontinued: false, Region: `South East`, Address: `163 Market Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 90158 }), + new InvoicesDataItem({ ShipName: `Watson Townhouse`, ShipAddress: `171 Main Street`, ShipCity: `New York`, ShipPostalCode: 50163, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1057, CustomerName: `James Watson`, CustomerFirstName: `James`, CustomerLastName: `Watson`, CustomerAddress: `171 Main Street, New York, USA, 50163`, Salesperson: `Martin Smith`, OrderID: 1430, OrderDate: `9/2/2022`, ProductID: 120, ProductName: `Samsung Note`, UnitPrice: 26340.71, Quantity: 2, ExtendedPrice: 52681.42, Freight: 770.71, Discontinued: false, Region: `North East`, Address: `171 Main Street`, City: `New York`, Country: `USA`, PostalCode: 50163 }), + new InvoicesDataItem({ ShipName: `Black Townhouse`, ShipAddress: `195 Wall Street`, ShipCity: `Philadelphia`, ShipPostalCode: 60159, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1058, CustomerName: `James Black`, CustomerFirstName: `James`, CustomerLastName: `Black`, CustomerAddress: `195 Wall Street, Philadelphia, USA, 60159`, Salesperson: `Ben Black`, OrderID: 1903, OrderDate: `2/19/2022`, ProductID: 161, ProductName: `IPad`, UnitPrice: 6290.33, Quantity: 5, ExtendedPrice: 31451.65, Freight: 890.33, Discontinued: false, Region: `South East`, Address: `195 Wall Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 60159 }), + new InvoicesDataItem({ ShipName: `Watson Market`, ShipAddress: `171 Market Street`, ShipCity: `Huston`, ShipPostalCode: 50154, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1059, CustomerName: `Pamela Watson`, CustomerFirstName: `Pamela`, CustomerLastName: `Watson`, CustomerAddress: `171 Market Street, Huston, USA, 50154`, Salesperson: `Anna Madison`, OrderID: 1578, OrderDate: `6/5/2022`, ProductID: 103, ProductName: `Samsung Galaxy 22`, UnitPrice: 20240.82, Quantity: 5, ExtendedPrice: 101204.1, Freight: 1490.82, Discontinued: true, Region: `West`, Address: `171 Market Street`, City: `Huston`, Country: `USA`, PostalCode: 50154 }), + new InvoicesDataItem({ ShipName: `Jackson Market`, ShipAddress: `103 Market Street`, ShipCity: `New York`, ShipPostalCode: 70081, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1060, CustomerName: `Max Jackson`, CustomerFirstName: `Max`, CustomerLastName: `Jackson`, CustomerAddress: `103 Market Street, New York, USA, 70081`, Salesperson: `Pamela Jackson`, OrderID: 1142, OrderDate: `4/1/2022`, ProductID: 108, ProductName: `IPhone`, UnitPrice: 9790.41, Quantity: 3, ExtendedPrice: 29371.23, Freight: 980.41, Discontinued: false, Region: `South East`, Address: `103 Market Street`, City: `New York`, Country: `USA`, PostalCode: 70081 }), + new InvoicesDataItem({ ShipName: `Smith Market`, ShipAddress: `187 Market Street`, ShipCity: `Los Angeles`, ShipPostalCode: 70141, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1061, CustomerName: `Mike Smith`, CustomerFirstName: `Mike`, CustomerLastName: `Smith`, CustomerAddress: `187 Market Street, Los Angeles, USA, 70141`, Salesperson: `Ben Jefferson`, OrderID: 1871, OrderDate: `8/20/2022`, ProductID: 197, ProductName: `IPad`, UnitPrice: 28960.39, Quantity: 2, ExtendedPrice: 57920.78, Freight: 1280.39, Discontinued: false, Region: `West`, Address: `187 Market Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 70141 }), + new InvoicesDataItem({ ShipName: `Black Estate`, ShipAddress: `145 Main Street`, ShipCity: `Philadelphia`, ShipPostalCode: 50068, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1062, CustomerName: `Ben Black`, CustomerFirstName: `Ben`, CustomerLastName: `Black`, CustomerAddress: `145 Main Street, Philadelphia, USA, 50068`, Salesperson: `Martin Watson`, OrderID: 1747, OrderDate: `1/20/2022`, ProductID: 198, ProductName: `Mac Book Pro`, UnitPrice: 12530.74, Quantity: 4, ExtendedPrice: 50122.96, Freight: 480.74, Discontinued: false, Region: `West`, Address: `145 Main Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 50068 }), + new InvoicesDataItem({ ShipName: `Black Home`, ShipAddress: `109 Market Street`, ShipCity: `Los Angeles`, ShipPostalCode: 90197, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1063, CustomerName: `Nancy Black`, CustomerFirstName: `Nancy`, CustomerLastName: `Black`, CustomerAddress: `109 Market Street, Los Angeles, USA, 90197`, Salesperson: `James Black`, OrderID: 1881, OrderDate: `11/6/2022`, ProductID: 162, ProductName: `Samsung Note`, UnitPrice: 29810.51, Quantity: 2, ExtendedPrice: 59621.02, Freight: 750.51, Discontinued: false, Region: `North East`, Address: `109 Market Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 90197 }), + new InvoicesDataItem({ ShipName: `Smith Market`, ShipAddress: `155 Market Street`, ShipCity: `Los Angeles`, ShipPostalCode: 50184, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1064, CustomerName: `Nancy Smith`, CustomerFirstName: `Nancy`, CustomerLastName: `Smith`, CustomerAddress: `155 Market Street, Los Angeles, USA, 50184`, Salesperson: `Mike Madison`, OrderID: 1172, OrderDate: `5/14/2022`, ProductID: 154, ProductName: `IPhone`, UnitPrice: 11440.88, Quantity: 2, ExtendedPrice: 22881.76, Freight: 1570.88, Discontinued: false, Region: `West`, Address: `155 Market Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 50184 }), + new InvoicesDataItem({ ShipName: `Jackson Estate`, ShipAddress: `136 Main Street`, ShipCity: `New York`, ShipPostalCode: 60147, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1065, CustomerName: `James Jackson`, CustomerFirstName: `James`, CustomerLastName: `Jackson`, CustomerAddress: `136 Main Street, New York, USA, 60147`, Salesperson: `James Jefferson`, OrderID: 1538, OrderDate: `2/4/2022`, ProductID: 142, ProductName: `IPad`, UnitPrice: 18340.25, Quantity: 5, ExtendedPrice: 91701.25, Freight: 1730.25, Discontinued: false, Region: `South East`, Address: `136 Main Street`, City: `New York`, Country: `USA`, PostalCode: 60147 }), + new InvoicesDataItem({ ShipName: `Madison Market`, ShipAddress: `184 Wall Street`, ShipCity: `Miami`, ShipPostalCode: 60091, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1066, CustomerName: `Mike Madison`, CustomerFirstName: `Mike`, CustomerLastName: `Madison`, CustomerAddress: `184 Wall Street, Miami, USA, 60091`, Salesperson: `Ben Jackson`, OrderID: 1863, OrderDate: `2/6/2022`, ProductID: 186, ProductName: `Samsung Note`, UnitPrice: 6690.4, Quantity: 5, ExtendedPrice: 33452, Freight: 930.4, Discontinued: false, Region: `West`, Address: `184 Wall Street`, City: `Miami`, Country: `USA`, PostalCode: 60091 }), + new InvoicesDataItem({ ShipName: `Jackson Townhouse`, ShipAddress: `103 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 80170, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1067, CustomerName: `James Jackson`, CustomerFirstName: `James`, CustomerLastName: `Jackson`, CustomerAddress: `103 Market Street, Philadelphia, USA, 80170`, Salesperson: `Max Black`, OrderID: 1476, OrderDate: `1/13/2022`, ProductID: 156, ProductName: `Mac Book Pro`, UnitPrice: 29040.31, Quantity: 5, ExtendedPrice: 145201.55, Freight: 1070.31, Discontinued: false, Region: `West`, Address: `103 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 80170 }), + new InvoicesDataItem({ ShipName: `Smith Estate`, ShipAddress: `104 Market Street`, ShipCity: `Los Angeles`, ShipPostalCode: 80188, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1068, CustomerName: `Ben Smith`, CustomerFirstName: `Ben`, CustomerLastName: `Smith`, CustomerAddress: `104 Market Street, Los Angeles, USA, 80188`, Salesperson: `Martin Watson`, OrderID: 1131, OrderDate: `9/13/2022`, ProductID: 131, ProductName: `Samsung Galaxy 22`, UnitPrice: 6780.79, Quantity: 4, ExtendedPrice: 27123.16, Freight: 600.79, Discontinued: false, Region: `South East`, Address: `104 Market Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 80188 }), + new InvoicesDataItem({ ShipName: `Madison Townhouse`, ShipAddress: `140 Main Street`, ShipCity: `New York`, ShipPostalCode: 90197, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1069, CustomerName: `Martin Madison`, CustomerFirstName: `Martin`, CustomerLastName: `Madison`, CustomerAddress: `140 Main Street, New York, USA, 90197`, Salesperson: `Anna Smith`, OrderID: 1829, OrderDate: `2/18/2022`, ProductID: 152, ProductName: `Samsung Note`, UnitPrice: 20150.52, Quantity: 4, ExtendedPrice: 80602.08, Freight: 1840.52, Discontinued: true, Region: `North East`, Address: `140 Main Street`, City: `New York`, Country: `USA`, PostalCode: 90197 }), + new InvoicesDataItem({ ShipName: `Smith Market`, ShipAddress: `172 Wall Street`, ShipCity: `Philadelphia`, ShipPostalCode: 90159, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1070, CustomerName: `Mike Smith`, CustomerFirstName: `Mike`, CustomerLastName: `Smith`, CustomerAddress: `172 Wall Street, Philadelphia, USA, 90159`, Salesperson: `Pamela Watson`, OrderID: 1082, OrderDate: `10/1/2022`, ProductID: 164, ProductName: `IPad`, UnitPrice: 23810.31, Quantity: 2, ExtendedPrice: 47620.62, Freight: 320.31, Discontinued: false, Region: `West`, Address: `172 Wall Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 90159 }), + new InvoicesDataItem({ ShipName: `Jackson Market`, ShipAddress: `147 Wall Street`, ShipCity: `Huston`, ShipPostalCode: 90173, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1071, CustomerName: `Ben Jackson`, CustomerFirstName: `Ben`, CustomerLastName: `Jackson`, CustomerAddress: `147 Wall Street, Huston, USA, 90173`, Salesperson: `Martin Smith`, OrderID: 1449, OrderDate: `1/21/2022`, ProductID: 111, ProductName: `Mac Book Pro`, UnitPrice: 8280.25, Quantity: 4, ExtendedPrice: 33121, Freight: 860.25, Discontinued: false, Region: `South East`, Address: `147 Wall Street`, City: `Huston`, Country: `USA`, PostalCode: 90173 }), + new InvoicesDataItem({ ShipName: `Jackson Market`, ShipAddress: `161 Main Street`, ShipCity: `Huston`, ShipPostalCode: 90102, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1072, CustomerName: `Mike Jackson`, CustomerFirstName: `Mike`, CustomerLastName: `Jackson`, CustomerAddress: `161 Main Street, Huston, USA, 90102`, Salesperson: `Nancy Black`, OrderID: 1609, OrderDate: `9/22/2022`, ProductID: 197, ProductName: `Samsung Note`, UnitPrice: 16740.35, Quantity: 4, ExtendedPrice: 66961.4, Freight: 1940.35, Discontinued: false, Region: `North East`, Address: `161 Main Street`, City: `Huston`, Country: `USA`, PostalCode: 90102 }), + new InvoicesDataItem({ ShipName: `Smith Home`, ShipAddress: `102 Market Street`, ShipCity: `Miami`, ShipPostalCode: 70124, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1073, CustomerName: `Ben Smith`, CustomerFirstName: `Ben`, CustomerLastName: `Smith`, CustomerAddress: `102 Market Street, Miami, USA, 70124`, Salesperson: `Anna Smith`, OrderID: 1984, OrderDate: `8/6/2022`, ProductID: 123, ProductName: `Samsung Galaxy 22`, UnitPrice: 14660.66, Quantity: 3, ExtendedPrice: 43981.98, Freight: 1910.66, Discontinued: false, Region: `West`, Address: `102 Market Street`, City: `Miami`, Country: `USA`, PostalCode: 70124 }), + new InvoicesDataItem({ ShipName: `Black Estate`, ShipAddress: `139 Market Street`, ShipCity: `Miami`, ShipPostalCode: 90134, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1074, CustomerName: `Martin Black`, CustomerFirstName: `Martin`, CustomerLastName: `Black`, CustomerAddress: `139 Market Street, Miami, USA, 90134`, Salesperson: `Max Jackson`, OrderID: 1060, OrderDate: `3/11/2022`, ProductID: 154, ProductName: `Mac Book Pro`, UnitPrice: 14460.37, Quantity: 4, ExtendedPrice: 57841.48, Freight: 1020.37, Discontinued: false, Region: `West`, Address: `139 Market Street`, City: `Miami`, Country: `USA`, PostalCode: 90134 }), + new InvoicesDataItem({ ShipName: `Jackson Market`, ShipAddress: `132 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 60055, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1075, CustomerName: `Martin Jackson`, CustomerFirstName: `Martin`, CustomerLastName: `Jackson`, CustomerAddress: `132 Market Street, Philadelphia, USA, 60055`, Salesperson: `Pamela Madison`, OrderID: 1213, OrderDate: `9/3/2022`, ProductID: 108, ProductName: `IPhone`, UnitPrice: 19340.74, Quantity: 3, ExtendedPrice: 58022.22, Freight: 1370.74, Discontinued: false, Region: `West`, Address: `132 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 60055 }), + new InvoicesDataItem({ ShipName: `Black Market`, ShipAddress: `192 Market Street`, ShipCity: `Miami`, ShipPostalCode: 90135, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1076, CustomerName: `Mike Black`, CustomerFirstName: `Mike`, CustomerLastName: `Black`, CustomerAddress: `192 Market Street, Miami, USA, 90135`, Salesperson: `Nancy Madison`, OrderID: 1563, OrderDate: `5/8/2022`, ProductID: 162, ProductName: `Samsung Note`, UnitPrice: 12670.48, Quantity: 2, ExtendedPrice: 25340.96, Freight: 1870.48, Discontinued: false, Region: `South East`, Address: `192 Market Street`, City: `Miami`, Country: `USA`, PostalCode: 90135 }), + new InvoicesDataItem({ ShipName: `Jefferson Market`, ShipAddress: `108 Wall Street`, ShipCity: `Miami`, ShipPostalCode: 90156, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1077, CustomerName: `Martin Jefferson`, CustomerFirstName: `Martin`, CustomerLastName: `Jefferson`, CustomerAddress: `108 Wall Street, Miami, USA, 90156`, Salesperson: `Max Smith`, OrderID: 1087, OrderDate: `6/24/2022`, ProductID: 194, ProductName: `Samsung Galaxy 22`, UnitPrice: 6860.84, Quantity: 3, ExtendedPrice: 20582.52, Freight: 1880.84, Discontinued: false, Region: `South East`, Address: `108 Wall Street`, City: `Miami`, Country: `USA`, PostalCode: 90156 }), + new InvoicesDataItem({ ShipName: `Smith Market`, ShipAddress: `162 Wall Street`, ShipCity: `New York`, ShipPostalCode: 80121, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1078, CustomerName: `Nancy Smith`, CustomerFirstName: `Nancy`, CustomerLastName: `Smith`, CustomerAddress: `162 Wall Street, New York, USA, 80121`, Salesperson: `Anna Black`, OrderID: 1663, OrderDate: `9/5/2022`, ProductID: 149, ProductName: `Mac Book Pro`, UnitPrice: 29550.53, Quantity: 5, ExtendedPrice: 147752.65, Freight: 1270.53, Discontinued: false, Region: `South East`, Address: `162 Wall Street`, City: `New York`, Country: `USA`, PostalCode: 80121 }), + new InvoicesDataItem({ ShipName: `Smith Market`, ShipAddress: `165 Main Street`, ShipCity: `Los Angeles`, ShipPostalCode: 70057, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1079, CustomerName: `Martin Smith`, CustomerFirstName: `Martin`, CustomerLastName: `Smith`, CustomerAddress: `165 Main Street, Los Angeles, USA, 70057`, Salesperson: `James Watson`, OrderID: 1724, OrderDate: `5/6/2022`, ProductID: 180, ProductName: `IPad`, UnitPrice: 13560.61, Quantity: 3, ExtendedPrice: 40681.83, Freight: 760.61, Discontinued: true, Region: `North East`, Address: `165 Main Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 70057 }), + new InvoicesDataItem({ ShipName: `Watson Market`, ShipAddress: `162 Main Street`, ShipCity: `Huston`, ShipPostalCode: 60057, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1080, CustomerName: `Anna Watson`, CustomerFirstName: `Anna`, CustomerLastName: `Watson`, CustomerAddress: `162 Main Street, Huston, USA, 60057`, Salesperson: `Anna Watson`, OrderID: 1156, OrderDate: `10/5/2022`, ProductID: 157, ProductName: `Samsung Galaxy 22`, UnitPrice: 17220.59, Quantity: 3, ExtendedPrice: 51661.77, Freight: 1550.59, Discontinued: false, Region: `North East`, Address: `162 Main Street`, City: `Huston`, Country: `USA`, PostalCode: 60057 }), + new InvoicesDataItem({ ShipName: `Watson Estate`, ShipAddress: `126 Main Street`, ShipCity: `Miami`, ShipPostalCode: 70200, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1081, CustomerName: `Nancy Watson`, CustomerFirstName: `Nancy`, CustomerLastName: `Watson`, CustomerAddress: `126 Main Street, Miami, USA, 70200`, Salesperson: `Ben Watson`, OrderID: 1982, OrderDate: `9/11/2022`, ProductID: 123, ProductName: `Mac Book Air`, UnitPrice: 25780.79, Quantity: 2, ExtendedPrice: 51561.58, Freight: 680.79, Discontinued: false, Region: `South East`, Address: `126 Main Street`, City: `Miami`, Country: `USA`, PostalCode: 70200 }), + new InvoicesDataItem({ ShipName: `Jackson Market`, ShipAddress: `105 Wall Street`, ShipCity: `Huston`, ShipPostalCode: 80141, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1082, CustomerName: `Max Jackson`, CustomerFirstName: `Max`, CustomerLastName: `Jackson`, CustomerAddress: `105 Wall Street, Huston, USA, 80141`, Salesperson: `Pamela Watson`, OrderID: 1462, OrderDate: `6/6/2022`, ProductID: 189, ProductName: `Samsung Galaxy 22`, UnitPrice: 16990.62, Quantity: 2, ExtendedPrice: 33981.24, Freight: 710.62, Discontinued: false, Region: `West`, Address: `105 Wall Street`, City: `Huston`, Country: `USA`, PostalCode: 80141 }), + new InvoicesDataItem({ ShipName: `Jefferson Market`, ShipAddress: `113 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 50187, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1083, CustomerName: `James Jefferson`, CustomerFirstName: `James`, CustomerLastName: `Jefferson`, CustomerAddress: `113 Market Street, Philadelphia, USA, 50187`, Salesperson: `Martin Jefferson`, OrderID: 1698, OrderDate: `5/16/2022`, ProductID: 148, ProductName: `IPhone`, UnitPrice: 16930.87, Quantity: 4, ExtendedPrice: 67723.48, Freight: 1080.87, Discontinued: false, Region: `North East`, Address: `113 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 50187 }), + new InvoicesDataItem({ ShipName: `Black Market`, ShipAddress: `164 Main Street`, ShipCity: `New York`, ShipPostalCode: 80172, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1084, CustomerName: `Mike Black`, CustomerFirstName: `Mike`, CustomerLastName: `Black`, CustomerAddress: `164 Main Street, New York, USA, 80172`, Salesperson: `Mike Jackson`, OrderID: 1300, OrderDate: `11/11/2022`, ProductID: 164, ProductName: `IPhone`, UnitPrice: 8120.59, Quantity: 4, ExtendedPrice: 32482.36, Freight: 1140.59, Discontinued: false, Region: `West`, Address: `164 Main Street`, City: `New York`, Country: `USA`, PostalCode: 80172 }), + new InvoicesDataItem({ ShipName: `Watson Estate`, ShipAddress: `108 Main Street`, ShipCity: `Philadelphia`, ShipPostalCode: 90074, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1085, CustomerName: `Pamela Watson`, CustomerFirstName: `Pamela`, CustomerLastName: `Watson`, CustomerAddress: `108 Main Street, Philadelphia, USA, 90074`, Salesperson: `Nancy Madison`, OrderID: 1401, OrderDate: `12/3/2022`, ProductID: 139, ProductName: `IPhone`, UnitPrice: 6160.25, Quantity: 4, ExtendedPrice: 24641, Freight: 1600.25, Discontinued: false, Region: `South East`, Address: `108 Main Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 90074 }), + new InvoicesDataItem({ ShipName: `Jefferson Market`, ShipAddress: `175 Main Street`, ShipCity: `Huston`, ShipPostalCode: 80111, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1086, CustomerName: `Max Jefferson`, CustomerFirstName: `Max`, CustomerLastName: `Jefferson`, CustomerAddress: `175 Main Street, Huston, USA, 80111`, Salesperson: `Nancy Watson`, OrderID: 1474, OrderDate: `9/1/2022`, ProductID: 138, ProductName: `Mac Book Air`, UnitPrice: 7220.7, Quantity: 4, ExtendedPrice: 28882.8, Freight: 1530.7, Discontinued: false, Region: `West`, Address: `175 Main Street`, City: `Huston`, Country: `USA`, PostalCode: 80111 }), + new InvoicesDataItem({ ShipName: `Madison Estate`, ShipAddress: `102 Wall Street`, ShipCity: `Miami`, ShipPostalCode: 80173, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1087, CustomerName: `Nancy Madison`, CustomerFirstName: `Nancy`, CustomerLastName: `Madison`, CustomerAddress: `102 Wall Street, Miami, USA, 80173`, Salesperson: `Martin Jackson`, OrderID: 1678, OrderDate: `5/6/2022`, ProductID: 190, ProductName: `IPad`, UnitPrice: 17990.28, Quantity: 4, ExtendedPrice: 71961.12, Freight: 1420.28, Discontinued: false, Region: `South East`, Address: `102 Wall Street`, City: `Miami`, Country: `USA`, PostalCode: 80173 }), + new InvoicesDataItem({ ShipName: `Jackson Townhouse`, ShipAddress: `163 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 50105, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1088, CustomerName: `Mike Jackson`, CustomerFirstName: `Mike`, CustomerLastName: `Jackson`, CustomerAddress: `163 Market Street, Philadelphia, USA, 50105`, Salesperson: `Martin Black`, OrderID: 1384, OrderDate: `4/16/2022`, ProductID: 156, ProductName: `Mac Book Pro`, UnitPrice: 15460.27, Quantity: 3, ExtendedPrice: 46380.81, Freight: 1250.27, Discontinued: false, Region: `West`, Address: `163 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 50105 }), + new InvoicesDataItem({ ShipName: `Watson Home`, ShipAddress: `165 Wall Street`, ShipCity: `Huston`, ShipPostalCode: 90075, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1089, CustomerName: `Ben Watson`, CustomerFirstName: `Ben`, CustomerLastName: `Watson`, CustomerAddress: `165 Wall Street, Huston, USA, 90075`, Salesperson: `Nancy Jefferson`, OrderID: 1223, OrderDate: `7/20/2022`, ProductID: 105, ProductName: `Mac Book Pro`, UnitPrice: 15450.62, Quantity: 2, ExtendedPrice: 30901.24, Freight: 1350.62, Discontinued: true, Region: `North East`, Address: `165 Wall Street`, City: `Huston`, Country: `USA`, PostalCode: 90075 }), + new InvoicesDataItem({ ShipName: `Jefferson Market`, ShipAddress: `140 Wall Street`, ShipCity: `New York`, ShipPostalCode: 80134, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1090, CustomerName: `Anna Jefferson`, CustomerFirstName: `Anna`, CustomerLastName: `Jefferson`, CustomerAddress: `140 Wall Street, New York, USA, 80134`, Salesperson: `Anna Watson`, OrderID: 1189, OrderDate: `10/5/2022`, ProductID: 128, ProductName: `Samsung Note`, UnitPrice: 15460.25, Quantity: 5, ExtendedPrice: 77301.25, Freight: 840.25, Discontinued: false, Region: `West`, Address: `140 Wall Street`, City: `New York`, Country: `USA`, PostalCode: 80134 }), + new InvoicesDataItem({ ShipName: `Madison Market`, ShipAddress: `191 Wall Street`, ShipCity: `Los Angeles`, ShipPostalCode: 80168, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1091, CustomerName: `Max Madison`, CustomerFirstName: `Max`, CustomerLastName: `Madison`, CustomerAddress: `191 Wall Street, Los Angeles, USA, 80168`, Salesperson: `Anna Madison`, OrderID: 1657, OrderDate: `8/7/2022`, ProductID: 154, ProductName: `IPad`, UnitPrice: 24990.6, Quantity: 5, ExtendedPrice: 124953, Freight: 1890.6, Discontinued: false, Region: `South East`, Address: `191 Wall Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 80168 }), + new InvoicesDataItem({ ShipName: `Watson Market`, ShipAddress: `111 Market Street`, ShipCity: `Los Angeles`, ShipPostalCode: 60130, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1092, CustomerName: `Anna Watson`, CustomerFirstName: `Anna`, CustomerLastName: `Watson`, CustomerAddress: `111 Market Street, Los Angeles, USA, 60130`, Salesperson: `Ben Jackson`, OrderID: 1818, OrderDate: `12/2/2022`, ProductID: 107, ProductName: `Samsung Note`, UnitPrice: 19750.45, Quantity: 4, ExtendedPrice: 79001.8, Freight: 1840.45, Discontinued: false, Region: `South East`, Address: `111 Market Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 60130 }), + new InvoicesDataItem({ ShipName: `Madison Estate`, ShipAddress: `190 Market Street`, ShipCity: `Los Angeles`, ShipPostalCode: 50162, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1093, CustomerName: `Mike Madison`, CustomerFirstName: `Mike`, CustomerLastName: `Madison`, CustomerAddress: `190 Market Street, Los Angeles, USA, 50162`, Salesperson: `Mike Watson`, OrderID: 1117, OrderDate: `10/12/2022`, ProductID: 176, ProductName: `Samsung Note`, UnitPrice: 15390.57, Quantity: 5, ExtendedPrice: 76952.85, Freight: 1500.57, Discontinued: false, Region: `West`, Address: `190 Market Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 50162 }), + new InvoicesDataItem({ ShipName: `Black Market`, ShipAddress: `121 Main Street`, ShipCity: `Miami`, ShipPostalCode: 70156, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1094, CustomerName: `James Black`, CustomerFirstName: `James`, CustomerLastName: `Black`, CustomerAddress: `121 Main Street, Miami, USA, 70156`, Salesperson: `Mike Jackson`, OrderID: 1188, OrderDate: `11/23/2022`, ProductID: 177, ProductName: `IPad`, UnitPrice: 23120.28, Quantity: 3, ExtendedPrice: 69360.84, Freight: 1670.28, Discontinued: false, Region: `South East`, Address: `121 Main Street`, City: `Miami`, Country: `USA`, PostalCode: 70156 }), + new InvoicesDataItem({ ShipName: `Smith Market`, ShipAddress: `120 Main Street`, ShipCity: `Miami`, ShipPostalCode: 60082, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1095, CustomerName: `Martin Smith`, CustomerFirstName: `Martin`, CustomerLastName: `Smith`, CustomerAddress: `120 Main Street, Miami, USA, 60082`, Salesperson: `Nancy Smith`, OrderID: 1673, OrderDate: `1/25/2022`, ProductID: 189, ProductName: `Mac Book Air`, UnitPrice: 16310.31, Quantity: 4, ExtendedPrice: 65241.24, Freight: 370.31, Discontinued: false, Region: `South East`, Address: `120 Main Street`, City: `Miami`, Country: `USA`, PostalCode: 60082 }), + new InvoicesDataItem({ ShipName: `Madison Estate`, ShipAddress: `102 Main Street`, ShipCity: `Miami`, ShipPostalCode: 90125, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1096, CustomerName: `Pamela Madison`, CustomerFirstName: `Pamela`, CustomerLastName: `Madison`, CustomerAddress: `102 Main Street, Miami, USA, 90125`, Salesperson: `Pamela Smith`, OrderID: 1048, OrderDate: `8/6/2022`, ProductID: 148, ProductName: `Mac Book Pro`, UnitPrice: 14920.59, Quantity: 2, ExtendedPrice: 29841.18, Freight: 1110.59, Discontinued: false, Region: `West`, Address: `102 Main Street`, City: `Miami`, Country: `USA`, PostalCode: 90125 }), + new InvoicesDataItem({ ShipName: `Jefferson Home`, ShipAddress: `125 Main Street`, ShipCity: `Los Angeles`, ShipPostalCode: 80199, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1097, CustomerName: `James Jefferson`, CustomerFirstName: `James`, CustomerLastName: `Jefferson`, CustomerAddress: `125 Main Street, Los Angeles, USA, 80199`, Salesperson: `Pamela Black`, OrderID: 1336, OrderDate: `6/1/2022`, ProductID: 159, ProductName: `Mac Book Pro`, UnitPrice: 11370.4, Quantity: 5, ExtendedPrice: 56852, Freight: 1210.4, Discontinued: false, Region: `West`, Address: `125 Main Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 80199 }), + new InvoicesDataItem({ ShipName: `Jefferson Townhouse`, ShipAddress: `109 Wall Street`, ShipCity: `Miami`, ShipPostalCode: 60118, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1098, CustomerName: `Mike Jefferson`, CustomerFirstName: `Mike`, CustomerLastName: `Jefferson`, CustomerAddress: `109 Wall Street, Miami, USA, 60118`, Salesperson: `James Madison`, OrderID: 1049, OrderDate: `2/14/2022`, ProductID: 172, ProductName: `Mac Book Pro`, UnitPrice: 18730.79, Quantity: 5, ExtendedPrice: 93653.95, Freight: 300.79, Discontinued: false, Region: `South East`, Address: `109 Wall Street`, City: `Miami`, Country: `USA`, PostalCode: 60118 }), + new InvoicesDataItem({ ShipName: `Smith Townhouse`, ShipAddress: `149 Main Street`, ShipCity: `Miami`, ShipPostalCode: 50128, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1099, CustomerName: `Anna Smith`, CustomerFirstName: `Anna`, CustomerLastName: `Smith`, CustomerAddress: `149 Main Street, Miami, USA, 50128`, Salesperson: `James Watson`, OrderID: 1292, OrderDate: `3/15/2022`, ProductID: 183, ProductName: `Mac Book Air`, UnitPrice: 16730.48, Quantity: 5, ExtendedPrice: 83652.4, Freight: 1320.48, Discontinued: true, Region: `North East`, Address: `149 Main Street`, City: `Miami`, Country: `USA`, PostalCode: 50128 }), + new InvoicesDataItem({ ShipName: `Smith Estate`, ShipAddress: `183 Wall Street`, ShipCity: `New York`, ShipPostalCode: 50089, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1100, CustomerName: `Ben Smith`, CustomerFirstName: `Ben`, CustomerLastName: `Smith`, CustomerAddress: `183 Wall Street, New York, USA, 50089`, Salesperson: `Max Watson`, OrderID: 1724, OrderDate: `9/22/2022`, ProductID: 160, ProductName: `IPad`, UnitPrice: 23370.51, Quantity: 3, ExtendedPrice: 70111.53, Freight: 1200.51, Discontinued: false, Region: `North East`, Address: `183 Wall Street`, City: `New York`, Country: `USA`, PostalCode: 50089 }), + new InvoicesDataItem({ ShipName: `Watson Estate`, ShipAddress: `195 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 60110, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1101, CustomerName: `Martin Watson`, CustomerFirstName: `Martin`, CustomerLastName: `Watson`, CustomerAddress: `195 Market Street, Philadelphia, USA, 60110`, Salesperson: `Martin Black`, OrderID: 1154, OrderDate: `4/13/2022`, ProductID: 180, ProductName: `Samsung Note`, UnitPrice: 24870.49, Quantity: 4, ExtendedPrice: 99481.96, Freight: 1200.49, Discontinued: false, Region: `South East`, Address: `195 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 60110 }), + new InvoicesDataItem({ ShipName: `Madison Estate`, ShipAddress: `153 Market Street`, ShipCity: `New York`, ShipPostalCode: 60113, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1102, CustomerName: `Ben Madison`, CustomerFirstName: `Ben`, CustomerLastName: `Madison`, CustomerAddress: `153 Market Street, New York, USA, 60113`, Salesperson: `Nancy Black`, OrderID: 1333, OrderDate: `2/24/2022`, ProductID: 192, ProductName: `Samsung Note`, UnitPrice: 12710.8, Quantity: 4, ExtendedPrice: 50843.2, Freight: 1520.8, Discontinued: false, Region: `North East`, Address: `153 Market Street`, City: `New York`, Country: `USA`, PostalCode: 60113 }), + new InvoicesDataItem({ ShipName: `Watson Market`, ShipAddress: `185 Market Street`, ShipCity: `Miami`, ShipPostalCode: 60118, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1103, CustomerName: `James Watson`, CustomerFirstName: `James`, CustomerLastName: `Watson`, CustomerAddress: `185 Market Street, Miami, USA, 60118`, Salesperson: `Max Black`, OrderID: 1243, OrderDate: `2/7/2022`, ProductID: 124, ProductName: `Samsung Galaxy 22`, UnitPrice: 16270.33, Quantity: 4, ExtendedPrice: 65081.32, Freight: 1050.33, Discontinued: false, Region: `West`, Address: `185 Market Street`, City: `Miami`, Country: `USA`, PostalCode: 60118 }), + new InvoicesDataItem({ ShipName: `Smith Home`, ShipAddress: `181 Market Street`, ShipCity: `Miami`, ShipPostalCode: 80055, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1104, CustomerName: `Anna Smith`, CustomerFirstName: `Anna`, CustomerLastName: `Smith`, CustomerAddress: `181 Market Street, Miami, USA, 80055`, Salesperson: `Nancy Madison`, OrderID: 1090, OrderDate: `12/2/2022`, ProductID: 106, ProductName: `Mac Book Pro`, UnitPrice: 25150.85, Quantity: 5, ExtendedPrice: 125754.25, Freight: 560.85, Discontinued: false, Region: `North East`, Address: `181 Market Street`, City: `Miami`, Country: `USA`, PostalCode: 80055 }), + new InvoicesDataItem({ ShipName: `Watson Home`, ShipAddress: `185 Market Street`, ShipCity: `Los Angeles`, ShipPostalCode: 60149, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1105, CustomerName: `Ben Watson`, CustomerFirstName: `Ben`, CustomerLastName: `Watson`, CustomerAddress: `185 Market Street, Los Angeles, USA, 60149`, Salesperson: `Martin Madison`, OrderID: 1697, OrderDate: `10/12/2022`, ProductID: 193, ProductName: `Mac Book Air`, UnitPrice: 18440.22, Quantity: 5, ExtendedPrice: 92201.1, Freight: 1030.22, Discontinued: false, Region: `North East`, Address: `185 Market Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 60149 }), + new InvoicesDataItem({ ShipName: `Madison Home`, ShipAddress: `110 Wall Street`, ShipCity: `Los Angeles`, ShipPostalCode: 90160, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1106, CustomerName: `Anna Madison`, CustomerFirstName: `Anna`, CustomerLastName: `Madison`, CustomerAddress: `110 Wall Street, Los Angeles, USA, 90160`, Salesperson: `Mike Jefferson`, OrderID: 1868, OrderDate: `6/20/2022`, ProductID: 166, ProductName: `Samsung Galaxy 22`, UnitPrice: 10990.49, Quantity: 5, ExtendedPrice: 54952.45, Freight: 1250.49, Discontinued: false, Region: `North East`, Address: `110 Wall Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 90160 }), + new InvoicesDataItem({ ShipName: `Madison Home`, ShipAddress: `124 Wall Street`, ShipCity: `Miami`, ShipPostalCode: 90129, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1107, CustomerName: `Martin Madison`, CustomerFirstName: `Martin`, CustomerLastName: `Madison`, CustomerAddress: `124 Wall Street, Miami, USA, 90129`, Salesperson: `Max Madison`, OrderID: 1419, OrderDate: `11/8/2022`, ProductID: 119, ProductName: `Mac Book Air`, UnitPrice: 9310.28, Quantity: 3, ExtendedPrice: 27930.84, Freight: 1660.28, Discontinued: false, Region: `West`, Address: `124 Wall Street`, City: `Miami`, Country: `USA`, PostalCode: 90129 }), + new InvoicesDataItem({ ShipName: `Jefferson Townhouse`, ShipAddress: `144 Wall Street`, ShipCity: `Huston`, ShipPostalCode: 80145, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1108, CustomerName: `Pamela Jefferson`, CustomerFirstName: `Pamela`, CustomerLastName: `Jefferson`, CustomerAddress: `144 Wall Street, Huston, USA, 80145`, Salesperson: `Mike Smith`, OrderID: 1103, OrderDate: `5/14/2022`, ProductID: 172, ProductName: `Mac Book Pro`, UnitPrice: 5130.33, Quantity: 2, ExtendedPrice: 10260.66, Freight: 1840.33, Discontinued: false, Region: `North East`, Address: `144 Wall Street`, City: `Huston`, Country: `USA`, PostalCode: 80145 }), + new InvoicesDataItem({ ShipName: `Jefferson Estate`, ShipAddress: `200 Main Street`, ShipCity: `Philadelphia`, ShipPostalCode: 50073, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1109, CustomerName: `Nancy Jefferson`, CustomerFirstName: `Nancy`, CustomerLastName: `Jefferson`, CustomerAddress: `200 Main Street, Philadelphia, USA, 50073`, Salesperson: `Max Jackson`, OrderID: 1461, OrderDate: `6/13/2022`, ProductID: 153, ProductName: `Mac Book Pro`, UnitPrice: 23080.59, Quantity: 3, ExtendedPrice: 69241.77, Freight: 540.59, Discontinued: true, Region: `West`, Address: `200 Main Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 50073 }), + new InvoicesDataItem({ ShipName: `Madison Market`, ShipAddress: `196 Market Street`, ShipCity: `New York`, ShipPostalCode: 70070, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1110, CustomerName: `Mike Madison`, CustomerFirstName: `Mike`, CustomerLastName: `Madison`, CustomerAddress: `196 Market Street, New York, USA, 70070`, Salesperson: `Nancy Smith`, OrderID: 1713, OrderDate: `3/6/2022`, ProductID: 121, ProductName: `Mac Book Pro`, UnitPrice: 29390.58, Quantity: 3, ExtendedPrice: 88171.74, Freight: 1170.58, Discontinued: false, Region: `West`, Address: `196 Market Street`, City: `New York`, Country: `USA`, PostalCode: 70070 }), + new InvoicesDataItem({ ShipName: `Smith Home`, ShipAddress: `154 Main Street`, ShipCity: `New York`, ShipPostalCode: 70167, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1111, CustomerName: `Martin Smith`, CustomerFirstName: `Martin`, CustomerLastName: `Smith`, CustomerAddress: `154 Main Street, New York, USA, 70167`, Salesperson: `Pamela Jackson`, OrderID: 1956, OrderDate: `1/2/2022`, ProductID: 156, ProductName: `Samsung Note`, UnitPrice: 24870.88, Quantity: 2, ExtendedPrice: 49741.76, Freight: 1360.88, Discontinued: false, Region: `North East`, Address: `154 Main Street`, City: `New York`, Country: `USA`, PostalCode: 70167 }), + new InvoicesDataItem({ ShipName: `Jefferson Townhouse`, ShipAddress: `110 Main Street`, ShipCity: `Miami`, ShipPostalCode: 90055, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1112, CustomerName: `Mike Jefferson`, CustomerFirstName: `Mike`, CustomerLastName: `Jefferson`, CustomerAddress: `110 Main Street, Miami, USA, 90055`, Salesperson: `Anna Madison`, OrderID: 1530, OrderDate: `10/15/2022`, ProductID: 113, ProductName: `IPad`, UnitPrice: 24570.87, Quantity: 4, ExtendedPrice: 98283.48, Freight: 930.87, Discontinued: false, Region: `South East`, Address: `110 Main Street`, City: `Miami`, Country: `USA`, PostalCode: 90055 }), + new InvoicesDataItem({ ShipName: `Jefferson Townhouse`, ShipAddress: `200 Market Street`, ShipCity: `Huston`, ShipPostalCode: 70105, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1113, CustomerName: `Martin Jefferson`, CustomerFirstName: `Martin`, CustomerLastName: `Jefferson`, CustomerAddress: `200 Market Street, Huston, USA, 70105`, Salesperson: `James Jackson`, OrderID: 1488, OrderDate: `7/13/2022`, ProductID: 109, ProductName: `IPhone`, UnitPrice: 23860.57, Quantity: 4, ExtendedPrice: 95442.28, Freight: 1130.57, Discontinued: false, Region: `North East`, Address: `200 Market Street`, City: `Huston`, Country: `USA`, PostalCode: 70105 }), + new InvoicesDataItem({ ShipName: `Jefferson Home`, ShipAddress: `181 Main Street`, ShipCity: `Philadelphia`, ShipPostalCode: 80175, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1114, CustomerName: `Ben Jefferson`, CustomerFirstName: `Ben`, CustomerLastName: `Jefferson`, CustomerAddress: `181 Main Street, Philadelphia, USA, 80175`, Salesperson: `Max Jackson`, OrderID: 1143, OrderDate: `6/13/2022`, ProductID: 144, ProductName: `Mac Book Air`, UnitPrice: 28390.63, Quantity: 5, ExtendedPrice: 141953.15, Freight: 300.63, Discontinued: false, Region: `North East`, Address: `181 Main Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 80175 }), + new InvoicesDataItem({ ShipName: `Jackson Home`, ShipAddress: `137 Market Street`, ShipCity: `Huston`, ShipPostalCode: 50144, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1115, CustomerName: `Ben Jackson`, CustomerFirstName: `Ben`, CustomerLastName: `Jackson`, CustomerAddress: `137 Market Street, Huston, USA, 50144`, Salesperson: `Martin Jackson`, OrderID: 1274, OrderDate: `4/8/2022`, ProductID: 134, ProductName: `IPad`, UnitPrice: 22580.34, Quantity: 2, ExtendedPrice: 45160.68, Freight: 1720.34, Discontinued: false, Region: `South East`, Address: `137 Market Street`, City: `Huston`, Country: `USA`, PostalCode: 50144 }), + new InvoicesDataItem({ ShipName: `Jefferson Market`, ShipAddress: `186 Main Street`, ShipCity: `Los Angeles`, ShipPostalCode: 70112, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1116, CustomerName: `Pamela Jefferson`, CustomerFirstName: `Pamela`, CustomerLastName: `Jefferson`, CustomerAddress: `186 Main Street, Los Angeles, USA, 70112`, Salesperson: `Mike Jefferson`, OrderID: 1597, OrderDate: `8/6/2022`, ProductID: 127, ProductName: `Mac Book Pro`, UnitPrice: 28490.48, Quantity: 3, ExtendedPrice: 85471.44, Freight: 760.48, Discontinued: false, Region: `South East`, Address: `186 Main Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 70112 }), + new InvoicesDataItem({ ShipName: `Watson Townhouse`, ShipAddress: `152 Wall Street`, ShipCity: `Huston`, ShipPostalCode: 50080, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1117, CustomerName: `Nancy Watson`, CustomerFirstName: `Nancy`, CustomerLastName: `Watson`, CustomerAddress: `152 Wall Street, Huston, USA, 50080`, Salesperson: `Max Jackson`, OrderID: 1632, OrderDate: `4/15/2022`, ProductID: 179, ProductName: `Mac Book Pro`, UnitPrice: 20680.38, Quantity: 5, ExtendedPrice: 103401.9, Freight: 490.38, Discontinued: false, Region: `West`, Address: `152 Wall Street`, City: `Huston`, Country: `USA`, PostalCode: 50080 }), + new InvoicesDataItem({ ShipName: `Black Home`, ShipAddress: `147 Wall Street`, ShipCity: `Huston`, ShipPostalCode: 60136, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1118, CustomerName: `Pamela Black`, CustomerFirstName: `Pamela`, CustomerLastName: `Black`, CustomerAddress: `147 Wall Street, Huston, USA, 60136`, Salesperson: `Mike Watson`, OrderID: 1461, OrderDate: `4/21/2022`, ProductID: 118, ProductName: `Samsung Note`, UnitPrice: 6990.24, Quantity: 5, ExtendedPrice: 34951.2, Freight: 460.24, Discontinued: false, Region: `North East`, Address: `147 Wall Street`, City: `Huston`, Country: `USA`, PostalCode: 60136 }), + new InvoicesDataItem({ ShipName: `Black Estate`, ShipAddress: `161 Market Street`, ShipCity: `Huston`, ShipPostalCode: 80121, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1119, CustomerName: `James Black`, CustomerFirstName: `James`, CustomerLastName: `Black`, CustomerAddress: `161 Market Street, Huston, USA, 80121`, Salesperson: `Martin Jefferson`, OrderID: 1380, OrderDate: `1/3/2022`, ProductID: 176, ProductName: `Mac Book Air`, UnitPrice: 26540.79, Quantity: 5, ExtendedPrice: 132703.95, Freight: 470.79, Discontinued: true, Region: `West`, Address: `161 Market Street`, City: `Huston`, Country: `USA`, PostalCode: 80121 }), + new InvoicesDataItem({ ShipName: `Watson Townhouse`, ShipAddress: `118 Main Street`, ShipCity: `Philadelphia`, ShipPostalCode: 50189, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1120, CustomerName: `Ben Watson`, CustomerFirstName: `Ben`, CustomerLastName: `Watson`, CustomerAddress: `118 Main Street, Philadelphia, USA, 50189`, Salesperson: `Ben Watson`, OrderID: 1658, OrderDate: `1/4/2022`, ProductID: 184, ProductName: `Mac Book Air`, UnitPrice: 16830.41, Quantity: 5, ExtendedPrice: 84152.05, Freight: 1660.41, Discontinued: false, Region: `West`, Address: `118 Main Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 50189 }), + new InvoicesDataItem({ ShipName: `Jackson Townhouse`, ShipAddress: `186 Market Street`, ShipCity: `Miami`, ShipPostalCode: 60097, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1121, CustomerName: `Pamela Jackson`, CustomerFirstName: `Pamela`, CustomerLastName: `Jackson`, CustomerAddress: `186 Market Street, Miami, USA, 60097`, Salesperson: `Nancy Watson`, OrderID: 1754, OrderDate: `7/3/2022`, ProductID: 148, ProductName: `Mac Book Air`, UnitPrice: 5030.24, Quantity: 3, ExtendedPrice: 15090.72, Freight: 1660.24, Discontinued: false, Region: `South East`, Address: `186 Market Street`, City: `Miami`, Country: `USA`, PostalCode: 60097 }), + new InvoicesDataItem({ ShipName: `Smith Market`, ShipAddress: `191 Main Street`, ShipCity: `Los Angeles`, ShipPostalCode: 90155, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1122, CustomerName: `Ben Smith`, CustomerFirstName: `Ben`, CustomerLastName: `Smith`, CustomerAddress: `191 Main Street, Los Angeles, USA, 90155`, Salesperson: `Anna Madison`, OrderID: 1279, OrderDate: `3/14/2022`, ProductID: 151, ProductName: `IPhone`, UnitPrice: 23590.82, Quantity: 3, ExtendedPrice: 70772.46, Freight: 1120.82, Discontinued: false, Region: `West`, Address: `191 Main Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 90155 }), + new InvoicesDataItem({ ShipName: `Jefferson Market`, ShipAddress: `190 Main Street`, ShipCity: `New York`, ShipPostalCode: 80075, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1123, CustomerName: `James Jefferson`, CustomerFirstName: `James`, CustomerLastName: `Jefferson`, CustomerAddress: `190 Main Street, New York, USA, 80075`, Salesperson: `Martin Jackson`, OrderID: 1310, OrderDate: `11/7/2022`, ProductID: 183, ProductName: `Samsung Galaxy 22`, UnitPrice: 26450.4, Quantity: 5, ExtendedPrice: 132252, Freight: 420.4, Discontinued: false, Region: `South East`, Address: `190 Main Street`, City: `New York`, Country: `USA`, PostalCode: 80075 }), + new InvoicesDataItem({ ShipName: `Madison Home`, ShipAddress: `160 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 80067, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1124, CustomerName: `Pamela Madison`, CustomerFirstName: `Pamela`, CustomerLastName: `Madison`, CustomerAddress: `160 Market Street, Philadelphia, USA, 80067`, Salesperson: `Ben Jackson`, OrderID: 1920, OrderDate: `12/17/2022`, ProductID: 174, ProductName: `IPhone`, UnitPrice: 23660.88, Quantity: 4, ExtendedPrice: 94643.52, Freight: 1220.88, Discontinued: false, Region: `North East`, Address: `160 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 80067 }), + new InvoicesDataItem({ ShipName: `Black Market`, ShipAddress: `151 Wall Street`, ShipCity: `Miami`, ShipPostalCode: 90124, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1125, CustomerName: `Max Black`, CustomerFirstName: `Max`, CustomerLastName: `Black`, CustomerAddress: `151 Wall Street, Miami, USA, 90124`, Salesperson: `Mike Watson`, OrderID: 1497, OrderDate: `2/21/2022`, ProductID: 179, ProductName: `IPhone`, UnitPrice: 15940.51, Quantity: 5, ExtendedPrice: 79702.55, Freight: 1880.51, Discontinued: false, Region: `West`, Address: `151 Wall Street`, City: `Miami`, Country: `USA`, PostalCode: 90124 }), + new InvoicesDataItem({ ShipName: `Black Estate`, ShipAddress: `151 Market Street`, ShipCity: `Huston`, ShipPostalCode: 70173, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1126, CustomerName: `Nancy Black`, CustomerFirstName: `Nancy`, CustomerLastName: `Black`, CustomerAddress: `151 Market Street, Huston, USA, 70173`, Salesperson: `Pamela Jefferson`, OrderID: 1925, OrderDate: `2/15/2022`, ProductID: 170, ProductName: `IPhone`, UnitPrice: 13350.7, Quantity: 5, ExtendedPrice: 66753.5, Freight: 720.7, Discontinued: false, Region: `West`, Address: `151 Market Street`, City: `Huston`, Country: `USA`, PostalCode: 70173 }), + new InvoicesDataItem({ ShipName: `Watson Townhouse`, ShipAddress: `114 Main Street`, ShipCity: `Miami`, ShipPostalCode: 80067, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1127, CustomerName: `James Watson`, CustomerFirstName: `James`, CustomerLastName: `Watson`, CustomerAddress: `114 Main Street, Miami, USA, 80067`, Salesperson: `Pamela Black`, OrderID: 1338, OrderDate: `5/19/2022`, ProductID: 196, ProductName: `Samsung Note`, UnitPrice: 20820.82, Quantity: 4, ExtendedPrice: 83283.28, Freight: 1570.82, Discontinued: false, Region: `South East`, Address: `114 Main Street`, City: `Miami`, Country: `USA`, PostalCode: 80067 }), + new InvoicesDataItem({ ShipName: `Madison Market`, ShipAddress: `189 Wall Street`, ShipCity: `Philadelphia`, ShipPostalCode: 80157, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1128, CustomerName: `Anna Madison`, CustomerFirstName: `Anna`, CustomerLastName: `Madison`, CustomerAddress: `189 Wall Street, Philadelphia, USA, 80157`, Salesperson: `Ben Watson`, OrderID: 1794, OrderDate: `9/9/2022`, ProductID: 168, ProductName: `Samsung Galaxy 22`, UnitPrice: 25550.56, Quantity: 4, ExtendedPrice: 102202.24, Freight: 400.56, Discontinued: false, Region: `North East`, Address: `189 Wall Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 80157 }), + new InvoicesDataItem({ ShipName: `Watson Home`, ShipAddress: `198 Main Street`, ShipCity: `New York`, ShipPostalCode: 60169, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1129, CustomerName: `Ben Watson`, CustomerFirstName: `Ben`, CustomerLastName: `Watson`, CustomerAddress: `198 Main Street, New York, USA, 60169`, Salesperson: `James Black`, OrderID: 1108, OrderDate: `2/5/2022`, ProductID: 194, ProductName: `Mac Book Air`, UnitPrice: 10890.26, Quantity: 3, ExtendedPrice: 32670.78, Freight: 760.26, Discontinued: true, Region: `South East`, Address: `198 Main Street`, City: `New York`, Country: `USA`, PostalCode: 60169 }), + new InvoicesDataItem({ ShipName: `Jackson Townhouse`, ShipAddress: `106 Main Street`, ShipCity: `Los Angeles`, ShipPostalCode: 60117, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1130, CustomerName: `James Jackson`, CustomerFirstName: `James`, CustomerLastName: `Jackson`, CustomerAddress: `106 Main Street, Los Angeles, USA, 60117`, Salesperson: `Pamela Jackson`, OrderID: 1953, OrderDate: `11/24/2022`, ProductID: 179, ProductName: `Samsung Note`, UnitPrice: 19940.84, Quantity: 3, ExtendedPrice: 59822.52, Freight: 890.84, Discontinued: false, Region: `West`, Address: `106 Main Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 60117 }), + new InvoicesDataItem({ ShipName: `Madison Home`, ShipAddress: `192 Main Street`, ShipCity: `Los Angeles`, ShipPostalCode: 90090, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1131, CustomerName: `James Madison`, CustomerFirstName: `James`, CustomerLastName: `Madison`, CustomerAddress: `192 Main Street, Los Angeles, USA, 90090`, Salesperson: `Max Jefferson`, OrderID: 1337, OrderDate: `10/10/2022`, ProductID: 198, ProductName: `Samsung Note`, UnitPrice: 18640.31, Quantity: 2, ExtendedPrice: 37280.62, Freight: 280.31, Discontinued: false, Region: `South East`, Address: `192 Main Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 90090 }), + new InvoicesDataItem({ ShipName: `Jefferson Townhouse`, ShipAddress: `128 Market Street`, ShipCity: `Miami`, ShipPostalCode: 50136, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1132, CustomerName: `Martin Jefferson`, CustomerFirstName: `Martin`, CustomerLastName: `Jefferson`, CustomerAddress: `128 Market Street, Miami, USA, 50136`, Salesperson: `Nancy Jefferson`, OrderID: 1617, OrderDate: `4/10/2022`, ProductID: 148, ProductName: `Samsung Galaxy 22`, UnitPrice: 26140.37, Quantity: 2, ExtendedPrice: 52280.74, Freight: 1270.37, Discontinued: false, Region: `West`, Address: `128 Market Street`, City: `Miami`, Country: `USA`, PostalCode: 50136 }), + new InvoicesDataItem({ ShipName: `Jackson Home`, ShipAddress: `164 Wall Street`, ShipCity: `Huston`, ShipPostalCode: 70190, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1133, CustomerName: `Max Jackson`, CustomerFirstName: `Max`, CustomerLastName: `Jackson`, CustomerAddress: `164 Wall Street, Huston, USA, 70190`, Salesperson: `Nancy Watson`, OrderID: 1222, OrderDate: `3/15/2022`, ProductID: 140, ProductName: `IPad`, UnitPrice: 20540.74, Quantity: 3, ExtendedPrice: 61622.22, Freight: 1190.74, Discontinued: false, Region: `West`, Address: `164 Wall Street`, City: `Huston`, Country: `USA`, PostalCode: 70190 }), + new InvoicesDataItem({ ShipName: `Black Home`, ShipAddress: `118 Main Street`, ShipCity: `Huston`, ShipPostalCode: 60126, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1134, CustomerName: `Ben Black`, CustomerFirstName: `Ben`, CustomerLastName: `Black`, CustomerAddress: `118 Main Street, Huston, USA, 60126`, Salesperson: `Pamela Jefferson`, OrderID: 1888, OrderDate: `7/3/2022`, ProductID: 133, ProductName: `Samsung Galaxy 22`, UnitPrice: 25970.39, Quantity: 2, ExtendedPrice: 51940.78, Freight: 1110.39, Discontinued: false, Region: `North East`, Address: `118 Main Street`, City: `Huston`, Country: `USA`, PostalCode: 60126 }), + new InvoicesDataItem({ ShipName: `Jefferson Estate`, ShipAddress: `145 Wall Street`, ShipCity: `Philadelphia`, ShipPostalCode: 50093, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1135, CustomerName: `James Jefferson`, CustomerFirstName: `James`, CustomerLastName: `Jefferson`, CustomerAddress: `145 Wall Street, Philadelphia, USA, 50093`, Salesperson: `Nancy Jefferson`, OrderID: 1661, OrderDate: `5/14/2022`, ProductID: 199, ProductName: `Mac Book Air`, UnitPrice: 12190.38, Quantity: 2, ExtendedPrice: 24380.76, Freight: 1670.38, Discontinued: false, Region: `North East`, Address: `145 Wall Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 50093 }), + new InvoicesDataItem({ ShipName: `Jefferson Home`, ShipAddress: `174 Wall Street`, ShipCity: `Los Angeles`, ShipPostalCode: 70094, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1136, CustomerName: `Ben Jefferson`, CustomerFirstName: `Ben`, CustomerLastName: `Jefferson`, CustomerAddress: `174 Wall Street, Los Angeles, USA, 70094`, Salesperson: `Max Madison`, OrderID: 1495, OrderDate: `1/19/2022`, ProductID: 188, ProductName: `Mac Book Pro`, UnitPrice: 18310.54, Quantity: 5, ExtendedPrice: 91552.7, Freight: 810.54, Discontinued: false, Region: `West`, Address: `174 Wall Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 70094 }), + new InvoicesDataItem({ ShipName: `Watson Market`, ShipAddress: `146 Wall Street`, ShipCity: `Philadelphia`, ShipPostalCode: 90093, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1137, CustomerName: `Martin Watson`, CustomerFirstName: `Martin`, CustomerLastName: `Watson`, CustomerAddress: `146 Wall Street, Philadelphia, USA, 90093`, Salesperson: `Mike Smith`, OrderID: 1649, OrderDate: `1/4/2022`, ProductID: 171, ProductName: `Mac Book Air`, UnitPrice: 6400.45, Quantity: 3, ExtendedPrice: 19201.35, Freight: 220.45, Discontinued: false, Region: `West`, Address: `146 Wall Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 90093 }), + new InvoicesDataItem({ ShipName: `Smith Estate`, ShipAddress: `181 Main Street`, ShipCity: `Miami`, ShipPostalCode: 80117, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1138, CustomerName: `Martin Smith`, CustomerFirstName: `Martin`, CustomerLastName: `Smith`, CustomerAddress: `181 Main Street, Miami, USA, 80117`, Salesperson: `Mike Black`, OrderID: 1152, OrderDate: `5/12/2022`, ProductID: 172, ProductName: `Mac Book Pro`, UnitPrice: 26760.58, Quantity: 5, ExtendedPrice: 133802.9, Freight: 1480.58, Discontinued: false, Region: `West`, Address: `181 Main Street`, City: `Miami`, Country: `USA`, PostalCode: 80117 }), + new InvoicesDataItem({ ShipName: `Jefferson Market`, ShipAddress: `183 Wall Street`, ShipCity: `Philadelphia`, ShipPostalCode: 70191, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1139, CustomerName: `Mike Jefferson`, CustomerFirstName: `Mike`, CustomerLastName: `Jefferson`, CustomerAddress: `183 Wall Street, Philadelphia, USA, 70191`, Salesperson: `Nancy Jefferson`, OrderID: 1471, OrderDate: `5/19/2022`, ProductID: 119, ProductName: `Mac Book Pro`, UnitPrice: 22030.88, Quantity: 5, ExtendedPrice: 110154.4, Freight: 990.88, Discontinued: true, Region: `West`, Address: `183 Wall Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 70191 }), + new InvoicesDataItem({ ShipName: `Madison Estate`, ShipAddress: `100 Wall Street`, ShipCity: `Philadelphia`, ShipPostalCode: 80082, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1140, CustomerName: `Pamela Madison`, CustomerFirstName: `Pamela`, CustomerLastName: `Madison`, CustomerAddress: `100 Wall Street, Philadelphia, USA, 80082`, Salesperson: `Max Madison`, OrderID: 1793, OrderDate: `3/16/2022`, ProductID: 158, ProductName: `Mac Book Pro`, UnitPrice: 20230.42, Quantity: 3, ExtendedPrice: 60691.26, Freight: 1990.42, Discontinued: false, Region: `West`, Address: `100 Wall Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 80082 }), + new InvoicesDataItem({ ShipName: `Black Market`, ShipAddress: `173 Market Street`, ShipCity: `New York`, ShipPostalCode: 90155, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1141, CustomerName: `Pamela Black`, CustomerFirstName: `Pamela`, CustomerLastName: `Black`, CustomerAddress: `173 Market Street, New York, USA, 90155`, Salesperson: `Pamela Black`, OrderID: 1928, OrderDate: `8/24/2022`, ProductID: 114, ProductName: `Mac Book Air`, UnitPrice: 24460.68, Quantity: 2, ExtendedPrice: 48921.36, Freight: 1840.68, Discontinued: false, Region: `West`, Address: `173 Market Street`, City: `New York`, Country: `USA`, PostalCode: 90155 }), + new InvoicesDataItem({ ShipName: `Smith Townhouse`, ShipAddress: `171 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 60087, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1142, CustomerName: `James Smith`, CustomerFirstName: `James`, CustomerLastName: `Smith`, CustomerAddress: `171 Market Street, Philadelphia, USA, 60087`, Salesperson: `Pamela Madison`, OrderID: 1027, OrderDate: `1/25/2022`, ProductID: 145, ProductName: `Samsung Note`, UnitPrice: 6010.73, Quantity: 3, ExtendedPrice: 18032.19, Freight: 1860.73, Discontinued: false, Region: `West`, Address: `171 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 60087 }), + new InvoicesDataItem({ ShipName: `Jackson Townhouse`, ShipAddress: `175 Wall Street`, ShipCity: `Huston`, ShipPostalCode: 60122, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1143, CustomerName: `Mike Jackson`, CustomerFirstName: `Mike`, CustomerLastName: `Jackson`, CustomerAddress: `175 Wall Street, Huston, USA, 60122`, Salesperson: `Pamela Jackson`, OrderID: 1700, OrderDate: `12/10/2022`, ProductID: 150, ProductName: `Mac Book Pro`, UnitPrice: 22030.36, Quantity: 2, ExtendedPrice: 44060.72, Freight: 940.36, Discontinued: false, Region: `West`, Address: `175 Wall Street`, City: `Huston`, Country: `USA`, PostalCode: 60122 }), + new InvoicesDataItem({ ShipName: `Smith Townhouse`, ShipAddress: `174 Main Street`, ShipCity: `Miami`, ShipPostalCode: 90071, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1144, CustomerName: `Max Smith`, CustomerFirstName: `Max`, CustomerLastName: `Smith`, CustomerAddress: `174 Main Street, Miami, USA, 90071`, Salesperson: `Mike Jackson`, OrderID: 1769, OrderDate: `2/20/2022`, ProductID: 183, ProductName: `Mac Book Air`, UnitPrice: 25890.72, Quantity: 3, ExtendedPrice: 77672.16, Freight: 1540.72, Discontinued: false, Region: `West`, Address: `174 Main Street`, City: `Miami`, Country: `USA`, PostalCode: 90071 }), + new InvoicesDataItem({ ShipName: `Jefferson Estate`, ShipAddress: `100 Market Street`, ShipCity: `Huston`, ShipPostalCode: 90059, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1145, CustomerName: `Martin Jefferson`, CustomerFirstName: `Martin`, CustomerLastName: `Jefferson`, CustomerAddress: `100 Market Street, Huston, USA, 90059`, Salesperson: `Max Jefferson`, OrderID: 1835, OrderDate: `5/15/2022`, ProductID: 142, ProductName: `Samsung Note`, UnitPrice: 28310.48, Quantity: 3, ExtendedPrice: 84931.44, Freight: 2000.48, Discontinued: false, Region: `West`, Address: `100 Market Street`, City: `Huston`, Country: `USA`, PostalCode: 90059 }), + new InvoicesDataItem({ ShipName: `Madison Townhouse`, ShipAddress: `120 Market Street`, ShipCity: `Miami`, ShipPostalCode: 90120, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1146, CustomerName: `Ben Madison`, CustomerFirstName: `Ben`, CustomerLastName: `Madison`, CustomerAddress: `120 Market Street, Miami, USA, 90120`, Salesperson: `Max Jefferson`, OrderID: 1787, OrderDate: `5/16/2022`, ProductID: 104, ProductName: `IPad`, UnitPrice: 8410.44, Quantity: 2, ExtendedPrice: 16820.88, Freight: 1620.44, Discontinued: false, Region: `West`, Address: `120 Market Street`, City: `Miami`, Country: `USA`, PostalCode: 90120 }), + new InvoicesDataItem({ ShipName: `Watson Estate`, ShipAddress: `163 Wall Street`, ShipCity: `Los Angeles`, ShipPostalCode: 80132, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1147, CustomerName: `Pamela Watson`, CustomerFirstName: `Pamela`, CustomerLastName: `Watson`, CustomerAddress: `163 Wall Street, Los Angeles, USA, 80132`, Salesperson: `Pamela Watson`, OrderID: 1026, OrderDate: `7/10/2022`, ProductID: 130, ProductName: `Samsung Note`, UnitPrice: 13650.42, Quantity: 3, ExtendedPrice: 40951.26, Freight: 750.42, Discontinued: false, Region: `West`, Address: `163 Wall Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 80132 }), + new InvoicesDataItem({ ShipName: `Black Home`, ShipAddress: `169 Wall Street`, ShipCity: `Huston`, ShipPostalCode: 90138, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1148, CustomerName: `Ben Black`, CustomerFirstName: `Ben`, CustomerLastName: `Black`, CustomerAddress: `169 Wall Street, Huston, USA, 90138`, Salesperson: `Anna Smith`, OrderID: 1805, OrderDate: `1/6/2022`, ProductID: 126, ProductName: `Samsung Note`, UnitPrice: 29130.32, Quantity: 4, ExtendedPrice: 116521.28, Freight: 800.32, Discontinued: false, Region: `West`, Address: `169 Wall Street`, City: `Huston`, Country: `USA`, PostalCode: 90138 }), + new InvoicesDataItem({ ShipName: `Jefferson Townhouse`, ShipAddress: `167 Market Street`, ShipCity: `Miami`, ShipPostalCode: 60152, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1149, CustomerName: `Max Jefferson`, CustomerFirstName: `Max`, CustomerLastName: `Jefferson`, CustomerAddress: `167 Market Street, Miami, USA, 60152`, Salesperson: `Ben Jackson`, OrderID: 1292, OrderDate: `10/3/2022`, ProductID: 178, ProductName: `IPhone`, UnitPrice: 9150.64, Quantity: 5, ExtendedPrice: 45753.2, Freight: 1530.64, Discontinued: true, Region: `North East`, Address: `167 Market Street`, City: `Miami`, Country: `USA`, PostalCode: 60152 }), + new InvoicesDataItem({ ShipName: `Jackson Home`, ShipAddress: `194 Wall Street`, ShipCity: `Philadelphia`, ShipPostalCode: 80133, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1150, CustomerName: `Nancy Jackson`, CustomerFirstName: `Nancy`, CustomerLastName: `Jackson`, CustomerAddress: `194 Wall Street, Philadelphia, USA, 80133`, Salesperson: `Martin Watson`, OrderID: 1240, OrderDate: `10/14/2022`, ProductID: 128, ProductName: `IPhone`, UnitPrice: 22900.38, Quantity: 5, ExtendedPrice: 114501.9, Freight: 1500.38, Discontinued: false, Region: `North East`, Address: `194 Wall Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 80133 }), + new InvoicesDataItem({ ShipName: `Smith Home`, ShipAddress: `168 Wall Street`, ShipCity: `New York`, ShipPostalCode: 60104, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1151, CustomerName: `James Smith`, CustomerFirstName: `James`, CustomerLastName: `Smith`, CustomerAddress: `168 Wall Street, New York, USA, 60104`, Salesperson: `Martin Madison`, OrderID: 1307, OrderDate: `5/19/2022`, ProductID: 109, ProductName: `Samsung Note`, UnitPrice: 18330.33, Quantity: 5, ExtendedPrice: 91651.65, Freight: 1960.33, Discontinued: false, Region: `North East`, Address: `168 Wall Street`, City: `New York`, Country: `USA`, PostalCode: 60104 }), + new InvoicesDataItem({ ShipName: `Madison Market`, ShipAddress: `122 Market Street`, ShipCity: `New York`, ShipPostalCode: 60149, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1152, CustomerName: `Nancy Madison`, CustomerFirstName: `Nancy`, CustomerLastName: `Madison`, CustomerAddress: `122 Market Street, New York, USA, 60149`, Salesperson: `Mike Madison`, OrderID: 1360, OrderDate: `11/2/2022`, ProductID: 141, ProductName: `Mac Book Pro`, UnitPrice: 8620.6, Quantity: 2, ExtendedPrice: 17241.2, Freight: 950.6, Discontinued: false, Region: `South East`, Address: `122 Market Street`, City: `New York`, Country: `USA`, PostalCode: 60149 }), + new InvoicesDataItem({ ShipName: `Black Home`, ShipAddress: `147 Main Street`, ShipCity: `Philadelphia`, ShipPostalCode: 80098, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1153, CustomerName: `Pamela Black`, CustomerFirstName: `Pamela`, CustomerLastName: `Black`, CustomerAddress: `147 Main Street, Philadelphia, USA, 80098`, Salesperson: `James Black`, OrderID: 1445, OrderDate: `11/2/2022`, ProductID: 151, ProductName: `Samsung Note`, UnitPrice: 27180.5, Quantity: 2, ExtendedPrice: 54361, Freight: 790.5, Discontinued: false, Region: `South East`, Address: `147 Main Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 80098 }), + new InvoicesDataItem({ ShipName: `Jackson Estate`, ShipAddress: `113 Wall Street`, ShipCity: `Los Angeles`, ShipPostalCode: 90111, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1154, CustomerName: `Martin Jackson`, CustomerFirstName: `Martin`, CustomerLastName: `Jackson`, CustomerAddress: `113 Wall Street, Los Angeles, USA, 90111`, Salesperson: `Anna Jackson`, OrderID: 1014, OrderDate: `1/24/2022`, ProductID: 185, ProductName: `Mac Book Air`, UnitPrice: 14760.63, Quantity: 2, ExtendedPrice: 29521.26, Freight: 1520.63, Discontinued: false, Region: `West`, Address: `113 Wall Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 90111 }), + new InvoicesDataItem({ ShipName: `Smith Estate`, ShipAddress: `154 Wall Street`, ShipCity: `Huston`, ShipPostalCode: 60050, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1155, CustomerName: `Nancy Smith`, CustomerFirstName: `Nancy`, CustomerLastName: `Smith`, CustomerAddress: `154 Wall Street, Huston, USA, 60050`, Salesperson: `Nancy Smith`, OrderID: 1845, OrderDate: `4/8/2022`, ProductID: 105, ProductName: `IPad`, UnitPrice: 22600.77, Quantity: 4, ExtendedPrice: 90403.08, Freight: 670.77, Discontinued: false, Region: `North East`, Address: `154 Wall Street`, City: `Huston`, Country: `USA`, PostalCode: 60050 }), + new InvoicesDataItem({ ShipName: `Black Townhouse`, ShipAddress: `188 Main Street`, ShipCity: `Philadelphia`, ShipPostalCode: 80121, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1156, CustomerName: `James Black`, CustomerFirstName: `James`, CustomerLastName: `Black`, CustomerAddress: `188 Main Street, Philadelphia, USA, 80121`, Salesperson: `Martin Jefferson`, OrderID: 1587, OrderDate: `5/13/2022`, ProductID: 174, ProductName: `Samsung Note`, UnitPrice: 17020.74, Quantity: 2, ExtendedPrice: 34041.48, Freight: 1490.74, Discontinued: false, Region: `West`, Address: `188 Main Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 80121 }), + new InvoicesDataItem({ ShipName: `Smith Home`, ShipAddress: `181 Wall Street`, ShipCity: `Huston`, ShipPostalCode: 90097, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1157, CustomerName: `Anna Smith`, CustomerFirstName: `Anna`, CustomerLastName: `Smith`, CustomerAddress: `181 Wall Street, Huston, USA, 90097`, Salesperson: `Anna Madison`, OrderID: 1706, OrderDate: `5/22/2022`, ProductID: 112, ProductName: `Samsung Galaxy 22`, UnitPrice: 21780.43, Quantity: 3, ExtendedPrice: 65341.29, Freight: 1650.43, Discontinued: false, Region: `North East`, Address: `181 Wall Street`, City: `Huston`, Country: `USA`, PostalCode: 90097 }), + new InvoicesDataItem({ ShipName: `Smith Estate`, ShipAddress: `171 Wall Street`, ShipCity: `Miami`, ShipPostalCode: 50118, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1158, CustomerName: `James Smith`, CustomerFirstName: `James`, CustomerLastName: `Smith`, CustomerAddress: `171 Wall Street, Miami, USA, 50118`, Salesperson: `Max Smith`, OrderID: 1335, OrderDate: `6/16/2022`, ProductID: 116, ProductName: `IPad`, UnitPrice: 7560.43, Quantity: 3, ExtendedPrice: 22681.29, Freight: 1140.43, Discontinued: false, Region: `West`, Address: `171 Wall Street`, City: `Miami`, Country: `USA`, PostalCode: 50118 }), + new InvoicesDataItem({ ShipName: `Jackson Estate`, ShipAddress: `193 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 70176, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1159, CustomerName: `Ben Jackson`, CustomerFirstName: `Ben`, CustomerLastName: `Jackson`, CustomerAddress: `193 Market Street, Philadelphia, USA, 70176`, Salesperson: `Martin Black`, OrderID: 1003, OrderDate: `9/11/2022`, ProductID: 170, ProductName: `IPhone`, UnitPrice: 15510.7, Quantity: 5, ExtendedPrice: 77553.5, Freight: 200.7, Discontinued: true, Region: `West`, Address: `193 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 70176 }), + new InvoicesDataItem({ ShipName: `Madison Home`, ShipAddress: `125 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 80142, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1160, CustomerName: `Ben Madison`, CustomerFirstName: `Ben`, CustomerLastName: `Madison`, CustomerAddress: `125 Market Street, Philadelphia, USA, 80142`, Salesperson: `Martin Madison`, OrderID: 1723, OrderDate: `3/14/2022`, ProductID: 179, ProductName: `IPhone`, UnitPrice: 14760.6, Quantity: 3, ExtendedPrice: 44281.8, Freight: 1650.6, Discontinued: false, Region: `West`, Address: `125 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 80142 }), + new InvoicesDataItem({ ShipName: `Smith Estate`, ShipAddress: `128 Main Street`, ShipCity: `Philadelphia`, ShipPostalCode: 70111, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1161, CustomerName: `Anna Smith`, CustomerFirstName: `Anna`, CustomerLastName: `Smith`, CustomerAddress: `128 Main Street, Philadelphia, USA, 70111`, Salesperson: `Max Jackson`, OrderID: 1810, OrderDate: `1/18/2022`, ProductID: 117, ProductName: `IPad`, UnitPrice: 19620.55, Quantity: 5, ExtendedPrice: 98102.75, Freight: 1030.55, Discontinued: false, Region: `South East`, Address: `128 Main Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 70111 }), + new InvoicesDataItem({ ShipName: `Madison Estate`, ShipAddress: `131 Wall Street`, ShipCity: `Philadelphia`, ShipPostalCode: 90058, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1162, CustomerName: `Max Madison`, CustomerFirstName: `Max`, CustomerLastName: `Madison`, CustomerAddress: `131 Wall Street, Philadelphia, USA, 90058`, Salesperson: `Pamela Madison`, OrderID: 1224, OrderDate: `2/2/2022`, ProductID: 108, ProductName: `Mac Book Air`, UnitPrice: 9130.21, Quantity: 2, ExtendedPrice: 18260.42, Freight: 1110.21, Discontinued: false, Region: `West`, Address: `131 Wall Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 90058 }), + new InvoicesDataItem({ ShipName: `Watson Market`, ShipAddress: `145 Main Street`, ShipCity: `Philadelphia`, ShipPostalCode: 50176, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1163, CustomerName: `James Watson`, CustomerFirstName: `James`, CustomerLastName: `Watson`, CustomerAddress: `145 Main Street, Philadelphia, USA, 50176`, Salesperson: `Mike Smith`, OrderID: 1265, OrderDate: `4/22/2022`, ProductID: 147, ProductName: `IPhone`, UnitPrice: 15210.29, Quantity: 2, ExtendedPrice: 30420.58, Freight: 1470.29, Discontinued: false, Region: `South East`, Address: `145 Main Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 50176 }), + new InvoicesDataItem({ ShipName: `Jefferson Estate`, ShipAddress: `123 Main Street`, ShipCity: `Philadelphia`, ShipPostalCode: 90058, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1164, CustomerName: `Ben Jefferson`, CustomerFirstName: `Ben`, CustomerLastName: `Jefferson`, CustomerAddress: `123 Main Street, Philadelphia, USA, 90058`, Salesperson: `Martin Watson`, OrderID: 1428, OrderDate: `9/14/2022`, ProductID: 195, ProductName: `Samsung Note`, UnitPrice: 6440.36, Quantity: 4, ExtendedPrice: 25761.44, Freight: 350.36, Discontinued: false, Region: `West`, Address: `123 Main Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 90058 }), + new InvoicesDataItem({ ShipName: `Watson Townhouse`, ShipAddress: `148 Wall Street`, ShipCity: `Los Angeles`, ShipPostalCode: 60161, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1165, CustomerName: `Ben Watson`, CustomerFirstName: `Ben`, CustomerLastName: `Watson`, CustomerAddress: `148 Wall Street, Los Angeles, USA, 60161`, Salesperson: `Nancy Black`, OrderID: 1367, OrderDate: `9/1/2022`, ProductID: 196, ProductName: `Mac Book Pro`, UnitPrice: 26990.25, Quantity: 4, ExtendedPrice: 107961, Freight: 950.25, Discontinued: false, Region: `West`, Address: `148 Wall Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 60161 }), + new InvoicesDataItem({ ShipName: `Jefferson Home`, ShipAddress: `151 Main Street`, ShipCity: `New York`, ShipPostalCode: 90156, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1166, CustomerName: `James Jefferson`, CustomerFirstName: `James`, CustomerLastName: `Jefferson`, CustomerAddress: `151 Main Street, New York, USA, 90156`, Salesperson: `Ben Smith`, OrderID: 1812, OrderDate: `6/23/2022`, ProductID: 182, ProductName: `Samsung Galaxy 22`, UnitPrice: 6230.76, Quantity: 5, ExtendedPrice: 31153.8, Freight: 920.76, Discontinued: false, Region: `West`, Address: `151 Main Street`, City: `New York`, Country: `USA`, PostalCode: 90156 }), + new InvoicesDataItem({ ShipName: `Jackson Townhouse`, ShipAddress: `128 Main Street`, ShipCity: `New York`, ShipPostalCode: 90073, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1167, CustomerName: `Pamela Jackson`, CustomerFirstName: `Pamela`, CustomerLastName: `Jackson`, CustomerAddress: `128 Main Street, New York, USA, 90073`, Salesperson: `Nancy Madison`, OrderID: 1121, OrderDate: `3/25/2022`, ProductID: 166, ProductName: `Mac Book Air`, UnitPrice: 8360.33, Quantity: 3, ExtendedPrice: 25080.99, Freight: 1870.33, Discontinued: false, Region: `South East`, Address: `128 Main Street`, City: `New York`, Country: `USA`, PostalCode: 90073 }), + new InvoicesDataItem({ ShipName: `Black Market`, ShipAddress: `109 Wall Street`, ShipCity: `Philadelphia`, ShipPostalCode: 70139, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1168, CustomerName: `Mike Black`, CustomerFirstName: `Mike`, CustomerLastName: `Black`, CustomerAddress: `109 Wall Street, Philadelphia, USA, 70139`, Salesperson: `James Jefferson`, OrderID: 1086, OrderDate: `11/22/2022`, ProductID: 192, ProductName: `IPhone`, UnitPrice: 13050.45, Quantity: 4, ExtendedPrice: 52201.8, Freight: 1850.45, Discontinued: false, Region: `North East`, Address: `109 Wall Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 70139 }), + new InvoicesDataItem({ ShipName: `Smith Home`, ShipAddress: `196 Wall Street`, ShipCity: `Los Angeles`, ShipPostalCode: 60096, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1169, CustomerName: `Anna Smith`, CustomerFirstName: `Anna`, CustomerLastName: `Smith`, CustomerAddress: `196 Wall Street, Los Angeles, USA, 60096`, Salesperson: `Mike Watson`, OrderID: 1859, OrderDate: `8/11/2022`, ProductID: 157, ProductName: `IPhone`, UnitPrice: 14950.2, Quantity: 5, ExtendedPrice: 74751, Freight: 1140.2, Discontinued: true, Region: `South East`, Address: `196 Wall Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 60096 }), + new InvoicesDataItem({ ShipName: `Watson Townhouse`, ShipAddress: `101 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 90111, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1170, CustomerName: `James Watson`, CustomerFirstName: `James`, CustomerLastName: `Watson`, CustomerAddress: `101 Market Street, Philadelphia, USA, 90111`, Salesperson: `Mike Madison`, OrderID: 1952, OrderDate: `7/19/2022`, ProductID: 152, ProductName: `Samsung Galaxy 22`, UnitPrice: 29810.56, Quantity: 4, ExtendedPrice: 119242.24, Freight: 470.56, Discontinued: false, Region: `South East`, Address: `101 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 90111 }), + new InvoicesDataItem({ ShipName: `Madison Estate`, ShipAddress: `147 Main Street`, ShipCity: `Los Angeles`, ShipPostalCode: 90157, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1171, CustomerName: `Max Madison`, CustomerFirstName: `Max`, CustomerLastName: `Madison`, CustomerAddress: `147 Main Street, Los Angeles, USA, 90157`, Salesperson: `Ben Black`, OrderID: 1351, OrderDate: `5/22/2022`, ProductID: 180, ProductName: `Samsung Note`, UnitPrice: 13470.4, Quantity: 5, ExtendedPrice: 67352, Freight: 1610.4, Discontinued: false, Region: `West`, Address: `147 Main Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 90157 }), + new InvoicesDataItem({ ShipName: `Smith Townhouse`, ShipAddress: `195 Market Street`, ShipCity: `Huston`, ShipPostalCode: 80071, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1172, CustomerName: `Anna Smith`, CustomerFirstName: `Anna`, CustomerLastName: `Smith`, CustomerAddress: `195 Market Street, Huston, USA, 80071`, Salesperson: `Pamela Jefferson`, OrderID: 1371, OrderDate: `12/9/2022`, ProductID: 105, ProductName: `Mac Book Pro`, UnitPrice: 19040.72, Quantity: 4, ExtendedPrice: 76162.88, Freight: 1480.72, Discontinued: false, Region: `South East`, Address: `195 Market Street`, City: `Huston`, Country: `USA`, PostalCode: 80071 }), + new InvoicesDataItem({ ShipName: `Black Townhouse`, ShipAddress: `184 Market Street`, ShipCity: `Los Angeles`, ShipPostalCode: 90197, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1173, CustomerName: `Martin Black`, CustomerFirstName: `Martin`, CustomerLastName: `Black`, CustomerAddress: `184 Market Street, Los Angeles, USA, 90197`, Salesperson: `Martin Watson`, OrderID: 1537, OrderDate: `4/3/2022`, ProductID: 137, ProductName: `IPhone`, UnitPrice: 25370.79, Quantity: 2, ExtendedPrice: 50741.58, Freight: 1980.79, Discontinued: false, Region: `North East`, Address: `184 Market Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 90197 }), + new InvoicesDataItem({ ShipName: `Jackson Estate`, ShipAddress: `102 Market Street`, ShipCity: `Huston`, ShipPostalCode: 70185, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1174, CustomerName: `Ben Jackson`, CustomerFirstName: `Ben`, CustomerLastName: `Jackson`, CustomerAddress: `102 Market Street, Huston, USA, 70185`, Salesperson: `Ben Jackson`, OrderID: 1378, OrderDate: `7/6/2022`, ProductID: 182, ProductName: `Mac Book Pro`, UnitPrice: 19620.84, Quantity: 2, ExtendedPrice: 39241.68, Freight: 730.84, Discontinued: false, Region: `North East`, Address: `102 Market Street`, City: `Huston`, Country: `USA`, PostalCode: 70185 }), + new InvoicesDataItem({ ShipName: `Watson Market`, ShipAddress: `192 Wall Street`, ShipCity: `Huston`, ShipPostalCode: 60144, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1175, CustomerName: `Nancy Watson`, CustomerFirstName: `Nancy`, CustomerLastName: `Watson`, CustomerAddress: `192 Wall Street, Huston, USA, 60144`, Salesperson: `Martin Jefferson`, OrderID: 1350, OrderDate: `10/23/2022`, ProductID: 138, ProductName: `IPad`, UnitPrice: 26010.88, Quantity: 2, ExtendedPrice: 52021.76, Freight: 260.88, Discontinued: false, Region: `North East`, Address: `192 Wall Street`, City: `Huston`, Country: `USA`, PostalCode: 60144 }), + new InvoicesDataItem({ ShipName: `Black Home`, ShipAddress: `114 Main Street`, ShipCity: `Philadelphia`, ShipPostalCode: 70079, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1176, CustomerName: `Ben Black`, CustomerFirstName: `Ben`, CustomerLastName: `Black`, CustomerAddress: `114 Main Street, Philadelphia, USA, 70079`, Salesperson: `Anna Watson`, OrderID: 1889, OrderDate: `8/21/2022`, ProductID: 146, ProductName: `Samsung Galaxy 22`, UnitPrice: 23970.6, Quantity: 3, ExtendedPrice: 71911.8, Freight: 1870.6, Discontinued: false, Region: `North East`, Address: `114 Main Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 70079 }), + new InvoicesDataItem({ ShipName: `Madison Townhouse`, ShipAddress: `199 Wall Street`, ShipCity: `Miami`, ShipPostalCode: 90182, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1177, CustomerName: `Nancy Madison`, CustomerFirstName: `Nancy`, CustomerLastName: `Madison`, CustomerAddress: `199 Wall Street, Miami, USA, 90182`, Salesperson: `Anna Madison`, OrderID: 1285, OrderDate: `3/12/2022`, ProductID: 146, ProductName: `Samsung Note`, UnitPrice: 13660.54, Quantity: 2, ExtendedPrice: 27321.08, Freight: 1870.54, Discontinued: false, Region: `South East`, Address: `199 Wall Street`, City: `Miami`, Country: `USA`, PostalCode: 90182 }), + new InvoicesDataItem({ ShipName: `Madison Townhouse`, ShipAddress: `141 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 80097, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1178, CustomerName: `Pamela Madison`, CustomerFirstName: `Pamela`, CustomerLastName: `Madison`, CustomerAddress: `141 Market Street, Philadelphia, USA, 80097`, Salesperson: `Pamela Watson`, OrderID: 1886, OrderDate: `8/1/2022`, ProductID: 107, ProductName: `Mac Book Pro`, UnitPrice: 11630.46, Quantity: 4, ExtendedPrice: 46521.84, Freight: 1530.46, Discontinued: false, Region: `North East`, Address: `141 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 80097 }), + new InvoicesDataItem({ ShipName: `Jefferson Market`, ShipAddress: `168 Main Street`, ShipCity: `Los Angeles`, ShipPostalCode: 80162, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1179, CustomerName: `Max Jefferson`, CustomerFirstName: `Max`, CustomerLastName: `Jefferson`, CustomerAddress: `168 Main Street, Los Angeles, USA, 80162`, Salesperson: `Mike Jackson`, OrderID: 1009, OrderDate: `4/7/2022`, ProductID: 149, ProductName: `IPad`, UnitPrice: 16960.32, Quantity: 3, ExtendedPrice: 50880.96, Freight: 1510.32, Discontinued: true, Region: `North East`, Address: `168 Main Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 80162 }), + new InvoicesDataItem({ ShipName: `Smith Home`, ShipAddress: `100 Market Street`, ShipCity: `Miami`, ShipPostalCode: 80063, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1180, CustomerName: `Martin Smith`, CustomerFirstName: `Martin`, CustomerLastName: `Smith`, CustomerAddress: `100 Market Street, Miami, USA, 80063`, Salesperson: `Nancy Smith`, OrderID: 1046, OrderDate: `10/21/2022`, ProductID: 123, ProductName: `IPad`, UnitPrice: 19360.67, Quantity: 3, ExtendedPrice: 58082.01, Freight: 1510.67, Discontinued: false, Region: `South East`, Address: `100 Market Street`, City: `Miami`, Country: `USA`, PostalCode: 80063 }), + new InvoicesDataItem({ ShipName: `Madison Home`, ShipAddress: `145 Market Street`, ShipCity: `Huston`, ShipPostalCode: 90152, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1181, CustomerName: `Anna Madison`, CustomerFirstName: `Anna`, CustomerLastName: `Madison`, CustomerAddress: `145 Market Street, Huston, USA, 90152`, Salesperson: `Max Watson`, OrderID: 1593, OrderDate: `11/17/2022`, ProductID: 169, ProductName: `Samsung Note`, UnitPrice: 28870.27, Quantity: 5, ExtendedPrice: 144351.35, Freight: 1430.27, Discontinued: false, Region: `North East`, Address: `145 Market Street`, City: `Huston`, Country: `USA`, PostalCode: 90152 }), + new InvoicesDataItem({ ShipName: `Jackson Estate`, ShipAddress: `154 Main Street`, ShipCity: `Miami`, ShipPostalCode: 90080, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1182, CustomerName: `Ben Jackson`, CustomerFirstName: `Ben`, CustomerLastName: `Jackson`, CustomerAddress: `154 Main Street, Miami, USA, 90080`, Salesperson: `Nancy Jefferson`, OrderID: 1234, OrderDate: `3/21/2022`, ProductID: 111, ProductName: `IPad`, UnitPrice: 16610.78, Quantity: 2, ExtendedPrice: 33221.56, Freight: 1350.78, Discontinued: false, Region: `South East`, Address: `154 Main Street`, City: `Miami`, Country: `USA`, PostalCode: 90080 }), + new InvoicesDataItem({ ShipName: `Smith Market`, ShipAddress: `166 Market Street`, ShipCity: `Huston`, ShipPostalCode: 70090, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1183, CustomerName: `Anna Smith`, CustomerFirstName: `Anna`, CustomerLastName: `Smith`, CustomerAddress: `166 Market Street, Huston, USA, 70090`, Salesperson: `Ben Watson`, OrderID: 1362, OrderDate: `5/2/2022`, ProductID: 122, ProductName: `Mac Book Air`, UnitPrice: 6870.64, Quantity: 4, ExtendedPrice: 27482.56, Freight: 750.64, Discontinued: false, Region: `North East`, Address: `166 Market Street`, City: `Huston`, Country: `USA`, PostalCode: 70090 }), + new InvoicesDataItem({ ShipName: `Jefferson Estate`, ShipAddress: `180 Market Street`, ShipCity: `Miami`, ShipPostalCode: 90169, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1184, CustomerName: `Pamela Jefferson`, CustomerFirstName: `Pamela`, CustomerLastName: `Jefferson`, CustomerAddress: `180 Market Street, Miami, USA, 90169`, Salesperson: `Pamela Black`, OrderID: 1698, OrderDate: `1/18/2022`, ProductID: 129, ProductName: `IPad`, UnitPrice: 10960.71, Quantity: 5, ExtendedPrice: 54803.55, Freight: 1530.71, Discontinued: false, Region: `West`, Address: `180 Market Street`, City: `Miami`, Country: `USA`, PostalCode: 90169 }), + new InvoicesDataItem({ ShipName: `Madison Estate`, ShipAddress: `169 Main Street`, ShipCity: `Huston`, ShipPostalCode: 50114, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1185, CustomerName: `Nancy Madison`, CustomerFirstName: `Nancy`, CustomerLastName: `Madison`, CustomerAddress: `169 Main Street, Huston, USA, 50114`, Salesperson: `Martin Smith`, OrderID: 1458, OrderDate: `6/15/2022`, ProductID: 183, ProductName: `IPhone`, UnitPrice: 16380.23, Quantity: 2, ExtendedPrice: 32760.46, Freight: 1990.23, Discontinued: false, Region: `West`, Address: `169 Main Street`, City: `Huston`, Country: `USA`, PostalCode: 50114 }), + new InvoicesDataItem({ ShipName: `Madison Estate`, ShipAddress: `132 Market Street`, ShipCity: `Miami`, ShipPostalCode: 90064, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1186, CustomerName: `Max Madison`, CustomerFirstName: `Max`, CustomerLastName: `Madison`, CustomerAddress: `132 Market Street, Miami, USA, 90064`, Salesperson: `Nancy Jackson`, OrderID: 1563, OrderDate: `6/17/2022`, ProductID: 193, ProductName: `Samsung Note`, UnitPrice: 25940.61, Quantity: 4, ExtendedPrice: 103762.44, Freight: 970.61, Discontinued: false, Region: `West`, Address: `132 Market Street`, City: `Miami`, Country: `USA`, PostalCode: 90064 }), + new InvoicesDataItem({ ShipName: `Madison Market`, ShipAddress: `107 Wall Street`, ShipCity: `Los Angeles`, ShipPostalCode: 50110, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1187, CustomerName: `Martin Madison`, CustomerFirstName: `Martin`, CustomerLastName: `Madison`, CustomerAddress: `107 Wall Street, Los Angeles, USA, 50110`, Salesperson: `Nancy Jefferson`, OrderID: 1934, OrderDate: `6/5/2022`, ProductID: 110, ProductName: `Samsung Note`, UnitPrice: 5360.47, Quantity: 3, ExtendedPrice: 16081.41, Freight: 1680.47, Discontinued: false, Region: `North East`, Address: `107 Wall Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 50110 }), + new InvoicesDataItem({ ShipName: `Black Townhouse`, ShipAddress: `170 Wall Street`, ShipCity: `New York`, ShipPostalCode: 50149, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1188, CustomerName: `Pamela Black`, CustomerFirstName: `Pamela`, CustomerLastName: `Black`, CustomerAddress: `170 Wall Street, New York, USA, 50149`, Salesperson: `Mike Jefferson`, OrderID: 1880, OrderDate: `12/7/2022`, ProductID: 137, ProductName: `IPhone`, UnitPrice: 19560.62, Quantity: 4, ExtendedPrice: 78242.48, Freight: 680.62, Discontinued: false, Region: `West`, Address: `170 Wall Street`, City: `New York`, Country: `USA`, PostalCode: 50149 }), + new InvoicesDataItem({ ShipName: `Jefferson Market`, ShipAddress: `152 Wall Street`, ShipCity: `New York`, ShipPostalCode: 50085, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1189, CustomerName: `Ben Jefferson`, CustomerFirstName: `Ben`, CustomerLastName: `Jefferson`, CustomerAddress: `152 Wall Street, New York, USA, 50085`, Salesperson: `Anna Jackson`, OrderID: 1159, OrderDate: `5/18/2022`, ProductID: 167, ProductName: `IPad`, UnitPrice: 19270.25, Quantity: 2, ExtendedPrice: 38540.5, Freight: 1050.25, Discontinued: true, Region: `North East`, Address: `152 Wall Street`, City: `New York`, Country: `USA`, PostalCode: 50085 }), + new InvoicesDataItem({ ShipName: `Watson Market`, ShipAddress: `186 Wall Street`, ShipCity: `Los Angeles`, ShipPostalCode: 60146, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1190, CustomerName: `Mike Watson`, CustomerFirstName: `Mike`, CustomerLastName: `Watson`, CustomerAddress: `186 Wall Street, Los Angeles, USA, 60146`, Salesperson: `Nancy Madison`, OrderID: 1960, OrderDate: `3/2/2022`, ProductID: 167, ProductName: `Samsung Galaxy 22`, UnitPrice: 22090.53, Quantity: 3, ExtendedPrice: 66271.59, Freight: 1790.53, Discontinued: false, Region: `West`, Address: `186 Wall Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 60146 }), + new InvoicesDataItem({ ShipName: `Madison Estate`, ShipAddress: `194 Wall Street`, ShipCity: `New York`, ShipPostalCode: 50170, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1191, CustomerName: `Nancy Madison`, CustomerFirstName: `Nancy`, CustomerLastName: `Madison`, CustomerAddress: `194 Wall Street, New York, USA, 50170`, Salesperson: `Max Watson`, OrderID: 1658, OrderDate: `9/1/2022`, ProductID: 156, ProductName: `Samsung Galaxy 22`, UnitPrice: 27450.8, Quantity: 4, ExtendedPrice: 109803.2, Freight: 270.8, Discontinued: false, Region: `West`, Address: `194 Wall Street`, City: `New York`, Country: `USA`, PostalCode: 50170 }), + new InvoicesDataItem({ ShipName: `Smith Townhouse`, ShipAddress: `172 Main Street`, ShipCity: `New York`, ShipPostalCode: 70191, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1192, CustomerName: `Ben Smith`, CustomerFirstName: `Ben`, CustomerLastName: `Smith`, CustomerAddress: `172 Main Street, New York, USA, 70191`, Salesperson: `Pamela Madison`, OrderID: 1225, OrderDate: `3/22/2022`, ProductID: 170, ProductName: `Samsung Galaxy 22`, UnitPrice: 21150.84, Quantity: 5, ExtendedPrice: 105754.2, Freight: 1230.84, Discontinued: false, Region: `West`, Address: `172 Main Street`, City: `New York`, Country: `USA`, PostalCode: 70191 }), + new InvoicesDataItem({ ShipName: `Black Market`, ShipAddress: `108 Market Street`, ShipCity: `Los Angeles`, ShipPostalCode: 70146, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1193, CustomerName: `Mike Black`, CustomerFirstName: `Mike`, CustomerLastName: `Black`, CustomerAddress: `108 Market Street, Los Angeles, USA, 70146`, Salesperson: `Pamela Black`, OrderID: 1886, OrderDate: `8/20/2022`, ProductID: 126, ProductName: `IPhone`, UnitPrice: 6100.73, Quantity: 2, ExtendedPrice: 12201.46, Freight: 1340.73, Discontinued: false, Region: `South East`, Address: `108 Market Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 70146 }), + new InvoicesDataItem({ ShipName: `Watson Market`, ShipAddress: `109 Wall Street`, ShipCity: `Los Angeles`, ShipPostalCode: 90083, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1194, CustomerName: `Max Watson`, CustomerFirstName: `Max`, CustomerLastName: `Watson`, CustomerAddress: `109 Wall Street, Los Angeles, USA, 90083`, Salesperson: `Max Smith`, OrderID: 1191, OrderDate: `5/9/2022`, ProductID: 179, ProductName: `Samsung Galaxy 22`, UnitPrice: 20190.35, Quantity: 5, ExtendedPrice: 100951.75, Freight: 640.35, Discontinued: false, Region: `West`, Address: `109 Wall Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 90083 }), + new InvoicesDataItem({ ShipName: `Smith Market`, ShipAddress: `121 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 70102, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1195, CustomerName: `Max Smith`, CustomerFirstName: `Max`, CustomerLastName: `Smith`, CustomerAddress: `121 Market Street, Philadelphia, USA, 70102`, Salesperson: `Ben Black`, OrderID: 1051, OrderDate: `5/21/2022`, ProductID: 192, ProductName: `Mac Book Pro`, UnitPrice: 21730.32, Quantity: 5, ExtendedPrice: 108651.6, Freight: 1030.32, Discontinued: false, Region: `North East`, Address: `121 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 70102 }), + new InvoicesDataItem({ ShipName: `Watson Estate`, ShipAddress: `104 Wall Street`, ShipCity: `New York`, ShipPostalCode: 90066, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1196, CustomerName: `Max Watson`, CustomerFirstName: `Max`, CustomerLastName: `Watson`, CustomerAddress: `104 Wall Street, New York, USA, 90066`, Salesperson: `Ben Watson`, OrderID: 1385, OrderDate: `2/2/2022`, ProductID: 182, ProductName: `IPad`, UnitPrice: 26120.45, Quantity: 4, ExtendedPrice: 104481.8, Freight: 1930.45, Discontinued: false, Region: `North East`, Address: `104 Wall Street`, City: `New York`, Country: `USA`, PostalCode: 90066 }), + new InvoicesDataItem({ ShipName: `Madison Townhouse`, ShipAddress: `126 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 60091, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1197, CustomerName: `Ben Madison`, CustomerFirstName: `Ben`, CustomerLastName: `Madison`, CustomerAddress: `126 Market Street, Philadelphia, USA, 60091`, Salesperson: `Anna Madison`, OrderID: 1675, OrderDate: `6/22/2022`, ProductID: 174, ProductName: `IPad`, UnitPrice: 13240.35, Quantity: 4, ExtendedPrice: 52961.4, Freight: 890.35, Discontinued: false, Region: `South East`, Address: `126 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 60091 }), + new InvoicesDataItem({ ShipName: `Watson Home`, ShipAddress: `139 Main Street`, ShipCity: `Los Angeles`, ShipPostalCode: 70063, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1198, CustomerName: `Ben Watson`, CustomerFirstName: `Ben`, CustomerLastName: `Watson`, CustomerAddress: `139 Main Street, Los Angeles, USA, 70063`, Salesperson: `Pamela Black`, OrderID: 1997, OrderDate: `11/17/2022`, ProductID: 200, ProductName: `IPhone`, UnitPrice: 8400.83, Quantity: 5, ExtendedPrice: 42004.15, Freight: 1340.83, Discontinued: false, Region: `West`, Address: `139 Main Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 70063 }), + new InvoicesDataItem({ ShipName: `Smith Home`, ShipAddress: `133 Wall Street`, ShipCity: `Miami`, ShipPostalCode: 70071, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1199, CustomerName: `Mike Smith`, CustomerFirstName: `Mike`, CustomerLastName: `Smith`, CustomerAddress: `133 Wall Street, Miami, USA, 70071`, Salesperson: `James Watson`, OrderID: 1641, OrderDate: `11/12/2022`, ProductID: 147, ProductName: `Samsung Note`, UnitPrice: 10150.31, Quantity: 3, ExtendedPrice: 30450.93, Freight: 720.31, Discontinued: true, Region: `South East`, Address: `133 Wall Street`, City: `Miami`, Country: `USA`, PostalCode: 70071 }), + new InvoicesDataItem({ ShipName: `Black Market`, ShipAddress: `166 Main Street`, ShipCity: `Miami`, ShipPostalCode: 60137, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1200, CustomerName: `Max Black`, CustomerFirstName: `Max`, CustomerLastName: `Black`, CustomerAddress: `166 Main Street, Miami, USA, 60137`, Salesperson: `Ben Madison`, OrderID: 1418, OrderDate: `11/8/2022`, ProductID: 135, ProductName: `IPhone`, UnitPrice: 9410.46, Quantity: 2, ExtendedPrice: 18820.92, Freight: 970.46, Discontinued: false, Region: `West`, Address: `166 Main Street`, City: `Miami`, Country: `USA`, PostalCode: 60137 }), + new InvoicesDataItem({ ShipName: `Smith Townhouse`, ShipAddress: `143 Main Street`, ShipCity: `Miami`, ShipPostalCode: 70069, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1201, CustomerName: `James Smith`, CustomerFirstName: `James`, CustomerLastName: `Smith`, CustomerAddress: `143 Main Street, Miami, USA, 70069`, Salesperson: `Anna Watson`, OrderID: 1545, OrderDate: `6/24/2022`, ProductID: 190, ProductName: `Mac Book Pro`, UnitPrice: 5030.78, Quantity: 3, ExtendedPrice: 15092.34, Freight: 1630.78, Discontinued: false, Region: `North East`, Address: `143 Main Street`, City: `Miami`, Country: `USA`, PostalCode: 70069 }), + new InvoicesDataItem({ ShipName: `Jackson Townhouse`, ShipAddress: `106 Wall Street`, ShipCity: `Los Angeles`, ShipPostalCode: 50097, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1202, CustomerName: `Max Jackson`, CustomerFirstName: `Max`, CustomerLastName: `Jackson`, CustomerAddress: `106 Wall Street, Los Angeles, USA, 50097`, Salesperson: `James Jackson`, OrderID: 1493, OrderDate: `7/24/2022`, ProductID: 124, ProductName: `Samsung Note`, UnitPrice: 6390.72, Quantity: 5, ExtendedPrice: 31953.6, Freight: 1960.72, Discontinued: false, Region: `North East`, Address: `106 Wall Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 50097 }), + new InvoicesDataItem({ ShipName: `Jefferson Townhouse`, ShipAddress: `143 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 50052, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1203, CustomerName: `Pamela Jefferson`, CustomerFirstName: `Pamela`, CustomerLastName: `Jefferson`, CustomerAddress: `143 Market Street, Philadelphia, USA, 50052`, Salesperson: `Mike Jefferson`, OrderID: 1495, OrderDate: `2/14/2022`, ProductID: 179, ProductName: `Mac Book Pro`, UnitPrice: 16770.46, Quantity: 5, ExtendedPrice: 83852.3, Freight: 420.46, Discontinued: false, Region: `North East`, Address: `143 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 50052 }), + new InvoicesDataItem({ ShipName: `Smith Estate`, ShipAddress: `174 Wall Street`, ShipCity: `New York`, ShipPostalCode: 60127, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1204, CustomerName: `Nancy Smith`, CustomerFirstName: `Nancy`, CustomerLastName: `Smith`, CustomerAddress: `174 Wall Street, New York, USA, 60127`, Salesperson: `Max Watson`, OrderID: 1123, OrderDate: `11/20/2022`, ProductID: 186, ProductName: `Mac Book Air`, UnitPrice: 20930.48, Quantity: 4, ExtendedPrice: 83721.92, Freight: 950.48, Discontinued: false, Region: `South East`, Address: `174 Wall Street`, City: `New York`, Country: `USA`, PostalCode: 60127 }), + new InvoicesDataItem({ ShipName: `Madison Market`, ShipAddress: `123 Wall Street`, ShipCity: `Los Angeles`, ShipPostalCode: 60111, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1205, CustomerName: `Pamela Madison`, CustomerFirstName: `Pamela`, CustomerLastName: `Madison`, CustomerAddress: `123 Wall Street, Los Angeles, USA, 60111`, Salesperson: `Pamela Jefferson`, OrderID: 1342, OrderDate: `12/8/2022`, ProductID: 140, ProductName: `Samsung Galaxy 22`, UnitPrice: 27010.34, Quantity: 3, ExtendedPrice: 81031.02, Freight: 1470.34, Discontinued: false, Region: `West`, Address: `123 Wall Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 60111 }), + new InvoicesDataItem({ ShipName: `Smith Home`, ShipAddress: `166 Market Street`, ShipCity: `Miami`, ShipPostalCode: 50102, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1206, CustomerName: `James Smith`, CustomerFirstName: `James`, CustomerLastName: `Smith`, CustomerAddress: `166 Market Street, Miami, USA, 50102`, Salesperson: `Ben Madison`, OrderID: 1017, OrderDate: `10/2/2022`, ProductID: 186, ProductName: `Samsung Galaxy 22`, UnitPrice: 12810.79, Quantity: 5, ExtendedPrice: 64053.95, Freight: 1990.79, Discontinued: false, Region: `North East`, Address: `166 Market Street`, City: `Miami`, Country: `USA`, PostalCode: 50102 }), + new InvoicesDataItem({ ShipName: `Jefferson Estate`, ShipAddress: `193 Main Street`, ShipCity: `Huston`, ShipPostalCode: 80187, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1207, CustomerName: `Max Jefferson`, CustomerFirstName: `Max`, CustomerLastName: `Jefferson`, CustomerAddress: `193 Main Street, Huston, USA, 80187`, Salesperson: `Mike Jefferson`, OrderID: 1558, OrderDate: `11/12/2022`, ProductID: 194, ProductName: `Mac Book Pro`, UnitPrice: 26210.45, Quantity: 2, ExtendedPrice: 52420.9, Freight: 1110.45, Discontinued: false, Region: `North East`, Address: `193 Main Street`, City: `Huston`, Country: `USA`, PostalCode: 80187 }), + new InvoicesDataItem({ ShipName: `Jefferson Market`, ShipAddress: `137 Main Street`, ShipCity: `Miami`, ShipPostalCode: 80111, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1208, CustomerName: `Ben Jefferson`, CustomerFirstName: `Ben`, CustomerLastName: `Jefferson`, CustomerAddress: `137 Main Street, Miami, USA, 80111`, Salesperson: `Mike Watson`, OrderID: 1466, OrderDate: `11/18/2022`, ProductID: 189, ProductName: `Mac Book Air`, UnitPrice: 6190.57, Quantity: 3, ExtendedPrice: 18571.71, Freight: 1810.57, Discontinued: false, Region: `West`, Address: `137 Main Street`, City: `Miami`, Country: `USA`, PostalCode: 80111 }), + new InvoicesDataItem({ ShipName: `Jefferson Townhouse`, ShipAddress: `122 Main Street`, ShipCity: `Philadelphia`, ShipPostalCode: 80088, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1209, CustomerName: `Ben Jefferson`, CustomerFirstName: `Ben`, CustomerLastName: `Jefferson`, CustomerAddress: `122 Main Street, Philadelphia, USA, 80088`, Salesperson: `Ben Jefferson`, OrderID: 1539, OrderDate: `11/13/2022`, ProductID: 131, ProductName: `IPhone`, UnitPrice: 21280.22, Quantity: 4, ExtendedPrice: 85120.88, Freight: 760.22, Discontinued: true, Region: `North East`, Address: `122 Main Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 80088 }), + new InvoicesDataItem({ ShipName: `Jefferson Home`, ShipAddress: `115 Main Street`, ShipCity: `New York`, ShipPostalCode: 80079, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1210, CustomerName: `Anna Jefferson`, CustomerFirstName: `Anna`, CustomerLastName: `Jefferson`, CustomerAddress: `115 Main Street, New York, USA, 80079`, Salesperson: `Max Jefferson`, OrderID: 1411, OrderDate: `11/22/2022`, ProductID: 135, ProductName: `Samsung Galaxy 22`, UnitPrice: 13700.71, Quantity: 3, ExtendedPrice: 41102.13, Freight: 1730.71, Discontinued: false, Region: `South East`, Address: `115 Main Street`, City: `New York`, Country: `USA`, PostalCode: 80079 }), + new InvoicesDataItem({ ShipName: `Smith Market`, ShipAddress: `114 Main Street`, ShipCity: `New York`, ShipPostalCode: 50137, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1211, CustomerName: `Mike Smith`, CustomerFirstName: `Mike`, CustomerLastName: `Smith`, CustomerAddress: `114 Main Street, New York, USA, 50137`, Salesperson: `Nancy Smith`, OrderID: 1890, OrderDate: `8/5/2022`, ProductID: 169, ProductName: `Samsung Galaxy 22`, UnitPrice: 11320.48, Quantity: 3, ExtendedPrice: 33961.44, Freight: 930.48, Discontinued: false, Region: `West`, Address: `114 Main Street`, City: `New York`, Country: `USA`, PostalCode: 50137 }), + new InvoicesDataItem({ ShipName: `Jefferson Market`, ShipAddress: `130 Wall Street`, ShipCity: `Miami`, ShipPostalCode: 90082, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1212, CustomerName: `Martin Jefferson`, CustomerFirstName: `Martin`, CustomerLastName: `Jefferson`, CustomerAddress: `130 Wall Street, Miami, USA, 90082`, Salesperson: `Nancy Madison`, OrderID: 1783, OrderDate: `9/1/2022`, ProductID: 109, ProductName: `IPhone`, UnitPrice: 24340.75, Quantity: 5, ExtendedPrice: 121703.75, Freight: 490.75, Discontinued: false, Region: `North East`, Address: `130 Wall Street`, City: `Miami`, Country: `USA`, PostalCode: 90082 }), + new InvoicesDataItem({ ShipName: `Jefferson Estate`, ShipAddress: `140 Main Street`, ShipCity: `New York`, ShipPostalCode: 80095, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1213, CustomerName: `James Jefferson`, CustomerFirstName: `James`, CustomerLastName: `Jefferson`, CustomerAddress: `140 Main Street, New York, USA, 80095`, Salesperson: `Pamela Watson`, OrderID: 1101, OrderDate: `5/25/2022`, ProductID: 101, ProductName: `Mac Book Air`, UnitPrice: 29980.24, Quantity: 4, ExtendedPrice: 119920.96, Freight: 1190.24, Discontinued: false, Region: `South East`, Address: `140 Main Street`, City: `New York`, Country: `USA`, PostalCode: 80095 }), + new InvoicesDataItem({ ShipName: `Jefferson Market`, ShipAddress: `165 Main Street`, ShipCity: `Huston`, ShipPostalCode: 90200, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1214, CustomerName: `Ben Jefferson`, CustomerFirstName: `Ben`, CustomerLastName: `Jefferson`, CustomerAddress: `165 Main Street, Huston, USA, 90200`, Salesperson: `Max Watson`, OrderID: 1932, OrderDate: `2/10/2022`, ProductID: 159, ProductName: `Mac Book Air`, UnitPrice: 23460.59, Quantity: 4, ExtendedPrice: 93842.36, Freight: 710.59, Discontinued: false, Region: `South East`, Address: `165 Main Street`, City: `Huston`, Country: `USA`, PostalCode: 90200 }), + new InvoicesDataItem({ ShipName: `Watson Market`, ShipAddress: `154 Market Street`, ShipCity: `Los Angeles`, ShipPostalCode: 70200, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1215, CustomerName: `Max Watson`, CustomerFirstName: `Max`, CustomerLastName: `Watson`, CustomerAddress: `154 Market Street, Los Angeles, USA, 70200`, Salesperson: `Mike Black`, OrderID: 1514, OrderDate: `10/8/2022`, ProductID: 148, ProductName: `Samsung Note`, UnitPrice: 29540.27, Quantity: 4, ExtendedPrice: 118161.08, Freight: 1960.27, Discontinued: false, Region: `North East`, Address: `154 Market Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 70200 }), + new InvoicesDataItem({ ShipName: `Watson Home`, ShipAddress: `113 Market Street`, ShipCity: `New York`, ShipPostalCode: 50127, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1216, CustomerName: `Max Watson`, CustomerFirstName: `Max`, CustomerLastName: `Watson`, CustomerAddress: `113 Market Street, New York, USA, 50127`, Salesperson: `James Jefferson`, OrderID: 1736, OrderDate: `10/21/2022`, ProductID: 188, ProductName: `IPad`, UnitPrice: 15350.27, Quantity: 4, ExtendedPrice: 61401.08, Freight: 540.27, Discontinued: false, Region: `South East`, Address: `113 Market Street`, City: `New York`, Country: `USA`, PostalCode: 50127 }), + new InvoicesDataItem({ ShipName: `Jackson Market`, ShipAddress: `153 Main Street`, ShipCity: `Huston`, ShipPostalCode: 80064, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1217, CustomerName: `James Jackson`, CustomerFirstName: `James`, CustomerLastName: `Jackson`, CustomerAddress: `153 Main Street, Huston, USA, 80064`, Salesperson: `Mike Jackson`, OrderID: 1978, OrderDate: `12/25/2022`, ProductID: 125, ProductName: `IPad`, UnitPrice: 15880.31, Quantity: 3, ExtendedPrice: 47640.93, Freight: 800.31, Discontinued: false, Region: `North East`, Address: `153 Main Street`, City: `Huston`, Country: `USA`, PostalCode: 80064 }), + new InvoicesDataItem({ ShipName: `Smith Estate`, ShipAddress: `107 Main Street`, ShipCity: `Miami`, ShipPostalCode: 50196, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1218, CustomerName: `Mike Smith`, CustomerFirstName: `Mike`, CustomerLastName: `Smith`, CustomerAddress: `107 Main Street, Miami, USA, 50196`, Salesperson: `Martin Jackson`, OrderID: 1324, OrderDate: `7/18/2022`, ProductID: 188, ProductName: `Mac Book Air`, UnitPrice: 26990.38, Quantity: 4, ExtendedPrice: 107961.52, Freight: 610.38, Discontinued: false, Region: `South East`, Address: `107 Main Street`, City: `Miami`, Country: `USA`, PostalCode: 50196 }), + new InvoicesDataItem({ ShipName: `Smith Estate`, ShipAddress: `140 Wall Street`, ShipCity: `Miami`, ShipPostalCode: 70154, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1219, CustomerName: `James Smith`, CustomerFirstName: `James`, CustomerLastName: `Smith`, CustomerAddress: `140 Wall Street, Miami, USA, 70154`, Salesperson: `Nancy Madison`, OrderID: 1307, OrderDate: `4/19/2022`, ProductID: 114, ProductName: `IPhone`, UnitPrice: 18300.65, Quantity: 4, ExtendedPrice: 73202.6, Freight: 800.65, Discontinued: true, Region: `West`, Address: `140 Wall Street`, City: `Miami`, Country: `USA`, PostalCode: 70154 }), + new InvoicesDataItem({ ShipName: `Jackson Townhouse`, ShipAddress: `158 Market Street`, ShipCity: `Los Angeles`, ShipPostalCode: 50154, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1220, CustomerName: `Mike Jackson`, CustomerFirstName: `Mike`, CustomerLastName: `Jackson`, CustomerAddress: `158 Market Street, Los Angeles, USA, 50154`, Salesperson: `James Black`, OrderID: 1808, OrderDate: `3/18/2022`, ProductID: 172, ProductName: `Mac Book Air`, UnitPrice: 27460.67, Quantity: 3, ExtendedPrice: 82382.01, Freight: 1220.67, Discontinued: false, Region: `North East`, Address: `158 Market Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 50154 }), + new InvoicesDataItem({ ShipName: `Smith Home`, ShipAddress: `116 Main Street`, ShipCity: `Los Angeles`, ShipPostalCode: 90170, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1221, CustomerName: `Pamela Smith`, CustomerFirstName: `Pamela`, CustomerLastName: `Smith`, CustomerAddress: `116 Main Street, Los Angeles, USA, 90170`, Salesperson: `James Jefferson`, OrderID: 1481, OrderDate: `5/22/2022`, ProductID: 177, ProductName: `IPhone`, UnitPrice: 23770.26, Quantity: 2, ExtendedPrice: 47540.52, Freight: 480.26, Discontinued: false, Region: `North East`, Address: `116 Main Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 90170 }), + new InvoicesDataItem({ ShipName: `Madison Townhouse`, ShipAddress: `124 Wall Street`, ShipCity: `Huston`, ShipPostalCode: 50137, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1222, CustomerName: `Max Madison`, CustomerFirstName: `Max`, CustomerLastName: `Madison`, CustomerAddress: `124 Wall Street, Huston, USA, 50137`, Salesperson: `Martin Watson`, OrderID: 1874, OrderDate: `10/1/2022`, ProductID: 102, ProductName: `Mac Book Air`, UnitPrice: 12080.68, Quantity: 5, ExtendedPrice: 60403.4, Freight: 400.68, Discontinued: false, Region: `North East`, Address: `124 Wall Street`, City: `Huston`, Country: `USA`, PostalCode: 50137 }), + new InvoicesDataItem({ ShipName: `Smith Market`, ShipAddress: `197 Main Street`, ShipCity: `New York`, ShipPostalCode: 60174, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1223, CustomerName: `Nancy Smith`, CustomerFirstName: `Nancy`, CustomerLastName: `Smith`, CustomerAddress: `197 Main Street, New York, USA, 60174`, Salesperson: `Nancy Jefferson`, OrderID: 1377, OrderDate: `10/24/2022`, ProductID: 123, ProductName: `Mac Book Air`, UnitPrice: 10520.88, Quantity: 4, ExtendedPrice: 42083.52, Freight: 800.88, Discontinued: false, Region: `South East`, Address: `197 Main Street`, City: `New York`, Country: `USA`, PostalCode: 60174 }), + new InvoicesDataItem({ ShipName: `Jefferson Estate`, ShipAddress: `192 Wall Street`, ShipCity: `Miami`, ShipPostalCode: 80134, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1224, CustomerName: `Mike Jefferson`, CustomerFirstName: `Mike`, CustomerLastName: `Jefferson`, CustomerAddress: `192 Wall Street, Miami, USA, 80134`, Salesperson: `James Madison`, OrderID: 1691, OrderDate: `6/13/2022`, ProductID: 123, ProductName: `IPhone`, UnitPrice: 11090.82, Quantity: 2, ExtendedPrice: 22181.64, Freight: 910.82, Discontinued: false, Region: `South East`, Address: `192 Wall Street`, City: `Miami`, Country: `USA`, PostalCode: 80134 }), + new InvoicesDataItem({ ShipName: `Black Estate`, ShipAddress: `111 Market Street`, ShipCity: `Huston`, ShipPostalCode: 80054, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1225, CustomerName: `Anna Black`, CustomerFirstName: `Anna`, CustomerLastName: `Black`, CustomerAddress: `111 Market Street, Huston, USA, 80054`, Salesperson: `Martin Jackson`, OrderID: 1242, OrderDate: `4/6/2022`, ProductID: 180, ProductName: `IPhone`, UnitPrice: 8180.25, Quantity: 5, ExtendedPrice: 40901.25, Freight: 510.25, Discontinued: false, Region: `North East`, Address: `111 Market Street`, City: `Huston`, Country: `USA`, PostalCode: 80054 }), + new InvoicesDataItem({ ShipName: `Jackson Estate`, ShipAddress: `106 Market Street`, ShipCity: `New York`, ShipPostalCode: 60139, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1226, CustomerName: `Nancy Jackson`, CustomerFirstName: `Nancy`, CustomerLastName: `Jackson`, CustomerAddress: `106 Market Street, New York, USA, 60139`, Salesperson: `James Madison`, OrderID: 1745, OrderDate: `1/18/2022`, ProductID: 115, ProductName: `IPhone`, UnitPrice: 6570.23, Quantity: 5, ExtendedPrice: 32851.15, Freight: 840.23, Discontinued: false, Region: `West`, Address: `106 Market Street`, City: `New York`, Country: `USA`, PostalCode: 60139 }), + new InvoicesDataItem({ ShipName: `Jackson Market`, ShipAddress: `198 Main Street`, ShipCity: `Los Angeles`, ShipPostalCode: 60058, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1227, CustomerName: `Nancy Jackson`, CustomerFirstName: `Nancy`, CustomerLastName: `Jackson`, CustomerAddress: `198 Main Street, Los Angeles, USA, 60058`, Salesperson: `James Madison`, OrderID: 1111, OrderDate: `10/11/2022`, ProductID: 132, ProductName: `IPhone`, UnitPrice: 10970.23, Quantity: 3, ExtendedPrice: 32910.69, Freight: 1670.23, Discontinued: false, Region: `North East`, Address: `198 Main Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 60058 }), + new InvoicesDataItem({ ShipName: `Madison Estate`, ShipAddress: `138 Wall Street`, ShipCity: `Huston`, ShipPostalCode: 50133, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1228, CustomerName: `Anna Madison`, CustomerFirstName: `Anna`, CustomerLastName: `Madison`, CustomerAddress: `138 Wall Street, Huston, USA, 50133`, Salesperson: `Ben Madison`, OrderID: 1182, OrderDate: `12/18/2022`, ProductID: 184, ProductName: `Mac Book Air`, UnitPrice: 27020.67, Quantity: 3, ExtendedPrice: 81062.01, Freight: 1750.67, Discontinued: false, Region: `South East`, Address: `138 Wall Street`, City: `Huston`, Country: `USA`, PostalCode: 50133 }), + new InvoicesDataItem({ ShipName: `Smith Market`, ShipAddress: `198 Market Street`, ShipCity: `Los Angeles`, ShipPostalCode: 50182, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1229, CustomerName: `James Smith`, CustomerFirstName: `James`, CustomerLastName: `Smith`, CustomerAddress: `198 Market Street, Los Angeles, USA, 50182`, Salesperson: `Ben Jackson`, OrderID: 1252, OrderDate: `10/7/2022`, ProductID: 146, ProductName: `IPad`, UnitPrice: 21910.34, Quantity: 5, ExtendedPrice: 109551.7, Freight: 840.34, Discontinued: true, Region: `North East`, Address: `198 Market Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 50182 }), + new InvoicesDataItem({ ShipName: `Jackson Townhouse`, ShipAddress: `141 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 70058, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1230, CustomerName: `James Jackson`, CustomerFirstName: `James`, CustomerLastName: `Jackson`, CustomerAddress: `141 Market Street, Philadelphia, USA, 70058`, Salesperson: `Martin Watson`, OrderID: 1635, OrderDate: `6/1/2022`, ProductID: 196, ProductName: `Mac Book Air`, UnitPrice: 16430.54, Quantity: 2, ExtendedPrice: 32861.08, Freight: 1420.54, Discontinued: false, Region: `North East`, Address: `141 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 70058 }), + new InvoicesDataItem({ ShipName: `Madison Townhouse`, ShipAddress: `107 Market Street`, ShipCity: `New York`, ShipPostalCode: 80108, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1231, CustomerName: `Anna Madison`, CustomerFirstName: `Anna`, CustomerLastName: `Madison`, CustomerAddress: `107 Market Street, New York, USA, 80108`, Salesperson: `Mike Smith`, OrderID: 1922, OrderDate: `10/6/2022`, ProductID: 154, ProductName: `Mac Book Air`, UnitPrice: 8920.46, Quantity: 5, ExtendedPrice: 44602.3, Freight: 1160.46, Discontinued: false, Region: `West`, Address: `107 Market Street`, City: `New York`, Country: `USA`, PostalCode: 80108 }), + new InvoicesDataItem({ ShipName: `Watson Market`, ShipAddress: `166 Main Street`, ShipCity: `New York`, ShipPostalCode: 60199, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1232, CustomerName: `Martin Watson`, CustomerFirstName: `Martin`, CustomerLastName: `Watson`, CustomerAddress: `166 Main Street, New York, USA, 60199`, Salesperson: `Anna Smith`, OrderID: 1759, OrderDate: `3/10/2022`, ProductID: 145, ProductName: `Samsung Galaxy 22`, UnitPrice: 22420.27, Quantity: 5, ExtendedPrice: 112101.35, Freight: 1900.27, Discontinued: false, Region: `North East`, Address: `166 Main Street`, City: `New York`, Country: `USA`, PostalCode: 60199 }), + new InvoicesDataItem({ ShipName: `Smith Home`, ShipAddress: `188 Main Street`, ShipCity: `New York`, ShipPostalCode: 90082, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1233, CustomerName: `Anna Smith`, CustomerFirstName: `Anna`, CustomerLastName: `Smith`, CustomerAddress: `188 Main Street, New York, USA, 90082`, Salesperson: `Ben Black`, OrderID: 1172, OrderDate: `11/9/2022`, ProductID: 148, ProductName: `Samsung Note`, UnitPrice: 22260.33, Quantity: 5, ExtendedPrice: 111301.65, Freight: 1530.33, Discontinued: false, Region: `West`, Address: `188 Main Street`, City: `New York`, Country: `USA`, PostalCode: 90082 }), + new InvoicesDataItem({ ShipName: `Madison Home`, ShipAddress: `168 Wall Street`, ShipCity: `Miami`, ShipPostalCode: 80160, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1234, CustomerName: `Martin Madison`, CustomerFirstName: `Martin`, CustomerLastName: `Madison`, CustomerAddress: `168 Wall Street, Miami, USA, 80160`, Salesperson: `Max Black`, OrderID: 1855, OrderDate: `9/9/2022`, ProductID: 195, ProductName: `Samsung Note`, UnitPrice: 11120.68, Quantity: 5, ExtendedPrice: 55603.4, Freight: 540.68, Discontinued: false, Region: `South East`, Address: `168 Wall Street`, City: `Miami`, Country: `USA`, PostalCode: 80160 }), + new InvoicesDataItem({ ShipName: `Madison Market`, ShipAddress: `151 Wall Street`, ShipCity: `Philadelphia`, ShipPostalCode: 50192, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1235, CustomerName: `James Madison`, CustomerFirstName: `James`, CustomerLastName: `Madison`, CustomerAddress: `151 Wall Street, Philadelphia, USA, 50192`, Salesperson: `Pamela Watson`, OrderID: 1253, OrderDate: `9/24/2022`, ProductID: 153, ProductName: `Samsung Galaxy 22`, UnitPrice: 17650.73, Quantity: 5, ExtendedPrice: 88253.65, Freight: 1010.73, Discontinued: false, Region: `North East`, Address: `151 Wall Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 50192 }), + new InvoicesDataItem({ ShipName: `Jefferson Estate`, ShipAddress: `131 Wall Street`, ShipCity: `Philadelphia`, ShipPostalCode: 60171, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1236, CustomerName: `Anna Jefferson`, CustomerFirstName: `Anna`, CustomerLastName: `Jefferson`, CustomerAddress: `131 Wall Street, Philadelphia, USA, 60171`, Salesperson: `James Jefferson`, OrderID: 1711, OrderDate: `9/12/2022`, ProductID: 192, ProductName: `IPhone`, UnitPrice: 18980.42, Quantity: 3, ExtendedPrice: 56941.26, Freight: 1070.42, Discontinued: false, Region: `North East`, Address: `131 Wall Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 60171 }), + new InvoicesDataItem({ ShipName: `Madison Estate`, ShipAddress: `101 Market Street`, ShipCity: `Huston`, ShipPostalCode: 70109, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1237, CustomerName: `Mike Madison`, CustomerFirstName: `Mike`, CustomerLastName: `Madison`, CustomerAddress: `101 Market Street, Huston, USA, 70109`, Salesperson: `Nancy Smith`, OrderID: 1155, OrderDate: `9/1/2022`, ProductID: 174, ProductName: `Mac Book Pro`, UnitPrice: 22330.35, Quantity: 2, ExtendedPrice: 44660.7, Freight: 250.35, Discontinued: false, Region: `West`, Address: `101 Market Street`, City: `Huston`, Country: `USA`, PostalCode: 70109 }), + new InvoicesDataItem({ ShipName: `Jefferson Home`, ShipAddress: `145 Main Street`, ShipCity: `New York`, ShipPostalCode: 50126, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1238, CustomerName: `Max Jefferson`, CustomerFirstName: `Max`, CustomerLastName: `Jefferson`, CustomerAddress: `145 Main Street, New York, USA, 50126`, Salesperson: `Mike Watson`, OrderID: 1656, OrderDate: `3/7/2022`, ProductID: 139, ProductName: `IPhone`, UnitPrice: 9890.72, Quantity: 3, ExtendedPrice: 29672.16, Freight: 1890.72, Discontinued: false, Region: `West`, Address: `145 Main Street`, City: `New York`, Country: `USA`, PostalCode: 50126 }), + new InvoicesDataItem({ ShipName: `Madison Home`, ShipAddress: `190 Wall Street`, ShipCity: `Huston`, ShipPostalCode: 60055, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1239, CustomerName: `Martin Madison`, CustomerFirstName: `Martin`, CustomerLastName: `Madison`, CustomerAddress: `190 Wall Street, Huston, USA, 60055`, Salesperson: `Mike Smith`, OrderID: 1192, OrderDate: `3/12/2022`, ProductID: 151, ProductName: `Samsung Galaxy 22`, UnitPrice: 16510.6, Quantity: 5, ExtendedPrice: 82553, Freight: 260.6, Discontinued: true, Region: `South East`, Address: `190 Wall Street`, City: `Huston`, Country: `USA`, PostalCode: 60055 }), + new InvoicesDataItem({ ShipName: `Smith Estate`, ShipAddress: `114 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 50122, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1240, CustomerName: `Martin Smith`, CustomerFirstName: `Martin`, CustomerLastName: `Smith`, CustomerAddress: `114 Market Street, Philadelphia, USA, 50122`, Salesperson: `James Madison`, OrderID: 1997, OrderDate: `8/3/2022`, ProductID: 195, ProductName: `Mac Book Pro`, UnitPrice: 20770.42, Quantity: 4, ExtendedPrice: 83081.68, Freight: 920.42, Discontinued: false, Region: `North East`, Address: `114 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 50122 }), + new InvoicesDataItem({ ShipName: `Jackson Townhouse`, ShipAddress: `184 Main Street`, ShipCity: `Miami`, ShipPostalCode: 50147, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1241, CustomerName: `Pamela Jackson`, CustomerFirstName: `Pamela`, CustomerLastName: `Jackson`, CustomerAddress: `184 Main Street, Miami, USA, 50147`, Salesperson: `Martin Madison`, OrderID: 1944, OrderDate: `7/11/2022`, ProductID: 105, ProductName: `Samsung Note`, UnitPrice: 22970.54, Quantity: 3, ExtendedPrice: 68911.62, Freight: 2000.54, Discontinued: false, Region: `South East`, Address: `184 Main Street`, City: `Miami`, Country: `USA`, PostalCode: 50147 }), + new InvoicesDataItem({ ShipName: `Watson Townhouse`, ShipAddress: `140 Wall Street`, ShipCity: `Los Angeles`, ShipPostalCode: 50058, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1242, CustomerName: `Pamela Watson`, CustomerFirstName: `Pamela`, CustomerLastName: `Watson`, CustomerAddress: `140 Wall Street, Los Angeles, USA, 50058`, Salesperson: `Max Madison`, OrderID: 1076, OrderDate: `12/1/2022`, ProductID: 108, ProductName: `IPhone`, UnitPrice: 5950.69, Quantity: 5, ExtendedPrice: 29753.45, Freight: 1440.69, Discontinued: false, Region: `South East`, Address: `140 Wall Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 50058 }), + new InvoicesDataItem({ ShipName: `Madison Estate`, ShipAddress: `178 Market Street`, ShipCity: `New York`, ShipPostalCode: 60194, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1243, CustomerName: `James Madison`, CustomerFirstName: `James`, CustomerLastName: `Madison`, CustomerAddress: `178 Market Street, New York, USA, 60194`, Salesperson: `James Madison`, OrderID: 1076, OrderDate: `6/25/2022`, ProductID: 176, ProductName: `IPhone`, UnitPrice: 17080.21, Quantity: 2, ExtendedPrice: 34160.42, Freight: 1200.21, Discontinued: false, Region: `West`, Address: `178 Market Street`, City: `New York`, Country: `USA`, PostalCode: 60194 }), + new InvoicesDataItem({ ShipName: `Madison Home`, ShipAddress: `179 Main Street`, ShipCity: `Huston`, ShipPostalCode: 70085, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1244, CustomerName: `Ben Madison`, CustomerFirstName: `Ben`, CustomerLastName: `Madison`, CustomerAddress: `179 Main Street, Huston, USA, 70085`, Salesperson: `Ben Jackson`, OrderID: 1070, OrderDate: `5/7/2022`, ProductID: 101, ProductName: `IPhone`, UnitPrice: 19310.75, Quantity: 2, ExtendedPrice: 38621.5, Freight: 1270.75, Discontinued: false, Region: `West`, Address: `179 Main Street`, City: `Huston`, Country: `USA`, PostalCode: 70085 }), + new InvoicesDataItem({ ShipName: `Madison Estate`, ShipAddress: `169 Market Street`, ShipCity: `Miami`, ShipPostalCode: 70087, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1245, CustomerName: `Pamela Madison`, CustomerFirstName: `Pamela`, CustomerLastName: `Madison`, CustomerAddress: `169 Market Street, Miami, USA, 70087`, Salesperson: `Nancy Black`, OrderID: 1469, OrderDate: `8/22/2022`, ProductID: 193, ProductName: `Samsung Note`, UnitPrice: 25420.4, Quantity: 2, ExtendedPrice: 50840.8, Freight: 1690.4, Discontinued: false, Region: `North East`, Address: `169 Market Street`, City: `Miami`, Country: `USA`, PostalCode: 70087 }), + new InvoicesDataItem({ ShipName: `Smith Home`, ShipAddress: `108 Wall Street`, ShipCity: `Los Angeles`, ShipPostalCode: 90128, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1246, CustomerName: `Martin Smith`, CustomerFirstName: `Martin`, CustomerLastName: `Smith`, CustomerAddress: `108 Wall Street, Los Angeles, USA, 90128`, Salesperson: `Pamela Smith`, OrderID: 1948, OrderDate: `4/25/2022`, ProductID: 141, ProductName: `Samsung Galaxy 22`, UnitPrice: 19070.55, Quantity: 3, ExtendedPrice: 57211.65, Freight: 280.55, Discontinued: false, Region: `South East`, Address: `108 Wall Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 90128 }), + new InvoicesDataItem({ ShipName: `Jackson Townhouse`, ShipAddress: `195 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 80141, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1247, CustomerName: `Mike Jackson`, CustomerFirstName: `Mike`, CustomerLastName: `Jackson`, CustomerAddress: `195 Market Street, Philadelphia, USA, 80141`, Salesperson: `Martin Smith`, OrderID: 1116, OrderDate: `1/1/2022`, ProductID: 162, ProductName: `Samsung Galaxy 22`, UnitPrice: 22190.27, Quantity: 5, ExtendedPrice: 110951.35, Freight: 1830.27, Discontinued: false, Region: `North East`, Address: `195 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 80141 }), + new InvoicesDataItem({ ShipName: `Black Home`, ShipAddress: `142 Main Street`, ShipCity: `Los Angeles`, ShipPostalCode: 50163, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1248, CustomerName: `Anna Black`, CustomerFirstName: `Anna`, CustomerLastName: `Black`, CustomerAddress: `142 Main Street, Los Angeles, USA, 50163`, Salesperson: `Pamela Jefferson`, OrderID: 1640, OrderDate: `5/1/2022`, ProductID: 153, ProductName: `Samsung Note`, UnitPrice: 7690.79, Quantity: 3, ExtendedPrice: 23072.37, Freight: 1730.79, Discontinued: false, Region: `South East`, Address: `142 Main Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 50163 }), + new InvoicesDataItem({ ShipName: `Watson Market`, ShipAddress: `177 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 80155, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1249, CustomerName: `Mike Watson`, CustomerFirstName: `Mike`, CustomerLastName: `Watson`, CustomerAddress: `177 Market Street, Philadelphia, USA, 80155`, Salesperson: `Anna Jefferson`, OrderID: 1748, OrderDate: `9/2/2022`, ProductID: 186, ProductName: `Mac Book Air`, UnitPrice: 25230.84, Quantity: 4, ExtendedPrice: 100923.36, Freight: 670.84, Discontinued: true, Region: `South East`, Address: `177 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 80155 }), + new InvoicesDataItem({ ShipName: `Black Estate`, ShipAddress: `175 Market Street`, ShipCity: `Los Angeles`, ShipPostalCode: 80141, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1250, CustomerName: `Mike Black`, CustomerFirstName: `Mike`, CustomerLastName: `Black`, CustomerAddress: `175 Market Street, Los Angeles, USA, 80141`, Salesperson: `Martin Black`, OrderID: 1251, OrderDate: `7/5/2022`, ProductID: 140, ProductName: `Mac Book Pro`, UnitPrice: 25960.45, Quantity: 2, ExtendedPrice: 51920.9, Freight: 260.45, Discontinued: false, Region: `North East`, Address: `175 Market Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 80141 }), + new InvoicesDataItem({ ShipName: `Watson Market`, ShipAddress: `110 Market Street`, ShipCity: `New York`, ShipPostalCode: 90174, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1251, CustomerName: `Pamela Watson`, CustomerFirstName: `Pamela`, CustomerLastName: `Watson`, CustomerAddress: `110 Market Street, New York, USA, 90174`, Salesperson: `Pamela Black`, OrderID: 1397, OrderDate: `7/2/2022`, ProductID: 141, ProductName: `Samsung Note`, UnitPrice: 22150.67, Quantity: 3, ExtendedPrice: 66452.01, Freight: 640.67, Discontinued: false, Region: `North East`, Address: `110 Market Street`, City: `New York`, Country: `USA`, PostalCode: 90174 }), + new InvoicesDataItem({ ShipName: `Jackson Estate`, ShipAddress: `121 Wall Street`, ShipCity: `Los Angeles`, ShipPostalCode: 70083, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1252, CustomerName: `Mike Jackson`, CustomerFirstName: `Mike`, CustomerLastName: `Jackson`, CustomerAddress: `121 Wall Street, Los Angeles, USA, 70083`, Salesperson: `Ben Jefferson`, OrderID: 1938, OrderDate: `1/20/2022`, ProductID: 171, ProductName: `Samsung Galaxy 22`, UnitPrice: 9220.74, Quantity: 4, ExtendedPrice: 36882.96, Freight: 1030.74, Discontinued: false, Region: `South East`, Address: `121 Wall Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 70083 }), + new InvoicesDataItem({ ShipName: `Jackson Townhouse`, ShipAddress: `122 Wall Street`, ShipCity: `Philadelphia`, ShipPostalCode: 70122, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1253, CustomerName: `Mike Jackson`, CustomerFirstName: `Mike`, CustomerLastName: `Jackson`, CustomerAddress: `122 Wall Street, Philadelphia, USA, 70122`, Salesperson: `Mike Watson`, OrderID: 1608, OrderDate: `2/9/2022`, ProductID: 109, ProductName: `Samsung Note`, UnitPrice: 11240.75, Quantity: 2, ExtendedPrice: 22481.5, Freight: 1010.75, Discontinued: false, Region: `West`, Address: `122 Wall Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 70122 }), + new InvoicesDataItem({ ShipName: `Watson Estate`, ShipAddress: `151 Main Street`, ShipCity: `Huston`, ShipPostalCode: 50057, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1254, CustomerName: `Pamela Watson`, CustomerFirstName: `Pamela`, CustomerLastName: `Watson`, CustomerAddress: `151 Main Street, Huston, USA, 50057`, Salesperson: `Martin Watson`, OrderID: 1217, OrderDate: `8/4/2022`, ProductID: 185, ProductName: `Mac Book Pro`, UnitPrice: 16680.55, Quantity: 3, ExtendedPrice: 50041.65, Freight: 1710.55, Discontinued: false, Region: `North East`, Address: `151 Main Street`, City: `Huston`, Country: `USA`, PostalCode: 50057 }), + new InvoicesDataItem({ ShipName: `Jackson Market`, ShipAddress: `120 Wall Street`, ShipCity: `Huston`, ShipPostalCode: 50131, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1255, CustomerName: `Mike Jackson`, CustomerFirstName: `Mike`, CustomerLastName: `Jackson`, CustomerAddress: `120 Wall Street, Huston, USA, 50131`, Salesperson: `Ben Jackson`, OrderID: 1661, OrderDate: `5/1/2022`, ProductID: 190, ProductName: `Mac Book Air`, UnitPrice: 21450.85, Quantity: 5, ExtendedPrice: 107254.25, Freight: 1350.85, Discontinued: false, Region: `South East`, Address: `120 Wall Street`, City: `Huston`, Country: `USA`, PostalCode: 50131 }), + new InvoicesDataItem({ ShipName: `Madison Market`, ShipAddress: `134 Main Street`, ShipCity: `Huston`, ShipPostalCode: 90060, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1256, CustomerName: `Mike Madison`, CustomerFirstName: `Mike`, CustomerLastName: `Madison`, CustomerAddress: `134 Main Street, Huston, USA, 90060`, Salesperson: `James Madison`, OrderID: 1766, OrderDate: `11/11/2022`, ProductID: 134, ProductName: `Mac Book Air`, UnitPrice: 12850.63, Quantity: 3, ExtendedPrice: 38551.89, Freight: 1790.63, Discontinued: false, Region: `West`, Address: `134 Main Street`, City: `Huston`, Country: `USA`, PostalCode: 90060 }), + new InvoicesDataItem({ ShipName: `Black Home`, ShipAddress: `150 Wall Street`, ShipCity: `Huston`, ShipPostalCode: 60151, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1257, CustomerName: `James Black`, CustomerFirstName: `James`, CustomerLastName: `Black`, CustomerAddress: `150 Wall Street, Huston, USA, 60151`, Salesperson: `Martin Black`, OrderID: 1321, OrderDate: `8/4/2022`, ProductID: 125, ProductName: `Samsung Note`, UnitPrice: 29190.24, Quantity: 4, ExtendedPrice: 116760.96, Freight: 680.24, Discontinued: false, Region: `North East`, Address: `150 Wall Street`, City: `Huston`, Country: `USA`, PostalCode: 60151 }), + new InvoicesDataItem({ ShipName: `Watson Estate`, ShipAddress: `155 Wall Street`, ShipCity: `Huston`, ShipPostalCode: 60121, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1258, CustomerName: `Max Watson`, CustomerFirstName: `Max`, CustomerLastName: `Watson`, CustomerAddress: `155 Wall Street, Huston, USA, 60121`, Salesperson: `Max Jackson`, OrderID: 1872, OrderDate: `2/20/2022`, ProductID: 188, ProductName: `Samsung Note`, UnitPrice: 22750.45, Quantity: 3, ExtendedPrice: 68251.35, Freight: 840.45, Discontinued: false, Region: `West`, Address: `155 Wall Street`, City: `Huston`, Country: `USA`, PostalCode: 60121 }), + new InvoicesDataItem({ ShipName: `Watson Market`, ShipAddress: `184 Market Street`, ShipCity: `New York`, ShipPostalCode: 90156, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1259, CustomerName: `Anna Watson`, CustomerFirstName: `Anna`, CustomerLastName: `Watson`, CustomerAddress: `184 Market Street, New York, USA, 90156`, Salesperson: `James Watson`, OrderID: 1828, OrderDate: `5/25/2022`, ProductID: 191, ProductName: `Samsung Galaxy 22`, UnitPrice: 29760.3, Quantity: 2, ExtendedPrice: 59520.6, Freight: 1960.3, Discontinued: true, Region: `North East`, Address: `184 Market Street`, City: `New York`, Country: `USA`, PostalCode: 90156 }), + new InvoicesDataItem({ ShipName: `Watson Market`, ShipAddress: `133 Market Street`, ShipCity: `Huston`, ShipPostalCode: 50074, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1260, CustomerName: `Anna Watson`, CustomerFirstName: `Anna`, CustomerLastName: `Watson`, CustomerAddress: `133 Market Street, Huston, USA, 50074`, Salesperson: `Mike Black`, OrderID: 1966, OrderDate: `6/18/2022`, ProductID: 160, ProductName: `Mac Book Air`, UnitPrice: 7450.44, Quantity: 5, ExtendedPrice: 37252.2, Freight: 590.44, Discontinued: false, Region: `West`, Address: `133 Market Street`, City: `Huston`, Country: `USA`, PostalCode: 50074 }), + new InvoicesDataItem({ ShipName: `Black Townhouse`, ShipAddress: `154 Main Street`, ShipCity: `Philadelphia`, ShipPostalCode: 70052, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1261, CustomerName: `Martin Black`, CustomerFirstName: `Martin`, CustomerLastName: `Black`, CustomerAddress: `154 Main Street, Philadelphia, USA, 70052`, Salesperson: `Ben Jackson`, OrderID: 1421, OrderDate: `9/17/2022`, ProductID: 127, ProductName: `Mac Book Air`, UnitPrice: 23000.47, Quantity: 2, ExtendedPrice: 46000.94, Freight: 550.47, Discontinued: false, Region: `South East`, Address: `154 Main Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 70052 }), + new InvoicesDataItem({ ShipName: `Smith Townhouse`, ShipAddress: `114 Wall Street`, ShipCity: `Philadelphia`, ShipPostalCode: 90174, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1262, CustomerName: `Max Smith`, CustomerFirstName: `Max`, CustomerLastName: `Smith`, CustomerAddress: `114 Wall Street, Philadelphia, USA, 90174`, Salesperson: `Pamela Smith`, OrderID: 1192, OrderDate: `12/4/2022`, ProductID: 105, ProductName: `Samsung Note`, UnitPrice: 19790.26, Quantity: 2, ExtendedPrice: 39580.52, Freight: 1150.26, Discontinued: false, Region: `South East`, Address: `114 Wall Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 90174 }), + new InvoicesDataItem({ ShipName: `Jefferson Townhouse`, ShipAddress: `154 Wall Street`, ShipCity: `New York`, ShipPostalCode: 90162, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1263, CustomerName: `Ben Jefferson`, CustomerFirstName: `Ben`, CustomerLastName: `Jefferson`, CustomerAddress: `154 Wall Street, New York, USA, 90162`, Salesperson: `Nancy Smith`, OrderID: 1539, OrderDate: `7/16/2022`, ProductID: 139, ProductName: `Samsung Note`, UnitPrice: 11830.34, Quantity: 2, ExtendedPrice: 23660.68, Freight: 1930.34, Discontinued: false, Region: `West`, Address: `154 Wall Street`, City: `New York`, Country: `USA`, PostalCode: 90162 }), + new InvoicesDataItem({ ShipName: `Smith Townhouse`, ShipAddress: `140 Wall Street`, ShipCity: `Los Angeles`, ShipPostalCode: 70136, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1264, CustomerName: `Martin Smith`, CustomerFirstName: `Martin`, CustomerLastName: `Smith`, CustomerAddress: `140 Wall Street, Los Angeles, USA, 70136`, Salesperson: `Mike Jackson`, OrderID: 1271, OrderDate: `10/7/2022`, ProductID: 124, ProductName: `Samsung Note`, UnitPrice: 21020.81, Quantity: 2, ExtendedPrice: 42041.62, Freight: 1420.81, Discontinued: false, Region: `West`, Address: `140 Wall Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 70136 }), + new InvoicesDataItem({ ShipName: `Smith Townhouse`, ShipAddress: `185 Main Street`, ShipCity: `Philadelphia`, ShipPostalCode: 60116, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1265, CustomerName: `James Smith`, CustomerFirstName: `James`, CustomerLastName: `Smith`, CustomerAddress: `185 Main Street, Philadelphia, USA, 60116`, Salesperson: `James Watson`, OrderID: 1090, OrderDate: `9/11/2022`, ProductID: 160, ProductName: `IPhone`, UnitPrice: 16070.46, Quantity: 3, ExtendedPrice: 48211.38, Freight: 1490.46, Discontinued: false, Region: `West`, Address: `185 Main Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 60116 }), + new InvoicesDataItem({ ShipName: `Smith Estate`, ShipAddress: `179 Market Street`, ShipCity: `Huston`, ShipPostalCode: 80107, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1266, CustomerName: `Max Smith`, CustomerFirstName: `Max`, CustomerLastName: `Smith`, CustomerAddress: `179 Market Street, Huston, USA, 80107`, Salesperson: `Nancy Smith`, OrderID: 1286, OrderDate: `1/10/2022`, ProductID: 161, ProductName: `Mac Book Air`, UnitPrice: 26160.38, Quantity: 3, ExtendedPrice: 78481.14, Freight: 570.38, Discontinued: false, Region: `West`, Address: `179 Market Street`, City: `Huston`, Country: `USA`, PostalCode: 80107 }), + new InvoicesDataItem({ ShipName: `Jefferson Home`, ShipAddress: `189 Wall Street`, ShipCity: `Huston`, ShipPostalCode: 90073, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1267, CustomerName: `Ben Jefferson`, CustomerFirstName: `Ben`, CustomerLastName: `Jefferson`, CustomerAddress: `189 Wall Street, Huston, USA, 90073`, Salesperson: `Martin Madison`, OrderID: 1754, OrderDate: `5/2/2022`, ProductID: 143, ProductName: `Samsung Galaxy 22`, UnitPrice: 29540.84, Quantity: 4, ExtendedPrice: 118163.36, Freight: 500.84, Discontinued: false, Region: `North East`, Address: `189 Wall Street`, City: `Huston`, Country: `USA`, PostalCode: 90073 }), + new InvoicesDataItem({ ShipName: `Madison Estate`, ShipAddress: `106 Market Street`, ShipCity: `Miami`, ShipPostalCode: 90153, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1268, CustomerName: `Anna Madison`, CustomerFirstName: `Anna`, CustomerLastName: `Madison`, CustomerAddress: `106 Market Street, Miami, USA, 90153`, Salesperson: `Anna Black`, OrderID: 1321, OrderDate: `6/21/2022`, ProductID: 136, ProductName: `Samsung Galaxy 22`, UnitPrice: 12550.55, Quantity: 5, ExtendedPrice: 62752.75, Freight: 1440.55, Discontinued: false, Region: `West`, Address: `106 Market Street`, City: `Miami`, Country: `USA`, PostalCode: 90153 }), + new InvoicesDataItem({ ShipName: `Watson Townhouse`, ShipAddress: `149 Wall Street`, ShipCity: `Los Angeles`, ShipPostalCode: 50102, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1269, CustomerName: `Pamela Watson`, CustomerFirstName: `Pamela`, CustomerLastName: `Watson`, CustomerAddress: `149 Wall Street, Los Angeles, USA, 50102`, Salesperson: `James Jefferson`, OrderID: 1262, OrderDate: `7/13/2022`, ProductID: 178, ProductName: `Samsung Note`, UnitPrice: 8690.45, Quantity: 3, ExtendedPrice: 26071.35, Freight: 1420.45, Discontinued: true, Region: `West`, Address: `149 Wall Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 50102 }), + new InvoicesDataItem({ ShipName: `Watson Market`, ShipAddress: `192 Market Street`, ShipCity: `New York`, ShipPostalCode: 60078, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1270, CustomerName: `Martin Watson`, CustomerFirstName: `Martin`, CustomerLastName: `Watson`, CustomerAddress: `192 Market Street, New York, USA, 60078`, Salesperson: `Ben Jackson`, OrderID: 1586, OrderDate: `11/13/2022`, ProductID: 130, ProductName: `Mac Book Pro`, UnitPrice: 28630.86, Quantity: 2, ExtendedPrice: 57261.72, Freight: 980.86, Discontinued: false, Region: `West`, Address: `192 Market Street`, City: `New York`, Country: `USA`, PostalCode: 60078 }), + new InvoicesDataItem({ ShipName: `Jefferson Estate`, ShipAddress: `159 Main Street`, ShipCity: `New York`, ShipPostalCode: 50050, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1271, CustomerName: `James Jefferson`, CustomerFirstName: `James`, CustomerLastName: `Jefferson`, CustomerAddress: `159 Main Street, New York, USA, 50050`, Salesperson: `Max Jefferson`, OrderID: 1915, OrderDate: `2/10/2022`, ProductID: 178, ProductName: `Mac Book Pro`, UnitPrice: 19050.75, Quantity: 5, ExtendedPrice: 95253.75, Freight: 960.75, Discontinued: false, Region: `West`, Address: `159 Main Street`, City: `New York`, Country: `USA`, PostalCode: 50050 }), + new InvoicesDataItem({ ShipName: `Watson Market`, ShipAddress: `171 Wall Street`, ShipCity: `Los Angeles`, ShipPostalCode: 60099, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1272, CustomerName: `Nancy Watson`, CustomerFirstName: `Nancy`, CustomerLastName: `Watson`, CustomerAddress: `171 Wall Street, Los Angeles, USA, 60099`, Salesperson: `Pamela Jackson`, OrderID: 1503, OrderDate: `4/7/2022`, ProductID: 153, ProductName: `Samsung Galaxy 22`, UnitPrice: 26320.3, Quantity: 3, ExtendedPrice: 78960.9, Freight: 1360.3, Discontinued: false, Region: `South East`, Address: `171 Wall Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 60099 }), + new InvoicesDataItem({ ShipName: `Madison Townhouse`, ShipAddress: `161 Main Street`, ShipCity: `Huston`, ShipPostalCode: 70087, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1273, CustomerName: `Anna Madison`, CustomerFirstName: `Anna`, CustomerLastName: `Madison`, CustomerAddress: `161 Main Street, Huston, USA, 70087`, Salesperson: `Nancy Watson`, OrderID: 1129, OrderDate: `9/4/2022`, ProductID: 119, ProductName: `Samsung Note`, UnitPrice: 26970.53, Quantity: 3, ExtendedPrice: 80911.59, Freight: 1890.53, Discontinued: false, Region: `South East`, Address: `161 Main Street`, City: `Huston`, Country: `USA`, PostalCode: 70087 }), + new InvoicesDataItem({ ShipName: `Watson Market`, ShipAddress: `163 Market Street`, ShipCity: `Los Angeles`, ShipPostalCode: 50127, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1274, CustomerName: `Max Watson`, CustomerFirstName: `Max`, CustomerLastName: `Watson`, CustomerAddress: `163 Market Street, Los Angeles, USA, 50127`, Salesperson: `Nancy Jefferson`, OrderID: 1508, OrderDate: `1/6/2022`, ProductID: 136, ProductName: `Mac Book Air`, UnitPrice: 12620.81, Quantity: 3, ExtendedPrice: 37862.43, Freight: 650.81, Discontinued: false, Region: `North East`, Address: `163 Market Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 50127 }), + new InvoicesDataItem({ ShipName: `Watson Townhouse`, ShipAddress: `131 Market Street`, ShipCity: `Huston`, ShipPostalCode: 50052, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1275, CustomerName: `James Watson`, CustomerFirstName: `James`, CustomerLastName: `Watson`, CustomerAddress: `131 Market Street, Huston, USA, 50052`, Salesperson: `Martin Watson`, OrderID: 1285, OrderDate: `8/6/2022`, ProductID: 123, ProductName: `Samsung Note`, UnitPrice: 22790.24, Quantity: 4, ExtendedPrice: 91160.96, Freight: 1140.24, Discontinued: false, Region: `South East`, Address: `131 Market Street`, City: `Huston`, Country: `USA`, PostalCode: 50052 }), + new InvoicesDataItem({ ShipName: `Black Home`, ShipAddress: `125 Wall Street`, ShipCity: `Miami`, ShipPostalCode: 60101, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1276, CustomerName: `Ben Black`, CustomerFirstName: `Ben`, CustomerLastName: `Black`, CustomerAddress: `125 Wall Street, Miami, USA, 60101`, Salesperson: `Ben Smith`, OrderID: 1881, OrderDate: `12/5/2022`, ProductID: 128, ProductName: `Mac Book Air`, UnitPrice: 18780.56, Quantity: 4, ExtendedPrice: 75122.24, Freight: 820.56, Discontinued: false, Region: `West`, Address: `125 Wall Street`, City: `Miami`, Country: `USA`, PostalCode: 60101 }), + new InvoicesDataItem({ ShipName: `Jackson Market`, ShipAddress: `184 Main Street`, ShipCity: `Miami`, ShipPostalCode: 50157, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1277, CustomerName: `Nancy Jackson`, CustomerFirstName: `Nancy`, CustomerLastName: `Jackson`, CustomerAddress: `184 Main Street, Miami, USA, 50157`, Salesperson: `Mike Smith`, OrderID: 1478, OrderDate: `9/18/2022`, ProductID: 131, ProductName: `IPad`, UnitPrice: 15000.21, Quantity: 5, ExtendedPrice: 75001.05, Freight: 1390.21, Discontinued: false, Region: `North East`, Address: `184 Main Street`, City: `Miami`, Country: `USA`, PostalCode: 50157 }), + new InvoicesDataItem({ ShipName: `Watson Estate`, ShipAddress: `199 Market Street`, ShipCity: `Huston`, ShipPostalCode: 80050, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1278, CustomerName: `Nancy Watson`, CustomerFirstName: `Nancy`, CustomerLastName: `Watson`, CustomerAddress: `199 Market Street, Huston, USA, 80050`, Salesperson: `Max Jefferson`, OrderID: 1767, OrderDate: `1/17/2022`, ProductID: 196, ProductName: `Mac Book Pro`, UnitPrice: 21600.31, Quantity: 3, ExtendedPrice: 64800.93, Freight: 1130.31, Discontinued: false, Region: `North East`, Address: `199 Market Street`, City: `Huston`, Country: `USA`, PostalCode: 80050 }), + new InvoicesDataItem({ ShipName: `Madison Market`, ShipAddress: `127 Market Street`, ShipCity: `Miami`, ShipPostalCode: 60073, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1279, CustomerName: `Nancy Madison`, CustomerFirstName: `Nancy`, CustomerLastName: `Madison`, CustomerAddress: `127 Market Street, Miami, USA, 60073`, Salesperson: `Mike Smith`, OrderID: 1229, OrderDate: `12/7/2022`, ProductID: 184, ProductName: `Mac Book Air`, UnitPrice: 27500.59, Quantity: 3, ExtendedPrice: 82501.77, Freight: 1380.59, Discontinued: true, Region: `West`, Address: `127 Market Street`, City: `Miami`, Country: `USA`, PostalCode: 60073 }), + new InvoicesDataItem({ ShipName: `Watson Home`, ShipAddress: `169 Main Street`, ShipCity: `New York`, ShipPostalCode: 50123, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1280, CustomerName: `Mike Watson`, CustomerFirstName: `Mike`, CustomerLastName: `Watson`, CustomerAddress: `169 Main Street, New York, USA, 50123`, Salesperson: `Martin Jackson`, OrderID: 1761, OrderDate: `2/10/2022`, ProductID: 169, ProductName: `IPad`, UnitPrice: 21430.7, Quantity: 5, ExtendedPrice: 107153.5, Freight: 1170.7, Discontinued: false, Region: `North East`, Address: `169 Main Street`, City: `New York`, Country: `USA`, PostalCode: 50123 }), + new InvoicesDataItem({ ShipName: `Watson Home`, ShipAddress: `109 Main Street`, ShipCity: `Philadelphia`, ShipPostalCode: 80143, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1281, CustomerName: `James Watson`, CustomerFirstName: `James`, CustomerLastName: `Watson`, CustomerAddress: `109 Main Street, Philadelphia, USA, 80143`, Salesperson: `Anna Black`, OrderID: 1461, OrderDate: `9/8/2022`, ProductID: 155, ProductName: `Samsung Galaxy 22`, UnitPrice: 28470.33, Quantity: 4, ExtendedPrice: 113881.32, Freight: 1750.33, Discontinued: false, Region: `North East`, Address: `109 Main Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 80143 }), + new InvoicesDataItem({ ShipName: `Madison Townhouse`, ShipAddress: `103 Main Street`, ShipCity: `New York`, ShipPostalCode: 80198, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1282, CustomerName: `James Madison`, CustomerFirstName: `James`, CustomerLastName: `Madison`, CustomerAddress: `103 Main Street, New York, USA, 80198`, Salesperson: `Ben Black`, OrderID: 1210, OrderDate: `11/7/2022`, ProductID: 123, ProductName: `Samsung Galaxy 22`, UnitPrice: 11260.52, Quantity: 5, ExtendedPrice: 56302.6, Freight: 330.52, Discontinued: false, Region: `West`, Address: `103 Main Street`, City: `New York`, Country: `USA`, PostalCode: 80198 }), + new InvoicesDataItem({ ShipName: `Jefferson Market`, ShipAddress: `102 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 50100, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1283, CustomerName: `Martin Jefferson`, CustomerFirstName: `Martin`, CustomerLastName: `Jefferson`, CustomerAddress: `102 Market Street, Philadelphia, USA, 50100`, Salesperson: `Pamela Jefferson`, OrderID: 1262, OrderDate: `4/17/2022`, ProductID: 134, ProductName: `Mac Book Pro`, UnitPrice: 21890.55, Quantity: 4, ExtendedPrice: 87562.2, Freight: 500.55, Discontinued: false, Region: `West`, Address: `102 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 50100 }), + new InvoicesDataItem({ ShipName: `Madison Home`, ShipAddress: `194 Market Street`, ShipCity: `New York`, ShipPostalCode: 80057, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1284, CustomerName: `Pamela Madison`, CustomerFirstName: `Pamela`, CustomerLastName: `Madison`, CustomerAddress: `194 Market Street, New York, USA, 80057`, Salesperson: `Pamela Jefferson`, OrderID: 1490, OrderDate: `4/6/2022`, ProductID: 191, ProductName: `Samsung Galaxy 22`, UnitPrice: 15670.58, Quantity: 4, ExtendedPrice: 62682.32, Freight: 1320.58, Discontinued: false, Region: `South East`, Address: `194 Market Street`, City: `New York`, Country: `USA`, PostalCode: 80057 }), + new InvoicesDataItem({ ShipName: `Madison Market`, ShipAddress: `102 Main Street`, ShipCity: `Miami`, ShipPostalCode: 70175, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1285, CustomerName: `Nancy Madison`, CustomerFirstName: `Nancy`, CustomerLastName: `Madison`, CustomerAddress: `102 Main Street, Miami, USA, 70175`, Salesperson: `James Jackson`, OrderID: 1031, OrderDate: `3/18/2022`, ProductID: 196, ProductName: `Samsung Note`, UnitPrice: 16280.69, Quantity: 3, ExtendedPrice: 48842.07, Freight: 380.69, Discontinued: false, Region: `South East`, Address: `102 Main Street`, City: `Miami`, Country: `USA`, PostalCode: 70175 }), + new InvoicesDataItem({ ShipName: `Watson Estate`, ShipAddress: `139 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 60067, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1286, CustomerName: `Nancy Watson`, CustomerFirstName: `Nancy`, CustomerLastName: `Watson`, CustomerAddress: `139 Market Street, Philadelphia, USA, 60067`, Salesperson: `Max Jefferson`, OrderID: 1803, OrderDate: `1/22/2022`, ProductID: 134, ProductName: `Mac Book Pro`, UnitPrice: 7940.29, Quantity: 4, ExtendedPrice: 31761.16, Freight: 620.29, Discontinued: false, Region: `North East`, Address: `139 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 60067 }), + new InvoicesDataItem({ ShipName: `Smith Market`, ShipAddress: `167 Market Street`, ShipCity: `New York`, ShipPostalCode: 80115, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1287, CustomerName: `Martin Smith`, CustomerFirstName: `Martin`, CustomerLastName: `Smith`, CustomerAddress: `167 Market Street, New York, USA, 80115`, Salesperson: `Anna Black`, OrderID: 1465, OrderDate: `2/14/2022`, ProductID: 166, ProductName: `Samsung Note`, UnitPrice: 20420.2, Quantity: 4, ExtendedPrice: 81680.8, Freight: 960.2, Discontinued: false, Region: `North East`, Address: `167 Market Street`, City: `New York`, Country: `USA`, PostalCode: 80115 }), + new InvoicesDataItem({ ShipName: `Jefferson Market`, ShipAddress: `167 Market Street`, ShipCity: `New York`, ShipPostalCode: 80080, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1288, CustomerName: `Nancy Jefferson`, CustomerFirstName: `Nancy`, CustomerLastName: `Jefferson`, CustomerAddress: `167 Market Street, New York, USA, 80080`, Salesperson: `Ben Jackson`, OrderID: 1303, OrderDate: `12/12/2022`, ProductID: 191, ProductName: `Samsung Galaxy 22`, UnitPrice: 20080.21, Quantity: 2, ExtendedPrice: 40160.42, Freight: 800.21, Discontinued: false, Region: `West`, Address: `167 Market Street`, City: `New York`, Country: `USA`, PostalCode: 80080 }), + new InvoicesDataItem({ ShipName: `Jackson Market`, ShipAddress: `167 Market Street`, ShipCity: `New York`, ShipPostalCode: 90093, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1289, CustomerName: `Pamela Jackson`, CustomerFirstName: `Pamela`, CustomerLastName: `Jackson`, CustomerAddress: `167 Market Street, New York, USA, 90093`, Salesperson: `Anna Smith`, OrderID: 1122, OrderDate: `8/6/2022`, ProductID: 189, ProductName: `Mac Book Air`, UnitPrice: 29420.55, Quantity: 4, ExtendedPrice: 117682.2, Freight: 1200.55, Discontinued: true, Region: `South East`, Address: `167 Market Street`, City: `New York`, Country: `USA`, PostalCode: 90093 }), + new InvoicesDataItem({ ShipName: `Madison Home`, ShipAddress: `114 Wall Street`, ShipCity: `Philadelphia`, ShipPostalCode: 60133, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1290, CustomerName: `Nancy Madison`, CustomerFirstName: `Nancy`, CustomerLastName: `Madison`, CustomerAddress: `114 Wall Street, Philadelphia, USA, 60133`, Salesperson: `Anna Madison`, OrderID: 1402, OrderDate: `6/9/2022`, ProductID: 161, ProductName: `Samsung Galaxy 22`, UnitPrice: 16370.76, Quantity: 3, ExtendedPrice: 49112.28, Freight: 590.76, Discontinued: false, Region: `South East`, Address: `114 Wall Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 60133 }), + new InvoicesDataItem({ ShipName: `Madison Home`, ShipAddress: `164 Market Street`, ShipCity: `Los Angeles`, ShipPostalCode: 60153, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1291, CustomerName: `Anna Madison`, CustomerFirstName: `Anna`, CustomerLastName: `Madison`, CustomerAddress: `164 Market Street, Los Angeles, USA, 60153`, Salesperson: `Max Smith`, OrderID: 1165, OrderDate: `11/24/2022`, ProductID: 193, ProductName: `Mac Book Pro`, UnitPrice: 19240.53, Quantity: 4, ExtendedPrice: 76962.12, Freight: 1990.53, Discontinued: false, Region: `West`, Address: `164 Market Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 60153 }), + new InvoicesDataItem({ ShipName: `Jackson Home`, ShipAddress: `102 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 90068, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1292, CustomerName: `Mike Jackson`, CustomerFirstName: `Mike`, CustomerLastName: `Jackson`, CustomerAddress: `102 Market Street, Philadelphia, USA, 90068`, Salesperson: `Mike Madison`, OrderID: 1512, OrderDate: `9/4/2022`, ProductID: 186, ProductName: `Samsung Note`, UnitPrice: 26300.88, Quantity: 4, ExtendedPrice: 105203.52, Freight: 660.88, Discontinued: false, Region: `West`, Address: `102 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 90068 }), + new InvoicesDataItem({ ShipName: `Jefferson Market`, ShipAddress: `158 Wall Street`, ShipCity: `Los Angeles`, ShipPostalCode: 80149, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1293, CustomerName: `Pamela Jefferson`, CustomerFirstName: `Pamela`, CustomerLastName: `Jefferson`, CustomerAddress: `158 Wall Street, Los Angeles, USA, 80149`, Salesperson: `Max Jackson`, OrderID: 1358, OrderDate: `2/22/2022`, ProductID: 110, ProductName: `Mac Book Pro`, UnitPrice: 23570.31, Quantity: 5, ExtendedPrice: 117851.55, Freight: 1260.31, Discontinued: false, Region: `North East`, Address: `158 Wall Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 80149 }), + new InvoicesDataItem({ ShipName: `Jefferson Townhouse`, ShipAddress: `125 Market Street`, ShipCity: `Huston`, ShipPostalCode: 80176, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1294, CustomerName: `Nancy Jefferson`, CustomerFirstName: `Nancy`, CustomerLastName: `Jefferson`, CustomerAddress: `125 Market Street, Huston, USA, 80176`, Salesperson: `Pamela Watson`, OrderID: 1106, OrderDate: `2/7/2022`, ProductID: 152, ProductName: `Samsung Galaxy 22`, UnitPrice: 6100.56, Quantity: 5, ExtendedPrice: 30502.8, Freight: 1900.56, Discontinued: false, Region: `West`, Address: `125 Market Street`, City: `Huston`, Country: `USA`, PostalCode: 80176 }), + new InvoicesDataItem({ ShipName: `Smith Estate`, ShipAddress: `177 Main Street`, ShipCity: `Los Angeles`, ShipPostalCode: 50079, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1295, CustomerName: `Pamela Smith`, CustomerFirstName: `Pamela`, CustomerLastName: `Smith`, CustomerAddress: `177 Main Street, Los Angeles, USA, 50079`, Salesperson: `Max Watson`, OrderID: 1931, OrderDate: `6/5/2022`, ProductID: 113, ProductName: `Samsung Galaxy 22`, UnitPrice: 27350.45, Quantity: 3, ExtendedPrice: 82051.35, Freight: 1170.45, Discontinued: false, Region: `North East`, Address: `177 Main Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 50079 }), + new InvoicesDataItem({ ShipName: `Jackson Estate`, ShipAddress: `148 Market Street`, ShipCity: `New York`, ShipPostalCode: 90184, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1296, CustomerName: `Mike Jackson`, CustomerFirstName: `Mike`, CustomerLastName: `Jackson`, CustomerAddress: `148 Market Street, New York, USA, 90184`, Salesperson: `James Smith`, OrderID: 1108, OrderDate: `8/5/2022`, ProductID: 122, ProductName: `Samsung Note`, UnitPrice: 5440.75, Quantity: 4, ExtendedPrice: 21763, Freight: 960.75, Discontinued: false, Region: `South East`, Address: `148 Market Street`, City: `New York`, Country: `USA`, PostalCode: 90184 }), + new InvoicesDataItem({ ShipName: `Black Townhouse`, ShipAddress: `113 Wall Street`, ShipCity: `Huston`, ShipPostalCode: 50064, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1297, CustomerName: `Max Black`, CustomerFirstName: `Max`, CustomerLastName: `Black`, CustomerAddress: `113 Wall Street, Huston, USA, 50064`, Salesperson: `Martin Smith`, OrderID: 1782, OrderDate: `3/24/2022`, ProductID: 107, ProductName: `IPad`, UnitPrice: 22200.88, Quantity: 4, ExtendedPrice: 88803.52, Freight: 510.88, Discontinued: false, Region: `West`, Address: `113 Wall Street`, City: `Huston`, Country: `USA`, PostalCode: 50064 }), + new InvoicesDataItem({ ShipName: `Smith Market`, ShipAddress: `134 Wall Street`, ShipCity: `New York`, ShipPostalCode: 80155, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1298, CustomerName: `Martin Smith`, CustomerFirstName: `Martin`, CustomerLastName: `Smith`, CustomerAddress: `134 Wall Street, New York, USA, 80155`, Salesperson: `Nancy Jefferson`, OrderID: 1886, OrderDate: `3/6/2022`, ProductID: 181, ProductName: `Samsung Galaxy 22`, UnitPrice: 8550.46, Quantity: 4, ExtendedPrice: 34201.84, Freight: 1830.46, Discontinued: false, Region: `North East`, Address: `134 Wall Street`, City: `New York`, Country: `USA`, PostalCode: 80155 }), + new InvoicesDataItem({ ShipName: `Jackson Townhouse`, ShipAddress: `142 Market Street`, ShipCity: `New York`, ShipPostalCode: 90103, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1299, CustomerName: `Max Jackson`, CustomerFirstName: `Max`, CustomerLastName: `Jackson`, CustomerAddress: `142 Market Street, New York, USA, 90103`, Salesperson: `Anna Watson`, OrderID: 1578, OrderDate: `10/5/2022`, ProductID: 162, ProductName: `Mac Book Air`, UnitPrice: 19490.84, Quantity: 4, ExtendedPrice: 77963.36, Freight: 490.84, Discontinued: true, Region: `West`, Address: `142 Market Street`, City: `New York`, Country: `USA`, PostalCode: 90103 }), + new InvoicesDataItem({ ShipName: `Smith Estate`, ShipAddress: `132 Market Street`, ShipCity: `Miami`, ShipPostalCode: 90111, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1300, CustomerName: `Anna Smith`, CustomerFirstName: `Anna`, CustomerLastName: `Smith`, CustomerAddress: `132 Market Street, Miami, USA, 90111`, Salesperson: `Ben Jefferson`, OrderID: 1903, OrderDate: `6/23/2022`, ProductID: 173, ProductName: `IPad`, UnitPrice: 23350.52, Quantity: 5, ExtendedPrice: 116752.6, Freight: 1210.52, Discontinued: false, Region: `South East`, Address: `132 Market Street`, City: `Miami`, Country: `USA`, PostalCode: 90111 }), + new InvoicesDataItem({ ShipName: `Smith Home`, ShipAddress: `180 Main Street`, ShipCity: `Los Angeles`, ShipPostalCode: 50182, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1301, CustomerName: `Mike Smith`, CustomerFirstName: `Mike`, CustomerLastName: `Smith`, CustomerAddress: `180 Main Street, Los Angeles, USA, 50182`, Salesperson: `Ben Black`, OrderID: 1201, OrderDate: `11/25/2022`, ProductID: 127, ProductName: `Mac Book Pro`, UnitPrice: 6730.57, Quantity: 3, ExtendedPrice: 20191.71, Freight: 1600.57, Discontinued: false, Region: `West`, Address: `180 Main Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 50182 }), + new InvoicesDataItem({ ShipName: `Smith Townhouse`, ShipAddress: `135 Main Street`, ShipCity: `Philadelphia`, ShipPostalCode: 60076, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1302, CustomerName: `James Smith`, CustomerFirstName: `James`, CustomerLastName: `Smith`, CustomerAddress: `135 Main Street, Philadelphia, USA, 60076`, Salesperson: `Mike Smith`, OrderID: 1488, OrderDate: `5/1/2022`, ProductID: 105, ProductName: `IPad`, UnitPrice: 27240.3, Quantity: 5, ExtendedPrice: 136201.5, Freight: 1130.3, Discontinued: false, Region: `West`, Address: `135 Main Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 60076 }), + new InvoicesDataItem({ ShipName: `Madison Townhouse`, ShipAddress: `104 Wall Street`, ShipCity: `New York`, ShipPostalCode: 70191, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1303, CustomerName: `Nancy Madison`, CustomerFirstName: `Nancy`, CustomerLastName: `Madison`, CustomerAddress: `104 Wall Street, New York, USA, 70191`, Salesperson: `Pamela Jefferson`, OrderID: 1636, OrderDate: `2/16/2022`, ProductID: 104, ProductName: `Samsung Galaxy 22`, UnitPrice: 14830.46, Quantity: 2, ExtendedPrice: 29660.92, Freight: 540.46, Discontinued: false, Region: `West`, Address: `104 Wall Street`, City: `New York`, Country: `USA`, PostalCode: 70191 }), + new InvoicesDataItem({ ShipName: `Jefferson Market`, ShipAddress: `122 Market Street`, ShipCity: `New York`, ShipPostalCode: 70071, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1304, CustomerName: `James Jefferson`, CustomerFirstName: `James`, CustomerLastName: `Jefferson`, CustomerAddress: `122 Market Street, New York, USA, 70071`, Salesperson: `Max Black`, OrderID: 1588, OrderDate: `8/22/2022`, ProductID: 169, ProductName: `IPhone`, UnitPrice: 28440.73, Quantity: 3, ExtendedPrice: 85322.19, Freight: 640.73, Discontinued: false, Region: `North East`, Address: `122 Market Street`, City: `New York`, Country: `USA`, PostalCode: 70071 }), + new InvoicesDataItem({ ShipName: `Smith Market`, ShipAddress: `178 Main Street`, ShipCity: `Philadelphia`, ShipPostalCode: 80064, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1305, CustomerName: `Anna Smith`, CustomerFirstName: `Anna`, CustomerLastName: `Smith`, CustomerAddress: `178 Main Street, Philadelphia, USA, 80064`, Salesperson: `Pamela Jackson`, OrderID: 1422, OrderDate: `7/3/2022`, ProductID: 150, ProductName: `Mac Book Air`, UnitPrice: 7100.37, Quantity: 4, ExtendedPrice: 28401.48, Freight: 1560.37, Discontinued: false, Region: `North East`, Address: `178 Main Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 80064 }), + new InvoicesDataItem({ ShipName: `Jefferson Market`, ShipAddress: `199 Main Street`, ShipCity: `Philadelphia`, ShipPostalCode: 80126, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1306, CustomerName: `Martin Jefferson`, CustomerFirstName: `Martin`, CustomerLastName: `Jefferson`, CustomerAddress: `199 Main Street, Philadelphia, USA, 80126`, Salesperson: `Ben Jefferson`, OrderID: 1922, OrderDate: `1/13/2022`, ProductID: 116, ProductName: `Mac Book Air`, UnitPrice: 15400.22, Quantity: 4, ExtendedPrice: 61600.88, Freight: 1970.22, Discontinued: false, Region: `South East`, Address: `199 Main Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 80126 }), + new InvoicesDataItem({ ShipName: `Watson Home`, ShipAddress: `187 Wall Street`, ShipCity: `Huston`, ShipPostalCode: 70093, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1307, CustomerName: `Nancy Watson`, CustomerFirstName: `Nancy`, CustomerLastName: `Watson`, CustomerAddress: `187 Wall Street, Huston, USA, 70093`, Salesperson: `Ben Watson`, OrderID: 1023, OrderDate: `8/20/2022`, ProductID: 138, ProductName: `Samsung Note`, UnitPrice: 26450.63, Quantity: 2, ExtendedPrice: 52901.26, Freight: 980.63, Discontinued: false, Region: `South East`, Address: `187 Wall Street`, City: `Huston`, Country: `USA`, PostalCode: 70093 }), + new InvoicesDataItem({ ShipName: `Watson Market`, ShipAddress: `110 Market Street`, ShipCity: `Los Angeles`, ShipPostalCode: 50180, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1308, CustomerName: `Max Watson`, CustomerFirstName: `Max`, CustomerLastName: `Watson`, CustomerAddress: `110 Market Street, Los Angeles, USA, 50180`, Salesperson: `Martin Smith`, OrderID: 1651, OrderDate: `8/10/2022`, ProductID: 131, ProductName: `IPhone`, UnitPrice: 11720.27, Quantity: 2, ExtendedPrice: 23440.54, Freight: 300.27, Discontinued: false, Region: `South East`, Address: `110 Market Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 50180 }), + new InvoicesDataItem({ ShipName: `Madison Home`, ShipAddress: `196 Wall Street`, ShipCity: `New York`, ShipPostalCode: 50190, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1309, CustomerName: `James Madison`, CustomerFirstName: `James`, CustomerLastName: `Madison`, CustomerAddress: `196 Wall Street, New York, USA, 50190`, Salesperson: `Nancy Madison`, OrderID: 1918, OrderDate: `7/11/2022`, ProductID: 160, ProductName: `IPad`, UnitPrice: 22400.31, Quantity: 2, ExtendedPrice: 44800.62, Freight: 1310.31, Discontinued: true, Region: `North East`, Address: `196 Wall Street`, City: `New York`, Country: `USA`, PostalCode: 50190 }), + new InvoicesDataItem({ ShipName: `Jefferson Market`, ShipAddress: `172 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 80154, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1310, CustomerName: `Nancy Jefferson`, CustomerFirstName: `Nancy`, CustomerLastName: `Jefferson`, CustomerAddress: `172 Market Street, Philadelphia, USA, 80154`, Salesperson: `Ben Jackson`, OrderID: 1803, OrderDate: `2/14/2022`, ProductID: 100, ProductName: `Samsung Note`, UnitPrice: 5270.34, Quantity: 5, ExtendedPrice: 26351.7, Freight: 320.34, Discontinued: false, Region: `North East`, Address: `172 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 80154 }), + new InvoicesDataItem({ ShipName: `Watson Estate`, ShipAddress: `181 Wall Street`, ShipCity: `Los Angeles`, ShipPostalCode: 50200, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1311, CustomerName: `Martin Watson`, CustomerFirstName: `Martin`, CustomerLastName: `Watson`, CustomerAddress: `181 Wall Street, Los Angeles, USA, 50200`, Salesperson: `James Watson`, OrderID: 1467, OrderDate: `12/13/2022`, ProductID: 171, ProductName: `Mac Book Air`, UnitPrice: 7830.21, Quantity: 4, ExtendedPrice: 31320.84, Freight: 1740.21, Discontinued: false, Region: `South East`, Address: `181 Wall Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 50200 }), + new InvoicesDataItem({ ShipName: `Jefferson Estate`, ShipAddress: `151 Main Street`, ShipCity: `Los Angeles`, ShipPostalCode: 70118, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1312, CustomerName: `Pamela Jefferson`, CustomerFirstName: `Pamela`, CustomerLastName: `Jefferson`, CustomerAddress: `151 Main Street, Los Angeles, USA, 70118`, Salesperson: `Martin Watson`, OrderID: 1359, OrderDate: `4/5/2022`, ProductID: 141, ProductName: `IPhone`, UnitPrice: 27160.77, Quantity: 5, ExtendedPrice: 135803.85, Freight: 370.77, Discontinued: false, Region: `West`, Address: `151 Main Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 70118 }), + new InvoicesDataItem({ ShipName: `Jackson Home`, ShipAddress: `156 Market Street`, ShipCity: `Miami`, ShipPostalCode: 90109, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1313, CustomerName: `James Jackson`, CustomerFirstName: `James`, CustomerLastName: `Jackson`, CustomerAddress: `156 Market Street, Miami, USA, 90109`, Salesperson: `James Jackson`, OrderID: 1592, OrderDate: `4/16/2022`, ProductID: 128, ProductName: `Samsung Note`, UnitPrice: 14910.41, Quantity: 5, ExtendedPrice: 74552.05, Freight: 1790.41, Discontinued: false, Region: `North East`, Address: `156 Market Street`, City: `Miami`, Country: `USA`, PostalCode: 90109 }), + new InvoicesDataItem({ ShipName: `Watson Estate`, ShipAddress: `147 Main Street`, ShipCity: `Huston`, ShipPostalCode: 60054, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1314, CustomerName: `Pamela Watson`, CustomerFirstName: `Pamela`, CustomerLastName: `Watson`, CustomerAddress: `147 Main Street, Huston, USA, 60054`, Salesperson: `Ben Watson`, OrderID: 1454, OrderDate: `12/12/2022`, ProductID: 131, ProductName: `Mac Book Air`, UnitPrice: 11280.22, Quantity: 3, ExtendedPrice: 33840.66, Freight: 1440.22, Discontinued: false, Region: `South East`, Address: `147 Main Street`, City: `Huston`, Country: `USA`, PostalCode: 60054 }), + new InvoicesDataItem({ ShipName: `Madison Home`, ShipAddress: `123 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 90190, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1315, CustomerName: `Ben Madison`, CustomerFirstName: `Ben`, CustomerLastName: `Madison`, CustomerAddress: `123 Market Street, Philadelphia, USA, 90190`, Salesperson: `James Jefferson`, OrderID: 1529, OrderDate: `4/19/2022`, ProductID: 102, ProductName: `IPad`, UnitPrice: 7570.85, Quantity: 5, ExtendedPrice: 37854.25, Freight: 1630.85, Discontinued: false, Region: `West`, Address: `123 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 90190 }), + new InvoicesDataItem({ ShipName: `Watson Home`, ShipAddress: `100 Wall Street`, ShipCity: `Los Angeles`, ShipPostalCode: 90115, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1316, CustomerName: `James Watson`, CustomerFirstName: `James`, CustomerLastName: `Watson`, CustomerAddress: `100 Wall Street, Los Angeles, USA, 90115`, Salesperson: `Nancy Smith`, OrderID: 1783, OrderDate: `9/2/2022`, ProductID: 144, ProductName: `Samsung Note`, UnitPrice: 5530.88, Quantity: 3, ExtendedPrice: 16592.64, Freight: 1800.88, Discontinued: false, Region: `North East`, Address: `100 Wall Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 90115 }), + new InvoicesDataItem({ ShipName: `Watson Townhouse`, ShipAddress: `184 Wall Street`, ShipCity: `Miami`, ShipPostalCode: 50144, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1317, CustomerName: `Max Watson`, CustomerFirstName: `Max`, CustomerLastName: `Watson`, CustomerAddress: `184 Wall Street, Miami, USA, 50144`, Salesperson: `Max Jackson`, OrderID: 1533, OrderDate: `12/19/2022`, ProductID: 189, ProductName: `Samsung Galaxy 22`, UnitPrice: 24820.6, Quantity: 2, ExtendedPrice: 49641.2, Freight: 1550.6, Discontinued: false, Region: `South East`, Address: `184 Wall Street`, City: `Miami`, Country: `USA`, PostalCode: 50144 }), + new InvoicesDataItem({ ShipName: `Black Home`, ShipAddress: `187 Wall Street`, ShipCity: `Los Angeles`, ShipPostalCode: 70132, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1318, CustomerName: `Mike Black`, CustomerFirstName: `Mike`, CustomerLastName: `Black`, CustomerAddress: `187 Wall Street, Los Angeles, USA, 70132`, Salesperson: `Nancy Jackson`, OrderID: 1483, OrderDate: `1/8/2022`, ProductID: 182, ProductName: `Samsung Galaxy 22`, UnitPrice: 21520.76, Quantity: 4, ExtendedPrice: 86083.04, Freight: 770.76, Discontinued: false, Region: `North East`, Address: `187 Wall Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 70132 }), + new InvoicesDataItem({ ShipName: `Black Market`, ShipAddress: `162 Main Street`, ShipCity: `Philadelphia`, ShipPostalCode: 90083, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1319, CustomerName: `Mike Black`, CustomerFirstName: `Mike`, CustomerLastName: `Black`, CustomerAddress: `162 Main Street, Philadelphia, USA, 90083`, Salesperson: `Max Jefferson`, OrderID: 1869, OrderDate: `6/3/2022`, ProductID: 118, ProductName: `IPhone`, UnitPrice: 15930.3, Quantity: 2, ExtendedPrice: 31860.6, Freight: 470.3, Discontinued: true, Region: `North East`, Address: `162 Main Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 90083 }), + new InvoicesDataItem({ ShipName: `Watson Home`, ShipAddress: `147 Main Street`, ShipCity: `Philadelphia`, ShipPostalCode: 50191, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1320, CustomerName: `Nancy Watson`, CustomerFirstName: `Nancy`, CustomerLastName: `Watson`, CustomerAddress: `147 Main Street, Philadelphia, USA, 50191`, Salesperson: `Martin Jefferson`, OrderID: 1541, OrderDate: `2/1/2022`, ProductID: 159, ProductName: `Mac Book Pro`, UnitPrice: 29090.51, Quantity: 4, ExtendedPrice: 116362.04, Freight: 900.51, Discontinued: false, Region: `North East`, Address: `147 Main Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 50191 }), + new InvoicesDataItem({ ShipName: `Jackson Market`, ShipAddress: `175 Wall Street`, ShipCity: `New York`, ShipPostalCode: 90056, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1321, CustomerName: `Martin Jackson`, CustomerFirstName: `Martin`, CustomerLastName: `Jackson`, CustomerAddress: `175 Wall Street, New York, USA, 90056`, Salesperson: `Anna Black`, OrderID: 1050, OrderDate: `8/6/2022`, ProductID: 120, ProductName: `IPad`, UnitPrice: 28490.38, Quantity: 5, ExtendedPrice: 142451.9, Freight: 860.38, Discontinued: false, Region: `West`, Address: `175 Wall Street`, City: `New York`, Country: `USA`, PostalCode: 90056 }), + new InvoicesDataItem({ ShipName: `Jackson Market`, ShipAddress: `129 Market Street`, ShipCity: `Huston`, ShipPostalCode: 50089, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1322, CustomerName: `Pamela Jackson`, CustomerFirstName: `Pamela`, CustomerLastName: `Jackson`, CustomerAddress: `129 Market Street, Huston, USA, 50089`, Salesperson: `Mike Jefferson`, OrderID: 1188, OrderDate: `7/23/2022`, ProductID: 119, ProductName: `Mac Book Pro`, UnitPrice: 6710.58, Quantity: 3, ExtendedPrice: 20131.74, Freight: 1160.58, Discontinued: false, Region: `South East`, Address: `129 Market Street`, City: `Huston`, Country: `USA`, PostalCode: 50089 }), + new InvoicesDataItem({ ShipName: `Smith Market`, ShipAddress: `104 Wall Street`, ShipCity: `Philadelphia`, ShipPostalCode: 70079, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1323, CustomerName: `Ben Smith`, CustomerFirstName: `Ben`, CustomerLastName: `Smith`, CustomerAddress: `104 Wall Street, Philadelphia, USA, 70079`, Salesperson: `Martin Madison`, OrderID: 1452, OrderDate: `2/1/2022`, ProductID: 182, ProductName: `IPhone`, UnitPrice: 9260.28, Quantity: 2, ExtendedPrice: 18520.56, Freight: 1960.28, Discontinued: false, Region: `South East`, Address: `104 Wall Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 70079 }), + new InvoicesDataItem({ ShipName: `Jefferson Townhouse`, ShipAddress: `167 Wall Street`, ShipCity: `Philadelphia`, ShipPostalCode: 70137, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1324, CustomerName: `Mike Jefferson`, CustomerFirstName: `Mike`, CustomerLastName: `Jefferson`, CustomerAddress: `167 Wall Street, Philadelphia, USA, 70137`, Salesperson: `James Jefferson`, OrderID: 1542, OrderDate: `7/21/2022`, ProductID: 107, ProductName: `IPhone`, UnitPrice: 5100.82, Quantity: 5, ExtendedPrice: 25504.1, Freight: 610.82, Discontinued: false, Region: `North East`, Address: `167 Wall Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 70137 }), + new InvoicesDataItem({ ShipName: `Madison Market`, ShipAddress: `128 Wall Street`, ShipCity: `Philadelphia`, ShipPostalCode: 50188, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1325, CustomerName: `Mike Madison`, CustomerFirstName: `Mike`, CustomerLastName: `Madison`, CustomerAddress: `128 Wall Street, Philadelphia, USA, 50188`, Salesperson: `Nancy Jefferson`, OrderID: 1993, OrderDate: `3/7/2022`, ProductID: 149, ProductName: `Samsung Note`, UnitPrice: 27520.59, Quantity: 4, ExtendedPrice: 110082.36, Freight: 1260.59, Discontinued: false, Region: `South East`, Address: `128 Wall Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 50188 }), + new InvoicesDataItem({ ShipName: `Watson Market`, ShipAddress: `171 Market Street`, ShipCity: `Huston`, ShipPostalCode: 70190, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1326, CustomerName: `Martin Watson`, CustomerFirstName: `Martin`, CustomerLastName: `Watson`, CustomerAddress: `171 Market Street, Huston, USA, 70190`, Salesperson: `Anna Madison`, OrderID: 1815, OrderDate: `7/4/2022`, ProductID: 195, ProductName: `Samsung Note`, UnitPrice: 27340.66, Quantity: 5, ExtendedPrice: 136703.3, Freight: 1790.66, Discontinued: false, Region: `South East`, Address: `171 Market Street`, City: `Huston`, Country: `USA`, PostalCode: 70190 }), + new InvoicesDataItem({ ShipName: `Watson Home`, ShipAddress: `191 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 60123, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1327, CustomerName: `Anna Watson`, CustomerFirstName: `Anna`, CustomerLastName: `Watson`, CustomerAddress: `191 Market Street, Philadelphia, USA, 60123`, Salesperson: `Anna Madison`, OrderID: 1319, OrderDate: `8/5/2022`, ProductID: 191, ProductName: `Samsung Note`, UnitPrice: 28500.5, Quantity: 5, ExtendedPrice: 142502.5, Freight: 1280.5, Discontinued: false, Region: `West`, Address: `191 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 60123 }), + new InvoicesDataItem({ ShipName: `Madison Townhouse`, ShipAddress: `150 Wall Street`, ShipCity: `Philadelphia`, ShipPostalCode: 80139, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1328, CustomerName: `Mike Madison`, CustomerFirstName: `Mike`, CustomerLastName: `Madison`, CustomerAddress: `150 Wall Street, Philadelphia, USA, 80139`, Salesperson: `Nancy Watson`, OrderID: 1592, OrderDate: `2/22/2022`, ProductID: 149, ProductName: `Mac Book Pro`, UnitPrice: 22890.6, Quantity: 5, ExtendedPrice: 114453, Freight: 920.6, Discontinued: false, Region: `South East`, Address: `150 Wall Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 80139 }), + new InvoicesDataItem({ ShipName: `Jackson Market`, ShipAddress: `112 Main Street`, ShipCity: `Los Angeles`, ShipPostalCode: 70172, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1329, CustomerName: `Nancy Jackson`, CustomerFirstName: `Nancy`, CustomerLastName: `Jackson`, CustomerAddress: `112 Main Street, Los Angeles, USA, 70172`, Salesperson: `Max Jefferson`, OrderID: 1959, OrderDate: `10/15/2022`, ProductID: 156, ProductName: `Samsung Galaxy 22`, UnitPrice: 12050.71, Quantity: 4, ExtendedPrice: 48202.84, Freight: 270.71, Discontinued: true, Region: `North East`, Address: `112 Main Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 70172 }), + new InvoicesDataItem({ ShipName: `Jefferson Market`, ShipAddress: `121 Market Street`, ShipCity: `New York`, ShipPostalCode: 80122, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1330, CustomerName: `Martin Jefferson`, CustomerFirstName: `Martin`, CustomerLastName: `Jefferson`, CustomerAddress: `121 Market Street, New York, USA, 80122`, Salesperson: `Ben Black`, OrderID: 1343, OrderDate: `5/25/2022`, ProductID: 118, ProductName: `Mac Book Pro`, UnitPrice: 7060.29, Quantity: 4, ExtendedPrice: 28241.16, Freight: 400.29, Discontinued: false, Region: `West`, Address: `121 Market Street`, City: `New York`, Country: `USA`, PostalCode: 80122 }), + new InvoicesDataItem({ ShipName: `Watson Estate`, ShipAddress: `183 Wall Street`, ShipCity: `Miami`, ShipPostalCode: 90122, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1331, CustomerName: `Pamela Watson`, CustomerFirstName: `Pamela`, CustomerLastName: `Watson`, CustomerAddress: `183 Wall Street, Miami, USA, 90122`, Salesperson: `Pamela Smith`, OrderID: 1876, OrderDate: `2/8/2022`, ProductID: 137, ProductName: `Samsung Note`, UnitPrice: 10140.84, Quantity: 4, ExtendedPrice: 40563.36, Freight: 640.84, Discontinued: false, Region: `North East`, Address: `183 Wall Street`, City: `Miami`, Country: `USA`, PostalCode: 90122 }), + new InvoicesDataItem({ ShipName: `Jefferson Estate`, ShipAddress: `105 Main Street`, ShipCity: `Los Angeles`, ShipPostalCode: 50068, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1332, CustomerName: `Mike Jefferson`, CustomerFirstName: `Mike`, CustomerLastName: `Jefferson`, CustomerAddress: `105 Main Street, Los Angeles, USA, 50068`, Salesperson: `Ben Madison`, OrderID: 1322, OrderDate: `6/7/2022`, ProductID: 148, ProductName: `Mac Book Air`, UnitPrice: 20150.45, Quantity: 4, ExtendedPrice: 80601.8, Freight: 1190.45, Discontinued: false, Region: `North East`, Address: `105 Main Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 50068 }), + new InvoicesDataItem({ ShipName: `Madison Townhouse`, ShipAddress: `199 Market Street`, ShipCity: `Huston`, ShipPostalCode: 70061, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1333, CustomerName: `Martin Madison`, CustomerFirstName: `Martin`, CustomerLastName: `Madison`, CustomerAddress: `199 Market Street, Huston, USA, 70061`, Salesperson: `Max Smith`, OrderID: 1046, OrderDate: `2/3/2022`, ProductID: 162, ProductName: `IPhone`, UnitPrice: 28480.38, Quantity: 2, ExtendedPrice: 56960.76, Freight: 1180.38, Discontinued: false, Region: `West`, Address: `199 Market Street`, City: `Huston`, Country: `USA`, PostalCode: 70061 }), + new InvoicesDataItem({ ShipName: `Madison Estate`, ShipAddress: `142 Wall Street`, ShipCity: `Huston`, ShipPostalCode: 60058, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1334, CustomerName: `Ben Madison`, CustomerFirstName: `Ben`, CustomerLastName: `Madison`, CustomerAddress: `142 Wall Street, Huston, USA, 60058`, Salesperson: `Mike Madison`, OrderID: 1433, OrderDate: `2/1/2022`, ProductID: 177, ProductName: `IPhone`, UnitPrice: 6770.89, Quantity: 5, ExtendedPrice: 33854.45, Freight: 520.89, Discontinued: false, Region: `South East`, Address: `142 Wall Street`, City: `Huston`, Country: `USA`, PostalCode: 60058 }), + new InvoicesDataItem({ ShipName: `Jefferson Townhouse`, ShipAddress: `140 Market Street`, ShipCity: `Los Angeles`, ShipPostalCode: 90131, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1335, CustomerName: `Martin Jefferson`, CustomerFirstName: `Martin`, CustomerLastName: `Jefferson`, CustomerAddress: `140 Market Street, Los Angeles, USA, 90131`, Salesperson: `Pamela Black`, OrderID: 1894, OrderDate: `9/13/2022`, ProductID: 151, ProductName: `IPad`, UnitPrice: 5280.38, Quantity: 5, ExtendedPrice: 26401.9, Freight: 1610.38, Discontinued: false, Region: `North East`, Address: `140 Market Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 90131 }), + new InvoicesDataItem({ ShipName: `Jefferson Home`, ShipAddress: `106 Market Street`, ShipCity: `Miami`, ShipPostalCode: 60063, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1336, CustomerName: `Ben Jefferson`, CustomerFirstName: `Ben`, CustomerLastName: `Jefferson`, CustomerAddress: `106 Market Street, Miami, USA, 60063`, Salesperson: `Anna Jackson`, OrderID: 1017, OrderDate: `6/12/2022`, ProductID: 173, ProductName: `Mac Book Pro`, UnitPrice: 27000.78, Quantity: 2, ExtendedPrice: 54001.56, Freight: 540.78, Discontinued: false, Region: `West`, Address: `106 Market Street`, City: `Miami`, Country: `USA`, PostalCode: 60063 }), + new InvoicesDataItem({ ShipName: `Jefferson Market`, ShipAddress: `190 Market Street`, ShipCity: `Huston`, ShipPostalCode: 70115, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1337, CustomerName: `Max Jefferson`, CustomerFirstName: `Max`, CustomerLastName: `Jefferson`, CustomerAddress: `190 Market Street, Huston, USA, 70115`, Salesperson: `Martin Smith`, OrderID: 1583, OrderDate: `2/12/2022`, ProductID: 147, ProductName: `Samsung Note`, UnitPrice: 7560.53, Quantity: 2, ExtendedPrice: 15121.06, Freight: 260.53, Discontinued: false, Region: `South East`, Address: `190 Market Street`, City: `Huston`, Country: `USA`, PostalCode: 70115 }), + new InvoicesDataItem({ ShipName: `Smith Home`, ShipAddress: `129 Market Street`, ShipCity: `Miami`, ShipPostalCode: 70051, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1338, CustomerName: `Nancy Smith`, CustomerFirstName: `Nancy`, CustomerLastName: `Smith`, CustomerAddress: `129 Market Street, Miami, USA, 70051`, Salesperson: `Pamela Madison`, OrderID: 1202, OrderDate: `3/15/2022`, ProductID: 136, ProductName: `IPhone`, UnitPrice: 20520.41, Quantity: 2, ExtendedPrice: 41040.82, Freight: 550.41, Discontinued: false, Region: `North East`, Address: `129 Market Street`, City: `Miami`, Country: `USA`, PostalCode: 70051 }), + new InvoicesDataItem({ ShipName: `Smith Home`, ShipAddress: `143 Main Street`, ShipCity: `Miami`, ShipPostalCode: 70144, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1339, CustomerName: `Martin Smith`, CustomerFirstName: `Martin`, CustomerLastName: `Smith`, CustomerAddress: `143 Main Street, Miami, USA, 70144`, Salesperson: `James Jefferson`, OrderID: 1172, OrderDate: `10/15/2022`, ProductID: 136, ProductName: `IPad`, UnitPrice: 18760.26, Quantity: 4, ExtendedPrice: 75041.04, Freight: 540.26, Discontinued: true, Region: `North East`, Address: `143 Main Street`, City: `Miami`, Country: `USA`, PostalCode: 70144 }), + new InvoicesDataItem({ ShipName: `Smith Market`, ShipAddress: `179 Market Street`, ShipCity: `New York`, ShipPostalCode: 90174, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1340, CustomerName: `Martin Smith`, CustomerFirstName: `Martin`, CustomerLastName: `Smith`, CustomerAddress: `179 Market Street, New York, USA, 90174`, Salesperson: `Martin Madison`, OrderID: 1491, OrderDate: `4/19/2022`, ProductID: 176, ProductName: `Mac Book Air`, UnitPrice: 16000.56, Quantity: 4, ExtendedPrice: 64002.24, Freight: 690.56, Discontinued: false, Region: `West`, Address: `179 Market Street`, City: `New York`, Country: `USA`, PostalCode: 90174 }), + new InvoicesDataItem({ ShipName: `Madison Home`, ShipAddress: `152 Main Street`, ShipCity: `Philadelphia`, ShipPostalCode: 90077, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1341, CustomerName: `Mike Madison`, CustomerFirstName: `Mike`, CustomerLastName: `Madison`, CustomerAddress: `152 Main Street, Philadelphia, USA, 90077`, Salesperson: `James Black`, OrderID: 1351, OrderDate: `9/19/2022`, ProductID: 147, ProductName: `IPhone`, UnitPrice: 19810.36, Quantity: 4, ExtendedPrice: 79241.44, Freight: 920.36, Discontinued: false, Region: `West`, Address: `152 Main Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 90077 }), + new InvoicesDataItem({ ShipName: `Jefferson Estate`, ShipAddress: `170 Main Street`, ShipCity: `Los Angeles`, ShipPostalCode: 60097, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1342, CustomerName: `Anna Jefferson`, CustomerFirstName: `Anna`, CustomerLastName: `Jefferson`, CustomerAddress: `170 Main Street, Los Angeles, USA, 60097`, Salesperson: `Martin Black`, OrderID: 1619, OrderDate: `3/13/2022`, ProductID: 166, ProductName: `Mac Book Air`, UnitPrice: 27140.88, Quantity: 3, ExtendedPrice: 81422.64, Freight: 1480.88, Discontinued: false, Region: `North East`, Address: `170 Main Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 60097 }), + new InvoicesDataItem({ ShipName: `Black Townhouse`, ShipAddress: `198 Wall Street`, ShipCity: `New York`, ShipPostalCode: 90077, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1343, CustomerName: `Martin Black`, CustomerFirstName: `Martin`, CustomerLastName: `Black`, CustomerAddress: `198 Wall Street, New York, USA, 90077`, Salesperson: `James Smith`, OrderID: 1646, OrderDate: `9/2/2022`, ProductID: 122, ProductName: `Samsung Galaxy 22`, UnitPrice: 6160.87, Quantity: 3, ExtendedPrice: 18482.61, Freight: 1480.87, Discontinued: false, Region: `South East`, Address: `198 Wall Street`, City: `New York`, Country: `USA`, PostalCode: 90077 }), + new InvoicesDataItem({ ShipName: `Watson Estate`, ShipAddress: `193 Wall Street`, ShipCity: `New York`, ShipPostalCode: 60165, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1344, CustomerName: `Ben Watson`, CustomerFirstName: `Ben`, CustomerLastName: `Watson`, CustomerAddress: `193 Wall Street, New York, USA, 60165`, Salesperson: `Ben Madison`, OrderID: 1516, OrderDate: `4/20/2022`, ProductID: 113, ProductName: `IPhone`, UnitPrice: 22310.25, Quantity: 2, ExtendedPrice: 44620.5, Freight: 1740.25, Discontinued: false, Region: `North East`, Address: `193 Wall Street`, City: `New York`, Country: `USA`, PostalCode: 60165 }), + new InvoicesDataItem({ ShipName: `Jackson Market`, ShipAddress: `108 Wall Street`, ShipCity: `New York`, ShipPostalCode: 90123, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1345, CustomerName: `James Jackson`, CustomerFirstName: `James`, CustomerLastName: `Jackson`, CustomerAddress: `108 Wall Street, New York, USA, 90123`, Salesperson: `Mike Madison`, OrderID: 1356, OrderDate: `11/2/2022`, ProductID: 105, ProductName: `Mac Book Air`, UnitPrice: 16240.78, Quantity: 5, ExtendedPrice: 81203.9, Freight: 260.78, Discontinued: false, Region: `North East`, Address: `108 Wall Street`, City: `New York`, Country: `USA`, PostalCode: 90123 }), + new InvoicesDataItem({ ShipName: `Black Home`, ShipAddress: `173 Main Street`, ShipCity: `Miami`, ShipPostalCode: 60061, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1346, CustomerName: `Max Black`, CustomerFirstName: `Max`, CustomerLastName: `Black`, CustomerAddress: `173 Main Street, Miami, USA, 60061`, Salesperson: `Mike Jefferson`, OrderID: 1062, OrderDate: `3/5/2022`, ProductID: 101, ProductName: `Samsung Galaxy 22`, UnitPrice: 25540.71, Quantity: 5, ExtendedPrice: 127703.55, Freight: 2000.71, Discontinued: false, Region: `West`, Address: `173 Main Street`, City: `Miami`, Country: `USA`, PostalCode: 60061 }), + new InvoicesDataItem({ ShipName: `Black Home`, ShipAddress: `118 Wall Street`, ShipCity: `Los Angeles`, ShipPostalCode: 60178, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1347, CustomerName: `Nancy Black`, CustomerFirstName: `Nancy`, CustomerLastName: `Black`, CustomerAddress: `118 Wall Street, Los Angeles, USA, 60178`, Salesperson: `Max Madison`, OrderID: 1482, OrderDate: `8/24/2022`, ProductID: 105, ProductName: `IPhone`, UnitPrice: 17000.6, Quantity: 4, ExtendedPrice: 68002.4, Freight: 1390.6, Discontinued: false, Region: `West`, Address: `118 Wall Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 60178 }), + new InvoicesDataItem({ ShipName: `Jackson Townhouse`, ShipAddress: `134 Wall Street`, ShipCity: `New York`, ShipPostalCode: 60096, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1348, CustomerName: `Martin Jackson`, CustomerFirstName: `Martin`, CustomerLastName: `Jackson`, CustomerAddress: `134 Wall Street, New York, USA, 60096`, Salesperson: `Ben Madison`, OrderID: 1443, OrderDate: `7/1/2022`, ProductID: 105, ProductName: `Samsung Galaxy 22`, UnitPrice: 12670.46, Quantity: 2, ExtendedPrice: 25340.92, Freight: 1280.46, Discontinued: false, Region: `North East`, Address: `134 Wall Street`, City: `New York`, Country: `USA`, PostalCode: 60096 }), + new InvoicesDataItem({ ShipName: `Black Estate`, ShipAddress: `125 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 50134, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1349, CustomerName: `Ben Black`, CustomerFirstName: `Ben`, CustomerLastName: `Black`, CustomerAddress: `125 Market Street, Philadelphia, USA, 50134`, Salesperson: `Mike Watson`, OrderID: 1498, OrderDate: `1/17/2022`, ProductID: 194, ProductName: `IPhone`, UnitPrice: 23470.22, Quantity: 3, ExtendedPrice: 70410.66, Freight: 1370.22, Discontinued: true, Region: `South East`, Address: `125 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 50134 }), + new InvoicesDataItem({ ShipName: `Madison Home`, ShipAddress: `145 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 80099, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1350, CustomerName: `Mike Madison`, CustomerFirstName: `Mike`, CustomerLastName: `Madison`, CustomerAddress: `145 Market Street, Philadelphia, USA, 80099`, Salesperson: `Nancy Watson`, OrderID: 1002, OrderDate: `11/11/2022`, ProductID: 116, ProductName: `Mac Book Air`, UnitPrice: 17060.57, Quantity: 3, ExtendedPrice: 51181.71, Freight: 1800.57, Discontinued: false, Region: `West`, Address: `145 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 80099 }), + new InvoicesDataItem({ ShipName: `Watson Home`, ShipAddress: `130 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 70052, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1351, CustomerName: `Ben Watson`, CustomerFirstName: `Ben`, CustomerLastName: `Watson`, CustomerAddress: `130 Market Street, Philadelphia, USA, 70052`, Salesperson: `Pamela Watson`, OrderID: 1144, OrderDate: `10/15/2022`, ProductID: 168, ProductName: `IPhone`, UnitPrice: 13010.35, Quantity: 4, ExtendedPrice: 52041.4, Freight: 980.35, Discontinued: false, Region: `South East`, Address: `130 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 70052 }), + new InvoicesDataItem({ ShipName: `Black Market`, ShipAddress: `136 Wall Street`, ShipCity: `Miami`, ShipPostalCode: 60165, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1352, CustomerName: `Nancy Black`, CustomerFirstName: `Nancy`, CustomerLastName: `Black`, CustomerAddress: `136 Wall Street, Miami, USA, 60165`, Salesperson: `Mike Black`, OrderID: 1745, OrderDate: `4/9/2022`, ProductID: 119, ProductName: `Samsung Galaxy 22`, UnitPrice: 7900.53, Quantity: 4, ExtendedPrice: 31602.12, Freight: 1400.53, Discontinued: false, Region: `West`, Address: `136 Wall Street`, City: `Miami`, Country: `USA`, PostalCode: 60165 }), + new InvoicesDataItem({ ShipName: `Madison Townhouse`, ShipAddress: `190 Wall Street`, ShipCity: `Philadelphia`, ShipPostalCode: 60176, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1353, CustomerName: `Pamela Madison`, CustomerFirstName: `Pamela`, CustomerLastName: `Madison`, CustomerAddress: `190 Wall Street, Philadelphia, USA, 60176`, Salesperson: `Martin Smith`, OrderID: 1489, OrderDate: `3/25/2022`, ProductID: 113, ProductName: `Samsung Galaxy 22`, UnitPrice: 23420.42, Quantity: 4, ExtendedPrice: 93681.68, Freight: 1660.42, Discontinued: false, Region: `West`, Address: `190 Wall Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 60176 }), + new InvoicesDataItem({ ShipName: `Jackson Townhouse`, ShipAddress: `114 Main Street`, ShipCity: `Huston`, ShipPostalCode: 50060, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1354, CustomerName: `Mike Jackson`, CustomerFirstName: `Mike`, CustomerLastName: `Jackson`, CustomerAddress: `114 Main Street, Huston, USA, 50060`, Salesperson: `Nancy Jackson`, OrderID: 1302, OrderDate: `3/21/2022`, ProductID: 144, ProductName: `Mac Book Pro`, UnitPrice: 21240.71, Quantity: 5, ExtendedPrice: 106203.55, Freight: 1000.71, Discontinued: false, Region: `North East`, Address: `114 Main Street`, City: `Huston`, Country: `USA`, PostalCode: 50060 }), + new InvoicesDataItem({ ShipName: `Watson Townhouse`, ShipAddress: `130 Market Street`, ShipCity: `Huston`, ShipPostalCode: 90062, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1355, CustomerName: `Max Watson`, CustomerFirstName: `Max`, CustomerLastName: `Watson`, CustomerAddress: `130 Market Street, Huston, USA, 90062`, Salesperson: `Ben Jackson`, OrderID: 1901, OrderDate: `11/5/2022`, ProductID: 101, ProductName: `Samsung Galaxy 22`, UnitPrice: 17170.52, Quantity: 4, ExtendedPrice: 68682.08, Freight: 1600.52, Discontinued: false, Region: `South East`, Address: `130 Market Street`, City: `Huston`, Country: `USA`, PostalCode: 90062 }), + new InvoicesDataItem({ ShipName: `Watson Market`, ShipAddress: `160 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 50149, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1356, CustomerName: `Nancy Watson`, CustomerFirstName: `Nancy`, CustomerLastName: `Watson`, CustomerAddress: `160 Market Street, Philadelphia, USA, 50149`, Salesperson: `Ben Watson`, OrderID: 1331, OrderDate: `2/5/2022`, ProductID: 151, ProductName: `Mac Book Pro`, UnitPrice: 17650.73, Quantity: 4, ExtendedPrice: 70602.92, Freight: 1720.73, Discontinued: false, Region: `South East`, Address: `160 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 50149 }), + new InvoicesDataItem({ ShipName: `Black Townhouse`, ShipAddress: `130 Main Street`, ShipCity: `New York`, ShipPostalCode: 50184, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1357, CustomerName: `Anna Black`, CustomerFirstName: `Anna`, CustomerLastName: `Black`, CustomerAddress: `130 Main Street, New York, USA, 50184`, Salesperson: `Anna Watson`, OrderID: 1161, OrderDate: `5/18/2022`, ProductID: 185, ProductName: `Samsung Galaxy 22`, UnitPrice: 12920.84, Quantity: 3, ExtendedPrice: 38762.52, Freight: 780.84, Discontinued: false, Region: `South East`, Address: `130 Main Street`, City: `New York`, Country: `USA`, PostalCode: 50184 }), + new InvoicesDataItem({ ShipName: `Watson Townhouse`, ShipAddress: `120 Wall Street`, ShipCity: `New York`, ShipPostalCode: 90122, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1358, CustomerName: `Ben Watson`, CustomerFirstName: `Ben`, CustomerLastName: `Watson`, CustomerAddress: `120 Wall Street, New York, USA, 90122`, Salesperson: `Martin Madison`, OrderID: 1211, OrderDate: `11/13/2022`, ProductID: 136, ProductName: `IPad`, UnitPrice: 21380.5, Quantity: 4, ExtendedPrice: 85522, Freight: 1130.5, Discontinued: false, Region: `West`, Address: `120 Wall Street`, City: `New York`, Country: `USA`, PostalCode: 90122 }), + new InvoicesDataItem({ ShipName: `Madison Market`, ShipAddress: `108 Market Street`, ShipCity: `New York`, ShipPostalCode: 80106, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1359, CustomerName: `Pamela Madison`, CustomerFirstName: `Pamela`, CustomerLastName: `Madison`, CustomerAddress: `108 Market Street, New York, USA, 80106`, Salesperson: `Anna Watson`, OrderID: 1010, OrderDate: `3/15/2022`, ProductID: 198, ProductName: `Samsung Galaxy 22`, UnitPrice: 18060.46, Quantity: 4, ExtendedPrice: 72241.84, Freight: 330.46, Discontinued: true, Region: `North East`, Address: `108 Market Street`, City: `New York`, Country: `USA`, PostalCode: 80106 }), + new InvoicesDataItem({ ShipName: `Black Estate`, ShipAddress: `114 Market Street`, ShipCity: `Miami`, ShipPostalCode: 70117, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1360, CustomerName: `Nancy Black`, CustomerFirstName: `Nancy`, CustomerLastName: `Black`, CustomerAddress: `114 Market Street, Miami, USA, 70117`, Salesperson: `James Smith`, OrderID: 1001, OrderDate: `2/24/2022`, ProductID: 121, ProductName: `Mac Book Pro`, UnitPrice: 22020.55, Quantity: 5, ExtendedPrice: 110102.75, Freight: 1970.55, Discontinued: false, Region: `West`, Address: `114 Market Street`, City: `Miami`, Country: `USA`, PostalCode: 70117 }), + new InvoicesDataItem({ ShipName: `Jackson Home`, ShipAddress: `134 Main Street`, ShipCity: `Philadelphia`, ShipPostalCode: 50108, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1361, CustomerName: `Nancy Jackson`, CustomerFirstName: `Nancy`, CustomerLastName: `Jackson`, CustomerAddress: `134 Main Street, Philadelphia, USA, 50108`, Salesperson: `Max Jefferson`, OrderID: 1871, OrderDate: `3/1/2022`, ProductID: 114, ProductName: `Mac Book Air`, UnitPrice: 13010.27, Quantity: 5, ExtendedPrice: 65051.35, Freight: 1490.27, Discontinued: false, Region: `North East`, Address: `134 Main Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 50108 }), + new InvoicesDataItem({ ShipName: `Jefferson Townhouse`, ShipAddress: `138 Market Street`, ShipCity: `Huston`, ShipPostalCode: 90082, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1362, CustomerName: `Mike Jefferson`, CustomerFirstName: `Mike`, CustomerLastName: `Jefferson`, CustomerAddress: `138 Market Street, Huston, USA, 90082`, Salesperson: `Ben Watson`, OrderID: 1175, OrderDate: `4/11/2022`, ProductID: 159, ProductName: `Samsung Galaxy 22`, UnitPrice: 17660.27, Quantity: 5, ExtendedPrice: 88301.35, Freight: 1770.27, Discontinued: false, Region: `South East`, Address: `138 Market Street`, City: `Huston`, Country: `USA`, PostalCode: 90082 }), + new InvoicesDataItem({ ShipName: `Madison Market`, ShipAddress: `131 Main Street`, ShipCity: `Miami`, ShipPostalCode: 90189, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1363, CustomerName: `James Madison`, CustomerFirstName: `James`, CustomerLastName: `Madison`, CustomerAddress: `131 Main Street, Miami, USA, 90189`, Salesperson: `Nancy Madison`, OrderID: 1072, OrderDate: `2/14/2022`, ProductID: 169, ProductName: `Mac Book Air`, UnitPrice: 24150.8, Quantity: 4, ExtendedPrice: 96603.2, Freight: 1040.8, Discontinued: false, Region: `South East`, Address: `131 Main Street`, City: `Miami`, Country: `USA`, PostalCode: 90189 }), + new InvoicesDataItem({ ShipName: `Watson Townhouse`, ShipAddress: `133 Wall Street`, ShipCity: `Philadelphia`, ShipPostalCode: 90077, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1364, CustomerName: `Martin Watson`, CustomerFirstName: `Martin`, CustomerLastName: `Watson`, CustomerAddress: `133 Wall Street, Philadelphia, USA, 90077`, Salesperson: `Pamela Jackson`, OrderID: 1971, OrderDate: `10/16/2022`, ProductID: 108, ProductName: `Samsung Note`, UnitPrice: 18520.3, Quantity: 2, ExtendedPrice: 37040.6, Freight: 300.3, Discontinued: false, Region: `North East`, Address: `133 Wall Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 90077 }), + new InvoicesDataItem({ ShipName: `Smith Estate`, ShipAddress: `128 Market Street`, ShipCity: `Huston`, ShipPostalCode: 90109, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1365, CustomerName: `Pamela Smith`, CustomerFirstName: `Pamela`, CustomerLastName: `Smith`, CustomerAddress: `128 Market Street, Huston, USA, 90109`, Salesperson: `Nancy Jackson`, OrderID: 1024, OrderDate: `12/21/2022`, ProductID: 188, ProductName: `Samsung Note`, UnitPrice: 10040.29, Quantity: 4, ExtendedPrice: 40161.16, Freight: 1900.29, Discontinued: false, Region: `South East`, Address: `128 Market Street`, City: `Huston`, Country: `USA`, PostalCode: 90109 }), + new InvoicesDataItem({ ShipName: `Black Estate`, ShipAddress: `154 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 80119, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1366, CustomerName: `Nancy Black`, CustomerFirstName: `Nancy`, CustomerLastName: `Black`, CustomerAddress: `154 Market Street, Philadelphia, USA, 80119`, Salesperson: `Nancy Jackson`, OrderID: 1537, OrderDate: `6/24/2022`, ProductID: 161, ProductName: `IPhone`, UnitPrice: 20110.8, Quantity: 5, ExtendedPrice: 100554, Freight: 1990.8, Discontinued: false, Region: `South East`, Address: `154 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 80119 }), + new InvoicesDataItem({ ShipName: `Madison Townhouse`, ShipAddress: `156 Main Street`, ShipCity: `Miami`, ShipPostalCode: 50128, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1367, CustomerName: `Ben Madison`, CustomerFirstName: `Ben`, CustomerLastName: `Madison`, CustomerAddress: `156 Main Street, Miami, USA, 50128`, Salesperson: `Nancy Smith`, OrderID: 1289, OrderDate: `7/2/2022`, ProductID: 125, ProductName: `Samsung Galaxy 22`, UnitPrice: 18320.56, Quantity: 3, ExtendedPrice: 54961.68, Freight: 890.56, Discontinued: false, Region: `South East`, Address: `156 Main Street`, City: `Miami`, Country: `USA`, PostalCode: 50128 }), + new InvoicesDataItem({ ShipName: `Madison Home`, ShipAddress: `130 Main Street`, ShipCity: `Miami`, ShipPostalCode: 60146, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1368, CustomerName: `James Madison`, CustomerFirstName: `James`, CustomerLastName: `Madison`, CustomerAddress: `130 Main Street, Miami, USA, 60146`, Salesperson: `Nancy Jackson`, OrderID: 1451, OrderDate: `12/4/2022`, ProductID: 140, ProductName: `Samsung Galaxy 22`, UnitPrice: 6030.21, Quantity: 4, ExtendedPrice: 24120.84, Freight: 1930.21, Discontinued: false, Region: `North East`, Address: `130 Main Street`, City: `Miami`, Country: `USA`, PostalCode: 60146 }), + new InvoicesDataItem({ ShipName: `Watson Market`, ShipAddress: `159 Wall Street`, ShipCity: `New York`, ShipPostalCode: 70158, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1369, CustomerName: `Nancy Watson`, CustomerFirstName: `Nancy`, CustomerLastName: `Watson`, CustomerAddress: `159 Wall Street, New York, USA, 70158`, Salesperson: `Max Jefferson`, OrderID: 1056, OrderDate: `1/10/2022`, ProductID: 151, ProductName: `Mac Book Pro`, UnitPrice: 27710.33, Quantity: 3, ExtendedPrice: 83130.99, Freight: 300.33, Discontinued: true, Region: `South East`, Address: `159 Wall Street`, City: `New York`, Country: `USA`, PostalCode: 70158 }), + new InvoicesDataItem({ ShipName: `Smith Townhouse`, ShipAddress: `189 Wall Street`, ShipCity: `New York`, ShipPostalCode: 90186, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1370, CustomerName: `Pamela Smith`, CustomerFirstName: `Pamela`, CustomerLastName: `Smith`, CustomerAddress: `189 Wall Street, New York, USA, 90186`, Salesperson: `Anna Jefferson`, OrderID: 1611, OrderDate: `9/14/2022`, ProductID: 180, ProductName: `IPhone`, UnitPrice: 15940.65, Quantity: 4, ExtendedPrice: 63762.6, Freight: 1210.65, Discontinued: false, Region: `North East`, Address: `189 Wall Street`, City: `New York`, Country: `USA`, PostalCode: 90186 }), + new InvoicesDataItem({ ShipName: `Jefferson Estate`, ShipAddress: `190 Wall Street`, ShipCity: `Philadelphia`, ShipPostalCode: 50065, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1371, CustomerName: `Mike Jefferson`, CustomerFirstName: `Mike`, CustomerLastName: `Jefferson`, CustomerAddress: `190 Wall Street, Philadelphia, USA, 50065`, Salesperson: `Martin Watson`, OrderID: 1731, OrderDate: `2/7/2022`, ProductID: 103, ProductName: `Mac Book Pro`, UnitPrice: 21560.2, Quantity: 4, ExtendedPrice: 86240.8, Freight: 1880.2, Discontinued: false, Region: `South East`, Address: `190 Wall Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 50065 }), + new InvoicesDataItem({ ShipName: `Smith Home`, ShipAddress: `127 Market Street`, ShipCity: `Los Angeles`, ShipPostalCode: 80182, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1372, CustomerName: `Pamela Smith`, CustomerFirstName: `Pamela`, CustomerLastName: `Smith`, CustomerAddress: `127 Market Street, Los Angeles, USA, 80182`, Salesperson: `Ben Jefferson`, OrderID: 1156, OrderDate: `7/16/2022`, ProductID: 132, ProductName: `Samsung Galaxy 22`, UnitPrice: 15440.77, Quantity: 5, ExtendedPrice: 77203.85, Freight: 1730.77, Discontinued: false, Region: `West`, Address: `127 Market Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 80182 }), + new InvoicesDataItem({ ShipName: `Madison Estate`, ShipAddress: `150 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 50154, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1373, CustomerName: `Ben Madison`, CustomerFirstName: `Ben`, CustomerLastName: `Madison`, CustomerAddress: `150 Market Street, Philadelphia, USA, 50154`, Salesperson: `Max Jackson`, OrderID: 1592, OrderDate: `12/25/2022`, ProductID: 109, ProductName: `Mac Book Air`, UnitPrice: 25510.57, Quantity: 2, ExtendedPrice: 51021.14, Freight: 1350.57, Discontinued: false, Region: `North East`, Address: `150 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 50154 }), + new InvoicesDataItem({ ShipName: `Jackson Estate`, ShipAddress: `163 Market Street`, ShipCity: `Miami`, ShipPostalCode: 50149, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1374, CustomerName: `Max Jackson`, CustomerFirstName: `Max`, CustomerLastName: `Jackson`, CustomerAddress: `163 Market Street, Miami, USA, 50149`, Salesperson: `James Smith`, OrderID: 1504, OrderDate: `10/7/2022`, ProductID: 197, ProductName: `Mac Book Pro`, UnitPrice: 23590.87, Quantity: 5, ExtendedPrice: 117954.35, Freight: 460.87, Discontinued: false, Region: `South East`, Address: `163 Market Street`, City: `Miami`, Country: `USA`, PostalCode: 50149 }), + new InvoicesDataItem({ ShipName: `Smith Townhouse`, ShipAddress: `114 Wall Street`, ShipCity: `Philadelphia`, ShipPostalCode: 90131, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1375, CustomerName: `Pamela Smith`, CustomerFirstName: `Pamela`, CustomerLastName: `Smith`, CustomerAddress: `114 Wall Street, Philadelphia, USA, 90131`, Salesperson: `Nancy Jefferson`, OrderID: 1121, OrderDate: `11/25/2022`, ProductID: 148, ProductName: `Samsung Note`, UnitPrice: 13030.29, Quantity: 2, ExtendedPrice: 26060.58, Freight: 1140.29, Discontinued: false, Region: `South East`, Address: `114 Wall Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 90131 }), + new InvoicesDataItem({ ShipName: `Black Townhouse`, ShipAddress: `167 Market Street`, ShipCity: `Huston`, ShipPostalCode: 50058, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1376, CustomerName: `Nancy Black`, CustomerFirstName: `Nancy`, CustomerLastName: `Black`, CustomerAddress: `167 Market Street, Huston, USA, 50058`, Salesperson: `Martin Black`, OrderID: 1455, OrderDate: `8/6/2022`, ProductID: 196, ProductName: `IPhone`, UnitPrice: 13870.29, Quantity: 5, ExtendedPrice: 69351.45, Freight: 1080.29, Discontinued: false, Region: `West`, Address: `167 Market Street`, City: `Huston`, Country: `USA`, PostalCode: 50058 }), + new InvoicesDataItem({ ShipName: `Jackson Townhouse`, ShipAddress: `181 Market Street`, ShipCity: `Los Angeles`, ShipPostalCode: 80062, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1377, CustomerName: `Anna Jackson`, CustomerFirstName: `Anna`, CustomerLastName: `Jackson`, CustomerAddress: `181 Market Street, Los Angeles, USA, 80062`, Salesperson: `Anna Black`, OrderID: 1320, OrderDate: `1/15/2022`, ProductID: 109, ProductName: `Mac Book Pro`, UnitPrice: 10990.65, Quantity: 3, ExtendedPrice: 32971.95, Freight: 310.65, Discontinued: false, Region: `North East`, Address: `181 Market Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 80062 }), + new InvoicesDataItem({ ShipName: `Jackson Market`, ShipAddress: `113 Wall Street`, ShipCity: `Miami`, ShipPostalCode: 80140, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1378, CustomerName: `Pamela Jackson`, CustomerFirstName: `Pamela`, CustomerLastName: `Jackson`, CustomerAddress: `113 Wall Street, Miami, USA, 80140`, Salesperson: `Anna Jackson`, OrderID: 1936, OrderDate: `12/2/2022`, ProductID: 171, ProductName: `IPhone`, UnitPrice: 9550.78, Quantity: 4, ExtendedPrice: 38203.12, Freight: 1380.78, Discontinued: false, Region: `South East`, Address: `113 Wall Street`, City: `Miami`, Country: `USA`, PostalCode: 80140 }), + new InvoicesDataItem({ ShipName: `Madison Estate`, ShipAddress: `188 Wall Street`, ShipCity: `Los Angeles`, ShipPostalCode: 80072, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1379, CustomerName: `Anna Madison`, CustomerFirstName: `Anna`, CustomerLastName: `Madison`, CustomerAddress: `188 Wall Street, Los Angeles, USA, 80072`, Salesperson: `Nancy Watson`, OrderID: 1767, OrderDate: `10/23/2022`, ProductID: 130, ProductName: `IPhone`, UnitPrice: 21500.21, Quantity: 2, ExtendedPrice: 43000.42, Freight: 1680.21, Discontinued: true, Region: `South East`, Address: `188 Wall Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 80072 }), + new InvoicesDataItem({ ShipName: `Madison Home`, ShipAddress: `177 Market Street`, ShipCity: `Huston`, ShipPostalCode: 80160, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1380, CustomerName: `Anna Madison`, CustomerFirstName: `Anna`, CustomerLastName: `Madison`, CustomerAddress: `177 Market Street, Huston, USA, 80160`, Salesperson: `Max Jackson`, OrderID: 1118, OrderDate: `6/2/2022`, ProductID: 111, ProductName: `Mac Book Air`, UnitPrice: 20100.73, Quantity: 4, ExtendedPrice: 80402.92, Freight: 540.73, Discontinued: false, Region: `West`, Address: `177 Market Street`, City: `Huston`, Country: `USA`, PostalCode: 80160 }), + new InvoicesDataItem({ ShipName: `Jefferson Townhouse`, ShipAddress: `139 Wall Street`, ShipCity: `Miami`, ShipPostalCode: 80074, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1381, CustomerName: `Mike Jefferson`, CustomerFirstName: `Mike`, CustomerLastName: `Jefferson`, CustomerAddress: `139 Wall Street, Miami, USA, 80074`, Salesperson: `Nancy Madison`, OrderID: 1269, OrderDate: `6/12/2022`, ProductID: 192, ProductName: `Mac Book Air`, UnitPrice: 17200.34, Quantity: 4, ExtendedPrice: 68801.36, Freight: 1280.34, Discontinued: false, Region: `North East`, Address: `139 Wall Street`, City: `Miami`, Country: `USA`, PostalCode: 80074 }), + new InvoicesDataItem({ ShipName: `Madison Home`, ShipAddress: `115 Wall Street`, ShipCity: `Los Angeles`, ShipPostalCode: 90081, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1382, CustomerName: `Pamela Madison`, CustomerFirstName: `Pamela`, CustomerLastName: `Madison`, CustomerAddress: `115 Wall Street, Los Angeles, USA, 90081`, Salesperson: `James Jackson`, OrderID: 1587, OrderDate: `4/9/2022`, ProductID: 187, ProductName: `Samsung Note`, UnitPrice: 24670.86, Quantity: 2, ExtendedPrice: 49341.72, Freight: 1360.86, Discontinued: false, Region: `North East`, Address: `115 Wall Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 90081 }), + new InvoicesDataItem({ ShipName: `Jefferson Estate`, ShipAddress: `130 Wall Street`, ShipCity: `Miami`, ShipPostalCode: 50175, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1383, CustomerName: `Anna Jefferson`, CustomerFirstName: `Anna`, CustomerLastName: `Jefferson`, CustomerAddress: `130 Wall Street, Miami, USA, 50175`, Salesperson: `Mike Smith`, OrderID: 1632, OrderDate: `3/3/2022`, ProductID: 197, ProductName: `IPad`, UnitPrice: 9780.24, Quantity: 3, ExtendedPrice: 29340.72, Freight: 1420.24, Discontinued: false, Region: `West`, Address: `130 Wall Street`, City: `Miami`, Country: `USA`, PostalCode: 50175 }), + new InvoicesDataItem({ ShipName: `Black Estate`, ShipAddress: `110 Main Street`, ShipCity: `Philadelphia`, ShipPostalCode: 90171, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1384, CustomerName: `Max Black`, CustomerFirstName: `Max`, CustomerLastName: `Black`, CustomerAddress: `110 Main Street, Philadelphia, USA, 90171`, Salesperson: `Max Jefferson`, OrderID: 1400, OrderDate: `6/24/2022`, ProductID: 123, ProductName: `IPhone`, UnitPrice: 12010.77, Quantity: 2, ExtendedPrice: 24021.54, Freight: 560.77, Discontinued: false, Region: `North East`, Address: `110 Main Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 90171 }), + new InvoicesDataItem({ ShipName: `Black Market`, ShipAddress: `111 Market Street`, ShipCity: `Huston`, ShipPostalCode: 80086, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1385, CustomerName: `Mike Black`, CustomerFirstName: `Mike`, CustomerLastName: `Black`, CustomerAddress: `111 Market Street, Huston, USA, 80086`, Salesperson: `Ben Watson`, OrderID: 1040, OrderDate: `8/25/2022`, ProductID: 192, ProductName: `Samsung Note`, UnitPrice: 27920.64, Quantity: 5, ExtendedPrice: 139603.2, Freight: 250.64, Discontinued: false, Region: `South East`, Address: `111 Market Street`, City: `Huston`, Country: `USA`, PostalCode: 80086 }), + new InvoicesDataItem({ ShipName: `Black Townhouse`, ShipAddress: `132 Wall Street`, ShipCity: `Huston`, ShipPostalCode: 60121, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1386, CustomerName: `Mike Black`, CustomerFirstName: `Mike`, CustomerLastName: `Black`, CustomerAddress: `132 Wall Street, Huston, USA, 60121`, Salesperson: `Anna Watson`, OrderID: 1445, OrderDate: `6/12/2022`, ProductID: 139, ProductName: `IPhone`, UnitPrice: 17460.46, Quantity: 3, ExtendedPrice: 52381.38, Freight: 1060.46, Discontinued: false, Region: `South East`, Address: `132 Wall Street`, City: `Huston`, Country: `USA`, PostalCode: 60121 }), + new InvoicesDataItem({ ShipName: `Smith Townhouse`, ShipAddress: `150 Main Street`, ShipCity: `Philadelphia`, ShipPostalCode: 60127, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1387, CustomerName: `Ben Smith`, CustomerFirstName: `Ben`, CustomerLastName: `Smith`, CustomerAddress: `150 Main Street, Philadelphia, USA, 60127`, Salesperson: `Max Smith`, OrderID: 1803, OrderDate: `4/15/2022`, ProductID: 172, ProductName: `Mac Book Air`, UnitPrice: 17820.62, Quantity: 4, ExtendedPrice: 71282.48, Freight: 1150.62, Discontinued: false, Region: `West`, Address: `150 Main Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 60127 }), + new InvoicesDataItem({ ShipName: `Watson Estate`, ShipAddress: `173 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 50160, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1388, CustomerName: `Anna Watson`, CustomerFirstName: `Anna`, CustomerLastName: `Watson`, CustomerAddress: `173 Market Street, Philadelphia, USA, 50160`, Salesperson: `Nancy Jefferson`, OrderID: 1719, OrderDate: `4/23/2022`, ProductID: 134, ProductName: `IPhone`, UnitPrice: 22780.47, Quantity: 3, ExtendedPrice: 68341.41, Freight: 500.47, Discontinued: false, Region: `West`, Address: `173 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 50160 }), + new InvoicesDataItem({ ShipName: `Jefferson Townhouse`, ShipAddress: `120 Wall Street`, ShipCity: `Philadelphia`, ShipPostalCode: 60064, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1389, CustomerName: `Max Jefferson`, CustomerFirstName: `Max`, CustomerLastName: `Jefferson`, CustomerAddress: `120 Wall Street, Philadelphia, USA, 60064`, Salesperson: `Martin Jefferson`, OrderID: 1706, OrderDate: `5/15/2022`, ProductID: 151, ProductName: `Samsung Note`, UnitPrice: 16430.61, Quantity: 3, ExtendedPrice: 49291.83, Freight: 1650.61, Discontinued: true, Region: `West`, Address: `120 Wall Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 60064 }), + new InvoicesDataItem({ ShipName: `Jackson Market`, ShipAddress: `109 Main Street`, ShipCity: `Huston`, ShipPostalCode: 70200, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1390, CustomerName: `Ben Jackson`, CustomerFirstName: `Ben`, CustomerLastName: `Jackson`, CustomerAddress: `109 Main Street, Huston, USA, 70200`, Salesperson: `James Watson`, OrderID: 1318, OrderDate: `6/10/2022`, ProductID: 163, ProductName: `IPad`, UnitPrice: 26710.76, Quantity: 4, ExtendedPrice: 106843.04, Freight: 330.76, Discontinued: false, Region: `South East`, Address: `109 Main Street`, City: `Huston`, Country: `USA`, PostalCode: 70200 }), + new InvoicesDataItem({ ShipName: `Madison Townhouse`, ShipAddress: `161 Main Street`, ShipCity: `Huston`, ShipPostalCode: 60159, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1391, CustomerName: `Mike Madison`, CustomerFirstName: `Mike`, CustomerLastName: `Madison`, CustomerAddress: `161 Main Street, Huston, USA, 60159`, Salesperson: `Ben Smith`, OrderID: 1322, OrderDate: `6/3/2022`, ProductID: 170, ProductName: `IPad`, UnitPrice: 18660.7, Quantity: 4, ExtendedPrice: 74642.8, Freight: 1480.7, Discontinued: false, Region: `North East`, Address: `161 Main Street`, City: `Huston`, Country: `USA`, PostalCode: 60159 }), + new InvoicesDataItem({ ShipName: `Watson Estate`, ShipAddress: `194 Main Street`, ShipCity: `Los Angeles`, ShipPostalCode: 60148, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1392, CustomerName: `Ben Watson`, CustomerFirstName: `Ben`, CustomerLastName: `Watson`, CustomerAddress: `194 Main Street, Los Angeles, USA, 60148`, Salesperson: `Pamela Black`, OrderID: 1664, OrderDate: `9/11/2022`, ProductID: 131, ProductName: `Mac Book Pro`, UnitPrice: 16990.84, Quantity: 5, ExtendedPrice: 84954.2, Freight: 1870.84, Discontinued: false, Region: `West`, Address: `194 Main Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 60148 }), + new InvoicesDataItem({ ShipName: `Jefferson Estate`, ShipAddress: `191 Main Street`, ShipCity: `Los Angeles`, ShipPostalCode: 60148, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1393, CustomerName: `James Jefferson`, CustomerFirstName: `James`, CustomerLastName: `Jefferson`, CustomerAddress: `191 Main Street, Los Angeles, USA, 60148`, Salesperson: `Martin Jackson`, OrderID: 1995, OrderDate: `7/3/2022`, ProductID: 107, ProductName: `Mac Book Pro`, UnitPrice: 18490.66, Quantity: 2, ExtendedPrice: 36981.32, Freight: 690.66, Discontinued: false, Region: `West`, Address: `191 Main Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 60148 }), + new InvoicesDataItem({ ShipName: `Jefferson Estate`, ShipAddress: `129 Wall Street`, ShipCity: `Philadelphia`, ShipPostalCode: 80148, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1394, CustomerName: `Martin Jefferson`, CustomerFirstName: `Martin`, CustomerLastName: `Jefferson`, CustomerAddress: `129 Wall Street, Philadelphia, USA, 80148`, Salesperson: `Ben Jefferson`, OrderID: 1344, OrderDate: `10/13/2022`, ProductID: 168, ProductName: `IPhone`, UnitPrice: 5870.82, Quantity: 5, ExtendedPrice: 29354.1, Freight: 400.82, Discontinued: false, Region: `West`, Address: `129 Wall Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 80148 }), + new InvoicesDataItem({ ShipName: `Jefferson Estate`, ShipAddress: `148 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 70084, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1395, CustomerName: `Anna Jefferson`, CustomerFirstName: `Anna`, CustomerLastName: `Jefferson`, CustomerAddress: `148 Market Street, Philadelphia, USA, 70084`, Salesperson: `Martin Smith`, OrderID: 1602, OrderDate: `3/2/2022`, ProductID: 153, ProductName: `Samsung Note`, UnitPrice: 8490.68, Quantity: 3, ExtendedPrice: 25472.04, Freight: 1650.68, Discontinued: false, Region: `North East`, Address: `148 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 70084 }), + new InvoicesDataItem({ ShipName: `Black Home`, ShipAddress: `152 Wall Street`, ShipCity: `Miami`, ShipPostalCode: 90101, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1396, CustomerName: `Max Black`, CustomerFirstName: `Max`, CustomerLastName: `Black`, CustomerAddress: `152 Wall Street, Miami, USA, 90101`, Salesperson: `Ben Black`, OrderID: 1059, OrderDate: `4/12/2022`, ProductID: 164, ProductName: `Samsung Galaxy 22`, UnitPrice: 12460.5, Quantity: 3, ExtendedPrice: 37381.5, Freight: 280.5, Discontinued: false, Region: `North East`, Address: `152 Wall Street`, City: `Miami`, Country: `USA`, PostalCode: 90101 }), + new InvoicesDataItem({ ShipName: `Jackson Estate`, ShipAddress: `147 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 50200, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1397, CustomerName: `Nancy Jackson`, CustomerFirstName: `Nancy`, CustomerLastName: `Jackson`, CustomerAddress: `147 Market Street, Philadelphia, USA, 50200`, Salesperson: `Nancy Watson`, OrderID: 1159, OrderDate: `5/12/2022`, ProductID: 136, ProductName: `IPhone`, UnitPrice: 20790.46, Quantity: 4, ExtendedPrice: 83161.84, Freight: 780.46, Discontinued: false, Region: `North East`, Address: `147 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 50200 }), + new InvoicesDataItem({ ShipName: `Jackson Estate`, ShipAddress: `106 Main Street`, ShipCity: `Miami`, ShipPostalCode: 60064, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1398, CustomerName: `Max Jackson`, CustomerFirstName: `Max`, CustomerLastName: `Jackson`, CustomerAddress: `106 Main Street, Miami, USA, 60064`, Salesperson: `Nancy Watson`, OrderID: 1646, OrderDate: `2/13/2022`, ProductID: 143, ProductName: `IPad`, UnitPrice: 19180.29, Quantity: 4, ExtendedPrice: 76721.16, Freight: 1760.29, Discontinued: false, Region: `North East`, Address: `106 Main Street`, City: `Miami`, Country: `USA`, PostalCode: 60064 }), + new InvoicesDataItem({ ShipName: `Black Estate`, ShipAddress: `112 Main Street`, ShipCity: `Miami`, ShipPostalCode: 90118, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1399, CustomerName: `Nancy Black`, CustomerFirstName: `Nancy`, CustomerLastName: `Black`, CustomerAddress: `112 Main Street, Miami, USA, 90118`, Salesperson: `Martin Black`, OrderID: 1205, OrderDate: `9/24/2022`, ProductID: 109, ProductName: `IPad`, UnitPrice: 25950.86, Quantity: 4, ExtendedPrice: 103803.44, Freight: 1780.86, Discontinued: true, Region: `North East`, Address: `112 Main Street`, City: `Miami`, Country: `USA`, PostalCode: 90118 }), + new InvoicesDataItem({ ShipName: `Watson Market`, ShipAddress: `135 Main Street`, ShipCity: `Huston`, ShipPostalCode: 80177, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1400, CustomerName: `Mike Watson`, CustomerFirstName: `Mike`, CustomerLastName: `Watson`, CustomerAddress: `135 Main Street, Huston, USA, 80177`, Salesperson: `Max Madison`, OrderID: 1619, OrderDate: `7/15/2022`, ProductID: 174, ProductName: `Mac Book Pro`, UnitPrice: 24890.31, Quantity: 2, ExtendedPrice: 49780.62, Freight: 1540.31, Discontinued: false, Region: `West`, Address: `135 Main Street`, City: `Huston`, Country: `USA`, PostalCode: 80177 }), + new InvoicesDataItem({ ShipName: `Smith Home`, ShipAddress: `156 Main Street`, ShipCity: `Miami`, ShipPostalCode: 70110, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1401, CustomerName: `Max Smith`, CustomerFirstName: `Max`, CustomerLastName: `Smith`, CustomerAddress: `156 Main Street, Miami, USA, 70110`, Salesperson: `Anna Watson`, OrderID: 1160, OrderDate: `10/21/2022`, ProductID: 127, ProductName: `IPad`, UnitPrice: 18400.21, Quantity: 3, ExtendedPrice: 55200.63, Freight: 580.21, Discontinued: false, Region: `South East`, Address: `156 Main Street`, City: `Miami`, Country: `USA`, PostalCode: 70110 }), + new InvoicesDataItem({ ShipName: `Watson Home`, ShipAddress: `124 Wall Street`, ShipCity: `Los Angeles`, ShipPostalCode: 90077, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1402, CustomerName: `Max Watson`, CustomerFirstName: `Max`, CustomerLastName: `Watson`, CustomerAddress: `124 Wall Street, Los Angeles, USA, 90077`, Salesperson: `Ben Jefferson`, OrderID: 1017, OrderDate: `7/21/2022`, ProductID: 160, ProductName: `Samsung Note`, UnitPrice: 15430.8, Quantity: 5, ExtendedPrice: 77154, Freight: 1660.8, Discontinued: false, Region: `North East`, Address: `124 Wall Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 90077 }), + new InvoicesDataItem({ ShipName: `Black Townhouse`, ShipAddress: `144 Market Street`, ShipCity: `New York`, ShipPostalCode: 50110, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1403, CustomerName: `Anna Black`, CustomerFirstName: `Anna`, CustomerLastName: `Black`, CustomerAddress: `144 Market Street, New York, USA, 50110`, Salesperson: `James Jefferson`, OrderID: 1990, OrderDate: `5/17/2022`, ProductID: 112, ProductName: `IPhone`, UnitPrice: 20040.37, Quantity: 3, ExtendedPrice: 60121.11, Freight: 1710.37, Discontinued: false, Region: `South East`, Address: `144 Market Street`, City: `New York`, Country: `USA`, PostalCode: 50110 }), + new InvoicesDataItem({ ShipName: `Smith Market`, ShipAddress: `105 Main Street`, ShipCity: `Miami`, ShipPostalCode: 80117, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1404, CustomerName: `James Smith`, CustomerFirstName: `James`, CustomerLastName: `Smith`, CustomerAddress: `105 Main Street, Miami, USA, 80117`, Salesperson: `Max Watson`, OrderID: 1002, OrderDate: `10/25/2022`, ProductID: 119, ProductName: `Samsung Galaxy 22`, UnitPrice: 28760.88, Quantity: 5, ExtendedPrice: 143804.4, Freight: 1220.88, Discontinued: false, Region: `West`, Address: `105 Main Street`, City: `Miami`, Country: `USA`, PostalCode: 80117 }), + new InvoicesDataItem({ ShipName: `Madison Home`, ShipAddress: `142 Main Street`, ShipCity: `Los Angeles`, ShipPostalCode: 90124, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1405, CustomerName: `Anna Madison`, CustomerFirstName: `Anna`, CustomerLastName: `Madison`, CustomerAddress: `142 Main Street, Los Angeles, USA, 90124`, Salesperson: `James Madison`, OrderID: 1433, OrderDate: `7/22/2022`, ProductID: 158, ProductName: `Mac Book Pro`, UnitPrice: 17750.64, Quantity: 5, ExtendedPrice: 88753.2, Freight: 1300.64, Discontinued: false, Region: `West`, Address: `142 Main Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 90124 }), + new InvoicesDataItem({ ShipName: `Watson Townhouse`, ShipAddress: `141 Market Street`, ShipCity: `Huston`, ShipPostalCode: 50115, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1406, CustomerName: `Max Watson`, CustomerFirstName: `Max`, CustomerLastName: `Watson`, CustomerAddress: `141 Market Street, Huston, USA, 50115`, Salesperson: `Anna Watson`, OrderID: 1195, OrderDate: `8/12/2022`, ProductID: 124, ProductName: `Mac Book Pro`, UnitPrice: 22040.48, Quantity: 2, ExtendedPrice: 44080.96, Freight: 1260.48, Discontinued: false, Region: `North East`, Address: `141 Market Street`, City: `Huston`, Country: `USA`, PostalCode: 50115 }), + new InvoicesDataItem({ ShipName: `Jefferson Estate`, ShipAddress: `145 Main Street`, ShipCity: `Los Angeles`, ShipPostalCode: 70160, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1407, CustomerName: `Mike Jefferson`, CustomerFirstName: `Mike`, CustomerLastName: `Jefferson`, CustomerAddress: `145 Main Street, Los Angeles, USA, 70160`, Salesperson: `Max Watson`, OrderID: 1486, OrderDate: `1/13/2022`, ProductID: 103, ProductName: `Mac Book Air`, UnitPrice: 29480.67, Quantity: 3, ExtendedPrice: 88442.01, Freight: 1810.67, Discontinued: false, Region: `North East`, Address: `145 Main Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 70160 }), + new InvoicesDataItem({ ShipName: `Black Market`, ShipAddress: `106 Main Street`, ShipCity: `Los Angeles`, ShipPostalCode: 80149, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1408, CustomerName: `Ben Black`, CustomerFirstName: `Ben`, CustomerLastName: `Black`, CustomerAddress: `106 Main Street, Los Angeles, USA, 80149`, Salesperson: `James Smith`, OrderID: 1646, OrderDate: `9/4/2022`, ProductID: 191, ProductName: `Mac Book Pro`, UnitPrice: 5890.71, Quantity: 5, ExtendedPrice: 29453.55, Freight: 670.71, Discontinued: false, Region: `North East`, Address: `106 Main Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 80149 }), + new InvoicesDataItem({ ShipName: `Madison Estate`, ShipAddress: `171 Market Street`, ShipCity: `Los Angeles`, ShipPostalCode: 60182, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1409, CustomerName: `Anna Madison`, CustomerFirstName: `Anna`, CustomerLastName: `Madison`, CustomerAddress: `171 Market Street, Los Angeles, USA, 60182`, Salesperson: `James Smith`, OrderID: 1839, OrderDate: `12/12/2022`, ProductID: 120, ProductName: `IPhone`, UnitPrice: 17510.64, Quantity: 5, ExtendedPrice: 87553.2, Freight: 1150.64, Discontinued: true, Region: `West`, Address: `171 Market Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 60182 }), + new InvoicesDataItem({ ShipName: `Jefferson Home`, ShipAddress: `195 Market Street`, ShipCity: `Los Angeles`, ShipPostalCode: 60122, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1410, CustomerName: `Ben Jefferson`, CustomerFirstName: `Ben`, CustomerLastName: `Jefferson`, CustomerAddress: `195 Market Street, Los Angeles, USA, 60122`, Salesperson: `Martin Madison`, OrderID: 1925, OrderDate: `1/22/2022`, ProductID: 164, ProductName: `Mac Book Pro`, UnitPrice: 12920.58, Quantity: 2, ExtendedPrice: 25841.16, Freight: 690.58, Discontinued: false, Region: `West`, Address: `195 Market Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 60122 }), + new InvoicesDataItem({ ShipName: `Black Home`, ShipAddress: `137 Wall Street`, ShipCity: `Miami`, ShipPostalCode: 70152, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1411, CustomerName: `James Black`, CustomerFirstName: `James`, CustomerLastName: `Black`, CustomerAddress: `137 Wall Street, Miami, USA, 70152`, Salesperson: `Anna Jackson`, OrderID: 1055, OrderDate: `12/9/2022`, ProductID: 198, ProductName: `IPad`, UnitPrice: 9640.43, Quantity: 4, ExtendedPrice: 38561.72, Freight: 1930.43, Discontinued: false, Region: `North East`, Address: `137 Wall Street`, City: `Miami`, Country: `USA`, PostalCode: 70152 }), + new InvoicesDataItem({ ShipName: `Smith Estate`, ShipAddress: `129 Wall Street`, ShipCity: `Miami`, ShipPostalCode: 50177, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1412, CustomerName: `Anna Smith`, CustomerFirstName: `Anna`, CustomerLastName: `Smith`, CustomerAddress: `129 Wall Street, Miami, USA, 50177`, Salesperson: `Martin Smith`, OrderID: 1845, OrderDate: `10/21/2022`, ProductID: 142, ProductName: `IPad`, UnitPrice: 16040.31, Quantity: 3, ExtendedPrice: 48120.93, Freight: 1050.31, Discontinued: false, Region: `West`, Address: `129 Wall Street`, City: `Miami`, Country: `USA`, PostalCode: 50177 }), + new InvoicesDataItem({ ShipName: `Black Estate`, ShipAddress: `174 Main Street`, ShipCity: `Huston`, ShipPostalCode: 90080, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1413, CustomerName: `Mike Black`, CustomerFirstName: `Mike`, CustomerLastName: `Black`, CustomerAddress: `174 Main Street, Huston, USA, 90080`, Salesperson: `Nancy Jefferson`, OrderID: 1560, OrderDate: `6/23/2022`, ProductID: 110, ProductName: `Mac Book Pro`, UnitPrice: 25850.87, Quantity: 4, ExtendedPrice: 103403.48, Freight: 940.87, Discontinued: false, Region: `West`, Address: `174 Main Street`, City: `Huston`, Country: `USA`, PostalCode: 90080 }), + new InvoicesDataItem({ ShipName: `Jackson Market`, ShipAddress: `139 Market Street`, ShipCity: `New York`, ShipPostalCode: 60178, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1414, CustomerName: `Nancy Jackson`, CustomerFirstName: `Nancy`, CustomerLastName: `Jackson`, CustomerAddress: `139 Market Street, New York, USA, 60178`, Salesperson: `Pamela Jefferson`, OrderID: 1102, OrderDate: `2/18/2022`, ProductID: 154, ProductName: `Mac Book Air`, UnitPrice: 13210.48, Quantity: 4, ExtendedPrice: 52841.92, Freight: 960.48, Discontinued: false, Region: `South East`, Address: `139 Market Street`, City: `New York`, Country: `USA`, PostalCode: 60178 }), + new InvoicesDataItem({ ShipName: `Madison Home`, ShipAddress: `127 Wall Street`, ShipCity: `Los Angeles`, ShipPostalCode: 60192, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1415, CustomerName: `Max Madison`, CustomerFirstName: `Max`, CustomerLastName: `Madison`, CustomerAddress: `127 Wall Street, Los Angeles, USA, 60192`, Salesperson: `Ben Smith`, OrderID: 1570, OrderDate: `5/19/2022`, ProductID: 105, ProductName: `Samsung Note`, UnitPrice: 24890.59, Quantity: 5, ExtendedPrice: 124452.95, Freight: 1860.59, Discontinued: false, Region: `West`, Address: `127 Wall Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 60192 }), + new InvoicesDataItem({ ShipName: `Watson Market`, ShipAddress: `186 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 90145, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1416, CustomerName: `Max Watson`, CustomerFirstName: `Max`, CustomerLastName: `Watson`, CustomerAddress: `186 Market Street, Philadelphia, USA, 90145`, Salesperson: `Mike Jefferson`, OrderID: 1872, OrderDate: `11/18/2022`, ProductID: 165, ProductName: `IPhone`, UnitPrice: 19720.85, Quantity: 2, ExtendedPrice: 39441.7, Freight: 690.85, Discontinued: false, Region: `South East`, Address: `186 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 90145 }), + new InvoicesDataItem({ ShipName: `Jackson Estate`, ShipAddress: `198 Main Street`, ShipCity: `Philadelphia`, ShipPostalCode: 70160, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1417, CustomerName: `Anna Jackson`, CustomerFirstName: `Anna`, CustomerLastName: `Jackson`, CustomerAddress: `198 Main Street, Philadelphia, USA, 70160`, Salesperson: `Martin Madison`, OrderID: 1155, OrderDate: `11/1/2022`, ProductID: 138, ProductName: `IPhone`, UnitPrice: 12260.46, Quantity: 2, ExtendedPrice: 24520.92, Freight: 1680.46, Discontinued: false, Region: `West`, Address: `198 Main Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 70160 }), + new InvoicesDataItem({ ShipName: `Jefferson Townhouse`, ShipAddress: `110 Main Street`, ShipCity: `New York`, ShipPostalCode: 80119, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1418, CustomerName: `Ben Jefferson`, CustomerFirstName: `Ben`, CustomerLastName: `Jefferson`, CustomerAddress: `110 Main Street, New York, USA, 80119`, Salesperson: `Anna Black`, OrderID: 1600, OrderDate: `8/12/2022`, ProductID: 118, ProductName: `Mac Book Air`, UnitPrice: 9840.45, Quantity: 4, ExtendedPrice: 39361.8, Freight: 1410.45, Discontinued: false, Region: `South East`, Address: `110 Main Street`, City: `New York`, Country: `USA`, PostalCode: 80119 }), + new InvoicesDataItem({ ShipName: `Madison Market`, ShipAddress: `187 Main Street`, ShipCity: `Los Angeles`, ShipPostalCode: 50082, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1419, CustomerName: `Ben Madison`, CustomerFirstName: `Ben`, CustomerLastName: `Madison`, CustomerAddress: `187 Main Street, Los Angeles, USA, 50082`, Salesperson: `Pamela Watson`, OrderID: 1451, OrderDate: `12/10/2022`, ProductID: 144, ProductName: `Samsung Galaxy 22`, UnitPrice: 25180.7, Quantity: 2, ExtendedPrice: 50361.4, Freight: 560.7, Discontinued: true, Region: `North East`, Address: `187 Main Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 50082 }), + new InvoicesDataItem({ ShipName: `Jackson Townhouse`, ShipAddress: `121 Main Street`, ShipCity: `Miami`, ShipPostalCode: 60178, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1420, CustomerName: `Mike Jackson`, CustomerFirstName: `Mike`, CustomerLastName: `Jackson`, CustomerAddress: `121 Main Street, Miami, USA, 60178`, Salesperson: `Ben Jackson`, OrderID: 1294, OrderDate: `2/18/2022`, ProductID: 168, ProductName: `Samsung Galaxy 22`, UnitPrice: 18670.31, Quantity: 5, ExtendedPrice: 93351.55, Freight: 1410.31, Discontinued: false, Region: `West`, Address: `121 Main Street`, City: `Miami`, Country: `USA`, PostalCode: 60178 }), + new InvoicesDataItem({ ShipName: `Smith Home`, ShipAddress: `185 Wall Street`, ShipCity: `New York`, ShipPostalCode: 50177, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1421, CustomerName: `Anna Smith`, CustomerFirstName: `Anna`, CustomerLastName: `Smith`, CustomerAddress: `185 Wall Street, New York, USA, 50177`, Salesperson: `James Watson`, OrderID: 1095, OrderDate: `6/16/2022`, ProductID: 182, ProductName: `Samsung Note`, UnitPrice: 10450.44, Quantity: 5, ExtendedPrice: 52252.2, Freight: 1030.44, Discontinued: false, Region: `West`, Address: `185 Wall Street`, City: `New York`, Country: `USA`, PostalCode: 50177 }), + new InvoicesDataItem({ ShipName: `Watson Market`, ShipAddress: `177 Market Street`, ShipCity: `New York`, ShipPostalCode: 90081, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1422, CustomerName: `Max Watson`, CustomerFirstName: `Max`, CustomerLastName: `Watson`, CustomerAddress: `177 Market Street, New York, USA, 90081`, Salesperson: `Pamela Smith`, OrderID: 1333, OrderDate: `5/21/2022`, ProductID: 159, ProductName: `Mac Book Air`, UnitPrice: 23900.49, Quantity: 5, ExtendedPrice: 119502.45, Freight: 1700.49, Discontinued: false, Region: `South East`, Address: `177 Market Street`, City: `New York`, Country: `USA`, PostalCode: 90081 }), + new InvoicesDataItem({ ShipName: `Watson Home`, ShipAddress: `106 Market Street`, ShipCity: `Miami`, ShipPostalCode: 70099, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1423, CustomerName: `Anna Watson`, CustomerFirstName: `Anna`, CustomerLastName: `Watson`, CustomerAddress: `106 Market Street, Miami, USA, 70099`, Salesperson: `Pamela Jackson`, OrderID: 1147, OrderDate: `6/13/2022`, ProductID: 174, ProductName: `Mac Book Pro`, UnitPrice: 29460.63, Quantity: 2, ExtendedPrice: 58921.26, Freight: 1280.63, Discontinued: false, Region: `North East`, Address: `106 Market Street`, City: `Miami`, Country: `USA`, PostalCode: 70099 }), + new InvoicesDataItem({ ShipName: `Madison Townhouse`, ShipAddress: `179 Main Street`, ShipCity: `Philadelphia`, ShipPostalCode: 80150, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1424, CustomerName: `Martin Madison`, CustomerFirstName: `Martin`, CustomerLastName: `Madison`, CustomerAddress: `179 Main Street, Philadelphia, USA, 80150`, Salesperson: `James Jefferson`, OrderID: 1595, OrderDate: `7/19/2022`, ProductID: 183, ProductName: `Samsung Galaxy 22`, UnitPrice: 19060.64, Quantity: 5, ExtendedPrice: 95303.2, Freight: 980.64, Discontinued: false, Region: `North East`, Address: `179 Main Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 80150 }), + new InvoicesDataItem({ ShipName: `Watson Home`, ShipAddress: `142 Main Street`, ShipCity: `Huston`, ShipPostalCode: 90100, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1425, CustomerName: `Max Watson`, CustomerFirstName: `Max`, CustomerLastName: `Watson`, CustomerAddress: `142 Main Street, Huston, USA, 90100`, Salesperson: `Martin Black`, OrderID: 1061, OrderDate: `4/4/2022`, ProductID: 118, ProductName: `IPad`, UnitPrice: 17400.83, Quantity: 2, ExtendedPrice: 34801.66, Freight: 370.83, Discontinued: false, Region: `North East`, Address: `142 Main Street`, City: `Huston`, Country: `USA`, PostalCode: 90100 }), + new InvoicesDataItem({ ShipName: `Watson Townhouse`, ShipAddress: `189 Main Street`, ShipCity: `Philadelphia`, ShipPostalCode: 90144, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1426, CustomerName: `Max Watson`, CustomerFirstName: `Max`, CustomerLastName: `Watson`, CustomerAddress: `189 Main Street, Philadelphia, USA, 90144`, Salesperson: `Martin Smith`, OrderID: 1114, OrderDate: `2/13/2022`, ProductID: 146, ProductName: `Samsung Galaxy 22`, UnitPrice: 16860.57, Quantity: 5, ExtendedPrice: 84302.85, Freight: 1050.57, Discontinued: false, Region: `North East`, Address: `189 Main Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 90144 }), + new InvoicesDataItem({ ShipName: `Madison Estate`, ShipAddress: `130 Wall Street`, ShipCity: `New York`, ShipPostalCode: 90175, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1427, CustomerName: `Pamela Madison`, CustomerFirstName: `Pamela`, CustomerLastName: `Madison`, CustomerAddress: `130 Wall Street, New York, USA, 90175`, Salesperson: `Nancy Black`, OrderID: 1716, OrderDate: `11/6/2022`, ProductID: 157, ProductName: `IPad`, UnitPrice: 19570.85, Quantity: 3, ExtendedPrice: 58712.55, Freight: 1620.85, Discontinued: false, Region: `North East`, Address: `130 Wall Street`, City: `New York`, Country: `USA`, PostalCode: 90175 }), + new InvoicesDataItem({ ShipName: `Smith Market`, ShipAddress: `144 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 80153, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1428, CustomerName: `Anna Smith`, CustomerFirstName: `Anna`, CustomerLastName: `Smith`, CustomerAddress: `144 Market Street, Philadelphia, USA, 80153`, Salesperson: `Mike Smith`, OrderID: 1523, OrderDate: `8/5/2022`, ProductID: 139, ProductName: `Samsung Galaxy 22`, UnitPrice: 5100.26, Quantity: 3, ExtendedPrice: 15300.78, Freight: 1630.26, Discontinued: false, Region: `North East`, Address: `144 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 80153 }), + new InvoicesDataItem({ ShipName: `Smith Home`, ShipAddress: `175 Wall Street`, ShipCity: `New York`, ShipPostalCode: 50150, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1429, CustomerName: `James Smith`, CustomerFirstName: `James`, CustomerLastName: `Smith`, CustomerAddress: `175 Wall Street, New York, USA, 50150`, Salesperson: `James Jefferson`, OrderID: 1027, OrderDate: `12/7/2022`, ProductID: 151, ProductName: `IPad`, UnitPrice: 18940.75, Quantity: 4, ExtendedPrice: 75763, Freight: 1130.75, Discontinued: true, Region: `North East`, Address: `175 Wall Street`, City: `New York`, Country: `USA`, PostalCode: 50150 }), + new InvoicesDataItem({ ShipName: `Smith Home`, ShipAddress: `152 Wall Street`, ShipCity: `New York`, ShipPostalCode: 70091, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1430, CustomerName: `Max Smith`, CustomerFirstName: `Max`, CustomerLastName: `Smith`, CustomerAddress: `152 Wall Street, New York, USA, 70091`, Salesperson: `Ben Smith`, OrderID: 1626, OrderDate: `1/1/2022`, ProductID: 145, ProductName: `IPhone`, UnitPrice: 29800.74, Quantity: 4, ExtendedPrice: 119202.96, Freight: 1440.74, Discontinued: false, Region: `West`, Address: `152 Wall Street`, City: `New York`, Country: `USA`, PostalCode: 70091 }), + new InvoicesDataItem({ ShipName: `Jackson Market`, ShipAddress: `127 Main Street`, ShipCity: `Miami`, ShipPostalCode: 90099, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1431, CustomerName: `Martin Jackson`, CustomerFirstName: `Martin`, CustomerLastName: `Jackson`, CustomerAddress: `127 Main Street, Miami, USA, 90099`, Salesperson: `Anna Smith`, OrderID: 1789, OrderDate: `10/15/2022`, ProductID: 139, ProductName: `Mac Book Air`, UnitPrice: 16220.23, Quantity: 2, ExtendedPrice: 32440.46, Freight: 1170.23, Discontinued: false, Region: `West`, Address: `127 Main Street`, City: `Miami`, Country: `USA`, PostalCode: 90099 }), + new InvoicesDataItem({ ShipName: `Jefferson Home`, ShipAddress: `157 Wall Street`, ShipCity: `Huston`, ShipPostalCode: 70162, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1432, CustomerName: `Mike Jefferson`, CustomerFirstName: `Mike`, CustomerLastName: `Jefferson`, CustomerAddress: `157 Wall Street, Huston, USA, 70162`, Salesperson: `Martin Madison`, OrderID: 1622, OrderDate: `6/6/2022`, ProductID: 133, ProductName: `Samsung Note`, UnitPrice: 7410.73, Quantity: 4, ExtendedPrice: 29642.92, Freight: 1660.73, Discontinued: false, Region: `South East`, Address: `157 Wall Street`, City: `Huston`, Country: `USA`, PostalCode: 70162 }), + new InvoicesDataItem({ ShipName: `Smith Home`, ShipAddress: `159 Market Street`, ShipCity: `New York`, ShipPostalCode: 50198, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1433, CustomerName: `Mike Smith`, CustomerFirstName: `Mike`, CustomerLastName: `Smith`, CustomerAddress: `159 Market Street, New York, USA, 50198`, Salesperson: `Mike Smith`, OrderID: 1961, OrderDate: `9/7/2022`, ProductID: 120, ProductName: `Mac Book Pro`, UnitPrice: 9150.59, Quantity: 3, ExtendedPrice: 27451.77, Freight: 550.59, Discontinued: false, Region: `South East`, Address: `159 Market Street`, City: `New York`, Country: `USA`, PostalCode: 50198 }), + new InvoicesDataItem({ ShipName: `Jackson Estate`, ShipAddress: `109 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 60160, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1434, CustomerName: `Ben Jackson`, CustomerFirstName: `Ben`, CustomerLastName: `Jackson`, CustomerAddress: `109 Market Street, Philadelphia, USA, 60160`, Salesperson: `Mike Madison`, OrderID: 1868, OrderDate: `2/5/2022`, ProductID: 131, ProductName: `Samsung Galaxy 22`, UnitPrice: 20400.46, Quantity: 2, ExtendedPrice: 40800.92, Freight: 1640.46, Discontinued: false, Region: `South East`, Address: `109 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 60160 }), + new InvoicesDataItem({ ShipName: `Madison Estate`, ShipAddress: `138 Wall Street`, ShipCity: `Philadelphia`, ShipPostalCode: 80164, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1435, CustomerName: `Max Madison`, CustomerFirstName: `Max`, CustomerLastName: `Madison`, CustomerAddress: `138 Wall Street, Philadelphia, USA, 80164`, Salesperson: `Mike Smith`, OrderID: 1223, OrderDate: `7/4/2022`, ProductID: 199, ProductName: `Samsung Note`, UnitPrice: 23980.42, Quantity: 5, ExtendedPrice: 119902.1, Freight: 410.42, Discontinued: false, Region: `West`, Address: `138 Wall Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 80164 }), + new InvoicesDataItem({ ShipName: `Jackson Townhouse`, ShipAddress: `164 Main Street`, ShipCity: `New York`, ShipPostalCode: 90183, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1436, CustomerName: `Pamela Jackson`, CustomerFirstName: `Pamela`, CustomerLastName: `Jackson`, CustomerAddress: `164 Main Street, New York, USA, 90183`, Salesperson: `James Watson`, OrderID: 1766, OrderDate: `7/14/2022`, ProductID: 160, ProductName: `Samsung Note`, UnitPrice: 12280.79, Quantity: 2, ExtendedPrice: 24561.58, Freight: 1140.79, Discontinued: false, Region: `West`, Address: `164 Main Street`, City: `New York`, Country: `USA`, PostalCode: 90183 }), + new InvoicesDataItem({ ShipName: `Jefferson Estate`, ShipAddress: `187 Main Street`, ShipCity: `New York`, ShipPostalCode: 80053, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1437, CustomerName: `Nancy Jefferson`, CustomerFirstName: `Nancy`, CustomerLastName: `Jefferson`, CustomerAddress: `187 Main Street, New York, USA, 80053`, Salesperson: `Martin Watson`, OrderID: 1602, OrderDate: `12/25/2022`, ProductID: 112, ProductName: `Samsung Galaxy 22`, UnitPrice: 14860.39, Quantity: 5, ExtendedPrice: 74301.95, Freight: 1920.39, Discontinued: false, Region: `West`, Address: `187 Main Street`, City: `New York`, Country: `USA`, PostalCode: 80053 }), + new InvoicesDataItem({ ShipName: `Black Market`, ShipAddress: `197 Wall Street`, ShipCity: `Miami`, ShipPostalCode: 50076, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1438, CustomerName: `Max Black`, CustomerFirstName: `Max`, CustomerLastName: `Black`, CustomerAddress: `197 Wall Street, Miami, USA, 50076`, Salesperson: `James Jefferson`, OrderID: 1281, OrderDate: `3/18/2022`, ProductID: 102, ProductName: `Samsung Galaxy 22`, UnitPrice: 11120.87, Quantity: 2, ExtendedPrice: 22241.74, Freight: 720.87, Discontinued: false, Region: `North East`, Address: `197 Wall Street`, City: `Miami`, Country: `USA`, PostalCode: 50076 }), + new InvoicesDataItem({ ShipName: `Watson Market`, ShipAddress: `127 Market Street`, ShipCity: `Los Angeles`, ShipPostalCode: 90067, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1439, CustomerName: `James Watson`, CustomerFirstName: `James`, CustomerLastName: `Watson`, CustomerAddress: `127 Market Street, Los Angeles, USA, 90067`, Salesperson: `James Madison`, OrderID: 1736, OrderDate: `2/4/2022`, ProductID: 172, ProductName: `IPad`, UnitPrice: 20090.62, Quantity: 4, ExtendedPrice: 80362.48, Freight: 630.62, Discontinued: true, Region: `West`, Address: `127 Market Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 90067 }), + new InvoicesDataItem({ ShipName: `Black Market`, ShipAddress: `150 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 90161, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1440, CustomerName: `Max Black`, CustomerFirstName: `Max`, CustomerLastName: `Black`, CustomerAddress: `150 Market Street, Philadelphia, USA, 90161`, Salesperson: `Anna Watson`, OrderID: 1683, OrderDate: `5/15/2022`, ProductID: 192, ProductName: `Mac Book Air`, UnitPrice: 7270.76, Quantity: 3, ExtendedPrice: 21812.28, Freight: 1880.76, Discontinued: false, Region: `West`, Address: `150 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 90161 }), + new InvoicesDataItem({ ShipName: `Watson Townhouse`, ShipAddress: `128 Market Street`, ShipCity: `Huston`, ShipPostalCode: 70131, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1441, CustomerName: `Pamela Watson`, CustomerFirstName: `Pamela`, CustomerLastName: `Watson`, CustomerAddress: `128 Market Street, Huston, USA, 70131`, Salesperson: `Ben Smith`, OrderID: 1652, OrderDate: `11/16/2022`, ProductID: 107, ProductName: `Samsung Note`, UnitPrice: 23290.38, Quantity: 2, ExtendedPrice: 46580.76, Freight: 400.38, Discontinued: false, Region: `West`, Address: `128 Market Street`, City: `Huston`, Country: `USA`, PostalCode: 70131 }), + new InvoicesDataItem({ ShipName: `Watson Home`, ShipAddress: `151 Wall Street`, ShipCity: `Miami`, ShipPostalCode: 70185, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1442, CustomerName: `Max Watson`, CustomerFirstName: `Max`, CustomerLastName: `Watson`, CustomerAddress: `151 Wall Street, Miami, USA, 70185`, Salesperson: `Nancy Black`, OrderID: 1385, OrderDate: `6/12/2022`, ProductID: 110, ProductName: `Mac Book Pro`, UnitPrice: 14390.77, Quantity: 2, ExtendedPrice: 28781.54, Freight: 1600.77, Discontinued: false, Region: `West`, Address: `151 Wall Street`, City: `Miami`, Country: `USA`, PostalCode: 70185 }), + new InvoicesDataItem({ ShipName: `Madison Home`, ShipAddress: `183 Wall Street`, ShipCity: `New York`, ShipPostalCode: 60080, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1443, CustomerName: `Pamela Madison`, CustomerFirstName: `Pamela`, CustomerLastName: `Madison`, CustomerAddress: `183 Wall Street, New York, USA, 60080`, Salesperson: `Mike Madison`, OrderID: 1158, OrderDate: `3/11/2022`, ProductID: 172, ProductName: `Samsung Note`, UnitPrice: 25230.25, Quantity: 3, ExtendedPrice: 75690.75, Freight: 340.25, Discontinued: false, Region: `South East`, Address: `183 Wall Street`, City: `New York`, Country: `USA`, PostalCode: 60080 }), + new InvoicesDataItem({ ShipName: `Black Estate`, ShipAddress: `137 Wall Street`, ShipCity: `Philadelphia`, ShipPostalCode: 80117, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1444, CustomerName: `James Black`, CustomerFirstName: `James`, CustomerLastName: `Black`, CustomerAddress: `137 Wall Street, Philadelphia, USA, 80117`, Salesperson: `Anna Black`, OrderID: 1310, OrderDate: `9/5/2022`, ProductID: 157, ProductName: `IPad`, UnitPrice: 21970.48, Quantity: 2, ExtendedPrice: 43940.96, Freight: 1420.48, Discontinued: false, Region: `South East`, Address: `137 Wall Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 80117 }), + new InvoicesDataItem({ ShipName: `Black Market`, ShipAddress: `158 Wall Street`, ShipCity: `New York`, ShipPostalCode: 80138, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1445, CustomerName: `Anna Black`, CustomerFirstName: `Anna`, CustomerLastName: `Black`, CustomerAddress: `158 Wall Street, New York, USA, 80138`, Salesperson: `Martin Madison`, OrderID: 1385, OrderDate: `5/9/2022`, ProductID: 127, ProductName: `Samsung Galaxy 22`, UnitPrice: 12610.37, Quantity: 5, ExtendedPrice: 63051.85, Freight: 1410.37, Discontinued: false, Region: `West`, Address: `158 Wall Street`, City: `New York`, Country: `USA`, PostalCode: 80138 }), + new InvoicesDataItem({ ShipName: `Madison Home`, ShipAddress: `145 Wall Street`, ShipCity: `Los Angeles`, ShipPostalCode: 70189, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1446, CustomerName: `Mike Madison`, CustomerFirstName: `Mike`, CustomerLastName: `Madison`, CustomerAddress: `145 Wall Street, Los Angeles, USA, 70189`, Salesperson: `Mike Jackson`, OrderID: 1725, OrderDate: `9/6/2022`, ProductID: 112, ProductName: `Mac Book Pro`, UnitPrice: 20520.26, Quantity: 4, ExtendedPrice: 82081.04, Freight: 710.26, Discontinued: false, Region: `West`, Address: `145 Wall Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 70189 }), + new InvoicesDataItem({ ShipName: `Black Estate`, ShipAddress: `155 Wall Street`, ShipCity: `Miami`, ShipPostalCode: 60114, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1447, CustomerName: `Pamela Black`, CustomerFirstName: `Pamela`, CustomerLastName: `Black`, CustomerAddress: `155 Wall Street, Miami, USA, 60114`, Salesperson: `Martin Madison`, OrderID: 1520, OrderDate: `6/15/2022`, ProductID: 174, ProductName: `IPhone`, UnitPrice: 16730.88, Quantity: 2, ExtendedPrice: 33461.76, Freight: 1020.88, Discontinued: false, Region: `South East`, Address: `155 Wall Street`, City: `Miami`, Country: `USA`, PostalCode: 60114 }), + new InvoicesDataItem({ ShipName: `Madison Estate`, ShipAddress: `184 Main Street`, ShipCity: `Los Angeles`, ShipPostalCode: 80059, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1448, CustomerName: `Max Madison`, CustomerFirstName: `Max`, CustomerLastName: `Madison`, CustomerAddress: `184 Main Street, Los Angeles, USA, 80059`, Salesperson: `Max Smith`, OrderID: 1764, OrderDate: `4/4/2022`, ProductID: 147, ProductName: `Mac Book Air`, UnitPrice: 29810.31, Quantity: 2, ExtendedPrice: 59620.62, Freight: 1200.31, Discontinued: false, Region: `West`, Address: `184 Main Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 80059 }), + new InvoicesDataItem({ ShipName: `Black Home`, ShipAddress: `195 Wall Street`, ShipCity: `Huston`, ShipPostalCode: 80052, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1449, CustomerName: `Ben Black`, CustomerFirstName: `Ben`, CustomerLastName: `Black`, CustomerAddress: `195 Wall Street, Huston, USA, 80052`, Salesperson: `Max Jefferson`, OrderID: 1325, OrderDate: `8/23/2022`, ProductID: 186, ProductName: `Mac Book Pro`, UnitPrice: 19780.82, Quantity: 3, ExtendedPrice: 59342.46, Freight: 720.82, Discontinued: true, Region: `South East`, Address: `195 Wall Street`, City: `Huston`, Country: `USA`, PostalCode: 80052 }), + new InvoicesDataItem({ ShipName: `Black Market`, ShipAddress: `168 Market Street`, ShipCity: `Miami`, ShipPostalCode: 70196, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1450, CustomerName: `Anna Black`, CustomerFirstName: `Anna`, CustomerLastName: `Black`, CustomerAddress: `168 Market Street, Miami, USA, 70196`, Salesperson: `Martin Madison`, OrderID: 1216, OrderDate: `9/9/2022`, ProductID: 134, ProductName: `Samsung Galaxy 22`, UnitPrice: 25110.88, Quantity: 2, ExtendedPrice: 50221.76, Freight: 1040.88, Discontinued: false, Region: `West`, Address: `168 Market Street`, City: `Miami`, Country: `USA`, PostalCode: 70196 }), + new InvoicesDataItem({ ShipName: `Black Estate`, ShipAddress: `196 Wall Street`, ShipCity: `Philadelphia`, ShipPostalCode: 70064, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1451, CustomerName: `Anna Black`, CustomerFirstName: `Anna`, CustomerLastName: `Black`, CustomerAddress: `196 Wall Street, Philadelphia, USA, 70064`, Salesperson: `Nancy Madison`, OrderID: 1924, OrderDate: `9/9/2022`, ProductID: 108, ProductName: `IPhone`, UnitPrice: 14220.86, Quantity: 2, ExtendedPrice: 28441.72, Freight: 1220.86, Discontinued: false, Region: `West`, Address: `196 Wall Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 70064 }), + new InvoicesDataItem({ ShipName: `Madison Home`, ShipAddress: `125 Wall Street`, ShipCity: `Huston`, ShipPostalCode: 90158, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1452, CustomerName: `Max Madison`, CustomerFirstName: `Max`, CustomerLastName: `Madison`, CustomerAddress: `125 Wall Street, Huston, USA, 90158`, Salesperson: `Martin Jackson`, OrderID: 1952, OrderDate: `8/23/2022`, ProductID: 177, ProductName: `Samsung Galaxy 22`, UnitPrice: 11460.48, Quantity: 3, ExtendedPrice: 34381.44, Freight: 1140.48, Discontinued: false, Region: `West`, Address: `125 Wall Street`, City: `Huston`, Country: `USA`, PostalCode: 90158 }), + new InvoicesDataItem({ ShipName: `Watson Home`, ShipAddress: `113 Wall Street`, ShipCity: `Los Angeles`, ShipPostalCode: 50104, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1453, CustomerName: `Ben Watson`, CustomerFirstName: `Ben`, CustomerLastName: `Watson`, CustomerAddress: `113 Wall Street, Los Angeles, USA, 50104`, Salesperson: `Mike Black`, OrderID: 1388, OrderDate: `7/12/2022`, ProductID: 142, ProductName: `Samsung Galaxy 22`, UnitPrice: 25460.85, Quantity: 2, ExtendedPrice: 50921.7, Freight: 360.85, Discontinued: false, Region: `West`, Address: `113 Wall Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 50104 }), + new InvoicesDataItem({ ShipName: `Black Home`, ShipAddress: `176 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 90069, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1454, CustomerName: `Nancy Black`, CustomerFirstName: `Nancy`, CustomerLastName: `Black`, CustomerAddress: `176 Market Street, Philadelphia, USA, 90069`, Salesperson: `Max Jefferson`, OrderID: 1197, OrderDate: `9/3/2022`, ProductID: 132, ProductName: `IPhone`, UnitPrice: 5760.67, Quantity: 3, ExtendedPrice: 17282.01, Freight: 1350.67, Discontinued: false, Region: `South East`, Address: `176 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 90069 }), + new InvoicesDataItem({ ShipName: `Jefferson Townhouse`, ShipAddress: `142 Market Street`, ShipCity: `Los Angeles`, ShipPostalCode: 50098, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1455, CustomerName: `Max Jefferson`, CustomerFirstName: `Max`, CustomerLastName: `Jefferson`, CustomerAddress: `142 Market Street, Los Angeles, USA, 50098`, Salesperson: `Nancy Smith`, OrderID: 1808, OrderDate: `3/2/2022`, ProductID: 145, ProductName: `Mac Book Pro`, UnitPrice: 18130.62, Quantity: 3, ExtendedPrice: 54391.86, Freight: 660.62, Discontinued: false, Region: `North East`, Address: `142 Market Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 50098 }), + new InvoicesDataItem({ ShipName: `Jefferson Home`, ShipAddress: `184 Main Street`, ShipCity: `New York`, ShipPostalCode: 50125, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1456, CustomerName: `Pamela Jefferson`, CustomerFirstName: `Pamela`, CustomerLastName: `Jefferson`, CustomerAddress: `184 Main Street, New York, USA, 50125`, Salesperson: `Pamela Jackson`, OrderID: 1098, OrderDate: `9/11/2022`, ProductID: 106, ProductName: `Samsung Galaxy 22`, UnitPrice: 29450.81, Quantity: 5, ExtendedPrice: 147254.05, Freight: 820.81, Discontinued: false, Region: `North East`, Address: `184 Main Street`, City: `New York`, Country: `USA`, PostalCode: 50125 }), + new InvoicesDataItem({ ShipName: `Jefferson Market`, ShipAddress: `190 Main Street`, ShipCity: `Philadelphia`, ShipPostalCode: 70130, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1457, CustomerName: `Nancy Jefferson`, CustomerFirstName: `Nancy`, CustomerLastName: `Jefferson`, CustomerAddress: `190 Main Street, Philadelphia, USA, 70130`, Salesperson: `Max Madison`, OrderID: 1942, OrderDate: `9/1/2022`, ProductID: 136, ProductName: `Mac Book Pro`, UnitPrice: 28790.51, Quantity: 3, ExtendedPrice: 86371.53, Freight: 460.51, Discontinued: false, Region: `North East`, Address: `190 Main Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 70130 }), + new InvoicesDataItem({ ShipName: `Jefferson Market`, ShipAddress: `121 Main Street`, ShipCity: `Los Angeles`, ShipPostalCode: 70093, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1458, CustomerName: `Mike Jefferson`, CustomerFirstName: `Mike`, CustomerLastName: `Jefferson`, CustomerAddress: `121 Main Street, Los Angeles, USA, 70093`, Salesperson: `James Black`, OrderID: 1815, OrderDate: `6/16/2022`, ProductID: 144, ProductName: `Mac Book Pro`, UnitPrice: 9060.8, Quantity: 3, ExtendedPrice: 27182.4, Freight: 1990.8, Discontinued: false, Region: `North East`, Address: `121 Main Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 70093 }), + new InvoicesDataItem({ ShipName: `Smith Home`, ShipAddress: `111 Main Street`, ShipCity: `Huston`, ShipPostalCode: 50082, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1459, CustomerName: `Nancy Smith`, CustomerFirstName: `Nancy`, CustomerLastName: `Smith`, CustomerAddress: `111 Main Street, Huston, USA, 50082`, Salesperson: `Max Black`, OrderID: 1551, OrderDate: `4/6/2022`, ProductID: 130, ProductName: `Mac Book Pro`, UnitPrice: 29370.56, Quantity: 3, ExtendedPrice: 88111.68, Freight: 1970.56, Discontinued: true, Region: `North East`, Address: `111 Main Street`, City: `Huston`, Country: `USA`, PostalCode: 50082 }), + new InvoicesDataItem({ ShipName: `Jefferson Market`, ShipAddress: `128 Market Street`, ShipCity: `Los Angeles`, ShipPostalCode: 90155, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1460, CustomerName: `Max Jefferson`, CustomerFirstName: `Max`, CustomerLastName: `Jefferson`, CustomerAddress: `128 Market Street, Los Angeles, USA, 90155`, Salesperson: `James Smith`, OrderID: 1660, OrderDate: `6/6/2022`, ProductID: 175, ProductName: `Samsung Galaxy 22`, UnitPrice: 29130.58, Quantity: 2, ExtendedPrice: 58261.16, Freight: 340.58, Discontinued: false, Region: `West`, Address: `128 Market Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 90155 }), + new InvoicesDataItem({ ShipName: `Smith Home`, ShipAddress: `159 Main Street`, ShipCity: `Huston`, ShipPostalCode: 60166, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1461, CustomerName: `Mike Smith`, CustomerFirstName: `Mike`, CustomerLastName: `Smith`, CustomerAddress: `159 Main Street, Huston, USA, 60166`, Salesperson: `Mike Black`, OrderID: 1860, OrderDate: `5/20/2022`, ProductID: 197, ProductName: `Samsung Galaxy 22`, UnitPrice: 18630.66, Quantity: 4, ExtendedPrice: 74522.64, Freight: 1540.66, Discontinued: false, Region: `South East`, Address: `159 Main Street`, City: `Huston`, Country: `USA`, PostalCode: 60166 }), + new InvoicesDataItem({ ShipName: `Jefferson Home`, ShipAddress: `115 Market Street`, ShipCity: `Los Angeles`, ShipPostalCode: 60171, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1462, CustomerName: `Nancy Jefferson`, CustomerFirstName: `Nancy`, CustomerLastName: `Jefferson`, CustomerAddress: `115 Market Street, Los Angeles, USA, 60171`, Salesperson: `Mike Jackson`, OrderID: 1312, OrderDate: `9/12/2022`, ProductID: 182, ProductName: `Samsung Note`, UnitPrice: 19120.8, Quantity: 3, ExtendedPrice: 57362.4, Freight: 470.8, Discontinued: false, Region: `North East`, Address: `115 Market Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 60171 }), + new InvoicesDataItem({ ShipName: `Watson Townhouse`, ShipAddress: `184 Main Street`, ShipCity: `New York`, ShipPostalCode: 80169, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1463, CustomerName: `Nancy Watson`, CustomerFirstName: `Nancy`, CustomerLastName: `Watson`, CustomerAddress: `184 Main Street, New York, USA, 80169`, Salesperson: `Nancy Madison`, OrderID: 1738, OrderDate: `1/7/2022`, ProductID: 161, ProductName: `Mac Book Air`, UnitPrice: 9160.8, Quantity: 2, ExtendedPrice: 18321.6, Freight: 1850.8, Discontinued: false, Region: `West`, Address: `184 Main Street`, City: `New York`, Country: `USA`, PostalCode: 80169 }), + new InvoicesDataItem({ ShipName: `Black Market`, ShipAddress: `147 Main Street`, ShipCity: `Miami`, ShipPostalCode: 60068, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1464, CustomerName: `Ben Black`, CustomerFirstName: `Ben`, CustomerLastName: `Black`, CustomerAddress: `147 Main Street, Miami, USA, 60068`, Salesperson: `Nancy Madison`, OrderID: 1981, OrderDate: `5/23/2022`, ProductID: 110, ProductName: `Samsung Note`, UnitPrice: 19100.54, Quantity: 5, ExtendedPrice: 95502.7, Freight: 1720.54, Discontinued: false, Region: `North East`, Address: `147 Main Street`, City: `Miami`, Country: `USA`, PostalCode: 60068 }), + new InvoicesDataItem({ ShipName: `Black Market`, ShipAddress: `143 Wall Street`, ShipCity: `Huston`, ShipPostalCode: 80182, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1465, CustomerName: `Ben Black`, CustomerFirstName: `Ben`, CustomerLastName: `Black`, CustomerAddress: `143 Wall Street, Huston, USA, 80182`, Salesperson: `Anna Watson`, OrderID: 1067, OrderDate: `12/19/2022`, ProductID: 103, ProductName: `Samsung Note`, UnitPrice: 28900.7, Quantity: 3, ExtendedPrice: 86702.1, Freight: 770.7, Discontinued: false, Region: `North East`, Address: `143 Wall Street`, City: `Huston`, Country: `USA`, PostalCode: 80182 }), + new InvoicesDataItem({ ShipName: `Watson Estate`, ShipAddress: `170 Main Street`, ShipCity: `New York`, ShipPostalCode: 60155, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1466, CustomerName: `Max Watson`, CustomerFirstName: `Max`, CustomerLastName: `Watson`, CustomerAddress: `170 Main Street, New York, USA, 60155`, Salesperson: `James Jackson`, OrderID: 1746, OrderDate: `9/2/2022`, ProductID: 148, ProductName: `IPad`, UnitPrice: 25390.4, Quantity: 5, ExtendedPrice: 126952, Freight: 550.4, Discontinued: false, Region: `South East`, Address: `170 Main Street`, City: `New York`, Country: `USA`, PostalCode: 60155 }), + new InvoicesDataItem({ ShipName: `Jackson Market`, ShipAddress: `111 Wall Street`, ShipCity: `Philadelphia`, ShipPostalCode: 60079, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1467, CustomerName: `Pamela Jackson`, CustomerFirstName: `Pamela`, CustomerLastName: `Jackson`, CustomerAddress: `111 Wall Street, Philadelphia, USA, 60079`, Salesperson: `Nancy Jefferson`, OrderID: 1334, OrderDate: `5/23/2022`, ProductID: 129, ProductName: `Mac Book Air`, UnitPrice: 14520.65, Quantity: 2, ExtendedPrice: 29041.3, Freight: 1250.65, Discontinued: false, Region: `West`, Address: `111 Wall Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 60079 }), + new InvoicesDataItem({ ShipName: `Black Market`, ShipAddress: `153 Wall Street`, ShipCity: `Huston`, ShipPostalCode: 90056, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1468, CustomerName: `Anna Black`, CustomerFirstName: `Anna`, CustomerLastName: `Black`, CustomerAddress: `153 Wall Street, Huston, USA, 90056`, Salesperson: `Anna Jackson`, OrderID: 1230, OrderDate: `4/15/2022`, ProductID: 128, ProductName: `IPhone`, UnitPrice: 14930.82, Quantity: 5, ExtendedPrice: 74654.1, Freight: 1470.82, Discontinued: false, Region: `North East`, Address: `153 Wall Street`, City: `Huston`, Country: `USA`, PostalCode: 90056 }), + new InvoicesDataItem({ ShipName: `Jackson Market`, ShipAddress: `143 Main Street`, ShipCity: `Philadelphia`, ShipPostalCode: 50070, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1469, CustomerName: `Max Jackson`, CustomerFirstName: `Max`, CustomerLastName: `Jackson`, CustomerAddress: `143 Main Street, Philadelphia, USA, 50070`, Salesperson: `Nancy Madison`, OrderID: 1761, OrderDate: `1/23/2022`, ProductID: 136, ProductName: `IPad`, UnitPrice: 10810.43, Quantity: 4, ExtendedPrice: 43241.72, Freight: 1910.43, Discontinued: true, Region: `South East`, Address: `143 Main Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 50070 }), + new InvoicesDataItem({ ShipName: `Black Estate`, ShipAddress: `174 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 80126, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1470, CustomerName: `Pamela Black`, CustomerFirstName: `Pamela`, CustomerLastName: `Black`, CustomerAddress: `174 Market Street, Philadelphia, USA, 80126`, Salesperson: `Martin Madison`, OrderID: 1217, OrderDate: `7/7/2022`, ProductID: 170, ProductName: `IPhone`, UnitPrice: 16660.27, Quantity: 4, ExtendedPrice: 66641.08, Freight: 790.27, Discontinued: false, Region: `North East`, Address: `174 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 80126 }), + new InvoicesDataItem({ ShipName: `Smith Home`, ShipAddress: `189 Wall Street`, ShipCity: `Los Angeles`, ShipPostalCode: 60161, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1471, CustomerName: `Max Smith`, CustomerFirstName: `Max`, CustomerLastName: `Smith`, CustomerAddress: `189 Wall Street, Los Angeles, USA, 60161`, Salesperson: `Max Madison`, OrderID: 1882, OrderDate: `11/5/2022`, ProductID: 141, ProductName: `Mac Book Air`, UnitPrice: 18210.39, Quantity: 3, ExtendedPrice: 54631.17, Freight: 990.39, Discontinued: false, Region: `South East`, Address: `189 Wall Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 60161 }), + new InvoicesDataItem({ ShipName: `Black Market`, ShipAddress: `193 Market Street`, ShipCity: `Huston`, ShipPostalCode: 50163, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1472, CustomerName: `Max Black`, CustomerFirstName: `Max`, CustomerLastName: `Black`, CustomerAddress: `193 Market Street, Huston, USA, 50163`, Salesperson: `Mike Black`, OrderID: 1855, OrderDate: `5/3/2022`, ProductID: 188, ProductName: `Samsung Note`, UnitPrice: 9860.59, Quantity: 5, ExtendedPrice: 49302.95, Freight: 1610.59, Discontinued: false, Region: `South East`, Address: `193 Market Street`, City: `Huston`, Country: `USA`, PostalCode: 50163 }), + new InvoicesDataItem({ ShipName: `Jackson Townhouse`, ShipAddress: `128 Main Street`, ShipCity: `Miami`, ShipPostalCode: 60162, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1473, CustomerName: `Max Jackson`, CustomerFirstName: `Max`, CustomerLastName: `Jackson`, CustomerAddress: `128 Main Street, Miami, USA, 60162`, Salesperson: `Nancy Black`, OrderID: 1087, OrderDate: `4/5/2022`, ProductID: 166, ProductName: `Mac Book Air`, UnitPrice: 12090.33, Quantity: 4, ExtendedPrice: 48361.32, Freight: 1020.33, Discontinued: false, Region: `West`, Address: `128 Main Street`, City: `Miami`, Country: `USA`, PostalCode: 60162 }), + new InvoicesDataItem({ ShipName: `Jackson Townhouse`, ShipAddress: `179 Wall Street`, ShipCity: `New York`, ShipPostalCode: 50104, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1474, CustomerName: `Ben Jackson`, CustomerFirstName: `Ben`, CustomerLastName: `Jackson`, CustomerAddress: `179 Wall Street, New York, USA, 50104`, Salesperson: `Martin Black`, OrderID: 1121, OrderDate: `12/2/2022`, ProductID: 169, ProductName: `IPad`, UnitPrice: 18020.22, Quantity: 4, ExtendedPrice: 72080.88, Freight: 830.22, Discontinued: false, Region: `West`, Address: `179 Wall Street`, City: `New York`, Country: `USA`, PostalCode: 50104 }), + new InvoicesDataItem({ ShipName: `Jackson Townhouse`, ShipAddress: `168 Market Street`, ShipCity: `Huston`, ShipPostalCode: 60117, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1475, CustomerName: `Martin Jackson`, CustomerFirstName: `Martin`, CustomerLastName: `Jackson`, CustomerAddress: `168 Market Street, Huston, USA, 60117`, Salesperson: `James Madison`, OrderID: 1965, OrderDate: `10/17/2022`, ProductID: 166, ProductName: `Mac Book Pro`, UnitPrice: 6770.39, Quantity: 5, ExtendedPrice: 33851.95, Freight: 240.39, Discontinued: false, Region: `West`, Address: `168 Market Street`, City: `Huston`, Country: `USA`, PostalCode: 60117 }), + new InvoicesDataItem({ ShipName: `Black Market`, ShipAddress: `195 Wall Street`, ShipCity: `Huston`, ShipPostalCode: 50103, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1476, CustomerName: `Mike Black`, CustomerFirstName: `Mike`, CustomerLastName: `Black`, CustomerAddress: `195 Wall Street, Huston, USA, 50103`, Salesperson: `Ben Jackson`, OrderID: 1241, OrderDate: `2/3/2022`, ProductID: 159, ProductName: `Samsung Note`, UnitPrice: 14250.8, Quantity: 5, ExtendedPrice: 71254, Freight: 1870.8, Discontinued: false, Region: `North East`, Address: `195 Wall Street`, City: `Huston`, Country: `USA`, PostalCode: 50103 }), + new InvoicesDataItem({ ShipName: `Jefferson Market`, ShipAddress: `192 Main Street`, ShipCity: `Los Angeles`, ShipPostalCode: 70069, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1477, CustomerName: `Pamela Jefferson`, CustomerFirstName: `Pamela`, CustomerLastName: `Jefferson`, CustomerAddress: `192 Main Street, Los Angeles, USA, 70069`, Salesperson: `Pamela Watson`, OrderID: 1440, OrderDate: `6/4/2022`, ProductID: 191, ProductName: `Samsung Galaxy 22`, UnitPrice: 23000.87, Quantity: 3, ExtendedPrice: 69002.61, Freight: 1680.87, Discontinued: false, Region: `North East`, Address: `192 Main Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 70069 }), + new InvoicesDataItem({ ShipName: `Jefferson Estate`, ShipAddress: `139 Wall Street`, ShipCity: `Philadelphia`, ShipPostalCode: 50143, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1478, CustomerName: `Pamela Jefferson`, CustomerFirstName: `Pamela`, CustomerLastName: `Jefferson`, CustomerAddress: `139 Wall Street, Philadelphia, USA, 50143`, Salesperson: `Nancy Madison`, OrderID: 1507, OrderDate: `10/10/2022`, ProductID: 176, ProductName: `Mac Book Air`, UnitPrice: 25490.8, Quantity: 3, ExtendedPrice: 76472.4, Freight: 830.8, Discontinued: false, Region: `North East`, Address: `139 Wall Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 50143 }), + new InvoicesDataItem({ ShipName: `Madison Estate`, ShipAddress: `131 Wall Street`, ShipCity: `Miami`, ShipPostalCode: 80108, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1479, CustomerName: `Mike Madison`, CustomerFirstName: `Mike`, CustomerLastName: `Madison`, CustomerAddress: `131 Wall Street, Miami, USA, 80108`, Salesperson: `Ben Jefferson`, OrderID: 1702, OrderDate: `10/16/2022`, ProductID: 174, ProductName: `Mac Book Pro`, UnitPrice: 28620.58, Quantity: 4, ExtendedPrice: 114482.32, Freight: 950.58, Discontinued: true, Region: `South East`, Address: `131 Wall Street`, City: `Miami`, Country: `USA`, PostalCode: 80108 }), + new InvoicesDataItem({ ShipName: `Smith Estate`, ShipAddress: `127 Market Street`, ShipCity: `Huston`, ShipPostalCode: 90097, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1480, CustomerName: `James Smith`, CustomerFirstName: `James`, CustomerLastName: `Smith`, CustomerAddress: `127 Market Street, Huston, USA, 90097`, Salesperson: `Pamela Black`, OrderID: 1875, OrderDate: `7/24/2022`, ProductID: 164, ProductName: `Mac Book Air`, UnitPrice: 6750.85, Quantity: 2, ExtendedPrice: 13501.7, Freight: 1160.85, Discontinued: false, Region: `North East`, Address: `127 Market Street`, City: `Huston`, Country: `USA`, PostalCode: 90097 }), + new InvoicesDataItem({ ShipName: `Madison Home`, ShipAddress: `190 Market Street`, ShipCity: `New York`, ShipPostalCode: 70142, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1481, CustomerName: `Pamela Madison`, CustomerFirstName: `Pamela`, CustomerLastName: `Madison`, CustomerAddress: `190 Market Street, New York, USA, 70142`, Salesperson: `Pamela Smith`, OrderID: 1373, OrderDate: `5/19/2022`, ProductID: 108, ProductName: `Samsung Galaxy 22`, UnitPrice: 17230.33, Quantity: 3, ExtendedPrice: 51690.99, Freight: 1270.33, Discontinued: false, Region: `West`, Address: `190 Market Street`, City: `New York`, Country: `USA`, PostalCode: 70142 }), + new InvoicesDataItem({ ShipName: `Jackson Market`, ShipAddress: `179 Main Street`, ShipCity: `Philadelphia`, ShipPostalCode: 90146, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1482, CustomerName: `Nancy Jackson`, CustomerFirstName: `Nancy`, CustomerLastName: `Jackson`, CustomerAddress: `179 Main Street, Philadelphia, USA, 90146`, Salesperson: `James Jefferson`, OrderID: 1452, OrderDate: `5/16/2022`, ProductID: 170, ProductName: `Mac Book Air`, UnitPrice: 8320.5, Quantity: 4, ExtendedPrice: 33282, Freight: 510.5, Discontinued: false, Region: `North East`, Address: `179 Main Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 90146 }), + new InvoicesDataItem({ ShipName: `Black Townhouse`, ShipAddress: `183 Main Street`, ShipCity: `Los Angeles`, ShipPostalCode: 90165, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1483, CustomerName: `Anna Black`, CustomerFirstName: `Anna`, CustomerLastName: `Black`, CustomerAddress: `183 Main Street, Los Angeles, USA, 90165`, Salesperson: `Max Watson`, OrderID: 1835, OrderDate: `9/8/2022`, ProductID: 198, ProductName: `Samsung Note`, UnitPrice: 13800.6, Quantity: 3, ExtendedPrice: 41401.8, Freight: 700.6, Discontinued: false, Region: `West`, Address: `183 Main Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 90165 }), + new InvoicesDataItem({ ShipName: `Black Townhouse`, ShipAddress: `108 Main Street`, ShipCity: `Philadelphia`, ShipPostalCode: 50151, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1484, CustomerName: `Max Black`, CustomerFirstName: `Max`, CustomerLastName: `Black`, CustomerAddress: `108 Main Street, Philadelphia, USA, 50151`, Salesperson: `Mike Jefferson`, OrderID: 1448, OrderDate: `11/16/2022`, ProductID: 103, ProductName: `Samsung Note`, UnitPrice: 21840.84, Quantity: 5, ExtendedPrice: 109204.2, Freight: 1500.84, Discontinued: false, Region: `South East`, Address: `108 Main Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 50151 }), + new InvoicesDataItem({ ShipName: `Jefferson Estate`, ShipAddress: `150 Market Street`, ShipCity: `New York`, ShipPostalCode: 80053, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1485, CustomerName: `James Jefferson`, CustomerFirstName: `James`, CustomerLastName: `Jefferson`, CustomerAddress: `150 Market Street, New York, USA, 80053`, Salesperson: `Anna Black`, OrderID: 1160, OrderDate: `6/7/2022`, ProductID: 156, ProductName: `IPhone`, UnitPrice: 24480.65, Quantity: 2, ExtendedPrice: 48961.3, Freight: 860.65, Discontinued: false, Region: `West`, Address: `150 Market Street`, City: `New York`, Country: `USA`, PostalCode: 80053 }), + new InvoicesDataItem({ ShipName: `Jefferson Estate`, ShipAddress: `121 Wall Street`, ShipCity: `Miami`, ShipPostalCode: 50087, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1486, CustomerName: `Mike Jefferson`, CustomerFirstName: `Mike`, CustomerLastName: `Jefferson`, CustomerAddress: `121 Wall Street, Miami, USA, 50087`, Salesperson: `Anna Jackson`, OrderID: 1277, OrderDate: `8/16/2022`, ProductID: 108, ProductName: `Mac Book Air`, UnitPrice: 27370.31, Quantity: 2, ExtendedPrice: 54740.62, Freight: 350.31, Discontinued: false, Region: `North East`, Address: `121 Wall Street`, City: `Miami`, Country: `USA`, PostalCode: 50087 }), + new InvoicesDataItem({ ShipName: `Watson Townhouse`, ShipAddress: `187 Market Street`, ShipCity: `Miami`, ShipPostalCode: 90094, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1487, CustomerName: `Anna Watson`, CustomerFirstName: `Anna`, CustomerLastName: `Watson`, CustomerAddress: `187 Market Street, Miami, USA, 90094`, Salesperson: `Pamela Jefferson`, OrderID: 1895, OrderDate: `7/18/2022`, ProductID: 138, ProductName: `IPad`, UnitPrice: 15270.6, Quantity: 3, ExtendedPrice: 45811.8, Freight: 1920.6, Discontinued: false, Region: `West`, Address: `187 Market Street`, City: `Miami`, Country: `USA`, PostalCode: 90094 }), + new InvoicesDataItem({ ShipName: `Watson Market`, ShipAddress: `142 Main Street`, ShipCity: `Los Angeles`, ShipPostalCode: 50160, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1488, CustomerName: `Pamela Watson`, CustomerFirstName: `Pamela`, CustomerLastName: `Watson`, CustomerAddress: `142 Main Street, Los Angeles, USA, 50160`, Salesperson: `Max Smith`, OrderID: 1559, OrderDate: `11/2/2022`, ProductID: 129, ProductName: `Samsung Note`, UnitPrice: 19940.22, Quantity: 5, ExtendedPrice: 99701.1, Freight: 540.22, Discontinued: false, Region: `West`, Address: `142 Main Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 50160 }), + new InvoicesDataItem({ ShipName: `Black Townhouse`, ShipAddress: `190 Market Street`, ShipCity: `Miami`, ShipPostalCode: 60164, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1489, CustomerName: `James Black`, CustomerFirstName: `James`, CustomerLastName: `Black`, CustomerAddress: `190 Market Street, Miami, USA, 60164`, Salesperson: `Nancy Jefferson`, OrderID: 1144, OrderDate: `5/7/2022`, ProductID: 169, ProductName: `Samsung Galaxy 22`, UnitPrice: 29010.82, Quantity: 4, ExtendedPrice: 116043.28, Freight: 1870.82, Discontinued: true, Region: `North East`, Address: `190 Market Street`, City: `Miami`, Country: `USA`, PostalCode: 60164 }), + new InvoicesDataItem({ ShipName: `Madison Market`, ShipAddress: `180 Main Street`, ShipCity: `Philadelphia`, ShipPostalCode: 70181, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1490, CustomerName: `Ben Madison`, CustomerFirstName: `Ben`, CustomerLastName: `Madison`, CustomerAddress: `180 Main Street, Philadelphia, USA, 70181`, Salesperson: `Ben Black`, OrderID: 1396, OrderDate: `2/24/2022`, ProductID: 137, ProductName: `IPhone`, UnitPrice: 15420.8, Quantity: 4, ExtendedPrice: 61683.2, Freight: 1870.8, Discontinued: false, Region: `West`, Address: `180 Main Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 70181 }), + new InvoicesDataItem({ ShipName: `Watson Home`, ShipAddress: `152 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 60139, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1491, CustomerName: `Anna Watson`, CustomerFirstName: `Anna`, CustomerLastName: `Watson`, CustomerAddress: `152 Market Street, Philadelphia, USA, 60139`, Salesperson: `Mike Madison`, OrderID: 1733, OrderDate: `9/23/2022`, ProductID: 117, ProductName: `Mac Book Pro`, UnitPrice: 26430.79, Quantity: 5, ExtendedPrice: 132153.95, Freight: 270.79, Discontinued: false, Region: `North East`, Address: `152 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 60139 }), + new InvoicesDataItem({ ShipName: `Black Home`, ShipAddress: `176 Main Street`, ShipCity: `Miami`, ShipPostalCode: 60072, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1492, CustomerName: `Nancy Black`, CustomerFirstName: `Nancy`, CustomerLastName: `Black`, CustomerAddress: `176 Main Street, Miami, USA, 60072`, Salesperson: `Mike Black`, OrderID: 1473, OrderDate: `6/23/2022`, ProductID: 175, ProductName: `Samsung Note`, UnitPrice: 18440.43, Quantity: 4, ExtendedPrice: 73761.72, Freight: 1770.43, Discontinued: false, Region: `West`, Address: `176 Main Street`, City: `Miami`, Country: `USA`, PostalCode: 60072 }), + new InvoicesDataItem({ ShipName: `Madison Home`, ShipAddress: `120 Main Street`, ShipCity: `Miami`, ShipPostalCode: 80161, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1493, CustomerName: `Martin Madison`, CustomerFirstName: `Martin`, CustomerLastName: `Madison`, CustomerAddress: `120 Main Street, Miami, USA, 80161`, Salesperson: `Ben Watson`, OrderID: 1674, OrderDate: `5/1/2022`, ProductID: 175, ProductName: `Samsung Galaxy 22`, UnitPrice: 23490.67, Quantity: 3, ExtendedPrice: 70472.01, Freight: 820.67, Discontinued: false, Region: `West`, Address: `120 Main Street`, City: `Miami`, Country: `USA`, PostalCode: 80161 }), + new InvoicesDataItem({ ShipName: `Black Estate`, ShipAddress: `127 Main Street`, ShipCity: `Miami`, ShipPostalCode: 90183, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1494, CustomerName: `Ben Black`, CustomerFirstName: `Ben`, CustomerLastName: `Black`, CustomerAddress: `127 Main Street, Miami, USA, 90183`, Salesperson: `Pamela Smith`, OrderID: 1279, OrderDate: `2/9/2022`, ProductID: 108, ProductName: `Samsung Note`, UnitPrice: 7560.83, Quantity: 4, ExtendedPrice: 30243.32, Freight: 470.83, Discontinued: false, Region: `West`, Address: `127 Main Street`, City: `Miami`, Country: `USA`, PostalCode: 90183 }), + new InvoicesDataItem({ ShipName: `Jackson Estate`, ShipAddress: `129 Market Street`, ShipCity: `New York`, ShipPostalCode: 50067, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1495, CustomerName: `Pamela Jackson`, CustomerFirstName: `Pamela`, CustomerLastName: `Jackson`, CustomerAddress: `129 Market Street, New York, USA, 50067`, Salesperson: `Nancy Jackson`, OrderID: 1502, OrderDate: `9/25/2022`, ProductID: 175, ProductName: `Samsung Note`, UnitPrice: 24020.51, Quantity: 4, ExtendedPrice: 96082.04, Freight: 1320.51, Discontinued: false, Region: `South East`, Address: `129 Market Street`, City: `New York`, Country: `USA`, PostalCode: 50067 }), + new InvoicesDataItem({ ShipName: `Madison Townhouse`, ShipAddress: `118 Market Street`, ShipCity: `New York`, ShipPostalCode: 70088, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1496, CustomerName: `Mike Madison`, CustomerFirstName: `Mike`, CustomerLastName: `Madison`, CustomerAddress: `118 Market Street, New York, USA, 70088`, Salesperson: `Anna Watson`, OrderID: 1672, OrderDate: `7/8/2022`, ProductID: 178, ProductName: `Mac Book Air`, UnitPrice: 9150.21, Quantity: 2, ExtendedPrice: 18300.42, Freight: 470.21, Discontinued: false, Region: `West`, Address: `118 Market Street`, City: `New York`, Country: `USA`, PostalCode: 70088 }), + new InvoicesDataItem({ ShipName: `Watson Townhouse`, ShipAddress: `146 Main Street`, ShipCity: `Huston`, ShipPostalCode: 60135, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1497, CustomerName: `Mike Watson`, CustomerFirstName: `Mike`, CustomerLastName: `Watson`, CustomerAddress: `146 Main Street, Huston, USA, 60135`, Salesperson: `Anna Black`, OrderID: 1449, OrderDate: `4/4/2022`, ProductID: 194, ProductName: `IPhone`, UnitPrice: 19390.48, Quantity: 4, ExtendedPrice: 77561.92, Freight: 1350.48, Discontinued: false, Region: `North East`, Address: `146 Main Street`, City: `Huston`, Country: `USA`, PostalCode: 60135 }), + new InvoicesDataItem({ ShipName: `Jefferson Home`, ShipAddress: `146 Market Street`, ShipCity: `Huston`, ShipPostalCode: 80195, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1498, CustomerName: `Pamela Jefferson`, CustomerFirstName: `Pamela`, CustomerLastName: `Jefferson`, CustomerAddress: `146 Market Street, Huston, USA, 80195`, Salesperson: `Ben Black`, OrderID: 1100, OrderDate: `7/1/2022`, ProductID: 103, ProductName: `IPhone`, UnitPrice: 12430.89, Quantity: 3, ExtendedPrice: 37292.67, Freight: 1060.89, Discontinued: false, Region: `North East`, Address: `146 Market Street`, City: `Huston`, Country: `USA`, PostalCode: 80195 }), ]; super(...newItems.slice(0)); } diff --git a/samples/grids/grid/groupby-expressions/src/InvoicesWorldData.ts b/samples/grids/grid/groupby-expressions/src/InvoicesWorldData.ts index 3bb5505560..716ecc2821 100644 --- a/samples/grids/grid/groupby-expressions/src/InvoicesWorldData.ts +++ b/samples/grids/grid/groupby-expressions/src/InvoicesWorldData.ts @@ -35,8700 +35,328 @@ export class InvoicesWorldData extends Array { super(...items); } else { const newItems = [ - new InvoicesWorldDataItem( - { - ShipName: `Alfred's Futterkiste`, - ShipAddress: `Obere Str. 57`, - ShipCity: `Berlin`, - ShipRegion: null, - ShipPostalCode: `12209`, - ShipCountry: `Germany`, - CustomerID: `ALFKI`, - CustomerName: `Alfreds Futterkiste`, - Address: `Obere Str. 57`, - City: `Berlin`, - Region: null, - PostalCode: 12209, - Country: `Germany`, - Salesperson: `Margaret Peacock`, - OrderID: 10692, - OrderDate: `2016-11-22T22:00:00.000Z`, - ShipperName: `United Package`, - ProductID: 63, - ProductName: `Vegie-spread`, - UnitPrice: 43.9, - Quantity: 20, - Discontinued: false, - ExtendedPrice: 878, - Freight: 61.02 - }), - new InvoicesWorldDataItem( - { - ShipName: `Alfred's Futterkiste`, - ShipAddress: `Obere Str. 57`, - ShipCity: `Berlin`, - ShipRegion: null, - ShipPostalCode: `12209`, - ShipCountry: `Germany`, - CustomerID: `ALFKI`, - CustomerName: `Alfreds Futterkiste`, - Address: `Obere Str. 57`, - City: `Berlin`, - Region: null, - PostalCode: 12209, - Country: `Germany`, - Salesperson: `Margaret Peacock`, - OrderID: 10702, - OrderDate: `2016-11-22T22:00:00.000Z`, - ShipperName: `Speedy Express`, - ProductID: 3, - ProductName: `Aniseed Syrup`, - UnitPrice: 10, - Quantity: 6, - Discontinued: false, - ExtendedPrice: 60, - Freight: 23.94 - }), - new InvoicesWorldDataItem( - { - ShipName: `Alfred's Futterkiste`, - ShipAddress: `Obere Str. 57`, - ShipCity: `Berlin`, - ShipRegion: null, - ShipPostalCode: `12209`, - ShipCountry: `Germany`, - CustomerID: `ALFKI`, - CustomerName: `Alfreds Futterkiste`, - Address: `Obere Str. 57`, - City: `Berlin`, - Region: null, - PostalCode: 12209, - Country: `Germany`, - Salesperson: `Margaret Peacock`, - OrderID: 10702, - OrderDate: `2016-11-22T22:00:00.000Z`, - ShipperName: `Speedy Express`, - ProductID: 76, - ProductName: `Lakkalikööri`, - UnitPrice: 18, - Quantity: 15, - Discontinued: false, - ExtendedPrice: 270, - Freight: 23.94 - }), - new InvoicesWorldDataItem( - { - ShipName: `Alfred's Futterkiste`, - ShipAddress: `Obere Str. 57`, - ShipCity: `Berlin`, - ShipRegion: null, - ShipPostalCode: `12209`, - ShipCountry: `Germany`, - CustomerID: `ALFKI`, - CustomerName: `Alfreds Futterkiste`, - Address: `Obere Str. 57`, - City: `Berlin`, - Region: null, - PostalCode: 12209, - Country: `Germany`, - Salesperson: `Nancy Davolio`, - OrderID: 10835, - OrderDate: `2016-11-22T22:00:00.000Z`, - ShipperName: `Federal Shipping`, - ProductID: 59, - ProductName: `Raclette Courdavault`, - UnitPrice: 55, - Quantity: 15, - Discontinued: false, - ExtendedPrice: 825, - Freight: 69.53 - }), - new InvoicesWorldDataItem( - { - ShipName: `Alfred's Futterkiste`, - ShipAddress: `Obere Str. 57`, - ShipCity: `Berlin`, - ShipRegion: null, - ShipPostalCode: `12209`, - ShipCountry: `Germany`, - CustomerID: `ALFKI`, - CustomerName: `Alfreds Futterkiste`, - Address: `Obere Str. 57`, - City: `Berlin`, - Region: null, - PostalCode: 12209, - Country: `Germany`, - Salesperson: `Nancy Davolio`, - OrderID: 10952, - OrderDate: `2016-11-22T22:00:00.000Z`, - ShipperName: `Speedy Express`, - ProductID: 28, - ProductName: `Rössle Sauerkraut`, - UnitPrice: 45.6, - Quantity: 2, - Discontinued: true, - ExtendedPrice: 91.2, - Freight: 40.42 - }), - new InvoicesWorldDataItem( - { - ShipName: `Alfred's Futterkiste`, - ShipAddress: `Obere Str. 57`, - ShipCity: `Berlin`, - ShipRegion: null, - ShipPostalCode: `12209`, - ShipCountry: `Germany`, - CustomerID: `ALFKI`, - CustomerName: `Alfreds Futterkiste`, - Address: `Obere Str. 57`, - City: `Berlin`, - Region: null, - PostalCode: 12209, - Country: `Germany`, - Salesperson: `Janet Leverling`, - OrderID: 11011, - OrderDate: `2016-11-22T22:00:00.000Z`, - ShipperName: `Speedy Express`, - ProductID: 71, - ProductName: `Flotemysost`, - UnitPrice: 21.5, - Quantity: 20, - Discontinued: true, - ExtendedPrice: 430, - Freight: 1.21 - }), - new InvoicesWorldDataItem( - { - ShipName: `Alfred's Futterkiste`, - ShipAddress: `Obere Str. 57`, - ShipCity: `Berlin`, - ShipRegion: null, - ShipPostalCode: `12209`, - ShipCountry: `Germany`, - CustomerID: `ALFKI`, - CustomerName: `Alfreds Futterkiste`, - Address: `Obere Str. 57`, - City: `Berlin`, - Region: null, - PostalCode: 12209, - Country: `Germany`, - Salesperson: `Nancy Davolio`, - OrderID: 10952, - OrderDate: `2016-11-22T22:00:00.000Z`, - ShipperName: `Speedy Express`, - ProductID: 6, - ProductName: `Grandma's Boysenberry Spread`, - UnitPrice: 25, - Quantity: 16, - Discontinued: true, - ExtendedPrice: 380, - Freight: 40.42 - }), - new InvoicesWorldDataItem( - { - ShipName: `Alfred's Futterkiste`, - ShipAddress: `Obere Str. 57`, - ShipCity: `Berlin`, - ShipRegion: null, - ShipPostalCode: `12209`, - ShipCountry: `Germany`, - CustomerID: `ALFKI`, - CustomerName: `Alfreds Futterkiste`, - Address: `Obere Str. 57`, - City: `Berlin`, - Region: null, - PostalCode: 12209, - Country: `Germany`, - Salesperson: `Janet Leverling`, - OrderID: 11011, - OrderDate: `2016-11-22T22:00:00.000Z`, - ShipperName: `Speedy Express`, - ProductID: 58, - ProductName: `Escargots de Bourgogne`, - UnitPrice: 13.25, - Quantity: 40, - Discontinued: true, - ExtendedPrice: 503.5, - Freight: 1.21 - }), - new InvoicesWorldDataItem( - { - ShipName: `Alfred's Futterkiste`, - ShipAddress: `Obere Str. 57`, - ShipCity: `Berlin`, - ShipRegion: null, - ShipPostalCode: `12209`, - ShipCountry: `Germany`, - CustomerID: `ALFKI`, - CustomerName: `Alfreds Futterkiste`, - Address: `Obere Str. 57`, - City: `Berlin`, - Region: null, - PostalCode: 12209, - Country: `Germany`, - Salesperson: `Nancy Davolio`, - OrderID: 10835, - OrderDate: `2016-11-22T22:00:00.000Z`, - ShipperName: `Federal Shipping`, - ProductID: 77, - ProductName: `Original Frankfurter grüne Soße`, - UnitPrice: 13, - Quantity: 2, - Discontinued: true, - ExtendedPrice: 20.8, - Freight: 69.53 - }), - new InvoicesWorldDataItem( - { - ShipName: `Alfreds Futterkiste`, - ShipAddress: `Obere Str. 57`, - ShipCity: `Berlin`, - ShipRegion: null, - ShipPostalCode: `12209`, - ShipCountry: `Germany`, - CustomerID: `ALFKI`, - CustomerName: `Alfreds Futterkiste`, - Address: `Obere Str. 57`, - City: `Berlin`, - Region: null, - PostalCode: 12209, - Country: `Germany`, - Salesperson: `Michael Suyama`, - OrderID: 10643, - OrderDate: `2016-11-22T22:00:00.000Z`, - ShipperName: `Speedy Express`, - ProductID: 28, - ProductName: `Rössle Sauerkraut`, - UnitPrice: 45.6, - Quantity: 15, - Discontinued: true, - ExtendedPrice: 513, - Freight: 29.46 - }), - new InvoicesWorldDataItem( - { - ShipName: `Alfreds Futterkiste`, - ShipAddress: `Obere Str. 57`, - ShipCity: `Berlin`, - ShipRegion: null, - ShipPostalCode: `12209`, - ShipCountry: `Germany`, - CustomerID: `ALFKI`, - CustomerName: `Alfreds Futterkiste`, - Address: `Obere Str. 57`, - City: `Berlin`, - Region: null, - PostalCode: 12209, - Country: `Germany`, - Salesperson: `Michael Suyama`, - OrderID: 10643, - OrderDate: `2016-11-22T22:00:00.000Z`, - ShipperName: `Speedy Express`, - ProductID: 39, - ProductName: `Chartreuse verte`, - UnitPrice: 18, - Quantity: 21, - Discontinued: true, - ExtendedPrice: 283.5, - Freight: 29.46 - }), - new InvoicesWorldDataItem( - { - ShipName: `Alfreds Futterkiste`, - ShipAddress: `Obere Str. 57`, - ShipCity: `Berlin`, - ShipRegion: null, - ShipPostalCode: `12209`, - ShipCountry: `Germany`, - CustomerID: `ALFKI`, - CustomerName: `Alfreds Futterkiste`, - Address: `Obere Str. 57`, - City: `Berlin`, - Region: null, - PostalCode: 12209, - Country: `Germany`, - Salesperson: `Michael Suyama`, - OrderID: 10643, - OrderDate: `2016-11-22T22:00:00.000Z`, - ShipperName: `Speedy Express`, - ProductID: 46, - ProductName: `Spegesild`, - UnitPrice: 12, - Quantity: 2, - Discontinued: true, - ExtendedPrice: 18, - Freight: 29.46 - }), - new InvoicesWorldDataItem( - { - ShipName: `Ana Trujillo Emparedados y helados`, - ShipAddress: `Avda. de la Constitución 2222`, - ShipCity: `México D.F.`, - ShipRegion: null, - ShipPostalCode: `05021`, - ShipCountry: `Mexico`, - CustomerID: `ANATR`, - CustomerName: `Ana Trujillo Emparedados y helados`, - Address: `Avda. de la Constitución 2222`, - City: `México D.F.`, - Region: null, - PostalCode: 5021, - Country: `Mexico`, - Salesperson: `Robert King`, - OrderID: 10308, - OrderDate: `2016-11-22T22:00:00.000Z`, - ShipperName: `Federal Shipping`, - ProductID: 69, - ProductName: `Gudbrandsdalsost`, - UnitPrice: 28.8, - Quantity: 1, - Discontinued: false, - ExtendedPrice: 28.8, - Freight: 1.61 - }), - new InvoicesWorldDataItem( - { - ShipName: `Ana Trujillo Emparedados y helados`, - ShipAddress: `Avda. de la Constitución 2222`, - ShipCity: `México D.F.`, - ShipRegion: null, - ShipPostalCode: `05021`, - ShipCountry: `Mexico`, - CustomerID: `ANATR`, - CustomerName: `Ana Trujillo Emparedados y helados`, - Address: `Avda. de la Constitución 2222`, - City: `México D.F.`, - Region: null, - PostalCode: 5021, - Country: `Mexico`, - Salesperson: `Robert King`, - OrderID: 10308, - OrderDate: `2016-11-22T22:00:00.000Z`, - ShipperName: `Federal Shipping`, - ProductID: 70, - ProductName: `Outback Lager`, - UnitPrice: 12, - Quantity: 5, - Discontinued: false, - ExtendedPrice: 60, - Freight: 1.61 - }), - new InvoicesWorldDataItem( - { - ShipName: `Ana Trujillo Emparedados y helados`, - ShipAddress: `Avda. de la Constitución 2222`, - ShipCity: `México D.F.`, - ShipRegion: null, - ShipPostalCode: `05021`, - ShipCountry: `Mexico`, - CustomerID: `ANATR`, - CustomerName: `Ana Trujillo Emparedados y helados`, - Address: `Avda. de la Constitución 2222`, - City: `México D.F.`, - Region: null, - PostalCode: 5021, - Country: `Mexico`, - Salesperson: `Janet Leverling`, - OrderID: 10625, - OrderDate: `2016-11-22T22:00:00.000Z`, - ShipperName: `Speedy Express`, - ProductID: 14, - ProductName: `Tofu`, - UnitPrice: 23.25, - Quantity: 3, - Discontinued: false, - ExtendedPrice: 69.75, - Freight: 43.9 - }), - new InvoicesWorldDataItem( - { - ShipName: `Ana Trujillo Emparedados y helados`, - ShipAddress: `Avda. de la Constitución 2222`, - ShipCity: `México D.F.`, - ShipRegion: null, - ShipPostalCode: `05021`, - ShipCountry: `Mexico`, - CustomerID: `ANATR`, - CustomerName: `Ana Trujillo Emparedados y helados`, - Address: `Avda. de la Constitución 2222`, - City: `México D.F.`, - Region: null, - PostalCode: 5021, - Country: `Mexico`, - Salesperson: `Janet Leverling`, - OrderID: 10625, - OrderDate: `2016-11-22T22:00:00.000Z`, - ShipperName: `Speedy Express`, - ProductID: 42, - ProductName: `Singaporean Hokkien Fried Mee`, - UnitPrice: 14, - Quantity: 5, - Discontinued: false, - ExtendedPrice: 70, - Freight: 43.9 - }), - new InvoicesWorldDataItem( - { - ShipName: `Ana Trujillo Emparedados y helados`, - ShipAddress: `Avda. de la Constitución 2222`, - ShipCity: `México D.F.`, - ShipRegion: null, - ShipPostalCode: `05021`, - ShipCountry: `Mexico`, - CustomerID: `ANATR`, - CustomerName: `Ana Trujillo Emparedados y helados`, - Address: `Avda. de la Constitución 2222`, - City: `México D.F.`, - Region: null, - PostalCode: 5021, - Country: `Mexico`, - Salesperson: `Janet Leverling`, - OrderID: 10625, - OrderDate: `2016-11-22T22:00:00.000Z`, - ShipperName: `Speedy Express`, - ProductID: 60, - ProductName: `Camembert Pierrot`, - UnitPrice: 34, - Quantity: 10, - Discontinued: false, - ExtendedPrice: 340, - Freight: 43.9 - }), - new InvoicesWorldDataItem( - { - ShipName: `Ana Trujillo Emparedados y helados`, - ShipAddress: `Avda. de la Constitución 2222`, - ShipCity: `México D.F.`, - ShipRegion: null, - ShipPostalCode: `05021`, - ShipCountry: `Mexico`, - CustomerID: `ANATR`, - CustomerName: `Ana Trujillo Emparedados y helados`, - Address: `Avda. de la Constitución 2222`, - City: `México D.F.`, - Region: null, - PostalCode: 5021, - Country: `Mexico`, - Salesperson: `Janet Leverling`, - OrderID: 10759, - OrderDate: `2016-11-22T22:00:00.000Z`, - ShipperName: `Federal Shipping`, - ProductID: 32, - ProductName: `Mascarpone Fabioli`, - UnitPrice: 32, - Quantity: 10, - Discontinued: false, - ExtendedPrice: 320, - Freight: 11.99 - }), - new InvoicesWorldDataItem( - { - ShipName: `Ana Trujillo Emparedados y helados`, - ShipAddress: `Avda. de la Constitución 2222`, - ShipCity: `México D.F.`, - ShipRegion: null, - ShipPostalCode: `05021`, - ShipCountry: `Mexico`, - CustomerID: `ANATR`, - CustomerName: `Ana Trujillo Emparedados y helados`, - Address: `Avda. de la Constitución 2222`, - City: `México D.F.`, - Region: null, - PostalCode: 5021, - Country: `Mexico`, - Salesperson: `Margaret Peacock`, - OrderID: 10926, - OrderDate: `2016-11-22T22:00:00.000Z`, - ShipperName: `Federal Shipping`, - ProductID: 11, - ProductName: `Queso Cabrales`, - UnitPrice: 21, - Quantity: 2, - Discontinued: false, - ExtendedPrice: 42, - Freight: 39.92 - }), - new InvoicesWorldDataItem( - { - ShipName: `Ana Trujillo Emparedados y helados`, - ShipAddress: `Avda. de la Constitución 2222`, - ShipCity: `México D.F.`, - ShipRegion: null, - ShipPostalCode: `05021`, - ShipCountry: `Mexico`, - CustomerID: `ANATR`, - CustomerName: `Ana Trujillo Emparedados y helados`, - Address: `Avda. de la Constitución 2222`, - City: `México D.F.`, - Region: null, - PostalCode: 5021, - Country: `Mexico`, - Salesperson: `Margaret Peacock`, - OrderID: 10926, - OrderDate: `2016-11-22T22:00:00.000Z`, - ShipperName: `Federal Shipping`, - ProductID: 13, - ProductName: `Konbu`, - UnitPrice: 6, - Quantity: 10, - Discontinued: false, - ExtendedPrice: 60, - Freight: 39.92 - }), - new InvoicesWorldDataItem( - { - ShipName: `Ana Trujillo Emparedados y helados`, - ShipAddress: `Avda. de la Constitución 2222`, - ShipCity: `México D.F.`, - ShipRegion: null, - ShipPostalCode: `05021`, - ShipCountry: `Mexico`, - CustomerID: `ANATR`, - CustomerName: `Ana Trujillo Emparedados y helados`, - Address: `Avda. de la Constitución 2222`, - City: `México D.F.`, - Region: null, - PostalCode: 5021, - Country: `Mexico`, - Salesperson: `Margaret Peacock`, - OrderID: 10926, - OrderDate: `2016-11-22T22:00:00.000Z`, - ShipperName: `Federal Shipping`, - ProductID: 19, - ProductName: `Teatime Chocolate Biscuits`, - UnitPrice: 9.2, - Quantity: 7, - Discontinued: false, - ExtendedPrice: 64.4, - Freight: 39.92 - }), - new InvoicesWorldDataItem( - { - ShipName: `Ana Trujillo Emparedados y helados`, - ShipAddress: `Avda. de la Constitución 2222`, - ShipCity: `México D.F.`, - ShipRegion: null, - ShipPostalCode: `05021`, - ShipCountry: `Mexico`, - CustomerID: `ANATR`, - CustomerName: `Ana Trujillo Emparedados y helados`, - Address: `Avda. de la Constitución 2222`, - City: `México D.F.`, - Region: null, - PostalCode: 5021, - Country: `Mexico`, - Salesperson: `Margaret Peacock`, - OrderID: 10926, - OrderDate: `2016-11-22T22:00:00.000Z`, - ShipperName: `Federal Shipping`, - ProductID: 72, - ProductName: `Mozzarella di Giovanni`, - UnitPrice: 34.8, - Quantity: 10, - Discontinued: false, - ExtendedPrice: 348, - Freight: 39.92 - }), - new InvoicesWorldDataItem( - { - ShipName: `Antonio Moreno Taquería`, - ShipAddress: `Mataderos 2312`, - ShipCity: `México D.F.`, - ShipRegion: null, - ShipPostalCode: `05023`, - ShipCountry: `Mexico`, - CustomerID: `ANTON`, - CustomerName: `Antonio Moreno Taquería`, - Address: `Mataderos 2312`, - City: `México D.F.`, - Region: null, - PostalCode: 5023, - Country: `Mexico`, - Salesperson: `Janet Leverling`, - OrderID: 10365, - OrderDate: `2016-11-22T22:00:00.000Z`, - ShipperName: `United Package`, - ProductID: 11, - ProductName: `Queso Cabrales`, - UnitPrice: 16.8, - Quantity: 24, - Discontinued: false, - ExtendedPrice: 403.2, - Freight: 22 - }), - new InvoicesWorldDataItem( - { - ShipName: `Antonio Moreno Taquería`, - ShipAddress: `Mataderos 2312`, - ShipCity: `México D.F.`, - ShipRegion: null, - ShipPostalCode: `05023`, - ShipCountry: `Mexico`, - CustomerID: `ANTON`, - CustomerName: `Antonio Moreno Taquería`, - Address: `Mataderos 2312`, - City: `México D.F.`, - Region: null, - PostalCode: 5023, - Country: `Mexico`, - Salesperson: `Robert King`, - OrderID: 10573, - OrderDate: `2016-11-22T22:00:00.000Z`, - ShipperName: `Federal Shipping`, - ProductID: 17, - ProductName: `Alice Mutton`, - UnitPrice: 39, - Quantity: 18, - Discontinued: false, - ExtendedPrice: 702, - Freight: 84.84 - }), - new InvoicesWorldDataItem( - { - ShipName: `Antonio Moreno Taquería`, - ShipAddress: `Mataderos 2312`, - ShipCity: `México D.F.`, - ShipRegion: null, - ShipPostalCode: `05023`, - ShipCountry: `Mexico`, - CustomerID: `ANTON`, - CustomerName: `Antonio Moreno Taquería`, - Address: `Mataderos 2312`, - City: `México D.F.`, - Region: null, - PostalCode: 5023, - Country: `Mexico`, - Salesperson: `Robert King`, - OrderID: 10573, - OrderDate: `2016-11-22T22:00:00.000Z`, - ShipperName: `Federal Shipping`, - ProductID: 34, - ProductName: `Sasquatch Ale`, - UnitPrice: 14, - Quantity: 40, - Discontinued: false, - ExtendedPrice: 560, - Freight: 84.84 - }), - new InvoicesWorldDataItem( - { - ShipName: `Antonio Moreno Taquería`, - ShipAddress: `Mataderos 2312`, - ShipCity: `México D.F.`, - ShipRegion: null, - ShipPostalCode: `05023`, - ShipCountry: `Mexico`, - CustomerID: `ANTON`, - CustomerName: `Antonio Moreno Taquería`, - Address: `Mataderos 2312`, - City: `México D.F.`, - Region: null, - PostalCode: 5023, - Country: `Mexico`, - Salesperson: `Robert King`, - OrderID: 10573, - OrderDate: `2016-11-22T22:00:00.000Z`, - ShipperName: `Federal Shipping`, - ProductID: 53, - ProductName: `Perth Pasties`, - UnitPrice: 32.8, - Quantity: 25, - Discontinued: false, - ExtendedPrice: 820, - Freight: 84.84 - }), - new InvoicesWorldDataItem( - { - ShipName: `Antonio Moreno Taquería`, - ShipAddress: `Mataderos 2312`, - ShipCity: `México D.F.`, - ShipRegion: null, - ShipPostalCode: `05023`, - ShipCountry: `Mexico`, - CustomerID: `ANTON`, - CustomerName: `Antonio Moreno Taquería`, - Address: `Mataderos 2312`, - City: `México D.F.`, - Region: null, - PostalCode: 5023, - Country: `Mexico`, - Salesperson: `Janet Leverling`, - OrderID: 10682, - OrderDate: `2016-11-22T22:00:00.000Z`, - ShipperName: `United Package`, - ProductID: 33, - ProductName: `Geitost`, - UnitPrice: 2.5, - Quantity: 30, - Discontinued: false, - ExtendedPrice: 75, - Freight: 36.13 - }), - new InvoicesWorldDataItem( - { - ShipName: `Antonio Moreno Taquería`, - ShipAddress: `Mataderos 2312`, - ShipCity: `México D.F.`, - ShipRegion: null, - ShipPostalCode: `05023`, - ShipCountry: `Mexico`, - CustomerID: `ANTON`, - CustomerName: `Antonio Moreno Taquería`, - Address: `Mataderos 2312`, - City: `México D.F.`, - Region: null, - PostalCode: 5023, - Country: `Mexico`, - Salesperson: `Janet Leverling`, - OrderID: 10682, - OrderDate: `2016-11-22T22:00:00.000Z`, - ShipperName: `United Package`, - ProductID: 66, - ProductName: `Louisiana Hot Spiced Okra`, - UnitPrice: 17, - Quantity: 4, - Discontinued: false, - ExtendedPrice: 68, - Freight: 36.13 - }), - new InvoicesWorldDataItem( - { - ShipName: `Antonio Moreno Taquería`, - ShipAddress: `Mataderos 2312`, - ShipCity: `México D.F.`, - ShipRegion: null, - ShipPostalCode: `05023`, - ShipCountry: `Mexico`, - CustomerID: `ANTON`, - CustomerName: `Antonio Moreno Taquería`, - Address: `Mataderos 2312`, - City: `México D.F.`, - Region: null, - PostalCode: 5023, - Country: `Mexico`, - Salesperson: `Janet Leverling`, - OrderID: 10682, - OrderDate: `2016-11-22T22:00:00.000Z`, - ShipperName: `United Package`, - ProductID: 75, - ProductName: `Rhönbräu Klosterbier`, - UnitPrice: 7.75, - Quantity: 30, - Discontinued: false, - ExtendedPrice: 232.5, - Freight: 36.13 - }), - new InvoicesWorldDataItem( - { - ShipName: `Antonio Moreno Taquería`, - ShipAddress: `Mataderos 2312`, - ShipCity: `México D.F.`, - ShipRegion: null, - ShipPostalCode: `05023`, - ShipCountry: `Mexico`, - CustomerID: `ANTON`, - CustomerName: `Antonio Moreno Taquería`, - Address: `Mataderos 2312`, - City: `México D.F.`, - Region: null, - PostalCode: 5023, - Country: `Mexico`, - Salesperson: `Janet Leverling`, - OrderID: 10856, - OrderDate: `2016-11-22T22:00:00.000Z`, - ShipperName: `United Package`, - ProductID: 2, - ProductName: `Chang`, - UnitPrice: 19, - Quantity: 20, - Discontinued: false, - ExtendedPrice: 380, - Freight: 58.43 - }), - new InvoicesWorldDataItem( - { - ShipName: `Antonio Moreno Taquería`, - ShipAddress: `Mataderos 2312`, - ShipCity: `México D.F.`, - ShipRegion: null, - ShipPostalCode: `05023`, - ShipCountry: `Mexico`, - CustomerID: `ANTON`, - CustomerName: `Antonio Moreno Taquería`, - Address: `Mataderos 2312`, - City: `México D.F.`, - Region: null, - PostalCode: 5023, - Country: `Mexico`, - Salesperson: `Janet Leverling`, - OrderID: 10856, - OrderDate: `2016-11-22T22:00:00.000Z`, - ShipperName: `United Package`, - ProductID: 42, - ProductName: `Singaporean Hokkien Fried Mee`, - UnitPrice: 14, - Quantity: 20, - Discontinued: false, - ExtendedPrice: 280, - Freight: 58.43 - }), - new InvoicesWorldDataItem( - { - ShipName: `Antonio Moreno Taquería`, - ShipAddress: `Mataderos 2312`, - ShipCity: `México D.F.`, - ShipRegion: null, - ShipPostalCode: `05023`, - ShipCountry: `Mexico`, - CustomerID: `ANTON`, - CustomerName: `Antonio Moreno Taquería`, - Address: `Mataderos 2312`, - City: `México D.F.`, - Region: null, - PostalCode: 5023, - Country: `Mexico`, - Salesperson: `Margaret Peacock`, - OrderID: 10535, - OrderDate: `2016-11-22T22:00:00.000Z`, - ShipperName: `Speedy Express`, - ProductID: 11, - ProductName: `Queso Cabrales`, - UnitPrice: 21, - Quantity: 50, - Discontinued: true, - ExtendedPrice: 945, - Freight: 15.64 - }), - new InvoicesWorldDataItem( - { - ShipName: `Antonio Moreno Taquería`, - ShipAddress: `Mataderos 2312`, - ShipCity: `México D.F.`, - ShipRegion: null, - ShipPostalCode: `05023`, - ShipCountry: `Mexico`, - CustomerID: `ANTON`, - CustomerName: `Antonio Moreno Taquería`, - Address: `Mataderos 2312`, - City: `México D.F.`, - Region: null, - PostalCode: 5023, - Country: `Mexico`, - Salesperson: `Margaret Peacock`, - OrderID: 10535, - OrderDate: `2016-11-22T22:00:00.000Z`, - ShipperName: `Speedy Express`, - ProductID: 40, - ProductName: `Boston Crab Meat`, - UnitPrice: 18.4, - Quantity: 10, - Discontinued: true, - ExtendedPrice: 165.6, - Freight: 15.64 - }), - new InvoicesWorldDataItem( - { - ShipName: `Antonio Moreno Taquería`, - ShipAddress: `Mataderos 2312`, - ShipCity: `México D.F.`, - ShipRegion: null, - ShipPostalCode: `05023`, - ShipCountry: `Mexico`, - CustomerID: `ANTON`, - CustomerName: `Antonio Moreno Taquería`, - Address: `Mataderos 2312`, - City: `México D.F.`, - Region: null, - PostalCode: 5023, - Country: `Mexico`, - Salesperson: `Margaret Peacock`, - OrderID: 10535, - OrderDate: `2016-11-22T22:00:00.000Z`, - ShipperName: `Speedy Express`, - ProductID: 57, - ProductName: `Ravioli Angelo`, - UnitPrice: 19.5, - Quantity: 5, - Discontinued: true, - ExtendedPrice: 87.75, - Freight: 15.64 - }), - new InvoicesWorldDataItem( - { - ShipName: `Antonio Moreno Taquería`, - ShipAddress: `Mataderos 2312`, - ShipCity: `México D.F.`, - ShipRegion: null, - ShipPostalCode: `05023`, - ShipCountry: `Mexico`, - CustomerID: `ANTON`, - CustomerName: `Antonio Moreno Taquería`, - Address: `Mataderos 2312`, - City: `México D.F.`, - Region: null, - PostalCode: 5023, - Country: `Mexico`, - Salesperson: `Margaret Peacock`, - OrderID: 10535, - OrderDate: `2016-11-22T22:00:00.000Z`, - ShipperName: `Speedy Express`, - ProductID: 59, - ProductName: `Raclette Courdavault`, - UnitPrice: 55, - Quantity: 15, - Discontinued: false, - ExtendedPrice: 742.5, - Freight: 15.64 - }), - new InvoicesWorldDataItem( - { - ShipName: `Antonio Moreno Taquería`, - ShipAddress: `Mataderos 2312`, - ShipCity: `México D.F.`, - ShipRegion: null, - ShipPostalCode: `05023`, - ShipCountry: `Mexico`, - CustomerID: `ANTON`, - CustomerName: `Antonio Moreno Taquería`, - Address: `Mataderos 2312`, - City: `México D.F.`, - Region: null, - PostalCode: 5023, - Country: `Mexico`, - Salesperson: `Robert King`, - OrderID: 10507, - OrderDate: `2016-11-22T22:00:00.000Z`, - ShipperName: `Speedy Express`, - ProductID: 43, - ProductName: `Ipoh Coffee`, - UnitPrice: 46, - Quantity: 15, - Discontinued: false, - ExtendedPrice: 586.5, - Freight: 47.45 - }), - new InvoicesWorldDataItem( - { - ShipName: `Antonio Moreno Taquería`, - ShipAddress: `Mataderos 2312`, - ShipCity: `México D.F.`, - ShipRegion: null, - ShipPostalCode: `05023`, - ShipCountry: `Mexico`, - CustomerID: `ANTON`, - CustomerName: `Antonio Moreno Taquería`, - Address: `Mataderos 2312`, - City: `México D.F.`, - Region: null, - PostalCode: 5023, - Country: `Mexico`, - Salesperson: `Robert King`, - OrderID: 10507, - OrderDate: `2016-11-22T22:00:00.000Z`, - ShipperName: `Speedy Express`, - ProductID: 48, - ProductName: `Chocolade`, - UnitPrice: 12.75, - Quantity: 15, - Discontinued: true, - ExtendedPrice: 162.56, - Freight: 47.45 - }), - new InvoicesWorldDataItem( - { - ShipName: `Antonio Moreno Taquería`, - ShipAddress: `Mataderos 2312`, - ShipCity: `México D.F.`, - ShipRegion: null, - ShipPostalCode: `05023`, - ShipCountry: `Mexico`, - CustomerID: `ANTON`, - CustomerName: `Antonio Moreno Taquería`, - Address: `Mataderos 2312`, - City: `México D.F.`, - Region: null, - PostalCode: 5023, - Country: `Mexico`, - Salesperson: `Nancy Davolio`, - OrderID: 10677, - OrderDate: `2017-10-03T21:00:00.000Z`, - ShipperName: `Federal Shipping`, - ProductID: 26, - ProductName: `Gumbär Gummibärchen`, - UnitPrice: 31.23, - Quantity: 30, - Discontinued: true, - ExtendedPrice: 796.37, - Freight: 4.03 - }), - new InvoicesWorldDataItem( - { - ShipName: `Antonio Moreno Taquería`, - ShipAddress: `Mataderos 2312`, - ShipCity: `México D.F.`, - ShipRegion: null, - ShipPostalCode: `05023`, - ShipCountry: `Mexico`, - CustomerID: `ANTON`, - CustomerName: `Antonio Moreno Taquería`, - Address: `Mataderos 2312`, - City: `México D.F.`, - Region: null, - PostalCode: 5023, - Country: `Mexico`, - Salesperson: `Nancy Davolio`, - OrderID: 10677, - OrderDate: `2017-10-03T21:00:00.000Z`, - ShipperName: `Federal Shipping`, - ProductID: 33, - ProductName: `Geitost`, - UnitPrice: 2.5, - Quantity: 8, - Discontinued: false, - ExtendedPrice: 17, - Freight: 4.03 - }), - new InvoicesWorldDataItem( - { - ShipName: `Around the Horn`, - ShipAddress: `Brook Farm Stratford St. Mary`, - ShipCity: `Colchester`, - ShipRegion: `Essex`, - ShipPostalCode: `CO7 6JX`, - ShipCountry: `UK`, - CustomerID: `AROUT`, - CustomerName: `Around the Horn`, - Address: `120 Hanover Sq.`, - City: `London`, - Region: null, - PostalCode: 34000, - Country: `UK`, - Salesperson: `Michael Suyama`, - OrderID: 10355, - OrderDate: `2017-10-03T21:00:00.000Z`, - ShipperName: `Speedy Express`, - ProductID: 24, - ProductName: `Guaraná Fantástica`, - UnitPrice: 3.6, - Quantity: 25, - Discontinued: false, - ExtendedPrice: 90, - Freight: 41.95 - }), - new InvoicesWorldDataItem( - { - ShipName: `Around the Horn`, - ShipAddress: `Brook Farm Stratford St. Mary`, - ShipCity: `Colchester`, - ShipRegion: `Essex`, - ShipPostalCode: `CO7 6JX`, - ShipCountry: `UK`, - CustomerID: `AROUT`, - CustomerName: `Around the Horn`, - Address: `120 Hanover Sq.`, - City: `London`, - Region: null, - PostalCode: 18000, - Country: `UK`, - Salesperson: `Michael Suyama`, - OrderID: 10355, - OrderDate: `2017-10-03T21:00:00.000Z`, - ShipperName: `Speedy Express`, - ProductID: 57, - ProductName: `Ravioli Angelo`, - UnitPrice: 15.6, - Quantity: 25, - Discontinued: false, - ExtendedPrice: 390, - Freight: 41.95 - }), - new InvoicesWorldDataItem( - { - ShipName: `Around the Horn`, - ShipAddress: `Brook Farm Stratford St. Mary`, - ShipCity: `Colchester`, - ShipRegion: `Essex`, - ShipPostalCode: `CO7 6JX`, - ShipCountry: `UK`, - CustomerID: `AROUT`, - CustomerName: `Around the Horn`, - Address: `120 Hanover Sq.`, - City: `London`, - Region: null, - PostalCode: 39000, - Country: `UK`, - Salesperson: `Laura Callahan`, - OrderID: 10383, - OrderDate: `2017-10-03T21:00:00.000Z`, - ShipperName: `Federal Shipping`, - ProductID: 13, - ProductName: `Konbu`, - UnitPrice: 4.8, - Quantity: 20, - Discontinued: false, - ExtendedPrice: 96, - Freight: 34.24 - }), - new InvoicesWorldDataItem( - { - ShipName: `Around the Horn`, - ShipAddress: `Brook Farm Stratford St. Mary`, - ShipCity: `Colchester`, - ShipRegion: `Essex`, - ShipPostalCode: `CO7 6JX`, - ShipCountry: `UK`, - CustomerID: `AROUT`, - CustomerName: `Around the Horn`, - Address: `120 Hanover Sq.`, - City: `London`, - Region: null, - PostalCode: 20000, - Country: `UK`, - Salesperson: `Laura Callahan`, - OrderID: 10383, - OrderDate: `2017-10-03T21:00:00.000Z`, - ShipperName: `Federal Shipping`, - ProductID: 50, - ProductName: `Valkoinen suklaa`, - UnitPrice: 13, - Quantity: 15, - Discontinued: false, - ExtendedPrice: 195, - Freight: 34.24 - }), - new InvoicesWorldDataItem( - { - ShipName: `Around the Horn`, - ShipAddress: `Brook Farm Stratford St. Mary`, - ShipCity: `Colchester`, - ShipRegion: `Essex`, - ShipPostalCode: `CO7 6JX`, - ShipCountry: `UK`, - CustomerID: `AROUT`, - CustomerName: `Around the Horn`, - Address: `120 Hanover Sq.`, - City: `London`, - Region: null, - PostalCode: 12000, - Country: `UK`, - Salesperson: `Laura Callahan`, - OrderID: 10383, - OrderDate: `2017-10-03T21:00:00.000Z`, - ShipperName: `Federal Shipping`, - ProductID: 56, - ProductName: `Gnocchi di nonna Alice`, - UnitPrice: 30.4, - Quantity: 20, - Discontinued: false, - ExtendedPrice: 608, - Freight: 34.24 - }), - new InvoicesWorldDataItem( - { - ShipName: `Around the Horn`, - ShipAddress: `Brook Farm Stratford St. Mary`, - ShipCity: `Colchester`, - ShipRegion: `Essex`, - ShipPostalCode: `CO7 6JX`, - ShipCountry: `UK`, - CustomerID: `AROUT`, - CustomerName: `Around the Horn`, - Address: `120 Hanover Sq.`, - City: `London`, - Region: null, - PostalCode: 23000, - Country: `UK`, - Salesperson: `Nancy Davolio`, - OrderID: 10558, - OrderDate: `2017-10-03T21:00:00.000Z`, - ShipperName: `United Package`, - ProductID: 47, - ProductName: `Zaanse koeken`, - UnitPrice: 9.5, - Quantity: 25, - Discontinued: false, - ExtendedPrice: 237.5, - Freight: 72.97 - }), - new InvoicesWorldDataItem( - { - ShipName: `Around the Horn`, - ShipAddress: `Brook Farm Stratford St. Mary`, - ShipCity: `Colchester`, - ShipRegion: `Essex`, - ShipPostalCode: `CO7 6JX`, - ShipCountry: `UK`, - CustomerID: `AROUT`, - CustomerName: `Around the Horn`, - Address: `120 Hanover Sq.`, - City: `London`, - Region: null, - PostalCode: 16000, - Country: `UK`, - Salesperson: `Nancy Davolio`, - OrderID: 10558, - OrderDate: `2017-10-03T21:00:00.000Z`, - ShipperName: `United Package`, - ProductID: 51, - ProductName: `Manjimup Dried Apples`, - UnitPrice: 53, - Quantity: 20, - Discontinued: false, - ExtendedPrice: 1060, - Freight: 72.97 - }), - new InvoicesWorldDataItem( - { - ShipName: `Around the Horn`, - ShipAddress: `Brook Farm Stratford St. Mary`, - ShipCity: `Colchester`, - ShipRegion: `Essex`, - ShipPostalCode: `CO7 6JX`, - ShipCountry: `UK`, - CustomerID: `AROUT`, - CustomerName: `Around the Horn`, - Address: `120 Hanover Sq.`, - City: `London`, - Region: null, - PostalCode: 12000, - Country: `UK`, - Salesperson: `Nancy Davolio`, - OrderID: 10558, - OrderDate: `2017-10-03T21:00:00.000Z`, - ShipperName: `United Package`, - ProductID: 52, - ProductName: `Filo Mix`, - UnitPrice: 7, - Quantity: 30, - Discontinued: true, - ExtendedPrice: 210, - Freight: 72.97 - }), - new InvoicesWorldDataItem( - { - ShipName: `Around the Horn`, - ShipAddress: `Brook Farm Stratford St. Mary`, - ShipCity: `Colchester`, - ShipRegion: `Essex`, - ShipPostalCode: `CO7 6JX`, - ShipCountry: `UK`, - CustomerID: `AROUT`, - CustomerName: `Around the Horn`, - Address: `120 Hanover Sq.`, - City: `London`, - Region: null, - PostalCode: 13000, - Country: `UK`, - Salesperson: `Nancy Davolio`, - OrderID: 10558, - OrderDate: `2017-10-03T21:00:00.000Z`, - ShipperName: `United Package`, - ProductID: 53, - ProductName: `Perth Pasties`, - UnitPrice: 32.8, - Quantity: 18, - Discontinued: false, - ExtendedPrice: 590.4, - Freight: 72.97 - }), - new InvoicesWorldDataItem( - { - ShipName: `Around the Horn`, - ShipAddress: `Brook Farm Stratford St. Mary`, - ShipCity: `Colchester`, - ShipRegion: `Essex`, - ShipPostalCode: `CO7 6JX`, - ShipCountry: `UK`, - CustomerID: `AROUT`, - CustomerName: `Around the Horn`, - Address: `120 Hanover Sq.`, - City: `London`, - Region: null, - PostalCode: 16000, - Country: `UK`, - Salesperson: `Nancy Davolio`, - OrderID: 10558, - OrderDate: `2017-10-03T21:00:00.000Z`, - ShipperName: `United Package`, - ProductID: 73, - ProductName: `Röd Kaviar`, - UnitPrice: 15, - Quantity: 3, - Discontinued: false, - ExtendedPrice: 45, - Freight: 72.97 - }), - new InvoicesWorldDataItem( - { - ShipName: `Around the Horn`, - ShipAddress: `Brook Farm Stratford St. Mary`, - ShipCity: `Colchester`, - ShipRegion: `Essex`, - ShipPostalCode: `CO7 6JX`, - ShipCountry: `UK`, - CustomerID: `AROUT`, - CustomerName: `Around the Horn`, - Address: `120 Hanover Sq.`, - City: `London`, - Region: null, - PostalCode: 36000, - Country: `UK`, - Salesperson: `Margaret Peacock`, - OrderID: 10707, - OrderDate: `2017-10-03T21:00:00.000Z`, - ShipperName: `Federal Shipping`, - ProductID: 55, - ProductName: `Pâté chinois`, - UnitPrice: 24, - Quantity: 21, - Discontinued: false, - ExtendedPrice: 504, - Freight: 21.74 - }), - new InvoicesWorldDataItem( - { - ShipName: `Around the Horn`, - ShipAddress: `Brook Farm Stratford St. Mary`, - ShipCity: `Colchester`, - ShipRegion: `Essex`, - ShipPostalCode: `CO7 6JX`, - ShipCountry: `UK`, - CustomerID: `AROUT`, - CustomerName: `Around the Horn`, - Address: `120 Hanover Sq.`, - City: `London`, - Region: null, - PostalCode: 27000, - Country: `UK`, - Salesperson: `Margaret Peacock`, - OrderID: 10707, - OrderDate: `2017-10-03T21:00:00.000Z`, - ShipperName: `Federal Shipping`, - ProductID: 57, - ProductName: `Ravioli Angelo`, - UnitPrice: 19.5, - Quantity: 40, - Discontinued: false, - ExtendedPrice: 780, - Freight: 21.74 - }), - new InvoicesWorldDataItem( - { - ShipName: `Around the Horn`, - ShipAddress: `Brook Farm Stratford St. Mary`, - ShipCity: `Colchester`, - ShipRegion: `Essex`, - ShipPostalCode: `CO7 6JX`, - ShipCountry: `UK`, - CustomerID: `AROUT`, - CustomerName: `Around the Horn`, - Address: `120 Hanover Sq.`, - City: `London`, - Region: null, - PostalCode: 42000, - Country: `UK`, - Salesperson: `Janet Leverling`, - OrderID: 10768, - OrderDate: `2017-10-03T21:00:00.000Z`, - ShipperName: `United Package`, - ProductID: 22, - ProductName: `Gustaf's Knäckebröd`, - UnitPrice: 21, - Quantity: 4, - Discontinued: false, - ExtendedPrice: 84, - Freight: 146.32 - }), - new InvoicesWorldDataItem( - { - ShipName: `Around the Horn`, - ShipAddress: `Brook Farm Stratford St. Mary`, - ShipCity: `Colchester`, - ShipRegion: `Essex`, - ShipPostalCode: `CO7 6JX`, - ShipCountry: `UK`, - CustomerID: `AROUT`, - CustomerName: `Around the Horn`, - Address: `120 Hanover Sq.`, - City: `London`, - Region: null, - PostalCode: 47000, - Country: `UK`, - Salesperson: `Janet Leverling`, - OrderID: 10768, - OrderDate: `2017-10-03T21:00:00.000Z`, - ShipperName: `United Package`, - ProductID: 31, - ProductName: `Gorgonzola Telino`, - UnitPrice: 12.5, - Quantity: 50, - Discontinued: true, - ExtendedPrice: 625, - Freight: 146.32 - }), - new InvoicesWorldDataItem( - { - ShipName: `Around the Horn`, - ShipAddress: `Brook Farm Stratford St. Mary`, - ShipCity: `Colchester`, - ShipRegion: `Essex`, - ShipPostalCode: `CO7 6JX`, - ShipCountry: `UK`, - CustomerID: `AROUT`, - CustomerName: `Around the Horn`, - Address: `120 Hanover Sq.`, - City: `London`, - Region: null, - PostalCode: 38000, - Country: `UK`, - Salesperson: `Janet Leverling`, - OrderID: 10768, - OrderDate: `2017-10-03T21:00:00.000Z`, - ShipperName: `United Package`, - ProductID: 60, - ProductName: `Camembert Pierrot`, - UnitPrice: 34, - Quantity: 15, - Discontinued: false, - ExtendedPrice: 510, - Freight: 146.32 - }), - new InvoicesWorldDataItem( - { - ShipName: `Around the Horn`, - ShipAddress: `Brook Farm Stratford St. Mary`, - ShipCity: `Colchester`, - ShipRegion: `Essex`, - ShipPostalCode: `CO7 6JX`, - ShipCountry: `UK`, - CustomerID: `AROUT`, - CustomerName: `Around the Horn`, - Address: `120 Hanover Sq.`, - City: `London`, - Region: null, - PostalCode: 18000, - Country: `UK`, - Salesperson: `Janet Leverling`, - OrderID: 10768, - OrderDate: `2017-10-03T21:00:00.000Z`, - ShipperName: `United Package`, - ProductID: 71, - ProductName: `Flotemysost`, - UnitPrice: 21.5, - Quantity: 12, - Discontinued: false, - ExtendedPrice: 258, - Freight: 146.32 - }), - new InvoicesWorldDataItem( - { - ShipName: `Around the Horn`, - ShipAddress: `Brook Farm Stratford St. Mary`, - ShipCity: `Colchester`, - ShipRegion: `Essex`, - ShipPostalCode: `CO7 6JX`, - ShipCountry: `UK`, - CustomerID: `AROUT`, - CustomerName: `Around the Horn`, - Address: `120 Hanover Sq.`, - City: `London`, - Region: null, - PostalCode: 42000, - Country: `UK`, - Salesperson: `Janet Leverling`, - OrderID: 10793, - OrderDate: `2017-10-03T21:00:00.000Z`, - ShipperName: `Federal Shipping`, - ProductID: 41, - ProductName: `Jack's New England Clam Chowder`, - UnitPrice: 9.65, - Quantity: 14, - Discontinued: false, - ExtendedPrice: 135.1, - Freight: 4.52 - }), - new InvoicesWorldDataItem( - { - ShipName: `Around the Horn`, - ShipAddress: `Brook Farm Stratford St. Mary`, - ShipCity: `Colchester`, - ShipRegion: `Essex`, - ShipPostalCode: `CO7 6JX`, - ShipCountry: `UK`, - CustomerID: `AROUT`, - CustomerName: `Around the Horn`, - Address: `120 Hanover Sq.`, - City: `London`, - Region: null, - PostalCode: 48000, - Country: `UK`, - Salesperson: `Janet Leverling`, - OrderID: 10793, - OrderDate: `2017-10-03T21:00:00.000Z`, - ShipperName: `Federal Shipping`, - ProductID: 52, - ProductName: `Filo Mix`, - UnitPrice: 7, - Quantity: 8, - Discontinued: false, - ExtendedPrice: 56, - Freight: 4.52 - }), - new InvoicesWorldDataItem( - { - ShipName: `Around the Horn`, - ShipAddress: `Brook Farm Stratford St. Mary`, - ShipCity: `Colchester`, - ShipRegion: `Essex`, - ShipPostalCode: `CO7 6JX`, - ShipCountry: `UK`, - CustomerID: `AROUT`, - CustomerName: `Around the Horn`, - Address: `120 Hanover Sq.`, - City: `London`, - Region: null, - PostalCode: 28000, - Country: `UK`, - Salesperson: `Margaret Peacock`, - OrderID: 10864, - OrderDate: `2017-10-03T21:00:00.000Z`, - ShipperName: `United Package`, - ProductID: 35, - ProductName: `Steeleye Stout`, - UnitPrice: 18, - Quantity: 4, - Discontinued: false, - ExtendedPrice: 72, - Freight: 3.04 - }), - new InvoicesWorldDataItem( - { - ShipName: `Around the Horn`, - ShipAddress: `Brook Farm Stratford St. Mary`, - ShipCity: `Colchester`, - ShipRegion: `Essex`, - ShipPostalCode: `CO7 6JX`, - ShipCountry: `UK`, - CustomerID: `AROUT`, - CustomerName: `Around the Horn`, - Address: `120 Hanover Sq.`, - City: `London`, - Region: null, - PostalCode: 18000, - Country: `UK`, - Salesperson: `Margaret Peacock`, - OrderID: 10864, - OrderDate: `2017-10-03T21:00:00.000Z`, - ShipperName: `United Package`, - ProductID: 67, - ProductName: `Laughing Lumberjack Lager`, - UnitPrice: 14, - Quantity: 15, - Discontinued: false, - ExtendedPrice: 210, - Freight: 3.04 - }), - new InvoicesWorldDataItem( - { - ShipName: `Around the Horn`, - ShipAddress: `Brook Farm Stratford St. Mary`, - ShipCity: `Colchester`, - ShipRegion: `Essex`, - ShipPostalCode: `CO7 6JX`, - ShipCountry: `UK`, - CustomerID: `AROUT`, - CustomerName: `Around the Horn`, - Address: `120 Hanover Sq.`, - City: `London`, - Region: null, - PostalCode: 13000, - Country: `UK`, - Salesperson: `Margaret Peacock`, - OrderID: 10920, - OrderDate: `2017-10-03T21:00:00.000Z`, - ShipperName: `United Package`, - ProductID: 50, - ProductName: `Valkoinen suklaa`, - UnitPrice: 16.25, - Quantity: 24, - Discontinued: false, - ExtendedPrice: 390, - Freight: 29.61 - }), - new InvoicesWorldDataItem( - { - ShipName: `Around the Horn`, - ShipAddress: `Brook Farm Stratford St. Mary`, - ShipCity: `Colchester`, - ShipRegion: `Essex`, - ShipPostalCode: `CO7 6JX`, - ShipCountry: `UK`, - CustomerID: `AROUT`, - CustomerName: `Around the Horn`, - Address: `120 Hanover Sq.`, - City: `London`, - Region: null, - PostalCode: 27000, - Country: `UK`, - Salesperson: `Anne Dodsworth`, - OrderID: 11016, - OrderDate: `2017-10-03T21:00:00.000Z`, - ShipperName: `United Package`, - ProductID: 31, - ProductName: `Gorgonzola Telino`, - UnitPrice: 12.5, - Quantity: 15, - Discontinued: false, - ExtendedPrice: 187.5, - Freight: 33.8 - }), - new InvoicesWorldDataItem( - { - ShipName: `Around the Horn`, - ShipAddress: `Brook Farm Stratford St. Mary`, - ShipCity: `Colchester`, - ShipRegion: `Essex`, - ShipPostalCode: `CO7 6JX`, - ShipCountry: `UK`, - CustomerID: `AROUT`, - CustomerName: `Around the Horn`, - Address: `120 Hanover Sq.`, - City: `London`, - Region: null, - PostalCode: 26000, - Country: `UK`, - Salesperson: `Anne Dodsworth`, - OrderID: 11016, - OrderDate: `2017-10-03T21:00:00.000Z`, - ShipperName: `United Package`, - ProductID: 36, - ProductName: `Inlagd Sill`, - UnitPrice: 19, - Quantity: 16, - Discontinued: false, - ExtendedPrice: 304, - Freight: 33.8 - }), - new InvoicesWorldDataItem( - { - ShipName: `Around the Horn`, - ShipAddress: `Brook Farm Stratford St. Mary`, - ShipCity: `Colchester`, - ShipRegion: `Essex`, - ShipPostalCode: `CO7 6JX`, - ShipCountry: `UK`, - CustomerID: `AROUT`, - CustomerName: `Around the Horn`, - Address: `120 Hanover Sq.`, - City: `London`, - Region: null, - PostalCode: 42000, - Country: `UK`, - Salesperson: `Nancy Davolio`, - OrderID: 10743, - OrderDate: `2017-10-03T21:00:00.000Z`, - ShipperName: `United Package`, - ProductID: 46, - ProductName: `Spegesild`, - UnitPrice: 12, - Quantity: 28, - Discontinued: false, - ExtendedPrice: 319.2, - Freight: 23.72 - }), - new InvoicesWorldDataItem( - { - ShipName: `Around the Horn`, - ShipAddress: `Brook Farm Stratford St. Mary`, - ShipCity: `Colchester`, - ShipRegion: `Essex`, - ShipPostalCode: `CO7 6JX`, - ShipCountry: `UK`, - CustomerID: `AROUT`, - CustomerName: `Around the Horn`, - Address: `120 Hanover Sq.`, - City: `London`, - Region: null, - PostalCode: 19000, - Country: `UK`, - Salesperson: `Anne Dodsworth`, - OrderID: 10953, - OrderDate: `2017-10-03T21:00:00.000Z`, - ShipperName: `United Package`, - ProductID: 20, - ProductName: `Sir Rodney's Marmalade`, - UnitPrice: 81, - Quantity: 50, - Discontinued: false, - ExtendedPrice: 3847.5, - Freight: 23.72 - }), - new InvoicesWorldDataItem( - { - ShipName: `Around the Horn`, - ShipAddress: `Brook Farm Stratford St. Mary`, - ShipCity: `Colchester`, - ShipRegion: `Essex`, - ShipPostalCode: `CO7 6JX`, - ShipCountry: `UK`, - CustomerID: `AROUT`, - CustomerName: `Around the Horn`, - Address: `120 Hanover Sq.`, - City: `London`, - Region: null, - PostalCode: 41000, - Country: `UK`, - Salesperson: `Anne Dodsworth`, - OrderID: 10953, - OrderDate: `2017-10-03T21:00:00.000Z`, - ShipperName: `United Package`, - ProductID: 31, - ProductName: `Gorgonzola Telino`, - UnitPrice: 12.5, - Quantity: 50, - Discontinued: false, - ExtendedPrice: 593.75, - Freight: 23.72 - }), - new InvoicesWorldDataItem( - { - ShipName: `Around the Horn`, - ShipAddress: `Brook Farm Stratford St. Mary`, - ShipCity: `Colchester`, - ShipRegion: `Essex`, - ShipPostalCode: `CO7 6JX`, - ShipCountry: `UK`, - CustomerID: `AROUT`, - CustomerName: `Around the Horn`, - Address: `120 Hanover Sq.`, - City: `London`, - Region: null, - PostalCode: 16000, - Country: `UK`, - Salesperson: `Nancy Davolio`, - OrderID: 10453, - OrderDate: `2017-10-03T21:00:00.000Z`, - ShipperName: `United Package`, - ProductID: 48, - ProductName: `Chocolade`, - UnitPrice: 10.2, - Quantity: 15, - Discontinued: true, - ExtendedPrice: 137.7, - Freight: 25.36 - }), - new InvoicesWorldDataItem( - { - ShipName: `Around the Horn`, - ShipAddress: `Brook Farm Stratford St. Mary`, - ShipCity: `Colchester`, - ShipRegion: `Essex`, - ShipPostalCode: `CO7 6JX`, - ShipCountry: `UK`, - CustomerID: `AROUT`, - CustomerName: `Around the Horn`, - Address: `120 Hanover Sq.`, - City: `London`, - Region: null, - PostalCode: 26000, - Country: `UK`, - Salesperson: `Nancy Davolio`, - OrderID: 10453, - OrderDate: `2017-10-03T21:00:00.000Z`, - ShipperName: `United Package`, - ProductID: 70, - ProductName: `Outback Lager`, - UnitPrice: 12, - Quantity: 25, - Discontinued: true, - ExtendedPrice: 270, - Freight: 25.36 - }), - new InvoicesWorldDataItem( - { - ShipName: `Around the Horn`, - ShipAddress: `Brook Farm Stratford St. Mary`, - ShipCity: `Colchester`, - ShipRegion: `Essex`, - ShipPostalCode: `CO7 6JX`, - ShipCountry: `UK`, - CustomerID: `AROUT`, - CustomerName: `Around the Horn`, - Address: `120 Hanover Sq.`, - City: `London`, - Region: null, - PostalCode: 19000, - Country: `UK`, - Salesperson: `Margaret Peacock`, - OrderID: 10707, - OrderDate: `2017-10-03T21:00:00.000Z`, - ShipperName: `Federal Shipping`, - ProductID: 70, - ProductName: `Outback Lager`, - UnitPrice: 15, - Quantity: 28, - Discontinued: false, - ExtendedPrice: 357, - Freight: 21.74 - }), - new InvoicesWorldDataItem( - { - ShipName: `Around the Horn`, - ShipAddress: `Brook Farm Stratford St. Mary`, - ShipCity: `Colchester`, - ShipRegion: `Essex`, - ShipPostalCode: `CO7 6JX`, - ShipCountry: `UK`, - CustomerID: `AROUT`, - CustomerName: `Around the Horn`, - Address: `120 Hanover Sq.`, - City: `London`, - Region: null, - PostalCode: 24000, - Country: `UK`, - Salesperson: `Margaret Peacock`, - OrderID: 10741, - OrderDate: `2017-10-03T21:00:00.000Z`, - ShipperName: `Federal Shipping`, - ProductID: 2, - ProductName: `Chang`, - UnitPrice: 19, - Quantity: 15, - Discontinued: false, - ExtendedPrice: 228, - Freight: 10.96 - }), - new InvoicesWorldDataItem( - { - ShipName: `Berglunds snabbköp`, - ShipAddress: `Berguvsvägen 8`, - ShipCity: `Luleå`, - ShipRegion: null, - ShipPostalCode: `S-958 22`, - ShipCountry: `Sweden`, - CustomerID: `BERGS`, - CustomerName: `Berglunds snabbköp`, - Address: `Berguvsvägen 8`, - City: `Luleå`, - Region: null, - PostalCode: 11000, - Country: `Sweden`, - Salesperson: `Laura Callahan`, - OrderID: 10278, - OrderDate: `2017-10-03T21:00:00.000Z`, - ShipperName: `United Package`, - ProductID: 44, - ProductName: `Gula Malacca`, - UnitPrice: 15.5, - Quantity: 16, - Discontinued: false, - ExtendedPrice: 248, - Freight: 92.69 - }), - new InvoicesWorldDataItem( - { - ShipName: `Berglunds snabbköp`, - ShipAddress: `Berguvsvägen 8`, - ShipCity: `Luleå`, - ShipRegion: null, - ShipPostalCode: `S-958 22`, - ShipCountry: `Sweden`, - CustomerID: `BERGS`, - CustomerName: `Berglunds snabbköp`, - Address: `Berguvsvägen 8`, - City: `Luleå`, - Region: null, - PostalCode: 41000, - Country: `Sweden`, - Salesperson: `Laura Callahan`, - OrderID: 10278, - OrderDate: `2017-10-03T21:00:00.000Z`, - ShipperName: `United Package`, - ProductID: 59, - ProductName: `Raclette Courdavault`, - UnitPrice: 44, - Quantity: 15, - Discontinued: false, - ExtendedPrice: 660, - Freight: 92.69 - }), - new InvoicesWorldDataItem( - { - ShipName: `Berglunds snabbköp`, - ShipAddress: `Berguvsvägen 8`, - ShipCity: `Luleå`, - ShipRegion: null, - ShipPostalCode: `S-958 22`, - ShipCountry: `Sweden`, - CustomerID: `BERGS`, - CustomerName: `Berglunds snabbköp`, - Address: `Berguvsvägen 8`, - City: `Luleå`, - Region: null, - PostalCode: 24000, - Country: `Sweden`, - Salesperson: `Laura Callahan`, - OrderID: 10278, - OrderDate: `2017-10-03T21:00:00.000Z`, - ShipperName: `United Package`, - ProductID: 63, - ProductName: `Vegie-spread`, - UnitPrice: 35.1, - Quantity: 8, - Discontinued: false, - ExtendedPrice: 280.8, - Freight: 92.69 - }), - new InvoicesWorldDataItem( - { - ShipName: `Berglunds snabbköp`, - ShipAddress: `Berguvsvägen 8`, - ShipCity: `Luleå`, - ShipRegion: null, - ShipPostalCode: `S-958 22`, - ShipCountry: `Sweden`, - CustomerID: `BERGS`, - CustomerName: `Berglunds snabbköp`, - Address: `Berguvsvägen 8`, - City: `Luleå`, - Region: null, - PostalCode: 48000, - Country: `Sweden`, - Salesperson: `Laura Callahan`, - OrderID: 10278, - OrderDate: `2017-10-03T21:00:00.000Z`, - ShipperName: `United Package`, - ProductID: 73, - ProductName: `Röd Kaviar`, - UnitPrice: 12, - Quantity: 25, - Discontinued: false, - ExtendedPrice: 300, - Freight: 92.69 - }), - new InvoicesWorldDataItem( - { - ShipName: `Berglunds snabbköp`, - ShipAddress: `Berguvsvägen 8`, - ShipCity: `Luleå`, - ShipRegion: null, - ShipPostalCode: `S-958 22`, - ShipCountry: `Sweden`, - CustomerID: `BERGS`, - CustomerName: `Berglunds snabbköp`, - Address: `Berguvsvägen 8`, - City: `Luleå`, - Region: null, - PostalCode: 46000, - Country: `Sweden`, - Salesperson: `Andrew Fuller`, - OrderID: 10280, - OrderDate: `2017-10-03T21:00:00.000Z`, - ShipperName: `Speedy Express`, - ProductID: 24, - ProductName: `Guaraná Fantástica`, - UnitPrice: 3.6, - Quantity: 12, - Discontinued: false, - ExtendedPrice: 43.2, - Freight: 8.98 - }), - new InvoicesWorldDataItem( - { - ShipName: `Berglunds snabbköp`, - ShipAddress: `Berguvsvägen 8`, - ShipCity: `Luleå`, - ShipRegion: null, - ShipPostalCode: `S-958 22`, - ShipCountry: `Sweden`, - CustomerID: `BERGS`, - CustomerName: `Berglunds snabbköp`, - Address: `Berguvsvägen 8`, - City: `Luleå`, - Region: null, - PostalCode: 24000, - Country: `Sweden`, - Salesperson: `Andrew Fuller`, - OrderID: 10280, - OrderDate: `2017-10-03T21:00:00.000Z`, - ShipperName: `Speedy Express`, - ProductID: 55, - ProductName: `Pâté chinois`, - UnitPrice: 19.2, - Quantity: 20, - Discontinued: false, - ExtendedPrice: 384, - Freight: 8.98 - }), - new InvoicesWorldDataItem( - { - ShipName: `Berglunds snabbköp`, - ShipAddress: `Berguvsvägen 8`, - ShipCity: `Luleå`, - ShipRegion: null, - ShipPostalCode: `S-958 22`, - ShipCountry: `Sweden`, - CustomerID: `BERGS`, - CustomerName: `Berglunds snabbköp`, - Address: `Berguvsvägen 8`, - City: `Luleå`, - Region: null, - PostalCode: 33000, - Country: `Sweden`, - Salesperson: `Andrew Fuller`, - OrderID: 10280, - OrderDate: `2017-10-03T21:00:00.000Z`, - ShipperName: `Speedy Express`, - ProductID: 75, - ProductName: `Rhönbräu Klosterbier`, - UnitPrice: 6.2, - Quantity: 30, - Discontinued: false, - ExtendedPrice: 186, - Freight: 8.98 - }), - new InvoicesWorldDataItem( - { - ShipName: `Berglunds snabbköp`, - ShipAddress: `Berguvsvägen 8`, - ShipCity: `Luleå`, - ShipRegion: null, - ShipPostalCode: `S-958 22`, - ShipCountry: `Sweden`, - CustomerID: `BERGS`, - CustomerName: `Berglunds snabbköp`, - Address: `Berguvsvägen 8`, - City: `Luleå`, - Region: null, - PostalCode: 17000, - Country: `Sweden`, - Salesperson: `Janet Leverling`, - OrderID: 10384, - OrderDate: `2017-10-03T21:00:00.000Z`, - ShipperName: `Federal Shipping`, - ProductID: 20, - ProductName: `Sir Rodney's Marmalade`, - UnitPrice: 64.8, - Quantity: 28, - Discontinued: false, - ExtendedPrice: 1814.4, - Freight: 168.64 - }), - new InvoicesWorldDataItem( - { - ShipName: `Berglunds snabbköp`, - ShipAddress: `Berguvsvägen 8`, - ShipCity: `Luleå`, - ShipRegion: null, - ShipPostalCode: `S-958 22`, - ShipCountry: `Sweden`, - CustomerID: `BERGS`, - CustomerName: `Berglunds snabbköp`, - Address: `Berguvsvägen 8`, - City: `Luleå`, - Region: null, - PostalCode: 19000, - Country: `Sweden`, - Salesperson: `Janet Leverling`, - OrderID: 10384, - OrderDate: `2017-10-03T21:00:00.000Z`, - ShipperName: `Federal Shipping`, - ProductID: 60, - ProductName: `Camembert Pierrot`, - UnitPrice: 27.2, - Quantity: 15, - Discontinued: false, - ExtendedPrice: 408, - Freight: 168.64 - }), - new InvoicesWorldDataItem( - { - ShipName: `Berglunds snabbköp`, - ShipAddress: `Berguvsvägen 8`, - ShipCity: `Luleå`, - ShipRegion: null, - ShipPostalCode: `S-958 22`, - ShipCountry: `Sweden`, - CustomerID: `BERGS`, - CustomerName: `Berglunds snabbköp`, - Address: `Berguvsvägen 8`, - City: `Luleå`, - Region: null, - PostalCode: 27000, - Country: `Sweden`, - Salesperson: `Janet Leverling`, - OrderID: 10444, - OrderDate: `2017-10-03T21:00:00.000Z`, - ShipperName: `Federal Shipping`, - ProductID: 17, - ProductName: `Alice Mutton`, - UnitPrice: 31.2, - Quantity: 10, - Discontinued: false, - ExtendedPrice: 312, - Freight: 3.5 - }), - new InvoicesWorldDataItem( - { - ShipName: `Berglunds snabbköp`, - ShipAddress: `Berguvsvägen 8`, - ShipCity: `Luleå`, - ShipRegion: null, - ShipPostalCode: `S-958 22`, - ShipCountry: `Sweden`, - CustomerID: `BERGS`, - CustomerName: `Berglunds snabbköp`, - Address: `Berguvsvägen 8`, - City: `Luleå`, - Region: null, - PostalCode: 37000, - Country: `Sweden`, - Salesperson: `Janet Leverling`, - OrderID: 10444, - OrderDate: `2017-10-03T21:00:00.000Z`, - ShipperName: `Federal Shipping`, - ProductID: 26, - ProductName: `Gumbär Gummibärchen`, - UnitPrice: 24.9, - Quantity: 15, - Discontinued: false, - ExtendedPrice: 373.5, - Freight: 3.5 - }), - new InvoicesWorldDataItem( - { - ShipName: `Berglunds snabbköp`, - ShipAddress: `Berguvsvägen 8`, - ShipCity: `Luleå`, - ShipRegion: null, - ShipPostalCode: `S-958 22`, - ShipCountry: `Sweden`, - CustomerID: `BERGS`, - CustomerName: `Berglunds snabbköp`, - Address: `Berguvsvägen 8`, - City: `Luleå`, - Region: null, - PostalCode: 48000, - Country: `Sweden`, - Salesperson: `Janet Leverling`, - OrderID: 10444, - OrderDate: `2017-10-03T21:00:00.000Z`, - ShipperName: `Federal Shipping`, - ProductID: 35, - ProductName: `Steeleye Stout`, - UnitPrice: 14.4, - Quantity: 8, - Discontinued: false, - ExtendedPrice: 115.2, - Freight: 3.5 - }), - new InvoicesWorldDataItem( - { - ShipName: `Berglunds snabbköp`, - ShipAddress: `Berguvsvägen 8`, - ShipCity: `Luleå`, - ShipRegion: null, - ShipPostalCode: `S-958 22`, - ShipCountry: `Sweden`, - CustomerID: `BERGS`, - CustomerName: `Berglunds snabbköp`, - Address: `Berguvsvägen 8`, - City: `Luleå`, - Region: null, - PostalCode: 11000, - Country: `Sweden`, - Salesperson: `Janet Leverling`, - OrderID: 10444, - OrderDate: `2017-10-03T21:00:00.000Z`, - ShipperName: `Federal Shipping`, - ProductID: 41, - ProductName: `Jack's New England Clam Chowder`, - UnitPrice: 7.7, - Quantity: 30, - Discontinued: false, - ExtendedPrice: 231, - Freight: 3.5 - }), - new InvoicesWorldDataItem( - { - ShipName: `Berglunds snabbköp`, - ShipAddress: `Berguvsvägen 8`, - ShipCity: `Luleå`, - ShipRegion: null, - ShipPostalCode: `S-958 22`, - ShipCountry: `Sweden`, - CustomerID: `BERGS`, - CustomerName: `Berglunds snabbköp`, - Address: `Berguvsvägen 8`, - City: `Luleå`, - Region: null, - PostalCode: 46000, - Country: `Sweden`, - Salesperson: `Nancy Davolio`, - OrderID: 10524, - OrderDate: `2017-10-03T21:00:00.000Z`, - ShipperName: `United Package`, - ProductID: 54, - ProductName: `Tourtière`, - UnitPrice: 7.45, - Quantity: 15, - Discontinued: false, - ExtendedPrice: 111.75, - Freight: 244.79 - }), - new InvoicesWorldDataItem( - { - ShipName: `Berglunds snabbköp`, - ShipAddress: `Berguvsvägen 8`, - ShipCity: `Luleå`, - ShipRegion: null, - ShipPostalCode: `S-958 22`, - ShipCountry: `Sweden`, - CustomerID: `BERGS`, - CustomerName: `Berglunds snabbköp`, - Address: `Berguvsvägen 8`, - City: `Luleå`, - Region: null, - PostalCode: 45000, - Country: `Sweden`, - Salesperson: `Janet Leverling`, - OrderID: 10572, - OrderDate: `2017-10-03T21:00:00.000Z`, - ShipperName: `United Package`, - ProductID: 40, - ProductName: `Boston Crab Meat`, - UnitPrice: 18.4, - Quantity: 50, - Discontinued: false, - ExtendedPrice: 920, - Freight: 116.43 - }), - new InvoicesWorldDataItem( - { - ShipName: `Berglunds snabbköp`, - ShipAddress: `Berguvsvägen 8`, - ShipCity: `Luleå`, - ShipRegion: null, - ShipPostalCode: `S-958 22`, - ShipCountry: `Sweden`, - CustomerID: `BERGS`, - CustomerName: `Berglunds snabbköp`, - Address: `Berguvsvägen 8`, - City: `Luleå`, - Region: null, - PostalCode: 21000, - Country: `Sweden`, - Salesperson: `Nancy Davolio`, - OrderID: 10626, - OrderDate: `2017-10-03T21:00:00.000Z`, - ShipperName: `United Package`, - ProductID: 53, - ProductName: `Perth Pasties`, - UnitPrice: 32.8, - Quantity: 12, - Discontinued: false, - ExtendedPrice: 393.6, - Freight: 138.69 - }), - new InvoicesWorldDataItem( - { - ShipName: `Berglunds snabbköp`, - ShipAddress: `Berguvsvägen 8`, - ShipCity: `Luleå`, - ShipRegion: null, - ShipPostalCode: `S-958 22`, - ShipCountry: `Sweden`, - CustomerID: `BERGS`, - CustomerName: `Berglunds snabbköp`, - Address: `Berguvsvägen 8`, - City: `Luleå`, - Region: null, - PostalCode: 23000, - Country: `Sweden`, - Salesperson: `Nancy Davolio`, - OrderID: 10626, - OrderDate: `2017-10-03T21:00:00.000Z`, - ShipperName: `United Package`, - ProductID: 60, - ProductName: `Camembert Pierrot`, - UnitPrice: 34, - Quantity: 20, - Discontinued: false, - ExtendedPrice: 680, - Freight: 138.69 - }), - new InvoicesWorldDataItem( - { - ShipName: `Berglunds snabbköp`, - ShipAddress: `Berguvsvägen 8`, - ShipCity: `Luleå`, - ShipRegion: null, - ShipPostalCode: `S-958 22`, - ShipCountry: `Sweden`, - CustomerID: `BERGS`, - CustomerName: `Berglunds snabbköp`, - Address: `Berguvsvägen 8`, - City: `Luleå`, - Region: null, - PostalCode: 46000, - Country: `Sweden`, - Salesperson: `Nancy Davolio`, - OrderID: 10626, - OrderDate: `2017-10-03T21:00:00.000Z`, - ShipperName: `United Package`, - ProductID: 71, - ProductName: `Flotemysost`, - UnitPrice: 21.5, - Quantity: 20, - Discontinued: false, - ExtendedPrice: 430, - Freight: 138.69 - }), - new InvoicesWorldDataItem( - { - ShipName: `Berglunds snabbköp`, - ShipAddress: `Berguvsvägen 8`, - ShipCity: `Luleå`, - ShipRegion: null, - ShipPostalCode: `S-958 22`, - ShipCountry: `Sweden`, - CustomerID: `BERGS`, - CustomerName: `Berglunds snabbköp`, - Address: `Berguvsvägen 8`, - City: `Luleå`, - Region: null, - PostalCode: 46000, - Country: `Sweden`, - Salesperson: `Anne Dodsworth`, - OrderID: 10672, - OrderDate: `2017-10-03T21:00:00.000Z`, - ShipperName: `United Package`, - ProductID: 71, - ProductName: `Flotemysost`, - UnitPrice: 21.5, - Quantity: 12, - Discontinued: false, - ExtendedPrice: 258, - Freight: 95.75 - }), - new InvoicesWorldDataItem( - { - ShipName: `Berglunds snabbköp`, - ShipAddress: `Berguvsvägen 8`, - ShipCity: `Luleå`, - ShipRegion: null, - ShipPostalCode: `S-958 22`, - ShipCountry: `Sweden`, - CustomerID: `BERGS`, - CustomerName: `Berglunds snabbköp`, - Address: `Berguvsvägen 8`, - City: `Luleå`, - Region: null, - PostalCode: 41000, - Country: `Sweden`, - Salesperson: `Nancy Davolio`, - OrderID: 10733, - OrderDate: `2017-10-03T21:00:00.000Z`, - ShipperName: `Federal Shipping`, - ProductID: 14, - ProductName: `Tofu`, - UnitPrice: 23.25, - Quantity: 16, - Discontinued: false, - ExtendedPrice: 372, - Freight: 110.11 - }), - new InvoicesWorldDataItem( - { - ShipName: `Berglunds snabbköp`, - ShipAddress: `Berguvsvägen 8`, - ShipCity: `Luleå`, - ShipRegion: null, - ShipPostalCode: `S-958 22`, - ShipCountry: `Sweden`, - CustomerID: `BERGS`, - CustomerName: `Berglunds snabbköp`, - Address: `Berguvsvägen 8`, - City: `Luleå`, - Region: null, - PostalCode: 30000, - Country: `Sweden`, - Salesperson: `Nancy Davolio`, - OrderID: 10733, - OrderDate: `2017-10-03T21:00:00.000Z`, - ShipperName: `Federal Shipping`, - ProductID: 28, - ProductName: `Rössle Sauerkraut`, - UnitPrice: 45.6, - Quantity: 20, - Discontinued: false, - ExtendedPrice: 912, - Freight: 110.11 - }), - new InvoicesWorldDataItem( - { - ShipName: `Berglunds snabbköp`, - ShipAddress: `Berguvsvägen 8`, - ShipCity: `Luleå`, - ShipRegion: null, - ShipPostalCode: `S-958 22`, - ShipCountry: `Sweden`, - CustomerID: `BERGS`, - CustomerName: `Berglunds snabbköp`, - Address: `Berguvsvägen 8`, - City: `Luleå`, - Region: null, - PostalCode: 27000, - Country: `Sweden`, - Salesperson: `Nancy Davolio`, - OrderID: 10733, - OrderDate: `2017-10-03T21:00:00.000Z`, - ShipperName: `Federal Shipping`, - ProductID: 52, - ProductName: `Filo Mix`, - UnitPrice: 7, - Quantity: 25, - Discontinued: false, - ExtendedPrice: 175, - Freight: 110.11 - }), - new InvoicesWorldDataItem( - { - ShipName: `Berglunds snabbköp`, - ShipAddress: `Berguvsvägen 8`, - ShipCity: `Luleå`, - ShipRegion: null, - ShipPostalCode: `S-958 22`, - ShipCountry: `Sweden`, - CustomerID: `BERGS`, - CustomerName: `Berglunds snabbköp`, - Address: `Berguvsvägen 8`, - City: `Luleå`, - Region: null, - PostalCode: 40000, - Country: `Sweden`, - Salesperson: `Janet Leverling`, - OrderID: 10778, - OrderDate: `2017-10-03T21:00:00.000Z`, - ShipperName: `Speedy Express`, - ProductID: 41, - ProductName: `Jack's New England Clam Chowder`, - UnitPrice: 9.65, - Quantity: 10, - Discontinued: false, - ExtendedPrice: 96.5, - Freight: 6.79 - }), - new InvoicesWorldDataItem( - { - ShipName: `Berglunds snabbköp`, - ShipAddress: `Berguvsvägen 8`, - ShipCity: `Luleå`, - ShipRegion: null, - ShipPostalCode: `S-958 22`, - ShipCountry: `Sweden`, - CustomerID: `BERGS`, - CustomerName: `Berglunds snabbköp`, - Address: `Berguvsvägen 8`, - City: `Luleå`, - Region: null, - PostalCode: 39000, - Country: `Sweden`, - Salesperson: `Anne Dodsworth`, - OrderID: 10837, - OrderDate: `2018-10-03T21:00:00.000Z`, - ShipperName: `Federal Shipping`, - ProductID: 13, - ProductName: `Konbu`, - UnitPrice: 6, - Quantity: 6, - Discontinued: false, - ExtendedPrice: 36, - Freight: 13.32 - }), - new InvoicesWorldDataItem( - { - ShipName: `Berglunds snabbköp`, - ShipAddress: `Berguvsvägen 8`, - ShipCity: `Luleå`, - ShipRegion: null, - ShipPostalCode: `S-958 22`, - ShipCountry: `Sweden`, - CustomerID: `BERGS`, - CustomerName: `Berglunds snabbköp`, - Address: `Berguvsvägen 8`, - City: `Luleå`, - Region: null, - PostalCode: 43000, - Country: `Sweden`, - Salesperson: `Anne Dodsworth`, - OrderID: 10837, - OrderDate: `2018-10-03T21:00:00.000Z`, - ShipperName: `Federal Shipping`, - ProductID: 40, - ProductName: `Boston Crab Meat`, - UnitPrice: 18.4, - Quantity: 25, - Discontinued: false, - ExtendedPrice: 460, - Freight: 13.32 - }), - new InvoicesWorldDataItem( - { - ShipName: `Berglunds snabbköp`, - ShipAddress: `Berguvsvägen 8`, - ShipCity: `Luleå`, - ShipRegion: null, - ShipPostalCode: `S-958 22`, - ShipCountry: `Sweden`, - CustomerID: `BERGS`, - CustomerName: `Berglunds snabbköp`, - Address: `Berguvsvägen 8`, - City: `Luleå`, - Region: null, - PostalCode: 22000, - Country: `Sweden`, - Salesperson: `Laura Callahan`, - OrderID: 10857, - OrderDate: `2018-10-03T21:00:00.000Z`, - ShipperName: `United Package`, - ProductID: 3, - ProductName: `Aniseed Syrup`, - UnitPrice: 10, - Quantity: 30, - Discontinued: false, - ExtendedPrice: 300, - Freight: 188.85 - }), - new InvoicesWorldDataItem( - { - ShipName: `Berglunds snabbköp`, - ShipAddress: `Berguvsvägen 8`, - ShipCity: `Luleå`, - ShipRegion: null, - ShipPostalCode: `S-958 22`, - ShipCountry: `Sweden`, - CustomerID: `BERGS`, - CustomerName: `Berglunds snabbköp`, - Address: `Berguvsvägen 8`, - City: `Luleå`, - Region: null, - PostalCode: 30000, - Country: `Sweden`, - Salesperson: `Margaret Peacock`, - OrderID: 10875, - OrderDate: `2018-10-03T21:00:00.000Z`, - ShipperName: `United Package`, - ProductID: 19, - ProductName: `Teatime Chocolate Biscuits`, - UnitPrice: 9.2, - Quantity: 25, - Discontinued: false, - ExtendedPrice: 230, - Freight: 32.37 - }), - new InvoicesWorldDataItem( - { - ShipName: `Berglunds snabbköp`, - ShipAddress: `Berguvsvägen 8`, - ShipCity: `Luleå`, - ShipRegion: null, - ShipPostalCode: `S-958 22`, - ShipCountry: `Sweden`, - CustomerID: `BERGS`, - CustomerName: `Berglunds snabbköp`, - Address: `Berguvsvägen 8`, - City: `Luleå`, - Region: null, - PostalCode: 50000, - Country: `Sweden`, - Salesperson: `Margaret Peacock`, - OrderID: 10875, - OrderDate: `2018-10-03T21:00:00.000Z`, - ShipperName: `United Package`, - ProductID: 49, - ProductName: `Maxilaku`, - UnitPrice: 20, - Quantity: 15, - Discontinued: false, - ExtendedPrice: 300, - Freight: 32.37 - }), - new InvoicesWorldDataItem( - { - ShipName: `Berglunds snabbköp`, - ShipAddress: `Berguvsvägen 8`, - ShipCity: `Luleå`, - ShipRegion: null, - ShipPostalCode: `S-958 22`, - ShipCountry: `Sweden`, - CustomerID: `BERGS`, - CustomerName: `Berglunds snabbköp`, - Address: `Berguvsvägen 8`, - City: `Luleå`, - Region: null, - PostalCode: 45000, - Country: `Sweden`, - Salesperson: `Janet Leverling`, - OrderID: 10924, - OrderDate: `2018-10-03T21:00:00.000Z`, - ShipperName: `United Package`, - ProductID: 75, - ProductName: `Rhönbräu Klosterbier`, - UnitPrice: 7.75, - Quantity: 6, - Discontinued: false, - ExtendedPrice: 46.5, - Freight: 151.52 - }), - new InvoicesWorldDataItem( - { - ShipName: `Berglunds snabbköp`, - ShipAddress: `Berguvsvägen 8`, - ShipCity: `Luleå`, - ShipRegion: null, - ShipPostalCode: `S-958 22`, - ShipCountry: `Sweden`, - CustomerID: `BERGS`, - CustomerName: `Berglunds snabbköp`, - Address: `Berguvsvägen 8`, - City: `Luleå`, - Region: null, - PostalCode: 28000, - Country: `Sweden`, - Salesperson: `Janet Leverling`, - OrderID: 10572, - OrderDate: `2018-10-03T21:00:00.000Z`, - ShipperName: `United Package`, - ProductID: 16, - ProductName: `Pavlova`, - UnitPrice: 17.45, - Quantity: 12, - Discontinued: false, - ExtendedPrice: 188.46, - Freight: 116.43 - }), - new InvoicesWorldDataItem( - { - ShipName: `Berglunds snabbköp`, - ShipAddress: `Berguvsvägen 8`, - ShipCity: `Luleå`, - ShipRegion: null, - ShipPostalCode: `S-958 22`, - ShipCountry: `Sweden`, - CustomerID: `BERGS`, - CustomerName: `Berglunds snabbköp`, - Address: `Berguvsvägen 8`, - City: `Luleå`, - Region: null, - PostalCode: 50000, - Country: `Sweden`, - Salesperson: `Janet Leverling`, - OrderID: 10572, - OrderDate: `2018-10-03T21:00:00.000Z`, - ShipperName: `United Package`, - ProductID: 32, - ProductName: `Mascarpone Fabioli`, - UnitPrice: 32, - Quantity: 10, - Discontinued: false, - ExtendedPrice: 288, - Freight: 116.43 - }), - new InvoicesWorldDataItem( - { - ShipName: `Berglunds snabbköp`, - ShipAddress: `Berguvsvägen 8`, - ShipCity: `Luleå`, - ShipRegion: null, - ShipPostalCode: `S-958 22`, - ShipCountry: `Sweden`, - CustomerID: `BERGS`, - CustomerName: `Berglunds snabbköp`, - Address: `Berguvsvägen 8`, - City: `Luleå`, - Region: null, - PostalCode: 50000, - Country: `Sweden`, - Salesperson: `Janet Leverling`, - OrderID: 10572, - OrderDate: `2018-10-03T21:00:00.000Z`, - ShipperName: `United Package`, - ProductID: 75, - ProductName: `Rhönbräu Klosterbier`, - UnitPrice: 7.75, - Quantity: 15, - Discontinued: false, - ExtendedPrice: 104.62, - Freight: 116.43 - }), - new InvoicesWorldDataItem( - { - ShipName: `Berglunds snabbköp`, - ShipAddress: `Berguvsvägen 8`, - ShipCity: `Luleå`, - ShipRegion: null, - ShipPostalCode: `S-958 22`, - ShipCountry: `Sweden`, - CustomerID: `BERGS`, - CustomerName: `Berglunds snabbköp`, - Address: `Berguvsvägen 8`, - City: `Luleå`, - Region: null, - PostalCode: 32000, - Country: `Sweden`, - Salesperson: `Steven Buchanan`, - OrderID: 10654, - OrderDate: `2018-10-03T21:00:00.000Z`, - ShipperName: `Speedy Express`, - ProductID: 4, - ProductName: `Chef Anton's Cajun Seasoning`, - UnitPrice: 22, - Quantity: 12, - Discontinued: false, - ExtendedPrice: 237.6, - Freight: 55.26 - }), - new InvoicesWorldDataItem( - { - ShipName: `Berglunds snabbköp`, - ShipAddress: `Berguvsvägen 8`, - ShipCity: `Luleå`, - ShipRegion: null, - ShipPostalCode: `S-958 22`, - ShipCountry: `Sweden`, - CustomerID: `BERGS`, - CustomerName: `Berglunds snabbköp`, - Address: `Berguvsvägen 8`, - City: `Luleå`, - Region: null, - PostalCode: 48000, - Country: `Sweden`, - Salesperson: `Steven Buchanan`, - OrderID: 10654, - OrderDate: `2018-10-03T21:00:00.000Z`, - ShipperName: `Speedy Express`, - ProductID: 39, - ProductName: `Chartreuse verte`, - UnitPrice: 18, - Quantity: 20, - Discontinued: false, - ExtendedPrice: 324, - Freight: 55.26 - }), - new InvoicesWorldDataItem( - { - ShipName: `Berglunds snabbköp`, - ShipAddress: `Berguvsvägen 8`, - ShipCity: `Luleå`, - ShipRegion: null, - ShipPostalCode: `S-958 22`, - ShipCountry: `Sweden`, - CustomerID: `BERGS`, - CustomerName: `Berglunds snabbköp`, - Address: `Berguvsvägen 8`, - City: `Luleå`, - Region: null, - PostalCode: 27000, - Country: `Sweden`, - Salesperson: `Steven Buchanan`, - OrderID: 10654, - OrderDate: `2018-10-03T21:00:00.000Z`, - ShipperName: `Speedy Express`, - ProductID: 54, - ProductName: `Tourtière`, - UnitPrice: 7.45, - Quantity: 6, - Discontinued: false, - ExtendedPrice: 40.23, - Freight: 55.26 - }), - new InvoicesWorldDataItem( - { - ShipName: `Berglunds snabbköp`, - ShipAddress: `Berguvsvägen 8`, - ShipCity: `Luleå`, - ShipRegion: null, - ShipPostalCode: `S-958 22`, - ShipCountry: `Sweden`, - CustomerID: `BERGS`, - CustomerName: `Berglunds snabbköp`, - Address: `Berguvsvägen 8`, - City: `Luleå`, - Region: null, - PostalCode: 36000, - Country: `Sweden`, - Salesperson: `Anne Dodsworth`, - OrderID: 10672, - OrderDate: `2018-10-03T21:00:00.000Z`, - ShipperName: `United Package`, - ProductID: 38, - ProductName: `Côte de Blaye`, - UnitPrice: 263.5, - Quantity: 15, - Discontinued: false, - ExtendedPrice: 3557.25, - Freight: 95.75 - }), - new InvoicesWorldDataItem( - { - ShipName: `Berglunds snabbköp`, - ShipAddress: `Berguvsvägen 8`, - ShipCity: `Luleå`, - ShipRegion: null, - ShipPostalCode: `S-958 22`, - ShipCountry: `Sweden`, - CustomerID: `BERGS`, - CustomerName: `Berglunds snabbköp`, - Address: `Berguvsvägen 8`, - City: `Luleå`, - Region: null, - PostalCode: 30000, - Country: `Sweden`, - Salesperson: `Margaret Peacock`, - OrderID: 10875, - OrderDate: `2018-10-03T21:00:00.000Z`, - ShipperName: `United Package`, - ProductID: 47, - ProductName: `Zaanse koeken`, - UnitPrice: 9.5, - Quantity: 21, - Discontinued: false, - ExtendedPrice: 179.55, - Freight: 32.37 - }), - new InvoicesWorldDataItem( - { - ShipName: `Berglunds snabbköp`, - ShipAddress: `Berguvsvägen 8`, - ShipCity: `Luleå`, - ShipRegion: null, - ShipPostalCode: `S-958 22`, - ShipCountry: `Sweden`, - CustomerID: `BERGS`, - CustomerName: `Berglunds snabbköp`, - Address: `Berguvsvägen 8`, - City: `Luleå`, - Region: null, - PostalCode: 47000, - Country: `Sweden`, - Salesperson: `Janet Leverling`, - OrderID: 10924, - OrderDate: `2018-10-03T21:00:00.000Z`, - ShipperName: `United Package`, - ProductID: 10, - ProductName: `Ikura`, - UnitPrice: 31, - Quantity: 20, - Discontinued: false, - ExtendedPrice: 558, - Freight: 151.52 - }), - new InvoicesWorldDataItem( - { - ShipName: `Berglunds snabbköp`, - ShipAddress: `Berguvsvägen 8`, - ShipCity: `Luleå`, - ShipRegion: null, - ShipPostalCode: `S-958 22`, - ShipCountry: `Sweden`, - CustomerID: `BERGS`, - CustomerName: `Berglunds snabbköp`, - Address: `Berguvsvägen 8`, - City: `Luleå`, - Region: null, - PostalCode: 25000, - Country: `Sweden`, - Salesperson: `Janet Leverling`, - OrderID: 10924, - OrderDate: `2018-10-03T21:00:00.000Z`, - ShipperName: `United Package`, - ProductID: 28, - ProductName: `Rössle Sauerkraut`, - UnitPrice: 45.6, - Quantity: 30, - Discontinued: true, - ExtendedPrice: 1231.2, - Freight: 151.52 - }), - new InvoicesWorldDataItem( - { - ShipName: `Berglunds snabbköp`, - ShipAddress: `Berguvsvägen 8`, - ShipCity: `Luleå`, - ShipRegion: null, - ShipPostalCode: `S-958 22`, - ShipCountry: `Sweden`, - CustomerID: `BERGS`, - CustomerName: `Berglunds snabbköp`, - Address: `Berguvsvägen 8`, - City: `Luleå`, - Region: null, - PostalCode: 29000, - Country: `Sweden`, - Salesperson: `Nancy Davolio`, - OrderID: 10689, - OrderDate: `2018-10-03T21:00:00.000Z`, - ShipperName: `United Package`, - ProductID: 1, - ProductName: `Chai`, - UnitPrice: 18, - Quantity: 35, - Discontinued: true, - ExtendedPrice: 472.5, - Freight: 13.42 - }), - new InvoicesWorldDataItem( - { - ShipName: `Berglunds snabbköp`, - ShipAddress: `Berguvsvägen 8`, - ShipCity: `Luleå`, - ShipRegion: null, - ShipPostalCode: `S-958 22`, - ShipCountry: `Sweden`, - CustomerID: `BERGS`, - CustomerName: `Berglunds snabbköp`, - Address: `Berguvsvägen 8`, - City: `Luleå`, - Region: null, - PostalCode: 47000, - Country: `Sweden`, - Salesperson: `Anne Dodsworth`, - OrderID: 10837, - OrderDate: `2018-10-03T21:00:00.000Z`, - ShipperName: `Federal Shipping`, - ProductID: 47, - ProductName: `Zaanse koeken`, - UnitPrice: 9.5, - Quantity: 40, - Discontinued: true, - ExtendedPrice: 285, - Freight: 13.32 - }), - new InvoicesWorldDataItem( - { - ShipName: `Berglunds snabbköp`, - ShipAddress: `Berguvsvägen 8`, - ShipCity: `Luleå`, - ShipRegion: null, - ShipPostalCode: `S-958 22`, - ShipCountry: `Sweden`, - CustomerID: `BERGS`, - CustomerName: `Berglunds snabbköp`, - Address: `Berguvsvägen 8`, - City: `Luleå`, - Region: null, - PostalCode: 32000, - Country: `Sweden`, - Salesperson: `Anne Dodsworth`, - OrderID: 10837, - OrderDate: `2018-10-03T21:00:00.000Z`, - ShipperName: `Federal Shipping`, - ProductID: 76, - ProductName: `Lakkalikööri`, - UnitPrice: 18, - Quantity: 21, - Discontinued: true, - ExtendedPrice: 283.5, - Freight: 13.32 - }), - new InvoicesWorldDataItem( - { - ShipName: `Berglunds snabbköp`, - ShipAddress: `Berguvsvägen 8`, - ShipCity: `Luleå`, - ShipRegion: null, - ShipPostalCode: `S-958 22`, - ShipCountry: `Sweden`, - CustomerID: `BERGS`, - CustomerName: `Berglunds snabbköp`, - Address: `Berguvsvägen 8`, - City: `Luleå`, - Region: null, - PostalCode: 27000, - Country: `Sweden`, - Salesperson: `Laura Callahan`, - OrderID: 10857, - OrderDate: `2018-10-03T21:00:00.000Z`, - ShipperName: `United Package`, - ProductID: 26, - ProductName: `Gumbär Gummibärchen`, - UnitPrice: 31.23, - Quantity: 35, - Discontinued: true, - ExtendedPrice: 819.79, - Freight: 188.85 - }), - new InvoicesWorldDataItem( - { - ShipName: `Berglunds snabbköp`, - ShipAddress: `Berguvsvägen 8`, - ShipCity: `Luleå`, - ShipRegion: null, - ShipPostalCode: `S-958 22`, - ShipCountry: `Sweden`, - CustomerID: `BERGS`, - CustomerName: `Berglunds snabbköp`, - Address: `Berguvsvägen 8`, - City: `Luleå`, - Region: null, - PostalCode: 49000, - Country: `Sweden`, - Salesperson: `Laura Callahan`, - OrderID: 10857, - OrderDate: `2018-10-03T21:00:00.000Z`, - ShipperName: `United Package`, - ProductID: 29, - ProductName: `Thüringer Rostbratwurst`, - UnitPrice: 123.79, - Quantity: 10, - Discontinued: true, - ExtendedPrice: 928.43, - Freight: 188.85 - }), - new InvoicesWorldDataItem( - { - ShipName: `Berglunds snabbköp`, - ShipAddress: `Berguvsvägen 8`, - ShipCity: `Luleå`, - ShipRegion: null, - ShipPostalCode: `S-958 22`, - ShipCountry: `Sweden`, - CustomerID: `BERGS`, - CustomerName: `Berglunds snabbköp`, - Address: `Berguvsvägen 8`, - City: `Luleå`, - Region: null, - PostalCode: 20000, - Country: `Sweden`, - Salesperson: `Steven Buchanan`, - OrderID: 10866, - OrderDate: `2018-10-03T21:00:00.000Z`, - ShipperName: `Speedy Express`, - ProductID: 2, - ProductName: `Chang`, - UnitPrice: 19, - Quantity: 21, - Discontinued: true, - ExtendedPrice: 299.25, - Freight: 109.11 - }), - new InvoicesWorldDataItem( - { - ShipName: `Berglunds snabbköp`, - ShipAddress: `Berguvsvägen 8`, - ShipCity: `Luleå`, - ShipRegion: null, - ShipPostalCode: `S-958 22`, - ShipCountry: `Sweden`, - CustomerID: `BERGS`, - CustomerName: `Berglunds snabbköp`, - Address: `Berguvsvägen 8`, - City: `Luleå`, - Region: null, - PostalCode: 40000, - Country: `Sweden`, - Salesperson: `Steven Buchanan`, - OrderID: 10866, - OrderDate: `2018-10-03T21:00:00.000Z`, - ShipperName: `Speedy Express`, - ProductID: 24, - ProductName: `Guaraná Fantástica`, - UnitPrice: 4.5, - Quantity: 6, - Discontinued: true, - ExtendedPrice: 20.25, - Freight: 109.11 - }), - new InvoicesWorldDataItem( - { - ShipName: `Berglunds snabbköp`, - ShipAddress: `Berguvsvägen 8`, - ShipCity: `Luleå`, - ShipRegion: null, - ShipPostalCode: `S-958 22`, - ShipCountry: `Sweden`, - CustomerID: `BERGS`, - CustomerName: `Berglunds snabbköp`, - Address: `Berguvsvägen 8`, - City: `Luleå`, - Region: null, - PostalCode: 27000, - Country: `Sweden`, - Salesperson: `Steven Buchanan`, - OrderID: 10866, - OrderDate: `2018-10-03T21:00:00.000Z`, - ShipperName: `Speedy Express`, - ProductID: 30, - ProductName: `Nord-Ost Matjeshering`, - UnitPrice: 25.89, - Quantity: 40, - Discontinued: false, - ExtendedPrice: 776.7, - Freight: 109.11 - }), - new InvoicesWorldDataItem( - { - ShipName: `Blauer See Delikatessen`, - ShipAddress: `Forsterstr. 57`, - ShipCity: `Mannheim`, - ShipRegion: null, - ShipPostalCode: `68306`, - ShipCountry: `Germany`, - CustomerID: `BLAUS`, - CustomerName: `Blauer See Delikatessen`, - Address: `Forsterstr. 57`, - City: `Mannheim`, - Region: null, - PostalCode: 68306, - Country: `Germany`, - Salesperson: `Anne Dodsworth`, - OrderID: 10501, - OrderDate: `2018-10-03T21:00:00.000Z`, - ShipperName: `Federal Shipping`, - ProductID: 54, - ProductName: `Tourtière`, - UnitPrice: 7.45, - Quantity: 20, - Discontinued: false, - ExtendedPrice: 149, - Freight: 8.85 - }), - new InvoicesWorldDataItem( - { - ShipName: `Blauer See Delikatessen`, - ShipAddress: `Forsterstr. 57`, - ShipCity: `Mannheim`, - ShipRegion: null, - ShipPostalCode: `68306`, - ShipCountry: `Germany`, - CustomerID: `BLAUS`, - CustomerName: `Blauer See Delikatessen`, - Address: `Forsterstr. 57`, - City: `Mannheim`, - Region: null, - PostalCode: 68306, - Country: `Germany`, - Salesperson: `Margaret Peacock`, - OrderID: 10509, - OrderDate: `2018-10-03T21:00:00.000Z`, - ShipperName: `Speedy Express`, - ProductID: 28, - ProductName: `Rössle Sauerkraut`, - UnitPrice: 45.6, - Quantity: 3, - Discontinued: false, - ExtendedPrice: 136.8, - Freight: 0.15 - }), - new InvoicesWorldDataItem( - { - ShipName: `Blauer See Delikatessen`, - ShipAddress: `Forsterstr. 57`, - ShipCity: `Mannheim`, - ShipRegion: null, - ShipPostalCode: `68306`, - ShipCountry: `Germany`, - CustomerID: `BLAUS`, - CustomerName: `Blauer See Delikatessen`, - Address: `Forsterstr. 57`, - City: `Mannheim`, - Region: null, - PostalCode: 68306, - Country: `Germany`, - Salesperson: `Janet Leverling`, - OrderID: 10582, - OrderDate: `2018-10-03T21:00:00.000Z`, - ShipperName: `United Package`, - ProductID: 57, - ProductName: `Ravioli Angelo`, - UnitPrice: 19.5, - Quantity: 4, - Discontinued: false, - ExtendedPrice: 78, - Freight: 27.71 - }), - new InvoicesWorldDataItem( - { - ShipName: `Blauer See Delikatessen`, - ShipAddress: `Forsterstr. 57`, - ShipCity: `Mannheim`, - ShipRegion: null, - ShipPostalCode: `68306`, - ShipCountry: `Germany`, - CustomerID: `BLAUS`, - CustomerName: `Blauer See Delikatessen`, - Address: `Forsterstr. 57`, - City: `Mannheim`, - Region: null, - PostalCode: 68306, - Country: `Germany`, - Salesperson: `Janet Leverling`, - OrderID: 10582, - OrderDate: `2018-10-03T21:00:00.000Z`, - ShipperName: `United Package`, - ProductID: 76, - ProductName: `Lakkalikööri`, - UnitPrice: 18, - Quantity: 14, - Discontinued: false, - ExtendedPrice: 252, - Freight: 27.71 - }), - new InvoicesWorldDataItem( - { - ShipName: `Blauer See Delikatessen`, - ShipAddress: `Forsterstr. 57`, - ShipCity: `Mannheim`, - ShipRegion: null, - ShipPostalCode: `68306`, - ShipCountry: `Germany`, - CustomerID: `BLAUS`, - CustomerName: `Blauer See Delikatessen`, - Address: `Forsterstr. 57`, - City: `Mannheim`, - Region: null, - PostalCode: 68306, - Country: `Germany`, - Salesperson: `Laura Callahan`, - OrderID: 10614, - OrderDate: `2018-10-03T21:00:00.000Z`, - ShipperName: `Federal Shipping`, - ProductID: 11, - ProductName: `Queso Cabrales`, - UnitPrice: 21, - Quantity: 14, - Discontinued: false, - ExtendedPrice: 294, - Freight: 1.93 - }), - new InvoicesWorldDataItem( - { - ShipName: `Blauer See Delikatessen`, - ShipAddress: `Forsterstr. 57`, - ShipCity: `Mannheim`, - ShipRegion: null, - ShipPostalCode: `68306`, - ShipCountry: `Germany`, - CustomerID: `BLAUS`, - CustomerName: `Blauer See Delikatessen`, - Address: `Forsterstr. 57`, - City: `Mannheim`, - Region: null, - PostalCode: 68306, - Country: `Germany`, - Salesperson: `Laura Callahan`, - OrderID: 10614, - OrderDate: `2016-10-03T21:00:00.000Z`, - ShipperName: `Federal Shipping`, - ProductID: 21, - ProductName: `Sir Rodney's Scones`, - UnitPrice: 10, - Quantity: 8, - Discontinued: false, - ExtendedPrice: 80, - Freight: 1.93 - }), - new InvoicesWorldDataItem( - { - ShipName: `Blauer See Delikatessen`, - ShipAddress: `Forsterstr. 57`, - ShipCity: `Mannheim`, - ShipRegion: null, - ShipPostalCode: `68306`, - ShipCountry: `Germany`, - CustomerID: `BLAUS`, - CustomerName: `Blauer See Delikatessen`, - Address: `Forsterstr. 57`, - City: `Mannheim`, - Region: null, - PostalCode: 68306, - Country: `Germany`, - Salesperson: `Laura Callahan`, - OrderID: 10614, - OrderDate: `2016-10-03T21:00:00.000Z`, - ShipperName: `Federal Shipping`, - ProductID: 39, - ProductName: `Chartreuse verte`, - UnitPrice: 18, - Quantity: 5, - Discontinued: false, - ExtendedPrice: 90, - Freight: 1.93 - }), - new InvoicesWorldDataItem( - { - ShipName: `Blauer See Delikatessen`, - ShipAddress: `Forsterstr. 57`, - ShipCity: `Mannheim`, - ShipRegion: null, - ShipPostalCode: `68306`, - ShipCountry: `Germany`, - CustomerID: `BLAUS`, - CustomerName: `Blauer See Delikatessen`, - Address: `Forsterstr. 57`, - City: `Mannheim`, - Region: null, - PostalCode: 68306, - Country: `Germany`, - Salesperson: `Anne Dodsworth`, - OrderID: 10853, - OrderDate: `2016-10-03T21:00:00.000Z`, - ShipperName: `United Package`, - ProductID: 18, - ProductName: `Carnarvon Tigers`, - UnitPrice: 62.5, - Quantity: 10, - Discontinued: false, - ExtendedPrice: 625, - Freight: 53.83 - }), - new InvoicesWorldDataItem( - { - ShipName: `Blauer See Delikatessen`, - ShipAddress: `Forsterstr. 57`, - ShipCity: `Mannheim`, - ShipRegion: null, - ShipPostalCode: `68306`, - ShipCountry: `Germany`, - CustomerID: `BLAUS`, - CustomerName: `Blauer See Delikatessen`, - Address: `Forsterstr. 57`, - City: `Mannheim`, - Region: null, - PostalCode: 68306, - Country: `Germany`, - Salesperson: `Michael Suyama`, - OrderID: 10956, - OrderDate: `2016-10-03T21:00:00.000Z`, - ShipperName: `United Package`, - ProductID: 21, - ProductName: `Sir Rodney's Scones`, - UnitPrice: 10, - Quantity: 12, - Discontinued: false, - ExtendedPrice: 120, - Freight: 44.65 - }), - new InvoicesWorldDataItem( - { - ShipName: `Blauer See Delikatessen`, - ShipAddress: `Forsterstr. 57`, - ShipCity: `Mannheim`, - ShipRegion: null, - ShipPostalCode: `68306`, - ShipCountry: `Germany`, - CustomerID: `BLAUS`, - CustomerName: `Blauer See Delikatessen`, - Address: `Forsterstr. 57`, - City: `Mannheim`, - Region: null, - PostalCode: 68306, - Country: `Germany`, - Salesperson: `Michael Suyama`, - OrderID: 10956, - OrderDate: `2016-10-03T21:00:00.000Z`, - ShipperName: `United Package`, - ProductID: 47, - ProductName: `Zaanse koeken`, - UnitPrice: 9.5, - Quantity: 14, - Discontinued: false, - ExtendedPrice: 133, - Freight: 44.65 - }), - new InvoicesWorldDataItem( - { - ShipName: `Bólido Comidas preparadas`, - ShipAddress: `C/ Araquil, 67`, - ShipCity: `Madrid`, - ShipRegion: null, - ShipPostalCode: `28023`, - ShipCountry: `Spain`, - CustomerID: `BOLID`, - CustomerName: `Bólido Comidas preparadas`, - Address: `C/ Araquil, 67`, - City: `Madrid`, - Region: null, - PostalCode: 28023, - Country: `Spain`, - Salesperson: `Margaret Peacock`, - OrderID: 10326, - OrderDate: `2016-10-03T21:00:00.000Z`, - ShipperName: `United Package`, - ProductID: 75, - ProductName: `Rhönbräu Klosterbier`, - UnitPrice: 6.2, - Quantity: 50, - Discontinued: false, - ExtendedPrice: 310, - Freight: 77.92 - }), - new InvoicesWorldDataItem( - { - ShipName: `Bólido Comidas preparadas`, - ShipAddress: `C/ Araquil, 67`, - ShipCity: `Madrid`, - ShipRegion: null, - ShipPostalCode: `28023`, - ShipCountry: `Spain`, - CustomerID: `BOLID`, - CustomerName: `Bólido Comidas preparadas`, - Address: `C/ Araquil, 67`, - City: `Madrid`, - Region: null, - PostalCode: 28023, - Country: `Spain`, - Salesperson: `Anne Dodsworth`, - OrderID: 10970, - OrderDate: `2016-10-03T21:00:00.000Z`, - ShipperName: `Speedy Express`, - ProductID: 52, - ProductName: `Filo Mix`, - UnitPrice: 7, - Quantity: 40, - Discontinued: false, - ExtendedPrice: 224, - Freight: 16.16 - }), - new InvoicesWorldDataItem( - { - ShipName: `Bólido Comidas preparadas`, - ShipAddress: `C/ Araquil, 67`, - ShipCity: `Madrid`, - ShipRegion: null, - ShipPostalCode: `28023`, - ShipCountry: `Spain`, - CustomerID: `BOLID`, - CustomerName: `Bólido Comidas preparadas`, - Address: `C/ Araquil, 67`, - City: `Madrid`, - Region: null, - PostalCode: 28023, - Country: `Spain`, - Salesperson: `Margaret Peacock`, - OrderID: 10801, - OrderDate: `2016-10-03T21:00:00.000Z`, - ShipperName: `United Package`, - ProductID: 17, - ProductName: `Alice Mutton`, - UnitPrice: 39, - Quantity: 40, - Discontinued: false, - ExtendedPrice: 1170, - Freight: 97.09 - }), - new InvoicesWorldDataItem( - { - ShipName: `Bólido Comidas preparadas`, - ShipAddress: `C/ Araquil, 67`, - ShipCity: `Madrid`, - ShipRegion: null, - ShipPostalCode: `28023`, - ShipCountry: `Spain`, - CustomerID: `BOLID`, - CustomerName: `Bólido Comidas preparadas`, - Address: `C/ Araquil, 67`, - City: `Madrid`, - Region: null, - PostalCode: 28023, - Country: `Spain`, - Salesperson: `Margaret Peacock`, - OrderID: 10801, - OrderDate: `2016-10-03T21:00:00.000Z`, - ShipperName: `United Package`, - ProductID: 29, - ProductName: `Thüringer Rostbratwurst`, - UnitPrice: 123.79, - Quantity: 20, - Discontinued: false, - ExtendedPrice: 1856.85, - Freight: 97.09 - }), - new InvoicesWorldDataItem( - { - ShipName: `Bon app'`, - ShipAddress: `12, rue des Bouchers`, - ShipCity: `Marseille`, - ShipRegion: null, - ShipPostalCode: `13008`, - ShipCountry: `France`, - CustomerID: `BONAP`, - CustomerName: `Bon app'`, - Address: `12, rue des Bouchers`, - City: `Marseille`, - Region: null, - PostalCode: 13008, - Country: `France`, - Salesperson: `Anne Dodsworth`, - OrderID: 10331, - OrderDate: `2016-10-03T21:00:00.000Z`, - ShipperName: `Speedy Express`, - ProductID: 54, - ProductName: `Tourtière`, - UnitPrice: 5.9, - Quantity: 15, - Discontinued: false, - ExtendedPrice: 88.5, - Freight: 10.19 - }), - new InvoicesWorldDataItem( - { - ShipName: `Bon app'`, - ShipAddress: `12, rue des Bouchers`, - ShipCity: `Marseille`, - ShipRegion: null, - ShipPostalCode: `13008`, - ShipCountry: `France`, - CustomerID: `BONAP`, - CustomerName: `Bon app'`, - Address: `12, rue des Bouchers`, - City: `Marseille`, - Region: null, - PostalCode: 13008, - Country: `France`, - Salesperson: `Janet Leverling`, - OrderID: 10362, - OrderDate: `2016-10-03T21:00:00.000Z`, - ShipperName: `Speedy Express`, - ProductID: 25, - ProductName: `NuNuCa Nuß-Nougat-Creme`, - UnitPrice: 11.2, - Quantity: 50, - Discontinued: false, - ExtendedPrice: 560, - Freight: 96.04 - }), - new InvoicesWorldDataItem( - { - ShipName: `Bon app'`, - ShipAddress: `12, rue des Bouchers`, - ShipCity: `Marseille`, - ShipRegion: null, - ShipPostalCode: `13008`, - ShipCountry: `France`, - CustomerID: `BONAP`, - CustomerName: `Bon app'`, - Address: `12, rue des Bouchers`, - City: `Marseille`, - Region: null, - PostalCode: 13008, - Country: `France`, - Salesperson: `Janet Leverling`, - OrderID: 10362, - OrderDate: `2016-10-03T21:00:00.000Z`, - ShipperName: `Speedy Express`, - ProductID: 51, - ProductName: `Manjimup Dried Apples`, - UnitPrice: 42.4, - Quantity: 20, - Discontinued: false, - ExtendedPrice: 848, - Freight: 96.04 - }), - new InvoicesWorldDataItem( - { - ShipName: `Bon app'`, - ShipAddress: `12, rue des Bouchers`, - ShipCity: `Marseille`, - ShipRegion: null, - ShipPostalCode: `13008`, - ShipCountry: `France`, - CustomerID: `BONAP`, - CustomerName: `Bon app'`, - Address: `12, rue des Bouchers`, - City: `Marseille`, - Region: null, - PostalCode: 13008, - Country: `France`, - Salesperson: `Janet Leverling`, - OrderID: 10362, - OrderDate: `2016-10-03T21:00:00.000Z`, - ShipperName: `Speedy Express`, - ProductID: 54, - ProductName: `Tourtière`, - UnitPrice: 5.9, - Quantity: 24, - Discontinued: false, - ExtendedPrice: 141.6, - Freight: 96.04 - }), - new InvoicesWorldDataItem( - { - ShipName: `Bon app'`, - ShipAddress: `12, rue des Bouchers`, - ShipCity: `Marseille`, - ShipRegion: null, - ShipPostalCode: `13008`, - ShipCountry: `France`, - CustomerID: `BONAP`, - CustomerName: `Bon app'`, - Address: `12, rue des Bouchers`, - City: `Marseille`, - Region: null, - PostalCode: 13008, - Country: `France`, - Salesperson: `Margaret Peacock`, - OrderID: 10470, - OrderDate: `2016-10-03T21:00:00.000Z`, - ShipperName: `United Package`, - ProductID: 18, - ProductName: `Carnarvon Tigers`, - UnitPrice: 50, - Quantity: 30, - Discontinued: false, - ExtendedPrice: 1500, - Freight: 64.56 - }), - new InvoicesWorldDataItem( - { - ShipName: `Bon app'`, - ShipAddress: `12, rue des Bouchers`, - ShipCity: `Marseille`, - ShipRegion: null, - ShipPostalCode: `13008`, - ShipCountry: `France`, - CustomerID: `BONAP`, - CustomerName: `Bon app'`, - Address: `12, rue des Bouchers`, - City: `Marseille`, - Region: null, - PostalCode: 13008, - Country: `France`, - Salesperson: `Margaret Peacock`, - OrderID: 10470, - OrderDate: `2016-10-03T21:00:00.000Z`, - ShipperName: `United Package`, - ProductID: 23, - ProductName: `Tunnbröd`, - UnitPrice: 7.2, - Quantity: 15, - Discontinued: false, - ExtendedPrice: 108, - Freight: 64.56 - }), - new InvoicesWorldDataItem( - { - ShipName: `Bon app'`, - ShipAddress: `12, rue des Bouchers`, - ShipCity: `Marseille`, - ShipRegion: null, - ShipPostalCode: `13008`, - ShipCountry: `France`, - CustomerID: `BONAP`, - CustomerName: `Bon app'`, - Address: `12, rue des Bouchers`, - City: `Marseille`, - Region: null, - PostalCode: 13008, - Country: `France`, - Salesperson: `Margaret Peacock`, - OrderID: 10470, - OrderDate: `2016-10-03T21:00:00.000Z`, - ShipperName: `United Package`, - ProductID: 64, - ProductName: `Wimmers gute Semmelknödel`, - UnitPrice: 26.6, - Quantity: 8, - Discontinued: false, - ExtendedPrice: 212.8, - Freight: 64.56 - }), - new InvoicesWorldDataItem( - { - ShipName: `Bon app'`, - ShipAddress: `12, rue des Bouchers`, - ShipCity: `Marseille`, - ShipRegion: null, - ShipPostalCode: `13008`, - ShipCountry: `France`, - CustomerID: `BONAP`, - CustomerName: `Bon app'`, - Address: `12, rue des Bouchers`, - City: `Marseille`, - Region: null, - PostalCode: 13008, - Country: `France`, - Salesperson: `Nancy Davolio`, - OrderID: 10525, - OrderDate: `2016-10-03T21:00:00.000Z`, - ShipperName: `United Package`, - ProductID: 36, - ProductName: `Inlagd Sill`, - UnitPrice: 19, - Quantity: 30, - Discontinued: false, - ExtendedPrice: 570, - Freight: 11.06 - }), - new InvoicesWorldDataItem( - { - ShipName: `Bon app'`, - ShipAddress: `12, rue des Bouchers`, - ShipCity: `Marseille`, - ShipRegion: null, - ShipPostalCode: `13008`, - ShipCountry: `France`, - CustomerID: `BONAP`, - CustomerName: `Bon app'`, - Address: `12, rue des Bouchers`, - City: `Marseille`, - Region: null, - PostalCode: 13008, - Country: `France`, - Salesperson: `Janet Leverling`, - OrderID: 10715, - OrderDate: `2016-10-03T21:00:00.000Z`, - ShipperName: `Speedy Express`, - ProductID: 10, - ProductName: `Ikura`, - UnitPrice: 31, - Quantity: 21, - Discontinued: false, - ExtendedPrice: 651, - Freight: 63.2 - }), - new InvoicesWorldDataItem( - { - ShipName: `Bon app'`, - ShipAddress: `12, rue des Bouchers`, - ShipCity: `Marseille`, - ShipRegion: null, - ShipPostalCode: `13008`, - ShipCountry: `France`, - CustomerID: `BONAP`, - CustomerName: `Bon app'`, - Address: `12, rue des Bouchers`, - City: `Marseille`, - Region: null, - PostalCode: 13008, - Country: `France`, - Salesperson: `Janet Leverling`, - OrderID: 10715, - OrderDate: `2016-10-03T21:00:00.000Z`, - ShipperName: `Speedy Express`, - ProductID: 71, - ProductName: `Flotemysost`, - UnitPrice: 21.5, - Quantity: 30, - Discontinued: false, - ExtendedPrice: 645, - Freight: 63.2 - }), - new InvoicesWorldDataItem( - { - ShipName: `Bon app'`, - ShipAddress: `12, rue des Bouchers`, - ShipCity: `Marseille`, - ShipRegion: null, - ShipPostalCode: `13008`, - ShipCountry: `France`, - CustomerID: `BONAP`, - CustomerName: `Bon app'`, - Address: `12, rue des Bouchers`, - City: `Marseille`, - Region: null, - PostalCode: 13008, - Country: `France`, - Salesperson: `Janet Leverling`, - OrderID: 10732, - OrderDate: `2016-10-03T21:00:00.000Z`, - ShipperName: `Speedy Express`, - ProductID: 76, - ProductName: `Lakkalikööri`, - UnitPrice: 18, - Quantity: 20, - Discontinued: false, - ExtendedPrice: 360, - Freight: 16.97 - }), - new InvoicesWorldDataItem( - { - ShipName: `Bon app'`, - ShipAddress: `12, rue des Bouchers`, - ShipCity: `Marseille`, - ShipRegion: null, - ShipPostalCode: `13008`, - ShipCountry: `France`, - CustomerID: `BONAP`, - CustomerName: `Bon app'`, - Address: `12, rue des Bouchers`, - City: `Marseille`, - Region: null, - PostalCode: 13008, - Country: `France`, - Salesperson: `Nancy Davolio`, - OrderID: 10827, - OrderDate: `2017-10-03T21:00:00.000Z`, - ShipperName: `United Package`, - ProductID: 10, - ProductName: `Ikura`, - UnitPrice: 31, - Quantity: 15, - Discontinued: false, - ExtendedPrice: 465, - Freight: 63.54 - }), - new InvoicesWorldDataItem( - { - ShipName: `Bon app'`, - ShipAddress: `12, rue des Bouchers`, - ShipCity: `Marseille`, - ShipRegion: null, - ShipPostalCode: `13008`, - ShipCountry: `France`, - CustomerID: `BONAP`, - CustomerName: `Bon app'`, - Address: `12, rue des Bouchers`, - City: `Marseille`, - Region: null, - PostalCode: 13008, - Country: `France`, - Salesperson: `Nancy Davolio`, - OrderID: 10827, - OrderDate: `2016-10-03T21:00:00.000Z`, - ShipperName: `United Package`, - ProductID: 39, - ProductName: `Chartreuse verte`, - UnitPrice: 18, - Quantity: 21, - Discontinued: false, - ExtendedPrice: 378, - Freight: 63.54 - }), - new InvoicesWorldDataItem( - { - ShipName: `Bon app'`, - ShipAddress: `12, rue des Bouchers`, - ShipCity: `Marseille`, - ShipRegion: null, - ShipPostalCode: `13008`, - ShipCountry: `France`, - CustomerID: `BONAP`, - CustomerName: `Bon app'`, - Address: `12, rue des Bouchers`, - City: `Marseille`, - Region: null, - PostalCode: 13008, - Country: `France`, - Salesperson: `Robert King`, - OrderID: 10876, - OrderDate: `2016-10-03T21:00:00.000Z`, - ShipperName: `Federal Shipping`, - ProductID: 46, - ProductName: `Spegesild`, - UnitPrice: 12, - Quantity: 21, - Discontinued: false, - ExtendedPrice: 252, - Freight: 60.42 - }), - new InvoicesWorldDataItem( - { - ShipName: `Bon app'`, - ShipAddress: `12, rue des Bouchers`, - ShipCity: `Marseille`, - ShipRegion: null, - ShipPostalCode: `13008`, - ShipCountry: `France`, - CustomerID: `BONAP`, - CustomerName: `Bon app'`, - Address: `12, rue des Bouchers`, - City: `Marseille`, - Region: null, - PostalCode: 13008, - Country: `France`, - Salesperson: `Robert King`, - OrderID: 10876, - OrderDate: `2016-10-03T21:00:00.000Z`, - ShipperName: `Federal Shipping`, - ProductID: 64, - ProductName: `Wimmers gute Semmelknödel`, - UnitPrice: 33.25, - Quantity: 20, - Discontinued: false, - ExtendedPrice: 665, - Freight: 60.42 - }), - new InvoicesWorldDataItem( - { - ShipName: `Bon app'`, - ShipAddress: `12, rue des Bouchers`, - ShipCity: `Marseille`, - ShipRegion: null, - ShipPostalCode: `13008`, - ShipCountry: `France`, - CustomerID: `BONAP`, - CustomerName: `Bon app'`, - Address: `12, rue des Bouchers`, - City: `Marseille`, - Region: null, - PostalCode: 13008, - Country: `France`, - Salesperson: `Laura Callahan`, - OrderID: 10932, - OrderDate: `2016-10-03T21:00:00.000Z`, - ShipperName: `Speedy Express`, - ProductID: 72, - ProductName: `Mozzarella di Giovanni`, - UnitPrice: 34.8, - Quantity: 16, - Discontinued: false, - ExtendedPrice: 556.8, - Freight: 134.64 - }), - new InvoicesWorldDataItem( - { - ShipName: `Bon app'`, - ShipAddress: `12, rue des Bouchers`, - ShipCity: `Marseille`, - ShipRegion: null, - ShipPostalCode: `13008`, - ShipCountry: `France`, - CustomerID: `BONAP`, - CustomerName: `Bon app'`, - Address: `12, rue des Bouchers`, - City: `Marseille`, - Region: null, - PostalCode: 13008, - Country: `France`, - Salesperson: `Laura Callahan`, - OrderID: 10940, - OrderDate: `2016-10-03T21:00:00.000Z`, - ShipperName: `Federal Shipping`, - ProductID: 13, - ProductName: `Konbu`, - UnitPrice: 6, - Quantity: 20, - Discontinued: false, - ExtendedPrice: 120, - Freight: 19.77 - }), - new InvoicesWorldDataItem( - { - ShipName: `Bon app'`, - ShipAddress: `12, rue des Bouchers`, - ShipCity: `Marseille`, - ShipRegion: null, - ShipPostalCode: `13008`, - ShipCountry: `France`, - CustomerID: `BONAP`, - CustomerName: `Bon app'`, - Address: `12, rue des Bouchers`, - City: `Marseille`, - Region: null, - PostalCode: 13008, - Country: `France`, - Salesperson: `Nancy Davolio`, - OrderID: 10340, - OrderDate: `2016-10-03T21:00:00.000Z`, - ShipperName: `Federal Shipping`, - ProductID: 18, - ProductName: `Carnarvon Tigers`, - UnitPrice: 50, - Quantity: 20, - Discontinued: false, - ExtendedPrice: 950, - Freight: 166.31 - }), - new InvoicesWorldDataItem( - { - ShipName: `Bon app'`, - ShipAddress: `12, rue des Bouchers`, - ShipCity: `Marseille`, - ShipRegion: null, - ShipPostalCode: `13008`, - ShipCountry: `France`, - CustomerID: `BONAP`, - CustomerName: `Bon app'`, - Address: `12, rue des Bouchers`, - City: `Marseille`, - Region: null, - PostalCode: 13008, - Country: `France`, - Salesperson: `Nancy Davolio`, - OrderID: 10340, - OrderDate: `2016-10-03T21:00:00.000Z`, - ShipperName: `Federal Shipping`, - ProductID: 41, - ProductName: `Jack's New England Clam Chowder`, - UnitPrice: 7.7, - Quantity: 12, - Discontinued: false, - ExtendedPrice: 87.78, - Freight: 166.31 - }), - new InvoicesWorldDataItem( - { - ShipName: `Bon app'`, - ShipAddress: `12, rue des Bouchers`, - ShipCity: `Marseille`, - ShipRegion: null, - ShipPostalCode: `13008`, - ShipCountry: `France`, - CustomerID: `BONAP`, - CustomerName: `Bon app'`, - Address: `12, rue des Bouchers`, - City: `Marseille`, - Region: null, - PostalCode: 13008, - Country: `France`, - Salesperson: `Nancy Davolio`, - OrderID: 10340, - OrderDate: `2016-10-03T21:00:00.000Z`, - ShipperName: `Federal Shipping`, - ProductID: 43, - ProductName: `Ipoh Coffee`, - UnitPrice: 36.8, - Quantity: 40, - Discontinued: false, - ExtendedPrice: 1398.4, - Freight: 166.31 - }), - new InvoicesWorldDataItem( - { - ShipName: `Bon app'`, - ShipAddress: `12, rue des Bouchers`, - ShipCity: `Marseille`, - ShipRegion: null, - ShipPostalCode: `13008`, - ShipCountry: `France`, - CustomerID: `BONAP`, - CustomerName: `Bon app'`, - Address: `12, rue des Bouchers`, - City: `Marseille`, - Region: null, - PostalCode: 13008, - Country: `France`, - Salesperson: `Andrew Fuller`, - OrderID: 10663, - OrderDate: `2016-10-03T21:00:00.000Z`, - ShipperName: `United Package`, - ProductID: 40, - ProductName: `Boston Crab Meat`, - UnitPrice: 18.4, - Quantity: 30, - Discontinued: false, - ExtendedPrice: 524.4, - Freight: 113.15 - }), - new InvoicesWorldDataItem( - { - ShipName: `Bon app'`, - ShipAddress: `12, rue des Bouchers`, - ShipCity: `Marseille`, - ShipRegion: null, - ShipPostalCode: `13008`, - ShipCountry: `France`, - CustomerID: `BONAP`, - CustomerName: `Bon app'`, - Address: `12, rue des Bouchers`, - City: `Marseille`, - Region: null, - PostalCode: 13008, - Country: `France`, - Salesperson: `Andrew Fuller`, - OrderID: 10663, - OrderDate: `2016-10-03T21:00:00.000Z`, - ShipperName: `United Package`, - ProductID: 42, - ProductName: `Singaporean Hokkien Fried Mee`, - UnitPrice: 14, - Quantity: 30, - Discontinued: false, - ExtendedPrice: 399, - Freight: 113.15 - }), - new InvoicesWorldDataItem( - { - ShipName: `Bon app'`, - ShipAddress: `12, rue des Bouchers`, - ShipCity: `Marseille`, - ShipRegion: null, - ShipPostalCode: `13008`, - ShipCountry: `France`, - CustomerID: `BONAP`, - CustomerName: `Bon app'`, - Address: `12, rue des Bouchers`, - City: `Marseille`, - Region: null, - PostalCode: 13008, - Country: `France`, - Salesperson: `Andrew Fuller`, - OrderID: 10663, - OrderDate: `2016-10-03T21:00:00.000Z`, - ShipperName: `United Package`, - ProductID: 51, - ProductName: `Manjimup Dried Apples`, - UnitPrice: 53, - Quantity: 20, - Discontinued: false, - ExtendedPrice: 1007, - Freight: 113.15 - }), - new InvoicesWorldDataItem( - { - ShipName: `Bon app'`, - ShipAddress: `12, rue des Bouchers`, - ShipCity: `Marseille`, - ShipRegion: null, - ShipPostalCode: `13008`, - ShipCountry: `France`, - CustomerID: `BONAP`, - CustomerName: `Bon app'`, - Address: `12, rue des Bouchers`, - City: `Marseille`, - Region: null, - PostalCode: 13008, - Country: `France`, - Salesperson: `Steven Buchanan`, - OrderID: 10730, - OrderDate: `2016-10-03T21:00:00.000Z`, - ShipperName: `Speedy Express`, - ProductID: 16, - ProductName: `Pavlova`, - UnitPrice: 17.45, - Quantity: 15, - Discontinued: false, - ExtendedPrice: 248.66, - Freight: 20.12 - }), - new InvoicesWorldDataItem( - { - ShipName: `Bon app'`, - ShipAddress: `12, rue des Bouchers`, - ShipCity: `Marseille`, - ShipRegion: null, - ShipPostalCode: `13008`, - ShipCountry: `France`, - CustomerID: `BONAP`, - CustomerName: `Bon app'`, - Address: `12, rue des Bouchers`, - City: `Marseille`, - Region: null, - PostalCode: 13008, - Country: `France`, - Salesperson: `Steven Buchanan`, - OrderID: 10730, - OrderDate: `2016-10-03T21:00:00.000Z`, - ShipperName: `Speedy Express`, - ProductID: 31, - ProductName: `Gorgonzola Telino`, - UnitPrice: 12.5, - Quantity: 3, - Discontinued: false, - ExtendedPrice: 35.62, - Freight: 20.12 - }), - new InvoicesWorldDataItem( - { - ShipName: `Bon app'`, - ShipAddress: `12, rue des Bouchers`, - ShipCity: `Marseille`, - ShipRegion: null, - ShipPostalCode: `13008`, - ShipCountry: `France`, - CustomerID: `BONAP`, - CustomerName: `Bon app'`, - Address: `12, rue des Bouchers`, - City: `Marseille`, - Region: null, - PostalCode: 13008, - Country: `France`, - Salesperson: `Steven Buchanan`, - OrderID: 10730, - OrderDate: `2016-10-03T21:00:00.000Z`, - ShipperName: `Speedy Express`, - ProductID: 65, - ProductName: `Louisiana Fiery Hot Pepper Sauce`, - UnitPrice: 21.05, - Quantity: 10, - Discontinued: false, - ExtendedPrice: 199.97, - Freight: 20.12 - }), - new InvoicesWorldDataItem( - { - ShipName: `Bon app'`, - ShipAddress: `12, rue des Bouchers`, - ShipCity: `Marseille`, - ShipRegion: null, - ShipPostalCode: `13008`, - ShipCountry: `France`, - CustomerID: `BONAP`, - CustomerName: `Bon app'`, - Address: `12, rue des Bouchers`, - City: `Marseille`, - Region: null, - PostalCode: 13008, - Country: `France`, - Salesperson: `Anne Dodsworth`, - OrderID: 10871, - OrderDate: `2016-10-03T21:00:00.000Z`, - ShipperName: `United Package`, - ProductID: 6, - ProductName: `Grandma's Boysenberry Spread`, - UnitPrice: 25, - Quantity: 50, - Discontinued: false, - ExtendedPrice: 1187.5, - Freight: 112.27 - }), - new InvoicesWorldDataItem( - { - ShipName: `Bon app'`, - ShipAddress: `12, rue des Bouchers`, - ShipCity: `Marseille`, - ShipRegion: null, - ShipPostalCode: `13008`, - ShipCountry: `France`, - CustomerID: `BONAP`, - CustomerName: `Bon app'`, - Address: `12, rue des Bouchers`, - City: `Marseille`, - Region: null, - PostalCode: 13008, - Country: `France`, - Salesperson: `Anne Dodsworth`, - OrderID: 10871, - OrderDate: `2016-10-03T21:00:00.000Z`, - ShipperName: `United Package`, - ProductID: 16, - ProductName: `Pavlova`, - UnitPrice: 17.45, - Quantity: 12, - Discontinued: false, - ExtendedPrice: 198.93, - Freight: 112.27 - }), - new InvoicesWorldDataItem( - { - ShipName: `Bon app'`, - ShipAddress: `12, rue des Bouchers`, - ShipCity: `Marseille`, - ShipRegion: null, - ShipPostalCode: `13008`, - ShipCountry: `France`, - CustomerID: `BONAP`, - CustomerName: `Bon app'`, - Address: `12, rue des Bouchers`, - City: `Marseille`, - Region: null, - PostalCode: 13008, - Country: `France`, - Salesperson: `Anne Dodsworth`, - OrderID: 10871, - OrderDate: `2016-10-03T21:00:00.000Z`, - ShipperName: `United Package`, - ProductID: 17, - ProductName: `Alice Mutton`, - UnitPrice: 39, - Quantity: 16, - Discontinued: false, - ExtendedPrice: 592.8, - Freight: 112.27 - }), - new InvoicesWorldDataItem( - { - ShipName: `Bon app'`, - ShipAddress: `12, rue des Bouchers`, - ShipCity: `Marseille`, - ShipRegion: null, - ShipPostalCode: `13008`, - ShipCountry: `France`, - CustomerID: `BONAP`, - CustomerName: `Bon app'`, - Address: `12, rue des Bouchers`, - City: `Marseille`, - Region: null, - PostalCode: 13008, - Country: `France`, - Salesperson: `Nancy Davolio`, - OrderID: 10525, - OrderDate: `2016-10-03T21:00:00.000Z`, - ShipperName: `United Package`, - ProductID: 40, - ProductName: `Boston Crab Meat`, - UnitPrice: 18.4, - Quantity: 15, - Discontinued: false, - ExtendedPrice: 248.4, - Freight: 11.06 - }), - new InvoicesWorldDataItem( - { - ShipName: `Bon app'`, - ShipAddress: `12, rue des Bouchers`, - ShipCity: `Marseille`, - ShipRegion: null, - ShipPostalCode: `13008`, - ShipCountry: `France`, - CustomerID: `BONAP`, - CustomerName: `Bon app'`, - Address: `12, rue des Bouchers`, - City: `Marseille`, - Region: null, - PostalCode: 13008, - Country: `France`, - Salesperson: `Laura Callahan`, - OrderID: 10932, - OrderDate: `2016-10-03T21:00:00.000Z`, - ShipperName: `Speedy Express`, - ProductID: 16, - ProductName: `Pavlova`, - UnitPrice: 17.45, - Quantity: 30, - Discontinued: false, - ExtendedPrice: 471.15, - Freight: 134.64 - }), - new InvoicesWorldDataItem( - { - ShipName: `Bon app'`, - ShipAddress: `12, rue des Bouchers`, - ShipCity: `Marseille`, - ShipRegion: null, - ShipPostalCode: `13008`, - ShipCountry: `France`, - CustomerID: `BONAP`, - CustomerName: `Bon app'`, - Address: `12, rue des Bouchers`, - City: `Marseille`, - Region: null, - PostalCode: 13008, - Country: `France`, - Salesperson: `Laura Callahan`, - OrderID: 10932, - OrderDate: `2016-10-03T21:00:00.000Z`, - ShipperName: `Speedy Express`, - ProductID: 62, - ProductName: `Tarte au sucre`, - UnitPrice: 49.3, - Quantity: 14, - Discontinued: true, - ExtendedPrice: 621.18, - Freight: 134.64 - }), - new InvoicesWorldDataItem( - { - ShipName: `Bon app'`, - ShipAddress: `12, rue des Bouchers`, - ShipCity: `Marseille`, - ShipRegion: null, - ShipPostalCode: `13008`, - ShipCountry: `France`, - CustomerID: `BONAP`, - CustomerName: `Bon app'`, - Address: `12, rue des Bouchers`, - City: `Marseille`, - Region: null, - PostalCode: 13008, - Country: `France`, - Salesperson: `Laura Callahan`, - OrderID: 10932, - OrderDate: `2016-10-03T21:00:00.000Z`, - ShipperName: `Speedy Express`, - ProductID: 75, - ProductName: `Rhönbräu Klosterbier`, - UnitPrice: 7.75, - Quantity: 20, - Discontinued: true, - ExtendedPrice: 139.5, - Freight: 134.64 - }), - new InvoicesWorldDataItem( - { - ShipName: `Bon app'`, - ShipAddress: `12, rue des Bouchers`, - ShipCity: `Marseille`, - ShipRegion: null, - ShipPostalCode: `13008`, - ShipCountry: `France`, - CustomerID: `BONAP`, - CustomerName: `Bon app'`, - Address: `12, rue des Bouchers`, - City: `Marseille`, - Region: null, - PostalCode: 13008, - Country: `France`, - Salesperson: `Margaret Peacock`, - OrderID: 10511, - OrderDate: `2016-10-03T21:00:00.000Z`, - ShipperName: `Federal Shipping`, - ProductID: 4, - ProductName: `Chef Anton's Cajun Seasoning`, - UnitPrice: 22, - Quantity: 50, - Discontinued: true, - ExtendedPrice: 935, - Freight: 350.64 - }), - new InvoicesWorldDataItem( - { - ShipName: `Bon app'`, - ShipAddress: `12, rue des Bouchers`, - ShipCity: `Marseille`, - ShipRegion: null, - ShipPostalCode: `13008`, - ShipCountry: `France`, - CustomerID: `BONAP`, - CustomerName: `Bon app'`, - Address: `12, rue des Bouchers`, - City: `Marseille`, - Region: null, - PostalCode: 13008, - Country: `France`, - Salesperson: `Margaret Peacock`, - OrderID: 10511, - OrderDate: `2016-10-03T21:00:00.000Z`, - ShipperName: `Federal Shipping`, - ProductID: 7, - ProductName: `Uncle Bob's Organic Dried Pears`, - UnitPrice: 30, - Quantity: 50, - Discontinued: true, - ExtendedPrice: 1275, - Freight: 350.64 - }), - new InvoicesWorldDataItem( - { - ShipName: `Bon app'`, - ShipAddress: `12, rue des Bouchers`, - ShipCity: `Marseille`, - ShipRegion: null, - ShipPostalCode: `13008`, - ShipCountry: `France`, - CustomerID: `BONAP`, - CustomerName: `Bon app'`, - Address: `12, rue des Bouchers`, - City: `Marseille`, - Region: null, - PostalCode: 13008, - Country: `France`, - Salesperson: `Margaret Peacock`, - OrderID: 10511, - OrderDate: `2016-10-03T21:00:00.000Z`, - ShipperName: `Federal Shipping`, - ProductID: 8, - ProductName: `Northwoods Cranberry Sauce`, - UnitPrice: 40, - Quantity: 10, - Discontinued: true, - ExtendedPrice: 340, - Freight: 350.64 - }), - new InvoicesWorldDataItem( - { - ShipName: `Bon app'`, - ShipAddress: `12, rue des Bouchers`, - ShipCity: `Marseille`, - ShipRegion: null, - ShipPostalCode: `13008`, - ShipCountry: `France`, - CustomerID: `BONAP`, - CustomerName: `Bon app'`, - Address: `12, rue des Bouchers`, - City: `Marseille`, - Region: null, - PostalCode: 13008, - Country: `France`, - Salesperson: `Margaret Peacock`, - OrderID: 10755, - OrderDate: `2016-10-03T21:00:00.000Z`, - ShipperName: `United Package`, - ProductID: 47, - ProductName: `Zaanse koeken`, - UnitPrice: 9.5, - Quantity: 30, - Discontinued: true, - ExtendedPrice: 213.75, - Freight: 16.71 - }), - new InvoicesWorldDataItem( - { - ShipName: `Bon app'`, - ShipAddress: `12, rue des Bouchers`, - ShipCity: `Marseille`, - ShipRegion: null, - ShipPostalCode: `13008`, - ShipCountry: `France`, - CustomerID: `BONAP`, - CustomerName: `Bon app'`, - Address: `12, rue des Bouchers`, - City: `Marseille`, - Region: null, - PostalCode: 13008, - Country: `France`, - Salesperson: `Margaret Peacock`, - OrderID: 10755, - OrderDate: `2016-10-03T21:00:00.000Z`, - ShipperName: `United Package`, - ProductID: 56, - ProductName: `Gnocchi di nonna Alice`, - UnitPrice: 38, - Quantity: 30, - Discontinued: true, - ExtendedPrice: 855, - Freight: 16.71 - }), - new InvoicesWorldDataItem( - { - ShipName: `Bon app'`, - ShipAddress: `12, rue des Bouchers`, - ShipCity: `Marseille`, - ShipRegion: null, - ShipPostalCode: `13008`, - ShipCountry: `France`, - CustomerID: `BONAP`, - CustomerName: `Bon app'`, - Address: `12, rue des Bouchers`, - City: `Marseille`, - Region: null, - PostalCode: 13008, - Country: `France`, - Salesperson: `Margaret Peacock`, - OrderID: 10755, - OrderDate: `2016-10-03T21:00:00.000Z`, - ShipperName: `United Package`, - ProductID: 57, - ProductName: `Ravioli Angelo`, - UnitPrice: 19.5, - Quantity: 14, - Discontinued: true, - ExtendedPrice: 204.75, - Freight: 16.71 - }), - new InvoicesWorldDataItem( - { - ShipName: `Bon app'`, - ShipAddress: `12, rue des Bouchers`, - ShipCity: `Marseille`, - ShipRegion: null, - ShipPostalCode: `13008`, - ShipCountry: `France`, - CustomerID: `BONAP`, - CustomerName: `Bon app'`, - Address: `12, rue des Bouchers`, - City: `Marseille`, - Region: null, - PostalCode: 13008, - Country: `France`, - Salesperson: `Margaret Peacock`, - OrderID: 10755, - OrderDate: `2016-10-03T21:00:00.000Z`, - ShipperName: `United Package`, - ProductID: 69, - ProductName: `Gudbrandsdalsost`, - UnitPrice: 36, - Quantity: 25, - Discontinued: true, - ExtendedPrice: 675, - Freight: 16.71 - }), - new InvoicesWorldDataItem( - { - ShipName: `Bon app'`, - ShipAddress: `12, rue des Bouchers`, - ShipCity: `Marseille`, - ShipRegion: null, - ShipPostalCode: `13008`, - ShipCountry: `France`, - CustomerID: `BONAP`, - CustomerName: `Bon app'`, - Address: `12, rue des Bouchers`, - City: `Marseille`, - Region: null, - PostalCode: 13008, - Country: `France`, - Salesperson: `Margaret Peacock`, - OrderID: 11076, - OrderDate: `2016-10-03T21:00:00.000Z`, - ShipperName: `United Package`, - ProductID: 6, - ProductName: `Grandma's Boysenberry Spread`, - UnitPrice: 25, - Quantity: 20, - Discontinued: true, - ExtendedPrice: 375, - Freight: 38.28 - }), - new InvoicesWorldDataItem( - { - ShipName: `Bon app'`, - ShipAddress: `12, rue des Bouchers`, - ShipCity: `Marseille`, - ShipRegion: null, - ShipPostalCode: `13008`, - ShipCountry: `France`, - CustomerID: `BONAP`, - CustomerName: `Bon app'`, - Address: `12, rue des Bouchers`, - City: `Marseille`, - Region: null, - PostalCode: 13008, - Country: `France`, - Salesperson: `Margaret Peacock`, - OrderID: 11076, - OrderDate: `2016-10-03T21:00:00.000Z`, - ShipperName: `United Package`, - ProductID: 14, - ProductName: `Tofu`, - UnitPrice: 23.25, - Quantity: 20, - Discontinued: true, - ExtendedPrice: 348.75, - Freight: 38.28 - }), - new InvoicesWorldDataItem( - { - ShipName: `Bon app'`, - ShipAddress: `12, rue des Bouchers`, - ShipCity: `Marseille`, - ShipRegion: null, - ShipPostalCode: `13008`, - ShipCountry: `France`, - CustomerID: `BONAP`, - CustomerName: `Bon app'`, - Address: `12, rue des Bouchers`, - City: `Marseille`, - Region: null, - PostalCode: 13008, - Country: `France`, - Salesperson: `Margaret Peacock`, - OrderID: 11076, - OrderDate: `2016-10-03T21:00:00.000Z`, - ShipperName: `United Package`, - ProductID: 19, - ProductName: `Teatime Chocolate Biscuits`, - UnitPrice: 9.2, - Quantity: 10, - Discontinued: true, - ExtendedPrice: 69, - Freight: 38.28 - }), - new InvoicesWorldDataItem( - { - ShipName: `Bottom-Dollar Markets`, - ShipAddress: `23 Toronto Blvd.`, - ShipCity: `Toronto`, - ShipRegion: `BC`, - ShipPostalCode: `T2F 8M4`, - ShipCountry: `Canada`, - CustomerID: `BOTTM`, - CustomerName: `Bottom-Dollar Markets`, - Address: `23 Toronto Blvd.`, - City: `Toronto`, - Region: `BC`, - PostalCode: 43000, - Country: `Canada`, - Salesperson: `Margaret Peacock`, - OrderID: 10389, - OrderDate: `2016-10-03T21:00:00.000Z`, - ShipperName: `United Package`, - ProductID: 10, - ProductName: `Ikura`, - UnitPrice: 24.8, - Quantity: 16, - Discontinued: false, - ExtendedPrice: 396.8, - Freight: 47.42 - }), - new InvoicesWorldDataItem( - { - ShipName: `Bottom-Dollar Markets`, - ShipAddress: `23 Toronto Blvd.`, - ShipCity: `Toronto`, - ShipRegion: `BC`, - ShipPostalCode: `T2F 8M4`, - ShipCountry: `Canada`, - CustomerID: `BOTTM`, - CustomerName: `Bottom-Dollar Markets`, - Address: `23 Toronto Blvd.`, - City: `Toronto`, - Region: `BC`, - PostalCode: 23000, - Country: `Canada`, - Salesperson: `Margaret Peacock`, - OrderID: 10389, - OrderDate: `2016-10-03T21:00:00.000Z`, - ShipperName: `United Package`, - ProductID: 55, - ProductName: `Pâté chinois`, - UnitPrice: 19.2, - Quantity: 15, - Discontinued: false, - ExtendedPrice: 288, - Freight: 47.42 - }), - new InvoicesWorldDataItem( - { - ShipName: `Bottom-Dollar Markets`, - ShipAddress: `23 Tsawassen Blvd.`, - ShipCity: `Tsawassen`, - ShipRegion: `BC`, - ShipPostalCode: `T2F 8M4`, - ShipCountry: `Canada`, - CustomerID: `BOTTM`, - CustomerName: `Bottom-Dollar Markets`, - Address: `23 Tsawassen Blvd.`, - City: `Tsawassen`, - Region: `BC`, - PostalCode: 25000, - Country: `Canada`, - Salesperson: `Margaret Peacock`, - OrderID: 10389, - OrderDate: `2018-09-03T21:00:00.000Z`, - ShipperName: `United Package`, - ProductID: 62, - ProductName: `Tarte au sucre`, - UnitPrice: 39.4, - Quantity: 20, - Discontinued: false, - ExtendedPrice: 788, - Freight: 47.42 - }), - new InvoicesWorldDataItem( - { - ShipName: `Bottom-Dollar Markets`, - ShipAddress: `23 Tsawassen Blvd.`, - ShipCity: `Tsawassen`, - ShipRegion: `BC`, - ShipPostalCode: `T2F 8M4`, - ShipCountry: `Canada`, - CustomerID: `BOTTM`, - CustomerName: `Bottom-Dollar Markets`, - Address: `23 Tsawassen Blvd.`, - City: `Tsawassen`, - Region: `BC`, - PostalCode: 31000, - Country: `Canada`, - Salesperson: `Margaret Peacock`, - OrderID: 10389, - OrderDate: `2018-09-03T21:00:00.000Z`, - ShipperName: `United Package`, - ProductID: 70, - ProductName: `Outback Lager`, - UnitPrice: 12, - Quantity: 30, - Discontinued: false, - ExtendedPrice: 360, - Freight: 47.42 - }), - new InvoicesWorldDataItem( - { - ShipName: `Bottom-Dollar Markets`, - ShipAddress: `23 Tsawassen Blvd.`, - ShipCity: `Tsawassen`, - ShipRegion: `BC`, - ShipPostalCode: `T2F 8M4`, - ShipCountry: `Canada`, - CustomerID: `BOTTM`, - CustomerName: `Bottom-Dollar Markets`, - Address: `23 Tsawassen Blvd.`, - City: `Tsawassen`, - Region: `BC`, - PostalCode: 41000, - Country: `Canada`, - Salesperson: `Janet Leverling`, - OrderID: 10410, - OrderDate: `2018-09-03T21:00:00.000Z`, - ShipperName: `Federal Shipping`, - ProductID: 33, - ProductName: `Geitost`, - UnitPrice: 2, - Quantity: 49, - Discontinued: false, - ExtendedPrice: 98, - Freight: 2.4 - }), - new InvoicesWorldDataItem( - { - ShipName: `Bottom-Dollar Markets`, - ShipAddress: `23 Toronto Blvd.`, - ShipCity: `Toronto`, - ShipRegion: `BC`, - ShipPostalCode: `T2F 8M4`, - ShipCountry: `Canada`, - CustomerID: `BOTTM`, - CustomerName: `Bottom-Dollar Markets`, - Address: `23 Toronto Blvd.`, - City: `Toronto`, - Region: `BC`, - PostalCode: 29000, - Country: `Canada`, - Salesperson: `Janet Leverling`, - OrderID: 10410, - OrderDate: `2018-09-03T21:00:00.000Z`, - ShipperName: `Federal Shipping`, - ProductID: 59, - ProductName: `Raclette Courdavault`, - UnitPrice: 44, - Quantity: 16, - Discontinued: false, - ExtendedPrice: 704, - Freight: 2.4 - }), - new InvoicesWorldDataItem( - { - ShipName: `Bottom-Dollar Markets`, - ShipAddress: `23 Tsawassen Blvd.`, - ShipCity: `Tsawassen`, - ShipRegion: `BC`, - ShipPostalCode: `T2F 8M4`, - ShipCountry: `Canada`, - CustomerID: `BOTTM`, - CustomerName: `Bottom-Dollar Markets`, - Address: `23 Tsawassen Blvd.`, - City: `Tsawassen`, - Region: `BC`, - PostalCode: 43000, - Country: `Canada`, - Salesperson: `Janet Leverling`, - OrderID: 10742, - OrderDate: `2018-09-03T21:00:00.000Z`, - ShipperName: `Federal Shipping`, - ProductID: 3, - ProductName: `Aniseed Syrup`, - UnitPrice: 10, - Quantity: 20, - Discontinued: false, - ExtendedPrice: 200, - Freight: 243.73 - }), - new InvoicesWorldDataItem( - { - ShipName: `Bottom-Dollar Markets`, - ShipAddress: `23 Tsawassen Blvd.`, - ShipCity: `Tsawassen`, - ShipRegion: `BC`, - ShipPostalCode: `T2F 8M4`, - ShipCountry: `Canada`, - CustomerID: `BOTTM`, - CustomerName: `Bottom-Dollar Markets`, - Address: `23 Tsawassen Blvd.`, - City: `Tsawassen`, - Region: `BC`, - PostalCode: 33000, - Country: `Canada`, - Salesperson: `Janet Leverling`, - OrderID: 10742, - OrderDate: `2018-09-03T21:00:00.000Z`, - ShipperName: `Federal Shipping`, - ProductID: 60, - ProductName: `Camembert Pierrot`, - UnitPrice: 34, - Quantity: 50, - Discontinued: false, - ExtendedPrice: 1700, - Freight: 243.73 - }), - new InvoicesWorldDataItem( - { - ShipName: `Bottom-Dollar Markets`, - ShipAddress: `23 Tsawassen Blvd.`, - ShipCity: `Tsawassen`, - ShipRegion: `BC`, - ShipPostalCode: `T2F 8M4`, - ShipCountry: `Canada`, - CustomerID: `BOTTM`, - CustomerName: `Bottom-Dollar Markets`, - Address: `23 Tsawassen Blvd.`, - City: `Tsawassen`, - Region: `BC`, - PostalCode: 29000, - Country: `Canada`, - Salesperson: `Janet Leverling`, - OrderID: 10742, - OrderDate: `2018-09-03T21:00:00.000Z`, - ShipperName: `Federal Shipping`, - ProductID: 72, - ProductName: `Mozzarella di Giovanni`, - UnitPrice: 34.8, - Quantity: 35, - Discontinued: false, - ExtendedPrice: 1218, - Freight: 243.73 - }), - new InvoicesWorldDataItem( - { - ShipName: `Bottom-Dollar Markets`, - ShipAddress: `23 Toronto Blvd.`, - ShipCity: `Toronto`, - ShipRegion: `BC`, - ShipPostalCode: `T2F 8M4`, - ShipCountry: `Canada`, - CustomerID: `BOTTM`, - CustomerName: `Bottom-Dollar Markets`, - Address: `23 Toronto Blvd.`, - City: `Toronto`, - Region: `BC`, - PostalCode: 37000, - Country: `Canada`, - Salesperson: `Michael Suyama`, - OrderID: 10944, - OrderDate: `2018-09-03T21:00:00.000Z`, - ShipperName: `Federal Shipping`, - ProductID: 56, - ProductName: `Gnocchi di nonna Alice`, - UnitPrice: 38, - Quantity: 18, - Discontinued: false, - ExtendedPrice: 684, - Freight: 52.92 - }), - new InvoicesWorldDataItem( - { - ShipName: `Bottom-Dollar Markets`, - ShipAddress: `23 Toronto Blvd.`, - ShipCity: `Toronto`, - ShipRegion: `BC`, - ShipPostalCode: `T2F 8M4`, - ShipCountry: `Canada`, - CustomerID: `BOTTM`, - CustomerName: `Bottom-Dollar Markets`, - Address: `23 Toronto Blvd.`, - City: `Toronto`, - Region: `BC`, - PostalCode: 47000, - Country: `Canada`, - Salesperson: `Andrew Fuller`, - OrderID: 10949, - OrderDate: `2018-09-03T21:00:00.000Z`, - ShipperName: `Federal Shipping`, - ProductID: 6, - ProductName: `Grandma's Boysenberry Spread`, - UnitPrice: 25, - Quantity: 12, - Discontinued: false, - ExtendedPrice: 300, - Freight: 74.44 - }), - new InvoicesWorldDataItem( - { - ShipName: `Bottom-Dollar Markets`, - ShipAddress: `23 Tsawassen Blvd.`, - ShipCity: `Tsawassen`, - ShipRegion: `BC`, - ShipPostalCode: `T2F 8M4`, - ShipCountry: `Canada`, - CustomerID: `BOTTM`, - CustomerName: `Bottom-Dollar Markets`, - Address: `23 Tsawassen Blvd.`, - City: `Tsawassen`, - Region: `BC`, - PostalCode: 38000, - Country: `Canada`, - Salesperson: `Andrew Fuller`, - OrderID: 10949, - OrderDate: `2018-09-03T21:00:00.000Z`, - ShipperName: `Federal Shipping`, - ProductID: 10, - ProductName: `Ikura`, - UnitPrice: 31, - Quantity: 30, - Discontinued: false, - ExtendedPrice: 930, - Freight: 74.44 - }), - new InvoicesWorldDataItem( - { - ShipName: `Bottom-Dollar Markets`, - ShipAddress: `23 Tsawassen Blvd.`, - ShipCity: `Tsawassen`, - ShipRegion: `BC`, - ShipPostalCode: `T2F 8M4`, - ShipCountry: `Canada`, - CustomerID: `BOTTM`, - CustomerName: `Bottom-Dollar Markets`, - Address: `23 Tsawassen Blvd.`, - City: `Tsawassen`, - Region: `BC`, - PostalCode: 14000, - Country: `Canada`, - Salesperson: `Andrew Fuller`, - OrderID: 10949, - OrderDate: `2018-09-03T21:00:00.000Z`, - ShipperName: `Federal Shipping`, - ProductID: 17, - ProductName: `Alice Mutton`, - UnitPrice: 39, - Quantity: 6, - Discontinued: false, - ExtendedPrice: 234, - Freight: 74.44 - }), - new InvoicesWorldDataItem( - { - ShipName: `Bottom-Dollar Markets`, - ShipAddress: `23 Tsawassen Blvd.`, - ShipCity: `Tsawassen`, - ShipRegion: `BC`, - ShipPostalCode: `T2F 8M4`, - ShipCountry: `Canada`, - CustomerID: `BOTTM`, - CustomerName: `Bottom-Dollar Markets`, - Address: `23 Tsawassen Blvd.`, - City: `Tsawassen`, - Region: `BC`, - PostalCode: 23000, - Country: `Canada`, - Salesperson: `Andrew Fuller`, - OrderID: 10949, - OrderDate: `2018-09-03T21:00:00.000Z`, - ShipperName: `Federal Shipping`, - ProductID: 62, - ProductName: `Tarte au sucre`, - UnitPrice: 49.3, - Quantity: 60, - Discontinued: false, - ExtendedPrice: 2958, - Freight: 74.44 - }), - new InvoicesWorldDataItem( - { - ShipName: `Bottom-Dollar Markets`, - ShipAddress: `23 Tsawassen Blvd.`, - ShipCity: `Tsawassen`, - ShipRegion: `BC`, - ShipPostalCode: `T2F 8M4`, - ShipCountry: `Canada`, - CustomerID: `BOTTM`, - CustomerName: `Bottom-Dollar Markets`, - Address: `23 Tsawassen Blvd.`, - City: `Tsawassen`, - Region: `BC`, - PostalCode: 24000, - Country: `Canada`, - Salesperson: `Nancy Davolio`, - OrderID: 10975, - OrderDate: `2018-09-03T21:00:00.000Z`, - ShipperName: `Federal Shipping`, - ProductID: 8, - ProductName: `Northwoods Cranberry Sauce`, - UnitPrice: 40, - Quantity: 16, - Discontinued: false, - ExtendedPrice: 640, - Freight: 32.27 - }), - new InvoicesWorldDataItem( - { - ShipName: `Bottom-Dollar Markets`, - ShipAddress: `23 Tsawassen Blvd.`, - ShipCity: `Tsawassen`, - ShipRegion: `BC`, - ShipPostalCode: `T2F 8M4`, - ShipCountry: `Canada`, - CustomerID: `BOTTM`, - CustomerName: `Bottom-Dollar Markets`, - Address: `23 Tsawassen Blvd.`, - City: `Tsawassen`, - Region: `BC`, - PostalCode: 31000, - Country: `Canada`, - Salesperson: `Nancy Davolio`, - OrderID: 10975, - OrderDate: `2018-09-03T21:00:00.000Z`, - ShipperName: `Federal Shipping`, - ProductID: 75, - ProductName: `Rhönbräu Klosterbier`, - UnitPrice: 7.75, - Quantity: 10, - Discontinued: false, - ExtendedPrice: 77.5, - Freight: 32.27 - }), - new InvoicesWorldDataItem( - { - ShipName: `Bottom-Dollar Markets`, - ShipAddress: `23 Toronto Blvd.`, - ShipCity: `Toronto`, - ShipRegion: `BC`, - ShipPostalCode: `T2F 8M4`, - ShipCountry: `Canada`, - CustomerID: `BOTTM`, - CustomerName: `Bottom-Dollar Markets`, - Address: `23 Toronto Blvd.`, - City: `Toronto`, - Region: `BC`, - PostalCode: 16000, - Country: `Canada`, - Salesperson: `Anne Dodsworth`, - OrderID: 10411, - OrderDate: `2017-05-11T21:00:00.000Z`, - ShipperName: `Federal Shipping`, - ProductID: 41, - ProductName: `Jack's New England Clam Chowder`, - UnitPrice: 7.7, - Quantity: 25, - Discontinued: true, - ExtendedPrice: 154, - Freight: 23.65 - }), - new InvoicesWorldDataItem( - { - ShipName: `Bottom-Dollar Markets`, - ShipAddress: `23 Tsawassen Blvd.`, - ShipCity: `Tsawassen`, - ShipRegion: `BC`, - ShipPostalCode: `T2F 8M4`, - ShipCountry: `Canada`, - CustomerID: `BOTTM`, - CustomerName: `Bottom-Dollar Markets`, - Address: `23 Tsawassen Blvd.`, - City: `Tsawassen`, - Region: `BC`, - PostalCode: 38000, - Country: `Canada`, - Salesperson: `Anne Dodsworth`, - OrderID: 10411, - OrderDate: `2017-05-11T21:00:00.000Z`, - ShipperName: `Federal Shipping`, - ProductID: 44, - ProductName: `Gula Malacca`, - UnitPrice: 15.5, - Quantity: 40, - Discontinued: true, - ExtendedPrice: 496, - Freight: 23.65 - }), - new InvoicesWorldDataItem( - { - ShipName: `Bottom-Dollar Markets`, - ShipAddress: `23 Tsawassen Blvd.`, - ShipCity: `Tsawassen`, - ShipRegion: `BC`, - ShipPostalCode: `T2F 8M4`, - ShipCountry: `Canada`, - CustomerID: `BOTTM`, - CustomerName: `Bottom-Dollar Markets`, - Address: `23 Tsawassen Blvd.`, - City: `Tsawassen`, - Region: `BC`, - PostalCode: 20000, - Country: `Canada`, - Salesperson: `Anne Dodsworth`, - OrderID: 10411, - OrderDate: `2017-05-11T21:00:00.000Z`, - ShipperName: `Federal Shipping`, - ProductID: 59, - ProductName: `Raclette Courdavault`, - UnitPrice: 44, - Quantity: 9, - Discontinued: true, - ExtendedPrice: 316.8, - Freight: 23.65 - }), - new InvoicesWorldDataItem( - { - ShipName: `Bottom-Dollar Markets`, - ShipAddress: `23 Tsawassen Blvd.`, - ShipCity: `Tsawassen`, - ShipRegion: `BC`, - ShipPostalCode: `T2F 8M4`, - ShipCountry: `Canada`, - CustomerID: `BOTTM`, - CustomerName: `Bottom-Dollar Markets`, - Address: `23 Tsawassen Blvd.`, - City: `Tsawassen`, - Region: `BC`, - PostalCode: 41000, - Country: `Canada`, - Salesperson: `Margaret Peacock`, - OrderID: 10431, - OrderDate: `2017-05-11T21:00:00.000Z`, - ShipperName: `United Package`, - ProductID: 17, - ProductName: `Alice Mutton`, - UnitPrice: 31.2, - Quantity: 50, - Discontinued: true, - ExtendedPrice: 1170, - Freight: 44.17 - }), - new InvoicesWorldDataItem( - { - ShipName: `Bottom-Dollar Markets`, - ShipAddress: `23 Tsawassen Blvd.`, - ShipCity: `Tsawassen`, - ShipRegion: `BC`, - ShipPostalCode: `T2F 8M4`, - ShipCountry: `Canada`, - CustomerID: `BOTTM`, - CustomerName: `Bottom-Dollar Markets`, - Address: `23 Tsawassen Blvd.`, - City: `Tsawassen`, - Region: `BC`, - PostalCode: 45000, - Country: `Canada`, - Salesperson: `Margaret Peacock`, - OrderID: 10431, - OrderDate: `2017-05-11T21:00:00.000Z`, - ShipperName: `United Package`, - ProductID: 40, - ProductName: `Boston Crab Meat`, - UnitPrice: 14.7, - Quantity: 50, - Discontinued: true, - ExtendedPrice: 551.25, - Freight: 44.17 - }), - new InvoicesWorldDataItem( - { - ShipName: `Bottom-Dollar Markets`, - ShipAddress: `23 Tsawassen Blvd.`, - ShipCity: `Tsawassen`, - ShipRegion: `BC`, - ShipPostalCode: `T2F 8M4`, - ShipCountry: `Canada`, - CustomerID: `BOTTM`, - CustomerName: `Bottom-Dollar Markets`, - Address: `23 Tsawassen Blvd.`, - City: `Tsawassen`, - Region: `BC`, - PostalCode: 32000, - Country: `Canada`, - Salesperson: `Margaret Peacock`, - OrderID: 10431, - OrderDate: `2017-05-11T21:00:00.000Z`, - ShipperName: `United Package`, - ProductID: 47, - ProductName: `Zaanse koeken`, - UnitPrice: 7.6, - Quantity: 30, - Discontinued: true, - ExtendedPrice: 171, - Freight: 44.17 - }), - new InvoicesWorldDataItem( - { - ShipName: `Bottom-Dollar Markets`, - ShipAddress: `23 Tsawassen Blvd.`, - ShipCity: `Tsawassen`, - ShipRegion: `BC`, - ShipPostalCode: `T2F 8M4`, - ShipCountry: `Canada`, - CustomerID: `BOTTM`, - CustomerName: `Bottom-Dollar Markets`, - Address: `23 Tsawassen Blvd.`, - City: `Tsawassen`, - Region: `BC`, - PostalCode: 13000, - Country: `Canada`, - Salesperson: `Janet Leverling`, - OrderID: 10918, - OrderDate: `2017-05-11T21:00:00.000Z`, - ShipperName: `Federal Shipping`, - ProductID: 1, - ProductName: `Chai`, - UnitPrice: 18, - Quantity: 60, - Discontinued: true, - ExtendedPrice: 810, - Freight: 48.83 - }), - new InvoicesWorldDataItem( - { - ShipName: `Bottom-Dollar Markets`, - ShipAddress: `23 Tsawassen Blvd.`, - ShipCity: `Tsawassen`, - ShipRegion: `BC`, - ShipPostalCode: `T2F 8M4`, - ShipCountry: `Canada`, - CustomerID: `BOTTM`, - CustomerName: `Bottom-Dollar Markets`, - Address: `23 Tsawassen Blvd.`, - City: `Tsawassen`, - Region: `BC`, - PostalCode: 17000, - Country: `Canada`, - Salesperson: `Janet Leverling`, - OrderID: 10918, - OrderDate: `2017-05-11T21:00:00.000Z`, - ShipperName: `Federal Shipping`, - ProductID: 60, - ProductName: `Camembert Pierrot`, - UnitPrice: 34, - Quantity: 25, - Discontinued: true, - ExtendedPrice: 637.5, - Freight: 48.83 - }), - new InvoicesWorldDataItem( - { - ShipName: `Bottom-Dollar Markets`, - ShipAddress: `23 Tsawassen Blvd.`, - ShipCity: `Tsawassen`, - ShipRegion: `BC`, - ShipPostalCode: `T2F 8M4`, - ShipCountry: `Canada`, - CustomerID: `BOTTM`, - CustomerName: `Bottom-Dollar Markets`, - Address: `23 Tsawassen Blvd.`, - City: `Tsawassen`, - Region: `BC`, - PostalCode: 22000, - Country: `Canada`, - Salesperson: `Michael Suyama`, - OrderID: 10944, - OrderDate: `2017-05-11T21:00:00.000Z`, - ShipperName: `Federal Shipping`, - ProductID: 11, - ProductName: `Queso Cabrales`, - UnitPrice: 21, - Quantity: 5, - Discontinued: true, - ExtendedPrice: 78.75, - Freight: 52.92 - }), - new InvoicesWorldDataItem( - { - ShipName: `Bottom-Dollar Markets`, - ShipAddress: `23 Tsawassen Blvd.`, - ShipCity: `Tsawassen`, - ShipRegion: `BC`, - ShipPostalCode: `T2F 8M4`, - ShipCountry: `Canada`, - CustomerID: `BOTTM`, - CustomerName: `Bottom-Dollar Markets`, - Address: `23 Tsawassen Blvd.`, - City: `Tsawassen`, - Region: `BC`, - PostalCode: 42000, - Country: `Canada`, - Salesperson: `Michael Suyama`, - OrderID: 10944, - OrderDate: `2017-05-11T21:00:00.000Z`, - ShipperName: `Federal Shipping`, - ProductID: 44, - ProductName: `Gula Malacca`, - UnitPrice: 19.45, - Quantity: 18, - Discontinued: true, - ExtendedPrice: 262.58, - Freight: 52.92 - }), - new InvoicesWorldDataItem( - { - ShipName: `Bottom-Dollar Markets`, - ShipAddress: `23 Tsawassen Blvd.`, - ShipCity: `Tsawassen`, - ShipRegion: `BC`, - ShipPostalCode: `T2F 8M4`, - ShipCountry: `Canada`, - CustomerID: `BOTTM`, - CustomerName: `Bottom-Dollar Markets`, - Address: `23 Tsawassen Blvd.`, - City: `Tsawassen`, - Region: `BC`, - PostalCode: 45000, - Country: `Canada`, - Salesperson: `Nancy Davolio`, - OrderID: 11027, - OrderDate: `2017-05-11T21:00:00.000Z`, - ShipperName: `Speedy Express`, - ProductID: 24, - ProductName: `Guaraná Fantástica`, - UnitPrice: 4.5, - Quantity: 30, - Discontinued: true, - ExtendedPrice: 101.25, - Freight: 52.52 - }), - new InvoicesWorldDataItem( - { - ShipName: `Bottom-Dollar Markets`, - ShipAddress: `23 Tsawassen Blvd.`, - ShipCity: `Tsawassen`, - ShipRegion: `BC`, - ShipPostalCode: `T2F 8M4`, - ShipCountry: `Canada`, - CustomerID: `BOTTM`, - CustomerName: `Bottom-Dollar Markets`, - Address: `23 Tsawassen Blvd.`, - City: `Tsawassen`, - Region: `BC`, - PostalCode: 34000, - Country: `Canada`, - Salesperson: `Nancy Davolio`, - OrderID: 11027, - OrderDate: `2017-05-11T21:00:00.000Z`, - ShipperName: `Speedy Express`, - ProductID: 62, - ProductName: `Tarte au sucre`, - UnitPrice: 49.3, - Quantity: 21, - Discontinued: true, - ExtendedPrice: 776.48, - Freight: 52.52 - }), - new InvoicesWorldDataItem( - { - ShipName: `B's Beverages`, - ShipAddress: `Fauntleroy Circus`, - ShipCity: `London`, - ShipRegion: null, - ShipPostalCode: `EC2 5NT`, - ShipCountry: `UK`, - CustomerID: `BSBEV`, - CustomerName: `B's Beverages`, - Address: `Fauntleroy Circus`, - City: `London`, - Region: null, - PostalCode: 10000, - Country: `UK`, - Salesperson: `Robert King`, - OrderID: 10289, - OrderDate: `2017-05-11T21:00:00.000Z`, - ShipperName: `Federal Shipping`, - ProductID: 3, - ProductName: `Aniseed Syrup`, - UnitPrice: 8, - Quantity: 30, - Discontinued: false, - ExtendedPrice: 240, - Freight: 22.77 - }), - new InvoicesWorldDataItem( - { - ShipName: `B's Beverages`, - ShipAddress: `Fauntleroy Circus`, - ShipCity: `London`, - ShipRegion: null, - ShipPostalCode: `EC2 5NT`, - ShipCountry: `UK`, - CustomerID: `BSBEV`, - CustomerName: `B's Beverages`, - Address: `Fauntleroy Circus`, - City: `London`, - Region: null, - PostalCode: 28000, - Country: `UK`, - Salesperson: `Robert King`, - OrderID: 10289, - OrderDate: `2017-05-11T21:00:00.000Z`, - ShipperName: `Federal Shipping`, - ProductID: 64, - ProductName: `Wimmers gute Semmelknödel`, - UnitPrice: 26.6, - Quantity: 9, - Discontinued: false, - ExtendedPrice: 239.4, - Freight: 22.77 - }), - new InvoicesWorldDataItem( - { - ShipName: `B's Beverages`, - ShipAddress: `Fauntleroy Circus`, - ShipCity: `London`, - ShipRegion: null, - ShipPostalCode: `EC2 5NT`, - ShipCountry: `UK`, - CustomerID: `BSBEV`, - CustomerName: `B's Beverages`, - Address: `Fauntleroy Circus`, - City: `London`, - Region: null, - PostalCode: 48000, - Country: `UK`, - Salesperson: `Andrew Fuller`, - OrderID: 10471, - OrderDate: `2016-04-13T21:00:00.000Z`, - ShipperName: `Federal Shipping`, - ProductID: 7, - ProductName: `Uncle Bob's Organic Dried Pears`, - UnitPrice: 24, - Quantity: 30, - Discontinued: false, - ExtendedPrice: 720, - Freight: 45.59 - }), - new InvoicesWorldDataItem( - { - ShipName: `B's Beverages`, - ShipAddress: `Fauntleroy Circus`, - ShipCity: `London`, - ShipRegion: null, - ShipPostalCode: `EC2 5NT`, - ShipCountry: `UK`, - CustomerID: `BSBEV`, - CustomerName: `B's Beverages`, - Address: `Fauntleroy Circus`, - City: `London`, - Region: null, - PostalCode: 36000, - Country: `UK`, - Salesperson: `Andrew Fuller`, - OrderID: 10471, - OrderDate: `2016-04-13T21:00:00.000Z`, - ShipperName: `Federal Shipping`, - ProductID: 56, - ProductName: `Gnocchi di nonna Alice`, - UnitPrice: 30.4, - Quantity: 20, - Discontinued: false, - ExtendedPrice: 608, - Freight: 45.59 - }), - new InvoicesWorldDataItem( - { - ShipName: `B's Beverages`, - ShipAddress: `Fauntleroy Circus`, - ShipCity: `London`, - ShipRegion: null, - ShipPostalCode: `EC2 5NT`, - ShipCountry: `UK`, - CustomerID: `BSBEV`, - CustomerName: `B's Beverages`, - Address: `Fauntleroy Circus`, - City: `London`, - Region: null, - PostalCode: 41000, - Country: `UK`, - Salesperson: `Janet Leverling`, - OrderID: 10484, - OrderDate: `2016-04-13T21:00:00.000Z`, - ShipperName: `Federal Shipping`, - ProductID: 21, - ProductName: `Sir Rodney's Scones`, - UnitPrice: 8, - Quantity: 14, - Discontinued: false, - ExtendedPrice: 112, - Freight: 6.88 - }), - new InvoicesWorldDataItem( - { - ShipName: `B's Beverages`, - ShipAddress: `Fauntleroy Circus`, - ShipCity: `London`, - ShipRegion: null, - ShipPostalCode: `EC2 5NT`, - ShipCountry: `UK`, - CustomerID: `BSBEV`, - CustomerName: `B's Beverages`, - Address: `Fauntleroy Circus`, - City: `London`, - Region: null, - PostalCode: 33000, - Country: `UK`, - Salesperson: `Janet Leverling`, - OrderID: 10484, - OrderDate: `2016-04-13T21:00:00.000Z`, - ShipperName: `Federal Shipping`, - ProductID: 40, - ProductName: `Boston Crab Meat`, - UnitPrice: 14.7, - Quantity: 10, - Discontinued: false, - ExtendedPrice: 147, - Freight: 6.88 - }), - new InvoicesWorldDataItem( - { - ShipName: `B's Beverages`, - ShipAddress: `Fauntleroy Circus`, - ShipCity: `London`, - ShipRegion: null, - ShipPostalCode: `EC2 5NT`, - ShipCountry: `UK`, - CustomerID: `BSBEV`, - CustomerName: `B's Beverages`, - Address: `Fauntleroy Circus`, - City: `London`, - Region: null, - PostalCode: 10000, - Country: `UK`, - Salesperson: `Janet Leverling`, - OrderID: 10484, - OrderDate: `2016-04-13T21:00:00.000Z`, - ShipperName: `Federal Shipping`, - ProductID: 51, - ProductName: `Manjimup Dried Apples`, - UnitPrice: 42.4, - Quantity: 3, - Discontinued: false, - ExtendedPrice: 127.2, - Freight: 6.88 - }), - new InvoicesWorldDataItem( - { - ShipName: `B's Beverages`, - ShipAddress: `Fauntleroy Circus`, - ShipCity: `London`, - ShipRegion: null, - ShipPostalCode: `EC2 5NT`, - ShipCountry: `UK`, - CustomerID: `BSBEV`, - CustomerName: `B's Beverages`, - Address: `Fauntleroy Circus`, - City: `London`, - Region: null, - PostalCode: 38000, - Country: `UK`, - Salesperson: `Anne Dodsworth`, - OrderID: 10538, - OrderDate: `2016-04-13T21:00:00.000Z`, - ShipperName: `Federal Shipping`, - ProductID: 70, - ProductName: `Outback Lager`, - UnitPrice: 15, - Quantity: 7, - Discontinued: false, - ExtendedPrice: 105, - Freight: 4.87 - }), - new InvoicesWorldDataItem( - { - ShipName: `B's Beverages`, - ShipAddress: `Fauntleroy Circus`, - ShipCity: `London`, - ShipRegion: null, - ShipPostalCode: `EC2 5NT`, - ShipCountry: `UK`, - CustomerID: `BSBEV`, - CustomerName: `B's Beverages`, - Address: `Fauntleroy Circus`, - City: `London`, - Region: null, - PostalCode: 17000, - Country: `UK`, - Salesperson: `Anne Dodsworth`, - OrderID: 10538, - OrderDate: `2016-04-13T21:00:00.000Z`, - ShipperName: `Federal Shipping`, - ProductID: 72, - ProductName: `Mozzarella di Giovanni`, - UnitPrice: 34.8, - Quantity: 1, - Discontinued: false, - ExtendedPrice: 34.8, - Freight: 4.87 - }), - new InvoicesWorldDataItem( - { - ShipName: `B's Beverages`, - ShipAddress: `Fauntleroy Circus`, - ShipCity: `London`, - ShipRegion: null, - ShipPostalCode: `EC2 5NT`, - ShipCountry: `UK`, - CustomerID: `BSBEV`, - CustomerName: `B's Beverages`, - Address: `Fauntleroy Circus`, - City: `London`, - Region: null, - PostalCode: 17000, - Country: `UK`, - Salesperson: `Michael Suyama`, - OrderID: 10539, - OrderDate: `2016-04-13T21:00:00.000Z`, - ShipperName: `Federal Shipping`, - ProductID: 13, - ProductName: `Konbu`, - UnitPrice: 6, - Quantity: 8, - Discontinued: false, - ExtendedPrice: 48, - Freight: 12.36 - }), - new InvoicesWorldDataItem( - { - ShipName: `B's Beverages`, - ShipAddress: `Fauntleroy Circus`, - ShipCity: `London`, - ShipRegion: null, - ShipPostalCode: `EC2 5NT`, - ShipCountry: `UK`, - CustomerID: `BSBEV`, - CustomerName: `B's Beverages`, - Address: `Fauntleroy Circus`, - City: `London`, - Region: null, - PostalCode: 32000, - Country: `UK`, - Salesperson: `Michael Suyama`, - OrderID: 10539, - OrderDate: `2016-04-13T21:00:00.000Z`, - ShipperName: `Federal Shipping`, - ProductID: 21, - ProductName: `Sir Rodney's Scones`, - UnitPrice: 10, - Quantity: 15, - Discontinued: false, - ExtendedPrice: 150, - Freight: 12.36 - }), - new InvoicesWorldDataItem( - { - ShipName: `B's Beverages`, - ShipAddress: `Fauntleroy Circus`, - ShipCity: `London`, - ShipRegion: null, - ShipPostalCode: `EC2 5NT`, - ShipCountry: `UK`, - CustomerID: `BSBEV`, - CustomerName: `B's Beverages`, - Address: `Fauntleroy Circus`, - City: `London`, - Region: null, - PostalCode: 25000, - Country: `UK`, - Salesperson: `Michael Suyama`, - OrderID: 10539, - OrderDate: `2016-04-13T21:00:00.000Z`, - ShipperName: `Federal Shipping`, - ProductID: 33, - ProductName: `Geitost`, - UnitPrice: 2.5, - Quantity: 15, - Discontinued: false, - ExtendedPrice: 37.5, - Freight: 12.36 - }), - new InvoicesWorldDataItem( - { - ShipName: `B's Beverages`, - ShipAddress: `Fauntleroy Circus`, - ShipCity: `London`, - ShipRegion: null, - ShipPostalCode: `EC2 5NT`, - ShipCountry: `UK`, - CustomerID: `BSBEV`, - CustomerName: `B's Beverages`, - Address: `Fauntleroy Circus`, - City: `London`, - Region: null, - PostalCode: 47000, - Country: `UK`, - Salesperson: `Michael Suyama`, - OrderID: 10539, - OrderDate: `2016-04-13T21:00:00.000Z`, - ShipperName: `Federal Shipping`, - ProductID: 49, - ProductName: `Maxilaku`, - UnitPrice: 20, - Quantity: 6, - Discontinued: false, - ExtendedPrice: 120, - Freight: 12.36 - }), - new InvoicesWorldDataItem( - { - ShipName: `B's Beverages`, - ShipAddress: `Fauntleroy Circus`, - ShipCity: `London`, - ShipRegion: null, - ShipPostalCode: `EC2 5NT`, - ShipCountry: `UK`, - CustomerID: `BSBEV`, - CustomerName: `B's Beverages`, - Address: `Fauntleroy Circus`, - City: `London`, - Region: null, - PostalCode: 37000, - Country: `UK`, - Salesperson: `Janet Leverling`, - OrderID: 10947, - OrderDate: `2016-04-13T21:00:00.000Z`, - ShipperName: `United Package`, - ProductID: 59, - ProductName: `Raclette Courdavault`, - UnitPrice: 55, - Quantity: 4, - Discontinued: false, - ExtendedPrice: 220, - Freight: 3.26 - }), - new InvoicesWorldDataItem( - { - ShipName: `B's Beverages`, - ShipAddress: `Fauntleroy Circus`, - ShipCity: `London`, - ShipRegion: null, - ShipPostalCode: `EC2 5NT`, - ShipCountry: `UK`, - CustomerID: `BSBEV`, - CustomerName: `B's Beverages`, - Address: `Fauntleroy Circus`, - City: `London`, - Region: null, - PostalCode: 28000, - Country: `UK`, - Salesperson: `Nancy Davolio`, - OrderID: 11023, - OrderDate: `2016-04-13T21:00:00.000Z`, - ShipperName: `United Package`, - ProductID: 7, - ProductName: `Uncle Bob's Organic Dried Pears`, - UnitPrice: 30, - Quantity: 4, - Discontinued: false, - ExtendedPrice: 120, - Freight: 123.83 - }), - new InvoicesWorldDataItem( - { - ShipName: `B's Beverages`, - ShipAddress: `Fauntleroy Circus`, - ShipCity: `London`, - ShipRegion: null, - ShipPostalCode: `EC2 5NT`, - ShipCountry: `UK`, - CustomerID: `BSBEV`, - CustomerName: `B's Beverages`, - Address: `Fauntleroy Circus`, - City: `London`, - Region: null, - PostalCode: 26000, - Country: `UK`, - Salesperson: `Nancy Davolio`, - OrderID: 11023, - OrderDate: `2016-04-13T21:00:00.000Z`, - ShipperName: `United Package`, - ProductID: 43, - ProductName: `Ipoh Coffee`, - UnitPrice: 46, - Quantity: 30, - Discontinued: false, - ExtendedPrice: 1380, - Freight: 123.83 - }), - new InvoicesWorldDataItem( - { - ShipName: `Cactus Comidas para llevar`, - ShipAddress: `Cerrito 333`, - ShipCity: `Buenos Aires`, - ShipRegion: null, - ShipPostalCode: `1010`, - ShipCountry: `Argentina`, - CustomerID: `CACTU`, - CustomerName: `Cactus Comidas para llevar`, - Address: `Cerrito 333`, - City: `Buenos Aires`, - Region: null, - PostalCode: 1010, - Country: `Argentina`, - Salesperson: `Laura Callahan`, - OrderID: 10521, - OrderDate: `2017-04-13T21:00:00.000Z`, - ShipperName: `United Package`, - ProductID: 68, - ProductName: `Scottish Longbreads`, - UnitPrice: 12.5, - Quantity: 6, - Discontinued: true, - ExtendedPrice: 75, - Freight: 17.22 - }), - new InvoicesWorldDataItem( - { - ShipName: `Cactus Comidas para llevar`, - ShipAddress: `Cerrito 333`, - ShipCity: `Buenos Aires`, - ShipRegion: null, - ShipPostalCode: `1010`, - ShipCountry: `Argentina`, - CustomerID: `CACTU`, - CustomerName: `Cactus Comidas para llevar`, - Address: `Cerrito 333`, - City: `Buenos Aires`, - Region: null, - PostalCode: 1010, - Country: `Argentina`, - Salesperson: `Laura Callahan`, - OrderID: 11054, - OrderDate: `2017-04-13T21:00:00.000Z`, - ShipperName: `Speedy Express`, - ProductID: 33, - ProductName: `Geitost`, - UnitPrice: 2.5, - Quantity: 10, - Discontinued: false, - ExtendedPrice: 25, - Freight: 0.33 - }), - new InvoicesWorldDataItem( - { - ShipName: `Cactus Comidas para llevar`, - ShipAddress: `Cerrito 333`, - ShipCity: `Buenos Aires`, - ShipRegion: null, - ShipPostalCode: `1010`, - ShipCountry: `Argentina`, - CustomerID: `CACTU`, - CustomerName: `Cactus Comidas para llevar`, - Address: `Cerrito 333`, - City: `Buenos Aires`, - Region: null, - PostalCode: 1010, - Country: `Argentina`, - Salesperson: `Laura Callahan`, - OrderID: 11054, - OrderDate: `2016-04-13T21:00:00.000Z`, - ShipperName: `Speedy Express`, - ProductID: 67, - ProductName: `Laughing Lumberjack Lager`, - UnitPrice: 14, - Quantity: 20, - Discontinued: false, - ExtendedPrice: 280, - Freight: 0.33 - }), - new InvoicesWorldDataItem( - { - ShipName: `Centro comercial Moctezuma`, - ShipAddress: `Sierras de Granada 9993`, - ShipCity: `México D.F.`, - ShipRegion: null, - ShipPostalCode: `05022`, - ShipCountry: `Mexico`, - CustomerID: `CENTC`, - CustomerName: `Centro comercial Moctezuma`, - Address: `Sierras de Granada 9993`, - City: `México D.F.`, - Region: null, - PostalCode: 5022, - Country: `Mexico`, - Salesperson: `Margaret Peacock`, - OrderID: 10259, - OrderDate: `2016-04-13T21:00:00.000Z`, - ShipperName: `Federal Shipping`, - ProductID: 21, - ProductName: `Sir Rodney's Scones`, - UnitPrice: 8, - Quantity: 10, - Discontinued: false, - ExtendedPrice: 80, - Freight: 3.25 - }), - new InvoicesWorldDataItem( - { - ShipName: `Centro comercial Moctezuma`, - ShipAddress: `Sierras de Granada 9993`, - ShipCity: `México D.F.`, - ShipRegion: null, - ShipPostalCode: `05022`, - ShipCountry: `Mexico`, - CustomerID: `CENTC`, - CustomerName: `Centro comercial Moctezuma`, - Address: `Sierras de Granada 9993`, - City: `México D.F.`, - Region: null, - PostalCode: 5022, - Country: `Mexico`, - Salesperson: `Margaret Peacock`, - OrderID: 10259, - OrderDate: `2016-04-13T21:00:00.000Z`, - ShipperName: `Federal Shipping`, - ProductID: 37, - ProductName: `Gravad lax`, - UnitPrice: 20.8, - Quantity: 1, - Discontinued: false, - ExtendedPrice: 20.8, - Freight: 3.25 - }), - new InvoicesWorldDataItem( - { - ShipName: `Chop-suey Chinese`, - ShipAddress: `Hauptstr. 31`, - ShipCity: `Bern`, - ShipRegion: null, - ShipPostalCode: `3012`, - ShipCountry: `Switzerland`, - CustomerID: `CHOPS`, - CustomerName: `Chop-suey Chinese`, - Address: `Hauptstr. 29`, - City: `Bern`, - Region: null, - PostalCode: 3012, - Country: `Switzerland`, - Salesperson: `Steven Buchanan`, - OrderID: 10254, - OrderDate: `2016-04-13T21:00:00.000Z`, - ShipperName: `United Package`, - ProductID: 74, - ProductName: `Longlife Tofu`, - UnitPrice: 8, - Quantity: 21, - Discontinued: false, - ExtendedPrice: 168, - Freight: 22.98 - }), - new InvoicesWorldDataItem( - { - ShipName: `Chop-suey Chinese`, - ShipAddress: `Hauptstr. 31`, - ShipCity: `Bern`, - ShipRegion: null, - ShipPostalCode: `3012`, - ShipCountry: `Switzerland`, - CustomerID: `CHOPS`, - CustomerName: `Chop-suey Chinese`, - Address: `Hauptstr. 29`, - City: `Bern`, - Region: null, - PostalCode: 3012, - Country: `Switzerland`, - Salesperson: `Michael Suyama`, - OrderID: 10370, - OrderDate: `2016-04-13T21:00:00.000Z`, - ShipperName: `United Package`, - ProductID: 64, - ProductName: `Wimmers gute Semmelknödel`, - UnitPrice: 26.6, - Quantity: 30, - Discontinued: false, - ExtendedPrice: 798, - Freight: 1.17 - }), - new InvoicesWorldDataItem( - { - ShipName: `Chop-suey Chinese`, - ShipAddress: `Hauptstr. 31`, - ShipCity: `Bern`, - ShipRegion: null, - ShipPostalCode: `3012`, - ShipCountry: `Switzerland`, - CustomerID: `CHOPS`, - CustomerName: `Chop-suey Chinese`, - Address: `Hauptstr. 29`, - City: `Bern`, - Region: null, - PostalCode: 3012, - Country: `Switzerland`, - Salesperson: `Michael Suyama`, - OrderID: 10519, - OrderDate: `2016-04-13T21:00:00.000Z`, - ShipperName: `Federal Shipping`, - ProductID: 56, - ProductName: `Gnocchi di nonna Alice`, - UnitPrice: 38, - Quantity: 40, - Discontinued: false, - ExtendedPrice: 1520, - Freight: 91.76 - }), - new InvoicesWorldDataItem( - { - ShipName: `Chop-suey Chinese`, - ShipAddress: `Hauptstr. 31`, - ShipCity: `Bern`, - ShipRegion: null, - ShipPostalCode: `3012`, - ShipCountry: `Switzerland`, - CustomerID: `CHOPS`, - CustomerName: `Chop-suey Chinese`, - Address: `Hauptstr. 29`, - City: `Bern`, - Region: null, - PostalCode: 3012, - Country: `Switzerland`, - Salesperson: `Nancy Davolio`, - OrderID: 10746, - OrderDate: `2016-04-13T21:00:00.000Z`, - ShipperName: `Federal Shipping`, - ProductID: 13, - ProductName: `Konbu`, - UnitPrice: 6, - Quantity: 6, - Discontinued: false, - ExtendedPrice: 36, - Freight: 31.43 - }), - new InvoicesWorldDataItem( - { - ShipName: `Chop-suey Chinese`, - ShipAddress: `Hauptstr. 31`, - ShipCity: `Bern`, - ShipRegion: null, - ShipPostalCode: `3012`, - ShipCountry: `Switzerland`, - CustomerID: `CHOPS`, - CustomerName: `Chop-suey Chinese`, - Address: `Hauptstr. 29`, - City: `Bern`, - Region: null, - PostalCode: 3012, - Country: `Switzerland`, - Salesperson: `Nancy Davolio`, - OrderID: 10746, - OrderDate: `2016-04-13T21:00:00.000Z`, - ShipperName: `Federal Shipping`, - ProductID: 42, - ProductName: `Singaporean Hokkien Fried Mee`, - UnitPrice: 14, - Quantity: 28, - Discontinued: false, - ExtendedPrice: 392, - Freight: 31.43 - }), - new InvoicesWorldDataItem( - { - ShipName: `Chop-suey Chinese`, - ShipAddress: `Hauptstr. 31`, - ShipCity: `Bern`, - ShipRegion: null, - ShipPostalCode: `3012`, - ShipCountry: `Switzerland`, - CustomerID: `CHOPS`, - CustomerName: `Chop-suey Chinese`, - Address: `Hauptstr. 29`, - City: `Bern`, - Region: null, - PostalCode: 3012, - Country: `Switzerland`, - Salesperson: `Nancy Davolio`, - OrderID: 10746, - OrderDate: `2016-04-13T21:00:00.000Z`, - ShipperName: `Federal Shipping`, - ProductID: 62, - ProductName: `Tarte au sucre`, - UnitPrice: 49.3, - Quantity: 9, - Discontinued: false, - ExtendedPrice: 443.7, - Freight: 31.43 - }), - new InvoicesWorldDataItem( - { - ShipName: `Chop-suey Chinese`, - ShipAddress: `Hauptstr. 31`, - ShipCity: `Bern`, - ShipRegion: null, - ShipPostalCode: `3012`, - ShipCountry: `Switzerland`, - CustomerID: `CHOPS`, - CustomerName: `Chop-suey Chinese`, - Address: `Hauptstr. 29`, - City: `Bern`, - Region: null, - PostalCode: 3012, - Country: `Switzerland`, - Salesperson: `Nancy Davolio`, - OrderID: 10746, - OrderDate: `2016-04-13T21:00:00.000Z`, - ShipperName: `Federal Shipping`, - ProductID: 69, - ProductName: `Gudbrandsdalsost`, - UnitPrice: 36, - Quantity: 40, - Discontinued: false, - ExtendedPrice: 1440, - Freight: 31.43 - }), - new InvoicesWorldDataItem( - { - ShipName: `Chop-suey Chinese`, - ShipAddress: `Hauptstr. 31`, - ShipCity: `Bern`, - ShipRegion: null, - ShipPostalCode: `3012`, - ShipCountry: `Switzerland`, - CustomerID: `CHOPS`, - CustomerName: `Chop-suey Chinese`, - Address: `Hauptstr. 29`, - City: `Bern`, - Region: null, - PostalCode: 3012, - Country: `Switzerland`, - Salesperson: `Margaret Peacock`, - OrderID: 10966, - OrderDate: `2016-04-13T21:00:00.000Z`, - ShipperName: `Speedy Express`, - ProductID: 37, - ProductName: `Gravad lax`, - UnitPrice: 26, - Quantity: 8, - Discontinued: false, - ExtendedPrice: 208, - Freight: 27.19 - }), - new InvoicesWorldDataItem( - { - ShipName: `Chop-suey Chinese`, - ShipAddress: `Hauptstr. 31`, - ShipCity: `Bern`, - ShipRegion: null, - ShipPostalCode: `3012`, - ShipCountry: `Switzerland`, - CustomerID: `CHOPS`, - CustomerName: `Chop-suey Chinese`, - Address: `Hauptstr. 29`, - City: `Bern`, - Region: null, - PostalCode: 3012, - Country: `Switzerland`, - Salesperson: `Margaret Peacock`, - OrderID: 11029, - OrderDate: `2016-04-13T21:00:00.000Z`, - ShipperName: `Speedy Express`, - ProductID: 56, - ProductName: `Gnocchi di nonna Alice`, - UnitPrice: 38, - Quantity: 20, - Discontinued: false, - ExtendedPrice: 760, - Freight: 47.84 - }), - new InvoicesWorldDataItem( - { - ShipName: `Chop-suey Chinese`, - ShipAddress: `Hauptstr. 31`, - ShipCity: `Bern`, - ShipRegion: null, - ShipPostalCode: `3012`, - ShipCountry: `Switzerland`, - CustomerID: `CHOPS`, - CustomerName: `Chop-suey Chinese`, - Address: `Hauptstr. 29`, - City: `Bern`, - Region: null, - PostalCode: 3012, - Country: `Switzerland`, - Salesperson: `Margaret Peacock`, - OrderID: 11029, - OrderDate: `2016-04-13T21:00:00.000Z`, - ShipperName: `Speedy Express`, - ProductID: 63, - ProductName: `Vegie-spread`, - UnitPrice: 43.9, - Quantity: 12, - Discontinued: false, - ExtendedPrice: 526.8, - Freight: 47.84 - }), - new InvoicesWorldDataItem( - { - ShipName: `Chop-suey Chinese`, - ShipAddress: `Hauptstr. 31`, - ShipCity: `Bern`, - ShipRegion: null, - ShipPostalCode: `3012`, - ShipCountry: `Switzerland`, - CustomerID: `CHOPS`, - CustomerName: `Chop-suey Chinese`, - Address: `Hauptstr. 29`, - City: `Bern`, - Region: null, - PostalCode: 3012, - Country: `Switzerland`, - Salesperson: `Janet Leverling`, - OrderID: 11041, - OrderDate: `2016-04-13T21:00:00.000Z`, - ShipperName: `United Package`, - ProductID: 63, - ProductName: `Vegie-spread`, - UnitPrice: 43.9, - Quantity: 30, - Discontinued: false, - ExtendedPrice: 1317, - Freight: 48.22 - }), - new InvoicesWorldDataItem( - { - ShipName: `Chop-suey Chinese`, - ShipAddress: `Hauptstr. 31`, - ShipCity: `Bern`, - ShipRegion: null, - ShipPostalCode: `3012`, - ShipCountry: `Switzerland`, - CustomerID: `CHOPS`, - CustomerName: `Chop-suey Chinese`, - Address: `Hauptstr. 29`, - City: `Bern`, - Region: null, - PostalCode: 3012, - Country: `Switzerland`, - Salesperson: `Michael Suyama`, - OrderID: 10519, - OrderDate: `2016-04-13T21:00:00.000Z`, - ShipperName: `Federal Shipping`, - ProductID: 10, - ProductName: `Ikura`, - UnitPrice: 31, - Quantity: 16, - Discontinued: true, - ExtendedPrice: 471.2, - Freight: 91.76 - }), - new InvoicesWorldDataItem( - { - ShipName: `Chop-suey Chinese`, - ShipAddress: `Hauptstr. 31`, - ShipCity: `Bern`, - ShipRegion: null, - ShipPostalCode: `3012`, - ShipCountry: `Switzerland`, - CustomerID: `CHOPS`, - CustomerName: `Chop-suey Chinese`, - Address: `Hauptstr. 29`, - City: `Bern`, - Region: null, - PostalCode: 3012, - Country: `Switzerland`, - Salesperson: `Michael Suyama`, - OrderID: 10519, - OrderDate: `2016-04-13T21:00:00.000Z`, - ShipperName: `Federal Shipping`, - ProductID: 60, - ProductName: `Camembert Pierrot`, - UnitPrice: 34, - Quantity: 10, - Discontinued: true, - ExtendedPrice: 323, - Freight: 91.76 - }), - new InvoicesWorldDataItem( - { - ShipName: `Chop-suey Chinese`, - ShipAddress: `Hauptstr. 31`, - ShipCity: `Bern`, - ShipRegion: null, - ShipPostalCode: `3012`, - ShipCountry: `Switzerland`, - CustomerID: `CHOPS`, - CustomerName: `Chop-suey Chinese`, - Address: `Hauptstr. 29`, - City: `Bern`, - Region: null, - PostalCode: 3012, - Country: `Switzerland`, - Salesperson: `Robert King`, - OrderID: 10731, - OrderDate: `2016-04-13T21:00:00.000Z`, - ShipperName: `Speedy Express`, - ProductID: 21, - ProductName: `Sir Rodney's Scones`, - UnitPrice: 10, - Quantity: 40, - Discontinued: true, - ExtendedPrice: 380, - Freight: 96.65 - }), - new InvoicesWorldDataItem( - { - ShipName: `Chop-suey Chinese`, - ShipAddress: `Hauptstr. 31`, - ShipCity: `Bern`, - ShipRegion: null, - ShipPostalCode: `3012`, - ShipCountry: `Switzerland`, - CustomerID: `CHOPS`, - CustomerName: `Chop-suey Chinese`, - Address: `Hauptstr. 29`, - City: `Bern`, - Region: null, - PostalCode: 3012, - Country: `Switzerland`, - Salesperson: `Robert King`, - OrderID: 10731, - OrderDate: `2016-04-13T21:00:00.000Z`, - ShipperName: `Speedy Express`, - ProductID: 51, - ProductName: `Manjimup Dried Apples`, - UnitPrice: 53, - Quantity: 30, - Discontinued: true, - ExtendedPrice: 1510.5, - Freight: 96.65 - }), - new InvoicesWorldDataItem( - { - ShipName: `Chop-suey Chinese`, - ShipAddress: `Hauptstr. 31`, - ShipCity: `Bern`, - ShipRegion: null, - ShipPostalCode: `3012`, - ShipCountry: `Switzerland`, - CustomerID: `CHOPS`, - CustomerName: `Chop-suey Chinese`, - Address: `Hauptstr. 29`, - City: `Bern`, - Region: null, - PostalCode: 3012, - Country: `Switzerland`, - Salesperson: `Steven Buchanan`, - OrderID: 10254, - OrderDate: `2016-04-13T21:00:00.000Z`, - ShipperName: `United Package`, - ProductID: 24, - ProductName: `Guaraná Fantástica`, - UnitPrice: 3.6, - Quantity: 15, - Discontinued: true, - ExtendedPrice: 45.9, - Freight: 22.98 - }), - new InvoicesWorldDataItem( - { - ShipName: `Chop-suey Chinese`, - ShipAddress: `Hauptstr. 31`, - ShipCity: `Bern`, - ShipRegion: null, - ShipPostalCode: `3012`, - ShipCountry: `Switzerland`, - CustomerID: `CHOPS`, - CustomerName: `Chop-suey Chinese`, - Address: `Hauptstr. 29`, - City: `Bern`, - Region: null, - PostalCode: 3012, - Country: `Switzerland`, - Salesperson: `Steven Buchanan`, - OrderID: 10254, - OrderDate: `2016-04-13T21:00:00.000Z`, - ShipperName: `United Package`, - ProductID: 55, - ProductName: `Pâté chinois`, - UnitPrice: 19.2, - Quantity: 21, - Discontinued: true, - ExtendedPrice: 342.72, - Freight: 22.98 - }), - new InvoicesWorldDataItem( - { - ShipName: `Chop-suey Chinese`, - ShipAddress: `Hauptstr. 31`, - ShipCity: `Bern`, - ShipRegion: null, - ShipPostalCode: `3012`, - ShipCountry: `Switzerland`, - CustomerID: `CHOPS`, - CustomerName: `Chop-suey Chinese`, - Address: `Hauptstr. 29`, - City: `Bern`, - Region: null, - PostalCode: 3012, - Country: `Switzerland`, - Salesperson: `Michael Suyama`, - OrderID: 10370, - OrderDate: `2016-04-13T21:00:00.000Z`, - ShipperName: `United Package`, - ProductID: 1, - ProductName: `Chai`, - UnitPrice: 14.4, - Quantity: 15, - Discontinued: true, - ExtendedPrice: 183.6, - Freight: 1.17 - }), - new InvoicesWorldDataItem( - { - ShipName: `Chop-suey Chinese`, - ShipAddress: `Hauptstr. 31`, - ShipCity: `Bern`, - ShipRegion: null, - ShipPostalCode: `3012`, - ShipCountry: `Switzerland`, - CustomerID: `CHOPS`, - CustomerName: `Chop-suey Chinese`, - Address: `Hauptstr. 29`, - City: `Bern`, - Region: null, - PostalCode: 3012, - Country: `Switzerland`, - Salesperson: `Michael Suyama`, - OrderID: 10370, - OrderDate: `2016-04-13T21:00:00.000Z`, - ShipperName: `United Package`, - ProductID: 74, - ProductName: `Longlife Tofu`, - UnitPrice: 8, - Quantity: 20, - Discontinued: true, - ExtendedPrice: 136, - Freight: 1.17 - }), - new InvoicesWorldDataItem( - { - ShipName: `Chop-suey Chinese`, - ShipAddress: `Hauptstr. 31`, - ShipCity: `Bern`, - ShipRegion: null, - ShipPostalCode: `3012`, - ShipCountry: `Switzerland`, - CustomerID: `CHOPS`, - CustomerName: `Chop-suey Chinese`, - Address: `Hauptstr. 29`, - City: `Bern`, - Region: null, - PostalCode: 3012, - Country: `Switzerland`, - Salesperson: `Margaret Peacock`, - OrderID: 10966, - OrderDate: `2016-04-13T21:00:00.000Z`, - ShipperName: `Speedy Express`, - ProductID: 56, - ProductName: `Gnocchi di nonna Alice`, - UnitPrice: 38, - Quantity: 12, - Discontinued: true, - ExtendedPrice: 387.6, - Freight: 27.19 - }), - new InvoicesWorldDataItem( - { - ShipName: `Chop-suey Chinese`, - ShipAddress: `Hauptstr. 31`, - ShipCity: `Bern`, - ShipRegion: null, - ShipPostalCode: `3012`, - ShipCountry: `Switzerland`, - CustomerID: `CHOPS`, - CustomerName: `Chop-suey Chinese`, - Address: `Hauptstr. 29`, - City: `Bern`, - Region: null, - PostalCode: 3012, - Country: `Switzerland`, - Salesperson: `Margaret Peacock`, - OrderID: 10966, - OrderDate: `2016-04-13T21:00:00.000Z`, - ShipperName: `Speedy Express`, - ProductID: 62, - ProductName: `Tarte au sucre`, - UnitPrice: 49.3, - Quantity: 12, - Discontinued: true, - ExtendedPrice: 502.86, - Freight: 27.19 - }), - new InvoicesWorldDataItem( - { - ShipName: `Chop-suey Chinese`, - ShipAddress: `Hauptstr. 31`, - ShipCity: `Bern`, - ShipRegion: null, - ShipPostalCode: `3012`, - ShipCountry: `Switzerland`, - CustomerID: `CHOPS`, - CustomerName: `Chop-suey Chinese`, - Address: `Hauptstr. 29`, - City: `Bern`, - Region: null, - PostalCode: 3012, - Country: `Switzerland`, - Salesperson: `Janet Leverling`, - OrderID: 11041, - OrderDate: `2016-04-13T21:00:00.000Z`, - ShipperName: `United Package`, - ProductID: 2, - ProductName: `Chang`, - UnitPrice: 19, - Quantity: 30, - Discontinued: true, - ExtendedPrice: 456, - Freight: 48.22 - }), - new InvoicesWorldDataItem( - { - ShipName: `Comércio Mineiro`, - ShipAddress: `Av. dos Lusíadas, 23`, - ShipCity: `Rio de Janeiro`, - ShipRegion: `SP`, - ShipPostalCode: `05432-043`, - ShipCountry: `Brazil`, - CustomerID: `COMMI`, - CustomerName: `Comércio Mineiro`, - Address: `Av. dos Lusíadas, 23`, - City: `Rio de Janeiro`, - Region: `SP`, - PostalCode: 12000, - Country: `Brazil`, - Salesperson: `Laura Callahan`, - OrderID: 10290, - OrderDate: `2016-04-13T21:00:00.000Z`, - ShipperName: `Speedy Express`, - ProductID: 5, - ProductName: `Chef Anton's Gumbo Mix`, - UnitPrice: 17, - Quantity: 20, - Discontinued: true, - ExtendedPrice: 340, - Freight: 79.7 - }), - new InvoicesWorldDataItem( - { - ShipName: `Comércio Mineiro`, - ShipAddress: `Av. dos Lusíadas, 23`, - ShipCity: `Sao Paulo`, - ShipRegion: `SP`, - ShipPostalCode: `05432-043`, - ShipCountry: `Brazil`, - CustomerID: `COMMI`, - CustomerName: `Comércio Mineiro`, - Address: `Av. dos Lusíadas, 23`, - City: `Sao Paulo`, - Region: `SP`, - PostalCode: 33000, - Country: `Brazil`, - Salesperson: `Laura Callahan`, - OrderID: 10290, - OrderDate: `2017-02-14T22:00:00.000Z`, - ShipperName: `Speedy Express`, - ProductID: 29, - ProductName: `Thüringer Rostbratwurst`, - UnitPrice: 99, - Quantity: 15, - Discontinued: true, - ExtendedPrice: 1485, - Freight: 79.7 - }), - new InvoicesWorldDataItem( - { - ShipName: `Comércio Mineiro`, - ShipAddress: `Av. dos Lusíadas, 23`, - ShipCity: `Rio de Janeiro`, - ShipRegion: `SP`, - ShipPostalCode: `05432-043`, - ShipCountry: `Brazil`, - CustomerID: `COMMI`, - CustomerName: `Comércio Mineiro`, - Address: `Av. dos Lusíadas, 23`, - City: `Rio de Janeiro`, - Region: `SP`, - PostalCode: 16000, - Country: `Brazil`, - Salesperson: `Laura Callahan`, - OrderID: 10290, - OrderDate: `2017-04-13T21:00:00.000Z`, - ShipperName: `Speedy Express`, - ProductID: 49, - ProductName: `Maxilaku`, - UnitPrice: 16, - Quantity: 15, - Discontinued: false, - ExtendedPrice: 240, - Freight: 79.7 - }), - new InvoicesWorldDataItem( - { - ShipName: `Comércio Mineiro`, - ShipAddress: `Av. dos Lusíadas, 23`, - ShipCity: `Sao Paulo`, - ShipRegion: `SP`, - ShipPostalCode: `05432-043`, - ShipCountry: `Brazil`, - CustomerID: `COMMI`, - CustomerName: `Comércio Mineiro`, - Address: `Av. dos Lusíadas, 23`, - City: `Sao Paulo`, - Region: `SP`, - PostalCode: 49000, - Country: `Brazil`, - Salesperson: `Laura Callahan`, - OrderID: 10290, - OrderDate: `2016-04-13T21:00:00.000Z`, - ShipperName: `Speedy Express`, - ProductID: 77, - ProductName: `Original Frankfurter grüne Soße`, - UnitPrice: 10.4, - Quantity: 10, - Discontinued: false, - ExtendedPrice: 104, - Freight: 79.7 - }), - new InvoicesWorldDataItem( - { - ShipName: `Comércio Mineiro`, - ShipAddress: `Av. dos Lusíadas, 23`, - ShipCity: `Sao Paulo`, - ShipRegion: `SP`, - ShipPostalCode: `05432-043`, - ShipCountry: `Brazil`, - CustomerID: `COMMI`, - CustomerName: `Comércio Mineiro`, - Address: `Av. dos Lusíadas, 23`, - City: `Sao Paulo`, - Region: `SP`, - PostalCode: 39000, - Country: `Brazil`, - Salesperson: `Margaret Peacock`, - OrderID: 10466, - OrderDate: `2017-05-03T21:00:00.000Z`, - ShipperName: `Speedy Express`, - ProductID: 11, - ProductName: `Queso Cabrales`, - UnitPrice: 16.8, - Quantity: 10, - Discontinued: false, - ExtendedPrice: 168, - Freight: 11.93 - }), - new InvoicesWorldDataItem( - { - ShipName: `Comércio Mineiro`, - ShipAddress: `Av. dos Lusíadas, 23`, - ShipCity: `Sao Paulo`, - ShipRegion: `SP`, - ShipPostalCode: `05432-043`, - ShipCountry: `Brazil`, - CustomerID: `COMMI`, - CustomerName: `Comércio Mineiro`, - Address: `Av. dos Lusíadas, 23`, - City: `Sao Paulo`, - Region: `SP`, - PostalCode: 31000, - Country: `Brazil`, - Salesperson: `Margaret Peacock`, - OrderID: 10466, - OrderDate: `2016-04-13T21:00:00.000Z`, - ShipperName: `Speedy Express`, - ProductID: 46, - ProductName: `Spegesild`, - UnitPrice: 9.6, - Quantity: 5, - Discontinued: false, - ExtendedPrice: 48, - Freight: 11.93 - }), - new InvoicesWorldDataItem( - { - ShipName: `Comércio Mineiro`, - ShipAddress: `Av. dos Lusíadas, 23`, - ShipCity: `Rio de Janeiro`, - ShipRegion: `SP`, - ShipPostalCode: `05432-043`, - ShipCountry: `Brazil`, - CustomerID: `COMMI`, - CustomerName: `Comércio Mineiro`, - Address: `Av. dos Lusíadas, 23`, - City: `Rio de Janeiro`, - Region: `SP`, - PostalCode: 37000, - Country: `Brazil`, - Salesperson: `Margaret Peacock`, - OrderID: 10494, - OrderDate: `2017-03-31T21:00:00.000Z`, - ShipperName: `United Package`, - ProductID: 56, - ProductName: `Gnocchi di nonna Alice`, - UnitPrice: 30.4, - Quantity: 30, - Discontinued: false, - ExtendedPrice: 912, - Freight: 65.99 - }), - new InvoicesWorldDataItem( - { - ShipName: `Comércio Mineiro`, - ShipAddress: `Av. dos Lusíadas, 23`, - ShipCity: `Rio de Janeiro`, - ShipRegion: `SP`, - ShipPostalCode: `05432-043`, - ShipCountry: `Brazil`, - CustomerID: `COMMI`, - CustomerName: `Comércio Mineiro`, - Address: `Av. dos Lusíadas, 23`, - City: `Rio de Janeiro`, - Region: `SP`, - PostalCode: 29000, - Country: `Brazil`, - Salesperson: `Nancy Davolio`, - OrderID: 10969, - OrderDate: `2016-04-13T21:00:00.000Z`, - ShipperName: `United Package`, - ProductID: 46, - ProductName: `Spegesild`, - UnitPrice: 12, - Quantity: 9, - Discontinued: false, - ExtendedPrice: 108, - Freight: 0.21 - }), - new InvoicesWorldDataItem( - { - ShipName: `Comércio Mineiro`, - ShipAddress: `Av. dos Lusíadas, 23`, - ShipCity: `Sao Paulo`, - ShipRegion: `SP`, - ShipPostalCode: `05432-043`, - ShipCountry: `Brazil`, - CustomerID: `COMMI`, - CustomerName: `Comércio Mineiro`, - Address: `Av. dos Lusíadas, 23`, - City: `Sao Paulo`, - Region: `SP`, - PostalCode: 18000, - Country: `Brazil`, - Salesperson: `Andrew Fuller`, - OrderID: 11042, - OrderDate: `2016-04-13T21:00:00.000Z`, - ShipperName: `Speedy Express`, - ProductID: 44, - ProductName: `Gula Malacca`, - UnitPrice: 19.45, - Quantity: 15, - Discontinued: false, - ExtendedPrice: 291.75, - Freight: 29.99 - }), - new InvoicesWorldDataItem( - { - ShipName: `Comércio Mineiro`, - ShipAddress: `Av. dos Lusíadas, 23`, - ShipCity: `Sao Paulo`, - ShipRegion: `SP`, - ShipPostalCode: `05432-043`, - ShipCountry: `Brazil`, - CustomerID: `COMMI`, - CustomerName: `Comércio Mineiro`, - Address: `Av. dos Lusíadas, 23`, - City: `Sao Paulo`, - Region: `SP`, - PostalCode: 40000, - Country: `Brazil`, - Salesperson: `Andrew Fuller`, - OrderID: 11042, - OrderDate: `2016-04-13T21:00:00.000Z`, - ShipperName: `Speedy Express`, - ProductID: 61, - ProductName: `Sirop d'érable`, - UnitPrice: 28.5, - Quantity: 4, - Discontinued: false, - ExtendedPrice: 114, - Freight: 29.99 - }), - new InvoicesWorldDataItem( - { - ShipName: `Consolidated Holdings`, - ShipAddress: `Berkeley Gardens 12 Brewery`, - ShipCity: `London`, - ShipRegion: null, - ShipPostalCode: `WX1 6LT`, - ShipCountry: `UK`, - CustomerID: `CONSH`, - CustomerName: `Consolidated Holdings`, - Address: `Berkeley Gardens 12 Brewery`, - City: `London`, - Region: null, - PostalCode: 44000, - Country: `UK`, - Salesperson: `Laura Callahan`, - OrderID: 10435, - OrderDate: `2016-04-15T21:00:00.000Z`, - ShipperName: `United Package`, - ProductID: 2, - ProductName: `Chang`, - UnitPrice: 15.2, - Quantity: 10, - Discontinued: false, - ExtendedPrice: 152, - Freight: 9.21 - }), - new InvoicesWorldDataItem( - { - ShipName: `Consolidated Holdings`, - ShipAddress: `Berkeley Gardens 12 Brewery`, - ShipCity: `London`, - ShipRegion: null, - ShipPostalCode: `WX1 6LT`, - ShipCountry: `UK`, - CustomerID: `CONSH`, - CustomerName: `Consolidated Holdings`, - Address: `Berkeley Gardens 12 Brewery`, - City: `London`, - Region: null, - PostalCode: 35000, - Country: `UK`, - Salesperson: `Laura Callahan`, - OrderID: 10435, - OrderDate: `2016-05-11T21:00:00.000Z`, - ShipperName: `United Package`, - ProductID: 22, - ProductName: `Gustaf's Knäckebröd`, - UnitPrice: 16.8, - Quantity: 12, - Discontinued: false, - ExtendedPrice: 201.6, - Freight: 9.21 - }), - new InvoicesWorldDataItem( - { - ShipName: `Consolidated Holdings`, - ShipAddress: `Berkeley Gardens 12 Brewery`, - ShipCity: `London`, - ShipRegion: null, - ShipPostalCode: `WX1 6LT`, - ShipCountry: `UK`, - CustomerID: `CONSH`, - CustomerName: `Consolidated Holdings`, - Address: `Berkeley Gardens 12 Brewery`, - City: `London`, - Region: null, - PostalCode: 50000, - Country: `UK`, - Salesperson: `Laura Callahan`, - OrderID: 10435, - OrderDate: `2016-04-13T21:00:00.000Z`, - ShipperName: `United Package`, - ProductID: 72, - ProductName: `Mozzarella di Giovanni`, - UnitPrice: 27.8, - Quantity: 10, - Discontinued: false, - ExtendedPrice: 278, - Freight: 9.21 - }), - new InvoicesWorldDataItem( - { - ShipName: `Consolidated Holdings`, - ShipAddress: `Berkeley Gardens 12 Brewery`, - ShipCity: `London`, - ShipRegion: null, - ShipPostalCode: `WX1 6LT`, - ShipCountry: `UK`, - CustomerID: `CONSH`, - CustomerName: `Consolidated Holdings`, - Address: `Berkeley Gardens 12 Brewery`, - City: `London`, - Region: null, - PostalCode: 45000, - Country: `UK`, - Salesperson: `Andrew Fuller`, - OrderID: 10462, - OrderDate: `2016-04-13T21:00:00.000Z`, - ShipperName: `Speedy Express`, - ProductID: 13, - ProductName: `Konbu`, - UnitPrice: 4.8, - Quantity: 1, - Discontinued: false, - ExtendedPrice: 4.8, - Freight: 6.17 - }), - new InvoicesWorldDataItem( - { - ShipName: `Consolidated Holdings`, - ShipAddress: `Berkeley Gardens 12 Brewery`, - ShipCity: `London`, - ShipRegion: null, - ShipPostalCode: `WX1 6LT`, - ShipCountry: `UK`, - CustomerID: `CONSH`, - CustomerName: `Consolidated Holdings`, - Address: `Berkeley Gardens 12 Brewery`, - City: `London`, - Region: null, - PostalCode: 39000, - Country: `UK`, - Salesperson: `Andrew Fuller`, - OrderID: 10462, - OrderDate: `2016-04-13T21:00:00.000Z`, - ShipperName: `Speedy Express`, - ProductID: 23, - ProductName: `Tunnbröd`, - UnitPrice: 7.2, - Quantity: 21, - Discontinued: false, - ExtendedPrice: 151.2, - Freight: 6.17 - }), - new InvoicesWorldDataItem( - { - ShipName: `Consolidated Holdings`, - ShipAddress: `Berkeley Gardens 12 Brewery`, - ShipCity: `London`, - ShipRegion: null, - ShipPostalCode: `WX1 6LT`, - ShipCountry: `UK`, - CustomerID: `CONSH`, - CustomerName: `Consolidated Holdings`, - Address: `Berkeley Gardens 12 Brewery`, - City: `London`, - Region: null, - PostalCode: 11000, - Country: `UK`, - Salesperson: `Robert King`, - OrderID: 10848, - OrderDate: `2016-04-13T21:00:00.000Z`, - ShipperName: `United Package`, - ProductID: 5, - ProductName: `Chef Anton's Gumbo Mix`, - UnitPrice: 21.35, - Quantity: 30, - Discontinued: false, - ExtendedPrice: 640.5, - Freight: 38.24 - }), - new InvoicesWorldDataItem( - { - ShipName: `Consolidated Holdings`, - ShipAddress: `Berkeley Gardens 12 Brewery`, - ShipCity: `London`, - ShipRegion: null, - ShipPostalCode: `WX1 6LT`, - ShipCountry: `UK`, - CustomerID: `CONSH`, - CustomerName: `Consolidated Holdings`, - Address: `Berkeley Gardens 12 Brewery`, - City: `London`, - Region: null, - PostalCode: 49000, - Country: `UK`, - Salesperson: `Robert King`, - OrderID: 10848, - OrderDate: `2016-04-13T21:00:00.000Z`, - ShipperName: `United Package`, - ProductID: 9, - ProductName: `Mishi Kobe Niku`, - UnitPrice: 97, - Quantity: 3, - Discontinued: false, - ExtendedPrice: 291, - Freight: 38.24 - }), - new InvoicesWorldDataItem( - { - ShipName: `Die Wandernde Kuh`, - ShipAddress: `Adenauerallee 900`, - ShipCity: `Stuttgart`, - ShipRegion: null, - ShipPostalCode: `70563`, - ShipCountry: `Germany`, - CustomerID: `WANDK`, - CustomerName: `Die Wandernde Kuh`, - Address: `Adenauerallee 900`, - City: `Stuttgart`, - Region: null, - PostalCode: 70563, - Country: `Germany`, - Salesperson: `Laura Callahan`, - OrderID: 10301, - OrderDate: `2017-04-13T21:00:00.000Z`, - ShipperName: `United Package`, - ProductID: 40, - ProductName: `Boston Crab Meat`, - UnitPrice: 14.7, - Quantity: 10, - Discontinued: false, - ExtendedPrice: 147, - Freight: 45.08 - }), - new InvoicesWorldDataItem( - { - ShipName: `Die Wandernde Kuh`, - ShipAddress: `Adenauerallee 900`, - ShipCity: `Stuttgart`, - ShipRegion: null, - ShipPostalCode: `70563`, - ShipCountry: `Germany`, - CustomerID: `WANDK`, - CustomerName: `Die Wandernde Kuh`, - Address: `Adenauerallee 900`, - City: `Stuttgart`, - Region: null, - PostalCode: 70563, - Country: `Germany`, - Salesperson: `Laura Callahan`, - OrderID: 10301, - OrderDate: `2016-04-13T21:00:00.000Z`, - ShipperName: `United Package`, - ProductID: 56, - ProductName: `Gnocchi di nonna Alice`, - UnitPrice: 30.4, - Quantity: 20, - Discontinued: false, - ExtendedPrice: 608, - Freight: 45.08 - }), - new InvoicesWorldDataItem( - { - ShipName: `Die Wandernde Kuh`, - ShipAddress: `Adenauerallee 900`, - ShipCity: `Stuttgart`, - ShipRegion: null, - ShipPostalCode: `70563`, - ShipCountry: `Germany`, - CustomerID: `WANDK`, - CustomerName: `Die Wandernde Kuh`, - Address: `Adenauerallee 900`, - City: `Stuttgart`, - Region: null, - PostalCode: 70563, - Country: `Germany`, - Salesperson: `Andrew Fuller`, - OrderID: 10312, - OrderDate: `2016-04-13T21:00:00.000Z`, - ShipperName: `United Package`, - ProductID: 28, - ProductName: `Rössle Sauerkraut`, - UnitPrice: 36.4, - Quantity: 4, - Discontinued: false, - ExtendedPrice: 145.6, - Freight: 40.26 - }), - new InvoicesWorldDataItem( - { - ShipName: `Die Wandernde Kuh`, - ShipAddress: `Adenauerallee 900`, - ShipCity: `Stuttgart`, - ShipRegion: null, - ShipPostalCode: `70563`, - ShipCountry: `Germany`, - CustomerID: `WANDK`, - CustomerName: `Die Wandernde Kuh`, - Address: `Adenauerallee 900`, - City: `Stuttgart`, - Region: null, - PostalCode: 70563, - Country: `Germany`, - Salesperson: `Andrew Fuller`, - OrderID: 10312, - OrderDate: `2018-04-13T21:00:00.000Z`, - ShipperName: `United Package`, - ProductID: 43, - ProductName: `Ipoh Coffee`, - UnitPrice: 36.8, - Quantity: 24, - Discontinued: false, - ExtendedPrice: 883.2, - Freight: 40.26 - }), - new InvoicesWorldDataItem( - { - ShipName: `Die Wandernde Kuh`, - ShipAddress: `Adenauerallee 900`, - ShipCity: `Stuttgart`, - ShipRegion: null, - ShipPostalCode: `70563`, - ShipCountry: `Germany`, - CustomerID: `WANDK`, - CustomerName: `Die Wandernde Kuh`, - Address: `Adenauerallee 900`, - City: `Stuttgart`, - Region: null, - PostalCode: 70563, - Country: `Germany`, - Salesperson: `Andrew Fuller`, - OrderID: 10312, - OrderDate: `2016-04-13T21:00:00.000Z`, - ShipperName: `United Package`, - ProductID: 53, - ProductName: `Perth Pasties`, - UnitPrice: 26.2, - Quantity: 20, - Discontinued: false, - ExtendedPrice: 524, - Freight: 40.26 - }), - new InvoicesWorldDataItem( - { - ShipName: `Die Wandernde Kuh`, - ShipAddress: `Adenauerallee 900`, - ShipCity: `Stuttgart`, - ShipRegion: null, - ShipPostalCode: `70563`, - ShipCountry: `Germany`, - CustomerID: `WANDK`, - CustomerName: `Die Wandernde Kuh`, - Address: `Adenauerallee 900`, - City: `Stuttgart`, - Region: null, - PostalCode: 70563, - Country: `Germany`, - Salesperson: `Andrew Fuller`, - OrderID: 10312, - OrderDate: `2016-04-13T21:00:00.000Z`, - ShipperName: `United Package`, - ProductID: 75, - ProductName: `Rhönbräu Klosterbier`, - UnitPrice: 6.2, - Quantity: 10, - Discontinued: false, - ExtendedPrice: 62, - Freight: 40.26 - }), - new InvoicesWorldDataItem( - { - ShipName: `Die Wandernde Kuh`, - ShipAddress: `Adenauerallee 900`, - ShipCity: `Stuttgart`, - ShipRegion: null, - ShipPostalCode: `70563`, - ShipCountry: `Germany`, - CustomerID: `WANDK`, - CustomerName: `Die Wandernde Kuh`, - Address: `Adenauerallee 900`, - City: `Stuttgart`, - Region: null, - PostalCode: 70563, - Country: `Germany`, - Salesperson: `Margaret Peacock`, - OrderID: 10348, - OrderDate: `2016-04-13T21:00:00.000Z`, - ShipperName: `United Package`, - ProductID: 23, - ProductName: `Tunnbröd`, - UnitPrice: 7.2, - Quantity: 25, - Discontinued: false, - ExtendedPrice: 180, - Freight: 0.78 - }), - new InvoicesWorldDataItem( - { - ShipName: `Die Wandernde Kuh`, - ShipAddress: `Adenauerallee 900`, - ShipCity: `Stuttgart`, - ShipRegion: null, - ShipPostalCode: `70563`, - ShipCountry: `Germany`, - CustomerID: `WANDK`, - CustomerName: `Die Wandernde Kuh`, - Address: `Adenauerallee 900`, - City: `Stuttgart`, - Region: null, - PostalCode: 70563, - Country: `Germany`, - Salesperson: `Michael Suyama`, - OrderID: 10356, - OrderDate: `2018-04-13T21:00:00.000Z`, - ShipperName: `United Package`, - ProductID: 31, - ProductName: `Gorgonzola Telino`, - UnitPrice: 10, - Quantity: 30, - Discontinued: false, - ExtendedPrice: 300, - Freight: 36.71 - }), - new InvoicesWorldDataItem( - { - ShipName: `Die Wandernde Kuh`, - ShipAddress: `Adenauerallee 900`, - ShipCity: `Stuttgart`, - ShipRegion: null, - ShipPostalCode: `70563`, - ShipCountry: `Germany`, - CustomerID: `WANDK`, - CustomerName: `Die Wandernde Kuh`, - Address: `Adenauerallee 900`, - City: `Stuttgart`, - Region: null, - PostalCode: 70563, - Country: `Germany`, - Salesperson: `Michael Suyama`, - OrderID: 10356, - OrderDate: `2016-04-13T21:00:00.000Z`, - ShipperName: `United Package`, - ProductID: 55, - ProductName: `Pâté chinois`, - UnitPrice: 19.2, - Quantity: 12, - Discontinued: false, - ExtendedPrice: 230.4, - Freight: 36.71 - }), - new InvoicesWorldDataItem( - { - ShipName: `Die Wandernde Kuh`, - ShipAddress: `Adenauerallee 900`, - ShipCity: `Stuttgart`, - ShipRegion: null, - ShipPostalCode: `70563`, - ShipCountry: `Germany`, - CustomerID: `WANDK`, - CustomerName: `Die Wandernde Kuh`, - Address: `Adenauerallee 900`, - City: `Stuttgart`, - Region: null, - PostalCode: 70563, - Country: `Germany`, - Salesperson: `Michael Suyama`, - OrderID: 10356, - OrderDate: `2016-04-13T21:00:00.000Z`, - ShipperName: `United Package`, - ProductID: 69, - ProductName: `Gudbrandsdalsost`, - UnitPrice: 28.8, - Quantity: 20, - Discontinued: false, - ExtendedPrice: 576, - Freight: 36.71 - }), - new InvoicesWorldDataItem( - { - ShipName: `Die Wandernde Kuh`, - ShipAddress: `Adenauerallee 900`, - ShipCity: `Stuttgart`, - ShipRegion: null, - ShipPostalCode: `70563`, - ShipCountry: `Germany`, - CustomerID: `WANDK`, - CustomerName: `Die Wandernde Kuh`, - Address: `Adenauerallee 900`, - City: `Stuttgart`, - Region: null, - PostalCode: 70563, - Country: `Germany`, - Salesperson: `Laura Callahan`, - OrderID: 10632, - OrderDate: `2016-04-13T21:00:00.000Z`, - ShipperName: `Speedy Express`, - ProductID: 2, - ProductName: `Chang`, - UnitPrice: 19, - Quantity: 30, - Discontinued: true, - ExtendedPrice: 541.5, - Freight: 41.38 - }), - new InvoicesWorldDataItem( - { - ShipName: `Die Wandernde Kuh`, - ShipAddress: `Adenauerallee 900`, - ShipCity: `Stuttgart`, - ShipRegion: null, - ShipPostalCode: `70563`, - ShipCountry: `Germany`, - CustomerID: `WANDK`, - CustomerName: `Die Wandernde Kuh`, - Address: `Adenauerallee 900`, - City: `Stuttgart`, - Region: null, - PostalCode: 70563, - Country: `Germany`, - Salesperson: `Laura Callahan`, - OrderID: 10632, - OrderDate: `2016-04-13T21:00:00.000Z`, - ShipperName: `Speedy Express`, - ProductID: 33, - ProductName: `Geitost`, - UnitPrice: 2.5, - Quantity: 20, - Discontinued: true, - ExtendedPrice: 47.5, - Freight: 41.38 - }), - new InvoicesWorldDataItem( - { - ShipName: `Die Wandernde Kuh`, - ShipAddress: `Adenauerallee 900`, - ShipCity: `Stuttgart`, - ShipRegion: null, - ShipPostalCode: `70563`, - ShipCountry: `Germany`, - CustomerID: `WANDK`, - CustomerName: `Die Wandernde Kuh`, - Address: `Adenauerallee 900`, - City: `Stuttgart`, - Region: null, - PostalCode: 70563, - Country: `Germany`, - Salesperson: `Laura Callahan`, - OrderID: 11046, - OrderDate: `2016-04-13T21:00:00.000Z`, - ShipperName: `United Package`, - ProductID: 12, - ProductName: `Queso Manchego La Pastora`, - UnitPrice: 38, - Quantity: 20, - Discontinued: true, - ExtendedPrice: 722, - Freight: 71.64 - }), - new InvoicesWorldDataItem( - { - ShipName: `Die Wandernde Kuh`, - ShipAddress: `Adenauerallee 900`, - ShipCity: `Stuttgart`, - ShipRegion: null, - ShipPostalCode: `70563`, - ShipCountry: `Germany`, - CustomerID: `WANDK`, - CustomerName: `Die Wandernde Kuh`, - Address: `Adenauerallee 900`, - City: `Stuttgart`, - Region: null, - PostalCode: 70563, - Country: `Germany`, - Salesperson: `Laura Callahan`, - OrderID: 11046, - OrderDate: `2016-04-13T21:00:00.000Z`, - ShipperName: `United Package`, - ProductID: 32, - ProductName: `Mascarpone Fabioli`, - UnitPrice: 32, - Quantity: 15, - Discontinued: true, - ExtendedPrice: 456, - Freight: 71.64 - }), - new InvoicesWorldDataItem( - { - ShipName: `Die Wandernde Kuh`, - ShipAddress: `Adenauerallee 900`, - ShipCity: `Stuttgart`, - ShipRegion: null, - ShipPostalCode: `70563`, - ShipCountry: `Germany`, - CustomerID: `WANDK`, - CustomerName: `Die Wandernde Kuh`, - Address: `Adenauerallee 900`, - City: `Stuttgart`, - Region: null, - PostalCode: 70563, - Country: `Germany`, - Salesperson: `Laura Callahan`, - OrderID: 11046, - OrderDate: `2016-04-13T21:00:00.000Z`, - ShipperName: `United Package`, - ProductID: 35, - ProductName: `Steeleye Stout`, - UnitPrice: 18, - Quantity: 18, - Discontinued: true, - ExtendedPrice: 307.8, - Freight: 71.64 - }), - new InvoicesWorldDataItem( - { - ShipName: `Die Wandernde Kuh`, - ShipAddress: `Adenauerallee 900`, - ShipCity: `Stuttgart`, - ShipRegion: null, - ShipPostalCode: `70563`, - ShipCountry: `Germany`, - CustomerID: `WANDK`, - CustomerName: `Die Wandernde Kuh`, - Address: `Adenauerallee 900`, - City: `Stuttgart`, - Region: null, - PostalCode: 70563, - Country: `Germany`, - Salesperson: `Nancy Davolio`, - OrderID: 10668, - OrderDate: `2016-04-13T21:00:00.000Z`, - ShipperName: `United Package`, - ProductID: 31, - ProductName: `Gorgonzola Telino`, - UnitPrice: 12.5, - Quantity: 8, - Discontinued: true, - ExtendedPrice: 90, - Freight: 47.22 - }), - new InvoicesWorldDataItem( - { - ShipName: `Die Wandernde Kuh`, - ShipAddress: `Adenauerallee 900`, - ShipCity: `Stuttgart`, - ShipRegion: null, - ShipPostalCode: `70563`, - ShipCountry: `Germany`, - CustomerID: `WANDK`, - CustomerName: `Die Wandernde Kuh`, - Address: `Adenauerallee 900`, - City: `Stuttgart`, - Region: null, - PostalCode: 70563, - Country: `Germany`, - Salesperson: `Nancy Davolio`, - OrderID: 10668, - OrderDate: `2016-04-13T21:00:00.000Z`, - ShipperName: `United Package`, - ProductID: 55, - ProductName: `Pâté chinois`, - UnitPrice: 24, - Quantity: 4, - Discontinued: true, - ExtendedPrice: 86.4, - Freight: 47.22 - }), - new InvoicesWorldDataItem( - { - ShipName: `Die Wandernde Kuh`, - ShipAddress: `Adenauerallee 900`, - ShipCity: `Stuttgart`, - ShipRegion: null, - ShipPostalCode: `70563`, - ShipCountry: `Germany`, - CustomerID: `WANDK`, - CustomerName: `Die Wandernde Kuh`, - Address: `Adenauerallee 900`, - City: `Stuttgart`, - Region: null, - PostalCode: 70563, - Country: `Germany`, - Salesperson: `Nancy Davolio`, - OrderID: 10668, - OrderDate: `2016-04-13T21:00:00.000Z`, - ShipperName: `United Package`, - ProductID: 64, - ProductName: `Wimmers gute Semmelknödel`, - UnitPrice: 33.25, - Quantity: 15, - Discontinued: true, - ExtendedPrice: 448.87, - Freight: 47.22 - }), - new InvoicesWorldDataItem( - { - ShipName: `Die Wandernde Kuh`, - ShipAddress: `Adenauerallee 900`, - ShipCity: `Stuttgart`, - ShipRegion: null, - ShipPostalCode: `70563`, - ShipCountry: `Germany`, - CustomerID: `WANDK`, - CustomerName: `Die Wandernde Kuh`, - Address: `Adenauerallee 900`, - City: `Stuttgart`, - Region: null, - PostalCode: 70563, - Country: `Germany`, - Salesperson: `Margaret Peacock`, - OrderID: 10348, - OrderDate: `2016-04-13T21:00:00.000Z`, - ShipperName: `United Package`, - ProductID: 1, - ProductName: `Chai`, - UnitPrice: 14.4, - Quantity: 15, - Discontinued: true, - ExtendedPrice: 183.6, - Freight: 0.78 - }), - new InvoicesWorldDataItem( - { - ShipName: `Die Wandernde Kuh`, - ShipAddress: `Adenauerallee 900`, - ShipCity: `Stuttgart`, - ShipRegion: null, - ShipPostalCode: `70563`, - ShipCountry: `Germany`, - CustomerID: `WANDK`, - CustomerName: `Die Wandernde Kuh`, - Address: `Adenauerallee 900`, - City: `Stuttgart`, - Region: null, - PostalCode: 70563, - Country: `Germany`, - Salesperson: `Robert King`, - OrderID: 10513, - OrderDate: `2016-04-13T21:00:00.000Z`, - ShipperName: `Speedy Express`, - ProductID: 21, - ProductName: `Sir Rodney's Scones`, - UnitPrice: 10, - Quantity: 40, - Discontinued: true, - ExtendedPrice: 320, - Freight: 105.65 - }), - new InvoicesWorldDataItem( - { - ShipName: `Die Wandernde Kuh`, - ShipAddress: `Adenauerallee 900`, - ShipCity: `Stuttgart`, - ShipRegion: null, - ShipPostalCode: `70563`, - ShipCountry: `Germany`, - CustomerID: `WANDK`, - CustomerName: `Die Wandernde Kuh`, - Address: `Adenauerallee 900`, - City: `Stuttgart`, - Region: null, - PostalCode: 70563, - Country: `Germany`, - Salesperson: `Robert King`, - OrderID: 10513, - OrderDate: `2016-04-13T21:00:00.000Z`, - ShipperName: `Speedy Express`, - ProductID: 32, - ProductName: `Mascarpone Fabioli`, - UnitPrice: 32, - Quantity: 50, - Discontinued: true, - ExtendedPrice: 1280, - Freight: 105.65 - }), - new InvoicesWorldDataItem( - { - ShipName: `Die Wandernde Kuh`, - ShipAddress: `Adenauerallee 900`, - ShipCity: `Stuttgart`, - ShipRegion: null, - ShipPostalCode: `70563`, - ShipCountry: `Germany`, - CustomerID: `WANDK`, - CustomerName: `Die Wandernde Kuh`, - Address: `Adenauerallee 900`, - City: `Stuttgart`, - Region: null, - PostalCode: 70563, - Country: `Germany`, - Salesperson: `Robert King`, - OrderID: 10513, - OrderDate: `2016-04-13T21:00:00.000Z`, - ShipperName: `Speedy Express`, - ProductID: 61, - ProductName: `Sirop d'érable`, - UnitPrice: 28.5, - Quantity: 15, - Discontinued: true, - ExtendedPrice: 342, - Freight: 105.65 - }), - new InvoicesWorldDataItem( - { - ShipName: `Die Wandernde Kuh`, - ShipAddress: `Adenauerallee 900`, - ShipCity: `Stuttgart`, - ShipRegion: null, - ShipPostalCode: `70563`, - ShipCountry: `Germany`, - CustomerID: `WANDK`, - CustomerName: `Die Wandernde Kuh`, - Address: `Adenauerallee 900`, - City: `Stuttgart`, - Region: null, - PostalCode: 70563, - Country: `Germany`, - Salesperson: `Margaret Peacock`, - OrderID: 10640, - OrderDate: `2017-04-13T21:00:00.000Z`, - ShipperName: `Speedy Express`, - ProductID: 69, - ProductName: `Gudbrandsdalsost`, - UnitPrice: 36, - Quantity: 20, - Discontinued: true, - ExtendedPrice: 540, - Freight: 23.55 - }), - new InvoicesWorldDataItem( - { - ShipName: `Die Wandernde Kuh`, - ShipAddress: `Adenauerallee 900`, - ShipCity: `Stuttgart`, - ShipRegion: null, - ShipPostalCode: `70563`, - ShipCountry: `Germany`, - CustomerID: `WANDK`, - CustomerName: `Die Wandernde Kuh`, - Address: `Adenauerallee 900`, - City: `Stuttgart`, - Region: null, - PostalCode: 70563, - Country: `Germany`, - Salesperson: `Margaret Peacock`, - OrderID: 10640, - OrderDate: `2016-04-13T21:00:00.000Z`, - ShipperName: `Speedy Express`, - ProductID: 70, - ProductName: `Outback Lager`, - UnitPrice: 15, - Quantity: 15, - Discontinued: true, - ExtendedPrice: 168.75, - Freight: 23.55 - }), - new InvoicesWorldDataItem( - { - ShipName: `Die Wandernde Kuh`, - ShipAddress: `Adenauerallee 900`, - ShipCity: `Stuttgart`, - ShipRegion: null, - ShipPostalCode: `70563`, - ShipCountry: `Germany`, - CustomerID: `WANDK`, - CustomerName: `Die Wandernde Kuh`, - Address: `Adenauerallee 900`, - City: `Stuttgart`, - Region: null, - PostalCode: 70563, - Country: `Germany`, - Salesperson: `Laura Callahan`, - OrderID: 10651, - OrderDate: `2016-04-13T21:00:00.000Z`, - ShipperName: `United Package`, - ProductID: 19, - ProductName: `Teatime Chocolate Biscuits`, - UnitPrice: 9.2, - Quantity: 12, - Discontinued: true, - ExtendedPrice: 82.8, - Freight: 20.6 - }), - new InvoicesWorldDataItem( - { - ShipName: `Die Wandernde Kuh`, - ShipAddress: `Adenauerallee 900`, - ShipCity: `Stuttgart`, - ShipRegion: null, - ShipPostalCode: `70563`, - ShipCountry: `Germany`, - CustomerID: `WANDK`, - CustomerName: `Die Wandernde Kuh`, - Address: `Adenauerallee 900`, - City: `Stuttgart`, - Region: null, - PostalCode: 70563, - Country: `Germany`, - Salesperson: `Laura Callahan`, - OrderID: 10651, - OrderDate: `2016-04-13T21:00:00.000Z`, - ShipperName: `United Package`, - ProductID: 22, - ProductName: `Gustaf's Knäckebröd`, - UnitPrice: 21, - Quantity: 20, - Discontinued: true, - ExtendedPrice: 315, - Freight: 20.6 - }), - new InvoicesWorldDataItem( - { - ShipName: `Drachenblut Delikatessen`, - ShipAddress: `Walserweg 21`, - ShipCity: `Aachen`, - ShipRegion: null, - ShipPostalCode: `52066`, - ShipCountry: `Germany`, - CustomerID: `DRACD`, - CustomerName: `Drachenblut Delikatessen`, - Address: `Walserweg 21`, - City: `Aachen`, - Region: null, - PostalCode: 52066, - Country: `Germany`, - Salesperson: `Margaret Peacock`, - OrderID: 10363, - OrderDate: `2016-04-13T21:00:00.000Z`, - ShipperName: `Federal Shipping`, - ProductID: 31, - ProductName: `Gorgonzola Telino`, - UnitPrice: 10, - Quantity: 20, - Discontinued: false, - ExtendedPrice: 200, - Freight: 30.54 - }), - new InvoicesWorldDataItem( - { - ShipName: `Drachenblut Delikatessen`, - ShipAddress: `Walserweg 21`, - ShipCity: `Aachen`, - ShipRegion: null, - ShipPostalCode: `52066`, - ShipCountry: `Germany`, - CustomerID: `DRACD`, - CustomerName: `Drachenblut Delikatessen`, - Address: `Walserweg 21`, - City: `Aachen`, - Region: null, - PostalCode: 52066, - Country: `Germany`, - Salesperson: `Margaret Peacock`, - OrderID: 10363, - OrderDate: `2016-12-03T22:00:00.000Z`, - ShipperName: `Federal Shipping`, - ProductID: 75, - ProductName: `Rhönbräu Klosterbier`, - UnitPrice: 6.2, - Quantity: 12, - Discontinued: false, - ExtendedPrice: 74.4, - Freight: 30.54 - }), - new InvoicesWorldDataItem( - { - ShipName: `Drachenblut Delikatessen`, - ShipAddress: `Walserweg 21`, - ShipCity: `Aachen`, - ShipRegion: null, - ShipPostalCode: `52066`, - ShipCountry: `Germany`, - CustomerID: `DRACD`, - CustomerName: `Drachenblut Delikatessen`, - Address: `Walserweg 21`, - City: `Aachen`, - Region: null, - PostalCode: 52066, - Country: `Germany`, - Salesperson: `Margaret Peacock`, - OrderID: 10363, - OrderDate: `2016-02-07T22:00:00.000Z`, - ShipperName: `Federal Shipping`, - ProductID: 76, - ProductName: `Lakkalikööri`, - UnitPrice: 14.4, - Quantity: 12, - Discontinued: false, - ExtendedPrice: 172.8, - Freight: 30.54 - }), - new InvoicesWorldDataItem( - { - ShipName: `Drachenblut Delikatessen`, - ShipAddress: `Walserweg 21`, - ShipCity: `Aachen`, - ShipRegion: null, - ShipPostalCode: `52066`, - ShipCountry: `Germany`, - CustomerID: `DRACD`, - CustomerName: `Drachenblut Delikatessen`, - Address: `Walserweg 21`, - City: `Aachen`, - Region: null, - PostalCode: 52066, - Country: `Germany`, - Salesperson: `Janet Leverling`, - OrderID: 10391, - OrderDate: `2017-04-13T21:00:00.000Z`, - ShipperName: `Federal Shipping`, - ProductID: 13, - ProductName: `Konbu`, - UnitPrice: 4.8, - Quantity: 18, - Discontinued: false, - ExtendedPrice: 86.4, - Freight: 5.45 - }), - new InvoicesWorldDataItem( - { - ShipName: `Drachenblut Delikatessen`, - ShipAddress: `Walserweg 21`, - ShipCity: `Aachen`, - ShipRegion: null, - ShipPostalCode: `52066`, - ShipCountry: `Germany`, - CustomerID: `DRACD`, - CustomerName: `Drachenblut Delikatessen`, - Address: `Walserweg 21`, - City: `Aachen`, - Region: null, - PostalCode: 52066, - Country: `Germany`, - Salesperson: `Robert King`, - OrderID: 10797, - OrderDate: `2016-04-13T21:00:00.000Z`, - ShipperName: `United Package`, - ProductID: 11, - ProductName: `Queso Cabrales`, - UnitPrice: 21, - Quantity: 20, - Discontinued: false, - ExtendedPrice: 420, - Freight: 33.35 - }), - new InvoicesWorldDataItem( - { - ShipName: `Drachenblut Delikatessen`, - ShipAddress: `Walserweg 21`, - ShipCity: `Aachen`, - ShipRegion: null, - ShipPostalCode: `52066`, - ShipCountry: `Germany`, - CustomerID: `DRACD`, - CustomerName: `Drachenblut Delikatessen`, - Address: `Walserweg 21`, - City: `Aachen`, - Region: null, - PostalCode: 52066, - Country: `Germany`, - Salesperson: `Nancy Davolio`, - OrderID: 11067, - OrderDate: `2016-04-13T21:00:00.000Z`, - ShipperName: `United Package`, - ProductID: 41, - ProductName: `Jack's New England Clam Chowder`, - UnitPrice: 9.65, - Quantity: 9, - Discontinued: false, - ExtendedPrice: 86.85, - Freight: 7.98 - }), - new InvoicesWorldDataItem( - { - ShipName: `Du monde entier`, - ShipAddress: `67, rue des Cinquante Otages`, - ShipCity: `Nantes`, - ShipRegion: null, - ShipPostalCode: `44000`, - ShipCountry: `France`, - CustomerID: `DUMON`, - CustomerName: `Du monde entier`, - Address: `67, rue des Cinquante Otages`, - City: `Nantes`, - Region: null, - PostalCode: 44000, - Country: `France`, - Salesperson: `Nancy Davolio`, - OrderID: 10311, - OrderDate: `2016-08-13T21:00:00.000Z`, - ShipperName: `Federal Shipping`, - ProductID: 42, - ProductName: `Singaporean Hokkien Fried Mee`, - UnitPrice: 11.2, - Quantity: 6, - Discontinued: false, - ExtendedPrice: 67.2, - Freight: 24.69 - }), - new InvoicesWorldDataItem( - { - ShipName: `Du monde entier`, - ShipAddress: `67, rue des Cinquante Otages`, - ShipCity: `Nantes`, - ShipRegion: null, - ShipPostalCode: `44000`, - ShipCountry: `France`, - CustomerID: `DUMON`, - CustomerName: `Du monde entier`, - Address: `67, rue des Cinquante Otages`, - City: `Nantes`, - Region: null, - PostalCode: 44000, - Country: `France`, - Salesperson: `Nancy Davolio`, - OrderID: 10311, - OrderDate: `2017-04-13T21:00:00.000Z`, - ShipperName: `Federal Shipping`, - ProductID: 69, - ProductName: `Gudbrandsdalsost`, - UnitPrice: 28.8, - Quantity: 7, - Discontinued: false, - ExtendedPrice: 201.6, - Freight: 24.69 - }), - new InvoicesWorldDataItem( - { - ShipName: `Du monde entier`, - ShipAddress: `67, rue des Cinquante Otages`, - ShipCity: `Nantes`, - ShipRegion: null, - ShipPostalCode: `44000`, - ShipCountry: `France`, - CustomerID: `DUMON`, - CustomerName: `Du monde entier`, - Address: `67, rue des Cinquante Otages`, - City: `Nantes`, - Region: null, - PostalCode: 44000, - Country: `France`, - Salesperson: `Robert King`, - OrderID: 10609, - OrderDate: `2016-06-13T21:00:00.000Z`, - ShipperName: `United Package`, - ProductID: 1, - ProductName: `Chai`, - UnitPrice: 18, - Quantity: 3, - Discontinued: false, - ExtendedPrice: 54, - Freight: 1.85 - }), - new InvoicesWorldDataItem( - { - ShipName: `Du monde entier`, - ShipAddress: `67, rue des Cinquante Otages`, - ShipCity: `Nantes`, - ShipRegion: null, - ShipPostalCode: `44000`, - ShipCountry: `France`, - CustomerID: `DUMON`, - CustomerName: `Du monde entier`, - Address: `67, rue des Cinquante Otages`, - City: `Nantes`, - Region: null, - PostalCode: 44000, - Country: `France`, - Salesperson: `Robert King`, - OrderID: 10609, - OrderDate: `2015-04-13T21:00:00.000Z`, - ShipperName: `United Package`, - ProductID: 10, - ProductName: `Ikura`, - UnitPrice: 31, - Quantity: 10, - Discontinued: false, - ExtendedPrice: 310, - Freight: 1.85 - }), - new InvoicesWorldDataItem( - { - ShipName: `Du monde entier`, - ShipAddress: `67, rue des Cinquante Otages`, - ShipCity: `Nantes`, - ShipRegion: null, - ShipPostalCode: `44000`, - ShipCountry: `France`, - CustomerID: `DUMON`, - CustomerName: `Du monde entier`, - Address: `67, rue des Cinquante Otages`, - City: `Nantes`, - Region: null, - PostalCode: 44000, - Country: `France`, - Salesperson: `Robert King`, - OrderID: 10609, - OrderDate: `2016-04-13T21:00:00.000Z`, - ShipperName: `United Package`, - ProductID: 21, - ProductName: `Sir Rodney's Scones`, - UnitPrice: 10, - Quantity: 6, - Discontinued: false, - ExtendedPrice: 60, - Freight: 1.85 - }), - new InvoicesWorldDataItem( - { - ShipName: `Du monde entier`, - ShipAddress: `67, rue des Cinquante Otages`, - ShipCity: `Nantes`, - ShipRegion: null, - ShipPostalCode: `44000`, - ShipCountry: `France`, - CustomerID: `DUMON`, - CustomerName: `Du monde entier`, - Address: `67, rue des Cinquante Otages`, - City: `Nantes`, - Region: null, - PostalCode: 44000, - Country: `France`, - Salesperson: `Andrew Fuller`, - OrderID: 10683, - OrderDate: `2017-04-13T21:00:00.000Z`, - ShipperName: `Speedy Express`, - ProductID: 52, - ProductName: `Filo Mix`, - UnitPrice: 7, - Quantity: 9, - Discontinued: false, - ExtendedPrice: 63, - Freight: 4.4 - }), - new InvoicesWorldDataItem( - { - ShipName: `Du monde entier`, - ShipAddress: `67, rue des Cinquante Otages`, - ShipCity: `Nantes`, - ShipRegion: null, - ShipPostalCode: `44000`, - ShipCountry: `France`, - CustomerID: `DUMON`, - CustomerName: `Du monde entier`, - Address: `67, rue des Cinquante Otages`, - City: `Nantes`, - Region: null, - PostalCode: 44000, - Country: `France`, - Salesperson: `Robert King`, - OrderID: 10890, - OrderDate: `2016-04-13T21:00:00.000Z`, - ShipperName: `Speedy Express`, - ProductID: 17, - ProductName: `Alice Mutton`, - UnitPrice: 39, - Quantity: 15, - Discontinued: false, - ExtendedPrice: 585, - Freight: 32.76 - }), - new InvoicesWorldDataItem( - { - ShipName: `Du monde entier`, - ShipAddress: `67, rue des Cinquante Otages`, - ShipCity: `Nantes`, - ShipRegion: null, - ShipPostalCode: `44000`, - ShipCountry: `France`, - CustomerID: `DUMON`, - CustomerName: `Du monde entier`, - Address: `67, rue des Cinquante Otages`, - City: `Nantes`, - Region: null, - PostalCode: 44000, - Country: `France`, - Salesperson: `Robert King`, - OrderID: 10890, - OrderDate: `2016-04-13T21:00:00.000Z`, - ShipperName: `Speedy Express`, - ProductID: 34, - ProductName: `Sasquatch Ale`, - UnitPrice: 14, - Quantity: 10, - Discontinued: false, - ExtendedPrice: 140, - Freight: 32.76 - }), - new InvoicesWorldDataItem( - { - ShipName: `Du monde entier`, - ShipAddress: `67, rue des Cinquante Otages`, - ShipCity: `Nantes`, - ShipRegion: null, - ShipPostalCode: `44000`, - ShipCountry: `France`, - CustomerID: `DUMON`, - CustomerName: `Du monde entier`, - Address: `67, rue des Cinquante Otages`, - City: `Nantes`, - Region: null, - PostalCode: 44000, - Country: `France`, - Salesperson: `Robert King`, - OrderID: 10890, - OrderDate: `2016-02-13T22:00:00.000Z`, - ShipperName: `Speedy Express`, - ProductID: 41, - ProductName: `Jack's New England Clam Chowder`, - UnitPrice: 9.65, - Quantity: 14, - Discontinued: false, - ExtendedPrice: 135.1, - Freight: 32.76 - }), - new InvoicesWorldDataItem( - { - ShipName: `Eastern Connection`, - ShipAddress: `35 King George`, - ShipCity: `London`, - ShipRegion: null, - ShipPostalCode: `WX3 6FW`, - ShipCountry: `UK`, - CustomerID: `EASTC`, - CustomerName: `Eastern Connection`, - Address: `35 King George`, - City: `London`, - Region: null, - PostalCode: 18000, - Country: `UK`, - Salesperson: `Nancy Davolio`, - OrderID: 10364, - OrderDate: `2017-04-13T21:00:00.000Z`, - ShipperName: `Speedy Express`, - ProductID: 69, - ProductName: `Gudbrandsdalsost`, - UnitPrice: 28.8, - Quantity: 30, - Discontinued: false, - ExtendedPrice: 864, - Freight: 71.97 - }), - new InvoicesWorldDataItem( - { - ShipName: `Eastern Connection`, - ShipAddress: `35 King George`, - ShipCity: `London`, - ShipRegion: null, - ShipPostalCode: `WX3 6FW`, - ShipCountry: `UK`, - CustomerID: `EASTC`, - CustomerName: `Eastern Connection`, - Address: `35 King George`, - City: `London`, - Region: null, - PostalCode: 10000, - Country: `UK`, - Salesperson: `Nancy Davolio`, - OrderID: 10364, - OrderDate: `2016-04-03T21:00:00.000Z`, - ShipperName: `Speedy Express`, - ProductID: 71, - ProductName: `Flotemysost`, - UnitPrice: 17.2, - Quantity: 5, - Discontinued: false, - ExtendedPrice: 86, - Freight: 71.97 - }), - new InvoicesWorldDataItem( - { - ShipName: `Eastern Connection`, - ShipAddress: `35 King George`, - ShipCity: `London`, - ShipRegion: null, - ShipPostalCode: `WX3 6FW`, - ShipCountry: `UK`, - CustomerID: `EASTC`, - CustomerName: `Eastern Connection`, - Address: `35 King George`, - City: `London`, - Region: null, - PostalCode: 15000, - Country: `UK`, - Salesperson: `Nancy Davolio`, - OrderID: 10400, - OrderDate: `2016-03-11T22:00:00.000Z`, - ShipperName: `Federal Shipping`, - ProductID: 29, - ProductName: `Thüringer Rostbratwurst`, - UnitPrice: 99, - Quantity: 21, - Discontinued: false, - ExtendedPrice: 2079, - Freight: 83.93 - }), - new InvoicesWorldDataItem( - { - ShipName: `Eastern Connection`, - ShipAddress: `35 King George`, - ShipCity: `London`, - ShipRegion: null, - ShipPostalCode: `WX3 6FW`, - ShipCountry: `UK`, - CustomerID: `EASTC`, - CustomerName: `Eastern Connection`, - Address: `35 King George`, - City: `London`, - Region: null, - PostalCode: 45000, - Country: `UK`, - Salesperson: `Nancy Davolio`, - OrderID: 10400, - OrderDate: `2017-04-13T21:00:00.000Z`, - ShipperName: `Federal Shipping`, - ProductID: 35, - ProductName: `Steeleye Stout`, - UnitPrice: 14.4, - Quantity: 35, - Discontinued: false, - ExtendedPrice: 504, - Freight: 83.93 - }), - new InvoicesWorldDataItem( - { - ShipName: `Eastern Connection`, - ShipAddress: `35 King George`, - ShipCity: `London`, - ShipRegion: null, - ShipPostalCode: `WX3 6FW`, - ShipCountry: `UK`, - CustomerID: `EASTC`, - CustomerName: `Eastern Connection`, - Address: `35 King George`, - City: `London`, - Region: null, - PostalCode: 27000, - Country: `UK`, - Salesperson: `Nancy Davolio`, - OrderID: 10400, - OrderDate: `2016-12-31T22:00:00.000Z`, - ShipperName: `Federal Shipping`, - ProductID: 49, - ProductName: `Maxilaku`, - UnitPrice: 16, - Quantity: 30, - Discontinued: false, - ExtendedPrice: 480, - Freight: 83.93 - }), - new InvoicesWorldDataItem( - { - ShipName: `Eastern Connection`, - ShipAddress: `35 King George`, - ShipCity: `London`, - ShipRegion: null, - ShipPostalCode: `WX3 6FW`, - ShipCountry: `UK`, - CustomerID: `EASTC`, - CustomerName: `Eastern Connection`, - Address: `35 King George`, - City: `London`, - Region: null, - PostalCode: 41000, - Country: `UK`, - Salesperson: `Robert King`, - OrderID: 10532, - OrderDate: `2017-04-21T21:00:00.000Z`, - ShipperName: `Federal Shipping`, - ProductID: 30, - ProductName: `Nord-Ost Matjeshering`, - UnitPrice: 25.89, - Quantity: 15, - Discontinued: false, - ExtendedPrice: 388.35, - Freight: 74.46 - }), - new InvoicesWorldDataItem( - { - ShipName: `Eastern Connection`, - ShipAddress: `35 King George`, - ShipCity: `London`, - ShipRegion: null, - ShipPostalCode: `WX3 6FW`, - ShipCountry: `UK`, - CustomerID: `EASTC`, - CustomerName: `Eastern Connection`, - Address: `35 King George`, - City: `London`, - Region: null, - PostalCode: 48000, - Country: `UK`, - Salesperson: `Robert King`, - OrderID: 10532, - OrderDate: `2017-09-24T21:00:00.000Z`, - ShipperName: `Federal Shipping`, - ProductID: 66, - ProductName: `Louisiana Hot Spiced Okra`, - UnitPrice: 17, - Quantity: 24, - Discontinued: false, - ExtendedPrice: 408, - Freight: 74.46 - }), - new InvoicesWorldDataItem( - { - ShipName: `Eastern Connection`, - ShipAddress: `35 King George`, - ShipCity: `London`, - ShipRegion: null, - ShipPostalCode: `WX3 6FW`, - ShipCountry: `UK`, - CustomerID: `EASTC`, - CustomerName: `Eastern Connection`, - Address: `35 King George`, - City: `London`, - Region: null, - PostalCode: 49000, - Country: `UK`, - Salesperson: `Margaret Peacock`, - OrderID: 10726, - OrderDate: `2015-04-23T21:00:00.000Z`, - ShipperName: `Speedy Express`, - ProductID: 4, - ProductName: `Chef Anton's Cajun Seasoning`, - UnitPrice: 22, - Quantity: 25, - Discontinued: false, - ExtendedPrice: 550, - Freight: 16.56 - }), - new InvoicesWorldDataItem( - { - ShipName: `Eastern Connection`, - ShipAddress: `35 King George`, - ShipCity: `London`, - ShipRegion: null, - ShipPostalCode: `WX3 6FW`, - ShipCountry: `UK`, - CustomerID: `EASTC`, - CustomerName: `Eastern Connection`, - Address: `35 King George`, - City: `London`, - Region: null, - PostalCode: 13000, - Country: `UK`, - Salesperson: `Margaret Peacock`, - OrderID: 10726, - OrderDate: `2017-03-10T22:00:00.000Z`, - ShipperName: `Speedy Express`, - ProductID: 11, - ProductName: `Queso Cabrales`, - UnitPrice: 21, - Quantity: 5, - Discontinued: false, - ExtendedPrice: 105, - Freight: 16.56 - }), - new InvoicesWorldDataItem( - { - ShipName: `Eastern Connection`, - ShipAddress: `35 King George`, - ShipCity: `London`, - ShipRegion: null, - ShipPostalCode: `WX3 6FW`, - ShipCountry: `UK`, - CustomerID: `EASTC`, - CustomerName: `Eastern Connection`, - Address: `35 King George`, - City: `London`, - Region: null, - PostalCode: 16000, - Country: `UK`, - Salesperson: `Laura Callahan`, - OrderID: 10987, - OrderDate: `2016-04-13T21:00:00.000Z`, - ShipperName: `Speedy Express`, - ProductID: 7, - ProductName: `Uncle Bob's Organic Dried Pears`, - UnitPrice: 30, - Quantity: 60, - Discontinued: false, - ExtendedPrice: 1800, - Freight: 185.48 - }), - new InvoicesWorldDataItem( - { - ShipName: `Eastern Connection`, - ShipAddress: `35 King George`, - ShipCity: `London`, - ShipRegion: null, - ShipPostalCode: `WX3 6FW`, - ShipCountry: `UK`, - CustomerID: `EASTC`, - CustomerName: `Eastern Connection`, - Address: `35 King George`, - City: `London`, - Region: null, - PostalCode: 43000, - Country: `UK`, - Salesperson: `Laura Callahan`, - OrderID: 10987, - OrderDate: `2017-01-23T22:00:00.000Z`, - ShipperName: `Speedy Express`, - ProductID: 43, - ProductName: `Ipoh Coffee`, - UnitPrice: 46, - Quantity: 6, - Discontinued: false, - ExtendedPrice: 276, - Freight: 185.48 - }), - new InvoicesWorldDataItem( - { - ShipName: `Eastern Connection`, - ShipAddress: `35 King George`, - ShipCity: `London`, - ShipRegion: null, - ShipPostalCode: `WX3 6FW`, - ShipCountry: `UK`, - CustomerID: `EASTC`, - CustomerName: `Eastern Connection`, - Address: `35 King George`, - City: `London`, - Region: null, - PostalCode: 49000, - Country: `UK`, - Salesperson: `Laura Callahan`, - OrderID: 10987, - OrderDate: `2017-03-30T21:00:00.000Z`, - ShipperName: `Speedy Express`, - ProductID: 72, - ProductName: `Mozzarella di Giovanni`, - UnitPrice: 34.8, - Quantity: 20, - Discontinued: false, - ExtendedPrice: 696, - Freight: 185.48 - }), - new InvoicesWorldDataItem( - { - ShipName: `Eastern Connection`, - ShipAddress: `35 King George`, - ShipCity: `London`, - ShipRegion: null, - ShipPostalCode: `WX3 6FW`, - ShipCountry: `UK`, - CustomerID: `EASTC`, - CustomerName: `Eastern Connection`, - Address: `35 King George`, - City: `London`, - Region: null, - PostalCode: 40000, - Country: `UK`, - Salesperson: `Margaret Peacock`, - OrderID: 11024, - OrderDate: `2018-04-14T21:00:00.000Z`, - ShipperName: `Speedy Express`, - ProductID: 26, - ProductName: `Gumbär Gummibärchen`, - UnitPrice: 31.23, - Quantity: 12, - Discontinued: false, - ExtendedPrice: 374.76, - Freight: 74.36 - }), - new InvoicesWorldDataItem( - { - ShipName: `Eastern Connection`, - ShipAddress: `35 King George`, - ShipCity: `London`, - ShipRegion: null, - ShipPostalCode: `WX3 6FW`, - ShipCountry: `UK`, - CustomerID: `EASTC`, - CustomerName: `Eastern Connection`, - Address: `35 King George`, - City: `London`, - Region: null, - PostalCode: 50000, - Country: `UK`, - Salesperson: `Margaret Peacock`, - OrderID: 11024, - OrderDate: `2017-05-16T21:00:00.000Z`, - ShipperName: `Speedy Express`, - ProductID: 33, - ProductName: `Geitost`, - UnitPrice: 2.5, - Quantity: 30, - Discontinued: false, - ExtendedPrice: 75, - Freight: 74.36 - }), - new InvoicesWorldDataItem( - { - ShipName: `Eastern Connection`, - ShipAddress: `35 King George`, - ShipCity: `London`, - ShipRegion: null, - ShipPostalCode: `WX3 6FW`, - ShipCountry: `UK`, - CustomerID: `EASTC`, - CustomerName: `Eastern Connection`, - Address: `35 King George`, - City: `London`, - Region: null, - PostalCode: 33000, - Country: `UK`, - Salesperson: `Margaret Peacock`, - OrderID: 11024, - OrderDate: `2016-04-23T21:00:00.000Z`, - ShipperName: `Speedy Express`, - ProductID: 65, - ProductName: `Louisiana Fiery Hot Pepper Sauce`, - UnitPrice: 21.05, - Quantity: 21, - Discontinued: false, - ExtendedPrice: 442.05, - Freight: 74.36 - }), - new InvoicesWorldDataItem( - { - ShipName: `Eastern Connection`, - ShipAddress: `35 King George`, - ShipCity: `London`, - ShipRegion: null, - ShipPostalCode: `WX3 6FW`, - ShipCountry: `UK`, - CustomerID: `EASTC`, - CustomerName: `Eastern Connection`, - Address: `35 King George`, - City: `London`, - Region: null, - PostalCode: 34000, - Country: `UK`, - Salesperson: `Margaret Peacock`, - OrderID: 11024, - OrderDate: `2017-06-23T21:00:00.000Z`, - ShipperName: `Speedy Express`, - ProductID: 71, - ProductName: `Flotemysost`, - UnitPrice: 21.5, - Quantity: 50, - Discontinued: false, - ExtendedPrice: 1075, - Freight: 74.36 - }), - new InvoicesWorldDataItem( - { - ShipName: `Eastern Connection`, - ShipAddress: `35 King George`, - ShipCity: `London`, - ShipRegion: null, - ShipPostalCode: `WX3 6FW`, - ShipCountry: `UK`, - CustomerID: `EASTC`, - CustomerName: `Eastern Connection`, - Address: `35 King George`, - City: `London`, - Region: null, - PostalCode: 19000, - Country: `UK`, - Salesperson: `Laura Callahan`, - OrderID: 11056, - OrderDate: `2017-04-23T21:00:00.000Z`, - ShipperName: `United Package`, - ProductID: 7, - ProductName: `Uncle Bob's Organic Dried Pears`, - UnitPrice: 30, - Quantity: 40, - Discontinued: false, - ExtendedPrice: 1200, - Freight: 278.96 - }), - new InvoicesWorldDataItem( - { - ShipName: `Eastern Connection`, - ShipAddress: `35 King George`, - ShipCity: `London`, - ShipRegion: null, - ShipPostalCode: `WX3 6FW`, - ShipCountry: `UK`, - CustomerID: `EASTC`, - CustomerName: `Eastern Connection`, - Address: `35 King George`, - City: `London`, - Region: null, - PostalCode: 27000, - Country: `UK`, - Salesperson: `Laura Callahan`, - OrderID: 11056, - OrderDate: `2018-03-23T22:00:00.000Z`, - ShipperName: `United Package`, - ProductID: 55, - ProductName: `Pâté chinois`, - UnitPrice: 24, - Quantity: 35, - Discontinued: false, - ExtendedPrice: 840, - Freight: 278.96 - }), - new InvoicesWorldDataItem( - { - ShipName: `Eastern Connection`, - ShipAddress: `35 King George`, - ShipCity: `London`, - ShipRegion: null, - ShipPostalCode: `WX3 6FW`, - ShipCountry: `UK`, - CustomerID: `EASTC`, - CustomerName: `Eastern Connection`, - Address: `35 King George`, - City: `London`, - Region: null, - PostalCode: 24000, - Country: `UK`, - Salesperson: `Laura Callahan`, - OrderID: 11056, - OrderDate: `2018-04-27T21:00:00.000Z`, - ShipperName: `United Package`, - ProductID: 60, - ProductName: `Camembert Pierrot`, - UnitPrice: 34, - Quantity: 50, - Discontinued: false, - ExtendedPrice: 1700, - Freight: 278.96 - }), - new InvoicesWorldDataItem( - { - ShipName: `Eastern Connection`, - ShipAddress: `35 King George`, - ShipCity: `London`, - ShipRegion: null, - ShipPostalCode: `WX3 6FW`, - ShipCountry: `UK`, - CustomerID: `EASTC`, - CustomerName: `Eastern Connection`, - Address: `35 King George`, - City: `London`, - Region: null, - PostalCode: 42000, - Country: `UK`, - Salesperson: `Robert King`, - OrderID: 11047, - OrderDate: `2017-04-23T21:00:00.000Z`, - ShipperName: `Federal Shipping`, - ProductID: 1, - ProductName: `Chai`, - UnitPrice: 18, - Quantity: 25, - Discontinued: true, - ExtendedPrice: 337.5, - Freight: 46.62 - }), + new InvoicesWorldDataItem({ ShipName: `Alfred's Futterkiste`, ShipAddress: `Obere Str. 57`, ShipCity: `Berlin`, ShipRegion: null, ShipPostalCode: `12209`, ShipCountry: `Germany`, CustomerID: `ALFKI`, CustomerName: `Alfreds Futterkiste`, Address: `Obere Str. 57`, City: `Berlin`, Region: null, PostalCode: 12209, Country: `Germany`, Salesperson: `Margaret Peacock`, OrderID: 10692, OrderDate: `2016-11-22T22:00:00.000Z`, ShipperName: `United Package`, ProductID: 63, ProductName: `Vegie-spread`, UnitPrice: 43.9, Quantity: 20, Discontinued: false, ExtendedPrice: 878, Freight: 61.02 }), + new InvoicesWorldDataItem({ ShipName: `Alfred's Futterkiste`, ShipAddress: `Obere Str. 57`, ShipCity: `Berlin`, ShipRegion: null, ShipPostalCode: `12209`, ShipCountry: `Germany`, CustomerID: `ALFKI`, CustomerName: `Alfreds Futterkiste`, Address: `Obere Str. 57`, City: `Berlin`, Region: null, PostalCode: 12209, Country: `Germany`, Salesperson: `Margaret Peacock`, OrderID: 10702, OrderDate: `2016-11-22T22:00:00.000Z`, ShipperName: `Speedy Express`, ProductID: 3, ProductName: `Aniseed Syrup`, UnitPrice: 10, Quantity: 6, Discontinued: false, ExtendedPrice: 60, Freight: 23.94 }), + new InvoicesWorldDataItem({ ShipName: `Alfred's Futterkiste`, ShipAddress: `Obere Str. 57`, ShipCity: `Berlin`, ShipRegion: null, ShipPostalCode: `12209`, ShipCountry: `Germany`, CustomerID: `ALFKI`, CustomerName: `Alfreds Futterkiste`, Address: `Obere Str. 57`, City: `Berlin`, Region: null, PostalCode: 12209, Country: `Germany`, Salesperson: `Margaret Peacock`, OrderID: 10702, OrderDate: `2016-11-22T22:00:00.000Z`, ShipperName: `Speedy Express`, ProductID: 76, ProductName: `Lakkalikööri`, UnitPrice: 18, Quantity: 15, Discontinued: false, ExtendedPrice: 270, Freight: 23.94 }), + new InvoicesWorldDataItem({ ShipName: `Alfred's Futterkiste`, ShipAddress: `Obere Str. 57`, ShipCity: `Berlin`, ShipRegion: null, ShipPostalCode: `12209`, ShipCountry: `Germany`, CustomerID: `ALFKI`, CustomerName: `Alfreds Futterkiste`, Address: `Obere Str. 57`, City: `Berlin`, Region: null, PostalCode: 12209, Country: `Germany`, Salesperson: `Nancy Davolio`, OrderID: 10835, OrderDate: `2016-11-22T22:00:00.000Z`, ShipperName: `Federal Shipping`, ProductID: 59, ProductName: `Raclette Courdavault`, UnitPrice: 55, Quantity: 15, Discontinued: false, ExtendedPrice: 825, Freight: 69.53 }), + new InvoicesWorldDataItem({ ShipName: `Alfred's Futterkiste`, ShipAddress: `Obere Str. 57`, ShipCity: `Berlin`, ShipRegion: null, ShipPostalCode: `12209`, ShipCountry: `Germany`, CustomerID: `ALFKI`, CustomerName: `Alfreds Futterkiste`, Address: `Obere Str. 57`, City: `Berlin`, Region: null, PostalCode: 12209, Country: `Germany`, Salesperson: `Nancy Davolio`, OrderID: 10952, OrderDate: `2016-11-22T22:00:00.000Z`, ShipperName: `Speedy Express`, ProductID: 28, ProductName: `Rössle Sauerkraut`, UnitPrice: 45.6, Quantity: 2, Discontinued: true, ExtendedPrice: 91.2, Freight: 40.42 }), + new InvoicesWorldDataItem({ ShipName: `Alfred's Futterkiste`, ShipAddress: `Obere Str. 57`, ShipCity: `Berlin`, ShipRegion: null, ShipPostalCode: `12209`, ShipCountry: `Germany`, CustomerID: `ALFKI`, CustomerName: `Alfreds Futterkiste`, Address: `Obere Str. 57`, City: `Berlin`, Region: null, PostalCode: 12209, Country: `Germany`, Salesperson: `Janet Leverling`, OrderID: 11011, OrderDate: `2016-11-22T22:00:00.000Z`, ShipperName: `Speedy Express`, ProductID: 71, ProductName: `Flotemysost`, UnitPrice: 21.5, Quantity: 20, Discontinued: true, ExtendedPrice: 430, Freight: 1.21 }), + new InvoicesWorldDataItem({ ShipName: `Alfred's Futterkiste`, ShipAddress: `Obere Str. 57`, ShipCity: `Berlin`, ShipRegion: null, ShipPostalCode: `12209`, ShipCountry: `Germany`, CustomerID: `ALFKI`, CustomerName: `Alfreds Futterkiste`, Address: `Obere Str. 57`, City: `Berlin`, Region: null, PostalCode: 12209, Country: `Germany`, Salesperson: `Nancy Davolio`, OrderID: 10952, OrderDate: `2016-11-22T22:00:00.000Z`, ShipperName: `Speedy Express`, ProductID: 6, ProductName: `Grandma's Boysenberry Spread`, UnitPrice: 25, Quantity: 16, Discontinued: true, ExtendedPrice: 380, Freight: 40.42 }), + new InvoicesWorldDataItem({ ShipName: `Alfred's Futterkiste`, ShipAddress: `Obere Str. 57`, ShipCity: `Berlin`, ShipRegion: null, ShipPostalCode: `12209`, ShipCountry: `Germany`, CustomerID: `ALFKI`, CustomerName: `Alfreds Futterkiste`, Address: `Obere Str. 57`, City: `Berlin`, Region: null, PostalCode: 12209, Country: `Germany`, Salesperson: `Janet Leverling`, OrderID: 11011, OrderDate: `2016-11-22T22:00:00.000Z`, ShipperName: `Speedy Express`, ProductID: 58, ProductName: `Escargots de Bourgogne`, UnitPrice: 13.25, Quantity: 40, Discontinued: true, ExtendedPrice: 503.5, Freight: 1.21 }), + new InvoicesWorldDataItem({ ShipName: `Alfred's Futterkiste`, ShipAddress: `Obere Str. 57`, ShipCity: `Berlin`, ShipRegion: null, ShipPostalCode: `12209`, ShipCountry: `Germany`, CustomerID: `ALFKI`, CustomerName: `Alfreds Futterkiste`, Address: `Obere Str. 57`, City: `Berlin`, Region: null, PostalCode: 12209, Country: `Germany`, Salesperson: `Nancy Davolio`, OrderID: 10835, OrderDate: `2016-11-22T22:00:00.000Z`, ShipperName: `Federal Shipping`, ProductID: 77, ProductName: `Original Frankfurter grüne Soße`, UnitPrice: 13, Quantity: 2, Discontinued: true, ExtendedPrice: 20.8, Freight: 69.53 }), + new InvoicesWorldDataItem({ ShipName: `Alfreds Futterkiste`, ShipAddress: `Obere Str. 57`, ShipCity: `Berlin`, ShipRegion: null, ShipPostalCode: `12209`, ShipCountry: `Germany`, CustomerID: `ALFKI`, CustomerName: `Alfreds Futterkiste`, Address: `Obere Str. 57`, City: `Berlin`, Region: null, PostalCode: 12209, Country: `Germany`, Salesperson: `Michael Suyama`, OrderID: 10643, OrderDate: `2016-11-22T22:00:00.000Z`, ShipperName: `Speedy Express`, ProductID: 28, ProductName: `Rössle Sauerkraut`, UnitPrice: 45.6, Quantity: 15, Discontinued: true, ExtendedPrice: 513, Freight: 29.46 }), + new InvoicesWorldDataItem({ ShipName: `Alfreds Futterkiste`, ShipAddress: `Obere Str. 57`, ShipCity: `Berlin`, ShipRegion: null, ShipPostalCode: `12209`, ShipCountry: `Germany`, CustomerID: `ALFKI`, CustomerName: `Alfreds Futterkiste`, Address: `Obere Str. 57`, City: `Berlin`, Region: null, PostalCode: 12209, Country: `Germany`, Salesperson: `Michael Suyama`, OrderID: 10643, OrderDate: `2016-11-22T22:00:00.000Z`, ShipperName: `Speedy Express`, ProductID: 39, ProductName: `Chartreuse verte`, UnitPrice: 18, Quantity: 21, Discontinued: true, ExtendedPrice: 283.5, Freight: 29.46 }), + new InvoicesWorldDataItem({ ShipName: `Alfreds Futterkiste`, ShipAddress: `Obere Str. 57`, ShipCity: `Berlin`, ShipRegion: null, ShipPostalCode: `12209`, ShipCountry: `Germany`, CustomerID: `ALFKI`, CustomerName: `Alfreds Futterkiste`, Address: `Obere Str. 57`, City: `Berlin`, Region: null, PostalCode: 12209, Country: `Germany`, Salesperson: `Michael Suyama`, OrderID: 10643, OrderDate: `2016-11-22T22:00:00.000Z`, ShipperName: `Speedy Express`, ProductID: 46, ProductName: `Spegesild`, UnitPrice: 12, Quantity: 2, Discontinued: true, ExtendedPrice: 18, Freight: 29.46 }), + new InvoicesWorldDataItem({ ShipName: `Ana Trujillo Emparedados y helados`, ShipAddress: `Avda. de la Constitución 2222`, ShipCity: `México D.F.`, ShipRegion: null, ShipPostalCode: `05021`, ShipCountry: `Mexico`, CustomerID: `ANATR`, CustomerName: `Ana Trujillo Emparedados y helados`, Address: `Avda. de la Constitución 2222`, City: `México D.F.`, Region: null, PostalCode: 5021, Country: `Mexico`, Salesperson: `Robert King`, OrderID: 10308, OrderDate: `2016-11-22T22:00:00.000Z`, ShipperName: `Federal Shipping`, ProductID: 69, ProductName: `Gudbrandsdalsost`, UnitPrice: 28.8, Quantity: 1, Discontinued: false, ExtendedPrice: 28.8, Freight: 1.61 }), + new InvoicesWorldDataItem({ ShipName: `Ana Trujillo Emparedados y helados`, ShipAddress: `Avda. de la Constitución 2222`, ShipCity: `México D.F.`, ShipRegion: null, ShipPostalCode: `05021`, ShipCountry: `Mexico`, CustomerID: `ANATR`, CustomerName: `Ana Trujillo Emparedados y helados`, Address: `Avda. de la Constitución 2222`, City: `México D.F.`, Region: null, PostalCode: 5021, Country: `Mexico`, Salesperson: `Robert King`, OrderID: 10308, OrderDate: `2016-11-22T22:00:00.000Z`, ShipperName: `Federal Shipping`, ProductID: 70, ProductName: `Outback Lager`, UnitPrice: 12, Quantity: 5, Discontinued: false, ExtendedPrice: 60, Freight: 1.61 }), + new InvoicesWorldDataItem({ ShipName: `Ana Trujillo Emparedados y helados`, ShipAddress: `Avda. de la Constitución 2222`, ShipCity: `México D.F.`, ShipRegion: null, ShipPostalCode: `05021`, ShipCountry: `Mexico`, CustomerID: `ANATR`, CustomerName: `Ana Trujillo Emparedados y helados`, Address: `Avda. de la Constitución 2222`, City: `México D.F.`, Region: null, PostalCode: 5021, Country: `Mexico`, Salesperson: `Janet Leverling`, OrderID: 10625, OrderDate: `2016-11-22T22:00:00.000Z`, ShipperName: `Speedy Express`, ProductID: 14, ProductName: `Tofu`, UnitPrice: 23.25, Quantity: 3, Discontinued: false, ExtendedPrice: 69.75, Freight: 43.9 }), + new InvoicesWorldDataItem({ ShipName: `Ana Trujillo Emparedados y helados`, ShipAddress: `Avda. de la Constitución 2222`, ShipCity: `México D.F.`, ShipRegion: null, ShipPostalCode: `05021`, ShipCountry: `Mexico`, CustomerID: `ANATR`, CustomerName: `Ana Trujillo Emparedados y helados`, Address: `Avda. de la Constitución 2222`, City: `México D.F.`, Region: null, PostalCode: 5021, Country: `Mexico`, Salesperson: `Janet Leverling`, OrderID: 10625, OrderDate: `2016-11-22T22:00:00.000Z`, ShipperName: `Speedy Express`, ProductID: 42, ProductName: `Singaporean Hokkien Fried Mee`, UnitPrice: 14, Quantity: 5, Discontinued: false, ExtendedPrice: 70, Freight: 43.9 }), + new InvoicesWorldDataItem({ ShipName: `Ana Trujillo Emparedados y helados`, ShipAddress: `Avda. de la Constitución 2222`, ShipCity: `México D.F.`, ShipRegion: null, ShipPostalCode: `05021`, ShipCountry: `Mexico`, CustomerID: `ANATR`, CustomerName: `Ana Trujillo Emparedados y helados`, Address: `Avda. de la Constitución 2222`, City: `México D.F.`, Region: null, PostalCode: 5021, Country: `Mexico`, Salesperson: `Janet Leverling`, OrderID: 10625, OrderDate: `2016-11-22T22:00:00.000Z`, ShipperName: `Speedy Express`, ProductID: 60, ProductName: `Camembert Pierrot`, UnitPrice: 34, Quantity: 10, Discontinued: false, ExtendedPrice: 340, Freight: 43.9 }), + new InvoicesWorldDataItem({ ShipName: `Ana Trujillo Emparedados y helados`, ShipAddress: `Avda. de la Constitución 2222`, ShipCity: `México D.F.`, ShipRegion: null, ShipPostalCode: `05021`, ShipCountry: `Mexico`, CustomerID: `ANATR`, CustomerName: `Ana Trujillo Emparedados y helados`, Address: `Avda. de la Constitución 2222`, City: `México D.F.`, Region: null, PostalCode: 5021, Country: `Mexico`, Salesperson: `Janet Leverling`, OrderID: 10759, OrderDate: `2016-11-22T22:00:00.000Z`, ShipperName: `Federal Shipping`, ProductID: 32, ProductName: `Mascarpone Fabioli`, UnitPrice: 32, Quantity: 10, Discontinued: false, ExtendedPrice: 320, Freight: 11.99 }), + new InvoicesWorldDataItem({ ShipName: `Ana Trujillo Emparedados y helados`, ShipAddress: `Avda. de la Constitución 2222`, ShipCity: `México D.F.`, ShipRegion: null, ShipPostalCode: `05021`, ShipCountry: `Mexico`, CustomerID: `ANATR`, CustomerName: `Ana Trujillo Emparedados y helados`, Address: `Avda. de la Constitución 2222`, City: `México D.F.`, Region: null, PostalCode: 5021, Country: `Mexico`, Salesperson: `Margaret Peacock`, OrderID: 10926, OrderDate: `2016-11-22T22:00:00.000Z`, ShipperName: `Federal Shipping`, ProductID: 11, ProductName: `Queso Cabrales`, UnitPrice: 21, Quantity: 2, Discontinued: false, ExtendedPrice: 42, Freight: 39.92 }), + new InvoicesWorldDataItem({ ShipName: `Ana Trujillo Emparedados y helados`, ShipAddress: `Avda. de la Constitución 2222`, ShipCity: `México D.F.`, ShipRegion: null, ShipPostalCode: `05021`, ShipCountry: `Mexico`, CustomerID: `ANATR`, CustomerName: `Ana Trujillo Emparedados y helados`, Address: `Avda. de la Constitución 2222`, City: `México D.F.`, Region: null, PostalCode: 5021, Country: `Mexico`, Salesperson: `Margaret Peacock`, OrderID: 10926, OrderDate: `2016-11-22T22:00:00.000Z`, ShipperName: `Federal Shipping`, ProductID: 13, ProductName: `Konbu`, UnitPrice: 6, Quantity: 10, Discontinued: false, ExtendedPrice: 60, Freight: 39.92 }), + new InvoicesWorldDataItem({ ShipName: `Ana Trujillo Emparedados y helados`, ShipAddress: `Avda. de la Constitución 2222`, ShipCity: `México D.F.`, ShipRegion: null, ShipPostalCode: `05021`, ShipCountry: `Mexico`, CustomerID: `ANATR`, CustomerName: `Ana Trujillo Emparedados y helados`, Address: `Avda. de la Constitución 2222`, City: `México D.F.`, Region: null, PostalCode: 5021, Country: `Mexico`, Salesperson: `Margaret Peacock`, OrderID: 10926, OrderDate: `2016-11-22T22:00:00.000Z`, ShipperName: `Federal Shipping`, ProductID: 19, ProductName: `Teatime Chocolate Biscuits`, UnitPrice: 9.2, Quantity: 7, Discontinued: false, ExtendedPrice: 64.4, Freight: 39.92 }), + new InvoicesWorldDataItem({ ShipName: `Ana Trujillo Emparedados y helados`, ShipAddress: `Avda. de la Constitución 2222`, ShipCity: `México D.F.`, ShipRegion: null, ShipPostalCode: `05021`, ShipCountry: `Mexico`, CustomerID: `ANATR`, CustomerName: `Ana Trujillo Emparedados y helados`, Address: `Avda. de la Constitución 2222`, City: `México D.F.`, Region: null, PostalCode: 5021, Country: `Mexico`, Salesperson: `Margaret Peacock`, OrderID: 10926, OrderDate: `2016-11-22T22:00:00.000Z`, ShipperName: `Federal Shipping`, ProductID: 72, ProductName: `Mozzarella di Giovanni`, UnitPrice: 34.8, Quantity: 10, Discontinued: false, ExtendedPrice: 348, Freight: 39.92 }), + new InvoicesWorldDataItem({ ShipName: `Antonio Moreno Taquería`, ShipAddress: `Mataderos 2312`, ShipCity: `México D.F.`, ShipRegion: null, ShipPostalCode: `05023`, ShipCountry: `Mexico`, CustomerID: `ANTON`, CustomerName: `Antonio Moreno Taquería`, Address: `Mataderos 2312`, City: `México D.F.`, Region: null, PostalCode: 5023, Country: `Mexico`, Salesperson: `Janet Leverling`, OrderID: 10365, OrderDate: `2016-11-22T22:00:00.000Z`, ShipperName: `United Package`, ProductID: 11, ProductName: `Queso Cabrales`, UnitPrice: 16.8, Quantity: 24, Discontinued: false, ExtendedPrice: 403.2, Freight: 22 }), + new InvoicesWorldDataItem({ ShipName: `Antonio Moreno Taquería`, ShipAddress: `Mataderos 2312`, ShipCity: `México D.F.`, ShipRegion: null, ShipPostalCode: `05023`, ShipCountry: `Mexico`, CustomerID: `ANTON`, CustomerName: `Antonio Moreno Taquería`, Address: `Mataderos 2312`, City: `México D.F.`, Region: null, PostalCode: 5023, Country: `Mexico`, Salesperson: `Robert King`, OrderID: 10573, OrderDate: `2016-11-22T22:00:00.000Z`, ShipperName: `Federal Shipping`, ProductID: 17, ProductName: `Alice Mutton`, UnitPrice: 39, Quantity: 18, Discontinued: false, ExtendedPrice: 702, Freight: 84.84 }), + new InvoicesWorldDataItem({ ShipName: `Antonio Moreno Taquería`, ShipAddress: `Mataderos 2312`, ShipCity: `México D.F.`, ShipRegion: null, ShipPostalCode: `05023`, ShipCountry: `Mexico`, CustomerID: `ANTON`, CustomerName: `Antonio Moreno Taquería`, Address: `Mataderos 2312`, City: `México D.F.`, Region: null, PostalCode: 5023, Country: `Mexico`, Salesperson: `Robert King`, OrderID: 10573, OrderDate: `2016-11-22T22:00:00.000Z`, ShipperName: `Federal Shipping`, ProductID: 34, ProductName: `Sasquatch Ale`, UnitPrice: 14, Quantity: 40, Discontinued: false, ExtendedPrice: 560, Freight: 84.84 }), + new InvoicesWorldDataItem({ ShipName: `Antonio Moreno Taquería`, ShipAddress: `Mataderos 2312`, ShipCity: `México D.F.`, ShipRegion: null, ShipPostalCode: `05023`, ShipCountry: `Mexico`, CustomerID: `ANTON`, CustomerName: `Antonio Moreno Taquería`, Address: `Mataderos 2312`, City: `México D.F.`, Region: null, PostalCode: 5023, Country: `Mexico`, Salesperson: `Robert King`, OrderID: 10573, OrderDate: `2016-11-22T22:00:00.000Z`, ShipperName: `Federal Shipping`, ProductID: 53, ProductName: `Perth Pasties`, UnitPrice: 32.8, Quantity: 25, Discontinued: false, ExtendedPrice: 820, Freight: 84.84 }), + new InvoicesWorldDataItem({ ShipName: `Antonio Moreno Taquería`, ShipAddress: `Mataderos 2312`, ShipCity: `México D.F.`, ShipRegion: null, ShipPostalCode: `05023`, ShipCountry: `Mexico`, CustomerID: `ANTON`, CustomerName: `Antonio Moreno Taquería`, Address: `Mataderos 2312`, City: `México D.F.`, Region: null, PostalCode: 5023, Country: `Mexico`, Salesperson: `Janet Leverling`, OrderID: 10682, OrderDate: `2016-11-22T22:00:00.000Z`, ShipperName: `United Package`, ProductID: 33, ProductName: `Geitost`, UnitPrice: 2.5, Quantity: 30, Discontinued: false, ExtendedPrice: 75, Freight: 36.13 }), + new InvoicesWorldDataItem({ ShipName: `Antonio Moreno Taquería`, ShipAddress: `Mataderos 2312`, ShipCity: `México D.F.`, ShipRegion: null, ShipPostalCode: `05023`, ShipCountry: `Mexico`, CustomerID: `ANTON`, CustomerName: `Antonio Moreno Taquería`, Address: `Mataderos 2312`, City: `México D.F.`, Region: null, PostalCode: 5023, Country: `Mexico`, Salesperson: `Janet Leverling`, OrderID: 10682, OrderDate: `2016-11-22T22:00:00.000Z`, ShipperName: `United Package`, ProductID: 66, ProductName: `Louisiana Hot Spiced Okra`, UnitPrice: 17, Quantity: 4, Discontinued: false, ExtendedPrice: 68, Freight: 36.13 }), + new InvoicesWorldDataItem({ ShipName: `Antonio Moreno Taquería`, ShipAddress: `Mataderos 2312`, ShipCity: `México D.F.`, ShipRegion: null, ShipPostalCode: `05023`, ShipCountry: `Mexico`, CustomerID: `ANTON`, CustomerName: `Antonio Moreno Taquería`, Address: `Mataderos 2312`, City: `México D.F.`, Region: null, PostalCode: 5023, Country: `Mexico`, Salesperson: `Janet Leverling`, OrderID: 10682, OrderDate: `2016-11-22T22:00:00.000Z`, ShipperName: `United Package`, ProductID: 75, ProductName: `Rhönbräu Klosterbier`, UnitPrice: 7.75, Quantity: 30, Discontinued: false, ExtendedPrice: 232.5, Freight: 36.13 }), + new InvoicesWorldDataItem({ ShipName: `Antonio Moreno Taquería`, ShipAddress: `Mataderos 2312`, ShipCity: `México D.F.`, ShipRegion: null, ShipPostalCode: `05023`, ShipCountry: `Mexico`, CustomerID: `ANTON`, CustomerName: `Antonio Moreno Taquería`, Address: `Mataderos 2312`, City: `México D.F.`, Region: null, PostalCode: 5023, Country: `Mexico`, Salesperson: `Janet Leverling`, OrderID: 10856, OrderDate: `2016-11-22T22:00:00.000Z`, ShipperName: `United Package`, ProductID: 2, ProductName: `Chang`, UnitPrice: 19, Quantity: 20, Discontinued: false, ExtendedPrice: 380, Freight: 58.43 }), + new InvoicesWorldDataItem({ ShipName: `Antonio Moreno Taquería`, ShipAddress: `Mataderos 2312`, ShipCity: `México D.F.`, ShipRegion: null, ShipPostalCode: `05023`, ShipCountry: `Mexico`, CustomerID: `ANTON`, CustomerName: `Antonio Moreno Taquería`, Address: `Mataderos 2312`, City: `México D.F.`, Region: null, PostalCode: 5023, Country: `Mexico`, Salesperson: `Janet Leverling`, OrderID: 10856, OrderDate: `2016-11-22T22:00:00.000Z`, ShipperName: `United Package`, ProductID: 42, ProductName: `Singaporean Hokkien Fried Mee`, UnitPrice: 14, Quantity: 20, Discontinued: false, ExtendedPrice: 280, Freight: 58.43 }), + new InvoicesWorldDataItem({ ShipName: `Antonio Moreno Taquería`, ShipAddress: `Mataderos 2312`, ShipCity: `México D.F.`, ShipRegion: null, ShipPostalCode: `05023`, ShipCountry: `Mexico`, CustomerID: `ANTON`, CustomerName: `Antonio Moreno Taquería`, Address: `Mataderos 2312`, City: `México D.F.`, Region: null, PostalCode: 5023, Country: `Mexico`, Salesperson: `Margaret Peacock`, OrderID: 10535, OrderDate: `2016-11-22T22:00:00.000Z`, ShipperName: `Speedy Express`, ProductID: 11, ProductName: `Queso Cabrales`, UnitPrice: 21, Quantity: 50, Discontinued: true, ExtendedPrice: 945, Freight: 15.64 }), + new InvoicesWorldDataItem({ ShipName: `Antonio Moreno Taquería`, ShipAddress: `Mataderos 2312`, ShipCity: `México D.F.`, ShipRegion: null, ShipPostalCode: `05023`, ShipCountry: `Mexico`, CustomerID: `ANTON`, CustomerName: `Antonio Moreno Taquería`, Address: `Mataderos 2312`, City: `México D.F.`, Region: null, PostalCode: 5023, Country: `Mexico`, Salesperson: `Margaret Peacock`, OrderID: 10535, OrderDate: `2016-11-22T22:00:00.000Z`, ShipperName: `Speedy Express`, ProductID: 40, ProductName: `Boston Crab Meat`, UnitPrice: 18.4, Quantity: 10, Discontinued: true, ExtendedPrice: 165.6, Freight: 15.64 }), + new InvoicesWorldDataItem({ ShipName: `Antonio Moreno Taquería`, ShipAddress: `Mataderos 2312`, ShipCity: `México D.F.`, ShipRegion: null, ShipPostalCode: `05023`, ShipCountry: `Mexico`, CustomerID: `ANTON`, CustomerName: `Antonio Moreno Taquería`, Address: `Mataderos 2312`, City: `México D.F.`, Region: null, PostalCode: 5023, Country: `Mexico`, Salesperson: `Margaret Peacock`, OrderID: 10535, OrderDate: `2016-11-22T22:00:00.000Z`, ShipperName: `Speedy Express`, ProductID: 57, ProductName: `Ravioli Angelo`, UnitPrice: 19.5, Quantity: 5, Discontinued: true, ExtendedPrice: 87.75, Freight: 15.64 }), + new InvoicesWorldDataItem({ ShipName: `Antonio Moreno Taquería`, ShipAddress: `Mataderos 2312`, ShipCity: `México D.F.`, ShipRegion: null, ShipPostalCode: `05023`, ShipCountry: `Mexico`, CustomerID: `ANTON`, CustomerName: `Antonio Moreno Taquería`, Address: `Mataderos 2312`, City: `México D.F.`, Region: null, PostalCode: 5023, Country: `Mexico`, Salesperson: `Margaret Peacock`, OrderID: 10535, OrderDate: `2016-11-22T22:00:00.000Z`, ShipperName: `Speedy Express`, ProductID: 59, ProductName: `Raclette Courdavault`, UnitPrice: 55, Quantity: 15, Discontinued: false, ExtendedPrice: 742.5, Freight: 15.64 }), + new InvoicesWorldDataItem({ ShipName: `Antonio Moreno Taquería`, ShipAddress: `Mataderos 2312`, ShipCity: `México D.F.`, ShipRegion: null, ShipPostalCode: `05023`, ShipCountry: `Mexico`, CustomerID: `ANTON`, CustomerName: `Antonio Moreno Taquería`, Address: `Mataderos 2312`, City: `México D.F.`, Region: null, PostalCode: 5023, Country: `Mexico`, Salesperson: `Robert King`, OrderID: 10507, OrderDate: `2016-11-22T22:00:00.000Z`, ShipperName: `Speedy Express`, ProductID: 43, ProductName: `Ipoh Coffee`, UnitPrice: 46, Quantity: 15, Discontinued: false, ExtendedPrice: 586.5, Freight: 47.45 }), + new InvoicesWorldDataItem({ ShipName: `Antonio Moreno Taquería`, ShipAddress: `Mataderos 2312`, ShipCity: `México D.F.`, ShipRegion: null, ShipPostalCode: `05023`, ShipCountry: `Mexico`, CustomerID: `ANTON`, CustomerName: `Antonio Moreno Taquería`, Address: `Mataderos 2312`, City: `México D.F.`, Region: null, PostalCode: 5023, Country: `Mexico`, Salesperson: `Robert King`, OrderID: 10507, OrderDate: `2016-11-22T22:00:00.000Z`, ShipperName: `Speedy Express`, ProductID: 48, ProductName: `Chocolade`, UnitPrice: 12.75, Quantity: 15, Discontinued: true, ExtendedPrice: 162.56, Freight: 47.45 }), + new InvoicesWorldDataItem({ ShipName: `Antonio Moreno Taquería`, ShipAddress: `Mataderos 2312`, ShipCity: `México D.F.`, ShipRegion: null, ShipPostalCode: `05023`, ShipCountry: `Mexico`, CustomerID: `ANTON`, CustomerName: `Antonio Moreno Taquería`, Address: `Mataderos 2312`, City: `México D.F.`, Region: null, PostalCode: 5023, Country: `Mexico`, Salesperson: `Nancy Davolio`, OrderID: 10677, OrderDate: `2017-10-03T21:00:00.000Z`, ShipperName: `Federal Shipping`, ProductID: 26, ProductName: `Gumbär Gummibärchen`, UnitPrice: 31.23, Quantity: 30, Discontinued: true, ExtendedPrice: 796.37, Freight: 4.03 }), + new InvoicesWorldDataItem({ ShipName: `Antonio Moreno Taquería`, ShipAddress: `Mataderos 2312`, ShipCity: `México D.F.`, ShipRegion: null, ShipPostalCode: `05023`, ShipCountry: `Mexico`, CustomerID: `ANTON`, CustomerName: `Antonio Moreno Taquería`, Address: `Mataderos 2312`, City: `México D.F.`, Region: null, PostalCode: 5023, Country: `Mexico`, Salesperson: `Nancy Davolio`, OrderID: 10677, OrderDate: `2017-10-03T21:00:00.000Z`, ShipperName: `Federal Shipping`, ProductID: 33, ProductName: `Geitost`, UnitPrice: 2.5, Quantity: 8, Discontinued: false, ExtendedPrice: 17, Freight: 4.03 }), + new InvoicesWorldDataItem({ ShipName: `Around the Horn`, ShipAddress: `Brook Farm Stratford St. Mary`, ShipCity: `Colchester`, ShipRegion: `Essex`, ShipPostalCode: `CO7 6JX`, ShipCountry: `UK`, CustomerID: `AROUT`, CustomerName: `Around the Horn`, Address: `120 Hanover Sq.`, City: `London`, Region: null, PostalCode: 34000, Country: `UK`, Salesperson: `Michael Suyama`, OrderID: 10355, OrderDate: `2017-10-03T21:00:00.000Z`, ShipperName: `Speedy Express`, ProductID: 24, ProductName: `Guaraná Fantástica`, UnitPrice: 3.6, Quantity: 25, Discontinued: false, ExtendedPrice: 90, Freight: 41.95 }), + new InvoicesWorldDataItem({ ShipName: `Around the Horn`, ShipAddress: `Brook Farm Stratford St. Mary`, ShipCity: `Colchester`, ShipRegion: `Essex`, ShipPostalCode: `CO7 6JX`, ShipCountry: `UK`, CustomerID: `AROUT`, CustomerName: `Around the Horn`, Address: `120 Hanover Sq.`, City: `London`, Region: null, PostalCode: 18000, Country: `UK`, Salesperson: `Michael Suyama`, OrderID: 10355, OrderDate: `2017-10-03T21:00:00.000Z`, ShipperName: `Speedy Express`, ProductID: 57, ProductName: `Ravioli Angelo`, UnitPrice: 15.6, Quantity: 25, Discontinued: false, ExtendedPrice: 390, Freight: 41.95 }), + new InvoicesWorldDataItem({ ShipName: `Around the Horn`, ShipAddress: `Brook Farm Stratford St. Mary`, ShipCity: `Colchester`, ShipRegion: `Essex`, ShipPostalCode: `CO7 6JX`, ShipCountry: `UK`, CustomerID: `AROUT`, CustomerName: `Around the Horn`, Address: `120 Hanover Sq.`, City: `London`, Region: null, PostalCode: 39000, Country: `UK`, Salesperson: `Laura Callahan`, OrderID: 10383, OrderDate: `2017-10-03T21:00:00.000Z`, ShipperName: `Federal Shipping`, ProductID: 13, ProductName: `Konbu`, UnitPrice: 4.8, Quantity: 20, Discontinued: false, ExtendedPrice: 96, Freight: 34.24 }), + new InvoicesWorldDataItem({ ShipName: `Around the Horn`, ShipAddress: `Brook Farm Stratford St. Mary`, ShipCity: `Colchester`, ShipRegion: `Essex`, ShipPostalCode: `CO7 6JX`, ShipCountry: `UK`, CustomerID: `AROUT`, CustomerName: `Around the Horn`, Address: `120 Hanover Sq.`, City: `London`, Region: null, PostalCode: 20000, Country: `UK`, Salesperson: `Laura Callahan`, OrderID: 10383, OrderDate: `2017-10-03T21:00:00.000Z`, ShipperName: `Federal Shipping`, ProductID: 50, ProductName: `Valkoinen suklaa`, UnitPrice: 13, Quantity: 15, Discontinued: false, ExtendedPrice: 195, Freight: 34.24 }), + new InvoicesWorldDataItem({ ShipName: `Around the Horn`, ShipAddress: `Brook Farm Stratford St. Mary`, ShipCity: `Colchester`, ShipRegion: `Essex`, ShipPostalCode: `CO7 6JX`, ShipCountry: `UK`, CustomerID: `AROUT`, CustomerName: `Around the Horn`, Address: `120 Hanover Sq.`, City: `London`, Region: null, PostalCode: 12000, Country: `UK`, Salesperson: `Laura Callahan`, OrderID: 10383, OrderDate: `2017-10-03T21:00:00.000Z`, ShipperName: `Federal Shipping`, ProductID: 56, ProductName: `Gnocchi di nonna Alice`, UnitPrice: 30.4, Quantity: 20, Discontinued: false, ExtendedPrice: 608, Freight: 34.24 }), + new InvoicesWorldDataItem({ ShipName: `Around the Horn`, ShipAddress: `Brook Farm Stratford St. Mary`, ShipCity: `Colchester`, ShipRegion: `Essex`, ShipPostalCode: `CO7 6JX`, ShipCountry: `UK`, CustomerID: `AROUT`, CustomerName: `Around the Horn`, Address: `120 Hanover Sq.`, City: `London`, Region: null, PostalCode: 23000, Country: `UK`, Salesperson: `Nancy Davolio`, OrderID: 10558, OrderDate: `2017-10-03T21:00:00.000Z`, ShipperName: `United Package`, ProductID: 47, ProductName: `Zaanse koeken`, UnitPrice: 9.5, Quantity: 25, Discontinued: false, ExtendedPrice: 237.5, Freight: 72.97 }), + new InvoicesWorldDataItem({ ShipName: `Around the Horn`, ShipAddress: `Brook Farm Stratford St. Mary`, ShipCity: `Colchester`, ShipRegion: `Essex`, ShipPostalCode: `CO7 6JX`, ShipCountry: `UK`, CustomerID: `AROUT`, CustomerName: `Around the Horn`, Address: `120 Hanover Sq.`, City: `London`, Region: null, PostalCode: 16000, Country: `UK`, Salesperson: `Nancy Davolio`, OrderID: 10558, OrderDate: `2017-10-03T21:00:00.000Z`, ShipperName: `United Package`, ProductID: 51, ProductName: `Manjimup Dried Apples`, UnitPrice: 53, Quantity: 20, Discontinued: false, ExtendedPrice: 1060, Freight: 72.97 }), + new InvoicesWorldDataItem({ ShipName: `Around the Horn`, ShipAddress: `Brook Farm Stratford St. Mary`, ShipCity: `Colchester`, ShipRegion: `Essex`, ShipPostalCode: `CO7 6JX`, ShipCountry: `UK`, CustomerID: `AROUT`, CustomerName: `Around the Horn`, Address: `120 Hanover Sq.`, City: `London`, Region: null, PostalCode: 12000, Country: `UK`, Salesperson: `Nancy Davolio`, OrderID: 10558, OrderDate: `2017-10-03T21:00:00.000Z`, ShipperName: `United Package`, ProductID: 52, ProductName: `Filo Mix`, UnitPrice: 7, Quantity: 30, Discontinued: true, ExtendedPrice: 210, Freight: 72.97 }), + new InvoicesWorldDataItem({ ShipName: `Around the Horn`, ShipAddress: `Brook Farm Stratford St. Mary`, ShipCity: `Colchester`, ShipRegion: `Essex`, ShipPostalCode: `CO7 6JX`, ShipCountry: `UK`, CustomerID: `AROUT`, CustomerName: `Around the Horn`, Address: `120 Hanover Sq.`, City: `London`, Region: null, PostalCode: 13000, Country: `UK`, Salesperson: `Nancy Davolio`, OrderID: 10558, OrderDate: `2017-10-03T21:00:00.000Z`, ShipperName: `United Package`, ProductID: 53, ProductName: `Perth Pasties`, UnitPrice: 32.8, Quantity: 18, Discontinued: false, ExtendedPrice: 590.4, Freight: 72.97 }), + new InvoicesWorldDataItem({ ShipName: `Around the Horn`, ShipAddress: `Brook Farm Stratford St. Mary`, ShipCity: `Colchester`, ShipRegion: `Essex`, ShipPostalCode: `CO7 6JX`, ShipCountry: `UK`, CustomerID: `AROUT`, CustomerName: `Around the Horn`, Address: `120 Hanover Sq.`, City: `London`, Region: null, PostalCode: 16000, Country: `UK`, Salesperson: `Nancy Davolio`, OrderID: 10558, OrderDate: `2017-10-03T21:00:00.000Z`, ShipperName: `United Package`, ProductID: 73, ProductName: `Röd Kaviar`, UnitPrice: 15, Quantity: 3, Discontinued: false, ExtendedPrice: 45, Freight: 72.97 }), + new InvoicesWorldDataItem({ ShipName: `Around the Horn`, ShipAddress: `Brook Farm Stratford St. Mary`, ShipCity: `Colchester`, ShipRegion: `Essex`, ShipPostalCode: `CO7 6JX`, ShipCountry: `UK`, CustomerID: `AROUT`, CustomerName: `Around the Horn`, Address: `120 Hanover Sq.`, City: `London`, Region: null, PostalCode: 36000, Country: `UK`, Salesperson: `Margaret Peacock`, OrderID: 10707, OrderDate: `2017-10-03T21:00:00.000Z`, ShipperName: `Federal Shipping`, ProductID: 55, ProductName: `Pâté chinois`, UnitPrice: 24, Quantity: 21, Discontinued: false, ExtendedPrice: 504, Freight: 21.74 }), + new InvoicesWorldDataItem({ ShipName: `Around the Horn`, ShipAddress: `Brook Farm Stratford St. Mary`, ShipCity: `Colchester`, ShipRegion: `Essex`, ShipPostalCode: `CO7 6JX`, ShipCountry: `UK`, CustomerID: `AROUT`, CustomerName: `Around the Horn`, Address: `120 Hanover Sq.`, City: `London`, Region: null, PostalCode: 27000, Country: `UK`, Salesperson: `Margaret Peacock`, OrderID: 10707, OrderDate: `2017-10-03T21:00:00.000Z`, ShipperName: `Federal Shipping`, ProductID: 57, ProductName: `Ravioli Angelo`, UnitPrice: 19.5, Quantity: 40, Discontinued: false, ExtendedPrice: 780, Freight: 21.74 }), + new InvoicesWorldDataItem({ ShipName: `Around the Horn`, ShipAddress: `Brook Farm Stratford St. Mary`, ShipCity: `Colchester`, ShipRegion: `Essex`, ShipPostalCode: `CO7 6JX`, ShipCountry: `UK`, CustomerID: `AROUT`, CustomerName: `Around the Horn`, Address: `120 Hanover Sq.`, City: `London`, Region: null, PostalCode: 42000, Country: `UK`, Salesperson: `Janet Leverling`, OrderID: 10768, OrderDate: `2017-10-03T21:00:00.000Z`, ShipperName: `United Package`, ProductID: 22, ProductName: `Gustaf's Knäckebröd`, UnitPrice: 21, Quantity: 4, Discontinued: false, ExtendedPrice: 84, Freight: 146.32 }), + new InvoicesWorldDataItem({ ShipName: `Around the Horn`, ShipAddress: `Brook Farm Stratford St. Mary`, ShipCity: `Colchester`, ShipRegion: `Essex`, ShipPostalCode: `CO7 6JX`, ShipCountry: `UK`, CustomerID: `AROUT`, CustomerName: `Around the Horn`, Address: `120 Hanover Sq.`, City: `London`, Region: null, PostalCode: 47000, Country: `UK`, Salesperson: `Janet Leverling`, OrderID: 10768, OrderDate: `2017-10-03T21:00:00.000Z`, ShipperName: `United Package`, ProductID: 31, ProductName: `Gorgonzola Telino`, UnitPrice: 12.5, Quantity: 50, Discontinued: true, ExtendedPrice: 625, Freight: 146.32 }), + new InvoicesWorldDataItem({ ShipName: `Around the Horn`, ShipAddress: `Brook Farm Stratford St. Mary`, ShipCity: `Colchester`, ShipRegion: `Essex`, ShipPostalCode: `CO7 6JX`, ShipCountry: `UK`, CustomerID: `AROUT`, CustomerName: `Around the Horn`, Address: `120 Hanover Sq.`, City: `London`, Region: null, PostalCode: 38000, Country: `UK`, Salesperson: `Janet Leverling`, OrderID: 10768, OrderDate: `2017-10-03T21:00:00.000Z`, ShipperName: `United Package`, ProductID: 60, ProductName: `Camembert Pierrot`, UnitPrice: 34, Quantity: 15, Discontinued: false, ExtendedPrice: 510, Freight: 146.32 }), + new InvoicesWorldDataItem({ ShipName: `Around the Horn`, ShipAddress: `Brook Farm Stratford St. Mary`, ShipCity: `Colchester`, ShipRegion: `Essex`, ShipPostalCode: `CO7 6JX`, ShipCountry: `UK`, CustomerID: `AROUT`, CustomerName: `Around the Horn`, Address: `120 Hanover Sq.`, City: `London`, Region: null, PostalCode: 18000, Country: `UK`, Salesperson: `Janet Leverling`, OrderID: 10768, OrderDate: `2017-10-03T21:00:00.000Z`, ShipperName: `United Package`, ProductID: 71, ProductName: `Flotemysost`, UnitPrice: 21.5, Quantity: 12, Discontinued: false, ExtendedPrice: 258, Freight: 146.32 }), + new InvoicesWorldDataItem({ ShipName: `Around the Horn`, ShipAddress: `Brook Farm Stratford St. Mary`, ShipCity: `Colchester`, ShipRegion: `Essex`, ShipPostalCode: `CO7 6JX`, ShipCountry: `UK`, CustomerID: `AROUT`, CustomerName: `Around the Horn`, Address: `120 Hanover Sq.`, City: `London`, Region: null, PostalCode: 42000, Country: `UK`, Salesperson: `Janet Leverling`, OrderID: 10793, OrderDate: `2017-10-03T21:00:00.000Z`, ShipperName: `Federal Shipping`, ProductID: 41, ProductName: `Jack's New England Clam Chowder`, UnitPrice: 9.65, Quantity: 14, Discontinued: false, ExtendedPrice: 135.1, Freight: 4.52 }), + new InvoicesWorldDataItem({ ShipName: `Around the Horn`, ShipAddress: `Brook Farm Stratford St. Mary`, ShipCity: `Colchester`, ShipRegion: `Essex`, ShipPostalCode: `CO7 6JX`, ShipCountry: `UK`, CustomerID: `AROUT`, CustomerName: `Around the Horn`, Address: `120 Hanover Sq.`, City: `London`, Region: null, PostalCode: 48000, Country: `UK`, Salesperson: `Janet Leverling`, OrderID: 10793, OrderDate: `2017-10-03T21:00:00.000Z`, ShipperName: `Federal Shipping`, ProductID: 52, ProductName: `Filo Mix`, UnitPrice: 7, Quantity: 8, Discontinued: false, ExtendedPrice: 56, Freight: 4.52 }), + new InvoicesWorldDataItem({ ShipName: `Around the Horn`, ShipAddress: `Brook Farm Stratford St. Mary`, ShipCity: `Colchester`, ShipRegion: `Essex`, ShipPostalCode: `CO7 6JX`, ShipCountry: `UK`, CustomerID: `AROUT`, CustomerName: `Around the Horn`, Address: `120 Hanover Sq.`, City: `London`, Region: null, PostalCode: 28000, Country: `UK`, Salesperson: `Margaret Peacock`, OrderID: 10864, OrderDate: `2017-10-03T21:00:00.000Z`, ShipperName: `United Package`, ProductID: 35, ProductName: `Steeleye Stout`, UnitPrice: 18, Quantity: 4, Discontinued: false, ExtendedPrice: 72, Freight: 3.04 }), + new InvoicesWorldDataItem({ ShipName: `Around the Horn`, ShipAddress: `Brook Farm Stratford St. Mary`, ShipCity: `Colchester`, ShipRegion: `Essex`, ShipPostalCode: `CO7 6JX`, ShipCountry: `UK`, CustomerID: `AROUT`, CustomerName: `Around the Horn`, Address: `120 Hanover Sq.`, City: `London`, Region: null, PostalCode: 18000, Country: `UK`, Salesperson: `Margaret Peacock`, OrderID: 10864, OrderDate: `2017-10-03T21:00:00.000Z`, ShipperName: `United Package`, ProductID: 67, ProductName: `Laughing Lumberjack Lager`, UnitPrice: 14, Quantity: 15, Discontinued: false, ExtendedPrice: 210, Freight: 3.04 }), + new InvoicesWorldDataItem({ ShipName: `Around the Horn`, ShipAddress: `Brook Farm Stratford St. Mary`, ShipCity: `Colchester`, ShipRegion: `Essex`, ShipPostalCode: `CO7 6JX`, ShipCountry: `UK`, CustomerID: `AROUT`, CustomerName: `Around the Horn`, Address: `120 Hanover Sq.`, City: `London`, Region: null, PostalCode: 13000, Country: `UK`, Salesperson: `Margaret Peacock`, OrderID: 10920, OrderDate: `2017-10-03T21:00:00.000Z`, ShipperName: `United Package`, ProductID: 50, ProductName: `Valkoinen suklaa`, UnitPrice: 16.25, Quantity: 24, Discontinued: false, ExtendedPrice: 390, Freight: 29.61 }), + new InvoicesWorldDataItem({ ShipName: `Around the Horn`, ShipAddress: `Brook Farm Stratford St. Mary`, ShipCity: `Colchester`, ShipRegion: `Essex`, ShipPostalCode: `CO7 6JX`, ShipCountry: `UK`, CustomerID: `AROUT`, CustomerName: `Around the Horn`, Address: `120 Hanover Sq.`, City: `London`, Region: null, PostalCode: 27000, Country: `UK`, Salesperson: `Anne Dodsworth`, OrderID: 11016, OrderDate: `2017-10-03T21:00:00.000Z`, ShipperName: `United Package`, ProductID: 31, ProductName: `Gorgonzola Telino`, UnitPrice: 12.5, Quantity: 15, Discontinued: false, ExtendedPrice: 187.5, Freight: 33.8 }), + new InvoicesWorldDataItem({ ShipName: `Around the Horn`, ShipAddress: `Brook Farm Stratford St. Mary`, ShipCity: `Colchester`, ShipRegion: `Essex`, ShipPostalCode: `CO7 6JX`, ShipCountry: `UK`, CustomerID: `AROUT`, CustomerName: `Around the Horn`, Address: `120 Hanover Sq.`, City: `London`, Region: null, PostalCode: 26000, Country: `UK`, Salesperson: `Anne Dodsworth`, OrderID: 11016, OrderDate: `2017-10-03T21:00:00.000Z`, ShipperName: `United Package`, ProductID: 36, ProductName: `Inlagd Sill`, UnitPrice: 19, Quantity: 16, Discontinued: false, ExtendedPrice: 304, Freight: 33.8 }), + new InvoicesWorldDataItem({ ShipName: `Around the Horn`, ShipAddress: `Brook Farm Stratford St. Mary`, ShipCity: `Colchester`, ShipRegion: `Essex`, ShipPostalCode: `CO7 6JX`, ShipCountry: `UK`, CustomerID: `AROUT`, CustomerName: `Around the Horn`, Address: `120 Hanover Sq.`, City: `London`, Region: null, PostalCode: 42000, Country: `UK`, Salesperson: `Nancy Davolio`, OrderID: 10743, OrderDate: `2017-10-03T21:00:00.000Z`, ShipperName: `United Package`, ProductID: 46, ProductName: `Spegesild`, UnitPrice: 12, Quantity: 28, Discontinued: false, ExtendedPrice: 319.2, Freight: 23.72 }), + new InvoicesWorldDataItem({ ShipName: `Around the Horn`, ShipAddress: `Brook Farm Stratford St. Mary`, ShipCity: `Colchester`, ShipRegion: `Essex`, ShipPostalCode: `CO7 6JX`, ShipCountry: `UK`, CustomerID: `AROUT`, CustomerName: `Around the Horn`, Address: `120 Hanover Sq.`, City: `London`, Region: null, PostalCode: 19000, Country: `UK`, Salesperson: `Anne Dodsworth`, OrderID: 10953, OrderDate: `2017-10-03T21:00:00.000Z`, ShipperName: `United Package`, ProductID: 20, ProductName: `Sir Rodney's Marmalade`, UnitPrice: 81, Quantity: 50, Discontinued: false, ExtendedPrice: 3847.5, Freight: 23.72 }), + new InvoicesWorldDataItem({ ShipName: `Around the Horn`, ShipAddress: `Brook Farm Stratford St. Mary`, ShipCity: `Colchester`, ShipRegion: `Essex`, ShipPostalCode: `CO7 6JX`, ShipCountry: `UK`, CustomerID: `AROUT`, CustomerName: `Around the Horn`, Address: `120 Hanover Sq.`, City: `London`, Region: null, PostalCode: 41000, Country: `UK`, Salesperson: `Anne Dodsworth`, OrderID: 10953, OrderDate: `2017-10-03T21:00:00.000Z`, ShipperName: `United Package`, ProductID: 31, ProductName: `Gorgonzola Telino`, UnitPrice: 12.5, Quantity: 50, Discontinued: false, ExtendedPrice: 593.75, Freight: 23.72 }), + new InvoicesWorldDataItem({ ShipName: `Around the Horn`, ShipAddress: `Brook Farm Stratford St. Mary`, ShipCity: `Colchester`, ShipRegion: `Essex`, ShipPostalCode: `CO7 6JX`, ShipCountry: `UK`, CustomerID: `AROUT`, CustomerName: `Around the Horn`, Address: `120 Hanover Sq.`, City: `London`, Region: null, PostalCode: 16000, Country: `UK`, Salesperson: `Nancy Davolio`, OrderID: 10453, OrderDate: `2017-10-03T21:00:00.000Z`, ShipperName: `United Package`, ProductID: 48, ProductName: `Chocolade`, UnitPrice: 10.2, Quantity: 15, Discontinued: true, ExtendedPrice: 137.7, Freight: 25.36 }), + new InvoicesWorldDataItem({ ShipName: `Around the Horn`, ShipAddress: `Brook Farm Stratford St. Mary`, ShipCity: `Colchester`, ShipRegion: `Essex`, ShipPostalCode: `CO7 6JX`, ShipCountry: `UK`, CustomerID: `AROUT`, CustomerName: `Around the Horn`, Address: `120 Hanover Sq.`, City: `London`, Region: null, PostalCode: 26000, Country: `UK`, Salesperson: `Nancy Davolio`, OrderID: 10453, OrderDate: `2017-10-03T21:00:00.000Z`, ShipperName: `United Package`, ProductID: 70, ProductName: `Outback Lager`, UnitPrice: 12, Quantity: 25, Discontinued: true, ExtendedPrice: 270, Freight: 25.36 }), + new InvoicesWorldDataItem({ ShipName: `Around the Horn`, ShipAddress: `Brook Farm Stratford St. Mary`, ShipCity: `Colchester`, ShipRegion: `Essex`, ShipPostalCode: `CO7 6JX`, ShipCountry: `UK`, CustomerID: `AROUT`, CustomerName: `Around the Horn`, Address: `120 Hanover Sq.`, City: `London`, Region: null, PostalCode: 19000, Country: `UK`, Salesperson: `Margaret Peacock`, OrderID: 10707, OrderDate: `2017-10-03T21:00:00.000Z`, ShipperName: `Federal Shipping`, ProductID: 70, ProductName: `Outback Lager`, UnitPrice: 15, Quantity: 28, Discontinued: false, ExtendedPrice: 357, Freight: 21.74 }), + new InvoicesWorldDataItem({ ShipName: `Around the Horn`, ShipAddress: `Brook Farm Stratford St. Mary`, ShipCity: `Colchester`, ShipRegion: `Essex`, ShipPostalCode: `CO7 6JX`, ShipCountry: `UK`, CustomerID: `AROUT`, CustomerName: `Around the Horn`, Address: `120 Hanover Sq.`, City: `London`, Region: null, PostalCode: 24000, Country: `UK`, Salesperson: `Margaret Peacock`, OrderID: 10741, OrderDate: `2017-10-03T21:00:00.000Z`, ShipperName: `Federal Shipping`, ProductID: 2, ProductName: `Chang`, UnitPrice: 19, Quantity: 15, Discontinued: false, ExtendedPrice: 228, Freight: 10.96 }), + new InvoicesWorldDataItem({ ShipName: `Berglunds snabbköp`, ShipAddress: `Berguvsvägen 8`, ShipCity: `Luleå`, ShipRegion: null, ShipPostalCode: `S-958 22`, ShipCountry: `Sweden`, CustomerID: `BERGS`, CustomerName: `Berglunds snabbköp`, Address: `Berguvsvägen 8`, City: `Luleå`, Region: null, PostalCode: 11000, Country: `Sweden`, Salesperson: `Laura Callahan`, OrderID: 10278, OrderDate: `2017-10-03T21:00:00.000Z`, ShipperName: `United Package`, ProductID: 44, ProductName: `Gula Malacca`, UnitPrice: 15.5, Quantity: 16, Discontinued: false, ExtendedPrice: 248, Freight: 92.69 }), + new InvoicesWorldDataItem({ ShipName: `Berglunds snabbköp`, ShipAddress: `Berguvsvägen 8`, ShipCity: `Luleå`, ShipRegion: null, ShipPostalCode: `S-958 22`, ShipCountry: `Sweden`, CustomerID: `BERGS`, CustomerName: `Berglunds snabbköp`, Address: `Berguvsvägen 8`, City: `Luleå`, Region: null, PostalCode: 41000, Country: `Sweden`, Salesperson: `Laura Callahan`, OrderID: 10278, OrderDate: `2017-10-03T21:00:00.000Z`, ShipperName: `United Package`, ProductID: 59, ProductName: `Raclette Courdavault`, UnitPrice: 44, Quantity: 15, Discontinued: false, ExtendedPrice: 660, Freight: 92.69 }), + new InvoicesWorldDataItem({ ShipName: `Berglunds snabbköp`, ShipAddress: `Berguvsvägen 8`, ShipCity: `Luleå`, ShipRegion: null, ShipPostalCode: `S-958 22`, ShipCountry: `Sweden`, CustomerID: `BERGS`, CustomerName: `Berglunds snabbköp`, Address: `Berguvsvägen 8`, City: `Luleå`, Region: null, PostalCode: 24000, Country: `Sweden`, Salesperson: `Laura Callahan`, OrderID: 10278, OrderDate: `2017-10-03T21:00:00.000Z`, ShipperName: `United Package`, ProductID: 63, ProductName: `Vegie-spread`, UnitPrice: 35.1, Quantity: 8, Discontinued: false, ExtendedPrice: 280.8, Freight: 92.69 }), + new InvoicesWorldDataItem({ ShipName: `Berglunds snabbköp`, ShipAddress: `Berguvsvägen 8`, ShipCity: `Luleå`, ShipRegion: null, ShipPostalCode: `S-958 22`, ShipCountry: `Sweden`, CustomerID: `BERGS`, CustomerName: `Berglunds snabbköp`, Address: `Berguvsvägen 8`, City: `Luleå`, Region: null, PostalCode: 48000, Country: `Sweden`, Salesperson: `Laura Callahan`, OrderID: 10278, OrderDate: `2017-10-03T21:00:00.000Z`, ShipperName: `United Package`, ProductID: 73, ProductName: `Röd Kaviar`, UnitPrice: 12, Quantity: 25, Discontinued: false, ExtendedPrice: 300, Freight: 92.69 }), + new InvoicesWorldDataItem({ ShipName: `Berglunds snabbköp`, ShipAddress: `Berguvsvägen 8`, ShipCity: `Luleå`, ShipRegion: null, ShipPostalCode: `S-958 22`, ShipCountry: `Sweden`, CustomerID: `BERGS`, CustomerName: `Berglunds snabbköp`, Address: `Berguvsvägen 8`, City: `Luleå`, Region: null, PostalCode: 46000, Country: `Sweden`, Salesperson: `Andrew Fuller`, OrderID: 10280, OrderDate: `2017-10-03T21:00:00.000Z`, ShipperName: `Speedy Express`, ProductID: 24, ProductName: `Guaraná Fantástica`, UnitPrice: 3.6, Quantity: 12, Discontinued: false, ExtendedPrice: 43.2, Freight: 8.98 }), + new InvoicesWorldDataItem({ ShipName: `Berglunds snabbköp`, ShipAddress: `Berguvsvägen 8`, ShipCity: `Luleå`, ShipRegion: null, ShipPostalCode: `S-958 22`, ShipCountry: `Sweden`, CustomerID: `BERGS`, CustomerName: `Berglunds snabbköp`, Address: `Berguvsvägen 8`, City: `Luleå`, Region: null, PostalCode: 24000, Country: `Sweden`, Salesperson: `Andrew Fuller`, OrderID: 10280, OrderDate: `2017-10-03T21:00:00.000Z`, ShipperName: `Speedy Express`, ProductID: 55, ProductName: `Pâté chinois`, UnitPrice: 19.2, Quantity: 20, Discontinued: false, ExtendedPrice: 384, Freight: 8.98 }), + new InvoicesWorldDataItem({ ShipName: `Berglunds snabbköp`, ShipAddress: `Berguvsvägen 8`, ShipCity: `Luleå`, ShipRegion: null, ShipPostalCode: `S-958 22`, ShipCountry: `Sweden`, CustomerID: `BERGS`, CustomerName: `Berglunds snabbköp`, Address: `Berguvsvägen 8`, City: `Luleå`, Region: null, PostalCode: 33000, Country: `Sweden`, Salesperson: `Andrew Fuller`, OrderID: 10280, OrderDate: `2017-10-03T21:00:00.000Z`, ShipperName: `Speedy Express`, ProductID: 75, ProductName: `Rhönbräu Klosterbier`, UnitPrice: 6.2, Quantity: 30, Discontinued: false, ExtendedPrice: 186, Freight: 8.98 }), + new InvoicesWorldDataItem({ ShipName: `Berglunds snabbköp`, ShipAddress: `Berguvsvägen 8`, ShipCity: `Luleå`, ShipRegion: null, ShipPostalCode: `S-958 22`, ShipCountry: `Sweden`, CustomerID: `BERGS`, CustomerName: `Berglunds snabbköp`, Address: `Berguvsvägen 8`, City: `Luleå`, Region: null, PostalCode: 17000, Country: `Sweden`, Salesperson: `Janet Leverling`, OrderID: 10384, OrderDate: `2017-10-03T21:00:00.000Z`, ShipperName: `Federal Shipping`, ProductID: 20, ProductName: `Sir Rodney's Marmalade`, UnitPrice: 64.8, Quantity: 28, Discontinued: false, ExtendedPrice: 1814.4, Freight: 168.64 }), + new InvoicesWorldDataItem({ ShipName: `Berglunds snabbköp`, ShipAddress: `Berguvsvägen 8`, ShipCity: `Luleå`, ShipRegion: null, ShipPostalCode: `S-958 22`, ShipCountry: `Sweden`, CustomerID: `BERGS`, CustomerName: `Berglunds snabbköp`, Address: `Berguvsvägen 8`, City: `Luleå`, Region: null, PostalCode: 19000, Country: `Sweden`, Salesperson: `Janet Leverling`, OrderID: 10384, OrderDate: `2017-10-03T21:00:00.000Z`, ShipperName: `Federal Shipping`, ProductID: 60, ProductName: `Camembert Pierrot`, UnitPrice: 27.2, Quantity: 15, Discontinued: false, ExtendedPrice: 408, Freight: 168.64 }), + new InvoicesWorldDataItem({ ShipName: `Berglunds snabbköp`, ShipAddress: `Berguvsvägen 8`, ShipCity: `Luleå`, ShipRegion: null, ShipPostalCode: `S-958 22`, ShipCountry: `Sweden`, CustomerID: `BERGS`, CustomerName: `Berglunds snabbköp`, Address: `Berguvsvägen 8`, City: `Luleå`, Region: null, PostalCode: 27000, Country: `Sweden`, Salesperson: `Janet Leverling`, OrderID: 10444, OrderDate: `2017-10-03T21:00:00.000Z`, ShipperName: `Federal Shipping`, ProductID: 17, ProductName: `Alice Mutton`, UnitPrice: 31.2, Quantity: 10, Discontinued: false, ExtendedPrice: 312, Freight: 3.5 }), + new InvoicesWorldDataItem({ ShipName: `Berglunds snabbköp`, ShipAddress: `Berguvsvägen 8`, ShipCity: `Luleå`, ShipRegion: null, ShipPostalCode: `S-958 22`, ShipCountry: `Sweden`, CustomerID: `BERGS`, CustomerName: `Berglunds snabbköp`, Address: `Berguvsvägen 8`, City: `Luleå`, Region: null, PostalCode: 37000, Country: `Sweden`, Salesperson: `Janet Leverling`, OrderID: 10444, OrderDate: `2017-10-03T21:00:00.000Z`, ShipperName: `Federal Shipping`, ProductID: 26, ProductName: `Gumbär Gummibärchen`, UnitPrice: 24.9, Quantity: 15, Discontinued: false, ExtendedPrice: 373.5, Freight: 3.5 }), + new InvoicesWorldDataItem({ ShipName: `Berglunds snabbköp`, ShipAddress: `Berguvsvägen 8`, ShipCity: `Luleå`, ShipRegion: null, ShipPostalCode: `S-958 22`, ShipCountry: `Sweden`, CustomerID: `BERGS`, CustomerName: `Berglunds snabbköp`, Address: `Berguvsvägen 8`, City: `Luleå`, Region: null, PostalCode: 48000, Country: `Sweden`, Salesperson: `Janet Leverling`, OrderID: 10444, OrderDate: `2017-10-03T21:00:00.000Z`, ShipperName: `Federal Shipping`, ProductID: 35, ProductName: `Steeleye Stout`, UnitPrice: 14.4, Quantity: 8, Discontinued: false, ExtendedPrice: 115.2, Freight: 3.5 }), + new InvoicesWorldDataItem({ ShipName: `Berglunds snabbköp`, ShipAddress: `Berguvsvägen 8`, ShipCity: `Luleå`, ShipRegion: null, ShipPostalCode: `S-958 22`, ShipCountry: `Sweden`, CustomerID: `BERGS`, CustomerName: `Berglunds snabbköp`, Address: `Berguvsvägen 8`, City: `Luleå`, Region: null, PostalCode: 11000, Country: `Sweden`, Salesperson: `Janet Leverling`, OrderID: 10444, OrderDate: `2017-10-03T21:00:00.000Z`, ShipperName: `Federal Shipping`, ProductID: 41, ProductName: `Jack's New England Clam Chowder`, UnitPrice: 7.7, Quantity: 30, Discontinued: false, ExtendedPrice: 231, Freight: 3.5 }), + new InvoicesWorldDataItem({ ShipName: `Berglunds snabbköp`, ShipAddress: `Berguvsvägen 8`, ShipCity: `Luleå`, ShipRegion: null, ShipPostalCode: `S-958 22`, ShipCountry: `Sweden`, CustomerID: `BERGS`, CustomerName: `Berglunds snabbköp`, Address: `Berguvsvägen 8`, City: `Luleå`, Region: null, PostalCode: 46000, Country: `Sweden`, Salesperson: `Nancy Davolio`, OrderID: 10524, OrderDate: `2017-10-03T21:00:00.000Z`, ShipperName: `United Package`, ProductID: 54, ProductName: `Tourtière`, UnitPrice: 7.45, Quantity: 15, Discontinued: false, ExtendedPrice: 111.75, Freight: 244.79 }), + new InvoicesWorldDataItem({ ShipName: `Berglunds snabbköp`, ShipAddress: `Berguvsvägen 8`, ShipCity: `Luleå`, ShipRegion: null, ShipPostalCode: `S-958 22`, ShipCountry: `Sweden`, CustomerID: `BERGS`, CustomerName: `Berglunds snabbköp`, Address: `Berguvsvägen 8`, City: `Luleå`, Region: null, PostalCode: 45000, Country: `Sweden`, Salesperson: `Janet Leverling`, OrderID: 10572, OrderDate: `2017-10-03T21:00:00.000Z`, ShipperName: `United Package`, ProductID: 40, ProductName: `Boston Crab Meat`, UnitPrice: 18.4, Quantity: 50, Discontinued: false, ExtendedPrice: 920, Freight: 116.43 }), + new InvoicesWorldDataItem({ ShipName: `Berglunds snabbköp`, ShipAddress: `Berguvsvägen 8`, ShipCity: `Luleå`, ShipRegion: null, ShipPostalCode: `S-958 22`, ShipCountry: `Sweden`, CustomerID: `BERGS`, CustomerName: `Berglunds snabbköp`, Address: `Berguvsvägen 8`, City: `Luleå`, Region: null, PostalCode: 21000, Country: `Sweden`, Salesperson: `Nancy Davolio`, OrderID: 10626, OrderDate: `2017-10-03T21:00:00.000Z`, ShipperName: `United Package`, ProductID: 53, ProductName: `Perth Pasties`, UnitPrice: 32.8, Quantity: 12, Discontinued: false, ExtendedPrice: 393.6, Freight: 138.69 }), + new InvoicesWorldDataItem({ ShipName: `Berglunds snabbköp`, ShipAddress: `Berguvsvägen 8`, ShipCity: `Luleå`, ShipRegion: null, ShipPostalCode: `S-958 22`, ShipCountry: `Sweden`, CustomerID: `BERGS`, CustomerName: `Berglunds snabbköp`, Address: `Berguvsvägen 8`, City: `Luleå`, Region: null, PostalCode: 23000, Country: `Sweden`, Salesperson: `Nancy Davolio`, OrderID: 10626, OrderDate: `2017-10-03T21:00:00.000Z`, ShipperName: `United Package`, ProductID: 60, ProductName: `Camembert Pierrot`, UnitPrice: 34, Quantity: 20, Discontinued: false, ExtendedPrice: 680, Freight: 138.69 }), + new InvoicesWorldDataItem({ ShipName: `Berglunds snabbköp`, ShipAddress: `Berguvsvägen 8`, ShipCity: `Luleå`, ShipRegion: null, ShipPostalCode: `S-958 22`, ShipCountry: `Sweden`, CustomerID: `BERGS`, CustomerName: `Berglunds snabbköp`, Address: `Berguvsvägen 8`, City: `Luleå`, Region: null, PostalCode: 46000, Country: `Sweden`, Salesperson: `Nancy Davolio`, OrderID: 10626, OrderDate: `2017-10-03T21:00:00.000Z`, ShipperName: `United Package`, ProductID: 71, ProductName: `Flotemysost`, UnitPrice: 21.5, Quantity: 20, Discontinued: false, ExtendedPrice: 430, Freight: 138.69 }), + new InvoicesWorldDataItem({ ShipName: `Berglunds snabbköp`, ShipAddress: `Berguvsvägen 8`, ShipCity: `Luleå`, ShipRegion: null, ShipPostalCode: `S-958 22`, ShipCountry: `Sweden`, CustomerID: `BERGS`, CustomerName: `Berglunds snabbköp`, Address: `Berguvsvägen 8`, City: `Luleå`, Region: null, PostalCode: 46000, Country: `Sweden`, Salesperson: `Anne Dodsworth`, OrderID: 10672, OrderDate: `2017-10-03T21:00:00.000Z`, ShipperName: `United Package`, ProductID: 71, ProductName: `Flotemysost`, UnitPrice: 21.5, Quantity: 12, Discontinued: false, ExtendedPrice: 258, Freight: 95.75 }), + new InvoicesWorldDataItem({ ShipName: `Berglunds snabbköp`, ShipAddress: `Berguvsvägen 8`, ShipCity: `Luleå`, ShipRegion: null, ShipPostalCode: `S-958 22`, ShipCountry: `Sweden`, CustomerID: `BERGS`, CustomerName: `Berglunds snabbköp`, Address: `Berguvsvägen 8`, City: `Luleå`, Region: null, PostalCode: 41000, Country: `Sweden`, Salesperson: `Nancy Davolio`, OrderID: 10733, OrderDate: `2017-10-03T21:00:00.000Z`, ShipperName: `Federal Shipping`, ProductID: 14, ProductName: `Tofu`, UnitPrice: 23.25, Quantity: 16, Discontinued: false, ExtendedPrice: 372, Freight: 110.11 }), + new InvoicesWorldDataItem({ ShipName: `Berglunds snabbköp`, ShipAddress: `Berguvsvägen 8`, ShipCity: `Luleå`, ShipRegion: null, ShipPostalCode: `S-958 22`, ShipCountry: `Sweden`, CustomerID: `BERGS`, CustomerName: `Berglunds snabbköp`, Address: `Berguvsvägen 8`, City: `Luleå`, Region: null, PostalCode: 30000, Country: `Sweden`, Salesperson: `Nancy Davolio`, OrderID: 10733, OrderDate: `2017-10-03T21:00:00.000Z`, ShipperName: `Federal Shipping`, ProductID: 28, ProductName: `Rössle Sauerkraut`, UnitPrice: 45.6, Quantity: 20, Discontinued: false, ExtendedPrice: 912, Freight: 110.11 }), + new InvoicesWorldDataItem({ ShipName: `Berglunds snabbköp`, ShipAddress: `Berguvsvägen 8`, ShipCity: `Luleå`, ShipRegion: null, ShipPostalCode: `S-958 22`, ShipCountry: `Sweden`, CustomerID: `BERGS`, CustomerName: `Berglunds snabbköp`, Address: `Berguvsvägen 8`, City: `Luleå`, Region: null, PostalCode: 27000, Country: `Sweden`, Salesperson: `Nancy Davolio`, OrderID: 10733, OrderDate: `2017-10-03T21:00:00.000Z`, ShipperName: `Federal Shipping`, ProductID: 52, ProductName: `Filo Mix`, UnitPrice: 7, Quantity: 25, Discontinued: false, ExtendedPrice: 175, Freight: 110.11 }), + new InvoicesWorldDataItem({ ShipName: `Berglunds snabbköp`, ShipAddress: `Berguvsvägen 8`, ShipCity: `Luleå`, ShipRegion: null, ShipPostalCode: `S-958 22`, ShipCountry: `Sweden`, CustomerID: `BERGS`, CustomerName: `Berglunds snabbköp`, Address: `Berguvsvägen 8`, City: `Luleå`, Region: null, PostalCode: 40000, Country: `Sweden`, Salesperson: `Janet Leverling`, OrderID: 10778, OrderDate: `2017-10-03T21:00:00.000Z`, ShipperName: `Speedy Express`, ProductID: 41, ProductName: `Jack's New England Clam Chowder`, UnitPrice: 9.65, Quantity: 10, Discontinued: false, ExtendedPrice: 96.5, Freight: 6.79 }), + new InvoicesWorldDataItem({ ShipName: `Berglunds snabbköp`, ShipAddress: `Berguvsvägen 8`, ShipCity: `Luleå`, ShipRegion: null, ShipPostalCode: `S-958 22`, ShipCountry: `Sweden`, CustomerID: `BERGS`, CustomerName: `Berglunds snabbköp`, Address: `Berguvsvägen 8`, City: `Luleå`, Region: null, PostalCode: 39000, Country: `Sweden`, Salesperson: `Anne Dodsworth`, OrderID: 10837, OrderDate: `2018-10-03T21:00:00.000Z`, ShipperName: `Federal Shipping`, ProductID: 13, ProductName: `Konbu`, UnitPrice: 6, Quantity: 6, Discontinued: false, ExtendedPrice: 36, Freight: 13.32 }), + new InvoicesWorldDataItem({ ShipName: `Berglunds snabbköp`, ShipAddress: `Berguvsvägen 8`, ShipCity: `Luleå`, ShipRegion: null, ShipPostalCode: `S-958 22`, ShipCountry: `Sweden`, CustomerID: `BERGS`, CustomerName: `Berglunds snabbköp`, Address: `Berguvsvägen 8`, City: `Luleå`, Region: null, PostalCode: 43000, Country: `Sweden`, Salesperson: `Anne Dodsworth`, OrderID: 10837, OrderDate: `2018-10-03T21:00:00.000Z`, ShipperName: `Federal Shipping`, ProductID: 40, ProductName: `Boston Crab Meat`, UnitPrice: 18.4, Quantity: 25, Discontinued: false, ExtendedPrice: 460, Freight: 13.32 }), + new InvoicesWorldDataItem({ ShipName: `Berglunds snabbköp`, ShipAddress: `Berguvsvägen 8`, ShipCity: `Luleå`, ShipRegion: null, ShipPostalCode: `S-958 22`, ShipCountry: `Sweden`, CustomerID: `BERGS`, CustomerName: `Berglunds snabbköp`, Address: `Berguvsvägen 8`, City: `Luleå`, Region: null, PostalCode: 22000, Country: `Sweden`, Salesperson: `Laura Callahan`, OrderID: 10857, OrderDate: `2018-10-03T21:00:00.000Z`, ShipperName: `United Package`, ProductID: 3, ProductName: `Aniseed Syrup`, UnitPrice: 10, Quantity: 30, Discontinued: false, ExtendedPrice: 300, Freight: 188.85 }), + new InvoicesWorldDataItem({ ShipName: `Berglunds snabbköp`, ShipAddress: `Berguvsvägen 8`, ShipCity: `Luleå`, ShipRegion: null, ShipPostalCode: `S-958 22`, ShipCountry: `Sweden`, CustomerID: `BERGS`, CustomerName: `Berglunds snabbköp`, Address: `Berguvsvägen 8`, City: `Luleå`, Region: null, PostalCode: 30000, Country: `Sweden`, Salesperson: `Margaret Peacock`, OrderID: 10875, OrderDate: `2018-10-03T21:00:00.000Z`, ShipperName: `United Package`, ProductID: 19, ProductName: `Teatime Chocolate Biscuits`, UnitPrice: 9.2, Quantity: 25, Discontinued: false, ExtendedPrice: 230, Freight: 32.37 }), + new InvoicesWorldDataItem({ ShipName: `Berglunds snabbköp`, ShipAddress: `Berguvsvägen 8`, ShipCity: `Luleå`, ShipRegion: null, ShipPostalCode: `S-958 22`, ShipCountry: `Sweden`, CustomerID: `BERGS`, CustomerName: `Berglunds snabbköp`, Address: `Berguvsvägen 8`, City: `Luleå`, Region: null, PostalCode: 50000, Country: `Sweden`, Salesperson: `Margaret Peacock`, OrderID: 10875, OrderDate: `2018-10-03T21:00:00.000Z`, ShipperName: `United Package`, ProductID: 49, ProductName: `Maxilaku`, UnitPrice: 20, Quantity: 15, Discontinued: false, ExtendedPrice: 300, Freight: 32.37 }), + new InvoicesWorldDataItem({ ShipName: `Berglunds snabbköp`, ShipAddress: `Berguvsvägen 8`, ShipCity: `Luleå`, ShipRegion: null, ShipPostalCode: `S-958 22`, ShipCountry: `Sweden`, CustomerID: `BERGS`, CustomerName: `Berglunds snabbköp`, Address: `Berguvsvägen 8`, City: `Luleå`, Region: null, PostalCode: 45000, Country: `Sweden`, Salesperson: `Janet Leverling`, OrderID: 10924, OrderDate: `2018-10-03T21:00:00.000Z`, ShipperName: `United Package`, ProductID: 75, ProductName: `Rhönbräu Klosterbier`, UnitPrice: 7.75, Quantity: 6, Discontinued: false, ExtendedPrice: 46.5, Freight: 151.52 }), + new InvoicesWorldDataItem({ ShipName: `Berglunds snabbköp`, ShipAddress: `Berguvsvägen 8`, ShipCity: `Luleå`, ShipRegion: null, ShipPostalCode: `S-958 22`, ShipCountry: `Sweden`, CustomerID: `BERGS`, CustomerName: `Berglunds snabbköp`, Address: `Berguvsvägen 8`, City: `Luleå`, Region: null, PostalCode: 28000, Country: `Sweden`, Salesperson: `Janet Leverling`, OrderID: 10572, OrderDate: `2018-10-03T21:00:00.000Z`, ShipperName: `United Package`, ProductID: 16, ProductName: `Pavlova`, UnitPrice: 17.45, Quantity: 12, Discontinued: false, ExtendedPrice: 188.46, Freight: 116.43 }), + new InvoicesWorldDataItem({ ShipName: `Berglunds snabbköp`, ShipAddress: `Berguvsvägen 8`, ShipCity: `Luleå`, ShipRegion: null, ShipPostalCode: `S-958 22`, ShipCountry: `Sweden`, CustomerID: `BERGS`, CustomerName: `Berglunds snabbköp`, Address: `Berguvsvägen 8`, City: `Luleå`, Region: null, PostalCode: 50000, Country: `Sweden`, Salesperson: `Janet Leverling`, OrderID: 10572, OrderDate: `2018-10-03T21:00:00.000Z`, ShipperName: `United Package`, ProductID: 32, ProductName: `Mascarpone Fabioli`, UnitPrice: 32, Quantity: 10, Discontinued: false, ExtendedPrice: 288, Freight: 116.43 }), + new InvoicesWorldDataItem({ ShipName: `Berglunds snabbköp`, ShipAddress: `Berguvsvägen 8`, ShipCity: `Luleå`, ShipRegion: null, ShipPostalCode: `S-958 22`, ShipCountry: `Sweden`, CustomerID: `BERGS`, CustomerName: `Berglunds snabbköp`, Address: `Berguvsvägen 8`, City: `Luleå`, Region: null, PostalCode: 50000, Country: `Sweden`, Salesperson: `Janet Leverling`, OrderID: 10572, OrderDate: `2018-10-03T21:00:00.000Z`, ShipperName: `United Package`, ProductID: 75, ProductName: `Rhönbräu Klosterbier`, UnitPrice: 7.75, Quantity: 15, Discontinued: false, ExtendedPrice: 104.62, Freight: 116.43 }), + new InvoicesWorldDataItem({ ShipName: `Berglunds snabbköp`, ShipAddress: `Berguvsvägen 8`, ShipCity: `Luleå`, ShipRegion: null, ShipPostalCode: `S-958 22`, ShipCountry: `Sweden`, CustomerID: `BERGS`, CustomerName: `Berglunds snabbköp`, Address: `Berguvsvägen 8`, City: `Luleå`, Region: null, PostalCode: 32000, Country: `Sweden`, Salesperson: `Steven Buchanan`, OrderID: 10654, OrderDate: `2018-10-03T21:00:00.000Z`, ShipperName: `Speedy Express`, ProductID: 4, ProductName: `Chef Anton's Cajun Seasoning`, UnitPrice: 22, Quantity: 12, Discontinued: false, ExtendedPrice: 237.6, Freight: 55.26 }), + new InvoicesWorldDataItem({ ShipName: `Berglunds snabbköp`, ShipAddress: `Berguvsvägen 8`, ShipCity: `Luleå`, ShipRegion: null, ShipPostalCode: `S-958 22`, ShipCountry: `Sweden`, CustomerID: `BERGS`, CustomerName: `Berglunds snabbköp`, Address: `Berguvsvägen 8`, City: `Luleå`, Region: null, PostalCode: 48000, Country: `Sweden`, Salesperson: `Steven Buchanan`, OrderID: 10654, OrderDate: `2018-10-03T21:00:00.000Z`, ShipperName: `Speedy Express`, ProductID: 39, ProductName: `Chartreuse verte`, UnitPrice: 18, Quantity: 20, Discontinued: false, ExtendedPrice: 324, Freight: 55.26 }), + new InvoicesWorldDataItem({ ShipName: `Berglunds snabbköp`, ShipAddress: `Berguvsvägen 8`, ShipCity: `Luleå`, ShipRegion: null, ShipPostalCode: `S-958 22`, ShipCountry: `Sweden`, CustomerID: `BERGS`, CustomerName: `Berglunds snabbköp`, Address: `Berguvsvägen 8`, City: `Luleå`, Region: null, PostalCode: 27000, Country: `Sweden`, Salesperson: `Steven Buchanan`, OrderID: 10654, OrderDate: `2018-10-03T21:00:00.000Z`, ShipperName: `Speedy Express`, ProductID: 54, ProductName: `Tourtière`, UnitPrice: 7.45, Quantity: 6, Discontinued: false, ExtendedPrice: 40.23, Freight: 55.26 }), + new InvoicesWorldDataItem({ ShipName: `Berglunds snabbköp`, ShipAddress: `Berguvsvägen 8`, ShipCity: `Luleå`, ShipRegion: null, ShipPostalCode: `S-958 22`, ShipCountry: `Sweden`, CustomerID: `BERGS`, CustomerName: `Berglunds snabbköp`, Address: `Berguvsvägen 8`, City: `Luleå`, Region: null, PostalCode: 36000, Country: `Sweden`, Salesperson: `Anne Dodsworth`, OrderID: 10672, OrderDate: `2018-10-03T21:00:00.000Z`, ShipperName: `United Package`, ProductID: 38, ProductName: `Côte de Blaye`, UnitPrice: 263.5, Quantity: 15, Discontinued: false, ExtendedPrice: 3557.25, Freight: 95.75 }), + new InvoicesWorldDataItem({ ShipName: `Berglunds snabbköp`, ShipAddress: `Berguvsvägen 8`, ShipCity: `Luleå`, ShipRegion: null, ShipPostalCode: `S-958 22`, ShipCountry: `Sweden`, CustomerID: `BERGS`, CustomerName: `Berglunds snabbköp`, Address: `Berguvsvägen 8`, City: `Luleå`, Region: null, PostalCode: 30000, Country: `Sweden`, Salesperson: `Margaret Peacock`, OrderID: 10875, OrderDate: `2018-10-03T21:00:00.000Z`, ShipperName: `United Package`, ProductID: 47, ProductName: `Zaanse koeken`, UnitPrice: 9.5, Quantity: 21, Discontinued: false, ExtendedPrice: 179.55, Freight: 32.37 }), + new InvoicesWorldDataItem({ ShipName: `Berglunds snabbköp`, ShipAddress: `Berguvsvägen 8`, ShipCity: `Luleå`, ShipRegion: null, ShipPostalCode: `S-958 22`, ShipCountry: `Sweden`, CustomerID: `BERGS`, CustomerName: `Berglunds snabbköp`, Address: `Berguvsvägen 8`, City: `Luleå`, Region: null, PostalCode: 47000, Country: `Sweden`, Salesperson: `Janet Leverling`, OrderID: 10924, OrderDate: `2018-10-03T21:00:00.000Z`, ShipperName: `United Package`, ProductID: 10, ProductName: `Ikura`, UnitPrice: 31, Quantity: 20, Discontinued: false, ExtendedPrice: 558, Freight: 151.52 }), + new InvoicesWorldDataItem({ ShipName: `Berglunds snabbköp`, ShipAddress: `Berguvsvägen 8`, ShipCity: `Luleå`, ShipRegion: null, ShipPostalCode: `S-958 22`, ShipCountry: `Sweden`, CustomerID: `BERGS`, CustomerName: `Berglunds snabbköp`, Address: `Berguvsvägen 8`, City: `Luleå`, Region: null, PostalCode: 25000, Country: `Sweden`, Salesperson: `Janet Leverling`, OrderID: 10924, OrderDate: `2018-10-03T21:00:00.000Z`, ShipperName: `United Package`, ProductID: 28, ProductName: `Rössle Sauerkraut`, UnitPrice: 45.6, Quantity: 30, Discontinued: true, ExtendedPrice: 1231.2, Freight: 151.52 }), + new InvoicesWorldDataItem({ ShipName: `Berglunds snabbköp`, ShipAddress: `Berguvsvägen 8`, ShipCity: `Luleå`, ShipRegion: null, ShipPostalCode: `S-958 22`, ShipCountry: `Sweden`, CustomerID: `BERGS`, CustomerName: `Berglunds snabbköp`, Address: `Berguvsvägen 8`, City: `Luleå`, Region: null, PostalCode: 29000, Country: `Sweden`, Salesperson: `Nancy Davolio`, OrderID: 10689, OrderDate: `2018-10-03T21:00:00.000Z`, ShipperName: `United Package`, ProductID: 1, ProductName: `Chai`, UnitPrice: 18, Quantity: 35, Discontinued: true, ExtendedPrice: 472.5, Freight: 13.42 }), + new InvoicesWorldDataItem({ ShipName: `Berglunds snabbköp`, ShipAddress: `Berguvsvägen 8`, ShipCity: `Luleå`, ShipRegion: null, ShipPostalCode: `S-958 22`, ShipCountry: `Sweden`, CustomerID: `BERGS`, CustomerName: `Berglunds snabbköp`, Address: `Berguvsvägen 8`, City: `Luleå`, Region: null, PostalCode: 47000, Country: `Sweden`, Salesperson: `Anne Dodsworth`, OrderID: 10837, OrderDate: `2018-10-03T21:00:00.000Z`, ShipperName: `Federal Shipping`, ProductID: 47, ProductName: `Zaanse koeken`, UnitPrice: 9.5, Quantity: 40, Discontinued: true, ExtendedPrice: 285, Freight: 13.32 }), + new InvoicesWorldDataItem({ ShipName: `Berglunds snabbköp`, ShipAddress: `Berguvsvägen 8`, ShipCity: `Luleå`, ShipRegion: null, ShipPostalCode: `S-958 22`, ShipCountry: `Sweden`, CustomerID: `BERGS`, CustomerName: `Berglunds snabbköp`, Address: `Berguvsvägen 8`, City: `Luleå`, Region: null, PostalCode: 32000, Country: `Sweden`, Salesperson: `Anne Dodsworth`, OrderID: 10837, OrderDate: `2018-10-03T21:00:00.000Z`, ShipperName: `Federal Shipping`, ProductID: 76, ProductName: `Lakkalikööri`, UnitPrice: 18, Quantity: 21, Discontinued: true, ExtendedPrice: 283.5, Freight: 13.32 }), + new InvoicesWorldDataItem({ ShipName: `Berglunds snabbköp`, ShipAddress: `Berguvsvägen 8`, ShipCity: `Luleå`, ShipRegion: null, ShipPostalCode: `S-958 22`, ShipCountry: `Sweden`, CustomerID: `BERGS`, CustomerName: `Berglunds snabbköp`, Address: `Berguvsvägen 8`, City: `Luleå`, Region: null, PostalCode: 27000, Country: `Sweden`, Salesperson: `Laura Callahan`, OrderID: 10857, OrderDate: `2018-10-03T21:00:00.000Z`, ShipperName: `United Package`, ProductID: 26, ProductName: `Gumbär Gummibärchen`, UnitPrice: 31.23, Quantity: 35, Discontinued: true, ExtendedPrice: 819.79, Freight: 188.85 }), + new InvoicesWorldDataItem({ ShipName: `Berglunds snabbköp`, ShipAddress: `Berguvsvägen 8`, ShipCity: `Luleå`, ShipRegion: null, ShipPostalCode: `S-958 22`, ShipCountry: `Sweden`, CustomerID: `BERGS`, CustomerName: `Berglunds snabbköp`, Address: `Berguvsvägen 8`, City: `Luleå`, Region: null, PostalCode: 49000, Country: `Sweden`, Salesperson: `Laura Callahan`, OrderID: 10857, OrderDate: `2018-10-03T21:00:00.000Z`, ShipperName: `United Package`, ProductID: 29, ProductName: `Thüringer Rostbratwurst`, UnitPrice: 123.79, Quantity: 10, Discontinued: true, ExtendedPrice: 928.43, Freight: 188.85 }), + new InvoicesWorldDataItem({ ShipName: `Berglunds snabbköp`, ShipAddress: `Berguvsvägen 8`, ShipCity: `Luleå`, ShipRegion: null, ShipPostalCode: `S-958 22`, ShipCountry: `Sweden`, CustomerID: `BERGS`, CustomerName: `Berglunds snabbköp`, Address: `Berguvsvägen 8`, City: `Luleå`, Region: null, PostalCode: 20000, Country: `Sweden`, Salesperson: `Steven Buchanan`, OrderID: 10866, OrderDate: `2018-10-03T21:00:00.000Z`, ShipperName: `Speedy Express`, ProductID: 2, ProductName: `Chang`, UnitPrice: 19, Quantity: 21, Discontinued: true, ExtendedPrice: 299.25, Freight: 109.11 }), + new InvoicesWorldDataItem({ ShipName: `Berglunds snabbköp`, ShipAddress: `Berguvsvägen 8`, ShipCity: `Luleå`, ShipRegion: null, ShipPostalCode: `S-958 22`, ShipCountry: `Sweden`, CustomerID: `BERGS`, CustomerName: `Berglunds snabbköp`, Address: `Berguvsvägen 8`, City: `Luleå`, Region: null, PostalCode: 40000, Country: `Sweden`, Salesperson: `Steven Buchanan`, OrderID: 10866, OrderDate: `2018-10-03T21:00:00.000Z`, ShipperName: `Speedy Express`, ProductID: 24, ProductName: `Guaraná Fantástica`, UnitPrice: 4.5, Quantity: 6, Discontinued: true, ExtendedPrice: 20.25, Freight: 109.11 }), + new InvoicesWorldDataItem({ ShipName: `Berglunds snabbköp`, ShipAddress: `Berguvsvägen 8`, ShipCity: `Luleå`, ShipRegion: null, ShipPostalCode: `S-958 22`, ShipCountry: `Sweden`, CustomerID: `BERGS`, CustomerName: `Berglunds snabbköp`, Address: `Berguvsvägen 8`, City: `Luleå`, Region: null, PostalCode: 27000, Country: `Sweden`, Salesperson: `Steven Buchanan`, OrderID: 10866, OrderDate: `2018-10-03T21:00:00.000Z`, ShipperName: `Speedy Express`, ProductID: 30, ProductName: `Nord-Ost Matjeshering`, UnitPrice: 25.89, Quantity: 40, Discontinued: false, ExtendedPrice: 776.7, Freight: 109.11 }), + new InvoicesWorldDataItem({ ShipName: `Blauer See Delikatessen`, ShipAddress: `Forsterstr. 57`, ShipCity: `Mannheim`, ShipRegion: null, ShipPostalCode: `68306`, ShipCountry: `Germany`, CustomerID: `BLAUS`, CustomerName: `Blauer See Delikatessen`, Address: `Forsterstr. 57`, City: `Mannheim`, Region: null, PostalCode: 68306, Country: `Germany`, Salesperson: `Anne Dodsworth`, OrderID: 10501, OrderDate: `2018-10-03T21:00:00.000Z`, ShipperName: `Federal Shipping`, ProductID: 54, ProductName: `Tourtière`, UnitPrice: 7.45, Quantity: 20, Discontinued: false, ExtendedPrice: 149, Freight: 8.85 }), + new InvoicesWorldDataItem({ ShipName: `Blauer See Delikatessen`, ShipAddress: `Forsterstr. 57`, ShipCity: `Mannheim`, ShipRegion: null, ShipPostalCode: `68306`, ShipCountry: `Germany`, CustomerID: `BLAUS`, CustomerName: `Blauer See Delikatessen`, Address: `Forsterstr. 57`, City: `Mannheim`, Region: null, PostalCode: 68306, Country: `Germany`, Salesperson: `Margaret Peacock`, OrderID: 10509, OrderDate: `2018-10-03T21:00:00.000Z`, ShipperName: `Speedy Express`, ProductID: 28, ProductName: `Rössle Sauerkraut`, UnitPrice: 45.6, Quantity: 3, Discontinued: false, ExtendedPrice: 136.8, Freight: 0.15 }), + new InvoicesWorldDataItem({ ShipName: `Blauer See Delikatessen`, ShipAddress: `Forsterstr. 57`, ShipCity: `Mannheim`, ShipRegion: null, ShipPostalCode: `68306`, ShipCountry: `Germany`, CustomerID: `BLAUS`, CustomerName: `Blauer See Delikatessen`, Address: `Forsterstr. 57`, City: `Mannheim`, Region: null, PostalCode: 68306, Country: `Germany`, Salesperson: `Janet Leverling`, OrderID: 10582, OrderDate: `2018-10-03T21:00:00.000Z`, ShipperName: `United Package`, ProductID: 57, ProductName: `Ravioli Angelo`, UnitPrice: 19.5, Quantity: 4, Discontinued: false, ExtendedPrice: 78, Freight: 27.71 }), + new InvoicesWorldDataItem({ ShipName: `Blauer See Delikatessen`, ShipAddress: `Forsterstr. 57`, ShipCity: `Mannheim`, ShipRegion: null, ShipPostalCode: `68306`, ShipCountry: `Germany`, CustomerID: `BLAUS`, CustomerName: `Blauer See Delikatessen`, Address: `Forsterstr. 57`, City: `Mannheim`, Region: null, PostalCode: 68306, Country: `Germany`, Salesperson: `Janet Leverling`, OrderID: 10582, OrderDate: `2018-10-03T21:00:00.000Z`, ShipperName: `United Package`, ProductID: 76, ProductName: `Lakkalikööri`, UnitPrice: 18, Quantity: 14, Discontinued: false, ExtendedPrice: 252, Freight: 27.71 }), + new InvoicesWorldDataItem({ ShipName: `Blauer See Delikatessen`, ShipAddress: `Forsterstr. 57`, ShipCity: `Mannheim`, ShipRegion: null, ShipPostalCode: `68306`, ShipCountry: `Germany`, CustomerID: `BLAUS`, CustomerName: `Blauer See Delikatessen`, Address: `Forsterstr. 57`, City: `Mannheim`, Region: null, PostalCode: 68306, Country: `Germany`, Salesperson: `Laura Callahan`, OrderID: 10614, OrderDate: `2018-10-03T21:00:00.000Z`, ShipperName: `Federal Shipping`, ProductID: 11, ProductName: `Queso Cabrales`, UnitPrice: 21, Quantity: 14, Discontinued: false, ExtendedPrice: 294, Freight: 1.93 }), + new InvoicesWorldDataItem({ ShipName: `Blauer See Delikatessen`, ShipAddress: `Forsterstr. 57`, ShipCity: `Mannheim`, ShipRegion: null, ShipPostalCode: `68306`, ShipCountry: `Germany`, CustomerID: `BLAUS`, CustomerName: `Blauer See Delikatessen`, Address: `Forsterstr. 57`, City: `Mannheim`, Region: null, PostalCode: 68306, Country: `Germany`, Salesperson: `Laura Callahan`, OrderID: 10614, OrderDate: `2016-10-03T21:00:00.000Z`, ShipperName: `Federal Shipping`, ProductID: 21, ProductName: `Sir Rodney's Scones`, UnitPrice: 10, Quantity: 8, Discontinued: false, ExtendedPrice: 80, Freight: 1.93 }), + new InvoicesWorldDataItem({ ShipName: `Blauer See Delikatessen`, ShipAddress: `Forsterstr. 57`, ShipCity: `Mannheim`, ShipRegion: null, ShipPostalCode: `68306`, ShipCountry: `Germany`, CustomerID: `BLAUS`, CustomerName: `Blauer See Delikatessen`, Address: `Forsterstr. 57`, City: `Mannheim`, Region: null, PostalCode: 68306, Country: `Germany`, Salesperson: `Laura Callahan`, OrderID: 10614, OrderDate: `2016-10-03T21:00:00.000Z`, ShipperName: `Federal Shipping`, ProductID: 39, ProductName: `Chartreuse verte`, UnitPrice: 18, Quantity: 5, Discontinued: false, ExtendedPrice: 90, Freight: 1.93 }), + new InvoicesWorldDataItem({ ShipName: `Blauer See Delikatessen`, ShipAddress: `Forsterstr. 57`, ShipCity: `Mannheim`, ShipRegion: null, ShipPostalCode: `68306`, ShipCountry: `Germany`, CustomerID: `BLAUS`, CustomerName: `Blauer See Delikatessen`, Address: `Forsterstr. 57`, City: `Mannheim`, Region: null, PostalCode: 68306, Country: `Germany`, Salesperson: `Anne Dodsworth`, OrderID: 10853, OrderDate: `2016-10-03T21:00:00.000Z`, ShipperName: `United Package`, ProductID: 18, ProductName: `Carnarvon Tigers`, UnitPrice: 62.5, Quantity: 10, Discontinued: false, ExtendedPrice: 625, Freight: 53.83 }), + new InvoicesWorldDataItem({ ShipName: `Blauer See Delikatessen`, ShipAddress: `Forsterstr. 57`, ShipCity: `Mannheim`, ShipRegion: null, ShipPostalCode: `68306`, ShipCountry: `Germany`, CustomerID: `BLAUS`, CustomerName: `Blauer See Delikatessen`, Address: `Forsterstr. 57`, City: `Mannheim`, Region: null, PostalCode: 68306, Country: `Germany`, Salesperson: `Michael Suyama`, OrderID: 10956, OrderDate: `2016-10-03T21:00:00.000Z`, ShipperName: `United Package`, ProductID: 21, ProductName: `Sir Rodney's Scones`, UnitPrice: 10, Quantity: 12, Discontinued: false, ExtendedPrice: 120, Freight: 44.65 }), + new InvoicesWorldDataItem({ ShipName: `Blauer See Delikatessen`, ShipAddress: `Forsterstr. 57`, ShipCity: `Mannheim`, ShipRegion: null, ShipPostalCode: `68306`, ShipCountry: `Germany`, CustomerID: `BLAUS`, CustomerName: `Blauer See Delikatessen`, Address: `Forsterstr. 57`, City: `Mannheim`, Region: null, PostalCode: 68306, Country: `Germany`, Salesperson: `Michael Suyama`, OrderID: 10956, OrderDate: `2016-10-03T21:00:00.000Z`, ShipperName: `United Package`, ProductID: 47, ProductName: `Zaanse koeken`, UnitPrice: 9.5, Quantity: 14, Discontinued: false, ExtendedPrice: 133, Freight: 44.65 }), + new InvoicesWorldDataItem({ ShipName: `Bólido Comidas preparadas`, ShipAddress: `C/ Araquil, 67`, ShipCity: `Madrid`, ShipRegion: null, ShipPostalCode: `28023`, ShipCountry: `Spain`, CustomerID: `BOLID`, CustomerName: `Bólido Comidas preparadas`, Address: `C/ Araquil, 67`, City: `Madrid`, Region: null, PostalCode: 28023, Country: `Spain`, Salesperson: `Margaret Peacock`, OrderID: 10326, OrderDate: `2016-10-03T21:00:00.000Z`, ShipperName: `United Package`, ProductID: 75, ProductName: `Rhönbräu Klosterbier`, UnitPrice: 6.2, Quantity: 50, Discontinued: false, ExtendedPrice: 310, Freight: 77.92 }), + new InvoicesWorldDataItem({ ShipName: `Bólido Comidas preparadas`, ShipAddress: `C/ Araquil, 67`, ShipCity: `Madrid`, ShipRegion: null, ShipPostalCode: `28023`, ShipCountry: `Spain`, CustomerID: `BOLID`, CustomerName: `Bólido Comidas preparadas`, Address: `C/ Araquil, 67`, City: `Madrid`, Region: null, PostalCode: 28023, Country: `Spain`, Salesperson: `Anne Dodsworth`, OrderID: 10970, OrderDate: `2016-10-03T21:00:00.000Z`, ShipperName: `Speedy Express`, ProductID: 52, ProductName: `Filo Mix`, UnitPrice: 7, Quantity: 40, Discontinued: false, ExtendedPrice: 224, Freight: 16.16 }), + new InvoicesWorldDataItem({ ShipName: `Bólido Comidas preparadas`, ShipAddress: `C/ Araquil, 67`, ShipCity: `Madrid`, ShipRegion: null, ShipPostalCode: `28023`, ShipCountry: `Spain`, CustomerID: `BOLID`, CustomerName: `Bólido Comidas preparadas`, Address: `C/ Araquil, 67`, City: `Madrid`, Region: null, PostalCode: 28023, Country: `Spain`, Salesperson: `Margaret Peacock`, OrderID: 10801, OrderDate: `2016-10-03T21:00:00.000Z`, ShipperName: `United Package`, ProductID: 17, ProductName: `Alice Mutton`, UnitPrice: 39, Quantity: 40, Discontinued: false, ExtendedPrice: 1170, Freight: 97.09 }), + new InvoicesWorldDataItem({ ShipName: `Bólido Comidas preparadas`, ShipAddress: `C/ Araquil, 67`, ShipCity: `Madrid`, ShipRegion: null, ShipPostalCode: `28023`, ShipCountry: `Spain`, CustomerID: `BOLID`, CustomerName: `Bólido Comidas preparadas`, Address: `C/ Araquil, 67`, City: `Madrid`, Region: null, PostalCode: 28023, Country: `Spain`, Salesperson: `Margaret Peacock`, OrderID: 10801, OrderDate: `2016-10-03T21:00:00.000Z`, ShipperName: `United Package`, ProductID: 29, ProductName: `Thüringer Rostbratwurst`, UnitPrice: 123.79, Quantity: 20, Discontinued: false, ExtendedPrice: 1856.85, Freight: 97.09 }), + new InvoicesWorldDataItem({ ShipName: `Bon app'`, ShipAddress: `12, rue des Bouchers`, ShipCity: `Marseille`, ShipRegion: null, ShipPostalCode: `13008`, ShipCountry: `France`, CustomerID: `BONAP`, CustomerName: `Bon app'`, Address: `12, rue des Bouchers`, City: `Marseille`, Region: null, PostalCode: 13008, Country: `France`, Salesperson: `Anne Dodsworth`, OrderID: 10331, OrderDate: `2016-10-03T21:00:00.000Z`, ShipperName: `Speedy Express`, ProductID: 54, ProductName: `Tourtière`, UnitPrice: 5.9, Quantity: 15, Discontinued: false, ExtendedPrice: 88.5, Freight: 10.19 }), + new InvoicesWorldDataItem({ ShipName: `Bon app'`, ShipAddress: `12, rue des Bouchers`, ShipCity: `Marseille`, ShipRegion: null, ShipPostalCode: `13008`, ShipCountry: `France`, CustomerID: `BONAP`, CustomerName: `Bon app'`, Address: `12, rue des Bouchers`, City: `Marseille`, Region: null, PostalCode: 13008, Country: `France`, Salesperson: `Janet Leverling`, OrderID: 10362, OrderDate: `2016-10-03T21:00:00.000Z`, ShipperName: `Speedy Express`, ProductID: 25, ProductName: `NuNuCa Nuß-Nougat-Creme`, UnitPrice: 11.2, Quantity: 50, Discontinued: false, ExtendedPrice: 560, Freight: 96.04 }), + new InvoicesWorldDataItem({ ShipName: `Bon app'`, ShipAddress: `12, rue des Bouchers`, ShipCity: `Marseille`, ShipRegion: null, ShipPostalCode: `13008`, ShipCountry: `France`, CustomerID: `BONAP`, CustomerName: `Bon app'`, Address: `12, rue des Bouchers`, City: `Marseille`, Region: null, PostalCode: 13008, Country: `France`, Salesperson: `Janet Leverling`, OrderID: 10362, OrderDate: `2016-10-03T21:00:00.000Z`, ShipperName: `Speedy Express`, ProductID: 51, ProductName: `Manjimup Dried Apples`, UnitPrice: 42.4, Quantity: 20, Discontinued: false, ExtendedPrice: 848, Freight: 96.04 }), + new InvoicesWorldDataItem({ ShipName: `Bon app'`, ShipAddress: `12, rue des Bouchers`, ShipCity: `Marseille`, ShipRegion: null, ShipPostalCode: `13008`, ShipCountry: `France`, CustomerID: `BONAP`, CustomerName: `Bon app'`, Address: `12, rue des Bouchers`, City: `Marseille`, Region: null, PostalCode: 13008, Country: `France`, Salesperson: `Janet Leverling`, OrderID: 10362, OrderDate: `2016-10-03T21:00:00.000Z`, ShipperName: `Speedy Express`, ProductID: 54, ProductName: `Tourtière`, UnitPrice: 5.9, Quantity: 24, Discontinued: false, ExtendedPrice: 141.6, Freight: 96.04 }), + new InvoicesWorldDataItem({ ShipName: `Bon app'`, ShipAddress: `12, rue des Bouchers`, ShipCity: `Marseille`, ShipRegion: null, ShipPostalCode: `13008`, ShipCountry: `France`, CustomerID: `BONAP`, CustomerName: `Bon app'`, Address: `12, rue des Bouchers`, City: `Marseille`, Region: null, PostalCode: 13008, Country: `France`, Salesperson: `Margaret Peacock`, OrderID: 10470, OrderDate: `2016-10-03T21:00:00.000Z`, ShipperName: `United Package`, ProductID: 18, ProductName: `Carnarvon Tigers`, UnitPrice: 50, Quantity: 30, Discontinued: false, ExtendedPrice: 1500, Freight: 64.56 }), + new InvoicesWorldDataItem({ ShipName: `Bon app'`, ShipAddress: `12, rue des Bouchers`, ShipCity: `Marseille`, ShipRegion: null, ShipPostalCode: `13008`, ShipCountry: `France`, CustomerID: `BONAP`, CustomerName: `Bon app'`, Address: `12, rue des Bouchers`, City: `Marseille`, Region: null, PostalCode: 13008, Country: `France`, Salesperson: `Margaret Peacock`, OrderID: 10470, OrderDate: `2016-10-03T21:00:00.000Z`, ShipperName: `United Package`, ProductID: 23, ProductName: `Tunnbröd`, UnitPrice: 7.2, Quantity: 15, Discontinued: false, ExtendedPrice: 108, Freight: 64.56 }), + new InvoicesWorldDataItem({ ShipName: `Bon app'`, ShipAddress: `12, rue des Bouchers`, ShipCity: `Marseille`, ShipRegion: null, ShipPostalCode: `13008`, ShipCountry: `France`, CustomerID: `BONAP`, CustomerName: `Bon app'`, Address: `12, rue des Bouchers`, City: `Marseille`, Region: null, PostalCode: 13008, Country: `France`, Salesperson: `Margaret Peacock`, OrderID: 10470, OrderDate: `2016-10-03T21:00:00.000Z`, ShipperName: `United Package`, ProductID: 64, ProductName: `Wimmers gute Semmelknödel`, UnitPrice: 26.6, Quantity: 8, Discontinued: false, ExtendedPrice: 212.8, Freight: 64.56 }), + new InvoicesWorldDataItem({ ShipName: `Bon app'`, ShipAddress: `12, rue des Bouchers`, ShipCity: `Marseille`, ShipRegion: null, ShipPostalCode: `13008`, ShipCountry: `France`, CustomerID: `BONAP`, CustomerName: `Bon app'`, Address: `12, rue des Bouchers`, City: `Marseille`, Region: null, PostalCode: 13008, Country: `France`, Salesperson: `Nancy Davolio`, OrderID: 10525, OrderDate: `2016-10-03T21:00:00.000Z`, ShipperName: `United Package`, ProductID: 36, ProductName: `Inlagd Sill`, UnitPrice: 19, Quantity: 30, Discontinued: false, ExtendedPrice: 570, Freight: 11.06 }), + new InvoicesWorldDataItem({ ShipName: `Bon app'`, ShipAddress: `12, rue des Bouchers`, ShipCity: `Marseille`, ShipRegion: null, ShipPostalCode: `13008`, ShipCountry: `France`, CustomerID: `BONAP`, CustomerName: `Bon app'`, Address: `12, rue des Bouchers`, City: `Marseille`, Region: null, PostalCode: 13008, Country: `France`, Salesperson: `Janet Leverling`, OrderID: 10715, OrderDate: `2016-10-03T21:00:00.000Z`, ShipperName: `Speedy Express`, ProductID: 10, ProductName: `Ikura`, UnitPrice: 31, Quantity: 21, Discontinued: false, ExtendedPrice: 651, Freight: 63.2 }), + new InvoicesWorldDataItem({ ShipName: `Bon app'`, ShipAddress: `12, rue des Bouchers`, ShipCity: `Marseille`, ShipRegion: null, ShipPostalCode: `13008`, ShipCountry: `France`, CustomerID: `BONAP`, CustomerName: `Bon app'`, Address: `12, rue des Bouchers`, City: `Marseille`, Region: null, PostalCode: 13008, Country: `France`, Salesperson: `Janet Leverling`, OrderID: 10715, OrderDate: `2016-10-03T21:00:00.000Z`, ShipperName: `Speedy Express`, ProductID: 71, ProductName: `Flotemysost`, UnitPrice: 21.5, Quantity: 30, Discontinued: false, ExtendedPrice: 645, Freight: 63.2 }), + new InvoicesWorldDataItem({ ShipName: `Bon app'`, ShipAddress: `12, rue des Bouchers`, ShipCity: `Marseille`, ShipRegion: null, ShipPostalCode: `13008`, ShipCountry: `France`, CustomerID: `BONAP`, CustomerName: `Bon app'`, Address: `12, rue des Bouchers`, City: `Marseille`, Region: null, PostalCode: 13008, Country: `France`, Salesperson: `Janet Leverling`, OrderID: 10732, OrderDate: `2016-10-03T21:00:00.000Z`, ShipperName: `Speedy Express`, ProductID: 76, ProductName: `Lakkalikööri`, UnitPrice: 18, Quantity: 20, Discontinued: false, ExtendedPrice: 360, Freight: 16.97 }), + new InvoicesWorldDataItem({ ShipName: `Bon app'`, ShipAddress: `12, rue des Bouchers`, ShipCity: `Marseille`, ShipRegion: null, ShipPostalCode: `13008`, ShipCountry: `France`, CustomerID: `BONAP`, CustomerName: `Bon app'`, Address: `12, rue des Bouchers`, City: `Marseille`, Region: null, PostalCode: 13008, Country: `France`, Salesperson: `Nancy Davolio`, OrderID: 10827, OrderDate: `2017-10-03T21:00:00.000Z`, ShipperName: `United Package`, ProductID: 10, ProductName: `Ikura`, UnitPrice: 31, Quantity: 15, Discontinued: false, ExtendedPrice: 465, Freight: 63.54 }), + new InvoicesWorldDataItem({ ShipName: `Bon app'`, ShipAddress: `12, rue des Bouchers`, ShipCity: `Marseille`, ShipRegion: null, ShipPostalCode: `13008`, ShipCountry: `France`, CustomerID: `BONAP`, CustomerName: `Bon app'`, Address: `12, rue des Bouchers`, City: `Marseille`, Region: null, PostalCode: 13008, Country: `France`, Salesperson: `Nancy Davolio`, OrderID: 10827, OrderDate: `2016-10-03T21:00:00.000Z`, ShipperName: `United Package`, ProductID: 39, ProductName: `Chartreuse verte`, UnitPrice: 18, Quantity: 21, Discontinued: false, ExtendedPrice: 378, Freight: 63.54 }), + new InvoicesWorldDataItem({ ShipName: `Bon app'`, ShipAddress: `12, rue des Bouchers`, ShipCity: `Marseille`, ShipRegion: null, ShipPostalCode: `13008`, ShipCountry: `France`, CustomerID: `BONAP`, CustomerName: `Bon app'`, Address: `12, rue des Bouchers`, City: `Marseille`, Region: null, PostalCode: 13008, Country: `France`, Salesperson: `Robert King`, OrderID: 10876, OrderDate: `2016-10-03T21:00:00.000Z`, ShipperName: `Federal Shipping`, ProductID: 46, ProductName: `Spegesild`, UnitPrice: 12, Quantity: 21, Discontinued: false, ExtendedPrice: 252, Freight: 60.42 }), + new InvoicesWorldDataItem({ ShipName: `Bon app'`, ShipAddress: `12, rue des Bouchers`, ShipCity: `Marseille`, ShipRegion: null, ShipPostalCode: `13008`, ShipCountry: `France`, CustomerID: `BONAP`, CustomerName: `Bon app'`, Address: `12, rue des Bouchers`, City: `Marseille`, Region: null, PostalCode: 13008, Country: `France`, Salesperson: `Robert King`, OrderID: 10876, OrderDate: `2016-10-03T21:00:00.000Z`, ShipperName: `Federal Shipping`, ProductID: 64, ProductName: `Wimmers gute Semmelknödel`, UnitPrice: 33.25, Quantity: 20, Discontinued: false, ExtendedPrice: 665, Freight: 60.42 }), + new InvoicesWorldDataItem({ ShipName: `Bon app'`, ShipAddress: `12, rue des Bouchers`, ShipCity: `Marseille`, ShipRegion: null, ShipPostalCode: `13008`, ShipCountry: `France`, CustomerID: `BONAP`, CustomerName: `Bon app'`, Address: `12, rue des Bouchers`, City: `Marseille`, Region: null, PostalCode: 13008, Country: `France`, Salesperson: `Laura Callahan`, OrderID: 10932, OrderDate: `2016-10-03T21:00:00.000Z`, ShipperName: `Speedy Express`, ProductID: 72, ProductName: `Mozzarella di Giovanni`, UnitPrice: 34.8, Quantity: 16, Discontinued: false, ExtendedPrice: 556.8, Freight: 134.64 }), + new InvoicesWorldDataItem({ ShipName: `Bon app'`, ShipAddress: `12, rue des Bouchers`, ShipCity: `Marseille`, ShipRegion: null, ShipPostalCode: `13008`, ShipCountry: `France`, CustomerID: `BONAP`, CustomerName: `Bon app'`, Address: `12, rue des Bouchers`, City: `Marseille`, Region: null, PostalCode: 13008, Country: `France`, Salesperson: `Laura Callahan`, OrderID: 10940, OrderDate: `2016-10-03T21:00:00.000Z`, ShipperName: `Federal Shipping`, ProductID: 13, ProductName: `Konbu`, UnitPrice: 6, Quantity: 20, Discontinued: false, ExtendedPrice: 120, Freight: 19.77 }), + new InvoicesWorldDataItem({ ShipName: `Bon app'`, ShipAddress: `12, rue des Bouchers`, ShipCity: `Marseille`, ShipRegion: null, ShipPostalCode: `13008`, ShipCountry: `France`, CustomerID: `BONAP`, CustomerName: `Bon app'`, Address: `12, rue des Bouchers`, City: `Marseille`, Region: null, PostalCode: 13008, Country: `France`, Salesperson: `Nancy Davolio`, OrderID: 10340, OrderDate: `2016-10-03T21:00:00.000Z`, ShipperName: `Federal Shipping`, ProductID: 18, ProductName: `Carnarvon Tigers`, UnitPrice: 50, Quantity: 20, Discontinued: false, ExtendedPrice: 950, Freight: 166.31 }), + new InvoicesWorldDataItem({ ShipName: `Bon app'`, ShipAddress: `12, rue des Bouchers`, ShipCity: `Marseille`, ShipRegion: null, ShipPostalCode: `13008`, ShipCountry: `France`, CustomerID: `BONAP`, CustomerName: `Bon app'`, Address: `12, rue des Bouchers`, City: `Marseille`, Region: null, PostalCode: 13008, Country: `France`, Salesperson: `Nancy Davolio`, OrderID: 10340, OrderDate: `2016-10-03T21:00:00.000Z`, ShipperName: `Federal Shipping`, ProductID: 41, ProductName: `Jack's New England Clam Chowder`, UnitPrice: 7.7, Quantity: 12, Discontinued: false, ExtendedPrice: 87.78, Freight: 166.31 }), + new InvoicesWorldDataItem({ ShipName: `Bon app'`, ShipAddress: `12, rue des Bouchers`, ShipCity: `Marseille`, ShipRegion: null, ShipPostalCode: `13008`, ShipCountry: `France`, CustomerID: `BONAP`, CustomerName: `Bon app'`, Address: `12, rue des Bouchers`, City: `Marseille`, Region: null, PostalCode: 13008, Country: `France`, Salesperson: `Nancy Davolio`, OrderID: 10340, OrderDate: `2016-10-03T21:00:00.000Z`, ShipperName: `Federal Shipping`, ProductID: 43, ProductName: `Ipoh Coffee`, UnitPrice: 36.8, Quantity: 40, Discontinued: false, ExtendedPrice: 1398.4, Freight: 166.31 }), + new InvoicesWorldDataItem({ ShipName: `Bon app'`, ShipAddress: `12, rue des Bouchers`, ShipCity: `Marseille`, ShipRegion: null, ShipPostalCode: `13008`, ShipCountry: `France`, CustomerID: `BONAP`, CustomerName: `Bon app'`, Address: `12, rue des Bouchers`, City: `Marseille`, Region: null, PostalCode: 13008, Country: `France`, Salesperson: `Andrew Fuller`, OrderID: 10663, OrderDate: `2016-10-03T21:00:00.000Z`, ShipperName: `United Package`, ProductID: 40, ProductName: `Boston Crab Meat`, UnitPrice: 18.4, Quantity: 30, Discontinued: false, ExtendedPrice: 524.4, Freight: 113.15 }), + new InvoicesWorldDataItem({ ShipName: `Bon app'`, ShipAddress: `12, rue des Bouchers`, ShipCity: `Marseille`, ShipRegion: null, ShipPostalCode: `13008`, ShipCountry: `France`, CustomerID: `BONAP`, CustomerName: `Bon app'`, Address: `12, rue des Bouchers`, City: `Marseille`, Region: null, PostalCode: 13008, Country: `France`, Salesperson: `Andrew Fuller`, OrderID: 10663, OrderDate: `2016-10-03T21:00:00.000Z`, ShipperName: `United Package`, ProductID: 42, ProductName: `Singaporean Hokkien Fried Mee`, UnitPrice: 14, Quantity: 30, Discontinued: false, ExtendedPrice: 399, Freight: 113.15 }), + new InvoicesWorldDataItem({ ShipName: `Bon app'`, ShipAddress: `12, rue des Bouchers`, ShipCity: `Marseille`, ShipRegion: null, ShipPostalCode: `13008`, ShipCountry: `France`, CustomerID: `BONAP`, CustomerName: `Bon app'`, Address: `12, rue des Bouchers`, City: `Marseille`, Region: null, PostalCode: 13008, Country: `France`, Salesperson: `Andrew Fuller`, OrderID: 10663, OrderDate: `2016-10-03T21:00:00.000Z`, ShipperName: `United Package`, ProductID: 51, ProductName: `Manjimup Dried Apples`, UnitPrice: 53, Quantity: 20, Discontinued: false, ExtendedPrice: 1007, Freight: 113.15 }), + new InvoicesWorldDataItem({ ShipName: `Bon app'`, ShipAddress: `12, rue des Bouchers`, ShipCity: `Marseille`, ShipRegion: null, ShipPostalCode: `13008`, ShipCountry: `France`, CustomerID: `BONAP`, CustomerName: `Bon app'`, Address: `12, rue des Bouchers`, City: `Marseille`, Region: null, PostalCode: 13008, Country: `France`, Salesperson: `Steven Buchanan`, OrderID: 10730, OrderDate: `2016-10-03T21:00:00.000Z`, ShipperName: `Speedy Express`, ProductID: 16, ProductName: `Pavlova`, UnitPrice: 17.45, Quantity: 15, Discontinued: false, ExtendedPrice: 248.66, Freight: 20.12 }), + new InvoicesWorldDataItem({ ShipName: `Bon app'`, ShipAddress: `12, rue des Bouchers`, ShipCity: `Marseille`, ShipRegion: null, ShipPostalCode: `13008`, ShipCountry: `France`, CustomerID: `BONAP`, CustomerName: `Bon app'`, Address: `12, rue des Bouchers`, City: `Marseille`, Region: null, PostalCode: 13008, Country: `France`, Salesperson: `Steven Buchanan`, OrderID: 10730, OrderDate: `2016-10-03T21:00:00.000Z`, ShipperName: `Speedy Express`, ProductID: 31, ProductName: `Gorgonzola Telino`, UnitPrice: 12.5, Quantity: 3, Discontinued: false, ExtendedPrice: 35.62, Freight: 20.12 }), + new InvoicesWorldDataItem({ ShipName: `Bon app'`, ShipAddress: `12, rue des Bouchers`, ShipCity: `Marseille`, ShipRegion: null, ShipPostalCode: `13008`, ShipCountry: `France`, CustomerID: `BONAP`, CustomerName: `Bon app'`, Address: `12, rue des Bouchers`, City: `Marseille`, Region: null, PostalCode: 13008, Country: `France`, Salesperson: `Steven Buchanan`, OrderID: 10730, OrderDate: `2016-10-03T21:00:00.000Z`, ShipperName: `Speedy Express`, ProductID: 65, ProductName: `Louisiana Fiery Hot Pepper Sauce`, UnitPrice: 21.05, Quantity: 10, Discontinued: false, ExtendedPrice: 199.97, Freight: 20.12 }), + new InvoicesWorldDataItem({ ShipName: `Bon app'`, ShipAddress: `12, rue des Bouchers`, ShipCity: `Marseille`, ShipRegion: null, ShipPostalCode: `13008`, ShipCountry: `France`, CustomerID: `BONAP`, CustomerName: `Bon app'`, Address: `12, rue des Bouchers`, City: `Marseille`, Region: null, PostalCode: 13008, Country: `France`, Salesperson: `Anne Dodsworth`, OrderID: 10871, OrderDate: `2016-10-03T21:00:00.000Z`, ShipperName: `United Package`, ProductID: 6, ProductName: `Grandma's Boysenberry Spread`, UnitPrice: 25, Quantity: 50, Discontinued: false, ExtendedPrice: 1187.5, Freight: 112.27 }), + new InvoicesWorldDataItem({ ShipName: `Bon app'`, ShipAddress: `12, rue des Bouchers`, ShipCity: `Marseille`, ShipRegion: null, ShipPostalCode: `13008`, ShipCountry: `France`, CustomerID: `BONAP`, CustomerName: `Bon app'`, Address: `12, rue des Bouchers`, City: `Marseille`, Region: null, PostalCode: 13008, Country: `France`, Salesperson: `Anne Dodsworth`, OrderID: 10871, OrderDate: `2016-10-03T21:00:00.000Z`, ShipperName: `United Package`, ProductID: 16, ProductName: `Pavlova`, UnitPrice: 17.45, Quantity: 12, Discontinued: false, ExtendedPrice: 198.93, Freight: 112.27 }), + new InvoicesWorldDataItem({ ShipName: `Bon app'`, ShipAddress: `12, rue des Bouchers`, ShipCity: `Marseille`, ShipRegion: null, ShipPostalCode: `13008`, ShipCountry: `France`, CustomerID: `BONAP`, CustomerName: `Bon app'`, Address: `12, rue des Bouchers`, City: `Marseille`, Region: null, PostalCode: 13008, Country: `France`, Salesperson: `Anne Dodsworth`, OrderID: 10871, OrderDate: `2016-10-03T21:00:00.000Z`, ShipperName: `United Package`, ProductID: 17, ProductName: `Alice Mutton`, UnitPrice: 39, Quantity: 16, Discontinued: false, ExtendedPrice: 592.8, Freight: 112.27 }), + new InvoicesWorldDataItem({ ShipName: `Bon app'`, ShipAddress: `12, rue des Bouchers`, ShipCity: `Marseille`, ShipRegion: null, ShipPostalCode: `13008`, ShipCountry: `France`, CustomerID: `BONAP`, CustomerName: `Bon app'`, Address: `12, rue des Bouchers`, City: `Marseille`, Region: null, PostalCode: 13008, Country: `France`, Salesperson: `Nancy Davolio`, OrderID: 10525, OrderDate: `2016-10-03T21:00:00.000Z`, ShipperName: `United Package`, ProductID: 40, ProductName: `Boston Crab Meat`, UnitPrice: 18.4, Quantity: 15, Discontinued: false, ExtendedPrice: 248.4, Freight: 11.06 }), + new InvoicesWorldDataItem({ ShipName: `Bon app'`, ShipAddress: `12, rue des Bouchers`, ShipCity: `Marseille`, ShipRegion: null, ShipPostalCode: `13008`, ShipCountry: `France`, CustomerID: `BONAP`, CustomerName: `Bon app'`, Address: `12, rue des Bouchers`, City: `Marseille`, Region: null, PostalCode: 13008, Country: `France`, Salesperson: `Laura Callahan`, OrderID: 10932, OrderDate: `2016-10-03T21:00:00.000Z`, ShipperName: `Speedy Express`, ProductID: 16, ProductName: `Pavlova`, UnitPrice: 17.45, Quantity: 30, Discontinued: false, ExtendedPrice: 471.15, Freight: 134.64 }), + new InvoicesWorldDataItem({ ShipName: `Bon app'`, ShipAddress: `12, rue des Bouchers`, ShipCity: `Marseille`, ShipRegion: null, ShipPostalCode: `13008`, ShipCountry: `France`, CustomerID: `BONAP`, CustomerName: `Bon app'`, Address: `12, rue des Bouchers`, City: `Marseille`, Region: null, PostalCode: 13008, Country: `France`, Salesperson: `Laura Callahan`, OrderID: 10932, OrderDate: `2016-10-03T21:00:00.000Z`, ShipperName: `Speedy Express`, ProductID: 62, ProductName: `Tarte au sucre`, UnitPrice: 49.3, Quantity: 14, Discontinued: true, ExtendedPrice: 621.18, Freight: 134.64 }), + new InvoicesWorldDataItem({ ShipName: `Bon app'`, ShipAddress: `12, rue des Bouchers`, ShipCity: `Marseille`, ShipRegion: null, ShipPostalCode: `13008`, ShipCountry: `France`, CustomerID: `BONAP`, CustomerName: `Bon app'`, Address: `12, rue des Bouchers`, City: `Marseille`, Region: null, PostalCode: 13008, Country: `France`, Salesperson: `Laura Callahan`, OrderID: 10932, OrderDate: `2016-10-03T21:00:00.000Z`, ShipperName: `Speedy Express`, ProductID: 75, ProductName: `Rhönbräu Klosterbier`, UnitPrice: 7.75, Quantity: 20, Discontinued: true, ExtendedPrice: 139.5, Freight: 134.64 }), + new InvoicesWorldDataItem({ ShipName: `Bon app'`, ShipAddress: `12, rue des Bouchers`, ShipCity: `Marseille`, ShipRegion: null, ShipPostalCode: `13008`, ShipCountry: `France`, CustomerID: `BONAP`, CustomerName: `Bon app'`, Address: `12, rue des Bouchers`, City: `Marseille`, Region: null, PostalCode: 13008, Country: `France`, Salesperson: `Margaret Peacock`, OrderID: 10511, OrderDate: `2016-10-03T21:00:00.000Z`, ShipperName: `Federal Shipping`, ProductID: 4, ProductName: `Chef Anton's Cajun Seasoning`, UnitPrice: 22, Quantity: 50, Discontinued: true, ExtendedPrice: 935, Freight: 350.64 }), + new InvoicesWorldDataItem({ ShipName: `Bon app'`, ShipAddress: `12, rue des Bouchers`, ShipCity: `Marseille`, ShipRegion: null, ShipPostalCode: `13008`, ShipCountry: `France`, CustomerID: `BONAP`, CustomerName: `Bon app'`, Address: `12, rue des Bouchers`, City: `Marseille`, Region: null, PostalCode: 13008, Country: `France`, Salesperson: `Margaret Peacock`, OrderID: 10511, OrderDate: `2016-10-03T21:00:00.000Z`, ShipperName: `Federal Shipping`, ProductID: 7, ProductName: `Uncle Bob's Organic Dried Pears`, UnitPrice: 30, Quantity: 50, Discontinued: true, ExtendedPrice: 1275, Freight: 350.64 }), + new InvoicesWorldDataItem({ ShipName: `Bon app'`, ShipAddress: `12, rue des Bouchers`, ShipCity: `Marseille`, ShipRegion: null, ShipPostalCode: `13008`, ShipCountry: `France`, CustomerID: `BONAP`, CustomerName: `Bon app'`, Address: `12, rue des Bouchers`, City: `Marseille`, Region: null, PostalCode: 13008, Country: `France`, Salesperson: `Margaret Peacock`, OrderID: 10511, OrderDate: `2016-10-03T21:00:00.000Z`, ShipperName: `Federal Shipping`, ProductID: 8, ProductName: `Northwoods Cranberry Sauce`, UnitPrice: 40, Quantity: 10, Discontinued: true, ExtendedPrice: 340, Freight: 350.64 }), + new InvoicesWorldDataItem({ ShipName: `Bon app'`, ShipAddress: `12, rue des Bouchers`, ShipCity: `Marseille`, ShipRegion: null, ShipPostalCode: `13008`, ShipCountry: `France`, CustomerID: `BONAP`, CustomerName: `Bon app'`, Address: `12, rue des Bouchers`, City: `Marseille`, Region: null, PostalCode: 13008, Country: `France`, Salesperson: `Margaret Peacock`, OrderID: 10755, OrderDate: `2016-10-03T21:00:00.000Z`, ShipperName: `United Package`, ProductID: 47, ProductName: `Zaanse koeken`, UnitPrice: 9.5, Quantity: 30, Discontinued: true, ExtendedPrice: 213.75, Freight: 16.71 }), + new InvoicesWorldDataItem({ ShipName: `Bon app'`, ShipAddress: `12, rue des Bouchers`, ShipCity: `Marseille`, ShipRegion: null, ShipPostalCode: `13008`, ShipCountry: `France`, CustomerID: `BONAP`, CustomerName: `Bon app'`, Address: `12, rue des Bouchers`, City: `Marseille`, Region: null, PostalCode: 13008, Country: `France`, Salesperson: `Margaret Peacock`, OrderID: 10755, OrderDate: `2016-10-03T21:00:00.000Z`, ShipperName: `United Package`, ProductID: 56, ProductName: `Gnocchi di nonna Alice`, UnitPrice: 38, Quantity: 30, Discontinued: true, ExtendedPrice: 855, Freight: 16.71 }), + new InvoicesWorldDataItem({ ShipName: `Bon app'`, ShipAddress: `12, rue des Bouchers`, ShipCity: `Marseille`, ShipRegion: null, ShipPostalCode: `13008`, ShipCountry: `France`, CustomerID: `BONAP`, CustomerName: `Bon app'`, Address: `12, rue des Bouchers`, City: `Marseille`, Region: null, PostalCode: 13008, Country: `France`, Salesperson: `Margaret Peacock`, OrderID: 10755, OrderDate: `2016-10-03T21:00:00.000Z`, ShipperName: `United Package`, ProductID: 57, ProductName: `Ravioli Angelo`, UnitPrice: 19.5, Quantity: 14, Discontinued: true, ExtendedPrice: 204.75, Freight: 16.71 }), + new InvoicesWorldDataItem({ ShipName: `Bon app'`, ShipAddress: `12, rue des Bouchers`, ShipCity: `Marseille`, ShipRegion: null, ShipPostalCode: `13008`, ShipCountry: `France`, CustomerID: `BONAP`, CustomerName: `Bon app'`, Address: `12, rue des Bouchers`, City: `Marseille`, Region: null, PostalCode: 13008, Country: `France`, Salesperson: `Margaret Peacock`, OrderID: 10755, OrderDate: `2016-10-03T21:00:00.000Z`, ShipperName: `United Package`, ProductID: 69, ProductName: `Gudbrandsdalsost`, UnitPrice: 36, Quantity: 25, Discontinued: true, ExtendedPrice: 675, Freight: 16.71 }), + new InvoicesWorldDataItem({ ShipName: `Bon app'`, ShipAddress: `12, rue des Bouchers`, ShipCity: `Marseille`, ShipRegion: null, ShipPostalCode: `13008`, ShipCountry: `France`, CustomerID: `BONAP`, CustomerName: `Bon app'`, Address: `12, rue des Bouchers`, City: `Marseille`, Region: null, PostalCode: 13008, Country: `France`, Salesperson: `Margaret Peacock`, OrderID: 11076, OrderDate: `2016-10-03T21:00:00.000Z`, ShipperName: `United Package`, ProductID: 6, ProductName: `Grandma's Boysenberry Spread`, UnitPrice: 25, Quantity: 20, Discontinued: true, ExtendedPrice: 375, Freight: 38.28 }), + new InvoicesWorldDataItem({ ShipName: `Bon app'`, ShipAddress: `12, rue des Bouchers`, ShipCity: `Marseille`, ShipRegion: null, ShipPostalCode: `13008`, ShipCountry: `France`, CustomerID: `BONAP`, CustomerName: `Bon app'`, Address: `12, rue des Bouchers`, City: `Marseille`, Region: null, PostalCode: 13008, Country: `France`, Salesperson: `Margaret Peacock`, OrderID: 11076, OrderDate: `2016-10-03T21:00:00.000Z`, ShipperName: `United Package`, ProductID: 14, ProductName: `Tofu`, UnitPrice: 23.25, Quantity: 20, Discontinued: true, ExtendedPrice: 348.75, Freight: 38.28 }), + new InvoicesWorldDataItem({ ShipName: `Bon app'`, ShipAddress: `12, rue des Bouchers`, ShipCity: `Marseille`, ShipRegion: null, ShipPostalCode: `13008`, ShipCountry: `France`, CustomerID: `BONAP`, CustomerName: `Bon app'`, Address: `12, rue des Bouchers`, City: `Marseille`, Region: null, PostalCode: 13008, Country: `France`, Salesperson: `Margaret Peacock`, OrderID: 11076, OrderDate: `2016-10-03T21:00:00.000Z`, ShipperName: `United Package`, ProductID: 19, ProductName: `Teatime Chocolate Biscuits`, UnitPrice: 9.2, Quantity: 10, Discontinued: true, ExtendedPrice: 69, Freight: 38.28 }), + new InvoicesWorldDataItem({ ShipName: `Bottom-Dollar Markets`, ShipAddress: `23 Toronto Blvd.`, ShipCity: `Toronto`, ShipRegion: `BC`, ShipPostalCode: `T2F 8M4`, ShipCountry: `Canada`, CustomerID: `BOTTM`, CustomerName: `Bottom-Dollar Markets`, Address: `23 Toronto Blvd.`, City: `Toronto`, Region: `BC`, PostalCode: 43000, Country: `Canada`, Salesperson: `Margaret Peacock`, OrderID: 10389, OrderDate: `2016-10-03T21:00:00.000Z`, ShipperName: `United Package`, ProductID: 10, ProductName: `Ikura`, UnitPrice: 24.8, Quantity: 16, Discontinued: false, ExtendedPrice: 396.8, Freight: 47.42 }), + new InvoicesWorldDataItem({ ShipName: `Bottom-Dollar Markets`, ShipAddress: `23 Toronto Blvd.`, ShipCity: `Toronto`, ShipRegion: `BC`, ShipPostalCode: `T2F 8M4`, ShipCountry: `Canada`, CustomerID: `BOTTM`, CustomerName: `Bottom-Dollar Markets`, Address: `23 Toronto Blvd.`, City: `Toronto`, Region: `BC`, PostalCode: 23000, Country: `Canada`, Salesperson: `Margaret Peacock`, OrderID: 10389, OrderDate: `2016-10-03T21:00:00.000Z`, ShipperName: `United Package`, ProductID: 55, ProductName: `Pâté chinois`, UnitPrice: 19.2, Quantity: 15, Discontinued: false, ExtendedPrice: 288, Freight: 47.42 }), + new InvoicesWorldDataItem({ ShipName: `Bottom-Dollar Markets`, ShipAddress: `23 Tsawassen Blvd.`, ShipCity: `Tsawassen`, ShipRegion: `BC`, ShipPostalCode: `T2F 8M4`, ShipCountry: `Canada`, CustomerID: `BOTTM`, CustomerName: `Bottom-Dollar Markets`, Address: `23 Tsawassen Blvd.`, City: `Tsawassen`, Region: `BC`, PostalCode: 25000, Country: `Canada`, Salesperson: `Margaret Peacock`, OrderID: 10389, OrderDate: `2018-09-03T21:00:00.000Z`, ShipperName: `United Package`, ProductID: 62, ProductName: `Tarte au sucre`, UnitPrice: 39.4, Quantity: 20, Discontinued: false, ExtendedPrice: 788, Freight: 47.42 }), + new InvoicesWorldDataItem({ ShipName: `Bottom-Dollar Markets`, ShipAddress: `23 Tsawassen Blvd.`, ShipCity: `Tsawassen`, ShipRegion: `BC`, ShipPostalCode: `T2F 8M4`, ShipCountry: `Canada`, CustomerID: `BOTTM`, CustomerName: `Bottom-Dollar Markets`, Address: `23 Tsawassen Blvd.`, City: `Tsawassen`, Region: `BC`, PostalCode: 31000, Country: `Canada`, Salesperson: `Margaret Peacock`, OrderID: 10389, OrderDate: `2018-09-03T21:00:00.000Z`, ShipperName: `United Package`, ProductID: 70, ProductName: `Outback Lager`, UnitPrice: 12, Quantity: 30, Discontinued: false, ExtendedPrice: 360, Freight: 47.42 }), + new InvoicesWorldDataItem({ ShipName: `Bottom-Dollar Markets`, ShipAddress: `23 Tsawassen Blvd.`, ShipCity: `Tsawassen`, ShipRegion: `BC`, ShipPostalCode: `T2F 8M4`, ShipCountry: `Canada`, CustomerID: `BOTTM`, CustomerName: `Bottom-Dollar Markets`, Address: `23 Tsawassen Blvd.`, City: `Tsawassen`, Region: `BC`, PostalCode: 41000, Country: `Canada`, Salesperson: `Janet Leverling`, OrderID: 10410, OrderDate: `2018-09-03T21:00:00.000Z`, ShipperName: `Federal Shipping`, ProductID: 33, ProductName: `Geitost`, UnitPrice: 2, Quantity: 49, Discontinued: false, ExtendedPrice: 98, Freight: 2.4 }), + new InvoicesWorldDataItem({ ShipName: `Bottom-Dollar Markets`, ShipAddress: `23 Toronto Blvd.`, ShipCity: `Toronto`, ShipRegion: `BC`, ShipPostalCode: `T2F 8M4`, ShipCountry: `Canada`, CustomerID: `BOTTM`, CustomerName: `Bottom-Dollar Markets`, Address: `23 Toronto Blvd.`, City: `Toronto`, Region: `BC`, PostalCode: 29000, Country: `Canada`, Salesperson: `Janet Leverling`, OrderID: 10410, OrderDate: `2018-09-03T21:00:00.000Z`, ShipperName: `Federal Shipping`, ProductID: 59, ProductName: `Raclette Courdavault`, UnitPrice: 44, Quantity: 16, Discontinued: false, ExtendedPrice: 704, Freight: 2.4 }), + new InvoicesWorldDataItem({ ShipName: `Bottom-Dollar Markets`, ShipAddress: `23 Tsawassen Blvd.`, ShipCity: `Tsawassen`, ShipRegion: `BC`, ShipPostalCode: `T2F 8M4`, ShipCountry: `Canada`, CustomerID: `BOTTM`, CustomerName: `Bottom-Dollar Markets`, Address: `23 Tsawassen Blvd.`, City: `Tsawassen`, Region: `BC`, PostalCode: 43000, Country: `Canada`, Salesperson: `Janet Leverling`, OrderID: 10742, OrderDate: `2018-09-03T21:00:00.000Z`, ShipperName: `Federal Shipping`, ProductID: 3, ProductName: `Aniseed Syrup`, UnitPrice: 10, Quantity: 20, Discontinued: false, ExtendedPrice: 200, Freight: 243.73 }), + new InvoicesWorldDataItem({ ShipName: `Bottom-Dollar Markets`, ShipAddress: `23 Tsawassen Blvd.`, ShipCity: `Tsawassen`, ShipRegion: `BC`, ShipPostalCode: `T2F 8M4`, ShipCountry: `Canada`, CustomerID: `BOTTM`, CustomerName: `Bottom-Dollar Markets`, Address: `23 Tsawassen Blvd.`, City: `Tsawassen`, Region: `BC`, PostalCode: 33000, Country: `Canada`, Salesperson: `Janet Leverling`, OrderID: 10742, OrderDate: `2018-09-03T21:00:00.000Z`, ShipperName: `Federal Shipping`, ProductID: 60, ProductName: `Camembert Pierrot`, UnitPrice: 34, Quantity: 50, Discontinued: false, ExtendedPrice: 1700, Freight: 243.73 }), + new InvoicesWorldDataItem({ ShipName: `Bottom-Dollar Markets`, ShipAddress: `23 Tsawassen Blvd.`, ShipCity: `Tsawassen`, ShipRegion: `BC`, ShipPostalCode: `T2F 8M4`, ShipCountry: `Canada`, CustomerID: `BOTTM`, CustomerName: `Bottom-Dollar Markets`, Address: `23 Tsawassen Blvd.`, City: `Tsawassen`, Region: `BC`, PostalCode: 29000, Country: `Canada`, Salesperson: `Janet Leverling`, OrderID: 10742, OrderDate: `2018-09-03T21:00:00.000Z`, ShipperName: `Federal Shipping`, ProductID: 72, ProductName: `Mozzarella di Giovanni`, UnitPrice: 34.8, Quantity: 35, Discontinued: false, ExtendedPrice: 1218, Freight: 243.73 }), + new InvoicesWorldDataItem({ ShipName: `Bottom-Dollar Markets`, ShipAddress: `23 Toronto Blvd.`, ShipCity: `Toronto`, ShipRegion: `BC`, ShipPostalCode: `T2F 8M4`, ShipCountry: `Canada`, CustomerID: `BOTTM`, CustomerName: `Bottom-Dollar Markets`, Address: `23 Toronto Blvd.`, City: `Toronto`, Region: `BC`, PostalCode: 37000, Country: `Canada`, Salesperson: `Michael Suyama`, OrderID: 10944, OrderDate: `2018-09-03T21:00:00.000Z`, ShipperName: `Federal Shipping`, ProductID: 56, ProductName: `Gnocchi di nonna Alice`, UnitPrice: 38, Quantity: 18, Discontinued: false, ExtendedPrice: 684, Freight: 52.92 }), + new InvoicesWorldDataItem({ ShipName: `Bottom-Dollar Markets`, ShipAddress: `23 Toronto Blvd.`, ShipCity: `Toronto`, ShipRegion: `BC`, ShipPostalCode: `T2F 8M4`, ShipCountry: `Canada`, CustomerID: `BOTTM`, CustomerName: `Bottom-Dollar Markets`, Address: `23 Toronto Blvd.`, City: `Toronto`, Region: `BC`, PostalCode: 47000, Country: `Canada`, Salesperson: `Andrew Fuller`, OrderID: 10949, OrderDate: `2018-09-03T21:00:00.000Z`, ShipperName: `Federal Shipping`, ProductID: 6, ProductName: `Grandma's Boysenberry Spread`, UnitPrice: 25, Quantity: 12, Discontinued: false, ExtendedPrice: 300, Freight: 74.44 }), + new InvoicesWorldDataItem({ ShipName: `Bottom-Dollar Markets`, ShipAddress: `23 Tsawassen Blvd.`, ShipCity: `Tsawassen`, ShipRegion: `BC`, ShipPostalCode: `T2F 8M4`, ShipCountry: `Canada`, CustomerID: `BOTTM`, CustomerName: `Bottom-Dollar Markets`, Address: `23 Tsawassen Blvd.`, City: `Tsawassen`, Region: `BC`, PostalCode: 38000, Country: `Canada`, Salesperson: `Andrew Fuller`, OrderID: 10949, OrderDate: `2018-09-03T21:00:00.000Z`, ShipperName: `Federal Shipping`, ProductID: 10, ProductName: `Ikura`, UnitPrice: 31, Quantity: 30, Discontinued: false, ExtendedPrice: 930, Freight: 74.44 }), + new InvoicesWorldDataItem({ ShipName: `Bottom-Dollar Markets`, ShipAddress: `23 Tsawassen Blvd.`, ShipCity: `Tsawassen`, ShipRegion: `BC`, ShipPostalCode: `T2F 8M4`, ShipCountry: `Canada`, CustomerID: `BOTTM`, CustomerName: `Bottom-Dollar Markets`, Address: `23 Tsawassen Blvd.`, City: `Tsawassen`, Region: `BC`, PostalCode: 14000, Country: `Canada`, Salesperson: `Andrew Fuller`, OrderID: 10949, OrderDate: `2018-09-03T21:00:00.000Z`, ShipperName: `Federal Shipping`, ProductID: 17, ProductName: `Alice Mutton`, UnitPrice: 39, Quantity: 6, Discontinued: false, ExtendedPrice: 234, Freight: 74.44 }), + new InvoicesWorldDataItem({ ShipName: `Bottom-Dollar Markets`, ShipAddress: `23 Tsawassen Blvd.`, ShipCity: `Tsawassen`, ShipRegion: `BC`, ShipPostalCode: `T2F 8M4`, ShipCountry: `Canada`, CustomerID: `BOTTM`, CustomerName: `Bottom-Dollar Markets`, Address: `23 Tsawassen Blvd.`, City: `Tsawassen`, Region: `BC`, PostalCode: 23000, Country: `Canada`, Salesperson: `Andrew Fuller`, OrderID: 10949, OrderDate: `2018-09-03T21:00:00.000Z`, ShipperName: `Federal Shipping`, ProductID: 62, ProductName: `Tarte au sucre`, UnitPrice: 49.3, Quantity: 60, Discontinued: false, ExtendedPrice: 2958, Freight: 74.44 }), + new InvoicesWorldDataItem({ ShipName: `Bottom-Dollar Markets`, ShipAddress: `23 Tsawassen Blvd.`, ShipCity: `Tsawassen`, ShipRegion: `BC`, ShipPostalCode: `T2F 8M4`, ShipCountry: `Canada`, CustomerID: `BOTTM`, CustomerName: `Bottom-Dollar Markets`, Address: `23 Tsawassen Blvd.`, City: `Tsawassen`, Region: `BC`, PostalCode: 24000, Country: `Canada`, Salesperson: `Nancy Davolio`, OrderID: 10975, OrderDate: `2018-09-03T21:00:00.000Z`, ShipperName: `Federal Shipping`, ProductID: 8, ProductName: `Northwoods Cranberry Sauce`, UnitPrice: 40, Quantity: 16, Discontinued: false, ExtendedPrice: 640, Freight: 32.27 }), + new InvoicesWorldDataItem({ ShipName: `Bottom-Dollar Markets`, ShipAddress: `23 Tsawassen Blvd.`, ShipCity: `Tsawassen`, ShipRegion: `BC`, ShipPostalCode: `T2F 8M4`, ShipCountry: `Canada`, CustomerID: `BOTTM`, CustomerName: `Bottom-Dollar Markets`, Address: `23 Tsawassen Blvd.`, City: `Tsawassen`, Region: `BC`, PostalCode: 31000, Country: `Canada`, Salesperson: `Nancy Davolio`, OrderID: 10975, OrderDate: `2018-09-03T21:00:00.000Z`, ShipperName: `Federal Shipping`, ProductID: 75, ProductName: `Rhönbräu Klosterbier`, UnitPrice: 7.75, Quantity: 10, Discontinued: false, ExtendedPrice: 77.5, Freight: 32.27 }), + new InvoicesWorldDataItem({ ShipName: `Bottom-Dollar Markets`, ShipAddress: `23 Toronto Blvd.`, ShipCity: `Toronto`, ShipRegion: `BC`, ShipPostalCode: `T2F 8M4`, ShipCountry: `Canada`, CustomerID: `BOTTM`, CustomerName: `Bottom-Dollar Markets`, Address: `23 Toronto Blvd.`, City: `Toronto`, Region: `BC`, PostalCode: 16000, Country: `Canada`, Salesperson: `Anne Dodsworth`, OrderID: 10411, OrderDate: `2017-05-11T21:00:00.000Z`, ShipperName: `Federal Shipping`, ProductID: 41, ProductName: `Jack's New England Clam Chowder`, UnitPrice: 7.7, Quantity: 25, Discontinued: true, ExtendedPrice: 154, Freight: 23.65 }), + new InvoicesWorldDataItem({ ShipName: `Bottom-Dollar Markets`, ShipAddress: `23 Tsawassen Blvd.`, ShipCity: `Tsawassen`, ShipRegion: `BC`, ShipPostalCode: `T2F 8M4`, ShipCountry: `Canada`, CustomerID: `BOTTM`, CustomerName: `Bottom-Dollar Markets`, Address: `23 Tsawassen Blvd.`, City: `Tsawassen`, Region: `BC`, PostalCode: 38000, Country: `Canada`, Salesperson: `Anne Dodsworth`, OrderID: 10411, OrderDate: `2017-05-11T21:00:00.000Z`, ShipperName: `Federal Shipping`, ProductID: 44, ProductName: `Gula Malacca`, UnitPrice: 15.5, Quantity: 40, Discontinued: true, ExtendedPrice: 496, Freight: 23.65 }), + new InvoicesWorldDataItem({ ShipName: `Bottom-Dollar Markets`, ShipAddress: `23 Tsawassen Blvd.`, ShipCity: `Tsawassen`, ShipRegion: `BC`, ShipPostalCode: `T2F 8M4`, ShipCountry: `Canada`, CustomerID: `BOTTM`, CustomerName: `Bottom-Dollar Markets`, Address: `23 Tsawassen Blvd.`, City: `Tsawassen`, Region: `BC`, PostalCode: 20000, Country: `Canada`, Salesperson: `Anne Dodsworth`, OrderID: 10411, OrderDate: `2017-05-11T21:00:00.000Z`, ShipperName: `Federal Shipping`, ProductID: 59, ProductName: `Raclette Courdavault`, UnitPrice: 44, Quantity: 9, Discontinued: true, ExtendedPrice: 316.8, Freight: 23.65 }), + new InvoicesWorldDataItem({ ShipName: `Bottom-Dollar Markets`, ShipAddress: `23 Tsawassen Blvd.`, ShipCity: `Tsawassen`, ShipRegion: `BC`, ShipPostalCode: `T2F 8M4`, ShipCountry: `Canada`, CustomerID: `BOTTM`, CustomerName: `Bottom-Dollar Markets`, Address: `23 Tsawassen Blvd.`, City: `Tsawassen`, Region: `BC`, PostalCode: 41000, Country: `Canada`, Salesperson: `Margaret Peacock`, OrderID: 10431, OrderDate: `2017-05-11T21:00:00.000Z`, ShipperName: `United Package`, ProductID: 17, ProductName: `Alice Mutton`, UnitPrice: 31.2, Quantity: 50, Discontinued: true, ExtendedPrice: 1170, Freight: 44.17 }), + new InvoicesWorldDataItem({ ShipName: `Bottom-Dollar Markets`, ShipAddress: `23 Tsawassen Blvd.`, ShipCity: `Tsawassen`, ShipRegion: `BC`, ShipPostalCode: `T2F 8M4`, ShipCountry: `Canada`, CustomerID: `BOTTM`, CustomerName: `Bottom-Dollar Markets`, Address: `23 Tsawassen Blvd.`, City: `Tsawassen`, Region: `BC`, PostalCode: 45000, Country: `Canada`, Salesperson: `Margaret Peacock`, OrderID: 10431, OrderDate: `2017-05-11T21:00:00.000Z`, ShipperName: `United Package`, ProductID: 40, ProductName: `Boston Crab Meat`, UnitPrice: 14.7, Quantity: 50, Discontinued: true, ExtendedPrice: 551.25, Freight: 44.17 }), + new InvoicesWorldDataItem({ ShipName: `Bottom-Dollar Markets`, ShipAddress: `23 Tsawassen Blvd.`, ShipCity: `Tsawassen`, ShipRegion: `BC`, ShipPostalCode: `T2F 8M4`, ShipCountry: `Canada`, CustomerID: `BOTTM`, CustomerName: `Bottom-Dollar Markets`, Address: `23 Tsawassen Blvd.`, City: `Tsawassen`, Region: `BC`, PostalCode: 32000, Country: `Canada`, Salesperson: `Margaret Peacock`, OrderID: 10431, OrderDate: `2017-05-11T21:00:00.000Z`, ShipperName: `United Package`, ProductID: 47, ProductName: `Zaanse koeken`, UnitPrice: 7.6, Quantity: 30, Discontinued: true, ExtendedPrice: 171, Freight: 44.17 }), + new InvoicesWorldDataItem({ ShipName: `Bottom-Dollar Markets`, ShipAddress: `23 Tsawassen Blvd.`, ShipCity: `Tsawassen`, ShipRegion: `BC`, ShipPostalCode: `T2F 8M4`, ShipCountry: `Canada`, CustomerID: `BOTTM`, CustomerName: `Bottom-Dollar Markets`, Address: `23 Tsawassen Blvd.`, City: `Tsawassen`, Region: `BC`, PostalCode: 13000, Country: `Canada`, Salesperson: `Janet Leverling`, OrderID: 10918, OrderDate: `2017-05-11T21:00:00.000Z`, ShipperName: `Federal Shipping`, ProductID: 1, ProductName: `Chai`, UnitPrice: 18, Quantity: 60, Discontinued: true, ExtendedPrice: 810, Freight: 48.83 }), + new InvoicesWorldDataItem({ ShipName: `Bottom-Dollar Markets`, ShipAddress: `23 Tsawassen Blvd.`, ShipCity: `Tsawassen`, ShipRegion: `BC`, ShipPostalCode: `T2F 8M4`, ShipCountry: `Canada`, CustomerID: `BOTTM`, CustomerName: `Bottom-Dollar Markets`, Address: `23 Tsawassen Blvd.`, City: `Tsawassen`, Region: `BC`, PostalCode: 17000, Country: `Canada`, Salesperson: `Janet Leverling`, OrderID: 10918, OrderDate: `2017-05-11T21:00:00.000Z`, ShipperName: `Federal Shipping`, ProductID: 60, ProductName: `Camembert Pierrot`, UnitPrice: 34, Quantity: 25, Discontinued: true, ExtendedPrice: 637.5, Freight: 48.83 }), + new InvoicesWorldDataItem({ ShipName: `Bottom-Dollar Markets`, ShipAddress: `23 Tsawassen Blvd.`, ShipCity: `Tsawassen`, ShipRegion: `BC`, ShipPostalCode: `T2F 8M4`, ShipCountry: `Canada`, CustomerID: `BOTTM`, CustomerName: `Bottom-Dollar Markets`, Address: `23 Tsawassen Blvd.`, City: `Tsawassen`, Region: `BC`, PostalCode: 22000, Country: `Canada`, Salesperson: `Michael Suyama`, OrderID: 10944, OrderDate: `2017-05-11T21:00:00.000Z`, ShipperName: `Federal Shipping`, ProductID: 11, ProductName: `Queso Cabrales`, UnitPrice: 21, Quantity: 5, Discontinued: true, ExtendedPrice: 78.75, Freight: 52.92 }), + new InvoicesWorldDataItem({ ShipName: `Bottom-Dollar Markets`, ShipAddress: `23 Tsawassen Blvd.`, ShipCity: `Tsawassen`, ShipRegion: `BC`, ShipPostalCode: `T2F 8M4`, ShipCountry: `Canada`, CustomerID: `BOTTM`, CustomerName: `Bottom-Dollar Markets`, Address: `23 Tsawassen Blvd.`, City: `Tsawassen`, Region: `BC`, PostalCode: 42000, Country: `Canada`, Salesperson: `Michael Suyama`, OrderID: 10944, OrderDate: `2017-05-11T21:00:00.000Z`, ShipperName: `Federal Shipping`, ProductID: 44, ProductName: `Gula Malacca`, UnitPrice: 19.45, Quantity: 18, Discontinued: true, ExtendedPrice: 262.58, Freight: 52.92 }), + new InvoicesWorldDataItem({ ShipName: `Bottom-Dollar Markets`, ShipAddress: `23 Tsawassen Blvd.`, ShipCity: `Tsawassen`, ShipRegion: `BC`, ShipPostalCode: `T2F 8M4`, ShipCountry: `Canada`, CustomerID: `BOTTM`, CustomerName: `Bottom-Dollar Markets`, Address: `23 Tsawassen Blvd.`, City: `Tsawassen`, Region: `BC`, PostalCode: 45000, Country: `Canada`, Salesperson: `Nancy Davolio`, OrderID: 11027, OrderDate: `2017-05-11T21:00:00.000Z`, ShipperName: `Speedy Express`, ProductID: 24, ProductName: `Guaraná Fantástica`, UnitPrice: 4.5, Quantity: 30, Discontinued: true, ExtendedPrice: 101.25, Freight: 52.52 }), + new InvoicesWorldDataItem({ ShipName: `Bottom-Dollar Markets`, ShipAddress: `23 Tsawassen Blvd.`, ShipCity: `Tsawassen`, ShipRegion: `BC`, ShipPostalCode: `T2F 8M4`, ShipCountry: `Canada`, CustomerID: `BOTTM`, CustomerName: `Bottom-Dollar Markets`, Address: `23 Tsawassen Blvd.`, City: `Tsawassen`, Region: `BC`, PostalCode: 34000, Country: `Canada`, Salesperson: `Nancy Davolio`, OrderID: 11027, OrderDate: `2017-05-11T21:00:00.000Z`, ShipperName: `Speedy Express`, ProductID: 62, ProductName: `Tarte au sucre`, UnitPrice: 49.3, Quantity: 21, Discontinued: true, ExtendedPrice: 776.48, Freight: 52.52 }), + new InvoicesWorldDataItem({ ShipName: `B's Beverages`, ShipAddress: `Fauntleroy Circus`, ShipCity: `London`, ShipRegion: null, ShipPostalCode: `EC2 5NT`, ShipCountry: `UK`, CustomerID: `BSBEV`, CustomerName: `B's Beverages`, Address: `Fauntleroy Circus`, City: `London`, Region: null, PostalCode: 10000, Country: `UK`, Salesperson: `Robert King`, OrderID: 10289, OrderDate: `2017-05-11T21:00:00.000Z`, ShipperName: `Federal Shipping`, ProductID: 3, ProductName: `Aniseed Syrup`, UnitPrice: 8, Quantity: 30, Discontinued: false, ExtendedPrice: 240, Freight: 22.77 }), + new InvoicesWorldDataItem({ ShipName: `B's Beverages`, ShipAddress: `Fauntleroy Circus`, ShipCity: `London`, ShipRegion: null, ShipPostalCode: `EC2 5NT`, ShipCountry: `UK`, CustomerID: `BSBEV`, CustomerName: `B's Beverages`, Address: `Fauntleroy Circus`, City: `London`, Region: null, PostalCode: 28000, Country: `UK`, Salesperson: `Robert King`, OrderID: 10289, OrderDate: `2017-05-11T21:00:00.000Z`, ShipperName: `Federal Shipping`, ProductID: 64, ProductName: `Wimmers gute Semmelknödel`, UnitPrice: 26.6, Quantity: 9, Discontinued: false, ExtendedPrice: 239.4, Freight: 22.77 }), + new InvoicesWorldDataItem({ ShipName: `B's Beverages`, ShipAddress: `Fauntleroy Circus`, ShipCity: `London`, ShipRegion: null, ShipPostalCode: `EC2 5NT`, ShipCountry: `UK`, CustomerID: `BSBEV`, CustomerName: `B's Beverages`, Address: `Fauntleroy Circus`, City: `London`, Region: null, PostalCode: 48000, Country: `UK`, Salesperson: `Andrew Fuller`, OrderID: 10471, OrderDate: `2016-04-13T21:00:00.000Z`, ShipperName: `Federal Shipping`, ProductID: 7, ProductName: `Uncle Bob's Organic Dried Pears`, UnitPrice: 24, Quantity: 30, Discontinued: false, ExtendedPrice: 720, Freight: 45.59 }), + new InvoicesWorldDataItem({ ShipName: `B's Beverages`, ShipAddress: `Fauntleroy Circus`, ShipCity: `London`, ShipRegion: null, ShipPostalCode: `EC2 5NT`, ShipCountry: `UK`, CustomerID: `BSBEV`, CustomerName: `B's Beverages`, Address: `Fauntleroy Circus`, City: `London`, Region: null, PostalCode: 36000, Country: `UK`, Salesperson: `Andrew Fuller`, OrderID: 10471, OrderDate: `2016-04-13T21:00:00.000Z`, ShipperName: `Federal Shipping`, ProductID: 56, ProductName: `Gnocchi di nonna Alice`, UnitPrice: 30.4, Quantity: 20, Discontinued: false, ExtendedPrice: 608, Freight: 45.59 }), + new InvoicesWorldDataItem({ ShipName: `B's Beverages`, ShipAddress: `Fauntleroy Circus`, ShipCity: `London`, ShipRegion: null, ShipPostalCode: `EC2 5NT`, ShipCountry: `UK`, CustomerID: `BSBEV`, CustomerName: `B's Beverages`, Address: `Fauntleroy Circus`, City: `London`, Region: null, PostalCode: 41000, Country: `UK`, Salesperson: `Janet Leverling`, OrderID: 10484, OrderDate: `2016-04-13T21:00:00.000Z`, ShipperName: `Federal Shipping`, ProductID: 21, ProductName: `Sir Rodney's Scones`, UnitPrice: 8, Quantity: 14, Discontinued: false, ExtendedPrice: 112, Freight: 6.88 }), + new InvoicesWorldDataItem({ ShipName: `B's Beverages`, ShipAddress: `Fauntleroy Circus`, ShipCity: `London`, ShipRegion: null, ShipPostalCode: `EC2 5NT`, ShipCountry: `UK`, CustomerID: `BSBEV`, CustomerName: `B's Beverages`, Address: `Fauntleroy Circus`, City: `London`, Region: null, PostalCode: 33000, Country: `UK`, Salesperson: `Janet Leverling`, OrderID: 10484, OrderDate: `2016-04-13T21:00:00.000Z`, ShipperName: `Federal Shipping`, ProductID: 40, ProductName: `Boston Crab Meat`, UnitPrice: 14.7, Quantity: 10, Discontinued: false, ExtendedPrice: 147, Freight: 6.88 }), + new InvoicesWorldDataItem({ ShipName: `B's Beverages`, ShipAddress: `Fauntleroy Circus`, ShipCity: `London`, ShipRegion: null, ShipPostalCode: `EC2 5NT`, ShipCountry: `UK`, CustomerID: `BSBEV`, CustomerName: `B's Beverages`, Address: `Fauntleroy Circus`, City: `London`, Region: null, PostalCode: 10000, Country: `UK`, Salesperson: `Janet Leverling`, OrderID: 10484, OrderDate: `2016-04-13T21:00:00.000Z`, ShipperName: `Federal Shipping`, ProductID: 51, ProductName: `Manjimup Dried Apples`, UnitPrice: 42.4, Quantity: 3, Discontinued: false, ExtendedPrice: 127.2, Freight: 6.88 }), + new InvoicesWorldDataItem({ ShipName: `B's Beverages`, ShipAddress: `Fauntleroy Circus`, ShipCity: `London`, ShipRegion: null, ShipPostalCode: `EC2 5NT`, ShipCountry: `UK`, CustomerID: `BSBEV`, CustomerName: `B's Beverages`, Address: `Fauntleroy Circus`, City: `London`, Region: null, PostalCode: 38000, Country: `UK`, Salesperson: `Anne Dodsworth`, OrderID: 10538, OrderDate: `2016-04-13T21:00:00.000Z`, ShipperName: `Federal Shipping`, ProductID: 70, ProductName: `Outback Lager`, UnitPrice: 15, Quantity: 7, Discontinued: false, ExtendedPrice: 105, Freight: 4.87 }), + new InvoicesWorldDataItem({ ShipName: `B's Beverages`, ShipAddress: `Fauntleroy Circus`, ShipCity: `London`, ShipRegion: null, ShipPostalCode: `EC2 5NT`, ShipCountry: `UK`, CustomerID: `BSBEV`, CustomerName: `B's Beverages`, Address: `Fauntleroy Circus`, City: `London`, Region: null, PostalCode: 17000, Country: `UK`, Salesperson: `Anne Dodsworth`, OrderID: 10538, OrderDate: `2016-04-13T21:00:00.000Z`, ShipperName: `Federal Shipping`, ProductID: 72, ProductName: `Mozzarella di Giovanni`, UnitPrice: 34.8, Quantity: 1, Discontinued: false, ExtendedPrice: 34.8, Freight: 4.87 }), + new InvoicesWorldDataItem({ ShipName: `B's Beverages`, ShipAddress: `Fauntleroy Circus`, ShipCity: `London`, ShipRegion: null, ShipPostalCode: `EC2 5NT`, ShipCountry: `UK`, CustomerID: `BSBEV`, CustomerName: `B's Beverages`, Address: `Fauntleroy Circus`, City: `London`, Region: null, PostalCode: 17000, Country: `UK`, Salesperson: `Michael Suyama`, OrderID: 10539, OrderDate: `2016-04-13T21:00:00.000Z`, ShipperName: `Federal Shipping`, ProductID: 13, ProductName: `Konbu`, UnitPrice: 6, Quantity: 8, Discontinued: false, ExtendedPrice: 48, Freight: 12.36 }), + new InvoicesWorldDataItem({ ShipName: `B's Beverages`, ShipAddress: `Fauntleroy Circus`, ShipCity: `London`, ShipRegion: null, ShipPostalCode: `EC2 5NT`, ShipCountry: `UK`, CustomerID: `BSBEV`, CustomerName: `B's Beverages`, Address: `Fauntleroy Circus`, City: `London`, Region: null, PostalCode: 32000, Country: `UK`, Salesperson: `Michael Suyama`, OrderID: 10539, OrderDate: `2016-04-13T21:00:00.000Z`, ShipperName: `Federal Shipping`, ProductID: 21, ProductName: `Sir Rodney's Scones`, UnitPrice: 10, Quantity: 15, Discontinued: false, ExtendedPrice: 150, Freight: 12.36 }), + new InvoicesWorldDataItem({ ShipName: `B's Beverages`, ShipAddress: `Fauntleroy Circus`, ShipCity: `London`, ShipRegion: null, ShipPostalCode: `EC2 5NT`, ShipCountry: `UK`, CustomerID: `BSBEV`, CustomerName: `B's Beverages`, Address: `Fauntleroy Circus`, City: `London`, Region: null, PostalCode: 25000, Country: `UK`, Salesperson: `Michael Suyama`, OrderID: 10539, OrderDate: `2016-04-13T21:00:00.000Z`, ShipperName: `Federal Shipping`, ProductID: 33, ProductName: `Geitost`, UnitPrice: 2.5, Quantity: 15, Discontinued: false, ExtendedPrice: 37.5, Freight: 12.36 }), + new InvoicesWorldDataItem({ ShipName: `B's Beverages`, ShipAddress: `Fauntleroy Circus`, ShipCity: `London`, ShipRegion: null, ShipPostalCode: `EC2 5NT`, ShipCountry: `UK`, CustomerID: `BSBEV`, CustomerName: `B's Beverages`, Address: `Fauntleroy Circus`, City: `London`, Region: null, PostalCode: 47000, Country: `UK`, Salesperson: `Michael Suyama`, OrderID: 10539, OrderDate: `2016-04-13T21:00:00.000Z`, ShipperName: `Federal Shipping`, ProductID: 49, ProductName: `Maxilaku`, UnitPrice: 20, Quantity: 6, Discontinued: false, ExtendedPrice: 120, Freight: 12.36 }), + new InvoicesWorldDataItem({ ShipName: `B's Beverages`, ShipAddress: `Fauntleroy Circus`, ShipCity: `London`, ShipRegion: null, ShipPostalCode: `EC2 5NT`, ShipCountry: `UK`, CustomerID: `BSBEV`, CustomerName: `B's Beverages`, Address: `Fauntleroy Circus`, City: `London`, Region: null, PostalCode: 37000, Country: `UK`, Salesperson: `Janet Leverling`, OrderID: 10947, OrderDate: `2016-04-13T21:00:00.000Z`, ShipperName: `United Package`, ProductID: 59, ProductName: `Raclette Courdavault`, UnitPrice: 55, Quantity: 4, Discontinued: false, ExtendedPrice: 220, Freight: 3.26 }), + new InvoicesWorldDataItem({ ShipName: `B's Beverages`, ShipAddress: `Fauntleroy Circus`, ShipCity: `London`, ShipRegion: null, ShipPostalCode: `EC2 5NT`, ShipCountry: `UK`, CustomerID: `BSBEV`, CustomerName: `B's Beverages`, Address: `Fauntleroy Circus`, City: `London`, Region: null, PostalCode: 28000, Country: `UK`, Salesperson: `Nancy Davolio`, OrderID: 11023, OrderDate: `2016-04-13T21:00:00.000Z`, ShipperName: `United Package`, ProductID: 7, ProductName: `Uncle Bob's Organic Dried Pears`, UnitPrice: 30, Quantity: 4, Discontinued: false, ExtendedPrice: 120, Freight: 123.83 }), + new InvoicesWorldDataItem({ ShipName: `B's Beverages`, ShipAddress: `Fauntleroy Circus`, ShipCity: `London`, ShipRegion: null, ShipPostalCode: `EC2 5NT`, ShipCountry: `UK`, CustomerID: `BSBEV`, CustomerName: `B's Beverages`, Address: `Fauntleroy Circus`, City: `London`, Region: null, PostalCode: 26000, Country: `UK`, Salesperson: `Nancy Davolio`, OrderID: 11023, OrderDate: `2016-04-13T21:00:00.000Z`, ShipperName: `United Package`, ProductID: 43, ProductName: `Ipoh Coffee`, UnitPrice: 46, Quantity: 30, Discontinued: false, ExtendedPrice: 1380, Freight: 123.83 }), + new InvoicesWorldDataItem({ ShipName: `Cactus Comidas para llevar`, ShipAddress: `Cerrito 333`, ShipCity: `Buenos Aires`, ShipRegion: null, ShipPostalCode: `1010`, ShipCountry: `Argentina`, CustomerID: `CACTU`, CustomerName: `Cactus Comidas para llevar`, Address: `Cerrito 333`, City: `Buenos Aires`, Region: null, PostalCode: 1010, Country: `Argentina`, Salesperson: `Laura Callahan`, OrderID: 10521, OrderDate: `2017-04-13T21:00:00.000Z`, ShipperName: `United Package`, ProductID: 68, ProductName: `Scottish Longbreads`, UnitPrice: 12.5, Quantity: 6, Discontinued: true, ExtendedPrice: 75, Freight: 17.22 }), + new InvoicesWorldDataItem({ ShipName: `Cactus Comidas para llevar`, ShipAddress: `Cerrito 333`, ShipCity: `Buenos Aires`, ShipRegion: null, ShipPostalCode: `1010`, ShipCountry: `Argentina`, CustomerID: `CACTU`, CustomerName: `Cactus Comidas para llevar`, Address: `Cerrito 333`, City: `Buenos Aires`, Region: null, PostalCode: 1010, Country: `Argentina`, Salesperson: `Laura Callahan`, OrderID: 11054, OrderDate: `2017-04-13T21:00:00.000Z`, ShipperName: `Speedy Express`, ProductID: 33, ProductName: `Geitost`, UnitPrice: 2.5, Quantity: 10, Discontinued: false, ExtendedPrice: 25, Freight: 0.33 }), + new InvoicesWorldDataItem({ ShipName: `Cactus Comidas para llevar`, ShipAddress: `Cerrito 333`, ShipCity: `Buenos Aires`, ShipRegion: null, ShipPostalCode: `1010`, ShipCountry: `Argentina`, CustomerID: `CACTU`, CustomerName: `Cactus Comidas para llevar`, Address: `Cerrito 333`, City: `Buenos Aires`, Region: null, PostalCode: 1010, Country: `Argentina`, Salesperson: `Laura Callahan`, OrderID: 11054, OrderDate: `2016-04-13T21:00:00.000Z`, ShipperName: `Speedy Express`, ProductID: 67, ProductName: `Laughing Lumberjack Lager`, UnitPrice: 14, Quantity: 20, Discontinued: false, ExtendedPrice: 280, Freight: 0.33 }), + new InvoicesWorldDataItem({ ShipName: `Centro comercial Moctezuma`, ShipAddress: `Sierras de Granada 9993`, ShipCity: `México D.F.`, ShipRegion: null, ShipPostalCode: `05022`, ShipCountry: `Mexico`, CustomerID: `CENTC`, CustomerName: `Centro comercial Moctezuma`, Address: `Sierras de Granada 9993`, City: `México D.F.`, Region: null, PostalCode: 5022, Country: `Mexico`, Salesperson: `Margaret Peacock`, OrderID: 10259, OrderDate: `2016-04-13T21:00:00.000Z`, ShipperName: `Federal Shipping`, ProductID: 21, ProductName: `Sir Rodney's Scones`, UnitPrice: 8, Quantity: 10, Discontinued: false, ExtendedPrice: 80, Freight: 3.25 }), + new InvoicesWorldDataItem({ ShipName: `Centro comercial Moctezuma`, ShipAddress: `Sierras de Granada 9993`, ShipCity: `México D.F.`, ShipRegion: null, ShipPostalCode: `05022`, ShipCountry: `Mexico`, CustomerID: `CENTC`, CustomerName: `Centro comercial Moctezuma`, Address: `Sierras de Granada 9993`, City: `México D.F.`, Region: null, PostalCode: 5022, Country: `Mexico`, Salesperson: `Margaret Peacock`, OrderID: 10259, OrderDate: `2016-04-13T21:00:00.000Z`, ShipperName: `Federal Shipping`, ProductID: 37, ProductName: `Gravad lax`, UnitPrice: 20.8, Quantity: 1, Discontinued: false, ExtendedPrice: 20.8, Freight: 3.25 }), + new InvoicesWorldDataItem({ ShipName: `Chop-suey Chinese`, ShipAddress: `Hauptstr. 31`, ShipCity: `Bern`, ShipRegion: null, ShipPostalCode: `3012`, ShipCountry: `Switzerland`, CustomerID: `CHOPS`, CustomerName: `Chop-suey Chinese`, Address: `Hauptstr. 29`, City: `Bern`, Region: null, PostalCode: 3012, Country: `Switzerland`, Salesperson: `Steven Buchanan`, OrderID: 10254, OrderDate: `2016-04-13T21:00:00.000Z`, ShipperName: `United Package`, ProductID: 74, ProductName: `Longlife Tofu`, UnitPrice: 8, Quantity: 21, Discontinued: false, ExtendedPrice: 168, Freight: 22.98 }), + new InvoicesWorldDataItem({ ShipName: `Chop-suey Chinese`, ShipAddress: `Hauptstr. 31`, ShipCity: `Bern`, ShipRegion: null, ShipPostalCode: `3012`, ShipCountry: `Switzerland`, CustomerID: `CHOPS`, CustomerName: `Chop-suey Chinese`, Address: `Hauptstr. 29`, City: `Bern`, Region: null, PostalCode: 3012, Country: `Switzerland`, Salesperson: `Michael Suyama`, OrderID: 10370, OrderDate: `2016-04-13T21:00:00.000Z`, ShipperName: `United Package`, ProductID: 64, ProductName: `Wimmers gute Semmelknödel`, UnitPrice: 26.6, Quantity: 30, Discontinued: false, ExtendedPrice: 798, Freight: 1.17 }), + new InvoicesWorldDataItem({ ShipName: `Chop-suey Chinese`, ShipAddress: `Hauptstr. 31`, ShipCity: `Bern`, ShipRegion: null, ShipPostalCode: `3012`, ShipCountry: `Switzerland`, CustomerID: `CHOPS`, CustomerName: `Chop-suey Chinese`, Address: `Hauptstr. 29`, City: `Bern`, Region: null, PostalCode: 3012, Country: `Switzerland`, Salesperson: `Michael Suyama`, OrderID: 10519, OrderDate: `2016-04-13T21:00:00.000Z`, ShipperName: `Federal Shipping`, ProductID: 56, ProductName: `Gnocchi di nonna Alice`, UnitPrice: 38, Quantity: 40, Discontinued: false, ExtendedPrice: 1520, Freight: 91.76 }), + new InvoicesWorldDataItem({ ShipName: `Chop-suey Chinese`, ShipAddress: `Hauptstr. 31`, ShipCity: `Bern`, ShipRegion: null, ShipPostalCode: `3012`, ShipCountry: `Switzerland`, CustomerID: `CHOPS`, CustomerName: `Chop-suey Chinese`, Address: `Hauptstr. 29`, City: `Bern`, Region: null, PostalCode: 3012, Country: `Switzerland`, Salesperson: `Nancy Davolio`, OrderID: 10746, OrderDate: `2016-04-13T21:00:00.000Z`, ShipperName: `Federal Shipping`, ProductID: 13, ProductName: `Konbu`, UnitPrice: 6, Quantity: 6, Discontinued: false, ExtendedPrice: 36, Freight: 31.43 }), + new InvoicesWorldDataItem({ ShipName: `Chop-suey Chinese`, ShipAddress: `Hauptstr. 31`, ShipCity: `Bern`, ShipRegion: null, ShipPostalCode: `3012`, ShipCountry: `Switzerland`, CustomerID: `CHOPS`, CustomerName: `Chop-suey Chinese`, Address: `Hauptstr. 29`, City: `Bern`, Region: null, PostalCode: 3012, Country: `Switzerland`, Salesperson: `Nancy Davolio`, OrderID: 10746, OrderDate: `2016-04-13T21:00:00.000Z`, ShipperName: `Federal Shipping`, ProductID: 42, ProductName: `Singaporean Hokkien Fried Mee`, UnitPrice: 14, Quantity: 28, Discontinued: false, ExtendedPrice: 392, Freight: 31.43 }), + new InvoicesWorldDataItem({ ShipName: `Chop-suey Chinese`, ShipAddress: `Hauptstr. 31`, ShipCity: `Bern`, ShipRegion: null, ShipPostalCode: `3012`, ShipCountry: `Switzerland`, CustomerID: `CHOPS`, CustomerName: `Chop-suey Chinese`, Address: `Hauptstr. 29`, City: `Bern`, Region: null, PostalCode: 3012, Country: `Switzerland`, Salesperson: `Nancy Davolio`, OrderID: 10746, OrderDate: `2016-04-13T21:00:00.000Z`, ShipperName: `Federal Shipping`, ProductID: 62, ProductName: `Tarte au sucre`, UnitPrice: 49.3, Quantity: 9, Discontinued: false, ExtendedPrice: 443.7, Freight: 31.43 }), + new InvoicesWorldDataItem({ ShipName: `Chop-suey Chinese`, ShipAddress: `Hauptstr. 31`, ShipCity: `Bern`, ShipRegion: null, ShipPostalCode: `3012`, ShipCountry: `Switzerland`, CustomerID: `CHOPS`, CustomerName: `Chop-suey Chinese`, Address: `Hauptstr. 29`, City: `Bern`, Region: null, PostalCode: 3012, Country: `Switzerland`, Salesperson: `Nancy Davolio`, OrderID: 10746, OrderDate: `2016-04-13T21:00:00.000Z`, ShipperName: `Federal Shipping`, ProductID: 69, ProductName: `Gudbrandsdalsost`, UnitPrice: 36, Quantity: 40, Discontinued: false, ExtendedPrice: 1440, Freight: 31.43 }), + new InvoicesWorldDataItem({ ShipName: `Chop-suey Chinese`, ShipAddress: `Hauptstr. 31`, ShipCity: `Bern`, ShipRegion: null, ShipPostalCode: `3012`, ShipCountry: `Switzerland`, CustomerID: `CHOPS`, CustomerName: `Chop-suey Chinese`, Address: `Hauptstr. 29`, City: `Bern`, Region: null, PostalCode: 3012, Country: `Switzerland`, Salesperson: `Margaret Peacock`, OrderID: 10966, OrderDate: `2016-04-13T21:00:00.000Z`, ShipperName: `Speedy Express`, ProductID: 37, ProductName: `Gravad lax`, UnitPrice: 26, Quantity: 8, Discontinued: false, ExtendedPrice: 208, Freight: 27.19 }), + new InvoicesWorldDataItem({ ShipName: `Chop-suey Chinese`, ShipAddress: `Hauptstr. 31`, ShipCity: `Bern`, ShipRegion: null, ShipPostalCode: `3012`, ShipCountry: `Switzerland`, CustomerID: `CHOPS`, CustomerName: `Chop-suey Chinese`, Address: `Hauptstr. 29`, City: `Bern`, Region: null, PostalCode: 3012, Country: `Switzerland`, Salesperson: `Margaret Peacock`, OrderID: 11029, OrderDate: `2016-04-13T21:00:00.000Z`, ShipperName: `Speedy Express`, ProductID: 56, ProductName: `Gnocchi di nonna Alice`, UnitPrice: 38, Quantity: 20, Discontinued: false, ExtendedPrice: 760, Freight: 47.84 }), + new InvoicesWorldDataItem({ ShipName: `Chop-suey Chinese`, ShipAddress: `Hauptstr. 31`, ShipCity: `Bern`, ShipRegion: null, ShipPostalCode: `3012`, ShipCountry: `Switzerland`, CustomerID: `CHOPS`, CustomerName: `Chop-suey Chinese`, Address: `Hauptstr. 29`, City: `Bern`, Region: null, PostalCode: 3012, Country: `Switzerland`, Salesperson: `Margaret Peacock`, OrderID: 11029, OrderDate: `2016-04-13T21:00:00.000Z`, ShipperName: `Speedy Express`, ProductID: 63, ProductName: `Vegie-spread`, UnitPrice: 43.9, Quantity: 12, Discontinued: false, ExtendedPrice: 526.8, Freight: 47.84 }), + new InvoicesWorldDataItem({ ShipName: `Chop-suey Chinese`, ShipAddress: `Hauptstr. 31`, ShipCity: `Bern`, ShipRegion: null, ShipPostalCode: `3012`, ShipCountry: `Switzerland`, CustomerID: `CHOPS`, CustomerName: `Chop-suey Chinese`, Address: `Hauptstr. 29`, City: `Bern`, Region: null, PostalCode: 3012, Country: `Switzerland`, Salesperson: `Janet Leverling`, OrderID: 11041, OrderDate: `2016-04-13T21:00:00.000Z`, ShipperName: `United Package`, ProductID: 63, ProductName: `Vegie-spread`, UnitPrice: 43.9, Quantity: 30, Discontinued: false, ExtendedPrice: 1317, Freight: 48.22 }), + new InvoicesWorldDataItem({ ShipName: `Chop-suey Chinese`, ShipAddress: `Hauptstr. 31`, ShipCity: `Bern`, ShipRegion: null, ShipPostalCode: `3012`, ShipCountry: `Switzerland`, CustomerID: `CHOPS`, CustomerName: `Chop-suey Chinese`, Address: `Hauptstr. 29`, City: `Bern`, Region: null, PostalCode: 3012, Country: `Switzerland`, Salesperson: `Michael Suyama`, OrderID: 10519, OrderDate: `2016-04-13T21:00:00.000Z`, ShipperName: `Federal Shipping`, ProductID: 10, ProductName: `Ikura`, UnitPrice: 31, Quantity: 16, Discontinued: true, ExtendedPrice: 471.2, Freight: 91.76 }), + new InvoicesWorldDataItem({ ShipName: `Chop-suey Chinese`, ShipAddress: `Hauptstr. 31`, ShipCity: `Bern`, ShipRegion: null, ShipPostalCode: `3012`, ShipCountry: `Switzerland`, CustomerID: `CHOPS`, CustomerName: `Chop-suey Chinese`, Address: `Hauptstr. 29`, City: `Bern`, Region: null, PostalCode: 3012, Country: `Switzerland`, Salesperson: `Michael Suyama`, OrderID: 10519, OrderDate: `2016-04-13T21:00:00.000Z`, ShipperName: `Federal Shipping`, ProductID: 60, ProductName: `Camembert Pierrot`, UnitPrice: 34, Quantity: 10, Discontinued: true, ExtendedPrice: 323, Freight: 91.76 }), + new InvoicesWorldDataItem({ ShipName: `Chop-suey Chinese`, ShipAddress: `Hauptstr. 31`, ShipCity: `Bern`, ShipRegion: null, ShipPostalCode: `3012`, ShipCountry: `Switzerland`, CustomerID: `CHOPS`, CustomerName: `Chop-suey Chinese`, Address: `Hauptstr. 29`, City: `Bern`, Region: null, PostalCode: 3012, Country: `Switzerland`, Salesperson: `Robert King`, OrderID: 10731, OrderDate: `2016-04-13T21:00:00.000Z`, ShipperName: `Speedy Express`, ProductID: 21, ProductName: `Sir Rodney's Scones`, UnitPrice: 10, Quantity: 40, Discontinued: true, ExtendedPrice: 380, Freight: 96.65 }), + new InvoicesWorldDataItem({ ShipName: `Chop-suey Chinese`, ShipAddress: `Hauptstr. 31`, ShipCity: `Bern`, ShipRegion: null, ShipPostalCode: `3012`, ShipCountry: `Switzerland`, CustomerID: `CHOPS`, CustomerName: `Chop-suey Chinese`, Address: `Hauptstr. 29`, City: `Bern`, Region: null, PostalCode: 3012, Country: `Switzerland`, Salesperson: `Robert King`, OrderID: 10731, OrderDate: `2016-04-13T21:00:00.000Z`, ShipperName: `Speedy Express`, ProductID: 51, ProductName: `Manjimup Dried Apples`, UnitPrice: 53, Quantity: 30, Discontinued: true, ExtendedPrice: 1510.5, Freight: 96.65 }), + new InvoicesWorldDataItem({ ShipName: `Chop-suey Chinese`, ShipAddress: `Hauptstr. 31`, ShipCity: `Bern`, ShipRegion: null, ShipPostalCode: `3012`, ShipCountry: `Switzerland`, CustomerID: `CHOPS`, CustomerName: `Chop-suey Chinese`, Address: `Hauptstr. 29`, City: `Bern`, Region: null, PostalCode: 3012, Country: `Switzerland`, Salesperson: `Steven Buchanan`, OrderID: 10254, OrderDate: `2016-04-13T21:00:00.000Z`, ShipperName: `United Package`, ProductID: 24, ProductName: `Guaraná Fantástica`, UnitPrice: 3.6, Quantity: 15, Discontinued: true, ExtendedPrice: 45.9, Freight: 22.98 }), + new InvoicesWorldDataItem({ ShipName: `Chop-suey Chinese`, ShipAddress: `Hauptstr. 31`, ShipCity: `Bern`, ShipRegion: null, ShipPostalCode: `3012`, ShipCountry: `Switzerland`, CustomerID: `CHOPS`, CustomerName: `Chop-suey Chinese`, Address: `Hauptstr. 29`, City: `Bern`, Region: null, PostalCode: 3012, Country: `Switzerland`, Salesperson: `Steven Buchanan`, OrderID: 10254, OrderDate: `2016-04-13T21:00:00.000Z`, ShipperName: `United Package`, ProductID: 55, ProductName: `Pâté chinois`, UnitPrice: 19.2, Quantity: 21, Discontinued: true, ExtendedPrice: 342.72, Freight: 22.98 }), + new InvoicesWorldDataItem({ ShipName: `Chop-suey Chinese`, ShipAddress: `Hauptstr. 31`, ShipCity: `Bern`, ShipRegion: null, ShipPostalCode: `3012`, ShipCountry: `Switzerland`, CustomerID: `CHOPS`, CustomerName: `Chop-suey Chinese`, Address: `Hauptstr. 29`, City: `Bern`, Region: null, PostalCode: 3012, Country: `Switzerland`, Salesperson: `Michael Suyama`, OrderID: 10370, OrderDate: `2016-04-13T21:00:00.000Z`, ShipperName: `United Package`, ProductID: 1, ProductName: `Chai`, UnitPrice: 14.4, Quantity: 15, Discontinued: true, ExtendedPrice: 183.6, Freight: 1.17 }), + new InvoicesWorldDataItem({ ShipName: `Chop-suey Chinese`, ShipAddress: `Hauptstr. 31`, ShipCity: `Bern`, ShipRegion: null, ShipPostalCode: `3012`, ShipCountry: `Switzerland`, CustomerID: `CHOPS`, CustomerName: `Chop-suey Chinese`, Address: `Hauptstr. 29`, City: `Bern`, Region: null, PostalCode: 3012, Country: `Switzerland`, Salesperson: `Michael Suyama`, OrderID: 10370, OrderDate: `2016-04-13T21:00:00.000Z`, ShipperName: `United Package`, ProductID: 74, ProductName: `Longlife Tofu`, UnitPrice: 8, Quantity: 20, Discontinued: true, ExtendedPrice: 136, Freight: 1.17 }), + new InvoicesWorldDataItem({ ShipName: `Chop-suey Chinese`, ShipAddress: `Hauptstr. 31`, ShipCity: `Bern`, ShipRegion: null, ShipPostalCode: `3012`, ShipCountry: `Switzerland`, CustomerID: `CHOPS`, CustomerName: `Chop-suey Chinese`, Address: `Hauptstr. 29`, City: `Bern`, Region: null, PostalCode: 3012, Country: `Switzerland`, Salesperson: `Margaret Peacock`, OrderID: 10966, OrderDate: `2016-04-13T21:00:00.000Z`, ShipperName: `Speedy Express`, ProductID: 56, ProductName: `Gnocchi di nonna Alice`, UnitPrice: 38, Quantity: 12, Discontinued: true, ExtendedPrice: 387.6, Freight: 27.19 }), + new InvoicesWorldDataItem({ ShipName: `Chop-suey Chinese`, ShipAddress: `Hauptstr. 31`, ShipCity: `Bern`, ShipRegion: null, ShipPostalCode: `3012`, ShipCountry: `Switzerland`, CustomerID: `CHOPS`, CustomerName: `Chop-suey Chinese`, Address: `Hauptstr. 29`, City: `Bern`, Region: null, PostalCode: 3012, Country: `Switzerland`, Salesperson: `Margaret Peacock`, OrderID: 10966, OrderDate: `2016-04-13T21:00:00.000Z`, ShipperName: `Speedy Express`, ProductID: 62, ProductName: `Tarte au sucre`, UnitPrice: 49.3, Quantity: 12, Discontinued: true, ExtendedPrice: 502.86, Freight: 27.19 }), + new InvoicesWorldDataItem({ ShipName: `Chop-suey Chinese`, ShipAddress: `Hauptstr. 31`, ShipCity: `Bern`, ShipRegion: null, ShipPostalCode: `3012`, ShipCountry: `Switzerland`, CustomerID: `CHOPS`, CustomerName: `Chop-suey Chinese`, Address: `Hauptstr. 29`, City: `Bern`, Region: null, PostalCode: 3012, Country: `Switzerland`, Salesperson: `Janet Leverling`, OrderID: 11041, OrderDate: `2016-04-13T21:00:00.000Z`, ShipperName: `United Package`, ProductID: 2, ProductName: `Chang`, UnitPrice: 19, Quantity: 30, Discontinued: true, ExtendedPrice: 456, Freight: 48.22 }), + new InvoicesWorldDataItem({ ShipName: `Comércio Mineiro`, ShipAddress: `Av. dos Lusíadas, 23`, ShipCity: `Rio de Janeiro`, ShipRegion: `SP`, ShipPostalCode: `05432-043`, ShipCountry: `Brazil`, CustomerID: `COMMI`, CustomerName: `Comércio Mineiro`, Address: `Av. dos Lusíadas, 23`, City: `Rio de Janeiro`, Region: `SP`, PostalCode: 12000, Country: `Brazil`, Salesperson: `Laura Callahan`, OrderID: 10290, OrderDate: `2016-04-13T21:00:00.000Z`, ShipperName: `Speedy Express`, ProductID: 5, ProductName: `Chef Anton's Gumbo Mix`, UnitPrice: 17, Quantity: 20, Discontinued: true, ExtendedPrice: 340, Freight: 79.7 }), + new InvoicesWorldDataItem({ ShipName: `Comércio Mineiro`, ShipAddress: `Av. dos Lusíadas, 23`, ShipCity: `Sao Paulo`, ShipRegion: `SP`, ShipPostalCode: `05432-043`, ShipCountry: `Brazil`, CustomerID: `COMMI`, CustomerName: `Comércio Mineiro`, Address: `Av. dos Lusíadas, 23`, City: `Sao Paulo`, Region: `SP`, PostalCode: 33000, Country: `Brazil`, Salesperson: `Laura Callahan`, OrderID: 10290, OrderDate: `2017-02-14T22:00:00.000Z`, ShipperName: `Speedy Express`, ProductID: 29, ProductName: `Thüringer Rostbratwurst`, UnitPrice: 99, Quantity: 15, Discontinued: true, ExtendedPrice: 1485, Freight: 79.7 }), + new InvoicesWorldDataItem({ ShipName: `Comércio Mineiro`, ShipAddress: `Av. dos Lusíadas, 23`, ShipCity: `Rio de Janeiro`, ShipRegion: `SP`, ShipPostalCode: `05432-043`, ShipCountry: `Brazil`, CustomerID: `COMMI`, CustomerName: `Comércio Mineiro`, Address: `Av. dos Lusíadas, 23`, City: `Rio de Janeiro`, Region: `SP`, PostalCode: 16000, Country: `Brazil`, Salesperson: `Laura Callahan`, OrderID: 10290, OrderDate: `2017-04-13T21:00:00.000Z`, ShipperName: `Speedy Express`, ProductID: 49, ProductName: `Maxilaku`, UnitPrice: 16, Quantity: 15, Discontinued: false, ExtendedPrice: 240, Freight: 79.7 }), + new InvoicesWorldDataItem({ ShipName: `Comércio Mineiro`, ShipAddress: `Av. dos Lusíadas, 23`, ShipCity: `Sao Paulo`, ShipRegion: `SP`, ShipPostalCode: `05432-043`, ShipCountry: `Brazil`, CustomerID: `COMMI`, CustomerName: `Comércio Mineiro`, Address: `Av. dos Lusíadas, 23`, City: `Sao Paulo`, Region: `SP`, PostalCode: 49000, Country: `Brazil`, Salesperson: `Laura Callahan`, OrderID: 10290, OrderDate: `2016-04-13T21:00:00.000Z`, ShipperName: `Speedy Express`, ProductID: 77, ProductName: `Original Frankfurter grüne Soße`, UnitPrice: 10.4, Quantity: 10, Discontinued: false, ExtendedPrice: 104, Freight: 79.7 }), + new InvoicesWorldDataItem({ ShipName: `Comércio Mineiro`, ShipAddress: `Av. dos Lusíadas, 23`, ShipCity: `Sao Paulo`, ShipRegion: `SP`, ShipPostalCode: `05432-043`, ShipCountry: `Brazil`, CustomerID: `COMMI`, CustomerName: `Comércio Mineiro`, Address: `Av. dos Lusíadas, 23`, City: `Sao Paulo`, Region: `SP`, PostalCode: 39000, Country: `Brazil`, Salesperson: `Margaret Peacock`, OrderID: 10466, OrderDate: `2017-05-03T21:00:00.000Z`, ShipperName: `Speedy Express`, ProductID: 11, ProductName: `Queso Cabrales`, UnitPrice: 16.8, Quantity: 10, Discontinued: false, ExtendedPrice: 168, Freight: 11.93 }), + new InvoicesWorldDataItem({ ShipName: `Comércio Mineiro`, ShipAddress: `Av. dos Lusíadas, 23`, ShipCity: `Sao Paulo`, ShipRegion: `SP`, ShipPostalCode: `05432-043`, ShipCountry: `Brazil`, CustomerID: `COMMI`, CustomerName: `Comércio Mineiro`, Address: `Av. dos Lusíadas, 23`, City: `Sao Paulo`, Region: `SP`, PostalCode: 31000, Country: `Brazil`, Salesperson: `Margaret Peacock`, OrderID: 10466, OrderDate: `2016-04-13T21:00:00.000Z`, ShipperName: `Speedy Express`, ProductID: 46, ProductName: `Spegesild`, UnitPrice: 9.6, Quantity: 5, Discontinued: false, ExtendedPrice: 48, Freight: 11.93 }), + new InvoicesWorldDataItem({ ShipName: `Comércio Mineiro`, ShipAddress: `Av. dos Lusíadas, 23`, ShipCity: `Rio de Janeiro`, ShipRegion: `SP`, ShipPostalCode: `05432-043`, ShipCountry: `Brazil`, CustomerID: `COMMI`, CustomerName: `Comércio Mineiro`, Address: `Av. dos Lusíadas, 23`, City: `Rio de Janeiro`, Region: `SP`, PostalCode: 37000, Country: `Brazil`, Salesperson: `Margaret Peacock`, OrderID: 10494, OrderDate: `2017-03-31T21:00:00.000Z`, ShipperName: `United Package`, ProductID: 56, ProductName: `Gnocchi di nonna Alice`, UnitPrice: 30.4, Quantity: 30, Discontinued: false, ExtendedPrice: 912, Freight: 65.99 }), + new InvoicesWorldDataItem({ ShipName: `Comércio Mineiro`, ShipAddress: `Av. dos Lusíadas, 23`, ShipCity: `Rio de Janeiro`, ShipRegion: `SP`, ShipPostalCode: `05432-043`, ShipCountry: `Brazil`, CustomerID: `COMMI`, CustomerName: `Comércio Mineiro`, Address: `Av. dos Lusíadas, 23`, City: `Rio de Janeiro`, Region: `SP`, PostalCode: 29000, Country: `Brazil`, Salesperson: `Nancy Davolio`, OrderID: 10969, OrderDate: `2016-04-13T21:00:00.000Z`, ShipperName: `United Package`, ProductID: 46, ProductName: `Spegesild`, UnitPrice: 12, Quantity: 9, Discontinued: false, ExtendedPrice: 108, Freight: 0.21 }), + new InvoicesWorldDataItem({ ShipName: `Comércio Mineiro`, ShipAddress: `Av. dos Lusíadas, 23`, ShipCity: `Sao Paulo`, ShipRegion: `SP`, ShipPostalCode: `05432-043`, ShipCountry: `Brazil`, CustomerID: `COMMI`, CustomerName: `Comércio Mineiro`, Address: `Av. dos Lusíadas, 23`, City: `Sao Paulo`, Region: `SP`, PostalCode: 18000, Country: `Brazil`, Salesperson: `Andrew Fuller`, OrderID: 11042, OrderDate: `2016-04-13T21:00:00.000Z`, ShipperName: `Speedy Express`, ProductID: 44, ProductName: `Gula Malacca`, UnitPrice: 19.45, Quantity: 15, Discontinued: false, ExtendedPrice: 291.75, Freight: 29.99 }), + new InvoicesWorldDataItem({ ShipName: `Comércio Mineiro`, ShipAddress: `Av. dos Lusíadas, 23`, ShipCity: `Sao Paulo`, ShipRegion: `SP`, ShipPostalCode: `05432-043`, ShipCountry: `Brazil`, CustomerID: `COMMI`, CustomerName: `Comércio Mineiro`, Address: `Av. dos Lusíadas, 23`, City: `Sao Paulo`, Region: `SP`, PostalCode: 40000, Country: `Brazil`, Salesperson: `Andrew Fuller`, OrderID: 11042, OrderDate: `2016-04-13T21:00:00.000Z`, ShipperName: `Speedy Express`, ProductID: 61, ProductName: `Sirop d'érable`, UnitPrice: 28.5, Quantity: 4, Discontinued: false, ExtendedPrice: 114, Freight: 29.99 }), + new InvoicesWorldDataItem({ ShipName: `Consolidated Holdings`, ShipAddress: `Berkeley Gardens 12 Brewery`, ShipCity: `London`, ShipRegion: null, ShipPostalCode: `WX1 6LT`, ShipCountry: `UK`, CustomerID: `CONSH`, CustomerName: `Consolidated Holdings`, Address: `Berkeley Gardens 12 Brewery`, City: `London`, Region: null, PostalCode: 44000, Country: `UK`, Salesperson: `Laura Callahan`, OrderID: 10435, OrderDate: `2016-04-15T21:00:00.000Z`, ShipperName: `United Package`, ProductID: 2, ProductName: `Chang`, UnitPrice: 15.2, Quantity: 10, Discontinued: false, ExtendedPrice: 152, Freight: 9.21 }), + new InvoicesWorldDataItem({ ShipName: `Consolidated Holdings`, ShipAddress: `Berkeley Gardens 12 Brewery`, ShipCity: `London`, ShipRegion: null, ShipPostalCode: `WX1 6LT`, ShipCountry: `UK`, CustomerID: `CONSH`, CustomerName: `Consolidated Holdings`, Address: `Berkeley Gardens 12 Brewery`, City: `London`, Region: null, PostalCode: 35000, Country: `UK`, Salesperson: `Laura Callahan`, OrderID: 10435, OrderDate: `2016-05-11T21:00:00.000Z`, ShipperName: `United Package`, ProductID: 22, ProductName: `Gustaf's Knäckebröd`, UnitPrice: 16.8, Quantity: 12, Discontinued: false, ExtendedPrice: 201.6, Freight: 9.21 }), + new InvoicesWorldDataItem({ ShipName: `Consolidated Holdings`, ShipAddress: `Berkeley Gardens 12 Brewery`, ShipCity: `London`, ShipRegion: null, ShipPostalCode: `WX1 6LT`, ShipCountry: `UK`, CustomerID: `CONSH`, CustomerName: `Consolidated Holdings`, Address: `Berkeley Gardens 12 Brewery`, City: `London`, Region: null, PostalCode: 50000, Country: `UK`, Salesperson: `Laura Callahan`, OrderID: 10435, OrderDate: `2016-04-13T21:00:00.000Z`, ShipperName: `United Package`, ProductID: 72, ProductName: `Mozzarella di Giovanni`, UnitPrice: 27.8, Quantity: 10, Discontinued: false, ExtendedPrice: 278, Freight: 9.21 }), + new InvoicesWorldDataItem({ ShipName: `Consolidated Holdings`, ShipAddress: `Berkeley Gardens 12 Brewery`, ShipCity: `London`, ShipRegion: null, ShipPostalCode: `WX1 6LT`, ShipCountry: `UK`, CustomerID: `CONSH`, CustomerName: `Consolidated Holdings`, Address: `Berkeley Gardens 12 Brewery`, City: `London`, Region: null, PostalCode: 45000, Country: `UK`, Salesperson: `Andrew Fuller`, OrderID: 10462, OrderDate: `2016-04-13T21:00:00.000Z`, ShipperName: `Speedy Express`, ProductID: 13, ProductName: `Konbu`, UnitPrice: 4.8, Quantity: 1, Discontinued: false, ExtendedPrice: 4.8, Freight: 6.17 }), + new InvoicesWorldDataItem({ ShipName: `Consolidated Holdings`, ShipAddress: `Berkeley Gardens 12 Brewery`, ShipCity: `London`, ShipRegion: null, ShipPostalCode: `WX1 6LT`, ShipCountry: `UK`, CustomerID: `CONSH`, CustomerName: `Consolidated Holdings`, Address: `Berkeley Gardens 12 Brewery`, City: `London`, Region: null, PostalCode: 39000, Country: `UK`, Salesperson: `Andrew Fuller`, OrderID: 10462, OrderDate: `2016-04-13T21:00:00.000Z`, ShipperName: `Speedy Express`, ProductID: 23, ProductName: `Tunnbröd`, UnitPrice: 7.2, Quantity: 21, Discontinued: false, ExtendedPrice: 151.2, Freight: 6.17 }), + new InvoicesWorldDataItem({ ShipName: `Consolidated Holdings`, ShipAddress: `Berkeley Gardens 12 Brewery`, ShipCity: `London`, ShipRegion: null, ShipPostalCode: `WX1 6LT`, ShipCountry: `UK`, CustomerID: `CONSH`, CustomerName: `Consolidated Holdings`, Address: `Berkeley Gardens 12 Brewery`, City: `London`, Region: null, PostalCode: 11000, Country: `UK`, Salesperson: `Robert King`, OrderID: 10848, OrderDate: `2016-04-13T21:00:00.000Z`, ShipperName: `United Package`, ProductID: 5, ProductName: `Chef Anton's Gumbo Mix`, UnitPrice: 21.35, Quantity: 30, Discontinued: false, ExtendedPrice: 640.5, Freight: 38.24 }), + new InvoicesWorldDataItem({ ShipName: `Consolidated Holdings`, ShipAddress: `Berkeley Gardens 12 Brewery`, ShipCity: `London`, ShipRegion: null, ShipPostalCode: `WX1 6LT`, ShipCountry: `UK`, CustomerID: `CONSH`, CustomerName: `Consolidated Holdings`, Address: `Berkeley Gardens 12 Brewery`, City: `London`, Region: null, PostalCode: 49000, Country: `UK`, Salesperson: `Robert King`, OrderID: 10848, OrderDate: `2016-04-13T21:00:00.000Z`, ShipperName: `United Package`, ProductID: 9, ProductName: `Mishi Kobe Niku`, UnitPrice: 97, Quantity: 3, Discontinued: false, ExtendedPrice: 291, Freight: 38.24 }), + new InvoicesWorldDataItem({ ShipName: `Die Wandernde Kuh`, ShipAddress: `Adenauerallee 900`, ShipCity: `Stuttgart`, ShipRegion: null, ShipPostalCode: `70563`, ShipCountry: `Germany`, CustomerID: `WANDK`, CustomerName: `Die Wandernde Kuh`, Address: `Adenauerallee 900`, City: `Stuttgart`, Region: null, PostalCode: 70563, Country: `Germany`, Salesperson: `Laura Callahan`, OrderID: 10301, OrderDate: `2017-04-13T21:00:00.000Z`, ShipperName: `United Package`, ProductID: 40, ProductName: `Boston Crab Meat`, UnitPrice: 14.7, Quantity: 10, Discontinued: false, ExtendedPrice: 147, Freight: 45.08 }), + new InvoicesWorldDataItem({ ShipName: `Die Wandernde Kuh`, ShipAddress: `Adenauerallee 900`, ShipCity: `Stuttgart`, ShipRegion: null, ShipPostalCode: `70563`, ShipCountry: `Germany`, CustomerID: `WANDK`, CustomerName: `Die Wandernde Kuh`, Address: `Adenauerallee 900`, City: `Stuttgart`, Region: null, PostalCode: 70563, Country: `Germany`, Salesperson: `Laura Callahan`, OrderID: 10301, OrderDate: `2016-04-13T21:00:00.000Z`, ShipperName: `United Package`, ProductID: 56, ProductName: `Gnocchi di nonna Alice`, UnitPrice: 30.4, Quantity: 20, Discontinued: false, ExtendedPrice: 608, Freight: 45.08 }), + new InvoicesWorldDataItem({ ShipName: `Die Wandernde Kuh`, ShipAddress: `Adenauerallee 900`, ShipCity: `Stuttgart`, ShipRegion: null, ShipPostalCode: `70563`, ShipCountry: `Germany`, CustomerID: `WANDK`, CustomerName: `Die Wandernde Kuh`, Address: `Adenauerallee 900`, City: `Stuttgart`, Region: null, PostalCode: 70563, Country: `Germany`, Salesperson: `Andrew Fuller`, OrderID: 10312, OrderDate: `2016-04-13T21:00:00.000Z`, ShipperName: `United Package`, ProductID: 28, ProductName: `Rössle Sauerkraut`, UnitPrice: 36.4, Quantity: 4, Discontinued: false, ExtendedPrice: 145.6, Freight: 40.26 }), + new InvoicesWorldDataItem({ ShipName: `Die Wandernde Kuh`, ShipAddress: `Adenauerallee 900`, ShipCity: `Stuttgart`, ShipRegion: null, ShipPostalCode: `70563`, ShipCountry: `Germany`, CustomerID: `WANDK`, CustomerName: `Die Wandernde Kuh`, Address: `Adenauerallee 900`, City: `Stuttgart`, Region: null, PostalCode: 70563, Country: `Germany`, Salesperson: `Andrew Fuller`, OrderID: 10312, OrderDate: `2018-04-13T21:00:00.000Z`, ShipperName: `United Package`, ProductID: 43, ProductName: `Ipoh Coffee`, UnitPrice: 36.8, Quantity: 24, Discontinued: false, ExtendedPrice: 883.2, Freight: 40.26 }), + new InvoicesWorldDataItem({ ShipName: `Die Wandernde Kuh`, ShipAddress: `Adenauerallee 900`, ShipCity: `Stuttgart`, ShipRegion: null, ShipPostalCode: `70563`, ShipCountry: `Germany`, CustomerID: `WANDK`, CustomerName: `Die Wandernde Kuh`, Address: `Adenauerallee 900`, City: `Stuttgart`, Region: null, PostalCode: 70563, Country: `Germany`, Salesperson: `Andrew Fuller`, OrderID: 10312, OrderDate: `2016-04-13T21:00:00.000Z`, ShipperName: `United Package`, ProductID: 53, ProductName: `Perth Pasties`, UnitPrice: 26.2, Quantity: 20, Discontinued: false, ExtendedPrice: 524, Freight: 40.26 }), + new InvoicesWorldDataItem({ ShipName: `Die Wandernde Kuh`, ShipAddress: `Adenauerallee 900`, ShipCity: `Stuttgart`, ShipRegion: null, ShipPostalCode: `70563`, ShipCountry: `Germany`, CustomerID: `WANDK`, CustomerName: `Die Wandernde Kuh`, Address: `Adenauerallee 900`, City: `Stuttgart`, Region: null, PostalCode: 70563, Country: `Germany`, Salesperson: `Andrew Fuller`, OrderID: 10312, OrderDate: `2016-04-13T21:00:00.000Z`, ShipperName: `United Package`, ProductID: 75, ProductName: `Rhönbräu Klosterbier`, UnitPrice: 6.2, Quantity: 10, Discontinued: false, ExtendedPrice: 62, Freight: 40.26 }), + new InvoicesWorldDataItem({ ShipName: `Die Wandernde Kuh`, ShipAddress: `Adenauerallee 900`, ShipCity: `Stuttgart`, ShipRegion: null, ShipPostalCode: `70563`, ShipCountry: `Germany`, CustomerID: `WANDK`, CustomerName: `Die Wandernde Kuh`, Address: `Adenauerallee 900`, City: `Stuttgart`, Region: null, PostalCode: 70563, Country: `Germany`, Salesperson: `Margaret Peacock`, OrderID: 10348, OrderDate: `2016-04-13T21:00:00.000Z`, ShipperName: `United Package`, ProductID: 23, ProductName: `Tunnbröd`, UnitPrice: 7.2, Quantity: 25, Discontinued: false, ExtendedPrice: 180, Freight: 0.78 }), + new InvoicesWorldDataItem({ ShipName: `Die Wandernde Kuh`, ShipAddress: `Adenauerallee 900`, ShipCity: `Stuttgart`, ShipRegion: null, ShipPostalCode: `70563`, ShipCountry: `Germany`, CustomerID: `WANDK`, CustomerName: `Die Wandernde Kuh`, Address: `Adenauerallee 900`, City: `Stuttgart`, Region: null, PostalCode: 70563, Country: `Germany`, Salesperson: `Michael Suyama`, OrderID: 10356, OrderDate: `2018-04-13T21:00:00.000Z`, ShipperName: `United Package`, ProductID: 31, ProductName: `Gorgonzola Telino`, UnitPrice: 10, Quantity: 30, Discontinued: false, ExtendedPrice: 300, Freight: 36.71 }), + new InvoicesWorldDataItem({ ShipName: `Die Wandernde Kuh`, ShipAddress: `Adenauerallee 900`, ShipCity: `Stuttgart`, ShipRegion: null, ShipPostalCode: `70563`, ShipCountry: `Germany`, CustomerID: `WANDK`, CustomerName: `Die Wandernde Kuh`, Address: `Adenauerallee 900`, City: `Stuttgart`, Region: null, PostalCode: 70563, Country: `Germany`, Salesperson: `Michael Suyama`, OrderID: 10356, OrderDate: `2016-04-13T21:00:00.000Z`, ShipperName: `United Package`, ProductID: 55, ProductName: `Pâté chinois`, UnitPrice: 19.2, Quantity: 12, Discontinued: false, ExtendedPrice: 230.4, Freight: 36.71 }), + new InvoicesWorldDataItem({ ShipName: `Die Wandernde Kuh`, ShipAddress: `Adenauerallee 900`, ShipCity: `Stuttgart`, ShipRegion: null, ShipPostalCode: `70563`, ShipCountry: `Germany`, CustomerID: `WANDK`, CustomerName: `Die Wandernde Kuh`, Address: `Adenauerallee 900`, City: `Stuttgart`, Region: null, PostalCode: 70563, Country: `Germany`, Salesperson: `Michael Suyama`, OrderID: 10356, OrderDate: `2016-04-13T21:00:00.000Z`, ShipperName: `United Package`, ProductID: 69, ProductName: `Gudbrandsdalsost`, UnitPrice: 28.8, Quantity: 20, Discontinued: false, ExtendedPrice: 576, Freight: 36.71 }), + new InvoicesWorldDataItem({ ShipName: `Die Wandernde Kuh`, ShipAddress: `Adenauerallee 900`, ShipCity: `Stuttgart`, ShipRegion: null, ShipPostalCode: `70563`, ShipCountry: `Germany`, CustomerID: `WANDK`, CustomerName: `Die Wandernde Kuh`, Address: `Adenauerallee 900`, City: `Stuttgart`, Region: null, PostalCode: 70563, Country: `Germany`, Salesperson: `Laura Callahan`, OrderID: 10632, OrderDate: `2016-04-13T21:00:00.000Z`, ShipperName: `Speedy Express`, ProductID: 2, ProductName: `Chang`, UnitPrice: 19, Quantity: 30, Discontinued: true, ExtendedPrice: 541.5, Freight: 41.38 }), + new InvoicesWorldDataItem({ ShipName: `Die Wandernde Kuh`, ShipAddress: `Adenauerallee 900`, ShipCity: `Stuttgart`, ShipRegion: null, ShipPostalCode: `70563`, ShipCountry: `Germany`, CustomerID: `WANDK`, CustomerName: `Die Wandernde Kuh`, Address: `Adenauerallee 900`, City: `Stuttgart`, Region: null, PostalCode: 70563, Country: `Germany`, Salesperson: `Laura Callahan`, OrderID: 10632, OrderDate: `2016-04-13T21:00:00.000Z`, ShipperName: `Speedy Express`, ProductID: 33, ProductName: `Geitost`, UnitPrice: 2.5, Quantity: 20, Discontinued: true, ExtendedPrice: 47.5, Freight: 41.38 }), + new InvoicesWorldDataItem({ ShipName: `Die Wandernde Kuh`, ShipAddress: `Adenauerallee 900`, ShipCity: `Stuttgart`, ShipRegion: null, ShipPostalCode: `70563`, ShipCountry: `Germany`, CustomerID: `WANDK`, CustomerName: `Die Wandernde Kuh`, Address: `Adenauerallee 900`, City: `Stuttgart`, Region: null, PostalCode: 70563, Country: `Germany`, Salesperson: `Laura Callahan`, OrderID: 11046, OrderDate: `2016-04-13T21:00:00.000Z`, ShipperName: `United Package`, ProductID: 12, ProductName: `Queso Manchego La Pastora`, UnitPrice: 38, Quantity: 20, Discontinued: true, ExtendedPrice: 722, Freight: 71.64 }), + new InvoicesWorldDataItem({ ShipName: `Die Wandernde Kuh`, ShipAddress: `Adenauerallee 900`, ShipCity: `Stuttgart`, ShipRegion: null, ShipPostalCode: `70563`, ShipCountry: `Germany`, CustomerID: `WANDK`, CustomerName: `Die Wandernde Kuh`, Address: `Adenauerallee 900`, City: `Stuttgart`, Region: null, PostalCode: 70563, Country: `Germany`, Salesperson: `Laura Callahan`, OrderID: 11046, OrderDate: `2016-04-13T21:00:00.000Z`, ShipperName: `United Package`, ProductID: 32, ProductName: `Mascarpone Fabioli`, UnitPrice: 32, Quantity: 15, Discontinued: true, ExtendedPrice: 456, Freight: 71.64 }), + new InvoicesWorldDataItem({ ShipName: `Die Wandernde Kuh`, ShipAddress: `Adenauerallee 900`, ShipCity: `Stuttgart`, ShipRegion: null, ShipPostalCode: `70563`, ShipCountry: `Germany`, CustomerID: `WANDK`, CustomerName: `Die Wandernde Kuh`, Address: `Adenauerallee 900`, City: `Stuttgart`, Region: null, PostalCode: 70563, Country: `Germany`, Salesperson: `Laura Callahan`, OrderID: 11046, OrderDate: `2016-04-13T21:00:00.000Z`, ShipperName: `United Package`, ProductID: 35, ProductName: `Steeleye Stout`, UnitPrice: 18, Quantity: 18, Discontinued: true, ExtendedPrice: 307.8, Freight: 71.64 }), + new InvoicesWorldDataItem({ ShipName: `Die Wandernde Kuh`, ShipAddress: `Adenauerallee 900`, ShipCity: `Stuttgart`, ShipRegion: null, ShipPostalCode: `70563`, ShipCountry: `Germany`, CustomerID: `WANDK`, CustomerName: `Die Wandernde Kuh`, Address: `Adenauerallee 900`, City: `Stuttgart`, Region: null, PostalCode: 70563, Country: `Germany`, Salesperson: `Nancy Davolio`, OrderID: 10668, OrderDate: `2016-04-13T21:00:00.000Z`, ShipperName: `United Package`, ProductID: 31, ProductName: `Gorgonzola Telino`, UnitPrice: 12.5, Quantity: 8, Discontinued: true, ExtendedPrice: 90, Freight: 47.22 }), + new InvoicesWorldDataItem({ ShipName: `Die Wandernde Kuh`, ShipAddress: `Adenauerallee 900`, ShipCity: `Stuttgart`, ShipRegion: null, ShipPostalCode: `70563`, ShipCountry: `Germany`, CustomerID: `WANDK`, CustomerName: `Die Wandernde Kuh`, Address: `Adenauerallee 900`, City: `Stuttgart`, Region: null, PostalCode: 70563, Country: `Germany`, Salesperson: `Nancy Davolio`, OrderID: 10668, OrderDate: `2016-04-13T21:00:00.000Z`, ShipperName: `United Package`, ProductID: 55, ProductName: `Pâté chinois`, UnitPrice: 24, Quantity: 4, Discontinued: true, ExtendedPrice: 86.4, Freight: 47.22 }), + new InvoicesWorldDataItem({ ShipName: `Die Wandernde Kuh`, ShipAddress: `Adenauerallee 900`, ShipCity: `Stuttgart`, ShipRegion: null, ShipPostalCode: `70563`, ShipCountry: `Germany`, CustomerID: `WANDK`, CustomerName: `Die Wandernde Kuh`, Address: `Adenauerallee 900`, City: `Stuttgart`, Region: null, PostalCode: 70563, Country: `Germany`, Salesperson: `Nancy Davolio`, OrderID: 10668, OrderDate: `2016-04-13T21:00:00.000Z`, ShipperName: `United Package`, ProductID: 64, ProductName: `Wimmers gute Semmelknödel`, UnitPrice: 33.25, Quantity: 15, Discontinued: true, ExtendedPrice: 448.87, Freight: 47.22 }), + new InvoicesWorldDataItem({ ShipName: `Die Wandernde Kuh`, ShipAddress: `Adenauerallee 900`, ShipCity: `Stuttgart`, ShipRegion: null, ShipPostalCode: `70563`, ShipCountry: `Germany`, CustomerID: `WANDK`, CustomerName: `Die Wandernde Kuh`, Address: `Adenauerallee 900`, City: `Stuttgart`, Region: null, PostalCode: 70563, Country: `Germany`, Salesperson: `Margaret Peacock`, OrderID: 10348, OrderDate: `2016-04-13T21:00:00.000Z`, ShipperName: `United Package`, ProductID: 1, ProductName: `Chai`, UnitPrice: 14.4, Quantity: 15, Discontinued: true, ExtendedPrice: 183.6, Freight: 0.78 }), + new InvoicesWorldDataItem({ ShipName: `Die Wandernde Kuh`, ShipAddress: `Adenauerallee 900`, ShipCity: `Stuttgart`, ShipRegion: null, ShipPostalCode: `70563`, ShipCountry: `Germany`, CustomerID: `WANDK`, CustomerName: `Die Wandernde Kuh`, Address: `Adenauerallee 900`, City: `Stuttgart`, Region: null, PostalCode: 70563, Country: `Germany`, Salesperson: `Robert King`, OrderID: 10513, OrderDate: `2016-04-13T21:00:00.000Z`, ShipperName: `Speedy Express`, ProductID: 21, ProductName: `Sir Rodney's Scones`, UnitPrice: 10, Quantity: 40, Discontinued: true, ExtendedPrice: 320, Freight: 105.65 }), + new InvoicesWorldDataItem({ ShipName: `Die Wandernde Kuh`, ShipAddress: `Adenauerallee 900`, ShipCity: `Stuttgart`, ShipRegion: null, ShipPostalCode: `70563`, ShipCountry: `Germany`, CustomerID: `WANDK`, CustomerName: `Die Wandernde Kuh`, Address: `Adenauerallee 900`, City: `Stuttgart`, Region: null, PostalCode: 70563, Country: `Germany`, Salesperson: `Robert King`, OrderID: 10513, OrderDate: `2016-04-13T21:00:00.000Z`, ShipperName: `Speedy Express`, ProductID: 32, ProductName: `Mascarpone Fabioli`, UnitPrice: 32, Quantity: 50, Discontinued: true, ExtendedPrice: 1280, Freight: 105.65 }), + new InvoicesWorldDataItem({ ShipName: `Die Wandernde Kuh`, ShipAddress: `Adenauerallee 900`, ShipCity: `Stuttgart`, ShipRegion: null, ShipPostalCode: `70563`, ShipCountry: `Germany`, CustomerID: `WANDK`, CustomerName: `Die Wandernde Kuh`, Address: `Adenauerallee 900`, City: `Stuttgart`, Region: null, PostalCode: 70563, Country: `Germany`, Salesperson: `Robert King`, OrderID: 10513, OrderDate: `2016-04-13T21:00:00.000Z`, ShipperName: `Speedy Express`, ProductID: 61, ProductName: `Sirop d'érable`, UnitPrice: 28.5, Quantity: 15, Discontinued: true, ExtendedPrice: 342, Freight: 105.65 }), + new InvoicesWorldDataItem({ ShipName: `Die Wandernde Kuh`, ShipAddress: `Adenauerallee 900`, ShipCity: `Stuttgart`, ShipRegion: null, ShipPostalCode: `70563`, ShipCountry: `Germany`, CustomerID: `WANDK`, CustomerName: `Die Wandernde Kuh`, Address: `Adenauerallee 900`, City: `Stuttgart`, Region: null, PostalCode: 70563, Country: `Germany`, Salesperson: `Margaret Peacock`, OrderID: 10640, OrderDate: `2017-04-13T21:00:00.000Z`, ShipperName: `Speedy Express`, ProductID: 69, ProductName: `Gudbrandsdalsost`, UnitPrice: 36, Quantity: 20, Discontinued: true, ExtendedPrice: 540, Freight: 23.55 }), + new InvoicesWorldDataItem({ ShipName: `Die Wandernde Kuh`, ShipAddress: `Adenauerallee 900`, ShipCity: `Stuttgart`, ShipRegion: null, ShipPostalCode: `70563`, ShipCountry: `Germany`, CustomerID: `WANDK`, CustomerName: `Die Wandernde Kuh`, Address: `Adenauerallee 900`, City: `Stuttgart`, Region: null, PostalCode: 70563, Country: `Germany`, Salesperson: `Margaret Peacock`, OrderID: 10640, OrderDate: `2016-04-13T21:00:00.000Z`, ShipperName: `Speedy Express`, ProductID: 70, ProductName: `Outback Lager`, UnitPrice: 15, Quantity: 15, Discontinued: true, ExtendedPrice: 168.75, Freight: 23.55 }), + new InvoicesWorldDataItem({ ShipName: `Die Wandernde Kuh`, ShipAddress: `Adenauerallee 900`, ShipCity: `Stuttgart`, ShipRegion: null, ShipPostalCode: `70563`, ShipCountry: `Germany`, CustomerID: `WANDK`, CustomerName: `Die Wandernde Kuh`, Address: `Adenauerallee 900`, City: `Stuttgart`, Region: null, PostalCode: 70563, Country: `Germany`, Salesperson: `Laura Callahan`, OrderID: 10651, OrderDate: `2016-04-13T21:00:00.000Z`, ShipperName: `United Package`, ProductID: 19, ProductName: `Teatime Chocolate Biscuits`, UnitPrice: 9.2, Quantity: 12, Discontinued: true, ExtendedPrice: 82.8, Freight: 20.6 }), + new InvoicesWorldDataItem({ ShipName: `Die Wandernde Kuh`, ShipAddress: `Adenauerallee 900`, ShipCity: `Stuttgart`, ShipRegion: null, ShipPostalCode: `70563`, ShipCountry: `Germany`, CustomerID: `WANDK`, CustomerName: `Die Wandernde Kuh`, Address: `Adenauerallee 900`, City: `Stuttgart`, Region: null, PostalCode: 70563, Country: `Germany`, Salesperson: `Laura Callahan`, OrderID: 10651, OrderDate: `2016-04-13T21:00:00.000Z`, ShipperName: `United Package`, ProductID: 22, ProductName: `Gustaf's Knäckebröd`, UnitPrice: 21, Quantity: 20, Discontinued: true, ExtendedPrice: 315, Freight: 20.6 }), + new InvoicesWorldDataItem({ ShipName: `Drachenblut Delikatessen`, ShipAddress: `Walserweg 21`, ShipCity: `Aachen`, ShipRegion: null, ShipPostalCode: `52066`, ShipCountry: `Germany`, CustomerID: `DRACD`, CustomerName: `Drachenblut Delikatessen`, Address: `Walserweg 21`, City: `Aachen`, Region: null, PostalCode: 52066, Country: `Germany`, Salesperson: `Margaret Peacock`, OrderID: 10363, OrderDate: `2016-04-13T21:00:00.000Z`, ShipperName: `Federal Shipping`, ProductID: 31, ProductName: `Gorgonzola Telino`, UnitPrice: 10, Quantity: 20, Discontinued: false, ExtendedPrice: 200, Freight: 30.54 }), + new InvoicesWorldDataItem({ ShipName: `Drachenblut Delikatessen`, ShipAddress: `Walserweg 21`, ShipCity: `Aachen`, ShipRegion: null, ShipPostalCode: `52066`, ShipCountry: `Germany`, CustomerID: `DRACD`, CustomerName: `Drachenblut Delikatessen`, Address: `Walserweg 21`, City: `Aachen`, Region: null, PostalCode: 52066, Country: `Germany`, Salesperson: `Margaret Peacock`, OrderID: 10363, OrderDate: `2016-12-03T22:00:00.000Z`, ShipperName: `Federal Shipping`, ProductID: 75, ProductName: `Rhönbräu Klosterbier`, UnitPrice: 6.2, Quantity: 12, Discontinued: false, ExtendedPrice: 74.4, Freight: 30.54 }), + new InvoicesWorldDataItem({ ShipName: `Drachenblut Delikatessen`, ShipAddress: `Walserweg 21`, ShipCity: `Aachen`, ShipRegion: null, ShipPostalCode: `52066`, ShipCountry: `Germany`, CustomerID: `DRACD`, CustomerName: `Drachenblut Delikatessen`, Address: `Walserweg 21`, City: `Aachen`, Region: null, PostalCode: 52066, Country: `Germany`, Salesperson: `Margaret Peacock`, OrderID: 10363, OrderDate: `2016-02-07T22:00:00.000Z`, ShipperName: `Federal Shipping`, ProductID: 76, ProductName: `Lakkalikööri`, UnitPrice: 14.4, Quantity: 12, Discontinued: false, ExtendedPrice: 172.8, Freight: 30.54 }), + new InvoicesWorldDataItem({ ShipName: `Drachenblut Delikatessen`, ShipAddress: `Walserweg 21`, ShipCity: `Aachen`, ShipRegion: null, ShipPostalCode: `52066`, ShipCountry: `Germany`, CustomerID: `DRACD`, CustomerName: `Drachenblut Delikatessen`, Address: `Walserweg 21`, City: `Aachen`, Region: null, PostalCode: 52066, Country: `Germany`, Salesperson: `Janet Leverling`, OrderID: 10391, OrderDate: `2017-04-13T21:00:00.000Z`, ShipperName: `Federal Shipping`, ProductID: 13, ProductName: `Konbu`, UnitPrice: 4.8, Quantity: 18, Discontinued: false, ExtendedPrice: 86.4, Freight: 5.45 }), + new InvoicesWorldDataItem({ ShipName: `Drachenblut Delikatessen`, ShipAddress: `Walserweg 21`, ShipCity: `Aachen`, ShipRegion: null, ShipPostalCode: `52066`, ShipCountry: `Germany`, CustomerID: `DRACD`, CustomerName: `Drachenblut Delikatessen`, Address: `Walserweg 21`, City: `Aachen`, Region: null, PostalCode: 52066, Country: `Germany`, Salesperson: `Robert King`, OrderID: 10797, OrderDate: `2016-04-13T21:00:00.000Z`, ShipperName: `United Package`, ProductID: 11, ProductName: `Queso Cabrales`, UnitPrice: 21, Quantity: 20, Discontinued: false, ExtendedPrice: 420, Freight: 33.35 }), + new InvoicesWorldDataItem({ ShipName: `Drachenblut Delikatessen`, ShipAddress: `Walserweg 21`, ShipCity: `Aachen`, ShipRegion: null, ShipPostalCode: `52066`, ShipCountry: `Germany`, CustomerID: `DRACD`, CustomerName: `Drachenblut Delikatessen`, Address: `Walserweg 21`, City: `Aachen`, Region: null, PostalCode: 52066, Country: `Germany`, Salesperson: `Nancy Davolio`, OrderID: 11067, OrderDate: `2016-04-13T21:00:00.000Z`, ShipperName: `United Package`, ProductID: 41, ProductName: `Jack's New England Clam Chowder`, UnitPrice: 9.65, Quantity: 9, Discontinued: false, ExtendedPrice: 86.85, Freight: 7.98 }), + new InvoicesWorldDataItem({ ShipName: `Du monde entier`, ShipAddress: `67, rue des Cinquante Otages`, ShipCity: `Nantes`, ShipRegion: null, ShipPostalCode: `44000`, ShipCountry: `France`, CustomerID: `DUMON`, CustomerName: `Du monde entier`, Address: `67, rue des Cinquante Otages`, City: `Nantes`, Region: null, PostalCode: 44000, Country: `France`, Salesperson: `Nancy Davolio`, OrderID: 10311, OrderDate: `2016-08-13T21:00:00.000Z`, ShipperName: `Federal Shipping`, ProductID: 42, ProductName: `Singaporean Hokkien Fried Mee`, UnitPrice: 11.2, Quantity: 6, Discontinued: false, ExtendedPrice: 67.2, Freight: 24.69 }), + new InvoicesWorldDataItem({ ShipName: `Du monde entier`, ShipAddress: `67, rue des Cinquante Otages`, ShipCity: `Nantes`, ShipRegion: null, ShipPostalCode: `44000`, ShipCountry: `France`, CustomerID: `DUMON`, CustomerName: `Du monde entier`, Address: `67, rue des Cinquante Otages`, City: `Nantes`, Region: null, PostalCode: 44000, Country: `France`, Salesperson: `Nancy Davolio`, OrderID: 10311, OrderDate: `2017-04-13T21:00:00.000Z`, ShipperName: `Federal Shipping`, ProductID: 69, ProductName: `Gudbrandsdalsost`, UnitPrice: 28.8, Quantity: 7, Discontinued: false, ExtendedPrice: 201.6, Freight: 24.69 }), + new InvoicesWorldDataItem({ ShipName: `Du monde entier`, ShipAddress: `67, rue des Cinquante Otages`, ShipCity: `Nantes`, ShipRegion: null, ShipPostalCode: `44000`, ShipCountry: `France`, CustomerID: `DUMON`, CustomerName: `Du monde entier`, Address: `67, rue des Cinquante Otages`, City: `Nantes`, Region: null, PostalCode: 44000, Country: `France`, Salesperson: `Robert King`, OrderID: 10609, OrderDate: `2016-06-13T21:00:00.000Z`, ShipperName: `United Package`, ProductID: 1, ProductName: `Chai`, UnitPrice: 18, Quantity: 3, Discontinued: false, ExtendedPrice: 54, Freight: 1.85 }), + new InvoicesWorldDataItem({ ShipName: `Du monde entier`, ShipAddress: `67, rue des Cinquante Otages`, ShipCity: `Nantes`, ShipRegion: null, ShipPostalCode: `44000`, ShipCountry: `France`, CustomerID: `DUMON`, CustomerName: `Du monde entier`, Address: `67, rue des Cinquante Otages`, City: `Nantes`, Region: null, PostalCode: 44000, Country: `France`, Salesperson: `Robert King`, OrderID: 10609, OrderDate: `2015-04-13T21:00:00.000Z`, ShipperName: `United Package`, ProductID: 10, ProductName: `Ikura`, UnitPrice: 31, Quantity: 10, Discontinued: false, ExtendedPrice: 310, Freight: 1.85 }), + new InvoicesWorldDataItem({ ShipName: `Du monde entier`, ShipAddress: `67, rue des Cinquante Otages`, ShipCity: `Nantes`, ShipRegion: null, ShipPostalCode: `44000`, ShipCountry: `France`, CustomerID: `DUMON`, CustomerName: `Du monde entier`, Address: `67, rue des Cinquante Otages`, City: `Nantes`, Region: null, PostalCode: 44000, Country: `France`, Salesperson: `Robert King`, OrderID: 10609, OrderDate: `2016-04-13T21:00:00.000Z`, ShipperName: `United Package`, ProductID: 21, ProductName: `Sir Rodney's Scones`, UnitPrice: 10, Quantity: 6, Discontinued: false, ExtendedPrice: 60, Freight: 1.85 }), + new InvoicesWorldDataItem({ ShipName: `Du monde entier`, ShipAddress: `67, rue des Cinquante Otages`, ShipCity: `Nantes`, ShipRegion: null, ShipPostalCode: `44000`, ShipCountry: `France`, CustomerID: `DUMON`, CustomerName: `Du monde entier`, Address: `67, rue des Cinquante Otages`, City: `Nantes`, Region: null, PostalCode: 44000, Country: `France`, Salesperson: `Andrew Fuller`, OrderID: 10683, OrderDate: `2017-04-13T21:00:00.000Z`, ShipperName: `Speedy Express`, ProductID: 52, ProductName: `Filo Mix`, UnitPrice: 7, Quantity: 9, Discontinued: false, ExtendedPrice: 63, Freight: 4.4 }), + new InvoicesWorldDataItem({ ShipName: `Du monde entier`, ShipAddress: `67, rue des Cinquante Otages`, ShipCity: `Nantes`, ShipRegion: null, ShipPostalCode: `44000`, ShipCountry: `France`, CustomerID: `DUMON`, CustomerName: `Du monde entier`, Address: `67, rue des Cinquante Otages`, City: `Nantes`, Region: null, PostalCode: 44000, Country: `France`, Salesperson: `Robert King`, OrderID: 10890, OrderDate: `2016-04-13T21:00:00.000Z`, ShipperName: `Speedy Express`, ProductID: 17, ProductName: `Alice Mutton`, UnitPrice: 39, Quantity: 15, Discontinued: false, ExtendedPrice: 585, Freight: 32.76 }), + new InvoicesWorldDataItem({ ShipName: `Du monde entier`, ShipAddress: `67, rue des Cinquante Otages`, ShipCity: `Nantes`, ShipRegion: null, ShipPostalCode: `44000`, ShipCountry: `France`, CustomerID: `DUMON`, CustomerName: `Du monde entier`, Address: `67, rue des Cinquante Otages`, City: `Nantes`, Region: null, PostalCode: 44000, Country: `France`, Salesperson: `Robert King`, OrderID: 10890, OrderDate: `2016-04-13T21:00:00.000Z`, ShipperName: `Speedy Express`, ProductID: 34, ProductName: `Sasquatch Ale`, UnitPrice: 14, Quantity: 10, Discontinued: false, ExtendedPrice: 140, Freight: 32.76 }), + new InvoicesWorldDataItem({ ShipName: `Du monde entier`, ShipAddress: `67, rue des Cinquante Otages`, ShipCity: `Nantes`, ShipRegion: null, ShipPostalCode: `44000`, ShipCountry: `France`, CustomerID: `DUMON`, CustomerName: `Du monde entier`, Address: `67, rue des Cinquante Otages`, City: `Nantes`, Region: null, PostalCode: 44000, Country: `France`, Salesperson: `Robert King`, OrderID: 10890, OrderDate: `2016-02-13T22:00:00.000Z`, ShipperName: `Speedy Express`, ProductID: 41, ProductName: `Jack's New England Clam Chowder`, UnitPrice: 9.65, Quantity: 14, Discontinued: false, ExtendedPrice: 135.1, Freight: 32.76 }), + new InvoicesWorldDataItem({ ShipName: `Eastern Connection`, ShipAddress: `35 King George`, ShipCity: `London`, ShipRegion: null, ShipPostalCode: `WX3 6FW`, ShipCountry: `UK`, CustomerID: `EASTC`, CustomerName: `Eastern Connection`, Address: `35 King George`, City: `London`, Region: null, PostalCode: 18000, Country: `UK`, Salesperson: `Nancy Davolio`, OrderID: 10364, OrderDate: `2017-04-13T21:00:00.000Z`, ShipperName: `Speedy Express`, ProductID: 69, ProductName: `Gudbrandsdalsost`, UnitPrice: 28.8, Quantity: 30, Discontinued: false, ExtendedPrice: 864, Freight: 71.97 }), + new InvoicesWorldDataItem({ ShipName: `Eastern Connection`, ShipAddress: `35 King George`, ShipCity: `London`, ShipRegion: null, ShipPostalCode: `WX3 6FW`, ShipCountry: `UK`, CustomerID: `EASTC`, CustomerName: `Eastern Connection`, Address: `35 King George`, City: `London`, Region: null, PostalCode: 10000, Country: `UK`, Salesperson: `Nancy Davolio`, OrderID: 10364, OrderDate: `2016-04-03T21:00:00.000Z`, ShipperName: `Speedy Express`, ProductID: 71, ProductName: `Flotemysost`, UnitPrice: 17.2, Quantity: 5, Discontinued: false, ExtendedPrice: 86, Freight: 71.97 }), + new InvoicesWorldDataItem({ ShipName: `Eastern Connection`, ShipAddress: `35 King George`, ShipCity: `London`, ShipRegion: null, ShipPostalCode: `WX3 6FW`, ShipCountry: `UK`, CustomerID: `EASTC`, CustomerName: `Eastern Connection`, Address: `35 King George`, City: `London`, Region: null, PostalCode: 15000, Country: `UK`, Salesperson: `Nancy Davolio`, OrderID: 10400, OrderDate: `2016-03-11T22:00:00.000Z`, ShipperName: `Federal Shipping`, ProductID: 29, ProductName: `Thüringer Rostbratwurst`, UnitPrice: 99, Quantity: 21, Discontinued: false, ExtendedPrice: 2079, Freight: 83.93 }), + new InvoicesWorldDataItem({ ShipName: `Eastern Connection`, ShipAddress: `35 King George`, ShipCity: `London`, ShipRegion: null, ShipPostalCode: `WX3 6FW`, ShipCountry: `UK`, CustomerID: `EASTC`, CustomerName: `Eastern Connection`, Address: `35 King George`, City: `London`, Region: null, PostalCode: 45000, Country: `UK`, Salesperson: `Nancy Davolio`, OrderID: 10400, OrderDate: `2017-04-13T21:00:00.000Z`, ShipperName: `Federal Shipping`, ProductID: 35, ProductName: `Steeleye Stout`, UnitPrice: 14.4, Quantity: 35, Discontinued: false, ExtendedPrice: 504, Freight: 83.93 }), + new InvoicesWorldDataItem({ ShipName: `Eastern Connection`, ShipAddress: `35 King George`, ShipCity: `London`, ShipRegion: null, ShipPostalCode: `WX3 6FW`, ShipCountry: `UK`, CustomerID: `EASTC`, CustomerName: `Eastern Connection`, Address: `35 King George`, City: `London`, Region: null, PostalCode: 27000, Country: `UK`, Salesperson: `Nancy Davolio`, OrderID: 10400, OrderDate: `2016-12-31T22:00:00.000Z`, ShipperName: `Federal Shipping`, ProductID: 49, ProductName: `Maxilaku`, UnitPrice: 16, Quantity: 30, Discontinued: false, ExtendedPrice: 480, Freight: 83.93 }), + new InvoicesWorldDataItem({ ShipName: `Eastern Connection`, ShipAddress: `35 King George`, ShipCity: `London`, ShipRegion: null, ShipPostalCode: `WX3 6FW`, ShipCountry: `UK`, CustomerID: `EASTC`, CustomerName: `Eastern Connection`, Address: `35 King George`, City: `London`, Region: null, PostalCode: 41000, Country: `UK`, Salesperson: `Robert King`, OrderID: 10532, OrderDate: `2017-04-21T21:00:00.000Z`, ShipperName: `Federal Shipping`, ProductID: 30, ProductName: `Nord-Ost Matjeshering`, UnitPrice: 25.89, Quantity: 15, Discontinued: false, ExtendedPrice: 388.35, Freight: 74.46 }), + new InvoicesWorldDataItem({ ShipName: `Eastern Connection`, ShipAddress: `35 King George`, ShipCity: `London`, ShipRegion: null, ShipPostalCode: `WX3 6FW`, ShipCountry: `UK`, CustomerID: `EASTC`, CustomerName: `Eastern Connection`, Address: `35 King George`, City: `London`, Region: null, PostalCode: 48000, Country: `UK`, Salesperson: `Robert King`, OrderID: 10532, OrderDate: `2017-09-24T21:00:00.000Z`, ShipperName: `Federal Shipping`, ProductID: 66, ProductName: `Louisiana Hot Spiced Okra`, UnitPrice: 17, Quantity: 24, Discontinued: false, ExtendedPrice: 408, Freight: 74.46 }), + new InvoicesWorldDataItem({ ShipName: `Eastern Connection`, ShipAddress: `35 King George`, ShipCity: `London`, ShipRegion: null, ShipPostalCode: `WX3 6FW`, ShipCountry: `UK`, CustomerID: `EASTC`, CustomerName: `Eastern Connection`, Address: `35 King George`, City: `London`, Region: null, PostalCode: 49000, Country: `UK`, Salesperson: `Margaret Peacock`, OrderID: 10726, OrderDate: `2015-04-23T21:00:00.000Z`, ShipperName: `Speedy Express`, ProductID: 4, ProductName: `Chef Anton's Cajun Seasoning`, UnitPrice: 22, Quantity: 25, Discontinued: false, ExtendedPrice: 550, Freight: 16.56 }), + new InvoicesWorldDataItem({ ShipName: `Eastern Connection`, ShipAddress: `35 King George`, ShipCity: `London`, ShipRegion: null, ShipPostalCode: `WX3 6FW`, ShipCountry: `UK`, CustomerID: `EASTC`, CustomerName: `Eastern Connection`, Address: `35 King George`, City: `London`, Region: null, PostalCode: 13000, Country: `UK`, Salesperson: `Margaret Peacock`, OrderID: 10726, OrderDate: `2017-03-10T22:00:00.000Z`, ShipperName: `Speedy Express`, ProductID: 11, ProductName: `Queso Cabrales`, UnitPrice: 21, Quantity: 5, Discontinued: false, ExtendedPrice: 105, Freight: 16.56 }), + new InvoicesWorldDataItem({ ShipName: `Eastern Connection`, ShipAddress: `35 King George`, ShipCity: `London`, ShipRegion: null, ShipPostalCode: `WX3 6FW`, ShipCountry: `UK`, CustomerID: `EASTC`, CustomerName: `Eastern Connection`, Address: `35 King George`, City: `London`, Region: null, PostalCode: 16000, Country: `UK`, Salesperson: `Laura Callahan`, OrderID: 10987, OrderDate: `2016-04-13T21:00:00.000Z`, ShipperName: `Speedy Express`, ProductID: 7, ProductName: `Uncle Bob's Organic Dried Pears`, UnitPrice: 30, Quantity: 60, Discontinued: false, ExtendedPrice: 1800, Freight: 185.48 }), + new InvoicesWorldDataItem({ ShipName: `Eastern Connection`, ShipAddress: `35 King George`, ShipCity: `London`, ShipRegion: null, ShipPostalCode: `WX3 6FW`, ShipCountry: `UK`, CustomerID: `EASTC`, CustomerName: `Eastern Connection`, Address: `35 King George`, City: `London`, Region: null, PostalCode: 43000, Country: `UK`, Salesperson: `Laura Callahan`, OrderID: 10987, OrderDate: `2017-01-23T22:00:00.000Z`, ShipperName: `Speedy Express`, ProductID: 43, ProductName: `Ipoh Coffee`, UnitPrice: 46, Quantity: 6, Discontinued: false, ExtendedPrice: 276, Freight: 185.48 }), + new InvoicesWorldDataItem({ ShipName: `Eastern Connection`, ShipAddress: `35 King George`, ShipCity: `London`, ShipRegion: null, ShipPostalCode: `WX3 6FW`, ShipCountry: `UK`, CustomerID: `EASTC`, CustomerName: `Eastern Connection`, Address: `35 King George`, City: `London`, Region: null, PostalCode: 49000, Country: `UK`, Salesperson: `Laura Callahan`, OrderID: 10987, OrderDate: `2017-03-30T21:00:00.000Z`, ShipperName: `Speedy Express`, ProductID: 72, ProductName: `Mozzarella di Giovanni`, UnitPrice: 34.8, Quantity: 20, Discontinued: false, ExtendedPrice: 696, Freight: 185.48 }), + new InvoicesWorldDataItem({ ShipName: `Eastern Connection`, ShipAddress: `35 King George`, ShipCity: `London`, ShipRegion: null, ShipPostalCode: `WX3 6FW`, ShipCountry: `UK`, CustomerID: `EASTC`, CustomerName: `Eastern Connection`, Address: `35 King George`, City: `London`, Region: null, PostalCode: 40000, Country: `UK`, Salesperson: `Margaret Peacock`, OrderID: 11024, OrderDate: `2018-04-14T21:00:00.000Z`, ShipperName: `Speedy Express`, ProductID: 26, ProductName: `Gumbär Gummibärchen`, UnitPrice: 31.23, Quantity: 12, Discontinued: false, ExtendedPrice: 374.76, Freight: 74.36 }), + new InvoicesWorldDataItem({ ShipName: `Eastern Connection`, ShipAddress: `35 King George`, ShipCity: `London`, ShipRegion: null, ShipPostalCode: `WX3 6FW`, ShipCountry: `UK`, CustomerID: `EASTC`, CustomerName: `Eastern Connection`, Address: `35 King George`, City: `London`, Region: null, PostalCode: 50000, Country: `UK`, Salesperson: `Margaret Peacock`, OrderID: 11024, OrderDate: `2017-05-16T21:00:00.000Z`, ShipperName: `Speedy Express`, ProductID: 33, ProductName: `Geitost`, UnitPrice: 2.5, Quantity: 30, Discontinued: false, ExtendedPrice: 75, Freight: 74.36 }), + new InvoicesWorldDataItem({ ShipName: `Eastern Connection`, ShipAddress: `35 King George`, ShipCity: `London`, ShipRegion: null, ShipPostalCode: `WX3 6FW`, ShipCountry: `UK`, CustomerID: `EASTC`, CustomerName: `Eastern Connection`, Address: `35 King George`, City: `London`, Region: null, PostalCode: 33000, Country: `UK`, Salesperson: `Margaret Peacock`, OrderID: 11024, OrderDate: `2016-04-23T21:00:00.000Z`, ShipperName: `Speedy Express`, ProductID: 65, ProductName: `Louisiana Fiery Hot Pepper Sauce`, UnitPrice: 21.05, Quantity: 21, Discontinued: false, ExtendedPrice: 442.05, Freight: 74.36 }), + new InvoicesWorldDataItem({ ShipName: `Eastern Connection`, ShipAddress: `35 King George`, ShipCity: `London`, ShipRegion: null, ShipPostalCode: `WX3 6FW`, ShipCountry: `UK`, CustomerID: `EASTC`, CustomerName: `Eastern Connection`, Address: `35 King George`, City: `London`, Region: null, PostalCode: 34000, Country: `UK`, Salesperson: `Margaret Peacock`, OrderID: 11024, OrderDate: `2017-06-23T21:00:00.000Z`, ShipperName: `Speedy Express`, ProductID: 71, ProductName: `Flotemysost`, UnitPrice: 21.5, Quantity: 50, Discontinued: false, ExtendedPrice: 1075, Freight: 74.36 }), + new InvoicesWorldDataItem({ ShipName: `Eastern Connection`, ShipAddress: `35 King George`, ShipCity: `London`, ShipRegion: null, ShipPostalCode: `WX3 6FW`, ShipCountry: `UK`, CustomerID: `EASTC`, CustomerName: `Eastern Connection`, Address: `35 King George`, City: `London`, Region: null, PostalCode: 19000, Country: `UK`, Salesperson: `Laura Callahan`, OrderID: 11056, OrderDate: `2017-04-23T21:00:00.000Z`, ShipperName: `United Package`, ProductID: 7, ProductName: `Uncle Bob's Organic Dried Pears`, UnitPrice: 30, Quantity: 40, Discontinued: false, ExtendedPrice: 1200, Freight: 278.96 }), + new InvoicesWorldDataItem({ ShipName: `Eastern Connection`, ShipAddress: `35 King George`, ShipCity: `London`, ShipRegion: null, ShipPostalCode: `WX3 6FW`, ShipCountry: `UK`, CustomerID: `EASTC`, CustomerName: `Eastern Connection`, Address: `35 King George`, City: `London`, Region: null, PostalCode: 27000, Country: `UK`, Salesperson: `Laura Callahan`, OrderID: 11056, OrderDate: `2018-03-23T22:00:00.000Z`, ShipperName: `United Package`, ProductID: 55, ProductName: `Pâté chinois`, UnitPrice: 24, Quantity: 35, Discontinued: false, ExtendedPrice: 840, Freight: 278.96 }), + new InvoicesWorldDataItem({ ShipName: `Eastern Connection`, ShipAddress: `35 King George`, ShipCity: `London`, ShipRegion: null, ShipPostalCode: `WX3 6FW`, ShipCountry: `UK`, CustomerID: `EASTC`, CustomerName: `Eastern Connection`, Address: `35 King George`, City: `London`, Region: null, PostalCode: 24000, Country: `UK`, Salesperson: `Laura Callahan`, OrderID: 11056, OrderDate: `2018-04-27T21:00:00.000Z`, ShipperName: `United Package`, ProductID: 60, ProductName: `Camembert Pierrot`, UnitPrice: 34, Quantity: 50, Discontinued: false, ExtendedPrice: 1700, Freight: 278.96 }), + new InvoicesWorldDataItem({ ShipName: `Eastern Connection`, ShipAddress: `35 King George`, ShipCity: `London`, ShipRegion: null, ShipPostalCode: `WX3 6FW`, ShipCountry: `UK`, CustomerID: `EASTC`, CustomerName: `Eastern Connection`, Address: `35 King George`, City: `London`, Region: null, PostalCode: 42000, Country: `UK`, Salesperson: `Robert King`, OrderID: 11047, OrderDate: `2017-04-23T21:00:00.000Z`, ShipperName: `Federal Shipping`, ProductID: 1, ProductName: `Chai`, UnitPrice: 18, Quantity: 25, Discontinued: true, ExtendedPrice: 337.5, Freight: 46.62 }), ]; super(...newItems.slice(0)); } diff --git a/samples/grids/grid/groupby-paging/src/InvoicesWorldData.ts b/samples/grids/grid/groupby-paging/src/InvoicesWorldData.ts index 3bb5505560..716ecc2821 100644 --- a/samples/grids/grid/groupby-paging/src/InvoicesWorldData.ts +++ b/samples/grids/grid/groupby-paging/src/InvoicesWorldData.ts @@ -35,8700 +35,328 @@ export class InvoicesWorldData extends Array { super(...items); } else { const newItems = [ - new InvoicesWorldDataItem( - { - ShipName: `Alfred's Futterkiste`, - ShipAddress: `Obere Str. 57`, - ShipCity: `Berlin`, - ShipRegion: null, - ShipPostalCode: `12209`, - ShipCountry: `Germany`, - CustomerID: `ALFKI`, - CustomerName: `Alfreds Futterkiste`, - Address: `Obere Str. 57`, - City: `Berlin`, - Region: null, - PostalCode: 12209, - Country: `Germany`, - Salesperson: `Margaret Peacock`, - OrderID: 10692, - OrderDate: `2016-11-22T22:00:00.000Z`, - ShipperName: `United Package`, - ProductID: 63, - ProductName: `Vegie-spread`, - UnitPrice: 43.9, - Quantity: 20, - Discontinued: false, - ExtendedPrice: 878, - Freight: 61.02 - }), - new InvoicesWorldDataItem( - { - ShipName: `Alfred's Futterkiste`, - ShipAddress: `Obere Str. 57`, - ShipCity: `Berlin`, - ShipRegion: null, - ShipPostalCode: `12209`, - ShipCountry: `Germany`, - CustomerID: `ALFKI`, - CustomerName: `Alfreds Futterkiste`, - Address: `Obere Str. 57`, - City: `Berlin`, - Region: null, - PostalCode: 12209, - Country: `Germany`, - Salesperson: `Margaret Peacock`, - OrderID: 10702, - OrderDate: `2016-11-22T22:00:00.000Z`, - ShipperName: `Speedy Express`, - ProductID: 3, - ProductName: `Aniseed Syrup`, - UnitPrice: 10, - Quantity: 6, - Discontinued: false, - ExtendedPrice: 60, - Freight: 23.94 - }), - new InvoicesWorldDataItem( - { - ShipName: `Alfred's Futterkiste`, - ShipAddress: `Obere Str. 57`, - ShipCity: `Berlin`, - ShipRegion: null, - ShipPostalCode: `12209`, - ShipCountry: `Germany`, - CustomerID: `ALFKI`, - CustomerName: `Alfreds Futterkiste`, - Address: `Obere Str. 57`, - City: `Berlin`, - Region: null, - PostalCode: 12209, - Country: `Germany`, - Salesperson: `Margaret Peacock`, - OrderID: 10702, - OrderDate: `2016-11-22T22:00:00.000Z`, - ShipperName: `Speedy Express`, - ProductID: 76, - ProductName: `Lakkalikööri`, - UnitPrice: 18, - Quantity: 15, - Discontinued: false, - ExtendedPrice: 270, - Freight: 23.94 - }), - new InvoicesWorldDataItem( - { - ShipName: `Alfred's Futterkiste`, - ShipAddress: `Obere Str. 57`, - ShipCity: `Berlin`, - ShipRegion: null, - ShipPostalCode: `12209`, - ShipCountry: `Germany`, - CustomerID: `ALFKI`, - CustomerName: `Alfreds Futterkiste`, - Address: `Obere Str. 57`, - City: `Berlin`, - Region: null, - PostalCode: 12209, - Country: `Germany`, - Salesperson: `Nancy Davolio`, - OrderID: 10835, - OrderDate: `2016-11-22T22:00:00.000Z`, - ShipperName: `Federal Shipping`, - ProductID: 59, - ProductName: `Raclette Courdavault`, - UnitPrice: 55, - Quantity: 15, - Discontinued: false, - ExtendedPrice: 825, - Freight: 69.53 - }), - new InvoicesWorldDataItem( - { - ShipName: `Alfred's Futterkiste`, - ShipAddress: `Obere Str. 57`, - ShipCity: `Berlin`, - ShipRegion: null, - ShipPostalCode: `12209`, - ShipCountry: `Germany`, - CustomerID: `ALFKI`, - CustomerName: `Alfreds Futterkiste`, - Address: `Obere Str. 57`, - City: `Berlin`, - Region: null, - PostalCode: 12209, - Country: `Germany`, - Salesperson: `Nancy Davolio`, - OrderID: 10952, - OrderDate: `2016-11-22T22:00:00.000Z`, - ShipperName: `Speedy Express`, - ProductID: 28, - ProductName: `Rössle Sauerkraut`, - UnitPrice: 45.6, - Quantity: 2, - Discontinued: true, - ExtendedPrice: 91.2, - Freight: 40.42 - }), - new InvoicesWorldDataItem( - { - ShipName: `Alfred's Futterkiste`, - ShipAddress: `Obere Str. 57`, - ShipCity: `Berlin`, - ShipRegion: null, - ShipPostalCode: `12209`, - ShipCountry: `Germany`, - CustomerID: `ALFKI`, - CustomerName: `Alfreds Futterkiste`, - Address: `Obere Str. 57`, - City: `Berlin`, - Region: null, - PostalCode: 12209, - Country: `Germany`, - Salesperson: `Janet Leverling`, - OrderID: 11011, - OrderDate: `2016-11-22T22:00:00.000Z`, - ShipperName: `Speedy Express`, - ProductID: 71, - ProductName: `Flotemysost`, - UnitPrice: 21.5, - Quantity: 20, - Discontinued: true, - ExtendedPrice: 430, - Freight: 1.21 - }), - new InvoicesWorldDataItem( - { - ShipName: `Alfred's Futterkiste`, - ShipAddress: `Obere Str. 57`, - ShipCity: `Berlin`, - ShipRegion: null, - ShipPostalCode: `12209`, - ShipCountry: `Germany`, - CustomerID: `ALFKI`, - CustomerName: `Alfreds Futterkiste`, - Address: `Obere Str. 57`, - City: `Berlin`, - Region: null, - PostalCode: 12209, - Country: `Germany`, - Salesperson: `Nancy Davolio`, - OrderID: 10952, - OrderDate: `2016-11-22T22:00:00.000Z`, - ShipperName: `Speedy Express`, - ProductID: 6, - ProductName: `Grandma's Boysenberry Spread`, - UnitPrice: 25, - Quantity: 16, - Discontinued: true, - ExtendedPrice: 380, - Freight: 40.42 - }), - new InvoicesWorldDataItem( - { - ShipName: `Alfred's Futterkiste`, - ShipAddress: `Obere Str. 57`, - ShipCity: `Berlin`, - ShipRegion: null, - ShipPostalCode: `12209`, - ShipCountry: `Germany`, - CustomerID: `ALFKI`, - CustomerName: `Alfreds Futterkiste`, - Address: `Obere Str. 57`, - City: `Berlin`, - Region: null, - PostalCode: 12209, - Country: `Germany`, - Salesperson: `Janet Leverling`, - OrderID: 11011, - OrderDate: `2016-11-22T22:00:00.000Z`, - ShipperName: `Speedy Express`, - ProductID: 58, - ProductName: `Escargots de Bourgogne`, - UnitPrice: 13.25, - Quantity: 40, - Discontinued: true, - ExtendedPrice: 503.5, - Freight: 1.21 - }), - new InvoicesWorldDataItem( - { - ShipName: `Alfred's Futterkiste`, - ShipAddress: `Obere Str. 57`, - ShipCity: `Berlin`, - ShipRegion: null, - ShipPostalCode: `12209`, - ShipCountry: `Germany`, - CustomerID: `ALFKI`, - CustomerName: `Alfreds Futterkiste`, - Address: `Obere Str. 57`, - City: `Berlin`, - Region: null, - PostalCode: 12209, - Country: `Germany`, - Salesperson: `Nancy Davolio`, - OrderID: 10835, - OrderDate: `2016-11-22T22:00:00.000Z`, - ShipperName: `Federal Shipping`, - ProductID: 77, - ProductName: `Original Frankfurter grüne Soße`, - UnitPrice: 13, - Quantity: 2, - Discontinued: true, - ExtendedPrice: 20.8, - Freight: 69.53 - }), - new InvoicesWorldDataItem( - { - ShipName: `Alfreds Futterkiste`, - ShipAddress: `Obere Str. 57`, - ShipCity: `Berlin`, - ShipRegion: null, - ShipPostalCode: `12209`, - ShipCountry: `Germany`, - CustomerID: `ALFKI`, - CustomerName: `Alfreds Futterkiste`, - Address: `Obere Str. 57`, - City: `Berlin`, - Region: null, - PostalCode: 12209, - Country: `Germany`, - Salesperson: `Michael Suyama`, - OrderID: 10643, - OrderDate: `2016-11-22T22:00:00.000Z`, - ShipperName: `Speedy Express`, - ProductID: 28, - ProductName: `Rössle Sauerkraut`, - UnitPrice: 45.6, - Quantity: 15, - Discontinued: true, - ExtendedPrice: 513, - Freight: 29.46 - }), - new InvoicesWorldDataItem( - { - ShipName: `Alfreds Futterkiste`, - ShipAddress: `Obere Str. 57`, - ShipCity: `Berlin`, - ShipRegion: null, - ShipPostalCode: `12209`, - ShipCountry: `Germany`, - CustomerID: `ALFKI`, - CustomerName: `Alfreds Futterkiste`, - Address: `Obere Str. 57`, - City: `Berlin`, - Region: null, - PostalCode: 12209, - Country: `Germany`, - Salesperson: `Michael Suyama`, - OrderID: 10643, - OrderDate: `2016-11-22T22:00:00.000Z`, - ShipperName: `Speedy Express`, - ProductID: 39, - ProductName: `Chartreuse verte`, - UnitPrice: 18, - Quantity: 21, - Discontinued: true, - ExtendedPrice: 283.5, - Freight: 29.46 - }), - new InvoicesWorldDataItem( - { - ShipName: `Alfreds Futterkiste`, - ShipAddress: `Obere Str. 57`, - ShipCity: `Berlin`, - ShipRegion: null, - ShipPostalCode: `12209`, - ShipCountry: `Germany`, - CustomerID: `ALFKI`, - CustomerName: `Alfreds Futterkiste`, - Address: `Obere Str. 57`, - City: `Berlin`, - Region: null, - PostalCode: 12209, - Country: `Germany`, - Salesperson: `Michael Suyama`, - OrderID: 10643, - OrderDate: `2016-11-22T22:00:00.000Z`, - ShipperName: `Speedy Express`, - ProductID: 46, - ProductName: `Spegesild`, - UnitPrice: 12, - Quantity: 2, - Discontinued: true, - ExtendedPrice: 18, - Freight: 29.46 - }), - new InvoicesWorldDataItem( - { - ShipName: `Ana Trujillo Emparedados y helados`, - ShipAddress: `Avda. de la Constitución 2222`, - ShipCity: `México D.F.`, - ShipRegion: null, - ShipPostalCode: `05021`, - ShipCountry: `Mexico`, - CustomerID: `ANATR`, - CustomerName: `Ana Trujillo Emparedados y helados`, - Address: `Avda. de la Constitución 2222`, - City: `México D.F.`, - Region: null, - PostalCode: 5021, - Country: `Mexico`, - Salesperson: `Robert King`, - OrderID: 10308, - OrderDate: `2016-11-22T22:00:00.000Z`, - ShipperName: `Federal Shipping`, - ProductID: 69, - ProductName: `Gudbrandsdalsost`, - UnitPrice: 28.8, - Quantity: 1, - Discontinued: false, - ExtendedPrice: 28.8, - Freight: 1.61 - }), - new InvoicesWorldDataItem( - { - ShipName: `Ana Trujillo Emparedados y helados`, - ShipAddress: `Avda. de la Constitución 2222`, - ShipCity: `México D.F.`, - ShipRegion: null, - ShipPostalCode: `05021`, - ShipCountry: `Mexico`, - CustomerID: `ANATR`, - CustomerName: `Ana Trujillo Emparedados y helados`, - Address: `Avda. de la Constitución 2222`, - City: `México D.F.`, - Region: null, - PostalCode: 5021, - Country: `Mexico`, - Salesperson: `Robert King`, - OrderID: 10308, - OrderDate: `2016-11-22T22:00:00.000Z`, - ShipperName: `Federal Shipping`, - ProductID: 70, - ProductName: `Outback Lager`, - UnitPrice: 12, - Quantity: 5, - Discontinued: false, - ExtendedPrice: 60, - Freight: 1.61 - }), - new InvoicesWorldDataItem( - { - ShipName: `Ana Trujillo Emparedados y helados`, - ShipAddress: `Avda. de la Constitución 2222`, - ShipCity: `México D.F.`, - ShipRegion: null, - ShipPostalCode: `05021`, - ShipCountry: `Mexico`, - CustomerID: `ANATR`, - CustomerName: `Ana Trujillo Emparedados y helados`, - Address: `Avda. de la Constitución 2222`, - City: `México D.F.`, - Region: null, - PostalCode: 5021, - Country: `Mexico`, - Salesperson: `Janet Leverling`, - OrderID: 10625, - OrderDate: `2016-11-22T22:00:00.000Z`, - ShipperName: `Speedy Express`, - ProductID: 14, - ProductName: `Tofu`, - UnitPrice: 23.25, - Quantity: 3, - Discontinued: false, - ExtendedPrice: 69.75, - Freight: 43.9 - }), - new InvoicesWorldDataItem( - { - ShipName: `Ana Trujillo Emparedados y helados`, - ShipAddress: `Avda. de la Constitución 2222`, - ShipCity: `México D.F.`, - ShipRegion: null, - ShipPostalCode: `05021`, - ShipCountry: `Mexico`, - CustomerID: `ANATR`, - CustomerName: `Ana Trujillo Emparedados y helados`, - Address: `Avda. de la Constitución 2222`, - City: `México D.F.`, - Region: null, - PostalCode: 5021, - Country: `Mexico`, - Salesperson: `Janet Leverling`, - OrderID: 10625, - OrderDate: `2016-11-22T22:00:00.000Z`, - ShipperName: `Speedy Express`, - ProductID: 42, - ProductName: `Singaporean Hokkien Fried Mee`, - UnitPrice: 14, - Quantity: 5, - Discontinued: false, - ExtendedPrice: 70, - Freight: 43.9 - }), - new InvoicesWorldDataItem( - { - ShipName: `Ana Trujillo Emparedados y helados`, - ShipAddress: `Avda. de la Constitución 2222`, - ShipCity: `México D.F.`, - ShipRegion: null, - ShipPostalCode: `05021`, - ShipCountry: `Mexico`, - CustomerID: `ANATR`, - CustomerName: `Ana Trujillo Emparedados y helados`, - Address: `Avda. de la Constitución 2222`, - City: `México D.F.`, - Region: null, - PostalCode: 5021, - Country: `Mexico`, - Salesperson: `Janet Leverling`, - OrderID: 10625, - OrderDate: `2016-11-22T22:00:00.000Z`, - ShipperName: `Speedy Express`, - ProductID: 60, - ProductName: `Camembert Pierrot`, - UnitPrice: 34, - Quantity: 10, - Discontinued: false, - ExtendedPrice: 340, - Freight: 43.9 - }), - new InvoicesWorldDataItem( - { - ShipName: `Ana Trujillo Emparedados y helados`, - ShipAddress: `Avda. de la Constitución 2222`, - ShipCity: `México D.F.`, - ShipRegion: null, - ShipPostalCode: `05021`, - ShipCountry: `Mexico`, - CustomerID: `ANATR`, - CustomerName: `Ana Trujillo Emparedados y helados`, - Address: `Avda. de la Constitución 2222`, - City: `México D.F.`, - Region: null, - PostalCode: 5021, - Country: `Mexico`, - Salesperson: `Janet Leverling`, - OrderID: 10759, - OrderDate: `2016-11-22T22:00:00.000Z`, - ShipperName: `Federal Shipping`, - ProductID: 32, - ProductName: `Mascarpone Fabioli`, - UnitPrice: 32, - Quantity: 10, - Discontinued: false, - ExtendedPrice: 320, - Freight: 11.99 - }), - new InvoicesWorldDataItem( - { - ShipName: `Ana Trujillo Emparedados y helados`, - ShipAddress: `Avda. de la Constitución 2222`, - ShipCity: `México D.F.`, - ShipRegion: null, - ShipPostalCode: `05021`, - ShipCountry: `Mexico`, - CustomerID: `ANATR`, - CustomerName: `Ana Trujillo Emparedados y helados`, - Address: `Avda. de la Constitución 2222`, - City: `México D.F.`, - Region: null, - PostalCode: 5021, - Country: `Mexico`, - Salesperson: `Margaret Peacock`, - OrderID: 10926, - OrderDate: `2016-11-22T22:00:00.000Z`, - ShipperName: `Federal Shipping`, - ProductID: 11, - ProductName: `Queso Cabrales`, - UnitPrice: 21, - Quantity: 2, - Discontinued: false, - ExtendedPrice: 42, - Freight: 39.92 - }), - new InvoicesWorldDataItem( - { - ShipName: `Ana Trujillo Emparedados y helados`, - ShipAddress: `Avda. de la Constitución 2222`, - ShipCity: `México D.F.`, - ShipRegion: null, - ShipPostalCode: `05021`, - ShipCountry: `Mexico`, - CustomerID: `ANATR`, - CustomerName: `Ana Trujillo Emparedados y helados`, - Address: `Avda. de la Constitución 2222`, - City: `México D.F.`, - Region: null, - PostalCode: 5021, - Country: `Mexico`, - Salesperson: `Margaret Peacock`, - OrderID: 10926, - OrderDate: `2016-11-22T22:00:00.000Z`, - ShipperName: `Federal Shipping`, - ProductID: 13, - ProductName: `Konbu`, - UnitPrice: 6, - Quantity: 10, - Discontinued: false, - ExtendedPrice: 60, - Freight: 39.92 - }), - new InvoicesWorldDataItem( - { - ShipName: `Ana Trujillo Emparedados y helados`, - ShipAddress: `Avda. de la Constitución 2222`, - ShipCity: `México D.F.`, - ShipRegion: null, - ShipPostalCode: `05021`, - ShipCountry: `Mexico`, - CustomerID: `ANATR`, - CustomerName: `Ana Trujillo Emparedados y helados`, - Address: `Avda. de la Constitución 2222`, - City: `México D.F.`, - Region: null, - PostalCode: 5021, - Country: `Mexico`, - Salesperson: `Margaret Peacock`, - OrderID: 10926, - OrderDate: `2016-11-22T22:00:00.000Z`, - ShipperName: `Federal Shipping`, - ProductID: 19, - ProductName: `Teatime Chocolate Biscuits`, - UnitPrice: 9.2, - Quantity: 7, - Discontinued: false, - ExtendedPrice: 64.4, - Freight: 39.92 - }), - new InvoicesWorldDataItem( - { - ShipName: `Ana Trujillo Emparedados y helados`, - ShipAddress: `Avda. de la Constitución 2222`, - ShipCity: `México D.F.`, - ShipRegion: null, - ShipPostalCode: `05021`, - ShipCountry: `Mexico`, - CustomerID: `ANATR`, - CustomerName: `Ana Trujillo Emparedados y helados`, - Address: `Avda. de la Constitución 2222`, - City: `México D.F.`, - Region: null, - PostalCode: 5021, - Country: `Mexico`, - Salesperson: `Margaret Peacock`, - OrderID: 10926, - OrderDate: `2016-11-22T22:00:00.000Z`, - ShipperName: `Federal Shipping`, - ProductID: 72, - ProductName: `Mozzarella di Giovanni`, - UnitPrice: 34.8, - Quantity: 10, - Discontinued: false, - ExtendedPrice: 348, - Freight: 39.92 - }), - new InvoicesWorldDataItem( - { - ShipName: `Antonio Moreno Taquería`, - ShipAddress: `Mataderos 2312`, - ShipCity: `México D.F.`, - ShipRegion: null, - ShipPostalCode: `05023`, - ShipCountry: `Mexico`, - CustomerID: `ANTON`, - CustomerName: `Antonio Moreno Taquería`, - Address: `Mataderos 2312`, - City: `México D.F.`, - Region: null, - PostalCode: 5023, - Country: `Mexico`, - Salesperson: `Janet Leverling`, - OrderID: 10365, - OrderDate: `2016-11-22T22:00:00.000Z`, - ShipperName: `United Package`, - ProductID: 11, - ProductName: `Queso Cabrales`, - UnitPrice: 16.8, - Quantity: 24, - Discontinued: false, - ExtendedPrice: 403.2, - Freight: 22 - }), - new InvoicesWorldDataItem( - { - ShipName: `Antonio Moreno Taquería`, - ShipAddress: `Mataderos 2312`, - ShipCity: `México D.F.`, - ShipRegion: null, - ShipPostalCode: `05023`, - ShipCountry: `Mexico`, - CustomerID: `ANTON`, - CustomerName: `Antonio Moreno Taquería`, - Address: `Mataderos 2312`, - City: `México D.F.`, - Region: null, - PostalCode: 5023, - Country: `Mexico`, - Salesperson: `Robert King`, - OrderID: 10573, - OrderDate: `2016-11-22T22:00:00.000Z`, - ShipperName: `Federal Shipping`, - ProductID: 17, - ProductName: `Alice Mutton`, - UnitPrice: 39, - Quantity: 18, - Discontinued: false, - ExtendedPrice: 702, - Freight: 84.84 - }), - new InvoicesWorldDataItem( - { - ShipName: `Antonio Moreno Taquería`, - ShipAddress: `Mataderos 2312`, - ShipCity: `México D.F.`, - ShipRegion: null, - ShipPostalCode: `05023`, - ShipCountry: `Mexico`, - CustomerID: `ANTON`, - CustomerName: `Antonio Moreno Taquería`, - Address: `Mataderos 2312`, - City: `México D.F.`, - Region: null, - PostalCode: 5023, - Country: `Mexico`, - Salesperson: `Robert King`, - OrderID: 10573, - OrderDate: `2016-11-22T22:00:00.000Z`, - ShipperName: `Federal Shipping`, - ProductID: 34, - ProductName: `Sasquatch Ale`, - UnitPrice: 14, - Quantity: 40, - Discontinued: false, - ExtendedPrice: 560, - Freight: 84.84 - }), - new InvoicesWorldDataItem( - { - ShipName: `Antonio Moreno Taquería`, - ShipAddress: `Mataderos 2312`, - ShipCity: `México D.F.`, - ShipRegion: null, - ShipPostalCode: `05023`, - ShipCountry: `Mexico`, - CustomerID: `ANTON`, - CustomerName: `Antonio Moreno Taquería`, - Address: `Mataderos 2312`, - City: `México D.F.`, - Region: null, - PostalCode: 5023, - Country: `Mexico`, - Salesperson: `Robert King`, - OrderID: 10573, - OrderDate: `2016-11-22T22:00:00.000Z`, - ShipperName: `Federal Shipping`, - ProductID: 53, - ProductName: `Perth Pasties`, - UnitPrice: 32.8, - Quantity: 25, - Discontinued: false, - ExtendedPrice: 820, - Freight: 84.84 - }), - new InvoicesWorldDataItem( - { - ShipName: `Antonio Moreno Taquería`, - ShipAddress: `Mataderos 2312`, - ShipCity: `México D.F.`, - ShipRegion: null, - ShipPostalCode: `05023`, - ShipCountry: `Mexico`, - CustomerID: `ANTON`, - CustomerName: `Antonio Moreno Taquería`, - Address: `Mataderos 2312`, - City: `México D.F.`, - Region: null, - PostalCode: 5023, - Country: `Mexico`, - Salesperson: `Janet Leverling`, - OrderID: 10682, - OrderDate: `2016-11-22T22:00:00.000Z`, - ShipperName: `United Package`, - ProductID: 33, - ProductName: `Geitost`, - UnitPrice: 2.5, - Quantity: 30, - Discontinued: false, - ExtendedPrice: 75, - Freight: 36.13 - }), - new InvoicesWorldDataItem( - { - ShipName: `Antonio Moreno Taquería`, - ShipAddress: `Mataderos 2312`, - ShipCity: `México D.F.`, - ShipRegion: null, - ShipPostalCode: `05023`, - ShipCountry: `Mexico`, - CustomerID: `ANTON`, - CustomerName: `Antonio Moreno Taquería`, - Address: `Mataderos 2312`, - City: `México D.F.`, - Region: null, - PostalCode: 5023, - Country: `Mexico`, - Salesperson: `Janet Leverling`, - OrderID: 10682, - OrderDate: `2016-11-22T22:00:00.000Z`, - ShipperName: `United Package`, - ProductID: 66, - ProductName: `Louisiana Hot Spiced Okra`, - UnitPrice: 17, - Quantity: 4, - Discontinued: false, - ExtendedPrice: 68, - Freight: 36.13 - }), - new InvoicesWorldDataItem( - { - ShipName: `Antonio Moreno Taquería`, - ShipAddress: `Mataderos 2312`, - ShipCity: `México D.F.`, - ShipRegion: null, - ShipPostalCode: `05023`, - ShipCountry: `Mexico`, - CustomerID: `ANTON`, - CustomerName: `Antonio Moreno Taquería`, - Address: `Mataderos 2312`, - City: `México D.F.`, - Region: null, - PostalCode: 5023, - Country: `Mexico`, - Salesperson: `Janet Leverling`, - OrderID: 10682, - OrderDate: `2016-11-22T22:00:00.000Z`, - ShipperName: `United Package`, - ProductID: 75, - ProductName: `Rhönbräu Klosterbier`, - UnitPrice: 7.75, - Quantity: 30, - Discontinued: false, - ExtendedPrice: 232.5, - Freight: 36.13 - }), - new InvoicesWorldDataItem( - { - ShipName: `Antonio Moreno Taquería`, - ShipAddress: `Mataderos 2312`, - ShipCity: `México D.F.`, - ShipRegion: null, - ShipPostalCode: `05023`, - ShipCountry: `Mexico`, - CustomerID: `ANTON`, - CustomerName: `Antonio Moreno Taquería`, - Address: `Mataderos 2312`, - City: `México D.F.`, - Region: null, - PostalCode: 5023, - Country: `Mexico`, - Salesperson: `Janet Leverling`, - OrderID: 10856, - OrderDate: `2016-11-22T22:00:00.000Z`, - ShipperName: `United Package`, - ProductID: 2, - ProductName: `Chang`, - UnitPrice: 19, - Quantity: 20, - Discontinued: false, - ExtendedPrice: 380, - Freight: 58.43 - }), - new InvoicesWorldDataItem( - { - ShipName: `Antonio Moreno Taquería`, - ShipAddress: `Mataderos 2312`, - ShipCity: `México D.F.`, - ShipRegion: null, - ShipPostalCode: `05023`, - ShipCountry: `Mexico`, - CustomerID: `ANTON`, - CustomerName: `Antonio Moreno Taquería`, - Address: `Mataderos 2312`, - City: `México D.F.`, - Region: null, - PostalCode: 5023, - Country: `Mexico`, - Salesperson: `Janet Leverling`, - OrderID: 10856, - OrderDate: `2016-11-22T22:00:00.000Z`, - ShipperName: `United Package`, - ProductID: 42, - ProductName: `Singaporean Hokkien Fried Mee`, - UnitPrice: 14, - Quantity: 20, - Discontinued: false, - ExtendedPrice: 280, - Freight: 58.43 - }), - new InvoicesWorldDataItem( - { - ShipName: `Antonio Moreno Taquería`, - ShipAddress: `Mataderos 2312`, - ShipCity: `México D.F.`, - ShipRegion: null, - ShipPostalCode: `05023`, - ShipCountry: `Mexico`, - CustomerID: `ANTON`, - CustomerName: `Antonio Moreno Taquería`, - Address: `Mataderos 2312`, - City: `México D.F.`, - Region: null, - PostalCode: 5023, - Country: `Mexico`, - Salesperson: `Margaret Peacock`, - OrderID: 10535, - OrderDate: `2016-11-22T22:00:00.000Z`, - ShipperName: `Speedy Express`, - ProductID: 11, - ProductName: `Queso Cabrales`, - UnitPrice: 21, - Quantity: 50, - Discontinued: true, - ExtendedPrice: 945, - Freight: 15.64 - }), - new InvoicesWorldDataItem( - { - ShipName: `Antonio Moreno Taquería`, - ShipAddress: `Mataderos 2312`, - ShipCity: `México D.F.`, - ShipRegion: null, - ShipPostalCode: `05023`, - ShipCountry: `Mexico`, - CustomerID: `ANTON`, - CustomerName: `Antonio Moreno Taquería`, - Address: `Mataderos 2312`, - City: `México D.F.`, - Region: null, - PostalCode: 5023, - Country: `Mexico`, - Salesperson: `Margaret Peacock`, - OrderID: 10535, - OrderDate: `2016-11-22T22:00:00.000Z`, - ShipperName: `Speedy Express`, - ProductID: 40, - ProductName: `Boston Crab Meat`, - UnitPrice: 18.4, - Quantity: 10, - Discontinued: true, - ExtendedPrice: 165.6, - Freight: 15.64 - }), - new InvoicesWorldDataItem( - { - ShipName: `Antonio Moreno Taquería`, - ShipAddress: `Mataderos 2312`, - ShipCity: `México D.F.`, - ShipRegion: null, - ShipPostalCode: `05023`, - ShipCountry: `Mexico`, - CustomerID: `ANTON`, - CustomerName: `Antonio Moreno Taquería`, - Address: `Mataderos 2312`, - City: `México D.F.`, - Region: null, - PostalCode: 5023, - Country: `Mexico`, - Salesperson: `Margaret Peacock`, - OrderID: 10535, - OrderDate: `2016-11-22T22:00:00.000Z`, - ShipperName: `Speedy Express`, - ProductID: 57, - ProductName: `Ravioli Angelo`, - UnitPrice: 19.5, - Quantity: 5, - Discontinued: true, - ExtendedPrice: 87.75, - Freight: 15.64 - }), - new InvoicesWorldDataItem( - { - ShipName: `Antonio Moreno Taquería`, - ShipAddress: `Mataderos 2312`, - ShipCity: `México D.F.`, - ShipRegion: null, - ShipPostalCode: `05023`, - ShipCountry: `Mexico`, - CustomerID: `ANTON`, - CustomerName: `Antonio Moreno Taquería`, - Address: `Mataderos 2312`, - City: `México D.F.`, - Region: null, - PostalCode: 5023, - Country: `Mexico`, - Salesperson: `Margaret Peacock`, - OrderID: 10535, - OrderDate: `2016-11-22T22:00:00.000Z`, - ShipperName: `Speedy Express`, - ProductID: 59, - ProductName: `Raclette Courdavault`, - UnitPrice: 55, - Quantity: 15, - Discontinued: false, - ExtendedPrice: 742.5, - Freight: 15.64 - }), - new InvoicesWorldDataItem( - { - ShipName: `Antonio Moreno Taquería`, - ShipAddress: `Mataderos 2312`, - ShipCity: `México D.F.`, - ShipRegion: null, - ShipPostalCode: `05023`, - ShipCountry: `Mexico`, - CustomerID: `ANTON`, - CustomerName: `Antonio Moreno Taquería`, - Address: `Mataderos 2312`, - City: `México D.F.`, - Region: null, - PostalCode: 5023, - Country: `Mexico`, - Salesperson: `Robert King`, - OrderID: 10507, - OrderDate: `2016-11-22T22:00:00.000Z`, - ShipperName: `Speedy Express`, - ProductID: 43, - ProductName: `Ipoh Coffee`, - UnitPrice: 46, - Quantity: 15, - Discontinued: false, - ExtendedPrice: 586.5, - Freight: 47.45 - }), - new InvoicesWorldDataItem( - { - ShipName: `Antonio Moreno Taquería`, - ShipAddress: `Mataderos 2312`, - ShipCity: `México D.F.`, - ShipRegion: null, - ShipPostalCode: `05023`, - ShipCountry: `Mexico`, - CustomerID: `ANTON`, - CustomerName: `Antonio Moreno Taquería`, - Address: `Mataderos 2312`, - City: `México D.F.`, - Region: null, - PostalCode: 5023, - Country: `Mexico`, - Salesperson: `Robert King`, - OrderID: 10507, - OrderDate: `2016-11-22T22:00:00.000Z`, - ShipperName: `Speedy Express`, - ProductID: 48, - ProductName: `Chocolade`, - UnitPrice: 12.75, - Quantity: 15, - Discontinued: true, - ExtendedPrice: 162.56, - Freight: 47.45 - }), - new InvoicesWorldDataItem( - { - ShipName: `Antonio Moreno Taquería`, - ShipAddress: `Mataderos 2312`, - ShipCity: `México D.F.`, - ShipRegion: null, - ShipPostalCode: `05023`, - ShipCountry: `Mexico`, - CustomerID: `ANTON`, - CustomerName: `Antonio Moreno Taquería`, - Address: `Mataderos 2312`, - City: `México D.F.`, - Region: null, - PostalCode: 5023, - Country: `Mexico`, - Salesperson: `Nancy Davolio`, - OrderID: 10677, - OrderDate: `2017-10-03T21:00:00.000Z`, - ShipperName: `Federal Shipping`, - ProductID: 26, - ProductName: `Gumbär Gummibärchen`, - UnitPrice: 31.23, - Quantity: 30, - Discontinued: true, - ExtendedPrice: 796.37, - Freight: 4.03 - }), - new InvoicesWorldDataItem( - { - ShipName: `Antonio Moreno Taquería`, - ShipAddress: `Mataderos 2312`, - ShipCity: `México D.F.`, - ShipRegion: null, - ShipPostalCode: `05023`, - ShipCountry: `Mexico`, - CustomerID: `ANTON`, - CustomerName: `Antonio Moreno Taquería`, - Address: `Mataderos 2312`, - City: `México D.F.`, - Region: null, - PostalCode: 5023, - Country: `Mexico`, - Salesperson: `Nancy Davolio`, - OrderID: 10677, - OrderDate: `2017-10-03T21:00:00.000Z`, - ShipperName: `Federal Shipping`, - ProductID: 33, - ProductName: `Geitost`, - UnitPrice: 2.5, - Quantity: 8, - Discontinued: false, - ExtendedPrice: 17, - Freight: 4.03 - }), - new InvoicesWorldDataItem( - { - ShipName: `Around the Horn`, - ShipAddress: `Brook Farm Stratford St. Mary`, - ShipCity: `Colchester`, - ShipRegion: `Essex`, - ShipPostalCode: `CO7 6JX`, - ShipCountry: `UK`, - CustomerID: `AROUT`, - CustomerName: `Around the Horn`, - Address: `120 Hanover Sq.`, - City: `London`, - Region: null, - PostalCode: 34000, - Country: `UK`, - Salesperson: `Michael Suyama`, - OrderID: 10355, - OrderDate: `2017-10-03T21:00:00.000Z`, - ShipperName: `Speedy Express`, - ProductID: 24, - ProductName: `Guaraná Fantástica`, - UnitPrice: 3.6, - Quantity: 25, - Discontinued: false, - ExtendedPrice: 90, - Freight: 41.95 - }), - new InvoicesWorldDataItem( - { - ShipName: `Around the Horn`, - ShipAddress: `Brook Farm Stratford St. Mary`, - ShipCity: `Colchester`, - ShipRegion: `Essex`, - ShipPostalCode: `CO7 6JX`, - ShipCountry: `UK`, - CustomerID: `AROUT`, - CustomerName: `Around the Horn`, - Address: `120 Hanover Sq.`, - City: `London`, - Region: null, - PostalCode: 18000, - Country: `UK`, - Salesperson: `Michael Suyama`, - OrderID: 10355, - OrderDate: `2017-10-03T21:00:00.000Z`, - ShipperName: `Speedy Express`, - ProductID: 57, - ProductName: `Ravioli Angelo`, - UnitPrice: 15.6, - Quantity: 25, - Discontinued: false, - ExtendedPrice: 390, - Freight: 41.95 - }), - new InvoicesWorldDataItem( - { - ShipName: `Around the Horn`, - ShipAddress: `Brook Farm Stratford St. Mary`, - ShipCity: `Colchester`, - ShipRegion: `Essex`, - ShipPostalCode: `CO7 6JX`, - ShipCountry: `UK`, - CustomerID: `AROUT`, - CustomerName: `Around the Horn`, - Address: `120 Hanover Sq.`, - City: `London`, - Region: null, - PostalCode: 39000, - Country: `UK`, - Salesperson: `Laura Callahan`, - OrderID: 10383, - OrderDate: `2017-10-03T21:00:00.000Z`, - ShipperName: `Federal Shipping`, - ProductID: 13, - ProductName: `Konbu`, - UnitPrice: 4.8, - Quantity: 20, - Discontinued: false, - ExtendedPrice: 96, - Freight: 34.24 - }), - new InvoicesWorldDataItem( - { - ShipName: `Around the Horn`, - ShipAddress: `Brook Farm Stratford St. Mary`, - ShipCity: `Colchester`, - ShipRegion: `Essex`, - ShipPostalCode: `CO7 6JX`, - ShipCountry: `UK`, - CustomerID: `AROUT`, - CustomerName: `Around the Horn`, - Address: `120 Hanover Sq.`, - City: `London`, - Region: null, - PostalCode: 20000, - Country: `UK`, - Salesperson: `Laura Callahan`, - OrderID: 10383, - OrderDate: `2017-10-03T21:00:00.000Z`, - ShipperName: `Federal Shipping`, - ProductID: 50, - ProductName: `Valkoinen suklaa`, - UnitPrice: 13, - Quantity: 15, - Discontinued: false, - ExtendedPrice: 195, - Freight: 34.24 - }), - new InvoicesWorldDataItem( - { - ShipName: `Around the Horn`, - ShipAddress: `Brook Farm Stratford St. Mary`, - ShipCity: `Colchester`, - ShipRegion: `Essex`, - ShipPostalCode: `CO7 6JX`, - ShipCountry: `UK`, - CustomerID: `AROUT`, - CustomerName: `Around the Horn`, - Address: `120 Hanover Sq.`, - City: `London`, - Region: null, - PostalCode: 12000, - Country: `UK`, - Salesperson: `Laura Callahan`, - OrderID: 10383, - OrderDate: `2017-10-03T21:00:00.000Z`, - ShipperName: `Federal Shipping`, - ProductID: 56, - ProductName: `Gnocchi di nonna Alice`, - UnitPrice: 30.4, - Quantity: 20, - Discontinued: false, - ExtendedPrice: 608, - Freight: 34.24 - }), - new InvoicesWorldDataItem( - { - ShipName: `Around the Horn`, - ShipAddress: `Brook Farm Stratford St. Mary`, - ShipCity: `Colchester`, - ShipRegion: `Essex`, - ShipPostalCode: `CO7 6JX`, - ShipCountry: `UK`, - CustomerID: `AROUT`, - CustomerName: `Around the Horn`, - Address: `120 Hanover Sq.`, - City: `London`, - Region: null, - PostalCode: 23000, - Country: `UK`, - Salesperson: `Nancy Davolio`, - OrderID: 10558, - OrderDate: `2017-10-03T21:00:00.000Z`, - ShipperName: `United Package`, - ProductID: 47, - ProductName: `Zaanse koeken`, - UnitPrice: 9.5, - Quantity: 25, - Discontinued: false, - ExtendedPrice: 237.5, - Freight: 72.97 - }), - new InvoicesWorldDataItem( - { - ShipName: `Around the Horn`, - ShipAddress: `Brook Farm Stratford St. Mary`, - ShipCity: `Colchester`, - ShipRegion: `Essex`, - ShipPostalCode: `CO7 6JX`, - ShipCountry: `UK`, - CustomerID: `AROUT`, - CustomerName: `Around the Horn`, - Address: `120 Hanover Sq.`, - City: `London`, - Region: null, - PostalCode: 16000, - Country: `UK`, - Salesperson: `Nancy Davolio`, - OrderID: 10558, - OrderDate: `2017-10-03T21:00:00.000Z`, - ShipperName: `United Package`, - ProductID: 51, - ProductName: `Manjimup Dried Apples`, - UnitPrice: 53, - Quantity: 20, - Discontinued: false, - ExtendedPrice: 1060, - Freight: 72.97 - }), - new InvoicesWorldDataItem( - { - ShipName: `Around the Horn`, - ShipAddress: `Brook Farm Stratford St. Mary`, - ShipCity: `Colchester`, - ShipRegion: `Essex`, - ShipPostalCode: `CO7 6JX`, - ShipCountry: `UK`, - CustomerID: `AROUT`, - CustomerName: `Around the Horn`, - Address: `120 Hanover Sq.`, - City: `London`, - Region: null, - PostalCode: 12000, - Country: `UK`, - Salesperson: `Nancy Davolio`, - OrderID: 10558, - OrderDate: `2017-10-03T21:00:00.000Z`, - ShipperName: `United Package`, - ProductID: 52, - ProductName: `Filo Mix`, - UnitPrice: 7, - Quantity: 30, - Discontinued: true, - ExtendedPrice: 210, - Freight: 72.97 - }), - new InvoicesWorldDataItem( - { - ShipName: `Around the Horn`, - ShipAddress: `Brook Farm Stratford St. Mary`, - ShipCity: `Colchester`, - ShipRegion: `Essex`, - ShipPostalCode: `CO7 6JX`, - ShipCountry: `UK`, - CustomerID: `AROUT`, - CustomerName: `Around the Horn`, - Address: `120 Hanover Sq.`, - City: `London`, - Region: null, - PostalCode: 13000, - Country: `UK`, - Salesperson: `Nancy Davolio`, - OrderID: 10558, - OrderDate: `2017-10-03T21:00:00.000Z`, - ShipperName: `United Package`, - ProductID: 53, - ProductName: `Perth Pasties`, - UnitPrice: 32.8, - Quantity: 18, - Discontinued: false, - ExtendedPrice: 590.4, - Freight: 72.97 - }), - new InvoicesWorldDataItem( - { - ShipName: `Around the Horn`, - ShipAddress: `Brook Farm Stratford St. Mary`, - ShipCity: `Colchester`, - ShipRegion: `Essex`, - ShipPostalCode: `CO7 6JX`, - ShipCountry: `UK`, - CustomerID: `AROUT`, - CustomerName: `Around the Horn`, - Address: `120 Hanover Sq.`, - City: `London`, - Region: null, - PostalCode: 16000, - Country: `UK`, - Salesperson: `Nancy Davolio`, - OrderID: 10558, - OrderDate: `2017-10-03T21:00:00.000Z`, - ShipperName: `United Package`, - ProductID: 73, - ProductName: `Röd Kaviar`, - UnitPrice: 15, - Quantity: 3, - Discontinued: false, - ExtendedPrice: 45, - Freight: 72.97 - }), - new InvoicesWorldDataItem( - { - ShipName: `Around the Horn`, - ShipAddress: `Brook Farm Stratford St. Mary`, - ShipCity: `Colchester`, - ShipRegion: `Essex`, - ShipPostalCode: `CO7 6JX`, - ShipCountry: `UK`, - CustomerID: `AROUT`, - CustomerName: `Around the Horn`, - Address: `120 Hanover Sq.`, - City: `London`, - Region: null, - PostalCode: 36000, - Country: `UK`, - Salesperson: `Margaret Peacock`, - OrderID: 10707, - OrderDate: `2017-10-03T21:00:00.000Z`, - ShipperName: `Federal Shipping`, - ProductID: 55, - ProductName: `Pâté chinois`, - UnitPrice: 24, - Quantity: 21, - Discontinued: false, - ExtendedPrice: 504, - Freight: 21.74 - }), - new InvoicesWorldDataItem( - { - ShipName: `Around the Horn`, - ShipAddress: `Brook Farm Stratford St. Mary`, - ShipCity: `Colchester`, - ShipRegion: `Essex`, - ShipPostalCode: `CO7 6JX`, - ShipCountry: `UK`, - CustomerID: `AROUT`, - CustomerName: `Around the Horn`, - Address: `120 Hanover Sq.`, - City: `London`, - Region: null, - PostalCode: 27000, - Country: `UK`, - Salesperson: `Margaret Peacock`, - OrderID: 10707, - OrderDate: `2017-10-03T21:00:00.000Z`, - ShipperName: `Federal Shipping`, - ProductID: 57, - ProductName: `Ravioli Angelo`, - UnitPrice: 19.5, - Quantity: 40, - Discontinued: false, - ExtendedPrice: 780, - Freight: 21.74 - }), - new InvoicesWorldDataItem( - { - ShipName: `Around the Horn`, - ShipAddress: `Brook Farm Stratford St. Mary`, - ShipCity: `Colchester`, - ShipRegion: `Essex`, - ShipPostalCode: `CO7 6JX`, - ShipCountry: `UK`, - CustomerID: `AROUT`, - CustomerName: `Around the Horn`, - Address: `120 Hanover Sq.`, - City: `London`, - Region: null, - PostalCode: 42000, - Country: `UK`, - Salesperson: `Janet Leverling`, - OrderID: 10768, - OrderDate: `2017-10-03T21:00:00.000Z`, - ShipperName: `United Package`, - ProductID: 22, - ProductName: `Gustaf's Knäckebröd`, - UnitPrice: 21, - Quantity: 4, - Discontinued: false, - ExtendedPrice: 84, - Freight: 146.32 - }), - new InvoicesWorldDataItem( - { - ShipName: `Around the Horn`, - ShipAddress: `Brook Farm Stratford St. Mary`, - ShipCity: `Colchester`, - ShipRegion: `Essex`, - ShipPostalCode: `CO7 6JX`, - ShipCountry: `UK`, - CustomerID: `AROUT`, - CustomerName: `Around the Horn`, - Address: `120 Hanover Sq.`, - City: `London`, - Region: null, - PostalCode: 47000, - Country: `UK`, - Salesperson: `Janet Leverling`, - OrderID: 10768, - OrderDate: `2017-10-03T21:00:00.000Z`, - ShipperName: `United Package`, - ProductID: 31, - ProductName: `Gorgonzola Telino`, - UnitPrice: 12.5, - Quantity: 50, - Discontinued: true, - ExtendedPrice: 625, - Freight: 146.32 - }), - new InvoicesWorldDataItem( - { - ShipName: `Around the Horn`, - ShipAddress: `Brook Farm Stratford St. Mary`, - ShipCity: `Colchester`, - ShipRegion: `Essex`, - ShipPostalCode: `CO7 6JX`, - ShipCountry: `UK`, - CustomerID: `AROUT`, - CustomerName: `Around the Horn`, - Address: `120 Hanover Sq.`, - City: `London`, - Region: null, - PostalCode: 38000, - Country: `UK`, - Salesperson: `Janet Leverling`, - OrderID: 10768, - OrderDate: `2017-10-03T21:00:00.000Z`, - ShipperName: `United Package`, - ProductID: 60, - ProductName: `Camembert Pierrot`, - UnitPrice: 34, - Quantity: 15, - Discontinued: false, - ExtendedPrice: 510, - Freight: 146.32 - }), - new InvoicesWorldDataItem( - { - ShipName: `Around the Horn`, - ShipAddress: `Brook Farm Stratford St. Mary`, - ShipCity: `Colchester`, - ShipRegion: `Essex`, - ShipPostalCode: `CO7 6JX`, - ShipCountry: `UK`, - CustomerID: `AROUT`, - CustomerName: `Around the Horn`, - Address: `120 Hanover Sq.`, - City: `London`, - Region: null, - PostalCode: 18000, - Country: `UK`, - Salesperson: `Janet Leverling`, - OrderID: 10768, - OrderDate: `2017-10-03T21:00:00.000Z`, - ShipperName: `United Package`, - ProductID: 71, - ProductName: `Flotemysost`, - UnitPrice: 21.5, - Quantity: 12, - Discontinued: false, - ExtendedPrice: 258, - Freight: 146.32 - }), - new InvoicesWorldDataItem( - { - ShipName: `Around the Horn`, - ShipAddress: `Brook Farm Stratford St. Mary`, - ShipCity: `Colchester`, - ShipRegion: `Essex`, - ShipPostalCode: `CO7 6JX`, - ShipCountry: `UK`, - CustomerID: `AROUT`, - CustomerName: `Around the Horn`, - Address: `120 Hanover Sq.`, - City: `London`, - Region: null, - PostalCode: 42000, - Country: `UK`, - Salesperson: `Janet Leverling`, - OrderID: 10793, - OrderDate: `2017-10-03T21:00:00.000Z`, - ShipperName: `Federal Shipping`, - ProductID: 41, - ProductName: `Jack's New England Clam Chowder`, - UnitPrice: 9.65, - Quantity: 14, - Discontinued: false, - ExtendedPrice: 135.1, - Freight: 4.52 - }), - new InvoicesWorldDataItem( - { - ShipName: `Around the Horn`, - ShipAddress: `Brook Farm Stratford St. Mary`, - ShipCity: `Colchester`, - ShipRegion: `Essex`, - ShipPostalCode: `CO7 6JX`, - ShipCountry: `UK`, - CustomerID: `AROUT`, - CustomerName: `Around the Horn`, - Address: `120 Hanover Sq.`, - City: `London`, - Region: null, - PostalCode: 48000, - Country: `UK`, - Salesperson: `Janet Leverling`, - OrderID: 10793, - OrderDate: `2017-10-03T21:00:00.000Z`, - ShipperName: `Federal Shipping`, - ProductID: 52, - ProductName: `Filo Mix`, - UnitPrice: 7, - Quantity: 8, - Discontinued: false, - ExtendedPrice: 56, - Freight: 4.52 - }), - new InvoicesWorldDataItem( - { - ShipName: `Around the Horn`, - ShipAddress: `Brook Farm Stratford St. Mary`, - ShipCity: `Colchester`, - ShipRegion: `Essex`, - ShipPostalCode: `CO7 6JX`, - ShipCountry: `UK`, - CustomerID: `AROUT`, - CustomerName: `Around the Horn`, - Address: `120 Hanover Sq.`, - City: `London`, - Region: null, - PostalCode: 28000, - Country: `UK`, - Salesperson: `Margaret Peacock`, - OrderID: 10864, - OrderDate: `2017-10-03T21:00:00.000Z`, - ShipperName: `United Package`, - ProductID: 35, - ProductName: `Steeleye Stout`, - UnitPrice: 18, - Quantity: 4, - Discontinued: false, - ExtendedPrice: 72, - Freight: 3.04 - }), - new InvoicesWorldDataItem( - { - ShipName: `Around the Horn`, - ShipAddress: `Brook Farm Stratford St. Mary`, - ShipCity: `Colchester`, - ShipRegion: `Essex`, - ShipPostalCode: `CO7 6JX`, - ShipCountry: `UK`, - CustomerID: `AROUT`, - CustomerName: `Around the Horn`, - Address: `120 Hanover Sq.`, - City: `London`, - Region: null, - PostalCode: 18000, - Country: `UK`, - Salesperson: `Margaret Peacock`, - OrderID: 10864, - OrderDate: `2017-10-03T21:00:00.000Z`, - ShipperName: `United Package`, - ProductID: 67, - ProductName: `Laughing Lumberjack Lager`, - UnitPrice: 14, - Quantity: 15, - Discontinued: false, - ExtendedPrice: 210, - Freight: 3.04 - }), - new InvoicesWorldDataItem( - { - ShipName: `Around the Horn`, - ShipAddress: `Brook Farm Stratford St. Mary`, - ShipCity: `Colchester`, - ShipRegion: `Essex`, - ShipPostalCode: `CO7 6JX`, - ShipCountry: `UK`, - CustomerID: `AROUT`, - CustomerName: `Around the Horn`, - Address: `120 Hanover Sq.`, - City: `London`, - Region: null, - PostalCode: 13000, - Country: `UK`, - Salesperson: `Margaret Peacock`, - OrderID: 10920, - OrderDate: `2017-10-03T21:00:00.000Z`, - ShipperName: `United Package`, - ProductID: 50, - ProductName: `Valkoinen suklaa`, - UnitPrice: 16.25, - Quantity: 24, - Discontinued: false, - ExtendedPrice: 390, - Freight: 29.61 - }), - new InvoicesWorldDataItem( - { - ShipName: `Around the Horn`, - ShipAddress: `Brook Farm Stratford St. Mary`, - ShipCity: `Colchester`, - ShipRegion: `Essex`, - ShipPostalCode: `CO7 6JX`, - ShipCountry: `UK`, - CustomerID: `AROUT`, - CustomerName: `Around the Horn`, - Address: `120 Hanover Sq.`, - City: `London`, - Region: null, - PostalCode: 27000, - Country: `UK`, - Salesperson: `Anne Dodsworth`, - OrderID: 11016, - OrderDate: `2017-10-03T21:00:00.000Z`, - ShipperName: `United Package`, - ProductID: 31, - ProductName: `Gorgonzola Telino`, - UnitPrice: 12.5, - Quantity: 15, - Discontinued: false, - ExtendedPrice: 187.5, - Freight: 33.8 - }), - new InvoicesWorldDataItem( - { - ShipName: `Around the Horn`, - ShipAddress: `Brook Farm Stratford St. Mary`, - ShipCity: `Colchester`, - ShipRegion: `Essex`, - ShipPostalCode: `CO7 6JX`, - ShipCountry: `UK`, - CustomerID: `AROUT`, - CustomerName: `Around the Horn`, - Address: `120 Hanover Sq.`, - City: `London`, - Region: null, - PostalCode: 26000, - Country: `UK`, - Salesperson: `Anne Dodsworth`, - OrderID: 11016, - OrderDate: `2017-10-03T21:00:00.000Z`, - ShipperName: `United Package`, - ProductID: 36, - ProductName: `Inlagd Sill`, - UnitPrice: 19, - Quantity: 16, - Discontinued: false, - ExtendedPrice: 304, - Freight: 33.8 - }), - new InvoicesWorldDataItem( - { - ShipName: `Around the Horn`, - ShipAddress: `Brook Farm Stratford St. Mary`, - ShipCity: `Colchester`, - ShipRegion: `Essex`, - ShipPostalCode: `CO7 6JX`, - ShipCountry: `UK`, - CustomerID: `AROUT`, - CustomerName: `Around the Horn`, - Address: `120 Hanover Sq.`, - City: `London`, - Region: null, - PostalCode: 42000, - Country: `UK`, - Salesperson: `Nancy Davolio`, - OrderID: 10743, - OrderDate: `2017-10-03T21:00:00.000Z`, - ShipperName: `United Package`, - ProductID: 46, - ProductName: `Spegesild`, - UnitPrice: 12, - Quantity: 28, - Discontinued: false, - ExtendedPrice: 319.2, - Freight: 23.72 - }), - new InvoicesWorldDataItem( - { - ShipName: `Around the Horn`, - ShipAddress: `Brook Farm Stratford St. Mary`, - ShipCity: `Colchester`, - ShipRegion: `Essex`, - ShipPostalCode: `CO7 6JX`, - ShipCountry: `UK`, - CustomerID: `AROUT`, - CustomerName: `Around the Horn`, - Address: `120 Hanover Sq.`, - City: `London`, - Region: null, - PostalCode: 19000, - Country: `UK`, - Salesperson: `Anne Dodsworth`, - OrderID: 10953, - OrderDate: `2017-10-03T21:00:00.000Z`, - ShipperName: `United Package`, - ProductID: 20, - ProductName: `Sir Rodney's Marmalade`, - UnitPrice: 81, - Quantity: 50, - Discontinued: false, - ExtendedPrice: 3847.5, - Freight: 23.72 - }), - new InvoicesWorldDataItem( - { - ShipName: `Around the Horn`, - ShipAddress: `Brook Farm Stratford St. Mary`, - ShipCity: `Colchester`, - ShipRegion: `Essex`, - ShipPostalCode: `CO7 6JX`, - ShipCountry: `UK`, - CustomerID: `AROUT`, - CustomerName: `Around the Horn`, - Address: `120 Hanover Sq.`, - City: `London`, - Region: null, - PostalCode: 41000, - Country: `UK`, - Salesperson: `Anne Dodsworth`, - OrderID: 10953, - OrderDate: `2017-10-03T21:00:00.000Z`, - ShipperName: `United Package`, - ProductID: 31, - ProductName: `Gorgonzola Telino`, - UnitPrice: 12.5, - Quantity: 50, - Discontinued: false, - ExtendedPrice: 593.75, - Freight: 23.72 - }), - new InvoicesWorldDataItem( - { - ShipName: `Around the Horn`, - ShipAddress: `Brook Farm Stratford St. Mary`, - ShipCity: `Colchester`, - ShipRegion: `Essex`, - ShipPostalCode: `CO7 6JX`, - ShipCountry: `UK`, - CustomerID: `AROUT`, - CustomerName: `Around the Horn`, - Address: `120 Hanover Sq.`, - City: `London`, - Region: null, - PostalCode: 16000, - Country: `UK`, - Salesperson: `Nancy Davolio`, - OrderID: 10453, - OrderDate: `2017-10-03T21:00:00.000Z`, - ShipperName: `United Package`, - ProductID: 48, - ProductName: `Chocolade`, - UnitPrice: 10.2, - Quantity: 15, - Discontinued: true, - ExtendedPrice: 137.7, - Freight: 25.36 - }), - new InvoicesWorldDataItem( - { - ShipName: `Around the Horn`, - ShipAddress: `Brook Farm Stratford St. Mary`, - ShipCity: `Colchester`, - ShipRegion: `Essex`, - ShipPostalCode: `CO7 6JX`, - ShipCountry: `UK`, - CustomerID: `AROUT`, - CustomerName: `Around the Horn`, - Address: `120 Hanover Sq.`, - City: `London`, - Region: null, - PostalCode: 26000, - Country: `UK`, - Salesperson: `Nancy Davolio`, - OrderID: 10453, - OrderDate: `2017-10-03T21:00:00.000Z`, - ShipperName: `United Package`, - ProductID: 70, - ProductName: `Outback Lager`, - UnitPrice: 12, - Quantity: 25, - Discontinued: true, - ExtendedPrice: 270, - Freight: 25.36 - }), - new InvoicesWorldDataItem( - { - ShipName: `Around the Horn`, - ShipAddress: `Brook Farm Stratford St. Mary`, - ShipCity: `Colchester`, - ShipRegion: `Essex`, - ShipPostalCode: `CO7 6JX`, - ShipCountry: `UK`, - CustomerID: `AROUT`, - CustomerName: `Around the Horn`, - Address: `120 Hanover Sq.`, - City: `London`, - Region: null, - PostalCode: 19000, - Country: `UK`, - Salesperson: `Margaret Peacock`, - OrderID: 10707, - OrderDate: `2017-10-03T21:00:00.000Z`, - ShipperName: `Federal Shipping`, - ProductID: 70, - ProductName: `Outback Lager`, - UnitPrice: 15, - Quantity: 28, - Discontinued: false, - ExtendedPrice: 357, - Freight: 21.74 - }), - new InvoicesWorldDataItem( - { - ShipName: `Around the Horn`, - ShipAddress: `Brook Farm Stratford St. Mary`, - ShipCity: `Colchester`, - ShipRegion: `Essex`, - ShipPostalCode: `CO7 6JX`, - ShipCountry: `UK`, - CustomerID: `AROUT`, - CustomerName: `Around the Horn`, - Address: `120 Hanover Sq.`, - City: `London`, - Region: null, - PostalCode: 24000, - Country: `UK`, - Salesperson: `Margaret Peacock`, - OrderID: 10741, - OrderDate: `2017-10-03T21:00:00.000Z`, - ShipperName: `Federal Shipping`, - ProductID: 2, - ProductName: `Chang`, - UnitPrice: 19, - Quantity: 15, - Discontinued: false, - ExtendedPrice: 228, - Freight: 10.96 - }), - new InvoicesWorldDataItem( - { - ShipName: `Berglunds snabbköp`, - ShipAddress: `Berguvsvägen 8`, - ShipCity: `Luleå`, - ShipRegion: null, - ShipPostalCode: `S-958 22`, - ShipCountry: `Sweden`, - CustomerID: `BERGS`, - CustomerName: `Berglunds snabbköp`, - Address: `Berguvsvägen 8`, - City: `Luleå`, - Region: null, - PostalCode: 11000, - Country: `Sweden`, - Salesperson: `Laura Callahan`, - OrderID: 10278, - OrderDate: `2017-10-03T21:00:00.000Z`, - ShipperName: `United Package`, - ProductID: 44, - ProductName: `Gula Malacca`, - UnitPrice: 15.5, - Quantity: 16, - Discontinued: false, - ExtendedPrice: 248, - Freight: 92.69 - }), - new InvoicesWorldDataItem( - { - ShipName: `Berglunds snabbköp`, - ShipAddress: `Berguvsvägen 8`, - ShipCity: `Luleå`, - ShipRegion: null, - ShipPostalCode: `S-958 22`, - ShipCountry: `Sweden`, - CustomerID: `BERGS`, - CustomerName: `Berglunds snabbköp`, - Address: `Berguvsvägen 8`, - City: `Luleå`, - Region: null, - PostalCode: 41000, - Country: `Sweden`, - Salesperson: `Laura Callahan`, - OrderID: 10278, - OrderDate: `2017-10-03T21:00:00.000Z`, - ShipperName: `United Package`, - ProductID: 59, - ProductName: `Raclette Courdavault`, - UnitPrice: 44, - Quantity: 15, - Discontinued: false, - ExtendedPrice: 660, - Freight: 92.69 - }), - new InvoicesWorldDataItem( - { - ShipName: `Berglunds snabbköp`, - ShipAddress: `Berguvsvägen 8`, - ShipCity: `Luleå`, - ShipRegion: null, - ShipPostalCode: `S-958 22`, - ShipCountry: `Sweden`, - CustomerID: `BERGS`, - CustomerName: `Berglunds snabbköp`, - Address: `Berguvsvägen 8`, - City: `Luleå`, - Region: null, - PostalCode: 24000, - Country: `Sweden`, - Salesperson: `Laura Callahan`, - OrderID: 10278, - OrderDate: `2017-10-03T21:00:00.000Z`, - ShipperName: `United Package`, - ProductID: 63, - ProductName: `Vegie-spread`, - UnitPrice: 35.1, - Quantity: 8, - Discontinued: false, - ExtendedPrice: 280.8, - Freight: 92.69 - }), - new InvoicesWorldDataItem( - { - ShipName: `Berglunds snabbköp`, - ShipAddress: `Berguvsvägen 8`, - ShipCity: `Luleå`, - ShipRegion: null, - ShipPostalCode: `S-958 22`, - ShipCountry: `Sweden`, - CustomerID: `BERGS`, - CustomerName: `Berglunds snabbköp`, - Address: `Berguvsvägen 8`, - City: `Luleå`, - Region: null, - PostalCode: 48000, - Country: `Sweden`, - Salesperson: `Laura Callahan`, - OrderID: 10278, - OrderDate: `2017-10-03T21:00:00.000Z`, - ShipperName: `United Package`, - ProductID: 73, - ProductName: `Röd Kaviar`, - UnitPrice: 12, - Quantity: 25, - Discontinued: false, - ExtendedPrice: 300, - Freight: 92.69 - }), - new InvoicesWorldDataItem( - { - ShipName: `Berglunds snabbköp`, - ShipAddress: `Berguvsvägen 8`, - ShipCity: `Luleå`, - ShipRegion: null, - ShipPostalCode: `S-958 22`, - ShipCountry: `Sweden`, - CustomerID: `BERGS`, - CustomerName: `Berglunds snabbköp`, - Address: `Berguvsvägen 8`, - City: `Luleå`, - Region: null, - PostalCode: 46000, - Country: `Sweden`, - Salesperson: `Andrew Fuller`, - OrderID: 10280, - OrderDate: `2017-10-03T21:00:00.000Z`, - ShipperName: `Speedy Express`, - ProductID: 24, - ProductName: `Guaraná Fantástica`, - UnitPrice: 3.6, - Quantity: 12, - Discontinued: false, - ExtendedPrice: 43.2, - Freight: 8.98 - }), - new InvoicesWorldDataItem( - { - ShipName: `Berglunds snabbköp`, - ShipAddress: `Berguvsvägen 8`, - ShipCity: `Luleå`, - ShipRegion: null, - ShipPostalCode: `S-958 22`, - ShipCountry: `Sweden`, - CustomerID: `BERGS`, - CustomerName: `Berglunds snabbköp`, - Address: `Berguvsvägen 8`, - City: `Luleå`, - Region: null, - PostalCode: 24000, - Country: `Sweden`, - Salesperson: `Andrew Fuller`, - OrderID: 10280, - OrderDate: `2017-10-03T21:00:00.000Z`, - ShipperName: `Speedy Express`, - ProductID: 55, - ProductName: `Pâté chinois`, - UnitPrice: 19.2, - Quantity: 20, - Discontinued: false, - ExtendedPrice: 384, - Freight: 8.98 - }), - new InvoicesWorldDataItem( - { - ShipName: `Berglunds snabbköp`, - ShipAddress: `Berguvsvägen 8`, - ShipCity: `Luleå`, - ShipRegion: null, - ShipPostalCode: `S-958 22`, - ShipCountry: `Sweden`, - CustomerID: `BERGS`, - CustomerName: `Berglunds snabbköp`, - Address: `Berguvsvägen 8`, - City: `Luleå`, - Region: null, - PostalCode: 33000, - Country: `Sweden`, - Salesperson: `Andrew Fuller`, - OrderID: 10280, - OrderDate: `2017-10-03T21:00:00.000Z`, - ShipperName: `Speedy Express`, - ProductID: 75, - ProductName: `Rhönbräu Klosterbier`, - UnitPrice: 6.2, - Quantity: 30, - Discontinued: false, - ExtendedPrice: 186, - Freight: 8.98 - }), - new InvoicesWorldDataItem( - { - ShipName: `Berglunds snabbköp`, - ShipAddress: `Berguvsvägen 8`, - ShipCity: `Luleå`, - ShipRegion: null, - ShipPostalCode: `S-958 22`, - ShipCountry: `Sweden`, - CustomerID: `BERGS`, - CustomerName: `Berglunds snabbköp`, - Address: `Berguvsvägen 8`, - City: `Luleå`, - Region: null, - PostalCode: 17000, - Country: `Sweden`, - Salesperson: `Janet Leverling`, - OrderID: 10384, - OrderDate: `2017-10-03T21:00:00.000Z`, - ShipperName: `Federal Shipping`, - ProductID: 20, - ProductName: `Sir Rodney's Marmalade`, - UnitPrice: 64.8, - Quantity: 28, - Discontinued: false, - ExtendedPrice: 1814.4, - Freight: 168.64 - }), - new InvoicesWorldDataItem( - { - ShipName: `Berglunds snabbköp`, - ShipAddress: `Berguvsvägen 8`, - ShipCity: `Luleå`, - ShipRegion: null, - ShipPostalCode: `S-958 22`, - ShipCountry: `Sweden`, - CustomerID: `BERGS`, - CustomerName: `Berglunds snabbköp`, - Address: `Berguvsvägen 8`, - City: `Luleå`, - Region: null, - PostalCode: 19000, - Country: `Sweden`, - Salesperson: `Janet Leverling`, - OrderID: 10384, - OrderDate: `2017-10-03T21:00:00.000Z`, - ShipperName: `Federal Shipping`, - ProductID: 60, - ProductName: `Camembert Pierrot`, - UnitPrice: 27.2, - Quantity: 15, - Discontinued: false, - ExtendedPrice: 408, - Freight: 168.64 - }), - new InvoicesWorldDataItem( - { - ShipName: `Berglunds snabbköp`, - ShipAddress: `Berguvsvägen 8`, - ShipCity: `Luleå`, - ShipRegion: null, - ShipPostalCode: `S-958 22`, - ShipCountry: `Sweden`, - CustomerID: `BERGS`, - CustomerName: `Berglunds snabbköp`, - Address: `Berguvsvägen 8`, - City: `Luleå`, - Region: null, - PostalCode: 27000, - Country: `Sweden`, - Salesperson: `Janet Leverling`, - OrderID: 10444, - OrderDate: `2017-10-03T21:00:00.000Z`, - ShipperName: `Federal Shipping`, - ProductID: 17, - ProductName: `Alice Mutton`, - UnitPrice: 31.2, - Quantity: 10, - Discontinued: false, - ExtendedPrice: 312, - Freight: 3.5 - }), - new InvoicesWorldDataItem( - { - ShipName: `Berglunds snabbköp`, - ShipAddress: `Berguvsvägen 8`, - ShipCity: `Luleå`, - ShipRegion: null, - ShipPostalCode: `S-958 22`, - ShipCountry: `Sweden`, - CustomerID: `BERGS`, - CustomerName: `Berglunds snabbköp`, - Address: `Berguvsvägen 8`, - City: `Luleå`, - Region: null, - PostalCode: 37000, - Country: `Sweden`, - Salesperson: `Janet Leverling`, - OrderID: 10444, - OrderDate: `2017-10-03T21:00:00.000Z`, - ShipperName: `Federal Shipping`, - ProductID: 26, - ProductName: `Gumbär Gummibärchen`, - UnitPrice: 24.9, - Quantity: 15, - Discontinued: false, - ExtendedPrice: 373.5, - Freight: 3.5 - }), - new InvoicesWorldDataItem( - { - ShipName: `Berglunds snabbköp`, - ShipAddress: `Berguvsvägen 8`, - ShipCity: `Luleå`, - ShipRegion: null, - ShipPostalCode: `S-958 22`, - ShipCountry: `Sweden`, - CustomerID: `BERGS`, - CustomerName: `Berglunds snabbköp`, - Address: `Berguvsvägen 8`, - City: `Luleå`, - Region: null, - PostalCode: 48000, - Country: `Sweden`, - Salesperson: `Janet Leverling`, - OrderID: 10444, - OrderDate: `2017-10-03T21:00:00.000Z`, - ShipperName: `Federal Shipping`, - ProductID: 35, - ProductName: `Steeleye Stout`, - UnitPrice: 14.4, - Quantity: 8, - Discontinued: false, - ExtendedPrice: 115.2, - Freight: 3.5 - }), - new InvoicesWorldDataItem( - { - ShipName: `Berglunds snabbköp`, - ShipAddress: `Berguvsvägen 8`, - ShipCity: `Luleå`, - ShipRegion: null, - ShipPostalCode: `S-958 22`, - ShipCountry: `Sweden`, - CustomerID: `BERGS`, - CustomerName: `Berglunds snabbköp`, - Address: `Berguvsvägen 8`, - City: `Luleå`, - Region: null, - PostalCode: 11000, - Country: `Sweden`, - Salesperson: `Janet Leverling`, - OrderID: 10444, - OrderDate: `2017-10-03T21:00:00.000Z`, - ShipperName: `Federal Shipping`, - ProductID: 41, - ProductName: `Jack's New England Clam Chowder`, - UnitPrice: 7.7, - Quantity: 30, - Discontinued: false, - ExtendedPrice: 231, - Freight: 3.5 - }), - new InvoicesWorldDataItem( - { - ShipName: `Berglunds snabbköp`, - ShipAddress: `Berguvsvägen 8`, - ShipCity: `Luleå`, - ShipRegion: null, - ShipPostalCode: `S-958 22`, - ShipCountry: `Sweden`, - CustomerID: `BERGS`, - CustomerName: `Berglunds snabbköp`, - Address: `Berguvsvägen 8`, - City: `Luleå`, - Region: null, - PostalCode: 46000, - Country: `Sweden`, - Salesperson: `Nancy Davolio`, - OrderID: 10524, - OrderDate: `2017-10-03T21:00:00.000Z`, - ShipperName: `United Package`, - ProductID: 54, - ProductName: `Tourtière`, - UnitPrice: 7.45, - Quantity: 15, - Discontinued: false, - ExtendedPrice: 111.75, - Freight: 244.79 - }), - new InvoicesWorldDataItem( - { - ShipName: `Berglunds snabbköp`, - ShipAddress: `Berguvsvägen 8`, - ShipCity: `Luleå`, - ShipRegion: null, - ShipPostalCode: `S-958 22`, - ShipCountry: `Sweden`, - CustomerID: `BERGS`, - CustomerName: `Berglunds snabbköp`, - Address: `Berguvsvägen 8`, - City: `Luleå`, - Region: null, - PostalCode: 45000, - Country: `Sweden`, - Salesperson: `Janet Leverling`, - OrderID: 10572, - OrderDate: `2017-10-03T21:00:00.000Z`, - ShipperName: `United Package`, - ProductID: 40, - ProductName: `Boston Crab Meat`, - UnitPrice: 18.4, - Quantity: 50, - Discontinued: false, - ExtendedPrice: 920, - Freight: 116.43 - }), - new InvoicesWorldDataItem( - { - ShipName: `Berglunds snabbköp`, - ShipAddress: `Berguvsvägen 8`, - ShipCity: `Luleå`, - ShipRegion: null, - ShipPostalCode: `S-958 22`, - ShipCountry: `Sweden`, - CustomerID: `BERGS`, - CustomerName: `Berglunds snabbköp`, - Address: `Berguvsvägen 8`, - City: `Luleå`, - Region: null, - PostalCode: 21000, - Country: `Sweden`, - Salesperson: `Nancy Davolio`, - OrderID: 10626, - OrderDate: `2017-10-03T21:00:00.000Z`, - ShipperName: `United Package`, - ProductID: 53, - ProductName: `Perth Pasties`, - UnitPrice: 32.8, - Quantity: 12, - Discontinued: false, - ExtendedPrice: 393.6, - Freight: 138.69 - }), - new InvoicesWorldDataItem( - { - ShipName: `Berglunds snabbköp`, - ShipAddress: `Berguvsvägen 8`, - ShipCity: `Luleå`, - ShipRegion: null, - ShipPostalCode: `S-958 22`, - ShipCountry: `Sweden`, - CustomerID: `BERGS`, - CustomerName: `Berglunds snabbköp`, - Address: `Berguvsvägen 8`, - City: `Luleå`, - Region: null, - PostalCode: 23000, - Country: `Sweden`, - Salesperson: `Nancy Davolio`, - OrderID: 10626, - OrderDate: `2017-10-03T21:00:00.000Z`, - ShipperName: `United Package`, - ProductID: 60, - ProductName: `Camembert Pierrot`, - UnitPrice: 34, - Quantity: 20, - Discontinued: false, - ExtendedPrice: 680, - Freight: 138.69 - }), - new InvoicesWorldDataItem( - { - ShipName: `Berglunds snabbköp`, - ShipAddress: `Berguvsvägen 8`, - ShipCity: `Luleå`, - ShipRegion: null, - ShipPostalCode: `S-958 22`, - ShipCountry: `Sweden`, - CustomerID: `BERGS`, - CustomerName: `Berglunds snabbköp`, - Address: `Berguvsvägen 8`, - City: `Luleå`, - Region: null, - PostalCode: 46000, - Country: `Sweden`, - Salesperson: `Nancy Davolio`, - OrderID: 10626, - OrderDate: `2017-10-03T21:00:00.000Z`, - ShipperName: `United Package`, - ProductID: 71, - ProductName: `Flotemysost`, - UnitPrice: 21.5, - Quantity: 20, - Discontinued: false, - ExtendedPrice: 430, - Freight: 138.69 - }), - new InvoicesWorldDataItem( - { - ShipName: `Berglunds snabbköp`, - ShipAddress: `Berguvsvägen 8`, - ShipCity: `Luleå`, - ShipRegion: null, - ShipPostalCode: `S-958 22`, - ShipCountry: `Sweden`, - CustomerID: `BERGS`, - CustomerName: `Berglunds snabbköp`, - Address: `Berguvsvägen 8`, - City: `Luleå`, - Region: null, - PostalCode: 46000, - Country: `Sweden`, - Salesperson: `Anne Dodsworth`, - OrderID: 10672, - OrderDate: `2017-10-03T21:00:00.000Z`, - ShipperName: `United Package`, - ProductID: 71, - ProductName: `Flotemysost`, - UnitPrice: 21.5, - Quantity: 12, - Discontinued: false, - ExtendedPrice: 258, - Freight: 95.75 - }), - new InvoicesWorldDataItem( - { - ShipName: `Berglunds snabbköp`, - ShipAddress: `Berguvsvägen 8`, - ShipCity: `Luleå`, - ShipRegion: null, - ShipPostalCode: `S-958 22`, - ShipCountry: `Sweden`, - CustomerID: `BERGS`, - CustomerName: `Berglunds snabbköp`, - Address: `Berguvsvägen 8`, - City: `Luleå`, - Region: null, - PostalCode: 41000, - Country: `Sweden`, - Salesperson: `Nancy Davolio`, - OrderID: 10733, - OrderDate: `2017-10-03T21:00:00.000Z`, - ShipperName: `Federal Shipping`, - ProductID: 14, - ProductName: `Tofu`, - UnitPrice: 23.25, - Quantity: 16, - Discontinued: false, - ExtendedPrice: 372, - Freight: 110.11 - }), - new InvoicesWorldDataItem( - { - ShipName: `Berglunds snabbköp`, - ShipAddress: `Berguvsvägen 8`, - ShipCity: `Luleå`, - ShipRegion: null, - ShipPostalCode: `S-958 22`, - ShipCountry: `Sweden`, - CustomerID: `BERGS`, - CustomerName: `Berglunds snabbköp`, - Address: `Berguvsvägen 8`, - City: `Luleå`, - Region: null, - PostalCode: 30000, - Country: `Sweden`, - Salesperson: `Nancy Davolio`, - OrderID: 10733, - OrderDate: `2017-10-03T21:00:00.000Z`, - ShipperName: `Federal Shipping`, - ProductID: 28, - ProductName: `Rössle Sauerkraut`, - UnitPrice: 45.6, - Quantity: 20, - Discontinued: false, - ExtendedPrice: 912, - Freight: 110.11 - }), - new InvoicesWorldDataItem( - { - ShipName: `Berglunds snabbköp`, - ShipAddress: `Berguvsvägen 8`, - ShipCity: `Luleå`, - ShipRegion: null, - ShipPostalCode: `S-958 22`, - ShipCountry: `Sweden`, - CustomerID: `BERGS`, - CustomerName: `Berglunds snabbköp`, - Address: `Berguvsvägen 8`, - City: `Luleå`, - Region: null, - PostalCode: 27000, - Country: `Sweden`, - Salesperson: `Nancy Davolio`, - OrderID: 10733, - OrderDate: `2017-10-03T21:00:00.000Z`, - ShipperName: `Federal Shipping`, - ProductID: 52, - ProductName: `Filo Mix`, - UnitPrice: 7, - Quantity: 25, - Discontinued: false, - ExtendedPrice: 175, - Freight: 110.11 - }), - new InvoicesWorldDataItem( - { - ShipName: `Berglunds snabbköp`, - ShipAddress: `Berguvsvägen 8`, - ShipCity: `Luleå`, - ShipRegion: null, - ShipPostalCode: `S-958 22`, - ShipCountry: `Sweden`, - CustomerID: `BERGS`, - CustomerName: `Berglunds snabbköp`, - Address: `Berguvsvägen 8`, - City: `Luleå`, - Region: null, - PostalCode: 40000, - Country: `Sweden`, - Salesperson: `Janet Leverling`, - OrderID: 10778, - OrderDate: `2017-10-03T21:00:00.000Z`, - ShipperName: `Speedy Express`, - ProductID: 41, - ProductName: `Jack's New England Clam Chowder`, - UnitPrice: 9.65, - Quantity: 10, - Discontinued: false, - ExtendedPrice: 96.5, - Freight: 6.79 - }), - new InvoicesWorldDataItem( - { - ShipName: `Berglunds snabbköp`, - ShipAddress: `Berguvsvägen 8`, - ShipCity: `Luleå`, - ShipRegion: null, - ShipPostalCode: `S-958 22`, - ShipCountry: `Sweden`, - CustomerID: `BERGS`, - CustomerName: `Berglunds snabbköp`, - Address: `Berguvsvägen 8`, - City: `Luleå`, - Region: null, - PostalCode: 39000, - Country: `Sweden`, - Salesperson: `Anne Dodsworth`, - OrderID: 10837, - OrderDate: `2018-10-03T21:00:00.000Z`, - ShipperName: `Federal Shipping`, - ProductID: 13, - ProductName: `Konbu`, - UnitPrice: 6, - Quantity: 6, - Discontinued: false, - ExtendedPrice: 36, - Freight: 13.32 - }), - new InvoicesWorldDataItem( - { - ShipName: `Berglunds snabbköp`, - ShipAddress: `Berguvsvägen 8`, - ShipCity: `Luleå`, - ShipRegion: null, - ShipPostalCode: `S-958 22`, - ShipCountry: `Sweden`, - CustomerID: `BERGS`, - CustomerName: `Berglunds snabbköp`, - Address: `Berguvsvägen 8`, - City: `Luleå`, - Region: null, - PostalCode: 43000, - Country: `Sweden`, - Salesperson: `Anne Dodsworth`, - OrderID: 10837, - OrderDate: `2018-10-03T21:00:00.000Z`, - ShipperName: `Federal Shipping`, - ProductID: 40, - ProductName: `Boston Crab Meat`, - UnitPrice: 18.4, - Quantity: 25, - Discontinued: false, - ExtendedPrice: 460, - Freight: 13.32 - }), - new InvoicesWorldDataItem( - { - ShipName: `Berglunds snabbköp`, - ShipAddress: `Berguvsvägen 8`, - ShipCity: `Luleå`, - ShipRegion: null, - ShipPostalCode: `S-958 22`, - ShipCountry: `Sweden`, - CustomerID: `BERGS`, - CustomerName: `Berglunds snabbköp`, - Address: `Berguvsvägen 8`, - City: `Luleå`, - Region: null, - PostalCode: 22000, - Country: `Sweden`, - Salesperson: `Laura Callahan`, - OrderID: 10857, - OrderDate: `2018-10-03T21:00:00.000Z`, - ShipperName: `United Package`, - ProductID: 3, - ProductName: `Aniseed Syrup`, - UnitPrice: 10, - Quantity: 30, - Discontinued: false, - ExtendedPrice: 300, - Freight: 188.85 - }), - new InvoicesWorldDataItem( - { - ShipName: `Berglunds snabbköp`, - ShipAddress: `Berguvsvägen 8`, - ShipCity: `Luleå`, - ShipRegion: null, - ShipPostalCode: `S-958 22`, - ShipCountry: `Sweden`, - CustomerID: `BERGS`, - CustomerName: `Berglunds snabbköp`, - Address: `Berguvsvägen 8`, - City: `Luleå`, - Region: null, - PostalCode: 30000, - Country: `Sweden`, - Salesperson: `Margaret Peacock`, - OrderID: 10875, - OrderDate: `2018-10-03T21:00:00.000Z`, - ShipperName: `United Package`, - ProductID: 19, - ProductName: `Teatime Chocolate Biscuits`, - UnitPrice: 9.2, - Quantity: 25, - Discontinued: false, - ExtendedPrice: 230, - Freight: 32.37 - }), - new InvoicesWorldDataItem( - { - ShipName: `Berglunds snabbköp`, - ShipAddress: `Berguvsvägen 8`, - ShipCity: `Luleå`, - ShipRegion: null, - ShipPostalCode: `S-958 22`, - ShipCountry: `Sweden`, - CustomerID: `BERGS`, - CustomerName: `Berglunds snabbköp`, - Address: `Berguvsvägen 8`, - City: `Luleå`, - Region: null, - PostalCode: 50000, - Country: `Sweden`, - Salesperson: `Margaret Peacock`, - OrderID: 10875, - OrderDate: `2018-10-03T21:00:00.000Z`, - ShipperName: `United Package`, - ProductID: 49, - ProductName: `Maxilaku`, - UnitPrice: 20, - Quantity: 15, - Discontinued: false, - ExtendedPrice: 300, - Freight: 32.37 - }), - new InvoicesWorldDataItem( - { - ShipName: `Berglunds snabbköp`, - ShipAddress: `Berguvsvägen 8`, - ShipCity: `Luleå`, - ShipRegion: null, - ShipPostalCode: `S-958 22`, - ShipCountry: `Sweden`, - CustomerID: `BERGS`, - CustomerName: `Berglunds snabbköp`, - Address: `Berguvsvägen 8`, - City: `Luleå`, - Region: null, - PostalCode: 45000, - Country: `Sweden`, - Salesperson: `Janet Leverling`, - OrderID: 10924, - OrderDate: `2018-10-03T21:00:00.000Z`, - ShipperName: `United Package`, - ProductID: 75, - ProductName: `Rhönbräu Klosterbier`, - UnitPrice: 7.75, - Quantity: 6, - Discontinued: false, - ExtendedPrice: 46.5, - Freight: 151.52 - }), - new InvoicesWorldDataItem( - { - ShipName: `Berglunds snabbköp`, - ShipAddress: `Berguvsvägen 8`, - ShipCity: `Luleå`, - ShipRegion: null, - ShipPostalCode: `S-958 22`, - ShipCountry: `Sweden`, - CustomerID: `BERGS`, - CustomerName: `Berglunds snabbköp`, - Address: `Berguvsvägen 8`, - City: `Luleå`, - Region: null, - PostalCode: 28000, - Country: `Sweden`, - Salesperson: `Janet Leverling`, - OrderID: 10572, - OrderDate: `2018-10-03T21:00:00.000Z`, - ShipperName: `United Package`, - ProductID: 16, - ProductName: `Pavlova`, - UnitPrice: 17.45, - Quantity: 12, - Discontinued: false, - ExtendedPrice: 188.46, - Freight: 116.43 - }), - new InvoicesWorldDataItem( - { - ShipName: `Berglunds snabbköp`, - ShipAddress: `Berguvsvägen 8`, - ShipCity: `Luleå`, - ShipRegion: null, - ShipPostalCode: `S-958 22`, - ShipCountry: `Sweden`, - CustomerID: `BERGS`, - CustomerName: `Berglunds snabbköp`, - Address: `Berguvsvägen 8`, - City: `Luleå`, - Region: null, - PostalCode: 50000, - Country: `Sweden`, - Salesperson: `Janet Leverling`, - OrderID: 10572, - OrderDate: `2018-10-03T21:00:00.000Z`, - ShipperName: `United Package`, - ProductID: 32, - ProductName: `Mascarpone Fabioli`, - UnitPrice: 32, - Quantity: 10, - Discontinued: false, - ExtendedPrice: 288, - Freight: 116.43 - }), - new InvoicesWorldDataItem( - { - ShipName: `Berglunds snabbköp`, - ShipAddress: `Berguvsvägen 8`, - ShipCity: `Luleå`, - ShipRegion: null, - ShipPostalCode: `S-958 22`, - ShipCountry: `Sweden`, - CustomerID: `BERGS`, - CustomerName: `Berglunds snabbköp`, - Address: `Berguvsvägen 8`, - City: `Luleå`, - Region: null, - PostalCode: 50000, - Country: `Sweden`, - Salesperson: `Janet Leverling`, - OrderID: 10572, - OrderDate: `2018-10-03T21:00:00.000Z`, - ShipperName: `United Package`, - ProductID: 75, - ProductName: `Rhönbräu Klosterbier`, - UnitPrice: 7.75, - Quantity: 15, - Discontinued: false, - ExtendedPrice: 104.62, - Freight: 116.43 - }), - new InvoicesWorldDataItem( - { - ShipName: `Berglunds snabbköp`, - ShipAddress: `Berguvsvägen 8`, - ShipCity: `Luleå`, - ShipRegion: null, - ShipPostalCode: `S-958 22`, - ShipCountry: `Sweden`, - CustomerID: `BERGS`, - CustomerName: `Berglunds snabbköp`, - Address: `Berguvsvägen 8`, - City: `Luleå`, - Region: null, - PostalCode: 32000, - Country: `Sweden`, - Salesperson: `Steven Buchanan`, - OrderID: 10654, - OrderDate: `2018-10-03T21:00:00.000Z`, - ShipperName: `Speedy Express`, - ProductID: 4, - ProductName: `Chef Anton's Cajun Seasoning`, - UnitPrice: 22, - Quantity: 12, - Discontinued: false, - ExtendedPrice: 237.6, - Freight: 55.26 - }), - new InvoicesWorldDataItem( - { - ShipName: `Berglunds snabbköp`, - ShipAddress: `Berguvsvägen 8`, - ShipCity: `Luleå`, - ShipRegion: null, - ShipPostalCode: `S-958 22`, - ShipCountry: `Sweden`, - CustomerID: `BERGS`, - CustomerName: `Berglunds snabbköp`, - Address: `Berguvsvägen 8`, - City: `Luleå`, - Region: null, - PostalCode: 48000, - Country: `Sweden`, - Salesperson: `Steven Buchanan`, - OrderID: 10654, - OrderDate: `2018-10-03T21:00:00.000Z`, - ShipperName: `Speedy Express`, - ProductID: 39, - ProductName: `Chartreuse verte`, - UnitPrice: 18, - Quantity: 20, - Discontinued: false, - ExtendedPrice: 324, - Freight: 55.26 - }), - new InvoicesWorldDataItem( - { - ShipName: `Berglunds snabbköp`, - ShipAddress: `Berguvsvägen 8`, - ShipCity: `Luleå`, - ShipRegion: null, - ShipPostalCode: `S-958 22`, - ShipCountry: `Sweden`, - CustomerID: `BERGS`, - CustomerName: `Berglunds snabbköp`, - Address: `Berguvsvägen 8`, - City: `Luleå`, - Region: null, - PostalCode: 27000, - Country: `Sweden`, - Salesperson: `Steven Buchanan`, - OrderID: 10654, - OrderDate: `2018-10-03T21:00:00.000Z`, - ShipperName: `Speedy Express`, - ProductID: 54, - ProductName: `Tourtière`, - UnitPrice: 7.45, - Quantity: 6, - Discontinued: false, - ExtendedPrice: 40.23, - Freight: 55.26 - }), - new InvoicesWorldDataItem( - { - ShipName: `Berglunds snabbköp`, - ShipAddress: `Berguvsvägen 8`, - ShipCity: `Luleå`, - ShipRegion: null, - ShipPostalCode: `S-958 22`, - ShipCountry: `Sweden`, - CustomerID: `BERGS`, - CustomerName: `Berglunds snabbköp`, - Address: `Berguvsvägen 8`, - City: `Luleå`, - Region: null, - PostalCode: 36000, - Country: `Sweden`, - Salesperson: `Anne Dodsworth`, - OrderID: 10672, - OrderDate: `2018-10-03T21:00:00.000Z`, - ShipperName: `United Package`, - ProductID: 38, - ProductName: `Côte de Blaye`, - UnitPrice: 263.5, - Quantity: 15, - Discontinued: false, - ExtendedPrice: 3557.25, - Freight: 95.75 - }), - new InvoicesWorldDataItem( - { - ShipName: `Berglunds snabbköp`, - ShipAddress: `Berguvsvägen 8`, - ShipCity: `Luleå`, - ShipRegion: null, - ShipPostalCode: `S-958 22`, - ShipCountry: `Sweden`, - CustomerID: `BERGS`, - CustomerName: `Berglunds snabbköp`, - Address: `Berguvsvägen 8`, - City: `Luleå`, - Region: null, - PostalCode: 30000, - Country: `Sweden`, - Salesperson: `Margaret Peacock`, - OrderID: 10875, - OrderDate: `2018-10-03T21:00:00.000Z`, - ShipperName: `United Package`, - ProductID: 47, - ProductName: `Zaanse koeken`, - UnitPrice: 9.5, - Quantity: 21, - Discontinued: false, - ExtendedPrice: 179.55, - Freight: 32.37 - }), - new InvoicesWorldDataItem( - { - ShipName: `Berglunds snabbköp`, - ShipAddress: `Berguvsvägen 8`, - ShipCity: `Luleå`, - ShipRegion: null, - ShipPostalCode: `S-958 22`, - ShipCountry: `Sweden`, - CustomerID: `BERGS`, - CustomerName: `Berglunds snabbköp`, - Address: `Berguvsvägen 8`, - City: `Luleå`, - Region: null, - PostalCode: 47000, - Country: `Sweden`, - Salesperson: `Janet Leverling`, - OrderID: 10924, - OrderDate: `2018-10-03T21:00:00.000Z`, - ShipperName: `United Package`, - ProductID: 10, - ProductName: `Ikura`, - UnitPrice: 31, - Quantity: 20, - Discontinued: false, - ExtendedPrice: 558, - Freight: 151.52 - }), - new InvoicesWorldDataItem( - { - ShipName: `Berglunds snabbköp`, - ShipAddress: `Berguvsvägen 8`, - ShipCity: `Luleå`, - ShipRegion: null, - ShipPostalCode: `S-958 22`, - ShipCountry: `Sweden`, - CustomerID: `BERGS`, - CustomerName: `Berglunds snabbköp`, - Address: `Berguvsvägen 8`, - City: `Luleå`, - Region: null, - PostalCode: 25000, - Country: `Sweden`, - Salesperson: `Janet Leverling`, - OrderID: 10924, - OrderDate: `2018-10-03T21:00:00.000Z`, - ShipperName: `United Package`, - ProductID: 28, - ProductName: `Rössle Sauerkraut`, - UnitPrice: 45.6, - Quantity: 30, - Discontinued: true, - ExtendedPrice: 1231.2, - Freight: 151.52 - }), - new InvoicesWorldDataItem( - { - ShipName: `Berglunds snabbköp`, - ShipAddress: `Berguvsvägen 8`, - ShipCity: `Luleå`, - ShipRegion: null, - ShipPostalCode: `S-958 22`, - ShipCountry: `Sweden`, - CustomerID: `BERGS`, - CustomerName: `Berglunds snabbköp`, - Address: `Berguvsvägen 8`, - City: `Luleå`, - Region: null, - PostalCode: 29000, - Country: `Sweden`, - Salesperson: `Nancy Davolio`, - OrderID: 10689, - OrderDate: `2018-10-03T21:00:00.000Z`, - ShipperName: `United Package`, - ProductID: 1, - ProductName: `Chai`, - UnitPrice: 18, - Quantity: 35, - Discontinued: true, - ExtendedPrice: 472.5, - Freight: 13.42 - }), - new InvoicesWorldDataItem( - { - ShipName: `Berglunds snabbköp`, - ShipAddress: `Berguvsvägen 8`, - ShipCity: `Luleå`, - ShipRegion: null, - ShipPostalCode: `S-958 22`, - ShipCountry: `Sweden`, - CustomerID: `BERGS`, - CustomerName: `Berglunds snabbköp`, - Address: `Berguvsvägen 8`, - City: `Luleå`, - Region: null, - PostalCode: 47000, - Country: `Sweden`, - Salesperson: `Anne Dodsworth`, - OrderID: 10837, - OrderDate: `2018-10-03T21:00:00.000Z`, - ShipperName: `Federal Shipping`, - ProductID: 47, - ProductName: `Zaanse koeken`, - UnitPrice: 9.5, - Quantity: 40, - Discontinued: true, - ExtendedPrice: 285, - Freight: 13.32 - }), - new InvoicesWorldDataItem( - { - ShipName: `Berglunds snabbköp`, - ShipAddress: `Berguvsvägen 8`, - ShipCity: `Luleå`, - ShipRegion: null, - ShipPostalCode: `S-958 22`, - ShipCountry: `Sweden`, - CustomerID: `BERGS`, - CustomerName: `Berglunds snabbköp`, - Address: `Berguvsvägen 8`, - City: `Luleå`, - Region: null, - PostalCode: 32000, - Country: `Sweden`, - Salesperson: `Anne Dodsworth`, - OrderID: 10837, - OrderDate: `2018-10-03T21:00:00.000Z`, - ShipperName: `Federal Shipping`, - ProductID: 76, - ProductName: `Lakkalikööri`, - UnitPrice: 18, - Quantity: 21, - Discontinued: true, - ExtendedPrice: 283.5, - Freight: 13.32 - }), - new InvoicesWorldDataItem( - { - ShipName: `Berglunds snabbköp`, - ShipAddress: `Berguvsvägen 8`, - ShipCity: `Luleå`, - ShipRegion: null, - ShipPostalCode: `S-958 22`, - ShipCountry: `Sweden`, - CustomerID: `BERGS`, - CustomerName: `Berglunds snabbköp`, - Address: `Berguvsvägen 8`, - City: `Luleå`, - Region: null, - PostalCode: 27000, - Country: `Sweden`, - Salesperson: `Laura Callahan`, - OrderID: 10857, - OrderDate: `2018-10-03T21:00:00.000Z`, - ShipperName: `United Package`, - ProductID: 26, - ProductName: `Gumbär Gummibärchen`, - UnitPrice: 31.23, - Quantity: 35, - Discontinued: true, - ExtendedPrice: 819.79, - Freight: 188.85 - }), - new InvoicesWorldDataItem( - { - ShipName: `Berglunds snabbköp`, - ShipAddress: `Berguvsvägen 8`, - ShipCity: `Luleå`, - ShipRegion: null, - ShipPostalCode: `S-958 22`, - ShipCountry: `Sweden`, - CustomerID: `BERGS`, - CustomerName: `Berglunds snabbköp`, - Address: `Berguvsvägen 8`, - City: `Luleå`, - Region: null, - PostalCode: 49000, - Country: `Sweden`, - Salesperson: `Laura Callahan`, - OrderID: 10857, - OrderDate: `2018-10-03T21:00:00.000Z`, - ShipperName: `United Package`, - ProductID: 29, - ProductName: `Thüringer Rostbratwurst`, - UnitPrice: 123.79, - Quantity: 10, - Discontinued: true, - ExtendedPrice: 928.43, - Freight: 188.85 - }), - new InvoicesWorldDataItem( - { - ShipName: `Berglunds snabbköp`, - ShipAddress: `Berguvsvägen 8`, - ShipCity: `Luleå`, - ShipRegion: null, - ShipPostalCode: `S-958 22`, - ShipCountry: `Sweden`, - CustomerID: `BERGS`, - CustomerName: `Berglunds snabbköp`, - Address: `Berguvsvägen 8`, - City: `Luleå`, - Region: null, - PostalCode: 20000, - Country: `Sweden`, - Salesperson: `Steven Buchanan`, - OrderID: 10866, - OrderDate: `2018-10-03T21:00:00.000Z`, - ShipperName: `Speedy Express`, - ProductID: 2, - ProductName: `Chang`, - UnitPrice: 19, - Quantity: 21, - Discontinued: true, - ExtendedPrice: 299.25, - Freight: 109.11 - }), - new InvoicesWorldDataItem( - { - ShipName: `Berglunds snabbköp`, - ShipAddress: `Berguvsvägen 8`, - ShipCity: `Luleå`, - ShipRegion: null, - ShipPostalCode: `S-958 22`, - ShipCountry: `Sweden`, - CustomerID: `BERGS`, - CustomerName: `Berglunds snabbköp`, - Address: `Berguvsvägen 8`, - City: `Luleå`, - Region: null, - PostalCode: 40000, - Country: `Sweden`, - Salesperson: `Steven Buchanan`, - OrderID: 10866, - OrderDate: `2018-10-03T21:00:00.000Z`, - ShipperName: `Speedy Express`, - ProductID: 24, - ProductName: `Guaraná Fantástica`, - UnitPrice: 4.5, - Quantity: 6, - Discontinued: true, - ExtendedPrice: 20.25, - Freight: 109.11 - }), - new InvoicesWorldDataItem( - { - ShipName: `Berglunds snabbköp`, - ShipAddress: `Berguvsvägen 8`, - ShipCity: `Luleå`, - ShipRegion: null, - ShipPostalCode: `S-958 22`, - ShipCountry: `Sweden`, - CustomerID: `BERGS`, - CustomerName: `Berglunds snabbköp`, - Address: `Berguvsvägen 8`, - City: `Luleå`, - Region: null, - PostalCode: 27000, - Country: `Sweden`, - Salesperson: `Steven Buchanan`, - OrderID: 10866, - OrderDate: `2018-10-03T21:00:00.000Z`, - ShipperName: `Speedy Express`, - ProductID: 30, - ProductName: `Nord-Ost Matjeshering`, - UnitPrice: 25.89, - Quantity: 40, - Discontinued: false, - ExtendedPrice: 776.7, - Freight: 109.11 - }), - new InvoicesWorldDataItem( - { - ShipName: `Blauer See Delikatessen`, - ShipAddress: `Forsterstr. 57`, - ShipCity: `Mannheim`, - ShipRegion: null, - ShipPostalCode: `68306`, - ShipCountry: `Germany`, - CustomerID: `BLAUS`, - CustomerName: `Blauer See Delikatessen`, - Address: `Forsterstr. 57`, - City: `Mannheim`, - Region: null, - PostalCode: 68306, - Country: `Germany`, - Salesperson: `Anne Dodsworth`, - OrderID: 10501, - OrderDate: `2018-10-03T21:00:00.000Z`, - ShipperName: `Federal Shipping`, - ProductID: 54, - ProductName: `Tourtière`, - UnitPrice: 7.45, - Quantity: 20, - Discontinued: false, - ExtendedPrice: 149, - Freight: 8.85 - }), - new InvoicesWorldDataItem( - { - ShipName: `Blauer See Delikatessen`, - ShipAddress: `Forsterstr. 57`, - ShipCity: `Mannheim`, - ShipRegion: null, - ShipPostalCode: `68306`, - ShipCountry: `Germany`, - CustomerID: `BLAUS`, - CustomerName: `Blauer See Delikatessen`, - Address: `Forsterstr. 57`, - City: `Mannheim`, - Region: null, - PostalCode: 68306, - Country: `Germany`, - Salesperson: `Margaret Peacock`, - OrderID: 10509, - OrderDate: `2018-10-03T21:00:00.000Z`, - ShipperName: `Speedy Express`, - ProductID: 28, - ProductName: `Rössle Sauerkraut`, - UnitPrice: 45.6, - Quantity: 3, - Discontinued: false, - ExtendedPrice: 136.8, - Freight: 0.15 - }), - new InvoicesWorldDataItem( - { - ShipName: `Blauer See Delikatessen`, - ShipAddress: `Forsterstr. 57`, - ShipCity: `Mannheim`, - ShipRegion: null, - ShipPostalCode: `68306`, - ShipCountry: `Germany`, - CustomerID: `BLAUS`, - CustomerName: `Blauer See Delikatessen`, - Address: `Forsterstr. 57`, - City: `Mannheim`, - Region: null, - PostalCode: 68306, - Country: `Germany`, - Salesperson: `Janet Leverling`, - OrderID: 10582, - OrderDate: `2018-10-03T21:00:00.000Z`, - ShipperName: `United Package`, - ProductID: 57, - ProductName: `Ravioli Angelo`, - UnitPrice: 19.5, - Quantity: 4, - Discontinued: false, - ExtendedPrice: 78, - Freight: 27.71 - }), - new InvoicesWorldDataItem( - { - ShipName: `Blauer See Delikatessen`, - ShipAddress: `Forsterstr. 57`, - ShipCity: `Mannheim`, - ShipRegion: null, - ShipPostalCode: `68306`, - ShipCountry: `Germany`, - CustomerID: `BLAUS`, - CustomerName: `Blauer See Delikatessen`, - Address: `Forsterstr. 57`, - City: `Mannheim`, - Region: null, - PostalCode: 68306, - Country: `Germany`, - Salesperson: `Janet Leverling`, - OrderID: 10582, - OrderDate: `2018-10-03T21:00:00.000Z`, - ShipperName: `United Package`, - ProductID: 76, - ProductName: `Lakkalikööri`, - UnitPrice: 18, - Quantity: 14, - Discontinued: false, - ExtendedPrice: 252, - Freight: 27.71 - }), - new InvoicesWorldDataItem( - { - ShipName: `Blauer See Delikatessen`, - ShipAddress: `Forsterstr. 57`, - ShipCity: `Mannheim`, - ShipRegion: null, - ShipPostalCode: `68306`, - ShipCountry: `Germany`, - CustomerID: `BLAUS`, - CustomerName: `Blauer See Delikatessen`, - Address: `Forsterstr. 57`, - City: `Mannheim`, - Region: null, - PostalCode: 68306, - Country: `Germany`, - Salesperson: `Laura Callahan`, - OrderID: 10614, - OrderDate: `2018-10-03T21:00:00.000Z`, - ShipperName: `Federal Shipping`, - ProductID: 11, - ProductName: `Queso Cabrales`, - UnitPrice: 21, - Quantity: 14, - Discontinued: false, - ExtendedPrice: 294, - Freight: 1.93 - }), - new InvoicesWorldDataItem( - { - ShipName: `Blauer See Delikatessen`, - ShipAddress: `Forsterstr. 57`, - ShipCity: `Mannheim`, - ShipRegion: null, - ShipPostalCode: `68306`, - ShipCountry: `Germany`, - CustomerID: `BLAUS`, - CustomerName: `Blauer See Delikatessen`, - Address: `Forsterstr. 57`, - City: `Mannheim`, - Region: null, - PostalCode: 68306, - Country: `Germany`, - Salesperson: `Laura Callahan`, - OrderID: 10614, - OrderDate: `2016-10-03T21:00:00.000Z`, - ShipperName: `Federal Shipping`, - ProductID: 21, - ProductName: `Sir Rodney's Scones`, - UnitPrice: 10, - Quantity: 8, - Discontinued: false, - ExtendedPrice: 80, - Freight: 1.93 - }), - new InvoicesWorldDataItem( - { - ShipName: `Blauer See Delikatessen`, - ShipAddress: `Forsterstr. 57`, - ShipCity: `Mannheim`, - ShipRegion: null, - ShipPostalCode: `68306`, - ShipCountry: `Germany`, - CustomerID: `BLAUS`, - CustomerName: `Blauer See Delikatessen`, - Address: `Forsterstr. 57`, - City: `Mannheim`, - Region: null, - PostalCode: 68306, - Country: `Germany`, - Salesperson: `Laura Callahan`, - OrderID: 10614, - OrderDate: `2016-10-03T21:00:00.000Z`, - ShipperName: `Federal Shipping`, - ProductID: 39, - ProductName: `Chartreuse verte`, - UnitPrice: 18, - Quantity: 5, - Discontinued: false, - ExtendedPrice: 90, - Freight: 1.93 - }), - new InvoicesWorldDataItem( - { - ShipName: `Blauer See Delikatessen`, - ShipAddress: `Forsterstr. 57`, - ShipCity: `Mannheim`, - ShipRegion: null, - ShipPostalCode: `68306`, - ShipCountry: `Germany`, - CustomerID: `BLAUS`, - CustomerName: `Blauer See Delikatessen`, - Address: `Forsterstr. 57`, - City: `Mannheim`, - Region: null, - PostalCode: 68306, - Country: `Germany`, - Salesperson: `Anne Dodsworth`, - OrderID: 10853, - OrderDate: `2016-10-03T21:00:00.000Z`, - ShipperName: `United Package`, - ProductID: 18, - ProductName: `Carnarvon Tigers`, - UnitPrice: 62.5, - Quantity: 10, - Discontinued: false, - ExtendedPrice: 625, - Freight: 53.83 - }), - new InvoicesWorldDataItem( - { - ShipName: `Blauer See Delikatessen`, - ShipAddress: `Forsterstr. 57`, - ShipCity: `Mannheim`, - ShipRegion: null, - ShipPostalCode: `68306`, - ShipCountry: `Germany`, - CustomerID: `BLAUS`, - CustomerName: `Blauer See Delikatessen`, - Address: `Forsterstr. 57`, - City: `Mannheim`, - Region: null, - PostalCode: 68306, - Country: `Germany`, - Salesperson: `Michael Suyama`, - OrderID: 10956, - OrderDate: `2016-10-03T21:00:00.000Z`, - ShipperName: `United Package`, - ProductID: 21, - ProductName: `Sir Rodney's Scones`, - UnitPrice: 10, - Quantity: 12, - Discontinued: false, - ExtendedPrice: 120, - Freight: 44.65 - }), - new InvoicesWorldDataItem( - { - ShipName: `Blauer See Delikatessen`, - ShipAddress: `Forsterstr. 57`, - ShipCity: `Mannheim`, - ShipRegion: null, - ShipPostalCode: `68306`, - ShipCountry: `Germany`, - CustomerID: `BLAUS`, - CustomerName: `Blauer See Delikatessen`, - Address: `Forsterstr. 57`, - City: `Mannheim`, - Region: null, - PostalCode: 68306, - Country: `Germany`, - Salesperson: `Michael Suyama`, - OrderID: 10956, - OrderDate: `2016-10-03T21:00:00.000Z`, - ShipperName: `United Package`, - ProductID: 47, - ProductName: `Zaanse koeken`, - UnitPrice: 9.5, - Quantity: 14, - Discontinued: false, - ExtendedPrice: 133, - Freight: 44.65 - }), - new InvoicesWorldDataItem( - { - ShipName: `Bólido Comidas preparadas`, - ShipAddress: `C/ Araquil, 67`, - ShipCity: `Madrid`, - ShipRegion: null, - ShipPostalCode: `28023`, - ShipCountry: `Spain`, - CustomerID: `BOLID`, - CustomerName: `Bólido Comidas preparadas`, - Address: `C/ Araquil, 67`, - City: `Madrid`, - Region: null, - PostalCode: 28023, - Country: `Spain`, - Salesperson: `Margaret Peacock`, - OrderID: 10326, - OrderDate: `2016-10-03T21:00:00.000Z`, - ShipperName: `United Package`, - ProductID: 75, - ProductName: `Rhönbräu Klosterbier`, - UnitPrice: 6.2, - Quantity: 50, - Discontinued: false, - ExtendedPrice: 310, - Freight: 77.92 - }), - new InvoicesWorldDataItem( - { - ShipName: `Bólido Comidas preparadas`, - ShipAddress: `C/ Araquil, 67`, - ShipCity: `Madrid`, - ShipRegion: null, - ShipPostalCode: `28023`, - ShipCountry: `Spain`, - CustomerID: `BOLID`, - CustomerName: `Bólido Comidas preparadas`, - Address: `C/ Araquil, 67`, - City: `Madrid`, - Region: null, - PostalCode: 28023, - Country: `Spain`, - Salesperson: `Anne Dodsworth`, - OrderID: 10970, - OrderDate: `2016-10-03T21:00:00.000Z`, - ShipperName: `Speedy Express`, - ProductID: 52, - ProductName: `Filo Mix`, - UnitPrice: 7, - Quantity: 40, - Discontinued: false, - ExtendedPrice: 224, - Freight: 16.16 - }), - new InvoicesWorldDataItem( - { - ShipName: `Bólido Comidas preparadas`, - ShipAddress: `C/ Araquil, 67`, - ShipCity: `Madrid`, - ShipRegion: null, - ShipPostalCode: `28023`, - ShipCountry: `Spain`, - CustomerID: `BOLID`, - CustomerName: `Bólido Comidas preparadas`, - Address: `C/ Araquil, 67`, - City: `Madrid`, - Region: null, - PostalCode: 28023, - Country: `Spain`, - Salesperson: `Margaret Peacock`, - OrderID: 10801, - OrderDate: `2016-10-03T21:00:00.000Z`, - ShipperName: `United Package`, - ProductID: 17, - ProductName: `Alice Mutton`, - UnitPrice: 39, - Quantity: 40, - Discontinued: false, - ExtendedPrice: 1170, - Freight: 97.09 - }), - new InvoicesWorldDataItem( - { - ShipName: `Bólido Comidas preparadas`, - ShipAddress: `C/ Araquil, 67`, - ShipCity: `Madrid`, - ShipRegion: null, - ShipPostalCode: `28023`, - ShipCountry: `Spain`, - CustomerID: `BOLID`, - CustomerName: `Bólido Comidas preparadas`, - Address: `C/ Araquil, 67`, - City: `Madrid`, - Region: null, - PostalCode: 28023, - Country: `Spain`, - Salesperson: `Margaret Peacock`, - OrderID: 10801, - OrderDate: `2016-10-03T21:00:00.000Z`, - ShipperName: `United Package`, - ProductID: 29, - ProductName: `Thüringer Rostbratwurst`, - UnitPrice: 123.79, - Quantity: 20, - Discontinued: false, - ExtendedPrice: 1856.85, - Freight: 97.09 - }), - new InvoicesWorldDataItem( - { - ShipName: `Bon app'`, - ShipAddress: `12, rue des Bouchers`, - ShipCity: `Marseille`, - ShipRegion: null, - ShipPostalCode: `13008`, - ShipCountry: `France`, - CustomerID: `BONAP`, - CustomerName: `Bon app'`, - Address: `12, rue des Bouchers`, - City: `Marseille`, - Region: null, - PostalCode: 13008, - Country: `France`, - Salesperson: `Anne Dodsworth`, - OrderID: 10331, - OrderDate: `2016-10-03T21:00:00.000Z`, - ShipperName: `Speedy Express`, - ProductID: 54, - ProductName: `Tourtière`, - UnitPrice: 5.9, - Quantity: 15, - Discontinued: false, - ExtendedPrice: 88.5, - Freight: 10.19 - }), - new InvoicesWorldDataItem( - { - ShipName: `Bon app'`, - ShipAddress: `12, rue des Bouchers`, - ShipCity: `Marseille`, - ShipRegion: null, - ShipPostalCode: `13008`, - ShipCountry: `France`, - CustomerID: `BONAP`, - CustomerName: `Bon app'`, - Address: `12, rue des Bouchers`, - City: `Marseille`, - Region: null, - PostalCode: 13008, - Country: `France`, - Salesperson: `Janet Leverling`, - OrderID: 10362, - OrderDate: `2016-10-03T21:00:00.000Z`, - ShipperName: `Speedy Express`, - ProductID: 25, - ProductName: `NuNuCa Nuß-Nougat-Creme`, - UnitPrice: 11.2, - Quantity: 50, - Discontinued: false, - ExtendedPrice: 560, - Freight: 96.04 - }), - new InvoicesWorldDataItem( - { - ShipName: `Bon app'`, - ShipAddress: `12, rue des Bouchers`, - ShipCity: `Marseille`, - ShipRegion: null, - ShipPostalCode: `13008`, - ShipCountry: `France`, - CustomerID: `BONAP`, - CustomerName: `Bon app'`, - Address: `12, rue des Bouchers`, - City: `Marseille`, - Region: null, - PostalCode: 13008, - Country: `France`, - Salesperson: `Janet Leverling`, - OrderID: 10362, - OrderDate: `2016-10-03T21:00:00.000Z`, - ShipperName: `Speedy Express`, - ProductID: 51, - ProductName: `Manjimup Dried Apples`, - UnitPrice: 42.4, - Quantity: 20, - Discontinued: false, - ExtendedPrice: 848, - Freight: 96.04 - }), - new InvoicesWorldDataItem( - { - ShipName: `Bon app'`, - ShipAddress: `12, rue des Bouchers`, - ShipCity: `Marseille`, - ShipRegion: null, - ShipPostalCode: `13008`, - ShipCountry: `France`, - CustomerID: `BONAP`, - CustomerName: `Bon app'`, - Address: `12, rue des Bouchers`, - City: `Marseille`, - Region: null, - PostalCode: 13008, - Country: `France`, - Salesperson: `Janet Leverling`, - OrderID: 10362, - OrderDate: `2016-10-03T21:00:00.000Z`, - ShipperName: `Speedy Express`, - ProductID: 54, - ProductName: `Tourtière`, - UnitPrice: 5.9, - Quantity: 24, - Discontinued: false, - ExtendedPrice: 141.6, - Freight: 96.04 - }), - new InvoicesWorldDataItem( - { - ShipName: `Bon app'`, - ShipAddress: `12, rue des Bouchers`, - ShipCity: `Marseille`, - ShipRegion: null, - ShipPostalCode: `13008`, - ShipCountry: `France`, - CustomerID: `BONAP`, - CustomerName: `Bon app'`, - Address: `12, rue des Bouchers`, - City: `Marseille`, - Region: null, - PostalCode: 13008, - Country: `France`, - Salesperson: `Margaret Peacock`, - OrderID: 10470, - OrderDate: `2016-10-03T21:00:00.000Z`, - ShipperName: `United Package`, - ProductID: 18, - ProductName: `Carnarvon Tigers`, - UnitPrice: 50, - Quantity: 30, - Discontinued: false, - ExtendedPrice: 1500, - Freight: 64.56 - }), - new InvoicesWorldDataItem( - { - ShipName: `Bon app'`, - ShipAddress: `12, rue des Bouchers`, - ShipCity: `Marseille`, - ShipRegion: null, - ShipPostalCode: `13008`, - ShipCountry: `France`, - CustomerID: `BONAP`, - CustomerName: `Bon app'`, - Address: `12, rue des Bouchers`, - City: `Marseille`, - Region: null, - PostalCode: 13008, - Country: `France`, - Salesperson: `Margaret Peacock`, - OrderID: 10470, - OrderDate: `2016-10-03T21:00:00.000Z`, - ShipperName: `United Package`, - ProductID: 23, - ProductName: `Tunnbröd`, - UnitPrice: 7.2, - Quantity: 15, - Discontinued: false, - ExtendedPrice: 108, - Freight: 64.56 - }), - new InvoicesWorldDataItem( - { - ShipName: `Bon app'`, - ShipAddress: `12, rue des Bouchers`, - ShipCity: `Marseille`, - ShipRegion: null, - ShipPostalCode: `13008`, - ShipCountry: `France`, - CustomerID: `BONAP`, - CustomerName: `Bon app'`, - Address: `12, rue des Bouchers`, - City: `Marseille`, - Region: null, - PostalCode: 13008, - Country: `France`, - Salesperson: `Margaret Peacock`, - OrderID: 10470, - OrderDate: `2016-10-03T21:00:00.000Z`, - ShipperName: `United Package`, - ProductID: 64, - ProductName: `Wimmers gute Semmelknödel`, - UnitPrice: 26.6, - Quantity: 8, - Discontinued: false, - ExtendedPrice: 212.8, - Freight: 64.56 - }), - new InvoicesWorldDataItem( - { - ShipName: `Bon app'`, - ShipAddress: `12, rue des Bouchers`, - ShipCity: `Marseille`, - ShipRegion: null, - ShipPostalCode: `13008`, - ShipCountry: `France`, - CustomerID: `BONAP`, - CustomerName: `Bon app'`, - Address: `12, rue des Bouchers`, - City: `Marseille`, - Region: null, - PostalCode: 13008, - Country: `France`, - Salesperson: `Nancy Davolio`, - OrderID: 10525, - OrderDate: `2016-10-03T21:00:00.000Z`, - ShipperName: `United Package`, - ProductID: 36, - ProductName: `Inlagd Sill`, - UnitPrice: 19, - Quantity: 30, - Discontinued: false, - ExtendedPrice: 570, - Freight: 11.06 - }), - new InvoicesWorldDataItem( - { - ShipName: `Bon app'`, - ShipAddress: `12, rue des Bouchers`, - ShipCity: `Marseille`, - ShipRegion: null, - ShipPostalCode: `13008`, - ShipCountry: `France`, - CustomerID: `BONAP`, - CustomerName: `Bon app'`, - Address: `12, rue des Bouchers`, - City: `Marseille`, - Region: null, - PostalCode: 13008, - Country: `France`, - Salesperson: `Janet Leverling`, - OrderID: 10715, - OrderDate: `2016-10-03T21:00:00.000Z`, - ShipperName: `Speedy Express`, - ProductID: 10, - ProductName: `Ikura`, - UnitPrice: 31, - Quantity: 21, - Discontinued: false, - ExtendedPrice: 651, - Freight: 63.2 - }), - new InvoicesWorldDataItem( - { - ShipName: `Bon app'`, - ShipAddress: `12, rue des Bouchers`, - ShipCity: `Marseille`, - ShipRegion: null, - ShipPostalCode: `13008`, - ShipCountry: `France`, - CustomerID: `BONAP`, - CustomerName: `Bon app'`, - Address: `12, rue des Bouchers`, - City: `Marseille`, - Region: null, - PostalCode: 13008, - Country: `France`, - Salesperson: `Janet Leverling`, - OrderID: 10715, - OrderDate: `2016-10-03T21:00:00.000Z`, - ShipperName: `Speedy Express`, - ProductID: 71, - ProductName: `Flotemysost`, - UnitPrice: 21.5, - Quantity: 30, - Discontinued: false, - ExtendedPrice: 645, - Freight: 63.2 - }), - new InvoicesWorldDataItem( - { - ShipName: `Bon app'`, - ShipAddress: `12, rue des Bouchers`, - ShipCity: `Marseille`, - ShipRegion: null, - ShipPostalCode: `13008`, - ShipCountry: `France`, - CustomerID: `BONAP`, - CustomerName: `Bon app'`, - Address: `12, rue des Bouchers`, - City: `Marseille`, - Region: null, - PostalCode: 13008, - Country: `France`, - Salesperson: `Janet Leverling`, - OrderID: 10732, - OrderDate: `2016-10-03T21:00:00.000Z`, - ShipperName: `Speedy Express`, - ProductID: 76, - ProductName: `Lakkalikööri`, - UnitPrice: 18, - Quantity: 20, - Discontinued: false, - ExtendedPrice: 360, - Freight: 16.97 - }), - new InvoicesWorldDataItem( - { - ShipName: `Bon app'`, - ShipAddress: `12, rue des Bouchers`, - ShipCity: `Marseille`, - ShipRegion: null, - ShipPostalCode: `13008`, - ShipCountry: `France`, - CustomerID: `BONAP`, - CustomerName: `Bon app'`, - Address: `12, rue des Bouchers`, - City: `Marseille`, - Region: null, - PostalCode: 13008, - Country: `France`, - Salesperson: `Nancy Davolio`, - OrderID: 10827, - OrderDate: `2017-10-03T21:00:00.000Z`, - ShipperName: `United Package`, - ProductID: 10, - ProductName: `Ikura`, - UnitPrice: 31, - Quantity: 15, - Discontinued: false, - ExtendedPrice: 465, - Freight: 63.54 - }), - new InvoicesWorldDataItem( - { - ShipName: `Bon app'`, - ShipAddress: `12, rue des Bouchers`, - ShipCity: `Marseille`, - ShipRegion: null, - ShipPostalCode: `13008`, - ShipCountry: `France`, - CustomerID: `BONAP`, - CustomerName: `Bon app'`, - Address: `12, rue des Bouchers`, - City: `Marseille`, - Region: null, - PostalCode: 13008, - Country: `France`, - Salesperson: `Nancy Davolio`, - OrderID: 10827, - OrderDate: `2016-10-03T21:00:00.000Z`, - ShipperName: `United Package`, - ProductID: 39, - ProductName: `Chartreuse verte`, - UnitPrice: 18, - Quantity: 21, - Discontinued: false, - ExtendedPrice: 378, - Freight: 63.54 - }), - new InvoicesWorldDataItem( - { - ShipName: `Bon app'`, - ShipAddress: `12, rue des Bouchers`, - ShipCity: `Marseille`, - ShipRegion: null, - ShipPostalCode: `13008`, - ShipCountry: `France`, - CustomerID: `BONAP`, - CustomerName: `Bon app'`, - Address: `12, rue des Bouchers`, - City: `Marseille`, - Region: null, - PostalCode: 13008, - Country: `France`, - Salesperson: `Robert King`, - OrderID: 10876, - OrderDate: `2016-10-03T21:00:00.000Z`, - ShipperName: `Federal Shipping`, - ProductID: 46, - ProductName: `Spegesild`, - UnitPrice: 12, - Quantity: 21, - Discontinued: false, - ExtendedPrice: 252, - Freight: 60.42 - }), - new InvoicesWorldDataItem( - { - ShipName: `Bon app'`, - ShipAddress: `12, rue des Bouchers`, - ShipCity: `Marseille`, - ShipRegion: null, - ShipPostalCode: `13008`, - ShipCountry: `France`, - CustomerID: `BONAP`, - CustomerName: `Bon app'`, - Address: `12, rue des Bouchers`, - City: `Marseille`, - Region: null, - PostalCode: 13008, - Country: `France`, - Salesperson: `Robert King`, - OrderID: 10876, - OrderDate: `2016-10-03T21:00:00.000Z`, - ShipperName: `Federal Shipping`, - ProductID: 64, - ProductName: `Wimmers gute Semmelknödel`, - UnitPrice: 33.25, - Quantity: 20, - Discontinued: false, - ExtendedPrice: 665, - Freight: 60.42 - }), - new InvoicesWorldDataItem( - { - ShipName: `Bon app'`, - ShipAddress: `12, rue des Bouchers`, - ShipCity: `Marseille`, - ShipRegion: null, - ShipPostalCode: `13008`, - ShipCountry: `France`, - CustomerID: `BONAP`, - CustomerName: `Bon app'`, - Address: `12, rue des Bouchers`, - City: `Marseille`, - Region: null, - PostalCode: 13008, - Country: `France`, - Salesperson: `Laura Callahan`, - OrderID: 10932, - OrderDate: `2016-10-03T21:00:00.000Z`, - ShipperName: `Speedy Express`, - ProductID: 72, - ProductName: `Mozzarella di Giovanni`, - UnitPrice: 34.8, - Quantity: 16, - Discontinued: false, - ExtendedPrice: 556.8, - Freight: 134.64 - }), - new InvoicesWorldDataItem( - { - ShipName: `Bon app'`, - ShipAddress: `12, rue des Bouchers`, - ShipCity: `Marseille`, - ShipRegion: null, - ShipPostalCode: `13008`, - ShipCountry: `France`, - CustomerID: `BONAP`, - CustomerName: `Bon app'`, - Address: `12, rue des Bouchers`, - City: `Marseille`, - Region: null, - PostalCode: 13008, - Country: `France`, - Salesperson: `Laura Callahan`, - OrderID: 10940, - OrderDate: `2016-10-03T21:00:00.000Z`, - ShipperName: `Federal Shipping`, - ProductID: 13, - ProductName: `Konbu`, - UnitPrice: 6, - Quantity: 20, - Discontinued: false, - ExtendedPrice: 120, - Freight: 19.77 - }), - new InvoicesWorldDataItem( - { - ShipName: `Bon app'`, - ShipAddress: `12, rue des Bouchers`, - ShipCity: `Marseille`, - ShipRegion: null, - ShipPostalCode: `13008`, - ShipCountry: `France`, - CustomerID: `BONAP`, - CustomerName: `Bon app'`, - Address: `12, rue des Bouchers`, - City: `Marseille`, - Region: null, - PostalCode: 13008, - Country: `France`, - Salesperson: `Nancy Davolio`, - OrderID: 10340, - OrderDate: `2016-10-03T21:00:00.000Z`, - ShipperName: `Federal Shipping`, - ProductID: 18, - ProductName: `Carnarvon Tigers`, - UnitPrice: 50, - Quantity: 20, - Discontinued: false, - ExtendedPrice: 950, - Freight: 166.31 - }), - new InvoicesWorldDataItem( - { - ShipName: `Bon app'`, - ShipAddress: `12, rue des Bouchers`, - ShipCity: `Marseille`, - ShipRegion: null, - ShipPostalCode: `13008`, - ShipCountry: `France`, - CustomerID: `BONAP`, - CustomerName: `Bon app'`, - Address: `12, rue des Bouchers`, - City: `Marseille`, - Region: null, - PostalCode: 13008, - Country: `France`, - Salesperson: `Nancy Davolio`, - OrderID: 10340, - OrderDate: `2016-10-03T21:00:00.000Z`, - ShipperName: `Federal Shipping`, - ProductID: 41, - ProductName: `Jack's New England Clam Chowder`, - UnitPrice: 7.7, - Quantity: 12, - Discontinued: false, - ExtendedPrice: 87.78, - Freight: 166.31 - }), - new InvoicesWorldDataItem( - { - ShipName: `Bon app'`, - ShipAddress: `12, rue des Bouchers`, - ShipCity: `Marseille`, - ShipRegion: null, - ShipPostalCode: `13008`, - ShipCountry: `France`, - CustomerID: `BONAP`, - CustomerName: `Bon app'`, - Address: `12, rue des Bouchers`, - City: `Marseille`, - Region: null, - PostalCode: 13008, - Country: `France`, - Salesperson: `Nancy Davolio`, - OrderID: 10340, - OrderDate: `2016-10-03T21:00:00.000Z`, - ShipperName: `Federal Shipping`, - ProductID: 43, - ProductName: `Ipoh Coffee`, - UnitPrice: 36.8, - Quantity: 40, - Discontinued: false, - ExtendedPrice: 1398.4, - Freight: 166.31 - }), - new InvoicesWorldDataItem( - { - ShipName: `Bon app'`, - ShipAddress: `12, rue des Bouchers`, - ShipCity: `Marseille`, - ShipRegion: null, - ShipPostalCode: `13008`, - ShipCountry: `France`, - CustomerID: `BONAP`, - CustomerName: `Bon app'`, - Address: `12, rue des Bouchers`, - City: `Marseille`, - Region: null, - PostalCode: 13008, - Country: `France`, - Salesperson: `Andrew Fuller`, - OrderID: 10663, - OrderDate: `2016-10-03T21:00:00.000Z`, - ShipperName: `United Package`, - ProductID: 40, - ProductName: `Boston Crab Meat`, - UnitPrice: 18.4, - Quantity: 30, - Discontinued: false, - ExtendedPrice: 524.4, - Freight: 113.15 - }), - new InvoicesWorldDataItem( - { - ShipName: `Bon app'`, - ShipAddress: `12, rue des Bouchers`, - ShipCity: `Marseille`, - ShipRegion: null, - ShipPostalCode: `13008`, - ShipCountry: `France`, - CustomerID: `BONAP`, - CustomerName: `Bon app'`, - Address: `12, rue des Bouchers`, - City: `Marseille`, - Region: null, - PostalCode: 13008, - Country: `France`, - Salesperson: `Andrew Fuller`, - OrderID: 10663, - OrderDate: `2016-10-03T21:00:00.000Z`, - ShipperName: `United Package`, - ProductID: 42, - ProductName: `Singaporean Hokkien Fried Mee`, - UnitPrice: 14, - Quantity: 30, - Discontinued: false, - ExtendedPrice: 399, - Freight: 113.15 - }), - new InvoicesWorldDataItem( - { - ShipName: `Bon app'`, - ShipAddress: `12, rue des Bouchers`, - ShipCity: `Marseille`, - ShipRegion: null, - ShipPostalCode: `13008`, - ShipCountry: `France`, - CustomerID: `BONAP`, - CustomerName: `Bon app'`, - Address: `12, rue des Bouchers`, - City: `Marseille`, - Region: null, - PostalCode: 13008, - Country: `France`, - Salesperson: `Andrew Fuller`, - OrderID: 10663, - OrderDate: `2016-10-03T21:00:00.000Z`, - ShipperName: `United Package`, - ProductID: 51, - ProductName: `Manjimup Dried Apples`, - UnitPrice: 53, - Quantity: 20, - Discontinued: false, - ExtendedPrice: 1007, - Freight: 113.15 - }), - new InvoicesWorldDataItem( - { - ShipName: `Bon app'`, - ShipAddress: `12, rue des Bouchers`, - ShipCity: `Marseille`, - ShipRegion: null, - ShipPostalCode: `13008`, - ShipCountry: `France`, - CustomerID: `BONAP`, - CustomerName: `Bon app'`, - Address: `12, rue des Bouchers`, - City: `Marseille`, - Region: null, - PostalCode: 13008, - Country: `France`, - Salesperson: `Steven Buchanan`, - OrderID: 10730, - OrderDate: `2016-10-03T21:00:00.000Z`, - ShipperName: `Speedy Express`, - ProductID: 16, - ProductName: `Pavlova`, - UnitPrice: 17.45, - Quantity: 15, - Discontinued: false, - ExtendedPrice: 248.66, - Freight: 20.12 - }), - new InvoicesWorldDataItem( - { - ShipName: `Bon app'`, - ShipAddress: `12, rue des Bouchers`, - ShipCity: `Marseille`, - ShipRegion: null, - ShipPostalCode: `13008`, - ShipCountry: `France`, - CustomerID: `BONAP`, - CustomerName: `Bon app'`, - Address: `12, rue des Bouchers`, - City: `Marseille`, - Region: null, - PostalCode: 13008, - Country: `France`, - Salesperson: `Steven Buchanan`, - OrderID: 10730, - OrderDate: `2016-10-03T21:00:00.000Z`, - ShipperName: `Speedy Express`, - ProductID: 31, - ProductName: `Gorgonzola Telino`, - UnitPrice: 12.5, - Quantity: 3, - Discontinued: false, - ExtendedPrice: 35.62, - Freight: 20.12 - }), - new InvoicesWorldDataItem( - { - ShipName: `Bon app'`, - ShipAddress: `12, rue des Bouchers`, - ShipCity: `Marseille`, - ShipRegion: null, - ShipPostalCode: `13008`, - ShipCountry: `France`, - CustomerID: `BONAP`, - CustomerName: `Bon app'`, - Address: `12, rue des Bouchers`, - City: `Marseille`, - Region: null, - PostalCode: 13008, - Country: `France`, - Salesperson: `Steven Buchanan`, - OrderID: 10730, - OrderDate: `2016-10-03T21:00:00.000Z`, - ShipperName: `Speedy Express`, - ProductID: 65, - ProductName: `Louisiana Fiery Hot Pepper Sauce`, - UnitPrice: 21.05, - Quantity: 10, - Discontinued: false, - ExtendedPrice: 199.97, - Freight: 20.12 - }), - new InvoicesWorldDataItem( - { - ShipName: `Bon app'`, - ShipAddress: `12, rue des Bouchers`, - ShipCity: `Marseille`, - ShipRegion: null, - ShipPostalCode: `13008`, - ShipCountry: `France`, - CustomerID: `BONAP`, - CustomerName: `Bon app'`, - Address: `12, rue des Bouchers`, - City: `Marseille`, - Region: null, - PostalCode: 13008, - Country: `France`, - Salesperson: `Anne Dodsworth`, - OrderID: 10871, - OrderDate: `2016-10-03T21:00:00.000Z`, - ShipperName: `United Package`, - ProductID: 6, - ProductName: `Grandma's Boysenberry Spread`, - UnitPrice: 25, - Quantity: 50, - Discontinued: false, - ExtendedPrice: 1187.5, - Freight: 112.27 - }), - new InvoicesWorldDataItem( - { - ShipName: `Bon app'`, - ShipAddress: `12, rue des Bouchers`, - ShipCity: `Marseille`, - ShipRegion: null, - ShipPostalCode: `13008`, - ShipCountry: `France`, - CustomerID: `BONAP`, - CustomerName: `Bon app'`, - Address: `12, rue des Bouchers`, - City: `Marseille`, - Region: null, - PostalCode: 13008, - Country: `France`, - Salesperson: `Anne Dodsworth`, - OrderID: 10871, - OrderDate: `2016-10-03T21:00:00.000Z`, - ShipperName: `United Package`, - ProductID: 16, - ProductName: `Pavlova`, - UnitPrice: 17.45, - Quantity: 12, - Discontinued: false, - ExtendedPrice: 198.93, - Freight: 112.27 - }), - new InvoicesWorldDataItem( - { - ShipName: `Bon app'`, - ShipAddress: `12, rue des Bouchers`, - ShipCity: `Marseille`, - ShipRegion: null, - ShipPostalCode: `13008`, - ShipCountry: `France`, - CustomerID: `BONAP`, - CustomerName: `Bon app'`, - Address: `12, rue des Bouchers`, - City: `Marseille`, - Region: null, - PostalCode: 13008, - Country: `France`, - Salesperson: `Anne Dodsworth`, - OrderID: 10871, - OrderDate: `2016-10-03T21:00:00.000Z`, - ShipperName: `United Package`, - ProductID: 17, - ProductName: `Alice Mutton`, - UnitPrice: 39, - Quantity: 16, - Discontinued: false, - ExtendedPrice: 592.8, - Freight: 112.27 - }), - new InvoicesWorldDataItem( - { - ShipName: `Bon app'`, - ShipAddress: `12, rue des Bouchers`, - ShipCity: `Marseille`, - ShipRegion: null, - ShipPostalCode: `13008`, - ShipCountry: `France`, - CustomerID: `BONAP`, - CustomerName: `Bon app'`, - Address: `12, rue des Bouchers`, - City: `Marseille`, - Region: null, - PostalCode: 13008, - Country: `France`, - Salesperson: `Nancy Davolio`, - OrderID: 10525, - OrderDate: `2016-10-03T21:00:00.000Z`, - ShipperName: `United Package`, - ProductID: 40, - ProductName: `Boston Crab Meat`, - UnitPrice: 18.4, - Quantity: 15, - Discontinued: false, - ExtendedPrice: 248.4, - Freight: 11.06 - }), - new InvoicesWorldDataItem( - { - ShipName: `Bon app'`, - ShipAddress: `12, rue des Bouchers`, - ShipCity: `Marseille`, - ShipRegion: null, - ShipPostalCode: `13008`, - ShipCountry: `France`, - CustomerID: `BONAP`, - CustomerName: `Bon app'`, - Address: `12, rue des Bouchers`, - City: `Marseille`, - Region: null, - PostalCode: 13008, - Country: `France`, - Salesperson: `Laura Callahan`, - OrderID: 10932, - OrderDate: `2016-10-03T21:00:00.000Z`, - ShipperName: `Speedy Express`, - ProductID: 16, - ProductName: `Pavlova`, - UnitPrice: 17.45, - Quantity: 30, - Discontinued: false, - ExtendedPrice: 471.15, - Freight: 134.64 - }), - new InvoicesWorldDataItem( - { - ShipName: `Bon app'`, - ShipAddress: `12, rue des Bouchers`, - ShipCity: `Marseille`, - ShipRegion: null, - ShipPostalCode: `13008`, - ShipCountry: `France`, - CustomerID: `BONAP`, - CustomerName: `Bon app'`, - Address: `12, rue des Bouchers`, - City: `Marseille`, - Region: null, - PostalCode: 13008, - Country: `France`, - Salesperson: `Laura Callahan`, - OrderID: 10932, - OrderDate: `2016-10-03T21:00:00.000Z`, - ShipperName: `Speedy Express`, - ProductID: 62, - ProductName: `Tarte au sucre`, - UnitPrice: 49.3, - Quantity: 14, - Discontinued: true, - ExtendedPrice: 621.18, - Freight: 134.64 - }), - new InvoicesWorldDataItem( - { - ShipName: `Bon app'`, - ShipAddress: `12, rue des Bouchers`, - ShipCity: `Marseille`, - ShipRegion: null, - ShipPostalCode: `13008`, - ShipCountry: `France`, - CustomerID: `BONAP`, - CustomerName: `Bon app'`, - Address: `12, rue des Bouchers`, - City: `Marseille`, - Region: null, - PostalCode: 13008, - Country: `France`, - Salesperson: `Laura Callahan`, - OrderID: 10932, - OrderDate: `2016-10-03T21:00:00.000Z`, - ShipperName: `Speedy Express`, - ProductID: 75, - ProductName: `Rhönbräu Klosterbier`, - UnitPrice: 7.75, - Quantity: 20, - Discontinued: true, - ExtendedPrice: 139.5, - Freight: 134.64 - }), - new InvoicesWorldDataItem( - { - ShipName: `Bon app'`, - ShipAddress: `12, rue des Bouchers`, - ShipCity: `Marseille`, - ShipRegion: null, - ShipPostalCode: `13008`, - ShipCountry: `France`, - CustomerID: `BONAP`, - CustomerName: `Bon app'`, - Address: `12, rue des Bouchers`, - City: `Marseille`, - Region: null, - PostalCode: 13008, - Country: `France`, - Salesperson: `Margaret Peacock`, - OrderID: 10511, - OrderDate: `2016-10-03T21:00:00.000Z`, - ShipperName: `Federal Shipping`, - ProductID: 4, - ProductName: `Chef Anton's Cajun Seasoning`, - UnitPrice: 22, - Quantity: 50, - Discontinued: true, - ExtendedPrice: 935, - Freight: 350.64 - }), - new InvoicesWorldDataItem( - { - ShipName: `Bon app'`, - ShipAddress: `12, rue des Bouchers`, - ShipCity: `Marseille`, - ShipRegion: null, - ShipPostalCode: `13008`, - ShipCountry: `France`, - CustomerID: `BONAP`, - CustomerName: `Bon app'`, - Address: `12, rue des Bouchers`, - City: `Marseille`, - Region: null, - PostalCode: 13008, - Country: `France`, - Salesperson: `Margaret Peacock`, - OrderID: 10511, - OrderDate: `2016-10-03T21:00:00.000Z`, - ShipperName: `Federal Shipping`, - ProductID: 7, - ProductName: `Uncle Bob's Organic Dried Pears`, - UnitPrice: 30, - Quantity: 50, - Discontinued: true, - ExtendedPrice: 1275, - Freight: 350.64 - }), - new InvoicesWorldDataItem( - { - ShipName: `Bon app'`, - ShipAddress: `12, rue des Bouchers`, - ShipCity: `Marseille`, - ShipRegion: null, - ShipPostalCode: `13008`, - ShipCountry: `France`, - CustomerID: `BONAP`, - CustomerName: `Bon app'`, - Address: `12, rue des Bouchers`, - City: `Marseille`, - Region: null, - PostalCode: 13008, - Country: `France`, - Salesperson: `Margaret Peacock`, - OrderID: 10511, - OrderDate: `2016-10-03T21:00:00.000Z`, - ShipperName: `Federal Shipping`, - ProductID: 8, - ProductName: `Northwoods Cranberry Sauce`, - UnitPrice: 40, - Quantity: 10, - Discontinued: true, - ExtendedPrice: 340, - Freight: 350.64 - }), - new InvoicesWorldDataItem( - { - ShipName: `Bon app'`, - ShipAddress: `12, rue des Bouchers`, - ShipCity: `Marseille`, - ShipRegion: null, - ShipPostalCode: `13008`, - ShipCountry: `France`, - CustomerID: `BONAP`, - CustomerName: `Bon app'`, - Address: `12, rue des Bouchers`, - City: `Marseille`, - Region: null, - PostalCode: 13008, - Country: `France`, - Salesperson: `Margaret Peacock`, - OrderID: 10755, - OrderDate: `2016-10-03T21:00:00.000Z`, - ShipperName: `United Package`, - ProductID: 47, - ProductName: `Zaanse koeken`, - UnitPrice: 9.5, - Quantity: 30, - Discontinued: true, - ExtendedPrice: 213.75, - Freight: 16.71 - }), - new InvoicesWorldDataItem( - { - ShipName: `Bon app'`, - ShipAddress: `12, rue des Bouchers`, - ShipCity: `Marseille`, - ShipRegion: null, - ShipPostalCode: `13008`, - ShipCountry: `France`, - CustomerID: `BONAP`, - CustomerName: `Bon app'`, - Address: `12, rue des Bouchers`, - City: `Marseille`, - Region: null, - PostalCode: 13008, - Country: `France`, - Salesperson: `Margaret Peacock`, - OrderID: 10755, - OrderDate: `2016-10-03T21:00:00.000Z`, - ShipperName: `United Package`, - ProductID: 56, - ProductName: `Gnocchi di nonna Alice`, - UnitPrice: 38, - Quantity: 30, - Discontinued: true, - ExtendedPrice: 855, - Freight: 16.71 - }), - new InvoicesWorldDataItem( - { - ShipName: `Bon app'`, - ShipAddress: `12, rue des Bouchers`, - ShipCity: `Marseille`, - ShipRegion: null, - ShipPostalCode: `13008`, - ShipCountry: `France`, - CustomerID: `BONAP`, - CustomerName: `Bon app'`, - Address: `12, rue des Bouchers`, - City: `Marseille`, - Region: null, - PostalCode: 13008, - Country: `France`, - Salesperson: `Margaret Peacock`, - OrderID: 10755, - OrderDate: `2016-10-03T21:00:00.000Z`, - ShipperName: `United Package`, - ProductID: 57, - ProductName: `Ravioli Angelo`, - UnitPrice: 19.5, - Quantity: 14, - Discontinued: true, - ExtendedPrice: 204.75, - Freight: 16.71 - }), - new InvoicesWorldDataItem( - { - ShipName: `Bon app'`, - ShipAddress: `12, rue des Bouchers`, - ShipCity: `Marseille`, - ShipRegion: null, - ShipPostalCode: `13008`, - ShipCountry: `France`, - CustomerID: `BONAP`, - CustomerName: `Bon app'`, - Address: `12, rue des Bouchers`, - City: `Marseille`, - Region: null, - PostalCode: 13008, - Country: `France`, - Salesperson: `Margaret Peacock`, - OrderID: 10755, - OrderDate: `2016-10-03T21:00:00.000Z`, - ShipperName: `United Package`, - ProductID: 69, - ProductName: `Gudbrandsdalsost`, - UnitPrice: 36, - Quantity: 25, - Discontinued: true, - ExtendedPrice: 675, - Freight: 16.71 - }), - new InvoicesWorldDataItem( - { - ShipName: `Bon app'`, - ShipAddress: `12, rue des Bouchers`, - ShipCity: `Marseille`, - ShipRegion: null, - ShipPostalCode: `13008`, - ShipCountry: `France`, - CustomerID: `BONAP`, - CustomerName: `Bon app'`, - Address: `12, rue des Bouchers`, - City: `Marseille`, - Region: null, - PostalCode: 13008, - Country: `France`, - Salesperson: `Margaret Peacock`, - OrderID: 11076, - OrderDate: `2016-10-03T21:00:00.000Z`, - ShipperName: `United Package`, - ProductID: 6, - ProductName: `Grandma's Boysenberry Spread`, - UnitPrice: 25, - Quantity: 20, - Discontinued: true, - ExtendedPrice: 375, - Freight: 38.28 - }), - new InvoicesWorldDataItem( - { - ShipName: `Bon app'`, - ShipAddress: `12, rue des Bouchers`, - ShipCity: `Marseille`, - ShipRegion: null, - ShipPostalCode: `13008`, - ShipCountry: `France`, - CustomerID: `BONAP`, - CustomerName: `Bon app'`, - Address: `12, rue des Bouchers`, - City: `Marseille`, - Region: null, - PostalCode: 13008, - Country: `France`, - Salesperson: `Margaret Peacock`, - OrderID: 11076, - OrderDate: `2016-10-03T21:00:00.000Z`, - ShipperName: `United Package`, - ProductID: 14, - ProductName: `Tofu`, - UnitPrice: 23.25, - Quantity: 20, - Discontinued: true, - ExtendedPrice: 348.75, - Freight: 38.28 - }), - new InvoicesWorldDataItem( - { - ShipName: `Bon app'`, - ShipAddress: `12, rue des Bouchers`, - ShipCity: `Marseille`, - ShipRegion: null, - ShipPostalCode: `13008`, - ShipCountry: `France`, - CustomerID: `BONAP`, - CustomerName: `Bon app'`, - Address: `12, rue des Bouchers`, - City: `Marseille`, - Region: null, - PostalCode: 13008, - Country: `France`, - Salesperson: `Margaret Peacock`, - OrderID: 11076, - OrderDate: `2016-10-03T21:00:00.000Z`, - ShipperName: `United Package`, - ProductID: 19, - ProductName: `Teatime Chocolate Biscuits`, - UnitPrice: 9.2, - Quantity: 10, - Discontinued: true, - ExtendedPrice: 69, - Freight: 38.28 - }), - new InvoicesWorldDataItem( - { - ShipName: `Bottom-Dollar Markets`, - ShipAddress: `23 Toronto Blvd.`, - ShipCity: `Toronto`, - ShipRegion: `BC`, - ShipPostalCode: `T2F 8M4`, - ShipCountry: `Canada`, - CustomerID: `BOTTM`, - CustomerName: `Bottom-Dollar Markets`, - Address: `23 Toronto Blvd.`, - City: `Toronto`, - Region: `BC`, - PostalCode: 43000, - Country: `Canada`, - Salesperson: `Margaret Peacock`, - OrderID: 10389, - OrderDate: `2016-10-03T21:00:00.000Z`, - ShipperName: `United Package`, - ProductID: 10, - ProductName: `Ikura`, - UnitPrice: 24.8, - Quantity: 16, - Discontinued: false, - ExtendedPrice: 396.8, - Freight: 47.42 - }), - new InvoicesWorldDataItem( - { - ShipName: `Bottom-Dollar Markets`, - ShipAddress: `23 Toronto Blvd.`, - ShipCity: `Toronto`, - ShipRegion: `BC`, - ShipPostalCode: `T2F 8M4`, - ShipCountry: `Canada`, - CustomerID: `BOTTM`, - CustomerName: `Bottom-Dollar Markets`, - Address: `23 Toronto Blvd.`, - City: `Toronto`, - Region: `BC`, - PostalCode: 23000, - Country: `Canada`, - Salesperson: `Margaret Peacock`, - OrderID: 10389, - OrderDate: `2016-10-03T21:00:00.000Z`, - ShipperName: `United Package`, - ProductID: 55, - ProductName: `Pâté chinois`, - UnitPrice: 19.2, - Quantity: 15, - Discontinued: false, - ExtendedPrice: 288, - Freight: 47.42 - }), - new InvoicesWorldDataItem( - { - ShipName: `Bottom-Dollar Markets`, - ShipAddress: `23 Tsawassen Blvd.`, - ShipCity: `Tsawassen`, - ShipRegion: `BC`, - ShipPostalCode: `T2F 8M4`, - ShipCountry: `Canada`, - CustomerID: `BOTTM`, - CustomerName: `Bottom-Dollar Markets`, - Address: `23 Tsawassen Blvd.`, - City: `Tsawassen`, - Region: `BC`, - PostalCode: 25000, - Country: `Canada`, - Salesperson: `Margaret Peacock`, - OrderID: 10389, - OrderDate: `2018-09-03T21:00:00.000Z`, - ShipperName: `United Package`, - ProductID: 62, - ProductName: `Tarte au sucre`, - UnitPrice: 39.4, - Quantity: 20, - Discontinued: false, - ExtendedPrice: 788, - Freight: 47.42 - }), - new InvoicesWorldDataItem( - { - ShipName: `Bottom-Dollar Markets`, - ShipAddress: `23 Tsawassen Blvd.`, - ShipCity: `Tsawassen`, - ShipRegion: `BC`, - ShipPostalCode: `T2F 8M4`, - ShipCountry: `Canada`, - CustomerID: `BOTTM`, - CustomerName: `Bottom-Dollar Markets`, - Address: `23 Tsawassen Blvd.`, - City: `Tsawassen`, - Region: `BC`, - PostalCode: 31000, - Country: `Canada`, - Salesperson: `Margaret Peacock`, - OrderID: 10389, - OrderDate: `2018-09-03T21:00:00.000Z`, - ShipperName: `United Package`, - ProductID: 70, - ProductName: `Outback Lager`, - UnitPrice: 12, - Quantity: 30, - Discontinued: false, - ExtendedPrice: 360, - Freight: 47.42 - }), - new InvoicesWorldDataItem( - { - ShipName: `Bottom-Dollar Markets`, - ShipAddress: `23 Tsawassen Blvd.`, - ShipCity: `Tsawassen`, - ShipRegion: `BC`, - ShipPostalCode: `T2F 8M4`, - ShipCountry: `Canada`, - CustomerID: `BOTTM`, - CustomerName: `Bottom-Dollar Markets`, - Address: `23 Tsawassen Blvd.`, - City: `Tsawassen`, - Region: `BC`, - PostalCode: 41000, - Country: `Canada`, - Salesperson: `Janet Leverling`, - OrderID: 10410, - OrderDate: `2018-09-03T21:00:00.000Z`, - ShipperName: `Federal Shipping`, - ProductID: 33, - ProductName: `Geitost`, - UnitPrice: 2, - Quantity: 49, - Discontinued: false, - ExtendedPrice: 98, - Freight: 2.4 - }), - new InvoicesWorldDataItem( - { - ShipName: `Bottom-Dollar Markets`, - ShipAddress: `23 Toronto Blvd.`, - ShipCity: `Toronto`, - ShipRegion: `BC`, - ShipPostalCode: `T2F 8M4`, - ShipCountry: `Canada`, - CustomerID: `BOTTM`, - CustomerName: `Bottom-Dollar Markets`, - Address: `23 Toronto Blvd.`, - City: `Toronto`, - Region: `BC`, - PostalCode: 29000, - Country: `Canada`, - Salesperson: `Janet Leverling`, - OrderID: 10410, - OrderDate: `2018-09-03T21:00:00.000Z`, - ShipperName: `Federal Shipping`, - ProductID: 59, - ProductName: `Raclette Courdavault`, - UnitPrice: 44, - Quantity: 16, - Discontinued: false, - ExtendedPrice: 704, - Freight: 2.4 - }), - new InvoicesWorldDataItem( - { - ShipName: `Bottom-Dollar Markets`, - ShipAddress: `23 Tsawassen Blvd.`, - ShipCity: `Tsawassen`, - ShipRegion: `BC`, - ShipPostalCode: `T2F 8M4`, - ShipCountry: `Canada`, - CustomerID: `BOTTM`, - CustomerName: `Bottom-Dollar Markets`, - Address: `23 Tsawassen Blvd.`, - City: `Tsawassen`, - Region: `BC`, - PostalCode: 43000, - Country: `Canada`, - Salesperson: `Janet Leverling`, - OrderID: 10742, - OrderDate: `2018-09-03T21:00:00.000Z`, - ShipperName: `Federal Shipping`, - ProductID: 3, - ProductName: `Aniseed Syrup`, - UnitPrice: 10, - Quantity: 20, - Discontinued: false, - ExtendedPrice: 200, - Freight: 243.73 - }), - new InvoicesWorldDataItem( - { - ShipName: `Bottom-Dollar Markets`, - ShipAddress: `23 Tsawassen Blvd.`, - ShipCity: `Tsawassen`, - ShipRegion: `BC`, - ShipPostalCode: `T2F 8M4`, - ShipCountry: `Canada`, - CustomerID: `BOTTM`, - CustomerName: `Bottom-Dollar Markets`, - Address: `23 Tsawassen Blvd.`, - City: `Tsawassen`, - Region: `BC`, - PostalCode: 33000, - Country: `Canada`, - Salesperson: `Janet Leverling`, - OrderID: 10742, - OrderDate: `2018-09-03T21:00:00.000Z`, - ShipperName: `Federal Shipping`, - ProductID: 60, - ProductName: `Camembert Pierrot`, - UnitPrice: 34, - Quantity: 50, - Discontinued: false, - ExtendedPrice: 1700, - Freight: 243.73 - }), - new InvoicesWorldDataItem( - { - ShipName: `Bottom-Dollar Markets`, - ShipAddress: `23 Tsawassen Blvd.`, - ShipCity: `Tsawassen`, - ShipRegion: `BC`, - ShipPostalCode: `T2F 8M4`, - ShipCountry: `Canada`, - CustomerID: `BOTTM`, - CustomerName: `Bottom-Dollar Markets`, - Address: `23 Tsawassen Blvd.`, - City: `Tsawassen`, - Region: `BC`, - PostalCode: 29000, - Country: `Canada`, - Salesperson: `Janet Leverling`, - OrderID: 10742, - OrderDate: `2018-09-03T21:00:00.000Z`, - ShipperName: `Federal Shipping`, - ProductID: 72, - ProductName: `Mozzarella di Giovanni`, - UnitPrice: 34.8, - Quantity: 35, - Discontinued: false, - ExtendedPrice: 1218, - Freight: 243.73 - }), - new InvoicesWorldDataItem( - { - ShipName: `Bottom-Dollar Markets`, - ShipAddress: `23 Toronto Blvd.`, - ShipCity: `Toronto`, - ShipRegion: `BC`, - ShipPostalCode: `T2F 8M4`, - ShipCountry: `Canada`, - CustomerID: `BOTTM`, - CustomerName: `Bottom-Dollar Markets`, - Address: `23 Toronto Blvd.`, - City: `Toronto`, - Region: `BC`, - PostalCode: 37000, - Country: `Canada`, - Salesperson: `Michael Suyama`, - OrderID: 10944, - OrderDate: `2018-09-03T21:00:00.000Z`, - ShipperName: `Federal Shipping`, - ProductID: 56, - ProductName: `Gnocchi di nonna Alice`, - UnitPrice: 38, - Quantity: 18, - Discontinued: false, - ExtendedPrice: 684, - Freight: 52.92 - }), - new InvoicesWorldDataItem( - { - ShipName: `Bottom-Dollar Markets`, - ShipAddress: `23 Toronto Blvd.`, - ShipCity: `Toronto`, - ShipRegion: `BC`, - ShipPostalCode: `T2F 8M4`, - ShipCountry: `Canada`, - CustomerID: `BOTTM`, - CustomerName: `Bottom-Dollar Markets`, - Address: `23 Toronto Blvd.`, - City: `Toronto`, - Region: `BC`, - PostalCode: 47000, - Country: `Canada`, - Salesperson: `Andrew Fuller`, - OrderID: 10949, - OrderDate: `2018-09-03T21:00:00.000Z`, - ShipperName: `Federal Shipping`, - ProductID: 6, - ProductName: `Grandma's Boysenberry Spread`, - UnitPrice: 25, - Quantity: 12, - Discontinued: false, - ExtendedPrice: 300, - Freight: 74.44 - }), - new InvoicesWorldDataItem( - { - ShipName: `Bottom-Dollar Markets`, - ShipAddress: `23 Tsawassen Blvd.`, - ShipCity: `Tsawassen`, - ShipRegion: `BC`, - ShipPostalCode: `T2F 8M4`, - ShipCountry: `Canada`, - CustomerID: `BOTTM`, - CustomerName: `Bottom-Dollar Markets`, - Address: `23 Tsawassen Blvd.`, - City: `Tsawassen`, - Region: `BC`, - PostalCode: 38000, - Country: `Canada`, - Salesperson: `Andrew Fuller`, - OrderID: 10949, - OrderDate: `2018-09-03T21:00:00.000Z`, - ShipperName: `Federal Shipping`, - ProductID: 10, - ProductName: `Ikura`, - UnitPrice: 31, - Quantity: 30, - Discontinued: false, - ExtendedPrice: 930, - Freight: 74.44 - }), - new InvoicesWorldDataItem( - { - ShipName: `Bottom-Dollar Markets`, - ShipAddress: `23 Tsawassen Blvd.`, - ShipCity: `Tsawassen`, - ShipRegion: `BC`, - ShipPostalCode: `T2F 8M4`, - ShipCountry: `Canada`, - CustomerID: `BOTTM`, - CustomerName: `Bottom-Dollar Markets`, - Address: `23 Tsawassen Blvd.`, - City: `Tsawassen`, - Region: `BC`, - PostalCode: 14000, - Country: `Canada`, - Salesperson: `Andrew Fuller`, - OrderID: 10949, - OrderDate: `2018-09-03T21:00:00.000Z`, - ShipperName: `Federal Shipping`, - ProductID: 17, - ProductName: `Alice Mutton`, - UnitPrice: 39, - Quantity: 6, - Discontinued: false, - ExtendedPrice: 234, - Freight: 74.44 - }), - new InvoicesWorldDataItem( - { - ShipName: `Bottom-Dollar Markets`, - ShipAddress: `23 Tsawassen Blvd.`, - ShipCity: `Tsawassen`, - ShipRegion: `BC`, - ShipPostalCode: `T2F 8M4`, - ShipCountry: `Canada`, - CustomerID: `BOTTM`, - CustomerName: `Bottom-Dollar Markets`, - Address: `23 Tsawassen Blvd.`, - City: `Tsawassen`, - Region: `BC`, - PostalCode: 23000, - Country: `Canada`, - Salesperson: `Andrew Fuller`, - OrderID: 10949, - OrderDate: `2018-09-03T21:00:00.000Z`, - ShipperName: `Federal Shipping`, - ProductID: 62, - ProductName: `Tarte au sucre`, - UnitPrice: 49.3, - Quantity: 60, - Discontinued: false, - ExtendedPrice: 2958, - Freight: 74.44 - }), - new InvoicesWorldDataItem( - { - ShipName: `Bottom-Dollar Markets`, - ShipAddress: `23 Tsawassen Blvd.`, - ShipCity: `Tsawassen`, - ShipRegion: `BC`, - ShipPostalCode: `T2F 8M4`, - ShipCountry: `Canada`, - CustomerID: `BOTTM`, - CustomerName: `Bottom-Dollar Markets`, - Address: `23 Tsawassen Blvd.`, - City: `Tsawassen`, - Region: `BC`, - PostalCode: 24000, - Country: `Canada`, - Salesperson: `Nancy Davolio`, - OrderID: 10975, - OrderDate: `2018-09-03T21:00:00.000Z`, - ShipperName: `Federal Shipping`, - ProductID: 8, - ProductName: `Northwoods Cranberry Sauce`, - UnitPrice: 40, - Quantity: 16, - Discontinued: false, - ExtendedPrice: 640, - Freight: 32.27 - }), - new InvoicesWorldDataItem( - { - ShipName: `Bottom-Dollar Markets`, - ShipAddress: `23 Tsawassen Blvd.`, - ShipCity: `Tsawassen`, - ShipRegion: `BC`, - ShipPostalCode: `T2F 8M4`, - ShipCountry: `Canada`, - CustomerID: `BOTTM`, - CustomerName: `Bottom-Dollar Markets`, - Address: `23 Tsawassen Blvd.`, - City: `Tsawassen`, - Region: `BC`, - PostalCode: 31000, - Country: `Canada`, - Salesperson: `Nancy Davolio`, - OrderID: 10975, - OrderDate: `2018-09-03T21:00:00.000Z`, - ShipperName: `Federal Shipping`, - ProductID: 75, - ProductName: `Rhönbräu Klosterbier`, - UnitPrice: 7.75, - Quantity: 10, - Discontinued: false, - ExtendedPrice: 77.5, - Freight: 32.27 - }), - new InvoicesWorldDataItem( - { - ShipName: `Bottom-Dollar Markets`, - ShipAddress: `23 Toronto Blvd.`, - ShipCity: `Toronto`, - ShipRegion: `BC`, - ShipPostalCode: `T2F 8M4`, - ShipCountry: `Canada`, - CustomerID: `BOTTM`, - CustomerName: `Bottom-Dollar Markets`, - Address: `23 Toronto Blvd.`, - City: `Toronto`, - Region: `BC`, - PostalCode: 16000, - Country: `Canada`, - Salesperson: `Anne Dodsworth`, - OrderID: 10411, - OrderDate: `2017-05-11T21:00:00.000Z`, - ShipperName: `Federal Shipping`, - ProductID: 41, - ProductName: `Jack's New England Clam Chowder`, - UnitPrice: 7.7, - Quantity: 25, - Discontinued: true, - ExtendedPrice: 154, - Freight: 23.65 - }), - new InvoicesWorldDataItem( - { - ShipName: `Bottom-Dollar Markets`, - ShipAddress: `23 Tsawassen Blvd.`, - ShipCity: `Tsawassen`, - ShipRegion: `BC`, - ShipPostalCode: `T2F 8M4`, - ShipCountry: `Canada`, - CustomerID: `BOTTM`, - CustomerName: `Bottom-Dollar Markets`, - Address: `23 Tsawassen Blvd.`, - City: `Tsawassen`, - Region: `BC`, - PostalCode: 38000, - Country: `Canada`, - Salesperson: `Anne Dodsworth`, - OrderID: 10411, - OrderDate: `2017-05-11T21:00:00.000Z`, - ShipperName: `Federal Shipping`, - ProductID: 44, - ProductName: `Gula Malacca`, - UnitPrice: 15.5, - Quantity: 40, - Discontinued: true, - ExtendedPrice: 496, - Freight: 23.65 - }), - new InvoicesWorldDataItem( - { - ShipName: `Bottom-Dollar Markets`, - ShipAddress: `23 Tsawassen Blvd.`, - ShipCity: `Tsawassen`, - ShipRegion: `BC`, - ShipPostalCode: `T2F 8M4`, - ShipCountry: `Canada`, - CustomerID: `BOTTM`, - CustomerName: `Bottom-Dollar Markets`, - Address: `23 Tsawassen Blvd.`, - City: `Tsawassen`, - Region: `BC`, - PostalCode: 20000, - Country: `Canada`, - Salesperson: `Anne Dodsworth`, - OrderID: 10411, - OrderDate: `2017-05-11T21:00:00.000Z`, - ShipperName: `Federal Shipping`, - ProductID: 59, - ProductName: `Raclette Courdavault`, - UnitPrice: 44, - Quantity: 9, - Discontinued: true, - ExtendedPrice: 316.8, - Freight: 23.65 - }), - new InvoicesWorldDataItem( - { - ShipName: `Bottom-Dollar Markets`, - ShipAddress: `23 Tsawassen Blvd.`, - ShipCity: `Tsawassen`, - ShipRegion: `BC`, - ShipPostalCode: `T2F 8M4`, - ShipCountry: `Canada`, - CustomerID: `BOTTM`, - CustomerName: `Bottom-Dollar Markets`, - Address: `23 Tsawassen Blvd.`, - City: `Tsawassen`, - Region: `BC`, - PostalCode: 41000, - Country: `Canada`, - Salesperson: `Margaret Peacock`, - OrderID: 10431, - OrderDate: `2017-05-11T21:00:00.000Z`, - ShipperName: `United Package`, - ProductID: 17, - ProductName: `Alice Mutton`, - UnitPrice: 31.2, - Quantity: 50, - Discontinued: true, - ExtendedPrice: 1170, - Freight: 44.17 - }), - new InvoicesWorldDataItem( - { - ShipName: `Bottom-Dollar Markets`, - ShipAddress: `23 Tsawassen Blvd.`, - ShipCity: `Tsawassen`, - ShipRegion: `BC`, - ShipPostalCode: `T2F 8M4`, - ShipCountry: `Canada`, - CustomerID: `BOTTM`, - CustomerName: `Bottom-Dollar Markets`, - Address: `23 Tsawassen Blvd.`, - City: `Tsawassen`, - Region: `BC`, - PostalCode: 45000, - Country: `Canada`, - Salesperson: `Margaret Peacock`, - OrderID: 10431, - OrderDate: `2017-05-11T21:00:00.000Z`, - ShipperName: `United Package`, - ProductID: 40, - ProductName: `Boston Crab Meat`, - UnitPrice: 14.7, - Quantity: 50, - Discontinued: true, - ExtendedPrice: 551.25, - Freight: 44.17 - }), - new InvoicesWorldDataItem( - { - ShipName: `Bottom-Dollar Markets`, - ShipAddress: `23 Tsawassen Blvd.`, - ShipCity: `Tsawassen`, - ShipRegion: `BC`, - ShipPostalCode: `T2F 8M4`, - ShipCountry: `Canada`, - CustomerID: `BOTTM`, - CustomerName: `Bottom-Dollar Markets`, - Address: `23 Tsawassen Blvd.`, - City: `Tsawassen`, - Region: `BC`, - PostalCode: 32000, - Country: `Canada`, - Salesperson: `Margaret Peacock`, - OrderID: 10431, - OrderDate: `2017-05-11T21:00:00.000Z`, - ShipperName: `United Package`, - ProductID: 47, - ProductName: `Zaanse koeken`, - UnitPrice: 7.6, - Quantity: 30, - Discontinued: true, - ExtendedPrice: 171, - Freight: 44.17 - }), - new InvoicesWorldDataItem( - { - ShipName: `Bottom-Dollar Markets`, - ShipAddress: `23 Tsawassen Blvd.`, - ShipCity: `Tsawassen`, - ShipRegion: `BC`, - ShipPostalCode: `T2F 8M4`, - ShipCountry: `Canada`, - CustomerID: `BOTTM`, - CustomerName: `Bottom-Dollar Markets`, - Address: `23 Tsawassen Blvd.`, - City: `Tsawassen`, - Region: `BC`, - PostalCode: 13000, - Country: `Canada`, - Salesperson: `Janet Leverling`, - OrderID: 10918, - OrderDate: `2017-05-11T21:00:00.000Z`, - ShipperName: `Federal Shipping`, - ProductID: 1, - ProductName: `Chai`, - UnitPrice: 18, - Quantity: 60, - Discontinued: true, - ExtendedPrice: 810, - Freight: 48.83 - }), - new InvoicesWorldDataItem( - { - ShipName: `Bottom-Dollar Markets`, - ShipAddress: `23 Tsawassen Blvd.`, - ShipCity: `Tsawassen`, - ShipRegion: `BC`, - ShipPostalCode: `T2F 8M4`, - ShipCountry: `Canada`, - CustomerID: `BOTTM`, - CustomerName: `Bottom-Dollar Markets`, - Address: `23 Tsawassen Blvd.`, - City: `Tsawassen`, - Region: `BC`, - PostalCode: 17000, - Country: `Canada`, - Salesperson: `Janet Leverling`, - OrderID: 10918, - OrderDate: `2017-05-11T21:00:00.000Z`, - ShipperName: `Federal Shipping`, - ProductID: 60, - ProductName: `Camembert Pierrot`, - UnitPrice: 34, - Quantity: 25, - Discontinued: true, - ExtendedPrice: 637.5, - Freight: 48.83 - }), - new InvoicesWorldDataItem( - { - ShipName: `Bottom-Dollar Markets`, - ShipAddress: `23 Tsawassen Blvd.`, - ShipCity: `Tsawassen`, - ShipRegion: `BC`, - ShipPostalCode: `T2F 8M4`, - ShipCountry: `Canada`, - CustomerID: `BOTTM`, - CustomerName: `Bottom-Dollar Markets`, - Address: `23 Tsawassen Blvd.`, - City: `Tsawassen`, - Region: `BC`, - PostalCode: 22000, - Country: `Canada`, - Salesperson: `Michael Suyama`, - OrderID: 10944, - OrderDate: `2017-05-11T21:00:00.000Z`, - ShipperName: `Federal Shipping`, - ProductID: 11, - ProductName: `Queso Cabrales`, - UnitPrice: 21, - Quantity: 5, - Discontinued: true, - ExtendedPrice: 78.75, - Freight: 52.92 - }), - new InvoicesWorldDataItem( - { - ShipName: `Bottom-Dollar Markets`, - ShipAddress: `23 Tsawassen Blvd.`, - ShipCity: `Tsawassen`, - ShipRegion: `BC`, - ShipPostalCode: `T2F 8M4`, - ShipCountry: `Canada`, - CustomerID: `BOTTM`, - CustomerName: `Bottom-Dollar Markets`, - Address: `23 Tsawassen Blvd.`, - City: `Tsawassen`, - Region: `BC`, - PostalCode: 42000, - Country: `Canada`, - Salesperson: `Michael Suyama`, - OrderID: 10944, - OrderDate: `2017-05-11T21:00:00.000Z`, - ShipperName: `Federal Shipping`, - ProductID: 44, - ProductName: `Gula Malacca`, - UnitPrice: 19.45, - Quantity: 18, - Discontinued: true, - ExtendedPrice: 262.58, - Freight: 52.92 - }), - new InvoicesWorldDataItem( - { - ShipName: `Bottom-Dollar Markets`, - ShipAddress: `23 Tsawassen Blvd.`, - ShipCity: `Tsawassen`, - ShipRegion: `BC`, - ShipPostalCode: `T2F 8M4`, - ShipCountry: `Canada`, - CustomerID: `BOTTM`, - CustomerName: `Bottom-Dollar Markets`, - Address: `23 Tsawassen Blvd.`, - City: `Tsawassen`, - Region: `BC`, - PostalCode: 45000, - Country: `Canada`, - Salesperson: `Nancy Davolio`, - OrderID: 11027, - OrderDate: `2017-05-11T21:00:00.000Z`, - ShipperName: `Speedy Express`, - ProductID: 24, - ProductName: `Guaraná Fantástica`, - UnitPrice: 4.5, - Quantity: 30, - Discontinued: true, - ExtendedPrice: 101.25, - Freight: 52.52 - }), - new InvoicesWorldDataItem( - { - ShipName: `Bottom-Dollar Markets`, - ShipAddress: `23 Tsawassen Blvd.`, - ShipCity: `Tsawassen`, - ShipRegion: `BC`, - ShipPostalCode: `T2F 8M4`, - ShipCountry: `Canada`, - CustomerID: `BOTTM`, - CustomerName: `Bottom-Dollar Markets`, - Address: `23 Tsawassen Blvd.`, - City: `Tsawassen`, - Region: `BC`, - PostalCode: 34000, - Country: `Canada`, - Salesperson: `Nancy Davolio`, - OrderID: 11027, - OrderDate: `2017-05-11T21:00:00.000Z`, - ShipperName: `Speedy Express`, - ProductID: 62, - ProductName: `Tarte au sucre`, - UnitPrice: 49.3, - Quantity: 21, - Discontinued: true, - ExtendedPrice: 776.48, - Freight: 52.52 - }), - new InvoicesWorldDataItem( - { - ShipName: `B's Beverages`, - ShipAddress: `Fauntleroy Circus`, - ShipCity: `London`, - ShipRegion: null, - ShipPostalCode: `EC2 5NT`, - ShipCountry: `UK`, - CustomerID: `BSBEV`, - CustomerName: `B's Beverages`, - Address: `Fauntleroy Circus`, - City: `London`, - Region: null, - PostalCode: 10000, - Country: `UK`, - Salesperson: `Robert King`, - OrderID: 10289, - OrderDate: `2017-05-11T21:00:00.000Z`, - ShipperName: `Federal Shipping`, - ProductID: 3, - ProductName: `Aniseed Syrup`, - UnitPrice: 8, - Quantity: 30, - Discontinued: false, - ExtendedPrice: 240, - Freight: 22.77 - }), - new InvoicesWorldDataItem( - { - ShipName: `B's Beverages`, - ShipAddress: `Fauntleroy Circus`, - ShipCity: `London`, - ShipRegion: null, - ShipPostalCode: `EC2 5NT`, - ShipCountry: `UK`, - CustomerID: `BSBEV`, - CustomerName: `B's Beverages`, - Address: `Fauntleroy Circus`, - City: `London`, - Region: null, - PostalCode: 28000, - Country: `UK`, - Salesperson: `Robert King`, - OrderID: 10289, - OrderDate: `2017-05-11T21:00:00.000Z`, - ShipperName: `Federal Shipping`, - ProductID: 64, - ProductName: `Wimmers gute Semmelknödel`, - UnitPrice: 26.6, - Quantity: 9, - Discontinued: false, - ExtendedPrice: 239.4, - Freight: 22.77 - }), - new InvoicesWorldDataItem( - { - ShipName: `B's Beverages`, - ShipAddress: `Fauntleroy Circus`, - ShipCity: `London`, - ShipRegion: null, - ShipPostalCode: `EC2 5NT`, - ShipCountry: `UK`, - CustomerID: `BSBEV`, - CustomerName: `B's Beverages`, - Address: `Fauntleroy Circus`, - City: `London`, - Region: null, - PostalCode: 48000, - Country: `UK`, - Salesperson: `Andrew Fuller`, - OrderID: 10471, - OrderDate: `2016-04-13T21:00:00.000Z`, - ShipperName: `Federal Shipping`, - ProductID: 7, - ProductName: `Uncle Bob's Organic Dried Pears`, - UnitPrice: 24, - Quantity: 30, - Discontinued: false, - ExtendedPrice: 720, - Freight: 45.59 - }), - new InvoicesWorldDataItem( - { - ShipName: `B's Beverages`, - ShipAddress: `Fauntleroy Circus`, - ShipCity: `London`, - ShipRegion: null, - ShipPostalCode: `EC2 5NT`, - ShipCountry: `UK`, - CustomerID: `BSBEV`, - CustomerName: `B's Beverages`, - Address: `Fauntleroy Circus`, - City: `London`, - Region: null, - PostalCode: 36000, - Country: `UK`, - Salesperson: `Andrew Fuller`, - OrderID: 10471, - OrderDate: `2016-04-13T21:00:00.000Z`, - ShipperName: `Federal Shipping`, - ProductID: 56, - ProductName: `Gnocchi di nonna Alice`, - UnitPrice: 30.4, - Quantity: 20, - Discontinued: false, - ExtendedPrice: 608, - Freight: 45.59 - }), - new InvoicesWorldDataItem( - { - ShipName: `B's Beverages`, - ShipAddress: `Fauntleroy Circus`, - ShipCity: `London`, - ShipRegion: null, - ShipPostalCode: `EC2 5NT`, - ShipCountry: `UK`, - CustomerID: `BSBEV`, - CustomerName: `B's Beverages`, - Address: `Fauntleroy Circus`, - City: `London`, - Region: null, - PostalCode: 41000, - Country: `UK`, - Salesperson: `Janet Leverling`, - OrderID: 10484, - OrderDate: `2016-04-13T21:00:00.000Z`, - ShipperName: `Federal Shipping`, - ProductID: 21, - ProductName: `Sir Rodney's Scones`, - UnitPrice: 8, - Quantity: 14, - Discontinued: false, - ExtendedPrice: 112, - Freight: 6.88 - }), - new InvoicesWorldDataItem( - { - ShipName: `B's Beverages`, - ShipAddress: `Fauntleroy Circus`, - ShipCity: `London`, - ShipRegion: null, - ShipPostalCode: `EC2 5NT`, - ShipCountry: `UK`, - CustomerID: `BSBEV`, - CustomerName: `B's Beverages`, - Address: `Fauntleroy Circus`, - City: `London`, - Region: null, - PostalCode: 33000, - Country: `UK`, - Salesperson: `Janet Leverling`, - OrderID: 10484, - OrderDate: `2016-04-13T21:00:00.000Z`, - ShipperName: `Federal Shipping`, - ProductID: 40, - ProductName: `Boston Crab Meat`, - UnitPrice: 14.7, - Quantity: 10, - Discontinued: false, - ExtendedPrice: 147, - Freight: 6.88 - }), - new InvoicesWorldDataItem( - { - ShipName: `B's Beverages`, - ShipAddress: `Fauntleroy Circus`, - ShipCity: `London`, - ShipRegion: null, - ShipPostalCode: `EC2 5NT`, - ShipCountry: `UK`, - CustomerID: `BSBEV`, - CustomerName: `B's Beverages`, - Address: `Fauntleroy Circus`, - City: `London`, - Region: null, - PostalCode: 10000, - Country: `UK`, - Salesperson: `Janet Leverling`, - OrderID: 10484, - OrderDate: `2016-04-13T21:00:00.000Z`, - ShipperName: `Federal Shipping`, - ProductID: 51, - ProductName: `Manjimup Dried Apples`, - UnitPrice: 42.4, - Quantity: 3, - Discontinued: false, - ExtendedPrice: 127.2, - Freight: 6.88 - }), - new InvoicesWorldDataItem( - { - ShipName: `B's Beverages`, - ShipAddress: `Fauntleroy Circus`, - ShipCity: `London`, - ShipRegion: null, - ShipPostalCode: `EC2 5NT`, - ShipCountry: `UK`, - CustomerID: `BSBEV`, - CustomerName: `B's Beverages`, - Address: `Fauntleroy Circus`, - City: `London`, - Region: null, - PostalCode: 38000, - Country: `UK`, - Salesperson: `Anne Dodsworth`, - OrderID: 10538, - OrderDate: `2016-04-13T21:00:00.000Z`, - ShipperName: `Federal Shipping`, - ProductID: 70, - ProductName: `Outback Lager`, - UnitPrice: 15, - Quantity: 7, - Discontinued: false, - ExtendedPrice: 105, - Freight: 4.87 - }), - new InvoicesWorldDataItem( - { - ShipName: `B's Beverages`, - ShipAddress: `Fauntleroy Circus`, - ShipCity: `London`, - ShipRegion: null, - ShipPostalCode: `EC2 5NT`, - ShipCountry: `UK`, - CustomerID: `BSBEV`, - CustomerName: `B's Beverages`, - Address: `Fauntleroy Circus`, - City: `London`, - Region: null, - PostalCode: 17000, - Country: `UK`, - Salesperson: `Anne Dodsworth`, - OrderID: 10538, - OrderDate: `2016-04-13T21:00:00.000Z`, - ShipperName: `Federal Shipping`, - ProductID: 72, - ProductName: `Mozzarella di Giovanni`, - UnitPrice: 34.8, - Quantity: 1, - Discontinued: false, - ExtendedPrice: 34.8, - Freight: 4.87 - }), - new InvoicesWorldDataItem( - { - ShipName: `B's Beverages`, - ShipAddress: `Fauntleroy Circus`, - ShipCity: `London`, - ShipRegion: null, - ShipPostalCode: `EC2 5NT`, - ShipCountry: `UK`, - CustomerID: `BSBEV`, - CustomerName: `B's Beverages`, - Address: `Fauntleroy Circus`, - City: `London`, - Region: null, - PostalCode: 17000, - Country: `UK`, - Salesperson: `Michael Suyama`, - OrderID: 10539, - OrderDate: `2016-04-13T21:00:00.000Z`, - ShipperName: `Federal Shipping`, - ProductID: 13, - ProductName: `Konbu`, - UnitPrice: 6, - Quantity: 8, - Discontinued: false, - ExtendedPrice: 48, - Freight: 12.36 - }), - new InvoicesWorldDataItem( - { - ShipName: `B's Beverages`, - ShipAddress: `Fauntleroy Circus`, - ShipCity: `London`, - ShipRegion: null, - ShipPostalCode: `EC2 5NT`, - ShipCountry: `UK`, - CustomerID: `BSBEV`, - CustomerName: `B's Beverages`, - Address: `Fauntleroy Circus`, - City: `London`, - Region: null, - PostalCode: 32000, - Country: `UK`, - Salesperson: `Michael Suyama`, - OrderID: 10539, - OrderDate: `2016-04-13T21:00:00.000Z`, - ShipperName: `Federal Shipping`, - ProductID: 21, - ProductName: `Sir Rodney's Scones`, - UnitPrice: 10, - Quantity: 15, - Discontinued: false, - ExtendedPrice: 150, - Freight: 12.36 - }), - new InvoicesWorldDataItem( - { - ShipName: `B's Beverages`, - ShipAddress: `Fauntleroy Circus`, - ShipCity: `London`, - ShipRegion: null, - ShipPostalCode: `EC2 5NT`, - ShipCountry: `UK`, - CustomerID: `BSBEV`, - CustomerName: `B's Beverages`, - Address: `Fauntleroy Circus`, - City: `London`, - Region: null, - PostalCode: 25000, - Country: `UK`, - Salesperson: `Michael Suyama`, - OrderID: 10539, - OrderDate: `2016-04-13T21:00:00.000Z`, - ShipperName: `Federal Shipping`, - ProductID: 33, - ProductName: `Geitost`, - UnitPrice: 2.5, - Quantity: 15, - Discontinued: false, - ExtendedPrice: 37.5, - Freight: 12.36 - }), - new InvoicesWorldDataItem( - { - ShipName: `B's Beverages`, - ShipAddress: `Fauntleroy Circus`, - ShipCity: `London`, - ShipRegion: null, - ShipPostalCode: `EC2 5NT`, - ShipCountry: `UK`, - CustomerID: `BSBEV`, - CustomerName: `B's Beverages`, - Address: `Fauntleroy Circus`, - City: `London`, - Region: null, - PostalCode: 47000, - Country: `UK`, - Salesperson: `Michael Suyama`, - OrderID: 10539, - OrderDate: `2016-04-13T21:00:00.000Z`, - ShipperName: `Federal Shipping`, - ProductID: 49, - ProductName: `Maxilaku`, - UnitPrice: 20, - Quantity: 6, - Discontinued: false, - ExtendedPrice: 120, - Freight: 12.36 - }), - new InvoicesWorldDataItem( - { - ShipName: `B's Beverages`, - ShipAddress: `Fauntleroy Circus`, - ShipCity: `London`, - ShipRegion: null, - ShipPostalCode: `EC2 5NT`, - ShipCountry: `UK`, - CustomerID: `BSBEV`, - CustomerName: `B's Beverages`, - Address: `Fauntleroy Circus`, - City: `London`, - Region: null, - PostalCode: 37000, - Country: `UK`, - Salesperson: `Janet Leverling`, - OrderID: 10947, - OrderDate: `2016-04-13T21:00:00.000Z`, - ShipperName: `United Package`, - ProductID: 59, - ProductName: `Raclette Courdavault`, - UnitPrice: 55, - Quantity: 4, - Discontinued: false, - ExtendedPrice: 220, - Freight: 3.26 - }), - new InvoicesWorldDataItem( - { - ShipName: `B's Beverages`, - ShipAddress: `Fauntleroy Circus`, - ShipCity: `London`, - ShipRegion: null, - ShipPostalCode: `EC2 5NT`, - ShipCountry: `UK`, - CustomerID: `BSBEV`, - CustomerName: `B's Beverages`, - Address: `Fauntleroy Circus`, - City: `London`, - Region: null, - PostalCode: 28000, - Country: `UK`, - Salesperson: `Nancy Davolio`, - OrderID: 11023, - OrderDate: `2016-04-13T21:00:00.000Z`, - ShipperName: `United Package`, - ProductID: 7, - ProductName: `Uncle Bob's Organic Dried Pears`, - UnitPrice: 30, - Quantity: 4, - Discontinued: false, - ExtendedPrice: 120, - Freight: 123.83 - }), - new InvoicesWorldDataItem( - { - ShipName: `B's Beverages`, - ShipAddress: `Fauntleroy Circus`, - ShipCity: `London`, - ShipRegion: null, - ShipPostalCode: `EC2 5NT`, - ShipCountry: `UK`, - CustomerID: `BSBEV`, - CustomerName: `B's Beverages`, - Address: `Fauntleroy Circus`, - City: `London`, - Region: null, - PostalCode: 26000, - Country: `UK`, - Salesperson: `Nancy Davolio`, - OrderID: 11023, - OrderDate: `2016-04-13T21:00:00.000Z`, - ShipperName: `United Package`, - ProductID: 43, - ProductName: `Ipoh Coffee`, - UnitPrice: 46, - Quantity: 30, - Discontinued: false, - ExtendedPrice: 1380, - Freight: 123.83 - }), - new InvoicesWorldDataItem( - { - ShipName: `Cactus Comidas para llevar`, - ShipAddress: `Cerrito 333`, - ShipCity: `Buenos Aires`, - ShipRegion: null, - ShipPostalCode: `1010`, - ShipCountry: `Argentina`, - CustomerID: `CACTU`, - CustomerName: `Cactus Comidas para llevar`, - Address: `Cerrito 333`, - City: `Buenos Aires`, - Region: null, - PostalCode: 1010, - Country: `Argentina`, - Salesperson: `Laura Callahan`, - OrderID: 10521, - OrderDate: `2017-04-13T21:00:00.000Z`, - ShipperName: `United Package`, - ProductID: 68, - ProductName: `Scottish Longbreads`, - UnitPrice: 12.5, - Quantity: 6, - Discontinued: true, - ExtendedPrice: 75, - Freight: 17.22 - }), - new InvoicesWorldDataItem( - { - ShipName: `Cactus Comidas para llevar`, - ShipAddress: `Cerrito 333`, - ShipCity: `Buenos Aires`, - ShipRegion: null, - ShipPostalCode: `1010`, - ShipCountry: `Argentina`, - CustomerID: `CACTU`, - CustomerName: `Cactus Comidas para llevar`, - Address: `Cerrito 333`, - City: `Buenos Aires`, - Region: null, - PostalCode: 1010, - Country: `Argentina`, - Salesperson: `Laura Callahan`, - OrderID: 11054, - OrderDate: `2017-04-13T21:00:00.000Z`, - ShipperName: `Speedy Express`, - ProductID: 33, - ProductName: `Geitost`, - UnitPrice: 2.5, - Quantity: 10, - Discontinued: false, - ExtendedPrice: 25, - Freight: 0.33 - }), - new InvoicesWorldDataItem( - { - ShipName: `Cactus Comidas para llevar`, - ShipAddress: `Cerrito 333`, - ShipCity: `Buenos Aires`, - ShipRegion: null, - ShipPostalCode: `1010`, - ShipCountry: `Argentina`, - CustomerID: `CACTU`, - CustomerName: `Cactus Comidas para llevar`, - Address: `Cerrito 333`, - City: `Buenos Aires`, - Region: null, - PostalCode: 1010, - Country: `Argentina`, - Salesperson: `Laura Callahan`, - OrderID: 11054, - OrderDate: `2016-04-13T21:00:00.000Z`, - ShipperName: `Speedy Express`, - ProductID: 67, - ProductName: `Laughing Lumberjack Lager`, - UnitPrice: 14, - Quantity: 20, - Discontinued: false, - ExtendedPrice: 280, - Freight: 0.33 - }), - new InvoicesWorldDataItem( - { - ShipName: `Centro comercial Moctezuma`, - ShipAddress: `Sierras de Granada 9993`, - ShipCity: `México D.F.`, - ShipRegion: null, - ShipPostalCode: `05022`, - ShipCountry: `Mexico`, - CustomerID: `CENTC`, - CustomerName: `Centro comercial Moctezuma`, - Address: `Sierras de Granada 9993`, - City: `México D.F.`, - Region: null, - PostalCode: 5022, - Country: `Mexico`, - Salesperson: `Margaret Peacock`, - OrderID: 10259, - OrderDate: `2016-04-13T21:00:00.000Z`, - ShipperName: `Federal Shipping`, - ProductID: 21, - ProductName: `Sir Rodney's Scones`, - UnitPrice: 8, - Quantity: 10, - Discontinued: false, - ExtendedPrice: 80, - Freight: 3.25 - }), - new InvoicesWorldDataItem( - { - ShipName: `Centro comercial Moctezuma`, - ShipAddress: `Sierras de Granada 9993`, - ShipCity: `México D.F.`, - ShipRegion: null, - ShipPostalCode: `05022`, - ShipCountry: `Mexico`, - CustomerID: `CENTC`, - CustomerName: `Centro comercial Moctezuma`, - Address: `Sierras de Granada 9993`, - City: `México D.F.`, - Region: null, - PostalCode: 5022, - Country: `Mexico`, - Salesperson: `Margaret Peacock`, - OrderID: 10259, - OrderDate: `2016-04-13T21:00:00.000Z`, - ShipperName: `Federal Shipping`, - ProductID: 37, - ProductName: `Gravad lax`, - UnitPrice: 20.8, - Quantity: 1, - Discontinued: false, - ExtendedPrice: 20.8, - Freight: 3.25 - }), - new InvoicesWorldDataItem( - { - ShipName: `Chop-suey Chinese`, - ShipAddress: `Hauptstr. 31`, - ShipCity: `Bern`, - ShipRegion: null, - ShipPostalCode: `3012`, - ShipCountry: `Switzerland`, - CustomerID: `CHOPS`, - CustomerName: `Chop-suey Chinese`, - Address: `Hauptstr. 29`, - City: `Bern`, - Region: null, - PostalCode: 3012, - Country: `Switzerland`, - Salesperson: `Steven Buchanan`, - OrderID: 10254, - OrderDate: `2016-04-13T21:00:00.000Z`, - ShipperName: `United Package`, - ProductID: 74, - ProductName: `Longlife Tofu`, - UnitPrice: 8, - Quantity: 21, - Discontinued: false, - ExtendedPrice: 168, - Freight: 22.98 - }), - new InvoicesWorldDataItem( - { - ShipName: `Chop-suey Chinese`, - ShipAddress: `Hauptstr. 31`, - ShipCity: `Bern`, - ShipRegion: null, - ShipPostalCode: `3012`, - ShipCountry: `Switzerland`, - CustomerID: `CHOPS`, - CustomerName: `Chop-suey Chinese`, - Address: `Hauptstr. 29`, - City: `Bern`, - Region: null, - PostalCode: 3012, - Country: `Switzerland`, - Salesperson: `Michael Suyama`, - OrderID: 10370, - OrderDate: `2016-04-13T21:00:00.000Z`, - ShipperName: `United Package`, - ProductID: 64, - ProductName: `Wimmers gute Semmelknödel`, - UnitPrice: 26.6, - Quantity: 30, - Discontinued: false, - ExtendedPrice: 798, - Freight: 1.17 - }), - new InvoicesWorldDataItem( - { - ShipName: `Chop-suey Chinese`, - ShipAddress: `Hauptstr. 31`, - ShipCity: `Bern`, - ShipRegion: null, - ShipPostalCode: `3012`, - ShipCountry: `Switzerland`, - CustomerID: `CHOPS`, - CustomerName: `Chop-suey Chinese`, - Address: `Hauptstr. 29`, - City: `Bern`, - Region: null, - PostalCode: 3012, - Country: `Switzerland`, - Salesperson: `Michael Suyama`, - OrderID: 10519, - OrderDate: `2016-04-13T21:00:00.000Z`, - ShipperName: `Federal Shipping`, - ProductID: 56, - ProductName: `Gnocchi di nonna Alice`, - UnitPrice: 38, - Quantity: 40, - Discontinued: false, - ExtendedPrice: 1520, - Freight: 91.76 - }), - new InvoicesWorldDataItem( - { - ShipName: `Chop-suey Chinese`, - ShipAddress: `Hauptstr. 31`, - ShipCity: `Bern`, - ShipRegion: null, - ShipPostalCode: `3012`, - ShipCountry: `Switzerland`, - CustomerID: `CHOPS`, - CustomerName: `Chop-suey Chinese`, - Address: `Hauptstr. 29`, - City: `Bern`, - Region: null, - PostalCode: 3012, - Country: `Switzerland`, - Salesperson: `Nancy Davolio`, - OrderID: 10746, - OrderDate: `2016-04-13T21:00:00.000Z`, - ShipperName: `Federal Shipping`, - ProductID: 13, - ProductName: `Konbu`, - UnitPrice: 6, - Quantity: 6, - Discontinued: false, - ExtendedPrice: 36, - Freight: 31.43 - }), - new InvoicesWorldDataItem( - { - ShipName: `Chop-suey Chinese`, - ShipAddress: `Hauptstr. 31`, - ShipCity: `Bern`, - ShipRegion: null, - ShipPostalCode: `3012`, - ShipCountry: `Switzerland`, - CustomerID: `CHOPS`, - CustomerName: `Chop-suey Chinese`, - Address: `Hauptstr. 29`, - City: `Bern`, - Region: null, - PostalCode: 3012, - Country: `Switzerland`, - Salesperson: `Nancy Davolio`, - OrderID: 10746, - OrderDate: `2016-04-13T21:00:00.000Z`, - ShipperName: `Federal Shipping`, - ProductID: 42, - ProductName: `Singaporean Hokkien Fried Mee`, - UnitPrice: 14, - Quantity: 28, - Discontinued: false, - ExtendedPrice: 392, - Freight: 31.43 - }), - new InvoicesWorldDataItem( - { - ShipName: `Chop-suey Chinese`, - ShipAddress: `Hauptstr. 31`, - ShipCity: `Bern`, - ShipRegion: null, - ShipPostalCode: `3012`, - ShipCountry: `Switzerland`, - CustomerID: `CHOPS`, - CustomerName: `Chop-suey Chinese`, - Address: `Hauptstr. 29`, - City: `Bern`, - Region: null, - PostalCode: 3012, - Country: `Switzerland`, - Salesperson: `Nancy Davolio`, - OrderID: 10746, - OrderDate: `2016-04-13T21:00:00.000Z`, - ShipperName: `Federal Shipping`, - ProductID: 62, - ProductName: `Tarte au sucre`, - UnitPrice: 49.3, - Quantity: 9, - Discontinued: false, - ExtendedPrice: 443.7, - Freight: 31.43 - }), - new InvoicesWorldDataItem( - { - ShipName: `Chop-suey Chinese`, - ShipAddress: `Hauptstr. 31`, - ShipCity: `Bern`, - ShipRegion: null, - ShipPostalCode: `3012`, - ShipCountry: `Switzerland`, - CustomerID: `CHOPS`, - CustomerName: `Chop-suey Chinese`, - Address: `Hauptstr. 29`, - City: `Bern`, - Region: null, - PostalCode: 3012, - Country: `Switzerland`, - Salesperson: `Nancy Davolio`, - OrderID: 10746, - OrderDate: `2016-04-13T21:00:00.000Z`, - ShipperName: `Federal Shipping`, - ProductID: 69, - ProductName: `Gudbrandsdalsost`, - UnitPrice: 36, - Quantity: 40, - Discontinued: false, - ExtendedPrice: 1440, - Freight: 31.43 - }), - new InvoicesWorldDataItem( - { - ShipName: `Chop-suey Chinese`, - ShipAddress: `Hauptstr. 31`, - ShipCity: `Bern`, - ShipRegion: null, - ShipPostalCode: `3012`, - ShipCountry: `Switzerland`, - CustomerID: `CHOPS`, - CustomerName: `Chop-suey Chinese`, - Address: `Hauptstr. 29`, - City: `Bern`, - Region: null, - PostalCode: 3012, - Country: `Switzerland`, - Salesperson: `Margaret Peacock`, - OrderID: 10966, - OrderDate: `2016-04-13T21:00:00.000Z`, - ShipperName: `Speedy Express`, - ProductID: 37, - ProductName: `Gravad lax`, - UnitPrice: 26, - Quantity: 8, - Discontinued: false, - ExtendedPrice: 208, - Freight: 27.19 - }), - new InvoicesWorldDataItem( - { - ShipName: `Chop-suey Chinese`, - ShipAddress: `Hauptstr. 31`, - ShipCity: `Bern`, - ShipRegion: null, - ShipPostalCode: `3012`, - ShipCountry: `Switzerland`, - CustomerID: `CHOPS`, - CustomerName: `Chop-suey Chinese`, - Address: `Hauptstr. 29`, - City: `Bern`, - Region: null, - PostalCode: 3012, - Country: `Switzerland`, - Salesperson: `Margaret Peacock`, - OrderID: 11029, - OrderDate: `2016-04-13T21:00:00.000Z`, - ShipperName: `Speedy Express`, - ProductID: 56, - ProductName: `Gnocchi di nonna Alice`, - UnitPrice: 38, - Quantity: 20, - Discontinued: false, - ExtendedPrice: 760, - Freight: 47.84 - }), - new InvoicesWorldDataItem( - { - ShipName: `Chop-suey Chinese`, - ShipAddress: `Hauptstr. 31`, - ShipCity: `Bern`, - ShipRegion: null, - ShipPostalCode: `3012`, - ShipCountry: `Switzerland`, - CustomerID: `CHOPS`, - CustomerName: `Chop-suey Chinese`, - Address: `Hauptstr. 29`, - City: `Bern`, - Region: null, - PostalCode: 3012, - Country: `Switzerland`, - Salesperson: `Margaret Peacock`, - OrderID: 11029, - OrderDate: `2016-04-13T21:00:00.000Z`, - ShipperName: `Speedy Express`, - ProductID: 63, - ProductName: `Vegie-spread`, - UnitPrice: 43.9, - Quantity: 12, - Discontinued: false, - ExtendedPrice: 526.8, - Freight: 47.84 - }), - new InvoicesWorldDataItem( - { - ShipName: `Chop-suey Chinese`, - ShipAddress: `Hauptstr. 31`, - ShipCity: `Bern`, - ShipRegion: null, - ShipPostalCode: `3012`, - ShipCountry: `Switzerland`, - CustomerID: `CHOPS`, - CustomerName: `Chop-suey Chinese`, - Address: `Hauptstr. 29`, - City: `Bern`, - Region: null, - PostalCode: 3012, - Country: `Switzerland`, - Salesperson: `Janet Leverling`, - OrderID: 11041, - OrderDate: `2016-04-13T21:00:00.000Z`, - ShipperName: `United Package`, - ProductID: 63, - ProductName: `Vegie-spread`, - UnitPrice: 43.9, - Quantity: 30, - Discontinued: false, - ExtendedPrice: 1317, - Freight: 48.22 - }), - new InvoicesWorldDataItem( - { - ShipName: `Chop-suey Chinese`, - ShipAddress: `Hauptstr. 31`, - ShipCity: `Bern`, - ShipRegion: null, - ShipPostalCode: `3012`, - ShipCountry: `Switzerland`, - CustomerID: `CHOPS`, - CustomerName: `Chop-suey Chinese`, - Address: `Hauptstr. 29`, - City: `Bern`, - Region: null, - PostalCode: 3012, - Country: `Switzerland`, - Salesperson: `Michael Suyama`, - OrderID: 10519, - OrderDate: `2016-04-13T21:00:00.000Z`, - ShipperName: `Federal Shipping`, - ProductID: 10, - ProductName: `Ikura`, - UnitPrice: 31, - Quantity: 16, - Discontinued: true, - ExtendedPrice: 471.2, - Freight: 91.76 - }), - new InvoicesWorldDataItem( - { - ShipName: `Chop-suey Chinese`, - ShipAddress: `Hauptstr. 31`, - ShipCity: `Bern`, - ShipRegion: null, - ShipPostalCode: `3012`, - ShipCountry: `Switzerland`, - CustomerID: `CHOPS`, - CustomerName: `Chop-suey Chinese`, - Address: `Hauptstr. 29`, - City: `Bern`, - Region: null, - PostalCode: 3012, - Country: `Switzerland`, - Salesperson: `Michael Suyama`, - OrderID: 10519, - OrderDate: `2016-04-13T21:00:00.000Z`, - ShipperName: `Federal Shipping`, - ProductID: 60, - ProductName: `Camembert Pierrot`, - UnitPrice: 34, - Quantity: 10, - Discontinued: true, - ExtendedPrice: 323, - Freight: 91.76 - }), - new InvoicesWorldDataItem( - { - ShipName: `Chop-suey Chinese`, - ShipAddress: `Hauptstr. 31`, - ShipCity: `Bern`, - ShipRegion: null, - ShipPostalCode: `3012`, - ShipCountry: `Switzerland`, - CustomerID: `CHOPS`, - CustomerName: `Chop-suey Chinese`, - Address: `Hauptstr. 29`, - City: `Bern`, - Region: null, - PostalCode: 3012, - Country: `Switzerland`, - Salesperson: `Robert King`, - OrderID: 10731, - OrderDate: `2016-04-13T21:00:00.000Z`, - ShipperName: `Speedy Express`, - ProductID: 21, - ProductName: `Sir Rodney's Scones`, - UnitPrice: 10, - Quantity: 40, - Discontinued: true, - ExtendedPrice: 380, - Freight: 96.65 - }), - new InvoicesWorldDataItem( - { - ShipName: `Chop-suey Chinese`, - ShipAddress: `Hauptstr. 31`, - ShipCity: `Bern`, - ShipRegion: null, - ShipPostalCode: `3012`, - ShipCountry: `Switzerland`, - CustomerID: `CHOPS`, - CustomerName: `Chop-suey Chinese`, - Address: `Hauptstr. 29`, - City: `Bern`, - Region: null, - PostalCode: 3012, - Country: `Switzerland`, - Salesperson: `Robert King`, - OrderID: 10731, - OrderDate: `2016-04-13T21:00:00.000Z`, - ShipperName: `Speedy Express`, - ProductID: 51, - ProductName: `Manjimup Dried Apples`, - UnitPrice: 53, - Quantity: 30, - Discontinued: true, - ExtendedPrice: 1510.5, - Freight: 96.65 - }), - new InvoicesWorldDataItem( - { - ShipName: `Chop-suey Chinese`, - ShipAddress: `Hauptstr. 31`, - ShipCity: `Bern`, - ShipRegion: null, - ShipPostalCode: `3012`, - ShipCountry: `Switzerland`, - CustomerID: `CHOPS`, - CustomerName: `Chop-suey Chinese`, - Address: `Hauptstr. 29`, - City: `Bern`, - Region: null, - PostalCode: 3012, - Country: `Switzerland`, - Salesperson: `Steven Buchanan`, - OrderID: 10254, - OrderDate: `2016-04-13T21:00:00.000Z`, - ShipperName: `United Package`, - ProductID: 24, - ProductName: `Guaraná Fantástica`, - UnitPrice: 3.6, - Quantity: 15, - Discontinued: true, - ExtendedPrice: 45.9, - Freight: 22.98 - }), - new InvoicesWorldDataItem( - { - ShipName: `Chop-suey Chinese`, - ShipAddress: `Hauptstr. 31`, - ShipCity: `Bern`, - ShipRegion: null, - ShipPostalCode: `3012`, - ShipCountry: `Switzerland`, - CustomerID: `CHOPS`, - CustomerName: `Chop-suey Chinese`, - Address: `Hauptstr. 29`, - City: `Bern`, - Region: null, - PostalCode: 3012, - Country: `Switzerland`, - Salesperson: `Steven Buchanan`, - OrderID: 10254, - OrderDate: `2016-04-13T21:00:00.000Z`, - ShipperName: `United Package`, - ProductID: 55, - ProductName: `Pâté chinois`, - UnitPrice: 19.2, - Quantity: 21, - Discontinued: true, - ExtendedPrice: 342.72, - Freight: 22.98 - }), - new InvoicesWorldDataItem( - { - ShipName: `Chop-suey Chinese`, - ShipAddress: `Hauptstr. 31`, - ShipCity: `Bern`, - ShipRegion: null, - ShipPostalCode: `3012`, - ShipCountry: `Switzerland`, - CustomerID: `CHOPS`, - CustomerName: `Chop-suey Chinese`, - Address: `Hauptstr. 29`, - City: `Bern`, - Region: null, - PostalCode: 3012, - Country: `Switzerland`, - Salesperson: `Michael Suyama`, - OrderID: 10370, - OrderDate: `2016-04-13T21:00:00.000Z`, - ShipperName: `United Package`, - ProductID: 1, - ProductName: `Chai`, - UnitPrice: 14.4, - Quantity: 15, - Discontinued: true, - ExtendedPrice: 183.6, - Freight: 1.17 - }), - new InvoicesWorldDataItem( - { - ShipName: `Chop-suey Chinese`, - ShipAddress: `Hauptstr. 31`, - ShipCity: `Bern`, - ShipRegion: null, - ShipPostalCode: `3012`, - ShipCountry: `Switzerland`, - CustomerID: `CHOPS`, - CustomerName: `Chop-suey Chinese`, - Address: `Hauptstr. 29`, - City: `Bern`, - Region: null, - PostalCode: 3012, - Country: `Switzerland`, - Salesperson: `Michael Suyama`, - OrderID: 10370, - OrderDate: `2016-04-13T21:00:00.000Z`, - ShipperName: `United Package`, - ProductID: 74, - ProductName: `Longlife Tofu`, - UnitPrice: 8, - Quantity: 20, - Discontinued: true, - ExtendedPrice: 136, - Freight: 1.17 - }), - new InvoicesWorldDataItem( - { - ShipName: `Chop-suey Chinese`, - ShipAddress: `Hauptstr. 31`, - ShipCity: `Bern`, - ShipRegion: null, - ShipPostalCode: `3012`, - ShipCountry: `Switzerland`, - CustomerID: `CHOPS`, - CustomerName: `Chop-suey Chinese`, - Address: `Hauptstr. 29`, - City: `Bern`, - Region: null, - PostalCode: 3012, - Country: `Switzerland`, - Salesperson: `Margaret Peacock`, - OrderID: 10966, - OrderDate: `2016-04-13T21:00:00.000Z`, - ShipperName: `Speedy Express`, - ProductID: 56, - ProductName: `Gnocchi di nonna Alice`, - UnitPrice: 38, - Quantity: 12, - Discontinued: true, - ExtendedPrice: 387.6, - Freight: 27.19 - }), - new InvoicesWorldDataItem( - { - ShipName: `Chop-suey Chinese`, - ShipAddress: `Hauptstr. 31`, - ShipCity: `Bern`, - ShipRegion: null, - ShipPostalCode: `3012`, - ShipCountry: `Switzerland`, - CustomerID: `CHOPS`, - CustomerName: `Chop-suey Chinese`, - Address: `Hauptstr. 29`, - City: `Bern`, - Region: null, - PostalCode: 3012, - Country: `Switzerland`, - Salesperson: `Margaret Peacock`, - OrderID: 10966, - OrderDate: `2016-04-13T21:00:00.000Z`, - ShipperName: `Speedy Express`, - ProductID: 62, - ProductName: `Tarte au sucre`, - UnitPrice: 49.3, - Quantity: 12, - Discontinued: true, - ExtendedPrice: 502.86, - Freight: 27.19 - }), - new InvoicesWorldDataItem( - { - ShipName: `Chop-suey Chinese`, - ShipAddress: `Hauptstr. 31`, - ShipCity: `Bern`, - ShipRegion: null, - ShipPostalCode: `3012`, - ShipCountry: `Switzerland`, - CustomerID: `CHOPS`, - CustomerName: `Chop-suey Chinese`, - Address: `Hauptstr. 29`, - City: `Bern`, - Region: null, - PostalCode: 3012, - Country: `Switzerland`, - Salesperson: `Janet Leverling`, - OrderID: 11041, - OrderDate: `2016-04-13T21:00:00.000Z`, - ShipperName: `United Package`, - ProductID: 2, - ProductName: `Chang`, - UnitPrice: 19, - Quantity: 30, - Discontinued: true, - ExtendedPrice: 456, - Freight: 48.22 - }), - new InvoicesWorldDataItem( - { - ShipName: `Comércio Mineiro`, - ShipAddress: `Av. dos Lusíadas, 23`, - ShipCity: `Rio de Janeiro`, - ShipRegion: `SP`, - ShipPostalCode: `05432-043`, - ShipCountry: `Brazil`, - CustomerID: `COMMI`, - CustomerName: `Comércio Mineiro`, - Address: `Av. dos Lusíadas, 23`, - City: `Rio de Janeiro`, - Region: `SP`, - PostalCode: 12000, - Country: `Brazil`, - Salesperson: `Laura Callahan`, - OrderID: 10290, - OrderDate: `2016-04-13T21:00:00.000Z`, - ShipperName: `Speedy Express`, - ProductID: 5, - ProductName: `Chef Anton's Gumbo Mix`, - UnitPrice: 17, - Quantity: 20, - Discontinued: true, - ExtendedPrice: 340, - Freight: 79.7 - }), - new InvoicesWorldDataItem( - { - ShipName: `Comércio Mineiro`, - ShipAddress: `Av. dos Lusíadas, 23`, - ShipCity: `Sao Paulo`, - ShipRegion: `SP`, - ShipPostalCode: `05432-043`, - ShipCountry: `Brazil`, - CustomerID: `COMMI`, - CustomerName: `Comércio Mineiro`, - Address: `Av. dos Lusíadas, 23`, - City: `Sao Paulo`, - Region: `SP`, - PostalCode: 33000, - Country: `Brazil`, - Salesperson: `Laura Callahan`, - OrderID: 10290, - OrderDate: `2017-02-14T22:00:00.000Z`, - ShipperName: `Speedy Express`, - ProductID: 29, - ProductName: `Thüringer Rostbratwurst`, - UnitPrice: 99, - Quantity: 15, - Discontinued: true, - ExtendedPrice: 1485, - Freight: 79.7 - }), - new InvoicesWorldDataItem( - { - ShipName: `Comércio Mineiro`, - ShipAddress: `Av. dos Lusíadas, 23`, - ShipCity: `Rio de Janeiro`, - ShipRegion: `SP`, - ShipPostalCode: `05432-043`, - ShipCountry: `Brazil`, - CustomerID: `COMMI`, - CustomerName: `Comércio Mineiro`, - Address: `Av. dos Lusíadas, 23`, - City: `Rio de Janeiro`, - Region: `SP`, - PostalCode: 16000, - Country: `Brazil`, - Salesperson: `Laura Callahan`, - OrderID: 10290, - OrderDate: `2017-04-13T21:00:00.000Z`, - ShipperName: `Speedy Express`, - ProductID: 49, - ProductName: `Maxilaku`, - UnitPrice: 16, - Quantity: 15, - Discontinued: false, - ExtendedPrice: 240, - Freight: 79.7 - }), - new InvoicesWorldDataItem( - { - ShipName: `Comércio Mineiro`, - ShipAddress: `Av. dos Lusíadas, 23`, - ShipCity: `Sao Paulo`, - ShipRegion: `SP`, - ShipPostalCode: `05432-043`, - ShipCountry: `Brazil`, - CustomerID: `COMMI`, - CustomerName: `Comércio Mineiro`, - Address: `Av. dos Lusíadas, 23`, - City: `Sao Paulo`, - Region: `SP`, - PostalCode: 49000, - Country: `Brazil`, - Salesperson: `Laura Callahan`, - OrderID: 10290, - OrderDate: `2016-04-13T21:00:00.000Z`, - ShipperName: `Speedy Express`, - ProductID: 77, - ProductName: `Original Frankfurter grüne Soße`, - UnitPrice: 10.4, - Quantity: 10, - Discontinued: false, - ExtendedPrice: 104, - Freight: 79.7 - }), - new InvoicesWorldDataItem( - { - ShipName: `Comércio Mineiro`, - ShipAddress: `Av. dos Lusíadas, 23`, - ShipCity: `Sao Paulo`, - ShipRegion: `SP`, - ShipPostalCode: `05432-043`, - ShipCountry: `Brazil`, - CustomerID: `COMMI`, - CustomerName: `Comércio Mineiro`, - Address: `Av. dos Lusíadas, 23`, - City: `Sao Paulo`, - Region: `SP`, - PostalCode: 39000, - Country: `Brazil`, - Salesperson: `Margaret Peacock`, - OrderID: 10466, - OrderDate: `2017-05-03T21:00:00.000Z`, - ShipperName: `Speedy Express`, - ProductID: 11, - ProductName: `Queso Cabrales`, - UnitPrice: 16.8, - Quantity: 10, - Discontinued: false, - ExtendedPrice: 168, - Freight: 11.93 - }), - new InvoicesWorldDataItem( - { - ShipName: `Comércio Mineiro`, - ShipAddress: `Av. dos Lusíadas, 23`, - ShipCity: `Sao Paulo`, - ShipRegion: `SP`, - ShipPostalCode: `05432-043`, - ShipCountry: `Brazil`, - CustomerID: `COMMI`, - CustomerName: `Comércio Mineiro`, - Address: `Av. dos Lusíadas, 23`, - City: `Sao Paulo`, - Region: `SP`, - PostalCode: 31000, - Country: `Brazil`, - Salesperson: `Margaret Peacock`, - OrderID: 10466, - OrderDate: `2016-04-13T21:00:00.000Z`, - ShipperName: `Speedy Express`, - ProductID: 46, - ProductName: `Spegesild`, - UnitPrice: 9.6, - Quantity: 5, - Discontinued: false, - ExtendedPrice: 48, - Freight: 11.93 - }), - new InvoicesWorldDataItem( - { - ShipName: `Comércio Mineiro`, - ShipAddress: `Av. dos Lusíadas, 23`, - ShipCity: `Rio de Janeiro`, - ShipRegion: `SP`, - ShipPostalCode: `05432-043`, - ShipCountry: `Brazil`, - CustomerID: `COMMI`, - CustomerName: `Comércio Mineiro`, - Address: `Av. dos Lusíadas, 23`, - City: `Rio de Janeiro`, - Region: `SP`, - PostalCode: 37000, - Country: `Brazil`, - Salesperson: `Margaret Peacock`, - OrderID: 10494, - OrderDate: `2017-03-31T21:00:00.000Z`, - ShipperName: `United Package`, - ProductID: 56, - ProductName: `Gnocchi di nonna Alice`, - UnitPrice: 30.4, - Quantity: 30, - Discontinued: false, - ExtendedPrice: 912, - Freight: 65.99 - }), - new InvoicesWorldDataItem( - { - ShipName: `Comércio Mineiro`, - ShipAddress: `Av. dos Lusíadas, 23`, - ShipCity: `Rio de Janeiro`, - ShipRegion: `SP`, - ShipPostalCode: `05432-043`, - ShipCountry: `Brazil`, - CustomerID: `COMMI`, - CustomerName: `Comércio Mineiro`, - Address: `Av. dos Lusíadas, 23`, - City: `Rio de Janeiro`, - Region: `SP`, - PostalCode: 29000, - Country: `Brazil`, - Salesperson: `Nancy Davolio`, - OrderID: 10969, - OrderDate: `2016-04-13T21:00:00.000Z`, - ShipperName: `United Package`, - ProductID: 46, - ProductName: `Spegesild`, - UnitPrice: 12, - Quantity: 9, - Discontinued: false, - ExtendedPrice: 108, - Freight: 0.21 - }), - new InvoicesWorldDataItem( - { - ShipName: `Comércio Mineiro`, - ShipAddress: `Av. dos Lusíadas, 23`, - ShipCity: `Sao Paulo`, - ShipRegion: `SP`, - ShipPostalCode: `05432-043`, - ShipCountry: `Brazil`, - CustomerID: `COMMI`, - CustomerName: `Comércio Mineiro`, - Address: `Av. dos Lusíadas, 23`, - City: `Sao Paulo`, - Region: `SP`, - PostalCode: 18000, - Country: `Brazil`, - Salesperson: `Andrew Fuller`, - OrderID: 11042, - OrderDate: `2016-04-13T21:00:00.000Z`, - ShipperName: `Speedy Express`, - ProductID: 44, - ProductName: `Gula Malacca`, - UnitPrice: 19.45, - Quantity: 15, - Discontinued: false, - ExtendedPrice: 291.75, - Freight: 29.99 - }), - new InvoicesWorldDataItem( - { - ShipName: `Comércio Mineiro`, - ShipAddress: `Av. dos Lusíadas, 23`, - ShipCity: `Sao Paulo`, - ShipRegion: `SP`, - ShipPostalCode: `05432-043`, - ShipCountry: `Brazil`, - CustomerID: `COMMI`, - CustomerName: `Comércio Mineiro`, - Address: `Av. dos Lusíadas, 23`, - City: `Sao Paulo`, - Region: `SP`, - PostalCode: 40000, - Country: `Brazil`, - Salesperson: `Andrew Fuller`, - OrderID: 11042, - OrderDate: `2016-04-13T21:00:00.000Z`, - ShipperName: `Speedy Express`, - ProductID: 61, - ProductName: `Sirop d'érable`, - UnitPrice: 28.5, - Quantity: 4, - Discontinued: false, - ExtendedPrice: 114, - Freight: 29.99 - }), - new InvoicesWorldDataItem( - { - ShipName: `Consolidated Holdings`, - ShipAddress: `Berkeley Gardens 12 Brewery`, - ShipCity: `London`, - ShipRegion: null, - ShipPostalCode: `WX1 6LT`, - ShipCountry: `UK`, - CustomerID: `CONSH`, - CustomerName: `Consolidated Holdings`, - Address: `Berkeley Gardens 12 Brewery`, - City: `London`, - Region: null, - PostalCode: 44000, - Country: `UK`, - Salesperson: `Laura Callahan`, - OrderID: 10435, - OrderDate: `2016-04-15T21:00:00.000Z`, - ShipperName: `United Package`, - ProductID: 2, - ProductName: `Chang`, - UnitPrice: 15.2, - Quantity: 10, - Discontinued: false, - ExtendedPrice: 152, - Freight: 9.21 - }), - new InvoicesWorldDataItem( - { - ShipName: `Consolidated Holdings`, - ShipAddress: `Berkeley Gardens 12 Brewery`, - ShipCity: `London`, - ShipRegion: null, - ShipPostalCode: `WX1 6LT`, - ShipCountry: `UK`, - CustomerID: `CONSH`, - CustomerName: `Consolidated Holdings`, - Address: `Berkeley Gardens 12 Brewery`, - City: `London`, - Region: null, - PostalCode: 35000, - Country: `UK`, - Salesperson: `Laura Callahan`, - OrderID: 10435, - OrderDate: `2016-05-11T21:00:00.000Z`, - ShipperName: `United Package`, - ProductID: 22, - ProductName: `Gustaf's Knäckebröd`, - UnitPrice: 16.8, - Quantity: 12, - Discontinued: false, - ExtendedPrice: 201.6, - Freight: 9.21 - }), - new InvoicesWorldDataItem( - { - ShipName: `Consolidated Holdings`, - ShipAddress: `Berkeley Gardens 12 Brewery`, - ShipCity: `London`, - ShipRegion: null, - ShipPostalCode: `WX1 6LT`, - ShipCountry: `UK`, - CustomerID: `CONSH`, - CustomerName: `Consolidated Holdings`, - Address: `Berkeley Gardens 12 Brewery`, - City: `London`, - Region: null, - PostalCode: 50000, - Country: `UK`, - Salesperson: `Laura Callahan`, - OrderID: 10435, - OrderDate: `2016-04-13T21:00:00.000Z`, - ShipperName: `United Package`, - ProductID: 72, - ProductName: `Mozzarella di Giovanni`, - UnitPrice: 27.8, - Quantity: 10, - Discontinued: false, - ExtendedPrice: 278, - Freight: 9.21 - }), - new InvoicesWorldDataItem( - { - ShipName: `Consolidated Holdings`, - ShipAddress: `Berkeley Gardens 12 Brewery`, - ShipCity: `London`, - ShipRegion: null, - ShipPostalCode: `WX1 6LT`, - ShipCountry: `UK`, - CustomerID: `CONSH`, - CustomerName: `Consolidated Holdings`, - Address: `Berkeley Gardens 12 Brewery`, - City: `London`, - Region: null, - PostalCode: 45000, - Country: `UK`, - Salesperson: `Andrew Fuller`, - OrderID: 10462, - OrderDate: `2016-04-13T21:00:00.000Z`, - ShipperName: `Speedy Express`, - ProductID: 13, - ProductName: `Konbu`, - UnitPrice: 4.8, - Quantity: 1, - Discontinued: false, - ExtendedPrice: 4.8, - Freight: 6.17 - }), - new InvoicesWorldDataItem( - { - ShipName: `Consolidated Holdings`, - ShipAddress: `Berkeley Gardens 12 Brewery`, - ShipCity: `London`, - ShipRegion: null, - ShipPostalCode: `WX1 6LT`, - ShipCountry: `UK`, - CustomerID: `CONSH`, - CustomerName: `Consolidated Holdings`, - Address: `Berkeley Gardens 12 Brewery`, - City: `London`, - Region: null, - PostalCode: 39000, - Country: `UK`, - Salesperson: `Andrew Fuller`, - OrderID: 10462, - OrderDate: `2016-04-13T21:00:00.000Z`, - ShipperName: `Speedy Express`, - ProductID: 23, - ProductName: `Tunnbröd`, - UnitPrice: 7.2, - Quantity: 21, - Discontinued: false, - ExtendedPrice: 151.2, - Freight: 6.17 - }), - new InvoicesWorldDataItem( - { - ShipName: `Consolidated Holdings`, - ShipAddress: `Berkeley Gardens 12 Brewery`, - ShipCity: `London`, - ShipRegion: null, - ShipPostalCode: `WX1 6LT`, - ShipCountry: `UK`, - CustomerID: `CONSH`, - CustomerName: `Consolidated Holdings`, - Address: `Berkeley Gardens 12 Brewery`, - City: `London`, - Region: null, - PostalCode: 11000, - Country: `UK`, - Salesperson: `Robert King`, - OrderID: 10848, - OrderDate: `2016-04-13T21:00:00.000Z`, - ShipperName: `United Package`, - ProductID: 5, - ProductName: `Chef Anton's Gumbo Mix`, - UnitPrice: 21.35, - Quantity: 30, - Discontinued: false, - ExtendedPrice: 640.5, - Freight: 38.24 - }), - new InvoicesWorldDataItem( - { - ShipName: `Consolidated Holdings`, - ShipAddress: `Berkeley Gardens 12 Brewery`, - ShipCity: `London`, - ShipRegion: null, - ShipPostalCode: `WX1 6LT`, - ShipCountry: `UK`, - CustomerID: `CONSH`, - CustomerName: `Consolidated Holdings`, - Address: `Berkeley Gardens 12 Brewery`, - City: `London`, - Region: null, - PostalCode: 49000, - Country: `UK`, - Salesperson: `Robert King`, - OrderID: 10848, - OrderDate: `2016-04-13T21:00:00.000Z`, - ShipperName: `United Package`, - ProductID: 9, - ProductName: `Mishi Kobe Niku`, - UnitPrice: 97, - Quantity: 3, - Discontinued: false, - ExtendedPrice: 291, - Freight: 38.24 - }), - new InvoicesWorldDataItem( - { - ShipName: `Die Wandernde Kuh`, - ShipAddress: `Adenauerallee 900`, - ShipCity: `Stuttgart`, - ShipRegion: null, - ShipPostalCode: `70563`, - ShipCountry: `Germany`, - CustomerID: `WANDK`, - CustomerName: `Die Wandernde Kuh`, - Address: `Adenauerallee 900`, - City: `Stuttgart`, - Region: null, - PostalCode: 70563, - Country: `Germany`, - Salesperson: `Laura Callahan`, - OrderID: 10301, - OrderDate: `2017-04-13T21:00:00.000Z`, - ShipperName: `United Package`, - ProductID: 40, - ProductName: `Boston Crab Meat`, - UnitPrice: 14.7, - Quantity: 10, - Discontinued: false, - ExtendedPrice: 147, - Freight: 45.08 - }), - new InvoicesWorldDataItem( - { - ShipName: `Die Wandernde Kuh`, - ShipAddress: `Adenauerallee 900`, - ShipCity: `Stuttgart`, - ShipRegion: null, - ShipPostalCode: `70563`, - ShipCountry: `Germany`, - CustomerID: `WANDK`, - CustomerName: `Die Wandernde Kuh`, - Address: `Adenauerallee 900`, - City: `Stuttgart`, - Region: null, - PostalCode: 70563, - Country: `Germany`, - Salesperson: `Laura Callahan`, - OrderID: 10301, - OrderDate: `2016-04-13T21:00:00.000Z`, - ShipperName: `United Package`, - ProductID: 56, - ProductName: `Gnocchi di nonna Alice`, - UnitPrice: 30.4, - Quantity: 20, - Discontinued: false, - ExtendedPrice: 608, - Freight: 45.08 - }), - new InvoicesWorldDataItem( - { - ShipName: `Die Wandernde Kuh`, - ShipAddress: `Adenauerallee 900`, - ShipCity: `Stuttgart`, - ShipRegion: null, - ShipPostalCode: `70563`, - ShipCountry: `Germany`, - CustomerID: `WANDK`, - CustomerName: `Die Wandernde Kuh`, - Address: `Adenauerallee 900`, - City: `Stuttgart`, - Region: null, - PostalCode: 70563, - Country: `Germany`, - Salesperson: `Andrew Fuller`, - OrderID: 10312, - OrderDate: `2016-04-13T21:00:00.000Z`, - ShipperName: `United Package`, - ProductID: 28, - ProductName: `Rössle Sauerkraut`, - UnitPrice: 36.4, - Quantity: 4, - Discontinued: false, - ExtendedPrice: 145.6, - Freight: 40.26 - }), - new InvoicesWorldDataItem( - { - ShipName: `Die Wandernde Kuh`, - ShipAddress: `Adenauerallee 900`, - ShipCity: `Stuttgart`, - ShipRegion: null, - ShipPostalCode: `70563`, - ShipCountry: `Germany`, - CustomerID: `WANDK`, - CustomerName: `Die Wandernde Kuh`, - Address: `Adenauerallee 900`, - City: `Stuttgart`, - Region: null, - PostalCode: 70563, - Country: `Germany`, - Salesperson: `Andrew Fuller`, - OrderID: 10312, - OrderDate: `2018-04-13T21:00:00.000Z`, - ShipperName: `United Package`, - ProductID: 43, - ProductName: `Ipoh Coffee`, - UnitPrice: 36.8, - Quantity: 24, - Discontinued: false, - ExtendedPrice: 883.2, - Freight: 40.26 - }), - new InvoicesWorldDataItem( - { - ShipName: `Die Wandernde Kuh`, - ShipAddress: `Adenauerallee 900`, - ShipCity: `Stuttgart`, - ShipRegion: null, - ShipPostalCode: `70563`, - ShipCountry: `Germany`, - CustomerID: `WANDK`, - CustomerName: `Die Wandernde Kuh`, - Address: `Adenauerallee 900`, - City: `Stuttgart`, - Region: null, - PostalCode: 70563, - Country: `Germany`, - Salesperson: `Andrew Fuller`, - OrderID: 10312, - OrderDate: `2016-04-13T21:00:00.000Z`, - ShipperName: `United Package`, - ProductID: 53, - ProductName: `Perth Pasties`, - UnitPrice: 26.2, - Quantity: 20, - Discontinued: false, - ExtendedPrice: 524, - Freight: 40.26 - }), - new InvoicesWorldDataItem( - { - ShipName: `Die Wandernde Kuh`, - ShipAddress: `Adenauerallee 900`, - ShipCity: `Stuttgart`, - ShipRegion: null, - ShipPostalCode: `70563`, - ShipCountry: `Germany`, - CustomerID: `WANDK`, - CustomerName: `Die Wandernde Kuh`, - Address: `Adenauerallee 900`, - City: `Stuttgart`, - Region: null, - PostalCode: 70563, - Country: `Germany`, - Salesperson: `Andrew Fuller`, - OrderID: 10312, - OrderDate: `2016-04-13T21:00:00.000Z`, - ShipperName: `United Package`, - ProductID: 75, - ProductName: `Rhönbräu Klosterbier`, - UnitPrice: 6.2, - Quantity: 10, - Discontinued: false, - ExtendedPrice: 62, - Freight: 40.26 - }), - new InvoicesWorldDataItem( - { - ShipName: `Die Wandernde Kuh`, - ShipAddress: `Adenauerallee 900`, - ShipCity: `Stuttgart`, - ShipRegion: null, - ShipPostalCode: `70563`, - ShipCountry: `Germany`, - CustomerID: `WANDK`, - CustomerName: `Die Wandernde Kuh`, - Address: `Adenauerallee 900`, - City: `Stuttgart`, - Region: null, - PostalCode: 70563, - Country: `Germany`, - Salesperson: `Margaret Peacock`, - OrderID: 10348, - OrderDate: `2016-04-13T21:00:00.000Z`, - ShipperName: `United Package`, - ProductID: 23, - ProductName: `Tunnbröd`, - UnitPrice: 7.2, - Quantity: 25, - Discontinued: false, - ExtendedPrice: 180, - Freight: 0.78 - }), - new InvoicesWorldDataItem( - { - ShipName: `Die Wandernde Kuh`, - ShipAddress: `Adenauerallee 900`, - ShipCity: `Stuttgart`, - ShipRegion: null, - ShipPostalCode: `70563`, - ShipCountry: `Germany`, - CustomerID: `WANDK`, - CustomerName: `Die Wandernde Kuh`, - Address: `Adenauerallee 900`, - City: `Stuttgart`, - Region: null, - PostalCode: 70563, - Country: `Germany`, - Salesperson: `Michael Suyama`, - OrderID: 10356, - OrderDate: `2018-04-13T21:00:00.000Z`, - ShipperName: `United Package`, - ProductID: 31, - ProductName: `Gorgonzola Telino`, - UnitPrice: 10, - Quantity: 30, - Discontinued: false, - ExtendedPrice: 300, - Freight: 36.71 - }), - new InvoicesWorldDataItem( - { - ShipName: `Die Wandernde Kuh`, - ShipAddress: `Adenauerallee 900`, - ShipCity: `Stuttgart`, - ShipRegion: null, - ShipPostalCode: `70563`, - ShipCountry: `Germany`, - CustomerID: `WANDK`, - CustomerName: `Die Wandernde Kuh`, - Address: `Adenauerallee 900`, - City: `Stuttgart`, - Region: null, - PostalCode: 70563, - Country: `Germany`, - Salesperson: `Michael Suyama`, - OrderID: 10356, - OrderDate: `2016-04-13T21:00:00.000Z`, - ShipperName: `United Package`, - ProductID: 55, - ProductName: `Pâté chinois`, - UnitPrice: 19.2, - Quantity: 12, - Discontinued: false, - ExtendedPrice: 230.4, - Freight: 36.71 - }), - new InvoicesWorldDataItem( - { - ShipName: `Die Wandernde Kuh`, - ShipAddress: `Adenauerallee 900`, - ShipCity: `Stuttgart`, - ShipRegion: null, - ShipPostalCode: `70563`, - ShipCountry: `Germany`, - CustomerID: `WANDK`, - CustomerName: `Die Wandernde Kuh`, - Address: `Adenauerallee 900`, - City: `Stuttgart`, - Region: null, - PostalCode: 70563, - Country: `Germany`, - Salesperson: `Michael Suyama`, - OrderID: 10356, - OrderDate: `2016-04-13T21:00:00.000Z`, - ShipperName: `United Package`, - ProductID: 69, - ProductName: `Gudbrandsdalsost`, - UnitPrice: 28.8, - Quantity: 20, - Discontinued: false, - ExtendedPrice: 576, - Freight: 36.71 - }), - new InvoicesWorldDataItem( - { - ShipName: `Die Wandernde Kuh`, - ShipAddress: `Adenauerallee 900`, - ShipCity: `Stuttgart`, - ShipRegion: null, - ShipPostalCode: `70563`, - ShipCountry: `Germany`, - CustomerID: `WANDK`, - CustomerName: `Die Wandernde Kuh`, - Address: `Adenauerallee 900`, - City: `Stuttgart`, - Region: null, - PostalCode: 70563, - Country: `Germany`, - Salesperson: `Laura Callahan`, - OrderID: 10632, - OrderDate: `2016-04-13T21:00:00.000Z`, - ShipperName: `Speedy Express`, - ProductID: 2, - ProductName: `Chang`, - UnitPrice: 19, - Quantity: 30, - Discontinued: true, - ExtendedPrice: 541.5, - Freight: 41.38 - }), - new InvoicesWorldDataItem( - { - ShipName: `Die Wandernde Kuh`, - ShipAddress: `Adenauerallee 900`, - ShipCity: `Stuttgart`, - ShipRegion: null, - ShipPostalCode: `70563`, - ShipCountry: `Germany`, - CustomerID: `WANDK`, - CustomerName: `Die Wandernde Kuh`, - Address: `Adenauerallee 900`, - City: `Stuttgart`, - Region: null, - PostalCode: 70563, - Country: `Germany`, - Salesperson: `Laura Callahan`, - OrderID: 10632, - OrderDate: `2016-04-13T21:00:00.000Z`, - ShipperName: `Speedy Express`, - ProductID: 33, - ProductName: `Geitost`, - UnitPrice: 2.5, - Quantity: 20, - Discontinued: true, - ExtendedPrice: 47.5, - Freight: 41.38 - }), - new InvoicesWorldDataItem( - { - ShipName: `Die Wandernde Kuh`, - ShipAddress: `Adenauerallee 900`, - ShipCity: `Stuttgart`, - ShipRegion: null, - ShipPostalCode: `70563`, - ShipCountry: `Germany`, - CustomerID: `WANDK`, - CustomerName: `Die Wandernde Kuh`, - Address: `Adenauerallee 900`, - City: `Stuttgart`, - Region: null, - PostalCode: 70563, - Country: `Germany`, - Salesperson: `Laura Callahan`, - OrderID: 11046, - OrderDate: `2016-04-13T21:00:00.000Z`, - ShipperName: `United Package`, - ProductID: 12, - ProductName: `Queso Manchego La Pastora`, - UnitPrice: 38, - Quantity: 20, - Discontinued: true, - ExtendedPrice: 722, - Freight: 71.64 - }), - new InvoicesWorldDataItem( - { - ShipName: `Die Wandernde Kuh`, - ShipAddress: `Adenauerallee 900`, - ShipCity: `Stuttgart`, - ShipRegion: null, - ShipPostalCode: `70563`, - ShipCountry: `Germany`, - CustomerID: `WANDK`, - CustomerName: `Die Wandernde Kuh`, - Address: `Adenauerallee 900`, - City: `Stuttgart`, - Region: null, - PostalCode: 70563, - Country: `Germany`, - Salesperson: `Laura Callahan`, - OrderID: 11046, - OrderDate: `2016-04-13T21:00:00.000Z`, - ShipperName: `United Package`, - ProductID: 32, - ProductName: `Mascarpone Fabioli`, - UnitPrice: 32, - Quantity: 15, - Discontinued: true, - ExtendedPrice: 456, - Freight: 71.64 - }), - new InvoicesWorldDataItem( - { - ShipName: `Die Wandernde Kuh`, - ShipAddress: `Adenauerallee 900`, - ShipCity: `Stuttgart`, - ShipRegion: null, - ShipPostalCode: `70563`, - ShipCountry: `Germany`, - CustomerID: `WANDK`, - CustomerName: `Die Wandernde Kuh`, - Address: `Adenauerallee 900`, - City: `Stuttgart`, - Region: null, - PostalCode: 70563, - Country: `Germany`, - Salesperson: `Laura Callahan`, - OrderID: 11046, - OrderDate: `2016-04-13T21:00:00.000Z`, - ShipperName: `United Package`, - ProductID: 35, - ProductName: `Steeleye Stout`, - UnitPrice: 18, - Quantity: 18, - Discontinued: true, - ExtendedPrice: 307.8, - Freight: 71.64 - }), - new InvoicesWorldDataItem( - { - ShipName: `Die Wandernde Kuh`, - ShipAddress: `Adenauerallee 900`, - ShipCity: `Stuttgart`, - ShipRegion: null, - ShipPostalCode: `70563`, - ShipCountry: `Germany`, - CustomerID: `WANDK`, - CustomerName: `Die Wandernde Kuh`, - Address: `Adenauerallee 900`, - City: `Stuttgart`, - Region: null, - PostalCode: 70563, - Country: `Germany`, - Salesperson: `Nancy Davolio`, - OrderID: 10668, - OrderDate: `2016-04-13T21:00:00.000Z`, - ShipperName: `United Package`, - ProductID: 31, - ProductName: `Gorgonzola Telino`, - UnitPrice: 12.5, - Quantity: 8, - Discontinued: true, - ExtendedPrice: 90, - Freight: 47.22 - }), - new InvoicesWorldDataItem( - { - ShipName: `Die Wandernde Kuh`, - ShipAddress: `Adenauerallee 900`, - ShipCity: `Stuttgart`, - ShipRegion: null, - ShipPostalCode: `70563`, - ShipCountry: `Germany`, - CustomerID: `WANDK`, - CustomerName: `Die Wandernde Kuh`, - Address: `Adenauerallee 900`, - City: `Stuttgart`, - Region: null, - PostalCode: 70563, - Country: `Germany`, - Salesperson: `Nancy Davolio`, - OrderID: 10668, - OrderDate: `2016-04-13T21:00:00.000Z`, - ShipperName: `United Package`, - ProductID: 55, - ProductName: `Pâté chinois`, - UnitPrice: 24, - Quantity: 4, - Discontinued: true, - ExtendedPrice: 86.4, - Freight: 47.22 - }), - new InvoicesWorldDataItem( - { - ShipName: `Die Wandernde Kuh`, - ShipAddress: `Adenauerallee 900`, - ShipCity: `Stuttgart`, - ShipRegion: null, - ShipPostalCode: `70563`, - ShipCountry: `Germany`, - CustomerID: `WANDK`, - CustomerName: `Die Wandernde Kuh`, - Address: `Adenauerallee 900`, - City: `Stuttgart`, - Region: null, - PostalCode: 70563, - Country: `Germany`, - Salesperson: `Nancy Davolio`, - OrderID: 10668, - OrderDate: `2016-04-13T21:00:00.000Z`, - ShipperName: `United Package`, - ProductID: 64, - ProductName: `Wimmers gute Semmelknödel`, - UnitPrice: 33.25, - Quantity: 15, - Discontinued: true, - ExtendedPrice: 448.87, - Freight: 47.22 - }), - new InvoicesWorldDataItem( - { - ShipName: `Die Wandernde Kuh`, - ShipAddress: `Adenauerallee 900`, - ShipCity: `Stuttgart`, - ShipRegion: null, - ShipPostalCode: `70563`, - ShipCountry: `Germany`, - CustomerID: `WANDK`, - CustomerName: `Die Wandernde Kuh`, - Address: `Adenauerallee 900`, - City: `Stuttgart`, - Region: null, - PostalCode: 70563, - Country: `Germany`, - Salesperson: `Margaret Peacock`, - OrderID: 10348, - OrderDate: `2016-04-13T21:00:00.000Z`, - ShipperName: `United Package`, - ProductID: 1, - ProductName: `Chai`, - UnitPrice: 14.4, - Quantity: 15, - Discontinued: true, - ExtendedPrice: 183.6, - Freight: 0.78 - }), - new InvoicesWorldDataItem( - { - ShipName: `Die Wandernde Kuh`, - ShipAddress: `Adenauerallee 900`, - ShipCity: `Stuttgart`, - ShipRegion: null, - ShipPostalCode: `70563`, - ShipCountry: `Germany`, - CustomerID: `WANDK`, - CustomerName: `Die Wandernde Kuh`, - Address: `Adenauerallee 900`, - City: `Stuttgart`, - Region: null, - PostalCode: 70563, - Country: `Germany`, - Salesperson: `Robert King`, - OrderID: 10513, - OrderDate: `2016-04-13T21:00:00.000Z`, - ShipperName: `Speedy Express`, - ProductID: 21, - ProductName: `Sir Rodney's Scones`, - UnitPrice: 10, - Quantity: 40, - Discontinued: true, - ExtendedPrice: 320, - Freight: 105.65 - }), - new InvoicesWorldDataItem( - { - ShipName: `Die Wandernde Kuh`, - ShipAddress: `Adenauerallee 900`, - ShipCity: `Stuttgart`, - ShipRegion: null, - ShipPostalCode: `70563`, - ShipCountry: `Germany`, - CustomerID: `WANDK`, - CustomerName: `Die Wandernde Kuh`, - Address: `Adenauerallee 900`, - City: `Stuttgart`, - Region: null, - PostalCode: 70563, - Country: `Germany`, - Salesperson: `Robert King`, - OrderID: 10513, - OrderDate: `2016-04-13T21:00:00.000Z`, - ShipperName: `Speedy Express`, - ProductID: 32, - ProductName: `Mascarpone Fabioli`, - UnitPrice: 32, - Quantity: 50, - Discontinued: true, - ExtendedPrice: 1280, - Freight: 105.65 - }), - new InvoicesWorldDataItem( - { - ShipName: `Die Wandernde Kuh`, - ShipAddress: `Adenauerallee 900`, - ShipCity: `Stuttgart`, - ShipRegion: null, - ShipPostalCode: `70563`, - ShipCountry: `Germany`, - CustomerID: `WANDK`, - CustomerName: `Die Wandernde Kuh`, - Address: `Adenauerallee 900`, - City: `Stuttgart`, - Region: null, - PostalCode: 70563, - Country: `Germany`, - Salesperson: `Robert King`, - OrderID: 10513, - OrderDate: `2016-04-13T21:00:00.000Z`, - ShipperName: `Speedy Express`, - ProductID: 61, - ProductName: `Sirop d'érable`, - UnitPrice: 28.5, - Quantity: 15, - Discontinued: true, - ExtendedPrice: 342, - Freight: 105.65 - }), - new InvoicesWorldDataItem( - { - ShipName: `Die Wandernde Kuh`, - ShipAddress: `Adenauerallee 900`, - ShipCity: `Stuttgart`, - ShipRegion: null, - ShipPostalCode: `70563`, - ShipCountry: `Germany`, - CustomerID: `WANDK`, - CustomerName: `Die Wandernde Kuh`, - Address: `Adenauerallee 900`, - City: `Stuttgart`, - Region: null, - PostalCode: 70563, - Country: `Germany`, - Salesperson: `Margaret Peacock`, - OrderID: 10640, - OrderDate: `2017-04-13T21:00:00.000Z`, - ShipperName: `Speedy Express`, - ProductID: 69, - ProductName: `Gudbrandsdalsost`, - UnitPrice: 36, - Quantity: 20, - Discontinued: true, - ExtendedPrice: 540, - Freight: 23.55 - }), - new InvoicesWorldDataItem( - { - ShipName: `Die Wandernde Kuh`, - ShipAddress: `Adenauerallee 900`, - ShipCity: `Stuttgart`, - ShipRegion: null, - ShipPostalCode: `70563`, - ShipCountry: `Germany`, - CustomerID: `WANDK`, - CustomerName: `Die Wandernde Kuh`, - Address: `Adenauerallee 900`, - City: `Stuttgart`, - Region: null, - PostalCode: 70563, - Country: `Germany`, - Salesperson: `Margaret Peacock`, - OrderID: 10640, - OrderDate: `2016-04-13T21:00:00.000Z`, - ShipperName: `Speedy Express`, - ProductID: 70, - ProductName: `Outback Lager`, - UnitPrice: 15, - Quantity: 15, - Discontinued: true, - ExtendedPrice: 168.75, - Freight: 23.55 - }), - new InvoicesWorldDataItem( - { - ShipName: `Die Wandernde Kuh`, - ShipAddress: `Adenauerallee 900`, - ShipCity: `Stuttgart`, - ShipRegion: null, - ShipPostalCode: `70563`, - ShipCountry: `Germany`, - CustomerID: `WANDK`, - CustomerName: `Die Wandernde Kuh`, - Address: `Adenauerallee 900`, - City: `Stuttgart`, - Region: null, - PostalCode: 70563, - Country: `Germany`, - Salesperson: `Laura Callahan`, - OrderID: 10651, - OrderDate: `2016-04-13T21:00:00.000Z`, - ShipperName: `United Package`, - ProductID: 19, - ProductName: `Teatime Chocolate Biscuits`, - UnitPrice: 9.2, - Quantity: 12, - Discontinued: true, - ExtendedPrice: 82.8, - Freight: 20.6 - }), - new InvoicesWorldDataItem( - { - ShipName: `Die Wandernde Kuh`, - ShipAddress: `Adenauerallee 900`, - ShipCity: `Stuttgart`, - ShipRegion: null, - ShipPostalCode: `70563`, - ShipCountry: `Germany`, - CustomerID: `WANDK`, - CustomerName: `Die Wandernde Kuh`, - Address: `Adenauerallee 900`, - City: `Stuttgart`, - Region: null, - PostalCode: 70563, - Country: `Germany`, - Salesperson: `Laura Callahan`, - OrderID: 10651, - OrderDate: `2016-04-13T21:00:00.000Z`, - ShipperName: `United Package`, - ProductID: 22, - ProductName: `Gustaf's Knäckebröd`, - UnitPrice: 21, - Quantity: 20, - Discontinued: true, - ExtendedPrice: 315, - Freight: 20.6 - }), - new InvoicesWorldDataItem( - { - ShipName: `Drachenblut Delikatessen`, - ShipAddress: `Walserweg 21`, - ShipCity: `Aachen`, - ShipRegion: null, - ShipPostalCode: `52066`, - ShipCountry: `Germany`, - CustomerID: `DRACD`, - CustomerName: `Drachenblut Delikatessen`, - Address: `Walserweg 21`, - City: `Aachen`, - Region: null, - PostalCode: 52066, - Country: `Germany`, - Salesperson: `Margaret Peacock`, - OrderID: 10363, - OrderDate: `2016-04-13T21:00:00.000Z`, - ShipperName: `Federal Shipping`, - ProductID: 31, - ProductName: `Gorgonzola Telino`, - UnitPrice: 10, - Quantity: 20, - Discontinued: false, - ExtendedPrice: 200, - Freight: 30.54 - }), - new InvoicesWorldDataItem( - { - ShipName: `Drachenblut Delikatessen`, - ShipAddress: `Walserweg 21`, - ShipCity: `Aachen`, - ShipRegion: null, - ShipPostalCode: `52066`, - ShipCountry: `Germany`, - CustomerID: `DRACD`, - CustomerName: `Drachenblut Delikatessen`, - Address: `Walserweg 21`, - City: `Aachen`, - Region: null, - PostalCode: 52066, - Country: `Germany`, - Salesperson: `Margaret Peacock`, - OrderID: 10363, - OrderDate: `2016-12-03T22:00:00.000Z`, - ShipperName: `Federal Shipping`, - ProductID: 75, - ProductName: `Rhönbräu Klosterbier`, - UnitPrice: 6.2, - Quantity: 12, - Discontinued: false, - ExtendedPrice: 74.4, - Freight: 30.54 - }), - new InvoicesWorldDataItem( - { - ShipName: `Drachenblut Delikatessen`, - ShipAddress: `Walserweg 21`, - ShipCity: `Aachen`, - ShipRegion: null, - ShipPostalCode: `52066`, - ShipCountry: `Germany`, - CustomerID: `DRACD`, - CustomerName: `Drachenblut Delikatessen`, - Address: `Walserweg 21`, - City: `Aachen`, - Region: null, - PostalCode: 52066, - Country: `Germany`, - Salesperson: `Margaret Peacock`, - OrderID: 10363, - OrderDate: `2016-02-07T22:00:00.000Z`, - ShipperName: `Federal Shipping`, - ProductID: 76, - ProductName: `Lakkalikööri`, - UnitPrice: 14.4, - Quantity: 12, - Discontinued: false, - ExtendedPrice: 172.8, - Freight: 30.54 - }), - new InvoicesWorldDataItem( - { - ShipName: `Drachenblut Delikatessen`, - ShipAddress: `Walserweg 21`, - ShipCity: `Aachen`, - ShipRegion: null, - ShipPostalCode: `52066`, - ShipCountry: `Germany`, - CustomerID: `DRACD`, - CustomerName: `Drachenblut Delikatessen`, - Address: `Walserweg 21`, - City: `Aachen`, - Region: null, - PostalCode: 52066, - Country: `Germany`, - Salesperson: `Janet Leverling`, - OrderID: 10391, - OrderDate: `2017-04-13T21:00:00.000Z`, - ShipperName: `Federal Shipping`, - ProductID: 13, - ProductName: `Konbu`, - UnitPrice: 4.8, - Quantity: 18, - Discontinued: false, - ExtendedPrice: 86.4, - Freight: 5.45 - }), - new InvoicesWorldDataItem( - { - ShipName: `Drachenblut Delikatessen`, - ShipAddress: `Walserweg 21`, - ShipCity: `Aachen`, - ShipRegion: null, - ShipPostalCode: `52066`, - ShipCountry: `Germany`, - CustomerID: `DRACD`, - CustomerName: `Drachenblut Delikatessen`, - Address: `Walserweg 21`, - City: `Aachen`, - Region: null, - PostalCode: 52066, - Country: `Germany`, - Salesperson: `Robert King`, - OrderID: 10797, - OrderDate: `2016-04-13T21:00:00.000Z`, - ShipperName: `United Package`, - ProductID: 11, - ProductName: `Queso Cabrales`, - UnitPrice: 21, - Quantity: 20, - Discontinued: false, - ExtendedPrice: 420, - Freight: 33.35 - }), - new InvoicesWorldDataItem( - { - ShipName: `Drachenblut Delikatessen`, - ShipAddress: `Walserweg 21`, - ShipCity: `Aachen`, - ShipRegion: null, - ShipPostalCode: `52066`, - ShipCountry: `Germany`, - CustomerID: `DRACD`, - CustomerName: `Drachenblut Delikatessen`, - Address: `Walserweg 21`, - City: `Aachen`, - Region: null, - PostalCode: 52066, - Country: `Germany`, - Salesperson: `Nancy Davolio`, - OrderID: 11067, - OrderDate: `2016-04-13T21:00:00.000Z`, - ShipperName: `United Package`, - ProductID: 41, - ProductName: `Jack's New England Clam Chowder`, - UnitPrice: 9.65, - Quantity: 9, - Discontinued: false, - ExtendedPrice: 86.85, - Freight: 7.98 - }), - new InvoicesWorldDataItem( - { - ShipName: `Du monde entier`, - ShipAddress: `67, rue des Cinquante Otages`, - ShipCity: `Nantes`, - ShipRegion: null, - ShipPostalCode: `44000`, - ShipCountry: `France`, - CustomerID: `DUMON`, - CustomerName: `Du monde entier`, - Address: `67, rue des Cinquante Otages`, - City: `Nantes`, - Region: null, - PostalCode: 44000, - Country: `France`, - Salesperson: `Nancy Davolio`, - OrderID: 10311, - OrderDate: `2016-08-13T21:00:00.000Z`, - ShipperName: `Federal Shipping`, - ProductID: 42, - ProductName: `Singaporean Hokkien Fried Mee`, - UnitPrice: 11.2, - Quantity: 6, - Discontinued: false, - ExtendedPrice: 67.2, - Freight: 24.69 - }), - new InvoicesWorldDataItem( - { - ShipName: `Du monde entier`, - ShipAddress: `67, rue des Cinquante Otages`, - ShipCity: `Nantes`, - ShipRegion: null, - ShipPostalCode: `44000`, - ShipCountry: `France`, - CustomerID: `DUMON`, - CustomerName: `Du monde entier`, - Address: `67, rue des Cinquante Otages`, - City: `Nantes`, - Region: null, - PostalCode: 44000, - Country: `France`, - Salesperson: `Nancy Davolio`, - OrderID: 10311, - OrderDate: `2017-04-13T21:00:00.000Z`, - ShipperName: `Federal Shipping`, - ProductID: 69, - ProductName: `Gudbrandsdalsost`, - UnitPrice: 28.8, - Quantity: 7, - Discontinued: false, - ExtendedPrice: 201.6, - Freight: 24.69 - }), - new InvoicesWorldDataItem( - { - ShipName: `Du monde entier`, - ShipAddress: `67, rue des Cinquante Otages`, - ShipCity: `Nantes`, - ShipRegion: null, - ShipPostalCode: `44000`, - ShipCountry: `France`, - CustomerID: `DUMON`, - CustomerName: `Du monde entier`, - Address: `67, rue des Cinquante Otages`, - City: `Nantes`, - Region: null, - PostalCode: 44000, - Country: `France`, - Salesperson: `Robert King`, - OrderID: 10609, - OrderDate: `2016-06-13T21:00:00.000Z`, - ShipperName: `United Package`, - ProductID: 1, - ProductName: `Chai`, - UnitPrice: 18, - Quantity: 3, - Discontinued: false, - ExtendedPrice: 54, - Freight: 1.85 - }), - new InvoicesWorldDataItem( - { - ShipName: `Du monde entier`, - ShipAddress: `67, rue des Cinquante Otages`, - ShipCity: `Nantes`, - ShipRegion: null, - ShipPostalCode: `44000`, - ShipCountry: `France`, - CustomerID: `DUMON`, - CustomerName: `Du monde entier`, - Address: `67, rue des Cinquante Otages`, - City: `Nantes`, - Region: null, - PostalCode: 44000, - Country: `France`, - Salesperson: `Robert King`, - OrderID: 10609, - OrderDate: `2015-04-13T21:00:00.000Z`, - ShipperName: `United Package`, - ProductID: 10, - ProductName: `Ikura`, - UnitPrice: 31, - Quantity: 10, - Discontinued: false, - ExtendedPrice: 310, - Freight: 1.85 - }), - new InvoicesWorldDataItem( - { - ShipName: `Du monde entier`, - ShipAddress: `67, rue des Cinquante Otages`, - ShipCity: `Nantes`, - ShipRegion: null, - ShipPostalCode: `44000`, - ShipCountry: `France`, - CustomerID: `DUMON`, - CustomerName: `Du monde entier`, - Address: `67, rue des Cinquante Otages`, - City: `Nantes`, - Region: null, - PostalCode: 44000, - Country: `France`, - Salesperson: `Robert King`, - OrderID: 10609, - OrderDate: `2016-04-13T21:00:00.000Z`, - ShipperName: `United Package`, - ProductID: 21, - ProductName: `Sir Rodney's Scones`, - UnitPrice: 10, - Quantity: 6, - Discontinued: false, - ExtendedPrice: 60, - Freight: 1.85 - }), - new InvoicesWorldDataItem( - { - ShipName: `Du monde entier`, - ShipAddress: `67, rue des Cinquante Otages`, - ShipCity: `Nantes`, - ShipRegion: null, - ShipPostalCode: `44000`, - ShipCountry: `France`, - CustomerID: `DUMON`, - CustomerName: `Du monde entier`, - Address: `67, rue des Cinquante Otages`, - City: `Nantes`, - Region: null, - PostalCode: 44000, - Country: `France`, - Salesperson: `Andrew Fuller`, - OrderID: 10683, - OrderDate: `2017-04-13T21:00:00.000Z`, - ShipperName: `Speedy Express`, - ProductID: 52, - ProductName: `Filo Mix`, - UnitPrice: 7, - Quantity: 9, - Discontinued: false, - ExtendedPrice: 63, - Freight: 4.4 - }), - new InvoicesWorldDataItem( - { - ShipName: `Du monde entier`, - ShipAddress: `67, rue des Cinquante Otages`, - ShipCity: `Nantes`, - ShipRegion: null, - ShipPostalCode: `44000`, - ShipCountry: `France`, - CustomerID: `DUMON`, - CustomerName: `Du monde entier`, - Address: `67, rue des Cinquante Otages`, - City: `Nantes`, - Region: null, - PostalCode: 44000, - Country: `France`, - Salesperson: `Robert King`, - OrderID: 10890, - OrderDate: `2016-04-13T21:00:00.000Z`, - ShipperName: `Speedy Express`, - ProductID: 17, - ProductName: `Alice Mutton`, - UnitPrice: 39, - Quantity: 15, - Discontinued: false, - ExtendedPrice: 585, - Freight: 32.76 - }), - new InvoicesWorldDataItem( - { - ShipName: `Du monde entier`, - ShipAddress: `67, rue des Cinquante Otages`, - ShipCity: `Nantes`, - ShipRegion: null, - ShipPostalCode: `44000`, - ShipCountry: `France`, - CustomerID: `DUMON`, - CustomerName: `Du monde entier`, - Address: `67, rue des Cinquante Otages`, - City: `Nantes`, - Region: null, - PostalCode: 44000, - Country: `France`, - Salesperson: `Robert King`, - OrderID: 10890, - OrderDate: `2016-04-13T21:00:00.000Z`, - ShipperName: `Speedy Express`, - ProductID: 34, - ProductName: `Sasquatch Ale`, - UnitPrice: 14, - Quantity: 10, - Discontinued: false, - ExtendedPrice: 140, - Freight: 32.76 - }), - new InvoicesWorldDataItem( - { - ShipName: `Du monde entier`, - ShipAddress: `67, rue des Cinquante Otages`, - ShipCity: `Nantes`, - ShipRegion: null, - ShipPostalCode: `44000`, - ShipCountry: `France`, - CustomerID: `DUMON`, - CustomerName: `Du monde entier`, - Address: `67, rue des Cinquante Otages`, - City: `Nantes`, - Region: null, - PostalCode: 44000, - Country: `France`, - Salesperson: `Robert King`, - OrderID: 10890, - OrderDate: `2016-02-13T22:00:00.000Z`, - ShipperName: `Speedy Express`, - ProductID: 41, - ProductName: `Jack's New England Clam Chowder`, - UnitPrice: 9.65, - Quantity: 14, - Discontinued: false, - ExtendedPrice: 135.1, - Freight: 32.76 - }), - new InvoicesWorldDataItem( - { - ShipName: `Eastern Connection`, - ShipAddress: `35 King George`, - ShipCity: `London`, - ShipRegion: null, - ShipPostalCode: `WX3 6FW`, - ShipCountry: `UK`, - CustomerID: `EASTC`, - CustomerName: `Eastern Connection`, - Address: `35 King George`, - City: `London`, - Region: null, - PostalCode: 18000, - Country: `UK`, - Salesperson: `Nancy Davolio`, - OrderID: 10364, - OrderDate: `2017-04-13T21:00:00.000Z`, - ShipperName: `Speedy Express`, - ProductID: 69, - ProductName: `Gudbrandsdalsost`, - UnitPrice: 28.8, - Quantity: 30, - Discontinued: false, - ExtendedPrice: 864, - Freight: 71.97 - }), - new InvoicesWorldDataItem( - { - ShipName: `Eastern Connection`, - ShipAddress: `35 King George`, - ShipCity: `London`, - ShipRegion: null, - ShipPostalCode: `WX3 6FW`, - ShipCountry: `UK`, - CustomerID: `EASTC`, - CustomerName: `Eastern Connection`, - Address: `35 King George`, - City: `London`, - Region: null, - PostalCode: 10000, - Country: `UK`, - Salesperson: `Nancy Davolio`, - OrderID: 10364, - OrderDate: `2016-04-03T21:00:00.000Z`, - ShipperName: `Speedy Express`, - ProductID: 71, - ProductName: `Flotemysost`, - UnitPrice: 17.2, - Quantity: 5, - Discontinued: false, - ExtendedPrice: 86, - Freight: 71.97 - }), - new InvoicesWorldDataItem( - { - ShipName: `Eastern Connection`, - ShipAddress: `35 King George`, - ShipCity: `London`, - ShipRegion: null, - ShipPostalCode: `WX3 6FW`, - ShipCountry: `UK`, - CustomerID: `EASTC`, - CustomerName: `Eastern Connection`, - Address: `35 King George`, - City: `London`, - Region: null, - PostalCode: 15000, - Country: `UK`, - Salesperson: `Nancy Davolio`, - OrderID: 10400, - OrderDate: `2016-03-11T22:00:00.000Z`, - ShipperName: `Federal Shipping`, - ProductID: 29, - ProductName: `Thüringer Rostbratwurst`, - UnitPrice: 99, - Quantity: 21, - Discontinued: false, - ExtendedPrice: 2079, - Freight: 83.93 - }), - new InvoicesWorldDataItem( - { - ShipName: `Eastern Connection`, - ShipAddress: `35 King George`, - ShipCity: `London`, - ShipRegion: null, - ShipPostalCode: `WX3 6FW`, - ShipCountry: `UK`, - CustomerID: `EASTC`, - CustomerName: `Eastern Connection`, - Address: `35 King George`, - City: `London`, - Region: null, - PostalCode: 45000, - Country: `UK`, - Salesperson: `Nancy Davolio`, - OrderID: 10400, - OrderDate: `2017-04-13T21:00:00.000Z`, - ShipperName: `Federal Shipping`, - ProductID: 35, - ProductName: `Steeleye Stout`, - UnitPrice: 14.4, - Quantity: 35, - Discontinued: false, - ExtendedPrice: 504, - Freight: 83.93 - }), - new InvoicesWorldDataItem( - { - ShipName: `Eastern Connection`, - ShipAddress: `35 King George`, - ShipCity: `London`, - ShipRegion: null, - ShipPostalCode: `WX3 6FW`, - ShipCountry: `UK`, - CustomerID: `EASTC`, - CustomerName: `Eastern Connection`, - Address: `35 King George`, - City: `London`, - Region: null, - PostalCode: 27000, - Country: `UK`, - Salesperson: `Nancy Davolio`, - OrderID: 10400, - OrderDate: `2016-12-31T22:00:00.000Z`, - ShipperName: `Federal Shipping`, - ProductID: 49, - ProductName: `Maxilaku`, - UnitPrice: 16, - Quantity: 30, - Discontinued: false, - ExtendedPrice: 480, - Freight: 83.93 - }), - new InvoicesWorldDataItem( - { - ShipName: `Eastern Connection`, - ShipAddress: `35 King George`, - ShipCity: `London`, - ShipRegion: null, - ShipPostalCode: `WX3 6FW`, - ShipCountry: `UK`, - CustomerID: `EASTC`, - CustomerName: `Eastern Connection`, - Address: `35 King George`, - City: `London`, - Region: null, - PostalCode: 41000, - Country: `UK`, - Salesperson: `Robert King`, - OrderID: 10532, - OrderDate: `2017-04-21T21:00:00.000Z`, - ShipperName: `Federal Shipping`, - ProductID: 30, - ProductName: `Nord-Ost Matjeshering`, - UnitPrice: 25.89, - Quantity: 15, - Discontinued: false, - ExtendedPrice: 388.35, - Freight: 74.46 - }), - new InvoicesWorldDataItem( - { - ShipName: `Eastern Connection`, - ShipAddress: `35 King George`, - ShipCity: `London`, - ShipRegion: null, - ShipPostalCode: `WX3 6FW`, - ShipCountry: `UK`, - CustomerID: `EASTC`, - CustomerName: `Eastern Connection`, - Address: `35 King George`, - City: `London`, - Region: null, - PostalCode: 48000, - Country: `UK`, - Salesperson: `Robert King`, - OrderID: 10532, - OrderDate: `2017-09-24T21:00:00.000Z`, - ShipperName: `Federal Shipping`, - ProductID: 66, - ProductName: `Louisiana Hot Spiced Okra`, - UnitPrice: 17, - Quantity: 24, - Discontinued: false, - ExtendedPrice: 408, - Freight: 74.46 - }), - new InvoicesWorldDataItem( - { - ShipName: `Eastern Connection`, - ShipAddress: `35 King George`, - ShipCity: `London`, - ShipRegion: null, - ShipPostalCode: `WX3 6FW`, - ShipCountry: `UK`, - CustomerID: `EASTC`, - CustomerName: `Eastern Connection`, - Address: `35 King George`, - City: `London`, - Region: null, - PostalCode: 49000, - Country: `UK`, - Salesperson: `Margaret Peacock`, - OrderID: 10726, - OrderDate: `2015-04-23T21:00:00.000Z`, - ShipperName: `Speedy Express`, - ProductID: 4, - ProductName: `Chef Anton's Cajun Seasoning`, - UnitPrice: 22, - Quantity: 25, - Discontinued: false, - ExtendedPrice: 550, - Freight: 16.56 - }), - new InvoicesWorldDataItem( - { - ShipName: `Eastern Connection`, - ShipAddress: `35 King George`, - ShipCity: `London`, - ShipRegion: null, - ShipPostalCode: `WX3 6FW`, - ShipCountry: `UK`, - CustomerID: `EASTC`, - CustomerName: `Eastern Connection`, - Address: `35 King George`, - City: `London`, - Region: null, - PostalCode: 13000, - Country: `UK`, - Salesperson: `Margaret Peacock`, - OrderID: 10726, - OrderDate: `2017-03-10T22:00:00.000Z`, - ShipperName: `Speedy Express`, - ProductID: 11, - ProductName: `Queso Cabrales`, - UnitPrice: 21, - Quantity: 5, - Discontinued: false, - ExtendedPrice: 105, - Freight: 16.56 - }), - new InvoicesWorldDataItem( - { - ShipName: `Eastern Connection`, - ShipAddress: `35 King George`, - ShipCity: `London`, - ShipRegion: null, - ShipPostalCode: `WX3 6FW`, - ShipCountry: `UK`, - CustomerID: `EASTC`, - CustomerName: `Eastern Connection`, - Address: `35 King George`, - City: `London`, - Region: null, - PostalCode: 16000, - Country: `UK`, - Salesperson: `Laura Callahan`, - OrderID: 10987, - OrderDate: `2016-04-13T21:00:00.000Z`, - ShipperName: `Speedy Express`, - ProductID: 7, - ProductName: `Uncle Bob's Organic Dried Pears`, - UnitPrice: 30, - Quantity: 60, - Discontinued: false, - ExtendedPrice: 1800, - Freight: 185.48 - }), - new InvoicesWorldDataItem( - { - ShipName: `Eastern Connection`, - ShipAddress: `35 King George`, - ShipCity: `London`, - ShipRegion: null, - ShipPostalCode: `WX3 6FW`, - ShipCountry: `UK`, - CustomerID: `EASTC`, - CustomerName: `Eastern Connection`, - Address: `35 King George`, - City: `London`, - Region: null, - PostalCode: 43000, - Country: `UK`, - Salesperson: `Laura Callahan`, - OrderID: 10987, - OrderDate: `2017-01-23T22:00:00.000Z`, - ShipperName: `Speedy Express`, - ProductID: 43, - ProductName: `Ipoh Coffee`, - UnitPrice: 46, - Quantity: 6, - Discontinued: false, - ExtendedPrice: 276, - Freight: 185.48 - }), - new InvoicesWorldDataItem( - { - ShipName: `Eastern Connection`, - ShipAddress: `35 King George`, - ShipCity: `London`, - ShipRegion: null, - ShipPostalCode: `WX3 6FW`, - ShipCountry: `UK`, - CustomerID: `EASTC`, - CustomerName: `Eastern Connection`, - Address: `35 King George`, - City: `London`, - Region: null, - PostalCode: 49000, - Country: `UK`, - Salesperson: `Laura Callahan`, - OrderID: 10987, - OrderDate: `2017-03-30T21:00:00.000Z`, - ShipperName: `Speedy Express`, - ProductID: 72, - ProductName: `Mozzarella di Giovanni`, - UnitPrice: 34.8, - Quantity: 20, - Discontinued: false, - ExtendedPrice: 696, - Freight: 185.48 - }), - new InvoicesWorldDataItem( - { - ShipName: `Eastern Connection`, - ShipAddress: `35 King George`, - ShipCity: `London`, - ShipRegion: null, - ShipPostalCode: `WX3 6FW`, - ShipCountry: `UK`, - CustomerID: `EASTC`, - CustomerName: `Eastern Connection`, - Address: `35 King George`, - City: `London`, - Region: null, - PostalCode: 40000, - Country: `UK`, - Salesperson: `Margaret Peacock`, - OrderID: 11024, - OrderDate: `2018-04-14T21:00:00.000Z`, - ShipperName: `Speedy Express`, - ProductID: 26, - ProductName: `Gumbär Gummibärchen`, - UnitPrice: 31.23, - Quantity: 12, - Discontinued: false, - ExtendedPrice: 374.76, - Freight: 74.36 - }), - new InvoicesWorldDataItem( - { - ShipName: `Eastern Connection`, - ShipAddress: `35 King George`, - ShipCity: `London`, - ShipRegion: null, - ShipPostalCode: `WX3 6FW`, - ShipCountry: `UK`, - CustomerID: `EASTC`, - CustomerName: `Eastern Connection`, - Address: `35 King George`, - City: `London`, - Region: null, - PostalCode: 50000, - Country: `UK`, - Salesperson: `Margaret Peacock`, - OrderID: 11024, - OrderDate: `2017-05-16T21:00:00.000Z`, - ShipperName: `Speedy Express`, - ProductID: 33, - ProductName: `Geitost`, - UnitPrice: 2.5, - Quantity: 30, - Discontinued: false, - ExtendedPrice: 75, - Freight: 74.36 - }), - new InvoicesWorldDataItem( - { - ShipName: `Eastern Connection`, - ShipAddress: `35 King George`, - ShipCity: `London`, - ShipRegion: null, - ShipPostalCode: `WX3 6FW`, - ShipCountry: `UK`, - CustomerID: `EASTC`, - CustomerName: `Eastern Connection`, - Address: `35 King George`, - City: `London`, - Region: null, - PostalCode: 33000, - Country: `UK`, - Salesperson: `Margaret Peacock`, - OrderID: 11024, - OrderDate: `2016-04-23T21:00:00.000Z`, - ShipperName: `Speedy Express`, - ProductID: 65, - ProductName: `Louisiana Fiery Hot Pepper Sauce`, - UnitPrice: 21.05, - Quantity: 21, - Discontinued: false, - ExtendedPrice: 442.05, - Freight: 74.36 - }), - new InvoicesWorldDataItem( - { - ShipName: `Eastern Connection`, - ShipAddress: `35 King George`, - ShipCity: `London`, - ShipRegion: null, - ShipPostalCode: `WX3 6FW`, - ShipCountry: `UK`, - CustomerID: `EASTC`, - CustomerName: `Eastern Connection`, - Address: `35 King George`, - City: `London`, - Region: null, - PostalCode: 34000, - Country: `UK`, - Salesperson: `Margaret Peacock`, - OrderID: 11024, - OrderDate: `2017-06-23T21:00:00.000Z`, - ShipperName: `Speedy Express`, - ProductID: 71, - ProductName: `Flotemysost`, - UnitPrice: 21.5, - Quantity: 50, - Discontinued: false, - ExtendedPrice: 1075, - Freight: 74.36 - }), - new InvoicesWorldDataItem( - { - ShipName: `Eastern Connection`, - ShipAddress: `35 King George`, - ShipCity: `London`, - ShipRegion: null, - ShipPostalCode: `WX3 6FW`, - ShipCountry: `UK`, - CustomerID: `EASTC`, - CustomerName: `Eastern Connection`, - Address: `35 King George`, - City: `London`, - Region: null, - PostalCode: 19000, - Country: `UK`, - Salesperson: `Laura Callahan`, - OrderID: 11056, - OrderDate: `2017-04-23T21:00:00.000Z`, - ShipperName: `United Package`, - ProductID: 7, - ProductName: `Uncle Bob's Organic Dried Pears`, - UnitPrice: 30, - Quantity: 40, - Discontinued: false, - ExtendedPrice: 1200, - Freight: 278.96 - }), - new InvoicesWorldDataItem( - { - ShipName: `Eastern Connection`, - ShipAddress: `35 King George`, - ShipCity: `London`, - ShipRegion: null, - ShipPostalCode: `WX3 6FW`, - ShipCountry: `UK`, - CustomerID: `EASTC`, - CustomerName: `Eastern Connection`, - Address: `35 King George`, - City: `London`, - Region: null, - PostalCode: 27000, - Country: `UK`, - Salesperson: `Laura Callahan`, - OrderID: 11056, - OrderDate: `2018-03-23T22:00:00.000Z`, - ShipperName: `United Package`, - ProductID: 55, - ProductName: `Pâté chinois`, - UnitPrice: 24, - Quantity: 35, - Discontinued: false, - ExtendedPrice: 840, - Freight: 278.96 - }), - new InvoicesWorldDataItem( - { - ShipName: `Eastern Connection`, - ShipAddress: `35 King George`, - ShipCity: `London`, - ShipRegion: null, - ShipPostalCode: `WX3 6FW`, - ShipCountry: `UK`, - CustomerID: `EASTC`, - CustomerName: `Eastern Connection`, - Address: `35 King George`, - City: `London`, - Region: null, - PostalCode: 24000, - Country: `UK`, - Salesperson: `Laura Callahan`, - OrderID: 11056, - OrderDate: `2018-04-27T21:00:00.000Z`, - ShipperName: `United Package`, - ProductID: 60, - ProductName: `Camembert Pierrot`, - UnitPrice: 34, - Quantity: 50, - Discontinued: false, - ExtendedPrice: 1700, - Freight: 278.96 - }), - new InvoicesWorldDataItem( - { - ShipName: `Eastern Connection`, - ShipAddress: `35 King George`, - ShipCity: `London`, - ShipRegion: null, - ShipPostalCode: `WX3 6FW`, - ShipCountry: `UK`, - CustomerID: `EASTC`, - CustomerName: `Eastern Connection`, - Address: `35 King George`, - City: `London`, - Region: null, - PostalCode: 42000, - Country: `UK`, - Salesperson: `Robert King`, - OrderID: 11047, - OrderDate: `2017-04-23T21:00:00.000Z`, - ShipperName: `Federal Shipping`, - ProductID: 1, - ProductName: `Chai`, - UnitPrice: 18, - Quantity: 25, - Discontinued: true, - ExtendedPrice: 337.5, - Freight: 46.62 - }), + new InvoicesWorldDataItem({ ShipName: `Alfred's Futterkiste`, ShipAddress: `Obere Str. 57`, ShipCity: `Berlin`, ShipRegion: null, ShipPostalCode: `12209`, ShipCountry: `Germany`, CustomerID: `ALFKI`, CustomerName: `Alfreds Futterkiste`, Address: `Obere Str. 57`, City: `Berlin`, Region: null, PostalCode: 12209, Country: `Germany`, Salesperson: `Margaret Peacock`, OrderID: 10692, OrderDate: `2016-11-22T22:00:00.000Z`, ShipperName: `United Package`, ProductID: 63, ProductName: `Vegie-spread`, UnitPrice: 43.9, Quantity: 20, Discontinued: false, ExtendedPrice: 878, Freight: 61.02 }), + new InvoicesWorldDataItem({ ShipName: `Alfred's Futterkiste`, ShipAddress: `Obere Str. 57`, ShipCity: `Berlin`, ShipRegion: null, ShipPostalCode: `12209`, ShipCountry: `Germany`, CustomerID: `ALFKI`, CustomerName: `Alfreds Futterkiste`, Address: `Obere Str. 57`, City: `Berlin`, Region: null, PostalCode: 12209, Country: `Germany`, Salesperson: `Margaret Peacock`, OrderID: 10702, OrderDate: `2016-11-22T22:00:00.000Z`, ShipperName: `Speedy Express`, ProductID: 3, ProductName: `Aniseed Syrup`, UnitPrice: 10, Quantity: 6, Discontinued: false, ExtendedPrice: 60, Freight: 23.94 }), + new InvoicesWorldDataItem({ ShipName: `Alfred's Futterkiste`, ShipAddress: `Obere Str. 57`, ShipCity: `Berlin`, ShipRegion: null, ShipPostalCode: `12209`, ShipCountry: `Germany`, CustomerID: `ALFKI`, CustomerName: `Alfreds Futterkiste`, Address: `Obere Str. 57`, City: `Berlin`, Region: null, PostalCode: 12209, Country: `Germany`, Salesperson: `Margaret Peacock`, OrderID: 10702, OrderDate: `2016-11-22T22:00:00.000Z`, ShipperName: `Speedy Express`, ProductID: 76, ProductName: `Lakkalikööri`, UnitPrice: 18, Quantity: 15, Discontinued: false, ExtendedPrice: 270, Freight: 23.94 }), + new InvoicesWorldDataItem({ ShipName: `Alfred's Futterkiste`, ShipAddress: `Obere Str. 57`, ShipCity: `Berlin`, ShipRegion: null, ShipPostalCode: `12209`, ShipCountry: `Germany`, CustomerID: `ALFKI`, CustomerName: `Alfreds Futterkiste`, Address: `Obere Str. 57`, City: `Berlin`, Region: null, PostalCode: 12209, Country: `Germany`, Salesperson: `Nancy Davolio`, OrderID: 10835, OrderDate: `2016-11-22T22:00:00.000Z`, ShipperName: `Federal Shipping`, ProductID: 59, ProductName: `Raclette Courdavault`, UnitPrice: 55, Quantity: 15, Discontinued: false, ExtendedPrice: 825, Freight: 69.53 }), + new InvoicesWorldDataItem({ ShipName: `Alfred's Futterkiste`, ShipAddress: `Obere Str. 57`, ShipCity: `Berlin`, ShipRegion: null, ShipPostalCode: `12209`, ShipCountry: `Germany`, CustomerID: `ALFKI`, CustomerName: `Alfreds Futterkiste`, Address: `Obere Str. 57`, City: `Berlin`, Region: null, PostalCode: 12209, Country: `Germany`, Salesperson: `Nancy Davolio`, OrderID: 10952, OrderDate: `2016-11-22T22:00:00.000Z`, ShipperName: `Speedy Express`, ProductID: 28, ProductName: `Rössle Sauerkraut`, UnitPrice: 45.6, Quantity: 2, Discontinued: true, ExtendedPrice: 91.2, Freight: 40.42 }), + new InvoicesWorldDataItem({ ShipName: `Alfred's Futterkiste`, ShipAddress: `Obere Str. 57`, ShipCity: `Berlin`, ShipRegion: null, ShipPostalCode: `12209`, ShipCountry: `Germany`, CustomerID: `ALFKI`, CustomerName: `Alfreds Futterkiste`, Address: `Obere Str. 57`, City: `Berlin`, Region: null, PostalCode: 12209, Country: `Germany`, Salesperson: `Janet Leverling`, OrderID: 11011, OrderDate: `2016-11-22T22:00:00.000Z`, ShipperName: `Speedy Express`, ProductID: 71, ProductName: `Flotemysost`, UnitPrice: 21.5, Quantity: 20, Discontinued: true, ExtendedPrice: 430, Freight: 1.21 }), + new InvoicesWorldDataItem({ ShipName: `Alfred's Futterkiste`, ShipAddress: `Obere Str. 57`, ShipCity: `Berlin`, ShipRegion: null, ShipPostalCode: `12209`, ShipCountry: `Germany`, CustomerID: `ALFKI`, CustomerName: `Alfreds Futterkiste`, Address: `Obere Str. 57`, City: `Berlin`, Region: null, PostalCode: 12209, Country: `Germany`, Salesperson: `Nancy Davolio`, OrderID: 10952, OrderDate: `2016-11-22T22:00:00.000Z`, ShipperName: `Speedy Express`, ProductID: 6, ProductName: `Grandma's Boysenberry Spread`, UnitPrice: 25, Quantity: 16, Discontinued: true, ExtendedPrice: 380, Freight: 40.42 }), + new InvoicesWorldDataItem({ ShipName: `Alfred's Futterkiste`, ShipAddress: `Obere Str. 57`, ShipCity: `Berlin`, ShipRegion: null, ShipPostalCode: `12209`, ShipCountry: `Germany`, CustomerID: `ALFKI`, CustomerName: `Alfreds Futterkiste`, Address: `Obere Str. 57`, City: `Berlin`, Region: null, PostalCode: 12209, Country: `Germany`, Salesperson: `Janet Leverling`, OrderID: 11011, OrderDate: `2016-11-22T22:00:00.000Z`, ShipperName: `Speedy Express`, ProductID: 58, ProductName: `Escargots de Bourgogne`, UnitPrice: 13.25, Quantity: 40, Discontinued: true, ExtendedPrice: 503.5, Freight: 1.21 }), + new InvoicesWorldDataItem({ ShipName: `Alfred's Futterkiste`, ShipAddress: `Obere Str. 57`, ShipCity: `Berlin`, ShipRegion: null, ShipPostalCode: `12209`, ShipCountry: `Germany`, CustomerID: `ALFKI`, CustomerName: `Alfreds Futterkiste`, Address: `Obere Str. 57`, City: `Berlin`, Region: null, PostalCode: 12209, Country: `Germany`, Salesperson: `Nancy Davolio`, OrderID: 10835, OrderDate: `2016-11-22T22:00:00.000Z`, ShipperName: `Federal Shipping`, ProductID: 77, ProductName: `Original Frankfurter grüne Soße`, UnitPrice: 13, Quantity: 2, Discontinued: true, ExtendedPrice: 20.8, Freight: 69.53 }), + new InvoicesWorldDataItem({ ShipName: `Alfreds Futterkiste`, ShipAddress: `Obere Str. 57`, ShipCity: `Berlin`, ShipRegion: null, ShipPostalCode: `12209`, ShipCountry: `Germany`, CustomerID: `ALFKI`, CustomerName: `Alfreds Futterkiste`, Address: `Obere Str. 57`, City: `Berlin`, Region: null, PostalCode: 12209, Country: `Germany`, Salesperson: `Michael Suyama`, OrderID: 10643, OrderDate: `2016-11-22T22:00:00.000Z`, ShipperName: `Speedy Express`, ProductID: 28, ProductName: `Rössle Sauerkraut`, UnitPrice: 45.6, Quantity: 15, Discontinued: true, ExtendedPrice: 513, Freight: 29.46 }), + new InvoicesWorldDataItem({ ShipName: `Alfreds Futterkiste`, ShipAddress: `Obere Str. 57`, ShipCity: `Berlin`, ShipRegion: null, ShipPostalCode: `12209`, ShipCountry: `Germany`, CustomerID: `ALFKI`, CustomerName: `Alfreds Futterkiste`, Address: `Obere Str. 57`, City: `Berlin`, Region: null, PostalCode: 12209, Country: `Germany`, Salesperson: `Michael Suyama`, OrderID: 10643, OrderDate: `2016-11-22T22:00:00.000Z`, ShipperName: `Speedy Express`, ProductID: 39, ProductName: `Chartreuse verte`, UnitPrice: 18, Quantity: 21, Discontinued: true, ExtendedPrice: 283.5, Freight: 29.46 }), + new InvoicesWorldDataItem({ ShipName: `Alfreds Futterkiste`, ShipAddress: `Obere Str. 57`, ShipCity: `Berlin`, ShipRegion: null, ShipPostalCode: `12209`, ShipCountry: `Germany`, CustomerID: `ALFKI`, CustomerName: `Alfreds Futterkiste`, Address: `Obere Str. 57`, City: `Berlin`, Region: null, PostalCode: 12209, Country: `Germany`, Salesperson: `Michael Suyama`, OrderID: 10643, OrderDate: `2016-11-22T22:00:00.000Z`, ShipperName: `Speedy Express`, ProductID: 46, ProductName: `Spegesild`, UnitPrice: 12, Quantity: 2, Discontinued: true, ExtendedPrice: 18, Freight: 29.46 }), + new InvoicesWorldDataItem({ ShipName: `Ana Trujillo Emparedados y helados`, ShipAddress: `Avda. de la Constitución 2222`, ShipCity: `México D.F.`, ShipRegion: null, ShipPostalCode: `05021`, ShipCountry: `Mexico`, CustomerID: `ANATR`, CustomerName: `Ana Trujillo Emparedados y helados`, Address: `Avda. de la Constitución 2222`, City: `México D.F.`, Region: null, PostalCode: 5021, Country: `Mexico`, Salesperson: `Robert King`, OrderID: 10308, OrderDate: `2016-11-22T22:00:00.000Z`, ShipperName: `Federal Shipping`, ProductID: 69, ProductName: `Gudbrandsdalsost`, UnitPrice: 28.8, Quantity: 1, Discontinued: false, ExtendedPrice: 28.8, Freight: 1.61 }), + new InvoicesWorldDataItem({ ShipName: `Ana Trujillo Emparedados y helados`, ShipAddress: `Avda. de la Constitución 2222`, ShipCity: `México D.F.`, ShipRegion: null, ShipPostalCode: `05021`, ShipCountry: `Mexico`, CustomerID: `ANATR`, CustomerName: `Ana Trujillo Emparedados y helados`, Address: `Avda. de la Constitución 2222`, City: `México D.F.`, Region: null, PostalCode: 5021, Country: `Mexico`, Salesperson: `Robert King`, OrderID: 10308, OrderDate: `2016-11-22T22:00:00.000Z`, ShipperName: `Federal Shipping`, ProductID: 70, ProductName: `Outback Lager`, UnitPrice: 12, Quantity: 5, Discontinued: false, ExtendedPrice: 60, Freight: 1.61 }), + new InvoicesWorldDataItem({ ShipName: `Ana Trujillo Emparedados y helados`, ShipAddress: `Avda. de la Constitución 2222`, ShipCity: `México D.F.`, ShipRegion: null, ShipPostalCode: `05021`, ShipCountry: `Mexico`, CustomerID: `ANATR`, CustomerName: `Ana Trujillo Emparedados y helados`, Address: `Avda. de la Constitución 2222`, City: `México D.F.`, Region: null, PostalCode: 5021, Country: `Mexico`, Salesperson: `Janet Leverling`, OrderID: 10625, OrderDate: `2016-11-22T22:00:00.000Z`, ShipperName: `Speedy Express`, ProductID: 14, ProductName: `Tofu`, UnitPrice: 23.25, Quantity: 3, Discontinued: false, ExtendedPrice: 69.75, Freight: 43.9 }), + new InvoicesWorldDataItem({ ShipName: `Ana Trujillo Emparedados y helados`, ShipAddress: `Avda. de la Constitución 2222`, ShipCity: `México D.F.`, ShipRegion: null, ShipPostalCode: `05021`, ShipCountry: `Mexico`, CustomerID: `ANATR`, CustomerName: `Ana Trujillo Emparedados y helados`, Address: `Avda. de la Constitución 2222`, City: `México D.F.`, Region: null, PostalCode: 5021, Country: `Mexico`, Salesperson: `Janet Leverling`, OrderID: 10625, OrderDate: `2016-11-22T22:00:00.000Z`, ShipperName: `Speedy Express`, ProductID: 42, ProductName: `Singaporean Hokkien Fried Mee`, UnitPrice: 14, Quantity: 5, Discontinued: false, ExtendedPrice: 70, Freight: 43.9 }), + new InvoicesWorldDataItem({ ShipName: `Ana Trujillo Emparedados y helados`, ShipAddress: `Avda. de la Constitución 2222`, ShipCity: `México D.F.`, ShipRegion: null, ShipPostalCode: `05021`, ShipCountry: `Mexico`, CustomerID: `ANATR`, CustomerName: `Ana Trujillo Emparedados y helados`, Address: `Avda. de la Constitución 2222`, City: `México D.F.`, Region: null, PostalCode: 5021, Country: `Mexico`, Salesperson: `Janet Leverling`, OrderID: 10625, OrderDate: `2016-11-22T22:00:00.000Z`, ShipperName: `Speedy Express`, ProductID: 60, ProductName: `Camembert Pierrot`, UnitPrice: 34, Quantity: 10, Discontinued: false, ExtendedPrice: 340, Freight: 43.9 }), + new InvoicesWorldDataItem({ ShipName: `Ana Trujillo Emparedados y helados`, ShipAddress: `Avda. de la Constitución 2222`, ShipCity: `México D.F.`, ShipRegion: null, ShipPostalCode: `05021`, ShipCountry: `Mexico`, CustomerID: `ANATR`, CustomerName: `Ana Trujillo Emparedados y helados`, Address: `Avda. de la Constitución 2222`, City: `México D.F.`, Region: null, PostalCode: 5021, Country: `Mexico`, Salesperson: `Janet Leverling`, OrderID: 10759, OrderDate: `2016-11-22T22:00:00.000Z`, ShipperName: `Federal Shipping`, ProductID: 32, ProductName: `Mascarpone Fabioli`, UnitPrice: 32, Quantity: 10, Discontinued: false, ExtendedPrice: 320, Freight: 11.99 }), + new InvoicesWorldDataItem({ ShipName: `Ana Trujillo Emparedados y helados`, ShipAddress: `Avda. de la Constitución 2222`, ShipCity: `México D.F.`, ShipRegion: null, ShipPostalCode: `05021`, ShipCountry: `Mexico`, CustomerID: `ANATR`, CustomerName: `Ana Trujillo Emparedados y helados`, Address: `Avda. de la Constitución 2222`, City: `México D.F.`, Region: null, PostalCode: 5021, Country: `Mexico`, Salesperson: `Margaret Peacock`, OrderID: 10926, OrderDate: `2016-11-22T22:00:00.000Z`, ShipperName: `Federal Shipping`, ProductID: 11, ProductName: `Queso Cabrales`, UnitPrice: 21, Quantity: 2, Discontinued: false, ExtendedPrice: 42, Freight: 39.92 }), + new InvoicesWorldDataItem({ ShipName: `Ana Trujillo Emparedados y helados`, ShipAddress: `Avda. de la Constitución 2222`, ShipCity: `México D.F.`, ShipRegion: null, ShipPostalCode: `05021`, ShipCountry: `Mexico`, CustomerID: `ANATR`, CustomerName: `Ana Trujillo Emparedados y helados`, Address: `Avda. de la Constitución 2222`, City: `México D.F.`, Region: null, PostalCode: 5021, Country: `Mexico`, Salesperson: `Margaret Peacock`, OrderID: 10926, OrderDate: `2016-11-22T22:00:00.000Z`, ShipperName: `Federal Shipping`, ProductID: 13, ProductName: `Konbu`, UnitPrice: 6, Quantity: 10, Discontinued: false, ExtendedPrice: 60, Freight: 39.92 }), + new InvoicesWorldDataItem({ ShipName: `Ana Trujillo Emparedados y helados`, ShipAddress: `Avda. de la Constitución 2222`, ShipCity: `México D.F.`, ShipRegion: null, ShipPostalCode: `05021`, ShipCountry: `Mexico`, CustomerID: `ANATR`, CustomerName: `Ana Trujillo Emparedados y helados`, Address: `Avda. de la Constitución 2222`, City: `México D.F.`, Region: null, PostalCode: 5021, Country: `Mexico`, Salesperson: `Margaret Peacock`, OrderID: 10926, OrderDate: `2016-11-22T22:00:00.000Z`, ShipperName: `Federal Shipping`, ProductID: 19, ProductName: `Teatime Chocolate Biscuits`, UnitPrice: 9.2, Quantity: 7, Discontinued: false, ExtendedPrice: 64.4, Freight: 39.92 }), + new InvoicesWorldDataItem({ ShipName: `Ana Trujillo Emparedados y helados`, ShipAddress: `Avda. de la Constitución 2222`, ShipCity: `México D.F.`, ShipRegion: null, ShipPostalCode: `05021`, ShipCountry: `Mexico`, CustomerID: `ANATR`, CustomerName: `Ana Trujillo Emparedados y helados`, Address: `Avda. de la Constitución 2222`, City: `México D.F.`, Region: null, PostalCode: 5021, Country: `Mexico`, Salesperson: `Margaret Peacock`, OrderID: 10926, OrderDate: `2016-11-22T22:00:00.000Z`, ShipperName: `Federal Shipping`, ProductID: 72, ProductName: `Mozzarella di Giovanni`, UnitPrice: 34.8, Quantity: 10, Discontinued: false, ExtendedPrice: 348, Freight: 39.92 }), + new InvoicesWorldDataItem({ ShipName: `Antonio Moreno Taquería`, ShipAddress: `Mataderos 2312`, ShipCity: `México D.F.`, ShipRegion: null, ShipPostalCode: `05023`, ShipCountry: `Mexico`, CustomerID: `ANTON`, CustomerName: `Antonio Moreno Taquería`, Address: `Mataderos 2312`, City: `México D.F.`, Region: null, PostalCode: 5023, Country: `Mexico`, Salesperson: `Janet Leverling`, OrderID: 10365, OrderDate: `2016-11-22T22:00:00.000Z`, ShipperName: `United Package`, ProductID: 11, ProductName: `Queso Cabrales`, UnitPrice: 16.8, Quantity: 24, Discontinued: false, ExtendedPrice: 403.2, Freight: 22 }), + new InvoicesWorldDataItem({ ShipName: `Antonio Moreno Taquería`, ShipAddress: `Mataderos 2312`, ShipCity: `México D.F.`, ShipRegion: null, ShipPostalCode: `05023`, ShipCountry: `Mexico`, CustomerID: `ANTON`, CustomerName: `Antonio Moreno Taquería`, Address: `Mataderos 2312`, City: `México D.F.`, Region: null, PostalCode: 5023, Country: `Mexico`, Salesperson: `Robert King`, OrderID: 10573, OrderDate: `2016-11-22T22:00:00.000Z`, ShipperName: `Federal Shipping`, ProductID: 17, ProductName: `Alice Mutton`, UnitPrice: 39, Quantity: 18, Discontinued: false, ExtendedPrice: 702, Freight: 84.84 }), + new InvoicesWorldDataItem({ ShipName: `Antonio Moreno Taquería`, ShipAddress: `Mataderos 2312`, ShipCity: `México D.F.`, ShipRegion: null, ShipPostalCode: `05023`, ShipCountry: `Mexico`, CustomerID: `ANTON`, CustomerName: `Antonio Moreno Taquería`, Address: `Mataderos 2312`, City: `México D.F.`, Region: null, PostalCode: 5023, Country: `Mexico`, Salesperson: `Robert King`, OrderID: 10573, OrderDate: `2016-11-22T22:00:00.000Z`, ShipperName: `Federal Shipping`, ProductID: 34, ProductName: `Sasquatch Ale`, UnitPrice: 14, Quantity: 40, Discontinued: false, ExtendedPrice: 560, Freight: 84.84 }), + new InvoicesWorldDataItem({ ShipName: `Antonio Moreno Taquería`, ShipAddress: `Mataderos 2312`, ShipCity: `México D.F.`, ShipRegion: null, ShipPostalCode: `05023`, ShipCountry: `Mexico`, CustomerID: `ANTON`, CustomerName: `Antonio Moreno Taquería`, Address: `Mataderos 2312`, City: `México D.F.`, Region: null, PostalCode: 5023, Country: `Mexico`, Salesperson: `Robert King`, OrderID: 10573, OrderDate: `2016-11-22T22:00:00.000Z`, ShipperName: `Federal Shipping`, ProductID: 53, ProductName: `Perth Pasties`, UnitPrice: 32.8, Quantity: 25, Discontinued: false, ExtendedPrice: 820, Freight: 84.84 }), + new InvoicesWorldDataItem({ ShipName: `Antonio Moreno Taquería`, ShipAddress: `Mataderos 2312`, ShipCity: `México D.F.`, ShipRegion: null, ShipPostalCode: `05023`, ShipCountry: `Mexico`, CustomerID: `ANTON`, CustomerName: `Antonio Moreno Taquería`, Address: `Mataderos 2312`, City: `México D.F.`, Region: null, PostalCode: 5023, Country: `Mexico`, Salesperson: `Janet Leverling`, OrderID: 10682, OrderDate: `2016-11-22T22:00:00.000Z`, ShipperName: `United Package`, ProductID: 33, ProductName: `Geitost`, UnitPrice: 2.5, Quantity: 30, Discontinued: false, ExtendedPrice: 75, Freight: 36.13 }), + new InvoicesWorldDataItem({ ShipName: `Antonio Moreno Taquería`, ShipAddress: `Mataderos 2312`, ShipCity: `México D.F.`, ShipRegion: null, ShipPostalCode: `05023`, ShipCountry: `Mexico`, CustomerID: `ANTON`, CustomerName: `Antonio Moreno Taquería`, Address: `Mataderos 2312`, City: `México D.F.`, Region: null, PostalCode: 5023, Country: `Mexico`, Salesperson: `Janet Leverling`, OrderID: 10682, OrderDate: `2016-11-22T22:00:00.000Z`, ShipperName: `United Package`, ProductID: 66, ProductName: `Louisiana Hot Spiced Okra`, UnitPrice: 17, Quantity: 4, Discontinued: false, ExtendedPrice: 68, Freight: 36.13 }), + new InvoicesWorldDataItem({ ShipName: `Antonio Moreno Taquería`, ShipAddress: `Mataderos 2312`, ShipCity: `México D.F.`, ShipRegion: null, ShipPostalCode: `05023`, ShipCountry: `Mexico`, CustomerID: `ANTON`, CustomerName: `Antonio Moreno Taquería`, Address: `Mataderos 2312`, City: `México D.F.`, Region: null, PostalCode: 5023, Country: `Mexico`, Salesperson: `Janet Leverling`, OrderID: 10682, OrderDate: `2016-11-22T22:00:00.000Z`, ShipperName: `United Package`, ProductID: 75, ProductName: `Rhönbräu Klosterbier`, UnitPrice: 7.75, Quantity: 30, Discontinued: false, ExtendedPrice: 232.5, Freight: 36.13 }), + new InvoicesWorldDataItem({ ShipName: `Antonio Moreno Taquería`, ShipAddress: `Mataderos 2312`, ShipCity: `México D.F.`, ShipRegion: null, ShipPostalCode: `05023`, ShipCountry: `Mexico`, CustomerID: `ANTON`, CustomerName: `Antonio Moreno Taquería`, Address: `Mataderos 2312`, City: `México D.F.`, Region: null, PostalCode: 5023, Country: `Mexico`, Salesperson: `Janet Leverling`, OrderID: 10856, OrderDate: `2016-11-22T22:00:00.000Z`, ShipperName: `United Package`, ProductID: 2, ProductName: `Chang`, UnitPrice: 19, Quantity: 20, Discontinued: false, ExtendedPrice: 380, Freight: 58.43 }), + new InvoicesWorldDataItem({ ShipName: `Antonio Moreno Taquería`, ShipAddress: `Mataderos 2312`, ShipCity: `México D.F.`, ShipRegion: null, ShipPostalCode: `05023`, ShipCountry: `Mexico`, CustomerID: `ANTON`, CustomerName: `Antonio Moreno Taquería`, Address: `Mataderos 2312`, City: `México D.F.`, Region: null, PostalCode: 5023, Country: `Mexico`, Salesperson: `Janet Leverling`, OrderID: 10856, OrderDate: `2016-11-22T22:00:00.000Z`, ShipperName: `United Package`, ProductID: 42, ProductName: `Singaporean Hokkien Fried Mee`, UnitPrice: 14, Quantity: 20, Discontinued: false, ExtendedPrice: 280, Freight: 58.43 }), + new InvoicesWorldDataItem({ ShipName: `Antonio Moreno Taquería`, ShipAddress: `Mataderos 2312`, ShipCity: `México D.F.`, ShipRegion: null, ShipPostalCode: `05023`, ShipCountry: `Mexico`, CustomerID: `ANTON`, CustomerName: `Antonio Moreno Taquería`, Address: `Mataderos 2312`, City: `México D.F.`, Region: null, PostalCode: 5023, Country: `Mexico`, Salesperson: `Margaret Peacock`, OrderID: 10535, OrderDate: `2016-11-22T22:00:00.000Z`, ShipperName: `Speedy Express`, ProductID: 11, ProductName: `Queso Cabrales`, UnitPrice: 21, Quantity: 50, Discontinued: true, ExtendedPrice: 945, Freight: 15.64 }), + new InvoicesWorldDataItem({ ShipName: `Antonio Moreno Taquería`, ShipAddress: `Mataderos 2312`, ShipCity: `México D.F.`, ShipRegion: null, ShipPostalCode: `05023`, ShipCountry: `Mexico`, CustomerID: `ANTON`, CustomerName: `Antonio Moreno Taquería`, Address: `Mataderos 2312`, City: `México D.F.`, Region: null, PostalCode: 5023, Country: `Mexico`, Salesperson: `Margaret Peacock`, OrderID: 10535, OrderDate: `2016-11-22T22:00:00.000Z`, ShipperName: `Speedy Express`, ProductID: 40, ProductName: `Boston Crab Meat`, UnitPrice: 18.4, Quantity: 10, Discontinued: true, ExtendedPrice: 165.6, Freight: 15.64 }), + new InvoicesWorldDataItem({ ShipName: `Antonio Moreno Taquería`, ShipAddress: `Mataderos 2312`, ShipCity: `México D.F.`, ShipRegion: null, ShipPostalCode: `05023`, ShipCountry: `Mexico`, CustomerID: `ANTON`, CustomerName: `Antonio Moreno Taquería`, Address: `Mataderos 2312`, City: `México D.F.`, Region: null, PostalCode: 5023, Country: `Mexico`, Salesperson: `Margaret Peacock`, OrderID: 10535, OrderDate: `2016-11-22T22:00:00.000Z`, ShipperName: `Speedy Express`, ProductID: 57, ProductName: `Ravioli Angelo`, UnitPrice: 19.5, Quantity: 5, Discontinued: true, ExtendedPrice: 87.75, Freight: 15.64 }), + new InvoicesWorldDataItem({ ShipName: `Antonio Moreno Taquería`, ShipAddress: `Mataderos 2312`, ShipCity: `México D.F.`, ShipRegion: null, ShipPostalCode: `05023`, ShipCountry: `Mexico`, CustomerID: `ANTON`, CustomerName: `Antonio Moreno Taquería`, Address: `Mataderos 2312`, City: `México D.F.`, Region: null, PostalCode: 5023, Country: `Mexico`, Salesperson: `Margaret Peacock`, OrderID: 10535, OrderDate: `2016-11-22T22:00:00.000Z`, ShipperName: `Speedy Express`, ProductID: 59, ProductName: `Raclette Courdavault`, UnitPrice: 55, Quantity: 15, Discontinued: false, ExtendedPrice: 742.5, Freight: 15.64 }), + new InvoicesWorldDataItem({ ShipName: `Antonio Moreno Taquería`, ShipAddress: `Mataderos 2312`, ShipCity: `México D.F.`, ShipRegion: null, ShipPostalCode: `05023`, ShipCountry: `Mexico`, CustomerID: `ANTON`, CustomerName: `Antonio Moreno Taquería`, Address: `Mataderos 2312`, City: `México D.F.`, Region: null, PostalCode: 5023, Country: `Mexico`, Salesperson: `Robert King`, OrderID: 10507, OrderDate: `2016-11-22T22:00:00.000Z`, ShipperName: `Speedy Express`, ProductID: 43, ProductName: `Ipoh Coffee`, UnitPrice: 46, Quantity: 15, Discontinued: false, ExtendedPrice: 586.5, Freight: 47.45 }), + new InvoicesWorldDataItem({ ShipName: `Antonio Moreno Taquería`, ShipAddress: `Mataderos 2312`, ShipCity: `México D.F.`, ShipRegion: null, ShipPostalCode: `05023`, ShipCountry: `Mexico`, CustomerID: `ANTON`, CustomerName: `Antonio Moreno Taquería`, Address: `Mataderos 2312`, City: `México D.F.`, Region: null, PostalCode: 5023, Country: `Mexico`, Salesperson: `Robert King`, OrderID: 10507, OrderDate: `2016-11-22T22:00:00.000Z`, ShipperName: `Speedy Express`, ProductID: 48, ProductName: `Chocolade`, UnitPrice: 12.75, Quantity: 15, Discontinued: true, ExtendedPrice: 162.56, Freight: 47.45 }), + new InvoicesWorldDataItem({ ShipName: `Antonio Moreno Taquería`, ShipAddress: `Mataderos 2312`, ShipCity: `México D.F.`, ShipRegion: null, ShipPostalCode: `05023`, ShipCountry: `Mexico`, CustomerID: `ANTON`, CustomerName: `Antonio Moreno Taquería`, Address: `Mataderos 2312`, City: `México D.F.`, Region: null, PostalCode: 5023, Country: `Mexico`, Salesperson: `Nancy Davolio`, OrderID: 10677, OrderDate: `2017-10-03T21:00:00.000Z`, ShipperName: `Federal Shipping`, ProductID: 26, ProductName: `Gumbär Gummibärchen`, UnitPrice: 31.23, Quantity: 30, Discontinued: true, ExtendedPrice: 796.37, Freight: 4.03 }), + new InvoicesWorldDataItem({ ShipName: `Antonio Moreno Taquería`, ShipAddress: `Mataderos 2312`, ShipCity: `México D.F.`, ShipRegion: null, ShipPostalCode: `05023`, ShipCountry: `Mexico`, CustomerID: `ANTON`, CustomerName: `Antonio Moreno Taquería`, Address: `Mataderos 2312`, City: `México D.F.`, Region: null, PostalCode: 5023, Country: `Mexico`, Salesperson: `Nancy Davolio`, OrderID: 10677, OrderDate: `2017-10-03T21:00:00.000Z`, ShipperName: `Federal Shipping`, ProductID: 33, ProductName: `Geitost`, UnitPrice: 2.5, Quantity: 8, Discontinued: false, ExtendedPrice: 17, Freight: 4.03 }), + new InvoicesWorldDataItem({ ShipName: `Around the Horn`, ShipAddress: `Brook Farm Stratford St. Mary`, ShipCity: `Colchester`, ShipRegion: `Essex`, ShipPostalCode: `CO7 6JX`, ShipCountry: `UK`, CustomerID: `AROUT`, CustomerName: `Around the Horn`, Address: `120 Hanover Sq.`, City: `London`, Region: null, PostalCode: 34000, Country: `UK`, Salesperson: `Michael Suyama`, OrderID: 10355, OrderDate: `2017-10-03T21:00:00.000Z`, ShipperName: `Speedy Express`, ProductID: 24, ProductName: `Guaraná Fantástica`, UnitPrice: 3.6, Quantity: 25, Discontinued: false, ExtendedPrice: 90, Freight: 41.95 }), + new InvoicesWorldDataItem({ ShipName: `Around the Horn`, ShipAddress: `Brook Farm Stratford St. Mary`, ShipCity: `Colchester`, ShipRegion: `Essex`, ShipPostalCode: `CO7 6JX`, ShipCountry: `UK`, CustomerID: `AROUT`, CustomerName: `Around the Horn`, Address: `120 Hanover Sq.`, City: `London`, Region: null, PostalCode: 18000, Country: `UK`, Salesperson: `Michael Suyama`, OrderID: 10355, OrderDate: `2017-10-03T21:00:00.000Z`, ShipperName: `Speedy Express`, ProductID: 57, ProductName: `Ravioli Angelo`, UnitPrice: 15.6, Quantity: 25, Discontinued: false, ExtendedPrice: 390, Freight: 41.95 }), + new InvoicesWorldDataItem({ ShipName: `Around the Horn`, ShipAddress: `Brook Farm Stratford St. Mary`, ShipCity: `Colchester`, ShipRegion: `Essex`, ShipPostalCode: `CO7 6JX`, ShipCountry: `UK`, CustomerID: `AROUT`, CustomerName: `Around the Horn`, Address: `120 Hanover Sq.`, City: `London`, Region: null, PostalCode: 39000, Country: `UK`, Salesperson: `Laura Callahan`, OrderID: 10383, OrderDate: `2017-10-03T21:00:00.000Z`, ShipperName: `Federal Shipping`, ProductID: 13, ProductName: `Konbu`, UnitPrice: 4.8, Quantity: 20, Discontinued: false, ExtendedPrice: 96, Freight: 34.24 }), + new InvoicesWorldDataItem({ ShipName: `Around the Horn`, ShipAddress: `Brook Farm Stratford St. Mary`, ShipCity: `Colchester`, ShipRegion: `Essex`, ShipPostalCode: `CO7 6JX`, ShipCountry: `UK`, CustomerID: `AROUT`, CustomerName: `Around the Horn`, Address: `120 Hanover Sq.`, City: `London`, Region: null, PostalCode: 20000, Country: `UK`, Salesperson: `Laura Callahan`, OrderID: 10383, OrderDate: `2017-10-03T21:00:00.000Z`, ShipperName: `Federal Shipping`, ProductID: 50, ProductName: `Valkoinen suklaa`, UnitPrice: 13, Quantity: 15, Discontinued: false, ExtendedPrice: 195, Freight: 34.24 }), + new InvoicesWorldDataItem({ ShipName: `Around the Horn`, ShipAddress: `Brook Farm Stratford St. Mary`, ShipCity: `Colchester`, ShipRegion: `Essex`, ShipPostalCode: `CO7 6JX`, ShipCountry: `UK`, CustomerID: `AROUT`, CustomerName: `Around the Horn`, Address: `120 Hanover Sq.`, City: `London`, Region: null, PostalCode: 12000, Country: `UK`, Salesperson: `Laura Callahan`, OrderID: 10383, OrderDate: `2017-10-03T21:00:00.000Z`, ShipperName: `Federal Shipping`, ProductID: 56, ProductName: `Gnocchi di nonna Alice`, UnitPrice: 30.4, Quantity: 20, Discontinued: false, ExtendedPrice: 608, Freight: 34.24 }), + new InvoicesWorldDataItem({ ShipName: `Around the Horn`, ShipAddress: `Brook Farm Stratford St. Mary`, ShipCity: `Colchester`, ShipRegion: `Essex`, ShipPostalCode: `CO7 6JX`, ShipCountry: `UK`, CustomerID: `AROUT`, CustomerName: `Around the Horn`, Address: `120 Hanover Sq.`, City: `London`, Region: null, PostalCode: 23000, Country: `UK`, Salesperson: `Nancy Davolio`, OrderID: 10558, OrderDate: `2017-10-03T21:00:00.000Z`, ShipperName: `United Package`, ProductID: 47, ProductName: `Zaanse koeken`, UnitPrice: 9.5, Quantity: 25, Discontinued: false, ExtendedPrice: 237.5, Freight: 72.97 }), + new InvoicesWorldDataItem({ ShipName: `Around the Horn`, ShipAddress: `Brook Farm Stratford St. Mary`, ShipCity: `Colchester`, ShipRegion: `Essex`, ShipPostalCode: `CO7 6JX`, ShipCountry: `UK`, CustomerID: `AROUT`, CustomerName: `Around the Horn`, Address: `120 Hanover Sq.`, City: `London`, Region: null, PostalCode: 16000, Country: `UK`, Salesperson: `Nancy Davolio`, OrderID: 10558, OrderDate: `2017-10-03T21:00:00.000Z`, ShipperName: `United Package`, ProductID: 51, ProductName: `Manjimup Dried Apples`, UnitPrice: 53, Quantity: 20, Discontinued: false, ExtendedPrice: 1060, Freight: 72.97 }), + new InvoicesWorldDataItem({ ShipName: `Around the Horn`, ShipAddress: `Brook Farm Stratford St. Mary`, ShipCity: `Colchester`, ShipRegion: `Essex`, ShipPostalCode: `CO7 6JX`, ShipCountry: `UK`, CustomerID: `AROUT`, CustomerName: `Around the Horn`, Address: `120 Hanover Sq.`, City: `London`, Region: null, PostalCode: 12000, Country: `UK`, Salesperson: `Nancy Davolio`, OrderID: 10558, OrderDate: `2017-10-03T21:00:00.000Z`, ShipperName: `United Package`, ProductID: 52, ProductName: `Filo Mix`, UnitPrice: 7, Quantity: 30, Discontinued: true, ExtendedPrice: 210, Freight: 72.97 }), + new InvoicesWorldDataItem({ ShipName: `Around the Horn`, ShipAddress: `Brook Farm Stratford St. Mary`, ShipCity: `Colchester`, ShipRegion: `Essex`, ShipPostalCode: `CO7 6JX`, ShipCountry: `UK`, CustomerID: `AROUT`, CustomerName: `Around the Horn`, Address: `120 Hanover Sq.`, City: `London`, Region: null, PostalCode: 13000, Country: `UK`, Salesperson: `Nancy Davolio`, OrderID: 10558, OrderDate: `2017-10-03T21:00:00.000Z`, ShipperName: `United Package`, ProductID: 53, ProductName: `Perth Pasties`, UnitPrice: 32.8, Quantity: 18, Discontinued: false, ExtendedPrice: 590.4, Freight: 72.97 }), + new InvoicesWorldDataItem({ ShipName: `Around the Horn`, ShipAddress: `Brook Farm Stratford St. Mary`, ShipCity: `Colchester`, ShipRegion: `Essex`, ShipPostalCode: `CO7 6JX`, ShipCountry: `UK`, CustomerID: `AROUT`, CustomerName: `Around the Horn`, Address: `120 Hanover Sq.`, City: `London`, Region: null, PostalCode: 16000, Country: `UK`, Salesperson: `Nancy Davolio`, OrderID: 10558, OrderDate: `2017-10-03T21:00:00.000Z`, ShipperName: `United Package`, ProductID: 73, ProductName: `Röd Kaviar`, UnitPrice: 15, Quantity: 3, Discontinued: false, ExtendedPrice: 45, Freight: 72.97 }), + new InvoicesWorldDataItem({ ShipName: `Around the Horn`, ShipAddress: `Brook Farm Stratford St. Mary`, ShipCity: `Colchester`, ShipRegion: `Essex`, ShipPostalCode: `CO7 6JX`, ShipCountry: `UK`, CustomerID: `AROUT`, CustomerName: `Around the Horn`, Address: `120 Hanover Sq.`, City: `London`, Region: null, PostalCode: 36000, Country: `UK`, Salesperson: `Margaret Peacock`, OrderID: 10707, OrderDate: `2017-10-03T21:00:00.000Z`, ShipperName: `Federal Shipping`, ProductID: 55, ProductName: `Pâté chinois`, UnitPrice: 24, Quantity: 21, Discontinued: false, ExtendedPrice: 504, Freight: 21.74 }), + new InvoicesWorldDataItem({ ShipName: `Around the Horn`, ShipAddress: `Brook Farm Stratford St. Mary`, ShipCity: `Colchester`, ShipRegion: `Essex`, ShipPostalCode: `CO7 6JX`, ShipCountry: `UK`, CustomerID: `AROUT`, CustomerName: `Around the Horn`, Address: `120 Hanover Sq.`, City: `London`, Region: null, PostalCode: 27000, Country: `UK`, Salesperson: `Margaret Peacock`, OrderID: 10707, OrderDate: `2017-10-03T21:00:00.000Z`, ShipperName: `Federal Shipping`, ProductID: 57, ProductName: `Ravioli Angelo`, UnitPrice: 19.5, Quantity: 40, Discontinued: false, ExtendedPrice: 780, Freight: 21.74 }), + new InvoicesWorldDataItem({ ShipName: `Around the Horn`, ShipAddress: `Brook Farm Stratford St. Mary`, ShipCity: `Colchester`, ShipRegion: `Essex`, ShipPostalCode: `CO7 6JX`, ShipCountry: `UK`, CustomerID: `AROUT`, CustomerName: `Around the Horn`, Address: `120 Hanover Sq.`, City: `London`, Region: null, PostalCode: 42000, Country: `UK`, Salesperson: `Janet Leverling`, OrderID: 10768, OrderDate: `2017-10-03T21:00:00.000Z`, ShipperName: `United Package`, ProductID: 22, ProductName: `Gustaf's Knäckebröd`, UnitPrice: 21, Quantity: 4, Discontinued: false, ExtendedPrice: 84, Freight: 146.32 }), + new InvoicesWorldDataItem({ ShipName: `Around the Horn`, ShipAddress: `Brook Farm Stratford St. Mary`, ShipCity: `Colchester`, ShipRegion: `Essex`, ShipPostalCode: `CO7 6JX`, ShipCountry: `UK`, CustomerID: `AROUT`, CustomerName: `Around the Horn`, Address: `120 Hanover Sq.`, City: `London`, Region: null, PostalCode: 47000, Country: `UK`, Salesperson: `Janet Leverling`, OrderID: 10768, OrderDate: `2017-10-03T21:00:00.000Z`, ShipperName: `United Package`, ProductID: 31, ProductName: `Gorgonzola Telino`, UnitPrice: 12.5, Quantity: 50, Discontinued: true, ExtendedPrice: 625, Freight: 146.32 }), + new InvoicesWorldDataItem({ ShipName: `Around the Horn`, ShipAddress: `Brook Farm Stratford St. Mary`, ShipCity: `Colchester`, ShipRegion: `Essex`, ShipPostalCode: `CO7 6JX`, ShipCountry: `UK`, CustomerID: `AROUT`, CustomerName: `Around the Horn`, Address: `120 Hanover Sq.`, City: `London`, Region: null, PostalCode: 38000, Country: `UK`, Salesperson: `Janet Leverling`, OrderID: 10768, OrderDate: `2017-10-03T21:00:00.000Z`, ShipperName: `United Package`, ProductID: 60, ProductName: `Camembert Pierrot`, UnitPrice: 34, Quantity: 15, Discontinued: false, ExtendedPrice: 510, Freight: 146.32 }), + new InvoicesWorldDataItem({ ShipName: `Around the Horn`, ShipAddress: `Brook Farm Stratford St. Mary`, ShipCity: `Colchester`, ShipRegion: `Essex`, ShipPostalCode: `CO7 6JX`, ShipCountry: `UK`, CustomerID: `AROUT`, CustomerName: `Around the Horn`, Address: `120 Hanover Sq.`, City: `London`, Region: null, PostalCode: 18000, Country: `UK`, Salesperson: `Janet Leverling`, OrderID: 10768, OrderDate: `2017-10-03T21:00:00.000Z`, ShipperName: `United Package`, ProductID: 71, ProductName: `Flotemysost`, UnitPrice: 21.5, Quantity: 12, Discontinued: false, ExtendedPrice: 258, Freight: 146.32 }), + new InvoicesWorldDataItem({ ShipName: `Around the Horn`, ShipAddress: `Brook Farm Stratford St. Mary`, ShipCity: `Colchester`, ShipRegion: `Essex`, ShipPostalCode: `CO7 6JX`, ShipCountry: `UK`, CustomerID: `AROUT`, CustomerName: `Around the Horn`, Address: `120 Hanover Sq.`, City: `London`, Region: null, PostalCode: 42000, Country: `UK`, Salesperson: `Janet Leverling`, OrderID: 10793, OrderDate: `2017-10-03T21:00:00.000Z`, ShipperName: `Federal Shipping`, ProductID: 41, ProductName: `Jack's New England Clam Chowder`, UnitPrice: 9.65, Quantity: 14, Discontinued: false, ExtendedPrice: 135.1, Freight: 4.52 }), + new InvoicesWorldDataItem({ ShipName: `Around the Horn`, ShipAddress: `Brook Farm Stratford St. Mary`, ShipCity: `Colchester`, ShipRegion: `Essex`, ShipPostalCode: `CO7 6JX`, ShipCountry: `UK`, CustomerID: `AROUT`, CustomerName: `Around the Horn`, Address: `120 Hanover Sq.`, City: `London`, Region: null, PostalCode: 48000, Country: `UK`, Salesperson: `Janet Leverling`, OrderID: 10793, OrderDate: `2017-10-03T21:00:00.000Z`, ShipperName: `Federal Shipping`, ProductID: 52, ProductName: `Filo Mix`, UnitPrice: 7, Quantity: 8, Discontinued: false, ExtendedPrice: 56, Freight: 4.52 }), + new InvoicesWorldDataItem({ ShipName: `Around the Horn`, ShipAddress: `Brook Farm Stratford St. Mary`, ShipCity: `Colchester`, ShipRegion: `Essex`, ShipPostalCode: `CO7 6JX`, ShipCountry: `UK`, CustomerID: `AROUT`, CustomerName: `Around the Horn`, Address: `120 Hanover Sq.`, City: `London`, Region: null, PostalCode: 28000, Country: `UK`, Salesperson: `Margaret Peacock`, OrderID: 10864, OrderDate: `2017-10-03T21:00:00.000Z`, ShipperName: `United Package`, ProductID: 35, ProductName: `Steeleye Stout`, UnitPrice: 18, Quantity: 4, Discontinued: false, ExtendedPrice: 72, Freight: 3.04 }), + new InvoicesWorldDataItem({ ShipName: `Around the Horn`, ShipAddress: `Brook Farm Stratford St. Mary`, ShipCity: `Colchester`, ShipRegion: `Essex`, ShipPostalCode: `CO7 6JX`, ShipCountry: `UK`, CustomerID: `AROUT`, CustomerName: `Around the Horn`, Address: `120 Hanover Sq.`, City: `London`, Region: null, PostalCode: 18000, Country: `UK`, Salesperson: `Margaret Peacock`, OrderID: 10864, OrderDate: `2017-10-03T21:00:00.000Z`, ShipperName: `United Package`, ProductID: 67, ProductName: `Laughing Lumberjack Lager`, UnitPrice: 14, Quantity: 15, Discontinued: false, ExtendedPrice: 210, Freight: 3.04 }), + new InvoicesWorldDataItem({ ShipName: `Around the Horn`, ShipAddress: `Brook Farm Stratford St. Mary`, ShipCity: `Colchester`, ShipRegion: `Essex`, ShipPostalCode: `CO7 6JX`, ShipCountry: `UK`, CustomerID: `AROUT`, CustomerName: `Around the Horn`, Address: `120 Hanover Sq.`, City: `London`, Region: null, PostalCode: 13000, Country: `UK`, Salesperson: `Margaret Peacock`, OrderID: 10920, OrderDate: `2017-10-03T21:00:00.000Z`, ShipperName: `United Package`, ProductID: 50, ProductName: `Valkoinen suklaa`, UnitPrice: 16.25, Quantity: 24, Discontinued: false, ExtendedPrice: 390, Freight: 29.61 }), + new InvoicesWorldDataItem({ ShipName: `Around the Horn`, ShipAddress: `Brook Farm Stratford St. Mary`, ShipCity: `Colchester`, ShipRegion: `Essex`, ShipPostalCode: `CO7 6JX`, ShipCountry: `UK`, CustomerID: `AROUT`, CustomerName: `Around the Horn`, Address: `120 Hanover Sq.`, City: `London`, Region: null, PostalCode: 27000, Country: `UK`, Salesperson: `Anne Dodsworth`, OrderID: 11016, OrderDate: `2017-10-03T21:00:00.000Z`, ShipperName: `United Package`, ProductID: 31, ProductName: `Gorgonzola Telino`, UnitPrice: 12.5, Quantity: 15, Discontinued: false, ExtendedPrice: 187.5, Freight: 33.8 }), + new InvoicesWorldDataItem({ ShipName: `Around the Horn`, ShipAddress: `Brook Farm Stratford St. Mary`, ShipCity: `Colchester`, ShipRegion: `Essex`, ShipPostalCode: `CO7 6JX`, ShipCountry: `UK`, CustomerID: `AROUT`, CustomerName: `Around the Horn`, Address: `120 Hanover Sq.`, City: `London`, Region: null, PostalCode: 26000, Country: `UK`, Salesperson: `Anne Dodsworth`, OrderID: 11016, OrderDate: `2017-10-03T21:00:00.000Z`, ShipperName: `United Package`, ProductID: 36, ProductName: `Inlagd Sill`, UnitPrice: 19, Quantity: 16, Discontinued: false, ExtendedPrice: 304, Freight: 33.8 }), + new InvoicesWorldDataItem({ ShipName: `Around the Horn`, ShipAddress: `Brook Farm Stratford St. Mary`, ShipCity: `Colchester`, ShipRegion: `Essex`, ShipPostalCode: `CO7 6JX`, ShipCountry: `UK`, CustomerID: `AROUT`, CustomerName: `Around the Horn`, Address: `120 Hanover Sq.`, City: `London`, Region: null, PostalCode: 42000, Country: `UK`, Salesperson: `Nancy Davolio`, OrderID: 10743, OrderDate: `2017-10-03T21:00:00.000Z`, ShipperName: `United Package`, ProductID: 46, ProductName: `Spegesild`, UnitPrice: 12, Quantity: 28, Discontinued: false, ExtendedPrice: 319.2, Freight: 23.72 }), + new InvoicesWorldDataItem({ ShipName: `Around the Horn`, ShipAddress: `Brook Farm Stratford St. Mary`, ShipCity: `Colchester`, ShipRegion: `Essex`, ShipPostalCode: `CO7 6JX`, ShipCountry: `UK`, CustomerID: `AROUT`, CustomerName: `Around the Horn`, Address: `120 Hanover Sq.`, City: `London`, Region: null, PostalCode: 19000, Country: `UK`, Salesperson: `Anne Dodsworth`, OrderID: 10953, OrderDate: `2017-10-03T21:00:00.000Z`, ShipperName: `United Package`, ProductID: 20, ProductName: `Sir Rodney's Marmalade`, UnitPrice: 81, Quantity: 50, Discontinued: false, ExtendedPrice: 3847.5, Freight: 23.72 }), + new InvoicesWorldDataItem({ ShipName: `Around the Horn`, ShipAddress: `Brook Farm Stratford St. Mary`, ShipCity: `Colchester`, ShipRegion: `Essex`, ShipPostalCode: `CO7 6JX`, ShipCountry: `UK`, CustomerID: `AROUT`, CustomerName: `Around the Horn`, Address: `120 Hanover Sq.`, City: `London`, Region: null, PostalCode: 41000, Country: `UK`, Salesperson: `Anne Dodsworth`, OrderID: 10953, OrderDate: `2017-10-03T21:00:00.000Z`, ShipperName: `United Package`, ProductID: 31, ProductName: `Gorgonzola Telino`, UnitPrice: 12.5, Quantity: 50, Discontinued: false, ExtendedPrice: 593.75, Freight: 23.72 }), + new InvoicesWorldDataItem({ ShipName: `Around the Horn`, ShipAddress: `Brook Farm Stratford St. Mary`, ShipCity: `Colchester`, ShipRegion: `Essex`, ShipPostalCode: `CO7 6JX`, ShipCountry: `UK`, CustomerID: `AROUT`, CustomerName: `Around the Horn`, Address: `120 Hanover Sq.`, City: `London`, Region: null, PostalCode: 16000, Country: `UK`, Salesperson: `Nancy Davolio`, OrderID: 10453, OrderDate: `2017-10-03T21:00:00.000Z`, ShipperName: `United Package`, ProductID: 48, ProductName: `Chocolade`, UnitPrice: 10.2, Quantity: 15, Discontinued: true, ExtendedPrice: 137.7, Freight: 25.36 }), + new InvoicesWorldDataItem({ ShipName: `Around the Horn`, ShipAddress: `Brook Farm Stratford St. Mary`, ShipCity: `Colchester`, ShipRegion: `Essex`, ShipPostalCode: `CO7 6JX`, ShipCountry: `UK`, CustomerID: `AROUT`, CustomerName: `Around the Horn`, Address: `120 Hanover Sq.`, City: `London`, Region: null, PostalCode: 26000, Country: `UK`, Salesperson: `Nancy Davolio`, OrderID: 10453, OrderDate: `2017-10-03T21:00:00.000Z`, ShipperName: `United Package`, ProductID: 70, ProductName: `Outback Lager`, UnitPrice: 12, Quantity: 25, Discontinued: true, ExtendedPrice: 270, Freight: 25.36 }), + new InvoicesWorldDataItem({ ShipName: `Around the Horn`, ShipAddress: `Brook Farm Stratford St. Mary`, ShipCity: `Colchester`, ShipRegion: `Essex`, ShipPostalCode: `CO7 6JX`, ShipCountry: `UK`, CustomerID: `AROUT`, CustomerName: `Around the Horn`, Address: `120 Hanover Sq.`, City: `London`, Region: null, PostalCode: 19000, Country: `UK`, Salesperson: `Margaret Peacock`, OrderID: 10707, OrderDate: `2017-10-03T21:00:00.000Z`, ShipperName: `Federal Shipping`, ProductID: 70, ProductName: `Outback Lager`, UnitPrice: 15, Quantity: 28, Discontinued: false, ExtendedPrice: 357, Freight: 21.74 }), + new InvoicesWorldDataItem({ ShipName: `Around the Horn`, ShipAddress: `Brook Farm Stratford St. Mary`, ShipCity: `Colchester`, ShipRegion: `Essex`, ShipPostalCode: `CO7 6JX`, ShipCountry: `UK`, CustomerID: `AROUT`, CustomerName: `Around the Horn`, Address: `120 Hanover Sq.`, City: `London`, Region: null, PostalCode: 24000, Country: `UK`, Salesperson: `Margaret Peacock`, OrderID: 10741, OrderDate: `2017-10-03T21:00:00.000Z`, ShipperName: `Federal Shipping`, ProductID: 2, ProductName: `Chang`, UnitPrice: 19, Quantity: 15, Discontinued: false, ExtendedPrice: 228, Freight: 10.96 }), + new InvoicesWorldDataItem({ ShipName: `Berglunds snabbköp`, ShipAddress: `Berguvsvägen 8`, ShipCity: `Luleå`, ShipRegion: null, ShipPostalCode: `S-958 22`, ShipCountry: `Sweden`, CustomerID: `BERGS`, CustomerName: `Berglunds snabbköp`, Address: `Berguvsvägen 8`, City: `Luleå`, Region: null, PostalCode: 11000, Country: `Sweden`, Salesperson: `Laura Callahan`, OrderID: 10278, OrderDate: `2017-10-03T21:00:00.000Z`, ShipperName: `United Package`, ProductID: 44, ProductName: `Gula Malacca`, UnitPrice: 15.5, Quantity: 16, Discontinued: false, ExtendedPrice: 248, Freight: 92.69 }), + new InvoicesWorldDataItem({ ShipName: `Berglunds snabbköp`, ShipAddress: `Berguvsvägen 8`, ShipCity: `Luleå`, ShipRegion: null, ShipPostalCode: `S-958 22`, ShipCountry: `Sweden`, CustomerID: `BERGS`, CustomerName: `Berglunds snabbköp`, Address: `Berguvsvägen 8`, City: `Luleå`, Region: null, PostalCode: 41000, Country: `Sweden`, Salesperson: `Laura Callahan`, OrderID: 10278, OrderDate: `2017-10-03T21:00:00.000Z`, ShipperName: `United Package`, ProductID: 59, ProductName: `Raclette Courdavault`, UnitPrice: 44, Quantity: 15, Discontinued: false, ExtendedPrice: 660, Freight: 92.69 }), + new InvoicesWorldDataItem({ ShipName: `Berglunds snabbköp`, ShipAddress: `Berguvsvägen 8`, ShipCity: `Luleå`, ShipRegion: null, ShipPostalCode: `S-958 22`, ShipCountry: `Sweden`, CustomerID: `BERGS`, CustomerName: `Berglunds snabbköp`, Address: `Berguvsvägen 8`, City: `Luleå`, Region: null, PostalCode: 24000, Country: `Sweden`, Salesperson: `Laura Callahan`, OrderID: 10278, OrderDate: `2017-10-03T21:00:00.000Z`, ShipperName: `United Package`, ProductID: 63, ProductName: `Vegie-spread`, UnitPrice: 35.1, Quantity: 8, Discontinued: false, ExtendedPrice: 280.8, Freight: 92.69 }), + new InvoicesWorldDataItem({ ShipName: `Berglunds snabbköp`, ShipAddress: `Berguvsvägen 8`, ShipCity: `Luleå`, ShipRegion: null, ShipPostalCode: `S-958 22`, ShipCountry: `Sweden`, CustomerID: `BERGS`, CustomerName: `Berglunds snabbköp`, Address: `Berguvsvägen 8`, City: `Luleå`, Region: null, PostalCode: 48000, Country: `Sweden`, Salesperson: `Laura Callahan`, OrderID: 10278, OrderDate: `2017-10-03T21:00:00.000Z`, ShipperName: `United Package`, ProductID: 73, ProductName: `Röd Kaviar`, UnitPrice: 12, Quantity: 25, Discontinued: false, ExtendedPrice: 300, Freight: 92.69 }), + new InvoicesWorldDataItem({ ShipName: `Berglunds snabbköp`, ShipAddress: `Berguvsvägen 8`, ShipCity: `Luleå`, ShipRegion: null, ShipPostalCode: `S-958 22`, ShipCountry: `Sweden`, CustomerID: `BERGS`, CustomerName: `Berglunds snabbköp`, Address: `Berguvsvägen 8`, City: `Luleå`, Region: null, PostalCode: 46000, Country: `Sweden`, Salesperson: `Andrew Fuller`, OrderID: 10280, OrderDate: `2017-10-03T21:00:00.000Z`, ShipperName: `Speedy Express`, ProductID: 24, ProductName: `Guaraná Fantástica`, UnitPrice: 3.6, Quantity: 12, Discontinued: false, ExtendedPrice: 43.2, Freight: 8.98 }), + new InvoicesWorldDataItem({ ShipName: `Berglunds snabbköp`, ShipAddress: `Berguvsvägen 8`, ShipCity: `Luleå`, ShipRegion: null, ShipPostalCode: `S-958 22`, ShipCountry: `Sweden`, CustomerID: `BERGS`, CustomerName: `Berglunds snabbköp`, Address: `Berguvsvägen 8`, City: `Luleå`, Region: null, PostalCode: 24000, Country: `Sweden`, Salesperson: `Andrew Fuller`, OrderID: 10280, OrderDate: `2017-10-03T21:00:00.000Z`, ShipperName: `Speedy Express`, ProductID: 55, ProductName: `Pâté chinois`, UnitPrice: 19.2, Quantity: 20, Discontinued: false, ExtendedPrice: 384, Freight: 8.98 }), + new InvoicesWorldDataItem({ ShipName: `Berglunds snabbköp`, ShipAddress: `Berguvsvägen 8`, ShipCity: `Luleå`, ShipRegion: null, ShipPostalCode: `S-958 22`, ShipCountry: `Sweden`, CustomerID: `BERGS`, CustomerName: `Berglunds snabbköp`, Address: `Berguvsvägen 8`, City: `Luleå`, Region: null, PostalCode: 33000, Country: `Sweden`, Salesperson: `Andrew Fuller`, OrderID: 10280, OrderDate: `2017-10-03T21:00:00.000Z`, ShipperName: `Speedy Express`, ProductID: 75, ProductName: `Rhönbräu Klosterbier`, UnitPrice: 6.2, Quantity: 30, Discontinued: false, ExtendedPrice: 186, Freight: 8.98 }), + new InvoicesWorldDataItem({ ShipName: `Berglunds snabbköp`, ShipAddress: `Berguvsvägen 8`, ShipCity: `Luleå`, ShipRegion: null, ShipPostalCode: `S-958 22`, ShipCountry: `Sweden`, CustomerID: `BERGS`, CustomerName: `Berglunds snabbköp`, Address: `Berguvsvägen 8`, City: `Luleå`, Region: null, PostalCode: 17000, Country: `Sweden`, Salesperson: `Janet Leverling`, OrderID: 10384, OrderDate: `2017-10-03T21:00:00.000Z`, ShipperName: `Federal Shipping`, ProductID: 20, ProductName: `Sir Rodney's Marmalade`, UnitPrice: 64.8, Quantity: 28, Discontinued: false, ExtendedPrice: 1814.4, Freight: 168.64 }), + new InvoicesWorldDataItem({ ShipName: `Berglunds snabbköp`, ShipAddress: `Berguvsvägen 8`, ShipCity: `Luleå`, ShipRegion: null, ShipPostalCode: `S-958 22`, ShipCountry: `Sweden`, CustomerID: `BERGS`, CustomerName: `Berglunds snabbköp`, Address: `Berguvsvägen 8`, City: `Luleå`, Region: null, PostalCode: 19000, Country: `Sweden`, Salesperson: `Janet Leverling`, OrderID: 10384, OrderDate: `2017-10-03T21:00:00.000Z`, ShipperName: `Federal Shipping`, ProductID: 60, ProductName: `Camembert Pierrot`, UnitPrice: 27.2, Quantity: 15, Discontinued: false, ExtendedPrice: 408, Freight: 168.64 }), + new InvoicesWorldDataItem({ ShipName: `Berglunds snabbköp`, ShipAddress: `Berguvsvägen 8`, ShipCity: `Luleå`, ShipRegion: null, ShipPostalCode: `S-958 22`, ShipCountry: `Sweden`, CustomerID: `BERGS`, CustomerName: `Berglunds snabbköp`, Address: `Berguvsvägen 8`, City: `Luleå`, Region: null, PostalCode: 27000, Country: `Sweden`, Salesperson: `Janet Leverling`, OrderID: 10444, OrderDate: `2017-10-03T21:00:00.000Z`, ShipperName: `Federal Shipping`, ProductID: 17, ProductName: `Alice Mutton`, UnitPrice: 31.2, Quantity: 10, Discontinued: false, ExtendedPrice: 312, Freight: 3.5 }), + new InvoicesWorldDataItem({ ShipName: `Berglunds snabbköp`, ShipAddress: `Berguvsvägen 8`, ShipCity: `Luleå`, ShipRegion: null, ShipPostalCode: `S-958 22`, ShipCountry: `Sweden`, CustomerID: `BERGS`, CustomerName: `Berglunds snabbköp`, Address: `Berguvsvägen 8`, City: `Luleå`, Region: null, PostalCode: 37000, Country: `Sweden`, Salesperson: `Janet Leverling`, OrderID: 10444, OrderDate: `2017-10-03T21:00:00.000Z`, ShipperName: `Federal Shipping`, ProductID: 26, ProductName: `Gumbär Gummibärchen`, UnitPrice: 24.9, Quantity: 15, Discontinued: false, ExtendedPrice: 373.5, Freight: 3.5 }), + new InvoicesWorldDataItem({ ShipName: `Berglunds snabbköp`, ShipAddress: `Berguvsvägen 8`, ShipCity: `Luleå`, ShipRegion: null, ShipPostalCode: `S-958 22`, ShipCountry: `Sweden`, CustomerID: `BERGS`, CustomerName: `Berglunds snabbköp`, Address: `Berguvsvägen 8`, City: `Luleå`, Region: null, PostalCode: 48000, Country: `Sweden`, Salesperson: `Janet Leverling`, OrderID: 10444, OrderDate: `2017-10-03T21:00:00.000Z`, ShipperName: `Federal Shipping`, ProductID: 35, ProductName: `Steeleye Stout`, UnitPrice: 14.4, Quantity: 8, Discontinued: false, ExtendedPrice: 115.2, Freight: 3.5 }), + new InvoicesWorldDataItem({ ShipName: `Berglunds snabbköp`, ShipAddress: `Berguvsvägen 8`, ShipCity: `Luleå`, ShipRegion: null, ShipPostalCode: `S-958 22`, ShipCountry: `Sweden`, CustomerID: `BERGS`, CustomerName: `Berglunds snabbköp`, Address: `Berguvsvägen 8`, City: `Luleå`, Region: null, PostalCode: 11000, Country: `Sweden`, Salesperson: `Janet Leverling`, OrderID: 10444, OrderDate: `2017-10-03T21:00:00.000Z`, ShipperName: `Federal Shipping`, ProductID: 41, ProductName: `Jack's New England Clam Chowder`, UnitPrice: 7.7, Quantity: 30, Discontinued: false, ExtendedPrice: 231, Freight: 3.5 }), + new InvoicesWorldDataItem({ ShipName: `Berglunds snabbköp`, ShipAddress: `Berguvsvägen 8`, ShipCity: `Luleå`, ShipRegion: null, ShipPostalCode: `S-958 22`, ShipCountry: `Sweden`, CustomerID: `BERGS`, CustomerName: `Berglunds snabbköp`, Address: `Berguvsvägen 8`, City: `Luleå`, Region: null, PostalCode: 46000, Country: `Sweden`, Salesperson: `Nancy Davolio`, OrderID: 10524, OrderDate: `2017-10-03T21:00:00.000Z`, ShipperName: `United Package`, ProductID: 54, ProductName: `Tourtière`, UnitPrice: 7.45, Quantity: 15, Discontinued: false, ExtendedPrice: 111.75, Freight: 244.79 }), + new InvoicesWorldDataItem({ ShipName: `Berglunds snabbköp`, ShipAddress: `Berguvsvägen 8`, ShipCity: `Luleå`, ShipRegion: null, ShipPostalCode: `S-958 22`, ShipCountry: `Sweden`, CustomerID: `BERGS`, CustomerName: `Berglunds snabbköp`, Address: `Berguvsvägen 8`, City: `Luleå`, Region: null, PostalCode: 45000, Country: `Sweden`, Salesperson: `Janet Leverling`, OrderID: 10572, OrderDate: `2017-10-03T21:00:00.000Z`, ShipperName: `United Package`, ProductID: 40, ProductName: `Boston Crab Meat`, UnitPrice: 18.4, Quantity: 50, Discontinued: false, ExtendedPrice: 920, Freight: 116.43 }), + new InvoicesWorldDataItem({ ShipName: `Berglunds snabbköp`, ShipAddress: `Berguvsvägen 8`, ShipCity: `Luleå`, ShipRegion: null, ShipPostalCode: `S-958 22`, ShipCountry: `Sweden`, CustomerID: `BERGS`, CustomerName: `Berglunds snabbköp`, Address: `Berguvsvägen 8`, City: `Luleå`, Region: null, PostalCode: 21000, Country: `Sweden`, Salesperson: `Nancy Davolio`, OrderID: 10626, OrderDate: `2017-10-03T21:00:00.000Z`, ShipperName: `United Package`, ProductID: 53, ProductName: `Perth Pasties`, UnitPrice: 32.8, Quantity: 12, Discontinued: false, ExtendedPrice: 393.6, Freight: 138.69 }), + new InvoicesWorldDataItem({ ShipName: `Berglunds snabbköp`, ShipAddress: `Berguvsvägen 8`, ShipCity: `Luleå`, ShipRegion: null, ShipPostalCode: `S-958 22`, ShipCountry: `Sweden`, CustomerID: `BERGS`, CustomerName: `Berglunds snabbköp`, Address: `Berguvsvägen 8`, City: `Luleå`, Region: null, PostalCode: 23000, Country: `Sweden`, Salesperson: `Nancy Davolio`, OrderID: 10626, OrderDate: `2017-10-03T21:00:00.000Z`, ShipperName: `United Package`, ProductID: 60, ProductName: `Camembert Pierrot`, UnitPrice: 34, Quantity: 20, Discontinued: false, ExtendedPrice: 680, Freight: 138.69 }), + new InvoicesWorldDataItem({ ShipName: `Berglunds snabbköp`, ShipAddress: `Berguvsvägen 8`, ShipCity: `Luleå`, ShipRegion: null, ShipPostalCode: `S-958 22`, ShipCountry: `Sweden`, CustomerID: `BERGS`, CustomerName: `Berglunds snabbköp`, Address: `Berguvsvägen 8`, City: `Luleå`, Region: null, PostalCode: 46000, Country: `Sweden`, Salesperson: `Nancy Davolio`, OrderID: 10626, OrderDate: `2017-10-03T21:00:00.000Z`, ShipperName: `United Package`, ProductID: 71, ProductName: `Flotemysost`, UnitPrice: 21.5, Quantity: 20, Discontinued: false, ExtendedPrice: 430, Freight: 138.69 }), + new InvoicesWorldDataItem({ ShipName: `Berglunds snabbköp`, ShipAddress: `Berguvsvägen 8`, ShipCity: `Luleå`, ShipRegion: null, ShipPostalCode: `S-958 22`, ShipCountry: `Sweden`, CustomerID: `BERGS`, CustomerName: `Berglunds snabbköp`, Address: `Berguvsvägen 8`, City: `Luleå`, Region: null, PostalCode: 46000, Country: `Sweden`, Salesperson: `Anne Dodsworth`, OrderID: 10672, OrderDate: `2017-10-03T21:00:00.000Z`, ShipperName: `United Package`, ProductID: 71, ProductName: `Flotemysost`, UnitPrice: 21.5, Quantity: 12, Discontinued: false, ExtendedPrice: 258, Freight: 95.75 }), + new InvoicesWorldDataItem({ ShipName: `Berglunds snabbköp`, ShipAddress: `Berguvsvägen 8`, ShipCity: `Luleå`, ShipRegion: null, ShipPostalCode: `S-958 22`, ShipCountry: `Sweden`, CustomerID: `BERGS`, CustomerName: `Berglunds snabbköp`, Address: `Berguvsvägen 8`, City: `Luleå`, Region: null, PostalCode: 41000, Country: `Sweden`, Salesperson: `Nancy Davolio`, OrderID: 10733, OrderDate: `2017-10-03T21:00:00.000Z`, ShipperName: `Federal Shipping`, ProductID: 14, ProductName: `Tofu`, UnitPrice: 23.25, Quantity: 16, Discontinued: false, ExtendedPrice: 372, Freight: 110.11 }), + new InvoicesWorldDataItem({ ShipName: `Berglunds snabbköp`, ShipAddress: `Berguvsvägen 8`, ShipCity: `Luleå`, ShipRegion: null, ShipPostalCode: `S-958 22`, ShipCountry: `Sweden`, CustomerID: `BERGS`, CustomerName: `Berglunds snabbköp`, Address: `Berguvsvägen 8`, City: `Luleå`, Region: null, PostalCode: 30000, Country: `Sweden`, Salesperson: `Nancy Davolio`, OrderID: 10733, OrderDate: `2017-10-03T21:00:00.000Z`, ShipperName: `Federal Shipping`, ProductID: 28, ProductName: `Rössle Sauerkraut`, UnitPrice: 45.6, Quantity: 20, Discontinued: false, ExtendedPrice: 912, Freight: 110.11 }), + new InvoicesWorldDataItem({ ShipName: `Berglunds snabbköp`, ShipAddress: `Berguvsvägen 8`, ShipCity: `Luleå`, ShipRegion: null, ShipPostalCode: `S-958 22`, ShipCountry: `Sweden`, CustomerID: `BERGS`, CustomerName: `Berglunds snabbköp`, Address: `Berguvsvägen 8`, City: `Luleå`, Region: null, PostalCode: 27000, Country: `Sweden`, Salesperson: `Nancy Davolio`, OrderID: 10733, OrderDate: `2017-10-03T21:00:00.000Z`, ShipperName: `Federal Shipping`, ProductID: 52, ProductName: `Filo Mix`, UnitPrice: 7, Quantity: 25, Discontinued: false, ExtendedPrice: 175, Freight: 110.11 }), + new InvoicesWorldDataItem({ ShipName: `Berglunds snabbköp`, ShipAddress: `Berguvsvägen 8`, ShipCity: `Luleå`, ShipRegion: null, ShipPostalCode: `S-958 22`, ShipCountry: `Sweden`, CustomerID: `BERGS`, CustomerName: `Berglunds snabbköp`, Address: `Berguvsvägen 8`, City: `Luleå`, Region: null, PostalCode: 40000, Country: `Sweden`, Salesperson: `Janet Leverling`, OrderID: 10778, OrderDate: `2017-10-03T21:00:00.000Z`, ShipperName: `Speedy Express`, ProductID: 41, ProductName: `Jack's New England Clam Chowder`, UnitPrice: 9.65, Quantity: 10, Discontinued: false, ExtendedPrice: 96.5, Freight: 6.79 }), + new InvoicesWorldDataItem({ ShipName: `Berglunds snabbköp`, ShipAddress: `Berguvsvägen 8`, ShipCity: `Luleå`, ShipRegion: null, ShipPostalCode: `S-958 22`, ShipCountry: `Sweden`, CustomerID: `BERGS`, CustomerName: `Berglunds snabbköp`, Address: `Berguvsvägen 8`, City: `Luleå`, Region: null, PostalCode: 39000, Country: `Sweden`, Salesperson: `Anne Dodsworth`, OrderID: 10837, OrderDate: `2018-10-03T21:00:00.000Z`, ShipperName: `Federal Shipping`, ProductID: 13, ProductName: `Konbu`, UnitPrice: 6, Quantity: 6, Discontinued: false, ExtendedPrice: 36, Freight: 13.32 }), + new InvoicesWorldDataItem({ ShipName: `Berglunds snabbköp`, ShipAddress: `Berguvsvägen 8`, ShipCity: `Luleå`, ShipRegion: null, ShipPostalCode: `S-958 22`, ShipCountry: `Sweden`, CustomerID: `BERGS`, CustomerName: `Berglunds snabbköp`, Address: `Berguvsvägen 8`, City: `Luleå`, Region: null, PostalCode: 43000, Country: `Sweden`, Salesperson: `Anne Dodsworth`, OrderID: 10837, OrderDate: `2018-10-03T21:00:00.000Z`, ShipperName: `Federal Shipping`, ProductID: 40, ProductName: `Boston Crab Meat`, UnitPrice: 18.4, Quantity: 25, Discontinued: false, ExtendedPrice: 460, Freight: 13.32 }), + new InvoicesWorldDataItem({ ShipName: `Berglunds snabbköp`, ShipAddress: `Berguvsvägen 8`, ShipCity: `Luleå`, ShipRegion: null, ShipPostalCode: `S-958 22`, ShipCountry: `Sweden`, CustomerID: `BERGS`, CustomerName: `Berglunds snabbköp`, Address: `Berguvsvägen 8`, City: `Luleå`, Region: null, PostalCode: 22000, Country: `Sweden`, Salesperson: `Laura Callahan`, OrderID: 10857, OrderDate: `2018-10-03T21:00:00.000Z`, ShipperName: `United Package`, ProductID: 3, ProductName: `Aniseed Syrup`, UnitPrice: 10, Quantity: 30, Discontinued: false, ExtendedPrice: 300, Freight: 188.85 }), + new InvoicesWorldDataItem({ ShipName: `Berglunds snabbköp`, ShipAddress: `Berguvsvägen 8`, ShipCity: `Luleå`, ShipRegion: null, ShipPostalCode: `S-958 22`, ShipCountry: `Sweden`, CustomerID: `BERGS`, CustomerName: `Berglunds snabbköp`, Address: `Berguvsvägen 8`, City: `Luleå`, Region: null, PostalCode: 30000, Country: `Sweden`, Salesperson: `Margaret Peacock`, OrderID: 10875, OrderDate: `2018-10-03T21:00:00.000Z`, ShipperName: `United Package`, ProductID: 19, ProductName: `Teatime Chocolate Biscuits`, UnitPrice: 9.2, Quantity: 25, Discontinued: false, ExtendedPrice: 230, Freight: 32.37 }), + new InvoicesWorldDataItem({ ShipName: `Berglunds snabbköp`, ShipAddress: `Berguvsvägen 8`, ShipCity: `Luleå`, ShipRegion: null, ShipPostalCode: `S-958 22`, ShipCountry: `Sweden`, CustomerID: `BERGS`, CustomerName: `Berglunds snabbköp`, Address: `Berguvsvägen 8`, City: `Luleå`, Region: null, PostalCode: 50000, Country: `Sweden`, Salesperson: `Margaret Peacock`, OrderID: 10875, OrderDate: `2018-10-03T21:00:00.000Z`, ShipperName: `United Package`, ProductID: 49, ProductName: `Maxilaku`, UnitPrice: 20, Quantity: 15, Discontinued: false, ExtendedPrice: 300, Freight: 32.37 }), + new InvoicesWorldDataItem({ ShipName: `Berglunds snabbköp`, ShipAddress: `Berguvsvägen 8`, ShipCity: `Luleå`, ShipRegion: null, ShipPostalCode: `S-958 22`, ShipCountry: `Sweden`, CustomerID: `BERGS`, CustomerName: `Berglunds snabbköp`, Address: `Berguvsvägen 8`, City: `Luleå`, Region: null, PostalCode: 45000, Country: `Sweden`, Salesperson: `Janet Leverling`, OrderID: 10924, OrderDate: `2018-10-03T21:00:00.000Z`, ShipperName: `United Package`, ProductID: 75, ProductName: `Rhönbräu Klosterbier`, UnitPrice: 7.75, Quantity: 6, Discontinued: false, ExtendedPrice: 46.5, Freight: 151.52 }), + new InvoicesWorldDataItem({ ShipName: `Berglunds snabbköp`, ShipAddress: `Berguvsvägen 8`, ShipCity: `Luleå`, ShipRegion: null, ShipPostalCode: `S-958 22`, ShipCountry: `Sweden`, CustomerID: `BERGS`, CustomerName: `Berglunds snabbköp`, Address: `Berguvsvägen 8`, City: `Luleå`, Region: null, PostalCode: 28000, Country: `Sweden`, Salesperson: `Janet Leverling`, OrderID: 10572, OrderDate: `2018-10-03T21:00:00.000Z`, ShipperName: `United Package`, ProductID: 16, ProductName: `Pavlova`, UnitPrice: 17.45, Quantity: 12, Discontinued: false, ExtendedPrice: 188.46, Freight: 116.43 }), + new InvoicesWorldDataItem({ ShipName: `Berglunds snabbköp`, ShipAddress: `Berguvsvägen 8`, ShipCity: `Luleå`, ShipRegion: null, ShipPostalCode: `S-958 22`, ShipCountry: `Sweden`, CustomerID: `BERGS`, CustomerName: `Berglunds snabbköp`, Address: `Berguvsvägen 8`, City: `Luleå`, Region: null, PostalCode: 50000, Country: `Sweden`, Salesperson: `Janet Leverling`, OrderID: 10572, OrderDate: `2018-10-03T21:00:00.000Z`, ShipperName: `United Package`, ProductID: 32, ProductName: `Mascarpone Fabioli`, UnitPrice: 32, Quantity: 10, Discontinued: false, ExtendedPrice: 288, Freight: 116.43 }), + new InvoicesWorldDataItem({ ShipName: `Berglunds snabbköp`, ShipAddress: `Berguvsvägen 8`, ShipCity: `Luleå`, ShipRegion: null, ShipPostalCode: `S-958 22`, ShipCountry: `Sweden`, CustomerID: `BERGS`, CustomerName: `Berglunds snabbköp`, Address: `Berguvsvägen 8`, City: `Luleå`, Region: null, PostalCode: 50000, Country: `Sweden`, Salesperson: `Janet Leverling`, OrderID: 10572, OrderDate: `2018-10-03T21:00:00.000Z`, ShipperName: `United Package`, ProductID: 75, ProductName: `Rhönbräu Klosterbier`, UnitPrice: 7.75, Quantity: 15, Discontinued: false, ExtendedPrice: 104.62, Freight: 116.43 }), + new InvoicesWorldDataItem({ ShipName: `Berglunds snabbköp`, ShipAddress: `Berguvsvägen 8`, ShipCity: `Luleå`, ShipRegion: null, ShipPostalCode: `S-958 22`, ShipCountry: `Sweden`, CustomerID: `BERGS`, CustomerName: `Berglunds snabbköp`, Address: `Berguvsvägen 8`, City: `Luleå`, Region: null, PostalCode: 32000, Country: `Sweden`, Salesperson: `Steven Buchanan`, OrderID: 10654, OrderDate: `2018-10-03T21:00:00.000Z`, ShipperName: `Speedy Express`, ProductID: 4, ProductName: `Chef Anton's Cajun Seasoning`, UnitPrice: 22, Quantity: 12, Discontinued: false, ExtendedPrice: 237.6, Freight: 55.26 }), + new InvoicesWorldDataItem({ ShipName: `Berglunds snabbköp`, ShipAddress: `Berguvsvägen 8`, ShipCity: `Luleå`, ShipRegion: null, ShipPostalCode: `S-958 22`, ShipCountry: `Sweden`, CustomerID: `BERGS`, CustomerName: `Berglunds snabbköp`, Address: `Berguvsvägen 8`, City: `Luleå`, Region: null, PostalCode: 48000, Country: `Sweden`, Salesperson: `Steven Buchanan`, OrderID: 10654, OrderDate: `2018-10-03T21:00:00.000Z`, ShipperName: `Speedy Express`, ProductID: 39, ProductName: `Chartreuse verte`, UnitPrice: 18, Quantity: 20, Discontinued: false, ExtendedPrice: 324, Freight: 55.26 }), + new InvoicesWorldDataItem({ ShipName: `Berglunds snabbköp`, ShipAddress: `Berguvsvägen 8`, ShipCity: `Luleå`, ShipRegion: null, ShipPostalCode: `S-958 22`, ShipCountry: `Sweden`, CustomerID: `BERGS`, CustomerName: `Berglunds snabbköp`, Address: `Berguvsvägen 8`, City: `Luleå`, Region: null, PostalCode: 27000, Country: `Sweden`, Salesperson: `Steven Buchanan`, OrderID: 10654, OrderDate: `2018-10-03T21:00:00.000Z`, ShipperName: `Speedy Express`, ProductID: 54, ProductName: `Tourtière`, UnitPrice: 7.45, Quantity: 6, Discontinued: false, ExtendedPrice: 40.23, Freight: 55.26 }), + new InvoicesWorldDataItem({ ShipName: `Berglunds snabbköp`, ShipAddress: `Berguvsvägen 8`, ShipCity: `Luleå`, ShipRegion: null, ShipPostalCode: `S-958 22`, ShipCountry: `Sweden`, CustomerID: `BERGS`, CustomerName: `Berglunds snabbköp`, Address: `Berguvsvägen 8`, City: `Luleå`, Region: null, PostalCode: 36000, Country: `Sweden`, Salesperson: `Anne Dodsworth`, OrderID: 10672, OrderDate: `2018-10-03T21:00:00.000Z`, ShipperName: `United Package`, ProductID: 38, ProductName: `Côte de Blaye`, UnitPrice: 263.5, Quantity: 15, Discontinued: false, ExtendedPrice: 3557.25, Freight: 95.75 }), + new InvoicesWorldDataItem({ ShipName: `Berglunds snabbköp`, ShipAddress: `Berguvsvägen 8`, ShipCity: `Luleå`, ShipRegion: null, ShipPostalCode: `S-958 22`, ShipCountry: `Sweden`, CustomerID: `BERGS`, CustomerName: `Berglunds snabbköp`, Address: `Berguvsvägen 8`, City: `Luleå`, Region: null, PostalCode: 30000, Country: `Sweden`, Salesperson: `Margaret Peacock`, OrderID: 10875, OrderDate: `2018-10-03T21:00:00.000Z`, ShipperName: `United Package`, ProductID: 47, ProductName: `Zaanse koeken`, UnitPrice: 9.5, Quantity: 21, Discontinued: false, ExtendedPrice: 179.55, Freight: 32.37 }), + new InvoicesWorldDataItem({ ShipName: `Berglunds snabbköp`, ShipAddress: `Berguvsvägen 8`, ShipCity: `Luleå`, ShipRegion: null, ShipPostalCode: `S-958 22`, ShipCountry: `Sweden`, CustomerID: `BERGS`, CustomerName: `Berglunds snabbköp`, Address: `Berguvsvägen 8`, City: `Luleå`, Region: null, PostalCode: 47000, Country: `Sweden`, Salesperson: `Janet Leverling`, OrderID: 10924, OrderDate: `2018-10-03T21:00:00.000Z`, ShipperName: `United Package`, ProductID: 10, ProductName: `Ikura`, UnitPrice: 31, Quantity: 20, Discontinued: false, ExtendedPrice: 558, Freight: 151.52 }), + new InvoicesWorldDataItem({ ShipName: `Berglunds snabbköp`, ShipAddress: `Berguvsvägen 8`, ShipCity: `Luleå`, ShipRegion: null, ShipPostalCode: `S-958 22`, ShipCountry: `Sweden`, CustomerID: `BERGS`, CustomerName: `Berglunds snabbköp`, Address: `Berguvsvägen 8`, City: `Luleå`, Region: null, PostalCode: 25000, Country: `Sweden`, Salesperson: `Janet Leverling`, OrderID: 10924, OrderDate: `2018-10-03T21:00:00.000Z`, ShipperName: `United Package`, ProductID: 28, ProductName: `Rössle Sauerkraut`, UnitPrice: 45.6, Quantity: 30, Discontinued: true, ExtendedPrice: 1231.2, Freight: 151.52 }), + new InvoicesWorldDataItem({ ShipName: `Berglunds snabbköp`, ShipAddress: `Berguvsvägen 8`, ShipCity: `Luleå`, ShipRegion: null, ShipPostalCode: `S-958 22`, ShipCountry: `Sweden`, CustomerID: `BERGS`, CustomerName: `Berglunds snabbköp`, Address: `Berguvsvägen 8`, City: `Luleå`, Region: null, PostalCode: 29000, Country: `Sweden`, Salesperson: `Nancy Davolio`, OrderID: 10689, OrderDate: `2018-10-03T21:00:00.000Z`, ShipperName: `United Package`, ProductID: 1, ProductName: `Chai`, UnitPrice: 18, Quantity: 35, Discontinued: true, ExtendedPrice: 472.5, Freight: 13.42 }), + new InvoicesWorldDataItem({ ShipName: `Berglunds snabbköp`, ShipAddress: `Berguvsvägen 8`, ShipCity: `Luleå`, ShipRegion: null, ShipPostalCode: `S-958 22`, ShipCountry: `Sweden`, CustomerID: `BERGS`, CustomerName: `Berglunds snabbköp`, Address: `Berguvsvägen 8`, City: `Luleå`, Region: null, PostalCode: 47000, Country: `Sweden`, Salesperson: `Anne Dodsworth`, OrderID: 10837, OrderDate: `2018-10-03T21:00:00.000Z`, ShipperName: `Federal Shipping`, ProductID: 47, ProductName: `Zaanse koeken`, UnitPrice: 9.5, Quantity: 40, Discontinued: true, ExtendedPrice: 285, Freight: 13.32 }), + new InvoicesWorldDataItem({ ShipName: `Berglunds snabbköp`, ShipAddress: `Berguvsvägen 8`, ShipCity: `Luleå`, ShipRegion: null, ShipPostalCode: `S-958 22`, ShipCountry: `Sweden`, CustomerID: `BERGS`, CustomerName: `Berglunds snabbköp`, Address: `Berguvsvägen 8`, City: `Luleå`, Region: null, PostalCode: 32000, Country: `Sweden`, Salesperson: `Anne Dodsworth`, OrderID: 10837, OrderDate: `2018-10-03T21:00:00.000Z`, ShipperName: `Federal Shipping`, ProductID: 76, ProductName: `Lakkalikööri`, UnitPrice: 18, Quantity: 21, Discontinued: true, ExtendedPrice: 283.5, Freight: 13.32 }), + new InvoicesWorldDataItem({ ShipName: `Berglunds snabbköp`, ShipAddress: `Berguvsvägen 8`, ShipCity: `Luleå`, ShipRegion: null, ShipPostalCode: `S-958 22`, ShipCountry: `Sweden`, CustomerID: `BERGS`, CustomerName: `Berglunds snabbköp`, Address: `Berguvsvägen 8`, City: `Luleå`, Region: null, PostalCode: 27000, Country: `Sweden`, Salesperson: `Laura Callahan`, OrderID: 10857, OrderDate: `2018-10-03T21:00:00.000Z`, ShipperName: `United Package`, ProductID: 26, ProductName: `Gumbär Gummibärchen`, UnitPrice: 31.23, Quantity: 35, Discontinued: true, ExtendedPrice: 819.79, Freight: 188.85 }), + new InvoicesWorldDataItem({ ShipName: `Berglunds snabbköp`, ShipAddress: `Berguvsvägen 8`, ShipCity: `Luleå`, ShipRegion: null, ShipPostalCode: `S-958 22`, ShipCountry: `Sweden`, CustomerID: `BERGS`, CustomerName: `Berglunds snabbköp`, Address: `Berguvsvägen 8`, City: `Luleå`, Region: null, PostalCode: 49000, Country: `Sweden`, Salesperson: `Laura Callahan`, OrderID: 10857, OrderDate: `2018-10-03T21:00:00.000Z`, ShipperName: `United Package`, ProductID: 29, ProductName: `Thüringer Rostbratwurst`, UnitPrice: 123.79, Quantity: 10, Discontinued: true, ExtendedPrice: 928.43, Freight: 188.85 }), + new InvoicesWorldDataItem({ ShipName: `Berglunds snabbköp`, ShipAddress: `Berguvsvägen 8`, ShipCity: `Luleå`, ShipRegion: null, ShipPostalCode: `S-958 22`, ShipCountry: `Sweden`, CustomerID: `BERGS`, CustomerName: `Berglunds snabbköp`, Address: `Berguvsvägen 8`, City: `Luleå`, Region: null, PostalCode: 20000, Country: `Sweden`, Salesperson: `Steven Buchanan`, OrderID: 10866, OrderDate: `2018-10-03T21:00:00.000Z`, ShipperName: `Speedy Express`, ProductID: 2, ProductName: `Chang`, UnitPrice: 19, Quantity: 21, Discontinued: true, ExtendedPrice: 299.25, Freight: 109.11 }), + new InvoicesWorldDataItem({ ShipName: `Berglunds snabbköp`, ShipAddress: `Berguvsvägen 8`, ShipCity: `Luleå`, ShipRegion: null, ShipPostalCode: `S-958 22`, ShipCountry: `Sweden`, CustomerID: `BERGS`, CustomerName: `Berglunds snabbköp`, Address: `Berguvsvägen 8`, City: `Luleå`, Region: null, PostalCode: 40000, Country: `Sweden`, Salesperson: `Steven Buchanan`, OrderID: 10866, OrderDate: `2018-10-03T21:00:00.000Z`, ShipperName: `Speedy Express`, ProductID: 24, ProductName: `Guaraná Fantástica`, UnitPrice: 4.5, Quantity: 6, Discontinued: true, ExtendedPrice: 20.25, Freight: 109.11 }), + new InvoicesWorldDataItem({ ShipName: `Berglunds snabbköp`, ShipAddress: `Berguvsvägen 8`, ShipCity: `Luleå`, ShipRegion: null, ShipPostalCode: `S-958 22`, ShipCountry: `Sweden`, CustomerID: `BERGS`, CustomerName: `Berglunds snabbköp`, Address: `Berguvsvägen 8`, City: `Luleå`, Region: null, PostalCode: 27000, Country: `Sweden`, Salesperson: `Steven Buchanan`, OrderID: 10866, OrderDate: `2018-10-03T21:00:00.000Z`, ShipperName: `Speedy Express`, ProductID: 30, ProductName: `Nord-Ost Matjeshering`, UnitPrice: 25.89, Quantity: 40, Discontinued: false, ExtendedPrice: 776.7, Freight: 109.11 }), + new InvoicesWorldDataItem({ ShipName: `Blauer See Delikatessen`, ShipAddress: `Forsterstr. 57`, ShipCity: `Mannheim`, ShipRegion: null, ShipPostalCode: `68306`, ShipCountry: `Germany`, CustomerID: `BLAUS`, CustomerName: `Blauer See Delikatessen`, Address: `Forsterstr. 57`, City: `Mannheim`, Region: null, PostalCode: 68306, Country: `Germany`, Salesperson: `Anne Dodsworth`, OrderID: 10501, OrderDate: `2018-10-03T21:00:00.000Z`, ShipperName: `Federal Shipping`, ProductID: 54, ProductName: `Tourtière`, UnitPrice: 7.45, Quantity: 20, Discontinued: false, ExtendedPrice: 149, Freight: 8.85 }), + new InvoicesWorldDataItem({ ShipName: `Blauer See Delikatessen`, ShipAddress: `Forsterstr. 57`, ShipCity: `Mannheim`, ShipRegion: null, ShipPostalCode: `68306`, ShipCountry: `Germany`, CustomerID: `BLAUS`, CustomerName: `Blauer See Delikatessen`, Address: `Forsterstr. 57`, City: `Mannheim`, Region: null, PostalCode: 68306, Country: `Germany`, Salesperson: `Margaret Peacock`, OrderID: 10509, OrderDate: `2018-10-03T21:00:00.000Z`, ShipperName: `Speedy Express`, ProductID: 28, ProductName: `Rössle Sauerkraut`, UnitPrice: 45.6, Quantity: 3, Discontinued: false, ExtendedPrice: 136.8, Freight: 0.15 }), + new InvoicesWorldDataItem({ ShipName: `Blauer See Delikatessen`, ShipAddress: `Forsterstr. 57`, ShipCity: `Mannheim`, ShipRegion: null, ShipPostalCode: `68306`, ShipCountry: `Germany`, CustomerID: `BLAUS`, CustomerName: `Blauer See Delikatessen`, Address: `Forsterstr. 57`, City: `Mannheim`, Region: null, PostalCode: 68306, Country: `Germany`, Salesperson: `Janet Leverling`, OrderID: 10582, OrderDate: `2018-10-03T21:00:00.000Z`, ShipperName: `United Package`, ProductID: 57, ProductName: `Ravioli Angelo`, UnitPrice: 19.5, Quantity: 4, Discontinued: false, ExtendedPrice: 78, Freight: 27.71 }), + new InvoicesWorldDataItem({ ShipName: `Blauer See Delikatessen`, ShipAddress: `Forsterstr. 57`, ShipCity: `Mannheim`, ShipRegion: null, ShipPostalCode: `68306`, ShipCountry: `Germany`, CustomerID: `BLAUS`, CustomerName: `Blauer See Delikatessen`, Address: `Forsterstr. 57`, City: `Mannheim`, Region: null, PostalCode: 68306, Country: `Germany`, Salesperson: `Janet Leverling`, OrderID: 10582, OrderDate: `2018-10-03T21:00:00.000Z`, ShipperName: `United Package`, ProductID: 76, ProductName: `Lakkalikööri`, UnitPrice: 18, Quantity: 14, Discontinued: false, ExtendedPrice: 252, Freight: 27.71 }), + new InvoicesWorldDataItem({ ShipName: `Blauer See Delikatessen`, ShipAddress: `Forsterstr. 57`, ShipCity: `Mannheim`, ShipRegion: null, ShipPostalCode: `68306`, ShipCountry: `Germany`, CustomerID: `BLAUS`, CustomerName: `Blauer See Delikatessen`, Address: `Forsterstr. 57`, City: `Mannheim`, Region: null, PostalCode: 68306, Country: `Germany`, Salesperson: `Laura Callahan`, OrderID: 10614, OrderDate: `2018-10-03T21:00:00.000Z`, ShipperName: `Federal Shipping`, ProductID: 11, ProductName: `Queso Cabrales`, UnitPrice: 21, Quantity: 14, Discontinued: false, ExtendedPrice: 294, Freight: 1.93 }), + new InvoicesWorldDataItem({ ShipName: `Blauer See Delikatessen`, ShipAddress: `Forsterstr. 57`, ShipCity: `Mannheim`, ShipRegion: null, ShipPostalCode: `68306`, ShipCountry: `Germany`, CustomerID: `BLAUS`, CustomerName: `Blauer See Delikatessen`, Address: `Forsterstr. 57`, City: `Mannheim`, Region: null, PostalCode: 68306, Country: `Germany`, Salesperson: `Laura Callahan`, OrderID: 10614, OrderDate: `2016-10-03T21:00:00.000Z`, ShipperName: `Federal Shipping`, ProductID: 21, ProductName: `Sir Rodney's Scones`, UnitPrice: 10, Quantity: 8, Discontinued: false, ExtendedPrice: 80, Freight: 1.93 }), + new InvoicesWorldDataItem({ ShipName: `Blauer See Delikatessen`, ShipAddress: `Forsterstr. 57`, ShipCity: `Mannheim`, ShipRegion: null, ShipPostalCode: `68306`, ShipCountry: `Germany`, CustomerID: `BLAUS`, CustomerName: `Blauer See Delikatessen`, Address: `Forsterstr. 57`, City: `Mannheim`, Region: null, PostalCode: 68306, Country: `Germany`, Salesperson: `Laura Callahan`, OrderID: 10614, OrderDate: `2016-10-03T21:00:00.000Z`, ShipperName: `Federal Shipping`, ProductID: 39, ProductName: `Chartreuse verte`, UnitPrice: 18, Quantity: 5, Discontinued: false, ExtendedPrice: 90, Freight: 1.93 }), + new InvoicesWorldDataItem({ ShipName: `Blauer See Delikatessen`, ShipAddress: `Forsterstr. 57`, ShipCity: `Mannheim`, ShipRegion: null, ShipPostalCode: `68306`, ShipCountry: `Germany`, CustomerID: `BLAUS`, CustomerName: `Blauer See Delikatessen`, Address: `Forsterstr. 57`, City: `Mannheim`, Region: null, PostalCode: 68306, Country: `Germany`, Salesperson: `Anne Dodsworth`, OrderID: 10853, OrderDate: `2016-10-03T21:00:00.000Z`, ShipperName: `United Package`, ProductID: 18, ProductName: `Carnarvon Tigers`, UnitPrice: 62.5, Quantity: 10, Discontinued: false, ExtendedPrice: 625, Freight: 53.83 }), + new InvoicesWorldDataItem({ ShipName: `Blauer See Delikatessen`, ShipAddress: `Forsterstr. 57`, ShipCity: `Mannheim`, ShipRegion: null, ShipPostalCode: `68306`, ShipCountry: `Germany`, CustomerID: `BLAUS`, CustomerName: `Blauer See Delikatessen`, Address: `Forsterstr. 57`, City: `Mannheim`, Region: null, PostalCode: 68306, Country: `Germany`, Salesperson: `Michael Suyama`, OrderID: 10956, OrderDate: `2016-10-03T21:00:00.000Z`, ShipperName: `United Package`, ProductID: 21, ProductName: `Sir Rodney's Scones`, UnitPrice: 10, Quantity: 12, Discontinued: false, ExtendedPrice: 120, Freight: 44.65 }), + new InvoicesWorldDataItem({ ShipName: `Blauer See Delikatessen`, ShipAddress: `Forsterstr. 57`, ShipCity: `Mannheim`, ShipRegion: null, ShipPostalCode: `68306`, ShipCountry: `Germany`, CustomerID: `BLAUS`, CustomerName: `Blauer See Delikatessen`, Address: `Forsterstr. 57`, City: `Mannheim`, Region: null, PostalCode: 68306, Country: `Germany`, Salesperson: `Michael Suyama`, OrderID: 10956, OrderDate: `2016-10-03T21:00:00.000Z`, ShipperName: `United Package`, ProductID: 47, ProductName: `Zaanse koeken`, UnitPrice: 9.5, Quantity: 14, Discontinued: false, ExtendedPrice: 133, Freight: 44.65 }), + new InvoicesWorldDataItem({ ShipName: `Bólido Comidas preparadas`, ShipAddress: `C/ Araquil, 67`, ShipCity: `Madrid`, ShipRegion: null, ShipPostalCode: `28023`, ShipCountry: `Spain`, CustomerID: `BOLID`, CustomerName: `Bólido Comidas preparadas`, Address: `C/ Araquil, 67`, City: `Madrid`, Region: null, PostalCode: 28023, Country: `Spain`, Salesperson: `Margaret Peacock`, OrderID: 10326, OrderDate: `2016-10-03T21:00:00.000Z`, ShipperName: `United Package`, ProductID: 75, ProductName: `Rhönbräu Klosterbier`, UnitPrice: 6.2, Quantity: 50, Discontinued: false, ExtendedPrice: 310, Freight: 77.92 }), + new InvoicesWorldDataItem({ ShipName: `Bólido Comidas preparadas`, ShipAddress: `C/ Araquil, 67`, ShipCity: `Madrid`, ShipRegion: null, ShipPostalCode: `28023`, ShipCountry: `Spain`, CustomerID: `BOLID`, CustomerName: `Bólido Comidas preparadas`, Address: `C/ Araquil, 67`, City: `Madrid`, Region: null, PostalCode: 28023, Country: `Spain`, Salesperson: `Anne Dodsworth`, OrderID: 10970, OrderDate: `2016-10-03T21:00:00.000Z`, ShipperName: `Speedy Express`, ProductID: 52, ProductName: `Filo Mix`, UnitPrice: 7, Quantity: 40, Discontinued: false, ExtendedPrice: 224, Freight: 16.16 }), + new InvoicesWorldDataItem({ ShipName: `Bólido Comidas preparadas`, ShipAddress: `C/ Araquil, 67`, ShipCity: `Madrid`, ShipRegion: null, ShipPostalCode: `28023`, ShipCountry: `Spain`, CustomerID: `BOLID`, CustomerName: `Bólido Comidas preparadas`, Address: `C/ Araquil, 67`, City: `Madrid`, Region: null, PostalCode: 28023, Country: `Spain`, Salesperson: `Margaret Peacock`, OrderID: 10801, OrderDate: `2016-10-03T21:00:00.000Z`, ShipperName: `United Package`, ProductID: 17, ProductName: `Alice Mutton`, UnitPrice: 39, Quantity: 40, Discontinued: false, ExtendedPrice: 1170, Freight: 97.09 }), + new InvoicesWorldDataItem({ ShipName: `Bólido Comidas preparadas`, ShipAddress: `C/ Araquil, 67`, ShipCity: `Madrid`, ShipRegion: null, ShipPostalCode: `28023`, ShipCountry: `Spain`, CustomerID: `BOLID`, CustomerName: `Bólido Comidas preparadas`, Address: `C/ Araquil, 67`, City: `Madrid`, Region: null, PostalCode: 28023, Country: `Spain`, Salesperson: `Margaret Peacock`, OrderID: 10801, OrderDate: `2016-10-03T21:00:00.000Z`, ShipperName: `United Package`, ProductID: 29, ProductName: `Thüringer Rostbratwurst`, UnitPrice: 123.79, Quantity: 20, Discontinued: false, ExtendedPrice: 1856.85, Freight: 97.09 }), + new InvoicesWorldDataItem({ ShipName: `Bon app'`, ShipAddress: `12, rue des Bouchers`, ShipCity: `Marseille`, ShipRegion: null, ShipPostalCode: `13008`, ShipCountry: `France`, CustomerID: `BONAP`, CustomerName: `Bon app'`, Address: `12, rue des Bouchers`, City: `Marseille`, Region: null, PostalCode: 13008, Country: `France`, Salesperson: `Anne Dodsworth`, OrderID: 10331, OrderDate: `2016-10-03T21:00:00.000Z`, ShipperName: `Speedy Express`, ProductID: 54, ProductName: `Tourtière`, UnitPrice: 5.9, Quantity: 15, Discontinued: false, ExtendedPrice: 88.5, Freight: 10.19 }), + new InvoicesWorldDataItem({ ShipName: `Bon app'`, ShipAddress: `12, rue des Bouchers`, ShipCity: `Marseille`, ShipRegion: null, ShipPostalCode: `13008`, ShipCountry: `France`, CustomerID: `BONAP`, CustomerName: `Bon app'`, Address: `12, rue des Bouchers`, City: `Marseille`, Region: null, PostalCode: 13008, Country: `France`, Salesperson: `Janet Leverling`, OrderID: 10362, OrderDate: `2016-10-03T21:00:00.000Z`, ShipperName: `Speedy Express`, ProductID: 25, ProductName: `NuNuCa Nuß-Nougat-Creme`, UnitPrice: 11.2, Quantity: 50, Discontinued: false, ExtendedPrice: 560, Freight: 96.04 }), + new InvoicesWorldDataItem({ ShipName: `Bon app'`, ShipAddress: `12, rue des Bouchers`, ShipCity: `Marseille`, ShipRegion: null, ShipPostalCode: `13008`, ShipCountry: `France`, CustomerID: `BONAP`, CustomerName: `Bon app'`, Address: `12, rue des Bouchers`, City: `Marseille`, Region: null, PostalCode: 13008, Country: `France`, Salesperson: `Janet Leverling`, OrderID: 10362, OrderDate: `2016-10-03T21:00:00.000Z`, ShipperName: `Speedy Express`, ProductID: 51, ProductName: `Manjimup Dried Apples`, UnitPrice: 42.4, Quantity: 20, Discontinued: false, ExtendedPrice: 848, Freight: 96.04 }), + new InvoicesWorldDataItem({ ShipName: `Bon app'`, ShipAddress: `12, rue des Bouchers`, ShipCity: `Marseille`, ShipRegion: null, ShipPostalCode: `13008`, ShipCountry: `France`, CustomerID: `BONAP`, CustomerName: `Bon app'`, Address: `12, rue des Bouchers`, City: `Marseille`, Region: null, PostalCode: 13008, Country: `France`, Salesperson: `Janet Leverling`, OrderID: 10362, OrderDate: `2016-10-03T21:00:00.000Z`, ShipperName: `Speedy Express`, ProductID: 54, ProductName: `Tourtière`, UnitPrice: 5.9, Quantity: 24, Discontinued: false, ExtendedPrice: 141.6, Freight: 96.04 }), + new InvoicesWorldDataItem({ ShipName: `Bon app'`, ShipAddress: `12, rue des Bouchers`, ShipCity: `Marseille`, ShipRegion: null, ShipPostalCode: `13008`, ShipCountry: `France`, CustomerID: `BONAP`, CustomerName: `Bon app'`, Address: `12, rue des Bouchers`, City: `Marseille`, Region: null, PostalCode: 13008, Country: `France`, Salesperson: `Margaret Peacock`, OrderID: 10470, OrderDate: `2016-10-03T21:00:00.000Z`, ShipperName: `United Package`, ProductID: 18, ProductName: `Carnarvon Tigers`, UnitPrice: 50, Quantity: 30, Discontinued: false, ExtendedPrice: 1500, Freight: 64.56 }), + new InvoicesWorldDataItem({ ShipName: `Bon app'`, ShipAddress: `12, rue des Bouchers`, ShipCity: `Marseille`, ShipRegion: null, ShipPostalCode: `13008`, ShipCountry: `France`, CustomerID: `BONAP`, CustomerName: `Bon app'`, Address: `12, rue des Bouchers`, City: `Marseille`, Region: null, PostalCode: 13008, Country: `France`, Salesperson: `Margaret Peacock`, OrderID: 10470, OrderDate: `2016-10-03T21:00:00.000Z`, ShipperName: `United Package`, ProductID: 23, ProductName: `Tunnbröd`, UnitPrice: 7.2, Quantity: 15, Discontinued: false, ExtendedPrice: 108, Freight: 64.56 }), + new InvoicesWorldDataItem({ ShipName: `Bon app'`, ShipAddress: `12, rue des Bouchers`, ShipCity: `Marseille`, ShipRegion: null, ShipPostalCode: `13008`, ShipCountry: `France`, CustomerID: `BONAP`, CustomerName: `Bon app'`, Address: `12, rue des Bouchers`, City: `Marseille`, Region: null, PostalCode: 13008, Country: `France`, Salesperson: `Margaret Peacock`, OrderID: 10470, OrderDate: `2016-10-03T21:00:00.000Z`, ShipperName: `United Package`, ProductID: 64, ProductName: `Wimmers gute Semmelknödel`, UnitPrice: 26.6, Quantity: 8, Discontinued: false, ExtendedPrice: 212.8, Freight: 64.56 }), + new InvoicesWorldDataItem({ ShipName: `Bon app'`, ShipAddress: `12, rue des Bouchers`, ShipCity: `Marseille`, ShipRegion: null, ShipPostalCode: `13008`, ShipCountry: `France`, CustomerID: `BONAP`, CustomerName: `Bon app'`, Address: `12, rue des Bouchers`, City: `Marseille`, Region: null, PostalCode: 13008, Country: `France`, Salesperson: `Nancy Davolio`, OrderID: 10525, OrderDate: `2016-10-03T21:00:00.000Z`, ShipperName: `United Package`, ProductID: 36, ProductName: `Inlagd Sill`, UnitPrice: 19, Quantity: 30, Discontinued: false, ExtendedPrice: 570, Freight: 11.06 }), + new InvoicesWorldDataItem({ ShipName: `Bon app'`, ShipAddress: `12, rue des Bouchers`, ShipCity: `Marseille`, ShipRegion: null, ShipPostalCode: `13008`, ShipCountry: `France`, CustomerID: `BONAP`, CustomerName: `Bon app'`, Address: `12, rue des Bouchers`, City: `Marseille`, Region: null, PostalCode: 13008, Country: `France`, Salesperson: `Janet Leverling`, OrderID: 10715, OrderDate: `2016-10-03T21:00:00.000Z`, ShipperName: `Speedy Express`, ProductID: 10, ProductName: `Ikura`, UnitPrice: 31, Quantity: 21, Discontinued: false, ExtendedPrice: 651, Freight: 63.2 }), + new InvoicesWorldDataItem({ ShipName: `Bon app'`, ShipAddress: `12, rue des Bouchers`, ShipCity: `Marseille`, ShipRegion: null, ShipPostalCode: `13008`, ShipCountry: `France`, CustomerID: `BONAP`, CustomerName: `Bon app'`, Address: `12, rue des Bouchers`, City: `Marseille`, Region: null, PostalCode: 13008, Country: `France`, Salesperson: `Janet Leverling`, OrderID: 10715, OrderDate: `2016-10-03T21:00:00.000Z`, ShipperName: `Speedy Express`, ProductID: 71, ProductName: `Flotemysost`, UnitPrice: 21.5, Quantity: 30, Discontinued: false, ExtendedPrice: 645, Freight: 63.2 }), + new InvoicesWorldDataItem({ ShipName: `Bon app'`, ShipAddress: `12, rue des Bouchers`, ShipCity: `Marseille`, ShipRegion: null, ShipPostalCode: `13008`, ShipCountry: `France`, CustomerID: `BONAP`, CustomerName: `Bon app'`, Address: `12, rue des Bouchers`, City: `Marseille`, Region: null, PostalCode: 13008, Country: `France`, Salesperson: `Janet Leverling`, OrderID: 10732, OrderDate: `2016-10-03T21:00:00.000Z`, ShipperName: `Speedy Express`, ProductID: 76, ProductName: `Lakkalikööri`, UnitPrice: 18, Quantity: 20, Discontinued: false, ExtendedPrice: 360, Freight: 16.97 }), + new InvoicesWorldDataItem({ ShipName: `Bon app'`, ShipAddress: `12, rue des Bouchers`, ShipCity: `Marseille`, ShipRegion: null, ShipPostalCode: `13008`, ShipCountry: `France`, CustomerID: `BONAP`, CustomerName: `Bon app'`, Address: `12, rue des Bouchers`, City: `Marseille`, Region: null, PostalCode: 13008, Country: `France`, Salesperson: `Nancy Davolio`, OrderID: 10827, OrderDate: `2017-10-03T21:00:00.000Z`, ShipperName: `United Package`, ProductID: 10, ProductName: `Ikura`, UnitPrice: 31, Quantity: 15, Discontinued: false, ExtendedPrice: 465, Freight: 63.54 }), + new InvoicesWorldDataItem({ ShipName: `Bon app'`, ShipAddress: `12, rue des Bouchers`, ShipCity: `Marseille`, ShipRegion: null, ShipPostalCode: `13008`, ShipCountry: `France`, CustomerID: `BONAP`, CustomerName: `Bon app'`, Address: `12, rue des Bouchers`, City: `Marseille`, Region: null, PostalCode: 13008, Country: `France`, Salesperson: `Nancy Davolio`, OrderID: 10827, OrderDate: `2016-10-03T21:00:00.000Z`, ShipperName: `United Package`, ProductID: 39, ProductName: `Chartreuse verte`, UnitPrice: 18, Quantity: 21, Discontinued: false, ExtendedPrice: 378, Freight: 63.54 }), + new InvoicesWorldDataItem({ ShipName: `Bon app'`, ShipAddress: `12, rue des Bouchers`, ShipCity: `Marseille`, ShipRegion: null, ShipPostalCode: `13008`, ShipCountry: `France`, CustomerID: `BONAP`, CustomerName: `Bon app'`, Address: `12, rue des Bouchers`, City: `Marseille`, Region: null, PostalCode: 13008, Country: `France`, Salesperson: `Robert King`, OrderID: 10876, OrderDate: `2016-10-03T21:00:00.000Z`, ShipperName: `Federal Shipping`, ProductID: 46, ProductName: `Spegesild`, UnitPrice: 12, Quantity: 21, Discontinued: false, ExtendedPrice: 252, Freight: 60.42 }), + new InvoicesWorldDataItem({ ShipName: `Bon app'`, ShipAddress: `12, rue des Bouchers`, ShipCity: `Marseille`, ShipRegion: null, ShipPostalCode: `13008`, ShipCountry: `France`, CustomerID: `BONAP`, CustomerName: `Bon app'`, Address: `12, rue des Bouchers`, City: `Marseille`, Region: null, PostalCode: 13008, Country: `France`, Salesperson: `Robert King`, OrderID: 10876, OrderDate: `2016-10-03T21:00:00.000Z`, ShipperName: `Federal Shipping`, ProductID: 64, ProductName: `Wimmers gute Semmelknödel`, UnitPrice: 33.25, Quantity: 20, Discontinued: false, ExtendedPrice: 665, Freight: 60.42 }), + new InvoicesWorldDataItem({ ShipName: `Bon app'`, ShipAddress: `12, rue des Bouchers`, ShipCity: `Marseille`, ShipRegion: null, ShipPostalCode: `13008`, ShipCountry: `France`, CustomerID: `BONAP`, CustomerName: `Bon app'`, Address: `12, rue des Bouchers`, City: `Marseille`, Region: null, PostalCode: 13008, Country: `France`, Salesperson: `Laura Callahan`, OrderID: 10932, OrderDate: `2016-10-03T21:00:00.000Z`, ShipperName: `Speedy Express`, ProductID: 72, ProductName: `Mozzarella di Giovanni`, UnitPrice: 34.8, Quantity: 16, Discontinued: false, ExtendedPrice: 556.8, Freight: 134.64 }), + new InvoicesWorldDataItem({ ShipName: `Bon app'`, ShipAddress: `12, rue des Bouchers`, ShipCity: `Marseille`, ShipRegion: null, ShipPostalCode: `13008`, ShipCountry: `France`, CustomerID: `BONAP`, CustomerName: `Bon app'`, Address: `12, rue des Bouchers`, City: `Marseille`, Region: null, PostalCode: 13008, Country: `France`, Salesperson: `Laura Callahan`, OrderID: 10940, OrderDate: `2016-10-03T21:00:00.000Z`, ShipperName: `Federal Shipping`, ProductID: 13, ProductName: `Konbu`, UnitPrice: 6, Quantity: 20, Discontinued: false, ExtendedPrice: 120, Freight: 19.77 }), + new InvoicesWorldDataItem({ ShipName: `Bon app'`, ShipAddress: `12, rue des Bouchers`, ShipCity: `Marseille`, ShipRegion: null, ShipPostalCode: `13008`, ShipCountry: `France`, CustomerID: `BONAP`, CustomerName: `Bon app'`, Address: `12, rue des Bouchers`, City: `Marseille`, Region: null, PostalCode: 13008, Country: `France`, Salesperson: `Nancy Davolio`, OrderID: 10340, OrderDate: `2016-10-03T21:00:00.000Z`, ShipperName: `Federal Shipping`, ProductID: 18, ProductName: `Carnarvon Tigers`, UnitPrice: 50, Quantity: 20, Discontinued: false, ExtendedPrice: 950, Freight: 166.31 }), + new InvoicesWorldDataItem({ ShipName: `Bon app'`, ShipAddress: `12, rue des Bouchers`, ShipCity: `Marseille`, ShipRegion: null, ShipPostalCode: `13008`, ShipCountry: `France`, CustomerID: `BONAP`, CustomerName: `Bon app'`, Address: `12, rue des Bouchers`, City: `Marseille`, Region: null, PostalCode: 13008, Country: `France`, Salesperson: `Nancy Davolio`, OrderID: 10340, OrderDate: `2016-10-03T21:00:00.000Z`, ShipperName: `Federal Shipping`, ProductID: 41, ProductName: `Jack's New England Clam Chowder`, UnitPrice: 7.7, Quantity: 12, Discontinued: false, ExtendedPrice: 87.78, Freight: 166.31 }), + new InvoicesWorldDataItem({ ShipName: `Bon app'`, ShipAddress: `12, rue des Bouchers`, ShipCity: `Marseille`, ShipRegion: null, ShipPostalCode: `13008`, ShipCountry: `France`, CustomerID: `BONAP`, CustomerName: `Bon app'`, Address: `12, rue des Bouchers`, City: `Marseille`, Region: null, PostalCode: 13008, Country: `France`, Salesperson: `Nancy Davolio`, OrderID: 10340, OrderDate: `2016-10-03T21:00:00.000Z`, ShipperName: `Federal Shipping`, ProductID: 43, ProductName: `Ipoh Coffee`, UnitPrice: 36.8, Quantity: 40, Discontinued: false, ExtendedPrice: 1398.4, Freight: 166.31 }), + new InvoicesWorldDataItem({ ShipName: `Bon app'`, ShipAddress: `12, rue des Bouchers`, ShipCity: `Marseille`, ShipRegion: null, ShipPostalCode: `13008`, ShipCountry: `France`, CustomerID: `BONAP`, CustomerName: `Bon app'`, Address: `12, rue des Bouchers`, City: `Marseille`, Region: null, PostalCode: 13008, Country: `France`, Salesperson: `Andrew Fuller`, OrderID: 10663, OrderDate: `2016-10-03T21:00:00.000Z`, ShipperName: `United Package`, ProductID: 40, ProductName: `Boston Crab Meat`, UnitPrice: 18.4, Quantity: 30, Discontinued: false, ExtendedPrice: 524.4, Freight: 113.15 }), + new InvoicesWorldDataItem({ ShipName: `Bon app'`, ShipAddress: `12, rue des Bouchers`, ShipCity: `Marseille`, ShipRegion: null, ShipPostalCode: `13008`, ShipCountry: `France`, CustomerID: `BONAP`, CustomerName: `Bon app'`, Address: `12, rue des Bouchers`, City: `Marseille`, Region: null, PostalCode: 13008, Country: `France`, Salesperson: `Andrew Fuller`, OrderID: 10663, OrderDate: `2016-10-03T21:00:00.000Z`, ShipperName: `United Package`, ProductID: 42, ProductName: `Singaporean Hokkien Fried Mee`, UnitPrice: 14, Quantity: 30, Discontinued: false, ExtendedPrice: 399, Freight: 113.15 }), + new InvoicesWorldDataItem({ ShipName: `Bon app'`, ShipAddress: `12, rue des Bouchers`, ShipCity: `Marseille`, ShipRegion: null, ShipPostalCode: `13008`, ShipCountry: `France`, CustomerID: `BONAP`, CustomerName: `Bon app'`, Address: `12, rue des Bouchers`, City: `Marseille`, Region: null, PostalCode: 13008, Country: `France`, Salesperson: `Andrew Fuller`, OrderID: 10663, OrderDate: `2016-10-03T21:00:00.000Z`, ShipperName: `United Package`, ProductID: 51, ProductName: `Manjimup Dried Apples`, UnitPrice: 53, Quantity: 20, Discontinued: false, ExtendedPrice: 1007, Freight: 113.15 }), + new InvoicesWorldDataItem({ ShipName: `Bon app'`, ShipAddress: `12, rue des Bouchers`, ShipCity: `Marseille`, ShipRegion: null, ShipPostalCode: `13008`, ShipCountry: `France`, CustomerID: `BONAP`, CustomerName: `Bon app'`, Address: `12, rue des Bouchers`, City: `Marseille`, Region: null, PostalCode: 13008, Country: `France`, Salesperson: `Steven Buchanan`, OrderID: 10730, OrderDate: `2016-10-03T21:00:00.000Z`, ShipperName: `Speedy Express`, ProductID: 16, ProductName: `Pavlova`, UnitPrice: 17.45, Quantity: 15, Discontinued: false, ExtendedPrice: 248.66, Freight: 20.12 }), + new InvoicesWorldDataItem({ ShipName: `Bon app'`, ShipAddress: `12, rue des Bouchers`, ShipCity: `Marseille`, ShipRegion: null, ShipPostalCode: `13008`, ShipCountry: `France`, CustomerID: `BONAP`, CustomerName: `Bon app'`, Address: `12, rue des Bouchers`, City: `Marseille`, Region: null, PostalCode: 13008, Country: `France`, Salesperson: `Steven Buchanan`, OrderID: 10730, OrderDate: `2016-10-03T21:00:00.000Z`, ShipperName: `Speedy Express`, ProductID: 31, ProductName: `Gorgonzola Telino`, UnitPrice: 12.5, Quantity: 3, Discontinued: false, ExtendedPrice: 35.62, Freight: 20.12 }), + new InvoicesWorldDataItem({ ShipName: `Bon app'`, ShipAddress: `12, rue des Bouchers`, ShipCity: `Marseille`, ShipRegion: null, ShipPostalCode: `13008`, ShipCountry: `France`, CustomerID: `BONAP`, CustomerName: `Bon app'`, Address: `12, rue des Bouchers`, City: `Marseille`, Region: null, PostalCode: 13008, Country: `France`, Salesperson: `Steven Buchanan`, OrderID: 10730, OrderDate: `2016-10-03T21:00:00.000Z`, ShipperName: `Speedy Express`, ProductID: 65, ProductName: `Louisiana Fiery Hot Pepper Sauce`, UnitPrice: 21.05, Quantity: 10, Discontinued: false, ExtendedPrice: 199.97, Freight: 20.12 }), + new InvoicesWorldDataItem({ ShipName: `Bon app'`, ShipAddress: `12, rue des Bouchers`, ShipCity: `Marseille`, ShipRegion: null, ShipPostalCode: `13008`, ShipCountry: `France`, CustomerID: `BONAP`, CustomerName: `Bon app'`, Address: `12, rue des Bouchers`, City: `Marseille`, Region: null, PostalCode: 13008, Country: `France`, Salesperson: `Anne Dodsworth`, OrderID: 10871, OrderDate: `2016-10-03T21:00:00.000Z`, ShipperName: `United Package`, ProductID: 6, ProductName: `Grandma's Boysenberry Spread`, UnitPrice: 25, Quantity: 50, Discontinued: false, ExtendedPrice: 1187.5, Freight: 112.27 }), + new InvoicesWorldDataItem({ ShipName: `Bon app'`, ShipAddress: `12, rue des Bouchers`, ShipCity: `Marseille`, ShipRegion: null, ShipPostalCode: `13008`, ShipCountry: `France`, CustomerID: `BONAP`, CustomerName: `Bon app'`, Address: `12, rue des Bouchers`, City: `Marseille`, Region: null, PostalCode: 13008, Country: `France`, Salesperson: `Anne Dodsworth`, OrderID: 10871, OrderDate: `2016-10-03T21:00:00.000Z`, ShipperName: `United Package`, ProductID: 16, ProductName: `Pavlova`, UnitPrice: 17.45, Quantity: 12, Discontinued: false, ExtendedPrice: 198.93, Freight: 112.27 }), + new InvoicesWorldDataItem({ ShipName: `Bon app'`, ShipAddress: `12, rue des Bouchers`, ShipCity: `Marseille`, ShipRegion: null, ShipPostalCode: `13008`, ShipCountry: `France`, CustomerID: `BONAP`, CustomerName: `Bon app'`, Address: `12, rue des Bouchers`, City: `Marseille`, Region: null, PostalCode: 13008, Country: `France`, Salesperson: `Anne Dodsworth`, OrderID: 10871, OrderDate: `2016-10-03T21:00:00.000Z`, ShipperName: `United Package`, ProductID: 17, ProductName: `Alice Mutton`, UnitPrice: 39, Quantity: 16, Discontinued: false, ExtendedPrice: 592.8, Freight: 112.27 }), + new InvoicesWorldDataItem({ ShipName: `Bon app'`, ShipAddress: `12, rue des Bouchers`, ShipCity: `Marseille`, ShipRegion: null, ShipPostalCode: `13008`, ShipCountry: `France`, CustomerID: `BONAP`, CustomerName: `Bon app'`, Address: `12, rue des Bouchers`, City: `Marseille`, Region: null, PostalCode: 13008, Country: `France`, Salesperson: `Nancy Davolio`, OrderID: 10525, OrderDate: `2016-10-03T21:00:00.000Z`, ShipperName: `United Package`, ProductID: 40, ProductName: `Boston Crab Meat`, UnitPrice: 18.4, Quantity: 15, Discontinued: false, ExtendedPrice: 248.4, Freight: 11.06 }), + new InvoicesWorldDataItem({ ShipName: `Bon app'`, ShipAddress: `12, rue des Bouchers`, ShipCity: `Marseille`, ShipRegion: null, ShipPostalCode: `13008`, ShipCountry: `France`, CustomerID: `BONAP`, CustomerName: `Bon app'`, Address: `12, rue des Bouchers`, City: `Marseille`, Region: null, PostalCode: 13008, Country: `France`, Salesperson: `Laura Callahan`, OrderID: 10932, OrderDate: `2016-10-03T21:00:00.000Z`, ShipperName: `Speedy Express`, ProductID: 16, ProductName: `Pavlova`, UnitPrice: 17.45, Quantity: 30, Discontinued: false, ExtendedPrice: 471.15, Freight: 134.64 }), + new InvoicesWorldDataItem({ ShipName: `Bon app'`, ShipAddress: `12, rue des Bouchers`, ShipCity: `Marseille`, ShipRegion: null, ShipPostalCode: `13008`, ShipCountry: `France`, CustomerID: `BONAP`, CustomerName: `Bon app'`, Address: `12, rue des Bouchers`, City: `Marseille`, Region: null, PostalCode: 13008, Country: `France`, Salesperson: `Laura Callahan`, OrderID: 10932, OrderDate: `2016-10-03T21:00:00.000Z`, ShipperName: `Speedy Express`, ProductID: 62, ProductName: `Tarte au sucre`, UnitPrice: 49.3, Quantity: 14, Discontinued: true, ExtendedPrice: 621.18, Freight: 134.64 }), + new InvoicesWorldDataItem({ ShipName: `Bon app'`, ShipAddress: `12, rue des Bouchers`, ShipCity: `Marseille`, ShipRegion: null, ShipPostalCode: `13008`, ShipCountry: `France`, CustomerID: `BONAP`, CustomerName: `Bon app'`, Address: `12, rue des Bouchers`, City: `Marseille`, Region: null, PostalCode: 13008, Country: `France`, Salesperson: `Laura Callahan`, OrderID: 10932, OrderDate: `2016-10-03T21:00:00.000Z`, ShipperName: `Speedy Express`, ProductID: 75, ProductName: `Rhönbräu Klosterbier`, UnitPrice: 7.75, Quantity: 20, Discontinued: true, ExtendedPrice: 139.5, Freight: 134.64 }), + new InvoicesWorldDataItem({ ShipName: `Bon app'`, ShipAddress: `12, rue des Bouchers`, ShipCity: `Marseille`, ShipRegion: null, ShipPostalCode: `13008`, ShipCountry: `France`, CustomerID: `BONAP`, CustomerName: `Bon app'`, Address: `12, rue des Bouchers`, City: `Marseille`, Region: null, PostalCode: 13008, Country: `France`, Salesperson: `Margaret Peacock`, OrderID: 10511, OrderDate: `2016-10-03T21:00:00.000Z`, ShipperName: `Federal Shipping`, ProductID: 4, ProductName: `Chef Anton's Cajun Seasoning`, UnitPrice: 22, Quantity: 50, Discontinued: true, ExtendedPrice: 935, Freight: 350.64 }), + new InvoicesWorldDataItem({ ShipName: `Bon app'`, ShipAddress: `12, rue des Bouchers`, ShipCity: `Marseille`, ShipRegion: null, ShipPostalCode: `13008`, ShipCountry: `France`, CustomerID: `BONAP`, CustomerName: `Bon app'`, Address: `12, rue des Bouchers`, City: `Marseille`, Region: null, PostalCode: 13008, Country: `France`, Salesperson: `Margaret Peacock`, OrderID: 10511, OrderDate: `2016-10-03T21:00:00.000Z`, ShipperName: `Federal Shipping`, ProductID: 7, ProductName: `Uncle Bob's Organic Dried Pears`, UnitPrice: 30, Quantity: 50, Discontinued: true, ExtendedPrice: 1275, Freight: 350.64 }), + new InvoicesWorldDataItem({ ShipName: `Bon app'`, ShipAddress: `12, rue des Bouchers`, ShipCity: `Marseille`, ShipRegion: null, ShipPostalCode: `13008`, ShipCountry: `France`, CustomerID: `BONAP`, CustomerName: `Bon app'`, Address: `12, rue des Bouchers`, City: `Marseille`, Region: null, PostalCode: 13008, Country: `France`, Salesperson: `Margaret Peacock`, OrderID: 10511, OrderDate: `2016-10-03T21:00:00.000Z`, ShipperName: `Federal Shipping`, ProductID: 8, ProductName: `Northwoods Cranberry Sauce`, UnitPrice: 40, Quantity: 10, Discontinued: true, ExtendedPrice: 340, Freight: 350.64 }), + new InvoicesWorldDataItem({ ShipName: `Bon app'`, ShipAddress: `12, rue des Bouchers`, ShipCity: `Marseille`, ShipRegion: null, ShipPostalCode: `13008`, ShipCountry: `France`, CustomerID: `BONAP`, CustomerName: `Bon app'`, Address: `12, rue des Bouchers`, City: `Marseille`, Region: null, PostalCode: 13008, Country: `France`, Salesperson: `Margaret Peacock`, OrderID: 10755, OrderDate: `2016-10-03T21:00:00.000Z`, ShipperName: `United Package`, ProductID: 47, ProductName: `Zaanse koeken`, UnitPrice: 9.5, Quantity: 30, Discontinued: true, ExtendedPrice: 213.75, Freight: 16.71 }), + new InvoicesWorldDataItem({ ShipName: `Bon app'`, ShipAddress: `12, rue des Bouchers`, ShipCity: `Marseille`, ShipRegion: null, ShipPostalCode: `13008`, ShipCountry: `France`, CustomerID: `BONAP`, CustomerName: `Bon app'`, Address: `12, rue des Bouchers`, City: `Marseille`, Region: null, PostalCode: 13008, Country: `France`, Salesperson: `Margaret Peacock`, OrderID: 10755, OrderDate: `2016-10-03T21:00:00.000Z`, ShipperName: `United Package`, ProductID: 56, ProductName: `Gnocchi di nonna Alice`, UnitPrice: 38, Quantity: 30, Discontinued: true, ExtendedPrice: 855, Freight: 16.71 }), + new InvoicesWorldDataItem({ ShipName: `Bon app'`, ShipAddress: `12, rue des Bouchers`, ShipCity: `Marseille`, ShipRegion: null, ShipPostalCode: `13008`, ShipCountry: `France`, CustomerID: `BONAP`, CustomerName: `Bon app'`, Address: `12, rue des Bouchers`, City: `Marseille`, Region: null, PostalCode: 13008, Country: `France`, Salesperson: `Margaret Peacock`, OrderID: 10755, OrderDate: `2016-10-03T21:00:00.000Z`, ShipperName: `United Package`, ProductID: 57, ProductName: `Ravioli Angelo`, UnitPrice: 19.5, Quantity: 14, Discontinued: true, ExtendedPrice: 204.75, Freight: 16.71 }), + new InvoicesWorldDataItem({ ShipName: `Bon app'`, ShipAddress: `12, rue des Bouchers`, ShipCity: `Marseille`, ShipRegion: null, ShipPostalCode: `13008`, ShipCountry: `France`, CustomerID: `BONAP`, CustomerName: `Bon app'`, Address: `12, rue des Bouchers`, City: `Marseille`, Region: null, PostalCode: 13008, Country: `France`, Salesperson: `Margaret Peacock`, OrderID: 10755, OrderDate: `2016-10-03T21:00:00.000Z`, ShipperName: `United Package`, ProductID: 69, ProductName: `Gudbrandsdalsost`, UnitPrice: 36, Quantity: 25, Discontinued: true, ExtendedPrice: 675, Freight: 16.71 }), + new InvoicesWorldDataItem({ ShipName: `Bon app'`, ShipAddress: `12, rue des Bouchers`, ShipCity: `Marseille`, ShipRegion: null, ShipPostalCode: `13008`, ShipCountry: `France`, CustomerID: `BONAP`, CustomerName: `Bon app'`, Address: `12, rue des Bouchers`, City: `Marseille`, Region: null, PostalCode: 13008, Country: `France`, Salesperson: `Margaret Peacock`, OrderID: 11076, OrderDate: `2016-10-03T21:00:00.000Z`, ShipperName: `United Package`, ProductID: 6, ProductName: `Grandma's Boysenberry Spread`, UnitPrice: 25, Quantity: 20, Discontinued: true, ExtendedPrice: 375, Freight: 38.28 }), + new InvoicesWorldDataItem({ ShipName: `Bon app'`, ShipAddress: `12, rue des Bouchers`, ShipCity: `Marseille`, ShipRegion: null, ShipPostalCode: `13008`, ShipCountry: `France`, CustomerID: `BONAP`, CustomerName: `Bon app'`, Address: `12, rue des Bouchers`, City: `Marseille`, Region: null, PostalCode: 13008, Country: `France`, Salesperson: `Margaret Peacock`, OrderID: 11076, OrderDate: `2016-10-03T21:00:00.000Z`, ShipperName: `United Package`, ProductID: 14, ProductName: `Tofu`, UnitPrice: 23.25, Quantity: 20, Discontinued: true, ExtendedPrice: 348.75, Freight: 38.28 }), + new InvoicesWorldDataItem({ ShipName: `Bon app'`, ShipAddress: `12, rue des Bouchers`, ShipCity: `Marseille`, ShipRegion: null, ShipPostalCode: `13008`, ShipCountry: `France`, CustomerID: `BONAP`, CustomerName: `Bon app'`, Address: `12, rue des Bouchers`, City: `Marseille`, Region: null, PostalCode: 13008, Country: `France`, Salesperson: `Margaret Peacock`, OrderID: 11076, OrderDate: `2016-10-03T21:00:00.000Z`, ShipperName: `United Package`, ProductID: 19, ProductName: `Teatime Chocolate Biscuits`, UnitPrice: 9.2, Quantity: 10, Discontinued: true, ExtendedPrice: 69, Freight: 38.28 }), + new InvoicesWorldDataItem({ ShipName: `Bottom-Dollar Markets`, ShipAddress: `23 Toronto Blvd.`, ShipCity: `Toronto`, ShipRegion: `BC`, ShipPostalCode: `T2F 8M4`, ShipCountry: `Canada`, CustomerID: `BOTTM`, CustomerName: `Bottom-Dollar Markets`, Address: `23 Toronto Blvd.`, City: `Toronto`, Region: `BC`, PostalCode: 43000, Country: `Canada`, Salesperson: `Margaret Peacock`, OrderID: 10389, OrderDate: `2016-10-03T21:00:00.000Z`, ShipperName: `United Package`, ProductID: 10, ProductName: `Ikura`, UnitPrice: 24.8, Quantity: 16, Discontinued: false, ExtendedPrice: 396.8, Freight: 47.42 }), + new InvoicesWorldDataItem({ ShipName: `Bottom-Dollar Markets`, ShipAddress: `23 Toronto Blvd.`, ShipCity: `Toronto`, ShipRegion: `BC`, ShipPostalCode: `T2F 8M4`, ShipCountry: `Canada`, CustomerID: `BOTTM`, CustomerName: `Bottom-Dollar Markets`, Address: `23 Toronto Blvd.`, City: `Toronto`, Region: `BC`, PostalCode: 23000, Country: `Canada`, Salesperson: `Margaret Peacock`, OrderID: 10389, OrderDate: `2016-10-03T21:00:00.000Z`, ShipperName: `United Package`, ProductID: 55, ProductName: `Pâté chinois`, UnitPrice: 19.2, Quantity: 15, Discontinued: false, ExtendedPrice: 288, Freight: 47.42 }), + new InvoicesWorldDataItem({ ShipName: `Bottom-Dollar Markets`, ShipAddress: `23 Tsawassen Blvd.`, ShipCity: `Tsawassen`, ShipRegion: `BC`, ShipPostalCode: `T2F 8M4`, ShipCountry: `Canada`, CustomerID: `BOTTM`, CustomerName: `Bottom-Dollar Markets`, Address: `23 Tsawassen Blvd.`, City: `Tsawassen`, Region: `BC`, PostalCode: 25000, Country: `Canada`, Salesperson: `Margaret Peacock`, OrderID: 10389, OrderDate: `2018-09-03T21:00:00.000Z`, ShipperName: `United Package`, ProductID: 62, ProductName: `Tarte au sucre`, UnitPrice: 39.4, Quantity: 20, Discontinued: false, ExtendedPrice: 788, Freight: 47.42 }), + new InvoicesWorldDataItem({ ShipName: `Bottom-Dollar Markets`, ShipAddress: `23 Tsawassen Blvd.`, ShipCity: `Tsawassen`, ShipRegion: `BC`, ShipPostalCode: `T2F 8M4`, ShipCountry: `Canada`, CustomerID: `BOTTM`, CustomerName: `Bottom-Dollar Markets`, Address: `23 Tsawassen Blvd.`, City: `Tsawassen`, Region: `BC`, PostalCode: 31000, Country: `Canada`, Salesperson: `Margaret Peacock`, OrderID: 10389, OrderDate: `2018-09-03T21:00:00.000Z`, ShipperName: `United Package`, ProductID: 70, ProductName: `Outback Lager`, UnitPrice: 12, Quantity: 30, Discontinued: false, ExtendedPrice: 360, Freight: 47.42 }), + new InvoicesWorldDataItem({ ShipName: `Bottom-Dollar Markets`, ShipAddress: `23 Tsawassen Blvd.`, ShipCity: `Tsawassen`, ShipRegion: `BC`, ShipPostalCode: `T2F 8M4`, ShipCountry: `Canada`, CustomerID: `BOTTM`, CustomerName: `Bottom-Dollar Markets`, Address: `23 Tsawassen Blvd.`, City: `Tsawassen`, Region: `BC`, PostalCode: 41000, Country: `Canada`, Salesperson: `Janet Leverling`, OrderID: 10410, OrderDate: `2018-09-03T21:00:00.000Z`, ShipperName: `Federal Shipping`, ProductID: 33, ProductName: `Geitost`, UnitPrice: 2, Quantity: 49, Discontinued: false, ExtendedPrice: 98, Freight: 2.4 }), + new InvoicesWorldDataItem({ ShipName: `Bottom-Dollar Markets`, ShipAddress: `23 Toronto Blvd.`, ShipCity: `Toronto`, ShipRegion: `BC`, ShipPostalCode: `T2F 8M4`, ShipCountry: `Canada`, CustomerID: `BOTTM`, CustomerName: `Bottom-Dollar Markets`, Address: `23 Toronto Blvd.`, City: `Toronto`, Region: `BC`, PostalCode: 29000, Country: `Canada`, Salesperson: `Janet Leverling`, OrderID: 10410, OrderDate: `2018-09-03T21:00:00.000Z`, ShipperName: `Federal Shipping`, ProductID: 59, ProductName: `Raclette Courdavault`, UnitPrice: 44, Quantity: 16, Discontinued: false, ExtendedPrice: 704, Freight: 2.4 }), + new InvoicesWorldDataItem({ ShipName: `Bottom-Dollar Markets`, ShipAddress: `23 Tsawassen Blvd.`, ShipCity: `Tsawassen`, ShipRegion: `BC`, ShipPostalCode: `T2F 8M4`, ShipCountry: `Canada`, CustomerID: `BOTTM`, CustomerName: `Bottom-Dollar Markets`, Address: `23 Tsawassen Blvd.`, City: `Tsawassen`, Region: `BC`, PostalCode: 43000, Country: `Canada`, Salesperson: `Janet Leverling`, OrderID: 10742, OrderDate: `2018-09-03T21:00:00.000Z`, ShipperName: `Federal Shipping`, ProductID: 3, ProductName: `Aniseed Syrup`, UnitPrice: 10, Quantity: 20, Discontinued: false, ExtendedPrice: 200, Freight: 243.73 }), + new InvoicesWorldDataItem({ ShipName: `Bottom-Dollar Markets`, ShipAddress: `23 Tsawassen Blvd.`, ShipCity: `Tsawassen`, ShipRegion: `BC`, ShipPostalCode: `T2F 8M4`, ShipCountry: `Canada`, CustomerID: `BOTTM`, CustomerName: `Bottom-Dollar Markets`, Address: `23 Tsawassen Blvd.`, City: `Tsawassen`, Region: `BC`, PostalCode: 33000, Country: `Canada`, Salesperson: `Janet Leverling`, OrderID: 10742, OrderDate: `2018-09-03T21:00:00.000Z`, ShipperName: `Federal Shipping`, ProductID: 60, ProductName: `Camembert Pierrot`, UnitPrice: 34, Quantity: 50, Discontinued: false, ExtendedPrice: 1700, Freight: 243.73 }), + new InvoicesWorldDataItem({ ShipName: `Bottom-Dollar Markets`, ShipAddress: `23 Tsawassen Blvd.`, ShipCity: `Tsawassen`, ShipRegion: `BC`, ShipPostalCode: `T2F 8M4`, ShipCountry: `Canada`, CustomerID: `BOTTM`, CustomerName: `Bottom-Dollar Markets`, Address: `23 Tsawassen Blvd.`, City: `Tsawassen`, Region: `BC`, PostalCode: 29000, Country: `Canada`, Salesperson: `Janet Leverling`, OrderID: 10742, OrderDate: `2018-09-03T21:00:00.000Z`, ShipperName: `Federal Shipping`, ProductID: 72, ProductName: `Mozzarella di Giovanni`, UnitPrice: 34.8, Quantity: 35, Discontinued: false, ExtendedPrice: 1218, Freight: 243.73 }), + new InvoicesWorldDataItem({ ShipName: `Bottom-Dollar Markets`, ShipAddress: `23 Toronto Blvd.`, ShipCity: `Toronto`, ShipRegion: `BC`, ShipPostalCode: `T2F 8M4`, ShipCountry: `Canada`, CustomerID: `BOTTM`, CustomerName: `Bottom-Dollar Markets`, Address: `23 Toronto Blvd.`, City: `Toronto`, Region: `BC`, PostalCode: 37000, Country: `Canada`, Salesperson: `Michael Suyama`, OrderID: 10944, OrderDate: `2018-09-03T21:00:00.000Z`, ShipperName: `Federal Shipping`, ProductID: 56, ProductName: `Gnocchi di nonna Alice`, UnitPrice: 38, Quantity: 18, Discontinued: false, ExtendedPrice: 684, Freight: 52.92 }), + new InvoicesWorldDataItem({ ShipName: `Bottom-Dollar Markets`, ShipAddress: `23 Toronto Blvd.`, ShipCity: `Toronto`, ShipRegion: `BC`, ShipPostalCode: `T2F 8M4`, ShipCountry: `Canada`, CustomerID: `BOTTM`, CustomerName: `Bottom-Dollar Markets`, Address: `23 Toronto Blvd.`, City: `Toronto`, Region: `BC`, PostalCode: 47000, Country: `Canada`, Salesperson: `Andrew Fuller`, OrderID: 10949, OrderDate: `2018-09-03T21:00:00.000Z`, ShipperName: `Federal Shipping`, ProductID: 6, ProductName: `Grandma's Boysenberry Spread`, UnitPrice: 25, Quantity: 12, Discontinued: false, ExtendedPrice: 300, Freight: 74.44 }), + new InvoicesWorldDataItem({ ShipName: `Bottom-Dollar Markets`, ShipAddress: `23 Tsawassen Blvd.`, ShipCity: `Tsawassen`, ShipRegion: `BC`, ShipPostalCode: `T2F 8M4`, ShipCountry: `Canada`, CustomerID: `BOTTM`, CustomerName: `Bottom-Dollar Markets`, Address: `23 Tsawassen Blvd.`, City: `Tsawassen`, Region: `BC`, PostalCode: 38000, Country: `Canada`, Salesperson: `Andrew Fuller`, OrderID: 10949, OrderDate: `2018-09-03T21:00:00.000Z`, ShipperName: `Federal Shipping`, ProductID: 10, ProductName: `Ikura`, UnitPrice: 31, Quantity: 30, Discontinued: false, ExtendedPrice: 930, Freight: 74.44 }), + new InvoicesWorldDataItem({ ShipName: `Bottom-Dollar Markets`, ShipAddress: `23 Tsawassen Blvd.`, ShipCity: `Tsawassen`, ShipRegion: `BC`, ShipPostalCode: `T2F 8M4`, ShipCountry: `Canada`, CustomerID: `BOTTM`, CustomerName: `Bottom-Dollar Markets`, Address: `23 Tsawassen Blvd.`, City: `Tsawassen`, Region: `BC`, PostalCode: 14000, Country: `Canada`, Salesperson: `Andrew Fuller`, OrderID: 10949, OrderDate: `2018-09-03T21:00:00.000Z`, ShipperName: `Federal Shipping`, ProductID: 17, ProductName: `Alice Mutton`, UnitPrice: 39, Quantity: 6, Discontinued: false, ExtendedPrice: 234, Freight: 74.44 }), + new InvoicesWorldDataItem({ ShipName: `Bottom-Dollar Markets`, ShipAddress: `23 Tsawassen Blvd.`, ShipCity: `Tsawassen`, ShipRegion: `BC`, ShipPostalCode: `T2F 8M4`, ShipCountry: `Canada`, CustomerID: `BOTTM`, CustomerName: `Bottom-Dollar Markets`, Address: `23 Tsawassen Blvd.`, City: `Tsawassen`, Region: `BC`, PostalCode: 23000, Country: `Canada`, Salesperson: `Andrew Fuller`, OrderID: 10949, OrderDate: `2018-09-03T21:00:00.000Z`, ShipperName: `Federal Shipping`, ProductID: 62, ProductName: `Tarte au sucre`, UnitPrice: 49.3, Quantity: 60, Discontinued: false, ExtendedPrice: 2958, Freight: 74.44 }), + new InvoicesWorldDataItem({ ShipName: `Bottom-Dollar Markets`, ShipAddress: `23 Tsawassen Blvd.`, ShipCity: `Tsawassen`, ShipRegion: `BC`, ShipPostalCode: `T2F 8M4`, ShipCountry: `Canada`, CustomerID: `BOTTM`, CustomerName: `Bottom-Dollar Markets`, Address: `23 Tsawassen Blvd.`, City: `Tsawassen`, Region: `BC`, PostalCode: 24000, Country: `Canada`, Salesperson: `Nancy Davolio`, OrderID: 10975, OrderDate: `2018-09-03T21:00:00.000Z`, ShipperName: `Federal Shipping`, ProductID: 8, ProductName: `Northwoods Cranberry Sauce`, UnitPrice: 40, Quantity: 16, Discontinued: false, ExtendedPrice: 640, Freight: 32.27 }), + new InvoicesWorldDataItem({ ShipName: `Bottom-Dollar Markets`, ShipAddress: `23 Tsawassen Blvd.`, ShipCity: `Tsawassen`, ShipRegion: `BC`, ShipPostalCode: `T2F 8M4`, ShipCountry: `Canada`, CustomerID: `BOTTM`, CustomerName: `Bottom-Dollar Markets`, Address: `23 Tsawassen Blvd.`, City: `Tsawassen`, Region: `BC`, PostalCode: 31000, Country: `Canada`, Salesperson: `Nancy Davolio`, OrderID: 10975, OrderDate: `2018-09-03T21:00:00.000Z`, ShipperName: `Federal Shipping`, ProductID: 75, ProductName: `Rhönbräu Klosterbier`, UnitPrice: 7.75, Quantity: 10, Discontinued: false, ExtendedPrice: 77.5, Freight: 32.27 }), + new InvoicesWorldDataItem({ ShipName: `Bottom-Dollar Markets`, ShipAddress: `23 Toronto Blvd.`, ShipCity: `Toronto`, ShipRegion: `BC`, ShipPostalCode: `T2F 8M4`, ShipCountry: `Canada`, CustomerID: `BOTTM`, CustomerName: `Bottom-Dollar Markets`, Address: `23 Toronto Blvd.`, City: `Toronto`, Region: `BC`, PostalCode: 16000, Country: `Canada`, Salesperson: `Anne Dodsworth`, OrderID: 10411, OrderDate: `2017-05-11T21:00:00.000Z`, ShipperName: `Federal Shipping`, ProductID: 41, ProductName: `Jack's New England Clam Chowder`, UnitPrice: 7.7, Quantity: 25, Discontinued: true, ExtendedPrice: 154, Freight: 23.65 }), + new InvoicesWorldDataItem({ ShipName: `Bottom-Dollar Markets`, ShipAddress: `23 Tsawassen Blvd.`, ShipCity: `Tsawassen`, ShipRegion: `BC`, ShipPostalCode: `T2F 8M4`, ShipCountry: `Canada`, CustomerID: `BOTTM`, CustomerName: `Bottom-Dollar Markets`, Address: `23 Tsawassen Blvd.`, City: `Tsawassen`, Region: `BC`, PostalCode: 38000, Country: `Canada`, Salesperson: `Anne Dodsworth`, OrderID: 10411, OrderDate: `2017-05-11T21:00:00.000Z`, ShipperName: `Federal Shipping`, ProductID: 44, ProductName: `Gula Malacca`, UnitPrice: 15.5, Quantity: 40, Discontinued: true, ExtendedPrice: 496, Freight: 23.65 }), + new InvoicesWorldDataItem({ ShipName: `Bottom-Dollar Markets`, ShipAddress: `23 Tsawassen Blvd.`, ShipCity: `Tsawassen`, ShipRegion: `BC`, ShipPostalCode: `T2F 8M4`, ShipCountry: `Canada`, CustomerID: `BOTTM`, CustomerName: `Bottom-Dollar Markets`, Address: `23 Tsawassen Blvd.`, City: `Tsawassen`, Region: `BC`, PostalCode: 20000, Country: `Canada`, Salesperson: `Anne Dodsworth`, OrderID: 10411, OrderDate: `2017-05-11T21:00:00.000Z`, ShipperName: `Federal Shipping`, ProductID: 59, ProductName: `Raclette Courdavault`, UnitPrice: 44, Quantity: 9, Discontinued: true, ExtendedPrice: 316.8, Freight: 23.65 }), + new InvoicesWorldDataItem({ ShipName: `Bottom-Dollar Markets`, ShipAddress: `23 Tsawassen Blvd.`, ShipCity: `Tsawassen`, ShipRegion: `BC`, ShipPostalCode: `T2F 8M4`, ShipCountry: `Canada`, CustomerID: `BOTTM`, CustomerName: `Bottom-Dollar Markets`, Address: `23 Tsawassen Blvd.`, City: `Tsawassen`, Region: `BC`, PostalCode: 41000, Country: `Canada`, Salesperson: `Margaret Peacock`, OrderID: 10431, OrderDate: `2017-05-11T21:00:00.000Z`, ShipperName: `United Package`, ProductID: 17, ProductName: `Alice Mutton`, UnitPrice: 31.2, Quantity: 50, Discontinued: true, ExtendedPrice: 1170, Freight: 44.17 }), + new InvoicesWorldDataItem({ ShipName: `Bottom-Dollar Markets`, ShipAddress: `23 Tsawassen Blvd.`, ShipCity: `Tsawassen`, ShipRegion: `BC`, ShipPostalCode: `T2F 8M4`, ShipCountry: `Canada`, CustomerID: `BOTTM`, CustomerName: `Bottom-Dollar Markets`, Address: `23 Tsawassen Blvd.`, City: `Tsawassen`, Region: `BC`, PostalCode: 45000, Country: `Canada`, Salesperson: `Margaret Peacock`, OrderID: 10431, OrderDate: `2017-05-11T21:00:00.000Z`, ShipperName: `United Package`, ProductID: 40, ProductName: `Boston Crab Meat`, UnitPrice: 14.7, Quantity: 50, Discontinued: true, ExtendedPrice: 551.25, Freight: 44.17 }), + new InvoicesWorldDataItem({ ShipName: `Bottom-Dollar Markets`, ShipAddress: `23 Tsawassen Blvd.`, ShipCity: `Tsawassen`, ShipRegion: `BC`, ShipPostalCode: `T2F 8M4`, ShipCountry: `Canada`, CustomerID: `BOTTM`, CustomerName: `Bottom-Dollar Markets`, Address: `23 Tsawassen Blvd.`, City: `Tsawassen`, Region: `BC`, PostalCode: 32000, Country: `Canada`, Salesperson: `Margaret Peacock`, OrderID: 10431, OrderDate: `2017-05-11T21:00:00.000Z`, ShipperName: `United Package`, ProductID: 47, ProductName: `Zaanse koeken`, UnitPrice: 7.6, Quantity: 30, Discontinued: true, ExtendedPrice: 171, Freight: 44.17 }), + new InvoicesWorldDataItem({ ShipName: `Bottom-Dollar Markets`, ShipAddress: `23 Tsawassen Blvd.`, ShipCity: `Tsawassen`, ShipRegion: `BC`, ShipPostalCode: `T2F 8M4`, ShipCountry: `Canada`, CustomerID: `BOTTM`, CustomerName: `Bottom-Dollar Markets`, Address: `23 Tsawassen Blvd.`, City: `Tsawassen`, Region: `BC`, PostalCode: 13000, Country: `Canada`, Salesperson: `Janet Leverling`, OrderID: 10918, OrderDate: `2017-05-11T21:00:00.000Z`, ShipperName: `Federal Shipping`, ProductID: 1, ProductName: `Chai`, UnitPrice: 18, Quantity: 60, Discontinued: true, ExtendedPrice: 810, Freight: 48.83 }), + new InvoicesWorldDataItem({ ShipName: `Bottom-Dollar Markets`, ShipAddress: `23 Tsawassen Blvd.`, ShipCity: `Tsawassen`, ShipRegion: `BC`, ShipPostalCode: `T2F 8M4`, ShipCountry: `Canada`, CustomerID: `BOTTM`, CustomerName: `Bottom-Dollar Markets`, Address: `23 Tsawassen Blvd.`, City: `Tsawassen`, Region: `BC`, PostalCode: 17000, Country: `Canada`, Salesperson: `Janet Leverling`, OrderID: 10918, OrderDate: `2017-05-11T21:00:00.000Z`, ShipperName: `Federal Shipping`, ProductID: 60, ProductName: `Camembert Pierrot`, UnitPrice: 34, Quantity: 25, Discontinued: true, ExtendedPrice: 637.5, Freight: 48.83 }), + new InvoicesWorldDataItem({ ShipName: `Bottom-Dollar Markets`, ShipAddress: `23 Tsawassen Blvd.`, ShipCity: `Tsawassen`, ShipRegion: `BC`, ShipPostalCode: `T2F 8M4`, ShipCountry: `Canada`, CustomerID: `BOTTM`, CustomerName: `Bottom-Dollar Markets`, Address: `23 Tsawassen Blvd.`, City: `Tsawassen`, Region: `BC`, PostalCode: 22000, Country: `Canada`, Salesperson: `Michael Suyama`, OrderID: 10944, OrderDate: `2017-05-11T21:00:00.000Z`, ShipperName: `Federal Shipping`, ProductID: 11, ProductName: `Queso Cabrales`, UnitPrice: 21, Quantity: 5, Discontinued: true, ExtendedPrice: 78.75, Freight: 52.92 }), + new InvoicesWorldDataItem({ ShipName: `Bottom-Dollar Markets`, ShipAddress: `23 Tsawassen Blvd.`, ShipCity: `Tsawassen`, ShipRegion: `BC`, ShipPostalCode: `T2F 8M4`, ShipCountry: `Canada`, CustomerID: `BOTTM`, CustomerName: `Bottom-Dollar Markets`, Address: `23 Tsawassen Blvd.`, City: `Tsawassen`, Region: `BC`, PostalCode: 42000, Country: `Canada`, Salesperson: `Michael Suyama`, OrderID: 10944, OrderDate: `2017-05-11T21:00:00.000Z`, ShipperName: `Federal Shipping`, ProductID: 44, ProductName: `Gula Malacca`, UnitPrice: 19.45, Quantity: 18, Discontinued: true, ExtendedPrice: 262.58, Freight: 52.92 }), + new InvoicesWorldDataItem({ ShipName: `Bottom-Dollar Markets`, ShipAddress: `23 Tsawassen Blvd.`, ShipCity: `Tsawassen`, ShipRegion: `BC`, ShipPostalCode: `T2F 8M4`, ShipCountry: `Canada`, CustomerID: `BOTTM`, CustomerName: `Bottom-Dollar Markets`, Address: `23 Tsawassen Blvd.`, City: `Tsawassen`, Region: `BC`, PostalCode: 45000, Country: `Canada`, Salesperson: `Nancy Davolio`, OrderID: 11027, OrderDate: `2017-05-11T21:00:00.000Z`, ShipperName: `Speedy Express`, ProductID: 24, ProductName: `Guaraná Fantástica`, UnitPrice: 4.5, Quantity: 30, Discontinued: true, ExtendedPrice: 101.25, Freight: 52.52 }), + new InvoicesWorldDataItem({ ShipName: `Bottom-Dollar Markets`, ShipAddress: `23 Tsawassen Blvd.`, ShipCity: `Tsawassen`, ShipRegion: `BC`, ShipPostalCode: `T2F 8M4`, ShipCountry: `Canada`, CustomerID: `BOTTM`, CustomerName: `Bottom-Dollar Markets`, Address: `23 Tsawassen Blvd.`, City: `Tsawassen`, Region: `BC`, PostalCode: 34000, Country: `Canada`, Salesperson: `Nancy Davolio`, OrderID: 11027, OrderDate: `2017-05-11T21:00:00.000Z`, ShipperName: `Speedy Express`, ProductID: 62, ProductName: `Tarte au sucre`, UnitPrice: 49.3, Quantity: 21, Discontinued: true, ExtendedPrice: 776.48, Freight: 52.52 }), + new InvoicesWorldDataItem({ ShipName: `B's Beverages`, ShipAddress: `Fauntleroy Circus`, ShipCity: `London`, ShipRegion: null, ShipPostalCode: `EC2 5NT`, ShipCountry: `UK`, CustomerID: `BSBEV`, CustomerName: `B's Beverages`, Address: `Fauntleroy Circus`, City: `London`, Region: null, PostalCode: 10000, Country: `UK`, Salesperson: `Robert King`, OrderID: 10289, OrderDate: `2017-05-11T21:00:00.000Z`, ShipperName: `Federal Shipping`, ProductID: 3, ProductName: `Aniseed Syrup`, UnitPrice: 8, Quantity: 30, Discontinued: false, ExtendedPrice: 240, Freight: 22.77 }), + new InvoicesWorldDataItem({ ShipName: `B's Beverages`, ShipAddress: `Fauntleroy Circus`, ShipCity: `London`, ShipRegion: null, ShipPostalCode: `EC2 5NT`, ShipCountry: `UK`, CustomerID: `BSBEV`, CustomerName: `B's Beverages`, Address: `Fauntleroy Circus`, City: `London`, Region: null, PostalCode: 28000, Country: `UK`, Salesperson: `Robert King`, OrderID: 10289, OrderDate: `2017-05-11T21:00:00.000Z`, ShipperName: `Federal Shipping`, ProductID: 64, ProductName: `Wimmers gute Semmelknödel`, UnitPrice: 26.6, Quantity: 9, Discontinued: false, ExtendedPrice: 239.4, Freight: 22.77 }), + new InvoicesWorldDataItem({ ShipName: `B's Beverages`, ShipAddress: `Fauntleroy Circus`, ShipCity: `London`, ShipRegion: null, ShipPostalCode: `EC2 5NT`, ShipCountry: `UK`, CustomerID: `BSBEV`, CustomerName: `B's Beverages`, Address: `Fauntleroy Circus`, City: `London`, Region: null, PostalCode: 48000, Country: `UK`, Salesperson: `Andrew Fuller`, OrderID: 10471, OrderDate: `2016-04-13T21:00:00.000Z`, ShipperName: `Federal Shipping`, ProductID: 7, ProductName: `Uncle Bob's Organic Dried Pears`, UnitPrice: 24, Quantity: 30, Discontinued: false, ExtendedPrice: 720, Freight: 45.59 }), + new InvoicesWorldDataItem({ ShipName: `B's Beverages`, ShipAddress: `Fauntleroy Circus`, ShipCity: `London`, ShipRegion: null, ShipPostalCode: `EC2 5NT`, ShipCountry: `UK`, CustomerID: `BSBEV`, CustomerName: `B's Beverages`, Address: `Fauntleroy Circus`, City: `London`, Region: null, PostalCode: 36000, Country: `UK`, Salesperson: `Andrew Fuller`, OrderID: 10471, OrderDate: `2016-04-13T21:00:00.000Z`, ShipperName: `Federal Shipping`, ProductID: 56, ProductName: `Gnocchi di nonna Alice`, UnitPrice: 30.4, Quantity: 20, Discontinued: false, ExtendedPrice: 608, Freight: 45.59 }), + new InvoicesWorldDataItem({ ShipName: `B's Beverages`, ShipAddress: `Fauntleroy Circus`, ShipCity: `London`, ShipRegion: null, ShipPostalCode: `EC2 5NT`, ShipCountry: `UK`, CustomerID: `BSBEV`, CustomerName: `B's Beverages`, Address: `Fauntleroy Circus`, City: `London`, Region: null, PostalCode: 41000, Country: `UK`, Salesperson: `Janet Leverling`, OrderID: 10484, OrderDate: `2016-04-13T21:00:00.000Z`, ShipperName: `Federal Shipping`, ProductID: 21, ProductName: `Sir Rodney's Scones`, UnitPrice: 8, Quantity: 14, Discontinued: false, ExtendedPrice: 112, Freight: 6.88 }), + new InvoicesWorldDataItem({ ShipName: `B's Beverages`, ShipAddress: `Fauntleroy Circus`, ShipCity: `London`, ShipRegion: null, ShipPostalCode: `EC2 5NT`, ShipCountry: `UK`, CustomerID: `BSBEV`, CustomerName: `B's Beverages`, Address: `Fauntleroy Circus`, City: `London`, Region: null, PostalCode: 33000, Country: `UK`, Salesperson: `Janet Leverling`, OrderID: 10484, OrderDate: `2016-04-13T21:00:00.000Z`, ShipperName: `Federal Shipping`, ProductID: 40, ProductName: `Boston Crab Meat`, UnitPrice: 14.7, Quantity: 10, Discontinued: false, ExtendedPrice: 147, Freight: 6.88 }), + new InvoicesWorldDataItem({ ShipName: `B's Beverages`, ShipAddress: `Fauntleroy Circus`, ShipCity: `London`, ShipRegion: null, ShipPostalCode: `EC2 5NT`, ShipCountry: `UK`, CustomerID: `BSBEV`, CustomerName: `B's Beverages`, Address: `Fauntleroy Circus`, City: `London`, Region: null, PostalCode: 10000, Country: `UK`, Salesperson: `Janet Leverling`, OrderID: 10484, OrderDate: `2016-04-13T21:00:00.000Z`, ShipperName: `Federal Shipping`, ProductID: 51, ProductName: `Manjimup Dried Apples`, UnitPrice: 42.4, Quantity: 3, Discontinued: false, ExtendedPrice: 127.2, Freight: 6.88 }), + new InvoicesWorldDataItem({ ShipName: `B's Beverages`, ShipAddress: `Fauntleroy Circus`, ShipCity: `London`, ShipRegion: null, ShipPostalCode: `EC2 5NT`, ShipCountry: `UK`, CustomerID: `BSBEV`, CustomerName: `B's Beverages`, Address: `Fauntleroy Circus`, City: `London`, Region: null, PostalCode: 38000, Country: `UK`, Salesperson: `Anne Dodsworth`, OrderID: 10538, OrderDate: `2016-04-13T21:00:00.000Z`, ShipperName: `Federal Shipping`, ProductID: 70, ProductName: `Outback Lager`, UnitPrice: 15, Quantity: 7, Discontinued: false, ExtendedPrice: 105, Freight: 4.87 }), + new InvoicesWorldDataItem({ ShipName: `B's Beverages`, ShipAddress: `Fauntleroy Circus`, ShipCity: `London`, ShipRegion: null, ShipPostalCode: `EC2 5NT`, ShipCountry: `UK`, CustomerID: `BSBEV`, CustomerName: `B's Beverages`, Address: `Fauntleroy Circus`, City: `London`, Region: null, PostalCode: 17000, Country: `UK`, Salesperson: `Anne Dodsworth`, OrderID: 10538, OrderDate: `2016-04-13T21:00:00.000Z`, ShipperName: `Federal Shipping`, ProductID: 72, ProductName: `Mozzarella di Giovanni`, UnitPrice: 34.8, Quantity: 1, Discontinued: false, ExtendedPrice: 34.8, Freight: 4.87 }), + new InvoicesWorldDataItem({ ShipName: `B's Beverages`, ShipAddress: `Fauntleroy Circus`, ShipCity: `London`, ShipRegion: null, ShipPostalCode: `EC2 5NT`, ShipCountry: `UK`, CustomerID: `BSBEV`, CustomerName: `B's Beverages`, Address: `Fauntleroy Circus`, City: `London`, Region: null, PostalCode: 17000, Country: `UK`, Salesperson: `Michael Suyama`, OrderID: 10539, OrderDate: `2016-04-13T21:00:00.000Z`, ShipperName: `Federal Shipping`, ProductID: 13, ProductName: `Konbu`, UnitPrice: 6, Quantity: 8, Discontinued: false, ExtendedPrice: 48, Freight: 12.36 }), + new InvoicesWorldDataItem({ ShipName: `B's Beverages`, ShipAddress: `Fauntleroy Circus`, ShipCity: `London`, ShipRegion: null, ShipPostalCode: `EC2 5NT`, ShipCountry: `UK`, CustomerID: `BSBEV`, CustomerName: `B's Beverages`, Address: `Fauntleroy Circus`, City: `London`, Region: null, PostalCode: 32000, Country: `UK`, Salesperson: `Michael Suyama`, OrderID: 10539, OrderDate: `2016-04-13T21:00:00.000Z`, ShipperName: `Federal Shipping`, ProductID: 21, ProductName: `Sir Rodney's Scones`, UnitPrice: 10, Quantity: 15, Discontinued: false, ExtendedPrice: 150, Freight: 12.36 }), + new InvoicesWorldDataItem({ ShipName: `B's Beverages`, ShipAddress: `Fauntleroy Circus`, ShipCity: `London`, ShipRegion: null, ShipPostalCode: `EC2 5NT`, ShipCountry: `UK`, CustomerID: `BSBEV`, CustomerName: `B's Beverages`, Address: `Fauntleroy Circus`, City: `London`, Region: null, PostalCode: 25000, Country: `UK`, Salesperson: `Michael Suyama`, OrderID: 10539, OrderDate: `2016-04-13T21:00:00.000Z`, ShipperName: `Federal Shipping`, ProductID: 33, ProductName: `Geitost`, UnitPrice: 2.5, Quantity: 15, Discontinued: false, ExtendedPrice: 37.5, Freight: 12.36 }), + new InvoicesWorldDataItem({ ShipName: `B's Beverages`, ShipAddress: `Fauntleroy Circus`, ShipCity: `London`, ShipRegion: null, ShipPostalCode: `EC2 5NT`, ShipCountry: `UK`, CustomerID: `BSBEV`, CustomerName: `B's Beverages`, Address: `Fauntleroy Circus`, City: `London`, Region: null, PostalCode: 47000, Country: `UK`, Salesperson: `Michael Suyama`, OrderID: 10539, OrderDate: `2016-04-13T21:00:00.000Z`, ShipperName: `Federal Shipping`, ProductID: 49, ProductName: `Maxilaku`, UnitPrice: 20, Quantity: 6, Discontinued: false, ExtendedPrice: 120, Freight: 12.36 }), + new InvoicesWorldDataItem({ ShipName: `B's Beverages`, ShipAddress: `Fauntleroy Circus`, ShipCity: `London`, ShipRegion: null, ShipPostalCode: `EC2 5NT`, ShipCountry: `UK`, CustomerID: `BSBEV`, CustomerName: `B's Beverages`, Address: `Fauntleroy Circus`, City: `London`, Region: null, PostalCode: 37000, Country: `UK`, Salesperson: `Janet Leverling`, OrderID: 10947, OrderDate: `2016-04-13T21:00:00.000Z`, ShipperName: `United Package`, ProductID: 59, ProductName: `Raclette Courdavault`, UnitPrice: 55, Quantity: 4, Discontinued: false, ExtendedPrice: 220, Freight: 3.26 }), + new InvoicesWorldDataItem({ ShipName: `B's Beverages`, ShipAddress: `Fauntleroy Circus`, ShipCity: `London`, ShipRegion: null, ShipPostalCode: `EC2 5NT`, ShipCountry: `UK`, CustomerID: `BSBEV`, CustomerName: `B's Beverages`, Address: `Fauntleroy Circus`, City: `London`, Region: null, PostalCode: 28000, Country: `UK`, Salesperson: `Nancy Davolio`, OrderID: 11023, OrderDate: `2016-04-13T21:00:00.000Z`, ShipperName: `United Package`, ProductID: 7, ProductName: `Uncle Bob's Organic Dried Pears`, UnitPrice: 30, Quantity: 4, Discontinued: false, ExtendedPrice: 120, Freight: 123.83 }), + new InvoicesWorldDataItem({ ShipName: `B's Beverages`, ShipAddress: `Fauntleroy Circus`, ShipCity: `London`, ShipRegion: null, ShipPostalCode: `EC2 5NT`, ShipCountry: `UK`, CustomerID: `BSBEV`, CustomerName: `B's Beverages`, Address: `Fauntleroy Circus`, City: `London`, Region: null, PostalCode: 26000, Country: `UK`, Salesperson: `Nancy Davolio`, OrderID: 11023, OrderDate: `2016-04-13T21:00:00.000Z`, ShipperName: `United Package`, ProductID: 43, ProductName: `Ipoh Coffee`, UnitPrice: 46, Quantity: 30, Discontinued: false, ExtendedPrice: 1380, Freight: 123.83 }), + new InvoicesWorldDataItem({ ShipName: `Cactus Comidas para llevar`, ShipAddress: `Cerrito 333`, ShipCity: `Buenos Aires`, ShipRegion: null, ShipPostalCode: `1010`, ShipCountry: `Argentina`, CustomerID: `CACTU`, CustomerName: `Cactus Comidas para llevar`, Address: `Cerrito 333`, City: `Buenos Aires`, Region: null, PostalCode: 1010, Country: `Argentina`, Salesperson: `Laura Callahan`, OrderID: 10521, OrderDate: `2017-04-13T21:00:00.000Z`, ShipperName: `United Package`, ProductID: 68, ProductName: `Scottish Longbreads`, UnitPrice: 12.5, Quantity: 6, Discontinued: true, ExtendedPrice: 75, Freight: 17.22 }), + new InvoicesWorldDataItem({ ShipName: `Cactus Comidas para llevar`, ShipAddress: `Cerrito 333`, ShipCity: `Buenos Aires`, ShipRegion: null, ShipPostalCode: `1010`, ShipCountry: `Argentina`, CustomerID: `CACTU`, CustomerName: `Cactus Comidas para llevar`, Address: `Cerrito 333`, City: `Buenos Aires`, Region: null, PostalCode: 1010, Country: `Argentina`, Salesperson: `Laura Callahan`, OrderID: 11054, OrderDate: `2017-04-13T21:00:00.000Z`, ShipperName: `Speedy Express`, ProductID: 33, ProductName: `Geitost`, UnitPrice: 2.5, Quantity: 10, Discontinued: false, ExtendedPrice: 25, Freight: 0.33 }), + new InvoicesWorldDataItem({ ShipName: `Cactus Comidas para llevar`, ShipAddress: `Cerrito 333`, ShipCity: `Buenos Aires`, ShipRegion: null, ShipPostalCode: `1010`, ShipCountry: `Argentina`, CustomerID: `CACTU`, CustomerName: `Cactus Comidas para llevar`, Address: `Cerrito 333`, City: `Buenos Aires`, Region: null, PostalCode: 1010, Country: `Argentina`, Salesperson: `Laura Callahan`, OrderID: 11054, OrderDate: `2016-04-13T21:00:00.000Z`, ShipperName: `Speedy Express`, ProductID: 67, ProductName: `Laughing Lumberjack Lager`, UnitPrice: 14, Quantity: 20, Discontinued: false, ExtendedPrice: 280, Freight: 0.33 }), + new InvoicesWorldDataItem({ ShipName: `Centro comercial Moctezuma`, ShipAddress: `Sierras de Granada 9993`, ShipCity: `México D.F.`, ShipRegion: null, ShipPostalCode: `05022`, ShipCountry: `Mexico`, CustomerID: `CENTC`, CustomerName: `Centro comercial Moctezuma`, Address: `Sierras de Granada 9993`, City: `México D.F.`, Region: null, PostalCode: 5022, Country: `Mexico`, Salesperson: `Margaret Peacock`, OrderID: 10259, OrderDate: `2016-04-13T21:00:00.000Z`, ShipperName: `Federal Shipping`, ProductID: 21, ProductName: `Sir Rodney's Scones`, UnitPrice: 8, Quantity: 10, Discontinued: false, ExtendedPrice: 80, Freight: 3.25 }), + new InvoicesWorldDataItem({ ShipName: `Centro comercial Moctezuma`, ShipAddress: `Sierras de Granada 9993`, ShipCity: `México D.F.`, ShipRegion: null, ShipPostalCode: `05022`, ShipCountry: `Mexico`, CustomerID: `CENTC`, CustomerName: `Centro comercial Moctezuma`, Address: `Sierras de Granada 9993`, City: `México D.F.`, Region: null, PostalCode: 5022, Country: `Mexico`, Salesperson: `Margaret Peacock`, OrderID: 10259, OrderDate: `2016-04-13T21:00:00.000Z`, ShipperName: `Federal Shipping`, ProductID: 37, ProductName: `Gravad lax`, UnitPrice: 20.8, Quantity: 1, Discontinued: false, ExtendedPrice: 20.8, Freight: 3.25 }), + new InvoicesWorldDataItem({ ShipName: `Chop-suey Chinese`, ShipAddress: `Hauptstr. 31`, ShipCity: `Bern`, ShipRegion: null, ShipPostalCode: `3012`, ShipCountry: `Switzerland`, CustomerID: `CHOPS`, CustomerName: `Chop-suey Chinese`, Address: `Hauptstr. 29`, City: `Bern`, Region: null, PostalCode: 3012, Country: `Switzerland`, Salesperson: `Steven Buchanan`, OrderID: 10254, OrderDate: `2016-04-13T21:00:00.000Z`, ShipperName: `United Package`, ProductID: 74, ProductName: `Longlife Tofu`, UnitPrice: 8, Quantity: 21, Discontinued: false, ExtendedPrice: 168, Freight: 22.98 }), + new InvoicesWorldDataItem({ ShipName: `Chop-suey Chinese`, ShipAddress: `Hauptstr. 31`, ShipCity: `Bern`, ShipRegion: null, ShipPostalCode: `3012`, ShipCountry: `Switzerland`, CustomerID: `CHOPS`, CustomerName: `Chop-suey Chinese`, Address: `Hauptstr. 29`, City: `Bern`, Region: null, PostalCode: 3012, Country: `Switzerland`, Salesperson: `Michael Suyama`, OrderID: 10370, OrderDate: `2016-04-13T21:00:00.000Z`, ShipperName: `United Package`, ProductID: 64, ProductName: `Wimmers gute Semmelknödel`, UnitPrice: 26.6, Quantity: 30, Discontinued: false, ExtendedPrice: 798, Freight: 1.17 }), + new InvoicesWorldDataItem({ ShipName: `Chop-suey Chinese`, ShipAddress: `Hauptstr. 31`, ShipCity: `Bern`, ShipRegion: null, ShipPostalCode: `3012`, ShipCountry: `Switzerland`, CustomerID: `CHOPS`, CustomerName: `Chop-suey Chinese`, Address: `Hauptstr. 29`, City: `Bern`, Region: null, PostalCode: 3012, Country: `Switzerland`, Salesperson: `Michael Suyama`, OrderID: 10519, OrderDate: `2016-04-13T21:00:00.000Z`, ShipperName: `Federal Shipping`, ProductID: 56, ProductName: `Gnocchi di nonna Alice`, UnitPrice: 38, Quantity: 40, Discontinued: false, ExtendedPrice: 1520, Freight: 91.76 }), + new InvoicesWorldDataItem({ ShipName: `Chop-suey Chinese`, ShipAddress: `Hauptstr. 31`, ShipCity: `Bern`, ShipRegion: null, ShipPostalCode: `3012`, ShipCountry: `Switzerland`, CustomerID: `CHOPS`, CustomerName: `Chop-suey Chinese`, Address: `Hauptstr. 29`, City: `Bern`, Region: null, PostalCode: 3012, Country: `Switzerland`, Salesperson: `Nancy Davolio`, OrderID: 10746, OrderDate: `2016-04-13T21:00:00.000Z`, ShipperName: `Federal Shipping`, ProductID: 13, ProductName: `Konbu`, UnitPrice: 6, Quantity: 6, Discontinued: false, ExtendedPrice: 36, Freight: 31.43 }), + new InvoicesWorldDataItem({ ShipName: `Chop-suey Chinese`, ShipAddress: `Hauptstr. 31`, ShipCity: `Bern`, ShipRegion: null, ShipPostalCode: `3012`, ShipCountry: `Switzerland`, CustomerID: `CHOPS`, CustomerName: `Chop-suey Chinese`, Address: `Hauptstr. 29`, City: `Bern`, Region: null, PostalCode: 3012, Country: `Switzerland`, Salesperson: `Nancy Davolio`, OrderID: 10746, OrderDate: `2016-04-13T21:00:00.000Z`, ShipperName: `Federal Shipping`, ProductID: 42, ProductName: `Singaporean Hokkien Fried Mee`, UnitPrice: 14, Quantity: 28, Discontinued: false, ExtendedPrice: 392, Freight: 31.43 }), + new InvoicesWorldDataItem({ ShipName: `Chop-suey Chinese`, ShipAddress: `Hauptstr. 31`, ShipCity: `Bern`, ShipRegion: null, ShipPostalCode: `3012`, ShipCountry: `Switzerland`, CustomerID: `CHOPS`, CustomerName: `Chop-suey Chinese`, Address: `Hauptstr. 29`, City: `Bern`, Region: null, PostalCode: 3012, Country: `Switzerland`, Salesperson: `Nancy Davolio`, OrderID: 10746, OrderDate: `2016-04-13T21:00:00.000Z`, ShipperName: `Federal Shipping`, ProductID: 62, ProductName: `Tarte au sucre`, UnitPrice: 49.3, Quantity: 9, Discontinued: false, ExtendedPrice: 443.7, Freight: 31.43 }), + new InvoicesWorldDataItem({ ShipName: `Chop-suey Chinese`, ShipAddress: `Hauptstr. 31`, ShipCity: `Bern`, ShipRegion: null, ShipPostalCode: `3012`, ShipCountry: `Switzerland`, CustomerID: `CHOPS`, CustomerName: `Chop-suey Chinese`, Address: `Hauptstr. 29`, City: `Bern`, Region: null, PostalCode: 3012, Country: `Switzerland`, Salesperson: `Nancy Davolio`, OrderID: 10746, OrderDate: `2016-04-13T21:00:00.000Z`, ShipperName: `Federal Shipping`, ProductID: 69, ProductName: `Gudbrandsdalsost`, UnitPrice: 36, Quantity: 40, Discontinued: false, ExtendedPrice: 1440, Freight: 31.43 }), + new InvoicesWorldDataItem({ ShipName: `Chop-suey Chinese`, ShipAddress: `Hauptstr. 31`, ShipCity: `Bern`, ShipRegion: null, ShipPostalCode: `3012`, ShipCountry: `Switzerland`, CustomerID: `CHOPS`, CustomerName: `Chop-suey Chinese`, Address: `Hauptstr. 29`, City: `Bern`, Region: null, PostalCode: 3012, Country: `Switzerland`, Salesperson: `Margaret Peacock`, OrderID: 10966, OrderDate: `2016-04-13T21:00:00.000Z`, ShipperName: `Speedy Express`, ProductID: 37, ProductName: `Gravad lax`, UnitPrice: 26, Quantity: 8, Discontinued: false, ExtendedPrice: 208, Freight: 27.19 }), + new InvoicesWorldDataItem({ ShipName: `Chop-suey Chinese`, ShipAddress: `Hauptstr. 31`, ShipCity: `Bern`, ShipRegion: null, ShipPostalCode: `3012`, ShipCountry: `Switzerland`, CustomerID: `CHOPS`, CustomerName: `Chop-suey Chinese`, Address: `Hauptstr. 29`, City: `Bern`, Region: null, PostalCode: 3012, Country: `Switzerland`, Salesperson: `Margaret Peacock`, OrderID: 11029, OrderDate: `2016-04-13T21:00:00.000Z`, ShipperName: `Speedy Express`, ProductID: 56, ProductName: `Gnocchi di nonna Alice`, UnitPrice: 38, Quantity: 20, Discontinued: false, ExtendedPrice: 760, Freight: 47.84 }), + new InvoicesWorldDataItem({ ShipName: `Chop-suey Chinese`, ShipAddress: `Hauptstr. 31`, ShipCity: `Bern`, ShipRegion: null, ShipPostalCode: `3012`, ShipCountry: `Switzerland`, CustomerID: `CHOPS`, CustomerName: `Chop-suey Chinese`, Address: `Hauptstr. 29`, City: `Bern`, Region: null, PostalCode: 3012, Country: `Switzerland`, Salesperson: `Margaret Peacock`, OrderID: 11029, OrderDate: `2016-04-13T21:00:00.000Z`, ShipperName: `Speedy Express`, ProductID: 63, ProductName: `Vegie-spread`, UnitPrice: 43.9, Quantity: 12, Discontinued: false, ExtendedPrice: 526.8, Freight: 47.84 }), + new InvoicesWorldDataItem({ ShipName: `Chop-suey Chinese`, ShipAddress: `Hauptstr. 31`, ShipCity: `Bern`, ShipRegion: null, ShipPostalCode: `3012`, ShipCountry: `Switzerland`, CustomerID: `CHOPS`, CustomerName: `Chop-suey Chinese`, Address: `Hauptstr. 29`, City: `Bern`, Region: null, PostalCode: 3012, Country: `Switzerland`, Salesperson: `Janet Leverling`, OrderID: 11041, OrderDate: `2016-04-13T21:00:00.000Z`, ShipperName: `United Package`, ProductID: 63, ProductName: `Vegie-spread`, UnitPrice: 43.9, Quantity: 30, Discontinued: false, ExtendedPrice: 1317, Freight: 48.22 }), + new InvoicesWorldDataItem({ ShipName: `Chop-suey Chinese`, ShipAddress: `Hauptstr. 31`, ShipCity: `Bern`, ShipRegion: null, ShipPostalCode: `3012`, ShipCountry: `Switzerland`, CustomerID: `CHOPS`, CustomerName: `Chop-suey Chinese`, Address: `Hauptstr. 29`, City: `Bern`, Region: null, PostalCode: 3012, Country: `Switzerland`, Salesperson: `Michael Suyama`, OrderID: 10519, OrderDate: `2016-04-13T21:00:00.000Z`, ShipperName: `Federal Shipping`, ProductID: 10, ProductName: `Ikura`, UnitPrice: 31, Quantity: 16, Discontinued: true, ExtendedPrice: 471.2, Freight: 91.76 }), + new InvoicesWorldDataItem({ ShipName: `Chop-suey Chinese`, ShipAddress: `Hauptstr. 31`, ShipCity: `Bern`, ShipRegion: null, ShipPostalCode: `3012`, ShipCountry: `Switzerland`, CustomerID: `CHOPS`, CustomerName: `Chop-suey Chinese`, Address: `Hauptstr. 29`, City: `Bern`, Region: null, PostalCode: 3012, Country: `Switzerland`, Salesperson: `Michael Suyama`, OrderID: 10519, OrderDate: `2016-04-13T21:00:00.000Z`, ShipperName: `Federal Shipping`, ProductID: 60, ProductName: `Camembert Pierrot`, UnitPrice: 34, Quantity: 10, Discontinued: true, ExtendedPrice: 323, Freight: 91.76 }), + new InvoicesWorldDataItem({ ShipName: `Chop-suey Chinese`, ShipAddress: `Hauptstr. 31`, ShipCity: `Bern`, ShipRegion: null, ShipPostalCode: `3012`, ShipCountry: `Switzerland`, CustomerID: `CHOPS`, CustomerName: `Chop-suey Chinese`, Address: `Hauptstr. 29`, City: `Bern`, Region: null, PostalCode: 3012, Country: `Switzerland`, Salesperson: `Robert King`, OrderID: 10731, OrderDate: `2016-04-13T21:00:00.000Z`, ShipperName: `Speedy Express`, ProductID: 21, ProductName: `Sir Rodney's Scones`, UnitPrice: 10, Quantity: 40, Discontinued: true, ExtendedPrice: 380, Freight: 96.65 }), + new InvoicesWorldDataItem({ ShipName: `Chop-suey Chinese`, ShipAddress: `Hauptstr. 31`, ShipCity: `Bern`, ShipRegion: null, ShipPostalCode: `3012`, ShipCountry: `Switzerland`, CustomerID: `CHOPS`, CustomerName: `Chop-suey Chinese`, Address: `Hauptstr. 29`, City: `Bern`, Region: null, PostalCode: 3012, Country: `Switzerland`, Salesperson: `Robert King`, OrderID: 10731, OrderDate: `2016-04-13T21:00:00.000Z`, ShipperName: `Speedy Express`, ProductID: 51, ProductName: `Manjimup Dried Apples`, UnitPrice: 53, Quantity: 30, Discontinued: true, ExtendedPrice: 1510.5, Freight: 96.65 }), + new InvoicesWorldDataItem({ ShipName: `Chop-suey Chinese`, ShipAddress: `Hauptstr. 31`, ShipCity: `Bern`, ShipRegion: null, ShipPostalCode: `3012`, ShipCountry: `Switzerland`, CustomerID: `CHOPS`, CustomerName: `Chop-suey Chinese`, Address: `Hauptstr. 29`, City: `Bern`, Region: null, PostalCode: 3012, Country: `Switzerland`, Salesperson: `Steven Buchanan`, OrderID: 10254, OrderDate: `2016-04-13T21:00:00.000Z`, ShipperName: `United Package`, ProductID: 24, ProductName: `Guaraná Fantástica`, UnitPrice: 3.6, Quantity: 15, Discontinued: true, ExtendedPrice: 45.9, Freight: 22.98 }), + new InvoicesWorldDataItem({ ShipName: `Chop-suey Chinese`, ShipAddress: `Hauptstr. 31`, ShipCity: `Bern`, ShipRegion: null, ShipPostalCode: `3012`, ShipCountry: `Switzerland`, CustomerID: `CHOPS`, CustomerName: `Chop-suey Chinese`, Address: `Hauptstr. 29`, City: `Bern`, Region: null, PostalCode: 3012, Country: `Switzerland`, Salesperson: `Steven Buchanan`, OrderID: 10254, OrderDate: `2016-04-13T21:00:00.000Z`, ShipperName: `United Package`, ProductID: 55, ProductName: `Pâté chinois`, UnitPrice: 19.2, Quantity: 21, Discontinued: true, ExtendedPrice: 342.72, Freight: 22.98 }), + new InvoicesWorldDataItem({ ShipName: `Chop-suey Chinese`, ShipAddress: `Hauptstr. 31`, ShipCity: `Bern`, ShipRegion: null, ShipPostalCode: `3012`, ShipCountry: `Switzerland`, CustomerID: `CHOPS`, CustomerName: `Chop-suey Chinese`, Address: `Hauptstr. 29`, City: `Bern`, Region: null, PostalCode: 3012, Country: `Switzerland`, Salesperson: `Michael Suyama`, OrderID: 10370, OrderDate: `2016-04-13T21:00:00.000Z`, ShipperName: `United Package`, ProductID: 1, ProductName: `Chai`, UnitPrice: 14.4, Quantity: 15, Discontinued: true, ExtendedPrice: 183.6, Freight: 1.17 }), + new InvoicesWorldDataItem({ ShipName: `Chop-suey Chinese`, ShipAddress: `Hauptstr. 31`, ShipCity: `Bern`, ShipRegion: null, ShipPostalCode: `3012`, ShipCountry: `Switzerland`, CustomerID: `CHOPS`, CustomerName: `Chop-suey Chinese`, Address: `Hauptstr. 29`, City: `Bern`, Region: null, PostalCode: 3012, Country: `Switzerland`, Salesperson: `Michael Suyama`, OrderID: 10370, OrderDate: `2016-04-13T21:00:00.000Z`, ShipperName: `United Package`, ProductID: 74, ProductName: `Longlife Tofu`, UnitPrice: 8, Quantity: 20, Discontinued: true, ExtendedPrice: 136, Freight: 1.17 }), + new InvoicesWorldDataItem({ ShipName: `Chop-suey Chinese`, ShipAddress: `Hauptstr. 31`, ShipCity: `Bern`, ShipRegion: null, ShipPostalCode: `3012`, ShipCountry: `Switzerland`, CustomerID: `CHOPS`, CustomerName: `Chop-suey Chinese`, Address: `Hauptstr. 29`, City: `Bern`, Region: null, PostalCode: 3012, Country: `Switzerland`, Salesperson: `Margaret Peacock`, OrderID: 10966, OrderDate: `2016-04-13T21:00:00.000Z`, ShipperName: `Speedy Express`, ProductID: 56, ProductName: `Gnocchi di nonna Alice`, UnitPrice: 38, Quantity: 12, Discontinued: true, ExtendedPrice: 387.6, Freight: 27.19 }), + new InvoicesWorldDataItem({ ShipName: `Chop-suey Chinese`, ShipAddress: `Hauptstr. 31`, ShipCity: `Bern`, ShipRegion: null, ShipPostalCode: `3012`, ShipCountry: `Switzerland`, CustomerID: `CHOPS`, CustomerName: `Chop-suey Chinese`, Address: `Hauptstr. 29`, City: `Bern`, Region: null, PostalCode: 3012, Country: `Switzerland`, Salesperson: `Margaret Peacock`, OrderID: 10966, OrderDate: `2016-04-13T21:00:00.000Z`, ShipperName: `Speedy Express`, ProductID: 62, ProductName: `Tarte au sucre`, UnitPrice: 49.3, Quantity: 12, Discontinued: true, ExtendedPrice: 502.86, Freight: 27.19 }), + new InvoicesWorldDataItem({ ShipName: `Chop-suey Chinese`, ShipAddress: `Hauptstr. 31`, ShipCity: `Bern`, ShipRegion: null, ShipPostalCode: `3012`, ShipCountry: `Switzerland`, CustomerID: `CHOPS`, CustomerName: `Chop-suey Chinese`, Address: `Hauptstr. 29`, City: `Bern`, Region: null, PostalCode: 3012, Country: `Switzerland`, Salesperson: `Janet Leverling`, OrderID: 11041, OrderDate: `2016-04-13T21:00:00.000Z`, ShipperName: `United Package`, ProductID: 2, ProductName: `Chang`, UnitPrice: 19, Quantity: 30, Discontinued: true, ExtendedPrice: 456, Freight: 48.22 }), + new InvoicesWorldDataItem({ ShipName: `Comércio Mineiro`, ShipAddress: `Av. dos Lusíadas, 23`, ShipCity: `Rio de Janeiro`, ShipRegion: `SP`, ShipPostalCode: `05432-043`, ShipCountry: `Brazil`, CustomerID: `COMMI`, CustomerName: `Comércio Mineiro`, Address: `Av. dos Lusíadas, 23`, City: `Rio de Janeiro`, Region: `SP`, PostalCode: 12000, Country: `Brazil`, Salesperson: `Laura Callahan`, OrderID: 10290, OrderDate: `2016-04-13T21:00:00.000Z`, ShipperName: `Speedy Express`, ProductID: 5, ProductName: `Chef Anton's Gumbo Mix`, UnitPrice: 17, Quantity: 20, Discontinued: true, ExtendedPrice: 340, Freight: 79.7 }), + new InvoicesWorldDataItem({ ShipName: `Comércio Mineiro`, ShipAddress: `Av. dos Lusíadas, 23`, ShipCity: `Sao Paulo`, ShipRegion: `SP`, ShipPostalCode: `05432-043`, ShipCountry: `Brazil`, CustomerID: `COMMI`, CustomerName: `Comércio Mineiro`, Address: `Av. dos Lusíadas, 23`, City: `Sao Paulo`, Region: `SP`, PostalCode: 33000, Country: `Brazil`, Salesperson: `Laura Callahan`, OrderID: 10290, OrderDate: `2017-02-14T22:00:00.000Z`, ShipperName: `Speedy Express`, ProductID: 29, ProductName: `Thüringer Rostbratwurst`, UnitPrice: 99, Quantity: 15, Discontinued: true, ExtendedPrice: 1485, Freight: 79.7 }), + new InvoicesWorldDataItem({ ShipName: `Comércio Mineiro`, ShipAddress: `Av. dos Lusíadas, 23`, ShipCity: `Rio de Janeiro`, ShipRegion: `SP`, ShipPostalCode: `05432-043`, ShipCountry: `Brazil`, CustomerID: `COMMI`, CustomerName: `Comércio Mineiro`, Address: `Av. dos Lusíadas, 23`, City: `Rio de Janeiro`, Region: `SP`, PostalCode: 16000, Country: `Brazil`, Salesperson: `Laura Callahan`, OrderID: 10290, OrderDate: `2017-04-13T21:00:00.000Z`, ShipperName: `Speedy Express`, ProductID: 49, ProductName: `Maxilaku`, UnitPrice: 16, Quantity: 15, Discontinued: false, ExtendedPrice: 240, Freight: 79.7 }), + new InvoicesWorldDataItem({ ShipName: `Comércio Mineiro`, ShipAddress: `Av. dos Lusíadas, 23`, ShipCity: `Sao Paulo`, ShipRegion: `SP`, ShipPostalCode: `05432-043`, ShipCountry: `Brazil`, CustomerID: `COMMI`, CustomerName: `Comércio Mineiro`, Address: `Av. dos Lusíadas, 23`, City: `Sao Paulo`, Region: `SP`, PostalCode: 49000, Country: `Brazil`, Salesperson: `Laura Callahan`, OrderID: 10290, OrderDate: `2016-04-13T21:00:00.000Z`, ShipperName: `Speedy Express`, ProductID: 77, ProductName: `Original Frankfurter grüne Soße`, UnitPrice: 10.4, Quantity: 10, Discontinued: false, ExtendedPrice: 104, Freight: 79.7 }), + new InvoicesWorldDataItem({ ShipName: `Comércio Mineiro`, ShipAddress: `Av. dos Lusíadas, 23`, ShipCity: `Sao Paulo`, ShipRegion: `SP`, ShipPostalCode: `05432-043`, ShipCountry: `Brazil`, CustomerID: `COMMI`, CustomerName: `Comércio Mineiro`, Address: `Av. dos Lusíadas, 23`, City: `Sao Paulo`, Region: `SP`, PostalCode: 39000, Country: `Brazil`, Salesperson: `Margaret Peacock`, OrderID: 10466, OrderDate: `2017-05-03T21:00:00.000Z`, ShipperName: `Speedy Express`, ProductID: 11, ProductName: `Queso Cabrales`, UnitPrice: 16.8, Quantity: 10, Discontinued: false, ExtendedPrice: 168, Freight: 11.93 }), + new InvoicesWorldDataItem({ ShipName: `Comércio Mineiro`, ShipAddress: `Av. dos Lusíadas, 23`, ShipCity: `Sao Paulo`, ShipRegion: `SP`, ShipPostalCode: `05432-043`, ShipCountry: `Brazil`, CustomerID: `COMMI`, CustomerName: `Comércio Mineiro`, Address: `Av. dos Lusíadas, 23`, City: `Sao Paulo`, Region: `SP`, PostalCode: 31000, Country: `Brazil`, Salesperson: `Margaret Peacock`, OrderID: 10466, OrderDate: `2016-04-13T21:00:00.000Z`, ShipperName: `Speedy Express`, ProductID: 46, ProductName: `Spegesild`, UnitPrice: 9.6, Quantity: 5, Discontinued: false, ExtendedPrice: 48, Freight: 11.93 }), + new InvoicesWorldDataItem({ ShipName: `Comércio Mineiro`, ShipAddress: `Av. dos Lusíadas, 23`, ShipCity: `Rio de Janeiro`, ShipRegion: `SP`, ShipPostalCode: `05432-043`, ShipCountry: `Brazil`, CustomerID: `COMMI`, CustomerName: `Comércio Mineiro`, Address: `Av. dos Lusíadas, 23`, City: `Rio de Janeiro`, Region: `SP`, PostalCode: 37000, Country: `Brazil`, Salesperson: `Margaret Peacock`, OrderID: 10494, OrderDate: `2017-03-31T21:00:00.000Z`, ShipperName: `United Package`, ProductID: 56, ProductName: `Gnocchi di nonna Alice`, UnitPrice: 30.4, Quantity: 30, Discontinued: false, ExtendedPrice: 912, Freight: 65.99 }), + new InvoicesWorldDataItem({ ShipName: `Comércio Mineiro`, ShipAddress: `Av. dos Lusíadas, 23`, ShipCity: `Rio de Janeiro`, ShipRegion: `SP`, ShipPostalCode: `05432-043`, ShipCountry: `Brazil`, CustomerID: `COMMI`, CustomerName: `Comércio Mineiro`, Address: `Av. dos Lusíadas, 23`, City: `Rio de Janeiro`, Region: `SP`, PostalCode: 29000, Country: `Brazil`, Salesperson: `Nancy Davolio`, OrderID: 10969, OrderDate: `2016-04-13T21:00:00.000Z`, ShipperName: `United Package`, ProductID: 46, ProductName: `Spegesild`, UnitPrice: 12, Quantity: 9, Discontinued: false, ExtendedPrice: 108, Freight: 0.21 }), + new InvoicesWorldDataItem({ ShipName: `Comércio Mineiro`, ShipAddress: `Av. dos Lusíadas, 23`, ShipCity: `Sao Paulo`, ShipRegion: `SP`, ShipPostalCode: `05432-043`, ShipCountry: `Brazil`, CustomerID: `COMMI`, CustomerName: `Comércio Mineiro`, Address: `Av. dos Lusíadas, 23`, City: `Sao Paulo`, Region: `SP`, PostalCode: 18000, Country: `Brazil`, Salesperson: `Andrew Fuller`, OrderID: 11042, OrderDate: `2016-04-13T21:00:00.000Z`, ShipperName: `Speedy Express`, ProductID: 44, ProductName: `Gula Malacca`, UnitPrice: 19.45, Quantity: 15, Discontinued: false, ExtendedPrice: 291.75, Freight: 29.99 }), + new InvoicesWorldDataItem({ ShipName: `Comércio Mineiro`, ShipAddress: `Av. dos Lusíadas, 23`, ShipCity: `Sao Paulo`, ShipRegion: `SP`, ShipPostalCode: `05432-043`, ShipCountry: `Brazil`, CustomerID: `COMMI`, CustomerName: `Comércio Mineiro`, Address: `Av. dos Lusíadas, 23`, City: `Sao Paulo`, Region: `SP`, PostalCode: 40000, Country: `Brazil`, Salesperson: `Andrew Fuller`, OrderID: 11042, OrderDate: `2016-04-13T21:00:00.000Z`, ShipperName: `Speedy Express`, ProductID: 61, ProductName: `Sirop d'érable`, UnitPrice: 28.5, Quantity: 4, Discontinued: false, ExtendedPrice: 114, Freight: 29.99 }), + new InvoicesWorldDataItem({ ShipName: `Consolidated Holdings`, ShipAddress: `Berkeley Gardens 12 Brewery`, ShipCity: `London`, ShipRegion: null, ShipPostalCode: `WX1 6LT`, ShipCountry: `UK`, CustomerID: `CONSH`, CustomerName: `Consolidated Holdings`, Address: `Berkeley Gardens 12 Brewery`, City: `London`, Region: null, PostalCode: 44000, Country: `UK`, Salesperson: `Laura Callahan`, OrderID: 10435, OrderDate: `2016-04-15T21:00:00.000Z`, ShipperName: `United Package`, ProductID: 2, ProductName: `Chang`, UnitPrice: 15.2, Quantity: 10, Discontinued: false, ExtendedPrice: 152, Freight: 9.21 }), + new InvoicesWorldDataItem({ ShipName: `Consolidated Holdings`, ShipAddress: `Berkeley Gardens 12 Brewery`, ShipCity: `London`, ShipRegion: null, ShipPostalCode: `WX1 6LT`, ShipCountry: `UK`, CustomerID: `CONSH`, CustomerName: `Consolidated Holdings`, Address: `Berkeley Gardens 12 Brewery`, City: `London`, Region: null, PostalCode: 35000, Country: `UK`, Salesperson: `Laura Callahan`, OrderID: 10435, OrderDate: `2016-05-11T21:00:00.000Z`, ShipperName: `United Package`, ProductID: 22, ProductName: `Gustaf's Knäckebröd`, UnitPrice: 16.8, Quantity: 12, Discontinued: false, ExtendedPrice: 201.6, Freight: 9.21 }), + new InvoicesWorldDataItem({ ShipName: `Consolidated Holdings`, ShipAddress: `Berkeley Gardens 12 Brewery`, ShipCity: `London`, ShipRegion: null, ShipPostalCode: `WX1 6LT`, ShipCountry: `UK`, CustomerID: `CONSH`, CustomerName: `Consolidated Holdings`, Address: `Berkeley Gardens 12 Brewery`, City: `London`, Region: null, PostalCode: 50000, Country: `UK`, Salesperson: `Laura Callahan`, OrderID: 10435, OrderDate: `2016-04-13T21:00:00.000Z`, ShipperName: `United Package`, ProductID: 72, ProductName: `Mozzarella di Giovanni`, UnitPrice: 27.8, Quantity: 10, Discontinued: false, ExtendedPrice: 278, Freight: 9.21 }), + new InvoicesWorldDataItem({ ShipName: `Consolidated Holdings`, ShipAddress: `Berkeley Gardens 12 Brewery`, ShipCity: `London`, ShipRegion: null, ShipPostalCode: `WX1 6LT`, ShipCountry: `UK`, CustomerID: `CONSH`, CustomerName: `Consolidated Holdings`, Address: `Berkeley Gardens 12 Brewery`, City: `London`, Region: null, PostalCode: 45000, Country: `UK`, Salesperson: `Andrew Fuller`, OrderID: 10462, OrderDate: `2016-04-13T21:00:00.000Z`, ShipperName: `Speedy Express`, ProductID: 13, ProductName: `Konbu`, UnitPrice: 4.8, Quantity: 1, Discontinued: false, ExtendedPrice: 4.8, Freight: 6.17 }), + new InvoicesWorldDataItem({ ShipName: `Consolidated Holdings`, ShipAddress: `Berkeley Gardens 12 Brewery`, ShipCity: `London`, ShipRegion: null, ShipPostalCode: `WX1 6LT`, ShipCountry: `UK`, CustomerID: `CONSH`, CustomerName: `Consolidated Holdings`, Address: `Berkeley Gardens 12 Brewery`, City: `London`, Region: null, PostalCode: 39000, Country: `UK`, Salesperson: `Andrew Fuller`, OrderID: 10462, OrderDate: `2016-04-13T21:00:00.000Z`, ShipperName: `Speedy Express`, ProductID: 23, ProductName: `Tunnbröd`, UnitPrice: 7.2, Quantity: 21, Discontinued: false, ExtendedPrice: 151.2, Freight: 6.17 }), + new InvoicesWorldDataItem({ ShipName: `Consolidated Holdings`, ShipAddress: `Berkeley Gardens 12 Brewery`, ShipCity: `London`, ShipRegion: null, ShipPostalCode: `WX1 6LT`, ShipCountry: `UK`, CustomerID: `CONSH`, CustomerName: `Consolidated Holdings`, Address: `Berkeley Gardens 12 Brewery`, City: `London`, Region: null, PostalCode: 11000, Country: `UK`, Salesperson: `Robert King`, OrderID: 10848, OrderDate: `2016-04-13T21:00:00.000Z`, ShipperName: `United Package`, ProductID: 5, ProductName: `Chef Anton's Gumbo Mix`, UnitPrice: 21.35, Quantity: 30, Discontinued: false, ExtendedPrice: 640.5, Freight: 38.24 }), + new InvoicesWorldDataItem({ ShipName: `Consolidated Holdings`, ShipAddress: `Berkeley Gardens 12 Brewery`, ShipCity: `London`, ShipRegion: null, ShipPostalCode: `WX1 6LT`, ShipCountry: `UK`, CustomerID: `CONSH`, CustomerName: `Consolidated Holdings`, Address: `Berkeley Gardens 12 Brewery`, City: `London`, Region: null, PostalCode: 49000, Country: `UK`, Salesperson: `Robert King`, OrderID: 10848, OrderDate: `2016-04-13T21:00:00.000Z`, ShipperName: `United Package`, ProductID: 9, ProductName: `Mishi Kobe Niku`, UnitPrice: 97, Quantity: 3, Discontinued: false, ExtendedPrice: 291, Freight: 38.24 }), + new InvoicesWorldDataItem({ ShipName: `Die Wandernde Kuh`, ShipAddress: `Adenauerallee 900`, ShipCity: `Stuttgart`, ShipRegion: null, ShipPostalCode: `70563`, ShipCountry: `Germany`, CustomerID: `WANDK`, CustomerName: `Die Wandernde Kuh`, Address: `Adenauerallee 900`, City: `Stuttgart`, Region: null, PostalCode: 70563, Country: `Germany`, Salesperson: `Laura Callahan`, OrderID: 10301, OrderDate: `2017-04-13T21:00:00.000Z`, ShipperName: `United Package`, ProductID: 40, ProductName: `Boston Crab Meat`, UnitPrice: 14.7, Quantity: 10, Discontinued: false, ExtendedPrice: 147, Freight: 45.08 }), + new InvoicesWorldDataItem({ ShipName: `Die Wandernde Kuh`, ShipAddress: `Adenauerallee 900`, ShipCity: `Stuttgart`, ShipRegion: null, ShipPostalCode: `70563`, ShipCountry: `Germany`, CustomerID: `WANDK`, CustomerName: `Die Wandernde Kuh`, Address: `Adenauerallee 900`, City: `Stuttgart`, Region: null, PostalCode: 70563, Country: `Germany`, Salesperson: `Laura Callahan`, OrderID: 10301, OrderDate: `2016-04-13T21:00:00.000Z`, ShipperName: `United Package`, ProductID: 56, ProductName: `Gnocchi di nonna Alice`, UnitPrice: 30.4, Quantity: 20, Discontinued: false, ExtendedPrice: 608, Freight: 45.08 }), + new InvoicesWorldDataItem({ ShipName: `Die Wandernde Kuh`, ShipAddress: `Adenauerallee 900`, ShipCity: `Stuttgart`, ShipRegion: null, ShipPostalCode: `70563`, ShipCountry: `Germany`, CustomerID: `WANDK`, CustomerName: `Die Wandernde Kuh`, Address: `Adenauerallee 900`, City: `Stuttgart`, Region: null, PostalCode: 70563, Country: `Germany`, Salesperson: `Andrew Fuller`, OrderID: 10312, OrderDate: `2016-04-13T21:00:00.000Z`, ShipperName: `United Package`, ProductID: 28, ProductName: `Rössle Sauerkraut`, UnitPrice: 36.4, Quantity: 4, Discontinued: false, ExtendedPrice: 145.6, Freight: 40.26 }), + new InvoicesWorldDataItem({ ShipName: `Die Wandernde Kuh`, ShipAddress: `Adenauerallee 900`, ShipCity: `Stuttgart`, ShipRegion: null, ShipPostalCode: `70563`, ShipCountry: `Germany`, CustomerID: `WANDK`, CustomerName: `Die Wandernde Kuh`, Address: `Adenauerallee 900`, City: `Stuttgart`, Region: null, PostalCode: 70563, Country: `Germany`, Salesperson: `Andrew Fuller`, OrderID: 10312, OrderDate: `2018-04-13T21:00:00.000Z`, ShipperName: `United Package`, ProductID: 43, ProductName: `Ipoh Coffee`, UnitPrice: 36.8, Quantity: 24, Discontinued: false, ExtendedPrice: 883.2, Freight: 40.26 }), + new InvoicesWorldDataItem({ ShipName: `Die Wandernde Kuh`, ShipAddress: `Adenauerallee 900`, ShipCity: `Stuttgart`, ShipRegion: null, ShipPostalCode: `70563`, ShipCountry: `Germany`, CustomerID: `WANDK`, CustomerName: `Die Wandernde Kuh`, Address: `Adenauerallee 900`, City: `Stuttgart`, Region: null, PostalCode: 70563, Country: `Germany`, Salesperson: `Andrew Fuller`, OrderID: 10312, OrderDate: `2016-04-13T21:00:00.000Z`, ShipperName: `United Package`, ProductID: 53, ProductName: `Perth Pasties`, UnitPrice: 26.2, Quantity: 20, Discontinued: false, ExtendedPrice: 524, Freight: 40.26 }), + new InvoicesWorldDataItem({ ShipName: `Die Wandernde Kuh`, ShipAddress: `Adenauerallee 900`, ShipCity: `Stuttgart`, ShipRegion: null, ShipPostalCode: `70563`, ShipCountry: `Germany`, CustomerID: `WANDK`, CustomerName: `Die Wandernde Kuh`, Address: `Adenauerallee 900`, City: `Stuttgart`, Region: null, PostalCode: 70563, Country: `Germany`, Salesperson: `Andrew Fuller`, OrderID: 10312, OrderDate: `2016-04-13T21:00:00.000Z`, ShipperName: `United Package`, ProductID: 75, ProductName: `Rhönbräu Klosterbier`, UnitPrice: 6.2, Quantity: 10, Discontinued: false, ExtendedPrice: 62, Freight: 40.26 }), + new InvoicesWorldDataItem({ ShipName: `Die Wandernde Kuh`, ShipAddress: `Adenauerallee 900`, ShipCity: `Stuttgart`, ShipRegion: null, ShipPostalCode: `70563`, ShipCountry: `Germany`, CustomerID: `WANDK`, CustomerName: `Die Wandernde Kuh`, Address: `Adenauerallee 900`, City: `Stuttgart`, Region: null, PostalCode: 70563, Country: `Germany`, Salesperson: `Margaret Peacock`, OrderID: 10348, OrderDate: `2016-04-13T21:00:00.000Z`, ShipperName: `United Package`, ProductID: 23, ProductName: `Tunnbröd`, UnitPrice: 7.2, Quantity: 25, Discontinued: false, ExtendedPrice: 180, Freight: 0.78 }), + new InvoicesWorldDataItem({ ShipName: `Die Wandernde Kuh`, ShipAddress: `Adenauerallee 900`, ShipCity: `Stuttgart`, ShipRegion: null, ShipPostalCode: `70563`, ShipCountry: `Germany`, CustomerID: `WANDK`, CustomerName: `Die Wandernde Kuh`, Address: `Adenauerallee 900`, City: `Stuttgart`, Region: null, PostalCode: 70563, Country: `Germany`, Salesperson: `Michael Suyama`, OrderID: 10356, OrderDate: `2018-04-13T21:00:00.000Z`, ShipperName: `United Package`, ProductID: 31, ProductName: `Gorgonzola Telino`, UnitPrice: 10, Quantity: 30, Discontinued: false, ExtendedPrice: 300, Freight: 36.71 }), + new InvoicesWorldDataItem({ ShipName: `Die Wandernde Kuh`, ShipAddress: `Adenauerallee 900`, ShipCity: `Stuttgart`, ShipRegion: null, ShipPostalCode: `70563`, ShipCountry: `Germany`, CustomerID: `WANDK`, CustomerName: `Die Wandernde Kuh`, Address: `Adenauerallee 900`, City: `Stuttgart`, Region: null, PostalCode: 70563, Country: `Germany`, Salesperson: `Michael Suyama`, OrderID: 10356, OrderDate: `2016-04-13T21:00:00.000Z`, ShipperName: `United Package`, ProductID: 55, ProductName: `Pâté chinois`, UnitPrice: 19.2, Quantity: 12, Discontinued: false, ExtendedPrice: 230.4, Freight: 36.71 }), + new InvoicesWorldDataItem({ ShipName: `Die Wandernde Kuh`, ShipAddress: `Adenauerallee 900`, ShipCity: `Stuttgart`, ShipRegion: null, ShipPostalCode: `70563`, ShipCountry: `Germany`, CustomerID: `WANDK`, CustomerName: `Die Wandernde Kuh`, Address: `Adenauerallee 900`, City: `Stuttgart`, Region: null, PostalCode: 70563, Country: `Germany`, Salesperson: `Michael Suyama`, OrderID: 10356, OrderDate: `2016-04-13T21:00:00.000Z`, ShipperName: `United Package`, ProductID: 69, ProductName: `Gudbrandsdalsost`, UnitPrice: 28.8, Quantity: 20, Discontinued: false, ExtendedPrice: 576, Freight: 36.71 }), + new InvoicesWorldDataItem({ ShipName: `Die Wandernde Kuh`, ShipAddress: `Adenauerallee 900`, ShipCity: `Stuttgart`, ShipRegion: null, ShipPostalCode: `70563`, ShipCountry: `Germany`, CustomerID: `WANDK`, CustomerName: `Die Wandernde Kuh`, Address: `Adenauerallee 900`, City: `Stuttgart`, Region: null, PostalCode: 70563, Country: `Germany`, Salesperson: `Laura Callahan`, OrderID: 10632, OrderDate: `2016-04-13T21:00:00.000Z`, ShipperName: `Speedy Express`, ProductID: 2, ProductName: `Chang`, UnitPrice: 19, Quantity: 30, Discontinued: true, ExtendedPrice: 541.5, Freight: 41.38 }), + new InvoicesWorldDataItem({ ShipName: `Die Wandernde Kuh`, ShipAddress: `Adenauerallee 900`, ShipCity: `Stuttgart`, ShipRegion: null, ShipPostalCode: `70563`, ShipCountry: `Germany`, CustomerID: `WANDK`, CustomerName: `Die Wandernde Kuh`, Address: `Adenauerallee 900`, City: `Stuttgart`, Region: null, PostalCode: 70563, Country: `Germany`, Salesperson: `Laura Callahan`, OrderID: 10632, OrderDate: `2016-04-13T21:00:00.000Z`, ShipperName: `Speedy Express`, ProductID: 33, ProductName: `Geitost`, UnitPrice: 2.5, Quantity: 20, Discontinued: true, ExtendedPrice: 47.5, Freight: 41.38 }), + new InvoicesWorldDataItem({ ShipName: `Die Wandernde Kuh`, ShipAddress: `Adenauerallee 900`, ShipCity: `Stuttgart`, ShipRegion: null, ShipPostalCode: `70563`, ShipCountry: `Germany`, CustomerID: `WANDK`, CustomerName: `Die Wandernde Kuh`, Address: `Adenauerallee 900`, City: `Stuttgart`, Region: null, PostalCode: 70563, Country: `Germany`, Salesperson: `Laura Callahan`, OrderID: 11046, OrderDate: `2016-04-13T21:00:00.000Z`, ShipperName: `United Package`, ProductID: 12, ProductName: `Queso Manchego La Pastora`, UnitPrice: 38, Quantity: 20, Discontinued: true, ExtendedPrice: 722, Freight: 71.64 }), + new InvoicesWorldDataItem({ ShipName: `Die Wandernde Kuh`, ShipAddress: `Adenauerallee 900`, ShipCity: `Stuttgart`, ShipRegion: null, ShipPostalCode: `70563`, ShipCountry: `Germany`, CustomerID: `WANDK`, CustomerName: `Die Wandernde Kuh`, Address: `Adenauerallee 900`, City: `Stuttgart`, Region: null, PostalCode: 70563, Country: `Germany`, Salesperson: `Laura Callahan`, OrderID: 11046, OrderDate: `2016-04-13T21:00:00.000Z`, ShipperName: `United Package`, ProductID: 32, ProductName: `Mascarpone Fabioli`, UnitPrice: 32, Quantity: 15, Discontinued: true, ExtendedPrice: 456, Freight: 71.64 }), + new InvoicesWorldDataItem({ ShipName: `Die Wandernde Kuh`, ShipAddress: `Adenauerallee 900`, ShipCity: `Stuttgart`, ShipRegion: null, ShipPostalCode: `70563`, ShipCountry: `Germany`, CustomerID: `WANDK`, CustomerName: `Die Wandernde Kuh`, Address: `Adenauerallee 900`, City: `Stuttgart`, Region: null, PostalCode: 70563, Country: `Germany`, Salesperson: `Laura Callahan`, OrderID: 11046, OrderDate: `2016-04-13T21:00:00.000Z`, ShipperName: `United Package`, ProductID: 35, ProductName: `Steeleye Stout`, UnitPrice: 18, Quantity: 18, Discontinued: true, ExtendedPrice: 307.8, Freight: 71.64 }), + new InvoicesWorldDataItem({ ShipName: `Die Wandernde Kuh`, ShipAddress: `Adenauerallee 900`, ShipCity: `Stuttgart`, ShipRegion: null, ShipPostalCode: `70563`, ShipCountry: `Germany`, CustomerID: `WANDK`, CustomerName: `Die Wandernde Kuh`, Address: `Adenauerallee 900`, City: `Stuttgart`, Region: null, PostalCode: 70563, Country: `Germany`, Salesperson: `Nancy Davolio`, OrderID: 10668, OrderDate: `2016-04-13T21:00:00.000Z`, ShipperName: `United Package`, ProductID: 31, ProductName: `Gorgonzola Telino`, UnitPrice: 12.5, Quantity: 8, Discontinued: true, ExtendedPrice: 90, Freight: 47.22 }), + new InvoicesWorldDataItem({ ShipName: `Die Wandernde Kuh`, ShipAddress: `Adenauerallee 900`, ShipCity: `Stuttgart`, ShipRegion: null, ShipPostalCode: `70563`, ShipCountry: `Germany`, CustomerID: `WANDK`, CustomerName: `Die Wandernde Kuh`, Address: `Adenauerallee 900`, City: `Stuttgart`, Region: null, PostalCode: 70563, Country: `Germany`, Salesperson: `Nancy Davolio`, OrderID: 10668, OrderDate: `2016-04-13T21:00:00.000Z`, ShipperName: `United Package`, ProductID: 55, ProductName: `Pâté chinois`, UnitPrice: 24, Quantity: 4, Discontinued: true, ExtendedPrice: 86.4, Freight: 47.22 }), + new InvoicesWorldDataItem({ ShipName: `Die Wandernde Kuh`, ShipAddress: `Adenauerallee 900`, ShipCity: `Stuttgart`, ShipRegion: null, ShipPostalCode: `70563`, ShipCountry: `Germany`, CustomerID: `WANDK`, CustomerName: `Die Wandernde Kuh`, Address: `Adenauerallee 900`, City: `Stuttgart`, Region: null, PostalCode: 70563, Country: `Germany`, Salesperson: `Nancy Davolio`, OrderID: 10668, OrderDate: `2016-04-13T21:00:00.000Z`, ShipperName: `United Package`, ProductID: 64, ProductName: `Wimmers gute Semmelknödel`, UnitPrice: 33.25, Quantity: 15, Discontinued: true, ExtendedPrice: 448.87, Freight: 47.22 }), + new InvoicesWorldDataItem({ ShipName: `Die Wandernde Kuh`, ShipAddress: `Adenauerallee 900`, ShipCity: `Stuttgart`, ShipRegion: null, ShipPostalCode: `70563`, ShipCountry: `Germany`, CustomerID: `WANDK`, CustomerName: `Die Wandernde Kuh`, Address: `Adenauerallee 900`, City: `Stuttgart`, Region: null, PostalCode: 70563, Country: `Germany`, Salesperson: `Margaret Peacock`, OrderID: 10348, OrderDate: `2016-04-13T21:00:00.000Z`, ShipperName: `United Package`, ProductID: 1, ProductName: `Chai`, UnitPrice: 14.4, Quantity: 15, Discontinued: true, ExtendedPrice: 183.6, Freight: 0.78 }), + new InvoicesWorldDataItem({ ShipName: `Die Wandernde Kuh`, ShipAddress: `Adenauerallee 900`, ShipCity: `Stuttgart`, ShipRegion: null, ShipPostalCode: `70563`, ShipCountry: `Germany`, CustomerID: `WANDK`, CustomerName: `Die Wandernde Kuh`, Address: `Adenauerallee 900`, City: `Stuttgart`, Region: null, PostalCode: 70563, Country: `Germany`, Salesperson: `Robert King`, OrderID: 10513, OrderDate: `2016-04-13T21:00:00.000Z`, ShipperName: `Speedy Express`, ProductID: 21, ProductName: `Sir Rodney's Scones`, UnitPrice: 10, Quantity: 40, Discontinued: true, ExtendedPrice: 320, Freight: 105.65 }), + new InvoicesWorldDataItem({ ShipName: `Die Wandernde Kuh`, ShipAddress: `Adenauerallee 900`, ShipCity: `Stuttgart`, ShipRegion: null, ShipPostalCode: `70563`, ShipCountry: `Germany`, CustomerID: `WANDK`, CustomerName: `Die Wandernde Kuh`, Address: `Adenauerallee 900`, City: `Stuttgart`, Region: null, PostalCode: 70563, Country: `Germany`, Salesperson: `Robert King`, OrderID: 10513, OrderDate: `2016-04-13T21:00:00.000Z`, ShipperName: `Speedy Express`, ProductID: 32, ProductName: `Mascarpone Fabioli`, UnitPrice: 32, Quantity: 50, Discontinued: true, ExtendedPrice: 1280, Freight: 105.65 }), + new InvoicesWorldDataItem({ ShipName: `Die Wandernde Kuh`, ShipAddress: `Adenauerallee 900`, ShipCity: `Stuttgart`, ShipRegion: null, ShipPostalCode: `70563`, ShipCountry: `Germany`, CustomerID: `WANDK`, CustomerName: `Die Wandernde Kuh`, Address: `Adenauerallee 900`, City: `Stuttgart`, Region: null, PostalCode: 70563, Country: `Germany`, Salesperson: `Robert King`, OrderID: 10513, OrderDate: `2016-04-13T21:00:00.000Z`, ShipperName: `Speedy Express`, ProductID: 61, ProductName: `Sirop d'érable`, UnitPrice: 28.5, Quantity: 15, Discontinued: true, ExtendedPrice: 342, Freight: 105.65 }), + new InvoicesWorldDataItem({ ShipName: `Die Wandernde Kuh`, ShipAddress: `Adenauerallee 900`, ShipCity: `Stuttgart`, ShipRegion: null, ShipPostalCode: `70563`, ShipCountry: `Germany`, CustomerID: `WANDK`, CustomerName: `Die Wandernde Kuh`, Address: `Adenauerallee 900`, City: `Stuttgart`, Region: null, PostalCode: 70563, Country: `Germany`, Salesperson: `Margaret Peacock`, OrderID: 10640, OrderDate: `2017-04-13T21:00:00.000Z`, ShipperName: `Speedy Express`, ProductID: 69, ProductName: `Gudbrandsdalsost`, UnitPrice: 36, Quantity: 20, Discontinued: true, ExtendedPrice: 540, Freight: 23.55 }), + new InvoicesWorldDataItem({ ShipName: `Die Wandernde Kuh`, ShipAddress: `Adenauerallee 900`, ShipCity: `Stuttgart`, ShipRegion: null, ShipPostalCode: `70563`, ShipCountry: `Germany`, CustomerID: `WANDK`, CustomerName: `Die Wandernde Kuh`, Address: `Adenauerallee 900`, City: `Stuttgart`, Region: null, PostalCode: 70563, Country: `Germany`, Salesperson: `Margaret Peacock`, OrderID: 10640, OrderDate: `2016-04-13T21:00:00.000Z`, ShipperName: `Speedy Express`, ProductID: 70, ProductName: `Outback Lager`, UnitPrice: 15, Quantity: 15, Discontinued: true, ExtendedPrice: 168.75, Freight: 23.55 }), + new InvoicesWorldDataItem({ ShipName: `Die Wandernde Kuh`, ShipAddress: `Adenauerallee 900`, ShipCity: `Stuttgart`, ShipRegion: null, ShipPostalCode: `70563`, ShipCountry: `Germany`, CustomerID: `WANDK`, CustomerName: `Die Wandernde Kuh`, Address: `Adenauerallee 900`, City: `Stuttgart`, Region: null, PostalCode: 70563, Country: `Germany`, Salesperson: `Laura Callahan`, OrderID: 10651, OrderDate: `2016-04-13T21:00:00.000Z`, ShipperName: `United Package`, ProductID: 19, ProductName: `Teatime Chocolate Biscuits`, UnitPrice: 9.2, Quantity: 12, Discontinued: true, ExtendedPrice: 82.8, Freight: 20.6 }), + new InvoicesWorldDataItem({ ShipName: `Die Wandernde Kuh`, ShipAddress: `Adenauerallee 900`, ShipCity: `Stuttgart`, ShipRegion: null, ShipPostalCode: `70563`, ShipCountry: `Germany`, CustomerID: `WANDK`, CustomerName: `Die Wandernde Kuh`, Address: `Adenauerallee 900`, City: `Stuttgart`, Region: null, PostalCode: 70563, Country: `Germany`, Salesperson: `Laura Callahan`, OrderID: 10651, OrderDate: `2016-04-13T21:00:00.000Z`, ShipperName: `United Package`, ProductID: 22, ProductName: `Gustaf's Knäckebröd`, UnitPrice: 21, Quantity: 20, Discontinued: true, ExtendedPrice: 315, Freight: 20.6 }), + new InvoicesWorldDataItem({ ShipName: `Drachenblut Delikatessen`, ShipAddress: `Walserweg 21`, ShipCity: `Aachen`, ShipRegion: null, ShipPostalCode: `52066`, ShipCountry: `Germany`, CustomerID: `DRACD`, CustomerName: `Drachenblut Delikatessen`, Address: `Walserweg 21`, City: `Aachen`, Region: null, PostalCode: 52066, Country: `Germany`, Salesperson: `Margaret Peacock`, OrderID: 10363, OrderDate: `2016-04-13T21:00:00.000Z`, ShipperName: `Federal Shipping`, ProductID: 31, ProductName: `Gorgonzola Telino`, UnitPrice: 10, Quantity: 20, Discontinued: false, ExtendedPrice: 200, Freight: 30.54 }), + new InvoicesWorldDataItem({ ShipName: `Drachenblut Delikatessen`, ShipAddress: `Walserweg 21`, ShipCity: `Aachen`, ShipRegion: null, ShipPostalCode: `52066`, ShipCountry: `Germany`, CustomerID: `DRACD`, CustomerName: `Drachenblut Delikatessen`, Address: `Walserweg 21`, City: `Aachen`, Region: null, PostalCode: 52066, Country: `Germany`, Salesperson: `Margaret Peacock`, OrderID: 10363, OrderDate: `2016-12-03T22:00:00.000Z`, ShipperName: `Federal Shipping`, ProductID: 75, ProductName: `Rhönbräu Klosterbier`, UnitPrice: 6.2, Quantity: 12, Discontinued: false, ExtendedPrice: 74.4, Freight: 30.54 }), + new InvoicesWorldDataItem({ ShipName: `Drachenblut Delikatessen`, ShipAddress: `Walserweg 21`, ShipCity: `Aachen`, ShipRegion: null, ShipPostalCode: `52066`, ShipCountry: `Germany`, CustomerID: `DRACD`, CustomerName: `Drachenblut Delikatessen`, Address: `Walserweg 21`, City: `Aachen`, Region: null, PostalCode: 52066, Country: `Germany`, Salesperson: `Margaret Peacock`, OrderID: 10363, OrderDate: `2016-02-07T22:00:00.000Z`, ShipperName: `Federal Shipping`, ProductID: 76, ProductName: `Lakkalikööri`, UnitPrice: 14.4, Quantity: 12, Discontinued: false, ExtendedPrice: 172.8, Freight: 30.54 }), + new InvoicesWorldDataItem({ ShipName: `Drachenblut Delikatessen`, ShipAddress: `Walserweg 21`, ShipCity: `Aachen`, ShipRegion: null, ShipPostalCode: `52066`, ShipCountry: `Germany`, CustomerID: `DRACD`, CustomerName: `Drachenblut Delikatessen`, Address: `Walserweg 21`, City: `Aachen`, Region: null, PostalCode: 52066, Country: `Germany`, Salesperson: `Janet Leverling`, OrderID: 10391, OrderDate: `2017-04-13T21:00:00.000Z`, ShipperName: `Federal Shipping`, ProductID: 13, ProductName: `Konbu`, UnitPrice: 4.8, Quantity: 18, Discontinued: false, ExtendedPrice: 86.4, Freight: 5.45 }), + new InvoicesWorldDataItem({ ShipName: `Drachenblut Delikatessen`, ShipAddress: `Walserweg 21`, ShipCity: `Aachen`, ShipRegion: null, ShipPostalCode: `52066`, ShipCountry: `Germany`, CustomerID: `DRACD`, CustomerName: `Drachenblut Delikatessen`, Address: `Walserweg 21`, City: `Aachen`, Region: null, PostalCode: 52066, Country: `Germany`, Salesperson: `Robert King`, OrderID: 10797, OrderDate: `2016-04-13T21:00:00.000Z`, ShipperName: `United Package`, ProductID: 11, ProductName: `Queso Cabrales`, UnitPrice: 21, Quantity: 20, Discontinued: false, ExtendedPrice: 420, Freight: 33.35 }), + new InvoicesWorldDataItem({ ShipName: `Drachenblut Delikatessen`, ShipAddress: `Walserweg 21`, ShipCity: `Aachen`, ShipRegion: null, ShipPostalCode: `52066`, ShipCountry: `Germany`, CustomerID: `DRACD`, CustomerName: `Drachenblut Delikatessen`, Address: `Walserweg 21`, City: `Aachen`, Region: null, PostalCode: 52066, Country: `Germany`, Salesperson: `Nancy Davolio`, OrderID: 11067, OrderDate: `2016-04-13T21:00:00.000Z`, ShipperName: `United Package`, ProductID: 41, ProductName: `Jack's New England Clam Chowder`, UnitPrice: 9.65, Quantity: 9, Discontinued: false, ExtendedPrice: 86.85, Freight: 7.98 }), + new InvoicesWorldDataItem({ ShipName: `Du monde entier`, ShipAddress: `67, rue des Cinquante Otages`, ShipCity: `Nantes`, ShipRegion: null, ShipPostalCode: `44000`, ShipCountry: `France`, CustomerID: `DUMON`, CustomerName: `Du monde entier`, Address: `67, rue des Cinquante Otages`, City: `Nantes`, Region: null, PostalCode: 44000, Country: `France`, Salesperson: `Nancy Davolio`, OrderID: 10311, OrderDate: `2016-08-13T21:00:00.000Z`, ShipperName: `Federal Shipping`, ProductID: 42, ProductName: `Singaporean Hokkien Fried Mee`, UnitPrice: 11.2, Quantity: 6, Discontinued: false, ExtendedPrice: 67.2, Freight: 24.69 }), + new InvoicesWorldDataItem({ ShipName: `Du monde entier`, ShipAddress: `67, rue des Cinquante Otages`, ShipCity: `Nantes`, ShipRegion: null, ShipPostalCode: `44000`, ShipCountry: `France`, CustomerID: `DUMON`, CustomerName: `Du monde entier`, Address: `67, rue des Cinquante Otages`, City: `Nantes`, Region: null, PostalCode: 44000, Country: `France`, Salesperson: `Nancy Davolio`, OrderID: 10311, OrderDate: `2017-04-13T21:00:00.000Z`, ShipperName: `Federal Shipping`, ProductID: 69, ProductName: `Gudbrandsdalsost`, UnitPrice: 28.8, Quantity: 7, Discontinued: false, ExtendedPrice: 201.6, Freight: 24.69 }), + new InvoicesWorldDataItem({ ShipName: `Du monde entier`, ShipAddress: `67, rue des Cinquante Otages`, ShipCity: `Nantes`, ShipRegion: null, ShipPostalCode: `44000`, ShipCountry: `France`, CustomerID: `DUMON`, CustomerName: `Du monde entier`, Address: `67, rue des Cinquante Otages`, City: `Nantes`, Region: null, PostalCode: 44000, Country: `France`, Salesperson: `Robert King`, OrderID: 10609, OrderDate: `2016-06-13T21:00:00.000Z`, ShipperName: `United Package`, ProductID: 1, ProductName: `Chai`, UnitPrice: 18, Quantity: 3, Discontinued: false, ExtendedPrice: 54, Freight: 1.85 }), + new InvoicesWorldDataItem({ ShipName: `Du monde entier`, ShipAddress: `67, rue des Cinquante Otages`, ShipCity: `Nantes`, ShipRegion: null, ShipPostalCode: `44000`, ShipCountry: `France`, CustomerID: `DUMON`, CustomerName: `Du monde entier`, Address: `67, rue des Cinquante Otages`, City: `Nantes`, Region: null, PostalCode: 44000, Country: `France`, Salesperson: `Robert King`, OrderID: 10609, OrderDate: `2015-04-13T21:00:00.000Z`, ShipperName: `United Package`, ProductID: 10, ProductName: `Ikura`, UnitPrice: 31, Quantity: 10, Discontinued: false, ExtendedPrice: 310, Freight: 1.85 }), + new InvoicesWorldDataItem({ ShipName: `Du monde entier`, ShipAddress: `67, rue des Cinquante Otages`, ShipCity: `Nantes`, ShipRegion: null, ShipPostalCode: `44000`, ShipCountry: `France`, CustomerID: `DUMON`, CustomerName: `Du monde entier`, Address: `67, rue des Cinquante Otages`, City: `Nantes`, Region: null, PostalCode: 44000, Country: `France`, Salesperson: `Robert King`, OrderID: 10609, OrderDate: `2016-04-13T21:00:00.000Z`, ShipperName: `United Package`, ProductID: 21, ProductName: `Sir Rodney's Scones`, UnitPrice: 10, Quantity: 6, Discontinued: false, ExtendedPrice: 60, Freight: 1.85 }), + new InvoicesWorldDataItem({ ShipName: `Du monde entier`, ShipAddress: `67, rue des Cinquante Otages`, ShipCity: `Nantes`, ShipRegion: null, ShipPostalCode: `44000`, ShipCountry: `France`, CustomerID: `DUMON`, CustomerName: `Du monde entier`, Address: `67, rue des Cinquante Otages`, City: `Nantes`, Region: null, PostalCode: 44000, Country: `France`, Salesperson: `Andrew Fuller`, OrderID: 10683, OrderDate: `2017-04-13T21:00:00.000Z`, ShipperName: `Speedy Express`, ProductID: 52, ProductName: `Filo Mix`, UnitPrice: 7, Quantity: 9, Discontinued: false, ExtendedPrice: 63, Freight: 4.4 }), + new InvoicesWorldDataItem({ ShipName: `Du monde entier`, ShipAddress: `67, rue des Cinquante Otages`, ShipCity: `Nantes`, ShipRegion: null, ShipPostalCode: `44000`, ShipCountry: `France`, CustomerID: `DUMON`, CustomerName: `Du monde entier`, Address: `67, rue des Cinquante Otages`, City: `Nantes`, Region: null, PostalCode: 44000, Country: `France`, Salesperson: `Robert King`, OrderID: 10890, OrderDate: `2016-04-13T21:00:00.000Z`, ShipperName: `Speedy Express`, ProductID: 17, ProductName: `Alice Mutton`, UnitPrice: 39, Quantity: 15, Discontinued: false, ExtendedPrice: 585, Freight: 32.76 }), + new InvoicesWorldDataItem({ ShipName: `Du monde entier`, ShipAddress: `67, rue des Cinquante Otages`, ShipCity: `Nantes`, ShipRegion: null, ShipPostalCode: `44000`, ShipCountry: `France`, CustomerID: `DUMON`, CustomerName: `Du monde entier`, Address: `67, rue des Cinquante Otages`, City: `Nantes`, Region: null, PostalCode: 44000, Country: `France`, Salesperson: `Robert King`, OrderID: 10890, OrderDate: `2016-04-13T21:00:00.000Z`, ShipperName: `Speedy Express`, ProductID: 34, ProductName: `Sasquatch Ale`, UnitPrice: 14, Quantity: 10, Discontinued: false, ExtendedPrice: 140, Freight: 32.76 }), + new InvoicesWorldDataItem({ ShipName: `Du monde entier`, ShipAddress: `67, rue des Cinquante Otages`, ShipCity: `Nantes`, ShipRegion: null, ShipPostalCode: `44000`, ShipCountry: `France`, CustomerID: `DUMON`, CustomerName: `Du monde entier`, Address: `67, rue des Cinquante Otages`, City: `Nantes`, Region: null, PostalCode: 44000, Country: `France`, Salesperson: `Robert King`, OrderID: 10890, OrderDate: `2016-02-13T22:00:00.000Z`, ShipperName: `Speedy Express`, ProductID: 41, ProductName: `Jack's New England Clam Chowder`, UnitPrice: 9.65, Quantity: 14, Discontinued: false, ExtendedPrice: 135.1, Freight: 32.76 }), + new InvoicesWorldDataItem({ ShipName: `Eastern Connection`, ShipAddress: `35 King George`, ShipCity: `London`, ShipRegion: null, ShipPostalCode: `WX3 6FW`, ShipCountry: `UK`, CustomerID: `EASTC`, CustomerName: `Eastern Connection`, Address: `35 King George`, City: `London`, Region: null, PostalCode: 18000, Country: `UK`, Salesperson: `Nancy Davolio`, OrderID: 10364, OrderDate: `2017-04-13T21:00:00.000Z`, ShipperName: `Speedy Express`, ProductID: 69, ProductName: `Gudbrandsdalsost`, UnitPrice: 28.8, Quantity: 30, Discontinued: false, ExtendedPrice: 864, Freight: 71.97 }), + new InvoicesWorldDataItem({ ShipName: `Eastern Connection`, ShipAddress: `35 King George`, ShipCity: `London`, ShipRegion: null, ShipPostalCode: `WX3 6FW`, ShipCountry: `UK`, CustomerID: `EASTC`, CustomerName: `Eastern Connection`, Address: `35 King George`, City: `London`, Region: null, PostalCode: 10000, Country: `UK`, Salesperson: `Nancy Davolio`, OrderID: 10364, OrderDate: `2016-04-03T21:00:00.000Z`, ShipperName: `Speedy Express`, ProductID: 71, ProductName: `Flotemysost`, UnitPrice: 17.2, Quantity: 5, Discontinued: false, ExtendedPrice: 86, Freight: 71.97 }), + new InvoicesWorldDataItem({ ShipName: `Eastern Connection`, ShipAddress: `35 King George`, ShipCity: `London`, ShipRegion: null, ShipPostalCode: `WX3 6FW`, ShipCountry: `UK`, CustomerID: `EASTC`, CustomerName: `Eastern Connection`, Address: `35 King George`, City: `London`, Region: null, PostalCode: 15000, Country: `UK`, Salesperson: `Nancy Davolio`, OrderID: 10400, OrderDate: `2016-03-11T22:00:00.000Z`, ShipperName: `Federal Shipping`, ProductID: 29, ProductName: `Thüringer Rostbratwurst`, UnitPrice: 99, Quantity: 21, Discontinued: false, ExtendedPrice: 2079, Freight: 83.93 }), + new InvoicesWorldDataItem({ ShipName: `Eastern Connection`, ShipAddress: `35 King George`, ShipCity: `London`, ShipRegion: null, ShipPostalCode: `WX3 6FW`, ShipCountry: `UK`, CustomerID: `EASTC`, CustomerName: `Eastern Connection`, Address: `35 King George`, City: `London`, Region: null, PostalCode: 45000, Country: `UK`, Salesperson: `Nancy Davolio`, OrderID: 10400, OrderDate: `2017-04-13T21:00:00.000Z`, ShipperName: `Federal Shipping`, ProductID: 35, ProductName: `Steeleye Stout`, UnitPrice: 14.4, Quantity: 35, Discontinued: false, ExtendedPrice: 504, Freight: 83.93 }), + new InvoicesWorldDataItem({ ShipName: `Eastern Connection`, ShipAddress: `35 King George`, ShipCity: `London`, ShipRegion: null, ShipPostalCode: `WX3 6FW`, ShipCountry: `UK`, CustomerID: `EASTC`, CustomerName: `Eastern Connection`, Address: `35 King George`, City: `London`, Region: null, PostalCode: 27000, Country: `UK`, Salesperson: `Nancy Davolio`, OrderID: 10400, OrderDate: `2016-12-31T22:00:00.000Z`, ShipperName: `Federal Shipping`, ProductID: 49, ProductName: `Maxilaku`, UnitPrice: 16, Quantity: 30, Discontinued: false, ExtendedPrice: 480, Freight: 83.93 }), + new InvoicesWorldDataItem({ ShipName: `Eastern Connection`, ShipAddress: `35 King George`, ShipCity: `London`, ShipRegion: null, ShipPostalCode: `WX3 6FW`, ShipCountry: `UK`, CustomerID: `EASTC`, CustomerName: `Eastern Connection`, Address: `35 King George`, City: `London`, Region: null, PostalCode: 41000, Country: `UK`, Salesperson: `Robert King`, OrderID: 10532, OrderDate: `2017-04-21T21:00:00.000Z`, ShipperName: `Federal Shipping`, ProductID: 30, ProductName: `Nord-Ost Matjeshering`, UnitPrice: 25.89, Quantity: 15, Discontinued: false, ExtendedPrice: 388.35, Freight: 74.46 }), + new InvoicesWorldDataItem({ ShipName: `Eastern Connection`, ShipAddress: `35 King George`, ShipCity: `London`, ShipRegion: null, ShipPostalCode: `WX3 6FW`, ShipCountry: `UK`, CustomerID: `EASTC`, CustomerName: `Eastern Connection`, Address: `35 King George`, City: `London`, Region: null, PostalCode: 48000, Country: `UK`, Salesperson: `Robert King`, OrderID: 10532, OrderDate: `2017-09-24T21:00:00.000Z`, ShipperName: `Federal Shipping`, ProductID: 66, ProductName: `Louisiana Hot Spiced Okra`, UnitPrice: 17, Quantity: 24, Discontinued: false, ExtendedPrice: 408, Freight: 74.46 }), + new InvoicesWorldDataItem({ ShipName: `Eastern Connection`, ShipAddress: `35 King George`, ShipCity: `London`, ShipRegion: null, ShipPostalCode: `WX3 6FW`, ShipCountry: `UK`, CustomerID: `EASTC`, CustomerName: `Eastern Connection`, Address: `35 King George`, City: `London`, Region: null, PostalCode: 49000, Country: `UK`, Salesperson: `Margaret Peacock`, OrderID: 10726, OrderDate: `2015-04-23T21:00:00.000Z`, ShipperName: `Speedy Express`, ProductID: 4, ProductName: `Chef Anton's Cajun Seasoning`, UnitPrice: 22, Quantity: 25, Discontinued: false, ExtendedPrice: 550, Freight: 16.56 }), + new InvoicesWorldDataItem({ ShipName: `Eastern Connection`, ShipAddress: `35 King George`, ShipCity: `London`, ShipRegion: null, ShipPostalCode: `WX3 6FW`, ShipCountry: `UK`, CustomerID: `EASTC`, CustomerName: `Eastern Connection`, Address: `35 King George`, City: `London`, Region: null, PostalCode: 13000, Country: `UK`, Salesperson: `Margaret Peacock`, OrderID: 10726, OrderDate: `2017-03-10T22:00:00.000Z`, ShipperName: `Speedy Express`, ProductID: 11, ProductName: `Queso Cabrales`, UnitPrice: 21, Quantity: 5, Discontinued: false, ExtendedPrice: 105, Freight: 16.56 }), + new InvoicesWorldDataItem({ ShipName: `Eastern Connection`, ShipAddress: `35 King George`, ShipCity: `London`, ShipRegion: null, ShipPostalCode: `WX3 6FW`, ShipCountry: `UK`, CustomerID: `EASTC`, CustomerName: `Eastern Connection`, Address: `35 King George`, City: `London`, Region: null, PostalCode: 16000, Country: `UK`, Salesperson: `Laura Callahan`, OrderID: 10987, OrderDate: `2016-04-13T21:00:00.000Z`, ShipperName: `Speedy Express`, ProductID: 7, ProductName: `Uncle Bob's Organic Dried Pears`, UnitPrice: 30, Quantity: 60, Discontinued: false, ExtendedPrice: 1800, Freight: 185.48 }), + new InvoicesWorldDataItem({ ShipName: `Eastern Connection`, ShipAddress: `35 King George`, ShipCity: `London`, ShipRegion: null, ShipPostalCode: `WX3 6FW`, ShipCountry: `UK`, CustomerID: `EASTC`, CustomerName: `Eastern Connection`, Address: `35 King George`, City: `London`, Region: null, PostalCode: 43000, Country: `UK`, Salesperson: `Laura Callahan`, OrderID: 10987, OrderDate: `2017-01-23T22:00:00.000Z`, ShipperName: `Speedy Express`, ProductID: 43, ProductName: `Ipoh Coffee`, UnitPrice: 46, Quantity: 6, Discontinued: false, ExtendedPrice: 276, Freight: 185.48 }), + new InvoicesWorldDataItem({ ShipName: `Eastern Connection`, ShipAddress: `35 King George`, ShipCity: `London`, ShipRegion: null, ShipPostalCode: `WX3 6FW`, ShipCountry: `UK`, CustomerID: `EASTC`, CustomerName: `Eastern Connection`, Address: `35 King George`, City: `London`, Region: null, PostalCode: 49000, Country: `UK`, Salesperson: `Laura Callahan`, OrderID: 10987, OrderDate: `2017-03-30T21:00:00.000Z`, ShipperName: `Speedy Express`, ProductID: 72, ProductName: `Mozzarella di Giovanni`, UnitPrice: 34.8, Quantity: 20, Discontinued: false, ExtendedPrice: 696, Freight: 185.48 }), + new InvoicesWorldDataItem({ ShipName: `Eastern Connection`, ShipAddress: `35 King George`, ShipCity: `London`, ShipRegion: null, ShipPostalCode: `WX3 6FW`, ShipCountry: `UK`, CustomerID: `EASTC`, CustomerName: `Eastern Connection`, Address: `35 King George`, City: `London`, Region: null, PostalCode: 40000, Country: `UK`, Salesperson: `Margaret Peacock`, OrderID: 11024, OrderDate: `2018-04-14T21:00:00.000Z`, ShipperName: `Speedy Express`, ProductID: 26, ProductName: `Gumbär Gummibärchen`, UnitPrice: 31.23, Quantity: 12, Discontinued: false, ExtendedPrice: 374.76, Freight: 74.36 }), + new InvoicesWorldDataItem({ ShipName: `Eastern Connection`, ShipAddress: `35 King George`, ShipCity: `London`, ShipRegion: null, ShipPostalCode: `WX3 6FW`, ShipCountry: `UK`, CustomerID: `EASTC`, CustomerName: `Eastern Connection`, Address: `35 King George`, City: `London`, Region: null, PostalCode: 50000, Country: `UK`, Salesperson: `Margaret Peacock`, OrderID: 11024, OrderDate: `2017-05-16T21:00:00.000Z`, ShipperName: `Speedy Express`, ProductID: 33, ProductName: `Geitost`, UnitPrice: 2.5, Quantity: 30, Discontinued: false, ExtendedPrice: 75, Freight: 74.36 }), + new InvoicesWorldDataItem({ ShipName: `Eastern Connection`, ShipAddress: `35 King George`, ShipCity: `London`, ShipRegion: null, ShipPostalCode: `WX3 6FW`, ShipCountry: `UK`, CustomerID: `EASTC`, CustomerName: `Eastern Connection`, Address: `35 King George`, City: `London`, Region: null, PostalCode: 33000, Country: `UK`, Salesperson: `Margaret Peacock`, OrderID: 11024, OrderDate: `2016-04-23T21:00:00.000Z`, ShipperName: `Speedy Express`, ProductID: 65, ProductName: `Louisiana Fiery Hot Pepper Sauce`, UnitPrice: 21.05, Quantity: 21, Discontinued: false, ExtendedPrice: 442.05, Freight: 74.36 }), + new InvoicesWorldDataItem({ ShipName: `Eastern Connection`, ShipAddress: `35 King George`, ShipCity: `London`, ShipRegion: null, ShipPostalCode: `WX3 6FW`, ShipCountry: `UK`, CustomerID: `EASTC`, CustomerName: `Eastern Connection`, Address: `35 King George`, City: `London`, Region: null, PostalCode: 34000, Country: `UK`, Salesperson: `Margaret Peacock`, OrderID: 11024, OrderDate: `2017-06-23T21:00:00.000Z`, ShipperName: `Speedy Express`, ProductID: 71, ProductName: `Flotemysost`, UnitPrice: 21.5, Quantity: 50, Discontinued: false, ExtendedPrice: 1075, Freight: 74.36 }), + new InvoicesWorldDataItem({ ShipName: `Eastern Connection`, ShipAddress: `35 King George`, ShipCity: `London`, ShipRegion: null, ShipPostalCode: `WX3 6FW`, ShipCountry: `UK`, CustomerID: `EASTC`, CustomerName: `Eastern Connection`, Address: `35 King George`, City: `London`, Region: null, PostalCode: 19000, Country: `UK`, Salesperson: `Laura Callahan`, OrderID: 11056, OrderDate: `2017-04-23T21:00:00.000Z`, ShipperName: `United Package`, ProductID: 7, ProductName: `Uncle Bob's Organic Dried Pears`, UnitPrice: 30, Quantity: 40, Discontinued: false, ExtendedPrice: 1200, Freight: 278.96 }), + new InvoicesWorldDataItem({ ShipName: `Eastern Connection`, ShipAddress: `35 King George`, ShipCity: `London`, ShipRegion: null, ShipPostalCode: `WX3 6FW`, ShipCountry: `UK`, CustomerID: `EASTC`, CustomerName: `Eastern Connection`, Address: `35 King George`, City: `London`, Region: null, PostalCode: 27000, Country: `UK`, Salesperson: `Laura Callahan`, OrderID: 11056, OrderDate: `2018-03-23T22:00:00.000Z`, ShipperName: `United Package`, ProductID: 55, ProductName: `Pâté chinois`, UnitPrice: 24, Quantity: 35, Discontinued: false, ExtendedPrice: 840, Freight: 278.96 }), + new InvoicesWorldDataItem({ ShipName: `Eastern Connection`, ShipAddress: `35 King George`, ShipCity: `London`, ShipRegion: null, ShipPostalCode: `WX3 6FW`, ShipCountry: `UK`, CustomerID: `EASTC`, CustomerName: `Eastern Connection`, Address: `35 King George`, City: `London`, Region: null, PostalCode: 24000, Country: `UK`, Salesperson: `Laura Callahan`, OrderID: 11056, OrderDate: `2018-04-27T21:00:00.000Z`, ShipperName: `United Package`, ProductID: 60, ProductName: `Camembert Pierrot`, UnitPrice: 34, Quantity: 50, Discontinued: false, ExtendedPrice: 1700, Freight: 278.96 }), + new InvoicesWorldDataItem({ ShipName: `Eastern Connection`, ShipAddress: `35 King George`, ShipCity: `London`, ShipRegion: null, ShipPostalCode: `WX3 6FW`, ShipCountry: `UK`, CustomerID: `EASTC`, CustomerName: `Eastern Connection`, Address: `35 King George`, City: `London`, Region: null, PostalCode: 42000, Country: `UK`, Salesperson: `Robert King`, OrderID: 11047, OrderDate: `2017-04-23T21:00:00.000Z`, ShipperName: `Federal Shipping`, ProductID: 1, ProductName: `Chai`, UnitPrice: 18, Quantity: 25, Discontinued: true, ExtendedPrice: 337.5, Freight: 46.62 }), ]; super(...newItems.slice(0)); } diff --git a/samples/grids/grid/groupby-styling/src/InvoicesData.ts b/samples/grids/grid/groupby-styling/src/InvoicesData.ts index 22c4d6e419..3d4f85aded 100644 --- a/samples/grids/grid/groupby-styling/src/InvoicesData.ts +++ b/samples/grids/grid/groupby-styling/src/InvoicesData.ts @@ -38,14976 +38,505 @@ export class InvoicesData extends Array { super(...items); } else { const newItems = [ - new InvoicesDataItem( - { - ShipName: `Jefferson Home`, - ShipAddress: `124 Wall Street`, - ShipCity: `Miami`, - ShipPostalCode: 60098, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Federal Shipping`, - CustomerID: 1000, - CustomerName: `Martin Jefferson`, - CustomerFirstName: `Martin`, - CustomerLastName: `Jefferson`, - CustomerAddress: `124 Wall Street, Miami, USA, 60098`, - Salesperson: `Nancy Jefferson`, - OrderID: 1931, - OrderDate: `3/14/2022`, - ProductID: 189, - ProductName: `IPad`, - UnitPrice: 16150.61, - Quantity: 3, - ExtendedPrice: 48451.83, - Freight: 980.61, - Discontinued: false, - Region: `South East`, - Address: `124 Wall Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 60098 - }), - new InvoicesDataItem( - { - ShipName: `Black Home`, - ShipAddress: `162 Main Street`, - ShipCity: `Miami`, - ShipPostalCode: 80193, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1001, - CustomerName: `Anna Black`, - CustomerFirstName: `Anna`, - CustomerLastName: `Black`, - CustomerAddress: `162 Main Street, Miami, USA, 80193`, - Salesperson: `Anna Smith`, - OrderID: 1163, - OrderDate: `5/22/2022`, - ProductID: 138, - ProductName: `Mac Book Pro`, - UnitPrice: 18520.59, - Quantity: 4, - ExtendedPrice: 74082.36, - Freight: 850.59, - Discontinued: false, - Region: `West`, - Address: `162 Main Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 80193 - }), - new InvoicesDataItem( - { - ShipName: `Watson Townhouse`, - ShipAddress: `164 Wall Street`, - ShipCity: `Miami`, - ShipPostalCode: 50111, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1002, - CustomerName: `Max Watson`, - CustomerFirstName: `Max`, - CustomerLastName: `Watson`, - CustomerAddress: `164 Wall Street, Miami, USA, 50111`, - Salesperson: `Martin Watson`, - OrderID: 1230, - OrderDate: `2/9/2022`, - ProductID: 118, - ProductName: `Mac Book Air`, - UnitPrice: 25310.39, - Quantity: 3, - ExtendedPrice: 75931.17, - Freight: 210.39, - Discontinued: false, - Region: `West`, - Address: `164 Wall Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 50111 - }), - new InvoicesDataItem( - { - ShipName: `Madison Townhouse`, - ShipAddress: `124 Market Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 90123, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Speedy Express`, - CustomerID: 1003, - CustomerName: `Max Madison`, - CustomerFirstName: `Max`, - CustomerLastName: `Madison`, - CustomerAddress: `124 Market Street, Philadelphia, USA, 90123`, - Salesperson: `Anna Black`, - OrderID: 1176, - OrderDate: `6/3/2022`, - ProductID: 169, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 29890.86, - Quantity: 4, - ExtendedPrice: 119563.44, - Freight: 800.86, - Discontinued: false, - Region: `South East`, - Address: `124 Market Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 90123 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Townhouse`, - ShipAddress: `181 Market Street`, - ShipCity: `Miami`, - ShipPostalCode: 90095, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1004, - CustomerName: `Pamela Jackson`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Jackson`, - CustomerAddress: `181 Market Street, Miami, USA, 90095`, - Salesperson: `Max Black`, - OrderID: 1382, - OrderDate: `1/10/2022`, - ProductID: 185, - ProductName: `Samsung Note`, - UnitPrice: 7810.61, - Quantity: 2, - ExtendedPrice: 15621.22, - Freight: 1790.61, - Discontinued: false, - Region: `West`, - Address: `181 Market Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 90095 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Home`, - ShipAddress: `188 Wall Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 50149, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1005, - CustomerName: `Mike Jefferson`, - CustomerFirstName: `Mike`, - CustomerLastName: `Jefferson`, - CustomerAddress: `188 Wall Street, Los Angeles, USA, 50149`, - Salesperson: `Martin Jefferson`, - OrderID: 1864, - OrderDate: `8/18/2022`, - ProductID: 168, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 9370.76, - Quantity: 4, - ExtendedPrice: 37483.04, - Freight: 970.76, - Discontinued: false, - Region: `North East`, - Address: `188 Wall Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 50149 - }), - new InvoicesDataItem( - { - ShipName: `Smith Home`, - ShipAddress: `174 Market Street`, - ShipCity: `Huston`, - ShipPostalCode: 90112, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1006, - CustomerName: `Martin Smith`, - CustomerFirstName: `Martin`, - CustomerLastName: `Smith`, - CustomerAddress: `174 Market Street, Huston, USA, 90112`, - Salesperson: `Nancy Smith`, - OrderID: 1502, - OrderDate: `6/13/2022`, - ProductID: 199, - ProductName: `IPhone`, - UnitPrice: 20830.47, - Quantity: 2, - ExtendedPrice: 41660.94, - Freight: 1530.47, - Discontinued: false, - Region: `West`, - Address: `174 Market Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 90112 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Townhouse`, - ShipAddress: `134 Market Street`, - ShipCity: `Miami`, - ShipPostalCode: 50083, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1007, - CustomerName: `Nancy Jefferson`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Jefferson`, - CustomerAddress: `134 Market Street, Miami, USA, 50083`, - Salesperson: `Mike Jefferson`, - OrderID: 1305, - OrderDate: `10/21/2022`, - ProductID: 185, - ProductName: `Mac Book Air`, - UnitPrice: 7320.44, - Quantity: 2, - ExtendedPrice: 14640.88, - Freight: 630.44, - Discontinued: false, - Region: `West`, - Address: `134 Market Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 50083 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Estate`, - ShipAddress: `177 Main Street`, - ShipCity: `New York`, - ShipPostalCode: 70185, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1008, - CustomerName: `Nancy Jefferson`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Jefferson`, - CustomerAddress: `177 Main Street, New York, USA, 70185`, - Salesperson: `Pamela Watson`, - OrderID: 1725, - OrderDate: `5/7/2022`, - ProductID: 133, - ProductName: `Mac Book Air`, - UnitPrice: 11240.72, - Quantity: 3, - ExtendedPrice: 33722.16, - Freight: 420.72, - Discontinued: false, - Region: `South East`, - Address: `177 Main Street`, - City: `New York`, - Country: `USA`, - PostalCode: 70185 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Estate`, - ShipAddress: `169 Main Street`, - ShipCity: `Miami`, - ShipPostalCode: 90183, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Speedy Express`, - CustomerID: 1009, - CustomerName: `Mike Jefferson`, - CustomerFirstName: `Mike`, - CustomerLastName: `Jefferson`, - CustomerAddress: `169 Main Street, Miami, USA, 90183`, - Salesperson: `Anna Watson`, - OrderID: 1977, - OrderDate: `10/14/2022`, - ProductID: 178, - ProductName: `IPhone`, - UnitPrice: 6460.55, - Quantity: 3, - ExtendedPrice: 19381.65, - Freight: 370.55, - Discontinued: true, - Region: `South East`, - Address: `169 Main Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 90183 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Estate`, - ShipAddress: `151 Market Street`, - ShipCity: `New York`, - ShipPostalCode: 80160, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1010, - CustomerName: `James Jackson`, - CustomerFirstName: `James`, - CustomerLastName: `Jackson`, - CustomerAddress: `151 Market Street, New York, USA, 80160`, - Salesperson: `Nancy Black`, - OrderID: 1666, - OrderDate: `12/6/2022`, - ProductID: 140, - ProductName: `Mac Book Pro`, - UnitPrice: 7940.82, - Quantity: 2, - ExtendedPrice: 15881.64, - Freight: 1670.82, - Discontinued: false, - Region: `South East`, - Address: `151 Market Street`, - City: `New York`, - Country: `USA`, - PostalCode: 80160 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Market`, - ShipAddress: `147 Main Street`, - ShipCity: `Miami`, - ShipPostalCode: 80183, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1011, - CustomerName: `James Jefferson`, - CustomerFirstName: `James`, - CustomerLastName: `Jefferson`, - CustomerAddress: `147 Main Street, Miami, USA, 80183`, - Salesperson: `Mike Madison`, - OrderID: 1059, - OrderDate: `5/14/2022`, - ProductID: 174, - ProductName: `Samsung Note`, - UnitPrice: 14650.56, - Quantity: 2, - ExtendedPrice: 29301.12, - Freight: 1770.56, - Discontinued: false, - Region: `West`, - Address: `147 Main Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 80183 - }), - new InvoicesDataItem( - { - ShipName: `Watson Estate`, - ShipAddress: `134 Main Street`, - ShipCity: `New York`, - ShipPostalCode: 80066, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1012, - CustomerName: `Mike Watson`, - CustomerFirstName: `Mike`, - CustomerLastName: `Watson`, - CustomerAddress: `134 Main Street, New York, USA, 80066`, - Salesperson: `Mike Black`, - OrderID: 1851, - OrderDate: `7/24/2022`, - ProductID: 175, - ProductName: `IPhone`, - UnitPrice: 7870.39, - Quantity: 2, - ExtendedPrice: 15740.78, - Freight: 360.39, - Discontinued: false, - Region: `West`, - Address: `134 Main Street`, - City: `New York`, - Country: `USA`, - PostalCode: 80066 - }), - new InvoicesDataItem( - { - ShipName: `Madison Estate`, - ShipAddress: `159 Market Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 80096, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1013, - CustomerName: `Ben Madison`, - CustomerFirstName: `Ben`, - CustomerLastName: `Madison`, - CustomerAddress: `159 Market Street, Los Angeles, USA, 80096`, - Salesperson: `Anna Madison`, - OrderID: 1451, - OrderDate: `10/4/2022`, - ProductID: 188, - ProductName: `Mac Book Pro`, - UnitPrice: 13920.38, - Quantity: 4, - ExtendedPrice: 55681.52, - Freight: 1140.38, - Discontinued: false, - Region: `North East`, - Address: `159 Market Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 80096 - }), - new InvoicesDataItem( - { - ShipName: `Madison Estate`, - ShipAddress: `187 Wall Street`, - ShipCity: `Miami`, - ShipPostalCode: 60144, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1014, - CustomerName: `Martin Madison`, - CustomerFirstName: `Martin`, - CustomerLastName: `Madison`, - CustomerAddress: `187 Wall Street, Miami, USA, 60144`, - Salesperson: `Ben Jefferson`, - OrderID: 1331, - OrderDate: `4/4/2022`, - ProductID: 119, - ProductName: `IPhone`, - UnitPrice: 6940.73, - Quantity: 5, - ExtendedPrice: 34703.65, - Freight: 640.73, - Discontinued: false, - Region: `West`, - Address: `187 Wall Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 60144 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Townhouse`, - ShipAddress: `158 Wall Street`, - ShipCity: `Huston`, - ShipPostalCode: 60063, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1015, - CustomerName: `Ben Jackson`, - CustomerFirstName: `Ben`, - CustomerLastName: `Jackson`, - CustomerAddress: `158 Wall Street, Huston, USA, 60063`, - Salesperson: `Martin Jefferson`, - OrderID: 1609, - OrderDate: `9/6/2022`, - ProductID: 171, - ProductName: `IPhone`, - UnitPrice: 29080.28, - Quantity: 2, - ExtendedPrice: 58160.56, - Freight: 1810.28, - Discontinued: false, - Region: `South East`, - Address: `158 Wall Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 60063 - }), - new InvoicesDataItem( - { - ShipName: `Black Market`, - ShipAddress: `168 Main Street`, - ShipCity: `Huston`, - ShipPostalCode: 60184, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1016, - CustomerName: `James Black`, - CustomerFirstName: `James`, - CustomerLastName: `Black`, - CustomerAddress: `168 Main Street, Huston, USA, 60184`, - Salesperson: `Martin Watson`, - OrderID: 1772, - OrderDate: `3/20/2022`, - ProductID: 152, - ProductName: `Mac Book Air`, - UnitPrice: 28350.9, - Quantity: 5, - ExtendedPrice: 141754.5, - Freight: 1290.9, - Discontinued: false, - Region: `South East`, - Address: `168 Main Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 60184 - }), - new InvoicesDataItem( - { - ShipName: `Black Market`, - ShipAddress: `116 Main Street`, - ShipCity: `Miami`, - ShipPostalCode: 60129, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1017, - CustomerName: `Nancy Black`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Black`, - CustomerAddress: `116 Main Street, Miami, USA, 60129`, - Salesperson: `Nancy Smith`, - OrderID: 1792, - OrderDate: `9/1/2022`, - ProductID: 182, - ProductName: `Samsung Note`, - UnitPrice: 13730.78, - Quantity: 4, - ExtendedPrice: 54923.12, - Freight: 740.78, - Discontinued: false, - Region: `North East`, - Address: `116 Main Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 60129 - }), - new InvoicesDataItem( - { - ShipName: `Madison Market`, - ShipAddress: `116 Market Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 80090, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1018, - CustomerName: `Martin Madison`, - CustomerFirstName: `Martin`, - CustomerLastName: `Madison`, - CustomerAddress: `116 Market Street, Los Angeles, USA, 80090`, - Salesperson: `Anna Madison`, - OrderID: 1285, - OrderDate: `10/21/2022`, - ProductID: 157, - ProductName: `Mac Book Pro`, - UnitPrice: 8120.36, - Quantity: 3, - ExtendedPrice: 24361.08, - Freight: 410.36, - Discontinued: false, - Region: `West`, - Address: `116 Market Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 80090 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Townhouse`, - ShipAddress: `135 Wall Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 90101, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1019, - CustomerName: `Max Jefferson`, - CustomerFirstName: `Max`, - CustomerLastName: `Jefferson`, - CustomerAddress: `135 Wall Street, Philadelphia, USA, 90101`, - Salesperson: `Mike Madison`, - OrderID: 1205, - OrderDate: `12/22/2022`, - ProductID: 153, - ProductName: `Mac Book Pro`, - UnitPrice: 11830.22, - Quantity: 2, - ExtendedPrice: 23660.44, - Freight: 330.22, - Discontinued: true, - Region: `North East`, - Address: `135 Wall Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 90101 - }), - new InvoicesDataItem( - { - ShipName: `Smith Home`, - ShipAddress: `164 Market Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 70056, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Speedy Express`, - CustomerID: 1020, - CustomerName: `James Smith`, - CustomerFirstName: `James`, - CustomerLastName: `Smith`, - CustomerAddress: `164 Market Street, Philadelphia, USA, 70056`, - Salesperson: `Ben Watson`, - OrderID: 1759, - OrderDate: `8/3/2022`, - ProductID: 129, - ProductName: `Mac Book Pro`, - UnitPrice: 15140.82, - Quantity: 4, - ExtendedPrice: 60563.28, - Freight: 1400.82, - Discontinued: false, - Region: `South East`, - Address: `164 Market Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 70056 - }), - new InvoicesDataItem( - { - ShipName: `Madison Estate`, - ShipAddress: `196 Wall Street`, - ShipCity: `Miami`, - ShipPostalCode: 90169, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1021, - CustomerName: `Max Madison`, - CustomerFirstName: `Max`, - CustomerLastName: `Madison`, - CustomerAddress: `196 Wall Street, Miami, USA, 90169`, - Salesperson: `Mike Smith`, - OrderID: 1879, - OrderDate: `8/17/2022`, - ProductID: 127, - ProductName: `Mac Book Air`, - UnitPrice: 26710.41, - Quantity: 5, - ExtendedPrice: 133552.05, - Freight: 1810.41, - Discontinued: false, - Region: `West`, - Address: `196 Wall Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 90169 - }), - new InvoicesDataItem( - { - ShipName: `Black Market`, - ShipAddress: `175 Wall Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 50142, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1022, - CustomerName: `Nancy Black`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Black`, - CustomerAddress: `175 Wall Street, Philadelphia, USA, 50142`, - Salesperson: `Anna Jefferson`, - OrderID: 1917, - OrderDate: `3/6/2022`, - ProductID: 114, - ProductName: `IPad`, - UnitPrice: 9640.51, - Quantity: 3, - ExtendedPrice: 28921.53, - Freight: 840.51, - Discontinued: false, - Region: `North East`, - Address: `175 Wall Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 50142 - }), - new InvoicesDataItem( - { - ShipName: `Black Home`, - ShipAddress: `122 Main Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 60097, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1023, - CustomerName: `Pamela Black`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Black`, - CustomerAddress: `122 Main Street, Los Angeles, USA, 60097`, - Salesperson: `James Black`, - OrderID: 1176, - OrderDate: `8/4/2022`, - ProductID: 197, - ProductName: `IPad`, - UnitPrice: 14500.56, - Quantity: 4, - ExtendedPrice: 58002.24, - Freight: 530.56, - Discontinued: false, - Region: `West`, - Address: `122 Main Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 60097 - }), - new InvoicesDataItem( - { - ShipName: `Smith Home`, - ShipAddress: `139 Main Street`, - ShipCity: `Miami`, - ShipPostalCode: 60175, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1024, - CustomerName: `James Smith`, - CustomerFirstName: `James`, - CustomerLastName: `Smith`, - CustomerAddress: `139 Main Street, Miami, USA, 60175`, - Salesperson: `Mike Jefferson`, - OrderID: 1317, - OrderDate: `5/21/2022`, - ProductID: 115, - ProductName: `Mac Book Air`, - UnitPrice: 17200.82, - Quantity: 2, - ExtendedPrice: 34401.64, - Freight: 1610.82, - Discontinued: false, - Region: `West`, - Address: `139 Main Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 60175 - }), - new InvoicesDataItem( - { - ShipName: `Watson Townhouse`, - ShipAddress: `155 Market Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 60124, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Federal Shipping`, - CustomerID: 1025, - CustomerName: `James Watson`, - CustomerFirstName: `James`, - CustomerLastName: `Watson`, - CustomerAddress: `155 Market Street, Philadelphia, USA, 60124`, - Salesperson: `Max Smith`, - OrderID: 1721, - OrderDate: `6/15/2022`, - ProductID: 197, - ProductName: `Samsung Note`, - UnitPrice: 9810.3, - Quantity: 2, - ExtendedPrice: 19620.6, - Freight: 1990.3, - Discontinued: false, - Region: `South East`, - Address: `155 Market Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 60124 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Townhouse`, - ShipAddress: `136 Main Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 80120, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1026, - CustomerName: `Ben Jackson`, - CustomerFirstName: `Ben`, - CustomerLastName: `Jackson`, - CustomerAddress: `136 Main Street, Philadelphia, USA, 80120`, - Salesperson: `Max Smith`, - OrderID: 1266, - OrderDate: `12/13/2022`, - ProductID: 198, - ProductName: `Mac Book Pro`, - UnitPrice: 25410.64, - Quantity: 2, - ExtendedPrice: 50821.28, - Freight: 1860.64, - Discontinued: false, - Region: `West`, - Address: `136 Main Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 80120 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Estate`, - ShipAddress: `114 Main Street`, - ShipCity: `New York`, - ShipPostalCode: 60186, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1027, - CustomerName: `Max Jackson`, - CustomerFirstName: `Max`, - CustomerLastName: `Jackson`, - CustomerAddress: `114 Main Street, New York, USA, 60186`, - Salesperson: `Mike Jefferson`, - OrderID: 1636, - OrderDate: `7/7/2022`, - ProductID: 174, - ProductName: `Mac Book Pro`, - UnitPrice: 13740.7, - Quantity: 4, - ExtendedPrice: 54962.8, - Freight: 1960.7, - Discontinued: false, - Region: `West`, - Address: `114 Main Street`, - City: `New York`, - Country: `USA`, - PostalCode: 60186 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Home`, - ShipAddress: `167 Market Street`, - ShipCity: `Huston`, - ShipPostalCode: 70193, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Speedy Express`, - CustomerID: 1028, - CustomerName: `Nancy Jefferson`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Jefferson`, - CustomerAddress: `167 Market Street, Huston, USA, 70193`, - Salesperson: `Ben Jefferson`, - OrderID: 1689, - OrderDate: `1/2/2022`, - ProductID: 192, - ProductName: `IPad`, - UnitPrice: 8760.83, - Quantity: 3, - ExtendedPrice: 26282.49, - Freight: 490.83, - Discontinued: false, - Region: `South East`, - Address: `167 Market Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 70193 - }), - new InvoicesDataItem( - { - ShipName: `Madison Home`, - ShipAddress: `139 Wall Street`, - ShipCity: `New York`, - ShipPostalCode: 80080, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1029, - CustomerName: `Anna Madison`, - CustomerFirstName: `Anna`, - CustomerLastName: `Madison`, - CustomerAddress: `139 Wall Street, New York, USA, 80080`, - Salesperson: `Anna Black`, - OrderID: 1610, - OrderDate: `3/17/2022`, - ProductID: 105, - ProductName: `Mac Book Pro`, - UnitPrice: 19860.82, - Quantity: 3, - ExtendedPrice: 59582.46, - Freight: 1990.82, - Discontinued: true, - Region: `West`, - Address: `139 Wall Street`, - City: `New York`, - Country: `USA`, - PostalCode: 80080 - }), - new InvoicesDataItem( - { - ShipName: `Madison Home`, - ShipAddress: `173 Market Street`, - ShipCity: `New York`, - ShipPostalCode: 70054, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1030, - CustomerName: `Ben Madison`, - CustomerFirstName: `Ben`, - CustomerLastName: `Madison`, - CustomerAddress: `173 Market Street, New York, USA, 70054`, - Salesperson: `Ben Jackson`, - OrderID: 1404, - OrderDate: `12/8/2022`, - ProductID: 171, - ProductName: `IPhone`, - UnitPrice: 12430.21, - Quantity: 3, - ExtendedPrice: 37290.63, - Freight: 880.21, - Discontinued: false, - Region: `West`, - Address: `173 Market Street`, - City: `New York`, - Country: `USA`, - PostalCode: 70054 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Market`, - ShipAddress: `187 Wall Street`, - ShipCity: `New York`, - ShipPostalCode: 60100, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Federal Shipping`, - CustomerID: 1031, - CustomerName: `Mike Jefferson`, - CustomerFirstName: `Mike`, - CustomerLastName: `Jefferson`, - CustomerAddress: `187 Wall Street, New York, USA, 60100`, - Salesperson: `Nancy Smith`, - OrderID: 1480, - OrderDate: `2/8/2022`, - ProductID: 181, - ProductName: `IPad`, - UnitPrice: 26730.66, - Quantity: 2, - ExtendedPrice: 53461.32, - Freight: 510.66, - Discontinued: false, - Region: `South East`, - Address: `187 Wall Street`, - City: `New York`, - Country: `USA`, - PostalCode: 60100 - }), - new InvoicesDataItem( - { - ShipName: `Madison Home`, - ShipAddress: `149 Main Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 90150, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1032, - CustomerName: `Mike Madison`, - CustomerFirstName: `Mike`, - CustomerLastName: `Madison`, - CustomerAddress: `149 Main Street, Los Angeles, USA, 90150`, - Salesperson: `Max Jefferson`, - OrderID: 1886, - OrderDate: `12/2/2022`, - ProductID: 132, - ProductName: `IPhone`, - UnitPrice: 13760.64, - Quantity: 3, - ExtendedPrice: 41281.92, - Freight: 1110.64, - Discontinued: false, - Region: `West`, - Address: `149 Main Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 90150 - }), - new InvoicesDataItem( - { - ShipName: `Smith Market`, - ShipAddress: `124 Market Street`, - ShipCity: `Huston`, - ShipPostalCode: 80175, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1033, - CustomerName: `Martin Smith`, - CustomerFirstName: `Martin`, - CustomerLastName: `Smith`, - CustomerAddress: `124 Market Street, Huston, USA, 80175`, - Salesperson: `Nancy Smith`, - OrderID: 1625, - OrderDate: `11/9/2022`, - ProductID: 100, - ProductName: `IPad`, - UnitPrice: 11590.58, - Quantity: 3, - ExtendedPrice: 34771.74, - Freight: 1080.58, - Discontinued: false, - Region: `South East`, - Address: `124 Market Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 80175 - }), - new InvoicesDataItem( - { - ShipName: `Watson Townhouse`, - ShipAddress: `193 Wall Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 60165, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1034, - CustomerName: `Max Watson`, - CustomerFirstName: `Max`, - CustomerLastName: `Watson`, - CustomerAddress: `193 Wall Street, Philadelphia, USA, 60165`, - Salesperson: `Martin Jackson`, - OrderID: 1669, - OrderDate: `7/3/2022`, - ProductID: 157, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 19220.31, - Quantity: 2, - ExtendedPrice: 38440.62, - Freight: 1130.31, - Discontinued: false, - Region: `South East`, - Address: `193 Wall Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 60165 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Estate`, - ShipAddress: `200 Wall Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 80146, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1035, - CustomerName: `Max Jackson`, - CustomerFirstName: `Max`, - CustomerLastName: `Jackson`, - CustomerAddress: `200 Wall Street, Philadelphia, USA, 80146`, - Salesperson: `Pamela Jefferson`, - OrderID: 1654, - OrderDate: `1/7/2022`, - ProductID: 155, - ProductName: `IPhone`, - UnitPrice: 7040.83, - Quantity: 2, - ExtendedPrice: 14081.66, - Freight: 1420.83, - Discontinued: false, - Region: `North East`, - Address: `200 Wall Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 80146 - }), - new InvoicesDataItem( - { - ShipName: `Smith Estate`, - ShipAddress: `122 Market Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 80150, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Speedy Express`, - CustomerID: 1036, - CustomerName: `Nancy Smith`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Smith`, - CustomerAddress: `122 Market Street, Los Angeles, USA, 80150`, - Salesperson: `Martin Jackson`, - OrderID: 1678, - OrderDate: `12/14/2022`, - ProductID: 120, - ProductName: `Mac Book Air`, - UnitPrice: 6530.89, - Quantity: 3, - ExtendedPrice: 19592.67, - Freight: 250.89, - Discontinued: false, - Region: `North East`, - Address: `122 Market Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 80150 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Market`, - ShipAddress: `128 Main Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 50068, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1037, - CustomerName: `Max Jackson`, - CustomerFirstName: `Max`, - CustomerLastName: `Jackson`, - CustomerAddress: `128 Main Street, Los Angeles, USA, 50068`, - Salesperson: `Ben Watson`, - OrderID: 1301, - OrderDate: `1/25/2022`, - ProductID: 166, - ProductName: `IPad`, - UnitPrice: 11420.23, - Quantity: 2, - ExtendedPrice: 22840.46, - Freight: 950.23, - Discontinued: false, - Region: `South East`, - Address: `128 Main Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 50068 - }), - new InvoicesDataItem( - { - ShipName: `Smith Home`, - ShipAddress: `119 Market Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 60180, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1038, - CustomerName: `Pamela Smith`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Smith`, - CustomerAddress: `119 Market Street, Los Angeles, USA, 60180`, - Salesperson: `Pamela Madison`, - OrderID: 1385, - OrderDate: `6/24/2022`, - ProductID: 132, - ProductName: `Mac Book Air`, - UnitPrice: 29810.6, - Quantity: 4, - ExtendedPrice: 119242.4, - Freight: 220.6, - Discontinued: false, - Region: `West`, - Address: `119 Market Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 60180 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Market`, - ShipAddress: `115 Market Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 90168, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Speedy Express`, - CustomerID: 1039, - CustomerName: `James Jefferson`, - CustomerFirstName: `James`, - CustomerLastName: `Jefferson`, - CustomerAddress: `115 Market Street, Los Angeles, USA, 90168`, - Salesperson: `Martin Smith`, - OrderID: 1308, - OrderDate: `8/13/2022`, - ProductID: 109, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 20770.59, - Quantity: 5, - ExtendedPrice: 103852.95, - Freight: 1690.59, - Discontinued: true, - Region: `North East`, - Address: `115 Market Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 90168 - }), - new InvoicesDataItem( - { - ShipName: `Watson Estate`, - ShipAddress: `128 Market Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 50118, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Speedy Express`, - CustomerID: 1040, - CustomerName: `Anna Watson`, - CustomerFirstName: `Anna`, - CustomerLastName: `Watson`, - CustomerAddress: `128 Market Street, Los Angeles, USA, 50118`, - Salesperson: `Pamela Black`, - OrderID: 1519, - OrderDate: `10/4/2022`, - ProductID: 139, - ProductName: `Mac Book Air`, - UnitPrice: 14860.44, - Quantity: 2, - ExtendedPrice: 29720.88, - Freight: 1670.44, - Discontinued: false, - Region: `South East`, - Address: `128 Market Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 50118 - }), - new InvoicesDataItem( - { - ShipName: `Smith Townhouse`, - ShipAddress: `108 Market Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 90129, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1041, - CustomerName: `Martin Smith`, - CustomerFirstName: `Martin`, - CustomerLastName: `Smith`, - CustomerAddress: `108 Market Street, Los Angeles, USA, 90129`, - Salesperson: `Nancy Black`, - OrderID: 1118, - OrderDate: `2/7/2022`, - ProductID: 126, - ProductName: `Mac Book Air`, - UnitPrice: 28690.85, - Quantity: 4, - ExtendedPrice: 114763.4, - Freight: 500.85, - Discontinued: false, - Region: `West`, - Address: `108 Market Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 90129 - }), - new InvoicesDataItem( - { - ShipName: `Smith Market`, - ShipAddress: `180 Main Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 50101, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1042, - CustomerName: `Anna Smith`, - CustomerFirstName: `Anna`, - CustomerLastName: `Smith`, - CustomerAddress: `180 Main Street, Los Angeles, USA, 50101`, - Salesperson: `Martin Jefferson`, - OrderID: 1541, - OrderDate: `5/3/2022`, - ProductID: 179, - ProductName: `Mac Book Pro`, - UnitPrice: 22630.28, - Quantity: 3, - ExtendedPrice: 67890.84, - Freight: 1200.28, - Discontinued: false, - Region: `North East`, - Address: `180 Main Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 50101 - }), - new InvoicesDataItem( - { - ShipName: `Black Townhouse`, - ShipAddress: `177 Market Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 90107, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1043, - CustomerName: `Max Black`, - CustomerFirstName: `Max`, - CustomerLastName: `Black`, - CustomerAddress: `177 Market Street, Philadelphia, USA, 90107`, - Salesperson: `Martin Jefferson`, - OrderID: 1747, - OrderDate: `5/11/2022`, - ProductID: 133, - ProductName: `Mac Book Pro`, - UnitPrice: 6930.51, - Quantity: 3, - ExtendedPrice: 20791.53, - Freight: 1660.51, - Discontinued: false, - Region: `South East`, - Address: `177 Market Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 90107 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Estate`, - ShipAddress: `134 Market Street`, - ShipCity: `Miami`, - ShipPostalCode: 70172, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Speedy Express`, - CustomerID: 1044, - CustomerName: `Anna Jefferson`, - CustomerFirstName: `Anna`, - CustomerLastName: `Jefferson`, - CustomerAddress: `134 Market Street, Miami, USA, 70172`, - Salesperson: `Mike Smith`, - OrderID: 1343, - OrderDate: `10/11/2022`, - ProductID: 190, - ProductName: `Samsung Note`, - UnitPrice: 26770.78, - Quantity: 4, - ExtendedPrice: 107083.12, - Freight: 960.78, - Discontinued: false, - Region: `North East`, - Address: `134 Market Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 70172 - }), - new InvoicesDataItem( - { - ShipName: `Watson Estate`, - ShipAddress: `117 Wall Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 90124, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1045, - CustomerName: `James Watson`, - CustomerFirstName: `James`, - CustomerLastName: `Watson`, - CustomerAddress: `117 Wall Street, Los Angeles, USA, 90124`, - Salesperson: `Mike Watson`, - OrderID: 1152, - OrderDate: `2/25/2022`, - ProductID: 101, - ProductName: `Mac Book Pro`, - UnitPrice: 8790.3, - Quantity: 5, - ExtendedPrice: 43951.5, - Freight: 220.3, - Discontinued: false, - Region: `South East`, - Address: `117 Wall Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 90124 - }), - new InvoicesDataItem( - { - ShipName: `Black Market`, - ShipAddress: `156 Wall Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 60181, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Speedy Express`, - CustomerID: 1046, - CustomerName: `James Black`, - CustomerFirstName: `James`, - CustomerLastName: `Black`, - CustomerAddress: `156 Wall Street, Philadelphia, USA, 60181`, - Salesperson: `Anna Smith`, - OrderID: 1823, - OrderDate: `10/12/2022`, - ProductID: 178, - ProductName: `Samsung Note`, - UnitPrice: 9750.55, - Quantity: 3, - ExtendedPrice: 29251.65, - Freight: 1940.55, - Discontinued: false, - Region: `North East`, - Address: `156 Wall Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 60181 - }), - new InvoicesDataItem( - { - ShipName: `Madison Market`, - ShipAddress: `122 Main Street`, - ShipCity: `New York`, - ShipPostalCode: 90182, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1047, - CustomerName: `Ben Madison`, - CustomerFirstName: `Ben`, - CustomerLastName: `Madison`, - CustomerAddress: `122 Main Street, New York, USA, 90182`, - Salesperson: `Mike Black`, - OrderID: 1548, - OrderDate: `5/1/2022`, - ProductID: 181, - ProductName: `Mac Book Air`, - UnitPrice: 11590.37, - Quantity: 4, - ExtendedPrice: 46361.48, - Freight: 900.37, - Discontinued: false, - Region: `West`, - Address: `122 Main Street`, - City: `New York`, - Country: `USA`, - PostalCode: 90182 - }), - new InvoicesDataItem( - { - ShipName: `Black Townhouse`, - ShipAddress: `112 Market Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 60175, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1048, - CustomerName: `Pamela Black`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Black`, - CustomerAddress: `112 Market Street, Los Angeles, USA, 60175`, - Salesperson: `Mike Madison`, - OrderID: 1581, - OrderDate: `5/21/2022`, - ProductID: 134, - ProductName: `Mac Book Air`, - UnitPrice: 8800.32, - Quantity: 2, - ExtendedPrice: 17600.64, - Freight: 1820.32, - Discontinued: false, - Region: `South East`, - Address: `112 Market Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 60175 - }), - new InvoicesDataItem( - { - ShipName: `Black Estate`, - ShipAddress: `153 Market Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 90170, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1049, - CustomerName: `Pamela Black`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Black`, - CustomerAddress: `153 Market Street, Los Angeles, USA, 90170`, - Salesperson: `Pamela Watson`, - OrderID: 1145, - OrderDate: `11/13/2022`, - ProductID: 151, - ProductName: `Mac Book Air`, - UnitPrice: 25830.42, - Quantity: 3, - ExtendedPrice: 77491.26, - Freight: 270.42, - Discontinued: true, - Region: `North East`, - Address: `153 Market Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 90170 - }), - new InvoicesDataItem( - { - ShipName: `Black Estate`, - ShipAddress: `159 Market Street`, - ShipCity: `Huston`, - ShipPostalCode: 80198, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1050, - CustomerName: `Anna Black`, - CustomerFirstName: `Anna`, - CustomerLastName: `Black`, - CustomerAddress: `159 Market Street, Huston, USA, 80198`, - Salesperson: `Pamela Jefferson`, - OrderID: 1455, - OrderDate: `12/16/2022`, - ProductID: 115, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 28510.28, - Quantity: 2, - ExtendedPrice: 57020.56, - Freight: 1450.28, - Discontinued: false, - Region: `West`, - Address: `159 Market Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 80198 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Market`, - ShipAddress: `125 Market Street`, - ShipCity: `Miami`, - ShipPostalCode: 70160, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Speedy Express`, - CustomerID: 1051, - CustomerName: `Nancy Jefferson`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Jefferson`, - CustomerAddress: `125 Market Street, Miami, USA, 70160`, - Salesperson: `Anna Jefferson`, - OrderID: 1787, - OrderDate: `1/3/2022`, - ProductID: 171, - ProductName: `Mac Book Air`, - UnitPrice: 18830.35, - Quantity: 3, - ExtendedPrice: 56491.05, - Freight: 1770.35, - Discontinued: false, - Region: `South East`, - Address: `125 Market Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 70160 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Home`, - ShipAddress: `114 Wall Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 70083, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1052, - CustomerName: `Nancy Jefferson`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Jefferson`, - CustomerAddress: `114 Wall Street, Los Angeles, USA, 70083`, - Salesperson: `Anna Madison`, - OrderID: 1591, - OrderDate: `4/6/2022`, - ProductID: 141, - ProductName: `Mac Book Air`, - UnitPrice: 18840.75, - Quantity: 2, - ExtendedPrice: 37681.5, - Freight: 710.75, - Discontinued: false, - Region: `West`, - Address: `114 Wall Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 70083 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Townhouse`, - ShipAddress: `193 Main Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 70170, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1053, - CustomerName: `James Jefferson`, - CustomerFirstName: `James`, - CustomerLastName: `Jefferson`, - CustomerAddress: `193 Main Street, Los Angeles, USA, 70170`, - Salesperson: `Anna Jackson`, - OrderID: 1020, - OrderDate: `7/20/2022`, - ProductID: 177, - ProductName: `IPad`, - UnitPrice: 15250.55, - Quantity: 3, - ExtendedPrice: 45751.65, - Freight: 980.55, - Discontinued: false, - Region: `West`, - Address: `193 Main Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 70170 - }), - new InvoicesDataItem( - { - ShipName: `Smith Home`, - ShipAddress: `156 Main Street`, - ShipCity: `Huston`, - ShipPostalCode: 50127, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Speedy Express`, - CustomerID: 1054, - CustomerName: `Ben Smith`, - CustomerFirstName: `Ben`, - CustomerLastName: `Smith`, - CustomerAddress: `156 Main Street, Huston, USA, 50127`, - Salesperson: `James Black`, - OrderID: 1770, - OrderDate: `3/24/2022`, - ProductID: 141, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 14910.59, - Quantity: 5, - ExtendedPrice: 74552.95, - Freight: 1330.59, - Discontinued: false, - Region: `South East`, - Address: `156 Main Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 50127 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Market`, - ShipAddress: `146 Market Street`, - ShipCity: `Miami`, - ShipPostalCode: 60064, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1055, - CustomerName: `Max Jackson`, - CustomerFirstName: `Max`, - CustomerLastName: `Jackson`, - CustomerAddress: `146 Market Street, Miami, USA, 60064`, - Salesperson: `Mike Smith`, - OrderID: 1766, - OrderDate: `10/23/2022`, - ProductID: 141, - ProductName: `Mac Book Air`, - UnitPrice: 16740.86, - Quantity: 3, - ExtendedPrice: 50222.58, - Freight: 580.86, - Discontinued: false, - Region: `West`, - Address: `146 Market Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 60064 - }), - new InvoicesDataItem( - { - ShipName: `Black Estate`, - ShipAddress: `163 Market Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 90158, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Speedy Express`, - CustomerID: 1056, - CustomerName: `Max Black`, - CustomerFirstName: `Max`, - CustomerLastName: `Black`, - CustomerAddress: `163 Market Street, Los Angeles, USA, 90158`, - Salesperson: `Martin Jefferson`, - OrderID: 1415, - OrderDate: `9/2/2022`, - ProductID: 112, - ProductName: `IPhone`, - UnitPrice: 25190.37, - Quantity: 3, - ExtendedPrice: 75571.11, - Freight: 1060.37, - Discontinued: false, - Region: `South East`, - Address: `163 Market Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 90158 - }), - new InvoicesDataItem( - { - ShipName: `Watson Townhouse`, - ShipAddress: `171 Main Street`, - ShipCity: `New York`, - ShipPostalCode: 50163, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1057, - CustomerName: `James Watson`, - CustomerFirstName: `James`, - CustomerLastName: `Watson`, - CustomerAddress: `171 Main Street, New York, USA, 50163`, - Salesperson: `Martin Smith`, - OrderID: 1430, - OrderDate: `9/2/2022`, - ProductID: 120, - ProductName: `Samsung Note`, - UnitPrice: 26340.71, - Quantity: 2, - ExtendedPrice: 52681.42, - Freight: 770.71, - Discontinued: false, - Region: `North East`, - Address: `171 Main Street`, - City: `New York`, - Country: `USA`, - PostalCode: 50163 - }), - new InvoicesDataItem( - { - ShipName: `Black Townhouse`, - ShipAddress: `195 Wall Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 60159, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Speedy Express`, - CustomerID: 1058, - CustomerName: `James Black`, - CustomerFirstName: `James`, - CustomerLastName: `Black`, - CustomerAddress: `195 Wall Street, Philadelphia, USA, 60159`, - Salesperson: `Ben Black`, - OrderID: 1903, - OrderDate: `2/19/2022`, - ProductID: 161, - ProductName: `IPad`, - UnitPrice: 6290.33, - Quantity: 5, - ExtendedPrice: 31451.65, - Freight: 890.33, - Discontinued: false, - Region: `South East`, - Address: `195 Wall Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 60159 - }), - new InvoicesDataItem( - { - ShipName: `Watson Market`, - ShipAddress: `171 Market Street`, - ShipCity: `Huston`, - ShipPostalCode: 50154, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1059, - CustomerName: `Pamela Watson`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Watson`, - CustomerAddress: `171 Market Street, Huston, USA, 50154`, - Salesperson: `Anna Madison`, - OrderID: 1578, - OrderDate: `6/5/2022`, - ProductID: 103, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 20240.82, - Quantity: 5, - ExtendedPrice: 101204.1, - Freight: 1490.82, - Discontinued: true, - Region: `West`, - Address: `171 Market Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 50154 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Market`, - ShipAddress: `103 Market Street`, - ShipCity: `New York`, - ShipPostalCode: 70081, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Federal Shipping`, - CustomerID: 1060, - CustomerName: `Max Jackson`, - CustomerFirstName: `Max`, - CustomerLastName: `Jackson`, - CustomerAddress: `103 Market Street, New York, USA, 70081`, - Salesperson: `Pamela Jackson`, - OrderID: 1142, - OrderDate: `4/1/2022`, - ProductID: 108, - ProductName: `IPhone`, - UnitPrice: 9790.41, - Quantity: 3, - ExtendedPrice: 29371.23, - Freight: 980.41, - Discontinued: false, - Region: `South East`, - Address: `103 Market Street`, - City: `New York`, - Country: `USA`, - PostalCode: 70081 - }), - new InvoicesDataItem( - { - ShipName: `Smith Market`, - ShipAddress: `187 Market Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 70141, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1061, - CustomerName: `Mike Smith`, - CustomerFirstName: `Mike`, - CustomerLastName: `Smith`, - CustomerAddress: `187 Market Street, Los Angeles, USA, 70141`, - Salesperson: `Ben Jefferson`, - OrderID: 1871, - OrderDate: `8/20/2022`, - ProductID: 197, - ProductName: `IPad`, - UnitPrice: 28960.39, - Quantity: 2, - ExtendedPrice: 57920.78, - Freight: 1280.39, - Discontinued: false, - Region: `West`, - Address: `187 Market Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 70141 - }), - new InvoicesDataItem( - { - ShipName: `Black Estate`, - ShipAddress: `145 Main Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 50068, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1062, - CustomerName: `Ben Black`, - CustomerFirstName: `Ben`, - CustomerLastName: `Black`, - CustomerAddress: `145 Main Street, Philadelphia, USA, 50068`, - Salesperson: `Martin Watson`, - OrderID: 1747, - OrderDate: `1/20/2022`, - ProductID: 198, - ProductName: `Mac Book Pro`, - UnitPrice: 12530.74, - Quantity: 4, - ExtendedPrice: 50122.96, - Freight: 480.74, - Discontinued: false, - Region: `West`, - Address: `145 Main Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 50068 - }), - new InvoicesDataItem( - { - ShipName: `Black Home`, - ShipAddress: `109 Market Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 90197, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1063, - CustomerName: `Nancy Black`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Black`, - CustomerAddress: `109 Market Street, Los Angeles, USA, 90197`, - Salesperson: `James Black`, - OrderID: 1881, - OrderDate: `11/6/2022`, - ProductID: 162, - ProductName: `Samsung Note`, - UnitPrice: 29810.51, - Quantity: 2, - ExtendedPrice: 59621.02, - Freight: 750.51, - Discontinued: false, - Region: `North East`, - Address: `109 Market Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 90197 - }), - new InvoicesDataItem( - { - ShipName: `Smith Market`, - ShipAddress: `155 Market Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 50184, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1064, - CustomerName: `Nancy Smith`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Smith`, - CustomerAddress: `155 Market Street, Los Angeles, USA, 50184`, - Salesperson: `Mike Madison`, - OrderID: 1172, - OrderDate: `5/14/2022`, - ProductID: 154, - ProductName: `IPhone`, - UnitPrice: 11440.88, - Quantity: 2, - ExtendedPrice: 22881.76, - Freight: 1570.88, - Discontinued: false, - Region: `West`, - Address: `155 Market Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 50184 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Estate`, - ShipAddress: `136 Main Street`, - ShipCity: `New York`, - ShipPostalCode: 60147, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Federal Shipping`, - CustomerID: 1065, - CustomerName: `James Jackson`, - CustomerFirstName: `James`, - CustomerLastName: `Jackson`, - CustomerAddress: `136 Main Street, New York, USA, 60147`, - Salesperson: `James Jefferson`, - OrderID: 1538, - OrderDate: `2/4/2022`, - ProductID: 142, - ProductName: `IPad`, - UnitPrice: 18340.25, - Quantity: 5, - ExtendedPrice: 91701.25, - Freight: 1730.25, - Discontinued: false, - Region: `South East`, - Address: `136 Main Street`, - City: `New York`, - Country: `USA`, - PostalCode: 60147 - }), - new InvoicesDataItem( - { - ShipName: `Madison Market`, - ShipAddress: `184 Wall Street`, - ShipCity: `Miami`, - ShipPostalCode: 60091, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1066, - CustomerName: `Mike Madison`, - CustomerFirstName: `Mike`, - CustomerLastName: `Madison`, - CustomerAddress: `184 Wall Street, Miami, USA, 60091`, - Salesperson: `Ben Jackson`, - OrderID: 1863, - OrderDate: `2/6/2022`, - ProductID: 186, - ProductName: `Samsung Note`, - UnitPrice: 6690.4, - Quantity: 5, - ExtendedPrice: 33452, - Freight: 930.4, - Discontinued: false, - Region: `West`, - Address: `184 Wall Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 60091 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Townhouse`, - ShipAddress: `103 Market Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 80170, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1067, - CustomerName: `James Jackson`, - CustomerFirstName: `James`, - CustomerLastName: `Jackson`, - CustomerAddress: `103 Market Street, Philadelphia, USA, 80170`, - Salesperson: `Max Black`, - OrderID: 1476, - OrderDate: `1/13/2022`, - ProductID: 156, - ProductName: `Mac Book Pro`, - UnitPrice: 29040.31, - Quantity: 5, - ExtendedPrice: 145201.55, - Freight: 1070.31, - Discontinued: false, - Region: `West`, - Address: `103 Market Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 80170 - }), - new InvoicesDataItem( - { - ShipName: `Smith Estate`, - ShipAddress: `104 Market Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 80188, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1068, - CustomerName: `Ben Smith`, - CustomerFirstName: `Ben`, - CustomerLastName: `Smith`, - CustomerAddress: `104 Market Street, Los Angeles, USA, 80188`, - Salesperson: `Martin Watson`, - OrderID: 1131, - OrderDate: `9/13/2022`, - ProductID: 131, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 6780.79, - Quantity: 4, - ExtendedPrice: 27123.16, - Freight: 600.79, - Discontinued: false, - Region: `South East`, - Address: `104 Market Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 80188 - }), - new InvoicesDataItem( - { - ShipName: `Madison Townhouse`, - ShipAddress: `140 Main Street`, - ShipCity: `New York`, - ShipPostalCode: 90197, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1069, - CustomerName: `Martin Madison`, - CustomerFirstName: `Martin`, - CustomerLastName: `Madison`, - CustomerAddress: `140 Main Street, New York, USA, 90197`, - Salesperson: `Anna Smith`, - OrderID: 1829, - OrderDate: `2/18/2022`, - ProductID: 152, - ProductName: `Samsung Note`, - UnitPrice: 20150.52, - Quantity: 4, - ExtendedPrice: 80602.08, - Freight: 1840.52, - Discontinued: true, - Region: `North East`, - Address: `140 Main Street`, - City: `New York`, - Country: `USA`, - PostalCode: 90197 - }), - new InvoicesDataItem( - { - ShipName: `Smith Market`, - ShipAddress: `172 Wall Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 90159, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1070, - CustomerName: `Mike Smith`, - CustomerFirstName: `Mike`, - CustomerLastName: `Smith`, - CustomerAddress: `172 Wall Street, Philadelphia, USA, 90159`, - Salesperson: `Pamela Watson`, - OrderID: 1082, - OrderDate: `10/1/2022`, - ProductID: 164, - ProductName: `IPad`, - UnitPrice: 23810.31, - Quantity: 2, - ExtendedPrice: 47620.62, - Freight: 320.31, - Discontinued: false, - Region: `West`, - Address: `172 Wall Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 90159 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Market`, - ShipAddress: `147 Wall Street`, - ShipCity: `Huston`, - ShipPostalCode: 90173, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Federal Shipping`, - CustomerID: 1071, - CustomerName: `Ben Jackson`, - CustomerFirstName: `Ben`, - CustomerLastName: `Jackson`, - CustomerAddress: `147 Wall Street, Huston, USA, 90173`, - Salesperson: `Martin Smith`, - OrderID: 1449, - OrderDate: `1/21/2022`, - ProductID: 111, - ProductName: `Mac Book Pro`, - UnitPrice: 8280.25, - Quantity: 4, - ExtendedPrice: 33121, - Freight: 860.25, - Discontinued: false, - Region: `South East`, - Address: `147 Wall Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 90173 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Market`, - ShipAddress: `161 Main Street`, - ShipCity: `Huston`, - ShipPostalCode: 90102, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1072, - CustomerName: `Mike Jackson`, - CustomerFirstName: `Mike`, - CustomerLastName: `Jackson`, - CustomerAddress: `161 Main Street, Huston, USA, 90102`, - Salesperson: `Nancy Black`, - OrderID: 1609, - OrderDate: `9/22/2022`, - ProductID: 197, - ProductName: `Samsung Note`, - UnitPrice: 16740.35, - Quantity: 4, - ExtendedPrice: 66961.4, - Freight: 1940.35, - Discontinued: false, - Region: `North East`, - Address: `161 Main Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 90102 - }), - new InvoicesDataItem( - { - ShipName: `Smith Home`, - ShipAddress: `102 Market Street`, - ShipCity: `Miami`, - ShipPostalCode: 70124, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1073, - CustomerName: `Ben Smith`, - CustomerFirstName: `Ben`, - CustomerLastName: `Smith`, - CustomerAddress: `102 Market Street, Miami, USA, 70124`, - Salesperson: `Anna Smith`, - OrderID: 1984, - OrderDate: `8/6/2022`, - ProductID: 123, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 14660.66, - Quantity: 3, - ExtendedPrice: 43981.98, - Freight: 1910.66, - Discontinued: false, - Region: `West`, - Address: `102 Market Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 70124 - }), - new InvoicesDataItem( - { - ShipName: `Black Estate`, - ShipAddress: `139 Market Street`, - ShipCity: `Miami`, - ShipPostalCode: 90134, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1074, - CustomerName: `Martin Black`, - CustomerFirstName: `Martin`, - CustomerLastName: `Black`, - CustomerAddress: `139 Market Street, Miami, USA, 90134`, - Salesperson: `Max Jackson`, - OrderID: 1060, - OrderDate: `3/11/2022`, - ProductID: 154, - ProductName: `Mac Book Pro`, - UnitPrice: 14460.37, - Quantity: 4, - ExtendedPrice: 57841.48, - Freight: 1020.37, - Discontinued: false, - Region: `West`, - Address: `139 Market Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 90134 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Market`, - ShipAddress: `132 Market Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 60055, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1075, - CustomerName: `Martin Jackson`, - CustomerFirstName: `Martin`, - CustomerLastName: `Jackson`, - CustomerAddress: `132 Market Street, Philadelphia, USA, 60055`, - Salesperson: `Pamela Madison`, - OrderID: 1213, - OrderDate: `9/3/2022`, - ProductID: 108, - ProductName: `IPhone`, - UnitPrice: 19340.74, - Quantity: 3, - ExtendedPrice: 58022.22, - Freight: 1370.74, - Discontinued: false, - Region: `West`, - Address: `132 Market Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 60055 - }), - new InvoicesDataItem( - { - ShipName: `Black Market`, - ShipAddress: `192 Market Street`, - ShipCity: `Miami`, - ShipPostalCode: 90135, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Speedy Express`, - CustomerID: 1076, - CustomerName: `Mike Black`, - CustomerFirstName: `Mike`, - CustomerLastName: `Black`, - CustomerAddress: `192 Market Street, Miami, USA, 90135`, - Salesperson: `Nancy Madison`, - OrderID: 1563, - OrderDate: `5/8/2022`, - ProductID: 162, - ProductName: `Samsung Note`, - UnitPrice: 12670.48, - Quantity: 2, - ExtendedPrice: 25340.96, - Freight: 1870.48, - Discontinued: false, - Region: `South East`, - Address: `192 Market Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 90135 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Market`, - ShipAddress: `108 Wall Street`, - ShipCity: `Miami`, - ShipPostalCode: 90156, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Federal Shipping`, - CustomerID: 1077, - CustomerName: `Martin Jefferson`, - CustomerFirstName: `Martin`, - CustomerLastName: `Jefferson`, - CustomerAddress: `108 Wall Street, Miami, USA, 90156`, - Salesperson: `Max Smith`, - OrderID: 1087, - OrderDate: `6/24/2022`, - ProductID: 194, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 6860.84, - Quantity: 3, - ExtendedPrice: 20582.52, - Freight: 1880.84, - Discontinued: false, - Region: `South East`, - Address: `108 Wall Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 90156 - }), - new InvoicesDataItem( - { - ShipName: `Smith Market`, - ShipAddress: `162 Wall Street`, - ShipCity: `New York`, - ShipPostalCode: 80121, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1078, - CustomerName: `Nancy Smith`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Smith`, - CustomerAddress: `162 Wall Street, New York, USA, 80121`, - Salesperson: `Anna Black`, - OrderID: 1663, - OrderDate: `9/5/2022`, - ProductID: 149, - ProductName: `Mac Book Pro`, - UnitPrice: 29550.53, - Quantity: 5, - ExtendedPrice: 147752.65, - Freight: 1270.53, - Discontinued: false, - Region: `South East`, - Address: `162 Wall Street`, - City: `New York`, - Country: `USA`, - PostalCode: 80121 - }), - new InvoicesDataItem( - { - ShipName: `Smith Market`, - ShipAddress: `165 Main Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 70057, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Speedy Express`, - CustomerID: 1079, - CustomerName: `Martin Smith`, - CustomerFirstName: `Martin`, - CustomerLastName: `Smith`, - CustomerAddress: `165 Main Street, Los Angeles, USA, 70057`, - Salesperson: `James Watson`, - OrderID: 1724, - OrderDate: `5/6/2022`, - ProductID: 180, - ProductName: `IPad`, - UnitPrice: 13560.61, - Quantity: 3, - ExtendedPrice: 40681.83, - Freight: 760.61, - Discontinued: true, - Region: `North East`, - Address: `165 Main Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 70057 - }), - new InvoicesDataItem( - { - ShipName: `Watson Market`, - ShipAddress: `162 Main Street`, - ShipCity: `Huston`, - ShipPostalCode: 60057, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1080, - CustomerName: `Anna Watson`, - CustomerFirstName: `Anna`, - CustomerLastName: `Watson`, - CustomerAddress: `162 Main Street, Huston, USA, 60057`, - Salesperson: `Anna Watson`, - OrderID: 1156, - OrderDate: `10/5/2022`, - ProductID: 157, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 17220.59, - Quantity: 3, - ExtendedPrice: 51661.77, - Freight: 1550.59, - Discontinued: false, - Region: `North East`, - Address: `162 Main Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 60057 - }), - new InvoicesDataItem( - { - ShipName: `Watson Estate`, - ShipAddress: `126 Main Street`, - ShipCity: `Miami`, - ShipPostalCode: 70200, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1081, - CustomerName: `Nancy Watson`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Watson`, - CustomerAddress: `126 Main Street, Miami, USA, 70200`, - Salesperson: `Ben Watson`, - OrderID: 1982, - OrderDate: `9/11/2022`, - ProductID: 123, - ProductName: `Mac Book Air`, - UnitPrice: 25780.79, - Quantity: 2, - ExtendedPrice: 51561.58, - Freight: 680.79, - Discontinued: false, - Region: `South East`, - Address: `126 Main Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 70200 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Market`, - ShipAddress: `105 Wall Street`, - ShipCity: `Huston`, - ShipPostalCode: 80141, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1082, - CustomerName: `Max Jackson`, - CustomerFirstName: `Max`, - CustomerLastName: `Jackson`, - CustomerAddress: `105 Wall Street, Huston, USA, 80141`, - Salesperson: `Pamela Watson`, - OrderID: 1462, - OrderDate: `6/6/2022`, - ProductID: 189, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 16990.62, - Quantity: 2, - ExtendedPrice: 33981.24, - Freight: 710.62, - Discontinued: false, - Region: `West`, - Address: `105 Wall Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 80141 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Market`, - ShipAddress: `113 Market Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 50187, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1083, - CustomerName: `James Jefferson`, - CustomerFirstName: `James`, - CustomerLastName: `Jefferson`, - CustomerAddress: `113 Market Street, Philadelphia, USA, 50187`, - Salesperson: `Martin Jefferson`, - OrderID: 1698, - OrderDate: `5/16/2022`, - ProductID: 148, - ProductName: `IPhone`, - UnitPrice: 16930.87, - Quantity: 4, - ExtendedPrice: 67723.48, - Freight: 1080.87, - Discontinued: false, - Region: `North East`, - Address: `113 Market Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 50187 - }), - new InvoicesDataItem( - { - ShipName: `Black Market`, - ShipAddress: `164 Main Street`, - ShipCity: `New York`, - ShipPostalCode: 80172, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1084, - CustomerName: `Mike Black`, - CustomerFirstName: `Mike`, - CustomerLastName: `Black`, - CustomerAddress: `164 Main Street, New York, USA, 80172`, - Salesperson: `Mike Jackson`, - OrderID: 1300, - OrderDate: `11/11/2022`, - ProductID: 164, - ProductName: `IPhone`, - UnitPrice: 8120.59, - Quantity: 4, - ExtendedPrice: 32482.36, - Freight: 1140.59, - Discontinued: false, - Region: `West`, - Address: `164 Main Street`, - City: `New York`, - Country: `USA`, - PostalCode: 80172 - }), - new InvoicesDataItem( - { - ShipName: `Watson Estate`, - ShipAddress: `108 Main Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 90074, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1085, - CustomerName: `Pamela Watson`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Watson`, - CustomerAddress: `108 Main Street, Philadelphia, USA, 90074`, - Salesperson: `Nancy Madison`, - OrderID: 1401, - OrderDate: `12/3/2022`, - ProductID: 139, - ProductName: `IPhone`, - UnitPrice: 6160.25, - Quantity: 4, - ExtendedPrice: 24641, - Freight: 1600.25, - Discontinued: false, - Region: `South East`, - Address: `108 Main Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 90074 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Market`, - ShipAddress: `175 Main Street`, - ShipCity: `Huston`, - ShipPostalCode: 80111, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1086, - CustomerName: `Max Jefferson`, - CustomerFirstName: `Max`, - CustomerLastName: `Jefferson`, - CustomerAddress: `175 Main Street, Huston, USA, 80111`, - Salesperson: `Nancy Watson`, - OrderID: 1474, - OrderDate: `9/1/2022`, - ProductID: 138, - ProductName: `Mac Book Air`, - UnitPrice: 7220.7, - Quantity: 4, - ExtendedPrice: 28882.8, - Freight: 1530.7, - Discontinued: false, - Region: `West`, - Address: `175 Main Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 80111 - }), - new InvoicesDataItem( - { - ShipName: `Madison Estate`, - ShipAddress: `102 Wall Street`, - ShipCity: `Miami`, - ShipPostalCode: 80173, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Speedy Express`, - CustomerID: 1087, - CustomerName: `Nancy Madison`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Madison`, - CustomerAddress: `102 Wall Street, Miami, USA, 80173`, - Salesperson: `Martin Jackson`, - OrderID: 1678, - OrderDate: `5/6/2022`, - ProductID: 190, - ProductName: `IPad`, - UnitPrice: 17990.28, - Quantity: 4, - ExtendedPrice: 71961.12, - Freight: 1420.28, - Discontinued: false, - Region: `South East`, - Address: `102 Wall Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 80173 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Townhouse`, - ShipAddress: `163 Market Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 50105, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1088, - CustomerName: `Mike Jackson`, - CustomerFirstName: `Mike`, - CustomerLastName: `Jackson`, - CustomerAddress: `163 Market Street, Philadelphia, USA, 50105`, - Salesperson: `Martin Black`, - OrderID: 1384, - OrderDate: `4/16/2022`, - ProductID: 156, - ProductName: `Mac Book Pro`, - UnitPrice: 15460.27, - Quantity: 3, - ExtendedPrice: 46380.81, - Freight: 1250.27, - Discontinued: false, - Region: `West`, - Address: `163 Market Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 50105 - }), - new InvoicesDataItem( - { - ShipName: `Watson Home`, - ShipAddress: `165 Wall Street`, - ShipCity: `Huston`, - ShipPostalCode: 90075, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1089, - CustomerName: `Ben Watson`, - CustomerFirstName: `Ben`, - CustomerLastName: `Watson`, - CustomerAddress: `165 Wall Street, Huston, USA, 90075`, - Salesperson: `Nancy Jefferson`, - OrderID: 1223, - OrderDate: `7/20/2022`, - ProductID: 105, - ProductName: `Mac Book Pro`, - UnitPrice: 15450.62, - Quantity: 2, - ExtendedPrice: 30901.24, - Freight: 1350.62, - Discontinued: true, - Region: `North East`, - Address: `165 Wall Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 90075 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Market`, - ShipAddress: `140 Wall Street`, - ShipCity: `New York`, - ShipPostalCode: 80134, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1090, - CustomerName: `Anna Jefferson`, - CustomerFirstName: `Anna`, - CustomerLastName: `Jefferson`, - CustomerAddress: `140 Wall Street, New York, USA, 80134`, - Salesperson: `Anna Watson`, - OrderID: 1189, - OrderDate: `10/5/2022`, - ProductID: 128, - ProductName: `Samsung Note`, - UnitPrice: 15460.25, - Quantity: 5, - ExtendedPrice: 77301.25, - Freight: 840.25, - Discontinued: false, - Region: `West`, - Address: `140 Wall Street`, - City: `New York`, - Country: `USA`, - PostalCode: 80134 - }), - new InvoicesDataItem( - { - ShipName: `Madison Market`, - ShipAddress: `191 Wall Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 80168, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1091, - CustomerName: `Max Madison`, - CustomerFirstName: `Max`, - CustomerLastName: `Madison`, - CustomerAddress: `191 Wall Street, Los Angeles, USA, 80168`, - Salesperson: `Anna Madison`, - OrderID: 1657, - OrderDate: `8/7/2022`, - ProductID: 154, - ProductName: `IPad`, - UnitPrice: 24990.6, - Quantity: 5, - ExtendedPrice: 124953, - Freight: 1890.6, - Discontinued: false, - Region: `South East`, - Address: `191 Wall Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 80168 - }), - new InvoicesDataItem( - { - ShipName: `Watson Market`, - ShipAddress: `111 Market Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 60130, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Federal Shipping`, - CustomerID: 1092, - CustomerName: `Anna Watson`, - CustomerFirstName: `Anna`, - CustomerLastName: `Watson`, - CustomerAddress: `111 Market Street, Los Angeles, USA, 60130`, - Salesperson: `Ben Jackson`, - OrderID: 1818, - OrderDate: `12/2/2022`, - ProductID: 107, - ProductName: `Samsung Note`, - UnitPrice: 19750.45, - Quantity: 4, - ExtendedPrice: 79001.8, - Freight: 1840.45, - Discontinued: false, - Region: `South East`, - Address: `111 Market Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 60130 - }), - new InvoicesDataItem( - { - ShipName: `Madison Estate`, - ShipAddress: `190 Market Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 50162, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1093, - CustomerName: `Mike Madison`, - CustomerFirstName: `Mike`, - CustomerLastName: `Madison`, - CustomerAddress: `190 Market Street, Los Angeles, USA, 50162`, - Salesperson: `Mike Watson`, - OrderID: 1117, - OrderDate: `10/12/2022`, - ProductID: 176, - ProductName: `Samsung Note`, - UnitPrice: 15390.57, - Quantity: 5, - ExtendedPrice: 76952.85, - Freight: 1500.57, - Discontinued: false, - Region: `West`, - Address: `190 Market Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 50162 - }), - new InvoicesDataItem( - { - ShipName: `Black Market`, - ShipAddress: `121 Main Street`, - ShipCity: `Miami`, - ShipPostalCode: 70156, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Federal Shipping`, - CustomerID: 1094, - CustomerName: `James Black`, - CustomerFirstName: `James`, - CustomerLastName: `Black`, - CustomerAddress: `121 Main Street, Miami, USA, 70156`, - Salesperson: `Mike Jackson`, - OrderID: 1188, - OrderDate: `11/23/2022`, - ProductID: 177, - ProductName: `IPad`, - UnitPrice: 23120.28, - Quantity: 3, - ExtendedPrice: 69360.84, - Freight: 1670.28, - Discontinued: false, - Region: `South East`, - Address: `121 Main Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 70156 - }), - new InvoicesDataItem( - { - ShipName: `Smith Market`, - ShipAddress: `120 Main Street`, - ShipCity: `Miami`, - ShipPostalCode: 60082, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Speedy Express`, - CustomerID: 1095, - CustomerName: `Martin Smith`, - CustomerFirstName: `Martin`, - CustomerLastName: `Smith`, - CustomerAddress: `120 Main Street, Miami, USA, 60082`, - Salesperson: `Nancy Smith`, - OrderID: 1673, - OrderDate: `1/25/2022`, - ProductID: 189, - ProductName: `Mac Book Air`, - UnitPrice: 16310.31, - Quantity: 4, - ExtendedPrice: 65241.24, - Freight: 370.31, - Discontinued: false, - Region: `South East`, - Address: `120 Main Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 60082 - }), - new InvoicesDataItem( - { - ShipName: `Madison Estate`, - ShipAddress: `102 Main Street`, - ShipCity: `Miami`, - ShipPostalCode: 90125, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1096, - CustomerName: `Pamela Madison`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Madison`, - CustomerAddress: `102 Main Street, Miami, USA, 90125`, - Salesperson: `Pamela Smith`, - OrderID: 1048, - OrderDate: `8/6/2022`, - ProductID: 148, - ProductName: `Mac Book Pro`, - UnitPrice: 14920.59, - Quantity: 2, - ExtendedPrice: 29841.18, - Freight: 1110.59, - Discontinued: false, - Region: `West`, - Address: `102 Main Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 90125 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Home`, - ShipAddress: `125 Main Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 80199, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1097, - CustomerName: `James Jefferson`, - CustomerFirstName: `James`, - CustomerLastName: `Jefferson`, - CustomerAddress: `125 Main Street, Los Angeles, USA, 80199`, - Salesperson: `Pamela Black`, - OrderID: 1336, - OrderDate: `6/1/2022`, - ProductID: 159, - ProductName: `Mac Book Pro`, - UnitPrice: 11370.4, - Quantity: 5, - ExtendedPrice: 56852, - Freight: 1210.4, - Discontinued: false, - Region: `West`, - Address: `125 Main Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 80199 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Townhouse`, - ShipAddress: `109 Wall Street`, - ShipCity: `Miami`, - ShipPostalCode: 60118, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1098, - CustomerName: `Mike Jefferson`, - CustomerFirstName: `Mike`, - CustomerLastName: `Jefferson`, - CustomerAddress: `109 Wall Street, Miami, USA, 60118`, - Salesperson: `James Madison`, - OrderID: 1049, - OrderDate: `2/14/2022`, - ProductID: 172, - ProductName: `Mac Book Pro`, - UnitPrice: 18730.79, - Quantity: 5, - ExtendedPrice: 93653.95, - Freight: 300.79, - Discontinued: false, - Region: `South East`, - Address: `109 Wall Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 60118 - }), - new InvoicesDataItem( - { - ShipName: `Smith Townhouse`, - ShipAddress: `149 Main Street`, - ShipCity: `Miami`, - ShipPostalCode: 50128, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1099, - CustomerName: `Anna Smith`, - CustomerFirstName: `Anna`, - CustomerLastName: `Smith`, - CustomerAddress: `149 Main Street, Miami, USA, 50128`, - Salesperson: `James Watson`, - OrderID: 1292, - OrderDate: `3/15/2022`, - ProductID: 183, - ProductName: `Mac Book Air`, - UnitPrice: 16730.48, - Quantity: 5, - ExtendedPrice: 83652.4, - Freight: 1320.48, - Discontinued: true, - Region: `North East`, - Address: `149 Main Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 50128 - }), - new InvoicesDataItem( - { - ShipName: `Smith Estate`, - ShipAddress: `183 Wall Street`, - ShipCity: `New York`, - ShipPostalCode: 50089, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1100, - CustomerName: `Ben Smith`, - CustomerFirstName: `Ben`, - CustomerLastName: `Smith`, - CustomerAddress: `183 Wall Street, New York, USA, 50089`, - Salesperson: `Max Watson`, - OrderID: 1724, - OrderDate: `9/22/2022`, - ProductID: 160, - ProductName: `IPad`, - UnitPrice: 23370.51, - Quantity: 3, - ExtendedPrice: 70111.53, - Freight: 1200.51, - Discontinued: false, - Region: `North East`, - Address: `183 Wall Street`, - City: `New York`, - Country: `USA`, - PostalCode: 50089 - }), - new InvoicesDataItem( - { - ShipName: `Watson Estate`, - ShipAddress: `195 Market Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 60110, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Federal Shipping`, - CustomerID: 1101, - CustomerName: `Martin Watson`, - CustomerFirstName: `Martin`, - CustomerLastName: `Watson`, - CustomerAddress: `195 Market Street, Philadelphia, USA, 60110`, - Salesperson: `Martin Black`, - OrderID: 1154, - OrderDate: `4/13/2022`, - ProductID: 180, - ProductName: `Samsung Note`, - UnitPrice: 24870.49, - Quantity: 4, - ExtendedPrice: 99481.96, - Freight: 1200.49, - Discontinued: false, - Region: `South East`, - Address: `195 Market Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 60110 - }), - new InvoicesDataItem( - { - ShipName: `Madison Estate`, - ShipAddress: `153 Market Street`, - ShipCity: `New York`, - ShipPostalCode: 60113, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1102, - CustomerName: `Ben Madison`, - CustomerFirstName: `Ben`, - CustomerLastName: `Madison`, - CustomerAddress: `153 Market Street, New York, USA, 60113`, - Salesperson: `Nancy Black`, - OrderID: 1333, - OrderDate: `2/24/2022`, - ProductID: 192, - ProductName: `Samsung Note`, - UnitPrice: 12710.8, - Quantity: 4, - ExtendedPrice: 50843.2, - Freight: 1520.8, - Discontinued: false, - Region: `North East`, - Address: `153 Market Street`, - City: `New York`, - Country: `USA`, - PostalCode: 60113 - }), - new InvoicesDataItem( - { - ShipName: `Watson Market`, - ShipAddress: `185 Market Street`, - ShipCity: `Miami`, - ShipPostalCode: 60118, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1103, - CustomerName: `James Watson`, - CustomerFirstName: `James`, - CustomerLastName: `Watson`, - CustomerAddress: `185 Market Street, Miami, USA, 60118`, - Salesperson: `Max Black`, - OrderID: 1243, - OrderDate: `2/7/2022`, - ProductID: 124, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 16270.33, - Quantity: 4, - ExtendedPrice: 65081.32, - Freight: 1050.33, - Discontinued: false, - Region: `West`, - Address: `185 Market Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 60118 - }), - new InvoicesDataItem( - { - ShipName: `Smith Home`, - ShipAddress: `181 Market Street`, - ShipCity: `Miami`, - ShipPostalCode: 80055, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Speedy Express`, - CustomerID: 1104, - CustomerName: `Anna Smith`, - CustomerFirstName: `Anna`, - CustomerLastName: `Smith`, - CustomerAddress: `181 Market Street, Miami, USA, 80055`, - Salesperson: `Nancy Madison`, - OrderID: 1090, - OrderDate: `12/2/2022`, - ProductID: 106, - ProductName: `Mac Book Pro`, - UnitPrice: 25150.85, - Quantity: 5, - ExtendedPrice: 125754.25, - Freight: 560.85, - Discontinued: false, - Region: `North East`, - Address: `181 Market Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 80055 - }), - new InvoicesDataItem( - { - ShipName: `Watson Home`, - ShipAddress: `185 Market Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 60149, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Speedy Express`, - CustomerID: 1105, - CustomerName: `Ben Watson`, - CustomerFirstName: `Ben`, - CustomerLastName: `Watson`, - CustomerAddress: `185 Market Street, Los Angeles, USA, 60149`, - Salesperson: `Martin Madison`, - OrderID: 1697, - OrderDate: `10/12/2022`, - ProductID: 193, - ProductName: `Mac Book Air`, - UnitPrice: 18440.22, - Quantity: 5, - ExtendedPrice: 92201.1, - Freight: 1030.22, - Discontinued: false, - Region: `North East`, - Address: `185 Market Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 60149 - }), - new InvoicesDataItem( - { - ShipName: `Madison Home`, - ShipAddress: `110 Wall Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 90160, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Speedy Express`, - CustomerID: 1106, - CustomerName: `Anna Madison`, - CustomerFirstName: `Anna`, - CustomerLastName: `Madison`, - CustomerAddress: `110 Wall Street, Los Angeles, USA, 90160`, - Salesperson: `Mike Jefferson`, - OrderID: 1868, - OrderDate: `6/20/2022`, - ProductID: 166, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 10990.49, - Quantity: 5, - ExtendedPrice: 54952.45, - Freight: 1250.49, - Discontinued: false, - Region: `North East`, - Address: `110 Wall Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 90160 - }), - new InvoicesDataItem( - { - ShipName: `Madison Home`, - ShipAddress: `124 Wall Street`, - ShipCity: `Miami`, - ShipPostalCode: 90129, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1107, - CustomerName: `Martin Madison`, - CustomerFirstName: `Martin`, - CustomerLastName: `Madison`, - CustomerAddress: `124 Wall Street, Miami, USA, 90129`, - Salesperson: `Max Madison`, - OrderID: 1419, - OrderDate: `11/8/2022`, - ProductID: 119, - ProductName: `Mac Book Air`, - UnitPrice: 9310.28, - Quantity: 3, - ExtendedPrice: 27930.84, - Freight: 1660.28, - Discontinued: false, - Region: `West`, - Address: `124 Wall Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 90129 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Townhouse`, - ShipAddress: `144 Wall Street`, - ShipCity: `Huston`, - ShipPostalCode: 80145, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1108, - CustomerName: `Pamela Jefferson`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Jefferson`, - CustomerAddress: `144 Wall Street, Huston, USA, 80145`, - Salesperson: `Mike Smith`, - OrderID: 1103, - OrderDate: `5/14/2022`, - ProductID: 172, - ProductName: `Mac Book Pro`, - UnitPrice: 5130.33, - Quantity: 2, - ExtendedPrice: 10260.66, - Freight: 1840.33, - Discontinued: false, - Region: `North East`, - Address: `144 Wall Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 80145 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Estate`, - ShipAddress: `200 Main Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 50073, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1109, - CustomerName: `Nancy Jefferson`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Jefferson`, - CustomerAddress: `200 Main Street, Philadelphia, USA, 50073`, - Salesperson: `Max Jackson`, - OrderID: 1461, - OrderDate: `6/13/2022`, - ProductID: 153, - ProductName: `Mac Book Pro`, - UnitPrice: 23080.59, - Quantity: 3, - ExtendedPrice: 69241.77, - Freight: 540.59, - Discontinued: true, - Region: `West`, - Address: `200 Main Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 50073 - }), - new InvoicesDataItem( - { - ShipName: `Madison Market`, - ShipAddress: `196 Market Street`, - ShipCity: `New York`, - ShipPostalCode: 70070, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1110, - CustomerName: `Mike Madison`, - CustomerFirstName: `Mike`, - CustomerLastName: `Madison`, - CustomerAddress: `196 Market Street, New York, USA, 70070`, - Salesperson: `Nancy Smith`, - OrderID: 1713, - OrderDate: `3/6/2022`, - ProductID: 121, - ProductName: `Mac Book Pro`, - UnitPrice: 29390.58, - Quantity: 3, - ExtendedPrice: 88171.74, - Freight: 1170.58, - Discontinued: false, - Region: `West`, - Address: `196 Market Street`, - City: `New York`, - Country: `USA`, - PostalCode: 70070 - }), - new InvoicesDataItem( - { - ShipName: `Smith Home`, - ShipAddress: `154 Main Street`, - ShipCity: `New York`, - ShipPostalCode: 70167, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Speedy Express`, - CustomerID: 1111, - CustomerName: `Martin Smith`, - CustomerFirstName: `Martin`, - CustomerLastName: `Smith`, - CustomerAddress: `154 Main Street, New York, USA, 70167`, - Salesperson: `Pamela Jackson`, - OrderID: 1956, - OrderDate: `1/2/2022`, - ProductID: 156, - ProductName: `Samsung Note`, - UnitPrice: 24870.88, - Quantity: 2, - ExtendedPrice: 49741.76, - Freight: 1360.88, - Discontinued: false, - Region: `North East`, - Address: `154 Main Street`, - City: `New York`, - Country: `USA`, - PostalCode: 70167 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Townhouse`, - ShipAddress: `110 Main Street`, - ShipCity: `Miami`, - ShipPostalCode: 90055, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1112, - CustomerName: `Mike Jefferson`, - CustomerFirstName: `Mike`, - CustomerLastName: `Jefferson`, - CustomerAddress: `110 Main Street, Miami, USA, 90055`, - Salesperson: `Anna Madison`, - OrderID: 1530, - OrderDate: `10/15/2022`, - ProductID: 113, - ProductName: `IPad`, - UnitPrice: 24570.87, - Quantity: 4, - ExtendedPrice: 98283.48, - Freight: 930.87, - Discontinued: false, - Region: `South East`, - Address: `110 Main Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 90055 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Townhouse`, - ShipAddress: `200 Market Street`, - ShipCity: `Huston`, - ShipPostalCode: 70105, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1113, - CustomerName: `Martin Jefferson`, - CustomerFirstName: `Martin`, - CustomerLastName: `Jefferson`, - CustomerAddress: `200 Market Street, Huston, USA, 70105`, - Salesperson: `James Jackson`, - OrderID: 1488, - OrderDate: `7/13/2022`, - ProductID: 109, - ProductName: `IPhone`, - UnitPrice: 23860.57, - Quantity: 4, - ExtendedPrice: 95442.28, - Freight: 1130.57, - Discontinued: false, - Region: `North East`, - Address: `200 Market Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 70105 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Home`, - ShipAddress: `181 Main Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 80175, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Speedy Express`, - CustomerID: 1114, - CustomerName: `Ben Jefferson`, - CustomerFirstName: `Ben`, - CustomerLastName: `Jefferson`, - CustomerAddress: `181 Main Street, Philadelphia, USA, 80175`, - Salesperson: `Max Jackson`, - OrderID: 1143, - OrderDate: `6/13/2022`, - ProductID: 144, - ProductName: `Mac Book Air`, - UnitPrice: 28390.63, - Quantity: 5, - ExtendedPrice: 141953.15, - Freight: 300.63, - Discontinued: false, - Region: `North East`, - Address: `181 Main Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 80175 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Home`, - ShipAddress: `137 Market Street`, - ShipCity: `Huston`, - ShipPostalCode: 50144, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Federal Shipping`, - CustomerID: 1115, - CustomerName: `Ben Jackson`, - CustomerFirstName: `Ben`, - CustomerLastName: `Jackson`, - CustomerAddress: `137 Market Street, Huston, USA, 50144`, - Salesperson: `Martin Jackson`, - OrderID: 1274, - OrderDate: `4/8/2022`, - ProductID: 134, - ProductName: `IPad`, - UnitPrice: 22580.34, - Quantity: 2, - ExtendedPrice: 45160.68, - Freight: 1720.34, - Discontinued: false, - Region: `South East`, - Address: `137 Market Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 50144 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Market`, - ShipAddress: `186 Main Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 70112, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Speedy Express`, - CustomerID: 1116, - CustomerName: `Pamela Jefferson`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Jefferson`, - CustomerAddress: `186 Main Street, Los Angeles, USA, 70112`, - Salesperson: `Mike Jefferson`, - OrderID: 1597, - OrderDate: `8/6/2022`, - ProductID: 127, - ProductName: `Mac Book Pro`, - UnitPrice: 28490.48, - Quantity: 3, - ExtendedPrice: 85471.44, - Freight: 760.48, - Discontinued: false, - Region: `South East`, - Address: `186 Main Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 70112 - }), - new InvoicesDataItem( - { - ShipName: `Watson Townhouse`, - ShipAddress: `152 Wall Street`, - ShipCity: `Huston`, - ShipPostalCode: 50080, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1117, - CustomerName: `Nancy Watson`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Watson`, - CustomerAddress: `152 Wall Street, Huston, USA, 50080`, - Salesperson: `Max Jackson`, - OrderID: 1632, - OrderDate: `4/15/2022`, - ProductID: 179, - ProductName: `Mac Book Pro`, - UnitPrice: 20680.38, - Quantity: 5, - ExtendedPrice: 103401.9, - Freight: 490.38, - Discontinued: false, - Region: `West`, - Address: `152 Wall Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 50080 - }), - new InvoicesDataItem( - { - ShipName: `Black Home`, - ShipAddress: `147 Wall Street`, - ShipCity: `Huston`, - ShipPostalCode: 60136, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1118, - CustomerName: `Pamela Black`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Black`, - CustomerAddress: `147 Wall Street, Huston, USA, 60136`, - Salesperson: `Mike Watson`, - OrderID: 1461, - OrderDate: `4/21/2022`, - ProductID: 118, - ProductName: `Samsung Note`, - UnitPrice: 6990.24, - Quantity: 5, - ExtendedPrice: 34951.2, - Freight: 460.24, - Discontinued: false, - Region: `North East`, - Address: `147 Wall Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 60136 - }), - new InvoicesDataItem( - { - ShipName: `Black Estate`, - ShipAddress: `161 Market Street`, - ShipCity: `Huston`, - ShipPostalCode: 80121, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1119, - CustomerName: `James Black`, - CustomerFirstName: `James`, - CustomerLastName: `Black`, - CustomerAddress: `161 Market Street, Huston, USA, 80121`, - Salesperson: `Martin Jefferson`, - OrderID: 1380, - OrderDate: `1/3/2022`, - ProductID: 176, - ProductName: `Mac Book Air`, - UnitPrice: 26540.79, - Quantity: 5, - ExtendedPrice: 132703.95, - Freight: 470.79, - Discontinued: true, - Region: `West`, - Address: `161 Market Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 80121 - }), - new InvoicesDataItem( - { - ShipName: `Watson Townhouse`, - ShipAddress: `118 Main Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 50189, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1120, - CustomerName: `Ben Watson`, - CustomerFirstName: `Ben`, - CustomerLastName: `Watson`, - CustomerAddress: `118 Main Street, Philadelphia, USA, 50189`, - Salesperson: `Ben Watson`, - OrderID: 1658, - OrderDate: `1/4/2022`, - ProductID: 184, - ProductName: `Mac Book Air`, - UnitPrice: 16830.41, - Quantity: 5, - ExtendedPrice: 84152.05, - Freight: 1660.41, - Discontinued: false, - Region: `West`, - Address: `118 Main Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 50189 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Townhouse`, - ShipAddress: `186 Market Street`, - ShipCity: `Miami`, - ShipPostalCode: 60097, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Speedy Express`, - CustomerID: 1121, - CustomerName: `Pamela Jackson`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Jackson`, - CustomerAddress: `186 Market Street, Miami, USA, 60097`, - Salesperson: `Nancy Watson`, - OrderID: 1754, - OrderDate: `7/3/2022`, - ProductID: 148, - ProductName: `Mac Book Air`, - UnitPrice: 5030.24, - Quantity: 3, - ExtendedPrice: 15090.72, - Freight: 1660.24, - Discontinued: false, - Region: `South East`, - Address: `186 Market Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 60097 - }), - new InvoicesDataItem( - { - ShipName: `Smith Market`, - ShipAddress: `191 Main Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 90155, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1122, - CustomerName: `Ben Smith`, - CustomerFirstName: `Ben`, - CustomerLastName: `Smith`, - CustomerAddress: `191 Main Street, Los Angeles, USA, 90155`, - Salesperson: `Anna Madison`, - OrderID: 1279, - OrderDate: `3/14/2022`, - ProductID: 151, - ProductName: `IPhone`, - UnitPrice: 23590.82, - Quantity: 3, - ExtendedPrice: 70772.46, - Freight: 1120.82, - Discontinued: false, - Region: `West`, - Address: `191 Main Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 90155 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Market`, - ShipAddress: `190 Main Street`, - ShipCity: `New York`, - ShipPostalCode: 80075, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Federal Shipping`, - CustomerID: 1123, - CustomerName: `James Jefferson`, - CustomerFirstName: `James`, - CustomerLastName: `Jefferson`, - CustomerAddress: `190 Main Street, New York, USA, 80075`, - Salesperson: `Martin Jackson`, - OrderID: 1310, - OrderDate: `11/7/2022`, - ProductID: 183, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 26450.4, - Quantity: 5, - ExtendedPrice: 132252, - Freight: 420.4, - Discontinued: false, - Region: `South East`, - Address: `190 Main Street`, - City: `New York`, - Country: `USA`, - PostalCode: 80075 - }), - new InvoicesDataItem( - { - ShipName: `Madison Home`, - ShipAddress: `160 Market Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 80067, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Speedy Express`, - CustomerID: 1124, - CustomerName: `Pamela Madison`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Madison`, - CustomerAddress: `160 Market Street, Philadelphia, USA, 80067`, - Salesperson: `Ben Jackson`, - OrderID: 1920, - OrderDate: `12/17/2022`, - ProductID: 174, - ProductName: `IPhone`, - UnitPrice: 23660.88, - Quantity: 4, - ExtendedPrice: 94643.52, - Freight: 1220.88, - Discontinued: false, - Region: `North East`, - Address: `160 Market Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 80067 - }), - new InvoicesDataItem( - { - ShipName: `Black Market`, - ShipAddress: `151 Wall Street`, - ShipCity: `Miami`, - ShipPostalCode: 90124, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1125, - CustomerName: `Max Black`, - CustomerFirstName: `Max`, - CustomerLastName: `Black`, - CustomerAddress: `151 Wall Street, Miami, USA, 90124`, - Salesperson: `Mike Watson`, - OrderID: 1497, - OrderDate: `2/21/2022`, - ProductID: 179, - ProductName: `IPhone`, - UnitPrice: 15940.51, - Quantity: 5, - ExtendedPrice: 79702.55, - Freight: 1880.51, - Discontinued: false, - Region: `West`, - Address: `151 Wall Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 90124 - }), - new InvoicesDataItem( - { - ShipName: `Black Estate`, - ShipAddress: `151 Market Street`, - ShipCity: `Huston`, - ShipPostalCode: 70173, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1126, - CustomerName: `Nancy Black`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Black`, - CustomerAddress: `151 Market Street, Huston, USA, 70173`, - Salesperson: `Pamela Jefferson`, - OrderID: 1925, - OrderDate: `2/15/2022`, - ProductID: 170, - ProductName: `IPhone`, - UnitPrice: 13350.7, - Quantity: 5, - ExtendedPrice: 66753.5, - Freight: 720.7, - Discontinued: false, - Region: `West`, - Address: `151 Market Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 70173 - }), - new InvoicesDataItem( - { - ShipName: `Watson Townhouse`, - ShipAddress: `114 Main Street`, - ShipCity: `Miami`, - ShipPostalCode: 80067, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Speedy Express`, - CustomerID: 1127, - CustomerName: `James Watson`, - CustomerFirstName: `James`, - CustomerLastName: `Watson`, - CustomerAddress: `114 Main Street, Miami, USA, 80067`, - Salesperson: `Pamela Black`, - OrderID: 1338, - OrderDate: `5/19/2022`, - ProductID: 196, - ProductName: `Samsung Note`, - UnitPrice: 20820.82, - Quantity: 4, - ExtendedPrice: 83283.28, - Freight: 1570.82, - Discontinued: false, - Region: `South East`, - Address: `114 Main Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 80067 - }), - new InvoicesDataItem( - { - ShipName: `Madison Market`, - ShipAddress: `189 Wall Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 80157, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1128, - CustomerName: `Anna Madison`, - CustomerFirstName: `Anna`, - CustomerLastName: `Madison`, - CustomerAddress: `189 Wall Street, Philadelphia, USA, 80157`, - Salesperson: `Ben Watson`, - OrderID: 1794, - OrderDate: `9/9/2022`, - ProductID: 168, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 25550.56, - Quantity: 4, - ExtendedPrice: 102202.24, - Freight: 400.56, - Discontinued: false, - Region: `North East`, - Address: `189 Wall Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 80157 - }), - new InvoicesDataItem( - { - ShipName: `Watson Home`, - ShipAddress: `198 Main Street`, - ShipCity: `New York`, - ShipPostalCode: 60169, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1129, - CustomerName: `Ben Watson`, - CustomerFirstName: `Ben`, - CustomerLastName: `Watson`, - CustomerAddress: `198 Main Street, New York, USA, 60169`, - Salesperson: `James Black`, - OrderID: 1108, - OrderDate: `2/5/2022`, - ProductID: 194, - ProductName: `Mac Book Air`, - UnitPrice: 10890.26, - Quantity: 3, - ExtendedPrice: 32670.78, - Freight: 760.26, - Discontinued: true, - Region: `South East`, - Address: `198 Main Street`, - City: `New York`, - Country: `USA`, - PostalCode: 60169 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Townhouse`, - ShipAddress: `106 Main Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 60117, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1130, - CustomerName: `James Jackson`, - CustomerFirstName: `James`, - CustomerLastName: `Jackson`, - CustomerAddress: `106 Main Street, Los Angeles, USA, 60117`, - Salesperson: `Pamela Jackson`, - OrderID: 1953, - OrderDate: `11/24/2022`, - ProductID: 179, - ProductName: `Samsung Note`, - UnitPrice: 19940.84, - Quantity: 3, - ExtendedPrice: 59822.52, - Freight: 890.84, - Discontinued: false, - Region: `West`, - Address: `106 Main Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 60117 - }), - new InvoicesDataItem( - { - ShipName: `Madison Home`, - ShipAddress: `192 Main Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 90090, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Federal Shipping`, - CustomerID: 1131, - CustomerName: `James Madison`, - CustomerFirstName: `James`, - CustomerLastName: `Madison`, - CustomerAddress: `192 Main Street, Los Angeles, USA, 90090`, - Salesperson: `Max Jefferson`, - OrderID: 1337, - OrderDate: `10/10/2022`, - ProductID: 198, - ProductName: `Samsung Note`, - UnitPrice: 18640.31, - Quantity: 2, - ExtendedPrice: 37280.62, - Freight: 280.31, - Discontinued: false, - Region: `South East`, - Address: `192 Main Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 90090 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Townhouse`, - ShipAddress: `128 Market Street`, - ShipCity: `Miami`, - ShipPostalCode: 50136, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1132, - CustomerName: `Martin Jefferson`, - CustomerFirstName: `Martin`, - CustomerLastName: `Jefferson`, - CustomerAddress: `128 Market Street, Miami, USA, 50136`, - Salesperson: `Nancy Jefferson`, - OrderID: 1617, - OrderDate: `4/10/2022`, - ProductID: 148, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 26140.37, - Quantity: 2, - ExtendedPrice: 52280.74, - Freight: 1270.37, - Discontinued: false, - Region: `West`, - Address: `128 Market Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 50136 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Home`, - ShipAddress: `164 Wall Street`, - ShipCity: `Huston`, - ShipPostalCode: 70190, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1133, - CustomerName: `Max Jackson`, - CustomerFirstName: `Max`, - CustomerLastName: `Jackson`, - CustomerAddress: `164 Wall Street, Huston, USA, 70190`, - Salesperson: `Nancy Watson`, - OrderID: 1222, - OrderDate: `3/15/2022`, - ProductID: 140, - ProductName: `IPad`, - UnitPrice: 20540.74, - Quantity: 3, - ExtendedPrice: 61622.22, - Freight: 1190.74, - Discontinued: false, - Region: `West`, - Address: `164 Wall Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 70190 - }), - new InvoicesDataItem( - { - ShipName: `Black Home`, - ShipAddress: `118 Main Street`, - ShipCity: `Huston`, - ShipPostalCode: 60126, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1134, - CustomerName: `Ben Black`, - CustomerFirstName: `Ben`, - CustomerLastName: `Black`, - CustomerAddress: `118 Main Street, Huston, USA, 60126`, - Salesperson: `Pamela Jefferson`, - OrderID: 1888, - OrderDate: `7/3/2022`, - ProductID: 133, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 25970.39, - Quantity: 2, - ExtendedPrice: 51940.78, - Freight: 1110.39, - Discontinued: false, - Region: `North East`, - Address: `118 Main Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 60126 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Estate`, - ShipAddress: `145 Wall Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 50093, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1135, - CustomerName: `James Jefferson`, - CustomerFirstName: `James`, - CustomerLastName: `Jefferson`, - CustomerAddress: `145 Wall Street, Philadelphia, USA, 50093`, - Salesperson: `Nancy Jefferson`, - OrderID: 1661, - OrderDate: `5/14/2022`, - ProductID: 199, - ProductName: `Mac Book Air`, - UnitPrice: 12190.38, - Quantity: 2, - ExtendedPrice: 24380.76, - Freight: 1670.38, - Discontinued: false, - Region: `North East`, - Address: `145 Wall Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 50093 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Home`, - ShipAddress: `174 Wall Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 70094, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1136, - CustomerName: `Ben Jefferson`, - CustomerFirstName: `Ben`, - CustomerLastName: `Jefferson`, - CustomerAddress: `174 Wall Street, Los Angeles, USA, 70094`, - Salesperson: `Max Madison`, - OrderID: 1495, - OrderDate: `1/19/2022`, - ProductID: 188, - ProductName: `Mac Book Pro`, - UnitPrice: 18310.54, - Quantity: 5, - ExtendedPrice: 91552.7, - Freight: 810.54, - Discontinued: false, - Region: `West`, - Address: `174 Wall Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 70094 - }), - new InvoicesDataItem( - { - ShipName: `Watson Market`, - ShipAddress: `146 Wall Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 90093, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1137, - CustomerName: `Martin Watson`, - CustomerFirstName: `Martin`, - CustomerLastName: `Watson`, - CustomerAddress: `146 Wall Street, Philadelphia, USA, 90093`, - Salesperson: `Mike Smith`, - OrderID: 1649, - OrderDate: `1/4/2022`, - ProductID: 171, - ProductName: `Mac Book Air`, - UnitPrice: 6400.45, - Quantity: 3, - ExtendedPrice: 19201.35, - Freight: 220.45, - Discontinued: false, - Region: `West`, - Address: `146 Wall Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 90093 - }), - new InvoicesDataItem( - { - ShipName: `Smith Estate`, - ShipAddress: `181 Main Street`, - ShipCity: `Miami`, - ShipPostalCode: 80117, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1138, - CustomerName: `Martin Smith`, - CustomerFirstName: `Martin`, - CustomerLastName: `Smith`, - CustomerAddress: `181 Main Street, Miami, USA, 80117`, - Salesperson: `Mike Black`, - OrderID: 1152, - OrderDate: `5/12/2022`, - ProductID: 172, - ProductName: `Mac Book Pro`, - UnitPrice: 26760.58, - Quantity: 5, - ExtendedPrice: 133802.9, - Freight: 1480.58, - Discontinued: false, - Region: `West`, - Address: `181 Main Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 80117 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Market`, - ShipAddress: `183 Wall Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 70191, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1139, - CustomerName: `Mike Jefferson`, - CustomerFirstName: `Mike`, - CustomerLastName: `Jefferson`, - CustomerAddress: `183 Wall Street, Philadelphia, USA, 70191`, - Salesperson: `Nancy Jefferson`, - OrderID: 1471, - OrderDate: `5/19/2022`, - ProductID: 119, - ProductName: `Mac Book Pro`, - UnitPrice: 22030.88, - Quantity: 5, - ExtendedPrice: 110154.4, - Freight: 990.88, - Discontinued: true, - Region: `West`, - Address: `183 Wall Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 70191 - }), - new InvoicesDataItem( - { - ShipName: `Madison Estate`, - ShipAddress: `100 Wall Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 80082, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1140, - CustomerName: `Pamela Madison`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Madison`, - CustomerAddress: `100 Wall Street, Philadelphia, USA, 80082`, - Salesperson: `Max Madison`, - OrderID: 1793, - OrderDate: `3/16/2022`, - ProductID: 158, - ProductName: `Mac Book Pro`, - UnitPrice: 20230.42, - Quantity: 3, - ExtendedPrice: 60691.26, - Freight: 1990.42, - Discontinued: false, - Region: `West`, - Address: `100 Wall Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 80082 - }), - new InvoicesDataItem( - { - ShipName: `Black Market`, - ShipAddress: `173 Market Street`, - ShipCity: `New York`, - ShipPostalCode: 90155, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1141, - CustomerName: `Pamela Black`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Black`, - CustomerAddress: `173 Market Street, New York, USA, 90155`, - Salesperson: `Pamela Black`, - OrderID: 1928, - OrderDate: `8/24/2022`, - ProductID: 114, - ProductName: `Mac Book Air`, - UnitPrice: 24460.68, - Quantity: 2, - ExtendedPrice: 48921.36, - Freight: 1840.68, - Discontinued: false, - Region: `West`, - Address: `173 Market Street`, - City: `New York`, - Country: `USA`, - PostalCode: 90155 - }), - new InvoicesDataItem( - { - ShipName: `Smith Townhouse`, - ShipAddress: `171 Market Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 60087, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1142, - CustomerName: `James Smith`, - CustomerFirstName: `James`, - CustomerLastName: `Smith`, - CustomerAddress: `171 Market Street, Philadelphia, USA, 60087`, - Salesperson: `Pamela Madison`, - OrderID: 1027, - OrderDate: `1/25/2022`, - ProductID: 145, - ProductName: `Samsung Note`, - UnitPrice: 6010.73, - Quantity: 3, - ExtendedPrice: 18032.19, - Freight: 1860.73, - Discontinued: false, - Region: `West`, - Address: `171 Market Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 60087 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Townhouse`, - ShipAddress: `175 Wall Street`, - ShipCity: `Huston`, - ShipPostalCode: 60122, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1143, - CustomerName: `Mike Jackson`, - CustomerFirstName: `Mike`, - CustomerLastName: `Jackson`, - CustomerAddress: `175 Wall Street, Huston, USA, 60122`, - Salesperson: `Pamela Jackson`, - OrderID: 1700, - OrderDate: `12/10/2022`, - ProductID: 150, - ProductName: `Mac Book Pro`, - UnitPrice: 22030.36, - Quantity: 2, - ExtendedPrice: 44060.72, - Freight: 940.36, - Discontinued: false, - Region: `West`, - Address: `175 Wall Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 60122 - }), - new InvoicesDataItem( - { - ShipName: `Smith Townhouse`, - ShipAddress: `174 Main Street`, - ShipCity: `Miami`, - ShipPostalCode: 90071, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1144, - CustomerName: `Max Smith`, - CustomerFirstName: `Max`, - CustomerLastName: `Smith`, - CustomerAddress: `174 Main Street, Miami, USA, 90071`, - Salesperson: `Mike Jackson`, - OrderID: 1769, - OrderDate: `2/20/2022`, - ProductID: 183, - ProductName: `Mac Book Air`, - UnitPrice: 25890.72, - Quantity: 3, - ExtendedPrice: 77672.16, - Freight: 1540.72, - Discontinued: false, - Region: `West`, - Address: `174 Main Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 90071 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Estate`, - ShipAddress: `100 Market Street`, - ShipCity: `Huston`, - ShipPostalCode: 90059, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1145, - CustomerName: `Martin Jefferson`, - CustomerFirstName: `Martin`, - CustomerLastName: `Jefferson`, - CustomerAddress: `100 Market Street, Huston, USA, 90059`, - Salesperson: `Max Jefferson`, - OrderID: 1835, - OrderDate: `5/15/2022`, - ProductID: 142, - ProductName: `Samsung Note`, - UnitPrice: 28310.48, - Quantity: 3, - ExtendedPrice: 84931.44, - Freight: 2000.48, - Discontinued: false, - Region: `West`, - Address: `100 Market Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 90059 - }), - new InvoicesDataItem( - { - ShipName: `Madison Townhouse`, - ShipAddress: `120 Market Street`, - ShipCity: `Miami`, - ShipPostalCode: 90120, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1146, - CustomerName: `Ben Madison`, - CustomerFirstName: `Ben`, - CustomerLastName: `Madison`, - CustomerAddress: `120 Market Street, Miami, USA, 90120`, - Salesperson: `Max Jefferson`, - OrderID: 1787, - OrderDate: `5/16/2022`, - ProductID: 104, - ProductName: `IPad`, - UnitPrice: 8410.44, - Quantity: 2, - ExtendedPrice: 16820.88, - Freight: 1620.44, - Discontinued: false, - Region: `West`, - Address: `120 Market Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 90120 - }), - new InvoicesDataItem( - { - ShipName: `Watson Estate`, - ShipAddress: `163 Wall Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 80132, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1147, - CustomerName: `Pamela Watson`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Watson`, - CustomerAddress: `163 Wall Street, Los Angeles, USA, 80132`, - Salesperson: `Pamela Watson`, - OrderID: 1026, - OrderDate: `7/10/2022`, - ProductID: 130, - ProductName: `Samsung Note`, - UnitPrice: 13650.42, - Quantity: 3, - ExtendedPrice: 40951.26, - Freight: 750.42, - Discontinued: false, - Region: `West`, - Address: `163 Wall Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 80132 - }), - new InvoicesDataItem( - { - ShipName: `Black Home`, - ShipAddress: `169 Wall Street`, - ShipCity: `Huston`, - ShipPostalCode: 90138, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1148, - CustomerName: `Ben Black`, - CustomerFirstName: `Ben`, - CustomerLastName: `Black`, - CustomerAddress: `169 Wall Street, Huston, USA, 90138`, - Salesperson: `Anna Smith`, - OrderID: 1805, - OrderDate: `1/6/2022`, - ProductID: 126, - ProductName: `Samsung Note`, - UnitPrice: 29130.32, - Quantity: 4, - ExtendedPrice: 116521.28, - Freight: 800.32, - Discontinued: false, - Region: `West`, - Address: `169 Wall Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 90138 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Townhouse`, - ShipAddress: `167 Market Street`, - ShipCity: `Miami`, - ShipPostalCode: 60152, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1149, - CustomerName: `Max Jefferson`, - CustomerFirstName: `Max`, - CustomerLastName: `Jefferson`, - CustomerAddress: `167 Market Street, Miami, USA, 60152`, - Salesperson: `Ben Jackson`, - OrderID: 1292, - OrderDate: `10/3/2022`, - ProductID: 178, - ProductName: `IPhone`, - UnitPrice: 9150.64, - Quantity: 5, - ExtendedPrice: 45753.2, - Freight: 1530.64, - Discontinued: true, - Region: `North East`, - Address: `167 Market Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 60152 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Home`, - ShipAddress: `194 Wall Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 80133, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1150, - CustomerName: `Nancy Jackson`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Jackson`, - CustomerAddress: `194 Wall Street, Philadelphia, USA, 80133`, - Salesperson: `Martin Watson`, - OrderID: 1240, - OrderDate: `10/14/2022`, - ProductID: 128, - ProductName: `IPhone`, - UnitPrice: 22900.38, - Quantity: 5, - ExtendedPrice: 114501.9, - Freight: 1500.38, - Discontinued: false, - Region: `North East`, - Address: `194 Wall Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 80133 - }), - new InvoicesDataItem( - { - ShipName: `Smith Home`, - ShipAddress: `168 Wall Street`, - ShipCity: `New York`, - ShipPostalCode: 60104, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1151, - CustomerName: `James Smith`, - CustomerFirstName: `James`, - CustomerLastName: `Smith`, - CustomerAddress: `168 Wall Street, New York, USA, 60104`, - Salesperson: `Martin Madison`, - OrderID: 1307, - OrderDate: `5/19/2022`, - ProductID: 109, - ProductName: `Samsung Note`, - UnitPrice: 18330.33, - Quantity: 5, - ExtendedPrice: 91651.65, - Freight: 1960.33, - Discontinued: false, - Region: `North East`, - Address: `168 Wall Street`, - City: `New York`, - Country: `USA`, - PostalCode: 60104 - }), - new InvoicesDataItem( - { - ShipName: `Madison Market`, - ShipAddress: `122 Market Street`, - ShipCity: `New York`, - ShipPostalCode: 60149, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1152, - CustomerName: `Nancy Madison`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Madison`, - CustomerAddress: `122 Market Street, New York, USA, 60149`, - Salesperson: `Mike Madison`, - OrderID: 1360, - OrderDate: `11/2/2022`, - ProductID: 141, - ProductName: `Mac Book Pro`, - UnitPrice: 8620.6, - Quantity: 2, - ExtendedPrice: 17241.2, - Freight: 950.6, - Discontinued: false, - Region: `South East`, - Address: `122 Market Street`, - City: `New York`, - Country: `USA`, - PostalCode: 60149 - }), - new InvoicesDataItem( - { - ShipName: `Black Home`, - ShipAddress: `147 Main Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 80098, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Speedy Express`, - CustomerID: 1153, - CustomerName: `Pamela Black`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Black`, - CustomerAddress: `147 Main Street, Philadelphia, USA, 80098`, - Salesperson: `James Black`, - OrderID: 1445, - OrderDate: `11/2/2022`, - ProductID: 151, - ProductName: `Samsung Note`, - UnitPrice: 27180.5, - Quantity: 2, - ExtendedPrice: 54361, - Freight: 790.5, - Discontinued: false, - Region: `South East`, - Address: `147 Main Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 80098 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Estate`, - ShipAddress: `113 Wall Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 90111, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1154, - CustomerName: `Martin Jackson`, - CustomerFirstName: `Martin`, - CustomerLastName: `Jackson`, - CustomerAddress: `113 Wall Street, Los Angeles, USA, 90111`, - Salesperson: `Anna Jackson`, - OrderID: 1014, - OrderDate: `1/24/2022`, - ProductID: 185, - ProductName: `Mac Book Air`, - UnitPrice: 14760.63, - Quantity: 2, - ExtendedPrice: 29521.26, - Freight: 1520.63, - Discontinued: false, - Region: `West`, - Address: `113 Wall Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 90111 - }), - new InvoicesDataItem( - { - ShipName: `Smith Estate`, - ShipAddress: `154 Wall Street`, - ShipCity: `Huston`, - ShipPostalCode: 60050, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1155, - CustomerName: `Nancy Smith`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Smith`, - CustomerAddress: `154 Wall Street, Huston, USA, 60050`, - Salesperson: `Nancy Smith`, - OrderID: 1845, - OrderDate: `4/8/2022`, - ProductID: 105, - ProductName: `IPad`, - UnitPrice: 22600.77, - Quantity: 4, - ExtendedPrice: 90403.08, - Freight: 670.77, - Discontinued: false, - Region: `North East`, - Address: `154 Wall Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 60050 - }), - new InvoicesDataItem( - { - ShipName: `Black Townhouse`, - ShipAddress: `188 Main Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 80121, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1156, - CustomerName: `James Black`, - CustomerFirstName: `James`, - CustomerLastName: `Black`, - CustomerAddress: `188 Main Street, Philadelphia, USA, 80121`, - Salesperson: `Martin Jefferson`, - OrderID: 1587, - OrderDate: `5/13/2022`, - ProductID: 174, - ProductName: `Samsung Note`, - UnitPrice: 17020.74, - Quantity: 2, - ExtendedPrice: 34041.48, - Freight: 1490.74, - Discontinued: false, - Region: `West`, - Address: `188 Main Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 80121 - }), - new InvoicesDataItem( - { - ShipName: `Smith Home`, - ShipAddress: `181 Wall Street`, - ShipCity: `Huston`, - ShipPostalCode: 90097, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1157, - CustomerName: `Anna Smith`, - CustomerFirstName: `Anna`, - CustomerLastName: `Smith`, - CustomerAddress: `181 Wall Street, Huston, USA, 90097`, - Salesperson: `Anna Madison`, - OrderID: 1706, - OrderDate: `5/22/2022`, - ProductID: 112, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 21780.43, - Quantity: 3, - ExtendedPrice: 65341.29, - Freight: 1650.43, - Discontinued: false, - Region: `North East`, - Address: `181 Wall Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 90097 - }), - new InvoicesDataItem( - { - ShipName: `Smith Estate`, - ShipAddress: `171 Wall Street`, - ShipCity: `Miami`, - ShipPostalCode: 50118, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1158, - CustomerName: `James Smith`, - CustomerFirstName: `James`, - CustomerLastName: `Smith`, - CustomerAddress: `171 Wall Street, Miami, USA, 50118`, - Salesperson: `Max Smith`, - OrderID: 1335, - OrderDate: `6/16/2022`, - ProductID: 116, - ProductName: `IPad`, - UnitPrice: 7560.43, - Quantity: 3, - ExtendedPrice: 22681.29, - Freight: 1140.43, - Discontinued: false, - Region: `West`, - Address: `171 Wall Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 50118 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Estate`, - ShipAddress: `193 Market Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 70176, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1159, - CustomerName: `Ben Jackson`, - CustomerFirstName: `Ben`, - CustomerLastName: `Jackson`, - CustomerAddress: `193 Market Street, Philadelphia, USA, 70176`, - Salesperson: `Martin Black`, - OrderID: 1003, - OrderDate: `9/11/2022`, - ProductID: 170, - ProductName: `IPhone`, - UnitPrice: 15510.7, - Quantity: 5, - ExtendedPrice: 77553.5, - Freight: 200.7, - Discontinued: true, - Region: `West`, - Address: `193 Market Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 70176 - }), - new InvoicesDataItem( - { - ShipName: `Madison Home`, - ShipAddress: `125 Market Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 80142, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1160, - CustomerName: `Ben Madison`, - CustomerFirstName: `Ben`, - CustomerLastName: `Madison`, - CustomerAddress: `125 Market Street, Philadelphia, USA, 80142`, - Salesperson: `Martin Madison`, - OrderID: 1723, - OrderDate: `3/14/2022`, - ProductID: 179, - ProductName: `IPhone`, - UnitPrice: 14760.6, - Quantity: 3, - ExtendedPrice: 44281.8, - Freight: 1650.6, - Discontinued: false, - Region: `West`, - Address: `125 Market Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 80142 - }), - new InvoicesDataItem( - { - ShipName: `Smith Estate`, - ShipAddress: `128 Main Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 70111, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Speedy Express`, - CustomerID: 1161, - CustomerName: `Anna Smith`, - CustomerFirstName: `Anna`, - CustomerLastName: `Smith`, - CustomerAddress: `128 Main Street, Philadelphia, USA, 70111`, - Salesperson: `Max Jackson`, - OrderID: 1810, - OrderDate: `1/18/2022`, - ProductID: 117, - ProductName: `IPad`, - UnitPrice: 19620.55, - Quantity: 5, - ExtendedPrice: 98102.75, - Freight: 1030.55, - Discontinued: false, - Region: `South East`, - Address: `128 Main Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 70111 - }), - new InvoicesDataItem( - { - ShipName: `Madison Estate`, - ShipAddress: `131 Wall Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 90058, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1162, - CustomerName: `Max Madison`, - CustomerFirstName: `Max`, - CustomerLastName: `Madison`, - CustomerAddress: `131 Wall Street, Philadelphia, USA, 90058`, - Salesperson: `Pamela Madison`, - OrderID: 1224, - OrderDate: `2/2/2022`, - ProductID: 108, - ProductName: `Mac Book Air`, - UnitPrice: 9130.21, - Quantity: 2, - ExtendedPrice: 18260.42, - Freight: 1110.21, - Discontinued: false, - Region: `West`, - Address: `131 Wall Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 90058 - }), - new InvoicesDataItem( - { - ShipName: `Watson Market`, - ShipAddress: `145 Main Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 50176, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Speedy Express`, - CustomerID: 1163, - CustomerName: `James Watson`, - CustomerFirstName: `James`, - CustomerLastName: `Watson`, - CustomerAddress: `145 Main Street, Philadelphia, USA, 50176`, - Salesperson: `Mike Smith`, - OrderID: 1265, - OrderDate: `4/22/2022`, - ProductID: 147, - ProductName: `IPhone`, - UnitPrice: 15210.29, - Quantity: 2, - ExtendedPrice: 30420.58, - Freight: 1470.29, - Discontinued: false, - Region: `South East`, - Address: `145 Main Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 50176 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Estate`, - ShipAddress: `123 Main Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 90058, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1164, - CustomerName: `Ben Jefferson`, - CustomerFirstName: `Ben`, - CustomerLastName: `Jefferson`, - CustomerAddress: `123 Main Street, Philadelphia, USA, 90058`, - Salesperson: `Martin Watson`, - OrderID: 1428, - OrderDate: `9/14/2022`, - ProductID: 195, - ProductName: `Samsung Note`, - UnitPrice: 6440.36, - Quantity: 4, - ExtendedPrice: 25761.44, - Freight: 350.36, - Discontinued: false, - Region: `West`, - Address: `123 Main Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 90058 - }), - new InvoicesDataItem( - { - ShipName: `Watson Townhouse`, - ShipAddress: `148 Wall Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 60161, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1165, - CustomerName: `Ben Watson`, - CustomerFirstName: `Ben`, - CustomerLastName: `Watson`, - CustomerAddress: `148 Wall Street, Los Angeles, USA, 60161`, - Salesperson: `Nancy Black`, - OrderID: 1367, - OrderDate: `9/1/2022`, - ProductID: 196, - ProductName: `Mac Book Pro`, - UnitPrice: 26990.25, - Quantity: 4, - ExtendedPrice: 107961, - Freight: 950.25, - Discontinued: false, - Region: `West`, - Address: `148 Wall Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 60161 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Home`, - ShipAddress: `151 Main Street`, - ShipCity: `New York`, - ShipPostalCode: 90156, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1166, - CustomerName: `James Jefferson`, - CustomerFirstName: `James`, - CustomerLastName: `Jefferson`, - CustomerAddress: `151 Main Street, New York, USA, 90156`, - Salesperson: `Ben Smith`, - OrderID: 1812, - OrderDate: `6/23/2022`, - ProductID: 182, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 6230.76, - Quantity: 5, - ExtendedPrice: 31153.8, - Freight: 920.76, - Discontinued: false, - Region: `West`, - Address: `151 Main Street`, - City: `New York`, - Country: `USA`, - PostalCode: 90156 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Townhouse`, - ShipAddress: `128 Main Street`, - ShipCity: `New York`, - ShipPostalCode: 90073, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1167, - CustomerName: `Pamela Jackson`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Jackson`, - CustomerAddress: `128 Main Street, New York, USA, 90073`, - Salesperson: `Nancy Madison`, - OrderID: 1121, - OrderDate: `3/25/2022`, - ProductID: 166, - ProductName: `Mac Book Air`, - UnitPrice: 8360.33, - Quantity: 3, - ExtendedPrice: 25080.99, - Freight: 1870.33, - Discontinued: false, - Region: `South East`, - Address: `128 Main Street`, - City: `New York`, - Country: `USA`, - PostalCode: 90073 - }), - new InvoicesDataItem( - { - ShipName: `Black Market`, - ShipAddress: `109 Wall Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 70139, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1168, - CustomerName: `Mike Black`, - CustomerFirstName: `Mike`, - CustomerLastName: `Black`, - CustomerAddress: `109 Wall Street, Philadelphia, USA, 70139`, - Salesperson: `James Jefferson`, - OrderID: 1086, - OrderDate: `11/22/2022`, - ProductID: 192, - ProductName: `IPhone`, - UnitPrice: 13050.45, - Quantity: 4, - ExtendedPrice: 52201.8, - Freight: 1850.45, - Discontinued: false, - Region: `North East`, - Address: `109 Wall Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 70139 - }), - new InvoicesDataItem( - { - ShipName: `Smith Home`, - ShipAddress: `196 Wall Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 60096, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Federal Shipping`, - CustomerID: 1169, - CustomerName: `Anna Smith`, - CustomerFirstName: `Anna`, - CustomerLastName: `Smith`, - CustomerAddress: `196 Wall Street, Los Angeles, USA, 60096`, - Salesperson: `Mike Watson`, - OrderID: 1859, - OrderDate: `8/11/2022`, - ProductID: 157, - ProductName: `IPhone`, - UnitPrice: 14950.2, - Quantity: 5, - ExtendedPrice: 74751, - Freight: 1140.2, - Discontinued: true, - Region: `South East`, - Address: `196 Wall Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 60096 - }), - new InvoicesDataItem( - { - ShipName: `Watson Townhouse`, - ShipAddress: `101 Market Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 90111, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Speedy Express`, - CustomerID: 1170, - CustomerName: `James Watson`, - CustomerFirstName: `James`, - CustomerLastName: `Watson`, - CustomerAddress: `101 Market Street, Philadelphia, USA, 90111`, - Salesperson: `Mike Madison`, - OrderID: 1952, - OrderDate: `7/19/2022`, - ProductID: 152, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 29810.56, - Quantity: 4, - ExtendedPrice: 119242.24, - Freight: 470.56, - Discontinued: false, - Region: `South East`, - Address: `101 Market Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 90111 - }), - new InvoicesDataItem( - { - ShipName: `Madison Estate`, - ShipAddress: `147 Main Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 90157, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1171, - CustomerName: `Max Madison`, - CustomerFirstName: `Max`, - CustomerLastName: `Madison`, - CustomerAddress: `147 Main Street, Los Angeles, USA, 90157`, - Salesperson: `Ben Black`, - OrderID: 1351, - OrderDate: `5/22/2022`, - ProductID: 180, - ProductName: `Samsung Note`, - UnitPrice: 13470.4, - Quantity: 5, - ExtendedPrice: 67352, - Freight: 1610.4, - Discontinued: false, - Region: `West`, - Address: `147 Main Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 90157 - }), - new InvoicesDataItem( - { - ShipName: `Smith Townhouse`, - ShipAddress: `195 Market Street`, - ShipCity: `Huston`, - ShipPostalCode: 80071, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Speedy Express`, - CustomerID: 1172, - CustomerName: `Anna Smith`, - CustomerFirstName: `Anna`, - CustomerLastName: `Smith`, - CustomerAddress: `195 Market Street, Huston, USA, 80071`, - Salesperson: `Pamela Jefferson`, - OrderID: 1371, - OrderDate: `12/9/2022`, - ProductID: 105, - ProductName: `Mac Book Pro`, - UnitPrice: 19040.72, - Quantity: 4, - ExtendedPrice: 76162.88, - Freight: 1480.72, - Discontinued: false, - Region: `South East`, - Address: `195 Market Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 80071 - }), - new InvoicesDataItem( - { - ShipName: `Black Townhouse`, - ShipAddress: `184 Market Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 90197, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1173, - CustomerName: `Martin Black`, - CustomerFirstName: `Martin`, - CustomerLastName: `Black`, - CustomerAddress: `184 Market Street, Los Angeles, USA, 90197`, - Salesperson: `Martin Watson`, - OrderID: 1537, - OrderDate: `4/3/2022`, - ProductID: 137, - ProductName: `IPhone`, - UnitPrice: 25370.79, - Quantity: 2, - ExtendedPrice: 50741.58, - Freight: 1980.79, - Discontinued: false, - Region: `North East`, - Address: `184 Market Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 90197 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Estate`, - ShipAddress: `102 Market Street`, - ShipCity: `Huston`, - ShipPostalCode: 70185, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1174, - CustomerName: `Ben Jackson`, - CustomerFirstName: `Ben`, - CustomerLastName: `Jackson`, - CustomerAddress: `102 Market Street, Huston, USA, 70185`, - Salesperson: `Ben Jackson`, - OrderID: 1378, - OrderDate: `7/6/2022`, - ProductID: 182, - ProductName: `Mac Book Pro`, - UnitPrice: 19620.84, - Quantity: 2, - ExtendedPrice: 39241.68, - Freight: 730.84, - Discontinued: false, - Region: `North East`, - Address: `102 Market Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 70185 - }), - new InvoicesDataItem( - { - ShipName: `Watson Market`, - ShipAddress: `192 Wall Street`, - ShipCity: `Huston`, - ShipPostalCode: 60144, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1175, - CustomerName: `Nancy Watson`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Watson`, - CustomerAddress: `192 Wall Street, Huston, USA, 60144`, - Salesperson: `Martin Jefferson`, - OrderID: 1350, - OrderDate: `10/23/2022`, - ProductID: 138, - ProductName: `IPad`, - UnitPrice: 26010.88, - Quantity: 2, - ExtendedPrice: 52021.76, - Freight: 260.88, - Discontinued: false, - Region: `North East`, - Address: `192 Wall Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 60144 - }), - new InvoicesDataItem( - { - ShipName: `Black Home`, - ShipAddress: `114 Main Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 70079, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Speedy Express`, - CustomerID: 1176, - CustomerName: `Ben Black`, - CustomerFirstName: `Ben`, - CustomerLastName: `Black`, - CustomerAddress: `114 Main Street, Philadelphia, USA, 70079`, - Salesperson: `Anna Watson`, - OrderID: 1889, - OrderDate: `8/21/2022`, - ProductID: 146, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 23970.6, - Quantity: 3, - ExtendedPrice: 71911.8, - Freight: 1870.6, - Discontinued: false, - Region: `North East`, - Address: `114 Main Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 70079 - }), - new InvoicesDataItem( - { - ShipName: `Madison Townhouse`, - ShipAddress: `199 Wall Street`, - ShipCity: `Miami`, - ShipPostalCode: 90182, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Federal Shipping`, - CustomerID: 1177, - CustomerName: `Nancy Madison`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Madison`, - CustomerAddress: `199 Wall Street, Miami, USA, 90182`, - Salesperson: `Anna Madison`, - OrderID: 1285, - OrderDate: `3/12/2022`, - ProductID: 146, - ProductName: `Samsung Note`, - UnitPrice: 13660.54, - Quantity: 2, - ExtendedPrice: 27321.08, - Freight: 1870.54, - Discontinued: false, - Region: `South East`, - Address: `199 Wall Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 90182 - }), - new InvoicesDataItem( - { - ShipName: `Madison Townhouse`, - ShipAddress: `141 Market Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 80097, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1178, - CustomerName: `Pamela Madison`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Madison`, - CustomerAddress: `141 Market Street, Philadelphia, USA, 80097`, - Salesperson: `Pamela Watson`, - OrderID: 1886, - OrderDate: `8/1/2022`, - ProductID: 107, - ProductName: `Mac Book Pro`, - UnitPrice: 11630.46, - Quantity: 4, - ExtendedPrice: 46521.84, - Freight: 1530.46, - Discontinued: false, - Region: `North East`, - Address: `141 Market Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 80097 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Market`, - ShipAddress: `168 Main Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 80162, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1179, - CustomerName: `Max Jefferson`, - CustomerFirstName: `Max`, - CustomerLastName: `Jefferson`, - CustomerAddress: `168 Main Street, Los Angeles, USA, 80162`, - Salesperson: `Mike Jackson`, - OrderID: 1009, - OrderDate: `4/7/2022`, - ProductID: 149, - ProductName: `IPad`, - UnitPrice: 16960.32, - Quantity: 3, - ExtendedPrice: 50880.96, - Freight: 1510.32, - Discontinued: true, - Region: `North East`, - Address: `168 Main Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 80162 - }), - new InvoicesDataItem( - { - ShipName: `Smith Home`, - ShipAddress: `100 Market Street`, - ShipCity: `Miami`, - ShipPostalCode: 80063, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Federal Shipping`, - CustomerID: 1180, - CustomerName: `Martin Smith`, - CustomerFirstName: `Martin`, - CustomerLastName: `Smith`, - CustomerAddress: `100 Market Street, Miami, USA, 80063`, - Salesperson: `Nancy Smith`, - OrderID: 1046, - OrderDate: `10/21/2022`, - ProductID: 123, - ProductName: `IPad`, - UnitPrice: 19360.67, - Quantity: 3, - ExtendedPrice: 58082.01, - Freight: 1510.67, - Discontinued: false, - Region: `South East`, - Address: `100 Market Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 80063 - }), - new InvoicesDataItem( - { - ShipName: `Madison Home`, - ShipAddress: `145 Market Street`, - ShipCity: `Huston`, - ShipPostalCode: 90152, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Speedy Express`, - CustomerID: 1181, - CustomerName: `Anna Madison`, - CustomerFirstName: `Anna`, - CustomerLastName: `Madison`, - CustomerAddress: `145 Market Street, Huston, USA, 90152`, - Salesperson: `Max Watson`, - OrderID: 1593, - OrderDate: `11/17/2022`, - ProductID: 169, - ProductName: `Samsung Note`, - UnitPrice: 28870.27, - Quantity: 5, - ExtendedPrice: 144351.35, - Freight: 1430.27, - Discontinued: false, - Region: `North East`, - Address: `145 Market Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 90152 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Estate`, - ShipAddress: `154 Main Street`, - ShipCity: `Miami`, - ShipPostalCode: 90080, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Federal Shipping`, - CustomerID: 1182, - CustomerName: `Ben Jackson`, - CustomerFirstName: `Ben`, - CustomerLastName: `Jackson`, - CustomerAddress: `154 Main Street, Miami, USA, 90080`, - Salesperson: `Nancy Jefferson`, - OrderID: 1234, - OrderDate: `3/21/2022`, - ProductID: 111, - ProductName: `IPad`, - UnitPrice: 16610.78, - Quantity: 2, - ExtendedPrice: 33221.56, - Freight: 1350.78, - Discontinued: false, - Region: `South East`, - Address: `154 Main Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 90080 - }), - new InvoicesDataItem( - { - ShipName: `Smith Market`, - ShipAddress: `166 Market Street`, - ShipCity: `Huston`, - ShipPostalCode: 70090, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1183, - CustomerName: `Anna Smith`, - CustomerFirstName: `Anna`, - CustomerLastName: `Smith`, - CustomerAddress: `166 Market Street, Huston, USA, 70090`, - Salesperson: `Ben Watson`, - OrderID: 1362, - OrderDate: `5/2/2022`, - ProductID: 122, - ProductName: `Mac Book Air`, - UnitPrice: 6870.64, - Quantity: 4, - ExtendedPrice: 27482.56, - Freight: 750.64, - Discontinued: false, - Region: `North East`, - Address: `166 Market Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 70090 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Estate`, - ShipAddress: `180 Market Street`, - ShipCity: `Miami`, - ShipPostalCode: 90169, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1184, - CustomerName: `Pamela Jefferson`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Jefferson`, - CustomerAddress: `180 Market Street, Miami, USA, 90169`, - Salesperson: `Pamela Black`, - OrderID: 1698, - OrderDate: `1/18/2022`, - ProductID: 129, - ProductName: `IPad`, - UnitPrice: 10960.71, - Quantity: 5, - ExtendedPrice: 54803.55, - Freight: 1530.71, - Discontinued: false, - Region: `West`, - Address: `180 Market Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 90169 - }), - new InvoicesDataItem( - { - ShipName: `Madison Estate`, - ShipAddress: `169 Main Street`, - ShipCity: `Huston`, - ShipPostalCode: 50114, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1185, - CustomerName: `Nancy Madison`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Madison`, - CustomerAddress: `169 Main Street, Huston, USA, 50114`, - Salesperson: `Martin Smith`, - OrderID: 1458, - OrderDate: `6/15/2022`, - ProductID: 183, - ProductName: `IPhone`, - UnitPrice: 16380.23, - Quantity: 2, - ExtendedPrice: 32760.46, - Freight: 1990.23, - Discontinued: false, - Region: `West`, - Address: `169 Main Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 50114 - }), - new InvoicesDataItem( - { - ShipName: `Madison Estate`, - ShipAddress: `132 Market Street`, - ShipCity: `Miami`, - ShipPostalCode: 90064, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1186, - CustomerName: `Max Madison`, - CustomerFirstName: `Max`, - CustomerLastName: `Madison`, - CustomerAddress: `132 Market Street, Miami, USA, 90064`, - Salesperson: `Nancy Jackson`, - OrderID: 1563, - OrderDate: `6/17/2022`, - ProductID: 193, - ProductName: `Samsung Note`, - UnitPrice: 25940.61, - Quantity: 4, - ExtendedPrice: 103762.44, - Freight: 970.61, - Discontinued: false, - Region: `West`, - Address: `132 Market Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 90064 - }), - new InvoicesDataItem( - { - ShipName: `Madison Market`, - ShipAddress: `107 Wall Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 50110, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Speedy Express`, - CustomerID: 1187, - CustomerName: `Martin Madison`, - CustomerFirstName: `Martin`, - CustomerLastName: `Madison`, - CustomerAddress: `107 Wall Street, Los Angeles, USA, 50110`, - Salesperson: `Nancy Jefferson`, - OrderID: 1934, - OrderDate: `6/5/2022`, - ProductID: 110, - ProductName: `Samsung Note`, - UnitPrice: 5360.47, - Quantity: 3, - ExtendedPrice: 16081.41, - Freight: 1680.47, - Discontinued: false, - Region: `North East`, - Address: `107 Wall Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 50110 - }), - new InvoicesDataItem( - { - ShipName: `Black Townhouse`, - ShipAddress: `170 Wall Street`, - ShipCity: `New York`, - ShipPostalCode: 50149, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1188, - CustomerName: `Pamela Black`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Black`, - CustomerAddress: `170 Wall Street, New York, USA, 50149`, - Salesperson: `Mike Jefferson`, - OrderID: 1880, - OrderDate: `12/7/2022`, - ProductID: 137, - ProductName: `IPhone`, - UnitPrice: 19560.62, - Quantity: 4, - ExtendedPrice: 78242.48, - Freight: 680.62, - Discontinued: false, - Region: `West`, - Address: `170 Wall Street`, - City: `New York`, - Country: `USA`, - PostalCode: 50149 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Market`, - ShipAddress: `152 Wall Street`, - ShipCity: `New York`, - ShipPostalCode: 50085, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1189, - CustomerName: `Ben Jefferson`, - CustomerFirstName: `Ben`, - CustomerLastName: `Jefferson`, - CustomerAddress: `152 Wall Street, New York, USA, 50085`, - Salesperson: `Anna Jackson`, - OrderID: 1159, - OrderDate: `5/18/2022`, - ProductID: 167, - ProductName: `IPad`, - UnitPrice: 19270.25, - Quantity: 2, - ExtendedPrice: 38540.5, - Freight: 1050.25, - Discontinued: true, - Region: `North East`, - Address: `152 Wall Street`, - City: `New York`, - Country: `USA`, - PostalCode: 50085 - }), - new InvoicesDataItem( - { - ShipName: `Watson Market`, - ShipAddress: `186 Wall Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 60146, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1190, - CustomerName: `Mike Watson`, - CustomerFirstName: `Mike`, - CustomerLastName: `Watson`, - CustomerAddress: `186 Wall Street, Los Angeles, USA, 60146`, - Salesperson: `Nancy Madison`, - OrderID: 1960, - OrderDate: `3/2/2022`, - ProductID: 167, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 22090.53, - Quantity: 3, - ExtendedPrice: 66271.59, - Freight: 1790.53, - Discontinued: false, - Region: `West`, - Address: `186 Wall Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 60146 - }), - new InvoicesDataItem( - { - ShipName: `Madison Estate`, - ShipAddress: `194 Wall Street`, - ShipCity: `New York`, - ShipPostalCode: 50170, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1191, - CustomerName: `Nancy Madison`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Madison`, - CustomerAddress: `194 Wall Street, New York, USA, 50170`, - Salesperson: `Max Watson`, - OrderID: 1658, - OrderDate: `9/1/2022`, - ProductID: 156, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 27450.8, - Quantity: 4, - ExtendedPrice: 109803.2, - Freight: 270.8, - Discontinued: false, - Region: `West`, - Address: `194 Wall Street`, - City: `New York`, - Country: `USA`, - PostalCode: 50170 - }), - new InvoicesDataItem( - { - ShipName: `Smith Townhouse`, - ShipAddress: `172 Main Street`, - ShipCity: `New York`, - ShipPostalCode: 70191, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1192, - CustomerName: `Ben Smith`, - CustomerFirstName: `Ben`, - CustomerLastName: `Smith`, - CustomerAddress: `172 Main Street, New York, USA, 70191`, - Salesperson: `Pamela Madison`, - OrderID: 1225, - OrderDate: `3/22/2022`, - ProductID: 170, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 21150.84, - Quantity: 5, - ExtendedPrice: 105754.2, - Freight: 1230.84, - Discontinued: false, - Region: `West`, - Address: `172 Main Street`, - City: `New York`, - Country: `USA`, - PostalCode: 70191 - }), - new InvoicesDataItem( - { - ShipName: `Black Market`, - ShipAddress: `108 Market Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 70146, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Federal Shipping`, - CustomerID: 1193, - CustomerName: `Mike Black`, - CustomerFirstName: `Mike`, - CustomerLastName: `Black`, - CustomerAddress: `108 Market Street, Los Angeles, USA, 70146`, - Salesperson: `Pamela Black`, - OrderID: 1886, - OrderDate: `8/20/2022`, - ProductID: 126, - ProductName: `IPhone`, - UnitPrice: 6100.73, - Quantity: 2, - ExtendedPrice: 12201.46, - Freight: 1340.73, - Discontinued: false, - Region: `South East`, - Address: `108 Market Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 70146 - }), - new InvoicesDataItem( - { - ShipName: `Watson Market`, - ShipAddress: `109 Wall Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 90083, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1194, - CustomerName: `Max Watson`, - CustomerFirstName: `Max`, - CustomerLastName: `Watson`, - CustomerAddress: `109 Wall Street, Los Angeles, USA, 90083`, - Salesperson: `Max Smith`, - OrderID: 1191, - OrderDate: `5/9/2022`, - ProductID: 179, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 20190.35, - Quantity: 5, - ExtendedPrice: 100951.75, - Freight: 640.35, - Discontinued: false, - Region: `West`, - Address: `109 Wall Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 90083 - }), - new InvoicesDataItem( - { - ShipName: `Smith Market`, - ShipAddress: `121 Market Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 70102, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1195, - CustomerName: `Max Smith`, - CustomerFirstName: `Max`, - CustomerLastName: `Smith`, - CustomerAddress: `121 Market Street, Philadelphia, USA, 70102`, - Salesperson: `Ben Black`, - OrderID: 1051, - OrderDate: `5/21/2022`, - ProductID: 192, - ProductName: `Mac Book Pro`, - UnitPrice: 21730.32, - Quantity: 5, - ExtendedPrice: 108651.6, - Freight: 1030.32, - Discontinued: false, - Region: `North East`, - Address: `121 Market Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 70102 - }), - new InvoicesDataItem( - { - ShipName: `Watson Estate`, - ShipAddress: `104 Wall Street`, - ShipCity: `New York`, - ShipPostalCode: 90066, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Speedy Express`, - CustomerID: 1196, - CustomerName: `Max Watson`, - CustomerFirstName: `Max`, - CustomerLastName: `Watson`, - CustomerAddress: `104 Wall Street, New York, USA, 90066`, - Salesperson: `Ben Watson`, - OrderID: 1385, - OrderDate: `2/2/2022`, - ProductID: 182, - ProductName: `IPad`, - UnitPrice: 26120.45, - Quantity: 4, - ExtendedPrice: 104481.8, - Freight: 1930.45, - Discontinued: false, - Region: `North East`, - Address: `104 Wall Street`, - City: `New York`, - Country: `USA`, - PostalCode: 90066 - }), - new InvoicesDataItem( - { - ShipName: `Madison Townhouse`, - ShipAddress: `126 Market Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 60091, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1197, - CustomerName: `Ben Madison`, - CustomerFirstName: `Ben`, - CustomerLastName: `Madison`, - CustomerAddress: `126 Market Street, Philadelphia, USA, 60091`, - Salesperson: `Anna Madison`, - OrderID: 1675, - OrderDate: `6/22/2022`, - ProductID: 174, - ProductName: `IPad`, - UnitPrice: 13240.35, - Quantity: 4, - ExtendedPrice: 52961.4, - Freight: 890.35, - Discontinued: false, - Region: `South East`, - Address: `126 Market Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 60091 - }), - new InvoicesDataItem( - { - ShipName: `Watson Home`, - ShipAddress: `139 Main Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 70063, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1198, - CustomerName: `Ben Watson`, - CustomerFirstName: `Ben`, - CustomerLastName: `Watson`, - CustomerAddress: `139 Main Street, Los Angeles, USA, 70063`, - Salesperson: `Pamela Black`, - OrderID: 1997, - OrderDate: `11/17/2022`, - ProductID: 200, - ProductName: `IPhone`, - UnitPrice: 8400.83, - Quantity: 5, - ExtendedPrice: 42004.15, - Freight: 1340.83, - Discontinued: false, - Region: `West`, - Address: `139 Main Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 70063 - }), - new InvoicesDataItem( - { - ShipName: `Smith Home`, - ShipAddress: `133 Wall Street`, - ShipCity: `Miami`, - ShipPostalCode: 70071, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Federal Shipping`, - CustomerID: 1199, - CustomerName: `Mike Smith`, - CustomerFirstName: `Mike`, - CustomerLastName: `Smith`, - CustomerAddress: `133 Wall Street, Miami, USA, 70071`, - Salesperson: `James Watson`, - OrderID: 1641, - OrderDate: `11/12/2022`, - ProductID: 147, - ProductName: `Samsung Note`, - UnitPrice: 10150.31, - Quantity: 3, - ExtendedPrice: 30450.93, - Freight: 720.31, - Discontinued: true, - Region: `South East`, - Address: `133 Wall Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 70071 - }), - new InvoicesDataItem( - { - ShipName: `Black Market`, - ShipAddress: `166 Main Street`, - ShipCity: `Miami`, - ShipPostalCode: 60137, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1200, - CustomerName: `Max Black`, - CustomerFirstName: `Max`, - CustomerLastName: `Black`, - CustomerAddress: `166 Main Street, Miami, USA, 60137`, - Salesperson: `Ben Madison`, - OrderID: 1418, - OrderDate: `11/8/2022`, - ProductID: 135, - ProductName: `IPhone`, - UnitPrice: 9410.46, - Quantity: 2, - ExtendedPrice: 18820.92, - Freight: 970.46, - Discontinued: false, - Region: `West`, - Address: `166 Main Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 60137 - }), - new InvoicesDataItem( - { - ShipName: `Smith Townhouse`, - ShipAddress: `143 Main Street`, - ShipCity: `Miami`, - ShipPostalCode: 70069, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1201, - CustomerName: `James Smith`, - CustomerFirstName: `James`, - CustomerLastName: `Smith`, - CustomerAddress: `143 Main Street, Miami, USA, 70069`, - Salesperson: `Anna Watson`, - OrderID: 1545, - OrderDate: `6/24/2022`, - ProductID: 190, - ProductName: `Mac Book Pro`, - UnitPrice: 5030.78, - Quantity: 3, - ExtendedPrice: 15092.34, - Freight: 1630.78, - Discontinued: false, - Region: `North East`, - Address: `143 Main Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 70069 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Townhouse`, - ShipAddress: `106 Wall Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 50097, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1202, - CustomerName: `Max Jackson`, - CustomerFirstName: `Max`, - CustomerLastName: `Jackson`, - CustomerAddress: `106 Wall Street, Los Angeles, USA, 50097`, - Salesperson: `James Jackson`, - OrderID: 1493, - OrderDate: `7/24/2022`, - ProductID: 124, - ProductName: `Samsung Note`, - UnitPrice: 6390.72, - Quantity: 5, - ExtendedPrice: 31953.6, - Freight: 1960.72, - Discontinued: false, - Region: `North East`, - Address: `106 Wall Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 50097 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Townhouse`, - ShipAddress: `143 Market Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 50052, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1203, - CustomerName: `Pamela Jefferson`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Jefferson`, - CustomerAddress: `143 Market Street, Philadelphia, USA, 50052`, - Salesperson: `Mike Jefferson`, - OrderID: 1495, - OrderDate: `2/14/2022`, - ProductID: 179, - ProductName: `Mac Book Pro`, - UnitPrice: 16770.46, - Quantity: 5, - ExtendedPrice: 83852.3, - Freight: 420.46, - Discontinued: false, - Region: `North East`, - Address: `143 Market Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 50052 - }), - new InvoicesDataItem( - { - ShipName: `Smith Estate`, - ShipAddress: `174 Wall Street`, - ShipCity: `New York`, - ShipPostalCode: 60127, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1204, - CustomerName: `Nancy Smith`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Smith`, - CustomerAddress: `174 Wall Street, New York, USA, 60127`, - Salesperson: `Max Watson`, - OrderID: 1123, - OrderDate: `11/20/2022`, - ProductID: 186, - ProductName: `Mac Book Air`, - UnitPrice: 20930.48, - Quantity: 4, - ExtendedPrice: 83721.92, - Freight: 950.48, - Discontinued: false, - Region: `South East`, - Address: `174 Wall Street`, - City: `New York`, - Country: `USA`, - PostalCode: 60127 - }), - new InvoicesDataItem( - { - ShipName: `Madison Market`, - ShipAddress: `123 Wall Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 60111, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1205, - CustomerName: `Pamela Madison`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Madison`, - CustomerAddress: `123 Wall Street, Los Angeles, USA, 60111`, - Salesperson: `Pamela Jefferson`, - OrderID: 1342, - OrderDate: `12/8/2022`, - ProductID: 140, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 27010.34, - Quantity: 3, - ExtendedPrice: 81031.02, - Freight: 1470.34, - Discontinued: false, - Region: `West`, - Address: `123 Wall Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 60111 - }), - new InvoicesDataItem( - { - ShipName: `Smith Home`, - ShipAddress: `166 Market Street`, - ShipCity: `Miami`, - ShipPostalCode: 50102, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Speedy Express`, - CustomerID: 1206, - CustomerName: `James Smith`, - CustomerFirstName: `James`, - CustomerLastName: `Smith`, - CustomerAddress: `166 Market Street, Miami, USA, 50102`, - Salesperson: `Ben Madison`, - OrderID: 1017, - OrderDate: `10/2/2022`, - ProductID: 186, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 12810.79, - Quantity: 5, - ExtendedPrice: 64053.95, - Freight: 1990.79, - Discontinued: false, - Region: `North East`, - Address: `166 Market Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 50102 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Estate`, - ShipAddress: `193 Main Street`, - ShipCity: `Huston`, - ShipPostalCode: 80187, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1207, - CustomerName: `Max Jefferson`, - CustomerFirstName: `Max`, - CustomerLastName: `Jefferson`, - CustomerAddress: `193 Main Street, Huston, USA, 80187`, - Salesperson: `Mike Jefferson`, - OrderID: 1558, - OrderDate: `11/12/2022`, - ProductID: 194, - ProductName: `Mac Book Pro`, - UnitPrice: 26210.45, - Quantity: 2, - ExtendedPrice: 52420.9, - Freight: 1110.45, - Discontinued: false, - Region: `North East`, - Address: `193 Main Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 80187 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Market`, - ShipAddress: `137 Main Street`, - ShipCity: `Miami`, - ShipPostalCode: 80111, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1208, - CustomerName: `Ben Jefferson`, - CustomerFirstName: `Ben`, - CustomerLastName: `Jefferson`, - CustomerAddress: `137 Main Street, Miami, USA, 80111`, - Salesperson: `Mike Watson`, - OrderID: 1466, - OrderDate: `11/18/2022`, - ProductID: 189, - ProductName: `Mac Book Air`, - UnitPrice: 6190.57, - Quantity: 3, - ExtendedPrice: 18571.71, - Freight: 1810.57, - Discontinued: false, - Region: `West`, - Address: `137 Main Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 80111 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Townhouse`, - ShipAddress: `122 Main Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 80088, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1209, - CustomerName: `Ben Jefferson`, - CustomerFirstName: `Ben`, - CustomerLastName: `Jefferson`, - CustomerAddress: `122 Main Street, Philadelphia, USA, 80088`, - Salesperson: `Ben Jefferson`, - OrderID: 1539, - OrderDate: `11/13/2022`, - ProductID: 131, - ProductName: `IPhone`, - UnitPrice: 21280.22, - Quantity: 4, - ExtendedPrice: 85120.88, - Freight: 760.22, - Discontinued: true, - Region: `North East`, - Address: `122 Main Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 80088 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Home`, - ShipAddress: `115 Main Street`, - ShipCity: `New York`, - ShipPostalCode: 80079, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1210, - CustomerName: `Anna Jefferson`, - CustomerFirstName: `Anna`, - CustomerLastName: `Jefferson`, - CustomerAddress: `115 Main Street, New York, USA, 80079`, - Salesperson: `Max Jefferson`, - OrderID: 1411, - OrderDate: `11/22/2022`, - ProductID: 135, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 13700.71, - Quantity: 3, - ExtendedPrice: 41102.13, - Freight: 1730.71, - Discontinued: false, - Region: `South East`, - Address: `115 Main Street`, - City: `New York`, - Country: `USA`, - PostalCode: 80079 - }), - new InvoicesDataItem( - { - ShipName: `Smith Market`, - ShipAddress: `114 Main Street`, - ShipCity: `New York`, - ShipPostalCode: 50137, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1211, - CustomerName: `Mike Smith`, - CustomerFirstName: `Mike`, - CustomerLastName: `Smith`, - CustomerAddress: `114 Main Street, New York, USA, 50137`, - Salesperson: `Nancy Smith`, - OrderID: 1890, - OrderDate: `8/5/2022`, - ProductID: 169, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 11320.48, - Quantity: 3, - ExtendedPrice: 33961.44, - Freight: 930.48, - Discontinued: false, - Region: `West`, - Address: `114 Main Street`, - City: `New York`, - Country: `USA`, - PostalCode: 50137 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Market`, - ShipAddress: `130 Wall Street`, - ShipCity: `Miami`, - ShipPostalCode: 90082, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1212, - CustomerName: `Martin Jefferson`, - CustomerFirstName: `Martin`, - CustomerLastName: `Jefferson`, - CustomerAddress: `130 Wall Street, Miami, USA, 90082`, - Salesperson: `Nancy Madison`, - OrderID: 1783, - OrderDate: `9/1/2022`, - ProductID: 109, - ProductName: `IPhone`, - UnitPrice: 24340.75, - Quantity: 5, - ExtendedPrice: 121703.75, - Freight: 490.75, - Discontinued: false, - Region: `North East`, - Address: `130 Wall Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 90082 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Estate`, - ShipAddress: `140 Main Street`, - ShipCity: `New York`, - ShipPostalCode: 80095, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Federal Shipping`, - CustomerID: 1213, - CustomerName: `James Jefferson`, - CustomerFirstName: `James`, - CustomerLastName: `Jefferson`, - CustomerAddress: `140 Main Street, New York, USA, 80095`, - Salesperson: `Pamela Watson`, - OrderID: 1101, - OrderDate: `5/25/2022`, - ProductID: 101, - ProductName: `Mac Book Air`, - UnitPrice: 29980.24, - Quantity: 4, - ExtendedPrice: 119920.96, - Freight: 1190.24, - Discontinued: false, - Region: `South East`, - Address: `140 Main Street`, - City: `New York`, - Country: `USA`, - PostalCode: 80095 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Market`, - ShipAddress: `165 Main Street`, - ShipCity: `Huston`, - ShipPostalCode: 90200, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Federal Shipping`, - CustomerID: 1214, - CustomerName: `Ben Jefferson`, - CustomerFirstName: `Ben`, - CustomerLastName: `Jefferson`, - CustomerAddress: `165 Main Street, Huston, USA, 90200`, - Salesperson: `Max Watson`, - OrderID: 1932, - OrderDate: `2/10/2022`, - ProductID: 159, - ProductName: `Mac Book Air`, - UnitPrice: 23460.59, - Quantity: 4, - ExtendedPrice: 93842.36, - Freight: 710.59, - Discontinued: false, - Region: `South East`, - Address: `165 Main Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 90200 - }), - new InvoicesDataItem( - { - ShipName: `Watson Market`, - ShipAddress: `154 Market Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 70200, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1215, - CustomerName: `Max Watson`, - CustomerFirstName: `Max`, - CustomerLastName: `Watson`, - CustomerAddress: `154 Market Street, Los Angeles, USA, 70200`, - Salesperson: `Mike Black`, - OrderID: 1514, - OrderDate: `10/8/2022`, - ProductID: 148, - ProductName: `Samsung Note`, - UnitPrice: 29540.27, - Quantity: 4, - ExtendedPrice: 118161.08, - Freight: 1960.27, - Discontinued: false, - Region: `North East`, - Address: `154 Market Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 70200 - }), - new InvoicesDataItem( - { - ShipName: `Watson Home`, - ShipAddress: `113 Market Street`, - ShipCity: `New York`, - ShipPostalCode: 50127, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Speedy Express`, - CustomerID: 1216, - CustomerName: `Max Watson`, - CustomerFirstName: `Max`, - CustomerLastName: `Watson`, - CustomerAddress: `113 Market Street, New York, USA, 50127`, - Salesperson: `James Jefferson`, - OrderID: 1736, - OrderDate: `10/21/2022`, - ProductID: 188, - ProductName: `IPad`, - UnitPrice: 15350.27, - Quantity: 4, - ExtendedPrice: 61401.08, - Freight: 540.27, - Discontinued: false, - Region: `South East`, - Address: `113 Market Street`, - City: `New York`, - Country: `USA`, - PostalCode: 50127 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Market`, - ShipAddress: `153 Main Street`, - ShipCity: `Huston`, - ShipPostalCode: 80064, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1217, - CustomerName: `James Jackson`, - CustomerFirstName: `James`, - CustomerLastName: `Jackson`, - CustomerAddress: `153 Main Street, Huston, USA, 80064`, - Salesperson: `Mike Jackson`, - OrderID: 1978, - OrderDate: `12/25/2022`, - ProductID: 125, - ProductName: `IPad`, - UnitPrice: 15880.31, - Quantity: 3, - ExtendedPrice: 47640.93, - Freight: 800.31, - Discontinued: false, - Region: `North East`, - Address: `153 Main Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 80064 - }), - new InvoicesDataItem( - { - ShipName: `Smith Estate`, - ShipAddress: `107 Main Street`, - ShipCity: `Miami`, - ShipPostalCode: 50196, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1218, - CustomerName: `Mike Smith`, - CustomerFirstName: `Mike`, - CustomerLastName: `Smith`, - CustomerAddress: `107 Main Street, Miami, USA, 50196`, - Salesperson: `Martin Jackson`, - OrderID: 1324, - OrderDate: `7/18/2022`, - ProductID: 188, - ProductName: `Mac Book Air`, - UnitPrice: 26990.38, - Quantity: 4, - ExtendedPrice: 107961.52, - Freight: 610.38, - Discontinued: false, - Region: `South East`, - Address: `107 Main Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 50196 - }), - new InvoicesDataItem( - { - ShipName: `Smith Estate`, - ShipAddress: `140 Wall Street`, - ShipCity: `Miami`, - ShipPostalCode: 70154, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1219, - CustomerName: `James Smith`, - CustomerFirstName: `James`, - CustomerLastName: `Smith`, - CustomerAddress: `140 Wall Street, Miami, USA, 70154`, - Salesperson: `Nancy Madison`, - OrderID: 1307, - OrderDate: `4/19/2022`, - ProductID: 114, - ProductName: `IPhone`, - UnitPrice: 18300.65, - Quantity: 4, - ExtendedPrice: 73202.6, - Freight: 800.65, - Discontinued: true, - Region: `West`, - Address: `140 Wall Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 70154 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Townhouse`, - ShipAddress: `158 Market Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 50154, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1220, - CustomerName: `Mike Jackson`, - CustomerFirstName: `Mike`, - CustomerLastName: `Jackson`, - CustomerAddress: `158 Market Street, Los Angeles, USA, 50154`, - Salesperson: `James Black`, - OrderID: 1808, - OrderDate: `3/18/2022`, - ProductID: 172, - ProductName: `Mac Book Air`, - UnitPrice: 27460.67, - Quantity: 3, - ExtendedPrice: 82382.01, - Freight: 1220.67, - Discontinued: false, - Region: `North East`, - Address: `158 Market Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 50154 - }), - new InvoicesDataItem( - { - ShipName: `Smith Home`, - ShipAddress: `116 Main Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 90170, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1221, - CustomerName: `Pamela Smith`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Smith`, - CustomerAddress: `116 Main Street, Los Angeles, USA, 90170`, - Salesperson: `James Jefferson`, - OrderID: 1481, - OrderDate: `5/22/2022`, - ProductID: 177, - ProductName: `IPhone`, - UnitPrice: 23770.26, - Quantity: 2, - ExtendedPrice: 47540.52, - Freight: 480.26, - Discontinued: false, - Region: `North East`, - Address: `116 Main Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 90170 - }), - new InvoicesDataItem( - { - ShipName: `Madison Townhouse`, - ShipAddress: `124 Wall Street`, - ShipCity: `Huston`, - ShipPostalCode: 50137, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1222, - CustomerName: `Max Madison`, - CustomerFirstName: `Max`, - CustomerLastName: `Madison`, - CustomerAddress: `124 Wall Street, Huston, USA, 50137`, - Salesperson: `Martin Watson`, - OrderID: 1874, - OrderDate: `10/1/2022`, - ProductID: 102, - ProductName: `Mac Book Air`, - UnitPrice: 12080.68, - Quantity: 5, - ExtendedPrice: 60403.4, - Freight: 400.68, - Discontinued: false, - Region: `North East`, - Address: `124 Wall Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 50137 - }), - new InvoicesDataItem( - { - ShipName: `Smith Market`, - ShipAddress: `197 Main Street`, - ShipCity: `New York`, - ShipPostalCode: 60174, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Speedy Express`, - CustomerID: 1223, - CustomerName: `Nancy Smith`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Smith`, - CustomerAddress: `197 Main Street, New York, USA, 60174`, - Salesperson: `Nancy Jefferson`, - OrderID: 1377, - OrderDate: `10/24/2022`, - ProductID: 123, - ProductName: `Mac Book Air`, - UnitPrice: 10520.88, - Quantity: 4, - ExtendedPrice: 42083.52, - Freight: 800.88, - Discontinued: false, - Region: `South East`, - Address: `197 Main Street`, - City: `New York`, - Country: `USA`, - PostalCode: 60174 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Estate`, - ShipAddress: `192 Wall Street`, - ShipCity: `Miami`, - ShipPostalCode: 80134, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1224, - CustomerName: `Mike Jefferson`, - CustomerFirstName: `Mike`, - CustomerLastName: `Jefferson`, - CustomerAddress: `192 Wall Street, Miami, USA, 80134`, - Salesperson: `James Madison`, - OrderID: 1691, - OrderDate: `6/13/2022`, - ProductID: 123, - ProductName: `IPhone`, - UnitPrice: 11090.82, - Quantity: 2, - ExtendedPrice: 22181.64, - Freight: 910.82, - Discontinued: false, - Region: `South East`, - Address: `192 Wall Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 80134 - }), - new InvoicesDataItem( - { - ShipName: `Black Estate`, - ShipAddress: `111 Market Street`, - ShipCity: `Huston`, - ShipPostalCode: 80054, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1225, - CustomerName: `Anna Black`, - CustomerFirstName: `Anna`, - CustomerLastName: `Black`, - CustomerAddress: `111 Market Street, Huston, USA, 80054`, - Salesperson: `Martin Jackson`, - OrderID: 1242, - OrderDate: `4/6/2022`, - ProductID: 180, - ProductName: `IPhone`, - UnitPrice: 8180.25, - Quantity: 5, - ExtendedPrice: 40901.25, - Freight: 510.25, - Discontinued: false, - Region: `North East`, - Address: `111 Market Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 80054 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Estate`, - ShipAddress: `106 Market Street`, - ShipCity: `New York`, - ShipPostalCode: 60139, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1226, - CustomerName: `Nancy Jackson`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Jackson`, - CustomerAddress: `106 Market Street, New York, USA, 60139`, - Salesperson: `James Madison`, - OrderID: 1745, - OrderDate: `1/18/2022`, - ProductID: 115, - ProductName: `IPhone`, - UnitPrice: 6570.23, - Quantity: 5, - ExtendedPrice: 32851.15, - Freight: 840.23, - Discontinued: false, - Region: `West`, - Address: `106 Market Street`, - City: `New York`, - Country: `USA`, - PostalCode: 60139 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Market`, - ShipAddress: `198 Main Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 60058, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1227, - CustomerName: `Nancy Jackson`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Jackson`, - CustomerAddress: `198 Main Street, Los Angeles, USA, 60058`, - Salesperson: `James Madison`, - OrderID: 1111, - OrderDate: `10/11/2022`, - ProductID: 132, - ProductName: `IPhone`, - UnitPrice: 10970.23, - Quantity: 3, - ExtendedPrice: 32910.69, - Freight: 1670.23, - Discontinued: false, - Region: `North East`, - Address: `198 Main Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 60058 - }), - new InvoicesDataItem( - { - ShipName: `Madison Estate`, - ShipAddress: `138 Wall Street`, - ShipCity: `Huston`, - ShipPostalCode: 50133, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1228, - CustomerName: `Anna Madison`, - CustomerFirstName: `Anna`, - CustomerLastName: `Madison`, - CustomerAddress: `138 Wall Street, Huston, USA, 50133`, - Salesperson: `Ben Madison`, - OrderID: 1182, - OrderDate: `12/18/2022`, - ProductID: 184, - ProductName: `Mac Book Air`, - UnitPrice: 27020.67, - Quantity: 3, - ExtendedPrice: 81062.01, - Freight: 1750.67, - Discontinued: false, - Region: `South East`, - Address: `138 Wall Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 50133 - }), - new InvoicesDataItem( - { - ShipName: `Smith Market`, - ShipAddress: `198 Market Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 50182, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1229, - CustomerName: `James Smith`, - CustomerFirstName: `James`, - CustomerLastName: `Smith`, - CustomerAddress: `198 Market Street, Los Angeles, USA, 50182`, - Salesperson: `Ben Jackson`, - OrderID: 1252, - OrderDate: `10/7/2022`, - ProductID: 146, - ProductName: `IPad`, - UnitPrice: 21910.34, - Quantity: 5, - ExtendedPrice: 109551.7, - Freight: 840.34, - Discontinued: true, - Region: `North East`, - Address: `198 Market Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 50182 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Townhouse`, - ShipAddress: `141 Market Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 70058, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Speedy Express`, - CustomerID: 1230, - CustomerName: `James Jackson`, - CustomerFirstName: `James`, - CustomerLastName: `Jackson`, - CustomerAddress: `141 Market Street, Philadelphia, USA, 70058`, - Salesperson: `Martin Watson`, - OrderID: 1635, - OrderDate: `6/1/2022`, - ProductID: 196, - ProductName: `Mac Book Air`, - UnitPrice: 16430.54, - Quantity: 2, - ExtendedPrice: 32861.08, - Freight: 1420.54, - Discontinued: false, - Region: `North East`, - Address: `141 Market Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 70058 - }), - new InvoicesDataItem( - { - ShipName: `Madison Townhouse`, - ShipAddress: `107 Market Street`, - ShipCity: `New York`, - ShipPostalCode: 80108, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1231, - CustomerName: `Anna Madison`, - CustomerFirstName: `Anna`, - CustomerLastName: `Madison`, - CustomerAddress: `107 Market Street, New York, USA, 80108`, - Salesperson: `Mike Smith`, - OrderID: 1922, - OrderDate: `10/6/2022`, - ProductID: 154, - ProductName: `Mac Book Air`, - UnitPrice: 8920.46, - Quantity: 5, - ExtendedPrice: 44602.3, - Freight: 1160.46, - Discontinued: false, - Region: `West`, - Address: `107 Market Street`, - City: `New York`, - Country: `USA`, - PostalCode: 80108 - }), - new InvoicesDataItem( - { - ShipName: `Watson Market`, - ShipAddress: `166 Main Street`, - ShipCity: `New York`, - ShipPostalCode: 60199, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Speedy Express`, - CustomerID: 1232, - CustomerName: `Martin Watson`, - CustomerFirstName: `Martin`, - CustomerLastName: `Watson`, - CustomerAddress: `166 Main Street, New York, USA, 60199`, - Salesperson: `Anna Smith`, - OrderID: 1759, - OrderDate: `3/10/2022`, - ProductID: 145, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 22420.27, - Quantity: 5, - ExtendedPrice: 112101.35, - Freight: 1900.27, - Discontinued: false, - Region: `North East`, - Address: `166 Main Street`, - City: `New York`, - Country: `USA`, - PostalCode: 60199 - }), - new InvoicesDataItem( - { - ShipName: `Smith Home`, - ShipAddress: `188 Main Street`, - ShipCity: `New York`, - ShipPostalCode: 90082, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1233, - CustomerName: `Anna Smith`, - CustomerFirstName: `Anna`, - CustomerLastName: `Smith`, - CustomerAddress: `188 Main Street, New York, USA, 90082`, - Salesperson: `Ben Black`, - OrderID: 1172, - OrderDate: `11/9/2022`, - ProductID: 148, - ProductName: `Samsung Note`, - UnitPrice: 22260.33, - Quantity: 5, - ExtendedPrice: 111301.65, - Freight: 1530.33, - Discontinued: false, - Region: `West`, - Address: `188 Main Street`, - City: `New York`, - Country: `USA`, - PostalCode: 90082 - }), - new InvoicesDataItem( - { - ShipName: `Madison Home`, - ShipAddress: `168 Wall Street`, - ShipCity: `Miami`, - ShipPostalCode: 80160, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Federal Shipping`, - CustomerID: 1234, - CustomerName: `Martin Madison`, - CustomerFirstName: `Martin`, - CustomerLastName: `Madison`, - CustomerAddress: `168 Wall Street, Miami, USA, 80160`, - Salesperson: `Max Black`, - OrderID: 1855, - OrderDate: `9/9/2022`, - ProductID: 195, - ProductName: `Samsung Note`, - UnitPrice: 11120.68, - Quantity: 5, - ExtendedPrice: 55603.4, - Freight: 540.68, - Discontinued: false, - Region: `South East`, - Address: `168 Wall Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 80160 - }), - new InvoicesDataItem( - { - ShipName: `Madison Market`, - ShipAddress: `151 Wall Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 50192, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Speedy Express`, - CustomerID: 1235, - CustomerName: `James Madison`, - CustomerFirstName: `James`, - CustomerLastName: `Madison`, - CustomerAddress: `151 Wall Street, Philadelphia, USA, 50192`, - Salesperson: `Pamela Watson`, - OrderID: 1253, - OrderDate: `9/24/2022`, - ProductID: 153, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 17650.73, - Quantity: 5, - ExtendedPrice: 88253.65, - Freight: 1010.73, - Discontinued: false, - Region: `North East`, - Address: `151 Wall Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 50192 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Estate`, - ShipAddress: `131 Wall Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 60171, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1236, - CustomerName: `Anna Jefferson`, - CustomerFirstName: `Anna`, - CustomerLastName: `Jefferson`, - CustomerAddress: `131 Wall Street, Philadelphia, USA, 60171`, - Salesperson: `James Jefferson`, - OrderID: 1711, - OrderDate: `9/12/2022`, - ProductID: 192, - ProductName: `IPhone`, - UnitPrice: 18980.42, - Quantity: 3, - ExtendedPrice: 56941.26, - Freight: 1070.42, - Discontinued: false, - Region: `North East`, - Address: `131 Wall Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 60171 - }), - new InvoicesDataItem( - { - ShipName: `Madison Estate`, - ShipAddress: `101 Market Street`, - ShipCity: `Huston`, - ShipPostalCode: 70109, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1237, - CustomerName: `Mike Madison`, - CustomerFirstName: `Mike`, - CustomerLastName: `Madison`, - CustomerAddress: `101 Market Street, Huston, USA, 70109`, - Salesperson: `Nancy Smith`, - OrderID: 1155, - OrderDate: `9/1/2022`, - ProductID: 174, - ProductName: `Mac Book Pro`, - UnitPrice: 22330.35, - Quantity: 2, - ExtendedPrice: 44660.7, - Freight: 250.35, - Discontinued: false, - Region: `West`, - Address: `101 Market Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 70109 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Home`, - ShipAddress: `145 Main Street`, - ShipCity: `New York`, - ShipPostalCode: 50126, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1238, - CustomerName: `Max Jefferson`, - CustomerFirstName: `Max`, - CustomerLastName: `Jefferson`, - CustomerAddress: `145 Main Street, New York, USA, 50126`, - Salesperson: `Mike Watson`, - OrderID: 1656, - OrderDate: `3/7/2022`, - ProductID: 139, - ProductName: `IPhone`, - UnitPrice: 9890.72, - Quantity: 3, - ExtendedPrice: 29672.16, - Freight: 1890.72, - Discontinued: false, - Region: `West`, - Address: `145 Main Street`, - City: `New York`, - Country: `USA`, - PostalCode: 50126 - }), - new InvoicesDataItem( - { - ShipName: `Madison Home`, - ShipAddress: `190 Wall Street`, - ShipCity: `Huston`, - ShipPostalCode: 60055, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Federal Shipping`, - CustomerID: 1239, - CustomerName: `Martin Madison`, - CustomerFirstName: `Martin`, - CustomerLastName: `Madison`, - CustomerAddress: `190 Wall Street, Huston, USA, 60055`, - Salesperson: `Mike Smith`, - OrderID: 1192, - OrderDate: `3/12/2022`, - ProductID: 151, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 16510.6, - Quantity: 5, - ExtendedPrice: 82553, - Freight: 260.6, - Discontinued: true, - Region: `South East`, - Address: `190 Wall Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 60055 - }), - new InvoicesDataItem( - { - ShipName: `Smith Estate`, - ShipAddress: `114 Market Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 50122, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Speedy Express`, - CustomerID: 1240, - CustomerName: `Martin Smith`, - CustomerFirstName: `Martin`, - CustomerLastName: `Smith`, - CustomerAddress: `114 Market Street, Philadelphia, USA, 50122`, - Salesperson: `James Madison`, - OrderID: 1997, - OrderDate: `8/3/2022`, - ProductID: 195, - ProductName: `Mac Book Pro`, - UnitPrice: 20770.42, - Quantity: 4, - ExtendedPrice: 83081.68, - Freight: 920.42, - Discontinued: false, - Region: `North East`, - Address: `114 Market Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 50122 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Townhouse`, - ShipAddress: `184 Main Street`, - ShipCity: `Miami`, - ShipPostalCode: 50147, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Federal Shipping`, - CustomerID: 1241, - CustomerName: `Pamela Jackson`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Jackson`, - CustomerAddress: `184 Main Street, Miami, USA, 50147`, - Salesperson: `Martin Madison`, - OrderID: 1944, - OrderDate: `7/11/2022`, - ProductID: 105, - ProductName: `Samsung Note`, - UnitPrice: 22970.54, - Quantity: 3, - ExtendedPrice: 68911.62, - Freight: 2000.54, - Discontinued: false, - Region: `South East`, - Address: `184 Main Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 50147 - }), - new InvoicesDataItem( - { - ShipName: `Watson Townhouse`, - ShipAddress: `140 Wall Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 50058, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1242, - CustomerName: `Pamela Watson`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Watson`, - CustomerAddress: `140 Wall Street, Los Angeles, USA, 50058`, - Salesperson: `Max Madison`, - OrderID: 1076, - OrderDate: `12/1/2022`, - ProductID: 108, - ProductName: `IPhone`, - UnitPrice: 5950.69, - Quantity: 5, - ExtendedPrice: 29753.45, - Freight: 1440.69, - Discontinued: false, - Region: `South East`, - Address: `140 Wall Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 50058 - }), - new InvoicesDataItem( - { - ShipName: `Madison Estate`, - ShipAddress: `178 Market Street`, - ShipCity: `New York`, - ShipPostalCode: 60194, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1243, - CustomerName: `James Madison`, - CustomerFirstName: `James`, - CustomerLastName: `Madison`, - CustomerAddress: `178 Market Street, New York, USA, 60194`, - Salesperson: `James Madison`, - OrderID: 1076, - OrderDate: `6/25/2022`, - ProductID: 176, - ProductName: `IPhone`, - UnitPrice: 17080.21, - Quantity: 2, - ExtendedPrice: 34160.42, - Freight: 1200.21, - Discontinued: false, - Region: `West`, - Address: `178 Market Street`, - City: `New York`, - Country: `USA`, - PostalCode: 60194 - }), - new InvoicesDataItem( - { - ShipName: `Madison Home`, - ShipAddress: `179 Main Street`, - ShipCity: `Huston`, - ShipPostalCode: 70085, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1244, - CustomerName: `Ben Madison`, - CustomerFirstName: `Ben`, - CustomerLastName: `Madison`, - CustomerAddress: `179 Main Street, Huston, USA, 70085`, - Salesperson: `Ben Jackson`, - OrderID: 1070, - OrderDate: `5/7/2022`, - ProductID: 101, - ProductName: `IPhone`, - UnitPrice: 19310.75, - Quantity: 2, - ExtendedPrice: 38621.5, - Freight: 1270.75, - Discontinued: false, - Region: `West`, - Address: `179 Main Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 70085 - }), - new InvoicesDataItem( - { - ShipName: `Madison Estate`, - ShipAddress: `169 Market Street`, - ShipCity: `Miami`, - ShipPostalCode: 70087, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Speedy Express`, - CustomerID: 1245, - CustomerName: `Pamela Madison`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Madison`, - CustomerAddress: `169 Market Street, Miami, USA, 70087`, - Salesperson: `Nancy Black`, - OrderID: 1469, - OrderDate: `8/22/2022`, - ProductID: 193, - ProductName: `Samsung Note`, - UnitPrice: 25420.4, - Quantity: 2, - ExtendedPrice: 50840.8, - Freight: 1690.4, - Discontinued: false, - Region: `North East`, - Address: `169 Market Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 70087 - }), - new InvoicesDataItem( - { - ShipName: `Smith Home`, - ShipAddress: `108 Wall Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 90128, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Speedy Express`, - CustomerID: 1246, - CustomerName: `Martin Smith`, - CustomerFirstName: `Martin`, - CustomerLastName: `Smith`, - CustomerAddress: `108 Wall Street, Los Angeles, USA, 90128`, - Salesperson: `Pamela Smith`, - OrderID: 1948, - OrderDate: `4/25/2022`, - ProductID: 141, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 19070.55, - Quantity: 3, - ExtendedPrice: 57211.65, - Freight: 280.55, - Discontinued: false, - Region: `South East`, - Address: `108 Wall Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 90128 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Townhouse`, - ShipAddress: `195 Market Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 80141, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1247, - CustomerName: `Mike Jackson`, - CustomerFirstName: `Mike`, - CustomerLastName: `Jackson`, - CustomerAddress: `195 Market Street, Philadelphia, USA, 80141`, - Salesperson: `Martin Smith`, - OrderID: 1116, - OrderDate: `1/1/2022`, - ProductID: 162, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 22190.27, - Quantity: 5, - ExtendedPrice: 110951.35, - Freight: 1830.27, - Discontinued: false, - Region: `North East`, - Address: `195 Market Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 80141 - }), - new InvoicesDataItem( - { - ShipName: `Black Home`, - ShipAddress: `142 Main Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 50163, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1248, - CustomerName: `Anna Black`, - CustomerFirstName: `Anna`, - CustomerLastName: `Black`, - CustomerAddress: `142 Main Street, Los Angeles, USA, 50163`, - Salesperson: `Pamela Jefferson`, - OrderID: 1640, - OrderDate: `5/1/2022`, - ProductID: 153, - ProductName: `Samsung Note`, - UnitPrice: 7690.79, - Quantity: 3, - ExtendedPrice: 23072.37, - Freight: 1730.79, - Discontinued: false, - Region: `South East`, - Address: `142 Main Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 50163 - }), - new InvoicesDataItem( - { - ShipName: `Watson Market`, - ShipAddress: `177 Market Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 80155, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1249, - CustomerName: `Mike Watson`, - CustomerFirstName: `Mike`, - CustomerLastName: `Watson`, - CustomerAddress: `177 Market Street, Philadelphia, USA, 80155`, - Salesperson: `Anna Jefferson`, - OrderID: 1748, - OrderDate: `9/2/2022`, - ProductID: 186, - ProductName: `Mac Book Air`, - UnitPrice: 25230.84, - Quantity: 4, - ExtendedPrice: 100923.36, - Freight: 670.84, - Discontinued: true, - Region: `South East`, - Address: `177 Market Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 80155 - }), - new InvoicesDataItem( - { - ShipName: `Black Estate`, - ShipAddress: `175 Market Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 80141, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1250, - CustomerName: `Mike Black`, - CustomerFirstName: `Mike`, - CustomerLastName: `Black`, - CustomerAddress: `175 Market Street, Los Angeles, USA, 80141`, - Salesperson: `Martin Black`, - OrderID: 1251, - OrderDate: `7/5/2022`, - ProductID: 140, - ProductName: `Mac Book Pro`, - UnitPrice: 25960.45, - Quantity: 2, - ExtendedPrice: 51920.9, - Freight: 260.45, - Discontinued: false, - Region: `North East`, - Address: `175 Market Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 80141 - }), - new InvoicesDataItem( - { - ShipName: `Watson Market`, - ShipAddress: `110 Market Street`, - ShipCity: `New York`, - ShipPostalCode: 90174, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1251, - CustomerName: `Pamela Watson`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Watson`, - CustomerAddress: `110 Market Street, New York, USA, 90174`, - Salesperson: `Pamela Black`, - OrderID: 1397, - OrderDate: `7/2/2022`, - ProductID: 141, - ProductName: `Samsung Note`, - UnitPrice: 22150.67, - Quantity: 3, - ExtendedPrice: 66452.01, - Freight: 640.67, - Discontinued: false, - Region: `North East`, - Address: `110 Market Street`, - City: `New York`, - Country: `USA`, - PostalCode: 90174 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Estate`, - ShipAddress: `121 Wall Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 70083, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Speedy Express`, - CustomerID: 1252, - CustomerName: `Mike Jackson`, - CustomerFirstName: `Mike`, - CustomerLastName: `Jackson`, - CustomerAddress: `121 Wall Street, Los Angeles, USA, 70083`, - Salesperson: `Ben Jefferson`, - OrderID: 1938, - OrderDate: `1/20/2022`, - ProductID: 171, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 9220.74, - Quantity: 4, - ExtendedPrice: 36882.96, - Freight: 1030.74, - Discontinued: false, - Region: `South East`, - Address: `121 Wall Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 70083 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Townhouse`, - ShipAddress: `122 Wall Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 70122, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1253, - CustomerName: `Mike Jackson`, - CustomerFirstName: `Mike`, - CustomerLastName: `Jackson`, - CustomerAddress: `122 Wall Street, Philadelphia, USA, 70122`, - Salesperson: `Mike Watson`, - OrderID: 1608, - OrderDate: `2/9/2022`, - ProductID: 109, - ProductName: `Samsung Note`, - UnitPrice: 11240.75, - Quantity: 2, - ExtendedPrice: 22481.5, - Freight: 1010.75, - Discontinued: false, - Region: `West`, - Address: `122 Wall Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 70122 - }), - new InvoicesDataItem( - { - ShipName: `Watson Estate`, - ShipAddress: `151 Main Street`, - ShipCity: `Huston`, - ShipPostalCode: 50057, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Speedy Express`, - CustomerID: 1254, - CustomerName: `Pamela Watson`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Watson`, - CustomerAddress: `151 Main Street, Huston, USA, 50057`, - Salesperson: `Martin Watson`, - OrderID: 1217, - OrderDate: `8/4/2022`, - ProductID: 185, - ProductName: `Mac Book Pro`, - UnitPrice: 16680.55, - Quantity: 3, - ExtendedPrice: 50041.65, - Freight: 1710.55, - Discontinued: false, - Region: `North East`, - Address: `151 Main Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 50057 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Market`, - ShipAddress: `120 Wall Street`, - ShipCity: `Huston`, - ShipPostalCode: 50131, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Federal Shipping`, - CustomerID: 1255, - CustomerName: `Mike Jackson`, - CustomerFirstName: `Mike`, - CustomerLastName: `Jackson`, - CustomerAddress: `120 Wall Street, Huston, USA, 50131`, - Salesperson: `Ben Jackson`, - OrderID: 1661, - OrderDate: `5/1/2022`, - ProductID: 190, - ProductName: `Mac Book Air`, - UnitPrice: 21450.85, - Quantity: 5, - ExtendedPrice: 107254.25, - Freight: 1350.85, - Discontinued: false, - Region: `South East`, - Address: `120 Wall Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 50131 - }), - new InvoicesDataItem( - { - ShipName: `Madison Market`, - ShipAddress: `134 Main Street`, - ShipCity: `Huston`, - ShipPostalCode: 90060, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1256, - CustomerName: `Mike Madison`, - CustomerFirstName: `Mike`, - CustomerLastName: `Madison`, - CustomerAddress: `134 Main Street, Huston, USA, 90060`, - Salesperson: `James Madison`, - OrderID: 1766, - OrderDate: `11/11/2022`, - ProductID: 134, - ProductName: `Mac Book Air`, - UnitPrice: 12850.63, - Quantity: 3, - ExtendedPrice: 38551.89, - Freight: 1790.63, - Discontinued: false, - Region: `West`, - Address: `134 Main Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 90060 - }), - new InvoicesDataItem( - { - ShipName: `Black Home`, - ShipAddress: `150 Wall Street`, - ShipCity: `Huston`, - ShipPostalCode: 60151, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1257, - CustomerName: `James Black`, - CustomerFirstName: `James`, - CustomerLastName: `Black`, - CustomerAddress: `150 Wall Street, Huston, USA, 60151`, - Salesperson: `Martin Black`, - OrderID: 1321, - OrderDate: `8/4/2022`, - ProductID: 125, - ProductName: `Samsung Note`, - UnitPrice: 29190.24, - Quantity: 4, - ExtendedPrice: 116760.96, - Freight: 680.24, - Discontinued: false, - Region: `North East`, - Address: `150 Wall Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 60151 - }), - new InvoicesDataItem( - { - ShipName: `Watson Estate`, - ShipAddress: `155 Wall Street`, - ShipCity: `Huston`, - ShipPostalCode: 60121, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1258, - CustomerName: `Max Watson`, - CustomerFirstName: `Max`, - CustomerLastName: `Watson`, - CustomerAddress: `155 Wall Street, Huston, USA, 60121`, - Salesperson: `Max Jackson`, - OrderID: 1872, - OrderDate: `2/20/2022`, - ProductID: 188, - ProductName: `Samsung Note`, - UnitPrice: 22750.45, - Quantity: 3, - ExtendedPrice: 68251.35, - Freight: 840.45, - Discontinued: false, - Region: `West`, - Address: `155 Wall Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 60121 - }), - new InvoicesDataItem( - { - ShipName: `Watson Market`, - ShipAddress: `184 Market Street`, - ShipCity: `New York`, - ShipPostalCode: 90156, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1259, - CustomerName: `Anna Watson`, - CustomerFirstName: `Anna`, - CustomerLastName: `Watson`, - CustomerAddress: `184 Market Street, New York, USA, 90156`, - Salesperson: `James Watson`, - OrderID: 1828, - OrderDate: `5/25/2022`, - ProductID: 191, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 29760.3, - Quantity: 2, - ExtendedPrice: 59520.6, - Freight: 1960.3, - Discontinued: true, - Region: `North East`, - Address: `184 Market Street`, - City: `New York`, - Country: `USA`, - PostalCode: 90156 - }), - new InvoicesDataItem( - { - ShipName: `Watson Market`, - ShipAddress: `133 Market Street`, - ShipCity: `Huston`, - ShipPostalCode: 50074, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1260, - CustomerName: `Anna Watson`, - CustomerFirstName: `Anna`, - CustomerLastName: `Watson`, - CustomerAddress: `133 Market Street, Huston, USA, 50074`, - Salesperson: `Mike Black`, - OrderID: 1966, - OrderDate: `6/18/2022`, - ProductID: 160, - ProductName: `Mac Book Air`, - UnitPrice: 7450.44, - Quantity: 5, - ExtendedPrice: 37252.2, - Freight: 590.44, - Discontinued: false, - Region: `West`, - Address: `133 Market Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 50074 - }), - new InvoicesDataItem( - { - ShipName: `Black Townhouse`, - ShipAddress: `154 Main Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 70052, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1261, - CustomerName: `Martin Black`, - CustomerFirstName: `Martin`, - CustomerLastName: `Black`, - CustomerAddress: `154 Main Street, Philadelphia, USA, 70052`, - Salesperson: `Ben Jackson`, - OrderID: 1421, - OrderDate: `9/17/2022`, - ProductID: 127, - ProductName: `Mac Book Air`, - UnitPrice: 23000.47, - Quantity: 2, - ExtendedPrice: 46000.94, - Freight: 550.47, - Discontinued: false, - Region: `South East`, - Address: `154 Main Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 70052 - }), - new InvoicesDataItem( - { - ShipName: `Smith Townhouse`, - ShipAddress: `114 Wall Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 90174, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Federal Shipping`, - CustomerID: 1262, - CustomerName: `Max Smith`, - CustomerFirstName: `Max`, - CustomerLastName: `Smith`, - CustomerAddress: `114 Wall Street, Philadelphia, USA, 90174`, - Salesperson: `Pamela Smith`, - OrderID: 1192, - OrderDate: `12/4/2022`, - ProductID: 105, - ProductName: `Samsung Note`, - UnitPrice: 19790.26, - Quantity: 2, - ExtendedPrice: 39580.52, - Freight: 1150.26, - Discontinued: false, - Region: `South East`, - Address: `114 Wall Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 90174 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Townhouse`, - ShipAddress: `154 Wall Street`, - ShipCity: `New York`, - ShipPostalCode: 90162, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1263, - CustomerName: `Ben Jefferson`, - CustomerFirstName: `Ben`, - CustomerLastName: `Jefferson`, - CustomerAddress: `154 Wall Street, New York, USA, 90162`, - Salesperson: `Nancy Smith`, - OrderID: 1539, - OrderDate: `7/16/2022`, - ProductID: 139, - ProductName: `Samsung Note`, - UnitPrice: 11830.34, - Quantity: 2, - ExtendedPrice: 23660.68, - Freight: 1930.34, - Discontinued: false, - Region: `West`, - Address: `154 Wall Street`, - City: `New York`, - Country: `USA`, - PostalCode: 90162 - }), - new InvoicesDataItem( - { - ShipName: `Smith Townhouse`, - ShipAddress: `140 Wall Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 70136, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1264, - CustomerName: `Martin Smith`, - CustomerFirstName: `Martin`, - CustomerLastName: `Smith`, - CustomerAddress: `140 Wall Street, Los Angeles, USA, 70136`, - Salesperson: `Mike Jackson`, - OrderID: 1271, - OrderDate: `10/7/2022`, - ProductID: 124, - ProductName: `Samsung Note`, - UnitPrice: 21020.81, - Quantity: 2, - ExtendedPrice: 42041.62, - Freight: 1420.81, - Discontinued: false, - Region: `West`, - Address: `140 Wall Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 70136 - }), - new InvoicesDataItem( - { - ShipName: `Smith Townhouse`, - ShipAddress: `185 Main Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 60116, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1265, - CustomerName: `James Smith`, - CustomerFirstName: `James`, - CustomerLastName: `Smith`, - CustomerAddress: `185 Main Street, Philadelphia, USA, 60116`, - Salesperson: `James Watson`, - OrderID: 1090, - OrderDate: `9/11/2022`, - ProductID: 160, - ProductName: `IPhone`, - UnitPrice: 16070.46, - Quantity: 3, - ExtendedPrice: 48211.38, - Freight: 1490.46, - Discontinued: false, - Region: `West`, - Address: `185 Main Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 60116 - }), - new InvoicesDataItem( - { - ShipName: `Smith Estate`, - ShipAddress: `179 Market Street`, - ShipCity: `Huston`, - ShipPostalCode: 80107, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1266, - CustomerName: `Max Smith`, - CustomerFirstName: `Max`, - CustomerLastName: `Smith`, - CustomerAddress: `179 Market Street, Huston, USA, 80107`, - Salesperson: `Nancy Smith`, - OrderID: 1286, - OrderDate: `1/10/2022`, - ProductID: 161, - ProductName: `Mac Book Air`, - UnitPrice: 26160.38, - Quantity: 3, - ExtendedPrice: 78481.14, - Freight: 570.38, - Discontinued: false, - Region: `West`, - Address: `179 Market Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 80107 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Home`, - ShipAddress: `189 Wall Street`, - ShipCity: `Huston`, - ShipPostalCode: 90073, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1267, - CustomerName: `Ben Jefferson`, - CustomerFirstName: `Ben`, - CustomerLastName: `Jefferson`, - CustomerAddress: `189 Wall Street, Huston, USA, 90073`, - Salesperson: `Martin Madison`, - OrderID: 1754, - OrderDate: `5/2/2022`, - ProductID: 143, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 29540.84, - Quantity: 4, - ExtendedPrice: 118163.36, - Freight: 500.84, - Discontinued: false, - Region: `North East`, - Address: `189 Wall Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 90073 - }), - new InvoicesDataItem( - { - ShipName: `Madison Estate`, - ShipAddress: `106 Market Street`, - ShipCity: `Miami`, - ShipPostalCode: 90153, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1268, - CustomerName: `Anna Madison`, - CustomerFirstName: `Anna`, - CustomerLastName: `Madison`, - CustomerAddress: `106 Market Street, Miami, USA, 90153`, - Salesperson: `Anna Black`, - OrderID: 1321, - OrderDate: `6/21/2022`, - ProductID: 136, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 12550.55, - Quantity: 5, - ExtendedPrice: 62752.75, - Freight: 1440.55, - Discontinued: false, - Region: `West`, - Address: `106 Market Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 90153 - }), - new InvoicesDataItem( - { - ShipName: `Watson Townhouse`, - ShipAddress: `149 Wall Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 50102, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1269, - CustomerName: `Pamela Watson`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Watson`, - CustomerAddress: `149 Wall Street, Los Angeles, USA, 50102`, - Salesperson: `James Jefferson`, - OrderID: 1262, - OrderDate: `7/13/2022`, - ProductID: 178, - ProductName: `Samsung Note`, - UnitPrice: 8690.45, - Quantity: 3, - ExtendedPrice: 26071.35, - Freight: 1420.45, - Discontinued: true, - Region: `West`, - Address: `149 Wall Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 50102 - }), - new InvoicesDataItem( - { - ShipName: `Watson Market`, - ShipAddress: `192 Market Street`, - ShipCity: `New York`, - ShipPostalCode: 60078, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1270, - CustomerName: `Martin Watson`, - CustomerFirstName: `Martin`, - CustomerLastName: `Watson`, - CustomerAddress: `192 Market Street, New York, USA, 60078`, - Salesperson: `Ben Jackson`, - OrderID: 1586, - OrderDate: `11/13/2022`, - ProductID: 130, - ProductName: `Mac Book Pro`, - UnitPrice: 28630.86, - Quantity: 2, - ExtendedPrice: 57261.72, - Freight: 980.86, - Discontinued: false, - Region: `West`, - Address: `192 Market Street`, - City: `New York`, - Country: `USA`, - PostalCode: 60078 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Estate`, - ShipAddress: `159 Main Street`, - ShipCity: `New York`, - ShipPostalCode: 50050, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1271, - CustomerName: `James Jefferson`, - CustomerFirstName: `James`, - CustomerLastName: `Jefferson`, - CustomerAddress: `159 Main Street, New York, USA, 50050`, - Salesperson: `Max Jefferson`, - OrderID: 1915, - OrderDate: `2/10/2022`, - ProductID: 178, - ProductName: `Mac Book Pro`, - UnitPrice: 19050.75, - Quantity: 5, - ExtendedPrice: 95253.75, - Freight: 960.75, - Discontinued: false, - Region: `West`, - Address: `159 Main Street`, - City: `New York`, - Country: `USA`, - PostalCode: 50050 - }), - new InvoicesDataItem( - { - ShipName: `Watson Market`, - ShipAddress: `171 Wall Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 60099, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Federal Shipping`, - CustomerID: 1272, - CustomerName: `Nancy Watson`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Watson`, - CustomerAddress: `171 Wall Street, Los Angeles, USA, 60099`, - Salesperson: `Pamela Jackson`, - OrderID: 1503, - OrderDate: `4/7/2022`, - ProductID: 153, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 26320.3, - Quantity: 3, - ExtendedPrice: 78960.9, - Freight: 1360.3, - Discontinued: false, - Region: `South East`, - Address: `171 Wall Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 60099 - }), - new InvoicesDataItem( - { - ShipName: `Madison Townhouse`, - ShipAddress: `161 Main Street`, - ShipCity: `Huston`, - ShipPostalCode: 70087, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Speedy Express`, - CustomerID: 1273, - CustomerName: `Anna Madison`, - CustomerFirstName: `Anna`, - CustomerLastName: `Madison`, - CustomerAddress: `161 Main Street, Huston, USA, 70087`, - Salesperson: `Nancy Watson`, - OrderID: 1129, - OrderDate: `9/4/2022`, - ProductID: 119, - ProductName: `Samsung Note`, - UnitPrice: 26970.53, - Quantity: 3, - ExtendedPrice: 80911.59, - Freight: 1890.53, - Discontinued: false, - Region: `South East`, - Address: `161 Main Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 70087 - }), - new InvoicesDataItem( - { - ShipName: `Watson Market`, - ShipAddress: `163 Market Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 50127, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1274, - CustomerName: `Max Watson`, - CustomerFirstName: `Max`, - CustomerLastName: `Watson`, - CustomerAddress: `163 Market Street, Los Angeles, USA, 50127`, - Salesperson: `Nancy Jefferson`, - OrderID: 1508, - OrderDate: `1/6/2022`, - ProductID: 136, - ProductName: `Mac Book Air`, - UnitPrice: 12620.81, - Quantity: 3, - ExtendedPrice: 37862.43, - Freight: 650.81, - Discontinued: false, - Region: `North East`, - Address: `163 Market Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 50127 - }), - new InvoicesDataItem( - { - ShipName: `Watson Townhouse`, - ShipAddress: `131 Market Street`, - ShipCity: `Huston`, - ShipPostalCode: 50052, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Federal Shipping`, - CustomerID: 1275, - CustomerName: `James Watson`, - CustomerFirstName: `James`, - CustomerLastName: `Watson`, - CustomerAddress: `131 Market Street, Huston, USA, 50052`, - Salesperson: `Martin Watson`, - OrderID: 1285, - OrderDate: `8/6/2022`, - ProductID: 123, - ProductName: `Samsung Note`, - UnitPrice: 22790.24, - Quantity: 4, - ExtendedPrice: 91160.96, - Freight: 1140.24, - Discontinued: false, - Region: `South East`, - Address: `131 Market Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 50052 - }), - new InvoicesDataItem( - { - ShipName: `Black Home`, - ShipAddress: `125 Wall Street`, - ShipCity: `Miami`, - ShipPostalCode: 60101, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1276, - CustomerName: `Ben Black`, - CustomerFirstName: `Ben`, - CustomerLastName: `Black`, - CustomerAddress: `125 Wall Street, Miami, USA, 60101`, - Salesperson: `Ben Smith`, - OrderID: 1881, - OrderDate: `12/5/2022`, - ProductID: 128, - ProductName: `Mac Book Air`, - UnitPrice: 18780.56, - Quantity: 4, - ExtendedPrice: 75122.24, - Freight: 820.56, - Discontinued: false, - Region: `West`, - Address: `125 Wall Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 60101 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Market`, - ShipAddress: `184 Main Street`, - ShipCity: `Miami`, - ShipPostalCode: 50157, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1277, - CustomerName: `Nancy Jackson`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Jackson`, - CustomerAddress: `184 Main Street, Miami, USA, 50157`, - Salesperson: `Mike Smith`, - OrderID: 1478, - OrderDate: `9/18/2022`, - ProductID: 131, - ProductName: `IPad`, - UnitPrice: 15000.21, - Quantity: 5, - ExtendedPrice: 75001.05, - Freight: 1390.21, - Discontinued: false, - Region: `North East`, - Address: `184 Main Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 50157 - }), - new InvoicesDataItem( - { - ShipName: `Watson Estate`, - ShipAddress: `199 Market Street`, - ShipCity: `Huston`, - ShipPostalCode: 80050, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1278, - CustomerName: `Nancy Watson`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Watson`, - CustomerAddress: `199 Market Street, Huston, USA, 80050`, - Salesperson: `Max Jefferson`, - OrderID: 1767, - OrderDate: `1/17/2022`, - ProductID: 196, - ProductName: `Mac Book Pro`, - UnitPrice: 21600.31, - Quantity: 3, - ExtendedPrice: 64800.93, - Freight: 1130.31, - Discontinued: false, - Region: `North East`, - Address: `199 Market Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 80050 - }), - new InvoicesDataItem( - { - ShipName: `Madison Market`, - ShipAddress: `127 Market Street`, - ShipCity: `Miami`, - ShipPostalCode: 60073, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1279, - CustomerName: `Nancy Madison`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Madison`, - CustomerAddress: `127 Market Street, Miami, USA, 60073`, - Salesperson: `Mike Smith`, - OrderID: 1229, - OrderDate: `12/7/2022`, - ProductID: 184, - ProductName: `Mac Book Air`, - UnitPrice: 27500.59, - Quantity: 3, - ExtendedPrice: 82501.77, - Freight: 1380.59, - Discontinued: true, - Region: `West`, - Address: `127 Market Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 60073 - }), - new InvoicesDataItem( - { - ShipName: `Watson Home`, - ShipAddress: `169 Main Street`, - ShipCity: `New York`, - ShipPostalCode: 50123, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1280, - CustomerName: `Mike Watson`, - CustomerFirstName: `Mike`, - CustomerLastName: `Watson`, - CustomerAddress: `169 Main Street, New York, USA, 50123`, - Salesperson: `Martin Jackson`, - OrderID: 1761, - OrderDate: `2/10/2022`, - ProductID: 169, - ProductName: `IPad`, - UnitPrice: 21430.7, - Quantity: 5, - ExtendedPrice: 107153.5, - Freight: 1170.7, - Discontinued: false, - Region: `North East`, - Address: `169 Main Street`, - City: `New York`, - Country: `USA`, - PostalCode: 50123 - }), - new InvoicesDataItem( - { - ShipName: `Watson Home`, - ShipAddress: `109 Main Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 80143, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1281, - CustomerName: `James Watson`, - CustomerFirstName: `James`, - CustomerLastName: `Watson`, - CustomerAddress: `109 Main Street, Philadelphia, USA, 80143`, - Salesperson: `Anna Black`, - OrderID: 1461, - OrderDate: `9/8/2022`, - ProductID: 155, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 28470.33, - Quantity: 4, - ExtendedPrice: 113881.32, - Freight: 1750.33, - Discontinued: false, - Region: `North East`, - Address: `109 Main Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 80143 - }), - new InvoicesDataItem( - { - ShipName: `Madison Townhouse`, - ShipAddress: `103 Main Street`, - ShipCity: `New York`, - ShipPostalCode: 80198, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1282, - CustomerName: `James Madison`, - CustomerFirstName: `James`, - CustomerLastName: `Madison`, - CustomerAddress: `103 Main Street, New York, USA, 80198`, - Salesperson: `Ben Black`, - OrderID: 1210, - OrderDate: `11/7/2022`, - ProductID: 123, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 11260.52, - Quantity: 5, - ExtendedPrice: 56302.6, - Freight: 330.52, - Discontinued: false, - Region: `West`, - Address: `103 Main Street`, - City: `New York`, - Country: `USA`, - PostalCode: 80198 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Market`, - ShipAddress: `102 Market Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 50100, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1283, - CustomerName: `Martin Jefferson`, - CustomerFirstName: `Martin`, - CustomerLastName: `Jefferson`, - CustomerAddress: `102 Market Street, Philadelphia, USA, 50100`, - Salesperson: `Pamela Jefferson`, - OrderID: 1262, - OrderDate: `4/17/2022`, - ProductID: 134, - ProductName: `Mac Book Pro`, - UnitPrice: 21890.55, - Quantity: 4, - ExtendedPrice: 87562.2, - Freight: 500.55, - Discontinued: false, - Region: `West`, - Address: `102 Market Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 50100 - }), - new InvoicesDataItem( - { - ShipName: `Madison Home`, - ShipAddress: `194 Market Street`, - ShipCity: `New York`, - ShipPostalCode: 80057, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1284, - CustomerName: `Pamela Madison`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Madison`, - CustomerAddress: `194 Market Street, New York, USA, 80057`, - Salesperson: `Pamela Jefferson`, - OrderID: 1490, - OrderDate: `4/6/2022`, - ProductID: 191, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 15670.58, - Quantity: 4, - ExtendedPrice: 62682.32, - Freight: 1320.58, - Discontinued: false, - Region: `South East`, - Address: `194 Market Street`, - City: `New York`, - Country: `USA`, - PostalCode: 80057 - }), - new InvoicesDataItem( - { - ShipName: `Madison Market`, - ShipAddress: `102 Main Street`, - ShipCity: `Miami`, - ShipPostalCode: 70175, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Speedy Express`, - CustomerID: 1285, - CustomerName: `Nancy Madison`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Madison`, - CustomerAddress: `102 Main Street, Miami, USA, 70175`, - Salesperson: `James Jackson`, - OrderID: 1031, - OrderDate: `3/18/2022`, - ProductID: 196, - ProductName: `Samsung Note`, - UnitPrice: 16280.69, - Quantity: 3, - ExtendedPrice: 48842.07, - Freight: 380.69, - Discontinued: false, - Region: `South East`, - Address: `102 Main Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 70175 - }), - new InvoicesDataItem( - { - ShipName: `Watson Estate`, - ShipAddress: `139 Market Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 60067, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Speedy Express`, - CustomerID: 1286, - CustomerName: `Nancy Watson`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Watson`, - CustomerAddress: `139 Market Street, Philadelphia, USA, 60067`, - Salesperson: `Max Jefferson`, - OrderID: 1803, - OrderDate: `1/22/2022`, - ProductID: 134, - ProductName: `Mac Book Pro`, - UnitPrice: 7940.29, - Quantity: 4, - ExtendedPrice: 31761.16, - Freight: 620.29, - Discontinued: false, - Region: `North East`, - Address: `139 Market Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 60067 - }), - new InvoicesDataItem( - { - ShipName: `Smith Market`, - ShipAddress: `167 Market Street`, - ShipCity: `New York`, - ShipPostalCode: 80115, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1287, - CustomerName: `Martin Smith`, - CustomerFirstName: `Martin`, - CustomerLastName: `Smith`, - CustomerAddress: `167 Market Street, New York, USA, 80115`, - Salesperson: `Anna Black`, - OrderID: 1465, - OrderDate: `2/14/2022`, - ProductID: 166, - ProductName: `Samsung Note`, - UnitPrice: 20420.2, - Quantity: 4, - ExtendedPrice: 81680.8, - Freight: 960.2, - Discontinued: false, - Region: `North East`, - Address: `167 Market Street`, - City: `New York`, - Country: `USA`, - PostalCode: 80115 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Market`, - ShipAddress: `167 Market Street`, - ShipCity: `New York`, - ShipPostalCode: 80080, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1288, - CustomerName: `Nancy Jefferson`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Jefferson`, - CustomerAddress: `167 Market Street, New York, USA, 80080`, - Salesperson: `Ben Jackson`, - OrderID: 1303, - OrderDate: `12/12/2022`, - ProductID: 191, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 20080.21, - Quantity: 2, - ExtendedPrice: 40160.42, - Freight: 800.21, - Discontinued: false, - Region: `West`, - Address: `167 Market Street`, - City: `New York`, - Country: `USA`, - PostalCode: 80080 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Market`, - ShipAddress: `167 Market Street`, - ShipCity: `New York`, - ShipPostalCode: 90093, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Federal Shipping`, - CustomerID: 1289, - CustomerName: `Pamela Jackson`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Jackson`, - CustomerAddress: `167 Market Street, New York, USA, 90093`, - Salesperson: `Anna Smith`, - OrderID: 1122, - OrderDate: `8/6/2022`, - ProductID: 189, - ProductName: `Mac Book Air`, - UnitPrice: 29420.55, - Quantity: 4, - ExtendedPrice: 117682.2, - Freight: 1200.55, - Discontinued: true, - Region: `South East`, - Address: `167 Market Street`, - City: `New York`, - Country: `USA`, - PostalCode: 90093 - }), - new InvoicesDataItem( - { - ShipName: `Madison Home`, - ShipAddress: `114 Wall Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 60133, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1290, - CustomerName: `Nancy Madison`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Madison`, - CustomerAddress: `114 Wall Street, Philadelphia, USA, 60133`, - Salesperson: `Anna Madison`, - OrderID: 1402, - OrderDate: `6/9/2022`, - ProductID: 161, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 16370.76, - Quantity: 3, - ExtendedPrice: 49112.28, - Freight: 590.76, - Discontinued: false, - Region: `South East`, - Address: `114 Wall Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 60133 - }), - new InvoicesDataItem( - { - ShipName: `Madison Home`, - ShipAddress: `164 Market Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 60153, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1291, - CustomerName: `Anna Madison`, - CustomerFirstName: `Anna`, - CustomerLastName: `Madison`, - CustomerAddress: `164 Market Street, Los Angeles, USA, 60153`, - Salesperson: `Max Smith`, - OrderID: 1165, - OrderDate: `11/24/2022`, - ProductID: 193, - ProductName: `Mac Book Pro`, - UnitPrice: 19240.53, - Quantity: 4, - ExtendedPrice: 76962.12, - Freight: 1990.53, - Discontinued: false, - Region: `West`, - Address: `164 Market Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 60153 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Home`, - ShipAddress: `102 Market Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 90068, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1292, - CustomerName: `Mike Jackson`, - CustomerFirstName: `Mike`, - CustomerLastName: `Jackson`, - CustomerAddress: `102 Market Street, Philadelphia, USA, 90068`, - Salesperson: `Mike Madison`, - OrderID: 1512, - OrderDate: `9/4/2022`, - ProductID: 186, - ProductName: `Samsung Note`, - UnitPrice: 26300.88, - Quantity: 4, - ExtendedPrice: 105203.52, - Freight: 660.88, - Discontinued: false, - Region: `West`, - Address: `102 Market Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 90068 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Market`, - ShipAddress: `158 Wall Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 80149, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1293, - CustomerName: `Pamela Jefferson`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Jefferson`, - CustomerAddress: `158 Wall Street, Los Angeles, USA, 80149`, - Salesperson: `Max Jackson`, - OrderID: 1358, - OrderDate: `2/22/2022`, - ProductID: 110, - ProductName: `Mac Book Pro`, - UnitPrice: 23570.31, - Quantity: 5, - ExtendedPrice: 117851.55, - Freight: 1260.31, - Discontinued: false, - Region: `North East`, - Address: `158 Wall Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 80149 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Townhouse`, - ShipAddress: `125 Market Street`, - ShipCity: `Huston`, - ShipPostalCode: 80176, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1294, - CustomerName: `Nancy Jefferson`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Jefferson`, - CustomerAddress: `125 Market Street, Huston, USA, 80176`, - Salesperson: `Pamela Watson`, - OrderID: 1106, - OrderDate: `2/7/2022`, - ProductID: 152, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 6100.56, - Quantity: 5, - ExtendedPrice: 30502.8, - Freight: 1900.56, - Discontinued: false, - Region: `West`, - Address: `125 Market Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 80176 - }), - new InvoicesDataItem( - { - ShipName: `Smith Estate`, - ShipAddress: `177 Main Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 50079, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1295, - CustomerName: `Pamela Smith`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Smith`, - CustomerAddress: `177 Main Street, Los Angeles, USA, 50079`, - Salesperson: `Max Watson`, - OrderID: 1931, - OrderDate: `6/5/2022`, - ProductID: 113, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 27350.45, - Quantity: 3, - ExtendedPrice: 82051.35, - Freight: 1170.45, - Discontinued: false, - Region: `North East`, - Address: `177 Main Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 50079 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Estate`, - ShipAddress: `148 Market Street`, - ShipCity: `New York`, - ShipPostalCode: 90184, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1296, - CustomerName: `Mike Jackson`, - CustomerFirstName: `Mike`, - CustomerLastName: `Jackson`, - CustomerAddress: `148 Market Street, New York, USA, 90184`, - Salesperson: `James Smith`, - OrderID: 1108, - OrderDate: `8/5/2022`, - ProductID: 122, - ProductName: `Samsung Note`, - UnitPrice: 5440.75, - Quantity: 4, - ExtendedPrice: 21763, - Freight: 960.75, - Discontinued: false, - Region: `South East`, - Address: `148 Market Street`, - City: `New York`, - Country: `USA`, - PostalCode: 90184 - }), - new InvoicesDataItem( - { - ShipName: `Black Townhouse`, - ShipAddress: `113 Wall Street`, - ShipCity: `Huston`, - ShipPostalCode: 50064, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1297, - CustomerName: `Max Black`, - CustomerFirstName: `Max`, - CustomerLastName: `Black`, - CustomerAddress: `113 Wall Street, Huston, USA, 50064`, - Salesperson: `Martin Smith`, - OrderID: 1782, - OrderDate: `3/24/2022`, - ProductID: 107, - ProductName: `IPad`, - UnitPrice: 22200.88, - Quantity: 4, - ExtendedPrice: 88803.52, - Freight: 510.88, - Discontinued: false, - Region: `West`, - Address: `113 Wall Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 50064 - }), - new InvoicesDataItem( - { - ShipName: `Smith Market`, - ShipAddress: `134 Wall Street`, - ShipCity: `New York`, - ShipPostalCode: 80155, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1298, - CustomerName: `Martin Smith`, - CustomerFirstName: `Martin`, - CustomerLastName: `Smith`, - CustomerAddress: `134 Wall Street, New York, USA, 80155`, - Salesperson: `Nancy Jefferson`, - OrderID: 1886, - OrderDate: `3/6/2022`, - ProductID: 181, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 8550.46, - Quantity: 4, - ExtendedPrice: 34201.84, - Freight: 1830.46, - Discontinued: false, - Region: `North East`, - Address: `134 Wall Street`, - City: `New York`, - Country: `USA`, - PostalCode: 80155 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Townhouse`, - ShipAddress: `142 Market Street`, - ShipCity: `New York`, - ShipPostalCode: 90103, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1299, - CustomerName: `Max Jackson`, - CustomerFirstName: `Max`, - CustomerLastName: `Jackson`, - CustomerAddress: `142 Market Street, New York, USA, 90103`, - Salesperson: `Anna Watson`, - OrderID: 1578, - OrderDate: `10/5/2022`, - ProductID: 162, - ProductName: `Mac Book Air`, - UnitPrice: 19490.84, - Quantity: 4, - ExtendedPrice: 77963.36, - Freight: 490.84, - Discontinued: true, - Region: `West`, - Address: `142 Market Street`, - City: `New York`, - Country: `USA`, - PostalCode: 90103 - }), - new InvoicesDataItem( - { - ShipName: `Smith Estate`, - ShipAddress: `132 Market Street`, - ShipCity: `Miami`, - ShipPostalCode: 90111, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1300, - CustomerName: `Anna Smith`, - CustomerFirstName: `Anna`, - CustomerLastName: `Smith`, - CustomerAddress: `132 Market Street, Miami, USA, 90111`, - Salesperson: `Ben Jefferson`, - OrderID: 1903, - OrderDate: `6/23/2022`, - ProductID: 173, - ProductName: `IPad`, - UnitPrice: 23350.52, - Quantity: 5, - ExtendedPrice: 116752.6, - Freight: 1210.52, - Discontinued: false, - Region: `South East`, - Address: `132 Market Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 90111 - }), - new InvoicesDataItem( - { - ShipName: `Smith Home`, - ShipAddress: `180 Main Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 50182, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1301, - CustomerName: `Mike Smith`, - CustomerFirstName: `Mike`, - CustomerLastName: `Smith`, - CustomerAddress: `180 Main Street, Los Angeles, USA, 50182`, - Salesperson: `Ben Black`, - OrderID: 1201, - OrderDate: `11/25/2022`, - ProductID: 127, - ProductName: `Mac Book Pro`, - UnitPrice: 6730.57, - Quantity: 3, - ExtendedPrice: 20191.71, - Freight: 1600.57, - Discontinued: false, - Region: `West`, - Address: `180 Main Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 50182 - }), - new InvoicesDataItem( - { - ShipName: `Smith Townhouse`, - ShipAddress: `135 Main Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 60076, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1302, - CustomerName: `James Smith`, - CustomerFirstName: `James`, - CustomerLastName: `Smith`, - CustomerAddress: `135 Main Street, Philadelphia, USA, 60076`, - Salesperson: `Mike Smith`, - OrderID: 1488, - OrderDate: `5/1/2022`, - ProductID: 105, - ProductName: `IPad`, - UnitPrice: 27240.3, - Quantity: 5, - ExtendedPrice: 136201.5, - Freight: 1130.3, - Discontinued: false, - Region: `West`, - Address: `135 Main Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 60076 - }), - new InvoicesDataItem( - { - ShipName: `Madison Townhouse`, - ShipAddress: `104 Wall Street`, - ShipCity: `New York`, - ShipPostalCode: 70191, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1303, - CustomerName: `Nancy Madison`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Madison`, - CustomerAddress: `104 Wall Street, New York, USA, 70191`, - Salesperson: `Pamela Jefferson`, - OrderID: 1636, - OrderDate: `2/16/2022`, - ProductID: 104, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 14830.46, - Quantity: 2, - ExtendedPrice: 29660.92, - Freight: 540.46, - Discontinued: false, - Region: `West`, - Address: `104 Wall Street`, - City: `New York`, - Country: `USA`, - PostalCode: 70191 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Market`, - ShipAddress: `122 Market Street`, - ShipCity: `New York`, - ShipPostalCode: 70071, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Speedy Express`, - CustomerID: 1304, - CustomerName: `James Jefferson`, - CustomerFirstName: `James`, - CustomerLastName: `Jefferson`, - CustomerAddress: `122 Market Street, New York, USA, 70071`, - Salesperson: `Max Black`, - OrderID: 1588, - OrderDate: `8/22/2022`, - ProductID: 169, - ProductName: `IPhone`, - UnitPrice: 28440.73, - Quantity: 3, - ExtendedPrice: 85322.19, - Freight: 640.73, - Discontinued: false, - Region: `North East`, - Address: `122 Market Street`, - City: `New York`, - Country: `USA`, - PostalCode: 70071 - }), - new InvoicesDataItem( - { - ShipName: `Smith Market`, - ShipAddress: `178 Main Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 80064, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1305, - CustomerName: `Anna Smith`, - CustomerFirstName: `Anna`, - CustomerLastName: `Smith`, - CustomerAddress: `178 Main Street, Philadelphia, USA, 80064`, - Salesperson: `Pamela Jackson`, - OrderID: 1422, - OrderDate: `7/3/2022`, - ProductID: 150, - ProductName: `Mac Book Air`, - UnitPrice: 7100.37, - Quantity: 4, - ExtendedPrice: 28401.48, - Freight: 1560.37, - Discontinued: false, - Region: `North East`, - Address: `178 Main Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 80064 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Market`, - ShipAddress: `199 Main Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 80126, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Federal Shipping`, - CustomerID: 1306, - CustomerName: `Martin Jefferson`, - CustomerFirstName: `Martin`, - CustomerLastName: `Jefferson`, - CustomerAddress: `199 Main Street, Philadelphia, USA, 80126`, - Salesperson: `Ben Jefferson`, - OrderID: 1922, - OrderDate: `1/13/2022`, - ProductID: 116, - ProductName: `Mac Book Air`, - UnitPrice: 15400.22, - Quantity: 4, - ExtendedPrice: 61600.88, - Freight: 1970.22, - Discontinued: false, - Region: `South East`, - Address: `199 Main Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 80126 - }), - new InvoicesDataItem( - { - ShipName: `Watson Home`, - ShipAddress: `187 Wall Street`, - ShipCity: `Huston`, - ShipPostalCode: 70093, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Speedy Express`, - CustomerID: 1307, - CustomerName: `Nancy Watson`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Watson`, - CustomerAddress: `187 Wall Street, Huston, USA, 70093`, - Salesperson: `Ben Watson`, - OrderID: 1023, - OrderDate: `8/20/2022`, - ProductID: 138, - ProductName: `Samsung Note`, - UnitPrice: 26450.63, - Quantity: 2, - ExtendedPrice: 52901.26, - Freight: 980.63, - Discontinued: false, - Region: `South East`, - Address: `187 Wall Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 70093 - }), - new InvoicesDataItem( - { - ShipName: `Watson Market`, - ShipAddress: `110 Market Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 50180, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Federal Shipping`, - CustomerID: 1308, - CustomerName: `Max Watson`, - CustomerFirstName: `Max`, - CustomerLastName: `Watson`, - CustomerAddress: `110 Market Street, Los Angeles, USA, 50180`, - Salesperson: `Martin Smith`, - OrderID: 1651, - OrderDate: `8/10/2022`, - ProductID: 131, - ProductName: `IPhone`, - UnitPrice: 11720.27, - Quantity: 2, - ExtendedPrice: 23440.54, - Freight: 300.27, - Discontinued: false, - Region: `South East`, - Address: `110 Market Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 50180 - }), - new InvoicesDataItem( - { - ShipName: `Madison Home`, - ShipAddress: `196 Wall Street`, - ShipCity: `New York`, - ShipPostalCode: 50190, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1309, - CustomerName: `James Madison`, - CustomerFirstName: `James`, - CustomerLastName: `Madison`, - CustomerAddress: `196 Wall Street, New York, USA, 50190`, - Salesperson: `Nancy Madison`, - OrderID: 1918, - OrderDate: `7/11/2022`, - ProductID: 160, - ProductName: `IPad`, - UnitPrice: 22400.31, - Quantity: 2, - ExtendedPrice: 44800.62, - Freight: 1310.31, - Discontinued: true, - Region: `North East`, - Address: `196 Wall Street`, - City: `New York`, - Country: `USA`, - PostalCode: 50190 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Market`, - ShipAddress: `172 Market Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 80154, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1310, - CustomerName: `Nancy Jefferson`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Jefferson`, - CustomerAddress: `172 Market Street, Philadelphia, USA, 80154`, - Salesperson: `Ben Jackson`, - OrderID: 1803, - OrderDate: `2/14/2022`, - ProductID: 100, - ProductName: `Samsung Note`, - UnitPrice: 5270.34, - Quantity: 5, - ExtendedPrice: 26351.7, - Freight: 320.34, - Discontinued: false, - Region: `North East`, - Address: `172 Market Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 80154 - }), - new InvoicesDataItem( - { - ShipName: `Watson Estate`, - ShipAddress: `181 Wall Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 50200, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Federal Shipping`, - CustomerID: 1311, - CustomerName: `Martin Watson`, - CustomerFirstName: `Martin`, - CustomerLastName: `Watson`, - CustomerAddress: `181 Wall Street, Los Angeles, USA, 50200`, - Salesperson: `James Watson`, - OrderID: 1467, - OrderDate: `12/13/2022`, - ProductID: 171, - ProductName: `Mac Book Air`, - UnitPrice: 7830.21, - Quantity: 4, - ExtendedPrice: 31320.84, - Freight: 1740.21, - Discontinued: false, - Region: `South East`, - Address: `181 Wall Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 50200 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Estate`, - ShipAddress: `151 Main Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 70118, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1312, - CustomerName: `Pamela Jefferson`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Jefferson`, - CustomerAddress: `151 Main Street, Los Angeles, USA, 70118`, - Salesperson: `Martin Watson`, - OrderID: 1359, - OrderDate: `4/5/2022`, - ProductID: 141, - ProductName: `IPhone`, - UnitPrice: 27160.77, - Quantity: 5, - ExtendedPrice: 135803.85, - Freight: 370.77, - Discontinued: false, - Region: `West`, - Address: `151 Main Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 70118 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Home`, - ShipAddress: `156 Market Street`, - ShipCity: `Miami`, - ShipPostalCode: 90109, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1313, - CustomerName: `James Jackson`, - CustomerFirstName: `James`, - CustomerLastName: `Jackson`, - CustomerAddress: `156 Market Street, Miami, USA, 90109`, - Salesperson: `James Jackson`, - OrderID: 1592, - OrderDate: `4/16/2022`, - ProductID: 128, - ProductName: `Samsung Note`, - UnitPrice: 14910.41, - Quantity: 5, - ExtendedPrice: 74552.05, - Freight: 1790.41, - Discontinued: false, - Region: `North East`, - Address: `156 Market Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 90109 - }), - new InvoicesDataItem( - { - ShipName: `Watson Estate`, - ShipAddress: `147 Main Street`, - ShipCity: `Huston`, - ShipPostalCode: 60054, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Federal Shipping`, - CustomerID: 1314, - CustomerName: `Pamela Watson`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Watson`, - CustomerAddress: `147 Main Street, Huston, USA, 60054`, - Salesperson: `Ben Watson`, - OrderID: 1454, - OrderDate: `12/12/2022`, - ProductID: 131, - ProductName: `Mac Book Air`, - UnitPrice: 11280.22, - Quantity: 3, - ExtendedPrice: 33840.66, - Freight: 1440.22, - Discontinued: false, - Region: `South East`, - Address: `147 Main Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 60054 - }), - new InvoicesDataItem( - { - ShipName: `Madison Home`, - ShipAddress: `123 Market Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 90190, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1315, - CustomerName: `Ben Madison`, - CustomerFirstName: `Ben`, - CustomerLastName: `Madison`, - CustomerAddress: `123 Market Street, Philadelphia, USA, 90190`, - Salesperson: `James Jefferson`, - OrderID: 1529, - OrderDate: `4/19/2022`, - ProductID: 102, - ProductName: `IPad`, - UnitPrice: 7570.85, - Quantity: 5, - ExtendedPrice: 37854.25, - Freight: 1630.85, - Discontinued: false, - Region: `West`, - Address: `123 Market Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 90190 - }), - new InvoicesDataItem( - { - ShipName: `Watson Home`, - ShipAddress: `100 Wall Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 90115, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1316, - CustomerName: `James Watson`, - CustomerFirstName: `James`, - CustomerLastName: `Watson`, - CustomerAddress: `100 Wall Street, Los Angeles, USA, 90115`, - Salesperson: `Nancy Smith`, - OrderID: 1783, - OrderDate: `9/2/2022`, - ProductID: 144, - ProductName: `Samsung Note`, - UnitPrice: 5530.88, - Quantity: 3, - ExtendedPrice: 16592.64, - Freight: 1800.88, - Discontinued: false, - Region: `North East`, - Address: `100 Wall Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 90115 - }), - new InvoicesDataItem( - { - ShipName: `Watson Townhouse`, - ShipAddress: `184 Wall Street`, - ShipCity: `Miami`, - ShipPostalCode: 50144, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Federal Shipping`, - CustomerID: 1317, - CustomerName: `Max Watson`, - CustomerFirstName: `Max`, - CustomerLastName: `Watson`, - CustomerAddress: `184 Wall Street, Miami, USA, 50144`, - Salesperson: `Max Jackson`, - OrderID: 1533, - OrderDate: `12/19/2022`, - ProductID: 189, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 24820.6, - Quantity: 2, - ExtendedPrice: 49641.2, - Freight: 1550.6, - Discontinued: false, - Region: `South East`, - Address: `184 Wall Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 50144 - }), - new InvoicesDataItem( - { - ShipName: `Black Home`, - ShipAddress: `187 Wall Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 70132, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1318, - CustomerName: `Mike Black`, - CustomerFirstName: `Mike`, - CustomerLastName: `Black`, - CustomerAddress: `187 Wall Street, Los Angeles, USA, 70132`, - Salesperson: `Nancy Jackson`, - OrderID: 1483, - OrderDate: `1/8/2022`, - ProductID: 182, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 21520.76, - Quantity: 4, - ExtendedPrice: 86083.04, - Freight: 770.76, - Discontinued: false, - Region: `North East`, - Address: `187 Wall Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 70132 - }), - new InvoicesDataItem( - { - ShipName: `Black Market`, - ShipAddress: `162 Main Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 90083, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Speedy Express`, - CustomerID: 1319, - CustomerName: `Mike Black`, - CustomerFirstName: `Mike`, - CustomerLastName: `Black`, - CustomerAddress: `162 Main Street, Philadelphia, USA, 90083`, - Salesperson: `Max Jefferson`, - OrderID: 1869, - OrderDate: `6/3/2022`, - ProductID: 118, - ProductName: `IPhone`, - UnitPrice: 15930.3, - Quantity: 2, - ExtendedPrice: 31860.6, - Freight: 470.3, - Discontinued: true, - Region: `North East`, - Address: `162 Main Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 90083 - }), - new InvoicesDataItem( - { - ShipName: `Watson Home`, - ShipAddress: `147 Main Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 50191, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Speedy Express`, - CustomerID: 1320, - CustomerName: `Nancy Watson`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Watson`, - CustomerAddress: `147 Main Street, Philadelphia, USA, 50191`, - Salesperson: `Martin Jefferson`, - OrderID: 1541, - OrderDate: `2/1/2022`, - ProductID: 159, - ProductName: `Mac Book Pro`, - UnitPrice: 29090.51, - Quantity: 4, - ExtendedPrice: 116362.04, - Freight: 900.51, - Discontinued: false, - Region: `North East`, - Address: `147 Main Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 50191 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Market`, - ShipAddress: `175 Wall Street`, - ShipCity: `New York`, - ShipPostalCode: 90056, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1321, - CustomerName: `Martin Jackson`, - CustomerFirstName: `Martin`, - CustomerLastName: `Jackson`, - CustomerAddress: `175 Wall Street, New York, USA, 90056`, - Salesperson: `Anna Black`, - OrderID: 1050, - OrderDate: `8/6/2022`, - ProductID: 120, - ProductName: `IPad`, - UnitPrice: 28490.38, - Quantity: 5, - ExtendedPrice: 142451.9, - Freight: 860.38, - Discontinued: false, - Region: `West`, - Address: `175 Wall Street`, - City: `New York`, - Country: `USA`, - PostalCode: 90056 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Market`, - ShipAddress: `129 Market Street`, - ShipCity: `Huston`, - ShipPostalCode: 50089, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Federal Shipping`, - CustomerID: 1322, - CustomerName: `Pamela Jackson`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Jackson`, - CustomerAddress: `129 Market Street, Huston, USA, 50089`, - Salesperson: `Mike Jefferson`, - OrderID: 1188, - OrderDate: `7/23/2022`, - ProductID: 119, - ProductName: `Mac Book Pro`, - UnitPrice: 6710.58, - Quantity: 3, - ExtendedPrice: 20131.74, - Freight: 1160.58, - Discontinued: false, - Region: `South East`, - Address: `129 Market Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 50089 - }), - new InvoicesDataItem( - { - ShipName: `Smith Market`, - ShipAddress: `104 Wall Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 70079, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1323, - CustomerName: `Ben Smith`, - CustomerFirstName: `Ben`, - CustomerLastName: `Smith`, - CustomerAddress: `104 Wall Street, Philadelphia, USA, 70079`, - Salesperson: `Martin Madison`, - OrderID: 1452, - OrderDate: `2/1/2022`, - ProductID: 182, - ProductName: `IPhone`, - UnitPrice: 9260.28, - Quantity: 2, - ExtendedPrice: 18520.56, - Freight: 1960.28, - Discontinued: false, - Region: `South East`, - Address: `104 Wall Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 70079 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Townhouse`, - ShipAddress: `167 Wall Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 70137, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1324, - CustomerName: `Mike Jefferson`, - CustomerFirstName: `Mike`, - CustomerLastName: `Jefferson`, - CustomerAddress: `167 Wall Street, Philadelphia, USA, 70137`, - Salesperson: `James Jefferson`, - OrderID: 1542, - OrderDate: `7/21/2022`, - ProductID: 107, - ProductName: `IPhone`, - UnitPrice: 5100.82, - Quantity: 5, - ExtendedPrice: 25504.1, - Freight: 610.82, - Discontinued: false, - Region: `North East`, - Address: `167 Wall Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 70137 - }), - new InvoicesDataItem( - { - ShipName: `Madison Market`, - ShipAddress: `128 Wall Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 50188, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1325, - CustomerName: `Mike Madison`, - CustomerFirstName: `Mike`, - CustomerLastName: `Madison`, - CustomerAddress: `128 Wall Street, Philadelphia, USA, 50188`, - Salesperson: `Nancy Jefferson`, - OrderID: 1993, - OrderDate: `3/7/2022`, - ProductID: 149, - ProductName: `Samsung Note`, - UnitPrice: 27520.59, - Quantity: 4, - ExtendedPrice: 110082.36, - Freight: 1260.59, - Discontinued: false, - Region: `South East`, - Address: `128 Wall Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 50188 - }), - new InvoicesDataItem( - { - ShipName: `Watson Market`, - ShipAddress: `171 Market Street`, - ShipCity: `Huston`, - ShipPostalCode: 70190, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Speedy Express`, - CustomerID: 1326, - CustomerName: `Martin Watson`, - CustomerFirstName: `Martin`, - CustomerLastName: `Watson`, - CustomerAddress: `171 Market Street, Huston, USA, 70190`, - Salesperson: `Anna Madison`, - OrderID: 1815, - OrderDate: `7/4/2022`, - ProductID: 195, - ProductName: `Samsung Note`, - UnitPrice: 27340.66, - Quantity: 5, - ExtendedPrice: 136703.3, - Freight: 1790.66, - Discontinued: false, - Region: `South East`, - Address: `171 Market Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 70190 - }), - new InvoicesDataItem( - { - ShipName: `Watson Home`, - ShipAddress: `191 Market Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 60123, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1327, - CustomerName: `Anna Watson`, - CustomerFirstName: `Anna`, - CustomerLastName: `Watson`, - CustomerAddress: `191 Market Street, Philadelphia, USA, 60123`, - Salesperson: `Anna Madison`, - OrderID: 1319, - OrderDate: `8/5/2022`, - ProductID: 191, - ProductName: `Samsung Note`, - UnitPrice: 28500.5, - Quantity: 5, - ExtendedPrice: 142502.5, - Freight: 1280.5, - Discontinued: false, - Region: `West`, - Address: `191 Market Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 60123 - }), - new InvoicesDataItem( - { - ShipName: `Madison Townhouse`, - ShipAddress: `150 Wall Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 80139, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Federal Shipping`, - CustomerID: 1328, - CustomerName: `Mike Madison`, - CustomerFirstName: `Mike`, - CustomerLastName: `Madison`, - CustomerAddress: `150 Wall Street, Philadelphia, USA, 80139`, - Salesperson: `Nancy Watson`, - OrderID: 1592, - OrderDate: `2/22/2022`, - ProductID: 149, - ProductName: `Mac Book Pro`, - UnitPrice: 22890.6, - Quantity: 5, - ExtendedPrice: 114453, - Freight: 920.6, - Discontinued: false, - Region: `South East`, - Address: `150 Wall Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 80139 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Market`, - ShipAddress: `112 Main Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 70172, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1329, - CustomerName: `Nancy Jackson`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Jackson`, - CustomerAddress: `112 Main Street, Los Angeles, USA, 70172`, - Salesperson: `Max Jefferson`, - OrderID: 1959, - OrderDate: `10/15/2022`, - ProductID: 156, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 12050.71, - Quantity: 4, - ExtendedPrice: 48202.84, - Freight: 270.71, - Discontinued: true, - Region: `North East`, - Address: `112 Main Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 70172 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Market`, - ShipAddress: `121 Market Street`, - ShipCity: `New York`, - ShipPostalCode: 80122, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1330, - CustomerName: `Martin Jefferson`, - CustomerFirstName: `Martin`, - CustomerLastName: `Jefferson`, - CustomerAddress: `121 Market Street, New York, USA, 80122`, - Salesperson: `Ben Black`, - OrderID: 1343, - OrderDate: `5/25/2022`, - ProductID: 118, - ProductName: `Mac Book Pro`, - UnitPrice: 7060.29, - Quantity: 4, - ExtendedPrice: 28241.16, - Freight: 400.29, - Discontinued: false, - Region: `West`, - Address: `121 Market Street`, - City: `New York`, - Country: `USA`, - PostalCode: 80122 - }), - new InvoicesDataItem( - { - ShipName: `Watson Estate`, - ShipAddress: `183 Wall Street`, - ShipCity: `Miami`, - ShipPostalCode: 90122, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Speedy Express`, - CustomerID: 1331, - CustomerName: `Pamela Watson`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Watson`, - CustomerAddress: `183 Wall Street, Miami, USA, 90122`, - Salesperson: `Pamela Smith`, - OrderID: 1876, - OrderDate: `2/8/2022`, - ProductID: 137, - ProductName: `Samsung Note`, - UnitPrice: 10140.84, - Quantity: 4, - ExtendedPrice: 40563.36, - Freight: 640.84, - Discontinued: false, - Region: `North East`, - Address: `183 Wall Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 90122 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Estate`, - ShipAddress: `105 Main Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 50068, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1332, - CustomerName: `Mike Jefferson`, - CustomerFirstName: `Mike`, - CustomerLastName: `Jefferson`, - CustomerAddress: `105 Main Street, Los Angeles, USA, 50068`, - Salesperson: `Ben Madison`, - OrderID: 1322, - OrderDate: `6/7/2022`, - ProductID: 148, - ProductName: `Mac Book Air`, - UnitPrice: 20150.45, - Quantity: 4, - ExtendedPrice: 80601.8, - Freight: 1190.45, - Discontinued: false, - Region: `North East`, - Address: `105 Main Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 50068 - }), - new InvoicesDataItem( - { - ShipName: `Madison Townhouse`, - ShipAddress: `199 Market Street`, - ShipCity: `Huston`, - ShipPostalCode: 70061, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1333, - CustomerName: `Martin Madison`, - CustomerFirstName: `Martin`, - CustomerLastName: `Madison`, - CustomerAddress: `199 Market Street, Huston, USA, 70061`, - Salesperson: `Max Smith`, - OrderID: 1046, - OrderDate: `2/3/2022`, - ProductID: 162, - ProductName: `IPhone`, - UnitPrice: 28480.38, - Quantity: 2, - ExtendedPrice: 56960.76, - Freight: 1180.38, - Discontinued: false, - Region: `West`, - Address: `199 Market Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 70061 - }), - new InvoicesDataItem( - { - ShipName: `Madison Estate`, - ShipAddress: `142 Wall Street`, - ShipCity: `Huston`, - ShipPostalCode: 60058, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1334, - CustomerName: `Ben Madison`, - CustomerFirstName: `Ben`, - CustomerLastName: `Madison`, - CustomerAddress: `142 Wall Street, Huston, USA, 60058`, - Salesperson: `Mike Madison`, - OrderID: 1433, - OrderDate: `2/1/2022`, - ProductID: 177, - ProductName: `IPhone`, - UnitPrice: 6770.89, - Quantity: 5, - ExtendedPrice: 33854.45, - Freight: 520.89, - Discontinued: false, - Region: `South East`, - Address: `142 Wall Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 60058 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Townhouse`, - ShipAddress: `140 Market Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 90131, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1335, - CustomerName: `Martin Jefferson`, - CustomerFirstName: `Martin`, - CustomerLastName: `Jefferson`, - CustomerAddress: `140 Market Street, Los Angeles, USA, 90131`, - Salesperson: `Pamela Black`, - OrderID: 1894, - OrderDate: `9/13/2022`, - ProductID: 151, - ProductName: `IPad`, - UnitPrice: 5280.38, - Quantity: 5, - ExtendedPrice: 26401.9, - Freight: 1610.38, - Discontinued: false, - Region: `North East`, - Address: `140 Market Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 90131 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Home`, - ShipAddress: `106 Market Street`, - ShipCity: `Miami`, - ShipPostalCode: 60063, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1336, - CustomerName: `Ben Jefferson`, - CustomerFirstName: `Ben`, - CustomerLastName: `Jefferson`, - CustomerAddress: `106 Market Street, Miami, USA, 60063`, - Salesperson: `Anna Jackson`, - OrderID: 1017, - OrderDate: `6/12/2022`, - ProductID: 173, - ProductName: `Mac Book Pro`, - UnitPrice: 27000.78, - Quantity: 2, - ExtendedPrice: 54001.56, - Freight: 540.78, - Discontinued: false, - Region: `West`, - Address: `106 Market Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 60063 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Market`, - ShipAddress: `190 Market Street`, - ShipCity: `Huston`, - ShipPostalCode: 70115, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Federal Shipping`, - CustomerID: 1337, - CustomerName: `Max Jefferson`, - CustomerFirstName: `Max`, - CustomerLastName: `Jefferson`, - CustomerAddress: `190 Market Street, Huston, USA, 70115`, - Salesperson: `Martin Smith`, - OrderID: 1583, - OrderDate: `2/12/2022`, - ProductID: 147, - ProductName: `Samsung Note`, - UnitPrice: 7560.53, - Quantity: 2, - ExtendedPrice: 15121.06, - Freight: 260.53, - Discontinued: false, - Region: `South East`, - Address: `190 Market Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 70115 - }), - new InvoicesDataItem( - { - ShipName: `Smith Home`, - ShipAddress: `129 Market Street`, - ShipCity: `Miami`, - ShipPostalCode: 70051, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1338, - CustomerName: `Nancy Smith`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Smith`, - CustomerAddress: `129 Market Street, Miami, USA, 70051`, - Salesperson: `Pamela Madison`, - OrderID: 1202, - OrderDate: `3/15/2022`, - ProductID: 136, - ProductName: `IPhone`, - UnitPrice: 20520.41, - Quantity: 2, - ExtendedPrice: 41040.82, - Freight: 550.41, - Discontinued: false, - Region: `North East`, - Address: `129 Market Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 70051 - }), - new InvoicesDataItem( - { - ShipName: `Smith Home`, - ShipAddress: `143 Main Street`, - ShipCity: `Miami`, - ShipPostalCode: 70144, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1339, - CustomerName: `Martin Smith`, - CustomerFirstName: `Martin`, - CustomerLastName: `Smith`, - CustomerAddress: `143 Main Street, Miami, USA, 70144`, - Salesperson: `James Jefferson`, - OrderID: 1172, - OrderDate: `10/15/2022`, - ProductID: 136, - ProductName: `IPad`, - UnitPrice: 18760.26, - Quantity: 4, - ExtendedPrice: 75041.04, - Freight: 540.26, - Discontinued: true, - Region: `North East`, - Address: `143 Main Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 70144 - }), - new InvoicesDataItem( - { - ShipName: `Smith Market`, - ShipAddress: `179 Market Street`, - ShipCity: `New York`, - ShipPostalCode: 90174, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1340, - CustomerName: `Martin Smith`, - CustomerFirstName: `Martin`, - CustomerLastName: `Smith`, - CustomerAddress: `179 Market Street, New York, USA, 90174`, - Salesperson: `Martin Madison`, - OrderID: 1491, - OrderDate: `4/19/2022`, - ProductID: 176, - ProductName: `Mac Book Air`, - UnitPrice: 16000.56, - Quantity: 4, - ExtendedPrice: 64002.24, - Freight: 690.56, - Discontinued: false, - Region: `West`, - Address: `179 Market Street`, - City: `New York`, - Country: `USA`, - PostalCode: 90174 - }), - new InvoicesDataItem( - { - ShipName: `Madison Home`, - ShipAddress: `152 Main Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 90077, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1341, - CustomerName: `Mike Madison`, - CustomerFirstName: `Mike`, - CustomerLastName: `Madison`, - CustomerAddress: `152 Main Street, Philadelphia, USA, 90077`, - Salesperson: `James Black`, - OrderID: 1351, - OrderDate: `9/19/2022`, - ProductID: 147, - ProductName: `IPhone`, - UnitPrice: 19810.36, - Quantity: 4, - ExtendedPrice: 79241.44, - Freight: 920.36, - Discontinued: false, - Region: `West`, - Address: `152 Main Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 90077 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Estate`, - ShipAddress: `170 Main Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 60097, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Speedy Express`, - CustomerID: 1342, - CustomerName: `Anna Jefferson`, - CustomerFirstName: `Anna`, - CustomerLastName: `Jefferson`, - CustomerAddress: `170 Main Street, Los Angeles, USA, 60097`, - Salesperson: `Martin Black`, - OrderID: 1619, - OrderDate: `3/13/2022`, - ProductID: 166, - ProductName: `Mac Book Air`, - UnitPrice: 27140.88, - Quantity: 3, - ExtendedPrice: 81422.64, - Freight: 1480.88, - Discontinued: false, - Region: `North East`, - Address: `170 Main Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 60097 - }), - new InvoicesDataItem( - { - ShipName: `Black Townhouse`, - ShipAddress: `198 Wall Street`, - ShipCity: `New York`, - ShipPostalCode: 90077, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Federal Shipping`, - CustomerID: 1343, - CustomerName: `Martin Black`, - CustomerFirstName: `Martin`, - CustomerLastName: `Black`, - CustomerAddress: `198 Wall Street, New York, USA, 90077`, - Salesperson: `James Smith`, - OrderID: 1646, - OrderDate: `9/2/2022`, - ProductID: 122, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 6160.87, - Quantity: 3, - ExtendedPrice: 18482.61, - Freight: 1480.87, - Discontinued: false, - Region: `South East`, - Address: `198 Wall Street`, - City: `New York`, - Country: `USA`, - PostalCode: 90077 - }), - new InvoicesDataItem( - { - ShipName: `Watson Estate`, - ShipAddress: `193 Wall Street`, - ShipCity: `New York`, - ShipPostalCode: 60165, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Speedy Express`, - CustomerID: 1344, - CustomerName: `Ben Watson`, - CustomerFirstName: `Ben`, - CustomerLastName: `Watson`, - CustomerAddress: `193 Wall Street, New York, USA, 60165`, - Salesperson: `Ben Madison`, - OrderID: 1516, - OrderDate: `4/20/2022`, - ProductID: 113, - ProductName: `IPhone`, - UnitPrice: 22310.25, - Quantity: 2, - ExtendedPrice: 44620.5, - Freight: 1740.25, - Discontinued: false, - Region: `North East`, - Address: `193 Wall Street`, - City: `New York`, - Country: `USA`, - PostalCode: 60165 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Market`, - ShipAddress: `108 Wall Street`, - ShipCity: `New York`, - ShipPostalCode: 90123, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Speedy Express`, - CustomerID: 1345, - CustomerName: `James Jackson`, - CustomerFirstName: `James`, - CustomerLastName: `Jackson`, - CustomerAddress: `108 Wall Street, New York, USA, 90123`, - Salesperson: `Mike Madison`, - OrderID: 1356, - OrderDate: `11/2/2022`, - ProductID: 105, - ProductName: `Mac Book Air`, - UnitPrice: 16240.78, - Quantity: 5, - ExtendedPrice: 81203.9, - Freight: 260.78, - Discontinued: false, - Region: `North East`, - Address: `108 Wall Street`, - City: `New York`, - Country: `USA`, - PostalCode: 90123 - }), - new InvoicesDataItem( - { - ShipName: `Black Home`, - ShipAddress: `173 Main Street`, - ShipCity: `Miami`, - ShipPostalCode: 60061, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1346, - CustomerName: `Max Black`, - CustomerFirstName: `Max`, - CustomerLastName: `Black`, - CustomerAddress: `173 Main Street, Miami, USA, 60061`, - Salesperson: `Mike Jefferson`, - OrderID: 1062, - OrderDate: `3/5/2022`, - ProductID: 101, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 25540.71, - Quantity: 5, - ExtendedPrice: 127703.55, - Freight: 2000.71, - Discontinued: false, - Region: `West`, - Address: `173 Main Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 60061 - }), - new InvoicesDataItem( - { - ShipName: `Black Home`, - ShipAddress: `118 Wall Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 60178, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1347, - CustomerName: `Nancy Black`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Black`, - CustomerAddress: `118 Wall Street, Los Angeles, USA, 60178`, - Salesperson: `Max Madison`, - OrderID: 1482, - OrderDate: `8/24/2022`, - ProductID: 105, - ProductName: `IPhone`, - UnitPrice: 17000.6, - Quantity: 4, - ExtendedPrice: 68002.4, - Freight: 1390.6, - Discontinued: false, - Region: `West`, - Address: `118 Wall Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 60178 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Townhouse`, - ShipAddress: `134 Wall Street`, - ShipCity: `New York`, - ShipPostalCode: 60096, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1348, - CustomerName: `Martin Jackson`, - CustomerFirstName: `Martin`, - CustomerLastName: `Jackson`, - CustomerAddress: `134 Wall Street, New York, USA, 60096`, - Salesperson: `Ben Madison`, - OrderID: 1443, - OrderDate: `7/1/2022`, - ProductID: 105, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 12670.46, - Quantity: 2, - ExtendedPrice: 25340.92, - Freight: 1280.46, - Discontinued: false, - Region: `North East`, - Address: `134 Wall Street`, - City: `New York`, - Country: `USA`, - PostalCode: 60096 - }), - new InvoicesDataItem( - { - ShipName: `Black Estate`, - ShipAddress: `125 Market Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 50134, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Speedy Express`, - CustomerID: 1349, - CustomerName: `Ben Black`, - CustomerFirstName: `Ben`, - CustomerLastName: `Black`, - CustomerAddress: `125 Market Street, Philadelphia, USA, 50134`, - Salesperson: `Mike Watson`, - OrderID: 1498, - OrderDate: `1/17/2022`, - ProductID: 194, - ProductName: `IPhone`, - UnitPrice: 23470.22, - Quantity: 3, - ExtendedPrice: 70410.66, - Freight: 1370.22, - Discontinued: true, - Region: `South East`, - Address: `125 Market Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 50134 - }), - new InvoicesDataItem( - { - ShipName: `Madison Home`, - ShipAddress: `145 Market Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 80099, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1350, - CustomerName: `Mike Madison`, - CustomerFirstName: `Mike`, - CustomerLastName: `Madison`, - CustomerAddress: `145 Market Street, Philadelphia, USA, 80099`, - Salesperson: `Nancy Watson`, - OrderID: 1002, - OrderDate: `11/11/2022`, - ProductID: 116, - ProductName: `Mac Book Air`, - UnitPrice: 17060.57, - Quantity: 3, - ExtendedPrice: 51181.71, - Freight: 1800.57, - Discontinued: false, - Region: `West`, - Address: `145 Market Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 80099 - }), - new InvoicesDataItem( - { - ShipName: `Watson Home`, - ShipAddress: `130 Market Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 70052, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Speedy Express`, - CustomerID: 1351, - CustomerName: `Ben Watson`, - CustomerFirstName: `Ben`, - CustomerLastName: `Watson`, - CustomerAddress: `130 Market Street, Philadelphia, USA, 70052`, - Salesperson: `Pamela Watson`, - OrderID: 1144, - OrderDate: `10/15/2022`, - ProductID: 168, - ProductName: `IPhone`, - UnitPrice: 13010.35, - Quantity: 4, - ExtendedPrice: 52041.4, - Freight: 980.35, - Discontinued: false, - Region: `South East`, - Address: `130 Market Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 70052 - }), - new InvoicesDataItem( - { - ShipName: `Black Market`, - ShipAddress: `136 Wall Street`, - ShipCity: `Miami`, - ShipPostalCode: 60165, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1352, - CustomerName: `Nancy Black`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Black`, - CustomerAddress: `136 Wall Street, Miami, USA, 60165`, - Salesperson: `Mike Black`, - OrderID: 1745, - OrderDate: `4/9/2022`, - ProductID: 119, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 7900.53, - Quantity: 4, - ExtendedPrice: 31602.12, - Freight: 1400.53, - Discontinued: false, - Region: `West`, - Address: `136 Wall Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 60165 - }), - new InvoicesDataItem( - { - ShipName: `Madison Townhouse`, - ShipAddress: `190 Wall Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 60176, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1353, - CustomerName: `Pamela Madison`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Madison`, - CustomerAddress: `190 Wall Street, Philadelphia, USA, 60176`, - Salesperson: `Martin Smith`, - OrderID: 1489, - OrderDate: `3/25/2022`, - ProductID: 113, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 23420.42, - Quantity: 4, - ExtendedPrice: 93681.68, - Freight: 1660.42, - Discontinued: false, - Region: `West`, - Address: `190 Wall Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 60176 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Townhouse`, - ShipAddress: `114 Main Street`, - ShipCity: `Huston`, - ShipPostalCode: 50060, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1354, - CustomerName: `Mike Jackson`, - CustomerFirstName: `Mike`, - CustomerLastName: `Jackson`, - CustomerAddress: `114 Main Street, Huston, USA, 50060`, - Salesperson: `Nancy Jackson`, - OrderID: 1302, - OrderDate: `3/21/2022`, - ProductID: 144, - ProductName: `Mac Book Pro`, - UnitPrice: 21240.71, - Quantity: 5, - ExtendedPrice: 106203.55, - Freight: 1000.71, - Discontinued: false, - Region: `North East`, - Address: `114 Main Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 50060 - }), - new InvoicesDataItem( - { - ShipName: `Watson Townhouse`, - ShipAddress: `130 Market Street`, - ShipCity: `Huston`, - ShipPostalCode: 90062, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Speedy Express`, - CustomerID: 1355, - CustomerName: `Max Watson`, - CustomerFirstName: `Max`, - CustomerLastName: `Watson`, - CustomerAddress: `130 Market Street, Huston, USA, 90062`, - Salesperson: `Ben Jackson`, - OrderID: 1901, - OrderDate: `11/5/2022`, - ProductID: 101, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 17170.52, - Quantity: 4, - ExtendedPrice: 68682.08, - Freight: 1600.52, - Discontinued: false, - Region: `South East`, - Address: `130 Market Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 90062 - }), - new InvoicesDataItem( - { - ShipName: `Watson Market`, - ShipAddress: `160 Market Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 50149, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1356, - CustomerName: `Nancy Watson`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Watson`, - CustomerAddress: `160 Market Street, Philadelphia, USA, 50149`, - Salesperson: `Ben Watson`, - OrderID: 1331, - OrderDate: `2/5/2022`, - ProductID: 151, - ProductName: `Mac Book Pro`, - UnitPrice: 17650.73, - Quantity: 4, - ExtendedPrice: 70602.92, - Freight: 1720.73, - Discontinued: false, - Region: `South East`, - Address: `160 Market Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 50149 - }), - new InvoicesDataItem( - { - ShipName: `Black Townhouse`, - ShipAddress: `130 Main Street`, - ShipCity: `New York`, - ShipPostalCode: 50184, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Federal Shipping`, - CustomerID: 1357, - CustomerName: `Anna Black`, - CustomerFirstName: `Anna`, - CustomerLastName: `Black`, - CustomerAddress: `130 Main Street, New York, USA, 50184`, - Salesperson: `Anna Watson`, - OrderID: 1161, - OrderDate: `5/18/2022`, - ProductID: 185, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 12920.84, - Quantity: 3, - ExtendedPrice: 38762.52, - Freight: 780.84, - Discontinued: false, - Region: `South East`, - Address: `130 Main Street`, - City: `New York`, - Country: `USA`, - PostalCode: 50184 - }), - new InvoicesDataItem( - { - ShipName: `Watson Townhouse`, - ShipAddress: `120 Wall Street`, - ShipCity: `New York`, - ShipPostalCode: 90122, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1358, - CustomerName: `Ben Watson`, - CustomerFirstName: `Ben`, - CustomerLastName: `Watson`, - CustomerAddress: `120 Wall Street, New York, USA, 90122`, - Salesperson: `Martin Madison`, - OrderID: 1211, - OrderDate: `11/13/2022`, - ProductID: 136, - ProductName: `IPad`, - UnitPrice: 21380.5, - Quantity: 4, - ExtendedPrice: 85522, - Freight: 1130.5, - Discontinued: false, - Region: `West`, - Address: `120 Wall Street`, - City: `New York`, - Country: `USA`, - PostalCode: 90122 - }), - new InvoicesDataItem( - { - ShipName: `Madison Market`, - ShipAddress: `108 Market Street`, - ShipCity: `New York`, - ShipPostalCode: 80106, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1359, - CustomerName: `Pamela Madison`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Madison`, - CustomerAddress: `108 Market Street, New York, USA, 80106`, - Salesperson: `Anna Watson`, - OrderID: 1010, - OrderDate: `3/15/2022`, - ProductID: 198, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 18060.46, - Quantity: 4, - ExtendedPrice: 72241.84, - Freight: 330.46, - Discontinued: true, - Region: `North East`, - Address: `108 Market Street`, - City: `New York`, - Country: `USA`, - PostalCode: 80106 - }), - new InvoicesDataItem( - { - ShipName: `Black Estate`, - ShipAddress: `114 Market Street`, - ShipCity: `Miami`, - ShipPostalCode: 70117, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1360, - CustomerName: `Nancy Black`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Black`, - CustomerAddress: `114 Market Street, Miami, USA, 70117`, - Salesperson: `James Smith`, - OrderID: 1001, - OrderDate: `2/24/2022`, - ProductID: 121, - ProductName: `Mac Book Pro`, - UnitPrice: 22020.55, - Quantity: 5, - ExtendedPrice: 110102.75, - Freight: 1970.55, - Discontinued: false, - Region: `West`, - Address: `114 Market Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 70117 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Home`, - ShipAddress: `134 Main Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 50108, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1361, - CustomerName: `Nancy Jackson`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Jackson`, - CustomerAddress: `134 Main Street, Philadelphia, USA, 50108`, - Salesperson: `Max Jefferson`, - OrderID: 1871, - OrderDate: `3/1/2022`, - ProductID: 114, - ProductName: `Mac Book Air`, - UnitPrice: 13010.27, - Quantity: 5, - ExtendedPrice: 65051.35, - Freight: 1490.27, - Discontinued: false, - Region: `North East`, - Address: `134 Main Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 50108 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Townhouse`, - ShipAddress: `138 Market Street`, - ShipCity: `Huston`, - ShipPostalCode: 90082, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Federal Shipping`, - CustomerID: 1362, - CustomerName: `Mike Jefferson`, - CustomerFirstName: `Mike`, - CustomerLastName: `Jefferson`, - CustomerAddress: `138 Market Street, Huston, USA, 90082`, - Salesperson: `Ben Watson`, - OrderID: 1175, - OrderDate: `4/11/2022`, - ProductID: 159, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 17660.27, - Quantity: 5, - ExtendedPrice: 88301.35, - Freight: 1770.27, - Discontinued: false, - Region: `South East`, - Address: `138 Market Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 90082 - }), - new InvoicesDataItem( - { - ShipName: `Madison Market`, - ShipAddress: `131 Main Street`, - ShipCity: `Miami`, - ShipPostalCode: 90189, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1363, - CustomerName: `James Madison`, - CustomerFirstName: `James`, - CustomerLastName: `Madison`, - CustomerAddress: `131 Main Street, Miami, USA, 90189`, - Salesperson: `Nancy Madison`, - OrderID: 1072, - OrderDate: `2/14/2022`, - ProductID: 169, - ProductName: `Mac Book Air`, - UnitPrice: 24150.8, - Quantity: 4, - ExtendedPrice: 96603.2, - Freight: 1040.8, - Discontinued: false, - Region: `South East`, - Address: `131 Main Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 90189 - }), - new InvoicesDataItem( - { - ShipName: `Watson Townhouse`, - ShipAddress: `133 Wall Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 90077, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1364, - CustomerName: `Martin Watson`, - CustomerFirstName: `Martin`, - CustomerLastName: `Watson`, - CustomerAddress: `133 Wall Street, Philadelphia, USA, 90077`, - Salesperson: `Pamela Jackson`, - OrderID: 1971, - OrderDate: `10/16/2022`, - ProductID: 108, - ProductName: `Samsung Note`, - UnitPrice: 18520.3, - Quantity: 2, - ExtendedPrice: 37040.6, - Freight: 300.3, - Discontinued: false, - Region: `North East`, - Address: `133 Wall Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 90077 - }), - new InvoicesDataItem( - { - ShipName: `Smith Estate`, - ShipAddress: `128 Market Street`, - ShipCity: `Huston`, - ShipPostalCode: 90109, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Federal Shipping`, - CustomerID: 1365, - CustomerName: `Pamela Smith`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Smith`, - CustomerAddress: `128 Market Street, Huston, USA, 90109`, - Salesperson: `Nancy Jackson`, - OrderID: 1024, - OrderDate: `12/21/2022`, - ProductID: 188, - ProductName: `Samsung Note`, - UnitPrice: 10040.29, - Quantity: 4, - ExtendedPrice: 40161.16, - Freight: 1900.29, - Discontinued: false, - Region: `South East`, - Address: `128 Market Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 90109 - }), - new InvoicesDataItem( - { - ShipName: `Black Estate`, - ShipAddress: `154 Market Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 80119, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Federal Shipping`, - CustomerID: 1366, - CustomerName: `Nancy Black`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Black`, - CustomerAddress: `154 Market Street, Philadelphia, USA, 80119`, - Salesperson: `Nancy Jackson`, - OrderID: 1537, - OrderDate: `6/24/2022`, - ProductID: 161, - ProductName: `IPhone`, - UnitPrice: 20110.8, - Quantity: 5, - ExtendedPrice: 100554, - Freight: 1990.8, - Discontinued: false, - Region: `South East`, - Address: `154 Market Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 80119 - }), - new InvoicesDataItem( - { - ShipName: `Madison Townhouse`, - ShipAddress: `156 Main Street`, - ShipCity: `Miami`, - ShipPostalCode: 50128, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1367, - CustomerName: `Ben Madison`, - CustomerFirstName: `Ben`, - CustomerLastName: `Madison`, - CustomerAddress: `156 Main Street, Miami, USA, 50128`, - Salesperson: `Nancy Smith`, - OrderID: 1289, - OrderDate: `7/2/2022`, - ProductID: 125, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 18320.56, - Quantity: 3, - ExtendedPrice: 54961.68, - Freight: 890.56, - Discontinued: false, - Region: `South East`, - Address: `156 Main Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 50128 - }), - new InvoicesDataItem( - { - ShipName: `Madison Home`, - ShipAddress: `130 Main Street`, - ShipCity: `Miami`, - ShipPostalCode: 60146, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1368, - CustomerName: `James Madison`, - CustomerFirstName: `James`, - CustomerLastName: `Madison`, - CustomerAddress: `130 Main Street, Miami, USA, 60146`, - Salesperson: `Nancy Jackson`, - OrderID: 1451, - OrderDate: `12/4/2022`, - ProductID: 140, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 6030.21, - Quantity: 4, - ExtendedPrice: 24120.84, - Freight: 1930.21, - Discontinued: false, - Region: `North East`, - Address: `130 Main Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 60146 - }), - new InvoicesDataItem( - { - ShipName: `Watson Market`, - ShipAddress: `159 Wall Street`, - ShipCity: `New York`, - ShipPostalCode: 70158, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Speedy Express`, - CustomerID: 1369, - CustomerName: `Nancy Watson`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Watson`, - CustomerAddress: `159 Wall Street, New York, USA, 70158`, - Salesperson: `Max Jefferson`, - OrderID: 1056, - OrderDate: `1/10/2022`, - ProductID: 151, - ProductName: `Mac Book Pro`, - UnitPrice: 27710.33, - Quantity: 3, - ExtendedPrice: 83130.99, - Freight: 300.33, - Discontinued: true, - Region: `South East`, - Address: `159 Wall Street`, - City: `New York`, - Country: `USA`, - PostalCode: 70158 - }), - new InvoicesDataItem( - { - ShipName: `Smith Townhouse`, - ShipAddress: `189 Wall Street`, - ShipCity: `New York`, - ShipPostalCode: 90186, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1370, - CustomerName: `Pamela Smith`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Smith`, - CustomerAddress: `189 Wall Street, New York, USA, 90186`, - Salesperson: `Anna Jefferson`, - OrderID: 1611, - OrderDate: `9/14/2022`, - ProductID: 180, - ProductName: `IPhone`, - UnitPrice: 15940.65, - Quantity: 4, - ExtendedPrice: 63762.6, - Freight: 1210.65, - Discontinued: false, - Region: `North East`, - Address: `189 Wall Street`, - City: `New York`, - Country: `USA`, - PostalCode: 90186 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Estate`, - ShipAddress: `190 Wall Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 50065, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1371, - CustomerName: `Mike Jefferson`, - CustomerFirstName: `Mike`, - CustomerLastName: `Jefferson`, - CustomerAddress: `190 Wall Street, Philadelphia, USA, 50065`, - Salesperson: `Martin Watson`, - OrderID: 1731, - OrderDate: `2/7/2022`, - ProductID: 103, - ProductName: `Mac Book Pro`, - UnitPrice: 21560.2, - Quantity: 4, - ExtendedPrice: 86240.8, - Freight: 1880.2, - Discontinued: false, - Region: `South East`, - Address: `190 Wall Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 50065 - }), - new InvoicesDataItem( - { - ShipName: `Smith Home`, - ShipAddress: `127 Market Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 80182, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1372, - CustomerName: `Pamela Smith`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Smith`, - CustomerAddress: `127 Market Street, Los Angeles, USA, 80182`, - Salesperson: `Ben Jefferson`, - OrderID: 1156, - OrderDate: `7/16/2022`, - ProductID: 132, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 15440.77, - Quantity: 5, - ExtendedPrice: 77203.85, - Freight: 1730.77, - Discontinued: false, - Region: `West`, - Address: `127 Market Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 80182 - }), - new InvoicesDataItem( - { - ShipName: `Madison Estate`, - ShipAddress: `150 Market Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 50154, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1373, - CustomerName: `Ben Madison`, - CustomerFirstName: `Ben`, - CustomerLastName: `Madison`, - CustomerAddress: `150 Market Street, Philadelphia, USA, 50154`, - Salesperson: `Max Jackson`, - OrderID: 1592, - OrderDate: `12/25/2022`, - ProductID: 109, - ProductName: `Mac Book Air`, - UnitPrice: 25510.57, - Quantity: 2, - ExtendedPrice: 51021.14, - Freight: 1350.57, - Discontinued: false, - Region: `North East`, - Address: `150 Market Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 50154 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Estate`, - ShipAddress: `163 Market Street`, - ShipCity: `Miami`, - ShipPostalCode: 50149, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Speedy Express`, - CustomerID: 1374, - CustomerName: `Max Jackson`, - CustomerFirstName: `Max`, - CustomerLastName: `Jackson`, - CustomerAddress: `163 Market Street, Miami, USA, 50149`, - Salesperson: `James Smith`, - OrderID: 1504, - OrderDate: `10/7/2022`, - ProductID: 197, - ProductName: `Mac Book Pro`, - UnitPrice: 23590.87, - Quantity: 5, - ExtendedPrice: 117954.35, - Freight: 460.87, - Discontinued: false, - Region: `South East`, - Address: `163 Market Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 50149 - }), - new InvoicesDataItem( - { - ShipName: `Smith Townhouse`, - ShipAddress: `114 Wall Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 90131, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Federal Shipping`, - CustomerID: 1375, - CustomerName: `Pamela Smith`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Smith`, - CustomerAddress: `114 Wall Street, Philadelphia, USA, 90131`, - Salesperson: `Nancy Jefferson`, - OrderID: 1121, - OrderDate: `11/25/2022`, - ProductID: 148, - ProductName: `Samsung Note`, - UnitPrice: 13030.29, - Quantity: 2, - ExtendedPrice: 26060.58, - Freight: 1140.29, - Discontinued: false, - Region: `South East`, - Address: `114 Wall Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 90131 - }), - new InvoicesDataItem( - { - ShipName: `Black Townhouse`, - ShipAddress: `167 Market Street`, - ShipCity: `Huston`, - ShipPostalCode: 50058, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1376, - CustomerName: `Nancy Black`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Black`, - CustomerAddress: `167 Market Street, Huston, USA, 50058`, - Salesperson: `Martin Black`, - OrderID: 1455, - OrderDate: `8/6/2022`, - ProductID: 196, - ProductName: `IPhone`, - UnitPrice: 13870.29, - Quantity: 5, - ExtendedPrice: 69351.45, - Freight: 1080.29, - Discontinued: false, - Region: `West`, - Address: `167 Market Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 50058 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Townhouse`, - ShipAddress: `181 Market Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 80062, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1377, - CustomerName: `Anna Jackson`, - CustomerFirstName: `Anna`, - CustomerLastName: `Jackson`, - CustomerAddress: `181 Market Street, Los Angeles, USA, 80062`, - Salesperson: `Anna Black`, - OrderID: 1320, - OrderDate: `1/15/2022`, - ProductID: 109, - ProductName: `Mac Book Pro`, - UnitPrice: 10990.65, - Quantity: 3, - ExtendedPrice: 32971.95, - Freight: 310.65, - Discontinued: false, - Region: `North East`, - Address: `181 Market Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 80062 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Market`, - ShipAddress: `113 Wall Street`, - ShipCity: `Miami`, - ShipPostalCode: 80140, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Federal Shipping`, - CustomerID: 1378, - CustomerName: `Pamela Jackson`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Jackson`, - CustomerAddress: `113 Wall Street, Miami, USA, 80140`, - Salesperson: `Anna Jackson`, - OrderID: 1936, - OrderDate: `12/2/2022`, - ProductID: 171, - ProductName: `IPhone`, - UnitPrice: 9550.78, - Quantity: 4, - ExtendedPrice: 38203.12, - Freight: 1380.78, - Discontinued: false, - Region: `South East`, - Address: `113 Wall Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 80140 - }), - new InvoicesDataItem( - { - ShipName: `Madison Estate`, - ShipAddress: `188 Wall Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 80072, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Federal Shipping`, - CustomerID: 1379, - CustomerName: `Anna Madison`, - CustomerFirstName: `Anna`, - CustomerLastName: `Madison`, - CustomerAddress: `188 Wall Street, Los Angeles, USA, 80072`, - Salesperson: `Nancy Watson`, - OrderID: 1767, - OrderDate: `10/23/2022`, - ProductID: 130, - ProductName: `IPhone`, - UnitPrice: 21500.21, - Quantity: 2, - ExtendedPrice: 43000.42, - Freight: 1680.21, - Discontinued: true, - Region: `South East`, - Address: `188 Wall Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 80072 - }), - new InvoicesDataItem( - { - ShipName: `Madison Home`, - ShipAddress: `177 Market Street`, - ShipCity: `Huston`, - ShipPostalCode: 80160, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1380, - CustomerName: `Anna Madison`, - CustomerFirstName: `Anna`, - CustomerLastName: `Madison`, - CustomerAddress: `177 Market Street, Huston, USA, 80160`, - Salesperson: `Max Jackson`, - OrderID: 1118, - OrderDate: `6/2/2022`, - ProductID: 111, - ProductName: `Mac Book Air`, - UnitPrice: 20100.73, - Quantity: 4, - ExtendedPrice: 80402.92, - Freight: 540.73, - Discontinued: false, - Region: `West`, - Address: `177 Market Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 80160 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Townhouse`, - ShipAddress: `139 Wall Street`, - ShipCity: `Miami`, - ShipPostalCode: 80074, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1381, - CustomerName: `Mike Jefferson`, - CustomerFirstName: `Mike`, - CustomerLastName: `Jefferson`, - CustomerAddress: `139 Wall Street, Miami, USA, 80074`, - Salesperson: `Nancy Madison`, - OrderID: 1269, - OrderDate: `6/12/2022`, - ProductID: 192, - ProductName: `Mac Book Air`, - UnitPrice: 17200.34, - Quantity: 4, - ExtendedPrice: 68801.36, - Freight: 1280.34, - Discontinued: false, - Region: `North East`, - Address: `139 Wall Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 80074 - }), - new InvoicesDataItem( - { - ShipName: `Madison Home`, - ShipAddress: `115 Wall Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 90081, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1382, - CustomerName: `Pamela Madison`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Madison`, - CustomerAddress: `115 Wall Street, Los Angeles, USA, 90081`, - Salesperson: `James Jackson`, - OrderID: 1587, - OrderDate: `4/9/2022`, - ProductID: 187, - ProductName: `Samsung Note`, - UnitPrice: 24670.86, - Quantity: 2, - ExtendedPrice: 49341.72, - Freight: 1360.86, - Discontinued: false, - Region: `North East`, - Address: `115 Wall Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 90081 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Estate`, - ShipAddress: `130 Wall Street`, - ShipCity: `Miami`, - ShipPostalCode: 50175, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1383, - CustomerName: `Anna Jefferson`, - CustomerFirstName: `Anna`, - CustomerLastName: `Jefferson`, - CustomerAddress: `130 Wall Street, Miami, USA, 50175`, - Salesperson: `Mike Smith`, - OrderID: 1632, - OrderDate: `3/3/2022`, - ProductID: 197, - ProductName: `IPad`, - UnitPrice: 9780.24, - Quantity: 3, - ExtendedPrice: 29340.72, - Freight: 1420.24, - Discontinued: false, - Region: `West`, - Address: `130 Wall Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 50175 - }), - new InvoicesDataItem( - { - ShipName: `Black Estate`, - ShipAddress: `110 Main Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 90171, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1384, - CustomerName: `Max Black`, - CustomerFirstName: `Max`, - CustomerLastName: `Black`, - CustomerAddress: `110 Main Street, Philadelphia, USA, 90171`, - Salesperson: `Max Jefferson`, - OrderID: 1400, - OrderDate: `6/24/2022`, - ProductID: 123, - ProductName: `IPhone`, - UnitPrice: 12010.77, - Quantity: 2, - ExtendedPrice: 24021.54, - Freight: 560.77, - Discontinued: false, - Region: `North East`, - Address: `110 Main Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 90171 - }), - new InvoicesDataItem( - { - ShipName: `Black Market`, - ShipAddress: `111 Market Street`, - ShipCity: `Huston`, - ShipPostalCode: 80086, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1385, - CustomerName: `Mike Black`, - CustomerFirstName: `Mike`, - CustomerLastName: `Black`, - CustomerAddress: `111 Market Street, Huston, USA, 80086`, - Salesperson: `Ben Watson`, - OrderID: 1040, - OrderDate: `8/25/2022`, - ProductID: 192, - ProductName: `Samsung Note`, - UnitPrice: 27920.64, - Quantity: 5, - ExtendedPrice: 139603.2, - Freight: 250.64, - Discontinued: false, - Region: `South East`, - Address: `111 Market Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 80086 - }), - new InvoicesDataItem( - { - ShipName: `Black Townhouse`, - ShipAddress: `132 Wall Street`, - ShipCity: `Huston`, - ShipPostalCode: 60121, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Speedy Express`, - CustomerID: 1386, - CustomerName: `Mike Black`, - CustomerFirstName: `Mike`, - CustomerLastName: `Black`, - CustomerAddress: `132 Wall Street, Huston, USA, 60121`, - Salesperson: `Anna Watson`, - OrderID: 1445, - OrderDate: `6/12/2022`, - ProductID: 139, - ProductName: `IPhone`, - UnitPrice: 17460.46, - Quantity: 3, - ExtendedPrice: 52381.38, - Freight: 1060.46, - Discontinued: false, - Region: `South East`, - Address: `132 Wall Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 60121 - }), - new InvoicesDataItem( - { - ShipName: `Smith Townhouse`, - ShipAddress: `150 Main Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 60127, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1387, - CustomerName: `Ben Smith`, - CustomerFirstName: `Ben`, - CustomerLastName: `Smith`, - CustomerAddress: `150 Main Street, Philadelphia, USA, 60127`, - Salesperson: `Max Smith`, - OrderID: 1803, - OrderDate: `4/15/2022`, - ProductID: 172, - ProductName: `Mac Book Air`, - UnitPrice: 17820.62, - Quantity: 4, - ExtendedPrice: 71282.48, - Freight: 1150.62, - Discontinued: false, - Region: `West`, - Address: `150 Main Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 60127 - }), - new InvoicesDataItem( - { - ShipName: `Watson Estate`, - ShipAddress: `173 Market Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 50160, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1388, - CustomerName: `Anna Watson`, - CustomerFirstName: `Anna`, - CustomerLastName: `Watson`, - CustomerAddress: `173 Market Street, Philadelphia, USA, 50160`, - Salesperson: `Nancy Jefferson`, - OrderID: 1719, - OrderDate: `4/23/2022`, - ProductID: 134, - ProductName: `IPhone`, - UnitPrice: 22780.47, - Quantity: 3, - ExtendedPrice: 68341.41, - Freight: 500.47, - Discontinued: false, - Region: `West`, - Address: `173 Market Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 50160 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Townhouse`, - ShipAddress: `120 Wall Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 60064, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1389, - CustomerName: `Max Jefferson`, - CustomerFirstName: `Max`, - CustomerLastName: `Jefferson`, - CustomerAddress: `120 Wall Street, Philadelphia, USA, 60064`, - Salesperson: `Martin Jefferson`, - OrderID: 1706, - OrderDate: `5/15/2022`, - ProductID: 151, - ProductName: `Samsung Note`, - UnitPrice: 16430.61, - Quantity: 3, - ExtendedPrice: 49291.83, - Freight: 1650.61, - Discontinued: true, - Region: `West`, - Address: `120 Wall Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 60064 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Market`, - ShipAddress: `109 Main Street`, - ShipCity: `Huston`, - ShipPostalCode: 70200, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Speedy Express`, - CustomerID: 1390, - CustomerName: `Ben Jackson`, - CustomerFirstName: `Ben`, - CustomerLastName: `Jackson`, - CustomerAddress: `109 Main Street, Huston, USA, 70200`, - Salesperson: `James Watson`, - OrderID: 1318, - OrderDate: `6/10/2022`, - ProductID: 163, - ProductName: `IPad`, - UnitPrice: 26710.76, - Quantity: 4, - ExtendedPrice: 106843.04, - Freight: 330.76, - Discontinued: false, - Region: `South East`, - Address: `109 Main Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 70200 - }), - new InvoicesDataItem( - { - ShipName: `Madison Townhouse`, - ShipAddress: `161 Main Street`, - ShipCity: `Huston`, - ShipPostalCode: 60159, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1391, - CustomerName: `Mike Madison`, - CustomerFirstName: `Mike`, - CustomerLastName: `Madison`, - CustomerAddress: `161 Main Street, Huston, USA, 60159`, - Salesperson: `Ben Smith`, - OrderID: 1322, - OrderDate: `6/3/2022`, - ProductID: 170, - ProductName: `IPad`, - UnitPrice: 18660.7, - Quantity: 4, - ExtendedPrice: 74642.8, - Freight: 1480.7, - Discontinued: false, - Region: `North East`, - Address: `161 Main Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 60159 - }), - new InvoicesDataItem( - { - ShipName: `Watson Estate`, - ShipAddress: `194 Main Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 60148, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1392, - CustomerName: `Ben Watson`, - CustomerFirstName: `Ben`, - CustomerLastName: `Watson`, - CustomerAddress: `194 Main Street, Los Angeles, USA, 60148`, - Salesperson: `Pamela Black`, - OrderID: 1664, - OrderDate: `9/11/2022`, - ProductID: 131, - ProductName: `Mac Book Pro`, - UnitPrice: 16990.84, - Quantity: 5, - ExtendedPrice: 84954.2, - Freight: 1870.84, - Discontinued: false, - Region: `West`, - Address: `194 Main Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 60148 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Estate`, - ShipAddress: `191 Main Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 60148, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1393, - CustomerName: `James Jefferson`, - CustomerFirstName: `James`, - CustomerLastName: `Jefferson`, - CustomerAddress: `191 Main Street, Los Angeles, USA, 60148`, - Salesperson: `Martin Jackson`, - OrderID: 1995, - OrderDate: `7/3/2022`, - ProductID: 107, - ProductName: `Mac Book Pro`, - UnitPrice: 18490.66, - Quantity: 2, - ExtendedPrice: 36981.32, - Freight: 690.66, - Discontinued: false, - Region: `West`, - Address: `191 Main Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 60148 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Estate`, - ShipAddress: `129 Wall Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 80148, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1394, - CustomerName: `Martin Jefferson`, - CustomerFirstName: `Martin`, - CustomerLastName: `Jefferson`, - CustomerAddress: `129 Wall Street, Philadelphia, USA, 80148`, - Salesperson: `Ben Jefferson`, - OrderID: 1344, - OrderDate: `10/13/2022`, - ProductID: 168, - ProductName: `IPhone`, - UnitPrice: 5870.82, - Quantity: 5, - ExtendedPrice: 29354.1, - Freight: 400.82, - Discontinued: false, - Region: `West`, - Address: `129 Wall Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 80148 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Estate`, - ShipAddress: `148 Market Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 70084, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Speedy Express`, - CustomerID: 1395, - CustomerName: `Anna Jefferson`, - CustomerFirstName: `Anna`, - CustomerLastName: `Jefferson`, - CustomerAddress: `148 Market Street, Philadelphia, USA, 70084`, - Salesperson: `Martin Smith`, - OrderID: 1602, - OrderDate: `3/2/2022`, - ProductID: 153, - ProductName: `Samsung Note`, - UnitPrice: 8490.68, - Quantity: 3, - ExtendedPrice: 25472.04, - Freight: 1650.68, - Discontinued: false, - Region: `North East`, - Address: `148 Market Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 70084 - }), - new InvoicesDataItem( - { - ShipName: `Black Home`, - ShipAddress: `152 Wall Street`, - ShipCity: `Miami`, - ShipPostalCode: 90101, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1396, - CustomerName: `Max Black`, - CustomerFirstName: `Max`, - CustomerLastName: `Black`, - CustomerAddress: `152 Wall Street, Miami, USA, 90101`, - Salesperson: `Ben Black`, - OrderID: 1059, - OrderDate: `4/12/2022`, - ProductID: 164, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 12460.5, - Quantity: 3, - ExtendedPrice: 37381.5, - Freight: 280.5, - Discontinued: false, - Region: `North East`, - Address: `152 Wall Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 90101 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Estate`, - ShipAddress: `147 Market Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 50200, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1397, - CustomerName: `Nancy Jackson`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Jackson`, - CustomerAddress: `147 Market Street, Philadelphia, USA, 50200`, - Salesperson: `Nancy Watson`, - OrderID: 1159, - OrderDate: `5/12/2022`, - ProductID: 136, - ProductName: `IPhone`, - UnitPrice: 20790.46, - Quantity: 4, - ExtendedPrice: 83161.84, - Freight: 780.46, - Discontinued: false, - Region: `North East`, - Address: `147 Market Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 50200 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Estate`, - ShipAddress: `106 Main Street`, - ShipCity: `Miami`, - ShipPostalCode: 60064, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1398, - CustomerName: `Max Jackson`, - CustomerFirstName: `Max`, - CustomerLastName: `Jackson`, - CustomerAddress: `106 Main Street, Miami, USA, 60064`, - Salesperson: `Nancy Watson`, - OrderID: 1646, - OrderDate: `2/13/2022`, - ProductID: 143, - ProductName: `IPad`, - UnitPrice: 19180.29, - Quantity: 4, - ExtendedPrice: 76721.16, - Freight: 1760.29, - Discontinued: false, - Region: `North East`, - Address: `106 Main Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 60064 - }), - new InvoicesDataItem( - { - ShipName: `Black Estate`, - ShipAddress: `112 Main Street`, - ShipCity: `Miami`, - ShipPostalCode: 90118, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1399, - CustomerName: `Nancy Black`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Black`, - CustomerAddress: `112 Main Street, Miami, USA, 90118`, - Salesperson: `Martin Black`, - OrderID: 1205, - OrderDate: `9/24/2022`, - ProductID: 109, - ProductName: `IPad`, - UnitPrice: 25950.86, - Quantity: 4, - ExtendedPrice: 103803.44, - Freight: 1780.86, - Discontinued: true, - Region: `North East`, - Address: `112 Main Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 90118 - }), - new InvoicesDataItem( - { - ShipName: `Watson Market`, - ShipAddress: `135 Main Street`, - ShipCity: `Huston`, - ShipPostalCode: 80177, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1400, - CustomerName: `Mike Watson`, - CustomerFirstName: `Mike`, - CustomerLastName: `Watson`, - CustomerAddress: `135 Main Street, Huston, USA, 80177`, - Salesperson: `Max Madison`, - OrderID: 1619, - OrderDate: `7/15/2022`, - ProductID: 174, - ProductName: `Mac Book Pro`, - UnitPrice: 24890.31, - Quantity: 2, - ExtendedPrice: 49780.62, - Freight: 1540.31, - Discontinued: false, - Region: `West`, - Address: `135 Main Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 80177 - }), - new InvoicesDataItem( - { - ShipName: `Smith Home`, - ShipAddress: `156 Main Street`, - ShipCity: `Miami`, - ShipPostalCode: 70110, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Speedy Express`, - CustomerID: 1401, - CustomerName: `Max Smith`, - CustomerFirstName: `Max`, - CustomerLastName: `Smith`, - CustomerAddress: `156 Main Street, Miami, USA, 70110`, - Salesperson: `Anna Watson`, - OrderID: 1160, - OrderDate: `10/21/2022`, - ProductID: 127, - ProductName: `IPad`, - UnitPrice: 18400.21, - Quantity: 3, - ExtendedPrice: 55200.63, - Freight: 580.21, - Discontinued: false, - Region: `South East`, - Address: `156 Main Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 70110 - }), - new InvoicesDataItem( - { - ShipName: `Watson Home`, - ShipAddress: `124 Wall Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 90077, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1402, - CustomerName: `Max Watson`, - CustomerFirstName: `Max`, - CustomerLastName: `Watson`, - CustomerAddress: `124 Wall Street, Los Angeles, USA, 90077`, - Salesperson: `Ben Jefferson`, - OrderID: 1017, - OrderDate: `7/21/2022`, - ProductID: 160, - ProductName: `Samsung Note`, - UnitPrice: 15430.8, - Quantity: 5, - ExtendedPrice: 77154, - Freight: 1660.8, - Discontinued: false, - Region: `North East`, - Address: `124 Wall Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 90077 - }), - new InvoicesDataItem( - { - ShipName: `Black Townhouse`, - ShipAddress: `144 Market Street`, - ShipCity: `New York`, - ShipPostalCode: 50110, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1403, - CustomerName: `Anna Black`, - CustomerFirstName: `Anna`, - CustomerLastName: `Black`, - CustomerAddress: `144 Market Street, New York, USA, 50110`, - Salesperson: `James Jefferson`, - OrderID: 1990, - OrderDate: `5/17/2022`, - ProductID: 112, - ProductName: `IPhone`, - UnitPrice: 20040.37, - Quantity: 3, - ExtendedPrice: 60121.11, - Freight: 1710.37, - Discontinued: false, - Region: `South East`, - Address: `144 Market Street`, - City: `New York`, - Country: `USA`, - PostalCode: 50110 - }), - new InvoicesDataItem( - { - ShipName: `Smith Market`, - ShipAddress: `105 Main Street`, - ShipCity: `Miami`, - ShipPostalCode: 80117, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1404, - CustomerName: `James Smith`, - CustomerFirstName: `James`, - CustomerLastName: `Smith`, - CustomerAddress: `105 Main Street, Miami, USA, 80117`, - Salesperson: `Max Watson`, - OrderID: 1002, - OrderDate: `10/25/2022`, - ProductID: 119, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 28760.88, - Quantity: 5, - ExtendedPrice: 143804.4, - Freight: 1220.88, - Discontinued: false, - Region: `West`, - Address: `105 Main Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 80117 - }), - new InvoicesDataItem( - { - ShipName: `Madison Home`, - ShipAddress: `142 Main Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 90124, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1405, - CustomerName: `Anna Madison`, - CustomerFirstName: `Anna`, - CustomerLastName: `Madison`, - CustomerAddress: `142 Main Street, Los Angeles, USA, 90124`, - Salesperson: `James Madison`, - OrderID: 1433, - OrderDate: `7/22/2022`, - ProductID: 158, - ProductName: `Mac Book Pro`, - UnitPrice: 17750.64, - Quantity: 5, - ExtendedPrice: 88753.2, - Freight: 1300.64, - Discontinued: false, - Region: `West`, - Address: `142 Main Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 90124 - }), - new InvoicesDataItem( - { - ShipName: `Watson Townhouse`, - ShipAddress: `141 Market Street`, - ShipCity: `Huston`, - ShipPostalCode: 50115, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Speedy Express`, - CustomerID: 1406, - CustomerName: `Max Watson`, - CustomerFirstName: `Max`, - CustomerLastName: `Watson`, - CustomerAddress: `141 Market Street, Huston, USA, 50115`, - Salesperson: `Anna Watson`, - OrderID: 1195, - OrderDate: `8/12/2022`, - ProductID: 124, - ProductName: `Mac Book Pro`, - UnitPrice: 22040.48, - Quantity: 2, - ExtendedPrice: 44080.96, - Freight: 1260.48, - Discontinued: false, - Region: `North East`, - Address: `141 Market Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 50115 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Estate`, - ShipAddress: `145 Main Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 70160, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1407, - CustomerName: `Mike Jefferson`, - CustomerFirstName: `Mike`, - CustomerLastName: `Jefferson`, - CustomerAddress: `145 Main Street, Los Angeles, USA, 70160`, - Salesperson: `Max Watson`, - OrderID: 1486, - OrderDate: `1/13/2022`, - ProductID: 103, - ProductName: `Mac Book Air`, - UnitPrice: 29480.67, - Quantity: 3, - ExtendedPrice: 88442.01, - Freight: 1810.67, - Discontinued: false, - Region: `North East`, - Address: `145 Main Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 70160 - }), - new InvoicesDataItem( - { - ShipName: `Black Market`, - ShipAddress: `106 Main Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 80149, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1408, - CustomerName: `Ben Black`, - CustomerFirstName: `Ben`, - CustomerLastName: `Black`, - CustomerAddress: `106 Main Street, Los Angeles, USA, 80149`, - Salesperson: `James Smith`, - OrderID: 1646, - OrderDate: `9/4/2022`, - ProductID: 191, - ProductName: `Mac Book Pro`, - UnitPrice: 5890.71, - Quantity: 5, - ExtendedPrice: 29453.55, - Freight: 670.71, - Discontinued: false, - Region: `North East`, - Address: `106 Main Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 80149 - }), - new InvoicesDataItem( - { - ShipName: `Madison Estate`, - ShipAddress: `171 Market Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 60182, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1409, - CustomerName: `Anna Madison`, - CustomerFirstName: `Anna`, - CustomerLastName: `Madison`, - CustomerAddress: `171 Market Street, Los Angeles, USA, 60182`, - Salesperson: `James Smith`, - OrderID: 1839, - OrderDate: `12/12/2022`, - ProductID: 120, - ProductName: `IPhone`, - UnitPrice: 17510.64, - Quantity: 5, - ExtendedPrice: 87553.2, - Freight: 1150.64, - Discontinued: true, - Region: `West`, - Address: `171 Market Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 60182 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Home`, - ShipAddress: `195 Market Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 60122, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1410, - CustomerName: `Ben Jefferson`, - CustomerFirstName: `Ben`, - CustomerLastName: `Jefferson`, - CustomerAddress: `195 Market Street, Los Angeles, USA, 60122`, - Salesperson: `Martin Madison`, - OrderID: 1925, - OrderDate: `1/22/2022`, - ProductID: 164, - ProductName: `Mac Book Pro`, - UnitPrice: 12920.58, - Quantity: 2, - ExtendedPrice: 25841.16, - Freight: 690.58, - Discontinued: false, - Region: `West`, - Address: `195 Market Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 60122 - }), - new InvoicesDataItem( - { - ShipName: `Black Home`, - ShipAddress: `137 Wall Street`, - ShipCity: `Miami`, - ShipPostalCode: 70152, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Speedy Express`, - CustomerID: 1411, - CustomerName: `James Black`, - CustomerFirstName: `James`, - CustomerLastName: `Black`, - CustomerAddress: `137 Wall Street, Miami, USA, 70152`, - Salesperson: `Anna Jackson`, - OrderID: 1055, - OrderDate: `12/9/2022`, - ProductID: 198, - ProductName: `IPad`, - UnitPrice: 9640.43, - Quantity: 4, - ExtendedPrice: 38561.72, - Freight: 1930.43, - Discontinued: false, - Region: `North East`, - Address: `137 Wall Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 70152 - }), - new InvoicesDataItem( - { - ShipName: `Smith Estate`, - ShipAddress: `129 Wall Street`, - ShipCity: `Miami`, - ShipPostalCode: 50177, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1412, - CustomerName: `Anna Smith`, - CustomerFirstName: `Anna`, - CustomerLastName: `Smith`, - CustomerAddress: `129 Wall Street, Miami, USA, 50177`, - Salesperson: `Martin Smith`, - OrderID: 1845, - OrderDate: `10/21/2022`, - ProductID: 142, - ProductName: `IPad`, - UnitPrice: 16040.31, - Quantity: 3, - ExtendedPrice: 48120.93, - Freight: 1050.31, - Discontinued: false, - Region: `West`, - Address: `129 Wall Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 50177 - }), - new InvoicesDataItem( - { - ShipName: `Black Estate`, - ShipAddress: `174 Main Street`, - ShipCity: `Huston`, - ShipPostalCode: 90080, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1413, - CustomerName: `Mike Black`, - CustomerFirstName: `Mike`, - CustomerLastName: `Black`, - CustomerAddress: `174 Main Street, Huston, USA, 90080`, - Salesperson: `Nancy Jefferson`, - OrderID: 1560, - OrderDate: `6/23/2022`, - ProductID: 110, - ProductName: `Mac Book Pro`, - UnitPrice: 25850.87, - Quantity: 4, - ExtendedPrice: 103403.48, - Freight: 940.87, - Discontinued: false, - Region: `West`, - Address: `174 Main Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 90080 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Market`, - ShipAddress: `139 Market Street`, - ShipCity: `New York`, - ShipPostalCode: 60178, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1414, - CustomerName: `Nancy Jackson`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Jackson`, - CustomerAddress: `139 Market Street, New York, USA, 60178`, - Salesperson: `Pamela Jefferson`, - OrderID: 1102, - OrderDate: `2/18/2022`, - ProductID: 154, - ProductName: `Mac Book Air`, - UnitPrice: 13210.48, - Quantity: 4, - ExtendedPrice: 52841.92, - Freight: 960.48, - Discontinued: false, - Region: `South East`, - Address: `139 Market Street`, - City: `New York`, - Country: `USA`, - PostalCode: 60178 - }), - new InvoicesDataItem( - { - ShipName: `Madison Home`, - ShipAddress: `127 Wall Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 60192, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1415, - CustomerName: `Max Madison`, - CustomerFirstName: `Max`, - CustomerLastName: `Madison`, - CustomerAddress: `127 Wall Street, Los Angeles, USA, 60192`, - Salesperson: `Ben Smith`, - OrderID: 1570, - OrderDate: `5/19/2022`, - ProductID: 105, - ProductName: `Samsung Note`, - UnitPrice: 24890.59, - Quantity: 5, - ExtendedPrice: 124452.95, - Freight: 1860.59, - Discontinued: false, - Region: `West`, - Address: `127 Wall Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 60192 - }), - new InvoicesDataItem( - { - ShipName: `Watson Market`, - ShipAddress: `186 Market Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 90145, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Federal Shipping`, - CustomerID: 1416, - CustomerName: `Max Watson`, - CustomerFirstName: `Max`, - CustomerLastName: `Watson`, - CustomerAddress: `186 Market Street, Philadelphia, USA, 90145`, - Salesperson: `Mike Jefferson`, - OrderID: 1872, - OrderDate: `11/18/2022`, - ProductID: 165, - ProductName: `IPhone`, - UnitPrice: 19720.85, - Quantity: 2, - ExtendedPrice: 39441.7, - Freight: 690.85, - Discontinued: false, - Region: `South East`, - Address: `186 Market Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 90145 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Estate`, - ShipAddress: `198 Main Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 70160, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1417, - CustomerName: `Anna Jackson`, - CustomerFirstName: `Anna`, - CustomerLastName: `Jackson`, - CustomerAddress: `198 Main Street, Philadelphia, USA, 70160`, - Salesperson: `Martin Madison`, - OrderID: 1155, - OrderDate: `11/1/2022`, - ProductID: 138, - ProductName: `IPhone`, - UnitPrice: 12260.46, - Quantity: 2, - ExtendedPrice: 24520.92, - Freight: 1680.46, - Discontinued: false, - Region: `West`, - Address: `198 Main Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 70160 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Townhouse`, - ShipAddress: `110 Main Street`, - ShipCity: `New York`, - ShipPostalCode: 80119, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1418, - CustomerName: `Ben Jefferson`, - CustomerFirstName: `Ben`, - CustomerLastName: `Jefferson`, - CustomerAddress: `110 Main Street, New York, USA, 80119`, - Salesperson: `Anna Black`, - OrderID: 1600, - OrderDate: `8/12/2022`, - ProductID: 118, - ProductName: `Mac Book Air`, - UnitPrice: 9840.45, - Quantity: 4, - ExtendedPrice: 39361.8, - Freight: 1410.45, - Discontinued: false, - Region: `South East`, - Address: `110 Main Street`, - City: `New York`, - Country: `USA`, - PostalCode: 80119 - }), - new InvoicesDataItem( - { - ShipName: `Madison Market`, - ShipAddress: `187 Main Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 50082, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1419, - CustomerName: `Ben Madison`, - CustomerFirstName: `Ben`, - CustomerLastName: `Madison`, - CustomerAddress: `187 Main Street, Los Angeles, USA, 50082`, - Salesperson: `Pamela Watson`, - OrderID: 1451, - OrderDate: `12/10/2022`, - ProductID: 144, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 25180.7, - Quantity: 2, - ExtendedPrice: 50361.4, - Freight: 560.7, - Discontinued: true, - Region: `North East`, - Address: `187 Main Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 50082 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Townhouse`, - ShipAddress: `121 Main Street`, - ShipCity: `Miami`, - ShipPostalCode: 60178, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1420, - CustomerName: `Mike Jackson`, - CustomerFirstName: `Mike`, - CustomerLastName: `Jackson`, - CustomerAddress: `121 Main Street, Miami, USA, 60178`, - Salesperson: `Ben Jackson`, - OrderID: 1294, - OrderDate: `2/18/2022`, - ProductID: 168, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 18670.31, - Quantity: 5, - ExtendedPrice: 93351.55, - Freight: 1410.31, - Discontinued: false, - Region: `West`, - Address: `121 Main Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 60178 - }), - new InvoicesDataItem( - { - ShipName: `Smith Home`, - ShipAddress: `185 Wall Street`, - ShipCity: `New York`, - ShipPostalCode: 50177, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1421, - CustomerName: `Anna Smith`, - CustomerFirstName: `Anna`, - CustomerLastName: `Smith`, - CustomerAddress: `185 Wall Street, New York, USA, 50177`, - Salesperson: `James Watson`, - OrderID: 1095, - OrderDate: `6/16/2022`, - ProductID: 182, - ProductName: `Samsung Note`, - UnitPrice: 10450.44, - Quantity: 5, - ExtendedPrice: 52252.2, - Freight: 1030.44, - Discontinued: false, - Region: `West`, - Address: `185 Wall Street`, - City: `New York`, - Country: `USA`, - PostalCode: 50177 - }), - new InvoicesDataItem( - { - ShipName: `Watson Market`, - ShipAddress: `177 Market Street`, - ShipCity: `New York`, - ShipPostalCode: 90081, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1422, - CustomerName: `Max Watson`, - CustomerFirstName: `Max`, - CustomerLastName: `Watson`, - CustomerAddress: `177 Market Street, New York, USA, 90081`, - Salesperson: `Pamela Smith`, - OrderID: 1333, - OrderDate: `5/21/2022`, - ProductID: 159, - ProductName: `Mac Book Air`, - UnitPrice: 23900.49, - Quantity: 5, - ExtendedPrice: 119502.45, - Freight: 1700.49, - Discontinued: false, - Region: `South East`, - Address: `177 Market Street`, - City: `New York`, - Country: `USA`, - PostalCode: 90081 - }), - new InvoicesDataItem( - { - ShipName: `Watson Home`, - ShipAddress: `106 Market Street`, - ShipCity: `Miami`, - ShipPostalCode: 70099, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Speedy Express`, - CustomerID: 1423, - CustomerName: `Anna Watson`, - CustomerFirstName: `Anna`, - CustomerLastName: `Watson`, - CustomerAddress: `106 Market Street, Miami, USA, 70099`, - Salesperson: `Pamela Jackson`, - OrderID: 1147, - OrderDate: `6/13/2022`, - ProductID: 174, - ProductName: `Mac Book Pro`, - UnitPrice: 29460.63, - Quantity: 2, - ExtendedPrice: 58921.26, - Freight: 1280.63, - Discontinued: false, - Region: `North East`, - Address: `106 Market Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 70099 - }), - new InvoicesDataItem( - { - ShipName: `Madison Townhouse`, - ShipAddress: `179 Main Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 80150, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1424, - CustomerName: `Martin Madison`, - CustomerFirstName: `Martin`, - CustomerLastName: `Madison`, - CustomerAddress: `179 Main Street, Philadelphia, USA, 80150`, - Salesperson: `James Jefferson`, - OrderID: 1595, - OrderDate: `7/19/2022`, - ProductID: 183, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 19060.64, - Quantity: 5, - ExtendedPrice: 95303.2, - Freight: 980.64, - Discontinued: false, - Region: `North East`, - Address: `179 Main Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 80150 - }), - new InvoicesDataItem( - { - ShipName: `Watson Home`, - ShipAddress: `142 Main Street`, - ShipCity: `Huston`, - ShipPostalCode: 90100, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1425, - CustomerName: `Max Watson`, - CustomerFirstName: `Max`, - CustomerLastName: `Watson`, - CustomerAddress: `142 Main Street, Huston, USA, 90100`, - Salesperson: `Martin Black`, - OrderID: 1061, - OrderDate: `4/4/2022`, - ProductID: 118, - ProductName: `IPad`, - UnitPrice: 17400.83, - Quantity: 2, - ExtendedPrice: 34801.66, - Freight: 370.83, - Discontinued: false, - Region: `North East`, - Address: `142 Main Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 90100 - }), - new InvoicesDataItem( - { - ShipName: `Watson Townhouse`, - ShipAddress: `189 Main Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 90144, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1426, - CustomerName: `Max Watson`, - CustomerFirstName: `Max`, - CustomerLastName: `Watson`, - CustomerAddress: `189 Main Street, Philadelphia, USA, 90144`, - Salesperson: `Martin Smith`, - OrderID: 1114, - OrderDate: `2/13/2022`, - ProductID: 146, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 16860.57, - Quantity: 5, - ExtendedPrice: 84302.85, - Freight: 1050.57, - Discontinued: false, - Region: `North East`, - Address: `189 Main Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 90144 - }), - new InvoicesDataItem( - { - ShipName: `Madison Estate`, - ShipAddress: `130 Wall Street`, - ShipCity: `New York`, - ShipPostalCode: 90175, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Speedy Express`, - CustomerID: 1427, - CustomerName: `Pamela Madison`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Madison`, - CustomerAddress: `130 Wall Street, New York, USA, 90175`, - Salesperson: `Nancy Black`, - OrderID: 1716, - OrderDate: `11/6/2022`, - ProductID: 157, - ProductName: `IPad`, - UnitPrice: 19570.85, - Quantity: 3, - ExtendedPrice: 58712.55, - Freight: 1620.85, - Discontinued: false, - Region: `North East`, - Address: `130 Wall Street`, - City: `New York`, - Country: `USA`, - PostalCode: 90175 - }), - new InvoicesDataItem( - { - ShipName: `Smith Market`, - ShipAddress: `144 Market Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 80153, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1428, - CustomerName: `Anna Smith`, - CustomerFirstName: `Anna`, - CustomerLastName: `Smith`, - CustomerAddress: `144 Market Street, Philadelphia, USA, 80153`, - Salesperson: `Mike Smith`, - OrderID: 1523, - OrderDate: `8/5/2022`, - ProductID: 139, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 5100.26, - Quantity: 3, - ExtendedPrice: 15300.78, - Freight: 1630.26, - Discontinued: false, - Region: `North East`, - Address: `144 Market Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 80153 - }), - new InvoicesDataItem( - { - ShipName: `Smith Home`, - ShipAddress: `175 Wall Street`, - ShipCity: `New York`, - ShipPostalCode: 50150, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Speedy Express`, - CustomerID: 1429, - CustomerName: `James Smith`, - CustomerFirstName: `James`, - CustomerLastName: `Smith`, - CustomerAddress: `175 Wall Street, New York, USA, 50150`, - Salesperson: `James Jefferson`, - OrderID: 1027, - OrderDate: `12/7/2022`, - ProductID: 151, - ProductName: `IPad`, - UnitPrice: 18940.75, - Quantity: 4, - ExtendedPrice: 75763, - Freight: 1130.75, - Discontinued: true, - Region: `North East`, - Address: `175 Wall Street`, - City: `New York`, - Country: `USA`, - PostalCode: 50150 - }), - new InvoicesDataItem( - { - ShipName: `Smith Home`, - ShipAddress: `152 Wall Street`, - ShipCity: `New York`, - ShipPostalCode: 70091, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1430, - CustomerName: `Max Smith`, - CustomerFirstName: `Max`, - CustomerLastName: `Smith`, - CustomerAddress: `152 Wall Street, New York, USA, 70091`, - Salesperson: `Ben Smith`, - OrderID: 1626, - OrderDate: `1/1/2022`, - ProductID: 145, - ProductName: `IPhone`, - UnitPrice: 29800.74, - Quantity: 4, - ExtendedPrice: 119202.96, - Freight: 1440.74, - Discontinued: false, - Region: `West`, - Address: `152 Wall Street`, - City: `New York`, - Country: `USA`, - PostalCode: 70091 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Market`, - ShipAddress: `127 Main Street`, - ShipCity: `Miami`, - ShipPostalCode: 90099, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1431, - CustomerName: `Martin Jackson`, - CustomerFirstName: `Martin`, - CustomerLastName: `Jackson`, - CustomerAddress: `127 Main Street, Miami, USA, 90099`, - Salesperson: `Anna Smith`, - OrderID: 1789, - OrderDate: `10/15/2022`, - ProductID: 139, - ProductName: `Mac Book Air`, - UnitPrice: 16220.23, - Quantity: 2, - ExtendedPrice: 32440.46, - Freight: 1170.23, - Discontinued: false, - Region: `West`, - Address: `127 Main Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 90099 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Home`, - ShipAddress: `157 Wall Street`, - ShipCity: `Huston`, - ShipPostalCode: 70162, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Federal Shipping`, - CustomerID: 1432, - CustomerName: `Mike Jefferson`, - CustomerFirstName: `Mike`, - CustomerLastName: `Jefferson`, - CustomerAddress: `157 Wall Street, Huston, USA, 70162`, - Salesperson: `Martin Madison`, - OrderID: 1622, - OrderDate: `6/6/2022`, - ProductID: 133, - ProductName: `Samsung Note`, - UnitPrice: 7410.73, - Quantity: 4, - ExtendedPrice: 29642.92, - Freight: 1660.73, - Discontinued: false, - Region: `South East`, - Address: `157 Wall Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 70162 - }), - new InvoicesDataItem( - { - ShipName: `Smith Home`, - ShipAddress: `159 Market Street`, - ShipCity: `New York`, - ShipPostalCode: 50198, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Speedy Express`, - CustomerID: 1433, - CustomerName: `Mike Smith`, - CustomerFirstName: `Mike`, - CustomerLastName: `Smith`, - CustomerAddress: `159 Market Street, New York, USA, 50198`, - Salesperson: `Mike Smith`, - OrderID: 1961, - OrderDate: `9/7/2022`, - ProductID: 120, - ProductName: `Mac Book Pro`, - UnitPrice: 9150.59, - Quantity: 3, - ExtendedPrice: 27451.77, - Freight: 550.59, - Discontinued: false, - Region: `South East`, - Address: `159 Market Street`, - City: `New York`, - Country: `USA`, - PostalCode: 50198 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Estate`, - ShipAddress: `109 Market Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 60160, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1434, - CustomerName: `Ben Jackson`, - CustomerFirstName: `Ben`, - CustomerLastName: `Jackson`, - CustomerAddress: `109 Market Street, Philadelphia, USA, 60160`, - Salesperson: `Mike Madison`, - OrderID: 1868, - OrderDate: `2/5/2022`, - ProductID: 131, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 20400.46, - Quantity: 2, - ExtendedPrice: 40800.92, - Freight: 1640.46, - Discontinued: false, - Region: `South East`, - Address: `109 Market Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 60160 - }), - new InvoicesDataItem( - { - ShipName: `Madison Estate`, - ShipAddress: `138 Wall Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 80164, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1435, - CustomerName: `Max Madison`, - CustomerFirstName: `Max`, - CustomerLastName: `Madison`, - CustomerAddress: `138 Wall Street, Philadelphia, USA, 80164`, - Salesperson: `Mike Smith`, - OrderID: 1223, - OrderDate: `7/4/2022`, - ProductID: 199, - ProductName: `Samsung Note`, - UnitPrice: 23980.42, - Quantity: 5, - ExtendedPrice: 119902.1, - Freight: 410.42, - Discontinued: false, - Region: `West`, - Address: `138 Wall Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 80164 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Townhouse`, - ShipAddress: `164 Main Street`, - ShipCity: `New York`, - ShipPostalCode: 90183, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1436, - CustomerName: `Pamela Jackson`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Jackson`, - CustomerAddress: `164 Main Street, New York, USA, 90183`, - Salesperson: `James Watson`, - OrderID: 1766, - OrderDate: `7/14/2022`, - ProductID: 160, - ProductName: `Samsung Note`, - UnitPrice: 12280.79, - Quantity: 2, - ExtendedPrice: 24561.58, - Freight: 1140.79, - Discontinued: false, - Region: `West`, - Address: `164 Main Street`, - City: `New York`, - Country: `USA`, - PostalCode: 90183 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Estate`, - ShipAddress: `187 Main Street`, - ShipCity: `New York`, - ShipPostalCode: 80053, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1437, - CustomerName: `Nancy Jefferson`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Jefferson`, - CustomerAddress: `187 Main Street, New York, USA, 80053`, - Salesperson: `Martin Watson`, - OrderID: 1602, - OrderDate: `12/25/2022`, - ProductID: 112, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 14860.39, - Quantity: 5, - ExtendedPrice: 74301.95, - Freight: 1920.39, - Discontinued: false, - Region: `West`, - Address: `187 Main Street`, - City: `New York`, - Country: `USA`, - PostalCode: 80053 - }), - new InvoicesDataItem( - { - ShipName: `Black Market`, - ShipAddress: `197 Wall Street`, - ShipCity: `Miami`, - ShipPostalCode: 50076, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1438, - CustomerName: `Max Black`, - CustomerFirstName: `Max`, - CustomerLastName: `Black`, - CustomerAddress: `197 Wall Street, Miami, USA, 50076`, - Salesperson: `James Jefferson`, - OrderID: 1281, - OrderDate: `3/18/2022`, - ProductID: 102, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 11120.87, - Quantity: 2, - ExtendedPrice: 22241.74, - Freight: 720.87, - Discontinued: false, - Region: `North East`, - Address: `197 Wall Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 50076 - }), - new InvoicesDataItem( - { - ShipName: `Watson Market`, - ShipAddress: `127 Market Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 90067, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1439, - CustomerName: `James Watson`, - CustomerFirstName: `James`, - CustomerLastName: `Watson`, - CustomerAddress: `127 Market Street, Los Angeles, USA, 90067`, - Salesperson: `James Madison`, - OrderID: 1736, - OrderDate: `2/4/2022`, - ProductID: 172, - ProductName: `IPad`, - UnitPrice: 20090.62, - Quantity: 4, - ExtendedPrice: 80362.48, - Freight: 630.62, - Discontinued: true, - Region: `West`, - Address: `127 Market Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 90067 - }), - new InvoicesDataItem( - { - ShipName: `Black Market`, - ShipAddress: `150 Market Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 90161, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1440, - CustomerName: `Max Black`, - CustomerFirstName: `Max`, - CustomerLastName: `Black`, - CustomerAddress: `150 Market Street, Philadelphia, USA, 90161`, - Salesperson: `Anna Watson`, - OrderID: 1683, - OrderDate: `5/15/2022`, - ProductID: 192, - ProductName: `Mac Book Air`, - UnitPrice: 7270.76, - Quantity: 3, - ExtendedPrice: 21812.28, - Freight: 1880.76, - Discontinued: false, - Region: `West`, - Address: `150 Market Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 90161 - }), - new InvoicesDataItem( - { - ShipName: `Watson Townhouse`, - ShipAddress: `128 Market Street`, - ShipCity: `Huston`, - ShipPostalCode: 70131, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1441, - CustomerName: `Pamela Watson`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Watson`, - CustomerAddress: `128 Market Street, Huston, USA, 70131`, - Salesperson: `Ben Smith`, - OrderID: 1652, - OrderDate: `11/16/2022`, - ProductID: 107, - ProductName: `Samsung Note`, - UnitPrice: 23290.38, - Quantity: 2, - ExtendedPrice: 46580.76, - Freight: 400.38, - Discontinued: false, - Region: `West`, - Address: `128 Market Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 70131 - }), - new InvoicesDataItem( - { - ShipName: `Watson Home`, - ShipAddress: `151 Wall Street`, - ShipCity: `Miami`, - ShipPostalCode: 70185, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1442, - CustomerName: `Max Watson`, - CustomerFirstName: `Max`, - CustomerLastName: `Watson`, - CustomerAddress: `151 Wall Street, Miami, USA, 70185`, - Salesperson: `Nancy Black`, - OrderID: 1385, - OrderDate: `6/12/2022`, - ProductID: 110, - ProductName: `Mac Book Pro`, - UnitPrice: 14390.77, - Quantity: 2, - ExtendedPrice: 28781.54, - Freight: 1600.77, - Discontinued: false, - Region: `West`, - Address: `151 Wall Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 70185 - }), - new InvoicesDataItem( - { - ShipName: `Madison Home`, - ShipAddress: `183 Wall Street`, - ShipCity: `New York`, - ShipPostalCode: 60080, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Speedy Express`, - CustomerID: 1443, - CustomerName: `Pamela Madison`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Madison`, - CustomerAddress: `183 Wall Street, New York, USA, 60080`, - Salesperson: `Mike Madison`, - OrderID: 1158, - OrderDate: `3/11/2022`, - ProductID: 172, - ProductName: `Samsung Note`, - UnitPrice: 25230.25, - Quantity: 3, - ExtendedPrice: 75690.75, - Freight: 340.25, - Discontinued: false, - Region: `South East`, - Address: `183 Wall Street`, - City: `New York`, - Country: `USA`, - PostalCode: 60080 - }), - new InvoicesDataItem( - { - ShipName: `Black Estate`, - ShipAddress: `137 Wall Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 80117, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Speedy Express`, - CustomerID: 1444, - CustomerName: `James Black`, - CustomerFirstName: `James`, - CustomerLastName: `Black`, - CustomerAddress: `137 Wall Street, Philadelphia, USA, 80117`, - Salesperson: `Anna Black`, - OrderID: 1310, - OrderDate: `9/5/2022`, - ProductID: 157, - ProductName: `IPad`, - UnitPrice: 21970.48, - Quantity: 2, - ExtendedPrice: 43940.96, - Freight: 1420.48, - Discontinued: false, - Region: `South East`, - Address: `137 Wall Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 80117 - }), - new InvoicesDataItem( - { - ShipName: `Black Market`, - ShipAddress: `158 Wall Street`, - ShipCity: `New York`, - ShipPostalCode: 80138, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1445, - CustomerName: `Anna Black`, - CustomerFirstName: `Anna`, - CustomerLastName: `Black`, - CustomerAddress: `158 Wall Street, New York, USA, 80138`, - Salesperson: `Martin Madison`, - OrderID: 1385, - OrderDate: `5/9/2022`, - ProductID: 127, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 12610.37, - Quantity: 5, - ExtendedPrice: 63051.85, - Freight: 1410.37, - Discontinued: false, - Region: `West`, - Address: `158 Wall Street`, - City: `New York`, - Country: `USA`, - PostalCode: 80138 - }), - new InvoicesDataItem( - { - ShipName: `Madison Home`, - ShipAddress: `145 Wall Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 70189, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1446, - CustomerName: `Mike Madison`, - CustomerFirstName: `Mike`, - CustomerLastName: `Madison`, - CustomerAddress: `145 Wall Street, Los Angeles, USA, 70189`, - Salesperson: `Mike Jackson`, - OrderID: 1725, - OrderDate: `9/6/2022`, - ProductID: 112, - ProductName: `Mac Book Pro`, - UnitPrice: 20520.26, - Quantity: 4, - ExtendedPrice: 82081.04, - Freight: 710.26, - Discontinued: false, - Region: `West`, - Address: `145 Wall Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 70189 - }), - new InvoicesDataItem( - { - ShipName: `Black Estate`, - ShipAddress: `155 Wall Street`, - ShipCity: `Miami`, - ShipPostalCode: 60114, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Speedy Express`, - CustomerID: 1447, - CustomerName: `Pamela Black`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Black`, - CustomerAddress: `155 Wall Street, Miami, USA, 60114`, - Salesperson: `Martin Madison`, - OrderID: 1520, - OrderDate: `6/15/2022`, - ProductID: 174, - ProductName: `IPhone`, - UnitPrice: 16730.88, - Quantity: 2, - ExtendedPrice: 33461.76, - Freight: 1020.88, - Discontinued: false, - Region: `South East`, - Address: `155 Wall Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 60114 - }), - new InvoicesDataItem( - { - ShipName: `Madison Estate`, - ShipAddress: `184 Main Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 80059, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1448, - CustomerName: `Max Madison`, - CustomerFirstName: `Max`, - CustomerLastName: `Madison`, - CustomerAddress: `184 Main Street, Los Angeles, USA, 80059`, - Salesperson: `Max Smith`, - OrderID: 1764, - OrderDate: `4/4/2022`, - ProductID: 147, - ProductName: `Mac Book Air`, - UnitPrice: 29810.31, - Quantity: 2, - ExtendedPrice: 59620.62, - Freight: 1200.31, - Discontinued: false, - Region: `West`, - Address: `184 Main Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 80059 - }), - new InvoicesDataItem( - { - ShipName: `Black Home`, - ShipAddress: `195 Wall Street`, - ShipCity: `Huston`, - ShipPostalCode: 80052, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1449, - CustomerName: `Ben Black`, - CustomerFirstName: `Ben`, - CustomerLastName: `Black`, - CustomerAddress: `195 Wall Street, Huston, USA, 80052`, - Salesperson: `Max Jefferson`, - OrderID: 1325, - OrderDate: `8/23/2022`, - ProductID: 186, - ProductName: `Mac Book Pro`, - UnitPrice: 19780.82, - Quantity: 3, - ExtendedPrice: 59342.46, - Freight: 720.82, - Discontinued: true, - Region: `South East`, - Address: `195 Wall Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 80052 - }), - new InvoicesDataItem( - { - ShipName: `Black Market`, - ShipAddress: `168 Market Street`, - ShipCity: `Miami`, - ShipPostalCode: 70196, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1450, - CustomerName: `Anna Black`, - CustomerFirstName: `Anna`, - CustomerLastName: `Black`, - CustomerAddress: `168 Market Street, Miami, USA, 70196`, - Salesperson: `Martin Madison`, - OrderID: 1216, - OrderDate: `9/9/2022`, - ProductID: 134, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 25110.88, - Quantity: 2, - ExtendedPrice: 50221.76, - Freight: 1040.88, - Discontinued: false, - Region: `West`, - Address: `168 Market Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 70196 - }), - new InvoicesDataItem( - { - ShipName: `Black Estate`, - ShipAddress: `196 Wall Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 70064, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1451, - CustomerName: `Anna Black`, - CustomerFirstName: `Anna`, - CustomerLastName: `Black`, - CustomerAddress: `196 Wall Street, Philadelphia, USA, 70064`, - Salesperson: `Nancy Madison`, - OrderID: 1924, - OrderDate: `9/9/2022`, - ProductID: 108, - ProductName: `IPhone`, - UnitPrice: 14220.86, - Quantity: 2, - ExtendedPrice: 28441.72, - Freight: 1220.86, - Discontinued: false, - Region: `West`, - Address: `196 Wall Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 70064 - }), - new InvoicesDataItem( - { - ShipName: `Madison Home`, - ShipAddress: `125 Wall Street`, - ShipCity: `Huston`, - ShipPostalCode: 90158, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1452, - CustomerName: `Max Madison`, - CustomerFirstName: `Max`, - CustomerLastName: `Madison`, - CustomerAddress: `125 Wall Street, Huston, USA, 90158`, - Salesperson: `Martin Jackson`, - OrderID: 1952, - OrderDate: `8/23/2022`, - ProductID: 177, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 11460.48, - Quantity: 3, - ExtendedPrice: 34381.44, - Freight: 1140.48, - Discontinued: false, - Region: `West`, - Address: `125 Wall Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 90158 - }), - new InvoicesDataItem( - { - ShipName: `Watson Home`, - ShipAddress: `113 Wall Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 50104, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1453, - CustomerName: `Ben Watson`, - CustomerFirstName: `Ben`, - CustomerLastName: `Watson`, - CustomerAddress: `113 Wall Street, Los Angeles, USA, 50104`, - Salesperson: `Mike Black`, - OrderID: 1388, - OrderDate: `7/12/2022`, - ProductID: 142, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 25460.85, - Quantity: 2, - ExtendedPrice: 50921.7, - Freight: 360.85, - Discontinued: false, - Region: `West`, - Address: `113 Wall Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 50104 - }), - new InvoicesDataItem( - { - ShipName: `Black Home`, - ShipAddress: `176 Market Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 90069, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Federal Shipping`, - CustomerID: 1454, - CustomerName: `Nancy Black`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Black`, - CustomerAddress: `176 Market Street, Philadelphia, USA, 90069`, - Salesperson: `Max Jefferson`, - OrderID: 1197, - OrderDate: `9/3/2022`, - ProductID: 132, - ProductName: `IPhone`, - UnitPrice: 5760.67, - Quantity: 3, - ExtendedPrice: 17282.01, - Freight: 1350.67, - Discontinued: false, - Region: `South East`, - Address: `176 Market Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 90069 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Townhouse`, - ShipAddress: `142 Market Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 50098, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1455, - CustomerName: `Max Jefferson`, - CustomerFirstName: `Max`, - CustomerLastName: `Jefferson`, - CustomerAddress: `142 Market Street, Los Angeles, USA, 50098`, - Salesperson: `Nancy Smith`, - OrderID: 1808, - OrderDate: `3/2/2022`, - ProductID: 145, - ProductName: `Mac Book Pro`, - UnitPrice: 18130.62, - Quantity: 3, - ExtendedPrice: 54391.86, - Freight: 660.62, - Discontinued: false, - Region: `North East`, - Address: `142 Market Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 50098 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Home`, - ShipAddress: `184 Main Street`, - ShipCity: `New York`, - ShipPostalCode: 50125, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Speedy Express`, - CustomerID: 1456, - CustomerName: `Pamela Jefferson`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Jefferson`, - CustomerAddress: `184 Main Street, New York, USA, 50125`, - Salesperson: `Pamela Jackson`, - OrderID: 1098, - OrderDate: `9/11/2022`, - ProductID: 106, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 29450.81, - Quantity: 5, - ExtendedPrice: 147254.05, - Freight: 820.81, - Discontinued: false, - Region: `North East`, - Address: `184 Main Street`, - City: `New York`, - Country: `USA`, - PostalCode: 50125 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Market`, - ShipAddress: `190 Main Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 70130, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Speedy Express`, - CustomerID: 1457, - CustomerName: `Nancy Jefferson`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Jefferson`, - CustomerAddress: `190 Main Street, Philadelphia, USA, 70130`, - Salesperson: `Max Madison`, - OrderID: 1942, - OrderDate: `9/1/2022`, - ProductID: 136, - ProductName: `Mac Book Pro`, - UnitPrice: 28790.51, - Quantity: 3, - ExtendedPrice: 86371.53, - Freight: 460.51, - Discontinued: false, - Region: `North East`, - Address: `190 Main Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 70130 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Market`, - ShipAddress: `121 Main Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 70093, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1458, - CustomerName: `Mike Jefferson`, - CustomerFirstName: `Mike`, - CustomerLastName: `Jefferson`, - CustomerAddress: `121 Main Street, Los Angeles, USA, 70093`, - Salesperson: `James Black`, - OrderID: 1815, - OrderDate: `6/16/2022`, - ProductID: 144, - ProductName: `Mac Book Pro`, - UnitPrice: 9060.8, - Quantity: 3, - ExtendedPrice: 27182.4, - Freight: 1990.8, - Discontinued: false, - Region: `North East`, - Address: `121 Main Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 70093 - }), - new InvoicesDataItem( - { - ShipName: `Smith Home`, - ShipAddress: `111 Main Street`, - ShipCity: `Huston`, - ShipPostalCode: 50082, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1459, - CustomerName: `Nancy Smith`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Smith`, - CustomerAddress: `111 Main Street, Huston, USA, 50082`, - Salesperson: `Max Black`, - OrderID: 1551, - OrderDate: `4/6/2022`, - ProductID: 130, - ProductName: `Mac Book Pro`, - UnitPrice: 29370.56, - Quantity: 3, - ExtendedPrice: 88111.68, - Freight: 1970.56, - Discontinued: true, - Region: `North East`, - Address: `111 Main Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 50082 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Market`, - ShipAddress: `128 Market Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 90155, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1460, - CustomerName: `Max Jefferson`, - CustomerFirstName: `Max`, - CustomerLastName: `Jefferson`, - CustomerAddress: `128 Market Street, Los Angeles, USA, 90155`, - Salesperson: `James Smith`, - OrderID: 1660, - OrderDate: `6/6/2022`, - ProductID: 175, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 29130.58, - Quantity: 2, - ExtendedPrice: 58261.16, - Freight: 340.58, - Discontinued: false, - Region: `West`, - Address: `128 Market Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 90155 - }), - new InvoicesDataItem( - { - ShipName: `Smith Home`, - ShipAddress: `159 Main Street`, - ShipCity: `Huston`, - ShipPostalCode: 60166, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1461, - CustomerName: `Mike Smith`, - CustomerFirstName: `Mike`, - CustomerLastName: `Smith`, - CustomerAddress: `159 Main Street, Huston, USA, 60166`, - Salesperson: `Mike Black`, - OrderID: 1860, - OrderDate: `5/20/2022`, - ProductID: 197, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 18630.66, - Quantity: 4, - ExtendedPrice: 74522.64, - Freight: 1540.66, - Discontinued: false, - Region: `South East`, - Address: `159 Main Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 60166 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Home`, - ShipAddress: `115 Market Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 60171, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1462, - CustomerName: `Nancy Jefferson`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Jefferson`, - CustomerAddress: `115 Market Street, Los Angeles, USA, 60171`, - Salesperson: `Mike Jackson`, - OrderID: 1312, - OrderDate: `9/12/2022`, - ProductID: 182, - ProductName: `Samsung Note`, - UnitPrice: 19120.8, - Quantity: 3, - ExtendedPrice: 57362.4, - Freight: 470.8, - Discontinued: false, - Region: `North East`, - Address: `115 Market Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 60171 - }), - new InvoicesDataItem( - { - ShipName: `Watson Townhouse`, - ShipAddress: `184 Main Street`, - ShipCity: `New York`, - ShipPostalCode: 80169, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1463, - CustomerName: `Nancy Watson`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Watson`, - CustomerAddress: `184 Main Street, New York, USA, 80169`, - Salesperson: `Nancy Madison`, - OrderID: 1738, - OrderDate: `1/7/2022`, - ProductID: 161, - ProductName: `Mac Book Air`, - UnitPrice: 9160.8, - Quantity: 2, - ExtendedPrice: 18321.6, - Freight: 1850.8, - Discontinued: false, - Region: `West`, - Address: `184 Main Street`, - City: `New York`, - Country: `USA`, - PostalCode: 80169 - }), - new InvoicesDataItem( - { - ShipName: `Black Market`, - ShipAddress: `147 Main Street`, - ShipCity: `Miami`, - ShipPostalCode: 60068, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Speedy Express`, - CustomerID: 1464, - CustomerName: `Ben Black`, - CustomerFirstName: `Ben`, - CustomerLastName: `Black`, - CustomerAddress: `147 Main Street, Miami, USA, 60068`, - Salesperson: `Nancy Madison`, - OrderID: 1981, - OrderDate: `5/23/2022`, - ProductID: 110, - ProductName: `Samsung Note`, - UnitPrice: 19100.54, - Quantity: 5, - ExtendedPrice: 95502.7, - Freight: 1720.54, - Discontinued: false, - Region: `North East`, - Address: `147 Main Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 60068 - }), - new InvoicesDataItem( - { - ShipName: `Black Market`, - ShipAddress: `143 Wall Street`, - ShipCity: `Huston`, - ShipPostalCode: 80182, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Speedy Express`, - CustomerID: 1465, - CustomerName: `Ben Black`, - CustomerFirstName: `Ben`, - CustomerLastName: `Black`, - CustomerAddress: `143 Wall Street, Huston, USA, 80182`, - Salesperson: `Anna Watson`, - OrderID: 1067, - OrderDate: `12/19/2022`, - ProductID: 103, - ProductName: `Samsung Note`, - UnitPrice: 28900.7, - Quantity: 3, - ExtendedPrice: 86702.1, - Freight: 770.7, - Discontinued: false, - Region: `North East`, - Address: `143 Wall Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 80182 - }), - new InvoicesDataItem( - { - ShipName: `Watson Estate`, - ShipAddress: `170 Main Street`, - ShipCity: `New York`, - ShipPostalCode: 60155, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1466, - CustomerName: `Max Watson`, - CustomerFirstName: `Max`, - CustomerLastName: `Watson`, - CustomerAddress: `170 Main Street, New York, USA, 60155`, - Salesperson: `James Jackson`, - OrderID: 1746, - OrderDate: `9/2/2022`, - ProductID: 148, - ProductName: `IPad`, - UnitPrice: 25390.4, - Quantity: 5, - ExtendedPrice: 126952, - Freight: 550.4, - Discontinued: false, - Region: `South East`, - Address: `170 Main Street`, - City: `New York`, - Country: `USA`, - PostalCode: 60155 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Market`, - ShipAddress: `111 Wall Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 60079, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1467, - CustomerName: `Pamela Jackson`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Jackson`, - CustomerAddress: `111 Wall Street, Philadelphia, USA, 60079`, - Salesperson: `Nancy Jefferson`, - OrderID: 1334, - OrderDate: `5/23/2022`, - ProductID: 129, - ProductName: `Mac Book Air`, - UnitPrice: 14520.65, - Quantity: 2, - ExtendedPrice: 29041.3, - Freight: 1250.65, - Discontinued: false, - Region: `West`, - Address: `111 Wall Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 60079 - }), - new InvoicesDataItem( - { - ShipName: `Black Market`, - ShipAddress: `153 Wall Street`, - ShipCity: `Huston`, - ShipPostalCode: 90056, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Speedy Express`, - CustomerID: 1468, - CustomerName: `Anna Black`, - CustomerFirstName: `Anna`, - CustomerLastName: `Black`, - CustomerAddress: `153 Wall Street, Huston, USA, 90056`, - Salesperson: `Anna Jackson`, - OrderID: 1230, - OrderDate: `4/15/2022`, - ProductID: 128, - ProductName: `IPhone`, - UnitPrice: 14930.82, - Quantity: 5, - ExtendedPrice: 74654.1, - Freight: 1470.82, - Discontinued: false, - Region: `North East`, - Address: `153 Wall Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 90056 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Market`, - ShipAddress: `143 Main Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 50070, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Speedy Express`, - CustomerID: 1469, - CustomerName: `Max Jackson`, - CustomerFirstName: `Max`, - CustomerLastName: `Jackson`, - CustomerAddress: `143 Main Street, Philadelphia, USA, 50070`, - Salesperson: `Nancy Madison`, - OrderID: 1761, - OrderDate: `1/23/2022`, - ProductID: 136, - ProductName: `IPad`, - UnitPrice: 10810.43, - Quantity: 4, - ExtendedPrice: 43241.72, - Freight: 1910.43, - Discontinued: true, - Region: `South East`, - Address: `143 Main Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 50070 - }), - new InvoicesDataItem( - { - ShipName: `Black Estate`, - ShipAddress: `174 Market Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 80126, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1470, - CustomerName: `Pamela Black`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Black`, - CustomerAddress: `174 Market Street, Philadelphia, USA, 80126`, - Salesperson: `Martin Madison`, - OrderID: 1217, - OrderDate: `7/7/2022`, - ProductID: 170, - ProductName: `IPhone`, - UnitPrice: 16660.27, - Quantity: 4, - ExtendedPrice: 66641.08, - Freight: 790.27, - Discontinued: false, - Region: `North East`, - Address: `174 Market Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 80126 - }), - new InvoicesDataItem( - { - ShipName: `Smith Home`, - ShipAddress: `189 Wall Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 60161, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Speedy Express`, - CustomerID: 1471, - CustomerName: `Max Smith`, - CustomerFirstName: `Max`, - CustomerLastName: `Smith`, - CustomerAddress: `189 Wall Street, Los Angeles, USA, 60161`, - Salesperson: `Max Madison`, - OrderID: 1882, - OrderDate: `11/5/2022`, - ProductID: 141, - ProductName: `Mac Book Air`, - UnitPrice: 18210.39, - Quantity: 3, - ExtendedPrice: 54631.17, - Freight: 990.39, - Discontinued: false, - Region: `South East`, - Address: `189 Wall Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 60161 - }), - new InvoicesDataItem( - { - ShipName: `Black Market`, - ShipAddress: `193 Market Street`, - ShipCity: `Huston`, - ShipPostalCode: 50163, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Speedy Express`, - CustomerID: 1472, - CustomerName: `Max Black`, - CustomerFirstName: `Max`, - CustomerLastName: `Black`, - CustomerAddress: `193 Market Street, Huston, USA, 50163`, - Salesperson: `Mike Black`, - OrderID: 1855, - OrderDate: `5/3/2022`, - ProductID: 188, - ProductName: `Samsung Note`, - UnitPrice: 9860.59, - Quantity: 5, - ExtendedPrice: 49302.95, - Freight: 1610.59, - Discontinued: false, - Region: `South East`, - Address: `193 Market Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 50163 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Townhouse`, - ShipAddress: `128 Main Street`, - ShipCity: `Miami`, - ShipPostalCode: 60162, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1473, - CustomerName: `Max Jackson`, - CustomerFirstName: `Max`, - CustomerLastName: `Jackson`, - CustomerAddress: `128 Main Street, Miami, USA, 60162`, - Salesperson: `Nancy Black`, - OrderID: 1087, - OrderDate: `4/5/2022`, - ProductID: 166, - ProductName: `Mac Book Air`, - UnitPrice: 12090.33, - Quantity: 4, - ExtendedPrice: 48361.32, - Freight: 1020.33, - Discontinued: false, - Region: `West`, - Address: `128 Main Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 60162 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Townhouse`, - ShipAddress: `179 Wall Street`, - ShipCity: `New York`, - ShipPostalCode: 50104, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1474, - CustomerName: `Ben Jackson`, - CustomerFirstName: `Ben`, - CustomerLastName: `Jackson`, - CustomerAddress: `179 Wall Street, New York, USA, 50104`, - Salesperson: `Martin Black`, - OrderID: 1121, - OrderDate: `12/2/2022`, - ProductID: 169, - ProductName: `IPad`, - UnitPrice: 18020.22, - Quantity: 4, - ExtendedPrice: 72080.88, - Freight: 830.22, - Discontinued: false, - Region: `West`, - Address: `179 Wall Street`, - City: `New York`, - Country: `USA`, - PostalCode: 50104 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Townhouse`, - ShipAddress: `168 Market Street`, - ShipCity: `Huston`, - ShipPostalCode: 60117, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1475, - CustomerName: `Martin Jackson`, - CustomerFirstName: `Martin`, - CustomerLastName: `Jackson`, - CustomerAddress: `168 Market Street, Huston, USA, 60117`, - Salesperson: `James Madison`, - OrderID: 1965, - OrderDate: `10/17/2022`, - ProductID: 166, - ProductName: `Mac Book Pro`, - UnitPrice: 6770.39, - Quantity: 5, - ExtendedPrice: 33851.95, - Freight: 240.39, - Discontinued: false, - Region: `West`, - Address: `168 Market Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 60117 - }), - new InvoicesDataItem( - { - ShipName: `Black Market`, - ShipAddress: `195 Wall Street`, - ShipCity: `Huston`, - ShipPostalCode: 50103, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1476, - CustomerName: `Mike Black`, - CustomerFirstName: `Mike`, - CustomerLastName: `Black`, - CustomerAddress: `195 Wall Street, Huston, USA, 50103`, - Salesperson: `Ben Jackson`, - OrderID: 1241, - OrderDate: `2/3/2022`, - ProductID: 159, - ProductName: `Samsung Note`, - UnitPrice: 14250.8, - Quantity: 5, - ExtendedPrice: 71254, - Freight: 1870.8, - Discontinued: false, - Region: `North East`, - Address: `195 Wall Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 50103 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Market`, - ShipAddress: `192 Main Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 70069, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1477, - CustomerName: `Pamela Jefferson`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Jefferson`, - CustomerAddress: `192 Main Street, Los Angeles, USA, 70069`, - Salesperson: `Pamela Watson`, - OrderID: 1440, - OrderDate: `6/4/2022`, - ProductID: 191, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 23000.87, - Quantity: 3, - ExtendedPrice: 69002.61, - Freight: 1680.87, - Discontinued: false, - Region: `North East`, - Address: `192 Main Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 70069 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Estate`, - ShipAddress: `139 Wall Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 50143, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1478, - CustomerName: `Pamela Jefferson`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Jefferson`, - CustomerAddress: `139 Wall Street, Philadelphia, USA, 50143`, - Salesperson: `Nancy Madison`, - OrderID: 1507, - OrderDate: `10/10/2022`, - ProductID: 176, - ProductName: `Mac Book Air`, - UnitPrice: 25490.8, - Quantity: 3, - ExtendedPrice: 76472.4, - Freight: 830.8, - Discontinued: false, - Region: `North East`, - Address: `139 Wall Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 50143 - }), - new InvoicesDataItem( - { - ShipName: `Madison Estate`, - ShipAddress: `131 Wall Street`, - ShipCity: `Miami`, - ShipPostalCode: 80108, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Federal Shipping`, - CustomerID: 1479, - CustomerName: `Mike Madison`, - CustomerFirstName: `Mike`, - CustomerLastName: `Madison`, - CustomerAddress: `131 Wall Street, Miami, USA, 80108`, - Salesperson: `Ben Jefferson`, - OrderID: 1702, - OrderDate: `10/16/2022`, - ProductID: 174, - ProductName: `Mac Book Pro`, - UnitPrice: 28620.58, - Quantity: 4, - ExtendedPrice: 114482.32, - Freight: 950.58, - Discontinued: true, - Region: `South East`, - Address: `131 Wall Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 80108 - }), - new InvoicesDataItem( - { - ShipName: `Smith Estate`, - ShipAddress: `127 Market Street`, - ShipCity: `Huston`, - ShipPostalCode: 90097, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Speedy Express`, - CustomerID: 1480, - CustomerName: `James Smith`, - CustomerFirstName: `James`, - CustomerLastName: `Smith`, - CustomerAddress: `127 Market Street, Huston, USA, 90097`, - Salesperson: `Pamela Black`, - OrderID: 1875, - OrderDate: `7/24/2022`, - ProductID: 164, - ProductName: `Mac Book Air`, - UnitPrice: 6750.85, - Quantity: 2, - ExtendedPrice: 13501.7, - Freight: 1160.85, - Discontinued: false, - Region: `North East`, - Address: `127 Market Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 90097 - }), - new InvoicesDataItem( - { - ShipName: `Madison Home`, - ShipAddress: `190 Market Street`, - ShipCity: `New York`, - ShipPostalCode: 70142, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1481, - CustomerName: `Pamela Madison`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Madison`, - CustomerAddress: `190 Market Street, New York, USA, 70142`, - Salesperson: `Pamela Smith`, - OrderID: 1373, - OrderDate: `5/19/2022`, - ProductID: 108, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 17230.33, - Quantity: 3, - ExtendedPrice: 51690.99, - Freight: 1270.33, - Discontinued: false, - Region: `West`, - Address: `190 Market Street`, - City: `New York`, - Country: `USA`, - PostalCode: 70142 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Market`, - ShipAddress: `179 Main Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 90146, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1482, - CustomerName: `Nancy Jackson`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Jackson`, - CustomerAddress: `179 Main Street, Philadelphia, USA, 90146`, - Salesperson: `James Jefferson`, - OrderID: 1452, - OrderDate: `5/16/2022`, - ProductID: 170, - ProductName: `Mac Book Air`, - UnitPrice: 8320.5, - Quantity: 4, - ExtendedPrice: 33282, - Freight: 510.5, - Discontinued: false, - Region: `North East`, - Address: `179 Main Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 90146 - }), - new InvoicesDataItem( - { - ShipName: `Black Townhouse`, - ShipAddress: `183 Main Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 90165, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1483, - CustomerName: `Anna Black`, - CustomerFirstName: `Anna`, - CustomerLastName: `Black`, - CustomerAddress: `183 Main Street, Los Angeles, USA, 90165`, - Salesperson: `Max Watson`, - OrderID: 1835, - OrderDate: `9/8/2022`, - ProductID: 198, - ProductName: `Samsung Note`, - UnitPrice: 13800.6, - Quantity: 3, - ExtendedPrice: 41401.8, - Freight: 700.6, - Discontinued: false, - Region: `West`, - Address: `183 Main Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 90165 - }), - new InvoicesDataItem( - { - ShipName: `Black Townhouse`, - ShipAddress: `108 Main Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 50151, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Speedy Express`, - CustomerID: 1484, - CustomerName: `Max Black`, - CustomerFirstName: `Max`, - CustomerLastName: `Black`, - CustomerAddress: `108 Main Street, Philadelphia, USA, 50151`, - Salesperson: `Mike Jefferson`, - OrderID: 1448, - OrderDate: `11/16/2022`, - ProductID: 103, - ProductName: `Samsung Note`, - UnitPrice: 21840.84, - Quantity: 5, - ExtendedPrice: 109204.2, - Freight: 1500.84, - Discontinued: false, - Region: `South East`, - Address: `108 Main Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 50151 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Estate`, - ShipAddress: `150 Market Street`, - ShipCity: `New York`, - ShipPostalCode: 80053, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1485, - CustomerName: `James Jefferson`, - CustomerFirstName: `James`, - CustomerLastName: `Jefferson`, - CustomerAddress: `150 Market Street, New York, USA, 80053`, - Salesperson: `Anna Black`, - OrderID: 1160, - OrderDate: `6/7/2022`, - ProductID: 156, - ProductName: `IPhone`, - UnitPrice: 24480.65, - Quantity: 2, - ExtendedPrice: 48961.3, - Freight: 860.65, - Discontinued: false, - Region: `West`, - Address: `150 Market Street`, - City: `New York`, - Country: `USA`, - PostalCode: 80053 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Estate`, - ShipAddress: `121 Wall Street`, - ShipCity: `Miami`, - ShipPostalCode: 50087, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Speedy Express`, - CustomerID: 1486, - CustomerName: `Mike Jefferson`, - CustomerFirstName: `Mike`, - CustomerLastName: `Jefferson`, - CustomerAddress: `121 Wall Street, Miami, USA, 50087`, - Salesperson: `Anna Jackson`, - OrderID: 1277, - OrderDate: `8/16/2022`, - ProductID: 108, - ProductName: `Mac Book Air`, - UnitPrice: 27370.31, - Quantity: 2, - ExtendedPrice: 54740.62, - Freight: 350.31, - Discontinued: false, - Region: `North East`, - Address: `121 Wall Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 50087 - }), - new InvoicesDataItem( - { - ShipName: `Watson Townhouse`, - ShipAddress: `187 Market Street`, - ShipCity: `Miami`, - ShipPostalCode: 90094, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1487, - CustomerName: `Anna Watson`, - CustomerFirstName: `Anna`, - CustomerLastName: `Watson`, - CustomerAddress: `187 Market Street, Miami, USA, 90094`, - Salesperson: `Pamela Jefferson`, - OrderID: 1895, - OrderDate: `7/18/2022`, - ProductID: 138, - ProductName: `IPad`, - UnitPrice: 15270.6, - Quantity: 3, - ExtendedPrice: 45811.8, - Freight: 1920.6, - Discontinued: false, - Region: `West`, - Address: `187 Market Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 90094 - }), - new InvoicesDataItem( - { - ShipName: `Watson Market`, - ShipAddress: `142 Main Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 50160, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1488, - CustomerName: `Pamela Watson`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Watson`, - CustomerAddress: `142 Main Street, Los Angeles, USA, 50160`, - Salesperson: `Max Smith`, - OrderID: 1559, - OrderDate: `11/2/2022`, - ProductID: 129, - ProductName: `Samsung Note`, - UnitPrice: 19940.22, - Quantity: 5, - ExtendedPrice: 99701.1, - Freight: 540.22, - Discontinued: false, - Region: `West`, - Address: `142 Main Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 50160 - }), - new InvoicesDataItem( - { - ShipName: `Black Townhouse`, - ShipAddress: `190 Market Street`, - ShipCity: `Miami`, - ShipPostalCode: 60164, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Speedy Express`, - CustomerID: 1489, - CustomerName: `James Black`, - CustomerFirstName: `James`, - CustomerLastName: `Black`, - CustomerAddress: `190 Market Street, Miami, USA, 60164`, - Salesperson: `Nancy Jefferson`, - OrderID: 1144, - OrderDate: `5/7/2022`, - ProductID: 169, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 29010.82, - Quantity: 4, - ExtendedPrice: 116043.28, - Freight: 1870.82, - Discontinued: true, - Region: `North East`, - Address: `190 Market Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 60164 - }), - new InvoicesDataItem( - { - ShipName: `Madison Market`, - ShipAddress: `180 Main Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 70181, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1490, - CustomerName: `Ben Madison`, - CustomerFirstName: `Ben`, - CustomerLastName: `Madison`, - CustomerAddress: `180 Main Street, Philadelphia, USA, 70181`, - Salesperson: `Ben Black`, - OrderID: 1396, - OrderDate: `2/24/2022`, - ProductID: 137, - ProductName: `IPhone`, - UnitPrice: 15420.8, - Quantity: 4, - ExtendedPrice: 61683.2, - Freight: 1870.8, - Discontinued: false, - Region: `West`, - Address: `180 Main Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 70181 - }), - new InvoicesDataItem( - { - ShipName: `Watson Home`, - ShipAddress: `152 Market Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 60139, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Speedy Express`, - CustomerID: 1491, - CustomerName: `Anna Watson`, - CustomerFirstName: `Anna`, - CustomerLastName: `Watson`, - CustomerAddress: `152 Market Street, Philadelphia, USA, 60139`, - Salesperson: `Mike Madison`, - OrderID: 1733, - OrderDate: `9/23/2022`, - ProductID: 117, - ProductName: `Mac Book Pro`, - UnitPrice: 26430.79, - Quantity: 5, - ExtendedPrice: 132153.95, - Freight: 270.79, - Discontinued: false, - Region: `North East`, - Address: `152 Market Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 60139 - }), - new InvoicesDataItem( - { - ShipName: `Black Home`, - ShipAddress: `176 Main Street`, - ShipCity: `Miami`, - ShipPostalCode: 60072, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1492, - CustomerName: `Nancy Black`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Black`, - CustomerAddress: `176 Main Street, Miami, USA, 60072`, - Salesperson: `Mike Black`, - OrderID: 1473, - OrderDate: `6/23/2022`, - ProductID: 175, - ProductName: `Samsung Note`, - UnitPrice: 18440.43, - Quantity: 4, - ExtendedPrice: 73761.72, - Freight: 1770.43, - Discontinued: false, - Region: `West`, - Address: `176 Main Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 60072 - }), - new InvoicesDataItem( - { - ShipName: `Madison Home`, - ShipAddress: `120 Main Street`, - ShipCity: `Miami`, - ShipPostalCode: 80161, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1493, - CustomerName: `Martin Madison`, - CustomerFirstName: `Martin`, - CustomerLastName: `Madison`, - CustomerAddress: `120 Main Street, Miami, USA, 80161`, - Salesperson: `Ben Watson`, - OrderID: 1674, - OrderDate: `5/1/2022`, - ProductID: 175, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 23490.67, - Quantity: 3, - ExtendedPrice: 70472.01, - Freight: 820.67, - Discontinued: false, - Region: `West`, - Address: `120 Main Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 80161 - }), - new InvoicesDataItem( - { - ShipName: `Black Estate`, - ShipAddress: `127 Main Street`, - ShipCity: `Miami`, - ShipPostalCode: 90183, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1494, - CustomerName: `Ben Black`, - CustomerFirstName: `Ben`, - CustomerLastName: `Black`, - CustomerAddress: `127 Main Street, Miami, USA, 90183`, - Salesperson: `Pamela Smith`, - OrderID: 1279, - OrderDate: `2/9/2022`, - ProductID: 108, - ProductName: `Samsung Note`, - UnitPrice: 7560.83, - Quantity: 4, - ExtendedPrice: 30243.32, - Freight: 470.83, - Discontinued: false, - Region: `West`, - Address: `127 Main Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 90183 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Estate`, - ShipAddress: `129 Market Street`, - ShipCity: `New York`, - ShipPostalCode: 50067, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1495, - CustomerName: `Pamela Jackson`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Jackson`, - CustomerAddress: `129 Market Street, New York, USA, 50067`, - Salesperson: `Nancy Jackson`, - OrderID: 1502, - OrderDate: `9/25/2022`, - ProductID: 175, - ProductName: `Samsung Note`, - UnitPrice: 24020.51, - Quantity: 4, - ExtendedPrice: 96082.04, - Freight: 1320.51, - Discontinued: false, - Region: `South East`, - Address: `129 Market Street`, - City: `New York`, - Country: `USA`, - PostalCode: 50067 - }), - new InvoicesDataItem( - { - ShipName: `Madison Townhouse`, - ShipAddress: `118 Market Street`, - ShipCity: `New York`, - ShipPostalCode: 70088, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1496, - CustomerName: `Mike Madison`, - CustomerFirstName: `Mike`, - CustomerLastName: `Madison`, - CustomerAddress: `118 Market Street, New York, USA, 70088`, - Salesperson: `Anna Watson`, - OrderID: 1672, - OrderDate: `7/8/2022`, - ProductID: 178, - ProductName: `Mac Book Air`, - UnitPrice: 9150.21, - Quantity: 2, - ExtendedPrice: 18300.42, - Freight: 470.21, - Discontinued: false, - Region: `West`, - Address: `118 Market Street`, - City: `New York`, - Country: `USA`, - PostalCode: 70088 - }), - new InvoicesDataItem( - { - ShipName: `Watson Townhouse`, - ShipAddress: `146 Main Street`, - ShipCity: `Huston`, - ShipPostalCode: 60135, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Speedy Express`, - CustomerID: 1497, - CustomerName: `Mike Watson`, - CustomerFirstName: `Mike`, - CustomerLastName: `Watson`, - CustomerAddress: `146 Main Street, Huston, USA, 60135`, - Salesperson: `Anna Black`, - OrderID: 1449, - OrderDate: `4/4/2022`, - ProductID: 194, - ProductName: `IPhone`, - UnitPrice: 19390.48, - Quantity: 4, - ExtendedPrice: 77561.92, - Freight: 1350.48, - Discontinued: false, - Region: `North East`, - Address: `146 Main Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 60135 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Home`, - ShipAddress: `146 Market Street`, - ShipCity: `Huston`, - ShipPostalCode: 80195, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1498, - CustomerName: `Pamela Jefferson`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Jefferson`, - CustomerAddress: `146 Market Street, Huston, USA, 80195`, - Salesperson: `Ben Black`, - OrderID: 1100, - OrderDate: `7/1/2022`, - ProductID: 103, - ProductName: `IPhone`, - UnitPrice: 12430.89, - Quantity: 3, - ExtendedPrice: 37292.67, - Freight: 1060.89, - Discontinued: false, - Region: `North East`, - Address: `146 Market Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 80195 - }), + new InvoicesDataItem({ ShipName: `Jefferson Home`, ShipAddress: `124 Wall Street`, ShipCity: `Miami`, ShipPostalCode: 60098, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1000, CustomerName: `Martin Jefferson`, CustomerFirstName: `Martin`, CustomerLastName: `Jefferson`, CustomerAddress: `124 Wall Street, Miami, USA, 60098`, Salesperson: `Nancy Jefferson`, OrderID: 1931, OrderDate: `3/14/2022`, ProductID: 189, ProductName: `IPad`, UnitPrice: 16150.61, Quantity: 3, ExtendedPrice: 48451.83, Freight: 980.61, Discontinued: false, Region: `South East`, Address: `124 Wall Street`, City: `Miami`, Country: `USA`, PostalCode: 60098 }), + new InvoicesDataItem({ ShipName: `Black Home`, ShipAddress: `162 Main Street`, ShipCity: `Miami`, ShipPostalCode: 80193, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1001, CustomerName: `Anna Black`, CustomerFirstName: `Anna`, CustomerLastName: `Black`, CustomerAddress: `162 Main Street, Miami, USA, 80193`, Salesperson: `Anna Smith`, OrderID: 1163, OrderDate: `5/22/2022`, ProductID: 138, ProductName: `Mac Book Pro`, UnitPrice: 18520.59, Quantity: 4, ExtendedPrice: 74082.36, Freight: 850.59, Discontinued: false, Region: `West`, Address: `162 Main Street`, City: `Miami`, Country: `USA`, PostalCode: 80193 }), + new InvoicesDataItem({ ShipName: `Watson Townhouse`, ShipAddress: `164 Wall Street`, ShipCity: `Miami`, ShipPostalCode: 50111, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1002, CustomerName: `Max Watson`, CustomerFirstName: `Max`, CustomerLastName: `Watson`, CustomerAddress: `164 Wall Street, Miami, USA, 50111`, Salesperson: `Martin Watson`, OrderID: 1230, OrderDate: `2/9/2022`, ProductID: 118, ProductName: `Mac Book Air`, UnitPrice: 25310.39, Quantity: 3, ExtendedPrice: 75931.17, Freight: 210.39, Discontinued: false, Region: `West`, Address: `164 Wall Street`, City: `Miami`, Country: `USA`, PostalCode: 50111 }), + new InvoicesDataItem({ ShipName: `Madison Townhouse`, ShipAddress: `124 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 90123, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1003, CustomerName: `Max Madison`, CustomerFirstName: `Max`, CustomerLastName: `Madison`, CustomerAddress: `124 Market Street, Philadelphia, USA, 90123`, Salesperson: `Anna Black`, OrderID: 1176, OrderDate: `6/3/2022`, ProductID: 169, ProductName: `Samsung Galaxy 22`, UnitPrice: 29890.86, Quantity: 4, ExtendedPrice: 119563.44, Freight: 800.86, Discontinued: false, Region: `South East`, Address: `124 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 90123 }), + new InvoicesDataItem({ ShipName: `Jackson Townhouse`, ShipAddress: `181 Market Street`, ShipCity: `Miami`, ShipPostalCode: 90095, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1004, CustomerName: `Pamela Jackson`, CustomerFirstName: `Pamela`, CustomerLastName: `Jackson`, CustomerAddress: `181 Market Street, Miami, USA, 90095`, Salesperson: `Max Black`, OrderID: 1382, OrderDate: `1/10/2022`, ProductID: 185, ProductName: `Samsung Note`, UnitPrice: 7810.61, Quantity: 2, ExtendedPrice: 15621.22, Freight: 1790.61, Discontinued: false, Region: `West`, Address: `181 Market Street`, City: `Miami`, Country: `USA`, PostalCode: 90095 }), + new InvoicesDataItem({ ShipName: `Jefferson Home`, ShipAddress: `188 Wall Street`, ShipCity: `Los Angeles`, ShipPostalCode: 50149, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1005, CustomerName: `Mike Jefferson`, CustomerFirstName: `Mike`, CustomerLastName: `Jefferson`, CustomerAddress: `188 Wall Street, Los Angeles, USA, 50149`, Salesperson: `Martin Jefferson`, OrderID: 1864, OrderDate: `8/18/2022`, ProductID: 168, ProductName: `Samsung Galaxy 22`, UnitPrice: 9370.76, Quantity: 4, ExtendedPrice: 37483.04, Freight: 970.76, Discontinued: false, Region: `North East`, Address: `188 Wall Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 50149 }), + new InvoicesDataItem({ ShipName: `Smith Home`, ShipAddress: `174 Market Street`, ShipCity: `Huston`, ShipPostalCode: 90112, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1006, CustomerName: `Martin Smith`, CustomerFirstName: `Martin`, CustomerLastName: `Smith`, CustomerAddress: `174 Market Street, Huston, USA, 90112`, Salesperson: `Nancy Smith`, OrderID: 1502, OrderDate: `6/13/2022`, ProductID: 199, ProductName: `IPhone`, UnitPrice: 20830.47, Quantity: 2, ExtendedPrice: 41660.94, Freight: 1530.47, Discontinued: false, Region: `West`, Address: `174 Market Street`, City: `Huston`, Country: `USA`, PostalCode: 90112 }), + new InvoicesDataItem({ ShipName: `Jefferson Townhouse`, ShipAddress: `134 Market Street`, ShipCity: `Miami`, ShipPostalCode: 50083, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1007, CustomerName: `Nancy Jefferson`, CustomerFirstName: `Nancy`, CustomerLastName: `Jefferson`, CustomerAddress: `134 Market Street, Miami, USA, 50083`, Salesperson: `Mike Jefferson`, OrderID: 1305, OrderDate: `10/21/2022`, ProductID: 185, ProductName: `Mac Book Air`, UnitPrice: 7320.44, Quantity: 2, ExtendedPrice: 14640.88, Freight: 630.44, Discontinued: false, Region: `West`, Address: `134 Market Street`, City: `Miami`, Country: `USA`, PostalCode: 50083 }), + new InvoicesDataItem({ ShipName: `Jefferson Estate`, ShipAddress: `177 Main Street`, ShipCity: `New York`, ShipPostalCode: 70185, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1008, CustomerName: `Nancy Jefferson`, CustomerFirstName: `Nancy`, CustomerLastName: `Jefferson`, CustomerAddress: `177 Main Street, New York, USA, 70185`, Salesperson: `Pamela Watson`, OrderID: 1725, OrderDate: `5/7/2022`, ProductID: 133, ProductName: `Mac Book Air`, UnitPrice: 11240.72, Quantity: 3, ExtendedPrice: 33722.16, Freight: 420.72, Discontinued: false, Region: `South East`, Address: `177 Main Street`, City: `New York`, Country: `USA`, PostalCode: 70185 }), + new InvoicesDataItem({ ShipName: `Jefferson Estate`, ShipAddress: `169 Main Street`, ShipCity: `Miami`, ShipPostalCode: 90183, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1009, CustomerName: `Mike Jefferson`, CustomerFirstName: `Mike`, CustomerLastName: `Jefferson`, CustomerAddress: `169 Main Street, Miami, USA, 90183`, Salesperson: `Anna Watson`, OrderID: 1977, OrderDate: `10/14/2022`, ProductID: 178, ProductName: `IPhone`, UnitPrice: 6460.55, Quantity: 3, ExtendedPrice: 19381.65, Freight: 370.55, Discontinued: true, Region: `South East`, Address: `169 Main Street`, City: `Miami`, Country: `USA`, PostalCode: 90183 }), + new InvoicesDataItem({ ShipName: `Jackson Estate`, ShipAddress: `151 Market Street`, ShipCity: `New York`, ShipPostalCode: 80160, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1010, CustomerName: `James Jackson`, CustomerFirstName: `James`, CustomerLastName: `Jackson`, CustomerAddress: `151 Market Street, New York, USA, 80160`, Salesperson: `Nancy Black`, OrderID: 1666, OrderDate: `12/6/2022`, ProductID: 140, ProductName: `Mac Book Pro`, UnitPrice: 7940.82, Quantity: 2, ExtendedPrice: 15881.64, Freight: 1670.82, Discontinued: false, Region: `South East`, Address: `151 Market Street`, City: `New York`, Country: `USA`, PostalCode: 80160 }), + new InvoicesDataItem({ ShipName: `Jefferson Market`, ShipAddress: `147 Main Street`, ShipCity: `Miami`, ShipPostalCode: 80183, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1011, CustomerName: `James Jefferson`, CustomerFirstName: `James`, CustomerLastName: `Jefferson`, CustomerAddress: `147 Main Street, Miami, USA, 80183`, Salesperson: `Mike Madison`, OrderID: 1059, OrderDate: `5/14/2022`, ProductID: 174, ProductName: `Samsung Note`, UnitPrice: 14650.56, Quantity: 2, ExtendedPrice: 29301.12, Freight: 1770.56, Discontinued: false, Region: `West`, Address: `147 Main Street`, City: `Miami`, Country: `USA`, PostalCode: 80183 }), + new InvoicesDataItem({ ShipName: `Watson Estate`, ShipAddress: `134 Main Street`, ShipCity: `New York`, ShipPostalCode: 80066, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1012, CustomerName: `Mike Watson`, CustomerFirstName: `Mike`, CustomerLastName: `Watson`, CustomerAddress: `134 Main Street, New York, USA, 80066`, Salesperson: `Mike Black`, OrderID: 1851, OrderDate: `7/24/2022`, ProductID: 175, ProductName: `IPhone`, UnitPrice: 7870.39, Quantity: 2, ExtendedPrice: 15740.78, Freight: 360.39, Discontinued: false, Region: `West`, Address: `134 Main Street`, City: `New York`, Country: `USA`, PostalCode: 80066 }), + new InvoicesDataItem({ ShipName: `Madison Estate`, ShipAddress: `159 Market Street`, ShipCity: `Los Angeles`, ShipPostalCode: 80096, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1013, CustomerName: `Ben Madison`, CustomerFirstName: `Ben`, CustomerLastName: `Madison`, CustomerAddress: `159 Market Street, Los Angeles, USA, 80096`, Salesperson: `Anna Madison`, OrderID: 1451, OrderDate: `10/4/2022`, ProductID: 188, ProductName: `Mac Book Pro`, UnitPrice: 13920.38, Quantity: 4, ExtendedPrice: 55681.52, Freight: 1140.38, Discontinued: false, Region: `North East`, Address: `159 Market Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 80096 }), + new InvoicesDataItem({ ShipName: `Madison Estate`, ShipAddress: `187 Wall Street`, ShipCity: `Miami`, ShipPostalCode: 60144, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1014, CustomerName: `Martin Madison`, CustomerFirstName: `Martin`, CustomerLastName: `Madison`, CustomerAddress: `187 Wall Street, Miami, USA, 60144`, Salesperson: `Ben Jefferson`, OrderID: 1331, OrderDate: `4/4/2022`, ProductID: 119, ProductName: `IPhone`, UnitPrice: 6940.73, Quantity: 5, ExtendedPrice: 34703.65, Freight: 640.73, Discontinued: false, Region: `West`, Address: `187 Wall Street`, City: `Miami`, Country: `USA`, PostalCode: 60144 }), + new InvoicesDataItem({ ShipName: `Jackson Townhouse`, ShipAddress: `158 Wall Street`, ShipCity: `Huston`, ShipPostalCode: 60063, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1015, CustomerName: `Ben Jackson`, CustomerFirstName: `Ben`, CustomerLastName: `Jackson`, CustomerAddress: `158 Wall Street, Huston, USA, 60063`, Salesperson: `Martin Jefferson`, OrderID: 1609, OrderDate: `9/6/2022`, ProductID: 171, ProductName: `IPhone`, UnitPrice: 29080.28, Quantity: 2, ExtendedPrice: 58160.56, Freight: 1810.28, Discontinued: false, Region: `South East`, Address: `158 Wall Street`, City: `Huston`, Country: `USA`, PostalCode: 60063 }), + new InvoicesDataItem({ ShipName: `Black Market`, ShipAddress: `168 Main Street`, ShipCity: `Huston`, ShipPostalCode: 60184, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1016, CustomerName: `James Black`, CustomerFirstName: `James`, CustomerLastName: `Black`, CustomerAddress: `168 Main Street, Huston, USA, 60184`, Salesperson: `Martin Watson`, OrderID: 1772, OrderDate: `3/20/2022`, ProductID: 152, ProductName: `Mac Book Air`, UnitPrice: 28350.9, Quantity: 5, ExtendedPrice: 141754.5, Freight: 1290.9, Discontinued: false, Region: `South East`, Address: `168 Main Street`, City: `Huston`, Country: `USA`, PostalCode: 60184 }), + new InvoicesDataItem({ ShipName: `Black Market`, ShipAddress: `116 Main Street`, ShipCity: `Miami`, ShipPostalCode: 60129, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1017, CustomerName: `Nancy Black`, CustomerFirstName: `Nancy`, CustomerLastName: `Black`, CustomerAddress: `116 Main Street, Miami, USA, 60129`, Salesperson: `Nancy Smith`, OrderID: 1792, OrderDate: `9/1/2022`, ProductID: 182, ProductName: `Samsung Note`, UnitPrice: 13730.78, Quantity: 4, ExtendedPrice: 54923.12, Freight: 740.78, Discontinued: false, Region: `North East`, Address: `116 Main Street`, City: `Miami`, Country: `USA`, PostalCode: 60129 }), + new InvoicesDataItem({ ShipName: `Madison Market`, ShipAddress: `116 Market Street`, ShipCity: `Los Angeles`, ShipPostalCode: 80090, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1018, CustomerName: `Martin Madison`, CustomerFirstName: `Martin`, CustomerLastName: `Madison`, CustomerAddress: `116 Market Street, Los Angeles, USA, 80090`, Salesperson: `Anna Madison`, OrderID: 1285, OrderDate: `10/21/2022`, ProductID: 157, ProductName: `Mac Book Pro`, UnitPrice: 8120.36, Quantity: 3, ExtendedPrice: 24361.08, Freight: 410.36, Discontinued: false, Region: `West`, Address: `116 Market Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 80090 }), + new InvoicesDataItem({ ShipName: `Jefferson Townhouse`, ShipAddress: `135 Wall Street`, ShipCity: `Philadelphia`, ShipPostalCode: 90101, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1019, CustomerName: `Max Jefferson`, CustomerFirstName: `Max`, CustomerLastName: `Jefferson`, CustomerAddress: `135 Wall Street, Philadelphia, USA, 90101`, Salesperson: `Mike Madison`, OrderID: 1205, OrderDate: `12/22/2022`, ProductID: 153, ProductName: `Mac Book Pro`, UnitPrice: 11830.22, Quantity: 2, ExtendedPrice: 23660.44, Freight: 330.22, Discontinued: true, Region: `North East`, Address: `135 Wall Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 90101 }), + new InvoicesDataItem({ ShipName: `Smith Home`, ShipAddress: `164 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 70056, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1020, CustomerName: `James Smith`, CustomerFirstName: `James`, CustomerLastName: `Smith`, CustomerAddress: `164 Market Street, Philadelphia, USA, 70056`, Salesperson: `Ben Watson`, OrderID: 1759, OrderDate: `8/3/2022`, ProductID: 129, ProductName: `Mac Book Pro`, UnitPrice: 15140.82, Quantity: 4, ExtendedPrice: 60563.28, Freight: 1400.82, Discontinued: false, Region: `South East`, Address: `164 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 70056 }), + new InvoicesDataItem({ ShipName: `Madison Estate`, ShipAddress: `196 Wall Street`, ShipCity: `Miami`, ShipPostalCode: 90169, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1021, CustomerName: `Max Madison`, CustomerFirstName: `Max`, CustomerLastName: `Madison`, CustomerAddress: `196 Wall Street, Miami, USA, 90169`, Salesperson: `Mike Smith`, OrderID: 1879, OrderDate: `8/17/2022`, ProductID: 127, ProductName: `Mac Book Air`, UnitPrice: 26710.41, Quantity: 5, ExtendedPrice: 133552.05, Freight: 1810.41, Discontinued: false, Region: `West`, Address: `196 Wall Street`, City: `Miami`, Country: `USA`, PostalCode: 90169 }), + new InvoicesDataItem({ ShipName: `Black Market`, ShipAddress: `175 Wall Street`, ShipCity: `Philadelphia`, ShipPostalCode: 50142, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1022, CustomerName: `Nancy Black`, CustomerFirstName: `Nancy`, CustomerLastName: `Black`, CustomerAddress: `175 Wall Street, Philadelphia, USA, 50142`, Salesperson: `Anna Jefferson`, OrderID: 1917, OrderDate: `3/6/2022`, ProductID: 114, ProductName: `IPad`, UnitPrice: 9640.51, Quantity: 3, ExtendedPrice: 28921.53, Freight: 840.51, Discontinued: false, Region: `North East`, Address: `175 Wall Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 50142 }), + new InvoicesDataItem({ ShipName: `Black Home`, ShipAddress: `122 Main Street`, ShipCity: `Los Angeles`, ShipPostalCode: 60097, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1023, CustomerName: `Pamela Black`, CustomerFirstName: `Pamela`, CustomerLastName: `Black`, CustomerAddress: `122 Main Street, Los Angeles, USA, 60097`, Salesperson: `James Black`, OrderID: 1176, OrderDate: `8/4/2022`, ProductID: 197, ProductName: `IPad`, UnitPrice: 14500.56, Quantity: 4, ExtendedPrice: 58002.24, Freight: 530.56, Discontinued: false, Region: `West`, Address: `122 Main Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 60097 }), + new InvoicesDataItem({ ShipName: `Smith Home`, ShipAddress: `139 Main Street`, ShipCity: `Miami`, ShipPostalCode: 60175, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1024, CustomerName: `James Smith`, CustomerFirstName: `James`, CustomerLastName: `Smith`, CustomerAddress: `139 Main Street, Miami, USA, 60175`, Salesperson: `Mike Jefferson`, OrderID: 1317, OrderDate: `5/21/2022`, ProductID: 115, ProductName: `Mac Book Air`, UnitPrice: 17200.82, Quantity: 2, ExtendedPrice: 34401.64, Freight: 1610.82, Discontinued: false, Region: `West`, Address: `139 Main Street`, City: `Miami`, Country: `USA`, PostalCode: 60175 }), + new InvoicesDataItem({ ShipName: `Watson Townhouse`, ShipAddress: `155 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 60124, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1025, CustomerName: `James Watson`, CustomerFirstName: `James`, CustomerLastName: `Watson`, CustomerAddress: `155 Market Street, Philadelphia, USA, 60124`, Salesperson: `Max Smith`, OrderID: 1721, OrderDate: `6/15/2022`, ProductID: 197, ProductName: `Samsung Note`, UnitPrice: 9810.3, Quantity: 2, ExtendedPrice: 19620.6, Freight: 1990.3, Discontinued: false, Region: `South East`, Address: `155 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 60124 }), + new InvoicesDataItem({ ShipName: `Jackson Townhouse`, ShipAddress: `136 Main Street`, ShipCity: `Philadelphia`, ShipPostalCode: 80120, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1026, CustomerName: `Ben Jackson`, CustomerFirstName: `Ben`, CustomerLastName: `Jackson`, CustomerAddress: `136 Main Street, Philadelphia, USA, 80120`, Salesperson: `Max Smith`, OrderID: 1266, OrderDate: `12/13/2022`, ProductID: 198, ProductName: `Mac Book Pro`, UnitPrice: 25410.64, Quantity: 2, ExtendedPrice: 50821.28, Freight: 1860.64, Discontinued: false, Region: `West`, Address: `136 Main Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 80120 }), + new InvoicesDataItem({ ShipName: `Jackson Estate`, ShipAddress: `114 Main Street`, ShipCity: `New York`, ShipPostalCode: 60186, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1027, CustomerName: `Max Jackson`, CustomerFirstName: `Max`, CustomerLastName: `Jackson`, CustomerAddress: `114 Main Street, New York, USA, 60186`, Salesperson: `Mike Jefferson`, OrderID: 1636, OrderDate: `7/7/2022`, ProductID: 174, ProductName: `Mac Book Pro`, UnitPrice: 13740.7, Quantity: 4, ExtendedPrice: 54962.8, Freight: 1960.7, Discontinued: false, Region: `West`, Address: `114 Main Street`, City: `New York`, Country: `USA`, PostalCode: 60186 }), + new InvoicesDataItem({ ShipName: `Jefferson Home`, ShipAddress: `167 Market Street`, ShipCity: `Huston`, ShipPostalCode: 70193, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1028, CustomerName: `Nancy Jefferson`, CustomerFirstName: `Nancy`, CustomerLastName: `Jefferson`, CustomerAddress: `167 Market Street, Huston, USA, 70193`, Salesperson: `Ben Jefferson`, OrderID: 1689, OrderDate: `1/2/2022`, ProductID: 192, ProductName: `IPad`, UnitPrice: 8760.83, Quantity: 3, ExtendedPrice: 26282.49, Freight: 490.83, Discontinued: false, Region: `South East`, Address: `167 Market Street`, City: `Huston`, Country: `USA`, PostalCode: 70193 }), + new InvoicesDataItem({ ShipName: `Madison Home`, ShipAddress: `139 Wall Street`, ShipCity: `New York`, ShipPostalCode: 80080, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1029, CustomerName: `Anna Madison`, CustomerFirstName: `Anna`, CustomerLastName: `Madison`, CustomerAddress: `139 Wall Street, New York, USA, 80080`, Salesperson: `Anna Black`, OrderID: 1610, OrderDate: `3/17/2022`, ProductID: 105, ProductName: `Mac Book Pro`, UnitPrice: 19860.82, Quantity: 3, ExtendedPrice: 59582.46, Freight: 1990.82, Discontinued: true, Region: `West`, Address: `139 Wall Street`, City: `New York`, Country: `USA`, PostalCode: 80080 }), + new InvoicesDataItem({ ShipName: `Madison Home`, ShipAddress: `173 Market Street`, ShipCity: `New York`, ShipPostalCode: 70054, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1030, CustomerName: `Ben Madison`, CustomerFirstName: `Ben`, CustomerLastName: `Madison`, CustomerAddress: `173 Market Street, New York, USA, 70054`, Salesperson: `Ben Jackson`, OrderID: 1404, OrderDate: `12/8/2022`, ProductID: 171, ProductName: `IPhone`, UnitPrice: 12430.21, Quantity: 3, ExtendedPrice: 37290.63, Freight: 880.21, Discontinued: false, Region: `West`, Address: `173 Market Street`, City: `New York`, Country: `USA`, PostalCode: 70054 }), + new InvoicesDataItem({ ShipName: `Jefferson Market`, ShipAddress: `187 Wall Street`, ShipCity: `New York`, ShipPostalCode: 60100, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1031, CustomerName: `Mike Jefferson`, CustomerFirstName: `Mike`, CustomerLastName: `Jefferson`, CustomerAddress: `187 Wall Street, New York, USA, 60100`, Salesperson: `Nancy Smith`, OrderID: 1480, OrderDate: `2/8/2022`, ProductID: 181, ProductName: `IPad`, UnitPrice: 26730.66, Quantity: 2, ExtendedPrice: 53461.32, Freight: 510.66, Discontinued: false, Region: `South East`, Address: `187 Wall Street`, City: `New York`, Country: `USA`, PostalCode: 60100 }), + new InvoicesDataItem({ ShipName: `Madison Home`, ShipAddress: `149 Main Street`, ShipCity: `Los Angeles`, ShipPostalCode: 90150, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1032, CustomerName: `Mike Madison`, CustomerFirstName: `Mike`, CustomerLastName: `Madison`, CustomerAddress: `149 Main Street, Los Angeles, USA, 90150`, Salesperson: `Max Jefferson`, OrderID: 1886, OrderDate: `12/2/2022`, ProductID: 132, ProductName: `IPhone`, UnitPrice: 13760.64, Quantity: 3, ExtendedPrice: 41281.92, Freight: 1110.64, Discontinued: false, Region: `West`, Address: `149 Main Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 90150 }), + new InvoicesDataItem({ ShipName: `Smith Market`, ShipAddress: `124 Market Street`, ShipCity: `Huston`, ShipPostalCode: 80175, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1033, CustomerName: `Martin Smith`, CustomerFirstName: `Martin`, CustomerLastName: `Smith`, CustomerAddress: `124 Market Street, Huston, USA, 80175`, Salesperson: `Nancy Smith`, OrderID: 1625, OrderDate: `11/9/2022`, ProductID: 100, ProductName: `IPad`, UnitPrice: 11590.58, Quantity: 3, ExtendedPrice: 34771.74, Freight: 1080.58, Discontinued: false, Region: `South East`, Address: `124 Market Street`, City: `Huston`, Country: `USA`, PostalCode: 80175 }), + new InvoicesDataItem({ ShipName: `Watson Townhouse`, ShipAddress: `193 Wall Street`, ShipCity: `Philadelphia`, ShipPostalCode: 60165, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1034, CustomerName: `Max Watson`, CustomerFirstName: `Max`, CustomerLastName: `Watson`, CustomerAddress: `193 Wall Street, Philadelphia, USA, 60165`, Salesperson: `Martin Jackson`, OrderID: 1669, OrderDate: `7/3/2022`, ProductID: 157, ProductName: `Samsung Galaxy 22`, UnitPrice: 19220.31, Quantity: 2, ExtendedPrice: 38440.62, Freight: 1130.31, Discontinued: false, Region: `South East`, Address: `193 Wall Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 60165 }), + new InvoicesDataItem({ ShipName: `Jackson Estate`, ShipAddress: `200 Wall Street`, ShipCity: `Philadelphia`, ShipPostalCode: 80146, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1035, CustomerName: `Max Jackson`, CustomerFirstName: `Max`, CustomerLastName: `Jackson`, CustomerAddress: `200 Wall Street, Philadelphia, USA, 80146`, Salesperson: `Pamela Jefferson`, OrderID: 1654, OrderDate: `1/7/2022`, ProductID: 155, ProductName: `IPhone`, UnitPrice: 7040.83, Quantity: 2, ExtendedPrice: 14081.66, Freight: 1420.83, Discontinued: false, Region: `North East`, Address: `200 Wall Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 80146 }), + new InvoicesDataItem({ ShipName: `Smith Estate`, ShipAddress: `122 Market Street`, ShipCity: `Los Angeles`, ShipPostalCode: 80150, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1036, CustomerName: `Nancy Smith`, CustomerFirstName: `Nancy`, CustomerLastName: `Smith`, CustomerAddress: `122 Market Street, Los Angeles, USA, 80150`, Salesperson: `Martin Jackson`, OrderID: 1678, OrderDate: `12/14/2022`, ProductID: 120, ProductName: `Mac Book Air`, UnitPrice: 6530.89, Quantity: 3, ExtendedPrice: 19592.67, Freight: 250.89, Discontinued: false, Region: `North East`, Address: `122 Market Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 80150 }), + new InvoicesDataItem({ ShipName: `Jackson Market`, ShipAddress: `128 Main Street`, ShipCity: `Los Angeles`, ShipPostalCode: 50068, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1037, CustomerName: `Max Jackson`, CustomerFirstName: `Max`, CustomerLastName: `Jackson`, CustomerAddress: `128 Main Street, Los Angeles, USA, 50068`, Salesperson: `Ben Watson`, OrderID: 1301, OrderDate: `1/25/2022`, ProductID: 166, ProductName: `IPad`, UnitPrice: 11420.23, Quantity: 2, ExtendedPrice: 22840.46, Freight: 950.23, Discontinued: false, Region: `South East`, Address: `128 Main Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 50068 }), + new InvoicesDataItem({ ShipName: `Smith Home`, ShipAddress: `119 Market Street`, ShipCity: `Los Angeles`, ShipPostalCode: 60180, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1038, CustomerName: `Pamela Smith`, CustomerFirstName: `Pamela`, CustomerLastName: `Smith`, CustomerAddress: `119 Market Street, Los Angeles, USA, 60180`, Salesperson: `Pamela Madison`, OrderID: 1385, OrderDate: `6/24/2022`, ProductID: 132, ProductName: `Mac Book Air`, UnitPrice: 29810.6, Quantity: 4, ExtendedPrice: 119242.4, Freight: 220.6, Discontinued: false, Region: `West`, Address: `119 Market Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 60180 }), + new InvoicesDataItem({ ShipName: `Jefferson Market`, ShipAddress: `115 Market Street`, ShipCity: `Los Angeles`, ShipPostalCode: 90168, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1039, CustomerName: `James Jefferson`, CustomerFirstName: `James`, CustomerLastName: `Jefferson`, CustomerAddress: `115 Market Street, Los Angeles, USA, 90168`, Salesperson: `Martin Smith`, OrderID: 1308, OrderDate: `8/13/2022`, ProductID: 109, ProductName: `Samsung Galaxy 22`, UnitPrice: 20770.59, Quantity: 5, ExtendedPrice: 103852.95, Freight: 1690.59, Discontinued: true, Region: `North East`, Address: `115 Market Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 90168 }), + new InvoicesDataItem({ ShipName: `Watson Estate`, ShipAddress: `128 Market Street`, ShipCity: `Los Angeles`, ShipPostalCode: 50118, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1040, CustomerName: `Anna Watson`, CustomerFirstName: `Anna`, CustomerLastName: `Watson`, CustomerAddress: `128 Market Street, Los Angeles, USA, 50118`, Salesperson: `Pamela Black`, OrderID: 1519, OrderDate: `10/4/2022`, ProductID: 139, ProductName: `Mac Book Air`, UnitPrice: 14860.44, Quantity: 2, ExtendedPrice: 29720.88, Freight: 1670.44, Discontinued: false, Region: `South East`, Address: `128 Market Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 50118 }), + new InvoicesDataItem({ ShipName: `Smith Townhouse`, ShipAddress: `108 Market Street`, ShipCity: `Los Angeles`, ShipPostalCode: 90129, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1041, CustomerName: `Martin Smith`, CustomerFirstName: `Martin`, CustomerLastName: `Smith`, CustomerAddress: `108 Market Street, Los Angeles, USA, 90129`, Salesperson: `Nancy Black`, OrderID: 1118, OrderDate: `2/7/2022`, ProductID: 126, ProductName: `Mac Book Air`, UnitPrice: 28690.85, Quantity: 4, ExtendedPrice: 114763.4, Freight: 500.85, Discontinued: false, Region: `West`, Address: `108 Market Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 90129 }), + new InvoicesDataItem({ ShipName: `Smith Market`, ShipAddress: `180 Main Street`, ShipCity: `Los Angeles`, ShipPostalCode: 50101, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1042, CustomerName: `Anna Smith`, CustomerFirstName: `Anna`, CustomerLastName: `Smith`, CustomerAddress: `180 Main Street, Los Angeles, USA, 50101`, Salesperson: `Martin Jefferson`, OrderID: 1541, OrderDate: `5/3/2022`, ProductID: 179, ProductName: `Mac Book Pro`, UnitPrice: 22630.28, Quantity: 3, ExtendedPrice: 67890.84, Freight: 1200.28, Discontinued: false, Region: `North East`, Address: `180 Main Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 50101 }), + new InvoicesDataItem({ ShipName: `Black Townhouse`, ShipAddress: `177 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 90107, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1043, CustomerName: `Max Black`, CustomerFirstName: `Max`, CustomerLastName: `Black`, CustomerAddress: `177 Market Street, Philadelphia, USA, 90107`, Salesperson: `Martin Jefferson`, OrderID: 1747, OrderDate: `5/11/2022`, ProductID: 133, ProductName: `Mac Book Pro`, UnitPrice: 6930.51, Quantity: 3, ExtendedPrice: 20791.53, Freight: 1660.51, Discontinued: false, Region: `South East`, Address: `177 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 90107 }), + new InvoicesDataItem({ ShipName: `Jefferson Estate`, ShipAddress: `134 Market Street`, ShipCity: `Miami`, ShipPostalCode: 70172, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1044, CustomerName: `Anna Jefferson`, CustomerFirstName: `Anna`, CustomerLastName: `Jefferson`, CustomerAddress: `134 Market Street, Miami, USA, 70172`, Salesperson: `Mike Smith`, OrderID: 1343, OrderDate: `10/11/2022`, ProductID: 190, ProductName: `Samsung Note`, UnitPrice: 26770.78, Quantity: 4, ExtendedPrice: 107083.12, Freight: 960.78, Discontinued: false, Region: `North East`, Address: `134 Market Street`, City: `Miami`, Country: `USA`, PostalCode: 70172 }), + new InvoicesDataItem({ ShipName: `Watson Estate`, ShipAddress: `117 Wall Street`, ShipCity: `Los Angeles`, ShipPostalCode: 90124, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1045, CustomerName: `James Watson`, CustomerFirstName: `James`, CustomerLastName: `Watson`, CustomerAddress: `117 Wall Street, Los Angeles, USA, 90124`, Salesperson: `Mike Watson`, OrderID: 1152, OrderDate: `2/25/2022`, ProductID: 101, ProductName: `Mac Book Pro`, UnitPrice: 8790.3, Quantity: 5, ExtendedPrice: 43951.5, Freight: 220.3, Discontinued: false, Region: `South East`, Address: `117 Wall Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 90124 }), + new InvoicesDataItem({ ShipName: `Black Market`, ShipAddress: `156 Wall Street`, ShipCity: `Philadelphia`, ShipPostalCode: 60181, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1046, CustomerName: `James Black`, CustomerFirstName: `James`, CustomerLastName: `Black`, CustomerAddress: `156 Wall Street, Philadelphia, USA, 60181`, Salesperson: `Anna Smith`, OrderID: 1823, OrderDate: `10/12/2022`, ProductID: 178, ProductName: `Samsung Note`, UnitPrice: 9750.55, Quantity: 3, ExtendedPrice: 29251.65, Freight: 1940.55, Discontinued: false, Region: `North East`, Address: `156 Wall Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 60181 }), + new InvoicesDataItem({ ShipName: `Madison Market`, ShipAddress: `122 Main Street`, ShipCity: `New York`, ShipPostalCode: 90182, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1047, CustomerName: `Ben Madison`, CustomerFirstName: `Ben`, CustomerLastName: `Madison`, CustomerAddress: `122 Main Street, New York, USA, 90182`, Salesperson: `Mike Black`, OrderID: 1548, OrderDate: `5/1/2022`, ProductID: 181, ProductName: `Mac Book Air`, UnitPrice: 11590.37, Quantity: 4, ExtendedPrice: 46361.48, Freight: 900.37, Discontinued: false, Region: `West`, Address: `122 Main Street`, City: `New York`, Country: `USA`, PostalCode: 90182 }), + new InvoicesDataItem({ ShipName: `Black Townhouse`, ShipAddress: `112 Market Street`, ShipCity: `Los Angeles`, ShipPostalCode: 60175, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1048, CustomerName: `Pamela Black`, CustomerFirstName: `Pamela`, CustomerLastName: `Black`, CustomerAddress: `112 Market Street, Los Angeles, USA, 60175`, Salesperson: `Mike Madison`, OrderID: 1581, OrderDate: `5/21/2022`, ProductID: 134, ProductName: `Mac Book Air`, UnitPrice: 8800.32, Quantity: 2, ExtendedPrice: 17600.64, Freight: 1820.32, Discontinued: false, Region: `South East`, Address: `112 Market Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 60175 }), + new InvoicesDataItem({ ShipName: `Black Estate`, ShipAddress: `153 Market Street`, ShipCity: `Los Angeles`, ShipPostalCode: 90170, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1049, CustomerName: `Pamela Black`, CustomerFirstName: `Pamela`, CustomerLastName: `Black`, CustomerAddress: `153 Market Street, Los Angeles, USA, 90170`, Salesperson: `Pamela Watson`, OrderID: 1145, OrderDate: `11/13/2022`, ProductID: 151, ProductName: `Mac Book Air`, UnitPrice: 25830.42, Quantity: 3, ExtendedPrice: 77491.26, Freight: 270.42, Discontinued: true, Region: `North East`, Address: `153 Market Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 90170 }), + new InvoicesDataItem({ ShipName: `Black Estate`, ShipAddress: `159 Market Street`, ShipCity: `Huston`, ShipPostalCode: 80198, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1050, CustomerName: `Anna Black`, CustomerFirstName: `Anna`, CustomerLastName: `Black`, CustomerAddress: `159 Market Street, Huston, USA, 80198`, Salesperson: `Pamela Jefferson`, OrderID: 1455, OrderDate: `12/16/2022`, ProductID: 115, ProductName: `Samsung Galaxy 22`, UnitPrice: 28510.28, Quantity: 2, ExtendedPrice: 57020.56, Freight: 1450.28, Discontinued: false, Region: `West`, Address: `159 Market Street`, City: `Huston`, Country: `USA`, PostalCode: 80198 }), + new InvoicesDataItem({ ShipName: `Jefferson Market`, ShipAddress: `125 Market Street`, ShipCity: `Miami`, ShipPostalCode: 70160, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1051, CustomerName: `Nancy Jefferson`, CustomerFirstName: `Nancy`, CustomerLastName: `Jefferson`, CustomerAddress: `125 Market Street, Miami, USA, 70160`, Salesperson: `Anna Jefferson`, OrderID: 1787, OrderDate: `1/3/2022`, ProductID: 171, ProductName: `Mac Book Air`, UnitPrice: 18830.35, Quantity: 3, ExtendedPrice: 56491.05, Freight: 1770.35, Discontinued: false, Region: `South East`, Address: `125 Market Street`, City: `Miami`, Country: `USA`, PostalCode: 70160 }), + new InvoicesDataItem({ ShipName: `Jefferson Home`, ShipAddress: `114 Wall Street`, ShipCity: `Los Angeles`, ShipPostalCode: 70083, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1052, CustomerName: `Nancy Jefferson`, CustomerFirstName: `Nancy`, CustomerLastName: `Jefferson`, CustomerAddress: `114 Wall Street, Los Angeles, USA, 70083`, Salesperson: `Anna Madison`, OrderID: 1591, OrderDate: `4/6/2022`, ProductID: 141, ProductName: `Mac Book Air`, UnitPrice: 18840.75, Quantity: 2, ExtendedPrice: 37681.5, Freight: 710.75, Discontinued: false, Region: `West`, Address: `114 Wall Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 70083 }), + new InvoicesDataItem({ ShipName: `Jefferson Townhouse`, ShipAddress: `193 Main Street`, ShipCity: `Los Angeles`, ShipPostalCode: 70170, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1053, CustomerName: `James Jefferson`, CustomerFirstName: `James`, CustomerLastName: `Jefferson`, CustomerAddress: `193 Main Street, Los Angeles, USA, 70170`, Salesperson: `Anna Jackson`, OrderID: 1020, OrderDate: `7/20/2022`, ProductID: 177, ProductName: `IPad`, UnitPrice: 15250.55, Quantity: 3, ExtendedPrice: 45751.65, Freight: 980.55, Discontinued: false, Region: `West`, Address: `193 Main Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 70170 }), + new InvoicesDataItem({ ShipName: `Smith Home`, ShipAddress: `156 Main Street`, ShipCity: `Huston`, ShipPostalCode: 50127, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1054, CustomerName: `Ben Smith`, CustomerFirstName: `Ben`, CustomerLastName: `Smith`, CustomerAddress: `156 Main Street, Huston, USA, 50127`, Salesperson: `James Black`, OrderID: 1770, OrderDate: `3/24/2022`, ProductID: 141, ProductName: `Samsung Galaxy 22`, UnitPrice: 14910.59, Quantity: 5, ExtendedPrice: 74552.95, Freight: 1330.59, Discontinued: false, Region: `South East`, Address: `156 Main Street`, City: `Huston`, Country: `USA`, PostalCode: 50127 }), + new InvoicesDataItem({ ShipName: `Jackson Market`, ShipAddress: `146 Market Street`, ShipCity: `Miami`, ShipPostalCode: 60064, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1055, CustomerName: `Max Jackson`, CustomerFirstName: `Max`, CustomerLastName: `Jackson`, CustomerAddress: `146 Market Street, Miami, USA, 60064`, Salesperson: `Mike Smith`, OrderID: 1766, OrderDate: `10/23/2022`, ProductID: 141, ProductName: `Mac Book Air`, UnitPrice: 16740.86, Quantity: 3, ExtendedPrice: 50222.58, Freight: 580.86, Discontinued: false, Region: `West`, Address: `146 Market Street`, City: `Miami`, Country: `USA`, PostalCode: 60064 }), + new InvoicesDataItem({ ShipName: `Black Estate`, ShipAddress: `163 Market Street`, ShipCity: `Los Angeles`, ShipPostalCode: 90158, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1056, CustomerName: `Max Black`, CustomerFirstName: `Max`, CustomerLastName: `Black`, CustomerAddress: `163 Market Street, Los Angeles, USA, 90158`, Salesperson: `Martin Jefferson`, OrderID: 1415, OrderDate: `9/2/2022`, ProductID: 112, ProductName: `IPhone`, UnitPrice: 25190.37, Quantity: 3, ExtendedPrice: 75571.11, Freight: 1060.37, Discontinued: false, Region: `South East`, Address: `163 Market Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 90158 }), + new InvoicesDataItem({ ShipName: `Watson Townhouse`, ShipAddress: `171 Main Street`, ShipCity: `New York`, ShipPostalCode: 50163, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1057, CustomerName: `James Watson`, CustomerFirstName: `James`, CustomerLastName: `Watson`, CustomerAddress: `171 Main Street, New York, USA, 50163`, Salesperson: `Martin Smith`, OrderID: 1430, OrderDate: `9/2/2022`, ProductID: 120, ProductName: `Samsung Note`, UnitPrice: 26340.71, Quantity: 2, ExtendedPrice: 52681.42, Freight: 770.71, Discontinued: false, Region: `North East`, Address: `171 Main Street`, City: `New York`, Country: `USA`, PostalCode: 50163 }), + new InvoicesDataItem({ ShipName: `Black Townhouse`, ShipAddress: `195 Wall Street`, ShipCity: `Philadelphia`, ShipPostalCode: 60159, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1058, CustomerName: `James Black`, CustomerFirstName: `James`, CustomerLastName: `Black`, CustomerAddress: `195 Wall Street, Philadelphia, USA, 60159`, Salesperson: `Ben Black`, OrderID: 1903, OrderDate: `2/19/2022`, ProductID: 161, ProductName: `IPad`, UnitPrice: 6290.33, Quantity: 5, ExtendedPrice: 31451.65, Freight: 890.33, Discontinued: false, Region: `South East`, Address: `195 Wall Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 60159 }), + new InvoicesDataItem({ ShipName: `Watson Market`, ShipAddress: `171 Market Street`, ShipCity: `Huston`, ShipPostalCode: 50154, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1059, CustomerName: `Pamela Watson`, CustomerFirstName: `Pamela`, CustomerLastName: `Watson`, CustomerAddress: `171 Market Street, Huston, USA, 50154`, Salesperson: `Anna Madison`, OrderID: 1578, OrderDate: `6/5/2022`, ProductID: 103, ProductName: `Samsung Galaxy 22`, UnitPrice: 20240.82, Quantity: 5, ExtendedPrice: 101204.1, Freight: 1490.82, Discontinued: true, Region: `West`, Address: `171 Market Street`, City: `Huston`, Country: `USA`, PostalCode: 50154 }), + new InvoicesDataItem({ ShipName: `Jackson Market`, ShipAddress: `103 Market Street`, ShipCity: `New York`, ShipPostalCode: 70081, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1060, CustomerName: `Max Jackson`, CustomerFirstName: `Max`, CustomerLastName: `Jackson`, CustomerAddress: `103 Market Street, New York, USA, 70081`, Salesperson: `Pamela Jackson`, OrderID: 1142, OrderDate: `4/1/2022`, ProductID: 108, ProductName: `IPhone`, UnitPrice: 9790.41, Quantity: 3, ExtendedPrice: 29371.23, Freight: 980.41, Discontinued: false, Region: `South East`, Address: `103 Market Street`, City: `New York`, Country: `USA`, PostalCode: 70081 }), + new InvoicesDataItem({ ShipName: `Smith Market`, ShipAddress: `187 Market Street`, ShipCity: `Los Angeles`, ShipPostalCode: 70141, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1061, CustomerName: `Mike Smith`, CustomerFirstName: `Mike`, CustomerLastName: `Smith`, CustomerAddress: `187 Market Street, Los Angeles, USA, 70141`, Salesperson: `Ben Jefferson`, OrderID: 1871, OrderDate: `8/20/2022`, ProductID: 197, ProductName: `IPad`, UnitPrice: 28960.39, Quantity: 2, ExtendedPrice: 57920.78, Freight: 1280.39, Discontinued: false, Region: `West`, Address: `187 Market Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 70141 }), + new InvoicesDataItem({ ShipName: `Black Estate`, ShipAddress: `145 Main Street`, ShipCity: `Philadelphia`, ShipPostalCode: 50068, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1062, CustomerName: `Ben Black`, CustomerFirstName: `Ben`, CustomerLastName: `Black`, CustomerAddress: `145 Main Street, Philadelphia, USA, 50068`, Salesperson: `Martin Watson`, OrderID: 1747, OrderDate: `1/20/2022`, ProductID: 198, ProductName: `Mac Book Pro`, UnitPrice: 12530.74, Quantity: 4, ExtendedPrice: 50122.96, Freight: 480.74, Discontinued: false, Region: `West`, Address: `145 Main Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 50068 }), + new InvoicesDataItem({ ShipName: `Black Home`, ShipAddress: `109 Market Street`, ShipCity: `Los Angeles`, ShipPostalCode: 90197, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1063, CustomerName: `Nancy Black`, CustomerFirstName: `Nancy`, CustomerLastName: `Black`, CustomerAddress: `109 Market Street, Los Angeles, USA, 90197`, Salesperson: `James Black`, OrderID: 1881, OrderDate: `11/6/2022`, ProductID: 162, ProductName: `Samsung Note`, UnitPrice: 29810.51, Quantity: 2, ExtendedPrice: 59621.02, Freight: 750.51, Discontinued: false, Region: `North East`, Address: `109 Market Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 90197 }), + new InvoicesDataItem({ ShipName: `Smith Market`, ShipAddress: `155 Market Street`, ShipCity: `Los Angeles`, ShipPostalCode: 50184, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1064, CustomerName: `Nancy Smith`, CustomerFirstName: `Nancy`, CustomerLastName: `Smith`, CustomerAddress: `155 Market Street, Los Angeles, USA, 50184`, Salesperson: `Mike Madison`, OrderID: 1172, OrderDate: `5/14/2022`, ProductID: 154, ProductName: `IPhone`, UnitPrice: 11440.88, Quantity: 2, ExtendedPrice: 22881.76, Freight: 1570.88, Discontinued: false, Region: `West`, Address: `155 Market Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 50184 }), + new InvoicesDataItem({ ShipName: `Jackson Estate`, ShipAddress: `136 Main Street`, ShipCity: `New York`, ShipPostalCode: 60147, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1065, CustomerName: `James Jackson`, CustomerFirstName: `James`, CustomerLastName: `Jackson`, CustomerAddress: `136 Main Street, New York, USA, 60147`, Salesperson: `James Jefferson`, OrderID: 1538, OrderDate: `2/4/2022`, ProductID: 142, ProductName: `IPad`, UnitPrice: 18340.25, Quantity: 5, ExtendedPrice: 91701.25, Freight: 1730.25, Discontinued: false, Region: `South East`, Address: `136 Main Street`, City: `New York`, Country: `USA`, PostalCode: 60147 }), + new InvoicesDataItem({ ShipName: `Madison Market`, ShipAddress: `184 Wall Street`, ShipCity: `Miami`, ShipPostalCode: 60091, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1066, CustomerName: `Mike Madison`, CustomerFirstName: `Mike`, CustomerLastName: `Madison`, CustomerAddress: `184 Wall Street, Miami, USA, 60091`, Salesperson: `Ben Jackson`, OrderID: 1863, OrderDate: `2/6/2022`, ProductID: 186, ProductName: `Samsung Note`, UnitPrice: 6690.4, Quantity: 5, ExtendedPrice: 33452, Freight: 930.4, Discontinued: false, Region: `West`, Address: `184 Wall Street`, City: `Miami`, Country: `USA`, PostalCode: 60091 }), + new InvoicesDataItem({ ShipName: `Jackson Townhouse`, ShipAddress: `103 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 80170, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1067, CustomerName: `James Jackson`, CustomerFirstName: `James`, CustomerLastName: `Jackson`, CustomerAddress: `103 Market Street, Philadelphia, USA, 80170`, Salesperson: `Max Black`, OrderID: 1476, OrderDate: `1/13/2022`, ProductID: 156, ProductName: `Mac Book Pro`, UnitPrice: 29040.31, Quantity: 5, ExtendedPrice: 145201.55, Freight: 1070.31, Discontinued: false, Region: `West`, Address: `103 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 80170 }), + new InvoicesDataItem({ ShipName: `Smith Estate`, ShipAddress: `104 Market Street`, ShipCity: `Los Angeles`, ShipPostalCode: 80188, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1068, CustomerName: `Ben Smith`, CustomerFirstName: `Ben`, CustomerLastName: `Smith`, CustomerAddress: `104 Market Street, Los Angeles, USA, 80188`, Salesperson: `Martin Watson`, OrderID: 1131, OrderDate: `9/13/2022`, ProductID: 131, ProductName: `Samsung Galaxy 22`, UnitPrice: 6780.79, Quantity: 4, ExtendedPrice: 27123.16, Freight: 600.79, Discontinued: false, Region: `South East`, Address: `104 Market Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 80188 }), + new InvoicesDataItem({ ShipName: `Madison Townhouse`, ShipAddress: `140 Main Street`, ShipCity: `New York`, ShipPostalCode: 90197, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1069, CustomerName: `Martin Madison`, CustomerFirstName: `Martin`, CustomerLastName: `Madison`, CustomerAddress: `140 Main Street, New York, USA, 90197`, Salesperson: `Anna Smith`, OrderID: 1829, OrderDate: `2/18/2022`, ProductID: 152, ProductName: `Samsung Note`, UnitPrice: 20150.52, Quantity: 4, ExtendedPrice: 80602.08, Freight: 1840.52, Discontinued: true, Region: `North East`, Address: `140 Main Street`, City: `New York`, Country: `USA`, PostalCode: 90197 }), + new InvoicesDataItem({ ShipName: `Smith Market`, ShipAddress: `172 Wall Street`, ShipCity: `Philadelphia`, ShipPostalCode: 90159, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1070, CustomerName: `Mike Smith`, CustomerFirstName: `Mike`, CustomerLastName: `Smith`, CustomerAddress: `172 Wall Street, Philadelphia, USA, 90159`, Salesperson: `Pamela Watson`, OrderID: 1082, OrderDate: `10/1/2022`, ProductID: 164, ProductName: `IPad`, UnitPrice: 23810.31, Quantity: 2, ExtendedPrice: 47620.62, Freight: 320.31, Discontinued: false, Region: `West`, Address: `172 Wall Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 90159 }), + new InvoicesDataItem({ ShipName: `Jackson Market`, ShipAddress: `147 Wall Street`, ShipCity: `Huston`, ShipPostalCode: 90173, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1071, CustomerName: `Ben Jackson`, CustomerFirstName: `Ben`, CustomerLastName: `Jackson`, CustomerAddress: `147 Wall Street, Huston, USA, 90173`, Salesperson: `Martin Smith`, OrderID: 1449, OrderDate: `1/21/2022`, ProductID: 111, ProductName: `Mac Book Pro`, UnitPrice: 8280.25, Quantity: 4, ExtendedPrice: 33121, Freight: 860.25, Discontinued: false, Region: `South East`, Address: `147 Wall Street`, City: `Huston`, Country: `USA`, PostalCode: 90173 }), + new InvoicesDataItem({ ShipName: `Jackson Market`, ShipAddress: `161 Main Street`, ShipCity: `Huston`, ShipPostalCode: 90102, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1072, CustomerName: `Mike Jackson`, CustomerFirstName: `Mike`, CustomerLastName: `Jackson`, CustomerAddress: `161 Main Street, Huston, USA, 90102`, Salesperson: `Nancy Black`, OrderID: 1609, OrderDate: `9/22/2022`, ProductID: 197, ProductName: `Samsung Note`, UnitPrice: 16740.35, Quantity: 4, ExtendedPrice: 66961.4, Freight: 1940.35, Discontinued: false, Region: `North East`, Address: `161 Main Street`, City: `Huston`, Country: `USA`, PostalCode: 90102 }), + new InvoicesDataItem({ ShipName: `Smith Home`, ShipAddress: `102 Market Street`, ShipCity: `Miami`, ShipPostalCode: 70124, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1073, CustomerName: `Ben Smith`, CustomerFirstName: `Ben`, CustomerLastName: `Smith`, CustomerAddress: `102 Market Street, Miami, USA, 70124`, Salesperson: `Anna Smith`, OrderID: 1984, OrderDate: `8/6/2022`, ProductID: 123, ProductName: `Samsung Galaxy 22`, UnitPrice: 14660.66, Quantity: 3, ExtendedPrice: 43981.98, Freight: 1910.66, Discontinued: false, Region: `West`, Address: `102 Market Street`, City: `Miami`, Country: `USA`, PostalCode: 70124 }), + new InvoicesDataItem({ ShipName: `Black Estate`, ShipAddress: `139 Market Street`, ShipCity: `Miami`, ShipPostalCode: 90134, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1074, CustomerName: `Martin Black`, CustomerFirstName: `Martin`, CustomerLastName: `Black`, CustomerAddress: `139 Market Street, Miami, USA, 90134`, Salesperson: `Max Jackson`, OrderID: 1060, OrderDate: `3/11/2022`, ProductID: 154, ProductName: `Mac Book Pro`, UnitPrice: 14460.37, Quantity: 4, ExtendedPrice: 57841.48, Freight: 1020.37, Discontinued: false, Region: `West`, Address: `139 Market Street`, City: `Miami`, Country: `USA`, PostalCode: 90134 }), + new InvoicesDataItem({ ShipName: `Jackson Market`, ShipAddress: `132 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 60055, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1075, CustomerName: `Martin Jackson`, CustomerFirstName: `Martin`, CustomerLastName: `Jackson`, CustomerAddress: `132 Market Street, Philadelphia, USA, 60055`, Salesperson: `Pamela Madison`, OrderID: 1213, OrderDate: `9/3/2022`, ProductID: 108, ProductName: `IPhone`, UnitPrice: 19340.74, Quantity: 3, ExtendedPrice: 58022.22, Freight: 1370.74, Discontinued: false, Region: `West`, Address: `132 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 60055 }), + new InvoicesDataItem({ ShipName: `Black Market`, ShipAddress: `192 Market Street`, ShipCity: `Miami`, ShipPostalCode: 90135, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1076, CustomerName: `Mike Black`, CustomerFirstName: `Mike`, CustomerLastName: `Black`, CustomerAddress: `192 Market Street, Miami, USA, 90135`, Salesperson: `Nancy Madison`, OrderID: 1563, OrderDate: `5/8/2022`, ProductID: 162, ProductName: `Samsung Note`, UnitPrice: 12670.48, Quantity: 2, ExtendedPrice: 25340.96, Freight: 1870.48, Discontinued: false, Region: `South East`, Address: `192 Market Street`, City: `Miami`, Country: `USA`, PostalCode: 90135 }), + new InvoicesDataItem({ ShipName: `Jefferson Market`, ShipAddress: `108 Wall Street`, ShipCity: `Miami`, ShipPostalCode: 90156, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1077, CustomerName: `Martin Jefferson`, CustomerFirstName: `Martin`, CustomerLastName: `Jefferson`, CustomerAddress: `108 Wall Street, Miami, USA, 90156`, Salesperson: `Max Smith`, OrderID: 1087, OrderDate: `6/24/2022`, ProductID: 194, ProductName: `Samsung Galaxy 22`, UnitPrice: 6860.84, Quantity: 3, ExtendedPrice: 20582.52, Freight: 1880.84, Discontinued: false, Region: `South East`, Address: `108 Wall Street`, City: `Miami`, Country: `USA`, PostalCode: 90156 }), + new InvoicesDataItem({ ShipName: `Smith Market`, ShipAddress: `162 Wall Street`, ShipCity: `New York`, ShipPostalCode: 80121, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1078, CustomerName: `Nancy Smith`, CustomerFirstName: `Nancy`, CustomerLastName: `Smith`, CustomerAddress: `162 Wall Street, New York, USA, 80121`, Salesperson: `Anna Black`, OrderID: 1663, OrderDate: `9/5/2022`, ProductID: 149, ProductName: `Mac Book Pro`, UnitPrice: 29550.53, Quantity: 5, ExtendedPrice: 147752.65, Freight: 1270.53, Discontinued: false, Region: `South East`, Address: `162 Wall Street`, City: `New York`, Country: `USA`, PostalCode: 80121 }), + new InvoicesDataItem({ ShipName: `Smith Market`, ShipAddress: `165 Main Street`, ShipCity: `Los Angeles`, ShipPostalCode: 70057, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1079, CustomerName: `Martin Smith`, CustomerFirstName: `Martin`, CustomerLastName: `Smith`, CustomerAddress: `165 Main Street, Los Angeles, USA, 70057`, Salesperson: `James Watson`, OrderID: 1724, OrderDate: `5/6/2022`, ProductID: 180, ProductName: `IPad`, UnitPrice: 13560.61, Quantity: 3, ExtendedPrice: 40681.83, Freight: 760.61, Discontinued: true, Region: `North East`, Address: `165 Main Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 70057 }), + new InvoicesDataItem({ ShipName: `Watson Market`, ShipAddress: `162 Main Street`, ShipCity: `Huston`, ShipPostalCode: 60057, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1080, CustomerName: `Anna Watson`, CustomerFirstName: `Anna`, CustomerLastName: `Watson`, CustomerAddress: `162 Main Street, Huston, USA, 60057`, Salesperson: `Anna Watson`, OrderID: 1156, OrderDate: `10/5/2022`, ProductID: 157, ProductName: `Samsung Galaxy 22`, UnitPrice: 17220.59, Quantity: 3, ExtendedPrice: 51661.77, Freight: 1550.59, Discontinued: false, Region: `North East`, Address: `162 Main Street`, City: `Huston`, Country: `USA`, PostalCode: 60057 }), + new InvoicesDataItem({ ShipName: `Watson Estate`, ShipAddress: `126 Main Street`, ShipCity: `Miami`, ShipPostalCode: 70200, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1081, CustomerName: `Nancy Watson`, CustomerFirstName: `Nancy`, CustomerLastName: `Watson`, CustomerAddress: `126 Main Street, Miami, USA, 70200`, Salesperson: `Ben Watson`, OrderID: 1982, OrderDate: `9/11/2022`, ProductID: 123, ProductName: `Mac Book Air`, UnitPrice: 25780.79, Quantity: 2, ExtendedPrice: 51561.58, Freight: 680.79, Discontinued: false, Region: `South East`, Address: `126 Main Street`, City: `Miami`, Country: `USA`, PostalCode: 70200 }), + new InvoicesDataItem({ ShipName: `Jackson Market`, ShipAddress: `105 Wall Street`, ShipCity: `Huston`, ShipPostalCode: 80141, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1082, CustomerName: `Max Jackson`, CustomerFirstName: `Max`, CustomerLastName: `Jackson`, CustomerAddress: `105 Wall Street, Huston, USA, 80141`, Salesperson: `Pamela Watson`, OrderID: 1462, OrderDate: `6/6/2022`, ProductID: 189, ProductName: `Samsung Galaxy 22`, UnitPrice: 16990.62, Quantity: 2, ExtendedPrice: 33981.24, Freight: 710.62, Discontinued: false, Region: `West`, Address: `105 Wall Street`, City: `Huston`, Country: `USA`, PostalCode: 80141 }), + new InvoicesDataItem({ ShipName: `Jefferson Market`, ShipAddress: `113 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 50187, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1083, CustomerName: `James Jefferson`, CustomerFirstName: `James`, CustomerLastName: `Jefferson`, CustomerAddress: `113 Market Street, Philadelphia, USA, 50187`, Salesperson: `Martin Jefferson`, OrderID: 1698, OrderDate: `5/16/2022`, ProductID: 148, ProductName: `IPhone`, UnitPrice: 16930.87, Quantity: 4, ExtendedPrice: 67723.48, Freight: 1080.87, Discontinued: false, Region: `North East`, Address: `113 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 50187 }), + new InvoicesDataItem({ ShipName: `Black Market`, ShipAddress: `164 Main Street`, ShipCity: `New York`, ShipPostalCode: 80172, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1084, CustomerName: `Mike Black`, CustomerFirstName: `Mike`, CustomerLastName: `Black`, CustomerAddress: `164 Main Street, New York, USA, 80172`, Salesperson: `Mike Jackson`, OrderID: 1300, OrderDate: `11/11/2022`, ProductID: 164, ProductName: `IPhone`, UnitPrice: 8120.59, Quantity: 4, ExtendedPrice: 32482.36, Freight: 1140.59, Discontinued: false, Region: `West`, Address: `164 Main Street`, City: `New York`, Country: `USA`, PostalCode: 80172 }), + new InvoicesDataItem({ ShipName: `Watson Estate`, ShipAddress: `108 Main Street`, ShipCity: `Philadelphia`, ShipPostalCode: 90074, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1085, CustomerName: `Pamela Watson`, CustomerFirstName: `Pamela`, CustomerLastName: `Watson`, CustomerAddress: `108 Main Street, Philadelphia, USA, 90074`, Salesperson: `Nancy Madison`, OrderID: 1401, OrderDate: `12/3/2022`, ProductID: 139, ProductName: `IPhone`, UnitPrice: 6160.25, Quantity: 4, ExtendedPrice: 24641, Freight: 1600.25, Discontinued: false, Region: `South East`, Address: `108 Main Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 90074 }), + new InvoicesDataItem({ ShipName: `Jefferson Market`, ShipAddress: `175 Main Street`, ShipCity: `Huston`, ShipPostalCode: 80111, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1086, CustomerName: `Max Jefferson`, CustomerFirstName: `Max`, CustomerLastName: `Jefferson`, CustomerAddress: `175 Main Street, Huston, USA, 80111`, Salesperson: `Nancy Watson`, OrderID: 1474, OrderDate: `9/1/2022`, ProductID: 138, ProductName: `Mac Book Air`, UnitPrice: 7220.7, Quantity: 4, ExtendedPrice: 28882.8, Freight: 1530.7, Discontinued: false, Region: `West`, Address: `175 Main Street`, City: `Huston`, Country: `USA`, PostalCode: 80111 }), + new InvoicesDataItem({ ShipName: `Madison Estate`, ShipAddress: `102 Wall Street`, ShipCity: `Miami`, ShipPostalCode: 80173, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1087, CustomerName: `Nancy Madison`, CustomerFirstName: `Nancy`, CustomerLastName: `Madison`, CustomerAddress: `102 Wall Street, Miami, USA, 80173`, Salesperson: `Martin Jackson`, OrderID: 1678, OrderDate: `5/6/2022`, ProductID: 190, ProductName: `IPad`, UnitPrice: 17990.28, Quantity: 4, ExtendedPrice: 71961.12, Freight: 1420.28, Discontinued: false, Region: `South East`, Address: `102 Wall Street`, City: `Miami`, Country: `USA`, PostalCode: 80173 }), + new InvoicesDataItem({ ShipName: `Jackson Townhouse`, ShipAddress: `163 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 50105, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1088, CustomerName: `Mike Jackson`, CustomerFirstName: `Mike`, CustomerLastName: `Jackson`, CustomerAddress: `163 Market Street, Philadelphia, USA, 50105`, Salesperson: `Martin Black`, OrderID: 1384, OrderDate: `4/16/2022`, ProductID: 156, ProductName: `Mac Book Pro`, UnitPrice: 15460.27, Quantity: 3, ExtendedPrice: 46380.81, Freight: 1250.27, Discontinued: false, Region: `West`, Address: `163 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 50105 }), + new InvoicesDataItem({ ShipName: `Watson Home`, ShipAddress: `165 Wall Street`, ShipCity: `Huston`, ShipPostalCode: 90075, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1089, CustomerName: `Ben Watson`, CustomerFirstName: `Ben`, CustomerLastName: `Watson`, CustomerAddress: `165 Wall Street, Huston, USA, 90075`, Salesperson: `Nancy Jefferson`, OrderID: 1223, OrderDate: `7/20/2022`, ProductID: 105, ProductName: `Mac Book Pro`, UnitPrice: 15450.62, Quantity: 2, ExtendedPrice: 30901.24, Freight: 1350.62, Discontinued: true, Region: `North East`, Address: `165 Wall Street`, City: `Huston`, Country: `USA`, PostalCode: 90075 }), + new InvoicesDataItem({ ShipName: `Jefferson Market`, ShipAddress: `140 Wall Street`, ShipCity: `New York`, ShipPostalCode: 80134, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1090, CustomerName: `Anna Jefferson`, CustomerFirstName: `Anna`, CustomerLastName: `Jefferson`, CustomerAddress: `140 Wall Street, New York, USA, 80134`, Salesperson: `Anna Watson`, OrderID: 1189, OrderDate: `10/5/2022`, ProductID: 128, ProductName: `Samsung Note`, UnitPrice: 15460.25, Quantity: 5, ExtendedPrice: 77301.25, Freight: 840.25, Discontinued: false, Region: `West`, Address: `140 Wall Street`, City: `New York`, Country: `USA`, PostalCode: 80134 }), + new InvoicesDataItem({ ShipName: `Madison Market`, ShipAddress: `191 Wall Street`, ShipCity: `Los Angeles`, ShipPostalCode: 80168, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1091, CustomerName: `Max Madison`, CustomerFirstName: `Max`, CustomerLastName: `Madison`, CustomerAddress: `191 Wall Street, Los Angeles, USA, 80168`, Salesperson: `Anna Madison`, OrderID: 1657, OrderDate: `8/7/2022`, ProductID: 154, ProductName: `IPad`, UnitPrice: 24990.6, Quantity: 5, ExtendedPrice: 124953, Freight: 1890.6, Discontinued: false, Region: `South East`, Address: `191 Wall Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 80168 }), + new InvoicesDataItem({ ShipName: `Watson Market`, ShipAddress: `111 Market Street`, ShipCity: `Los Angeles`, ShipPostalCode: 60130, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1092, CustomerName: `Anna Watson`, CustomerFirstName: `Anna`, CustomerLastName: `Watson`, CustomerAddress: `111 Market Street, Los Angeles, USA, 60130`, Salesperson: `Ben Jackson`, OrderID: 1818, OrderDate: `12/2/2022`, ProductID: 107, ProductName: `Samsung Note`, UnitPrice: 19750.45, Quantity: 4, ExtendedPrice: 79001.8, Freight: 1840.45, Discontinued: false, Region: `South East`, Address: `111 Market Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 60130 }), + new InvoicesDataItem({ ShipName: `Madison Estate`, ShipAddress: `190 Market Street`, ShipCity: `Los Angeles`, ShipPostalCode: 50162, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1093, CustomerName: `Mike Madison`, CustomerFirstName: `Mike`, CustomerLastName: `Madison`, CustomerAddress: `190 Market Street, Los Angeles, USA, 50162`, Salesperson: `Mike Watson`, OrderID: 1117, OrderDate: `10/12/2022`, ProductID: 176, ProductName: `Samsung Note`, UnitPrice: 15390.57, Quantity: 5, ExtendedPrice: 76952.85, Freight: 1500.57, Discontinued: false, Region: `West`, Address: `190 Market Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 50162 }), + new InvoicesDataItem({ ShipName: `Black Market`, ShipAddress: `121 Main Street`, ShipCity: `Miami`, ShipPostalCode: 70156, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1094, CustomerName: `James Black`, CustomerFirstName: `James`, CustomerLastName: `Black`, CustomerAddress: `121 Main Street, Miami, USA, 70156`, Salesperson: `Mike Jackson`, OrderID: 1188, OrderDate: `11/23/2022`, ProductID: 177, ProductName: `IPad`, UnitPrice: 23120.28, Quantity: 3, ExtendedPrice: 69360.84, Freight: 1670.28, Discontinued: false, Region: `South East`, Address: `121 Main Street`, City: `Miami`, Country: `USA`, PostalCode: 70156 }), + new InvoicesDataItem({ ShipName: `Smith Market`, ShipAddress: `120 Main Street`, ShipCity: `Miami`, ShipPostalCode: 60082, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1095, CustomerName: `Martin Smith`, CustomerFirstName: `Martin`, CustomerLastName: `Smith`, CustomerAddress: `120 Main Street, Miami, USA, 60082`, Salesperson: `Nancy Smith`, OrderID: 1673, OrderDate: `1/25/2022`, ProductID: 189, ProductName: `Mac Book Air`, UnitPrice: 16310.31, Quantity: 4, ExtendedPrice: 65241.24, Freight: 370.31, Discontinued: false, Region: `South East`, Address: `120 Main Street`, City: `Miami`, Country: `USA`, PostalCode: 60082 }), + new InvoicesDataItem({ ShipName: `Madison Estate`, ShipAddress: `102 Main Street`, ShipCity: `Miami`, ShipPostalCode: 90125, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1096, CustomerName: `Pamela Madison`, CustomerFirstName: `Pamela`, CustomerLastName: `Madison`, CustomerAddress: `102 Main Street, Miami, USA, 90125`, Salesperson: `Pamela Smith`, OrderID: 1048, OrderDate: `8/6/2022`, ProductID: 148, ProductName: `Mac Book Pro`, UnitPrice: 14920.59, Quantity: 2, ExtendedPrice: 29841.18, Freight: 1110.59, Discontinued: false, Region: `West`, Address: `102 Main Street`, City: `Miami`, Country: `USA`, PostalCode: 90125 }), + new InvoicesDataItem({ ShipName: `Jefferson Home`, ShipAddress: `125 Main Street`, ShipCity: `Los Angeles`, ShipPostalCode: 80199, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1097, CustomerName: `James Jefferson`, CustomerFirstName: `James`, CustomerLastName: `Jefferson`, CustomerAddress: `125 Main Street, Los Angeles, USA, 80199`, Salesperson: `Pamela Black`, OrderID: 1336, OrderDate: `6/1/2022`, ProductID: 159, ProductName: `Mac Book Pro`, UnitPrice: 11370.4, Quantity: 5, ExtendedPrice: 56852, Freight: 1210.4, Discontinued: false, Region: `West`, Address: `125 Main Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 80199 }), + new InvoicesDataItem({ ShipName: `Jefferson Townhouse`, ShipAddress: `109 Wall Street`, ShipCity: `Miami`, ShipPostalCode: 60118, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1098, CustomerName: `Mike Jefferson`, CustomerFirstName: `Mike`, CustomerLastName: `Jefferson`, CustomerAddress: `109 Wall Street, Miami, USA, 60118`, Salesperson: `James Madison`, OrderID: 1049, OrderDate: `2/14/2022`, ProductID: 172, ProductName: `Mac Book Pro`, UnitPrice: 18730.79, Quantity: 5, ExtendedPrice: 93653.95, Freight: 300.79, Discontinued: false, Region: `South East`, Address: `109 Wall Street`, City: `Miami`, Country: `USA`, PostalCode: 60118 }), + new InvoicesDataItem({ ShipName: `Smith Townhouse`, ShipAddress: `149 Main Street`, ShipCity: `Miami`, ShipPostalCode: 50128, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1099, CustomerName: `Anna Smith`, CustomerFirstName: `Anna`, CustomerLastName: `Smith`, CustomerAddress: `149 Main Street, Miami, USA, 50128`, Salesperson: `James Watson`, OrderID: 1292, OrderDate: `3/15/2022`, ProductID: 183, ProductName: `Mac Book Air`, UnitPrice: 16730.48, Quantity: 5, ExtendedPrice: 83652.4, Freight: 1320.48, Discontinued: true, Region: `North East`, Address: `149 Main Street`, City: `Miami`, Country: `USA`, PostalCode: 50128 }), + new InvoicesDataItem({ ShipName: `Smith Estate`, ShipAddress: `183 Wall Street`, ShipCity: `New York`, ShipPostalCode: 50089, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1100, CustomerName: `Ben Smith`, CustomerFirstName: `Ben`, CustomerLastName: `Smith`, CustomerAddress: `183 Wall Street, New York, USA, 50089`, Salesperson: `Max Watson`, OrderID: 1724, OrderDate: `9/22/2022`, ProductID: 160, ProductName: `IPad`, UnitPrice: 23370.51, Quantity: 3, ExtendedPrice: 70111.53, Freight: 1200.51, Discontinued: false, Region: `North East`, Address: `183 Wall Street`, City: `New York`, Country: `USA`, PostalCode: 50089 }), + new InvoicesDataItem({ ShipName: `Watson Estate`, ShipAddress: `195 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 60110, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1101, CustomerName: `Martin Watson`, CustomerFirstName: `Martin`, CustomerLastName: `Watson`, CustomerAddress: `195 Market Street, Philadelphia, USA, 60110`, Salesperson: `Martin Black`, OrderID: 1154, OrderDate: `4/13/2022`, ProductID: 180, ProductName: `Samsung Note`, UnitPrice: 24870.49, Quantity: 4, ExtendedPrice: 99481.96, Freight: 1200.49, Discontinued: false, Region: `South East`, Address: `195 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 60110 }), + new InvoicesDataItem({ ShipName: `Madison Estate`, ShipAddress: `153 Market Street`, ShipCity: `New York`, ShipPostalCode: 60113, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1102, CustomerName: `Ben Madison`, CustomerFirstName: `Ben`, CustomerLastName: `Madison`, CustomerAddress: `153 Market Street, New York, USA, 60113`, Salesperson: `Nancy Black`, OrderID: 1333, OrderDate: `2/24/2022`, ProductID: 192, ProductName: `Samsung Note`, UnitPrice: 12710.8, Quantity: 4, ExtendedPrice: 50843.2, Freight: 1520.8, Discontinued: false, Region: `North East`, Address: `153 Market Street`, City: `New York`, Country: `USA`, PostalCode: 60113 }), + new InvoicesDataItem({ ShipName: `Watson Market`, ShipAddress: `185 Market Street`, ShipCity: `Miami`, ShipPostalCode: 60118, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1103, CustomerName: `James Watson`, CustomerFirstName: `James`, CustomerLastName: `Watson`, CustomerAddress: `185 Market Street, Miami, USA, 60118`, Salesperson: `Max Black`, OrderID: 1243, OrderDate: `2/7/2022`, ProductID: 124, ProductName: `Samsung Galaxy 22`, UnitPrice: 16270.33, Quantity: 4, ExtendedPrice: 65081.32, Freight: 1050.33, Discontinued: false, Region: `West`, Address: `185 Market Street`, City: `Miami`, Country: `USA`, PostalCode: 60118 }), + new InvoicesDataItem({ ShipName: `Smith Home`, ShipAddress: `181 Market Street`, ShipCity: `Miami`, ShipPostalCode: 80055, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1104, CustomerName: `Anna Smith`, CustomerFirstName: `Anna`, CustomerLastName: `Smith`, CustomerAddress: `181 Market Street, Miami, USA, 80055`, Salesperson: `Nancy Madison`, OrderID: 1090, OrderDate: `12/2/2022`, ProductID: 106, ProductName: `Mac Book Pro`, UnitPrice: 25150.85, Quantity: 5, ExtendedPrice: 125754.25, Freight: 560.85, Discontinued: false, Region: `North East`, Address: `181 Market Street`, City: `Miami`, Country: `USA`, PostalCode: 80055 }), + new InvoicesDataItem({ ShipName: `Watson Home`, ShipAddress: `185 Market Street`, ShipCity: `Los Angeles`, ShipPostalCode: 60149, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1105, CustomerName: `Ben Watson`, CustomerFirstName: `Ben`, CustomerLastName: `Watson`, CustomerAddress: `185 Market Street, Los Angeles, USA, 60149`, Salesperson: `Martin Madison`, OrderID: 1697, OrderDate: `10/12/2022`, ProductID: 193, ProductName: `Mac Book Air`, UnitPrice: 18440.22, Quantity: 5, ExtendedPrice: 92201.1, Freight: 1030.22, Discontinued: false, Region: `North East`, Address: `185 Market Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 60149 }), + new InvoicesDataItem({ ShipName: `Madison Home`, ShipAddress: `110 Wall Street`, ShipCity: `Los Angeles`, ShipPostalCode: 90160, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1106, CustomerName: `Anna Madison`, CustomerFirstName: `Anna`, CustomerLastName: `Madison`, CustomerAddress: `110 Wall Street, Los Angeles, USA, 90160`, Salesperson: `Mike Jefferson`, OrderID: 1868, OrderDate: `6/20/2022`, ProductID: 166, ProductName: `Samsung Galaxy 22`, UnitPrice: 10990.49, Quantity: 5, ExtendedPrice: 54952.45, Freight: 1250.49, Discontinued: false, Region: `North East`, Address: `110 Wall Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 90160 }), + new InvoicesDataItem({ ShipName: `Madison Home`, ShipAddress: `124 Wall Street`, ShipCity: `Miami`, ShipPostalCode: 90129, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1107, CustomerName: `Martin Madison`, CustomerFirstName: `Martin`, CustomerLastName: `Madison`, CustomerAddress: `124 Wall Street, Miami, USA, 90129`, Salesperson: `Max Madison`, OrderID: 1419, OrderDate: `11/8/2022`, ProductID: 119, ProductName: `Mac Book Air`, UnitPrice: 9310.28, Quantity: 3, ExtendedPrice: 27930.84, Freight: 1660.28, Discontinued: false, Region: `West`, Address: `124 Wall Street`, City: `Miami`, Country: `USA`, PostalCode: 90129 }), + new InvoicesDataItem({ ShipName: `Jefferson Townhouse`, ShipAddress: `144 Wall Street`, ShipCity: `Huston`, ShipPostalCode: 80145, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1108, CustomerName: `Pamela Jefferson`, CustomerFirstName: `Pamela`, CustomerLastName: `Jefferson`, CustomerAddress: `144 Wall Street, Huston, USA, 80145`, Salesperson: `Mike Smith`, OrderID: 1103, OrderDate: `5/14/2022`, ProductID: 172, ProductName: `Mac Book Pro`, UnitPrice: 5130.33, Quantity: 2, ExtendedPrice: 10260.66, Freight: 1840.33, Discontinued: false, Region: `North East`, Address: `144 Wall Street`, City: `Huston`, Country: `USA`, PostalCode: 80145 }), + new InvoicesDataItem({ ShipName: `Jefferson Estate`, ShipAddress: `200 Main Street`, ShipCity: `Philadelphia`, ShipPostalCode: 50073, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1109, CustomerName: `Nancy Jefferson`, CustomerFirstName: `Nancy`, CustomerLastName: `Jefferson`, CustomerAddress: `200 Main Street, Philadelphia, USA, 50073`, Salesperson: `Max Jackson`, OrderID: 1461, OrderDate: `6/13/2022`, ProductID: 153, ProductName: `Mac Book Pro`, UnitPrice: 23080.59, Quantity: 3, ExtendedPrice: 69241.77, Freight: 540.59, Discontinued: true, Region: `West`, Address: `200 Main Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 50073 }), + new InvoicesDataItem({ ShipName: `Madison Market`, ShipAddress: `196 Market Street`, ShipCity: `New York`, ShipPostalCode: 70070, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1110, CustomerName: `Mike Madison`, CustomerFirstName: `Mike`, CustomerLastName: `Madison`, CustomerAddress: `196 Market Street, New York, USA, 70070`, Salesperson: `Nancy Smith`, OrderID: 1713, OrderDate: `3/6/2022`, ProductID: 121, ProductName: `Mac Book Pro`, UnitPrice: 29390.58, Quantity: 3, ExtendedPrice: 88171.74, Freight: 1170.58, Discontinued: false, Region: `West`, Address: `196 Market Street`, City: `New York`, Country: `USA`, PostalCode: 70070 }), + new InvoicesDataItem({ ShipName: `Smith Home`, ShipAddress: `154 Main Street`, ShipCity: `New York`, ShipPostalCode: 70167, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1111, CustomerName: `Martin Smith`, CustomerFirstName: `Martin`, CustomerLastName: `Smith`, CustomerAddress: `154 Main Street, New York, USA, 70167`, Salesperson: `Pamela Jackson`, OrderID: 1956, OrderDate: `1/2/2022`, ProductID: 156, ProductName: `Samsung Note`, UnitPrice: 24870.88, Quantity: 2, ExtendedPrice: 49741.76, Freight: 1360.88, Discontinued: false, Region: `North East`, Address: `154 Main Street`, City: `New York`, Country: `USA`, PostalCode: 70167 }), + new InvoicesDataItem({ ShipName: `Jefferson Townhouse`, ShipAddress: `110 Main Street`, ShipCity: `Miami`, ShipPostalCode: 90055, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1112, CustomerName: `Mike Jefferson`, CustomerFirstName: `Mike`, CustomerLastName: `Jefferson`, CustomerAddress: `110 Main Street, Miami, USA, 90055`, Salesperson: `Anna Madison`, OrderID: 1530, OrderDate: `10/15/2022`, ProductID: 113, ProductName: `IPad`, UnitPrice: 24570.87, Quantity: 4, ExtendedPrice: 98283.48, Freight: 930.87, Discontinued: false, Region: `South East`, Address: `110 Main Street`, City: `Miami`, Country: `USA`, PostalCode: 90055 }), + new InvoicesDataItem({ ShipName: `Jefferson Townhouse`, ShipAddress: `200 Market Street`, ShipCity: `Huston`, ShipPostalCode: 70105, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1113, CustomerName: `Martin Jefferson`, CustomerFirstName: `Martin`, CustomerLastName: `Jefferson`, CustomerAddress: `200 Market Street, Huston, USA, 70105`, Salesperson: `James Jackson`, OrderID: 1488, OrderDate: `7/13/2022`, ProductID: 109, ProductName: `IPhone`, UnitPrice: 23860.57, Quantity: 4, ExtendedPrice: 95442.28, Freight: 1130.57, Discontinued: false, Region: `North East`, Address: `200 Market Street`, City: `Huston`, Country: `USA`, PostalCode: 70105 }), + new InvoicesDataItem({ ShipName: `Jefferson Home`, ShipAddress: `181 Main Street`, ShipCity: `Philadelphia`, ShipPostalCode: 80175, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1114, CustomerName: `Ben Jefferson`, CustomerFirstName: `Ben`, CustomerLastName: `Jefferson`, CustomerAddress: `181 Main Street, Philadelphia, USA, 80175`, Salesperson: `Max Jackson`, OrderID: 1143, OrderDate: `6/13/2022`, ProductID: 144, ProductName: `Mac Book Air`, UnitPrice: 28390.63, Quantity: 5, ExtendedPrice: 141953.15, Freight: 300.63, Discontinued: false, Region: `North East`, Address: `181 Main Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 80175 }), + new InvoicesDataItem({ ShipName: `Jackson Home`, ShipAddress: `137 Market Street`, ShipCity: `Huston`, ShipPostalCode: 50144, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1115, CustomerName: `Ben Jackson`, CustomerFirstName: `Ben`, CustomerLastName: `Jackson`, CustomerAddress: `137 Market Street, Huston, USA, 50144`, Salesperson: `Martin Jackson`, OrderID: 1274, OrderDate: `4/8/2022`, ProductID: 134, ProductName: `IPad`, UnitPrice: 22580.34, Quantity: 2, ExtendedPrice: 45160.68, Freight: 1720.34, Discontinued: false, Region: `South East`, Address: `137 Market Street`, City: `Huston`, Country: `USA`, PostalCode: 50144 }), + new InvoicesDataItem({ ShipName: `Jefferson Market`, ShipAddress: `186 Main Street`, ShipCity: `Los Angeles`, ShipPostalCode: 70112, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1116, CustomerName: `Pamela Jefferson`, CustomerFirstName: `Pamela`, CustomerLastName: `Jefferson`, CustomerAddress: `186 Main Street, Los Angeles, USA, 70112`, Salesperson: `Mike Jefferson`, OrderID: 1597, OrderDate: `8/6/2022`, ProductID: 127, ProductName: `Mac Book Pro`, UnitPrice: 28490.48, Quantity: 3, ExtendedPrice: 85471.44, Freight: 760.48, Discontinued: false, Region: `South East`, Address: `186 Main Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 70112 }), + new InvoicesDataItem({ ShipName: `Watson Townhouse`, ShipAddress: `152 Wall Street`, ShipCity: `Huston`, ShipPostalCode: 50080, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1117, CustomerName: `Nancy Watson`, CustomerFirstName: `Nancy`, CustomerLastName: `Watson`, CustomerAddress: `152 Wall Street, Huston, USA, 50080`, Salesperson: `Max Jackson`, OrderID: 1632, OrderDate: `4/15/2022`, ProductID: 179, ProductName: `Mac Book Pro`, UnitPrice: 20680.38, Quantity: 5, ExtendedPrice: 103401.9, Freight: 490.38, Discontinued: false, Region: `West`, Address: `152 Wall Street`, City: `Huston`, Country: `USA`, PostalCode: 50080 }), + new InvoicesDataItem({ ShipName: `Black Home`, ShipAddress: `147 Wall Street`, ShipCity: `Huston`, ShipPostalCode: 60136, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1118, CustomerName: `Pamela Black`, CustomerFirstName: `Pamela`, CustomerLastName: `Black`, CustomerAddress: `147 Wall Street, Huston, USA, 60136`, Salesperson: `Mike Watson`, OrderID: 1461, OrderDate: `4/21/2022`, ProductID: 118, ProductName: `Samsung Note`, UnitPrice: 6990.24, Quantity: 5, ExtendedPrice: 34951.2, Freight: 460.24, Discontinued: false, Region: `North East`, Address: `147 Wall Street`, City: `Huston`, Country: `USA`, PostalCode: 60136 }), + new InvoicesDataItem({ ShipName: `Black Estate`, ShipAddress: `161 Market Street`, ShipCity: `Huston`, ShipPostalCode: 80121, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1119, CustomerName: `James Black`, CustomerFirstName: `James`, CustomerLastName: `Black`, CustomerAddress: `161 Market Street, Huston, USA, 80121`, Salesperson: `Martin Jefferson`, OrderID: 1380, OrderDate: `1/3/2022`, ProductID: 176, ProductName: `Mac Book Air`, UnitPrice: 26540.79, Quantity: 5, ExtendedPrice: 132703.95, Freight: 470.79, Discontinued: true, Region: `West`, Address: `161 Market Street`, City: `Huston`, Country: `USA`, PostalCode: 80121 }), + new InvoicesDataItem({ ShipName: `Watson Townhouse`, ShipAddress: `118 Main Street`, ShipCity: `Philadelphia`, ShipPostalCode: 50189, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1120, CustomerName: `Ben Watson`, CustomerFirstName: `Ben`, CustomerLastName: `Watson`, CustomerAddress: `118 Main Street, Philadelphia, USA, 50189`, Salesperson: `Ben Watson`, OrderID: 1658, OrderDate: `1/4/2022`, ProductID: 184, ProductName: `Mac Book Air`, UnitPrice: 16830.41, Quantity: 5, ExtendedPrice: 84152.05, Freight: 1660.41, Discontinued: false, Region: `West`, Address: `118 Main Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 50189 }), + new InvoicesDataItem({ ShipName: `Jackson Townhouse`, ShipAddress: `186 Market Street`, ShipCity: `Miami`, ShipPostalCode: 60097, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1121, CustomerName: `Pamela Jackson`, CustomerFirstName: `Pamela`, CustomerLastName: `Jackson`, CustomerAddress: `186 Market Street, Miami, USA, 60097`, Salesperson: `Nancy Watson`, OrderID: 1754, OrderDate: `7/3/2022`, ProductID: 148, ProductName: `Mac Book Air`, UnitPrice: 5030.24, Quantity: 3, ExtendedPrice: 15090.72, Freight: 1660.24, Discontinued: false, Region: `South East`, Address: `186 Market Street`, City: `Miami`, Country: `USA`, PostalCode: 60097 }), + new InvoicesDataItem({ ShipName: `Smith Market`, ShipAddress: `191 Main Street`, ShipCity: `Los Angeles`, ShipPostalCode: 90155, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1122, CustomerName: `Ben Smith`, CustomerFirstName: `Ben`, CustomerLastName: `Smith`, CustomerAddress: `191 Main Street, Los Angeles, USA, 90155`, Salesperson: `Anna Madison`, OrderID: 1279, OrderDate: `3/14/2022`, ProductID: 151, ProductName: `IPhone`, UnitPrice: 23590.82, Quantity: 3, ExtendedPrice: 70772.46, Freight: 1120.82, Discontinued: false, Region: `West`, Address: `191 Main Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 90155 }), + new InvoicesDataItem({ ShipName: `Jefferson Market`, ShipAddress: `190 Main Street`, ShipCity: `New York`, ShipPostalCode: 80075, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1123, CustomerName: `James Jefferson`, CustomerFirstName: `James`, CustomerLastName: `Jefferson`, CustomerAddress: `190 Main Street, New York, USA, 80075`, Salesperson: `Martin Jackson`, OrderID: 1310, OrderDate: `11/7/2022`, ProductID: 183, ProductName: `Samsung Galaxy 22`, UnitPrice: 26450.4, Quantity: 5, ExtendedPrice: 132252, Freight: 420.4, Discontinued: false, Region: `South East`, Address: `190 Main Street`, City: `New York`, Country: `USA`, PostalCode: 80075 }), + new InvoicesDataItem({ ShipName: `Madison Home`, ShipAddress: `160 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 80067, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1124, CustomerName: `Pamela Madison`, CustomerFirstName: `Pamela`, CustomerLastName: `Madison`, CustomerAddress: `160 Market Street, Philadelphia, USA, 80067`, Salesperson: `Ben Jackson`, OrderID: 1920, OrderDate: `12/17/2022`, ProductID: 174, ProductName: `IPhone`, UnitPrice: 23660.88, Quantity: 4, ExtendedPrice: 94643.52, Freight: 1220.88, Discontinued: false, Region: `North East`, Address: `160 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 80067 }), + new InvoicesDataItem({ ShipName: `Black Market`, ShipAddress: `151 Wall Street`, ShipCity: `Miami`, ShipPostalCode: 90124, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1125, CustomerName: `Max Black`, CustomerFirstName: `Max`, CustomerLastName: `Black`, CustomerAddress: `151 Wall Street, Miami, USA, 90124`, Salesperson: `Mike Watson`, OrderID: 1497, OrderDate: `2/21/2022`, ProductID: 179, ProductName: `IPhone`, UnitPrice: 15940.51, Quantity: 5, ExtendedPrice: 79702.55, Freight: 1880.51, Discontinued: false, Region: `West`, Address: `151 Wall Street`, City: `Miami`, Country: `USA`, PostalCode: 90124 }), + new InvoicesDataItem({ ShipName: `Black Estate`, ShipAddress: `151 Market Street`, ShipCity: `Huston`, ShipPostalCode: 70173, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1126, CustomerName: `Nancy Black`, CustomerFirstName: `Nancy`, CustomerLastName: `Black`, CustomerAddress: `151 Market Street, Huston, USA, 70173`, Salesperson: `Pamela Jefferson`, OrderID: 1925, OrderDate: `2/15/2022`, ProductID: 170, ProductName: `IPhone`, UnitPrice: 13350.7, Quantity: 5, ExtendedPrice: 66753.5, Freight: 720.7, Discontinued: false, Region: `West`, Address: `151 Market Street`, City: `Huston`, Country: `USA`, PostalCode: 70173 }), + new InvoicesDataItem({ ShipName: `Watson Townhouse`, ShipAddress: `114 Main Street`, ShipCity: `Miami`, ShipPostalCode: 80067, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1127, CustomerName: `James Watson`, CustomerFirstName: `James`, CustomerLastName: `Watson`, CustomerAddress: `114 Main Street, Miami, USA, 80067`, Salesperson: `Pamela Black`, OrderID: 1338, OrderDate: `5/19/2022`, ProductID: 196, ProductName: `Samsung Note`, UnitPrice: 20820.82, Quantity: 4, ExtendedPrice: 83283.28, Freight: 1570.82, Discontinued: false, Region: `South East`, Address: `114 Main Street`, City: `Miami`, Country: `USA`, PostalCode: 80067 }), + new InvoicesDataItem({ ShipName: `Madison Market`, ShipAddress: `189 Wall Street`, ShipCity: `Philadelphia`, ShipPostalCode: 80157, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1128, CustomerName: `Anna Madison`, CustomerFirstName: `Anna`, CustomerLastName: `Madison`, CustomerAddress: `189 Wall Street, Philadelphia, USA, 80157`, Salesperson: `Ben Watson`, OrderID: 1794, OrderDate: `9/9/2022`, ProductID: 168, ProductName: `Samsung Galaxy 22`, UnitPrice: 25550.56, Quantity: 4, ExtendedPrice: 102202.24, Freight: 400.56, Discontinued: false, Region: `North East`, Address: `189 Wall Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 80157 }), + new InvoicesDataItem({ ShipName: `Watson Home`, ShipAddress: `198 Main Street`, ShipCity: `New York`, ShipPostalCode: 60169, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1129, CustomerName: `Ben Watson`, CustomerFirstName: `Ben`, CustomerLastName: `Watson`, CustomerAddress: `198 Main Street, New York, USA, 60169`, Salesperson: `James Black`, OrderID: 1108, OrderDate: `2/5/2022`, ProductID: 194, ProductName: `Mac Book Air`, UnitPrice: 10890.26, Quantity: 3, ExtendedPrice: 32670.78, Freight: 760.26, Discontinued: true, Region: `South East`, Address: `198 Main Street`, City: `New York`, Country: `USA`, PostalCode: 60169 }), + new InvoicesDataItem({ ShipName: `Jackson Townhouse`, ShipAddress: `106 Main Street`, ShipCity: `Los Angeles`, ShipPostalCode: 60117, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1130, CustomerName: `James Jackson`, CustomerFirstName: `James`, CustomerLastName: `Jackson`, CustomerAddress: `106 Main Street, Los Angeles, USA, 60117`, Salesperson: `Pamela Jackson`, OrderID: 1953, OrderDate: `11/24/2022`, ProductID: 179, ProductName: `Samsung Note`, UnitPrice: 19940.84, Quantity: 3, ExtendedPrice: 59822.52, Freight: 890.84, Discontinued: false, Region: `West`, Address: `106 Main Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 60117 }), + new InvoicesDataItem({ ShipName: `Madison Home`, ShipAddress: `192 Main Street`, ShipCity: `Los Angeles`, ShipPostalCode: 90090, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1131, CustomerName: `James Madison`, CustomerFirstName: `James`, CustomerLastName: `Madison`, CustomerAddress: `192 Main Street, Los Angeles, USA, 90090`, Salesperson: `Max Jefferson`, OrderID: 1337, OrderDate: `10/10/2022`, ProductID: 198, ProductName: `Samsung Note`, UnitPrice: 18640.31, Quantity: 2, ExtendedPrice: 37280.62, Freight: 280.31, Discontinued: false, Region: `South East`, Address: `192 Main Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 90090 }), + new InvoicesDataItem({ ShipName: `Jefferson Townhouse`, ShipAddress: `128 Market Street`, ShipCity: `Miami`, ShipPostalCode: 50136, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1132, CustomerName: `Martin Jefferson`, CustomerFirstName: `Martin`, CustomerLastName: `Jefferson`, CustomerAddress: `128 Market Street, Miami, USA, 50136`, Salesperson: `Nancy Jefferson`, OrderID: 1617, OrderDate: `4/10/2022`, ProductID: 148, ProductName: `Samsung Galaxy 22`, UnitPrice: 26140.37, Quantity: 2, ExtendedPrice: 52280.74, Freight: 1270.37, Discontinued: false, Region: `West`, Address: `128 Market Street`, City: `Miami`, Country: `USA`, PostalCode: 50136 }), + new InvoicesDataItem({ ShipName: `Jackson Home`, ShipAddress: `164 Wall Street`, ShipCity: `Huston`, ShipPostalCode: 70190, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1133, CustomerName: `Max Jackson`, CustomerFirstName: `Max`, CustomerLastName: `Jackson`, CustomerAddress: `164 Wall Street, Huston, USA, 70190`, Salesperson: `Nancy Watson`, OrderID: 1222, OrderDate: `3/15/2022`, ProductID: 140, ProductName: `IPad`, UnitPrice: 20540.74, Quantity: 3, ExtendedPrice: 61622.22, Freight: 1190.74, Discontinued: false, Region: `West`, Address: `164 Wall Street`, City: `Huston`, Country: `USA`, PostalCode: 70190 }), + new InvoicesDataItem({ ShipName: `Black Home`, ShipAddress: `118 Main Street`, ShipCity: `Huston`, ShipPostalCode: 60126, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1134, CustomerName: `Ben Black`, CustomerFirstName: `Ben`, CustomerLastName: `Black`, CustomerAddress: `118 Main Street, Huston, USA, 60126`, Salesperson: `Pamela Jefferson`, OrderID: 1888, OrderDate: `7/3/2022`, ProductID: 133, ProductName: `Samsung Galaxy 22`, UnitPrice: 25970.39, Quantity: 2, ExtendedPrice: 51940.78, Freight: 1110.39, Discontinued: false, Region: `North East`, Address: `118 Main Street`, City: `Huston`, Country: `USA`, PostalCode: 60126 }), + new InvoicesDataItem({ ShipName: `Jefferson Estate`, ShipAddress: `145 Wall Street`, ShipCity: `Philadelphia`, ShipPostalCode: 50093, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1135, CustomerName: `James Jefferson`, CustomerFirstName: `James`, CustomerLastName: `Jefferson`, CustomerAddress: `145 Wall Street, Philadelphia, USA, 50093`, Salesperson: `Nancy Jefferson`, OrderID: 1661, OrderDate: `5/14/2022`, ProductID: 199, ProductName: `Mac Book Air`, UnitPrice: 12190.38, Quantity: 2, ExtendedPrice: 24380.76, Freight: 1670.38, Discontinued: false, Region: `North East`, Address: `145 Wall Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 50093 }), + new InvoicesDataItem({ ShipName: `Jefferson Home`, ShipAddress: `174 Wall Street`, ShipCity: `Los Angeles`, ShipPostalCode: 70094, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1136, CustomerName: `Ben Jefferson`, CustomerFirstName: `Ben`, CustomerLastName: `Jefferson`, CustomerAddress: `174 Wall Street, Los Angeles, USA, 70094`, Salesperson: `Max Madison`, OrderID: 1495, OrderDate: `1/19/2022`, ProductID: 188, ProductName: `Mac Book Pro`, UnitPrice: 18310.54, Quantity: 5, ExtendedPrice: 91552.7, Freight: 810.54, Discontinued: false, Region: `West`, Address: `174 Wall Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 70094 }), + new InvoicesDataItem({ ShipName: `Watson Market`, ShipAddress: `146 Wall Street`, ShipCity: `Philadelphia`, ShipPostalCode: 90093, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1137, CustomerName: `Martin Watson`, CustomerFirstName: `Martin`, CustomerLastName: `Watson`, CustomerAddress: `146 Wall Street, Philadelphia, USA, 90093`, Salesperson: `Mike Smith`, OrderID: 1649, OrderDate: `1/4/2022`, ProductID: 171, ProductName: `Mac Book Air`, UnitPrice: 6400.45, Quantity: 3, ExtendedPrice: 19201.35, Freight: 220.45, Discontinued: false, Region: `West`, Address: `146 Wall Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 90093 }), + new InvoicesDataItem({ ShipName: `Smith Estate`, ShipAddress: `181 Main Street`, ShipCity: `Miami`, ShipPostalCode: 80117, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1138, CustomerName: `Martin Smith`, CustomerFirstName: `Martin`, CustomerLastName: `Smith`, CustomerAddress: `181 Main Street, Miami, USA, 80117`, Salesperson: `Mike Black`, OrderID: 1152, OrderDate: `5/12/2022`, ProductID: 172, ProductName: `Mac Book Pro`, UnitPrice: 26760.58, Quantity: 5, ExtendedPrice: 133802.9, Freight: 1480.58, Discontinued: false, Region: `West`, Address: `181 Main Street`, City: `Miami`, Country: `USA`, PostalCode: 80117 }), + new InvoicesDataItem({ ShipName: `Jefferson Market`, ShipAddress: `183 Wall Street`, ShipCity: `Philadelphia`, ShipPostalCode: 70191, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1139, CustomerName: `Mike Jefferson`, CustomerFirstName: `Mike`, CustomerLastName: `Jefferson`, CustomerAddress: `183 Wall Street, Philadelphia, USA, 70191`, Salesperson: `Nancy Jefferson`, OrderID: 1471, OrderDate: `5/19/2022`, ProductID: 119, ProductName: `Mac Book Pro`, UnitPrice: 22030.88, Quantity: 5, ExtendedPrice: 110154.4, Freight: 990.88, Discontinued: true, Region: `West`, Address: `183 Wall Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 70191 }), + new InvoicesDataItem({ ShipName: `Madison Estate`, ShipAddress: `100 Wall Street`, ShipCity: `Philadelphia`, ShipPostalCode: 80082, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1140, CustomerName: `Pamela Madison`, CustomerFirstName: `Pamela`, CustomerLastName: `Madison`, CustomerAddress: `100 Wall Street, Philadelphia, USA, 80082`, Salesperson: `Max Madison`, OrderID: 1793, OrderDate: `3/16/2022`, ProductID: 158, ProductName: `Mac Book Pro`, UnitPrice: 20230.42, Quantity: 3, ExtendedPrice: 60691.26, Freight: 1990.42, Discontinued: false, Region: `West`, Address: `100 Wall Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 80082 }), + new InvoicesDataItem({ ShipName: `Black Market`, ShipAddress: `173 Market Street`, ShipCity: `New York`, ShipPostalCode: 90155, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1141, CustomerName: `Pamela Black`, CustomerFirstName: `Pamela`, CustomerLastName: `Black`, CustomerAddress: `173 Market Street, New York, USA, 90155`, Salesperson: `Pamela Black`, OrderID: 1928, OrderDate: `8/24/2022`, ProductID: 114, ProductName: `Mac Book Air`, UnitPrice: 24460.68, Quantity: 2, ExtendedPrice: 48921.36, Freight: 1840.68, Discontinued: false, Region: `West`, Address: `173 Market Street`, City: `New York`, Country: `USA`, PostalCode: 90155 }), + new InvoicesDataItem({ ShipName: `Smith Townhouse`, ShipAddress: `171 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 60087, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1142, CustomerName: `James Smith`, CustomerFirstName: `James`, CustomerLastName: `Smith`, CustomerAddress: `171 Market Street, Philadelphia, USA, 60087`, Salesperson: `Pamela Madison`, OrderID: 1027, OrderDate: `1/25/2022`, ProductID: 145, ProductName: `Samsung Note`, UnitPrice: 6010.73, Quantity: 3, ExtendedPrice: 18032.19, Freight: 1860.73, Discontinued: false, Region: `West`, Address: `171 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 60087 }), + new InvoicesDataItem({ ShipName: `Jackson Townhouse`, ShipAddress: `175 Wall Street`, ShipCity: `Huston`, ShipPostalCode: 60122, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1143, CustomerName: `Mike Jackson`, CustomerFirstName: `Mike`, CustomerLastName: `Jackson`, CustomerAddress: `175 Wall Street, Huston, USA, 60122`, Salesperson: `Pamela Jackson`, OrderID: 1700, OrderDate: `12/10/2022`, ProductID: 150, ProductName: `Mac Book Pro`, UnitPrice: 22030.36, Quantity: 2, ExtendedPrice: 44060.72, Freight: 940.36, Discontinued: false, Region: `West`, Address: `175 Wall Street`, City: `Huston`, Country: `USA`, PostalCode: 60122 }), + new InvoicesDataItem({ ShipName: `Smith Townhouse`, ShipAddress: `174 Main Street`, ShipCity: `Miami`, ShipPostalCode: 90071, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1144, CustomerName: `Max Smith`, CustomerFirstName: `Max`, CustomerLastName: `Smith`, CustomerAddress: `174 Main Street, Miami, USA, 90071`, Salesperson: `Mike Jackson`, OrderID: 1769, OrderDate: `2/20/2022`, ProductID: 183, ProductName: `Mac Book Air`, UnitPrice: 25890.72, Quantity: 3, ExtendedPrice: 77672.16, Freight: 1540.72, Discontinued: false, Region: `West`, Address: `174 Main Street`, City: `Miami`, Country: `USA`, PostalCode: 90071 }), + new InvoicesDataItem({ ShipName: `Jefferson Estate`, ShipAddress: `100 Market Street`, ShipCity: `Huston`, ShipPostalCode: 90059, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1145, CustomerName: `Martin Jefferson`, CustomerFirstName: `Martin`, CustomerLastName: `Jefferson`, CustomerAddress: `100 Market Street, Huston, USA, 90059`, Salesperson: `Max Jefferson`, OrderID: 1835, OrderDate: `5/15/2022`, ProductID: 142, ProductName: `Samsung Note`, UnitPrice: 28310.48, Quantity: 3, ExtendedPrice: 84931.44, Freight: 2000.48, Discontinued: false, Region: `West`, Address: `100 Market Street`, City: `Huston`, Country: `USA`, PostalCode: 90059 }), + new InvoicesDataItem({ ShipName: `Madison Townhouse`, ShipAddress: `120 Market Street`, ShipCity: `Miami`, ShipPostalCode: 90120, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1146, CustomerName: `Ben Madison`, CustomerFirstName: `Ben`, CustomerLastName: `Madison`, CustomerAddress: `120 Market Street, Miami, USA, 90120`, Salesperson: `Max Jefferson`, OrderID: 1787, OrderDate: `5/16/2022`, ProductID: 104, ProductName: `IPad`, UnitPrice: 8410.44, Quantity: 2, ExtendedPrice: 16820.88, Freight: 1620.44, Discontinued: false, Region: `West`, Address: `120 Market Street`, City: `Miami`, Country: `USA`, PostalCode: 90120 }), + new InvoicesDataItem({ ShipName: `Watson Estate`, ShipAddress: `163 Wall Street`, ShipCity: `Los Angeles`, ShipPostalCode: 80132, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1147, CustomerName: `Pamela Watson`, CustomerFirstName: `Pamela`, CustomerLastName: `Watson`, CustomerAddress: `163 Wall Street, Los Angeles, USA, 80132`, Salesperson: `Pamela Watson`, OrderID: 1026, OrderDate: `7/10/2022`, ProductID: 130, ProductName: `Samsung Note`, UnitPrice: 13650.42, Quantity: 3, ExtendedPrice: 40951.26, Freight: 750.42, Discontinued: false, Region: `West`, Address: `163 Wall Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 80132 }), + new InvoicesDataItem({ ShipName: `Black Home`, ShipAddress: `169 Wall Street`, ShipCity: `Huston`, ShipPostalCode: 90138, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1148, CustomerName: `Ben Black`, CustomerFirstName: `Ben`, CustomerLastName: `Black`, CustomerAddress: `169 Wall Street, Huston, USA, 90138`, Salesperson: `Anna Smith`, OrderID: 1805, OrderDate: `1/6/2022`, ProductID: 126, ProductName: `Samsung Note`, UnitPrice: 29130.32, Quantity: 4, ExtendedPrice: 116521.28, Freight: 800.32, Discontinued: false, Region: `West`, Address: `169 Wall Street`, City: `Huston`, Country: `USA`, PostalCode: 90138 }), + new InvoicesDataItem({ ShipName: `Jefferson Townhouse`, ShipAddress: `167 Market Street`, ShipCity: `Miami`, ShipPostalCode: 60152, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1149, CustomerName: `Max Jefferson`, CustomerFirstName: `Max`, CustomerLastName: `Jefferson`, CustomerAddress: `167 Market Street, Miami, USA, 60152`, Salesperson: `Ben Jackson`, OrderID: 1292, OrderDate: `10/3/2022`, ProductID: 178, ProductName: `IPhone`, UnitPrice: 9150.64, Quantity: 5, ExtendedPrice: 45753.2, Freight: 1530.64, Discontinued: true, Region: `North East`, Address: `167 Market Street`, City: `Miami`, Country: `USA`, PostalCode: 60152 }), + new InvoicesDataItem({ ShipName: `Jackson Home`, ShipAddress: `194 Wall Street`, ShipCity: `Philadelphia`, ShipPostalCode: 80133, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1150, CustomerName: `Nancy Jackson`, CustomerFirstName: `Nancy`, CustomerLastName: `Jackson`, CustomerAddress: `194 Wall Street, Philadelphia, USA, 80133`, Salesperson: `Martin Watson`, OrderID: 1240, OrderDate: `10/14/2022`, ProductID: 128, ProductName: `IPhone`, UnitPrice: 22900.38, Quantity: 5, ExtendedPrice: 114501.9, Freight: 1500.38, Discontinued: false, Region: `North East`, Address: `194 Wall Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 80133 }), + new InvoicesDataItem({ ShipName: `Smith Home`, ShipAddress: `168 Wall Street`, ShipCity: `New York`, ShipPostalCode: 60104, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1151, CustomerName: `James Smith`, CustomerFirstName: `James`, CustomerLastName: `Smith`, CustomerAddress: `168 Wall Street, New York, USA, 60104`, Salesperson: `Martin Madison`, OrderID: 1307, OrderDate: `5/19/2022`, ProductID: 109, ProductName: `Samsung Note`, UnitPrice: 18330.33, Quantity: 5, ExtendedPrice: 91651.65, Freight: 1960.33, Discontinued: false, Region: `North East`, Address: `168 Wall Street`, City: `New York`, Country: `USA`, PostalCode: 60104 }), + new InvoicesDataItem({ ShipName: `Madison Market`, ShipAddress: `122 Market Street`, ShipCity: `New York`, ShipPostalCode: 60149, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1152, CustomerName: `Nancy Madison`, CustomerFirstName: `Nancy`, CustomerLastName: `Madison`, CustomerAddress: `122 Market Street, New York, USA, 60149`, Salesperson: `Mike Madison`, OrderID: 1360, OrderDate: `11/2/2022`, ProductID: 141, ProductName: `Mac Book Pro`, UnitPrice: 8620.6, Quantity: 2, ExtendedPrice: 17241.2, Freight: 950.6, Discontinued: false, Region: `South East`, Address: `122 Market Street`, City: `New York`, Country: `USA`, PostalCode: 60149 }), + new InvoicesDataItem({ ShipName: `Black Home`, ShipAddress: `147 Main Street`, ShipCity: `Philadelphia`, ShipPostalCode: 80098, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1153, CustomerName: `Pamela Black`, CustomerFirstName: `Pamela`, CustomerLastName: `Black`, CustomerAddress: `147 Main Street, Philadelphia, USA, 80098`, Salesperson: `James Black`, OrderID: 1445, OrderDate: `11/2/2022`, ProductID: 151, ProductName: `Samsung Note`, UnitPrice: 27180.5, Quantity: 2, ExtendedPrice: 54361, Freight: 790.5, Discontinued: false, Region: `South East`, Address: `147 Main Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 80098 }), + new InvoicesDataItem({ ShipName: `Jackson Estate`, ShipAddress: `113 Wall Street`, ShipCity: `Los Angeles`, ShipPostalCode: 90111, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1154, CustomerName: `Martin Jackson`, CustomerFirstName: `Martin`, CustomerLastName: `Jackson`, CustomerAddress: `113 Wall Street, Los Angeles, USA, 90111`, Salesperson: `Anna Jackson`, OrderID: 1014, OrderDate: `1/24/2022`, ProductID: 185, ProductName: `Mac Book Air`, UnitPrice: 14760.63, Quantity: 2, ExtendedPrice: 29521.26, Freight: 1520.63, Discontinued: false, Region: `West`, Address: `113 Wall Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 90111 }), + new InvoicesDataItem({ ShipName: `Smith Estate`, ShipAddress: `154 Wall Street`, ShipCity: `Huston`, ShipPostalCode: 60050, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1155, CustomerName: `Nancy Smith`, CustomerFirstName: `Nancy`, CustomerLastName: `Smith`, CustomerAddress: `154 Wall Street, Huston, USA, 60050`, Salesperson: `Nancy Smith`, OrderID: 1845, OrderDate: `4/8/2022`, ProductID: 105, ProductName: `IPad`, UnitPrice: 22600.77, Quantity: 4, ExtendedPrice: 90403.08, Freight: 670.77, Discontinued: false, Region: `North East`, Address: `154 Wall Street`, City: `Huston`, Country: `USA`, PostalCode: 60050 }), + new InvoicesDataItem({ ShipName: `Black Townhouse`, ShipAddress: `188 Main Street`, ShipCity: `Philadelphia`, ShipPostalCode: 80121, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1156, CustomerName: `James Black`, CustomerFirstName: `James`, CustomerLastName: `Black`, CustomerAddress: `188 Main Street, Philadelphia, USA, 80121`, Salesperson: `Martin Jefferson`, OrderID: 1587, OrderDate: `5/13/2022`, ProductID: 174, ProductName: `Samsung Note`, UnitPrice: 17020.74, Quantity: 2, ExtendedPrice: 34041.48, Freight: 1490.74, Discontinued: false, Region: `West`, Address: `188 Main Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 80121 }), + new InvoicesDataItem({ ShipName: `Smith Home`, ShipAddress: `181 Wall Street`, ShipCity: `Huston`, ShipPostalCode: 90097, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1157, CustomerName: `Anna Smith`, CustomerFirstName: `Anna`, CustomerLastName: `Smith`, CustomerAddress: `181 Wall Street, Huston, USA, 90097`, Salesperson: `Anna Madison`, OrderID: 1706, OrderDate: `5/22/2022`, ProductID: 112, ProductName: `Samsung Galaxy 22`, UnitPrice: 21780.43, Quantity: 3, ExtendedPrice: 65341.29, Freight: 1650.43, Discontinued: false, Region: `North East`, Address: `181 Wall Street`, City: `Huston`, Country: `USA`, PostalCode: 90097 }), + new InvoicesDataItem({ ShipName: `Smith Estate`, ShipAddress: `171 Wall Street`, ShipCity: `Miami`, ShipPostalCode: 50118, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1158, CustomerName: `James Smith`, CustomerFirstName: `James`, CustomerLastName: `Smith`, CustomerAddress: `171 Wall Street, Miami, USA, 50118`, Salesperson: `Max Smith`, OrderID: 1335, OrderDate: `6/16/2022`, ProductID: 116, ProductName: `IPad`, UnitPrice: 7560.43, Quantity: 3, ExtendedPrice: 22681.29, Freight: 1140.43, Discontinued: false, Region: `West`, Address: `171 Wall Street`, City: `Miami`, Country: `USA`, PostalCode: 50118 }), + new InvoicesDataItem({ ShipName: `Jackson Estate`, ShipAddress: `193 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 70176, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1159, CustomerName: `Ben Jackson`, CustomerFirstName: `Ben`, CustomerLastName: `Jackson`, CustomerAddress: `193 Market Street, Philadelphia, USA, 70176`, Salesperson: `Martin Black`, OrderID: 1003, OrderDate: `9/11/2022`, ProductID: 170, ProductName: `IPhone`, UnitPrice: 15510.7, Quantity: 5, ExtendedPrice: 77553.5, Freight: 200.7, Discontinued: true, Region: `West`, Address: `193 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 70176 }), + new InvoicesDataItem({ ShipName: `Madison Home`, ShipAddress: `125 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 80142, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1160, CustomerName: `Ben Madison`, CustomerFirstName: `Ben`, CustomerLastName: `Madison`, CustomerAddress: `125 Market Street, Philadelphia, USA, 80142`, Salesperson: `Martin Madison`, OrderID: 1723, OrderDate: `3/14/2022`, ProductID: 179, ProductName: `IPhone`, UnitPrice: 14760.6, Quantity: 3, ExtendedPrice: 44281.8, Freight: 1650.6, Discontinued: false, Region: `West`, Address: `125 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 80142 }), + new InvoicesDataItem({ ShipName: `Smith Estate`, ShipAddress: `128 Main Street`, ShipCity: `Philadelphia`, ShipPostalCode: 70111, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1161, CustomerName: `Anna Smith`, CustomerFirstName: `Anna`, CustomerLastName: `Smith`, CustomerAddress: `128 Main Street, Philadelphia, USA, 70111`, Salesperson: `Max Jackson`, OrderID: 1810, OrderDate: `1/18/2022`, ProductID: 117, ProductName: `IPad`, UnitPrice: 19620.55, Quantity: 5, ExtendedPrice: 98102.75, Freight: 1030.55, Discontinued: false, Region: `South East`, Address: `128 Main Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 70111 }), + new InvoicesDataItem({ ShipName: `Madison Estate`, ShipAddress: `131 Wall Street`, ShipCity: `Philadelphia`, ShipPostalCode: 90058, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1162, CustomerName: `Max Madison`, CustomerFirstName: `Max`, CustomerLastName: `Madison`, CustomerAddress: `131 Wall Street, Philadelphia, USA, 90058`, Salesperson: `Pamela Madison`, OrderID: 1224, OrderDate: `2/2/2022`, ProductID: 108, ProductName: `Mac Book Air`, UnitPrice: 9130.21, Quantity: 2, ExtendedPrice: 18260.42, Freight: 1110.21, Discontinued: false, Region: `West`, Address: `131 Wall Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 90058 }), + new InvoicesDataItem({ ShipName: `Watson Market`, ShipAddress: `145 Main Street`, ShipCity: `Philadelphia`, ShipPostalCode: 50176, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1163, CustomerName: `James Watson`, CustomerFirstName: `James`, CustomerLastName: `Watson`, CustomerAddress: `145 Main Street, Philadelphia, USA, 50176`, Salesperson: `Mike Smith`, OrderID: 1265, OrderDate: `4/22/2022`, ProductID: 147, ProductName: `IPhone`, UnitPrice: 15210.29, Quantity: 2, ExtendedPrice: 30420.58, Freight: 1470.29, Discontinued: false, Region: `South East`, Address: `145 Main Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 50176 }), + new InvoicesDataItem({ ShipName: `Jefferson Estate`, ShipAddress: `123 Main Street`, ShipCity: `Philadelphia`, ShipPostalCode: 90058, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1164, CustomerName: `Ben Jefferson`, CustomerFirstName: `Ben`, CustomerLastName: `Jefferson`, CustomerAddress: `123 Main Street, Philadelphia, USA, 90058`, Salesperson: `Martin Watson`, OrderID: 1428, OrderDate: `9/14/2022`, ProductID: 195, ProductName: `Samsung Note`, UnitPrice: 6440.36, Quantity: 4, ExtendedPrice: 25761.44, Freight: 350.36, Discontinued: false, Region: `West`, Address: `123 Main Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 90058 }), + new InvoicesDataItem({ ShipName: `Watson Townhouse`, ShipAddress: `148 Wall Street`, ShipCity: `Los Angeles`, ShipPostalCode: 60161, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1165, CustomerName: `Ben Watson`, CustomerFirstName: `Ben`, CustomerLastName: `Watson`, CustomerAddress: `148 Wall Street, Los Angeles, USA, 60161`, Salesperson: `Nancy Black`, OrderID: 1367, OrderDate: `9/1/2022`, ProductID: 196, ProductName: `Mac Book Pro`, UnitPrice: 26990.25, Quantity: 4, ExtendedPrice: 107961, Freight: 950.25, Discontinued: false, Region: `West`, Address: `148 Wall Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 60161 }), + new InvoicesDataItem({ ShipName: `Jefferson Home`, ShipAddress: `151 Main Street`, ShipCity: `New York`, ShipPostalCode: 90156, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1166, CustomerName: `James Jefferson`, CustomerFirstName: `James`, CustomerLastName: `Jefferson`, CustomerAddress: `151 Main Street, New York, USA, 90156`, Salesperson: `Ben Smith`, OrderID: 1812, OrderDate: `6/23/2022`, ProductID: 182, ProductName: `Samsung Galaxy 22`, UnitPrice: 6230.76, Quantity: 5, ExtendedPrice: 31153.8, Freight: 920.76, Discontinued: false, Region: `West`, Address: `151 Main Street`, City: `New York`, Country: `USA`, PostalCode: 90156 }), + new InvoicesDataItem({ ShipName: `Jackson Townhouse`, ShipAddress: `128 Main Street`, ShipCity: `New York`, ShipPostalCode: 90073, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1167, CustomerName: `Pamela Jackson`, CustomerFirstName: `Pamela`, CustomerLastName: `Jackson`, CustomerAddress: `128 Main Street, New York, USA, 90073`, Salesperson: `Nancy Madison`, OrderID: 1121, OrderDate: `3/25/2022`, ProductID: 166, ProductName: `Mac Book Air`, UnitPrice: 8360.33, Quantity: 3, ExtendedPrice: 25080.99, Freight: 1870.33, Discontinued: false, Region: `South East`, Address: `128 Main Street`, City: `New York`, Country: `USA`, PostalCode: 90073 }), + new InvoicesDataItem({ ShipName: `Black Market`, ShipAddress: `109 Wall Street`, ShipCity: `Philadelphia`, ShipPostalCode: 70139, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1168, CustomerName: `Mike Black`, CustomerFirstName: `Mike`, CustomerLastName: `Black`, CustomerAddress: `109 Wall Street, Philadelphia, USA, 70139`, Salesperson: `James Jefferson`, OrderID: 1086, OrderDate: `11/22/2022`, ProductID: 192, ProductName: `IPhone`, UnitPrice: 13050.45, Quantity: 4, ExtendedPrice: 52201.8, Freight: 1850.45, Discontinued: false, Region: `North East`, Address: `109 Wall Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 70139 }), + new InvoicesDataItem({ ShipName: `Smith Home`, ShipAddress: `196 Wall Street`, ShipCity: `Los Angeles`, ShipPostalCode: 60096, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1169, CustomerName: `Anna Smith`, CustomerFirstName: `Anna`, CustomerLastName: `Smith`, CustomerAddress: `196 Wall Street, Los Angeles, USA, 60096`, Salesperson: `Mike Watson`, OrderID: 1859, OrderDate: `8/11/2022`, ProductID: 157, ProductName: `IPhone`, UnitPrice: 14950.2, Quantity: 5, ExtendedPrice: 74751, Freight: 1140.2, Discontinued: true, Region: `South East`, Address: `196 Wall Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 60096 }), + new InvoicesDataItem({ ShipName: `Watson Townhouse`, ShipAddress: `101 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 90111, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1170, CustomerName: `James Watson`, CustomerFirstName: `James`, CustomerLastName: `Watson`, CustomerAddress: `101 Market Street, Philadelphia, USA, 90111`, Salesperson: `Mike Madison`, OrderID: 1952, OrderDate: `7/19/2022`, ProductID: 152, ProductName: `Samsung Galaxy 22`, UnitPrice: 29810.56, Quantity: 4, ExtendedPrice: 119242.24, Freight: 470.56, Discontinued: false, Region: `South East`, Address: `101 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 90111 }), + new InvoicesDataItem({ ShipName: `Madison Estate`, ShipAddress: `147 Main Street`, ShipCity: `Los Angeles`, ShipPostalCode: 90157, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1171, CustomerName: `Max Madison`, CustomerFirstName: `Max`, CustomerLastName: `Madison`, CustomerAddress: `147 Main Street, Los Angeles, USA, 90157`, Salesperson: `Ben Black`, OrderID: 1351, OrderDate: `5/22/2022`, ProductID: 180, ProductName: `Samsung Note`, UnitPrice: 13470.4, Quantity: 5, ExtendedPrice: 67352, Freight: 1610.4, Discontinued: false, Region: `West`, Address: `147 Main Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 90157 }), + new InvoicesDataItem({ ShipName: `Smith Townhouse`, ShipAddress: `195 Market Street`, ShipCity: `Huston`, ShipPostalCode: 80071, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1172, CustomerName: `Anna Smith`, CustomerFirstName: `Anna`, CustomerLastName: `Smith`, CustomerAddress: `195 Market Street, Huston, USA, 80071`, Salesperson: `Pamela Jefferson`, OrderID: 1371, OrderDate: `12/9/2022`, ProductID: 105, ProductName: `Mac Book Pro`, UnitPrice: 19040.72, Quantity: 4, ExtendedPrice: 76162.88, Freight: 1480.72, Discontinued: false, Region: `South East`, Address: `195 Market Street`, City: `Huston`, Country: `USA`, PostalCode: 80071 }), + new InvoicesDataItem({ ShipName: `Black Townhouse`, ShipAddress: `184 Market Street`, ShipCity: `Los Angeles`, ShipPostalCode: 90197, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1173, CustomerName: `Martin Black`, CustomerFirstName: `Martin`, CustomerLastName: `Black`, CustomerAddress: `184 Market Street, Los Angeles, USA, 90197`, Salesperson: `Martin Watson`, OrderID: 1537, OrderDate: `4/3/2022`, ProductID: 137, ProductName: `IPhone`, UnitPrice: 25370.79, Quantity: 2, ExtendedPrice: 50741.58, Freight: 1980.79, Discontinued: false, Region: `North East`, Address: `184 Market Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 90197 }), + new InvoicesDataItem({ ShipName: `Jackson Estate`, ShipAddress: `102 Market Street`, ShipCity: `Huston`, ShipPostalCode: 70185, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1174, CustomerName: `Ben Jackson`, CustomerFirstName: `Ben`, CustomerLastName: `Jackson`, CustomerAddress: `102 Market Street, Huston, USA, 70185`, Salesperson: `Ben Jackson`, OrderID: 1378, OrderDate: `7/6/2022`, ProductID: 182, ProductName: `Mac Book Pro`, UnitPrice: 19620.84, Quantity: 2, ExtendedPrice: 39241.68, Freight: 730.84, Discontinued: false, Region: `North East`, Address: `102 Market Street`, City: `Huston`, Country: `USA`, PostalCode: 70185 }), + new InvoicesDataItem({ ShipName: `Watson Market`, ShipAddress: `192 Wall Street`, ShipCity: `Huston`, ShipPostalCode: 60144, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1175, CustomerName: `Nancy Watson`, CustomerFirstName: `Nancy`, CustomerLastName: `Watson`, CustomerAddress: `192 Wall Street, Huston, USA, 60144`, Salesperson: `Martin Jefferson`, OrderID: 1350, OrderDate: `10/23/2022`, ProductID: 138, ProductName: `IPad`, UnitPrice: 26010.88, Quantity: 2, ExtendedPrice: 52021.76, Freight: 260.88, Discontinued: false, Region: `North East`, Address: `192 Wall Street`, City: `Huston`, Country: `USA`, PostalCode: 60144 }), + new InvoicesDataItem({ ShipName: `Black Home`, ShipAddress: `114 Main Street`, ShipCity: `Philadelphia`, ShipPostalCode: 70079, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1176, CustomerName: `Ben Black`, CustomerFirstName: `Ben`, CustomerLastName: `Black`, CustomerAddress: `114 Main Street, Philadelphia, USA, 70079`, Salesperson: `Anna Watson`, OrderID: 1889, OrderDate: `8/21/2022`, ProductID: 146, ProductName: `Samsung Galaxy 22`, UnitPrice: 23970.6, Quantity: 3, ExtendedPrice: 71911.8, Freight: 1870.6, Discontinued: false, Region: `North East`, Address: `114 Main Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 70079 }), + new InvoicesDataItem({ ShipName: `Madison Townhouse`, ShipAddress: `199 Wall Street`, ShipCity: `Miami`, ShipPostalCode: 90182, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1177, CustomerName: `Nancy Madison`, CustomerFirstName: `Nancy`, CustomerLastName: `Madison`, CustomerAddress: `199 Wall Street, Miami, USA, 90182`, Salesperson: `Anna Madison`, OrderID: 1285, OrderDate: `3/12/2022`, ProductID: 146, ProductName: `Samsung Note`, UnitPrice: 13660.54, Quantity: 2, ExtendedPrice: 27321.08, Freight: 1870.54, Discontinued: false, Region: `South East`, Address: `199 Wall Street`, City: `Miami`, Country: `USA`, PostalCode: 90182 }), + new InvoicesDataItem({ ShipName: `Madison Townhouse`, ShipAddress: `141 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 80097, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1178, CustomerName: `Pamela Madison`, CustomerFirstName: `Pamela`, CustomerLastName: `Madison`, CustomerAddress: `141 Market Street, Philadelphia, USA, 80097`, Salesperson: `Pamela Watson`, OrderID: 1886, OrderDate: `8/1/2022`, ProductID: 107, ProductName: `Mac Book Pro`, UnitPrice: 11630.46, Quantity: 4, ExtendedPrice: 46521.84, Freight: 1530.46, Discontinued: false, Region: `North East`, Address: `141 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 80097 }), + new InvoicesDataItem({ ShipName: `Jefferson Market`, ShipAddress: `168 Main Street`, ShipCity: `Los Angeles`, ShipPostalCode: 80162, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1179, CustomerName: `Max Jefferson`, CustomerFirstName: `Max`, CustomerLastName: `Jefferson`, CustomerAddress: `168 Main Street, Los Angeles, USA, 80162`, Salesperson: `Mike Jackson`, OrderID: 1009, OrderDate: `4/7/2022`, ProductID: 149, ProductName: `IPad`, UnitPrice: 16960.32, Quantity: 3, ExtendedPrice: 50880.96, Freight: 1510.32, Discontinued: true, Region: `North East`, Address: `168 Main Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 80162 }), + new InvoicesDataItem({ ShipName: `Smith Home`, ShipAddress: `100 Market Street`, ShipCity: `Miami`, ShipPostalCode: 80063, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1180, CustomerName: `Martin Smith`, CustomerFirstName: `Martin`, CustomerLastName: `Smith`, CustomerAddress: `100 Market Street, Miami, USA, 80063`, Salesperson: `Nancy Smith`, OrderID: 1046, OrderDate: `10/21/2022`, ProductID: 123, ProductName: `IPad`, UnitPrice: 19360.67, Quantity: 3, ExtendedPrice: 58082.01, Freight: 1510.67, Discontinued: false, Region: `South East`, Address: `100 Market Street`, City: `Miami`, Country: `USA`, PostalCode: 80063 }), + new InvoicesDataItem({ ShipName: `Madison Home`, ShipAddress: `145 Market Street`, ShipCity: `Huston`, ShipPostalCode: 90152, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1181, CustomerName: `Anna Madison`, CustomerFirstName: `Anna`, CustomerLastName: `Madison`, CustomerAddress: `145 Market Street, Huston, USA, 90152`, Salesperson: `Max Watson`, OrderID: 1593, OrderDate: `11/17/2022`, ProductID: 169, ProductName: `Samsung Note`, UnitPrice: 28870.27, Quantity: 5, ExtendedPrice: 144351.35, Freight: 1430.27, Discontinued: false, Region: `North East`, Address: `145 Market Street`, City: `Huston`, Country: `USA`, PostalCode: 90152 }), + new InvoicesDataItem({ ShipName: `Jackson Estate`, ShipAddress: `154 Main Street`, ShipCity: `Miami`, ShipPostalCode: 90080, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1182, CustomerName: `Ben Jackson`, CustomerFirstName: `Ben`, CustomerLastName: `Jackson`, CustomerAddress: `154 Main Street, Miami, USA, 90080`, Salesperson: `Nancy Jefferson`, OrderID: 1234, OrderDate: `3/21/2022`, ProductID: 111, ProductName: `IPad`, UnitPrice: 16610.78, Quantity: 2, ExtendedPrice: 33221.56, Freight: 1350.78, Discontinued: false, Region: `South East`, Address: `154 Main Street`, City: `Miami`, Country: `USA`, PostalCode: 90080 }), + new InvoicesDataItem({ ShipName: `Smith Market`, ShipAddress: `166 Market Street`, ShipCity: `Huston`, ShipPostalCode: 70090, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1183, CustomerName: `Anna Smith`, CustomerFirstName: `Anna`, CustomerLastName: `Smith`, CustomerAddress: `166 Market Street, Huston, USA, 70090`, Salesperson: `Ben Watson`, OrderID: 1362, OrderDate: `5/2/2022`, ProductID: 122, ProductName: `Mac Book Air`, UnitPrice: 6870.64, Quantity: 4, ExtendedPrice: 27482.56, Freight: 750.64, Discontinued: false, Region: `North East`, Address: `166 Market Street`, City: `Huston`, Country: `USA`, PostalCode: 70090 }), + new InvoicesDataItem({ ShipName: `Jefferson Estate`, ShipAddress: `180 Market Street`, ShipCity: `Miami`, ShipPostalCode: 90169, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1184, CustomerName: `Pamela Jefferson`, CustomerFirstName: `Pamela`, CustomerLastName: `Jefferson`, CustomerAddress: `180 Market Street, Miami, USA, 90169`, Salesperson: `Pamela Black`, OrderID: 1698, OrderDate: `1/18/2022`, ProductID: 129, ProductName: `IPad`, UnitPrice: 10960.71, Quantity: 5, ExtendedPrice: 54803.55, Freight: 1530.71, Discontinued: false, Region: `West`, Address: `180 Market Street`, City: `Miami`, Country: `USA`, PostalCode: 90169 }), + new InvoicesDataItem({ ShipName: `Madison Estate`, ShipAddress: `169 Main Street`, ShipCity: `Huston`, ShipPostalCode: 50114, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1185, CustomerName: `Nancy Madison`, CustomerFirstName: `Nancy`, CustomerLastName: `Madison`, CustomerAddress: `169 Main Street, Huston, USA, 50114`, Salesperson: `Martin Smith`, OrderID: 1458, OrderDate: `6/15/2022`, ProductID: 183, ProductName: `IPhone`, UnitPrice: 16380.23, Quantity: 2, ExtendedPrice: 32760.46, Freight: 1990.23, Discontinued: false, Region: `West`, Address: `169 Main Street`, City: `Huston`, Country: `USA`, PostalCode: 50114 }), + new InvoicesDataItem({ ShipName: `Madison Estate`, ShipAddress: `132 Market Street`, ShipCity: `Miami`, ShipPostalCode: 90064, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1186, CustomerName: `Max Madison`, CustomerFirstName: `Max`, CustomerLastName: `Madison`, CustomerAddress: `132 Market Street, Miami, USA, 90064`, Salesperson: `Nancy Jackson`, OrderID: 1563, OrderDate: `6/17/2022`, ProductID: 193, ProductName: `Samsung Note`, UnitPrice: 25940.61, Quantity: 4, ExtendedPrice: 103762.44, Freight: 970.61, Discontinued: false, Region: `West`, Address: `132 Market Street`, City: `Miami`, Country: `USA`, PostalCode: 90064 }), + new InvoicesDataItem({ ShipName: `Madison Market`, ShipAddress: `107 Wall Street`, ShipCity: `Los Angeles`, ShipPostalCode: 50110, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1187, CustomerName: `Martin Madison`, CustomerFirstName: `Martin`, CustomerLastName: `Madison`, CustomerAddress: `107 Wall Street, Los Angeles, USA, 50110`, Salesperson: `Nancy Jefferson`, OrderID: 1934, OrderDate: `6/5/2022`, ProductID: 110, ProductName: `Samsung Note`, UnitPrice: 5360.47, Quantity: 3, ExtendedPrice: 16081.41, Freight: 1680.47, Discontinued: false, Region: `North East`, Address: `107 Wall Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 50110 }), + new InvoicesDataItem({ ShipName: `Black Townhouse`, ShipAddress: `170 Wall Street`, ShipCity: `New York`, ShipPostalCode: 50149, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1188, CustomerName: `Pamela Black`, CustomerFirstName: `Pamela`, CustomerLastName: `Black`, CustomerAddress: `170 Wall Street, New York, USA, 50149`, Salesperson: `Mike Jefferson`, OrderID: 1880, OrderDate: `12/7/2022`, ProductID: 137, ProductName: `IPhone`, UnitPrice: 19560.62, Quantity: 4, ExtendedPrice: 78242.48, Freight: 680.62, Discontinued: false, Region: `West`, Address: `170 Wall Street`, City: `New York`, Country: `USA`, PostalCode: 50149 }), + new InvoicesDataItem({ ShipName: `Jefferson Market`, ShipAddress: `152 Wall Street`, ShipCity: `New York`, ShipPostalCode: 50085, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1189, CustomerName: `Ben Jefferson`, CustomerFirstName: `Ben`, CustomerLastName: `Jefferson`, CustomerAddress: `152 Wall Street, New York, USA, 50085`, Salesperson: `Anna Jackson`, OrderID: 1159, OrderDate: `5/18/2022`, ProductID: 167, ProductName: `IPad`, UnitPrice: 19270.25, Quantity: 2, ExtendedPrice: 38540.5, Freight: 1050.25, Discontinued: true, Region: `North East`, Address: `152 Wall Street`, City: `New York`, Country: `USA`, PostalCode: 50085 }), + new InvoicesDataItem({ ShipName: `Watson Market`, ShipAddress: `186 Wall Street`, ShipCity: `Los Angeles`, ShipPostalCode: 60146, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1190, CustomerName: `Mike Watson`, CustomerFirstName: `Mike`, CustomerLastName: `Watson`, CustomerAddress: `186 Wall Street, Los Angeles, USA, 60146`, Salesperson: `Nancy Madison`, OrderID: 1960, OrderDate: `3/2/2022`, ProductID: 167, ProductName: `Samsung Galaxy 22`, UnitPrice: 22090.53, Quantity: 3, ExtendedPrice: 66271.59, Freight: 1790.53, Discontinued: false, Region: `West`, Address: `186 Wall Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 60146 }), + new InvoicesDataItem({ ShipName: `Madison Estate`, ShipAddress: `194 Wall Street`, ShipCity: `New York`, ShipPostalCode: 50170, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1191, CustomerName: `Nancy Madison`, CustomerFirstName: `Nancy`, CustomerLastName: `Madison`, CustomerAddress: `194 Wall Street, New York, USA, 50170`, Salesperson: `Max Watson`, OrderID: 1658, OrderDate: `9/1/2022`, ProductID: 156, ProductName: `Samsung Galaxy 22`, UnitPrice: 27450.8, Quantity: 4, ExtendedPrice: 109803.2, Freight: 270.8, Discontinued: false, Region: `West`, Address: `194 Wall Street`, City: `New York`, Country: `USA`, PostalCode: 50170 }), + new InvoicesDataItem({ ShipName: `Smith Townhouse`, ShipAddress: `172 Main Street`, ShipCity: `New York`, ShipPostalCode: 70191, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1192, CustomerName: `Ben Smith`, CustomerFirstName: `Ben`, CustomerLastName: `Smith`, CustomerAddress: `172 Main Street, New York, USA, 70191`, Salesperson: `Pamela Madison`, OrderID: 1225, OrderDate: `3/22/2022`, ProductID: 170, ProductName: `Samsung Galaxy 22`, UnitPrice: 21150.84, Quantity: 5, ExtendedPrice: 105754.2, Freight: 1230.84, Discontinued: false, Region: `West`, Address: `172 Main Street`, City: `New York`, Country: `USA`, PostalCode: 70191 }), + new InvoicesDataItem({ ShipName: `Black Market`, ShipAddress: `108 Market Street`, ShipCity: `Los Angeles`, ShipPostalCode: 70146, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1193, CustomerName: `Mike Black`, CustomerFirstName: `Mike`, CustomerLastName: `Black`, CustomerAddress: `108 Market Street, Los Angeles, USA, 70146`, Salesperson: `Pamela Black`, OrderID: 1886, OrderDate: `8/20/2022`, ProductID: 126, ProductName: `IPhone`, UnitPrice: 6100.73, Quantity: 2, ExtendedPrice: 12201.46, Freight: 1340.73, Discontinued: false, Region: `South East`, Address: `108 Market Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 70146 }), + new InvoicesDataItem({ ShipName: `Watson Market`, ShipAddress: `109 Wall Street`, ShipCity: `Los Angeles`, ShipPostalCode: 90083, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1194, CustomerName: `Max Watson`, CustomerFirstName: `Max`, CustomerLastName: `Watson`, CustomerAddress: `109 Wall Street, Los Angeles, USA, 90083`, Salesperson: `Max Smith`, OrderID: 1191, OrderDate: `5/9/2022`, ProductID: 179, ProductName: `Samsung Galaxy 22`, UnitPrice: 20190.35, Quantity: 5, ExtendedPrice: 100951.75, Freight: 640.35, Discontinued: false, Region: `West`, Address: `109 Wall Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 90083 }), + new InvoicesDataItem({ ShipName: `Smith Market`, ShipAddress: `121 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 70102, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1195, CustomerName: `Max Smith`, CustomerFirstName: `Max`, CustomerLastName: `Smith`, CustomerAddress: `121 Market Street, Philadelphia, USA, 70102`, Salesperson: `Ben Black`, OrderID: 1051, OrderDate: `5/21/2022`, ProductID: 192, ProductName: `Mac Book Pro`, UnitPrice: 21730.32, Quantity: 5, ExtendedPrice: 108651.6, Freight: 1030.32, Discontinued: false, Region: `North East`, Address: `121 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 70102 }), + new InvoicesDataItem({ ShipName: `Watson Estate`, ShipAddress: `104 Wall Street`, ShipCity: `New York`, ShipPostalCode: 90066, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1196, CustomerName: `Max Watson`, CustomerFirstName: `Max`, CustomerLastName: `Watson`, CustomerAddress: `104 Wall Street, New York, USA, 90066`, Salesperson: `Ben Watson`, OrderID: 1385, OrderDate: `2/2/2022`, ProductID: 182, ProductName: `IPad`, UnitPrice: 26120.45, Quantity: 4, ExtendedPrice: 104481.8, Freight: 1930.45, Discontinued: false, Region: `North East`, Address: `104 Wall Street`, City: `New York`, Country: `USA`, PostalCode: 90066 }), + new InvoicesDataItem({ ShipName: `Madison Townhouse`, ShipAddress: `126 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 60091, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1197, CustomerName: `Ben Madison`, CustomerFirstName: `Ben`, CustomerLastName: `Madison`, CustomerAddress: `126 Market Street, Philadelphia, USA, 60091`, Salesperson: `Anna Madison`, OrderID: 1675, OrderDate: `6/22/2022`, ProductID: 174, ProductName: `IPad`, UnitPrice: 13240.35, Quantity: 4, ExtendedPrice: 52961.4, Freight: 890.35, Discontinued: false, Region: `South East`, Address: `126 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 60091 }), + new InvoicesDataItem({ ShipName: `Watson Home`, ShipAddress: `139 Main Street`, ShipCity: `Los Angeles`, ShipPostalCode: 70063, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1198, CustomerName: `Ben Watson`, CustomerFirstName: `Ben`, CustomerLastName: `Watson`, CustomerAddress: `139 Main Street, Los Angeles, USA, 70063`, Salesperson: `Pamela Black`, OrderID: 1997, OrderDate: `11/17/2022`, ProductID: 200, ProductName: `IPhone`, UnitPrice: 8400.83, Quantity: 5, ExtendedPrice: 42004.15, Freight: 1340.83, Discontinued: false, Region: `West`, Address: `139 Main Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 70063 }), + new InvoicesDataItem({ ShipName: `Smith Home`, ShipAddress: `133 Wall Street`, ShipCity: `Miami`, ShipPostalCode: 70071, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1199, CustomerName: `Mike Smith`, CustomerFirstName: `Mike`, CustomerLastName: `Smith`, CustomerAddress: `133 Wall Street, Miami, USA, 70071`, Salesperson: `James Watson`, OrderID: 1641, OrderDate: `11/12/2022`, ProductID: 147, ProductName: `Samsung Note`, UnitPrice: 10150.31, Quantity: 3, ExtendedPrice: 30450.93, Freight: 720.31, Discontinued: true, Region: `South East`, Address: `133 Wall Street`, City: `Miami`, Country: `USA`, PostalCode: 70071 }), + new InvoicesDataItem({ ShipName: `Black Market`, ShipAddress: `166 Main Street`, ShipCity: `Miami`, ShipPostalCode: 60137, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1200, CustomerName: `Max Black`, CustomerFirstName: `Max`, CustomerLastName: `Black`, CustomerAddress: `166 Main Street, Miami, USA, 60137`, Salesperson: `Ben Madison`, OrderID: 1418, OrderDate: `11/8/2022`, ProductID: 135, ProductName: `IPhone`, UnitPrice: 9410.46, Quantity: 2, ExtendedPrice: 18820.92, Freight: 970.46, Discontinued: false, Region: `West`, Address: `166 Main Street`, City: `Miami`, Country: `USA`, PostalCode: 60137 }), + new InvoicesDataItem({ ShipName: `Smith Townhouse`, ShipAddress: `143 Main Street`, ShipCity: `Miami`, ShipPostalCode: 70069, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1201, CustomerName: `James Smith`, CustomerFirstName: `James`, CustomerLastName: `Smith`, CustomerAddress: `143 Main Street, Miami, USA, 70069`, Salesperson: `Anna Watson`, OrderID: 1545, OrderDate: `6/24/2022`, ProductID: 190, ProductName: `Mac Book Pro`, UnitPrice: 5030.78, Quantity: 3, ExtendedPrice: 15092.34, Freight: 1630.78, Discontinued: false, Region: `North East`, Address: `143 Main Street`, City: `Miami`, Country: `USA`, PostalCode: 70069 }), + new InvoicesDataItem({ ShipName: `Jackson Townhouse`, ShipAddress: `106 Wall Street`, ShipCity: `Los Angeles`, ShipPostalCode: 50097, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1202, CustomerName: `Max Jackson`, CustomerFirstName: `Max`, CustomerLastName: `Jackson`, CustomerAddress: `106 Wall Street, Los Angeles, USA, 50097`, Salesperson: `James Jackson`, OrderID: 1493, OrderDate: `7/24/2022`, ProductID: 124, ProductName: `Samsung Note`, UnitPrice: 6390.72, Quantity: 5, ExtendedPrice: 31953.6, Freight: 1960.72, Discontinued: false, Region: `North East`, Address: `106 Wall Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 50097 }), + new InvoicesDataItem({ ShipName: `Jefferson Townhouse`, ShipAddress: `143 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 50052, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1203, CustomerName: `Pamela Jefferson`, CustomerFirstName: `Pamela`, CustomerLastName: `Jefferson`, CustomerAddress: `143 Market Street, Philadelphia, USA, 50052`, Salesperson: `Mike Jefferson`, OrderID: 1495, OrderDate: `2/14/2022`, ProductID: 179, ProductName: `Mac Book Pro`, UnitPrice: 16770.46, Quantity: 5, ExtendedPrice: 83852.3, Freight: 420.46, Discontinued: false, Region: `North East`, Address: `143 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 50052 }), + new InvoicesDataItem({ ShipName: `Smith Estate`, ShipAddress: `174 Wall Street`, ShipCity: `New York`, ShipPostalCode: 60127, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1204, CustomerName: `Nancy Smith`, CustomerFirstName: `Nancy`, CustomerLastName: `Smith`, CustomerAddress: `174 Wall Street, New York, USA, 60127`, Salesperson: `Max Watson`, OrderID: 1123, OrderDate: `11/20/2022`, ProductID: 186, ProductName: `Mac Book Air`, UnitPrice: 20930.48, Quantity: 4, ExtendedPrice: 83721.92, Freight: 950.48, Discontinued: false, Region: `South East`, Address: `174 Wall Street`, City: `New York`, Country: `USA`, PostalCode: 60127 }), + new InvoicesDataItem({ ShipName: `Madison Market`, ShipAddress: `123 Wall Street`, ShipCity: `Los Angeles`, ShipPostalCode: 60111, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1205, CustomerName: `Pamela Madison`, CustomerFirstName: `Pamela`, CustomerLastName: `Madison`, CustomerAddress: `123 Wall Street, Los Angeles, USA, 60111`, Salesperson: `Pamela Jefferson`, OrderID: 1342, OrderDate: `12/8/2022`, ProductID: 140, ProductName: `Samsung Galaxy 22`, UnitPrice: 27010.34, Quantity: 3, ExtendedPrice: 81031.02, Freight: 1470.34, Discontinued: false, Region: `West`, Address: `123 Wall Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 60111 }), + new InvoicesDataItem({ ShipName: `Smith Home`, ShipAddress: `166 Market Street`, ShipCity: `Miami`, ShipPostalCode: 50102, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1206, CustomerName: `James Smith`, CustomerFirstName: `James`, CustomerLastName: `Smith`, CustomerAddress: `166 Market Street, Miami, USA, 50102`, Salesperson: `Ben Madison`, OrderID: 1017, OrderDate: `10/2/2022`, ProductID: 186, ProductName: `Samsung Galaxy 22`, UnitPrice: 12810.79, Quantity: 5, ExtendedPrice: 64053.95, Freight: 1990.79, Discontinued: false, Region: `North East`, Address: `166 Market Street`, City: `Miami`, Country: `USA`, PostalCode: 50102 }), + new InvoicesDataItem({ ShipName: `Jefferson Estate`, ShipAddress: `193 Main Street`, ShipCity: `Huston`, ShipPostalCode: 80187, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1207, CustomerName: `Max Jefferson`, CustomerFirstName: `Max`, CustomerLastName: `Jefferson`, CustomerAddress: `193 Main Street, Huston, USA, 80187`, Salesperson: `Mike Jefferson`, OrderID: 1558, OrderDate: `11/12/2022`, ProductID: 194, ProductName: `Mac Book Pro`, UnitPrice: 26210.45, Quantity: 2, ExtendedPrice: 52420.9, Freight: 1110.45, Discontinued: false, Region: `North East`, Address: `193 Main Street`, City: `Huston`, Country: `USA`, PostalCode: 80187 }), + new InvoicesDataItem({ ShipName: `Jefferson Market`, ShipAddress: `137 Main Street`, ShipCity: `Miami`, ShipPostalCode: 80111, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1208, CustomerName: `Ben Jefferson`, CustomerFirstName: `Ben`, CustomerLastName: `Jefferson`, CustomerAddress: `137 Main Street, Miami, USA, 80111`, Salesperson: `Mike Watson`, OrderID: 1466, OrderDate: `11/18/2022`, ProductID: 189, ProductName: `Mac Book Air`, UnitPrice: 6190.57, Quantity: 3, ExtendedPrice: 18571.71, Freight: 1810.57, Discontinued: false, Region: `West`, Address: `137 Main Street`, City: `Miami`, Country: `USA`, PostalCode: 80111 }), + new InvoicesDataItem({ ShipName: `Jefferson Townhouse`, ShipAddress: `122 Main Street`, ShipCity: `Philadelphia`, ShipPostalCode: 80088, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1209, CustomerName: `Ben Jefferson`, CustomerFirstName: `Ben`, CustomerLastName: `Jefferson`, CustomerAddress: `122 Main Street, Philadelphia, USA, 80088`, Salesperson: `Ben Jefferson`, OrderID: 1539, OrderDate: `11/13/2022`, ProductID: 131, ProductName: `IPhone`, UnitPrice: 21280.22, Quantity: 4, ExtendedPrice: 85120.88, Freight: 760.22, Discontinued: true, Region: `North East`, Address: `122 Main Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 80088 }), + new InvoicesDataItem({ ShipName: `Jefferson Home`, ShipAddress: `115 Main Street`, ShipCity: `New York`, ShipPostalCode: 80079, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1210, CustomerName: `Anna Jefferson`, CustomerFirstName: `Anna`, CustomerLastName: `Jefferson`, CustomerAddress: `115 Main Street, New York, USA, 80079`, Salesperson: `Max Jefferson`, OrderID: 1411, OrderDate: `11/22/2022`, ProductID: 135, ProductName: `Samsung Galaxy 22`, UnitPrice: 13700.71, Quantity: 3, ExtendedPrice: 41102.13, Freight: 1730.71, Discontinued: false, Region: `South East`, Address: `115 Main Street`, City: `New York`, Country: `USA`, PostalCode: 80079 }), + new InvoicesDataItem({ ShipName: `Smith Market`, ShipAddress: `114 Main Street`, ShipCity: `New York`, ShipPostalCode: 50137, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1211, CustomerName: `Mike Smith`, CustomerFirstName: `Mike`, CustomerLastName: `Smith`, CustomerAddress: `114 Main Street, New York, USA, 50137`, Salesperson: `Nancy Smith`, OrderID: 1890, OrderDate: `8/5/2022`, ProductID: 169, ProductName: `Samsung Galaxy 22`, UnitPrice: 11320.48, Quantity: 3, ExtendedPrice: 33961.44, Freight: 930.48, Discontinued: false, Region: `West`, Address: `114 Main Street`, City: `New York`, Country: `USA`, PostalCode: 50137 }), + new InvoicesDataItem({ ShipName: `Jefferson Market`, ShipAddress: `130 Wall Street`, ShipCity: `Miami`, ShipPostalCode: 90082, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1212, CustomerName: `Martin Jefferson`, CustomerFirstName: `Martin`, CustomerLastName: `Jefferson`, CustomerAddress: `130 Wall Street, Miami, USA, 90082`, Salesperson: `Nancy Madison`, OrderID: 1783, OrderDate: `9/1/2022`, ProductID: 109, ProductName: `IPhone`, UnitPrice: 24340.75, Quantity: 5, ExtendedPrice: 121703.75, Freight: 490.75, Discontinued: false, Region: `North East`, Address: `130 Wall Street`, City: `Miami`, Country: `USA`, PostalCode: 90082 }), + new InvoicesDataItem({ ShipName: `Jefferson Estate`, ShipAddress: `140 Main Street`, ShipCity: `New York`, ShipPostalCode: 80095, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1213, CustomerName: `James Jefferson`, CustomerFirstName: `James`, CustomerLastName: `Jefferson`, CustomerAddress: `140 Main Street, New York, USA, 80095`, Salesperson: `Pamela Watson`, OrderID: 1101, OrderDate: `5/25/2022`, ProductID: 101, ProductName: `Mac Book Air`, UnitPrice: 29980.24, Quantity: 4, ExtendedPrice: 119920.96, Freight: 1190.24, Discontinued: false, Region: `South East`, Address: `140 Main Street`, City: `New York`, Country: `USA`, PostalCode: 80095 }), + new InvoicesDataItem({ ShipName: `Jefferson Market`, ShipAddress: `165 Main Street`, ShipCity: `Huston`, ShipPostalCode: 90200, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1214, CustomerName: `Ben Jefferson`, CustomerFirstName: `Ben`, CustomerLastName: `Jefferson`, CustomerAddress: `165 Main Street, Huston, USA, 90200`, Salesperson: `Max Watson`, OrderID: 1932, OrderDate: `2/10/2022`, ProductID: 159, ProductName: `Mac Book Air`, UnitPrice: 23460.59, Quantity: 4, ExtendedPrice: 93842.36, Freight: 710.59, Discontinued: false, Region: `South East`, Address: `165 Main Street`, City: `Huston`, Country: `USA`, PostalCode: 90200 }), + new InvoicesDataItem({ ShipName: `Watson Market`, ShipAddress: `154 Market Street`, ShipCity: `Los Angeles`, ShipPostalCode: 70200, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1215, CustomerName: `Max Watson`, CustomerFirstName: `Max`, CustomerLastName: `Watson`, CustomerAddress: `154 Market Street, Los Angeles, USA, 70200`, Salesperson: `Mike Black`, OrderID: 1514, OrderDate: `10/8/2022`, ProductID: 148, ProductName: `Samsung Note`, UnitPrice: 29540.27, Quantity: 4, ExtendedPrice: 118161.08, Freight: 1960.27, Discontinued: false, Region: `North East`, Address: `154 Market Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 70200 }), + new InvoicesDataItem({ ShipName: `Watson Home`, ShipAddress: `113 Market Street`, ShipCity: `New York`, ShipPostalCode: 50127, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1216, CustomerName: `Max Watson`, CustomerFirstName: `Max`, CustomerLastName: `Watson`, CustomerAddress: `113 Market Street, New York, USA, 50127`, Salesperson: `James Jefferson`, OrderID: 1736, OrderDate: `10/21/2022`, ProductID: 188, ProductName: `IPad`, UnitPrice: 15350.27, Quantity: 4, ExtendedPrice: 61401.08, Freight: 540.27, Discontinued: false, Region: `South East`, Address: `113 Market Street`, City: `New York`, Country: `USA`, PostalCode: 50127 }), + new InvoicesDataItem({ ShipName: `Jackson Market`, ShipAddress: `153 Main Street`, ShipCity: `Huston`, ShipPostalCode: 80064, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1217, CustomerName: `James Jackson`, CustomerFirstName: `James`, CustomerLastName: `Jackson`, CustomerAddress: `153 Main Street, Huston, USA, 80064`, Salesperson: `Mike Jackson`, OrderID: 1978, OrderDate: `12/25/2022`, ProductID: 125, ProductName: `IPad`, UnitPrice: 15880.31, Quantity: 3, ExtendedPrice: 47640.93, Freight: 800.31, Discontinued: false, Region: `North East`, Address: `153 Main Street`, City: `Huston`, Country: `USA`, PostalCode: 80064 }), + new InvoicesDataItem({ ShipName: `Smith Estate`, ShipAddress: `107 Main Street`, ShipCity: `Miami`, ShipPostalCode: 50196, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1218, CustomerName: `Mike Smith`, CustomerFirstName: `Mike`, CustomerLastName: `Smith`, CustomerAddress: `107 Main Street, Miami, USA, 50196`, Salesperson: `Martin Jackson`, OrderID: 1324, OrderDate: `7/18/2022`, ProductID: 188, ProductName: `Mac Book Air`, UnitPrice: 26990.38, Quantity: 4, ExtendedPrice: 107961.52, Freight: 610.38, Discontinued: false, Region: `South East`, Address: `107 Main Street`, City: `Miami`, Country: `USA`, PostalCode: 50196 }), + new InvoicesDataItem({ ShipName: `Smith Estate`, ShipAddress: `140 Wall Street`, ShipCity: `Miami`, ShipPostalCode: 70154, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1219, CustomerName: `James Smith`, CustomerFirstName: `James`, CustomerLastName: `Smith`, CustomerAddress: `140 Wall Street, Miami, USA, 70154`, Salesperson: `Nancy Madison`, OrderID: 1307, OrderDate: `4/19/2022`, ProductID: 114, ProductName: `IPhone`, UnitPrice: 18300.65, Quantity: 4, ExtendedPrice: 73202.6, Freight: 800.65, Discontinued: true, Region: `West`, Address: `140 Wall Street`, City: `Miami`, Country: `USA`, PostalCode: 70154 }), + new InvoicesDataItem({ ShipName: `Jackson Townhouse`, ShipAddress: `158 Market Street`, ShipCity: `Los Angeles`, ShipPostalCode: 50154, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1220, CustomerName: `Mike Jackson`, CustomerFirstName: `Mike`, CustomerLastName: `Jackson`, CustomerAddress: `158 Market Street, Los Angeles, USA, 50154`, Salesperson: `James Black`, OrderID: 1808, OrderDate: `3/18/2022`, ProductID: 172, ProductName: `Mac Book Air`, UnitPrice: 27460.67, Quantity: 3, ExtendedPrice: 82382.01, Freight: 1220.67, Discontinued: false, Region: `North East`, Address: `158 Market Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 50154 }), + new InvoicesDataItem({ ShipName: `Smith Home`, ShipAddress: `116 Main Street`, ShipCity: `Los Angeles`, ShipPostalCode: 90170, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1221, CustomerName: `Pamela Smith`, CustomerFirstName: `Pamela`, CustomerLastName: `Smith`, CustomerAddress: `116 Main Street, Los Angeles, USA, 90170`, Salesperson: `James Jefferson`, OrderID: 1481, OrderDate: `5/22/2022`, ProductID: 177, ProductName: `IPhone`, UnitPrice: 23770.26, Quantity: 2, ExtendedPrice: 47540.52, Freight: 480.26, Discontinued: false, Region: `North East`, Address: `116 Main Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 90170 }), + new InvoicesDataItem({ ShipName: `Madison Townhouse`, ShipAddress: `124 Wall Street`, ShipCity: `Huston`, ShipPostalCode: 50137, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1222, CustomerName: `Max Madison`, CustomerFirstName: `Max`, CustomerLastName: `Madison`, CustomerAddress: `124 Wall Street, Huston, USA, 50137`, Salesperson: `Martin Watson`, OrderID: 1874, OrderDate: `10/1/2022`, ProductID: 102, ProductName: `Mac Book Air`, UnitPrice: 12080.68, Quantity: 5, ExtendedPrice: 60403.4, Freight: 400.68, Discontinued: false, Region: `North East`, Address: `124 Wall Street`, City: `Huston`, Country: `USA`, PostalCode: 50137 }), + new InvoicesDataItem({ ShipName: `Smith Market`, ShipAddress: `197 Main Street`, ShipCity: `New York`, ShipPostalCode: 60174, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1223, CustomerName: `Nancy Smith`, CustomerFirstName: `Nancy`, CustomerLastName: `Smith`, CustomerAddress: `197 Main Street, New York, USA, 60174`, Salesperson: `Nancy Jefferson`, OrderID: 1377, OrderDate: `10/24/2022`, ProductID: 123, ProductName: `Mac Book Air`, UnitPrice: 10520.88, Quantity: 4, ExtendedPrice: 42083.52, Freight: 800.88, Discontinued: false, Region: `South East`, Address: `197 Main Street`, City: `New York`, Country: `USA`, PostalCode: 60174 }), + new InvoicesDataItem({ ShipName: `Jefferson Estate`, ShipAddress: `192 Wall Street`, ShipCity: `Miami`, ShipPostalCode: 80134, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1224, CustomerName: `Mike Jefferson`, CustomerFirstName: `Mike`, CustomerLastName: `Jefferson`, CustomerAddress: `192 Wall Street, Miami, USA, 80134`, Salesperson: `James Madison`, OrderID: 1691, OrderDate: `6/13/2022`, ProductID: 123, ProductName: `IPhone`, UnitPrice: 11090.82, Quantity: 2, ExtendedPrice: 22181.64, Freight: 910.82, Discontinued: false, Region: `South East`, Address: `192 Wall Street`, City: `Miami`, Country: `USA`, PostalCode: 80134 }), + new InvoicesDataItem({ ShipName: `Black Estate`, ShipAddress: `111 Market Street`, ShipCity: `Huston`, ShipPostalCode: 80054, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1225, CustomerName: `Anna Black`, CustomerFirstName: `Anna`, CustomerLastName: `Black`, CustomerAddress: `111 Market Street, Huston, USA, 80054`, Salesperson: `Martin Jackson`, OrderID: 1242, OrderDate: `4/6/2022`, ProductID: 180, ProductName: `IPhone`, UnitPrice: 8180.25, Quantity: 5, ExtendedPrice: 40901.25, Freight: 510.25, Discontinued: false, Region: `North East`, Address: `111 Market Street`, City: `Huston`, Country: `USA`, PostalCode: 80054 }), + new InvoicesDataItem({ ShipName: `Jackson Estate`, ShipAddress: `106 Market Street`, ShipCity: `New York`, ShipPostalCode: 60139, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1226, CustomerName: `Nancy Jackson`, CustomerFirstName: `Nancy`, CustomerLastName: `Jackson`, CustomerAddress: `106 Market Street, New York, USA, 60139`, Salesperson: `James Madison`, OrderID: 1745, OrderDate: `1/18/2022`, ProductID: 115, ProductName: `IPhone`, UnitPrice: 6570.23, Quantity: 5, ExtendedPrice: 32851.15, Freight: 840.23, Discontinued: false, Region: `West`, Address: `106 Market Street`, City: `New York`, Country: `USA`, PostalCode: 60139 }), + new InvoicesDataItem({ ShipName: `Jackson Market`, ShipAddress: `198 Main Street`, ShipCity: `Los Angeles`, ShipPostalCode: 60058, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1227, CustomerName: `Nancy Jackson`, CustomerFirstName: `Nancy`, CustomerLastName: `Jackson`, CustomerAddress: `198 Main Street, Los Angeles, USA, 60058`, Salesperson: `James Madison`, OrderID: 1111, OrderDate: `10/11/2022`, ProductID: 132, ProductName: `IPhone`, UnitPrice: 10970.23, Quantity: 3, ExtendedPrice: 32910.69, Freight: 1670.23, Discontinued: false, Region: `North East`, Address: `198 Main Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 60058 }), + new InvoicesDataItem({ ShipName: `Madison Estate`, ShipAddress: `138 Wall Street`, ShipCity: `Huston`, ShipPostalCode: 50133, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1228, CustomerName: `Anna Madison`, CustomerFirstName: `Anna`, CustomerLastName: `Madison`, CustomerAddress: `138 Wall Street, Huston, USA, 50133`, Salesperson: `Ben Madison`, OrderID: 1182, OrderDate: `12/18/2022`, ProductID: 184, ProductName: `Mac Book Air`, UnitPrice: 27020.67, Quantity: 3, ExtendedPrice: 81062.01, Freight: 1750.67, Discontinued: false, Region: `South East`, Address: `138 Wall Street`, City: `Huston`, Country: `USA`, PostalCode: 50133 }), + new InvoicesDataItem({ ShipName: `Smith Market`, ShipAddress: `198 Market Street`, ShipCity: `Los Angeles`, ShipPostalCode: 50182, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1229, CustomerName: `James Smith`, CustomerFirstName: `James`, CustomerLastName: `Smith`, CustomerAddress: `198 Market Street, Los Angeles, USA, 50182`, Salesperson: `Ben Jackson`, OrderID: 1252, OrderDate: `10/7/2022`, ProductID: 146, ProductName: `IPad`, UnitPrice: 21910.34, Quantity: 5, ExtendedPrice: 109551.7, Freight: 840.34, Discontinued: true, Region: `North East`, Address: `198 Market Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 50182 }), + new InvoicesDataItem({ ShipName: `Jackson Townhouse`, ShipAddress: `141 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 70058, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1230, CustomerName: `James Jackson`, CustomerFirstName: `James`, CustomerLastName: `Jackson`, CustomerAddress: `141 Market Street, Philadelphia, USA, 70058`, Salesperson: `Martin Watson`, OrderID: 1635, OrderDate: `6/1/2022`, ProductID: 196, ProductName: `Mac Book Air`, UnitPrice: 16430.54, Quantity: 2, ExtendedPrice: 32861.08, Freight: 1420.54, Discontinued: false, Region: `North East`, Address: `141 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 70058 }), + new InvoicesDataItem({ ShipName: `Madison Townhouse`, ShipAddress: `107 Market Street`, ShipCity: `New York`, ShipPostalCode: 80108, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1231, CustomerName: `Anna Madison`, CustomerFirstName: `Anna`, CustomerLastName: `Madison`, CustomerAddress: `107 Market Street, New York, USA, 80108`, Salesperson: `Mike Smith`, OrderID: 1922, OrderDate: `10/6/2022`, ProductID: 154, ProductName: `Mac Book Air`, UnitPrice: 8920.46, Quantity: 5, ExtendedPrice: 44602.3, Freight: 1160.46, Discontinued: false, Region: `West`, Address: `107 Market Street`, City: `New York`, Country: `USA`, PostalCode: 80108 }), + new InvoicesDataItem({ ShipName: `Watson Market`, ShipAddress: `166 Main Street`, ShipCity: `New York`, ShipPostalCode: 60199, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1232, CustomerName: `Martin Watson`, CustomerFirstName: `Martin`, CustomerLastName: `Watson`, CustomerAddress: `166 Main Street, New York, USA, 60199`, Salesperson: `Anna Smith`, OrderID: 1759, OrderDate: `3/10/2022`, ProductID: 145, ProductName: `Samsung Galaxy 22`, UnitPrice: 22420.27, Quantity: 5, ExtendedPrice: 112101.35, Freight: 1900.27, Discontinued: false, Region: `North East`, Address: `166 Main Street`, City: `New York`, Country: `USA`, PostalCode: 60199 }), + new InvoicesDataItem({ ShipName: `Smith Home`, ShipAddress: `188 Main Street`, ShipCity: `New York`, ShipPostalCode: 90082, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1233, CustomerName: `Anna Smith`, CustomerFirstName: `Anna`, CustomerLastName: `Smith`, CustomerAddress: `188 Main Street, New York, USA, 90082`, Salesperson: `Ben Black`, OrderID: 1172, OrderDate: `11/9/2022`, ProductID: 148, ProductName: `Samsung Note`, UnitPrice: 22260.33, Quantity: 5, ExtendedPrice: 111301.65, Freight: 1530.33, Discontinued: false, Region: `West`, Address: `188 Main Street`, City: `New York`, Country: `USA`, PostalCode: 90082 }), + new InvoicesDataItem({ ShipName: `Madison Home`, ShipAddress: `168 Wall Street`, ShipCity: `Miami`, ShipPostalCode: 80160, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1234, CustomerName: `Martin Madison`, CustomerFirstName: `Martin`, CustomerLastName: `Madison`, CustomerAddress: `168 Wall Street, Miami, USA, 80160`, Salesperson: `Max Black`, OrderID: 1855, OrderDate: `9/9/2022`, ProductID: 195, ProductName: `Samsung Note`, UnitPrice: 11120.68, Quantity: 5, ExtendedPrice: 55603.4, Freight: 540.68, Discontinued: false, Region: `South East`, Address: `168 Wall Street`, City: `Miami`, Country: `USA`, PostalCode: 80160 }), + new InvoicesDataItem({ ShipName: `Madison Market`, ShipAddress: `151 Wall Street`, ShipCity: `Philadelphia`, ShipPostalCode: 50192, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1235, CustomerName: `James Madison`, CustomerFirstName: `James`, CustomerLastName: `Madison`, CustomerAddress: `151 Wall Street, Philadelphia, USA, 50192`, Salesperson: `Pamela Watson`, OrderID: 1253, OrderDate: `9/24/2022`, ProductID: 153, ProductName: `Samsung Galaxy 22`, UnitPrice: 17650.73, Quantity: 5, ExtendedPrice: 88253.65, Freight: 1010.73, Discontinued: false, Region: `North East`, Address: `151 Wall Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 50192 }), + new InvoicesDataItem({ ShipName: `Jefferson Estate`, ShipAddress: `131 Wall Street`, ShipCity: `Philadelphia`, ShipPostalCode: 60171, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1236, CustomerName: `Anna Jefferson`, CustomerFirstName: `Anna`, CustomerLastName: `Jefferson`, CustomerAddress: `131 Wall Street, Philadelphia, USA, 60171`, Salesperson: `James Jefferson`, OrderID: 1711, OrderDate: `9/12/2022`, ProductID: 192, ProductName: `IPhone`, UnitPrice: 18980.42, Quantity: 3, ExtendedPrice: 56941.26, Freight: 1070.42, Discontinued: false, Region: `North East`, Address: `131 Wall Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 60171 }), + new InvoicesDataItem({ ShipName: `Madison Estate`, ShipAddress: `101 Market Street`, ShipCity: `Huston`, ShipPostalCode: 70109, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1237, CustomerName: `Mike Madison`, CustomerFirstName: `Mike`, CustomerLastName: `Madison`, CustomerAddress: `101 Market Street, Huston, USA, 70109`, Salesperson: `Nancy Smith`, OrderID: 1155, OrderDate: `9/1/2022`, ProductID: 174, ProductName: `Mac Book Pro`, UnitPrice: 22330.35, Quantity: 2, ExtendedPrice: 44660.7, Freight: 250.35, Discontinued: false, Region: `West`, Address: `101 Market Street`, City: `Huston`, Country: `USA`, PostalCode: 70109 }), + new InvoicesDataItem({ ShipName: `Jefferson Home`, ShipAddress: `145 Main Street`, ShipCity: `New York`, ShipPostalCode: 50126, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1238, CustomerName: `Max Jefferson`, CustomerFirstName: `Max`, CustomerLastName: `Jefferson`, CustomerAddress: `145 Main Street, New York, USA, 50126`, Salesperson: `Mike Watson`, OrderID: 1656, OrderDate: `3/7/2022`, ProductID: 139, ProductName: `IPhone`, UnitPrice: 9890.72, Quantity: 3, ExtendedPrice: 29672.16, Freight: 1890.72, Discontinued: false, Region: `West`, Address: `145 Main Street`, City: `New York`, Country: `USA`, PostalCode: 50126 }), + new InvoicesDataItem({ ShipName: `Madison Home`, ShipAddress: `190 Wall Street`, ShipCity: `Huston`, ShipPostalCode: 60055, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1239, CustomerName: `Martin Madison`, CustomerFirstName: `Martin`, CustomerLastName: `Madison`, CustomerAddress: `190 Wall Street, Huston, USA, 60055`, Salesperson: `Mike Smith`, OrderID: 1192, OrderDate: `3/12/2022`, ProductID: 151, ProductName: `Samsung Galaxy 22`, UnitPrice: 16510.6, Quantity: 5, ExtendedPrice: 82553, Freight: 260.6, Discontinued: true, Region: `South East`, Address: `190 Wall Street`, City: `Huston`, Country: `USA`, PostalCode: 60055 }), + new InvoicesDataItem({ ShipName: `Smith Estate`, ShipAddress: `114 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 50122, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1240, CustomerName: `Martin Smith`, CustomerFirstName: `Martin`, CustomerLastName: `Smith`, CustomerAddress: `114 Market Street, Philadelphia, USA, 50122`, Salesperson: `James Madison`, OrderID: 1997, OrderDate: `8/3/2022`, ProductID: 195, ProductName: `Mac Book Pro`, UnitPrice: 20770.42, Quantity: 4, ExtendedPrice: 83081.68, Freight: 920.42, Discontinued: false, Region: `North East`, Address: `114 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 50122 }), + new InvoicesDataItem({ ShipName: `Jackson Townhouse`, ShipAddress: `184 Main Street`, ShipCity: `Miami`, ShipPostalCode: 50147, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1241, CustomerName: `Pamela Jackson`, CustomerFirstName: `Pamela`, CustomerLastName: `Jackson`, CustomerAddress: `184 Main Street, Miami, USA, 50147`, Salesperson: `Martin Madison`, OrderID: 1944, OrderDate: `7/11/2022`, ProductID: 105, ProductName: `Samsung Note`, UnitPrice: 22970.54, Quantity: 3, ExtendedPrice: 68911.62, Freight: 2000.54, Discontinued: false, Region: `South East`, Address: `184 Main Street`, City: `Miami`, Country: `USA`, PostalCode: 50147 }), + new InvoicesDataItem({ ShipName: `Watson Townhouse`, ShipAddress: `140 Wall Street`, ShipCity: `Los Angeles`, ShipPostalCode: 50058, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1242, CustomerName: `Pamela Watson`, CustomerFirstName: `Pamela`, CustomerLastName: `Watson`, CustomerAddress: `140 Wall Street, Los Angeles, USA, 50058`, Salesperson: `Max Madison`, OrderID: 1076, OrderDate: `12/1/2022`, ProductID: 108, ProductName: `IPhone`, UnitPrice: 5950.69, Quantity: 5, ExtendedPrice: 29753.45, Freight: 1440.69, Discontinued: false, Region: `South East`, Address: `140 Wall Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 50058 }), + new InvoicesDataItem({ ShipName: `Madison Estate`, ShipAddress: `178 Market Street`, ShipCity: `New York`, ShipPostalCode: 60194, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1243, CustomerName: `James Madison`, CustomerFirstName: `James`, CustomerLastName: `Madison`, CustomerAddress: `178 Market Street, New York, USA, 60194`, Salesperson: `James Madison`, OrderID: 1076, OrderDate: `6/25/2022`, ProductID: 176, ProductName: `IPhone`, UnitPrice: 17080.21, Quantity: 2, ExtendedPrice: 34160.42, Freight: 1200.21, Discontinued: false, Region: `West`, Address: `178 Market Street`, City: `New York`, Country: `USA`, PostalCode: 60194 }), + new InvoicesDataItem({ ShipName: `Madison Home`, ShipAddress: `179 Main Street`, ShipCity: `Huston`, ShipPostalCode: 70085, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1244, CustomerName: `Ben Madison`, CustomerFirstName: `Ben`, CustomerLastName: `Madison`, CustomerAddress: `179 Main Street, Huston, USA, 70085`, Salesperson: `Ben Jackson`, OrderID: 1070, OrderDate: `5/7/2022`, ProductID: 101, ProductName: `IPhone`, UnitPrice: 19310.75, Quantity: 2, ExtendedPrice: 38621.5, Freight: 1270.75, Discontinued: false, Region: `West`, Address: `179 Main Street`, City: `Huston`, Country: `USA`, PostalCode: 70085 }), + new InvoicesDataItem({ ShipName: `Madison Estate`, ShipAddress: `169 Market Street`, ShipCity: `Miami`, ShipPostalCode: 70087, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1245, CustomerName: `Pamela Madison`, CustomerFirstName: `Pamela`, CustomerLastName: `Madison`, CustomerAddress: `169 Market Street, Miami, USA, 70087`, Salesperson: `Nancy Black`, OrderID: 1469, OrderDate: `8/22/2022`, ProductID: 193, ProductName: `Samsung Note`, UnitPrice: 25420.4, Quantity: 2, ExtendedPrice: 50840.8, Freight: 1690.4, Discontinued: false, Region: `North East`, Address: `169 Market Street`, City: `Miami`, Country: `USA`, PostalCode: 70087 }), + new InvoicesDataItem({ ShipName: `Smith Home`, ShipAddress: `108 Wall Street`, ShipCity: `Los Angeles`, ShipPostalCode: 90128, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1246, CustomerName: `Martin Smith`, CustomerFirstName: `Martin`, CustomerLastName: `Smith`, CustomerAddress: `108 Wall Street, Los Angeles, USA, 90128`, Salesperson: `Pamela Smith`, OrderID: 1948, OrderDate: `4/25/2022`, ProductID: 141, ProductName: `Samsung Galaxy 22`, UnitPrice: 19070.55, Quantity: 3, ExtendedPrice: 57211.65, Freight: 280.55, Discontinued: false, Region: `South East`, Address: `108 Wall Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 90128 }), + new InvoicesDataItem({ ShipName: `Jackson Townhouse`, ShipAddress: `195 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 80141, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1247, CustomerName: `Mike Jackson`, CustomerFirstName: `Mike`, CustomerLastName: `Jackson`, CustomerAddress: `195 Market Street, Philadelphia, USA, 80141`, Salesperson: `Martin Smith`, OrderID: 1116, OrderDate: `1/1/2022`, ProductID: 162, ProductName: `Samsung Galaxy 22`, UnitPrice: 22190.27, Quantity: 5, ExtendedPrice: 110951.35, Freight: 1830.27, Discontinued: false, Region: `North East`, Address: `195 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 80141 }), + new InvoicesDataItem({ ShipName: `Black Home`, ShipAddress: `142 Main Street`, ShipCity: `Los Angeles`, ShipPostalCode: 50163, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1248, CustomerName: `Anna Black`, CustomerFirstName: `Anna`, CustomerLastName: `Black`, CustomerAddress: `142 Main Street, Los Angeles, USA, 50163`, Salesperson: `Pamela Jefferson`, OrderID: 1640, OrderDate: `5/1/2022`, ProductID: 153, ProductName: `Samsung Note`, UnitPrice: 7690.79, Quantity: 3, ExtendedPrice: 23072.37, Freight: 1730.79, Discontinued: false, Region: `South East`, Address: `142 Main Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 50163 }), + new InvoicesDataItem({ ShipName: `Watson Market`, ShipAddress: `177 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 80155, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1249, CustomerName: `Mike Watson`, CustomerFirstName: `Mike`, CustomerLastName: `Watson`, CustomerAddress: `177 Market Street, Philadelphia, USA, 80155`, Salesperson: `Anna Jefferson`, OrderID: 1748, OrderDate: `9/2/2022`, ProductID: 186, ProductName: `Mac Book Air`, UnitPrice: 25230.84, Quantity: 4, ExtendedPrice: 100923.36, Freight: 670.84, Discontinued: true, Region: `South East`, Address: `177 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 80155 }), + new InvoicesDataItem({ ShipName: `Black Estate`, ShipAddress: `175 Market Street`, ShipCity: `Los Angeles`, ShipPostalCode: 80141, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1250, CustomerName: `Mike Black`, CustomerFirstName: `Mike`, CustomerLastName: `Black`, CustomerAddress: `175 Market Street, Los Angeles, USA, 80141`, Salesperson: `Martin Black`, OrderID: 1251, OrderDate: `7/5/2022`, ProductID: 140, ProductName: `Mac Book Pro`, UnitPrice: 25960.45, Quantity: 2, ExtendedPrice: 51920.9, Freight: 260.45, Discontinued: false, Region: `North East`, Address: `175 Market Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 80141 }), + new InvoicesDataItem({ ShipName: `Watson Market`, ShipAddress: `110 Market Street`, ShipCity: `New York`, ShipPostalCode: 90174, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1251, CustomerName: `Pamela Watson`, CustomerFirstName: `Pamela`, CustomerLastName: `Watson`, CustomerAddress: `110 Market Street, New York, USA, 90174`, Salesperson: `Pamela Black`, OrderID: 1397, OrderDate: `7/2/2022`, ProductID: 141, ProductName: `Samsung Note`, UnitPrice: 22150.67, Quantity: 3, ExtendedPrice: 66452.01, Freight: 640.67, Discontinued: false, Region: `North East`, Address: `110 Market Street`, City: `New York`, Country: `USA`, PostalCode: 90174 }), + new InvoicesDataItem({ ShipName: `Jackson Estate`, ShipAddress: `121 Wall Street`, ShipCity: `Los Angeles`, ShipPostalCode: 70083, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1252, CustomerName: `Mike Jackson`, CustomerFirstName: `Mike`, CustomerLastName: `Jackson`, CustomerAddress: `121 Wall Street, Los Angeles, USA, 70083`, Salesperson: `Ben Jefferson`, OrderID: 1938, OrderDate: `1/20/2022`, ProductID: 171, ProductName: `Samsung Galaxy 22`, UnitPrice: 9220.74, Quantity: 4, ExtendedPrice: 36882.96, Freight: 1030.74, Discontinued: false, Region: `South East`, Address: `121 Wall Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 70083 }), + new InvoicesDataItem({ ShipName: `Jackson Townhouse`, ShipAddress: `122 Wall Street`, ShipCity: `Philadelphia`, ShipPostalCode: 70122, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1253, CustomerName: `Mike Jackson`, CustomerFirstName: `Mike`, CustomerLastName: `Jackson`, CustomerAddress: `122 Wall Street, Philadelphia, USA, 70122`, Salesperson: `Mike Watson`, OrderID: 1608, OrderDate: `2/9/2022`, ProductID: 109, ProductName: `Samsung Note`, UnitPrice: 11240.75, Quantity: 2, ExtendedPrice: 22481.5, Freight: 1010.75, Discontinued: false, Region: `West`, Address: `122 Wall Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 70122 }), + new InvoicesDataItem({ ShipName: `Watson Estate`, ShipAddress: `151 Main Street`, ShipCity: `Huston`, ShipPostalCode: 50057, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1254, CustomerName: `Pamela Watson`, CustomerFirstName: `Pamela`, CustomerLastName: `Watson`, CustomerAddress: `151 Main Street, Huston, USA, 50057`, Salesperson: `Martin Watson`, OrderID: 1217, OrderDate: `8/4/2022`, ProductID: 185, ProductName: `Mac Book Pro`, UnitPrice: 16680.55, Quantity: 3, ExtendedPrice: 50041.65, Freight: 1710.55, Discontinued: false, Region: `North East`, Address: `151 Main Street`, City: `Huston`, Country: `USA`, PostalCode: 50057 }), + new InvoicesDataItem({ ShipName: `Jackson Market`, ShipAddress: `120 Wall Street`, ShipCity: `Huston`, ShipPostalCode: 50131, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1255, CustomerName: `Mike Jackson`, CustomerFirstName: `Mike`, CustomerLastName: `Jackson`, CustomerAddress: `120 Wall Street, Huston, USA, 50131`, Salesperson: `Ben Jackson`, OrderID: 1661, OrderDate: `5/1/2022`, ProductID: 190, ProductName: `Mac Book Air`, UnitPrice: 21450.85, Quantity: 5, ExtendedPrice: 107254.25, Freight: 1350.85, Discontinued: false, Region: `South East`, Address: `120 Wall Street`, City: `Huston`, Country: `USA`, PostalCode: 50131 }), + new InvoicesDataItem({ ShipName: `Madison Market`, ShipAddress: `134 Main Street`, ShipCity: `Huston`, ShipPostalCode: 90060, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1256, CustomerName: `Mike Madison`, CustomerFirstName: `Mike`, CustomerLastName: `Madison`, CustomerAddress: `134 Main Street, Huston, USA, 90060`, Salesperson: `James Madison`, OrderID: 1766, OrderDate: `11/11/2022`, ProductID: 134, ProductName: `Mac Book Air`, UnitPrice: 12850.63, Quantity: 3, ExtendedPrice: 38551.89, Freight: 1790.63, Discontinued: false, Region: `West`, Address: `134 Main Street`, City: `Huston`, Country: `USA`, PostalCode: 90060 }), + new InvoicesDataItem({ ShipName: `Black Home`, ShipAddress: `150 Wall Street`, ShipCity: `Huston`, ShipPostalCode: 60151, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1257, CustomerName: `James Black`, CustomerFirstName: `James`, CustomerLastName: `Black`, CustomerAddress: `150 Wall Street, Huston, USA, 60151`, Salesperson: `Martin Black`, OrderID: 1321, OrderDate: `8/4/2022`, ProductID: 125, ProductName: `Samsung Note`, UnitPrice: 29190.24, Quantity: 4, ExtendedPrice: 116760.96, Freight: 680.24, Discontinued: false, Region: `North East`, Address: `150 Wall Street`, City: `Huston`, Country: `USA`, PostalCode: 60151 }), + new InvoicesDataItem({ ShipName: `Watson Estate`, ShipAddress: `155 Wall Street`, ShipCity: `Huston`, ShipPostalCode: 60121, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1258, CustomerName: `Max Watson`, CustomerFirstName: `Max`, CustomerLastName: `Watson`, CustomerAddress: `155 Wall Street, Huston, USA, 60121`, Salesperson: `Max Jackson`, OrderID: 1872, OrderDate: `2/20/2022`, ProductID: 188, ProductName: `Samsung Note`, UnitPrice: 22750.45, Quantity: 3, ExtendedPrice: 68251.35, Freight: 840.45, Discontinued: false, Region: `West`, Address: `155 Wall Street`, City: `Huston`, Country: `USA`, PostalCode: 60121 }), + new InvoicesDataItem({ ShipName: `Watson Market`, ShipAddress: `184 Market Street`, ShipCity: `New York`, ShipPostalCode: 90156, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1259, CustomerName: `Anna Watson`, CustomerFirstName: `Anna`, CustomerLastName: `Watson`, CustomerAddress: `184 Market Street, New York, USA, 90156`, Salesperson: `James Watson`, OrderID: 1828, OrderDate: `5/25/2022`, ProductID: 191, ProductName: `Samsung Galaxy 22`, UnitPrice: 29760.3, Quantity: 2, ExtendedPrice: 59520.6, Freight: 1960.3, Discontinued: true, Region: `North East`, Address: `184 Market Street`, City: `New York`, Country: `USA`, PostalCode: 90156 }), + new InvoicesDataItem({ ShipName: `Watson Market`, ShipAddress: `133 Market Street`, ShipCity: `Huston`, ShipPostalCode: 50074, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1260, CustomerName: `Anna Watson`, CustomerFirstName: `Anna`, CustomerLastName: `Watson`, CustomerAddress: `133 Market Street, Huston, USA, 50074`, Salesperson: `Mike Black`, OrderID: 1966, OrderDate: `6/18/2022`, ProductID: 160, ProductName: `Mac Book Air`, UnitPrice: 7450.44, Quantity: 5, ExtendedPrice: 37252.2, Freight: 590.44, Discontinued: false, Region: `West`, Address: `133 Market Street`, City: `Huston`, Country: `USA`, PostalCode: 50074 }), + new InvoicesDataItem({ ShipName: `Black Townhouse`, ShipAddress: `154 Main Street`, ShipCity: `Philadelphia`, ShipPostalCode: 70052, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1261, CustomerName: `Martin Black`, CustomerFirstName: `Martin`, CustomerLastName: `Black`, CustomerAddress: `154 Main Street, Philadelphia, USA, 70052`, Salesperson: `Ben Jackson`, OrderID: 1421, OrderDate: `9/17/2022`, ProductID: 127, ProductName: `Mac Book Air`, UnitPrice: 23000.47, Quantity: 2, ExtendedPrice: 46000.94, Freight: 550.47, Discontinued: false, Region: `South East`, Address: `154 Main Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 70052 }), + new InvoicesDataItem({ ShipName: `Smith Townhouse`, ShipAddress: `114 Wall Street`, ShipCity: `Philadelphia`, ShipPostalCode: 90174, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1262, CustomerName: `Max Smith`, CustomerFirstName: `Max`, CustomerLastName: `Smith`, CustomerAddress: `114 Wall Street, Philadelphia, USA, 90174`, Salesperson: `Pamela Smith`, OrderID: 1192, OrderDate: `12/4/2022`, ProductID: 105, ProductName: `Samsung Note`, UnitPrice: 19790.26, Quantity: 2, ExtendedPrice: 39580.52, Freight: 1150.26, Discontinued: false, Region: `South East`, Address: `114 Wall Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 90174 }), + new InvoicesDataItem({ ShipName: `Jefferson Townhouse`, ShipAddress: `154 Wall Street`, ShipCity: `New York`, ShipPostalCode: 90162, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1263, CustomerName: `Ben Jefferson`, CustomerFirstName: `Ben`, CustomerLastName: `Jefferson`, CustomerAddress: `154 Wall Street, New York, USA, 90162`, Salesperson: `Nancy Smith`, OrderID: 1539, OrderDate: `7/16/2022`, ProductID: 139, ProductName: `Samsung Note`, UnitPrice: 11830.34, Quantity: 2, ExtendedPrice: 23660.68, Freight: 1930.34, Discontinued: false, Region: `West`, Address: `154 Wall Street`, City: `New York`, Country: `USA`, PostalCode: 90162 }), + new InvoicesDataItem({ ShipName: `Smith Townhouse`, ShipAddress: `140 Wall Street`, ShipCity: `Los Angeles`, ShipPostalCode: 70136, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1264, CustomerName: `Martin Smith`, CustomerFirstName: `Martin`, CustomerLastName: `Smith`, CustomerAddress: `140 Wall Street, Los Angeles, USA, 70136`, Salesperson: `Mike Jackson`, OrderID: 1271, OrderDate: `10/7/2022`, ProductID: 124, ProductName: `Samsung Note`, UnitPrice: 21020.81, Quantity: 2, ExtendedPrice: 42041.62, Freight: 1420.81, Discontinued: false, Region: `West`, Address: `140 Wall Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 70136 }), + new InvoicesDataItem({ ShipName: `Smith Townhouse`, ShipAddress: `185 Main Street`, ShipCity: `Philadelphia`, ShipPostalCode: 60116, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1265, CustomerName: `James Smith`, CustomerFirstName: `James`, CustomerLastName: `Smith`, CustomerAddress: `185 Main Street, Philadelphia, USA, 60116`, Salesperson: `James Watson`, OrderID: 1090, OrderDate: `9/11/2022`, ProductID: 160, ProductName: `IPhone`, UnitPrice: 16070.46, Quantity: 3, ExtendedPrice: 48211.38, Freight: 1490.46, Discontinued: false, Region: `West`, Address: `185 Main Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 60116 }), + new InvoicesDataItem({ ShipName: `Smith Estate`, ShipAddress: `179 Market Street`, ShipCity: `Huston`, ShipPostalCode: 80107, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1266, CustomerName: `Max Smith`, CustomerFirstName: `Max`, CustomerLastName: `Smith`, CustomerAddress: `179 Market Street, Huston, USA, 80107`, Salesperson: `Nancy Smith`, OrderID: 1286, OrderDate: `1/10/2022`, ProductID: 161, ProductName: `Mac Book Air`, UnitPrice: 26160.38, Quantity: 3, ExtendedPrice: 78481.14, Freight: 570.38, Discontinued: false, Region: `West`, Address: `179 Market Street`, City: `Huston`, Country: `USA`, PostalCode: 80107 }), + new InvoicesDataItem({ ShipName: `Jefferson Home`, ShipAddress: `189 Wall Street`, ShipCity: `Huston`, ShipPostalCode: 90073, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1267, CustomerName: `Ben Jefferson`, CustomerFirstName: `Ben`, CustomerLastName: `Jefferson`, CustomerAddress: `189 Wall Street, Huston, USA, 90073`, Salesperson: `Martin Madison`, OrderID: 1754, OrderDate: `5/2/2022`, ProductID: 143, ProductName: `Samsung Galaxy 22`, UnitPrice: 29540.84, Quantity: 4, ExtendedPrice: 118163.36, Freight: 500.84, Discontinued: false, Region: `North East`, Address: `189 Wall Street`, City: `Huston`, Country: `USA`, PostalCode: 90073 }), + new InvoicesDataItem({ ShipName: `Madison Estate`, ShipAddress: `106 Market Street`, ShipCity: `Miami`, ShipPostalCode: 90153, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1268, CustomerName: `Anna Madison`, CustomerFirstName: `Anna`, CustomerLastName: `Madison`, CustomerAddress: `106 Market Street, Miami, USA, 90153`, Salesperson: `Anna Black`, OrderID: 1321, OrderDate: `6/21/2022`, ProductID: 136, ProductName: `Samsung Galaxy 22`, UnitPrice: 12550.55, Quantity: 5, ExtendedPrice: 62752.75, Freight: 1440.55, Discontinued: false, Region: `West`, Address: `106 Market Street`, City: `Miami`, Country: `USA`, PostalCode: 90153 }), + new InvoicesDataItem({ ShipName: `Watson Townhouse`, ShipAddress: `149 Wall Street`, ShipCity: `Los Angeles`, ShipPostalCode: 50102, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1269, CustomerName: `Pamela Watson`, CustomerFirstName: `Pamela`, CustomerLastName: `Watson`, CustomerAddress: `149 Wall Street, Los Angeles, USA, 50102`, Salesperson: `James Jefferson`, OrderID: 1262, OrderDate: `7/13/2022`, ProductID: 178, ProductName: `Samsung Note`, UnitPrice: 8690.45, Quantity: 3, ExtendedPrice: 26071.35, Freight: 1420.45, Discontinued: true, Region: `West`, Address: `149 Wall Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 50102 }), + new InvoicesDataItem({ ShipName: `Watson Market`, ShipAddress: `192 Market Street`, ShipCity: `New York`, ShipPostalCode: 60078, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1270, CustomerName: `Martin Watson`, CustomerFirstName: `Martin`, CustomerLastName: `Watson`, CustomerAddress: `192 Market Street, New York, USA, 60078`, Salesperson: `Ben Jackson`, OrderID: 1586, OrderDate: `11/13/2022`, ProductID: 130, ProductName: `Mac Book Pro`, UnitPrice: 28630.86, Quantity: 2, ExtendedPrice: 57261.72, Freight: 980.86, Discontinued: false, Region: `West`, Address: `192 Market Street`, City: `New York`, Country: `USA`, PostalCode: 60078 }), + new InvoicesDataItem({ ShipName: `Jefferson Estate`, ShipAddress: `159 Main Street`, ShipCity: `New York`, ShipPostalCode: 50050, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1271, CustomerName: `James Jefferson`, CustomerFirstName: `James`, CustomerLastName: `Jefferson`, CustomerAddress: `159 Main Street, New York, USA, 50050`, Salesperson: `Max Jefferson`, OrderID: 1915, OrderDate: `2/10/2022`, ProductID: 178, ProductName: `Mac Book Pro`, UnitPrice: 19050.75, Quantity: 5, ExtendedPrice: 95253.75, Freight: 960.75, Discontinued: false, Region: `West`, Address: `159 Main Street`, City: `New York`, Country: `USA`, PostalCode: 50050 }), + new InvoicesDataItem({ ShipName: `Watson Market`, ShipAddress: `171 Wall Street`, ShipCity: `Los Angeles`, ShipPostalCode: 60099, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1272, CustomerName: `Nancy Watson`, CustomerFirstName: `Nancy`, CustomerLastName: `Watson`, CustomerAddress: `171 Wall Street, Los Angeles, USA, 60099`, Salesperson: `Pamela Jackson`, OrderID: 1503, OrderDate: `4/7/2022`, ProductID: 153, ProductName: `Samsung Galaxy 22`, UnitPrice: 26320.3, Quantity: 3, ExtendedPrice: 78960.9, Freight: 1360.3, Discontinued: false, Region: `South East`, Address: `171 Wall Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 60099 }), + new InvoicesDataItem({ ShipName: `Madison Townhouse`, ShipAddress: `161 Main Street`, ShipCity: `Huston`, ShipPostalCode: 70087, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1273, CustomerName: `Anna Madison`, CustomerFirstName: `Anna`, CustomerLastName: `Madison`, CustomerAddress: `161 Main Street, Huston, USA, 70087`, Salesperson: `Nancy Watson`, OrderID: 1129, OrderDate: `9/4/2022`, ProductID: 119, ProductName: `Samsung Note`, UnitPrice: 26970.53, Quantity: 3, ExtendedPrice: 80911.59, Freight: 1890.53, Discontinued: false, Region: `South East`, Address: `161 Main Street`, City: `Huston`, Country: `USA`, PostalCode: 70087 }), + new InvoicesDataItem({ ShipName: `Watson Market`, ShipAddress: `163 Market Street`, ShipCity: `Los Angeles`, ShipPostalCode: 50127, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1274, CustomerName: `Max Watson`, CustomerFirstName: `Max`, CustomerLastName: `Watson`, CustomerAddress: `163 Market Street, Los Angeles, USA, 50127`, Salesperson: `Nancy Jefferson`, OrderID: 1508, OrderDate: `1/6/2022`, ProductID: 136, ProductName: `Mac Book Air`, UnitPrice: 12620.81, Quantity: 3, ExtendedPrice: 37862.43, Freight: 650.81, Discontinued: false, Region: `North East`, Address: `163 Market Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 50127 }), + new InvoicesDataItem({ ShipName: `Watson Townhouse`, ShipAddress: `131 Market Street`, ShipCity: `Huston`, ShipPostalCode: 50052, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1275, CustomerName: `James Watson`, CustomerFirstName: `James`, CustomerLastName: `Watson`, CustomerAddress: `131 Market Street, Huston, USA, 50052`, Salesperson: `Martin Watson`, OrderID: 1285, OrderDate: `8/6/2022`, ProductID: 123, ProductName: `Samsung Note`, UnitPrice: 22790.24, Quantity: 4, ExtendedPrice: 91160.96, Freight: 1140.24, Discontinued: false, Region: `South East`, Address: `131 Market Street`, City: `Huston`, Country: `USA`, PostalCode: 50052 }), + new InvoicesDataItem({ ShipName: `Black Home`, ShipAddress: `125 Wall Street`, ShipCity: `Miami`, ShipPostalCode: 60101, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1276, CustomerName: `Ben Black`, CustomerFirstName: `Ben`, CustomerLastName: `Black`, CustomerAddress: `125 Wall Street, Miami, USA, 60101`, Salesperson: `Ben Smith`, OrderID: 1881, OrderDate: `12/5/2022`, ProductID: 128, ProductName: `Mac Book Air`, UnitPrice: 18780.56, Quantity: 4, ExtendedPrice: 75122.24, Freight: 820.56, Discontinued: false, Region: `West`, Address: `125 Wall Street`, City: `Miami`, Country: `USA`, PostalCode: 60101 }), + new InvoicesDataItem({ ShipName: `Jackson Market`, ShipAddress: `184 Main Street`, ShipCity: `Miami`, ShipPostalCode: 50157, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1277, CustomerName: `Nancy Jackson`, CustomerFirstName: `Nancy`, CustomerLastName: `Jackson`, CustomerAddress: `184 Main Street, Miami, USA, 50157`, Salesperson: `Mike Smith`, OrderID: 1478, OrderDate: `9/18/2022`, ProductID: 131, ProductName: `IPad`, UnitPrice: 15000.21, Quantity: 5, ExtendedPrice: 75001.05, Freight: 1390.21, Discontinued: false, Region: `North East`, Address: `184 Main Street`, City: `Miami`, Country: `USA`, PostalCode: 50157 }), + new InvoicesDataItem({ ShipName: `Watson Estate`, ShipAddress: `199 Market Street`, ShipCity: `Huston`, ShipPostalCode: 80050, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1278, CustomerName: `Nancy Watson`, CustomerFirstName: `Nancy`, CustomerLastName: `Watson`, CustomerAddress: `199 Market Street, Huston, USA, 80050`, Salesperson: `Max Jefferson`, OrderID: 1767, OrderDate: `1/17/2022`, ProductID: 196, ProductName: `Mac Book Pro`, UnitPrice: 21600.31, Quantity: 3, ExtendedPrice: 64800.93, Freight: 1130.31, Discontinued: false, Region: `North East`, Address: `199 Market Street`, City: `Huston`, Country: `USA`, PostalCode: 80050 }), + new InvoicesDataItem({ ShipName: `Madison Market`, ShipAddress: `127 Market Street`, ShipCity: `Miami`, ShipPostalCode: 60073, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1279, CustomerName: `Nancy Madison`, CustomerFirstName: `Nancy`, CustomerLastName: `Madison`, CustomerAddress: `127 Market Street, Miami, USA, 60073`, Salesperson: `Mike Smith`, OrderID: 1229, OrderDate: `12/7/2022`, ProductID: 184, ProductName: `Mac Book Air`, UnitPrice: 27500.59, Quantity: 3, ExtendedPrice: 82501.77, Freight: 1380.59, Discontinued: true, Region: `West`, Address: `127 Market Street`, City: `Miami`, Country: `USA`, PostalCode: 60073 }), + new InvoicesDataItem({ ShipName: `Watson Home`, ShipAddress: `169 Main Street`, ShipCity: `New York`, ShipPostalCode: 50123, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1280, CustomerName: `Mike Watson`, CustomerFirstName: `Mike`, CustomerLastName: `Watson`, CustomerAddress: `169 Main Street, New York, USA, 50123`, Salesperson: `Martin Jackson`, OrderID: 1761, OrderDate: `2/10/2022`, ProductID: 169, ProductName: `IPad`, UnitPrice: 21430.7, Quantity: 5, ExtendedPrice: 107153.5, Freight: 1170.7, Discontinued: false, Region: `North East`, Address: `169 Main Street`, City: `New York`, Country: `USA`, PostalCode: 50123 }), + new InvoicesDataItem({ ShipName: `Watson Home`, ShipAddress: `109 Main Street`, ShipCity: `Philadelphia`, ShipPostalCode: 80143, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1281, CustomerName: `James Watson`, CustomerFirstName: `James`, CustomerLastName: `Watson`, CustomerAddress: `109 Main Street, Philadelphia, USA, 80143`, Salesperson: `Anna Black`, OrderID: 1461, OrderDate: `9/8/2022`, ProductID: 155, ProductName: `Samsung Galaxy 22`, UnitPrice: 28470.33, Quantity: 4, ExtendedPrice: 113881.32, Freight: 1750.33, Discontinued: false, Region: `North East`, Address: `109 Main Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 80143 }), + new InvoicesDataItem({ ShipName: `Madison Townhouse`, ShipAddress: `103 Main Street`, ShipCity: `New York`, ShipPostalCode: 80198, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1282, CustomerName: `James Madison`, CustomerFirstName: `James`, CustomerLastName: `Madison`, CustomerAddress: `103 Main Street, New York, USA, 80198`, Salesperson: `Ben Black`, OrderID: 1210, OrderDate: `11/7/2022`, ProductID: 123, ProductName: `Samsung Galaxy 22`, UnitPrice: 11260.52, Quantity: 5, ExtendedPrice: 56302.6, Freight: 330.52, Discontinued: false, Region: `West`, Address: `103 Main Street`, City: `New York`, Country: `USA`, PostalCode: 80198 }), + new InvoicesDataItem({ ShipName: `Jefferson Market`, ShipAddress: `102 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 50100, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1283, CustomerName: `Martin Jefferson`, CustomerFirstName: `Martin`, CustomerLastName: `Jefferson`, CustomerAddress: `102 Market Street, Philadelphia, USA, 50100`, Salesperson: `Pamela Jefferson`, OrderID: 1262, OrderDate: `4/17/2022`, ProductID: 134, ProductName: `Mac Book Pro`, UnitPrice: 21890.55, Quantity: 4, ExtendedPrice: 87562.2, Freight: 500.55, Discontinued: false, Region: `West`, Address: `102 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 50100 }), + new InvoicesDataItem({ ShipName: `Madison Home`, ShipAddress: `194 Market Street`, ShipCity: `New York`, ShipPostalCode: 80057, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1284, CustomerName: `Pamela Madison`, CustomerFirstName: `Pamela`, CustomerLastName: `Madison`, CustomerAddress: `194 Market Street, New York, USA, 80057`, Salesperson: `Pamela Jefferson`, OrderID: 1490, OrderDate: `4/6/2022`, ProductID: 191, ProductName: `Samsung Galaxy 22`, UnitPrice: 15670.58, Quantity: 4, ExtendedPrice: 62682.32, Freight: 1320.58, Discontinued: false, Region: `South East`, Address: `194 Market Street`, City: `New York`, Country: `USA`, PostalCode: 80057 }), + new InvoicesDataItem({ ShipName: `Madison Market`, ShipAddress: `102 Main Street`, ShipCity: `Miami`, ShipPostalCode: 70175, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1285, CustomerName: `Nancy Madison`, CustomerFirstName: `Nancy`, CustomerLastName: `Madison`, CustomerAddress: `102 Main Street, Miami, USA, 70175`, Salesperson: `James Jackson`, OrderID: 1031, OrderDate: `3/18/2022`, ProductID: 196, ProductName: `Samsung Note`, UnitPrice: 16280.69, Quantity: 3, ExtendedPrice: 48842.07, Freight: 380.69, Discontinued: false, Region: `South East`, Address: `102 Main Street`, City: `Miami`, Country: `USA`, PostalCode: 70175 }), + new InvoicesDataItem({ ShipName: `Watson Estate`, ShipAddress: `139 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 60067, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1286, CustomerName: `Nancy Watson`, CustomerFirstName: `Nancy`, CustomerLastName: `Watson`, CustomerAddress: `139 Market Street, Philadelphia, USA, 60067`, Salesperson: `Max Jefferson`, OrderID: 1803, OrderDate: `1/22/2022`, ProductID: 134, ProductName: `Mac Book Pro`, UnitPrice: 7940.29, Quantity: 4, ExtendedPrice: 31761.16, Freight: 620.29, Discontinued: false, Region: `North East`, Address: `139 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 60067 }), + new InvoicesDataItem({ ShipName: `Smith Market`, ShipAddress: `167 Market Street`, ShipCity: `New York`, ShipPostalCode: 80115, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1287, CustomerName: `Martin Smith`, CustomerFirstName: `Martin`, CustomerLastName: `Smith`, CustomerAddress: `167 Market Street, New York, USA, 80115`, Salesperson: `Anna Black`, OrderID: 1465, OrderDate: `2/14/2022`, ProductID: 166, ProductName: `Samsung Note`, UnitPrice: 20420.2, Quantity: 4, ExtendedPrice: 81680.8, Freight: 960.2, Discontinued: false, Region: `North East`, Address: `167 Market Street`, City: `New York`, Country: `USA`, PostalCode: 80115 }), + new InvoicesDataItem({ ShipName: `Jefferson Market`, ShipAddress: `167 Market Street`, ShipCity: `New York`, ShipPostalCode: 80080, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1288, CustomerName: `Nancy Jefferson`, CustomerFirstName: `Nancy`, CustomerLastName: `Jefferson`, CustomerAddress: `167 Market Street, New York, USA, 80080`, Salesperson: `Ben Jackson`, OrderID: 1303, OrderDate: `12/12/2022`, ProductID: 191, ProductName: `Samsung Galaxy 22`, UnitPrice: 20080.21, Quantity: 2, ExtendedPrice: 40160.42, Freight: 800.21, Discontinued: false, Region: `West`, Address: `167 Market Street`, City: `New York`, Country: `USA`, PostalCode: 80080 }), + new InvoicesDataItem({ ShipName: `Jackson Market`, ShipAddress: `167 Market Street`, ShipCity: `New York`, ShipPostalCode: 90093, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1289, CustomerName: `Pamela Jackson`, CustomerFirstName: `Pamela`, CustomerLastName: `Jackson`, CustomerAddress: `167 Market Street, New York, USA, 90093`, Salesperson: `Anna Smith`, OrderID: 1122, OrderDate: `8/6/2022`, ProductID: 189, ProductName: `Mac Book Air`, UnitPrice: 29420.55, Quantity: 4, ExtendedPrice: 117682.2, Freight: 1200.55, Discontinued: true, Region: `South East`, Address: `167 Market Street`, City: `New York`, Country: `USA`, PostalCode: 90093 }), + new InvoicesDataItem({ ShipName: `Madison Home`, ShipAddress: `114 Wall Street`, ShipCity: `Philadelphia`, ShipPostalCode: 60133, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1290, CustomerName: `Nancy Madison`, CustomerFirstName: `Nancy`, CustomerLastName: `Madison`, CustomerAddress: `114 Wall Street, Philadelphia, USA, 60133`, Salesperson: `Anna Madison`, OrderID: 1402, OrderDate: `6/9/2022`, ProductID: 161, ProductName: `Samsung Galaxy 22`, UnitPrice: 16370.76, Quantity: 3, ExtendedPrice: 49112.28, Freight: 590.76, Discontinued: false, Region: `South East`, Address: `114 Wall Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 60133 }), + new InvoicesDataItem({ ShipName: `Madison Home`, ShipAddress: `164 Market Street`, ShipCity: `Los Angeles`, ShipPostalCode: 60153, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1291, CustomerName: `Anna Madison`, CustomerFirstName: `Anna`, CustomerLastName: `Madison`, CustomerAddress: `164 Market Street, Los Angeles, USA, 60153`, Salesperson: `Max Smith`, OrderID: 1165, OrderDate: `11/24/2022`, ProductID: 193, ProductName: `Mac Book Pro`, UnitPrice: 19240.53, Quantity: 4, ExtendedPrice: 76962.12, Freight: 1990.53, Discontinued: false, Region: `West`, Address: `164 Market Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 60153 }), + new InvoicesDataItem({ ShipName: `Jackson Home`, ShipAddress: `102 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 90068, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1292, CustomerName: `Mike Jackson`, CustomerFirstName: `Mike`, CustomerLastName: `Jackson`, CustomerAddress: `102 Market Street, Philadelphia, USA, 90068`, Salesperson: `Mike Madison`, OrderID: 1512, OrderDate: `9/4/2022`, ProductID: 186, ProductName: `Samsung Note`, UnitPrice: 26300.88, Quantity: 4, ExtendedPrice: 105203.52, Freight: 660.88, Discontinued: false, Region: `West`, Address: `102 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 90068 }), + new InvoicesDataItem({ ShipName: `Jefferson Market`, ShipAddress: `158 Wall Street`, ShipCity: `Los Angeles`, ShipPostalCode: 80149, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1293, CustomerName: `Pamela Jefferson`, CustomerFirstName: `Pamela`, CustomerLastName: `Jefferson`, CustomerAddress: `158 Wall Street, Los Angeles, USA, 80149`, Salesperson: `Max Jackson`, OrderID: 1358, OrderDate: `2/22/2022`, ProductID: 110, ProductName: `Mac Book Pro`, UnitPrice: 23570.31, Quantity: 5, ExtendedPrice: 117851.55, Freight: 1260.31, Discontinued: false, Region: `North East`, Address: `158 Wall Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 80149 }), + new InvoicesDataItem({ ShipName: `Jefferson Townhouse`, ShipAddress: `125 Market Street`, ShipCity: `Huston`, ShipPostalCode: 80176, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1294, CustomerName: `Nancy Jefferson`, CustomerFirstName: `Nancy`, CustomerLastName: `Jefferson`, CustomerAddress: `125 Market Street, Huston, USA, 80176`, Salesperson: `Pamela Watson`, OrderID: 1106, OrderDate: `2/7/2022`, ProductID: 152, ProductName: `Samsung Galaxy 22`, UnitPrice: 6100.56, Quantity: 5, ExtendedPrice: 30502.8, Freight: 1900.56, Discontinued: false, Region: `West`, Address: `125 Market Street`, City: `Huston`, Country: `USA`, PostalCode: 80176 }), + new InvoicesDataItem({ ShipName: `Smith Estate`, ShipAddress: `177 Main Street`, ShipCity: `Los Angeles`, ShipPostalCode: 50079, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1295, CustomerName: `Pamela Smith`, CustomerFirstName: `Pamela`, CustomerLastName: `Smith`, CustomerAddress: `177 Main Street, Los Angeles, USA, 50079`, Salesperson: `Max Watson`, OrderID: 1931, OrderDate: `6/5/2022`, ProductID: 113, ProductName: `Samsung Galaxy 22`, UnitPrice: 27350.45, Quantity: 3, ExtendedPrice: 82051.35, Freight: 1170.45, Discontinued: false, Region: `North East`, Address: `177 Main Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 50079 }), + new InvoicesDataItem({ ShipName: `Jackson Estate`, ShipAddress: `148 Market Street`, ShipCity: `New York`, ShipPostalCode: 90184, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1296, CustomerName: `Mike Jackson`, CustomerFirstName: `Mike`, CustomerLastName: `Jackson`, CustomerAddress: `148 Market Street, New York, USA, 90184`, Salesperson: `James Smith`, OrderID: 1108, OrderDate: `8/5/2022`, ProductID: 122, ProductName: `Samsung Note`, UnitPrice: 5440.75, Quantity: 4, ExtendedPrice: 21763, Freight: 960.75, Discontinued: false, Region: `South East`, Address: `148 Market Street`, City: `New York`, Country: `USA`, PostalCode: 90184 }), + new InvoicesDataItem({ ShipName: `Black Townhouse`, ShipAddress: `113 Wall Street`, ShipCity: `Huston`, ShipPostalCode: 50064, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1297, CustomerName: `Max Black`, CustomerFirstName: `Max`, CustomerLastName: `Black`, CustomerAddress: `113 Wall Street, Huston, USA, 50064`, Salesperson: `Martin Smith`, OrderID: 1782, OrderDate: `3/24/2022`, ProductID: 107, ProductName: `IPad`, UnitPrice: 22200.88, Quantity: 4, ExtendedPrice: 88803.52, Freight: 510.88, Discontinued: false, Region: `West`, Address: `113 Wall Street`, City: `Huston`, Country: `USA`, PostalCode: 50064 }), + new InvoicesDataItem({ ShipName: `Smith Market`, ShipAddress: `134 Wall Street`, ShipCity: `New York`, ShipPostalCode: 80155, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1298, CustomerName: `Martin Smith`, CustomerFirstName: `Martin`, CustomerLastName: `Smith`, CustomerAddress: `134 Wall Street, New York, USA, 80155`, Salesperson: `Nancy Jefferson`, OrderID: 1886, OrderDate: `3/6/2022`, ProductID: 181, ProductName: `Samsung Galaxy 22`, UnitPrice: 8550.46, Quantity: 4, ExtendedPrice: 34201.84, Freight: 1830.46, Discontinued: false, Region: `North East`, Address: `134 Wall Street`, City: `New York`, Country: `USA`, PostalCode: 80155 }), + new InvoicesDataItem({ ShipName: `Jackson Townhouse`, ShipAddress: `142 Market Street`, ShipCity: `New York`, ShipPostalCode: 90103, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1299, CustomerName: `Max Jackson`, CustomerFirstName: `Max`, CustomerLastName: `Jackson`, CustomerAddress: `142 Market Street, New York, USA, 90103`, Salesperson: `Anna Watson`, OrderID: 1578, OrderDate: `10/5/2022`, ProductID: 162, ProductName: `Mac Book Air`, UnitPrice: 19490.84, Quantity: 4, ExtendedPrice: 77963.36, Freight: 490.84, Discontinued: true, Region: `West`, Address: `142 Market Street`, City: `New York`, Country: `USA`, PostalCode: 90103 }), + new InvoicesDataItem({ ShipName: `Smith Estate`, ShipAddress: `132 Market Street`, ShipCity: `Miami`, ShipPostalCode: 90111, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1300, CustomerName: `Anna Smith`, CustomerFirstName: `Anna`, CustomerLastName: `Smith`, CustomerAddress: `132 Market Street, Miami, USA, 90111`, Salesperson: `Ben Jefferson`, OrderID: 1903, OrderDate: `6/23/2022`, ProductID: 173, ProductName: `IPad`, UnitPrice: 23350.52, Quantity: 5, ExtendedPrice: 116752.6, Freight: 1210.52, Discontinued: false, Region: `South East`, Address: `132 Market Street`, City: `Miami`, Country: `USA`, PostalCode: 90111 }), + new InvoicesDataItem({ ShipName: `Smith Home`, ShipAddress: `180 Main Street`, ShipCity: `Los Angeles`, ShipPostalCode: 50182, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1301, CustomerName: `Mike Smith`, CustomerFirstName: `Mike`, CustomerLastName: `Smith`, CustomerAddress: `180 Main Street, Los Angeles, USA, 50182`, Salesperson: `Ben Black`, OrderID: 1201, OrderDate: `11/25/2022`, ProductID: 127, ProductName: `Mac Book Pro`, UnitPrice: 6730.57, Quantity: 3, ExtendedPrice: 20191.71, Freight: 1600.57, Discontinued: false, Region: `West`, Address: `180 Main Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 50182 }), + new InvoicesDataItem({ ShipName: `Smith Townhouse`, ShipAddress: `135 Main Street`, ShipCity: `Philadelphia`, ShipPostalCode: 60076, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1302, CustomerName: `James Smith`, CustomerFirstName: `James`, CustomerLastName: `Smith`, CustomerAddress: `135 Main Street, Philadelphia, USA, 60076`, Salesperson: `Mike Smith`, OrderID: 1488, OrderDate: `5/1/2022`, ProductID: 105, ProductName: `IPad`, UnitPrice: 27240.3, Quantity: 5, ExtendedPrice: 136201.5, Freight: 1130.3, Discontinued: false, Region: `West`, Address: `135 Main Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 60076 }), + new InvoicesDataItem({ ShipName: `Madison Townhouse`, ShipAddress: `104 Wall Street`, ShipCity: `New York`, ShipPostalCode: 70191, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1303, CustomerName: `Nancy Madison`, CustomerFirstName: `Nancy`, CustomerLastName: `Madison`, CustomerAddress: `104 Wall Street, New York, USA, 70191`, Salesperson: `Pamela Jefferson`, OrderID: 1636, OrderDate: `2/16/2022`, ProductID: 104, ProductName: `Samsung Galaxy 22`, UnitPrice: 14830.46, Quantity: 2, ExtendedPrice: 29660.92, Freight: 540.46, Discontinued: false, Region: `West`, Address: `104 Wall Street`, City: `New York`, Country: `USA`, PostalCode: 70191 }), + new InvoicesDataItem({ ShipName: `Jefferson Market`, ShipAddress: `122 Market Street`, ShipCity: `New York`, ShipPostalCode: 70071, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1304, CustomerName: `James Jefferson`, CustomerFirstName: `James`, CustomerLastName: `Jefferson`, CustomerAddress: `122 Market Street, New York, USA, 70071`, Salesperson: `Max Black`, OrderID: 1588, OrderDate: `8/22/2022`, ProductID: 169, ProductName: `IPhone`, UnitPrice: 28440.73, Quantity: 3, ExtendedPrice: 85322.19, Freight: 640.73, Discontinued: false, Region: `North East`, Address: `122 Market Street`, City: `New York`, Country: `USA`, PostalCode: 70071 }), + new InvoicesDataItem({ ShipName: `Smith Market`, ShipAddress: `178 Main Street`, ShipCity: `Philadelphia`, ShipPostalCode: 80064, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1305, CustomerName: `Anna Smith`, CustomerFirstName: `Anna`, CustomerLastName: `Smith`, CustomerAddress: `178 Main Street, Philadelphia, USA, 80064`, Salesperson: `Pamela Jackson`, OrderID: 1422, OrderDate: `7/3/2022`, ProductID: 150, ProductName: `Mac Book Air`, UnitPrice: 7100.37, Quantity: 4, ExtendedPrice: 28401.48, Freight: 1560.37, Discontinued: false, Region: `North East`, Address: `178 Main Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 80064 }), + new InvoicesDataItem({ ShipName: `Jefferson Market`, ShipAddress: `199 Main Street`, ShipCity: `Philadelphia`, ShipPostalCode: 80126, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1306, CustomerName: `Martin Jefferson`, CustomerFirstName: `Martin`, CustomerLastName: `Jefferson`, CustomerAddress: `199 Main Street, Philadelphia, USA, 80126`, Salesperson: `Ben Jefferson`, OrderID: 1922, OrderDate: `1/13/2022`, ProductID: 116, ProductName: `Mac Book Air`, UnitPrice: 15400.22, Quantity: 4, ExtendedPrice: 61600.88, Freight: 1970.22, Discontinued: false, Region: `South East`, Address: `199 Main Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 80126 }), + new InvoicesDataItem({ ShipName: `Watson Home`, ShipAddress: `187 Wall Street`, ShipCity: `Huston`, ShipPostalCode: 70093, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1307, CustomerName: `Nancy Watson`, CustomerFirstName: `Nancy`, CustomerLastName: `Watson`, CustomerAddress: `187 Wall Street, Huston, USA, 70093`, Salesperson: `Ben Watson`, OrderID: 1023, OrderDate: `8/20/2022`, ProductID: 138, ProductName: `Samsung Note`, UnitPrice: 26450.63, Quantity: 2, ExtendedPrice: 52901.26, Freight: 980.63, Discontinued: false, Region: `South East`, Address: `187 Wall Street`, City: `Huston`, Country: `USA`, PostalCode: 70093 }), + new InvoicesDataItem({ ShipName: `Watson Market`, ShipAddress: `110 Market Street`, ShipCity: `Los Angeles`, ShipPostalCode: 50180, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1308, CustomerName: `Max Watson`, CustomerFirstName: `Max`, CustomerLastName: `Watson`, CustomerAddress: `110 Market Street, Los Angeles, USA, 50180`, Salesperson: `Martin Smith`, OrderID: 1651, OrderDate: `8/10/2022`, ProductID: 131, ProductName: `IPhone`, UnitPrice: 11720.27, Quantity: 2, ExtendedPrice: 23440.54, Freight: 300.27, Discontinued: false, Region: `South East`, Address: `110 Market Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 50180 }), + new InvoicesDataItem({ ShipName: `Madison Home`, ShipAddress: `196 Wall Street`, ShipCity: `New York`, ShipPostalCode: 50190, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1309, CustomerName: `James Madison`, CustomerFirstName: `James`, CustomerLastName: `Madison`, CustomerAddress: `196 Wall Street, New York, USA, 50190`, Salesperson: `Nancy Madison`, OrderID: 1918, OrderDate: `7/11/2022`, ProductID: 160, ProductName: `IPad`, UnitPrice: 22400.31, Quantity: 2, ExtendedPrice: 44800.62, Freight: 1310.31, Discontinued: true, Region: `North East`, Address: `196 Wall Street`, City: `New York`, Country: `USA`, PostalCode: 50190 }), + new InvoicesDataItem({ ShipName: `Jefferson Market`, ShipAddress: `172 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 80154, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1310, CustomerName: `Nancy Jefferson`, CustomerFirstName: `Nancy`, CustomerLastName: `Jefferson`, CustomerAddress: `172 Market Street, Philadelphia, USA, 80154`, Salesperson: `Ben Jackson`, OrderID: 1803, OrderDate: `2/14/2022`, ProductID: 100, ProductName: `Samsung Note`, UnitPrice: 5270.34, Quantity: 5, ExtendedPrice: 26351.7, Freight: 320.34, Discontinued: false, Region: `North East`, Address: `172 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 80154 }), + new InvoicesDataItem({ ShipName: `Watson Estate`, ShipAddress: `181 Wall Street`, ShipCity: `Los Angeles`, ShipPostalCode: 50200, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1311, CustomerName: `Martin Watson`, CustomerFirstName: `Martin`, CustomerLastName: `Watson`, CustomerAddress: `181 Wall Street, Los Angeles, USA, 50200`, Salesperson: `James Watson`, OrderID: 1467, OrderDate: `12/13/2022`, ProductID: 171, ProductName: `Mac Book Air`, UnitPrice: 7830.21, Quantity: 4, ExtendedPrice: 31320.84, Freight: 1740.21, Discontinued: false, Region: `South East`, Address: `181 Wall Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 50200 }), + new InvoicesDataItem({ ShipName: `Jefferson Estate`, ShipAddress: `151 Main Street`, ShipCity: `Los Angeles`, ShipPostalCode: 70118, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1312, CustomerName: `Pamela Jefferson`, CustomerFirstName: `Pamela`, CustomerLastName: `Jefferson`, CustomerAddress: `151 Main Street, Los Angeles, USA, 70118`, Salesperson: `Martin Watson`, OrderID: 1359, OrderDate: `4/5/2022`, ProductID: 141, ProductName: `IPhone`, UnitPrice: 27160.77, Quantity: 5, ExtendedPrice: 135803.85, Freight: 370.77, Discontinued: false, Region: `West`, Address: `151 Main Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 70118 }), + new InvoicesDataItem({ ShipName: `Jackson Home`, ShipAddress: `156 Market Street`, ShipCity: `Miami`, ShipPostalCode: 90109, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1313, CustomerName: `James Jackson`, CustomerFirstName: `James`, CustomerLastName: `Jackson`, CustomerAddress: `156 Market Street, Miami, USA, 90109`, Salesperson: `James Jackson`, OrderID: 1592, OrderDate: `4/16/2022`, ProductID: 128, ProductName: `Samsung Note`, UnitPrice: 14910.41, Quantity: 5, ExtendedPrice: 74552.05, Freight: 1790.41, Discontinued: false, Region: `North East`, Address: `156 Market Street`, City: `Miami`, Country: `USA`, PostalCode: 90109 }), + new InvoicesDataItem({ ShipName: `Watson Estate`, ShipAddress: `147 Main Street`, ShipCity: `Huston`, ShipPostalCode: 60054, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1314, CustomerName: `Pamela Watson`, CustomerFirstName: `Pamela`, CustomerLastName: `Watson`, CustomerAddress: `147 Main Street, Huston, USA, 60054`, Salesperson: `Ben Watson`, OrderID: 1454, OrderDate: `12/12/2022`, ProductID: 131, ProductName: `Mac Book Air`, UnitPrice: 11280.22, Quantity: 3, ExtendedPrice: 33840.66, Freight: 1440.22, Discontinued: false, Region: `South East`, Address: `147 Main Street`, City: `Huston`, Country: `USA`, PostalCode: 60054 }), + new InvoicesDataItem({ ShipName: `Madison Home`, ShipAddress: `123 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 90190, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1315, CustomerName: `Ben Madison`, CustomerFirstName: `Ben`, CustomerLastName: `Madison`, CustomerAddress: `123 Market Street, Philadelphia, USA, 90190`, Salesperson: `James Jefferson`, OrderID: 1529, OrderDate: `4/19/2022`, ProductID: 102, ProductName: `IPad`, UnitPrice: 7570.85, Quantity: 5, ExtendedPrice: 37854.25, Freight: 1630.85, Discontinued: false, Region: `West`, Address: `123 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 90190 }), + new InvoicesDataItem({ ShipName: `Watson Home`, ShipAddress: `100 Wall Street`, ShipCity: `Los Angeles`, ShipPostalCode: 90115, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1316, CustomerName: `James Watson`, CustomerFirstName: `James`, CustomerLastName: `Watson`, CustomerAddress: `100 Wall Street, Los Angeles, USA, 90115`, Salesperson: `Nancy Smith`, OrderID: 1783, OrderDate: `9/2/2022`, ProductID: 144, ProductName: `Samsung Note`, UnitPrice: 5530.88, Quantity: 3, ExtendedPrice: 16592.64, Freight: 1800.88, Discontinued: false, Region: `North East`, Address: `100 Wall Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 90115 }), + new InvoicesDataItem({ ShipName: `Watson Townhouse`, ShipAddress: `184 Wall Street`, ShipCity: `Miami`, ShipPostalCode: 50144, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1317, CustomerName: `Max Watson`, CustomerFirstName: `Max`, CustomerLastName: `Watson`, CustomerAddress: `184 Wall Street, Miami, USA, 50144`, Salesperson: `Max Jackson`, OrderID: 1533, OrderDate: `12/19/2022`, ProductID: 189, ProductName: `Samsung Galaxy 22`, UnitPrice: 24820.6, Quantity: 2, ExtendedPrice: 49641.2, Freight: 1550.6, Discontinued: false, Region: `South East`, Address: `184 Wall Street`, City: `Miami`, Country: `USA`, PostalCode: 50144 }), + new InvoicesDataItem({ ShipName: `Black Home`, ShipAddress: `187 Wall Street`, ShipCity: `Los Angeles`, ShipPostalCode: 70132, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1318, CustomerName: `Mike Black`, CustomerFirstName: `Mike`, CustomerLastName: `Black`, CustomerAddress: `187 Wall Street, Los Angeles, USA, 70132`, Salesperson: `Nancy Jackson`, OrderID: 1483, OrderDate: `1/8/2022`, ProductID: 182, ProductName: `Samsung Galaxy 22`, UnitPrice: 21520.76, Quantity: 4, ExtendedPrice: 86083.04, Freight: 770.76, Discontinued: false, Region: `North East`, Address: `187 Wall Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 70132 }), + new InvoicesDataItem({ ShipName: `Black Market`, ShipAddress: `162 Main Street`, ShipCity: `Philadelphia`, ShipPostalCode: 90083, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1319, CustomerName: `Mike Black`, CustomerFirstName: `Mike`, CustomerLastName: `Black`, CustomerAddress: `162 Main Street, Philadelphia, USA, 90083`, Salesperson: `Max Jefferson`, OrderID: 1869, OrderDate: `6/3/2022`, ProductID: 118, ProductName: `IPhone`, UnitPrice: 15930.3, Quantity: 2, ExtendedPrice: 31860.6, Freight: 470.3, Discontinued: true, Region: `North East`, Address: `162 Main Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 90083 }), + new InvoicesDataItem({ ShipName: `Watson Home`, ShipAddress: `147 Main Street`, ShipCity: `Philadelphia`, ShipPostalCode: 50191, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1320, CustomerName: `Nancy Watson`, CustomerFirstName: `Nancy`, CustomerLastName: `Watson`, CustomerAddress: `147 Main Street, Philadelphia, USA, 50191`, Salesperson: `Martin Jefferson`, OrderID: 1541, OrderDate: `2/1/2022`, ProductID: 159, ProductName: `Mac Book Pro`, UnitPrice: 29090.51, Quantity: 4, ExtendedPrice: 116362.04, Freight: 900.51, Discontinued: false, Region: `North East`, Address: `147 Main Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 50191 }), + new InvoicesDataItem({ ShipName: `Jackson Market`, ShipAddress: `175 Wall Street`, ShipCity: `New York`, ShipPostalCode: 90056, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1321, CustomerName: `Martin Jackson`, CustomerFirstName: `Martin`, CustomerLastName: `Jackson`, CustomerAddress: `175 Wall Street, New York, USA, 90056`, Salesperson: `Anna Black`, OrderID: 1050, OrderDate: `8/6/2022`, ProductID: 120, ProductName: `IPad`, UnitPrice: 28490.38, Quantity: 5, ExtendedPrice: 142451.9, Freight: 860.38, Discontinued: false, Region: `West`, Address: `175 Wall Street`, City: `New York`, Country: `USA`, PostalCode: 90056 }), + new InvoicesDataItem({ ShipName: `Jackson Market`, ShipAddress: `129 Market Street`, ShipCity: `Huston`, ShipPostalCode: 50089, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1322, CustomerName: `Pamela Jackson`, CustomerFirstName: `Pamela`, CustomerLastName: `Jackson`, CustomerAddress: `129 Market Street, Huston, USA, 50089`, Salesperson: `Mike Jefferson`, OrderID: 1188, OrderDate: `7/23/2022`, ProductID: 119, ProductName: `Mac Book Pro`, UnitPrice: 6710.58, Quantity: 3, ExtendedPrice: 20131.74, Freight: 1160.58, Discontinued: false, Region: `South East`, Address: `129 Market Street`, City: `Huston`, Country: `USA`, PostalCode: 50089 }), + new InvoicesDataItem({ ShipName: `Smith Market`, ShipAddress: `104 Wall Street`, ShipCity: `Philadelphia`, ShipPostalCode: 70079, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1323, CustomerName: `Ben Smith`, CustomerFirstName: `Ben`, CustomerLastName: `Smith`, CustomerAddress: `104 Wall Street, Philadelphia, USA, 70079`, Salesperson: `Martin Madison`, OrderID: 1452, OrderDate: `2/1/2022`, ProductID: 182, ProductName: `IPhone`, UnitPrice: 9260.28, Quantity: 2, ExtendedPrice: 18520.56, Freight: 1960.28, Discontinued: false, Region: `South East`, Address: `104 Wall Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 70079 }), + new InvoicesDataItem({ ShipName: `Jefferson Townhouse`, ShipAddress: `167 Wall Street`, ShipCity: `Philadelphia`, ShipPostalCode: 70137, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1324, CustomerName: `Mike Jefferson`, CustomerFirstName: `Mike`, CustomerLastName: `Jefferson`, CustomerAddress: `167 Wall Street, Philadelphia, USA, 70137`, Salesperson: `James Jefferson`, OrderID: 1542, OrderDate: `7/21/2022`, ProductID: 107, ProductName: `IPhone`, UnitPrice: 5100.82, Quantity: 5, ExtendedPrice: 25504.1, Freight: 610.82, Discontinued: false, Region: `North East`, Address: `167 Wall Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 70137 }), + new InvoicesDataItem({ ShipName: `Madison Market`, ShipAddress: `128 Wall Street`, ShipCity: `Philadelphia`, ShipPostalCode: 50188, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1325, CustomerName: `Mike Madison`, CustomerFirstName: `Mike`, CustomerLastName: `Madison`, CustomerAddress: `128 Wall Street, Philadelphia, USA, 50188`, Salesperson: `Nancy Jefferson`, OrderID: 1993, OrderDate: `3/7/2022`, ProductID: 149, ProductName: `Samsung Note`, UnitPrice: 27520.59, Quantity: 4, ExtendedPrice: 110082.36, Freight: 1260.59, Discontinued: false, Region: `South East`, Address: `128 Wall Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 50188 }), + new InvoicesDataItem({ ShipName: `Watson Market`, ShipAddress: `171 Market Street`, ShipCity: `Huston`, ShipPostalCode: 70190, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1326, CustomerName: `Martin Watson`, CustomerFirstName: `Martin`, CustomerLastName: `Watson`, CustomerAddress: `171 Market Street, Huston, USA, 70190`, Salesperson: `Anna Madison`, OrderID: 1815, OrderDate: `7/4/2022`, ProductID: 195, ProductName: `Samsung Note`, UnitPrice: 27340.66, Quantity: 5, ExtendedPrice: 136703.3, Freight: 1790.66, Discontinued: false, Region: `South East`, Address: `171 Market Street`, City: `Huston`, Country: `USA`, PostalCode: 70190 }), + new InvoicesDataItem({ ShipName: `Watson Home`, ShipAddress: `191 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 60123, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1327, CustomerName: `Anna Watson`, CustomerFirstName: `Anna`, CustomerLastName: `Watson`, CustomerAddress: `191 Market Street, Philadelphia, USA, 60123`, Salesperson: `Anna Madison`, OrderID: 1319, OrderDate: `8/5/2022`, ProductID: 191, ProductName: `Samsung Note`, UnitPrice: 28500.5, Quantity: 5, ExtendedPrice: 142502.5, Freight: 1280.5, Discontinued: false, Region: `West`, Address: `191 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 60123 }), + new InvoicesDataItem({ ShipName: `Madison Townhouse`, ShipAddress: `150 Wall Street`, ShipCity: `Philadelphia`, ShipPostalCode: 80139, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1328, CustomerName: `Mike Madison`, CustomerFirstName: `Mike`, CustomerLastName: `Madison`, CustomerAddress: `150 Wall Street, Philadelphia, USA, 80139`, Salesperson: `Nancy Watson`, OrderID: 1592, OrderDate: `2/22/2022`, ProductID: 149, ProductName: `Mac Book Pro`, UnitPrice: 22890.6, Quantity: 5, ExtendedPrice: 114453, Freight: 920.6, Discontinued: false, Region: `South East`, Address: `150 Wall Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 80139 }), + new InvoicesDataItem({ ShipName: `Jackson Market`, ShipAddress: `112 Main Street`, ShipCity: `Los Angeles`, ShipPostalCode: 70172, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1329, CustomerName: `Nancy Jackson`, CustomerFirstName: `Nancy`, CustomerLastName: `Jackson`, CustomerAddress: `112 Main Street, Los Angeles, USA, 70172`, Salesperson: `Max Jefferson`, OrderID: 1959, OrderDate: `10/15/2022`, ProductID: 156, ProductName: `Samsung Galaxy 22`, UnitPrice: 12050.71, Quantity: 4, ExtendedPrice: 48202.84, Freight: 270.71, Discontinued: true, Region: `North East`, Address: `112 Main Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 70172 }), + new InvoicesDataItem({ ShipName: `Jefferson Market`, ShipAddress: `121 Market Street`, ShipCity: `New York`, ShipPostalCode: 80122, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1330, CustomerName: `Martin Jefferson`, CustomerFirstName: `Martin`, CustomerLastName: `Jefferson`, CustomerAddress: `121 Market Street, New York, USA, 80122`, Salesperson: `Ben Black`, OrderID: 1343, OrderDate: `5/25/2022`, ProductID: 118, ProductName: `Mac Book Pro`, UnitPrice: 7060.29, Quantity: 4, ExtendedPrice: 28241.16, Freight: 400.29, Discontinued: false, Region: `West`, Address: `121 Market Street`, City: `New York`, Country: `USA`, PostalCode: 80122 }), + new InvoicesDataItem({ ShipName: `Watson Estate`, ShipAddress: `183 Wall Street`, ShipCity: `Miami`, ShipPostalCode: 90122, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1331, CustomerName: `Pamela Watson`, CustomerFirstName: `Pamela`, CustomerLastName: `Watson`, CustomerAddress: `183 Wall Street, Miami, USA, 90122`, Salesperson: `Pamela Smith`, OrderID: 1876, OrderDate: `2/8/2022`, ProductID: 137, ProductName: `Samsung Note`, UnitPrice: 10140.84, Quantity: 4, ExtendedPrice: 40563.36, Freight: 640.84, Discontinued: false, Region: `North East`, Address: `183 Wall Street`, City: `Miami`, Country: `USA`, PostalCode: 90122 }), + new InvoicesDataItem({ ShipName: `Jefferson Estate`, ShipAddress: `105 Main Street`, ShipCity: `Los Angeles`, ShipPostalCode: 50068, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1332, CustomerName: `Mike Jefferson`, CustomerFirstName: `Mike`, CustomerLastName: `Jefferson`, CustomerAddress: `105 Main Street, Los Angeles, USA, 50068`, Salesperson: `Ben Madison`, OrderID: 1322, OrderDate: `6/7/2022`, ProductID: 148, ProductName: `Mac Book Air`, UnitPrice: 20150.45, Quantity: 4, ExtendedPrice: 80601.8, Freight: 1190.45, Discontinued: false, Region: `North East`, Address: `105 Main Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 50068 }), + new InvoicesDataItem({ ShipName: `Madison Townhouse`, ShipAddress: `199 Market Street`, ShipCity: `Huston`, ShipPostalCode: 70061, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1333, CustomerName: `Martin Madison`, CustomerFirstName: `Martin`, CustomerLastName: `Madison`, CustomerAddress: `199 Market Street, Huston, USA, 70061`, Salesperson: `Max Smith`, OrderID: 1046, OrderDate: `2/3/2022`, ProductID: 162, ProductName: `IPhone`, UnitPrice: 28480.38, Quantity: 2, ExtendedPrice: 56960.76, Freight: 1180.38, Discontinued: false, Region: `West`, Address: `199 Market Street`, City: `Huston`, Country: `USA`, PostalCode: 70061 }), + new InvoicesDataItem({ ShipName: `Madison Estate`, ShipAddress: `142 Wall Street`, ShipCity: `Huston`, ShipPostalCode: 60058, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1334, CustomerName: `Ben Madison`, CustomerFirstName: `Ben`, CustomerLastName: `Madison`, CustomerAddress: `142 Wall Street, Huston, USA, 60058`, Salesperson: `Mike Madison`, OrderID: 1433, OrderDate: `2/1/2022`, ProductID: 177, ProductName: `IPhone`, UnitPrice: 6770.89, Quantity: 5, ExtendedPrice: 33854.45, Freight: 520.89, Discontinued: false, Region: `South East`, Address: `142 Wall Street`, City: `Huston`, Country: `USA`, PostalCode: 60058 }), + new InvoicesDataItem({ ShipName: `Jefferson Townhouse`, ShipAddress: `140 Market Street`, ShipCity: `Los Angeles`, ShipPostalCode: 90131, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1335, CustomerName: `Martin Jefferson`, CustomerFirstName: `Martin`, CustomerLastName: `Jefferson`, CustomerAddress: `140 Market Street, Los Angeles, USA, 90131`, Salesperson: `Pamela Black`, OrderID: 1894, OrderDate: `9/13/2022`, ProductID: 151, ProductName: `IPad`, UnitPrice: 5280.38, Quantity: 5, ExtendedPrice: 26401.9, Freight: 1610.38, Discontinued: false, Region: `North East`, Address: `140 Market Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 90131 }), + new InvoicesDataItem({ ShipName: `Jefferson Home`, ShipAddress: `106 Market Street`, ShipCity: `Miami`, ShipPostalCode: 60063, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1336, CustomerName: `Ben Jefferson`, CustomerFirstName: `Ben`, CustomerLastName: `Jefferson`, CustomerAddress: `106 Market Street, Miami, USA, 60063`, Salesperson: `Anna Jackson`, OrderID: 1017, OrderDate: `6/12/2022`, ProductID: 173, ProductName: `Mac Book Pro`, UnitPrice: 27000.78, Quantity: 2, ExtendedPrice: 54001.56, Freight: 540.78, Discontinued: false, Region: `West`, Address: `106 Market Street`, City: `Miami`, Country: `USA`, PostalCode: 60063 }), + new InvoicesDataItem({ ShipName: `Jefferson Market`, ShipAddress: `190 Market Street`, ShipCity: `Huston`, ShipPostalCode: 70115, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1337, CustomerName: `Max Jefferson`, CustomerFirstName: `Max`, CustomerLastName: `Jefferson`, CustomerAddress: `190 Market Street, Huston, USA, 70115`, Salesperson: `Martin Smith`, OrderID: 1583, OrderDate: `2/12/2022`, ProductID: 147, ProductName: `Samsung Note`, UnitPrice: 7560.53, Quantity: 2, ExtendedPrice: 15121.06, Freight: 260.53, Discontinued: false, Region: `South East`, Address: `190 Market Street`, City: `Huston`, Country: `USA`, PostalCode: 70115 }), + new InvoicesDataItem({ ShipName: `Smith Home`, ShipAddress: `129 Market Street`, ShipCity: `Miami`, ShipPostalCode: 70051, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1338, CustomerName: `Nancy Smith`, CustomerFirstName: `Nancy`, CustomerLastName: `Smith`, CustomerAddress: `129 Market Street, Miami, USA, 70051`, Salesperson: `Pamela Madison`, OrderID: 1202, OrderDate: `3/15/2022`, ProductID: 136, ProductName: `IPhone`, UnitPrice: 20520.41, Quantity: 2, ExtendedPrice: 41040.82, Freight: 550.41, Discontinued: false, Region: `North East`, Address: `129 Market Street`, City: `Miami`, Country: `USA`, PostalCode: 70051 }), + new InvoicesDataItem({ ShipName: `Smith Home`, ShipAddress: `143 Main Street`, ShipCity: `Miami`, ShipPostalCode: 70144, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1339, CustomerName: `Martin Smith`, CustomerFirstName: `Martin`, CustomerLastName: `Smith`, CustomerAddress: `143 Main Street, Miami, USA, 70144`, Salesperson: `James Jefferson`, OrderID: 1172, OrderDate: `10/15/2022`, ProductID: 136, ProductName: `IPad`, UnitPrice: 18760.26, Quantity: 4, ExtendedPrice: 75041.04, Freight: 540.26, Discontinued: true, Region: `North East`, Address: `143 Main Street`, City: `Miami`, Country: `USA`, PostalCode: 70144 }), + new InvoicesDataItem({ ShipName: `Smith Market`, ShipAddress: `179 Market Street`, ShipCity: `New York`, ShipPostalCode: 90174, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1340, CustomerName: `Martin Smith`, CustomerFirstName: `Martin`, CustomerLastName: `Smith`, CustomerAddress: `179 Market Street, New York, USA, 90174`, Salesperson: `Martin Madison`, OrderID: 1491, OrderDate: `4/19/2022`, ProductID: 176, ProductName: `Mac Book Air`, UnitPrice: 16000.56, Quantity: 4, ExtendedPrice: 64002.24, Freight: 690.56, Discontinued: false, Region: `West`, Address: `179 Market Street`, City: `New York`, Country: `USA`, PostalCode: 90174 }), + new InvoicesDataItem({ ShipName: `Madison Home`, ShipAddress: `152 Main Street`, ShipCity: `Philadelphia`, ShipPostalCode: 90077, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1341, CustomerName: `Mike Madison`, CustomerFirstName: `Mike`, CustomerLastName: `Madison`, CustomerAddress: `152 Main Street, Philadelphia, USA, 90077`, Salesperson: `James Black`, OrderID: 1351, OrderDate: `9/19/2022`, ProductID: 147, ProductName: `IPhone`, UnitPrice: 19810.36, Quantity: 4, ExtendedPrice: 79241.44, Freight: 920.36, Discontinued: false, Region: `West`, Address: `152 Main Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 90077 }), + new InvoicesDataItem({ ShipName: `Jefferson Estate`, ShipAddress: `170 Main Street`, ShipCity: `Los Angeles`, ShipPostalCode: 60097, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1342, CustomerName: `Anna Jefferson`, CustomerFirstName: `Anna`, CustomerLastName: `Jefferson`, CustomerAddress: `170 Main Street, Los Angeles, USA, 60097`, Salesperson: `Martin Black`, OrderID: 1619, OrderDate: `3/13/2022`, ProductID: 166, ProductName: `Mac Book Air`, UnitPrice: 27140.88, Quantity: 3, ExtendedPrice: 81422.64, Freight: 1480.88, Discontinued: false, Region: `North East`, Address: `170 Main Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 60097 }), + new InvoicesDataItem({ ShipName: `Black Townhouse`, ShipAddress: `198 Wall Street`, ShipCity: `New York`, ShipPostalCode: 90077, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1343, CustomerName: `Martin Black`, CustomerFirstName: `Martin`, CustomerLastName: `Black`, CustomerAddress: `198 Wall Street, New York, USA, 90077`, Salesperson: `James Smith`, OrderID: 1646, OrderDate: `9/2/2022`, ProductID: 122, ProductName: `Samsung Galaxy 22`, UnitPrice: 6160.87, Quantity: 3, ExtendedPrice: 18482.61, Freight: 1480.87, Discontinued: false, Region: `South East`, Address: `198 Wall Street`, City: `New York`, Country: `USA`, PostalCode: 90077 }), + new InvoicesDataItem({ ShipName: `Watson Estate`, ShipAddress: `193 Wall Street`, ShipCity: `New York`, ShipPostalCode: 60165, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1344, CustomerName: `Ben Watson`, CustomerFirstName: `Ben`, CustomerLastName: `Watson`, CustomerAddress: `193 Wall Street, New York, USA, 60165`, Salesperson: `Ben Madison`, OrderID: 1516, OrderDate: `4/20/2022`, ProductID: 113, ProductName: `IPhone`, UnitPrice: 22310.25, Quantity: 2, ExtendedPrice: 44620.5, Freight: 1740.25, Discontinued: false, Region: `North East`, Address: `193 Wall Street`, City: `New York`, Country: `USA`, PostalCode: 60165 }), + new InvoicesDataItem({ ShipName: `Jackson Market`, ShipAddress: `108 Wall Street`, ShipCity: `New York`, ShipPostalCode: 90123, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1345, CustomerName: `James Jackson`, CustomerFirstName: `James`, CustomerLastName: `Jackson`, CustomerAddress: `108 Wall Street, New York, USA, 90123`, Salesperson: `Mike Madison`, OrderID: 1356, OrderDate: `11/2/2022`, ProductID: 105, ProductName: `Mac Book Air`, UnitPrice: 16240.78, Quantity: 5, ExtendedPrice: 81203.9, Freight: 260.78, Discontinued: false, Region: `North East`, Address: `108 Wall Street`, City: `New York`, Country: `USA`, PostalCode: 90123 }), + new InvoicesDataItem({ ShipName: `Black Home`, ShipAddress: `173 Main Street`, ShipCity: `Miami`, ShipPostalCode: 60061, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1346, CustomerName: `Max Black`, CustomerFirstName: `Max`, CustomerLastName: `Black`, CustomerAddress: `173 Main Street, Miami, USA, 60061`, Salesperson: `Mike Jefferson`, OrderID: 1062, OrderDate: `3/5/2022`, ProductID: 101, ProductName: `Samsung Galaxy 22`, UnitPrice: 25540.71, Quantity: 5, ExtendedPrice: 127703.55, Freight: 2000.71, Discontinued: false, Region: `West`, Address: `173 Main Street`, City: `Miami`, Country: `USA`, PostalCode: 60061 }), + new InvoicesDataItem({ ShipName: `Black Home`, ShipAddress: `118 Wall Street`, ShipCity: `Los Angeles`, ShipPostalCode: 60178, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1347, CustomerName: `Nancy Black`, CustomerFirstName: `Nancy`, CustomerLastName: `Black`, CustomerAddress: `118 Wall Street, Los Angeles, USA, 60178`, Salesperson: `Max Madison`, OrderID: 1482, OrderDate: `8/24/2022`, ProductID: 105, ProductName: `IPhone`, UnitPrice: 17000.6, Quantity: 4, ExtendedPrice: 68002.4, Freight: 1390.6, Discontinued: false, Region: `West`, Address: `118 Wall Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 60178 }), + new InvoicesDataItem({ ShipName: `Jackson Townhouse`, ShipAddress: `134 Wall Street`, ShipCity: `New York`, ShipPostalCode: 60096, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1348, CustomerName: `Martin Jackson`, CustomerFirstName: `Martin`, CustomerLastName: `Jackson`, CustomerAddress: `134 Wall Street, New York, USA, 60096`, Salesperson: `Ben Madison`, OrderID: 1443, OrderDate: `7/1/2022`, ProductID: 105, ProductName: `Samsung Galaxy 22`, UnitPrice: 12670.46, Quantity: 2, ExtendedPrice: 25340.92, Freight: 1280.46, Discontinued: false, Region: `North East`, Address: `134 Wall Street`, City: `New York`, Country: `USA`, PostalCode: 60096 }), + new InvoicesDataItem({ ShipName: `Black Estate`, ShipAddress: `125 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 50134, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1349, CustomerName: `Ben Black`, CustomerFirstName: `Ben`, CustomerLastName: `Black`, CustomerAddress: `125 Market Street, Philadelphia, USA, 50134`, Salesperson: `Mike Watson`, OrderID: 1498, OrderDate: `1/17/2022`, ProductID: 194, ProductName: `IPhone`, UnitPrice: 23470.22, Quantity: 3, ExtendedPrice: 70410.66, Freight: 1370.22, Discontinued: true, Region: `South East`, Address: `125 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 50134 }), + new InvoicesDataItem({ ShipName: `Madison Home`, ShipAddress: `145 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 80099, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1350, CustomerName: `Mike Madison`, CustomerFirstName: `Mike`, CustomerLastName: `Madison`, CustomerAddress: `145 Market Street, Philadelphia, USA, 80099`, Salesperson: `Nancy Watson`, OrderID: 1002, OrderDate: `11/11/2022`, ProductID: 116, ProductName: `Mac Book Air`, UnitPrice: 17060.57, Quantity: 3, ExtendedPrice: 51181.71, Freight: 1800.57, Discontinued: false, Region: `West`, Address: `145 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 80099 }), + new InvoicesDataItem({ ShipName: `Watson Home`, ShipAddress: `130 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 70052, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1351, CustomerName: `Ben Watson`, CustomerFirstName: `Ben`, CustomerLastName: `Watson`, CustomerAddress: `130 Market Street, Philadelphia, USA, 70052`, Salesperson: `Pamela Watson`, OrderID: 1144, OrderDate: `10/15/2022`, ProductID: 168, ProductName: `IPhone`, UnitPrice: 13010.35, Quantity: 4, ExtendedPrice: 52041.4, Freight: 980.35, Discontinued: false, Region: `South East`, Address: `130 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 70052 }), + new InvoicesDataItem({ ShipName: `Black Market`, ShipAddress: `136 Wall Street`, ShipCity: `Miami`, ShipPostalCode: 60165, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1352, CustomerName: `Nancy Black`, CustomerFirstName: `Nancy`, CustomerLastName: `Black`, CustomerAddress: `136 Wall Street, Miami, USA, 60165`, Salesperson: `Mike Black`, OrderID: 1745, OrderDate: `4/9/2022`, ProductID: 119, ProductName: `Samsung Galaxy 22`, UnitPrice: 7900.53, Quantity: 4, ExtendedPrice: 31602.12, Freight: 1400.53, Discontinued: false, Region: `West`, Address: `136 Wall Street`, City: `Miami`, Country: `USA`, PostalCode: 60165 }), + new InvoicesDataItem({ ShipName: `Madison Townhouse`, ShipAddress: `190 Wall Street`, ShipCity: `Philadelphia`, ShipPostalCode: 60176, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1353, CustomerName: `Pamela Madison`, CustomerFirstName: `Pamela`, CustomerLastName: `Madison`, CustomerAddress: `190 Wall Street, Philadelphia, USA, 60176`, Salesperson: `Martin Smith`, OrderID: 1489, OrderDate: `3/25/2022`, ProductID: 113, ProductName: `Samsung Galaxy 22`, UnitPrice: 23420.42, Quantity: 4, ExtendedPrice: 93681.68, Freight: 1660.42, Discontinued: false, Region: `West`, Address: `190 Wall Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 60176 }), + new InvoicesDataItem({ ShipName: `Jackson Townhouse`, ShipAddress: `114 Main Street`, ShipCity: `Huston`, ShipPostalCode: 50060, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1354, CustomerName: `Mike Jackson`, CustomerFirstName: `Mike`, CustomerLastName: `Jackson`, CustomerAddress: `114 Main Street, Huston, USA, 50060`, Salesperson: `Nancy Jackson`, OrderID: 1302, OrderDate: `3/21/2022`, ProductID: 144, ProductName: `Mac Book Pro`, UnitPrice: 21240.71, Quantity: 5, ExtendedPrice: 106203.55, Freight: 1000.71, Discontinued: false, Region: `North East`, Address: `114 Main Street`, City: `Huston`, Country: `USA`, PostalCode: 50060 }), + new InvoicesDataItem({ ShipName: `Watson Townhouse`, ShipAddress: `130 Market Street`, ShipCity: `Huston`, ShipPostalCode: 90062, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1355, CustomerName: `Max Watson`, CustomerFirstName: `Max`, CustomerLastName: `Watson`, CustomerAddress: `130 Market Street, Huston, USA, 90062`, Salesperson: `Ben Jackson`, OrderID: 1901, OrderDate: `11/5/2022`, ProductID: 101, ProductName: `Samsung Galaxy 22`, UnitPrice: 17170.52, Quantity: 4, ExtendedPrice: 68682.08, Freight: 1600.52, Discontinued: false, Region: `South East`, Address: `130 Market Street`, City: `Huston`, Country: `USA`, PostalCode: 90062 }), + new InvoicesDataItem({ ShipName: `Watson Market`, ShipAddress: `160 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 50149, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1356, CustomerName: `Nancy Watson`, CustomerFirstName: `Nancy`, CustomerLastName: `Watson`, CustomerAddress: `160 Market Street, Philadelphia, USA, 50149`, Salesperson: `Ben Watson`, OrderID: 1331, OrderDate: `2/5/2022`, ProductID: 151, ProductName: `Mac Book Pro`, UnitPrice: 17650.73, Quantity: 4, ExtendedPrice: 70602.92, Freight: 1720.73, Discontinued: false, Region: `South East`, Address: `160 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 50149 }), + new InvoicesDataItem({ ShipName: `Black Townhouse`, ShipAddress: `130 Main Street`, ShipCity: `New York`, ShipPostalCode: 50184, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1357, CustomerName: `Anna Black`, CustomerFirstName: `Anna`, CustomerLastName: `Black`, CustomerAddress: `130 Main Street, New York, USA, 50184`, Salesperson: `Anna Watson`, OrderID: 1161, OrderDate: `5/18/2022`, ProductID: 185, ProductName: `Samsung Galaxy 22`, UnitPrice: 12920.84, Quantity: 3, ExtendedPrice: 38762.52, Freight: 780.84, Discontinued: false, Region: `South East`, Address: `130 Main Street`, City: `New York`, Country: `USA`, PostalCode: 50184 }), + new InvoicesDataItem({ ShipName: `Watson Townhouse`, ShipAddress: `120 Wall Street`, ShipCity: `New York`, ShipPostalCode: 90122, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1358, CustomerName: `Ben Watson`, CustomerFirstName: `Ben`, CustomerLastName: `Watson`, CustomerAddress: `120 Wall Street, New York, USA, 90122`, Salesperson: `Martin Madison`, OrderID: 1211, OrderDate: `11/13/2022`, ProductID: 136, ProductName: `IPad`, UnitPrice: 21380.5, Quantity: 4, ExtendedPrice: 85522, Freight: 1130.5, Discontinued: false, Region: `West`, Address: `120 Wall Street`, City: `New York`, Country: `USA`, PostalCode: 90122 }), + new InvoicesDataItem({ ShipName: `Madison Market`, ShipAddress: `108 Market Street`, ShipCity: `New York`, ShipPostalCode: 80106, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1359, CustomerName: `Pamela Madison`, CustomerFirstName: `Pamela`, CustomerLastName: `Madison`, CustomerAddress: `108 Market Street, New York, USA, 80106`, Salesperson: `Anna Watson`, OrderID: 1010, OrderDate: `3/15/2022`, ProductID: 198, ProductName: `Samsung Galaxy 22`, UnitPrice: 18060.46, Quantity: 4, ExtendedPrice: 72241.84, Freight: 330.46, Discontinued: true, Region: `North East`, Address: `108 Market Street`, City: `New York`, Country: `USA`, PostalCode: 80106 }), + new InvoicesDataItem({ ShipName: `Black Estate`, ShipAddress: `114 Market Street`, ShipCity: `Miami`, ShipPostalCode: 70117, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1360, CustomerName: `Nancy Black`, CustomerFirstName: `Nancy`, CustomerLastName: `Black`, CustomerAddress: `114 Market Street, Miami, USA, 70117`, Salesperson: `James Smith`, OrderID: 1001, OrderDate: `2/24/2022`, ProductID: 121, ProductName: `Mac Book Pro`, UnitPrice: 22020.55, Quantity: 5, ExtendedPrice: 110102.75, Freight: 1970.55, Discontinued: false, Region: `West`, Address: `114 Market Street`, City: `Miami`, Country: `USA`, PostalCode: 70117 }), + new InvoicesDataItem({ ShipName: `Jackson Home`, ShipAddress: `134 Main Street`, ShipCity: `Philadelphia`, ShipPostalCode: 50108, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1361, CustomerName: `Nancy Jackson`, CustomerFirstName: `Nancy`, CustomerLastName: `Jackson`, CustomerAddress: `134 Main Street, Philadelphia, USA, 50108`, Salesperson: `Max Jefferson`, OrderID: 1871, OrderDate: `3/1/2022`, ProductID: 114, ProductName: `Mac Book Air`, UnitPrice: 13010.27, Quantity: 5, ExtendedPrice: 65051.35, Freight: 1490.27, Discontinued: false, Region: `North East`, Address: `134 Main Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 50108 }), + new InvoicesDataItem({ ShipName: `Jefferson Townhouse`, ShipAddress: `138 Market Street`, ShipCity: `Huston`, ShipPostalCode: 90082, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1362, CustomerName: `Mike Jefferson`, CustomerFirstName: `Mike`, CustomerLastName: `Jefferson`, CustomerAddress: `138 Market Street, Huston, USA, 90082`, Salesperson: `Ben Watson`, OrderID: 1175, OrderDate: `4/11/2022`, ProductID: 159, ProductName: `Samsung Galaxy 22`, UnitPrice: 17660.27, Quantity: 5, ExtendedPrice: 88301.35, Freight: 1770.27, Discontinued: false, Region: `South East`, Address: `138 Market Street`, City: `Huston`, Country: `USA`, PostalCode: 90082 }), + new InvoicesDataItem({ ShipName: `Madison Market`, ShipAddress: `131 Main Street`, ShipCity: `Miami`, ShipPostalCode: 90189, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1363, CustomerName: `James Madison`, CustomerFirstName: `James`, CustomerLastName: `Madison`, CustomerAddress: `131 Main Street, Miami, USA, 90189`, Salesperson: `Nancy Madison`, OrderID: 1072, OrderDate: `2/14/2022`, ProductID: 169, ProductName: `Mac Book Air`, UnitPrice: 24150.8, Quantity: 4, ExtendedPrice: 96603.2, Freight: 1040.8, Discontinued: false, Region: `South East`, Address: `131 Main Street`, City: `Miami`, Country: `USA`, PostalCode: 90189 }), + new InvoicesDataItem({ ShipName: `Watson Townhouse`, ShipAddress: `133 Wall Street`, ShipCity: `Philadelphia`, ShipPostalCode: 90077, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1364, CustomerName: `Martin Watson`, CustomerFirstName: `Martin`, CustomerLastName: `Watson`, CustomerAddress: `133 Wall Street, Philadelphia, USA, 90077`, Salesperson: `Pamela Jackson`, OrderID: 1971, OrderDate: `10/16/2022`, ProductID: 108, ProductName: `Samsung Note`, UnitPrice: 18520.3, Quantity: 2, ExtendedPrice: 37040.6, Freight: 300.3, Discontinued: false, Region: `North East`, Address: `133 Wall Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 90077 }), + new InvoicesDataItem({ ShipName: `Smith Estate`, ShipAddress: `128 Market Street`, ShipCity: `Huston`, ShipPostalCode: 90109, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1365, CustomerName: `Pamela Smith`, CustomerFirstName: `Pamela`, CustomerLastName: `Smith`, CustomerAddress: `128 Market Street, Huston, USA, 90109`, Salesperson: `Nancy Jackson`, OrderID: 1024, OrderDate: `12/21/2022`, ProductID: 188, ProductName: `Samsung Note`, UnitPrice: 10040.29, Quantity: 4, ExtendedPrice: 40161.16, Freight: 1900.29, Discontinued: false, Region: `South East`, Address: `128 Market Street`, City: `Huston`, Country: `USA`, PostalCode: 90109 }), + new InvoicesDataItem({ ShipName: `Black Estate`, ShipAddress: `154 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 80119, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1366, CustomerName: `Nancy Black`, CustomerFirstName: `Nancy`, CustomerLastName: `Black`, CustomerAddress: `154 Market Street, Philadelphia, USA, 80119`, Salesperson: `Nancy Jackson`, OrderID: 1537, OrderDate: `6/24/2022`, ProductID: 161, ProductName: `IPhone`, UnitPrice: 20110.8, Quantity: 5, ExtendedPrice: 100554, Freight: 1990.8, Discontinued: false, Region: `South East`, Address: `154 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 80119 }), + new InvoicesDataItem({ ShipName: `Madison Townhouse`, ShipAddress: `156 Main Street`, ShipCity: `Miami`, ShipPostalCode: 50128, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1367, CustomerName: `Ben Madison`, CustomerFirstName: `Ben`, CustomerLastName: `Madison`, CustomerAddress: `156 Main Street, Miami, USA, 50128`, Salesperson: `Nancy Smith`, OrderID: 1289, OrderDate: `7/2/2022`, ProductID: 125, ProductName: `Samsung Galaxy 22`, UnitPrice: 18320.56, Quantity: 3, ExtendedPrice: 54961.68, Freight: 890.56, Discontinued: false, Region: `South East`, Address: `156 Main Street`, City: `Miami`, Country: `USA`, PostalCode: 50128 }), + new InvoicesDataItem({ ShipName: `Madison Home`, ShipAddress: `130 Main Street`, ShipCity: `Miami`, ShipPostalCode: 60146, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1368, CustomerName: `James Madison`, CustomerFirstName: `James`, CustomerLastName: `Madison`, CustomerAddress: `130 Main Street, Miami, USA, 60146`, Salesperson: `Nancy Jackson`, OrderID: 1451, OrderDate: `12/4/2022`, ProductID: 140, ProductName: `Samsung Galaxy 22`, UnitPrice: 6030.21, Quantity: 4, ExtendedPrice: 24120.84, Freight: 1930.21, Discontinued: false, Region: `North East`, Address: `130 Main Street`, City: `Miami`, Country: `USA`, PostalCode: 60146 }), + new InvoicesDataItem({ ShipName: `Watson Market`, ShipAddress: `159 Wall Street`, ShipCity: `New York`, ShipPostalCode: 70158, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1369, CustomerName: `Nancy Watson`, CustomerFirstName: `Nancy`, CustomerLastName: `Watson`, CustomerAddress: `159 Wall Street, New York, USA, 70158`, Salesperson: `Max Jefferson`, OrderID: 1056, OrderDate: `1/10/2022`, ProductID: 151, ProductName: `Mac Book Pro`, UnitPrice: 27710.33, Quantity: 3, ExtendedPrice: 83130.99, Freight: 300.33, Discontinued: true, Region: `South East`, Address: `159 Wall Street`, City: `New York`, Country: `USA`, PostalCode: 70158 }), + new InvoicesDataItem({ ShipName: `Smith Townhouse`, ShipAddress: `189 Wall Street`, ShipCity: `New York`, ShipPostalCode: 90186, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1370, CustomerName: `Pamela Smith`, CustomerFirstName: `Pamela`, CustomerLastName: `Smith`, CustomerAddress: `189 Wall Street, New York, USA, 90186`, Salesperson: `Anna Jefferson`, OrderID: 1611, OrderDate: `9/14/2022`, ProductID: 180, ProductName: `IPhone`, UnitPrice: 15940.65, Quantity: 4, ExtendedPrice: 63762.6, Freight: 1210.65, Discontinued: false, Region: `North East`, Address: `189 Wall Street`, City: `New York`, Country: `USA`, PostalCode: 90186 }), + new InvoicesDataItem({ ShipName: `Jefferson Estate`, ShipAddress: `190 Wall Street`, ShipCity: `Philadelphia`, ShipPostalCode: 50065, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1371, CustomerName: `Mike Jefferson`, CustomerFirstName: `Mike`, CustomerLastName: `Jefferson`, CustomerAddress: `190 Wall Street, Philadelphia, USA, 50065`, Salesperson: `Martin Watson`, OrderID: 1731, OrderDate: `2/7/2022`, ProductID: 103, ProductName: `Mac Book Pro`, UnitPrice: 21560.2, Quantity: 4, ExtendedPrice: 86240.8, Freight: 1880.2, Discontinued: false, Region: `South East`, Address: `190 Wall Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 50065 }), + new InvoicesDataItem({ ShipName: `Smith Home`, ShipAddress: `127 Market Street`, ShipCity: `Los Angeles`, ShipPostalCode: 80182, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1372, CustomerName: `Pamela Smith`, CustomerFirstName: `Pamela`, CustomerLastName: `Smith`, CustomerAddress: `127 Market Street, Los Angeles, USA, 80182`, Salesperson: `Ben Jefferson`, OrderID: 1156, OrderDate: `7/16/2022`, ProductID: 132, ProductName: `Samsung Galaxy 22`, UnitPrice: 15440.77, Quantity: 5, ExtendedPrice: 77203.85, Freight: 1730.77, Discontinued: false, Region: `West`, Address: `127 Market Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 80182 }), + new InvoicesDataItem({ ShipName: `Madison Estate`, ShipAddress: `150 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 50154, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1373, CustomerName: `Ben Madison`, CustomerFirstName: `Ben`, CustomerLastName: `Madison`, CustomerAddress: `150 Market Street, Philadelphia, USA, 50154`, Salesperson: `Max Jackson`, OrderID: 1592, OrderDate: `12/25/2022`, ProductID: 109, ProductName: `Mac Book Air`, UnitPrice: 25510.57, Quantity: 2, ExtendedPrice: 51021.14, Freight: 1350.57, Discontinued: false, Region: `North East`, Address: `150 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 50154 }), + new InvoicesDataItem({ ShipName: `Jackson Estate`, ShipAddress: `163 Market Street`, ShipCity: `Miami`, ShipPostalCode: 50149, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1374, CustomerName: `Max Jackson`, CustomerFirstName: `Max`, CustomerLastName: `Jackson`, CustomerAddress: `163 Market Street, Miami, USA, 50149`, Salesperson: `James Smith`, OrderID: 1504, OrderDate: `10/7/2022`, ProductID: 197, ProductName: `Mac Book Pro`, UnitPrice: 23590.87, Quantity: 5, ExtendedPrice: 117954.35, Freight: 460.87, Discontinued: false, Region: `South East`, Address: `163 Market Street`, City: `Miami`, Country: `USA`, PostalCode: 50149 }), + new InvoicesDataItem({ ShipName: `Smith Townhouse`, ShipAddress: `114 Wall Street`, ShipCity: `Philadelphia`, ShipPostalCode: 90131, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1375, CustomerName: `Pamela Smith`, CustomerFirstName: `Pamela`, CustomerLastName: `Smith`, CustomerAddress: `114 Wall Street, Philadelphia, USA, 90131`, Salesperson: `Nancy Jefferson`, OrderID: 1121, OrderDate: `11/25/2022`, ProductID: 148, ProductName: `Samsung Note`, UnitPrice: 13030.29, Quantity: 2, ExtendedPrice: 26060.58, Freight: 1140.29, Discontinued: false, Region: `South East`, Address: `114 Wall Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 90131 }), + new InvoicesDataItem({ ShipName: `Black Townhouse`, ShipAddress: `167 Market Street`, ShipCity: `Huston`, ShipPostalCode: 50058, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1376, CustomerName: `Nancy Black`, CustomerFirstName: `Nancy`, CustomerLastName: `Black`, CustomerAddress: `167 Market Street, Huston, USA, 50058`, Salesperson: `Martin Black`, OrderID: 1455, OrderDate: `8/6/2022`, ProductID: 196, ProductName: `IPhone`, UnitPrice: 13870.29, Quantity: 5, ExtendedPrice: 69351.45, Freight: 1080.29, Discontinued: false, Region: `West`, Address: `167 Market Street`, City: `Huston`, Country: `USA`, PostalCode: 50058 }), + new InvoicesDataItem({ ShipName: `Jackson Townhouse`, ShipAddress: `181 Market Street`, ShipCity: `Los Angeles`, ShipPostalCode: 80062, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1377, CustomerName: `Anna Jackson`, CustomerFirstName: `Anna`, CustomerLastName: `Jackson`, CustomerAddress: `181 Market Street, Los Angeles, USA, 80062`, Salesperson: `Anna Black`, OrderID: 1320, OrderDate: `1/15/2022`, ProductID: 109, ProductName: `Mac Book Pro`, UnitPrice: 10990.65, Quantity: 3, ExtendedPrice: 32971.95, Freight: 310.65, Discontinued: false, Region: `North East`, Address: `181 Market Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 80062 }), + new InvoicesDataItem({ ShipName: `Jackson Market`, ShipAddress: `113 Wall Street`, ShipCity: `Miami`, ShipPostalCode: 80140, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1378, CustomerName: `Pamela Jackson`, CustomerFirstName: `Pamela`, CustomerLastName: `Jackson`, CustomerAddress: `113 Wall Street, Miami, USA, 80140`, Salesperson: `Anna Jackson`, OrderID: 1936, OrderDate: `12/2/2022`, ProductID: 171, ProductName: `IPhone`, UnitPrice: 9550.78, Quantity: 4, ExtendedPrice: 38203.12, Freight: 1380.78, Discontinued: false, Region: `South East`, Address: `113 Wall Street`, City: `Miami`, Country: `USA`, PostalCode: 80140 }), + new InvoicesDataItem({ ShipName: `Madison Estate`, ShipAddress: `188 Wall Street`, ShipCity: `Los Angeles`, ShipPostalCode: 80072, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1379, CustomerName: `Anna Madison`, CustomerFirstName: `Anna`, CustomerLastName: `Madison`, CustomerAddress: `188 Wall Street, Los Angeles, USA, 80072`, Salesperson: `Nancy Watson`, OrderID: 1767, OrderDate: `10/23/2022`, ProductID: 130, ProductName: `IPhone`, UnitPrice: 21500.21, Quantity: 2, ExtendedPrice: 43000.42, Freight: 1680.21, Discontinued: true, Region: `South East`, Address: `188 Wall Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 80072 }), + new InvoicesDataItem({ ShipName: `Madison Home`, ShipAddress: `177 Market Street`, ShipCity: `Huston`, ShipPostalCode: 80160, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1380, CustomerName: `Anna Madison`, CustomerFirstName: `Anna`, CustomerLastName: `Madison`, CustomerAddress: `177 Market Street, Huston, USA, 80160`, Salesperson: `Max Jackson`, OrderID: 1118, OrderDate: `6/2/2022`, ProductID: 111, ProductName: `Mac Book Air`, UnitPrice: 20100.73, Quantity: 4, ExtendedPrice: 80402.92, Freight: 540.73, Discontinued: false, Region: `West`, Address: `177 Market Street`, City: `Huston`, Country: `USA`, PostalCode: 80160 }), + new InvoicesDataItem({ ShipName: `Jefferson Townhouse`, ShipAddress: `139 Wall Street`, ShipCity: `Miami`, ShipPostalCode: 80074, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1381, CustomerName: `Mike Jefferson`, CustomerFirstName: `Mike`, CustomerLastName: `Jefferson`, CustomerAddress: `139 Wall Street, Miami, USA, 80074`, Salesperson: `Nancy Madison`, OrderID: 1269, OrderDate: `6/12/2022`, ProductID: 192, ProductName: `Mac Book Air`, UnitPrice: 17200.34, Quantity: 4, ExtendedPrice: 68801.36, Freight: 1280.34, Discontinued: false, Region: `North East`, Address: `139 Wall Street`, City: `Miami`, Country: `USA`, PostalCode: 80074 }), + new InvoicesDataItem({ ShipName: `Madison Home`, ShipAddress: `115 Wall Street`, ShipCity: `Los Angeles`, ShipPostalCode: 90081, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1382, CustomerName: `Pamela Madison`, CustomerFirstName: `Pamela`, CustomerLastName: `Madison`, CustomerAddress: `115 Wall Street, Los Angeles, USA, 90081`, Salesperson: `James Jackson`, OrderID: 1587, OrderDate: `4/9/2022`, ProductID: 187, ProductName: `Samsung Note`, UnitPrice: 24670.86, Quantity: 2, ExtendedPrice: 49341.72, Freight: 1360.86, Discontinued: false, Region: `North East`, Address: `115 Wall Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 90081 }), + new InvoicesDataItem({ ShipName: `Jefferson Estate`, ShipAddress: `130 Wall Street`, ShipCity: `Miami`, ShipPostalCode: 50175, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1383, CustomerName: `Anna Jefferson`, CustomerFirstName: `Anna`, CustomerLastName: `Jefferson`, CustomerAddress: `130 Wall Street, Miami, USA, 50175`, Salesperson: `Mike Smith`, OrderID: 1632, OrderDate: `3/3/2022`, ProductID: 197, ProductName: `IPad`, UnitPrice: 9780.24, Quantity: 3, ExtendedPrice: 29340.72, Freight: 1420.24, Discontinued: false, Region: `West`, Address: `130 Wall Street`, City: `Miami`, Country: `USA`, PostalCode: 50175 }), + new InvoicesDataItem({ ShipName: `Black Estate`, ShipAddress: `110 Main Street`, ShipCity: `Philadelphia`, ShipPostalCode: 90171, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1384, CustomerName: `Max Black`, CustomerFirstName: `Max`, CustomerLastName: `Black`, CustomerAddress: `110 Main Street, Philadelphia, USA, 90171`, Salesperson: `Max Jefferson`, OrderID: 1400, OrderDate: `6/24/2022`, ProductID: 123, ProductName: `IPhone`, UnitPrice: 12010.77, Quantity: 2, ExtendedPrice: 24021.54, Freight: 560.77, Discontinued: false, Region: `North East`, Address: `110 Main Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 90171 }), + new InvoicesDataItem({ ShipName: `Black Market`, ShipAddress: `111 Market Street`, ShipCity: `Huston`, ShipPostalCode: 80086, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1385, CustomerName: `Mike Black`, CustomerFirstName: `Mike`, CustomerLastName: `Black`, CustomerAddress: `111 Market Street, Huston, USA, 80086`, Salesperson: `Ben Watson`, OrderID: 1040, OrderDate: `8/25/2022`, ProductID: 192, ProductName: `Samsung Note`, UnitPrice: 27920.64, Quantity: 5, ExtendedPrice: 139603.2, Freight: 250.64, Discontinued: false, Region: `South East`, Address: `111 Market Street`, City: `Huston`, Country: `USA`, PostalCode: 80086 }), + new InvoicesDataItem({ ShipName: `Black Townhouse`, ShipAddress: `132 Wall Street`, ShipCity: `Huston`, ShipPostalCode: 60121, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1386, CustomerName: `Mike Black`, CustomerFirstName: `Mike`, CustomerLastName: `Black`, CustomerAddress: `132 Wall Street, Huston, USA, 60121`, Salesperson: `Anna Watson`, OrderID: 1445, OrderDate: `6/12/2022`, ProductID: 139, ProductName: `IPhone`, UnitPrice: 17460.46, Quantity: 3, ExtendedPrice: 52381.38, Freight: 1060.46, Discontinued: false, Region: `South East`, Address: `132 Wall Street`, City: `Huston`, Country: `USA`, PostalCode: 60121 }), + new InvoicesDataItem({ ShipName: `Smith Townhouse`, ShipAddress: `150 Main Street`, ShipCity: `Philadelphia`, ShipPostalCode: 60127, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1387, CustomerName: `Ben Smith`, CustomerFirstName: `Ben`, CustomerLastName: `Smith`, CustomerAddress: `150 Main Street, Philadelphia, USA, 60127`, Salesperson: `Max Smith`, OrderID: 1803, OrderDate: `4/15/2022`, ProductID: 172, ProductName: `Mac Book Air`, UnitPrice: 17820.62, Quantity: 4, ExtendedPrice: 71282.48, Freight: 1150.62, Discontinued: false, Region: `West`, Address: `150 Main Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 60127 }), + new InvoicesDataItem({ ShipName: `Watson Estate`, ShipAddress: `173 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 50160, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1388, CustomerName: `Anna Watson`, CustomerFirstName: `Anna`, CustomerLastName: `Watson`, CustomerAddress: `173 Market Street, Philadelphia, USA, 50160`, Salesperson: `Nancy Jefferson`, OrderID: 1719, OrderDate: `4/23/2022`, ProductID: 134, ProductName: `IPhone`, UnitPrice: 22780.47, Quantity: 3, ExtendedPrice: 68341.41, Freight: 500.47, Discontinued: false, Region: `West`, Address: `173 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 50160 }), + new InvoicesDataItem({ ShipName: `Jefferson Townhouse`, ShipAddress: `120 Wall Street`, ShipCity: `Philadelphia`, ShipPostalCode: 60064, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1389, CustomerName: `Max Jefferson`, CustomerFirstName: `Max`, CustomerLastName: `Jefferson`, CustomerAddress: `120 Wall Street, Philadelphia, USA, 60064`, Salesperson: `Martin Jefferson`, OrderID: 1706, OrderDate: `5/15/2022`, ProductID: 151, ProductName: `Samsung Note`, UnitPrice: 16430.61, Quantity: 3, ExtendedPrice: 49291.83, Freight: 1650.61, Discontinued: true, Region: `West`, Address: `120 Wall Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 60064 }), + new InvoicesDataItem({ ShipName: `Jackson Market`, ShipAddress: `109 Main Street`, ShipCity: `Huston`, ShipPostalCode: 70200, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1390, CustomerName: `Ben Jackson`, CustomerFirstName: `Ben`, CustomerLastName: `Jackson`, CustomerAddress: `109 Main Street, Huston, USA, 70200`, Salesperson: `James Watson`, OrderID: 1318, OrderDate: `6/10/2022`, ProductID: 163, ProductName: `IPad`, UnitPrice: 26710.76, Quantity: 4, ExtendedPrice: 106843.04, Freight: 330.76, Discontinued: false, Region: `South East`, Address: `109 Main Street`, City: `Huston`, Country: `USA`, PostalCode: 70200 }), + new InvoicesDataItem({ ShipName: `Madison Townhouse`, ShipAddress: `161 Main Street`, ShipCity: `Huston`, ShipPostalCode: 60159, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1391, CustomerName: `Mike Madison`, CustomerFirstName: `Mike`, CustomerLastName: `Madison`, CustomerAddress: `161 Main Street, Huston, USA, 60159`, Salesperson: `Ben Smith`, OrderID: 1322, OrderDate: `6/3/2022`, ProductID: 170, ProductName: `IPad`, UnitPrice: 18660.7, Quantity: 4, ExtendedPrice: 74642.8, Freight: 1480.7, Discontinued: false, Region: `North East`, Address: `161 Main Street`, City: `Huston`, Country: `USA`, PostalCode: 60159 }), + new InvoicesDataItem({ ShipName: `Watson Estate`, ShipAddress: `194 Main Street`, ShipCity: `Los Angeles`, ShipPostalCode: 60148, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1392, CustomerName: `Ben Watson`, CustomerFirstName: `Ben`, CustomerLastName: `Watson`, CustomerAddress: `194 Main Street, Los Angeles, USA, 60148`, Salesperson: `Pamela Black`, OrderID: 1664, OrderDate: `9/11/2022`, ProductID: 131, ProductName: `Mac Book Pro`, UnitPrice: 16990.84, Quantity: 5, ExtendedPrice: 84954.2, Freight: 1870.84, Discontinued: false, Region: `West`, Address: `194 Main Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 60148 }), + new InvoicesDataItem({ ShipName: `Jefferson Estate`, ShipAddress: `191 Main Street`, ShipCity: `Los Angeles`, ShipPostalCode: 60148, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1393, CustomerName: `James Jefferson`, CustomerFirstName: `James`, CustomerLastName: `Jefferson`, CustomerAddress: `191 Main Street, Los Angeles, USA, 60148`, Salesperson: `Martin Jackson`, OrderID: 1995, OrderDate: `7/3/2022`, ProductID: 107, ProductName: `Mac Book Pro`, UnitPrice: 18490.66, Quantity: 2, ExtendedPrice: 36981.32, Freight: 690.66, Discontinued: false, Region: `West`, Address: `191 Main Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 60148 }), + new InvoicesDataItem({ ShipName: `Jefferson Estate`, ShipAddress: `129 Wall Street`, ShipCity: `Philadelphia`, ShipPostalCode: 80148, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1394, CustomerName: `Martin Jefferson`, CustomerFirstName: `Martin`, CustomerLastName: `Jefferson`, CustomerAddress: `129 Wall Street, Philadelphia, USA, 80148`, Salesperson: `Ben Jefferson`, OrderID: 1344, OrderDate: `10/13/2022`, ProductID: 168, ProductName: `IPhone`, UnitPrice: 5870.82, Quantity: 5, ExtendedPrice: 29354.1, Freight: 400.82, Discontinued: false, Region: `West`, Address: `129 Wall Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 80148 }), + new InvoicesDataItem({ ShipName: `Jefferson Estate`, ShipAddress: `148 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 70084, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1395, CustomerName: `Anna Jefferson`, CustomerFirstName: `Anna`, CustomerLastName: `Jefferson`, CustomerAddress: `148 Market Street, Philadelphia, USA, 70084`, Salesperson: `Martin Smith`, OrderID: 1602, OrderDate: `3/2/2022`, ProductID: 153, ProductName: `Samsung Note`, UnitPrice: 8490.68, Quantity: 3, ExtendedPrice: 25472.04, Freight: 1650.68, Discontinued: false, Region: `North East`, Address: `148 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 70084 }), + new InvoicesDataItem({ ShipName: `Black Home`, ShipAddress: `152 Wall Street`, ShipCity: `Miami`, ShipPostalCode: 90101, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1396, CustomerName: `Max Black`, CustomerFirstName: `Max`, CustomerLastName: `Black`, CustomerAddress: `152 Wall Street, Miami, USA, 90101`, Salesperson: `Ben Black`, OrderID: 1059, OrderDate: `4/12/2022`, ProductID: 164, ProductName: `Samsung Galaxy 22`, UnitPrice: 12460.5, Quantity: 3, ExtendedPrice: 37381.5, Freight: 280.5, Discontinued: false, Region: `North East`, Address: `152 Wall Street`, City: `Miami`, Country: `USA`, PostalCode: 90101 }), + new InvoicesDataItem({ ShipName: `Jackson Estate`, ShipAddress: `147 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 50200, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1397, CustomerName: `Nancy Jackson`, CustomerFirstName: `Nancy`, CustomerLastName: `Jackson`, CustomerAddress: `147 Market Street, Philadelphia, USA, 50200`, Salesperson: `Nancy Watson`, OrderID: 1159, OrderDate: `5/12/2022`, ProductID: 136, ProductName: `IPhone`, UnitPrice: 20790.46, Quantity: 4, ExtendedPrice: 83161.84, Freight: 780.46, Discontinued: false, Region: `North East`, Address: `147 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 50200 }), + new InvoicesDataItem({ ShipName: `Jackson Estate`, ShipAddress: `106 Main Street`, ShipCity: `Miami`, ShipPostalCode: 60064, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1398, CustomerName: `Max Jackson`, CustomerFirstName: `Max`, CustomerLastName: `Jackson`, CustomerAddress: `106 Main Street, Miami, USA, 60064`, Salesperson: `Nancy Watson`, OrderID: 1646, OrderDate: `2/13/2022`, ProductID: 143, ProductName: `IPad`, UnitPrice: 19180.29, Quantity: 4, ExtendedPrice: 76721.16, Freight: 1760.29, Discontinued: false, Region: `North East`, Address: `106 Main Street`, City: `Miami`, Country: `USA`, PostalCode: 60064 }), + new InvoicesDataItem({ ShipName: `Black Estate`, ShipAddress: `112 Main Street`, ShipCity: `Miami`, ShipPostalCode: 90118, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1399, CustomerName: `Nancy Black`, CustomerFirstName: `Nancy`, CustomerLastName: `Black`, CustomerAddress: `112 Main Street, Miami, USA, 90118`, Salesperson: `Martin Black`, OrderID: 1205, OrderDate: `9/24/2022`, ProductID: 109, ProductName: `IPad`, UnitPrice: 25950.86, Quantity: 4, ExtendedPrice: 103803.44, Freight: 1780.86, Discontinued: true, Region: `North East`, Address: `112 Main Street`, City: `Miami`, Country: `USA`, PostalCode: 90118 }), + new InvoicesDataItem({ ShipName: `Watson Market`, ShipAddress: `135 Main Street`, ShipCity: `Huston`, ShipPostalCode: 80177, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1400, CustomerName: `Mike Watson`, CustomerFirstName: `Mike`, CustomerLastName: `Watson`, CustomerAddress: `135 Main Street, Huston, USA, 80177`, Salesperson: `Max Madison`, OrderID: 1619, OrderDate: `7/15/2022`, ProductID: 174, ProductName: `Mac Book Pro`, UnitPrice: 24890.31, Quantity: 2, ExtendedPrice: 49780.62, Freight: 1540.31, Discontinued: false, Region: `West`, Address: `135 Main Street`, City: `Huston`, Country: `USA`, PostalCode: 80177 }), + new InvoicesDataItem({ ShipName: `Smith Home`, ShipAddress: `156 Main Street`, ShipCity: `Miami`, ShipPostalCode: 70110, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1401, CustomerName: `Max Smith`, CustomerFirstName: `Max`, CustomerLastName: `Smith`, CustomerAddress: `156 Main Street, Miami, USA, 70110`, Salesperson: `Anna Watson`, OrderID: 1160, OrderDate: `10/21/2022`, ProductID: 127, ProductName: `IPad`, UnitPrice: 18400.21, Quantity: 3, ExtendedPrice: 55200.63, Freight: 580.21, Discontinued: false, Region: `South East`, Address: `156 Main Street`, City: `Miami`, Country: `USA`, PostalCode: 70110 }), + new InvoicesDataItem({ ShipName: `Watson Home`, ShipAddress: `124 Wall Street`, ShipCity: `Los Angeles`, ShipPostalCode: 90077, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1402, CustomerName: `Max Watson`, CustomerFirstName: `Max`, CustomerLastName: `Watson`, CustomerAddress: `124 Wall Street, Los Angeles, USA, 90077`, Salesperson: `Ben Jefferson`, OrderID: 1017, OrderDate: `7/21/2022`, ProductID: 160, ProductName: `Samsung Note`, UnitPrice: 15430.8, Quantity: 5, ExtendedPrice: 77154, Freight: 1660.8, Discontinued: false, Region: `North East`, Address: `124 Wall Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 90077 }), + new InvoicesDataItem({ ShipName: `Black Townhouse`, ShipAddress: `144 Market Street`, ShipCity: `New York`, ShipPostalCode: 50110, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1403, CustomerName: `Anna Black`, CustomerFirstName: `Anna`, CustomerLastName: `Black`, CustomerAddress: `144 Market Street, New York, USA, 50110`, Salesperson: `James Jefferson`, OrderID: 1990, OrderDate: `5/17/2022`, ProductID: 112, ProductName: `IPhone`, UnitPrice: 20040.37, Quantity: 3, ExtendedPrice: 60121.11, Freight: 1710.37, Discontinued: false, Region: `South East`, Address: `144 Market Street`, City: `New York`, Country: `USA`, PostalCode: 50110 }), + new InvoicesDataItem({ ShipName: `Smith Market`, ShipAddress: `105 Main Street`, ShipCity: `Miami`, ShipPostalCode: 80117, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1404, CustomerName: `James Smith`, CustomerFirstName: `James`, CustomerLastName: `Smith`, CustomerAddress: `105 Main Street, Miami, USA, 80117`, Salesperson: `Max Watson`, OrderID: 1002, OrderDate: `10/25/2022`, ProductID: 119, ProductName: `Samsung Galaxy 22`, UnitPrice: 28760.88, Quantity: 5, ExtendedPrice: 143804.4, Freight: 1220.88, Discontinued: false, Region: `West`, Address: `105 Main Street`, City: `Miami`, Country: `USA`, PostalCode: 80117 }), + new InvoicesDataItem({ ShipName: `Madison Home`, ShipAddress: `142 Main Street`, ShipCity: `Los Angeles`, ShipPostalCode: 90124, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1405, CustomerName: `Anna Madison`, CustomerFirstName: `Anna`, CustomerLastName: `Madison`, CustomerAddress: `142 Main Street, Los Angeles, USA, 90124`, Salesperson: `James Madison`, OrderID: 1433, OrderDate: `7/22/2022`, ProductID: 158, ProductName: `Mac Book Pro`, UnitPrice: 17750.64, Quantity: 5, ExtendedPrice: 88753.2, Freight: 1300.64, Discontinued: false, Region: `West`, Address: `142 Main Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 90124 }), + new InvoicesDataItem({ ShipName: `Watson Townhouse`, ShipAddress: `141 Market Street`, ShipCity: `Huston`, ShipPostalCode: 50115, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1406, CustomerName: `Max Watson`, CustomerFirstName: `Max`, CustomerLastName: `Watson`, CustomerAddress: `141 Market Street, Huston, USA, 50115`, Salesperson: `Anna Watson`, OrderID: 1195, OrderDate: `8/12/2022`, ProductID: 124, ProductName: `Mac Book Pro`, UnitPrice: 22040.48, Quantity: 2, ExtendedPrice: 44080.96, Freight: 1260.48, Discontinued: false, Region: `North East`, Address: `141 Market Street`, City: `Huston`, Country: `USA`, PostalCode: 50115 }), + new InvoicesDataItem({ ShipName: `Jefferson Estate`, ShipAddress: `145 Main Street`, ShipCity: `Los Angeles`, ShipPostalCode: 70160, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1407, CustomerName: `Mike Jefferson`, CustomerFirstName: `Mike`, CustomerLastName: `Jefferson`, CustomerAddress: `145 Main Street, Los Angeles, USA, 70160`, Salesperson: `Max Watson`, OrderID: 1486, OrderDate: `1/13/2022`, ProductID: 103, ProductName: `Mac Book Air`, UnitPrice: 29480.67, Quantity: 3, ExtendedPrice: 88442.01, Freight: 1810.67, Discontinued: false, Region: `North East`, Address: `145 Main Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 70160 }), + new InvoicesDataItem({ ShipName: `Black Market`, ShipAddress: `106 Main Street`, ShipCity: `Los Angeles`, ShipPostalCode: 80149, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1408, CustomerName: `Ben Black`, CustomerFirstName: `Ben`, CustomerLastName: `Black`, CustomerAddress: `106 Main Street, Los Angeles, USA, 80149`, Salesperson: `James Smith`, OrderID: 1646, OrderDate: `9/4/2022`, ProductID: 191, ProductName: `Mac Book Pro`, UnitPrice: 5890.71, Quantity: 5, ExtendedPrice: 29453.55, Freight: 670.71, Discontinued: false, Region: `North East`, Address: `106 Main Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 80149 }), + new InvoicesDataItem({ ShipName: `Madison Estate`, ShipAddress: `171 Market Street`, ShipCity: `Los Angeles`, ShipPostalCode: 60182, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1409, CustomerName: `Anna Madison`, CustomerFirstName: `Anna`, CustomerLastName: `Madison`, CustomerAddress: `171 Market Street, Los Angeles, USA, 60182`, Salesperson: `James Smith`, OrderID: 1839, OrderDate: `12/12/2022`, ProductID: 120, ProductName: `IPhone`, UnitPrice: 17510.64, Quantity: 5, ExtendedPrice: 87553.2, Freight: 1150.64, Discontinued: true, Region: `West`, Address: `171 Market Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 60182 }), + new InvoicesDataItem({ ShipName: `Jefferson Home`, ShipAddress: `195 Market Street`, ShipCity: `Los Angeles`, ShipPostalCode: 60122, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1410, CustomerName: `Ben Jefferson`, CustomerFirstName: `Ben`, CustomerLastName: `Jefferson`, CustomerAddress: `195 Market Street, Los Angeles, USA, 60122`, Salesperson: `Martin Madison`, OrderID: 1925, OrderDate: `1/22/2022`, ProductID: 164, ProductName: `Mac Book Pro`, UnitPrice: 12920.58, Quantity: 2, ExtendedPrice: 25841.16, Freight: 690.58, Discontinued: false, Region: `West`, Address: `195 Market Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 60122 }), + new InvoicesDataItem({ ShipName: `Black Home`, ShipAddress: `137 Wall Street`, ShipCity: `Miami`, ShipPostalCode: 70152, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1411, CustomerName: `James Black`, CustomerFirstName: `James`, CustomerLastName: `Black`, CustomerAddress: `137 Wall Street, Miami, USA, 70152`, Salesperson: `Anna Jackson`, OrderID: 1055, OrderDate: `12/9/2022`, ProductID: 198, ProductName: `IPad`, UnitPrice: 9640.43, Quantity: 4, ExtendedPrice: 38561.72, Freight: 1930.43, Discontinued: false, Region: `North East`, Address: `137 Wall Street`, City: `Miami`, Country: `USA`, PostalCode: 70152 }), + new InvoicesDataItem({ ShipName: `Smith Estate`, ShipAddress: `129 Wall Street`, ShipCity: `Miami`, ShipPostalCode: 50177, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1412, CustomerName: `Anna Smith`, CustomerFirstName: `Anna`, CustomerLastName: `Smith`, CustomerAddress: `129 Wall Street, Miami, USA, 50177`, Salesperson: `Martin Smith`, OrderID: 1845, OrderDate: `10/21/2022`, ProductID: 142, ProductName: `IPad`, UnitPrice: 16040.31, Quantity: 3, ExtendedPrice: 48120.93, Freight: 1050.31, Discontinued: false, Region: `West`, Address: `129 Wall Street`, City: `Miami`, Country: `USA`, PostalCode: 50177 }), + new InvoicesDataItem({ ShipName: `Black Estate`, ShipAddress: `174 Main Street`, ShipCity: `Huston`, ShipPostalCode: 90080, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1413, CustomerName: `Mike Black`, CustomerFirstName: `Mike`, CustomerLastName: `Black`, CustomerAddress: `174 Main Street, Huston, USA, 90080`, Salesperson: `Nancy Jefferson`, OrderID: 1560, OrderDate: `6/23/2022`, ProductID: 110, ProductName: `Mac Book Pro`, UnitPrice: 25850.87, Quantity: 4, ExtendedPrice: 103403.48, Freight: 940.87, Discontinued: false, Region: `West`, Address: `174 Main Street`, City: `Huston`, Country: `USA`, PostalCode: 90080 }), + new InvoicesDataItem({ ShipName: `Jackson Market`, ShipAddress: `139 Market Street`, ShipCity: `New York`, ShipPostalCode: 60178, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1414, CustomerName: `Nancy Jackson`, CustomerFirstName: `Nancy`, CustomerLastName: `Jackson`, CustomerAddress: `139 Market Street, New York, USA, 60178`, Salesperson: `Pamela Jefferson`, OrderID: 1102, OrderDate: `2/18/2022`, ProductID: 154, ProductName: `Mac Book Air`, UnitPrice: 13210.48, Quantity: 4, ExtendedPrice: 52841.92, Freight: 960.48, Discontinued: false, Region: `South East`, Address: `139 Market Street`, City: `New York`, Country: `USA`, PostalCode: 60178 }), + new InvoicesDataItem({ ShipName: `Madison Home`, ShipAddress: `127 Wall Street`, ShipCity: `Los Angeles`, ShipPostalCode: 60192, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1415, CustomerName: `Max Madison`, CustomerFirstName: `Max`, CustomerLastName: `Madison`, CustomerAddress: `127 Wall Street, Los Angeles, USA, 60192`, Salesperson: `Ben Smith`, OrderID: 1570, OrderDate: `5/19/2022`, ProductID: 105, ProductName: `Samsung Note`, UnitPrice: 24890.59, Quantity: 5, ExtendedPrice: 124452.95, Freight: 1860.59, Discontinued: false, Region: `West`, Address: `127 Wall Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 60192 }), + new InvoicesDataItem({ ShipName: `Watson Market`, ShipAddress: `186 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 90145, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1416, CustomerName: `Max Watson`, CustomerFirstName: `Max`, CustomerLastName: `Watson`, CustomerAddress: `186 Market Street, Philadelphia, USA, 90145`, Salesperson: `Mike Jefferson`, OrderID: 1872, OrderDate: `11/18/2022`, ProductID: 165, ProductName: `IPhone`, UnitPrice: 19720.85, Quantity: 2, ExtendedPrice: 39441.7, Freight: 690.85, Discontinued: false, Region: `South East`, Address: `186 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 90145 }), + new InvoicesDataItem({ ShipName: `Jackson Estate`, ShipAddress: `198 Main Street`, ShipCity: `Philadelphia`, ShipPostalCode: 70160, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1417, CustomerName: `Anna Jackson`, CustomerFirstName: `Anna`, CustomerLastName: `Jackson`, CustomerAddress: `198 Main Street, Philadelphia, USA, 70160`, Salesperson: `Martin Madison`, OrderID: 1155, OrderDate: `11/1/2022`, ProductID: 138, ProductName: `IPhone`, UnitPrice: 12260.46, Quantity: 2, ExtendedPrice: 24520.92, Freight: 1680.46, Discontinued: false, Region: `West`, Address: `198 Main Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 70160 }), + new InvoicesDataItem({ ShipName: `Jefferson Townhouse`, ShipAddress: `110 Main Street`, ShipCity: `New York`, ShipPostalCode: 80119, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1418, CustomerName: `Ben Jefferson`, CustomerFirstName: `Ben`, CustomerLastName: `Jefferson`, CustomerAddress: `110 Main Street, New York, USA, 80119`, Salesperson: `Anna Black`, OrderID: 1600, OrderDate: `8/12/2022`, ProductID: 118, ProductName: `Mac Book Air`, UnitPrice: 9840.45, Quantity: 4, ExtendedPrice: 39361.8, Freight: 1410.45, Discontinued: false, Region: `South East`, Address: `110 Main Street`, City: `New York`, Country: `USA`, PostalCode: 80119 }), + new InvoicesDataItem({ ShipName: `Madison Market`, ShipAddress: `187 Main Street`, ShipCity: `Los Angeles`, ShipPostalCode: 50082, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1419, CustomerName: `Ben Madison`, CustomerFirstName: `Ben`, CustomerLastName: `Madison`, CustomerAddress: `187 Main Street, Los Angeles, USA, 50082`, Salesperson: `Pamela Watson`, OrderID: 1451, OrderDate: `12/10/2022`, ProductID: 144, ProductName: `Samsung Galaxy 22`, UnitPrice: 25180.7, Quantity: 2, ExtendedPrice: 50361.4, Freight: 560.7, Discontinued: true, Region: `North East`, Address: `187 Main Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 50082 }), + new InvoicesDataItem({ ShipName: `Jackson Townhouse`, ShipAddress: `121 Main Street`, ShipCity: `Miami`, ShipPostalCode: 60178, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1420, CustomerName: `Mike Jackson`, CustomerFirstName: `Mike`, CustomerLastName: `Jackson`, CustomerAddress: `121 Main Street, Miami, USA, 60178`, Salesperson: `Ben Jackson`, OrderID: 1294, OrderDate: `2/18/2022`, ProductID: 168, ProductName: `Samsung Galaxy 22`, UnitPrice: 18670.31, Quantity: 5, ExtendedPrice: 93351.55, Freight: 1410.31, Discontinued: false, Region: `West`, Address: `121 Main Street`, City: `Miami`, Country: `USA`, PostalCode: 60178 }), + new InvoicesDataItem({ ShipName: `Smith Home`, ShipAddress: `185 Wall Street`, ShipCity: `New York`, ShipPostalCode: 50177, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1421, CustomerName: `Anna Smith`, CustomerFirstName: `Anna`, CustomerLastName: `Smith`, CustomerAddress: `185 Wall Street, New York, USA, 50177`, Salesperson: `James Watson`, OrderID: 1095, OrderDate: `6/16/2022`, ProductID: 182, ProductName: `Samsung Note`, UnitPrice: 10450.44, Quantity: 5, ExtendedPrice: 52252.2, Freight: 1030.44, Discontinued: false, Region: `West`, Address: `185 Wall Street`, City: `New York`, Country: `USA`, PostalCode: 50177 }), + new InvoicesDataItem({ ShipName: `Watson Market`, ShipAddress: `177 Market Street`, ShipCity: `New York`, ShipPostalCode: 90081, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1422, CustomerName: `Max Watson`, CustomerFirstName: `Max`, CustomerLastName: `Watson`, CustomerAddress: `177 Market Street, New York, USA, 90081`, Salesperson: `Pamela Smith`, OrderID: 1333, OrderDate: `5/21/2022`, ProductID: 159, ProductName: `Mac Book Air`, UnitPrice: 23900.49, Quantity: 5, ExtendedPrice: 119502.45, Freight: 1700.49, Discontinued: false, Region: `South East`, Address: `177 Market Street`, City: `New York`, Country: `USA`, PostalCode: 90081 }), + new InvoicesDataItem({ ShipName: `Watson Home`, ShipAddress: `106 Market Street`, ShipCity: `Miami`, ShipPostalCode: 70099, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1423, CustomerName: `Anna Watson`, CustomerFirstName: `Anna`, CustomerLastName: `Watson`, CustomerAddress: `106 Market Street, Miami, USA, 70099`, Salesperson: `Pamela Jackson`, OrderID: 1147, OrderDate: `6/13/2022`, ProductID: 174, ProductName: `Mac Book Pro`, UnitPrice: 29460.63, Quantity: 2, ExtendedPrice: 58921.26, Freight: 1280.63, Discontinued: false, Region: `North East`, Address: `106 Market Street`, City: `Miami`, Country: `USA`, PostalCode: 70099 }), + new InvoicesDataItem({ ShipName: `Madison Townhouse`, ShipAddress: `179 Main Street`, ShipCity: `Philadelphia`, ShipPostalCode: 80150, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1424, CustomerName: `Martin Madison`, CustomerFirstName: `Martin`, CustomerLastName: `Madison`, CustomerAddress: `179 Main Street, Philadelphia, USA, 80150`, Salesperson: `James Jefferson`, OrderID: 1595, OrderDate: `7/19/2022`, ProductID: 183, ProductName: `Samsung Galaxy 22`, UnitPrice: 19060.64, Quantity: 5, ExtendedPrice: 95303.2, Freight: 980.64, Discontinued: false, Region: `North East`, Address: `179 Main Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 80150 }), + new InvoicesDataItem({ ShipName: `Watson Home`, ShipAddress: `142 Main Street`, ShipCity: `Huston`, ShipPostalCode: 90100, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1425, CustomerName: `Max Watson`, CustomerFirstName: `Max`, CustomerLastName: `Watson`, CustomerAddress: `142 Main Street, Huston, USA, 90100`, Salesperson: `Martin Black`, OrderID: 1061, OrderDate: `4/4/2022`, ProductID: 118, ProductName: `IPad`, UnitPrice: 17400.83, Quantity: 2, ExtendedPrice: 34801.66, Freight: 370.83, Discontinued: false, Region: `North East`, Address: `142 Main Street`, City: `Huston`, Country: `USA`, PostalCode: 90100 }), + new InvoicesDataItem({ ShipName: `Watson Townhouse`, ShipAddress: `189 Main Street`, ShipCity: `Philadelphia`, ShipPostalCode: 90144, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1426, CustomerName: `Max Watson`, CustomerFirstName: `Max`, CustomerLastName: `Watson`, CustomerAddress: `189 Main Street, Philadelphia, USA, 90144`, Salesperson: `Martin Smith`, OrderID: 1114, OrderDate: `2/13/2022`, ProductID: 146, ProductName: `Samsung Galaxy 22`, UnitPrice: 16860.57, Quantity: 5, ExtendedPrice: 84302.85, Freight: 1050.57, Discontinued: false, Region: `North East`, Address: `189 Main Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 90144 }), + new InvoicesDataItem({ ShipName: `Madison Estate`, ShipAddress: `130 Wall Street`, ShipCity: `New York`, ShipPostalCode: 90175, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1427, CustomerName: `Pamela Madison`, CustomerFirstName: `Pamela`, CustomerLastName: `Madison`, CustomerAddress: `130 Wall Street, New York, USA, 90175`, Salesperson: `Nancy Black`, OrderID: 1716, OrderDate: `11/6/2022`, ProductID: 157, ProductName: `IPad`, UnitPrice: 19570.85, Quantity: 3, ExtendedPrice: 58712.55, Freight: 1620.85, Discontinued: false, Region: `North East`, Address: `130 Wall Street`, City: `New York`, Country: `USA`, PostalCode: 90175 }), + new InvoicesDataItem({ ShipName: `Smith Market`, ShipAddress: `144 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 80153, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1428, CustomerName: `Anna Smith`, CustomerFirstName: `Anna`, CustomerLastName: `Smith`, CustomerAddress: `144 Market Street, Philadelphia, USA, 80153`, Salesperson: `Mike Smith`, OrderID: 1523, OrderDate: `8/5/2022`, ProductID: 139, ProductName: `Samsung Galaxy 22`, UnitPrice: 5100.26, Quantity: 3, ExtendedPrice: 15300.78, Freight: 1630.26, Discontinued: false, Region: `North East`, Address: `144 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 80153 }), + new InvoicesDataItem({ ShipName: `Smith Home`, ShipAddress: `175 Wall Street`, ShipCity: `New York`, ShipPostalCode: 50150, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1429, CustomerName: `James Smith`, CustomerFirstName: `James`, CustomerLastName: `Smith`, CustomerAddress: `175 Wall Street, New York, USA, 50150`, Salesperson: `James Jefferson`, OrderID: 1027, OrderDate: `12/7/2022`, ProductID: 151, ProductName: `IPad`, UnitPrice: 18940.75, Quantity: 4, ExtendedPrice: 75763, Freight: 1130.75, Discontinued: true, Region: `North East`, Address: `175 Wall Street`, City: `New York`, Country: `USA`, PostalCode: 50150 }), + new InvoicesDataItem({ ShipName: `Smith Home`, ShipAddress: `152 Wall Street`, ShipCity: `New York`, ShipPostalCode: 70091, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1430, CustomerName: `Max Smith`, CustomerFirstName: `Max`, CustomerLastName: `Smith`, CustomerAddress: `152 Wall Street, New York, USA, 70091`, Salesperson: `Ben Smith`, OrderID: 1626, OrderDate: `1/1/2022`, ProductID: 145, ProductName: `IPhone`, UnitPrice: 29800.74, Quantity: 4, ExtendedPrice: 119202.96, Freight: 1440.74, Discontinued: false, Region: `West`, Address: `152 Wall Street`, City: `New York`, Country: `USA`, PostalCode: 70091 }), + new InvoicesDataItem({ ShipName: `Jackson Market`, ShipAddress: `127 Main Street`, ShipCity: `Miami`, ShipPostalCode: 90099, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1431, CustomerName: `Martin Jackson`, CustomerFirstName: `Martin`, CustomerLastName: `Jackson`, CustomerAddress: `127 Main Street, Miami, USA, 90099`, Salesperson: `Anna Smith`, OrderID: 1789, OrderDate: `10/15/2022`, ProductID: 139, ProductName: `Mac Book Air`, UnitPrice: 16220.23, Quantity: 2, ExtendedPrice: 32440.46, Freight: 1170.23, Discontinued: false, Region: `West`, Address: `127 Main Street`, City: `Miami`, Country: `USA`, PostalCode: 90099 }), + new InvoicesDataItem({ ShipName: `Jefferson Home`, ShipAddress: `157 Wall Street`, ShipCity: `Huston`, ShipPostalCode: 70162, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1432, CustomerName: `Mike Jefferson`, CustomerFirstName: `Mike`, CustomerLastName: `Jefferson`, CustomerAddress: `157 Wall Street, Huston, USA, 70162`, Salesperson: `Martin Madison`, OrderID: 1622, OrderDate: `6/6/2022`, ProductID: 133, ProductName: `Samsung Note`, UnitPrice: 7410.73, Quantity: 4, ExtendedPrice: 29642.92, Freight: 1660.73, Discontinued: false, Region: `South East`, Address: `157 Wall Street`, City: `Huston`, Country: `USA`, PostalCode: 70162 }), + new InvoicesDataItem({ ShipName: `Smith Home`, ShipAddress: `159 Market Street`, ShipCity: `New York`, ShipPostalCode: 50198, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1433, CustomerName: `Mike Smith`, CustomerFirstName: `Mike`, CustomerLastName: `Smith`, CustomerAddress: `159 Market Street, New York, USA, 50198`, Salesperson: `Mike Smith`, OrderID: 1961, OrderDate: `9/7/2022`, ProductID: 120, ProductName: `Mac Book Pro`, UnitPrice: 9150.59, Quantity: 3, ExtendedPrice: 27451.77, Freight: 550.59, Discontinued: false, Region: `South East`, Address: `159 Market Street`, City: `New York`, Country: `USA`, PostalCode: 50198 }), + new InvoicesDataItem({ ShipName: `Jackson Estate`, ShipAddress: `109 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 60160, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1434, CustomerName: `Ben Jackson`, CustomerFirstName: `Ben`, CustomerLastName: `Jackson`, CustomerAddress: `109 Market Street, Philadelphia, USA, 60160`, Salesperson: `Mike Madison`, OrderID: 1868, OrderDate: `2/5/2022`, ProductID: 131, ProductName: `Samsung Galaxy 22`, UnitPrice: 20400.46, Quantity: 2, ExtendedPrice: 40800.92, Freight: 1640.46, Discontinued: false, Region: `South East`, Address: `109 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 60160 }), + new InvoicesDataItem({ ShipName: `Madison Estate`, ShipAddress: `138 Wall Street`, ShipCity: `Philadelphia`, ShipPostalCode: 80164, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1435, CustomerName: `Max Madison`, CustomerFirstName: `Max`, CustomerLastName: `Madison`, CustomerAddress: `138 Wall Street, Philadelphia, USA, 80164`, Salesperson: `Mike Smith`, OrderID: 1223, OrderDate: `7/4/2022`, ProductID: 199, ProductName: `Samsung Note`, UnitPrice: 23980.42, Quantity: 5, ExtendedPrice: 119902.1, Freight: 410.42, Discontinued: false, Region: `West`, Address: `138 Wall Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 80164 }), + new InvoicesDataItem({ ShipName: `Jackson Townhouse`, ShipAddress: `164 Main Street`, ShipCity: `New York`, ShipPostalCode: 90183, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1436, CustomerName: `Pamela Jackson`, CustomerFirstName: `Pamela`, CustomerLastName: `Jackson`, CustomerAddress: `164 Main Street, New York, USA, 90183`, Salesperson: `James Watson`, OrderID: 1766, OrderDate: `7/14/2022`, ProductID: 160, ProductName: `Samsung Note`, UnitPrice: 12280.79, Quantity: 2, ExtendedPrice: 24561.58, Freight: 1140.79, Discontinued: false, Region: `West`, Address: `164 Main Street`, City: `New York`, Country: `USA`, PostalCode: 90183 }), + new InvoicesDataItem({ ShipName: `Jefferson Estate`, ShipAddress: `187 Main Street`, ShipCity: `New York`, ShipPostalCode: 80053, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1437, CustomerName: `Nancy Jefferson`, CustomerFirstName: `Nancy`, CustomerLastName: `Jefferson`, CustomerAddress: `187 Main Street, New York, USA, 80053`, Salesperson: `Martin Watson`, OrderID: 1602, OrderDate: `12/25/2022`, ProductID: 112, ProductName: `Samsung Galaxy 22`, UnitPrice: 14860.39, Quantity: 5, ExtendedPrice: 74301.95, Freight: 1920.39, Discontinued: false, Region: `West`, Address: `187 Main Street`, City: `New York`, Country: `USA`, PostalCode: 80053 }), + new InvoicesDataItem({ ShipName: `Black Market`, ShipAddress: `197 Wall Street`, ShipCity: `Miami`, ShipPostalCode: 50076, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1438, CustomerName: `Max Black`, CustomerFirstName: `Max`, CustomerLastName: `Black`, CustomerAddress: `197 Wall Street, Miami, USA, 50076`, Salesperson: `James Jefferson`, OrderID: 1281, OrderDate: `3/18/2022`, ProductID: 102, ProductName: `Samsung Galaxy 22`, UnitPrice: 11120.87, Quantity: 2, ExtendedPrice: 22241.74, Freight: 720.87, Discontinued: false, Region: `North East`, Address: `197 Wall Street`, City: `Miami`, Country: `USA`, PostalCode: 50076 }), + new InvoicesDataItem({ ShipName: `Watson Market`, ShipAddress: `127 Market Street`, ShipCity: `Los Angeles`, ShipPostalCode: 90067, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1439, CustomerName: `James Watson`, CustomerFirstName: `James`, CustomerLastName: `Watson`, CustomerAddress: `127 Market Street, Los Angeles, USA, 90067`, Salesperson: `James Madison`, OrderID: 1736, OrderDate: `2/4/2022`, ProductID: 172, ProductName: `IPad`, UnitPrice: 20090.62, Quantity: 4, ExtendedPrice: 80362.48, Freight: 630.62, Discontinued: true, Region: `West`, Address: `127 Market Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 90067 }), + new InvoicesDataItem({ ShipName: `Black Market`, ShipAddress: `150 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 90161, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1440, CustomerName: `Max Black`, CustomerFirstName: `Max`, CustomerLastName: `Black`, CustomerAddress: `150 Market Street, Philadelphia, USA, 90161`, Salesperson: `Anna Watson`, OrderID: 1683, OrderDate: `5/15/2022`, ProductID: 192, ProductName: `Mac Book Air`, UnitPrice: 7270.76, Quantity: 3, ExtendedPrice: 21812.28, Freight: 1880.76, Discontinued: false, Region: `West`, Address: `150 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 90161 }), + new InvoicesDataItem({ ShipName: `Watson Townhouse`, ShipAddress: `128 Market Street`, ShipCity: `Huston`, ShipPostalCode: 70131, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1441, CustomerName: `Pamela Watson`, CustomerFirstName: `Pamela`, CustomerLastName: `Watson`, CustomerAddress: `128 Market Street, Huston, USA, 70131`, Salesperson: `Ben Smith`, OrderID: 1652, OrderDate: `11/16/2022`, ProductID: 107, ProductName: `Samsung Note`, UnitPrice: 23290.38, Quantity: 2, ExtendedPrice: 46580.76, Freight: 400.38, Discontinued: false, Region: `West`, Address: `128 Market Street`, City: `Huston`, Country: `USA`, PostalCode: 70131 }), + new InvoicesDataItem({ ShipName: `Watson Home`, ShipAddress: `151 Wall Street`, ShipCity: `Miami`, ShipPostalCode: 70185, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1442, CustomerName: `Max Watson`, CustomerFirstName: `Max`, CustomerLastName: `Watson`, CustomerAddress: `151 Wall Street, Miami, USA, 70185`, Salesperson: `Nancy Black`, OrderID: 1385, OrderDate: `6/12/2022`, ProductID: 110, ProductName: `Mac Book Pro`, UnitPrice: 14390.77, Quantity: 2, ExtendedPrice: 28781.54, Freight: 1600.77, Discontinued: false, Region: `West`, Address: `151 Wall Street`, City: `Miami`, Country: `USA`, PostalCode: 70185 }), + new InvoicesDataItem({ ShipName: `Madison Home`, ShipAddress: `183 Wall Street`, ShipCity: `New York`, ShipPostalCode: 60080, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1443, CustomerName: `Pamela Madison`, CustomerFirstName: `Pamela`, CustomerLastName: `Madison`, CustomerAddress: `183 Wall Street, New York, USA, 60080`, Salesperson: `Mike Madison`, OrderID: 1158, OrderDate: `3/11/2022`, ProductID: 172, ProductName: `Samsung Note`, UnitPrice: 25230.25, Quantity: 3, ExtendedPrice: 75690.75, Freight: 340.25, Discontinued: false, Region: `South East`, Address: `183 Wall Street`, City: `New York`, Country: `USA`, PostalCode: 60080 }), + new InvoicesDataItem({ ShipName: `Black Estate`, ShipAddress: `137 Wall Street`, ShipCity: `Philadelphia`, ShipPostalCode: 80117, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1444, CustomerName: `James Black`, CustomerFirstName: `James`, CustomerLastName: `Black`, CustomerAddress: `137 Wall Street, Philadelphia, USA, 80117`, Salesperson: `Anna Black`, OrderID: 1310, OrderDate: `9/5/2022`, ProductID: 157, ProductName: `IPad`, UnitPrice: 21970.48, Quantity: 2, ExtendedPrice: 43940.96, Freight: 1420.48, Discontinued: false, Region: `South East`, Address: `137 Wall Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 80117 }), + new InvoicesDataItem({ ShipName: `Black Market`, ShipAddress: `158 Wall Street`, ShipCity: `New York`, ShipPostalCode: 80138, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1445, CustomerName: `Anna Black`, CustomerFirstName: `Anna`, CustomerLastName: `Black`, CustomerAddress: `158 Wall Street, New York, USA, 80138`, Salesperson: `Martin Madison`, OrderID: 1385, OrderDate: `5/9/2022`, ProductID: 127, ProductName: `Samsung Galaxy 22`, UnitPrice: 12610.37, Quantity: 5, ExtendedPrice: 63051.85, Freight: 1410.37, Discontinued: false, Region: `West`, Address: `158 Wall Street`, City: `New York`, Country: `USA`, PostalCode: 80138 }), + new InvoicesDataItem({ ShipName: `Madison Home`, ShipAddress: `145 Wall Street`, ShipCity: `Los Angeles`, ShipPostalCode: 70189, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1446, CustomerName: `Mike Madison`, CustomerFirstName: `Mike`, CustomerLastName: `Madison`, CustomerAddress: `145 Wall Street, Los Angeles, USA, 70189`, Salesperson: `Mike Jackson`, OrderID: 1725, OrderDate: `9/6/2022`, ProductID: 112, ProductName: `Mac Book Pro`, UnitPrice: 20520.26, Quantity: 4, ExtendedPrice: 82081.04, Freight: 710.26, Discontinued: false, Region: `West`, Address: `145 Wall Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 70189 }), + new InvoicesDataItem({ ShipName: `Black Estate`, ShipAddress: `155 Wall Street`, ShipCity: `Miami`, ShipPostalCode: 60114, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1447, CustomerName: `Pamela Black`, CustomerFirstName: `Pamela`, CustomerLastName: `Black`, CustomerAddress: `155 Wall Street, Miami, USA, 60114`, Salesperson: `Martin Madison`, OrderID: 1520, OrderDate: `6/15/2022`, ProductID: 174, ProductName: `IPhone`, UnitPrice: 16730.88, Quantity: 2, ExtendedPrice: 33461.76, Freight: 1020.88, Discontinued: false, Region: `South East`, Address: `155 Wall Street`, City: `Miami`, Country: `USA`, PostalCode: 60114 }), + new InvoicesDataItem({ ShipName: `Madison Estate`, ShipAddress: `184 Main Street`, ShipCity: `Los Angeles`, ShipPostalCode: 80059, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1448, CustomerName: `Max Madison`, CustomerFirstName: `Max`, CustomerLastName: `Madison`, CustomerAddress: `184 Main Street, Los Angeles, USA, 80059`, Salesperson: `Max Smith`, OrderID: 1764, OrderDate: `4/4/2022`, ProductID: 147, ProductName: `Mac Book Air`, UnitPrice: 29810.31, Quantity: 2, ExtendedPrice: 59620.62, Freight: 1200.31, Discontinued: false, Region: `West`, Address: `184 Main Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 80059 }), + new InvoicesDataItem({ ShipName: `Black Home`, ShipAddress: `195 Wall Street`, ShipCity: `Huston`, ShipPostalCode: 80052, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1449, CustomerName: `Ben Black`, CustomerFirstName: `Ben`, CustomerLastName: `Black`, CustomerAddress: `195 Wall Street, Huston, USA, 80052`, Salesperson: `Max Jefferson`, OrderID: 1325, OrderDate: `8/23/2022`, ProductID: 186, ProductName: `Mac Book Pro`, UnitPrice: 19780.82, Quantity: 3, ExtendedPrice: 59342.46, Freight: 720.82, Discontinued: true, Region: `South East`, Address: `195 Wall Street`, City: `Huston`, Country: `USA`, PostalCode: 80052 }), + new InvoicesDataItem({ ShipName: `Black Market`, ShipAddress: `168 Market Street`, ShipCity: `Miami`, ShipPostalCode: 70196, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1450, CustomerName: `Anna Black`, CustomerFirstName: `Anna`, CustomerLastName: `Black`, CustomerAddress: `168 Market Street, Miami, USA, 70196`, Salesperson: `Martin Madison`, OrderID: 1216, OrderDate: `9/9/2022`, ProductID: 134, ProductName: `Samsung Galaxy 22`, UnitPrice: 25110.88, Quantity: 2, ExtendedPrice: 50221.76, Freight: 1040.88, Discontinued: false, Region: `West`, Address: `168 Market Street`, City: `Miami`, Country: `USA`, PostalCode: 70196 }), + new InvoicesDataItem({ ShipName: `Black Estate`, ShipAddress: `196 Wall Street`, ShipCity: `Philadelphia`, ShipPostalCode: 70064, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1451, CustomerName: `Anna Black`, CustomerFirstName: `Anna`, CustomerLastName: `Black`, CustomerAddress: `196 Wall Street, Philadelphia, USA, 70064`, Salesperson: `Nancy Madison`, OrderID: 1924, OrderDate: `9/9/2022`, ProductID: 108, ProductName: `IPhone`, UnitPrice: 14220.86, Quantity: 2, ExtendedPrice: 28441.72, Freight: 1220.86, Discontinued: false, Region: `West`, Address: `196 Wall Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 70064 }), + new InvoicesDataItem({ ShipName: `Madison Home`, ShipAddress: `125 Wall Street`, ShipCity: `Huston`, ShipPostalCode: 90158, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1452, CustomerName: `Max Madison`, CustomerFirstName: `Max`, CustomerLastName: `Madison`, CustomerAddress: `125 Wall Street, Huston, USA, 90158`, Salesperson: `Martin Jackson`, OrderID: 1952, OrderDate: `8/23/2022`, ProductID: 177, ProductName: `Samsung Galaxy 22`, UnitPrice: 11460.48, Quantity: 3, ExtendedPrice: 34381.44, Freight: 1140.48, Discontinued: false, Region: `West`, Address: `125 Wall Street`, City: `Huston`, Country: `USA`, PostalCode: 90158 }), + new InvoicesDataItem({ ShipName: `Watson Home`, ShipAddress: `113 Wall Street`, ShipCity: `Los Angeles`, ShipPostalCode: 50104, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1453, CustomerName: `Ben Watson`, CustomerFirstName: `Ben`, CustomerLastName: `Watson`, CustomerAddress: `113 Wall Street, Los Angeles, USA, 50104`, Salesperson: `Mike Black`, OrderID: 1388, OrderDate: `7/12/2022`, ProductID: 142, ProductName: `Samsung Galaxy 22`, UnitPrice: 25460.85, Quantity: 2, ExtendedPrice: 50921.7, Freight: 360.85, Discontinued: false, Region: `West`, Address: `113 Wall Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 50104 }), + new InvoicesDataItem({ ShipName: `Black Home`, ShipAddress: `176 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 90069, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1454, CustomerName: `Nancy Black`, CustomerFirstName: `Nancy`, CustomerLastName: `Black`, CustomerAddress: `176 Market Street, Philadelphia, USA, 90069`, Salesperson: `Max Jefferson`, OrderID: 1197, OrderDate: `9/3/2022`, ProductID: 132, ProductName: `IPhone`, UnitPrice: 5760.67, Quantity: 3, ExtendedPrice: 17282.01, Freight: 1350.67, Discontinued: false, Region: `South East`, Address: `176 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 90069 }), + new InvoicesDataItem({ ShipName: `Jefferson Townhouse`, ShipAddress: `142 Market Street`, ShipCity: `Los Angeles`, ShipPostalCode: 50098, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1455, CustomerName: `Max Jefferson`, CustomerFirstName: `Max`, CustomerLastName: `Jefferson`, CustomerAddress: `142 Market Street, Los Angeles, USA, 50098`, Salesperson: `Nancy Smith`, OrderID: 1808, OrderDate: `3/2/2022`, ProductID: 145, ProductName: `Mac Book Pro`, UnitPrice: 18130.62, Quantity: 3, ExtendedPrice: 54391.86, Freight: 660.62, Discontinued: false, Region: `North East`, Address: `142 Market Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 50098 }), + new InvoicesDataItem({ ShipName: `Jefferson Home`, ShipAddress: `184 Main Street`, ShipCity: `New York`, ShipPostalCode: 50125, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1456, CustomerName: `Pamela Jefferson`, CustomerFirstName: `Pamela`, CustomerLastName: `Jefferson`, CustomerAddress: `184 Main Street, New York, USA, 50125`, Salesperson: `Pamela Jackson`, OrderID: 1098, OrderDate: `9/11/2022`, ProductID: 106, ProductName: `Samsung Galaxy 22`, UnitPrice: 29450.81, Quantity: 5, ExtendedPrice: 147254.05, Freight: 820.81, Discontinued: false, Region: `North East`, Address: `184 Main Street`, City: `New York`, Country: `USA`, PostalCode: 50125 }), + new InvoicesDataItem({ ShipName: `Jefferson Market`, ShipAddress: `190 Main Street`, ShipCity: `Philadelphia`, ShipPostalCode: 70130, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1457, CustomerName: `Nancy Jefferson`, CustomerFirstName: `Nancy`, CustomerLastName: `Jefferson`, CustomerAddress: `190 Main Street, Philadelphia, USA, 70130`, Salesperson: `Max Madison`, OrderID: 1942, OrderDate: `9/1/2022`, ProductID: 136, ProductName: `Mac Book Pro`, UnitPrice: 28790.51, Quantity: 3, ExtendedPrice: 86371.53, Freight: 460.51, Discontinued: false, Region: `North East`, Address: `190 Main Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 70130 }), + new InvoicesDataItem({ ShipName: `Jefferson Market`, ShipAddress: `121 Main Street`, ShipCity: `Los Angeles`, ShipPostalCode: 70093, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1458, CustomerName: `Mike Jefferson`, CustomerFirstName: `Mike`, CustomerLastName: `Jefferson`, CustomerAddress: `121 Main Street, Los Angeles, USA, 70093`, Salesperson: `James Black`, OrderID: 1815, OrderDate: `6/16/2022`, ProductID: 144, ProductName: `Mac Book Pro`, UnitPrice: 9060.8, Quantity: 3, ExtendedPrice: 27182.4, Freight: 1990.8, Discontinued: false, Region: `North East`, Address: `121 Main Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 70093 }), + new InvoicesDataItem({ ShipName: `Smith Home`, ShipAddress: `111 Main Street`, ShipCity: `Huston`, ShipPostalCode: 50082, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1459, CustomerName: `Nancy Smith`, CustomerFirstName: `Nancy`, CustomerLastName: `Smith`, CustomerAddress: `111 Main Street, Huston, USA, 50082`, Salesperson: `Max Black`, OrderID: 1551, OrderDate: `4/6/2022`, ProductID: 130, ProductName: `Mac Book Pro`, UnitPrice: 29370.56, Quantity: 3, ExtendedPrice: 88111.68, Freight: 1970.56, Discontinued: true, Region: `North East`, Address: `111 Main Street`, City: `Huston`, Country: `USA`, PostalCode: 50082 }), + new InvoicesDataItem({ ShipName: `Jefferson Market`, ShipAddress: `128 Market Street`, ShipCity: `Los Angeles`, ShipPostalCode: 90155, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1460, CustomerName: `Max Jefferson`, CustomerFirstName: `Max`, CustomerLastName: `Jefferson`, CustomerAddress: `128 Market Street, Los Angeles, USA, 90155`, Salesperson: `James Smith`, OrderID: 1660, OrderDate: `6/6/2022`, ProductID: 175, ProductName: `Samsung Galaxy 22`, UnitPrice: 29130.58, Quantity: 2, ExtendedPrice: 58261.16, Freight: 340.58, Discontinued: false, Region: `West`, Address: `128 Market Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 90155 }), + new InvoicesDataItem({ ShipName: `Smith Home`, ShipAddress: `159 Main Street`, ShipCity: `Huston`, ShipPostalCode: 60166, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1461, CustomerName: `Mike Smith`, CustomerFirstName: `Mike`, CustomerLastName: `Smith`, CustomerAddress: `159 Main Street, Huston, USA, 60166`, Salesperson: `Mike Black`, OrderID: 1860, OrderDate: `5/20/2022`, ProductID: 197, ProductName: `Samsung Galaxy 22`, UnitPrice: 18630.66, Quantity: 4, ExtendedPrice: 74522.64, Freight: 1540.66, Discontinued: false, Region: `South East`, Address: `159 Main Street`, City: `Huston`, Country: `USA`, PostalCode: 60166 }), + new InvoicesDataItem({ ShipName: `Jefferson Home`, ShipAddress: `115 Market Street`, ShipCity: `Los Angeles`, ShipPostalCode: 60171, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1462, CustomerName: `Nancy Jefferson`, CustomerFirstName: `Nancy`, CustomerLastName: `Jefferson`, CustomerAddress: `115 Market Street, Los Angeles, USA, 60171`, Salesperson: `Mike Jackson`, OrderID: 1312, OrderDate: `9/12/2022`, ProductID: 182, ProductName: `Samsung Note`, UnitPrice: 19120.8, Quantity: 3, ExtendedPrice: 57362.4, Freight: 470.8, Discontinued: false, Region: `North East`, Address: `115 Market Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 60171 }), + new InvoicesDataItem({ ShipName: `Watson Townhouse`, ShipAddress: `184 Main Street`, ShipCity: `New York`, ShipPostalCode: 80169, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1463, CustomerName: `Nancy Watson`, CustomerFirstName: `Nancy`, CustomerLastName: `Watson`, CustomerAddress: `184 Main Street, New York, USA, 80169`, Salesperson: `Nancy Madison`, OrderID: 1738, OrderDate: `1/7/2022`, ProductID: 161, ProductName: `Mac Book Air`, UnitPrice: 9160.8, Quantity: 2, ExtendedPrice: 18321.6, Freight: 1850.8, Discontinued: false, Region: `West`, Address: `184 Main Street`, City: `New York`, Country: `USA`, PostalCode: 80169 }), + new InvoicesDataItem({ ShipName: `Black Market`, ShipAddress: `147 Main Street`, ShipCity: `Miami`, ShipPostalCode: 60068, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1464, CustomerName: `Ben Black`, CustomerFirstName: `Ben`, CustomerLastName: `Black`, CustomerAddress: `147 Main Street, Miami, USA, 60068`, Salesperson: `Nancy Madison`, OrderID: 1981, OrderDate: `5/23/2022`, ProductID: 110, ProductName: `Samsung Note`, UnitPrice: 19100.54, Quantity: 5, ExtendedPrice: 95502.7, Freight: 1720.54, Discontinued: false, Region: `North East`, Address: `147 Main Street`, City: `Miami`, Country: `USA`, PostalCode: 60068 }), + new InvoicesDataItem({ ShipName: `Black Market`, ShipAddress: `143 Wall Street`, ShipCity: `Huston`, ShipPostalCode: 80182, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1465, CustomerName: `Ben Black`, CustomerFirstName: `Ben`, CustomerLastName: `Black`, CustomerAddress: `143 Wall Street, Huston, USA, 80182`, Salesperson: `Anna Watson`, OrderID: 1067, OrderDate: `12/19/2022`, ProductID: 103, ProductName: `Samsung Note`, UnitPrice: 28900.7, Quantity: 3, ExtendedPrice: 86702.1, Freight: 770.7, Discontinued: false, Region: `North East`, Address: `143 Wall Street`, City: `Huston`, Country: `USA`, PostalCode: 80182 }), + new InvoicesDataItem({ ShipName: `Watson Estate`, ShipAddress: `170 Main Street`, ShipCity: `New York`, ShipPostalCode: 60155, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1466, CustomerName: `Max Watson`, CustomerFirstName: `Max`, CustomerLastName: `Watson`, CustomerAddress: `170 Main Street, New York, USA, 60155`, Salesperson: `James Jackson`, OrderID: 1746, OrderDate: `9/2/2022`, ProductID: 148, ProductName: `IPad`, UnitPrice: 25390.4, Quantity: 5, ExtendedPrice: 126952, Freight: 550.4, Discontinued: false, Region: `South East`, Address: `170 Main Street`, City: `New York`, Country: `USA`, PostalCode: 60155 }), + new InvoicesDataItem({ ShipName: `Jackson Market`, ShipAddress: `111 Wall Street`, ShipCity: `Philadelphia`, ShipPostalCode: 60079, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1467, CustomerName: `Pamela Jackson`, CustomerFirstName: `Pamela`, CustomerLastName: `Jackson`, CustomerAddress: `111 Wall Street, Philadelphia, USA, 60079`, Salesperson: `Nancy Jefferson`, OrderID: 1334, OrderDate: `5/23/2022`, ProductID: 129, ProductName: `Mac Book Air`, UnitPrice: 14520.65, Quantity: 2, ExtendedPrice: 29041.3, Freight: 1250.65, Discontinued: false, Region: `West`, Address: `111 Wall Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 60079 }), + new InvoicesDataItem({ ShipName: `Black Market`, ShipAddress: `153 Wall Street`, ShipCity: `Huston`, ShipPostalCode: 90056, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1468, CustomerName: `Anna Black`, CustomerFirstName: `Anna`, CustomerLastName: `Black`, CustomerAddress: `153 Wall Street, Huston, USA, 90056`, Salesperson: `Anna Jackson`, OrderID: 1230, OrderDate: `4/15/2022`, ProductID: 128, ProductName: `IPhone`, UnitPrice: 14930.82, Quantity: 5, ExtendedPrice: 74654.1, Freight: 1470.82, Discontinued: false, Region: `North East`, Address: `153 Wall Street`, City: `Huston`, Country: `USA`, PostalCode: 90056 }), + new InvoicesDataItem({ ShipName: `Jackson Market`, ShipAddress: `143 Main Street`, ShipCity: `Philadelphia`, ShipPostalCode: 50070, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1469, CustomerName: `Max Jackson`, CustomerFirstName: `Max`, CustomerLastName: `Jackson`, CustomerAddress: `143 Main Street, Philadelphia, USA, 50070`, Salesperson: `Nancy Madison`, OrderID: 1761, OrderDate: `1/23/2022`, ProductID: 136, ProductName: `IPad`, UnitPrice: 10810.43, Quantity: 4, ExtendedPrice: 43241.72, Freight: 1910.43, Discontinued: true, Region: `South East`, Address: `143 Main Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 50070 }), + new InvoicesDataItem({ ShipName: `Black Estate`, ShipAddress: `174 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 80126, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1470, CustomerName: `Pamela Black`, CustomerFirstName: `Pamela`, CustomerLastName: `Black`, CustomerAddress: `174 Market Street, Philadelphia, USA, 80126`, Salesperson: `Martin Madison`, OrderID: 1217, OrderDate: `7/7/2022`, ProductID: 170, ProductName: `IPhone`, UnitPrice: 16660.27, Quantity: 4, ExtendedPrice: 66641.08, Freight: 790.27, Discontinued: false, Region: `North East`, Address: `174 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 80126 }), + new InvoicesDataItem({ ShipName: `Smith Home`, ShipAddress: `189 Wall Street`, ShipCity: `Los Angeles`, ShipPostalCode: 60161, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1471, CustomerName: `Max Smith`, CustomerFirstName: `Max`, CustomerLastName: `Smith`, CustomerAddress: `189 Wall Street, Los Angeles, USA, 60161`, Salesperson: `Max Madison`, OrderID: 1882, OrderDate: `11/5/2022`, ProductID: 141, ProductName: `Mac Book Air`, UnitPrice: 18210.39, Quantity: 3, ExtendedPrice: 54631.17, Freight: 990.39, Discontinued: false, Region: `South East`, Address: `189 Wall Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 60161 }), + new InvoicesDataItem({ ShipName: `Black Market`, ShipAddress: `193 Market Street`, ShipCity: `Huston`, ShipPostalCode: 50163, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1472, CustomerName: `Max Black`, CustomerFirstName: `Max`, CustomerLastName: `Black`, CustomerAddress: `193 Market Street, Huston, USA, 50163`, Salesperson: `Mike Black`, OrderID: 1855, OrderDate: `5/3/2022`, ProductID: 188, ProductName: `Samsung Note`, UnitPrice: 9860.59, Quantity: 5, ExtendedPrice: 49302.95, Freight: 1610.59, Discontinued: false, Region: `South East`, Address: `193 Market Street`, City: `Huston`, Country: `USA`, PostalCode: 50163 }), + new InvoicesDataItem({ ShipName: `Jackson Townhouse`, ShipAddress: `128 Main Street`, ShipCity: `Miami`, ShipPostalCode: 60162, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1473, CustomerName: `Max Jackson`, CustomerFirstName: `Max`, CustomerLastName: `Jackson`, CustomerAddress: `128 Main Street, Miami, USA, 60162`, Salesperson: `Nancy Black`, OrderID: 1087, OrderDate: `4/5/2022`, ProductID: 166, ProductName: `Mac Book Air`, UnitPrice: 12090.33, Quantity: 4, ExtendedPrice: 48361.32, Freight: 1020.33, Discontinued: false, Region: `West`, Address: `128 Main Street`, City: `Miami`, Country: `USA`, PostalCode: 60162 }), + new InvoicesDataItem({ ShipName: `Jackson Townhouse`, ShipAddress: `179 Wall Street`, ShipCity: `New York`, ShipPostalCode: 50104, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1474, CustomerName: `Ben Jackson`, CustomerFirstName: `Ben`, CustomerLastName: `Jackson`, CustomerAddress: `179 Wall Street, New York, USA, 50104`, Salesperson: `Martin Black`, OrderID: 1121, OrderDate: `12/2/2022`, ProductID: 169, ProductName: `IPad`, UnitPrice: 18020.22, Quantity: 4, ExtendedPrice: 72080.88, Freight: 830.22, Discontinued: false, Region: `West`, Address: `179 Wall Street`, City: `New York`, Country: `USA`, PostalCode: 50104 }), + new InvoicesDataItem({ ShipName: `Jackson Townhouse`, ShipAddress: `168 Market Street`, ShipCity: `Huston`, ShipPostalCode: 60117, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1475, CustomerName: `Martin Jackson`, CustomerFirstName: `Martin`, CustomerLastName: `Jackson`, CustomerAddress: `168 Market Street, Huston, USA, 60117`, Salesperson: `James Madison`, OrderID: 1965, OrderDate: `10/17/2022`, ProductID: 166, ProductName: `Mac Book Pro`, UnitPrice: 6770.39, Quantity: 5, ExtendedPrice: 33851.95, Freight: 240.39, Discontinued: false, Region: `West`, Address: `168 Market Street`, City: `Huston`, Country: `USA`, PostalCode: 60117 }), + new InvoicesDataItem({ ShipName: `Black Market`, ShipAddress: `195 Wall Street`, ShipCity: `Huston`, ShipPostalCode: 50103, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1476, CustomerName: `Mike Black`, CustomerFirstName: `Mike`, CustomerLastName: `Black`, CustomerAddress: `195 Wall Street, Huston, USA, 50103`, Salesperson: `Ben Jackson`, OrderID: 1241, OrderDate: `2/3/2022`, ProductID: 159, ProductName: `Samsung Note`, UnitPrice: 14250.8, Quantity: 5, ExtendedPrice: 71254, Freight: 1870.8, Discontinued: false, Region: `North East`, Address: `195 Wall Street`, City: `Huston`, Country: `USA`, PostalCode: 50103 }), + new InvoicesDataItem({ ShipName: `Jefferson Market`, ShipAddress: `192 Main Street`, ShipCity: `Los Angeles`, ShipPostalCode: 70069, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1477, CustomerName: `Pamela Jefferson`, CustomerFirstName: `Pamela`, CustomerLastName: `Jefferson`, CustomerAddress: `192 Main Street, Los Angeles, USA, 70069`, Salesperson: `Pamela Watson`, OrderID: 1440, OrderDate: `6/4/2022`, ProductID: 191, ProductName: `Samsung Galaxy 22`, UnitPrice: 23000.87, Quantity: 3, ExtendedPrice: 69002.61, Freight: 1680.87, Discontinued: false, Region: `North East`, Address: `192 Main Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 70069 }), + new InvoicesDataItem({ ShipName: `Jefferson Estate`, ShipAddress: `139 Wall Street`, ShipCity: `Philadelphia`, ShipPostalCode: 50143, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1478, CustomerName: `Pamela Jefferson`, CustomerFirstName: `Pamela`, CustomerLastName: `Jefferson`, CustomerAddress: `139 Wall Street, Philadelphia, USA, 50143`, Salesperson: `Nancy Madison`, OrderID: 1507, OrderDate: `10/10/2022`, ProductID: 176, ProductName: `Mac Book Air`, UnitPrice: 25490.8, Quantity: 3, ExtendedPrice: 76472.4, Freight: 830.8, Discontinued: false, Region: `North East`, Address: `139 Wall Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 50143 }), + new InvoicesDataItem({ ShipName: `Madison Estate`, ShipAddress: `131 Wall Street`, ShipCity: `Miami`, ShipPostalCode: 80108, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1479, CustomerName: `Mike Madison`, CustomerFirstName: `Mike`, CustomerLastName: `Madison`, CustomerAddress: `131 Wall Street, Miami, USA, 80108`, Salesperson: `Ben Jefferson`, OrderID: 1702, OrderDate: `10/16/2022`, ProductID: 174, ProductName: `Mac Book Pro`, UnitPrice: 28620.58, Quantity: 4, ExtendedPrice: 114482.32, Freight: 950.58, Discontinued: true, Region: `South East`, Address: `131 Wall Street`, City: `Miami`, Country: `USA`, PostalCode: 80108 }), + new InvoicesDataItem({ ShipName: `Smith Estate`, ShipAddress: `127 Market Street`, ShipCity: `Huston`, ShipPostalCode: 90097, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1480, CustomerName: `James Smith`, CustomerFirstName: `James`, CustomerLastName: `Smith`, CustomerAddress: `127 Market Street, Huston, USA, 90097`, Salesperson: `Pamela Black`, OrderID: 1875, OrderDate: `7/24/2022`, ProductID: 164, ProductName: `Mac Book Air`, UnitPrice: 6750.85, Quantity: 2, ExtendedPrice: 13501.7, Freight: 1160.85, Discontinued: false, Region: `North East`, Address: `127 Market Street`, City: `Huston`, Country: `USA`, PostalCode: 90097 }), + new InvoicesDataItem({ ShipName: `Madison Home`, ShipAddress: `190 Market Street`, ShipCity: `New York`, ShipPostalCode: 70142, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1481, CustomerName: `Pamela Madison`, CustomerFirstName: `Pamela`, CustomerLastName: `Madison`, CustomerAddress: `190 Market Street, New York, USA, 70142`, Salesperson: `Pamela Smith`, OrderID: 1373, OrderDate: `5/19/2022`, ProductID: 108, ProductName: `Samsung Galaxy 22`, UnitPrice: 17230.33, Quantity: 3, ExtendedPrice: 51690.99, Freight: 1270.33, Discontinued: false, Region: `West`, Address: `190 Market Street`, City: `New York`, Country: `USA`, PostalCode: 70142 }), + new InvoicesDataItem({ ShipName: `Jackson Market`, ShipAddress: `179 Main Street`, ShipCity: `Philadelphia`, ShipPostalCode: 90146, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1482, CustomerName: `Nancy Jackson`, CustomerFirstName: `Nancy`, CustomerLastName: `Jackson`, CustomerAddress: `179 Main Street, Philadelphia, USA, 90146`, Salesperson: `James Jefferson`, OrderID: 1452, OrderDate: `5/16/2022`, ProductID: 170, ProductName: `Mac Book Air`, UnitPrice: 8320.5, Quantity: 4, ExtendedPrice: 33282, Freight: 510.5, Discontinued: false, Region: `North East`, Address: `179 Main Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 90146 }), + new InvoicesDataItem({ ShipName: `Black Townhouse`, ShipAddress: `183 Main Street`, ShipCity: `Los Angeles`, ShipPostalCode: 90165, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1483, CustomerName: `Anna Black`, CustomerFirstName: `Anna`, CustomerLastName: `Black`, CustomerAddress: `183 Main Street, Los Angeles, USA, 90165`, Salesperson: `Max Watson`, OrderID: 1835, OrderDate: `9/8/2022`, ProductID: 198, ProductName: `Samsung Note`, UnitPrice: 13800.6, Quantity: 3, ExtendedPrice: 41401.8, Freight: 700.6, Discontinued: false, Region: `West`, Address: `183 Main Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 90165 }), + new InvoicesDataItem({ ShipName: `Black Townhouse`, ShipAddress: `108 Main Street`, ShipCity: `Philadelphia`, ShipPostalCode: 50151, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1484, CustomerName: `Max Black`, CustomerFirstName: `Max`, CustomerLastName: `Black`, CustomerAddress: `108 Main Street, Philadelphia, USA, 50151`, Salesperson: `Mike Jefferson`, OrderID: 1448, OrderDate: `11/16/2022`, ProductID: 103, ProductName: `Samsung Note`, UnitPrice: 21840.84, Quantity: 5, ExtendedPrice: 109204.2, Freight: 1500.84, Discontinued: false, Region: `South East`, Address: `108 Main Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 50151 }), + new InvoicesDataItem({ ShipName: `Jefferson Estate`, ShipAddress: `150 Market Street`, ShipCity: `New York`, ShipPostalCode: 80053, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1485, CustomerName: `James Jefferson`, CustomerFirstName: `James`, CustomerLastName: `Jefferson`, CustomerAddress: `150 Market Street, New York, USA, 80053`, Salesperson: `Anna Black`, OrderID: 1160, OrderDate: `6/7/2022`, ProductID: 156, ProductName: `IPhone`, UnitPrice: 24480.65, Quantity: 2, ExtendedPrice: 48961.3, Freight: 860.65, Discontinued: false, Region: `West`, Address: `150 Market Street`, City: `New York`, Country: `USA`, PostalCode: 80053 }), + new InvoicesDataItem({ ShipName: `Jefferson Estate`, ShipAddress: `121 Wall Street`, ShipCity: `Miami`, ShipPostalCode: 50087, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1486, CustomerName: `Mike Jefferson`, CustomerFirstName: `Mike`, CustomerLastName: `Jefferson`, CustomerAddress: `121 Wall Street, Miami, USA, 50087`, Salesperson: `Anna Jackson`, OrderID: 1277, OrderDate: `8/16/2022`, ProductID: 108, ProductName: `Mac Book Air`, UnitPrice: 27370.31, Quantity: 2, ExtendedPrice: 54740.62, Freight: 350.31, Discontinued: false, Region: `North East`, Address: `121 Wall Street`, City: `Miami`, Country: `USA`, PostalCode: 50087 }), + new InvoicesDataItem({ ShipName: `Watson Townhouse`, ShipAddress: `187 Market Street`, ShipCity: `Miami`, ShipPostalCode: 90094, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1487, CustomerName: `Anna Watson`, CustomerFirstName: `Anna`, CustomerLastName: `Watson`, CustomerAddress: `187 Market Street, Miami, USA, 90094`, Salesperson: `Pamela Jefferson`, OrderID: 1895, OrderDate: `7/18/2022`, ProductID: 138, ProductName: `IPad`, UnitPrice: 15270.6, Quantity: 3, ExtendedPrice: 45811.8, Freight: 1920.6, Discontinued: false, Region: `West`, Address: `187 Market Street`, City: `Miami`, Country: `USA`, PostalCode: 90094 }), + new InvoicesDataItem({ ShipName: `Watson Market`, ShipAddress: `142 Main Street`, ShipCity: `Los Angeles`, ShipPostalCode: 50160, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1488, CustomerName: `Pamela Watson`, CustomerFirstName: `Pamela`, CustomerLastName: `Watson`, CustomerAddress: `142 Main Street, Los Angeles, USA, 50160`, Salesperson: `Max Smith`, OrderID: 1559, OrderDate: `11/2/2022`, ProductID: 129, ProductName: `Samsung Note`, UnitPrice: 19940.22, Quantity: 5, ExtendedPrice: 99701.1, Freight: 540.22, Discontinued: false, Region: `West`, Address: `142 Main Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 50160 }), + new InvoicesDataItem({ ShipName: `Black Townhouse`, ShipAddress: `190 Market Street`, ShipCity: `Miami`, ShipPostalCode: 60164, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1489, CustomerName: `James Black`, CustomerFirstName: `James`, CustomerLastName: `Black`, CustomerAddress: `190 Market Street, Miami, USA, 60164`, Salesperson: `Nancy Jefferson`, OrderID: 1144, OrderDate: `5/7/2022`, ProductID: 169, ProductName: `Samsung Galaxy 22`, UnitPrice: 29010.82, Quantity: 4, ExtendedPrice: 116043.28, Freight: 1870.82, Discontinued: true, Region: `North East`, Address: `190 Market Street`, City: `Miami`, Country: `USA`, PostalCode: 60164 }), + new InvoicesDataItem({ ShipName: `Madison Market`, ShipAddress: `180 Main Street`, ShipCity: `Philadelphia`, ShipPostalCode: 70181, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1490, CustomerName: `Ben Madison`, CustomerFirstName: `Ben`, CustomerLastName: `Madison`, CustomerAddress: `180 Main Street, Philadelphia, USA, 70181`, Salesperson: `Ben Black`, OrderID: 1396, OrderDate: `2/24/2022`, ProductID: 137, ProductName: `IPhone`, UnitPrice: 15420.8, Quantity: 4, ExtendedPrice: 61683.2, Freight: 1870.8, Discontinued: false, Region: `West`, Address: `180 Main Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 70181 }), + new InvoicesDataItem({ ShipName: `Watson Home`, ShipAddress: `152 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 60139, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1491, CustomerName: `Anna Watson`, CustomerFirstName: `Anna`, CustomerLastName: `Watson`, CustomerAddress: `152 Market Street, Philadelphia, USA, 60139`, Salesperson: `Mike Madison`, OrderID: 1733, OrderDate: `9/23/2022`, ProductID: 117, ProductName: `Mac Book Pro`, UnitPrice: 26430.79, Quantity: 5, ExtendedPrice: 132153.95, Freight: 270.79, Discontinued: false, Region: `North East`, Address: `152 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 60139 }), + new InvoicesDataItem({ ShipName: `Black Home`, ShipAddress: `176 Main Street`, ShipCity: `Miami`, ShipPostalCode: 60072, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1492, CustomerName: `Nancy Black`, CustomerFirstName: `Nancy`, CustomerLastName: `Black`, CustomerAddress: `176 Main Street, Miami, USA, 60072`, Salesperson: `Mike Black`, OrderID: 1473, OrderDate: `6/23/2022`, ProductID: 175, ProductName: `Samsung Note`, UnitPrice: 18440.43, Quantity: 4, ExtendedPrice: 73761.72, Freight: 1770.43, Discontinued: false, Region: `West`, Address: `176 Main Street`, City: `Miami`, Country: `USA`, PostalCode: 60072 }), + new InvoicesDataItem({ ShipName: `Madison Home`, ShipAddress: `120 Main Street`, ShipCity: `Miami`, ShipPostalCode: 80161, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1493, CustomerName: `Martin Madison`, CustomerFirstName: `Martin`, CustomerLastName: `Madison`, CustomerAddress: `120 Main Street, Miami, USA, 80161`, Salesperson: `Ben Watson`, OrderID: 1674, OrderDate: `5/1/2022`, ProductID: 175, ProductName: `Samsung Galaxy 22`, UnitPrice: 23490.67, Quantity: 3, ExtendedPrice: 70472.01, Freight: 820.67, Discontinued: false, Region: `West`, Address: `120 Main Street`, City: `Miami`, Country: `USA`, PostalCode: 80161 }), + new InvoicesDataItem({ ShipName: `Black Estate`, ShipAddress: `127 Main Street`, ShipCity: `Miami`, ShipPostalCode: 90183, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1494, CustomerName: `Ben Black`, CustomerFirstName: `Ben`, CustomerLastName: `Black`, CustomerAddress: `127 Main Street, Miami, USA, 90183`, Salesperson: `Pamela Smith`, OrderID: 1279, OrderDate: `2/9/2022`, ProductID: 108, ProductName: `Samsung Note`, UnitPrice: 7560.83, Quantity: 4, ExtendedPrice: 30243.32, Freight: 470.83, Discontinued: false, Region: `West`, Address: `127 Main Street`, City: `Miami`, Country: `USA`, PostalCode: 90183 }), + new InvoicesDataItem({ ShipName: `Jackson Estate`, ShipAddress: `129 Market Street`, ShipCity: `New York`, ShipPostalCode: 50067, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1495, CustomerName: `Pamela Jackson`, CustomerFirstName: `Pamela`, CustomerLastName: `Jackson`, CustomerAddress: `129 Market Street, New York, USA, 50067`, Salesperson: `Nancy Jackson`, OrderID: 1502, OrderDate: `9/25/2022`, ProductID: 175, ProductName: `Samsung Note`, UnitPrice: 24020.51, Quantity: 4, ExtendedPrice: 96082.04, Freight: 1320.51, Discontinued: false, Region: `South East`, Address: `129 Market Street`, City: `New York`, Country: `USA`, PostalCode: 50067 }), + new InvoicesDataItem({ ShipName: `Madison Townhouse`, ShipAddress: `118 Market Street`, ShipCity: `New York`, ShipPostalCode: 70088, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1496, CustomerName: `Mike Madison`, CustomerFirstName: `Mike`, CustomerLastName: `Madison`, CustomerAddress: `118 Market Street, New York, USA, 70088`, Salesperson: `Anna Watson`, OrderID: 1672, OrderDate: `7/8/2022`, ProductID: 178, ProductName: `Mac Book Air`, UnitPrice: 9150.21, Quantity: 2, ExtendedPrice: 18300.42, Freight: 470.21, Discontinued: false, Region: `West`, Address: `118 Market Street`, City: `New York`, Country: `USA`, PostalCode: 70088 }), + new InvoicesDataItem({ ShipName: `Watson Townhouse`, ShipAddress: `146 Main Street`, ShipCity: `Huston`, ShipPostalCode: 60135, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1497, CustomerName: `Mike Watson`, CustomerFirstName: `Mike`, CustomerLastName: `Watson`, CustomerAddress: `146 Main Street, Huston, USA, 60135`, Salesperson: `Anna Black`, OrderID: 1449, OrderDate: `4/4/2022`, ProductID: 194, ProductName: `IPhone`, UnitPrice: 19390.48, Quantity: 4, ExtendedPrice: 77561.92, Freight: 1350.48, Discontinued: false, Region: `North East`, Address: `146 Main Street`, City: `Huston`, Country: `USA`, PostalCode: 60135 }), + new InvoicesDataItem({ ShipName: `Jefferson Home`, ShipAddress: `146 Market Street`, ShipCity: `Huston`, ShipPostalCode: 80195, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1498, CustomerName: `Pamela Jefferson`, CustomerFirstName: `Pamela`, CustomerLastName: `Jefferson`, CustomerAddress: `146 Market Street, Huston, USA, 80195`, Salesperson: `Ben Black`, OrderID: 1100, OrderDate: `7/1/2022`, ProductID: 103, ProductName: `IPhone`, UnitPrice: 12430.89, Quantity: 3, ExtendedPrice: 37292.67, Freight: 1060.89, Discontinued: false, Region: `North East`, Address: `146 Market Street`, City: `Huston`, Country: `USA`, PostalCode: 80195 }), ]; super(...newItems.slice(0)); } diff --git a/samples/grids/grid/groupby-summary-options/src/InvoicesData.ts b/samples/grids/grid/groupby-summary-options/src/InvoicesData.ts index 22c4d6e419..3d4f85aded 100644 --- a/samples/grids/grid/groupby-summary-options/src/InvoicesData.ts +++ b/samples/grids/grid/groupby-summary-options/src/InvoicesData.ts @@ -38,14976 +38,505 @@ export class InvoicesData extends Array { super(...items); } else { const newItems = [ - new InvoicesDataItem( - { - ShipName: `Jefferson Home`, - ShipAddress: `124 Wall Street`, - ShipCity: `Miami`, - ShipPostalCode: 60098, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Federal Shipping`, - CustomerID: 1000, - CustomerName: `Martin Jefferson`, - CustomerFirstName: `Martin`, - CustomerLastName: `Jefferson`, - CustomerAddress: `124 Wall Street, Miami, USA, 60098`, - Salesperson: `Nancy Jefferson`, - OrderID: 1931, - OrderDate: `3/14/2022`, - ProductID: 189, - ProductName: `IPad`, - UnitPrice: 16150.61, - Quantity: 3, - ExtendedPrice: 48451.83, - Freight: 980.61, - Discontinued: false, - Region: `South East`, - Address: `124 Wall Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 60098 - }), - new InvoicesDataItem( - { - ShipName: `Black Home`, - ShipAddress: `162 Main Street`, - ShipCity: `Miami`, - ShipPostalCode: 80193, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1001, - CustomerName: `Anna Black`, - CustomerFirstName: `Anna`, - CustomerLastName: `Black`, - CustomerAddress: `162 Main Street, Miami, USA, 80193`, - Salesperson: `Anna Smith`, - OrderID: 1163, - OrderDate: `5/22/2022`, - ProductID: 138, - ProductName: `Mac Book Pro`, - UnitPrice: 18520.59, - Quantity: 4, - ExtendedPrice: 74082.36, - Freight: 850.59, - Discontinued: false, - Region: `West`, - Address: `162 Main Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 80193 - }), - new InvoicesDataItem( - { - ShipName: `Watson Townhouse`, - ShipAddress: `164 Wall Street`, - ShipCity: `Miami`, - ShipPostalCode: 50111, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1002, - CustomerName: `Max Watson`, - CustomerFirstName: `Max`, - CustomerLastName: `Watson`, - CustomerAddress: `164 Wall Street, Miami, USA, 50111`, - Salesperson: `Martin Watson`, - OrderID: 1230, - OrderDate: `2/9/2022`, - ProductID: 118, - ProductName: `Mac Book Air`, - UnitPrice: 25310.39, - Quantity: 3, - ExtendedPrice: 75931.17, - Freight: 210.39, - Discontinued: false, - Region: `West`, - Address: `164 Wall Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 50111 - }), - new InvoicesDataItem( - { - ShipName: `Madison Townhouse`, - ShipAddress: `124 Market Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 90123, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Speedy Express`, - CustomerID: 1003, - CustomerName: `Max Madison`, - CustomerFirstName: `Max`, - CustomerLastName: `Madison`, - CustomerAddress: `124 Market Street, Philadelphia, USA, 90123`, - Salesperson: `Anna Black`, - OrderID: 1176, - OrderDate: `6/3/2022`, - ProductID: 169, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 29890.86, - Quantity: 4, - ExtendedPrice: 119563.44, - Freight: 800.86, - Discontinued: false, - Region: `South East`, - Address: `124 Market Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 90123 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Townhouse`, - ShipAddress: `181 Market Street`, - ShipCity: `Miami`, - ShipPostalCode: 90095, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1004, - CustomerName: `Pamela Jackson`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Jackson`, - CustomerAddress: `181 Market Street, Miami, USA, 90095`, - Salesperson: `Max Black`, - OrderID: 1382, - OrderDate: `1/10/2022`, - ProductID: 185, - ProductName: `Samsung Note`, - UnitPrice: 7810.61, - Quantity: 2, - ExtendedPrice: 15621.22, - Freight: 1790.61, - Discontinued: false, - Region: `West`, - Address: `181 Market Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 90095 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Home`, - ShipAddress: `188 Wall Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 50149, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1005, - CustomerName: `Mike Jefferson`, - CustomerFirstName: `Mike`, - CustomerLastName: `Jefferson`, - CustomerAddress: `188 Wall Street, Los Angeles, USA, 50149`, - Salesperson: `Martin Jefferson`, - OrderID: 1864, - OrderDate: `8/18/2022`, - ProductID: 168, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 9370.76, - Quantity: 4, - ExtendedPrice: 37483.04, - Freight: 970.76, - Discontinued: false, - Region: `North East`, - Address: `188 Wall Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 50149 - }), - new InvoicesDataItem( - { - ShipName: `Smith Home`, - ShipAddress: `174 Market Street`, - ShipCity: `Huston`, - ShipPostalCode: 90112, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1006, - CustomerName: `Martin Smith`, - CustomerFirstName: `Martin`, - CustomerLastName: `Smith`, - CustomerAddress: `174 Market Street, Huston, USA, 90112`, - Salesperson: `Nancy Smith`, - OrderID: 1502, - OrderDate: `6/13/2022`, - ProductID: 199, - ProductName: `IPhone`, - UnitPrice: 20830.47, - Quantity: 2, - ExtendedPrice: 41660.94, - Freight: 1530.47, - Discontinued: false, - Region: `West`, - Address: `174 Market Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 90112 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Townhouse`, - ShipAddress: `134 Market Street`, - ShipCity: `Miami`, - ShipPostalCode: 50083, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1007, - CustomerName: `Nancy Jefferson`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Jefferson`, - CustomerAddress: `134 Market Street, Miami, USA, 50083`, - Salesperson: `Mike Jefferson`, - OrderID: 1305, - OrderDate: `10/21/2022`, - ProductID: 185, - ProductName: `Mac Book Air`, - UnitPrice: 7320.44, - Quantity: 2, - ExtendedPrice: 14640.88, - Freight: 630.44, - Discontinued: false, - Region: `West`, - Address: `134 Market Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 50083 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Estate`, - ShipAddress: `177 Main Street`, - ShipCity: `New York`, - ShipPostalCode: 70185, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1008, - CustomerName: `Nancy Jefferson`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Jefferson`, - CustomerAddress: `177 Main Street, New York, USA, 70185`, - Salesperson: `Pamela Watson`, - OrderID: 1725, - OrderDate: `5/7/2022`, - ProductID: 133, - ProductName: `Mac Book Air`, - UnitPrice: 11240.72, - Quantity: 3, - ExtendedPrice: 33722.16, - Freight: 420.72, - Discontinued: false, - Region: `South East`, - Address: `177 Main Street`, - City: `New York`, - Country: `USA`, - PostalCode: 70185 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Estate`, - ShipAddress: `169 Main Street`, - ShipCity: `Miami`, - ShipPostalCode: 90183, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Speedy Express`, - CustomerID: 1009, - CustomerName: `Mike Jefferson`, - CustomerFirstName: `Mike`, - CustomerLastName: `Jefferson`, - CustomerAddress: `169 Main Street, Miami, USA, 90183`, - Salesperson: `Anna Watson`, - OrderID: 1977, - OrderDate: `10/14/2022`, - ProductID: 178, - ProductName: `IPhone`, - UnitPrice: 6460.55, - Quantity: 3, - ExtendedPrice: 19381.65, - Freight: 370.55, - Discontinued: true, - Region: `South East`, - Address: `169 Main Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 90183 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Estate`, - ShipAddress: `151 Market Street`, - ShipCity: `New York`, - ShipPostalCode: 80160, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1010, - CustomerName: `James Jackson`, - CustomerFirstName: `James`, - CustomerLastName: `Jackson`, - CustomerAddress: `151 Market Street, New York, USA, 80160`, - Salesperson: `Nancy Black`, - OrderID: 1666, - OrderDate: `12/6/2022`, - ProductID: 140, - ProductName: `Mac Book Pro`, - UnitPrice: 7940.82, - Quantity: 2, - ExtendedPrice: 15881.64, - Freight: 1670.82, - Discontinued: false, - Region: `South East`, - Address: `151 Market Street`, - City: `New York`, - Country: `USA`, - PostalCode: 80160 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Market`, - ShipAddress: `147 Main Street`, - ShipCity: `Miami`, - ShipPostalCode: 80183, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1011, - CustomerName: `James Jefferson`, - CustomerFirstName: `James`, - CustomerLastName: `Jefferson`, - CustomerAddress: `147 Main Street, Miami, USA, 80183`, - Salesperson: `Mike Madison`, - OrderID: 1059, - OrderDate: `5/14/2022`, - ProductID: 174, - ProductName: `Samsung Note`, - UnitPrice: 14650.56, - Quantity: 2, - ExtendedPrice: 29301.12, - Freight: 1770.56, - Discontinued: false, - Region: `West`, - Address: `147 Main Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 80183 - }), - new InvoicesDataItem( - { - ShipName: `Watson Estate`, - ShipAddress: `134 Main Street`, - ShipCity: `New York`, - ShipPostalCode: 80066, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1012, - CustomerName: `Mike Watson`, - CustomerFirstName: `Mike`, - CustomerLastName: `Watson`, - CustomerAddress: `134 Main Street, New York, USA, 80066`, - Salesperson: `Mike Black`, - OrderID: 1851, - OrderDate: `7/24/2022`, - ProductID: 175, - ProductName: `IPhone`, - UnitPrice: 7870.39, - Quantity: 2, - ExtendedPrice: 15740.78, - Freight: 360.39, - Discontinued: false, - Region: `West`, - Address: `134 Main Street`, - City: `New York`, - Country: `USA`, - PostalCode: 80066 - }), - new InvoicesDataItem( - { - ShipName: `Madison Estate`, - ShipAddress: `159 Market Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 80096, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1013, - CustomerName: `Ben Madison`, - CustomerFirstName: `Ben`, - CustomerLastName: `Madison`, - CustomerAddress: `159 Market Street, Los Angeles, USA, 80096`, - Salesperson: `Anna Madison`, - OrderID: 1451, - OrderDate: `10/4/2022`, - ProductID: 188, - ProductName: `Mac Book Pro`, - UnitPrice: 13920.38, - Quantity: 4, - ExtendedPrice: 55681.52, - Freight: 1140.38, - Discontinued: false, - Region: `North East`, - Address: `159 Market Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 80096 - }), - new InvoicesDataItem( - { - ShipName: `Madison Estate`, - ShipAddress: `187 Wall Street`, - ShipCity: `Miami`, - ShipPostalCode: 60144, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1014, - CustomerName: `Martin Madison`, - CustomerFirstName: `Martin`, - CustomerLastName: `Madison`, - CustomerAddress: `187 Wall Street, Miami, USA, 60144`, - Salesperson: `Ben Jefferson`, - OrderID: 1331, - OrderDate: `4/4/2022`, - ProductID: 119, - ProductName: `IPhone`, - UnitPrice: 6940.73, - Quantity: 5, - ExtendedPrice: 34703.65, - Freight: 640.73, - Discontinued: false, - Region: `West`, - Address: `187 Wall Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 60144 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Townhouse`, - ShipAddress: `158 Wall Street`, - ShipCity: `Huston`, - ShipPostalCode: 60063, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1015, - CustomerName: `Ben Jackson`, - CustomerFirstName: `Ben`, - CustomerLastName: `Jackson`, - CustomerAddress: `158 Wall Street, Huston, USA, 60063`, - Salesperson: `Martin Jefferson`, - OrderID: 1609, - OrderDate: `9/6/2022`, - ProductID: 171, - ProductName: `IPhone`, - UnitPrice: 29080.28, - Quantity: 2, - ExtendedPrice: 58160.56, - Freight: 1810.28, - Discontinued: false, - Region: `South East`, - Address: `158 Wall Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 60063 - }), - new InvoicesDataItem( - { - ShipName: `Black Market`, - ShipAddress: `168 Main Street`, - ShipCity: `Huston`, - ShipPostalCode: 60184, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1016, - CustomerName: `James Black`, - CustomerFirstName: `James`, - CustomerLastName: `Black`, - CustomerAddress: `168 Main Street, Huston, USA, 60184`, - Salesperson: `Martin Watson`, - OrderID: 1772, - OrderDate: `3/20/2022`, - ProductID: 152, - ProductName: `Mac Book Air`, - UnitPrice: 28350.9, - Quantity: 5, - ExtendedPrice: 141754.5, - Freight: 1290.9, - Discontinued: false, - Region: `South East`, - Address: `168 Main Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 60184 - }), - new InvoicesDataItem( - { - ShipName: `Black Market`, - ShipAddress: `116 Main Street`, - ShipCity: `Miami`, - ShipPostalCode: 60129, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1017, - CustomerName: `Nancy Black`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Black`, - CustomerAddress: `116 Main Street, Miami, USA, 60129`, - Salesperson: `Nancy Smith`, - OrderID: 1792, - OrderDate: `9/1/2022`, - ProductID: 182, - ProductName: `Samsung Note`, - UnitPrice: 13730.78, - Quantity: 4, - ExtendedPrice: 54923.12, - Freight: 740.78, - Discontinued: false, - Region: `North East`, - Address: `116 Main Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 60129 - }), - new InvoicesDataItem( - { - ShipName: `Madison Market`, - ShipAddress: `116 Market Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 80090, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1018, - CustomerName: `Martin Madison`, - CustomerFirstName: `Martin`, - CustomerLastName: `Madison`, - CustomerAddress: `116 Market Street, Los Angeles, USA, 80090`, - Salesperson: `Anna Madison`, - OrderID: 1285, - OrderDate: `10/21/2022`, - ProductID: 157, - ProductName: `Mac Book Pro`, - UnitPrice: 8120.36, - Quantity: 3, - ExtendedPrice: 24361.08, - Freight: 410.36, - Discontinued: false, - Region: `West`, - Address: `116 Market Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 80090 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Townhouse`, - ShipAddress: `135 Wall Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 90101, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1019, - CustomerName: `Max Jefferson`, - CustomerFirstName: `Max`, - CustomerLastName: `Jefferson`, - CustomerAddress: `135 Wall Street, Philadelphia, USA, 90101`, - Salesperson: `Mike Madison`, - OrderID: 1205, - OrderDate: `12/22/2022`, - ProductID: 153, - ProductName: `Mac Book Pro`, - UnitPrice: 11830.22, - Quantity: 2, - ExtendedPrice: 23660.44, - Freight: 330.22, - Discontinued: true, - Region: `North East`, - Address: `135 Wall Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 90101 - }), - new InvoicesDataItem( - { - ShipName: `Smith Home`, - ShipAddress: `164 Market Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 70056, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Speedy Express`, - CustomerID: 1020, - CustomerName: `James Smith`, - CustomerFirstName: `James`, - CustomerLastName: `Smith`, - CustomerAddress: `164 Market Street, Philadelphia, USA, 70056`, - Salesperson: `Ben Watson`, - OrderID: 1759, - OrderDate: `8/3/2022`, - ProductID: 129, - ProductName: `Mac Book Pro`, - UnitPrice: 15140.82, - Quantity: 4, - ExtendedPrice: 60563.28, - Freight: 1400.82, - Discontinued: false, - Region: `South East`, - Address: `164 Market Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 70056 - }), - new InvoicesDataItem( - { - ShipName: `Madison Estate`, - ShipAddress: `196 Wall Street`, - ShipCity: `Miami`, - ShipPostalCode: 90169, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1021, - CustomerName: `Max Madison`, - CustomerFirstName: `Max`, - CustomerLastName: `Madison`, - CustomerAddress: `196 Wall Street, Miami, USA, 90169`, - Salesperson: `Mike Smith`, - OrderID: 1879, - OrderDate: `8/17/2022`, - ProductID: 127, - ProductName: `Mac Book Air`, - UnitPrice: 26710.41, - Quantity: 5, - ExtendedPrice: 133552.05, - Freight: 1810.41, - Discontinued: false, - Region: `West`, - Address: `196 Wall Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 90169 - }), - new InvoicesDataItem( - { - ShipName: `Black Market`, - ShipAddress: `175 Wall Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 50142, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1022, - CustomerName: `Nancy Black`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Black`, - CustomerAddress: `175 Wall Street, Philadelphia, USA, 50142`, - Salesperson: `Anna Jefferson`, - OrderID: 1917, - OrderDate: `3/6/2022`, - ProductID: 114, - ProductName: `IPad`, - UnitPrice: 9640.51, - Quantity: 3, - ExtendedPrice: 28921.53, - Freight: 840.51, - Discontinued: false, - Region: `North East`, - Address: `175 Wall Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 50142 - }), - new InvoicesDataItem( - { - ShipName: `Black Home`, - ShipAddress: `122 Main Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 60097, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1023, - CustomerName: `Pamela Black`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Black`, - CustomerAddress: `122 Main Street, Los Angeles, USA, 60097`, - Salesperson: `James Black`, - OrderID: 1176, - OrderDate: `8/4/2022`, - ProductID: 197, - ProductName: `IPad`, - UnitPrice: 14500.56, - Quantity: 4, - ExtendedPrice: 58002.24, - Freight: 530.56, - Discontinued: false, - Region: `West`, - Address: `122 Main Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 60097 - }), - new InvoicesDataItem( - { - ShipName: `Smith Home`, - ShipAddress: `139 Main Street`, - ShipCity: `Miami`, - ShipPostalCode: 60175, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1024, - CustomerName: `James Smith`, - CustomerFirstName: `James`, - CustomerLastName: `Smith`, - CustomerAddress: `139 Main Street, Miami, USA, 60175`, - Salesperson: `Mike Jefferson`, - OrderID: 1317, - OrderDate: `5/21/2022`, - ProductID: 115, - ProductName: `Mac Book Air`, - UnitPrice: 17200.82, - Quantity: 2, - ExtendedPrice: 34401.64, - Freight: 1610.82, - Discontinued: false, - Region: `West`, - Address: `139 Main Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 60175 - }), - new InvoicesDataItem( - { - ShipName: `Watson Townhouse`, - ShipAddress: `155 Market Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 60124, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Federal Shipping`, - CustomerID: 1025, - CustomerName: `James Watson`, - CustomerFirstName: `James`, - CustomerLastName: `Watson`, - CustomerAddress: `155 Market Street, Philadelphia, USA, 60124`, - Salesperson: `Max Smith`, - OrderID: 1721, - OrderDate: `6/15/2022`, - ProductID: 197, - ProductName: `Samsung Note`, - UnitPrice: 9810.3, - Quantity: 2, - ExtendedPrice: 19620.6, - Freight: 1990.3, - Discontinued: false, - Region: `South East`, - Address: `155 Market Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 60124 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Townhouse`, - ShipAddress: `136 Main Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 80120, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1026, - CustomerName: `Ben Jackson`, - CustomerFirstName: `Ben`, - CustomerLastName: `Jackson`, - CustomerAddress: `136 Main Street, Philadelphia, USA, 80120`, - Salesperson: `Max Smith`, - OrderID: 1266, - OrderDate: `12/13/2022`, - ProductID: 198, - ProductName: `Mac Book Pro`, - UnitPrice: 25410.64, - Quantity: 2, - ExtendedPrice: 50821.28, - Freight: 1860.64, - Discontinued: false, - Region: `West`, - Address: `136 Main Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 80120 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Estate`, - ShipAddress: `114 Main Street`, - ShipCity: `New York`, - ShipPostalCode: 60186, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1027, - CustomerName: `Max Jackson`, - CustomerFirstName: `Max`, - CustomerLastName: `Jackson`, - CustomerAddress: `114 Main Street, New York, USA, 60186`, - Salesperson: `Mike Jefferson`, - OrderID: 1636, - OrderDate: `7/7/2022`, - ProductID: 174, - ProductName: `Mac Book Pro`, - UnitPrice: 13740.7, - Quantity: 4, - ExtendedPrice: 54962.8, - Freight: 1960.7, - Discontinued: false, - Region: `West`, - Address: `114 Main Street`, - City: `New York`, - Country: `USA`, - PostalCode: 60186 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Home`, - ShipAddress: `167 Market Street`, - ShipCity: `Huston`, - ShipPostalCode: 70193, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Speedy Express`, - CustomerID: 1028, - CustomerName: `Nancy Jefferson`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Jefferson`, - CustomerAddress: `167 Market Street, Huston, USA, 70193`, - Salesperson: `Ben Jefferson`, - OrderID: 1689, - OrderDate: `1/2/2022`, - ProductID: 192, - ProductName: `IPad`, - UnitPrice: 8760.83, - Quantity: 3, - ExtendedPrice: 26282.49, - Freight: 490.83, - Discontinued: false, - Region: `South East`, - Address: `167 Market Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 70193 - }), - new InvoicesDataItem( - { - ShipName: `Madison Home`, - ShipAddress: `139 Wall Street`, - ShipCity: `New York`, - ShipPostalCode: 80080, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1029, - CustomerName: `Anna Madison`, - CustomerFirstName: `Anna`, - CustomerLastName: `Madison`, - CustomerAddress: `139 Wall Street, New York, USA, 80080`, - Salesperson: `Anna Black`, - OrderID: 1610, - OrderDate: `3/17/2022`, - ProductID: 105, - ProductName: `Mac Book Pro`, - UnitPrice: 19860.82, - Quantity: 3, - ExtendedPrice: 59582.46, - Freight: 1990.82, - Discontinued: true, - Region: `West`, - Address: `139 Wall Street`, - City: `New York`, - Country: `USA`, - PostalCode: 80080 - }), - new InvoicesDataItem( - { - ShipName: `Madison Home`, - ShipAddress: `173 Market Street`, - ShipCity: `New York`, - ShipPostalCode: 70054, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1030, - CustomerName: `Ben Madison`, - CustomerFirstName: `Ben`, - CustomerLastName: `Madison`, - CustomerAddress: `173 Market Street, New York, USA, 70054`, - Salesperson: `Ben Jackson`, - OrderID: 1404, - OrderDate: `12/8/2022`, - ProductID: 171, - ProductName: `IPhone`, - UnitPrice: 12430.21, - Quantity: 3, - ExtendedPrice: 37290.63, - Freight: 880.21, - Discontinued: false, - Region: `West`, - Address: `173 Market Street`, - City: `New York`, - Country: `USA`, - PostalCode: 70054 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Market`, - ShipAddress: `187 Wall Street`, - ShipCity: `New York`, - ShipPostalCode: 60100, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Federal Shipping`, - CustomerID: 1031, - CustomerName: `Mike Jefferson`, - CustomerFirstName: `Mike`, - CustomerLastName: `Jefferson`, - CustomerAddress: `187 Wall Street, New York, USA, 60100`, - Salesperson: `Nancy Smith`, - OrderID: 1480, - OrderDate: `2/8/2022`, - ProductID: 181, - ProductName: `IPad`, - UnitPrice: 26730.66, - Quantity: 2, - ExtendedPrice: 53461.32, - Freight: 510.66, - Discontinued: false, - Region: `South East`, - Address: `187 Wall Street`, - City: `New York`, - Country: `USA`, - PostalCode: 60100 - }), - new InvoicesDataItem( - { - ShipName: `Madison Home`, - ShipAddress: `149 Main Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 90150, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1032, - CustomerName: `Mike Madison`, - CustomerFirstName: `Mike`, - CustomerLastName: `Madison`, - CustomerAddress: `149 Main Street, Los Angeles, USA, 90150`, - Salesperson: `Max Jefferson`, - OrderID: 1886, - OrderDate: `12/2/2022`, - ProductID: 132, - ProductName: `IPhone`, - UnitPrice: 13760.64, - Quantity: 3, - ExtendedPrice: 41281.92, - Freight: 1110.64, - Discontinued: false, - Region: `West`, - Address: `149 Main Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 90150 - }), - new InvoicesDataItem( - { - ShipName: `Smith Market`, - ShipAddress: `124 Market Street`, - ShipCity: `Huston`, - ShipPostalCode: 80175, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1033, - CustomerName: `Martin Smith`, - CustomerFirstName: `Martin`, - CustomerLastName: `Smith`, - CustomerAddress: `124 Market Street, Huston, USA, 80175`, - Salesperson: `Nancy Smith`, - OrderID: 1625, - OrderDate: `11/9/2022`, - ProductID: 100, - ProductName: `IPad`, - UnitPrice: 11590.58, - Quantity: 3, - ExtendedPrice: 34771.74, - Freight: 1080.58, - Discontinued: false, - Region: `South East`, - Address: `124 Market Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 80175 - }), - new InvoicesDataItem( - { - ShipName: `Watson Townhouse`, - ShipAddress: `193 Wall Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 60165, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1034, - CustomerName: `Max Watson`, - CustomerFirstName: `Max`, - CustomerLastName: `Watson`, - CustomerAddress: `193 Wall Street, Philadelphia, USA, 60165`, - Salesperson: `Martin Jackson`, - OrderID: 1669, - OrderDate: `7/3/2022`, - ProductID: 157, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 19220.31, - Quantity: 2, - ExtendedPrice: 38440.62, - Freight: 1130.31, - Discontinued: false, - Region: `South East`, - Address: `193 Wall Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 60165 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Estate`, - ShipAddress: `200 Wall Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 80146, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1035, - CustomerName: `Max Jackson`, - CustomerFirstName: `Max`, - CustomerLastName: `Jackson`, - CustomerAddress: `200 Wall Street, Philadelphia, USA, 80146`, - Salesperson: `Pamela Jefferson`, - OrderID: 1654, - OrderDate: `1/7/2022`, - ProductID: 155, - ProductName: `IPhone`, - UnitPrice: 7040.83, - Quantity: 2, - ExtendedPrice: 14081.66, - Freight: 1420.83, - Discontinued: false, - Region: `North East`, - Address: `200 Wall Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 80146 - }), - new InvoicesDataItem( - { - ShipName: `Smith Estate`, - ShipAddress: `122 Market Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 80150, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Speedy Express`, - CustomerID: 1036, - CustomerName: `Nancy Smith`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Smith`, - CustomerAddress: `122 Market Street, Los Angeles, USA, 80150`, - Salesperson: `Martin Jackson`, - OrderID: 1678, - OrderDate: `12/14/2022`, - ProductID: 120, - ProductName: `Mac Book Air`, - UnitPrice: 6530.89, - Quantity: 3, - ExtendedPrice: 19592.67, - Freight: 250.89, - Discontinued: false, - Region: `North East`, - Address: `122 Market Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 80150 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Market`, - ShipAddress: `128 Main Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 50068, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1037, - CustomerName: `Max Jackson`, - CustomerFirstName: `Max`, - CustomerLastName: `Jackson`, - CustomerAddress: `128 Main Street, Los Angeles, USA, 50068`, - Salesperson: `Ben Watson`, - OrderID: 1301, - OrderDate: `1/25/2022`, - ProductID: 166, - ProductName: `IPad`, - UnitPrice: 11420.23, - Quantity: 2, - ExtendedPrice: 22840.46, - Freight: 950.23, - Discontinued: false, - Region: `South East`, - Address: `128 Main Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 50068 - }), - new InvoicesDataItem( - { - ShipName: `Smith Home`, - ShipAddress: `119 Market Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 60180, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1038, - CustomerName: `Pamela Smith`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Smith`, - CustomerAddress: `119 Market Street, Los Angeles, USA, 60180`, - Salesperson: `Pamela Madison`, - OrderID: 1385, - OrderDate: `6/24/2022`, - ProductID: 132, - ProductName: `Mac Book Air`, - UnitPrice: 29810.6, - Quantity: 4, - ExtendedPrice: 119242.4, - Freight: 220.6, - Discontinued: false, - Region: `West`, - Address: `119 Market Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 60180 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Market`, - ShipAddress: `115 Market Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 90168, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Speedy Express`, - CustomerID: 1039, - CustomerName: `James Jefferson`, - CustomerFirstName: `James`, - CustomerLastName: `Jefferson`, - CustomerAddress: `115 Market Street, Los Angeles, USA, 90168`, - Salesperson: `Martin Smith`, - OrderID: 1308, - OrderDate: `8/13/2022`, - ProductID: 109, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 20770.59, - Quantity: 5, - ExtendedPrice: 103852.95, - Freight: 1690.59, - Discontinued: true, - Region: `North East`, - Address: `115 Market Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 90168 - }), - new InvoicesDataItem( - { - ShipName: `Watson Estate`, - ShipAddress: `128 Market Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 50118, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Speedy Express`, - CustomerID: 1040, - CustomerName: `Anna Watson`, - CustomerFirstName: `Anna`, - CustomerLastName: `Watson`, - CustomerAddress: `128 Market Street, Los Angeles, USA, 50118`, - Salesperson: `Pamela Black`, - OrderID: 1519, - OrderDate: `10/4/2022`, - ProductID: 139, - ProductName: `Mac Book Air`, - UnitPrice: 14860.44, - Quantity: 2, - ExtendedPrice: 29720.88, - Freight: 1670.44, - Discontinued: false, - Region: `South East`, - Address: `128 Market Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 50118 - }), - new InvoicesDataItem( - { - ShipName: `Smith Townhouse`, - ShipAddress: `108 Market Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 90129, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1041, - CustomerName: `Martin Smith`, - CustomerFirstName: `Martin`, - CustomerLastName: `Smith`, - CustomerAddress: `108 Market Street, Los Angeles, USA, 90129`, - Salesperson: `Nancy Black`, - OrderID: 1118, - OrderDate: `2/7/2022`, - ProductID: 126, - ProductName: `Mac Book Air`, - UnitPrice: 28690.85, - Quantity: 4, - ExtendedPrice: 114763.4, - Freight: 500.85, - Discontinued: false, - Region: `West`, - Address: `108 Market Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 90129 - }), - new InvoicesDataItem( - { - ShipName: `Smith Market`, - ShipAddress: `180 Main Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 50101, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1042, - CustomerName: `Anna Smith`, - CustomerFirstName: `Anna`, - CustomerLastName: `Smith`, - CustomerAddress: `180 Main Street, Los Angeles, USA, 50101`, - Salesperson: `Martin Jefferson`, - OrderID: 1541, - OrderDate: `5/3/2022`, - ProductID: 179, - ProductName: `Mac Book Pro`, - UnitPrice: 22630.28, - Quantity: 3, - ExtendedPrice: 67890.84, - Freight: 1200.28, - Discontinued: false, - Region: `North East`, - Address: `180 Main Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 50101 - }), - new InvoicesDataItem( - { - ShipName: `Black Townhouse`, - ShipAddress: `177 Market Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 90107, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1043, - CustomerName: `Max Black`, - CustomerFirstName: `Max`, - CustomerLastName: `Black`, - CustomerAddress: `177 Market Street, Philadelphia, USA, 90107`, - Salesperson: `Martin Jefferson`, - OrderID: 1747, - OrderDate: `5/11/2022`, - ProductID: 133, - ProductName: `Mac Book Pro`, - UnitPrice: 6930.51, - Quantity: 3, - ExtendedPrice: 20791.53, - Freight: 1660.51, - Discontinued: false, - Region: `South East`, - Address: `177 Market Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 90107 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Estate`, - ShipAddress: `134 Market Street`, - ShipCity: `Miami`, - ShipPostalCode: 70172, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Speedy Express`, - CustomerID: 1044, - CustomerName: `Anna Jefferson`, - CustomerFirstName: `Anna`, - CustomerLastName: `Jefferson`, - CustomerAddress: `134 Market Street, Miami, USA, 70172`, - Salesperson: `Mike Smith`, - OrderID: 1343, - OrderDate: `10/11/2022`, - ProductID: 190, - ProductName: `Samsung Note`, - UnitPrice: 26770.78, - Quantity: 4, - ExtendedPrice: 107083.12, - Freight: 960.78, - Discontinued: false, - Region: `North East`, - Address: `134 Market Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 70172 - }), - new InvoicesDataItem( - { - ShipName: `Watson Estate`, - ShipAddress: `117 Wall Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 90124, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1045, - CustomerName: `James Watson`, - CustomerFirstName: `James`, - CustomerLastName: `Watson`, - CustomerAddress: `117 Wall Street, Los Angeles, USA, 90124`, - Salesperson: `Mike Watson`, - OrderID: 1152, - OrderDate: `2/25/2022`, - ProductID: 101, - ProductName: `Mac Book Pro`, - UnitPrice: 8790.3, - Quantity: 5, - ExtendedPrice: 43951.5, - Freight: 220.3, - Discontinued: false, - Region: `South East`, - Address: `117 Wall Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 90124 - }), - new InvoicesDataItem( - { - ShipName: `Black Market`, - ShipAddress: `156 Wall Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 60181, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Speedy Express`, - CustomerID: 1046, - CustomerName: `James Black`, - CustomerFirstName: `James`, - CustomerLastName: `Black`, - CustomerAddress: `156 Wall Street, Philadelphia, USA, 60181`, - Salesperson: `Anna Smith`, - OrderID: 1823, - OrderDate: `10/12/2022`, - ProductID: 178, - ProductName: `Samsung Note`, - UnitPrice: 9750.55, - Quantity: 3, - ExtendedPrice: 29251.65, - Freight: 1940.55, - Discontinued: false, - Region: `North East`, - Address: `156 Wall Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 60181 - }), - new InvoicesDataItem( - { - ShipName: `Madison Market`, - ShipAddress: `122 Main Street`, - ShipCity: `New York`, - ShipPostalCode: 90182, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1047, - CustomerName: `Ben Madison`, - CustomerFirstName: `Ben`, - CustomerLastName: `Madison`, - CustomerAddress: `122 Main Street, New York, USA, 90182`, - Salesperson: `Mike Black`, - OrderID: 1548, - OrderDate: `5/1/2022`, - ProductID: 181, - ProductName: `Mac Book Air`, - UnitPrice: 11590.37, - Quantity: 4, - ExtendedPrice: 46361.48, - Freight: 900.37, - Discontinued: false, - Region: `West`, - Address: `122 Main Street`, - City: `New York`, - Country: `USA`, - PostalCode: 90182 - }), - new InvoicesDataItem( - { - ShipName: `Black Townhouse`, - ShipAddress: `112 Market Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 60175, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1048, - CustomerName: `Pamela Black`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Black`, - CustomerAddress: `112 Market Street, Los Angeles, USA, 60175`, - Salesperson: `Mike Madison`, - OrderID: 1581, - OrderDate: `5/21/2022`, - ProductID: 134, - ProductName: `Mac Book Air`, - UnitPrice: 8800.32, - Quantity: 2, - ExtendedPrice: 17600.64, - Freight: 1820.32, - Discontinued: false, - Region: `South East`, - Address: `112 Market Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 60175 - }), - new InvoicesDataItem( - { - ShipName: `Black Estate`, - ShipAddress: `153 Market Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 90170, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1049, - CustomerName: `Pamela Black`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Black`, - CustomerAddress: `153 Market Street, Los Angeles, USA, 90170`, - Salesperson: `Pamela Watson`, - OrderID: 1145, - OrderDate: `11/13/2022`, - ProductID: 151, - ProductName: `Mac Book Air`, - UnitPrice: 25830.42, - Quantity: 3, - ExtendedPrice: 77491.26, - Freight: 270.42, - Discontinued: true, - Region: `North East`, - Address: `153 Market Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 90170 - }), - new InvoicesDataItem( - { - ShipName: `Black Estate`, - ShipAddress: `159 Market Street`, - ShipCity: `Huston`, - ShipPostalCode: 80198, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1050, - CustomerName: `Anna Black`, - CustomerFirstName: `Anna`, - CustomerLastName: `Black`, - CustomerAddress: `159 Market Street, Huston, USA, 80198`, - Salesperson: `Pamela Jefferson`, - OrderID: 1455, - OrderDate: `12/16/2022`, - ProductID: 115, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 28510.28, - Quantity: 2, - ExtendedPrice: 57020.56, - Freight: 1450.28, - Discontinued: false, - Region: `West`, - Address: `159 Market Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 80198 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Market`, - ShipAddress: `125 Market Street`, - ShipCity: `Miami`, - ShipPostalCode: 70160, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Speedy Express`, - CustomerID: 1051, - CustomerName: `Nancy Jefferson`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Jefferson`, - CustomerAddress: `125 Market Street, Miami, USA, 70160`, - Salesperson: `Anna Jefferson`, - OrderID: 1787, - OrderDate: `1/3/2022`, - ProductID: 171, - ProductName: `Mac Book Air`, - UnitPrice: 18830.35, - Quantity: 3, - ExtendedPrice: 56491.05, - Freight: 1770.35, - Discontinued: false, - Region: `South East`, - Address: `125 Market Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 70160 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Home`, - ShipAddress: `114 Wall Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 70083, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1052, - CustomerName: `Nancy Jefferson`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Jefferson`, - CustomerAddress: `114 Wall Street, Los Angeles, USA, 70083`, - Salesperson: `Anna Madison`, - OrderID: 1591, - OrderDate: `4/6/2022`, - ProductID: 141, - ProductName: `Mac Book Air`, - UnitPrice: 18840.75, - Quantity: 2, - ExtendedPrice: 37681.5, - Freight: 710.75, - Discontinued: false, - Region: `West`, - Address: `114 Wall Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 70083 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Townhouse`, - ShipAddress: `193 Main Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 70170, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1053, - CustomerName: `James Jefferson`, - CustomerFirstName: `James`, - CustomerLastName: `Jefferson`, - CustomerAddress: `193 Main Street, Los Angeles, USA, 70170`, - Salesperson: `Anna Jackson`, - OrderID: 1020, - OrderDate: `7/20/2022`, - ProductID: 177, - ProductName: `IPad`, - UnitPrice: 15250.55, - Quantity: 3, - ExtendedPrice: 45751.65, - Freight: 980.55, - Discontinued: false, - Region: `West`, - Address: `193 Main Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 70170 - }), - new InvoicesDataItem( - { - ShipName: `Smith Home`, - ShipAddress: `156 Main Street`, - ShipCity: `Huston`, - ShipPostalCode: 50127, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Speedy Express`, - CustomerID: 1054, - CustomerName: `Ben Smith`, - CustomerFirstName: `Ben`, - CustomerLastName: `Smith`, - CustomerAddress: `156 Main Street, Huston, USA, 50127`, - Salesperson: `James Black`, - OrderID: 1770, - OrderDate: `3/24/2022`, - ProductID: 141, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 14910.59, - Quantity: 5, - ExtendedPrice: 74552.95, - Freight: 1330.59, - Discontinued: false, - Region: `South East`, - Address: `156 Main Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 50127 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Market`, - ShipAddress: `146 Market Street`, - ShipCity: `Miami`, - ShipPostalCode: 60064, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1055, - CustomerName: `Max Jackson`, - CustomerFirstName: `Max`, - CustomerLastName: `Jackson`, - CustomerAddress: `146 Market Street, Miami, USA, 60064`, - Salesperson: `Mike Smith`, - OrderID: 1766, - OrderDate: `10/23/2022`, - ProductID: 141, - ProductName: `Mac Book Air`, - UnitPrice: 16740.86, - Quantity: 3, - ExtendedPrice: 50222.58, - Freight: 580.86, - Discontinued: false, - Region: `West`, - Address: `146 Market Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 60064 - }), - new InvoicesDataItem( - { - ShipName: `Black Estate`, - ShipAddress: `163 Market Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 90158, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Speedy Express`, - CustomerID: 1056, - CustomerName: `Max Black`, - CustomerFirstName: `Max`, - CustomerLastName: `Black`, - CustomerAddress: `163 Market Street, Los Angeles, USA, 90158`, - Salesperson: `Martin Jefferson`, - OrderID: 1415, - OrderDate: `9/2/2022`, - ProductID: 112, - ProductName: `IPhone`, - UnitPrice: 25190.37, - Quantity: 3, - ExtendedPrice: 75571.11, - Freight: 1060.37, - Discontinued: false, - Region: `South East`, - Address: `163 Market Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 90158 - }), - new InvoicesDataItem( - { - ShipName: `Watson Townhouse`, - ShipAddress: `171 Main Street`, - ShipCity: `New York`, - ShipPostalCode: 50163, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1057, - CustomerName: `James Watson`, - CustomerFirstName: `James`, - CustomerLastName: `Watson`, - CustomerAddress: `171 Main Street, New York, USA, 50163`, - Salesperson: `Martin Smith`, - OrderID: 1430, - OrderDate: `9/2/2022`, - ProductID: 120, - ProductName: `Samsung Note`, - UnitPrice: 26340.71, - Quantity: 2, - ExtendedPrice: 52681.42, - Freight: 770.71, - Discontinued: false, - Region: `North East`, - Address: `171 Main Street`, - City: `New York`, - Country: `USA`, - PostalCode: 50163 - }), - new InvoicesDataItem( - { - ShipName: `Black Townhouse`, - ShipAddress: `195 Wall Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 60159, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Speedy Express`, - CustomerID: 1058, - CustomerName: `James Black`, - CustomerFirstName: `James`, - CustomerLastName: `Black`, - CustomerAddress: `195 Wall Street, Philadelphia, USA, 60159`, - Salesperson: `Ben Black`, - OrderID: 1903, - OrderDate: `2/19/2022`, - ProductID: 161, - ProductName: `IPad`, - UnitPrice: 6290.33, - Quantity: 5, - ExtendedPrice: 31451.65, - Freight: 890.33, - Discontinued: false, - Region: `South East`, - Address: `195 Wall Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 60159 - }), - new InvoicesDataItem( - { - ShipName: `Watson Market`, - ShipAddress: `171 Market Street`, - ShipCity: `Huston`, - ShipPostalCode: 50154, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1059, - CustomerName: `Pamela Watson`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Watson`, - CustomerAddress: `171 Market Street, Huston, USA, 50154`, - Salesperson: `Anna Madison`, - OrderID: 1578, - OrderDate: `6/5/2022`, - ProductID: 103, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 20240.82, - Quantity: 5, - ExtendedPrice: 101204.1, - Freight: 1490.82, - Discontinued: true, - Region: `West`, - Address: `171 Market Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 50154 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Market`, - ShipAddress: `103 Market Street`, - ShipCity: `New York`, - ShipPostalCode: 70081, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Federal Shipping`, - CustomerID: 1060, - CustomerName: `Max Jackson`, - CustomerFirstName: `Max`, - CustomerLastName: `Jackson`, - CustomerAddress: `103 Market Street, New York, USA, 70081`, - Salesperson: `Pamela Jackson`, - OrderID: 1142, - OrderDate: `4/1/2022`, - ProductID: 108, - ProductName: `IPhone`, - UnitPrice: 9790.41, - Quantity: 3, - ExtendedPrice: 29371.23, - Freight: 980.41, - Discontinued: false, - Region: `South East`, - Address: `103 Market Street`, - City: `New York`, - Country: `USA`, - PostalCode: 70081 - }), - new InvoicesDataItem( - { - ShipName: `Smith Market`, - ShipAddress: `187 Market Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 70141, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1061, - CustomerName: `Mike Smith`, - CustomerFirstName: `Mike`, - CustomerLastName: `Smith`, - CustomerAddress: `187 Market Street, Los Angeles, USA, 70141`, - Salesperson: `Ben Jefferson`, - OrderID: 1871, - OrderDate: `8/20/2022`, - ProductID: 197, - ProductName: `IPad`, - UnitPrice: 28960.39, - Quantity: 2, - ExtendedPrice: 57920.78, - Freight: 1280.39, - Discontinued: false, - Region: `West`, - Address: `187 Market Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 70141 - }), - new InvoicesDataItem( - { - ShipName: `Black Estate`, - ShipAddress: `145 Main Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 50068, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1062, - CustomerName: `Ben Black`, - CustomerFirstName: `Ben`, - CustomerLastName: `Black`, - CustomerAddress: `145 Main Street, Philadelphia, USA, 50068`, - Salesperson: `Martin Watson`, - OrderID: 1747, - OrderDate: `1/20/2022`, - ProductID: 198, - ProductName: `Mac Book Pro`, - UnitPrice: 12530.74, - Quantity: 4, - ExtendedPrice: 50122.96, - Freight: 480.74, - Discontinued: false, - Region: `West`, - Address: `145 Main Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 50068 - }), - new InvoicesDataItem( - { - ShipName: `Black Home`, - ShipAddress: `109 Market Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 90197, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1063, - CustomerName: `Nancy Black`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Black`, - CustomerAddress: `109 Market Street, Los Angeles, USA, 90197`, - Salesperson: `James Black`, - OrderID: 1881, - OrderDate: `11/6/2022`, - ProductID: 162, - ProductName: `Samsung Note`, - UnitPrice: 29810.51, - Quantity: 2, - ExtendedPrice: 59621.02, - Freight: 750.51, - Discontinued: false, - Region: `North East`, - Address: `109 Market Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 90197 - }), - new InvoicesDataItem( - { - ShipName: `Smith Market`, - ShipAddress: `155 Market Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 50184, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1064, - CustomerName: `Nancy Smith`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Smith`, - CustomerAddress: `155 Market Street, Los Angeles, USA, 50184`, - Salesperson: `Mike Madison`, - OrderID: 1172, - OrderDate: `5/14/2022`, - ProductID: 154, - ProductName: `IPhone`, - UnitPrice: 11440.88, - Quantity: 2, - ExtendedPrice: 22881.76, - Freight: 1570.88, - Discontinued: false, - Region: `West`, - Address: `155 Market Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 50184 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Estate`, - ShipAddress: `136 Main Street`, - ShipCity: `New York`, - ShipPostalCode: 60147, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Federal Shipping`, - CustomerID: 1065, - CustomerName: `James Jackson`, - CustomerFirstName: `James`, - CustomerLastName: `Jackson`, - CustomerAddress: `136 Main Street, New York, USA, 60147`, - Salesperson: `James Jefferson`, - OrderID: 1538, - OrderDate: `2/4/2022`, - ProductID: 142, - ProductName: `IPad`, - UnitPrice: 18340.25, - Quantity: 5, - ExtendedPrice: 91701.25, - Freight: 1730.25, - Discontinued: false, - Region: `South East`, - Address: `136 Main Street`, - City: `New York`, - Country: `USA`, - PostalCode: 60147 - }), - new InvoicesDataItem( - { - ShipName: `Madison Market`, - ShipAddress: `184 Wall Street`, - ShipCity: `Miami`, - ShipPostalCode: 60091, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1066, - CustomerName: `Mike Madison`, - CustomerFirstName: `Mike`, - CustomerLastName: `Madison`, - CustomerAddress: `184 Wall Street, Miami, USA, 60091`, - Salesperson: `Ben Jackson`, - OrderID: 1863, - OrderDate: `2/6/2022`, - ProductID: 186, - ProductName: `Samsung Note`, - UnitPrice: 6690.4, - Quantity: 5, - ExtendedPrice: 33452, - Freight: 930.4, - Discontinued: false, - Region: `West`, - Address: `184 Wall Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 60091 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Townhouse`, - ShipAddress: `103 Market Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 80170, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1067, - CustomerName: `James Jackson`, - CustomerFirstName: `James`, - CustomerLastName: `Jackson`, - CustomerAddress: `103 Market Street, Philadelphia, USA, 80170`, - Salesperson: `Max Black`, - OrderID: 1476, - OrderDate: `1/13/2022`, - ProductID: 156, - ProductName: `Mac Book Pro`, - UnitPrice: 29040.31, - Quantity: 5, - ExtendedPrice: 145201.55, - Freight: 1070.31, - Discontinued: false, - Region: `West`, - Address: `103 Market Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 80170 - }), - new InvoicesDataItem( - { - ShipName: `Smith Estate`, - ShipAddress: `104 Market Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 80188, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1068, - CustomerName: `Ben Smith`, - CustomerFirstName: `Ben`, - CustomerLastName: `Smith`, - CustomerAddress: `104 Market Street, Los Angeles, USA, 80188`, - Salesperson: `Martin Watson`, - OrderID: 1131, - OrderDate: `9/13/2022`, - ProductID: 131, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 6780.79, - Quantity: 4, - ExtendedPrice: 27123.16, - Freight: 600.79, - Discontinued: false, - Region: `South East`, - Address: `104 Market Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 80188 - }), - new InvoicesDataItem( - { - ShipName: `Madison Townhouse`, - ShipAddress: `140 Main Street`, - ShipCity: `New York`, - ShipPostalCode: 90197, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1069, - CustomerName: `Martin Madison`, - CustomerFirstName: `Martin`, - CustomerLastName: `Madison`, - CustomerAddress: `140 Main Street, New York, USA, 90197`, - Salesperson: `Anna Smith`, - OrderID: 1829, - OrderDate: `2/18/2022`, - ProductID: 152, - ProductName: `Samsung Note`, - UnitPrice: 20150.52, - Quantity: 4, - ExtendedPrice: 80602.08, - Freight: 1840.52, - Discontinued: true, - Region: `North East`, - Address: `140 Main Street`, - City: `New York`, - Country: `USA`, - PostalCode: 90197 - }), - new InvoicesDataItem( - { - ShipName: `Smith Market`, - ShipAddress: `172 Wall Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 90159, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1070, - CustomerName: `Mike Smith`, - CustomerFirstName: `Mike`, - CustomerLastName: `Smith`, - CustomerAddress: `172 Wall Street, Philadelphia, USA, 90159`, - Salesperson: `Pamela Watson`, - OrderID: 1082, - OrderDate: `10/1/2022`, - ProductID: 164, - ProductName: `IPad`, - UnitPrice: 23810.31, - Quantity: 2, - ExtendedPrice: 47620.62, - Freight: 320.31, - Discontinued: false, - Region: `West`, - Address: `172 Wall Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 90159 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Market`, - ShipAddress: `147 Wall Street`, - ShipCity: `Huston`, - ShipPostalCode: 90173, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Federal Shipping`, - CustomerID: 1071, - CustomerName: `Ben Jackson`, - CustomerFirstName: `Ben`, - CustomerLastName: `Jackson`, - CustomerAddress: `147 Wall Street, Huston, USA, 90173`, - Salesperson: `Martin Smith`, - OrderID: 1449, - OrderDate: `1/21/2022`, - ProductID: 111, - ProductName: `Mac Book Pro`, - UnitPrice: 8280.25, - Quantity: 4, - ExtendedPrice: 33121, - Freight: 860.25, - Discontinued: false, - Region: `South East`, - Address: `147 Wall Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 90173 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Market`, - ShipAddress: `161 Main Street`, - ShipCity: `Huston`, - ShipPostalCode: 90102, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1072, - CustomerName: `Mike Jackson`, - CustomerFirstName: `Mike`, - CustomerLastName: `Jackson`, - CustomerAddress: `161 Main Street, Huston, USA, 90102`, - Salesperson: `Nancy Black`, - OrderID: 1609, - OrderDate: `9/22/2022`, - ProductID: 197, - ProductName: `Samsung Note`, - UnitPrice: 16740.35, - Quantity: 4, - ExtendedPrice: 66961.4, - Freight: 1940.35, - Discontinued: false, - Region: `North East`, - Address: `161 Main Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 90102 - }), - new InvoicesDataItem( - { - ShipName: `Smith Home`, - ShipAddress: `102 Market Street`, - ShipCity: `Miami`, - ShipPostalCode: 70124, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1073, - CustomerName: `Ben Smith`, - CustomerFirstName: `Ben`, - CustomerLastName: `Smith`, - CustomerAddress: `102 Market Street, Miami, USA, 70124`, - Salesperson: `Anna Smith`, - OrderID: 1984, - OrderDate: `8/6/2022`, - ProductID: 123, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 14660.66, - Quantity: 3, - ExtendedPrice: 43981.98, - Freight: 1910.66, - Discontinued: false, - Region: `West`, - Address: `102 Market Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 70124 - }), - new InvoicesDataItem( - { - ShipName: `Black Estate`, - ShipAddress: `139 Market Street`, - ShipCity: `Miami`, - ShipPostalCode: 90134, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1074, - CustomerName: `Martin Black`, - CustomerFirstName: `Martin`, - CustomerLastName: `Black`, - CustomerAddress: `139 Market Street, Miami, USA, 90134`, - Salesperson: `Max Jackson`, - OrderID: 1060, - OrderDate: `3/11/2022`, - ProductID: 154, - ProductName: `Mac Book Pro`, - UnitPrice: 14460.37, - Quantity: 4, - ExtendedPrice: 57841.48, - Freight: 1020.37, - Discontinued: false, - Region: `West`, - Address: `139 Market Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 90134 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Market`, - ShipAddress: `132 Market Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 60055, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1075, - CustomerName: `Martin Jackson`, - CustomerFirstName: `Martin`, - CustomerLastName: `Jackson`, - CustomerAddress: `132 Market Street, Philadelphia, USA, 60055`, - Salesperson: `Pamela Madison`, - OrderID: 1213, - OrderDate: `9/3/2022`, - ProductID: 108, - ProductName: `IPhone`, - UnitPrice: 19340.74, - Quantity: 3, - ExtendedPrice: 58022.22, - Freight: 1370.74, - Discontinued: false, - Region: `West`, - Address: `132 Market Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 60055 - }), - new InvoicesDataItem( - { - ShipName: `Black Market`, - ShipAddress: `192 Market Street`, - ShipCity: `Miami`, - ShipPostalCode: 90135, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Speedy Express`, - CustomerID: 1076, - CustomerName: `Mike Black`, - CustomerFirstName: `Mike`, - CustomerLastName: `Black`, - CustomerAddress: `192 Market Street, Miami, USA, 90135`, - Salesperson: `Nancy Madison`, - OrderID: 1563, - OrderDate: `5/8/2022`, - ProductID: 162, - ProductName: `Samsung Note`, - UnitPrice: 12670.48, - Quantity: 2, - ExtendedPrice: 25340.96, - Freight: 1870.48, - Discontinued: false, - Region: `South East`, - Address: `192 Market Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 90135 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Market`, - ShipAddress: `108 Wall Street`, - ShipCity: `Miami`, - ShipPostalCode: 90156, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Federal Shipping`, - CustomerID: 1077, - CustomerName: `Martin Jefferson`, - CustomerFirstName: `Martin`, - CustomerLastName: `Jefferson`, - CustomerAddress: `108 Wall Street, Miami, USA, 90156`, - Salesperson: `Max Smith`, - OrderID: 1087, - OrderDate: `6/24/2022`, - ProductID: 194, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 6860.84, - Quantity: 3, - ExtendedPrice: 20582.52, - Freight: 1880.84, - Discontinued: false, - Region: `South East`, - Address: `108 Wall Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 90156 - }), - new InvoicesDataItem( - { - ShipName: `Smith Market`, - ShipAddress: `162 Wall Street`, - ShipCity: `New York`, - ShipPostalCode: 80121, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1078, - CustomerName: `Nancy Smith`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Smith`, - CustomerAddress: `162 Wall Street, New York, USA, 80121`, - Salesperson: `Anna Black`, - OrderID: 1663, - OrderDate: `9/5/2022`, - ProductID: 149, - ProductName: `Mac Book Pro`, - UnitPrice: 29550.53, - Quantity: 5, - ExtendedPrice: 147752.65, - Freight: 1270.53, - Discontinued: false, - Region: `South East`, - Address: `162 Wall Street`, - City: `New York`, - Country: `USA`, - PostalCode: 80121 - }), - new InvoicesDataItem( - { - ShipName: `Smith Market`, - ShipAddress: `165 Main Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 70057, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Speedy Express`, - CustomerID: 1079, - CustomerName: `Martin Smith`, - CustomerFirstName: `Martin`, - CustomerLastName: `Smith`, - CustomerAddress: `165 Main Street, Los Angeles, USA, 70057`, - Salesperson: `James Watson`, - OrderID: 1724, - OrderDate: `5/6/2022`, - ProductID: 180, - ProductName: `IPad`, - UnitPrice: 13560.61, - Quantity: 3, - ExtendedPrice: 40681.83, - Freight: 760.61, - Discontinued: true, - Region: `North East`, - Address: `165 Main Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 70057 - }), - new InvoicesDataItem( - { - ShipName: `Watson Market`, - ShipAddress: `162 Main Street`, - ShipCity: `Huston`, - ShipPostalCode: 60057, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1080, - CustomerName: `Anna Watson`, - CustomerFirstName: `Anna`, - CustomerLastName: `Watson`, - CustomerAddress: `162 Main Street, Huston, USA, 60057`, - Salesperson: `Anna Watson`, - OrderID: 1156, - OrderDate: `10/5/2022`, - ProductID: 157, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 17220.59, - Quantity: 3, - ExtendedPrice: 51661.77, - Freight: 1550.59, - Discontinued: false, - Region: `North East`, - Address: `162 Main Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 60057 - }), - new InvoicesDataItem( - { - ShipName: `Watson Estate`, - ShipAddress: `126 Main Street`, - ShipCity: `Miami`, - ShipPostalCode: 70200, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1081, - CustomerName: `Nancy Watson`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Watson`, - CustomerAddress: `126 Main Street, Miami, USA, 70200`, - Salesperson: `Ben Watson`, - OrderID: 1982, - OrderDate: `9/11/2022`, - ProductID: 123, - ProductName: `Mac Book Air`, - UnitPrice: 25780.79, - Quantity: 2, - ExtendedPrice: 51561.58, - Freight: 680.79, - Discontinued: false, - Region: `South East`, - Address: `126 Main Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 70200 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Market`, - ShipAddress: `105 Wall Street`, - ShipCity: `Huston`, - ShipPostalCode: 80141, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1082, - CustomerName: `Max Jackson`, - CustomerFirstName: `Max`, - CustomerLastName: `Jackson`, - CustomerAddress: `105 Wall Street, Huston, USA, 80141`, - Salesperson: `Pamela Watson`, - OrderID: 1462, - OrderDate: `6/6/2022`, - ProductID: 189, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 16990.62, - Quantity: 2, - ExtendedPrice: 33981.24, - Freight: 710.62, - Discontinued: false, - Region: `West`, - Address: `105 Wall Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 80141 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Market`, - ShipAddress: `113 Market Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 50187, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1083, - CustomerName: `James Jefferson`, - CustomerFirstName: `James`, - CustomerLastName: `Jefferson`, - CustomerAddress: `113 Market Street, Philadelphia, USA, 50187`, - Salesperson: `Martin Jefferson`, - OrderID: 1698, - OrderDate: `5/16/2022`, - ProductID: 148, - ProductName: `IPhone`, - UnitPrice: 16930.87, - Quantity: 4, - ExtendedPrice: 67723.48, - Freight: 1080.87, - Discontinued: false, - Region: `North East`, - Address: `113 Market Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 50187 - }), - new InvoicesDataItem( - { - ShipName: `Black Market`, - ShipAddress: `164 Main Street`, - ShipCity: `New York`, - ShipPostalCode: 80172, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1084, - CustomerName: `Mike Black`, - CustomerFirstName: `Mike`, - CustomerLastName: `Black`, - CustomerAddress: `164 Main Street, New York, USA, 80172`, - Salesperson: `Mike Jackson`, - OrderID: 1300, - OrderDate: `11/11/2022`, - ProductID: 164, - ProductName: `IPhone`, - UnitPrice: 8120.59, - Quantity: 4, - ExtendedPrice: 32482.36, - Freight: 1140.59, - Discontinued: false, - Region: `West`, - Address: `164 Main Street`, - City: `New York`, - Country: `USA`, - PostalCode: 80172 - }), - new InvoicesDataItem( - { - ShipName: `Watson Estate`, - ShipAddress: `108 Main Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 90074, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1085, - CustomerName: `Pamela Watson`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Watson`, - CustomerAddress: `108 Main Street, Philadelphia, USA, 90074`, - Salesperson: `Nancy Madison`, - OrderID: 1401, - OrderDate: `12/3/2022`, - ProductID: 139, - ProductName: `IPhone`, - UnitPrice: 6160.25, - Quantity: 4, - ExtendedPrice: 24641, - Freight: 1600.25, - Discontinued: false, - Region: `South East`, - Address: `108 Main Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 90074 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Market`, - ShipAddress: `175 Main Street`, - ShipCity: `Huston`, - ShipPostalCode: 80111, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1086, - CustomerName: `Max Jefferson`, - CustomerFirstName: `Max`, - CustomerLastName: `Jefferson`, - CustomerAddress: `175 Main Street, Huston, USA, 80111`, - Salesperson: `Nancy Watson`, - OrderID: 1474, - OrderDate: `9/1/2022`, - ProductID: 138, - ProductName: `Mac Book Air`, - UnitPrice: 7220.7, - Quantity: 4, - ExtendedPrice: 28882.8, - Freight: 1530.7, - Discontinued: false, - Region: `West`, - Address: `175 Main Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 80111 - }), - new InvoicesDataItem( - { - ShipName: `Madison Estate`, - ShipAddress: `102 Wall Street`, - ShipCity: `Miami`, - ShipPostalCode: 80173, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Speedy Express`, - CustomerID: 1087, - CustomerName: `Nancy Madison`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Madison`, - CustomerAddress: `102 Wall Street, Miami, USA, 80173`, - Salesperson: `Martin Jackson`, - OrderID: 1678, - OrderDate: `5/6/2022`, - ProductID: 190, - ProductName: `IPad`, - UnitPrice: 17990.28, - Quantity: 4, - ExtendedPrice: 71961.12, - Freight: 1420.28, - Discontinued: false, - Region: `South East`, - Address: `102 Wall Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 80173 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Townhouse`, - ShipAddress: `163 Market Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 50105, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1088, - CustomerName: `Mike Jackson`, - CustomerFirstName: `Mike`, - CustomerLastName: `Jackson`, - CustomerAddress: `163 Market Street, Philadelphia, USA, 50105`, - Salesperson: `Martin Black`, - OrderID: 1384, - OrderDate: `4/16/2022`, - ProductID: 156, - ProductName: `Mac Book Pro`, - UnitPrice: 15460.27, - Quantity: 3, - ExtendedPrice: 46380.81, - Freight: 1250.27, - Discontinued: false, - Region: `West`, - Address: `163 Market Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 50105 - }), - new InvoicesDataItem( - { - ShipName: `Watson Home`, - ShipAddress: `165 Wall Street`, - ShipCity: `Huston`, - ShipPostalCode: 90075, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1089, - CustomerName: `Ben Watson`, - CustomerFirstName: `Ben`, - CustomerLastName: `Watson`, - CustomerAddress: `165 Wall Street, Huston, USA, 90075`, - Salesperson: `Nancy Jefferson`, - OrderID: 1223, - OrderDate: `7/20/2022`, - ProductID: 105, - ProductName: `Mac Book Pro`, - UnitPrice: 15450.62, - Quantity: 2, - ExtendedPrice: 30901.24, - Freight: 1350.62, - Discontinued: true, - Region: `North East`, - Address: `165 Wall Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 90075 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Market`, - ShipAddress: `140 Wall Street`, - ShipCity: `New York`, - ShipPostalCode: 80134, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1090, - CustomerName: `Anna Jefferson`, - CustomerFirstName: `Anna`, - CustomerLastName: `Jefferson`, - CustomerAddress: `140 Wall Street, New York, USA, 80134`, - Salesperson: `Anna Watson`, - OrderID: 1189, - OrderDate: `10/5/2022`, - ProductID: 128, - ProductName: `Samsung Note`, - UnitPrice: 15460.25, - Quantity: 5, - ExtendedPrice: 77301.25, - Freight: 840.25, - Discontinued: false, - Region: `West`, - Address: `140 Wall Street`, - City: `New York`, - Country: `USA`, - PostalCode: 80134 - }), - new InvoicesDataItem( - { - ShipName: `Madison Market`, - ShipAddress: `191 Wall Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 80168, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1091, - CustomerName: `Max Madison`, - CustomerFirstName: `Max`, - CustomerLastName: `Madison`, - CustomerAddress: `191 Wall Street, Los Angeles, USA, 80168`, - Salesperson: `Anna Madison`, - OrderID: 1657, - OrderDate: `8/7/2022`, - ProductID: 154, - ProductName: `IPad`, - UnitPrice: 24990.6, - Quantity: 5, - ExtendedPrice: 124953, - Freight: 1890.6, - Discontinued: false, - Region: `South East`, - Address: `191 Wall Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 80168 - }), - new InvoicesDataItem( - { - ShipName: `Watson Market`, - ShipAddress: `111 Market Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 60130, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Federal Shipping`, - CustomerID: 1092, - CustomerName: `Anna Watson`, - CustomerFirstName: `Anna`, - CustomerLastName: `Watson`, - CustomerAddress: `111 Market Street, Los Angeles, USA, 60130`, - Salesperson: `Ben Jackson`, - OrderID: 1818, - OrderDate: `12/2/2022`, - ProductID: 107, - ProductName: `Samsung Note`, - UnitPrice: 19750.45, - Quantity: 4, - ExtendedPrice: 79001.8, - Freight: 1840.45, - Discontinued: false, - Region: `South East`, - Address: `111 Market Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 60130 - }), - new InvoicesDataItem( - { - ShipName: `Madison Estate`, - ShipAddress: `190 Market Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 50162, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1093, - CustomerName: `Mike Madison`, - CustomerFirstName: `Mike`, - CustomerLastName: `Madison`, - CustomerAddress: `190 Market Street, Los Angeles, USA, 50162`, - Salesperson: `Mike Watson`, - OrderID: 1117, - OrderDate: `10/12/2022`, - ProductID: 176, - ProductName: `Samsung Note`, - UnitPrice: 15390.57, - Quantity: 5, - ExtendedPrice: 76952.85, - Freight: 1500.57, - Discontinued: false, - Region: `West`, - Address: `190 Market Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 50162 - }), - new InvoicesDataItem( - { - ShipName: `Black Market`, - ShipAddress: `121 Main Street`, - ShipCity: `Miami`, - ShipPostalCode: 70156, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Federal Shipping`, - CustomerID: 1094, - CustomerName: `James Black`, - CustomerFirstName: `James`, - CustomerLastName: `Black`, - CustomerAddress: `121 Main Street, Miami, USA, 70156`, - Salesperson: `Mike Jackson`, - OrderID: 1188, - OrderDate: `11/23/2022`, - ProductID: 177, - ProductName: `IPad`, - UnitPrice: 23120.28, - Quantity: 3, - ExtendedPrice: 69360.84, - Freight: 1670.28, - Discontinued: false, - Region: `South East`, - Address: `121 Main Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 70156 - }), - new InvoicesDataItem( - { - ShipName: `Smith Market`, - ShipAddress: `120 Main Street`, - ShipCity: `Miami`, - ShipPostalCode: 60082, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Speedy Express`, - CustomerID: 1095, - CustomerName: `Martin Smith`, - CustomerFirstName: `Martin`, - CustomerLastName: `Smith`, - CustomerAddress: `120 Main Street, Miami, USA, 60082`, - Salesperson: `Nancy Smith`, - OrderID: 1673, - OrderDate: `1/25/2022`, - ProductID: 189, - ProductName: `Mac Book Air`, - UnitPrice: 16310.31, - Quantity: 4, - ExtendedPrice: 65241.24, - Freight: 370.31, - Discontinued: false, - Region: `South East`, - Address: `120 Main Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 60082 - }), - new InvoicesDataItem( - { - ShipName: `Madison Estate`, - ShipAddress: `102 Main Street`, - ShipCity: `Miami`, - ShipPostalCode: 90125, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1096, - CustomerName: `Pamela Madison`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Madison`, - CustomerAddress: `102 Main Street, Miami, USA, 90125`, - Salesperson: `Pamela Smith`, - OrderID: 1048, - OrderDate: `8/6/2022`, - ProductID: 148, - ProductName: `Mac Book Pro`, - UnitPrice: 14920.59, - Quantity: 2, - ExtendedPrice: 29841.18, - Freight: 1110.59, - Discontinued: false, - Region: `West`, - Address: `102 Main Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 90125 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Home`, - ShipAddress: `125 Main Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 80199, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1097, - CustomerName: `James Jefferson`, - CustomerFirstName: `James`, - CustomerLastName: `Jefferson`, - CustomerAddress: `125 Main Street, Los Angeles, USA, 80199`, - Salesperson: `Pamela Black`, - OrderID: 1336, - OrderDate: `6/1/2022`, - ProductID: 159, - ProductName: `Mac Book Pro`, - UnitPrice: 11370.4, - Quantity: 5, - ExtendedPrice: 56852, - Freight: 1210.4, - Discontinued: false, - Region: `West`, - Address: `125 Main Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 80199 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Townhouse`, - ShipAddress: `109 Wall Street`, - ShipCity: `Miami`, - ShipPostalCode: 60118, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1098, - CustomerName: `Mike Jefferson`, - CustomerFirstName: `Mike`, - CustomerLastName: `Jefferson`, - CustomerAddress: `109 Wall Street, Miami, USA, 60118`, - Salesperson: `James Madison`, - OrderID: 1049, - OrderDate: `2/14/2022`, - ProductID: 172, - ProductName: `Mac Book Pro`, - UnitPrice: 18730.79, - Quantity: 5, - ExtendedPrice: 93653.95, - Freight: 300.79, - Discontinued: false, - Region: `South East`, - Address: `109 Wall Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 60118 - }), - new InvoicesDataItem( - { - ShipName: `Smith Townhouse`, - ShipAddress: `149 Main Street`, - ShipCity: `Miami`, - ShipPostalCode: 50128, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1099, - CustomerName: `Anna Smith`, - CustomerFirstName: `Anna`, - CustomerLastName: `Smith`, - CustomerAddress: `149 Main Street, Miami, USA, 50128`, - Salesperson: `James Watson`, - OrderID: 1292, - OrderDate: `3/15/2022`, - ProductID: 183, - ProductName: `Mac Book Air`, - UnitPrice: 16730.48, - Quantity: 5, - ExtendedPrice: 83652.4, - Freight: 1320.48, - Discontinued: true, - Region: `North East`, - Address: `149 Main Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 50128 - }), - new InvoicesDataItem( - { - ShipName: `Smith Estate`, - ShipAddress: `183 Wall Street`, - ShipCity: `New York`, - ShipPostalCode: 50089, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1100, - CustomerName: `Ben Smith`, - CustomerFirstName: `Ben`, - CustomerLastName: `Smith`, - CustomerAddress: `183 Wall Street, New York, USA, 50089`, - Salesperson: `Max Watson`, - OrderID: 1724, - OrderDate: `9/22/2022`, - ProductID: 160, - ProductName: `IPad`, - UnitPrice: 23370.51, - Quantity: 3, - ExtendedPrice: 70111.53, - Freight: 1200.51, - Discontinued: false, - Region: `North East`, - Address: `183 Wall Street`, - City: `New York`, - Country: `USA`, - PostalCode: 50089 - }), - new InvoicesDataItem( - { - ShipName: `Watson Estate`, - ShipAddress: `195 Market Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 60110, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Federal Shipping`, - CustomerID: 1101, - CustomerName: `Martin Watson`, - CustomerFirstName: `Martin`, - CustomerLastName: `Watson`, - CustomerAddress: `195 Market Street, Philadelphia, USA, 60110`, - Salesperson: `Martin Black`, - OrderID: 1154, - OrderDate: `4/13/2022`, - ProductID: 180, - ProductName: `Samsung Note`, - UnitPrice: 24870.49, - Quantity: 4, - ExtendedPrice: 99481.96, - Freight: 1200.49, - Discontinued: false, - Region: `South East`, - Address: `195 Market Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 60110 - }), - new InvoicesDataItem( - { - ShipName: `Madison Estate`, - ShipAddress: `153 Market Street`, - ShipCity: `New York`, - ShipPostalCode: 60113, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1102, - CustomerName: `Ben Madison`, - CustomerFirstName: `Ben`, - CustomerLastName: `Madison`, - CustomerAddress: `153 Market Street, New York, USA, 60113`, - Salesperson: `Nancy Black`, - OrderID: 1333, - OrderDate: `2/24/2022`, - ProductID: 192, - ProductName: `Samsung Note`, - UnitPrice: 12710.8, - Quantity: 4, - ExtendedPrice: 50843.2, - Freight: 1520.8, - Discontinued: false, - Region: `North East`, - Address: `153 Market Street`, - City: `New York`, - Country: `USA`, - PostalCode: 60113 - }), - new InvoicesDataItem( - { - ShipName: `Watson Market`, - ShipAddress: `185 Market Street`, - ShipCity: `Miami`, - ShipPostalCode: 60118, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1103, - CustomerName: `James Watson`, - CustomerFirstName: `James`, - CustomerLastName: `Watson`, - CustomerAddress: `185 Market Street, Miami, USA, 60118`, - Salesperson: `Max Black`, - OrderID: 1243, - OrderDate: `2/7/2022`, - ProductID: 124, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 16270.33, - Quantity: 4, - ExtendedPrice: 65081.32, - Freight: 1050.33, - Discontinued: false, - Region: `West`, - Address: `185 Market Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 60118 - }), - new InvoicesDataItem( - { - ShipName: `Smith Home`, - ShipAddress: `181 Market Street`, - ShipCity: `Miami`, - ShipPostalCode: 80055, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Speedy Express`, - CustomerID: 1104, - CustomerName: `Anna Smith`, - CustomerFirstName: `Anna`, - CustomerLastName: `Smith`, - CustomerAddress: `181 Market Street, Miami, USA, 80055`, - Salesperson: `Nancy Madison`, - OrderID: 1090, - OrderDate: `12/2/2022`, - ProductID: 106, - ProductName: `Mac Book Pro`, - UnitPrice: 25150.85, - Quantity: 5, - ExtendedPrice: 125754.25, - Freight: 560.85, - Discontinued: false, - Region: `North East`, - Address: `181 Market Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 80055 - }), - new InvoicesDataItem( - { - ShipName: `Watson Home`, - ShipAddress: `185 Market Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 60149, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Speedy Express`, - CustomerID: 1105, - CustomerName: `Ben Watson`, - CustomerFirstName: `Ben`, - CustomerLastName: `Watson`, - CustomerAddress: `185 Market Street, Los Angeles, USA, 60149`, - Salesperson: `Martin Madison`, - OrderID: 1697, - OrderDate: `10/12/2022`, - ProductID: 193, - ProductName: `Mac Book Air`, - UnitPrice: 18440.22, - Quantity: 5, - ExtendedPrice: 92201.1, - Freight: 1030.22, - Discontinued: false, - Region: `North East`, - Address: `185 Market Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 60149 - }), - new InvoicesDataItem( - { - ShipName: `Madison Home`, - ShipAddress: `110 Wall Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 90160, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Speedy Express`, - CustomerID: 1106, - CustomerName: `Anna Madison`, - CustomerFirstName: `Anna`, - CustomerLastName: `Madison`, - CustomerAddress: `110 Wall Street, Los Angeles, USA, 90160`, - Salesperson: `Mike Jefferson`, - OrderID: 1868, - OrderDate: `6/20/2022`, - ProductID: 166, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 10990.49, - Quantity: 5, - ExtendedPrice: 54952.45, - Freight: 1250.49, - Discontinued: false, - Region: `North East`, - Address: `110 Wall Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 90160 - }), - new InvoicesDataItem( - { - ShipName: `Madison Home`, - ShipAddress: `124 Wall Street`, - ShipCity: `Miami`, - ShipPostalCode: 90129, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1107, - CustomerName: `Martin Madison`, - CustomerFirstName: `Martin`, - CustomerLastName: `Madison`, - CustomerAddress: `124 Wall Street, Miami, USA, 90129`, - Salesperson: `Max Madison`, - OrderID: 1419, - OrderDate: `11/8/2022`, - ProductID: 119, - ProductName: `Mac Book Air`, - UnitPrice: 9310.28, - Quantity: 3, - ExtendedPrice: 27930.84, - Freight: 1660.28, - Discontinued: false, - Region: `West`, - Address: `124 Wall Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 90129 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Townhouse`, - ShipAddress: `144 Wall Street`, - ShipCity: `Huston`, - ShipPostalCode: 80145, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1108, - CustomerName: `Pamela Jefferson`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Jefferson`, - CustomerAddress: `144 Wall Street, Huston, USA, 80145`, - Salesperson: `Mike Smith`, - OrderID: 1103, - OrderDate: `5/14/2022`, - ProductID: 172, - ProductName: `Mac Book Pro`, - UnitPrice: 5130.33, - Quantity: 2, - ExtendedPrice: 10260.66, - Freight: 1840.33, - Discontinued: false, - Region: `North East`, - Address: `144 Wall Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 80145 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Estate`, - ShipAddress: `200 Main Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 50073, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1109, - CustomerName: `Nancy Jefferson`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Jefferson`, - CustomerAddress: `200 Main Street, Philadelphia, USA, 50073`, - Salesperson: `Max Jackson`, - OrderID: 1461, - OrderDate: `6/13/2022`, - ProductID: 153, - ProductName: `Mac Book Pro`, - UnitPrice: 23080.59, - Quantity: 3, - ExtendedPrice: 69241.77, - Freight: 540.59, - Discontinued: true, - Region: `West`, - Address: `200 Main Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 50073 - }), - new InvoicesDataItem( - { - ShipName: `Madison Market`, - ShipAddress: `196 Market Street`, - ShipCity: `New York`, - ShipPostalCode: 70070, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1110, - CustomerName: `Mike Madison`, - CustomerFirstName: `Mike`, - CustomerLastName: `Madison`, - CustomerAddress: `196 Market Street, New York, USA, 70070`, - Salesperson: `Nancy Smith`, - OrderID: 1713, - OrderDate: `3/6/2022`, - ProductID: 121, - ProductName: `Mac Book Pro`, - UnitPrice: 29390.58, - Quantity: 3, - ExtendedPrice: 88171.74, - Freight: 1170.58, - Discontinued: false, - Region: `West`, - Address: `196 Market Street`, - City: `New York`, - Country: `USA`, - PostalCode: 70070 - }), - new InvoicesDataItem( - { - ShipName: `Smith Home`, - ShipAddress: `154 Main Street`, - ShipCity: `New York`, - ShipPostalCode: 70167, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Speedy Express`, - CustomerID: 1111, - CustomerName: `Martin Smith`, - CustomerFirstName: `Martin`, - CustomerLastName: `Smith`, - CustomerAddress: `154 Main Street, New York, USA, 70167`, - Salesperson: `Pamela Jackson`, - OrderID: 1956, - OrderDate: `1/2/2022`, - ProductID: 156, - ProductName: `Samsung Note`, - UnitPrice: 24870.88, - Quantity: 2, - ExtendedPrice: 49741.76, - Freight: 1360.88, - Discontinued: false, - Region: `North East`, - Address: `154 Main Street`, - City: `New York`, - Country: `USA`, - PostalCode: 70167 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Townhouse`, - ShipAddress: `110 Main Street`, - ShipCity: `Miami`, - ShipPostalCode: 90055, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1112, - CustomerName: `Mike Jefferson`, - CustomerFirstName: `Mike`, - CustomerLastName: `Jefferson`, - CustomerAddress: `110 Main Street, Miami, USA, 90055`, - Salesperson: `Anna Madison`, - OrderID: 1530, - OrderDate: `10/15/2022`, - ProductID: 113, - ProductName: `IPad`, - UnitPrice: 24570.87, - Quantity: 4, - ExtendedPrice: 98283.48, - Freight: 930.87, - Discontinued: false, - Region: `South East`, - Address: `110 Main Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 90055 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Townhouse`, - ShipAddress: `200 Market Street`, - ShipCity: `Huston`, - ShipPostalCode: 70105, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1113, - CustomerName: `Martin Jefferson`, - CustomerFirstName: `Martin`, - CustomerLastName: `Jefferson`, - CustomerAddress: `200 Market Street, Huston, USA, 70105`, - Salesperson: `James Jackson`, - OrderID: 1488, - OrderDate: `7/13/2022`, - ProductID: 109, - ProductName: `IPhone`, - UnitPrice: 23860.57, - Quantity: 4, - ExtendedPrice: 95442.28, - Freight: 1130.57, - Discontinued: false, - Region: `North East`, - Address: `200 Market Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 70105 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Home`, - ShipAddress: `181 Main Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 80175, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Speedy Express`, - CustomerID: 1114, - CustomerName: `Ben Jefferson`, - CustomerFirstName: `Ben`, - CustomerLastName: `Jefferson`, - CustomerAddress: `181 Main Street, Philadelphia, USA, 80175`, - Salesperson: `Max Jackson`, - OrderID: 1143, - OrderDate: `6/13/2022`, - ProductID: 144, - ProductName: `Mac Book Air`, - UnitPrice: 28390.63, - Quantity: 5, - ExtendedPrice: 141953.15, - Freight: 300.63, - Discontinued: false, - Region: `North East`, - Address: `181 Main Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 80175 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Home`, - ShipAddress: `137 Market Street`, - ShipCity: `Huston`, - ShipPostalCode: 50144, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Federal Shipping`, - CustomerID: 1115, - CustomerName: `Ben Jackson`, - CustomerFirstName: `Ben`, - CustomerLastName: `Jackson`, - CustomerAddress: `137 Market Street, Huston, USA, 50144`, - Salesperson: `Martin Jackson`, - OrderID: 1274, - OrderDate: `4/8/2022`, - ProductID: 134, - ProductName: `IPad`, - UnitPrice: 22580.34, - Quantity: 2, - ExtendedPrice: 45160.68, - Freight: 1720.34, - Discontinued: false, - Region: `South East`, - Address: `137 Market Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 50144 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Market`, - ShipAddress: `186 Main Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 70112, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Speedy Express`, - CustomerID: 1116, - CustomerName: `Pamela Jefferson`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Jefferson`, - CustomerAddress: `186 Main Street, Los Angeles, USA, 70112`, - Salesperson: `Mike Jefferson`, - OrderID: 1597, - OrderDate: `8/6/2022`, - ProductID: 127, - ProductName: `Mac Book Pro`, - UnitPrice: 28490.48, - Quantity: 3, - ExtendedPrice: 85471.44, - Freight: 760.48, - Discontinued: false, - Region: `South East`, - Address: `186 Main Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 70112 - }), - new InvoicesDataItem( - { - ShipName: `Watson Townhouse`, - ShipAddress: `152 Wall Street`, - ShipCity: `Huston`, - ShipPostalCode: 50080, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1117, - CustomerName: `Nancy Watson`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Watson`, - CustomerAddress: `152 Wall Street, Huston, USA, 50080`, - Salesperson: `Max Jackson`, - OrderID: 1632, - OrderDate: `4/15/2022`, - ProductID: 179, - ProductName: `Mac Book Pro`, - UnitPrice: 20680.38, - Quantity: 5, - ExtendedPrice: 103401.9, - Freight: 490.38, - Discontinued: false, - Region: `West`, - Address: `152 Wall Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 50080 - }), - new InvoicesDataItem( - { - ShipName: `Black Home`, - ShipAddress: `147 Wall Street`, - ShipCity: `Huston`, - ShipPostalCode: 60136, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1118, - CustomerName: `Pamela Black`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Black`, - CustomerAddress: `147 Wall Street, Huston, USA, 60136`, - Salesperson: `Mike Watson`, - OrderID: 1461, - OrderDate: `4/21/2022`, - ProductID: 118, - ProductName: `Samsung Note`, - UnitPrice: 6990.24, - Quantity: 5, - ExtendedPrice: 34951.2, - Freight: 460.24, - Discontinued: false, - Region: `North East`, - Address: `147 Wall Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 60136 - }), - new InvoicesDataItem( - { - ShipName: `Black Estate`, - ShipAddress: `161 Market Street`, - ShipCity: `Huston`, - ShipPostalCode: 80121, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1119, - CustomerName: `James Black`, - CustomerFirstName: `James`, - CustomerLastName: `Black`, - CustomerAddress: `161 Market Street, Huston, USA, 80121`, - Salesperson: `Martin Jefferson`, - OrderID: 1380, - OrderDate: `1/3/2022`, - ProductID: 176, - ProductName: `Mac Book Air`, - UnitPrice: 26540.79, - Quantity: 5, - ExtendedPrice: 132703.95, - Freight: 470.79, - Discontinued: true, - Region: `West`, - Address: `161 Market Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 80121 - }), - new InvoicesDataItem( - { - ShipName: `Watson Townhouse`, - ShipAddress: `118 Main Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 50189, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1120, - CustomerName: `Ben Watson`, - CustomerFirstName: `Ben`, - CustomerLastName: `Watson`, - CustomerAddress: `118 Main Street, Philadelphia, USA, 50189`, - Salesperson: `Ben Watson`, - OrderID: 1658, - OrderDate: `1/4/2022`, - ProductID: 184, - ProductName: `Mac Book Air`, - UnitPrice: 16830.41, - Quantity: 5, - ExtendedPrice: 84152.05, - Freight: 1660.41, - Discontinued: false, - Region: `West`, - Address: `118 Main Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 50189 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Townhouse`, - ShipAddress: `186 Market Street`, - ShipCity: `Miami`, - ShipPostalCode: 60097, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Speedy Express`, - CustomerID: 1121, - CustomerName: `Pamela Jackson`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Jackson`, - CustomerAddress: `186 Market Street, Miami, USA, 60097`, - Salesperson: `Nancy Watson`, - OrderID: 1754, - OrderDate: `7/3/2022`, - ProductID: 148, - ProductName: `Mac Book Air`, - UnitPrice: 5030.24, - Quantity: 3, - ExtendedPrice: 15090.72, - Freight: 1660.24, - Discontinued: false, - Region: `South East`, - Address: `186 Market Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 60097 - }), - new InvoicesDataItem( - { - ShipName: `Smith Market`, - ShipAddress: `191 Main Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 90155, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1122, - CustomerName: `Ben Smith`, - CustomerFirstName: `Ben`, - CustomerLastName: `Smith`, - CustomerAddress: `191 Main Street, Los Angeles, USA, 90155`, - Salesperson: `Anna Madison`, - OrderID: 1279, - OrderDate: `3/14/2022`, - ProductID: 151, - ProductName: `IPhone`, - UnitPrice: 23590.82, - Quantity: 3, - ExtendedPrice: 70772.46, - Freight: 1120.82, - Discontinued: false, - Region: `West`, - Address: `191 Main Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 90155 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Market`, - ShipAddress: `190 Main Street`, - ShipCity: `New York`, - ShipPostalCode: 80075, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Federal Shipping`, - CustomerID: 1123, - CustomerName: `James Jefferson`, - CustomerFirstName: `James`, - CustomerLastName: `Jefferson`, - CustomerAddress: `190 Main Street, New York, USA, 80075`, - Salesperson: `Martin Jackson`, - OrderID: 1310, - OrderDate: `11/7/2022`, - ProductID: 183, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 26450.4, - Quantity: 5, - ExtendedPrice: 132252, - Freight: 420.4, - Discontinued: false, - Region: `South East`, - Address: `190 Main Street`, - City: `New York`, - Country: `USA`, - PostalCode: 80075 - }), - new InvoicesDataItem( - { - ShipName: `Madison Home`, - ShipAddress: `160 Market Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 80067, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Speedy Express`, - CustomerID: 1124, - CustomerName: `Pamela Madison`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Madison`, - CustomerAddress: `160 Market Street, Philadelphia, USA, 80067`, - Salesperson: `Ben Jackson`, - OrderID: 1920, - OrderDate: `12/17/2022`, - ProductID: 174, - ProductName: `IPhone`, - UnitPrice: 23660.88, - Quantity: 4, - ExtendedPrice: 94643.52, - Freight: 1220.88, - Discontinued: false, - Region: `North East`, - Address: `160 Market Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 80067 - }), - new InvoicesDataItem( - { - ShipName: `Black Market`, - ShipAddress: `151 Wall Street`, - ShipCity: `Miami`, - ShipPostalCode: 90124, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1125, - CustomerName: `Max Black`, - CustomerFirstName: `Max`, - CustomerLastName: `Black`, - CustomerAddress: `151 Wall Street, Miami, USA, 90124`, - Salesperson: `Mike Watson`, - OrderID: 1497, - OrderDate: `2/21/2022`, - ProductID: 179, - ProductName: `IPhone`, - UnitPrice: 15940.51, - Quantity: 5, - ExtendedPrice: 79702.55, - Freight: 1880.51, - Discontinued: false, - Region: `West`, - Address: `151 Wall Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 90124 - }), - new InvoicesDataItem( - { - ShipName: `Black Estate`, - ShipAddress: `151 Market Street`, - ShipCity: `Huston`, - ShipPostalCode: 70173, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1126, - CustomerName: `Nancy Black`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Black`, - CustomerAddress: `151 Market Street, Huston, USA, 70173`, - Salesperson: `Pamela Jefferson`, - OrderID: 1925, - OrderDate: `2/15/2022`, - ProductID: 170, - ProductName: `IPhone`, - UnitPrice: 13350.7, - Quantity: 5, - ExtendedPrice: 66753.5, - Freight: 720.7, - Discontinued: false, - Region: `West`, - Address: `151 Market Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 70173 - }), - new InvoicesDataItem( - { - ShipName: `Watson Townhouse`, - ShipAddress: `114 Main Street`, - ShipCity: `Miami`, - ShipPostalCode: 80067, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Speedy Express`, - CustomerID: 1127, - CustomerName: `James Watson`, - CustomerFirstName: `James`, - CustomerLastName: `Watson`, - CustomerAddress: `114 Main Street, Miami, USA, 80067`, - Salesperson: `Pamela Black`, - OrderID: 1338, - OrderDate: `5/19/2022`, - ProductID: 196, - ProductName: `Samsung Note`, - UnitPrice: 20820.82, - Quantity: 4, - ExtendedPrice: 83283.28, - Freight: 1570.82, - Discontinued: false, - Region: `South East`, - Address: `114 Main Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 80067 - }), - new InvoicesDataItem( - { - ShipName: `Madison Market`, - ShipAddress: `189 Wall Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 80157, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1128, - CustomerName: `Anna Madison`, - CustomerFirstName: `Anna`, - CustomerLastName: `Madison`, - CustomerAddress: `189 Wall Street, Philadelphia, USA, 80157`, - Salesperson: `Ben Watson`, - OrderID: 1794, - OrderDate: `9/9/2022`, - ProductID: 168, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 25550.56, - Quantity: 4, - ExtendedPrice: 102202.24, - Freight: 400.56, - Discontinued: false, - Region: `North East`, - Address: `189 Wall Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 80157 - }), - new InvoicesDataItem( - { - ShipName: `Watson Home`, - ShipAddress: `198 Main Street`, - ShipCity: `New York`, - ShipPostalCode: 60169, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1129, - CustomerName: `Ben Watson`, - CustomerFirstName: `Ben`, - CustomerLastName: `Watson`, - CustomerAddress: `198 Main Street, New York, USA, 60169`, - Salesperson: `James Black`, - OrderID: 1108, - OrderDate: `2/5/2022`, - ProductID: 194, - ProductName: `Mac Book Air`, - UnitPrice: 10890.26, - Quantity: 3, - ExtendedPrice: 32670.78, - Freight: 760.26, - Discontinued: true, - Region: `South East`, - Address: `198 Main Street`, - City: `New York`, - Country: `USA`, - PostalCode: 60169 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Townhouse`, - ShipAddress: `106 Main Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 60117, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1130, - CustomerName: `James Jackson`, - CustomerFirstName: `James`, - CustomerLastName: `Jackson`, - CustomerAddress: `106 Main Street, Los Angeles, USA, 60117`, - Salesperson: `Pamela Jackson`, - OrderID: 1953, - OrderDate: `11/24/2022`, - ProductID: 179, - ProductName: `Samsung Note`, - UnitPrice: 19940.84, - Quantity: 3, - ExtendedPrice: 59822.52, - Freight: 890.84, - Discontinued: false, - Region: `West`, - Address: `106 Main Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 60117 - }), - new InvoicesDataItem( - { - ShipName: `Madison Home`, - ShipAddress: `192 Main Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 90090, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Federal Shipping`, - CustomerID: 1131, - CustomerName: `James Madison`, - CustomerFirstName: `James`, - CustomerLastName: `Madison`, - CustomerAddress: `192 Main Street, Los Angeles, USA, 90090`, - Salesperson: `Max Jefferson`, - OrderID: 1337, - OrderDate: `10/10/2022`, - ProductID: 198, - ProductName: `Samsung Note`, - UnitPrice: 18640.31, - Quantity: 2, - ExtendedPrice: 37280.62, - Freight: 280.31, - Discontinued: false, - Region: `South East`, - Address: `192 Main Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 90090 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Townhouse`, - ShipAddress: `128 Market Street`, - ShipCity: `Miami`, - ShipPostalCode: 50136, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1132, - CustomerName: `Martin Jefferson`, - CustomerFirstName: `Martin`, - CustomerLastName: `Jefferson`, - CustomerAddress: `128 Market Street, Miami, USA, 50136`, - Salesperson: `Nancy Jefferson`, - OrderID: 1617, - OrderDate: `4/10/2022`, - ProductID: 148, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 26140.37, - Quantity: 2, - ExtendedPrice: 52280.74, - Freight: 1270.37, - Discontinued: false, - Region: `West`, - Address: `128 Market Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 50136 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Home`, - ShipAddress: `164 Wall Street`, - ShipCity: `Huston`, - ShipPostalCode: 70190, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1133, - CustomerName: `Max Jackson`, - CustomerFirstName: `Max`, - CustomerLastName: `Jackson`, - CustomerAddress: `164 Wall Street, Huston, USA, 70190`, - Salesperson: `Nancy Watson`, - OrderID: 1222, - OrderDate: `3/15/2022`, - ProductID: 140, - ProductName: `IPad`, - UnitPrice: 20540.74, - Quantity: 3, - ExtendedPrice: 61622.22, - Freight: 1190.74, - Discontinued: false, - Region: `West`, - Address: `164 Wall Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 70190 - }), - new InvoicesDataItem( - { - ShipName: `Black Home`, - ShipAddress: `118 Main Street`, - ShipCity: `Huston`, - ShipPostalCode: 60126, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1134, - CustomerName: `Ben Black`, - CustomerFirstName: `Ben`, - CustomerLastName: `Black`, - CustomerAddress: `118 Main Street, Huston, USA, 60126`, - Salesperson: `Pamela Jefferson`, - OrderID: 1888, - OrderDate: `7/3/2022`, - ProductID: 133, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 25970.39, - Quantity: 2, - ExtendedPrice: 51940.78, - Freight: 1110.39, - Discontinued: false, - Region: `North East`, - Address: `118 Main Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 60126 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Estate`, - ShipAddress: `145 Wall Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 50093, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1135, - CustomerName: `James Jefferson`, - CustomerFirstName: `James`, - CustomerLastName: `Jefferson`, - CustomerAddress: `145 Wall Street, Philadelphia, USA, 50093`, - Salesperson: `Nancy Jefferson`, - OrderID: 1661, - OrderDate: `5/14/2022`, - ProductID: 199, - ProductName: `Mac Book Air`, - UnitPrice: 12190.38, - Quantity: 2, - ExtendedPrice: 24380.76, - Freight: 1670.38, - Discontinued: false, - Region: `North East`, - Address: `145 Wall Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 50093 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Home`, - ShipAddress: `174 Wall Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 70094, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1136, - CustomerName: `Ben Jefferson`, - CustomerFirstName: `Ben`, - CustomerLastName: `Jefferson`, - CustomerAddress: `174 Wall Street, Los Angeles, USA, 70094`, - Salesperson: `Max Madison`, - OrderID: 1495, - OrderDate: `1/19/2022`, - ProductID: 188, - ProductName: `Mac Book Pro`, - UnitPrice: 18310.54, - Quantity: 5, - ExtendedPrice: 91552.7, - Freight: 810.54, - Discontinued: false, - Region: `West`, - Address: `174 Wall Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 70094 - }), - new InvoicesDataItem( - { - ShipName: `Watson Market`, - ShipAddress: `146 Wall Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 90093, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1137, - CustomerName: `Martin Watson`, - CustomerFirstName: `Martin`, - CustomerLastName: `Watson`, - CustomerAddress: `146 Wall Street, Philadelphia, USA, 90093`, - Salesperson: `Mike Smith`, - OrderID: 1649, - OrderDate: `1/4/2022`, - ProductID: 171, - ProductName: `Mac Book Air`, - UnitPrice: 6400.45, - Quantity: 3, - ExtendedPrice: 19201.35, - Freight: 220.45, - Discontinued: false, - Region: `West`, - Address: `146 Wall Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 90093 - }), - new InvoicesDataItem( - { - ShipName: `Smith Estate`, - ShipAddress: `181 Main Street`, - ShipCity: `Miami`, - ShipPostalCode: 80117, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1138, - CustomerName: `Martin Smith`, - CustomerFirstName: `Martin`, - CustomerLastName: `Smith`, - CustomerAddress: `181 Main Street, Miami, USA, 80117`, - Salesperson: `Mike Black`, - OrderID: 1152, - OrderDate: `5/12/2022`, - ProductID: 172, - ProductName: `Mac Book Pro`, - UnitPrice: 26760.58, - Quantity: 5, - ExtendedPrice: 133802.9, - Freight: 1480.58, - Discontinued: false, - Region: `West`, - Address: `181 Main Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 80117 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Market`, - ShipAddress: `183 Wall Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 70191, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1139, - CustomerName: `Mike Jefferson`, - CustomerFirstName: `Mike`, - CustomerLastName: `Jefferson`, - CustomerAddress: `183 Wall Street, Philadelphia, USA, 70191`, - Salesperson: `Nancy Jefferson`, - OrderID: 1471, - OrderDate: `5/19/2022`, - ProductID: 119, - ProductName: `Mac Book Pro`, - UnitPrice: 22030.88, - Quantity: 5, - ExtendedPrice: 110154.4, - Freight: 990.88, - Discontinued: true, - Region: `West`, - Address: `183 Wall Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 70191 - }), - new InvoicesDataItem( - { - ShipName: `Madison Estate`, - ShipAddress: `100 Wall Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 80082, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1140, - CustomerName: `Pamela Madison`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Madison`, - CustomerAddress: `100 Wall Street, Philadelphia, USA, 80082`, - Salesperson: `Max Madison`, - OrderID: 1793, - OrderDate: `3/16/2022`, - ProductID: 158, - ProductName: `Mac Book Pro`, - UnitPrice: 20230.42, - Quantity: 3, - ExtendedPrice: 60691.26, - Freight: 1990.42, - Discontinued: false, - Region: `West`, - Address: `100 Wall Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 80082 - }), - new InvoicesDataItem( - { - ShipName: `Black Market`, - ShipAddress: `173 Market Street`, - ShipCity: `New York`, - ShipPostalCode: 90155, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1141, - CustomerName: `Pamela Black`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Black`, - CustomerAddress: `173 Market Street, New York, USA, 90155`, - Salesperson: `Pamela Black`, - OrderID: 1928, - OrderDate: `8/24/2022`, - ProductID: 114, - ProductName: `Mac Book Air`, - UnitPrice: 24460.68, - Quantity: 2, - ExtendedPrice: 48921.36, - Freight: 1840.68, - Discontinued: false, - Region: `West`, - Address: `173 Market Street`, - City: `New York`, - Country: `USA`, - PostalCode: 90155 - }), - new InvoicesDataItem( - { - ShipName: `Smith Townhouse`, - ShipAddress: `171 Market Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 60087, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1142, - CustomerName: `James Smith`, - CustomerFirstName: `James`, - CustomerLastName: `Smith`, - CustomerAddress: `171 Market Street, Philadelphia, USA, 60087`, - Salesperson: `Pamela Madison`, - OrderID: 1027, - OrderDate: `1/25/2022`, - ProductID: 145, - ProductName: `Samsung Note`, - UnitPrice: 6010.73, - Quantity: 3, - ExtendedPrice: 18032.19, - Freight: 1860.73, - Discontinued: false, - Region: `West`, - Address: `171 Market Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 60087 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Townhouse`, - ShipAddress: `175 Wall Street`, - ShipCity: `Huston`, - ShipPostalCode: 60122, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1143, - CustomerName: `Mike Jackson`, - CustomerFirstName: `Mike`, - CustomerLastName: `Jackson`, - CustomerAddress: `175 Wall Street, Huston, USA, 60122`, - Salesperson: `Pamela Jackson`, - OrderID: 1700, - OrderDate: `12/10/2022`, - ProductID: 150, - ProductName: `Mac Book Pro`, - UnitPrice: 22030.36, - Quantity: 2, - ExtendedPrice: 44060.72, - Freight: 940.36, - Discontinued: false, - Region: `West`, - Address: `175 Wall Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 60122 - }), - new InvoicesDataItem( - { - ShipName: `Smith Townhouse`, - ShipAddress: `174 Main Street`, - ShipCity: `Miami`, - ShipPostalCode: 90071, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1144, - CustomerName: `Max Smith`, - CustomerFirstName: `Max`, - CustomerLastName: `Smith`, - CustomerAddress: `174 Main Street, Miami, USA, 90071`, - Salesperson: `Mike Jackson`, - OrderID: 1769, - OrderDate: `2/20/2022`, - ProductID: 183, - ProductName: `Mac Book Air`, - UnitPrice: 25890.72, - Quantity: 3, - ExtendedPrice: 77672.16, - Freight: 1540.72, - Discontinued: false, - Region: `West`, - Address: `174 Main Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 90071 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Estate`, - ShipAddress: `100 Market Street`, - ShipCity: `Huston`, - ShipPostalCode: 90059, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1145, - CustomerName: `Martin Jefferson`, - CustomerFirstName: `Martin`, - CustomerLastName: `Jefferson`, - CustomerAddress: `100 Market Street, Huston, USA, 90059`, - Salesperson: `Max Jefferson`, - OrderID: 1835, - OrderDate: `5/15/2022`, - ProductID: 142, - ProductName: `Samsung Note`, - UnitPrice: 28310.48, - Quantity: 3, - ExtendedPrice: 84931.44, - Freight: 2000.48, - Discontinued: false, - Region: `West`, - Address: `100 Market Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 90059 - }), - new InvoicesDataItem( - { - ShipName: `Madison Townhouse`, - ShipAddress: `120 Market Street`, - ShipCity: `Miami`, - ShipPostalCode: 90120, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1146, - CustomerName: `Ben Madison`, - CustomerFirstName: `Ben`, - CustomerLastName: `Madison`, - CustomerAddress: `120 Market Street, Miami, USA, 90120`, - Salesperson: `Max Jefferson`, - OrderID: 1787, - OrderDate: `5/16/2022`, - ProductID: 104, - ProductName: `IPad`, - UnitPrice: 8410.44, - Quantity: 2, - ExtendedPrice: 16820.88, - Freight: 1620.44, - Discontinued: false, - Region: `West`, - Address: `120 Market Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 90120 - }), - new InvoicesDataItem( - { - ShipName: `Watson Estate`, - ShipAddress: `163 Wall Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 80132, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1147, - CustomerName: `Pamela Watson`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Watson`, - CustomerAddress: `163 Wall Street, Los Angeles, USA, 80132`, - Salesperson: `Pamela Watson`, - OrderID: 1026, - OrderDate: `7/10/2022`, - ProductID: 130, - ProductName: `Samsung Note`, - UnitPrice: 13650.42, - Quantity: 3, - ExtendedPrice: 40951.26, - Freight: 750.42, - Discontinued: false, - Region: `West`, - Address: `163 Wall Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 80132 - }), - new InvoicesDataItem( - { - ShipName: `Black Home`, - ShipAddress: `169 Wall Street`, - ShipCity: `Huston`, - ShipPostalCode: 90138, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1148, - CustomerName: `Ben Black`, - CustomerFirstName: `Ben`, - CustomerLastName: `Black`, - CustomerAddress: `169 Wall Street, Huston, USA, 90138`, - Salesperson: `Anna Smith`, - OrderID: 1805, - OrderDate: `1/6/2022`, - ProductID: 126, - ProductName: `Samsung Note`, - UnitPrice: 29130.32, - Quantity: 4, - ExtendedPrice: 116521.28, - Freight: 800.32, - Discontinued: false, - Region: `West`, - Address: `169 Wall Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 90138 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Townhouse`, - ShipAddress: `167 Market Street`, - ShipCity: `Miami`, - ShipPostalCode: 60152, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1149, - CustomerName: `Max Jefferson`, - CustomerFirstName: `Max`, - CustomerLastName: `Jefferson`, - CustomerAddress: `167 Market Street, Miami, USA, 60152`, - Salesperson: `Ben Jackson`, - OrderID: 1292, - OrderDate: `10/3/2022`, - ProductID: 178, - ProductName: `IPhone`, - UnitPrice: 9150.64, - Quantity: 5, - ExtendedPrice: 45753.2, - Freight: 1530.64, - Discontinued: true, - Region: `North East`, - Address: `167 Market Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 60152 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Home`, - ShipAddress: `194 Wall Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 80133, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1150, - CustomerName: `Nancy Jackson`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Jackson`, - CustomerAddress: `194 Wall Street, Philadelphia, USA, 80133`, - Salesperson: `Martin Watson`, - OrderID: 1240, - OrderDate: `10/14/2022`, - ProductID: 128, - ProductName: `IPhone`, - UnitPrice: 22900.38, - Quantity: 5, - ExtendedPrice: 114501.9, - Freight: 1500.38, - Discontinued: false, - Region: `North East`, - Address: `194 Wall Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 80133 - }), - new InvoicesDataItem( - { - ShipName: `Smith Home`, - ShipAddress: `168 Wall Street`, - ShipCity: `New York`, - ShipPostalCode: 60104, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1151, - CustomerName: `James Smith`, - CustomerFirstName: `James`, - CustomerLastName: `Smith`, - CustomerAddress: `168 Wall Street, New York, USA, 60104`, - Salesperson: `Martin Madison`, - OrderID: 1307, - OrderDate: `5/19/2022`, - ProductID: 109, - ProductName: `Samsung Note`, - UnitPrice: 18330.33, - Quantity: 5, - ExtendedPrice: 91651.65, - Freight: 1960.33, - Discontinued: false, - Region: `North East`, - Address: `168 Wall Street`, - City: `New York`, - Country: `USA`, - PostalCode: 60104 - }), - new InvoicesDataItem( - { - ShipName: `Madison Market`, - ShipAddress: `122 Market Street`, - ShipCity: `New York`, - ShipPostalCode: 60149, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1152, - CustomerName: `Nancy Madison`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Madison`, - CustomerAddress: `122 Market Street, New York, USA, 60149`, - Salesperson: `Mike Madison`, - OrderID: 1360, - OrderDate: `11/2/2022`, - ProductID: 141, - ProductName: `Mac Book Pro`, - UnitPrice: 8620.6, - Quantity: 2, - ExtendedPrice: 17241.2, - Freight: 950.6, - Discontinued: false, - Region: `South East`, - Address: `122 Market Street`, - City: `New York`, - Country: `USA`, - PostalCode: 60149 - }), - new InvoicesDataItem( - { - ShipName: `Black Home`, - ShipAddress: `147 Main Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 80098, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Speedy Express`, - CustomerID: 1153, - CustomerName: `Pamela Black`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Black`, - CustomerAddress: `147 Main Street, Philadelphia, USA, 80098`, - Salesperson: `James Black`, - OrderID: 1445, - OrderDate: `11/2/2022`, - ProductID: 151, - ProductName: `Samsung Note`, - UnitPrice: 27180.5, - Quantity: 2, - ExtendedPrice: 54361, - Freight: 790.5, - Discontinued: false, - Region: `South East`, - Address: `147 Main Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 80098 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Estate`, - ShipAddress: `113 Wall Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 90111, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1154, - CustomerName: `Martin Jackson`, - CustomerFirstName: `Martin`, - CustomerLastName: `Jackson`, - CustomerAddress: `113 Wall Street, Los Angeles, USA, 90111`, - Salesperson: `Anna Jackson`, - OrderID: 1014, - OrderDate: `1/24/2022`, - ProductID: 185, - ProductName: `Mac Book Air`, - UnitPrice: 14760.63, - Quantity: 2, - ExtendedPrice: 29521.26, - Freight: 1520.63, - Discontinued: false, - Region: `West`, - Address: `113 Wall Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 90111 - }), - new InvoicesDataItem( - { - ShipName: `Smith Estate`, - ShipAddress: `154 Wall Street`, - ShipCity: `Huston`, - ShipPostalCode: 60050, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1155, - CustomerName: `Nancy Smith`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Smith`, - CustomerAddress: `154 Wall Street, Huston, USA, 60050`, - Salesperson: `Nancy Smith`, - OrderID: 1845, - OrderDate: `4/8/2022`, - ProductID: 105, - ProductName: `IPad`, - UnitPrice: 22600.77, - Quantity: 4, - ExtendedPrice: 90403.08, - Freight: 670.77, - Discontinued: false, - Region: `North East`, - Address: `154 Wall Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 60050 - }), - new InvoicesDataItem( - { - ShipName: `Black Townhouse`, - ShipAddress: `188 Main Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 80121, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1156, - CustomerName: `James Black`, - CustomerFirstName: `James`, - CustomerLastName: `Black`, - CustomerAddress: `188 Main Street, Philadelphia, USA, 80121`, - Salesperson: `Martin Jefferson`, - OrderID: 1587, - OrderDate: `5/13/2022`, - ProductID: 174, - ProductName: `Samsung Note`, - UnitPrice: 17020.74, - Quantity: 2, - ExtendedPrice: 34041.48, - Freight: 1490.74, - Discontinued: false, - Region: `West`, - Address: `188 Main Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 80121 - }), - new InvoicesDataItem( - { - ShipName: `Smith Home`, - ShipAddress: `181 Wall Street`, - ShipCity: `Huston`, - ShipPostalCode: 90097, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1157, - CustomerName: `Anna Smith`, - CustomerFirstName: `Anna`, - CustomerLastName: `Smith`, - CustomerAddress: `181 Wall Street, Huston, USA, 90097`, - Salesperson: `Anna Madison`, - OrderID: 1706, - OrderDate: `5/22/2022`, - ProductID: 112, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 21780.43, - Quantity: 3, - ExtendedPrice: 65341.29, - Freight: 1650.43, - Discontinued: false, - Region: `North East`, - Address: `181 Wall Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 90097 - }), - new InvoicesDataItem( - { - ShipName: `Smith Estate`, - ShipAddress: `171 Wall Street`, - ShipCity: `Miami`, - ShipPostalCode: 50118, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1158, - CustomerName: `James Smith`, - CustomerFirstName: `James`, - CustomerLastName: `Smith`, - CustomerAddress: `171 Wall Street, Miami, USA, 50118`, - Salesperson: `Max Smith`, - OrderID: 1335, - OrderDate: `6/16/2022`, - ProductID: 116, - ProductName: `IPad`, - UnitPrice: 7560.43, - Quantity: 3, - ExtendedPrice: 22681.29, - Freight: 1140.43, - Discontinued: false, - Region: `West`, - Address: `171 Wall Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 50118 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Estate`, - ShipAddress: `193 Market Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 70176, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1159, - CustomerName: `Ben Jackson`, - CustomerFirstName: `Ben`, - CustomerLastName: `Jackson`, - CustomerAddress: `193 Market Street, Philadelphia, USA, 70176`, - Salesperson: `Martin Black`, - OrderID: 1003, - OrderDate: `9/11/2022`, - ProductID: 170, - ProductName: `IPhone`, - UnitPrice: 15510.7, - Quantity: 5, - ExtendedPrice: 77553.5, - Freight: 200.7, - Discontinued: true, - Region: `West`, - Address: `193 Market Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 70176 - }), - new InvoicesDataItem( - { - ShipName: `Madison Home`, - ShipAddress: `125 Market Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 80142, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1160, - CustomerName: `Ben Madison`, - CustomerFirstName: `Ben`, - CustomerLastName: `Madison`, - CustomerAddress: `125 Market Street, Philadelphia, USA, 80142`, - Salesperson: `Martin Madison`, - OrderID: 1723, - OrderDate: `3/14/2022`, - ProductID: 179, - ProductName: `IPhone`, - UnitPrice: 14760.6, - Quantity: 3, - ExtendedPrice: 44281.8, - Freight: 1650.6, - Discontinued: false, - Region: `West`, - Address: `125 Market Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 80142 - }), - new InvoicesDataItem( - { - ShipName: `Smith Estate`, - ShipAddress: `128 Main Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 70111, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Speedy Express`, - CustomerID: 1161, - CustomerName: `Anna Smith`, - CustomerFirstName: `Anna`, - CustomerLastName: `Smith`, - CustomerAddress: `128 Main Street, Philadelphia, USA, 70111`, - Salesperson: `Max Jackson`, - OrderID: 1810, - OrderDate: `1/18/2022`, - ProductID: 117, - ProductName: `IPad`, - UnitPrice: 19620.55, - Quantity: 5, - ExtendedPrice: 98102.75, - Freight: 1030.55, - Discontinued: false, - Region: `South East`, - Address: `128 Main Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 70111 - }), - new InvoicesDataItem( - { - ShipName: `Madison Estate`, - ShipAddress: `131 Wall Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 90058, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1162, - CustomerName: `Max Madison`, - CustomerFirstName: `Max`, - CustomerLastName: `Madison`, - CustomerAddress: `131 Wall Street, Philadelphia, USA, 90058`, - Salesperson: `Pamela Madison`, - OrderID: 1224, - OrderDate: `2/2/2022`, - ProductID: 108, - ProductName: `Mac Book Air`, - UnitPrice: 9130.21, - Quantity: 2, - ExtendedPrice: 18260.42, - Freight: 1110.21, - Discontinued: false, - Region: `West`, - Address: `131 Wall Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 90058 - }), - new InvoicesDataItem( - { - ShipName: `Watson Market`, - ShipAddress: `145 Main Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 50176, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Speedy Express`, - CustomerID: 1163, - CustomerName: `James Watson`, - CustomerFirstName: `James`, - CustomerLastName: `Watson`, - CustomerAddress: `145 Main Street, Philadelphia, USA, 50176`, - Salesperson: `Mike Smith`, - OrderID: 1265, - OrderDate: `4/22/2022`, - ProductID: 147, - ProductName: `IPhone`, - UnitPrice: 15210.29, - Quantity: 2, - ExtendedPrice: 30420.58, - Freight: 1470.29, - Discontinued: false, - Region: `South East`, - Address: `145 Main Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 50176 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Estate`, - ShipAddress: `123 Main Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 90058, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1164, - CustomerName: `Ben Jefferson`, - CustomerFirstName: `Ben`, - CustomerLastName: `Jefferson`, - CustomerAddress: `123 Main Street, Philadelphia, USA, 90058`, - Salesperson: `Martin Watson`, - OrderID: 1428, - OrderDate: `9/14/2022`, - ProductID: 195, - ProductName: `Samsung Note`, - UnitPrice: 6440.36, - Quantity: 4, - ExtendedPrice: 25761.44, - Freight: 350.36, - Discontinued: false, - Region: `West`, - Address: `123 Main Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 90058 - }), - new InvoicesDataItem( - { - ShipName: `Watson Townhouse`, - ShipAddress: `148 Wall Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 60161, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1165, - CustomerName: `Ben Watson`, - CustomerFirstName: `Ben`, - CustomerLastName: `Watson`, - CustomerAddress: `148 Wall Street, Los Angeles, USA, 60161`, - Salesperson: `Nancy Black`, - OrderID: 1367, - OrderDate: `9/1/2022`, - ProductID: 196, - ProductName: `Mac Book Pro`, - UnitPrice: 26990.25, - Quantity: 4, - ExtendedPrice: 107961, - Freight: 950.25, - Discontinued: false, - Region: `West`, - Address: `148 Wall Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 60161 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Home`, - ShipAddress: `151 Main Street`, - ShipCity: `New York`, - ShipPostalCode: 90156, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1166, - CustomerName: `James Jefferson`, - CustomerFirstName: `James`, - CustomerLastName: `Jefferson`, - CustomerAddress: `151 Main Street, New York, USA, 90156`, - Salesperson: `Ben Smith`, - OrderID: 1812, - OrderDate: `6/23/2022`, - ProductID: 182, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 6230.76, - Quantity: 5, - ExtendedPrice: 31153.8, - Freight: 920.76, - Discontinued: false, - Region: `West`, - Address: `151 Main Street`, - City: `New York`, - Country: `USA`, - PostalCode: 90156 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Townhouse`, - ShipAddress: `128 Main Street`, - ShipCity: `New York`, - ShipPostalCode: 90073, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1167, - CustomerName: `Pamela Jackson`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Jackson`, - CustomerAddress: `128 Main Street, New York, USA, 90073`, - Salesperson: `Nancy Madison`, - OrderID: 1121, - OrderDate: `3/25/2022`, - ProductID: 166, - ProductName: `Mac Book Air`, - UnitPrice: 8360.33, - Quantity: 3, - ExtendedPrice: 25080.99, - Freight: 1870.33, - Discontinued: false, - Region: `South East`, - Address: `128 Main Street`, - City: `New York`, - Country: `USA`, - PostalCode: 90073 - }), - new InvoicesDataItem( - { - ShipName: `Black Market`, - ShipAddress: `109 Wall Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 70139, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1168, - CustomerName: `Mike Black`, - CustomerFirstName: `Mike`, - CustomerLastName: `Black`, - CustomerAddress: `109 Wall Street, Philadelphia, USA, 70139`, - Salesperson: `James Jefferson`, - OrderID: 1086, - OrderDate: `11/22/2022`, - ProductID: 192, - ProductName: `IPhone`, - UnitPrice: 13050.45, - Quantity: 4, - ExtendedPrice: 52201.8, - Freight: 1850.45, - Discontinued: false, - Region: `North East`, - Address: `109 Wall Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 70139 - }), - new InvoicesDataItem( - { - ShipName: `Smith Home`, - ShipAddress: `196 Wall Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 60096, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Federal Shipping`, - CustomerID: 1169, - CustomerName: `Anna Smith`, - CustomerFirstName: `Anna`, - CustomerLastName: `Smith`, - CustomerAddress: `196 Wall Street, Los Angeles, USA, 60096`, - Salesperson: `Mike Watson`, - OrderID: 1859, - OrderDate: `8/11/2022`, - ProductID: 157, - ProductName: `IPhone`, - UnitPrice: 14950.2, - Quantity: 5, - ExtendedPrice: 74751, - Freight: 1140.2, - Discontinued: true, - Region: `South East`, - Address: `196 Wall Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 60096 - }), - new InvoicesDataItem( - { - ShipName: `Watson Townhouse`, - ShipAddress: `101 Market Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 90111, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Speedy Express`, - CustomerID: 1170, - CustomerName: `James Watson`, - CustomerFirstName: `James`, - CustomerLastName: `Watson`, - CustomerAddress: `101 Market Street, Philadelphia, USA, 90111`, - Salesperson: `Mike Madison`, - OrderID: 1952, - OrderDate: `7/19/2022`, - ProductID: 152, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 29810.56, - Quantity: 4, - ExtendedPrice: 119242.24, - Freight: 470.56, - Discontinued: false, - Region: `South East`, - Address: `101 Market Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 90111 - }), - new InvoicesDataItem( - { - ShipName: `Madison Estate`, - ShipAddress: `147 Main Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 90157, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1171, - CustomerName: `Max Madison`, - CustomerFirstName: `Max`, - CustomerLastName: `Madison`, - CustomerAddress: `147 Main Street, Los Angeles, USA, 90157`, - Salesperson: `Ben Black`, - OrderID: 1351, - OrderDate: `5/22/2022`, - ProductID: 180, - ProductName: `Samsung Note`, - UnitPrice: 13470.4, - Quantity: 5, - ExtendedPrice: 67352, - Freight: 1610.4, - Discontinued: false, - Region: `West`, - Address: `147 Main Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 90157 - }), - new InvoicesDataItem( - { - ShipName: `Smith Townhouse`, - ShipAddress: `195 Market Street`, - ShipCity: `Huston`, - ShipPostalCode: 80071, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Speedy Express`, - CustomerID: 1172, - CustomerName: `Anna Smith`, - CustomerFirstName: `Anna`, - CustomerLastName: `Smith`, - CustomerAddress: `195 Market Street, Huston, USA, 80071`, - Salesperson: `Pamela Jefferson`, - OrderID: 1371, - OrderDate: `12/9/2022`, - ProductID: 105, - ProductName: `Mac Book Pro`, - UnitPrice: 19040.72, - Quantity: 4, - ExtendedPrice: 76162.88, - Freight: 1480.72, - Discontinued: false, - Region: `South East`, - Address: `195 Market Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 80071 - }), - new InvoicesDataItem( - { - ShipName: `Black Townhouse`, - ShipAddress: `184 Market Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 90197, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1173, - CustomerName: `Martin Black`, - CustomerFirstName: `Martin`, - CustomerLastName: `Black`, - CustomerAddress: `184 Market Street, Los Angeles, USA, 90197`, - Salesperson: `Martin Watson`, - OrderID: 1537, - OrderDate: `4/3/2022`, - ProductID: 137, - ProductName: `IPhone`, - UnitPrice: 25370.79, - Quantity: 2, - ExtendedPrice: 50741.58, - Freight: 1980.79, - Discontinued: false, - Region: `North East`, - Address: `184 Market Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 90197 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Estate`, - ShipAddress: `102 Market Street`, - ShipCity: `Huston`, - ShipPostalCode: 70185, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1174, - CustomerName: `Ben Jackson`, - CustomerFirstName: `Ben`, - CustomerLastName: `Jackson`, - CustomerAddress: `102 Market Street, Huston, USA, 70185`, - Salesperson: `Ben Jackson`, - OrderID: 1378, - OrderDate: `7/6/2022`, - ProductID: 182, - ProductName: `Mac Book Pro`, - UnitPrice: 19620.84, - Quantity: 2, - ExtendedPrice: 39241.68, - Freight: 730.84, - Discontinued: false, - Region: `North East`, - Address: `102 Market Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 70185 - }), - new InvoicesDataItem( - { - ShipName: `Watson Market`, - ShipAddress: `192 Wall Street`, - ShipCity: `Huston`, - ShipPostalCode: 60144, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1175, - CustomerName: `Nancy Watson`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Watson`, - CustomerAddress: `192 Wall Street, Huston, USA, 60144`, - Salesperson: `Martin Jefferson`, - OrderID: 1350, - OrderDate: `10/23/2022`, - ProductID: 138, - ProductName: `IPad`, - UnitPrice: 26010.88, - Quantity: 2, - ExtendedPrice: 52021.76, - Freight: 260.88, - Discontinued: false, - Region: `North East`, - Address: `192 Wall Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 60144 - }), - new InvoicesDataItem( - { - ShipName: `Black Home`, - ShipAddress: `114 Main Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 70079, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Speedy Express`, - CustomerID: 1176, - CustomerName: `Ben Black`, - CustomerFirstName: `Ben`, - CustomerLastName: `Black`, - CustomerAddress: `114 Main Street, Philadelphia, USA, 70079`, - Salesperson: `Anna Watson`, - OrderID: 1889, - OrderDate: `8/21/2022`, - ProductID: 146, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 23970.6, - Quantity: 3, - ExtendedPrice: 71911.8, - Freight: 1870.6, - Discontinued: false, - Region: `North East`, - Address: `114 Main Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 70079 - }), - new InvoicesDataItem( - { - ShipName: `Madison Townhouse`, - ShipAddress: `199 Wall Street`, - ShipCity: `Miami`, - ShipPostalCode: 90182, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Federal Shipping`, - CustomerID: 1177, - CustomerName: `Nancy Madison`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Madison`, - CustomerAddress: `199 Wall Street, Miami, USA, 90182`, - Salesperson: `Anna Madison`, - OrderID: 1285, - OrderDate: `3/12/2022`, - ProductID: 146, - ProductName: `Samsung Note`, - UnitPrice: 13660.54, - Quantity: 2, - ExtendedPrice: 27321.08, - Freight: 1870.54, - Discontinued: false, - Region: `South East`, - Address: `199 Wall Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 90182 - }), - new InvoicesDataItem( - { - ShipName: `Madison Townhouse`, - ShipAddress: `141 Market Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 80097, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1178, - CustomerName: `Pamela Madison`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Madison`, - CustomerAddress: `141 Market Street, Philadelphia, USA, 80097`, - Salesperson: `Pamela Watson`, - OrderID: 1886, - OrderDate: `8/1/2022`, - ProductID: 107, - ProductName: `Mac Book Pro`, - UnitPrice: 11630.46, - Quantity: 4, - ExtendedPrice: 46521.84, - Freight: 1530.46, - Discontinued: false, - Region: `North East`, - Address: `141 Market Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 80097 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Market`, - ShipAddress: `168 Main Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 80162, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1179, - CustomerName: `Max Jefferson`, - CustomerFirstName: `Max`, - CustomerLastName: `Jefferson`, - CustomerAddress: `168 Main Street, Los Angeles, USA, 80162`, - Salesperson: `Mike Jackson`, - OrderID: 1009, - OrderDate: `4/7/2022`, - ProductID: 149, - ProductName: `IPad`, - UnitPrice: 16960.32, - Quantity: 3, - ExtendedPrice: 50880.96, - Freight: 1510.32, - Discontinued: true, - Region: `North East`, - Address: `168 Main Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 80162 - }), - new InvoicesDataItem( - { - ShipName: `Smith Home`, - ShipAddress: `100 Market Street`, - ShipCity: `Miami`, - ShipPostalCode: 80063, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Federal Shipping`, - CustomerID: 1180, - CustomerName: `Martin Smith`, - CustomerFirstName: `Martin`, - CustomerLastName: `Smith`, - CustomerAddress: `100 Market Street, Miami, USA, 80063`, - Salesperson: `Nancy Smith`, - OrderID: 1046, - OrderDate: `10/21/2022`, - ProductID: 123, - ProductName: `IPad`, - UnitPrice: 19360.67, - Quantity: 3, - ExtendedPrice: 58082.01, - Freight: 1510.67, - Discontinued: false, - Region: `South East`, - Address: `100 Market Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 80063 - }), - new InvoicesDataItem( - { - ShipName: `Madison Home`, - ShipAddress: `145 Market Street`, - ShipCity: `Huston`, - ShipPostalCode: 90152, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Speedy Express`, - CustomerID: 1181, - CustomerName: `Anna Madison`, - CustomerFirstName: `Anna`, - CustomerLastName: `Madison`, - CustomerAddress: `145 Market Street, Huston, USA, 90152`, - Salesperson: `Max Watson`, - OrderID: 1593, - OrderDate: `11/17/2022`, - ProductID: 169, - ProductName: `Samsung Note`, - UnitPrice: 28870.27, - Quantity: 5, - ExtendedPrice: 144351.35, - Freight: 1430.27, - Discontinued: false, - Region: `North East`, - Address: `145 Market Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 90152 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Estate`, - ShipAddress: `154 Main Street`, - ShipCity: `Miami`, - ShipPostalCode: 90080, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Federal Shipping`, - CustomerID: 1182, - CustomerName: `Ben Jackson`, - CustomerFirstName: `Ben`, - CustomerLastName: `Jackson`, - CustomerAddress: `154 Main Street, Miami, USA, 90080`, - Salesperson: `Nancy Jefferson`, - OrderID: 1234, - OrderDate: `3/21/2022`, - ProductID: 111, - ProductName: `IPad`, - UnitPrice: 16610.78, - Quantity: 2, - ExtendedPrice: 33221.56, - Freight: 1350.78, - Discontinued: false, - Region: `South East`, - Address: `154 Main Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 90080 - }), - new InvoicesDataItem( - { - ShipName: `Smith Market`, - ShipAddress: `166 Market Street`, - ShipCity: `Huston`, - ShipPostalCode: 70090, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1183, - CustomerName: `Anna Smith`, - CustomerFirstName: `Anna`, - CustomerLastName: `Smith`, - CustomerAddress: `166 Market Street, Huston, USA, 70090`, - Salesperson: `Ben Watson`, - OrderID: 1362, - OrderDate: `5/2/2022`, - ProductID: 122, - ProductName: `Mac Book Air`, - UnitPrice: 6870.64, - Quantity: 4, - ExtendedPrice: 27482.56, - Freight: 750.64, - Discontinued: false, - Region: `North East`, - Address: `166 Market Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 70090 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Estate`, - ShipAddress: `180 Market Street`, - ShipCity: `Miami`, - ShipPostalCode: 90169, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1184, - CustomerName: `Pamela Jefferson`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Jefferson`, - CustomerAddress: `180 Market Street, Miami, USA, 90169`, - Salesperson: `Pamela Black`, - OrderID: 1698, - OrderDate: `1/18/2022`, - ProductID: 129, - ProductName: `IPad`, - UnitPrice: 10960.71, - Quantity: 5, - ExtendedPrice: 54803.55, - Freight: 1530.71, - Discontinued: false, - Region: `West`, - Address: `180 Market Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 90169 - }), - new InvoicesDataItem( - { - ShipName: `Madison Estate`, - ShipAddress: `169 Main Street`, - ShipCity: `Huston`, - ShipPostalCode: 50114, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1185, - CustomerName: `Nancy Madison`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Madison`, - CustomerAddress: `169 Main Street, Huston, USA, 50114`, - Salesperson: `Martin Smith`, - OrderID: 1458, - OrderDate: `6/15/2022`, - ProductID: 183, - ProductName: `IPhone`, - UnitPrice: 16380.23, - Quantity: 2, - ExtendedPrice: 32760.46, - Freight: 1990.23, - Discontinued: false, - Region: `West`, - Address: `169 Main Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 50114 - }), - new InvoicesDataItem( - { - ShipName: `Madison Estate`, - ShipAddress: `132 Market Street`, - ShipCity: `Miami`, - ShipPostalCode: 90064, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1186, - CustomerName: `Max Madison`, - CustomerFirstName: `Max`, - CustomerLastName: `Madison`, - CustomerAddress: `132 Market Street, Miami, USA, 90064`, - Salesperson: `Nancy Jackson`, - OrderID: 1563, - OrderDate: `6/17/2022`, - ProductID: 193, - ProductName: `Samsung Note`, - UnitPrice: 25940.61, - Quantity: 4, - ExtendedPrice: 103762.44, - Freight: 970.61, - Discontinued: false, - Region: `West`, - Address: `132 Market Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 90064 - }), - new InvoicesDataItem( - { - ShipName: `Madison Market`, - ShipAddress: `107 Wall Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 50110, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Speedy Express`, - CustomerID: 1187, - CustomerName: `Martin Madison`, - CustomerFirstName: `Martin`, - CustomerLastName: `Madison`, - CustomerAddress: `107 Wall Street, Los Angeles, USA, 50110`, - Salesperson: `Nancy Jefferson`, - OrderID: 1934, - OrderDate: `6/5/2022`, - ProductID: 110, - ProductName: `Samsung Note`, - UnitPrice: 5360.47, - Quantity: 3, - ExtendedPrice: 16081.41, - Freight: 1680.47, - Discontinued: false, - Region: `North East`, - Address: `107 Wall Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 50110 - }), - new InvoicesDataItem( - { - ShipName: `Black Townhouse`, - ShipAddress: `170 Wall Street`, - ShipCity: `New York`, - ShipPostalCode: 50149, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1188, - CustomerName: `Pamela Black`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Black`, - CustomerAddress: `170 Wall Street, New York, USA, 50149`, - Salesperson: `Mike Jefferson`, - OrderID: 1880, - OrderDate: `12/7/2022`, - ProductID: 137, - ProductName: `IPhone`, - UnitPrice: 19560.62, - Quantity: 4, - ExtendedPrice: 78242.48, - Freight: 680.62, - Discontinued: false, - Region: `West`, - Address: `170 Wall Street`, - City: `New York`, - Country: `USA`, - PostalCode: 50149 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Market`, - ShipAddress: `152 Wall Street`, - ShipCity: `New York`, - ShipPostalCode: 50085, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1189, - CustomerName: `Ben Jefferson`, - CustomerFirstName: `Ben`, - CustomerLastName: `Jefferson`, - CustomerAddress: `152 Wall Street, New York, USA, 50085`, - Salesperson: `Anna Jackson`, - OrderID: 1159, - OrderDate: `5/18/2022`, - ProductID: 167, - ProductName: `IPad`, - UnitPrice: 19270.25, - Quantity: 2, - ExtendedPrice: 38540.5, - Freight: 1050.25, - Discontinued: true, - Region: `North East`, - Address: `152 Wall Street`, - City: `New York`, - Country: `USA`, - PostalCode: 50085 - }), - new InvoicesDataItem( - { - ShipName: `Watson Market`, - ShipAddress: `186 Wall Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 60146, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1190, - CustomerName: `Mike Watson`, - CustomerFirstName: `Mike`, - CustomerLastName: `Watson`, - CustomerAddress: `186 Wall Street, Los Angeles, USA, 60146`, - Salesperson: `Nancy Madison`, - OrderID: 1960, - OrderDate: `3/2/2022`, - ProductID: 167, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 22090.53, - Quantity: 3, - ExtendedPrice: 66271.59, - Freight: 1790.53, - Discontinued: false, - Region: `West`, - Address: `186 Wall Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 60146 - }), - new InvoicesDataItem( - { - ShipName: `Madison Estate`, - ShipAddress: `194 Wall Street`, - ShipCity: `New York`, - ShipPostalCode: 50170, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1191, - CustomerName: `Nancy Madison`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Madison`, - CustomerAddress: `194 Wall Street, New York, USA, 50170`, - Salesperson: `Max Watson`, - OrderID: 1658, - OrderDate: `9/1/2022`, - ProductID: 156, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 27450.8, - Quantity: 4, - ExtendedPrice: 109803.2, - Freight: 270.8, - Discontinued: false, - Region: `West`, - Address: `194 Wall Street`, - City: `New York`, - Country: `USA`, - PostalCode: 50170 - }), - new InvoicesDataItem( - { - ShipName: `Smith Townhouse`, - ShipAddress: `172 Main Street`, - ShipCity: `New York`, - ShipPostalCode: 70191, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1192, - CustomerName: `Ben Smith`, - CustomerFirstName: `Ben`, - CustomerLastName: `Smith`, - CustomerAddress: `172 Main Street, New York, USA, 70191`, - Salesperson: `Pamela Madison`, - OrderID: 1225, - OrderDate: `3/22/2022`, - ProductID: 170, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 21150.84, - Quantity: 5, - ExtendedPrice: 105754.2, - Freight: 1230.84, - Discontinued: false, - Region: `West`, - Address: `172 Main Street`, - City: `New York`, - Country: `USA`, - PostalCode: 70191 - }), - new InvoicesDataItem( - { - ShipName: `Black Market`, - ShipAddress: `108 Market Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 70146, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Federal Shipping`, - CustomerID: 1193, - CustomerName: `Mike Black`, - CustomerFirstName: `Mike`, - CustomerLastName: `Black`, - CustomerAddress: `108 Market Street, Los Angeles, USA, 70146`, - Salesperson: `Pamela Black`, - OrderID: 1886, - OrderDate: `8/20/2022`, - ProductID: 126, - ProductName: `IPhone`, - UnitPrice: 6100.73, - Quantity: 2, - ExtendedPrice: 12201.46, - Freight: 1340.73, - Discontinued: false, - Region: `South East`, - Address: `108 Market Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 70146 - }), - new InvoicesDataItem( - { - ShipName: `Watson Market`, - ShipAddress: `109 Wall Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 90083, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1194, - CustomerName: `Max Watson`, - CustomerFirstName: `Max`, - CustomerLastName: `Watson`, - CustomerAddress: `109 Wall Street, Los Angeles, USA, 90083`, - Salesperson: `Max Smith`, - OrderID: 1191, - OrderDate: `5/9/2022`, - ProductID: 179, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 20190.35, - Quantity: 5, - ExtendedPrice: 100951.75, - Freight: 640.35, - Discontinued: false, - Region: `West`, - Address: `109 Wall Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 90083 - }), - new InvoicesDataItem( - { - ShipName: `Smith Market`, - ShipAddress: `121 Market Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 70102, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1195, - CustomerName: `Max Smith`, - CustomerFirstName: `Max`, - CustomerLastName: `Smith`, - CustomerAddress: `121 Market Street, Philadelphia, USA, 70102`, - Salesperson: `Ben Black`, - OrderID: 1051, - OrderDate: `5/21/2022`, - ProductID: 192, - ProductName: `Mac Book Pro`, - UnitPrice: 21730.32, - Quantity: 5, - ExtendedPrice: 108651.6, - Freight: 1030.32, - Discontinued: false, - Region: `North East`, - Address: `121 Market Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 70102 - }), - new InvoicesDataItem( - { - ShipName: `Watson Estate`, - ShipAddress: `104 Wall Street`, - ShipCity: `New York`, - ShipPostalCode: 90066, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Speedy Express`, - CustomerID: 1196, - CustomerName: `Max Watson`, - CustomerFirstName: `Max`, - CustomerLastName: `Watson`, - CustomerAddress: `104 Wall Street, New York, USA, 90066`, - Salesperson: `Ben Watson`, - OrderID: 1385, - OrderDate: `2/2/2022`, - ProductID: 182, - ProductName: `IPad`, - UnitPrice: 26120.45, - Quantity: 4, - ExtendedPrice: 104481.8, - Freight: 1930.45, - Discontinued: false, - Region: `North East`, - Address: `104 Wall Street`, - City: `New York`, - Country: `USA`, - PostalCode: 90066 - }), - new InvoicesDataItem( - { - ShipName: `Madison Townhouse`, - ShipAddress: `126 Market Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 60091, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1197, - CustomerName: `Ben Madison`, - CustomerFirstName: `Ben`, - CustomerLastName: `Madison`, - CustomerAddress: `126 Market Street, Philadelphia, USA, 60091`, - Salesperson: `Anna Madison`, - OrderID: 1675, - OrderDate: `6/22/2022`, - ProductID: 174, - ProductName: `IPad`, - UnitPrice: 13240.35, - Quantity: 4, - ExtendedPrice: 52961.4, - Freight: 890.35, - Discontinued: false, - Region: `South East`, - Address: `126 Market Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 60091 - }), - new InvoicesDataItem( - { - ShipName: `Watson Home`, - ShipAddress: `139 Main Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 70063, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1198, - CustomerName: `Ben Watson`, - CustomerFirstName: `Ben`, - CustomerLastName: `Watson`, - CustomerAddress: `139 Main Street, Los Angeles, USA, 70063`, - Salesperson: `Pamela Black`, - OrderID: 1997, - OrderDate: `11/17/2022`, - ProductID: 200, - ProductName: `IPhone`, - UnitPrice: 8400.83, - Quantity: 5, - ExtendedPrice: 42004.15, - Freight: 1340.83, - Discontinued: false, - Region: `West`, - Address: `139 Main Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 70063 - }), - new InvoicesDataItem( - { - ShipName: `Smith Home`, - ShipAddress: `133 Wall Street`, - ShipCity: `Miami`, - ShipPostalCode: 70071, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Federal Shipping`, - CustomerID: 1199, - CustomerName: `Mike Smith`, - CustomerFirstName: `Mike`, - CustomerLastName: `Smith`, - CustomerAddress: `133 Wall Street, Miami, USA, 70071`, - Salesperson: `James Watson`, - OrderID: 1641, - OrderDate: `11/12/2022`, - ProductID: 147, - ProductName: `Samsung Note`, - UnitPrice: 10150.31, - Quantity: 3, - ExtendedPrice: 30450.93, - Freight: 720.31, - Discontinued: true, - Region: `South East`, - Address: `133 Wall Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 70071 - }), - new InvoicesDataItem( - { - ShipName: `Black Market`, - ShipAddress: `166 Main Street`, - ShipCity: `Miami`, - ShipPostalCode: 60137, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1200, - CustomerName: `Max Black`, - CustomerFirstName: `Max`, - CustomerLastName: `Black`, - CustomerAddress: `166 Main Street, Miami, USA, 60137`, - Salesperson: `Ben Madison`, - OrderID: 1418, - OrderDate: `11/8/2022`, - ProductID: 135, - ProductName: `IPhone`, - UnitPrice: 9410.46, - Quantity: 2, - ExtendedPrice: 18820.92, - Freight: 970.46, - Discontinued: false, - Region: `West`, - Address: `166 Main Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 60137 - }), - new InvoicesDataItem( - { - ShipName: `Smith Townhouse`, - ShipAddress: `143 Main Street`, - ShipCity: `Miami`, - ShipPostalCode: 70069, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1201, - CustomerName: `James Smith`, - CustomerFirstName: `James`, - CustomerLastName: `Smith`, - CustomerAddress: `143 Main Street, Miami, USA, 70069`, - Salesperson: `Anna Watson`, - OrderID: 1545, - OrderDate: `6/24/2022`, - ProductID: 190, - ProductName: `Mac Book Pro`, - UnitPrice: 5030.78, - Quantity: 3, - ExtendedPrice: 15092.34, - Freight: 1630.78, - Discontinued: false, - Region: `North East`, - Address: `143 Main Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 70069 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Townhouse`, - ShipAddress: `106 Wall Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 50097, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1202, - CustomerName: `Max Jackson`, - CustomerFirstName: `Max`, - CustomerLastName: `Jackson`, - CustomerAddress: `106 Wall Street, Los Angeles, USA, 50097`, - Salesperson: `James Jackson`, - OrderID: 1493, - OrderDate: `7/24/2022`, - ProductID: 124, - ProductName: `Samsung Note`, - UnitPrice: 6390.72, - Quantity: 5, - ExtendedPrice: 31953.6, - Freight: 1960.72, - Discontinued: false, - Region: `North East`, - Address: `106 Wall Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 50097 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Townhouse`, - ShipAddress: `143 Market Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 50052, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1203, - CustomerName: `Pamela Jefferson`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Jefferson`, - CustomerAddress: `143 Market Street, Philadelphia, USA, 50052`, - Salesperson: `Mike Jefferson`, - OrderID: 1495, - OrderDate: `2/14/2022`, - ProductID: 179, - ProductName: `Mac Book Pro`, - UnitPrice: 16770.46, - Quantity: 5, - ExtendedPrice: 83852.3, - Freight: 420.46, - Discontinued: false, - Region: `North East`, - Address: `143 Market Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 50052 - }), - new InvoicesDataItem( - { - ShipName: `Smith Estate`, - ShipAddress: `174 Wall Street`, - ShipCity: `New York`, - ShipPostalCode: 60127, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1204, - CustomerName: `Nancy Smith`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Smith`, - CustomerAddress: `174 Wall Street, New York, USA, 60127`, - Salesperson: `Max Watson`, - OrderID: 1123, - OrderDate: `11/20/2022`, - ProductID: 186, - ProductName: `Mac Book Air`, - UnitPrice: 20930.48, - Quantity: 4, - ExtendedPrice: 83721.92, - Freight: 950.48, - Discontinued: false, - Region: `South East`, - Address: `174 Wall Street`, - City: `New York`, - Country: `USA`, - PostalCode: 60127 - }), - new InvoicesDataItem( - { - ShipName: `Madison Market`, - ShipAddress: `123 Wall Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 60111, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1205, - CustomerName: `Pamela Madison`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Madison`, - CustomerAddress: `123 Wall Street, Los Angeles, USA, 60111`, - Salesperson: `Pamela Jefferson`, - OrderID: 1342, - OrderDate: `12/8/2022`, - ProductID: 140, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 27010.34, - Quantity: 3, - ExtendedPrice: 81031.02, - Freight: 1470.34, - Discontinued: false, - Region: `West`, - Address: `123 Wall Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 60111 - }), - new InvoicesDataItem( - { - ShipName: `Smith Home`, - ShipAddress: `166 Market Street`, - ShipCity: `Miami`, - ShipPostalCode: 50102, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Speedy Express`, - CustomerID: 1206, - CustomerName: `James Smith`, - CustomerFirstName: `James`, - CustomerLastName: `Smith`, - CustomerAddress: `166 Market Street, Miami, USA, 50102`, - Salesperson: `Ben Madison`, - OrderID: 1017, - OrderDate: `10/2/2022`, - ProductID: 186, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 12810.79, - Quantity: 5, - ExtendedPrice: 64053.95, - Freight: 1990.79, - Discontinued: false, - Region: `North East`, - Address: `166 Market Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 50102 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Estate`, - ShipAddress: `193 Main Street`, - ShipCity: `Huston`, - ShipPostalCode: 80187, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1207, - CustomerName: `Max Jefferson`, - CustomerFirstName: `Max`, - CustomerLastName: `Jefferson`, - CustomerAddress: `193 Main Street, Huston, USA, 80187`, - Salesperson: `Mike Jefferson`, - OrderID: 1558, - OrderDate: `11/12/2022`, - ProductID: 194, - ProductName: `Mac Book Pro`, - UnitPrice: 26210.45, - Quantity: 2, - ExtendedPrice: 52420.9, - Freight: 1110.45, - Discontinued: false, - Region: `North East`, - Address: `193 Main Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 80187 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Market`, - ShipAddress: `137 Main Street`, - ShipCity: `Miami`, - ShipPostalCode: 80111, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1208, - CustomerName: `Ben Jefferson`, - CustomerFirstName: `Ben`, - CustomerLastName: `Jefferson`, - CustomerAddress: `137 Main Street, Miami, USA, 80111`, - Salesperson: `Mike Watson`, - OrderID: 1466, - OrderDate: `11/18/2022`, - ProductID: 189, - ProductName: `Mac Book Air`, - UnitPrice: 6190.57, - Quantity: 3, - ExtendedPrice: 18571.71, - Freight: 1810.57, - Discontinued: false, - Region: `West`, - Address: `137 Main Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 80111 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Townhouse`, - ShipAddress: `122 Main Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 80088, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1209, - CustomerName: `Ben Jefferson`, - CustomerFirstName: `Ben`, - CustomerLastName: `Jefferson`, - CustomerAddress: `122 Main Street, Philadelphia, USA, 80088`, - Salesperson: `Ben Jefferson`, - OrderID: 1539, - OrderDate: `11/13/2022`, - ProductID: 131, - ProductName: `IPhone`, - UnitPrice: 21280.22, - Quantity: 4, - ExtendedPrice: 85120.88, - Freight: 760.22, - Discontinued: true, - Region: `North East`, - Address: `122 Main Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 80088 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Home`, - ShipAddress: `115 Main Street`, - ShipCity: `New York`, - ShipPostalCode: 80079, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1210, - CustomerName: `Anna Jefferson`, - CustomerFirstName: `Anna`, - CustomerLastName: `Jefferson`, - CustomerAddress: `115 Main Street, New York, USA, 80079`, - Salesperson: `Max Jefferson`, - OrderID: 1411, - OrderDate: `11/22/2022`, - ProductID: 135, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 13700.71, - Quantity: 3, - ExtendedPrice: 41102.13, - Freight: 1730.71, - Discontinued: false, - Region: `South East`, - Address: `115 Main Street`, - City: `New York`, - Country: `USA`, - PostalCode: 80079 - }), - new InvoicesDataItem( - { - ShipName: `Smith Market`, - ShipAddress: `114 Main Street`, - ShipCity: `New York`, - ShipPostalCode: 50137, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1211, - CustomerName: `Mike Smith`, - CustomerFirstName: `Mike`, - CustomerLastName: `Smith`, - CustomerAddress: `114 Main Street, New York, USA, 50137`, - Salesperson: `Nancy Smith`, - OrderID: 1890, - OrderDate: `8/5/2022`, - ProductID: 169, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 11320.48, - Quantity: 3, - ExtendedPrice: 33961.44, - Freight: 930.48, - Discontinued: false, - Region: `West`, - Address: `114 Main Street`, - City: `New York`, - Country: `USA`, - PostalCode: 50137 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Market`, - ShipAddress: `130 Wall Street`, - ShipCity: `Miami`, - ShipPostalCode: 90082, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1212, - CustomerName: `Martin Jefferson`, - CustomerFirstName: `Martin`, - CustomerLastName: `Jefferson`, - CustomerAddress: `130 Wall Street, Miami, USA, 90082`, - Salesperson: `Nancy Madison`, - OrderID: 1783, - OrderDate: `9/1/2022`, - ProductID: 109, - ProductName: `IPhone`, - UnitPrice: 24340.75, - Quantity: 5, - ExtendedPrice: 121703.75, - Freight: 490.75, - Discontinued: false, - Region: `North East`, - Address: `130 Wall Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 90082 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Estate`, - ShipAddress: `140 Main Street`, - ShipCity: `New York`, - ShipPostalCode: 80095, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Federal Shipping`, - CustomerID: 1213, - CustomerName: `James Jefferson`, - CustomerFirstName: `James`, - CustomerLastName: `Jefferson`, - CustomerAddress: `140 Main Street, New York, USA, 80095`, - Salesperson: `Pamela Watson`, - OrderID: 1101, - OrderDate: `5/25/2022`, - ProductID: 101, - ProductName: `Mac Book Air`, - UnitPrice: 29980.24, - Quantity: 4, - ExtendedPrice: 119920.96, - Freight: 1190.24, - Discontinued: false, - Region: `South East`, - Address: `140 Main Street`, - City: `New York`, - Country: `USA`, - PostalCode: 80095 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Market`, - ShipAddress: `165 Main Street`, - ShipCity: `Huston`, - ShipPostalCode: 90200, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Federal Shipping`, - CustomerID: 1214, - CustomerName: `Ben Jefferson`, - CustomerFirstName: `Ben`, - CustomerLastName: `Jefferson`, - CustomerAddress: `165 Main Street, Huston, USA, 90200`, - Salesperson: `Max Watson`, - OrderID: 1932, - OrderDate: `2/10/2022`, - ProductID: 159, - ProductName: `Mac Book Air`, - UnitPrice: 23460.59, - Quantity: 4, - ExtendedPrice: 93842.36, - Freight: 710.59, - Discontinued: false, - Region: `South East`, - Address: `165 Main Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 90200 - }), - new InvoicesDataItem( - { - ShipName: `Watson Market`, - ShipAddress: `154 Market Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 70200, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1215, - CustomerName: `Max Watson`, - CustomerFirstName: `Max`, - CustomerLastName: `Watson`, - CustomerAddress: `154 Market Street, Los Angeles, USA, 70200`, - Salesperson: `Mike Black`, - OrderID: 1514, - OrderDate: `10/8/2022`, - ProductID: 148, - ProductName: `Samsung Note`, - UnitPrice: 29540.27, - Quantity: 4, - ExtendedPrice: 118161.08, - Freight: 1960.27, - Discontinued: false, - Region: `North East`, - Address: `154 Market Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 70200 - }), - new InvoicesDataItem( - { - ShipName: `Watson Home`, - ShipAddress: `113 Market Street`, - ShipCity: `New York`, - ShipPostalCode: 50127, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Speedy Express`, - CustomerID: 1216, - CustomerName: `Max Watson`, - CustomerFirstName: `Max`, - CustomerLastName: `Watson`, - CustomerAddress: `113 Market Street, New York, USA, 50127`, - Salesperson: `James Jefferson`, - OrderID: 1736, - OrderDate: `10/21/2022`, - ProductID: 188, - ProductName: `IPad`, - UnitPrice: 15350.27, - Quantity: 4, - ExtendedPrice: 61401.08, - Freight: 540.27, - Discontinued: false, - Region: `South East`, - Address: `113 Market Street`, - City: `New York`, - Country: `USA`, - PostalCode: 50127 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Market`, - ShipAddress: `153 Main Street`, - ShipCity: `Huston`, - ShipPostalCode: 80064, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1217, - CustomerName: `James Jackson`, - CustomerFirstName: `James`, - CustomerLastName: `Jackson`, - CustomerAddress: `153 Main Street, Huston, USA, 80064`, - Salesperson: `Mike Jackson`, - OrderID: 1978, - OrderDate: `12/25/2022`, - ProductID: 125, - ProductName: `IPad`, - UnitPrice: 15880.31, - Quantity: 3, - ExtendedPrice: 47640.93, - Freight: 800.31, - Discontinued: false, - Region: `North East`, - Address: `153 Main Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 80064 - }), - new InvoicesDataItem( - { - ShipName: `Smith Estate`, - ShipAddress: `107 Main Street`, - ShipCity: `Miami`, - ShipPostalCode: 50196, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1218, - CustomerName: `Mike Smith`, - CustomerFirstName: `Mike`, - CustomerLastName: `Smith`, - CustomerAddress: `107 Main Street, Miami, USA, 50196`, - Salesperson: `Martin Jackson`, - OrderID: 1324, - OrderDate: `7/18/2022`, - ProductID: 188, - ProductName: `Mac Book Air`, - UnitPrice: 26990.38, - Quantity: 4, - ExtendedPrice: 107961.52, - Freight: 610.38, - Discontinued: false, - Region: `South East`, - Address: `107 Main Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 50196 - }), - new InvoicesDataItem( - { - ShipName: `Smith Estate`, - ShipAddress: `140 Wall Street`, - ShipCity: `Miami`, - ShipPostalCode: 70154, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1219, - CustomerName: `James Smith`, - CustomerFirstName: `James`, - CustomerLastName: `Smith`, - CustomerAddress: `140 Wall Street, Miami, USA, 70154`, - Salesperson: `Nancy Madison`, - OrderID: 1307, - OrderDate: `4/19/2022`, - ProductID: 114, - ProductName: `IPhone`, - UnitPrice: 18300.65, - Quantity: 4, - ExtendedPrice: 73202.6, - Freight: 800.65, - Discontinued: true, - Region: `West`, - Address: `140 Wall Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 70154 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Townhouse`, - ShipAddress: `158 Market Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 50154, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1220, - CustomerName: `Mike Jackson`, - CustomerFirstName: `Mike`, - CustomerLastName: `Jackson`, - CustomerAddress: `158 Market Street, Los Angeles, USA, 50154`, - Salesperson: `James Black`, - OrderID: 1808, - OrderDate: `3/18/2022`, - ProductID: 172, - ProductName: `Mac Book Air`, - UnitPrice: 27460.67, - Quantity: 3, - ExtendedPrice: 82382.01, - Freight: 1220.67, - Discontinued: false, - Region: `North East`, - Address: `158 Market Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 50154 - }), - new InvoicesDataItem( - { - ShipName: `Smith Home`, - ShipAddress: `116 Main Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 90170, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1221, - CustomerName: `Pamela Smith`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Smith`, - CustomerAddress: `116 Main Street, Los Angeles, USA, 90170`, - Salesperson: `James Jefferson`, - OrderID: 1481, - OrderDate: `5/22/2022`, - ProductID: 177, - ProductName: `IPhone`, - UnitPrice: 23770.26, - Quantity: 2, - ExtendedPrice: 47540.52, - Freight: 480.26, - Discontinued: false, - Region: `North East`, - Address: `116 Main Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 90170 - }), - new InvoicesDataItem( - { - ShipName: `Madison Townhouse`, - ShipAddress: `124 Wall Street`, - ShipCity: `Huston`, - ShipPostalCode: 50137, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1222, - CustomerName: `Max Madison`, - CustomerFirstName: `Max`, - CustomerLastName: `Madison`, - CustomerAddress: `124 Wall Street, Huston, USA, 50137`, - Salesperson: `Martin Watson`, - OrderID: 1874, - OrderDate: `10/1/2022`, - ProductID: 102, - ProductName: `Mac Book Air`, - UnitPrice: 12080.68, - Quantity: 5, - ExtendedPrice: 60403.4, - Freight: 400.68, - Discontinued: false, - Region: `North East`, - Address: `124 Wall Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 50137 - }), - new InvoicesDataItem( - { - ShipName: `Smith Market`, - ShipAddress: `197 Main Street`, - ShipCity: `New York`, - ShipPostalCode: 60174, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Speedy Express`, - CustomerID: 1223, - CustomerName: `Nancy Smith`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Smith`, - CustomerAddress: `197 Main Street, New York, USA, 60174`, - Salesperson: `Nancy Jefferson`, - OrderID: 1377, - OrderDate: `10/24/2022`, - ProductID: 123, - ProductName: `Mac Book Air`, - UnitPrice: 10520.88, - Quantity: 4, - ExtendedPrice: 42083.52, - Freight: 800.88, - Discontinued: false, - Region: `South East`, - Address: `197 Main Street`, - City: `New York`, - Country: `USA`, - PostalCode: 60174 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Estate`, - ShipAddress: `192 Wall Street`, - ShipCity: `Miami`, - ShipPostalCode: 80134, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1224, - CustomerName: `Mike Jefferson`, - CustomerFirstName: `Mike`, - CustomerLastName: `Jefferson`, - CustomerAddress: `192 Wall Street, Miami, USA, 80134`, - Salesperson: `James Madison`, - OrderID: 1691, - OrderDate: `6/13/2022`, - ProductID: 123, - ProductName: `IPhone`, - UnitPrice: 11090.82, - Quantity: 2, - ExtendedPrice: 22181.64, - Freight: 910.82, - Discontinued: false, - Region: `South East`, - Address: `192 Wall Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 80134 - }), - new InvoicesDataItem( - { - ShipName: `Black Estate`, - ShipAddress: `111 Market Street`, - ShipCity: `Huston`, - ShipPostalCode: 80054, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1225, - CustomerName: `Anna Black`, - CustomerFirstName: `Anna`, - CustomerLastName: `Black`, - CustomerAddress: `111 Market Street, Huston, USA, 80054`, - Salesperson: `Martin Jackson`, - OrderID: 1242, - OrderDate: `4/6/2022`, - ProductID: 180, - ProductName: `IPhone`, - UnitPrice: 8180.25, - Quantity: 5, - ExtendedPrice: 40901.25, - Freight: 510.25, - Discontinued: false, - Region: `North East`, - Address: `111 Market Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 80054 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Estate`, - ShipAddress: `106 Market Street`, - ShipCity: `New York`, - ShipPostalCode: 60139, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1226, - CustomerName: `Nancy Jackson`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Jackson`, - CustomerAddress: `106 Market Street, New York, USA, 60139`, - Salesperson: `James Madison`, - OrderID: 1745, - OrderDate: `1/18/2022`, - ProductID: 115, - ProductName: `IPhone`, - UnitPrice: 6570.23, - Quantity: 5, - ExtendedPrice: 32851.15, - Freight: 840.23, - Discontinued: false, - Region: `West`, - Address: `106 Market Street`, - City: `New York`, - Country: `USA`, - PostalCode: 60139 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Market`, - ShipAddress: `198 Main Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 60058, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1227, - CustomerName: `Nancy Jackson`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Jackson`, - CustomerAddress: `198 Main Street, Los Angeles, USA, 60058`, - Salesperson: `James Madison`, - OrderID: 1111, - OrderDate: `10/11/2022`, - ProductID: 132, - ProductName: `IPhone`, - UnitPrice: 10970.23, - Quantity: 3, - ExtendedPrice: 32910.69, - Freight: 1670.23, - Discontinued: false, - Region: `North East`, - Address: `198 Main Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 60058 - }), - new InvoicesDataItem( - { - ShipName: `Madison Estate`, - ShipAddress: `138 Wall Street`, - ShipCity: `Huston`, - ShipPostalCode: 50133, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1228, - CustomerName: `Anna Madison`, - CustomerFirstName: `Anna`, - CustomerLastName: `Madison`, - CustomerAddress: `138 Wall Street, Huston, USA, 50133`, - Salesperson: `Ben Madison`, - OrderID: 1182, - OrderDate: `12/18/2022`, - ProductID: 184, - ProductName: `Mac Book Air`, - UnitPrice: 27020.67, - Quantity: 3, - ExtendedPrice: 81062.01, - Freight: 1750.67, - Discontinued: false, - Region: `South East`, - Address: `138 Wall Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 50133 - }), - new InvoicesDataItem( - { - ShipName: `Smith Market`, - ShipAddress: `198 Market Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 50182, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1229, - CustomerName: `James Smith`, - CustomerFirstName: `James`, - CustomerLastName: `Smith`, - CustomerAddress: `198 Market Street, Los Angeles, USA, 50182`, - Salesperson: `Ben Jackson`, - OrderID: 1252, - OrderDate: `10/7/2022`, - ProductID: 146, - ProductName: `IPad`, - UnitPrice: 21910.34, - Quantity: 5, - ExtendedPrice: 109551.7, - Freight: 840.34, - Discontinued: true, - Region: `North East`, - Address: `198 Market Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 50182 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Townhouse`, - ShipAddress: `141 Market Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 70058, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Speedy Express`, - CustomerID: 1230, - CustomerName: `James Jackson`, - CustomerFirstName: `James`, - CustomerLastName: `Jackson`, - CustomerAddress: `141 Market Street, Philadelphia, USA, 70058`, - Salesperson: `Martin Watson`, - OrderID: 1635, - OrderDate: `6/1/2022`, - ProductID: 196, - ProductName: `Mac Book Air`, - UnitPrice: 16430.54, - Quantity: 2, - ExtendedPrice: 32861.08, - Freight: 1420.54, - Discontinued: false, - Region: `North East`, - Address: `141 Market Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 70058 - }), - new InvoicesDataItem( - { - ShipName: `Madison Townhouse`, - ShipAddress: `107 Market Street`, - ShipCity: `New York`, - ShipPostalCode: 80108, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1231, - CustomerName: `Anna Madison`, - CustomerFirstName: `Anna`, - CustomerLastName: `Madison`, - CustomerAddress: `107 Market Street, New York, USA, 80108`, - Salesperson: `Mike Smith`, - OrderID: 1922, - OrderDate: `10/6/2022`, - ProductID: 154, - ProductName: `Mac Book Air`, - UnitPrice: 8920.46, - Quantity: 5, - ExtendedPrice: 44602.3, - Freight: 1160.46, - Discontinued: false, - Region: `West`, - Address: `107 Market Street`, - City: `New York`, - Country: `USA`, - PostalCode: 80108 - }), - new InvoicesDataItem( - { - ShipName: `Watson Market`, - ShipAddress: `166 Main Street`, - ShipCity: `New York`, - ShipPostalCode: 60199, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Speedy Express`, - CustomerID: 1232, - CustomerName: `Martin Watson`, - CustomerFirstName: `Martin`, - CustomerLastName: `Watson`, - CustomerAddress: `166 Main Street, New York, USA, 60199`, - Salesperson: `Anna Smith`, - OrderID: 1759, - OrderDate: `3/10/2022`, - ProductID: 145, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 22420.27, - Quantity: 5, - ExtendedPrice: 112101.35, - Freight: 1900.27, - Discontinued: false, - Region: `North East`, - Address: `166 Main Street`, - City: `New York`, - Country: `USA`, - PostalCode: 60199 - }), - new InvoicesDataItem( - { - ShipName: `Smith Home`, - ShipAddress: `188 Main Street`, - ShipCity: `New York`, - ShipPostalCode: 90082, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1233, - CustomerName: `Anna Smith`, - CustomerFirstName: `Anna`, - CustomerLastName: `Smith`, - CustomerAddress: `188 Main Street, New York, USA, 90082`, - Salesperson: `Ben Black`, - OrderID: 1172, - OrderDate: `11/9/2022`, - ProductID: 148, - ProductName: `Samsung Note`, - UnitPrice: 22260.33, - Quantity: 5, - ExtendedPrice: 111301.65, - Freight: 1530.33, - Discontinued: false, - Region: `West`, - Address: `188 Main Street`, - City: `New York`, - Country: `USA`, - PostalCode: 90082 - }), - new InvoicesDataItem( - { - ShipName: `Madison Home`, - ShipAddress: `168 Wall Street`, - ShipCity: `Miami`, - ShipPostalCode: 80160, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Federal Shipping`, - CustomerID: 1234, - CustomerName: `Martin Madison`, - CustomerFirstName: `Martin`, - CustomerLastName: `Madison`, - CustomerAddress: `168 Wall Street, Miami, USA, 80160`, - Salesperson: `Max Black`, - OrderID: 1855, - OrderDate: `9/9/2022`, - ProductID: 195, - ProductName: `Samsung Note`, - UnitPrice: 11120.68, - Quantity: 5, - ExtendedPrice: 55603.4, - Freight: 540.68, - Discontinued: false, - Region: `South East`, - Address: `168 Wall Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 80160 - }), - new InvoicesDataItem( - { - ShipName: `Madison Market`, - ShipAddress: `151 Wall Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 50192, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Speedy Express`, - CustomerID: 1235, - CustomerName: `James Madison`, - CustomerFirstName: `James`, - CustomerLastName: `Madison`, - CustomerAddress: `151 Wall Street, Philadelphia, USA, 50192`, - Salesperson: `Pamela Watson`, - OrderID: 1253, - OrderDate: `9/24/2022`, - ProductID: 153, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 17650.73, - Quantity: 5, - ExtendedPrice: 88253.65, - Freight: 1010.73, - Discontinued: false, - Region: `North East`, - Address: `151 Wall Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 50192 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Estate`, - ShipAddress: `131 Wall Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 60171, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1236, - CustomerName: `Anna Jefferson`, - CustomerFirstName: `Anna`, - CustomerLastName: `Jefferson`, - CustomerAddress: `131 Wall Street, Philadelphia, USA, 60171`, - Salesperson: `James Jefferson`, - OrderID: 1711, - OrderDate: `9/12/2022`, - ProductID: 192, - ProductName: `IPhone`, - UnitPrice: 18980.42, - Quantity: 3, - ExtendedPrice: 56941.26, - Freight: 1070.42, - Discontinued: false, - Region: `North East`, - Address: `131 Wall Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 60171 - }), - new InvoicesDataItem( - { - ShipName: `Madison Estate`, - ShipAddress: `101 Market Street`, - ShipCity: `Huston`, - ShipPostalCode: 70109, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1237, - CustomerName: `Mike Madison`, - CustomerFirstName: `Mike`, - CustomerLastName: `Madison`, - CustomerAddress: `101 Market Street, Huston, USA, 70109`, - Salesperson: `Nancy Smith`, - OrderID: 1155, - OrderDate: `9/1/2022`, - ProductID: 174, - ProductName: `Mac Book Pro`, - UnitPrice: 22330.35, - Quantity: 2, - ExtendedPrice: 44660.7, - Freight: 250.35, - Discontinued: false, - Region: `West`, - Address: `101 Market Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 70109 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Home`, - ShipAddress: `145 Main Street`, - ShipCity: `New York`, - ShipPostalCode: 50126, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1238, - CustomerName: `Max Jefferson`, - CustomerFirstName: `Max`, - CustomerLastName: `Jefferson`, - CustomerAddress: `145 Main Street, New York, USA, 50126`, - Salesperson: `Mike Watson`, - OrderID: 1656, - OrderDate: `3/7/2022`, - ProductID: 139, - ProductName: `IPhone`, - UnitPrice: 9890.72, - Quantity: 3, - ExtendedPrice: 29672.16, - Freight: 1890.72, - Discontinued: false, - Region: `West`, - Address: `145 Main Street`, - City: `New York`, - Country: `USA`, - PostalCode: 50126 - }), - new InvoicesDataItem( - { - ShipName: `Madison Home`, - ShipAddress: `190 Wall Street`, - ShipCity: `Huston`, - ShipPostalCode: 60055, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Federal Shipping`, - CustomerID: 1239, - CustomerName: `Martin Madison`, - CustomerFirstName: `Martin`, - CustomerLastName: `Madison`, - CustomerAddress: `190 Wall Street, Huston, USA, 60055`, - Salesperson: `Mike Smith`, - OrderID: 1192, - OrderDate: `3/12/2022`, - ProductID: 151, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 16510.6, - Quantity: 5, - ExtendedPrice: 82553, - Freight: 260.6, - Discontinued: true, - Region: `South East`, - Address: `190 Wall Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 60055 - }), - new InvoicesDataItem( - { - ShipName: `Smith Estate`, - ShipAddress: `114 Market Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 50122, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Speedy Express`, - CustomerID: 1240, - CustomerName: `Martin Smith`, - CustomerFirstName: `Martin`, - CustomerLastName: `Smith`, - CustomerAddress: `114 Market Street, Philadelphia, USA, 50122`, - Salesperson: `James Madison`, - OrderID: 1997, - OrderDate: `8/3/2022`, - ProductID: 195, - ProductName: `Mac Book Pro`, - UnitPrice: 20770.42, - Quantity: 4, - ExtendedPrice: 83081.68, - Freight: 920.42, - Discontinued: false, - Region: `North East`, - Address: `114 Market Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 50122 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Townhouse`, - ShipAddress: `184 Main Street`, - ShipCity: `Miami`, - ShipPostalCode: 50147, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Federal Shipping`, - CustomerID: 1241, - CustomerName: `Pamela Jackson`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Jackson`, - CustomerAddress: `184 Main Street, Miami, USA, 50147`, - Salesperson: `Martin Madison`, - OrderID: 1944, - OrderDate: `7/11/2022`, - ProductID: 105, - ProductName: `Samsung Note`, - UnitPrice: 22970.54, - Quantity: 3, - ExtendedPrice: 68911.62, - Freight: 2000.54, - Discontinued: false, - Region: `South East`, - Address: `184 Main Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 50147 - }), - new InvoicesDataItem( - { - ShipName: `Watson Townhouse`, - ShipAddress: `140 Wall Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 50058, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1242, - CustomerName: `Pamela Watson`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Watson`, - CustomerAddress: `140 Wall Street, Los Angeles, USA, 50058`, - Salesperson: `Max Madison`, - OrderID: 1076, - OrderDate: `12/1/2022`, - ProductID: 108, - ProductName: `IPhone`, - UnitPrice: 5950.69, - Quantity: 5, - ExtendedPrice: 29753.45, - Freight: 1440.69, - Discontinued: false, - Region: `South East`, - Address: `140 Wall Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 50058 - }), - new InvoicesDataItem( - { - ShipName: `Madison Estate`, - ShipAddress: `178 Market Street`, - ShipCity: `New York`, - ShipPostalCode: 60194, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1243, - CustomerName: `James Madison`, - CustomerFirstName: `James`, - CustomerLastName: `Madison`, - CustomerAddress: `178 Market Street, New York, USA, 60194`, - Salesperson: `James Madison`, - OrderID: 1076, - OrderDate: `6/25/2022`, - ProductID: 176, - ProductName: `IPhone`, - UnitPrice: 17080.21, - Quantity: 2, - ExtendedPrice: 34160.42, - Freight: 1200.21, - Discontinued: false, - Region: `West`, - Address: `178 Market Street`, - City: `New York`, - Country: `USA`, - PostalCode: 60194 - }), - new InvoicesDataItem( - { - ShipName: `Madison Home`, - ShipAddress: `179 Main Street`, - ShipCity: `Huston`, - ShipPostalCode: 70085, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1244, - CustomerName: `Ben Madison`, - CustomerFirstName: `Ben`, - CustomerLastName: `Madison`, - CustomerAddress: `179 Main Street, Huston, USA, 70085`, - Salesperson: `Ben Jackson`, - OrderID: 1070, - OrderDate: `5/7/2022`, - ProductID: 101, - ProductName: `IPhone`, - UnitPrice: 19310.75, - Quantity: 2, - ExtendedPrice: 38621.5, - Freight: 1270.75, - Discontinued: false, - Region: `West`, - Address: `179 Main Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 70085 - }), - new InvoicesDataItem( - { - ShipName: `Madison Estate`, - ShipAddress: `169 Market Street`, - ShipCity: `Miami`, - ShipPostalCode: 70087, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Speedy Express`, - CustomerID: 1245, - CustomerName: `Pamela Madison`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Madison`, - CustomerAddress: `169 Market Street, Miami, USA, 70087`, - Salesperson: `Nancy Black`, - OrderID: 1469, - OrderDate: `8/22/2022`, - ProductID: 193, - ProductName: `Samsung Note`, - UnitPrice: 25420.4, - Quantity: 2, - ExtendedPrice: 50840.8, - Freight: 1690.4, - Discontinued: false, - Region: `North East`, - Address: `169 Market Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 70087 - }), - new InvoicesDataItem( - { - ShipName: `Smith Home`, - ShipAddress: `108 Wall Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 90128, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Speedy Express`, - CustomerID: 1246, - CustomerName: `Martin Smith`, - CustomerFirstName: `Martin`, - CustomerLastName: `Smith`, - CustomerAddress: `108 Wall Street, Los Angeles, USA, 90128`, - Salesperson: `Pamela Smith`, - OrderID: 1948, - OrderDate: `4/25/2022`, - ProductID: 141, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 19070.55, - Quantity: 3, - ExtendedPrice: 57211.65, - Freight: 280.55, - Discontinued: false, - Region: `South East`, - Address: `108 Wall Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 90128 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Townhouse`, - ShipAddress: `195 Market Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 80141, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1247, - CustomerName: `Mike Jackson`, - CustomerFirstName: `Mike`, - CustomerLastName: `Jackson`, - CustomerAddress: `195 Market Street, Philadelphia, USA, 80141`, - Salesperson: `Martin Smith`, - OrderID: 1116, - OrderDate: `1/1/2022`, - ProductID: 162, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 22190.27, - Quantity: 5, - ExtendedPrice: 110951.35, - Freight: 1830.27, - Discontinued: false, - Region: `North East`, - Address: `195 Market Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 80141 - }), - new InvoicesDataItem( - { - ShipName: `Black Home`, - ShipAddress: `142 Main Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 50163, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1248, - CustomerName: `Anna Black`, - CustomerFirstName: `Anna`, - CustomerLastName: `Black`, - CustomerAddress: `142 Main Street, Los Angeles, USA, 50163`, - Salesperson: `Pamela Jefferson`, - OrderID: 1640, - OrderDate: `5/1/2022`, - ProductID: 153, - ProductName: `Samsung Note`, - UnitPrice: 7690.79, - Quantity: 3, - ExtendedPrice: 23072.37, - Freight: 1730.79, - Discontinued: false, - Region: `South East`, - Address: `142 Main Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 50163 - }), - new InvoicesDataItem( - { - ShipName: `Watson Market`, - ShipAddress: `177 Market Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 80155, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1249, - CustomerName: `Mike Watson`, - CustomerFirstName: `Mike`, - CustomerLastName: `Watson`, - CustomerAddress: `177 Market Street, Philadelphia, USA, 80155`, - Salesperson: `Anna Jefferson`, - OrderID: 1748, - OrderDate: `9/2/2022`, - ProductID: 186, - ProductName: `Mac Book Air`, - UnitPrice: 25230.84, - Quantity: 4, - ExtendedPrice: 100923.36, - Freight: 670.84, - Discontinued: true, - Region: `South East`, - Address: `177 Market Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 80155 - }), - new InvoicesDataItem( - { - ShipName: `Black Estate`, - ShipAddress: `175 Market Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 80141, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1250, - CustomerName: `Mike Black`, - CustomerFirstName: `Mike`, - CustomerLastName: `Black`, - CustomerAddress: `175 Market Street, Los Angeles, USA, 80141`, - Salesperson: `Martin Black`, - OrderID: 1251, - OrderDate: `7/5/2022`, - ProductID: 140, - ProductName: `Mac Book Pro`, - UnitPrice: 25960.45, - Quantity: 2, - ExtendedPrice: 51920.9, - Freight: 260.45, - Discontinued: false, - Region: `North East`, - Address: `175 Market Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 80141 - }), - new InvoicesDataItem( - { - ShipName: `Watson Market`, - ShipAddress: `110 Market Street`, - ShipCity: `New York`, - ShipPostalCode: 90174, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1251, - CustomerName: `Pamela Watson`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Watson`, - CustomerAddress: `110 Market Street, New York, USA, 90174`, - Salesperson: `Pamela Black`, - OrderID: 1397, - OrderDate: `7/2/2022`, - ProductID: 141, - ProductName: `Samsung Note`, - UnitPrice: 22150.67, - Quantity: 3, - ExtendedPrice: 66452.01, - Freight: 640.67, - Discontinued: false, - Region: `North East`, - Address: `110 Market Street`, - City: `New York`, - Country: `USA`, - PostalCode: 90174 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Estate`, - ShipAddress: `121 Wall Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 70083, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Speedy Express`, - CustomerID: 1252, - CustomerName: `Mike Jackson`, - CustomerFirstName: `Mike`, - CustomerLastName: `Jackson`, - CustomerAddress: `121 Wall Street, Los Angeles, USA, 70083`, - Salesperson: `Ben Jefferson`, - OrderID: 1938, - OrderDate: `1/20/2022`, - ProductID: 171, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 9220.74, - Quantity: 4, - ExtendedPrice: 36882.96, - Freight: 1030.74, - Discontinued: false, - Region: `South East`, - Address: `121 Wall Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 70083 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Townhouse`, - ShipAddress: `122 Wall Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 70122, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1253, - CustomerName: `Mike Jackson`, - CustomerFirstName: `Mike`, - CustomerLastName: `Jackson`, - CustomerAddress: `122 Wall Street, Philadelphia, USA, 70122`, - Salesperson: `Mike Watson`, - OrderID: 1608, - OrderDate: `2/9/2022`, - ProductID: 109, - ProductName: `Samsung Note`, - UnitPrice: 11240.75, - Quantity: 2, - ExtendedPrice: 22481.5, - Freight: 1010.75, - Discontinued: false, - Region: `West`, - Address: `122 Wall Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 70122 - }), - new InvoicesDataItem( - { - ShipName: `Watson Estate`, - ShipAddress: `151 Main Street`, - ShipCity: `Huston`, - ShipPostalCode: 50057, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Speedy Express`, - CustomerID: 1254, - CustomerName: `Pamela Watson`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Watson`, - CustomerAddress: `151 Main Street, Huston, USA, 50057`, - Salesperson: `Martin Watson`, - OrderID: 1217, - OrderDate: `8/4/2022`, - ProductID: 185, - ProductName: `Mac Book Pro`, - UnitPrice: 16680.55, - Quantity: 3, - ExtendedPrice: 50041.65, - Freight: 1710.55, - Discontinued: false, - Region: `North East`, - Address: `151 Main Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 50057 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Market`, - ShipAddress: `120 Wall Street`, - ShipCity: `Huston`, - ShipPostalCode: 50131, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Federal Shipping`, - CustomerID: 1255, - CustomerName: `Mike Jackson`, - CustomerFirstName: `Mike`, - CustomerLastName: `Jackson`, - CustomerAddress: `120 Wall Street, Huston, USA, 50131`, - Salesperson: `Ben Jackson`, - OrderID: 1661, - OrderDate: `5/1/2022`, - ProductID: 190, - ProductName: `Mac Book Air`, - UnitPrice: 21450.85, - Quantity: 5, - ExtendedPrice: 107254.25, - Freight: 1350.85, - Discontinued: false, - Region: `South East`, - Address: `120 Wall Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 50131 - }), - new InvoicesDataItem( - { - ShipName: `Madison Market`, - ShipAddress: `134 Main Street`, - ShipCity: `Huston`, - ShipPostalCode: 90060, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1256, - CustomerName: `Mike Madison`, - CustomerFirstName: `Mike`, - CustomerLastName: `Madison`, - CustomerAddress: `134 Main Street, Huston, USA, 90060`, - Salesperson: `James Madison`, - OrderID: 1766, - OrderDate: `11/11/2022`, - ProductID: 134, - ProductName: `Mac Book Air`, - UnitPrice: 12850.63, - Quantity: 3, - ExtendedPrice: 38551.89, - Freight: 1790.63, - Discontinued: false, - Region: `West`, - Address: `134 Main Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 90060 - }), - new InvoicesDataItem( - { - ShipName: `Black Home`, - ShipAddress: `150 Wall Street`, - ShipCity: `Huston`, - ShipPostalCode: 60151, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1257, - CustomerName: `James Black`, - CustomerFirstName: `James`, - CustomerLastName: `Black`, - CustomerAddress: `150 Wall Street, Huston, USA, 60151`, - Salesperson: `Martin Black`, - OrderID: 1321, - OrderDate: `8/4/2022`, - ProductID: 125, - ProductName: `Samsung Note`, - UnitPrice: 29190.24, - Quantity: 4, - ExtendedPrice: 116760.96, - Freight: 680.24, - Discontinued: false, - Region: `North East`, - Address: `150 Wall Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 60151 - }), - new InvoicesDataItem( - { - ShipName: `Watson Estate`, - ShipAddress: `155 Wall Street`, - ShipCity: `Huston`, - ShipPostalCode: 60121, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1258, - CustomerName: `Max Watson`, - CustomerFirstName: `Max`, - CustomerLastName: `Watson`, - CustomerAddress: `155 Wall Street, Huston, USA, 60121`, - Salesperson: `Max Jackson`, - OrderID: 1872, - OrderDate: `2/20/2022`, - ProductID: 188, - ProductName: `Samsung Note`, - UnitPrice: 22750.45, - Quantity: 3, - ExtendedPrice: 68251.35, - Freight: 840.45, - Discontinued: false, - Region: `West`, - Address: `155 Wall Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 60121 - }), - new InvoicesDataItem( - { - ShipName: `Watson Market`, - ShipAddress: `184 Market Street`, - ShipCity: `New York`, - ShipPostalCode: 90156, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1259, - CustomerName: `Anna Watson`, - CustomerFirstName: `Anna`, - CustomerLastName: `Watson`, - CustomerAddress: `184 Market Street, New York, USA, 90156`, - Salesperson: `James Watson`, - OrderID: 1828, - OrderDate: `5/25/2022`, - ProductID: 191, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 29760.3, - Quantity: 2, - ExtendedPrice: 59520.6, - Freight: 1960.3, - Discontinued: true, - Region: `North East`, - Address: `184 Market Street`, - City: `New York`, - Country: `USA`, - PostalCode: 90156 - }), - new InvoicesDataItem( - { - ShipName: `Watson Market`, - ShipAddress: `133 Market Street`, - ShipCity: `Huston`, - ShipPostalCode: 50074, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1260, - CustomerName: `Anna Watson`, - CustomerFirstName: `Anna`, - CustomerLastName: `Watson`, - CustomerAddress: `133 Market Street, Huston, USA, 50074`, - Salesperson: `Mike Black`, - OrderID: 1966, - OrderDate: `6/18/2022`, - ProductID: 160, - ProductName: `Mac Book Air`, - UnitPrice: 7450.44, - Quantity: 5, - ExtendedPrice: 37252.2, - Freight: 590.44, - Discontinued: false, - Region: `West`, - Address: `133 Market Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 50074 - }), - new InvoicesDataItem( - { - ShipName: `Black Townhouse`, - ShipAddress: `154 Main Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 70052, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1261, - CustomerName: `Martin Black`, - CustomerFirstName: `Martin`, - CustomerLastName: `Black`, - CustomerAddress: `154 Main Street, Philadelphia, USA, 70052`, - Salesperson: `Ben Jackson`, - OrderID: 1421, - OrderDate: `9/17/2022`, - ProductID: 127, - ProductName: `Mac Book Air`, - UnitPrice: 23000.47, - Quantity: 2, - ExtendedPrice: 46000.94, - Freight: 550.47, - Discontinued: false, - Region: `South East`, - Address: `154 Main Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 70052 - }), - new InvoicesDataItem( - { - ShipName: `Smith Townhouse`, - ShipAddress: `114 Wall Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 90174, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Federal Shipping`, - CustomerID: 1262, - CustomerName: `Max Smith`, - CustomerFirstName: `Max`, - CustomerLastName: `Smith`, - CustomerAddress: `114 Wall Street, Philadelphia, USA, 90174`, - Salesperson: `Pamela Smith`, - OrderID: 1192, - OrderDate: `12/4/2022`, - ProductID: 105, - ProductName: `Samsung Note`, - UnitPrice: 19790.26, - Quantity: 2, - ExtendedPrice: 39580.52, - Freight: 1150.26, - Discontinued: false, - Region: `South East`, - Address: `114 Wall Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 90174 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Townhouse`, - ShipAddress: `154 Wall Street`, - ShipCity: `New York`, - ShipPostalCode: 90162, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1263, - CustomerName: `Ben Jefferson`, - CustomerFirstName: `Ben`, - CustomerLastName: `Jefferson`, - CustomerAddress: `154 Wall Street, New York, USA, 90162`, - Salesperson: `Nancy Smith`, - OrderID: 1539, - OrderDate: `7/16/2022`, - ProductID: 139, - ProductName: `Samsung Note`, - UnitPrice: 11830.34, - Quantity: 2, - ExtendedPrice: 23660.68, - Freight: 1930.34, - Discontinued: false, - Region: `West`, - Address: `154 Wall Street`, - City: `New York`, - Country: `USA`, - PostalCode: 90162 - }), - new InvoicesDataItem( - { - ShipName: `Smith Townhouse`, - ShipAddress: `140 Wall Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 70136, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1264, - CustomerName: `Martin Smith`, - CustomerFirstName: `Martin`, - CustomerLastName: `Smith`, - CustomerAddress: `140 Wall Street, Los Angeles, USA, 70136`, - Salesperson: `Mike Jackson`, - OrderID: 1271, - OrderDate: `10/7/2022`, - ProductID: 124, - ProductName: `Samsung Note`, - UnitPrice: 21020.81, - Quantity: 2, - ExtendedPrice: 42041.62, - Freight: 1420.81, - Discontinued: false, - Region: `West`, - Address: `140 Wall Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 70136 - }), - new InvoicesDataItem( - { - ShipName: `Smith Townhouse`, - ShipAddress: `185 Main Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 60116, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1265, - CustomerName: `James Smith`, - CustomerFirstName: `James`, - CustomerLastName: `Smith`, - CustomerAddress: `185 Main Street, Philadelphia, USA, 60116`, - Salesperson: `James Watson`, - OrderID: 1090, - OrderDate: `9/11/2022`, - ProductID: 160, - ProductName: `IPhone`, - UnitPrice: 16070.46, - Quantity: 3, - ExtendedPrice: 48211.38, - Freight: 1490.46, - Discontinued: false, - Region: `West`, - Address: `185 Main Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 60116 - }), - new InvoicesDataItem( - { - ShipName: `Smith Estate`, - ShipAddress: `179 Market Street`, - ShipCity: `Huston`, - ShipPostalCode: 80107, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1266, - CustomerName: `Max Smith`, - CustomerFirstName: `Max`, - CustomerLastName: `Smith`, - CustomerAddress: `179 Market Street, Huston, USA, 80107`, - Salesperson: `Nancy Smith`, - OrderID: 1286, - OrderDate: `1/10/2022`, - ProductID: 161, - ProductName: `Mac Book Air`, - UnitPrice: 26160.38, - Quantity: 3, - ExtendedPrice: 78481.14, - Freight: 570.38, - Discontinued: false, - Region: `West`, - Address: `179 Market Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 80107 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Home`, - ShipAddress: `189 Wall Street`, - ShipCity: `Huston`, - ShipPostalCode: 90073, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1267, - CustomerName: `Ben Jefferson`, - CustomerFirstName: `Ben`, - CustomerLastName: `Jefferson`, - CustomerAddress: `189 Wall Street, Huston, USA, 90073`, - Salesperson: `Martin Madison`, - OrderID: 1754, - OrderDate: `5/2/2022`, - ProductID: 143, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 29540.84, - Quantity: 4, - ExtendedPrice: 118163.36, - Freight: 500.84, - Discontinued: false, - Region: `North East`, - Address: `189 Wall Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 90073 - }), - new InvoicesDataItem( - { - ShipName: `Madison Estate`, - ShipAddress: `106 Market Street`, - ShipCity: `Miami`, - ShipPostalCode: 90153, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1268, - CustomerName: `Anna Madison`, - CustomerFirstName: `Anna`, - CustomerLastName: `Madison`, - CustomerAddress: `106 Market Street, Miami, USA, 90153`, - Salesperson: `Anna Black`, - OrderID: 1321, - OrderDate: `6/21/2022`, - ProductID: 136, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 12550.55, - Quantity: 5, - ExtendedPrice: 62752.75, - Freight: 1440.55, - Discontinued: false, - Region: `West`, - Address: `106 Market Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 90153 - }), - new InvoicesDataItem( - { - ShipName: `Watson Townhouse`, - ShipAddress: `149 Wall Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 50102, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1269, - CustomerName: `Pamela Watson`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Watson`, - CustomerAddress: `149 Wall Street, Los Angeles, USA, 50102`, - Salesperson: `James Jefferson`, - OrderID: 1262, - OrderDate: `7/13/2022`, - ProductID: 178, - ProductName: `Samsung Note`, - UnitPrice: 8690.45, - Quantity: 3, - ExtendedPrice: 26071.35, - Freight: 1420.45, - Discontinued: true, - Region: `West`, - Address: `149 Wall Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 50102 - }), - new InvoicesDataItem( - { - ShipName: `Watson Market`, - ShipAddress: `192 Market Street`, - ShipCity: `New York`, - ShipPostalCode: 60078, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1270, - CustomerName: `Martin Watson`, - CustomerFirstName: `Martin`, - CustomerLastName: `Watson`, - CustomerAddress: `192 Market Street, New York, USA, 60078`, - Salesperson: `Ben Jackson`, - OrderID: 1586, - OrderDate: `11/13/2022`, - ProductID: 130, - ProductName: `Mac Book Pro`, - UnitPrice: 28630.86, - Quantity: 2, - ExtendedPrice: 57261.72, - Freight: 980.86, - Discontinued: false, - Region: `West`, - Address: `192 Market Street`, - City: `New York`, - Country: `USA`, - PostalCode: 60078 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Estate`, - ShipAddress: `159 Main Street`, - ShipCity: `New York`, - ShipPostalCode: 50050, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1271, - CustomerName: `James Jefferson`, - CustomerFirstName: `James`, - CustomerLastName: `Jefferson`, - CustomerAddress: `159 Main Street, New York, USA, 50050`, - Salesperson: `Max Jefferson`, - OrderID: 1915, - OrderDate: `2/10/2022`, - ProductID: 178, - ProductName: `Mac Book Pro`, - UnitPrice: 19050.75, - Quantity: 5, - ExtendedPrice: 95253.75, - Freight: 960.75, - Discontinued: false, - Region: `West`, - Address: `159 Main Street`, - City: `New York`, - Country: `USA`, - PostalCode: 50050 - }), - new InvoicesDataItem( - { - ShipName: `Watson Market`, - ShipAddress: `171 Wall Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 60099, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Federal Shipping`, - CustomerID: 1272, - CustomerName: `Nancy Watson`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Watson`, - CustomerAddress: `171 Wall Street, Los Angeles, USA, 60099`, - Salesperson: `Pamela Jackson`, - OrderID: 1503, - OrderDate: `4/7/2022`, - ProductID: 153, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 26320.3, - Quantity: 3, - ExtendedPrice: 78960.9, - Freight: 1360.3, - Discontinued: false, - Region: `South East`, - Address: `171 Wall Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 60099 - }), - new InvoicesDataItem( - { - ShipName: `Madison Townhouse`, - ShipAddress: `161 Main Street`, - ShipCity: `Huston`, - ShipPostalCode: 70087, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Speedy Express`, - CustomerID: 1273, - CustomerName: `Anna Madison`, - CustomerFirstName: `Anna`, - CustomerLastName: `Madison`, - CustomerAddress: `161 Main Street, Huston, USA, 70087`, - Salesperson: `Nancy Watson`, - OrderID: 1129, - OrderDate: `9/4/2022`, - ProductID: 119, - ProductName: `Samsung Note`, - UnitPrice: 26970.53, - Quantity: 3, - ExtendedPrice: 80911.59, - Freight: 1890.53, - Discontinued: false, - Region: `South East`, - Address: `161 Main Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 70087 - }), - new InvoicesDataItem( - { - ShipName: `Watson Market`, - ShipAddress: `163 Market Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 50127, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1274, - CustomerName: `Max Watson`, - CustomerFirstName: `Max`, - CustomerLastName: `Watson`, - CustomerAddress: `163 Market Street, Los Angeles, USA, 50127`, - Salesperson: `Nancy Jefferson`, - OrderID: 1508, - OrderDate: `1/6/2022`, - ProductID: 136, - ProductName: `Mac Book Air`, - UnitPrice: 12620.81, - Quantity: 3, - ExtendedPrice: 37862.43, - Freight: 650.81, - Discontinued: false, - Region: `North East`, - Address: `163 Market Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 50127 - }), - new InvoicesDataItem( - { - ShipName: `Watson Townhouse`, - ShipAddress: `131 Market Street`, - ShipCity: `Huston`, - ShipPostalCode: 50052, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Federal Shipping`, - CustomerID: 1275, - CustomerName: `James Watson`, - CustomerFirstName: `James`, - CustomerLastName: `Watson`, - CustomerAddress: `131 Market Street, Huston, USA, 50052`, - Salesperson: `Martin Watson`, - OrderID: 1285, - OrderDate: `8/6/2022`, - ProductID: 123, - ProductName: `Samsung Note`, - UnitPrice: 22790.24, - Quantity: 4, - ExtendedPrice: 91160.96, - Freight: 1140.24, - Discontinued: false, - Region: `South East`, - Address: `131 Market Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 50052 - }), - new InvoicesDataItem( - { - ShipName: `Black Home`, - ShipAddress: `125 Wall Street`, - ShipCity: `Miami`, - ShipPostalCode: 60101, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1276, - CustomerName: `Ben Black`, - CustomerFirstName: `Ben`, - CustomerLastName: `Black`, - CustomerAddress: `125 Wall Street, Miami, USA, 60101`, - Salesperson: `Ben Smith`, - OrderID: 1881, - OrderDate: `12/5/2022`, - ProductID: 128, - ProductName: `Mac Book Air`, - UnitPrice: 18780.56, - Quantity: 4, - ExtendedPrice: 75122.24, - Freight: 820.56, - Discontinued: false, - Region: `West`, - Address: `125 Wall Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 60101 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Market`, - ShipAddress: `184 Main Street`, - ShipCity: `Miami`, - ShipPostalCode: 50157, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1277, - CustomerName: `Nancy Jackson`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Jackson`, - CustomerAddress: `184 Main Street, Miami, USA, 50157`, - Salesperson: `Mike Smith`, - OrderID: 1478, - OrderDate: `9/18/2022`, - ProductID: 131, - ProductName: `IPad`, - UnitPrice: 15000.21, - Quantity: 5, - ExtendedPrice: 75001.05, - Freight: 1390.21, - Discontinued: false, - Region: `North East`, - Address: `184 Main Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 50157 - }), - new InvoicesDataItem( - { - ShipName: `Watson Estate`, - ShipAddress: `199 Market Street`, - ShipCity: `Huston`, - ShipPostalCode: 80050, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1278, - CustomerName: `Nancy Watson`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Watson`, - CustomerAddress: `199 Market Street, Huston, USA, 80050`, - Salesperson: `Max Jefferson`, - OrderID: 1767, - OrderDate: `1/17/2022`, - ProductID: 196, - ProductName: `Mac Book Pro`, - UnitPrice: 21600.31, - Quantity: 3, - ExtendedPrice: 64800.93, - Freight: 1130.31, - Discontinued: false, - Region: `North East`, - Address: `199 Market Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 80050 - }), - new InvoicesDataItem( - { - ShipName: `Madison Market`, - ShipAddress: `127 Market Street`, - ShipCity: `Miami`, - ShipPostalCode: 60073, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1279, - CustomerName: `Nancy Madison`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Madison`, - CustomerAddress: `127 Market Street, Miami, USA, 60073`, - Salesperson: `Mike Smith`, - OrderID: 1229, - OrderDate: `12/7/2022`, - ProductID: 184, - ProductName: `Mac Book Air`, - UnitPrice: 27500.59, - Quantity: 3, - ExtendedPrice: 82501.77, - Freight: 1380.59, - Discontinued: true, - Region: `West`, - Address: `127 Market Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 60073 - }), - new InvoicesDataItem( - { - ShipName: `Watson Home`, - ShipAddress: `169 Main Street`, - ShipCity: `New York`, - ShipPostalCode: 50123, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1280, - CustomerName: `Mike Watson`, - CustomerFirstName: `Mike`, - CustomerLastName: `Watson`, - CustomerAddress: `169 Main Street, New York, USA, 50123`, - Salesperson: `Martin Jackson`, - OrderID: 1761, - OrderDate: `2/10/2022`, - ProductID: 169, - ProductName: `IPad`, - UnitPrice: 21430.7, - Quantity: 5, - ExtendedPrice: 107153.5, - Freight: 1170.7, - Discontinued: false, - Region: `North East`, - Address: `169 Main Street`, - City: `New York`, - Country: `USA`, - PostalCode: 50123 - }), - new InvoicesDataItem( - { - ShipName: `Watson Home`, - ShipAddress: `109 Main Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 80143, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1281, - CustomerName: `James Watson`, - CustomerFirstName: `James`, - CustomerLastName: `Watson`, - CustomerAddress: `109 Main Street, Philadelphia, USA, 80143`, - Salesperson: `Anna Black`, - OrderID: 1461, - OrderDate: `9/8/2022`, - ProductID: 155, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 28470.33, - Quantity: 4, - ExtendedPrice: 113881.32, - Freight: 1750.33, - Discontinued: false, - Region: `North East`, - Address: `109 Main Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 80143 - }), - new InvoicesDataItem( - { - ShipName: `Madison Townhouse`, - ShipAddress: `103 Main Street`, - ShipCity: `New York`, - ShipPostalCode: 80198, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1282, - CustomerName: `James Madison`, - CustomerFirstName: `James`, - CustomerLastName: `Madison`, - CustomerAddress: `103 Main Street, New York, USA, 80198`, - Salesperson: `Ben Black`, - OrderID: 1210, - OrderDate: `11/7/2022`, - ProductID: 123, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 11260.52, - Quantity: 5, - ExtendedPrice: 56302.6, - Freight: 330.52, - Discontinued: false, - Region: `West`, - Address: `103 Main Street`, - City: `New York`, - Country: `USA`, - PostalCode: 80198 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Market`, - ShipAddress: `102 Market Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 50100, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1283, - CustomerName: `Martin Jefferson`, - CustomerFirstName: `Martin`, - CustomerLastName: `Jefferson`, - CustomerAddress: `102 Market Street, Philadelphia, USA, 50100`, - Salesperson: `Pamela Jefferson`, - OrderID: 1262, - OrderDate: `4/17/2022`, - ProductID: 134, - ProductName: `Mac Book Pro`, - UnitPrice: 21890.55, - Quantity: 4, - ExtendedPrice: 87562.2, - Freight: 500.55, - Discontinued: false, - Region: `West`, - Address: `102 Market Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 50100 - }), - new InvoicesDataItem( - { - ShipName: `Madison Home`, - ShipAddress: `194 Market Street`, - ShipCity: `New York`, - ShipPostalCode: 80057, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1284, - CustomerName: `Pamela Madison`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Madison`, - CustomerAddress: `194 Market Street, New York, USA, 80057`, - Salesperson: `Pamela Jefferson`, - OrderID: 1490, - OrderDate: `4/6/2022`, - ProductID: 191, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 15670.58, - Quantity: 4, - ExtendedPrice: 62682.32, - Freight: 1320.58, - Discontinued: false, - Region: `South East`, - Address: `194 Market Street`, - City: `New York`, - Country: `USA`, - PostalCode: 80057 - }), - new InvoicesDataItem( - { - ShipName: `Madison Market`, - ShipAddress: `102 Main Street`, - ShipCity: `Miami`, - ShipPostalCode: 70175, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Speedy Express`, - CustomerID: 1285, - CustomerName: `Nancy Madison`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Madison`, - CustomerAddress: `102 Main Street, Miami, USA, 70175`, - Salesperson: `James Jackson`, - OrderID: 1031, - OrderDate: `3/18/2022`, - ProductID: 196, - ProductName: `Samsung Note`, - UnitPrice: 16280.69, - Quantity: 3, - ExtendedPrice: 48842.07, - Freight: 380.69, - Discontinued: false, - Region: `South East`, - Address: `102 Main Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 70175 - }), - new InvoicesDataItem( - { - ShipName: `Watson Estate`, - ShipAddress: `139 Market Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 60067, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Speedy Express`, - CustomerID: 1286, - CustomerName: `Nancy Watson`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Watson`, - CustomerAddress: `139 Market Street, Philadelphia, USA, 60067`, - Salesperson: `Max Jefferson`, - OrderID: 1803, - OrderDate: `1/22/2022`, - ProductID: 134, - ProductName: `Mac Book Pro`, - UnitPrice: 7940.29, - Quantity: 4, - ExtendedPrice: 31761.16, - Freight: 620.29, - Discontinued: false, - Region: `North East`, - Address: `139 Market Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 60067 - }), - new InvoicesDataItem( - { - ShipName: `Smith Market`, - ShipAddress: `167 Market Street`, - ShipCity: `New York`, - ShipPostalCode: 80115, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1287, - CustomerName: `Martin Smith`, - CustomerFirstName: `Martin`, - CustomerLastName: `Smith`, - CustomerAddress: `167 Market Street, New York, USA, 80115`, - Salesperson: `Anna Black`, - OrderID: 1465, - OrderDate: `2/14/2022`, - ProductID: 166, - ProductName: `Samsung Note`, - UnitPrice: 20420.2, - Quantity: 4, - ExtendedPrice: 81680.8, - Freight: 960.2, - Discontinued: false, - Region: `North East`, - Address: `167 Market Street`, - City: `New York`, - Country: `USA`, - PostalCode: 80115 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Market`, - ShipAddress: `167 Market Street`, - ShipCity: `New York`, - ShipPostalCode: 80080, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1288, - CustomerName: `Nancy Jefferson`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Jefferson`, - CustomerAddress: `167 Market Street, New York, USA, 80080`, - Salesperson: `Ben Jackson`, - OrderID: 1303, - OrderDate: `12/12/2022`, - ProductID: 191, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 20080.21, - Quantity: 2, - ExtendedPrice: 40160.42, - Freight: 800.21, - Discontinued: false, - Region: `West`, - Address: `167 Market Street`, - City: `New York`, - Country: `USA`, - PostalCode: 80080 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Market`, - ShipAddress: `167 Market Street`, - ShipCity: `New York`, - ShipPostalCode: 90093, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Federal Shipping`, - CustomerID: 1289, - CustomerName: `Pamela Jackson`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Jackson`, - CustomerAddress: `167 Market Street, New York, USA, 90093`, - Salesperson: `Anna Smith`, - OrderID: 1122, - OrderDate: `8/6/2022`, - ProductID: 189, - ProductName: `Mac Book Air`, - UnitPrice: 29420.55, - Quantity: 4, - ExtendedPrice: 117682.2, - Freight: 1200.55, - Discontinued: true, - Region: `South East`, - Address: `167 Market Street`, - City: `New York`, - Country: `USA`, - PostalCode: 90093 - }), - new InvoicesDataItem( - { - ShipName: `Madison Home`, - ShipAddress: `114 Wall Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 60133, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1290, - CustomerName: `Nancy Madison`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Madison`, - CustomerAddress: `114 Wall Street, Philadelphia, USA, 60133`, - Salesperson: `Anna Madison`, - OrderID: 1402, - OrderDate: `6/9/2022`, - ProductID: 161, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 16370.76, - Quantity: 3, - ExtendedPrice: 49112.28, - Freight: 590.76, - Discontinued: false, - Region: `South East`, - Address: `114 Wall Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 60133 - }), - new InvoicesDataItem( - { - ShipName: `Madison Home`, - ShipAddress: `164 Market Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 60153, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1291, - CustomerName: `Anna Madison`, - CustomerFirstName: `Anna`, - CustomerLastName: `Madison`, - CustomerAddress: `164 Market Street, Los Angeles, USA, 60153`, - Salesperson: `Max Smith`, - OrderID: 1165, - OrderDate: `11/24/2022`, - ProductID: 193, - ProductName: `Mac Book Pro`, - UnitPrice: 19240.53, - Quantity: 4, - ExtendedPrice: 76962.12, - Freight: 1990.53, - Discontinued: false, - Region: `West`, - Address: `164 Market Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 60153 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Home`, - ShipAddress: `102 Market Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 90068, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1292, - CustomerName: `Mike Jackson`, - CustomerFirstName: `Mike`, - CustomerLastName: `Jackson`, - CustomerAddress: `102 Market Street, Philadelphia, USA, 90068`, - Salesperson: `Mike Madison`, - OrderID: 1512, - OrderDate: `9/4/2022`, - ProductID: 186, - ProductName: `Samsung Note`, - UnitPrice: 26300.88, - Quantity: 4, - ExtendedPrice: 105203.52, - Freight: 660.88, - Discontinued: false, - Region: `West`, - Address: `102 Market Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 90068 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Market`, - ShipAddress: `158 Wall Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 80149, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1293, - CustomerName: `Pamela Jefferson`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Jefferson`, - CustomerAddress: `158 Wall Street, Los Angeles, USA, 80149`, - Salesperson: `Max Jackson`, - OrderID: 1358, - OrderDate: `2/22/2022`, - ProductID: 110, - ProductName: `Mac Book Pro`, - UnitPrice: 23570.31, - Quantity: 5, - ExtendedPrice: 117851.55, - Freight: 1260.31, - Discontinued: false, - Region: `North East`, - Address: `158 Wall Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 80149 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Townhouse`, - ShipAddress: `125 Market Street`, - ShipCity: `Huston`, - ShipPostalCode: 80176, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1294, - CustomerName: `Nancy Jefferson`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Jefferson`, - CustomerAddress: `125 Market Street, Huston, USA, 80176`, - Salesperson: `Pamela Watson`, - OrderID: 1106, - OrderDate: `2/7/2022`, - ProductID: 152, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 6100.56, - Quantity: 5, - ExtendedPrice: 30502.8, - Freight: 1900.56, - Discontinued: false, - Region: `West`, - Address: `125 Market Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 80176 - }), - new InvoicesDataItem( - { - ShipName: `Smith Estate`, - ShipAddress: `177 Main Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 50079, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1295, - CustomerName: `Pamela Smith`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Smith`, - CustomerAddress: `177 Main Street, Los Angeles, USA, 50079`, - Salesperson: `Max Watson`, - OrderID: 1931, - OrderDate: `6/5/2022`, - ProductID: 113, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 27350.45, - Quantity: 3, - ExtendedPrice: 82051.35, - Freight: 1170.45, - Discontinued: false, - Region: `North East`, - Address: `177 Main Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 50079 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Estate`, - ShipAddress: `148 Market Street`, - ShipCity: `New York`, - ShipPostalCode: 90184, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1296, - CustomerName: `Mike Jackson`, - CustomerFirstName: `Mike`, - CustomerLastName: `Jackson`, - CustomerAddress: `148 Market Street, New York, USA, 90184`, - Salesperson: `James Smith`, - OrderID: 1108, - OrderDate: `8/5/2022`, - ProductID: 122, - ProductName: `Samsung Note`, - UnitPrice: 5440.75, - Quantity: 4, - ExtendedPrice: 21763, - Freight: 960.75, - Discontinued: false, - Region: `South East`, - Address: `148 Market Street`, - City: `New York`, - Country: `USA`, - PostalCode: 90184 - }), - new InvoicesDataItem( - { - ShipName: `Black Townhouse`, - ShipAddress: `113 Wall Street`, - ShipCity: `Huston`, - ShipPostalCode: 50064, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1297, - CustomerName: `Max Black`, - CustomerFirstName: `Max`, - CustomerLastName: `Black`, - CustomerAddress: `113 Wall Street, Huston, USA, 50064`, - Salesperson: `Martin Smith`, - OrderID: 1782, - OrderDate: `3/24/2022`, - ProductID: 107, - ProductName: `IPad`, - UnitPrice: 22200.88, - Quantity: 4, - ExtendedPrice: 88803.52, - Freight: 510.88, - Discontinued: false, - Region: `West`, - Address: `113 Wall Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 50064 - }), - new InvoicesDataItem( - { - ShipName: `Smith Market`, - ShipAddress: `134 Wall Street`, - ShipCity: `New York`, - ShipPostalCode: 80155, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1298, - CustomerName: `Martin Smith`, - CustomerFirstName: `Martin`, - CustomerLastName: `Smith`, - CustomerAddress: `134 Wall Street, New York, USA, 80155`, - Salesperson: `Nancy Jefferson`, - OrderID: 1886, - OrderDate: `3/6/2022`, - ProductID: 181, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 8550.46, - Quantity: 4, - ExtendedPrice: 34201.84, - Freight: 1830.46, - Discontinued: false, - Region: `North East`, - Address: `134 Wall Street`, - City: `New York`, - Country: `USA`, - PostalCode: 80155 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Townhouse`, - ShipAddress: `142 Market Street`, - ShipCity: `New York`, - ShipPostalCode: 90103, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1299, - CustomerName: `Max Jackson`, - CustomerFirstName: `Max`, - CustomerLastName: `Jackson`, - CustomerAddress: `142 Market Street, New York, USA, 90103`, - Salesperson: `Anna Watson`, - OrderID: 1578, - OrderDate: `10/5/2022`, - ProductID: 162, - ProductName: `Mac Book Air`, - UnitPrice: 19490.84, - Quantity: 4, - ExtendedPrice: 77963.36, - Freight: 490.84, - Discontinued: true, - Region: `West`, - Address: `142 Market Street`, - City: `New York`, - Country: `USA`, - PostalCode: 90103 - }), - new InvoicesDataItem( - { - ShipName: `Smith Estate`, - ShipAddress: `132 Market Street`, - ShipCity: `Miami`, - ShipPostalCode: 90111, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1300, - CustomerName: `Anna Smith`, - CustomerFirstName: `Anna`, - CustomerLastName: `Smith`, - CustomerAddress: `132 Market Street, Miami, USA, 90111`, - Salesperson: `Ben Jefferson`, - OrderID: 1903, - OrderDate: `6/23/2022`, - ProductID: 173, - ProductName: `IPad`, - UnitPrice: 23350.52, - Quantity: 5, - ExtendedPrice: 116752.6, - Freight: 1210.52, - Discontinued: false, - Region: `South East`, - Address: `132 Market Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 90111 - }), - new InvoicesDataItem( - { - ShipName: `Smith Home`, - ShipAddress: `180 Main Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 50182, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1301, - CustomerName: `Mike Smith`, - CustomerFirstName: `Mike`, - CustomerLastName: `Smith`, - CustomerAddress: `180 Main Street, Los Angeles, USA, 50182`, - Salesperson: `Ben Black`, - OrderID: 1201, - OrderDate: `11/25/2022`, - ProductID: 127, - ProductName: `Mac Book Pro`, - UnitPrice: 6730.57, - Quantity: 3, - ExtendedPrice: 20191.71, - Freight: 1600.57, - Discontinued: false, - Region: `West`, - Address: `180 Main Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 50182 - }), - new InvoicesDataItem( - { - ShipName: `Smith Townhouse`, - ShipAddress: `135 Main Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 60076, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1302, - CustomerName: `James Smith`, - CustomerFirstName: `James`, - CustomerLastName: `Smith`, - CustomerAddress: `135 Main Street, Philadelphia, USA, 60076`, - Salesperson: `Mike Smith`, - OrderID: 1488, - OrderDate: `5/1/2022`, - ProductID: 105, - ProductName: `IPad`, - UnitPrice: 27240.3, - Quantity: 5, - ExtendedPrice: 136201.5, - Freight: 1130.3, - Discontinued: false, - Region: `West`, - Address: `135 Main Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 60076 - }), - new InvoicesDataItem( - { - ShipName: `Madison Townhouse`, - ShipAddress: `104 Wall Street`, - ShipCity: `New York`, - ShipPostalCode: 70191, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1303, - CustomerName: `Nancy Madison`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Madison`, - CustomerAddress: `104 Wall Street, New York, USA, 70191`, - Salesperson: `Pamela Jefferson`, - OrderID: 1636, - OrderDate: `2/16/2022`, - ProductID: 104, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 14830.46, - Quantity: 2, - ExtendedPrice: 29660.92, - Freight: 540.46, - Discontinued: false, - Region: `West`, - Address: `104 Wall Street`, - City: `New York`, - Country: `USA`, - PostalCode: 70191 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Market`, - ShipAddress: `122 Market Street`, - ShipCity: `New York`, - ShipPostalCode: 70071, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Speedy Express`, - CustomerID: 1304, - CustomerName: `James Jefferson`, - CustomerFirstName: `James`, - CustomerLastName: `Jefferson`, - CustomerAddress: `122 Market Street, New York, USA, 70071`, - Salesperson: `Max Black`, - OrderID: 1588, - OrderDate: `8/22/2022`, - ProductID: 169, - ProductName: `IPhone`, - UnitPrice: 28440.73, - Quantity: 3, - ExtendedPrice: 85322.19, - Freight: 640.73, - Discontinued: false, - Region: `North East`, - Address: `122 Market Street`, - City: `New York`, - Country: `USA`, - PostalCode: 70071 - }), - new InvoicesDataItem( - { - ShipName: `Smith Market`, - ShipAddress: `178 Main Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 80064, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1305, - CustomerName: `Anna Smith`, - CustomerFirstName: `Anna`, - CustomerLastName: `Smith`, - CustomerAddress: `178 Main Street, Philadelphia, USA, 80064`, - Salesperson: `Pamela Jackson`, - OrderID: 1422, - OrderDate: `7/3/2022`, - ProductID: 150, - ProductName: `Mac Book Air`, - UnitPrice: 7100.37, - Quantity: 4, - ExtendedPrice: 28401.48, - Freight: 1560.37, - Discontinued: false, - Region: `North East`, - Address: `178 Main Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 80064 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Market`, - ShipAddress: `199 Main Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 80126, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Federal Shipping`, - CustomerID: 1306, - CustomerName: `Martin Jefferson`, - CustomerFirstName: `Martin`, - CustomerLastName: `Jefferson`, - CustomerAddress: `199 Main Street, Philadelphia, USA, 80126`, - Salesperson: `Ben Jefferson`, - OrderID: 1922, - OrderDate: `1/13/2022`, - ProductID: 116, - ProductName: `Mac Book Air`, - UnitPrice: 15400.22, - Quantity: 4, - ExtendedPrice: 61600.88, - Freight: 1970.22, - Discontinued: false, - Region: `South East`, - Address: `199 Main Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 80126 - }), - new InvoicesDataItem( - { - ShipName: `Watson Home`, - ShipAddress: `187 Wall Street`, - ShipCity: `Huston`, - ShipPostalCode: 70093, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Speedy Express`, - CustomerID: 1307, - CustomerName: `Nancy Watson`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Watson`, - CustomerAddress: `187 Wall Street, Huston, USA, 70093`, - Salesperson: `Ben Watson`, - OrderID: 1023, - OrderDate: `8/20/2022`, - ProductID: 138, - ProductName: `Samsung Note`, - UnitPrice: 26450.63, - Quantity: 2, - ExtendedPrice: 52901.26, - Freight: 980.63, - Discontinued: false, - Region: `South East`, - Address: `187 Wall Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 70093 - }), - new InvoicesDataItem( - { - ShipName: `Watson Market`, - ShipAddress: `110 Market Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 50180, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Federal Shipping`, - CustomerID: 1308, - CustomerName: `Max Watson`, - CustomerFirstName: `Max`, - CustomerLastName: `Watson`, - CustomerAddress: `110 Market Street, Los Angeles, USA, 50180`, - Salesperson: `Martin Smith`, - OrderID: 1651, - OrderDate: `8/10/2022`, - ProductID: 131, - ProductName: `IPhone`, - UnitPrice: 11720.27, - Quantity: 2, - ExtendedPrice: 23440.54, - Freight: 300.27, - Discontinued: false, - Region: `South East`, - Address: `110 Market Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 50180 - }), - new InvoicesDataItem( - { - ShipName: `Madison Home`, - ShipAddress: `196 Wall Street`, - ShipCity: `New York`, - ShipPostalCode: 50190, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1309, - CustomerName: `James Madison`, - CustomerFirstName: `James`, - CustomerLastName: `Madison`, - CustomerAddress: `196 Wall Street, New York, USA, 50190`, - Salesperson: `Nancy Madison`, - OrderID: 1918, - OrderDate: `7/11/2022`, - ProductID: 160, - ProductName: `IPad`, - UnitPrice: 22400.31, - Quantity: 2, - ExtendedPrice: 44800.62, - Freight: 1310.31, - Discontinued: true, - Region: `North East`, - Address: `196 Wall Street`, - City: `New York`, - Country: `USA`, - PostalCode: 50190 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Market`, - ShipAddress: `172 Market Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 80154, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1310, - CustomerName: `Nancy Jefferson`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Jefferson`, - CustomerAddress: `172 Market Street, Philadelphia, USA, 80154`, - Salesperson: `Ben Jackson`, - OrderID: 1803, - OrderDate: `2/14/2022`, - ProductID: 100, - ProductName: `Samsung Note`, - UnitPrice: 5270.34, - Quantity: 5, - ExtendedPrice: 26351.7, - Freight: 320.34, - Discontinued: false, - Region: `North East`, - Address: `172 Market Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 80154 - }), - new InvoicesDataItem( - { - ShipName: `Watson Estate`, - ShipAddress: `181 Wall Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 50200, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Federal Shipping`, - CustomerID: 1311, - CustomerName: `Martin Watson`, - CustomerFirstName: `Martin`, - CustomerLastName: `Watson`, - CustomerAddress: `181 Wall Street, Los Angeles, USA, 50200`, - Salesperson: `James Watson`, - OrderID: 1467, - OrderDate: `12/13/2022`, - ProductID: 171, - ProductName: `Mac Book Air`, - UnitPrice: 7830.21, - Quantity: 4, - ExtendedPrice: 31320.84, - Freight: 1740.21, - Discontinued: false, - Region: `South East`, - Address: `181 Wall Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 50200 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Estate`, - ShipAddress: `151 Main Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 70118, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1312, - CustomerName: `Pamela Jefferson`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Jefferson`, - CustomerAddress: `151 Main Street, Los Angeles, USA, 70118`, - Salesperson: `Martin Watson`, - OrderID: 1359, - OrderDate: `4/5/2022`, - ProductID: 141, - ProductName: `IPhone`, - UnitPrice: 27160.77, - Quantity: 5, - ExtendedPrice: 135803.85, - Freight: 370.77, - Discontinued: false, - Region: `West`, - Address: `151 Main Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 70118 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Home`, - ShipAddress: `156 Market Street`, - ShipCity: `Miami`, - ShipPostalCode: 90109, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1313, - CustomerName: `James Jackson`, - CustomerFirstName: `James`, - CustomerLastName: `Jackson`, - CustomerAddress: `156 Market Street, Miami, USA, 90109`, - Salesperson: `James Jackson`, - OrderID: 1592, - OrderDate: `4/16/2022`, - ProductID: 128, - ProductName: `Samsung Note`, - UnitPrice: 14910.41, - Quantity: 5, - ExtendedPrice: 74552.05, - Freight: 1790.41, - Discontinued: false, - Region: `North East`, - Address: `156 Market Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 90109 - }), - new InvoicesDataItem( - { - ShipName: `Watson Estate`, - ShipAddress: `147 Main Street`, - ShipCity: `Huston`, - ShipPostalCode: 60054, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Federal Shipping`, - CustomerID: 1314, - CustomerName: `Pamela Watson`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Watson`, - CustomerAddress: `147 Main Street, Huston, USA, 60054`, - Salesperson: `Ben Watson`, - OrderID: 1454, - OrderDate: `12/12/2022`, - ProductID: 131, - ProductName: `Mac Book Air`, - UnitPrice: 11280.22, - Quantity: 3, - ExtendedPrice: 33840.66, - Freight: 1440.22, - Discontinued: false, - Region: `South East`, - Address: `147 Main Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 60054 - }), - new InvoicesDataItem( - { - ShipName: `Madison Home`, - ShipAddress: `123 Market Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 90190, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1315, - CustomerName: `Ben Madison`, - CustomerFirstName: `Ben`, - CustomerLastName: `Madison`, - CustomerAddress: `123 Market Street, Philadelphia, USA, 90190`, - Salesperson: `James Jefferson`, - OrderID: 1529, - OrderDate: `4/19/2022`, - ProductID: 102, - ProductName: `IPad`, - UnitPrice: 7570.85, - Quantity: 5, - ExtendedPrice: 37854.25, - Freight: 1630.85, - Discontinued: false, - Region: `West`, - Address: `123 Market Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 90190 - }), - new InvoicesDataItem( - { - ShipName: `Watson Home`, - ShipAddress: `100 Wall Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 90115, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1316, - CustomerName: `James Watson`, - CustomerFirstName: `James`, - CustomerLastName: `Watson`, - CustomerAddress: `100 Wall Street, Los Angeles, USA, 90115`, - Salesperson: `Nancy Smith`, - OrderID: 1783, - OrderDate: `9/2/2022`, - ProductID: 144, - ProductName: `Samsung Note`, - UnitPrice: 5530.88, - Quantity: 3, - ExtendedPrice: 16592.64, - Freight: 1800.88, - Discontinued: false, - Region: `North East`, - Address: `100 Wall Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 90115 - }), - new InvoicesDataItem( - { - ShipName: `Watson Townhouse`, - ShipAddress: `184 Wall Street`, - ShipCity: `Miami`, - ShipPostalCode: 50144, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Federal Shipping`, - CustomerID: 1317, - CustomerName: `Max Watson`, - CustomerFirstName: `Max`, - CustomerLastName: `Watson`, - CustomerAddress: `184 Wall Street, Miami, USA, 50144`, - Salesperson: `Max Jackson`, - OrderID: 1533, - OrderDate: `12/19/2022`, - ProductID: 189, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 24820.6, - Quantity: 2, - ExtendedPrice: 49641.2, - Freight: 1550.6, - Discontinued: false, - Region: `South East`, - Address: `184 Wall Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 50144 - }), - new InvoicesDataItem( - { - ShipName: `Black Home`, - ShipAddress: `187 Wall Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 70132, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1318, - CustomerName: `Mike Black`, - CustomerFirstName: `Mike`, - CustomerLastName: `Black`, - CustomerAddress: `187 Wall Street, Los Angeles, USA, 70132`, - Salesperson: `Nancy Jackson`, - OrderID: 1483, - OrderDate: `1/8/2022`, - ProductID: 182, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 21520.76, - Quantity: 4, - ExtendedPrice: 86083.04, - Freight: 770.76, - Discontinued: false, - Region: `North East`, - Address: `187 Wall Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 70132 - }), - new InvoicesDataItem( - { - ShipName: `Black Market`, - ShipAddress: `162 Main Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 90083, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Speedy Express`, - CustomerID: 1319, - CustomerName: `Mike Black`, - CustomerFirstName: `Mike`, - CustomerLastName: `Black`, - CustomerAddress: `162 Main Street, Philadelphia, USA, 90083`, - Salesperson: `Max Jefferson`, - OrderID: 1869, - OrderDate: `6/3/2022`, - ProductID: 118, - ProductName: `IPhone`, - UnitPrice: 15930.3, - Quantity: 2, - ExtendedPrice: 31860.6, - Freight: 470.3, - Discontinued: true, - Region: `North East`, - Address: `162 Main Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 90083 - }), - new InvoicesDataItem( - { - ShipName: `Watson Home`, - ShipAddress: `147 Main Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 50191, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Speedy Express`, - CustomerID: 1320, - CustomerName: `Nancy Watson`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Watson`, - CustomerAddress: `147 Main Street, Philadelphia, USA, 50191`, - Salesperson: `Martin Jefferson`, - OrderID: 1541, - OrderDate: `2/1/2022`, - ProductID: 159, - ProductName: `Mac Book Pro`, - UnitPrice: 29090.51, - Quantity: 4, - ExtendedPrice: 116362.04, - Freight: 900.51, - Discontinued: false, - Region: `North East`, - Address: `147 Main Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 50191 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Market`, - ShipAddress: `175 Wall Street`, - ShipCity: `New York`, - ShipPostalCode: 90056, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1321, - CustomerName: `Martin Jackson`, - CustomerFirstName: `Martin`, - CustomerLastName: `Jackson`, - CustomerAddress: `175 Wall Street, New York, USA, 90056`, - Salesperson: `Anna Black`, - OrderID: 1050, - OrderDate: `8/6/2022`, - ProductID: 120, - ProductName: `IPad`, - UnitPrice: 28490.38, - Quantity: 5, - ExtendedPrice: 142451.9, - Freight: 860.38, - Discontinued: false, - Region: `West`, - Address: `175 Wall Street`, - City: `New York`, - Country: `USA`, - PostalCode: 90056 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Market`, - ShipAddress: `129 Market Street`, - ShipCity: `Huston`, - ShipPostalCode: 50089, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Federal Shipping`, - CustomerID: 1322, - CustomerName: `Pamela Jackson`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Jackson`, - CustomerAddress: `129 Market Street, Huston, USA, 50089`, - Salesperson: `Mike Jefferson`, - OrderID: 1188, - OrderDate: `7/23/2022`, - ProductID: 119, - ProductName: `Mac Book Pro`, - UnitPrice: 6710.58, - Quantity: 3, - ExtendedPrice: 20131.74, - Freight: 1160.58, - Discontinued: false, - Region: `South East`, - Address: `129 Market Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 50089 - }), - new InvoicesDataItem( - { - ShipName: `Smith Market`, - ShipAddress: `104 Wall Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 70079, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1323, - CustomerName: `Ben Smith`, - CustomerFirstName: `Ben`, - CustomerLastName: `Smith`, - CustomerAddress: `104 Wall Street, Philadelphia, USA, 70079`, - Salesperson: `Martin Madison`, - OrderID: 1452, - OrderDate: `2/1/2022`, - ProductID: 182, - ProductName: `IPhone`, - UnitPrice: 9260.28, - Quantity: 2, - ExtendedPrice: 18520.56, - Freight: 1960.28, - Discontinued: false, - Region: `South East`, - Address: `104 Wall Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 70079 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Townhouse`, - ShipAddress: `167 Wall Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 70137, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1324, - CustomerName: `Mike Jefferson`, - CustomerFirstName: `Mike`, - CustomerLastName: `Jefferson`, - CustomerAddress: `167 Wall Street, Philadelphia, USA, 70137`, - Salesperson: `James Jefferson`, - OrderID: 1542, - OrderDate: `7/21/2022`, - ProductID: 107, - ProductName: `IPhone`, - UnitPrice: 5100.82, - Quantity: 5, - ExtendedPrice: 25504.1, - Freight: 610.82, - Discontinued: false, - Region: `North East`, - Address: `167 Wall Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 70137 - }), - new InvoicesDataItem( - { - ShipName: `Madison Market`, - ShipAddress: `128 Wall Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 50188, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1325, - CustomerName: `Mike Madison`, - CustomerFirstName: `Mike`, - CustomerLastName: `Madison`, - CustomerAddress: `128 Wall Street, Philadelphia, USA, 50188`, - Salesperson: `Nancy Jefferson`, - OrderID: 1993, - OrderDate: `3/7/2022`, - ProductID: 149, - ProductName: `Samsung Note`, - UnitPrice: 27520.59, - Quantity: 4, - ExtendedPrice: 110082.36, - Freight: 1260.59, - Discontinued: false, - Region: `South East`, - Address: `128 Wall Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 50188 - }), - new InvoicesDataItem( - { - ShipName: `Watson Market`, - ShipAddress: `171 Market Street`, - ShipCity: `Huston`, - ShipPostalCode: 70190, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Speedy Express`, - CustomerID: 1326, - CustomerName: `Martin Watson`, - CustomerFirstName: `Martin`, - CustomerLastName: `Watson`, - CustomerAddress: `171 Market Street, Huston, USA, 70190`, - Salesperson: `Anna Madison`, - OrderID: 1815, - OrderDate: `7/4/2022`, - ProductID: 195, - ProductName: `Samsung Note`, - UnitPrice: 27340.66, - Quantity: 5, - ExtendedPrice: 136703.3, - Freight: 1790.66, - Discontinued: false, - Region: `South East`, - Address: `171 Market Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 70190 - }), - new InvoicesDataItem( - { - ShipName: `Watson Home`, - ShipAddress: `191 Market Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 60123, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1327, - CustomerName: `Anna Watson`, - CustomerFirstName: `Anna`, - CustomerLastName: `Watson`, - CustomerAddress: `191 Market Street, Philadelphia, USA, 60123`, - Salesperson: `Anna Madison`, - OrderID: 1319, - OrderDate: `8/5/2022`, - ProductID: 191, - ProductName: `Samsung Note`, - UnitPrice: 28500.5, - Quantity: 5, - ExtendedPrice: 142502.5, - Freight: 1280.5, - Discontinued: false, - Region: `West`, - Address: `191 Market Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 60123 - }), - new InvoicesDataItem( - { - ShipName: `Madison Townhouse`, - ShipAddress: `150 Wall Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 80139, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Federal Shipping`, - CustomerID: 1328, - CustomerName: `Mike Madison`, - CustomerFirstName: `Mike`, - CustomerLastName: `Madison`, - CustomerAddress: `150 Wall Street, Philadelphia, USA, 80139`, - Salesperson: `Nancy Watson`, - OrderID: 1592, - OrderDate: `2/22/2022`, - ProductID: 149, - ProductName: `Mac Book Pro`, - UnitPrice: 22890.6, - Quantity: 5, - ExtendedPrice: 114453, - Freight: 920.6, - Discontinued: false, - Region: `South East`, - Address: `150 Wall Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 80139 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Market`, - ShipAddress: `112 Main Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 70172, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1329, - CustomerName: `Nancy Jackson`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Jackson`, - CustomerAddress: `112 Main Street, Los Angeles, USA, 70172`, - Salesperson: `Max Jefferson`, - OrderID: 1959, - OrderDate: `10/15/2022`, - ProductID: 156, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 12050.71, - Quantity: 4, - ExtendedPrice: 48202.84, - Freight: 270.71, - Discontinued: true, - Region: `North East`, - Address: `112 Main Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 70172 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Market`, - ShipAddress: `121 Market Street`, - ShipCity: `New York`, - ShipPostalCode: 80122, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1330, - CustomerName: `Martin Jefferson`, - CustomerFirstName: `Martin`, - CustomerLastName: `Jefferson`, - CustomerAddress: `121 Market Street, New York, USA, 80122`, - Salesperson: `Ben Black`, - OrderID: 1343, - OrderDate: `5/25/2022`, - ProductID: 118, - ProductName: `Mac Book Pro`, - UnitPrice: 7060.29, - Quantity: 4, - ExtendedPrice: 28241.16, - Freight: 400.29, - Discontinued: false, - Region: `West`, - Address: `121 Market Street`, - City: `New York`, - Country: `USA`, - PostalCode: 80122 - }), - new InvoicesDataItem( - { - ShipName: `Watson Estate`, - ShipAddress: `183 Wall Street`, - ShipCity: `Miami`, - ShipPostalCode: 90122, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Speedy Express`, - CustomerID: 1331, - CustomerName: `Pamela Watson`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Watson`, - CustomerAddress: `183 Wall Street, Miami, USA, 90122`, - Salesperson: `Pamela Smith`, - OrderID: 1876, - OrderDate: `2/8/2022`, - ProductID: 137, - ProductName: `Samsung Note`, - UnitPrice: 10140.84, - Quantity: 4, - ExtendedPrice: 40563.36, - Freight: 640.84, - Discontinued: false, - Region: `North East`, - Address: `183 Wall Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 90122 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Estate`, - ShipAddress: `105 Main Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 50068, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1332, - CustomerName: `Mike Jefferson`, - CustomerFirstName: `Mike`, - CustomerLastName: `Jefferson`, - CustomerAddress: `105 Main Street, Los Angeles, USA, 50068`, - Salesperson: `Ben Madison`, - OrderID: 1322, - OrderDate: `6/7/2022`, - ProductID: 148, - ProductName: `Mac Book Air`, - UnitPrice: 20150.45, - Quantity: 4, - ExtendedPrice: 80601.8, - Freight: 1190.45, - Discontinued: false, - Region: `North East`, - Address: `105 Main Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 50068 - }), - new InvoicesDataItem( - { - ShipName: `Madison Townhouse`, - ShipAddress: `199 Market Street`, - ShipCity: `Huston`, - ShipPostalCode: 70061, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1333, - CustomerName: `Martin Madison`, - CustomerFirstName: `Martin`, - CustomerLastName: `Madison`, - CustomerAddress: `199 Market Street, Huston, USA, 70061`, - Salesperson: `Max Smith`, - OrderID: 1046, - OrderDate: `2/3/2022`, - ProductID: 162, - ProductName: `IPhone`, - UnitPrice: 28480.38, - Quantity: 2, - ExtendedPrice: 56960.76, - Freight: 1180.38, - Discontinued: false, - Region: `West`, - Address: `199 Market Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 70061 - }), - new InvoicesDataItem( - { - ShipName: `Madison Estate`, - ShipAddress: `142 Wall Street`, - ShipCity: `Huston`, - ShipPostalCode: 60058, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1334, - CustomerName: `Ben Madison`, - CustomerFirstName: `Ben`, - CustomerLastName: `Madison`, - CustomerAddress: `142 Wall Street, Huston, USA, 60058`, - Salesperson: `Mike Madison`, - OrderID: 1433, - OrderDate: `2/1/2022`, - ProductID: 177, - ProductName: `IPhone`, - UnitPrice: 6770.89, - Quantity: 5, - ExtendedPrice: 33854.45, - Freight: 520.89, - Discontinued: false, - Region: `South East`, - Address: `142 Wall Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 60058 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Townhouse`, - ShipAddress: `140 Market Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 90131, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1335, - CustomerName: `Martin Jefferson`, - CustomerFirstName: `Martin`, - CustomerLastName: `Jefferson`, - CustomerAddress: `140 Market Street, Los Angeles, USA, 90131`, - Salesperson: `Pamela Black`, - OrderID: 1894, - OrderDate: `9/13/2022`, - ProductID: 151, - ProductName: `IPad`, - UnitPrice: 5280.38, - Quantity: 5, - ExtendedPrice: 26401.9, - Freight: 1610.38, - Discontinued: false, - Region: `North East`, - Address: `140 Market Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 90131 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Home`, - ShipAddress: `106 Market Street`, - ShipCity: `Miami`, - ShipPostalCode: 60063, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1336, - CustomerName: `Ben Jefferson`, - CustomerFirstName: `Ben`, - CustomerLastName: `Jefferson`, - CustomerAddress: `106 Market Street, Miami, USA, 60063`, - Salesperson: `Anna Jackson`, - OrderID: 1017, - OrderDate: `6/12/2022`, - ProductID: 173, - ProductName: `Mac Book Pro`, - UnitPrice: 27000.78, - Quantity: 2, - ExtendedPrice: 54001.56, - Freight: 540.78, - Discontinued: false, - Region: `West`, - Address: `106 Market Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 60063 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Market`, - ShipAddress: `190 Market Street`, - ShipCity: `Huston`, - ShipPostalCode: 70115, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Federal Shipping`, - CustomerID: 1337, - CustomerName: `Max Jefferson`, - CustomerFirstName: `Max`, - CustomerLastName: `Jefferson`, - CustomerAddress: `190 Market Street, Huston, USA, 70115`, - Salesperson: `Martin Smith`, - OrderID: 1583, - OrderDate: `2/12/2022`, - ProductID: 147, - ProductName: `Samsung Note`, - UnitPrice: 7560.53, - Quantity: 2, - ExtendedPrice: 15121.06, - Freight: 260.53, - Discontinued: false, - Region: `South East`, - Address: `190 Market Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 70115 - }), - new InvoicesDataItem( - { - ShipName: `Smith Home`, - ShipAddress: `129 Market Street`, - ShipCity: `Miami`, - ShipPostalCode: 70051, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1338, - CustomerName: `Nancy Smith`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Smith`, - CustomerAddress: `129 Market Street, Miami, USA, 70051`, - Salesperson: `Pamela Madison`, - OrderID: 1202, - OrderDate: `3/15/2022`, - ProductID: 136, - ProductName: `IPhone`, - UnitPrice: 20520.41, - Quantity: 2, - ExtendedPrice: 41040.82, - Freight: 550.41, - Discontinued: false, - Region: `North East`, - Address: `129 Market Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 70051 - }), - new InvoicesDataItem( - { - ShipName: `Smith Home`, - ShipAddress: `143 Main Street`, - ShipCity: `Miami`, - ShipPostalCode: 70144, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1339, - CustomerName: `Martin Smith`, - CustomerFirstName: `Martin`, - CustomerLastName: `Smith`, - CustomerAddress: `143 Main Street, Miami, USA, 70144`, - Salesperson: `James Jefferson`, - OrderID: 1172, - OrderDate: `10/15/2022`, - ProductID: 136, - ProductName: `IPad`, - UnitPrice: 18760.26, - Quantity: 4, - ExtendedPrice: 75041.04, - Freight: 540.26, - Discontinued: true, - Region: `North East`, - Address: `143 Main Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 70144 - }), - new InvoicesDataItem( - { - ShipName: `Smith Market`, - ShipAddress: `179 Market Street`, - ShipCity: `New York`, - ShipPostalCode: 90174, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1340, - CustomerName: `Martin Smith`, - CustomerFirstName: `Martin`, - CustomerLastName: `Smith`, - CustomerAddress: `179 Market Street, New York, USA, 90174`, - Salesperson: `Martin Madison`, - OrderID: 1491, - OrderDate: `4/19/2022`, - ProductID: 176, - ProductName: `Mac Book Air`, - UnitPrice: 16000.56, - Quantity: 4, - ExtendedPrice: 64002.24, - Freight: 690.56, - Discontinued: false, - Region: `West`, - Address: `179 Market Street`, - City: `New York`, - Country: `USA`, - PostalCode: 90174 - }), - new InvoicesDataItem( - { - ShipName: `Madison Home`, - ShipAddress: `152 Main Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 90077, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1341, - CustomerName: `Mike Madison`, - CustomerFirstName: `Mike`, - CustomerLastName: `Madison`, - CustomerAddress: `152 Main Street, Philadelphia, USA, 90077`, - Salesperson: `James Black`, - OrderID: 1351, - OrderDate: `9/19/2022`, - ProductID: 147, - ProductName: `IPhone`, - UnitPrice: 19810.36, - Quantity: 4, - ExtendedPrice: 79241.44, - Freight: 920.36, - Discontinued: false, - Region: `West`, - Address: `152 Main Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 90077 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Estate`, - ShipAddress: `170 Main Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 60097, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Speedy Express`, - CustomerID: 1342, - CustomerName: `Anna Jefferson`, - CustomerFirstName: `Anna`, - CustomerLastName: `Jefferson`, - CustomerAddress: `170 Main Street, Los Angeles, USA, 60097`, - Salesperson: `Martin Black`, - OrderID: 1619, - OrderDate: `3/13/2022`, - ProductID: 166, - ProductName: `Mac Book Air`, - UnitPrice: 27140.88, - Quantity: 3, - ExtendedPrice: 81422.64, - Freight: 1480.88, - Discontinued: false, - Region: `North East`, - Address: `170 Main Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 60097 - }), - new InvoicesDataItem( - { - ShipName: `Black Townhouse`, - ShipAddress: `198 Wall Street`, - ShipCity: `New York`, - ShipPostalCode: 90077, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Federal Shipping`, - CustomerID: 1343, - CustomerName: `Martin Black`, - CustomerFirstName: `Martin`, - CustomerLastName: `Black`, - CustomerAddress: `198 Wall Street, New York, USA, 90077`, - Salesperson: `James Smith`, - OrderID: 1646, - OrderDate: `9/2/2022`, - ProductID: 122, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 6160.87, - Quantity: 3, - ExtendedPrice: 18482.61, - Freight: 1480.87, - Discontinued: false, - Region: `South East`, - Address: `198 Wall Street`, - City: `New York`, - Country: `USA`, - PostalCode: 90077 - }), - new InvoicesDataItem( - { - ShipName: `Watson Estate`, - ShipAddress: `193 Wall Street`, - ShipCity: `New York`, - ShipPostalCode: 60165, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Speedy Express`, - CustomerID: 1344, - CustomerName: `Ben Watson`, - CustomerFirstName: `Ben`, - CustomerLastName: `Watson`, - CustomerAddress: `193 Wall Street, New York, USA, 60165`, - Salesperson: `Ben Madison`, - OrderID: 1516, - OrderDate: `4/20/2022`, - ProductID: 113, - ProductName: `IPhone`, - UnitPrice: 22310.25, - Quantity: 2, - ExtendedPrice: 44620.5, - Freight: 1740.25, - Discontinued: false, - Region: `North East`, - Address: `193 Wall Street`, - City: `New York`, - Country: `USA`, - PostalCode: 60165 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Market`, - ShipAddress: `108 Wall Street`, - ShipCity: `New York`, - ShipPostalCode: 90123, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Speedy Express`, - CustomerID: 1345, - CustomerName: `James Jackson`, - CustomerFirstName: `James`, - CustomerLastName: `Jackson`, - CustomerAddress: `108 Wall Street, New York, USA, 90123`, - Salesperson: `Mike Madison`, - OrderID: 1356, - OrderDate: `11/2/2022`, - ProductID: 105, - ProductName: `Mac Book Air`, - UnitPrice: 16240.78, - Quantity: 5, - ExtendedPrice: 81203.9, - Freight: 260.78, - Discontinued: false, - Region: `North East`, - Address: `108 Wall Street`, - City: `New York`, - Country: `USA`, - PostalCode: 90123 - }), - new InvoicesDataItem( - { - ShipName: `Black Home`, - ShipAddress: `173 Main Street`, - ShipCity: `Miami`, - ShipPostalCode: 60061, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1346, - CustomerName: `Max Black`, - CustomerFirstName: `Max`, - CustomerLastName: `Black`, - CustomerAddress: `173 Main Street, Miami, USA, 60061`, - Salesperson: `Mike Jefferson`, - OrderID: 1062, - OrderDate: `3/5/2022`, - ProductID: 101, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 25540.71, - Quantity: 5, - ExtendedPrice: 127703.55, - Freight: 2000.71, - Discontinued: false, - Region: `West`, - Address: `173 Main Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 60061 - }), - new InvoicesDataItem( - { - ShipName: `Black Home`, - ShipAddress: `118 Wall Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 60178, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1347, - CustomerName: `Nancy Black`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Black`, - CustomerAddress: `118 Wall Street, Los Angeles, USA, 60178`, - Salesperson: `Max Madison`, - OrderID: 1482, - OrderDate: `8/24/2022`, - ProductID: 105, - ProductName: `IPhone`, - UnitPrice: 17000.6, - Quantity: 4, - ExtendedPrice: 68002.4, - Freight: 1390.6, - Discontinued: false, - Region: `West`, - Address: `118 Wall Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 60178 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Townhouse`, - ShipAddress: `134 Wall Street`, - ShipCity: `New York`, - ShipPostalCode: 60096, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1348, - CustomerName: `Martin Jackson`, - CustomerFirstName: `Martin`, - CustomerLastName: `Jackson`, - CustomerAddress: `134 Wall Street, New York, USA, 60096`, - Salesperson: `Ben Madison`, - OrderID: 1443, - OrderDate: `7/1/2022`, - ProductID: 105, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 12670.46, - Quantity: 2, - ExtendedPrice: 25340.92, - Freight: 1280.46, - Discontinued: false, - Region: `North East`, - Address: `134 Wall Street`, - City: `New York`, - Country: `USA`, - PostalCode: 60096 - }), - new InvoicesDataItem( - { - ShipName: `Black Estate`, - ShipAddress: `125 Market Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 50134, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Speedy Express`, - CustomerID: 1349, - CustomerName: `Ben Black`, - CustomerFirstName: `Ben`, - CustomerLastName: `Black`, - CustomerAddress: `125 Market Street, Philadelphia, USA, 50134`, - Salesperson: `Mike Watson`, - OrderID: 1498, - OrderDate: `1/17/2022`, - ProductID: 194, - ProductName: `IPhone`, - UnitPrice: 23470.22, - Quantity: 3, - ExtendedPrice: 70410.66, - Freight: 1370.22, - Discontinued: true, - Region: `South East`, - Address: `125 Market Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 50134 - }), - new InvoicesDataItem( - { - ShipName: `Madison Home`, - ShipAddress: `145 Market Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 80099, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1350, - CustomerName: `Mike Madison`, - CustomerFirstName: `Mike`, - CustomerLastName: `Madison`, - CustomerAddress: `145 Market Street, Philadelphia, USA, 80099`, - Salesperson: `Nancy Watson`, - OrderID: 1002, - OrderDate: `11/11/2022`, - ProductID: 116, - ProductName: `Mac Book Air`, - UnitPrice: 17060.57, - Quantity: 3, - ExtendedPrice: 51181.71, - Freight: 1800.57, - Discontinued: false, - Region: `West`, - Address: `145 Market Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 80099 - }), - new InvoicesDataItem( - { - ShipName: `Watson Home`, - ShipAddress: `130 Market Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 70052, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Speedy Express`, - CustomerID: 1351, - CustomerName: `Ben Watson`, - CustomerFirstName: `Ben`, - CustomerLastName: `Watson`, - CustomerAddress: `130 Market Street, Philadelphia, USA, 70052`, - Salesperson: `Pamela Watson`, - OrderID: 1144, - OrderDate: `10/15/2022`, - ProductID: 168, - ProductName: `IPhone`, - UnitPrice: 13010.35, - Quantity: 4, - ExtendedPrice: 52041.4, - Freight: 980.35, - Discontinued: false, - Region: `South East`, - Address: `130 Market Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 70052 - }), - new InvoicesDataItem( - { - ShipName: `Black Market`, - ShipAddress: `136 Wall Street`, - ShipCity: `Miami`, - ShipPostalCode: 60165, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1352, - CustomerName: `Nancy Black`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Black`, - CustomerAddress: `136 Wall Street, Miami, USA, 60165`, - Salesperson: `Mike Black`, - OrderID: 1745, - OrderDate: `4/9/2022`, - ProductID: 119, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 7900.53, - Quantity: 4, - ExtendedPrice: 31602.12, - Freight: 1400.53, - Discontinued: false, - Region: `West`, - Address: `136 Wall Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 60165 - }), - new InvoicesDataItem( - { - ShipName: `Madison Townhouse`, - ShipAddress: `190 Wall Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 60176, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1353, - CustomerName: `Pamela Madison`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Madison`, - CustomerAddress: `190 Wall Street, Philadelphia, USA, 60176`, - Salesperson: `Martin Smith`, - OrderID: 1489, - OrderDate: `3/25/2022`, - ProductID: 113, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 23420.42, - Quantity: 4, - ExtendedPrice: 93681.68, - Freight: 1660.42, - Discontinued: false, - Region: `West`, - Address: `190 Wall Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 60176 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Townhouse`, - ShipAddress: `114 Main Street`, - ShipCity: `Huston`, - ShipPostalCode: 50060, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1354, - CustomerName: `Mike Jackson`, - CustomerFirstName: `Mike`, - CustomerLastName: `Jackson`, - CustomerAddress: `114 Main Street, Huston, USA, 50060`, - Salesperson: `Nancy Jackson`, - OrderID: 1302, - OrderDate: `3/21/2022`, - ProductID: 144, - ProductName: `Mac Book Pro`, - UnitPrice: 21240.71, - Quantity: 5, - ExtendedPrice: 106203.55, - Freight: 1000.71, - Discontinued: false, - Region: `North East`, - Address: `114 Main Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 50060 - }), - new InvoicesDataItem( - { - ShipName: `Watson Townhouse`, - ShipAddress: `130 Market Street`, - ShipCity: `Huston`, - ShipPostalCode: 90062, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Speedy Express`, - CustomerID: 1355, - CustomerName: `Max Watson`, - CustomerFirstName: `Max`, - CustomerLastName: `Watson`, - CustomerAddress: `130 Market Street, Huston, USA, 90062`, - Salesperson: `Ben Jackson`, - OrderID: 1901, - OrderDate: `11/5/2022`, - ProductID: 101, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 17170.52, - Quantity: 4, - ExtendedPrice: 68682.08, - Freight: 1600.52, - Discontinued: false, - Region: `South East`, - Address: `130 Market Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 90062 - }), - new InvoicesDataItem( - { - ShipName: `Watson Market`, - ShipAddress: `160 Market Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 50149, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1356, - CustomerName: `Nancy Watson`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Watson`, - CustomerAddress: `160 Market Street, Philadelphia, USA, 50149`, - Salesperson: `Ben Watson`, - OrderID: 1331, - OrderDate: `2/5/2022`, - ProductID: 151, - ProductName: `Mac Book Pro`, - UnitPrice: 17650.73, - Quantity: 4, - ExtendedPrice: 70602.92, - Freight: 1720.73, - Discontinued: false, - Region: `South East`, - Address: `160 Market Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 50149 - }), - new InvoicesDataItem( - { - ShipName: `Black Townhouse`, - ShipAddress: `130 Main Street`, - ShipCity: `New York`, - ShipPostalCode: 50184, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Federal Shipping`, - CustomerID: 1357, - CustomerName: `Anna Black`, - CustomerFirstName: `Anna`, - CustomerLastName: `Black`, - CustomerAddress: `130 Main Street, New York, USA, 50184`, - Salesperson: `Anna Watson`, - OrderID: 1161, - OrderDate: `5/18/2022`, - ProductID: 185, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 12920.84, - Quantity: 3, - ExtendedPrice: 38762.52, - Freight: 780.84, - Discontinued: false, - Region: `South East`, - Address: `130 Main Street`, - City: `New York`, - Country: `USA`, - PostalCode: 50184 - }), - new InvoicesDataItem( - { - ShipName: `Watson Townhouse`, - ShipAddress: `120 Wall Street`, - ShipCity: `New York`, - ShipPostalCode: 90122, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1358, - CustomerName: `Ben Watson`, - CustomerFirstName: `Ben`, - CustomerLastName: `Watson`, - CustomerAddress: `120 Wall Street, New York, USA, 90122`, - Salesperson: `Martin Madison`, - OrderID: 1211, - OrderDate: `11/13/2022`, - ProductID: 136, - ProductName: `IPad`, - UnitPrice: 21380.5, - Quantity: 4, - ExtendedPrice: 85522, - Freight: 1130.5, - Discontinued: false, - Region: `West`, - Address: `120 Wall Street`, - City: `New York`, - Country: `USA`, - PostalCode: 90122 - }), - new InvoicesDataItem( - { - ShipName: `Madison Market`, - ShipAddress: `108 Market Street`, - ShipCity: `New York`, - ShipPostalCode: 80106, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1359, - CustomerName: `Pamela Madison`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Madison`, - CustomerAddress: `108 Market Street, New York, USA, 80106`, - Salesperson: `Anna Watson`, - OrderID: 1010, - OrderDate: `3/15/2022`, - ProductID: 198, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 18060.46, - Quantity: 4, - ExtendedPrice: 72241.84, - Freight: 330.46, - Discontinued: true, - Region: `North East`, - Address: `108 Market Street`, - City: `New York`, - Country: `USA`, - PostalCode: 80106 - }), - new InvoicesDataItem( - { - ShipName: `Black Estate`, - ShipAddress: `114 Market Street`, - ShipCity: `Miami`, - ShipPostalCode: 70117, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1360, - CustomerName: `Nancy Black`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Black`, - CustomerAddress: `114 Market Street, Miami, USA, 70117`, - Salesperson: `James Smith`, - OrderID: 1001, - OrderDate: `2/24/2022`, - ProductID: 121, - ProductName: `Mac Book Pro`, - UnitPrice: 22020.55, - Quantity: 5, - ExtendedPrice: 110102.75, - Freight: 1970.55, - Discontinued: false, - Region: `West`, - Address: `114 Market Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 70117 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Home`, - ShipAddress: `134 Main Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 50108, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1361, - CustomerName: `Nancy Jackson`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Jackson`, - CustomerAddress: `134 Main Street, Philadelphia, USA, 50108`, - Salesperson: `Max Jefferson`, - OrderID: 1871, - OrderDate: `3/1/2022`, - ProductID: 114, - ProductName: `Mac Book Air`, - UnitPrice: 13010.27, - Quantity: 5, - ExtendedPrice: 65051.35, - Freight: 1490.27, - Discontinued: false, - Region: `North East`, - Address: `134 Main Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 50108 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Townhouse`, - ShipAddress: `138 Market Street`, - ShipCity: `Huston`, - ShipPostalCode: 90082, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Federal Shipping`, - CustomerID: 1362, - CustomerName: `Mike Jefferson`, - CustomerFirstName: `Mike`, - CustomerLastName: `Jefferson`, - CustomerAddress: `138 Market Street, Huston, USA, 90082`, - Salesperson: `Ben Watson`, - OrderID: 1175, - OrderDate: `4/11/2022`, - ProductID: 159, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 17660.27, - Quantity: 5, - ExtendedPrice: 88301.35, - Freight: 1770.27, - Discontinued: false, - Region: `South East`, - Address: `138 Market Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 90082 - }), - new InvoicesDataItem( - { - ShipName: `Madison Market`, - ShipAddress: `131 Main Street`, - ShipCity: `Miami`, - ShipPostalCode: 90189, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1363, - CustomerName: `James Madison`, - CustomerFirstName: `James`, - CustomerLastName: `Madison`, - CustomerAddress: `131 Main Street, Miami, USA, 90189`, - Salesperson: `Nancy Madison`, - OrderID: 1072, - OrderDate: `2/14/2022`, - ProductID: 169, - ProductName: `Mac Book Air`, - UnitPrice: 24150.8, - Quantity: 4, - ExtendedPrice: 96603.2, - Freight: 1040.8, - Discontinued: false, - Region: `South East`, - Address: `131 Main Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 90189 - }), - new InvoicesDataItem( - { - ShipName: `Watson Townhouse`, - ShipAddress: `133 Wall Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 90077, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1364, - CustomerName: `Martin Watson`, - CustomerFirstName: `Martin`, - CustomerLastName: `Watson`, - CustomerAddress: `133 Wall Street, Philadelphia, USA, 90077`, - Salesperson: `Pamela Jackson`, - OrderID: 1971, - OrderDate: `10/16/2022`, - ProductID: 108, - ProductName: `Samsung Note`, - UnitPrice: 18520.3, - Quantity: 2, - ExtendedPrice: 37040.6, - Freight: 300.3, - Discontinued: false, - Region: `North East`, - Address: `133 Wall Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 90077 - }), - new InvoicesDataItem( - { - ShipName: `Smith Estate`, - ShipAddress: `128 Market Street`, - ShipCity: `Huston`, - ShipPostalCode: 90109, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Federal Shipping`, - CustomerID: 1365, - CustomerName: `Pamela Smith`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Smith`, - CustomerAddress: `128 Market Street, Huston, USA, 90109`, - Salesperson: `Nancy Jackson`, - OrderID: 1024, - OrderDate: `12/21/2022`, - ProductID: 188, - ProductName: `Samsung Note`, - UnitPrice: 10040.29, - Quantity: 4, - ExtendedPrice: 40161.16, - Freight: 1900.29, - Discontinued: false, - Region: `South East`, - Address: `128 Market Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 90109 - }), - new InvoicesDataItem( - { - ShipName: `Black Estate`, - ShipAddress: `154 Market Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 80119, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Federal Shipping`, - CustomerID: 1366, - CustomerName: `Nancy Black`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Black`, - CustomerAddress: `154 Market Street, Philadelphia, USA, 80119`, - Salesperson: `Nancy Jackson`, - OrderID: 1537, - OrderDate: `6/24/2022`, - ProductID: 161, - ProductName: `IPhone`, - UnitPrice: 20110.8, - Quantity: 5, - ExtendedPrice: 100554, - Freight: 1990.8, - Discontinued: false, - Region: `South East`, - Address: `154 Market Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 80119 - }), - new InvoicesDataItem( - { - ShipName: `Madison Townhouse`, - ShipAddress: `156 Main Street`, - ShipCity: `Miami`, - ShipPostalCode: 50128, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1367, - CustomerName: `Ben Madison`, - CustomerFirstName: `Ben`, - CustomerLastName: `Madison`, - CustomerAddress: `156 Main Street, Miami, USA, 50128`, - Salesperson: `Nancy Smith`, - OrderID: 1289, - OrderDate: `7/2/2022`, - ProductID: 125, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 18320.56, - Quantity: 3, - ExtendedPrice: 54961.68, - Freight: 890.56, - Discontinued: false, - Region: `South East`, - Address: `156 Main Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 50128 - }), - new InvoicesDataItem( - { - ShipName: `Madison Home`, - ShipAddress: `130 Main Street`, - ShipCity: `Miami`, - ShipPostalCode: 60146, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1368, - CustomerName: `James Madison`, - CustomerFirstName: `James`, - CustomerLastName: `Madison`, - CustomerAddress: `130 Main Street, Miami, USA, 60146`, - Salesperson: `Nancy Jackson`, - OrderID: 1451, - OrderDate: `12/4/2022`, - ProductID: 140, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 6030.21, - Quantity: 4, - ExtendedPrice: 24120.84, - Freight: 1930.21, - Discontinued: false, - Region: `North East`, - Address: `130 Main Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 60146 - }), - new InvoicesDataItem( - { - ShipName: `Watson Market`, - ShipAddress: `159 Wall Street`, - ShipCity: `New York`, - ShipPostalCode: 70158, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Speedy Express`, - CustomerID: 1369, - CustomerName: `Nancy Watson`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Watson`, - CustomerAddress: `159 Wall Street, New York, USA, 70158`, - Salesperson: `Max Jefferson`, - OrderID: 1056, - OrderDate: `1/10/2022`, - ProductID: 151, - ProductName: `Mac Book Pro`, - UnitPrice: 27710.33, - Quantity: 3, - ExtendedPrice: 83130.99, - Freight: 300.33, - Discontinued: true, - Region: `South East`, - Address: `159 Wall Street`, - City: `New York`, - Country: `USA`, - PostalCode: 70158 - }), - new InvoicesDataItem( - { - ShipName: `Smith Townhouse`, - ShipAddress: `189 Wall Street`, - ShipCity: `New York`, - ShipPostalCode: 90186, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1370, - CustomerName: `Pamela Smith`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Smith`, - CustomerAddress: `189 Wall Street, New York, USA, 90186`, - Salesperson: `Anna Jefferson`, - OrderID: 1611, - OrderDate: `9/14/2022`, - ProductID: 180, - ProductName: `IPhone`, - UnitPrice: 15940.65, - Quantity: 4, - ExtendedPrice: 63762.6, - Freight: 1210.65, - Discontinued: false, - Region: `North East`, - Address: `189 Wall Street`, - City: `New York`, - Country: `USA`, - PostalCode: 90186 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Estate`, - ShipAddress: `190 Wall Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 50065, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1371, - CustomerName: `Mike Jefferson`, - CustomerFirstName: `Mike`, - CustomerLastName: `Jefferson`, - CustomerAddress: `190 Wall Street, Philadelphia, USA, 50065`, - Salesperson: `Martin Watson`, - OrderID: 1731, - OrderDate: `2/7/2022`, - ProductID: 103, - ProductName: `Mac Book Pro`, - UnitPrice: 21560.2, - Quantity: 4, - ExtendedPrice: 86240.8, - Freight: 1880.2, - Discontinued: false, - Region: `South East`, - Address: `190 Wall Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 50065 - }), - new InvoicesDataItem( - { - ShipName: `Smith Home`, - ShipAddress: `127 Market Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 80182, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1372, - CustomerName: `Pamela Smith`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Smith`, - CustomerAddress: `127 Market Street, Los Angeles, USA, 80182`, - Salesperson: `Ben Jefferson`, - OrderID: 1156, - OrderDate: `7/16/2022`, - ProductID: 132, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 15440.77, - Quantity: 5, - ExtendedPrice: 77203.85, - Freight: 1730.77, - Discontinued: false, - Region: `West`, - Address: `127 Market Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 80182 - }), - new InvoicesDataItem( - { - ShipName: `Madison Estate`, - ShipAddress: `150 Market Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 50154, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1373, - CustomerName: `Ben Madison`, - CustomerFirstName: `Ben`, - CustomerLastName: `Madison`, - CustomerAddress: `150 Market Street, Philadelphia, USA, 50154`, - Salesperson: `Max Jackson`, - OrderID: 1592, - OrderDate: `12/25/2022`, - ProductID: 109, - ProductName: `Mac Book Air`, - UnitPrice: 25510.57, - Quantity: 2, - ExtendedPrice: 51021.14, - Freight: 1350.57, - Discontinued: false, - Region: `North East`, - Address: `150 Market Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 50154 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Estate`, - ShipAddress: `163 Market Street`, - ShipCity: `Miami`, - ShipPostalCode: 50149, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Speedy Express`, - CustomerID: 1374, - CustomerName: `Max Jackson`, - CustomerFirstName: `Max`, - CustomerLastName: `Jackson`, - CustomerAddress: `163 Market Street, Miami, USA, 50149`, - Salesperson: `James Smith`, - OrderID: 1504, - OrderDate: `10/7/2022`, - ProductID: 197, - ProductName: `Mac Book Pro`, - UnitPrice: 23590.87, - Quantity: 5, - ExtendedPrice: 117954.35, - Freight: 460.87, - Discontinued: false, - Region: `South East`, - Address: `163 Market Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 50149 - }), - new InvoicesDataItem( - { - ShipName: `Smith Townhouse`, - ShipAddress: `114 Wall Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 90131, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Federal Shipping`, - CustomerID: 1375, - CustomerName: `Pamela Smith`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Smith`, - CustomerAddress: `114 Wall Street, Philadelphia, USA, 90131`, - Salesperson: `Nancy Jefferson`, - OrderID: 1121, - OrderDate: `11/25/2022`, - ProductID: 148, - ProductName: `Samsung Note`, - UnitPrice: 13030.29, - Quantity: 2, - ExtendedPrice: 26060.58, - Freight: 1140.29, - Discontinued: false, - Region: `South East`, - Address: `114 Wall Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 90131 - }), - new InvoicesDataItem( - { - ShipName: `Black Townhouse`, - ShipAddress: `167 Market Street`, - ShipCity: `Huston`, - ShipPostalCode: 50058, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1376, - CustomerName: `Nancy Black`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Black`, - CustomerAddress: `167 Market Street, Huston, USA, 50058`, - Salesperson: `Martin Black`, - OrderID: 1455, - OrderDate: `8/6/2022`, - ProductID: 196, - ProductName: `IPhone`, - UnitPrice: 13870.29, - Quantity: 5, - ExtendedPrice: 69351.45, - Freight: 1080.29, - Discontinued: false, - Region: `West`, - Address: `167 Market Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 50058 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Townhouse`, - ShipAddress: `181 Market Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 80062, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1377, - CustomerName: `Anna Jackson`, - CustomerFirstName: `Anna`, - CustomerLastName: `Jackson`, - CustomerAddress: `181 Market Street, Los Angeles, USA, 80062`, - Salesperson: `Anna Black`, - OrderID: 1320, - OrderDate: `1/15/2022`, - ProductID: 109, - ProductName: `Mac Book Pro`, - UnitPrice: 10990.65, - Quantity: 3, - ExtendedPrice: 32971.95, - Freight: 310.65, - Discontinued: false, - Region: `North East`, - Address: `181 Market Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 80062 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Market`, - ShipAddress: `113 Wall Street`, - ShipCity: `Miami`, - ShipPostalCode: 80140, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Federal Shipping`, - CustomerID: 1378, - CustomerName: `Pamela Jackson`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Jackson`, - CustomerAddress: `113 Wall Street, Miami, USA, 80140`, - Salesperson: `Anna Jackson`, - OrderID: 1936, - OrderDate: `12/2/2022`, - ProductID: 171, - ProductName: `IPhone`, - UnitPrice: 9550.78, - Quantity: 4, - ExtendedPrice: 38203.12, - Freight: 1380.78, - Discontinued: false, - Region: `South East`, - Address: `113 Wall Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 80140 - }), - new InvoicesDataItem( - { - ShipName: `Madison Estate`, - ShipAddress: `188 Wall Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 80072, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Federal Shipping`, - CustomerID: 1379, - CustomerName: `Anna Madison`, - CustomerFirstName: `Anna`, - CustomerLastName: `Madison`, - CustomerAddress: `188 Wall Street, Los Angeles, USA, 80072`, - Salesperson: `Nancy Watson`, - OrderID: 1767, - OrderDate: `10/23/2022`, - ProductID: 130, - ProductName: `IPhone`, - UnitPrice: 21500.21, - Quantity: 2, - ExtendedPrice: 43000.42, - Freight: 1680.21, - Discontinued: true, - Region: `South East`, - Address: `188 Wall Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 80072 - }), - new InvoicesDataItem( - { - ShipName: `Madison Home`, - ShipAddress: `177 Market Street`, - ShipCity: `Huston`, - ShipPostalCode: 80160, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1380, - CustomerName: `Anna Madison`, - CustomerFirstName: `Anna`, - CustomerLastName: `Madison`, - CustomerAddress: `177 Market Street, Huston, USA, 80160`, - Salesperson: `Max Jackson`, - OrderID: 1118, - OrderDate: `6/2/2022`, - ProductID: 111, - ProductName: `Mac Book Air`, - UnitPrice: 20100.73, - Quantity: 4, - ExtendedPrice: 80402.92, - Freight: 540.73, - Discontinued: false, - Region: `West`, - Address: `177 Market Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 80160 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Townhouse`, - ShipAddress: `139 Wall Street`, - ShipCity: `Miami`, - ShipPostalCode: 80074, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1381, - CustomerName: `Mike Jefferson`, - CustomerFirstName: `Mike`, - CustomerLastName: `Jefferson`, - CustomerAddress: `139 Wall Street, Miami, USA, 80074`, - Salesperson: `Nancy Madison`, - OrderID: 1269, - OrderDate: `6/12/2022`, - ProductID: 192, - ProductName: `Mac Book Air`, - UnitPrice: 17200.34, - Quantity: 4, - ExtendedPrice: 68801.36, - Freight: 1280.34, - Discontinued: false, - Region: `North East`, - Address: `139 Wall Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 80074 - }), - new InvoicesDataItem( - { - ShipName: `Madison Home`, - ShipAddress: `115 Wall Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 90081, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1382, - CustomerName: `Pamela Madison`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Madison`, - CustomerAddress: `115 Wall Street, Los Angeles, USA, 90081`, - Salesperson: `James Jackson`, - OrderID: 1587, - OrderDate: `4/9/2022`, - ProductID: 187, - ProductName: `Samsung Note`, - UnitPrice: 24670.86, - Quantity: 2, - ExtendedPrice: 49341.72, - Freight: 1360.86, - Discontinued: false, - Region: `North East`, - Address: `115 Wall Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 90081 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Estate`, - ShipAddress: `130 Wall Street`, - ShipCity: `Miami`, - ShipPostalCode: 50175, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1383, - CustomerName: `Anna Jefferson`, - CustomerFirstName: `Anna`, - CustomerLastName: `Jefferson`, - CustomerAddress: `130 Wall Street, Miami, USA, 50175`, - Salesperson: `Mike Smith`, - OrderID: 1632, - OrderDate: `3/3/2022`, - ProductID: 197, - ProductName: `IPad`, - UnitPrice: 9780.24, - Quantity: 3, - ExtendedPrice: 29340.72, - Freight: 1420.24, - Discontinued: false, - Region: `West`, - Address: `130 Wall Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 50175 - }), - new InvoicesDataItem( - { - ShipName: `Black Estate`, - ShipAddress: `110 Main Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 90171, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1384, - CustomerName: `Max Black`, - CustomerFirstName: `Max`, - CustomerLastName: `Black`, - CustomerAddress: `110 Main Street, Philadelphia, USA, 90171`, - Salesperson: `Max Jefferson`, - OrderID: 1400, - OrderDate: `6/24/2022`, - ProductID: 123, - ProductName: `IPhone`, - UnitPrice: 12010.77, - Quantity: 2, - ExtendedPrice: 24021.54, - Freight: 560.77, - Discontinued: false, - Region: `North East`, - Address: `110 Main Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 90171 - }), - new InvoicesDataItem( - { - ShipName: `Black Market`, - ShipAddress: `111 Market Street`, - ShipCity: `Huston`, - ShipPostalCode: 80086, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1385, - CustomerName: `Mike Black`, - CustomerFirstName: `Mike`, - CustomerLastName: `Black`, - CustomerAddress: `111 Market Street, Huston, USA, 80086`, - Salesperson: `Ben Watson`, - OrderID: 1040, - OrderDate: `8/25/2022`, - ProductID: 192, - ProductName: `Samsung Note`, - UnitPrice: 27920.64, - Quantity: 5, - ExtendedPrice: 139603.2, - Freight: 250.64, - Discontinued: false, - Region: `South East`, - Address: `111 Market Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 80086 - }), - new InvoicesDataItem( - { - ShipName: `Black Townhouse`, - ShipAddress: `132 Wall Street`, - ShipCity: `Huston`, - ShipPostalCode: 60121, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Speedy Express`, - CustomerID: 1386, - CustomerName: `Mike Black`, - CustomerFirstName: `Mike`, - CustomerLastName: `Black`, - CustomerAddress: `132 Wall Street, Huston, USA, 60121`, - Salesperson: `Anna Watson`, - OrderID: 1445, - OrderDate: `6/12/2022`, - ProductID: 139, - ProductName: `IPhone`, - UnitPrice: 17460.46, - Quantity: 3, - ExtendedPrice: 52381.38, - Freight: 1060.46, - Discontinued: false, - Region: `South East`, - Address: `132 Wall Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 60121 - }), - new InvoicesDataItem( - { - ShipName: `Smith Townhouse`, - ShipAddress: `150 Main Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 60127, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1387, - CustomerName: `Ben Smith`, - CustomerFirstName: `Ben`, - CustomerLastName: `Smith`, - CustomerAddress: `150 Main Street, Philadelphia, USA, 60127`, - Salesperson: `Max Smith`, - OrderID: 1803, - OrderDate: `4/15/2022`, - ProductID: 172, - ProductName: `Mac Book Air`, - UnitPrice: 17820.62, - Quantity: 4, - ExtendedPrice: 71282.48, - Freight: 1150.62, - Discontinued: false, - Region: `West`, - Address: `150 Main Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 60127 - }), - new InvoicesDataItem( - { - ShipName: `Watson Estate`, - ShipAddress: `173 Market Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 50160, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1388, - CustomerName: `Anna Watson`, - CustomerFirstName: `Anna`, - CustomerLastName: `Watson`, - CustomerAddress: `173 Market Street, Philadelphia, USA, 50160`, - Salesperson: `Nancy Jefferson`, - OrderID: 1719, - OrderDate: `4/23/2022`, - ProductID: 134, - ProductName: `IPhone`, - UnitPrice: 22780.47, - Quantity: 3, - ExtendedPrice: 68341.41, - Freight: 500.47, - Discontinued: false, - Region: `West`, - Address: `173 Market Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 50160 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Townhouse`, - ShipAddress: `120 Wall Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 60064, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1389, - CustomerName: `Max Jefferson`, - CustomerFirstName: `Max`, - CustomerLastName: `Jefferson`, - CustomerAddress: `120 Wall Street, Philadelphia, USA, 60064`, - Salesperson: `Martin Jefferson`, - OrderID: 1706, - OrderDate: `5/15/2022`, - ProductID: 151, - ProductName: `Samsung Note`, - UnitPrice: 16430.61, - Quantity: 3, - ExtendedPrice: 49291.83, - Freight: 1650.61, - Discontinued: true, - Region: `West`, - Address: `120 Wall Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 60064 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Market`, - ShipAddress: `109 Main Street`, - ShipCity: `Huston`, - ShipPostalCode: 70200, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Speedy Express`, - CustomerID: 1390, - CustomerName: `Ben Jackson`, - CustomerFirstName: `Ben`, - CustomerLastName: `Jackson`, - CustomerAddress: `109 Main Street, Huston, USA, 70200`, - Salesperson: `James Watson`, - OrderID: 1318, - OrderDate: `6/10/2022`, - ProductID: 163, - ProductName: `IPad`, - UnitPrice: 26710.76, - Quantity: 4, - ExtendedPrice: 106843.04, - Freight: 330.76, - Discontinued: false, - Region: `South East`, - Address: `109 Main Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 70200 - }), - new InvoicesDataItem( - { - ShipName: `Madison Townhouse`, - ShipAddress: `161 Main Street`, - ShipCity: `Huston`, - ShipPostalCode: 60159, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1391, - CustomerName: `Mike Madison`, - CustomerFirstName: `Mike`, - CustomerLastName: `Madison`, - CustomerAddress: `161 Main Street, Huston, USA, 60159`, - Salesperson: `Ben Smith`, - OrderID: 1322, - OrderDate: `6/3/2022`, - ProductID: 170, - ProductName: `IPad`, - UnitPrice: 18660.7, - Quantity: 4, - ExtendedPrice: 74642.8, - Freight: 1480.7, - Discontinued: false, - Region: `North East`, - Address: `161 Main Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 60159 - }), - new InvoicesDataItem( - { - ShipName: `Watson Estate`, - ShipAddress: `194 Main Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 60148, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1392, - CustomerName: `Ben Watson`, - CustomerFirstName: `Ben`, - CustomerLastName: `Watson`, - CustomerAddress: `194 Main Street, Los Angeles, USA, 60148`, - Salesperson: `Pamela Black`, - OrderID: 1664, - OrderDate: `9/11/2022`, - ProductID: 131, - ProductName: `Mac Book Pro`, - UnitPrice: 16990.84, - Quantity: 5, - ExtendedPrice: 84954.2, - Freight: 1870.84, - Discontinued: false, - Region: `West`, - Address: `194 Main Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 60148 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Estate`, - ShipAddress: `191 Main Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 60148, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1393, - CustomerName: `James Jefferson`, - CustomerFirstName: `James`, - CustomerLastName: `Jefferson`, - CustomerAddress: `191 Main Street, Los Angeles, USA, 60148`, - Salesperson: `Martin Jackson`, - OrderID: 1995, - OrderDate: `7/3/2022`, - ProductID: 107, - ProductName: `Mac Book Pro`, - UnitPrice: 18490.66, - Quantity: 2, - ExtendedPrice: 36981.32, - Freight: 690.66, - Discontinued: false, - Region: `West`, - Address: `191 Main Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 60148 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Estate`, - ShipAddress: `129 Wall Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 80148, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1394, - CustomerName: `Martin Jefferson`, - CustomerFirstName: `Martin`, - CustomerLastName: `Jefferson`, - CustomerAddress: `129 Wall Street, Philadelphia, USA, 80148`, - Salesperson: `Ben Jefferson`, - OrderID: 1344, - OrderDate: `10/13/2022`, - ProductID: 168, - ProductName: `IPhone`, - UnitPrice: 5870.82, - Quantity: 5, - ExtendedPrice: 29354.1, - Freight: 400.82, - Discontinued: false, - Region: `West`, - Address: `129 Wall Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 80148 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Estate`, - ShipAddress: `148 Market Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 70084, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Speedy Express`, - CustomerID: 1395, - CustomerName: `Anna Jefferson`, - CustomerFirstName: `Anna`, - CustomerLastName: `Jefferson`, - CustomerAddress: `148 Market Street, Philadelphia, USA, 70084`, - Salesperson: `Martin Smith`, - OrderID: 1602, - OrderDate: `3/2/2022`, - ProductID: 153, - ProductName: `Samsung Note`, - UnitPrice: 8490.68, - Quantity: 3, - ExtendedPrice: 25472.04, - Freight: 1650.68, - Discontinued: false, - Region: `North East`, - Address: `148 Market Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 70084 - }), - new InvoicesDataItem( - { - ShipName: `Black Home`, - ShipAddress: `152 Wall Street`, - ShipCity: `Miami`, - ShipPostalCode: 90101, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1396, - CustomerName: `Max Black`, - CustomerFirstName: `Max`, - CustomerLastName: `Black`, - CustomerAddress: `152 Wall Street, Miami, USA, 90101`, - Salesperson: `Ben Black`, - OrderID: 1059, - OrderDate: `4/12/2022`, - ProductID: 164, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 12460.5, - Quantity: 3, - ExtendedPrice: 37381.5, - Freight: 280.5, - Discontinued: false, - Region: `North East`, - Address: `152 Wall Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 90101 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Estate`, - ShipAddress: `147 Market Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 50200, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1397, - CustomerName: `Nancy Jackson`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Jackson`, - CustomerAddress: `147 Market Street, Philadelphia, USA, 50200`, - Salesperson: `Nancy Watson`, - OrderID: 1159, - OrderDate: `5/12/2022`, - ProductID: 136, - ProductName: `IPhone`, - UnitPrice: 20790.46, - Quantity: 4, - ExtendedPrice: 83161.84, - Freight: 780.46, - Discontinued: false, - Region: `North East`, - Address: `147 Market Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 50200 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Estate`, - ShipAddress: `106 Main Street`, - ShipCity: `Miami`, - ShipPostalCode: 60064, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1398, - CustomerName: `Max Jackson`, - CustomerFirstName: `Max`, - CustomerLastName: `Jackson`, - CustomerAddress: `106 Main Street, Miami, USA, 60064`, - Salesperson: `Nancy Watson`, - OrderID: 1646, - OrderDate: `2/13/2022`, - ProductID: 143, - ProductName: `IPad`, - UnitPrice: 19180.29, - Quantity: 4, - ExtendedPrice: 76721.16, - Freight: 1760.29, - Discontinued: false, - Region: `North East`, - Address: `106 Main Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 60064 - }), - new InvoicesDataItem( - { - ShipName: `Black Estate`, - ShipAddress: `112 Main Street`, - ShipCity: `Miami`, - ShipPostalCode: 90118, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1399, - CustomerName: `Nancy Black`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Black`, - CustomerAddress: `112 Main Street, Miami, USA, 90118`, - Salesperson: `Martin Black`, - OrderID: 1205, - OrderDate: `9/24/2022`, - ProductID: 109, - ProductName: `IPad`, - UnitPrice: 25950.86, - Quantity: 4, - ExtendedPrice: 103803.44, - Freight: 1780.86, - Discontinued: true, - Region: `North East`, - Address: `112 Main Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 90118 - }), - new InvoicesDataItem( - { - ShipName: `Watson Market`, - ShipAddress: `135 Main Street`, - ShipCity: `Huston`, - ShipPostalCode: 80177, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1400, - CustomerName: `Mike Watson`, - CustomerFirstName: `Mike`, - CustomerLastName: `Watson`, - CustomerAddress: `135 Main Street, Huston, USA, 80177`, - Salesperson: `Max Madison`, - OrderID: 1619, - OrderDate: `7/15/2022`, - ProductID: 174, - ProductName: `Mac Book Pro`, - UnitPrice: 24890.31, - Quantity: 2, - ExtendedPrice: 49780.62, - Freight: 1540.31, - Discontinued: false, - Region: `West`, - Address: `135 Main Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 80177 - }), - new InvoicesDataItem( - { - ShipName: `Smith Home`, - ShipAddress: `156 Main Street`, - ShipCity: `Miami`, - ShipPostalCode: 70110, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Speedy Express`, - CustomerID: 1401, - CustomerName: `Max Smith`, - CustomerFirstName: `Max`, - CustomerLastName: `Smith`, - CustomerAddress: `156 Main Street, Miami, USA, 70110`, - Salesperson: `Anna Watson`, - OrderID: 1160, - OrderDate: `10/21/2022`, - ProductID: 127, - ProductName: `IPad`, - UnitPrice: 18400.21, - Quantity: 3, - ExtendedPrice: 55200.63, - Freight: 580.21, - Discontinued: false, - Region: `South East`, - Address: `156 Main Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 70110 - }), - new InvoicesDataItem( - { - ShipName: `Watson Home`, - ShipAddress: `124 Wall Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 90077, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1402, - CustomerName: `Max Watson`, - CustomerFirstName: `Max`, - CustomerLastName: `Watson`, - CustomerAddress: `124 Wall Street, Los Angeles, USA, 90077`, - Salesperson: `Ben Jefferson`, - OrderID: 1017, - OrderDate: `7/21/2022`, - ProductID: 160, - ProductName: `Samsung Note`, - UnitPrice: 15430.8, - Quantity: 5, - ExtendedPrice: 77154, - Freight: 1660.8, - Discontinued: false, - Region: `North East`, - Address: `124 Wall Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 90077 - }), - new InvoicesDataItem( - { - ShipName: `Black Townhouse`, - ShipAddress: `144 Market Street`, - ShipCity: `New York`, - ShipPostalCode: 50110, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1403, - CustomerName: `Anna Black`, - CustomerFirstName: `Anna`, - CustomerLastName: `Black`, - CustomerAddress: `144 Market Street, New York, USA, 50110`, - Salesperson: `James Jefferson`, - OrderID: 1990, - OrderDate: `5/17/2022`, - ProductID: 112, - ProductName: `IPhone`, - UnitPrice: 20040.37, - Quantity: 3, - ExtendedPrice: 60121.11, - Freight: 1710.37, - Discontinued: false, - Region: `South East`, - Address: `144 Market Street`, - City: `New York`, - Country: `USA`, - PostalCode: 50110 - }), - new InvoicesDataItem( - { - ShipName: `Smith Market`, - ShipAddress: `105 Main Street`, - ShipCity: `Miami`, - ShipPostalCode: 80117, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1404, - CustomerName: `James Smith`, - CustomerFirstName: `James`, - CustomerLastName: `Smith`, - CustomerAddress: `105 Main Street, Miami, USA, 80117`, - Salesperson: `Max Watson`, - OrderID: 1002, - OrderDate: `10/25/2022`, - ProductID: 119, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 28760.88, - Quantity: 5, - ExtendedPrice: 143804.4, - Freight: 1220.88, - Discontinued: false, - Region: `West`, - Address: `105 Main Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 80117 - }), - new InvoicesDataItem( - { - ShipName: `Madison Home`, - ShipAddress: `142 Main Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 90124, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1405, - CustomerName: `Anna Madison`, - CustomerFirstName: `Anna`, - CustomerLastName: `Madison`, - CustomerAddress: `142 Main Street, Los Angeles, USA, 90124`, - Salesperson: `James Madison`, - OrderID: 1433, - OrderDate: `7/22/2022`, - ProductID: 158, - ProductName: `Mac Book Pro`, - UnitPrice: 17750.64, - Quantity: 5, - ExtendedPrice: 88753.2, - Freight: 1300.64, - Discontinued: false, - Region: `West`, - Address: `142 Main Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 90124 - }), - new InvoicesDataItem( - { - ShipName: `Watson Townhouse`, - ShipAddress: `141 Market Street`, - ShipCity: `Huston`, - ShipPostalCode: 50115, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Speedy Express`, - CustomerID: 1406, - CustomerName: `Max Watson`, - CustomerFirstName: `Max`, - CustomerLastName: `Watson`, - CustomerAddress: `141 Market Street, Huston, USA, 50115`, - Salesperson: `Anna Watson`, - OrderID: 1195, - OrderDate: `8/12/2022`, - ProductID: 124, - ProductName: `Mac Book Pro`, - UnitPrice: 22040.48, - Quantity: 2, - ExtendedPrice: 44080.96, - Freight: 1260.48, - Discontinued: false, - Region: `North East`, - Address: `141 Market Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 50115 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Estate`, - ShipAddress: `145 Main Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 70160, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1407, - CustomerName: `Mike Jefferson`, - CustomerFirstName: `Mike`, - CustomerLastName: `Jefferson`, - CustomerAddress: `145 Main Street, Los Angeles, USA, 70160`, - Salesperson: `Max Watson`, - OrderID: 1486, - OrderDate: `1/13/2022`, - ProductID: 103, - ProductName: `Mac Book Air`, - UnitPrice: 29480.67, - Quantity: 3, - ExtendedPrice: 88442.01, - Freight: 1810.67, - Discontinued: false, - Region: `North East`, - Address: `145 Main Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 70160 - }), - new InvoicesDataItem( - { - ShipName: `Black Market`, - ShipAddress: `106 Main Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 80149, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1408, - CustomerName: `Ben Black`, - CustomerFirstName: `Ben`, - CustomerLastName: `Black`, - CustomerAddress: `106 Main Street, Los Angeles, USA, 80149`, - Salesperson: `James Smith`, - OrderID: 1646, - OrderDate: `9/4/2022`, - ProductID: 191, - ProductName: `Mac Book Pro`, - UnitPrice: 5890.71, - Quantity: 5, - ExtendedPrice: 29453.55, - Freight: 670.71, - Discontinued: false, - Region: `North East`, - Address: `106 Main Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 80149 - }), - new InvoicesDataItem( - { - ShipName: `Madison Estate`, - ShipAddress: `171 Market Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 60182, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1409, - CustomerName: `Anna Madison`, - CustomerFirstName: `Anna`, - CustomerLastName: `Madison`, - CustomerAddress: `171 Market Street, Los Angeles, USA, 60182`, - Salesperson: `James Smith`, - OrderID: 1839, - OrderDate: `12/12/2022`, - ProductID: 120, - ProductName: `IPhone`, - UnitPrice: 17510.64, - Quantity: 5, - ExtendedPrice: 87553.2, - Freight: 1150.64, - Discontinued: true, - Region: `West`, - Address: `171 Market Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 60182 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Home`, - ShipAddress: `195 Market Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 60122, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1410, - CustomerName: `Ben Jefferson`, - CustomerFirstName: `Ben`, - CustomerLastName: `Jefferson`, - CustomerAddress: `195 Market Street, Los Angeles, USA, 60122`, - Salesperson: `Martin Madison`, - OrderID: 1925, - OrderDate: `1/22/2022`, - ProductID: 164, - ProductName: `Mac Book Pro`, - UnitPrice: 12920.58, - Quantity: 2, - ExtendedPrice: 25841.16, - Freight: 690.58, - Discontinued: false, - Region: `West`, - Address: `195 Market Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 60122 - }), - new InvoicesDataItem( - { - ShipName: `Black Home`, - ShipAddress: `137 Wall Street`, - ShipCity: `Miami`, - ShipPostalCode: 70152, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Speedy Express`, - CustomerID: 1411, - CustomerName: `James Black`, - CustomerFirstName: `James`, - CustomerLastName: `Black`, - CustomerAddress: `137 Wall Street, Miami, USA, 70152`, - Salesperson: `Anna Jackson`, - OrderID: 1055, - OrderDate: `12/9/2022`, - ProductID: 198, - ProductName: `IPad`, - UnitPrice: 9640.43, - Quantity: 4, - ExtendedPrice: 38561.72, - Freight: 1930.43, - Discontinued: false, - Region: `North East`, - Address: `137 Wall Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 70152 - }), - new InvoicesDataItem( - { - ShipName: `Smith Estate`, - ShipAddress: `129 Wall Street`, - ShipCity: `Miami`, - ShipPostalCode: 50177, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1412, - CustomerName: `Anna Smith`, - CustomerFirstName: `Anna`, - CustomerLastName: `Smith`, - CustomerAddress: `129 Wall Street, Miami, USA, 50177`, - Salesperson: `Martin Smith`, - OrderID: 1845, - OrderDate: `10/21/2022`, - ProductID: 142, - ProductName: `IPad`, - UnitPrice: 16040.31, - Quantity: 3, - ExtendedPrice: 48120.93, - Freight: 1050.31, - Discontinued: false, - Region: `West`, - Address: `129 Wall Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 50177 - }), - new InvoicesDataItem( - { - ShipName: `Black Estate`, - ShipAddress: `174 Main Street`, - ShipCity: `Huston`, - ShipPostalCode: 90080, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1413, - CustomerName: `Mike Black`, - CustomerFirstName: `Mike`, - CustomerLastName: `Black`, - CustomerAddress: `174 Main Street, Huston, USA, 90080`, - Salesperson: `Nancy Jefferson`, - OrderID: 1560, - OrderDate: `6/23/2022`, - ProductID: 110, - ProductName: `Mac Book Pro`, - UnitPrice: 25850.87, - Quantity: 4, - ExtendedPrice: 103403.48, - Freight: 940.87, - Discontinued: false, - Region: `West`, - Address: `174 Main Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 90080 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Market`, - ShipAddress: `139 Market Street`, - ShipCity: `New York`, - ShipPostalCode: 60178, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1414, - CustomerName: `Nancy Jackson`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Jackson`, - CustomerAddress: `139 Market Street, New York, USA, 60178`, - Salesperson: `Pamela Jefferson`, - OrderID: 1102, - OrderDate: `2/18/2022`, - ProductID: 154, - ProductName: `Mac Book Air`, - UnitPrice: 13210.48, - Quantity: 4, - ExtendedPrice: 52841.92, - Freight: 960.48, - Discontinued: false, - Region: `South East`, - Address: `139 Market Street`, - City: `New York`, - Country: `USA`, - PostalCode: 60178 - }), - new InvoicesDataItem( - { - ShipName: `Madison Home`, - ShipAddress: `127 Wall Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 60192, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1415, - CustomerName: `Max Madison`, - CustomerFirstName: `Max`, - CustomerLastName: `Madison`, - CustomerAddress: `127 Wall Street, Los Angeles, USA, 60192`, - Salesperson: `Ben Smith`, - OrderID: 1570, - OrderDate: `5/19/2022`, - ProductID: 105, - ProductName: `Samsung Note`, - UnitPrice: 24890.59, - Quantity: 5, - ExtendedPrice: 124452.95, - Freight: 1860.59, - Discontinued: false, - Region: `West`, - Address: `127 Wall Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 60192 - }), - new InvoicesDataItem( - { - ShipName: `Watson Market`, - ShipAddress: `186 Market Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 90145, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Federal Shipping`, - CustomerID: 1416, - CustomerName: `Max Watson`, - CustomerFirstName: `Max`, - CustomerLastName: `Watson`, - CustomerAddress: `186 Market Street, Philadelphia, USA, 90145`, - Salesperson: `Mike Jefferson`, - OrderID: 1872, - OrderDate: `11/18/2022`, - ProductID: 165, - ProductName: `IPhone`, - UnitPrice: 19720.85, - Quantity: 2, - ExtendedPrice: 39441.7, - Freight: 690.85, - Discontinued: false, - Region: `South East`, - Address: `186 Market Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 90145 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Estate`, - ShipAddress: `198 Main Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 70160, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1417, - CustomerName: `Anna Jackson`, - CustomerFirstName: `Anna`, - CustomerLastName: `Jackson`, - CustomerAddress: `198 Main Street, Philadelphia, USA, 70160`, - Salesperson: `Martin Madison`, - OrderID: 1155, - OrderDate: `11/1/2022`, - ProductID: 138, - ProductName: `IPhone`, - UnitPrice: 12260.46, - Quantity: 2, - ExtendedPrice: 24520.92, - Freight: 1680.46, - Discontinued: false, - Region: `West`, - Address: `198 Main Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 70160 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Townhouse`, - ShipAddress: `110 Main Street`, - ShipCity: `New York`, - ShipPostalCode: 80119, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1418, - CustomerName: `Ben Jefferson`, - CustomerFirstName: `Ben`, - CustomerLastName: `Jefferson`, - CustomerAddress: `110 Main Street, New York, USA, 80119`, - Salesperson: `Anna Black`, - OrderID: 1600, - OrderDate: `8/12/2022`, - ProductID: 118, - ProductName: `Mac Book Air`, - UnitPrice: 9840.45, - Quantity: 4, - ExtendedPrice: 39361.8, - Freight: 1410.45, - Discontinued: false, - Region: `South East`, - Address: `110 Main Street`, - City: `New York`, - Country: `USA`, - PostalCode: 80119 - }), - new InvoicesDataItem( - { - ShipName: `Madison Market`, - ShipAddress: `187 Main Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 50082, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1419, - CustomerName: `Ben Madison`, - CustomerFirstName: `Ben`, - CustomerLastName: `Madison`, - CustomerAddress: `187 Main Street, Los Angeles, USA, 50082`, - Salesperson: `Pamela Watson`, - OrderID: 1451, - OrderDate: `12/10/2022`, - ProductID: 144, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 25180.7, - Quantity: 2, - ExtendedPrice: 50361.4, - Freight: 560.7, - Discontinued: true, - Region: `North East`, - Address: `187 Main Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 50082 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Townhouse`, - ShipAddress: `121 Main Street`, - ShipCity: `Miami`, - ShipPostalCode: 60178, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1420, - CustomerName: `Mike Jackson`, - CustomerFirstName: `Mike`, - CustomerLastName: `Jackson`, - CustomerAddress: `121 Main Street, Miami, USA, 60178`, - Salesperson: `Ben Jackson`, - OrderID: 1294, - OrderDate: `2/18/2022`, - ProductID: 168, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 18670.31, - Quantity: 5, - ExtendedPrice: 93351.55, - Freight: 1410.31, - Discontinued: false, - Region: `West`, - Address: `121 Main Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 60178 - }), - new InvoicesDataItem( - { - ShipName: `Smith Home`, - ShipAddress: `185 Wall Street`, - ShipCity: `New York`, - ShipPostalCode: 50177, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1421, - CustomerName: `Anna Smith`, - CustomerFirstName: `Anna`, - CustomerLastName: `Smith`, - CustomerAddress: `185 Wall Street, New York, USA, 50177`, - Salesperson: `James Watson`, - OrderID: 1095, - OrderDate: `6/16/2022`, - ProductID: 182, - ProductName: `Samsung Note`, - UnitPrice: 10450.44, - Quantity: 5, - ExtendedPrice: 52252.2, - Freight: 1030.44, - Discontinued: false, - Region: `West`, - Address: `185 Wall Street`, - City: `New York`, - Country: `USA`, - PostalCode: 50177 - }), - new InvoicesDataItem( - { - ShipName: `Watson Market`, - ShipAddress: `177 Market Street`, - ShipCity: `New York`, - ShipPostalCode: 90081, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1422, - CustomerName: `Max Watson`, - CustomerFirstName: `Max`, - CustomerLastName: `Watson`, - CustomerAddress: `177 Market Street, New York, USA, 90081`, - Salesperson: `Pamela Smith`, - OrderID: 1333, - OrderDate: `5/21/2022`, - ProductID: 159, - ProductName: `Mac Book Air`, - UnitPrice: 23900.49, - Quantity: 5, - ExtendedPrice: 119502.45, - Freight: 1700.49, - Discontinued: false, - Region: `South East`, - Address: `177 Market Street`, - City: `New York`, - Country: `USA`, - PostalCode: 90081 - }), - new InvoicesDataItem( - { - ShipName: `Watson Home`, - ShipAddress: `106 Market Street`, - ShipCity: `Miami`, - ShipPostalCode: 70099, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Speedy Express`, - CustomerID: 1423, - CustomerName: `Anna Watson`, - CustomerFirstName: `Anna`, - CustomerLastName: `Watson`, - CustomerAddress: `106 Market Street, Miami, USA, 70099`, - Salesperson: `Pamela Jackson`, - OrderID: 1147, - OrderDate: `6/13/2022`, - ProductID: 174, - ProductName: `Mac Book Pro`, - UnitPrice: 29460.63, - Quantity: 2, - ExtendedPrice: 58921.26, - Freight: 1280.63, - Discontinued: false, - Region: `North East`, - Address: `106 Market Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 70099 - }), - new InvoicesDataItem( - { - ShipName: `Madison Townhouse`, - ShipAddress: `179 Main Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 80150, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1424, - CustomerName: `Martin Madison`, - CustomerFirstName: `Martin`, - CustomerLastName: `Madison`, - CustomerAddress: `179 Main Street, Philadelphia, USA, 80150`, - Salesperson: `James Jefferson`, - OrderID: 1595, - OrderDate: `7/19/2022`, - ProductID: 183, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 19060.64, - Quantity: 5, - ExtendedPrice: 95303.2, - Freight: 980.64, - Discontinued: false, - Region: `North East`, - Address: `179 Main Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 80150 - }), - new InvoicesDataItem( - { - ShipName: `Watson Home`, - ShipAddress: `142 Main Street`, - ShipCity: `Huston`, - ShipPostalCode: 90100, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1425, - CustomerName: `Max Watson`, - CustomerFirstName: `Max`, - CustomerLastName: `Watson`, - CustomerAddress: `142 Main Street, Huston, USA, 90100`, - Salesperson: `Martin Black`, - OrderID: 1061, - OrderDate: `4/4/2022`, - ProductID: 118, - ProductName: `IPad`, - UnitPrice: 17400.83, - Quantity: 2, - ExtendedPrice: 34801.66, - Freight: 370.83, - Discontinued: false, - Region: `North East`, - Address: `142 Main Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 90100 - }), - new InvoicesDataItem( - { - ShipName: `Watson Townhouse`, - ShipAddress: `189 Main Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 90144, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1426, - CustomerName: `Max Watson`, - CustomerFirstName: `Max`, - CustomerLastName: `Watson`, - CustomerAddress: `189 Main Street, Philadelphia, USA, 90144`, - Salesperson: `Martin Smith`, - OrderID: 1114, - OrderDate: `2/13/2022`, - ProductID: 146, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 16860.57, - Quantity: 5, - ExtendedPrice: 84302.85, - Freight: 1050.57, - Discontinued: false, - Region: `North East`, - Address: `189 Main Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 90144 - }), - new InvoicesDataItem( - { - ShipName: `Madison Estate`, - ShipAddress: `130 Wall Street`, - ShipCity: `New York`, - ShipPostalCode: 90175, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Speedy Express`, - CustomerID: 1427, - CustomerName: `Pamela Madison`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Madison`, - CustomerAddress: `130 Wall Street, New York, USA, 90175`, - Salesperson: `Nancy Black`, - OrderID: 1716, - OrderDate: `11/6/2022`, - ProductID: 157, - ProductName: `IPad`, - UnitPrice: 19570.85, - Quantity: 3, - ExtendedPrice: 58712.55, - Freight: 1620.85, - Discontinued: false, - Region: `North East`, - Address: `130 Wall Street`, - City: `New York`, - Country: `USA`, - PostalCode: 90175 - }), - new InvoicesDataItem( - { - ShipName: `Smith Market`, - ShipAddress: `144 Market Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 80153, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1428, - CustomerName: `Anna Smith`, - CustomerFirstName: `Anna`, - CustomerLastName: `Smith`, - CustomerAddress: `144 Market Street, Philadelphia, USA, 80153`, - Salesperson: `Mike Smith`, - OrderID: 1523, - OrderDate: `8/5/2022`, - ProductID: 139, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 5100.26, - Quantity: 3, - ExtendedPrice: 15300.78, - Freight: 1630.26, - Discontinued: false, - Region: `North East`, - Address: `144 Market Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 80153 - }), - new InvoicesDataItem( - { - ShipName: `Smith Home`, - ShipAddress: `175 Wall Street`, - ShipCity: `New York`, - ShipPostalCode: 50150, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Speedy Express`, - CustomerID: 1429, - CustomerName: `James Smith`, - CustomerFirstName: `James`, - CustomerLastName: `Smith`, - CustomerAddress: `175 Wall Street, New York, USA, 50150`, - Salesperson: `James Jefferson`, - OrderID: 1027, - OrderDate: `12/7/2022`, - ProductID: 151, - ProductName: `IPad`, - UnitPrice: 18940.75, - Quantity: 4, - ExtendedPrice: 75763, - Freight: 1130.75, - Discontinued: true, - Region: `North East`, - Address: `175 Wall Street`, - City: `New York`, - Country: `USA`, - PostalCode: 50150 - }), - new InvoicesDataItem( - { - ShipName: `Smith Home`, - ShipAddress: `152 Wall Street`, - ShipCity: `New York`, - ShipPostalCode: 70091, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1430, - CustomerName: `Max Smith`, - CustomerFirstName: `Max`, - CustomerLastName: `Smith`, - CustomerAddress: `152 Wall Street, New York, USA, 70091`, - Salesperson: `Ben Smith`, - OrderID: 1626, - OrderDate: `1/1/2022`, - ProductID: 145, - ProductName: `IPhone`, - UnitPrice: 29800.74, - Quantity: 4, - ExtendedPrice: 119202.96, - Freight: 1440.74, - Discontinued: false, - Region: `West`, - Address: `152 Wall Street`, - City: `New York`, - Country: `USA`, - PostalCode: 70091 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Market`, - ShipAddress: `127 Main Street`, - ShipCity: `Miami`, - ShipPostalCode: 90099, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1431, - CustomerName: `Martin Jackson`, - CustomerFirstName: `Martin`, - CustomerLastName: `Jackson`, - CustomerAddress: `127 Main Street, Miami, USA, 90099`, - Salesperson: `Anna Smith`, - OrderID: 1789, - OrderDate: `10/15/2022`, - ProductID: 139, - ProductName: `Mac Book Air`, - UnitPrice: 16220.23, - Quantity: 2, - ExtendedPrice: 32440.46, - Freight: 1170.23, - Discontinued: false, - Region: `West`, - Address: `127 Main Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 90099 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Home`, - ShipAddress: `157 Wall Street`, - ShipCity: `Huston`, - ShipPostalCode: 70162, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Federal Shipping`, - CustomerID: 1432, - CustomerName: `Mike Jefferson`, - CustomerFirstName: `Mike`, - CustomerLastName: `Jefferson`, - CustomerAddress: `157 Wall Street, Huston, USA, 70162`, - Salesperson: `Martin Madison`, - OrderID: 1622, - OrderDate: `6/6/2022`, - ProductID: 133, - ProductName: `Samsung Note`, - UnitPrice: 7410.73, - Quantity: 4, - ExtendedPrice: 29642.92, - Freight: 1660.73, - Discontinued: false, - Region: `South East`, - Address: `157 Wall Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 70162 - }), - new InvoicesDataItem( - { - ShipName: `Smith Home`, - ShipAddress: `159 Market Street`, - ShipCity: `New York`, - ShipPostalCode: 50198, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Speedy Express`, - CustomerID: 1433, - CustomerName: `Mike Smith`, - CustomerFirstName: `Mike`, - CustomerLastName: `Smith`, - CustomerAddress: `159 Market Street, New York, USA, 50198`, - Salesperson: `Mike Smith`, - OrderID: 1961, - OrderDate: `9/7/2022`, - ProductID: 120, - ProductName: `Mac Book Pro`, - UnitPrice: 9150.59, - Quantity: 3, - ExtendedPrice: 27451.77, - Freight: 550.59, - Discontinued: false, - Region: `South East`, - Address: `159 Market Street`, - City: `New York`, - Country: `USA`, - PostalCode: 50198 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Estate`, - ShipAddress: `109 Market Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 60160, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1434, - CustomerName: `Ben Jackson`, - CustomerFirstName: `Ben`, - CustomerLastName: `Jackson`, - CustomerAddress: `109 Market Street, Philadelphia, USA, 60160`, - Salesperson: `Mike Madison`, - OrderID: 1868, - OrderDate: `2/5/2022`, - ProductID: 131, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 20400.46, - Quantity: 2, - ExtendedPrice: 40800.92, - Freight: 1640.46, - Discontinued: false, - Region: `South East`, - Address: `109 Market Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 60160 - }), - new InvoicesDataItem( - { - ShipName: `Madison Estate`, - ShipAddress: `138 Wall Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 80164, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1435, - CustomerName: `Max Madison`, - CustomerFirstName: `Max`, - CustomerLastName: `Madison`, - CustomerAddress: `138 Wall Street, Philadelphia, USA, 80164`, - Salesperson: `Mike Smith`, - OrderID: 1223, - OrderDate: `7/4/2022`, - ProductID: 199, - ProductName: `Samsung Note`, - UnitPrice: 23980.42, - Quantity: 5, - ExtendedPrice: 119902.1, - Freight: 410.42, - Discontinued: false, - Region: `West`, - Address: `138 Wall Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 80164 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Townhouse`, - ShipAddress: `164 Main Street`, - ShipCity: `New York`, - ShipPostalCode: 90183, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1436, - CustomerName: `Pamela Jackson`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Jackson`, - CustomerAddress: `164 Main Street, New York, USA, 90183`, - Salesperson: `James Watson`, - OrderID: 1766, - OrderDate: `7/14/2022`, - ProductID: 160, - ProductName: `Samsung Note`, - UnitPrice: 12280.79, - Quantity: 2, - ExtendedPrice: 24561.58, - Freight: 1140.79, - Discontinued: false, - Region: `West`, - Address: `164 Main Street`, - City: `New York`, - Country: `USA`, - PostalCode: 90183 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Estate`, - ShipAddress: `187 Main Street`, - ShipCity: `New York`, - ShipPostalCode: 80053, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1437, - CustomerName: `Nancy Jefferson`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Jefferson`, - CustomerAddress: `187 Main Street, New York, USA, 80053`, - Salesperson: `Martin Watson`, - OrderID: 1602, - OrderDate: `12/25/2022`, - ProductID: 112, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 14860.39, - Quantity: 5, - ExtendedPrice: 74301.95, - Freight: 1920.39, - Discontinued: false, - Region: `West`, - Address: `187 Main Street`, - City: `New York`, - Country: `USA`, - PostalCode: 80053 - }), - new InvoicesDataItem( - { - ShipName: `Black Market`, - ShipAddress: `197 Wall Street`, - ShipCity: `Miami`, - ShipPostalCode: 50076, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1438, - CustomerName: `Max Black`, - CustomerFirstName: `Max`, - CustomerLastName: `Black`, - CustomerAddress: `197 Wall Street, Miami, USA, 50076`, - Salesperson: `James Jefferson`, - OrderID: 1281, - OrderDate: `3/18/2022`, - ProductID: 102, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 11120.87, - Quantity: 2, - ExtendedPrice: 22241.74, - Freight: 720.87, - Discontinued: false, - Region: `North East`, - Address: `197 Wall Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 50076 - }), - new InvoicesDataItem( - { - ShipName: `Watson Market`, - ShipAddress: `127 Market Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 90067, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1439, - CustomerName: `James Watson`, - CustomerFirstName: `James`, - CustomerLastName: `Watson`, - CustomerAddress: `127 Market Street, Los Angeles, USA, 90067`, - Salesperson: `James Madison`, - OrderID: 1736, - OrderDate: `2/4/2022`, - ProductID: 172, - ProductName: `IPad`, - UnitPrice: 20090.62, - Quantity: 4, - ExtendedPrice: 80362.48, - Freight: 630.62, - Discontinued: true, - Region: `West`, - Address: `127 Market Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 90067 - }), - new InvoicesDataItem( - { - ShipName: `Black Market`, - ShipAddress: `150 Market Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 90161, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1440, - CustomerName: `Max Black`, - CustomerFirstName: `Max`, - CustomerLastName: `Black`, - CustomerAddress: `150 Market Street, Philadelphia, USA, 90161`, - Salesperson: `Anna Watson`, - OrderID: 1683, - OrderDate: `5/15/2022`, - ProductID: 192, - ProductName: `Mac Book Air`, - UnitPrice: 7270.76, - Quantity: 3, - ExtendedPrice: 21812.28, - Freight: 1880.76, - Discontinued: false, - Region: `West`, - Address: `150 Market Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 90161 - }), - new InvoicesDataItem( - { - ShipName: `Watson Townhouse`, - ShipAddress: `128 Market Street`, - ShipCity: `Huston`, - ShipPostalCode: 70131, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1441, - CustomerName: `Pamela Watson`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Watson`, - CustomerAddress: `128 Market Street, Huston, USA, 70131`, - Salesperson: `Ben Smith`, - OrderID: 1652, - OrderDate: `11/16/2022`, - ProductID: 107, - ProductName: `Samsung Note`, - UnitPrice: 23290.38, - Quantity: 2, - ExtendedPrice: 46580.76, - Freight: 400.38, - Discontinued: false, - Region: `West`, - Address: `128 Market Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 70131 - }), - new InvoicesDataItem( - { - ShipName: `Watson Home`, - ShipAddress: `151 Wall Street`, - ShipCity: `Miami`, - ShipPostalCode: 70185, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1442, - CustomerName: `Max Watson`, - CustomerFirstName: `Max`, - CustomerLastName: `Watson`, - CustomerAddress: `151 Wall Street, Miami, USA, 70185`, - Salesperson: `Nancy Black`, - OrderID: 1385, - OrderDate: `6/12/2022`, - ProductID: 110, - ProductName: `Mac Book Pro`, - UnitPrice: 14390.77, - Quantity: 2, - ExtendedPrice: 28781.54, - Freight: 1600.77, - Discontinued: false, - Region: `West`, - Address: `151 Wall Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 70185 - }), - new InvoicesDataItem( - { - ShipName: `Madison Home`, - ShipAddress: `183 Wall Street`, - ShipCity: `New York`, - ShipPostalCode: 60080, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Speedy Express`, - CustomerID: 1443, - CustomerName: `Pamela Madison`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Madison`, - CustomerAddress: `183 Wall Street, New York, USA, 60080`, - Salesperson: `Mike Madison`, - OrderID: 1158, - OrderDate: `3/11/2022`, - ProductID: 172, - ProductName: `Samsung Note`, - UnitPrice: 25230.25, - Quantity: 3, - ExtendedPrice: 75690.75, - Freight: 340.25, - Discontinued: false, - Region: `South East`, - Address: `183 Wall Street`, - City: `New York`, - Country: `USA`, - PostalCode: 60080 - }), - new InvoicesDataItem( - { - ShipName: `Black Estate`, - ShipAddress: `137 Wall Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 80117, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Speedy Express`, - CustomerID: 1444, - CustomerName: `James Black`, - CustomerFirstName: `James`, - CustomerLastName: `Black`, - CustomerAddress: `137 Wall Street, Philadelphia, USA, 80117`, - Salesperson: `Anna Black`, - OrderID: 1310, - OrderDate: `9/5/2022`, - ProductID: 157, - ProductName: `IPad`, - UnitPrice: 21970.48, - Quantity: 2, - ExtendedPrice: 43940.96, - Freight: 1420.48, - Discontinued: false, - Region: `South East`, - Address: `137 Wall Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 80117 - }), - new InvoicesDataItem( - { - ShipName: `Black Market`, - ShipAddress: `158 Wall Street`, - ShipCity: `New York`, - ShipPostalCode: 80138, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1445, - CustomerName: `Anna Black`, - CustomerFirstName: `Anna`, - CustomerLastName: `Black`, - CustomerAddress: `158 Wall Street, New York, USA, 80138`, - Salesperson: `Martin Madison`, - OrderID: 1385, - OrderDate: `5/9/2022`, - ProductID: 127, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 12610.37, - Quantity: 5, - ExtendedPrice: 63051.85, - Freight: 1410.37, - Discontinued: false, - Region: `West`, - Address: `158 Wall Street`, - City: `New York`, - Country: `USA`, - PostalCode: 80138 - }), - new InvoicesDataItem( - { - ShipName: `Madison Home`, - ShipAddress: `145 Wall Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 70189, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1446, - CustomerName: `Mike Madison`, - CustomerFirstName: `Mike`, - CustomerLastName: `Madison`, - CustomerAddress: `145 Wall Street, Los Angeles, USA, 70189`, - Salesperson: `Mike Jackson`, - OrderID: 1725, - OrderDate: `9/6/2022`, - ProductID: 112, - ProductName: `Mac Book Pro`, - UnitPrice: 20520.26, - Quantity: 4, - ExtendedPrice: 82081.04, - Freight: 710.26, - Discontinued: false, - Region: `West`, - Address: `145 Wall Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 70189 - }), - new InvoicesDataItem( - { - ShipName: `Black Estate`, - ShipAddress: `155 Wall Street`, - ShipCity: `Miami`, - ShipPostalCode: 60114, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Speedy Express`, - CustomerID: 1447, - CustomerName: `Pamela Black`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Black`, - CustomerAddress: `155 Wall Street, Miami, USA, 60114`, - Salesperson: `Martin Madison`, - OrderID: 1520, - OrderDate: `6/15/2022`, - ProductID: 174, - ProductName: `IPhone`, - UnitPrice: 16730.88, - Quantity: 2, - ExtendedPrice: 33461.76, - Freight: 1020.88, - Discontinued: false, - Region: `South East`, - Address: `155 Wall Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 60114 - }), - new InvoicesDataItem( - { - ShipName: `Madison Estate`, - ShipAddress: `184 Main Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 80059, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1448, - CustomerName: `Max Madison`, - CustomerFirstName: `Max`, - CustomerLastName: `Madison`, - CustomerAddress: `184 Main Street, Los Angeles, USA, 80059`, - Salesperson: `Max Smith`, - OrderID: 1764, - OrderDate: `4/4/2022`, - ProductID: 147, - ProductName: `Mac Book Air`, - UnitPrice: 29810.31, - Quantity: 2, - ExtendedPrice: 59620.62, - Freight: 1200.31, - Discontinued: false, - Region: `West`, - Address: `184 Main Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 80059 - }), - new InvoicesDataItem( - { - ShipName: `Black Home`, - ShipAddress: `195 Wall Street`, - ShipCity: `Huston`, - ShipPostalCode: 80052, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1449, - CustomerName: `Ben Black`, - CustomerFirstName: `Ben`, - CustomerLastName: `Black`, - CustomerAddress: `195 Wall Street, Huston, USA, 80052`, - Salesperson: `Max Jefferson`, - OrderID: 1325, - OrderDate: `8/23/2022`, - ProductID: 186, - ProductName: `Mac Book Pro`, - UnitPrice: 19780.82, - Quantity: 3, - ExtendedPrice: 59342.46, - Freight: 720.82, - Discontinued: true, - Region: `South East`, - Address: `195 Wall Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 80052 - }), - new InvoicesDataItem( - { - ShipName: `Black Market`, - ShipAddress: `168 Market Street`, - ShipCity: `Miami`, - ShipPostalCode: 70196, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1450, - CustomerName: `Anna Black`, - CustomerFirstName: `Anna`, - CustomerLastName: `Black`, - CustomerAddress: `168 Market Street, Miami, USA, 70196`, - Salesperson: `Martin Madison`, - OrderID: 1216, - OrderDate: `9/9/2022`, - ProductID: 134, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 25110.88, - Quantity: 2, - ExtendedPrice: 50221.76, - Freight: 1040.88, - Discontinued: false, - Region: `West`, - Address: `168 Market Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 70196 - }), - new InvoicesDataItem( - { - ShipName: `Black Estate`, - ShipAddress: `196 Wall Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 70064, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1451, - CustomerName: `Anna Black`, - CustomerFirstName: `Anna`, - CustomerLastName: `Black`, - CustomerAddress: `196 Wall Street, Philadelphia, USA, 70064`, - Salesperson: `Nancy Madison`, - OrderID: 1924, - OrderDate: `9/9/2022`, - ProductID: 108, - ProductName: `IPhone`, - UnitPrice: 14220.86, - Quantity: 2, - ExtendedPrice: 28441.72, - Freight: 1220.86, - Discontinued: false, - Region: `West`, - Address: `196 Wall Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 70064 - }), - new InvoicesDataItem( - { - ShipName: `Madison Home`, - ShipAddress: `125 Wall Street`, - ShipCity: `Huston`, - ShipPostalCode: 90158, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1452, - CustomerName: `Max Madison`, - CustomerFirstName: `Max`, - CustomerLastName: `Madison`, - CustomerAddress: `125 Wall Street, Huston, USA, 90158`, - Salesperson: `Martin Jackson`, - OrderID: 1952, - OrderDate: `8/23/2022`, - ProductID: 177, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 11460.48, - Quantity: 3, - ExtendedPrice: 34381.44, - Freight: 1140.48, - Discontinued: false, - Region: `West`, - Address: `125 Wall Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 90158 - }), - new InvoicesDataItem( - { - ShipName: `Watson Home`, - ShipAddress: `113 Wall Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 50104, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1453, - CustomerName: `Ben Watson`, - CustomerFirstName: `Ben`, - CustomerLastName: `Watson`, - CustomerAddress: `113 Wall Street, Los Angeles, USA, 50104`, - Salesperson: `Mike Black`, - OrderID: 1388, - OrderDate: `7/12/2022`, - ProductID: 142, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 25460.85, - Quantity: 2, - ExtendedPrice: 50921.7, - Freight: 360.85, - Discontinued: false, - Region: `West`, - Address: `113 Wall Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 50104 - }), - new InvoicesDataItem( - { - ShipName: `Black Home`, - ShipAddress: `176 Market Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 90069, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Federal Shipping`, - CustomerID: 1454, - CustomerName: `Nancy Black`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Black`, - CustomerAddress: `176 Market Street, Philadelphia, USA, 90069`, - Salesperson: `Max Jefferson`, - OrderID: 1197, - OrderDate: `9/3/2022`, - ProductID: 132, - ProductName: `IPhone`, - UnitPrice: 5760.67, - Quantity: 3, - ExtendedPrice: 17282.01, - Freight: 1350.67, - Discontinued: false, - Region: `South East`, - Address: `176 Market Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 90069 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Townhouse`, - ShipAddress: `142 Market Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 50098, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1455, - CustomerName: `Max Jefferson`, - CustomerFirstName: `Max`, - CustomerLastName: `Jefferson`, - CustomerAddress: `142 Market Street, Los Angeles, USA, 50098`, - Salesperson: `Nancy Smith`, - OrderID: 1808, - OrderDate: `3/2/2022`, - ProductID: 145, - ProductName: `Mac Book Pro`, - UnitPrice: 18130.62, - Quantity: 3, - ExtendedPrice: 54391.86, - Freight: 660.62, - Discontinued: false, - Region: `North East`, - Address: `142 Market Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 50098 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Home`, - ShipAddress: `184 Main Street`, - ShipCity: `New York`, - ShipPostalCode: 50125, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Speedy Express`, - CustomerID: 1456, - CustomerName: `Pamela Jefferson`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Jefferson`, - CustomerAddress: `184 Main Street, New York, USA, 50125`, - Salesperson: `Pamela Jackson`, - OrderID: 1098, - OrderDate: `9/11/2022`, - ProductID: 106, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 29450.81, - Quantity: 5, - ExtendedPrice: 147254.05, - Freight: 820.81, - Discontinued: false, - Region: `North East`, - Address: `184 Main Street`, - City: `New York`, - Country: `USA`, - PostalCode: 50125 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Market`, - ShipAddress: `190 Main Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 70130, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Speedy Express`, - CustomerID: 1457, - CustomerName: `Nancy Jefferson`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Jefferson`, - CustomerAddress: `190 Main Street, Philadelphia, USA, 70130`, - Salesperson: `Max Madison`, - OrderID: 1942, - OrderDate: `9/1/2022`, - ProductID: 136, - ProductName: `Mac Book Pro`, - UnitPrice: 28790.51, - Quantity: 3, - ExtendedPrice: 86371.53, - Freight: 460.51, - Discontinued: false, - Region: `North East`, - Address: `190 Main Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 70130 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Market`, - ShipAddress: `121 Main Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 70093, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1458, - CustomerName: `Mike Jefferson`, - CustomerFirstName: `Mike`, - CustomerLastName: `Jefferson`, - CustomerAddress: `121 Main Street, Los Angeles, USA, 70093`, - Salesperson: `James Black`, - OrderID: 1815, - OrderDate: `6/16/2022`, - ProductID: 144, - ProductName: `Mac Book Pro`, - UnitPrice: 9060.8, - Quantity: 3, - ExtendedPrice: 27182.4, - Freight: 1990.8, - Discontinued: false, - Region: `North East`, - Address: `121 Main Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 70093 - }), - new InvoicesDataItem( - { - ShipName: `Smith Home`, - ShipAddress: `111 Main Street`, - ShipCity: `Huston`, - ShipPostalCode: 50082, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1459, - CustomerName: `Nancy Smith`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Smith`, - CustomerAddress: `111 Main Street, Huston, USA, 50082`, - Salesperson: `Max Black`, - OrderID: 1551, - OrderDate: `4/6/2022`, - ProductID: 130, - ProductName: `Mac Book Pro`, - UnitPrice: 29370.56, - Quantity: 3, - ExtendedPrice: 88111.68, - Freight: 1970.56, - Discontinued: true, - Region: `North East`, - Address: `111 Main Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 50082 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Market`, - ShipAddress: `128 Market Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 90155, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1460, - CustomerName: `Max Jefferson`, - CustomerFirstName: `Max`, - CustomerLastName: `Jefferson`, - CustomerAddress: `128 Market Street, Los Angeles, USA, 90155`, - Salesperson: `James Smith`, - OrderID: 1660, - OrderDate: `6/6/2022`, - ProductID: 175, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 29130.58, - Quantity: 2, - ExtendedPrice: 58261.16, - Freight: 340.58, - Discontinued: false, - Region: `West`, - Address: `128 Market Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 90155 - }), - new InvoicesDataItem( - { - ShipName: `Smith Home`, - ShipAddress: `159 Main Street`, - ShipCity: `Huston`, - ShipPostalCode: 60166, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1461, - CustomerName: `Mike Smith`, - CustomerFirstName: `Mike`, - CustomerLastName: `Smith`, - CustomerAddress: `159 Main Street, Huston, USA, 60166`, - Salesperson: `Mike Black`, - OrderID: 1860, - OrderDate: `5/20/2022`, - ProductID: 197, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 18630.66, - Quantity: 4, - ExtendedPrice: 74522.64, - Freight: 1540.66, - Discontinued: false, - Region: `South East`, - Address: `159 Main Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 60166 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Home`, - ShipAddress: `115 Market Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 60171, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1462, - CustomerName: `Nancy Jefferson`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Jefferson`, - CustomerAddress: `115 Market Street, Los Angeles, USA, 60171`, - Salesperson: `Mike Jackson`, - OrderID: 1312, - OrderDate: `9/12/2022`, - ProductID: 182, - ProductName: `Samsung Note`, - UnitPrice: 19120.8, - Quantity: 3, - ExtendedPrice: 57362.4, - Freight: 470.8, - Discontinued: false, - Region: `North East`, - Address: `115 Market Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 60171 - }), - new InvoicesDataItem( - { - ShipName: `Watson Townhouse`, - ShipAddress: `184 Main Street`, - ShipCity: `New York`, - ShipPostalCode: 80169, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1463, - CustomerName: `Nancy Watson`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Watson`, - CustomerAddress: `184 Main Street, New York, USA, 80169`, - Salesperson: `Nancy Madison`, - OrderID: 1738, - OrderDate: `1/7/2022`, - ProductID: 161, - ProductName: `Mac Book Air`, - UnitPrice: 9160.8, - Quantity: 2, - ExtendedPrice: 18321.6, - Freight: 1850.8, - Discontinued: false, - Region: `West`, - Address: `184 Main Street`, - City: `New York`, - Country: `USA`, - PostalCode: 80169 - }), - new InvoicesDataItem( - { - ShipName: `Black Market`, - ShipAddress: `147 Main Street`, - ShipCity: `Miami`, - ShipPostalCode: 60068, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Speedy Express`, - CustomerID: 1464, - CustomerName: `Ben Black`, - CustomerFirstName: `Ben`, - CustomerLastName: `Black`, - CustomerAddress: `147 Main Street, Miami, USA, 60068`, - Salesperson: `Nancy Madison`, - OrderID: 1981, - OrderDate: `5/23/2022`, - ProductID: 110, - ProductName: `Samsung Note`, - UnitPrice: 19100.54, - Quantity: 5, - ExtendedPrice: 95502.7, - Freight: 1720.54, - Discontinued: false, - Region: `North East`, - Address: `147 Main Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 60068 - }), - new InvoicesDataItem( - { - ShipName: `Black Market`, - ShipAddress: `143 Wall Street`, - ShipCity: `Huston`, - ShipPostalCode: 80182, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Speedy Express`, - CustomerID: 1465, - CustomerName: `Ben Black`, - CustomerFirstName: `Ben`, - CustomerLastName: `Black`, - CustomerAddress: `143 Wall Street, Huston, USA, 80182`, - Salesperson: `Anna Watson`, - OrderID: 1067, - OrderDate: `12/19/2022`, - ProductID: 103, - ProductName: `Samsung Note`, - UnitPrice: 28900.7, - Quantity: 3, - ExtendedPrice: 86702.1, - Freight: 770.7, - Discontinued: false, - Region: `North East`, - Address: `143 Wall Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 80182 - }), - new InvoicesDataItem( - { - ShipName: `Watson Estate`, - ShipAddress: `170 Main Street`, - ShipCity: `New York`, - ShipPostalCode: 60155, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1466, - CustomerName: `Max Watson`, - CustomerFirstName: `Max`, - CustomerLastName: `Watson`, - CustomerAddress: `170 Main Street, New York, USA, 60155`, - Salesperson: `James Jackson`, - OrderID: 1746, - OrderDate: `9/2/2022`, - ProductID: 148, - ProductName: `IPad`, - UnitPrice: 25390.4, - Quantity: 5, - ExtendedPrice: 126952, - Freight: 550.4, - Discontinued: false, - Region: `South East`, - Address: `170 Main Street`, - City: `New York`, - Country: `USA`, - PostalCode: 60155 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Market`, - ShipAddress: `111 Wall Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 60079, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1467, - CustomerName: `Pamela Jackson`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Jackson`, - CustomerAddress: `111 Wall Street, Philadelphia, USA, 60079`, - Salesperson: `Nancy Jefferson`, - OrderID: 1334, - OrderDate: `5/23/2022`, - ProductID: 129, - ProductName: `Mac Book Air`, - UnitPrice: 14520.65, - Quantity: 2, - ExtendedPrice: 29041.3, - Freight: 1250.65, - Discontinued: false, - Region: `West`, - Address: `111 Wall Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 60079 - }), - new InvoicesDataItem( - { - ShipName: `Black Market`, - ShipAddress: `153 Wall Street`, - ShipCity: `Huston`, - ShipPostalCode: 90056, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Speedy Express`, - CustomerID: 1468, - CustomerName: `Anna Black`, - CustomerFirstName: `Anna`, - CustomerLastName: `Black`, - CustomerAddress: `153 Wall Street, Huston, USA, 90056`, - Salesperson: `Anna Jackson`, - OrderID: 1230, - OrderDate: `4/15/2022`, - ProductID: 128, - ProductName: `IPhone`, - UnitPrice: 14930.82, - Quantity: 5, - ExtendedPrice: 74654.1, - Freight: 1470.82, - Discontinued: false, - Region: `North East`, - Address: `153 Wall Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 90056 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Market`, - ShipAddress: `143 Main Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 50070, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Speedy Express`, - CustomerID: 1469, - CustomerName: `Max Jackson`, - CustomerFirstName: `Max`, - CustomerLastName: `Jackson`, - CustomerAddress: `143 Main Street, Philadelphia, USA, 50070`, - Salesperson: `Nancy Madison`, - OrderID: 1761, - OrderDate: `1/23/2022`, - ProductID: 136, - ProductName: `IPad`, - UnitPrice: 10810.43, - Quantity: 4, - ExtendedPrice: 43241.72, - Freight: 1910.43, - Discontinued: true, - Region: `South East`, - Address: `143 Main Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 50070 - }), - new InvoicesDataItem( - { - ShipName: `Black Estate`, - ShipAddress: `174 Market Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 80126, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1470, - CustomerName: `Pamela Black`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Black`, - CustomerAddress: `174 Market Street, Philadelphia, USA, 80126`, - Salesperson: `Martin Madison`, - OrderID: 1217, - OrderDate: `7/7/2022`, - ProductID: 170, - ProductName: `IPhone`, - UnitPrice: 16660.27, - Quantity: 4, - ExtendedPrice: 66641.08, - Freight: 790.27, - Discontinued: false, - Region: `North East`, - Address: `174 Market Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 80126 - }), - new InvoicesDataItem( - { - ShipName: `Smith Home`, - ShipAddress: `189 Wall Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 60161, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Speedy Express`, - CustomerID: 1471, - CustomerName: `Max Smith`, - CustomerFirstName: `Max`, - CustomerLastName: `Smith`, - CustomerAddress: `189 Wall Street, Los Angeles, USA, 60161`, - Salesperson: `Max Madison`, - OrderID: 1882, - OrderDate: `11/5/2022`, - ProductID: 141, - ProductName: `Mac Book Air`, - UnitPrice: 18210.39, - Quantity: 3, - ExtendedPrice: 54631.17, - Freight: 990.39, - Discontinued: false, - Region: `South East`, - Address: `189 Wall Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 60161 - }), - new InvoicesDataItem( - { - ShipName: `Black Market`, - ShipAddress: `193 Market Street`, - ShipCity: `Huston`, - ShipPostalCode: 50163, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Speedy Express`, - CustomerID: 1472, - CustomerName: `Max Black`, - CustomerFirstName: `Max`, - CustomerLastName: `Black`, - CustomerAddress: `193 Market Street, Huston, USA, 50163`, - Salesperson: `Mike Black`, - OrderID: 1855, - OrderDate: `5/3/2022`, - ProductID: 188, - ProductName: `Samsung Note`, - UnitPrice: 9860.59, - Quantity: 5, - ExtendedPrice: 49302.95, - Freight: 1610.59, - Discontinued: false, - Region: `South East`, - Address: `193 Market Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 50163 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Townhouse`, - ShipAddress: `128 Main Street`, - ShipCity: `Miami`, - ShipPostalCode: 60162, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1473, - CustomerName: `Max Jackson`, - CustomerFirstName: `Max`, - CustomerLastName: `Jackson`, - CustomerAddress: `128 Main Street, Miami, USA, 60162`, - Salesperson: `Nancy Black`, - OrderID: 1087, - OrderDate: `4/5/2022`, - ProductID: 166, - ProductName: `Mac Book Air`, - UnitPrice: 12090.33, - Quantity: 4, - ExtendedPrice: 48361.32, - Freight: 1020.33, - Discontinued: false, - Region: `West`, - Address: `128 Main Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 60162 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Townhouse`, - ShipAddress: `179 Wall Street`, - ShipCity: `New York`, - ShipPostalCode: 50104, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1474, - CustomerName: `Ben Jackson`, - CustomerFirstName: `Ben`, - CustomerLastName: `Jackson`, - CustomerAddress: `179 Wall Street, New York, USA, 50104`, - Salesperson: `Martin Black`, - OrderID: 1121, - OrderDate: `12/2/2022`, - ProductID: 169, - ProductName: `IPad`, - UnitPrice: 18020.22, - Quantity: 4, - ExtendedPrice: 72080.88, - Freight: 830.22, - Discontinued: false, - Region: `West`, - Address: `179 Wall Street`, - City: `New York`, - Country: `USA`, - PostalCode: 50104 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Townhouse`, - ShipAddress: `168 Market Street`, - ShipCity: `Huston`, - ShipPostalCode: 60117, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1475, - CustomerName: `Martin Jackson`, - CustomerFirstName: `Martin`, - CustomerLastName: `Jackson`, - CustomerAddress: `168 Market Street, Huston, USA, 60117`, - Salesperson: `James Madison`, - OrderID: 1965, - OrderDate: `10/17/2022`, - ProductID: 166, - ProductName: `Mac Book Pro`, - UnitPrice: 6770.39, - Quantity: 5, - ExtendedPrice: 33851.95, - Freight: 240.39, - Discontinued: false, - Region: `West`, - Address: `168 Market Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 60117 - }), - new InvoicesDataItem( - { - ShipName: `Black Market`, - ShipAddress: `195 Wall Street`, - ShipCity: `Huston`, - ShipPostalCode: 50103, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1476, - CustomerName: `Mike Black`, - CustomerFirstName: `Mike`, - CustomerLastName: `Black`, - CustomerAddress: `195 Wall Street, Huston, USA, 50103`, - Salesperson: `Ben Jackson`, - OrderID: 1241, - OrderDate: `2/3/2022`, - ProductID: 159, - ProductName: `Samsung Note`, - UnitPrice: 14250.8, - Quantity: 5, - ExtendedPrice: 71254, - Freight: 1870.8, - Discontinued: false, - Region: `North East`, - Address: `195 Wall Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 50103 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Market`, - ShipAddress: `192 Main Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 70069, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1477, - CustomerName: `Pamela Jefferson`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Jefferson`, - CustomerAddress: `192 Main Street, Los Angeles, USA, 70069`, - Salesperson: `Pamela Watson`, - OrderID: 1440, - OrderDate: `6/4/2022`, - ProductID: 191, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 23000.87, - Quantity: 3, - ExtendedPrice: 69002.61, - Freight: 1680.87, - Discontinued: false, - Region: `North East`, - Address: `192 Main Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 70069 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Estate`, - ShipAddress: `139 Wall Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 50143, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1478, - CustomerName: `Pamela Jefferson`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Jefferson`, - CustomerAddress: `139 Wall Street, Philadelphia, USA, 50143`, - Salesperson: `Nancy Madison`, - OrderID: 1507, - OrderDate: `10/10/2022`, - ProductID: 176, - ProductName: `Mac Book Air`, - UnitPrice: 25490.8, - Quantity: 3, - ExtendedPrice: 76472.4, - Freight: 830.8, - Discontinued: false, - Region: `North East`, - Address: `139 Wall Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 50143 - }), - new InvoicesDataItem( - { - ShipName: `Madison Estate`, - ShipAddress: `131 Wall Street`, - ShipCity: `Miami`, - ShipPostalCode: 80108, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Federal Shipping`, - CustomerID: 1479, - CustomerName: `Mike Madison`, - CustomerFirstName: `Mike`, - CustomerLastName: `Madison`, - CustomerAddress: `131 Wall Street, Miami, USA, 80108`, - Salesperson: `Ben Jefferson`, - OrderID: 1702, - OrderDate: `10/16/2022`, - ProductID: 174, - ProductName: `Mac Book Pro`, - UnitPrice: 28620.58, - Quantity: 4, - ExtendedPrice: 114482.32, - Freight: 950.58, - Discontinued: true, - Region: `South East`, - Address: `131 Wall Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 80108 - }), - new InvoicesDataItem( - { - ShipName: `Smith Estate`, - ShipAddress: `127 Market Street`, - ShipCity: `Huston`, - ShipPostalCode: 90097, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Speedy Express`, - CustomerID: 1480, - CustomerName: `James Smith`, - CustomerFirstName: `James`, - CustomerLastName: `Smith`, - CustomerAddress: `127 Market Street, Huston, USA, 90097`, - Salesperson: `Pamela Black`, - OrderID: 1875, - OrderDate: `7/24/2022`, - ProductID: 164, - ProductName: `Mac Book Air`, - UnitPrice: 6750.85, - Quantity: 2, - ExtendedPrice: 13501.7, - Freight: 1160.85, - Discontinued: false, - Region: `North East`, - Address: `127 Market Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 90097 - }), - new InvoicesDataItem( - { - ShipName: `Madison Home`, - ShipAddress: `190 Market Street`, - ShipCity: `New York`, - ShipPostalCode: 70142, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1481, - CustomerName: `Pamela Madison`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Madison`, - CustomerAddress: `190 Market Street, New York, USA, 70142`, - Salesperson: `Pamela Smith`, - OrderID: 1373, - OrderDate: `5/19/2022`, - ProductID: 108, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 17230.33, - Quantity: 3, - ExtendedPrice: 51690.99, - Freight: 1270.33, - Discontinued: false, - Region: `West`, - Address: `190 Market Street`, - City: `New York`, - Country: `USA`, - PostalCode: 70142 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Market`, - ShipAddress: `179 Main Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 90146, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1482, - CustomerName: `Nancy Jackson`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Jackson`, - CustomerAddress: `179 Main Street, Philadelphia, USA, 90146`, - Salesperson: `James Jefferson`, - OrderID: 1452, - OrderDate: `5/16/2022`, - ProductID: 170, - ProductName: `Mac Book Air`, - UnitPrice: 8320.5, - Quantity: 4, - ExtendedPrice: 33282, - Freight: 510.5, - Discontinued: false, - Region: `North East`, - Address: `179 Main Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 90146 - }), - new InvoicesDataItem( - { - ShipName: `Black Townhouse`, - ShipAddress: `183 Main Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 90165, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1483, - CustomerName: `Anna Black`, - CustomerFirstName: `Anna`, - CustomerLastName: `Black`, - CustomerAddress: `183 Main Street, Los Angeles, USA, 90165`, - Salesperson: `Max Watson`, - OrderID: 1835, - OrderDate: `9/8/2022`, - ProductID: 198, - ProductName: `Samsung Note`, - UnitPrice: 13800.6, - Quantity: 3, - ExtendedPrice: 41401.8, - Freight: 700.6, - Discontinued: false, - Region: `West`, - Address: `183 Main Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 90165 - }), - new InvoicesDataItem( - { - ShipName: `Black Townhouse`, - ShipAddress: `108 Main Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 50151, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Speedy Express`, - CustomerID: 1484, - CustomerName: `Max Black`, - CustomerFirstName: `Max`, - CustomerLastName: `Black`, - CustomerAddress: `108 Main Street, Philadelphia, USA, 50151`, - Salesperson: `Mike Jefferson`, - OrderID: 1448, - OrderDate: `11/16/2022`, - ProductID: 103, - ProductName: `Samsung Note`, - UnitPrice: 21840.84, - Quantity: 5, - ExtendedPrice: 109204.2, - Freight: 1500.84, - Discontinued: false, - Region: `South East`, - Address: `108 Main Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 50151 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Estate`, - ShipAddress: `150 Market Street`, - ShipCity: `New York`, - ShipPostalCode: 80053, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1485, - CustomerName: `James Jefferson`, - CustomerFirstName: `James`, - CustomerLastName: `Jefferson`, - CustomerAddress: `150 Market Street, New York, USA, 80053`, - Salesperson: `Anna Black`, - OrderID: 1160, - OrderDate: `6/7/2022`, - ProductID: 156, - ProductName: `IPhone`, - UnitPrice: 24480.65, - Quantity: 2, - ExtendedPrice: 48961.3, - Freight: 860.65, - Discontinued: false, - Region: `West`, - Address: `150 Market Street`, - City: `New York`, - Country: `USA`, - PostalCode: 80053 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Estate`, - ShipAddress: `121 Wall Street`, - ShipCity: `Miami`, - ShipPostalCode: 50087, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Speedy Express`, - CustomerID: 1486, - CustomerName: `Mike Jefferson`, - CustomerFirstName: `Mike`, - CustomerLastName: `Jefferson`, - CustomerAddress: `121 Wall Street, Miami, USA, 50087`, - Salesperson: `Anna Jackson`, - OrderID: 1277, - OrderDate: `8/16/2022`, - ProductID: 108, - ProductName: `Mac Book Air`, - UnitPrice: 27370.31, - Quantity: 2, - ExtendedPrice: 54740.62, - Freight: 350.31, - Discontinued: false, - Region: `North East`, - Address: `121 Wall Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 50087 - }), - new InvoicesDataItem( - { - ShipName: `Watson Townhouse`, - ShipAddress: `187 Market Street`, - ShipCity: `Miami`, - ShipPostalCode: 90094, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1487, - CustomerName: `Anna Watson`, - CustomerFirstName: `Anna`, - CustomerLastName: `Watson`, - CustomerAddress: `187 Market Street, Miami, USA, 90094`, - Salesperson: `Pamela Jefferson`, - OrderID: 1895, - OrderDate: `7/18/2022`, - ProductID: 138, - ProductName: `IPad`, - UnitPrice: 15270.6, - Quantity: 3, - ExtendedPrice: 45811.8, - Freight: 1920.6, - Discontinued: false, - Region: `West`, - Address: `187 Market Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 90094 - }), - new InvoicesDataItem( - { - ShipName: `Watson Market`, - ShipAddress: `142 Main Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 50160, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1488, - CustomerName: `Pamela Watson`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Watson`, - CustomerAddress: `142 Main Street, Los Angeles, USA, 50160`, - Salesperson: `Max Smith`, - OrderID: 1559, - OrderDate: `11/2/2022`, - ProductID: 129, - ProductName: `Samsung Note`, - UnitPrice: 19940.22, - Quantity: 5, - ExtendedPrice: 99701.1, - Freight: 540.22, - Discontinued: false, - Region: `West`, - Address: `142 Main Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 50160 - }), - new InvoicesDataItem( - { - ShipName: `Black Townhouse`, - ShipAddress: `190 Market Street`, - ShipCity: `Miami`, - ShipPostalCode: 60164, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Speedy Express`, - CustomerID: 1489, - CustomerName: `James Black`, - CustomerFirstName: `James`, - CustomerLastName: `Black`, - CustomerAddress: `190 Market Street, Miami, USA, 60164`, - Salesperson: `Nancy Jefferson`, - OrderID: 1144, - OrderDate: `5/7/2022`, - ProductID: 169, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 29010.82, - Quantity: 4, - ExtendedPrice: 116043.28, - Freight: 1870.82, - Discontinued: true, - Region: `North East`, - Address: `190 Market Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 60164 - }), - new InvoicesDataItem( - { - ShipName: `Madison Market`, - ShipAddress: `180 Main Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 70181, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1490, - CustomerName: `Ben Madison`, - CustomerFirstName: `Ben`, - CustomerLastName: `Madison`, - CustomerAddress: `180 Main Street, Philadelphia, USA, 70181`, - Salesperson: `Ben Black`, - OrderID: 1396, - OrderDate: `2/24/2022`, - ProductID: 137, - ProductName: `IPhone`, - UnitPrice: 15420.8, - Quantity: 4, - ExtendedPrice: 61683.2, - Freight: 1870.8, - Discontinued: false, - Region: `West`, - Address: `180 Main Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 70181 - }), - new InvoicesDataItem( - { - ShipName: `Watson Home`, - ShipAddress: `152 Market Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 60139, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Speedy Express`, - CustomerID: 1491, - CustomerName: `Anna Watson`, - CustomerFirstName: `Anna`, - CustomerLastName: `Watson`, - CustomerAddress: `152 Market Street, Philadelphia, USA, 60139`, - Salesperson: `Mike Madison`, - OrderID: 1733, - OrderDate: `9/23/2022`, - ProductID: 117, - ProductName: `Mac Book Pro`, - UnitPrice: 26430.79, - Quantity: 5, - ExtendedPrice: 132153.95, - Freight: 270.79, - Discontinued: false, - Region: `North East`, - Address: `152 Market Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 60139 - }), - new InvoicesDataItem( - { - ShipName: `Black Home`, - ShipAddress: `176 Main Street`, - ShipCity: `Miami`, - ShipPostalCode: 60072, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1492, - CustomerName: `Nancy Black`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Black`, - CustomerAddress: `176 Main Street, Miami, USA, 60072`, - Salesperson: `Mike Black`, - OrderID: 1473, - OrderDate: `6/23/2022`, - ProductID: 175, - ProductName: `Samsung Note`, - UnitPrice: 18440.43, - Quantity: 4, - ExtendedPrice: 73761.72, - Freight: 1770.43, - Discontinued: false, - Region: `West`, - Address: `176 Main Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 60072 - }), - new InvoicesDataItem( - { - ShipName: `Madison Home`, - ShipAddress: `120 Main Street`, - ShipCity: `Miami`, - ShipPostalCode: 80161, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1493, - CustomerName: `Martin Madison`, - CustomerFirstName: `Martin`, - CustomerLastName: `Madison`, - CustomerAddress: `120 Main Street, Miami, USA, 80161`, - Salesperson: `Ben Watson`, - OrderID: 1674, - OrderDate: `5/1/2022`, - ProductID: 175, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 23490.67, - Quantity: 3, - ExtendedPrice: 70472.01, - Freight: 820.67, - Discontinued: false, - Region: `West`, - Address: `120 Main Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 80161 - }), - new InvoicesDataItem( - { - ShipName: `Black Estate`, - ShipAddress: `127 Main Street`, - ShipCity: `Miami`, - ShipPostalCode: 90183, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1494, - CustomerName: `Ben Black`, - CustomerFirstName: `Ben`, - CustomerLastName: `Black`, - CustomerAddress: `127 Main Street, Miami, USA, 90183`, - Salesperson: `Pamela Smith`, - OrderID: 1279, - OrderDate: `2/9/2022`, - ProductID: 108, - ProductName: `Samsung Note`, - UnitPrice: 7560.83, - Quantity: 4, - ExtendedPrice: 30243.32, - Freight: 470.83, - Discontinued: false, - Region: `West`, - Address: `127 Main Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 90183 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Estate`, - ShipAddress: `129 Market Street`, - ShipCity: `New York`, - ShipPostalCode: 50067, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1495, - CustomerName: `Pamela Jackson`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Jackson`, - CustomerAddress: `129 Market Street, New York, USA, 50067`, - Salesperson: `Nancy Jackson`, - OrderID: 1502, - OrderDate: `9/25/2022`, - ProductID: 175, - ProductName: `Samsung Note`, - UnitPrice: 24020.51, - Quantity: 4, - ExtendedPrice: 96082.04, - Freight: 1320.51, - Discontinued: false, - Region: `South East`, - Address: `129 Market Street`, - City: `New York`, - Country: `USA`, - PostalCode: 50067 - }), - new InvoicesDataItem( - { - ShipName: `Madison Townhouse`, - ShipAddress: `118 Market Street`, - ShipCity: `New York`, - ShipPostalCode: 70088, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1496, - CustomerName: `Mike Madison`, - CustomerFirstName: `Mike`, - CustomerLastName: `Madison`, - CustomerAddress: `118 Market Street, New York, USA, 70088`, - Salesperson: `Anna Watson`, - OrderID: 1672, - OrderDate: `7/8/2022`, - ProductID: 178, - ProductName: `Mac Book Air`, - UnitPrice: 9150.21, - Quantity: 2, - ExtendedPrice: 18300.42, - Freight: 470.21, - Discontinued: false, - Region: `West`, - Address: `118 Market Street`, - City: `New York`, - Country: `USA`, - PostalCode: 70088 - }), - new InvoicesDataItem( - { - ShipName: `Watson Townhouse`, - ShipAddress: `146 Main Street`, - ShipCity: `Huston`, - ShipPostalCode: 60135, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Speedy Express`, - CustomerID: 1497, - CustomerName: `Mike Watson`, - CustomerFirstName: `Mike`, - CustomerLastName: `Watson`, - CustomerAddress: `146 Main Street, Huston, USA, 60135`, - Salesperson: `Anna Black`, - OrderID: 1449, - OrderDate: `4/4/2022`, - ProductID: 194, - ProductName: `IPhone`, - UnitPrice: 19390.48, - Quantity: 4, - ExtendedPrice: 77561.92, - Freight: 1350.48, - Discontinued: false, - Region: `North East`, - Address: `146 Main Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 60135 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Home`, - ShipAddress: `146 Market Street`, - ShipCity: `Huston`, - ShipPostalCode: 80195, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1498, - CustomerName: `Pamela Jefferson`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Jefferson`, - CustomerAddress: `146 Market Street, Huston, USA, 80195`, - Salesperson: `Ben Black`, - OrderID: 1100, - OrderDate: `7/1/2022`, - ProductID: 103, - ProductName: `IPhone`, - UnitPrice: 12430.89, - Quantity: 3, - ExtendedPrice: 37292.67, - Freight: 1060.89, - Discontinued: false, - Region: `North East`, - Address: `146 Market Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 80195 - }), + new InvoicesDataItem({ ShipName: `Jefferson Home`, ShipAddress: `124 Wall Street`, ShipCity: `Miami`, ShipPostalCode: 60098, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1000, CustomerName: `Martin Jefferson`, CustomerFirstName: `Martin`, CustomerLastName: `Jefferson`, CustomerAddress: `124 Wall Street, Miami, USA, 60098`, Salesperson: `Nancy Jefferson`, OrderID: 1931, OrderDate: `3/14/2022`, ProductID: 189, ProductName: `IPad`, UnitPrice: 16150.61, Quantity: 3, ExtendedPrice: 48451.83, Freight: 980.61, Discontinued: false, Region: `South East`, Address: `124 Wall Street`, City: `Miami`, Country: `USA`, PostalCode: 60098 }), + new InvoicesDataItem({ ShipName: `Black Home`, ShipAddress: `162 Main Street`, ShipCity: `Miami`, ShipPostalCode: 80193, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1001, CustomerName: `Anna Black`, CustomerFirstName: `Anna`, CustomerLastName: `Black`, CustomerAddress: `162 Main Street, Miami, USA, 80193`, Salesperson: `Anna Smith`, OrderID: 1163, OrderDate: `5/22/2022`, ProductID: 138, ProductName: `Mac Book Pro`, UnitPrice: 18520.59, Quantity: 4, ExtendedPrice: 74082.36, Freight: 850.59, Discontinued: false, Region: `West`, Address: `162 Main Street`, City: `Miami`, Country: `USA`, PostalCode: 80193 }), + new InvoicesDataItem({ ShipName: `Watson Townhouse`, ShipAddress: `164 Wall Street`, ShipCity: `Miami`, ShipPostalCode: 50111, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1002, CustomerName: `Max Watson`, CustomerFirstName: `Max`, CustomerLastName: `Watson`, CustomerAddress: `164 Wall Street, Miami, USA, 50111`, Salesperson: `Martin Watson`, OrderID: 1230, OrderDate: `2/9/2022`, ProductID: 118, ProductName: `Mac Book Air`, UnitPrice: 25310.39, Quantity: 3, ExtendedPrice: 75931.17, Freight: 210.39, Discontinued: false, Region: `West`, Address: `164 Wall Street`, City: `Miami`, Country: `USA`, PostalCode: 50111 }), + new InvoicesDataItem({ ShipName: `Madison Townhouse`, ShipAddress: `124 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 90123, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1003, CustomerName: `Max Madison`, CustomerFirstName: `Max`, CustomerLastName: `Madison`, CustomerAddress: `124 Market Street, Philadelphia, USA, 90123`, Salesperson: `Anna Black`, OrderID: 1176, OrderDate: `6/3/2022`, ProductID: 169, ProductName: `Samsung Galaxy 22`, UnitPrice: 29890.86, Quantity: 4, ExtendedPrice: 119563.44, Freight: 800.86, Discontinued: false, Region: `South East`, Address: `124 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 90123 }), + new InvoicesDataItem({ ShipName: `Jackson Townhouse`, ShipAddress: `181 Market Street`, ShipCity: `Miami`, ShipPostalCode: 90095, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1004, CustomerName: `Pamela Jackson`, CustomerFirstName: `Pamela`, CustomerLastName: `Jackson`, CustomerAddress: `181 Market Street, Miami, USA, 90095`, Salesperson: `Max Black`, OrderID: 1382, OrderDate: `1/10/2022`, ProductID: 185, ProductName: `Samsung Note`, UnitPrice: 7810.61, Quantity: 2, ExtendedPrice: 15621.22, Freight: 1790.61, Discontinued: false, Region: `West`, Address: `181 Market Street`, City: `Miami`, Country: `USA`, PostalCode: 90095 }), + new InvoicesDataItem({ ShipName: `Jefferson Home`, ShipAddress: `188 Wall Street`, ShipCity: `Los Angeles`, ShipPostalCode: 50149, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1005, CustomerName: `Mike Jefferson`, CustomerFirstName: `Mike`, CustomerLastName: `Jefferson`, CustomerAddress: `188 Wall Street, Los Angeles, USA, 50149`, Salesperson: `Martin Jefferson`, OrderID: 1864, OrderDate: `8/18/2022`, ProductID: 168, ProductName: `Samsung Galaxy 22`, UnitPrice: 9370.76, Quantity: 4, ExtendedPrice: 37483.04, Freight: 970.76, Discontinued: false, Region: `North East`, Address: `188 Wall Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 50149 }), + new InvoicesDataItem({ ShipName: `Smith Home`, ShipAddress: `174 Market Street`, ShipCity: `Huston`, ShipPostalCode: 90112, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1006, CustomerName: `Martin Smith`, CustomerFirstName: `Martin`, CustomerLastName: `Smith`, CustomerAddress: `174 Market Street, Huston, USA, 90112`, Salesperson: `Nancy Smith`, OrderID: 1502, OrderDate: `6/13/2022`, ProductID: 199, ProductName: `IPhone`, UnitPrice: 20830.47, Quantity: 2, ExtendedPrice: 41660.94, Freight: 1530.47, Discontinued: false, Region: `West`, Address: `174 Market Street`, City: `Huston`, Country: `USA`, PostalCode: 90112 }), + new InvoicesDataItem({ ShipName: `Jefferson Townhouse`, ShipAddress: `134 Market Street`, ShipCity: `Miami`, ShipPostalCode: 50083, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1007, CustomerName: `Nancy Jefferson`, CustomerFirstName: `Nancy`, CustomerLastName: `Jefferson`, CustomerAddress: `134 Market Street, Miami, USA, 50083`, Salesperson: `Mike Jefferson`, OrderID: 1305, OrderDate: `10/21/2022`, ProductID: 185, ProductName: `Mac Book Air`, UnitPrice: 7320.44, Quantity: 2, ExtendedPrice: 14640.88, Freight: 630.44, Discontinued: false, Region: `West`, Address: `134 Market Street`, City: `Miami`, Country: `USA`, PostalCode: 50083 }), + new InvoicesDataItem({ ShipName: `Jefferson Estate`, ShipAddress: `177 Main Street`, ShipCity: `New York`, ShipPostalCode: 70185, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1008, CustomerName: `Nancy Jefferson`, CustomerFirstName: `Nancy`, CustomerLastName: `Jefferson`, CustomerAddress: `177 Main Street, New York, USA, 70185`, Salesperson: `Pamela Watson`, OrderID: 1725, OrderDate: `5/7/2022`, ProductID: 133, ProductName: `Mac Book Air`, UnitPrice: 11240.72, Quantity: 3, ExtendedPrice: 33722.16, Freight: 420.72, Discontinued: false, Region: `South East`, Address: `177 Main Street`, City: `New York`, Country: `USA`, PostalCode: 70185 }), + new InvoicesDataItem({ ShipName: `Jefferson Estate`, ShipAddress: `169 Main Street`, ShipCity: `Miami`, ShipPostalCode: 90183, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1009, CustomerName: `Mike Jefferson`, CustomerFirstName: `Mike`, CustomerLastName: `Jefferson`, CustomerAddress: `169 Main Street, Miami, USA, 90183`, Salesperson: `Anna Watson`, OrderID: 1977, OrderDate: `10/14/2022`, ProductID: 178, ProductName: `IPhone`, UnitPrice: 6460.55, Quantity: 3, ExtendedPrice: 19381.65, Freight: 370.55, Discontinued: true, Region: `South East`, Address: `169 Main Street`, City: `Miami`, Country: `USA`, PostalCode: 90183 }), + new InvoicesDataItem({ ShipName: `Jackson Estate`, ShipAddress: `151 Market Street`, ShipCity: `New York`, ShipPostalCode: 80160, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1010, CustomerName: `James Jackson`, CustomerFirstName: `James`, CustomerLastName: `Jackson`, CustomerAddress: `151 Market Street, New York, USA, 80160`, Salesperson: `Nancy Black`, OrderID: 1666, OrderDate: `12/6/2022`, ProductID: 140, ProductName: `Mac Book Pro`, UnitPrice: 7940.82, Quantity: 2, ExtendedPrice: 15881.64, Freight: 1670.82, Discontinued: false, Region: `South East`, Address: `151 Market Street`, City: `New York`, Country: `USA`, PostalCode: 80160 }), + new InvoicesDataItem({ ShipName: `Jefferson Market`, ShipAddress: `147 Main Street`, ShipCity: `Miami`, ShipPostalCode: 80183, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1011, CustomerName: `James Jefferson`, CustomerFirstName: `James`, CustomerLastName: `Jefferson`, CustomerAddress: `147 Main Street, Miami, USA, 80183`, Salesperson: `Mike Madison`, OrderID: 1059, OrderDate: `5/14/2022`, ProductID: 174, ProductName: `Samsung Note`, UnitPrice: 14650.56, Quantity: 2, ExtendedPrice: 29301.12, Freight: 1770.56, Discontinued: false, Region: `West`, Address: `147 Main Street`, City: `Miami`, Country: `USA`, PostalCode: 80183 }), + new InvoicesDataItem({ ShipName: `Watson Estate`, ShipAddress: `134 Main Street`, ShipCity: `New York`, ShipPostalCode: 80066, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1012, CustomerName: `Mike Watson`, CustomerFirstName: `Mike`, CustomerLastName: `Watson`, CustomerAddress: `134 Main Street, New York, USA, 80066`, Salesperson: `Mike Black`, OrderID: 1851, OrderDate: `7/24/2022`, ProductID: 175, ProductName: `IPhone`, UnitPrice: 7870.39, Quantity: 2, ExtendedPrice: 15740.78, Freight: 360.39, Discontinued: false, Region: `West`, Address: `134 Main Street`, City: `New York`, Country: `USA`, PostalCode: 80066 }), + new InvoicesDataItem({ ShipName: `Madison Estate`, ShipAddress: `159 Market Street`, ShipCity: `Los Angeles`, ShipPostalCode: 80096, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1013, CustomerName: `Ben Madison`, CustomerFirstName: `Ben`, CustomerLastName: `Madison`, CustomerAddress: `159 Market Street, Los Angeles, USA, 80096`, Salesperson: `Anna Madison`, OrderID: 1451, OrderDate: `10/4/2022`, ProductID: 188, ProductName: `Mac Book Pro`, UnitPrice: 13920.38, Quantity: 4, ExtendedPrice: 55681.52, Freight: 1140.38, Discontinued: false, Region: `North East`, Address: `159 Market Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 80096 }), + new InvoicesDataItem({ ShipName: `Madison Estate`, ShipAddress: `187 Wall Street`, ShipCity: `Miami`, ShipPostalCode: 60144, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1014, CustomerName: `Martin Madison`, CustomerFirstName: `Martin`, CustomerLastName: `Madison`, CustomerAddress: `187 Wall Street, Miami, USA, 60144`, Salesperson: `Ben Jefferson`, OrderID: 1331, OrderDate: `4/4/2022`, ProductID: 119, ProductName: `IPhone`, UnitPrice: 6940.73, Quantity: 5, ExtendedPrice: 34703.65, Freight: 640.73, Discontinued: false, Region: `West`, Address: `187 Wall Street`, City: `Miami`, Country: `USA`, PostalCode: 60144 }), + new InvoicesDataItem({ ShipName: `Jackson Townhouse`, ShipAddress: `158 Wall Street`, ShipCity: `Huston`, ShipPostalCode: 60063, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1015, CustomerName: `Ben Jackson`, CustomerFirstName: `Ben`, CustomerLastName: `Jackson`, CustomerAddress: `158 Wall Street, Huston, USA, 60063`, Salesperson: `Martin Jefferson`, OrderID: 1609, OrderDate: `9/6/2022`, ProductID: 171, ProductName: `IPhone`, UnitPrice: 29080.28, Quantity: 2, ExtendedPrice: 58160.56, Freight: 1810.28, Discontinued: false, Region: `South East`, Address: `158 Wall Street`, City: `Huston`, Country: `USA`, PostalCode: 60063 }), + new InvoicesDataItem({ ShipName: `Black Market`, ShipAddress: `168 Main Street`, ShipCity: `Huston`, ShipPostalCode: 60184, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1016, CustomerName: `James Black`, CustomerFirstName: `James`, CustomerLastName: `Black`, CustomerAddress: `168 Main Street, Huston, USA, 60184`, Salesperson: `Martin Watson`, OrderID: 1772, OrderDate: `3/20/2022`, ProductID: 152, ProductName: `Mac Book Air`, UnitPrice: 28350.9, Quantity: 5, ExtendedPrice: 141754.5, Freight: 1290.9, Discontinued: false, Region: `South East`, Address: `168 Main Street`, City: `Huston`, Country: `USA`, PostalCode: 60184 }), + new InvoicesDataItem({ ShipName: `Black Market`, ShipAddress: `116 Main Street`, ShipCity: `Miami`, ShipPostalCode: 60129, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1017, CustomerName: `Nancy Black`, CustomerFirstName: `Nancy`, CustomerLastName: `Black`, CustomerAddress: `116 Main Street, Miami, USA, 60129`, Salesperson: `Nancy Smith`, OrderID: 1792, OrderDate: `9/1/2022`, ProductID: 182, ProductName: `Samsung Note`, UnitPrice: 13730.78, Quantity: 4, ExtendedPrice: 54923.12, Freight: 740.78, Discontinued: false, Region: `North East`, Address: `116 Main Street`, City: `Miami`, Country: `USA`, PostalCode: 60129 }), + new InvoicesDataItem({ ShipName: `Madison Market`, ShipAddress: `116 Market Street`, ShipCity: `Los Angeles`, ShipPostalCode: 80090, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1018, CustomerName: `Martin Madison`, CustomerFirstName: `Martin`, CustomerLastName: `Madison`, CustomerAddress: `116 Market Street, Los Angeles, USA, 80090`, Salesperson: `Anna Madison`, OrderID: 1285, OrderDate: `10/21/2022`, ProductID: 157, ProductName: `Mac Book Pro`, UnitPrice: 8120.36, Quantity: 3, ExtendedPrice: 24361.08, Freight: 410.36, Discontinued: false, Region: `West`, Address: `116 Market Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 80090 }), + new InvoicesDataItem({ ShipName: `Jefferson Townhouse`, ShipAddress: `135 Wall Street`, ShipCity: `Philadelphia`, ShipPostalCode: 90101, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1019, CustomerName: `Max Jefferson`, CustomerFirstName: `Max`, CustomerLastName: `Jefferson`, CustomerAddress: `135 Wall Street, Philadelphia, USA, 90101`, Salesperson: `Mike Madison`, OrderID: 1205, OrderDate: `12/22/2022`, ProductID: 153, ProductName: `Mac Book Pro`, UnitPrice: 11830.22, Quantity: 2, ExtendedPrice: 23660.44, Freight: 330.22, Discontinued: true, Region: `North East`, Address: `135 Wall Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 90101 }), + new InvoicesDataItem({ ShipName: `Smith Home`, ShipAddress: `164 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 70056, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1020, CustomerName: `James Smith`, CustomerFirstName: `James`, CustomerLastName: `Smith`, CustomerAddress: `164 Market Street, Philadelphia, USA, 70056`, Salesperson: `Ben Watson`, OrderID: 1759, OrderDate: `8/3/2022`, ProductID: 129, ProductName: `Mac Book Pro`, UnitPrice: 15140.82, Quantity: 4, ExtendedPrice: 60563.28, Freight: 1400.82, Discontinued: false, Region: `South East`, Address: `164 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 70056 }), + new InvoicesDataItem({ ShipName: `Madison Estate`, ShipAddress: `196 Wall Street`, ShipCity: `Miami`, ShipPostalCode: 90169, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1021, CustomerName: `Max Madison`, CustomerFirstName: `Max`, CustomerLastName: `Madison`, CustomerAddress: `196 Wall Street, Miami, USA, 90169`, Salesperson: `Mike Smith`, OrderID: 1879, OrderDate: `8/17/2022`, ProductID: 127, ProductName: `Mac Book Air`, UnitPrice: 26710.41, Quantity: 5, ExtendedPrice: 133552.05, Freight: 1810.41, Discontinued: false, Region: `West`, Address: `196 Wall Street`, City: `Miami`, Country: `USA`, PostalCode: 90169 }), + new InvoicesDataItem({ ShipName: `Black Market`, ShipAddress: `175 Wall Street`, ShipCity: `Philadelphia`, ShipPostalCode: 50142, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1022, CustomerName: `Nancy Black`, CustomerFirstName: `Nancy`, CustomerLastName: `Black`, CustomerAddress: `175 Wall Street, Philadelphia, USA, 50142`, Salesperson: `Anna Jefferson`, OrderID: 1917, OrderDate: `3/6/2022`, ProductID: 114, ProductName: `IPad`, UnitPrice: 9640.51, Quantity: 3, ExtendedPrice: 28921.53, Freight: 840.51, Discontinued: false, Region: `North East`, Address: `175 Wall Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 50142 }), + new InvoicesDataItem({ ShipName: `Black Home`, ShipAddress: `122 Main Street`, ShipCity: `Los Angeles`, ShipPostalCode: 60097, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1023, CustomerName: `Pamela Black`, CustomerFirstName: `Pamela`, CustomerLastName: `Black`, CustomerAddress: `122 Main Street, Los Angeles, USA, 60097`, Salesperson: `James Black`, OrderID: 1176, OrderDate: `8/4/2022`, ProductID: 197, ProductName: `IPad`, UnitPrice: 14500.56, Quantity: 4, ExtendedPrice: 58002.24, Freight: 530.56, Discontinued: false, Region: `West`, Address: `122 Main Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 60097 }), + new InvoicesDataItem({ ShipName: `Smith Home`, ShipAddress: `139 Main Street`, ShipCity: `Miami`, ShipPostalCode: 60175, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1024, CustomerName: `James Smith`, CustomerFirstName: `James`, CustomerLastName: `Smith`, CustomerAddress: `139 Main Street, Miami, USA, 60175`, Salesperson: `Mike Jefferson`, OrderID: 1317, OrderDate: `5/21/2022`, ProductID: 115, ProductName: `Mac Book Air`, UnitPrice: 17200.82, Quantity: 2, ExtendedPrice: 34401.64, Freight: 1610.82, Discontinued: false, Region: `West`, Address: `139 Main Street`, City: `Miami`, Country: `USA`, PostalCode: 60175 }), + new InvoicesDataItem({ ShipName: `Watson Townhouse`, ShipAddress: `155 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 60124, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1025, CustomerName: `James Watson`, CustomerFirstName: `James`, CustomerLastName: `Watson`, CustomerAddress: `155 Market Street, Philadelphia, USA, 60124`, Salesperson: `Max Smith`, OrderID: 1721, OrderDate: `6/15/2022`, ProductID: 197, ProductName: `Samsung Note`, UnitPrice: 9810.3, Quantity: 2, ExtendedPrice: 19620.6, Freight: 1990.3, Discontinued: false, Region: `South East`, Address: `155 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 60124 }), + new InvoicesDataItem({ ShipName: `Jackson Townhouse`, ShipAddress: `136 Main Street`, ShipCity: `Philadelphia`, ShipPostalCode: 80120, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1026, CustomerName: `Ben Jackson`, CustomerFirstName: `Ben`, CustomerLastName: `Jackson`, CustomerAddress: `136 Main Street, Philadelphia, USA, 80120`, Salesperson: `Max Smith`, OrderID: 1266, OrderDate: `12/13/2022`, ProductID: 198, ProductName: `Mac Book Pro`, UnitPrice: 25410.64, Quantity: 2, ExtendedPrice: 50821.28, Freight: 1860.64, Discontinued: false, Region: `West`, Address: `136 Main Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 80120 }), + new InvoicesDataItem({ ShipName: `Jackson Estate`, ShipAddress: `114 Main Street`, ShipCity: `New York`, ShipPostalCode: 60186, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1027, CustomerName: `Max Jackson`, CustomerFirstName: `Max`, CustomerLastName: `Jackson`, CustomerAddress: `114 Main Street, New York, USA, 60186`, Salesperson: `Mike Jefferson`, OrderID: 1636, OrderDate: `7/7/2022`, ProductID: 174, ProductName: `Mac Book Pro`, UnitPrice: 13740.7, Quantity: 4, ExtendedPrice: 54962.8, Freight: 1960.7, Discontinued: false, Region: `West`, Address: `114 Main Street`, City: `New York`, Country: `USA`, PostalCode: 60186 }), + new InvoicesDataItem({ ShipName: `Jefferson Home`, ShipAddress: `167 Market Street`, ShipCity: `Huston`, ShipPostalCode: 70193, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1028, CustomerName: `Nancy Jefferson`, CustomerFirstName: `Nancy`, CustomerLastName: `Jefferson`, CustomerAddress: `167 Market Street, Huston, USA, 70193`, Salesperson: `Ben Jefferson`, OrderID: 1689, OrderDate: `1/2/2022`, ProductID: 192, ProductName: `IPad`, UnitPrice: 8760.83, Quantity: 3, ExtendedPrice: 26282.49, Freight: 490.83, Discontinued: false, Region: `South East`, Address: `167 Market Street`, City: `Huston`, Country: `USA`, PostalCode: 70193 }), + new InvoicesDataItem({ ShipName: `Madison Home`, ShipAddress: `139 Wall Street`, ShipCity: `New York`, ShipPostalCode: 80080, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1029, CustomerName: `Anna Madison`, CustomerFirstName: `Anna`, CustomerLastName: `Madison`, CustomerAddress: `139 Wall Street, New York, USA, 80080`, Salesperson: `Anna Black`, OrderID: 1610, OrderDate: `3/17/2022`, ProductID: 105, ProductName: `Mac Book Pro`, UnitPrice: 19860.82, Quantity: 3, ExtendedPrice: 59582.46, Freight: 1990.82, Discontinued: true, Region: `West`, Address: `139 Wall Street`, City: `New York`, Country: `USA`, PostalCode: 80080 }), + new InvoicesDataItem({ ShipName: `Madison Home`, ShipAddress: `173 Market Street`, ShipCity: `New York`, ShipPostalCode: 70054, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1030, CustomerName: `Ben Madison`, CustomerFirstName: `Ben`, CustomerLastName: `Madison`, CustomerAddress: `173 Market Street, New York, USA, 70054`, Salesperson: `Ben Jackson`, OrderID: 1404, OrderDate: `12/8/2022`, ProductID: 171, ProductName: `IPhone`, UnitPrice: 12430.21, Quantity: 3, ExtendedPrice: 37290.63, Freight: 880.21, Discontinued: false, Region: `West`, Address: `173 Market Street`, City: `New York`, Country: `USA`, PostalCode: 70054 }), + new InvoicesDataItem({ ShipName: `Jefferson Market`, ShipAddress: `187 Wall Street`, ShipCity: `New York`, ShipPostalCode: 60100, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1031, CustomerName: `Mike Jefferson`, CustomerFirstName: `Mike`, CustomerLastName: `Jefferson`, CustomerAddress: `187 Wall Street, New York, USA, 60100`, Salesperson: `Nancy Smith`, OrderID: 1480, OrderDate: `2/8/2022`, ProductID: 181, ProductName: `IPad`, UnitPrice: 26730.66, Quantity: 2, ExtendedPrice: 53461.32, Freight: 510.66, Discontinued: false, Region: `South East`, Address: `187 Wall Street`, City: `New York`, Country: `USA`, PostalCode: 60100 }), + new InvoicesDataItem({ ShipName: `Madison Home`, ShipAddress: `149 Main Street`, ShipCity: `Los Angeles`, ShipPostalCode: 90150, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1032, CustomerName: `Mike Madison`, CustomerFirstName: `Mike`, CustomerLastName: `Madison`, CustomerAddress: `149 Main Street, Los Angeles, USA, 90150`, Salesperson: `Max Jefferson`, OrderID: 1886, OrderDate: `12/2/2022`, ProductID: 132, ProductName: `IPhone`, UnitPrice: 13760.64, Quantity: 3, ExtendedPrice: 41281.92, Freight: 1110.64, Discontinued: false, Region: `West`, Address: `149 Main Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 90150 }), + new InvoicesDataItem({ ShipName: `Smith Market`, ShipAddress: `124 Market Street`, ShipCity: `Huston`, ShipPostalCode: 80175, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1033, CustomerName: `Martin Smith`, CustomerFirstName: `Martin`, CustomerLastName: `Smith`, CustomerAddress: `124 Market Street, Huston, USA, 80175`, Salesperson: `Nancy Smith`, OrderID: 1625, OrderDate: `11/9/2022`, ProductID: 100, ProductName: `IPad`, UnitPrice: 11590.58, Quantity: 3, ExtendedPrice: 34771.74, Freight: 1080.58, Discontinued: false, Region: `South East`, Address: `124 Market Street`, City: `Huston`, Country: `USA`, PostalCode: 80175 }), + new InvoicesDataItem({ ShipName: `Watson Townhouse`, ShipAddress: `193 Wall Street`, ShipCity: `Philadelphia`, ShipPostalCode: 60165, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1034, CustomerName: `Max Watson`, CustomerFirstName: `Max`, CustomerLastName: `Watson`, CustomerAddress: `193 Wall Street, Philadelphia, USA, 60165`, Salesperson: `Martin Jackson`, OrderID: 1669, OrderDate: `7/3/2022`, ProductID: 157, ProductName: `Samsung Galaxy 22`, UnitPrice: 19220.31, Quantity: 2, ExtendedPrice: 38440.62, Freight: 1130.31, Discontinued: false, Region: `South East`, Address: `193 Wall Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 60165 }), + new InvoicesDataItem({ ShipName: `Jackson Estate`, ShipAddress: `200 Wall Street`, ShipCity: `Philadelphia`, ShipPostalCode: 80146, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1035, CustomerName: `Max Jackson`, CustomerFirstName: `Max`, CustomerLastName: `Jackson`, CustomerAddress: `200 Wall Street, Philadelphia, USA, 80146`, Salesperson: `Pamela Jefferson`, OrderID: 1654, OrderDate: `1/7/2022`, ProductID: 155, ProductName: `IPhone`, UnitPrice: 7040.83, Quantity: 2, ExtendedPrice: 14081.66, Freight: 1420.83, Discontinued: false, Region: `North East`, Address: `200 Wall Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 80146 }), + new InvoicesDataItem({ ShipName: `Smith Estate`, ShipAddress: `122 Market Street`, ShipCity: `Los Angeles`, ShipPostalCode: 80150, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1036, CustomerName: `Nancy Smith`, CustomerFirstName: `Nancy`, CustomerLastName: `Smith`, CustomerAddress: `122 Market Street, Los Angeles, USA, 80150`, Salesperson: `Martin Jackson`, OrderID: 1678, OrderDate: `12/14/2022`, ProductID: 120, ProductName: `Mac Book Air`, UnitPrice: 6530.89, Quantity: 3, ExtendedPrice: 19592.67, Freight: 250.89, Discontinued: false, Region: `North East`, Address: `122 Market Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 80150 }), + new InvoicesDataItem({ ShipName: `Jackson Market`, ShipAddress: `128 Main Street`, ShipCity: `Los Angeles`, ShipPostalCode: 50068, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1037, CustomerName: `Max Jackson`, CustomerFirstName: `Max`, CustomerLastName: `Jackson`, CustomerAddress: `128 Main Street, Los Angeles, USA, 50068`, Salesperson: `Ben Watson`, OrderID: 1301, OrderDate: `1/25/2022`, ProductID: 166, ProductName: `IPad`, UnitPrice: 11420.23, Quantity: 2, ExtendedPrice: 22840.46, Freight: 950.23, Discontinued: false, Region: `South East`, Address: `128 Main Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 50068 }), + new InvoicesDataItem({ ShipName: `Smith Home`, ShipAddress: `119 Market Street`, ShipCity: `Los Angeles`, ShipPostalCode: 60180, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1038, CustomerName: `Pamela Smith`, CustomerFirstName: `Pamela`, CustomerLastName: `Smith`, CustomerAddress: `119 Market Street, Los Angeles, USA, 60180`, Salesperson: `Pamela Madison`, OrderID: 1385, OrderDate: `6/24/2022`, ProductID: 132, ProductName: `Mac Book Air`, UnitPrice: 29810.6, Quantity: 4, ExtendedPrice: 119242.4, Freight: 220.6, Discontinued: false, Region: `West`, Address: `119 Market Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 60180 }), + new InvoicesDataItem({ ShipName: `Jefferson Market`, ShipAddress: `115 Market Street`, ShipCity: `Los Angeles`, ShipPostalCode: 90168, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1039, CustomerName: `James Jefferson`, CustomerFirstName: `James`, CustomerLastName: `Jefferson`, CustomerAddress: `115 Market Street, Los Angeles, USA, 90168`, Salesperson: `Martin Smith`, OrderID: 1308, OrderDate: `8/13/2022`, ProductID: 109, ProductName: `Samsung Galaxy 22`, UnitPrice: 20770.59, Quantity: 5, ExtendedPrice: 103852.95, Freight: 1690.59, Discontinued: true, Region: `North East`, Address: `115 Market Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 90168 }), + new InvoicesDataItem({ ShipName: `Watson Estate`, ShipAddress: `128 Market Street`, ShipCity: `Los Angeles`, ShipPostalCode: 50118, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1040, CustomerName: `Anna Watson`, CustomerFirstName: `Anna`, CustomerLastName: `Watson`, CustomerAddress: `128 Market Street, Los Angeles, USA, 50118`, Salesperson: `Pamela Black`, OrderID: 1519, OrderDate: `10/4/2022`, ProductID: 139, ProductName: `Mac Book Air`, UnitPrice: 14860.44, Quantity: 2, ExtendedPrice: 29720.88, Freight: 1670.44, Discontinued: false, Region: `South East`, Address: `128 Market Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 50118 }), + new InvoicesDataItem({ ShipName: `Smith Townhouse`, ShipAddress: `108 Market Street`, ShipCity: `Los Angeles`, ShipPostalCode: 90129, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1041, CustomerName: `Martin Smith`, CustomerFirstName: `Martin`, CustomerLastName: `Smith`, CustomerAddress: `108 Market Street, Los Angeles, USA, 90129`, Salesperson: `Nancy Black`, OrderID: 1118, OrderDate: `2/7/2022`, ProductID: 126, ProductName: `Mac Book Air`, UnitPrice: 28690.85, Quantity: 4, ExtendedPrice: 114763.4, Freight: 500.85, Discontinued: false, Region: `West`, Address: `108 Market Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 90129 }), + new InvoicesDataItem({ ShipName: `Smith Market`, ShipAddress: `180 Main Street`, ShipCity: `Los Angeles`, ShipPostalCode: 50101, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1042, CustomerName: `Anna Smith`, CustomerFirstName: `Anna`, CustomerLastName: `Smith`, CustomerAddress: `180 Main Street, Los Angeles, USA, 50101`, Salesperson: `Martin Jefferson`, OrderID: 1541, OrderDate: `5/3/2022`, ProductID: 179, ProductName: `Mac Book Pro`, UnitPrice: 22630.28, Quantity: 3, ExtendedPrice: 67890.84, Freight: 1200.28, Discontinued: false, Region: `North East`, Address: `180 Main Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 50101 }), + new InvoicesDataItem({ ShipName: `Black Townhouse`, ShipAddress: `177 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 90107, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1043, CustomerName: `Max Black`, CustomerFirstName: `Max`, CustomerLastName: `Black`, CustomerAddress: `177 Market Street, Philadelphia, USA, 90107`, Salesperson: `Martin Jefferson`, OrderID: 1747, OrderDate: `5/11/2022`, ProductID: 133, ProductName: `Mac Book Pro`, UnitPrice: 6930.51, Quantity: 3, ExtendedPrice: 20791.53, Freight: 1660.51, Discontinued: false, Region: `South East`, Address: `177 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 90107 }), + new InvoicesDataItem({ ShipName: `Jefferson Estate`, ShipAddress: `134 Market Street`, ShipCity: `Miami`, ShipPostalCode: 70172, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1044, CustomerName: `Anna Jefferson`, CustomerFirstName: `Anna`, CustomerLastName: `Jefferson`, CustomerAddress: `134 Market Street, Miami, USA, 70172`, Salesperson: `Mike Smith`, OrderID: 1343, OrderDate: `10/11/2022`, ProductID: 190, ProductName: `Samsung Note`, UnitPrice: 26770.78, Quantity: 4, ExtendedPrice: 107083.12, Freight: 960.78, Discontinued: false, Region: `North East`, Address: `134 Market Street`, City: `Miami`, Country: `USA`, PostalCode: 70172 }), + new InvoicesDataItem({ ShipName: `Watson Estate`, ShipAddress: `117 Wall Street`, ShipCity: `Los Angeles`, ShipPostalCode: 90124, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1045, CustomerName: `James Watson`, CustomerFirstName: `James`, CustomerLastName: `Watson`, CustomerAddress: `117 Wall Street, Los Angeles, USA, 90124`, Salesperson: `Mike Watson`, OrderID: 1152, OrderDate: `2/25/2022`, ProductID: 101, ProductName: `Mac Book Pro`, UnitPrice: 8790.3, Quantity: 5, ExtendedPrice: 43951.5, Freight: 220.3, Discontinued: false, Region: `South East`, Address: `117 Wall Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 90124 }), + new InvoicesDataItem({ ShipName: `Black Market`, ShipAddress: `156 Wall Street`, ShipCity: `Philadelphia`, ShipPostalCode: 60181, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1046, CustomerName: `James Black`, CustomerFirstName: `James`, CustomerLastName: `Black`, CustomerAddress: `156 Wall Street, Philadelphia, USA, 60181`, Salesperson: `Anna Smith`, OrderID: 1823, OrderDate: `10/12/2022`, ProductID: 178, ProductName: `Samsung Note`, UnitPrice: 9750.55, Quantity: 3, ExtendedPrice: 29251.65, Freight: 1940.55, Discontinued: false, Region: `North East`, Address: `156 Wall Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 60181 }), + new InvoicesDataItem({ ShipName: `Madison Market`, ShipAddress: `122 Main Street`, ShipCity: `New York`, ShipPostalCode: 90182, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1047, CustomerName: `Ben Madison`, CustomerFirstName: `Ben`, CustomerLastName: `Madison`, CustomerAddress: `122 Main Street, New York, USA, 90182`, Salesperson: `Mike Black`, OrderID: 1548, OrderDate: `5/1/2022`, ProductID: 181, ProductName: `Mac Book Air`, UnitPrice: 11590.37, Quantity: 4, ExtendedPrice: 46361.48, Freight: 900.37, Discontinued: false, Region: `West`, Address: `122 Main Street`, City: `New York`, Country: `USA`, PostalCode: 90182 }), + new InvoicesDataItem({ ShipName: `Black Townhouse`, ShipAddress: `112 Market Street`, ShipCity: `Los Angeles`, ShipPostalCode: 60175, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1048, CustomerName: `Pamela Black`, CustomerFirstName: `Pamela`, CustomerLastName: `Black`, CustomerAddress: `112 Market Street, Los Angeles, USA, 60175`, Salesperson: `Mike Madison`, OrderID: 1581, OrderDate: `5/21/2022`, ProductID: 134, ProductName: `Mac Book Air`, UnitPrice: 8800.32, Quantity: 2, ExtendedPrice: 17600.64, Freight: 1820.32, Discontinued: false, Region: `South East`, Address: `112 Market Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 60175 }), + new InvoicesDataItem({ ShipName: `Black Estate`, ShipAddress: `153 Market Street`, ShipCity: `Los Angeles`, ShipPostalCode: 90170, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1049, CustomerName: `Pamela Black`, CustomerFirstName: `Pamela`, CustomerLastName: `Black`, CustomerAddress: `153 Market Street, Los Angeles, USA, 90170`, Salesperson: `Pamela Watson`, OrderID: 1145, OrderDate: `11/13/2022`, ProductID: 151, ProductName: `Mac Book Air`, UnitPrice: 25830.42, Quantity: 3, ExtendedPrice: 77491.26, Freight: 270.42, Discontinued: true, Region: `North East`, Address: `153 Market Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 90170 }), + new InvoicesDataItem({ ShipName: `Black Estate`, ShipAddress: `159 Market Street`, ShipCity: `Huston`, ShipPostalCode: 80198, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1050, CustomerName: `Anna Black`, CustomerFirstName: `Anna`, CustomerLastName: `Black`, CustomerAddress: `159 Market Street, Huston, USA, 80198`, Salesperson: `Pamela Jefferson`, OrderID: 1455, OrderDate: `12/16/2022`, ProductID: 115, ProductName: `Samsung Galaxy 22`, UnitPrice: 28510.28, Quantity: 2, ExtendedPrice: 57020.56, Freight: 1450.28, Discontinued: false, Region: `West`, Address: `159 Market Street`, City: `Huston`, Country: `USA`, PostalCode: 80198 }), + new InvoicesDataItem({ ShipName: `Jefferson Market`, ShipAddress: `125 Market Street`, ShipCity: `Miami`, ShipPostalCode: 70160, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1051, CustomerName: `Nancy Jefferson`, CustomerFirstName: `Nancy`, CustomerLastName: `Jefferson`, CustomerAddress: `125 Market Street, Miami, USA, 70160`, Salesperson: `Anna Jefferson`, OrderID: 1787, OrderDate: `1/3/2022`, ProductID: 171, ProductName: `Mac Book Air`, UnitPrice: 18830.35, Quantity: 3, ExtendedPrice: 56491.05, Freight: 1770.35, Discontinued: false, Region: `South East`, Address: `125 Market Street`, City: `Miami`, Country: `USA`, PostalCode: 70160 }), + new InvoicesDataItem({ ShipName: `Jefferson Home`, ShipAddress: `114 Wall Street`, ShipCity: `Los Angeles`, ShipPostalCode: 70083, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1052, CustomerName: `Nancy Jefferson`, CustomerFirstName: `Nancy`, CustomerLastName: `Jefferson`, CustomerAddress: `114 Wall Street, Los Angeles, USA, 70083`, Salesperson: `Anna Madison`, OrderID: 1591, OrderDate: `4/6/2022`, ProductID: 141, ProductName: `Mac Book Air`, UnitPrice: 18840.75, Quantity: 2, ExtendedPrice: 37681.5, Freight: 710.75, Discontinued: false, Region: `West`, Address: `114 Wall Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 70083 }), + new InvoicesDataItem({ ShipName: `Jefferson Townhouse`, ShipAddress: `193 Main Street`, ShipCity: `Los Angeles`, ShipPostalCode: 70170, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1053, CustomerName: `James Jefferson`, CustomerFirstName: `James`, CustomerLastName: `Jefferson`, CustomerAddress: `193 Main Street, Los Angeles, USA, 70170`, Salesperson: `Anna Jackson`, OrderID: 1020, OrderDate: `7/20/2022`, ProductID: 177, ProductName: `IPad`, UnitPrice: 15250.55, Quantity: 3, ExtendedPrice: 45751.65, Freight: 980.55, Discontinued: false, Region: `West`, Address: `193 Main Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 70170 }), + new InvoicesDataItem({ ShipName: `Smith Home`, ShipAddress: `156 Main Street`, ShipCity: `Huston`, ShipPostalCode: 50127, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1054, CustomerName: `Ben Smith`, CustomerFirstName: `Ben`, CustomerLastName: `Smith`, CustomerAddress: `156 Main Street, Huston, USA, 50127`, Salesperson: `James Black`, OrderID: 1770, OrderDate: `3/24/2022`, ProductID: 141, ProductName: `Samsung Galaxy 22`, UnitPrice: 14910.59, Quantity: 5, ExtendedPrice: 74552.95, Freight: 1330.59, Discontinued: false, Region: `South East`, Address: `156 Main Street`, City: `Huston`, Country: `USA`, PostalCode: 50127 }), + new InvoicesDataItem({ ShipName: `Jackson Market`, ShipAddress: `146 Market Street`, ShipCity: `Miami`, ShipPostalCode: 60064, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1055, CustomerName: `Max Jackson`, CustomerFirstName: `Max`, CustomerLastName: `Jackson`, CustomerAddress: `146 Market Street, Miami, USA, 60064`, Salesperson: `Mike Smith`, OrderID: 1766, OrderDate: `10/23/2022`, ProductID: 141, ProductName: `Mac Book Air`, UnitPrice: 16740.86, Quantity: 3, ExtendedPrice: 50222.58, Freight: 580.86, Discontinued: false, Region: `West`, Address: `146 Market Street`, City: `Miami`, Country: `USA`, PostalCode: 60064 }), + new InvoicesDataItem({ ShipName: `Black Estate`, ShipAddress: `163 Market Street`, ShipCity: `Los Angeles`, ShipPostalCode: 90158, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1056, CustomerName: `Max Black`, CustomerFirstName: `Max`, CustomerLastName: `Black`, CustomerAddress: `163 Market Street, Los Angeles, USA, 90158`, Salesperson: `Martin Jefferson`, OrderID: 1415, OrderDate: `9/2/2022`, ProductID: 112, ProductName: `IPhone`, UnitPrice: 25190.37, Quantity: 3, ExtendedPrice: 75571.11, Freight: 1060.37, Discontinued: false, Region: `South East`, Address: `163 Market Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 90158 }), + new InvoicesDataItem({ ShipName: `Watson Townhouse`, ShipAddress: `171 Main Street`, ShipCity: `New York`, ShipPostalCode: 50163, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1057, CustomerName: `James Watson`, CustomerFirstName: `James`, CustomerLastName: `Watson`, CustomerAddress: `171 Main Street, New York, USA, 50163`, Salesperson: `Martin Smith`, OrderID: 1430, OrderDate: `9/2/2022`, ProductID: 120, ProductName: `Samsung Note`, UnitPrice: 26340.71, Quantity: 2, ExtendedPrice: 52681.42, Freight: 770.71, Discontinued: false, Region: `North East`, Address: `171 Main Street`, City: `New York`, Country: `USA`, PostalCode: 50163 }), + new InvoicesDataItem({ ShipName: `Black Townhouse`, ShipAddress: `195 Wall Street`, ShipCity: `Philadelphia`, ShipPostalCode: 60159, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1058, CustomerName: `James Black`, CustomerFirstName: `James`, CustomerLastName: `Black`, CustomerAddress: `195 Wall Street, Philadelphia, USA, 60159`, Salesperson: `Ben Black`, OrderID: 1903, OrderDate: `2/19/2022`, ProductID: 161, ProductName: `IPad`, UnitPrice: 6290.33, Quantity: 5, ExtendedPrice: 31451.65, Freight: 890.33, Discontinued: false, Region: `South East`, Address: `195 Wall Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 60159 }), + new InvoicesDataItem({ ShipName: `Watson Market`, ShipAddress: `171 Market Street`, ShipCity: `Huston`, ShipPostalCode: 50154, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1059, CustomerName: `Pamela Watson`, CustomerFirstName: `Pamela`, CustomerLastName: `Watson`, CustomerAddress: `171 Market Street, Huston, USA, 50154`, Salesperson: `Anna Madison`, OrderID: 1578, OrderDate: `6/5/2022`, ProductID: 103, ProductName: `Samsung Galaxy 22`, UnitPrice: 20240.82, Quantity: 5, ExtendedPrice: 101204.1, Freight: 1490.82, Discontinued: true, Region: `West`, Address: `171 Market Street`, City: `Huston`, Country: `USA`, PostalCode: 50154 }), + new InvoicesDataItem({ ShipName: `Jackson Market`, ShipAddress: `103 Market Street`, ShipCity: `New York`, ShipPostalCode: 70081, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1060, CustomerName: `Max Jackson`, CustomerFirstName: `Max`, CustomerLastName: `Jackson`, CustomerAddress: `103 Market Street, New York, USA, 70081`, Salesperson: `Pamela Jackson`, OrderID: 1142, OrderDate: `4/1/2022`, ProductID: 108, ProductName: `IPhone`, UnitPrice: 9790.41, Quantity: 3, ExtendedPrice: 29371.23, Freight: 980.41, Discontinued: false, Region: `South East`, Address: `103 Market Street`, City: `New York`, Country: `USA`, PostalCode: 70081 }), + new InvoicesDataItem({ ShipName: `Smith Market`, ShipAddress: `187 Market Street`, ShipCity: `Los Angeles`, ShipPostalCode: 70141, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1061, CustomerName: `Mike Smith`, CustomerFirstName: `Mike`, CustomerLastName: `Smith`, CustomerAddress: `187 Market Street, Los Angeles, USA, 70141`, Salesperson: `Ben Jefferson`, OrderID: 1871, OrderDate: `8/20/2022`, ProductID: 197, ProductName: `IPad`, UnitPrice: 28960.39, Quantity: 2, ExtendedPrice: 57920.78, Freight: 1280.39, Discontinued: false, Region: `West`, Address: `187 Market Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 70141 }), + new InvoicesDataItem({ ShipName: `Black Estate`, ShipAddress: `145 Main Street`, ShipCity: `Philadelphia`, ShipPostalCode: 50068, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1062, CustomerName: `Ben Black`, CustomerFirstName: `Ben`, CustomerLastName: `Black`, CustomerAddress: `145 Main Street, Philadelphia, USA, 50068`, Salesperson: `Martin Watson`, OrderID: 1747, OrderDate: `1/20/2022`, ProductID: 198, ProductName: `Mac Book Pro`, UnitPrice: 12530.74, Quantity: 4, ExtendedPrice: 50122.96, Freight: 480.74, Discontinued: false, Region: `West`, Address: `145 Main Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 50068 }), + new InvoicesDataItem({ ShipName: `Black Home`, ShipAddress: `109 Market Street`, ShipCity: `Los Angeles`, ShipPostalCode: 90197, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1063, CustomerName: `Nancy Black`, CustomerFirstName: `Nancy`, CustomerLastName: `Black`, CustomerAddress: `109 Market Street, Los Angeles, USA, 90197`, Salesperson: `James Black`, OrderID: 1881, OrderDate: `11/6/2022`, ProductID: 162, ProductName: `Samsung Note`, UnitPrice: 29810.51, Quantity: 2, ExtendedPrice: 59621.02, Freight: 750.51, Discontinued: false, Region: `North East`, Address: `109 Market Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 90197 }), + new InvoicesDataItem({ ShipName: `Smith Market`, ShipAddress: `155 Market Street`, ShipCity: `Los Angeles`, ShipPostalCode: 50184, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1064, CustomerName: `Nancy Smith`, CustomerFirstName: `Nancy`, CustomerLastName: `Smith`, CustomerAddress: `155 Market Street, Los Angeles, USA, 50184`, Salesperson: `Mike Madison`, OrderID: 1172, OrderDate: `5/14/2022`, ProductID: 154, ProductName: `IPhone`, UnitPrice: 11440.88, Quantity: 2, ExtendedPrice: 22881.76, Freight: 1570.88, Discontinued: false, Region: `West`, Address: `155 Market Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 50184 }), + new InvoicesDataItem({ ShipName: `Jackson Estate`, ShipAddress: `136 Main Street`, ShipCity: `New York`, ShipPostalCode: 60147, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1065, CustomerName: `James Jackson`, CustomerFirstName: `James`, CustomerLastName: `Jackson`, CustomerAddress: `136 Main Street, New York, USA, 60147`, Salesperson: `James Jefferson`, OrderID: 1538, OrderDate: `2/4/2022`, ProductID: 142, ProductName: `IPad`, UnitPrice: 18340.25, Quantity: 5, ExtendedPrice: 91701.25, Freight: 1730.25, Discontinued: false, Region: `South East`, Address: `136 Main Street`, City: `New York`, Country: `USA`, PostalCode: 60147 }), + new InvoicesDataItem({ ShipName: `Madison Market`, ShipAddress: `184 Wall Street`, ShipCity: `Miami`, ShipPostalCode: 60091, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1066, CustomerName: `Mike Madison`, CustomerFirstName: `Mike`, CustomerLastName: `Madison`, CustomerAddress: `184 Wall Street, Miami, USA, 60091`, Salesperson: `Ben Jackson`, OrderID: 1863, OrderDate: `2/6/2022`, ProductID: 186, ProductName: `Samsung Note`, UnitPrice: 6690.4, Quantity: 5, ExtendedPrice: 33452, Freight: 930.4, Discontinued: false, Region: `West`, Address: `184 Wall Street`, City: `Miami`, Country: `USA`, PostalCode: 60091 }), + new InvoicesDataItem({ ShipName: `Jackson Townhouse`, ShipAddress: `103 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 80170, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1067, CustomerName: `James Jackson`, CustomerFirstName: `James`, CustomerLastName: `Jackson`, CustomerAddress: `103 Market Street, Philadelphia, USA, 80170`, Salesperson: `Max Black`, OrderID: 1476, OrderDate: `1/13/2022`, ProductID: 156, ProductName: `Mac Book Pro`, UnitPrice: 29040.31, Quantity: 5, ExtendedPrice: 145201.55, Freight: 1070.31, Discontinued: false, Region: `West`, Address: `103 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 80170 }), + new InvoicesDataItem({ ShipName: `Smith Estate`, ShipAddress: `104 Market Street`, ShipCity: `Los Angeles`, ShipPostalCode: 80188, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1068, CustomerName: `Ben Smith`, CustomerFirstName: `Ben`, CustomerLastName: `Smith`, CustomerAddress: `104 Market Street, Los Angeles, USA, 80188`, Salesperson: `Martin Watson`, OrderID: 1131, OrderDate: `9/13/2022`, ProductID: 131, ProductName: `Samsung Galaxy 22`, UnitPrice: 6780.79, Quantity: 4, ExtendedPrice: 27123.16, Freight: 600.79, Discontinued: false, Region: `South East`, Address: `104 Market Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 80188 }), + new InvoicesDataItem({ ShipName: `Madison Townhouse`, ShipAddress: `140 Main Street`, ShipCity: `New York`, ShipPostalCode: 90197, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1069, CustomerName: `Martin Madison`, CustomerFirstName: `Martin`, CustomerLastName: `Madison`, CustomerAddress: `140 Main Street, New York, USA, 90197`, Salesperson: `Anna Smith`, OrderID: 1829, OrderDate: `2/18/2022`, ProductID: 152, ProductName: `Samsung Note`, UnitPrice: 20150.52, Quantity: 4, ExtendedPrice: 80602.08, Freight: 1840.52, Discontinued: true, Region: `North East`, Address: `140 Main Street`, City: `New York`, Country: `USA`, PostalCode: 90197 }), + new InvoicesDataItem({ ShipName: `Smith Market`, ShipAddress: `172 Wall Street`, ShipCity: `Philadelphia`, ShipPostalCode: 90159, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1070, CustomerName: `Mike Smith`, CustomerFirstName: `Mike`, CustomerLastName: `Smith`, CustomerAddress: `172 Wall Street, Philadelphia, USA, 90159`, Salesperson: `Pamela Watson`, OrderID: 1082, OrderDate: `10/1/2022`, ProductID: 164, ProductName: `IPad`, UnitPrice: 23810.31, Quantity: 2, ExtendedPrice: 47620.62, Freight: 320.31, Discontinued: false, Region: `West`, Address: `172 Wall Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 90159 }), + new InvoicesDataItem({ ShipName: `Jackson Market`, ShipAddress: `147 Wall Street`, ShipCity: `Huston`, ShipPostalCode: 90173, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1071, CustomerName: `Ben Jackson`, CustomerFirstName: `Ben`, CustomerLastName: `Jackson`, CustomerAddress: `147 Wall Street, Huston, USA, 90173`, Salesperson: `Martin Smith`, OrderID: 1449, OrderDate: `1/21/2022`, ProductID: 111, ProductName: `Mac Book Pro`, UnitPrice: 8280.25, Quantity: 4, ExtendedPrice: 33121, Freight: 860.25, Discontinued: false, Region: `South East`, Address: `147 Wall Street`, City: `Huston`, Country: `USA`, PostalCode: 90173 }), + new InvoicesDataItem({ ShipName: `Jackson Market`, ShipAddress: `161 Main Street`, ShipCity: `Huston`, ShipPostalCode: 90102, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1072, CustomerName: `Mike Jackson`, CustomerFirstName: `Mike`, CustomerLastName: `Jackson`, CustomerAddress: `161 Main Street, Huston, USA, 90102`, Salesperson: `Nancy Black`, OrderID: 1609, OrderDate: `9/22/2022`, ProductID: 197, ProductName: `Samsung Note`, UnitPrice: 16740.35, Quantity: 4, ExtendedPrice: 66961.4, Freight: 1940.35, Discontinued: false, Region: `North East`, Address: `161 Main Street`, City: `Huston`, Country: `USA`, PostalCode: 90102 }), + new InvoicesDataItem({ ShipName: `Smith Home`, ShipAddress: `102 Market Street`, ShipCity: `Miami`, ShipPostalCode: 70124, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1073, CustomerName: `Ben Smith`, CustomerFirstName: `Ben`, CustomerLastName: `Smith`, CustomerAddress: `102 Market Street, Miami, USA, 70124`, Salesperson: `Anna Smith`, OrderID: 1984, OrderDate: `8/6/2022`, ProductID: 123, ProductName: `Samsung Galaxy 22`, UnitPrice: 14660.66, Quantity: 3, ExtendedPrice: 43981.98, Freight: 1910.66, Discontinued: false, Region: `West`, Address: `102 Market Street`, City: `Miami`, Country: `USA`, PostalCode: 70124 }), + new InvoicesDataItem({ ShipName: `Black Estate`, ShipAddress: `139 Market Street`, ShipCity: `Miami`, ShipPostalCode: 90134, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1074, CustomerName: `Martin Black`, CustomerFirstName: `Martin`, CustomerLastName: `Black`, CustomerAddress: `139 Market Street, Miami, USA, 90134`, Salesperson: `Max Jackson`, OrderID: 1060, OrderDate: `3/11/2022`, ProductID: 154, ProductName: `Mac Book Pro`, UnitPrice: 14460.37, Quantity: 4, ExtendedPrice: 57841.48, Freight: 1020.37, Discontinued: false, Region: `West`, Address: `139 Market Street`, City: `Miami`, Country: `USA`, PostalCode: 90134 }), + new InvoicesDataItem({ ShipName: `Jackson Market`, ShipAddress: `132 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 60055, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1075, CustomerName: `Martin Jackson`, CustomerFirstName: `Martin`, CustomerLastName: `Jackson`, CustomerAddress: `132 Market Street, Philadelphia, USA, 60055`, Salesperson: `Pamela Madison`, OrderID: 1213, OrderDate: `9/3/2022`, ProductID: 108, ProductName: `IPhone`, UnitPrice: 19340.74, Quantity: 3, ExtendedPrice: 58022.22, Freight: 1370.74, Discontinued: false, Region: `West`, Address: `132 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 60055 }), + new InvoicesDataItem({ ShipName: `Black Market`, ShipAddress: `192 Market Street`, ShipCity: `Miami`, ShipPostalCode: 90135, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1076, CustomerName: `Mike Black`, CustomerFirstName: `Mike`, CustomerLastName: `Black`, CustomerAddress: `192 Market Street, Miami, USA, 90135`, Salesperson: `Nancy Madison`, OrderID: 1563, OrderDate: `5/8/2022`, ProductID: 162, ProductName: `Samsung Note`, UnitPrice: 12670.48, Quantity: 2, ExtendedPrice: 25340.96, Freight: 1870.48, Discontinued: false, Region: `South East`, Address: `192 Market Street`, City: `Miami`, Country: `USA`, PostalCode: 90135 }), + new InvoicesDataItem({ ShipName: `Jefferson Market`, ShipAddress: `108 Wall Street`, ShipCity: `Miami`, ShipPostalCode: 90156, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1077, CustomerName: `Martin Jefferson`, CustomerFirstName: `Martin`, CustomerLastName: `Jefferson`, CustomerAddress: `108 Wall Street, Miami, USA, 90156`, Salesperson: `Max Smith`, OrderID: 1087, OrderDate: `6/24/2022`, ProductID: 194, ProductName: `Samsung Galaxy 22`, UnitPrice: 6860.84, Quantity: 3, ExtendedPrice: 20582.52, Freight: 1880.84, Discontinued: false, Region: `South East`, Address: `108 Wall Street`, City: `Miami`, Country: `USA`, PostalCode: 90156 }), + new InvoicesDataItem({ ShipName: `Smith Market`, ShipAddress: `162 Wall Street`, ShipCity: `New York`, ShipPostalCode: 80121, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1078, CustomerName: `Nancy Smith`, CustomerFirstName: `Nancy`, CustomerLastName: `Smith`, CustomerAddress: `162 Wall Street, New York, USA, 80121`, Salesperson: `Anna Black`, OrderID: 1663, OrderDate: `9/5/2022`, ProductID: 149, ProductName: `Mac Book Pro`, UnitPrice: 29550.53, Quantity: 5, ExtendedPrice: 147752.65, Freight: 1270.53, Discontinued: false, Region: `South East`, Address: `162 Wall Street`, City: `New York`, Country: `USA`, PostalCode: 80121 }), + new InvoicesDataItem({ ShipName: `Smith Market`, ShipAddress: `165 Main Street`, ShipCity: `Los Angeles`, ShipPostalCode: 70057, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1079, CustomerName: `Martin Smith`, CustomerFirstName: `Martin`, CustomerLastName: `Smith`, CustomerAddress: `165 Main Street, Los Angeles, USA, 70057`, Salesperson: `James Watson`, OrderID: 1724, OrderDate: `5/6/2022`, ProductID: 180, ProductName: `IPad`, UnitPrice: 13560.61, Quantity: 3, ExtendedPrice: 40681.83, Freight: 760.61, Discontinued: true, Region: `North East`, Address: `165 Main Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 70057 }), + new InvoicesDataItem({ ShipName: `Watson Market`, ShipAddress: `162 Main Street`, ShipCity: `Huston`, ShipPostalCode: 60057, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1080, CustomerName: `Anna Watson`, CustomerFirstName: `Anna`, CustomerLastName: `Watson`, CustomerAddress: `162 Main Street, Huston, USA, 60057`, Salesperson: `Anna Watson`, OrderID: 1156, OrderDate: `10/5/2022`, ProductID: 157, ProductName: `Samsung Galaxy 22`, UnitPrice: 17220.59, Quantity: 3, ExtendedPrice: 51661.77, Freight: 1550.59, Discontinued: false, Region: `North East`, Address: `162 Main Street`, City: `Huston`, Country: `USA`, PostalCode: 60057 }), + new InvoicesDataItem({ ShipName: `Watson Estate`, ShipAddress: `126 Main Street`, ShipCity: `Miami`, ShipPostalCode: 70200, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1081, CustomerName: `Nancy Watson`, CustomerFirstName: `Nancy`, CustomerLastName: `Watson`, CustomerAddress: `126 Main Street, Miami, USA, 70200`, Salesperson: `Ben Watson`, OrderID: 1982, OrderDate: `9/11/2022`, ProductID: 123, ProductName: `Mac Book Air`, UnitPrice: 25780.79, Quantity: 2, ExtendedPrice: 51561.58, Freight: 680.79, Discontinued: false, Region: `South East`, Address: `126 Main Street`, City: `Miami`, Country: `USA`, PostalCode: 70200 }), + new InvoicesDataItem({ ShipName: `Jackson Market`, ShipAddress: `105 Wall Street`, ShipCity: `Huston`, ShipPostalCode: 80141, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1082, CustomerName: `Max Jackson`, CustomerFirstName: `Max`, CustomerLastName: `Jackson`, CustomerAddress: `105 Wall Street, Huston, USA, 80141`, Salesperson: `Pamela Watson`, OrderID: 1462, OrderDate: `6/6/2022`, ProductID: 189, ProductName: `Samsung Galaxy 22`, UnitPrice: 16990.62, Quantity: 2, ExtendedPrice: 33981.24, Freight: 710.62, Discontinued: false, Region: `West`, Address: `105 Wall Street`, City: `Huston`, Country: `USA`, PostalCode: 80141 }), + new InvoicesDataItem({ ShipName: `Jefferson Market`, ShipAddress: `113 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 50187, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1083, CustomerName: `James Jefferson`, CustomerFirstName: `James`, CustomerLastName: `Jefferson`, CustomerAddress: `113 Market Street, Philadelphia, USA, 50187`, Salesperson: `Martin Jefferson`, OrderID: 1698, OrderDate: `5/16/2022`, ProductID: 148, ProductName: `IPhone`, UnitPrice: 16930.87, Quantity: 4, ExtendedPrice: 67723.48, Freight: 1080.87, Discontinued: false, Region: `North East`, Address: `113 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 50187 }), + new InvoicesDataItem({ ShipName: `Black Market`, ShipAddress: `164 Main Street`, ShipCity: `New York`, ShipPostalCode: 80172, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1084, CustomerName: `Mike Black`, CustomerFirstName: `Mike`, CustomerLastName: `Black`, CustomerAddress: `164 Main Street, New York, USA, 80172`, Salesperson: `Mike Jackson`, OrderID: 1300, OrderDate: `11/11/2022`, ProductID: 164, ProductName: `IPhone`, UnitPrice: 8120.59, Quantity: 4, ExtendedPrice: 32482.36, Freight: 1140.59, Discontinued: false, Region: `West`, Address: `164 Main Street`, City: `New York`, Country: `USA`, PostalCode: 80172 }), + new InvoicesDataItem({ ShipName: `Watson Estate`, ShipAddress: `108 Main Street`, ShipCity: `Philadelphia`, ShipPostalCode: 90074, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1085, CustomerName: `Pamela Watson`, CustomerFirstName: `Pamela`, CustomerLastName: `Watson`, CustomerAddress: `108 Main Street, Philadelphia, USA, 90074`, Salesperson: `Nancy Madison`, OrderID: 1401, OrderDate: `12/3/2022`, ProductID: 139, ProductName: `IPhone`, UnitPrice: 6160.25, Quantity: 4, ExtendedPrice: 24641, Freight: 1600.25, Discontinued: false, Region: `South East`, Address: `108 Main Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 90074 }), + new InvoicesDataItem({ ShipName: `Jefferson Market`, ShipAddress: `175 Main Street`, ShipCity: `Huston`, ShipPostalCode: 80111, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1086, CustomerName: `Max Jefferson`, CustomerFirstName: `Max`, CustomerLastName: `Jefferson`, CustomerAddress: `175 Main Street, Huston, USA, 80111`, Salesperson: `Nancy Watson`, OrderID: 1474, OrderDate: `9/1/2022`, ProductID: 138, ProductName: `Mac Book Air`, UnitPrice: 7220.7, Quantity: 4, ExtendedPrice: 28882.8, Freight: 1530.7, Discontinued: false, Region: `West`, Address: `175 Main Street`, City: `Huston`, Country: `USA`, PostalCode: 80111 }), + new InvoicesDataItem({ ShipName: `Madison Estate`, ShipAddress: `102 Wall Street`, ShipCity: `Miami`, ShipPostalCode: 80173, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1087, CustomerName: `Nancy Madison`, CustomerFirstName: `Nancy`, CustomerLastName: `Madison`, CustomerAddress: `102 Wall Street, Miami, USA, 80173`, Salesperson: `Martin Jackson`, OrderID: 1678, OrderDate: `5/6/2022`, ProductID: 190, ProductName: `IPad`, UnitPrice: 17990.28, Quantity: 4, ExtendedPrice: 71961.12, Freight: 1420.28, Discontinued: false, Region: `South East`, Address: `102 Wall Street`, City: `Miami`, Country: `USA`, PostalCode: 80173 }), + new InvoicesDataItem({ ShipName: `Jackson Townhouse`, ShipAddress: `163 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 50105, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1088, CustomerName: `Mike Jackson`, CustomerFirstName: `Mike`, CustomerLastName: `Jackson`, CustomerAddress: `163 Market Street, Philadelphia, USA, 50105`, Salesperson: `Martin Black`, OrderID: 1384, OrderDate: `4/16/2022`, ProductID: 156, ProductName: `Mac Book Pro`, UnitPrice: 15460.27, Quantity: 3, ExtendedPrice: 46380.81, Freight: 1250.27, Discontinued: false, Region: `West`, Address: `163 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 50105 }), + new InvoicesDataItem({ ShipName: `Watson Home`, ShipAddress: `165 Wall Street`, ShipCity: `Huston`, ShipPostalCode: 90075, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1089, CustomerName: `Ben Watson`, CustomerFirstName: `Ben`, CustomerLastName: `Watson`, CustomerAddress: `165 Wall Street, Huston, USA, 90075`, Salesperson: `Nancy Jefferson`, OrderID: 1223, OrderDate: `7/20/2022`, ProductID: 105, ProductName: `Mac Book Pro`, UnitPrice: 15450.62, Quantity: 2, ExtendedPrice: 30901.24, Freight: 1350.62, Discontinued: true, Region: `North East`, Address: `165 Wall Street`, City: `Huston`, Country: `USA`, PostalCode: 90075 }), + new InvoicesDataItem({ ShipName: `Jefferson Market`, ShipAddress: `140 Wall Street`, ShipCity: `New York`, ShipPostalCode: 80134, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1090, CustomerName: `Anna Jefferson`, CustomerFirstName: `Anna`, CustomerLastName: `Jefferson`, CustomerAddress: `140 Wall Street, New York, USA, 80134`, Salesperson: `Anna Watson`, OrderID: 1189, OrderDate: `10/5/2022`, ProductID: 128, ProductName: `Samsung Note`, UnitPrice: 15460.25, Quantity: 5, ExtendedPrice: 77301.25, Freight: 840.25, Discontinued: false, Region: `West`, Address: `140 Wall Street`, City: `New York`, Country: `USA`, PostalCode: 80134 }), + new InvoicesDataItem({ ShipName: `Madison Market`, ShipAddress: `191 Wall Street`, ShipCity: `Los Angeles`, ShipPostalCode: 80168, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1091, CustomerName: `Max Madison`, CustomerFirstName: `Max`, CustomerLastName: `Madison`, CustomerAddress: `191 Wall Street, Los Angeles, USA, 80168`, Salesperson: `Anna Madison`, OrderID: 1657, OrderDate: `8/7/2022`, ProductID: 154, ProductName: `IPad`, UnitPrice: 24990.6, Quantity: 5, ExtendedPrice: 124953, Freight: 1890.6, Discontinued: false, Region: `South East`, Address: `191 Wall Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 80168 }), + new InvoicesDataItem({ ShipName: `Watson Market`, ShipAddress: `111 Market Street`, ShipCity: `Los Angeles`, ShipPostalCode: 60130, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1092, CustomerName: `Anna Watson`, CustomerFirstName: `Anna`, CustomerLastName: `Watson`, CustomerAddress: `111 Market Street, Los Angeles, USA, 60130`, Salesperson: `Ben Jackson`, OrderID: 1818, OrderDate: `12/2/2022`, ProductID: 107, ProductName: `Samsung Note`, UnitPrice: 19750.45, Quantity: 4, ExtendedPrice: 79001.8, Freight: 1840.45, Discontinued: false, Region: `South East`, Address: `111 Market Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 60130 }), + new InvoicesDataItem({ ShipName: `Madison Estate`, ShipAddress: `190 Market Street`, ShipCity: `Los Angeles`, ShipPostalCode: 50162, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1093, CustomerName: `Mike Madison`, CustomerFirstName: `Mike`, CustomerLastName: `Madison`, CustomerAddress: `190 Market Street, Los Angeles, USA, 50162`, Salesperson: `Mike Watson`, OrderID: 1117, OrderDate: `10/12/2022`, ProductID: 176, ProductName: `Samsung Note`, UnitPrice: 15390.57, Quantity: 5, ExtendedPrice: 76952.85, Freight: 1500.57, Discontinued: false, Region: `West`, Address: `190 Market Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 50162 }), + new InvoicesDataItem({ ShipName: `Black Market`, ShipAddress: `121 Main Street`, ShipCity: `Miami`, ShipPostalCode: 70156, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1094, CustomerName: `James Black`, CustomerFirstName: `James`, CustomerLastName: `Black`, CustomerAddress: `121 Main Street, Miami, USA, 70156`, Salesperson: `Mike Jackson`, OrderID: 1188, OrderDate: `11/23/2022`, ProductID: 177, ProductName: `IPad`, UnitPrice: 23120.28, Quantity: 3, ExtendedPrice: 69360.84, Freight: 1670.28, Discontinued: false, Region: `South East`, Address: `121 Main Street`, City: `Miami`, Country: `USA`, PostalCode: 70156 }), + new InvoicesDataItem({ ShipName: `Smith Market`, ShipAddress: `120 Main Street`, ShipCity: `Miami`, ShipPostalCode: 60082, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1095, CustomerName: `Martin Smith`, CustomerFirstName: `Martin`, CustomerLastName: `Smith`, CustomerAddress: `120 Main Street, Miami, USA, 60082`, Salesperson: `Nancy Smith`, OrderID: 1673, OrderDate: `1/25/2022`, ProductID: 189, ProductName: `Mac Book Air`, UnitPrice: 16310.31, Quantity: 4, ExtendedPrice: 65241.24, Freight: 370.31, Discontinued: false, Region: `South East`, Address: `120 Main Street`, City: `Miami`, Country: `USA`, PostalCode: 60082 }), + new InvoicesDataItem({ ShipName: `Madison Estate`, ShipAddress: `102 Main Street`, ShipCity: `Miami`, ShipPostalCode: 90125, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1096, CustomerName: `Pamela Madison`, CustomerFirstName: `Pamela`, CustomerLastName: `Madison`, CustomerAddress: `102 Main Street, Miami, USA, 90125`, Salesperson: `Pamela Smith`, OrderID: 1048, OrderDate: `8/6/2022`, ProductID: 148, ProductName: `Mac Book Pro`, UnitPrice: 14920.59, Quantity: 2, ExtendedPrice: 29841.18, Freight: 1110.59, Discontinued: false, Region: `West`, Address: `102 Main Street`, City: `Miami`, Country: `USA`, PostalCode: 90125 }), + new InvoicesDataItem({ ShipName: `Jefferson Home`, ShipAddress: `125 Main Street`, ShipCity: `Los Angeles`, ShipPostalCode: 80199, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1097, CustomerName: `James Jefferson`, CustomerFirstName: `James`, CustomerLastName: `Jefferson`, CustomerAddress: `125 Main Street, Los Angeles, USA, 80199`, Salesperson: `Pamela Black`, OrderID: 1336, OrderDate: `6/1/2022`, ProductID: 159, ProductName: `Mac Book Pro`, UnitPrice: 11370.4, Quantity: 5, ExtendedPrice: 56852, Freight: 1210.4, Discontinued: false, Region: `West`, Address: `125 Main Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 80199 }), + new InvoicesDataItem({ ShipName: `Jefferson Townhouse`, ShipAddress: `109 Wall Street`, ShipCity: `Miami`, ShipPostalCode: 60118, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1098, CustomerName: `Mike Jefferson`, CustomerFirstName: `Mike`, CustomerLastName: `Jefferson`, CustomerAddress: `109 Wall Street, Miami, USA, 60118`, Salesperson: `James Madison`, OrderID: 1049, OrderDate: `2/14/2022`, ProductID: 172, ProductName: `Mac Book Pro`, UnitPrice: 18730.79, Quantity: 5, ExtendedPrice: 93653.95, Freight: 300.79, Discontinued: false, Region: `South East`, Address: `109 Wall Street`, City: `Miami`, Country: `USA`, PostalCode: 60118 }), + new InvoicesDataItem({ ShipName: `Smith Townhouse`, ShipAddress: `149 Main Street`, ShipCity: `Miami`, ShipPostalCode: 50128, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1099, CustomerName: `Anna Smith`, CustomerFirstName: `Anna`, CustomerLastName: `Smith`, CustomerAddress: `149 Main Street, Miami, USA, 50128`, Salesperson: `James Watson`, OrderID: 1292, OrderDate: `3/15/2022`, ProductID: 183, ProductName: `Mac Book Air`, UnitPrice: 16730.48, Quantity: 5, ExtendedPrice: 83652.4, Freight: 1320.48, Discontinued: true, Region: `North East`, Address: `149 Main Street`, City: `Miami`, Country: `USA`, PostalCode: 50128 }), + new InvoicesDataItem({ ShipName: `Smith Estate`, ShipAddress: `183 Wall Street`, ShipCity: `New York`, ShipPostalCode: 50089, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1100, CustomerName: `Ben Smith`, CustomerFirstName: `Ben`, CustomerLastName: `Smith`, CustomerAddress: `183 Wall Street, New York, USA, 50089`, Salesperson: `Max Watson`, OrderID: 1724, OrderDate: `9/22/2022`, ProductID: 160, ProductName: `IPad`, UnitPrice: 23370.51, Quantity: 3, ExtendedPrice: 70111.53, Freight: 1200.51, Discontinued: false, Region: `North East`, Address: `183 Wall Street`, City: `New York`, Country: `USA`, PostalCode: 50089 }), + new InvoicesDataItem({ ShipName: `Watson Estate`, ShipAddress: `195 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 60110, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1101, CustomerName: `Martin Watson`, CustomerFirstName: `Martin`, CustomerLastName: `Watson`, CustomerAddress: `195 Market Street, Philadelphia, USA, 60110`, Salesperson: `Martin Black`, OrderID: 1154, OrderDate: `4/13/2022`, ProductID: 180, ProductName: `Samsung Note`, UnitPrice: 24870.49, Quantity: 4, ExtendedPrice: 99481.96, Freight: 1200.49, Discontinued: false, Region: `South East`, Address: `195 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 60110 }), + new InvoicesDataItem({ ShipName: `Madison Estate`, ShipAddress: `153 Market Street`, ShipCity: `New York`, ShipPostalCode: 60113, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1102, CustomerName: `Ben Madison`, CustomerFirstName: `Ben`, CustomerLastName: `Madison`, CustomerAddress: `153 Market Street, New York, USA, 60113`, Salesperson: `Nancy Black`, OrderID: 1333, OrderDate: `2/24/2022`, ProductID: 192, ProductName: `Samsung Note`, UnitPrice: 12710.8, Quantity: 4, ExtendedPrice: 50843.2, Freight: 1520.8, Discontinued: false, Region: `North East`, Address: `153 Market Street`, City: `New York`, Country: `USA`, PostalCode: 60113 }), + new InvoicesDataItem({ ShipName: `Watson Market`, ShipAddress: `185 Market Street`, ShipCity: `Miami`, ShipPostalCode: 60118, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1103, CustomerName: `James Watson`, CustomerFirstName: `James`, CustomerLastName: `Watson`, CustomerAddress: `185 Market Street, Miami, USA, 60118`, Salesperson: `Max Black`, OrderID: 1243, OrderDate: `2/7/2022`, ProductID: 124, ProductName: `Samsung Galaxy 22`, UnitPrice: 16270.33, Quantity: 4, ExtendedPrice: 65081.32, Freight: 1050.33, Discontinued: false, Region: `West`, Address: `185 Market Street`, City: `Miami`, Country: `USA`, PostalCode: 60118 }), + new InvoicesDataItem({ ShipName: `Smith Home`, ShipAddress: `181 Market Street`, ShipCity: `Miami`, ShipPostalCode: 80055, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1104, CustomerName: `Anna Smith`, CustomerFirstName: `Anna`, CustomerLastName: `Smith`, CustomerAddress: `181 Market Street, Miami, USA, 80055`, Salesperson: `Nancy Madison`, OrderID: 1090, OrderDate: `12/2/2022`, ProductID: 106, ProductName: `Mac Book Pro`, UnitPrice: 25150.85, Quantity: 5, ExtendedPrice: 125754.25, Freight: 560.85, Discontinued: false, Region: `North East`, Address: `181 Market Street`, City: `Miami`, Country: `USA`, PostalCode: 80055 }), + new InvoicesDataItem({ ShipName: `Watson Home`, ShipAddress: `185 Market Street`, ShipCity: `Los Angeles`, ShipPostalCode: 60149, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1105, CustomerName: `Ben Watson`, CustomerFirstName: `Ben`, CustomerLastName: `Watson`, CustomerAddress: `185 Market Street, Los Angeles, USA, 60149`, Salesperson: `Martin Madison`, OrderID: 1697, OrderDate: `10/12/2022`, ProductID: 193, ProductName: `Mac Book Air`, UnitPrice: 18440.22, Quantity: 5, ExtendedPrice: 92201.1, Freight: 1030.22, Discontinued: false, Region: `North East`, Address: `185 Market Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 60149 }), + new InvoicesDataItem({ ShipName: `Madison Home`, ShipAddress: `110 Wall Street`, ShipCity: `Los Angeles`, ShipPostalCode: 90160, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1106, CustomerName: `Anna Madison`, CustomerFirstName: `Anna`, CustomerLastName: `Madison`, CustomerAddress: `110 Wall Street, Los Angeles, USA, 90160`, Salesperson: `Mike Jefferson`, OrderID: 1868, OrderDate: `6/20/2022`, ProductID: 166, ProductName: `Samsung Galaxy 22`, UnitPrice: 10990.49, Quantity: 5, ExtendedPrice: 54952.45, Freight: 1250.49, Discontinued: false, Region: `North East`, Address: `110 Wall Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 90160 }), + new InvoicesDataItem({ ShipName: `Madison Home`, ShipAddress: `124 Wall Street`, ShipCity: `Miami`, ShipPostalCode: 90129, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1107, CustomerName: `Martin Madison`, CustomerFirstName: `Martin`, CustomerLastName: `Madison`, CustomerAddress: `124 Wall Street, Miami, USA, 90129`, Salesperson: `Max Madison`, OrderID: 1419, OrderDate: `11/8/2022`, ProductID: 119, ProductName: `Mac Book Air`, UnitPrice: 9310.28, Quantity: 3, ExtendedPrice: 27930.84, Freight: 1660.28, Discontinued: false, Region: `West`, Address: `124 Wall Street`, City: `Miami`, Country: `USA`, PostalCode: 90129 }), + new InvoicesDataItem({ ShipName: `Jefferson Townhouse`, ShipAddress: `144 Wall Street`, ShipCity: `Huston`, ShipPostalCode: 80145, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1108, CustomerName: `Pamela Jefferson`, CustomerFirstName: `Pamela`, CustomerLastName: `Jefferson`, CustomerAddress: `144 Wall Street, Huston, USA, 80145`, Salesperson: `Mike Smith`, OrderID: 1103, OrderDate: `5/14/2022`, ProductID: 172, ProductName: `Mac Book Pro`, UnitPrice: 5130.33, Quantity: 2, ExtendedPrice: 10260.66, Freight: 1840.33, Discontinued: false, Region: `North East`, Address: `144 Wall Street`, City: `Huston`, Country: `USA`, PostalCode: 80145 }), + new InvoicesDataItem({ ShipName: `Jefferson Estate`, ShipAddress: `200 Main Street`, ShipCity: `Philadelphia`, ShipPostalCode: 50073, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1109, CustomerName: `Nancy Jefferson`, CustomerFirstName: `Nancy`, CustomerLastName: `Jefferson`, CustomerAddress: `200 Main Street, Philadelphia, USA, 50073`, Salesperson: `Max Jackson`, OrderID: 1461, OrderDate: `6/13/2022`, ProductID: 153, ProductName: `Mac Book Pro`, UnitPrice: 23080.59, Quantity: 3, ExtendedPrice: 69241.77, Freight: 540.59, Discontinued: true, Region: `West`, Address: `200 Main Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 50073 }), + new InvoicesDataItem({ ShipName: `Madison Market`, ShipAddress: `196 Market Street`, ShipCity: `New York`, ShipPostalCode: 70070, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1110, CustomerName: `Mike Madison`, CustomerFirstName: `Mike`, CustomerLastName: `Madison`, CustomerAddress: `196 Market Street, New York, USA, 70070`, Salesperson: `Nancy Smith`, OrderID: 1713, OrderDate: `3/6/2022`, ProductID: 121, ProductName: `Mac Book Pro`, UnitPrice: 29390.58, Quantity: 3, ExtendedPrice: 88171.74, Freight: 1170.58, Discontinued: false, Region: `West`, Address: `196 Market Street`, City: `New York`, Country: `USA`, PostalCode: 70070 }), + new InvoicesDataItem({ ShipName: `Smith Home`, ShipAddress: `154 Main Street`, ShipCity: `New York`, ShipPostalCode: 70167, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1111, CustomerName: `Martin Smith`, CustomerFirstName: `Martin`, CustomerLastName: `Smith`, CustomerAddress: `154 Main Street, New York, USA, 70167`, Salesperson: `Pamela Jackson`, OrderID: 1956, OrderDate: `1/2/2022`, ProductID: 156, ProductName: `Samsung Note`, UnitPrice: 24870.88, Quantity: 2, ExtendedPrice: 49741.76, Freight: 1360.88, Discontinued: false, Region: `North East`, Address: `154 Main Street`, City: `New York`, Country: `USA`, PostalCode: 70167 }), + new InvoicesDataItem({ ShipName: `Jefferson Townhouse`, ShipAddress: `110 Main Street`, ShipCity: `Miami`, ShipPostalCode: 90055, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1112, CustomerName: `Mike Jefferson`, CustomerFirstName: `Mike`, CustomerLastName: `Jefferson`, CustomerAddress: `110 Main Street, Miami, USA, 90055`, Salesperson: `Anna Madison`, OrderID: 1530, OrderDate: `10/15/2022`, ProductID: 113, ProductName: `IPad`, UnitPrice: 24570.87, Quantity: 4, ExtendedPrice: 98283.48, Freight: 930.87, Discontinued: false, Region: `South East`, Address: `110 Main Street`, City: `Miami`, Country: `USA`, PostalCode: 90055 }), + new InvoicesDataItem({ ShipName: `Jefferson Townhouse`, ShipAddress: `200 Market Street`, ShipCity: `Huston`, ShipPostalCode: 70105, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1113, CustomerName: `Martin Jefferson`, CustomerFirstName: `Martin`, CustomerLastName: `Jefferson`, CustomerAddress: `200 Market Street, Huston, USA, 70105`, Salesperson: `James Jackson`, OrderID: 1488, OrderDate: `7/13/2022`, ProductID: 109, ProductName: `IPhone`, UnitPrice: 23860.57, Quantity: 4, ExtendedPrice: 95442.28, Freight: 1130.57, Discontinued: false, Region: `North East`, Address: `200 Market Street`, City: `Huston`, Country: `USA`, PostalCode: 70105 }), + new InvoicesDataItem({ ShipName: `Jefferson Home`, ShipAddress: `181 Main Street`, ShipCity: `Philadelphia`, ShipPostalCode: 80175, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1114, CustomerName: `Ben Jefferson`, CustomerFirstName: `Ben`, CustomerLastName: `Jefferson`, CustomerAddress: `181 Main Street, Philadelphia, USA, 80175`, Salesperson: `Max Jackson`, OrderID: 1143, OrderDate: `6/13/2022`, ProductID: 144, ProductName: `Mac Book Air`, UnitPrice: 28390.63, Quantity: 5, ExtendedPrice: 141953.15, Freight: 300.63, Discontinued: false, Region: `North East`, Address: `181 Main Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 80175 }), + new InvoicesDataItem({ ShipName: `Jackson Home`, ShipAddress: `137 Market Street`, ShipCity: `Huston`, ShipPostalCode: 50144, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1115, CustomerName: `Ben Jackson`, CustomerFirstName: `Ben`, CustomerLastName: `Jackson`, CustomerAddress: `137 Market Street, Huston, USA, 50144`, Salesperson: `Martin Jackson`, OrderID: 1274, OrderDate: `4/8/2022`, ProductID: 134, ProductName: `IPad`, UnitPrice: 22580.34, Quantity: 2, ExtendedPrice: 45160.68, Freight: 1720.34, Discontinued: false, Region: `South East`, Address: `137 Market Street`, City: `Huston`, Country: `USA`, PostalCode: 50144 }), + new InvoicesDataItem({ ShipName: `Jefferson Market`, ShipAddress: `186 Main Street`, ShipCity: `Los Angeles`, ShipPostalCode: 70112, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1116, CustomerName: `Pamela Jefferson`, CustomerFirstName: `Pamela`, CustomerLastName: `Jefferson`, CustomerAddress: `186 Main Street, Los Angeles, USA, 70112`, Salesperson: `Mike Jefferson`, OrderID: 1597, OrderDate: `8/6/2022`, ProductID: 127, ProductName: `Mac Book Pro`, UnitPrice: 28490.48, Quantity: 3, ExtendedPrice: 85471.44, Freight: 760.48, Discontinued: false, Region: `South East`, Address: `186 Main Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 70112 }), + new InvoicesDataItem({ ShipName: `Watson Townhouse`, ShipAddress: `152 Wall Street`, ShipCity: `Huston`, ShipPostalCode: 50080, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1117, CustomerName: `Nancy Watson`, CustomerFirstName: `Nancy`, CustomerLastName: `Watson`, CustomerAddress: `152 Wall Street, Huston, USA, 50080`, Salesperson: `Max Jackson`, OrderID: 1632, OrderDate: `4/15/2022`, ProductID: 179, ProductName: `Mac Book Pro`, UnitPrice: 20680.38, Quantity: 5, ExtendedPrice: 103401.9, Freight: 490.38, Discontinued: false, Region: `West`, Address: `152 Wall Street`, City: `Huston`, Country: `USA`, PostalCode: 50080 }), + new InvoicesDataItem({ ShipName: `Black Home`, ShipAddress: `147 Wall Street`, ShipCity: `Huston`, ShipPostalCode: 60136, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1118, CustomerName: `Pamela Black`, CustomerFirstName: `Pamela`, CustomerLastName: `Black`, CustomerAddress: `147 Wall Street, Huston, USA, 60136`, Salesperson: `Mike Watson`, OrderID: 1461, OrderDate: `4/21/2022`, ProductID: 118, ProductName: `Samsung Note`, UnitPrice: 6990.24, Quantity: 5, ExtendedPrice: 34951.2, Freight: 460.24, Discontinued: false, Region: `North East`, Address: `147 Wall Street`, City: `Huston`, Country: `USA`, PostalCode: 60136 }), + new InvoicesDataItem({ ShipName: `Black Estate`, ShipAddress: `161 Market Street`, ShipCity: `Huston`, ShipPostalCode: 80121, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1119, CustomerName: `James Black`, CustomerFirstName: `James`, CustomerLastName: `Black`, CustomerAddress: `161 Market Street, Huston, USA, 80121`, Salesperson: `Martin Jefferson`, OrderID: 1380, OrderDate: `1/3/2022`, ProductID: 176, ProductName: `Mac Book Air`, UnitPrice: 26540.79, Quantity: 5, ExtendedPrice: 132703.95, Freight: 470.79, Discontinued: true, Region: `West`, Address: `161 Market Street`, City: `Huston`, Country: `USA`, PostalCode: 80121 }), + new InvoicesDataItem({ ShipName: `Watson Townhouse`, ShipAddress: `118 Main Street`, ShipCity: `Philadelphia`, ShipPostalCode: 50189, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1120, CustomerName: `Ben Watson`, CustomerFirstName: `Ben`, CustomerLastName: `Watson`, CustomerAddress: `118 Main Street, Philadelphia, USA, 50189`, Salesperson: `Ben Watson`, OrderID: 1658, OrderDate: `1/4/2022`, ProductID: 184, ProductName: `Mac Book Air`, UnitPrice: 16830.41, Quantity: 5, ExtendedPrice: 84152.05, Freight: 1660.41, Discontinued: false, Region: `West`, Address: `118 Main Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 50189 }), + new InvoicesDataItem({ ShipName: `Jackson Townhouse`, ShipAddress: `186 Market Street`, ShipCity: `Miami`, ShipPostalCode: 60097, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1121, CustomerName: `Pamela Jackson`, CustomerFirstName: `Pamela`, CustomerLastName: `Jackson`, CustomerAddress: `186 Market Street, Miami, USA, 60097`, Salesperson: `Nancy Watson`, OrderID: 1754, OrderDate: `7/3/2022`, ProductID: 148, ProductName: `Mac Book Air`, UnitPrice: 5030.24, Quantity: 3, ExtendedPrice: 15090.72, Freight: 1660.24, Discontinued: false, Region: `South East`, Address: `186 Market Street`, City: `Miami`, Country: `USA`, PostalCode: 60097 }), + new InvoicesDataItem({ ShipName: `Smith Market`, ShipAddress: `191 Main Street`, ShipCity: `Los Angeles`, ShipPostalCode: 90155, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1122, CustomerName: `Ben Smith`, CustomerFirstName: `Ben`, CustomerLastName: `Smith`, CustomerAddress: `191 Main Street, Los Angeles, USA, 90155`, Salesperson: `Anna Madison`, OrderID: 1279, OrderDate: `3/14/2022`, ProductID: 151, ProductName: `IPhone`, UnitPrice: 23590.82, Quantity: 3, ExtendedPrice: 70772.46, Freight: 1120.82, Discontinued: false, Region: `West`, Address: `191 Main Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 90155 }), + new InvoicesDataItem({ ShipName: `Jefferson Market`, ShipAddress: `190 Main Street`, ShipCity: `New York`, ShipPostalCode: 80075, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1123, CustomerName: `James Jefferson`, CustomerFirstName: `James`, CustomerLastName: `Jefferson`, CustomerAddress: `190 Main Street, New York, USA, 80075`, Salesperson: `Martin Jackson`, OrderID: 1310, OrderDate: `11/7/2022`, ProductID: 183, ProductName: `Samsung Galaxy 22`, UnitPrice: 26450.4, Quantity: 5, ExtendedPrice: 132252, Freight: 420.4, Discontinued: false, Region: `South East`, Address: `190 Main Street`, City: `New York`, Country: `USA`, PostalCode: 80075 }), + new InvoicesDataItem({ ShipName: `Madison Home`, ShipAddress: `160 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 80067, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1124, CustomerName: `Pamela Madison`, CustomerFirstName: `Pamela`, CustomerLastName: `Madison`, CustomerAddress: `160 Market Street, Philadelphia, USA, 80067`, Salesperson: `Ben Jackson`, OrderID: 1920, OrderDate: `12/17/2022`, ProductID: 174, ProductName: `IPhone`, UnitPrice: 23660.88, Quantity: 4, ExtendedPrice: 94643.52, Freight: 1220.88, Discontinued: false, Region: `North East`, Address: `160 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 80067 }), + new InvoicesDataItem({ ShipName: `Black Market`, ShipAddress: `151 Wall Street`, ShipCity: `Miami`, ShipPostalCode: 90124, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1125, CustomerName: `Max Black`, CustomerFirstName: `Max`, CustomerLastName: `Black`, CustomerAddress: `151 Wall Street, Miami, USA, 90124`, Salesperson: `Mike Watson`, OrderID: 1497, OrderDate: `2/21/2022`, ProductID: 179, ProductName: `IPhone`, UnitPrice: 15940.51, Quantity: 5, ExtendedPrice: 79702.55, Freight: 1880.51, Discontinued: false, Region: `West`, Address: `151 Wall Street`, City: `Miami`, Country: `USA`, PostalCode: 90124 }), + new InvoicesDataItem({ ShipName: `Black Estate`, ShipAddress: `151 Market Street`, ShipCity: `Huston`, ShipPostalCode: 70173, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1126, CustomerName: `Nancy Black`, CustomerFirstName: `Nancy`, CustomerLastName: `Black`, CustomerAddress: `151 Market Street, Huston, USA, 70173`, Salesperson: `Pamela Jefferson`, OrderID: 1925, OrderDate: `2/15/2022`, ProductID: 170, ProductName: `IPhone`, UnitPrice: 13350.7, Quantity: 5, ExtendedPrice: 66753.5, Freight: 720.7, Discontinued: false, Region: `West`, Address: `151 Market Street`, City: `Huston`, Country: `USA`, PostalCode: 70173 }), + new InvoicesDataItem({ ShipName: `Watson Townhouse`, ShipAddress: `114 Main Street`, ShipCity: `Miami`, ShipPostalCode: 80067, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1127, CustomerName: `James Watson`, CustomerFirstName: `James`, CustomerLastName: `Watson`, CustomerAddress: `114 Main Street, Miami, USA, 80067`, Salesperson: `Pamela Black`, OrderID: 1338, OrderDate: `5/19/2022`, ProductID: 196, ProductName: `Samsung Note`, UnitPrice: 20820.82, Quantity: 4, ExtendedPrice: 83283.28, Freight: 1570.82, Discontinued: false, Region: `South East`, Address: `114 Main Street`, City: `Miami`, Country: `USA`, PostalCode: 80067 }), + new InvoicesDataItem({ ShipName: `Madison Market`, ShipAddress: `189 Wall Street`, ShipCity: `Philadelphia`, ShipPostalCode: 80157, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1128, CustomerName: `Anna Madison`, CustomerFirstName: `Anna`, CustomerLastName: `Madison`, CustomerAddress: `189 Wall Street, Philadelphia, USA, 80157`, Salesperson: `Ben Watson`, OrderID: 1794, OrderDate: `9/9/2022`, ProductID: 168, ProductName: `Samsung Galaxy 22`, UnitPrice: 25550.56, Quantity: 4, ExtendedPrice: 102202.24, Freight: 400.56, Discontinued: false, Region: `North East`, Address: `189 Wall Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 80157 }), + new InvoicesDataItem({ ShipName: `Watson Home`, ShipAddress: `198 Main Street`, ShipCity: `New York`, ShipPostalCode: 60169, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1129, CustomerName: `Ben Watson`, CustomerFirstName: `Ben`, CustomerLastName: `Watson`, CustomerAddress: `198 Main Street, New York, USA, 60169`, Salesperson: `James Black`, OrderID: 1108, OrderDate: `2/5/2022`, ProductID: 194, ProductName: `Mac Book Air`, UnitPrice: 10890.26, Quantity: 3, ExtendedPrice: 32670.78, Freight: 760.26, Discontinued: true, Region: `South East`, Address: `198 Main Street`, City: `New York`, Country: `USA`, PostalCode: 60169 }), + new InvoicesDataItem({ ShipName: `Jackson Townhouse`, ShipAddress: `106 Main Street`, ShipCity: `Los Angeles`, ShipPostalCode: 60117, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1130, CustomerName: `James Jackson`, CustomerFirstName: `James`, CustomerLastName: `Jackson`, CustomerAddress: `106 Main Street, Los Angeles, USA, 60117`, Salesperson: `Pamela Jackson`, OrderID: 1953, OrderDate: `11/24/2022`, ProductID: 179, ProductName: `Samsung Note`, UnitPrice: 19940.84, Quantity: 3, ExtendedPrice: 59822.52, Freight: 890.84, Discontinued: false, Region: `West`, Address: `106 Main Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 60117 }), + new InvoicesDataItem({ ShipName: `Madison Home`, ShipAddress: `192 Main Street`, ShipCity: `Los Angeles`, ShipPostalCode: 90090, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1131, CustomerName: `James Madison`, CustomerFirstName: `James`, CustomerLastName: `Madison`, CustomerAddress: `192 Main Street, Los Angeles, USA, 90090`, Salesperson: `Max Jefferson`, OrderID: 1337, OrderDate: `10/10/2022`, ProductID: 198, ProductName: `Samsung Note`, UnitPrice: 18640.31, Quantity: 2, ExtendedPrice: 37280.62, Freight: 280.31, Discontinued: false, Region: `South East`, Address: `192 Main Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 90090 }), + new InvoicesDataItem({ ShipName: `Jefferson Townhouse`, ShipAddress: `128 Market Street`, ShipCity: `Miami`, ShipPostalCode: 50136, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1132, CustomerName: `Martin Jefferson`, CustomerFirstName: `Martin`, CustomerLastName: `Jefferson`, CustomerAddress: `128 Market Street, Miami, USA, 50136`, Salesperson: `Nancy Jefferson`, OrderID: 1617, OrderDate: `4/10/2022`, ProductID: 148, ProductName: `Samsung Galaxy 22`, UnitPrice: 26140.37, Quantity: 2, ExtendedPrice: 52280.74, Freight: 1270.37, Discontinued: false, Region: `West`, Address: `128 Market Street`, City: `Miami`, Country: `USA`, PostalCode: 50136 }), + new InvoicesDataItem({ ShipName: `Jackson Home`, ShipAddress: `164 Wall Street`, ShipCity: `Huston`, ShipPostalCode: 70190, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1133, CustomerName: `Max Jackson`, CustomerFirstName: `Max`, CustomerLastName: `Jackson`, CustomerAddress: `164 Wall Street, Huston, USA, 70190`, Salesperson: `Nancy Watson`, OrderID: 1222, OrderDate: `3/15/2022`, ProductID: 140, ProductName: `IPad`, UnitPrice: 20540.74, Quantity: 3, ExtendedPrice: 61622.22, Freight: 1190.74, Discontinued: false, Region: `West`, Address: `164 Wall Street`, City: `Huston`, Country: `USA`, PostalCode: 70190 }), + new InvoicesDataItem({ ShipName: `Black Home`, ShipAddress: `118 Main Street`, ShipCity: `Huston`, ShipPostalCode: 60126, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1134, CustomerName: `Ben Black`, CustomerFirstName: `Ben`, CustomerLastName: `Black`, CustomerAddress: `118 Main Street, Huston, USA, 60126`, Salesperson: `Pamela Jefferson`, OrderID: 1888, OrderDate: `7/3/2022`, ProductID: 133, ProductName: `Samsung Galaxy 22`, UnitPrice: 25970.39, Quantity: 2, ExtendedPrice: 51940.78, Freight: 1110.39, Discontinued: false, Region: `North East`, Address: `118 Main Street`, City: `Huston`, Country: `USA`, PostalCode: 60126 }), + new InvoicesDataItem({ ShipName: `Jefferson Estate`, ShipAddress: `145 Wall Street`, ShipCity: `Philadelphia`, ShipPostalCode: 50093, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1135, CustomerName: `James Jefferson`, CustomerFirstName: `James`, CustomerLastName: `Jefferson`, CustomerAddress: `145 Wall Street, Philadelphia, USA, 50093`, Salesperson: `Nancy Jefferson`, OrderID: 1661, OrderDate: `5/14/2022`, ProductID: 199, ProductName: `Mac Book Air`, UnitPrice: 12190.38, Quantity: 2, ExtendedPrice: 24380.76, Freight: 1670.38, Discontinued: false, Region: `North East`, Address: `145 Wall Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 50093 }), + new InvoicesDataItem({ ShipName: `Jefferson Home`, ShipAddress: `174 Wall Street`, ShipCity: `Los Angeles`, ShipPostalCode: 70094, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1136, CustomerName: `Ben Jefferson`, CustomerFirstName: `Ben`, CustomerLastName: `Jefferson`, CustomerAddress: `174 Wall Street, Los Angeles, USA, 70094`, Salesperson: `Max Madison`, OrderID: 1495, OrderDate: `1/19/2022`, ProductID: 188, ProductName: `Mac Book Pro`, UnitPrice: 18310.54, Quantity: 5, ExtendedPrice: 91552.7, Freight: 810.54, Discontinued: false, Region: `West`, Address: `174 Wall Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 70094 }), + new InvoicesDataItem({ ShipName: `Watson Market`, ShipAddress: `146 Wall Street`, ShipCity: `Philadelphia`, ShipPostalCode: 90093, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1137, CustomerName: `Martin Watson`, CustomerFirstName: `Martin`, CustomerLastName: `Watson`, CustomerAddress: `146 Wall Street, Philadelphia, USA, 90093`, Salesperson: `Mike Smith`, OrderID: 1649, OrderDate: `1/4/2022`, ProductID: 171, ProductName: `Mac Book Air`, UnitPrice: 6400.45, Quantity: 3, ExtendedPrice: 19201.35, Freight: 220.45, Discontinued: false, Region: `West`, Address: `146 Wall Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 90093 }), + new InvoicesDataItem({ ShipName: `Smith Estate`, ShipAddress: `181 Main Street`, ShipCity: `Miami`, ShipPostalCode: 80117, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1138, CustomerName: `Martin Smith`, CustomerFirstName: `Martin`, CustomerLastName: `Smith`, CustomerAddress: `181 Main Street, Miami, USA, 80117`, Salesperson: `Mike Black`, OrderID: 1152, OrderDate: `5/12/2022`, ProductID: 172, ProductName: `Mac Book Pro`, UnitPrice: 26760.58, Quantity: 5, ExtendedPrice: 133802.9, Freight: 1480.58, Discontinued: false, Region: `West`, Address: `181 Main Street`, City: `Miami`, Country: `USA`, PostalCode: 80117 }), + new InvoicesDataItem({ ShipName: `Jefferson Market`, ShipAddress: `183 Wall Street`, ShipCity: `Philadelphia`, ShipPostalCode: 70191, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1139, CustomerName: `Mike Jefferson`, CustomerFirstName: `Mike`, CustomerLastName: `Jefferson`, CustomerAddress: `183 Wall Street, Philadelphia, USA, 70191`, Salesperson: `Nancy Jefferson`, OrderID: 1471, OrderDate: `5/19/2022`, ProductID: 119, ProductName: `Mac Book Pro`, UnitPrice: 22030.88, Quantity: 5, ExtendedPrice: 110154.4, Freight: 990.88, Discontinued: true, Region: `West`, Address: `183 Wall Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 70191 }), + new InvoicesDataItem({ ShipName: `Madison Estate`, ShipAddress: `100 Wall Street`, ShipCity: `Philadelphia`, ShipPostalCode: 80082, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1140, CustomerName: `Pamela Madison`, CustomerFirstName: `Pamela`, CustomerLastName: `Madison`, CustomerAddress: `100 Wall Street, Philadelphia, USA, 80082`, Salesperson: `Max Madison`, OrderID: 1793, OrderDate: `3/16/2022`, ProductID: 158, ProductName: `Mac Book Pro`, UnitPrice: 20230.42, Quantity: 3, ExtendedPrice: 60691.26, Freight: 1990.42, Discontinued: false, Region: `West`, Address: `100 Wall Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 80082 }), + new InvoicesDataItem({ ShipName: `Black Market`, ShipAddress: `173 Market Street`, ShipCity: `New York`, ShipPostalCode: 90155, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1141, CustomerName: `Pamela Black`, CustomerFirstName: `Pamela`, CustomerLastName: `Black`, CustomerAddress: `173 Market Street, New York, USA, 90155`, Salesperson: `Pamela Black`, OrderID: 1928, OrderDate: `8/24/2022`, ProductID: 114, ProductName: `Mac Book Air`, UnitPrice: 24460.68, Quantity: 2, ExtendedPrice: 48921.36, Freight: 1840.68, Discontinued: false, Region: `West`, Address: `173 Market Street`, City: `New York`, Country: `USA`, PostalCode: 90155 }), + new InvoicesDataItem({ ShipName: `Smith Townhouse`, ShipAddress: `171 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 60087, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1142, CustomerName: `James Smith`, CustomerFirstName: `James`, CustomerLastName: `Smith`, CustomerAddress: `171 Market Street, Philadelphia, USA, 60087`, Salesperson: `Pamela Madison`, OrderID: 1027, OrderDate: `1/25/2022`, ProductID: 145, ProductName: `Samsung Note`, UnitPrice: 6010.73, Quantity: 3, ExtendedPrice: 18032.19, Freight: 1860.73, Discontinued: false, Region: `West`, Address: `171 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 60087 }), + new InvoicesDataItem({ ShipName: `Jackson Townhouse`, ShipAddress: `175 Wall Street`, ShipCity: `Huston`, ShipPostalCode: 60122, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1143, CustomerName: `Mike Jackson`, CustomerFirstName: `Mike`, CustomerLastName: `Jackson`, CustomerAddress: `175 Wall Street, Huston, USA, 60122`, Salesperson: `Pamela Jackson`, OrderID: 1700, OrderDate: `12/10/2022`, ProductID: 150, ProductName: `Mac Book Pro`, UnitPrice: 22030.36, Quantity: 2, ExtendedPrice: 44060.72, Freight: 940.36, Discontinued: false, Region: `West`, Address: `175 Wall Street`, City: `Huston`, Country: `USA`, PostalCode: 60122 }), + new InvoicesDataItem({ ShipName: `Smith Townhouse`, ShipAddress: `174 Main Street`, ShipCity: `Miami`, ShipPostalCode: 90071, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1144, CustomerName: `Max Smith`, CustomerFirstName: `Max`, CustomerLastName: `Smith`, CustomerAddress: `174 Main Street, Miami, USA, 90071`, Salesperson: `Mike Jackson`, OrderID: 1769, OrderDate: `2/20/2022`, ProductID: 183, ProductName: `Mac Book Air`, UnitPrice: 25890.72, Quantity: 3, ExtendedPrice: 77672.16, Freight: 1540.72, Discontinued: false, Region: `West`, Address: `174 Main Street`, City: `Miami`, Country: `USA`, PostalCode: 90071 }), + new InvoicesDataItem({ ShipName: `Jefferson Estate`, ShipAddress: `100 Market Street`, ShipCity: `Huston`, ShipPostalCode: 90059, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1145, CustomerName: `Martin Jefferson`, CustomerFirstName: `Martin`, CustomerLastName: `Jefferson`, CustomerAddress: `100 Market Street, Huston, USA, 90059`, Salesperson: `Max Jefferson`, OrderID: 1835, OrderDate: `5/15/2022`, ProductID: 142, ProductName: `Samsung Note`, UnitPrice: 28310.48, Quantity: 3, ExtendedPrice: 84931.44, Freight: 2000.48, Discontinued: false, Region: `West`, Address: `100 Market Street`, City: `Huston`, Country: `USA`, PostalCode: 90059 }), + new InvoicesDataItem({ ShipName: `Madison Townhouse`, ShipAddress: `120 Market Street`, ShipCity: `Miami`, ShipPostalCode: 90120, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1146, CustomerName: `Ben Madison`, CustomerFirstName: `Ben`, CustomerLastName: `Madison`, CustomerAddress: `120 Market Street, Miami, USA, 90120`, Salesperson: `Max Jefferson`, OrderID: 1787, OrderDate: `5/16/2022`, ProductID: 104, ProductName: `IPad`, UnitPrice: 8410.44, Quantity: 2, ExtendedPrice: 16820.88, Freight: 1620.44, Discontinued: false, Region: `West`, Address: `120 Market Street`, City: `Miami`, Country: `USA`, PostalCode: 90120 }), + new InvoicesDataItem({ ShipName: `Watson Estate`, ShipAddress: `163 Wall Street`, ShipCity: `Los Angeles`, ShipPostalCode: 80132, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1147, CustomerName: `Pamela Watson`, CustomerFirstName: `Pamela`, CustomerLastName: `Watson`, CustomerAddress: `163 Wall Street, Los Angeles, USA, 80132`, Salesperson: `Pamela Watson`, OrderID: 1026, OrderDate: `7/10/2022`, ProductID: 130, ProductName: `Samsung Note`, UnitPrice: 13650.42, Quantity: 3, ExtendedPrice: 40951.26, Freight: 750.42, Discontinued: false, Region: `West`, Address: `163 Wall Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 80132 }), + new InvoicesDataItem({ ShipName: `Black Home`, ShipAddress: `169 Wall Street`, ShipCity: `Huston`, ShipPostalCode: 90138, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1148, CustomerName: `Ben Black`, CustomerFirstName: `Ben`, CustomerLastName: `Black`, CustomerAddress: `169 Wall Street, Huston, USA, 90138`, Salesperson: `Anna Smith`, OrderID: 1805, OrderDate: `1/6/2022`, ProductID: 126, ProductName: `Samsung Note`, UnitPrice: 29130.32, Quantity: 4, ExtendedPrice: 116521.28, Freight: 800.32, Discontinued: false, Region: `West`, Address: `169 Wall Street`, City: `Huston`, Country: `USA`, PostalCode: 90138 }), + new InvoicesDataItem({ ShipName: `Jefferson Townhouse`, ShipAddress: `167 Market Street`, ShipCity: `Miami`, ShipPostalCode: 60152, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1149, CustomerName: `Max Jefferson`, CustomerFirstName: `Max`, CustomerLastName: `Jefferson`, CustomerAddress: `167 Market Street, Miami, USA, 60152`, Salesperson: `Ben Jackson`, OrderID: 1292, OrderDate: `10/3/2022`, ProductID: 178, ProductName: `IPhone`, UnitPrice: 9150.64, Quantity: 5, ExtendedPrice: 45753.2, Freight: 1530.64, Discontinued: true, Region: `North East`, Address: `167 Market Street`, City: `Miami`, Country: `USA`, PostalCode: 60152 }), + new InvoicesDataItem({ ShipName: `Jackson Home`, ShipAddress: `194 Wall Street`, ShipCity: `Philadelphia`, ShipPostalCode: 80133, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1150, CustomerName: `Nancy Jackson`, CustomerFirstName: `Nancy`, CustomerLastName: `Jackson`, CustomerAddress: `194 Wall Street, Philadelphia, USA, 80133`, Salesperson: `Martin Watson`, OrderID: 1240, OrderDate: `10/14/2022`, ProductID: 128, ProductName: `IPhone`, UnitPrice: 22900.38, Quantity: 5, ExtendedPrice: 114501.9, Freight: 1500.38, Discontinued: false, Region: `North East`, Address: `194 Wall Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 80133 }), + new InvoicesDataItem({ ShipName: `Smith Home`, ShipAddress: `168 Wall Street`, ShipCity: `New York`, ShipPostalCode: 60104, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1151, CustomerName: `James Smith`, CustomerFirstName: `James`, CustomerLastName: `Smith`, CustomerAddress: `168 Wall Street, New York, USA, 60104`, Salesperson: `Martin Madison`, OrderID: 1307, OrderDate: `5/19/2022`, ProductID: 109, ProductName: `Samsung Note`, UnitPrice: 18330.33, Quantity: 5, ExtendedPrice: 91651.65, Freight: 1960.33, Discontinued: false, Region: `North East`, Address: `168 Wall Street`, City: `New York`, Country: `USA`, PostalCode: 60104 }), + new InvoicesDataItem({ ShipName: `Madison Market`, ShipAddress: `122 Market Street`, ShipCity: `New York`, ShipPostalCode: 60149, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1152, CustomerName: `Nancy Madison`, CustomerFirstName: `Nancy`, CustomerLastName: `Madison`, CustomerAddress: `122 Market Street, New York, USA, 60149`, Salesperson: `Mike Madison`, OrderID: 1360, OrderDate: `11/2/2022`, ProductID: 141, ProductName: `Mac Book Pro`, UnitPrice: 8620.6, Quantity: 2, ExtendedPrice: 17241.2, Freight: 950.6, Discontinued: false, Region: `South East`, Address: `122 Market Street`, City: `New York`, Country: `USA`, PostalCode: 60149 }), + new InvoicesDataItem({ ShipName: `Black Home`, ShipAddress: `147 Main Street`, ShipCity: `Philadelphia`, ShipPostalCode: 80098, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1153, CustomerName: `Pamela Black`, CustomerFirstName: `Pamela`, CustomerLastName: `Black`, CustomerAddress: `147 Main Street, Philadelphia, USA, 80098`, Salesperson: `James Black`, OrderID: 1445, OrderDate: `11/2/2022`, ProductID: 151, ProductName: `Samsung Note`, UnitPrice: 27180.5, Quantity: 2, ExtendedPrice: 54361, Freight: 790.5, Discontinued: false, Region: `South East`, Address: `147 Main Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 80098 }), + new InvoicesDataItem({ ShipName: `Jackson Estate`, ShipAddress: `113 Wall Street`, ShipCity: `Los Angeles`, ShipPostalCode: 90111, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1154, CustomerName: `Martin Jackson`, CustomerFirstName: `Martin`, CustomerLastName: `Jackson`, CustomerAddress: `113 Wall Street, Los Angeles, USA, 90111`, Salesperson: `Anna Jackson`, OrderID: 1014, OrderDate: `1/24/2022`, ProductID: 185, ProductName: `Mac Book Air`, UnitPrice: 14760.63, Quantity: 2, ExtendedPrice: 29521.26, Freight: 1520.63, Discontinued: false, Region: `West`, Address: `113 Wall Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 90111 }), + new InvoicesDataItem({ ShipName: `Smith Estate`, ShipAddress: `154 Wall Street`, ShipCity: `Huston`, ShipPostalCode: 60050, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1155, CustomerName: `Nancy Smith`, CustomerFirstName: `Nancy`, CustomerLastName: `Smith`, CustomerAddress: `154 Wall Street, Huston, USA, 60050`, Salesperson: `Nancy Smith`, OrderID: 1845, OrderDate: `4/8/2022`, ProductID: 105, ProductName: `IPad`, UnitPrice: 22600.77, Quantity: 4, ExtendedPrice: 90403.08, Freight: 670.77, Discontinued: false, Region: `North East`, Address: `154 Wall Street`, City: `Huston`, Country: `USA`, PostalCode: 60050 }), + new InvoicesDataItem({ ShipName: `Black Townhouse`, ShipAddress: `188 Main Street`, ShipCity: `Philadelphia`, ShipPostalCode: 80121, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1156, CustomerName: `James Black`, CustomerFirstName: `James`, CustomerLastName: `Black`, CustomerAddress: `188 Main Street, Philadelphia, USA, 80121`, Salesperson: `Martin Jefferson`, OrderID: 1587, OrderDate: `5/13/2022`, ProductID: 174, ProductName: `Samsung Note`, UnitPrice: 17020.74, Quantity: 2, ExtendedPrice: 34041.48, Freight: 1490.74, Discontinued: false, Region: `West`, Address: `188 Main Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 80121 }), + new InvoicesDataItem({ ShipName: `Smith Home`, ShipAddress: `181 Wall Street`, ShipCity: `Huston`, ShipPostalCode: 90097, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1157, CustomerName: `Anna Smith`, CustomerFirstName: `Anna`, CustomerLastName: `Smith`, CustomerAddress: `181 Wall Street, Huston, USA, 90097`, Salesperson: `Anna Madison`, OrderID: 1706, OrderDate: `5/22/2022`, ProductID: 112, ProductName: `Samsung Galaxy 22`, UnitPrice: 21780.43, Quantity: 3, ExtendedPrice: 65341.29, Freight: 1650.43, Discontinued: false, Region: `North East`, Address: `181 Wall Street`, City: `Huston`, Country: `USA`, PostalCode: 90097 }), + new InvoicesDataItem({ ShipName: `Smith Estate`, ShipAddress: `171 Wall Street`, ShipCity: `Miami`, ShipPostalCode: 50118, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1158, CustomerName: `James Smith`, CustomerFirstName: `James`, CustomerLastName: `Smith`, CustomerAddress: `171 Wall Street, Miami, USA, 50118`, Salesperson: `Max Smith`, OrderID: 1335, OrderDate: `6/16/2022`, ProductID: 116, ProductName: `IPad`, UnitPrice: 7560.43, Quantity: 3, ExtendedPrice: 22681.29, Freight: 1140.43, Discontinued: false, Region: `West`, Address: `171 Wall Street`, City: `Miami`, Country: `USA`, PostalCode: 50118 }), + new InvoicesDataItem({ ShipName: `Jackson Estate`, ShipAddress: `193 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 70176, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1159, CustomerName: `Ben Jackson`, CustomerFirstName: `Ben`, CustomerLastName: `Jackson`, CustomerAddress: `193 Market Street, Philadelphia, USA, 70176`, Salesperson: `Martin Black`, OrderID: 1003, OrderDate: `9/11/2022`, ProductID: 170, ProductName: `IPhone`, UnitPrice: 15510.7, Quantity: 5, ExtendedPrice: 77553.5, Freight: 200.7, Discontinued: true, Region: `West`, Address: `193 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 70176 }), + new InvoicesDataItem({ ShipName: `Madison Home`, ShipAddress: `125 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 80142, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1160, CustomerName: `Ben Madison`, CustomerFirstName: `Ben`, CustomerLastName: `Madison`, CustomerAddress: `125 Market Street, Philadelphia, USA, 80142`, Salesperson: `Martin Madison`, OrderID: 1723, OrderDate: `3/14/2022`, ProductID: 179, ProductName: `IPhone`, UnitPrice: 14760.6, Quantity: 3, ExtendedPrice: 44281.8, Freight: 1650.6, Discontinued: false, Region: `West`, Address: `125 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 80142 }), + new InvoicesDataItem({ ShipName: `Smith Estate`, ShipAddress: `128 Main Street`, ShipCity: `Philadelphia`, ShipPostalCode: 70111, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1161, CustomerName: `Anna Smith`, CustomerFirstName: `Anna`, CustomerLastName: `Smith`, CustomerAddress: `128 Main Street, Philadelphia, USA, 70111`, Salesperson: `Max Jackson`, OrderID: 1810, OrderDate: `1/18/2022`, ProductID: 117, ProductName: `IPad`, UnitPrice: 19620.55, Quantity: 5, ExtendedPrice: 98102.75, Freight: 1030.55, Discontinued: false, Region: `South East`, Address: `128 Main Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 70111 }), + new InvoicesDataItem({ ShipName: `Madison Estate`, ShipAddress: `131 Wall Street`, ShipCity: `Philadelphia`, ShipPostalCode: 90058, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1162, CustomerName: `Max Madison`, CustomerFirstName: `Max`, CustomerLastName: `Madison`, CustomerAddress: `131 Wall Street, Philadelphia, USA, 90058`, Salesperson: `Pamela Madison`, OrderID: 1224, OrderDate: `2/2/2022`, ProductID: 108, ProductName: `Mac Book Air`, UnitPrice: 9130.21, Quantity: 2, ExtendedPrice: 18260.42, Freight: 1110.21, Discontinued: false, Region: `West`, Address: `131 Wall Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 90058 }), + new InvoicesDataItem({ ShipName: `Watson Market`, ShipAddress: `145 Main Street`, ShipCity: `Philadelphia`, ShipPostalCode: 50176, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1163, CustomerName: `James Watson`, CustomerFirstName: `James`, CustomerLastName: `Watson`, CustomerAddress: `145 Main Street, Philadelphia, USA, 50176`, Salesperson: `Mike Smith`, OrderID: 1265, OrderDate: `4/22/2022`, ProductID: 147, ProductName: `IPhone`, UnitPrice: 15210.29, Quantity: 2, ExtendedPrice: 30420.58, Freight: 1470.29, Discontinued: false, Region: `South East`, Address: `145 Main Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 50176 }), + new InvoicesDataItem({ ShipName: `Jefferson Estate`, ShipAddress: `123 Main Street`, ShipCity: `Philadelphia`, ShipPostalCode: 90058, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1164, CustomerName: `Ben Jefferson`, CustomerFirstName: `Ben`, CustomerLastName: `Jefferson`, CustomerAddress: `123 Main Street, Philadelphia, USA, 90058`, Salesperson: `Martin Watson`, OrderID: 1428, OrderDate: `9/14/2022`, ProductID: 195, ProductName: `Samsung Note`, UnitPrice: 6440.36, Quantity: 4, ExtendedPrice: 25761.44, Freight: 350.36, Discontinued: false, Region: `West`, Address: `123 Main Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 90058 }), + new InvoicesDataItem({ ShipName: `Watson Townhouse`, ShipAddress: `148 Wall Street`, ShipCity: `Los Angeles`, ShipPostalCode: 60161, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1165, CustomerName: `Ben Watson`, CustomerFirstName: `Ben`, CustomerLastName: `Watson`, CustomerAddress: `148 Wall Street, Los Angeles, USA, 60161`, Salesperson: `Nancy Black`, OrderID: 1367, OrderDate: `9/1/2022`, ProductID: 196, ProductName: `Mac Book Pro`, UnitPrice: 26990.25, Quantity: 4, ExtendedPrice: 107961, Freight: 950.25, Discontinued: false, Region: `West`, Address: `148 Wall Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 60161 }), + new InvoicesDataItem({ ShipName: `Jefferson Home`, ShipAddress: `151 Main Street`, ShipCity: `New York`, ShipPostalCode: 90156, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1166, CustomerName: `James Jefferson`, CustomerFirstName: `James`, CustomerLastName: `Jefferson`, CustomerAddress: `151 Main Street, New York, USA, 90156`, Salesperson: `Ben Smith`, OrderID: 1812, OrderDate: `6/23/2022`, ProductID: 182, ProductName: `Samsung Galaxy 22`, UnitPrice: 6230.76, Quantity: 5, ExtendedPrice: 31153.8, Freight: 920.76, Discontinued: false, Region: `West`, Address: `151 Main Street`, City: `New York`, Country: `USA`, PostalCode: 90156 }), + new InvoicesDataItem({ ShipName: `Jackson Townhouse`, ShipAddress: `128 Main Street`, ShipCity: `New York`, ShipPostalCode: 90073, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1167, CustomerName: `Pamela Jackson`, CustomerFirstName: `Pamela`, CustomerLastName: `Jackson`, CustomerAddress: `128 Main Street, New York, USA, 90073`, Salesperson: `Nancy Madison`, OrderID: 1121, OrderDate: `3/25/2022`, ProductID: 166, ProductName: `Mac Book Air`, UnitPrice: 8360.33, Quantity: 3, ExtendedPrice: 25080.99, Freight: 1870.33, Discontinued: false, Region: `South East`, Address: `128 Main Street`, City: `New York`, Country: `USA`, PostalCode: 90073 }), + new InvoicesDataItem({ ShipName: `Black Market`, ShipAddress: `109 Wall Street`, ShipCity: `Philadelphia`, ShipPostalCode: 70139, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1168, CustomerName: `Mike Black`, CustomerFirstName: `Mike`, CustomerLastName: `Black`, CustomerAddress: `109 Wall Street, Philadelphia, USA, 70139`, Salesperson: `James Jefferson`, OrderID: 1086, OrderDate: `11/22/2022`, ProductID: 192, ProductName: `IPhone`, UnitPrice: 13050.45, Quantity: 4, ExtendedPrice: 52201.8, Freight: 1850.45, Discontinued: false, Region: `North East`, Address: `109 Wall Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 70139 }), + new InvoicesDataItem({ ShipName: `Smith Home`, ShipAddress: `196 Wall Street`, ShipCity: `Los Angeles`, ShipPostalCode: 60096, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1169, CustomerName: `Anna Smith`, CustomerFirstName: `Anna`, CustomerLastName: `Smith`, CustomerAddress: `196 Wall Street, Los Angeles, USA, 60096`, Salesperson: `Mike Watson`, OrderID: 1859, OrderDate: `8/11/2022`, ProductID: 157, ProductName: `IPhone`, UnitPrice: 14950.2, Quantity: 5, ExtendedPrice: 74751, Freight: 1140.2, Discontinued: true, Region: `South East`, Address: `196 Wall Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 60096 }), + new InvoicesDataItem({ ShipName: `Watson Townhouse`, ShipAddress: `101 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 90111, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1170, CustomerName: `James Watson`, CustomerFirstName: `James`, CustomerLastName: `Watson`, CustomerAddress: `101 Market Street, Philadelphia, USA, 90111`, Salesperson: `Mike Madison`, OrderID: 1952, OrderDate: `7/19/2022`, ProductID: 152, ProductName: `Samsung Galaxy 22`, UnitPrice: 29810.56, Quantity: 4, ExtendedPrice: 119242.24, Freight: 470.56, Discontinued: false, Region: `South East`, Address: `101 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 90111 }), + new InvoicesDataItem({ ShipName: `Madison Estate`, ShipAddress: `147 Main Street`, ShipCity: `Los Angeles`, ShipPostalCode: 90157, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1171, CustomerName: `Max Madison`, CustomerFirstName: `Max`, CustomerLastName: `Madison`, CustomerAddress: `147 Main Street, Los Angeles, USA, 90157`, Salesperson: `Ben Black`, OrderID: 1351, OrderDate: `5/22/2022`, ProductID: 180, ProductName: `Samsung Note`, UnitPrice: 13470.4, Quantity: 5, ExtendedPrice: 67352, Freight: 1610.4, Discontinued: false, Region: `West`, Address: `147 Main Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 90157 }), + new InvoicesDataItem({ ShipName: `Smith Townhouse`, ShipAddress: `195 Market Street`, ShipCity: `Huston`, ShipPostalCode: 80071, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1172, CustomerName: `Anna Smith`, CustomerFirstName: `Anna`, CustomerLastName: `Smith`, CustomerAddress: `195 Market Street, Huston, USA, 80071`, Salesperson: `Pamela Jefferson`, OrderID: 1371, OrderDate: `12/9/2022`, ProductID: 105, ProductName: `Mac Book Pro`, UnitPrice: 19040.72, Quantity: 4, ExtendedPrice: 76162.88, Freight: 1480.72, Discontinued: false, Region: `South East`, Address: `195 Market Street`, City: `Huston`, Country: `USA`, PostalCode: 80071 }), + new InvoicesDataItem({ ShipName: `Black Townhouse`, ShipAddress: `184 Market Street`, ShipCity: `Los Angeles`, ShipPostalCode: 90197, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1173, CustomerName: `Martin Black`, CustomerFirstName: `Martin`, CustomerLastName: `Black`, CustomerAddress: `184 Market Street, Los Angeles, USA, 90197`, Salesperson: `Martin Watson`, OrderID: 1537, OrderDate: `4/3/2022`, ProductID: 137, ProductName: `IPhone`, UnitPrice: 25370.79, Quantity: 2, ExtendedPrice: 50741.58, Freight: 1980.79, Discontinued: false, Region: `North East`, Address: `184 Market Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 90197 }), + new InvoicesDataItem({ ShipName: `Jackson Estate`, ShipAddress: `102 Market Street`, ShipCity: `Huston`, ShipPostalCode: 70185, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1174, CustomerName: `Ben Jackson`, CustomerFirstName: `Ben`, CustomerLastName: `Jackson`, CustomerAddress: `102 Market Street, Huston, USA, 70185`, Salesperson: `Ben Jackson`, OrderID: 1378, OrderDate: `7/6/2022`, ProductID: 182, ProductName: `Mac Book Pro`, UnitPrice: 19620.84, Quantity: 2, ExtendedPrice: 39241.68, Freight: 730.84, Discontinued: false, Region: `North East`, Address: `102 Market Street`, City: `Huston`, Country: `USA`, PostalCode: 70185 }), + new InvoicesDataItem({ ShipName: `Watson Market`, ShipAddress: `192 Wall Street`, ShipCity: `Huston`, ShipPostalCode: 60144, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1175, CustomerName: `Nancy Watson`, CustomerFirstName: `Nancy`, CustomerLastName: `Watson`, CustomerAddress: `192 Wall Street, Huston, USA, 60144`, Salesperson: `Martin Jefferson`, OrderID: 1350, OrderDate: `10/23/2022`, ProductID: 138, ProductName: `IPad`, UnitPrice: 26010.88, Quantity: 2, ExtendedPrice: 52021.76, Freight: 260.88, Discontinued: false, Region: `North East`, Address: `192 Wall Street`, City: `Huston`, Country: `USA`, PostalCode: 60144 }), + new InvoicesDataItem({ ShipName: `Black Home`, ShipAddress: `114 Main Street`, ShipCity: `Philadelphia`, ShipPostalCode: 70079, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1176, CustomerName: `Ben Black`, CustomerFirstName: `Ben`, CustomerLastName: `Black`, CustomerAddress: `114 Main Street, Philadelphia, USA, 70079`, Salesperson: `Anna Watson`, OrderID: 1889, OrderDate: `8/21/2022`, ProductID: 146, ProductName: `Samsung Galaxy 22`, UnitPrice: 23970.6, Quantity: 3, ExtendedPrice: 71911.8, Freight: 1870.6, Discontinued: false, Region: `North East`, Address: `114 Main Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 70079 }), + new InvoicesDataItem({ ShipName: `Madison Townhouse`, ShipAddress: `199 Wall Street`, ShipCity: `Miami`, ShipPostalCode: 90182, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1177, CustomerName: `Nancy Madison`, CustomerFirstName: `Nancy`, CustomerLastName: `Madison`, CustomerAddress: `199 Wall Street, Miami, USA, 90182`, Salesperson: `Anna Madison`, OrderID: 1285, OrderDate: `3/12/2022`, ProductID: 146, ProductName: `Samsung Note`, UnitPrice: 13660.54, Quantity: 2, ExtendedPrice: 27321.08, Freight: 1870.54, Discontinued: false, Region: `South East`, Address: `199 Wall Street`, City: `Miami`, Country: `USA`, PostalCode: 90182 }), + new InvoicesDataItem({ ShipName: `Madison Townhouse`, ShipAddress: `141 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 80097, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1178, CustomerName: `Pamela Madison`, CustomerFirstName: `Pamela`, CustomerLastName: `Madison`, CustomerAddress: `141 Market Street, Philadelphia, USA, 80097`, Salesperson: `Pamela Watson`, OrderID: 1886, OrderDate: `8/1/2022`, ProductID: 107, ProductName: `Mac Book Pro`, UnitPrice: 11630.46, Quantity: 4, ExtendedPrice: 46521.84, Freight: 1530.46, Discontinued: false, Region: `North East`, Address: `141 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 80097 }), + new InvoicesDataItem({ ShipName: `Jefferson Market`, ShipAddress: `168 Main Street`, ShipCity: `Los Angeles`, ShipPostalCode: 80162, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1179, CustomerName: `Max Jefferson`, CustomerFirstName: `Max`, CustomerLastName: `Jefferson`, CustomerAddress: `168 Main Street, Los Angeles, USA, 80162`, Salesperson: `Mike Jackson`, OrderID: 1009, OrderDate: `4/7/2022`, ProductID: 149, ProductName: `IPad`, UnitPrice: 16960.32, Quantity: 3, ExtendedPrice: 50880.96, Freight: 1510.32, Discontinued: true, Region: `North East`, Address: `168 Main Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 80162 }), + new InvoicesDataItem({ ShipName: `Smith Home`, ShipAddress: `100 Market Street`, ShipCity: `Miami`, ShipPostalCode: 80063, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1180, CustomerName: `Martin Smith`, CustomerFirstName: `Martin`, CustomerLastName: `Smith`, CustomerAddress: `100 Market Street, Miami, USA, 80063`, Salesperson: `Nancy Smith`, OrderID: 1046, OrderDate: `10/21/2022`, ProductID: 123, ProductName: `IPad`, UnitPrice: 19360.67, Quantity: 3, ExtendedPrice: 58082.01, Freight: 1510.67, Discontinued: false, Region: `South East`, Address: `100 Market Street`, City: `Miami`, Country: `USA`, PostalCode: 80063 }), + new InvoicesDataItem({ ShipName: `Madison Home`, ShipAddress: `145 Market Street`, ShipCity: `Huston`, ShipPostalCode: 90152, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1181, CustomerName: `Anna Madison`, CustomerFirstName: `Anna`, CustomerLastName: `Madison`, CustomerAddress: `145 Market Street, Huston, USA, 90152`, Salesperson: `Max Watson`, OrderID: 1593, OrderDate: `11/17/2022`, ProductID: 169, ProductName: `Samsung Note`, UnitPrice: 28870.27, Quantity: 5, ExtendedPrice: 144351.35, Freight: 1430.27, Discontinued: false, Region: `North East`, Address: `145 Market Street`, City: `Huston`, Country: `USA`, PostalCode: 90152 }), + new InvoicesDataItem({ ShipName: `Jackson Estate`, ShipAddress: `154 Main Street`, ShipCity: `Miami`, ShipPostalCode: 90080, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1182, CustomerName: `Ben Jackson`, CustomerFirstName: `Ben`, CustomerLastName: `Jackson`, CustomerAddress: `154 Main Street, Miami, USA, 90080`, Salesperson: `Nancy Jefferson`, OrderID: 1234, OrderDate: `3/21/2022`, ProductID: 111, ProductName: `IPad`, UnitPrice: 16610.78, Quantity: 2, ExtendedPrice: 33221.56, Freight: 1350.78, Discontinued: false, Region: `South East`, Address: `154 Main Street`, City: `Miami`, Country: `USA`, PostalCode: 90080 }), + new InvoicesDataItem({ ShipName: `Smith Market`, ShipAddress: `166 Market Street`, ShipCity: `Huston`, ShipPostalCode: 70090, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1183, CustomerName: `Anna Smith`, CustomerFirstName: `Anna`, CustomerLastName: `Smith`, CustomerAddress: `166 Market Street, Huston, USA, 70090`, Salesperson: `Ben Watson`, OrderID: 1362, OrderDate: `5/2/2022`, ProductID: 122, ProductName: `Mac Book Air`, UnitPrice: 6870.64, Quantity: 4, ExtendedPrice: 27482.56, Freight: 750.64, Discontinued: false, Region: `North East`, Address: `166 Market Street`, City: `Huston`, Country: `USA`, PostalCode: 70090 }), + new InvoicesDataItem({ ShipName: `Jefferson Estate`, ShipAddress: `180 Market Street`, ShipCity: `Miami`, ShipPostalCode: 90169, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1184, CustomerName: `Pamela Jefferson`, CustomerFirstName: `Pamela`, CustomerLastName: `Jefferson`, CustomerAddress: `180 Market Street, Miami, USA, 90169`, Salesperson: `Pamela Black`, OrderID: 1698, OrderDate: `1/18/2022`, ProductID: 129, ProductName: `IPad`, UnitPrice: 10960.71, Quantity: 5, ExtendedPrice: 54803.55, Freight: 1530.71, Discontinued: false, Region: `West`, Address: `180 Market Street`, City: `Miami`, Country: `USA`, PostalCode: 90169 }), + new InvoicesDataItem({ ShipName: `Madison Estate`, ShipAddress: `169 Main Street`, ShipCity: `Huston`, ShipPostalCode: 50114, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1185, CustomerName: `Nancy Madison`, CustomerFirstName: `Nancy`, CustomerLastName: `Madison`, CustomerAddress: `169 Main Street, Huston, USA, 50114`, Salesperson: `Martin Smith`, OrderID: 1458, OrderDate: `6/15/2022`, ProductID: 183, ProductName: `IPhone`, UnitPrice: 16380.23, Quantity: 2, ExtendedPrice: 32760.46, Freight: 1990.23, Discontinued: false, Region: `West`, Address: `169 Main Street`, City: `Huston`, Country: `USA`, PostalCode: 50114 }), + new InvoicesDataItem({ ShipName: `Madison Estate`, ShipAddress: `132 Market Street`, ShipCity: `Miami`, ShipPostalCode: 90064, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1186, CustomerName: `Max Madison`, CustomerFirstName: `Max`, CustomerLastName: `Madison`, CustomerAddress: `132 Market Street, Miami, USA, 90064`, Salesperson: `Nancy Jackson`, OrderID: 1563, OrderDate: `6/17/2022`, ProductID: 193, ProductName: `Samsung Note`, UnitPrice: 25940.61, Quantity: 4, ExtendedPrice: 103762.44, Freight: 970.61, Discontinued: false, Region: `West`, Address: `132 Market Street`, City: `Miami`, Country: `USA`, PostalCode: 90064 }), + new InvoicesDataItem({ ShipName: `Madison Market`, ShipAddress: `107 Wall Street`, ShipCity: `Los Angeles`, ShipPostalCode: 50110, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1187, CustomerName: `Martin Madison`, CustomerFirstName: `Martin`, CustomerLastName: `Madison`, CustomerAddress: `107 Wall Street, Los Angeles, USA, 50110`, Salesperson: `Nancy Jefferson`, OrderID: 1934, OrderDate: `6/5/2022`, ProductID: 110, ProductName: `Samsung Note`, UnitPrice: 5360.47, Quantity: 3, ExtendedPrice: 16081.41, Freight: 1680.47, Discontinued: false, Region: `North East`, Address: `107 Wall Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 50110 }), + new InvoicesDataItem({ ShipName: `Black Townhouse`, ShipAddress: `170 Wall Street`, ShipCity: `New York`, ShipPostalCode: 50149, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1188, CustomerName: `Pamela Black`, CustomerFirstName: `Pamela`, CustomerLastName: `Black`, CustomerAddress: `170 Wall Street, New York, USA, 50149`, Salesperson: `Mike Jefferson`, OrderID: 1880, OrderDate: `12/7/2022`, ProductID: 137, ProductName: `IPhone`, UnitPrice: 19560.62, Quantity: 4, ExtendedPrice: 78242.48, Freight: 680.62, Discontinued: false, Region: `West`, Address: `170 Wall Street`, City: `New York`, Country: `USA`, PostalCode: 50149 }), + new InvoicesDataItem({ ShipName: `Jefferson Market`, ShipAddress: `152 Wall Street`, ShipCity: `New York`, ShipPostalCode: 50085, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1189, CustomerName: `Ben Jefferson`, CustomerFirstName: `Ben`, CustomerLastName: `Jefferson`, CustomerAddress: `152 Wall Street, New York, USA, 50085`, Salesperson: `Anna Jackson`, OrderID: 1159, OrderDate: `5/18/2022`, ProductID: 167, ProductName: `IPad`, UnitPrice: 19270.25, Quantity: 2, ExtendedPrice: 38540.5, Freight: 1050.25, Discontinued: true, Region: `North East`, Address: `152 Wall Street`, City: `New York`, Country: `USA`, PostalCode: 50085 }), + new InvoicesDataItem({ ShipName: `Watson Market`, ShipAddress: `186 Wall Street`, ShipCity: `Los Angeles`, ShipPostalCode: 60146, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1190, CustomerName: `Mike Watson`, CustomerFirstName: `Mike`, CustomerLastName: `Watson`, CustomerAddress: `186 Wall Street, Los Angeles, USA, 60146`, Salesperson: `Nancy Madison`, OrderID: 1960, OrderDate: `3/2/2022`, ProductID: 167, ProductName: `Samsung Galaxy 22`, UnitPrice: 22090.53, Quantity: 3, ExtendedPrice: 66271.59, Freight: 1790.53, Discontinued: false, Region: `West`, Address: `186 Wall Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 60146 }), + new InvoicesDataItem({ ShipName: `Madison Estate`, ShipAddress: `194 Wall Street`, ShipCity: `New York`, ShipPostalCode: 50170, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1191, CustomerName: `Nancy Madison`, CustomerFirstName: `Nancy`, CustomerLastName: `Madison`, CustomerAddress: `194 Wall Street, New York, USA, 50170`, Salesperson: `Max Watson`, OrderID: 1658, OrderDate: `9/1/2022`, ProductID: 156, ProductName: `Samsung Galaxy 22`, UnitPrice: 27450.8, Quantity: 4, ExtendedPrice: 109803.2, Freight: 270.8, Discontinued: false, Region: `West`, Address: `194 Wall Street`, City: `New York`, Country: `USA`, PostalCode: 50170 }), + new InvoicesDataItem({ ShipName: `Smith Townhouse`, ShipAddress: `172 Main Street`, ShipCity: `New York`, ShipPostalCode: 70191, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1192, CustomerName: `Ben Smith`, CustomerFirstName: `Ben`, CustomerLastName: `Smith`, CustomerAddress: `172 Main Street, New York, USA, 70191`, Salesperson: `Pamela Madison`, OrderID: 1225, OrderDate: `3/22/2022`, ProductID: 170, ProductName: `Samsung Galaxy 22`, UnitPrice: 21150.84, Quantity: 5, ExtendedPrice: 105754.2, Freight: 1230.84, Discontinued: false, Region: `West`, Address: `172 Main Street`, City: `New York`, Country: `USA`, PostalCode: 70191 }), + new InvoicesDataItem({ ShipName: `Black Market`, ShipAddress: `108 Market Street`, ShipCity: `Los Angeles`, ShipPostalCode: 70146, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1193, CustomerName: `Mike Black`, CustomerFirstName: `Mike`, CustomerLastName: `Black`, CustomerAddress: `108 Market Street, Los Angeles, USA, 70146`, Salesperson: `Pamela Black`, OrderID: 1886, OrderDate: `8/20/2022`, ProductID: 126, ProductName: `IPhone`, UnitPrice: 6100.73, Quantity: 2, ExtendedPrice: 12201.46, Freight: 1340.73, Discontinued: false, Region: `South East`, Address: `108 Market Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 70146 }), + new InvoicesDataItem({ ShipName: `Watson Market`, ShipAddress: `109 Wall Street`, ShipCity: `Los Angeles`, ShipPostalCode: 90083, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1194, CustomerName: `Max Watson`, CustomerFirstName: `Max`, CustomerLastName: `Watson`, CustomerAddress: `109 Wall Street, Los Angeles, USA, 90083`, Salesperson: `Max Smith`, OrderID: 1191, OrderDate: `5/9/2022`, ProductID: 179, ProductName: `Samsung Galaxy 22`, UnitPrice: 20190.35, Quantity: 5, ExtendedPrice: 100951.75, Freight: 640.35, Discontinued: false, Region: `West`, Address: `109 Wall Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 90083 }), + new InvoicesDataItem({ ShipName: `Smith Market`, ShipAddress: `121 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 70102, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1195, CustomerName: `Max Smith`, CustomerFirstName: `Max`, CustomerLastName: `Smith`, CustomerAddress: `121 Market Street, Philadelphia, USA, 70102`, Salesperson: `Ben Black`, OrderID: 1051, OrderDate: `5/21/2022`, ProductID: 192, ProductName: `Mac Book Pro`, UnitPrice: 21730.32, Quantity: 5, ExtendedPrice: 108651.6, Freight: 1030.32, Discontinued: false, Region: `North East`, Address: `121 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 70102 }), + new InvoicesDataItem({ ShipName: `Watson Estate`, ShipAddress: `104 Wall Street`, ShipCity: `New York`, ShipPostalCode: 90066, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1196, CustomerName: `Max Watson`, CustomerFirstName: `Max`, CustomerLastName: `Watson`, CustomerAddress: `104 Wall Street, New York, USA, 90066`, Salesperson: `Ben Watson`, OrderID: 1385, OrderDate: `2/2/2022`, ProductID: 182, ProductName: `IPad`, UnitPrice: 26120.45, Quantity: 4, ExtendedPrice: 104481.8, Freight: 1930.45, Discontinued: false, Region: `North East`, Address: `104 Wall Street`, City: `New York`, Country: `USA`, PostalCode: 90066 }), + new InvoicesDataItem({ ShipName: `Madison Townhouse`, ShipAddress: `126 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 60091, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1197, CustomerName: `Ben Madison`, CustomerFirstName: `Ben`, CustomerLastName: `Madison`, CustomerAddress: `126 Market Street, Philadelphia, USA, 60091`, Salesperson: `Anna Madison`, OrderID: 1675, OrderDate: `6/22/2022`, ProductID: 174, ProductName: `IPad`, UnitPrice: 13240.35, Quantity: 4, ExtendedPrice: 52961.4, Freight: 890.35, Discontinued: false, Region: `South East`, Address: `126 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 60091 }), + new InvoicesDataItem({ ShipName: `Watson Home`, ShipAddress: `139 Main Street`, ShipCity: `Los Angeles`, ShipPostalCode: 70063, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1198, CustomerName: `Ben Watson`, CustomerFirstName: `Ben`, CustomerLastName: `Watson`, CustomerAddress: `139 Main Street, Los Angeles, USA, 70063`, Salesperson: `Pamela Black`, OrderID: 1997, OrderDate: `11/17/2022`, ProductID: 200, ProductName: `IPhone`, UnitPrice: 8400.83, Quantity: 5, ExtendedPrice: 42004.15, Freight: 1340.83, Discontinued: false, Region: `West`, Address: `139 Main Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 70063 }), + new InvoicesDataItem({ ShipName: `Smith Home`, ShipAddress: `133 Wall Street`, ShipCity: `Miami`, ShipPostalCode: 70071, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1199, CustomerName: `Mike Smith`, CustomerFirstName: `Mike`, CustomerLastName: `Smith`, CustomerAddress: `133 Wall Street, Miami, USA, 70071`, Salesperson: `James Watson`, OrderID: 1641, OrderDate: `11/12/2022`, ProductID: 147, ProductName: `Samsung Note`, UnitPrice: 10150.31, Quantity: 3, ExtendedPrice: 30450.93, Freight: 720.31, Discontinued: true, Region: `South East`, Address: `133 Wall Street`, City: `Miami`, Country: `USA`, PostalCode: 70071 }), + new InvoicesDataItem({ ShipName: `Black Market`, ShipAddress: `166 Main Street`, ShipCity: `Miami`, ShipPostalCode: 60137, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1200, CustomerName: `Max Black`, CustomerFirstName: `Max`, CustomerLastName: `Black`, CustomerAddress: `166 Main Street, Miami, USA, 60137`, Salesperson: `Ben Madison`, OrderID: 1418, OrderDate: `11/8/2022`, ProductID: 135, ProductName: `IPhone`, UnitPrice: 9410.46, Quantity: 2, ExtendedPrice: 18820.92, Freight: 970.46, Discontinued: false, Region: `West`, Address: `166 Main Street`, City: `Miami`, Country: `USA`, PostalCode: 60137 }), + new InvoicesDataItem({ ShipName: `Smith Townhouse`, ShipAddress: `143 Main Street`, ShipCity: `Miami`, ShipPostalCode: 70069, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1201, CustomerName: `James Smith`, CustomerFirstName: `James`, CustomerLastName: `Smith`, CustomerAddress: `143 Main Street, Miami, USA, 70069`, Salesperson: `Anna Watson`, OrderID: 1545, OrderDate: `6/24/2022`, ProductID: 190, ProductName: `Mac Book Pro`, UnitPrice: 5030.78, Quantity: 3, ExtendedPrice: 15092.34, Freight: 1630.78, Discontinued: false, Region: `North East`, Address: `143 Main Street`, City: `Miami`, Country: `USA`, PostalCode: 70069 }), + new InvoicesDataItem({ ShipName: `Jackson Townhouse`, ShipAddress: `106 Wall Street`, ShipCity: `Los Angeles`, ShipPostalCode: 50097, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1202, CustomerName: `Max Jackson`, CustomerFirstName: `Max`, CustomerLastName: `Jackson`, CustomerAddress: `106 Wall Street, Los Angeles, USA, 50097`, Salesperson: `James Jackson`, OrderID: 1493, OrderDate: `7/24/2022`, ProductID: 124, ProductName: `Samsung Note`, UnitPrice: 6390.72, Quantity: 5, ExtendedPrice: 31953.6, Freight: 1960.72, Discontinued: false, Region: `North East`, Address: `106 Wall Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 50097 }), + new InvoicesDataItem({ ShipName: `Jefferson Townhouse`, ShipAddress: `143 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 50052, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1203, CustomerName: `Pamela Jefferson`, CustomerFirstName: `Pamela`, CustomerLastName: `Jefferson`, CustomerAddress: `143 Market Street, Philadelphia, USA, 50052`, Salesperson: `Mike Jefferson`, OrderID: 1495, OrderDate: `2/14/2022`, ProductID: 179, ProductName: `Mac Book Pro`, UnitPrice: 16770.46, Quantity: 5, ExtendedPrice: 83852.3, Freight: 420.46, Discontinued: false, Region: `North East`, Address: `143 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 50052 }), + new InvoicesDataItem({ ShipName: `Smith Estate`, ShipAddress: `174 Wall Street`, ShipCity: `New York`, ShipPostalCode: 60127, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1204, CustomerName: `Nancy Smith`, CustomerFirstName: `Nancy`, CustomerLastName: `Smith`, CustomerAddress: `174 Wall Street, New York, USA, 60127`, Salesperson: `Max Watson`, OrderID: 1123, OrderDate: `11/20/2022`, ProductID: 186, ProductName: `Mac Book Air`, UnitPrice: 20930.48, Quantity: 4, ExtendedPrice: 83721.92, Freight: 950.48, Discontinued: false, Region: `South East`, Address: `174 Wall Street`, City: `New York`, Country: `USA`, PostalCode: 60127 }), + new InvoicesDataItem({ ShipName: `Madison Market`, ShipAddress: `123 Wall Street`, ShipCity: `Los Angeles`, ShipPostalCode: 60111, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1205, CustomerName: `Pamela Madison`, CustomerFirstName: `Pamela`, CustomerLastName: `Madison`, CustomerAddress: `123 Wall Street, Los Angeles, USA, 60111`, Salesperson: `Pamela Jefferson`, OrderID: 1342, OrderDate: `12/8/2022`, ProductID: 140, ProductName: `Samsung Galaxy 22`, UnitPrice: 27010.34, Quantity: 3, ExtendedPrice: 81031.02, Freight: 1470.34, Discontinued: false, Region: `West`, Address: `123 Wall Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 60111 }), + new InvoicesDataItem({ ShipName: `Smith Home`, ShipAddress: `166 Market Street`, ShipCity: `Miami`, ShipPostalCode: 50102, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1206, CustomerName: `James Smith`, CustomerFirstName: `James`, CustomerLastName: `Smith`, CustomerAddress: `166 Market Street, Miami, USA, 50102`, Salesperson: `Ben Madison`, OrderID: 1017, OrderDate: `10/2/2022`, ProductID: 186, ProductName: `Samsung Galaxy 22`, UnitPrice: 12810.79, Quantity: 5, ExtendedPrice: 64053.95, Freight: 1990.79, Discontinued: false, Region: `North East`, Address: `166 Market Street`, City: `Miami`, Country: `USA`, PostalCode: 50102 }), + new InvoicesDataItem({ ShipName: `Jefferson Estate`, ShipAddress: `193 Main Street`, ShipCity: `Huston`, ShipPostalCode: 80187, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1207, CustomerName: `Max Jefferson`, CustomerFirstName: `Max`, CustomerLastName: `Jefferson`, CustomerAddress: `193 Main Street, Huston, USA, 80187`, Salesperson: `Mike Jefferson`, OrderID: 1558, OrderDate: `11/12/2022`, ProductID: 194, ProductName: `Mac Book Pro`, UnitPrice: 26210.45, Quantity: 2, ExtendedPrice: 52420.9, Freight: 1110.45, Discontinued: false, Region: `North East`, Address: `193 Main Street`, City: `Huston`, Country: `USA`, PostalCode: 80187 }), + new InvoicesDataItem({ ShipName: `Jefferson Market`, ShipAddress: `137 Main Street`, ShipCity: `Miami`, ShipPostalCode: 80111, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1208, CustomerName: `Ben Jefferson`, CustomerFirstName: `Ben`, CustomerLastName: `Jefferson`, CustomerAddress: `137 Main Street, Miami, USA, 80111`, Salesperson: `Mike Watson`, OrderID: 1466, OrderDate: `11/18/2022`, ProductID: 189, ProductName: `Mac Book Air`, UnitPrice: 6190.57, Quantity: 3, ExtendedPrice: 18571.71, Freight: 1810.57, Discontinued: false, Region: `West`, Address: `137 Main Street`, City: `Miami`, Country: `USA`, PostalCode: 80111 }), + new InvoicesDataItem({ ShipName: `Jefferson Townhouse`, ShipAddress: `122 Main Street`, ShipCity: `Philadelphia`, ShipPostalCode: 80088, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1209, CustomerName: `Ben Jefferson`, CustomerFirstName: `Ben`, CustomerLastName: `Jefferson`, CustomerAddress: `122 Main Street, Philadelphia, USA, 80088`, Salesperson: `Ben Jefferson`, OrderID: 1539, OrderDate: `11/13/2022`, ProductID: 131, ProductName: `IPhone`, UnitPrice: 21280.22, Quantity: 4, ExtendedPrice: 85120.88, Freight: 760.22, Discontinued: true, Region: `North East`, Address: `122 Main Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 80088 }), + new InvoicesDataItem({ ShipName: `Jefferson Home`, ShipAddress: `115 Main Street`, ShipCity: `New York`, ShipPostalCode: 80079, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1210, CustomerName: `Anna Jefferson`, CustomerFirstName: `Anna`, CustomerLastName: `Jefferson`, CustomerAddress: `115 Main Street, New York, USA, 80079`, Salesperson: `Max Jefferson`, OrderID: 1411, OrderDate: `11/22/2022`, ProductID: 135, ProductName: `Samsung Galaxy 22`, UnitPrice: 13700.71, Quantity: 3, ExtendedPrice: 41102.13, Freight: 1730.71, Discontinued: false, Region: `South East`, Address: `115 Main Street`, City: `New York`, Country: `USA`, PostalCode: 80079 }), + new InvoicesDataItem({ ShipName: `Smith Market`, ShipAddress: `114 Main Street`, ShipCity: `New York`, ShipPostalCode: 50137, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1211, CustomerName: `Mike Smith`, CustomerFirstName: `Mike`, CustomerLastName: `Smith`, CustomerAddress: `114 Main Street, New York, USA, 50137`, Salesperson: `Nancy Smith`, OrderID: 1890, OrderDate: `8/5/2022`, ProductID: 169, ProductName: `Samsung Galaxy 22`, UnitPrice: 11320.48, Quantity: 3, ExtendedPrice: 33961.44, Freight: 930.48, Discontinued: false, Region: `West`, Address: `114 Main Street`, City: `New York`, Country: `USA`, PostalCode: 50137 }), + new InvoicesDataItem({ ShipName: `Jefferson Market`, ShipAddress: `130 Wall Street`, ShipCity: `Miami`, ShipPostalCode: 90082, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1212, CustomerName: `Martin Jefferson`, CustomerFirstName: `Martin`, CustomerLastName: `Jefferson`, CustomerAddress: `130 Wall Street, Miami, USA, 90082`, Salesperson: `Nancy Madison`, OrderID: 1783, OrderDate: `9/1/2022`, ProductID: 109, ProductName: `IPhone`, UnitPrice: 24340.75, Quantity: 5, ExtendedPrice: 121703.75, Freight: 490.75, Discontinued: false, Region: `North East`, Address: `130 Wall Street`, City: `Miami`, Country: `USA`, PostalCode: 90082 }), + new InvoicesDataItem({ ShipName: `Jefferson Estate`, ShipAddress: `140 Main Street`, ShipCity: `New York`, ShipPostalCode: 80095, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1213, CustomerName: `James Jefferson`, CustomerFirstName: `James`, CustomerLastName: `Jefferson`, CustomerAddress: `140 Main Street, New York, USA, 80095`, Salesperson: `Pamela Watson`, OrderID: 1101, OrderDate: `5/25/2022`, ProductID: 101, ProductName: `Mac Book Air`, UnitPrice: 29980.24, Quantity: 4, ExtendedPrice: 119920.96, Freight: 1190.24, Discontinued: false, Region: `South East`, Address: `140 Main Street`, City: `New York`, Country: `USA`, PostalCode: 80095 }), + new InvoicesDataItem({ ShipName: `Jefferson Market`, ShipAddress: `165 Main Street`, ShipCity: `Huston`, ShipPostalCode: 90200, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1214, CustomerName: `Ben Jefferson`, CustomerFirstName: `Ben`, CustomerLastName: `Jefferson`, CustomerAddress: `165 Main Street, Huston, USA, 90200`, Salesperson: `Max Watson`, OrderID: 1932, OrderDate: `2/10/2022`, ProductID: 159, ProductName: `Mac Book Air`, UnitPrice: 23460.59, Quantity: 4, ExtendedPrice: 93842.36, Freight: 710.59, Discontinued: false, Region: `South East`, Address: `165 Main Street`, City: `Huston`, Country: `USA`, PostalCode: 90200 }), + new InvoicesDataItem({ ShipName: `Watson Market`, ShipAddress: `154 Market Street`, ShipCity: `Los Angeles`, ShipPostalCode: 70200, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1215, CustomerName: `Max Watson`, CustomerFirstName: `Max`, CustomerLastName: `Watson`, CustomerAddress: `154 Market Street, Los Angeles, USA, 70200`, Salesperson: `Mike Black`, OrderID: 1514, OrderDate: `10/8/2022`, ProductID: 148, ProductName: `Samsung Note`, UnitPrice: 29540.27, Quantity: 4, ExtendedPrice: 118161.08, Freight: 1960.27, Discontinued: false, Region: `North East`, Address: `154 Market Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 70200 }), + new InvoicesDataItem({ ShipName: `Watson Home`, ShipAddress: `113 Market Street`, ShipCity: `New York`, ShipPostalCode: 50127, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1216, CustomerName: `Max Watson`, CustomerFirstName: `Max`, CustomerLastName: `Watson`, CustomerAddress: `113 Market Street, New York, USA, 50127`, Salesperson: `James Jefferson`, OrderID: 1736, OrderDate: `10/21/2022`, ProductID: 188, ProductName: `IPad`, UnitPrice: 15350.27, Quantity: 4, ExtendedPrice: 61401.08, Freight: 540.27, Discontinued: false, Region: `South East`, Address: `113 Market Street`, City: `New York`, Country: `USA`, PostalCode: 50127 }), + new InvoicesDataItem({ ShipName: `Jackson Market`, ShipAddress: `153 Main Street`, ShipCity: `Huston`, ShipPostalCode: 80064, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1217, CustomerName: `James Jackson`, CustomerFirstName: `James`, CustomerLastName: `Jackson`, CustomerAddress: `153 Main Street, Huston, USA, 80064`, Salesperson: `Mike Jackson`, OrderID: 1978, OrderDate: `12/25/2022`, ProductID: 125, ProductName: `IPad`, UnitPrice: 15880.31, Quantity: 3, ExtendedPrice: 47640.93, Freight: 800.31, Discontinued: false, Region: `North East`, Address: `153 Main Street`, City: `Huston`, Country: `USA`, PostalCode: 80064 }), + new InvoicesDataItem({ ShipName: `Smith Estate`, ShipAddress: `107 Main Street`, ShipCity: `Miami`, ShipPostalCode: 50196, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1218, CustomerName: `Mike Smith`, CustomerFirstName: `Mike`, CustomerLastName: `Smith`, CustomerAddress: `107 Main Street, Miami, USA, 50196`, Salesperson: `Martin Jackson`, OrderID: 1324, OrderDate: `7/18/2022`, ProductID: 188, ProductName: `Mac Book Air`, UnitPrice: 26990.38, Quantity: 4, ExtendedPrice: 107961.52, Freight: 610.38, Discontinued: false, Region: `South East`, Address: `107 Main Street`, City: `Miami`, Country: `USA`, PostalCode: 50196 }), + new InvoicesDataItem({ ShipName: `Smith Estate`, ShipAddress: `140 Wall Street`, ShipCity: `Miami`, ShipPostalCode: 70154, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1219, CustomerName: `James Smith`, CustomerFirstName: `James`, CustomerLastName: `Smith`, CustomerAddress: `140 Wall Street, Miami, USA, 70154`, Salesperson: `Nancy Madison`, OrderID: 1307, OrderDate: `4/19/2022`, ProductID: 114, ProductName: `IPhone`, UnitPrice: 18300.65, Quantity: 4, ExtendedPrice: 73202.6, Freight: 800.65, Discontinued: true, Region: `West`, Address: `140 Wall Street`, City: `Miami`, Country: `USA`, PostalCode: 70154 }), + new InvoicesDataItem({ ShipName: `Jackson Townhouse`, ShipAddress: `158 Market Street`, ShipCity: `Los Angeles`, ShipPostalCode: 50154, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1220, CustomerName: `Mike Jackson`, CustomerFirstName: `Mike`, CustomerLastName: `Jackson`, CustomerAddress: `158 Market Street, Los Angeles, USA, 50154`, Salesperson: `James Black`, OrderID: 1808, OrderDate: `3/18/2022`, ProductID: 172, ProductName: `Mac Book Air`, UnitPrice: 27460.67, Quantity: 3, ExtendedPrice: 82382.01, Freight: 1220.67, Discontinued: false, Region: `North East`, Address: `158 Market Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 50154 }), + new InvoicesDataItem({ ShipName: `Smith Home`, ShipAddress: `116 Main Street`, ShipCity: `Los Angeles`, ShipPostalCode: 90170, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1221, CustomerName: `Pamela Smith`, CustomerFirstName: `Pamela`, CustomerLastName: `Smith`, CustomerAddress: `116 Main Street, Los Angeles, USA, 90170`, Salesperson: `James Jefferson`, OrderID: 1481, OrderDate: `5/22/2022`, ProductID: 177, ProductName: `IPhone`, UnitPrice: 23770.26, Quantity: 2, ExtendedPrice: 47540.52, Freight: 480.26, Discontinued: false, Region: `North East`, Address: `116 Main Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 90170 }), + new InvoicesDataItem({ ShipName: `Madison Townhouse`, ShipAddress: `124 Wall Street`, ShipCity: `Huston`, ShipPostalCode: 50137, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1222, CustomerName: `Max Madison`, CustomerFirstName: `Max`, CustomerLastName: `Madison`, CustomerAddress: `124 Wall Street, Huston, USA, 50137`, Salesperson: `Martin Watson`, OrderID: 1874, OrderDate: `10/1/2022`, ProductID: 102, ProductName: `Mac Book Air`, UnitPrice: 12080.68, Quantity: 5, ExtendedPrice: 60403.4, Freight: 400.68, Discontinued: false, Region: `North East`, Address: `124 Wall Street`, City: `Huston`, Country: `USA`, PostalCode: 50137 }), + new InvoicesDataItem({ ShipName: `Smith Market`, ShipAddress: `197 Main Street`, ShipCity: `New York`, ShipPostalCode: 60174, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1223, CustomerName: `Nancy Smith`, CustomerFirstName: `Nancy`, CustomerLastName: `Smith`, CustomerAddress: `197 Main Street, New York, USA, 60174`, Salesperson: `Nancy Jefferson`, OrderID: 1377, OrderDate: `10/24/2022`, ProductID: 123, ProductName: `Mac Book Air`, UnitPrice: 10520.88, Quantity: 4, ExtendedPrice: 42083.52, Freight: 800.88, Discontinued: false, Region: `South East`, Address: `197 Main Street`, City: `New York`, Country: `USA`, PostalCode: 60174 }), + new InvoicesDataItem({ ShipName: `Jefferson Estate`, ShipAddress: `192 Wall Street`, ShipCity: `Miami`, ShipPostalCode: 80134, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1224, CustomerName: `Mike Jefferson`, CustomerFirstName: `Mike`, CustomerLastName: `Jefferson`, CustomerAddress: `192 Wall Street, Miami, USA, 80134`, Salesperson: `James Madison`, OrderID: 1691, OrderDate: `6/13/2022`, ProductID: 123, ProductName: `IPhone`, UnitPrice: 11090.82, Quantity: 2, ExtendedPrice: 22181.64, Freight: 910.82, Discontinued: false, Region: `South East`, Address: `192 Wall Street`, City: `Miami`, Country: `USA`, PostalCode: 80134 }), + new InvoicesDataItem({ ShipName: `Black Estate`, ShipAddress: `111 Market Street`, ShipCity: `Huston`, ShipPostalCode: 80054, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1225, CustomerName: `Anna Black`, CustomerFirstName: `Anna`, CustomerLastName: `Black`, CustomerAddress: `111 Market Street, Huston, USA, 80054`, Salesperson: `Martin Jackson`, OrderID: 1242, OrderDate: `4/6/2022`, ProductID: 180, ProductName: `IPhone`, UnitPrice: 8180.25, Quantity: 5, ExtendedPrice: 40901.25, Freight: 510.25, Discontinued: false, Region: `North East`, Address: `111 Market Street`, City: `Huston`, Country: `USA`, PostalCode: 80054 }), + new InvoicesDataItem({ ShipName: `Jackson Estate`, ShipAddress: `106 Market Street`, ShipCity: `New York`, ShipPostalCode: 60139, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1226, CustomerName: `Nancy Jackson`, CustomerFirstName: `Nancy`, CustomerLastName: `Jackson`, CustomerAddress: `106 Market Street, New York, USA, 60139`, Salesperson: `James Madison`, OrderID: 1745, OrderDate: `1/18/2022`, ProductID: 115, ProductName: `IPhone`, UnitPrice: 6570.23, Quantity: 5, ExtendedPrice: 32851.15, Freight: 840.23, Discontinued: false, Region: `West`, Address: `106 Market Street`, City: `New York`, Country: `USA`, PostalCode: 60139 }), + new InvoicesDataItem({ ShipName: `Jackson Market`, ShipAddress: `198 Main Street`, ShipCity: `Los Angeles`, ShipPostalCode: 60058, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1227, CustomerName: `Nancy Jackson`, CustomerFirstName: `Nancy`, CustomerLastName: `Jackson`, CustomerAddress: `198 Main Street, Los Angeles, USA, 60058`, Salesperson: `James Madison`, OrderID: 1111, OrderDate: `10/11/2022`, ProductID: 132, ProductName: `IPhone`, UnitPrice: 10970.23, Quantity: 3, ExtendedPrice: 32910.69, Freight: 1670.23, Discontinued: false, Region: `North East`, Address: `198 Main Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 60058 }), + new InvoicesDataItem({ ShipName: `Madison Estate`, ShipAddress: `138 Wall Street`, ShipCity: `Huston`, ShipPostalCode: 50133, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1228, CustomerName: `Anna Madison`, CustomerFirstName: `Anna`, CustomerLastName: `Madison`, CustomerAddress: `138 Wall Street, Huston, USA, 50133`, Salesperson: `Ben Madison`, OrderID: 1182, OrderDate: `12/18/2022`, ProductID: 184, ProductName: `Mac Book Air`, UnitPrice: 27020.67, Quantity: 3, ExtendedPrice: 81062.01, Freight: 1750.67, Discontinued: false, Region: `South East`, Address: `138 Wall Street`, City: `Huston`, Country: `USA`, PostalCode: 50133 }), + new InvoicesDataItem({ ShipName: `Smith Market`, ShipAddress: `198 Market Street`, ShipCity: `Los Angeles`, ShipPostalCode: 50182, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1229, CustomerName: `James Smith`, CustomerFirstName: `James`, CustomerLastName: `Smith`, CustomerAddress: `198 Market Street, Los Angeles, USA, 50182`, Salesperson: `Ben Jackson`, OrderID: 1252, OrderDate: `10/7/2022`, ProductID: 146, ProductName: `IPad`, UnitPrice: 21910.34, Quantity: 5, ExtendedPrice: 109551.7, Freight: 840.34, Discontinued: true, Region: `North East`, Address: `198 Market Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 50182 }), + new InvoicesDataItem({ ShipName: `Jackson Townhouse`, ShipAddress: `141 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 70058, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1230, CustomerName: `James Jackson`, CustomerFirstName: `James`, CustomerLastName: `Jackson`, CustomerAddress: `141 Market Street, Philadelphia, USA, 70058`, Salesperson: `Martin Watson`, OrderID: 1635, OrderDate: `6/1/2022`, ProductID: 196, ProductName: `Mac Book Air`, UnitPrice: 16430.54, Quantity: 2, ExtendedPrice: 32861.08, Freight: 1420.54, Discontinued: false, Region: `North East`, Address: `141 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 70058 }), + new InvoicesDataItem({ ShipName: `Madison Townhouse`, ShipAddress: `107 Market Street`, ShipCity: `New York`, ShipPostalCode: 80108, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1231, CustomerName: `Anna Madison`, CustomerFirstName: `Anna`, CustomerLastName: `Madison`, CustomerAddress: `107 Market Street, New York, USA, 80108`, Salesperson: `Mike Smith`, OrderID: 1922, OrderDate: `10/6/2022`, ProductID: 154, ProductName: `Mac Book Air`, UnitPrice: 8920.46, Quantity: 5, ExtendedPrice: 44602.3, Freight: 1160.46, Discontinued: false, Region: `West`, Address: `107 Market Street`, City: `New York`, Country: `USA`, PostalCode: 80108 }), + new InvoicesDataItem({ ShipName: `Watson Market`, ShipAddress: `166 Main Street`, ShipCity: `New York`, ShipPostalCode: 60199, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1232, CustomerName: `Martin Watson`, CustomerFirstName: `Martin`, CustomerLastName: `Watson`, CustomerAddress: `166 Main Street, New York, USA, 60199`, Salesperson: `Anna Smith`, OrderID: 1759, OrderDate: `3/10/2022`, ProductID: 145, ProductName: `Samsung Galaxy 22`, UnitPrice: 22420.27, Quantity: 5, ExtendedPrice: 112101.35, Freight: 1900.27, Discontinued: false, Region: `North East`, Address: `166 Main Street`, City: `New York`, Country: `USA`, PostalCode: 60199 }), + new InvoicesDataItem({ ShipName: `Smith Home`, ShipAddress: `188 Main Street`, ShipCity: `New York`, ShipPostalCode: 90082, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1233, CustomerName: `Anna Smith`, CustomerFirstName: `Anna`, CustomerLastName: `Smith`, CustomerAddress: `188 Main Street, New York, USA, 90082`, Salesperson: `Ben Black`, OrderID: 1172, OrderDate: `11/9/2022`, ProductID: 148, ProductName: `Samsung Note`, UnitPrice: 22260.33, Quantity: 5, ExtendedPrice: 111301.65, Freight: 1530.33, Discontinued: false, Region: `West`, Address: `188 Main Street`, City: `New York`, Country: `USA`, PostalCode: 90082 }), + new InvoicesDataItem({ ShipName: `Madison Home`, ShipAddress: `168 Wall Street`, ShipCity: `Miami`, ShipPostalCode: 80160, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1234, CustomerName: `Martin Madison`, CustomerFirstName: `Martin`, CustomerLastName: `Madison`, CustomerAddress: `168 Wall Street, Miami, USA, 80160`, Salesperson: `Max Black`, OrderID: 1855, OrderDate: `9/9/2022`, ProductID: 195, ProductName: `Samsung Note`, UnitPrice: 11120.68, Quantity: 5, ExtendedPrice: 55603.4, Freight: 540.68, Discontinued: false, Region: `South East`, Address: `168 Wall Street`, City: `Miami`, Country: `USA`, PostalCode: 80160 }), + new InvoicesDataItem({ ShipName: `Madison Market`, ShipAddress: `151 Wall Street`, ShipCity: `Philadelphia`, ShipPostalCode: 50192, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1235, CustomerName: `James Madison`, CustomerFirstName: `James`, CustomerLastName: `Madison`, CustomerAddress: `151 Wall Street, Philadelphia, USA, 50192`, Salesperson: `Pamela Watson`, OrderID: 1253, OrderDate: `9/24/2022`, ProductID: 153, ProductName: `Samsung Galaxy 22`, UnitPrice: 17650.73, Quantity: 5, ExtendedPrice: 88253.65, Freight: 1010.73, Discontinued: false, Region: `North East`, Address: `151 Wall Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 50192 }), + new InvoicesDataItem({ ShipName: `Jefferson Estate`, ShipAddress: `131 Wall Street`, ShipCity: `Philadelphia`, ShipPostalCode: 60171, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1236, CustomerName: `Anna Jefferson`, CustomerFirstName: `Anna`, CustomerLastName: `Jefferson`, CustomerAddress: `131 Wall Street, Philadelphia, USA, 60171`, Salesperson: `James Jefferson`, OrderID: 1711, OrderDate: `9/12/2022`, ProductID: 192, ProductName: `IPhone`, UnitPrice: 18980.42, Quantity: 3, ExtendedPrice: 56941.26, Freight: 1070.42, Discontinued: false, Region: `North East`, Address: `131 Wall Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 60171 }), + new InvoicesDataItem({ ShipName: `Madison Estate`, ShipAddress: `101 Market Street`, ShipCity: `Huston`, ShipPostalCode: 70109, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1237, CustomerName: `Mike Madison`, CustomerFirstName: `Mike`, CustomerLastName: `Madison`, CustomerAddress: `101 Market Street, Huston, USA, 70109`, Salesperson: `Nancy Smith`, OrderID: 1155, OrderDate: `9/1/2022`, ProductID: 174, ProductName: `Mac Book Pro`, UnitPrice: 22330.35, Quantity: 2, ExtendedPrice: 44660.7, Freight: 250.35, Discontinued: false, Region: `West`, Address: `101 Market Street`, City: `Huston`, Country: `USA`, PostalCode: 70109 }), + new InvoicesDataItem({ ShipName: `Jefferson Home`, ShipAddress: `145 Main Street`, ShipCity: `New York`, ShipPostalCode: 50126, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1238, CustomerName: `Max Jefferson`, CustomerFirstName: `Max`, CustomerLastName: `Jefferson`, CustomerAddress: `145 Main Street, New York, USA, 50126`, Salesperson: `Mike Watson`, OrderID: 1656, OrderDate: `3/7/2022`, ProductID: 139, ProductName: `IPhone`, UnitPrice: 9890.72, Quantity: 3, ExtendedPrice: 29672.16, Freight: 1890.72, Discontinued: false, Region: `West`, Address: `145 Main Street`, City: `New York`, Country: `USA`, PostalCode: 50126 }), + new InvoicesDataItem({ ShipName: `Madison Home`, ShipAddress: `190 Wall Street`, ShipCity: `Huston`, ShipPostalCode: 60055, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1239, CustomerName: `Martin Madison`, CustomerFirstName: `Martin`, CustomerLastName: `Madison`, CustomerAddress: `190 Wall Street, Huston, USA, 60055`, Salesperson: `Mike Smith`, OrderID: 1192, OrderDate: `3/12/2022`, ProductID: 151, ProductName: `Samsung Galaxy 22`, UnitPrice: 16510.6, Quantity: 5, ExtendedPrice: 82553, Freight: 260.6, Discontinued: true, Region: `South East`, Address: `190 Wall Street`, City: `Huston`, Country: `USA`, PostalCode: 60055 }), + new InvoicesDataItem({ ShipName: `Smith Estate`, ShipAddress: `114 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 50122, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1240, CustomerName: `Martin Smith`, CustomerFirstName: `Martin`, CustomerLastName: `Smith`, CustomerAddress: `114 Market Street, Philadelphia, USA, 50122`, Salesperson: `James Madison`, OrderID: 1997, OrderDate: `8/3/2022`, ProductID: 195, ProductName: `Mac Book Pro`, UnitPrice: 20770.42, Quantity: 4, ExtendedPrice: 83081.68, Freight: 920.42, Discontinued: false, Region: `North East`, Address: `114 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 50122 }), + new InvoicesDataItem({ ShipName: `Jackson Townhouse`, ShipAddress: `184 Main Street`, ShipCity: `Miami`, ShipPostalCode: 50147, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1241, CustomerName: `Pamela Jackson`, CustomerFirstName: `Pamela`, CustomerLastName: `Jackson`, CustomerAddress: `184 Main Street, Miami, USA, 50147`, Salesperson: `Martin Madison`, OrderID: 1944, OrderDate: `7/11/2022`, ProductID: 105, ProductName: `Samsung Note`, UnitPrice: 22970.54, Quantity: 3, ExtendedPrice: 68911.62, Freight: 2000.54, Discontinued: false, Region: `South East`, Address: `184 Main Street`, City: `Miami`, Country: `USA`, PostalCode: 50147 }), + new InvoicesDataItem({ ShipName: `Watson Townhouse`, ShipAddress: `140 Wall Street`, ShipCity: `Los Angeles`, ShipPostalCode: 50058, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1242, CustomerName: `Pamela Watson`, CustomerFirstName: `Pamela`, CustomerLastName: `Watson`, CustomerAddress: `140 Wall Street, Los Angeles, USA, 50058`, Salesperson: `Max Madison`, OrderID: 1076, OrderDate: `12/1/2022`, ProductID: 108, ProductName: `IPhone`, UnitPrice: 5950.69, Quantity: 5, ExtendedPrice: 29753.45, Freight: 1440.69, Discontinued: false, Region: `South East`, Address: `140 Wall Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 50058 }), + new InvoicesDataItem({ ShipName: `Madison Estate`, ShipAddress: `178 Market Street`, ShipCity: `New York`, ShipPostalCode: 60194, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1243, CustomerName: `James Madison`, CustomerFirstName: `James`, CustomerLastName: `Madison`, CustomerAddress: `178 Market Street, New York, USA, 60194`, Salesperson: `James Madison`, OrderID: 1076, OrderDate: `6/25/2022`, ProductID: 176, ProductName: `IPhone`, UnitPrice: 17080.21, Quantity: 2, ExtendedPrice: 34160.42, Freight: 1200.21, Discontinued: false, Region: `West`, Address: `178 Market Street`, City: `New York`, Country: `USA`, PostalCode: 60194 }), + new InvoicesDataItem({ ShipName: `Madison Home`, ShipAddress: `179 Main Street`, ShipCity: `Huston`, ShipPostalCode: 70085, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1244, CustomerName: `Ben Madison`, CustomerFirstName: `Ben`, CustomerLastName: `Madison`, CustomerAddress: `179 Main Street, Huston, USA, 70085`, Salesperson: `Ben Jackson`, OrderID: 1070, OrderDate: `5/7/2022`, ProductID: 101, ProductName: `IPhone`, UnitPrice: 19310.75, Quantity: 2, ExtendedPrice: 38621.5, Freight: 1270.75, Discontinued: false, Region: `West`, Address: `179 Main Street`, City: `Huston`, Country: `USA`, PostalCode: 70085 }), + new InvoicesDataItem({ ShipName: `Madison Estate`, ShipAddress: `169 Market Street`, ShipCity: `Miami`, ShipPostalCode: 70087, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1245, CustomerName: `Pamela Madison`, CustomerFirstName: `Pamela`, CustomerLastName: `Madison`, CustomerAddress: `169 Market Street, Miami, USA, 70087`, Salesperson: `Nancy Black`, OrderID: 1469, OrderDate: `8/22/2022`, ProductID: 193, ProductName: `Samsung Note`, UnitPrice: 25420.4, Quantity: 2, ExtendedPrice: 50840.8, Freight: 1690.4, Discontinued: false, Region: `North East`, Address: `169 Market Street`, City: `Miami`, Country: `USA`, PostalCode: 70087 }), + new InvoicesDataItem({ ShipName: `Smith Home`, ShipAddress: `108 Wall Street`, ShipCity: `Los Angeles`, ShipPostalCode: 90128, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1246, CustomerName: `Martin Smith`, CustomerFirstName: `Martin`, CustomerLastName: `Smith`, CustomerAddress: `108 Wall Street, Los Angeles, USA, 90128`, Salesperson: `Pamela Smith`, OrderID: 1948, OrderDate: `4/25/2022`, ProductID: 141, ProductName: `Samsung Galaxy 22`, UnitPrice: 19070.55, Quantity: 3, ExtendedPrice: 57211.65, Freight: 280.55, Discontinued: false, Region: `South East`, Address: `108 Wall Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 90128 }), + new InvoicesDataItem({ ShipName: `Jackson Townhouse`, ShipAddress: `195 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 80141, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1247, CustomerName: `Mike Jackson`, CustomerFirstName: `Mike`, CustomerLastName: `Jackson`, CustomerAddress: `195 Market Street, Philadelphia, USA, 80141`, Salesperson: `Martin Smith`, OrderID: 1116, OrderDate: `1/1/2022`, ProductID: 162, ProductName: `Samsung Galaxy 22`, UnitPrice: 22190.27, Quantity: 5, ExtendedPrice: 110951.35, Freight: 1830.27, Discontinued: false, Region: `North East`, Address: `195 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 80141 }), + new InvoicesDataItem({ ShipName: `Black Home`, ShipAddress: `142 Main Street`, ShipCity: `Los Angeles`, ShipPostalCode: 50163, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1248, CustomerName: `Anna Black`, CustomerFirstName: `Anna`, CustomerLastName: `Black`, CustomerAddress: `142 Main Street, Los Angeles, USA, 50163`, Salesperson: `Pamela Jefferson`, OrderID: 1640, OrderDate: `5/1/2022`, ProductID: 153, ProductName: `Samsung Note`, UnitPrice: 7690.79, Quantity: 3, ExtendedPrice: 23072.37, Freight: 1730.79, Discontinued: false, Region: `South East`, Address: `142 Main Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 50163 }), + new InvoicesDataItem({ ShipName: `Watson Market`, ShipAddress: `177 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 80155, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1249, CustomerName: `Mike Watson`, CustomerFirstName: `Mike`, CustomerLastName: `Watson`, CustomerAddress: `177 Market Street, Philadelphia, USA, 80155`, Salesperson: `Anna Jefferson`, OrderID: 1748, OrderDate: `9/2/2022`, ProductID: 186, ProductName: `Mac Book Air`, UnitPrice: 25230.84, Quantity: 4, ExtendedPrice: 100923.36, Freight: 670.84, Discontinued: true, Region: `South East`, Address: `177 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 80155 }), + new InvoicesDataItem({ ShipName: `Black Estate`, ShipAddress: `175 Market Street`, ShipCity: `Los Angeles`, ShipPostalCode: 80141, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1250, CustomerName: `Mike Black`, CustomerFirstName: `Mike`, CustomerLastName: `Black`, CustomerAddress: `175 Market Street, Los Angeles, USA, 80141`, Salesperson: `Martin Black`, OrderID: 1251, OrderDate: `7/5/2022`, ProductID: 140, ProductName: `Mac Book Pro`, UnitPrice: 25960.45, Quantity: 2, ExtendedPrice: 51920.9, Freight: 260.45, Discontinued: false, Region: `North East`, Address: `175 Market Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 80141 }), + new InvoicesDataItem({ ShipName: `Watson Market`, ShipAddress: `110 Market Street`, ShipCity: `New York`, ShipPostalCode: 90174, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1251, CustomerName: `Pamela Watson`, CustomerFirstName: `Pamela`, CustomerLastName: `Watson`, CustomerAddress: `110 Market Street, New York, USA, 90174`, Salesperson: `Pamela Black`, OrderID: 1397, OrderDate: `7/2/2022`, ProductID: 141, ProductName: `Samsung Note`, UnitPrice: 22150.67, Quantity: 3, ExtendedPrice: 66452.01, Freight: 640.67, Discontinued: false, Region: `North East`, Address: `110 Market Street`, City: `New York`, Country: `USA`, PostalCode: 90174 }), + new InvoicesDataItem({ ShipName: `Jackson Estate`, ShipAddress: `121 Wall Street`, ShipCity: `Los Angeles`, ShipPostalCode: 70083, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1252, CustomerName: `Mike Jackson`, CustomerFirstName: `Mike`, CustomerLastName: `Jackson`, CustomerAddress: `121 Wall Street, Los Angeles, USA, 70083`, Salesperson: `Ben Jefferson`, OrderID: 1938, OrderDate: `1/20/2022`, ProductID: 171, ProductName: `Samsung Galaxy 22`, UnitPrice: 9220.74, Quantity: 4, ExtendedPrice: 36882.96, Freight: 1030.74, Discontinued: false, Region: `South East`, Address: `121 Wall Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 70083 }), + new InvoicesDataItem({ ShipName: `Jackson Townhouse`, ShipAddress: `122 Wall Street`, ShipCity: `Philadelphia`, ShipPostalCode: 70122, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1253, CustomerName: `Mike Jackson`, CustomerFirstName: `Mike`, CustomerLastName: `Jackson`, CustomerAddress: `122 Wall Street, Philadelphia, USA, 70122`, Salesperson: `Mike Watson`, OrderID: 1608, OrderDate: `2/9/2022`, ProductID: 109, ProductName: `Samsung Note`, UnitPrice: 11240.75, Quantity: 2, ExtendedPrice: 22481.5, Freight: 1010.75, Discontinued: false, Region: `West`, Address: `122 Wall Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 70122 }), + new InvoicesDataItem({ ShipName: `Watson Estate`, ShipAddress: `151 Main Street`, ShipCity: `Huston`, ShipPostalCode: 50057, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1254, CustomerName: `Pamela Watson`, CustomerFirstName: `Pamela`, CustomerLastName: `Watson`, CustomerAddress: `151 Main Street, Huston, USA, 50057`, Salesperson: `Martin Watson`, OrderID: 1217, OrderDate: `8/4/2022`, ProductID: 185, ProductName: `Mac Book Pro`, UnitPrice: 16680.55, Quantity: 3, ExtendedPrice: 50041.65, Freight: 1710.55, Discontinued: false, Region: `North East`, Address: `151 Main Street`, City: `Huston`, Country: `USA`, PostalCode: 50057 }), + new InvoicesDataItem({ ShipName: `Jackson Market`, ShipAddress: `120 Wall Street`, ShipCity: `Huston`, ShipPostalCode: 50131, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1255, CustomerName: `Mike Jackson`, CustomerFirstName: `Mike`, CustomerLastName: `Jackson`, CustomerAddress: `120 Wall Street, Huston, USA, 50131`, Salesperson: `Ben Jackson`, OrderID: 1661, OrderDate: `5/1/2022`, ProductID: 190, ProductName: `Mac Book Air`, UnitPrice: 21450.85, Quantity: 5, ExtendedPrice: 107254.25, Freight: 1350.85, Discontinued: false, Region: `South East`, Address: `120 Wall Street`, City: `Huston`, Country: `USA`, PostalCode: 50131 }), + new InvoicesDataItem({ ShipName: `Madison Market`, ShipAddress: `134 Main Street`, ShipCity: `Huston`, ShipPostalCode: 90060, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1256, CustomerName: `Mike Madison`, CustomerFirstName: `Mike`, CustomerLastName: `Madison`, CustomerAddress: `134 Main Street, Huston, USA, 90060`, Salesperson: `James Madison`, OrderID: 1766, OrderDate: `11/11/2022`, ProductID: 134, ProductName: `Mac Book Air`, UnitPrice: 12850.63, Quantity: 3, ExtendedPrice: 38551.89, Freight: 1790.63, Discontinued: false, Region: `West`, Address: `134 Main Street`, City: `Huston`, Country: `USA`, PostalCode: 90060 }), + new InvoicesDataItem({ ShipName: `Black Home`, ShipAddress: `150 Wall Street`, ShipCity: `Huston`, ShipPostalCode: 60151, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1257, CustomerName: `James Black`, CustomerFirstName: `James`, CustomerLastName: `Black`, CustomerAddress: `150 Wall Street, Huston, USA, 60151`, Salesperson: `Martin Black`, OrderID: 1321, OrderDate: `8/4/2022`, ProductID: 125, ProductName: `Samsung Note`, UnitPrice: 29190.24, Quantity: 4, ExtendedPrice: 116760.96, Freight: 680.24, Discontinued: false, Region: `North East`, Address: `150 Wall Street`, City: `Huston`, Country: `USA`, PostalCode: 60151 }), + new InvoicesDataItem({ ShipName: `Watson Estate`, ShipAddress: `155 Wall Street`, ShipCity: `Huston`, ShipPostalCode: 60121, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1258, CustomerName: `Max Watson`, CustomerFirstName: `Max`, CustomerLastName: `Watson`, CustomerAddress: `155 Wall Street, Huston, USA, 60121`, Salesperson: `Max Jackson`, OrderID: 1872, OrderDate: `2/20/2022`, ProductID: 188, ProductName: `Samsung Note`, UnitPrice: 22750.45, Quantity: 3, ExtendedPrice: 68251.35, Freight: 840.45, Discontinued: false, Region: `West`, Address: `155 Wall Street`, City: `Huston`, Country: `USA`, PostalCode: 60121 }), + new InvoicesDataItem({ ShipName: `Watson Market`, ShipAddress: `184 Market Street`, ShipCity: `New York`, ShipPostalCode: 90156, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1259, CustomerName: `Anna Watson`, CustomerFirstName: `Anna`, CustomerLastName: `Watson`, CustomerAddress: `184 Market Street, New York, USA, 90156`, Salesperson: `James Watson`, OrderID: 1828, OrderDate: `5/25/2022`, ProductID: 191, ProductName: `Samsung Galaxy 22`, UnitPrice: 29760.3, Quantity: 2, ExtendedPrice: 59520.6, Freight: 1960.3, Discontinued: true, Region: `North East`, Address: `184 Market Street`, City: `New York`, Country: `USA`, PostalCode: 90156 }), + new InvoicesDataItem({ ShipName: `Watson Market`, ShipAddress: `133 Market Street`, ShipCity: `Huston`, ShipPostalCode: 50074, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1260, CustomerName: `Anna Watson`, CustomerFirstName: `Anna`, CustomerLastName: `Watson`, CustomerAddress: `133 Market Street, Huston, USA, 50074`, Salesperson: `Mike Black`, OrderID: 1966, OrderDate: `6/18/2022`, ProductID: 160, ProductName: `Mac Book Air`, UnitPrice: 7450.44, Quantity: 5, ExtendedPrice: 37252.2, Freight: 590.44, Discontinued: false, Region: `West`, Address: `133 Market Street`, City: `Huston`, Country: `USA`, PostalCode: 50074 }), + new InvoicesDataItem({ ShipName: `Black Townhouse`, ShipAddress: `154 Main Street`, ShipCity: `Philadelphia`, ShipPostalCode: 70052, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1261, CustomerName: `Martin Black`, CustomerFirstName: `Martin`, CustomerLastName: `Black`, CustomerAddress: `154 Main Street, Philadelphia, USA, 70052`, Salesperson: `Ben Jackson`, OrderID: 1421, OrderDate: `9/17/2022`, ProductID: 127, ProductName: `Mac Book Air`, UnitPrice: 23000.47, Quantity: 2, ExtendedPrice: 46000.94, Freight: 550.47, Discontinued: false, Region: `South East`, Address: `154 Main Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 70052 }), + new InvoicesDataItem({ ShipName: `Smith Townhouse`, ShipAddress: `114 Wall Street`, ShipCity: `Philadelphia`, ShipPostalCode: 90174, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1262, CustomerName: `Max Smith`, CustomerFirstName: `Max`, CustomerLastName: `Smith`, CustomerAddress: `114 Wall Street, Philadelphia, USA, 90174`, Salesperson: `Pamela Smith`, OrderID: 1192, OrderDate: `12/4/2022`, ProductID: 105, ProductName: `Samsung Note`, UnitPrice: 19790.26, Quantity: 2, ExtendedPrice: 39580.52, Freight: 1150.26, Discontinued: false, Region: `South East`, Address: `114 Wall Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 90174 }), + new InvoicesDataItem({ ShipName: `Jefferson Townhouse`, ShipAddress: `154 Wall Street`, ShipCity: `New York`, ShipPostalCode: 90162, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1263, CustomerName: `Ben Jefferson`, CustomerFirstName: `Ben`, CustomerLastName: `Jefferson`, CustomerAddress: `154 Wall Street, New York, USA, 90162`, Salesperson: `Nancy Smith`, OrderID: 1539, OrderDate: `7/16/2022`, ProductID: 139, ProductName: `Samsung Note`, UnitPrice: 11830.34, Quantity: 2, ExtendedPrice: 23660.68, Freight: 1930.34, Discontinued: false, Region: `West`, Address: `154 Wall Street`, City: `New York`, Country: `USA`, PostalCode: 90162 }), + new InvoicesDataItem({ ShipName: `Smith Townhouse`, ShipAddress: `140 Wall Street`, ShipCity: `Los Angeles`, ShipPostalCode: 70136, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1264, CustomerName: `Martin Smith`, CustomerFirstName: `Martin`, CustomerLastName: `Smith`, CustomerAddress: `140 Wall Street, Los Angeles, USA, 70136`, Salesperson: `Mike Jackson`, OrderID: 1271, OrderDate: `10/7/2022`, ProductID: 124, ProductName: `Samsung Note`, UnitPrice: 21020.81, Quantity: 2, ExtendedPrice: 42041.62, Freight: 1420.81, Discontinued: false, Region: `West`, Address: `140 Wall Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 70136 }), + new InvoicesDataItem({ ShipName: `Smith Townhouse`, ShipAddress: `185 Main Street`, ShipCity: `Philadelphia`, ShipPostalCode: 60116, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1265, CustomerName: `James Smith`, CustomerFirstName: `James`, CustomerLastName: `Smith`, CustomerAddress: `185 Main Street, Philadelphia, USA, 60116`, Salesperson: `James Watson`, OrderID: 1090, OrderDate: `9/11/2022`, ProductID: 160, ProductName: `IPhone`, UnitPrice: 16070.46, Quantity: 3, ExtendedPrice: 48211.38, Freight: 1490.46, Discontinued: false, Region: `West`, Address: `185 Main Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 60116 }), + new InvoicesDataItem({ ShipName: `Smith Estate`, ShipAddress: `179 Market Street`, ShipCity: `Huston`, ShipPostalCode: 80107, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1266, CustomerName: `Max Smith`, CustomerFirstName: `Max`, CustomerLastName: `Smith`, CustomerAddress: `179 Market Street, Huston, USA, 80107`, Salesperson: `Nancy Smith`, OrderID: 1286, OrderDate: `1/10/2022`, ProductID: 161, ProductName: `Mac Book Air`, UnitPrice: 26160.38, Quantity: 3, ExtendedPrice: 78481.14, Freight: 570.38, Discontinued: false, Region: `West`, Address: `179 Market Street`, City: `Huston`, Country: `USA`, PostalCode: 80107 }), + new InvoicesDataItem({ ShipName: `Jefferson Home`, ShipAddress: `189 Wall Street`, ShipCity: `Huston`, ShipPostalCode: 90073, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1267, CustomerName: `Ben Jefferson`, CustomerFirstName: `Ben`, CustomerLastName: `Jefferson`, CustomerAddress: `189 Wall Street, Huston, USA, 90073`, Salesperson: `Martin Madison`, OrderID: 1754, OrderDate: `5/2/2022`, ProductID: 143, ProductName: `Samsung Galaxy 22`, UnitPrice: 29540.84, Quantity: 4, ExtendedPrice: 118163.36, Freight: 500.84, Discontinued: false, Region: `North East`, Address: `189 Wall Street`, City: `Huston`, Country: `USA`, PostalCode: 90073 }), + new InvoicesDataItem({ ShipName: `Madison Estate`, ShipAddress: `106 Market Street`, ShipCity: `Miami`, ShipPostalCode: 90153, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1268, CustomerName: `Anna Madison`, CustomerFirstName: `Anna`, CustomerLastName: `Madison`, CustomerAddress: `106 Market Street, Miami, USA, 90153`, Salesperson: `Anna Black`, OrderID: 1321, OrderDate: `6/21/2022`, ProductID: 136, ProductName: `Samsung Galaxy 22`, UnitPrice: 12550.55, Quantity: 5, ExtendedPrice: 62752.75, Freight: 1440.55, Discontinued: false, Region: `West`, Address: `106 Market Street`, City: `Miami`, Country: `USA`, PostalCode: 90153 }), + new InvoicesDataItem({ ShipName: `Watson Townhouse`, ShipAddress: `149 Wall Street`, ShipCity: `Los Angeles`, ShipPostalCode: 50102, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1269, CustomerName: `Pamela Watson`, CustomerFirstName: `Pamela`, CustomerLastName: `Watson`, CustomerAddress: `149 Wall Street, Los Angeles, USA, 50102`, Salesperson: `James Jefferson`, OrderID: 1262, OrderDate: `7/13/2022`, ProductID: 178, ProductName: `Samsung Note`, UnitPrice: 8690.45, Quantity: 3, ExtendedPrice: 26071.35, Freight: 1420.45, Discontinued: true, Region: `West`, Address: `149 Wall Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 50102 }), + new InvoicesDataItem({ ShipName: `Watson Market`, ShipAddress: `192 Market Street`, ShipCity: `New York`, ShipPostalCode: 60078, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1270, CustomerName: `Martin Watson`, CustomerFirstName: `Martin`, CustomerLastName: `Watson`, CustomerAddress: `192 Market Street, New York, USA, 60078`, Salesperson: `Ben Jackson`, OrderID: 1586, OrderDate: `11/13/2022`, ProductID: 130, ProductName: `Mac Book Pro`, UnitPrice: 28630.86, Quantity: 2, ExtendedPrice: 57261.72, Freight: 980.86, Discontinued: false, Region: `West`, Address: `192 Market Street`, City: `New York`, Country: `USA`, PostalCode: 60078 }), + new InvoicesDataItem({ ShipName: `Jefferson Estate`, ShipAddress: `159 Main Street`, ShipCity: `New York`, ShipPostalCode: 50050, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1271, CustomerName: `James Jefferson`, CustomerFirstName: `James`, CustomerLastName: `Jefferson`, CustomerAddress: `159 Main Street, New York, USA, 50050`, Salesperson: `Max Jefferson`, OrderID: 1915, OrderDate: `2/10/2022`, ProductID: 178, ProductName: `Mac Book Pro`, UnitPrice: 19050.75, Quantity: 5, ExtendedPrice: 95253.75, Freight: 960.75, Discontinued: false, Region: `West`, Address: `159 Main Street`, City: `New York`, Country: `USA`, PostalCode: 50050 }), + new InvoicesDataItem({ ShipName: `Watson Market`, ShipAddress: `171 Wall Street`, ShipCity: `Los Angeles`, ShipPostalCode: 60099, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1272, CustomerName: `Nancy Watson`, CustomerFirstName: `Nancy`, CustomerLastName: `Watson`, CustomerAddress: `171 Wall Street, Los Angeles, USA, 60099`, Salesperson: `Pamela Jackson`, OrderID: 1503, OrderDate: `4/7/2022`, ProductID: 153, ProductName: `Samsung Galaxy 22`, UnitPrice: 26320.3, Quantity: 3, ExtendedPrice: 78960.9, Freight: 1360.3, Discontinued: false, Region: `South East`, Address: `171 Wall Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 60099 }), + new InvoicesDataItem({ ShipName: `Madison Townhouse`, ShipAddress: `161 Main Street`, ShipCity: `Huston`, ShipPostalCode: 70087, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1273, CustomerName: `Anna Madison`, CustomerFirstName: `Anna`, CustomerLastName: `Madison`, CustomerAddress: `161 Main Street, Huston, USA, 70087`, Salesperson: `Nancy Watson`, OrderID: 1129, OrderDate: `9/4/2022`, ProductID: 119, ProductName: `Samsung Note`, UnitPrice: 26970.53, Quantity: 3, ExtendedPrice: 80911.59, Freight: 1890.53, Discontinued: false, Region: `South East`, Address: `161 Main Street`, City: `Huston`, Country: `USA`, PostalCode: 70087 }), + new InvoicesDataItem({ ShipName: `Watson Market`, ShipAddress: `163 Market Street`, ShipCity: `Los Angeles`, ShipPostalCode: 50127, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1274, CustomerName: `Max Watson`, CustomerFirstName: `Max`, CustomerLastName: `Watson`, CustomerAddress: `163 Market Street, Los Angeles, USA, 50127`, Salesperson: `Nancy Jefferson`, OrderID: 1508, OrderDate: `1/6/2022`, ProductID: 136, ProductName: `Mac Book Air`, UnitPrice: 12620.81, Quantity: 3, ExtendedPrice: 37862.43, Freight: 650.81, Discontinued: false, Region: `North East`, Address: `163 Market Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 50127 }), + new InvoicesDataItem({ ShipName: `Watson Townhouse`, ShipAddress: `131 Market Street`, ShipCity: `Huston`, ShipPostalCode: 50052, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1275, CustomerName: `James Watson`, CustomerFirstName: `James`, CustomerLastName: `Watson`, CustomerAddress: `131 Market Street, Huston, USA, 50052`, Salesperson: `Martin Watson`, OrderID: 1285, OrderDate: `8/6/2022`, ProductID: 123, ProductName: `Samsung Note`, UnitPrice: 22790.24, Quantity: 4, ExtendedPrice: 91160.96, Freight: 1140.24, Discontinued: false, Region: `South East`, Address: `131 Market Street`, City: `Huston`, Country: `USA`, PostalCode: 50052 }), + new InvoicesDataItem({ ShipName: `Black Home`, ShipAddress: `125 Wall Street`, ShipCity: `Miami`, ShipPostalCode: 60101, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1276, CustomerName: `Ben Black`, CustomerFirstName: `Ben`, CustomerLastName: `Black`, CustomerAddress: `125 Wall Street, Miami, USA, 60101`, Salesperson: `Ben Smith`, OrderID: 1881, OrderDate: `12/5/2022`, ProductID: 128, ProductName: `Mac Book Air`, UnitPrice: 18780.56, Quantity: 4, ExtendedPrice: 75122.24, Freight: 820.56, Discontinued: false, Region: `West`, Address: `125 Wall Street`, City: `Miami`, Country: `USA`, PostalCode: 60101 }), + new InvoicesDataItem({ ShipName: `Jackson Market`, ShipAddress: `184 Main Street`, ShipCity: `Miami`, ShipPostalCode: 50157, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1277, CustomerName: `Nancy Jackson`, CustomerFirstName: `Nancy`, CustomerLastName: `Jackson`, CustomerAddress: `184 Main Street, Miami, USA, 50157`, Salesperson: `Mike Smith`, OrderID: 1478, OrderDate: `9/18/2022`, ProductID: 131, ProductName: `IPad`, UnitPrice: 15000.21, Quantity: 5, ExtendedPrice: 75001.05, Freight: 1390.21, Discontinued: false, Region: `North East`, Address: `184 Main Street`, City: `Miami`, Country: `USA`, PostalCode: 50157 }), + new InvoicesDataItem({ ShipName: `Watson Estate`, ShipAddress: `199 Market Street`, ShipCity: `Huston`, ShipPostalCode: 80050, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1278, CustomerName: `Nancy Watson`, CustomerFirstName: `Nancy`, CustomerLastName: `Watson`, CustomerAddress: `199 Market Street, Huston, USA, 80050`, Salesperson: `Max Jefferson`, OrderID: 1767, OrderDate: `1/17/2022`, ProductID: 196, ProductName: `Mac Book Pro`, UnitPrice: 21600.31, Quantity: 3, ExtendedPrice: 64800.93, Freight: 1130.31, Discontinued: false, Region: `North East`, Address: `199 Market Street`, City: `Huston`, Country: `USA`, PostalCode: 80050 }), + new InvoicesDataItem({ ShipName: `Madison Market`, ShipAddress: `127 Market Street`, ShipCity: `Miami`, ShipPostalCode: 60073, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1279, CustomerName: `Nancy Madison`, CustomerFirstName: `Nancy`, CustomerLastName: `Madison`, CustomerAddress: `127 Market Street, Miami, USA, 60073`, Salesperson: `Mike Smith`, OrderID: 1229, OrderDate: `12/7/2022`, ProductID: 184, ProductName: `Mac Book Air`, UnitPrice: 27500.59, Quantity: 3, ExtendedPrice: 82501.77, Freight: 1380.59, Discontinued: true, Region: `West`, Address: `127 Market Street`, City: `Miami`, Country: `USA`, PostalCode: 60073 }), + new InvoicesDataItem({ ShipName: `Watson Home`, ShipAddress: `169 Main Street`, ShipCity: `New York`, ShipPostalCode: 50123, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1280, CustomerName: `Mike Watson`, CustomerFirstName: `Mike`, CustomerLastName: `Watson`, CustomerAddress: `169 Main Street, New York, USA, 50123`, Salesperson: `Martin Jackson`, OrderID: 1761, OrderDate: `2/10/2022`, ProductID: 169, ProductName: `IPad`, UnitPrice: 21430.7, Quantity: 5, ExtendedPrice: 107153.5, Freight: 1170.7, Discontinued: false, Region: `North East`, Address: `169 Main Street`, City: `New York`, Country: `USA`, PostalCode: 50123 }), + new InvoicesDataItem({ ShipName: `Watson Home`, ShipAddress: `109 Main Street`, ShipCity: `Philadelphia`, ShipPostalCode: 80143, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1281, CustomerName: `James Watson`, CustomerFirstName: `James`, CustomerLastName: `Watson`, CustomerAddress: `109 Main Street, Philadelphia, USA, 80143`, Salesperson: `Anna Black`, OrderID: 1461, OrderDate: `9/8/2022`, ProductID: 155, ProductName: `Samsung Galaxy 22`, UnitPrice: 28470.33, Quantity: 4, ExtendedPrice: 113881.32, Freight: 1750.33, Discontinued: false, Region: `North East`, Address: `109 Main Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 80143 }), + new InvoicesDataItem({ ShipName: `Madison Townhouse`, ShipAddress: `103 Main Street`, ShipCity: `New York`, ShipPostalCode: 80198, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1282, CustomerName: `James Madison`, CustomerFirstName: `James`, CustomerLastName: `Madison`, CustomerAddress: `103 Main Street, New York, USA, 80198`, Salesperson: `Ben Black`, OrderID: 1210, OrderDate: `11/7/2022`, ProductID: 123, ProductName: `Samsung Galaxy 22`, UnitPrice: 11260.52, Quantity: 5, ExtendedPrice: 56302.6, Freight: 330.52, Discontinued: false, Region: `West`, Address: `103 Main Street`, City: `New York`, Country: `USA`, PostalCode: 80198 }), + new InvoicesDataItem({ ShipName: `Jefferson Market`, ShipAddress: `102 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 50100, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1283, CustomerName: `Martin Jefferson`, CustomerFirstName: `Martin`, CustomerLastName: `Jefferson`, CustomerAddress: `102 Market Street, Philadelphia, USA, 50100`, Salesperson: `Pamela Jefferson`, OrderID: 1262, OrderDate: `4/17/2022`, ProductID: 134, ProductName: `Mac Book Pro`, UnitPrice: 21890.55, Quantity: 4, ExtendedPrice: 87562.2, Freight: 500.55, Discontinued: false, Region: `West`, Address: `102 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 50100 }), + new InvoicesDataItem({ ShipName: `Madison Home`, ShipAddress: `194 Market Street`, ShipCity: `New York`, ShipPostalCode: 80057, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1284, CustomerName: `Pamela Madison`, CustomerFirstName: `Pamela`, CustomerLastName: `Madison`, CustomerAddress: `194 Market Street, New York, USA, 80057`, Salesperson: `Pamela Jefferson`, OrderID: 1490, OrderDate: `4/6/2022`, ProductID: 191, ProductName: `Samsung Galaxy 22`, UnitPrice: 15670.58, Quantity: 4, ExtendedPrice: 62682.32, Freight: 1320.58, Discontinued: false, Region: `South East`, Address: `194 Market Street`, City: `New York`, Country: `USA`, PostalCode: 80057 }), + new InvoicesDataItem({ ShipName: `Madison Market`, ShipAddress: `102 Main Street`, ShipCity: `Miami`, ShipPostalCode: 70175, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1285, CustomerName: `Nancy Madison`, CustomerFirstName: `Nancy`, CustomerLastName: `Madison`, CustomerAddress: `102 Main Street, Miami, USA, 70175`, Salesperson: `James Jackson`, OrderID: 1031, OrderDate: `3/18/2022`, ProductID: 196, ProductName: `Samsung Note`, UnitPrice: 16280.69, Quantity: 3, ExtendedPrice: 48842.07, Freight: 380.69, Discontinued: false, Region: `South East`, Address: `102 Main Street`, City: `Miami`, Country: `USA`, PostalCode: 70175 }), + new InvoicesDataItem({ ShipName: `Watson Estate`, ShipAddress: `139 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 60067, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1286, CustomerName: `Nancy Watson`, CustomerFirstName: `Nancy`, CustomerLastName: `Watson`, CustomerAddress: `139 Market Street, Philadelphia, USA, 60067`, Salesperson: `Max Jefferson`, OrderID: 1803, OrderDate: `1/22/2022`, ProductID: 134, ProductName: `Mac Book Pro`, UnitPrice: 7940.29, Quantity: 4, ExtendedPrice: 31761.16, Freight: 620.29, Discontinued: false, Region: `North East`, Address: `139 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 60067 }), + new InvoicesDataItem({ ShipName: `Smith Market`, ShipAddress: `167 Market Street`, ShipCity: `New York`, ShipPostalCode: 80115, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1287, CustomerName: `Martin Smith`, CustomerFirstName: `Martin`, CustomerLastName: `Smith`, CustomerAddress: `167 Market Street, New York, USA, 80115`, Salesperson: `Anna Black`, OrderID: 1465, OrderDate: `2/14/2022`, ProductID: 166, ProductName: `Samsung Note`, UnitPrice: 20420.2, Quantity: 4, ExtendedPrice: 81680.8, Freight: 960.2, Discontinued: false, Region: `North East`, Address: `167 Market Street`, City: `New York`, Country: `USA`, PostalCode: 80115 }), + new InvoicesDataItem({ ShipName: `Jefferson Market`, ShipAddress: `167 Market Street`, ShipCity: `New York`, ShipPostalCode: 80080, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1288, CustomerName: `Nancy Jefferson`, CustomerFirstName: `Nancy`, CustomerLastName: `Jefferson`, CustomerAddress: `167 Market Street, New York, USA, 80080`, Salesperson: `Ben Jackson`, OrderID: 1303, OrderDate: `12/12/2022`, ProductID: 191, ProductName: `Samsung Galaxy 22`, UnitPrice: 20080.21, Quantity: 2, ExtendedPrice: 40160.42, Freight: 800.21, Discontinued: false, Region: `West`, Address: `167 Market Street`, City: `New York`, Country: `USA`, PostalCode: 80080 }), + new InvoicesDataItem({ ShipName: `Jackson Market`, ShipAddress: `167 Market Street`, ShipCity: `New York`, ShipPostalCode: 90093, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1289, CustomerName: `Pamela Jackson`, CustomerFirstName: `Pamela`, CustomerLastName: `Jackson`, CustomerAddress: `167 Market Street, New York, USA, 90093`, Salesperson: `Anna Smith`, OrderID: 1122, OrderDate: `8/6/2022`, ProductID: 189, ProductName: `Mac Book Air`, UnitPrice: 29420.55, Quantity: 4, ExtendedPrice: 117682.2, Freight: 1200.55, Discontinued: true, Region: `South East`, Address: `167 Market Street`, City: `New York`, Country: `USA`, PostalCode: 90093 }), + new InvoicesDataItem({ ShipName: `Madison Home`, ShipAddress: `114 Wall Street`, ShipCity: `Philadelphia`, ShipPostalCode: 60133, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1290, CustomerName: `Nancy Madison`, CustomerFirstName: `Nancy`, CustomerLastName: `Madison`, CustomerAddress: `114 Wall Street, Philadelphia, USA, 60133`, Salesperson: `Anna Madison`, OrderID: 1402, OrderDate: `6/9/2022`, ProductID: 161, ProductName: `Samsung Galaxy 22`, UnitPrice: 16370.76, Quantity: 3, ExtendedPrice: 49112.28, Freight: 590.76, Discontinued: false, Region: `South East`, Address: `114 Wall Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 60133 }), + new InvoicesDataItem({ ShipName: `Madison Home`, ShipAddress: `164 Market Street`, ShipCity: `Los Angeles`, ShipPostalCode: 60153, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1291, CustomerName: `Anna Madison`, CustomerFirstName: `Anna`, CustomerLastName: `Madison`, CustomerAddress: `164 Market Street, Los Angeles, USA, 60153`, Salesperson: `Max Smith`, OrderID: 1165, OrderDate: `11/24/2022`, ProductID: 193, ProductName: `Mac Book Pro`, UnitPrice: 19240.53, Quantity: 4, ExtendedPrice: 76962.12, Freight: 1990.53, Discontinued: false, Region: `West`, Address: `164 Market Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 60153 }), + new InvoicesDataItem({ ShipName: `Jackson Home`, ShipAddress: `102 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 90068, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1292, CustomerName: `Mike Jackson`, CustomerFirstName: `Mike`, CustomerLastName: `Jackson`, CustomerAddress: `102 Market Street, Philadelphia, USA, 90068`, Salesperson: `Mike Madison`, OrderID: 1512, OrderDate: `9/4/2022`, ProductID: 186, ProductName: `Samsung Note`, UnitPrice: 26300.88, Quantity: 4, ExtendedPrice: 105203.52, Freight: 660.88, Discontinued: false, Region: `West`, Address: `102 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 90068 }), + new InvoicesDataItem({ ShipName: `Jefferson Market`, ShipAddress: `158 Wall Street`, ShipCity: `Los Angeles`, ShipPostalCode: 80149, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1293, CustomerName: `Pamela Jefferson`, CustomerFirstName: `Pamela`, CustomerLastName: `Jefferson`, CustomerAddress: `158 Wall Street, Los Angeles, USA, 80149`, Salesperson: `Max Jackson`, OrderID: 1358, OrderDate: `2/22/2022`, ProductID: 110, ProductName: `Mac Book Pro`, UnitPrice: 23570.31, Quantity: 5, ExtendedPrice: 117851.55, Freight: 1260.31, Discontinued: false, Region: `North East`, Address: `158 Wall Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 80149 }), + new InvoicesDataItem({ ShipName: `Jefferson Townhouse`, ShipAddress: `125 Market Street`, ShipCity: `Huston`, ShipPostalCode: 80176, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1294, CustomerName: `Nancy Jefferson`, CustomerFirstName: `Nancy`, CustomerLastName: `Jefferson`, CustomerAddress: `125 Market Street, Huston, USA, 80176`, Salesperson: `Pamela Watson`, OrderID: 1106, OrderDate: `2/7/2022`, ProductID: 152, ProductName: `Samsung Galaxy 22`, UnitPrice: 6100.56, Quantity: 5, ExtendedPrice: 30502.8, Freight: 1900.56, Discontinued: false, Region: `West`, Address: `125 Market Street`, City: `Huston`, Country: `USA`, PostalCode: 80176 }), + new InvoicesDataItem({ ShipName: `Smith Estate`, ShipAddress: `177 Main Street`, ShipCity: `Los Angeles`, ShipPostalCode: 50079, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1295, CustomerName: `Pamela Smith`, CustomerFirstName: `Pamela`, CustomerLastName: `Smith`, CustomerAddress: `177 Main Street, Los Angeles, USA, 50079`, Salesperson: `Max Watson`, OrderID: 1931, OrderDate: `6/5/2022`, ProductID: 113, ProductName: `Samsung Galaxy 22`, UnitPrice: 27350.45, Quantity: 3, ExtendedPrice: 82051.35, Freight: 1170.45, Discontinued: false, Region: `North East`, Address: `177 Main Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 50079 }), + new InvoicesDataItem({ ShipName: `Jackson Estate`, ShipAddress: `148 Market Street`, ShipCity: `New York`, ShipPostalCode: 90184, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1296, CustomerName: `Mike Jackson`, CustomerFirstName: `Mike`, CustomerLastName: `Jackson`, CustomerAddress: `148 Market Street, New York, USA, 90184`, Salesperson: `James Smith`, OrderID: 1108, OrderDate: `8/5/2022`, ProductID: 122, ProductName: `Samsung Note`, UnitPrice: 5440.75, Quantity: 4, ExtendedPrice: 21763, Freight: 960.75, Discontinued: false, Region: `South East`, Address: `148 Market Street`, City: `New York`, Country: `USA`, PostalCode: 90184 }), + new InvoicesDataItem({ ShipName: `Black Townhouse`, ShipAddress: `113 Wall Street`, ShipCity: `Huston`, ShipPostalCode: 50064, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1297, CustomerName: `Max Black`, CustomerFirstName: `Max`, CustomerLastName: `Black`, CustomerAddress: `113 Wall Street, Huston, USA, 50064`, Salesperson: `Martin Smith`, OrderID: 1782, OrderDate: `3/24/2022`, ProductID: 107, ProductName: `IPad`, UnitPrice: 22200.88, Quantity: 4, ExtendedPrice: 88803.52, Freight: 510.88, Discontinued: false, Region: `West`, Address: `113 Wall Street`, City: `Huston`, Country: `USA`, PostalCode: 50064 }), + new InvoicesDataItem({ ShipName: `Smith Market`, ShipAddress: `134 Wall Street`, ShipCity: `New York`, ShipPostalCode: 80155, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1298, CustomerName: `Martin Smith`, CustomerFirstName: `Martin`, CustomerLastName: `Smith`, CustomerAddress: `134 Wall Street, New York, USA, 80155`, Salesperson: `Nancy Jefferson`, OrderID: 1886, OrderDate: `3/6/2022`, ProductID: 181, ProductName: `Samsung Galaxy 22`, UnitPrice: 8550.46, Quantity: 4, ExtendedPrice: 34201.84, Freight: 1830.46, Discontinued: false, Region: `North East`, Address: `134 Wall Street`, City: `New York`, Country: `USA`, PostalCode: 80155 }), + new InvoicesDataItem({ ShipName: `Jackson Townhouse`, ShipAddress: `142 Market Street`, ShipCity: `New York`, ShipPostalCode: 90103, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1299, CustomerName: `Max Jackson`, CustomerFirstName: `Max`, CustomerLastName: `Jackson`, CustomerAddress: `142 Market Street, New York, USA, 90103`, Salesperson: `Anna Watson`, OrderID: 1578, OrderDate: `10/5/2022`, ProductID: 162, ProductName: `Mac Book Air`, UnitPrice: 19490.84, Quantity: 4, ExtendedPrice: 77963.36, Freight: 490.84, Discontinued: true, Region: `West`, Address: `142 Market Street`, City: `New York`, Country: `USA`, PostalCode: 90103 }), + new InvoicesDataItem({ ShipName: `Smith Estate`, ShipAddress: `132 Market Street`, ShipCity: `Miami`, ShipPostalCode: 90111, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1300, CustomerName: `Anna Smith`, CustomerFirstName: `Anna`, CustomerLastName: `Smith`, CustomerAddress: `132 Market Street, Miami, USA, 90111`, Salesperson: `Ben Jefferson`, OrderID: 1903, OrderDate: `6/23/2022`, ProductID: 173, ProductName: `IPad`, UnitPrice: 23350.52, Quantity: 5, ExtendedPrice: 116752.6, Freight: 1210.52, Discontinued: false, Region: `South East`, Address: `132 Market Street`, City: `Miami`, Country: `USA`, PostalCode: 90111 }), + new InvoicesDataItem({ ShipName: `Smith Home`, ShipAddress: `180 Main Street`, ShipCity: `Los Angeles`, ShipPostalCode: 50182, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1301, CustomerName: `Mike Smith`, CustomerFirstName: `Mike`, CustomerLastName: `Smith`, CustomerAddress: `180 Main Street, Los Angeles, USA, 50182`, Salesperson: `Ben Black`, OrderID: 1201, OrderDate: `11/25/2022`, ProductID: 127, ProductName: `Mac Book Pro`, UnitPrice: 6730.57, Quantity: 3, ExtendedPrice: 20191.71, Freight: 1600.57, Discontinued: false, Region: `West`, Address: `180 Main Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 50182 }), + new InvoicesDataItem({ ShipName: `Smith Townhouse`, ShipAddress: `135 Main Street`, ShipCity: `Philadelphia`, ShipPostalCode: 60076, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1302, CustomerName: `James Smith`, CustomerFirstName: `James`, CustomerLastName: `Smith`, CustomerAddress: `135 Main Street, Philadelphia, USA, 60076`, Salesperson: `Mike Smith`, OrderID: 1488, OrderDate: `5/1/2022`, ProductID: 105, ProductName: `IPad`, UnitPrice: 27240.3, Quantity: 5, ExtendedPrice: 136201.5, Freight: 1130.3, Discontinued: false, Region: `West`, Address: `135 Main Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 60076 }), + new InvoicesDataItem({ ShipName: `Madison Townhouse`, ShipAddress: `104 Wall Street`, ShipCity: `New York`, ShipPostalCode: 70191, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1303, CustomerName: `Nancy Madison`, CustomerFirstName: `Nancy`, CustomerLastName: `Madison`, CustomerAddress: `104 Wall Street, New York, USA, 70191`, Salesperson: `Pamela Jefferson`, OrderID: 1636, OrderDate: `2/16/2022`, ProductID: 104, ProductName: `Samsung Galaxy 22`, UnitPrice: 14830.46, Quantity: 2, ExtendedPrice: 29660.92, Freight: 540.46, Discontinued: false, Region: `West`, Address: `104 Wall Street`, City: `New York`, Country: `USA`, PostalCode: 70191 }), + new InvoicesDataItem({ ShipName: `Jefferson Market`, ShipAddress: `122 Market Street`, ShipCity: `New York`, ShipPostalCode: 70071, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1304, CustomerName: `James Jefferson`, CustomerFirstName: `James`, CustomerLastName: `Jefferson`, CustomerAddress: `122 Market Street, New York, USA, 70071`, Salesperson: `Max Black`, OrderID: 1588, OrderDate: `8/22/2022`, ProductID: 169, ProductName: `IPhone`, UnitPrice: 28440.73, Quantity: 3, ExtendedPrice: 85322.19, Freight: 640.73, Discontinued: false, Region: `North East`, Address: `122 Market Street`, City: `New York`, Country: `USA`, PostalCode: 70071 }), + new InvoicesDataItem({ ShipName: `Smith Market`, ShipAddress: `178 Main Street`, ShipCity: `Philadelphia`, ShipPostalCode: 80064, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1305, CustomerName: `Anna Smith`, CustomerFirstName: `Anna`, CustomerLastName: `Smith`, CustomerAddress: `178 Main Street, Philadelphia, USA, 80064`, Salesperson: `Pamela Jackson`, OrderID: 1422, OrderDate: `7/3/2022`, ProductID: 150, ProductName: `Mac Book Air`, UnitPrice: 7100.37, Quantity: 4, ExtendedPrice: 28401.48, Freight: 1560.37, Discontinued: false, Region: `North East`, Address: `178 Main Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 80064 }), + new InvoicesDataItem({ ShipName: `Jefferson Market`, ShipAddress: `199 Main Street`, ShipCity: `Philadelphia`, ShipPostalCode: 80126, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1306, CustomerName: `Martin Jefferson`, CustomerFirstName: `Martin`, CustomerLastName: `Jefferson`, CustomerAddress: `199 Main Street, Philadelphia, USA, 80126`, Salesperson: `Ben Jefferson`, OrderID: 1922, OrderDate: `1/13/2022`, ProductID: 116, ProductName: `Mac Book Air`, UnitPrice: 15400.22, Quantity: 4, ExtendedPrice: 61600.88, Freight: 1970.22, Discontinued: false, Region: `South East`, Address: `199 Main Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 80126 }), + new InvoicesDataItem({ ShipName: `Watson Home`, ShipAddress: `187 Wall Street`, ShipCity: `Huston`, ShipPostalCode: 70093, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1307, CustomerName: `Nancy Watson`, CustomerFirstName: `Nancy`, CustomerLastName: `Watson`, CustomerAddress: `187 Wall Street, Huston, USA, 70093`, Salesperson: `Ben Watson`, OrderID: 1023, OrderDate: `8/20/2022`, ProductID: 138, ProductName: `Samsung Note`, UnitPrice: 26450.63, Quantity: 2, ExtendedPrice: 52901.26, Freight: 980.63, Discontinued: false, Region: `South East`, Address: `187 Wall Street`, City: `Huston`, Country: `USA`, PostalCode: 70093 }), + new InvoicesDataItem({ ShipName: `Watson Market`, ShipAddress: `110 Market Street`, ShipCity: `Los Angeles`, ShipPostalCode: 50180, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1308, CustomerName: `Max Watson`, CustomerFirstName: `Max`, CustomerLastName: `Watson`, CustomerAddress: `110 Market Street, Los Angeles, USA, 50180`, Salesperson: `Martin Smith`, OrderID: 1651, OrderDate: `8/10/2022`, ProductID: 131, ProductName: `IPhone`, UnitPrice: 11720.27, Quantity: 2, ExtendedPrice: 23440.54, Freight: 300.27, Discontinued: false, Region: `South East`, Address: `110 Market Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 50180 }), + new InvoicesDataItem({ ShipName: `Madison Home`, ShipAddress: `196 Wall Street`, ShipCity: `New York`, ShipPostalCode: 50190, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1309, CustomerName: `James Madison`, CustomerFirstName: `James`, CustomerLastName: `Madison`, CustomerAddress: `196 Wall Street, New York, USA, 50190`, Salesperson: `Nancy Madison`, OrderID: 1918, OrderDate: `7/11/2022`, ProductID: 160, ProductName: `IPad`, UnitPrice: 22400.31, Quantity: 2, ExtendedPrice: 44800.62, Freight: 1310.31, Discontinued: true, Region: `North East`, Address: `196 Wall Street`, City: `New York`, Country: `USA`, PostalCode: 50190 }), + new InvoicesDataItem({ ShipName: `Jefferson Market`, ShipAddress: `172 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 80154, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1310, CustomerName: `Nancy Jefferson`, CustomerFirstName: `Nancy`, CustomerLastName: `Jefferson`, CustomerAddress: `172 Market Street, Philadelphia, USA, 80154`, Salesperson: `Ben Jackson`, OrderID: 1803, OrderDate: `2/14/2022`, ProductID: 100, ProductName: `Samsung Note`, UnitPrice: 5270.34, Quantity: 5, ExtendedPrice: 26351.7, Freight: 320.34, Discontinued: false, Region: `North East`, Address: `172 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 80154 }), + new InvoicesDataItem({ ShipName: `Watson Estate`, ShipAddress: `181 Wall Street`, ShipCity: `Los Angeles`, ShipPostalCode: 50200, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1311, CustomerName: `Martin Watson`, CustomerFirstName: `Martin`, CustomerLastName: `Watson`, CustomerAddress: `181 Wall Street, Los Angeles, USA, 50200`, Salesperson: `James Watson`, OrderID: 1467, OrderDate: `12/13/2022`, ProductID: 171, ProductName: `Mac Book Air`, UnitPrice: 7830.21, Quantity: 4, ExtendedPrice: 31320.84, Freight: 1740.21, Discontinued: false, Region: `South East`, Address: `181 Wall Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 50200 }), + new InvoicesDataItem({ ShipName: `Jefferson Estate`, ShipAddress: `151 Main Street`, ShipCity: `Los Angeles`, ShipPostalCode: 70118, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1312, CustomerName: `Pamela Jefferson`, CustomerFirstName: `Pamela`, CustomerLastName: `Jefferson`, CustomerAddress: `151 Main Street, Los Angeles, USA, 70118`, Salesperson: `Martin Watson`, OrderID: 1359, OrderDate: `4/5/2022`, ProductID: 141, ProductName: `IPhone`, UnitPrice: 27160.77, Quantity: 5, ExtendedPrice: 135803.85, Freight: 370.77, Discontinued: false, Region: `West`, Address: `151 Main Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 70118 }), + new InvoicesDataItem({ ShipName: `Jackson Home`, ShipAddress: `156 Market Street`, ShipCity: `Miami`, ShipPostalCode: 90109, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1313, CustomerName: `James Jackson`, CustomerFirstName: `James`, CustomerLastName: `Jackson`, CustomerAddress: `156 Market Street, Miami, USA, 90109`, Salesperson: `James Jackson`, OrderID: 1592, OrderDate: `4/16/2022`, ProductID: 128, ProductName: `Samsung Note`, UnitPrice: 14910.41, Quantity: 5, ExtendedPrice: 74552.05, Freight: 1790.41, Discontinued: false, Region: `North East`, Address: `156 Market Street`, City: `Miami`, Country: `USA`, PostalCode: 90109 }), + new InvoicesDataItem({ ShipName: `Watson Estate`, ShipAddress: `147 Main Street`, ShipCity: `Huston`, ShipPostalCode: 60054, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1314, CustomerName: `Pamela Watson`, CustomerFirstName: `Pamela`, CustomerLastName: `Watson`, CustomerAddress: `147 Main Street, Huston, USA, 60054`, Salesperson: `Ben Watson`, OrderID: 1454, OrderDate: `12/12/2022`, ProductID: 131, ProductName: `Mac Book Air`, UnitPrice: 11280.22, Quantity: 3, ExtendedPrice: 33840.66, Freight: 1440.22, Discontinued: false, Region: `South East`, Address: `147 Main Street`, City: `Huston`, Country: `USA`, PostalCode: 60054 }), + new InvoicesDataItem({ ShipName: `Madison Home`, ShipAddress: `123 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 90190, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1315, CustomerName: `Ben Madison`, CustomerFirstName: `Ben`, CustomerLastName: `Madison`, CustomerAddress: `123 Market Street, Philadelphia, USA, 90190`, Salesperson: `James Jefferson`, OrderID: 1529, OrderDate: `4/19/2022`, ProductID: 102, ProductName: `IPad`, UnitPrice: 7570.85, Quantity: 5, ExtendedPrice: 37854.25, Freight: 1630.85, Discontinued: false, Region: `West`, Address: `123 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 90190 }), + new InvoicesDataItem({ ShipName: `Watson Home`, ShipAddress: `100 Wall Street`, ShipCity: `Los Angeles`, ShipPostalCode: 90115, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1316, CustomerName: `James Watson`, CustomerFirstName: `James`, CustomerLastName: `Watson`, CustomerAddress: `100 Wall Street, Los Angeles, USA, 90115`, Salesperson: `Nancy Smith`, OrderID: 1783, OrderDate: `9/2/2022`, ProductID: 144, ProductName: `Samsung Note`, UnitPrice: 5530.88, Quantity: 3, ExtendedPrice: 16592.64, Freight: 1800.88, Discontinued: false, Region: `North East`, Address: `100 Wall Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 90115 }), + new InvoicesDataItem({ ShipName: `Watson Townhouse`, ShipAddress: `184 Wall Street`, ShipCity: `Miami`, ShipPostalCode: 50144, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1317, CustomerName: `Max Watson`, CustomerFirstName: `Max`, CustomerLastName: `Watson`, CustomerAddress: `184 Wall Street, Miami, USA, 50144`, Salesperson: `Max Jackson`, OrderID: 1533, OrderDate: `12/19/2022`, ProductID: 189, ProductName: `Samsung Galaxy 22`, UnitPrice: 24820.6, Quantity: 2, ExtendedPrice: 49641.2, Freight: 1550.6, Discontinued: false, Region: `South East`, Address: `184 Wall Street`, City: `Miami`, Country: `USA`, PostalCode: 50144 }), + new InvoicesDataItem({ ShipName: `Black Home`, ShipAddress: `187 Wall Street`, ShipCity: `Los Angeles`, ShipPostalCode: 70132, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1318, CustomerName: `Mike Black`, CustomerFirstName: `Mike`, CustomerLastName: `Black`, CustomerAddress: `187 Wall Street, Los Angeles, USA, 70132`, Salesperson: `Nancy Jackson`, OrderID: 1483, OrderDate: `1/8/2022`, ProductID: 182, ProductName: `Samsung Galaxy 22`, UnitPrice: 21520.76, Quantity: 4, ExtendedPrice: 86083.04, Freight: 770.76, Discontinued: false, Region: `North East`, Address: `187 Wall Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 70132 }), + new InvoicesDataItem({ ShipName: `Black Market`, ShipAddress: `162 Main Street`, ShipCity: `Philadelphia`, ShipPostalCode: 90083, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1319, CustomerName: `Mike Black`, CustomerFirstName: `Mike`, CustomerLastName: `Black`, CustomerAddress: `162 Main Street, Philadelphia, USA, 90083`, Salesperson: `Max Jefferson`, OrderID: 1869, OrderDate: `6/3/2022`, ProductID: 118, ProductName: `IPhone`, UnitPrice: 15930.3, Quantity: 2, ExtendedPrice: 31860.6, Freight: 470.3, Discontinued: true, Region: `North East`, Address: `162 Main Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 90083 }), + new InvoicesDataItem({ ShipName: `Watson Home`, ShipAddress: `147 Main Street`, ShipCity: `Philadelphia`, ShipPostalCode: 50191, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1320, CustomerName: `Nancy Watson`, CustomerFirstName: `Nancy`, CustomerLastName: `Watson`, CustomerAddress: `147 Main Street, Philadelphia, USA, 50191`, Salesperson: `Martin Jefferson`, OrderID: 1541, OrderDate: `2/1/2022`, ProductID: 159, ProductName: `Mac Book Pro`, UnitPrice: 29090.51, Quantity: 4, ExtendedPrice: 116362.04, Freight: 900.51, Discontinued: false, Region: `North East`, Address: `147 Main Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 50191 }), + new InvoicesDataItem({ ShipName: `Jackson Market`, ShipAddress: `175 Wall Street`, ShipCity: `New York`, ShipPostalCode: 90056, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1321, CustomerName: `Martin Jackson`, CustomerFirstName: `Martin`, CustomerLastName: `Jackson`, CustomerAddress: `175 Wall Street, New York, USA, 90056`, Salesperson: `Anna Black`, OrderID: 1050, OrderDate: `8/6/2022`, ProductID: 120, ProductName: `IPad`, UnitPrice: 28490.38, Quantity: 5, ExtendedPrice: 142451.9, Freight: 860.38, Discontinued: false, Region: `West`, Address: `175 Wall Street`, City: `New York`, Country: `USA`, PostalCode: 90056 }), + new InvoicesDataItem({ ShipName: `Jackson Market`, ShipAddress: `129 Market Street`, ShipCity: `Huston`, ShipPostalCode: 50089, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1322, CustomerName: `Pamela Jackson`, CustomerFirstName: `Pamela`, CustomerLastName: `Jackson`, CustomerAddress: `129 Market Street, Huston, USA, 50089`, Salesperson: `Mike Jefferson`, OrderID: 1188, OrderDate: `7/23/2022`, ProductID: 119, ProductName: `Mac Book Pro`, UnitPrice: 6710.58, Quantity: 3, ExtendedPrice: 20131.74, Freight: 1160.58, Discontinued: false, Region: `South East`, Address: `129 Market Street`, City: `Huston`, Country: `USA`, PostalCode: 50089 }), + new InvoicesDataItem({ ShipName: `Smith Market`, ShipAddress: `104 Wall Street`, ShipCity: `Philadelphia`, ShipPostalCode: 70079, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1323, CustomerName: `Ben Smith`, CustomerFirstName: `Ben`, CustomerLastName: `Smith`, CustomerAddress: `104 Wall Street, Philadelphia, USA, 70079`, Salesperson: `Martin Madison`, OrderID: 1452, OrderDate: `2/1/2022`, ProductID: 182, ProductName: `IPhone`, UnitPrice: 9260.28, Quantity: 2, ExtendedPrice: 18520.56, Freight: 1960.28, Discontinued: false, Region: `South East`, Address: `104 Wall Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 70079 }), + new InvoicesDataItem({ ShipName: `Jefferson Townhouse`, ShipAddress: `167 Wall Street`, ShipCity: `Philadelphia`, ShipPostalCode: 70137, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1324, CustomerName: `Mike Jefferson`, CustomerFirstName: `Mike`, CustomerLastName: `Jefferson`, CustomerAddress: `167 Wall Street, Philadelphia, USA, 70137`, Salesperson: `James Jefferson`, OrderID: 1542, OrderDate: `7/21/2022`, ProductID: 107, ProductName: `IPhone`, UnitPrice: 5100.82, Quantity: 5, ExtendedPrice: 25504.1, Freight: 610.82, Discontinued: false, Region: `North East`, Address: `167 Wall Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 70137 }), + new InvoicesDataItem({ ShipName: `Madison Market`, ShipAddress: `128 Wall Street`, ShipCity: `Philadelphia`, ShipPostalCode: 50188, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1325, CustomerName: `Mike Madison`, CustomerFirstName: `Mike`, CustomerLastName: `Madison`, CustomerAddress: `128 Wall Street, Philadelphia, USA, 50188`, Salesperson: `Nancy Jefferson`, OrderID: 1993, OrderDate: `3/7/2022`, ProductID: 149, ProductName: `Samsung Note`, UnitPrice: 27520.59, Quantity: 4, ExtendedPrice: 110082.36, Freight: 1260.59, Discontinued: false, Region: `South East`, Address: `128 Wall Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 50188 }), + new InvoicesDataItem({ ShipName: `Watson Market`, ShipAddress: `171 Market Street`, ShipCity: `Huston`, ShipPostalCode: 70190, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1326, CustomerName: `Martin Watson`, CustomerFirstName: `Martin`, CustomerLastName: `Watson`, CustomerAddress: `171 Market Street, Huston, USA, 70190`, Salesperson: `Anna Madison`, OrderID: 1815, OrderDate: `7/4/2022`, ProductID: 195, ProductName: `Samsung Note`, UnitPrice: 27340.66, Quantity: 5, ExtendedPrice: 136703.3, Freight: 1790.66, Discontinued: false, Region: `South East`, Address: `171 Market Street`, City: `Huston`, Country: `USA`, PostalCode: 70190 }), + new InvoicesDataItem({ ShipName: `Watson Home`, ShipAddress: `191 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 60123, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1327, CustomerName: `Anna Watson`, CustomerFirstName: `Anna`, CustomerLastName: `Watson`, CustomerAddress: `191 Market Street, Philadelphia, USA, 60123`, Salesperson: `Anna Madison`, OrderID: 1319, OrderDate: `8/5/2022`, ProductID: 191, ProductName: `Samsung Note`, UnitPrice: 28500.5, Quantity: 5, ExtendedPrice: 142502.5, Freight: 1280.5, Discontinued: false, Region: `West`, Address: `191 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 60123 }), + new InvoicesDataItem({ ShipName: `Madison Townhouse`, ShipAddress: `150 Wall Street`, ShipCity: `Philadelphia`, ShipPostalCode: 80139, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1328, CustomerName: `Mike Madison`, CustomerFirstName: `Mike`, CustomerLastName: `Madison`, CustomerAddress: `150 Wall Street, Philadelphia, USA, 80139`, Salesperson: `Nancy Watson`, OrderID: 1592, OrderDate: `2/22/2022`, ProductID: 149, ProductName: `Mac Book Pro`, UnitPrice: 22890.6, Quantity: 5, ExtendedPrice: 114453, Freight: 920.6, Discontinued: false, Region: `South East`, Address: `150 Wall Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 80139 }), + new InvoicesDataItem({ ShipName: `Jackson Market`, ShipAddress: `112 Main Street`, ShipCity: `Los Angeles`, ShipPostalCode: 70172, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1329, CustomerName: `Nancy Jackson`, CustomerFirstName: `Nancy`, CustomerLastName: `Jackson`, CustomerAddress: `112 Main Street, Los Angeles, USA, 70172`, Salesperson: `Max Jefferson`, OrderID: 1959, OrderDate: `10/15/2022`, ProductID: 156, ProductName: `Samsung Galaxy 22`, UnitPrice: 12050.71, Quantity: 4, ExtendedPrice: 48202.84, Freight: 270.71, Discontinued: true, Region: `North East`, Address: `112 Main Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 70172 }), + new InvoicesDataItem({ ShipName: `Jefferson Market`, ShipAddress: `121 Market Street`, ShipCity: `New York`, ShipPostalCode: 80122, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1330, CustomerName: `Martin Jefferson`, CustomerFirstName: `Martin`, CustomerLastName: `Jefferson`, CustomerAddress: `121 Market Street, New York, USA, 80122`, Salesperson: `Ben Black`, OrderID: 1343, OrderDate: `5/25/2022`, ProductID: 118, ProductName: `Mac Book Pro`, UnitPrice: 7060.29, Quantity: 4, ExtendedPrice: 28241.16, Freight: 400.29, Discontinued: false, Region: `West`, Address: `121 Market Street`, City: `New York`, Country: `USA`, PostalCode: 80122 }), + new InvoicesDataItem({ ShipName: `Watson Estate`, ShipAddress: `183 Wall Street`, ShipCity: `Miami`, ShipPostalCode: 90122, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1331, CustomerName: `Pamela Watson`, CustomerFirstName: `Pamela`, CustomerLastName: `Watson`, CustomerAddress: `183 Wall Street, Miami, USA, 90122`, Salesperson: `Pamela Smith`, OrderID: 1876, OrderDate: `2/8/2022`, ProductID: 137, ProductName: `Samsung Note`, UnitPrice: 10140.84, Quantity: 4, ExtendedPrice: 40563.36, Freight: 640.84, Discontinued: false, Region: `North East`, Address: `183 Wall Street`, City: `Miami`, Country: `USA`, PostalCode: 90122 }), + new InvoicesDataItem({ ShipName: `Jefferson Estate`, ShipAddress: `105 Main Street`, ShipCity: `Los Angeles`, ShipPostalCode: 50068, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1332, CustomerName: `Mike Jefferson`, CustomerFirstName: `Mike`, CustomerLastName: `Jefferson`, CustomerAddress: `105 Main Street, Los Angeles, USA, 50068`, Salesperson: `Ben Madison`, OrderID: 1322, OrderDate: `6/7/2022`, ProductID: 148, ProductName: `Mac Book Air`, UnitPrice: 20150.45, Quantity: 4, ExtendedPrice: 80601.8, Freight: 1190.45, Discontinued: false, Region: `North East`, Address: `105 Main Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 50068 }), + new InvoicesDataItem({ ShipName: `Madison Townhouse`, ShipAddress: `199 Market Street`, ShipCity: `Huston`, ShipPostalCode: 70061, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1333, CustomerName: `Martin Madison`, CustomerFirstName: `Martin`, CustomerLastName: `Madison`, CustomerAddress: `199 Market Street, Huston, USA, 70061`, Salesperson: `Max Smith`, OrderID: 1046, OrderDate: `2/3/2022`, ProductID: 162, ProductName: `IPhone`, UnitPrice: 28480.38, Quantity: 2, ExtendedPrice: 56960.76, Freight: 1180.38, Discontinued: false, Region: `West`, Address: `199 Market Street`, City: `Huston`, Country: `USA`, PostalCode: 70061 }), + new InvoicesDataItem({ ShipName: `Madison Estate`, ShipAddress: `142 Wall Street`, ShipCity: `Huston`, ShipPostalCode: 60058, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1334, CustomerName: `Ben Madison`, CustomerFirstName: `Ben`, CustomerLastName: `Madison`, CustomerAddress: `142 Wall Street, Huston, USA, 60058`, Salesperson: `Mike Madison`, OrderID: 1433, OrderDate: `2/1/2022`, ProductID: 177, ProductName: `IPhone`, UnitPrice: 6770.89, Quantity: 5, ExtendedPrice: 33854.45, Freight: 520.89, Discontinued: false, Region: `South East`, Address: `142 Wall Street`, City: `Huston`, Country: `USA`, PostalCode: 60058 }), + new InvoicesDataItem({ ShipName: `Jefferson Townhouse`, ShipAddress: `140 Market Street`, ShipCity: `Los Angeles`, ShipPostalCode: 90131, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1335, CustomerName: `Martin Jefferson`, CustomerFirstName: `Martin`, CustomerLastName: `Jefferson`, CustomerAddress: `140 Market Street, Los Angeles, USA, 90131`, Salesperson: `Pamela Black`, OrderID: 1894, OrderDate: `9/13/2022`, ProductID: 151, ProductName: `IPad`, UnitPrice: 5280.38, Quantity: 5, ExtendedPrice: 26401.9, Freight: 1610.38, Discontinued: false, Region: `North East`, Address: `140 Market Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 90131 }), + new InvoicesDataItem({ ShipName: `Jefferson Home`, ShipAddress: `106 Market Street`, ShipCity: `Miami`, ShipPostalCode: 60063, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1336, CustomerName: `Ben Jefferson`, CustomerFirstName: `Ben`, CustomerLastName: `Jefferson`, CustomerAddress: `106 Market Street, Miami, USA, 60063`, Salesperson: `Anna Jackson`, OrderID: 1017, OrderDate: `6/12/2022`, ProductID: 173, ProductName: `Mac Book Pro`, UnitPrice: 27000.78, Quantity: 2, ExtendedPrice: 54001.56, Freight: 540.78, Discontinued: false, Region: `West`, Address: `106 Market Street`, City: `Miami`, Country: `USA`, PostalCode: 60063 }), + new InvoicesDataItem({ ShipName: `Jefferson Market`, ShipAddress: `190 Market Street`, ShipCity: `Huston`, ShipPostalCode: 70115, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1337, CustomerName: `Max Jefferson`, CustomerFirstName: `Max`, CustomerLastName: `Jefferson`, CustomerAddress: `190 Market Street, Huston, USA, 70115`, Salesperson: `Martin Smith`, OrderID: 1583, OrderDate: `2/12/2022`, ProductID: 147, ProductName: `Samsung Note`, UnitPrice: 7560.53, Quantity: 2, ExtendedPrice: 15121.06, Freight: 260.53, Discontinued: false, Region: `South East`, Address: `190 Market Street`, City: `Huston`, Country: `USA`, PostalCode: 70115 }), + new InvoicesDataItem({ ShipName: `Smith Home`, ShipAddress: `129 Market Street`, ShipCity: `Miami`, ShipPostalCode: 70051, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1338, CustomerName: `Nancy Smith`, CustomerFirstName: `Nancy`, CustomerLastName: `Smith`, CustomerAddress: `129 Market Street, Miami, USA, 70051`, Salesperson: `Pamela Madison`, OrderID: 1202, OrderDate: `3/15/2022`, ProductID: 136, ProductName: `IPhone`, UnitPrice: 20520.41, Quantity: 2, ExtendedPrice: 41040.82, Freight: 550.41, Discontinued: false, Region: `North East`, Address: `129 Market Street`, City: `Miami`, Country: `USA`, PostalCode: 70051 }), + new InvoicesDataItem({ ShipName: `Smith Home`, ShipAddress: `143 Main Street`, ShipCity: `Miami`, ShipPostalCode: 70144, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1339, CustomerName: `Martin Smith`, CustomerFirstName: `Martin`, CustomerLastName: `Smith`, CustomerAddress: `143 Main Street, Miami, USA, 70144`, Salesperson: `James Jefferson`, OrderID: 1172, OrderDate: `10/15/2022`, ProductID: 136, ProductName: `IPad`, UnitPrice: 18760.26, Quantity: 4, ExtendedPrice: 75041.04, Freight: 540.26, Discontinued: true, Region: `North East`, Address: `143 Main Street`, City: `Miami`, Country: `USA`, PostalCode: 70144 }), + new InvoicesDataItem({ ShipName: `Smith Market`, ShipAddress: `179 Market Street`, ShipCity: `New York`, ShipPostalCode: 90174, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1340, CustomerName: `Martin Smith`, CustomerFirstName: `Martin`, CustomerLastName: `Smith`, CustomerAddress: `179 Market Street, New York, USA, 90174`, Salesperson: `Martin Madison`, OrderID: 1491, OrderDate: `4/19/2022`, ProductID: 176, ProductName: `Mac Book Air`, UnitPrice: 16000.56, Quantity: 4, ExtendedPrice: 64002.24, Freight: 690.56, Discontinued: false, Region: `West`, Address: `179 Market Street`, City: `New York`, Country: `USA`, PostalCode: 90174 }), + new InvoicesDataItem({ ShipName: `Madison Home`, ShipAddress: `152 Main Street`, ShipCity: `Philadelphia`, ShipPostalCode: 90077, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1341, CustomerName: `Mike Madison`, CustomerFirstName: `Mike`, CustomerLastName: `Madison`, CustomerAddress: `152 Main Street, Philadelphia, USA, 90077`, Salesperson: `James Black`, OrderID: 1351, OrderDate: `9/19/2022`, ProductID: 147, ProductName: `IPhone`, UnitPrice: 19810.36, Quantity: 4, ExtendedPrice: 79241.44, Freight: 920.36, Discontinued: false, Region: `West`, Address: `152 Main Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 90077 }), + new InvoicesDataItem({ ShipName: `Jefferson Estate`, ShipAddress: `170 Main Street`, ShipCity: `Los Angeles`, ShipPostalCode: 60097, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1342, CustomerName: `Anna Jefferson`, CustomerFirstName: `Anna`, CustomerLastName: `Jefferson`, CustomerAddress: `170 Main Street, Los Angeles, USA, 60097`, Salesperson: `Martin Black`, OrderID: 1619, OrderDate: `3/13/2022`, ProductID: 166, ProductName: `Mac Book Air`, UnitPrice: 27140.88, Quantity: 3, ExtendedPrice: 81422.64, Freight: 1480.88, Discontinued: false, Region: `North East`, Address: `170 Main Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 60097 }), + new InvoicesDataItem({ ShipName: `Black Townhouse`, ShipAddress: `198 Wall Street`, ShipCity: `New York`, ShipPostalCode: 90077, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1343, CustomerName: `Martin Black`, CustomerFirstName: `Martin`, CustomerLastName: `Black`, CustomerAddress: `198 Wall Street, New York, USA, 90077`, Salesperson: `James Smith`, OrderID: 1646, OrderDate: `9/2/2022`, ProductID: 122, ProductName: `Samsung Galaxy 22`, UnitPrice: 6160.87, Quantity: 3, ExtendedPrice: 18482.61, Freight: 1480.87, Discontinued: false, Region: `South East`, Address: `198 Wall Street`, City: `New York`, Country: `USA`, PostalCode: 90077 }), + new InvoicesDataItem({ ShipName: `Watson Estate`, ShipAddress: `193 Wall Street`, ShipCity: `New York`, ShipPostalCode: 60165, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1344, CustomerName: `Ben Watson`, CustomerFirstName: `Ben`, CustomerLastName: `Watson`, CustomerAddress: `193 Wall Street, New York, USA, 60165`, Salesperson: `Ben Madison`, OrderID: 1516, OrderDate: `4/20/2022`, ProductID: 113, ProductName: `IPhone`, UnitPrice: 22310.25, Quantity: 2, ExtendedPrice: 44620.5, Freight: 1740.25, Discontinued: false, Region: `North East`, Address: `193 Wall Street`, City: `New York`, Country: `USA`, PostalCode: 60165 }), + new InvoicesDataItem({ ShipName: `Jackson Market`, ShipAddress: `108 Wall Street`, ShipCity: `New York`, ShipPostalCode: 90123, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1345, CustomerName: `James Jackson`, CustomerFirstName: `James`, CustomerLastName: `Jackson`, CustomerAddress: `108 Wall Street, New York, USA, 90123`, Salesperson: `Mike Madison`, OrderID: 1356, OrderDate: `11/2/2022`, ProductID: 105, ProductName: `Mac Book Air`, UnitPrice: 16240.78, Quantity: 5, ExtendedPrice: 81203.9, Freight: 260.78, Discontinued: false, Region: `North East`, Address: `108 Wall Street`, City: `New York`, Country: `USA`, PostalCode: 90123 }), + new InvoicesDataItem({ ShipName: `Black Home`, ShipAddress: `173 Main Street`, ShipCity: `Miami`, ShipPostalCode: 60061, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1346, CustomerName: `Max Black`, CustomerFirstName: `Max`, CustomerLastName: `Black`, CustomerAddress: `173 Main Street, Miami, USA, 60061`, Salesperson: `Mike Jefferson`, OrderID: 1062, OrderDate: `3/5/2022`, ProductID: 101, ProductName: `Samsung Galaxy 22`, UnitPrice: 25540.71, Quantity: 5, ExtendedPrice: 127703.55, Freight: 2000.71, Discontinued: false, Region: `West`, Address: `173 Main Street`, City: `Miami`, Country: `USA`, PostalCode: 60061 }), + new InvoicesDataItem({ ShipName: `Black Home`, ShipAddress: `118 Wall Street`, ShipCity: `Los Angeles`, ShipPostalCode: 60178, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1347, CustomerName: `Nancy Black`, CustomerFirstName: `Nancy`, CustomerLastName: `Black`, CustomerAddress: `118 Wall Street, Los Angeles, USA, 60178`, Salesperson: `Max Madison`, OrderID: 1482, OrderDate: `8/24/2022`, ProductID: 105, ProductName: `IPhone`, UnitPrice: 17000.6, Quantity: 4, ExtendedPrice: 68002.4, Freight: 1390.6, Discontinued: false, Region: `West`, Address: `118 Wall Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 60178 }), + new InvoicesDataItem({ ShipName: `Jackson Townhouse`, ShipAddress: `134 Wall Street`, ShipCity: `New York`, ShipPostalCode: 60096, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1348, CustomerName: `Martin Jackson`, CustomerFirstName: `Martin`, CustomerLastName: `Jackson`, CustomerAddress: `134 Wall Street, New York, USA, 60096`, Salesperson: `Ben Madison`, OrderID: 1443, OrderDate: `7/1/2022`, ProductID: 105, ProductName: `Samsung Galaxy 22`, UnitPrice: 12670.46, Quantity: 2, ExtendedPrice: 25340.92, Freight: 1280.46, Discontinued: false, Region: `North East`, Address: `134 Wall Street`, City: `New York`, Country: `USA`, PostalCode: 60096 }), + new InvoicesDataItem({ ShipName: `Black Estate`, ShipAddress: `125 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 50134, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1349, CustomerName: `Ben Black`, CustomerFirstName: `Ben`, CustomerLastName: `Black`, CustomerAddress: `125 Market Street, Philadelphia, USA, 50134`, Salesperson: `Mike Watson`, OrderID: 1498, OrderDate: `1/17/2022`, ProductID: 194, ProductName: `IPhone`, UnitPrice: 23470.22, Quantity: 3, ExtendedPrice: 70410.66, Freight: 1370.22, Discontinued: true, Region: `South East`, Address: `125 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 50134 }), + new InvoicesDataItem({ ShipName: `Madison Home`, ShipAddress: `145 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 80099, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1350, CustomerName: `Mike Madison`, CustomerFirstName: `Mike`, CustomerLastName: `Madison`, CustomerAddress: `145 Market Street, Philadelphia, USA, 80099`, Salesperson: `Nancy Watson`, OrderID: 1002, OrderDate: `11/11/2022`, ProductID: 116, ProductName: `Mac Book Air`, UnitPrice: 17060.57, Quantity: 3, ExtendedPrice: 51181.71, Freight: 1800.57, Discontinued: false, Region: `West`, Address: `145 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 80099 }), + new InvoicesDataItem({ ShipName: `Watson Home`, ShipAddress: `130 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 70052, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1351, CustomerName: `Ben Watson`, CustomerFirstName: `Ben`, CustomerLastName: `Watson`, CustomerAddress: `130 Market Street, Philadelphia, USA, 70052`, Salesperson: `Pamela Watson`, OrderID: 1144, OrderDate: `10/15/2022`, ProductID: 168, ProductName: `IPhone`, UnitPrice: 13010.35, Quantity: 4, ExtendedPrice: 52041.4, Freight: 980.35, Discontinued: false, Region: `South East`, Address: `130 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 70052 }), + new InvoicesDataItem({ ShipName: `Black Market`, ShipAddress: `136 Wall Street`, ShipCity: `Miami`, ShipPostalCode: 60165, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1352, CustomerName: `Nancy Black`, CustomerFirstName: `Nancy`, CustomerLastName: `Black`, CustomerAddress: `136 Wall Street, Miami, USA, 60165`, Salesperson: `Mike Black`, OrderID: 1745, OrderDate: `4/9/2022`, ProductID: 119, ProductName: `Samsung Galaxy 22`, UnitPrice: 7900.53, Quantity: 4, ExtendedPrice: 31602.12, Freight: 1400.53, Discontinued: false, Region: `West`, Address: `136 Wall Street`, City: `Miami`, Country: `USA`, PostalCode: 60165 }), + new InvoicesDataItem({ ShipName: `Madison Townhouse`, ShipAddress: `190 Wall Street`, ShipCity: `Philadelphia`, ShipPostalCode: 60176, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1353, CustomerName: `Pamela Madison`, CustomerFirstName: `Pamela`, CustomerLastName: `Madison`, CustomerAddress: `190 Wall Street, Philadelphia, USA, 60176`, Salesperson: `Martin Smith`, OrderID: 1489, OrderDate: `3/25/2022`, ProductID: 113, ProductName: `Samsung Galaxy 22`, UnitPrice: 23420.42, Quantity: 4, ExtendedPrice: 93681.68, Freight: 1660.42, Discontinued: false, Region: `West`, Address: `190 Wall Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 60176 }), + new InvoicesDataItem({ ShipName: `Jackson Townhouse`, ShipAddress: `114 Main Street`, ShipCity: `Huston`, ShipPostalCode: 50060, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1354, CustomerName: `Mike Jackson`, CustomerFirstName: `Mike`, CustomerLastName: `Jackson`, CustomerAddress: `114 Main Street, Huston, USA, 50060`, Salesperson: `Nancy Jackson`, OrderID: 1302, OrderDate: `3/21/2022`, ProductID: 144, ProductName: `Mac Book Pro`, UnitPrice: 21240.71, Quantity: 5, ExtendedPrice: 106203.55, Freight: 1000.71, Discontinued: false, Region: `North East`, Address: `114 Main Street`, City: `Huston`, Country: `USA`, PostalCode: 50060 }), + new InvoicesDataItem({ ShipName: `Watson Townhouse`, ShipAddress: `130 Market Street`, ShipCity: `Huston`, ShipPostalCode: 90062, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1355, CustomerName: `Max Watson`, CustomerFirstName: `Max`, CustomerLastName: `Watson`, CustomerAddress: `130 Market Street, Huston, USA, 90062`, Salesperson: `Ben Jackson`, OrderID: 1901, OrderDate: `11/5/2022`, ProductID: 101, ProductName: `Samsung Galaxy 22`, UnitPrice: 17170.52, Quantity: 4, ExtendedPrice: 68682.08, Freight: 1600.52, Discontinued: false, Region: `South East`, Address: `130 Market Street`, City: `Huston`, Country: `USA`, PostalCode: 90062 }), + new InvoicesDataItem({ ShipName: `Watson Market`, ShipAddress: `160 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 50149, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1356, CustomerName: `Nancy Watson`, CustomerFirstName: `Nancy`, CustomerLastName: `Watson`, CustomerAddress: `160 Market Street, Philadelphia, USA, 50149`, Salesperson: `Ben Watson`, OrderID: 1331, OrderDate: `2/5/2022`, ProductID: 151, ProductName: `Mac Book Pro`, UnitPrice: 17650.73, Quantity: 4, ExtendedPrice: 70602.92, Freight: 1720.73, Discontinued: false, Region: `South East`, Address: `160 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 50149 }), + new InvoicesDataItem({ ShipName: `Black Townhouse`, ShipAddress: `130 Main Street`, ShipCity: `New York`, ShipPostalCode: 50184, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1357, CustomerName: `Anna Black`, CustomerFirstName: `Anna`, CustomerLastName: `Black`, CustomerAddress: `130 Main Street, New York, USA, 50184`, Salesperson: `Anna Watson`, OrderID: 1161, OrderDate: `5/18/2022`, ProductID: 185, ProductName: `Samsung Galaxy 22`, UnitPrice: 12920.84, Quantity: 3, ExtendedPrice: 38762.52, Freight: 780.84, Discontinued: false, Region: `South East`, Address: `130 Main Street`, City: `New York`, Country: `USA`, PostalCode: 50184 }), + new InvoicesDataItem({ ShipName: `Watson Townhouse`, ShipAddress: `120 Wall Street`, ShipCity: `New York`, ShipPostalCode: 90122, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1358, CustomerName: `Ben Watson`, CustomerFirstName: `Ben`, CustomerLastName: `Watson`, CustomerAddress: `120 Wall Street, New York, USA, 90122`, Salesperson: `Martin Madison`, OrderID: 1211, OrderDate: `11/13/2022`, ProductID: 136, ProductName: `IPad`, UnitPrice: 21380.5, Quantity: 4, ExtendedPrice: 85522, Freight: 1130.5, Discontinued: false, Region: `West`, Address: `120 Wall Street`, City: `New York`, Country: `USA`, PostalCode: 90122 }), + new InvoicesDataItem({ ShipName: `Madison Market`, ShipAddress: `108 Market Street`, ShipCity: `New York`, ShipPostalCode: 80106, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1359, CustomerName: `Pamela Madison`, CustomerFirstName: `Pamela`, CustomerLastName: `Madison`, CustomerAddress: `108 Market Street, New York, USA, 80106`, Salesperson: `Anna Watson`, OrderID: 1010, OrderDate: `3/15/2022`, ProductID: 198, ProductName: `Samsung Galaxy 22`, UnitPrice: 18060.46, Quantity: 4, ExtendedPrice: 72241.84, Freight: 330.46, Discontinued: true, Region: `North East`, Address: `108 Market Street`, City: `New York`, Country: `USA`, PostalCode: 80106 }), + new InvoicesDataItem({ ShipName: `Black Estate`, ShipAddress: `114 Market Street`, ShipCity: `Miami`, ShipPostalCode: 70117, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1360, CustomerName: `Nancy Black`, CustomerFirstName: `Nancy`, CustomerLastName: `Black`, CustomerAddress: `114 Market Street, Miami, USA, 70117`, Salesperson: `James Smith`, OrderID: 1001, OrderDate: `2/24/2022`, ProductID: 121, ProductName: `Mac Book Pro`, UnitPrice: 22020.55, Quantity: 5, ExtendedPrice: 110102.75, Freight: 1970.55, Discontinued: false, Region: `West`, Address: `114 Market Street`, City: `Miami`, Country: `USA`, PostalCode: 70117 }), + new InvoicesDataItem({ ShipName: `Jackson Home`, ShipAddress: `134 Main Street`, ShipCity: `Philadelphia`, ShipPostalCode: 50108, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1361, CustomerName: `Nancy Jackson`, CustomerFirstName: `Nancy`, CustomerLastName: `Jackson`, CustomerAddress: `134 Main Street, Philadelphia, USA, 50108`, Salesperson: `Max Jefferson`, OrderID: 1871, OrderDate: `3/1/2022`, ProductID: 114, ProductName: `Mac Book Air`, UnitPrice: 13010.27, Quantity: 5, ExtendedPrice: 65051.35, Freight: 1490.27, Discontinued: false, Region: `North East`, Address: `134 Main Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 50108 }), + new InvoicesDataItem({ ShipName: `Jefferson Townhouse`, ShipAddress: `138 Market Street`, ShipCity: `Huston`, ShipPostalCode: 90082, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1362, CustomerName: `Mike Jefferson`, CustomerFirstName: `Mike`, CustomerLastName: `Jefferson`, CustomerAddress: `138 Market Street, Huston, USA, 90082`, Salesperson: `Ben Watson`, OrderID: 1175, OrderDate: `4/11/2022`, ProductID: 159, ProductName: `Samsung Galaxy 22`, UnitPrice: 17660.27, Quantity: 5, ExtendedPrice: 88301.35, Freight: 1770.27, Discontinued: false, Region: `South East`, Address: `138 Market Street`, City: `Huston`, Country: `USA`, PostalCode: 90082 }), + new InvoicesDataItem({ ShipName: `Madison Market`, ShipAddress: `131 Main Street`, ShipCity: `Miami`, ShipPostalCode: 90189, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1363, CustomerName: `James Madison`, CustomerFirstName: `James`, CustomerLastName: `Madison`, CustomerAddress: `131 Main Street, Miami, USA, 90189`, Salesperson: `Nancy Madison`, OrderID: 1072, OrderDate: `2/14/2022`, ProductID: 169, ProductName: `Mac Book Air`, UnitPrice: 24150.8, Quantity: 4, ExtendedPrice: 96603.2, Freight: 1040.8, Discontinued: false, Region: `South East`, Address: `131 Main Street`, City: `Miami`, Country: `USA`, PostalCode: 90189 }), + new InvoicesDataItem({ ShipName: `Watson Townhouse`, ShipAddress: `133 Wall Street`, ShipCity: `Philadelphia`, ShipPostalCode: 90077, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1364, CustomerName: `Martin Watson`, CustomerFirstName: `Martin`, CustomerLastName: `Watson`, CustomerAddress: `133 Wall Street, Philadelphia, USA, 90077`, Salesperson: `Pamela Jackson`, OrderID: 1971, OrderDate: `10/16/2022`, ProductID: 108, ProductName: `Samsung Note`, UnitPrice: 18520.3, Quantity: 2, ExtendedPrice: 37040.6, Freight: 300.3, Discontinued: false, Region: `North East`, Address: `133 Wall Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 90077 }), + new InvoicesDataItem({ ShipName: `Smith Estate`, ShipAddress: `128 Market Street`, ShipCity: `Huston`, ShipPostalCode: 90109, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1365, CustomerName: `Pamela Smith`, CustomerFirstName: `Pamela`, CustomerLastName: `Smith`, CustomerAddress: `128 Market Street, Huston, USA, 90109`, Salesperson: `Nancy Jackson`, OrderID: 1024, OrderDate: `12/21/2022`, ProductID: 188, ProductName: `Samsung Note`, UnitPrice: 10040.29, Quantity: 4, ExtendedPrice: 40161.16, Freight: 1900.29, Discontinued: false, Region: `South East`, Address: `128 Market Street`, City: `Huston`, Country: `USA`, PostalCode: 90109 }), + new InvoicesDataItem({ ShipName: `Black Estate`, ShipAddress: `154 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 80119, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1366, CustomerName: `Nancy Black`, CustomerFirstName: `Nancy`, CustomerLastName: `Black`, CustomerAddress: `154 Market Street, Philadelphia, USA, 80119`, Salesperson: `Nancy Jackson`, OrderID: 1537, OrderDate: `6/24/2022`, ProductID: 161, ProductName: `IPhone`, UnitPrice: 20110.8, Quantity: 5, ExtendedPrice: 100554, Freight: 1990.8, Discontinued: false, Region: `South East`, Address: `154 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 80119 }), + new InvoicesDataItem({ ShipName: `Madison Townhouse`, ShipAddress: `156 Main Street`, ShipCity: `Miami`, ShipPostalCode: 50128, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1367, CustomerName: `Ben Madison`, CustomerFirstName: `Ben`, CustomerLastName: `Madison`, CustomerAddress: `156 Main Street, Miami, USA, 50128`, Salesperson: `Nancy Smith`, OrderID: 1289, OrderDate: `7/2/2022`, ProductID: 125, ProductName: `Samsung Galaxy 22`, UnitPrice: 18320.56, Quantity: 3, ExtendedPrice: 54961.68, Freight: 890.56, Discontinued: false, Region: `South East`, Address: `156 Main Street`, City: `Miami`, Country: `USA`, PostalCode: 50128 }), + new InvoicesDataItem({ ShipName: `Madison Home`, ShipAddress: `130 Main Street`, ShipCity: `Miami`, ShipPostalCode: 60146, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1368, CustomerName: `James Madison`, CustomerFirstName: `James`, CustomerLastName: `Madison`, CustomerAddress: `130 Main Street, Miami, USA, 60146`, Salesperson: `Nancy Jackson`, OrderID: 1451, OrderDate: `12/4/2022`, ProductID: 140, ProductName: `Samsung Galaxy 22`, UnitPrice: 6030.21, Quantity: 4, ExtendedPrice: 24120.84, Freight: 1930.21, Discontinued: false, Region: `North East`, Address: `130 Main Street`, City: `Miami`, Country: `USA`, PostalCode: 60146 }), + new InvoicesDataItem({ ShipName: `Watson Market`, ShipAddress: `159 Wall Street`, ShipCity: `New York`, ShipPostalCode: 70158, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1369, CustomerName: `Nancy Watson`, CustomerFirstName: `Nancy`, CustomerLastName: `Watson`, CustomerAddress: `159 Wall Street, New York, USA, 70158`, Salesperson: `Max Jefferson`, OrderID: 1056, OrderDate: `1/10/2022`, ProductID: 151, ProductName: `Mac Book Pro`, UnitPrice: 27710.33, Quantity: 3, ExtendedPrice: 83130.99, Freight: 300.33, Discontinued: true, Region: `South East`, Address: `159 Wall Street`, City: `New York`, Country: `USA`, PostalCode: 70158 }), + new InvoicesDataItem({ ShipName: `Smith Townhouse`, ShipAddress: `189 Wall Street`, ShipCity: `New York`, ShipPostalCode: 90186, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1370, CustomerName: `Pamela Smith`, CustomerFirstName: `Pamela`, CustomerLastName: `Smith`, CustomerAddress: `189 Wall Street, New York, USA, 90186`, Salesperson: `Anna Jefferson`, OrderID: 1611, OrderDate: `9/14/2022`, ProductID: 180, ProductName: `IPhone`, UnitPrice: 15940.65, Quantity: 4, ExtendedPrice: 63762.6, Freight: 1210.65, Discontinued: false, Region: `North East`, Address: `189 Wall Street`, City: `New York`, Country: `USA`, PostalCode: 90186 }), + new InvoicesDataItem({ ShipName: `Jefferson Estate`, ShipAddress: `190 Wall Street`, ShipCity: `Philadelphia`, ShipPostalCode: 50065, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1371, CustomerName: `Mike Jefferson`, CustomerFirstName: `Mike`, CustomerLastName: `Jefferson`, CustomerAddress: `190 Wall Street, Philadelphia, USA, 50065`, Salesperson: `Martin Watson`, OrderID: 1731, OrderDate: `2/7/2022`, ProductID: 103, ProductName: `Mac Book Pro`, UnitPrice: 21560.2, Quantity: 4, ExtendedPrice: 86240.8, Freight: 1880.2, Discontinued: false, Region: `South East`, Address: `190 Wall Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 50065 }), + new InvoicesDataItem({ ShipName: `Smith Home`, ShipAddress: `127 Market Street`, ShipCity: `Los Angeles`, ShipPostalCode: 80182, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1372, CustomerName: `Pamela Smith`, CustomerFirstName: `Pamela`, CustomerLastName: `Smith`, CustomerAddress: `127 Market Street, Los Angeles, USA, 80182`, Salesperson: `Ben Jefferson`, OrderID: 1156, OrderDate: `7/16/2022`, ProductID: 132, ProductName: `Samsung Galaxy 22`, UnitPrice: 15440.77, Quantity: 5, ExtendedPrice: 77203.85, Freight: 1730.77, Discontinued: false, Region: `West`, Address: `127 Market Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 80182 }), + new InvoicesDataItem({ ShipName: `Madison Estate`, ShipAddress: `150 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 50154, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1373, CustomerName: `Ben Madison`, CustomerFirstName: `Ben`, CustomerLastName: `Madison`, CustomerAddress: `150 Market Street, Philadelphia, USA, 50154`, Salesperson: `Max Jackson`, OrderID: 1592, OrderDate: `12/25/2022`, ProductID: 109, ProductName: `Mac Book Air`, UnitPrice: 25510.57, Quantity: 2, ExtendedPrice: 51021.14, Freight: 1350.57, Discontinued: false, Region: `North East`, Address: `150 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 50154 }), + new InvoicesDataItem({ ShipName: `Jackson Estate`, ShipAddress: `163 Market Street`, ShipCity: `Miami`, ShipPostalCode: 50149, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1374, CustomerName: `Max Jackson`, CustomerFirstName: `Max`, CustomerLastName: `Jackson`, CustomerAddress: `163 Market Street, Miami, USA, 50149`, Salesperson: `James Smith`, OrderID: 1504, OrderDate: `10/7/2022`, ProductID: 197, ProductName: `Mac Book Pro`, UnitPrice: 23590.87, Quantity: 5, ExtendedPrice: 117954.35, Freight: 460.87, Discontinued: false, Region: `South East`, Address: `163 Market Street`, City: `Miami`, Country: `USA`, PostalCode: 50149 }), + new InvoicesDataItem({ ShipName: `Smith Townhouse`, ShipAddress: `114 Wall Street`, ShipCity: `Philadelphia`, ShipPostalCode: 90131, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1375, CustomerName: `Pamela Smith`, CustomerFirstName: `Pamela`, CustomerLastName: `Smith`, CustomerAddress: `114 Wall Street, Philadelphia, USA, 90131`, Salesperson: `Nancy Jefferson`, OrderID: 1121, OrderDate: `11/25/2022`, ProductID: 148, ProductName: `Samsung Note`, UnitPrice: 13030.29, Quantity: 2, ExtendedPrice: 26060.58, Freight: 1140.29, Discontinued: false, Region: `South East`, Address: `114 Wall Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 90131 }), + new InvoicesDataItem({ ShipName: `Black Townhouse`, ShipAddress: `167 Market Street`, ShipCity: `Huston`, ShipPostalCode: 50058, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1376, CustomerName: `Nancy Black`, CustomerFirstName: `Nancy`, CustomerLastName: `Black`, CustomerAddress: `167 Market Street, Huston, USA, 50058`, Salesperson: `Martin Black`, OrderID: 1455, OrderDate: `8/6/2022`, ProductID: 196, ProductName: `IPhone`, UnitPrice: 13870.29, Quantity: 5, ExtendedPrice: 69351.45, Freight: 1080.29, Discontinued: false, Region: `West`, Address: `167 Market Street`, City: `Huston`, Country: `USA`, PostalCode: 50058 }), + new InvoicesDataItem({ ShipName: `Jackson Townhouse`, ShipAddress: `181 Market Street`, ShipCity: `Los Angeles`, ShipPostalCode: 80062, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1377, CustomerName: `Anna Jackson`, CustomerFirstName: `Anna`, CustomerLastName: `Jackson`, CustomerAddress: `181 Market Street, Los Angeles, USA, 80062`, Salesperson: `Anna Black`, OrderID: 1320, OrderDate: `1/15/2022`, ProductID: 109, ProductName: `Mac Book Pro`, UnitPrice: 10990.65, Quantity: 3, ExtendedPrice: 32971.95, Freight: 310.65, Discontinued: false, Region: `North East`, Address: `181 Market Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 80062 }), + new InvoicesDataItem({ ShipName: `Jackson Market`, ShipAddress: `113 Wall Street`, ShipCity: `Miami`, ShipPostalCode: 80140, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1378, CustomerName: `Pamela Jackson`, CustomerFirstName: `Pamela`, CustomerLastName: `Jackson`, CustomerAddress: `113 Wall Street, Miami, USA, 80140`, Salesperson: `Anna Jackson`, OrderID: 1936, OrderDate: `12/2/2022`, ProductID: 171, ProductName: `IPhone`, UnitPrice: 9550.78, Quantity: 4, ExtendedPrice: 38203.12, Freight: 1380.78, Discontinued: false, Region: `South East`, Address: `113 Wall Street`, City: `Miami`, Country: `USA`, PostalCode: 80140 }), + new InvoicesDataItem({ ShipName: `Madison Estate`, ShipAddress: `188 Wall Street`, ShipCity: `Los Angeles`, ShipPostalCode: 80072, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1379, CustomerName: `Anna Madison`, CustomerFirstName: `Anna`, CustomerLastName: `Madison`, CustomerAddress: `188 Wall Street, Los Angeles, USA, 80072`, Salesperson: `Nancy Watson`, OrderID: 1767, OrderDate: `10/23/2022`, ProductID: 130, ProductName: `IPhone`, UnitPrice: 21500.21, Quantity: 2, ExtendedPrice: 43000.42, Freight: 1680.21, Discontinued: true, Region: `South East`, Address: `188 Wall Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 80072 }), + new InvoicesDataItem({ ShipName: `Madison Home`, ShipAddress: `177 Market Street`, ShipCity: `Huston`, ShipPostalCode: 80160, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1380, CustomerName: `Anna Madison`, CustomerFirstName: `Anna`, CustomerLastName: `Madison`, CustomerAddress: `177 Market Street, Huston, USA, 80160`, Salesperson: `Max Jackson`, OrderID: 1118, OrderDate: `6/2/2022`, ProductID: 111, ProductName: `Mac Book Air`, UnitPrice: 20100.73, Quantity: 4, ExtendedPrice: 80402.92, Freight: 540.73, Discontinued: false, Region: `West`, Address: `177 Market Street`, City: `Huston`, Country: `USA`, PostalCode: 80160 }), + new InvoicesDataItem({ ShipName: `Jefferson Townhouse`, ShipAddress: `139 Wall Street`, ShipCity: `Miami`, ShipPostalCode: 80074, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1381, CustomerName: `Mike Jefferson`, CustomerFirstName: `Mike`, CustomerLastName: `Jefferson`, CustomerAddress: `139 Wall Street, Miami, USA, 80074`, Salesperson: `Nancy Madison`, OrderID: 1269, OrderDate: `6/12/2022`, ProductID: 192, ProductName: `Mac Book Air`, UnitPrice: 17200.34, Quantity: 4, ExtendedPrice: 68801.36, Freight: 1280.34, Discontinued: false, Region: `North East`, Address: `139 Wall Street`, City: `Miami`, Country: `USA`, PostalCode: 80074 }), + new InvoicesDataItem({ ShipName: `Madison Home`, ShipAddress: `115 Wall Street`, ShipCity: `Los Angeles`, ShipPostalCode: 90081, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1382, CustomerName: `Pamela Madison`, CustomerFirstName: `Pamela`, CustomerLastName: `Madison`, CustomerAddress: `115 Wall Street, Los Angeles, USA, 90081`, Salesperson: `James Jackson`, OrderID: 1587, OrderDate: `4/9/2022`, ProductID: 187, ProductName: `Samsung Note`, UnitPrice: 24670.86, Quantity: 2, ExtendedPrice: 49341.72, Freight: 1360.86, Discontinued: false, Region: `North East`, Address: `115 Wall Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 90081 }), + new InvoicesDataItem({ ShipName: `Jefferson Estate`, ShipAddress: `130 Wall Street`, ShipCity: `Miami`, ShipPostalCode: 50175, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1383, CustomerName: `Anna Jefferson`, CustomerFirstName: `Anna`, CustomerLastName: `Jefferson`, CustomerAddress: `130 Wall Street, Miami, USA, 50175`, Salesperson: `Mike Smith`, OrderID: 1632, OrderDate: `3/3/2022`, ProductID: 197, ProductName: `IPad`, UnitPrice: 9780.24, Quantity: 3, ExtendedPrice: 29340.72, Freight: 1420.24, Discontinued: false, Region: `West`, Address: `130 Wall Street`, City: `Miami`, Country: `USA`, PostalCode: 50175 }), + new InvoicesDataItem({ ShipName: `Black Estate`, ShipAddress: `110 Main Street`, ShipCity: `Philadelphia`, ShipPostalCode: 90171, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1384, CustomerName: `Max Black`, CustomerFirstName: `Max`, CustomerLastName: `Black`, CustomerAddress: `110 Main Street, Philadelphia, USA, 90171`, Salesperson: `Max Jefferson`, OrderID: 1400, OrderDate: `6/24/2022`, ProductID: 123, ProductName: `IPhone`, UnitPrice: 12010.77, Quantity: 2, ExtendedPrice: 24021.54, Freight: 560.77, Discontinued: false, Region: `North East`, Address: `110 Main Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 90171 }), + new InvoicesDataItem({ ShipName: `Black Market`, ShipAddress: `111 Market Street`, ShipCity: `Huston`, ShipPostalCode: 80086, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1385, CustomerName: `Mike Black`, CustomerFirstName: `Mike`, CustomerLastName: `Black`, CustomerAddress: `111 Market Street, Huston, USA, 80086`, Salesperson: `Ben Watson`, OrderID: 1040, OrderDate: `8/25/2022`, ProductID: 192, ProductName: `Samsung Note`, UnitPrice: 27920.64, Quantity: 5, ExtendedPrice: 139603.2, Freight: 250.64, Discontinued: false, Region: `South East`, Address: `111 Market Street`, City: `Huston`, Country: `USA`, PostalCode: 80086 }), + new InvoicesDataItem({ ShipName: `Black Townhouse`, ShipAddress: `132 Wall Street`, ShipCity: `Huston`, ShipPostalCode: 60121, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1386, CustomerName: `Mike Black`, CustomerFirstName: `Mike`, CustomerLastName: `Black`, CustomerAddress: `132 Wall Street, Huston, USA, 60121`, Salesperson: `Anna Watson`, OrderID: 1445, OrderDate: `6/12/2022`, ProductID: 139, ProductName: `IPhone`, UnitPrice: 17460.46, Quantity: 3, ExtendedPrice: 52381.38, Freight: 1060.46, Discontinued: false, Region: `South East`, Address: `132 Wall Street`, City: `Huston`, Country: `USA`, PostalCode: 60121 }), + new InvoicesDataItem({ ShipName: `Smith Townhouse`, ShipAddress: `150 Main Street`, ShipCity: `Philadelphia`, ShipPostalCode: 60127, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1387, CustomerName: `Ben Smith`, CustomerFirstName: `Ben`, CustomerLastName: `Smith`, CustomerAddress: `150 Main Street, Philadelphia, USA, 60127`, Salesperson: `Max Smith`, OrderID: 1803, OrderDate: `4/15/2022`, ProductID: 172, ProductName: `Mac Book Air`, UnitPrice: 17820.62, Quantity: 4, ExtendedPrice: 71282.48, Freight: 1150.62, Discontinued: false, Region: `West`, Address: `150 Main Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 60127 }), + new InvoicesDataItem({ ShipName: `Watson Estate`, ShipAddress: `173 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 50160, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1388, CustomerName: `Anna Watson`, CustomerFirstName: `Anna`, CustomerLastName: `Watson`, CustomerAddress: `173 Market Street, Philadelphia, USA, 50160`, Salesperson: `Nancy Jefferson`, OrderID: 1719, OrderDate: `4/23/2022`, ProductID: 134, ProductName: `IPhone`, UnitPrice: 22780.47, Quantity: 3, ExtendedPrice: 68341.41, Freight: 500.47, Discontinued: false, Region: `West`, Address: `173 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 50160 }), + new InvoicesDataItem({ ShipName: `Jefferson Townhouse`, ShipAddress: `120 Wall Street`, ShipCity: `Philadelphia`, ShipPostalCode: 60064, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1389, CustomerName: `Max Jefferson`, CustomerFirstName: `Max`, CustomerLastName: `Jefferson`, CustomerAddress: `120 Wall Street, Philadelphia, USA, 60064`, Salesperson: `Martin Jefferson`, OrderID: 1706, OrderDate: `5/15/2022`, ProductID: 151, ProductName: `Samsung Note`, UnitPrice: 16430.61, Quantity: 3, ExtendedPrice: 49291.83, Freight: 1650.61, Discontinued: true, Region: `West`, Address: `120 Wall Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 60064 }), + new InvoicesDataItem({ ShipName: `Jackson Market`, ShipAddress: `109 Main Street`, ShipCity: `Huston`, ShipPostalCode: 70200, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1390, CustomerName: `Ben Jackson`, CustomerFirstName: `Ben`, CustomerLastName: `Jackson`, CustomerAddress: `109 Main Street, Huston, USA, 70200`, Salesperson: `James Watson`, OrderID: 1318, OrderDate: `6/10/2022`, ProductID: 163, ProductName: `IPad`, UnitPrice: 26710.76, Quantity: 4, ExtendedPrice: 106843.04, Freight: 330.76, Discontinued: false, Region: `South East`, Address: `109 Main Street`, City: `Huston`, Country: `USA`, PostalCode: 70200 }), + new InvoicesDataItem({ ShipName: `Madison Townhouse`, ShipAddress: `161 Main Street`, ShipCity: `Huston`, ShipPostalCode: 60159, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1391, CustomerName: `Mike Madison`, CustomerFirstName: `Mike`, CustomerLastName: `Madison`, CustomerAddress: `161 Main Street, Huston, USA, 60159`, Salesperson: `Ben Smith`, OrderID: 1322, OrderDate: `6/3/2022`, ProductID: 170, ProductName: `IPad`, UnitPrice: 18660.7, Quantity: 4, ExtendedPrice: 74642.8, Freight: 1480.7, Discontinued: false, Region: `North East`, Address: `161 Main Street`, City: `Huston`, Country: `USA`, PostalCode: 60159 }), + new InvoicesDataItem({ ShipName: `Watson Estate`, ShipAddress: `194 Main Street`, ShipCity: `Los Angeles`, ShipPostalCode: 60148, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1392, CustomerName: `Ben Watson`, CustomerFirstName: `Ben`, CustomerLastName: `Watson`, CustomerAddress: `194 Main Street, Los Angeles, USA, 60148`, Salesperson: `Pamela Black`, OrderID: 1664, OrderDate: `9/11/2022`, ProductID: 131, ProductName: `Mac Book Pro`, UnitPrice: 16990.84, Quantity: 5, ExtendedPrice: 84954.2, Freight: 1870.84, Discontinued: false, Region: `West`, Address: `194 Main Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 60148 }), + new InvoicesDataItem({ ShipName: `Jefferson Estate`, ShipAddress: `191 Main Street`, ShipCity: `Los Angeles`, ShipPostalCode: 60148, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1393, CustomerName: `James Jefferson`, CustomerFirstName: `James`, CustomerLastName: `Jefferson`, CustomerAddress: `191 Main Street, Los Angeles, USA, 60148`, Salesperson: `Martin Jackson`, OrderID: 1995, OrderDate: `7/3/2022`, ProductID: 107, ProductName: `Mac Book Pro`, UnitPrice: 18490.66, Quantity: 2, ExtendedPrice: 36981.32, Freight: 690.66, Discontinued: false, Region: `West`, Address: `191 Main Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 60148 }), + new InvoicesDataItem({ ShipName: `Jefferson Estate`, ShipAddress: `129 Wall Street`, ShipCity: `Philadelphia`, ShipPostalCode: 80148, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1394, CustomerName: `Martin Jefferson`, CustomerFirstName: `Martin`, CustomerLastName: `Jefferson`, CustomerAddress: `129 Wall Street, Philadelphia, USA, 80148`, Salesperson: `Ben Jefferson`, OrderID: 1344, OrderDate: `10/13/2022`, ProductID: 168, ProductName: `IPhone`, UnitPrice: 5870.82, Quantity: 5, ExtendedPrice: 29354.1, Freight: 400.82, Discontinued: false, Region: `West`, Address: `129 Wall Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 80148 }), + new InvoicesDataItem({ ShipName: `Jefferson Estate`, ShipAddress: `148 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 70084, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1395, CustomerName: `Anna Jefferson`, CustomerFirstName: `Anna`, CustomerLastName: `Jefferson`, CustomerAddress: `148 Market Street, Philadelphia, USA, 70084`, Salesperson: `Martin Smith`, OrderID: 1602, OrderDate: `3/2/2022`, ProductID: 153, ProductName: `Samsung Note`, UnitPrice: 8490.68, Quantity: 3, ExtendedPrice: 25472.04, Freight: 1650.68, Discontinued: false, Region: `North East`, Address: `148 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 70084 }), + new InvoicesDataItem({ ShipName: `Black Home`, ShipAddress: `152 Wall Street`, ShipCity: `Miami`, ShipPostalCode: 90101, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1396, CustomerName: `Max Black`, CustomerFirstName: `Max`, CustomerLastName: `Black`, CustomerAddress: `152 Wall Street, Miami, USA, 90101`, Salesperson: `Ben Black`, OrderID: 1059, OrderDate: `4/12/2022`, ProductID: 164, ProductName: `Samsung Galaxy 22`, UnitPrice: 12460.5, Quantity: 3, ExtendedPrice: 37381.5, Freight: 280.5, Discontinued: false, Region: `North East`, Address: `152 Wall Street`, City: `Miami`, Country: `USA`, PostalCode: 90101 }), + new InvoicesDataItem({ ShipName: `Jackson Estate`, ShipAddress: `147 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 50200, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1397, CustomerName: `Nancy Jackson`, CustomerFirstName: `Nancy`, CustomerLastName: `Jackson`, CustomerAddress: `147 Market Street, Philadelphia, USA, 50200`, Salesperson: `Nancy Watson`, OrderID: 1159, OrderDate: `5/12/2022`, ProductID: 136, ProductName: `IPhone`, UnitPrice: 20790.46, Quantity: 4, ExtendedPrice: 83161.84, Freight: 780.46, Discontinued: false, Region: `North East`, Address: `147 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 50200 }), + new InvoicesDataItem({ ShipName: `Jackson Estate`, ShipAddress: `106 Main Street`, ShipCity: `Miami`, ShipPostalCode: 60064, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1398, CustomerName: `Max Jackson`, CustomerFirstName: `Max`, CustomerLastName: `Jackson`, CustomerAddress: `106 Main Street, Miami, USA, 60064`, Salesperson: `Nancy Watson`, OrderID: 1646, OrderDate: `2/13/2022`, ProductID: 143, ProductName: `IPad`, UnitPrice: 19180.29, Quantity: 4, ExtendedPrice: 76721.16, Freight: 1760.29, Discontinued: false, Region: `North East`, Address: `106 Main Street`, City: `Miami`, Country: `USA`, PostalCode: 60064 }), + new InvoicesDataItem({ ShipName: `Black Estate`, ShipAddress: `112 Main Street`, ShipCity: `Miami`, ShipPostalCode: 90118, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1399, CustomerName: `Nancy Black`, CustomerFirstName: `Nancy`, CustomerLastName: `Black`, CustomerAddress: `112 Main Street, Miami, USA, 90118`, Salesperson: `Martin Black`, OrderID: 1205, OrderDate: `9/24/2022`, ProductID: 109, ProductName: `IPad`, UnitPrice: 25950.86, Quantity: 4, ExtendedPrice: 103803.44, Freight: 1780.86, Discontinued: true, Region: `North East`, Address: `112 Main Street`, City: `Miami`, Country: `USA`, PostalCode: 90118 }), + new InvoicesDataItem({ ShipName: `Watson Market`, ShipAddress: `135 Main Street`, ShipCity: `Huston`, ShipPostalCode: 80177, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1400, CustomerName: `Mike Watson`, CustomerFirstName: `Mike`, CustomerLastName: `Watson`, CustomerAddress: `135 Main Street, Huston, USA, 80177`, Salesperson: `Max Madison`, OrderID: 1619, OrderDate: `7/15/2022`, ProductID: 174, ProductName: `Mac Book Pro`, UnitPrice: 24890.31, Quantity: 2, ExtendedPrice: 49780.62, Freight: 1540.31, Discontinued: false, Region: `West`, Address: `135 Main Street`, City: `Huston`, Country: `USA`, PostalCode: 80177 }), + new InvoicesDataItem({ ShipName: `Smith Home`, ShipAddress: `156 Main Street`, ShipCity: `Miami`, ShipPostalCode: 70110, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1401, CustomerName: `Max Smith`, CustomerFirstName: `Max`, CustomerLastName: `Smith`, CustomerAddress: `156 Main Street, Miami, USA, 70110`, Salesperson: `Anna Watson`, OrderID: 1160, OrderDate: `10/21/2022`, ProductID: 127, ProductName: `IPad`, UnitPrice: 18400.21, Quantity: 3, ExtendedPrice: 55200.63, Freight: 580.21, Discontinued: false, Region: `South East`, Address: `156 Main Street`, City: `Miami`, Country: `USA`, PostalCode: 70110 }), + new InvoicesDataItem({ ShipName: `Watson Home`, ShipAddress: `124 Wall Street`, ShipCity: `Los Angeles`, ShipPostalCode: 90077, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1402, CustomerName: `Max Watson`, CustomerFirstName: `Max`, CustomerLastName: `Watson`, CustomerAddress: `124 Wall Street, Los Angeles, USA, 90077`, Salesperson: `Ben Jefferson`, OrderID: 1017, OrderDate: `7/21/2022`, ProductID: 160, ProductName: `Samsung Note`, UnitPrice: 15430.8, Quantity: 5, ExtendedPrice: 77154, Freight: 1660.8, Discontinued: false, Region: `North East`, Address: `124 Wall Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 90077 }), + new InvoicesDataItem({ ShipName: `Black Townhouse`, ShipAddress: `144 Market Street`, ShipCity: `New York`, ShipPostalCode: 50110, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1403, CustomerName: `Anna Black`, CustomerFirstName: `Anna`, CustomerLastName: `Black`, CustomerAddress: `144 Market Street, New York, USA, 50110`, Salesperson: `James Jefferson`, OrderID: 1990, OrderDate: `5/17/2022`, ProductID: 112, ProductName: `IPhone`, UnitPrice: 20040.37, Quantity: 3, ExtendedPrice: 60121.11, Freight: 1710.37, Discontinued: false, Region: `South East`, Address: `144 Market Street`, City: `New York`, Country: `USA`, PostalCode: 50110 }), + new InvoicesDataItem({ ShipName: `Smith Market`, ShipAddress: `105 Main Street`, ShipCity: `Miami`, ShipPostalCode: 80117, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1404, CustomerName: `James Smith`, CustomerFirstName: `James`, CustomerLastName: `Smith`, CustomerAddress: `105 Main Street, Miami, USA, 80117`, Salesperson: `Max Watson`, OrderID: 1002, OrderDate: `10/25/2022`, ProductID: 119, ProductName: `Samsung Galaxy 22`, UnitPrice: 28760.88, Quantity: 5, ExtendedPrice: 143804.4, Freight: 1220.88, Discontinued: false, Region: `West`, Address: `105 Main Street`, City: `Miami`, Country: `USA`, PostalCode: 80117 }), + new InvoicesDataItem({ ShipName: `Madison Home`, ShipAddress: `142 Main Street`, ShipCity: `Los Angeles`, ShipPostalCode: 90124, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1405, CustomerName: `Anna Madison`, CustomerFirstName: `Anna`, CustomerLastName: `Madison`, CustomerAddress: `142 Main Street, Los Angeles, USA, 90124`, Salesperson: `James Madison`, OrderID: 1433, OrderDate: `7/22/2022`, ProductID: 158, ProductName: `Mac Book Pro`, UnitPrice: 17750.64, Quantity: 5, ExtendedPrice: 88753.2, Freight: 1300.64, Discontinued: false, Region: `West`, Address: `142 Main Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 90124 }), + new InvoicesDataItem({ ShipName: `Watson Townhouse`, ShipAddress: `141 Market Street`, ShipCity: `Huston`, ShipPostalCode: 50115, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1406, CustomerName: `Max Watson`, CustomerFirstName: `Max`, CustomerLastName: `Watson`, CustomerAddress: `141 Market Street, Huston, USA, 50115`, Salesperson: `Anna Watson`, OrderID: 1195, OrderDate: `8/12/2022`, ProductID: 124, ProductName: `Mac Book Pro`, UnitPrice: 22040.48, Quantity: 2, ExtendedPrice: 44080.96, Freight: 1260.48, Discontinued: false, Region: `North East`, Address: `141 Market Street`, City: `Huston`, Country: `USA`, PostalCode: 50115 }), + new InvoicesDataItem({ ShipName: `Jefferson Estate`, ShipAddress: `145 Main Street`, ShipCity: `Los Angeles`, ShipPostalCode: 70160, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1407, CustomerName: `Mike Jefferson`, CustomerFirstName: `Mike`, CustomerLastName: `Jefferson`, CustomerAddress: `145 Main Street, Los Angeles, USA, 70160`, Salesperson: `Max Watson`, OrderID: 1486, OrderDate: `1/13/2022`, ProductID: 103, ProductName: `Mac Book Air`, UnitPrice: 29480.67, Quantity: 3, ExtendedPrice: 88442.01, Freight: 1810.67, Discontinued: false, Region: `North East`, Address: `145 Main Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 70160 }), + new InvoicesDataItem({ ShipName: `Black Market`, ShipAddress: `106 Main Street`, ShipCity: `Los Angeles`, ShipPostalCode: 80149, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1408, CustomerName: `Ben Black`, CustomerFirstName: `Ben`, CustomerLastName: `Black`, CustomerAddress: `106 Main Street, Los Angeles, USA, 80149`, Salesperson: `James Smith`, OrderID: 1646, OrderDate: `9/4/2022`, ProductID: 191, ProductName: `Mac Book Pro`, UnitPrice: 5890.71, Quantity: 5, ExtendedPrice: 29453.55, Freight: 670.71, Discontinued: false, Region: `North East`, Address: `106 Main Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 80149 }), + new InvoicesDataItem({ ShipName: `Madison Estate`, ShipAddress: `171 Market Street`, ShipCity: `Los Angeles`, ShipPostalCode: 60182, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1409, CustomerName: `Anna Madison`, CustomerFirstName: `Anna`, CustomerLastName: `Madison`, CustomerAddress: `171 Market Street, Los Angeles, USA, 60182`, Salesperson: `James Smith`, OrderID: 1839, OrderDate: `12/12/2022`, ProductID: 120, ProductName: `IPhone`, UnitPrice: 17510.64, Quantity: 5, ExtendedPrice: 87553.2, Freight: 1150.64, Discontinued: true, Region: `West`, Address: `171 Market Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 60182 }), + new InvoicesDataItem({ ShipName: `Jefferson Home`, ShipAddress: `195 Market Street`, ShipCity: `Los Angeles`, ShipPostalCode: 60122, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1410, CustomerName: `Ben Jefferson`, CustomerFirstName: `Ben`, CustomerLastName: `Jefferson`, CustomerAddress: `195 Market Street, Los Angeles, USA, 60122`, Salesperson: `Martin Madison`, OrderID: 1925, OrderDate: `1/22/2022`, ProductID: 164, ProductName: `Mac Book Pro`, UnitPrice: 12920.58, Quantity: 2, ExtendedPrice: 25841.16, Freight: 690.58, Discontinued: false, Region: `West`, Address: `195 Market Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 60122 }), + new InvoicesDataItem({ ShipName: `Black Home`, ShipAddress: `137 Wall Street`, ShipCity: `Miami`, ShipPostalCode: 70152, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1411, CustomerName: `James Black`, CustomerFirstName: `James`, CustomerLastName: `Black`, CustomerAddress: `137 Wall Street, Miami, USA, 70152`, Salesperson: `Anna Jackson`, OrderID: 1055, OrderDate: `12/9/2022`, ProductID: 198, ProductName: `IPad`, UnitPrice: 9640.43, Quantity: 4, ExtendedPrice: 38561.72, Freight: 1930.43, Discontinued: false, Region: `North East`, Address: `137 Wall Street`, City: `Miami`, Country: `USA`, PostalCode: 70152 }), + new InvoicesDataItem({ ShipName: `Smith Estate`, ShipAddress: `129 Wall Street`, ShipCity: `Miami`, ShipPostalCode: 50177, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1412, CustomerName: `Anna Smith`, CustomerFirstName: `Anna`, CustomerLastName: `Smith`, CustomerAddress: `129 Wall Street, Miami, USA, 50177`, Salesperson: `Martin Smith`, OrderID: 1845, OrderDate: `10/21/2022`, ProductID: 142, ProductName: `IPad`, UnitPrice: 16040.31, Quantity: 3, ExtendedPrice: 48120.93, Freight: 1050.31, Discontinued: false, Region: `West`, Address: `129 Wall Street`, City: `Miami`, Country: `USA`, PostalCode: 50177 }), + new InvoicesDataItem({ ShipName: `Black Estate`, ShipAddress: `174 Main Street`, ShipCity: `Huston`, ShipPostalCode: 90080, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1413, CustomerName: `Mike Black`, CustomerFirstName: `Mike`, CustomerLastName: `Black`, CustomerAddress: `174 Main Street, Huston, USA, 90080`, Salesperson: `Nancy Jefferson`, OrderID: 1560, OrderDate: `6/23/2022`, ProductID: 110, ProductName: `Mac Book Pro`, UnitPrice: 25850.87, Quantity: 4, ExtendedPrice: 103403.48, Freight: 940.87, Discontinued: false, Region: `West`, Address: `174 Main Street`, City: `Huston`, Country: `USA`, PostalCode: 90080 }), + new InvoicesDataItem({ ShipName: `Jackson Market`, ShipAddress: `139 Market Street`, ShipCity: `New York`, ShipPostalCode: 60178, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1414, CustomerName: `Nancy Jackson`, CustomerFirstName: `Nancy`, CustomerLastName: `Jackson`, CustomerAddress: `139 Market Street, New York, USA, 60178`, Salesperson: `Pamela Jefferson`, OrderID: 1102, OrderDate: `2/18/2022`, ProductID: 154, ProductName: `Mac Book Air`, UnitPrice: 13210.48, Quantity: 4, ExtendedPrice: 52841.92, Freight: 960.48, Discontinued: false, Region: `South East`, Address: `139 Market Street`, City: `New York`, Country: `USA`, PostalCode: 60178 }), + new InvoicesDataItem({ ShipName: `Madison Home`, ShipAddress: `127 Wall Street`, ShipCity: `Los Angeles`, ShipPostalCode: 60192, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1415, CustomerName: `Max Madison`, CustomerFirstName: `Max`, CustomerLastName: `Madison`, CustomerAddress: `127 Wall Street, Los Angeles, USA, 60192`, Salesperson: `Ben Smith`, OrderID: 1570, OrderDate: `5/19/2022`, ProductID: 105, ProductName: `Samsung Note`, UnitPrice: 24890.59, Quantity: 5, ExtendedPrice: 124452.95, Freight: 1860.59, Discontinued: false, Region: `West`, Address: `127 Wall Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 60192 }), + new InvoicesDataItem({ ShipName: `Watson Market`, ShipAddress: `186 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 90145, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1416, CustomerName: `Max Watson`, CustomerFirstName: `Max`, CustomerLastName: `Watson`, CustomerAddress: `186 Market Street, Philadelphia, USA, 90145`, Salesperson: `Mike Jefferson`, OrderID: 1872, OrderDate: `11/18/2022`, ProductID: 165, ProductName: `IPhone`, UnitPrice: 19720.85, Quantity: 2, ExtendedPrice: 39441.7, Freight: 690.85, Discontinued: false, Region: `South East`, Address: `186 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 90145 }), + new InvoicesDataItem({ ShipName: `Jackson Estate`, ShipAddress: `198 Main Street`, ShipCity: `Philadelphia`, ShipPostalCode: 70160, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1417, CustomerName: `Anna Jackson`, CustomerFirstName: `Anna`, CustomerLastName: `Jackson`, CustomerAddress: `198 Main Street, Philadelphia, USA, 70160`, Salesperson: `Martin Madison`, OrderID: 1155, OrderDate: `11/1/2022`, ProductID: 138, ProductName: `IPhone`, UnitPrice: 12260.46, Quantity: 2, ExtendedPrice: 24520.92, Freight: 1680.46, Discontinued: false, Region: `West`, Address: `198 Main Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 70160 }), + new InvoicesDataItem({ ShipName: `Jefferson Townhouse`, ShipAddress: `110 Main Street`, ShipCity: `New York`, ShipPostalCode: 80119, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1418, CustomerName: `Ben Jefferson`, CustomerFirstName: `Ben`, CustomerLastName: `Jefferson`, CustomerAddress: `110 Main Street, New York, USA, 80119`, Salesperson: `Anna Black`, OrderID: 1600, OrderDate: `8/12/2022`, ProductID: 118, ProductName: `Mac Book Air`, UnitPrice: 9840.45, Quantity: 4, ExtendedPrice: 39361.8, Freight: 1410.45, Discontinued: false, Region: `South East`, Address: `110 Main Street`, City: `New York`, Country: `USA`, PostalCode: 80119 }), + new InvoicesDataItem({ ShipName: `Madison Market`, ShipAddress: `187 Main Street`, ShipCity: `Los Angeles`, ShipPostalCode: 50082, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1419, CustomerName: `Ben Madison`, CustomerFirstName: `Ben`, CustomerLastName: `Madison`, CustomerAddress: `187 Main Street, Los Angeles, USA, 50082`, Salesperson: `Pamela Watson`, OrderID: 1451, OrderDate: `12/10/2022`, ProductID: 144, ProductName: `Samsung Galaxy 22`, UnitPrice: 25180.7, Quantity: 2, ExtendedPrice: 50361.4, Freight: 560.7, Discontinued: true, Region: `North East`, Address: `187 Main Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 50082 }), + new InvoicesDataItem({ ShipName: `Jackson Townhouse`, ShipAddress: `121 Main Street`, ShipCity: `Miami`, ShipPostalCode: 60178, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1420, CustomerName: `Mike Jackson`, CustomerFirstName: `Mike`, CustomerLastName: `Jackson`, CustomerAddress: `121 Main Street, Miami, USA, 60178`, Salesperson: `Ben Jackson`, OrderID: 1294, OrderDate: `2/18/2022`, ProductID: 168, ProductName: `Samsung Galaxy 22`, UnitPrice: 18670.31, Quantity: 5, ExtendedPrice: 93351.55, Freight: 1410.31, Discontinued: false, Region: `West`, Address: `121 Main Street`, City: `Miami`, Country: `USA`, PostalCode: 60178 }), + new InvoicesDataItem({ ShipName: `Smith Home`, ShipAddress: `185 Wall Street`, ShipCity: `New York`, ShipPostalCode: 50177, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1421, CustomerName: `Anna Smith`, CustomerFirstName: `Anna`, CustomerLastName: `Smith`, CustomerAddress: `185 Wall Street, New York, USA, 50177`, Salesperson: `James Watson`, OrderID: 1095, OrderDate: `6/16/2022`, ProductID: 182, ProductName: `Samsung Note`, UnitPrice: 10450.44, Quantity: 5, ExtendedPrice: 52252.2, Freight: 1030.44, Discontinued: false, Region: `West`, Address: `185 Wall Street`, City: `New York`, Country: `USA`, PostalCode: 50177 }), + new InvoicesDataItem({ ShipName: `Watson Market`, ShipAddress: `177 Market Street`, ShipCity: `New York`, ShipPostalCode: 90081, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1422, CustomerName: `Max Watson`, CustomerFirstName: `Max`, CustomerLastName: `Watson`, CustomerAddress: `177 Market Street, New York, USA, 90081`, Salesperson: `Pamela Smith`, OrderID: 1333, OrderDate: `5/21/2022`, ProductID: 159, ProductName: `Mac Book Air`, UnitPrice: 23900.49, Quantity: 5, ExtendedPrice: 119502.45, Freight: 1700.49, Discontinued: false, Region: `South East`, Address: `177 Market Street`, City: `New York`, Country: `USA`, PostalCode: 90081 }), + new InvoicesDataItem({ ShipName: `Watson Home`, ShipAddress: `106 Market Street`, ShipCity: `Miami`, ShipPostalCode: 70099, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1423, CustomerName: `Anna Watson`, CustomerFirstName: `Anna`, CustomerLastName: `Watson`, CustomerAddress: `106 Market Street, Miami, USA, 70099`, Salesperson: `Pamela Jackson`, OrderID: 1147, OrderDate: `6/13/2022`, ProductID: 174, ProductName: `Mac Book Pro`, UnitPrice: 29460.63, Quantity: 2, ExtendedPrice: 58921.26, Freight: 1280.63, Discontinued: false, Region: `North East`, Address: `106 Market Street`, City: `Miami`, Country: `USA`, PostalCode: 70099 }), + new InvoicesDataItem({ ShipName: `Madison Townhouse`, ShipAddress: `179 Main Street`, ShipCity: `Philadelphia`, ShipPostalCode: 80150, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1424, CustomerName: `Martin Madison`, CustomerFirstName: `Martin`, CustomerLastName: `Madison`, CustomerAddress: `179 Main Street, Philadelphia, USA, 80150`, Salesperson: `James Jefferson`, OrderID: 1595, OrderDate: `7/19/2022`, ProductID: 183, ProductName: `Samsung Galaxy 22`, UnitPrice: 19060.64, Quantity: 5, ExtendedPrice: 95303.2, Freight: 980.64, Discontinued: false, Region: `North East`, Address: `179 Main Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 80150 }), + new InvoicesDataItem({ ShipName: `Watson Home`, ShipAddress: `142 Main Street`, ShipCity: `Huston`, ShipPostalCode: 90100, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1425, CustomerName: `Max Watson`, CustomerFirstName: `Max`, CustomerLastName: `Watson`, CustomerAddress: `142 Main Street, Huston, USA, 90100`, Salesperson: `Martin Black`, OrderID: 1061, OrderDate: `4/4/2022`, ProductID: 118, ProductName: `IPad`, UnitPrice: 17400.83, Quantity: 2, ExtendedPrice: 34801.66, Freight: 370.83, Discontinued: false, Region: `North East`, Address: `142 Main Street`, City: `Huston`, Country: `USA`, PostalCode: 90100 }), + new InvoicesDataItem({ ShipName: `Watson Townhouse`, ShipAddress: `189 Main Street`, ShipCity: `Philadelphia`, ShipPostalCode: 90144, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1426, CustomerName: `Max Watson`, CustomerFirstName: `Max`, CustomerLastName: `Watson`, CustomerAddress: `189 Main Street, Philadelphia, USA, 90144`, Salesperson: `Martin Smith`, OrderID: 1114, OrderDate: `2/13/2022`, ProductID: 146, ProductName: `Samsung Galaxy 22`, UnitPrice: 16860.57, Quantity: 5, ExtendedPrice: 84302.85, Freight: 1050.57, Discontinued: false, Region: `North East`, Address: `189 Main Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 90144 }), + new InvoicesDataItem({ ShipName: `Madison Estate`, ShipAddress: `130 Wall Street`, ShipCity: `New York`, ShipPostalCode: 90175, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1427, CustomerName: `Pamela Madison`, CustomerFirstName: `Pamela`, CustomerLastName: `Madison`, CustomerAddress: `130 Wall Street, New York, USA, 90175`, Salesperson: `Nancy Black`, OrderID: 1716, OrderDate: `11/6/2022`, ProductID: 157, ProductName: `IPad`, UnitPrice: 19570.85, Quantity: 3, ExtendedPrice: 58712.55, Freight: 1620.85, Discontinued: false, Region: `North East`, Address: `130 Wall Street`, City: `New York`, Country: `USA`, PostalCode: 90175 }), + new InvoicesDataItem({ ShipName: `Smith Market`, ShipAddress: `144 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 80153, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1428, CustomerName: `Anna Smith`, CustomerFirstName: `Anna`, CustomerLastName: `Smith`, CustomerAddress: `144 Market Street, Philadelphia, USA, 80153`, Salesperson: `Mike Smith`, OrderID: 1523, OrderDate: `8/5/2022`, ProductID: 139, ProductName: `Samsung Galaxy 22`, UnitPrice: 5100.26, Quantity: 3, ExtendedPrice: 15300.78, Freight: 1630.26, Discontinued: false, Region: `North East`, Address: `144 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 80153 }), + new InvoicesDataItem({ ShipName: `Smith Home`, ShipAddress: `175 Wall Street`, ShipCity: `New York`, ShipPostalCode: 50150, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1429, CustomerName: `James Smith`, CustomerFirstName: `James`, CustomerLastName: `Smith`, CustomerAddress: `175 Wall Street, New York, USA, 50150`, Salesperson: `James Jefferson`, OrderID: 1027, OrderDate: `12/7/2022`, ProductID: 151, ProductName: `IPad`, UnitPrice: 18940.75, Quantity: 4, ExtendedPrice: 75763, Freight: 1130.75, Discontinued: true, Region: `North East`, Address: `175 Wall Street`, City: `New York`, Country: `USA`, PostalCode: 50150 }), + new InvoicesDataItem({ ShipName: `Smith Home`, ShipAddress: `152 Wall Street`, ShipCity: `New York`, ShipPostalCode: 70091, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1430, CustomerName: `Max Smith`, CustomerFirstName: `Max`, CustomerLastName: `Smith`, CustomerAddress: `152 Wall Street, New York, USA, 70091`, Salesperson: `Ben Smith`, OrderID: 1626, OrderDate: `1/1/2022`, ProductID: 145, ProductName: `IPhone`, UnitPrice: 29800.74, Quantity: 4, ExtendedPrice: 119202.96, Freight: 1440.74, Discontinued: false, Region: `West`, Address: `152 Wall Street`, City: `New York`, Country: `USA`, PostalCode: 70091 }), + new InvoicesDataItem({ ShipName: `Jackson Market`, ShipAddress: `127 Main Street`, ShipCity: `Miami`, ShipPostalCode: 90099, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1431, CustomerName: `Martin Jackson`, CustomerFirstName: `Martin`, CustomerLastName: `Jackson`, CustomerAddress: `127 Main Street, Miami, USA, 90099`, Salesperson: `Anna Smith`, OrderID: 1789, OrderDate: `10/15/2022`, ProductID: 139, ProductName: `Mac Book Air`, UnitPrice: 16220.23, Quantity: 2, ExtendedPrice: 32440.46, Freight: 1170.23, Discontinued: false, Region: `West`, Address: `127 Main Street`, City: `Miami`, Country: `USA`, PostalCode: 90099 }), + new InvoicesDataItem({ ShipName: `Jefferson Home`, ShipAddress: `157 Wall Street`, ShipCity: `Huston`, ShipPostalCode: 70162, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1432, CustomerName: `Mike Jefferson`, CustomerFirstName: `Mike`, CustomerLastName: `Jefferson`, CustomerAddress: `157 Wall Street, Huston, USA, 70162`, Salesperson: `Martin Madison`, OrderID: 1622, OrderDate: `6/6/2022`, ProductID: 133, ProductName: `Samsung Note`, UnitPrice: 7410.73, Quantity: 4, ExtendedPrice: 29642.92, Freight: 1660.73, Discontinued: false, Region: `South East`, Address: `157 Wall Street`, City: `Huston`, Country: `USA`, PostalCode: 70162 }), + new InvoicesDataItem({ ShipName: `Smith Home`, ShipAddress: `159 Market Street`, ShipCity: `New York`, ShipPostalCode: 50198, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1433, CustomerName: `Mike Smith`, CustomerFirstName: `Mike`, CustomerLastName: `Smith`, CustomerAddress: `159 Market Street, New York, USA, 50198`, Salesperson: `Mike Smith`, OrderID: 1961, OrderDate: `9/7/2022`, ProductID: 120, ProductName: `Mac Book Pro`, UnitPrice: 9150.59, Quantity: 3, ExtendedPrice: 27451.77, Freight: 550.59, Discontinued: false, Region: `South East`, Address: `159 Market Street`, City: `New York`, Country: `USA`, PostalCode: 50198 }), + new InvoicesDataItem({ ShipName: `Jackson Estate`, ShipAddress: `109 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 60160, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1434, CustomerName: `Ben Jackson`, CustomerFirstName: `Ben`, CustomerLastName: `Jackson`, CustomerAddress: `109 Market Street, Philadelphia, USA, 60160`, Salesperson: `Mike Madison`, OrderID: 1868, OrderDate: `2/5/2022`, ProductID: 131, ProductName: `Samsung Galaxy 22`, UnitPrice: 20400.46, Quantity: 2, ExtendedPrice: 40800.92, Freight: 1640.46, Discontinued: false, Region: `South East`, Address: `109 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 60160 }), + new InvoicesDataItem({ ShipName: `Madison Estate`, ShipAddress: `138 Wall Street`, ShipCity: `Philadelphia`, ShipPostalCode: 80164, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1435, CustomerName: `Max Madison`, CustomerFirstName: `Max`, CustomerLastName: `Madison`, CustomerAddress: `138 Wall Street, Philadelphia, USA, 80164`, Salesperson: `Mike Smith`, OrderID: 1223, OrderDate: `7/4/2022`, ProductID: 199, ProductName: `Samsung Note`, UnitPrice: 23980.42, Quantity: 5, ExtendedPrice: 119902.1, Freight: 410.42, Discontinued: false, Region: `West`, Address: `138 Wall Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 80164 }), + new InvoicesDataItem({ ShipName: `Jackson Townhouse`, ShipAddress: `164 Main Street`, ShipCity: `New York`, ShipPostalCode: 90183, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1436, CustomerName: `Pamela Jackson`, CustomerFirstName: `Pamela`, CustomerLastName: `Jackson`, CustomerAddress: `164 Main Street, New York, USA, 90183`, Salesperson: `James Watson`, OrderID: 1766, OrderDate: `7/14/2022`, ProductID: 160, ProductName: `Samsung Note`, UnitPrice: 12280.79, Quantity: 2, ExtendedPrice: 24561.58, Freight: 1140.79, Discontinued: false, Region: `West`, Address: `164 Main Street`, City: `New York`, Country: `USA`, PostalCode: 90183 }), + new InvoicesDataItem({ ShipName: `Jefferson Estate`, ShipAddress: `187 Main Street`, ShipCity: `New York`, ShipPostalCode: 80053, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1437, CustomerName: `Nancy Jefferson`, CustomerFirstName: `Nancy`, CustomerLastName: `Jefferson`, CustomerAddress: `187 Main Street, New York, USA, 80053`, Salesperson: `Martin Watson`, OrderID: 1602, OrderDate: `12/25/2022`, ProductID: 112, ProductName: `Samsung Galaxy 22`, UnitPrice: 14860.39, Quantity: 5, ExtendedPrice: 74301.95, Freight: 1920.39, Discontinued: false, Region: `West`, Address: `187 Main Street`, City: `New York`, Country: `USA`, PostalCode: 80053 }), + new InvoicesDataItem({ ShipName: `Black Market`, ShipAddress: `197 Wall Street`, ShipCity: `Miami`, ShipPostalCode: 50076, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1438, CustomerName: `Max Black`, CustomerFirstName: `Max`, CustomerLastName: `Black`, CustomerAddress: `197 Wall Street, Miami, USA, 50076`, Salesperson: `James Jefferson`, OrderID: 1281, OrderDate: `3/18/2022`, ProductID: 102, ProductName: `Samsung Galaxy 22`, UnitPrice: 11120.87, Quantity: 2, ExtendedPrice: 22241.74, Freight: 720.87, Discontinued: false, Region: `North East`, Address: `197 Wall Street`, City: `Miami`, Country: `USA`, PostalCode: 50076 }), + new InvoicesDataItem({ ShipName: `Watson Market`, ShipAddress: `127 Market Street`, ShipCity: `Los Angeles`, ShipPostalCode: 90067, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1439, CustomerName: `James Watson`, CustomerFirstName: `James`, CustomerLastName: `Watson`, CustomerAddress: `127 Market Street, Los Angeles, USA, 90067`, Salesperson: `James Madison`, OrderID: 1736, OrderDate: `2/4/2022`, ProductID: 172, ProductName: `IPad`, UnitPrice: 20090.62, Quantity: 4, ExtendedPrice: 80362.48, Freight: 630.62, Discontinued: true, Region: `West`, Address: `127 Market Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 90067 }), + new InvoicesDataItem({ ShipName: `Black Market`, ShipAddress: `150 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 90161, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1440, CustomerName: `Max Black`, CustomerFirstName: `Max`, CustomerLastName: `Black`, CustomerAddress: `150 Market Street, Philadelphia, USA, 90161`, Salesperson: `Anna Watson`, OrderID: 1683, OrderDate: `5/15/2022`, ProductID: 192, ProductName: `Mac Book Air`, UnitPrice: 7270.76, Quantity: 3, ExtendedPrice: 21812.28, Freight: 1880.76, Discontinued: false, Region: `West`, Address: `150 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 90161 }), + new InvoicesDataItem({ ShipName: `Watson Townhouse`, ShipAddress: `128 Market Street`, ShipCity: `Huston`, ShipPostalCode: 70131, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1441, CustomerName: `Pamela Watson`, CustomerFirstName: `Pamela`, CustomerLastName: `Watson`, CustomerAddress: `128 Market Street, Huston, USA, 70131`, Salesperson: `Ben Smith`, OrderID: 1652, OrderDate: `11/16/2022`, ProductID: 107, ProductName: `Samsung Note`, UnitPrice: 23290.38, Quantity: 2, ExtendedPrice: 46580.76, Freight: 400.38, Discontinued: false, Region: `West`, Address: `128 Market Street`, City: `Huston`, Country: `USA`, PostalCode: 70131 }), + new InvoicesDataItem({ ShipName: `Watson Home`, ShipAddress: `151 Wall Street`, ShipCity: `Miami`, ShipPostalCode: 70185, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1442, CustomerName: `Max Watson`, CustomerFirstName: `Max`, CustomerLastName: `Watson`, CustomerAddress: `151 Wall Street, Miami, USA, 70185`, Salesperson: `Nancy Black`, OrderID: 1385, OrderDate: `6/12/2022`, ProductID: 110, ProductName: `Mac Book Pro`, UnitPrice: 14390.77, Quantity: 2, ExtendedPrice: 28781.54, Freight: 1600.77, Discontinued: false, Region: `West`, Address: `151 Wall Street`, City: `Miami`, Country: `USA`, PostalCode: 70185 }), + new InvoicesDataItem({ ShipName: `Madison Home`, ShipAddress: `183 Wall Street`, ShipCity: `New York`, ShipPostalCode: 60080, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1443, CustomerName: `Pamela Madison`, CustomerFirstName: `Pamela`, CustomerLastName: `Madison`, CustomerAddress: `183 Wall Street, New York, USA, 60080`, Salesperson: `Mike Madison`, OrderID: 1158, OrderDate: `3/11/2022`, ProductID: 172, ProductName: `Samsung Note`, UnitPrice: 25230.25, Quantity: 3, ExtendedPrice: 75690.75, Freight: 340.25, Discontinued: false, Region: `South East`, Address: `183 Wall Street`, City: `New York`, Country: `USA`, PostalCode: 60080 }), + new InvoicesDataItem({ ShipName: `Black Estate`, ShipAddress: `137 Wall Street`, ShipCity: `Philadelphia`, ShipPostalCode: 80117, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1444, CustomerName: `James Black`, CustomerFirstName: `James`, CustomerLastName: `Black`, CustomerAddress: `137 Wall Street, Philadelphia, USA, 80117`, Salesperson: `Anna Black`, OrderID: 1310, OrderDate: `9/5/2022`, ProductID: 157, ProductName: `IPad`, UnitPrice: 21970.48, Quantity: 2, ExtendedPrice: 43940.96, Freight: 1420.48, Discontinued: false, Region: `South East`, Address: `137 Wall Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 80117 }), + new InvoicesDataItem({ ShipName: `Black Market`, ShipAddress: `158 Wall Street`, ShipCity: `New York`, ShipPostalCode: 80138, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1445, CustomerName: `Anna Black`, CustomerFirstName: `Anna`, CustomerLastName: `Black`, CustomerAddress: `158 Wall Street, New York, USA, 80138`, Salesperson: `Martin Madison`, OrderID: 1385, OrderDate: `5/9/2022`, ProductID: 127, ProductName: `Samsung Galaxy 22`, UnitPrice: 12610.37, Quantity: 5, ExtendedPrice: 63051.85, Freight: 1410.37, Discontinued: false, Region: `West`, Address: `158 Wall Street`, City: `New York`, Country: `USA`, PostalCode: 80138 }), + new InvoicesDataItem({ ShipName: `Madison Home`, ShipAddress: `145 Wall Street`, ShipCity: `Los Angeles`, ShipPostalCode: 70189, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1446, CustomerName: `Mike Madison`, CustomerFirstName: `Mike`, CustomerLastName: `Madison`, CustomerAddress: `145 Wall Street, Los Angeles, USA, 70189`, Salesperson: `Mike Jackson`, OrderID: 1725, OrderDate: `9/6/2022`, ProductID: 112, ProductName: `Mac Book Pro`, UnitPrice: 20520.26, Quantity: 4, ExtendedPrice: 82081.04, Freight: 710.26, Discontinued: false, Region: `West`, Address: `145 Wall Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 70189 }), + new InvoicesDataItem({ ShipName: `Black Estate`, ShipAddress: `155 Wall Street`, ShipCity: `Miami`, ShipPostalCode: 60114, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1447, CustomerName: `Pamela Black`, CustomerFirstName: `Pamela`, CustomerLastName: `Black`, CustomerAddress: `155 Wall Street, Miami, USA, 60114`, Salesperson: `Martin Madison`, OrderID: 1520, OrderDate: `6/15/2022`, ProductID: 174, ProductName: `IPhone`, UnitPrice: 16730.88, Quantity: 2, ExtendedPrice: 33461.76, Freight: 1020.88, Discontinued: false, Region: `South East`, Address: `155 Wall Street`, City: `Miami`, Country: `USA`, PostalCode: 60114 }), + new InvoicesDataItem({ ShipName: `Madison Estate`, ShipAddress: `184 Main Street`, ShipCity: `Los Angeles`, ShipPostalCode: 80059, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1448, CustomerName: `Max Madison`, CustomerFirstName: `Max`, CustomerLastName: `Madison`, CustomerAddress: `184 Main Street, Los Angeles, USA, 80059`, Salesperson: `Max Smith`, OrderID: 1764, OrderDate: `4/4/2022`, ProductID: 147, ProductName: `Mac Book Air`, UnitPrice: 29810.31, Quantity: 2, ExtendedPrice: 59620.62, Freight: 1200.31, Discontinued: false, Region: `West`, Address: `184 Main Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 80059 }), + new InvoicesDataItem({ ShipName: `Black Home`, ShipAddress: `195 Wall Street`, ShipCity: `Huston`, ShipPostalCode: 80052, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1449, CustomerName: `Ben Black`, CustomerFirstName: `Ben`, CustomerLastName: `Black`, CustomerAddress: `195 Wall Street, Huston, USA, 80052`, Salesperson: `Max Jefferson`, OrderID: 1325, OrderDate: `8/23/2022`, ProductID: 186, ProductName: `Mac Book Pro`, UnitPrice: 19780.82, Quantity: 3, ExtendedPrice: 59342.46, Freight: 720.82, Discontinued: true, Region: `South East`, Address: `195 Wall Street`, City: `Huston`, Country: `USA`, PostalCode: 80052 }), + new InvoicesDataItem({ ShipName: `Black Market`, ShipAddress: `168 Market Street`, ShipCity: `Miami`, ShipPostalCode: 70196, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1450, CustomerName: `Anna Black`, CustomerFirstName: `Anna`, CustomerLastName: `Black`, CustomerAddress: `168 Market Street, Miami, USA, 70196`, Salesperson: `Martin Madison`, OrderID: 1216, OrderDate: `9/9/2022`, ProductID: 134, ProductName: `Samsung Galaxy 22`, UnitPrice: 25110.88, Quantity: 2, ExtendedPrice: 50221.76, Freight: 1040.88, Discontinued: false, Region: `West`, Address: `168 Market Street`, City: `Miami`, Country: `USA`, PostalCode: 70196 }), + new InvoicesDataItem({ ShipName: `Black Estate`, ShipAddress: `196 Wall Street`, ShipCity: `Philadelphia`, ShipPostalCode: 70064, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1451, CustomerName: `Anna Black`, CustomerFirstName: `Anna`, CustomerLastName: `Black`, CustomerAddress: `196 Wall Street, Philadelphia, USA, 70064`, Salesperson: `Nancy Madison`, OrderID: 1924, OrderDate: `9/9/2022`, ProductID: 108, ProductName: `IPhone`, UnitPrice: 14220.86, Quantity: 2, ExtendedPrice: 28441.72, Freight: 1220.86, Discontinued: false, Region: `West`, Address: `196 Wall Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 70064 }), + new InvoicesDataItem({ ShipName: `Madison Home`, ShipAddress: `125 Wall Street`, ShipCity: `Huston`, ShipPostalCode: 90158, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1452, CustomerName: `Max Madison`, CustomerFirstName: `Max`, CustomerLastName: `Madison`, CustomerAddress: `125 Wall Street, Huston, USA, 90158`, Salesperson: `Martin Jackson`, OrderID: 1952, OrderDate: `8/23/2022`, ProductID: 177, ProductName: `Samsung Galaxy 22`, UnitPrice: 11460.48, Quantity: 3, ExtendedPrice: 34381.44, Freight: 1140.48, Discontinued: false, Region: `West`, Address: `125 Wall Street`, City: `Huston`, Country: `USA`, PostalCode: 90158 }), + new InvoicesDataItem({ ShipName: `Watson Home`, ShipAddress: `113 Wall Street`, ShipCity: `Los Angeles`, ShipPostalCode: 50104, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1453, CustomerName: `Ben Watson`, CustomerFirstName: `Ben`, CustomerLastName: `Watson`, CustomerAddress: `113 Wall Street, Los Angeles, USA, 50104`, Salesperson: `Mike Black`, OrderID: 1388, OrderDate: `7/12/2022`, ProductID: 142, ProductName: `Samsung Galaxy 22`, UnitPrice: 25460.85, Quantity: 2, ExtendedPrice: 50921.7, Freight: 360.85, Discontinued: false, Region: `West`, Address: `113 Wall Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 50104 }), + new InvoicesDataItem({ ShipName: `Black Home`, ShipAddress: `176 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 90069, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1454, CustomerName: `Nancy Black`, CustomerFirstName: `Nancy`, CustomerLastName: `Black`, CustomerAddress: `176 Market Street, Philadelphia, USA, 90069`, Salesperson: `Max Jefferson`, OrderID: 1197, OrderDate: `9/3/2022`, ProductID: 132, ProductName: `IPhone`, UnitPrice: 5760.67, Quantity: 3, ExtendedPrice: 17282.01, Freight: 1350.67, Discontinued: false, Region: `South East`, Address: `176 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 90069 }), + new InvoicesDataItem({ ShipName: `Jefferson Townhouse`, ShipAddress: `142 Market Street`, ShipCity: `Los Angeles`, ShipPostalCode: 50098, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1455, CustomerName: `Max Jefferson`, CustomerFirstName: `Max`, CustomerLastName: `Jefferson`, CustomerAddress: `142 Market Street, Los Angeles, USA, 50098`, Salesperson: `Nancy Smith`, OrderID: 1808, OrderDate: `3/2/2022`, ProductID: 145, ProductName: `Mac Book Pro`, UnitPrice: 18130.62, Quantity: 3, ExtendedPrice: 54391.86, Freight: 660.62, Discontinued: false, Region: `North East`, Address: `142 Market Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 50098 }), + new InvoicesDataItem({ ShipName: `Jefferson Home`, ShipAddress: `184 Main Street`, ShipCity: `New York`, ShipPostalCode: 50125, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1456, CustomerName: `Pamela Jefferson`, CustomerFirstName: `Pamela`, CustomerLastName: `Jefferson`, CustomerAddress: `184 Main Street, New York, USA, 50125`, Salesperson: `Pamela Jackson`, OrderID: 1098, OrderDate: `9/11/2022`, ProductID: 106, ProductName: `Samsung Galaxy 22`, UnitPrice: 29450.81, Quantity: 5, ExtendedPrice: 147254.05, Freight: 820.81, Discontinued: false, Region: `North East`, Address: `184 Main Street`, City: `New York`, Country: `USA`, PostalCode: 50125 }), + new InvoicesDataItem({ ShipName: `Jefferson Market`, ShipAddress: `190 Main Street`, ShipCity: `Philadelphia`, ShipPostalCode: 70130, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1457, CustomerName: `Nancy Jefferson`, CustomerFirstName: `Nancy`, CustomerLastName: `Jefferson`, CustomerAddress: `190 Main Street, Philadelphia, USA, 70130`, Salesperson: `Max Madison`, OrderID: 1942, OrderDate: `9/1/2022`, ProductID: 136, ProductName: `Mac Book Pro`, UnitPrice: 28790.51, Quantity: 3, ExtendedPrice: 86371.53, Freight: 460.51, Discontinued: false, Region: `North East`, Address: `190 Main Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 70130 }), + new InvoicesDataItem({ ShipName: `Jefferson Market`, ShipAddress: `121 Main Street`, ShipCity: `Los Angeles`, ShipPostalCode: 70093, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1458, CustomerName: `Mike Jefferson`, CustomerFirstName: `Mike`, CustomerLastName: `Jefferson`, CustomerAddress: `121 Main Street, Los Angeles, USA, 70093`, Salesperson: `James Black`, OrderID: 1815, OrderDate: `6/16/2022`, ProductID: 144, ProductName: `Mac Book Pro`, UnitPrice: 9060.8, Quantity: 3, ExtendedPrice: 27182.4, Freight: 1990.8, Discontinued: false, Region: `North East`, Address: `121 Main Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 70093 }), + new InvoicesDataItem({ ShipName: `Smith Home`, ShipAddress: `111 Main Street`, ShipCity: `Huston`, ShipPostalCode: 50082, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1459, CustomerName: `Nancy Smith`, CustomerFirstName: `Nancy`, CustomerLastName: `Smith`, CustomerAddress: `111 Main Street, Huston, USA, 50082`, Salesperson: `Max Black`, OrderID: 1551, OrderDate: `4/6/2022`, ProductID: 130, ProductName: `Mac Book Pro`, UnitPrice: 29370.56, Quantity: 3, ExtendedPrice: 88111.68, Freight: 1970.56, Discontinued: true, Region: `North East`, Address: `111 Main Street`, City: `Huston`, Country: `USA`, PostalCode: 50082 }), + new InvoicesDataItem({ ShipName: `Jefferson Market`, ShipAddress: `128 Market Street`, ShipCity: `Los Angeles`, ShipPostalCode: 90155, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1460, CustomerName: `Max Jefferson`, CustomerFirstName: `Max`, CustomerLastName: `Jefferson`, CustomerAddress: `128 Market Street, Los Angeles, USA, 90155`, Salesperson: `James Smith`, OrderID: 1660, OrderDate: `6/6/2022`, ProductID: 175, ProductName: `Samsung Galaxy 22`, UnitPrice: 29130.58, Quantity: 2, ExtendedPrice: 58261.16, Freight: 340.58, Discontinued: false, Region: `West`, Address: `128 Market Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 90155 }), + new InvoicesDataItem({ ShipName: `Smith Home`, ShipAddress: `159 Main Street`, ShipCity: `Huston`, ShipPostalCode: 60166, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1461, CustomerName: `Mike Smith`, CustomerFirstName: `Mike`, CustomerLastName: `Smith`, CustomerAddress: `159 Main Street, Huston, USA, 60166`, Salesperson: `Mike Black`, OrderID: 1860, OrderDate: `5/20/2022`, ProductID: 197, ProductName: `Samsung Galaxy 22`, UnitPrice: 18630.66, Quantity: 4, ExtendedPrice: 74522.64, Freight: 1540.66, Discontinued: false, Region: `South East`, Address: `159 Main Street`, City: `Huston`, Country: `USA`, PostalCode: 60166 }), + new InvoicesDataItem({ ShipName: `Jefferson Home`, ShipAddress: `115 Market Street`, ShipCity: `Los Angeles`, ShipPostalCode: 60171, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1462, CustomerName: `Nancy Jefferson`, CustomerFirstName: `Nancy`, CustomerLastName: `Jefferson`, CustomerAddress: `115 Market Street, Los Angeles, USA, 60171`, Salesperson: `Mike Jackson`, OrderID: 1312, OrderDate: `9/12/2022`, ProductID: 182, ProductName: `Samsung Note`, UnitPrice: 19120.8, Quantity: 3, ExtendedPrice: 57362.4, Freight: 470.8, Discontinued: false, Region: `North East`, Address: `115 Market Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 60171 }), + new InvoicesDataItem({ ShipName: `Watson Townhouse`, ShipAddress: `184 Main Street`, ShipCity: `New York`, ShipPostalCode: 80169, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1463, CustomerName: `Nancy Watson`, CustomerFirstName: `Nancy`, CustomerLastName: `Watson`, CustomerAddress: `184 Main Street, New York, USA, 80169`, Salesperson: `Nancy Madison`, OrderID: 1738, OrderDate: `1/7/2022`, ProductID: 161, ProductName: `Mac Book Air`, UnitPrice: 9160.8, Quantity: 2, ExtendedPrice: 18321.6, Freight: 1850.8, Discontinued: false, Region: `West`, Address: `184 Main Street`, City: `New York`, Country: `USA`, PostalCode: 80169 }), + new InvoicesDataItem({ ShipName: `Black Market`, ShipAddress: `147 Main Street`, ShipCity: `Miami`, ShipPostalCode: 60068, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1464, CustomerName: `Ben Black`, CustomerFirstName: `Ben`, CustomerLastName: `Black`, CustomerAddress: `147 Main Street, Miami, USA, 60068`, Salesperson: `Nancy Madison`, OrderID: 1981, OrderDate: `5/23/2022`, ProductID: 110, ProductName: `Samsung Note`, UnitPrice: 19100.54, Quantity: 5, ExtendedPrice: 95502.7, Freight: 1720.54, Discontinued: false, Region: `North East`, Address: `147 Main Street`, City: `Miami`, Country: `USA`, PostalCode: 60068 }), + new InvoicesDataItem({ ShipName: `Black Market`, ShipAddress: `143 Wall Street`, ShipCity: `Huston`, ShipPostalCode: 80182, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1465, CustomerName: `Ben Black`, CustomerFirstName: `Ben`, CustomerLastName: `Black`, CustomerAddress: `143 Wall Street, Huston, USA, 80182`, Salesperson: `Anna Watson`, OrderID: 1067, OrderDate: `12/19/2022`, ProductID: 103, ProductName: `Samsung Note`, UnitPrice: 28900.7, Quantity: 3, ExtendedPrice: 86702.1, Freight: 770.7, Discontinued: false, Region: `North East`, Address: `143 Wall Street`, City: `Huston`, Country: `USA`, PostalCode: 80182 }), + new InvoicesDataItem({ ShipName: `Watson Estate`, ShipAddress: `170 Main Street`, ShipCity: `New York`, ShipPostalCode: 60155, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1466, CustomerName: `Max Watson`, CustomerFirstName: `Max`, CustomerLastName: `Watson`, CustomerAddress: `170 Main Street, New York, USA, 60155`, Salesperson: `James Jackson`, OrderID: 1746, OrderDate: `9/2/2022`, ProductID: 148, ProductName: `IPad`, UnitPrice: 25390.4, Quantity: 5, ExtendedPrice: 126952, Freight: 550.4, Discontinued: false, Region: `South East`, Address: `170 Main Street`, City: `New York`, Country: `USA`, PostalCode: 60155 }), + new InvoicesDataItem({ ShipName: `Jackson Market`, ShipAddress: `111 Wall Street`, ShipCity: `Philadelphia`, ShipPostalCode: 60079, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1467, CustomerName: `Pamela Jackson`, CustomerFirstName: `Pamela`, CustomerLastName: `Jackson`, CustomerAddress: `111 Wall Street, Philadelphia, USA, 60079`, Salesperson: `Nancy Jefferson`, OrderID: 1334, OrderDate: `5/23/2022`, ProductID: 129, ProductName: `Mac Book Air`, UnitPrice: 14520.65, Quantity: 2, ExtendedPrice: 29041.3, Freight: 1250.65, Discontinued: false, Region: `West`, Address: `111 Wall Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 60079 }), + new InvoicesDataItem({ ShipName: `Black Market`, ShipAddress: `153 Wall Street`, ShipCity: `Huston`, ShipPostalCode: 90056, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1468, CustomerName: `Anna Black`, CustomerFirstName: `Anna`, CustomerLastName: `Black`, CustomerAddress: `153 Wall Street, Huston, USA, 90056`, Salesperson: `Anna Jackson`, OrderID: 1230, OrderDate: `4/15/2022`, ProductID: 128, ProductName: `IPhone`, UnitPrice: 14930.82, Quantity: 5, ExtendedPrice: 74654.1, Freight: 1470.82, Discontinued: false, Region: `North East`, Address: `153 Wall Street`, City: `Huston`, Country: `USA`, PostalCode: 90056 }), + new InvoicesDataItem({ ShipName: `Jackson Market`, ShipAddress: `143 Main Street`, ShipCity: `Philadelphia`, ShipPostalCode: 50070, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1469, CustomerName: `Max Jackson`, CustomerFirstName: `Max`, CustomerLastName: `Jackson`, CustomerAddress: `143 Main Street, Philadelphia, USA, 50070`, Salesperson: `Nancy Madison`, OrderID: 1761, OrderDate: `1/23/2022`, ProductID: 136, ProductName: `IPad`, UnitPrice: 10810.43, Quantity: 4, ExtendedPrice: 43241.72, Freight: 1910.43, Discontinued: true, Region: `South East`, Address: `143 Main Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 50070 }), + new InvoicesDataItem({ ShipName: `Black Estate`, ShipAddress: `174 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 80126, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1470, CustomerName: `Pamela Black`, CustomerFirstName: `Pamela`, CustomerLastName: `Black`, CustomerAddress: `174 Market Street, Philadelphia, USA, 80126`, Salesperson: `Martin Madison`, OrderID: 1217, OrderDate: `7/7/2022`, ProductID: 170, ProductName: `IPhone`, UnitPrice: 16660.27, Quantity: 4, ExtendedPrice: 66641.08, Freight: 790.27, Discontinued: false, Region: `North East`, Address: `174 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 80126 }), + new InvoicesDataItem({ ShipName: `Smith Home`, ShipAddress: `189 Wall Street`, ShipCity: `Los Angeles`, ShipPostalCode: 60161, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1471, CustomerName: `Max Smith`, CustomerFirstName: `Max`, CustomerLastName: `Smith`, CustomerAddress: `189 Wall Street, Los Angeles, USA, 60161`, Salesperson: `Max Madison`, OrderID: 1882, OrderDate: `11/5/2022`, ProductID: 141, ProductName: `Mac Book Air`, UnitPrice: 18210.39, Quantity: 3, ExtendedPrice: 54631.17, Freight: 990.39, Discontinued: false, Region: `South East`, Address: `189 Wall Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 60161 }), + new InvoicesDataItem({ ShipName: `Black Market`, ShipAddress: `193 Market Street`, ShipCity: `Huston`, ShipPostalCode: 50163, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1472, CustomerName: `Max Black`, CustomerFirstName: `Max`, CustomerLastName: `Black`, CustomerAddress: `193 Market Street, Huston, USA, 50163`, Salesperson: `Mike Black`, OrderID: 1855, OrderDate: `5/3/2022`, ProductID: 188, ProductName: `Samsung Note`, UnitPrice: 9860.59, Quantity: 5, ExtendedPrice: 49302.95, Freight: 1610.59, Discontinued: false, Region: `South East`, Address: `193 Market Street`, City: `Huston`, Country: `USA`, PostalCode: 50163 }), + new InvoicesDataItem({ ShipName: `Jackson Townhouse`, ShipAddress: `128 Main Street`, ShipCity: `Miami`, ShipPostalCode: 60162, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1473, CustomerName: `Max Jackson`, CustomerFirstName: `Max`, CustomerLastName: `Jackson`, CustomerAddress: `128 Main Street, Miami, USA, 60162`, Salesperson: `Nancy Black`, OrderID: 1087, OrderDate: `4/5/2022`, ProductID: 166, ProductName: `Mac Book Air`, UnitPrice: 12090.33, Quantity: 4, ExtendedPrice: 48361.32, Freight: 1020.33, Discontinued: false, Region: `West`, Address: `128 Main Street`, City: `Miami`, Country: `USA`, PostalCode: 60162 }), + new InvoicesDataItem({ ShipName: `Jackson Townhouse`, ShipAddress: `179 Wall Street`, ShipCity: `New York`, ShipPostalCode: 50104, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1474, CustomerName: `Ben Jackson`, CustomerFirstName: `Ben`, CustomerLastName: `Jackson`, CustomerAddress: `179 Wall Street, New York, USA, 50104`, Salesperson: `Martin Black`, OrderID: 1121, OrderDate: `12/2/2022`, ProductID: 169, ProductName: `IPad`, UnitPrice: 18020.22, Quantity: 4, ExtendedPrice: 72080.88, Freight: 830.22, Discontinued: false, Region: `West`, Address: `179 Wall Street`, City: `New York`, Country: `USA`, PostalCode: 50104 }), + new InvoicesDataItem({ ShipName: `Jackson Townhouse`, ShipAddress: `168 Market Street`, ShipCity: `Huston`, ShipPostalCode: 60117, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1475, CustomerName: `Martin Jackson`, CustomerFirstName: `Martin`, CustomerLastName: `Jackson`, CustomerAddress: `168 Market Street, Huston, USA, 60117`, Salesperson: `James Madison`, OrderID: 1965, OrderDate: `10/17/2022`, ProductID: 166, ProductName: `Mac Book Pro`, UnitPrice: 6770.39, Quantity: 5, ExtendedPrice: 33851.95, Freight: 240.39, Discontinued: false, Region: `West`, Address: `168 Market Street`, City: `Huston`, Country: `USA`, PostalCode: 60117 }), + new InvoicesDataItem({ ShipName: `Black Market`, ShipAddress: `195 Wall Street`, ShipCity: `Huston`, ShipPostalCode: 50103, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1476, CustomerName: `Mike Black`, CustomerFirstName: `Mike`, CustomerLastName: `Black`, CustomerAddress: `195 Wall Street, Huston, USA, 50103`, Salesperson: `Ben Jackson`, OrderID: 1241, OrderDate: `2/3/2022`, ProductID: 159, ProductName: `Samsung Note`, UnitPrice: 14250.8, Quantity: 5, ExtendedPrice: 71254, Freight: 1870.8, Discontinued: false, Region: `North East`, Address: `195 Wall Street`, City: `Huston`, Country: `USA`, PostalCode: 50103 }), + new InvoicesDataItem({ ShipName: `Jefferson Market`, ShipAddress: `192 Main Street`, ShipCity: `Los Angeles`, ShipPostalCode: 70069, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1477, CustomerName: `Pamela Jefferson`, CustomerFirstName: `Pamela`, CustomerLastName: `Jefferson`, CustomerAddress: `192 Main Street, Los Angeles, USA, 70069`, Salesperson: `Pamela Watson`, OrderID: 1440, OrderDate: `6/4/2022`, ProductID: 191, ProductName: `Samsung Galaxy 22`, UnitPrice: 23000.87, Quantity: 3, ExtendedPrice: 69002.61, Freight: 1680.87, Discontinued: false, Region: `North East`, Address: `192 Main Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 70069 }), + new InvoicesDataItem({ ShipName: `Jefferson Estate`, ShipAddress: `139 Wall Street`, ShipCity: `Philadelphia`, ShipPostalCode: 50143, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1478, CustomerName: `Pamela Jefferson`, CustomerFirstName: `Pamela`, CustomerLastName: `Jefferson`, CustomerAddress: `139 Wall Street, Philadelphia, USA, 50143`, Salesperson: `Nancy Madison`, OrderID: 1507, OrderDate: `10/10/2022`, ProductID: 176, ProductName: `Mac Book Air`, UnitPrice: 25490.8, Quantity: 3, ExtendedPrice: 76472.4, Freight: 830.8, Discontinued: false, Region: `North East`, Address: `139 Wall Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 50143 }), + new InvoicesDataItem({ ShipName: `Madison Estate`, ShipAddress: `131 Wall Street`, ShipCity: `Miami`, ShipPostalCode: 80108, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1479, CustomerName: `Mike Madison`, CustomerFirstName: `Mike`, CustomerLastName: `Madison`, CustomerAddress: `131 Wall Street, Miami, USA, 80108`, Salesperson: `Ben Jefferson`, OrderID: 1702, OrderDate: `10/16/2022`, ProductID: 174, ProductName: `Mac Book Pro`, UnitPrice: 28620.58, Quantity: 4, ExtendedPrice: 114482.32, Freight: 950.58, Discontinued: true, Region: `South East`, Address: `131 Wall Street`, City: `Miami`, Country: `USA`, PostalCode: 80108 }), + new InvoicesDataItem({ ShipName: `Smith Estate`, ShipAddress: `127 Market Street`, ShipCity: `Huston`, ShipPostalCode: 90097, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1480, CustomerName: `James Smith`, CustomerFirstName: `James`, CustomerLastName: `Smith`, CustomerAddress: `127 Market Street, Huston, USA, 90097`, Salesperson: `Pamela Black`, OrderID: 1875, OrderDate: `7/24/2022`, ProductID: 164, ProductName: `Mac Book Air`, UnitPrice: 6750.85, Quantity: 2, ExtendedPrice: 13501.7, Freight: 1160.85, Discontinued: false, Region: `North East`, Address: `127 Market Street`, City: `Huston`, Country: `USA`, PostalCode: 90097 }), + new InvoicesDataItem({ ShipName: `Madison Home`, ShipAddress: `190 Market Street`, ShipCity: `New York`, ShipPostalCode: 70142, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1481, CustomerName: `Pamela Madison`, CustomerFirstName: `Pamela`, CustomerLastName: `Madison`, CustomerAddress: `190 Market Street, New York, USA, 70142`, Salesperson: `Pamela Smith`, OrderID: 1373, OrderDate: `5/19/2022`, ProductID: 108, ProductName: `Samsung Galaxy 22`, UnitPrice: 17230.33, Quantity: 3, ExtendedPrice: 51690.99, Freight: 1270.33, Discontinued: false, Region: `West`, Address: `190 Market Street`, City: `New York`, Country: `USA`, PostalCode: 70142 }), + new InvoicesDataItem({ ShipName: `Jackson Market`, ShipAddress: `179 Main Street`, ShipCity: `Philadelphia`, ShipPostalCode: 90146, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1482, CustomerName: `Nancy Jackson`, CustomerFirstName: `Nancy`, CustomerLastName: `Jackson`, CustomerAddress: `179 Main Street, Philadelphia, USA, 90146`, Salesperson: `James Jefferson`, OrderID: 1452, OrderDate: `5/16/2022`, ProductID: 170, ProductName: `Mac Book Air`, UnitPrice: 8320.5, Quantity: 4, ExtendedPrice: 33282, Freight: 510.5, Discontinued: false, Region: `North East`, Address: `179 Main Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 90146 }), + new InvoicesDataItem({ ShipName: `Black Townhouse`, ShipAddress: `183 Main Street`, ShipCity: `Los Angeles`, ShipPostalCode: 90165, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1483, CustomerName: `Anna Black`, CustomerFirstName: `Anna`, CustomerLastName: `Black`, CustomerAddress: `183 Main Street, Los Angeles, USA, 90165`, Salesperson: `Max Watson`, OrderID: 1835, OrderDate: `9/8/2022`, ProductID: 198, ProductName: `Samsung Note`, UnitPrice: 13800.6, Quantity: 3, ExtendedPrice: 41401.8, Freight: 700.6, Discontinued: false, Region: `West`, Address: `183 Main Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 90165 }), + new InvoicesDataItem({ ShipName: `Black Townhouse`, ShipAddress: `108 Main Street`, ShipCity: `Philadelphia`, ShipPostalCode: 50151, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1484, CustomerName: `Max Black`, CustomerFirstName: `Max`, CustomerLastName: `Black`, CustomerAddress: `108 Main Street, Philadelphia, USA, 50151`, Salesperson: `Mike Jefferson`, OrderID: 1448, OrderDate: `11/16/2022`, ProductID: 103, ProductName: `Samsung Note`, UnitPrice: 21840.84, Quantity: 5, ExtendedPrice: 109204.2, Freight: 1500.84, Discontinued: false, Region: `South East`, Address: `108 Main Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 50151 }), + new InvoicesDataItem({ ShipName: `Jefferson Estate`, ShipAddress: `150 Market Street`, ShipCity: `New York`, ShipPostalCode: 80053, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1485, CustomerName: `James Jefferson`, CustomerFirstName: `James`, CustomerLastName: `Jefferson`, CustomerAddress: `150 Market Street, New York, USA, 80053`, Salesperson: `Anna Black`, OrderID: 1160, OrderDate: `6/7/2022`, ProductID: 156, ProductName: `IPhone`, UnitPrice: 24480.65, Quantity: 2, ExtendedPrice: 48961.3, Freight: 860.65, Discontinued: false, Region: `West`, Address: `150 Market Street`, City: `New York`, Country: `USA`, PostalCode: 80053 }), + new InvoicesDataItem({ ShipName: `Jefferson Estate`, ShipAddress: `121 Wall Street`, ShipCity: `Miami`, ShipPostalCode: 50087, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1486, CustomerName: `Mike Jefferson`, CustomerFirstName: `Mike`, CustomerLastName: `Jefferson`, CustomerAddress: `121 Wall Street, Miami, USA, 50087`, Salesperson: `Anna Jackson`, OrderID: 1277, OrderDate: `8/16/2022`, ProductID: 108, ProductName: `Mac Book Air`, UnitPrice: 27370.31, Quantity: 2, ExtendedPrice: 54740.62, Freight: 350.31, Discontinued: false, Region: `North East`, Address: `121 Wall Street`, City: `Miami`, Country: `USA`, PostalCode: 50087 }), + new InvoicesDataItem({ ShipName: `Watson Townhouse`, ShipAddress: `187 Market Street`, ShipCity: `Miami`, ShipPostalCode: 90094, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1487, CustomerName: `Anna Watson`, CustomerFirstName: `Anna`, CustomerLastName: `Watson`, CustomerAddress: `187 Market Street, Miami, USA, 90094`, Salesperson: `Pamela Jefferson`, OrderID: 1895, OrderDate: `7/18/2022`, ProductID: 138, ProductName: `IPad`, UnitPrice: 15270.6, Quantity: 3, ExtendedPrice: 45811.8, Freight: 1920.6, Discontinued: false, Region: `West`, Address: `187 Market Street`, City: `Miami`, Country: `USA`, PostalCode: 90094 }), + new InvoicesDataItem({ ShipName: `Watson Market`, ShipAddress: `142 Main Street`, ShipCity: `Los Angeles`, ShipPostalCode: 50160, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1488, CustomerName: `Pamela Watson`, CustomerFirstName: `Pamela`, CustomerLastName: `Watson`, CustomerAddress: `142 Main Street, Los Angeles, USA, 50160`, Salesperson: `Max Smith`, OrderID: 1559, OrderDate: `11/2/2022`, ProductID: 129, ProductName: `Samsung Note`, UnitPrice: 19940.22, Quantity: 5, ExtendedPrice: 99701.1, Freight: 540.22, Discontinued: false, Region: `West`, Address: `142 Main Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 50160 }), + new InvoicesDataItem({ ShipName: `Black Townhouse`, ShipAddress: `190 Market Street`, ShipCity: `Miami`, ShipPostalCode: 60164, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1489, CustomerName: `James Black`, CustomerFirstName: `James`, CustomerLastName: `Black`, CustomerAddress: `190 Market Street, Miami, USA, 60164`, Salesperson: `Nancy Jefferson`, OrderID: 1144, OrderDate: `5/7/2022`, ProductID: 169, ProductName: `Samsung Galaxy 22`, UnitPrice: 29010.82, Quantity: 4, ExtendedPrice: 116043.28, Freight: 1870.82, Discontinued: true, Region: `North East`, Address: `190 Market Street`, City: `Miami`, Country: `USA`, PostalCode: 60164 }), + new InvoicesDataItem({ ShipName: `Madison Market`, ShipAddress: `180 Main Street`, ShipCity: `Philadelphia`, ShipPostalCode: 70181, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1490, CustomerName: `Ben Madison`, CustomerFirstName: `Ben`, CustomerLastName: `Madison`, CustomerAddress: `180 Main Street, Philadelphia, USA, 70181`, Salesperson: `Ben Black`, OrderID: 1396, OrderDate: `2/24/2022`, ProductID: 137, ProductName: `IPhone`, UnitPrice: 15420.8, Quantity: 4, ExtendedPrice: 61683.2, Freight: 1870.8, Discontinued: false, Region: `West`, Address: `180 Main Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 70181 }), + new InvoicesDataItem({ ShipName: `Watson Home`, ShipAddress: `152 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 60139, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1491, CustomerName: `Anna Watson`, CustomerFirstName: `Anna`, CustomerLastName: `Watson`, CustomerAddress: `152 Market Street, Philadelphia, USA, 60139`, Salesperson: `Mike Madison`, OrderID: 1733, OrderDate: `9/23/2022`, ProductID: 117, ProductName: `Mac Book Pro`, UnitPrice: 26430.79, Quantity: 5, ExtendedPrice: 132153.95, Freight: 270.79, Discontinued: false, Region: `North East`, Address: `152 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 60139 }), + new InvoicesDataItem({ ShipName: `Black Home`, ShipAddress: `176 Main Street`, ShipCity: `Miami`, ShipPostalCode: 60072, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1492, CustomerName: `Nancy Black`, CustomerFirstName: `Nancy`, CustomerLastName: `Black`, CustomerAddress: `176 Main Street, Miami, USA, 60072`, Salesperson: `Mike Black`, OrderID: 1473, OrderDate: `6/23/2022`, ProductID: 175, ProductName: `Samsung Note`, UnitPrice: 18440.43, Quantity: 4, ExtendedPrice: 73761.72, Freight: 1770.43, Discontinued: false, Region: `West`, Address: `176 Main Street`, City: `Miami`, Country: `USA`, PostalCode: 60072 }), + new InvoicesDataItem({ ShipName: `Madison Home`, ShipAddress: `120 Main Street`, ShipCity: `Miami`, ShipPostalCode: 80161, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1493, CustomerName: `Martin Madison`, CustomerFirstName: `Martin`, CustomerLastName: `Madison`, CustomerAddress: `120 Main Street, Miami, USA, 80161`, Salesperson: `Ben Watson`, OrderID: 1674, OrderDate: `5/1/2022`, ProductID: 175, ProductName: `Samsung Galaxy 22`, UnitPrice: 23490.67, Quantity: 3, ExtendedPrice: 70472.01, Freight: 820.67, Discontinued: false, Region: `West`, Address: `120 Main Street`, City: `Miami`, Country: `USA`, PostalCode: 80161 }), + new InvoicesDataItem({ ShipName: `Black Estate`, ShipAddress: `127 Main Street`, ShipCity: `Miami`, ShipPostalCode: 90183, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1494, CustomerName: `Ben Black`, CustomerFirstName: `Ben`, CustomerLastName: `Black`, CustomerAddress: `127 Main Street, Miami, USA, 90183`, Salesperson: `Pamela Smith`, OrderID: 1279, OrderDate: `2/9/2022`, ProductID: 108, ProductName: `Samsung Note`, UnitPrice: 7560.83, Quantity: 4, ExtendedPrice: 30243.32, Freight: 470.83, Discontinued: false, Region: `West`, Address: `127 Main Street`, City: `Miami`, Country: `USA`, PostalCode: 90183 }), + new InvoicesDataItem({ ShipName: `Jackson Estate`, ShipAddress: `129 Market Street`, ShipCity: `New York`, ShipPostalCode: 50067, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1495, CustomerName: `Pamela Jackson`, CustomerFirstName: `Pamela`, CustomerLastName: `Jackson`, CustomerAddress: `129 Market Street, New York, USA, 50067`, Salesperson: `Nancy Jackson`, OrderID: 1502, OrderDate: `9/25/2022`, ProductID: 175, ProductName: `Samsung Note`, UnitPrice: 24020.51, Quantity: 4, ExtendedPrice: 96082.04, Freight: 1320.51, Discontinued: false, Region: `South East`, Address: `129 Market Street`, City: `New York`, Country: `USA`, PostalCode: 50067 }), + new InvoicesDataItem({ ShipName: `Madison Townhouse`, ShipAddress: `118 Market Street`, ShipCity: `New York`, ShipPostalCode: 70088, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1496, CustomerName: `Mike Madison`, CustomerFirstName: `Mike`, CustomerLastName: `Madison`, CustomerAddress: `118 Market Street, New York, USA, 70088`, Salesperson: `Anna Watson`, OrderID: 1672, OrderDate: `7/8/2022`, ProductID: 178, ProductName: `Mac Book Air`, UnitPrice: 9150.21, Quantity: 2, ExtendedPrice: 18300.42, Freight: 470.21, Discontinued: false, Region: `West`, Address: `118 Market Street`, City: `New York`, Country: `USA`, PostalCode: 70088 }), + new InvoicesDataItem({ ShipName: `Watson Townhouse`, ShipAddress: `146 Main Street`, ShipCity: `Huston`, ShipPostalCode: 60135, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1497, CustomerName: `Mike Watson`, CustomerFirstName: `Mike`, CustomerLastName: `Watson`, CustomerAddress: `146 Main Street, Huston, USA, 60135`, Salesperson: `Anna Black`, OrderID: 1449, OrderDate: `4/4/2022`, ProductID: 194, ProductName: `IPhone`, UnitPrice: 19390.48, Quantity: 4, ExtendedPrice: 77561.92, Freight: 1350.48, Discontinued: false, Region: `North East`, Address: `146 Main Street`, City: `Huston`, Country: `USA`, PostalCode: 60135 }), + new InvoicesDataItem({ ShipName: `Jefferson Home`, ShipAddress: `146 Market Street`, ShipCity: `Huston`, ShipPostalCode: 80195, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1498, CustomerName: `Pamela Jefferson`, CustomerFirstName: `Pamela`, CustomerLastName: `Jefferson`, CustomerAddress: `146 Market Street, Huston, USA, 80195`, Salesperson: `Ben Black`, OrderID: 1100, OrderDate: `7/1/2022`, ProductID: 103, ProductName: `IPhone`, UnitPrice: 12430.89, Quantity: 3, ExtendedPrice: 37292.67, Freight: 1060.89, Discontinued: false, Region: `North East`, Address: `146 Market Street`, City: `Huston`, Country: `USA`, PostalCode: 80195 }), ]; super(...newItems.slice(0)); } diff --git a/samples/grids/grid/groupby-summary-styling/src/InvoicesData.ts b/samples/grids/grid/groupby-summary-styling/src/InvoicesData.ts index 22c4d6e419..3d4f85aded 100644 --- a/samples/grids/grid/groupby-summary-styling/src/InvoicesData.ts +++ b/samples/grids/grid/groupby-summary-styling/src/InvoicesData.ts @@ -38,14976 +38,505 @@ export class InvoicesData extends Array { super(...items); } else { const newItems = [ - new InvoicesDataItem( - { - ShipName: `Jefferson Home`, - ShipAddress: `124 Wall Street`, - ShipCity: `Miami`, - ShipPostalCode: 60098, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Federal Shipping`, - CustomerID: 1000, - CustomerName: `Martin Jefferson`, - CustomerFirstName: `Martin`, - CustomerLastName: `Jefferson`, - CustomerAddress: `124 Wall Street, Miami, USA, 60098`, - Salesperson: `Nancy Jefferson`, - OrderID: 1931, - OrderDate: `3/14/2022`, - ProductID: 189, - ProductName: `IPad`, - UnitPrice: 16150.61, - Quantity: 3, - ExtendedPrice: 48451.83, - Freight: 980.61, - Discontinued: false, - Region: `South East`, - Address: `124 Wall Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 60098 - }), - new InvoicesDataItem( - { - ShipName: `Black Home`, - ShipAddress: `162 Main Street`, - ShipCity: `Miami`, - ShipPostalCode: 80193, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1001, - CustomerName: `Anna Black`, - CustomerFirstName: `Anna`, - CustomerLastName: `Black`, - CustomerAddress: `162 Main Street, Miami, USA, 80193`, - Salesperson: `Anna Smith`, - OrderID: 1163, - OrderDate: `5/22/2022`, - ProductID: 138, - ProductName: `Mac Book Pro`, - UnitPrice: 18520.59, - Quantity: 4, - ExtendedPrice: 74082.36, - Freight: 850.59, - Discontinued: false, - Region: `West`, - Address: `162 Main Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 80193 - }), - new InvoicesDataItem( - { - ShipName: `Watson Townhouse`, - ShipAddress: `164 Wall Street`, - ShipCity: `Miami`, - ShipPostalCode: 50111, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1002, - CustomerName: `Max Watson`, - CustomerFirstName: `Max`, - CustomerLastName: `Watson`, - CustomerAddress: `164 Wall Street, Miami, USA, 50111`, - Salesperson: `Martin Watson`, - OrderID: 1230, - OrderDate: `2/9/2022`, - ProductID: 118, - ProductName: `Mac Book Air`, - UnitPrice: 25310.39, - Quantity: 3, - ExtendedPrice: 75931.17, - Freight: 210.39, - Discontinued: false, - Region: `West`, - Address: `164 Wall Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 50111 - }), - new InvoicesDataItem( - { - ShipName: `Madison Townhouse`, - ShipAddress: `124 Market Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 90123, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Speedy Express`, - CustomerID: 1003, - CustomerName: `Max Madison`, - CustomerFirstName: `Max`, - CustomerLastName: `Madison`, - CustomerAddress: `124 Market Street, Philadelphia, USA, 90123`, - Salesperson: `Anna Black`, - OrderID: 1176, - OrderDate: `6/3/2022`, - ProductID: 169, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 29890.86, - Quantity: 4, - ExtendedPrice: 119563.44, - Freight: 800.86, - Discontinued: false, - Region: `South East`, - Address: `124 Market Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 90123 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Townhouse`, - ShipAddress: `181 Market Street`, - ShipCity: `Miami`, - ShipPostalCode: 90095, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1004, - CustomerName: `Pamela Jackson`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Jackson`, - CustomerAddress: `181 Market Street, Miami, USA, 90095`, - Salesperson: `Max Black`, - OrderID: 1382, - OrderDate: `1/10/2022`, - ProductID: 185, - ProductName: `Samsung Note`, - UnitPrice: 7810.61, - Quantity: 2, - ExtendedPrice: 15621.22, - Freight: 1790.61, - Discontinued: false, - Region: `West`, - Address: `181 Market Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 90095 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Home`, - ShipAddress: `188 Wall Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 50149, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1005, - CustomerName: `Mike Jefferson`, - CustomerFirstName: `Mike`, - CustomerLastName: `Jefferson`, - CustomerAddress: `188 Wall Street, Los Angeles, USA, 50149`, - Salesperson: `Martin Jefferson`, - OrderID: 1864, - OrderDate: `8/18/2022`, - ProductID: 168, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 9370.76, - Quantity: 4, - ExtendedPrice: 37483.04, - Freight: 970.76, - Discontinued: false, - Region: `North East`, - Address: `188 Wall Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 50149 - }), - new InvoicesDataItem( - { - ShipName: `Smith Home`, - ShipAddress: `174 Market Street`, - ShipCity: `Huston`, - ShipPostalCode: 90112, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1006, - CustomerName: `Martin Smith`, - CustomerFirstName: `Martin`, - CustomerLastName: `Smith`, - CustomerAddress: `174 Market Street, Huston, USA, 90112`, - Salesperson: `Nancy Smith`, - OrderID: 1502, - OrderDate: `6/13/2022`, - ProductID: 199, - ProductName: `IPhone`, - UnitPrice: 20830.47, - Quantity: 2, - ExtendedPrice: 41660.94, - Freight: 1530.47, - Discontinued: false, - Region: `West`, - Address: `174 Market Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 90112 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Townhouse`, - ShipAddress: `134 Market Street`, - ShipCity: `Miami`, - ShipPostalCode: 50083, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1007, - CustomerName: `Nancy Jefferson`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Jefferson`, - CustomerAddress: `134 Market Street, Miami, USA, 50083`, - Salesperson: `Mike Jefferson`, - OrderID: 1305, - OrderDate: `10/21/2022`, - ProductID: 185, - ProductName: `Mac Book Air`, - UnitPrice: 7320.44, - Quantity: 2, - ExtendedPrice: 14640.88, - Freight: 630.44, - Discontinued: false, - Region: `West`, - Address: `134 Market Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 50083 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Estate`, - ShipAddress: `177 Main Street`, - ShipCity: `New York`, - ShipPostalCode: 70185, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1008, - CustomerName: `Nancy Jefferson`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Jefferson`, - CustomerAddress: `177 Main Street, New York, USA, 70185`, - Salesperson: `Pamela Watson`, - OrderID: 1725, - OrderDate: `5/7/2022`, - ProductID: 133, - ProductName: `Mac Book Air`, - UnitPrice: 11240.72, - Quantity: 3, - ExtendedPrice: 33722.16, - Freight: 420.72, - Discontinued: false, - Region: `South East`, - Address: `177 Main Street`, - City: `New York`, - Country: `USA`, - PostalCode: 70185 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Estate`, - ShipAddress: `169 Main Street`, - ShipCity: `Miami`, - ShipPostalCode: 90183, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Speedy Express`, - CustomerID: 1009, - CustomerName: `Mike Jefferson`, - CustomerFirstName: `Mike`, - CustomerLastName: `Jefferson`, - CustomerAddress: `169 Main Street, Miami, USA, 90183`, - Salesperson: `Anna Watson`, - OrderID: 1977, - OrderDate: `10/14/2022`, - ProductID: 178, - ProductName: `IPhone`, - UnitPrice: 6460.55, - Quantity: 3, - ExtendedPrice: 19381.65, - Freight: 370.55, - Discontinued: true, - Region: `South East`, - Address: `169 Main Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 90183 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Estate`, - ShipAddress: `151 Market Street`, - ShipCity: `New York`, - ShipPostalCode: 80160, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1010, - CustomerName: `James Jackson`, - CustomerFirstName: `James`, - CustomerLastName: `Jackson`, - CustomerAddress: `151 Market Street, New York, USA, 80160`, - Salesperson: `Nancy Black`, - OrderID: 1666, - OrderDate: `12/6/2022`, - ProductID: 140, - ProductName: `Mac Book Pro`, - UnitPrice: 7940.82, - Quantity: 2, - ExtendedPrice: 15881.64, - Freight: 1670.82, - Discontinued: false, - Region: `South East`, - Address: `151 Market Street`, - City: `New York`, - Country: `USA`, - PostalCode: 80160 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Market`, - ShipAddress: `147 Main Street`, - ShipCity: `Miami`, - ShipPostalCode: 80183, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1011, - CustomerName: `James Jefferson`, - CustomerFirstName: `James`, - CustomerLastName: `Jefferson`, - CustomerAddress: `147 Main Street, Miami, USA, 80183`, - Salesperson: `Mike Madison`, - OrderID: 1059, - OrderDate: `5/14/2022`, - ProductID: 174, - ProductName: `Samsung Note`, - UnitPrice: 14650.56, - Quantity: 2, - ExtendedPrice: 29301.12, - Freight: 1770.56, - Discontinued: false, - Region: `West`, - Address: `147 Main Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 80183 - }), - new InvoicesDataItem( - { - ShipName: `Watson Estate`, - ShipAddress: `134 Main Street`, - ShipCity: `New York`, - ShipPostalCode: 80066, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1012, - CustomerName: `Mike Watson`, - CustomerFirstName: `Mike`, - CustomerLastName: `Watson`, - CustomerAddress: `134 Main Street, New York, USA, 80066`, - Salesperson: `Mike Black`, - OrderID: 1851, - OrderDate: `7/24/2022`, - ProductID: 175, - ProductName: `IPhone`, - UnitPrice: 7870.39, - Quantity: 2, - ExtendedPrice: 15740.78, - Freight: 360.39, - Discontinued: false, - Region: `West`, - Address: `134 Main Street`, - City: `New York`, - Country: `USA`, - PostalCode: 80066 - }), - new InvoicesDataItem( - { - ShipName: `Madison Estate`, - ShipAddress: `159 Market Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 80096, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1013, - CustomerName: `Ben Madison`, - CustomerFirstName: `Ben`, - CustomerLastName: `Madison`, - CustomerAddress: `159 Market Street, Los Angeles, USA, 80096`, - Salesperson: `Anna Madison`, - OrderID: 1451, - OrderDate: `10/4/2022`, - ProductID: 188, - ProductName: `Mac Book Pro`, - UnitPrice: 13920.38, - Quantity: 4, - ExtendedPrice: 55681.52, - Freight: 1140.38, - Discontinued: false, - Region: `North East`, - Address: `159 Market Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 80096 - }), - new InvoicesDataItem( - { - ShipName: `Madison Estate`, - ShipAddress: `187 Wall Street`, - ShipCity: `Miami`, - ShipPostalCode: 60144, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1014, - CustomerName: `Martin Madison`, - CustomerFirstName: `Martin`, - CustomerLastName: `Madison`, - CustomerAddress: `187 Wall Street, Miami, USA, 60144`, - Salesperson: `Ben Jefferson`, - OrderID: 1331, - OrderDate: `4/4/2022`, - ProductID: 119, - ProductName: `IPhone`, - UnitPrice: 6940.73, - Quantity: 5, - ExtendedPrice: 34703.65, - Freight: 640.73, - Discontinued: false, - Region: `West`, - Address: `187 Wall Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 60144 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Townhouse`, - ShipAddress: `158 Wall Street`, - ShipCity: `Huston`, - ShipPostalCode: 60063, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1015, - CustomerName: `Ben Jackson`, - CustomerFirstName: `Ben`, - CustomerLastName: `Jackson`, - CustomerAddress: `158 Wall Street, Huston, USA, 60063`, - Salesperson: `Martin Jefferson`, - OrderID: 1609, - OrderDate: `9/6/2022`, - ProductID: 171, - ProductName: `IPhone`, - UnitPrice: 29080.28, - Quantity: 2, - ExtendedPrice: 58160.56, - Freight: 1810.28, - Discontinued: false, - Region: `South East`, - Address: `158 Wall Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 60063 - }), - new InvoicesDataItem( - { - ShipName: `Black Market`, - ShipAddress: `168 Main Street`, - ShipCity: `Huston`, - ShipPostalCode: 60184, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1016, - CustomerName: `James Black`, - CustomerFirstName: `James`, - CustomerLastName: `Black`, - CustomerAddress: `168 Main Street, Huston, USA, 60184`, - Salesperson: `Martin Watson`, - OrderID: 1772, - OrderDate: `3/20/2022`, - ProductID: 152, - ProductName: `Mac Book Air`, - UnitPrice: 28350.9, - Quantity: 5, - ExtendedPrice: 141754.5, - Freight: 1290.9, - Discontinued: false, - Region: `South East`, - Address: `168 Main Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 60184 - }), - new InvoicesDataItem( - { - ShipName: `Black Market`, - ShipAddress: `116 Main Street`, - ShipCity: `Miami`, - ShipPostalCode: 60129, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1017, - CustomerName: `Nancy Black`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Black`, - CustomerAddress: `116 Main Street, Miami, USA, 60129`, - Salesperson: `Nancy Smith`, - OrderID: 1792, - OrderDate: `9/1/2022`, - ProductID: 182, - ProductName: `Samsung Note`, - UnitPrice: 13730.78, - Quantity: 4, - ExtendedPrice: 54923.12, - Freight: 740.78, - Discontinued: false, - Region: `North East`, - Address: `116 Main Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 60129 - }), - new InvoicesDataItem( - { - ShipName: `Madison Market`, - ShipAddress: `116 Market Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 80090, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1018, - CustomerName: `Martin Madison`, - CustomerFirstName: `Martin`, - CustomerLastName: `Madison`, - CustomerAddress: `116 Market Street, Los Angeles, USA, 80090`, - Salesperson: `Anna Madison`, - OrderID: 1285, - OrderDate: `10/21/2022`, - ProductID: 157, - ProductName: `Mac Book Pro`, - UnitPrice: 8120.36, - Quantity: 3, - ExtendedPrice: 24361.08, - Freight: 410.36, - Discontinued: false, - Region: `West`, - Address: `116 Market Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 80090 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Townhouse`, - ShipAddress: `135 Wall Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 90101, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1019, - CustomerName: `Max Jefferson`, - CustomerFirstName: `Max`, - CustomerLastName: `Jefferson`, - CustomerAddress: `135 Wall Street, Philadelphia, USA, 90101`, - Salesperson: `Mike Madison`, - OrderID: 1205, - OrderDate: `12/22/2022`, - ProductID: 153, - ProductName: `Mac Book Pro`, - UnitPrice: 11830.22, - Quantity: 2, - ExtendedPrice: 23660.44, - Freight: 330.22, - Discontinued: true, - Region: `North East`, - Address: `135 Wall Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 90101 - }), - new InvoicesDataItem( - { - ShipName: `Smith Home`, - ShipAddress: `164 Market Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 70056, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Speedy Express`, - CustomerID: 1020, - CustomerName: `James Smith`, - CustomerFirstName: `James`, - CustomerLastName: `Smith`, - CustomerAddress: `164 Market Street, Philadelphia, USA, 70056`, - Salesperson: `Ben Watson`, - OrderID: 1759, - OrderDate: `8/3/2022`, - ProductID: 129, - ProductName: `Mac Book Pro`, - UnitPrice: 15140.82, - Quantity: 4, - ExtendedPrice: 60563.28, - Freight: 1400.82, - Discontinued: false, - Region: `South East`, - Address: `164 Market Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 70056 - }), - new InvoicesDataItem( - { - ShipName: `Madison Estate`, - ShipAddress: `196 Wall Street`, - ShipCity: `Miami`, - ShipPostalCode: 90169, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1021, - CustomerName: `Max Madison`, - CustomerFirstName: `Max`, - CustomerLastName: `Madison`, - CustomerAddress: `196 Wall Street, Miami, USA, 90169`, - Salesperson: `Mike Smith`, - OrderID: 1879, - OrderDate: `8/17/2022`, - ProductID: 127, - ProductName: `Mac Book Air`, - UnitPrice: 26710.41, - Quantity: 5, - ExtendedPrice: 133552.05, - Freight: 1810.41, - Discontinued: false, - Region: `West`, - Address: `196 Wall Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 90169 - }), - new InvoicesDataItem( - { - ShipName: `Black Market`, - ShipAddress: `175 Wall Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 50142, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1022, - CustomerName: `Nancy Black`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Black`, - CustomerAddress: `175 Wall Street, Philadelphia, USA, 50142`, - Salesperson: `Anna Jefferson`, - OrderID: 1917, - OrderDate: `3/6/2022`, - ProductID: 114, - ProductName: `IPad`, - UnitPrice: 9640.51, - Quantity: 3, - ExtendedPrice: 28921.53, - Freight: 840.51, - Discontinued: false, - Region: `North East`, - Address: `175 Wall Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 50142 - }), - new InvoicesDataItem( - { - ShipName: `Black Home`, - ShipAddress: `122 Main Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 60097, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1023, - CustomerName: `Pamela Black`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Black`, - CustomerAddress: `122 Main Street, Los Angeles, USA, 60097`, - Salesperson: `James Black`, - OrderID: 1176, - OrderDate: `8/4/2022`, - ProductID: 197, - ProductName: `IPad`, - UnitPrice: 14500.56, - Quantity: 4, - ExtendedPrice: 58002.24, - Freight: 530.56, - Discontinued: false, - Region: `West`, - Address: `122 Main Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 60097 - }), - new InvoicesDataItem( - { - ShipName: `Smith Home`, - ShipAddress: `139 Main Street`, - ShipCity: `Miami`, - ShipPostalCode: 60175, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1024, - CustomerName: `James Smith`, - CustomerFirstName: `James`, - CustomerLastName: `Smith`, - CustomerAddress: `139 Main Street, Miami, USA, 60175`, - Salesperson: `Mike Jefferson`, - OrderID: 1317, - OrderDate: `5/21/2022`, - ProductID: 115, - ProductName: `Mac Book Air`, - UnitPrice: 17200.82, - Quantity: 2, - ExtendedPrice: 34401.64, - Freight: 1610.82, - Discontinued: false, - Region: `West`, - Address: `139 Main Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 60175 - }), - new InvoicesDataItem( - { - ShipName: `Watson Townhouse`, - ShipAddress: `155 Market Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 60124, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Federal Shipping`, - CustomerID: 1025, - CustomerName: `James Watson`, - CustomerFirstName: `James`, - CustomerLastName: `Watson`, - CustomerAddress: `155 Market Street, Philadelphia, USA, 60124`, - Salesperson: `Max Smith`, - OrderID: 1721, - OrderDate: `6/15/2022`, - ProductID: 197, - ProductName: `Samsung Note`, - UnitPrice: 9810.3, - Quantity: 2, - ExtendedPrice: 19620.6, - Freight: 1990.3, - Discontinued: false, - Region: `South East`, - Address: `155 Market Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 60124 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Townhouse`, - ShipAddress: `136 Main Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 80120, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1026, - CustomerName: `Ben Jackson`, - CustomerFirstName: `Ben`, - CustomerLastName: `Jackson`, - CustomerAddress: `136 Main Street, Philadelphia, USA, 80120`, - Salesperson: `Max Smith`, - OrderID: 1266, - OrderDate: `12/13/2022`, - ProductID: 198, - ProductName: `Mac Book Pro`, - UnitPrice: 25410.64, - Quantity: 2, - ExtendedPrice: 50821.28, - Freight: 1860.64, - Discontinued: false, - Region: `West`, - Address: `136 Main Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 80120 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Estate`, - ShipAddress: `114 Main Street`, - ShipCity: `New York`, - ShipPostalCode: 60186, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1027, - CustomerName: `Max Jackson`, - CustomerFirstName: `Max`, - CustomerLastName: `Jackson`, - CustomerAddress: `114 Main Street, New York, USA, 60186`, - Salesperson: `Mike Jefferson`, - OrderID: 1636, - OrderDate: `7/7/2022`, - ProductID: 174, - ProductName: `Mac Book Pro`, - UnitPrice: 13740.7, - Quantity: 4, - ExtendedPrice: 54962.8, - Freight: 1960.7, - Discontinued: false, - Region: `West`, - Address: `114 Main Street`, - City: `New York`, - Country: `USA`, - PostalCode: 60186 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Home`, - ShipAddress: `167 Market Street`, - ShipCity: `Huston`, - ShipPostalCode: 70193, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Speedy Express`, - CustomerID: 1028, - CustomerName: `Nancy Jefferson`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Jefferson`, - CustomerAddress: `167 Market Street, Huston, USA, 70193`, - Salesperson: `Ben Jefferson`, - OrderID: 1689, - OrderDate: `1/2/2022`, - ProductID: 192, - ProductName: `IPad`, - UnitPrice: 8760.83, - Quantity: 3, - ExtendedPrice: 26282.49, - Freight: 490.83, - Discontinued: false, - Region: `South East`, - Address: `167 Market Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 70193 - }), - new InvoicesDataItem( - { - ShipName: `Madison Home`, - ShipAddress: `139 Wall Street`, - ShipCity: `New York`, - ShipPostalCode: 80080, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1029, - CustomerName: `Anna Madison`, - CustomerFirstName: `Anna`, - CustomerLastName: `Madison`, - CustomerAddress: `139 Wall Street, New York, USA, 80080`, - Salesperson: `Anna Black`, - OrderID: 1610, - OrderDate: `3/17/2022`, - ProductID: 105, - ProductName: `Mac Book Pro`, - UnitPrice: 19860.82, - Quantity: 3, - ExtendedPrice: 59582.46, - Freight: 1990.82, - Discontinued: true, - Region: `West`, - Address: `139 Wall Street`, - City: `New York`, - Country: `USA`, - PostalCode: 80080 - }), - new InvoicesDataItem( - { - ShipName: `Madison Home`, - ShipAddress: `173 Market Street`, - ShipCity: `New York`, - ShipPostalCode: 70054, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1030, - CustomerName: `Ben Madison`, - CustomerFirstName: `Ben`, - CustomerLastName: `Madison`, - CustomerAddress: `173 Market Street, New York, USA, 70054`, - Salesperson: `Ben Jackson`, - OrderID: 1404, - OrderDate: `12/8/2022`, - ProductID: 171, - ProductName: `IPhone`, - UnitPrice: 12430.21, - Quantity: 3, - ExtendedPrice: 37290.63, - Freight: 880.21, - Discontinued: false, - Region: `West`, - Address: `173 Market Street`, - City: `New York`, - Country: `USA`, - PostalCode: 70054 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Market`, - ShipAddress: `187 Wall Street`, - ShipCity: `New York`, - ShipPostalCode: 60100, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Federal Shipping`, - CustomerID: 1031, - CustomerName: `Mike Jefferson`, - CustomerFirstName: `Mike`, - CustomerLastName: `Jefferson`, - CustomerAddress: `187 Wall Street, New York, USA, 60100`, - Salesperson: `Nancy Smith`, - OrderID: 1480, - OrderDate: `2/8/2022`, - ProductID: 181, - ProductName: `IPad`, - UnitPrice: 26730.66, - Quantity: 2, - ExtendedPrice: 53461.32, - Freight: 510.66, - Discontinued: false, - Region: `South East`, - Address: `187 Wall Street`, - City: `New York`, - Country: `USA`, - PostalCode: 60100 - }), - new InvoicesDataItem( - { - ShipName: `Madison Home`, - ShipAddress: `149 Main Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 90150, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1032, - CustomerName: `Mike Madison`, - CustomerFirstName: `Mike`, - CustomerLastName: `Madison`, - CustomerAddress: `149 Main Street, Los Angeles, USA, 90150`, - Salesperson: `Max Jefferson`, - OrderID: 1886, - OrderDate: `12/2/2022`, - ProductID: 132, - ProductName: `IPhone`, - UnitPrice: 13760.64, - Quantity: 3, - ExtendedPrice: 41281.92, - Freight: 1110.64, - Discontinued: false, - Region: `West`, - Address: `149 Main Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 90150 - }), - new InvoicesDataItem( - { - ShipName: `Smith Market`, - ShipAddress: `124 Market Street`, - ShipCity: `Huston`, - ShipPostalCode: 80175, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1033, - CustomerName: `Martin Smith`, - CustomerFirstName: `Martin`, - CustomerLastName: `Smith`, - CustomerAddress: `124 Market Street, Huston, USA, 80175`, - Salesperson: `Nancy Smith`, - OrderID: 1625, - OrderDate: `11/9/2022`, - ProductID: 100, - ProductName: `IPad`, - UnitPrice: 11590.58, - Quantity: 3, - ExtendedPrice: 34771.74, - Freight: 1080.58, - Discontinued: false, - Region: `South East`, - Address: `124 Market Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 80175 - }), - new InvoicesDataItem( - { - ShipName: `Watson Townhouse`, - ShipAddress: `193 Wall Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 60165, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1034, - CustomerName: `Max Watson`, - CustomerFirstName: `Max`, - CustomerLastName: `Watson`, - CustomerAddress: `193 Wall Street, Philadelphia, USA, 60165`, - Salesperson: `Martin Jackson`, - OrderID: 1669, - OrderDate: `7/3/2022`, - ProductID: 157, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 19220.31, - Quantity: 2, - ExtendedPrice: 38440.62, - Freight: 1130.31, - Discontinued: false, - Region: `South East`, - Address: `193 Wall Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 60165 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Estate`, - ShipAddress: `200 Wall Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 80146, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1035, - CustomerName: `Max Jackson`, - CustomerFirstName: `Max`, - CustomerLastName: `Jackson`, - CustomerAddress: `200 Wall Street, Philadelphia, USA, 80146`, - Salesperson: `Pamela Jefferson`, - OrderID: 1654, - OrderDate: `1/7/2022`, - ProductID: 155, - ProductName: `IPhone`, - UnitPrice: 7040.83, - Quantity: 2, - ExtendedPrice: 14081.66, - Freight: 1420.83, - Discontinued: false, - Region: `North East`, - Address: `200 Wall Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 80146 - }), - new InvoicesDataItem( - { - ShipName: `Smith Estate`, - ShipAddress: `122 Market Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 80150, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Speedy Express`, - CustomerID: 1036, - CustomerName: `Nancy Smith`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Smith`, - CustomerAddress: `122 Market Street, Los Angeles, USA, 80150`, - Salesperson: `Martin Jackson`, - OrderID: 1678, - OrderDate: `12/14/2022`, - ProductID: 120, - ProductName: `Mac Book Air`, - UnitPrice: 6530.89, - Quantity: 3, - ExtendedPrice: 19592.67, - Freight: 250.89, - Discontinued: false, - Region: `North East`, - Address: `122 Market Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 80150 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Market`, - ShipAddress: `128 Main Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 50068, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1037, - CustomerName: `Max Jackson`, - CustomerFirstName: `Max`, - CustomerLastName: `Jackson`, - CustomerAddress: `128 Main Street, Los Angeles, USA, 50068`, - Salesperson: `Ben Watson`, - OrderID: 1301, - OrderDate: `1/25/2022`, - ProductID: 166, - ProductName: `IPad`, - UnitPrice: 11420.23, - Quantity: 2, - ExtendedPrice: 22840.46, - Freight: 950.23, - Discontinued: false, - Region: `South East`, - Address: `128 Main Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 50068 - }), - new InvoicesDataItem( - { - ShipName: `Smith Home`, - ShipAddress: `119 Market Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 60180, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1038, - CustomerName: `Pamela Smith`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Smith`, - CustomerAddress: `119 Market Street, Los Angeles, USA, 60180`, - Salesperson: `Pamela Madison`, - OrderID: 1385, - OrderDate: `6/24/2022`, - ProductID: 132, - ProductName: `Mac Book Air`, - UnitPrice: 29810.6, - Quantity: 4, - ExtendedPrice: 119242.4, - Freight: 220.6, - Discontinued: false, - Region: `West`, - Address: `119 Market Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 60180 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Market`, - ShipAddress: `115 Market Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 90168, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Speedy Express`, - CustomerID: 1039, - CustomerName: `James Jefferson`, - CustomerFirstName: `James`, - CustomerLastName: `Jefferson`, - CustomerAddress: `115 Market Street, Los Angeles, USA, 90168`, - Salesperson: `Martin Smith`, - OrderID: 1308, - OrderDate: `8/13/2022`, - ProductID: 109, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 20770.59, - Quantity: 5, - ExtendedPrice: 103852.95, - Freight: 1690.59, - Discontinued: true, - Region: `North East`, - Address: `115 Market Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 90168 - }), - new InvoicesDataItem( - { - ShipName: `Watson Estate`, - ShipAddress: `128 Market Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 50118, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Speedy Express`, - CustomerID: 1040, - CustomerName: `Anna Watson`, - CustomerFirstName: `Anna`, - CustomerLastName: `Watson`, - CustomerAddress: `128 Market Street, Los Angeles, USA, 50118`, - Salesperson: `Pamela Black`, - OrderID: 1519, - OrderDate: `10/4/2022`, - ProductID: 139, - ProductName: `Mac Book Air`, - UnitPrice: 14860.44, - Quantity: 2, - ExtendedPrice: 29720.88, - Freight: 1670.44, - Discontinued: false, - Region: `South East`, - Address: `128 Market Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 50118 - }), - new InvoicesDataItem( - { - ShipName: `Smith Townhouse`, - ShipAddress: `108 Market Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 90129, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1041, - CustomerName: `Martin Smith`, - CustomerFirstName: `Martin`, - CustomerLastName: `Smith`, - CustomerAddress: `108 Market Street, Los Angeles, USA, 90129`, - Salesperson: `Nancy Black`, - OrderID: 1118, - OrderDate: `2/7/2022`, - ProductID: 126, - ProductName: `Mac Book Air`, - UnitPrice: 28690.85, - Quantity: 4, - ExtendedPrice: 114763.4, - Freight: 500.85, - Discontinued: false, - Region: `West`, - Address: `108 Market Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 90129 - }), - new InvoicesDataItem( - { - ShipName: `Smith Market`, - ShipAddress: `180 Main Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 50101, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1042, - CustomerName: `Anna Smith`, - CustomerFirstName: `Anna`, - CustomerLastName: `Smith`, - CustomerAddress: `180 Main Street, Los Angeles, USA, 50101`, - Salesperson: `Martin Jefferson`, - OrderID: 1541, - OrderDate: `5/3/2022`, - ProductID: 179, - ProductName: `Mac Book Pro`, - UnitPrice: 22630.28, - Quantity: 3, - ExtendedPrice: 67890.84, - Freight: 1200.28, - Discontinued: false, - Region: `North East`, - Address: `180 Main Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 50101 - }), - new InvoicesDataItem( - { - ShipName: `Black Townhouse`, - ShipAddress: `177 Market Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 90107, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1043, - CustomerName: `Max Black`, - CustomerFirstName: `Max`, - CustomerLastName: `Black`, - CustomerAddress: `177 Market Street, Philadelphia, USA, 90107`, - Salesperson: `Martin Jefferson`, - OrderID: 1747, - OrderDate: `5/11/2022`, - ProductID: 133, - ProductName: `Mac Book Pro`, - UnitPrice: 6930.51, - Quantity: 3, - ExtendedPrice: 20791.53, - Freight: 1660.51, - Discontinued: false, - Region: `South East`, - Address: `177 Market Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 90107 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Estate`, - ShipAddress: `134 Market Street`, - ShipCity: `Miami`, - ShipPostalCode: 70172, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Speedy Express`, - CustomerID: 1044, - CustomerName: `Anna Jefferson`, - CustomerFirstName: `Anna`, - CustomerLastName: `Jefferson`, - CustomerAddress: `134 Market Street, Miami, USA, 70172`, - Salesperson: `Mike Smith`, - OrderID: 1343, - OrderDate: `10/11/2022`, - ProductID: 190, - ProductName: `Samsung Note`, - UnitPrice: 26770.78, - Quantity: 4, - ExtendedPrice: 107083.12, - Freight: 960.78, - Discontinued: false, - Region: `North East`, - Address: `134 Market Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 70172 - }), - new InvoicesDataItem( - { - ShipName: `Watson Estate`, - ShipAddress: `117 Wall Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 90124, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1045, - CustomerName: `James Watson`, - CustomerFirstName: `James`, - CustomerLastName: `Watson`, - CustomerAddress: `117 Wall Street, Los Angeles, USA, 90124`, - Salesperson: `Mike Watson`, - OrderID: 1152, - OrderDate: `2/25/2022`, - ProductID: 101, - ProductName: `Mac Book Pro`, - UnitPrice: 8790.3, - Quantity: 5, - ExtendedPrice: 43951.5, - Freight: 220.3, - Discontinued: false, - Region: `South East`, - Address: `117 Wall Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 90124 - }), - new InvoicesDataItem( - { - ShipName: `Black Market`, - ShipAddress: `156 Wall Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 60181, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Speedy Express`, - CustomerID: 1046, - CustomerName: `James Black`, - CustomerFirstName: `James`, - CustomerLastName: `Black`, - CustomerAddress: `156 Wall Street, Philadelphia, USA, 60181`, - Salesperson: `Anna Smith`, - OrderID: 1823, - OrderDate: `10/12/2022`, - ProductID: 178, - ProductName: `Samsung Note`, - UnitPrice: 9750.55, - Quantity: 3, - ExtendedPrice: 29251.65, - Freight: 1940.55, - Discontinued: false, - Region: `North East`, - Address: `156 Wall Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 60181 - }), - new InvoicesDataItem( - { - ShipName: `Madison Market`, - ShipAddress: `122 Main Street`, - ShipCity: `New York`, - ShipPostalCode: 90182, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1047, - CustomerName: `Ben Madison`, - CustomerFirstName: `Ben`, - CustomerLastName: `Madison`, - CustomerAddress: `122 Main Street, New York, USA, 90182`, - Salesperson: `Mike Black`, - OrderID: 1548, - OrderDate: `5/1/2022`, - ProductID: 181, - ProductName: `Mac Book Air`, - UnitPrice: 11590.37, - Quantity: 4, - ExtendedPrice: 46361.48, - Freight: 900.37, - Discontinued: false, - Region: `West`, - Address: `122 Main Street`, - City: `New York`, - Country: `USA`, - PostalCode: 90182 - }), - new InvoicesDataItem( - { - ShipName: `Black Townhouse`, - ShipAddress: `112 Market Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 60175, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1048, - CustomerName: `Pamela Black`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Black`, - CustomerAddress: `112 Market Street, Los Angeles, USA, 60175`, - Salesperson: `Mike Madison`, - OrderID: 1581, - OrderDate: `5/21/2022`, - ProductID: 134, - ProductName: `Mac Book Air`, - UnitPrice: 8800.32, - Quantity: 2, - ExtendedPrice: 17600.64, - Freight: 1820.32, - Discontinued: false, - Region: `South East`, - Address: `112 Market Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 60175 - }), - new InvoicesDataItem( - { - ShipName: `Black Estate`, - ShipAddress: `153 Market Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 90170, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1049, - CustomerName: `Pamela Black`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Black`, - CustomerAddress: `153 Market Street, Los Angeles, USA, 90170`, - Salesperson: `Pamela Watson`, - OrderID: 1145, - OrderDate: `11/13/2022`, - ProductID: 151, - ProductName: `Mac Book Air`, - UnitPrice: 25830.42, - Quantity: 3, - ExtendedPrice: 77491.26, - Freight: 270.42, - Discontinued: true, - Region: `North East`, - Address: `153 Market Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 90170 - }), - new InvoicesDataItem( - { - ShipName: `Black Estate`, - ShipAddress: `159 Market Street`, - ShipCity: `Huston`, - ShipPostalCode: 80198, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1050, - CustomerName: `Anna Black`, - CustomerFirstName: `Anna`, - CustomerLastName: `Black`, - CustomerAddress: `159 Market Street, Huston, USA, 80198`, - Salesperson: `Pamela Jefferson`, - OrderID: 1455, - OrderDate: `12/16/2022`, - ProductID: 115, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 28510.28, - Quantity: 2, - ExtendedPrice: 57020.56, - Freight: 1450.28, - Discontinued: false, - Region: `West`, - Address: `159 Market Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 80198 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Market`, - ShipAddress: `125 Market Street`, - ShipCity: `Miami`, - ShipPostalCode: 70160, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Speedy Express`, - CustomerID: 1051, - CustomerName: `Nancy Jefferson`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Jefferson`, - CustomerAddress: `125 Market Street, Miami, USA, 70160`, - Salesperson: `Anna Jefferson`, - OrderID: 1787, - OrderDate: `1/3/2022`, - ProductID: 171, - ProductName: `Mac Book Air`, - UnitPrice: 18830.35, - Quantity: 3, - ExtendedPrice: 56491.05, - Freight: 1770.35, - Discontinued: false, - Region: `South East`, - Address: `125 Market Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 70160 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Home`, - ShipAddress: `114 Wall Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 70083, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1052, - CustomerName: `Nancy Jefferson`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Jefferson`, - CustomerAddress: `114 Wall Street, Los Angeles, USA, 70083`, - Salesperson: `Anna Madison`, - OrderID: 1591, - OrderDate: `4/6/2022`, - ProductID: 141, - ProductName: `Mac Book Air`, - UnitPrice: 18840.75, - Quantity: 2, - ExtendedPrice: 37681.5, - Freight: 710.75, - Discontinued: false, - Region: `West`, - Address: `114 Wall Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 70083 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Townhouse`, - ShipAddress: `193 Main Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 70170, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1053, - CustomerName: `James Jefferson`, - CustomerFirstName: `James`, - CustomerLastName: `Jefferson`, - CustomerAddress: `193 Main Street, Los Angeles, USA, 70170`, - Salesperson: `Anna Jackson`, - OrderID: 1020, - OrderDate: `7/20/2022`, - ProductID: 177, - ProductName: `IPad`, - UnitPrice: 15250.55, - Quantity: 3, - ExtendedPrice: 45751.65, - Freight: 980.55, - Discontinued: false, - Region: `West`, - Address: `193 Main Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 70170 - }), - new InvoicesDataItem( - { - ShipName: `Smith Home`, - ShipAddress: `156 Main Street`, - ShipCity: `Huston`, - ShipPostalCode: 50127, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Speedy Express`, - CustomerID: 1054, - CustomerName: `Ben Smith`, - CustomerFirstName: `Ben`, - CustomerLastName: `Smith`, - CustomerAddress: `156 Main Street, Huston, USA, 50127`, - Salesperson: `James Black`, - OrderID: 1770, - OrderDate: `3/24/2022`, - ProductID: 141, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 14910.59, - Quantity: 5, - ExtendedPrice: 74552.95, - Freight: 1330.59, - Discontinued: false, - Region: `South East`, - Address: `156 Main Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 50127 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Market`, - ShipAddress: `146 Market Street`, - ShipCity: `Miami`, - ShipPostalCode: 60064, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1055, - CustomerName: `Max Jackson`, - CustomerFirstName: `Max`, - CustomerLastName: `Jackson`, - CustomerAddress: `146 Market Street, Miami, USA, 60064`, - Salesperson: `Mike Smith`, - OrderID: 1766, - OrderDate: `10/23/2022`, - ProductID: 141, - ProductName: `Mac Book Air`, - UnitPrice: 16740.86, - Quantity: 3, - ExtendedPrice: 50222.58, - Freight: 580.86, - Discontinued: false, - Region: `West`, - Address: `146 Market Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 60064 - }), - new InvoicesDataItem( - { - ShipName: `Black Estate`, - ShipAddress: `163 Market Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 90158, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Speedy Express`, - CustomerID: 1056, - CustomerName: `Max Black`, - CustomerFirstName: `Max`, - CustomerLastName: `Black`, - CustomerAddress: `163 Market Street, Los Angeles, USA, 90158`, - Salesperson: `Martin Jefferson`, - OrderID: 1415, - OrderDate: `9/2/2022`, - ProductID: 112, - ProductName: `IPhone`, - UnitPrice: 25190.37, - Quantity: 3, - ExtendedPrice: 75571.11, - Freight: 1060.37, - Discontinued: false, - Region: `South East`, - Address: `163 Market Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 90158 - }), - new InvoicesDataItem( - { - ShipName: `Watson Townhouse`, - ShipAddress: `171 Main Street`, - ShipCity: `New York`, - ShipPostalCode: 50163, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1057, - CustomerName: `James Watson`, - CustomerFirstName: `James`, - CustomerLastName: `Watson`, - CustomerAddress: `171 Main Street, New York, USA, 50163`, - Salesperson: `Martin Smith`, - OrderID: 1430, - OrderDate: `9/2/2022`, - ProductID: 120, - ProductName: `Samsung Note`, - UnitPrice: 26340.71, - Quantity: 2, - ExtendedPrice: 52681.42, - Freight: 770.71, - Discontinued: false, - Region: `North East`, - Address: `171 Main Street`, - City: `New York`, - Country: `USA`, - PostalCode: 50163 - }), - new InvoicesDataItem( - { - ShipName: `Black Townhouse`, - ShipAddress: `195 Wall Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 60159, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Speedy Express`, - CustomerID: 1058, - CustomerName: `James Black`, - CustomerFirstName: `James`, - CustomerLastName: `Black`, - CustomerAddress: `195 Wall Street, Philadelphia, USA, 60159`, - Salesperson: `Ben Black`, - OrderID: 1903, - OrderDate: `2/19/2022`, - ProductID: 161, - ProductName: `IPad`, - UnitPrice: 6290.33, - Quantity: 5, - ExtendedPrice: 31451.65, - Freight: 890.33, - Discontinued: false, - Region: `South East`, - Address: `195 Wall Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 60159 - }), - new InvoicesDataItem( - { - ShipName: `Watson Market`, - ShipAddress: `171 Market Street`, - ShipCity: `Huston`, - ShipPostalCode: 50154, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1059, - CustomerName: `Pamela Watson`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Watson`, - CustomerAddress: `171 Market Street, Huston, USA, 50154`, - Salesperson: `Anna Madison`, - OrderID: 1578, - OrderDate: `6/5/2022`, - ProductID: 103, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 20240.82, - Quantity: 5, - ExtendedPrice: 101204.1, - Freight: 1490.82, - Discontinued: true, - Region: `West`, - Address: `171 Market Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 50154 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Market`, - ShipAddress: `103 Market Street`, - ShipCity: `New York`, - ShipPostalCode: 70081, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Federal Shipping`, - CustomerID: 1060, - CustomerName: `Max Jackson`, - CustomerFirstName: `Max`, - CustomerLastName: `Jackson`, - CustomerAddress: `103 Market Street, New York, USA, 70081`, - Salesperson: `Pamela Jackson`, - OrderID: 1142, - OrderDate: `4/1/2022`, - ProductID: 108, - ProductName: `IPhone`, - UnitPrice: 9790.41, - Quantity: 3, - ExtendedPrice: 29371.23, - Freight: 980.41, - Discontinued: false, - Region: `South East`, - Address: `103 Market Street`, - City: `New York`, - Country: `USA`, - PostalCode: 70081 - }), - new InvoicesDataItem( - { - ShipName: `Smith Market`, - ShipAddress: `187 Market Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 70141, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1061, - CustomerName: `Mike Smith`, - CustomerFirstName: `Mike`, - CustomerLastName: `Smith`, - CustomerAddress: `187 Market Street, Los Angeles, USA, 70141`, - Salesperson: `Ben Jefferson`, - OrderID: 1871, - OrderDate: `8/20/2022`, - ProductID: 197, - ProductName: `IPad`, - UnitPrice: 28960.39, - Quantity: 2, - ExtendedPrice: 57920.78, - Freight: 1280.39, - Discontinued: false, - Region: `West`, - Address: `187 Market Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 70141 - }), - new InvoicesDataItem( - { - ShipName: `Black Estate`, - ShipAddress: `145 Main Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 50068, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1062, - CustomerName: `Ben Black`, - CustomerFirstName: `Ben`, - CustomerLastName: `Black`, - CustomerAddress: `145 Main Street, Philadelphia, USA, 50068`, - Salesperson: `Martin Watson`, - OrderID: 1747, - OrderDate: `1/20/2022`, - ProductID: 198, - ProductName: `Mac Book Pro`, - UnitPrice: 12530.74, - Quantity: 4, - ExtendedPrice: 50122.96, - Freight: 480.74, - Discontinued: false, - Region: `West`, - Address: `145 Main Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 50068 - }), - new InvoicesDataItem( - { - ShipName: `Black Home`, - ShipAddress: `109 Market Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 90197, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1063, - CustomerName: `Nancy Black`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Black`, - CustomerAddress: `109 Market Street, Los Angeles, USA, 90197`, - Salesperson: `James Black`, - OrderID: 1881, - OrderDate: `11/6/2022`, - ProductID: 162, - ProductName: `Samsung Note`, - UnitPrice: 29810.51, - Quantity: 2, - ExtendedPrice: 59621.02, - Freight: 750.51, - Discontinued: false, - Region: `North East`, - Address: `109 Market Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 90197 - }), - new InvoicesDataItem( - { - ShipName: `Smith Market`, - ShipAddress: `155 Market Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 50184, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1064, - CustomerName: `Nancy Smith`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Smith`, - CustomerAddress: `155 Market Street, Los Angeles, USA, 50184`, - Salesperson: `Mike Madison`, - OrderID: 1172, - OrderDate: `5/14/2022`, - ProductID: 154, - ProductName: `IPhone`, - UnitPrice: 11440.88, - Quantity: 2, - ExtendedPrice: 22881.76, - Freight: 1570.88, - Discontinued: false, - Region: `West`, - Address: `155 Market Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 50184 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Estate`, - ShipAddress: `136 Main Street`, - ShipCity: `New York`, - ShipPostalCode: 60147, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Federal Shipping`, - CustomerID: 1065, - CustomerName: `James Jackson`, - CustomerFirstName: `James`, - CustomerLastName: `Jackson`, - CustomerAddress: `136 Main Street, New York, USA, 60147`, - Salesperson: `James Jefferson`, - OrderID: 1538, - OrderDate: `2/4/2022`, - ProductID: 142, - ProductName: `IPad`, - UnitPrice: 18340.25, - Quantity: 5, - ExtendedPrice: 91701.25, - Freight: 1730.25, - Discontinued: false, - Region: `South East`, - Address: `136 Main Street`, - City: `New York`, - Country: `USA`, - PostalCode: 60147 - }), - new InvoicesDataItem( - { - ShipName: `Madison Market`, - ShipAddress: `184 Wall Street`, - ShipCity: `Miami`, - ShipPostalCode: 60091, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1066, - CustomerName: `Mike Madison`, - CustomerFirstName: `Mike`, - CustomerLastName: `Madison`, - CustomerAddress: `184 Wall Street, Miami, USA, 60091`, - Salesperson: `Ben Jackson`, - OrderID: 1863, - OrderDate: `2/6/2022`, - ProductID: 186, - ProductName: `Samsung Note`, - UnitPrice: 6690.4, - Quantity: 5, - ExtendedPrice: 33452, - Freight: 930.4, - Discontinued: false, - Region: `West`, - Address: `184 Wall Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 60091 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Townhouse`, - ShipAddress: `103 Market Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 80170, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1067, - CustomerName: `James Jackson`, - CustomerFirstName: `James`, - CustomerLastName: `Jackson`, - CustomerAddress: `103 Market Street, Philadelphia, USA, 80170`, - Salesperson: `Max Black`, - OrderID: 1476, - OrderDate: `1/13/2022`, - ProductID: 156, - ProductName: `Mac Book Pro`, - UnitPrice: 29040.31, - Quantity: 5, - ExtendedPrice: 145201.55, - Freight: 1070.31, - Discontinued: false, - Region: `West`, - Address: `103 Market Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 80170 - }), - new InvoicesDataItem( - { - ShipName: `Smith Estate`, - ShipAddress: `104 Market Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 80188, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1068, - CustomerName: `Ben Smith`, - CustomerFirstName: `Ben`, - CustomerLastName: `Smith`, - CustomerAddress: `104 Market Street, Los Angeles, USA, 80188`, - Salesperson: `Martin Watson`, - OrderID: 1131, - OrderDate: `9/13/2022`, - ProductID: 131, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 6780.79, - Quantity: 4, - ExtendedPrice: 27123.16, - Freight: 600.79, - Discontinued: false, - Region: `South East`, - Address: `104 Market Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 80188 - }), - new InvoicesDataItem( - { - ShipName: `Madison Townhouse`, - ShipAddress: `140 Main Street`, - ShipCity: `New York`, - ShipPostalCode: 90197, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1069, - CustomerName: `Martin Madison`, - CustomerFirstName: `Martin`, - CustomerLastName: `Madison`, - CustomerAddress: `140 Main Street, New York, USA, 90197`, - Salesperson: `Anna Smith`, - OrderID: 1829, - OrderDate: `2/18/2022`, - ProductID: 152, - ProductName: `Samsung Note`, - UnitPrice: 20150.52, - Quantity: 4, - ExtendedPrice: 80602.08, - Freight: 1840.52, - Discontinued: true, - Region: `North East`, - Address: `140 Main Street`, - City: `New York`, - Country: `USA`, - PostalCode: 90197 - }), - new InvoicesDataItem( - { - ShipName: `Smith Market`, - ShipAddress: `172 Wall Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 90159, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1070, - CustomerName: `Mike Smith`, - CustomerFirstName: `Mike`, - CustomerLastName: `Smith`, - CustomerAddress: `172 Wall Street, Philadelphia, USA, 90159`, - Salesperson: `Pamela Watson`, - OrderID: 1082, - OrderDate: `10/1/2022`, - ProductID: 164, - ProductName: `IPad`, - UnitPrice: 23810.31, - Quantity: 2, - ExtendedPrice: 47620.62, - Freight: 320.31, - Discontinued: false, - Region: `West`, - Address: `172 Wall Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 90159 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Market`, - ShipAddress: `147 Wall Street`, - ShipCity: `Huston`, - ShipPostalCode: 90173, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Federal Shipping`, - CustomerID: 1071, - CustomerName: `Ben Jackson`, - CustomerFirstName: `Ben`, - CustomerLastName: `Jackson`, - CustomerAddress: `147 Wall Street, Huston, USA, 90173`, - Salesperson: `Martin Smith`, - OrderID: 1449, - OrderDate: `1/21/2022`, - ProductID: 111, - ProductName: `Mac Book Pro`, - UnitPrice: 8280.25, - Quantity: 4, - ExtendedPrice: 33121, - Freight: 860.25, - Discontinued: false, - Region: `South East`, - Address: `147 Wall Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 90173 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Market`, - ShipAddress: `161 Main Street`, - ShipCity: `Huston`, - ShipPostalCode: 90102, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1072, - CustomerName: `Mike Jackson`, - CustomerFirstName: `Mike`, - CustomerLastName: `Jackson`, - CustomerAddress: `161 Main Street, Huston, USA, 90102`, - Salesperson: `Nancy Black`, - OrderID: 1609, - OrderDate: `9/22/2022`, - ProductID: 197, - ProductName: `Samsung Note`, - UnitPrice: 16740.35, - Quantity: 4, - ExtendedPrice: 66961.4, - Freight: 1940.35, - Discontinued: false, - Region: `North East`, - Address: `161 Main Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 90102 - }), - new InvoicesDataItem( - { - ShipName: `Smith Home`, - ShipAddress: `102 Market Street`, - ShipCity: `Miami`, - ShipPostalCode: 70124, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1073, - CustomerName: `Ben Smith`, - CustomerFirstName: `Ben`, - CustomerLastName: `Smith`, - CustomerAddress: `102 Market Street, Miami, USA, 70124`, - Salesperson: `Anna Smith`, - OrderID: 1984, - OrderDate: `8/6/2022`, - ProductID: 123, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 14660.66, - Quantity: 3, - ExtendedPrice: 43981.98, - Freight: 1910.66, - Discontinued: false, - Region: `West`, - Address: `102 Market Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 70124 - }), - new InvoicesDataItem( - { - ShipName: `Black Estate`, - ShipAddress: `139 Market Street`, - ShipCity: `Miami`, - ShipPostalCode: 90134, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1074, - CustomerName: `Martin Black`, - CustomerFirstName: `Martin`, - CustomerLastName: `Black`, - CustomerAddress: `139 Market Street, Miami, USA, 90134`, - Salesperson: `Max Jackson`, - OrderID: 1060, - OrderDate: `3/11/2022`, - ProductID: 154, - ProductName: `Mac Book Pro`, - UnitPrice: 14460.37, - Quantity: 4, - ExtendedPrice: 57841.48, - Freight: 1020.37, - Discontinued: false, - Region: `West`, - Address: `139 Market Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 90134 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Market`, - ShipAddress: `132 Market Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 60055, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1075, - CustomerName: `Martin Jackson`, - CustomerFirstName: `Martin`, - CustomerLastName: `Jackson`, - CustomerAddress: `132 Market Street, Philadelphia, USA, 60055`, - Salesperson: `Pamela Madison`, - OrderID: 1213, - OrderDate: `9/3/2022`, - ProductID: 108, - ProductName: `IPhone`, - UnitPrice: 19340.74, - Quantity: 3, - ExtendedPrice: 58022.22, - Freight: 1370.74, - Discontinued: false, - Region: `West`, - Address: `132 Market Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 60055 - }), - new InvoicesDataItem( - { - ShipName: `Black Market`, - ShipAddress: `192 Market Street`, - ShipCity: `Miami`, - ShipPostalCode: 90135, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Speedy Express`, - CustomerID: 1076, - CustomerName: `Mike Black`, - CustomerFirstName: `Mike`, - CustomerLastName: `Black`, - CustomerAddress: `192 Market Street, Miami, USA, 90135`, - Salesperson: `Nancy Madison`, - OrderID: 1563, - OrderDate: `5/8/2022`, - ProductID: 162, - ProductName: `Samsung Note`, - UnitPrice: 12670.48, - Quantity: 2, - ExtendedPrice: 25340.96, - Freight: 1870.48, - Discontinued: false, - Region: `South East`, - Address: `192 Market Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 90135 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Market`, - ShipAddress: `108 Wall Street`, - ShipCity: `Miami`, - ShipPostalCode: 90156, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Federal Shipping`, - CustomerID: 1077, - CustomerName: `Martin Jefferson`, - CustomerFirstName: `Martin`, - CustomerLastName: `Jefferson`, - CustomerAddress: `108 Wall Street, Miami, USA, 90156`, - Salesperson: `Max Smith`, - OrderID: 1087, - OrderDate: `6/24/2022`, - ProductID: 194, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 6860.84, - Quantity: 3, - ExtendedPrice: 20582.52, - Freight: 1880.84, - Discontinued: false, - Region: `South East`, - Address: `108 Wall Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 90156 - }), - new InvoicesDataItem( - { - ShipName: `Smith Market`, - ShipAddress: `162 Wall Street`, - ShipCity: `New York`, - ShipPostalCode: 80121, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1078, - CustomerName: `Nancy Smith`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Smith`, - CustomerAddress: `162 Wall Street, New York, USA, 80121`, - Salesperson: `Anna Black`, - OrderID: 1663, - OrderDate: `9/5/2022`, - ProductID: 149, - ProductName: `Mac Book Pro`, - UnitPrice: 29550.53, - Quantity: 5, - ExtendedPrice: 147752.65, - Freight: 1270.53, - Discontinued: false, - Region: `South East`, - Address: `162 Wall Street`, - City: `New York`, - Country: `USA`, - PostalCode: 80121 - }), - new InvoicesDataItem( - { - ShipName: `Smith Market`, - ShipAddress: `165 Main Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 70057, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Speedy Express`, - CustomerID: 1079, - CustomerName: `Martin Smith`, - CustomerFirstName: `Martin`, - CustomerLastName: `Smith`, - CustomerAddress: `165 Main Street, Los Angeles, USA, 70057`, - Salesperson: `James Watson`, - OrderID: 1724, - OrderDate: `5/6/2022`, - ProductID: 180, - ProductName: `IPad`, - UnitPrice: 13560.61, - Quantity: 3, - ExtendedPrice: 40681.83, - Freight: 760.61, - Discontinued: true, - Region: `North East`, - Address: `165 Main Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 70057 - }), - new InvoicesDataItem( - { - ShipName: `Watson Market`, - ShipAddress: `162 Main Street`, - ShipCity: `Huston`, - ShipPostalCode: 60057, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1080, - CustomerName: `Anna Watson`, - CustomerFirstName: `Anna`, - CustomerLastName: `Watson`, - CustomerAddress: `162 Main Street, Huston, USA, 60057`, - Salesperson: `Anna Watson`, - OrderID: 1156, - OrderDate: `10/5/2022`, - ProductID: 157, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 17220.59, - Quantity: 3, - ExtendedPrice: 51661.77, - Freight: 1550.59, - Discontinued: false, - Region: `North East`, - Address: `162 Main Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 60057 - }), - new InvoicesDataItem( - { - ShipName: `Watson Estate`, - ShipAddress: `126 Main Street`, - ShipCity: `Miami`, - ShipPostalCode: 70200, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1081, - CustomerName: `Nancy Watson`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Watson`, - CustomerAddress: `126 Main Street, Miami, USA, 70200`, - Salesperson: `Ben Watson`, - OrderID: 1982, - OrderDate: `9/11/2022`, - ProductID: 123, - ProductName: `Mac Book Air`, - UnitPrice: 25780.79, - Quantity: 2, - ExtendedPrice: 51561.58, - Freight: 680.79, - Discontinued: false, - Region: `South East`, - Address: `126 Main Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 70200 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Market`, - ShipAddress: `105 Wall Street`, - ShipCity: `Huston`, - ShipPostalCode: 80141, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1082, - CustomerName: `Max Jackson`, - CustomerFirstName: `Max`, - CustomerLastName: `Jackson`, - CustomerAddress: `105 Wall Street, Huston, USA, 80141`, - Salesperson: `Pamela Watson`, - OrderID: 1462, - OrderDate: `6/6/2022`, - ProductID: 189, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 16990.62, - Quantity: 2, - ExtendedPrice: 33981.24, - Freight: 710.62, - Discontinued: false, - Region: `West`, - Address: `105 Wall Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 80141 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Market`, - ShipAddress: `113 Market Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 50187, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1083, - CustomerName: `James Jefferson`, - CustomerFirstName: `James`, - CustomerLastName: `Jefferson`, - CustomerAddress: `113 Market Street, Philadelphia, USA, 50187`, - Salesperson: `Martin Jefferson`, - OrderID: 1698, - OrderDate: `5/16/2022`, - ProductID: 148, - ProductName: `IPhone`, - UnitPrice: 16930.87, - Quantity: 4, - ExtendedPrice: 67723.48, - Freight: 1080.87, - Discontinued: false, - Region: `North East`, - Address: `113 Market Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 50187 - }), - new InvoicesDataItem( - { - ShipName: `Black Market`, - ShipAddress: `164 Main Street`, - ShipCity: `New York`, - ShipPostalCode: 80172, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1084, - CustomerName: `Mike Black`, - CustomerFirstName: `Mike`, - CustomerLastName: `Black`, - CustomerAddress: `164 Main Street, New York, USA, 80172`, - Salesperson: `Mike Jackson`, - OrderID: 1300, - OrderDate: `11/11/2022`, - ProductID: 164, - ProductName: `IPhone`, - UnitPrice: 8120.59, - Quantity: 4, - ExtendedPrice: 32482.36, - Freight: 1140.59, - Discontinued: false, - Region: `West`, - Address: `164 Main Street`, - City: `New York`, - Country: `USA`, - PostalCode: 80172 - }), - new InvoicesDataItem( - { - ShipName: `Watson Estate`, - ShipAddress: `108 Main Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 90074, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1085, - CustomerName: `Pamela Watson`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Watson`, - CustomerAddress: `108 Main Street, Philadelphia, USA, 90074`, - Salesperson: `Nancy Madison`, - OrderID: 1401, - OrderDate: `12/3/2022`, - ProductID: 139, - ProductName: `IPhone`, - UnitPrice: 6160.25, - Quantity: 4, - ExtendedPrice: 24641, - Freight: 1600.25, - Discontinued: false, - Region: `South East`, - Address: `108 Main Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 90074 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Market`, - ShipAddress: `175 Main Street`, - ShipCity: `Huston`, - ShipPostalCode: 80111, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1086, - CustomerName: `Max Jefferson`, - CustomerFirstName: `Max`, - CustomerLastName: `Jefferson`, - CustomerAddress: `175 Main Street, Huston, USA, 80111`, - Salesperson: `Nancy Watson`, - OrderID: 1474, - OrderDate: `9/1/2022`, - ProductID: 138, - ProductName: `Mac Book Air`, - UnitPrice: 7220.7, - Quantity: 4, - ExtendedPrice: 28882.8, - Freight: 1530.7, - Discontinued: false, - Region: `West`, - Address: `175 Main Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 80111 - }), - new InvoicesDataItem( - { - ShipName: `Madison Estate`, - ShipAddress: `102 Wall Street`, - ShipCity: `Miami`, - ShipPostalCode: 80173, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Speedy Express`, - CustomerID: 1087, - CustomerName: `Nancy Madison`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Madison`, - CustomerAddress: `102 Wall Street, Miami, USA, 80173`, - Salesperson: `Martin Jackson`, - OrderID: 1678, - OrderDate: `5/6/2022`, - ProductID: 190, - ProductName: `IPad`, - UnitPrice: 17990.28, - Quantity: 4, - ExtendedPrice: 71961.12, - Freight: 1420.28, - Discontinued: false, - Region: `South East`, - Address: `102 Wall Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 80173 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Townhouse`, - ShipAddress: `163 Market Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 50105, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1088, - CustomerName: `Mike Jackson`, - CustomerFirstName: `Mike`, - CustomerLastName: `Jackson`, - CustomerAddress: `163 Market Street, Philadelphia, USA, 50105`, - Salesperson: `Martin Black`, - OrderID: 1384, - OrderDate: `4/16/2022`, - ProductID: 156, - ProductName: `Mac Book Pro`, - UnitPrice: 15460.27, - Quantity: 3, - ExtendedPrice: 46380.81, - Freight: 1250.27, - Discontinued: false, - Region: `West`, - Address: `163 Market Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 50105 - }), - new InvoicesDataItem( - { - ShipName: `Watson Home`, - ShipAddress: `165 Wall Street`, - ShipCity: `Huston`, - ShipPostalCode: 90075, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1089, - CustomerName: `Ben Watson`, - CustomerFirstName: `Ben`, - CustomerLastName: `Watson`, - CustomerAddress: `165 Wall Street, Huston, USA, 90075`, - Salesperson: `Nancy Jefferson`, - OrderID: 1223, - OrderDate: `7/20/2022`, - ProductID: 105, - ProductName: `Mac Book Pro`, - UnitPrice: 15450.62, - Quantity: 2, - ExtendedPrice: 30901.24, - Freight: 1350.62, - Discontinued: true, - Region: `North East`, - Address: `165 Wall Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 90075 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Market`, - ShipAddress: `140 Wall Street`, - ShipCity: `New York`, - ShipPostalCode: 80134, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1090, - CustomerName: `Anna Jefferson`, - CustomerFirstName: `Anna`, - CustomerLastName: `Jefferson`, - CustomerAddress: `140 Wall Street, New York, USA, 80134`, - Salesperson: `Anna Watson`, - OrderID: 1189, - OrderDate: `10/5/2022`, - ProductID: 128, - ProductName: `Samsung Note`, - UnitPrice: 15460.25, - Quantity: 5, - ExtendedPrice: 77301.25, - Freight: 840.25, - Discontinued: false, - Region: `West`, - Address: `140 Wall Street`, - City: `New York`, - Country: `USA`, - PostalCode: 80134 - }), - new InvoicesDataItem( - { - ShipName: `Madison Market`, - ShipAddress: `191 Wall Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 80168, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1091, - CustomerName: `Max Madison`, - CustomerFirstName: `Max`, - CustomerLastName: `Madison`, - CustomerAddress: `191 Wall Street, Los Angeles, USA, 80168`, - Salesperson: `Anna Madison`, - OrderID: 1657, - OrderDate: `8/7/2022`, - ProductID: 154, - ProductName: `IPad`, - UnitPrice: 24990.6, - Quantity: 5, - ExtendedPrice: 124953, - Freight: 1890.6, - Discontinued: false, - Region: `South East`, - Address: `191 Wall Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 80168 - }), - new InvoicesDataItem( - { - ShipName: `Watson Market`, - ShipAddress: `111 Market Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 60130, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Federal Shipping`, - CustomerID: 1092, - CustomerName: `Anna Watson`, - CustomerFirstName: `Anna`, - CustomerLastName: `Watson`, - CustomerAddress: `111 Market Street, Los Angeles, USA, 60130`, - Salesperson: `Ben Jackson`, - OrderID: 1818, - OrderDate: `12/2/2022`, - ProductID: 107, - ProductName: `Samsung Note`, - UnitPrice: 19750.45, - Quantity: 4, - ExtendedPrice: 79001.8, - Freight: 1840.45, - Discontinued: false, - Region: `South East`, - Address: `111 Market Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 60130 - }), - new InvoicesDataItem( - { - ShipName: `Madison Estate`, - ShipAddress: `190 Market Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 50162, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1093, - CustomerName: `Mike Madison`, - CustomerFirstName: `Mike`, - CustomerLastName: `Madison`, - CustomerAddress: `190 Market Street, Los Angeles, USA, 50162`, - Salesperson: `Mike Watson`, - OrderID: 1117, - OrderDate: `10/12/2022`, - ProductID: 176, - ProductName: `Samsung Note`, - UnitPrice: 15390.57, - Quantity: 5, - ExtendedPrice: 76952.85, - Freight: 1500.57, - Discontinued: false, - Region: `West`, - Address: `190 Market Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 50162 - }), - new InvoicesDataItem( - { - ShipName: `Black Market`, - ShipAddress: `121 Main Street`, - ShipCity: `Miami`, - ShipPostalCode: 70156, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Federal Shipping`, - CustomerID: 1094, - CustomerName: `James Black`, - CustomerFirstName: `James`, - CustomerLastName: `Black`, - CustomerAddress: `121 Main Street, Miami, USA, 70156`, - Salesperson: `Mike Jackson`, - OrderID: 1188, - OrderDate: `11/23/2022`, - ProductID: 177, - ProductName: `IPad`, - UnitPrice: 23120.28, - Quantity: 3, - ExtendedPrice: 69360.84, - Freight: 1670.28, - Discontinued: false, - Region: `South East`, - Address: `121 Main Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 70156 - }), - new InvoicesDataItem( - { - ShipName: `Smith Market`, - ShipAddress: `120 Main Street`, - ShipCity: `Miami`, - ShipPostalCode: 60082, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Speedy Express`, - CustomerID: 1095, - CustomerName: `Martin Smith`, - CustomerFirstName: `Martin`, - CustomerLastName: `Smith`, - CustomerAddress: `120 Main Street, Miami, USA, 60082`, - Salesperson: `Nancy Smith`, - OrderID: 1673, - OrderDate: `1/25/2022`, - ProductID: 189, - ProductName: `Mac Book Air`, - UnitPrice: 16310.31, - Quantity: 4, - ExtendedPrice: 65241.24, - Freight: 370.31, - Discontinued: false, - Region: `South East`, - Address: `120 Main Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 60082 - }), - new InvoicesDataItem( - { - ShipName: `Madison Estate`, - ShipAddress: `102 Main Street`, - ShipCity: `Miami`, - ShipPostalCode: 90125, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1096, - CustomerName: `Pamela Madison`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Madison`, - CustomerAddress: `102 Main Street, Miami, USA, 90125`, - Salesperson: `Pamela Smith`, - OrderID: 1048, - OrderDate: `8/6/2022`, - ProductID: 148, - ProductName: `Mac Book Pro`, - UnitPrice: 14920.59, - Quantity: 2, - ExtendedPrice: 29841.18, - Freight: 1110.59, - Discontinued: false, - Region: `West`, - Address: `102 Main Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 90125 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Home`, - ShipAddress: `125 Main Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 80199, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1097, - CustomerName: `James Jefferson`, - CustomerFirstName: `James`, - CustomerLastName: `Jefferson`, - CustomerAddress: `125 Main Street, Los Angeles, USA, 80199`, - Salesperson: `Pamela Black`, - OrderID: 1336, - OrderDate: `6/1/2022`, - ProductID: 159, - ProductName: `Mac Book Pro`, - UnitPrice: 11370.4, - Quantity: 5, - ExtendedPrice: 56852, - Freight: 1210.4, - Discontinued: false, - Region: `West`, - Address: `125 Main Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 80199 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Townhouse`, - ShipAddress: `109 Wall Street`, - ShipCity: `Miami`, - ShipPostalCode: 60118, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1098, - CustomerName: `Mike Jefferson`, - CustomerFirstName: `Mike`, - CustomerLastName: `Jefferson`, - CustomerAddress: `109 Wall Street, Miami, USA, 60118`, - Salesperson: `James Madison`, - OrderID: 1049, - OrderDate: `2/14/2022`, - ProductID: 172, - ProductName: `Mac Book Pro`, - UnitPrice: 18730.79, - Quantity: 5, - ExtendedPrice: 93653.95, - Freight: 300.79, - Discontinued: false, - Region: `South East`, - Address: `109 Wall Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 60118 - }), - new InvoicesDataItem( - { - ShipName: `Smith Townhouse`, - ShipAddress: `149 Main Street`, - ShipCity: `Miami`, - ShipPostalCode: 50128, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1099, - CustomerName: `Anna Smith`, - CustomerFirstName: `Anna`, - CustomerLastName: `Smith`, - CustomerAddress: `149 Main Street, Miami, USA, 50128`, - Salesperson: `James Watson`, - OrderID: 1292, - OrderDate: `3/15/2022`, - ProductID: 183, - ProductName: `Mac Book Air`, - UnitPrice: 16730.48, - Quantity: 5, - ExtendedPrice: 83652.4, - Freight: 1320.48, - Discontinued: true, - Region: `North East`, - Address: `149 Main Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 50128 - }), - new InvoicesDataItem( - { - ShipName: `Smith Estate`, - ShipAddress: `183 Wall Street`, - ShipCity: `New York`, - ShipPostalCode: 50089, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1100, - CustomerName: `Ben Smith`, - CustomerFirstName: `Ben`, - CustomerLastName: `Smith`, - CustomerAddress: `183 Wall Street, New York, USA, 50089`, - Salesperson: `Max Watson`, - OrderID: 1724, - OrderDate: `9/22/2022`, - ProductID: 160, - ProductName: `IPad`, - UnitPrice: 23370.51, - Quantity: 3, - ExtendedPrice: 70111.53, - Freight: 1200.51, - Discontinued: false, - Region: `North East`, - Address: `183 Wall Street`, - City: `New York`, - Country: `USA`, - PostalCode: 50089 - }), - new InvoicesDataItem( - { - ShipName: `Watson Estate`, - ShipAddress: `195 Market Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 60110, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Federal Shipping`, - CustomerID: 1101, - CustomerName: `Martin Watson`, - CustomerFirstName: `Martin`, - CustomerLastName: `Watson`, - CustomerAddress: `195 Market Street, Philadelphia, USA, 60110`, - Salesperson: `Martin Black`, - OrderID: 1154, - OrderDate: `4/13/2022`, - ProductID: 180, - ProductName: `Samsung Note`, - UnitPrice: 24870.49, - Quantity: 4, - ExtendedPrice: 99481.96, - Freight: 1200.49, - Discontinued: false, - Region: `South East`, - Address: `195 Market Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 60110 - }), - new InvoicesDataItem( - { - ShipName: `Madison Estate`, - ShipAddress: `153 Market Street`, - ShipCity: `New York`, - ShipPostalCode: 60113, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1102, - CustomerName: `Ben Madison`, - CustomerFirstName: `Ben`, - CustomerLastName: `Madison`, - CustomerAddress: `153 Market Street, New York, USA, 60113`, - Salesperson: `Nancy Black`, - OrderID: 1333, - OrderDate: `2/24/2022`, - ProductID: 192, - ProductName: `Samsung Note`, - UnitPrice: 12710.8, - Quantity: 4, - ExtendedPrice: 50843.2, - Freight: 1520.8, - Discontinued: false, - Region: `North East`, - Address: `153 Market Street`, - City: `New York`, - Country: `USA`, - PostalCode: 60113 - }), - new InvoicesDataItem( - { - ShipName: `Watson Market`, - ShipAddress: `185 Market Street`, - ShipCity: `Miami`, - ShipPostalCode: 60118, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1103, - CustomerName: `James Watson`, - CustomerFirstName: `James`, - CustomerLastName: `Watson`, - CustomerAddress: `185 Market Street, Miami, USA, 60118`, - Salesperson: `Max Black`, - OrderID: 1243, - OrderDate: `2/7/2022`, - ProductID: 124, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 16270.33, - Quantity: 4, - ExtendedPrice: 65081.32, - Freight: 1050.33, - Discontinued: false, - Region: `West`, - Address: `185 Market Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 60118 - }), - new InvoicesDataItem( - { - ShipName: `Smith Home`, - ShipAddress: `181 Market Street`, - ShipCity: `Miami`, - ShipPostalCode: 80055, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Speedy Express`, - CustomerID: 1104, - CustomerName: `Anna Smith`, - CustomerFirstName: `Anna`, - CustomerLastName: `Smith`, - CustomerAddress: `181 Market Street, Miami, USA, 80055`, - Salesperson: `Nancy Madison`, - OrderID: 1090, - OrderDate: `12/2/2022`, - ProductID: 106, - ProductName: `Mac Book Pro`, - UnitPrice: 25150.85, - Quantity: 5, - ExtendedPrice: 125754.25, - Freight: 560.85, - Discontinued: false, - Region: `North East`, - Address: `181 Market Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 80055 - }), - new InvoicesDataItem( - { - ShipName: `Watson Home`, - ShipAddress: `185 Market Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 60149, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Speedy Express`, - CustomerID: 1105, - CustomerName: `Ben Watson`, - CustomerFirstName: `Ben`, - CustomerLastName: `Watson`, - CustomerAddress: `185 Market Street, Los Angeles, USA, 60149`, - Salesperson: `Martin Madison`, - OrderID: 1697, - OrderDate: `10/12/2022`, - ProductID: 193, - ProductName: `Mac Book Air`, - UnitPrice: 18440.22, - Quantity: 5, - ExtendedPrice: 92201.1, - Freight: 1030.22, - Discontinued: false, - Region: `North East`, - Address: `185 Market Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 60149 - }), - new InvoicesDataItem( - { - ShipName: `Madison Home`, - ShipAddress: `110 Wall Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 90160, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Speedy Express`, - CustomerID: 1106, - CustomerName: `Anna Madison`, - CustomerFirstName: `Anna`, - CustomerLastName: `Madison`, - CustomerAddress: `110 Wall Street, Los Angeles, USA, 90160`, - Salesperson: `Mike Jefferson`, - OrderID: 1868, - OrderDate: `6/20/2022`, - ProductID: 166, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 10990.49, - Quantity: 5, - ExtendedPrice: 54952.45, - Freight: 1250.49, - Discontinued: false, - Region: `North East`, - Address: `110 Wall Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 90160 - }), - new InvoicesDataItem( - { - ShipName: `Madison Home`, - ShipAddress: `124 Wall Street`, - ShipCity: `Miami`, - ShipPostalCode: 90129, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1107, - CustomerName: `Martin Madison`, - CustomerFirstName: `Martin`, - CustomerLastName: `Madison`, - CustomerAddress: `124 Wall Street, Miami, USA, 90129`, - Salesperson: `Max Madison`, - OrderID: 1419, - OrderDate: `11/8/2022`, - ProductID: 119, - ProductName: `Mac Book Air`, - UnitPrice: 9310.28, - Quantity: 3, - ExtendedPrice: 27930.84, - Freight: 1660.28, - Discontinued: false, - Region: `West`, - Address: `124 Wall Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 90129 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Townhouse`, - ShipAddress: `144 Wall Street`, - ShipCity: `Huston`, - ShipPostalCode: 80145, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1108, - CustomerName: `Pamela Jefferson`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Jefferson`, - CustomerAddress: `144 Wall Street, Huston, USA, 80145`, - Salesperson: `Mike Smith`, - OrderID: 1103, - OrderDate: `5/14/2022`, - ProductID: 172, - ProductName: `Mac Book Pro`, - UnitPrice: 5130.33, - Quantity: 2, - ExtendedPrice: 10260.66, - Freight: 1840.33, - Discontinued: false, - Region: `North East`, - Address: `144 Wall Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 80145 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Estate`, - ShipAddress: `200 Main Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 50073, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1109, - CustomerName: `Nancy Jefferson`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Jefferson`, - CustomerAddress: `200 Main Street, Philadelphia, USA, 50073`, - Salesperson: `Max Jackson`, - OrderID: 1461, - OrderDate: `6/13/2022`, - ProductID: 153, - ProductName: `Mac Book Pro`, - UnitPrice: 23080.59, - Quantity: 3, - ExtendedPrice: 69241.77, - Freight: 540.59, - Discontinued: true, - Region: `West`, - Address: `200 Main Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 50073 - }), - new InvoicesDataItem( - { - ShipName: `Madison Market`, - ShipAddress: `196 Market Street`, - ShipCity: `New York`, - ShipPostalCode: 70070, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1110, - CustomerName: `Mike Madison`, - CustomerFirstName: `Mike`, - CustomerLastName: `Madison`, - CustomerAddress: `196 Market Street, New York, USA, 70070`, - Salesperson: `Nancy Smith`, - OrderID: 1713, - OrderDate: `3/6/2022`, - ProductID: 121, - ProductName: `Mac Book Pro`, - UnitPrice: 29390.58, - Quantity: 3, - ExtendedPrice: 88171.74, - Freight: 1170.58, - Discontinued: false, - Region: `West`, - Address: `196 Market Street`, - City: `New York`, - Country: `USA`, - PostalCode: 70070 - }), - new InvoicesDataItem( - { - ShipName: `Smith Home`, - ShipAddress: `154 Main Street`, - ShipCity: `New York`, - ShipPostalCode: 70167, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Speedy Express`, - CustomerID: 1111, - CustomerName: `Martin Smith`, - CustomerFirstName: `Martin`, - CustomerLastName: `Smith`, - CustomerAddress: `154 Main Street, New York, USA, 70167`, - Salesperson: `Pamela Jackson`, - OrderID: 1956, - OrderDate: `1/2/2022`, - ProductID: 156, - ProductName: `Samsung Note`, - UnitPrice: 24870.88, - Quantity: 2, - ExtendedPrice: 49741.76, - Freight: 1360.88, - Discontinued: false, - Region: `North East`, - Address: `154 Main Street`, - City: `New York`, - Country: `USA`, - PostalCode: 70167 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Townhouse`, - ShipAddress: `110 Main Street`, - ShipCity: `Miami`, - ShipPostalCode: 90055, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1112, - CustomerName: `Mike Jefferson`, - CustomerFirstName: `Mike`, - CustomerLastName: `Jefferson`, - CustomerAddress: `110 Main Street, Miami, USA, 90055`, - Salesperson: `Anna Madison`, - OrderID: 1530, - OrderDate: `10/15/2022`, - ProductID: 113, - ProductName: `IPad`, - UnitPrice: 24570.87, - Quantity: 4, - ExtendedPrice: 98283.48, - Freight: 930.87, - Discontinued: false, - Region: `South East`, - Address: `110 Main Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 90055 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Townhouse`, - ShipAddress: `200 Market Street`, - ShipCity: `Huston`, - ShipPostalCode: 70105, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1113, - CustomerName: `Martin Jefferson`, - CustomerFirstName: `Martin`, - CustomerLastName: `Jefferson`, - CustomerAddress: `200 Market Street, Huston, USA, 70105`, - Salesperson: `James Jackson`, - OrderID: 1488, - OrderDate: `7/13/2022`, - ProductID: 109, - ProductName: `IPhone`, - UnitPrice: 23860.57, - Quantity: 4, - ExtendedPrice: 95442.28, - Freight: 1130.57, - Discontinued: false, - Region: `North East`, - Address: `200 Market Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 70105 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Home`, - ShipAddress: `181 Main Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 80175, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Speedy Express`, - CustomerID: 1114, - CustomerName: `Ben Jefferson`, - CustomerFirstName: `Ben`, - CustomerLastName: `Jefferson`, - CustomerAddress: `181 Main Street, Philadelphia, USA, 80175`, - Salesperson: `Max Jackson`, - OrderID: 1143, - OrderDate: `6/13/2022`, - ProductID: 144, - ProductName: `Mac Book Air`, - UnitPrice: 28390.63, - Quantity: 5, - ExtendedPrice: 141953.15, - Freight: 300.63, - Discontinued: false, - Region: `North East`, - Address: `181 Main Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 80175 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Home`, - ShipAddress: `137 Market Street`, - ShipCity: `Huston`, - ShipPostalCode: 50144, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Federal Shipping`, - CustomerID: 1115, - CustomerName: `Ben Jackson`, - CustomerFirstName: `Ben`, - CustomerLastName: `Jackson`, - CustomerAddress: `137 Market Street, Huston, USA, 50144`, - Salesperson: `Martin Jackson`, - OrderID: 1274, - OrderDate: `4/8/2022`, - ProductID: 134, - ProductName: `IPad`, - UnitPrice: 22580.34, - Quantity: 2, - ExtendedPrice: 45160.68, - Freight: 1720.34, - Discontinued: false, - Region: `South East`, - Address: `137 Market Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 50144 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Market`, - ShipAddress: `186 Main Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 70112, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Speedy Express`, - CustomerID: 1116, - CustomerName: `Pamela Jefferson`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Jefferson`, - CustomerAddress: `186 Main Street, Los Angeles, USA, 70112`, - Salesperson: `Mike Jefferson`, - OrderID: 1597, - OrderDate: `8/6/2022`, - ProductID: 127, - ProductName: `Mac Book Pro`, - UnitPrice: 28490.48, - Quantity: 3, - ExtendedPrice: 85471.44, - Freight: 760.48, - Discontinued: false, - Region: `South East`, - Address: `186 Main Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 70112 - }), - new InvoicesDataItem( - { - ShipName: `Watson Townhouse`, - ShipAddress: `152 Wall Street`, - ShipCity: `Huston`, - ShipPostalCode: 50080, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1117, - CustomerName: `Nancy Watson`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Watson`, - CustomerAddress: `152 Wall Street, Huston, USA, 50080`, - Salesperson: `Max Jackson`, - OrderID: 1632, - OrderDate: `4/15/2022`, - ProductID: 179, - ProductName: `Mac Book Pro`, - UnitPrice: 20680.38, - Quantity: 5, - ExtendedPrice: 103401.9, - Freight: 490.38, - Discontinued: false, - Region: `West`, - Address: `152 Wall Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 50080 - }), - new InvoicesDataItem( - { - ShipName: `Black Home`, - ShipAddress: `147 Wall Street`, - ShipCity: `Huston`, - ShipPostalCode: 60136, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1118, - CustomerName: `Pamela Black`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Black`, - CustomerAddress: `147 Wall Street, Huston, USA, 60136`, - Salesperson: `Mike Watson`, - OrderID: 1461, - OrderDate: `4/21/2022`, - ProductID: 118, - ProductName: `Samsung Note`, - UnitPrice: 6990.24, - Quantity: 5, - ExtendedPrice: 34951.2, - Freight: 460.24, - Discontinued: false, - Region: `North East`, - Address: `147 Wall Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 60136 - }), - new InvoicesDataItem( - { - ShipName: `Black Estate`, - ShipAddress: `161 Market Street`, - ShipCity: `Huston`, - ShipPostalCode: 80121, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1119, - CustomerName: `James Black`, - CustomerFirstName: `James`, - CustomerLastName: `Black`, - CustomerAddress: `161 Market Street, Huston, USA, 80121`, - Salesperson: `Martin Jefferson`, - OrderID: 1380, - OrderDate: `1/3/2022`, - ProductID: 176, - ProductName: `Mac Book Air`, - UnitPrice: 26540.79, - Quantity: 5, - ExtendedPrice: 132703.95, - Freight: 470.79, - Discontinued: true, - Region: `West`, - Address: `161 Market Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 80121 - }), - new InvoicesDataItem( - { - ShipName: `Watson Townhouse`, - ShipAddress: `118 Main Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 50189, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1120, - CustomerName: `Ben Watson`, - CustomerFirstName: `Ben`, - CustomerLastName: `Watson`, - CustomerAddress: `118 Main Street, Philadelphia, USA, 50189`, - Salesperson: `Ben Watson`, - OrderID: 1658, - OrderDate: `1/4/2022`, - ProductID: 184, - ProductName: `Mac Book Air`, - UnitPrice: 16830.41, - Quantity: 5, - ExtendedPrice: 84152.05, - Freight: 1660.41, - Discontinued: false, - Region: `West`, - Address: `118 Main Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 50189 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Townhouse`, - ShipAddress: `186 Market Street`, - ShipCity: `Miami`, - ShipPostalCode: 60097, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Speedy Express`, - CustomerID: 1121, - CustomerName: `Pamela Jackson`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Jackson`, - CustomerAddress: `186 Market Street, Miami, USA, 60097`, - Salesperson: `Nancy Watson`, - OrderID: 1754, - OrderDate: `7/3/2022`, - ProductID: 148, - ProductName: `Mac Book Air`, - UnitPrice: 5030.24, - Quantity: 3, - ExtendedPrice: 15090.72, - Freight: 1660.24, - Discontinued: false, - Region: `South East`, - Address: `186 Market Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 60097 - }), - new InvoicesDataItem( - { - ShipName: `Smith Market`, - ShipAddress: `191 Main Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 90155, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1122, - CustomerName: `Ben Smith`, - CustomerFirstName: `Ben`, - CustomerLastName: `Smith`, - CustomerAddress: `191 Main Street, Los Angeles, USA, 90155`, - Salesperson: `Anna Madison`, - OrderID: 1279, - OrderDate: `3/14/2022`, - ProductID: 151, - ProductName: `IPhone`, - UnitPrice: 23590.82, - Quantity: 3, - ExtendedPrice: 70772.46, - Freight: 1120.82, - Discontinued: false, - Region: `West`, - Address: `191 Main Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 90155 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Market`, - ShipAddress: `190 Main Street`, - ShipCity: `New York`, - ShipPostalCode: 80075, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Federal Shipping`, - CustomerID: 1123, - CustomerName: `James Jefferson`, - CustomerFirstName: `James`, - CustomerLastName: `Jefferson`, - CustomerAddress: `190 Main Street, New York, USA, 80075`, - Salesperson: `Martin Jackson`, - OrderID: 1310, - OrderDate: `11/7/2022`, - ProductID: 183, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 26450.4, - Quantity: 5, - ExtendedPrice: 132252, - Freight: 420.4, - Discontinued: false, - Region: `South East`, - Address: `190 Main Street`, - City: `New York`, - Country: `USA`, - PostalCode: 80075 - }), - new InvoicesDataItem( - { - ShipName: `Madison Home`, - ShipAddress: `160 Market Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 80067, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Speedy Express`, - CustomerID: 1124, - CustomerName: `Pamela Madison`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Madison`, - CustomerAddress: `160 Market Street, Philadelphia, USA, 80067`, - Salesperson: `Ben Jackson`, - OrderID: 1920, - OrderDate: `12/17/2022`, - ProductID: 174, - ProductName: `IPhone`, - UnitPrice: 23660.88, - Quantity: 4, - ExtendedPrice: 94643.52, - Freight: 1220.88, - Discontinued: false, - Region: `North East`, - Address: `160 Market Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 80067 - }), - new InvoicesDataItem( - { - ShipName: `Black Market`, - ShipAddress: `151 Wall Street`, - ShipCity: `Miami`, - ShipPostalCode: 90124, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1125, - CustomerName: `Max Black`, - CustomerFirstName: `Max`, - CustomerLastName: `Black`, - CustomerAddress: `151 Wall Street, Miami, USA, 90124`, - Salesperson: `Mike Watson`, - OrderID: 1497, - OrderDate: `2/21/2022`, - ProductID: 179, - ProductName: `IPhone`, - UnitPrice: 15940.51, - Quantity: 5, - ExtendedPrice: 79702.55, - Freight: 1880.51, - Discontinued: false, - Region: `West`, - Address: `151 Wall Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 90124 - }), - new InvoicesDataItem( - { - ShipName: `Black Estate`, - ShipAddress: `151 Market Street`, - ShipCity: `Huston`, - ShipPostalCode: 70173, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1126, - CustomerName: `Nancy Black`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Black`, - CustomerAddress: `151 Market Street, Huston, USA, 70173`, - Salesperson: `Pamela Jefferson`, - OrderID: 1925, - OrderDate: `2/15/2022`, - ProductID: 170, - ProductName: `IPhone`, - UnitPrice: 13350.7, - Quantity: 5, - ExtendedPrice: 66753.5, - Freight: 720.7, - Discontinued: false, - Region: `West`, - Address: `151 Market Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 70173 - }), - new InvoicesDataItem( - { - ShipName: `Watson Townhouse`, - ShipAddress: `114 Main Street`, - ShipCity: `Miami`, - ShipPostalCode: 80067, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Speedy Express`, - CustomerID: 1127, - CustomerName: `James Watson`, - CustomerFirstName: `James`, - CustomerLastName: `Watson`, - CustomerAddress: `114 Main Street, Miami, USA, 80067`, - Salesperson: `Pamela Black`, - OrderID: 1338, - OrderDate: `5/19/2022`, - ProductID: 196, - ProductName: `Samsung Note`, - UnitPrice: 20820.82, - Quantity: 4, - ExtendedPrice: 83283.28, - Freight: 1570.82, - Discontinued: false, - Region: `South East`, - Address: `114 Main Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 80067 - }), - new InvoicesDataItem( - { - ShipName: `Madison Market`, - ShipAddress: `189 Wall Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 80157, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1128, - CustomerName: `Anna Madison`, - CustomerFirstName: `Anna`, - CustomerLastName: `Madison`, - CustomerAddress: `189 Wall Street, Philadelphia, USA, 80157`, - Salesperson: `Ben Watson`, - OrderID: 1794, - OrderDate: `9/9/2022`, - ProductID: 168, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 25550.56, - Quantity: 4, - ExtendedPrice: 102202.24, - Freight: 400.56, - Discontinued: false, - Region: `North East`, - Address: `189 Wall Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 80157 - }), - new InvoicesDataItem( - { - ShipName: `Watson Home`, - ShipAddress: `198 Main Street`, - ShipCity: `New York`, - ShipPostalCode: 60169, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1129, - CustomerName: `Ben Watson`, - CustomerFirstName: `Ben`, - CustomerLastName: `Watson`, - CustomerAddress: `198 Main Street, New York, USA, 60169`, - Salesperson: `James Black`, - OrderID: 1108, - OrderDate: `2/5/2022`, - ProductID: 194, - ProductName: `Mac Book Air`, - UnitPrice: 10890.26, - Quantity: 3, - ExtendedPrice: 32670.78, - Freight: 760.26, - Discontinued: true, - Region: `South East`, - Address: `198 Main Street`, - City: `New York`, - Country: `USA`, - PostalCode: 60169 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Townhouse`, - ShipAddress: `106 Main Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 60117, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1130, - CustomerName: `James Jackson`, - CustomerFirstName: `James`, - CustomerLastName: `Jackson`, - CustomerAddress: `106 Main Street, Los Angeles, USA, 60117`, - Salesperson: `Pamela Jackson`, - OrderID: 1953, - OrderDate: `11/24/2022`, - ProductID: 179, - ProductName: `Samsung Note`, - UnitPrice: 19940.84, - Quantity: 3, - ExtendedPrice: 59822.52, - Freight: 890.84, - Discontinued: false, - Region: `West`, - Address: `106 Main Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 60117 - }), - new InvoicesDataItem( - { - ShipName: `Madison Home`, - ShipAddress: `192 Main Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 90090, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Federal Shipping`, - CustomerID: 1131, - CustomerName: `James Madison`, - CustomerFirstName: `James`, - CustomerLastName: `Madison`, - CustomerAddress: `192 Main Street, Los Angeles, USA, 90090`, - Salesperson: `Max Jefferson`, - OrderID: 1337, - OrderDate: `10/10/2022`, - ProductID: 198, - ProductName: `Samsung Note`, - UnitPrice: 18640.31, - Quantity: 2, - ExtendedPrice: 37280.62, - Freight: 280.31, - Discontinued: false, - Region: `South East`, - Address: `192 Main Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 90090 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Townhouse`, - ShipAddress: `128 Market Street`, - ShipCity: `Miami`, - ShipPostalCode: 50136, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1132, - CustomerName: `Martin Jefferson`, - CustomerFirstName: `Martin`, - CustomerLastName: `Jefferson`, - CustomerAddress: `128 Market Street, Miami, USA, 50136`, - Salesperson: `Nancy Jefferson`, - OrderID: 1617, - OrderDate: `4/10/2022`, - ProductID: 148, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 26140.37, - Quantity: 2, - ExtendedPrice: 52280.74, - Freight: 1270.37, - Discontinued: false, - Region: `West`, - Address: `128 Market Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 50136 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Home`, - ShipAddress: `164 Wall Street`, - ShipCity: `Huston`, - ShipPostalCode: 70190, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1133, - CustomerName: `Max Jackson`, - CustomerFirstName: `Max`, - CustomerLastName: `Jackson`, - CustomerAddress: `164 Wall Street, Huston, USA, 70190`, - Salesperson: `Nancy Watson`, - OrderID: 1222, - OrderDate: `3/15/2022`, - ProductID: 140, - ProductName: `IPad`, - UnitPrice: 20540.74, - Quantity: 3, - ExtendedPrice: 61622.22, - Freight: 1190.74, - Discontinued: false, - Region: `West`, - Address: `164 Wall Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 70190 - }), - new InvoicesDataItem( - { - ShipName: `Black Home`, - ShipAddress: `118 Main Street`, - ShipCity: `Huston`, - ShipPostalCode: 60126, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1134, - CustomerName: `Ben Black`, - CustomerFirstName: `Ben`, - CustomerLastName: `Black`, - CustomerAddress: `118 Main Street, Huston, USA, 60126`, - Salesperson: `Pamela Jefferson`, - OrderID: 1888, - OrderDate: `7/3/2022`, - ProductID: 133, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 25970.39, - Quantity: 2, - ExtendedPrice: 51940.78, - Freight: 1110.39, - Discontinued: false, - Region: `North East`, - Address: `118 Main Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 60126 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Estate`, - ShipAddress: `145 Wall Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 50093, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1135, - CustomerName: `James Jefferson`, - CustomerFirstName: `James`, - CustomerLastName: `Jefferson`, - CustomerAddress: `145 Wall Street, Philadelphia, USA, 50093`, - Salesperson: `Nancy Jefferson`, - OrderID: 1661, - OrderDate: `5/14/2022`, - ProductID: 199, - ProductName: `Mac Book Air`, - UnitPrice: 12190.38, - Quantity: 2, - ExtendedPrice: 24380.76, - Freight: 1670.38, - Discontinued: false, - Region: `North East`, - Address: `145 Wall Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 50093 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Home`, - ShipAddress: `174 Wall Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 70094, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1136, - CustomerName: `Ben Jefferson`, - CustomerFirstName: `Ben`, - CustomerLastName: `Jefferson`, - CustomerAddress: `174 Wall Street, Los Angeles, USA, 70094`, - Salesperson: `Max Madison`, - OrderID: 1495, - OrderDate: `1/19/2022`, - ProductID: 188, - ProductName: `Mac Book Pro`, - UnitPrice: 18310.54, - Quantity: 5, - ExtendedPrice: 91552.7, - Freight: 810.54, - Discontinued: false, - Region: `West`, - Address: `174 Wall Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 70094 - }), - new InvoicesDataItem( - { - ShipName: `Watson Market`, - ShipAddress: `146 Wall Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 90093, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1137, - CustomerName: `Martin Watson`, - CustomerFirstName: `Martin`, - CustomerLastName: `Watson`, - CustomerAddress: `146 Wall Street, Philadelphia, USA, 90093`, - Salesperson: `Mike Smith`, - OrderID: 1649, - OrderDate: `1/4/2022`, - ProductID: 171, - ProductName: `Mac Book Air`, - UnitPrice: 6400.45, - Quantity: 3, - ExtendedPrice: 19201.35, - Freight: 220.45, - Discontinued: false, - Region: `West`, - Address: `146 Wall Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 90093 - }), - new InvoicesDataItem( - { - ShipName: `Smith Estate`, - ShipAddress: `181 Main Street`, - ShipCity: `Miami`, - ShipPostalCode: 80117, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1138, - CustomerName: `Martin Smith`, - CustomerFirstName: `Martin`, - CustomerLastName: `Smith`, - CustomerAddress: `181 Main Street, Miami, USA, 80117`, - Salesperson: `Mike Black`, - OrderID: 1152, - OrderDate: `5/12/2022`, - ProductID: 172, - ProductName: `Mac Book Pro`, - UnitPrice: 26760.58, - Quantity: 5, - ExtendedPrice: 133802.9, - Freight: 1480.58, - Discontinued: false, - Region: `West`, - Address: `181 Main Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 80117 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Market`, - ShipAddress: `183 Wall Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 70191, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1139, - CustomerName: `Mike Jefferson`, - CustomerFirstName: `Mike`, - CustomerLastName: `Jefferson`, - CustomerAddress: `183 Wall Street, Philadelphia, USA, 70191`, - Salesperson: `Nancy Jefferson`, - OrderID: 1471, - OrderDate: `5/19/2022`, - ProductID: 119, - ProductName: `Mac Book Pro`, - UnitPrice: 22030.88, - Quantity: 5, - ExtendedPrice: 110154.4, - Freight: 990.88, - Discontinued: true, - Region: `West`, - Address: `183 Wall Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 70191 - }), - new InvoicesDataItem( - { - ShipName: `Madison Estate`, - ShipAddress: `100 Wall Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 80082, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1140, - CustomerName: `Pamela Madison`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Madison`, - CustomerAddress: `100 Wall Street, Philadelphia, USA, 80082`, - Salesperson: `Max Madison`, - OrderID: 1793, - OrderDate: `3/16/2022`, - ProductID: 158, - ProductName: `Mac Book Pro`, - UnitPrice: 20230.42, - Quantity: 3, - ExtendedPrice: 60691.26, - Freight: 1990.42, - Discontinued: false, - Region: `West`, - Address: `100 Wall Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 80082 - }), - new InvoicesDataItem( - { - ShipName: `Black Market`, - ShipAddress: `173 Market Street`, - ShipCity: `New York`, - ShipPostalCode: 90155, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1141, - CustomerName: `Pamela Black`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Black`, - CustomerAddress: `173 Market Street, New York, USA, 90155`, - Salesperson: `Pamela Black`, - OrderID: 1928, - OrderDate: `8/24/2022`, - ProductID: 114, - ProductName: `Mac Book Air`, - UnitPrice: 24460.68, - Quantity: 2, - ExtendedPrice: 48921.36, - Freight: 1840.68, - Discontinued: false, - Region: `West`, - Address: `173 Market Street`, - City: `New York`, - Country: `USA`, - PostalCode: 90155 - }), - new InvoicesDataItem( - { - ShipName: `Smith Townhouse`, - ShipAddress: `171 Market Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 60087, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1142, - CustomerName: `James Smith`, - CustomerFirstName: `James`, - CustomerLastName: `Smith`, - CustomerAddress: `171 Market Street, Philadelphia, USA, 60087`, - Salesperson: `Pamela Madison`, - OrderID: 1027, - OrderDate: `1/25/2022`, - ProductID: 145, - ProductName: `Samsung Note`, - UnitPrice: 6010.73, - Quantity: 3, - ExtendedPrice: 18032.19, - Freight: 1860.73, - Discontinued: false, - Region: `West`, - Address: `171 Market Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 60087 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Townhouse`, - ShipAddress: `175 Wall Street`, - ShipCity: `Huston`, - ShipPostalCode: 60122, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1143, - CustomerName: `Mike Jackson`, - CustomerFirstName: `Mike`, - CustomerLastName: `Jackson`, - CustomerAddress: `175 Wall Street, Huston, USA, 60122`, - Salesperson: `Pamela Jackson`, - OrderID: 1700, - OrderDate: `12/10/2022`, - ProductID: 150, - ProductName: `Mac Book Pro`, - UnitPrice: 22030.36, - Quantity: 2, - ExtendedPrice: 44060.72, - Freight: 940.36, - Discontinued: false, - Region: `West`, - Address: `175 Wall Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 60122 - }), - new InvoicesDataItem( - { - ShipName: `Smith Townhouse`, - ShipAddress: `174 Main Street`, - ShipCity: `Miami`, - ShipPostalCode: 90071, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1144, - CustomerName: `Max Smith`, - CustomerFirstName: `Max`, - CustomerLastName: `Smith`, - CustomerAddress: `174 Main Street, Miami, USA, 90071`, - Salesperson: `Mike Jackson`, - OrderID: 1769, - OrderDate: `2/20/2022`, - ProductID: 183, - ProductName: `Mac Book Air`, - UnitPrice: 25890.72, - Quantity: 3, - ExtendedPrice: 77672.16, - Freight: 1540.72, - Discontinued: false, - Region: `West`, - Address: `174 Main Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 90071 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Estate`, - ShipAddress: `100 Market Street`, - ShipCity: `Huston`, - ShipPostalCode: 90059, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1145, - CustomerName: `Martin Jefferson`, - CustomerFirstName: `Martin`, - CustomerLastName: `Jefferson`, - CustomerAddress: `100 Market Street, Huston, USA, 90059`, - Salesperson: `Max Jefferson`, - OrderID: 1835, - OrderDate: `5/15/2022`, - ProductID: 142, - ProductName: `Samsung Note`, - UnitPrice: 28310.48, - Quantity: 3, - ExtendedPrice: 84931.44, - Freight: 2000.48, - Discontinued: false, - Region: `West`, - Address: `100 Market Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 90059 - }), - new InvoicesDataItem( - { - ShipName: `Madison Townhouse`, - ShipAddress: `120 Market Street`, - ShipCity: `Miami`, - ShipPostalCode: 90120, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1146, - CustomerName: `Ben Madison`, - CustomerFirstName: `Ben`, - CustomerLastName: `Madison`, - CustomerAddress: `120 Market Street, Miami, USA, 90120`, - Salesperson: `Max Jefferson`, - OrderID: 1787, - OrderDate: `5/16/2022`, - ProductID: 104, - ProductName: `IPad`, - UnitPrice: 8410.44, - Quantity: 2, - ExtendedPrice: 16820.88, - Freight: 1620.44, - Discontinued: false, - Region: `West`, - Address: `120 Market Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 90120 - }), - new InvoicesDataItem( - { - ShipName: `Watson Estate`, - ShipAddress: `163 Wall Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 80132, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1147, - CustomerName: `Pamela Watson`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Watson`, - CustomerAddress: `163 Wall Street, Los Angeles, USA, 80132`, - Salesperson: `Pamela Watson`, - OrderID: 1026, - OrderDate: `7/10/2022`, - ProductID: 130, - ProductName: `Samsung Note`, - UnitPrice: 13650.42, - Quantity: 3, - ExtendedPrice: 40951.26, - Freight: 750.42, - Discontinued: false, - Region: `West`, - Address: `163 Wall Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 80132 - }), - new InvoicesDataItem( - { - ShipName: `Black Home`, - ShipAddress: `169 Wall Street`, - ShipCity: `Huston`, - ShipPostalCode: 90138, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1148, - CustomerName: `Ben Black`, - CustomerFirstName: `Ben`, - CustomerLastName: `Black`, - CustomerAddress: `169 Wall Street, Huston, USA, 90138`, - Salesperson: `Anna Smith`, - OrderID: 1805, - OrderDate: `1/6/2022`, - ProductID: 126, - ProductName: `Samsung Note`, - UnitPrice: 29130.32, - Quantity: 4, - ExtendedPrice: 116521.28, - Freight: 800.32, - Discontinued: false, - Region: `West`, - Address: `169 Wall Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 90138 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Townhouse`, - ShipAddress: `167 Market Street`, - ShipCity: `Miami`, - ShipPostalCode: 60152, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1149, - CustomerName: `Max Jefferson`, - CustomerFirstName: `Max`, - CustomerLastName: `Jefferson`, - CustomerAddress: `167 Market Street, Miami, USA, 60152`, - Salesperson: `Ben Jackson`, - OrderID: 1292, - OrderDate: `10/3/2022`, - ProductID: 178, - ProductName: `IPhone`, - UnitPrice: 9150.64, - Quantity: 5, - ExtendedPrice: 45753.2, - Freight: 1530.64, - Discontinued: true, - Region: `North East`, - Address: `167 Market Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 60152 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Home`, - ShipAddress: `194 Wall Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 80133, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1150, - CustomerName: `Nancy Jackson`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Jackson`, - CustomerAddress: `194 Wall Street, Philadelphia, USA, 80133`, - Salesperson: `Martin Watson`, - OrderID: 1240, - OrderDate: `10/14/2022`, - ProductID: 128, - ProductName: `IPhone`, - UnitPrice: 22900.38, - Quantity: 5, - ExtendedPrice: 114501.9, - Freight: 1500.38, - Discontinued: false, - Region: `North East`, - Address: `194 Wall Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 80133 - }), - new InvoicesDataItem( - { - ShipName: `Smith Home`, - ShipAddress: `168 Wall Street`, - ShipCity: `New York`, - ShipPostalCode: 60104, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1151, - CustomerName: `James Smith`, - CustomerFirstName: `James`, - CustomerLastName: `Smith`, - CustomerAddress: `168 Wall Street, New York, USA, 60104`, - Salesperson: `Martin Madison`, - OrderID: 1307, - OrderDate: `5/19/2022`, - ProductID: 109, - ProductName: `Samsung Note`, - UnitPrice: 18330.33, - Quantity: 5, - ExtendedPrice: 91651.65, - Freight: 1960.33, - Discontinued: false, - Region: `North East`, - Address: `168 Wall Street`, - City: `New York`, - Country: `USA`, - PostalCode: 60104 - }), - new InvoicesDataItem( - { - ShipName: `Madison Market`, - ShipAddress: `122 Market Street`, - ShipCity: `New York`, - ShipPostalCode: 60149, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1152, - CustomerName: `Nancy Madison`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Madison`, - CustomerAddress: `122 Market Street, New York, USA, 60149`, - Salesperson: `Mike Madison`, - OrderID: 1360, - OrderDate: `11/2/2022`, - ProductID: 141, - ProductName: `Mac Book Pro`, - UnitPrice: 8620.6, - Quantity: 2, - ExtendedPrice: 17241.2, - Freight: 950.6, - Discontinued: false, - Region: `South East`, - Address: `122 Market Street`, - City: `New York`, - Country: `USA`, - PostalCode: 60149 - }), - new InvoicesDataItem( - { - ShipName: `Black Home`, - ShipAddress: `147 Main Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 80098, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Speedy Express`, - CustomerID: 1153, - CustomerName: `Pamela Black`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Black`, - CustomerAddress: `147 Main Street, Philadelphia, USA, 80098`, - Salesperson: `James Black`, - OrderID: 1445, - OrderDate: `11/2/2022`, - ProductID: 151, - ProductName: `Samsung Note`, - UnitPrice: 27180.5, - Quantity: 2, - ExtendedPrice: 54361, - Freight: 790.5, - Discontinued: false, - Region: `South East`, - Address: `147 Main Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 80098 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Estate`, - ShipAddress: `113 Wall Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 90111, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1154, - CustomerName: `Martin Jackson`, - CustomerFirstName: `Martin`, - CustomerLastName: `Jackson`, - CustomerAddress: `113 Wall Street, Los Angeles, USA, 90111`, - Salesperson: `Anna Jackson`, - OrderID: 1014, - OrderDate: `1/24/2022`, - ProductID: 185, - ProductName: `Mac Book Air`, - UnitPrice: 14760.63, - Quantity: 2, - ExtendedPrice: 29521.26, - Freight: 1520.63, - Discontinued: false, - Region: `West`, - Address: `113 Wall Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 90111 - }), - new InvoicesDataItem( - { - ShipName: `Smith Estate`, - ShipAddress: `154 Wall Street`, - ShipCity: `Huston`, - ShipPostalCode: 60050, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1155, - CustomerName: `Nancy Smith`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Smith`, - CustomerAddress: `154 Wall Street, Huston, USA, 60050`, - Salesperson: `Nancy Smith`, - OrderID: 1845, - OrderDate: `4/8/2022`, - ProductID: 105, - ProductName: `IPad`, - UnitPrice: 22600.77, - Quantity: 4, - ExtendedPrice: 90403.08, - Freight: 670.77, - Discontinued: false, - Region: `North East`, - Address: `154 Wall Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 60050 - }), - new InvoicesDataItem( - { - ShipName: `Black Townhouse`, - ShipAddress: `188 Main Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 80121, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1156, - CustomerName: `James Black`, - CustomerFirstName: `James`, - CustomerLastName: `Black`, - CustomerAddress: `188 Main Street, Philadelphia, USA, 80121`, - Salesperson: `Martin Jefferson`, - OrderID: 1587, - OrderDate: `5/13/2022`, - ProductID: 174, - ProductName: `Samsung Note`, - UnitPrice: 17020.74, - Quantity: 2, - ExtendedPrice: 34041.48, - Freight: 1490.74, - Discontinued: false, - Region: `West`, - Address: `188 Main Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 80121 - }), - new InvoicesDataItem( - { - ShipName: `Smith Home`, - ShipAddress: `181 Wall Street`, - ShipCity: `Huston`, - ShipPostalCode: 90097, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1157, - CustomerName: `Anna Smith`, - CustomerFirstName: `Anna`, - CustomerLastName: `Smith`, - CustomerAddress: `181 Wall Street, Huston, USA, 90097`, - Salesperson: `Anna Madison`, - OrderID: 1706, - OrderDate: `5/22/2022`, - ProductID: 112, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 21780.43, - Quantity: 3, - ExtendedPrice: 65341.29, - Freight: 1650.43, - Discontinued: false, - Region: `North East`, - Address: `181 Wall Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 90097 - }), - new InvoicesDataItem( - { - ShipName: `Smith Estate`, - ShipAddress: `171 Wall Street`, - ShipCity: `Miami`, - ShipPostalCode: 50118, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1158, - CustomerName: `James Smith`, - CustomerFirstName: `James`, - CustomerLastName: `Smith`, - CustomerAddress: `171 Wall Street, Miami, USA, 50118`, - Salesperson: `Max Smith`, - OrderID: 1335, - OrderDate: `6/16/2022`, - ProductID: 116, - ProductName: `IPad`, - UnitPrice: 7560.43, - Quantity: 3, - ExtendedPrice: 22681.29, - Freight: 1140.43, - Discontinued: false, - Region: `West`, - Address: `171 Wall Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 50118 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Estate`, - ShipAddress: `193 Market Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 70176, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1159, - CustomerName: `Ben Jackson`, - CustomerFirstName: `Ben`, - CustomerLastName: `Jackson`, - CustomerAddress: `193 Market Street, Philadelphia, USA, 70176`, - Salesperson: `Martin Black`, - OrderID: 1003, - OrderDate: `9/11/2022`, - ProductID: 170, - ProductName: `IPhone`, - UnitPrice: 15510.7, - Quantity: 5, - ExtendedPrice: 77553.5, - Freight: 200.7, - Discontinued: true, - Region: `West`, - Address: `193 Market Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 70176 - }), - new InvoicesDataItem( - { - ShipName: `Madison Home`, - ShipAddress: `125 Market Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 80142, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1160, - CustomerName: `Ben Madison`, - CustomerFirstName: `Ben`, - CustomerLastName: `Madison`, - CustomerAddress: `125 Market Street, Philadelphia, USA, 80142`, - Salesperson: `Martin Madison`, - OrderID: 1723, - OrderDate: `3/14/2022`, - ProductID: 179, - ProductName: `IPhone`, - UnitPrice: 14760.6, - Quantity: 3, - ExtendedPrice: 44281.8, - Freight: 1650.6, - Discontinued: false, - Region: `West`, - Address: `125 Market Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 80142 - }), - new InvoicesDataItem( - { - ShipName: `Smith Estate`, - ShipAddress: `128 Main Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 70111, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Speedy Express`, - CustomerID: 1161, - CustomerName: `Anna Smith`, - CustomerFirstName: `Anna`, - CustomerLastName: `Smith`, - CustomerAddress: `128 Main Street, Philadelphia, USA, 70111`, - Salesperson: `Max Jackson`, - OrderID: 1810, - OrderDate: `1/18/2022`, - ProductID: 117, - ProductName: `IPad`, - UnitPrice: 19620.55, - Quantity: 5, - ExtendedPrice: 98102.75, - Freight: 1030.55, - Discontinued: false, - Region: `South East`, - Address: `128 Main Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 70111 - }), - new InvoicesDataItem( - { - ShipName: `Madison Estate`, - ShipAddress: `131 Wall Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 90058, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1162, - CustomerName: `Max Madison`, - CustomerFirstName: `Max`, - CustomerLastName: `Madison`, - CustomerAddress: `131 Wall Street, Philadelphia, USA, 90058`, - Salesperson: `Pamela Madison`, - OrderID: 1224, - OrderDate: `2/2/2022`, - ProductID: 108, - ProductName: `Mac Book Air`, - UnitPrice: 9130.21, - Quantity: 2, - ExtendedPrice: 18260.42, - Freight: 1110.21, - Discontinued: false, - Region: `West`, - Address: `131 Wall Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 90058 - }), - new InvoicesDataItem( - { - ShipName: `Watson Market`, - ShipAddress: `145 Main Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 50176, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Speedy Express`, - CustomerID: 1163, - CustomerName: `James Watson`, - CustomerFirstName: `James`, - CustomerLastName: `Watson`, - CustomerAddress: `145 Main Street, Philadelphia, USA, 50176`, - Salesperson: `Mike Smith`, - OrderID: 1265, - OrderDate: `4/22/2022`, - ProductID: 147, - ProductName: `IPhone`, - UnitPrice: 15210.29, - Quantity: 2, - ExtendedPrice: 30420.58, - Freight: 1470.29, - Discontinued: false, - Region: `South East`, - Address: `145 Main Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 50176 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Estate`, - ShipAddress: `123 Main Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 90058, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1164, - CustomerName: `Ben Jefferson`, - CustomerFirstName: `Ben`, - CustomerLastName: `Jefferson`, - CustomerAddress: `123 Main Street, Philadelphia, USA, 90058`, - Salesperson: `Martin Watson`, - OrderID: 1428, - OrderDate: `9/14/2022`, - ProductID: 195, - ProductName: `Samsung Note`, - UnitPrice: 6440.36, - Quantity: 4, - ExtendedPrice: 25761.44, - Freight: 350.36, - Discontinued: false, - Region: `West`, - Address: `123 Main Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 90058 - }), - new InvoicesDataItem( - { - ShipName: `Watson Townhouse`, - ShipAddress: `148 Wall Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 60161, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1165, - CustomerName: `Ben Watson`, - CustomerFirstName: `Ben`, - CustomerLastName: `Watson`, - CustomerAddress: `148 Wall Street, Los Angeles, USA, 60161`, - Salesperson: `Nancy Black`, - OrderID: 1367, - OrderDate: `9/1/2022`, - ProductID: 196, - ProductName: `Mac Book Pro`, - UnitPrice: 26990.25, - Quantity: 4, - ExtendedPrice: 107961, - Freight: 950.25, - Discontinued: false, - Region: `West`, - Address: `148 Wall Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 60161 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Home`, - ShipAddress: `151 Main Street`, - ShipCity: `New York`, - ShipPostalCode: 90156, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1166, - CustomerName: `James Jefferson`, - CustomerFirstName: `James`, - CustomerLastName: `Jefferson`, - CustomerAddress: `151 Main Street, New York, USA, 90156`, - Salesperson: `Ben Smith`, - OrderID: 1812, - OrderDate: `6/23/2022`, - ProductID: 182, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 6230.76, - Quantity: 5, - ExtendedPrice: 31153.8, - Freight: 920.76, - Discontinued: false, - Region: `West`, - Address: `151 Main Street`, - City: `New York`, - Country: `USA`, - PostalCode: 90156 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Townhouse`, - ShipAddress: `128 Main Street`, - ShipCity: `New York`, - ShipPostalCode: 90073, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1167, - CustomerName: `Pamela Jackson`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Jackson`, - CustomerAddress: `128 Main Street, New York, USA, 90073`, - Salesperson: `Nancy Madison`, - OrderID: 1121, - OrderDate: `3/25/2022`, - ProductID: 166, - ProductName: `Mac Book Air`, - UnitPrice: 8360.33, - Quantity: 3, - ExtendedPrice: 25080.99, - Freight: 1870.33, - Discontinued: false, - Region: `South East`, - Address: `128 Main Street`, - City: `New York`, - Country: `USA`, - PostalCode: 90073 - }), - new InvoicesDataItem( - { - ShipName: `Black Market`, - ShipAddress: `109 Wall Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 70139, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1168, - CustomerName: `Mike Black`, - CustomerFirstName: `Mike`, - CustomerLastName: `Black`, - CustomerAddress: `109 Wall Street, Philadelphia, USA, 70139`, - Salesperson: `James Jefferson`, - OrderID: 1086, - OrderDate: `11/22/2022`, - ProductID: 192, - ProductName: `IPhone`, - UnitPrice: 13050.45, - Quantity: 4, - ExtendedPrice: 52201.8, - Freight: 1850.45, - Discontinued: false, - Region: `North East`, - Address: `109 Wall Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 70139 - }), - new InvoicesDataItem( - { - ShipName: `Smith Home`, - ShipAddress: `196 Wall Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 60096, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Federal Shipping`, - CustomerID: 1169, - CustomerName: `Anna Smith`, - CustomerFirstName: `Anna`, - CustomerLastName: `Smith`, - CustomerAddress: `196 Wall Street, Los Angeles, USA, 60096`, - Salesperson: `Mike Watson`, - OrderID: 1859, - OrderDate: `8/11/2022`, - ProductID: 157, - ProductName: `IPhone`, - UnitPrice: 14950.2, - Quantity: 5, - ExtendedPrice: 74751, - Freight: 1140.2, - Discontinued: true, - Region: `South East`, - Address: `196 Wall Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 60096 - }), - new InvoicesDataItem( - { - ShipName: `Watson Townhouse`, - ShipAddress: `101 Market Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 90111, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Speedy Express`, - CustomerID: 1170, - CustomerName: `James Watson`, - CustomerFirstName: `James`, - CustomerLastName: `Watson`, - CustomerAddress: `101 Market Street, Philadelphia, USA, 90111`, - Salesperson: `Mike Madison`, - OrderID: 1952, - OrderDate: `7/19/2022`, - ProductID: 152, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 29810.56, - Quantity: 4, - ExtendedPrice: 119242.24, - Freight: 470.56, - Discontinued: false, - Region: `South East`, - Address: `101 Market Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 90111 - }), - new InvoicesDataItem( - { - ShipName: `Madison Estate`, - ShipAddress: `147 Main Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 90157, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1171, - CustomerName: `Max Madison`, - CustomerFirstName: `Max`, - CustomerLastName: `Madison`, - CustomerAddress: `147 Main Street, Los Angeles, USA, 90157`, - Salesperson: `Ben Black`, - OrderID: 1351, - OrderDate: `5/22/2022`, - ProductID: 180, - ProductName: `Samsung Note`, - UnitPrice: 13470.4, - Quantity: 5, - ExtendedPrice: 67352, - Freight: 1610.4, - Discontinued: false, - Region: `West`, - Address: `147 Main Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 90157 - }), - new InvoicesDataItem( - { - ShipName: `Smith Townhouse`, - ShipAddress: `195 Market Street`, - ShipCity: `Huston`, - ShipPostalCode: 80071, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Speedy Express`, - CustomerID: 1172, - CustomerName: `Anna Smith`, - CustomerFirstName: `Anna`, - CustomerLastName: `Smith`, - CustomerAddress: `195 Market Street, Huston, USA, 80071`, - Salesperson: `Pamela Jefferson`, - OrderID: 1371, - OrderDate: `12/9/2022`, - ProductID: 105, - ProductName: `Mac Book Pro`, - UnitPrice: 19040.72, - Quantity: 4, - ExtendedPrice: 76162.88, - Freight: 1480.72, - Discontinued: false, - Region: `South East`, - Address: `195 Market Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 80071 - }), - new InvoicesDataItem( - { - ShipName: `Black Townhouse`, - ShipAddress: `184 Market Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 90197, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1173, - CustomerName: `Martin Black`, - CustomerFirstName: `Martin`, - CustomerLastName: `Black`, - CustomerAddress: `184 Market Street, Los Angeles, USA, 90197`, - Salesperson: `Martin Watson`, - OrderID: 1537, - OrderDate: `4/3/2022`, - ProductID: 137, - ProductName: `IPhone`, - UnitPrice: 25370.79, - Quantity: 2, - ExtendedPrice: 50741.58, - Freight: 1980.79, - Discontinued: false, - Region: `North East`, - Address: `184 Market Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 90197 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Estate`, - ShipAddress: `102 Market Street`, - ShipCity: `Huston`, - ShipPostalCode: 70185, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1174, - CustomerName: `Ben Jackson`, - CustomerFirstName: `Ben`, - CustomerLastName: `Jackson`, - CustomerAddress: `102 Market Street, Huston, USA, 70185`, - Salesperson: `Ben Jackson`, - OrderID: 1378, - OrderDate: `7/6/2022`, - ProductID: 182, - ProductName: `Mac Book Pro`, - UnitPrice: 19620.84, - Quantity: 2, - ExtendedPrice: 39241.68, - Freight: 730.84, - Discontinued: false, - Region: `North East`, - Address: `102 Market Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 70185 - }), - new InvoicesDataItem( - { - ShipName: `Watson Market`, - ShipAddress: `192 Wall Street`, - ShipCity: `Huston`, - ShipPostalCode: 60144, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1175, - CustomerName: `Nancy Watson`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Watson`, - CustomerAddress: `192 Wall Street, Huston, USA, 60144`, - Salesperson: `Martin Jefferson`, - OrderID: 1350, - OrderDate: `10/23/2022`, - ProductID: 138, - ProductName: `IPad`, - UnitPrice: 26010.88, - Quantity: 2, - ExtendedPrice: 52021.76, - Freight: 260.88, - Discontinued: false, - Region: `North East`, - Address: `192 Wall Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 60144 - }), - new InvoicesDataItem( - { - ShipName: `Black Home`, - ShipAddress: `114 Main Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 70079, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Speedy Express`, - CustomerID: 1176, - CustomerName: `Ben Black`, - CustomerFirstName: `Ben`, - CustomerLastName: `Black`, - CustomerAddress: `114 Main Street, Philadelphia, USA, 70079`, - Salesperson: `Anna Watson`, - OrderID: 1889, - OrderDate: `8/21/2022`, - ProductID: 146, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 23970.6, - Quantity: 3, - ExtendedPrice: 71911.8, - Freight: 1870.6, - Discontinued: false, - Region: `North East`, - Address: `114 Main Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 70079 - }), - new InvoicesDataItem( - { - ShipName: `Madison Townhouse`, - ShipAddress: `199 Wall Street`, - ShipCity: `Miami`, - ShipPostalCode: 90182, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Federal Shipping`, - CustomerID: 1177, - CustomerName: `Nancy Madison`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Madison`, - CustomerAddress: `199 Wall Street, Miami, USA, 90182`, - Salesperson: `Anna Madison`, - OrderID: 1285, - OrderDate: `3/12/2022`, - ProductID: 146, - ProductName: `Samsung Note`, - UnitPrice: 13660.54, - Quantity: 2, - ExtendedPrice: 27321.08, - Freight: 1870.54, - Discontinued: false, - Region: `South East`, - Address: `199 Wall Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 90182 - }), - new InvoicesDataItem( - { - ShipName: `Madison Townhouse`, - ShipAddress: `141 Market Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 80097, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1178, - CustomerName: `Pamela Madison`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Madison`, - CustomerAddress: `141 Market Street, Philadelphia, USA, 80097`, - Salesperson: `Pamela Watson`, - OrderID: 1886, - OrderDate: `8/1/2022`, - ProductID: 107, - ProductName: `Mac Book Pro`, - UnitPrice: 11630.46, - Quantity: 4, - ExtendedPrice: 46521.84, - Freight: 1530.46, - Discontinued: false, - Region: `North East`, - Address: `141 Market Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 80097 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Market`, - ShipAddress: `168 Main Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 80162, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1179, - CustomerName: `Max Jefferson`, - CustomerFirstName: `Max`, - CustomerLastName: `Jefferson`, - CustomerAddress: `168 Main Street, Los Angeles, USA, 80162`, - Salesperson: `Mike Jackson`, - OrderID: 1009, - OrderDate: `4/7/2022`, - ProductID: 149, - ProductName: `IPad`, - UnitPrice: 16960.32, - Quantity: 3, - ExtendedPrice: 50880.96, - Freight: 1510.32, - Discontinued: true, - Region: `North East`, - Address: `168 Main Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 80162 - }), - new InvoicesDataItem( - { - ShipName: `Smith Home`, - ShipAddress: `100 Market Street`, - ShipCity: `Miami`, - ShipPostalCode: 80063, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Federal Shipping`, - CustomerID: 1180, - CustomerName: `Martin Smith`, - CustomerFirstName: `Martin`, - CustomerLastName: `Smith`, - CustomerAddress: `100 Market Street, Miami, USA, 80063`, - Salesperson: `Nancy Smith`, - OrderID: 1046, - OrderDate: `10/21/2022`, - ProductID: 123, - ProductName: `IPad`, - UnitPrice: 19360.67, - Quantity: 3, - ExtendedPrice: 58082.01, - Freight: 1510.67, - Discontinued: false, - Region: `South East`, - Address: `100 Market Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 80063 - }), - new InvoicesDataItem( - { - ShipName: `Madison Home`, - ShipAddress: `145 Market Street`, - ShipCity: `Huston`, - ShipPostalCode: 90152, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Speedy Express`, - CustomerID: 1181, - CustomerName: `Anna Madison`, - CustomerFirstName: `Anna`, - CustomerLastName: `Madison`, - CustomerAddress: `145 Market Street, Huston, USA, 90152`, - Salesperson: `Max Watson`, - OrderID: 1593, - OrderDate: `11/17/2022`, - ProductID: 169, - ProductName: `Samsung Note`, - UnitPrice: 28870.27, - Quantity: 5, - ExtendedPrice: 144351.35, - Freight: 1430.27, - Discontinued: false, - Region: `North East`, - Address: `145 Market Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 90152 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Estate`, - ShipAddress: `154 Main Street`, - ShipCity: `Miami`, - ShipPostalCode: 90080, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Federal Shipping`, - CustomerID: 1182, - CustomerName: `Ben Jackson`, - CustomerFirstName: `Ben`, - CustomerLastName: `Jackson`, - CustomerAddress: `154 Main Street, Miami, USA, 90080`, - Salesperson: `Nancy Jefferson`, - OrderID: 1234, - OrderDate: `3/21/2022`, - ProductID: 111, - ProductName: `IPad`, - UnitPrice: 16610.78, - Quantity: 2, - ExtendedPrice: 33221.56, - Freight: 1350.78, - Discontinued: false, - Region: `South East`, - Address: `154 Main Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 90080 - }), - new InvoicesDataItem( - { - ShipName: `Smith Market`, - ShipAddress: `166 Market Street`, - ShipCity: `Huston`, - ShipPostalCode: 70090, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1183, - CustomerName: `Anna Smith`, - CustomerFirstName: `Anna`, - CustomerLastName: `Smith`, - CustomerAddress: `166 Market Street, Huston, USA, 70090`, - Salesperson: `Ben Watson`, - OrderID: 1362, - OrderDate: `5/2/2022`, - ProductID: 122, - ProductName: `Mac Book Air`, - UnitPrice: 6870.64, - Quantity: 4, - ExtendedPrice: 27482.56, - Freight: 750.64, - Discontinued: false, - Region: `North East`, - Address: `166 Market Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 70090 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Estate`, - ShipAddress: `180 Market Street`, - ShipCity: `Miami`, - ShipPostalCode: 90169, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1184, - CustomerName: `Pamela Jefferson`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Jefferson`, - CustomerAddress: `180 Market Street, Miami, USA, 90169`, - Salesperson: `Pamela Black`, - OrderID: 1698, - OrderDate: `1/18/2022`, - ProductID: 129, - ProductName: `IPad`, - UnitPrice: 10960.71, - Quantity: 5, - ExtendedPrice: 54803.55, - Freight: 1530.71, - Discontinued: false, - Region: `West`, - Address: `180 Market Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 90169 - }), - new InvoicesDataItem( - { - ShipName: `Madison Estate`, - ShipAddress: `169 Main Street`, - ShipCity: `Huston`, - ShipPostalCode: 50114, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1185, - CustomerName: `Nancy Madison`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Madison`, - CustomerAddress: `169 Main Street, Huston, USA, 50114`, - Salesperson: `Martin Smith`, - OrderID: 1458, - OrderDate: `6/15/2022`, - ProductID: 183, - ProductName: `IPhone`, - UnitPrice: 16380.23, - Quantity: 2, - ExtendedPrice: 32760.46, - Freight: 1990.23, - Discontinued: false, - Region: `West`, - Address: `169 Main Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 50114 - }), - new InvoicesDataItem( - { - ShipName: `Madison Estate`, - ShipAddress: `132 Market Street`, - ShipCity: `Miami`, - ShipPostalCode: 90064, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1186, - CustomerName: `Max Madison`, - CustomerFirstName: `Max`, - CustomerLastName: `Madison`, - CustomerAddress: `132 Market Street, Miami, USA, 90064`, - Salesperson: `Nancy Jackson`, - OrderID: 1563, - OrderDate: `6/17/2022`, - ProductID: 193, - ProductName: `Samsung Note`, - UnitPrice: 25940.61, - Quantity: 4, - ExtendedPrice: 103762.44, - Freight: 970.61, - Discontinued: false, - Region: `West`, - Address: `132 Market Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 90064 - }), - new InvoicesDataItem( - { - ShipName: `Madison Market`, - ShipAddress: `107 Wall Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 50110, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Speedy Express`, - CustomerID: 1187, - CustomerName: `Martin Madison`, - CustomerFirstName: `Martin`, - CustomerLastName: `Madison`, - CustomerAddress: `107 Wall Street, Los Angeles, USA, 50110`, - Salesperson: `Nancy Jefferson`, - OrderID: 1934, - OrderDate: `6/5/2022`, - ProductID: 110, - ProductName: `Samsung Note`, - UnitPrice: 5360.47, - Quantity: 3, - ExtendedPrice: 16081.41, - Freight: 1680.47, - Discontinued: false, - Region: `North East`, - Address: `107 Wall Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 50110 - }), - new InvoicesDataItem( - { - ShipName: `Black Townhouse`, - ShipAddress: `170 Wall Street`, - ShipCity: `New York`, - ShipPostalCode: 50149, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1188, - CustomerName: `Pamela Black`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Black`, - CustomerAddress: `170 Wall Street, New York, USA, 50149`, - Salesperson: `Mike Jefferson`, - OrderID: 1880, - OrderDate: `12/7/2022`, - ProductID: 137, - ProductName: `IPhone`, - UnitPrice: 19560.62, - Quantity: 4, - ExtendedPrice: 78242.48, - Freight: 680.62, - Discontinued: false, - Region: `West`, - Address: `170 Wall Street`, - City: `New York`, - Country: `USA`, - PostalCode: 50149 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Market`, - ShipAddress: `152 Wall Street`, - ShipCity: `New York`, - ShipPostalCode: 50085, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1189, - CustomerName: `Ben Jefferson`, - CustomerFirstName: `Ben`, - CustomerLastName: `Jefferson`, - CustomerAddress: `152 Wall Street, New York, USA, 50085`, - Salesperson: `Anna Jackson`, - OrderID: 1159, - OrderDate: `5/18/2022`, - ProductID: 167, - ProductName: `IPad`, - UnitPrice: 19270.25, - Quantity: 2, - ExtendedPrice: 38540.5, - Freight: 1050.25, - Discontinued: true, - Region: `North East`, - Address: `152 Wall Street`, - City: `New York`, - Country: `USA`, - PostalCode: 50085 - }), - new InvoicesDataItem( - { - ShipName: `Watson Market`, - ShipAddress: `186 Wall Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 60146, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1190, - CustomerName: `Mike Watson`, - CustomerFirstName: `Mike`, - CustomerLastName: `Watson`, - CustomerAddress: `186 Wall Street, Los Angeles, USA, 60146`, - Salesperson: `Nancy Madison`, - OrderID: 1960, - OrderDate: `3/2/2022`, - ProductID: 167, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 22090.53, - Quantity: 3, - ExtendedPrice: 66271.59, - Freight: 1790.53, - Discontinued: false, - Region: `West`, - Address: `186 Wall Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 60146 - }), - new InvoicesDataItem( - { - ShipName: `Madison Estate`, - ShipAddress: `194 Wall Street`, - ShipCity: `New York`, - ShipPostalCode: 50170, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1191, - CustomerName: `Nancy Madison`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Madison`, - CustomerAddress: `194 Wall Street, New York, USA, 50170`, - Salesperson: `Max Watson`, - OrderID: 1658, - OrderDate: `9/1/2022`, - ProductID: 156, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 27450.8, - Quantity: 4, - ExtendedPrice: 109803.2, - Freight: 270.8, - Discontinued: false, - Region: `West`, - Address: `194 Wall Street`, - City: `New York`, - Country: `USA`, - PostalCode: 50170 - }), - new InvoicesDataItem( - { - ShipName: `Smith Townhouse`, - ShipAddress: `172 Main Street`, - ShipCity: `New York`, - ShipPostalCode: 70191, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1192, - CustomerName: `Ben Smith`, - CustomerFirstName: `Ben`, - CustomerLastName: `Smith`, - CustomerAddress: `172 Main Street, New York, USA, 70191`, - Salesperson: `Pamela Madison`, - OrderID: 1225, - OrderDate: `3/22/2022`, - ProductID: 170, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 21150.84, - Quantity: 5, - ExtendedPrice: 105754.2, - Freight: 1230.84, - Discontinued: false, - Region: `West`, - Address: `172 Main Street`, - City: `New York`, - Country: `USA`, - PostalCode: 70191 - }), - new InvoicesDataItem( - { - ShipName: `Black Market`, - ShipAddress: `108 Market Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 70146, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Federal Shipping`, - CustomerID: 1193, - CustomerName: `Mike Black`, - CustomerFirstName: `Mike`, - CustomerLastName: `Black`, - CustomerAddress: `108 Market Street, Los Angeles, USA, 70146`, - Salesperson: `Pamela Black`, - OrderID: 1886, - OrderDate: `8/20/2022`, - ProductID: 126, - ProductName: `IPhone`, - UnitPrice: 6100.73, - Quantity: 2, - ExtendedPrice: 12201.46, - Freight: 1340.73, - Discontinued: false, - Region: `South East`, - Address: `108 Market Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 70146 - }), - new InvoicesDataItem( - { - ShipName: `Watson Market`, - ShipAddress: `109 Wall Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 90083, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1194, - CustomerName: `Max Watson`, - CustomerFirstName: `Max`, - CustomerLastName: `Watson`, - CustomerAddress: `109 Wall Street, Los Angeles, USA, 90083`, - Salesperson: `Max Smith`, - OrderID: 1191, - OrderDate: `5/9/2022`, - ProductID: 179, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 20190.35, - Quantity: 5, - ExtendedPrice: 100951.75, - Freight: 640.35, - Discontinued: false, - Region: `West`, - Address: `109 Wall Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 90083 - }), - new InvoicesDataItem( - { - ShipName: `Smith Market`, - ShipAddress: `121 Market Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 70102, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1195, - CustomerName: `Max Smith`, - CustomerFirstName: `Max`, - CustomerLastName: `Smith`, - CustomerAddress: `121 Market Street, Philadelphia, USA, 70102`, - Salesperson: `Ben Black`, - OrderID: 1051, - OrderDate: `5/21/2022`, - ProductID: 192, - ProductName: `Mac Book Pro`, - UnitPrice: 21730.32, - Quantity: 5, - ExtendedPrice: 108651.6, - Freight: 1030.32, - Discontinued: false, - Region: `North East`, - Address: `121 Market Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 70102 - }), - new InvoicesDataItem( - { - ShipName: `Watson Estate`, - ShipAddress: `104 Wall Street`, - ShipCity: `New York`, - ShipPostalCode: 90066, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Speedy Express`, - CustomerID: 1196, - CustomerName: `Max Watson`, - CustomerFirstName: `Max`, - CustomerLastName: `Watson`, - CustomerAddress: `104 Wall Street, New York, USA, 90066`, - Salesperson: `Ben Watson`, - OrderID: 1385, - OrderDate: `2/2/2022`, - ProductID: 182, - ProductName: `IPad`, - UnitPrice: 26120.45, - Quantity: 4, - ExtendedPrice: 104481.8, - Freight: 1930.45, - Discontinued: false, - Region: `North East`, - Address: `104 Wall Street`, - City: `New York`, - Country: `USA`, - PostalCode: 90066 - }), - new InvoicesDataItem( - { - ShipName: `Madison Townhouse`, - ShipAddress: `126 Market Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 60091, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1197, - CustomerName: `Ben Madison`, - CustomerFirstName: `Ben`, - CustomerLastName: `Madison`, - CustomerAddress: `126 Market Street, Philadelphia, USA, 60091`, - Salesperson: `Anna Madison`, - OrderID: 1675, - OrderDate: `6/22/2022`, - ProductID: 174, - ProductName: `IPad`, - UnitPrice: 13240.35, - Quantity: 4, - ExtendedPrice: 52961.4, - Freight: 890.35, - Discontinued: false, - Region: `South East`, - Address: `126 Market Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 60091 - }), - new InvoicesDataItem( - { - ShipName: `Watson Home`, - ShipAddress: `139 Main Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 70063, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1198, - CustomerName: `Ben Watson`, - CustomerFirstName: `Ben`, - CustomerLastName: `Watson`, - CustomerAddress: `139 Main Street, Los Angeles, USA, 70063`, - Salesperson: `Pamela Black`, - OrderID: 1997, - OrderDate: `11/17/2022`, - ProductID: 200, - ProductName: `IPhone`, - UnitPrice: 8400.83, - Quantity: 5, - ExtendedPrice: 42004.15, - Freight: 1340.83, - Discontinued: false, - Region: `West`, - Address: `139 Main Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 70063 - }), - new InvoicesDataItem( - { - ShipName: `Smith Home`, - ShipAddress: `133 Wall Street`, - ShipCity: `Miami`, - ShipPostalCode: 70071, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Federal Shipping`, - CustomerID: 1199, - CustomerName: `Mike Smith`, - CustomerFirstName: `Mike`, - CustomerLastName: `Smith`, - CustomerAddress: `133 Wall Street, Miami, USA, 70071`, - Salesperson: `James Watson`, - OrderID: 1641, - OrderDate: `11/12/2022`, - ProductID: 147, - ProductName: `Samsung Note`, - UnitPrice: 10150.31, - Quantity: 3, - ExtendedPrice: 30450.93, - Freight: 720.31, - Discontinued: true, - Region: `South East`, - Address: `133 Wall Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 70071 - }), - new InvoicesDataItem( - { - ShipName: `Black Market`, - ShipAddress: `166 Main Street`, - ShipCity: `Miami`, - ShipPostalCode: 60137, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1200, - CustomerName: `Max Black`, - CustomerFirstName: `Max`, - CustomerLastName: `Black`, - CustomerAddress: `166 Main Street, Miami, USA, 60137`, - Salesperson: `Ben Madison`, - OrderID: 1418, - OrderDate: `11/8/2022`, - ProductID: 135, - ProductName: `IPhone`, - UnitPrice: 9410.46, - Quantity: 2, - ExtendedPrice: 18820.92, - Freight: 970.46, - Discontinued: false, - Region: `West`, - Address: `166 Main Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 60137 - }), - new InvoicesDataItem( - { - ShipName: `Smith Townhouse`, - ShipAddress: `143 Main Street`, - ShipCity: `Miami`, - ShipPostalCode: 70069, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1201, - CustomerName: `James Smith`, - CustomerFirstName: `James`, - CustomerLastName: `Smith`, - CustomerAddress: `143 Main Street, Miami, USA, 70069`, - Salesperson: `Anna Watson`, - OrderID: 1545, - OrderDate: `6/24/2022`, - ProductID: 190, - ProductName: `Mac Book Pro`, - UnitPrice: 5030.78, - Quantity: 3, - ExtendedPrice: 15092.34, - Freight: 1630.78, - Discontinued: false, - Region: `North East`, - Address: `143 Main Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 70069 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Townhouse`, - ShipAddress: `106 Wall Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 50097, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1202, - CustomerName: `Max Jackson`, - CustomerFirstName: `Max`, - CustomerLastName: `Jackson`, - CustomerAddress: `106 Wall Street, Los Angeles, USA, 50097`, - Salesperson: `James Jackson`, - OrderID: 1493, - OrderDate: `7/24/2022`, - ProductID: 124, - ProductName: `Samsung Note`, - UnitPrice: 6390.72, - Quantity: 5, - ExtendedPrice: 31953.6, - Freight: 1960.72, - Discontinued: false, - Region: `North East`, - Address: `106 Wall Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 50097 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Townhouse`, - ShipAddress: `143 Market Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 50052, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1203, - CustomerName: `Pamela Jefferson`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Jefferson`, - CustomerAddress: `143 Market Street, Philadelphia, USA, 50052`, - Salesperson: `Mike Jefferson`, - OrderID: 1495, - OrderDate: `2/14/2022`, - ProductID: 179, - ProductName: `Mac Book Pro`, - UnitPrice: 16770.46, - Quantity: 5, - ExtendedPrice: 83852.3, - Freight: 420.46, - Discontinued: false, - Region: `North East`, - Address: `143 Market Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 50052 - }), - new InvoicesDataItem( - { - ShipName: `Smith Estate`, - ShipAddress: `174 Wall Street`, - ShipCity: `New York`, - ShipPostalCode: 60127, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1204, - CustomerName: `Nancy Smith`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Smith`, - CustomerAddress: `174 Wall Street, New York, USA, 60127`, - Salesperson: `Max Watson`, - OrderID: 1123, - OrderDate: `11/20/2022`, - ProductID: 186, - ProductName: `Mac Book Air`, - UnitPrice: 20930.48, - Quantity: 4, - ExtendedPrice: 83721.92, - Freight: 950.48, - Discontinued: false, - Region: `South East`, - Address: `174 Wall Street`, - City: `New York`, - Country: `USA`, - PostalCode: 60127 - }), - new InvoicesDataItem( - { - ShipName: `Madison Market`, - ShipAddress: `123 Wall Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 60111, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1205, - CustomerName: `Pamela Madison`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Madison`, - CustomerAddress: `123 Wall Street, Los Angeles, USA, 60111`, - Salesperson: `Pamela Jefferson`, - OrderID: 1342, - OrderDate: `12/8/2022`, - ProductID: 140, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 27010.34, - Quantity: 3, - ExtendedPrice: 81031.02, - Freight: 1470.34, - Discontinued: false, - Region: `West`, - Address: `123 Wall Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 60111 - }), - new InvoicesDataItem( - { - ShipName: `Smith Home`, - ShipAddress: `166 Market Street`, - ShipCity: `Miami`, - ShipPostalCode: 50102, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Speedy Express`, - CustomerID: 1206, - CustomerName: `James Smith`, - CustomerFirstName: `James`, - CustomerLastName: `Smith`, - CustomerAddress: `166 Market Street, Miami, USA, 50102`, - Salesperson: `Ben Madison`, - OrderID: 1017, - OrderDate: `10/2/2022`, - ProductID: 186, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 12810.79, - Quantity: 5, - ExtendedPrice: 64053.95, - Freight: 1990.79, - Discontinued: false, - Region: `North East`, - Address: `166 Market Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 50102 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Estate`, - ShipAddress: `193 Main Street`, - ShipCity: `Huston`, - ShipPostalCode: 80187, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1207, - CustomerName: `Max Jefferson`, - CustomerFirstName: `Max`, - CustomerLastName: `Jefferson`, - CustomerAddress: `193 Main Street, Huston, USA, 80187`, - Salesperson: `Mike Jefferson`, - OrderID: 1558, - OrderDate: `11/12/2022`, - ProductID: 194, - ProductName: `Mac Book Pro`, - UnitPrice: 26210.45, - Quantity: 2, - ExtendedPrice: 52420.9, - Freight: 1110.45, - Discontinued: false, - Region: `North East`, - Address: `193 Main Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 80187 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Market`, - ShipAddress: `137 Main Street`, - ShipCity: `Miami`, - ShipPostalCode: 80111, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1208, - CustomerName: `Ben Jefferson`, - CustomerFirstName: `Ben`, - CustomerLastName: `Jefferson`, - CustomerAddress: `137 Main Street, Miami, USA, 80111`, - Salesperson: `Mike Watson`, - OrderID: 1466, - OrderDate: `11/18/2022`, - ProductID: 189, - ProductName: `Mac Book Air`, - UnitPrice: 6190.57, - Quantity: 3, - ExtendedPrice: 18571.71, - Freight: 1810.57, - Discontinued: false, - Region: `West`, - Address: `137 Main Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 80111 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Townhouse`, - ShipAddress: `122 Main Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 80088, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1209, - CustomerName: `Ben Jefferson`, - CustomerFirstName: `Ben`, - CustomerLastName: `Jefferson`, - CustomerAddress: `122 Main Street, Philadelphia, USA, 80088`, - Salesperson: `Ben Jefferson`, - OrderID: 1539, - OrderDate: `11/13/2022`, - ProductID: 131, - ProductName: `IPhone`, - UnitPrice: 21280.22, - Quantity: 4, - ExtendedPrice: 85120.88, - Freight: 760.22, - Discontinued: true, - Region: `North East`, - Address: `122 Main Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 80088 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Home`, - ShipAddress: `115 Main Street`, - ShipCity: `New York`, - ShipPostalCode: 80079, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1210, - CustomerName: `Anna Jefferson`, - CustomerFirstName: `Anna`, - CustomerLastName: `Jefferson`, - CustomerAddress: `115 Main Street, New York, USA, 80079`, - Salesperson: `Max Jefferson`, - OrderID: 1411, - OrderDate: `11/22/2022`, - ProductID: 135, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 13700.71, - Quantity: 3, - ExtendedPrice: 41102.13, - Freight: 1730.71, - Discontinued: false, - Region: `South East`, - Address: `115 Main Street`, - City: `New York`, - Country: `USA`, - PostalCode: 80079 - }), - new InvoicesDataItem( - { - ShipName: `Smith Market`, - ShipAddress: `114 Main Street`, - ShipCity: `New York`, - ShipPostalCode: 50137, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1211, - CustomerName: `Mike Smith`, - CustomerFirstName: `Mike`, - CustomerLastName: `Smith`, - CustomerAddress: `114 Main Street, New York, USA, 50137`, - Salesperson: `Nancy Smith`, - OrderID: 1890, - OrderDate: `8/5/2022`, - ProductID: 169, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 11320.48, - Quantity: 3, - ExtendedPrice: 33961.44, - Freight: 930.48, - Discontinued: false, - Region: `West`, - Address: `114 Main Street`, - City: `New York`, - Country: `USA`, - PostalCode: 50137 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Market`, - ShipAddress: `130 Wall Street`, - ShipCity: `Miami`, - ShipPostalCode: 90082, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1212, - CustomerName: `Martin Jefferson`, - CustomerFirstName: `Martin`, - CustomerLastName: `Jefferson`, - CustomerAddress: `130 Wall Street, Miami, USA, 90082`, - Salesperson: `Nancy Madison`, - OrderID: 1783, - OrderDate: `9/1/2022`, - ProductID: 109, - ProductName: `IPhone`, - UnitPrice: 24340.75, - Quantity: 5, - ExtendedPrice: 121703.75, - Freight: 490.75, - Discontinued: false, - Region: `North East`, - Address: `130 Wall Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 90082 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Estate`, - ShipAddress: `140 Main Street`, - ShipCity: `New York`, - ShipPostalCode: 80095, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Federal Shipping`, - CustomerID: 1213, - CustomerName: `James Jefferson`, - CustomerFirstName: `James`, - CustomerLastName: `Jefferson`, - CustomerAddress: `140 Main Street, New York, USA, 80095`, - Salesperson: `Pamela Watson`, - OrderID: 1101, - OrderDate: `5/25/2022`, - ProductID: 101, - ProductName: `Mac Book Air`, - UnitPrice: 29980.24, - Quantity: 4, - ExtendedPrice: 119920.96, - Freight: 1190.24, - Discontinued: false, - Region: `South East`, - Address: `140 Main Street`, - City: `New York`, - Country: `USA`, - PostalCode: 80095 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Market`, - ShipAddress: `165 Main Street`, - ShipCity: `Huston`, - ShipPostalCode: 90200, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Federal Shipping`, - CustomerID: 1214, - CustomerName: `Ben Jefferson`, - CustomerFirstName: `Ben`, - CustomerLastName: `Jefferson`, - CustomerAddress: `165 Main Street, Huston, USA, 90200`, - Salesperson: `Max Watson`, - OrderID: 1932, - OrderDate: `2/10/2022`, - ProductID: 159, - ProductName: `Mac Book Air`, - UnitPrice: 23460.59, - Quantity: 4, - ExtendedPrice: 93842.36, - Freight: 710.59, - Discontinued: false, - Region: `South East`, - Address: `165 Main Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 90200 - }), - new InvoicesDataItem( - { - ShipName: `Watson Market`, - ShipAddress: `154 Market Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 70200, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1215, - CustomerName: `Max Watson`, - CustomerFirstName: `Max`, - CustomerLastName: `Watson`, - CustomerAddress: `154 Market Street, Los Angeles, USA, 70200`, - Salesperson: `Mike Black`, - OrderID: 1514, - OrderDate: `10/8/2022`, - ProductID: 148, - ProductName: `Samsung Note`, - UnitPrice: 29540.27, - Quantity: 4, - ExtendedPrice: 118161.08, - Freight: 1960.27, - Discontinued: false, - Region: `North East`, - Address: `154 Market Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 70200 - }), - new InvoicesDataItem( - { - ShipName: `Watson Home`, - ShipAddress: `113 Market Street`, - ShipCity: `New York`, - ShipPostalCode: 50127, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Speedy Express`, - CustomerID: 1216, - CustomerName: `Max Watson`, - CustomerFirstName: `Max`, - CustomerLastName: `Watson`, - CustomerAddress: `113 Market Street, New York, USA, 50127`, - Salesperson: `James Jefferson`, - OrderID: 1736, - OrderDate: `10/21/2022`, - ProductID: 188, - ProductName: `IPad`, - UnitPrice: 15350.27, - Quantity: 4, - ExtendedPrice: 61401.08, - Freight: 540.27, - Discontinued: false, - Region: `South East`, - Address: `113 Market Street`, - City: `New York`, - Country: `USA`, - PostalCode: 50127 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Market`, - ShipAddress: `153 Main Street`, - ShipCity: `Huston`, - ShipPostalCode: 80064, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1217, - CustomerName: `James Jackson`, - CustomerFirstName: `James`, - CustomerLastName: `Jackson`, - CustomerAddress: `153 Main Street, Huston, USA, 80064`, - Salesperson: `Mike Jackson`, - OrderID: 1978, - OrderDate: `12/25/2022`, - ProductID: 125, - ProductName: `IPad`, - UnitPrice: 15880.31, - Quantity: 3, - ExtendedPrice: 47640.93, - Freight: 800.31, - Discontinued: false, - Region: `North East`, - Address: `153 Main Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 80064 - }), - new InvoicesDataItem( - { - ShipName: `Smith Estate`, - ShipAddress: `107 Main Street`, - ShipCity: `Miami`, - ShipPostalCode: 50196, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1218, - CustomerName: `Mike Smith`, - CustomerFirstName: `Mike`, - CustomerLastName: `Smith`, - CustomerAddress: `107 Main Street, Miami, USA, 50196`, - Salesperson: `Martin Jackson`, - OrderID: 1324, - OrderDate: `7/18/2022`, - ProductID: 188, - ProductName: `Mac Book Air`, - UnitPrice: 26990.38, - Quantity: 4, - ExtendedPrice: 107961.52, - Freight: 610.38, - Discontinued: false, - Region: `South East`, - Address: `107 Main Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 50196 - }), - new InvoicesDataItem( - { - ShipName: `Smith Estate`, - ShipAddress: `140 Wall Street`, - ShipCity: `Miami`, - ShipPostalCode: 70154, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1219, - CustomerName: `James Smith`, - CustomerFirstName: `James`, - CustomerLastName: `Smith`, - CustomerAddress: `140 Wall Street, Miami, USA, 70154`, - Salesperson: `Nancy Madison`, - OrderID: 1307, - OrderDate: `4/19/2022`, - ProductID: 114, - ProductName: `IPhone`, - UnitPrice: 18300.65, - Quantity: 4, - ExtendedPrice: 73202.6, - Freight: 800.65, - Discontinued: true, - Region: `West`, - Address: `140 Wall Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 70154 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Townhouse`, - ShipAddress: `158 Market Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 50154, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1220, - CustomerName: `Mike Jackson`, - CustomerFirstName: `Mike`, - CustomerLastName: `Jackson`, - CustomerAddress: `158 Market Street, Los Angeles, USA, 50154`, - Salesperson: `James Black`, - OrderID: 1808, - OrderDate: `3/18/2022`, - ProductID: 172, - ProductName: `Mac Book Air`, - UnitPrice: 27460.67, - Quantity: 3, - ExtendedPrice: 82382.01, - Freight: 1220.67, - Discontinued: false, - Region: `North East`, - Address: `158 Market Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 50154 - }), - new InvoicesDataItem( - { - ShipName: `Smith Home`, - ShipAddress: `116 Main Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 90170, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1221, - CustomerName: `Pamela Smith`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Smith`, - CustomerAddress: `116 Main Street, Los Angeles, USA, 90170`, - Salesperson: `James Jefferson`, - OrderID: 1481, - OrderDate: `5/22/2022`, - ProductID: 177, - ProductName: `IPhone`, - UnitPrice: 23770.26, - Quantity: 2, - ExtendedPrice: 47540.52, - Freight: 480.26, - Discontinued: false, - Region: `North East`, - Address: `116 Main Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 90170 - }), - new InvoicesDataItem( - { - ShipName: `Madison Townhouse`, - ShipAddress: `124 Wall Street`, - ShipCity: `Huston`, - ShipPostalCode: 50137, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1222, - CustomerName: `Max Madison`, - CustomerFirstName: `Max`, - CustomerLastName: `Madison`, - CustomerAddress: `124 Wall Street, Huston, USA, 50137`, - Salesperson: `Martin Watson`, - OrderID: 1874, - OrderDate: `10/1/2022`, - ProductID: 102, - ProductName: `Mac Book Air`, - UnitPrice: 12080.68, - Quantity: 5, - ExtendedPrice: 60403.4, - Freight: 400.68, - Discontinued: false, - Region: `North East`, - Address: `124 Wall Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 50137 - }), - new InvoicesDataItem( - { - ShipName: `Smith Market`, - ShipAddress: `197 Main Street`, - ShipCity: `New York`, - ShipPostalCode: 60174, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Speedy Express`, - CustomerID: 1223, - CustomerName: `Nancy Smith`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Smith`, - CustomerAddress: `197 Main Street, New York, USA, 60174`, - Salesperson: `Nancy Jefferson`, - OrderID: 1377, - OrderDate: `10/24/2022`, - ProductID: 123, - ProductName: `Mac Book Air`, - UnitPrice: 10520.88, - Quantity: 4, - ExtendedPrice: 42083.52, - Freight: 800.88, - Discontinued: false, - Region: `South East`, - Address: `197 Main Street`, - City: `New York`, - Country: `USA`, - PostalCode: 60174 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Estate`, - ShipAddress: `192 Wall Street`, - ShipCity: `Miami`, - ShipPostalCode: 80134, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1224, - CustomerName: `Mike Jefferson`, - CustomerFirstName: `Mike`, - CustomerLastName: `Jefferson`, - CustomerAddress: `192 Wall Street, Miami, USA, 80134`, - Salesperson: `James Madison`, - OrderID: 1691, - OrderDate: `6/13/2022`, - ProductID: 123, - ProductName: `IPhone`, - UnitPrice: 11090.82, - Quantity: 2, - ExtendedPrice: 22181.64, - Freight: 910.82, - Discontinued: false, - Region: `South East`, - Address: `192 Wall Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 80134 - }), - new InvoicesDataItem( - { - ShipName: `Black Estate`, - ShipAddress: `111 Market Street`, - ShipCity: `Huston`, - ShipPostalCode: 80054, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1225, - CustomerName: `Anna Black`, - CustomerFirstName: `Anna`, - CustomerLastName: `Black`, - CustomerAddress: `111 Market Street, Huston, USA, 80054`, - Salesperson: `Martin Jackson`, - OrderID: 1242, - OrderDate: `4/6/2022`, - ProductID: 180, - ProductName: `IPhone`, - UnitPrice: 8180.25, - Quantity: 5, - ExtendedPrice: 40901.25, - Freight: 510.25, - Discontinued: false, - Region: `North East`, - Address: `111 Market Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 80054 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Estate`, - ShipAddress: `106 Market Street`, - ShipCity: `New York`, - ShipPostalCode: 60139, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1226, - CustomerName: `Nancy Jackson`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Jackson`, - CustomerAddress: `106 Market Street, New York, USA, 60139`, - Salesperson: `James Madison`, - OrderID: 1745, - OrderDate: `1/18/2022`, - ProductID: 115, - ProductName: `IPhone`, - UnitPrice: 6570.23, - Quantity: 5, - ExtendedPrice: 32851.15, - Freight: 840.23, - Discontinued: false, - Region: `West`, - Address: `106 Market Street`, - City: `New York`, - Country: `USA`, - PostalCode: 60139 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Market`, - ShipAddress: `198 Main Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 60058, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1227, - CustomerName: `Nancy Jackson`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Jackson`, - CustomerAddress: `198 Main Street, Los Angeles, USA, 60058`, - Salesperson: `James Madison`, - OrderID: 1111, - OrderDate: `10/11/2022`, - ProductID: 132, - ProductName: `IPhone`, - UnitPrice: 10970.23, - Quantity: 3, - ExtendedPrice: 32910.69, - Freight: 1670.23, - Discontinued: false, - Region: `North East`, - Address: `198 Main Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 60058 - }), - new InvoicesDataItem( - { - ShipName: `Madison Estate`, - ShipAddress: `138 Wall Street`, - ShipCity: `Huston`, - ShipPostalCode: 50133, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1228, - CustomerName: `Anna Madison`, - CustomerFirstName: `Anna`, - CustomerLastName: `Madison`, - CustomerAddress: `138 Wall Street, Huston, USA, 50133`, - Salesperson: `Ben Madison`, - OrderID: 1182, - OrderDate: `12/18/2022`, - ProductID: 184, - ProductName: `Mac Book Air`, - UnitPrice: 27020.67, - Quantity: 3, - ExtendedPrice: 81062.01, - Freight: 1750.67, - Discontinued: false, - Region: `South East`, - Address: `138 Wall Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 50133 - }), - new InvoicesDataItem( - { - ShipName: `Smith Market`, - ShipAddress: `198 Market Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 50182, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1229, - CustomerName: `James Smith`, - CustomerFirstName: `James`, - CustomerLastName: `Smith`, - CustomerAddress: `198 Market Street, Los Angeles, USA, 50182`, - Salesperson: `Ben Jackson`, - OrderID: 1252, - OrderDate: `10/7/2022`, - ProductID: 146, - ProductName: `IPad`, - UnitPrice: 21910.34, - Quantity: 5, - ExtendedPrice: 109551.7, - Freight: 840.34, - Discontinued: true, - Region: `North East`, - Address: `198 Market Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 50182 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Townhouse`, - ShipAddress: `141 Market Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 70058, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Speedy Express`, - CustomerID: 1230, - CustomerName: `James Jackson`, - CustomerFirstName: `James`, - CustomerLastName: `Jackson`, - CustomerAddress: `141 Market Street, Philadelphia, USA, 70058`, - Salesperson: `Martin Watson`, - OrderID: 1635, - OrderDate: `6/1/2022`, - ProductID: 196, - ProductName: `Mac Book Air`, - UnitPrice: 16430.54, - Quantity: 2, - ExtendedPrice: 32861.08, - Freight: 1420.54, - Discontinued: false, - Region: `North East`, - Address: `141 Market Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 70058 - }), - new InvoicesDataItem( - { - ShipName: `Madison Townhouse`, - ShipAddress: `107 Market Street`, - ShipCity: `New York`, - ShipPostalCode: 80108, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1231, - CustomerName: `Anna Madison`, - CustomerFirstName: `Anna`, - CustomerLastName: `Madison`, - CustomerAddress: `107 Market Street, New York, USA, 80108`, - Salesperson: `Mike Smith`, - OrderID: 1922, - OrderDate: `10/6/2022`, - ProductID: 154, - ProductName: `Mac Book Air`, - UnitPrice: 8920.46, - Quantity: 5, - ExtendedPrice: 44602.3, - Freight: 1160.46, - Discontinued: false, - Region: `West`, - Address: `107 Market Street`, - City: `New York`, - Country: `USA`, - PostalCode: 80108 - }), - new InvoicesDataItem( - { - ShipName: `Watson Market`, - ShipAddress: `166 Main Street`, - ShipCity: `New York`, - ShipPostalCode: 60199, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Speedy Express`, - CustomerID: 1232, - CustomerName: `Martin Watson`, - CustomerFirstName: `Martin`, - CustomerLastName: `Watson`, - CustomerAddress: `166 Main Street, New York, USA, 60199`, - Salesperson: `Anna Smith`, - OrderID: 1759, - OrderDate: `3/10/2022`, - ProductID: 145, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 22420.27, - Quantity: 5, - ExtendedPrice: 112101.35, - Freight: 1900.27, - Discontinued: false, - Region: `North East`, - Address: `166 Main Street`, - City: `New York`, - Country: `USA`, - PostalCode: 60199 - }), - new InvoicesDataItem( - { - ShipName: `Smith Home`, - ShipAddress: `188 Main Street`, - ShipCity: `New York`, - ShipPostalCode: 90082, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1233, - CustomerName: `Anna Smith`, - CustomerFirstName: `Anna`, - CustomerLastName: `Smith`, - CustomerAddress: `188 Main Street, New York, USA, 90082`, - Salesperson: `Ben Black`, - OrderID: 1172, - OrderDate: `11/9/2022`, - ProductID: 148, - ProductName: `Samsung Note`, - UnitPrice: 22260.33, - Quantity: 5, - ExtendedPrice: 111301.65, - Freight: 1530.33, - Discontinued: false, - Region: `West`, - Address: `188 Main Street`, - City: `New York`, - Country: `USA`, - PostalCode: 90082 - }), - new InvoicesDataItem( - { - ShipName: `Madison Home`, - ShipAddress: `168 Wall Street`, - ShipCity: `Miami`, - ShipPostalCode: 80160, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Federal Shipping`, - CustomerID: 1234, - CustomerName: `Martin Madison`, - CustomerFirstName: `Martin`, - CustomerLastName: `Madison`, - CustomerAddress: `168 Wall Street, Miami, USA, 80160`, - Salesperson: `Max Black`, - OrderID: 1855, - OrderDate: `9/9/2022`, - ProductID: 195, - ProductName: `Samsung Note`, - UnitPrice: 11120.68, - Quantity: 5, - ExtendedPrice: 55603.4, - Freight: 540.68, - Discontinued: false, - Region: `South East`, - Address: `168 Wall Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 80160 - }), - new InvoicesDataItem( - { - ShipName: `Madison Market`, - ShipAddress: `151 Wall Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 50192, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Speedy Express`, - CustomerID: 1235, - CustomerName: `James Madison`, - CustomerFirstName: `James`, - CustomerLastName: `Madison`, - CustomerAddress: `151 Wall Street, Philadelphia, USA, 50192`, - Salesperson: `Pamela Watson`, - OrderID: 1253, - OrderDate: `9/24/2022`, - ProductID: 153, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 17650.73, - Quantity: 5, - ExtendedPrice: 88253.65, - Freight: 1010.73, - Discontinued: false, - Region: `North East`, - Address: `151 Wall Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 50192 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Estate`, - ShipAddress: `131 Wall Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 60171, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1236, - CustomerName: `Anna Jefferson`, - CustomerFirstName: `Anna`, - CustomerLastName: `Jefferson`, - CustomerAddress: `131 Wall Street, Philadelphia, USA, 60171`, - Salesperson: `James Jefferson`, - OrderID: 1711, - OrderDate: `9/12/2022`, - ProductID: 192, - ProductName: `IPhone`, - UnitPrice: 18980.42, - Quantity: 3, - ExtendedPrice: 56941.26, - Freight: 1070.42, - Discontinued: false, - Region: `North East`, - Address: `131 Wall Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 60171 - }), - new InvoicesDataItem( - { - ShipName: `Madison Estate`, - ShipAddress: `101 Market Street`, - ShipCity: `Huston`, - ShipPostalCode: 70109, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1237, - CustomerName: `Mike Madison`, - CustomerFirstName: `Mike`, - CustomerLastName: `Madison`, - CustomerAddress: `101 Market Street, Huston, USA, 70109`, - Salesperson: `Nancy Smith`, - OrderID: 1155, - OrderDate: `9/1/2022`, - ProductID: 174, - ProductName: `Mac Book Pro`, - UnitPrice: 22330.35, - Quantity: 2, - ExtendedPrice: 44660.7, - Freight: 250.35, - Discontinued: false, - Region: `West`, - Address: `101 Market Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 70109 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Home`, - ShipAddress: `145 Main Street`, - ShipCity: `New York`, - ShipPostalCode: 50126, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1238, - CustomerName: `Max Jefferson`, - CustomerFirstName: `Max`, - CustomerLastName: `Jefferson`, - CustomerAddress: `145 Main Street, New York, USA, 50126`, - Salesperson: `Mike Watson`, - OrderID: 1656, - OrderDate: `3/7/2022`, - ProductID: 139, - ProductName: `IPhone`, - UnitPrice: 9890.72, - Quantity: 3, - ExtendedPrice: 29672.16, - Freight: 1890.72, - Discontinued: false, - Region: `West`, - Address: `145 Main Street`, - City: `New York`, - Country: `USA`, - PostalCode: 50126 - }), - new InvoicesDataItem( - { - ShipName: `Madison Home`, - ShipAddress: `190 Wall Street`, - ShipCity: `Huston`, - ShipPostalCode: 60055, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Federal Shipping`, - CustomerID: 1239, - CustomerName: `Martin Madison`, - CustomerFirstName: `Martin`, - CustomerLastName: `Madison`, - CustomerAddress: `190 Wall Street, Huston, USA, 60055`, - Salesperson: `Mike Smith`, - OrderID: 1192, - OrderDate: `3/12/2022`, - ProductID: 151, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 16510.6, - Quantity: 5, - ExtendedPrice: 82553, - Freight: 260.6, - Discontinued: true, - Region: `South East`, - Address: `190 Wall Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 60055 - }), - new InvoicesDataItem( - { - ShipName: `Smith Estate`, - ShipAddress: `114 Market Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 50122, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Speedy Express`, - CustomerID: 1240, - CustomerName: `Martin Smith`, - CustomerFirstName: `Martin`, - CustomerLastName: `Smith`, - CustomerAddress: `114 Market Street, Philadelphia, USA, 50122`, - Salesperson: `James Madison`, - OrderID: 1997, - OrderDate: `8/3/2022`, - ProductID: 195, - ProductName: `Mac Book Pro`, - UnitPrice: 20770.42, - Quantity: 4, - ExtendedPrice: 83081.68, - Freight: 920.42, - Discontinued: false, - Region: `North East`, - Address: `114 Market Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 50122 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Townhouse`, - ShipAddress: `184 Main Street`, - ShipCity: `Miami`, - ShipPostalCode: 50147, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Federal Shipping`, - CustomerID: 1241, - CustomerName: `Pamela Jackson`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Jackson`, - CustomerAddress: `184 Main Street, Miami, USA, 50147`, - Salesperson: `Martin Madison`, - OrderID: 1944, - OrderDate: `7/11/2022`, - ProductID: 105, - ProductName: `Samsung Note`, - UnitPrice: 22970.54, - Quantity: 3, - ExtendedPrice: 68911.62, - Freight: 2000.54, - Discontinued: false, - Region: `South East`, - Address: `184 Main Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 50147 - }), - new InvoicesDataItem( - { - ShipName: `Watson Townhouse`, - ShipAddress: `140 Wall Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 50058, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1242, - CustomerName: `Pamela Watson`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Watson`, - CustomerAddress: `140 Wall Street, Los Angeles, USA, 50058`, - Salesperson: `Max Madison`, - OrderID: 1076, - OrderDate: `12/1/2022`, - ProductID: 108, - ProductName: `IPhone`, - UnitPrice: 5950.69, - Quantity: 5, - ExtendedPrice: 29753.45, - Freight: 1440.69, - Discontinued: false, - Region: `South East`, - Address: `140 Wall Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 50058 - }), - new InvoicesDataItem( - { - ShipName: `Madison Estate`, - ShipAddress: `178 Market Street`, - ShipCity: `New York`, - ShipPostalCode: 60194, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1243, - CustomerName: `James Madison`, - CustomerFirstName: `James`, - CustomerLastName: `Madison`, - CustomerAddress: `178 Market Street, New York, USA, 60194`, - Salesperson: `James Madison`, - OrderID: 1076, - OrderDate: `6/25/2022`, - ProductID: 176, - ProductName: `IPhone`, - UnitPrice: 17080.21, - Quantity: 2, - ExtendedPrice: 34160.42, - Freight: 1200.21, - Discontinued: false, - Region: `West`, - Address: `178 Market Street`, - City: `New York`, - Country: `USA`, - PostalCode: 60194 - }), - new InvoicesDataItem( - { - ShipName: `Madison Home`, - ShipAddress: `179 Main Street`, - ShipCity: `Huston`, - ShipPostalCode: 70085, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1244, - CustomerName: `Ben Madison`, - CustomerFirstName: `Ben`, - CustomerLastName: `Madison`, - CustomerAddress: `179 Main Street, Huston, USA, 70085`, - Salesperson: `Ben Jackson`, - OrderID: 1070, - OrderDate: `5/7/2022`, - ProductID: 101, - ProductName: `IPhone`, - UnitPrice: 19310.75, - Quantity: 2, - ExtendedPrice: 38621.5, - Freight: 1270.75, - Discontinued: false, - Region: `West`, - Address: `179 Main Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 70085 - }), - new InvoicesDataItem( - { - ShipName: `Madison Estate`, - ShipAddress: `169 Market Street`, - ShipCity: `Miami`, - ShipPostalCode: 70087, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Speedy Express`, - CustomerID: 1245, - CustomerName: `Pamela Madison`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Madison`, - CustomerAddress: `169 Market Street, Miami, USA, 70087`, - Salesperson: `Nancy Black`, - OrderID: 1469, - OrderDate: `8/22/2022`, - ProductID: 193, - ProductName: `Samsung Note`, - UnitPrice: 25420.4, - Quantity: 2, - ExtendedPrice: 50840.8, - Freight: 1690.4, - Discontinued: false, - Region: `North East`, - Address: `169 Market Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 70087 - }), - new InvoicesDataItem( - { - ShipName: `Smith Home`, - ShipAddress: `108 Wall Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 90128, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Speedy Express`, - CustomerID: 1246, - CustomerName: `Martin Smith`, - CustomerFirstName: `Martin`, - CustomerLastName: `Smith`, - CustomerAddress: `108 Wall Street, Los Angeles, USA, 90128`, - Salesperson: `Pamela Smith`, - OrderID: 1948, - OrderDate: `4/25/2022`, - ProductID: 141, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 19070.55, - Quantity: 3, - ExtendedPrice: 57211.65, - Freight: 280.55, - Discontinued: false, - Region: `South East`, - Address: `108 Wall Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 90128 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Townhouse`, - ShipAddress: `195 Market Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 80141, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1247, - CustomerName: `Mike Jackson`, - CustomerFirstName: `Mike`, - CustomerLastName: `Jackson`, - CustomerAddress: `195 Market Street, Philadelphia, USA, 80141`, - Salesperson: `Martin Smith`, - OrderID: 1116, - OrderDate: `1/1/2022`, - ProductID: 162, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 22190.27, - Quantity: 5, - ExtendedPrice: 110951.35, - Freight: 1830.27, - Discontinued: false, - Region: `North East`, - Address: `195 Market Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 80141 - }), - new InvoicesDataItem( - { - ShipName: `Black Home`, - ShipAddress: `142 Main Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 50163, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1248, - CustomerName: `Anna Black`, - CustomerFirstName: `Anna`, - CustomerLastName: `Black`, - CustomerAddress: `142 Main Street, Los Angeles, USA, 50163`, - Salesperson: `Pamela Jefferson`, - OrderID: 1640, - OrderDate: `5/1/2022`, - ProductID: 153, - ProductName: `Samsung Note`, - UnitPrice: 7690.79, - Quantity: 3, - ExtendedPrice: 23072.37, - Freight: 1730.79, - Discontinued: false, - Region: `South East`, - Address: `142 Main Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 50163 - }), - new InvoicesDataItem( - { - ShipName: `Watson Market`, - ShipAddress: `177 Market Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 80155, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1249, - CustomerName: `Mike Watson`, - CustomerFirstName: `Mike`, - CustomerLastName: `Watson`, - CustomerAddress: `177 Market Street, Philadelphia, USA, 80155`, - Salesperson: `Anna Jefferson`, - OrderID: 1748, - OrderDate: `9/2/2022`, - ProductID: 186, - ProductName: `Mac Book Air`, - UnitPrice: 25230.84, - Quantity: 4, - ExtendedPrice: 100923.36, - Freight: 670.84, - Discontinued: true, - Region: `South East`, - Address: `177 Market Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 80155 - }), - new InvoicesDataItem( - { - ShipName: `Black Estate`, - ShipAddress: `175 Market Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 80141, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1250, - CustomerName: `Mike Black`, - CustomerFirstName: `Mike`, - CustomerLastName: `Black`, - CustomerAddress: `175 Market Street, Los Angeles, USA, 80141`, - Salesperson: `Martin Black`, - OrderID: 1251, - OrderDate: `7/5/2022`, - ProductID: 140, - ProductName: `Mac Book Pro`, - UnitPrice: 25960.45, - Quantity: 2, - ExtendedPrice: 51920.9, - Freight: 260.45, - Discontinued: false, - Region: `North East`, - Address: `175 Market Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 80141 - }), - new InvoicesDataItem( - { - ShipName: `Watson Market`, - ShipAddress: `110 Market Street`, - ShipCity: `New York`, - ShipPostalCode: 90174, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1251, - CustomerName: `Pamela Watson`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Watson`, - CustomerAddress: `110 Market Street, New York, USA, 90174`, - Salesperson: `Pamela Black`, - OrderID: 1397, - OrderDate: `7/2/2022`, - ProductID: 141, - ProductName: `Samsung Note`, - UnitPrice: 22150.67, - Quantity: 3, - ExtendedPrice: 66452.01, - Freight: 640.67, - Discontinued: false, - Region: `North East`, - Address: `110 Market Street`, - City: `New York`, - Country: `USA`, - PostalCode: 90174 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Estate`, - ShipAddress: `121 Wall Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 70083, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Speedy Express`, - CustomerID: 1252, - CustomerName: `Mike Jackson`, - CustomerFirstName: `Mike`, - CustomerLastName: `Jackson`, - CustomerAddress: `121 Wall Street, Los Angeles, USA, 70083`, - Salesperson: `Ben Jefferson`, - OrderID: 1938, - OrderDate: `1/20/2022`, - ProductID: 171, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 9220.74, - Quantity: 4, - ExtendedPrice: 36882.96, - Freight: 1030.74, - Discontinued: false, - Region: `South East`, - Address: `121 Wall Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 70083 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Townhouse`, - ShipAddress: `122 Wall Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 70122, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1253, - CustomerName: `Mike Jackson`, - CustomerFirstName: `Mike`, - CustomerLastName: `Jackson`, - CustomerAddress: `122 Wall Street, Philadelphia, USA, 70122`, - Salesperson: `Mike Watson`, - OrderID: 1608, - OrderDate: `2/9/2022`, - ProductID: 109, - ProductName: `Samsung Note`, - UnitPrice: 11240.75, - Quantity: 2, - ExtendedPrice: 22481.5, - Freight: 1010.75, - Discontinued: false, - Region: `West`, - Address: `122 Wall Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 70122 - }), - new InvoicesDataItem( - { - ShipName: `Watson Estate`, - ShipAddress: `151 Main Street`, - ShipCity: `Huston`, - ShipPostalCode: 50057, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Speedy Express`, - CustomerID: 1254, - CustomerName: `Pamela Watson`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Watson`, - CustomerAddress: `151 Main Street, Huston, USA, 50057`, - Salesperson: `Martin Watson`, - OrderID: 1217, - OrderDate: `8/4/2022`, - ProductID: 185, - ProductName: `Mac Book Pro`, - UnitPrice: 16680.55, - Quantity: 3, - ExtendedPrice: 50041.65, - Freight: 1710.55, - Discontinued: false, - Region: `North East`, - Address: `151 Main Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 50057 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Market`, - ShipAddress: `120 Wall Street`, - ShipCity: `Huston`, - ShipPostalCode: 50131, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Federal Shipping`, - CustomerID: 1255, - CustomerName: `Mike Jackson`, - CustomerFirstName: `Mike`, - CustomerLastName: `Jackson`, - CustomerAddress: `120 Wall Street, Huston, USA, 50131`, - Salesperson: `Ben Jackson`, - OrderID: 1661, - OrderDate: `5/1/2022`, - ProductID: 190, - ProductName: `Mac Book Air`, - UnitPrice: 21450.85, - Quantity: 5, - ExtendedPrice: 107254.25, - Freight: 1350.85, - Discontinued: false, - Region: `South East`, - Address: `120 Wall Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 50131 - }), - new InvoicesDataItem( - { - ShipName: `Madison Market`, - ShipAddress: `134 Main Street`, - ShipCity: `Huston`, - ShipPostalCode: 90060, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1256, - CustomerName: `Mike Madison`, - CustomerFirstName: `Mike`, - CustomerLastName: `Madison`, - CustomerAddress: `134 Main Street, Huston, USA, 90060`, - Salesperson: `James Madison`, - OrderID: 1766, - OrderDate: `11/11/2022`, - ProductID: 134, - ProductName: `Mac Book Air`, - UnitPrice: 12850.63, - Quantity: 3, - ExtendedPrice: 38551.89, - Freight: 1790.63, - Discontinued: false, - Region: `West`, - Address: `134 Main Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 90060 - }), - new InvoicesDataItem( - { - ShipName: `Black Home`, - ShipAddress: `150 Wall Street`, - ShipCity: `Huston`, - ShipPostalCode: 60151, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1257, - CustomerName: `James Black`, - CustomerFirstName: `James`, - CustomerLastName: `Black`, - CustomerAddress: `150 Wall Street, Huston, USA, 60151`, - Salesperson: `Martin Black`, - OrderID: 1321, - OrderDate: `8/4/2022`, - ProductID: 125, - ProductName: `Samsung Note`, - UnitPrice: 29190.24, - Quantity: 4, - ExtendedPrice: 116760.96, - Freight: 680.24, - Discontinued: false, - Region: `North East`, - Address: `150 Wall Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 60151 - }), - new InvoicesDataItem( - { - ShipName: `Watson Estate`, - ShipAddress: `155 Wall Street`, - ShipCity: `Huston`, - ShipPostalCode: 60121, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1258, - CustomerName: `Max Watson`, - CustomerFirstName: `Max`, - CustomerLastName: `Watson`, - CustomerAddress: `155 Wall Street, Huston, USA, 60121`, - Salesperson: `Max Jackson`, - OrderID: 1872, - OrderDate: `2/20/2022`, - ProductID: 188, - ProductName: `Samsung Note`, - UnitPrice: 22750.45, - Quantity: 3, - ExtendedPrice: 68251.35, - Freight: 840.45, - Discontinued: false, - Region: `West`, - Address: `155 Wall Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 60121 - }), - new InvoicesDataItem( - { - ShipName: `Watson Market`, - ShipAddress: `184 Market Street`, - ShipCity: `New York`, - ShipPostalCode: 90156, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1259, - CustomerName: `Anna Watson`, - CustomerFirstName: `Anna`, - CustomerLastName: `Watson`, - CustomerAddress: `184 Market Street, New York, USA, 90156`, - Salesperson: `James Watson`, - OrderID: 1828, - OrderDate: `5/25/2022`, - ProductID: 191, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 29760.3, - Quantity: 2, - ExtendedPrice: 59520.6, - Freight: 1960.3, - Discontinued: true, - Region: `North East`, - Address: `184 Market Street`, - City: `New York`, - Country: `USA`, - PostalCode: 90156 - }), - new InvoicesDataItem( - { - ShipName: `Watson Market`, - ShipAddress: `133 Market Street`, - ShipCity: `Huston`, - ShipPostalCode: 50074, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1260, - CustomerName: `Anna Watson`, - CustomerFirstName: `Anna`, - CustomerLastName: `Watson`, - CustomerAddress: `133 Market Street, Huston, USA, 50074`, - Salesperson: `Mike Black`, - OrderID: 1966, - OrderDate: `6/18/2022`, - ProductID: 160, - ProductName: `Mac Book Air`, - UnitPrice: 7450.44, - Quantity: 5, - ExtendedPrice: 37252.2, - Freight: 590.44, - Discontinued: false, - Region: `West`, - Address: `133 Market Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 50074 - }), - new InvoicesDataItem( - { - ShipName: `Black Townhouse`, - ShipAddress: `154 Main Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 70052, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1261, - CustomerName: `Martin Black`, - CustomerFirstName: `Martin`, - CustomerLastName: `Black`, - CustomerAddress: `154 Main Street, Philadelphia, USA, 70052`, - Salesperson: `Ben Jackson`, - OrderID: 1421, - OrderDate: `9/17/2022`, - ProductID: 127, - ProductName: `Mac Book Air`, - UnitPrice: 23000.47, - Quantity: 2, - ExtendedPrice: 46000.94, - Freight: 550.47, - Discontinued: false, - Region: `South East`, - Address: `154 Main Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 70052 - }), - new InvoicesDataItem( - { - ShipName: `Smith Townhouse`, - ShipAddress: `114 Wall Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 90174, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Federal Shipping`, - CustomerID: 1262, - CustomerName: `Max Smith`, - CustomerFirstName: `Max`, - CustomerLastName: `Smith`, - CustomerAddress: `114 Wall Street, Philadelphia, USA, 90174`, - Salesperson: `Pamela Smith`, - OrderID: 1192, - OrderDate: `12/4/2022`, - ProductID: 105, - ProductName: `Samsung Note`, - UnitPrice: 19790.26, - Quantity: 2, - ExtendedPrice: 39580.52, - Freight: 1150.26, - Discontinued: false, - Region: `South East`, - Address: `114 Wall Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 90174 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Townhouse`, - ShipAddress: `154 Wall Street`, - ShipCity: `New York`, - ShipPostalCode: 90162, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1263, - CustomerName: `Ben Jefferson`, - CustomerFirstName: `Ben`, - CustomerLastName: `Jefferson`, - CustomerAddress: `154 Wall Street, New York, USA, 90162`, - Salesperson: `Nancy Smith`, - OrderID: 1539, - OrderDate: `7/16/2022`, - ProductID: 139, - ProductName: `Samsung Note`, - UnitPrice: 11830.34, - Quantity: 2, - ExtendedPrice: 23660.68, - Freight: 1930.34, - Discontinued: false, - Region: `West`, - Address: `154 Wall Street`, - City: `New York`, - Country: `USA`, - PostalCode: 90162 - }), - new InvoicesDataItem( - { - ShipName: `Smith Townhouse`, - ShipAddress: `140 Wall Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 70136, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1264, - CustomerName: `Martin Smith`, - CustomerFirstName: `Martin`, - CustomerLastName: `Smith`, - CustomerAddress: `140 Wall Street, Los Angeles, USA, 70136`, - Salesperson: `Mike Jackson`, - OrderID: 1271, - OrderDate: `10/7/2022`, - ProductID: 124, - ProductName: `Samsung Note`, - UnitPrice: 21020.81, - Quantity: 2, - ExtendedPrice: 42041.62, - Freight: 1420.81, - Discontinued: false, - Region: `West`, - Address: `140 Wall Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 70136 - }), - new InvoicesDataItem( - { - ShipName: `Smith Townhouse`, - ShipAddress: `185 Main Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 60116, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1265, - CustomerName: `James Smith`, - CustomerFirstName: `James`, - CustomerLastName: `Smith`, - CustomerAddress: `185 Main Street, Philadelphia, USA, 60116`, - Salesperson: `James Watson`, - OrderID: 1090, - OrderDate: `9/11/2022`, - ProductID: 160, - ProductName: `IPhone`, - UnitPrice: 16070.46, - Quantity: 3, - ExtendedPrice: 48211.38, - Freight: 1490.46, - Discontinued: false, - Region: `West`, - Address: `185 Main Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 60116 - }), - new InvoicesDataItem( - { - ShipName: `Smith Estate`, - ShipAddress: `179 Market Street`, - ShipCity: `Huston`, - ShipPostalCode: 80107, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1266, - CustomerName: `Max Smith`, - CustomerFirstName: `Max`, - CustomerLastName: `Smith`, - CustomerAddress: `179 Market Street, Huston, USA, 80107`, - Salesperson: `Nancy Smith`, - OrderID: 1286, - OrderDate: `1/10/2022`, - ProductID: 161, - ProductName: `Mac Book Air`, - UnitPrice: 26160.38, - Quantity: 3, - ExtendedPrice: 78481.14, - Freight: 570.38, - Discontinued: false, - Region: `West`, - Address: `179 Market Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 80107 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Home`, - ShipAddress: `189 Wall Street`, - ShipCity: `Huston`, - ShipPostalCode: 90073, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1267, - CustomerName: `Ben Jefferson`, - CustomerFirstName: `Ben`, - CustomerLastName: `Jefferson`, - CustomerAddress: `189 Wall Street, Huston, USA, 90073`, - Salesperson: `Martin Madison`, - OrderID: 1754, - OrderDate: `5/2/2022`, - ProductID: 143, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 29540.84, - Quantity: 4, - ExtendedPrice: 118163.36, - Freight: 500.84, - Discontinued: false, - Region: `North East`, - Address: `189 Wall Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 90073 - }), - new InvoicesDataItem( - { - ShipName: `Madison Estate`, - ShipAddress: `106 Market Street`, - ShipCity: `Miami`, - ShipPostalCode: 90153, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1268, - CustomerName: `Anna Madison`, - CustomerFirstName: `Anna`, - CustomerLastName: `Madison`, - CustomerAddress: `106 Market Street, Miami, USA, 90153`, - Salesperson: `Anna Black`, - OrderID: 1321, - OrderDate: `6/21/2022`, - ProductID: 136, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 12550.55, - Quantity: 5, - ExtendedPrice: 62752.75, - Freight: 1440.55, - Discontinued: false, - Region: `West`, - Address: `106 Market Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 90153 - }), - new InvoicesDataItem( - { - ShipName: `Watson Townhouse`, - ShipAddress: `149 Wall Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 50102, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1269, - CustomerName: `Pamela Watson`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Watson`, - CustomerAddress: `149 Wall Street, Los Angeles, USA, 50102`, - Salesperson: `James Jefferson`, - OrderID: 1262, - OrderDate: `7/13/2022`, - ProductID: 178, - ProductName: `Samsung Note`, - UnitPrice: 8690.45, - Quantity: 3, - ExtendedPrice: 26071.35, - Freight: 1420.45, - Discontinued: true, - Region: `West`, - Address: `149 Wall Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 50102 - }), - new InvoicesDataItem( - { - ShipName: `Watson Market`, - ShipAddress: `192 Market Street`, - ShipCity: `New York`, - ShipPostalCode: 60078, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1270, - CustomerName: `Martin Watson`, - CustomerFirstName: `Martin`, - CustomerLastName: `Watson`, - CustomerAddress: `192 Market Street, New York, USA, 60078`, - Salesperson: `Ben Jackson`, - OrderID: 1586, - OrderDate: `11/13/2022`, - ProductID: 130, - ProductName: `Mac Book Pro`, - UnitPrice: 28630.86, - Quantity: 2, - ExtendedPrice: 57261.72, - Freight: 980.86, - Discontinued: false, - Region: `West`, - Address: `192 Market Street`, - City: `New York`, - Country: `USA`, - PostalCode: 60078 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Estate`, - ShipAddress: `159 Main Street`, - ShipCity: `New York`, - ShipPostalCode: 50050, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1271, - CustomerName: `James Jefferson`, - CustomerFirstName: `James`, - CustomerLastName: `Jefferson`, - CustomerAddress: `159 Main Street, New York, USA, 50050`, - Salesperson: `Max Jefferson`, - OrderID: 1915, - OrderDate: `2/10/2022`, - ProductID: 178, - ProductName: `Mac Book Pro`, - UnitPrice: 19050.75, - Quantity: 5, - ExtendedPrice: 95253.75, - Freight: 960.75, - Discontinued: false, - Region: `West`, - Address: `159 Main Street`, - City: `New York`, - Country: `USA`, - PostalCode: 50050 - }), - new InvoicesDataItem( - { - ShipName: `Watson Market`, - ShipAddress: `171 Wall Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 60099, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Federal Shipping`, - CustomerID: 1272, - CustomerName: `Nancy Watson`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Watson`, - CustomerAddress: `171 Wall Street, Los Angeles, USA, 60099`, - Salesperson: `Pamela Jackson`, - OrderID: 1503, - OrderDate: `4/7/2022`, - ProductID: 153, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 26320.3, - Quantity: 3, - ExtendedPrice: 78960.9, - Freight: 1360.3, - Discontinued: false, - Region: `South East`, - Address: `171 Wall Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 60099 - }), - new InvoicesDataItem( - { - ShipName: `Madison Townhouse`, - ShipAddress: `161 Main Street`, - ShipCity: `Huston`, - ShipPostalCode: 70087, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Speedy Express`, - CustomerID: 1273, - CustomerName: `Anna Madison`, - CustomerFirstName: `Anna`, - CustomerLastName: `Madison`, - CustomerAddress: `161 Main Street, Huston, USA, 70087`, - Salesperson: `Nancy Watson`, - OrderID: 1129, - OrderDate: `9/4/2022`, - ProductID: 119, - ProductName: `Samsung Note`, - UnitPrice: 26970.53, - Quantity: 3, - ExtendedPrice: 80911.59, - Freight: 1890.53, - Discontinued: false, - Region: `South East`, - Address: `161 Main Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 70087 - }), - new InvoicesDataItem( - { - ShipName: `Watson Market`, - ShipAddress: `163 Market Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 50127, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1274, - CustomerName: `Max Watson`, - CustomerFirstName: `Max`, - CustomerLastName: `Watson`, - CustomerAddress: `163 Market Street, Los Angeles, USA, 50127`, - Salesperson: `Nancy Jefferson`, - OrderID: 1508, - OrderDate: `1/6/2022`, - ProductID: 136, - ProductName: `Mac Book Air`, - UnitPrice: 12620.81, - Quantity: 3, - ExtendedPrice: 37862.43, - Freight: 650.81, - Discontinued: false, - Region: `North East`, - Address: `163 Market Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 50127 - }), - new InvoicesDataItem( - { - ShipName: `Watson Townhouse`, - ShipAddress: `131 Market Street`, - ShipCity: `Huston`, - ShipPostalCode: 50052, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Federal Shipping`, - CustomerID: 1275, - CustomerName: `James Watson`, - CustomerFirstName: `James`, - CustomerLastName: `Watson`, - CustomerAddress: `131 Market Street, Huston, USA, 50052`, - Salesperson: `Martin Watson`, - OrderID: 1285, - OrderDate: `8/6/2022`, - ProductID: 123, - ProductName: `Samsung Note`, - UnitPrice: 22790.24, - Quantity: 4, - ExtendedPrice: 91160.96, - Freight: 1140.24, - Discontinued: false, - Region: `South East`, - Address: `131 Market Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 50052 - }), - new InvoicesDataItem( - { - ShipName: `Black Home`, - ShipAddress: `125 Wall Street`, - ShipCity: `Miami`, - ShipPostalCode: 60101, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1276, - CustomerName: `Ben Black`, - CustomerFirstName: `Ben`, - CustomerLastName: `Black`, - CustomerAddress: `125 Wall Street, Miami, USA, 60101`, - Salesperson: `Ben Smith`, - OrderID: 1881, - OrderDate: `12/5/2022`, - ProductID: 128, - ProductName: `Mac Book Air`, - UnitPrice: 18780.56, - Quantity: 4, - ExtendedPrice: 75122.24, - Freight: 820.56, - Discontinued: false, - Region: `West`, - Address: `125 Wall Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 60101 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Market`, - ShipAddress: `184 Main Street`, - ShipCity: `Miami`, - ShipPostalCode: 50157, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1277, - CustomerName: `Nancy Jackson`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Jackson`, - CustomerAddress: `184 Main Street, Miami, USA, 50157`, - Salesperson: `Mike Smith`, - OrderID: 1478, - OrderDate: `9/18/2022`, - ProductID: 131, - ProductName: `IPad`, - UnitPrice: 15000.21, - Quantity: 5, - ExtendedPrice: 75001.05, - Freight: 1390.21, - Discontinued: false, - Region: `North East`, - Address: `184 Main Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 50157 - }), - new InvoicesDataItem( - { - ShipName: `Watson Estate`, - ShipAddress: `199 Market Street`, - ShipCity: `Huston`, - ShipPostalCode: 80050, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1278, - CustomerName: `Nancy Watson`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Watson`, - CustomerAddress: `199 Market Street, Huston, USA, 80050`, - Salesperson: `Max Jefferson`, - OrderID: 1767, - OrderDate: `1/17/2022`, - ProductID: 196, - ProductName: `Mac Book Pro`, - UnitPrice: 21600.31, - Quantity: 3, - ExtendedPrice: 64800.93, - Freight: 1130.31, - Discontinued: false, - Region: `North East`, - Address: `199 Market Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 80050 - }), - new InvoicesDataItem( - { - ShipName: `Madison Market`, - ShipAddress: `127 Market Street`, - ShipCity: `Miami`, - ShipPostalCode: 60073, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1279, - CustomerName: `Nancy Madison`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Madison`, - CustomerAddress: `127 Market Street, Miami, USA, 60073`, - Salesperson: `Mike Smith`, - OrderID: 1229, - OrderDate: `12/7/2022`, - ProductID: 184, - ProductName: `Mac Book Air`, - UnitPrice: 27500.59, - Quantity: 3, - ExtendedPrice: 82501.77, - Freight: 1380.59, - Discontinued: true, - Region: `West`, - Address: `127 Market Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 60073 - }), - new InvoicesDataItem( - { - ShipName: `Watson Home`, - ShipAddress: `169 Main Street`, - ShipCity: `New York`, - ShipPostalCode: 50123, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1280, - CustomerName: `Mike Watson`, - CustomerFirstName: `Mike`, - CustomerLastName: `Watson`, - CustomerAddress: `169 Main Street, New York, USA, 50123`, - Salesperson: `Martin Jackson`, - OrderID: 1761, - OrderDate: `2/10/2022`, - ProductID: 169, - ProductName: `IPad`, - UnitPrice: 21430.7, - Quantity: 5, - ExtendedPrice: 107153.5, - Freight: 1170.7, - Discontinued: false, - Region: `North East`, - Address: `169 Main Street`, - City: `New York`, - Country: `USA`, - PostalCode: 50123 - }), - new InvoicesDataItem( - { - ShipName: `Watson Home`, - ShipAddress: `109 Main Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 80143, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1281, - CustomerName: `James Watson`, - CustomerFirstName: `James`, - CustomerLastName: `Watson`, - CustomerAddress: `109 Main Street, Philadelphia, USA, 80143`, - Salesperson: `Anna Black`, - OrderID: 1461, - OrderDate: `9/8/2022`, - ProductID: 155, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 28470.33, - Quantity: 4, - ExtendedPrice: 113881.32, - Freight: 1750.33, - Discontinued: false, - Region: `North East`, - Address: `109 Main Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 80143 - }), - new InvoicesDataItem( - { - ShipName: `Madison Townhouse`, - ShipAddress: `103 Main Street`, - ShipCity: `New York`, - ShipPostalCode: 80198, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1282, - CustomerName: `James Madison`, - CustomerFirstName: `James`, - CustomerLastName: `Madison`, - CustomerAddress: `103 Main Street, New York, USA, 80198`, - Salesperson: `Ben Black`, - OrderID: 1210, - OrderDate: `11/7/2022`, - ProductID: 123, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 11260.52, - Quantity: 5, - ExtendedPrice: 56302.6, - Freight: 330.52, - Discontinued: false, - Region: `West`, - Address: `103 Main Street`, - City: `New York`, - Country: `USA`, - PostalCode: 80198 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Market`, - ShipAddress: `102 Market Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 50100, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1283, - CustomerName: `Martin Jefferson`, - CustomerFirstName: `Martin`, - CustomerLastName: `Jefferson`, - CustomerAddress: `102 Market Street, Philadelphia, USA, 50100`, - Salesperson: `Pamela Jefferson`, - OrderID: 1262, - OrderDate: `4/17/2022`, - ProductID: 134, - ProductName: `Mac Book Pro`, - UnitPrice: 21890.55, - Quantity: 4, - ExtendedPrice: 87562.2, - Freight: 500.55, - Discontinued: false, - Region: `West`, - Address: `102 Market Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 50100 - }), - new InvoicesDataItem( - { - ShipName: `Madison Home`, - ShipAddress: `194 Market Street`, - ShipCity: `New York`, - ShipPostalCode: 80057, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1284, - CustomerName: `Pamela Madison`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Madison`, - CustomerAddress: `194 Market Street, New York, USA, 80057`, - Salesperson: `Pamela Jefferson`, - OrderID: 1490, - OrderDate: `4/6/2022`, - ProductID: 191, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 15670.58, - Quantity: 4, - ExtendedPrice: 62682.32, - Freight: 1320.58, - Discontinued: false, - Region: `South East`, - Address: `194 Market Street`, - City: `New York`, - Country: `USA`, - PostalCode: 80057 - }), - new InvoicesDataItem( - { - ShipName: `Madison Market`, - ShipAddress: `102 Main Street`, - ShipCity: `Miami`, - ShipPostalCode: 70175, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Speedy Express`, - CustomerID: 1285, - CustomerName: `Nancy Madison`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Madison`, - CustomerAddress: `102 Main Street, Miami, USA, 70175`, - Salesperson: `James Jackson`, - OrderID: 1031, - OrderDate: `3/18/2022`, - ProductID: 196, - ProductName: `Samsung Note`, - UnitPrice: 16280.69, - Quantity: 3, - ExtendedPrice: 48842.07, - Freight: 380.69, - Discontinued: false, - Region: `South East`, - Address: `102 Main Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 70175 - }), - new InvoicesDataItem( - { - ShipName: `Watson Estate`, - ShipAddress: `139 Market Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 60067, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Speedy Express`, - CustomerID: 1286, - CustomerName: `Nancy Watson`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Watson`, - CustomerAddress: `139 Market Street, Philadelphia, USA, 60067`, - Salesperson: `Max Jefferson`, - OrderID: 1803, - OrderDate: `1/22/2022`, - ProductID: 134, - ProductName: `Mac Book Pro`, - UnitPrice: 7940.29, - Quantity: 4, - ExtendedPrice: 31761.16, - Freight: 620.29, - Discontinued: false, - Region: `North East`, - Address: `139 Market Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 60067 - }), - new InvoicesDataItem( - { - ShipName: `Smith Market`, - ShipAddress: `167 Market Street`, - ShipCity: `New York`, - ShipPostalCode: 80115, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1287, - CustomerName: `Martin Smith`, - CustomerFirstName: `Martin`, - CustomerLastName: `Smith`, - CustomerAddress: `167 Market Street, New York, USA, 80115`, - Salesperson: `Anna Black`, - OrderID: 1465, - OrderDate: `2/14/2022`, - ProductID: 166, - ProductName: `Samsung Note`, - UnitPrice: 20420.2, - Quantity: 4, - ExtendedPrice: 81680.8, - Freight: 960.2, - Discontinued: false, - Region: `North East`, - Address: `167 Market Street`, - City: `New York`, - Country: `USA`, - PostalCode: 80115 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Market`, - ShipAddress: `167 Market Street`, - ShipCity: `New York`, - ShipPostalCode: 80080, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1288, - CustomerName: `Nancy Jefferson`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Jefferson`, - CustomerAddress: `167 Market Street, New York, USA, 80080`, - Salesperson: `Ben Jackson`, - OrderID: 1303, - OrderDate: `12/12/2022`, - ProductID: 191, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 20080.21, - Quantity: 2, - ExtendedPrice: 40160.42, - Freight: 800.21, - Discontinued: false, - Region: `West`, - Address: `167 Market Street`, - City: `New York`, - Country: `USA`, - PostalCode: 80080 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Market`, - ShipAddress: `167 Market Street`, - ShipCity: `New York`, - ShipPostalCode: 90093, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Federal Shipping`, - CustomerID: 1289, - CustomerName: `Pamela Jackson`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Jackson`, - CustomerAddress: `167 Market Street, New York, USA, 90093`, - Salesperson: `Anna Smith`, - OrderID: 1122, - OrderDate: `8/6/2022`, - ProductID: 189, - ProductName: `Mac Book Air`, - UnitPrice: 29420.55, - Quantity: 4, - ExtendedPrice: 117682.2, - Freight: 1200.55, - Discontinued: true, - Region: `South East`, - Address: `167 Market Street`, - City: `New York`, - Country: `USA`, - PostalCode: 90093 - }), - new InvoicesDataItem( - { - ShipName: `Madison Home`, - ShipAddress: `114 Wall Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 60133, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1290, - CustomerName: `Nancy Madison`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Madison`, - CustomerAddress: `114 Wall Street, Philadelphia, USA, 60133`, - Salesperson: `Anna Madison`, - OrderID: 1402, - OrderDate: `6/9/2022`, - ProductID: 161, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 16370.76, - Quantity: 3, - ExtendedPrice: 49112.28, - Freight: 590.76, - Discontinued: false, - Region: `South East`, - Address: `114 Wall Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 60133 - }), - new InvoicesDataItem( - { - ShipName: `Madison Home`, - ShipAddress: `164 Market Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 60153, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1291, - CustomerName: `Anna Madison`, - CustomerFirstName: `Anna`, - CustomerLastName: `Madison`, - CustomerAddress: `164 Market Street, Los Angeles, USA, 60153`, - Salesperson: `Max Smith`, - OrderID: 1165, - OrderDate: `11/24/2022`, - ProductID: 193, - ProductName: `Mac Book Pro`, - UnitPrice: 19240.53, - Quantity: 4, - ExtendedPrice: 76962.12, - Freight: 1990.53, - Discontinued: false, - Region: `West`, - Address: `164 Market Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 60153 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Home`, - ShipAddress: `102 Market Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 90068, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1292, - CustomerName: `Mike Jackson`, - CustomerFirstName: `Mike`, - CustomerLastName: `Jackson`, - CustomerAddress: `102 Market Street, Philadelphia, USA, 90068`, - Salesperson: `Mike Madison`, - OrderID: 1512, - OrderDate: `9/4/2022`, - ProductID: 186, - ProductName: `Samsung Note`, - UnitPrice: 26300.88, - Quantity: 4, - ExtendedPrice: 105203.52, - Freight: 660.88, - Discontinued: false, - Region: `West`, - Address: `102 Market Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 90068 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Market`, - ShipAddress: `158 Wall Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 80149, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1293, - CustomerName: `Pamela Jefferson`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Jefferson`, - CustomerAddress: `158 Wall Street, Los Angeles, USA, 80149`, - Salesperson: `Max Jackson`, - OrderID: 1358, - OrderDate: `2/22/2022`, - ProductID: 110, - ProductName: `Mac Book Pro`, - UnitPrice: 23570.31, - Quantity: 5, - ExtendedPrice: 117851.55, - Freight: 1260.31, - Discontinued: false, - Region: `North East`, - Address: `158 Wall Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 80149 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Townhouse`, - ShipAddress: `125 Market Street`, - ShipCity: `Huston`, - ShipPostalCode: 80176, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1294, - CustomerName: `Nancy Jefferson`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Jefferson`, - CustomerAddress: `125 Market Street, Huston, USA, 80176`, - Salesperson: `Pamela Watson`, - OrderID: 1106, - OrderDate: `2/7/2022`, - ProductID: 152, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 6100.56, - Quantity: 5, - ExtendedPrice: 30502.8, - Freight: 1900.56, - Discontinued: false, - Region: `West`, - Address: `125 Market Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 80176 - }), - new InvoicesDataItem( - { - ShipName: `Smith Estate`, - ShipAddress: `177 Main Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 50079, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1295, - CustomerName: `Pamela Smith`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Smith`, - CustomerAddress: `177 Main Street, Los Angeles, USA, 50079`, - Salesperson: `Max Watson`, - OrderID: 1931, - OrderDate: `6/5/2022`, - ProductID: 113, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 27350.45, - Quantity: 3, - ExtendedPrice: 82051.35, - Freight: 1170.45, - Discontinued: false, - Region: `North East`, - Address: `177 Main Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 50079 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Estate`, - ShipAddress: `148 Market Street`, - ShipCity: `New York`, - ShipPostalCode: 90184, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1296, - CustomerName: `Mike Jackson`, - CustomerFirstName: `Mike`, - CustomerLastName: `Jackson`, - CustomerAddress: `148 Market Street, New York, USA, 90184`, - Salesperson: `James Smith`, - OrderID: 1108, - OrderDate: `8/5/2022`, - ProductID: 122, - ProductName: `Samsung Note`, - UnitPrice: 5440.75, - Quantity: 4, - ExtendedPrice: 21763, - Freight: 960.75, - Discontinued: false, - Region: `South East`, - Address: `148 Market Street`, - City: `New York`, - Country: `USA`, - PostalCode: 90184 - }), - new InvoicesDataItem( - { - ShipName: `Black Townhouse`, - ShipAddress: `113 Wall Street`, - ShipCity: `Huston`, - ShipPostalCode: 50064, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1297, - CustomerName: `Max Black`, - CustomerFirstName: `Max`, - CustomerLastName: `Black`, - CustomerAddress: `113 Wall Street, Huston, USA, 50064`, - Salesperson: `Martin Smith`, - OrderID: 1782, - OrderDate: `3/24/2022`, - ProductID: 107, - ProductName: `IPad`, - UnitPrice: 22200.88, - Quantity: 4, - ExtendedPrice: 88803.52, - Freight: 510.88, - Discontinued: false, - Region: `West`, - Address: `113 Wall Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 50064 - }), - new InvoicesDataItem( - { - ShipName: `Smith Market`, - ShipAddress: `134 Wall Street`, - ShipCity: `New York`, - ShipPostalCode: 80155, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1298, - CustomerName: `Martin Smith`, - CustomerFirstName: `Martin`, - CustomerLastName: `Smith`, - CustomerAddress: `134 Wall Street, New York, USA, 80155`, - Salesperson: `Nancy Jefferson`, - OrderID: 1886, - OrderDate: `3/6/2022`, - ProductID: 181, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 8550.46, - Quantity: 4, - ExtendedPrice: 34201.84, - Freight: 1830.46, - Discontinued: false, - Region: `North East`, - Address: `134 Wall Street`, - City: `New York`, - Country: `USA`, - PostalCode: 80155 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Townhouse`, - ShipAddress: `142 Market Street`, - ShipCity: `New York`, - ShipPostalCode: 90103, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1299, - CustomerName: `Max Jackson`, - CustomerFirstName: `Max`, - CustomerLastName: `Jackson`, - CustomerAddress: `142 Market Street, New York, USA, 90103`, - Salesperson: `Anna Watson`, - OrderID: 1578, - OrderDate: `10/5/2022`, - ProductID: 162, - ProductName: `Mac Book Air`, - UnitPrice: 19490.84, - Quantity: 4, - ExtendedPrice: 77963.36, - Freight: 490.84, - Discontinued: true, - Region: `West`, - Address: `142 Market Street`, - City: `New York`, - Country: `USA`, - PostalCode: 90103 - }), - new InvoicesDataItem( - { - ShipName: `Smith Estate`, - ShipAddress: `132 Market Street`, - ShipCity: `Miami`, - ShipPostalCode: 90111, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1300, - CustomerName: `Anna Smith`, - CustomerFirstName: `Anna`, - CustomerLastName: `Smith`, - CustomerAddress: `132 Market Street, Miami, USA, 90111`, - Salesperson: `Ben Jefferson`, - OrderID: 1903, - OrderDate: `6/23/2022`, - ProductID: 173, - ProductName: `IPad`, - UnitPrice: 23350.52, - Quantity: 5, - ExtendedPrice: 116752.6, - Freight: 1210.52, - Discontinued: false, - Region: `South East`, - Address: `132 Market Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 90111 - }), - new InvoicesDataItem( - { - ShipName: `Smith Home`, - ShipAddress: `180 Main Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 50182, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1301, - CustomerName: `Mike Smith`, - CustomerFirstName: `Mike`, - CustomerLastName: `Smith`, - CustomerAddress: `180 Main Street, Los Angeles, USA, 50182`, - Salesperson: `Ben Black`, - OrderID: 1201, - OrderDate: `11/25/2022`, - ProductID: 127, - ProductName: `Mac Book Pro`, - UnitPrice: 6730.57, - Quantity: 3, - ExtendedPrice: 20191.71, - Freight: 1600.57, - Discontinued: false, - Region: `West`, - Address: `180 Main Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 50182 - }), - new InvoicesDataItem( - { - ShipName: `Smith Townhouse`, - ShipAddress: `135 Main Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 60076, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1302, - CustomerName: `James Smith`, - CustomerFirstName: `James`, - CustomerLastName: `Smith`, - CustomerAddress: `135 Main Street, Philadelphia, USA, 60076`, - Salesperson: `Mike Smith`, - OrderID: 1488, - OrderDate: `5/1/2022`, - ProductID: 105, - ProductName: `IPad`, - UnitPrice: 27240.3, - Quantity: 5, - ExtendedPrice: 136201.5, - Freight: 1130.3, - Discontinued: false, - Region: `West`, - Address: `135 Main Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 60076 - }), - new InvoicesDataItem( - { - ShipName: `Madison Townhouse`, - ShipAddress: `104 Wall Street`, - ShipCity: `New York`, - ShipPostalCode: 70191, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1303, - CustomerName: `Nancy Madison`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Madison`, - CustomerAddress: `104 Wall Street, New York, USA, 70191`, - Salesperson: `Pamela Jefferson`, - OrderID: 1636, - OrderDate: `2/16/2022`, - ProductID: 104, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 14830.46, - Quantity: 2, - ExtendedPrice: 29660.92, - Freight: 540.46, - Discontinued: false, - Region: `West`, - Address: `104 Wall Street`, - City: `New York`, - Country: `USA`, - PostalCode: 70191 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Market`, - ShipAddress: `122 Market Street`, - ShipCity: `New York`, - ShipPostalCode: 70071, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Speedy Express`, - CustomerID: 1304, - CustomerName: `James Jefferson`, - CustomerFirstName: `James`, - CustomerLastName: `Jefferson`, - CustomerAddress: `122 Market Street, New York, USA, 70071`, - Salesperson: `Max Black`, - OrderID: 1588, - OrderDate: `8/22/2022`, - ProductID: 169, - ProductName: `IPhone`, - UnitPrice: 28440.73, - Quantity: 3, - ExtendedPrice: 85322.19, - Freight: 640.73, - Discontinued: false, - Region: `North East`, - Address: `122 Market Street`, - City: `New York`, - Country: `USA`, - PostalCode: 70071 - }), - new InvoicesDataItem( - { - ShipName: `Smith Market`, - ShipAddress: `178 Main Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 80064, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1305, - CustomerName: `Anna Smith`, - CustomerFirstName: `Anna`, - CustomerLastName: `Smith`, - CustomerAddress: `178 Main Street, Philadelphia, USA, 80064`, - Salesperson: `Pamela Jackson`, - OrderID: 1422, - OrderDate: `7/3/2022`, - ProductID: 150, - ProductName: `Mac Book Air`, - UnitPrice: 7100.37, - Quantity: 4, - ExtendedPrice: 28401.48, - Freight: 1560.37, - Discontinued: false, - Region: `North East`, - Address: `178 Main Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 80064 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Market`, - ShipAddress: `199 Main Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 80126, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Federal Shipping`, - CustomerID: 1306, - CustomerName: `Martin Jefferson`, - CustomerFirstName: `Martin`, - CustomerLastName: `Jefferson`, - CustomerAddress: `199 Main Street, Philadelphia, USA, 80126`, - Salesperson: `Ben Jefferson`, - OrderID: 1922, - OrderDate: `1/13/2022`, - ProductID: 116, - ProductName: `Mac Book Air`, - UnitPrice: 15400.22, - Quantity: 4, - ExtendedPrice: 61600.88, - Freight: 1970.22, - Discontinued: false, - Region: `South East`, - Address: `199 Main Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 80126 - }), - new InvoicesDataItem( - { - ShipName: `Watson Home`, - ShipAddress: `187 Wall Street`, - ShipCity: `Huston`, - ShipPostalCode: 70093, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Speedy Express`, - CustomerID: 1307, - CustomerName: `Nancy Watson`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Watson`, - CustomerAddress: `187 Wall Street, Huston, USA, 70093`, - Salesperson: `Ben Watson`, - OrderID: 1023, - OrderDate: `8/20/2022`, - ProductID: 138, - ProductName: `Samsung Note`, - UnitPrice: 26450.63, - Quantity: 2, - ExtendedPrice: 52901.26, - Freight: 980.63, - Discontinued: false, - Region: `South East`, - Address: `187 Wall Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 70093 - }), - new InvoicesDataItem( - { - ShipName: `Watson Market`, - ShipAddress: `110 Market Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 50180, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Federal Shipping`, - CustomerID: 1308, - CustomerName: `Max Watson`, - CustomerFirstName: `Max`, - CustomerLastName: `Watson`, - CustomerAddress: `110 Market Street, Los Angeles, USA, 50180`, - Salesperson: `Martin Smith`, - OrderID: 1651, - OrderDate: `8/10/2022`, - ProductID: 131, - ProductName: `IPhone`, - UnitPrice: 11720.27, - Quantity: 2, - ExtendedPrice: 23440.54, - Freight: 300.27, - Discontinued: false, - Region: `South East`, - Address: `110 Market Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 50180 - }), - new InvoicesDataItem( - { - ShipName: `Madison Home`, - ShipAddress: `196 Wall Street`, - ShipCity: `New York`, - ShipPostalCode: 50190, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1309, - CustomerName: `James Madison`, - CustomerFirstName: `James`, - CustomerLastName: `Madison`, - CustomerAddress: `196 Wall Street, New York, USA, 50190`, - Salesperson: `Nancy Madison`, - OrderID: 1918, - OrderDate: `7/11/2022`, - ProductID: 160, - ProductName: `IPad`, - UnitPrice: 22400.31, - Quantity: 2, - ExtendedPrice: 44800.62, - Freight: 1310.31, - Discontinued: true, - Region: `North East`, - Address: `196 Wall Street`, - City: `New York`, - Country: `USA`, - PostalCode: 50190 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Market`, - ShipAddress: `172 Market Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 80154, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1310, - CustomerName: `Nancy Jefferson`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Jefferson`, - CustomerAddress: `172 Market Street, Philadelphia, USA, 80154`, - Salesperson: `Ben Jackson`, - OrderID: 1803, - OrderDate: `2/14/2022`, - ProductID: 100, - ProductName: `Samsung Note`, - UnitPrice: 5270.34, - Quantity: 5, - ExtendedPrice: 26351.7, - Freight: 320.34, - Discontinued: false, - Region: `North East`, - Address: `172 Market Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 80154 - }), - new InvoicesDataItem( - { - ShipName: `Watson Estate`, - ShipAddress: `181 Wall Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 50200, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Federal Shipping`, - CustomerID: 1311, - CustomerName: `Martin Watson`, - CustomerFirstName: `Martin`, - CustomerLastName: `Watson`, - CustomerAddress: `181 Wall Street, Los Angeles, USA, 50200`, - Salesperson: `James Watson`, - OrderID: 1467, - OrderDate: `12/13/2022`, - ProductID: 171, - ProductName: `Mac Book Air`, - UnitPrice: 7830.21, - Quantity: 4, - ExtendedPrice: 31320.84, - Freight: 1740.21, - Discontinued: false, - Region: `South East`, - Address: `181 Wall Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 50200 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Estate`, - ShipAddress: `151 Main Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 70118, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1312, - CustomerName: `Pamela Jefferson`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Jefferson`, - CustomerAddress: `151 Main Street, Los Angeles, USA, 70118`, - Salesperson: `Martin Watson`, - OrderID: 1359, - OrderDate: `4/5/2022`, - ProductID: 141, - ProductName: `IPhone`, - UnitPrice: 27160.77, - Quantity: 5, - ExtendedPrice: 135803.85, - Freight: 370.77, - Discontinued: false, - Region: `West`, - Address: `151 Main Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 70118 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Home`, - ShipAddress: `156 Market Street`, - ShipCity: `Miami`, - ShipPostalCode: 90109, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1313, - CustomerName: `James Jackson`, - CustomerFirstName: `James`, - CustomerLastName: `Jackson`, - CustomerAddress: `156 Market Street, Miami, USA, 90109`, - Salesperson: `James Jackson`, - OrderID: 1592, - OrderDate: `4/16/2022`, - ProductID: 128, - ProductName: `Samsung Note`, - UnitPrice: 14910.41, - Quantity: 5, - ExtendedPrice: 74552.05, - Freight: 1790.41, - Discontinued: false, - Region: `North East`, - Address: `156 Market Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 90109 - }), - new InvoicesDataItem( - { - ShipName: `Watson Estate`, - ShipAddress: `147 Main Street`, - ShipCity: `Huston`, - ShipPostalCode: 60054, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Federal Shipping`, - CustomerID: 1314, - CustomerName: `Pamela Watson`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Watson`, - CustomerAddress: `147 Main Street, Huston, USA, 60054`, - Salesperson: `Ben Watson`, - OrderID: 1454, - OrderDate: `12/12/2022`, - ProductID: 131, - ProductName: `Mac Book Air`, - UnitPrice: 11280.22, - Quantity: 3, - ExtendedPrice: 33840.66, - Freight: 1440.22, - Discontinued: false, - Region: `South East`, - Address: `147 Main Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 60054 - }), - new InvoicesDataItem( - { - ShipName: `Madison Home`, - ShipAddress: `123 Market Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 90190, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1315, - CustomerName: `Ben Madison`, - CustomerFirstName: `Ben`, - CustomerLastName: `Madison`, - CustomerAddress: `123 Market Street, Philadelphia, USA, 90190`, - Salesperson: `James Jefferson`, - OrderID: 1529, - OrderDate: `4/19/2022`, - ProductID: 102, - ProductName: `IPad`, - UnitPrice: 7570.85, - Quantity: 5, - ExtendedPrice: 37854.25, - Freight: 1630.85, - Discontinued: false, - Region: `West`, - Address: `123 Market Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 90190 - }), - new InvoicesDataItem( - { - ShipName: `Watson Home`, - ShipAddress: `100 Wall Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 90115, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1316, - CustomerName: `James Watson`, - CustomerFirstName: `James`, - CustomerLastName: `Watson`, - CustomerAddress: `100 Wall Street, Los Angeles, USA, 90115`, - Salesperson: `Nancy Smith`, - OrderID: 1783, - OrderDate: `9/2/2022`, - ProductID: 144, - ProductName: `Samsung Note`, - UnitPrice: 5530.88, - Quantity: 3, - ExtendedPrice: 16592.64, - Freight: 1800.88, - Discontinued: false, - Region: `North East`, - Address: `100 Wall Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 90115 - }), - new InvoicesDataItem( - { - ShipName: `Watson Townhouse`, - ShipAddress: `184 Wall Street`, - ShipCity: `Miami`, - ShipPostalCode: 50144, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Federal Shipping`, - CustomerID: 1317, - CustomerName: `Max Watson`, - CustomerFirstName: `Max`, - CustomerLastName: `Watson`, - CustomerAddress: `184 Wall Street, Miami, USA, 50144`, - Salesperson: `Max Jackson`, - OrderID: 1533, - OrderDate: `12/19/2022`, - ProductID: 189, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 24820.6, - Quantity: 2, - ExtendedPrice: 49641.2, - Freight: 1550.6, - Discontinued: false, - Region: `South East`, - Address: `184 Wall Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 50144 - }), - new InvoicesDataItem( - { - ShipName: `Black Home`, - ShipAddress: `187 Wall Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 70132, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1318, - CustomerName: `Mike Black`, - CustomerFirstName: `Mike`, - CustomerLastName: `Black`, - CustomerAddress: `187 Wall Street, Los Angeles, USA, 70132`, - Salesperson: `Nancy Jackson`, - OrderID: 1483, - OrderDate: `1/8/2022`, - ProductID: 182, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 21520.76, - Quantity: 4, - ExtendedPrice: 86083.04, - Freight: 770.76, - Discontinued: false, - Region: `North East`, - Address: `187 Wall Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 70132 - }), - new InvoicesDataItem( - { - ShipName: `Black Market`, - ShipAddress: `162 Main Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 90083, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Speedy Express`, - CustomerID: 1319, - CustomerName: `Mike Black`, - CustomerFirstName: `Mike`, - CustomerLastName: `Black`, - CustomerAddress: `162 Main Street, Philadelphia, USA, 90083`, - Salesperson: `Max Jefferson`, - OrderID: 1869, - OrderDate: `6/3/2022`, - ProductID: 118, - ProductName: `IPhone`, - UnitPrice: 15930.3, - Quantity: 2, - ExtendedPrice: 31860.6, - Freight: 470.3, - Discontinued: true, - Region: `North East`, - Address: `162 Main Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 90083 - }), - new InvoicesDataItem( - { - ShipName: `Watson Home`, - ShipAddress: `147 Main Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 50191, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Speedy Express`, - CustomerID: 1320, - CustomerName: `Nancy Watson`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Watson`, - CustomerAddress: `147 Main Street, Philadelphia, USA, 50191`, - Salesperson: `Martin Jefferson`, - OrderID: 1541, - OrderDate: `2/1/2022`, - ProductID: 159, - ProductName: `Mac Book Pro`, - UnitPrice: 29090.51, - Quantity: 4, - ExtendedPrice: 116362.04, - Freight: 900.51, - Discontinued: false, - Region: `North East`, - Address: `147 Main Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 50191 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Market`, - ShipAddress: `175 Wall Street`, - ShipCity: `New York`, - ShipPostalCode: 90056, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1321, - CustomerName: `Martin Jackson`, - CustomerFirstName: `Martin`, - CustomerLastName: `Jackson`, - CustomerAddress: `175 Wall Street, New York, USA, 90056`, - Salesperson: `Anna Black`, - OrderID: 1050, - OrderDate: `8/6/2022`, - ProductID: 120, - ProductName: `IPad`, - UnitPrice: 28490.38, - Quantity: 5, - ExtendedPrice: 142451.9, - Freight: 860.38, - Discontinued: false, - Region: `West`, - Address: `175 Wall Street`, - City: `New York`, - Country: `USA`, - PostalCode: 90056 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Market`, - ShipAddress: `129 Market Street`, - ShipCity: `Huston`, - ShipPostalCode: 50089, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Federal Shipping`, - CustomerID: 1322, - CustomerName: `Pamela Jackson`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Jackson`, - CustomerAddress: `129 Market Street, Huston, USA, 50089`, - Salesperson: `Mike Jefferson`, - OrderID: 1188, - OrderDate: `7/23/2022`, - ProductID: 119, - ProductName: `Mac Book Pro`, - UnitPrice: 6710.58, - Quantity: 3, - ExtendedPrice: 20131.74, - Freight: 1160.58, - Discontinued: false, - Region: `South East`, - Address: `129 Market Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 50089 - }), - new InvoicesDataItem( - { - ShipName: `Smith Market`, - ShipAddress: `104 Wall Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 70079, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1323, - CustomerName: `Ben Smith`, - CustomerFirstName: `Ben`, - CustomerLastName: `Smith`, - CustomerAddress: `104 Wall Street, Philadelphia, USA, 70079`, - Salesperson: `Martin Madison`, - OrderID: 1452, - OrderDate: `2/1/2022`, - ProductID: 182, - ProductName: `IPhone`, - UnitPrice: 9260.28, - Quantity: 2, - ExtendedPrice: 18520.56, - Freight: 1960.28, - Discontinued: false, - Region: `South East`, - Address: `104 Wall Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 70079 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Townhouse`, - ShipAddress: `167 Wall Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 70137, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1324, - CustomerName: `Mike Jefferson`, - CustomerFirstName: `Mike`, - CustomerLastName: `Jefferson`, - CustomerAddress: `167 Wall Street, Philadelphia, USA, 70137`, - Salesperson: `James Jefferson`, - OrderID: 1542, - OrderDate: `7/21/2022`, - ProductID: 107, - ProductName: `IPhone`, - UnitPrice: 5100.82, - Quantity: 5, - ExtendedPrice: 25504.1, - Freight: 610.82, - Discontinued: false, - Region: `North East`, - Address: `167 Wall Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 70137 - }), - new InvoicesDataItem( - { - ShipName: `Madison Market`, - ShipAddress: `128 Wall Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 50188, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1325, - CustomerName: `Mike Madison`, - CustomerFirstName: `Mike`, - CustomerLastName: `Madison`, - CustomerAddress: `128 Wall Street, Philadelphia, USA, 50188`, - Salesperson: `Nancy Jefferson`, - OrderID: 1993, - OrderDate: `3/7/2022`, - ProductID: 149, - ProductName: `Samsung Note`, - UnitPrice: 27520.59, - Quantity: 4, - ExtendedPrice: 110082.36, - Freight: 1260.59, - Discontinued: false, - Region: `South East`, - Address: `128 Wall Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 50188 - }), - new InvoicesDataItem( - { - ShipName: `Watson Market`, - ShipAddress: `171 Market Street`, - ShipCity: `Huston`, - ShipPostalCode: 70190, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Speedy Express`, - CustomerID: 1326, - CustomerName: `Martin Watson`, - CustomerFirstName: `Martin`, - CustomerLastName: `Watson`, - CustomerAddress: `171 Market Street, Huston, USA, 70190`, - Salesperson: `Anna Madison`, - OrderID: 1815, - OrderDate: `7/4/2022`, - ProductID: 195, - ProductName: `Samsung Note`, - UnitPrice: 27340.66, - Quantity: 5, - ExtendedPrice: 136703.3, - Freight: 1790.66, - Discontinued: false, - Region: `South East`, - Address: `171 Market Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 70190 - }), - new InvoicesDataItem( - { - ShipName: `Watson Home`, - ShipAddress: `191 Market Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 60123, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1327, - CustomerName: `Anna Watson`, - CustomerFirstName: `Anna`, - CustomerLastName: `Watson`, - CustomerAddress: `191 Market Street, Philadelphia, USA, 60123`, - Salesperson: `Anna Madison`, - OrderID: 1319, - OrderDate: `8/5/2022`, - ProductID: 191, - ProductName: `Samsung Note`, - UnitPrice: 28500.5, - Quantity: 5, - ExtendedPrice: 142502.5, - Freight: 1280.5, - Discontinued: false, - Region: `West`, - Address: `191 Market Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 60123 - }), - new InvoicesDataItem( - { - ShipName: `Madison Townhouse`, - ShipAddress: `150 Wall Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 80139, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Federal Shipping`, - CustomerID: 1328, - CustomerName: `Mike Madison`, - CustomerFirstName: `Mike`, - CustomerLastName: `Madison`, - CustomerAddress: `150 Wall Street, Philadelphia, USA, 80139`, - Salesperson: `Nancy Watson`, - OrderID: 1592, - OrderDate: `2/22/2022`, - ProductID: 149, - ProductName: `Mac Book Pro`, - UnitPrice: 22890.6, - Quantity: 5, - ExtendedPrice: 114453, - Freight: 920.6, - Discontinued: false, - Region: `South East`, - Address: `150 Wall Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 80139 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Market`, - ShipAddress: `112 Main Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 70172, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1329, - CustomerName: `Nancy Jackson`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Jackson`, - CustomerAddress: `112 Main Street, Los Angeles, USA, 70172`, - Salesperson: `Max Jefferson`, - OrderID: 1959, - OrderDate: `10/15/2022`, - ProductID: 156, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 12050.71, - Quantity: 4, - ExtendedPrice: 48202.84, - Freight: 270.71, - Discontinued: true, - Region: `North East`, - Address: `112 Main Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 70172 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Market`, - ShipAddress: `121 Market Street`, - ShipCity: `New York`, - ShipPostalCode: 80122, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1330, - CustomerName: `Martin Jefferson`, - CustomerFirstName: `Martin`, - CustomerLastName: `Jefferson`, - CustomerAddress: `121 Market Street, New York, USA, 80122`, - Salesperson: `Ben Black`, - OrderID: 1343, - OrderDate: `5/25/2022`, - ProductID: 118, - ProductName: `Mac Book Pro`, - UnitPrice: 7060.29, - Quantity: 4, - ExtendedPrice: 28241.16, - Freight: 400.29, - Discontinued: false, - Region: `West`, - Address: `121 Market Street`, - City: `New York`, - Country: `USA`, - PostalCode: 80122 - }), - new InvoicesDataItem( - { - ShipName: `Watson Estate`, - ShipAddress: `183 Wall Street`, - ShipCity: `Miami`, - ShipPostalCode: 90122, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Speedy Express`, - CustomerID: 1331, - CustomerName: `Pamela Watson`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Watson`, - CustomerAddress: `183 Wall Street, Miami, USA, 90122`, - Salesperson: `Pamela Smith`, - OrderID: 1876, - OrderDate: `2/8/2022`, - ProductID: 137, - ProductName: `Samsung Note`, - UnitPrice: 10140.84, - Quantity: 4, - ExtendedPrice: 40563.36, - Freight: 640.84, - Discontinued: false, - Region: `North East`, - Address: `183 Wall Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 90122 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Estate`, - ShipAddress: `105 Main Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 50068, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1332, - CustomerName: `Mike Jefferson`, - CustomerFirstName: `Mike`, - CustomerLastName: `Jefferson`, - CustomerAddress: `105 Main Street, Los Angeles, USA, 50068`, - Salesperson: `Ben Madison`, - OrderID: 1322, - OrderDate: `6/7/2022`, - ProductID: 148, - ProductName: `Mac Book Air`, - UnitPrice: 20150.45, - Quantity: 4, - ExtendedPrice: 80601.8, - Freight: 1190.45, - Discontinued: false, - Region: `North East`, - Address: `105 Main Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 50068 - }), - new InvoicesDataItem( - { - ShipName: `Madison Townhouse`, - ShipAddress: `199 Market Street`, - ShipCity: `Huston`, - ShipPostalCode: 70061, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1333, - CustomerName: `Martin Madison`, - CustomerFirstName: `Martin`, - CustomerLastName: `Madison`, - CustomerAddress: `199 Market Street, Huston, USA, 70061`, - Salesperson: `Max Smith`, - OrderID: 1046, - OrderDate: `2/3/2022`, - ProductID: 162, - ProductName: `IPhone`, - UnitPrice: 28480.38, - Quantity: 2, - ExtendedPrice: 56960.76, - Freight: 1180.38, - Discontinued: false, - Region: `West`, - Address: `199 Market Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 70061 - }), - new InvoicesDataItem( - { - ShipName: `Madison Estate`, - ShipAddress: `142 Wall Street`, - ShipCity: `Huston`, - ShipPostalCode: 60058, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1334, - CustomerName: `Ben Madison`, - CustomerFirstName: `Ben`, - CustomerLastName: `Madison`, - CustomerAddress: `142 Wall Street, Huston, USA, 60058`, - Salesperson: `Mike Madison`, - OrderID: 1433, - OrderDate: `2/1/2022`, - ProductID: 177, - ProductName: `IPhone`, - UnitPrice: 6770.89, - Quantity: 5, - ExtendedPrice: 33854.45, - Freight: 520.89, - Discontinued: false, - Region: `South East`, - Address: `142 Wall Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 60058 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Townhouse`, - ShipAddress: `140 Market Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 90131, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1335, - CustomerName: `Martin Jefferson`, - CustomerFirstName: `Martin`, - CustomerLastName: `Jefferson`, - CustomerAddress: `140 Market Street, Los Angeles, USA, 90131`, - Salesperson: `Pamela Black`, - OrderID: 1894, - OrderDate: `9/13/2022`, - ProductID: 151, - ProductName: `IPad`, - UnitPrice: 5280.38, - Quantity: 5, - ExtendedPrice: 26401.9, - Freight: 1610.38, - Discontinued: false, - Region: `North East`, - Address: `140 Market Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 90131 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Home`, - ShipAddress: `106 Market Street`, - ShipCity: `Miami`, - ShipPostalCode: 60063, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1336, - CustomerName: `Ben Jefferson`, - CustomerFirstName: `Ben`, - CustomerLastName: `Jefferson`, - CustomerAddress: `106 Market Street, Miami, USA, 60063`, - Salesperson: `Anna Jackson`, - OrderID: 1017, - OrderDate: `6/12/2022`, - ProductID: 173, - ProductName: `Mac Book Pro`, - UnitPrice: 27000.78, - Quantity: 2, - ExtendedPrice: 54001.56, - Freight: 540.78, - Discontinued: false, - Region: `West`, - Address: `106 Market Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 60063 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Market`, - ShipAddress: `190 Market Street`, - ShipCity: `Huston`, - ShipPostalCode: 70115, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Federal Shipping`, - CustomerID: 1337, - CustomerName: `Max Jefferson`, - CustomerFirstName: `Max`, - CustomerLastName: `Jefferson`, - CustomerAddress: `190 Market Street, Huston, USA, 70115`, - Salesperson: `Martin Smith`, - OrderID: 1583, - OrderDate: `2/12/2022`, - ProductID: 147, - ProductName: `Samsung Note`, - UnitPrice: 7560.53, - Quantity: 2, - ExtendedPrice: 15121.06, - Freight: 260.53, - Discontinued: false, - Region: `South East`, - Address: `190 Market Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 70115 - }), - new InvoicesDataItem( - { - ShipName: `Smith Home`, - ShipAddress: `129 Market Street`, - ShipCity: `Miami`, - ShipPostalCode: 70051, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1338, - CustomerName: `Nancy Smith`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Smith`, - CustomerAddress: `129 Market Street, Miami, USA, 70051`, - Salesperson: `Pamela Madison`, - OrderID: 1202, - OrderDate: `3/15/2022`, - ProductID: 136, - ProductName: `IPhone`, - UnitPrice: 20520.41, - Quantity: 2, - ExtendedPrice: 41040.82, - Freight: 550.41, - Discontinued: false, - Region: `North East`, - Address: `129 Market Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 70051 - }), - new InvoicesDataItem( - { - ShipName: `Smith Home`, - ShipAddress: `143 Main Street`, - ShipCity: `Miami`, - ShipPostalCode: 70144, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1339, - CustomerName: `Martin Smith`, - CustomerFirstName: `Martin`, - CustomerLastName: `Smith`, - CustomerAddress: `143 Main Street, Miami, USA, 70144`, - Salesperson: `James Jefferson`, - OrderID: 1172, - OrderDate: `10/15/2022`, - ProductID: 136, - ProductName: `IPad`, - UnitPrice: 18760.26, - Quantity: 4, - ExtendedPrice: 75041.04, - Freight: 540.26, - Discontinued: true, - Region: `North East`, - Address: `143 Main Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 70144 - }), - new InvoicesDataItem( - { - ShipName: `Smith Market`, - ShipAddress: `179 Market Street`, - ShipCity: `New York`, - ShipPostalCode: 90174, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1340, - CustomerName: `Martin Smith`, - CustomerFirstName: `Martin`, - CustomerLastName: `Smith`, - CustomerAddress: `179 Market Street, New York, USA, 90174`, - Salesperson: `Martin Madison`, - OrderID: 1491, - OrderDate: `4/19/2022`, - ProductID: 176, - ProductName: `Mac Book Air`, - UnitPrice: 16000.56, - Quantity: 4, - ExtendedPrice: 64002.24, - Freight: 690.56, - Discontinued: false, - Region: `West`, - Address: `179 Market Street`, - City: `New York`, - Country: `USA`, - PostalCode: 90174 - }), - new InvoicesDataItem( - { - ShipName: `Madison Home`, - ShipAddress: `152 Main Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 90077, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1341, - CustomerName: `Mike Madison`, - CustomerFirstName: `Mike`, - CustomerLastName: `Madison`, - CustomerAddress: `152 Main Street, Philadelphia, USA, 90077`, - Salesperson: `James Black`, - OrderID: 1351, - OrderDate: `9/19/2022`, - ProductID: 147, - ProductName: `IPhone`, - UnitPrice: 19810.36, - Quantity: 4, - ExtendedPrice: 79241.44, - Freight: 920.36, - Discontinued: false, - Region: `West`, - Address: `152 Main Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 90077 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Estate`, - ShipAddress: `170 Main Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 60097, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Speedy Express`, - CustomerID: 1342, - CustomerName: `Anna Jefferson`, - CustomerFirstName: `Anna`, - CustomerLastName: `Jefferson`, - CustomerAddress: `170 Main Street, Los Angeles, USA, 60097`, - Salesperson: `Martin Black`, - OrderID: 1619, - OrderDate: `3/13/2022`, - ProductID: 166, - ProductName: `Mac Book Air`, - UnitPrice: 27140.88, - Quantity: 3, - ExtendedPrice: 81422.64, - Freight: 1480.88, - Discontinued: false, - Region: `North East`, - Address: `170 Main Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 60097 - }), - new InvoicesDataItem( - { - ShipName: `Black Townhouse`, - ShipAddress: `198 Wall Street`, - ShipCity: `New York`, - ShipPostalCode: 90077, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Federal Shipping`, - CustomerID: 1343, - CustomerName: `Martin Black`, - CustomerFirstName: `Martin`, - CustomerLastName: `Black`, - CustomerAddress: `198 Wall Street, New York, USA, 90077`, - Salesperson: `James Smith`, - OrderID: 1646, - OrderDate: `9/2/2022`, - ProductID: 122, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 6160.87, - Quantity: 3, - ExtendedPrice: 18482.61, - Freight: 1480.87, - Discontinued: false, - Region: `South East`, - Address: `198 Wall Street`, - City: `New York`, - Country: `USA`, - PostalCode: 90077 - }), - new InvoicesDataItem( - { - ShipName: `Watson Estate`, - ShipAddress: `193 Wall Street`, - ShipCity: `New York`, - ShipPostalCode: 60165, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Speedy Express`, - CustomerID: 1344, - CustomerName: `Ben Watson`, - CustomerFirstName: `Ben`, - CustomerLastName: `Watson`, - CustomerAddress: `193 Wall Street, New York, USA, 60165`, - Salesperson: `Ben Madison`, - OrderID: 1516, - OrderDate: `4/20/2022`, - ProductID: 113, - ProductName: `IPhone`, - UnitPrice: 22310.25, - Quantity: 2, - ExtendedPrice: 44620.5, - Freight: 1740.25, - Discontinued: false, - Region: `North East`, - Address: `193 Wall Street`, - City: `New York`, - Country: `USA`, - PostalCode: 60165 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Market`, - ShipAddress: `108 Wall Street`, - ShipCity: `New York`, - ShipPostalCode: 90123, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Speedy Express`, - CustomerID: 1345, - CustomerName: `James Jackson`, - CustomerFirstName: `James`, - CustomerLastName: `Jackson`, - CustomerAddress: `108 Wall Street, New York, USA, 90123`, - Salesperson: `Mike Madison`, - OrderID: 1356, - OrderDate: `11/2/2022`, - ProductID: 105, - ProductName: `Mac Book Air`, - UnitPrice: 16240.78, - Quantity: 5, - ExtendedPrice: 81203.9, - Freight: 260.78, - Discontinued: false, - Region: `North East`, - Address: `108 Wall Street`, - City: `New York`, - Country: `USA`, - PostalCode: 90123 - }), - new InvoicesDataItem( - { - ShipName: `Black Home`, - ShipAddress: `173 Main Street`, - ShipCity: `Miami`, - ShipPostalCode: 60061, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1346, - CustomerName: `Max Black`, - CustomerFirstName: `Max`, - CustomerLastName: `Black`, - CustomerAddress: `173 Main Street, Miami, USA, 60061`, - Salesperson: `Mike Jefferson`, - OrderID: 1062, - OrderDate: `3/5/2022`, - ProductID: 101, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 25540.71, - Quantity: 5, - ExtendedPrice: 127703.55, - Freight: 2000.71, - Discontinued: false, - Region: `West`, - Address: `173 Main Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 60061 - }), - new InvoicesDataItem( - { - ShipName: `Black Home`, - ShipAddress: `118 Wall Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 60178, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1347, - CustomerName: `Nancy Black`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Black`, - CustomerAddress: `118 Wall Street, Los Angeles, USA, 60178`, - Salesperson: `Max Madison`, - OrderID: 1482, - OrderDate: `8/24/2022`, - ProductID: 105, - ProductName: `IPhone`, - UnitPrice: 17000.6, - Quantity: 4, - ExtendedPrice: 68002.4, - Freight: 1390.6, - Discontinued: false, - Region: `West`, - Address: `118 Wall Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 60178 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Townhouse`, - ShipAddress: `134 Wall Street`, - ShipCity: `New York`, - ShipPostalCode: 60096, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1348, - CustomerName: `Martin Jackson`, - CustomerFirstName: `Martin`, - CustomerLastName: `Jackson`, - CustomerAddress: `134 Wall Street, New York, USA, 60096`, - Salesperson: `Ben Madison`, - OrderID: 1443, - OrderDate: `7/1/2022`, - ProductID: 105, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 12670.46, - Quantity: 2, - ExtendedPrice: 25340.92, - Freight: 1280.46, - Discontinued: false, - Region: `North East`, - Address: `134 Wall Street`, - City: `New York`, - Country: `USA`, - PostalCode: 60096 - }), - new InvoicesDataItem( - { - ShipName: `Black Estate`, - ShipAddress: `125 Market Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 50134, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Speedy Express`, - CustomerID: 1349, - CustomerName: `Ben Black`, - CustomerFirstName: `Ben`, - CustomerLastName: `Black`, - CustomerAddress: `125 Market Street, Philadelphia, USA, 50134`, - Salesperson: `Mike Watson`, - OrderID: 1498, - OrderDate: `1/17/2022`, - ProductID: 194, - ProductName: `IPhone`, - UnitPrice: 23470.22, - Quantity: 3, - ExtendedPrice: 70410.66, - Freight: 1370.22, - Discontinued: true, - Region: `South East`, - Address: `125 Market Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 50134 - }), - new InvoicesDataItem( - { - ShipName: `Madison Home`, - ShipAddress: `145 Market Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 80099, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1350, - CustomerName: `Mike Madison`, - CustomerFirstName: `Mike`, - CustomerLastName: `Madison`, - CustomerAddress: `145 Market Street, Philadelphia, USA, 80099`, - Salesperson: `Nancy Watson`, - OrderID: 1002, - OrderDate: `11/11/2022`, - ProductID: 116, - ProductName: `Mac Book Air`, - UnitPrice: 17060.57, - Quantity: 3, - ExtendedPrice: 51181.71, - Freight: 1800.57, - Discontinued: false, - Region: `West`, - Address: `145 Market Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 80099 - }), - new InvoicesDataItem( - { - ShipName: `Watson Home`, - ShipAddress: `130 Market Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 70052, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Speedy Express`, - CustomerID: 1351, - CustomerName: `Ben Watson`, - CustomerFirstName: `Ben`, - CustomerLastName: `Watson`, - CustomerAddress: `130 Market Street, Philadelphia, USA, 70052`, - Salesperson: `Pamela Watson`, - OrderID: 1144, - OrderDate: `10/15/2022`, - ProductID: 168, - ProductName: `IPhone`, - UnitPrice: 13010.35, - Quantity: 4, - ExtendedPrice: 52041.4, - Freight: 980.35, - Discontinued: false, - Region: `South East`, - Address: `130 Market Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 70052 - }), - new InvoicesDataItem( - { - ShipName: `Black Market`, - ShipAddress: `136 Wall Street`, - ShipCity: `Miami`, - ShipPostalCode: 60165, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1352, - CustomerName: `Nancy Black`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Black`, - CustomerAddress: `136 Wall Street, Miami, USA, 60165`, - Salesperson: `Mike Black`, - OrderID: 1745, - OrderDate: `4/9/2022`, - ProductID: 119, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 7900.53, - Quantity: 4, - ExtendedPrice: 31602.12, - Freight: 1400.53, - Discontinued: false, - Region: `West`, - Address: `136 Wall Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 60165 - }), - new InvoicesDataItem( - { - ShipName: `Madison Townhouse`, - ShipAddress: `190 Wall Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 60176, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1353, - CustomerName: `Pamela Madison`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Madison`, - CustomerAddress: `190 Wall Street, Philadelphia, USA, 60176`, - Salesperson: `Martin Smith`, - OrderID: 1489, - OrderDate: `3/25/2022`, - ProductID: 113, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 23420.42, - Quantity: 4, - ExtendedPrice: 93681.68, - Freight: 1660.42, - Discontinued: false, - Region: `West`, - Address: `190 Wall Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 60176 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Townhouse`, - ShipAddress: `114 Main Street`, - ShipCity: `Huston`, - ShipPostalCode: 50060, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1354, - CustomerName: `Mike Jackson`, - CustomerFirstName: `Mike`, - CustomerLastName: `Jackson`, - CustomerAddress: `114 Main Street, Huston, USA, 50060`, - Salesperson: `Nancy Jackson`, - OrderID: 1302, - OrderDate: `3/21/2022`, - ProductID: 144, - ProductName: `Mac Book Pro`, - UnitPrice: 21240.71, - Quantity: 5, - ExtendedPrice: 106203.55, - Freight: 1000.71, - Discontinued: false, - Region: `North East`, - Address: `114 Main Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 50060 - }), - new InvoicesDataItem( - { - ShipName: `Watson Townhouse`, - ShipAddress: `130 Market Street`, - ShipCity: `Huston`, - ShipPostalCode: 90062, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Speedy Express`, - CustomerID: 1355, - CustomerName: `Max Watson`, - CustomerFirstName: `Max`, - CustomerLastName: `Watson`, - CustomerAddress: `130 Market Street, Huston, USA, 90062`, - Salesperson: `Ben Jackson`, - OrderID: 1901, - OrderDate: `11/5/2022`, - ProductID: 101, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 17170.52, - Quantity: 4, - ExtendedPrice: 68682.08, - Freight: 1600.52, - Discontinued: false, - Region: `South East`, - Address: `130 Market Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 90062 - }), - new InvoicesDataItem( - { - ShipName: `Watson Market`, - ShipAddress: `160 Market Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 50149, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1356, - CustomerName: `Nancy Watson`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Watson`, - CustomerAddress: `160 Market Street, Philadelphia, USA, 50149`, - Salesperson: `Ben Watson`, - OrderID: 1331, - OrderDate: `2/5/2022`, - ProductID: 151, - ProductName: `Mac Book Pro`, - UnitPrice: 17650.73, - Quantity: 4, - ExtendedPrice: 70602.92, - Freight: 1720.73, - Discontinued: false, - Region: `South East`, - Address: `160 Market Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 50149 - }), - new InvoicesDataItem( - { - ShipName: `Black Townhouse`, - ShipAddress: `130 Main Street`, - ShipCity: `New York`, - ShipPostalCode: 50184, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Federal Shipping`, - CustomerID: 1357, - CustomerName: `Anna Black`, - CustomerFirstName: `Anna`, - CustomerLastName: `Black`, - CustomerAddress: `130 Main Street, New York, USA, 50184`, - Salesperson: `Anna Watson`, - OrderID: 1161, - OrderDate: `5/18/2022`, - ProductID: 185, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 12920.84, - Quantity: 3, - ExtendedPrice: 38762.52, - Freight: 780.84, - Discontinued: false, - Region: `South East`, - Address: `130 Main Street`, - City: `New York`, - Country: `USA`, - PostalCode: 50184 - }), - new InvoicesDataItem( - { - ShipName: `Watson Townhouse`, - ShipAddress: `120 Wall Street`, - ShipCity: `New York`, - ShipPostalCode: 90122, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1358, - CustomerName: `Ben Watson`, - CustomerFirstName: `Ben`, - CustomerLastName: `Watson`, - CustomerAddress: `120 Wall Street, New York, USA, 90122`, - Salesperson: `Martin Madison`, - OrderID: 1211, - OrderDate: `11/13/2022`, - ProductID: 136, - ProductName: `IPad`, - UnitPrice: 21380.5, - Quantity: 4, - ExtendedPrice: 85522, - Freight: 1130.5, - Discontinued: false, - Region: `West`, - Address: `120 Wall Street`, - City: `New York`, - Country: `USA`, - PostalCode: 90122 - }), - new InvoicesDataItem( - { - ShipName: `Madison Market`, - ShipAddress: `108 Market Street`, - ShipCity: `New York`, - ShipPostalCode: 80106, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1359, - CustomerName: `Pamela Madison`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Madison`, - CustomerAddress: `108 Market Street, New York, USA, 80106`, - Salesperson: `Anna Watson`, - OrderID: 1010, - OrderDate: `3/15/2022`, - ProductID: 198, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 18060.46, - Quantity: 4, - ExtendedPrice: 72241.84, - Freight: 330.46, - Discontinued: true, - Region: `North East`, - Address: `108 Market Street`, - City: `New York`, - Country: `USA`, - PostalCode: 80106 - }), - new InvoicesDataItem( - { - ShipName: `Black Estate`, - ShipAddress: `114 Market Street`, - ShipCity: `Miami`, - ShipPostalCode: 70117, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1360, - CustomerName: `Nancy Black`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Black`, - CustomerAddress: `114 Market Street, Miami, USA, 70117`, - Salesperson: `James Smith`, - OrderID: 1001, - OrderDate: `2/24/2022`, - ProductID: 121, - ProductName: `Mac Book Pro`, - UnitPrice: 22020.55, - Quantity: 5, - ExtendedPrice: 110102.75, - Freight: 1970.55, - Discontinued: false, - Region: `West`, - Address: `114 Market Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 70117 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Home`, - ShipAddress: `134 Main Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 50108, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1361, - CustomerName: `Nancy Jackson`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Jackson`, - CustomerAddress: `134 Main Street, Philadelphia, USA, 50108`, - Salesperson: `Max Jefferson`, - OrderID: 1871, - OrderDate: `3/1/2022`, - ProductID: 114, - ProductName: `Mac Book Air`, - UnitPrice: 13010.27, - Quantity: 5, - ExtendedPrice: 65051.35, - Freight: 1490.27, - Discontinued: false, - Region: `North East`, - Address: `134 Main Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 50108 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Townhouse`, - ShipAddress: `138 Market Street`, - ShipCity: `Huston`, - ShipPostalCode: 90082, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Federal Shipping`, - CustomerID: 1362, - CustomerName: `Mike Jefferson`, - CustomerFirstName: `Mike`, - CustomerLastName: `Jefferson`, - CustomerAddress: `138 Market Street, Huston, USA, 90082`, - Salesperson: `Ben Watson`, - OrderID: 1175, - OrderDate: `4/11/2022`, - ProductID: 159, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 17660.27, - Quantity: 5, - ExtendedPrice: 88301.35, - Freight: 1770.27, - Discontinued: false, - Region: `South East`, - Address: `138 Market Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 90082 - }), - new InvoicesDataItem( - { - ShipName: `Madison Market`, - ShipAddress: `131 Main Street`, - ShipCity: `Miami`, - ShipPostalCode: 90189, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1363, - CustomerName: `James Madison`, - CustomerFirstName: `James`, - CustomerLastName: `Madison`, - CustomerAddress: `131 Main Street, Miami, USA, 90189`, - Salesperson: `Nancy Madison`, - OrderID: 1072, - OrderDate: `2/14/2022`, - ProductID: 169, - ProductName: `Mac Book Air`, - UnitPrice: 24150.8, - Quantity: 4, - ExtendedPrice: 96603.2, - Freight: 1040.8, - Discontinued: false, - Region: `South East`, - Address: `131 Main Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 90189 - }), - new InvoicesDataItem( - { - ShipName: `Watson Townhouse`, - ShipAddress: `133 Wall Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 90077, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1364, - CustomerName: `Martin Watson`, - CustomerFirstName: `Martin`, - CustomerLastName: `Watson`, - CustomerAddress: `133 Wall Street, Philadelphia, USA, 90077`, - Salesperson: `Pamela Jackson`, - OrderID: 1971, - OrderDate: `10/16/2022`, - ProductID: 108, - ProductName: `Samsung Note`, - UnitPrice: 18520.3, - Quantity: 2, - ExtendedPrice: 37040.6, - Freight: 300.3, - Discontinued: false, - Region: `North East`, - Address: `133 Wall Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 90077 - }), - new InvoicesDataItem( - { - ShipName: `Smith Estate`, - ShipAddress: `128 Market Street`, - ShipCity: `Huston`, - ShipPostalCode: 90109, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Federal Shipping`, - CustomerID: 1365, - CustomerName: `Pamela Smith`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Smith`, - CustomerAddress: `128 Market Street, Huston, USA, 90109`, - Salesperson: `Nancy Jackson`, - OrderID: 1024, - OrderDate: `12/21/2022`, - ProductID: 188, - ProductName: `Samsung Note`, - UnitPrice: 10040.29, - Quantity: 4, - ExtendedPrice: 40161.16, - Freight: 1900.29, - Discontinued: false, - Region: `South East`, - Address: `128 Market Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 90109 - }), - new InvoicesDataItem( - { - ShipName: `Black Estate`, - ShipAddress: `154 Market Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 80119, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Federal Shipping`, - CustomerID: 1366, - CustomerName: `Nancy Black`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Black`, - CustomerAddress: `154 Market Street, Philadelphia, USA, 80119`, - Salesperson: `Nancy Jackson`, - OrderID: 1537, - OrderDate: `6/24/2022`, - ProductID: 161, - ProductName: `IPhone`, - UnitPrice: 20110.8, - Quantity: 5, - ExtendedPrice: 100554, - Freight: 1990.8, - Discontinued: false, - Region: `South East`, - Address: `154 Market Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 80119 - }), - new InvoicesDataItem( - { - ShipName: `Madison Townhouse`, - ShipAddress: `156 Main Street`, - ShipCity: `Miami`, - ShipPostalCode: 50128, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1367, - CustomerName: `Ben Madison`, - CustomerFirstName: `Ben`, - CustomerLastName: `Madison`, - CustomerAddress: `156 Main Street, Miami, USA, 50128`, - Salesperson: `Nancy Smith`, - OrderID: 1289, - OrderDate: `7/2/2022`, - ProductID: 125, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 18320.56, - Quantity: 3, - ExtendedPrice: 54961.68, - Freight: 890.56, - Discontinued: false, - Region: `South East`, - Address: `156 Main Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 50128 - }), - new InvoicesDataItem( - { - ShipName: `Madison Home`, - ShipAddress: `130 Main Street`, - ShipCity: `Miami`, - ShipPostalCode: 60146, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1368, - CustomerName: `James Madison`, - CustomerFirstName: `James`, - CustomerLastName: `Madison`, - CustomerAddress: `130 Main Street, Miami, USA, 60146`, - Salesperson: `Nancy Jackson`, - OrderID: 1451, - OrderDate: `12/4/2022`, - ProductID: 140, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 6030.21, - Quantity: 4, - ExtendedPrice: 24120.84, - Freight: 1930.21, - Discontinued: false, - Region: `North East`, - Address: `130 Main Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 60146 - }), - new InvoicesDataItem( - { - ShipName: `Watson Market`, - ShipAddress: `159 Wall Street`, - ShipCity: `New York`, - ShipPostalCode: 70158, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Speedy Express`, - CustomerID: 1369, - CustomerName: `Nancy Watson`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Watson`, - CustomerAddress: `159 Wall Street, New York, USA, 70158`, - Salesperson: `Max Jefferson`, - OrderID: 1056, - OrderDate: `1/10/2022`, - ProductID: 151, - ProductName: `Mac Book Pro`, - UnitPrice: 27710.33, - Quantity: 3, - ExtendedPrice: 83130.99, - Freight: 300.33, - Discontinued: true, - Region: `South East`, - Address: `159 Wall Street`, - City: `New York`, - Country: `USA`, - PostalCode: 70158 - }), - new InvoicesDataItem( - { - ShipName: `Smith Townhouse`, - ShipAddress: `189 Wall Street`, - ShipCity: `New York`, - ShipPostalCode: 90186, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1370, - CustomerName: `Pamela Smith`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Smith`, - CustomerAddress: `189 Wall Street, New York, USA, 90186`, - Salesperson: `Anna Jefferson`, - OrderID: 1611, - OrderDate: `9/14/2022`, - ProductID: 180, - ProductName: `IPhone`, - UnitPrice: 15940.65, - Quantity: 4, - ExtendedPrice: 63762.6, - Freight: 1210.65, - Discontinued: false, - Region: `North East`, - Address: `189 Wall Street`, - City: `New York`, - Country: `USA`, - PostalCode: 90186 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Estate`, - ShipAddress: `190 Wall Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 50065, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1371, - CustomerName: `Mike Jefferson`, - CustomerFirstName: `Mike`, - CustomerLastName: `Jefferson`, - CustomerAddress: `190 Wall Street, Philadelphia, USA, 50065`, - Salesperson: `Martin Watson`, - OrderID: 1731, - OrderDate: `2/7/2022`, - ProductID: 103, - ProductName: `Mac Book Pro`, - UnitPrice: 21560.2, - Quantity: 4, - ExtendedPrice: 86240.8, - Freight: 1880.2, - Discontinued: false, - Region: `South East`, - Address: `190 Wall Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 50065 - }), - new InvoicesDataItem( - { - ShipName: `Smith Home`, - ShipAddress: `127 Market Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 80182, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1372, - CustomerName: `Pamela Smith`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Smith`, - CustomerAddress: `127 Market Street, Los Angeles, USA, 80182`, - Salesperson: `Ben Jefferson`, - OrderID: 1156, - OrderDate: `7/16/2022`, - ProductID: 132, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 15440.77, - Quantity: 5, - ExtendedPrice: 77203.85, - Freight: 1730.77, - Discontinued: false, - Region: `West`, - Address: `127 Market Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 80182 - }), - new InvoicesDataItem( - { - ShipName: `Madison Estate`, - ShipAddress: `150 Market Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 50154, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1373, - CustomerName: `Ben Madison`, - CustomerFirstName: `Ben`, - CustomerLastName: `Madison`, - CustomerAddress: `150 Market Street, Philadelphia, USA, 50154`, - Salesperson: `Max Jackson`, - OrderID: 1592, - OrderDate: `12/25/2022`, - ProductID: 109, - ProductName: `Mac Book Air`, - UnitPrice: 25510.57, - Quantity: 2, - ExtendedPrice: 51021.14, - Freight: 1350.57, - Discontinued: false, - Region: `North East`, - Address: `150 Market Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 50154 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Estate`, - ShipAddress: `163 Market Street`, - ShipCity: `Miami`, - ShipPostalCode: 50149, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Speedy Express`, - CustomerID: 1374, - CustomerName: `Max Jackson`, - CustomerFirstName: `Max`, - CustomerLastName: `Jackson`, - CustomerAddress: `163 Market Street, Miami, USA, 50149`, - Salesperson: `James Smith`, - OrderID: 1504, - OrderDate: `10/7/2022`, - ProductID: 197, - ProductName: `Mac Book Pro`, - UnitPrice: 23590.87, - Quantity: 5, - ExtendedPrice: 117954.35, - Freight: 460.87, - Discontinued: false, - Region: `South East`, - Address: `163 Market Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 50149 - }), - new InvoicesDataItem( - { - ShipName: `Smith Townhouse`, - ShipAddress: `114 Wall Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 90131, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Federal Shipping`, - CustomerID: 1375, - CustomerName: `Pamela Smith`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Smith`, - CustomerAddress: `114 Wall Street, Philadelphia, USA, 90131`, - Salesperson: `Nancy Jefferson`, - OrderID: 1121, - OrderDate: `11/25/2022`, - ProductID: 148, - ProductName: `Samsung Note`, - UnitPrice: 13030.29, - Quantity: 2, - ExtendedPrice: 26060.58, - Freight: 1140.29, - Discontinued: false, - Region: `South East`, - Address: `114 Wall Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 90131 - }), - new InvoicesDataItem( - { - ShipName: `Black Townhouse`, - ShipAddress: `167 Market Street`, - ShipCity: `Huston`, - ShipPostalCode: 50058, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1376, - CustomerName: `Nancy Black`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Black`, - CustomerAddress: `167 Market Street, Huston, USA, 50058`, - Salesperson: `Martin Black`, - OrderID: 1455, - OrderDate: `8/6/2022`, - ProductID: 196, - ProductName: `IPhone`, - UnitPrice: 13870.29, - Quantity: 5, - ExtendedPrice: 69351.45, - Freight: 1080.29, - Discontinued: false, - Region: `West`, - Address: `167 Market Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 50058 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Townhouse`, - ShipAddress: `181 Market Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 80062, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1377, - CustomerName: `Anna Jackson`, - CustomerFirstName: `Anna`, - CustomerLastName: `Jackson`, - CustomerAddress: `181 Market Street, Los Angeles, USA, 80062`, - Salesperson: `Anna Black`, - OrderID: 1320, - OrderDate: `1/15/2022`, - ProductID: 109, - ProductName: `Mac Book Pro`, - UnitPrice: 10990.65, - Quantity: 3, - ExtendedPrice: 32971.95, - Freight: 310.65, - Discontinued: false, - Region: `North East`, - Address: `181 Market Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 80062 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Market`, - ShipAddress: `113 Wall Street`, - ShipCity: `Miami`, - ShipPostalCode: 80140, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Federal Shipping`, - CustomerID: 1378, - CustomerName: `Pamela Jackson`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Jackson`, - CustomerAddress: `113 Wall Street, Miami, USA, 80140`, - Salesperson: `Anna Jackson`, - OrderID: 1936, - OrderDate: `12/2/2022`, - ProductID: 171, - ProductName: `IPhone`, - UnitPrice: 9550.78, - Quantity: 4, - ExtendedPrice: 38203.12, - Freight: 1380.78, - Discontinued: false, - Region: `South East`, - Address: `113 Wall Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 80140 - }), - new InvoicesDataItem( - { - ShipName: `Madison Estate`, - ShipAddress: `188 Wall Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 80072, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Federal Shipping`, - CustomerID: 1379, - CustomerName: `Anna Madison`, - CustomerFirstName: `Anna`, - CustomerLastName: `Madison`, - CustomerAddress: `188 Wall Street, Los Angeles, USA, 80072`, - Salesperson: `Nancy Watson`, - OrderID: 1767, - OrderDate: `10/23/2022`, - ProductID: 130, - ProductName: `IPhone`, - UnitPrice: 21500.21, - Quantity: 2, - ExtendedPrice: 43000.42, - Freight: 1680.21, - Discontinued: true, - Region: `South East`, - Address: `188 Wall Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 80072 - }), - new InvoicesDataItem( - { - ShipName: `Madison Home`, - ShipAddress: `177 Market Street`, - ShipCity: `Huston`, - ShipPostalCode: 80160, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1380, - CustomerName: `Anna Madison`, - CustomerFirstName: `Anna`, - CustomerLastName: `Madison`, - CustomerAddress: `177 Market Street, Huston, USA, 80160`, - Salesperson: `Max Jackson`, - OrderID: 1118, - OrderDate: `6/2/2022`, - ProductID: 111, - ProductName: `Mac Book Air`, - UnitPrice: 20100.73, - Quantity: 4, - ExtendedPrice: 80402.92, - Freight: 540.73, - Discontinued: false, - Region: `West`, - Address: `177 Market Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 80160 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Townhouse`, - ShipAddress: `139 Wall Street`, - ShipCity: `Miami`, - ShipPostalCode: 80074, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1381, - CustomerName: `Mike Jefferson`, - CustomerFirstName: `Mike`, - CustomerLastName: `Jefferson`, - CustomerAddress: `139 Wall Street, Miami, USA, 80074`, - Salesperson: `Nancy Madison`, - OrderID: 1269, - OrderDate: `6/12/2022`, - ProductID: 192, - ProductName: `Mac Book Air`, - UnitPrice: 17200.34, - Quantity: 4, - ExtendedPrice: 68801.36, - Freight: 1280.34, - Discontinued: false, - Region: `North East`, - Address: `139 Wall Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 80074 - }), - new InvoicesDataItem( - { - ShipName: `Madison Home`, - ShipAddress: `115 Wall Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 90081, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1382, - CustomerName: `Pamela Madison`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Madison`, - CustomerAddress: `115 Wall Street, Los Angeles, USA, 90081`, - Salesperson: `James Jackson`, - OrderID: 1587, - OrderDate: `4/9/2022`, - ProductID: 187, - ProductName: `Samsung Note`, - UnitPrice: 24670.86, - Quantity: 2, - ExtendedPrice: 49341.72, - Freight: 1360.86, - Discontinued: false, - Region: `North East`, - Address: `115 Wall Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 90081 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Estate`, - ShipAddress: `130 Wall Street`, - ShipCity: `Miami`, - ShipPostalCode: 50175, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1383, - CustomerName: `Anna Jefferson`, - CustomerFirstName: `Anna`, - CustomerLastName: `Jefferson`, - CustomerAddress: `130 Wall Street, Miami, USA, 50175`, - Salesperson: `Mike Smith`, - OrderID: 1632, - OrderDate: `3/3/2022`, - ProductID: 197, - ProductName: `IPad`, - UnitPrice: 9780.24, - Quantity: 3, - ExtendedPrice: 29340.72, - Freight: 1420.24, - Discontinued: false, - Region: `West`, - Address: `130 Wall Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 50175 - }), - new InvoicesDataItem( - { - ShipName: `Black Estate`, - ShipAddress: `110 Main Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 90171, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1384, - CustomerName: `Max Black`, - CustomerFirstName: `Max`, - CustomerLastName: `Black`, - CustomerAddress: `110 Main Street, Philadelphia, USA, 90171`, - Salesperson: `Max Jefferson`, - OrderID: 1400, - OrderDate: `6/24/2022`, - ProductID: 123, - ProductName: `IPhone`, - UnitPrice: 12010.77, - Quantity: 2, - ExtendedPrice: 24021.54, - Freight: 560.77, - Discontinued: false, - Region: `North East`, - Address: `110 Main Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 90171 - }), - new InvoicesDataItem( - { - ShipName: `Black Market`, - ShipAddress: `111 Market Street`, - ShipCity: `Huston`, - ShipPostalCode: 80086, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1385, - CustomerName: `Mike Black`, - CustomerFirstName: `Mike`, - CustomerLastName: `Black`, - CustomerAddress: `111 Market Street, Huston, USA, 80086`, - Salesperson: `Ben Watson`, - OrderID: 1040, - OrderDate: `8/25/2022`, - ProductID: 192, - ProductName: `Samsung Note`, - UnitPrice: 27920.64, - Quantity: 5, - ExtendedPrice: 139603.2, - Freight: 250.64, - Discontinued: false, - Region: `South East`, - Address: `111 Market Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 80086 - }), - new InvoicesDataItem( - { - ShipName: `Black Townhouse`, - ShipAddress: `132 Wall Street`, - ShipCity: `Huston`, - ShipPostalCode: 60121, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Speedy Express`, - CustomerID: 1386, - CustomerName: `Mike Black`, - CustomerFirstName: `Mike`, - CustomerLastName: `Black`, - CustomerAddress: `132 Wall Street, Huston, USA, 60121`, - Salesperson: `Anna Watson`, - OrderID: 1445, - OrderDate: `6/12/2022`, - ProductID: 139, - ProductName: `IPhone`, - UnitPrice: 17460.46, - Quantity: 3, - ExtendedPrice: 52381.38, - Freight: 1060.46, - Discontinued: false, - Region: `South East`, - Address: `132 Wall Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 60121 - }), - new InvoicesDataItem( - { - ShipName: `Smith Townhouse`, - ShipAddress: `150 Main Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 60127, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1387, - CustomerName: `Ben Smith`, - CustomerFirstName: `Ben`, - CustomerLastName: `Smith`, - CustomerAddress: `150 Main Street, Philadelphia, USA, 60127`, - Salesperson: `Max Smith`, - OrderID: 1803, - OrderDate: `4/15/2022`, - ProductID: 172, - ProductName: `Mac Book Air`, - UnitPrice: 17820.62, - Quantity: 4, - ExtendedPrice: 71282.48, - Freight: 1150.62, - Discontinued: false, - Region: `West`, - Address: `150 Main Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 60127 - }), - new InvoicesDataItem( - { - ShipName: `Watson Estate`, - ShipAddress: `173 Market Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 50160, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1388, - CustomerName: `Anna Watson`, - CustomerFirstName: `Anna`, - CustomerLastName: `Watson`, - CustomerAddress: `173 Market Street, Philadelphia, USA, 50160`, - Salesperson: `Nancy Jefferson`, - OrderID: 1719, - OrderDate: `4/23/2022`, - ProductID: 134, - ProductName: `IPhone`, - UnitPrice: 22780.47, - Quantity: 3, - ExtendedPrice: 68341.41, - Freight: 500.47, - Discontinued: false, - Region: `West`, - Address: `173 Market Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 50160 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Townhouse`, - ShipAddress: `120 Wall Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 60064, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1389, - CustomerName: `Max Jefferson`, - CustomerFirstName: `Max`, - CustomerLastName: `Jefferson`, - CustomerAddress: `120 Wall Street, Philadelphia, USA, 60064`, - Salesperson: `Martin Jefferson`, - OrderID: 1706, - OrderDate: `5/15/2022`, - ProductID: 151, - ProductName: `Samsung Note`, - UnitPrice: 16430.61, - Quantity: 3, - ExtendedPrice: 49291.83, - Freight: 1650.61, - Discontinued: true, - Region: `West`, - Address: `120 Wall Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 60064 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Market`, - ShipAddress: `109 Main Street`, - ShipCity: `Huston`, - ShipPostalCode: 70200, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Speedy Express`, - CustomerID: 1390, - CustomerName: `Ben Jackson`, - CustomerFirstName: `Ben`, - CustomerLastName: `Jackson`, - CustomerAddress: `109 Main Street, Huston, USA, 70200`, - Salesperson: `James Watson`, - OrderID: 1318, - OrderDate: `6/10/2022`, - ProductID: 163, - ProductName: `IPad`, - UnitPrice: 26710.76, - Quantity: 4, - ExtendedPrice: 106843.04, - Freight: 330.76, - Discontinued: false, - Region: `South East`, - Address: `109 Main Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 70200 - }), - new InvoicesDataItem( - { - ShipName: `Madison Townhouse`, - ShipAddress: `161 Main Street`, - ShipCity: `Huston`, - ShipPostalCode: 60159, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1391, - CustomerName: `Mike Madison`, - CustomerFirstName: `Mike`, - CustomerLastName: `Madison`, - CustomerAddress: `161 Main Street, Huston, USA, 60159`, - Salesperson: `Ben Smith`, - OrderID: 1322, - OrderDate: `6/3/2022`, - ProductID: 170, - ProductName: `IPad`, - UnitPrice: 18660.7, - Quantity: 4, - ExtendedPrice: 74642.8, - Freight: 1480.7, - Discontinued: false, - Region: `North East`, - Address: `161 Main Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 60159 - }), - new InvoicesDataItem( - { - ShipName: `Watson Estate`, - ShipAddress: `194 Main Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 60148, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1392, - CustomerName: `Ben Watson`, - CustomerFirstName: `Ben`, - CustomerLastName: `Watson`, - CustomerAddress: `194 Main Street, Los Angeles, USA, 60148`, - Salesperson: `Pamela Black`, - OrderID: 1664, - OrderDate: `9/11/2022`, - ProductID: 131, - ProductName: `Mac Book Pro`, - UnitPrice: 16990.84, - Quantity: 5, - ExtendedPrice: 84954.2, - Freight: 1870.84, - Discontinued: false, - Region: `West`, - Address: `194 Main Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 60148 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Estate`, - ShipAddress: `191 Main Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 60148, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1393, - CustomerName: `James Jefferson`, - CustomerFirstName: `James`, - CustomerLastName: `Jefferson`, - CustomerAddress: `191 Main Street, Los Angeles, USA, 60148`, - Salesperson: `Martin Jackson`, - OrderID: 1995, - OrderDate: `7/3/2022`, - ProductID: 107, - ProductName: `Mac Book Pro`, - UnitPrice: 18490.66, - Quantity: 2, - ExtendedPrice: 36981.32, - Freight: 690.66, - Discontinued: false, - Region: `West`, - Address: `191 Main Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 60148 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Estate`, - ShipAddress: `129 Wall Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 80148, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1394, - CustomerName: `Martin Jefferson`, - CustomerFirstName: `Martin`, - CustomerLastName: `Jefferson`, - CustomerAddress: `129 Wall Street, Philadelphia, USA, 80148`, - Salesperson: `Ben Jefferson`, - OrderID: 1344, - OrderDate: `10/13/2022`, - ProductID: 168, - ProductName: `IPhone`, - UnitPrice: 5870.82, - Quantity: 5, - ExtendedPrice: 29354.1, - Freight: 400.82, - Discontinued: false, - Region: `West`, - Address: `129 Wall Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 80148 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Estate`, - ShipAddress: `148 Market Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 70084, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Speedy Express`, - CustomerID: 1395, - CustomerName: `Anna Jefferson`, - CustomerFirstName: `Anna`, - CustomerLastName: `Jefferson`, - CustomerAddress: `148 Market Street, Philadelphia, USA, 70084`, - Salesperson: `Martin Smith`, - OrderID: 1602, - OrderDate: `3/2/2022`, - ProductID: 153, - ProductName: `Samsung Note`, - UnitPrice: 8490.68, - Quantity: 3, - ExtendedPrice: 25472.04, - Freight: 1650.68, - Discontinued: false, - Region: `North East`, - Address: `148 Market Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 70084 - }), - new InvoicesDataItem( - { - ShipName: `Black Home`, - ShipAddress: `152 Wall Street`, - ShipCity: `Miami`, - ShipPostalCode: 90101, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1396, - CustomerName: `Max Black`, - CustomerFirstName: `Max`, - CustomerLastName: `Black`, - CustomerAddress: `152 Wall Street, Miami, USA, 90101`, - Salesperson: `Ben Black`, - OrderID: 1059, - OrderDate: `4/12/2022`, - ProductID: 164, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 12460.5, - Quantity: 3, - ExtendedPrice: 37381.5, - Freight: 280.5, - Discontinued: false, - Region: `North East`, - Address: `152 Wall Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 90101 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Estate`, - ShipAddress: `147 Market Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 50200, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1397, - CustomerName: `Nancy Jackson`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Jackson`, - CustomerAddress: `147 Market Street, Philadelphia, USA, 50200`, - Salesperson: `Nancy Watson`, - OrderID: 1159, - OrderDate: `5/12/2022`, - ProductID: 136, - ProductName: `IPhone`, - UnitPrice: 20790.46, - Quantity: 4, - ExtendedPrice: 83161.84, - Freight: 780.46, - Discontinued: false, - Region: `North East`, - Address: `147 Market Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 50200 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Estate`, - ShipAddress: `106 Main Street`, - ShipCity: `Miami`, - ShipPostalCode: 60064, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1398, - CustomerName: `Max Jackson`, - CustomerFirstName: `Max`, - CustomerLastName: `Jackson`, - CustomerAddress: `106 Main Street, Miami, USA, 60064`, - Salesperson: `Nancy Watson`, - OrderID: 1646, - OrderDate: `2/13/2022`, - ProductID: 143, - ProductName: `IPad`, - UnitPrice: 19180.29, - Quantity: 4, - ExtendedPrice: 76721.16, - Freight: 1760.29, - Discontinued: false, - Region: `North East`, - Address: `106 Main Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 60064 - }), - new InvoicesDataItem( - { - ShipName: `Black Estate`, - ShipAddress: `112 Main Street`, - ShipCity: `Miami`, - ShipPostalCode: 90118, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1399, - CustomerName: `Nancy Black`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Black`, - CustomerAddress: `112 Main Street, Miami, USA, 90118`, - Salesperson: `Martin Black`, - OrderID: 1205, - OrderDate: `9/24/2022`, - ProductID: 109, - ProductName: `IPad`, - UnitPrice: 25950.86, - Quantity: 4, - ExtendedPrice: 103803.44, - Freight: 1780.86, - Discontinued: true, - Region: `North East`, - Address: `112 Main Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 90118 - }), - new InvoicesDataItem( - { - ShipName: `Watson Market`, - ShipAddress: `135 Main Street`, - ShipCity: `Huston`, - ShipPostalCode: 80177, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1400, - CustomerName: `Mike Watson`, - CustomerFirstName: `Mike`, - CustomerLastName: `Watson`, - CustomerAddress: `135 Main Street, Huston, USA, 80177`, - Salesperson: `Max Madison`, - OrderID: 1619, - OrderDate: `7/15/2022`, - ProductID: 174, - ProductName: `Mac Book Pro`, - UnitPrice: 24890.31, - Quantity: 2, - ExtendedPrice: 49780.62, - Freight: 1540.31, - Discontinued: false, - Region: `West`, - Address: `135 Main Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 80177 - }), - new InvoicesDataItem( - { - ShipName: `Smith Home`, - ShipAddress: `156 Main Street`, - ShipCity: `Miami`, - ShipPostalCode: 70110, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Speedy Express`, - CustomerID: 1401, - CustomerName: `Max Smith`, - CustomerFirstName: `Max`, - CustomerLastName: `Smith`, - CustomerAddress: `156 Main Street, Miami, USA, 70110`, - Salesperson: `Anna Watson`, - OrderID: 1160, - OrderDate: `10/21/2022`, - ProductID: 127, - ProductName: `IPad`, - UnitPrice: 18400.21, - Quantity: 3, - ExtendedPrice: 55200.63, - Freight: 580.21, - Discontinued: false, - Region: `South East`, - Address: `156 Main Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 70110 - }), - new InvoicesDataItem( - { - ShipName: `Watson Home`, - ShipAddress: `124 Wall Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 90077, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1402, - CustomerName: `Max Watson`, - CustomerFirstName: `Max`, - CustomerLastName: `Watson`, - CustomerAddress: `124 Wall Street, Los Angeles, USA, 90077`, - Salesperson: `Ben Jefferson`, - OrderID: 1017, - OrderDate: `7/21/2022`, - ProductID: 160, - ProductName: `Samsung Note`, - UnitPrice: 15430.8, - Quantity: 5, - ExtendedPrice: 77154, - Freight: 1660.8, - Discontinued: false, - Region: `North East`, - Address: `124 Wall Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 90077 - }), - new InvoicesDataItem( - { - ShipName: `Black Townhouse`, - ShipAddress: `144 Market Street`, - ShipCity: `New York`, - ShipPostalCode: 50110, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1403, - CustomerName: `Anna Black`, - CustomerFirstName: `Anna`, - CustomerLastName: `Black`, - CustomerAddress: `144 Market Street, New York, USA, 50110`, - Salesperson: `James Jefferson`, - OrderID: 1990, - OrderDate: `5/17/2022`, - ProductID: 112, - ProductName: `IPhone`, - UnitPrice: 20040.37, - Quantity: 3, - ExtendedPrice: 60121.11, - Freight: 1710.37, - Discontinued: false, - Region: `South East`, - Address: `144 Market Street`, - City: `New York`, - Country: `USA`, - PostalCode: 50110 - }), - new InvoicesDataItem( - { - ShipName: `Smith Market`, - ShipAddress: `105 Main Street`, - ShipCity: `Miami`, - ShipPostalCode: 80117, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1404, - CustomerName: `James Smith`, - CustomerFirstName: `James`, - CustomerLastName: `Smith`, - CustomerAddress: `105 Main Street, Miami, USA, 80117`, - Salesperson: `Max Watson`, - OrderID: 1002, - OrderDate: `10/25/2022`, - ProductID: 119, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 28760.88, - Quantity: 5, - ExtendedPrice: 143804.4, - Freight: 1220.88, - Discontinued: false, - Region: `West`, - Address: `105 Main Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 80117 - }), - new InvoicesDataItem( - { - ShipName: `Madison Home`, - ShipAddress: `142 Main Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 90124, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1405, - CustomerName: `Anna Madison`, - CustomerFirstName: `Anna`, - CustomerLastName: `Madison`, - CustomerAddress: `142 Main Street, Los Angeles, USA, 90124`, - Salesperson: `James Madison`, - OrderID: 1433, - OrderDate: `7/22/2022`, - ProductID: 158, - ProductName: `Mac Book Pro`, - UnitPrice: 17750.64, - Quantity: 5, - ExtendedPrice: 88753.2, - Freight: 1300.64, - Discontinued: false, - Region: `West`, - Address: `142 Main Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 90124 - }), - new InvoicesDataItem( - { - ShipName: `Watson Townhouse`, - ShipAddress: `141 Market Street`, - ShipCity: `Huston`, - ShipPostalCode: 50115, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Speedy Express`, - CustomerID: 1406, - CustomerName: `Max Watson`, - CustomerFirstName: `Max`, - CustomerLastName: `Watson`, - CustomerAddress: `141 Market Street, Huston, USA, 50115`, - Salesperson: `Anna Watson`, - OrderID: 1195, - OrderDate: `8/12/2022`, - ProductID: 124, - ProductName: `Mac Book Pro`, - UnitPrice: 22040.48, - Quantity: 2, - ExtendedPrice: 44080.96, - Freight: 1260.48, - Discontinued: false, - Region: `North East`, - Address: `141 Market Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 50115 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Estate`, - ShipAddress: `145 Main Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 70160, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1407, - CustomerName: `Mike Jefferson`, - CustomerFirstName: `Mike`, - CustomerLastName: `Jefferson`, - CustomerAddress: `145 Main Street, Los Angeles, USA, 70160`, - Salesperson: `Max Watson`, - OrderID: 1486, - OrderDate: `1/13/2022`, - ProductID: 103, - ProductName: `Mac Book Air`, - UnitPrice: 29480.67, - Quantity: 3, - ExtendedPrice: 88442.01, - Freight: 1810.67, - Discontinued: false, - Region: `North East`, - Address: `145 Main Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 70160 - }), - new InvoicesDataItem( - { - ShipName: `Black Market`, - ShipAddress: `106 Main Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 80149, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1408, - CustomerName: `Ben Black`, - CustomerFirstName: `Ben`, - CustomerLastName: `Black`, - CustomerAddress: `106 Main Street, Los Angeles, USA, 80149`, - Salesperson: `James Smith`, - OrderID: 1646, - OrderDate: `9/4/2022`, - ProductID: 191, - ProductName: `Mac Book Pro`, - UnitPrice: 5890.71, - Quantity: 5, - ExtendedPrice: 29453.55, - Freight: 670.71, - Discontinued: false, - Region: `North East`, - Address: `106 Main Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 80149 - }), - new InvoicesDataItem( - { - ShipName: `Madison Estate`, - ShipAddress: `171 Market Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 60182, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1409, - CustomerName: `Anna Madison`, - CustomerFirstName: `Anna`, - CustomerLastName: `Madison`, - CustomerAddress: `171 Market Street, Los Angeles, USA, 60182`, - Salesperson: `James Smith`, - OrderID: 1839, - OrderDate: `12/12/2022`, - ProductID: 120, - ProductName: `IPhone`, - UnitPrice: 17510.64, - Quantity: 5, - ExtendedPrice: 87553.2, - Freight: 1150.64, - Discontinued: true, - Region: `West`, - Address: `171 Market Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 60182 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Home`, - ShipAddress: `195 Market Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 60122, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1410, - CustomerName: `Ben Jefferson`, - CustomerFirstName: `Ben`, - CustomerLastName: `Jefferson`, - CustomerAddress: `195 Market Street, Los Angeles, USA, 60122`, - Salesperson: `Martin Madison`, - OrderID: 1925, - OrderDate: `1/22/2022`, - ProductID: 164, - ProductName: `Mac Book Pro`, - UnitPrice: 12920.58, - Quantity: 2, - ExtendedPrice: 25841.16, - Freight: 690.58, - Discontinued: false, - Region: `West`, - Address: `195 Market Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 60122 - }), - new InvoicesDataItem( - { - ShipName: `Black Home`, - ShipAddress: `137 Wall Street`, - ShipCity: `Miami`, - ShipPostalCode: 70152, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Speedy Express`, - CustomerID: 1411, - CustomerName: `James Black`, - CustomerFirstName: `James`, - CustomerLastName: `Black`, - CustomerAddress: `137 Wall Street, Miami, USA, 70152`, - Salesperson: `Anna Jackson`, - OrderID: 1055, - OrderDate: `12/9/2022`, - ProductID: 198, - ProductName: `IPad`, - UnitPrice: 9640.43, - Quantity: 4, - ExtendedPrice: 38561.72, - Freight: 1930.43, - Discontinued: false, - Region: `North East`, - Address: `137 Wall Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 70152 - }), - new InvoicesDataItem( - { - ShipName: `Smith Estate`, - ShipAddress: `129 Wall Street`, - ShipCity: `Miami`, - ShipPostalCode: 50177, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1412, - CustomerName: `Anna Smith`, - CustomerFirstName: `Anna`, - CustomerLastName: `Smith`, - CustomerAddress: `129 Wall Street, Miami, USA, 50177`, - Salesperson: `Martin Smith`, - OrderID: 1845, - OrderDate: `10/21/2022`, - ProductID: 142, - ProductName: `IPad`, - UnitPrice: 16040.31, - Quantity: 3, - ExtendedPrice: 48120.93, - Freight: 1050.31, - Discontinued: false, - Region: `West`, - Address: `129 Wall Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 50177 - }), - new InvoicesDataItem( - { - ShipName: `Black Estate`, - ShipAddress: `174 Main Street`, - ShipCity: `Huston`, - ShipPostalCode: 90080, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1413, - CustomerName: `Mike Black`, - CustomerFirstName: `Mike`, - CustomerLastName: `Black`, - CustomerAddress: `174 Main Street, Huston, USA, 90080`, - Salesperson: `Nancy Jefferson`, - OrderID: 1560, - OrderDate: `6/23/2022`, - ProductID: 110, - ProductName: `Mac Book Pro`, - UnitPrice: 25850.87, - Quantity: 4, - ExtendedPrice: 103403.48, - Freight: 940.87, - Discontinued: false, - Region: `West`, - Address: `174 Main Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 90080 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Market`, - ShipAddress: `139 Market Street`, - ShipCity: `New York`, - ShipPostalCode: 60178, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1414, - CustomerName: `Nancy Jackson`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Jackson`, - CustomerAddress: `139 Market Street, New York, USA, 60178`, - Salesperson: `Pamela Jefferson`, - OrderID: 1102, - OrderDate: `2/18/2022`, - ProductID: 154, - ProductName: `Mac Book Air`, - UnitPrice: 13210.48, - Quantity: 4, - ExtendedPrice: 52841.92, - Freight: 960.48, - Discontinued: false, - Region: `South East`, - Address: `139 Market Street`, - City: `New York`, - Country: `USA`, - PostalCode: 60178 - }), - new InvoicesDataItem( - { - ShipName: `Madison Home`, - ShipAddress: `127 Wall Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 60192, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1415, - CustomerName: `Max Madison`, - CustomerFirstName: `Max`, - CustomerLastName: `Madison`, - CustomerAddress: `127 Wall Street, Los Angeles, USA, 60192`, - Salesperson: `Ben Smith`, - OrderID: 1570, - OrderDate: `5/19/2022`, - ProductID: 105, - ProductName: `Samsung Note`, - UnitPrice: 24890.59, - Quantity: 5, - ExtendedPrice: 124452.95, - Freight: 1860.59, - Discontinued: false, - Region: `West`, - Address: `127 Wall Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 60192 - }), - new InvoicesDataItem( - { - ShipName: `Watson Market`, - ShipAddress: `186 Market Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 90145, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Federal Shipping`, - CustomerID: 1416, - CustomerName: `Max Watson`, - CustomerFirstName: `Max`, - CustomerLastName: `Watson`, - CustomerAddress: `186 Market Street, Philadelphia, USA, 90145`, - Salesperson: `Mike Jefferson`, - OrderID: 1872, - OrderDate: `11/18/2022`, - ProductID: 165, - ProductName: `IPhone`, - UnitPrice: 19720.85, - Quantity: 2, - ExtendedPrice: 39441.7, - Freight: 690.85, - Discontinued: false, - Region: `South East`, - Address: `186 Market Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 90145 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Estate`, - ShipAddress: `198 Main Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 70160, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1417, - CustomerName: `Anna Jackson`, - CustomerFirstName: `Anna`, - CustomerLastName: `Jackson`, - CustomerAddress: `198 Main Street, Philadelphia, USA, 70160`, - Salesperson: `Martin Madison`, - OrderID: 1155, - OrderDate: `11/1/2022`, - ProductID: 138, - ProductName: `IPhone`, - UnitPrice: 12260.46, - Quantity: 2, - ExtendedPrice: 24520.92, - Freight: 1680.46, - Discontinued: false, - Region: `West`, - Address: `198 Main Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 70160 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Townhouse`, - ShipAddress: `110 Main Street`, - ShipCity: `New York`, - ShipPostalCode: 80119, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1418, - CustomerName: `Ben Jefferson`, - CustomerFirstName: `Ben`, - CustomerLastName: `Jefferson`, - CustomerAddress: `110 Main Street, New York, USA, 80119`, - Salesperson: `Anna Black`, - OrderID: 1600, - OrderDate: `8/12/2022`, - ProductID: 118, - ProductName: `Mac Book Air`, - UnitPrice: 9840.45, - Quantity: 4, - ExtendedPrice: 39361.8, - Freight: 1410.45, - Discontinued: false, - Region: `South East`, - Address: `110 Main Street`, - City: `New York`, - Country: `USA`, - PostalCode: 80119 - }), - new InvoicesDataItem( - { - ShipName: `Madison Market`, - ShipAddress: `187 Main Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 50082, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1419, - CustomerName: `Ben Madison`, - CustomerFirstName: `Ben`, - CustomerLastName: `Madison`, - CustomerAddress: `187 Main Street, Los Angeles, USA, 50082`, - Salesperson: `Pamela Watson`, - OrderID: 1451, - OrderDate: `12/10/2022`, - ProductID: 144, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 25180.7, - Quantity: 2, - ExtendedPrice: 50361.4, - Freight: 560.7, - Discontinued: true, - Region: `North East`, - Address: `187 Main Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 50082 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Townhouse`, - ShipAddress: `121 Main Street`, - ShipCity: `Miami`, - ShipPostalCode: 60178, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1420, - CustomerName: `Mike Jackson`, - CustomerFirstName: `Mike`, - CustomerLastName: `Jackson`, - CustomerAddress: `121 Main Street, Miami, USA, 60178`, - Salesperson: `Ben Jackson`, - OrderID: 1294, - OrderDate: `2/18/2022`, - ProductID: 168, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 18670.31, - Quantity: 5, - ExtendedPrice: 93351.55, - Freight: 1410.31, - Discontinued: false, - Region: `West`, - Address: `121 Main Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 60178 - }), - new InvoicesDataItem( - { - ShipName: `Smith Home`, - ShipAddress: `185 Wall Street`, - ShipCity: `New York`, - ShipPostalCode: 50177, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1421, - CustomerName: `Anna Smith`, - CustomerFirstName: `Anna`, - CustomerLastName: `Smith`, - CustomerAddress: `185 Wall Street, New York, USA, 50177`, - Salesperson: `James Watson`, - OrderID: 1095, - OrderDate: `6/16/2022`, - ProductID: 182, - ProductName: `Samsung Note`, - UnitPrice: 10450.44, - Quantity: 5, - ExtendedPrice: 52252.2, - Freight: 1030.44, - Discontinued: false, - Region: `West`, - Address: `185 Wall Street`, - City: `New York`, - Country: `USA`, - PostalCode: 50177 - }), - new InvoicesDataItem( - { - ShipName: `Watson Market`, - ShipAddress: `177 Market Street`, - ShipCity: `New York`, - ShipPostalCode: 90081, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1422, - CustomerName: `Max Watson`, - CustomerFirstName: `Max`, - CustomerLastName: `Watson`, - CustomerAddress: `177 Market Street, New York, USA, 90081`, - Salesperson: `Pamela Smith`, - OrderID: 1333, - OrderDate: `5/21/2022`, - ProductID: 159, - ProductName: `Mac Book Air`, - UnitPrice: 23900.49, - Quantity: 5, - ExtendedPrice: 119502.45, - Freight: 1700.49, - Discontinued: false, - Region: `South East`, - Address: `177 Market Street`, - City: `New York`, - Country: `USA`, - PostalCode: 90081 - }), - new InvoicesDataItem( - { - ShipName: `Watson Home`, - ShipAddress: `106 Market Street`, - ShipCity: `Miami`, - ShipPostalCode: 70099, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Speedy Express`, - CustomerID: 1423, - CustomerName: `Anna Watson`, - CustomerFirstName: `Anna`, - CustomerLastName: `Watson`, - CustomerAddress: `106 Market Street, Miami, USA, 70099`, - Salesperson: `Pamela Jackson`, - OrderID: 1147, - OrderDate: `6/13/2022`, - ProductID: 174, - ProductName: `Mac Book Pro`, - UnitPrice: 29460.63, - Quantity: 2, - ExtendedPrice: 58921.26, - Freight: 1280.63, - Discontinued: false, - Region: `North East`, - Address: `106 Market Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 70099 - }), - new InvoicesDataItem( - { - ShipName: `Madison Townhouse`, - ShipAddress: `179 Main Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 80150, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1424, - CustomerName: `Martin Madison`, - CustomerFirstName: `Martin`, - CustomerLastName: `Madison`, - CustomerAddress: `179 Main Street, Philadelphia, USA, 80150`, - Salesperson: `James Jefferson`, - OrderID: 1595, - OrderDate: `7/19/2022`, - ProductID: 183, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 19060.64, - Quantity: 5, - ExtendedPrice: 95303.2, - Freight: 980.64, - Discontinued: false, - Region: `North East`, - Address: `179 Main Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 80150 - }), - new InvoicesDataItem( - { - ShipName: `Watson Home`, - ShipAddress: `142 Main Street`, - ShipCity: `Huston`, - ShipPostalCode: 90100, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1425, - CustomerName: `Max Watson`, - CustomerFirstName: `Max`, - CustomerLastName: `Watson`, - CustomerAddress: `142 Main Street, Huston, USA, 90100`, - Salesperson: `Martin Black`, - OrderID: 1061, - OrderDate: `4/4/2022`, - ProductID: 118, - ProductName: `IPad`, - UnitPrice: 17400.83, - Quantity: 2, - ExtendedPrice: 34801.66, - Freight: 370.83, - Discontinued: false, - Region: `North East`, - Address: `142 Main Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 90100 - }), - new InvoicesDataItem( - { - ShipName: `Watson Townhouse`, - ShipAddress: `189 Main Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 90144, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1426, - CustomerName: `Max Watson`, - CustomerFirstName: `Max`, - CustomerLastName: `Watson`, - CustomerAddress: `189 Main Street, Philadelphia, USA, 90144`, - Salesperson: `Martin Smith`, - OrderID: 1114, - OrderDate: `2/13/2022`, - ProductID: 146, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 16860.57, - Quantity: 5, - ExtendedPrice: 84302.85, - Freight: 1050.57, - Discontinued: false, - Region: `North East`, - Address: `189 Main Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 90144 - }), - new InvoicesDataItem( - { - ShipName: `Madison Estate`, - ShipAddress: `130 Wall Street`, - ShipCity: `New York`, - ShipPostalCode: 90175, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Speedy Express`, - CustomerID: 1427, - CustomerName: `Pamela Madison`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Madison`, - CustomerAddress: `130 Wall Street, New York, USA, 90175`, - Salesperson: `Nancy Black`, - OrderID: 1716, - OrderDate: `11/6/2022`, - ProductID: 157, - ProductName: `IPad`, - UnitPrice: 19570.85, - Quantity: 3, - ExtendedPrice: 58712.55, - Freight: 1620.85, - Discontinued: false, - Region: `North East`, - Address: `130 Wall Street`, - City: `New York`, - Country: `USA`, - PostalCode: 90175 - }), - new InvoicesDataItem( - { - ShipName: `Smith Market`, - ShipAddress: `144 Market Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 80153, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1428, - CustomerName: `Anna Smith`, - CustomerFirstName: `Anna`, - CustomerLastName: `Smith`, - CustomerAddress: `144 Market Street, Philadelphia, USA, 80153`, - Salesperson: `Mike Smith`, - OrderID: 1523, - OrderDate: `8/5/2022`, - ProductID: 139, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 5100.26, - Quantity: 3, - ExtendedPrice: 15300.78, - Freight: 1630.26, - Discontinued: false, - Region: `North East`, - Address: `144 Market Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 80153 - }), - new InvoicesDataItem( - { - ShipName: `Smith Home`, - ShipAddress: `175 Wall Street`, - ShipCity: `New York`, - ShipPostalCode: 50150, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Speedy Express`, - CustomerID: 1429, - CustomerName: `James Smith`, - CustomerFirstName: `James`, - CustomerLastName: `Smith`, - CustomerAddress: `175 Wall Street, New York, USA, 50150`, - Salesperson: `James Jefferson`, - OrderID: 1027, - OrderDate: `12/7/2022`, - ProductID: 151, - ProductName: `IPad`, - UnitPrice: 18940.75, - Quantity: 4, - ExtendedPrice: 75763, - Freight: 1130.75, - Discontinued: true, - Region: `North East`, - Address: `175 Wall Street`, - City: `New York`, - Country: `USA`, - PostalCode: 50150 - }), - new InvoicesDataItem( - { - ShipName: `Smith Home`, - ShipAddress: `152 Wall Street`, - ShipCity: `New York`, - ShipPostalCode: 70091, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1430, - CustomerName: `Max Smith`, - CustomerFirstName: `Max`, - CustomerLastName: `Smith`, - CustomerAddress: `152 Wall Street, New York, USA, 70091`, - Salesperson: `Ben Smith`, - OrderID: 1626, - OrderDate: `1/1/2022`, - ProductID: 145, - ProductName: `IPhone`, - UnitPrice: 29800.74, - Quantity: 4, - ExtendedPrice: 119202.96, - Freight: 1440.74, - Discontinued: false, - Region: `West`, - Address: `152 Wall Street`, - City: `New York`, - Country: `USA`, - PostalCode: 70091 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Market`, - ShipAddress: `127 Main Street`, - ShipCity: `Miami`, - ShipPostalCode: 90099, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1431, - CustomerName: `Martin Jackson`, - CustomerFirstName: `Martin`, - CustomerLastName: `Jackson`, - CustomerAddress: `127 Main Street, Miami, USA, 90099`, - Salesperson: `Anna Smith`, - OrderID: 1789, - OrderDate: `10/15/2022`, - ProductID: 139, - ProductName: `Mac Book Air`, - UnitPrice: 16220.23, - Quantity: 2, - ExtendedPrice: 32440.46, - Freight: 1170.23, - Discontinued: false, - Region: `West`, - Address: `127 Main Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 90099 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Home`, - ShipAddress: `157 Wall Street`, - ShipCity: `Huston`, - ShipPostalCode: 70162, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Federal Shipping`, - CustomerID: 1432, - CustomerName: `Mike Jefferson`, - CustomerFirstName: `Mike`, - CustomerLastName: `Jefferson`, - CustomerAddress: `157 Wall Street, Huston, USA, 70162`, - Salesperson: `Martin Madison`, - OrderID: 1622, - OrderDate: `6/6/2022`, - ProductID: 133, - ProductName: `Samsung Note`, - UnitPrice: 7410.73, - Quantity: 4, - ExtendedPrice: 29642.92, - Freight: 1660.73, - Discontinued: false, - Region: `South East`, - Address: `157 Wall Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 70162 - }), - new InvoicesDataItem( - { - ShipName: `Smith Home`, - ShipAddress: `159 Market Street`, - ShipCity: `New York`, - ShipPostalCode: 50198, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Speedy Express`, - CustomerID: 1433, - CustomerName: `Mike Smith`, - CustomerFirstName: `Mike`, - CustomerLastName: `Smith`, - CustomerAddress: `159 Market Street, New York, USA, 50198`, - Salesperson: `Mike Smith`, - OrderID: 1961, - OrderDate: `9/7/2022`, - ProductID: 120, - ProductName: `Mac Book Pro`, - UnitPrice: 9150.59, - Quantity: 3, - ExtendedPrice: 27451.77, - Freight: 550.59, - Discontinued: false, - Region: `South East`, - Address: `159 Market Street`, - City: `New York`, - Country: `USA`, - PostalCode: 50198 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Estate`, - ShipAddress: `109 Market Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 60160, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1434, - CustomerName: `Ben Jackson`, - CustomerFirstName: `Ben`, - CustomerLastName: `Jackson`, - CustomerAddress: `109 Market Street, Philadelphia, USA, 60160`, - Salesperson: `Mike Madison`, - OrderID: 1868, - OrderDate: `2/5/2022`, - ProductID: 131, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 20400.46, - Quantity: 2, - ExtendedPrice: 40800.92, - Freight: 1640.46, - Discontinued: false, - Region: `South East`, - Address: `109 Market Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 60160 - }), - new InvoicesDataItem( - { - ShipName: `Madison Estate`, - ShipAddress: `138 Wall Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 80164, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1435, - CustomerName: `Max Madison`, - CustomerFirstName: `Max`, - CustomerLastName: `Madison`, - CustomerAddress: `138 Wall Street, Philadelphia, USA, 80164`, - Salesperson: `Mike Smith`, - OrderID: 1223, - OrderDate: `7/4/2022`, - ProductID: 199, - ProductName: `Samsung Note`, - UnitPrice: 23980.42, - Quantity: 5, - ExtendedPrice: 119902.1, - Freight: 410.42, - Discontinued: false, - Region: `West`, - Address: `138 Wall Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 80164 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Townhouse`, - ShipAddress: `164 Main Street`, - ShipCity: `New York`, - ShipPostalCode: 90183, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1436, - CustomerName: `Pamela Jackson`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Jackson`, - CustomerAddress: `164 Main Street, New York, USA, 90183`, - Salesperson: `James Watson`, - OrderID: 1766, - OrderDate: `7/14/2022`, - ProductID: 160, - ProductName: `Samsung Note`, - UnitPrice: 12280.79, - Quantity: 2, - ExtendedPrice: 24561.58, - Freight: 1140.79, - Discontinued: false, - Region: `West`, - Address: `164 Main Street`, - City: `New York`, - Country: `USA`, - PostalCode: 90183 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Estate`, - ShipAddress: `187 Main Street`, - ShipCity: `New York`, - ShipPostalCode: 80053, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1437, - CustomerName: `Nancy Jefferson`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Jefferson`, - CustomerAddress: `187 Main Street, New York, USA, 80053`, - Salesperson: `Martin Watson`, - OrderID: 1602, - OrderDate: `12/25/2022`, - ProductID: 112, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 14860.39, - Quantity: 5, - ExtendedPrice: 74301.95, - Freight: 1920.39, - Discontinued: false, - Region: `West`, - Address: `187 Main Street`, - City: `New York`, - Country: `USA`, - PostalCode: 80053 - }), - new InvoicesDataItem( - { - ShipName: `Black Market`, - ShipAddress: `197 Wall Street`, - ShipCity: `Miami`, - ShipPostalCode: 50076, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1438, - CustomerName: `Max Black`, - CustomerFirstName: `Max`, - CustomerLastName: `Black`, - CustomerAddress: `197 Wall Street, Miami, USA, 50076`, - Salesperson: `James Jefferson`, - OrderID: 1281, - OrderDate: `3/18/2022`, - ProductID: 102, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 11120.87, - Quantity: 2, - ExtendedPrice: 22241.74, - Freight: 720.87, - Discontinued: false, - Region: `North East`, - Address: `197 Wall Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 50076 - }), - new InvoicesDataItem( - { - ShipName: `Watson Market`, - ShipAddress: `127 Market Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 90067, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1439, - CustomerName: `James Watson`, - CustomerFirstName: `James`, - CustomerLastName: `Watson`, - CustomerAddress: `127 Market Street, Los Angeles, USA, 90067`, - Salesperson: `James Madison`, - OrderID: 1736, - OrderDate: `2/4/2022`, - ProductID: 172, - ProductName: `IPad`, - UnitPrice: 20090.62, - Quantity: 4, - ExtendedPrice: 80362.48, - Freight: 630.62, - Discontinued: true, - Region: `West`, - Address: `127 Market Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 90067 - }), - new InvoicesDataItem( - { - ShipName: `Black Market`, - ShipAddress: `150 Market Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 90161, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1440, - CustomerName: `Max Black`, - CustomerFirstName: `Max`, - CustomerLastName: `Black`, - CustomerAddress: `150 Market Street, Philadelphia, USA, 90161`, - Salesperson: `Anna Watson`, - OrderID: 1683, - OrderDate: `5/15/2022`, - ProductID: 192, - ProductName: `Mac Book Air`, - UnitPrice: 7270.76, - Quantity: 3, - ExtendedPrice: 21812.28, - Freight: 1880.76, - Discontinued: false, - Region: `West`, - Address: `150 Market Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 90161 - }), - new InvoicesDataItem( - { - ShipName: `Watson Townhouse`, - ShipAddress: `128 Market Street`, - ShipCity: `Huston`, - ShipPostalCode: 70131, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1441, - CustomerName: `Pamela Watson`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Watson`, - CustomerAddress: `128 Market Street, Huston, USA, 70131`, - Salesperson: `Ben Smith`, - OrderID: 1652, - OrderDate: `11/16/2022`, - ProductID: 107, - ProductName: `Samsung Note`, - UnitPrice: 23290.38, - Quantity: 2, - ExtendedPrice: 46580.76, - Freight: 400.38, - Discontinued: false, - Region: `West`, - Address: `128 Market Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 70131 - }), - new InvoicesDataItem( - { - ShipName: `Watson Home`, - ShipAddress: `151 Wall Street`, - ShipCity: `Miami`, - ShipPostalCode: 70185, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1442, - CustomerName: `Max Watson`, - CustomerFirstName: `Max`, - CustomerLastName: `Watson`, - CustomerAddress: `151 Wall Street, Miami, USA, 70185`, - Salesperson: `Nancy Black`, - OrderID: 1385, - OrderDate: `6/12/2022`, - ProductID: 110, - ProductName: `Mac Book Pro`, - UnitPrice: 14390.77, - Quantity: 2, - ExtendedPrice: 28781.54, - Freight: 1600.77, - Discontinued: false, - Region: `West`, - Address: `151 Wall Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 70185 - }), - new InvoicesDataItem( - { - ShipName: `Madison Home`, - ShipAddress: `183 Wall Street`, - ShipCity: `New York`, - ShipPostalCode: 60080, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Speedy Express`, - CustomerID: 1443, - CustomerName: `Pamela Madison`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Madison`, - CustomerAddress: `183 Wall Street, New York, USA, 60080`, - Salesperson: `Mike Madison`, - OrderID: 1158, - OrderDate: `3/11/2022`, - ProductID: 172, - ProductName: `Samsung Note`, - UnitPrice: 25230.25, - Quantity: 3, - ExtendedPrice: 75690.75, - Freight: 340.25, - Discontinued: false, - Region: `South East`, - Address: `183 Wall Street`, - City: `New York`, - Country: `USA`, - PostalCode: 60080 - }), - new InvoicesDataItem( - { - ShipName: `Black Estate`, - ShipAddress: `137 Wall Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 80117, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Speedy Express`, - CustomerID: 1444, - CustomerName: `James Black`, - CustomerFirstName: `James`, - CustomerLastName: `Black`, - CustomerAddress: `137 Wall Street, Philadelphia, USA, 80117`, - Salesperson: `Anna Black`, - OrderID: 1310, - OrderDate: `9/5/2022`, - ProductID: 157, - ProductName: `IPad`, - UnitPrice: 21970.48, - Quantity: 2, - ExtendedPrice: 43940.96, - Freight: 1420.48, - Discontinued: false, - Region: `South East`, - Address: `137 Wall Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 80117 - }), - new InvoicesDataItem( - { - ShipName: `Black Market`, - ShipAddress: `158 Wall Street`, - ShipCity: `New York`, - ShipPostalCode: 80138, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1445, - CustomerName: `Anna Black`, - CustomerFirstName: `Anna`, - CustomerLastName: `Black`, - CustomerAddress: `158 Wall Street, New York, USA, 80138`, - Salesperson: `Martin Madison`, - OrderID: 1385, - OrderDate: `5/9/2022`, - ProductID: 127, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 12610.37, - Quantity: 5, - ExtendedPrice: 63051.85, - Freight: 1410.37, - Discontinued: false, - Region: `West`, - Address: `158 Wall Street`, - City: `New York`, - Country: `USA`, - PostalCode: 80138 - }), - new InvoicesDataItem( - { - ShipName: `Madison Home`, - ShipAddress: `145 Wall Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 70189, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1446, - CustomerName: `Mike Madison`, - CustomerFirstName: `Mike`, - CustomerLastName: `Madison`, - CustomerAddress: `145 Wall Street, Los Angeles, USA, 70189`, - Salesperson: `Mike Jackson`, - OrderID: 1725, - OrderDate: `9/6/2022`, - ProductID: 112, - ProductName: `Mac Book Pro`, - UnitPrice: 20520.26, - Quantity: 4, - ExtendedPrice: 82081.04, - Freight: 710.26, - Discontinued: false, - Region: `West`, - Address: `145 Wall Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 70189 - }), - new InvoicesDataItem( - { - ShipName: `Black Estate`, - ShipAddress: `155 Wall Street`, - ShipCity: `Miami`, - ShipPostalCode: 60114, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Speedy Express`, - CustomerID: 1447, - CustomerName: `Pamela Black`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Black`, - CustomerAddress: `155 Wall Street, Miami, USA, 60114`, - Salesperson: `Martin Madison`, - OrderID: 1520, - OrderDate: `6/15/2022`, - ProductID: 174, - ProductName: `IPhone`, - UnitPrice: 16730.88, - Quantity: 2, - ExtendedPrice: 33461.76, - Freight: 1020.88, - Discontinued: false, - Region: `South East`, - Address: `155 Wall Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 60114 - }), - new InvoicesDataItem( - { - ShipName: `Madison Estate`, - ShipAddress: `184 Main Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 80059, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1448, - CustomerName: `Max Madison`, - CustomerFirstName: `Max`, - CustomerLastName: `Madison`, - CustomerAddress: `184 Main Street, Los Angeles, USA, 80059`, - Salesperson: `Max Smith`, - OrderID: 1764, - OrderDate: `4/4/2022`, - ProductID: 147, - ProductName: `Mac Book Air`, - UnitPrice: 29810.31, - Quantity: 2, - ExtendedPrice: 59620.62, - Freight: 1200.31, - Discontinued: false, - Region: `West`, - Address: `184 Main Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 80059 - }), - new InvoicesDataItem( - { - ShipName: `Black Home`, - ShipAddress: `195 Wall Street`, - ShipCity: `Huston`, - ShipPostalCode: 80052, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1449, - CustomerName: `Ben Black`, - CustomerFirstName: `Ben`, - CustomerLastName: `Black`, - CustomerAddress: `195 Wall Street, Huston, USA, 80052`, - Salesperson: `Max Jefferson`, - OrderID: 1325, - OrderDate: `8/23/2022`, - ProductID: 186, - ProductName: `Mac Book Pro`, - UnitPrice: 19780.82, - Quantity: 3, - ExtendedPrice: 59342.46, - Freight: 720.82, - Discontinued: true, - Region: `South East`, - Address: `195 Wall Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 80052 - }), - new InvoicesDataItem( - { - ShipName: `Black Market`, - ShipAddress: `168 Market Street`, - ShipCity: `Miami`, - ShipPostalCode: 70196, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1450, - CustomerName: `Anna Black`, - CustomerFirstName: `Anna`, - CustomerLastName: `Black`, - CustomerAddress: `168 Market Street, Miami, USA, 70196`, - Salesperson: `Martin Madison`, - OrderID: 1216, - OrderDate: `9/9/2022`, - ProductID: 134, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 25110.88, - Quantity: 2, - ExtendedPrice: 50221.76, - Freight: 1040.88, - Discontinued: false, - Region: `West`, - Address: `168 Market Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 70196 - }), - new InvoicesDataItem( - { - ShipName: `Black Estate`, - ShipAddress: `196 Wall Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 70064, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1451, - CustomerName: `Anna Black`, - CustomerFirstName: `Anna`, - CustomerLastName: `Black`, - CustomerAddress: `196 Wall Street, Philadelphia, USA, 70064`, - Salesperson: `Nancy Madison`, - OrderID: 1924, - OrderDate: `9/9/2022`, - ProductID: 108, - ProductName: `IPhone`, - UnitPrice: 14220.86, - Quantity: 2, - ExtendedPrice: 28441.72, - Freight: 1220.86, - Discontinued: false, - Region: `West`, - Address: `196 Wall Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 70064 - }), - new InvoicesDataItem( - { - ShipName: `Madison Home`, - ShipAddress: `125 Wall Street`, - ShipCity: `Huston`, - ShipPostalCode: 90158, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1452, - CustomerName: `Max Madison`, - CustomerFirstName: `Max`, - CustomerLastName: `Madison`, - CustomerAddress: `125 Wall Street, Huston, USA, 90158`, - Salesperson: `Martin Jackson`, - OrderID: 1952, - OrderDate: `8/23/2022`, - ProductID: 177, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 11460.48, - Quantity: 3, - ExtendedPrice: 34381.44, - Freight: 1140.48, - Discontinued: false, - Region: `West`, - Address: `125 Wall Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 90158 - }), - new InvoicesDataItem( - { - ShipName: `Watson Home`, - ShipAddress: `113 Wall Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 50104, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1453, - CustomerName: `Ben Watson`, - CustomerFirstName: `Ben`, - CustomerLastName: `Watson`, - CustomerAddress: `113 Wall Street, Los Angeles, USA, 50104`, - Salesperson: `Mike Black`, - OrderID: 1388, - OrderDate: `7/12/2022`, - ProductID: 142, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 25460.85, - Quantity: 2, - ExtendedPrice: 50921.7, - Freight: 360.85, - Discontinued: false, - Region: `West`, - Address: `113 Wall Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 50104 - }), - new InvoicesDataItem( - { - ShipName: `Black Home`, - ShipAddress: `176 Market Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 90069, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Federal Shipping`, - CustomerID: 1454, - CustomerName: `Nancy Black`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Black`, - CustomerAddress: `176 Market Street, Philadelphia, USA, 90069`, - Salesperson: `Max Jefferson`, - OrderID: 1197, - OrderDate: `9/3/2022`, - ProductID: 132, - ProductName: `IPhone`, - UnitPrice: 5760.67, - Quantity: 3, - ExtendedPrice: 17282.01, - Freight: 1350.67, - Discontinued: false, - Region: `South East`, - Address: `176 Market Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 90069 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Townhouse`, - ShipAddress: `142 Market Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 50098, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1455, - CustomerName: `Max Jefferson`, - CustomerFirstName: `Max`, - CustomerLastName: `Jefferson`, - CustomerAddress: `142 Market Street, Los Angeles, USA, 50098`, - Salesperson: `Nancy Smith`, - OrderID: 1808, - OrderDate: `3/2/2022`, - ProductID: 145, - ProductName: `Mac Book Pro`, - UnitPrice: 18130.62, - Quantity: 3, - ExtendedPrice: 54391.86, - Freight: 660.62, - Discontinued: false, - Region: `North East`, - Address: `142 Market Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 50098 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Home`, - ShipAddress: `184 Main Street`, - ShipCity: `New York`, - ShipPostalCode: 50125, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Speedy Express`, - CustomerID: 1456, - CustomerName: `Pamela Jefferson`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Jefferson`, - CustomerAddress: `184 Main Street, New York, USA, 50125`, - Salesperson: `Pamela Jackson`, - OrderID: 1098, - OrderDate: `9/11/2022`, - ProductID: 106, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 29450.81, - Quantity: 5, - ExtendedPrice: 147254.05, - Freight: 820.81, - Discontinued: false, - Region: `North East`, - Address: `184 Main Street`, - City: `New York`, - Country: `USA`, - PostalCode: 50125 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Market`, - ShipAddress: `190 Main Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 70130, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Speedy Express`, - CustomerID: 1457, - CustomerName: `Nancy Jefferson`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Jefferson`, - CustomerAddress: `190 Main Street, Philadelphia, USA, 70130`, - Salesperson: `Max Madison`, - OrderID: 1942, - OrderDate: `9/1/2022`, - ProductID: 136, - ProductName: `Mac Book Pro`, - UnitPrice: 28790.51, - Quantity: 3, - ExtendedPrice: 86371.53, - Freight: 460.51, - Discontinued: false, - Region: `North East`, - Address: `190 Main Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 70130 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Market`, - ShipAddress: `121 Main Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 70093, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1458, - CustomerName: `Mike Jefferson`, - CustomerFirstName: `Mike`, - CustomerLastName: `Jefferson`, - CustomerAddress: `121 Main Street, Los Angeles, USA, 70093`, - Salesperson: `James Black`, - OrderID: 1815, - OrderDate: `6/16/2022`, - ProductID: 144, - ProductName: `Mac Book Pro`, - UnitPrice: 9060.8, - Quantity: 3, - ExtendedPrice: 27182.4, - Freight: 1990.8, - Discontinued: false, - Region: `North East`, - Address: `121 Main Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 70093 - }), - new InvoicesDataItem( - { - ShipName: `Smith Home`, - ShipAddress: `111 Main Street`, - ShipCity: `Huston`, - ShipPostalCode: 50082, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1459, - CustomerName: `Nancy Smith`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Smith`, - CustomerAddress: `111 Main Street, Huston, USA, 50082`, - Salesperson: `Max Black`, - OrderID: 1551, - OrderDate: `4/6/2022`, - ProductID: 130, - ProductName: `Mac Book Pro`, - UnitPrice: 29370.56, - Quantity: 3, - ExtendedPrice: 88111.68, - Freight: 1970.56, - Discontinued: true, - Region: `North East`, - Address: `111 Main Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 50082 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Market`, - ShipAddress: `128 Market Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 90155, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1460, - CustomerName: `Max Jefferson`, - CustomerFirstName: `Max`, - CustomerLastName: `Jefferson`, - CustomerAddress: `128 Market Street, Los Angeles, USA, 90155`, - Salesperson: `James Smith`, - OrderID: 1660, - OrderDate: `6/6/2022`, - ProductID: 175, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 29130.58, - Quantity: 2, - ExtendedPrice: 58261.16, - Freight: 340.58, - Discontinued: false, - Region: `West`, - Address: `128 Market Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 90155 - }), - new InvoicesDataItem( - { - ShipName: `Smith Home`, - ShipAddress: `159 Main Street`, - ShipCity: `Huston`, - ShipPostalCode: 60166, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1461, - CustomerName: `Mike Smith`, - CustomerFirstName: `Mike`, - CustomerLastName: `Smith`, - CustomerAddress: `159 Main Street, Huston, USA, 60166`, - Salesperson: `Mike Black`, - OrderID: 1860, - OrderDate: `5/20/2022`, - ProductID: 197, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 18630.66, - Quantity: 4, - ExtendedPrice: 74522.64, - Freight: 1540.66, - Discontinued: false, - Region: `South East`, - Address: `159 Main Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 60166 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Home`, - ShipAddress: `115 Market Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 60171, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1462, - CustomerName: `Nancy Jefferson`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Jefferson`, - CustomerAddress: `115 Market Street, Los Angeles, USA, 60171`, - Salesperson: `Mike Jackson`, - OrderID: 1312, - OrderDate: `9/12/2022`, - ProductID: 182, - ProductName: `Samsung Note`, - UnitPrice: 19120.8, - Quantity: 3, - ExtendedPrice: 57362.4, - Freight: 470.8, - Discontinued: false, - Region: `North East`, - Address: `115 Market Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 60171 - }), - new InvoicesDataItem( - { - ShipName: `Watson Townhouse`, - ShipAddress: `184 Main Street`, - ShipCity: `New York`, - ShipPostalCode: 80169, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1463, - CustomerName: `Nancy Watson`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Watson`, - CustomerAddress: `184 Main Street, New York, USA, 80169`, - Salesperson: `Nancy Madison`, - OrderID: 1738, - OrderDate: `1/7/2022`, - ProductID: 161, - ProductName: `Mac Book Air`, - UnitPrice: 9160.8, - Quantity: 2, - ExtendedPrice: 18321.6, - Freight: 1850.8, - Discontinued: false, - Region: `West`, - Address: `184 Main Street`, - City: `New York`, - Country: `USA`, - PostalCode: 80169 - }), - new InvoicesDataItem( - { - ShipName: `Black Market`, - ShipAddress: `147 Main Street`, - ShipCity: `Miami`, - ShipPostalCode: 60068, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Speedy Express`, - CustomerID: 1464, - CustomerName: `Ben Black`, - CustomerFirstName: `Ben`, - CustomerLastName: `Black`, - CustomerAddress: `147 Main Street, Miami, USA, 60068`, - Salesperson: `Nancy Madison`, - OrderID: 1981, - OrderDate: `5/23/2022`, - ProductID: 110, - ProductName: `Samsung Note`, - UnitPrice: 19100.54, - Quantity: 5, - ExtendedPrice: 95502.7, - Freight: 1720.54, - Discontinued: false, - Region: `North East`, - Address: `147 Main Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 60068 - }), - new InvoicesDataItem( - { - ShipName: `Black Market`, - ShipAddress: `143 Wall Street`, - ShipCity: `Huston`, - ShipPostalCode: 80182, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Speedy Express`, - CustomerID: 1465, - CustomerName: `Ben Black`, - CustomerFirstName: `Ben`, - CustomerLastName: `Black`, - CustomerAddress: `143 Wall Street, Huston, USA, 80182`, - Salesperson: `Anna Watson`, - OrderID: 1067, - OrderDate: `12/19/2022`, - ProductID: 103, - ProductName: `Samsung Note`, - UnitPrice: 28900.7, - Quantity: 3, - ExtendedPrice: 86702.1, - Freight: 770.7, - Discontinued: false, - Region: `North East`, - Address: `143 Wall Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 80182 - }), - new InvoicesDataItem( - { - ShipName: `Watson Estate`, - ShipAddress: `170 Main Street`, - ShipCity: `New York`, - ShipPostalCode: 60155, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1466, - CustomerName: `Max Watson`, - CustomerFirstName: `Max`, - CustomerLastName: `Watson`, - CustomerAddress: `170 Main Street, New York, USA, 60155`, - Salesperson: `James Jackson`, - OrderID: 1746, - OrderDate: `9/2/2022`, - ProductID: 148, - ProductName: `IPad`, - UnitPrice: 25390.4, - Quantity: 5, - ExtendedPrice: 126952, - Freight: 550.4, - Discontinued: false, - Region: `South East`, - Address: `170 Main Street`, - City: `New York`, - Country: `USA`, - PostalCode: 60155 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Market`, - ShipAddress: `111 Wall Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 60079, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1467, - CustomerName: `Pamela Jackson`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Jackson`, - CustomerAddress: `111 Wall Street, Philadelphia, USA, 60079`, - Salesperson: `Nancy Jefferson`, - OrderID: 1334, - OrderDate: `5/23/2022`, - ProductID: 129, - ProductName: `Mac Book Air`, - UnitPrice: 14520.65, - Quantity: 2, - ExtendedPrice: 29041.3, - Freight: 1250.65, - Discontinued: false, - Region: `West`, - Address: `111 Wall Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 60079 - }), - new InvoicesDataItem( - { - ShipName: `Black Market`, - ShipAddress: `153 Wall Street`, - ShipCity: `Huston`, - ShipPostalCode: 90056, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Speedy Express`, - CustomerID: 1468, - CustomerName: `Anna Black`, - CustomerFirstName: `Anna`, - CustomerLastName: `Black`, - CustomerAddress: `153 Wall Street, Huston, USA, 90056`, - Salesperson: `Anna Jackson`, - OrderID: 1230, - OrderDate: `4/15/2022`, - ProductID: 128, - ProductName: `IPhone`, - UnitPrice: 14930.82, - Quantity: 5, - ExtendedPrice: 74654.1, - Freight: 1470.82, - Discontinued: false, - Region: `North East`, - Address: `153 Wall Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 90056 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Market`, - ShipAddress: `143 Main Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 50070, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Speedy Express`, - CustomerID: 1469, - CustomerName: `Max Jackson`, - CustomerFirstName: `Max`, - CustomerLastName: `Jackson`, - CustomerAddress: `143 Main Street, Philadelphia, USA, 50070`, - Salesperson: `Nancy Madison`, - OrderID: 1761, - OrderDate: `1/23/2022`, - ProductID: 136, - ProductName: `IPad`, - UnitPrice: 10810.43, - Quantity: 4, - ExtendedPrice: 43241.72, - Freight: 1910.43, - Discontinued: true, - Region: `South East`, - Address: `143 Main Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 50070 - }), - new InvoicesDataItem( - { - ShipName: `Black Estate`, - ShipAddress: `174 Market Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 80126, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1470, - CustomerName: `Pamela Black`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Black`, - CustomerAddress: `174 Market Street, Philadelphia, USA, 80126`, - Salesperson: `Martin Madison`, - OrderID: 1217, - OrderDate: `7/7/2022`, - ProductID: 170, - ProductName: `IPhone`, - UnitPrice: 16660.27, - Quantity: 4, - ExtendedPrice: 66641.08, - Freight: 790.27, - Discontinued: false, - Region: `North East`, - Address: `174 Market Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 80126 - }), - new InvoicesDataItem( - { - ShipName: `Smith Home`, - ShipAddress: `189 Wall Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 60161, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Speedy Express`, - CustomerID: 1471, - CustomerName: `Max Smith`, - CustomerFirstName: `Max`, - CustomerLastName: `Smith`, - CustomerAddress: `189 Wall Street, Los Angeles, USA, 60161`, - Salesperson: `Max Madison`, - OrderID: 1882, - OrderDate: `11/5/2022`, - ProductID: 141, - ProductName: `Mac Book Air`, - UnitPrice: 18210.39, - Quantity: 3, - ExtendedPrice: 54631.17, - Freight: 990.39, - Discontinued: false, - Region: `South East`, - Address: `189 Wall Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 60161 - }), - new InvoicesDataItem( - { - ShipName: `Black Market`, - ShipAddress: `193 Market Street`, - ShipCity: `Huston`, - ShipPostalCode: 50163, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Speedy Express`, - CustomerID: 1472, - CustomerName: `Max Black`, - CustomerFirstName: `Max`, - CustomerLastName: `Black`, - CustomerAddress: `193 Market Street, Huston, USA, 50163`, - Salesperson: `Mike Black`, - OrderID: 1855, - OrderDate: `5/3/2022`, - ProductID: 188, - ProductName: `Samsung Note`, - UnitPrice: 9860.59, - Quantity: 5, - ExtendedPrice: 49302.95, - Freight: 1610.59, - Discontinued: false, - Region: `South East`, - Address: `193 Market Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 50163 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Townhouse`, - ShipAddress: `128 Main Street`, - ShipCity: `Miami`, - ShipPostalCode: 60162, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1473, - CustomerName: `Max Jackson`, - CustomerFirstName: `Max`, - CustomerLastName: `Jackson`, - CustomerAddress: `128 Main Street, Miami, USA, 60162`, - Salesperson: `Nancy Black`, - OrderID: 1087, - OrderDate: `4/5/2022`, - ProductID: 166, - ProductName: `Mac Book Air`, - UnitPrice: 12090.33, - Quantity: 4, - ExtendedPrice: 48361.32, - Freight: 1020.33, - Discontinued: false, - Region: `West`, - Address: `128 Main Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 60162 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Townhouse`, - ShipAddress: `179 Wall Street`, - ShipCity: `New York`, - ShipPostalCode: 50104, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1474, - CustomerName: `Ben Jackson`, - CustomerFirstName: `Ben`, - CustomerLastName: `Jackson`, - CustomerAddress: `179 Wall Street, New York, USA, 50104`, - Salesperson: `Martin Black`, - OrderID: 1121, - OrderDate: `12/2/2022`, - ProductID: 169, - ProductName: `IPad`, - UnitPrice: 18020.22, - Quantity: 4, - ExtendedPrice: 72080.88, - Freight: 830.22, - Discontinued: false, - Region: `West`, - Address: `179 Wall Street`, - City: `New York`, - Country: `USA`, - PostalCode: 50104 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Townhouse`, - ShipAddress: `168 Market Street`, - ShipCity: `Huston`, - ShipPostalCode: 60117, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1475, - CustomerName: `Martin Jackson`, - CustomerFirstName: `Martin`, - CustomerLastName: `Jackson`, - CustomerAddress: `168 Market Street, Huston, USA, 60117`, - Salesperson: `James Madison`, - OrderID: 1965, - OrderDate: `10/17/2022`, - ProductID: 166, - ProductName: `Mac Book Pro`, - UnitPrice: 6770.39, - Quantity: 5, - ExtendedPrice: 33851.95, - Freight: 240.39, - Discontinued: false, - Region: `West`, - Address: `168 Market Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 60117 - }), - new InvoicesDataItem( - { - ShipName: `Black Market`, - ShipAddress: `195 Wall Street`, - ShipCity: `Huston`, - ShipPostalCode: 50103, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1476, - CustomerName: `Mike Black`, - CustomerFirstName: `Mike`, - CustomerLastName: `Black`, - CustomerAddress: `195 Wall Street, Huston, USA, 50103`, - Salesperson: `Ben Jackson`, - OrderID: 1241, - OrderDate: `2/3/2022`, - ProductID: 159, - ProductName: `Samsung Note`, - UnitPrice: 14250.8, - Quantity: 5, - ExtendedPrice: 71254, - Freight: 1870.8, - Discontinued: false, - Region: `North East`, - Address: `195 Wall Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 50103 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Market`, - ShipAddress: `192 Main Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 70069, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1477, - CustomerName: `Pamela Jefferson`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Jefferson`, - CustomerAddress: `192 Main Street, Los Angeles, USA, 70069`, - Salesperson: `Pamela Watson`, - OrderID: 1440, - OrderDate: `6/4/2022`, - ProductID: 191, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 23000.87, - Quantity: 3, - ExtendedPrice: 69002.61, - Freight: 1680.87, - Discontinued: false, - Region: `North East`, - Address: `192 Main Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 70069 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Estate`, - ShipAddress: `139 Wall Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 50143, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1478, - CustomerName: `Pamela Jefferson`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Jefferson`, - CustomerAddress: `139 Wall Street, Philadelphia, USA, 50143`, - Salesperson: `Nancy Madison`, - OrderID: 1507, - OrderDate: `10/10/2022`, - ProductID: 176, - ProductName: `Mac Book Air`, - UnitPrice: 25490.8, - Quantity: 3, - ExtendedPrice: 76472.4, - Freight: 830.8, - Discontinued: false, - Region: `North East`, - Address: `139 Wall Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 50143 - }), - new InvoicesDataItem( - { - ShipName: `Madison Estate`, - ShipAddress: `131 Wall Street`, - ShipCity: `Miami`, - ShipPostalCode: 80108, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Federal Shipping`, - CustomerID: 1479, - CustomerName: `Mike Madison`, - CustomerFirstName: `Mike`, - CustomerLastName: `Madison`, - CustomerAddress: `131 Wall Street, Miami, USA, 80108`, - Salesperson: `Ben Jefferson`, - OrderID: 1702, - OrderDate: `10/16/2022`, - ProductID: 174, - ProductName: `Mac Book Pro`, - UnitPrice: 28620.58, - Quantity: 4, - ExtendedPrice: 114482.32, - Freight: 950.58, - Discontinued: true, - Region: `South East`, - Address: `131 Wall Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 80108 - }), - new InvoicesDataItem( - { - ShipName: `Smith Estate`, - ShipAddress: `127 Market Street`, - ShipCity: `Huston`, - ShipPostalCode: 90097, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Speedy Express`, - CustomerID: 1480, - CustomerName: `James Smith`, - CustomerFirstName: `James`, - CustomerLastName: `Smith`, - CustomerAddress: `127 Market Street, Huston, USA, 90097`, - Salesperson: `Pamela Black`, - OrderID: 1875, - OrderDate: `7/24/2022`, - ProductID: 164, - ProductName: `Mac Book Air`, - UnitPrice: 6750.85, - Quantity: 2, - ExtendedPrice: 13501.7, - Freight: 1160.85, - Discontinued: false, - Region: `North East`, - Address: `127 Market Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 90097 - }), - new InvoicesDataItem( - { - ShipName: `Madison Home`, - ShipAddress: `190 Market Street`, - ShipCity: `New York`, - ShipPostalCode: 70142, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1481, - CustomerName: `Pamela Madison`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Madison`, - CustomerAddress: `190 Market Street, New York, USA, 70142`, - Salesperson: `Pamela Smith`, - OrderID: 1373, - OrderDate: `5/19/2022`, - ProductID: 108, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 17230.33, - Quantity: 3, - ExtendedPrice: 51690.99, - Freight: 1270.33, - Discontinued: false, - Region: `West`, - Address: `190 Market Street`, - City: `New York`, - Country: `USA`, - PostalCode: 70142 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Market`, - ShipAddress: `179 Main Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 90146, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1482, - CustomerName: `Nancy Jackson`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Jackson`, - CustomerAddress: `179 Main Street, Philadelphia, USA, 90146`, - Salesperson: `James Jefferson`, - OrderID: 1452, - OrderDate: `5/16/2022`, - ProductID: 170, - ProductName: `Mac Book Air`, - UnitPrice: 8320.5, - Quantity: 4, - ExtendedPrice: 33282, - Freight: 510.5, - Discontinued: false, - Region: `North East`, - Address: `179 Main Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 90146 - }), - new InvoicesDataItem( - { - ShipName: `Black Townhouse`, - ShipAddress: `183 Main Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 90165, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1483, - CustomerName: `Anna Black`, - CustomerFirstName: `Anna`, - CustomerLastName: `Black`, - CustomerAddress: `183 Main Street, Los Angeles, USA, 90165`, - Salesperson: `Max Watson`, - OrderID: 1835, - OrderDate: `9/8/2022`, - ProductID: 198, - ProductName: `Samsung Note`, - UnitPrice: 13800.6, - Quantity: 3, - ExtendedPrice: 41401.8, - Freight: 700.6, - Discontinued: false, - Region: `West`, - Address: `183 Main Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 90165 - }), - new InvoicesDataItem( - { - ShipName: `Black Townhouse`, - ShipAddress: `108 Main Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 50151, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Speedy Express`, - CustomerID: 1484, - CustomerName: `Max Black`, - CustomerFirstName: `Max`, - CustomerLastName: `Black`, - CustomerAddress: `108 Main Street, Philadelphia, USA, 50151`, - Salesperson: `Mike Jefferson`, - OrderID: 1448, - OrderDate: `11/16/2022`, - ProductID: 103, - ProductName: `Samsung Note`, - UnitPrice: 21840.84, - Quantity: 5, - ExtendedPrice: 109204.2, - Freight: 1500.84, - Discontinued: false, - Region: `South East`, - Address: `108 Main Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 50151 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Estate`, - ShipAddress: `150 Market Street`, - ShipCity: `New York`, - ShipPostalCode: 80053, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1485, - CustomerName: `James Jefferson`, - CustomerFirstName: `James`, - CustomerLastName: `Jefferson`, - CustomerAddress: `150 Market Street, New York, USA, 80053`, - Salesperson: `Anna Black`, - OrderID: 1160, - OrderDate: `6/7/2022`, - ProductID: 156, - ProductName: `IPhone`, - UnitPrice: 24480.65, - Quantity: 2, - ExtendedPrice: 48961.3, - Freight: 860.65, - Discontinued: false, - Region: `West`, - Address: `150 Market Street`, - City: `New York`, - Country: `USA`, - PostalCode: 80053 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Estate`, - ShipAddress: `121 Wall Street`, - ShipCity: `Miami`, - ShipPostalCode: 50087, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Speedy Express`, - CustomerID: 1486, - CustomerName: `Mike Jefferson`, - CustomerFirstName: `Mike`, - CustomerLastName: `Jefferson`, - CustomerAddress: `121 Wall Street, Miami, USA, 50087`, - Salesperson: `Anna Jackson`, - OrderID: 1277, - OrderDate: `8/16/2022`, - ProductID: 108, - ProductName: `Mac Book Air`, - UnitPrice: 27370.31, - Quantity: 2, - ExtendedPrice: 54740.62, - Freight: 350.31, - Discontinued: false, - Region: `North East`, - Address: `121 Wall Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 50087 - }), - new InvoicesDataItem( - { - ShipName: `Watson Townhouse`, - ShipAddress: `187 Market Street`, - ShipCity: `Miami`, - ShipPostalCode: 90094, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1487, - CustomerName: `Anna Watson`, - CustomerFirstName: `Anna`, - CustomerLastName: `Watson`, - CustomerAddress: `187 Market Street, Miami, USA, 90094`, - Salesperson: `Pamela Jefferson`, - OrderID: 1895, - OrderDate: `7/18/2022`, - ProductID: 138, - ProductName: `IPad`, - UnitPrice: 15270.6, - Quantity: 3, - ExtendedPrice: 45811.8, - Freight: 1920.6, - Discontinued: false, - Region: `West`, - Address: `187 Market Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 90094 - }), - new InvoicesDataItem( - { - ShipName: `Watson Market`, - ShipAddress: `142 Main Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 50160, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1488, - CustomerName: `Pamela Watson`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Watson`, - CustomerAddress: `142 Main Street, Los Angeles, USA, 50160`, - Salesperson: `Max Smith`, - OrderID: 1559, - OrderDate: `11/2/2022`, - ProductID: 129, - ProductName: `Samsung Note`, - UnitPrice: 19940.22, - Quantity: 5, - ExtendedPrice: 99701.1, - Freight: 540.22, - Discontinued: false, - Region: `West`, - Address: `142 Main Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 50160 - }), - new InvoicesDataItem( - { - ShipName: `Black Townhouse`, - ShipAddress: `190 Market Street`, - ShipCity: `Miami`, - ShipPostalCode: 60164, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Speedy Express`, - CustomerID: 1489, - CustomerName: `James Black`, - CustomerFirstName: `James`, - CustomerLastName: `Black`, - CustomerAddress: `190 Market Street, Miami, USA, 60164`, - Salesperson: `Nancy Jefferson`, - OrderID: 1144, - OrderDate: `5/7/2022`, - ProductID: 169, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 29010.82, - Quantity: 4, - ExtendedPrice: 116043.28, - Freight: 1870.82, - Discontinued: true, - Region: `North East`, - Address: `190 Market Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 60164 - }), - new InvoicesDataItem( - { - ShipName: `Madison Market`, - ShipAddress: `180 Main Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 70181, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1490, - CustomerName: `Ben Madison`, - CustomerFirstName: `Ben`, - CustomerLastName: `Madison`, - CustomerAddress: `180 Main Street, Philadelphia, USA, 70181`, - Salesperson: `Ben Black`, - OrderID: 1396, - OrderDate: `2/24/2022`, - ProductID: 137, - ProductName: `IPhone`, - UnitPrice: 15420.8, - Quantity: 4, - ExtendedPrice: 61683.2, - Freight: 1870.8, - Discontinued: false, - Region: `West`, - Address: `180 Main Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 70181 - }), - new InvoicesDataItem( - { - ShipName: `Watson Home`, - ShipAddress: `152 Market Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 60139, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Speedy Express`, - CustomerID: 1491, - CustomerName: `Anna Watson`, - CustomerFirstName: `Anna`, - CustomerLastName: `Watson`, - CustomerAddress: `152 Market Street, Philadelphia, USA, 60139`, - Salesperson: `Mike Madison`, - OrderID: 1733, - OrderDate: `9/23/2022`, - ProductID: 117, - ProductName: `Mac Book Pro`, - UnitPrice: 26430.79, - Quantity: 5, - ExtendedPrice: 132153.95, - Freight: 270.79, - Discontinued: false, - Region: `North East`, - Address: `152 Market Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 60139 - }), - new InvoicesDataItem( - { - ShipName: `Black Home`, - ShipAddress: `176 Main Street`, - ShipCity: `Miami`, - ShipPostalCode: 60072, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1492, - CustomerName: `Nancy Black`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Black`, - CustomerAddress: `176 Main Street, Miami, USA, 60072`, - Salesperson: `Mike Black`, - OrderID: 1473, - OrderDate: `6/23/2022`, - ProductID: 175, - ProductName: `Samsung Note`, - UnitPrice: 18440.43, - Quantity: 4, - ExtendedPrice: 73761.72, - Freight: 1770.43, - Discontinued: false, - Region: `West`, - Address: `176 Main Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 60072 - }), - new InvoicesDataItem( - { - ShipName: `Madison Home`, - ShipAddress: `120 Main Street`, - ShipCity: `Miami`, - ShipPostalCode: 80161, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1493, - CustomerName: `Martin Madison`, - CustomerFirstName: `Martin`, - CustomerLastName: `Madison`, - CustomerAddress: `120 Main Street, Miami, USA, 80161`, - Salesperson: `Ben Watson`, - OrderID: 1674, - OrderDate: `5/1/2022`, - ProductID: 175, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 23490.67, - Quantity: 3, - ExtendedPrice: 70472.01, - Freight: 820.67, - Discontinued: false, - Region: `West`, - Address: `120 Main Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 80161 - }), - new InvoicesDataItem( - { - ShipName: `Black Estate`, - ShipAddress: `127 Main Street`, - ShipCity: `Miami`, - ShipPostalCode: 90183, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1494, - CustomerName: `Ben Black`, - CustomerFirstName: `Ben`, - CustomerLastName: `Black`, - CustomerAddress: `127 Main Street, Miami, USA, 90183`, - Salesperson: `Pamela Smith`, - OrderID: 1279, - OrderDate: `2/9/2022`, - ProductID: 108, - ProductName: `Samsung Note`, - UnitPrice: 7560.83, - Quantity: 4, - ExtendedPrice: 30243.32, - Freight: 470.83, - Discontinued: false, - Region: `West`, - Address: `127 Main Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 90183 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Estate`, - ShipAddress: `129 Market Street`, - ShipCity: `New York`, - ShipPostalCode: 50067, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1495, - CustomerName: `Pamela Jackson`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Jackson`, - CustomerAddress: `129 Market Street, New York, USA, 50067`, - Salesperson: `Nancy Jackson`, - OrderID: 1502, - OrderDate: `9/25/2022`, - ProductID: 175, - ProductName: `Samsung Note`, - UnitPrice: 24020.51, - Quantity: 4, - ExtendedPrice: 96082.04, - Freight: 1320.51, - Discontinued: false, - Region: `South East`, - Address: `129 Market Street`, - City: `New York`, - Country: `USA`, - PostalCode: 50067 - }), - new InvoicesDataItem( - { - ShipName: `Madison Townhouse`, - ShipAddress: `118 Market Street`, - ShipCity: `New York`, - ShipPostalCode: 70088, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1496, - CustomerName: `Mike Madison`, - CustomerFirstName: `Mike`, - CustomerLastName: `Madison`, - CustomerAddress: `118 Market Street, New York, USA, 70088`, - Salesperson: `Anna Watson`, - OrderID: 1672, - OrderDate: `7/8/2022`, - ProductID: 178, - ProductName: `Mac Book Air`, - UnitPrice: 9150.21, - Quantity: 2, - ExtendedPrice: 18300.42, - Freight: 470.21, - Discontinued: false, - Region: `West`, - Address: `118 Market Street`, - City: `New York`, - Country: `USA`, - PostalCode: 70088 - }), - new InvoicesDataItem( - { - ShipName: `Watson Townhouse`, - ShipAddress: `146 Main Street`, - ShipCity: `Huston`, - ShipPostalCode: 60135, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Speedy Express`, - CustomerID: 1497, - CustomerName: `Mike Watson`, - CustomerFirstName: `Mike`, - CustomerLastName: `Watson`, - CustomerAddress: `146 Main Street, Huston, USA, 60135`, - Salesperson: `Anna Black`, - OrderID: 1449, - OrderDate: `4/4/2022`, - ProductID: 194, - ProductName: `IPhone`, - UnitPrice: 19390.48, - Quantity: 4, - ExtendedPrice: 77561.92, - Freight: 1350.48, - Discontinued: false, - Region: `North East`, - Address: `146 Main Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 60135 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Home`, - ShipAddress: `146 Market Street`, - ShipCity: `Huston`, - ShipPostalCode: 80195, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1498, - CustomerName: `Pamela Jefferson`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Jefferson`, - CustomerAddress: `146 Market Street, Huston, USA, 80195`, - Salesperson: `Ben Black`, - OrderID: 1100, - OrderDate: `7/1/2022`, - ProductID: 103, - ProductName: `IPhone`, - UnitPrice: 12430.89, - Quantity: 3, - ExtendedPrice: 37292.67, - Freight: 1060.89, - Discontinued: false, - Region: `North East`, - Address: `146 Market Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 80195 - }), + new InvoicesDataItem({ ShipName: `Jefferson Home`, ShipAddress: `124 Wall Street`, ShipCity: `Miami`, ShipPostalCode: 60098, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1000, CustomerName: `Martin Jefferson`, CustomerFirstName: `Martin`, CustomerLastName: `Jefferson`, CustomerAddress: `124 Wall Street, Miami, USA, 60098`, Salesperson: `Nancy Jefferson`, OrderID: 1931, OrderDate: `3/14/2022`, ProductID: 189, ProductName: `IPad`, UnitPrice: 16150.61, Quantity: 3, ExtendedPrice: 48451.83, Freight: 980.61, Discontinued: false, Region: `South East`, Address: `124 Wall Street`, City: `Miami`, Country: `USA`, PostalCode: 60098 }), + new InvoicesDataItem({ ShipName: `Black Home`, ShipAddress: `162 Main Street`, ShipCity: `Miami`, ShipPostalCode: 80193, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1001, CustomerName: `Anna Black`, CustomerFirstName: `Anna`, CustomerLastName: `Black`, CustomerAddress: `162 Main Street, Miami, USA, 80193`, Salesperson: `Anna Smith`, OrderID: 1163, OrderDate: `5/22/2022`, ProductID: 138, ProductName: `Mac Book Pro`, UnitPrice: 18520.59, Quantity: 4, ExtendedPrice: 74082.36, Freight: 850.59, Discontinued: false, Region: `West`, Address: `162 Main Street`, City: `Miami`, Country: `USA`, PostalCode: 80193 }), + new InvoicesDataItem({ ShipName: `Watson Townhouse`, ShipAddress: `164 Wall Street`, ShipCity: `Miami`, ShipPostalCode: 50111, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1002, CustomerName: `Max Watson`, CustomerFirstName: `Max`, CustomerLastName: `Watson`, CustomerAddress: `164 Wall Street, Miami, USA, 50111`, Salesperson: `Martin Watson`, OrderID: 1230, OrderDate: `2/9/2022`, ProductID: 118, ProductName: `Mac Book Air`, UnitPrice: 25310.39, Quantity: 3, ExtendedPrice: 75931.17, Freight: 210.39, Discontinued: false, Region: `West`, Address: `164 Wall Street`, City: `Miami`, Country: `USA`, PostalCode: 50111 }), + new InvoicesDataItem({ ShipName: `Madison Townhouse`, ShipAddress: `124 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 90123, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1003, CustomerName: `Max Madison`, CustomerFirstName: `Max`, CustomerLastName: `Madison`, CustomerAddress: `124 Market Street, Philadelphia, USA, 90123`, Salesperson: `Anna Black`, OrderID: 1176, OrderDate: `6/3/2022`, ProductID: 169, ProductName: `Samsung Galaxy 22`, UnitPrice: 29890.86, Quantity: 4, ExtendedPrice: 119563.44, Freight: 800.86, Discontinued: false, Region: `South East`, Address: `124 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 90123 }), + new InvoicesDataItem({ ShipName: `Jackson Townhouse`, ShipAddress: `181 Market Street`, ShipCity: `Miami`, ShipPostalCode: 90095, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1004, CustomerName: `Pamela Jackson`, CustomerFirstName: `Pamela`, CustomerLastName: `Jackson`, CustomerAddress: `181 Market Street, Miami, USA, 90095`, Salesperson: `Max Black`, OrderID: 1382, OrderDate: `1/10/2022`, ProductID: 185, ProductName: `Samsung Note`, UnitPrice: 7810.61, Quantity: 2, ExtendedPrice: 15621.22, Freight: 1790.61, Discontinued: false, Region: `West`, Address: `181 Market Street`, City: `Miami`, Country: `USA`, PostalCode: 90095 }), + new InvoicesDataItem({ ShipName: `Jefferson Home`, ShipAddress: `188 Wall Street`, ShipCity: `Los Angeles`, ShipPostalCode: 50149, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1005, CustomerName: `Mike Jefferson`, CustomerFirstName: `Mike`, CustomerLastName: `Jefferson`, CustomerAddress: `188 Wall Street, Los Angeles, USA, 50149`, Salesperson: `Martin Jefferson`, OrderID: 1864, OrderDate: `8/18/2022`, ProductID: 168, ProductName: `Samsung Galaxy 22`, UnitPrice: 9370.76, Quantity: 4, ExtendedPrice: 37483.04, Freight: 970.76, Discontinued: false, Region: `North East`, Address: `188 Wall Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 50149 }), + new InvoicesDataItem({ ShipName: `Smith Home`, ShipAddress: `174 Market Street`, ShipCity: `Huston`, ShipPostalCode: 90112, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1006, CustomerName: `Martin Smith`, CustomerFirstName: `Martin`, CustomerLastName: `Smith`, CustomerAddress: `174 Market Street, Huston, USA, 90112`, Salesperson: `Nancy Smith`, OrderID: 1502, OrderDate: `6/13/2022`, ProductID: 199, ProductName: `IPhone`, UnitPrice: 20830.47, Quantity: 2, ExtendedPrice: 41660.94, Freight: 1530.47, Discontinued: false, Region: `West`, Address: `174 Market Street`, City: `Huston`, Country: `USA`, PostalCode: 90112 }), + new InvoicesDataItem({ ShipName: `Jefferson Townhouse`, ShipAddress: `134 Market Street`, ShipCity: `Miami`, ShipPostalCode: 50083, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1007, CustomerName: `Nancy Jefferson`, CustomerFirstName: `Nancy`, CustomerLastName: `Jefferson`, CustomerAddress: `134 Market Street, Miami, USA, 50083`, Salesperson: `Mike Jefferson`, OrderID: 1305, OrderDate: `10/21/2022`, ProductID: 185, ProductName: `Mac Book Air`, UnitPrice: 7320.44, Quantity: 2, ExtendedPrice: 14640.88, Freight: 630.44, Discontinued: false, Region: `West`, Address: `134 Market Street`, City: `Miami`, Country: `USA`, PostalCode: 50083 }), + new InvoicesDataItem({ ShipName: `Jefferson Estate`, ShipAddress: `177 Main Street`, ShipCity: `New York`, ShipPostalCode: 70185, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1008, CustomerName: `Nancy Jefferson`, CustomerFirstName: `Nancy`, CustomerLastName: `Jefferson`, CustomerAddress: `177 Main Street, New York, USA, 70185`, Salesperson: `Pamela Watson`, OrderID: 1725, OrderDate: `5/7/2022`, ProductID: 133, ProductName: `Mac Book Air`, UnitPrice: 11240.72, Quantity: 3, ExtendedPrice: 33722.16, Freight: 420.72, Discontinued: false, Region: `South East`, Address: `177 Main Street`, City: `New York`, Country: `USA`, PostalCode: 70185 }), + new InvoicesDataItem({ ShipName: `Jefferson Estate`, ShipAddress: `169 Main Street`, ShipCity: `Miami`, ShipPostalCode: 90183, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1009, CustomerName: `Mike Jefferson`, CustomerFirstName: `Mike`, CustomerLastName: `Jefferson`, CustomerAddress: `169 Main Street, Miami, USA, 90183`, Salesperson: `Anna Watson`, OrderID: 1977, OrderDate: `10/14/2022`, ProductID: 178, ProductName: `IPhone`, UnitPrice: 6460.55, Quantity: 3, ExtendedPrice: 19381.65, Freight: 370.55, Discontinued: true, Region: `South East`, Address: `169 Main Street`, City: `Miami`, Country: `USA`, PostalCode: 90183 }), + new InvoicesDataItem({ ShipName: `Jackson Estate`, ShipAddress: `151 Market Street`, ShipCity: `New York`, ShipPostalCode: 80160, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1010, CustomerName: `James Jackson`, CustomerFirstName: `James`, CustomerLastName: `Jackson`, CustomerAddress: `151 Market Street, New York, USA, 80160`, Salesperson: `Nancy Black`, OrderID: 1666, OrderDate: `12/6/2022`, ProductID: 140, ProductName: `Mac Book Pro`, UnitPrice: 7940.82, Quantity: 2, ExtendedPrice: 15881.64, Freight: 1670.82, Discontinued: false, Region: `South East`, Address: `151 Market Street`, City: `New York`, Country: `USA`, PostalCode: 80160 }), + new InvoicesDataItem({ ShipName: `Jefferson Market`, ShipAddress: `147 Main Street`, ShipCity: `Miami`, ShipPostalCode: 80183, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1011, CustomerName: `James Jefferson`, CustomerFirstName: `James`, CustomerLastName: `Jefferson`, CustomerAddress: `147 Main Street, Miami, USA, 80183`, Salesperson: `Mike Madison`, OrderID: 1059, OrderDate: `5/14/2022`, ProductID: 174, ProductName: `Samsung Note`, UnitPrice: 14650.56, Quantity: 2, ExtendedPrice: 29301.12, Freight: 1770.56, Discontinued: false, Region: `West`, Address: `147 Main Street`, City: `Miami`, Country: `USA`, PostalCode: 80183 }), + new InvoicesDataItem({ ShipName: `Watson Estate`, ShipAddress: `134 Main Street`, ShipCity: `New York`, ShipPostalCode: 80066, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1012, CustomerName: `Mike Watson`, CustomerFirstName: `Mike`, CustomerLastName: `Watson`, CustomerAddress: `134 Main Street, New York, USA, 80066`, Salesperson: `Mike Black`, OrderID: 1851, OrderDate: `7/24/2022`, ProductID: 175, ProductName: `IPhone`, UnitPrice: 7870.39, Quantity: 2, ExtendedPrice: 15740.78, Freight: 360.39, Discontinued: false, Region: `West`, Address: `134 Main Street`, City: `New York`, Country: `USA`, PostalCode: 80066 }), + new InvoicesDataItem({ ShipName: `Madison Estate`, ShipAddress: `159 Market Street`, ShipCity: `Los Angeles`, ShipPostalCode: 80096, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1013, CustomerName: `Ben Madison`, CustomerFirstName: `Ben`, CustomerLastName: `Madison`, CustomerAddress: `159 Market Street, Los Angeles, USA, 80096`, Salesperson: `Anna Madison`, OrderID: 1451, OrderDate: `10/4/2022`, ProductID: 188, ProductName: `Mac Book Pro`, UnitPrice: 13920.38, Quantity: 4, ExtendedPrice: 55681.52, Freight: 1140.38, Discontinued: false, Region: `North East`, Address: `159 Market Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 80096 }), + new InvoicesDataItem({ ShipName: `Madison Estate`, ShipAddress: `187 Wall Street`, ShipCity: `Miami`, ShipPostalCode: 60144, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1014, CustomerName: `Martin Madison`, CustomerFirstName: `Martin`, CustomerLastName: `Madison`, CustomerAddress: `187 Wall Street, Miami, USA, 60144`, Salesperson: `Ben Jefferson`, OrderID: 1331, OrderDate: `4/4/2022`, ProductID: 119, ProductName: `IPhone`, UnitPrice: 6940.73, Quantity: 5, ExtendedPrice: 34703.65, Freight: 640.73, Discontinued: false, Region: `West`, Address: `187 Wall Street`, City: `Miami`, Country: `USA`, PostalCode: 60144 }), + new InvoicesDataItem({ ShipName: `Jackson Townhouse`, ShipAddress: `158 Wall Street`, ShipCity: `Huston`, ShipPostalCode: 60063, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1015, CustomerName: `Ben Jackson`, CustomerFirstName: `Ben`, CustomerLastName: `Jackson`, CustomerAddress: `158 Wall Street, Huston, USA, 60063`, Salesperson: `Martin Jefferson`, OrderID: 1609, OrderDate: `9/6/2022`, ProductID: 171, ProductName: `IPhone`, UnitPrice: 29080.28, Quantity: 2, ExtendedPrice: 58160.56, Freight: 1810.28, Discontinued: false, Region: `South East`, Address: `158 Wall Street`, City: `Huston`, Country: `USA`, PostalCode: 60063 }), + new InvoicesDataItem({ ShipName: `Black Market`, ShipAddress: `168 Main Street`, ShipCity: `Huston`, ShipPostalCode: 60184, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1016, CustomerName: `James Black`, CustomerFirstName: `James`, CustomerLastName: `Black`, CustomerAddress: `168 Main Street, Huston, USA, 60184`, Salesperson: `Martin Watson`, OrderID: 1772, OrderDate: `3/20/2022`, ProductID: 152, ProductName: `Mac Book Air`, UnitPrice: 28350.9, Quantity: 5, ExtendedPrice: 141754.5, Freight: 1290.9, Discontinued: false, Region: `South East`, Address: `168 Main Street`, City: `Huston`, Country: `USA`, PostalCode: 60184 }), + new InvoicesDataItem({ ShipName: `Black Market`, ShipAddress: `116 Main Street`, ShipCity: `Miami`, ShipPostalCode: 60129, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1017, CustomerName: `Nancy Black`, CustomerFirstName: `Nancy`, CustomerLastName: `Black`, CustomerAddress: `116 Main Street, Miami, USA, 60129`, Salesperson: `Nancy Smith`, OrderID: 1792, OrderDate: `9/1/2022`, ProductID: 182, ProductName: `Samsung Note`, UnitPrice: 13730.78, Quantity: 4, ExtendedPrice: 54923.12, Freight: 740.78, Discontinued: false, Region: `North East`, Address: `116 Main Street`, City: `Miami`, Country: `USA`, PostalCode: 60129 }), + new InvoicesDataItem({ ShipName: `Madison Market`, ShipAddress: `116 Market Street`, ShipCity: `Los Angeles`, ShipPostalCode: 80090, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1018, CustomerName: `Martin Madison`, CustomerFirstName: `Martin`, CustomerLastName: `Madison`, CustomerAddress: `116 Market Street, Los Angeles, USA, 80090`, Salesperson: `Anna Madison`, OrderID: 1285, OrderDate: `10/21/2022`, ProductID: 157, ProductName: `Mac Book Pro`, UnitPrice: 8120.36, Quantity: 3, ExtendedPrice: 24361.08, Freight: 410.36, Discontinued: false, Region: `West`, Address: `116 Market Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 80090 }), + new InvoicesDataItem({ ShipName: `Jefferson Townhouse`, ShipAddress: `135 Wall Street`, ShipCity: `Philadelphia`, ShipPostalCode: 90101, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1019, CustomerName: `Max Jefferson`, CustomerFirstName: `Max`, CustomerLastName: `Jefferson`, CustomerAddress: `135 Wall Street, Philadelphia, USA, 90101`, Salesperson: `Mike Madison`, OrderID: 1205, OrderDate: `12/22/2022`, ProductID: 153, ProductName: `Mac Book Pro`, UnitPrice: 11830.22, Quantity: 2, ExtendedPrice: 23660.44, Freight: 330.22, Discontinued: true, Region: `North East`, Address: `135 Wall Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 90101 }), + new InvoicesDataItem({ ShipName: `Smith Home`, ShipAddress: `164 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 70056, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1020, CustomerName: `James Smith`, CustomerFirstName: `James`, CustomerLastName: `Smith`, CustomerAddress: `164 Market Street, Philadelphia, USA, 70056`, Salesperson: `Ben Watson`, OrderID: 1759, OrderDate: `8/3/2022`, ProductID: 129, ProductName: `Mac Book Pro`, UnitPrice: 15140.82, Quantity: 4, ExtendedPrice: 60563.28, Freight: 1400.82, Discontinued: false, Region: `South East`, Address: `164 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 70056 }), + new InvoicesDataItem({ ShipName: `Madison Estate`, ShipAddress: `196 Wall Street`, ShipCity: `Miami`, ShipPostalCode: 90169, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1021, CustomerName: `Max Madison`, CustomerFirstName: `Max`, CustomerLastName: `Madison`, CustomerAddress: `196 Wall Street, Miami, USA, 90169`, Salesperson: `Mike Smith`, OrderID: 1879, OrderDate: `8/17/2022`, ProductID: 127, ProductName: `Mac Book Air`, UnitPrice: 26710.41, Quantity: 5, ExtendedPrice: 133552.05, Freight: 1810.41, Discontinued: false, Region: `West`, Address: `196 Wall Street`, City: `Miami`, Country: `USA`, PostalCode: 90169 }), + new InvoicesDataItem({ ShipName: `Black Market`, ShipAddress: `175 Wall Street`, ShipCity: `Philadelphia`, ShipPostalCode: 50142, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1022, CustomerName: `Nancy Black`, CustomerFirstName: `Nancy`, CustomerLastName: `Black`, CustomerAddress: `175 Wall Street, Philadelphia, USA, 50142`, Salesperson: `Anna Jefferson`, OrderID: 1917, OrderDate: `3/6/2022`, ProductID: 114, ProductName: `IPad`, UnitPrice: 9640.51, Quantity: 3, ExtendedPrice: 28921.53, Freight: 840.51, Discontinued: false, Region: `North East`, Address: `175 Wall Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 50142 }), + new InvoicesDataItem({ ShipName: `Black Home`, ShipAddress: `122 Main Street`, ShipCity: `Los Angeles`, ShipPostalCode: 60097, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1023, CustomerName: `Pamela Black`, CustomerFirstName: `Pamela`, CustomerLastName: `Black`, CustomerAddress: `122 Main Street, Los Angeles, USA, 60097`, Salesperson: `James Black`, OrderID: 1176, OrderDate: `8/4/2022`, ProductID: 197, ProductName: `IPad`, UnitPrice: 14500.56, Quantity: 4, ExtendedPrice: 58002.24, Freight: 530.56, Discontinued: false, Region: `West`, Address: `122 Main Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 60097 }), + new InvoicesDataItem({ ShipName: `Smith Home`, ShipAddress: `139 Main Street`, ShipCity: `Miami`, ShipPostalCode: 60175, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1024, CustomerName: `James Smith`, CustomerFirstName: `James`, CustomerLastName: `Smith`, CustomerAddress: `139 Main Street, Miami, USA, 60175`, Salesperson: `Mike Jefferson`, OrderID: 1317, OrderDate: `5/21/2022`, ProductID: 115, ProductName: `Mac Book Air`, UnitPrice: 17200.82, Quantity: 2, ExtendedPrice: 34401.64, Freight: 1610.82, Discontinued: false, Region: `West`, Address: `139 Main Street`, City: `Miami`, Country: `USA`, PostalCode: 60175 }), + new InvoicesDataItem({ ShipName: `Watson Townhouse`, ShipAddress: `155 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 60124, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1025, CustomerName: `James Watson`, CustomerFirstName: `James`, CustomerLastName: `Watson`, CustomerAddress: `155 Market Street, Philadelphia, USA, 60124`, Salesperson: `Max Smith`, OrderID: 1721, OrderDate: `6/15/2022`, ProductID: 197, ProductName: `Samsung Note`, UnitPrice: 9810.3, Quantity: 2, ExtendedPrice: 19620.6, Freight: 1990.3, Discontinued: false, Region: `South East`, Address: `155 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 60124 }), + new InvoicesDataItem({ ShipName: `Jackson Townhouse`, ShipAddress: `136 Main Street`, ShipCity: `Philadelphia`, ShipPostalCode: 80120, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1026, CustomerName: `Ben Jackson`, CustomerFirstName: `Ben`, CustomerLastName: `Jackson`, CustomerAddress: `136 Main Street, Philadelphia, USA, 80120`, Salesperson: `Max Smith`, OrderID: 1266, OrderDate: `12/13/2022`, ProductID: 198, ProductName: `Mac Book Pro`, UnitPrice: 25410.64, Quantity: 2, ExtendedPrice: 50821.28, Freight: 1860.64, Discontinued: false, Region: `West`, Address: `136 Main Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 80120 }), + new InvoicesDataItem({ ShipName: `Jackson Estate`, ShipAddress: `114 Main Street`, ShipCity: `New York`, ShipPostalCode: 60186, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1027, CustomerName: `Max Jackson`, CustomerFirstName: `Max`, CustomerLastName: `Jackson`, CustomerAddress: `114 Main Street, New York, USA, 60186`, Salesperson: `Mike Jefferson`, OrderID: 1636, OrderDate: `7/7/2022`, ProductID: 174, ProductName: `Mac Book Pro`, UnitPrice: 13740.7, Quantity: 4, ExtendedPrice: 54962.8, Freight: 1960.7, Discontinued: false, Region: `West`, Address: `114 Main Street`, City: `New York`, Country: `USA`, PostalCode: 60186 }), + new InvoicesDataItem({ ShipName: `Jefferson Home`, ShipAddress: `167 Market Street`, ShipCity: `Huston`, ShipPostalCode: 70193, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1028, CustomerName: `Nancy Jefferson`, CustomerFirstName: `Nancy`, CustomerLastName: `Jefferson`, CustomerAddress: `167 Market Street, Huston, USA, 70193`, Salesperson: `Ben Jefferson`, OrderID: 1689, OrderDate: `1/2/2022`, ProductID: 192, ProductName: `IPad`, UnitPrice: 8760.83, Quantity: 3, ExtendedPrice: 26282.49, Freight: 490.83, Discontinued: false, Region: `South East`, Address: `167 Market Street`, City: `Huston`, Country: `USA`, PostalCode: 70193 }), + new InvoicesDataItem({ ShipName: `Madison Home`, ShipAddress: `139 Wall Street`, ShipCity: `New York`, ShipPostalCode: 80080, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1029, CustomerName: `Anna Madison`, CustomerFirstName: `Anna`, CustomerLastName: `Madison`, CustomerAddress: `139 Wall Street, New York, USA, 80080`, Salesperson: `Anna Black`, OrderID: 1610, OrderDate: `3/17/2022`, ProductID: 105, ProductName: `Mac Book Pro`, UnitPrice: 19860.82, Quantity: 3, ExtendedPrice: 59582.46, Freight: 1990.82, Discontinued: true, Region: `West`, Address: `139 Wall Street`, City: `New York`, Country: `USA`, PostalCode: 80080 }), + new InvoicesDataItem({ ShipName: `Madison Home`, ShipAddress: `173 Market Street`, ShipCity: `New York`, ShipPostalCode: 70054, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1030, CustomerName: `Ben Madison`, CustomerFirstName: `Ben`, CustomerLastName: `Madison`, CustomerAddress: `173 Market Street, New York, USA, 70054`, Salesperson: `Ben Jackson`, OrderID: 1404, OrderDate: `12/8/2022`, ProductID: 171, ProductName: `IPhone`, UnitPrice: 12430.21, Quantity: 3, ExtendedPrice: 37290.63, Freight: 880.21, Discontinued: false, Region: `West`, Address: `173 Market Street`, City: `New York`, Country: `USA`, PostalCode: 70054 }), + new InvoicesDataItem({ ShipName: `Jefferson Market`, ShipAddress: `187 Wall Street`, ShipCity: `New York`, ShipPostalCode: 60100, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1031, CustomerName: `Mike Jefferson`, CustomerFirstName: `Mike`, CustomerLastName: `Jefferson`, CustomerAddress: `187 Wall Street, New York, USA, 60100`, Salesperson: `Nancy Smith`, OrderID: 1480, OrderDate: `2/8/2022`, ProductID: 181, ProductName: `IPad`, UnitPrice: 26730.66, Quantity: 2, ExtendedPrice: 53461.32, Freight: 510.66, Discontinued: false, Region: `South East`, Address: `187 Wall Street`, City: `New York`, Country: `USA`, PostalCode: 60100 }), + new InvoicesDataItem({ ShipName: `Madison Home`, ShipAddress: `149 Main Street`, ShipCity: `Los Angeles`, ShipPostalCode: 90150, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1032, CustomerName: `Mike Madison`, CustomerFirstName: `Mike`, CustomerLastName: `Madison`, CustomerAddress: `149 Main Street, Los Angeles, USA, 90150`, Salesperson: `Max Jefferson`, OrderID: 1886, OrderDate: `12/2/2022`, ProductID: 132, ProductName: `IPhone`, UnitPrice: 13760.64, Quantity: 3, ExtendedPrice: 41281.92, Freight: 1110.64, Discontinued: false, Region: `West`, Address: `149 Main Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 90150 }), + new InvoicesDataItem({ ShipName: `Smith Market`, ShipAddress: `124 Market Street`, ShipCity: `Huston`, ShipPostalCode: 80175, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1033, CustomerName: `Martin Smith`, CustomerFirstName: `Martin`, CustomerLastName: `Smith`, CustomerAddress: `124 Market Street, Huston, USA, 80175`, Salesperson: `Nancy Smith`, OrderID: 1625, OrderDate: `11/9/2022`, ProductID: 100, ProductName: `IPad`, UnitPrice: 11590.58, Quantity: 3, ExtendedPrice: 34771.74, Freight: 1080.58, Discontinued: false, Region: `South East`, Address: `124 Market Street`, City: `Huston`, Country: `USA`, PostalCode: 80175 }), + new InvoicesDataItem({ ShipName: `Watson Townhouse`, ShipAddress: `193 Wall Street`, ShipCity: `Philadelphia`, ShipPostalCode: 60165, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1034, CustomerName: `Max Watson`, CustomerFirstName: `Max`, CustomerLastName: `Watson`, CustomerAddress: `193 Wall Street, Philadelphia, USA, 60165`, Salesperson: `Martin Jackson`, OrderID: 1669, OrderDate: `7/3/2022`, ProductID: 157, ProductName: `Samsung Galaxy 22`, UnitPrice: 19220.31, Quantity: 2, ExtendedPrice: 38440.62, Freight: 1130.31, Discontinued: false, Region: `South East`, Address: `193 Wall Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 60165 }), + new InvoicesDataItem({ ShipName: `Jackson Estate`, ShipAddress: `200 Wall Street`, ShipCity: `Philadelphia`, ShipPostalCode: 80146, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1035, CustomerName: `Max Jackson`, CustomerFirstName: `Max`, CustomerLastName: `Jackson`, CustomerAddress: `200 Wall Street, Philadelphia, USA, 80146`, Salesperson: `Pamela Jefferson`, OrderID: 1654, OrderDate: `1/7/2022`, ProductID: 155, ProductName: `IPhone`, UnitPrice: 7040.83, Quantity: 2, ExtendedPrice: 14081.66, Freight: 1420.83, Discontinued: false, Region: `North East`, Address: `200 Wall Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 80146 }), + new InvoicesDataItem({ ShipName: `Smith Estate`, ShipAddress: `122 Market Street`, ShipCity: `Los Angeles`, ShipPostalCode: 80150, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1036, CustomerName: `Nancy Smith`, CustomerFirstName: `Nancy`, CustomerLastName: `Smith`, CustomerAddress: `122 Market Street, Los Angeles, USA, 80150`, Salesperson: `Martin Jackson`, OrderID: 1678, OrderDate: `12/14/2022`, ProductID: 120, ProductName: `Mac Book Air`, UnitPrice: 6530.89, Quantity: 3, ExtendedPrice: 19592.67, Freight: 250.89, Discontinued: false, Region: `North East`, Address: `122 Market Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 80150 }), + new InvoicesDataItem({ ShipName: `Jackson Market`, ShipAddress: `128 Main Street`, ShipCity: `Los Angeles`, ShipPostalCode: 50068, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1037, CustomerName: `Max Jackson`, CustomerFirstName: `Max`, CustomerLastName: `Jackson`, CustomerAddress: `128 Main Street, Los Angeles, USA, 50068`, Salesperson: `Ben Watson`, OrderID: 1301, OrderDate: `1/25/2022`, ProductID: 166, ProductName: `IPad`, UnitPrice: 11420.23, Quantity: 2, ExtendedPrice: 22840.46, Freight: 950.23, Discontinued: false, Region: `South East`, Address: `128 Main Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 50068 }), + new InvoicesDataItem({ ShipName: `Smith Home`, ShipAddress: `119 Market Street`, ShipCity: `Los Angeles`, ShipPostalCode: 60180, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1038, CustomerName: `Pamela Smith`, CustomerFirstName: `Pamela`, CustomerLastName: `Smith`, CustomerAddress: `119 Market Street, Los Angeles, USA, 60180`, Salesperson: `Pamela Madison`, OrderID: 1385, OrderDate: `6/24/2022`, ProductID: 132, ProductName: `Mac Book Air`, UnitPrice: 29810.6, Quantity: 4, ExtendedPrice: 119242.4, Freight: 220.6, Discontinued: false, Region: `West`, Address: `119 Market Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 60180 }), + new InvoicesDataItem({ ShipName: `Jefferson Market`, ShipAddress: `115 Market Street`, ShipCity: `Los Angeles`, ShipPostalCode: 90168, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1039, CustomerName: `James Jefferson`, CustomerFirstName: `James`, CustomerLastName: `Jefferson`, CustomerAddress: `115 Market Street, Los Angeles, USA, 90168`, Salesperson: `Martin Smith`, OrderID: 1308, OrderDate: `8/13/2022`, ProductID: 109, ProductName: `Samsung Galaxy 22`, UnitPrice: 20770.59, Quantity: 5, ExtendedPrice: 103852.95, Freight: 1690.59, Discontinued: true, Region: `North East`, Address: `115 Market Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 90168 }), + new InvoicesDataItem({ ShipName: `Watson Estate`, ShipAddress: `128 Market Street`, ShipCity: `Los Angeles`, ShipPostalCode: 50118, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1040, CustomerName: `Anna Watson`, CustomerFirstName: `Anna`, CustomerLastName: `Watson`, CustomerAddress: `128 Market Street, Los Angeles, USA, 50118`, Salesperson: `Pamela Black`, OrderID: 1519, OrderDate: `10/4/2022`, ProductID: 139, ProductName: `Mac Book Air`, UnitPrice: 14860.44, Quantity: 2, ExtendedPrice: 29720.88, Freight: 1670.44, Discontinued: false, Region: `South East`, Address: `128 Market Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 50118 }), + new InvoicesDataItem({ ShipName: `Smith Townhouse`, ShipAddress: `108 Market Street`, ShipCity: `Los Angeles`, ShipPostalCode: 90129, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1041, CustomerName: `Martin Smith`, CustomerFirstName: `Martin`, CustomerLastName: `Smith`, CustomerAddress: `108 Market Street, Los Angeles, USA, 90129`, Salesperson: `Nancy Black`, OrderID: 1118, OrderDate: `2/7/2022`, ProductID: 126, ProductName: `Mac Book Air`, UnitPrice: 28690.85, Quantity: 4, ExtendedPrice: 114763.4, Freight: 500.85, Discontinued: false, Region: `West`, Address: `108 Market Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 90129 }), + new InvoicesDataItem({ ShipName: `Smith Market`, ShipAddress: `180 Main Street`, ShipCity: `Los Angeles`, ShipPostalCode: 50101, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1042, CustomerName: `Anna Smith`, CustomerFirstName: `Anna`, CustomerLastName: `Smith`, CustomerAddress: `180 Main Street, Los Angeles, USA, 50101`, Salesperson: `Martin Jefferson`, OrderID: 1541, OrderDate: `5/3/2022`, ProductID: 179, ProductName: `Mac Book Pro`, UnitPrice: 22630.28, Quantity: 3, ExtendedPrice: 67890.84, Freight: 1200.28, Discontinued: false, Region: `North East`, Address: `180 Main Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 50101 }), + new InvoicesDataItem({ ShipName: `Black Townhouse`, ShipAddress: `177 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 90107, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1043, CustomerName: `Max Black`, CustomerFirstName: `Max`, CustomerLastName: `Black`, CustomerAddress: `177 Market Street, Philadelphia, USA, 90107`, Salesperson: `Martin Jefferson`, OrderID: 1747, OrderDate: `5/11/2022`, ProductID: 133, ProductName: `Mac Book Pro`, UnitPrice: 6930.51, Quantity: 3, ExtendedPrice: 20791.53, Freight: 1660.51, Discontinued: false, Region: `South East`, Address: `177 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 90107 }), + new InvoicesDataItem({ ShipName: `Jefferson Estate`, ShipAddress: `134 Market Street`, ShipCity: `Miami`, ShipPostalCode: 70172, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1044, CustomerName: `Anna Jefferson`, CustomerFirstName: `Anna`, CustomerLastName: `Jefferson`, CustomerAddress: `134 Market Street, Miami, USA, 70172`, Salesperson: `Mike Smith`, OrderID: 1343, OrderDate: `10/11/2022`, ProductID: 190, ProductName: `Samsung Note`, UnitPrice: 26770.78, Quantity: 4, ExtendedPrice: 107083.12, Freight: 960.78, Discontinued: false, Region: `North East`, Address: `134 Market Street`, City: `Miami`, Country: `USA`, PostalCode: 70172 }), + new InvoicesDataItem({ ShipName: `Watson Estate`, ShipAddress: `117 Wall Street`, ShipCity: `Los Angeles`, ShipPostalCode: 90124, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1045, CustomerName: `James Watson`, CustomerFirstName: `James`, CustomerLastName: `Watson`, CustomerAddress: `117 Wall Street, Los Angeles, USA, 90124`, Salesperson: `Mike Watson`, OrderID: 1152, OrderDate: `2/25/2022`, ProductID: 101, ProductName: `Mac Book Pro`, UnitPrice: 8790.3, Quantity: 5, ExtendedPrice: 43951.5, Freight: 220.3, Discontinued: false, Region: `South East`, Address: `117 Wall Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 90124 }), + new InvoicesDataItem({ ShipName: `Black Market`, ShipAddress: `156 Wall Street`, ShipCity: `Philadelphia`, ShipPostalCode: 60181, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1046, CustomerName: `James Black`, CustomerFirstName: `James`, CustomerLastName: `Black`, CustomerAddress: `156 Wall Street, Philadelphia, USA, 60181`, Salesperson: `Anna Smith`, OrderID: 1823, OrderDate: `10/12/2022`, ProductID: 178, ProductName: `Samsung Note`, UnitPrice: 9750.55, Quantity: 3, ExtendedPrice: 29251.65, Freight: 1940.55, Discontinued: false, Region: `North East`, Address: `156 Wall Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 60181 }), + new InvoicesDataItem({ ShipName: `Madison Market`, ShipAddress: `122 Main Street`, ShipCity: `New York`, ShipPostalCode: 90182, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1047, CustomerName: `Ben Madison`, CustomerFirstName: `Ben`, CustomerLastName: `Madison`, CustomerAddress: `122 Main Street, New York, USA, 90182`, Salesperson: `Mike Black`, OrderID: 1548, OrderDate: `5/1/2022`, ProductID: 181, ProductName: `Mac Book Air`, UnitPrice: 11590.37, Quantity: 4, ExtendedPrice: 46361.48, Freight: 900.37, Discontinued: false, Region: `West`, Address: `122 Main Street`, City: `New York`, Country: `USA`, PostalCode: 90182 }), + new InvoicesDataItem({ ShipName: `Black Townhouse`, ShipAddress: `112 Market Street`, ShipCity: `Los Angeles`, ShipPostalCode: 60175, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1048, CustomerName: `Pamela Black`, CustomerFirstName: `Pamela`, CustomerLastName: `Black`, CustomerAddress: `112 Market Street, Los Angeles, USA, 60175`, Salesperson: `Mike Madison`, OrderID: 1581, OrderDate: `5/21/2022`, ProductID: 134, ProductName: `Mac Book Air`, UnitPrice: 8800.32, Quantity: 2, ExtendedPrice: 17600.64, Freight: 1820.32, Discontinued: false, Region: `South East`, Address: `112 Market Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 60175 }), + new InvoicesDataItem({ ShipName: `Black Estate`, ShipAddress: `153 Market Street`, ShipCity: `Los Angeles`, ShipPostalCode: 90170, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1049, CustomerName: `Pamela Black`, CustomerFirstName: `Pamela`, CustomerLastName: `Black`, CustomerAddress: `153 Market Street, Los Angeles, USA, 90170`, Salesperson: `Pamela Watson`, OrderID: 1145, OrderDate: `11/13/2022`, ProductID: 151, ProductName: `Mac Book Air`, UnitPrice: 25830.42, Quantity: 3, ExtendedPrice: 77491.26, Freight: 270.42, Discontinued: true, Region: `North East`, Address: `153 Market Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 90170 }), + new InvoicesDataItem({ ShipName: `Black Estate`, ShipAddress: `159 Market Street`, ShipCity: `Huston`, ShipPostalCode: 80198, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1050, CustomerName: `Anna Black`, CustomerFirstName: `Anna`, CustomerLastName: `Black`, CustomerAddress: `159 Market Street, Huston, USA, 80198`, Salesperson: `Pamela Jefferson`, OrderID: 1455, OrderDate: `12/16/2022`, ProductID: 115, ProductName: `Samsung Galaxy 22`, UnitPrice: 28510.28, Quantity: 2, ExtendedPrice: 57020.56, Freight: 1450.28, Discontinued: false, Region: `West`, Address: `159 Market Street`, City: `Huston`, Country: `USA`, PostalCode: 80198 }), + new InvoicesDataItem({ ShipName: `Jefferson Market`, ShipAddress: `125 Market Street`, ShipCity: `Miami`, ShipPostalCode: 70160, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1051, CustomerName: `Nancy Jefferson`, CustomerFirstName: `Nancy`, CustomerLastName: `Jefferson`, CustomerAddress: `125 Market Street, Miami, USA, 70160`, Salesperson: `Anna Jefferson`, OrderID: 1787, OrderDate: `1/3/2022`, ProductID: 171, ProductName: `Mac Book Air`, UnitPrice: 18830.35, Quantity: 3, ExtendedPrice: 56491.05, Freight: 1770.35, Discontinued: false, Region: `South East`, Address: `125 Market Street`, City: `Miami`, Country: `USA`, PostalCode: 70160 }), + new InvoicesDataItem({ ShipName: `Jefferson Home`, ShipAddress: `114 Wall Street`, ShipCity: `Los Angeles`, ShipPostalCode: 70083, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1052, CustomerName: `Nancy Jefferson`, CustomerFirstName: `Nancy`, CustomerLastName: `Jefferson`, CustomerAddress: `114 Wall Street, Los Angeles, USA, 70083`, Salesperson: `Anna Madison`, OrderID: 1591, OrderDate: `4/6/2022`, ProductID: 141, ProductName: `Mac Book Air`, UnitPrice: 18840.75, Quantity: 2, ExtendedPrice: 37681.5, Freight: 710.75, Discontinued: false, Region: `West`, Address: `114 Wall Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 70083 }), + new InvoicesDataItem({ ShipName: `Jefferson Townhouse`, ShipAddress: `193 Main Street`, ShipCity: `Los Angeles`, ShipPostalCode: 70170, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1053, CustomerName: `James Jefferson`, CustomerFirstName: `James`, CustomerLastName: `Jefferson`, CustomerAddress: `193 Main Street, Los Angeles, USA, 70170`, Salesperson: `Anna Jackson`, OrderID: 1020, OrderDate: `7/20/2022`, ProductID: 177, ProductName: `IPad`, UnitPrice: 15250.55, Quantity: 3, ExtendedPrice: 45751.65, Freight: 980.55, Discontinued: false, Region: `West`, Address: `193 Main Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 70170 }), + new InvoicesDataItem({ ShipName: `Smith Home`, ShipAddress: `156 Main Street`, ShipCity: `Huston`, ShipPostalCode: 50127, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1054, CustomerName: `Ben Smith`, CustomerFirstName: `Ben`, CustomerLastName: `Smith`, CustomerAddress: `156 Main Street, Huston, USA, 50127`, Salesperson: `James Black`, OrderID: 1770, OrderDate: `3/24/2022`, ProductID: 141, ProductName: `Samsung Galaxy 22`, UnitPrice: 14910.59, Quantity: 5, ExtendedPrice: 74552.95, Freight: 1330.59, Discontinued: false, Region: `South East`, Address: `156 Main Street`, City: `Huston`, Country: `USA`, PostalCode: 50127 }), + new InvoicesDataItem({ ShipName: `Jackson Market`, ShipAddress: `146 Market Street`, ShipCity: `Miami`, ShipPostalCode: 60064, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1055, CustomerName: `Max Jackson`, CustomerFirstName: `Max`, CustomerLastName: `Jackson`, CustomerAddress: `146 Market Street, Miami, USA, 60064`, Salesperson: `Mike Smith`, OrderID: 1766, OrderDate: `10/23/2022`, ProductID: 141, ProductName: `Mac Book Air`, UnitPrice: 16740.86, Quantity: 3, ExtendedPrice: 50222.58, Freight: 580.86, Discontinued: false, Region: `West`, Address: `146 Market Street`, City: `Miami`, Country: `USA`, PostalCode: 60064 }), + new InvoicesDataItem({ ShipName: `Black Estate`, ShipAddress: `163 Market Street`, ShipCity: `Los Angeles`, ShipPostalCode: 90158, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1056, CustomerName: `Max Black`, CustomerFirstName: `Max`, CustomerLastName: `Black`, CustomerAddress: `163 Market Street, Los Angeles, USA, 90158`, Salesperson: `Martin Jefferson`, OrderID: 1415, OrderDate: `9/2/2022`, ProductID: 112, ProductName: `IPhone`, UnitPrice: 25190.37, Quantity: 3, ExtendedPrice: 75571.11, Freight: 1060.37, Discontinued: false, Region: `South East`, Address: `163 Market Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 90158 }), + new InvoicesDataItem({ ShipName: `Watson Townhouse`, ShipAddress: `171 Main Street`, ShipCity: `New York`, ShipPostalCode: 50163, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1057, CustomerName: `James Watson`, CustomerFirstName: `James`, CustomerLastName: `Watson`, CustomerAddress: `171 Main Street, New York, USA, 50163`, Salesperson: `Martin Smith`, OrderID: 1430, OrderDate: `9/2/2022`, ProductID: 120, ProductName: `Samsung Note`, UnitPrice: 26340.71, Quantity: 2, ExtendedPrice: 52681.42, Freight: 770.71, Discontinued: false, Region: `North East`, Address: `171 Main Street`, City: `New York`, Country: `USA`, PostalCode: 50163 }), + new InvoicesDataItem({ ShipName: `Black Townhouse`, ShipAddress: `195 Wall Street`, ShipCity: `Philadelphia`, ShipPostalCode: 60159, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1058, CustomerName: `James Black`, CustomerFirstName: `James`, CustomerLastName: `Black`, CustomerAddress: `195 Wall Street, Philadelphia, USA, 60159`, Salesperson: `Ben Black`, OrderID: 1903, OrderDate: `2/19/2022`, ProductID: 161, ProductName: `IPad`, UnitPrice: 6290.33, Quantity: 5, ExtendedPrice: 31451.65, Freight: 890.33, Discontinued: false, Region: `South East`, Address: `195 Wall Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 60159 }), + new InvoicesDataItem({ ShipName: `Watson Market`, ShipAddress: `171 Market Street`, ShipCity: `Huston`, ShipPostalCode: 50154, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1059, CustomerName: `Pamela Watson`, CustomerFirstName: `Pamela`, CustomerLastName: `Watson`, CustomerAddress: `171 Market Street, Huston, USA, 50154`, Salesperson: `Anna Madison`, OrderID: 1578, OrderDate: `6/5/2022`, ProductID: 103, ProductName: `Samsung Galaxy 22`, UnitPrice: 20240.82, Quantity: 5, ExtendedPrice: 101204.1, Freight: 1490.82, Discontinued: true, Region: `West`, Address: `171 Market Street`, City: `Huston`, Country: `USA`, PostalCode: 50154 }), + new InvoicesDataItem({ ShipName: `Jackson Market`, ShipAddress: `103 Market Street`, ShipCity: `New York`, ShipPostalCode: 70081, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1060, CustomerName: `Max Jackson`, CustomerFirstName: `Max`, CustomerLastName: `Jackson`, CustomerAddress: `103 Market Street, New York, USA, 70081`, Salesperson: `Pamela Jackson`, OrderID: 1142, OrderDate: `4/1/2022`, ProductID: 108, ProductName: `IPhone`, UnitPrice: 9790.41, Quantity: 3, ExtendedPrice: 29371.23, Freight: 980.41, Discontinued: false, Region: `South East`, Address: `103 Market Street`, City: `New York`, Country: `USA`, PostalCode: 70081 }), + new InvoicesDataItem({ ShipName: `Smith Market`, ShipAddress: `187 Market Street`, ShipCity: `Los Angeles`, ShipPostalCode: 70141, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1061, CustomerName: `Mike Smith`, CustomerFirstName: `Mike`, CustomerLastName: `Smith`, CustomerAddress: `187 Market Street, Los Angeles, USA, 70141`, Salesperson: `Ben Jefferson`, OrderID: 1871, OrderDate: `8/20/2022`, ProductID: 197, ProductName: `IPad`, UnitPrice: 28960.39, Quantity: 2, ExtendedPrice: 57920.78, Freight: 1280.39, Discontinued: false, Region: `West`, Address: `187 Market Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 70141 }), + new InvoicesDataItem({ ShipName: `Black Estate`, ShipAddress: `145 Main Street`, ShipCity: `Philadelphia`, ShipPostalCode: 50068, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1062, CustomerName: `Ben Black`, CustomerFirstName: `Ben`, CustomerLastName: `Black`, CustomerAddress: `145 Main Street, Philadelphia, USA, 50068`, Salesperson: `Martin Watson`, OrderID: 1747, OrderDate: `1/20/2022`, ProductID: 198, ProductName: `Mac Book Pro`, UnitPrice: 12530.74, Quantity: 4, ExtendedPrice: 50122.96, Freight: 480.74, Discontinued: false, Region: `West`, Address: `145 Main Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 50068 }), + new InvoicesDataItem({ ShipName: `Black Home`, ShipAddress: `109 Market Street`, ShipCity: `Los Angeles`, ShipPostalCode: 90197, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1063, CustomerName: `Nancy Black`, CustomerFirstName: `Nancy`, CustomerLastName: `Black`, CustomerAddress: `109 Market Street, Los Angeles, USA, 90197`, Salesperson: `James Black`, OrderID: 1881, OrderDate: `11/6/2022`, ProductID: 162, ProductName: `Samsung Note`, UnitPrice: 29810.51, Quantity: 2, ExtendedPrice: 59621.02, Freight: 750.51, Discontinued: false, Region: `North East`, Address: `109 Market Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 90197 }), + new InvoicesDataItem({ ShipName: `Smith Market`, ShipAddress: `155 Market Street`, ShipCity: `Los Angeles`, ShipPostalCode: 50184, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1064, CustomerName: `Nancy Smith`, CustomerFirstName: `Nancy`, CustomerLastName: `Smith`, CustomerAddress: `155 Market Street, Los Angeles, USA, 50184`, Salesperson: `Mike Madison`, OrderID: 1172, OrderDate: `5/14/2022`, ProductID: 154, ProductName: `IPhone`, UnitPrice: 11440.88, Quantity: 2, ExtendedPrice: 22881.76, Freight: 1570.88, Discontinued: false, Region: `West`, Address: `155 Market Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 50184 }), + new InvoicesDataItem({ ShipName: `Jackson Estate`, ShipAddress: `136 Main Street`, ShipCity: `New York`, ShipPostalCode: 60147, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1065, CustomerName: `James Jackson`, CustomerFirstName: `James`, CustomerLastName: `Jackson`, CustomerAddress: `136 Main Street, New York, USA, 60147`, Salesperson: `James Jefferson`, OrderID: 1538, OrderDate: `2/4/2022`, ProductID: 142, ProductName: `IPad`, UnitPrice: 18340.25, Quantity: 5, ExtendedPrice: 91701.25, Freight: 1730.25, Discontinued: false, Region: `South East`, Address: `136 Main Street`, City: `New York`, Country: `USA`, PostalCode: 60147 }), + new InvoicesDataItem({ ShipName: `Madison Market`, ShipAddress: `184 Wall Street`, ShipCity: `Miami`, ShipPostalCode: 60091, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1066, CustomerName: `Mike Madison`, CustomerFirstName: `Mike`, CustomerLastName: `Madison`, CustomerAddress: `184 Wall Street, Miami, USA, 60091`, Salesperson: `Ben Jackson`, OrderID: 1863, OrderDate: `2/6/2022`, ProductID: 186, ProductName: `Samsung Note`, UnitPrice: 6690.4, Quantity: 5, ExtendedPrice: 33452, Freight: 930.4, Discontinued: false, Region: `West`, Address: `184 Wall Street`, City: `Miami`, Country: `USA`, PostalCode: 60091 }), + new InvoicesDataItem({ ShipName: `Jackson Townhouse`, ShipAddress: `103 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 80170, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1067, CustomerName: `James Jackson`, CustomerFirstName: `James`, CustomerLastName: `Jackson`, CustomerAddress: `103 Market Street, Philadelphia, USA, 80170`, Salesperson: `Max Black`, OrderID: 1476, OrderDate: `1/13/2022`, ProductID: 156, ProductName: `Mac Book Pro`, UnitPrice: 29040.31, Quantity: 5, ExtendedPrice: 145201.55, Freight: 1070.31, Discontinued: false, Region: `West`, Address: `103 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 80170 }), + new InvoicesDataItem({ ShipName: `Smith Estate`, ShipAddress: `104 Market Street`, ShipCity: `Los Angeles`, ShipPostalCode: 80188, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1068, CustomerName: `Ben Smith`, CustomerFirstName: `Ben`, CustomerLastName: `Smith`, CustomerAddress: `104 Market Street, Los Angeles, USA, 80188`, Salesperson: `Martin Watson`, OrderID: 1131, OrderDate: `9/13/2022`, ProductID: 131, ProductName: `Samsung Galaxy 22`, UnitPrice: 6780.79, Quantity: 4, ExtendedPrice: 27123.16, Freight: 600.79, Discontinued: false, Region: `South East`, Address: `104 Market Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 80188 }), + new InvoicesDataItem({ ShipName: `Madison Townhouse`, ShipAddress: `140 Main Street`, ShipCity: `New York`, ShipPostalCode: 90197, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1069, CustomerName: `Martin Madison`, CustomerFirstName: `Martin`, CustomerLastName: `Madison`, CustomerAddress: `140 Main Street, New York, USA, 90197`, Salesperson: `Anna Smith`, OrderID: 1829, OrderDate: `2/18/2022`, ProductID: 152, ProductName: `Samsung Note`, UnitPrice: 20150.52, Quantity: 4, ExtendedPrice: 80602.08, Freight: 1840.52, Discontinued: true, Region: `North East`, Address: `140 Main Street`, City: `New York`, Country: `USA`, PostalCode: 90197 }), + new InvoicesDataItem({ ShipName: `Smith Market`, ShipAddress: `172 Wall Street`, ShipCity: `Philadelphia`, ShipPostalCode: 90159, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1070, CustomerName: `Mike Smith`, CustomerFirstName: `Mike`, CustomerLastName: `Smith`, CustomerAddress: `172 Wall Street, Philadelphia, USA, 90159`, Salesperson: `Pamela Watson`, OrderID: 1082, OrderDate: `10/1/2022`, ProductID: 164, ProductName: `IPad`, UnitPrice: 23810.31, Quantity: 2, ExtendedPrice: 47620.62, Freight: 320.31, Discontinued: false, Region: `West`, Address: `172 Wall Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 90159 }), + new InvoicesDataItem({ ShipName: `Jackson Market`, ShipAddress: `147 Wall Street`, ShipCity: `Huston`, ShipPostalCode: 90173, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1071, CustomerName: `Ben Jackson`, CustomerFirstName: `Ben`, CustomerLastName: `Jackson`, CustomerAddress: `147 Wall Street, Huston, USA, 90173`, Salesperson: `Martin Smith`, OrderID: 1449, OrderDate: `1/21/2022`, ProductID: 111, ProductName: `Mac Book Pro`, UnitPrice: 8280.25, Quantity: 4, ExtendedPrice: 33121, Freight: 860.25, Discontinued: false, Region: `South East`, Address: `147 Wall Street`, City: `Huston`, Country: `USA`, PostalCode: 90173 }), + new InvoicesDataItem({ ShipName: `Jackson Market`, ShipAddress: `161 Main Street`, ShipCity: `Huston`, ShipPostalCode: 90102, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1072, CustomerName: `Mike Jackson`, CustomerFirstName: `Mike`, CustomerLastName: `Jackson`, CustomerAddress: `161 Main Street, Huston, USA, 90102`, Salesperson: `Nancy Black`, OrderID: 1609, OrderDate: `9/22/2022`, ProductID: 197, ProductName: `Samsung Note`, UnitPrice: 16740.35, Quantity: 4, ExtendedPrice: 66961.4, Freight: 1940.35, Discontinued: false, Region: `North East`, Address: `161 Main Street`, City: `Huston`, Country: `USA`, PostalCode: 90102 }), + new InvoicesDataItem({ ShipName: `Smith Home`, ShipAddress: `102 Market Street`, ShipCity: `Miami`, ShipPostalCode: 70124, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1073, CustomerName: `Ben Smith`, CustomerFirstName: `Ben`, CustomerLastName: `Smith`, CustomerAddress: `102 Market Street, Miami, USA, 70124`, Salesperson: `Anna Smith`, OrderID: 1984, OrderDate: `8/6/2022`, ProductID: 123, ProductName: `Samsung Galaxy 22`, UnitPrice: 14660.66, Quantity: 3, ExtendedPrice: 43981.98, Freight: 1910.66, Discontinued: false, Region: `West`, Address: `102 Market Street`, City: `Miami`, Country: `USA`, PostalCode: 70124 }), + new InvoicesDataItem({ ShipName: `Black Estate`, ShipAddress: `139 Market Street`, ShipCity: `Miami`, ShipPostalCode: 90134, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1074, CustomerName: `Martin Black`, CustomerFirstName: `Martin`, CustomerLastName: `Black`, CustomerAddress: `139 Market Street, Miami, USA, 90134`, Salesperson: `Max Jackson`, OrderID: 1060, OrderDate: `3/11/2022`, ProductID: 154, ProductName: `Mac Book Pro`, UnitPrice: 14460.37, Quantity: 4, ExtendedPrice: 57841.48, Freight: 1020.37, Discontinued: false, Region: `West`, Address: `139 Market Street`, City: `Miami`, Country: `USA`, PostalCode: 90134 }), + new InvoicesDataItem({ ShipName: `Jackson Market`, ShipAddress: `132 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 60055, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1075, CustomerName: `Martin Jackson`, CustomerFirstName: `Martin`, CustomerLastName: `Jackson`, CustomerAddress: `132 Market Street, Philadelphia, USA, 60055`, Salesperson: `Pamela Madison`, OrderID: 1213, OrderDate: `9/3/2022`, ProductID: 108, ProductName: `IPhone`, UnitPrice: 19340.74, Quantity: 3, ExtendedPrice: 58022.22, Freight: 1370.74, Discontinued: false, Region: `West`, Address: `132 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 60055 }), + new InvoicesDataItem({ ShipName: `Black Market`, ShipAddress: `192 Market Street`, ShipCity: `Miami`, ShipPostalCode: 90135, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1076, CustomerName: `Mike Black`, CustomerFirstName: `Mike`, CustomerLastName: `Black`, CustomerAddress: `192 Market Street, Miami, USA, 90135`, Salesperson: `Nancy Madison`, OrderID: 1563, OrderDate: `5/8/2022`, ProductID: 162, ProductName: `Samsung Note`, UnitPrice: 12670.48, Quantity: 2, ExtendedPrice: 25340.96, Freight: 1870.48, Discontinued: false, Region: `South East`, Address: `192 Market Street`, City: `Miami`, Country: `USA`, PostalCode: 90135 }), + new InvoicesDataItem({ ShipName: `Jefferson Market`, ShipAddress: `108 Wall Street`, ShipCity: `Miami`, ShipPostalCode: 90156, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1077, CustomerName: `Martin Jefferson`, CustomerFirstName: `Martin`, CustomerLastName: `Jefferson`, CustomerAddress: `108 Wall Street, Miami, USA, 90156`, Salesperson: `Max Smith`, OrderID: 1087, OrderDate: `6/24/2022`, ProductID: 194, ProductName: `Samsung Galaxy 22`, UnitPrice: 6860.84, Quantity: 3, ExtendedPrice: 20582.52, Freight: 1880.84, Discontinued: false, Region: `South East`, Address: `108 Wall Street`, City: `Miami`, Country: `USA`, PostalCode: 90156 }), + new InvoicesDataItem({ ShipName: `Smith Market`, ShipAddress: `162 Wall Street`, ShipCity: `New York`, ShipPostalCode: 80121, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1078, CustomerName: `Nancy Smith`, CustomerFirstName: `Nancy`, CustomerLastName: `Smith`, CustomerAddress: `162 Wall Street, New York, USA, 80121`, Salesperson: `Anna Black`, OrderID: 1663, OrderDate: `9/5/2022`, ProductID: 149, ProductName: `Mac Book Pro`, UnitPrice: 29550.53, Quantity: 5, ExtendedPrice: 147752.65, Freight: 1270.53, Discontinued: false, Region: `South East`, Address: `162 Wall Street`, City: `New York`, Country: `USA`, PostalCode: 80121 }), + new InvoicesDataItem({ ShipName: `Smith Market`, ShipAddress: `165 Main Street`, ShipCity: `Los Angeles`, ShipPostalCode: 70057, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1079, CustomerName: `Martin Smith`, CustomerFirstName: `Martin`, CustomerLastName: `Smith`, CustomerAddress: `165 Main Street, Los Angeles, USA, 70057`, Salesperson: `James Watson`, OrderID: 1724, OrderDate: `5/6/2022`, ProductID: 180, ProductName: `IPad`, UnitPrice: 13560.61, Quantity: 3, ExtendedPrice: 40681.83, Freight: 760.61, Discontinued: true, Region: `North East`, Address: `165 Main Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 70057 }), + new InvoicesDataItem({ ShipName: `Watson Market`, ShipAddress: `162 Main Street`, ShipCity: `Huston`, ShipPostalCode: 60057, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1080, CustomerName: `Anna Watson`, CustomerFirstName: `Anna`, CustomerLastName: `Watson`, CustomerAddress: `162 Main Street, Huston, USA, 60057`, Salesperson: `Anna Watson`, OrderID: 1156, OrderDate: `10/5/2022`, ProductID: 157, ProductName: `Samsung Galaxy 22`, UnitPrice: 17220.59, Quantity: 3, ExtendedPrice: 51661.77, Freight: 1550.59, Discontinued: false, Region: `North East`, Address: `162 Main Street`, City: `Huston`, Country: `USA`, PostalCode: 60057 }), + new InvoicesDataItem({ ShipName: `Watson Estate`, ShipAddress: `126 Main Street`, ShipCity: `Miami`, ShipPostalCode: 70200, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1081, CustomerName: `Nancy Watson`, CustomerFirstName: `Nancy`, CustomerLastName: `Watson`, CustomerAddress: `126 Main Street, Miami, USA, 70200`, Salesperson: `Ben Watson`, OrderID: 1982, OrderDate: `9/11/2022`, ProductID: 123, ProductName: `Mac Book Air`, UnitPrice: 25780.79, Quantity: 2, ExtendedPrice: 51561.58, Freight: 680.79, Discontinued: false, Region: `South East`, Address: `126 Main Street`, City: `Miami`, Country: `USA`, PostalCode: 70200 }), + new InvoicesDataItem({ ShipName: `Jackson Market`, ShipAddress: `105 Wall Street`, ShipCity: `Huston`, ShipPostalCode: 80141, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1082, CustomerName: `Max Jackson`, CustomerFirstName: `Max`, CustomerLastName: `Jackson`, CustomerAddress: `105 Wall Street, Huston, USA, 80141`, Salesperson: `Pamela Watson`, OrderID: 1462, OrderDate: `6/6/2022`, ProductID: 189, ProductName: `Samsung Galaxy 22`, UnitPrice: 16990.62, Quantity: 2, ExtendedPrice: 33981.24, Freight: 710.62, Discontinued: false, Region: `West`, Address: `105 Wall Street`, City: `Huston`, Country: `USA`, PostalCode: 80141 }), + new InvoicesDataItem({ ShipName: `Jefferson Market`, ShipAddress: `113 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 50187, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1083, CustomerName: `James Jefferson`, CustomerFirstName: `James`, CustomerLastName: `Jefferson`, CustomerAddress: `113 Market Street, Philadelphia, USA, 50187`, Salesperson: `Martin Jefferson`, OrderID: 1698, OrderDate: `5/16/2022`, ProductID: 148, ProductName: `IPhone`, UnitPrice: 16930.87, Quantity: 4, ExtendedPrice: 67723.48, Freight: 1080.87, Discontinued: false, Region: `North East`, Address: `113 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 50187 }), + new InvoicesDataItem({ ShipName: `Black Market`, ShipAddress: `164 Main Street`, ShipCity: `New York`, ShipPostalCode: 80172, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1084, CustomerName: `Mike Black`, CustomerFirstName: `Mike`, CustomerLastName: `Black`, CustomerAddress: `164 Main Street, New York, USA, 80172`, Salesperson: `Mike Jackson`, OrderID: 1300, OrderDate: `11/11/2022`, ProductID: 164, ProductName: `IPhone`, UnitPrice: 8120.59, Quantity: 4, ExtendedPrice: 32482.36, Freight: 1140.59, Discontinued: false, Region: `West`, Address: `164 Main Street`, City: `New York`, Country: `USA`, PostalCode: 80172 }), + new InvoicesDataItem({ ShipName: `Watson Estate`, ShipAddress: `108 Main Street`, ShipCity: `Philadelphia`, ShipPostalCode: 90074, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1085, CustomerName: `Pamela Watson`, CustomerFirstName: `Pamela`, CustomerLastName: `Watson`, CustomerAddress: `108 Main Street, Philadelphia, USA, 90074`, Salesperson: `Nancy Madison`, OrderID: 1401, OrderDate: `12/3/2022`, ProductID: 139, ProductName: `IPhone`, UnitPrice: 6160.25, Quantity: 4, ExtendedPrice: 24641, Freight: 1600.25, Discontinued: false, Region: `South East`, Address: `108 Main Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 90074 }), + new InvoicesDataItem({ ShipName: `Jefferson Market`, ShipAddress: `175 Main Street`, ShipCity: `Huston`, ShipPostalCode: 80111, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1086, CustomerName: `Max Jefferson`, CustomerFirstName: `Max`, CustomerLastName: `Jefferson`, CustomerAddress: `175 Main Street, Huston, USA, 80111`, Salesperson: `Nancy Watson`, OrderID: 1474, OrderDate: `9/1/2022`, ProductID: 138, ProductName: `Mac Book Air`, UnitPrice: 7220.7, Quantity: 4, ExtendedPrice: 28882.8, Freight: 1530.7, Discontinued: false, Region: `West`, Address: `175 Main Street`, City: `Huston`, Country: `USA`, PostalCode: 80111 }), + new InvoicesDataItem({ ShipName: `Madison Estate`, ShipAddress: `102 Wall Street`, ShipCity: `Miami`, ShipPostalCode: 80173, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1087, CustomerName: `Nancy Madison`, CustomerFirstName: `Nancy`, CustomerLastName: `Madison`, CustomerAddress: `102 Wall Street, Miami, USA, 80173`, Salesperson: `Martin Jackson`, OrderID: 1678, OrderDate: `5/6/2022`, ProductID: 190, ProductName: `IPad`, UnitPrice: 17990.28, Quantity: 4, ExtendedPrice: 71961.12, Freight: 1420.28, Discontinued: false, Region: `South East`, Address: `102 Wall Street`, City: `Miami`, Country: `USA`, PostalCode: 80173 }), + new InvoicesDataItem({ ShipName: `Jackson Townhouse`, ShipAddress: `163 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 50105, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1088, CustomerName: `Mike Jackson`, CustomerFirstName: `Mike`, CustomerLastName: `Jackson`, CustomerAddress: `163 Market Street, Philadelphia, USA, 50105`, Salesperson: `Martin Black`, OrderID: 1384, OrderDate: `4/16/2022`, ProductID: 156, ProductName: `Mac Book Pro`, UnitPrice: 15460.27, Quantity: 3, ExtendedPrice: 46380.81, Freight: 1250.27, Discontinued: false, Region: `West`, Address: `163 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 50105 }), + new InvoicesDataItem({ ShipName: `Watson Home`, ShipAddress: `165 Wall Street`, ShipCity: `Huston`, ShipPostalCode: 90075, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1089, CustomerName: `Ben Watson`, CustomerFirstName: `Ben`, CustomerLastName: `Watson`, CustomerAddress: `165 Wall Street, Huston, USA, 90075`, Salesperson: `Nancy Jefferson`, OrderID: 1223, OrderDate: `7/20/2022`, ProductID: 105, ProductName: `Mac Book Pro`, UnitPrice: 15450.62, Quantity: 2, ExtendedPrice: 30901.24, Freight: 1350.62, Discontinued: true, Region: `North East`, Address: `165 Wall Street`, City: `Huston`, Country: `USA`, PostalCode: 90075 }), + new InvoicesDataItem({ ShipName: `Jefferson Market`, ShipAddress: `140 Wall Street`, ShipCity: `New York`, ShipPostalCode: 80134, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1090, CustomerName: `Anna Jefferson`, CustomerFirstName: `Anna`, CustomerLastName: `Jefferson`, CustomerAddress: `140 Wall Street, New York, USA, 80134`, Salesperson: `Anna Watson`, OrderID: 1189, OrderDate: `10/5/2022`, ProductID: 128, ProductName: `Samsung Note`, UnitPrice: 15460.25, Quantity: 5, ExtendedPrice: 77301.25, Freight: 840.25, Discontinued: false, Region: `West`, Address: `140 Wall Street`, City: `New York`, Country: `USA`, PostalCode: 80134 }), + new InvoicesDataItem({ ShipName: `Madison Market`, ShipAddress: `191 Wall Street`, ShipCity: `Los Angeles`, ShipPostalCode: 80168, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1091, CustomerName: `Max Madison`, CustomerFirstName: `Max`, CustomerLastName: `Madison`, CustomerAddress: `191 Wall Street, Los Angeles, USA, 80168`, Salesperson: `Anna Madison`, OrderID: 1657, OrderDate: `8/7/2022`, ProductID: 154, ProductName: `IPad`, UnitPrice: 24990.6, Quantity: 5, ExtendedPrice: 124953, Freight: 1890.6, Discontinued: false, Region: `South East`, Address: `191 Wall Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 80168 }), + new InvoicesDataItem({ ShipName: `Watson Market`, ShipAddress: `111 Market Street`, ShipCity: `Los Angeles`, ShipPostalCode: 60130, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1092, CustomerName: `Anna Watson`, CustomerFirstName: `Anna`, CustomerLastName: `Watson`, CustomerAddress: `111 Market Street, Los Angeles, USA, 60130`, Salesperson: `Ben Jackson`, OrderID: 1818, OrderDate: `12/2/2022`, ProductID: 107, ProductName: `Samsung Note`, UnitPrice: 19750.45, Quantity: 4, ExtendedPrice: 79001.8, Freight: 1840.45, Discontinued: false, Region: `South East`, Address: `111 Market Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 60130 }), + new InvoicesDataItem({ ShipName: `Madison Estate`, ShipAddress: `190 Market Street`, ShipCity: `Los Angeles`, ShipPostalCode: 50162, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1093, CustomerName: `Mike Madison`, CustomerFirstName: `Mike`, CustomerLastName: `Madison`, CustomerAddress: `190 Market Street, Los Angeles, USA, 50162`, Salesperson: `Mike Watson`, OrderID: 1117, OrderDate: `10/12/2022`, ProductID: 176, ProductName: `Samsung Note`, UnitPrice: 15390.57, Quantity: 5, ExtendedPrice: 76952.85, Freight: 1500.57, Discontinued: false, Region: `West`, Address: `190 Market Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 50162 }), + new InvoicesDataItem({ ShipName: `Black Market`, ShipAddress: `121 Main Street`, ShipCity: `Miami`, ShipPostalCode: 70156, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1094, CustomerName: `James Black`, CustomerFirstName: `James`, CustomerLastName: `Black`, CustomerAddress: `121 Main Street, Miami, USA, 70156`, Salesperson: `Mike Jackson`, OrderID: 1188, OrderDate: `11/23/2022`, ProductID: 177, ProductName: `IPad`, UnitPrice: 23120.28, Quantity: 3, ExtendedPrice: 69360.84, Freight: 1670.28, Discontinued: false, Region: `South East`, Address: `121 Main Street`, City: `Miami`, Country: `USA`, PostalCode: 70156 }), + new InvoicesDataItem({ ShipName: `Smith Market`, ShipAddress: `120 Main Street`, ShipCity: `Miami`, ShipPostalCode: 60082, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1095, CustomerName: `Martin Smith`, CustomerFirstName: `Martin`, CustomerLastName: `Smith`, CustomerAddress: `120 Main Street, Miami, USA, 60082`, Salesperson: `Nancy Smith`, OrderID: 1673, OrderDate: `1/25/2022`, ProductID: 189, ProductName: `Mac Book Air`, UnitPrice: 16310.31, Quantity: 4, ExtendedPrice: 65241.24, Freight: 370.31, Discontinued: false, Region: `South East`, Address: `120 Main Street`, City: `Miami`, Country: `USA`, PostalCode: 60082 }), + new InvoicesDataItem({ ShipName: `Madison Estate`, ShipAddress: `102 Main Street`, ShipCity: `Miami`, ShipPostalCode: 90125, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1096, CustomerName: `Pamela Madison`, CustomerFirstName: `Pamela`, CustomerLastName: `Madison`, CustomerAddress: `102 Main Street, Miami, USA, 90125`, Salesperson: `Pamela Smith`, OrderID: 1048, OrderDate: `8/6/2022`, ProductID: 148, ProductName: `Mac Book Pro`, UnitPrice: 14920.59, Quantity: 2, ExtendedPrice: 29841.18, Freight: 1110.59, Discontinued: false, Region: `West`, Address: `102 Main Street`, City: `Miami`, Country: `USA`, PostalCode: 90125 }), + new InvoicesDataItem({ ShipName: `Jefferson Home`, ShipAddress: `125 Main Street`, ShipCity: `Los Angeles`, ShipPostalCode: 80199, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1097, CustomerName: `James Jefferson`, CustomerFirstName: `James`, CustomerLastName: `Jefferson`, CustomerAddress: `125 Main Street, Los Angeles, USA, 80199`, Salesperson: `Pamela Black`, OrderID: 1336, OrderDate: `6/1/2022`, ProductID: 159, ProductName: `Mac Book Pro`, UnitPrice: 11370.4, Quantity: 5, ExtendedPrice: 56852, Freight: 1210.4, Discontinued: false, Region: `West`, Address: `125 Main Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 80199 }), + new InvoicesDataItem({ ShipName: `Jefferson Townhouse`, ShipAddress: `109 Wall Street`, ShipCity: `Miami`, ShipPostalCode: 60118, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1098, CustomerName: `Mike Jefferson`, CustomerFirstName: `Mike`, CustomerLastName: `Jefferson`, CustomerAddress: `109 Wall Street, Miami, USA, 60118`, Salesperson: `James Madison`, OrderID: 1049, OrderDate: `2/14/2022`, ProductID: 172, ProductName: `Mac Book Pro`, UnitPrice: 18730.79, Quantity: 5, ExtendedPrice: 93653.95, Freight: 300.79, Discontinued: false, Region: `South East`, Address: `109 Wall Street`, City: `Miami`, Country: `USA`, PostalCode: 60118 }), + new InvoicesDataItem({ ShipName: `Smith Townhouse`, ShipAddress: `149 Main Street`, ShipCity: `Miami`, ShipPostalCode: 50128, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1099, CustomerName: `Anna Smith`, CustomerFirstName: `Anna`, CustomerLastName: `Smith`, CustomerAddress: `149 Main Street, Miami, USA, 50128`, Salesperson: `James Watson`, OrderID: 1292, OrderDate: `3/15/2022`, ProductID: 183, ProductName: `Mac Book Air`, UnitPrice: 16730.48, Quantity: 5, ExtendedPrice: 83652.4, Freight: 1320.48, Discontinued: true, Region: `North East`, Address: `149 Main Street`, City: `Miami`, Country: `USA`, PostalCode: 50128 }), + new InvoicesDataItem({ ShipName: `Smith Estate`, ShipAddress: `183 Wall Street`, ShipCity: `New York`, ShipPostalCode: 50089, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1100, CustomerName: `Ben Smith`, CustomerFirstName: `Ben`, CustomerLastName: `Smith`, CustomerAddress: `183 Wall Street, New York, USA, 50089`, Salesperson: `Max Watson`, OrderID: 1724, OrderDate: `9/22/2022`, ProductID: 160, ProductName: `IPad`, UnitPrice: 23370.51, Quantity: 3, ExtendedPrice: 70111.53, Freight: 1200.51, Discontinued: false, Region: `North East`, Address: `183 Wall Street`, City: `New York`, Country: `USA`, PostalCode: 50089 }), + new InvoicesDataItem({ ShipName: `Watson Estate`, ShipAddress: `195 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 60110, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1101, CustomerName: `Martin Watson`, CustomerFirstName: `Martin`, CustomerLastName: `Watson`, CustomerAddress: `195 Market Street, Philadelphia, USA, 60110`, Salesperson: `Martin Black`, OrderID: 1154, OrderDate: `4/13/2022`, ProductID: 180, ProductName: `Samsung Note`, UnitPrice: 24870.49, Quantity: 4, ExtendedPrice: 99481.96, Freight: 1200.49, Discontinued: false, Region: `South East`, Address: `195 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 60110 }), + new InvoicesDataItem({ ShipName: `Madison Estate`, ShipAddress: `153 Market Street`, ShipCity: `New York`, ShipPostalCode: 60113, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1102, CustomerName: `Ben Madison`, CustomerFirstName: `Ben`, CustomerLastName: `Madison`, CustomerAddress: `153 Market Street, New York, USA, 60113`, Salesperson: `Nancy Black`, OrderID: 1333, OrderDate: `2/24/2022`, ProductID: 192, ProductName: `Samsung Note`, UnitPrice: 12710.8, Quantity: 4, ExtendedPrice: 50843.2, Freight: 1520.8, Discontinued: false, Region: `North East`, Address: `153 Market Street`, City: `New York`, Country: `USA`, PostalCode: 60113 }), + new InvoicesDataItem({ ShipName: `Watson Market`, ShipAddress: `185 Market Street`, ShipCity: `Miami`, ShipPostalCode: 60118, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1103, CustomerName: `James Watson`, CustomerFirstName: `James`, CustomerLastName: `Watson`, CustomerAddress: `185 Market Street, Miami, USA, 60118`, Salesperson: `Max Black`, OrderID: 1243, OrderDate: `2/7/2022`, ProductID: 124, ProductName: `Samsung Galaxy 22`, UnitPrice: 16270.33, Quantity: 4, ExtendedPrice: 65081.32, Freight: 1050.33, Discontinued: false, Region: `West`, Address: `185 Market Street`, City: `Miami`, Country: `USA`, PostalCode: 60118 }), + new InvoicesDataItem({ ShipName: `Smith Home`, ShipAddress: `181 Market Street`, ShipCity: `Miami`, ShipPostalCode: 80055, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1104, CustomerName: `Anna Smith`, CustomerFirstName: `Anna`, CustomerLastName: `Smith`, CustomerAddress: `181 Market Street, Miami, USA, 80055`, Salesperson: `Nancy Madison`, OrderID: 1090, OrderDate: `12/2/2022`, ProductID: 106, ProductName: `Mac Book Pro`, UnitPrice: 25150.85, Quantity: 5, ExtendedPrice: 125754.25, Freight: 560.85, Discontinued: false, Region: `North East`, Address: `181 Market Street`, City: `Miami`, Country: `USA`, PostalCode: 80055 }), + new InvoicesDataItem({ ShipName: `Watson Home`, ShipAddress: `185 Market Street`, ShipCity: `Los Angeles`, ShipPostalCode: 60149, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1105, CustomerName: `Ben Watson`, CustomerFirstName: `Ben`, CustomerLastName: `Watson`, CustomerAddress: `185 Market Street, Los Angeles, USA, 60149`, Salesperson: `Martin Madison`, OrderID: 1697, OrderDate: `10/12/2022`, ProductID: 193, ProductName: `Mac Book Air`, UnitPrice: 18440.22, Quantity: 5, ExtendedPrice: 92201.1, Freight: 1030.22, Discontinued: false, Region: `North East`, Address: `185 Market Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 60149 }), + new InvoicesDataItem({ ShipName: `Madison Home`, ShipAddress: `110 Wall Street`, ShipCity: `Los Angeles`, ShipPostalCode: 90160, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1106, CustomerName: `Anna Madison`, CustomerFirstName: `Anna`, CustomerLastName: `Madison`, CustomerAddress: `110 Wall Street, Los Angeles, USA, 90160`, Salesperson: `Mike Jefferson`, OrderID: 1868, OrderDate: `6/20/2022`, ProductID: 166, ProductName: `Samsung Galaxy 22`, UnitPrice: 10990.49, Quantity: 5, ExtendedPrice: 54952.45, Freight: 1250.49, Discontinued: false, Region: `North East`, Address: `110 Wall Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 90160 }), + new InvoicesDataItem({ ShipName: `Madison Home`, ShipAddress: `124 Wall Street`, ShipCity: `Miami`, ShipPostalCode: 90129, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1107, CustomerName: `Martin Madison`, CustomerFirstName: `Martin`, CustomerLastName: `Madison`, CustomerAddress: `124 Wall Street, Miami, USA, 90129`, Salesperson: `Max Madison`, OrderID: 1419, OrderDate: `11/8/2022`, ProductID: 119, ProductName: `Mac Book Air`, UnitPrice: 9310.28, Quantity: 3, ExtendedPrice: 27930.84, Freight: 1660.28, Discontinued: false, Region: `West`, Address: `124 Wall Street`, City: `Miami`, Country: `USA`, PostalCode: 90129 }), + new InvoicesDataItem({ ShipName: `Jefferson Townhouse`, ShipAddress: `144 Wall Street`, ShipCity: `Huston`, ShipPostalCode: 80145, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1108, CustomerName: `Pamela Jefferson`, CustomerFirstName: `Pamela`, CustomerLastName: `Jefferson`, CustomerAddress: `144 Wall Street, Huston, USA, 80145`, Salesperson: `Mike Smith`, OrderID: 1103, OrderDate: `5/14/2022`, ProductID: 172, ProductName: `Mac Book Pro`, UnitPrice: 5130.33, Quantity: 2, ExtendedPrice: 10260.66, Freight: 1840.33, Discontinued: false, Region: `North East`, Address: `144 Wall Street`, City: `Huston`, Country: `USA`, PostalCode: 80145 }), + new InvoicesDataItem({ ShipName: `Jefferson Estate`, ShipAddress: `200 Main Street`, ShipCity: `Philadelphia`, ShipPostalCode: 50073, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1109, CustomerName: `Nancy Jefferson`, CustomerFirstName: `Nancy`, CustomerLastName: `Jefferson`, CustomerAddress: `200 Main Street, Philadelphia, USA, 50073`, Salesperson: `Max Jackson`, OrderID: 1461, OrderDate: `6/13/2022`, ProductID: 153, ProductName: `Mac Book Pro`, UnitPrice: 23080.59, Quantity: 3, ExtendedPrice: 69241.77, Freight: 540.59, Discontinued: true, Region: `West`, Address: `200 Main Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 50073 }), + new InvoicesDataItem({ ShipName: `Madison Market`, ShipAddress: `196 Market Street`, ShipCity: `New York`, ShipPostalCode: 70070, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1110, CustomerName: `Mike Madison`, CustomerFirstName: `Mike`, CustomerLastName: `Madison`, CustomerAddress: `196 Market Street, New York, USA, 70070`, Salesperson: `Nancy Smith`, OrderID: 1713, OrderDate: `3/6/2022`, ProductID: 121, ProductName: `Mac Book Pro`, UnitPrice: 29390.58, Quantity: 3, ExtendedPrice: 88171.74, Freight: 1170.58, Discontinued: false, Region: `West`, Address: `196 Market Street`, City: `New York`, Country: `USA`, PostalCode: 70070 }), + new InvoicesDataItem({ ShipName: `Smith Home`, ShipAddress: `154 Main Street`, ShipCity: `New York`, ShipPostalCode: 70167, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1111, CustomerName: `Martin Smith`, CustomerFirstName: `Martin`, CustomerLastName: `Smith`, CustomerAddress: `154 Main Street, New York, USA, 70167`, Salesperson: `Pamela Jackson`, OrderID: 1956, OrderDate: `1/2/2022`, ProductID: 156, ProductName: `Samsung Note`, UnitPrice: 24870.88, Quantity: 2, ExtendedPrice: 49741.76, Freight: 1360.88, Discontinued: false, Region: `North East`, Address: `154 Main Street`, City: `New York`, Country: `USA`, PostalCode: 70167 }), + new InvoicesDataItem({ ShipName: `Jefferson Townhouse`, ShipAddress: `110 Main Street`, ShipCity: `Miami`, ShipPostalCode: 90055, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1112, CustomerName: `Mike Jefferson`, CustomerFirstName: `Mike`, CustomerLastName: `Jefferson`, CustomerAddress: `110 Main Street, Miami, USA, 90055`, Salesperson: `Anna Madison`, OrderID: 1530, OrderDate: `10/15/2022`, ProductID: 113, ProductName: `IPad`, UnitPrice: 24570.87, Quantity: 4, ExtendedPrice: 98283.48, Freight: 930.87, Discontinued: false, Region: `South East`, Address: `110 Main Street`, City: `Miami`, Country: `USA`, PostalCode: 90055 }), + new InvoicesDataItem({ ShipName: `Jefferson Townhouse`, ShipAddress: `200 Market Street`, ShipCity: `Huston`, ShipPostalCode: 70105, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1113, CustomerName: `Martin Jefferson`, CustomerFirstName: `Martin`, CustomerLastName: `Jefferson`, CustomerAddress: `200 Market Street, Huston, USA, 70105`, Salesperson: `James Jackson`, OrderID: 1488, OrderDate: `7/13/2022`, ProductID: 109, ProductName: `IPhone`, UnitPrice: 23860.57, Quantity: 4, ExtendedPrice: 95442.28, Freight: 1130.57, Discontinued: false, Region: `North East`, Address: `200 Market Street`, City: `Huston`, Country: `USA`, PostalCode: 70105 }), + new InvoicesDataItem({ ShipName: `Jefferson Home`, ShipAddress: `181 Main Street`, ShipCity: `Philadelphia`, ShipPostalCode: 80175, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1114, CustomerName: `Ben Jefferson`, CustomerFirstName: `Ben`, CustomerLastName: `Jefferson`, CustomerAddress: `181 Main Street, Philadelphia, USA, 80175`, Salesperson: `Max Jackson`, OrderID: 1143, OrderDate: `6/13/2022`, ProductID: 144, ProductName: `Mac Book Air`, UnitPrice: 28390.63, Quantity: 5, ExtendedPrice: 141953.15, Freight: 300.63, Discontinued: false, Region: `North East`, Address: `181 Main Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 80175 }), + new InvoicesDataItem({ ShipName: `Jackson Home`, ShipAddress: `137 Market Street`, ShipCity: `Huston`, ShipPostalCode: 50144, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1115, CustomerName: `Ben Jackson`, CustomerFirstName: `Ben`, CustomerLastName: `Jackson`, CustomerAddress: `137 Market Street, Huston, USA, 50144`, Salesperson: `Martin Jackson`, OrderID: 1274, OrderDate: `4/8/2022`, ProductID: 134, ProductName: `IPad`, UnitPrice: 22580.34, Quantity: 2, ExtendedPrice: 45160.68, Freight: 1720.34, Discontinued: false, Region: `South East`, Address: `137 Market Street`, City: `Huston`, Country: `USA`, PostalCode: 50144 }), + new InvoicesDataItem({ ShipName: `Jefferson Market`, ShipAddress: `186 Main Street`, ShipCity: `Los Angeles`, ShipPostalCode: 70112, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1116, CustomerName: `Pamela Jefferson`, CustomerFirstName: `Pamela`, CustomerLastName: `Jefferson`, CustomerAddress: `186 Main Street, Los Angeles, USA, 70112`, Salesperson: `Mike Jefferson`, OrderID: 1597, OrderDate: `8/6/2022`, ProductID: 127, ProductName: `Mac Book Pro`, UnitPrice: 28490.48, Quantity: 3, ExtendedPrice: 85471.44, Freight: 760.48, Discontinued: false, Region: `South East`, Address: `186 Main Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 70112 }), + new InvoicesDataItem({ ShipName: `Watson Townhouse`, ShipAddress: `152 Wall Street`, ShipCity: `Huston`, ShipPostalCode: 50080, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1117, CustomerName: `Nancy Watson`, CustomerFirstName: `Nancy`, CustomerLastName: `Watson`, CustomerAddress: `152 Wall Street, Huston, USA, 50080`, Salesperson: `Max Jackson`, OrderID: 1632, OrderDate: `4/15/2022`, ProductID: 179, ProductName: `Mac Book Pro`, UnitPrice: 20680.38, Quantity: 5, ExtendedPrice: 103401.9, Freight: 490.38, Discontinued: false, Region: `West`, Address: `152 Wall Street`, City: `Huston`, Country: `USA`, PostalCode: 50080 }), + new InvoicesDataItem({ ShipName: `Black Home`, ShipAddress: `147 Wall Street`, ShipCity: `Huston`, ShipPostalCode: 60136, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1118, CustomerName: `Pamela Black`, CustomerFirstName: `Pamela`, CustomerLastName: `Black`, CustomerAddress: `147 Wall Street, Huston, USA, 60136`, Salesperson: `Mike Watson`, OrderID: 1461, OrderDate: `4/21/2022`, ProductID: 118, ProductName: `Samsung Note`, UnitPrice: 6990.24, Quantity: 5, ExtendedPrice: 34951.2, Freight: 460.24, Discontinued: false, Region: `North East`, Address: `147 Wall Street`, City: `Huston`, Country: `USA`, PostalCode: 60136 }), + new InvoicesDataItem({ ShipName: `Black Estate`, ShipAddress: `161 Market Street`, ShipCity: `Huston`, ShipPostalCode: 80121, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1119, CustomerName: `James Black`, CustomerFirstName: `James`, CustomerLastName: `Black`, CustomerAddress: `161 Market Street, Huston, USA, 80121`, Salesperson: `Martin Jefferson`, OrderID: 1380, OrderDate: `1/3/2022`, ProductID: 176, ProductName: `Mac Book Air`, UnitPrice: 26540.79, Quantity: 5, ExtendedPrice: 132703.95, Freight: 470.79, Discontinued: true, Region: `West`, Address: `161 Market Street`, City: `Huston`, Country: `USA`, PostalCode: 80121 }), + new InvoicesDataItem({ ShipName: `Watson Townhouse`, ShipAddress: `118 Main Street`, ShipCity: `Philadelphia`, ShipPostalCode: 50189, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1120, CustomerName: `Ben Watson`, CustomerFirstName: `Ben`, CustomerLastName: `Watson`, CustomerAddress: `118 Main Street, Philadelphia, USA, 50189`, Salesperson: `Ben Watson`, OrderID: 1658, OrderDate: `1/4/2022`, ProductID: 184, ProductName: `Mac Book Air`, UnitPrice: 16830.41, Quantity: 5, ExtendedPrice: 84152.05, Freight: 1660.41, Discontinued: false, Region: `West`, Address: `118 Main Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 50189 }), + new InvoicesDataItem({ ShipName: `Jackson Townhouse`, ShipAddress: `186 Market Street`, ShipCity: `Miami`, ShipPostalCode: 60097, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1121, CustomerName: `Pamela Jackson`, CustomerFirstName: `Pamela`, CustomerLastName: `Jackson`, CustomerAddress: `186 Market Street, Miami, USA, 60097`, Salesperson: `Nancy Watson`, OrderID: 1754, OrderDate: `7/3/2022`, ProductID: 148, ProductName: `Mac Book Air`, UnitPrice: 5030.24, Quantity: 3, ExtendedPrice: 15090.72, Freight: 1660.24, Discontinued: false, Region: `South East`, Address: `186 Market Street`, City: `Miami`, Country: `USA`, PostalCode: 60097 }), + new InvoicesDataItem({ ShipName: `Smith Market`, ShipAddress: `191 Main Street`, ShipCity: `Los Angeles`, ShipPostalCode: 90155, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1122, CustomerName: `Ben Smith`, CustomerFirstName: `Ben`, CustomerLastName: `Smith`, CustomerAddress: `191 Main Street, Los Angeles, USA, 90155`, Salesperson: `Anna Madison`, OrderID: 1279, OrderDate: `3/14/2022`, ProductID: 151, ProductName: `IPhone`, UnitPrice: 23590.82, Quantity: 3, ExtendedPrice: 70772.46, Freight: 1120.82, Discontinued: false, Region: `West`, Address: `191 Main Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 90155 }), + new InvoicesDataItem({ ShipName: `Jefferson Market`, ShipAddress: `190 Main Street`, ShipCity: `New York`, ShipPostalCode: 80075, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1123, CustomerName: `James Jefferson`, CustomerFirstName: `James`, CustomerLastName: `Jefferson`, CustomerAddress: `190 Main Street, New York, USA, 80075`, Salesperson: `Martin Jackson`, OrderID: 1310, OrderDate: `11/7/2022`, ProductID: 183, ProductName: `Samsung Galaxy 22`, UnitPrice: 26450.4, Quantity: 5, ExtendedPrice: 132252, Freight: 420.4, Discontinued: false, Region: `South East`, Address: `190 Main Street`, City: `New York`, Country: `USA`, PostalCode: 80075 }), + new InvoicesDataItem({ ShipName: `Madison Home`, ShipAddress: `160 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 80067, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1124, CustomerName: `Pamela Madison`, CustomerFirstName: `Pamela`, CustomerLastName: `Madison`, CustomerAddress: `160 Market Street, Philadelphia, USA, 80067`, Salesperson: `Ben Jackson`, OrderID: 1920, OrderDate: `12/17/2022`, ProductID: 174, ProductName: `IPhone`, UnitPrice: 23660.88, Quantity: 4, ExtendedPrice: 94643.52, Freight: 1220.88, Discontinued: false, Region: `North East`, Address: `160 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 80067 }), + new InvoicesDataItem({ ShipName: `Black Market`, ShipAddress: `151 Wall Street`, ShipCity: `Miami`, ShipPostalCode: 90124, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1125, CustomerName: `Max Black`, CustomerFirstName: `Max`, CustomerLastName: `Black`, CustomerAddress: `151 Wall Street, Miami, USA, 90124`, Salesperson: `Mike Watson`, OrderID: 1497, OrderDate: `2/21/2022`, ProductID: 179, ProductName: `IPhone`, UnitPrice: 15940.51, Quantity: 5, ExtendedPrice: 79702.55, Freight: 1880.51, Discontinued: false, Region: `West`, Address: `151 Wall Street`, City: `Miami`, Country: `USA`, PostalCode: 90124 }), + new InvoicesDataItem({ ShipName: `Black Estate`, ShipAddress: `151 Market Street`, ShipCity: `Huston`, ShipPostalCode: 70173, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1126, CustomerName: `Nancy Black`, CustomerFirstName: `Nancy`, CustomerLastName: `Black`, CustomerAddress: `151 Market Street, Huston, USA, 70173`, Salesperson: `Pamela Jefferson`, OrderID: 1925, OrderDate: `2/15/2022`, ProductID: 170, ProductName: `IPhone`, UnitPrice: 13350.7, Quantity: 5, ExtendedPrice: 66753.5, Freight: 720.7, Discontinued: false, Region: `West`, Address: `151 Market Street`, City: `Huston`, Country: `USA`, PostalCode: 70173 }), + new InvoicesDataItem({ ShipName: `Watson Townhouse`, ShipAddress: `114 Main Street`, ShipCity: `Miami`, ShipPostalCode: 80067, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1127, CustomerName: `James Watson`, CustomerFirstName: `James`, CustomerLastName: `Watson`, CustomerAddress: `114 Main Street, Miami, USA, 80067`, Salesperson: `Pamela Black`, OrderID: 1338, OrderDate: `5/19/2022`, ProductID: 196, ProductName: `Samsung Note`, UnitPrice: 20820.82, Quantity: 4, ExtendedPrice: 83283.28, Freight: 1570.82, Discontinued: false, Region: `South East`, Address: `114 Main Street`, City: `Miami`, Country: `USA`, PostalCode: 80067 }), + new InvoicesDataItem({ ShipName: `Madison Market`, ShipAddress: `189 Wall Street`, ShipCity: `Philadelphia`, ShipPostalCode: 80157, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1128, CustomerName: `Anna Madison`, CustomerFirstName: `Anna`, CustomerLastName: `Madison`, CustomerAddress: `189 Wall Street, Philadelphia, USA, 80157`, Salesperson: `Ben Watson`, OrderID: 1794, OrderDate: `9/9/2022`, ProductID: 168, ProductName: `Samsung Galaxy 22`, UnitPrice: 25550.56, Quantity: 4, ExtendedPrice: 102202.24, Freight: 400.56, Discontinued: false, Region: `North East`, Address: `189 Wall Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 80157 }), + new InvoicesDataItem({ ShipName: `Watson Home`, ShipAddress: `198 Main Street`, ShipCity: `New York`, ShipPostalCode: 60169, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1129, CustomerName: `Ben Watson`, CustomerFirstName: `Ben`, CustomerLastName: `Watson`, CustomerAddress: `198 Main Street, New York, USA, 60169`, Salesperson: `James Black`, OrderID: 1108, OrderDate: `2/5/2022`, ProductID: 194, ProductName: `Mac Book Air`, UnitPrice: 10890.26, Quantity: 3, ExtendedPrice: 32670.78, Freight: 760.26, Discontinued: true, Region: `South East`, Address: `198 Main Street`, City: `New York`, Country: `USA`, PostalCode: 60169 }), + new InvoicesDataItem({ ShipName: `Jackson Townhouse`, ShipAddress: `106 Main Street`, ShipCity: `Los Angeles`, ShipPostalCode: 60117, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1130, CustomerName: `James Jackson`, CustomerFirstName: `James`, CustomerLastName: `Jackson`, CustomerAddress: `106 Main Street, Los Angeles, USA, 60117`, Salesperson: `Pamela Jackson`, OrderID: 1953, OrderDate: `11/24/2022`, ProductID: 179, ProductName: `Samsung Note`, UnitPrice: 19940.84, Quantity: 3, ExtendedPrice: 59822.52, Freight: 890.84, Discontinued: false, Region: `West`, Address: `106 Main Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 60117 }), + new InvoicesDataItem({ ShipName: `Madison Home`, ShipAddress: `192 Main Street`, ShipCity: `Los Angeles`, ShipPostalCode: 90090, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1131, CustomerName: `James Madison`, CustomerFirstName: `James`, CustomerLastName: `Madison`, CustomerAddress: `192 Main Street, Los Angeles, USA, 90090`, Salesperson: `Max Jefferson`, OrderID: 1337, OrderDate: `10/10/2022`, ProductID: 198, ProductName: `Samsung Note`, UnitPrice: 18640.31, Quantity: 2, ExtendedPrice: 37280.62, Freight: 280.31, Discontinued: false, Region: `South East`, Address: `192 Main Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 90090 }), + new InvoicesDataItem({ ShipName: `Jefferson Townhouse`, ShipAddress: `128 Market Street`, ShipCity: `Miami`, ShipPostalCode: 50136, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1132, CustomerName: `Martin Jefferson`, CustomerFirstName: `Martin`, CustomerLastName: `Jefferson`, CustomerAddress: `128 Market Street, Miami, USA, 50136`, Salesperson: `Nancy Jefferson`, OrderID: 1617, OrderDate: `4/10/2022`, ProductID: 148, ProductName: `Samsung Galaxy 22`, UnitPrice: 26140.37, Quantity: 2, ExtendedPrice: 52280.74, Freight: 1270.37, Discontinued: false, Region: `West`, Address: `128 Market Street`, City: `Miami`, Country: `USA`, PostalCode: 50136 }), + new InvoicesDataItem({ ShipName: `Jackson Home`, ShipAddress: `164 Wall Street`, ShipCity: `Huston`, ShipPostalCode: 70190, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1133, CustomerName: `Max Jackson`, CustomerFirstName: `Max`, CustomerLastName: `Jackson`, CustomerAddress: `164 Wall Street, Huston, USA, 70190`, Salesperson: `Nancy Watson`, OrderID: 1222, OrderDate: `3/15/2022`, ProductID: 140, ProductName: `IPad`, UnitPrice: 20540.74, Quantity: 3, ExtendedPrice: 61622.22, Freight: 1190.74, Discontinued: false, Region: `West`, Address: `164 Wall Street`, City: `Huston`, Country: `USA`, PostalCode: 70190 }), + new InvoicesDataItem({ ShipName: `Black Home`, ShipAddress: `118 Main Street`, ShipCity: `Huston`, ShipPostalCode: 60126, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1134, CustomerName: `Ben Black`, CustomerFirstName: `Ben`, CustomerLastName: `Black`, CustomerAddress: `118 Main Street, Huston, USA, 60126`, Salesperson: `Pamela Jefferson`, OrderID: 1888, OrderDate: `7/3/2022`, ProductID: 133, ProductName: `Samsung Galaxy 22`, UnitPrice: 25970.39, Quantity: 2, ExtendedPrice: 51940.78, Freight: 1110.39, Discontinued: false, Region: `North East`, Address: `118 Main Street`, City: `Huston`, Country: `USA`, PostalCode: 60126 }), + new InvoicesDataItem({ ShipName: `Jefferson Estate`, ShipAddress: `145 Wall Street`, ShipCity: `Philadelphia`, ShipPostalCode: 50093, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1135, CustomerName: `James Jefferson`, CustomerFirstName: `James`, CustomerLastName: `Jefferson`, CustomerAddress: `145 Wall Street, Philadelphia, USA, 50093`, Salesperson: `Nancy Jefferson`, OrderID: 1661, OrderDate: `5/14/2022`, ProductID: 199, ProductName: `Mac Book Air`, UnitPrice: 12190.38, Quantity: 2, ExtendedPrice: 24380.76, Freight: 1670.38, Discontinued: false, Region: `North East`, Address: `145 Wall Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 50093 }), + new InvoicesDataItem({ ShipName: `Jefferson Home`, ShipAddress: `174 Wall Street`, ShipCity: `Los Angeles`, ShipPostalCode: 70094, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1136, CustomerName: `Ben Jefferson`, CustomerFirstName: `Ben`, CustomerLastName: `Jefferson`, CustomerAddress: `174 Wall Street, Los Angeles, USA, 70094`, Salesperson: `Max Madison`, OrderID: 1495, OrderDate: `1/19/2022`, ProductID: 188, ProductName: `Mac Book Pro`, UnitPrice: 18310.54, Quantity: 5, ExtendedPrice: 91552.7, Freight: 810.54, Discontinued: false, Region: `West`, Address: `174 Wall Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 70094 }), + new InvoicesDataItem({ ShipName: `Watson Market`, ShipAddress: `146 Wall Street`, ShipCity: `Philadelphia`, ShipPostalCode: 90093, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1137, CustomerName: `Martin Watson`, CustomerFirstName: `Martin`, CustomerLastName: `Watson`, CustomerAddress: `146 Wall Street, Philadelphia, USA, 90093`, Salesperson: `Mike Smith`, OrderID: 1649, OrderDate: `1/4/2022`, ProductID: 171, ProductName: `Mac Book Air`, UnitPrice: 6400.45, Quantity: 3, ExtendedPrice: 19201.35, Freight: 220.45, Discontinued: false, Region: `West`, Address: `146 Wall Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 90093 }), + new InvoicesDataItem({ ShipName: `Smith Estate`, ShipAddress: `181 Main Street`, ShipCity: `Miami`, ShipPostalCode: 80117, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1138, CustomerName: `Martin Smith`, CustomerFirstName: `Martin`, CustomerLastName: `Smith`, CustomerAddress: `181 Main Street, Miami, USA, 80117`, Salesperson: `Mike Black`, OrderID: 1152, OrderDate: `5/12/2022`, ProductID: 172, ProductName: `Mac Book Pro`, UnitPrice: 26760.58, Quantity: 5, ExtendedPrice: 133802.9, Freight: 1480.58, Discontinued: false, Region: `West`, Address: `181 Main Street`, City: `Miami`, Country: `USA`, PostalCode: 80117 }), + new InvoicesDataItem({ ShipName: `Jefferson Market`, ShipAddress: `183 Wall Street`, ShipCity: `Philadelphia`, ShipPostalCode: 70191, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1139, CustomerName: `Mike Jefferson`, CustomerFirstName: `Mike`, CustomerLastName: `Jefferson`, CustomerAddress: `183 Wall Street, Philadelphia, USA, 70191`, Salesperson: `Nancy Jefferson`, OrderID: 1471, OrderDate: `5/19/2022`, ProductID: 119, ProductName: `Mac Book Pro`, UnitPrice: 22030.88, Quantity: 5, ExtendedPrice: 110154.4, Freight: 990.88, Discontinued: true, Region: `West`, Address: `183 Wall Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 70191 }), + new InvoicesDataItem({ ShipName: `Madison Estate`, ShipAddress: `100 Wall Street`, ShipCity: `Philadelphia`, ShipPostalCode: 80082, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1140, CustomerName: `Pamela Madison`, CustomerFirstName: `Pamela`, CustomerLastName: `Madison`, CustomerAddress: `100 Wall Street, Philadelphia, USA, 80082`, Salesperson: `Max Madison`, OrderID: 1793, OrderDate: `3/16/2022`, ProductID: 158, ProductName: `Mac Book Pro`, UnitPrice: 20230.42, Quantity: 3, ExtendedPrice: 60691.26, Freight: 1990.42, Discontinued: false, Region: `West`, Address: `100 Wall Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 80082 }), + new InvoicesDataItem({ ShipName: `Black Market`, ShipAddress: `173 Market Street`, ShipCity: `New York`, ShipPostalCode: 90155, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1141, CustomerName: `Pamela Black`, CustomerFirstName: `Pamela`, CustomerLastName: `Black`, CustomerAddress: `173 Market Street, New York, USA, 90155`, Salesperson: `Pamela Black`, OrderID: 1928, OrderDate: `8/24/2022`, ProductID: 114, ProductName: `Mac Book Air`, UnitPrice: 24460.68, Quantity: 2, ExtendedPrice: 48921.36, Freight: 1840.68, Discontinued: false, Region: `West`, Address: `173 Market Street`, City: `New York`, Country: `USA`, PostalCode: 90155 }), + new InvoicesDataItem({ ShipName: `Smith Townhouse`, ShipAddress: `171 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 60087, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1142, CustomerName: `James Smith`, CustomerFirstName: `James`, CustomerLastName: `Smith`, CustomerAddress: `171 Market Street, Philadelphia, USA, 60087`, Salesperson: `Pamela Madison`, OrderID: 1027, OrderDate: `1/25/2022`, ProductID: 145, ProductName: `Samsung Note`, UnitPrice: 6010.73, Quantity: 3, ExtendedPrice: 18032.19, Freight: 1860.73, Discontinued: false, Region: `West`, Address: `171 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 60087 }), + new InvoicesDataItem({ ShipName: `Jackson Townhouse`, ShipAddress: `175 Wall Street`, ShipCity: `Huston`, ShipPostalCode: 60122, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1143, CustomerName: `Mike Jackson`, CustomerFirstName: `Mike`, CustomerLastName: `Jackson`, CustomerAddress: `175 Wall Street, Huston, USA, 60122`, Salesperson: `Pamela Jackson`, OrderID: 1700, OrderDate: `12/10/2022`, ProductID: 150, ProductName: `Mac Book Pro`, UnitPrice: 22030.36, Quantity: 2, ExtendedPrice: 44060.72, Freight: 940.36, Discontinued: false, Region: `West`, Address: `175 Wall Street`, City: `Huston`, Country: `USA`, PostalCode: 60122 }), + new InvoicesDataItem({ ShipName: `Smith Townhouse`, ShipAddress: `174 Main Street`, ShipCity: `Miami`, ShipPostalCode: 90071, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1144, CustomerName: `Max Smith`, CustomerFirstName: `Max`, CustomerLastName: `Smith`, CustomerAddress: `174 Main Street, Miami, USA, 90071`, Salesperson: `Mike Jackson`, OrderID: 1769, OrderDate: `2/20/2022`, ProductID: 183, ProductName: `Mac Book Air`, UnitPrice: 25890.72, Quantity: 3, ExtendedPrice: 77672.16, Freight: 1540.72, Discontinued: false, Region: `West`, Address: `174 Main Street`, City: `Miami`, Country: `USA`, PostalCode: 90071 }), + new InvoicesDataItem({ ShipName: `Jefferson Estate`, ShipAddress: `100 Market Street`, ShipCity: `Huston`, ShipPostalCode: 90059, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1145, CustomerName: `Martin Jefferson`, CustomerFirstName: `Martin`, CustomerLastName: `Jefferson`, CustomerAddress: `100 Market Street, Huston, USA, 90059`, Salesperson: `Max Jefferson`, OrderID: 1835, OrderDate: `5/15/2022`, ProductID: 142, ProductName: `Samsung Note`, UnitPrice: 28310.48, Quantity: 3, ExtendedPrice: 84931.44, Freight: 2000.48, Discontinued: false, Region: `West`, Address: `100 Market Street`, City: `Huston`, Country: `USA`, PostalCode: 90059 }), + new InvoicesDataItem({ ShipName: `Madison Townhouse`, ShipAddress: `120 Market Street`, ShipCity: `Miami`, ShipPostalCode: 90120, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1146, CustomerName: `Ben Madison`, CustomerFirstName: `Ben`, CustomerLastName: `Madison`, CustomerAddress: `120 Market Street, Miami, USA, 90120`, Salesperson: `Max Jefferson`, OrderID: 1787, OrderDate: `5/16/2022`, ProductID: 104, ProductName: `IPad`, UnitPrice: 8410.44, Quantity: 2, ExtendedPrice: 16820.88, Freight: 1620.44, Discontinued: false, Region: `West`, Address: `120 Market Street`, City: `Miami`, Country: `USA`, PostalCode: 90120 }), + new InvoicesDataItem({ ShipName: `Watson Estate`, ShipAddress: `163 Wall Street`, ShipCity: `Los Angeles`, ShipPostalCode: 80132, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1147, CustomerName: `Pamela Watson`, CustomerFirstName: `Pamela`, CustomerLastName: `Watson`, CustomerAddress: `163 Wall Street, Los Angeles, USA, 80132`, Salesperson: `Pamela Watson`, OrderID: 1026, OrderDate: `7/10/2022`, ProductID: 130, ProductName: `Samsung Note`, UnitPrice: 13650.42, Quantity: 3, ExtendedPrice: 40951.26, Freight: 750.42, Discontinued: false, Region: `West`, Address: `163 Wall Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 80132 }), + new InvoicesDataItem({ ShipName: `Black Home`, ShipAddress: `169 Wall Street`, ShipCity: `Huston`, ShipPostalCode: 90138, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1148, CustomerName: `Ben Black`, CustomerFirstName: `Ben`, CustomerLastName: `Black`, CustomerAddress: `169 Wall Street, Huston, USA, 90138`, Salesperson: `Anna Smith`, OrderID: 1805, OrderDate: `1/6/2022`, ProductID: 126, ProductName: `Samsung Note`, UnitPrice: 29130.32, Quantity: 4, ExtendedPrice: 116521.28, Freight: 800.32, Discontinued: false, Region: `West`, Address: `169 Wall Street`, City: `Huston`, Country: `USA`, PostalCode: 90138 }), + new InvoicesDataItem({ ShipName: `Jefferson Townhouse`, ShipAddress: `167 Market Street`, ShipCity: `Miami`, ShipPostalCode: 60152, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1149, CustomerName: `Max Jefferson`, CustomerFirstName: `Max`, CustomerLastName: `Jefferson`, CustomerAddress: `167 Market Street, Miami, USA, 60152`, Salesperson: `Ben Jackson`, OrderID: 1292, OrderDate: `10/3/2022`, ProductID: 178, ProductName: `IPhone`, UnitPrice: 9150.64, Quantity: 5, ExtendedPrice: 45753.2, Freight: 1530.64, Discontinued: true, Region: `North East`, Address: `167 Market Street`, City: `Miami`, Country: `USA`, PostalCode: 60152 }), + new InvoicesDataItem({ ShipName: `Jackson Home`, ShipAddress: `194 Wall Street`, ShipCity: `Philadelphia`, ShipPostalCode: 80133, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1150, CustomerName: `Nancy Jackson`, CustomerFirstName: `Nancy`, CustomerLastName: `Jackson`, CustomerAddress: `194 Wall Street, Philadelphia, USA, 80133`, Salesperson: `Martin Watson`, OrderID: 1240, OrderDate: `10/14/2022`, ProductID: 128, ProductName: `IPhone`, UnitPrice: 22900.38, Quantity: 5, ExtendedPrice: 114501.9, Freight: 1500.38, Discontinued: false, Region: `North East`, Address: `194 Wall Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 80133 }), + new InvoicesDataItem({ ShipName: `Smith Home`, ShipAddress: `168 Wall Street`, ShipCity: `New York`, ShipPostalCode: 60104, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1151, CustomerName: `James Smith`, CustomerFirstName: `James`, CustomerLastName: `Smith`, CustomerAddress: `168 Wall Street, New York, USA, 60104`, Salesperson: `Martin Madison`, OrderID: 1307, OrderDate: `5/19/2022`, ProductID: 109, ProductName: `Samsung Note`, UnitPrice: 18330.33, Quantity: 5, ExtendedPrice: 91651.65, Freight: 1960.33, Discontinued: false, Region: `North East`, Address: `168 Wall Street`, City: `New York`, Country: `USA`, PostalCode: 60104 }), + new InvoicesDataItem({ ShipName: `Madison Market`, ShipAddress: `122 Market Street`, ShipCity: `New York`, ShipPostalCode: 60149, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1152, CustomerName: `Nancy Madison`, CustomerFirstName: `Nancy`, CustomerLastName: `Madison`, CustomerAddress: `122 Market Street, New York, USA, 60149`, Salesperson: `Mike Madison`, OrderID: 1360, OrderDate: `11/2/2022`, ProductID: 141, ProductName: `Mac Book Pro`, UnitPrice: 8620.6, Quantity: 2, ExtendedPrice: 17241.2, Freight: 950.6, Discontinued: false, Region: `South East`, Address: `122 Market Street`, City: `New York`, Country: `USA`, PostalCode: 60149 }), + new InvoicesDataItem({ ShipName: `Black Home`, ShipAddress: `147 Main Street`, ShipCity: `Philadelphia`, ShipPostalCode: 80098, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1153, CustomerName: `Pamela Black`, CustomerFirstName: `Pamela`, CustomerLastName: `Black`, CustomerAddress: `147 Main Street, Philadelphia, USA, 80098`, Salesperson: `James Black`, OrderID: 1445, OrderDate: `11/2/2022`, ProductID: 151, ProductName: `Samsung Note`, UnitPrice: 27180.5, Quantity: 2, ExtendedPrice: 54361, Freight: 790.5, Discontinued: false, Region: `South East`, Address: `147 Main Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 80098 }), + new InvoicesDataItem({ ShipName: `Jackson Estate`, ShipAddress: `113 Wall Street`, ShipCity: `Los Angeles`, ShipPostalCode: 90111, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1154, CustomerName: `Martin Jackson`, CustomerFirstName: `Martin`, CustomerLastName: `Jackson`, CustomerAddress: `113 Wall Street, Los Angeles, USA, 90111`, Salesperson: `Anna Jackson`, OrderID: 1014, OrderDate: `1/24/2022`, ProductID: 185, ProductName: `Mac Book Air`, UnitPrice: 14760.63, Quantity: 2, ExtendedPrice: 29521.26, Freight: 1520.63, Discontinued: false, Region: `West`, Address: `113 Wall Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 90111 }), + new InvoicesDataItem({ ShipName: `Smith Estate`, ShipAddress: `154 Wall Street`, ShipCity: `Huston`, ShipPostalCode: 60050, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1155, CustomerName: `Nancy Smith`, CustomerFirstName: `Nancy`, CustomerLastName: `Smith`, CustomerAddress: `154 Wall Street, Huston, USA, 60050`, Salesperson: `Nancy Smith`, OrderID: 1845, OrderDate: `4/8/2022`, ProductID: 105, ProductName: `IPad`, UnitPrice: 22600.77, Quantity: 4, ExtendedPrice: 90403.08, Freight: 670.77, Discontinued: false, Region: `North East`, Address: `154 Wall Street`, City: `Huston`, Country: `USA`, PostalCode: 60050 }), + new InvoicesDataItem({ ShipName: `Black Townhouse`, ShipAddress: `188 Main Street`, ShipCity: `Philadelphia`, ShipPostalCode: 80121, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1156, CustomerName: `James Black`, CustomerFirstName: `James`, CustomerLastName: `Black`, CustomerAddress: `188 Main Street, Philadelphia, USA, 80121`, Salesperson: `Martin Jefferson`, OrderID: 1587, OrderDate: `5/13/2022`, ProductID: 174, ProductName: `Samsung Note`, UnitPrice: 17020.74, Quantity: 2, ExtendedPrice: 34041.48, Freight: 1490.74, Discontinued: false, Region: `West`, Address: `188 Main Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 80121 }), + new InvoicesDataItem({ ShipName: `Smith Home`, ShipAddress: `181 Wall Street`, ShipCity: `Huston`, ShipPostalCode: 90097, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1157, CustomerName: `Anna Smith`, CustomerFirstName: `Anna`, CustomerLastName: `Smith`, CustomerAddress: `181 Wall Street, Huston, USA, 90097`, Salesperson: `Anna Madison`, OrderID: 1706, OrderDate: `5/22/2022`, ProductID: 112, ProductName: `Samsung Galaxy 22`, UnitPrice: 21780.43, Quantity: 3, ExtendedPrice: 65341.29, Freight: 1650.43, Discontinued: false, Region: `North East`, Address: `181 Wall Street`, City: `Huston`, Country: `USA`, PostalCode: 90097 }), + new InvoicesDataItem({ ShipName: `Smith Estate`, ShipAddress: `171 Wall Street`, ShipCity: `Miami`, ShipPostalCode: 50118, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1158, CustomerName: `James Smith`, CustomerFirstName: `James`, CustomerLastName: `Smith`, CustomerAddress: `171 Wall Street, Miami, USA, 50118`, Salesperson: `Max Smith`, OrderID: 1335, OrderDate: `6/16/2022`, ProductID: 116, ProductName: `IPad`, UnitPrice: 7560.43, Quantity: 3, ExtendedPrice: 22681.29, Freight: 1140.43, Discontinued: false, Region: `West`, Address: `171 Wall Street`, City: `Miami`, Country: `USA`, PostalCode: 50118 }), + new InvoicesDataItem({ ShipName: `Jackson Estate`, ShipAddress: `193 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 70176, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1159, CustomerName: `Ben Jackson`, CustomerFirstName: `Ben`, CustomerLastName: `Jackson`, CustomerAddress: `193 Market Street, Philadelphia, USA, 70176`, Salesperson: `Martin Black`, OrderID: 1003, OrderDate: `9/11/2022`, ProductID: 170, ProductName: `IPhone`, UnitPrice: 15510.7, Quantity: 5, ExtendedPrice: 77553.5, Freight: 200.7, Discontinued: true, Region: `West`, Address: `193 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 70176 }), + new InvoicesDataItem({ ShipName: `Madison Home`, ShipAddress: `125 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 80142, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1160, CustomerName: `Ben Madison`, CustomerFirstName: `Ben`, CustomerLastName: `Madison`, CustomerAddress: `125 Market Street, Philadelphia, USA, 80142`, Salesperson: `Martin Madison`, OrderID: 1723, OrderDate: `3/14/2022`, ProductID: 179, ProductName: `IPhone`, UnitPrice: 14760.6, Quantity: 3, ExtendedPrice: 44281.8, Freight: 1650.6, Discontinued: false, Region: `West`, Address: `125 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 80142 }), + new InvoicesDataItem({ ShipName: `Smith Estate`, ShipAddress: `128 Main Street`, ShipCity: `Philadelphia`, ShipPostalCode: 70111, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1161, CustomerName: `Anna Smith`, CustomerFirstName: `Anna`, CustomerLastName: `Smith`, CustomerAddress: `128 Main Street, Philadelphia, USA, 70111`, Salesperson: `Max Jackson`, OrderID: 1810, OrderDate: `1/18/2022`, ProductID: 117, ProductName: `IPad`, UnitPrice: 19620.55, Quantity: 5, ExtendedPrice: 98102.75, Freight: 1030.55, Discontinued: false, Region: `South East`, Address: `128 Main Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 70111 }), + new InvoicesDataItem({ ShipName: `Madison Estate`, ShipAddress: `131 Wall Street`, ShipCity: `Philadelphia`, ShipPostalCode: 90058, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1162, CustomerName: `Max Madison`, CustomerFirstName: `Max`, CustomerLastName: `Madison`, CustomerAddress: `131 Wall Street, Philadelphia, USA, 90058`, Salesperson: `Pamela Madison`, OrderID: 1224, OrderDate: `2/2/2022`, ProductID: 108, ProductName: `Mac Book Air`, UnitPrice: 9130.21, Quantity: 2, ExtendedPrice: 18260.42, Freight: 1110.21, Discontinued: false, Region: `West`, Address: `131 Wall Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 90058 }), + new InvoicesDataItem({ ShipName: `Watson Market`, ShipAddress: `145 Main Street`, ShipCity: `Philadelphia`, ShipPostalCode: 50176, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1163, CustomerName: `James Watson`, CustomerFirstName: `James`, CustomerLastName: `Watson`, CustomerAddress: `145 Main Street, Philadelphia, USA, 50176`, Salesperson: `Mike Smith`, OrderID: 1265, OrderDate: `4/22/2022`, ProductID: 147, ProductName: `IPhone`, UnitPrice: 15210.29, Quantity: 2, ExtendedPrice: 30420.58, Freight: 1470.29, Discontinued: false, Region: `South East`, Address: `145 Main Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 50176 }), + new InvoicesDataItem({ ShipName: `Jefferson Estate`, ShipAddress: `123 Main Street`, ShipCity: `Philadelphia`, ShipPostalCode: 90058, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1164, CustomerName: `Ben Jefferson`, CustomerFirstName: `Ben`, CustomerLastName: `Jefferson`, CustomerAddress: `123 Main Street, Philadelphia, USA, 90058`, Salesperson: `Martin Watson`, OrderID: 1428, OrderDate: `9/14/2022`, ProductID: 195, ProductName: `Samsung Note`, UnitPrice: 6440.36, Quantity: 4, ExtendedPrice: 25761.44, Freight: 350.36, Discontinued: false, Region: `West`, Address: `123 Main Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 90058 }), + new InvoicesDataItem({ ShipName: `Watson Townhouse`, ShipAddress: `148 Wall Street`, ShipCity: `Los Angeles`, ShipPostalCode: 60161, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1165, CustomerName: `Ben Watson`, CustomerFirstName: `Ben`, CustomerLastName: `Watson`, CustomerAddress: `148 Wall Street, Los Angeles, USA, 60161`, Salesperson: `Nancy Black`, OrderID: 1367, OrderDate: `9/1/2022`, ProductID: 196, ProductName: `Mac Book Pro`, UnitPrice: 26990.25, Quantity: 4, ExtendedPrice: 107961, Freight: 950.25, Discontinued: false, Region: `West`, Address: `148 Wall Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 60161 }), + new InvoicesDataItem({ ShipName: `Jefferson Home`, ShipAddress: `151 Main Street`, ShipCity: `New York`, ShipPostalCode: 90156, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1166, CustomerName: `James Jefferson`, CustomerFirstName: `James`, CustomerLastName: `Jefferson`, CustomerAddress: `151 Main Street, New York, USA, 90156`, Salesperson: `Ben Smith`, OrderID: 1812, OrderDate: `6/23/2022`, ProductID: 182, ProductName: `Samsung Galaxy 22`, UnitPrice: 6230.76, Quantity: 5, ExtendedPrice: 31153.8, Freight: 920.76, Discontinued: false, Region: `West`, Address: `151 Main Street`, City: `New York`, Country: `USA`, PostalCode: 90156 }), + new InvoicesDataItem({ ShipName: `Jackson Townhouse`, ShipAddress: `128 Main Street`, ShipCity: `New York`, ShipPostalCode: 90073, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1167, CustomerName: `Pamela Jackson`, CustomerFirstName: `Pamela`, CustomerLastName: `Jackson`, CustomerAddress: `128 Main Street, New York, USA, 90073`, Salesperson: `Nancy Madison`, OrderID: 1121, OrderDate: `3/25/2022`, ProductID: 166, ProductName: `Mac Book Air`, UnitPrice: 8360.33, Quantity: 3, ExtendedPrice: 25080.99, Freight: 1870.33, Discontinued: false, Region: `South East`, Address: `128 Main Street`, City: `New York`, Country: `USA`, PostalCode: 90073 }), + new InvoicesDataItem({ ShipName: `Black Market`, ShipAddress: `109 Wall Street`, ShipCity: `Philadelphia`, ShipPostalCode: 70139, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1168, CustomerName: `Mike Black`, CustomerFirstName: `Mike`, CustomerLastName: `Black`, CustomerAddress: `109 Wall Street, Philadelphia, USA, 70139`, Salesperson: `James Jefferson`, OrderID: 1086, OrderDate: `11/22/2022`, ProductID: 192, ProductName: `IPhone`, UnitPrice: 13050.45, Quantity: 4, ExtendedPrice: 52201.8, Freight: 1850.45, Discontinued: false, Region: `North East`, Address: `109 Wall Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 70139 }), + new InvoicesDataItem({ ShipName: `Smith Home`, ShipAddress: `196 Wall Street`, ShipCity: `Los Angeles`, ShipPostalCode: 60096, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1169, CustomerName: `Anna Smith`, CustomerFirstName: `Anna`, CustomerLastName: `Smith`, CustomerAddress: `196 Wall Street, Los Angeles, USA, 60096`, Salesperson: `Mike Watson`, OrderID: 1859, OrderDate: `8/11/2022`, ProductID: 157, ProductName: `IPhone`, UnitPrice: 14950.2, Quantity: 5, ExtendedPrice: 74751, Freight: 1140.2, Discontinued: true, Region: `South East`, Address: `196 Wall Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 60096 }), + new InvoicesDataItem({ ShipName: `Watson Townhouse`, ShipAddress: `101 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 90111, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1170, CustomerName: `James Watson`, CustomerFirstName: `James`, CustomerLastName: `Watson`, CustomerAddress: `101 Market Street, Philadelphia, USA, 90111`, Salesperson: `Mike Madison`, OrderID: 1952, OrderDate: `7/19/2022`, ProductID: 152, ProductName: `Samsung Galaxy 22`, UnitPrice: 29810.56, Quantity: 4, ExtendedPrice: 119242.24, Freight: 470.56, Discontinued: false, Region: `South East`, Address: `101 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 90111 }), + new InvoicesDataItem({ ShipName: `Madison Estate`, ShipAddress: `147 Main Street`, ShipCity: `Los Angeles`, ShipPostalCode: 90157, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1171, CustomerName: `Max Madison`, CustomerFirstName: `Max`, CustomerLastName: `Madison`, CustomerAddress: `147 Main Street, Los Angeles, USA, 90157`, Salesperson: `Ben Black`, OrderID: 1351, OrderDate: `5/22/2022`, ProductID: 180, ProductName: `Samsung Note`, UnitPrice: 13470.4, Quantity: 5, ExtendedPrice: 67352, Freight: 1610.4, Discontinued: false, Region: `West`, Address: `147 Main Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 90157 }), + new InvoicesDataItem({ ShipName: `Smith Townhouse`, ShipAddress: `195 Market Street`, ShipCity: `Huston`, ShipPostalCode: 80071, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1172, CustomerName: `Anna Smith`, CustomerFirstName: `Anna`, CustomerLastName: `Smith`, CustomerAddress: `195 Market Street, Huston, USA, 80071`, Salesperson: `Pamela Jefferson`, OrderID: 1371, OrderDate: `12/9/2022`, ProductID: 105, ProductName: `Mac Book Pro`, UnitPrice: 19040.72, Quantity: 4, ExtendedPrice: 76162.88, Freight: 1480.72, Discontinued: false, Region: `South East`, Address: `195 Market Street`, City: `Huston`, Country: `USA`, PostalCode: 80071 }), + new InvoicesDataItem({ ShipName: `Black Townhouse`, ShipAddress: `184 Market Street`, ShipCity: `Los Angeles`, ShipPostalCode: 90197, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1173, CustomerName: `Martin Black`, CustomerFirstName: `Martin`, CustomerLastName: `Black`, CustomerAddress: `184 Market Street, Los Angeles, USA, 90197`, Salesperson: `Martin Watson`, OrderID: 1537, OrderDate: `4/3/2022`, ProductID: 137, ProductName: `IPhone`, UnitPrice: 25370.79, Quantity: 2, ExtendedPrice: 50741.58, Freight: 1980.79, Discontinued: false, Region: `North East`, Address: `184 Market Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 90197 }), + new InvoicesDataItem({ ShipName: `Jackson Estate`, ShipAddress: `102 Market Street`, ShipCity: `Huston`, ShipPostalCode: 70185, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1174, CustomerName: `Ben Jackson`, CustomerFirstName: `Ben`, CustomerLastName: `Jackson`, CustomerAddress: `102 Market Street, Huston, USA, 70185`, Salesperson: `Ben Jackson`, OrderID: 1378, OrderDate: `7/6/2022`, ProductID: 182, ProductName: `Mac Book Pro`, UnitPrice: 19620.84, Quantity: 2, ExtendedPrice: 39241.68, Freight: 730.84, Discontinued: false, Region: `North East`, Address: `102 Market Street`, City: `Huston`, Country: `USA`, PostalCode: 70185 }), + new InvoicesDataItem({ ShipName: `Watson Market`, ShipAddress: `192 Wall Street`, ShipCity: `Huston`, ShipPostalCode: 60144, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1175, CustomerName: `Nancy Watson`, CustomerFirstName: `Nancy`, CustomerLastName: `Watson`, CustomerAddress: `192 Wall Street, Huston, USA, 60144`, Salesperson: `Martin Jefferson`, OrderID: 1350, OrderDate: `10/23/2022`, ProductID: 138, ProductName: `IPad`, UnitPrice: 26010.88, Quantity: 2, ExtendedPrice: 52021.76, Freight: 260.88, Discontinued: false, Region: `North East`, Address: `192 Wall Street`, City: `Huston`, Country: `USA`, PostalCode: 60144 }), + new InvoicesDataItem({ ShipName: `Black Home`, ShipAddress: `114 Main Street`, ShipCity: `Philadelphia`, ShipPostalCode: 70079, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1176, CustomerName: `Ben Black`, CustomerFirstName: `Ben`, CustomerLastName: `Black`, CustomerAddress: `114 Main Street, Philadelphia, USA, 70079`, Salesperson: `Anna Watson`, OrderID: 1889, OrderDate: `8/21/2022`, ProductID: 146, ProductName: `Samsung Galaxy 22`, UnitPrice: 23970.6, Quantity: 3, ExtendedPrice: 71911.8, Freight: 1870.6, Discontinued: false, Region: `North East`, Address: `114 Main Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 70079 }), + new InvoicesDataItem({ ShipName: `Madison Townhouse`, ShipAddress: `199 Wall Street`, ShipCity: `Miami`, ShipPostalCode: 90182, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1177, CustomerName: `Nancy Madison`, CustomerFirstName: `Nancy`, CustomerLastName: `Madison`, CustomerAddress: `199 Wall Street, Miami, USA, 90182`, Salesperson: `Anna Madison`, OrderID: 1285, OrderDate: `3/12/2022`, ProductID: 146, ProductName: `Samsung Note`, UnitPrice: 13660.54, Quantity: 2, ExtendedPrice: 27321.08, Freight: 1870.54, Discontinued: false, Region: `South East`, Address: `199 Wall Street`, City: `Miami`, Country: `USA`, PostalCode: 90182 }), + new InvoicesDataItem({ ShipName: `Madison Townhouse`, ShipAddress: `141 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 80097, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1178, CustomerName: `Pamela Madison`, CustomerFirstName: `Pamela`, CustomerLastName: `Madison`, CustomerAddress: `141 Market Street, Philadelphia, USA, 80097`, Salesperson: `Pamela Watson`, OrderID: 1886, OrderDate: `8/1/2022`, ProductID: 107, ProductName: `Mac Book Pro`, UnitPrice: 11630.46, Quantity: 4, ExtendedPrice: 46521.84, Freight: 1530.46, Discontinued: false, Region: `North East`, Address: `141 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 80097 }), + new InvoicesDataItem({ ShipName: `Jefferson Market`, ShipAddress: `168 Main Street`, ShipCity: `Los Angeles`, ShipPostalCode: 80162, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1179, CustomerName: `Max Jefferson`, CustomerFirstName: `Max`, CustomerLastName: `Jefferson`, CustomerAddress: `168 Main Street, Los Angeles, USA, 80162`, Salesperson: `Mike Jackson`, OrderID: 1009, OrderDate: `4/7/2022`, ProductID: 149, ProductName: `IPad`, UnitPrice: 16960.32, Quantity: 3, ExtendedPrice: 50880.96, Freight: 1510.32, Discontinued: true, Region: `North East`, Address: `168 Main Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 80162 }), + new InvoicesDataItem({ ShipName: `Smith Home`, ShipAddress: `100 Market Street`, ShipCity: `Miami`, ShipPostalCode: 80063, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1180, CustomerName: `Martin Smith`, CustomerFirstName: `Martin`, CustomerLastName: `Smith`, CustomerAddress: `100 Market Street, Miami, USA, 80063`, Salesperson: `Nancy Smith`, OrderID: 1046, OrderDate: `10/21/2022`, ProductID: 123, ProductName: `IPad`, UnitPrice: 19360.67, Quantity: 3, ExtendedPrice: 58082.01, Freight: 1510.67, Discontinued: false, Region: `South East`, Address: `100 Market Street`, City: `Miami`, Country: `USA`, PostalCode: 80063 }), + new InvoicesDataItem({ ShipName: `Madison Home`, ShipAddress: `145 Market Street`, ShipCity: `Huston`, ShipPostalCode: 90152, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1181, CustomerName: `Anna Madison`, CustomerFirstName: `Anna`, CustomerLastName: `Madison`, CustomerAddress: `145 Market Street, Huston, USA, 90152`, Salesperson: `Max Watson`, OrderID: 1593, OrderDate: `11/17/2022`, ProductID: 169, ProductName: `Samsung Note`, UnitPrice: 28870.27, Quantity: 5, ExtendedPrice: 144351.35, Freight: 1430.27, Discontinued: false, Region: `North East`, Address: `145 Market Street`, City: `Huston`, Country: `USA`, PostalCode: 90152 }), + new InvoicesDataItem({ ShipName: `Jackson Estate`, ShipAddress: `154 Main Street`, ShipCity: `Miami`, ShipPostalCode: 90080, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1182, CustomerName: `Ben Jackson`, CustomerFirstName: `Ben`, CustomerLastName: `Jackson`, CustomerAddress: `154 Main Street, Miami, USA, 90080`, Salesperson: `Nancy Jefferson`, OrderID: 1234, OrderDate: `3/21/2022`, ProductID: 111, ProductName: `IPad`, UnitPrice: 16610.78, Quantity: 2, ExtendedPrice: 33221.56, Freight: 1350.78, Discontinued: false, Region: `South East`, Address: `154 Main Street`, City: `Miami`, Country: `USA`, PostalCode: 90080 }), + new InvoicesDataItem({ ShipName: `Smith Market`, ShipAddress: `166 Market Street`, ShipCity: `Huston`, ShipPostalCode: 70090, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1183, CustomerName: `Anna Smith`, CustomerFirstName: `Anna`, CustomerLastName: `Smith`, CustomerAddress: `166 Market Street, Huston, USA, 70090`, Salesperson: `Ben Watson`, OrderID: 1362, OrderDate: `5/2/2022`, ProductID: 122, ProductName: `Mac Book Air`, UnitPrice: 6870.64, Quantity: 4, ExtendedPrice: 27482.56, Freight: 750.64, Discontinued: false, Region: `North East`, Address: `166 Market Street`, City: `Huston`, Country: `USA`, PostalCode: 70090 }), + new InvoicesDataItem({ ShipName: `Jefferson Estate`, ShipAddress: `180 Market Street`, ShipCity: `Miami`, ShipPostalCode: 90169, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1184, CustomerName: `Pamela Jefferson`, CustomerFirstName: `Pamela`, CustomerLastName: `Jefferson`, CustomerAddress: `180 Market Street, Miami, USA, 90169`, Salesperson: `Pamela Black`, OrderID: 1698, OrderDate: `1/18/2022`, ProductID: 129, ProductName: `IPad`, UnitPrice: 10960.71, Quantity: 5, ExtendedPrice: 54803.55, Freight: 1530.71, Discontinued: false, Region: `West`, Address: `180 Market Street`, City: `Miami`, Country: `USA`, PostalCode: 90169 }), + new InvoicesDataItem({ ShipName: `Madison Estate`, ShipAddress: `169 Main Street`, ShipCity: `Huston`, ShipPostalCode: 50114, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1185, CustomerName: `Nancy Madison`, CustomerFirstName: `Nancy`, CustomerLastName: `Madison`, CustomerAddress: `169 Main Street, Huston, USA, 50114`, Salesperson: `Martin Smith`, OrderID: 1458, OrderDate: `6/15/2022`, ProductID: 183, ProductName: `IPhone`, UnitPrice: 16380.23, Quantity: 2, ExtendedPrice: 32760.46, Freight: 1990.23, Discontinued: false, Region: `West`, Address: `169 Main Street`, City: `Huston`, Country: `USA`, PostalCode: 50114 }), + new InvoicesDataItem({ ShipName: `Madison Estate`, ShipAddress: `132 Market Street`, ShipCity: `Miami`, ShipPostalCode: 90064, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1186, CustomerName: `Max Madison`, CustomerFirstName: `Max`, CustomerLastName: `Madison`, CustomerAddress: `132 Market Street, Miami, USA, 90064`, Salesperson: `Nancy Jackson`, OrderID: 1563, OrderDate: `6/17/2022`, ProductID: 193, ProductName: `Samsung Note`, UnitPrice: 25940.61, Quantity: 4, ExtendedPrice: 103762.44, Freight: 970.61, Discontinued: false, Region: `West`, Address: `132 Market Street`, City: `Miami`, Country: `USA`, PostalCode: 90064 }), + new InvoicesDataItem({ ShipName: `Madison Market`, ShipAddress: `107 Wall Street`, ShipCity: `Los Angeles`, ShipPostalCode: 50110, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1187, CustomerName: `Martin Madison`, CustomerFirstName: `Martin`, CustomerLastName: `Madison`, CustomerAddress: `107 Wall Street, Los Angeles, USA, 50110`, Salesperson: `Nancy Jefferson`, OrderID: 1934, OrderDate: `6/5/2022`, ProductID: 110, ProductName: `Samsung Note`, UnitPrice: 5360.47, Quantity: 3, ExtendedPrice: 16081.41, Freight: 1680.47, Discontinued: false, Region: `North East`, Address: `107 Wall Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 50110 }), + new InvoicesDataItem({ ShipName: `Black Townhouse`, ShipAddress: `170 Wall Street`, ShipCity: `New York`, ShipPostalCode: 50149, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1188, CustomerName: `Pamela Black`, CustomerFirstName: `Pamela`, CustomerLastName: `Black`, CustomerAddress: `170 Wall Street, New York, USA, 50149`, Salesperson: `Mike Jefferson`, OrderID: 1880, OrderDate: `12/7/2022`, ProductID: 137, ProductName: `IPhone`, UnitPrice: 19560.62, Quantity: 4, ExtendedPrice: 78242.48, Freight: 680.62, Discontinued: false, Region: `West`, Address: `170 Wall Street`, City: `New York`, Country: `USA`, PostalCode: 50149 }), + new InvoicesDataItem({ ShipName: `Jefferson Market`, ShipAddress: `152 Wall Street`, ShipCity: `New York`, ShipPostalCode: 50085, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1189, CustomerName: `Ben Jefferson`, CustomerFirstName: `Ben`, CustomerLastName: `Jefferson`, CustomerAddress: `152 Wall Street, New York, USA, 50085`, Salesperson: `Anna Jackson`, OrderID: 1159, OrderDate: `5/18/2022`, ProductID: 167, ProductName: `IPad`, UnitPrice: 19270.25, Quantity: 2, ExtendedPrice: 38540.5, Freight: 1050.25, Discontinued: true, Region: `North East`, Address: `152 Wall Street`, City: `New York`, Country: `USA`, PostalCode: 50085 }), + new InvoicesDataItem({ ShipName: `Watson Market`, ShipAddress: `186 Wall Street`, ShipCity: `Los Angeles`, ShipPostalCode: 60146, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1190, CustomerName: `Mike Watson`, CustomerFirstName: `Mike`, CustomerLastName: `Watson`, CustomerAddress: `186 Wall Street, Los Angeles, USA, 60146`, Salesperson: `Nancy Madison`, OrderID: 1960, OrderDate: `3/2/2022`, ProductID: 167, ProductName: `Samsung Galaxy 22`, UnitPrice: 22090.53, Quantity: 3, ExtendedPrice: 66271.59, Freight: 1790.53, Discontinued: false, Region: `West`, Address: `186 Wall Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 60146 }), + new InvoicesDataItem({ ShipName: `Madison Estate`, ShipAddress: `194 Wall Street`, ShipCity: `New York`, ShipPostalCode: 50170, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1191, CustomerName: `Nancy Madison`, CustomerFirstName: `Nancy`, CustomerLastName: `Madison`, CustomerAddress: `194 Wall Street, New York, USA, 50170`, Salesperson: `Max Watson`, OrderID: 1658, OrderDate: `9/1/2022`, ProductID: 156, ProductName: `Samsung Galaxy 22`, UnitPrice: 27450.8, Quantity: 4, ExtendedPrice: 109803.2, Freight: 270.8, Discontinued: false, Region: `West`, Address: `194 Wall Street`, City: `New York`, Country: `USA`, PostalCode: 50170 }), + new InvoicesDataItem({ ShipName: `Smith Townhouse`, ShipAddress: `172 Main Street`, ShipCity: `New York`, ShipPostalCode: 70191, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1192, CustomerName: `Ben Smith`, CustomerFirstName: `Ben`, CustomerLastName: `Smith`, CustomerAddress: `172 Main Street, New York, USA, 70191`, Salesperson: `Pamela Madison`, OrderID: 1225, OrderDate: `3/22/2022`, ProductID: 170, ProductName: `Samsung Galaxy 22`, UnitPrice: 21150.84, Quantity: 5, ExtendedPrice: 105754.2, Freight: 1230.84, Discontinued: false, Region: `West`, Address: `172 Main Street`, City: `New York`, Country: `USA`, PostalCode: 70191 }), + new InvoicesDataItem({ ShipName: `Black Market`, ShipAddress: `108 Market Street`, ShipCity: `Los Angeles`, ShipPostalCode: 70146, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1193, CustomerName: `Mike Black`, CustomerFirstName: `Mike`, CustomerLastName: `Black`, CustomerAddress: `108 Market Street, Los Angeles, USA, 70146`, Salesperson: `Pamela Black`, OrderID: 1886, OrderDate: `8/20/2022`, ProductID: 126, ProductName: `IPhone`, UnitPrice: 6100.73, Quantity: 2, ExtendedPrice: 12201.46, Freight: 1340.73, Discontinued: false, Region: `South East`, Address: `108 Market Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 70146 }), + new InvoicesDataItem({ ShipName: `Watson Market`, ShipAddress: `109 Wall Street`, ShipCity: `Los Angeles`, ShipPostalCode: 90083, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1194, CustomerName: `Max Watson`, CustomerFirstName: `Max`, CustomerLastName: `Watson`, CustomerAddress: `109 Wall Street, Los Angeles, USA, 90083`, Salesperson: `Max Smith`, OrderID: 1191, OrderDate: `5/9/2022`, ProductID: 179, ProductName: `Samsung Galaxy 22`, UnitPrice: 20190.35, Quantity: 5, ExtendedPrice: 100951.75, Freight: 640.35, Discontinued: false, Region: `West`, Address: `109 Wall Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 90083 }), + new InvoicesDataItem({ ShipName: `Smith Market`, ShipAddress: `121 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 70102, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1195, CustomerName: `Max Smith`, CustomerFirstName: `Max`, CustomerLastName: `Smith`, CustomerAddress: `121 Market Street, Philadelphia, USA, 70102`, Salesperson: `Ben Black`, OrderID: 1051, OrderDate: `5/21/2022`, ProductID: 192, ProductName: `Mac Book Pro`, UnitPrice: 21730.32, Quantity: 5, ExtendedPrice: 108651.6, Freight: 1030.32, Discontinued: false, Region: `North East`, Address: `121 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 70102 }), + new InvoicesDataItem({ ShipName: `Watson Estate`, ShipAddress: `104 Wall Street`, ShipCity: `New York`, ShipPostalCode: 90066, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1196, CustomerName: `Max Watson`, CustomerFirstName: `Max`, CustomerLastName: `Watson`, CustomerAddress: `104 Wall Street, New York, USA, 90066`, Salesperson: `Ben Watson`, OrderID: 1385, OrderDate: `2/2/2022`, ProductID: 182, ProductName: `IPad`, UnitPrice: 26120.45, Quantity: 4, ExtendedPrice: 104481.8, Freight: 1930.45, Discontinued: false, Region: `North East`, Address: `104 Wall Street`, City: `New York`, Country: `USA`, PostalCode: 90066 }), + new InvoicesDataItem({ ShipName: `Madison Townhouse`, ShipAddress: `126 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 60091, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1197, CustomerName: `Ben Madison`, CustomerFirstName: `Ben`, CustomerLastName: `Madison`, CustomerAddress: `126 Market Street, Philadelphia, USA, 60091`, Salesperson: `Anna Madison`, OrderID: 1675, OrderDate: `6/22/2022`, ProductID: 174, ProductName: `IPad`, UnitPrice: 13240.35, Quantity: 4, ExtendedPrice: 52961.4, Freight: 890.35, Discontinued: false, Region: `South East`, Address: `126 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 60091 }), + new InvoicesDataItem({ ShipName: `Watson Home`, ShipAddress: `139 Main Street`, ShipCity: `Los Angeles`, ShipPostalCode: 70063, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1198, CustomerName: `Ben Watson`, CustomerFirstName: `Ben`, CustomerLastName: `Watson`, CustomerAddress: `139 Main Street, Los Angeles, USA, 70063`, Salesperson: `Pamela Black`, OrderID: 1997, OrderDate: `11/17/2022`, ProductID: 200, ProductName: `IPhone`, UnitPrice: 8400.83, Quantity: 5, ExtendedPrice: 42004.15, Freight: 1340.83, Discontinued: false, Region: `West`, Address: `139 Main Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 70063 }), + new InvoicesDataItem({ ShipName: `Smith Home`, ShipAddress: `133 Wall Street`, ShipCity: `Miami`, ShipPostalCode: 70071, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1199, CustomerName: `Mike Smith`, CustomerFirstName: `Mike`, CustomerLastName: `Smith`, CustomerAddress: `133 Wall Street, Miami, USA, 70071`, Salesperson: `James Watson`, OrderID: 1641, OrderDate: `11/12/2022`, ProductID: 147, ProductName: `Samsung Note`, UnitPrice: 10150.31, Quantity: 3, ExtendedPrice: 30450.93, Freight: 720.31, Discontinued: true, Region: `South East`, Address: `133 Wall Street`, City: `Miami`, Country: `USA`, PostalCode: 70071 }), + new InvoicesDataItem({ ShipName: `Black Market`, ShipAddress: `166 Main Street`, ShipCity: `Miami`, ShipPostalCode: 60137, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1200, CustomerName: `Max Black`, CustomerFirstName: `Max`, CustomerLastName: `Black`, CustomerAddress: `166 Main Street, Miami, USA, 60137`, Salesperson: `Ben Madison`, OrderID: 1418, OrderDate: `11/8/2022`, ProductID: 135, ProductName: `IPhone`, UnitPrice: 9410.46, Quantity: 2, ExtendedPrice: 18820.92, Freight: 970.46, Discontinued: false, Region: `West`, Address: `166 Main Street`, City: `Miami`, Country: `USA`, PostalCode: 60137 }), + new InvoicesDataItem({ ShipName: `Smith Townhouse`, ShipAddress: `143 Main Street`, ShipCity: `Miami`, ShipPostalCode: 70069, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1201, CustomerName: `James Smith`, CustomerFirstName: `James`, CustomerLastName: `Smith`, CustomerAddress: `143 Main Street, Miami, USA, 70069`, Salesperson: `Anna Watson`, OrderID: 1545, OrderDate: `6/24/2022`, ProductID: 190, ProductName: `Mac Book Pro`, UnitPrice: 5030.78, Quantity: 3, ExtendedPrice: 15092.34, Freight: 1630.78, Discontinued: false, Region: `North East`, Address: `143 Main Street`, City: `Miami`, Country: `USA`, PostalCode: 70069 }), + new InvoicesDataItem({ ShipName: `Jackson Townhouse`, ShipAddress: `106 Wall Street`, ShipCity: `Los Angeles`, ShipPostalCode: 50097, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1202, CustomerName: `Max Jackson`, CustomerFirstName: `Max`, CustomerLastName: `Jackson`, CustomerAddress: `106 Wall Street, Los Angeles, USA, 50097`, Salesperson: `James Jackson`, OrderID: 1493, OrderDate: `7/24/2022`, ProductID: 124, ProductName: `Samsung Note`, UnitPrice: 6390.72, Quantity: 5, ExtendedPrice: 31953.6, Freight: 1960.72, Discontinued: false, Region: `North East`, Address: `106 Wall Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 50097 }), + new InvoicesDataItem({ ShipName: `Jefferson Townhouse`, ShipAddress: `143 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 50052, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1203, CustomerName: `Pamela Jefferson`, CustomerFirstName: `Pamela`, CustomerLastName: `Jefferson`, CustomerAddress: `143 Market Street, Philadelphia, USA, 50052`, Salesperson: `Mike Jefferson`, OrderID: 1495, OrderDate: `2/14/2022`, ProductID: 179, ProductName: `Mac Book Pro`, UnitPrice: 16770.46, Quantity: 5, ExtendedPrice: 83852.3, Freight: 420.46, Discontinued: false, Region: `North East`, Address: `143 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 50052 }), + new InvoicesDataItem({ ShipName: `Smith Estate`, ShipAddress: `174 Wall Street`, ShipCity: `New York`, ShipPostalCode: 60127, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1204, CustomerName: `Nancy Smith`, CustomerFirstName: `Nancy`, CustomerLastName: `Smith`, CustomerAddress: `174 Wall Street, New York, USA, 60127`, Salesperson: `Max Watson`, OrderID: 1123, OrderDate: `11/20/2022`, ProductID: 186, ProductName: `Mac Book Air`, UnitPrice: 20930.48, Quantity: 4, ExtendedPrice: 83721.92, Freight: 950.48, Discontinued: false, Region: `South East`, Address: `174 Wall Street`, City: `New York`, Country: `USA`, PostalCode: 60127 }), + new InvoicesDataItem({ ShipName: `Madison Market`, ShipAddress: `123 Wall Street`, ShipCity: `Los Angeles`, ShipPostalCode: 60111, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1205, CustomerName: `Pamela Madison`, CustomerFirstName: `Pamela`, CustomerLastName: `Madison`, CustomerAddress: `123 Wall Street, Los Angeles, USA, 60111`, Salesperson: `Pamela Jefferson`, OrderID: 1342, OrderDate: `12/8/2022`, ProductID: 140, ProductName: `Samsung Galaxy 22`, UnitPrice: 27010.34, Quantity: 3, ExtendedPrice: 81031.02, Freight: 1470.34, Discontinued: false, Region: `West`, Address: `123 Wall Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 60111 }), + new InvoicesDataItem({ ShipName: `Smith Home`, ShipAddress: `166 Market Street`, ShipCity: `Miami`, ShipPostalCode: 50102, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1206, CustomerName: `James Smith`, CustomerFirstName: `James`, CustomerLastName: `Smith`, CustomerAddress: `166 Market Street, Miami, USA, 50102`, Salesperson: `Ben Madison`, OrderID: 1017, OrderDate: `10/2/2022`, ProductID: 186, ProductName: `Samsung Galaxy 22`, UnitPrice: 12810.79, Quantity: 5, ExtendedPrice: 64053.95, Freight: 1990.79, Discontinued: false, Region: `North East`, Address: `166 Market Street`, City: `Miami`, Country: `USA`, PostalCode: 50102 }), + new InvoicesDataItem({ ShipName: `Jefferson Estate`, ShipAddress: `193 Main Street`, ShipCity: `Huston`, ShipPostalCode: 80187, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1207, CustomerName: `Max Jefferson`, CustomerFirstName: `Max`, CustomerLastName: `Jefferson`, CustomerAddress: `193 Main Street, Huston, USA, 80187`, Salesperson: `Mike Jefferson`, OrderID: 1558, OrderDate: `11/12/2022`, ProductID: 194, ProductName: `Mac Book Pro`, UnitPrice: 26210.45, Quantity: 2, ExtendedPrice: 52420.9, Freight: 1110.45, Discontinued: false, Region: `North East`, Address: `193 Main Street`, City: `Huston`, Country: `USA`, PostalCode: 80187 }), + new InvoicesDataItem({ ShipName: `Jefferson Market`, ShipAddress: `137 Main Street`, ShipCity: `Miami`, ShipPostalCode: 80111, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1208, CustomerName: `Ben Jefferson`, CustomerFirstName: `Ben`, CustomerLastName: `Jefferson`, CustomerAddress: `137 Main Street, Miami, USA, 80111`, Salesperson: `Mike Watson`, OrderID: 1466, OrderDate: `11/18/2022`, ProductID: 189, ProductName: `Mac Book Air`, UnitPrice: 6190.57, Quantity: 3, ExtendedPrice: 18571.71, Freight: 1810.57, Discontinued: false, Region: `West`, Address: `137 Main Street`, City: `Miami`, Country: `USA`, PostalCode: 80111 }), + new InvoicesDataItem({ ShipName: `Jefferson Townhouse`, ShipAddress: `122 Main Street`, ShipCity: `Philadelphia`, ShipPostalCode: 80088, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1209, CustomerName: `Ben Jefferson`, CustomerFirstName: `Ben`, CustomerLastName: `Jefferson`, CustomerAddress: `122 Main Street, Philadelphia, USA, 80088`, Salesperson: `Ben Jefferson`, OrderID: 1539, OrderDate: `11/13/2022`, ProductID: 131, ProductName: `IPhone`, UnitPrice: 21280.22, Quantity: 4, ExtendedPrice: 85120.88, Freight: 760.22, Discontinued: true, Region: `North East`, Address: `122 Main Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 80088 }), + new InvoicesDataItem({ ShipName: `Jefferson Home`, ShipAddress: `115 Main Street`, ShipCity: `New York`, ShipPostalCode: 80079, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1210, CustomerName: `Anna Jefferson`, CustomerFirstName: `Anna`, CustomerLastName: `Jefferson`, CustomerAddress: `115 Main Street, New York, USA, 80079`, Salesperson: `Max Jefferson`, OrderID: 1411, OrderDate: `11/22/2022`, ProductID: 135, ProductName: `Samsung Galaxy 22`, UnitPrice: 13700.71, Quantity: 3, ExtendedPrice: 41102.13, Freight: 1730.71, Discontinued: false, Region: `South East`, Address: `115 Main Street`, City: `New York`, Country: `USA`, PostalCode: 80079 }), + new InvoicesDataItem({ ShipName: `Smith Market`, ShipAddress: `114 Main Street`, ShipCity: `New York`, ShipPostalCode: 50137, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1211, CustomerName: `Mike Smith`, CustomerFirstName: `Mike`, CustomerLastName: `Smith`, CustomerAddress: `114 Main Street, New York, USA, 50137`, Salesperson: `Nancy Smith`, OrderID: 1890, OrderDate: `8/5/2022`, ProductID: 169, ProductName: `Samsung Galaxy 22`, UnitPrice: 11320.48, Quantity: 3, ExtendedPrice: 33961.44, Freight: 930.48, Discontinued: false, Region: `West`, Address: `114 Main Street`, City: `New York`, Country: `USA`, PostalCode: 50137 }), + new InvoicesDataItem({ ShipName: `Jefferson Market`, ShipAddress: `130 Wall Street`, ShipCity: `Miami`, ShipPostalCode: 90082, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1212, CustomerName: `Martin Jefferson`, CustomerFirstName: `Martin`, CustomerLastName: `Jefferson`, CustomerAddress: `130 Wall Street, Miami, USA, 90082`, Salesperson: `Nancy Madison`, OrderID: 1783, OrderDate: `9/1/2022`, ProductID: 109, ProductName: `IPhone`, UnitPrice: 24340.75, Quantity: 5, ExtendedPrice: 121703.75, Freight: 490.75, Discontinued: false, Region: `North East`, Address: `130 Wall Street`, City: `Miami`, Country: `USA`, PostalCode: 90082 }), + new InvoicesDataItem({ ShipName: `Jefferson Estate`, ShipAddress: `140 Main Street`, ShipCity: `New York`, ShipPostalCode: 80095, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1213, CustomerName: `James Jefferson`, CustomerFirstName: `James`, CustomerLastName: `Jefferson`, CustomerAddress: `140 Main Street, New York, USA, 80095`, Salesperson: `Pamela Watson`, OrderID: 1101, OrderDate: `5/25/2022`, ProductID: 101, ProductName: `Mac Book Air`, UnitPrice: 29980.24, Quantity: 4, ExtendedPrice: 119920.96, Freight: 1190.24, Discontinued: false, Region: `South East`, Address: `140 Main Street`, City: `New York`, Country: `USA`, PostalCode: 80095 }), + new InvoicesDataItem({ ShipName: `Jefferson Market`, ShipAddress: `165 Main Street`, ShipCity: `Huston`, ShipPostalCode: 90200, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1214, CustomerName: `Ben Jefferson`, CustomerFirstName: `Ben`, CustomerLastName: `Jefferson`, CustomerAddress: `165 Main Street, Huston, USA, 90200`, Salesperson: `Max Watson`, OrderID: 1932, OrderDate: `2/10/2022`, ProductID: 159, ProductName: `Mac Book Air`, UnitPrice: 23460.59, Quantity: 4, ExtendedPrice: 93842.36, Freight: 710.59, Discontinued: false, Region: `South East`, Address: `165 Main Street`, City: `Huston`, Country: `USA`, PostalCode: 90200 }), + new InvoicesDataItem({ ShipName: `Watson Market`, ShipAddress: `154 Market Street`, ShipCity: `Los Angeles`, ShipPostalCode: 70200, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1215, CustomerName: `Max Watson`, CustomerFirstName: `Max`, CustomerLastName: `Watson`, CustomerAddress: `154 Market Street, Los Angeles, USA, 70200`, Salesperson: `Mike Black`, OrderID: 1514, OrderDate: `10/8/2022`, ProductID: 148, ProductName: `Samsung Note`, UnitPrice: 29540.27, Quantity: 4, ExtendedPrice: 118161.08, Freight: 1960.27, Discontinued: false, Region: `North East`, Address: `154 Market Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 70200 }), + new InvoicesDataItem({ ShipName: `Watson Home`, ShipAddress: `113 Market Street`, ShipCity: `New York`, ShipPostalCode: 50127, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1216, CustomerName: `Max Watson`, CustomerFirstName: `Max`, CustomerLastName: `Watson`, CustomerAddress: `113 Market Street, New York, USA, 50127`, Salesperson: `James Jefferson`, OrderID: 1736, OrderDate: `10/21/2022`, ProductID: 188, ProductName: `IPad`, UnitPrice: 15350.27, Quantity: 4, ExtendedPrice: 61401.08, Freight: 540.27, Discontinued: false, Region: `South East`, Address: `113 Market Street`, City: `New York`, Country: `USA`, PostalCode: 50127 }), + new InvoicesDataItem({ ShipName: `Jackson Market`, ShipAddress: `153 Main Street`, ShipCity: `Huston`, ShipPostalCode: 80064, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1217, CustomerName: `James Jackson`, CustomerFirstName: `James`, CustomerLastName: `Jackson`, CustomerAddress: `153 Main Street, Huston, USA, 80064`, Salesperson: `Mike Jackson`, OrderID: 1978, OrderDate: `12/25/2022`, ProductID: 125, ProductName: `IPad`, UnitPrice: 15880.31, Quantity: 3, ExtendedPrice: 47640.93, Freight: 800.31, Discontinued: false, Region: `North East`, Address: `153 Main Street`, City: `Huston`, Country: `USA`, PostalCode: 80064 }), + new InvoicesDataItem({ ShipName: `Smith Estate`, ShipAddress: `107 Main Street`, ShipCity: `Miami`, ShipPostalCode: 50196, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1218, CustomerName: `Mike Smith`, CustomerFirstName: `Mike`, CustomerLastName: `Smith`, CustomerAddress: `107 Main Street, Miami, USA, 50196`, Salesperson: `Martin Jackson`, OrderID: 1324, OrderDate: `7/18/2022`, ProductID: 188, ProductName: `Mac Book Air`, UnitPrice: 26990.38, Quantity: 4, ExtendedPrice: 107961.52, Freight: 610.38, Discontinued: false, Region: `South East`, Address: `107 Main Street`, City: `Miami`, Country: `USA`, PostalCode: 50196 }), + new InvoicesDataItem({ ShipName: `Smith Estate`, ShipAddress: `140 Wall Street`, ShipCity: `Miami`, ShipPostalCode: 70154, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1219, CustomerName: `James Smith`, CustomerFirstName: `James`, CustomerLastName: `Smith`, CustomerAddress: `140 Wall Street, Miami, USA, 70154`, Salesperson: `Nancy Madison`, OrderID: 1307, OrderDate: `4/19/2022`, ProductID: 114, ProductName: `IPhone`, UnitPrice: 18300.65, Quantity: 4, ExtendedPrice: 73202.6, Freight: 800.65, Discontinued: true, Region: `West`, Address: `140 Wall Street`, City: `Miami`, Country: `USA`, PostalCode: 70154 }), + new InvoicesDataItem({ ShipName: `Jackson Townhouse`, ShipAddress: `158 Market Street`, ShipCity: `Los Angeles`, ShipPostalCode: 50154, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1220, CustomerName: `Mike Jackson`, CustomerFirstName: `Mike`, CustomerLastName: `Jackson`, CustomerAddress: `158 Market Street, Los Angeles, USA, 50154`, Salesperson: `James Black`, OrderID: 1808, OrderDate: `3/18/2022`, ProductID: 172, ProductName: `Mac Book Air`, UnitPrice: 27460.67, Quantity: 3, ExtendedPrice: 82382.01, Freight: 1220.67, Discontinued: false, Region: `North East`, Address: `158 Market Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 50154 }), + new InvoicesDataItem({ ShipName: `Smith Home`, ShipAddress: `116 Main Street`, ShipCity: `Los Angeles`, ShipPostalCode: 90170, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1221, CustomerName: `Pamela Smith`, CustomerFirstName: `Pamela`, CustomerLastName: `Smith`, CustomerAddress: `116 Main Street, Los Angeles, USA, 90170`, Salesperson: `James Jefferson`, OrderID: 1481, OrderDate: `5/22/2022`, ProductID: 177, ProductName: `IPhone`, UnitPrice: 23770.26, Quantity: 2, ExtendedPrice: 47540.52, Freight: 480.26, Discontinued: false, Region: `North East`, Address: `116 Main Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 90170 }), + new InvoicesDataItem({ ShipName: `Madison Townhouse`, ShipAddress: `124 Wall Street`, ShipCity: `Huston`, ShipPostalCode: 50137, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1222, CustomerName: `Max Madison`, CustomerFirstName: `Max`, CustomerLastName: `Madison`, CustomerAddress: `124 Wall Street, Huston, USA, 50137`, Salesperson: `Martin Watson`, OrderID: 1874, OrderDate: `10/1/2022`, ProductID: 102, ProductName: `Mac Book Air`, UnitPrice: 12080.68, Quantity: 5, ExtendedPrice: 60403.4, Freight: 400.68, Discontinued: false, Region: `North East`, Address: `124 Wall Street`, City: `Huston`, Country: `USA`, PostalCode: 50137 }), + new InvoicesDataItem({ ShipName: `Smith Market`, ShipAddress: `197 Main Street`, ShipCity: `New York`, ShipPostalCode: 60174, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1223, CustomerName: `Nancy Smith`, CustomerFirstName: `Nancy`, CustomerLastName: `Smith`, CustomerAddress: `197 Main Street, New York, USA, 60174`, Salesperson: `Nancy Jefferson`, OrderID: 1377, OrderDate: `10/24/2022`, ProductID: 123, ProductName: `Mac Book Air`, UnitPrice: 10520.88, Quantity: 4, ExtendedPrice: 42083.52, Freight: 800.88, Discontinued: false, Region: `South East`, Address: `197 Main Street`, City: `New York`, Country: `USA`, PostalCode: 60174 }), + new InvoicesDataItem({ ShipName: `Jefferson Estate`, ShipAddress: `192 Wall Street`, ShipCity: `Miami`, ShipPostalCode: 80134, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1224, CustomerName: `Mike Jefferson`, CustomerFirstName: `Mike`, CustomerLastName: `Jefferson`, CustomerAddress: `192 Wall Street, Miami, USA, 80134`, Salesperson: `James Madison`, OrderID: 1691, OrderDate: `6/13/2022`, ProductID: 123, ProductName: `IPhone`, UnitPrice: 11090.82, Quantity: 2, ExtendedPrice: 22181.64, Freight: 910.82, Discontinued: false, Region: `South East`, Address: `192 Wall Street`, City: `Miami`, Country: `USA`, PostalCode: 80134 }), + new InvoicesDataItem({ ShipName: `Black Estate`, ShipAddress: `111 Market Street`, ShipCity: `Huston`, ShipPostalCode: 80054, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1225, CustomerName: `Anna Black`, CustomerFirstName: `Anna`, CustomerLastName: `Black`, CustomerAddress: `111 Market Street, Huston, USA, 80054`, Salesperson: `Martin Jackson`, OrderID: 1242, OrderDate: `4/6/2022`, ProductID: 180, ProductName: `IPhone`, UnitPrice: 8180.25, Quantity: 5, ExtendedPrice: 40901.25, Freight: 510.25, Discontinued: false, Region: `North East`, Address: `111 Market Street`, City: `Huston`, Country: `USA`, PostalCode: 80054 }), + new InvoicesDataItem({ ShipName: `Jackson Estate`, ShipAddress: `106 Market Street`, ShipCity: `New York`, ShipPostalCode: 60139, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1226, CustomerName: `Nancy Jackson`, CustomerFirstName: `Nancy`, CustomerLastName: `Jackson`, CustomerAddress: `106 Market Street, New York, USA, 60139`, Salesperson: `James Madison`, OrderID: 1745, OrderDate: `1/18/2022`, ProductID: 115, ProductName: `IPhone`, UnitPrice: 6570.23, Quantity: 5, ExtendedPrice: 32851.15, Freight: 840.23, Discontinued: false, Region: `West`, Address: `106 Market Street`, City: `New York`, Country: `USA`, PostalCode: 60139 }), + new InvoicesDataItem({ ShipName: `Jackson Market`, ShipAddress: `198 Main Street`, ShipCity: `Los Angeles`, ShipPostalCode: 60058, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1227, CustomerName: `Nancy Jackson`, CustomerFirstName: `Nancy`, CustomerLastName: `Jackson`, CustomerAddress: `198 Main Street, Los Angeles, USA, 60058`, Salesperson: `James Madison`, OrderID: 1111, OrderDate: `10/11/2022`, ProductID: 132, ProductName: `IPhone`, UnitPrice: 10970.23, Quantity: 3, ExtendedPrice: 32910.69, Freight: 1670.23, Discontinued: false, Region: `North East`, Address: `198 Main Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 60058 }), + new InvoicesDataItem({ ShipName: `Madison Estate`, ShipAddress: `138 Wall Street`, ShipCity: `Huston`, ShipPostalCode: 50133, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1228, CustomerName: `Anna Madison`, CustomerFirstName: `Anna`, CustomerLastName: `Madison`, CustomerAddress: `138 Wall Street, Huston, USA, 50133`, Salesperson: `Ben Madison`, OrderID: 1182, OrderDate: `12/18/2022`, ProductID: 184, ProductName: `Mac Book Air`, UnitPrice: 27020.67, Quantity: 3, ExtendedPrice: 81062.01, Freight: 1750.67, Discontinued: false, Region: `South East`, Address: `138 Wall Street`, City: `Huston`, Country: `USA`, PostalCode: 50133 }), + new InvoicesDataItem({ ShipName: `Smith Market`, ShipAddress: `198 Market Street`, ShipCity: `Los Angeles`, ShipPostalCode: 50182, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1229, CustomerName: `James Smith`, CustomerFirstName: `James`, CustomerLastName: `Smith`, CustomerAddress: `198 Market Street, Los Angeles, USA, 50182`, Salesperson: `Ben Jackson`, OrderID: 1252, OrderDate: `10/7/2022`, ProductID: 146, ProductName: `IPad`, UnitPrice: 21910.34, Quantity: 5, ExtendedPrice: 109551.7, Freight: 840.34, Discontinued: true, Region: `North East`, Address: `198 Market Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 50182 }), + new InvoicesDataItem({ ShipName: `Jackson Townhouse`, ShipAddress: `141 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 70058, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1230, CustomerName: `James Jackson`, CustomerFirstName: `James`, CustomerLastName: `Jackson`, CustomerAddress: `141 Market Street, Philadelphia, USA, 70058`, Salesperson: `Martin Watson`, OrderID: 1635, OrderDate: `6/1/2022`, ProductID: 196, ProductName: `Mac Book Air`, UnitPrice: 16430.54, Quantity: 2, ExtendedPrice: 32861.08, Freight: 1420.54, Discontinued: false, Region: `North East`, Address: `141 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 70058 }), + new InvoicesDataItem({ ShipName: `Madison Townhouse`, ShipAddress: `107 Market Street`, ShipCity: `New York`, ShipPostalCode: 80108, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1231, CustomerName: `Anna Madison`, CustomerFirstName: `Anna`, CustomerLastName: `Madison`, CustomerAddress: `107 Market Street, New York, USA, 80108`, Salesperson: `Mike Smith`, OrderID: 1922, OrderDate: `10/6/2022`, ProductID: 154, ProductName: `Mac Book Air`, UnitPrice: 8920.46, Quantity: 5, ExtendedPrice: 44602.3, Freight: 1160.46, Discontinued: false, Region: `West`, Address: `107 Market Street`, City: `New York`, Country: `USA`, PostalCode: 80108 }), + new InvoicesDataItem({ ShipName: `Watson Market`, ShipAddress: `166 Main Street`, ShipCity: `New York`, ShipPostalCode: 60199, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1232, CustomerName: `Martin Watson`, CustomerFirstName: `Martin`, CustomerLastName: `Watson`, CustomerAddress: `166 Main Street, New York, USA, 60199`, Salesperson: `Anna Smith`, OrderID: 1759, OrderDate: `3/10/2022`, ProductID: 145, ProductName: `Samsung Galaxy 22`, UnitPrice: 22420.27, Quantity: 5, ExtendedPrice: 112101.35, Freight: 1900.27, Discontinued: false, Region: `North East`, Address: `166 Main Street`, City: `New York`, Country: `USA`, PostalCode: 60199 }), + new InvoicesDataItem({ ShipName: `Smith Home`, ShipAddress: `188 Main Street`, ShipCity: `New York`, ShipPostalCode: 90082, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1233, CustomerName: `Anna Smith`, CustomerFirstName: `Anna`, CustomerLastName: `Smith`, CustomerAddress: `188 Main Street, New York, USA, 90082`, Salesperson: `Ben Black`, OrderID: 1172, OrderDate: `11/9/2022`, ProductID: 148, ProductName: `Samsung Note`, UnitPrice: 22260.33, Quantity: 5, ExtendedPrice: 111301.65, Freight: 1530.33, Discontinued: false, Region: `West`, Address: `188 Main Street`, City: `New York`, Country: `USA`, PostalCode: 90082 }), + new InvoicesDataItem({ ShipName: `Madison Home`, ShipAddress: `168 Wall Street`, ShipCity: `Miami`, ShipPostalCode: 80160, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1234, CustomerName: `Martin Madison`, CustomerFirstName: `Martin`, CustomerLastName: `Madison`, CustomerAddress: `168 Wall Street, Miami, USA, 80160`, Salesperson: `Max Black`, OrderID: 1855, OrderDate: `9/9/2022`, ProductID: 195, ProductName: `Samsung Note`, UnitPrice: 11120.68, Quantity: 5, ExtendedPrice: 55603.4, Freight: 540.68, Discontinued: false, Region: `South East`, Address: `168 Wall Street`, City: `Miami`, Country: `USA`, PostalCode: 80160 }), + new InvoicesDataItem({ ShipName: `Madison Market`, ShipAddress: `151 Wall Street`, ShipCity: `Philadelphia`, ShipPostalCode: 50192, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1235, CustomerName: `James Madison`, CustomerFirstName: `James`, CustomerLastName: `Madison`, CustomerAddress: `151 Wall Street, Philadelphia, USA, 50192`, Salesperson: `Pamela Watson`, OrderID: 1253, OrderDate: `9/24/2022`, ProductID: 153, ProductName: `Samsung Galaxy 22`, UnitPrice: 17650.73, Quantity: 5, ExtendedPrice: 88253.65, Freight: 1010.73, Discontinued: false, Region: `North East`, Address: `151 Wall Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 50192 }), + new InvoicesDataItem({ ShipName: `Jefferson Estate`, ShipAddress: `131 Wall Street`, ShipCity: `Philadelphia`, ShipPostalCode: 60171, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1236, CustomerName: `Anna Jefferson`, CustomerFirstName: `Anna`, CustomerLastName: `Jefferson`, CustomerAddress: `131 Wall Street, Philadelphia, USA, 60171`, Salesperson: `James Jefferson`, OrderID: 1711, OrderDate: `9/12/2022`, ProductID: 192, ProductName: `IPhone`, UnitPrice: 18980.42, Quantity: 3, ExtendedPrice: 56941.26, Freight: 1070.42, Discontinued: false, Region: `North East`, Address: `131 Wall Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 60171 }), + new InvoicesDataItem({ ShipName: `Madison Estate`, ShipAddress: `101 Market Street`, ShipCity: `Huston`, ShipPostalCode: 70109, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1237, CustomerName: `Mike Madison`, CustomerFirstName: `Mike`, CustomerLastName: `Madison`, CustomerAddress: `101 Market Street, Huston, USA, 70109`, Salesperson: `Nancy Smith`, OrderID: 1155, OrderDate: `9/1/2022`, ProductID: 174, ProductName: `Mac Book Pro`, UnitPrice: 22330.35, Quantity: 2, ExtendedPrice: 44660.7, Freight: 250.35, Discontinued: false, Region: `West`, Address: `101 Market Street`, City: `Huston`, Country: `USA`, PostalCode: 70109 }), + new InvoicesDataItem({ ShipName: `Jefferson Home`, ShipAddress: `145 Main Street`, ShipCity: `New York`, ShipPostalCode: 50126, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1238, CustomerName: `Max Jefferson`, CustomerFirstName: `Max`, CustomerLastName: `Jefferson`, CustomerAddress: `145 Main Street, New York, USA, 50126`, Salesperson: `Mike Watson`, OrderID: 1656, OrderDate: `3/7/2022`, ProductID: 139, ProductName: `IPhone`, UnitPrice: 9890.72, Quantity: 3, ExtendedPrice: 29672.16, Freight: 1890.72, Discontinued: false, Region: `West`, Address: `145 Main Street`, City: `New York`, Country: `USA`, PostalCode: 50126 }), + new InvoicesDataItem({ ShipName: `Madison Home`, ShipAddress: `190 Wall Street`, ShipCity: `Huston`, ShipPostalCode: 60055, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1239, CustomerName: `Martin Madison`, CustomerFirstName: `Martin`, CustomerLastName: `Madison`, CustomerAddress: `190 Wall Street, Huston, USA, 60055`, Salesperson: `Mike Smith`, OrderID: 1192, OrderDate: `3/12/2022`, ProductID: 151, ProductName: `Samsung Galaxy 22`, UnitPrice: 16510.6, Quantity: 5, ExtendedPrice: 82553, Freight: 260.6, Discontinued: true, Region: `South East`, Address: `190 Wall Street`, City: `Huston`, Country: `USA`, PostalCode: 60055 }), + new InvoicesDataItem({ ShipName: `Smith Estate`, ShipAddress: `114 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 50122, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1240, CustomerName: `Martin Smith`, CustomerFirstName: `Martin`, CustomerLastName: `Smith`, CustomerAddress: `114 Market Street, Philadelphia, USA, 50122`, Salesperson: `James Madison`, OrderID: 1997, OrderDate: `8/3/2022`, ProductID: 195, ProductName: `Mac Book Pro`, UnitPrice: 20770.42, Quantity: 4, ExtendedPrice: 83081.68, Freight: 920.42, Discontinued: false, Region: `North East`, Address: `114 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 50122 }), + new InvoicesDataItem({ ShipName: `Jackson Townhouse`, ShipAddress: `184 Main Street`, ShipCity: `Miami`, ShipPostalCode: 50147, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1241, CustomerName: `Pamela Jackson`, CustomerFirstName: `Pamela`, CustomerLastName: `Jackson`, CustomerAddress: `184 Main Street, Miami, USA, 50147`, Salesperson: `Martin Madison`, OrderID: 1944, OrderDate: `7/11/2022`, ProductID: 105, ProductName: `Samsung Note`, UnitPrice: 22970.54, Quantity: 3, ExtendedPrice: 68911.62, Freight: 2000.54, Discontinued: false, Region: `South East`, Address: `184 Main Street`, City: `Miami`, Country: `USA`, PostalCode: 50147 }), + new InvoicesDataItem({ ShipName: `Watson Townhouse`, ShipAddress: `140 Wall Street`, ShipCity: `Los Angeles`, ShipPostalCode: 50058, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1242, CustomerName: `Pamela Watson`, CustomerFirstName: `Pamela`, CustomerLastName: `Watson`, CustomerAddress: `140 Wall Street, Los Angeles, USA, 50058`, Salesperson: `Max Madison`, OrderID: 1076, OrderDate: `12/1/2022`, ProductID: 108, ProductName: `IPhone`, UnitPrice: 5950.69, Quantity: 5, ExtendedPrice: 29753.45, Freight: 1440.69, Discontinued: false, Region: `South East`, Address: `140 Wall Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 50058 }), + new InvoicesDataItem({ ShipName: `Madison Estate`, ShipAddress: `178 Market Street`, ShipCity: `New York`, ShipPostalCode: 60194, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1243, CustomerName: `James Madison`, CustomerFirstName: `James`, CustomerLastName: `Madison`, CustomerAddress: `178 Market Street, New York, USA, 60194`, Salesperson: `James Madison`, OrderID: 1076, OrderDate: `6/25/2022`, ProductID: 176, ProductName: `IPhone`, UnitPrice: 17080.21, Quantity: 2, ExtendedPrice: 34160.42, Freight: 1200.21, Discontinued: false, Region: `West`, Address: `178 Market Street`, City: `New York`, Country: `USA`, PostalCode: 60194 }), + new InvoicesDataItem({ ShipName: `Madison Home`, ShipAddress: `179 Main Street`, ShipCity: `Huston`, ShipPostalCode: 70085, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1244, CustomerName: `Ben Madison`, CustomerFirstName: `Ben`, CustomerLastName: `Madison`, CustomerAddress: `179 Main Street, Huston, USA, 70085`, Salesperson: `Ben Jackson`, OrderID: 1070, OrderDate: `5/7/2022`, ProductID: 101, ProductName: `IPhone`, UnitPrice: 19310.75, Quantity: 2, ExtendedPrice: 38621.5, Freight: 1270.75, Discontinued: false, Region: `West`, Address: `179 Main Street`, City: `Huston`, Country: `USA`, PostalCode: 70085 }), + new InvoicesDataItem({ ShipName: `Madison Estate`, ShipAddress: `169 Market Street`, ShipCity: `Miami`, ShipPostalCode: 70087, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1245, CustomerName: `Pamela Madison`, CustomerFirstName: `Pamela`, CustomerLastName: `Madison`, CustomerAddress: `169 Market Street, Miami, USA, 70087`, Salesperson: `Nancy Black`, OrderID: 1469, OrderDate: `8/22/2022`, ProductID: 193, ProductName: `Samsung Note`, UnitPrice: 25420.4, Quantity: 2, ExtendedPrice: 50840.8, Freight: 1690.4, Discontinued: false, Region: `North East`, Address: `169 Market Street`, City: `Miami`, Country: `USA`, PostalCode: 70087 }), + new InvoicesDataItem({ ShipName: `Smith Home`, ShipAddress: `108 Wall Street`, ShipCity: `Los Angeles`, ShipPostalCode: 90128, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1246, CustomerName: `Martin Smith`, CustomerFirstName: `Martin`, CustomerLastName: `Smith`, CustomerAddress: `108 Wall Street, Los Angeles, USA, 90128`, Salesperson: `Pamela Smith`, OrderID: 1948, OrderDate: `4/25/2022`, ProductID: 141, ProductName: `Samsung Galaxy 22`, UnitPrice: 19070.55, Quantity: 3, ExtendedPrice: 57211.65, Freight: 280.55, Discontinued: false, Region: `South East`, Address: `108 Wall Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 90128 }), + new InvoicesDataItem({ ShipName: `Jackson Townhouse`, ShipAddress: `195 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 80141, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1247, CustomerName: `Mike Jackson`, CustomerFirstName: `Mike`, CustomerLastName: `Jackson`, CustomerAddress: `195 Market Street, Philadelphia, USA, 80141`, Salesperson: `Martin Smith`, OrderID: 1116, OrderDate: `1/1/2022`, ProductID: 162, ProductName: `Samsung Galaxy 22`, UnitPrice: 22190.27, Quantity: 5, ExtendedPrice: 110951.35, Freight: 1830.27, Discontinued: false, Region: `North East`, Address: `195 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 80141 }), + new InvoicesDataItem({ ShipName: `Black Home`, ShipAddress: `142 Main Street`, ShipCity: `Los Angeles`, ShipPostalCode: 50163, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1248, CustomerName: `Anna Black`, CustomerFirstName: `Anna`, CustomerLastName: `Black`, CustomerAddress: `142 Main Street, Los Angeles, USA, 50163`, Salesperson: `Pamela Jefferson`, OrderID: 1640, OrderDate: `5/1/2022`, ProductID: 153, ProductName: `Samsung Note`, UnitPrice: 7690.79, Quantity: 3, ExtendedPrice: 23072.37, Freight: 1730.79, Discontinued: false, Region: `South East`, Address: `142 Main Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 50163 }), + new InvoicesDataItem({ ShipName: `Watson Market`, ShipAddress: `177 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 80155, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1249, CustomerName: `Mike Watson`, CustomerFirstName: `Mike`, CustomerLastName: `Watson`, CustomerAddress: `177 Market Street, Philadelphia, USA, 80155`, Salesperson: `Anna Jefferson`, OrderID: 1748, OrderDate: `9/2/2022`, ProductID: 186, ProductName: `Mac Book Air`, UnitPrice: 25230.84, Quantity: 4, ExtendedPrice: 100923.36, Freight: 670.84, Discontinued: true, Region: `South East`, Address: `177 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 80155 }), + new InvoicesDataItem({ ShipName: `Black Estate`, ShipAddress: `175 Market Street`, ShipCity: `Los Angeles`, ShipPostalCode: 80141, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1250, CustomerName: `Mike Black`, CustomerFirstName: `Mike`, CustomerLastName: `Black`, CustomerAddress: `175 Market Street, Los Angeles, USA, 80141`, Salesperson: `Martin Black`, OrderID: 1251, OrderDate: `7/5/2022`, ProductID: 140, ProductName: `Mac Book Pro`, UnitPrice: 25960.45, Quantity: 2, ExtendedPrice: 51920.9, Freight: 260.45, Discontinued: false, Region: `North East`, Address: `175 Market Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 80141 }), + new InvoicesDataItem({ ShipName: `Watson Market`, ShipAddress: `110 Market Street`, ShipCity: `New York`, ShipPostalCode: 90174, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1251, CustomerName: `Pamela Watson`, CustomerFirstName: `Pamela`, CustomerLastName: `Watson`, CustomerAddress: `110 Market Street, New York, USA, 90174`, Salesperson: `Pamela Black`, OrderID: 1397, OrderDate: `7/2/2022`, ProductID: 141, ProductName: `Samsung Note`, UnitPrice: 22150.67, Quantity: 3, ExtendedPrice: 66452.01, Freight: 640.67, Discontinued: false, Region: `North East`, Address: `110 Market Street`, City: `New York`, Country: `USA`, PostalCode: 90174 }), + new InvoicesDataItem({ ShipName: `Jackson Estate`, ShipAddress: `121 Wall Street`, ShipCity: `Los Angeles`, ShipPostalCode: 70083, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1252, CustomerName: `Mike Jackson`, CustomerFirstName: `Mike`, CustomerLastName: `Jackson`, CustomerAddress: `121 Wall Street, Los Angeles, USA, 70083`, Salesperson: `Ben Jefferson`, OrderID: 1938, OrderDate: `1/20/2022`, ProductID: 171, ProductName: `Samsung Galaxy 22`, UnitPrice: 9220.74, Quantity: 4, ExtendedPrice: 36882.96, Freight: 1030.74, Discontinued: false, Region: `South East`, Address: `121 Wall Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 70083 }), + new InvoicesDataItem({ ShipName: `Jackson Townhouse`, ShipAddress: `122 Wall Street`, ShipCity: `Philadelphia`, ShipPostalCode: 70122, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1253, CustomerName: `Mike Jackson`, CustomerFirstName: `Mike`, CustomerLastName: `Jackson`, CustomerAddress: `122 Wall Street, Philadelphia, USA, 70122`, Salesperson: `Mike Watson`, OrderID: 1608, OrderDate: `2/9/2022`, ProductID: 109, ProductName: `Samsung Note`, UnitPrice: 11240.75, Quantity: 2, ExtendedPrice: 22481.5, Freight: 1010.75, Discontinued: false, Region: `West`, Address: `122 Wall Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 70122 }), + new InvoicesDataItem({ ShipName: `Watson Estate`, ShipAddress: `151 Main Street`, ShipCity: `Huston`, ShipPostalCode: 50057, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1254, CustomerName: `Pamela Watson`, CustomerFirstName: `Pamela`, CustomerLastName: `Watson`, CustomerAddress: `151 Main Street, Huston, USA, 50057`, Salesperson: `Martin Watson`, OrderID: 1217, OrderDate: `8/4/2022`, ProductID: 185, ProductName: `Mac Book Pro`, UnitPrice: 16680.55, Quantity: 3, ExtendedPrice: 50041.65, Freight: 1710.55, Discontinued: false, Region: `North East`, Address: `151 Main Street`, City: `Huston`, Country: `USA`, PostalCode: 50057 }), + new InvoicesDataItem({ ShipName: `Jackson Market`, ShipAddress: `120 Wall Street`, ShipCity: `Huston`, ShipPostalCode: 50131, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1255, CustomerName: `Mike Jackson`, CustomerFirstName: `Mike`, CustomerLastName: `Jackson`, CustomerAddress: `120 Wall Street, Huston, USA, 50131`, Salesperson: `Ben Jackson`, OrderID: 1661, OrderDate: `5/1/2022`, ProductID: 190, ProductName: `Mac Book Air`, UnitPrice: 21450.85, Quantity: 5, ExtendedPrice: 107254.25, Freight: 1350.85, Discontinued: false, Region: `South East`, Address: `120 Wall Street`, City: `Huston`, Country: `USA`, PostalCode: 50131 }), + new InvoicesDataItem({ ShipName: `Madison Market`, ShipAddress: `134 Main Street`, ShipCity: `Huston`, ShipPostalCode: 90060, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1256, CustomerName: `Mike Madison`, CustomerFirstName: `Mike`, CustomerLastName: `Madison`, CustomerAddress: `134 Main Street, Huston, USA, 90060`, Salesperson: `James Madison`, OrderID: 1766, OrderDate: `11/11/2022`, ProductID: 134, ProductName: `Mac Book Air`, UnitPrice: 12850.63, Quantity: 3, ExtendedPrice: 38551.89, Freight: 1790.63, Discontinued: false, Region: `West`, Address: `134 Main Street`, City: `Huston`, Country: `USA`, PostalCode: 90060 }), + new InvoicesDataItem({ ShipName: `Black Home`, ShipAddress: `150 Wall Street`, ShipCity: `Huston`, ShipPostalCode: 60151, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1257, CustomerName: `James Black`, CustomerFirstName: `James`, CustomerLastName: `Black`, CustomerAddress: `150 Wall Street, Huston, USA, 60151`, Salesperson: `Martin Black`, OrderID: 1321, OrderDate: `8/4/2022`, ProductID: 125, ProductName: `Samsung Note`, UnitPrice: 29190.24, Quantity: 4, ExtendedPrice: 116760.96, Freight: 680.24, Discontinued: false, Region: `North East`, Address: `150 Wall Street`, City: `Huston`, Country: `USA`, PostalCode: 60151 }), + new InvoicesDataItem({ ShipName: `Watson Estate`, ShipAddress: `155 Wall Street`, ShipCity: `Huston`, ShipPostalCode: 60121, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1258, CustomerName: `Max Watson`, CustomerFirstName: `Max`, CustomerLastName: `Watson`, CustomerAddress: `155 Wall Street, Huston, USA, 60121`, Salesperson: `Max Jackson`, OrderID: 1872, OrderDate: `2/20/2022`, ProductID: 188, ProductName: `Samsung Note`, UnitPrice: 22750.45, Quantity: 3, ExtendedPrice: 68251.35, Freight: 840.45, Discontinued: false, Region: `West`, Address: `155 Wall Street`, City: `Huston`, Country: `USA`, PostalCode: 60121 }), + new InvoicesDataItem({ ShipName: `Watson Market`, ShipAddress: `184 Market Street`, ShipCity: `New York`, ShipPostalCode: 90156, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1259, CustomerName: `Anna Watson`, CustomerFirstName: `Anna`, CustomerLastName: `Watson`, CustomerAddress: `184 Market Street, New York, USA, 90156`, Salesperson: `James Watson`, OrderID: 1828, OrderDate: `5/25/2022`, ProductID: 191, ProductName: `Samsung Galaxy 22`, UnitPrice: 29760.3, Quantity: 2, ExtendedPrice: 59520.6, Freight: 1960.3, Discontinued: true, Region: `North East`, Address: `184 Market Street`, City: `New York`, Country: `USA`, PostalCode: 90156 }), + new InvoicesDataItem({ ShipName: `Watson Market`, ShipAddress: `133 Market Street`, ShipCity: `Huston`, ShipPostalCode: 50074, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1260, CustomerName: `Anna Watson`, CustomerFirstName: `Anna`, CustomerLastName: `Watson`, CustomerAddress: `133 Market Street, Huston, USA, 50074`, Salesperson: `Mike Black`, OrderID: 1966, OrderDate: `6/18/2022`, ProductID: 160, ProductName: `Mac Book Air`, UnitPrice: 7450.44, Quantity: 5, ExtendedPrice: 37252.2, Freight: 590.44, Discontinued: false, Region: `West`, Address: `133 Market Street`, City: `Huston`, Country: `USA`, PostalCode: 50074 }), + new InvoicesDataItem({ ShipName: `Black Townhouse`, ShipAddress: `154 Main Street`, ShipCity: `Philadelphia`, ShipPostalCode: 70052, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1261, CustomerName: `Martin Black`, CustomerFirstName: `Martin`, CustomerLastName: `Black`, CustomerAddress: `154 Main Street, Philadelphia, USA, 70052`, Salesperson: `Ben Jackson`, OrderID: 1421, OrderDate: `9/17/2022`, ProductID: 127, ProductName: `Mac Book Air`, UnitPrice: 23000.47, Quantity: 2, ExtendedPrice: 46000.94, Freight: 550.47, Discontinued: false, Region: `South East`, Address: `154 Main Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 70052 }), + new InvoicesDataItem({ ShipName: `Smith Townhouse`, ShipAddress: `114 Wall Street`, ShipCity: `Philadelphia`, ShipPostalCode: 90174, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1262, CustomerName: `Max Smith`, CustomerFirstName: `Max`, CustomerLastName: `Smith`, CustomerAddress: `114 Wall Street, Philadelphia, USA, 90174`, Salesperson: `Pamela Smith`, OrderID: 1192, OrderDate: `12/4/2022`, ProductID: 105, ProductName: `Samsung Note`, UnitPrice: 19790.26, Quantity: 2, ExtendedPrice: 39580.52, Freight: 1150.26, Discontinued: false, Region: `South East`, Address: `114 Wall Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 90174 }), + new InvoicesDataItem({ ShipName: `Jefferson Townhouse`, ShipAddress: `154 Wall Street`, ShipCity: `New York`, ShipPostalCode: 90162, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1263, CustomerName: `Ben Jefferson`, CustomerFirstName: `Ben`, CustomerLastName: `Jefferson`, CustomerAddress: `154 Wall Street, New York, USA, 90162`, Salesperson: `Nancy Smith`, OrderID: 1539, OrderDate: `7/16/2022`, ProductID: 139, ProductName: `Samsung Note`, UnitPrice: 11830.34, Quantity: 2, ExtendedPrice: 23660.68, Freight: 1930.34, Discontinued: false, Region: `West`, Address: `154 Wall Street`, City: `New York`, Country: `USA`, PostalCode: 90162 }), + new InvoicesDataItem({ ShipName: `Smith Townhouse`, ShipAddress: `140 Wall Street`, ShipCity: `Los Angeles`, ShipPostalCode: 70136, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1264, CustomerName: `Martin Smith`, CustomerFirstName: `Martin`, CustomerLastName: `Smith`, CustomerAddress: `140 Wall Street, Los Angeles, USA, 70136`, Salesperson: `Mike Jackson`, OrderID: 1271, OrderDate: `10/7/2022`, ProductID: 124, ProductName: `Samsung Note`, UnitPrice: 21020.81, Quantity: 2, ExtendedPrice: 42041.62, Freight: 1420.81, Discontinued: false, Region: `West`, Address: `140 Wall Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 70136 }), + new InvoicesDataItem({ ShipName: `Smith Townhouse`, ShipAddress: `185 Main Street`, ShipCity: `Philadelphia`, ShipPostalCode: 60116, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1265, CustomerName: `James Smith`, CustomerFirstName: `James`, CustomerLastName: `Smith`, CustomerAddress: `185 Main Street, Philadelphia, USA, 60116`, Salesperson: `James Watson`, OrderID: 1090, OrderDate: `9/11/2022`, ProductID: 160, ProductName: `IPhone`, UnitPrice: 16070.46, Quantity: 3, ExtendedPrice: 48211.38, Freight: 1490.46, Discontinued: false, Region: `West`, Address: `185 Main Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 60116 }), + new InvoicesDataItem({ ShipName: `Smith Estate`, ShipAddress: `179 Market Street`, ShipCity: `Huston`, ShipPostalCode: 80107, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1266, CustomerName: `Max Smith`, CustomerFirstName: `Max`, CustomerLastName: `Smith`, CustomerAddress: `179 Market Street, Huston, USA, 80107`, Salesperson: `Nancy Smith`, OrderID: 1286, OrderDate: `1/10/2022`, ProductID: 161, ProductName: `Mac Book Air`, UnitPrice: 26160.38, Quantity: 3, ExtendedPrice: 78481.14, Freight: 570.38, Discontinued: false, Region: `West`, Address: `179 Market Street`, City: `Huston`, Country: `USA`, PostalCode: 80107 }), + new InvoicesDataItem({ ShipName: `Jefferson Home`, ShipAddress: `189 Wall Street`, ShipCity: `Huston`, ShipPostalCode: 90073, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1267, CustomerName: `Ben Jefferson`, CustomerFirstName: `Ben`, CustomerLastName: `Jefferson`, CustomerAddress: `189 Wall Street, Huston, USA, 90073`, Salesperson: `Martin Madison`, OrderID: 1754, OrderDate: `5/2/2022`, ProductID: 143, ProductName: `Samsung Galaxy 22`, UnitPrice: 29540.84, Quantity: 4, ExtendedPrice: 118163.36, Freight: 500.84, Discontinued: false, Region: `North East`, Address: `189 Wall Street`, City: `Huston`, Country: `USA`, PostalCode: 90073 }), + new InvoicesDataItem({ ShipName: `Madison Estate`, ShipAddress: `106 Market Street`, ShipCity: `Miami`, ShipPostalCode: 90153, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1268, CustomerName: `Anna Madison`, CustomerFirstName: `Anna`, CustomerLastName: `Madison`, CustomerAddress: `106 Market Street, Miami, USA, 90153`, Salesperson: `Anna Black`, OrderID: 1321, OrderDate: `6/21/2022`, ProductID: 136, ProductName: `Samsung Galaxy 22`, UnitPrice: 12550.55, Quantity: 5, ExtendedPrice: 62752.75, Freight: 1440.55, Discontinued: false, Region: `West`, Address: `106 Market Street`, City: `Miami`, Country: `USA`, PostalCode: 90153 }), + new InvoicesDataItem({ ShipName: `Watson Townhouse`, ShipAddress: `149 Wall Street`, ShipCity: `Los Angeles`, ShipPostalCode: 50102, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1269, CustomerName: `Pamela Watson`, CustomerFirstName: `Pamela`, CustomerLastName: `Watson`, CustomerAddress: `149 Wall Street, Los Angeles, USA, 50102`, Salesperson: `James Jefferson`, OrderID: 1262, OrderDate: `7/13/2022`, ProductID: 178, ProductName: `Samsung Note`, UnitPrice: 8690.45, Quantity: 3, ExtendedPrice: 26071.35, Freight: 1420.45, Discontinued: true, Region: `West`, Address: `149 Wall Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 50102 }), + new InvoicesDataItem({ ShipName: `Watson Market`, ShipAddress: `192 Market Street`, ShipCity: `New York`, ShipPostalCode: 60078, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1270, CustomerName: `Martin Watson`, CustomerFirstName: `Martin`, CustomerLastName: `Watson`, CustomerAddress: `192 Market Street, New York, USA, 60078`, Salesperson: `Ben Jackson`, OrderID: 1586, OrderDate: `11/13/2022`, ProductID: 130, ProductName: `Mac Book Pro`, UnitPrice: 28630.86, Quantity: 2, ExtendedPrice: 57261.72, Freight: 980.86, Discontinued: false, Region: `West`, Address: `192 Market Street`, City: `New York`, Country: `USA`, PostalCode: 60078 }), + new InvoicesDataItem({ ShipName: `Jefferson Estate`, ShipAddress: `159 Main Street`, ShipCity: `New York`, ShipPostalCode: 50050, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1271, CustomerName: `James Jefferson`, CustomerFirstName: `James`, CustomerLastName: `Jefferson`, CustomerAddress: `159 Main Street, New York, USA, 50050`, Salesperson: `Max Jefferson`, OrderID: 1915, OrderDate: `2/10/2022`, ProductID: 178, ProductName: `Mac Book Pro`, UnitPrice: 19050.75, Quantity: 5, ExtendedPrice: 95253.75, Freight: 960.75, Discontinued: false, Region: `West`, Address: `159 Main Street`, City: `New York`, Country: `USA`, PostalCode: 50050 }), + new InvoicesDataItem({ ShipName: `Watson Market`, ShipAddress: `171 Wall Street`, ShipCity: `Los Angeles`, ShipPostalCode: 60099, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1272, CustomerName: `Nancy Watson`, CustomerFirstName: `Nancy`, CustomerLastName: `Watson`, CustomerAddress: `171 Wall Street, Los Angeles, USA, 60099`, Salesperson: `Pamela Jackson`, OrderID: 1503, OrderDate: `4/7/2022`, ProductID: 153, ProductName: `Samsung Galaxy 22`, UnitPrice: 26320.3, Quantity: 3, ExtendedPrice: 78960.9, Freight: 1360.3, Discontinued: false, Region: `South East`, Address: `171 Wall Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 60099 }), + new InvoicesDataItem({ ShipName: `Madison Townhouse`, ShipAddress: `161 Main Street`, ShipCity: `Huston`, ShipPostalCode: 70087, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1273, CustomerName: `Anna Madison`, CustomerFirstName: `Anna`, CustomerLastName: `Madison`, CustomerAddress: `161 Main Street, Huston, USA, 70087`, Salesperson: `Nancy Watson`, OrderID: 1129, OrderDate: `9/4/2022`, ProductID: 119, ProductName: `Samsung Note`, UnitPrice: 26970.53, Quantity: 3, ExtendedPrice: 80911.59, Freight: 1890.53, Discontinued: false, Region: `South East`, Address: `161 Main Street`, City: `Huston`, Country: `USA`, PostalCode: 70087 }), + new InvoicesDataItem({ ShipName: `Watson Market`, ShipAddress: `163 Market Street`, ShipCity: `Los Angeles`, ShipPostalCode: 50127, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1274, CustomerName: `Max Watson`, CustomerFirstName: `Max`, CustomerLastName: `Watson`, CustomerAddress: `163 Market Street, Los Angeles, USA, 50127`, Salesperson: `Nancy Jefferson`, OrderID: 1508, OrderDate: `1/6/2022`, ProductID: 136, ProductName: `Mac Book Air`, UnitPrice: 12620.81, Quantity: 3, ExtendedPrice: 37862.43, Freight: 650.81, Discontinued: false, Region: `North East`, Address: `163 Market Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 50127 }), + new InvoicesDataItem({ ShipName: `Watson Townhouse`, ShipAddress: `131 Market Street`, ShipCity: `Huston`, ShipPostalCode: 50052, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1275, CustomerName: `James Watson`, CustomerFirstName: `James`, CustomerLastName: `Watson`, CustomerAddress: `131 Market Street, Huston, USA, 50052`, Salesperson: `Martin Watson`, OrderID: 1285, OrderDate: `8/6/2022`, ProductID: 123, ProductName: `Samsung Note`, UnitPrice: 22790.24, Quantity: 4, ExtendedPrice: 91160.96, Freight: 1140.24, Discontinued: false, Region: `South East`, Address: `131 Market Street`, City: `Huston`, Country: `USA`, PostalCode: 50052 }), + new InvoicesDataItem({ ShipName: `Black Home`, ShipAddress: `125 Wall Street`, ShipCity: `Miami`, ShipPostalCode: 60101, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1276, CustomerName: `Ben Black`, CustomerFirstName: `Ben`, CustomerLastName: `Black`, CustomerAddress: `125 Wall Street, Miami, USA, 60101`, Salesperson: `Ben Smith`, OrderID: 1881, OrderDate: `12/5/2022`, ProductID: 128, ProductName: `Mac Book Air`, UnitPrice: 18780.56, Quantity: 4, ExtendedPrice: 75122.24, Freight: 820.56, Discontinued: false, Region: `West`, Address: `125 Wall Street`, City: `Miami`, Country: `USA`, PostalCode: 60101 }), + new InvoicesDataItem({ ShipName: `Jackson Market`, ShipAddress: `184 Main Street`, ShipCity: `Miami`, ShipPostalCode: 50157, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1277, CustomerName: `Nancy Jackson`, CustomerFirstName: `Nancy`, CustomerLastName: `Jackson`, CustomerAddress: `184 Main Street, Miami, USA, 50157`, Salesperson: `Mike Smith`, OrderID: 1478, OrderDate: `9/18/2022`, ProductID: 131, ProductName: `IPad`, UnitPrice: 15000.21, Quantity: 5, ExtendedPrice: 75001.05, Freight: 1390.21, Discontinued: false, Region: `North East`, Address: `184 Main Street`, City: `Miami`, Country: `USA`, PostalCode: 50157 }), + new InvoicesDataItem({ ShipName: `Watson Estate`, ShipAddress: `199 Market Street`, ShipCity: `Huston`, ShipPostalCode: 80050, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1278, CustomerName: `Nancy Watson`, CustomerFirstName: `Nancy`, CustomerLastName: `Watson`, CustomerAddress: `199 Market Street, Huston, USA, 80050`, Salesperson: `Max Jefferson`, OrderID: 1767, OrderDate: `1/17/2022`, ProductID: 196, ProductName: `Mac Book Pro`, UnitPrice: 21600.31, Quantity: 3, ExtendedPrice: 64800.93, Freight: 1130.31, Discontinued: false, Region: `North East`, Address: `199 Market Street`, City: `Huston`, Country: `USA`, PostalCode: 80050 }), + new InvoicesDataItem({ ShipName: `Madison Market`, ShipAddress: `127 Market Street`, ShipCity: `Miami`, ShipPostalCode: 60073, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1279, CustomerName: `Nancy Madison`, CustomerFirstName: `Nancy`, CustomerLastName: `Madison`, CustomerAddress: `127 Market Street, Miami, USA, 60073`, Salesperson: `Mike Smith`, OrderID: 1229, OrderDate: `12/7/2022`, ProductID: 184, ProductName: `Mac Book Air`, UnitPrice: 27500.59, Quantity: 3, ExtendedPrice: 82501.77, Freight: 1380.59, Discontinued: true, Region: `West`, Address: `127 Market Street`, City: `Miami`, Country: `USA`, PostalCode: 60073 }), + new InvoicesDataItem({ ShipName: `Watson Home`, ShipAddress: `169 Main Street`, ShipCity: `New York`, ShipPostalCode: 50123, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1280, CustomerName: `Mike Watson`, CustomerFirstName: `Mike`, CustomerLastName: `Watson`, CustomerAddress: `169 Main Street, New York, USA, 50123`, Salesperson: `Martin Jackson`, OrderID: 1761, OrderDate: `2/10/2022`, ProductID: 169, ProductName: `IPad`, UnitPrice: 21430.7, Quantity: 5, ExtendedPrice: 107153.5, Freight: 1170.7, Discontinued: false, Region: `North East`, Address: `169 Main Street`, City: `New York`, Country: `USA`, PostalCode: 50123 }), + new InvoicesDataItem({ ShipName: `Watson Home`, ShipAddress: `109 Main Street`, ShipCity: `Philadelphia`, ShipPostalCode: 80143, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1281, CustomerName: `James Watson`, CustomerFirstName: `James`, CustomerLastName: `Watson`, CustomerAddress: `109 Main Street, Philadelphia, USA, 80143`, Salesperson: `Anna Black`, OrderID: 1461, OrderDate: `9/8/2022`, ProductID: 155, ProductName: `Samsung Galaxy 22`, UnitPrice: 28470.33, Quantity: 4, ExtendedPrice: 113881.32, Freight: 1750.33, Discontinued: false, Region: `North East`, Address: `109 Main Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 80143 }), + new InvoicesDataItem({ ShipName: `Madison Townhouse`, ShipAddress: `103 Main Street`, ShipCity: `New York`, ShipPostalCode: 80198, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1282, CustomerName: `James Madison`, CustomerFirstName: `James`, CustomerLastName: `Madison`, CustomerAddress: `103 Main Street, New York, USA, 80198`, Salesperson: `Ben Black`, OrderID: 1210, OrderDate: `11/7/2022`, ProductID: 123, ProductName: `Samsung Galaxy 22`, UnitPrice: 11260.52, Quantity: 5, ExtendedPrice: 56302.6, Freight: 330.52, Discontinued: false, Region: `West`, Address: `103 Main Street`, City: `New York`, Country: `USA`, PostalCode: 80198 }), + new InvoicesDataItem({ ShipName: `Jefferson Market`, ShipAddress: `102 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 50100, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1283, CustomerName: `Martin Jefferson`, CustomerFirstName: `Martin`, CustomerLastName: `Jefferson`, CustomerAddress: `102 Market Street, Philadelphia, USA, 50100`, Salesperson: `Pamela Jefferson`, OrderID: 1262, OrderDate: `4/17/2022`, ProductID: 134, ProductName: `Mac Book Pro`, UnitPrice: 21890.55, Quantity: 4, ExtendedPrice: 87562.2, Freight: 500.55, Discontinued: false, Region: `West`, Address: `102 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 50100 }), + new InvoicesDataItem({ ShipName: `Madison Home`, ShipAddress: `194 Market Street`, ShipCity: `New York`, ShipPostalCode: 80057, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1284, CustomerName: `Pamela Madison`, CustomerFirstName: `Pamela`, CustomerLastName: `Madison`, CustomerAddress: `194 Market Street, New York, USA, 80057`, Salesperson: `Pamela Jefferson`, OrderID: 1490, OrderDate: `4/6/2022`, ProductID: 191, ProductName: `Samsung Galaxy 22`, UnitPrice: 15670.58, Quantity: 4, ExtendedPrice: 62682.32, Freight: 1320.58, Discontinued: false, Region: `South East`, Address: `194 Market Street`, City: `New York`, Country: `USA`, PostalCode: 80057 }), + new InvoicesDataItem({ ShipName: `Madison Market`, ShipAddress: `102 Main Street`, ShipCity: `Miami`, ShipPostalCode: 70175, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1285, CustomerName: `Nancy Madison`, CustomerFirstName: `Nancy`, CustomerLastName: `Madison`, CustomerAddress: `102 Main Street, Miami, USA, 70175`, Salesperson: `James Jackson`, OrderID: 1031, OrderDate: `3/18/2022`, ProductID: 196, ProductName: `Samsung Note`, UnitPrice: 16280.69, Quantity: 3, ExtendedPrice: 48842.07, Freight: 380.69, Discontinued: false, Region: `South East`, Address: `102 Main Street`, City: `Miami`, Country: `USA`, PostalCode: 70175 }), + new InvoicesDataItem({ ShipName: `Watson Estate`, ShipAddress: `139 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 60067, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1286, CustomerName: `Nancy Watson`, CustomerFirstName: `Nancy`, CustomerLastName: `Watson`, CustomerAddress: `139 Market Street, Philadelphia, USA, 60067`, Salesperson: `Max Jefferson`, OrderID: 1803, OrderDate: `1/22/2022`, ProductID: 134, ProductName: `Mac Book Pro`, UnitPrice: 7940.29, Quantity: 4, ExtendedPrice: 31761.16, Freight: 620.29, Discontinued: false, Region: `North East`, Address: `139 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 60067 }), + new InvoicesDataItem({ ShipName: `Smith Market`, ShipAddress: `167 Market Street`, ShipCity: `New York`, ShipPostalCode: 80115, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1287, CustomerName: `Martin Smith`, CustomerFirstName: `Martin`, CustomerLastName: `Smith`, CustomerAddress: `167 Market Street, New York, USA, 80115`, Salesperson: `Anna Black`, OrderID: 1465, OrderDate: `2/14/2022`, ProductID: 166, ProductName: `Samsung Note`, UnitPrice: 20420.2, Quantity: 4, ExtendedPrice: 81680.8, Freight: 960.2, Discontinued: false, Region: `North East`, Address: `167 Market Street`, City: `New York`, Country: `USA`, PostalCode: 80115 }), + new InvoicesDataItem({ ShipName: `Jefferson Market`, ShipAddress: `167 Market Street`, ShipCity: `New York`, ShipPostalCode: 80080, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1288, CustomerName: `Nancy Jefferson`, CustomerFirstName: `Nancy`, CustomerLastName: `Jefferson`, CustomerAddress: `167 Market Street, New York, USA, 80080`, Salesperson: `Ben Jackson`, OrderID: 1303, OrderDate: `12/12/2022`, ProductID: 191, ProductName: `Samsung Galaxy 22`, UnitPrice: 20080.21, Quantity: 2, ExtendedPrice: 40160.42, Freight: 800.21, Discontinued: false, Region: `West`, Address: `167 Market Street`, City: `New York`, Country: `USA`, PostalCode: 80080 }), + new InvoicesDataItem({ ShipName: `Jackson Market`, ShipAddress: `167 Market Street`, ShipCity: `New York`, ShipPostalCode: 90093, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1289, CustomerName: `Pamela Jackson`, CustomerFirstName: `Pamela`, CustomerLastName: `Jackson`, CustomerAddress: `167 Market Street, New York, USA, 90093`, Salesperson: `Anna Smith`, OrderID: 1122, OrderDate: `8/6/2022`, ProductID: 189, ProductName: `Mac Book Air`, UnitPrice: 29420.55, Quantity: 4, ExtendedPrice: 117682.2, Freight: 1200.55, Discontinued: true, Region: `South East`, Address: `167 Market Street`, City: `New York`, Country: `USA`, PostalCode: 90093 }), + new InvoicesDataItem({ ShipName: `Madison Home`, ShipAddress: `114 Wall Street`, ShipCity: `Philadelphia`, ShipPostalCode: 60133, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1290, CustomerName: `Nancy Madison`, CustomerFirstName: `Nancy`, CustomerLastName: `Madison`, CustomerAddress: `114 Wall Street, Philadelphia, USA, 60133`, Salesperson: `Anna Madison`, OrderID: 1402, OrderDate: `6/9/2022`, ProductID: 161, ProductName: `Samsung Galaxy 22`, UnitPrice: 16370.76, Quantity: 3, ExtendedPrice: 49112.28, Freight: 590.76, Discontinued: false, Region: `South East`, Address: `114 Wall Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 60133 }), + new InvoicesDataItem({ ShipName: `Madison Home`, ShipAddress: `164 Market Street`, ShipCity: `Los Angeles`, ShipPostalCode: 60153, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1291, CustomerName: `Anna Madison`, CustomerFirstName: `Anna`, CustomerLastName: `Madison`, CustomerAddress: `164 Market Street, Los Angeles, USA, 60153`, Salesperson: `Max Smith`, OrderID: 1165, OrderDate: `11/24/2022`, ProductID: 193, ProductName: `Mac Book Pro`, UnitPrice: 19240.53, Quantity: 4, ExtendedPrice: 76962.12, Freight: 1990.53, Discontinued: false, Region: `West`, Address: `164 Market Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 60153 }), + new InvoicesDataItem({ ShipName: `Jackson Home`, ShipAddress: `102 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 90068, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1292, CustomerName: `Mike Jackson`, CustomerFirstName: `Mike`, CustomerLastName: `Jackson`, CustomerAddress: `102 Market Street, Philadelphia, USA, 90068`, Salesperson: `Mike Madison`, OrderID: 1512, OrderDate: `9/4/2022`, ProductID: 186, ProductName: `Samsung Note`, UnitPrice: 26300.88, Quantity: 4, ExtendedPrice: 105203.52, Freight: 660.88, Discontinued: false, Region: `West`, Address: `102 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 90068 }), + new InvoicesDataItem({ ShipName: `Jefferson Market`, ShipAddress: `158 Wall Street`, ShipCity: `Los Angeles`, ShipPostalCode: 80149, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1293, CustomerName: `Pamela Jefferson`, CustomerFirstName: `Pamela`, CustomerLastName: `Jefferson`, CustomerAddress: `158 Wall Street, Los Angeles, USA, 80149`, Salesperson: `Max Jackson`, OrderID: 1358, OrderDate: `2/22/2022`, ProductID: 110, ProductName: `Mac Book Pro`, UnitPrice: 23570.31, Quantity: 5, ExtendedPrice: 117851.55, Freight: 1260.31, Discontinued: false, Region: `North East`, Address: `158 Wall Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 80149 }), + new InvoicesDataItem({ ShipName: `Jefferson Townhouse`, ShipAddress: `125 Market Street`, ShipCity: `Huston`, ShipPostalCode: 80176, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1294, CustomerName: `Nancy Jefferson`, CustomerFirstName: `Nancy`, CustomerLastName: `Jefferson`, CustomerAddress: `125 Market Street, Huston, USA, 80176`, Salesperson: `Pamela Watson`, OrderID: 1106, OrderDate: `2/7/2022`, ProductID: 152, ProductName: `Samsung Galaxy 22`, UnitPrice: 6100.56, Quantity: 5, ExtendedPrice: 30502.8, Freight: 1900.56, Discontinued: false, Region: `West`, Address: `125 Market Street`, City: `Huston`, Country: `USA`, PostalCode: 80176 }), + new InvoicesDataItem({ ShipName: `Smith Estate`, ShipAddress: `177 Main Street`, ShipCity: `Los Angeles`, ShipPostalCode: 50079, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1295, CustomerName: `Pamela Smith`, CustomerFirstName: `Pamela`, CustomerLastName: `Smith`, CustomerAddress: `177 Main Street, Los Angeles, USA, 50079`, Salesperson: `Max Watson`, OrderID: 1931, OrderDate: `6/5/2022`, ProductID: 113, ProductName: `Samsung Galaxy 22`, UnitPrice: 27350.45, Quantity: 3, ExtendedPrice: 82051.35, Freight: 1170.45, Discontinued: false, Region: `North East`, Address: `177 Main Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 50079 }), + new InvoicesDataItem({ ShipName: `Jackson Estate`, ShipAddress: `148 Market Street`, ShipCity: `New York`, ShipPostalCode: 90184, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1296, CustomerName: `Mike Jackson`, CustomerFirstName: `Mike`, CustomerLastName: `Jackson`, CustomerAddress: `148 Market Street, New York, USA, 90184`, Salesperson: `James Smith`, OrderID: 1108, OrderDate: `8/5/2022`, ProductID: 122, ProductName: `Samsung Note`, UnitPrice: 5440.75, Quantity: 4, ExtendedPrice: 21763, Freight: 960.75, Discontinued: false, Region: `South East`, Address: `148 Market Street`, City: `New York`, Country: `USA`, PostalCode: 90184 }), + new InvoicesDataItem({ ShipName: `Black Townhouse`, ShipAddress: `113 Wall Street`, ShipCity: `Huston`, ShipPostalCode: 50064, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1297, CustomerName: `Max Black`, CustomerFirstName: `Max`, CustomerLastName: `Black`, CustomerAddress: `113 Wall Street, Huston, USA, 50064`, Salesperson: `Martin Smith`, OrderID: 1782, OrderDate: `3/24/2022`, ProductID: 107, ProductName: `IPad`, UnitPrice: 22200.88, Quantity: 4, ExtendedPrice: 88803.52, Freight: 510.88, Discontinued: false, Region: `West`, Address: `113 Wall Street`, City: `Huston`, Country: `USA`, PostalCode: 50064 }), + new InvoicesDataItem({ ShipName: `Smith Market`, ShipAddress: `134 Wall Street`, ShipCity: `New York`, ShipPostalCode: 80155, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1298, CustomerName: `Martin Smith`, CustomerFirstName: `Martin`, CustomerLastName: `Smith`, CustomerAddress: `134 Wall Street, New York, USA, 80155`, Salesperson: `Nancy Jefferson`, OrderID: 1886, OrderDate: `3/6/2022`, ProductID: 181, ProductName: `Samsung Galaxy 22`, UnitPrice: 8550.46, Quantity: 4, ExtendedPrice: 34201.84, Freight: 1830.46, Discontinued: false, Region: `North East`, Address: `134 Wall Street`, City: `New York`, Country: `USA`, PostalCode: 80155 }), + new InvoicesDataItem({ ShipName: `Jackson Townhouse`, ShipAddress: `142 Market Street`, ShipCity: `New York`, ShipPostalCode: 90103, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1299, CustomerName: `Max Jackson`, CustomerFirstName: `Max`, CustomerLastName: `Jackson`, CustomerAddress: `142 Market Street, New York, USA, 90103`, Salesperson: `Anna Watson`, OrderID: 1578, OrderDate: `10/5/2022`, ProductID: 162, ProductName: `Mac Book Air`, UnitPrice: 19490.84, Quantity: 4, ExtendedPrice: 77963.36, Freight: 490.84, Discontinued: true, Region: `West`, Address: `142 Market Street`, City: `New York`, Country: `USA`, PostalCode: 90103 }), + new InvoicesDataItem({ ShipName: `Smith Estate`, ShipAddress: `132 Market Street`, ShipCity: `Miami`, ShipPostalCode: 90111, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1300, CustomerName: `Anna Smith`, CustomerFirstName: `Anna`, CustomerLastName: `Smith`, CustomerAddress: `132 Market Street, Miami, USA, 90111`, Salesperson: `Ben Jefferson`, OrderID: 1903, OrderDate: `6/23/2022`, ProductID: 173, ProductName: `IPad`, UnitPrice: 23350.52, Quantity: 5, ExtendedPrice: 116752.6, Freight: 1210.52, Discontinued: false, Region: `South East`, Address: `132 Market Street`, City: `Miami`, Country: `USA`, PostalCode: 90111 }), + new InvoicesDataItem({ ShipName: `Smith Home`, ShipAddress: `180 Main Street`, ShipCity: `Los Angeles`, ShipPostalCode: 50182, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1301, CustomerName: `Mike Smith`, CustomerFirstName: `Mike`, CustomerLastName: `Smith`, CustomerAddress: `180 Main Street, Los Angeles, USA, 50182`, Salesperson: `Ben Black`, OrderID: 1201, OrderDate: `11/25/2022`, ProductID: 127, ProductName: `Mac Book Pro`, UnitPrice: 6730.57, Quantity: 3, ExtendedPrice: 20191.71, Freight: 1600.57, Discontinued: false, Region: `West`, Address: `180 Main Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 50182 }), + new InvoicesDataItem({ ShipName: `Smith Townhouse`, ShipAddress: `135 Main Street`, ShipCity: `Philadelphia`, ShipPostalCode: 60076, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1302, CustomerName: `James Smith`, CustomerFirstName: `James`, CustomerLastName: `Smith`, CustomerAddress: `135 Main Street, Philadelphia, USA, 60076`, Salesperson: `Mike Smith`, OrderID: 1488, OrderDate: `5/1/2022`, ProductID: 105, ProductName: `IPad`, UnitPrice: 27240.3, Quantity: 5, ExtendedPrice: 136201.5, Freight: 1130.3, Discontinued: false, Region: `West`, Address: `135 Main Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 60076 }), + new InvoicesDataItem({ ShipName: `Madison Townhouse`, ShipAddress: `104 Wall Street`, ShipCity: `New York`, ShipPostalCode: 70191, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1303, CustomerName: `Nancy Madison`, CustomerFirstName: `Nancy`, CustomerLastName: `Madison`, CustomerAddress: `104 Wall Street, New York, USA, 70191`, Salesperson: `Pamela Jefferson`, OrderID: 1636, OrderDate: `2/16/2022`, ProductID: 104, ProductName: `Samsung Galaxy 22`, UnitPrice: 14830.46, Quantity: 2, ExtendedPrice: 29660.92, Freight: 540.46, Discontinued: false, Region: `West`, Address: `104 Wall Street`, City: `New York`, Country: `USA`, PostalCode: 70191 }), + new InvoicesDataItem({ ShipName: `Jefferson Market`, ShipAddress: `122 Market Street`, ShipCity: `New York`, ShipPostalCode: 70071, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1304, CustomerName: `James Jefferson`, CustomerFirstName: `James`, CustomerLastName: `Jefferson`, CustomerAddress: `122 Market Street, New York, USA, 70071`, Salesperson: `Max Black`, OrderID: 1588, OrderDate: `8/22/2022`, ProductID: 169, ProductName: `IPhone`, UnitPrice: 28440.73, Quantity: 3, ExtendedPrice: 85322.19, Freight: 640.73, Discontinued: false, Region: `North East`, Address: `122 Market Street`, City: `New York`, Country: `USA`, PostalCode: 70071 }), + new InvoicesDataItem({ ShipName: `Smith Market`, ShipAddress: `178 Main Street`, ShipCity: `Philadelphia`, ShipPostalCode: 80064, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1305, CustomerName: `Anna Smith`, CustomerFirstName: `Anna`, CustomerLastName: `Smith`, CustomerAddress: `178 Main Street, Philadelphia, USA, 80064`, Salesperson: `Pamela Jackson`, OrderID: 1422, OrderDate: `7/3/2022`, ProductID: 150, ProductName: `Mac Book Air`, UnitPrice: 7100.37, Quantity: 4, ExtendedPrice: 28401.48, Freight: 1560.37, Discontinued: false, Region: `North East`, Address: `178 Main Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 80064 }), + new InvoicesDataItem({ ShipName: `Jefferson Market`, ShipAddress: `199 Main Street`, ShipCity: `Philadelphia`, ShipPostalCode: 80126, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1306, CustomerName: `Martin Jefferson`, CustomerFirstName: `Martin`, CustomerLastName: `Jefferson`, CustomerAddress: `199 Main Street, Philadelphia, USA, 80126`, Salesperson: `Ben Jefferson`, OrderID: 1922, OrderDate: `1/13/2022`, ProductID: 116, ProductName: `Mac Book Air`, UnitPrice: 15400.22, Quantity: 4, ExtendedPrice: 61600.88, Freight: 1970.22, Discontinued: false, Region: `South East`, Address: `199 Main Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 80126 }), + new InvoicesDataItem({ ShipName: `Watson Home`, ShipAddress: `187 Wall Street`, ShipCity: `Huston`, ShipPostalCode: 70093, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1307, CustomerName: `Nancy Watson`, CustomerFirstName: `Nancy`, CustomerLastName: `Watson`, CustomerAddress: `187 Wall Street, Huston, USA, 70093`, Salesperson: `Ben Watson`, OrderID: 1023, OrderDate: `8/20/2022`, ProductID: 138, ProductName: `Samsung Note`, UnitPrice: 26450.63, Quantity: 2, ExtendedPrice: 52901.26, Freight: 980.63, Discontinued: false, Region: `South East`, Address: `187 Wall Street`, City: `Huston`, Country: `USA`, PostalCode: 70093 }), + new InvoicesDataItem({ ShipName: `Watson Market`, ShipAddress: `110 Market Street`, ShipCity: `Los Angeles`, ShipPostalCode: 50180, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1308, CustomerName: `Max Watson`, CustomerFirstName: `Max`, CustomerLastName: `Watson`, CustomerAddress: `110 Market Street, Los Angeles, USA, 50180`, Salesperson: `Martin Smith`, OrderID: 1651, OrderDate: `8/10/2022`, ProductID: 131, ProductName: `IPhone`, UnitPrice: 11720.27, Quantity: 2, ExtendedPrice: 23440.54, Freight: 300.27, Discontinued: false, Region: `South East`, Address: `110 Market Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 50180 }), + new InvoicesDataItem({ ShipName: `Madison Home`, ShipAddress: `196 Wall Street`, ShipCity: `New York`, ShipPostalCode: 50190, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1309, CustomerName: `James Madison`, CustomerFirstName: `James`, CustomerLastName: `Madison`, CustomerAddress: `196 Wall Street, New York, USA, 50190`, Salesperson: `Nancy Madison`, OrderID: 1918, OrderDate: `7/11/2022`, ProductID: 160, ProductName: `IPad`, UnitPrice: 22400.31, Quantity: 2, ExtendedPrice: 44800.62, Freight: 1310.31, Discontinued: true, Region: `North East`, Address: `196 Wall Street`, City: `New York`, Country: `USA`, PostalCode: 50190 }), + new InvoicesDataItem({ ShipName: `Jefferson Market`, ShipAddress: `172 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 80154, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1310, CustomerName: `Nancy Jefferson`, CustomerFirstName: `Nancy`, CustomerLastName: `Jefferson`, CustomerAddress: `172 Market Street, Philadelphia, USA, 80154`, Salesperson: `Ben Jackson`, OrderID: 1803, OrderDate: `2/14/2022`, ProductID: 100, ProductName: `Samsung Note`, UnitPrice: 5270.34, Quantity: 5, ExtendedPrice: 26351.7, Freight: 320.34, Discontinued: false, Region: `North East`, Address: `172 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 80154 }), + new InvoicesDataItem({ ShipName: `Watson Estate`, ShipAddress: `181 Wall Street`, ShipCity: `Los Angeles`, ShipPostalCode: 50200, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1311, CustomerName: `Martin Watson`, CustomerFirstName: `Martin`, CustomerLastName: `Watson`, CustomerAddress: `181 Wall Street, Los Angeles, USA, 50200`, Salesperson: `James Watson`, OrderID: 1467, OrderDate: `12/13/2022`, ProductID: 171, ProductName: `Mac Book Air`, UnitPrice: 7830.21, Quantity: 4, ExtendedPrice: 31320.84, Freight: 1740.21, Discontinued: false, Region: `South East`, Address: `181 Wall Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 50200 }), + new InvoicesDataItem({ ShipName: `Jefferson Estate`, ShipAddress: `151 Main Street`, ShipCity: `Los Angeles`, ShipPostalCode: 70118, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1312, CustomerName: `Pamela Jefferson`, CustomerFirstName: `Pamela`, CustomerLastName: `Jefferson`, CustomerAddress: `151 Main Street, Los Angeles, USA, 70118`, Salesperson: `Martin Watson`, OrderID: 1359, OrderDate: `4/5/2022`, ProductID: 141, ProductName: `IPhone`, UnitPrice: 27160.77, Quantity: 5, ExtendedPrice: 135803.85, Freight: 370.77, Discontinued: false, Region: `West`, Address: `151 Main Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 70118 }), + new InvoicesDataItem({ ShipName: `Jackson Home`, ShipAddress: `156 Market Street`, ShipCity: `Miami`, ShipPostalCode: 90109, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1313, CustomerName: `James Jackson`, CustomerFirstName: `James`, CustomerLastName: `Jackson`, CustomerAddress: `156 Market Street, Miami, USA, 90109`, Salesperson: `James Jackson`, OrderID: 1592, OrderDate: `4/16/2022`, ProductID: 128, ProductName: `Samsung Note`, UnitPrice: 14910.41, Quantity: 5, ExtendedPrice: 74552.05, Freight: 1790.41, Discontinued: false, Region: `North East`, Address: `156 Market Street`, City: `Miami`, Country: `USA`, PostalCode: 90109 }), + new InvoicesDataItem({ ShipName: `Watson Estate`, ShipAddress: `147 Main Street`, ShipCity: `Huston`, ShipPostalCode: 60054, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1314, CustomerName: `Pamela Watson`, CustomerFirstName: `Pamela`, CustomerLastName: `Watson`, CustomerAddress: `147 Main Street, Huston, USA, 60054`, Salesperson: `Ben Watson`, OrderID: 1454, OrderDate: `12/12/2022`, ProductID: 131, ProductName: `Mac Book Air`, UnitPrice: 11280.22, Quantity: 3, ExtendedPrice: 33840.66, Freight: 1440.22, Discontinued: false, Region: `South East`, Address: `147 Main Street`, City: `Huston`, Country: `USA`, PostalCode: 60054 }), + new InvoicesDataItem({ ShipName: `Madison Home`, ShipAddress: `123 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 90190, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1315, CustomerName: `Ben Madison`, CustomerFirstName: `Ben`, CustomerLastName: `Madison`, CustomerAddress: `123 Market Street, Philadelphia, USA, 90190`, Salesperson: `James Jefferson`, OrderID: 1529, OrderDate: `4/19/2022`, ProductID: 102, ProductName: `IPad`, UnitPrice: 7570.85, Quantity: 5, ExtendedPrice: 37854.25, Freight: 1630.85, Discontinued: false, Region: `West`, Address: `123 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 90190 }), + new InvoicesDataItem({ ShipName: `Watson Home`, ShipAddress: `100 Wall Street`, ShipCity: `Los Angeles`, ShipPostalCode: 90115, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1316, CustomerName: `James Watson`, CustomerFirstName: `James`, CustomerLastName: `Watson`, CustomerAddress: `100 Wall Street, Los Angeles, USA, 90115`, Salesperson: `Nancy Smith`, OrderID: 1783, OrderDate: `9/2/2022`, ProductID: 144, ProductName: `Samsung Note`, UnitPrice: 5530.88, Quantity: 3, ExtendedPrice: 16592.64, Freight: 1800.88, Discontinued: false, Region: `North East`, Address: `100 Wall Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 90115 }), + new InvoicesDataItem({ ShipName: `Watson Townhouse`, ShipAddress: `184 Wall Street`, ShipCity: `Miami`, ShipPostalCode: 50144, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1317, CustomerName: `Max Watson`, CustomerFirstName: `Max`, CustomerLastName: `Watson`, CustomerAddress: `184 Wall Street, Miami, USA, 50144`, Salesperson: `Max Jackson`, OrderID: 1533, OrderDate: `12/19/2022`, ProductID: 189, ProductName: `Samsung Galaxy 22`, UnitPrice: 24820.6, Quantity: 2, ExtendedPrice: 49641.2, Freight: 1550.6, Discontinued: false, Region: `South East`, Address: `184 Wall Street`, City: `Miami`, Country: `USA`, PostalCode: 50144 }), + new InvoicesDataItem({ ShipName: `Black Home`, ShipAddress: `187 Wall Street`, ShipCity: `Los Angeles`, ShipPostalCode: 70132, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1318, CustomerName: `Mike Black`, CustomerFirstName: `Mike`, CustomerLastName: `Black`, CustomerAddress: `187 Wall Street, Los Angeles, USA, 70132`, Salesperson: `Nancy Jackson`, OrderID: 1483, OrderDate: `1/8/2022`, ProductID: 182, ProductName: `Samsung Galaxy 22`, UnitPrice: 21520.76, Quantity: 4, ExtendedPrice: 86083.04, Freight: 770.76, Discontinued: false, Region: `North East`, Address: `187 Wall Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 70132 }), + new InvoicesDataItem({ ShipName: `Black Market`, ShipAddress: `162 Main Street`, ShipCity: `Philadelphia`, ShipPostalCode: 90083, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1319, CustomerName: `Mike Black`, CustomerFirstName: `Mike`, CustomerLastName: `Black`, CustomerAddress: `162 Main Street, Philadelphia, USA, 90083`, Salesperson: `Max Jefferson`, OrderID: 1869, OrderDate: `6/3/2022`, ProductID: 118, ProductName: `IPhone`, UnitPrice: 15930.3, Quantity: 2, ExtendedPrice: 31860.6, Freight: 470.3, Discontinued: true, Region: `North East`, Address: `162 Main Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 90083 }), + new InvoicesDataItem({ ShipName: `Watson Home`, ShipAddress: `147 Main Street`, ShipCity: `Philadelphia`, ShipPostalCode: 50191, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1320, CustomerName: `Nancy Watson`, CustomerFirstName: `Nancy`, CustomerLastName: `Watson`, CustomerAddress: `147 Main Street, Philadelphia, USA, 50191`, Salesperson: `Martin Jefferson`, OrderID: 1541, OrderDate: `2/1/2022`, ProductID: 159, ProductName: `Mac Book Pro`, UnitPrice: 29090.51, Quantity: 4, ExtendedPrice: 116362.04, Freight: 900.51, Discontinued: false, Region: `North East`, Address: `147 Main Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 50191 }), + new InvoicesDataItem({ ShipName: `Jackson Market`, ShipAddress: `175 Wall Street`, ShipCity: `New York`, ShipPostalCode: 90056, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1321, CustomerName: `Martin Jackson`, CustomerFirstName: `Martin`, CustomerLastName: `Jackson`, CustomerAddress: `175 Wall Street, New York, USA, 90056`, Salesperson: `Anna Black`, OrderID: 1050, OrderDate: `8/6/2022`, ProductID: 120, ProductName: `IPad`, UnitPrice: 28490.38, Quantity: 5, ExtendedPrice: 142451.9, Freight: 860.38, Discontinued: false, Region: `West`, Address: `175 Wall Street`, City: `New York`, Country: `USA`, PostalCode: 90056 }), + new InvoicesDataItem({ ShipName: `Jackson Market`, ShipAddress: `129 Market Street`, ShipCity: `Huston`, ShipPostalCode: 50089, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1322, CustomerName: `Pamela Jackson`, CustomerFirstName: `Pamela`, CustomerLastName: `Jackson`, CustomerAddress: `129 Market Street, Huston, USA, 50089`, Salesperson: `Mike Jefferson`, OrderID: 1188, OrderDate: `7/23/2022`, ProductID: 119, ProductName: `Mac Book Pro`, UnitPrice: 6710.58, Quantity: 3, ExtendedPrice: 20131.74, Freight: 1160.58, Discontinued: false, Region: `South East`, Address: `129 Market Street`, City: `Huston`, Country: `USA`, PostalCode: 50089 }), + new InvoicesDataItem({ ShipName: `Smith Market`, ShipAddress: `104 Wall Street`, ShipCity: `Philadelphia`, ShipPostalCode: 70079, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1323, CustomerName: `Ben Smith`, CustomerFirstName: `Ben`, CustomerLastName: `Smith`, CustomerAddress: `104 Wall Street, Philadelphia, USA, 70079`, Salesperson: `Martin Madison`, OrderID: 1452, OrderDate: `2/1/2022`, ProductID: 182, ProductName: `IPhone`, UnitPrice: 9260.28, Quantity: 2, ExtendedPrice: 18520.56, Freight: 1960.28, Discontinued: false, Region: `South East`, Address: `104 Wall Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 70079 }), + new InvoicesDataItem({ ShipName: `Jefferson Townhouse`, ShipAddress: `167 Wall Street`, ShipCity: `Philadelphia`, ShipPostalCode: 70137, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1324, CustomerName: `Mike Jefferson`, CustomerFirstName: `Mike`, CustomerLastName: `Jefferson`, CustomerAddress: `167 Wall Street, Philadelphia, USA, 70137`, Salesperson: `James Jefferson`, OrderID: 1542, OrderDate: `7/21/2022`, ProductID: 107, ProductName: `IPhone`, UnitPrice: 5100.82, Quantity: 5, ExtendedPrice: 25504.1, Freight: 610.82, Discontinued: false, Region: `North East`, Address: `167 Wall Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 70137 }), + new InvoicesDataItem({ ShipName: `Madison Market`, ShipAddress: `128 Wall Street`, ShipCity: `Philadelphia`, ShipPostalCode: 50188, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1325, CustomerName: `Mike Madison`, CustomerFirstName: `Mike`, CustomerLastName: `Madison`, CustomerAddress: `128 Wall Street, Philadelphia, USA, 50188`, Salesperson: `Nancy Jefferson`, OrderID: 1993, OrderDate: `3/7/2022`, ProductID: 149, ProductName: `Samsung Note`, UnitPrice: 27520.59, Quantity: 4, ExtendedPrice: 110082.36, Freight: 1260.59, Discontinued: false, Region: `South East`, Address: `128 Wall Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 50188 }), + new InvoicesDataItem({ ShipName: `Watson Market`, ShipAddress: `171 Market Street`, ShipCity: `Huston`, ShipPostalCode: 70190, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1326, CustomerName: `Martin Watson`, CustomerFirstName: `Martin`, CustomerLastName: `Watson`, CustomerAddress: `171 Market Street, Huston, USA, 70190`, Salesperson: `Anna Madison`, OrderID: 1815, OrderDate: `7/4/2022`, ProductID: 195, ProductName: `Samsung Note`, UnitPrice: 27340.66, Quantity: 5, ExtendedPrice: 136703.3, Freight: 1790.66, Discontinued: false, Region: `South East`, Address: `171 Market Street`, City: `Huston`, Country: `USA`, PostalCode: 70190 }), + new InvoicesDataItem({ ShipName: `Watson Home`, ShipAddress: `191 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 60123, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1327, CustomerName: `Anna Watson`, CustomerFirstName: `Anna`, CustomerLastName: `Watson`, CustomerAddress: `191 Market Street, Philadelphia, USA, 60123`, Salesperson: `Anna Madison`, OrderID: 1319, OrderDate: `8/5/2022`, ProductID: 191, ProductName: `Samsung Note`, UnitPrice: 28500.5, Quantity: 5, ExtendedPrice: 142502.5, Freight: 1280.5, Discontinued: false, Region: `West`, Address: `191 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 60123 }), + new InvoicesDataItem({ ShipName: `Madison Townhouse`, ShipAddress: `150 Wall Street`, ShipCity: `Philadelphia`, ShipPostalCode: 80139, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1328, CustomerName: `Mike Madison`, CustomerFirstName: `Mike`, CustomerLastName: `Madison`, CustomerAddress: `150 Wall Street, Philadelphia, USA, 80139`, Salesperson: `Nancy Watson`, OrderID: 1592, OrderDate: `2/22/2022`, ProductID: 149, ProductName: `Mac Book Pro`, UnitPrice: 22890.6, Quantity: 5, ExtendedPrice: 114453, Freight: 920.6, Discontinued: false, Region: `South East`, Address: `150 Wall Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 80139 }), + new InvoicesDataItem({ ShipName: `Jackson Market`, ShipAddress: `112 Main Street`, ShipCity: `Los Angeles`, ShipPostalCode: 70172, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1329, CustomerName: `Nancy Jackson`, CustomerFirstName: `Nancy`, CustomerLastName: `Jackson`, CustomerAddress: `112 Main Street, Los Angeles, USA, 70172`, Salesperson: `Max Jefferson`, OrderID: 1959, OrderDate: `10/15/2022`, ProductID: 156, ProductName: `Samsung Galaxy 22`, UnitPrice: 12050.71, Quantity: 4, ExtendedPrice: 48202.84, Freight: 270.71, Discontinued: true, Region: `North East`, Address: `112 Main Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 70172 }), + new InvoicesDataItem({ ShipName: `Jefferson Market`, ShipAddress: `121 Market Street`, ShipCity: `New York`, ShipPostalCode: 80122, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1330, CustomerName: `Martin Jefferson`, CustomerFirstName: `Martin`, CustomerLastName: `Jefferson`, CustomerAddress: `121 Market Street, New York, USA, 80122`, Salesperson: `Ben Black`, OrderID: 1343, OrderDate: `5/25/2022`, ProductID: 118, ProductName: `Mac Book Pro`, UnitPrice: 7060.29, Quantity: 4, ExtendedPrice: 28241.16, Freight: 400.29, Discontinued: false, Region: `West`, Address: `121 Market Street`, City: `New York`, Country: `USA`, PostalCode: 80122 }), + new InvoicesDataItem({ ShipName: `Watson Estate`, ShipAddress: `183 Wall Street`, ShipCity: `Miami`, ShipPostalCode: 90122, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1331, CustomerName: `Pamela Watson`, CustomerFirstName: `Pamela`, CustomerLastName: `Watson`, CustomerAddress: `183 Wall Street, Miami, USA, 90122`, Salesperson: `Pamela Smith`, OrderID: 1876, OrderDate: `2/8/2022`, ProductID: 137, ProductName: `Samsung Note`, UnitPrice: 10140.84, Quantity: 4, ExtendedPrice: 40563.36, Freight: 640.84, Discontinued: false, Region: `North East`, Address: `183 Wall Street`, City: `Miami`, Country: `USA`, PostalCode: 90122 }), + new InvoicesDataItem({ ShipName: `Jefferson Estate`, ShipAddress: `105 Main Street`, ShipCity: `Los Angeles`, ShipPostalCode: 50068, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1332, CustomerName: `Mike Jefferson`, CustomerFirstName: `Mike`, CustomerLastName: `Jefferson`, CustomerAddress: `105 Main Street, Los Angeles, USA, 50068`, Salesperson: `Ben Madison`, OrderID: 1322, OrderDate: `6/7/2022`, ProductID: 148, ProductName: `Mac Book Air`, UnitPrice: 20150.45, Quantity: 4, ExtendedPrice: 80601.8, Freight: 1190.45, Discontinued: false, Region: `North East`, Address: `105 Main Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 50068 }), + new InvoicesDataItem({ ShipName: `Madison Townhouse`, ShipAddress: `199 Market Street`, ShipCity: `Huston`, ShipPostalCode: 70061, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1333, CustomerName: `Martin Madison`, CustomerFirstName: `Martin`, CustomerLastName: `Madison`, CustomerAddress: `199 Market Street, Huston, USA, 70061`, Salesperson: `Max Smith`, OrderID: 1046, OrderDate: `2/3/2022`, ProductID: 162, ProductName: `IPhone`, UnitPrice: 28480.38, Quantity: 2, ExtendedPrice: 56960.76, Freight: 1180.38, Discontinued: false, Region: `West`, Address: `199 Market Street`, City: `Huston`, Country: `USA`, PostalCode: 70061 }), + new InvoicesDataItem({ ShipName: `Madison Estate`, ShipAddress: `142 Wall Street`, ShipCity: `Huston`, ShipPostalCode: 60058, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1334, CustomerName: `Ben Madison`, CustomerFirstName: `Ben`, CustomerLastName: `Madison`, CustomerAddress: `142 Wall Street, Huston, USA, 60058`, Salesperson: `Mike Madison`, OrderID: 1433, OrderDate: `2/1/2022`, ProductID: 177, ProductName: `IPhone`, UnitPrice: 6770.89, Quantity: 5, ExtendedPrice: 33854.45, Freight: 520.89, Discontinued: false, Region: `South East`, Address: `142 Wall Street`, City: `Huston`, Country: `USA`, PostalCode: 60058 }), + new InvoicesDataItem({ ShipName: `Jefferson Townhouse`, ShipAddress: `140 Market Street`, ShipCity: `Los Angeles`, ShipPostalCode: 90131, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1335, CustomerName: `Martin Jefferson`, CustomerFirstName: `Martin`, CustomerLastName: `Jefferson`, CustomerAddress: `140 Market Street, Los Angeles, USA, 90131`, Salesperson: `Pamela Black`, OrderID: 1894, OrderDate: `9/13/2022`, ProductID: 151, ProductName: `IPad`, UnitPrice: 5280.38, Quantity: 5, ExtendedPrice: 26401.9, Freight: 1610.38, Discontinued: false, Region: `North East`, Address: `140 Market Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 90131 }), + new InvoicesDataItem({ ShipName: `Jefferson Home`, ShipAddress: `106 Market Street`, ShipCity: `Miami`, ShipPostalCode: 60063, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1336, CustomerName: `Ben Jefferson`, CustomerFirstName: `Ben`, CustomerLastName: `Jefferson`, CustomerAddress: `106 Market Street, Miami, USA, 60063`, Salesperson: `Anna Jackson`, OrderID: 1017, OrderDate: `6/12/2022`, ProductID: 173, ProductName: `Mac Book Pro`, UnitPrice: 27000.78, Quantity: 2, ExtendedPrice: 54001.56, Freight: 540.78, Discontinued: false, Region: `West`, Address: `106 Market Street`, City: `Miami`, Country: `USA`, PostalCode: 60063 }), + new InvoicesDataItem({ ShipName: `Jefferson Market`, ShipAddress: `190 Market Street`, ShipCity: `Huston`, ShipPostalCode: 70115, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1337, CustomerName: `Max Jefferson`, CustomerFirstName: `Max`, CustomerLastName: `Jefferson`, CustomerAddress: `190 Market Street, Huston, USA, 70115`, Salesperson: `Martin Smith`, OrderID: 1583, OrderDate: `2/12/2022`, ProductID: 147, ProductName: `Samsung Note`, UnitPrice: 7560.53, Quantity: 2, ExtendedPrice: 15121.06, Freight: 260.53, Discontinued: false, Region: `South East`, Address: `190 Market Street`, City: `Huston`, Country: `USA`, PostalCode: 70115 }), + new InvoicesDataItem({ ShipName: `Smith Home`, ShipAddress: `129 Market Street`, ShipCity: `Miami`, ShipPostalCode: 70051, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1338, CustomerName: `Nancy Smith`, CustomerFirstName: `Nancy`, CustomerLastName: `Smith`, CustomerAddress: `129 Market Street, Miami, USA, 70051`, Salesperson: `Pamela Madison`, OrderID: 1202, OrderDate: `3/15/2022`, ProductID: 136, ProductName: `IPhone`, UnitPrice: 20520.41, Quantity: 2, ExtendedPrice: 41040.82, Freight: 550.41, Discontinued: false, Region: `North East`, Address: `129 Market Street`, City: `Miami`, Country: `USA`, PostalCode: 70051 }), + new InvoicesDataItem({ ShipName: `Smith Home`, ShipAddress: `143 Main Street`, ShipCity: `Miami`, ShipPostalCode: 70144, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1339, CustomerName: `Martin Smith`, CustomerFirstName: `Martin`, CustomerLastName: `Smith`, CustomerAddress: `143 Main Street, Miami, USA, 70144`, Salesperson: `James Jefferson`, OrderID: 1172, OrderDate: `10/15/2022`, ProductID: 136, ProductName: `IPad`, UnitPrice: 18760.26, Quantity: 4, ExtendedPrice: 75041.04, Freight: 540.26, Discontinued: true, Region: `North East`, Address: `143 Main Street`, City: `Miami`, Country: `USA`, PostalCode: 70144 }), + new InvoicesDataItem({ ShipName: `Smith Market`, ShipAddress: `179 Market Street`, ShipCity: `New York`, ShipPostalCode: 90174, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1340, CustomerName: `Martin Smith`, CustomerFirstName: `Martin`, CustomerLastName: `Smith`, CustomerAddress: `179 Market Street, New York, USA, 90174`, Salesperson: `Martin Madison`, OrderID: 1491, OrderDate: `4/19/2022`, ProductID: 176, ProductName: `Mac Book Air`, UnitPrice: 16000.56, Quantity: 4, ExtendedPrice: 64002.24, Freight: 690.56, Discontinued: false, Region: `West`, Address: `179 Market Street`, City: `New York`, Country: `USA`, PostalCode: 90174 }), + new InvoicesDataItem({ ShipName: `Madison Home`, ShipAddress: `152 Main Street`, ShipCity: `Philadelphia`, ShipPostalCode: 90077, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1341, CustomerName: `Mike Madison`, CustomerFirstName: `Mike`, CustomerLastName: `Madison`, CustomerAddress: `152 Main Street, Philadelphia, USA, 90077`, Salesperson: `James Black`, OrderID: 1351, OrderDate: `9/19/2022`, ProductID: 147, ProductName: `IPhone`, UnitPrice: 19810.36, Quantity: 4, ExtendedPrice: 79241.44, Freight: 920.36, Discontinued: false, Region: `West`, Address: `152 Main Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 90077 }), + new InvoicesDataItem({ ShipName: `Jefferson Estate`, ShipAddress: `170 Main Street`, ShipCity: `Los Angeles`, ShipPostalCode: 60097, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1342, CustomerName: `Anna Jefferson`, CustomerFirstName: `Anna`, CustomerLastName: `Jefferson`, CustomerAddress: `170 Main Street, Los Angeles, USA, 60097`, Salesperson: `Martin Black`, OrderID: 1619, OrderDate: `3/13/2022`, ProductID: 166, ProductName: `Mac Book Air`, UnitPrice: 27140.88, Quantity: 3, ExtendedPrice: 81422.64, Freight: 1480.88, Discontinued: false, Region: `North East`, Address: `170 Main Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 60097 }), + new InvoicesDataItem({ ShipName: `Black Townhouse`, ShipAddress: `198 Wall Street`, ShipCity: `New York`, ShipPostalCode: 90077, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1343, CustomerName: `Martin Black`, CustomerFirstName: `Martin`, CustomerLastName: `Black`, CustomerAddress: `198 Wall Street, New York, USA, 90077`, Salesperson: `James Smith`, OrderID: 1646, OrderDate: `9/2/2022`, ProductID: 122, ProductName: `Samsung Galaxy 22`, UnitPrice: 6160.87, Quantity: 3, ExtendedPrice: 18482.61, Freight: 1480.87, Discontinued: false, Region: `South East`, Address: `198 Wall Street`, City: `New York`, Country: `USA`, PostalCode: 90077 }), + new InvoicesDataItem({ ShipName: `Watson Estate`, ShipAddress: `193 Wall Street`, ShipCity: `New York`, ShipPostalCode: 60165, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1344, CustomerName: `Ben Watson`, CustomerFirstName: `Ben`, CustomerLastName: `Watson`, CustomerAddress: `193 Wall Street, New York, USA, 60165`, Salesperson: `Ben Madison`, OrderID: 1516, OrderDate: `4/20/2022`, ProductID: 113, ProductName: `IPhone`, UnitPrice: 22310.25, Quantity: 2, ExtendedPrice: 44620.5, Freight: 1740.25, Discontinued: false, Region: `North East`, Address: `193 Wall Street`, City: `New York`, Country: `USA`, PostalCode: 60165 }), + new InvoicesDataItem({ ShipName: `Jackson Market`, ShipAddress: `108 Wall Street`, ShipCity: `New York`, ShipPostalCode: 90123, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1345, CustomerName: `James Jackson`, CustomerFirstName: `James`, CustomerLastName: `Jackson`, CustomerAddress: `108 Wall Street, New York, USA, 90123`, Salesperson: `Mike Madison`, OrderID: 1356, OrderDate: `11/2/2022`, ProductID: 105, ProductName: `Mac Book Air`, UnitPrice: 16240.78, Quantity: 5, ExtendedPrice: 81203.9, Freight: 260.78, Discontinued: false, Region: `North East`, Address: `108 Wall Street`, City: `New York`, Country: `USA`, PostalCode: 90123 }), + new InvoicesDataItem({ ShipName: `Black Home`, ShipAddress: `173 Main Street`, ShipCity: `Miami`, ShipPostalCode: 60061, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1346, CustomerName: `Max Black`, CustomerFirstName: `Max`, CustomerLastName: `Black`, CustomerAddress: `173 Main Street, Miami, USA, 60061`, Salesperson: `Mike Jefferson`, OrderID: 1062, OrderDate: `3/5/2022`, ProductID: 101, ProductName: `Samsung Galaxy 22`, UnitPrice: 25540.71, Quantity: 5, ExtendedPrice: 127703.55, Freight: 2000.71, Discontinued: false, Region: `West`, Address: `173 Main Street`, City: `Miami`, Country: `USA`, PostalCode: 60061 }), + new InvoicesDataItem({ ShipName: `Black Home`, ShipAddress: `118 Wall Street`, ShipCity: `Los Angeles`, ShipPostalCode: 60178, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1347, CustomerName: `Nancy Black`, CustomerFirstName: `Nancy`, CustomerLastName: `Black`, CustomerAddress: `118 Wall Street, Los Angeles, USA, 60178`, Salesperson: `Max Madison`, OrderID: 1482, OrderDate: `8/24/2022`, ProductID: 105, ProductName: `IPhone`, UnitPrice: 17000.6, Quantity: 4, ExtendedPrice: 68002.4, Freight: 1390.6, Discontinued: false, Region: `West`, Address: `118 Wall Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 60178 }), + new InvoicesDataItem({ ShipName: `Jackson Townhouse`, ShipAddress: `134 Wall Street`, ShipCity: `New York`, ShipPostalCode: 60096, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1348, CustomerName: `Martin Jackson`, CustomerFirstName: `Martin`, CustomerLastName: `Jackson`, CustomerAddress: `134 Wall Street, New York, USA, 60096`, Salesperson: `Ben Madison`, OrderID: 1443, OrderDate: `7/1/2022`, ProductID: 105, ProductName: `Samsung Galaxy 22`, UnitPrice: 12670.46, Quantity: 2, ExtendedPrice: 25340.92, Freight: 1280.46, Discontinued: false, Region: `North East`, Address: `134 Wall Street`, City: `New York`, Country: `USA`, PostalCode: 60096 }), + new InvoicesDataItem({ ShipName: `Black Estate`, ShipAddress: `125 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 50134, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1349, CustomerName: `Ben Black`, CustomerFirstName: `Ben`, CustomerLastName: `Black`, CustomerAddress: `125 Market Street, Philadelphia, USA, 50134`, Salesperson: `Mike Watson`, OrderID: 1498, OrderDate: `1/17/2022`, ProductID: 194, ProductName: `IPhone`, UnitPrice: 23470.22, Quantity: 3, ExtendedPrice: 70410.66, Freight: 1370.22, Discontinued: true, Region: `South East`, Address: `125 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 50134 }), + new InvoicesDataItem({ ShipName: `Madison Home`, ShipAddress: `145 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 80099, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1350, CustomerName: `Mike Madison`, CustomerFirstName: `Mike`, CustomerLastName: `Madison`, CustomerAddress: `145 Market Street, Philadelphia, USA, 80099`, Salesperson: `Nancy Watson`, OrderID: 1002, OrderDate: `11/11/2022`, ProductID: 116, ProductName: `Mac Book Air`, UnitPrice: 17060.57, Quantity: 3, ExtendedPrice: 51181.71, Freight: 1800.57, Discontinued: false, Region: `West`, Address: `145 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 80099 }), + new InvoicesDataItem({ ShipName: `Watson Home`, ShipAddress: `130 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 70052, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1351, CustomerName: `Ben Watson`, CustomerFirstName: `Ben`, CustomerLastName: `Watson`, CustomerAddress: `130 Market Street, Philadelphia, USA, 70052`, Salesperson: `Pamela Watson`, OrderID: 1144, OrderDate: `10/15/2022`, ProductID: 168, ProductName: `IPhone`, UnitPrice: 13010.35, Quantity: 4, ExtendedPrice: 52041.4, Freight: 980.35, Discontinued: false, Region: `South East`, Address: `130 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 70052 }), + new InvoicesDataItem({ ShipName: `Black Market`, ShipAddress: `136 Wall Street`, ShipCity: `Miami`, ShipPostalCode: 60165, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1352, CustomerName: `Nancy Black`, CustomerFirstName: `Nancy`, CustomerLastName: `Black`, CustomerAddress: `136 Wall Street, Miami, USA, 60165`, Salesperson: `Mike Black`, OrderID: 1745, OrderDate: `4/9/2022`, ProductID: 119, ProductName: `Samsung Galaxy 22`, UnitPrice: 7900.53, Quantity: 4, ExtendedPrice: 31602.12, Freight: 1400.53, Discontinued: false, Region: `West`, Address: `136 Wall Street`, City: `Miami`, Country: `USA`, PostalCode: 60165 }), + new InvoicesDataItem({ ShipName: `Madison Townhouse`, ShipAddress: `190 Wall Street`, ShipCity: `Philadelphia`, ShipPostalCode: 60176, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1353, CustomerName: `Pamela Madison`, CustomerFirstName: `Pamela`, CustomerLastName: `Madison`, CustomerAddress: `190 Wall Street, Philadelphia, USA, 60176`, Salesperson: `Martin Smith`, OrderID: 1489, OrderDate: `3/25/2022`, ProductID: 113, ProductName: `Samsung Galaxy 22`, UnitPrice: 23420.42, Quantity: 4, ExtendedPrice: 93681.68, Freight: 1660.42, Discontinued: false, Region: `West`, Address: `190 Wall Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 60176 }), + new InvoicesDataItem({ ShipName: `Jackson Townhouse`, ShipAddress: `114 Main Street`, ShipCity: `Huston`, ShipPostalCode: 50060, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1354, CustomerName: `Mike Jackson`, CustomerFirstName: `Mike`, CustomerLastName: `Jackson`, CustomerAddress: `114 Main Street, Huston, USA, 50060`, Salesperson: `Nancy Jackson`, OrderID: 1302, OrderDate: `3/21/2022`, ProductID: 144, ProductName: `Mac Book Pro`, UnitPrice: 21240.71, Quantity: 5, ExtendedPrice: 106203.55, Freight: 1000.71, Discontinued: false, Region: `North East`, Address: `114 Main Street`, City: `Huston`, Country: `USA`, PostalCode: 50060 }), + new InvoicesDataItem({ ShipName: `Watson Townhouse`, ShipAddress: `130 Market Street`, ShipCity: `Huston`, ShipPostalCode: 90062, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1355, CustomerName: `Max Watson`, CustomerFirstName: `Max`, CustomerLastName: `Watson`, CustomerAddress: `130 Market Street, Huston, USA, 90062`, Salesperson: `Ben Jackson`, OrderID: 1901, OrderDate: `11/5/2022`, ProductID: 101, ProductName: `Samsung Galaxy 22`, UnitPrice: 17170.52, Quantity: 4, ExtendedPrice: 68682.08, Freight: 1600.52, Discontinued: false, Region: `South East`, Address: `130 Market Street`, City: `Huston`, Country: `USA`, PostalCode: 90062 }), + new InvoicesDataItem({ ShipName: `Watson Market`, ShipAddress: `160 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 50149, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1356, CustomerName: `Nancy Watson`, CustomerFirstName: `Nancy`, CustomerLastName: `Watson`, CustomerAddress: `160 Market Street, Philadelphia, USA, 50149`, Salesperson: `Ben Watson`, OrderID: 1331, OrderDate: `2/5/2022`, ProductID: 151, ProductName: `Mac Book Pro`, UnitPrice: 17650.73, Quantity: 4, ExtendedPrice: 70602.92, Freight: 1720.73, Discontinued: false, Region: `South East`, Address: `160 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 50149 }), + new InvoicesDataItem({ ShipName: `Black Townhouse`, ShipAddress: `130 Main Street`, ShipCity: `New York`, ShipPostalCode: 50184, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1357, CustomerName: `Anna Black`, CustomerFirstName: `Anna`, CustomerLastName: `Black`, CustomerAddress: `130 Main Street, New York, USA, 50184`, Salesperson: `Anna Watson`, OrderID: 1161, OrderDate: `5/18/2022`, ProductID: 185, ProductName: `Samsung Galaxy 22`, UnitPrice: 12920.84, Quantity: 3, ExtendedPrice: 38762.52, Freight: 780.84, Discontinued: false, Region: `South East`, Address: `130 Main Street`, City: `New York`, Country: `USA`, PostalCode: 50184 }), + new InvoicesDataItem({ ShipName: `Watson Townhouse`, ShipAddress: `120 Wall Street`, ShipCity: `New York`, ShipPostalCode: 90122, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1358, CustomerName: `Ben Watson`, CustomerFirstName: `Ben`, CustomerLastName: `Watson`, CustomerAddress: `120 Wall Street, New York, USA, 90122`, Salesperson: `Martin Madison`, OrderID: 1211, OrderDate: `11/13/2022`, ProductID: 136, ProductName: `IPad`, UnitPrice: 21380.5, Quantity: 4, ExtendedPrice: 85522, Freight: 1130.5, Discontinued: false, Region: `West`, Address: `120 Wall Street`, City: `New York`, Country: `USA`, PostalCode: 90122 }), + new InvoicesDataItem({ ShipName: `Madison Market`, ShipAddress: `108 Market Street`, ShipCity: `New York`, ShipPostalCode: 80106, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1359, CustomerName: `Pamela Madison`, CustomerFirstName: `Pamela`, CustomerLastName: `Madison`, CustomerAddress: `108 Market Street, New York, USA, 80106`, Salesperson: `Anna Watson`, OrderID: 1010, OrderDate: `3/15/2022`, ProductID: 198, ProductName: `Samsung Galaxy 22`, UnitPrice: 18060.46, Quantity: 4, ExtendedPrice: 72241.84, Freight: 330.46, Discontinued: true, Region: `North East`, Address: `108 Market Street`, City: `New York`, Country: `USA`, PostalCode: 80106 }), + new InvoicesDataItem({ ShipName: `Black Estate`, ShipAddress: `114 Market Street`, ShipCity: `Miami`, ShipPostalCode: 70117, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1360, CustomerName: `Nancy Black`, CustomerFirstName: `Nancy`, CustomerLastName: `Black`, CustomerAddress: `114 Market Street, Miami, USA, 70117`, Salesperson: `James Smith`, OrderID: 1001, OrderDate: `2/24/2022`, ProductID: 121, ProductName: `Mac Book Pro`, UnitPrice: 22020.55, Quantity: 5, ExtendedPrice: 110102.75, Freight: 1970.55, Discontinued: false, Region: `West`, Address: `114 Market Street`, City: `Miami`, Country: `USA`, PostalCode: 70117 }), + new InvoicesDataItem({ ShipName: `Jackson Home`, ShipAddress: `134 Main Street`, ShipCity: `Philadelphia`, ShipPostalCode: 50108, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1361, CustomerName: `Nancy Jackson`, CustomerFirstName: `Nancy`, CustomerLastName: `Jackson`, CustomerAddress: `134 Main Street, Philadelphia, USA, 50108`, Salesperson: `Max Jefferson`, OrderID: 1871, OrderDate: `3/1/2022`, ProductID: 114, ProductName: `Mac Book Air`, UnitPrice: 13010.27, Quantity: 5, ExtendedPrice: 65051.35, Freight: 1490.27, Discontinued: false, Region: `North East`, Address: `134 Main Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 50108 }), + new InvoicesDataItem({ ShipName: `Jefferson Townhouse`, ShipAddress: `138 Market Street`, ShipCity: `Huston`, ShipPostalCode: 90082, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1362, CustomerName: `Mike Jefferson`, CustomerFirstName: `Mike`, CustomerLastName: `Jefferson`, CustomerAddress: `138 Market Street, Huston, USA, 90082`, Salesperson: `Ben Watson`, OrderID: 1175, OrderDate: `4/11/2022`, ProductID: 159, ProductName: `Samsung Galaxy 22`, UnitPrice: 17660.27, Quantity: 5, ExtendedPrice: 88301.35, Freight: 1770.27, Discontinued: false, Region: `South East`, Address: `138 Market Street`, City: `Huston`, Country: `USA`, PostalCode: 90082 }), + new InvoicesDataItem({ ShipName: `Madison Market`, ShipAddress: `131 Main Street`, ShipCity: `Miami`, ShipPostalCode: 90189, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1363, CustomerName: `James Madison`, CustomerFirstName: `James`, CustomerLastName: `Madison`, CustomerAddress: `131 Main Street, Miami, USA, 90189`, Salesperson: `Nancy Madison`, OrderID: 1072, OrderDate: `2/14/2022`, ProductID: 169, ProductName: `Mac Book Air`, UnitPrice: 24150.8, Quantity: 4, ExtendedPrice: 96603.2, Freight: 1040.8, Discontinued: false, Region: `South East`, Address: `131 Main Street`, City: `Miami`, Country: `USA`, PostalCode: 90189 }), + new InvoicesDataItem({ ShipName: `Watson Townhouse`, ShipAddress: `133 Wall Street`, ShipCity: `Philadelphia`, ShipPostalCode: 90077, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1364, CustomerName: `Martin Watson`, CustomerFirstName: `Martin`, CustomerLastName: `Watson`, CustomerAddress: `133 Wall Street, Philadelphia, USA, 90077`, Salesperson: `Pamela Jackson`, OrderID: 1971, OrderDate: `10/16/2022`, ProductID: 108, ProductName: `Samsung Note`, UnitPrice: 18520.3, Quantity: 2, ExtendedPrice: 37040.6, Freight: 300.3, Discontinued: false, Region: `North East`, Address: `133 Wall Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 90077 }), + new InvoicesDataItem({ ShipName: `Smith Estate`, ShipAddress: `128 Market Street`, ShipCity: `Huston`, ShipPostalCode: 90109, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1365, CustomerName: `Pamela Smith`, CustomerFirstName: `Pamela`, CustomerLastName: `Smith`, CustomerAddress: `128 Market Street, Huston, USA, 90109`, Salesperson: `Nancy Jackson`, OrderID: 1024, OrderDate: `12/21/2022`, ProductID: 188, ProductName: `Samsung Note`, UnitPrice: 10040.29, Quantity: 4, ExtendedPrice: 40161.16, Freight: 1900.29, Discontinued: false, Region: `South East`, Address: `128 Market Street`, City: `Huston`, Country: `USA`, PostalCode: 90109 }), + new InvoicesDataItem({ ShipName: `Black Estate`, ShipAddress: `154 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 80119, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1366, CustomerName: `Nancy Black`, CustomerFirstName: `Nancy`, CustomerLastName: `Black`, CustomerAddress: `154 Market Street, Philadelphia, USA, 80119`, Salesperson: `Nancy Jackson`, OrderID: 1537, OrderDate: `6/24/2022`, ProductID: 161, ProductName: `IPhone`, UnitPrice: 20110.8, Quantity: 5, ExtendedPrice: 100554, Freight: 1990.8, Discontinued: false, Region: `South East`, Address: `154 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 80119 }), + new InvoicesDataItem({ ShipName: `Madison Townhouse`, ShipAddress: `156 Main Street`, ShipCity: `Miami`, ShipPostalCode: 50128, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1367, CustomerName: `Ben Madison`, CustomerFirstName: `Ben`, CustomerLastName: `Madison`, CustomerAddress: `156 Main Street, Miami, USA, 50128`, Salesperson: `Nancy Smith`, OrderID: 1289, OrderDate: `7/2/2022`, ProductID: 125, ProductName: `Samsung Galaxy 22`, UnitPrice: 18320.56, Quantity: 3, ExtendedPrice: 54961.68, Freight: 890.56, Discontinued: false, Region: `South East`, Address: `156 Main Street`, City: `Miami`, Country: `USA`, PostalCode: 50128 }), + new InvoicesDataItem({ ShipName: `Madison Home`, ShipAddress: `130 Main Street`, ShipCity: `Miami`, ShipPostalCode: 60146, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1368, CustomerName: `James Madison`, CustomerFirstName: `James`, CustomerLastName: `Madison`, CustomerAddress: `130 Main Street, Miami, USA, 60146`, Salesperson: `Nancy Jackson`, OrderID: 1451, OrderDate: `12/4/2022`, ProductID: 140, ProductName: `Samsung Galaxy 22`, UnitPrice: 6030.21, Quantity: 4, ExtendedPrice: 24120.84, Freight: 1930.21, Discontinued: false, Region: `North East`, Address: `130 Main Street`, City: `Miami`, Country: `USA`, PostalCode: 60146 }), + new InvoicesDataItem({ ShipName: `Watson Market`, ShipAddress: `159 Wall Street`, ShipCity: `New York`, ShipPostalCode: 70158, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1369, CustomerName: `Nancy Watson`, CustomerFirstName: `Nancy`, CustomerLastName: `Watson`, CustomerAddress: `159 Wall Street, New York, USA, 70158`, Salesperson: `Max Jefferson`, OrderID: 1056, OrderDate: `1/10/2022`, ProductID: 151, ProductName: `Mac Book Pro`, UnitPrice: 27710.33, Quantity: 3, ExtendedPrice: 83130.99, Freight: 300.33, Discontinued: true, Region: `South East`, Address: `159 Wall Street`, City: `New York`, Country: `USA`, PostalCode: 70158 }), + new InvoicesDataItem({ ShipName: `Smith Townhouse`, ShipAddress: `189 Wall Street`, ShipCity: `New York`, ShipPostalCode: 90186, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1370, CustomerName: `Pamela Smith`, CustomerFirstName: `Pamela`, CustomerLastName: `Smith`, CustomerAddress: `189 Wall Street, New York, USA, 90186`, Salesperson: `Anna Jefferson`, OrderID: 1611, OrderDate: `9/14/2022`, ProductID: 180, ProductName: `IPhone`, UnitPrice: 15940.65, Quantity: 4, ExtendedPrice: 63762.6, Freight: 1210.65, Discontinued: false, Region: `North East`, Address: `189 Wall Street`, City: `New York`, Country: `USA`, PostalCode: 90186 }), + new InvoicesDataItem({ ShipName: `Jefferson Estate`, ShipAddress: `190 Wall Street`, ShipCity: `Philadelphia`, ShipPostalCode: 50065, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1371, CustomerName: `Mike Jefferson`, CustomerFirstName: `Mike`, CustomerLastName: `Jefferson`, CustomerAddress: `190 Wall Street, Philadelphia, USA, 50065`, Salesperson: `Martin Watson`, OrderID: 1731, OrderDate: `2/7/2022`, ProductID: 103, ProductName: `Mac Book Pro`, UnitPrice: 21560.2, Quantity: 4, ExtendedPrice: 86240.8, Freight: 1880.2, Discontinued: false, Region: `South East`, Address: `190 Wall Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 50065 }), + new InvoicesDataItem({ ShipName: `Smith Home`, ShipAddress: `127 Market Street`, ShipCity: `Los Angeles`, ShipPostalCode: 80182, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1372, CustomerName: `Pamela Smith`, CustomerFirstName: `Pamela`, CustomerLastName: `Smith`, CustomerAddress: `127 Market Street, Los Angeles, USA, 80182`, Salesperson: `Ben Jefferson`, OrderID: 1156, OrderDate: `7/16/2022`, ProductID: 132, ProductName: `Samsung Galaxy 22`, UnitPrice: 15440.77, Quantity: 5, ExtendedPrice: 77203.85, Freight: 1730.77, Discontinued: false, Region: `West`, Address: `127 Market Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 80182 }), + new InvoicesDataItem({ ShipName: `Madison Estate`, ShipAddress: `150 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 50154, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1373, CustomerName: `Ben Madison`, CustomerFirstName: `Ben`, CustomerLastName: `Madison`, CustomerAddress: `150 Market Street, Philadelphia, USA, 50154`, Salesperson: `Max Jackson`, OrderID: 1592, OrderDate: `12/25/2022`, ProductID: 109, ProductName: `Mac Book Air`, UnitPrice: 25510.57, Quantity: 2, ExtendedPrice: 51021.14, Freight: 1350.57, Discontinued: false, Region: `North East`, Address: `150 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 50154 }), + new InvoicesDataItem({ ShipName: `Jackson Estate`, ShipAddress: `163 Market Street`, ShipCity: `Miami`, ShipPostalCode: 50149, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1374, CustomerName: `Max Jackson`, CustomerFirstName: `Max`, CustomerLastName: `Jackson`, CustomerAddress: `163 Market Street, Miami, USA, 50149`, Salesperson: `James Smith`, OrderID: 1504, OrderDate: `10/7/2022`, ProductID: 197, ProductName: `Mac Book Pro`, UnitPrice: 23590.87, Quantity: 5, ExtendedPrice: 117954.35, Freight: 460.87, Discontinued: false, Region: `South East`, Address: `163 Market Street`, City: `Miami`, Country: `USA`, PostalCode: 50149 }), + new InvoicesDataItem({ ShipName: `Smith Townhouse`, ShipAddress: `114 Wall Street`, ShipCity: `Philadelphia`, ShipPostalCode: 90131, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1375, CustomerName: `Pamela Smith`, CustomerFirstName: `Pamela`, CustomerLastName: `Smith`, CustomerAddress: `114 Wall Street, Philadelphia, USA, 90131`, Salesperson: `Nancy Jefferson`, OrderID: 1121, OrderDate: `11/25/2022`, ProductID: 148, ProductName: `Samsung Note`, UnitPrice: 13030.29, Quantity: 2, ExtendedPrice: 26060.58, Freight: 1140.29, Discontinued: false, Region: `South East`, Address: `114 Wall Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 90131 }), + new InvoicesDataItem({ ShipName: `Black Townhouse`, ShipAddress: `167 Market Street`, ShipCity: `Huston`, ShipPostalCode: 50058, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1376, CustomerName: `Nancy Black`, CustomerFirstName: `Nancy`, CustomerLastName: `Black`, CustomerAddress: `167 Market Street, Huston, USA, 50058`, Salesperson: `Martin Black`, OrderID: 1455, OrderDate: `8/6/2022`, ProductID: 196, ProductName: `IPhone`, UnitPrice: 13870.29, Quantity: 5, ExtendedPrice: 69351.45, Freight: 1080.29, Discontinued: false, Region: `West`, Address: `167 Market Street`, City: `Huston`, Country: `USA`, PostalCode: 50058 }), + new InvoicesDataItem({ ShipName: `Jackson Townhouse`, ShipAddress: `181 Market Street`, ShipCity: `Los Angeles`, ShipPostalCode: 80062, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1377, CustomerName: `Anna Jackson`, CustomerFirstName: `Anna`, CustomerLastName: `Jackson`, CustomerAddress: `181 Market Street, Los Angeles, USA, 80062`, Salesperson: `Anna Black`, OrderID: 1320, OrderDate: `1/15/2022`, ProductID: 109, ProductName: `Mac Book Pro`, UnitPrice: 10990.65, Quantity: 3, ExtendedPrice: 32971.95, Freight: 310.65, Discontinued: false, Region: `North East`, Address: `181 Market Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 80062 }), + new InvoicesDataItem({ ShipName: `Jackson Market`, ShipAddress: `113 Wall Street`, ShipCity: `Miami`, ShipPostalCode: 80140, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1378, CustomerName: `Pamela Jackson`, CustomerFirstName: `Pamela`, CustomerLastName: `Jackson`, CustomerAddress: `113 Wall Street, Miami, USA, 80140`, Salesperson: `Anna Jackson`, OrderID: 1936, OrderDate: `12/2/2022`, ProductID: 171, ProductName: `IPhone`, UnitPrice: 9550.78, Quantity: 4, ExtendedPrice: 38203.12, Freight: 1380.78, Discontinued: false, Region: `South East`, Address: `113 Wall Street`, City: `Miami`, Country: `USA`, PostalCode: 80140 }), + new InvoicesDataItem({ ShipName: `Madison Estate`, ShipAddress: `188 Wall Street`, ShipCity: `Los Angeles`, ShipPostalCode: 80072, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1379, CustomerName: `Anna Madison`, CustomerFirstName: `Anna`, CustomerLastName: `Madison`, CustomerAddress: `188 Wall Street, Los Angeles, USA, 80072`, Salesperson: `Nancy Watson`, OrderID: 1767, OrderDate: `10/23/2022`, ProductID: 130, ProductName: `IPhone`, UnitPrice: 21500.21, Quantity: 2, ExtendedPrice: 43000.42, Freight: 1680.21, Discontinued: true, Region: `South East`, Address: `188 Wall Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 80072 }), + new InvoicesDataItem({ ShipName: `Madison Home`, ShipAddress: `177 Market Street`, ShipCity: `Huston`, ShipPostalCode: 80160, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1380, CustomerName: `Anna Madison`, CustomerFirstName: `Anna`, CustomerLastName: `Madison`, CustomerAddress: `177 Market Street, Huston, USA, 80160`, Salesperson: `Max Jackson`, OrderID: 1118, OrderDate: `6/2/2022`, ProductID: 111, ProductName: `Mac Book Air`, UnitPrice: 20100.73, Quantity: 4, ExtendedPrice: 80402.92, Freight: 540.73, Discontinued: false, Region: `West`, Address: `177 Market Street`, City: `Huston`, Country: `USA`, PostalCode: 80160 }), + new InvoicesDataItem({ ShipName: `Jefferson Townhouse`, ShipAddress: `139 Wall Street`, ShipCity: `Miami`, ShipPostalCode: 80074, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1381, CustomerName: `Mike Jefferson`, CustomerFirstName: `Mike`, CustomerLastName: `Jefferson`, CustomerAddress: `139 Wall Street, Miami, USA, 80074`, Salesperson: `Nancy Madison`, OrderID: 1269, OrderDate: `6/12/2022`, ProductID: 192, ProductName: `Mac Book Air`, UnitPrice: 17200.34, Quantity: 4, ExtendedPrice: 68801.36, Freight: 1280.34, Discontinued: false, Region: `North East`, Address: `139 Wall Street`, City: `Miami`, Country: `USA`, PostalCode: 80074 }), + new InvoicesDataItem({ ShipName: `Madison Home`, ShipAddress: `115 Wall Street`, ShipCity: `Los Angeles`, ShipPostalCode: 90081, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1382, CustomerName: `Pamela Madison`, CustomerFirstName: `Pamela`, CustomerLastName: `Madison`, CustomerAddress: `115 Wall Street, Los Angeles, USA, 90081`, Salesperson: `James Jackson`, OrderID: 1587, OrderDate: `4/9/2022`, ProductID: 187, ProductName: `Samsung Note`, UnitPrice: 24670.86, Quantity: 2, ExtendedPrice: 49341.72, Freight: 1360.86, Discontinued: false, Region: `North East`, Address: `115 Wall Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 90081 }), + new InvoicesDataItem({ ShipName: `Jefferson Estate`, ShipAddress: `130 Wall Street`, ShipCity: `Miami`, ShipPostalCode: 50175, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1383, CustomerName: `Anna Jefferson`, CustomerFirstName: `Anna`, CustomerLastName: `Jefferson`, CustomerAddress: `130 Wall Street, Miami, USA, 50175`, Salesperson: `Mike Smith`, OrderID: 1632, OrderDate: `3/3/2022`, ProductID: 197, ProductName: `IPad`, UnitPrice: 9780.24, Quantity: 3, ExtendedPrice: 29340.72, Freight: 1420.24, Discontinued: false, Region: `West`, Address: `130 Wall Street`, City: `Miami`, Country: `USA`, PostalCode: 50175 }), + new InvoicesDataItem({ ShipName: `Black Estate`, ShipAddress: `110 Main Street`, ShipCity: `Philadelphia`, ShipPostalCode: 90171, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1384, CustomerName: `Max Black`, CustomerFirstName: `Max`, CustomerLastName: `Black`, CustomerAddress: `110 Main Street, Philadelphia, USA, 90171`, Salesperson: `Max Jefferson`, OrderID: 1400, OrderDate: `6/24/2022`, ProductID: 123, ProductName: `IPhone`, UnitPrice: 12010.77, Quantity: 2, ExtendedPrice: 24021.54, Freight: 560.77, Discontinued: false, Region: `North East`, Address: `110 Main Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 90171 }), + new InvoicesDataItem({ ShipName: `Black Market`, ShipAddress: `111 Market Street`, ShipCity: `Huston`, ShipPostalCode: 80086, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1385, CustomerName: `Mike Black`, CustomerFirstName: `Mike`, CustomerLastName: `Black`, CustomerAddress: `111 Market Street, Huston, USA, 80086`, Salesperson: `Ben Watson`, OrderID: 1040, OrderDate: `8/25/2022`, ProductID: 192, ProductName: `Samsung Note`, UnitPrice: 27920.64, Quantity: 5, ExtendedPrice: 139603.2, Freight: 250.64, Discontinued: false, Region: `South East`, Address: `111 Market Street`, City: `Huston`, Country: `USA`, PostalCode: 80086 }), + new InvoicesDataItem({ ShipName: `Black Townhouse`, ShipAddress: `132 Wall Street`, ShipCity: `Huston`, ShipPostalCode: 60121, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1386, CustomerName: `Mike Black`, CustomerFirstName: `Mike`, CustomerLastName: `Black`, CustomerAddress: `132 Wall Street, Huston, USA, 60121`, Salesperson: `Anna Watson`, OrderID: 1445, OrderDate: `6/12/2022`, ProductID: 139, ProductName: `IPhone`, UnitPrice: 17460.46, Quantity: 3, ExtendedPrice: 52381.38, Freight: 1060.46, Discontinued: false, Region: `South East`, Address: `132 Wall Street`, City: `Huston`, Country: `USA`, PostalCode: 60121 }), + new InvoicesDataItem({ ShipName: `Smith Townhouse`, ShipAddress: `150 Main Street`, ShipCity: `Philadelphia`, ShipPostalCode: 60127, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1387, CustomerName: `Ben Smith`, CustomerFirstName: `Ben`, CustomerLastName: `Smith`, CustomerAddress: `150 Main Street, Philadelphia, USA, 60127`, Salesperson: `Max Smith`, OrderID: 1803, OrderDate: `4/15/2022`, ProductID: 172, ProductName: `Mac Book Air`, UnitPrice: 17820.62, Quantity: 4, ExtendedPrice: 71282.48, Freight: 1150.62, Discontinued: false, Region: `West`, Address: `150 Main Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 60127 }), + new InvoicesDataItem({ ShipName: `Watson Estate`, ShipAddress: `173 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 50160, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1388, CustomerName: `Anna Watson`, CustomerFirstName: `Anna`, CustomerLastName: `Watson`, CustomerAddress: `173 Market Street, Philadelphia, USA, 50160`, Salesperson: `Nancy Jefferson`, OrderID: 1719, OrderDate: `4/23/2022`, ProductID: 134, ProductName: `IPhone`, UnitPrice: 22780.47, Quantity: 3, ExtendedPrice: 68341.41, Freight: 500.47, Discontinued: false, Region: `West`, Address: `173 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 50160 }), + new InvoicesDataItem({ ShipName: `Jefferson Townhouse`, ShipAddress: `120 Wall Street`, ShipCity: `Philadelphia`, ShipPostalCode: 60064, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1389, CustomerName: `Max Jefferson`, CustomerFirstName: `Max`, CustomerLastName: `Jefferson`, CustomerAddress: `120 Wall Street, Philadelphia, USA, 60064`, Salesperson: `Martin Jefferson`, OrderID: 1706, OrderDate: `5/15/2022`, ProductID: 151, ProductName: `Samsung Note`, UnitPrice: 16430.61, Quantity: 3, ExtendedPrice: 49291.83, Freight: 1650.61, Discontinued: true, Region: `West`, Address: `120 Wall Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 60064 }), + new InvoicesDataItem({ ShipName: `Jackson Market`, ShipAddress: `109 Main Street`, ShipCity: `Huston`, ShipPostalCode: 70200, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1390, CustomerName: `Ben Jackson`, CustomerFirstName: `Ben`, CustomerLastName: `Jackson`, CustomerAddress: `109 Main Street, Huston, USA, 70200`, Salesperson: `James Watson`, OrderID: 1318, OrderDate: `6/10/2022`, ProductID: 163, ProductName: `IPad`, UnitPrice: 26710.76, Quantity: 4, ExtendedPrice: 106843.04, Freight: 330.76, Discontinued: false, Region: `South East`, Address: `109 Main Street`, City: `Huston`, Country: `USA`, PostalCode: 70200 }), + new InvoicesDataItem({ ShipName: `Madison Townhouse`, ShipAddress: `161 Main Street`, ShipCity: `Huston`, ShipPostalCode: 60159, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1391, CustomerName: `Mike Madison`, CustomerFirstName: `Mike`, CustomerLastName: `Madison`, CustomerAddress: `161 Main Street, Huston, USA, 60159`, Salesperson: `Ben Smith`, OrderID: 1322, OrderDate: `6/3/2022`, ProductID: 170, ProductName: `IPad`, UnitPrice: 18660.7, Quantity: 4, ExtendedPrice: 74642.8, Freight: 1480.7, Discontinued: false, Region: `North East`, Address: `161 Main Street`, City: `Huston`, Country: `USA`, PostalCode: 60159 }), + new InvoicesDataItem({ ShipName: `Watson Estate`, ShipAddress: `194 Main Street`, ShipCity: `Los Angeles`, ShipPostalCode: 60148, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1392, CustomerName: `Ben Watson`, CustomerFirstName: `Ben`, CustomerLastName: `Watson`, CustomerAddress: `194 Main Street, Los Angeles, USA, 60148`, Salesperson: `Pamela Black`, OrderID: 1664, OrderDate: `9/11/2022`, ProductID: 131, ProductName: `Mac Book Pro`, UnitPrice: 16990.84, Quantity: 5, ExtendedPrice: 84954.2, Freight: 1870.84, Discontinued: false, Region: `West`, Address: `194 Main Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 60148 }), + new InvoicesDataItem({ ShipName: `Jefferson Estate`, ShipAddress: `191 Main Street`, ShipCity: `Los Angeles`, ShipPostalCode: 60148, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1393, CustomerName: `James Jefferson`, CustomerFirstName: `James`, CustomerLastName: `Jefferson`, CustomerAddress: `191 Main Street, Los Angeles, USA, 60148`, Salesperson: `Martin Jackson`, OrderID: 1995, OrderDate: `7/3/2022`, ProductID: 107, ProductName: `Mac Book Pro`, UnitPrice: 18490.66, Quantity: 2, ExtendedPrice: 36981.32, Freight: 690.66, Discontinued: false, Region: `West`, Address: `191 Main Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 60148 }), + new InvoicesDataItem({ ShipName: `Jefferson Estate`, ShipAddress: `129 Wall Street`, ShipCity: `Philadelphia`, ShipPostalCode: 80148, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1394, CustomerName: `Martin Jefferson`, CustomerFirstName: `Martin`, CustomerLastName: `Jefferson`, CustomerAddress: `129 Wall Street, Philadelphia, USA, 80148`, Salesperson: `Ben Jefferson`, OrderID: 1344, OrderDate: `10/13/2022`, ProductID: 168, ProductName: `IPhone`, UnitPrice: 5870.82, Quantity: 5, ExtendedPrice: 29354.1, Freight: 400.82, Discontinued: false, Region: `West`, Address: `129 Wall Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 80148 }), + new InvoicesDataItem({ ShipName: `Jefferson Estate`, ShipAddress: `148 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 70084, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1395, CustomerName: `Anna Jefferson`, CustomerFirstName: `Anna`, CustomerLastName: `Jefferson`, CustomerAddress: `148 Market Street, Philadelphia, USA, 70084`, Salesperson: `Martin Smith`, OrderID: 1602, OrderDate: `3/2/2022`, ProductID: 153, ProductName: `Samsung Note`, UnitPrice: 8490.68, Quantity: 3, ExtendedPrice: 25472.04, Freight: 1650.68, Discontinued: false, Region: `North East`, Address: `148 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 70084 }), + new InvoicesDataItem({ ShipName: `Black Home`, ShipAddress: `152 Wall Street`, ShipCity: `Miami`, ShipPostalCode: 90101, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1396, CustomerName: `Max Black`, CustomerFirstName: `Max`, CustomerLastName: `Black`, CustomerAddress: `152 Wall Street, Miami, USA, 90101`, Salesperson: `Ben Black`, OrderID: 1059, OrderDate: `4/12/2022`, ProductID: 164, ProductName: `Samsung Galaxy 22`, UnitPrice: 12460.5, Quantity: 3, ExtendedPrice: 37381.5, Freight: 280.5, Discontinued: false, Region: `North East`, Address: `152 Wall Street`, City: `Miami`, Country: `USA`, PostalCode: 90101 }), + new InvoicesDataItem({ ShipName: `Jackson Estate`, ShipAddress: `147 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 50200, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1397, CustomerName: `Nancy Jackson`, CustomerFirstName: `Nancy`, CustomerLastName: `Jackson`, CustomerAddress: `147 Market Street, Philadelphia, USA, 50200`, Salesperson: `Nancy Watson`, OrderID: 1159, OrderDate: `5/12/2022`, ProductID: 136, ProductName: `IPhone`, UnitPrice: 20790.46, Quantity: 4, ExtendedPrice: 83161.84, Freight: 780.46, Discontinued: false, Region: `North East`, Address: `147 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 50200 }), + new InvoicesDataItem({ ShipName: `Jackson Estate`, ShipAddress: `106 Main Street`, ShipCity: `Miami`, ShipPostalCode: 60064, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1398, CustomerName: `Max Jackson`, CustomerFirstName: `Max`, CustomerLastName: `Jackson`, CustomerAddress: `106 Main Street, Miami, USA, 60064`, Salesperson: `Nancy Watson`, OrderID: 1646, OrderDate: `2/13/2022`, ProductID: 143, ProductName: `IPad`, UnitPrice: 19180.29, Quantity: 4, ExtendedPrice: 76721.16, Freight: 1760.29, Discontinued: false, Region: `North East`, Address: `106 Main Street`, City: `Miami`, Country: `USA`, PostalCode: 60064 }), + new InvoicesDataItem({ ShipName: `Black Estate`, ShipAddress: `112 Main Street`, ShipCity: `Miami`, ShipPostalCode: 90118, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1399, CustomerName: `Nancy Black`, CustomerFirstName: `Nancy`, CustomerLastName: `Black`, CustomerAddress: `112 Main Street, Miami, USA, 90118`, Salesperson: `Martin Black`, OrderID: 1205, OrderDate: `9/24/2022`, ProductID: 109, ProductName: `IPad`, UnitPrice: 25950.86, Quantity: 4, ExtendedPrice: 103803.44, Freight: 1780.86, Discontinued: true, Region: `North East`, Address: `112 Main Street`, City: `Miami`, Country: `USA`, PostalCode: 90118 }), + new InvoicesDataItem({ ShipName: `Watson Market`, ShipAddress: `135 Main Street`, ShipCity: `Huston`, ShipPostalCode: 80177, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1400, CustomerName: `Mike Watson`, CustomerFirstName: `Mike`, CustomerLastName: `Watson`, CustomerAddress: `135 Main Street, Huston, USA, 80177`, Salesperson: `Max Madison`, OrderID: 1619, OrderDate: `7/15/2022`, ProductID: 174, ProductName: `Mac Book Pro`, UnitPrice: 24890.31, Quantity: 2, ExtendedPrice: 49780.62, Freight: 1540.31, Discontinued: false, Region: `West`, Address: `135 Main Street`, City: `Huston`, Country: `USA`, PostalCode: 80177 }), + new InvoicesDataItem({ ShipName: `Smith Home`, ShipAddress: `156 Main Street`, ShipCity: `Miami`, ShipPostalCode: 70110, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1401, CustomerName: `Max Smith`, CustomerFirstName: `Max`, CustomerLastName: `Smith`, CustomerAddress: `156 Main Street, Miami, USA, 70110`, Salesperson: `Anna Watson`, OrderID: 1160, OrderDate: `10/21/2022`, ProductID: 127, ProductName: `IPad`, UnitPrice: 18400.21, Quantity: 3, ExtendedPrice: 55200.63, Freight: 580.21, Discontinued: false, Region: `South East`, Address: `156 Main Street`, City: `Miami`, Country: `USA`, PostalCode: 70110 }), + new InvoicesDataItem({ ShipName: `Watson Home`, ShipAddress: `124 Wall Street`, ShipCity: `Los Angeles`, ShipPostalCode: 90077, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1402, CustomerName: `Max Watson`, CustomerFirstName: `Max`, CustomerLastName: `Watson`, CustomerAddress: `124 Wall Street, Los Angeles, USA, 90077`, Salesperson: `Ben Jefferson`, OrderID: 1017, OrderDate: `7/21/2022`, ProductID: 160, ProductName: `Samsung Note`, UnitPrice: 15430.8, Quantity: 5, ExtendedPrice: 77154, Freight: 1660.8, Discontinued: false, Region: `North East`, Address: `124 Wall Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 90077 }), + new InvoicesDataItem({ ShipName: `Black Townhouse`, ShipAddress: `144 Market Street`, ShipCity: `New York`, ShipPostalCode: 50110, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1403, CustomerName: `Anna Black`, CustomerFirstName: `Anna`, CustomerLastName: `Black`, CustomerAddress: `144 Market Street, New York, USA, 50110`, Salesperson: `James Jefferson`, OrderID: 1990, OrderDate: `5/17/2022`, ProductID: 112, ProductName: `IPhone`, UnitPrice: 20040.37, Quantity: 3, ExtendedPrice: 60121.11, Freight: 1710.37, Discontinued: false, Region: `South East`, Address: `144 Market Street`, City: `New York`, Country: `USA`, PostalCode: 50110 }), + new InvoicesDataItem({ ShipName: `Smith Market`, ShipAddress: `105 Main Street`, ShipCity: `Miami`, ShipPostalCode: 80117, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1404, CustomerName: `James Smith`, CustomerFirstName: `James`, CustomerLastName: `Smith`, CustomerAddress: `105 Main Street, Miami, USA, 80117`, Salesperson: `Max Watson`, OrderID: 1002, OrderDate: `10/25/2022`, ProductID: 119, ProductName: `Samsung Galaxy 22`, UnitPrice: 28760.88, Quantity: 5, ExtendedPrice: 143804.4, Freight: 1220.88, Discontinued: false, Region: `West`, Address: `105 Main Street`, City: `Miami`, Country: `USA`, PostalCode: 80117 }), + new InvoicesDataItem({ ShipName: `Madison Home`, ShipAddress: `142 Main Street`, ShipCity: `Los Angeles`, ShipPostalCode: 90124, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1405, CustomerName: `Anna Madison`, CustomerFirstName: `Anna`, CustomerLastName: `Madison`, CustomerAddress: `142 Main Street, Los Angeles, USA, 90124`, Salesperson: `James Madison`, OrderID: 1433, OrderDate: `7/22/2022`, ProductID: 158, ProductName: `Mac Book Pro`, UnitPrice: 17750.64, Quantity: 5, ExtendedPrice: 88753.2, Freight: 1300.64, Discontinued: false, Region: `West`, Address: `142 Main Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 90124 }), + new InvoicesDataItem({ ShipName: `Watson Townhouse`, ShipAddress: `141 Market Street`, ShipCity: `Huston`, ShipPostalCode: 50115, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1406, CustomerName: `Max Watson`, CustomerFirstName: `Max`, CustomerLastName: `Watson`, CustomerAddress: `141 Market Street, Huston, USA, 50115`, Salesperson: `Anna Watson`, OrderID: 1195, OrderDate: `8/12/2022`, ProductID: 124, ProductName: `Mac Book Pro`, UnitPrice: 22040.48, Quantity: 2, ExtendedPrice: 44080.96, Freight: 1260.48, Discontinued: false, Region: `North East`, Address: `141 Market Street`, City: `Huston`, Country: `USA`, PostalCode: 50115 }), + new InvoicesDataItem({ ShipName: `Jefferson Estate`, ShipAddress: `145 Main Street`, ShipCity: `Los Angeles`, ShipPostalCode: 70160, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1407, CustomerName: `Mike Jefferson`, CustomerFirstName: `Mike`, CustomerLastName: `Jefferson`, CustomerAddress: `145 Main Street, Los Angeles, USA, 70160`, Salesperson: `Max Watson`, OrderID: 1486, OrderDate: `1/13/2022`, ProductID: 103, ProductName: `Mac Book Air`, UnitPrice: 29480.67, Quantity: 3, ExtendedPrice: 88442.01, Freight: 1810.67, Discontinued: false, Region: `North East`, Address: `145 Main Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 70160 }), + new InvoicesDataItem({ ShipName: `Black Market`, ShipAddress: `106 Main Street`, ShipCity: `Los Angeles`, ShipPostalCode: 80149, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1408, CustomerName: `Ben Black`, CustomerFirstName: `Ben`, CustomerLastName: `Black`, CustomerAddress: `106 Main Street, Los Angeles, USA, 80149`, Salesperson: `James Smith`, OrderID: 1646, OrderDate: `9/4/2022`, ProductID: 191, ProductName: `Mac Book Pro`, UnitPrice: 5890.71, Quantity: 5, ExtendedPrice: 29453.55, Freight: 670.71, Discontinued: false, Region: `North East`, Address: `106 Main Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 80149 }), + new InvoicesDataItem({ ShipName: `Madison Estate`, ShipAddress: `171 Market Street`, ShipCity: `Los Angeles`, ShipPostalCode: 60182, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1409, CustomerName: `Anna Madison`, CustomerFirstName: `Anna`, CustomerLastName: `Madison`, CustomerAddress: `171 Market Street, Los Angeles, USA, 60182`, Salesperson: `James Smith`, OrderID: 1839, OrderDate: `12/12/2022`, ProductID: 120, ProductName: `IPhone`, UnitPrice: 17510.64, Quantity: 5, ExtendedPrice: 87553.2, Freight: 1150.64, Discontinued: true, Region: `West`, Address: `171 Market Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 60182 }), + new InvoicesDataItem({ ShipName: `Jefferson Home`, ShipAddress: `195 Market Street`, ShipCity: `Los Angeles`, ShipPostalCode: 60122, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1410, CustomerName: `Ben Jefferson`, CustomerFirstName: `Ben`, CustomerLastName: `Jefferson`, CustomerAddress: `195 Market Street, Los Angeles, USA, 60122`, Salesperson: `Martin Madison`, OrderID: 1925, OrderDate: `1/22/2022`, ProductID: 164, ProductName: `Mac Book Pro`, UnitPrice: 12920.58, Quantity: 2, ExtendedPrice: 25841.16, Freight: 690.58, Discontinued: false, Region: `West`, Address: `195 Market Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 60122 }), + new InvoicesDataItem({ ShipName: `Black Home`, ShipAddress: `137 Wall Street`, ShipCity: `Miami`, ShipPostalCode: 70152, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1411, CustomerName: `James Black`, CustomerFirstName: `James`, CustomerLastName: `Black`, CustomerAddress: `137 Wall Street, Miami, USA, 70152`, Salesperson: `Anna Jackson`, OrderID: 1055, OrderDate: `12/9/2022`, ProductID: 198, ProductName: `IPad`, UnitPrice: 9640.43, Quantity: 4, ExtendedPrice: 38561.72, Freight: 1930.43, Discontinued: false, Region: `North East`, Address: `137 Wall Street`, City: `Miami`, Country: `USA`, PostalCode: 70152 }), + new InvoicesDataItem({ ShipName: `Smith Estate`, ShipAddress: `129 Wall Street`, ShipCity: `Miami`, ShipPostalCode: 50177, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1412, CustomerName: `Anna Smith`, CustomerFirstName: `Anna`, CustomerLastName: `Smith`, CustomerAddress: `129 Wall Street, Miami, USA, 50177`, Salesperson: `Martin Smith`, OrderID: 1845, OrderDate: `10/21/2022`, ProductID: 142, ProductName: `IPad`, UnitPrice: 16040.31, Quantity: 3, ExtendedPrice: 48120.93, Freight: 1050.31, Discontinued: false, Region: `West`, Address: `129 Wall Street`, City: `Miami`, Country: `USA`, PostalCode: 50177 }), + new InvoicesDataItem({ ShipName: `Black Estate`, ShipAddress: `174 Main Street`, ShipCity: `Huston`, ShipPostalCode: 90080, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1413, CustomerName: `Mike Black`, CustomerFirstName: `Mike`, CustomerLastName: `Black`, CustomerAddress: `174 Main Street, Huston, USA, 90080`, Salesperson: `Nancy Jefferson`, OrderID: 1560, OrderDate: `6/23/2022`, ProductID: 110, ProductName: `Mac Book Pro`, UnitPrice: 25850.87, Quantity: 4, ExtendedPrice: 103403.48, Freight: 940.87, Discontinued: false, Region: `West`, Address: `174 Main Street`, City: `Huston`, Country: `USA`, PostalCode: 90080 }), + new InvoicesDataItem({ ShipName: `Jackson Market`, ShipAddress: `139 Market Street`, ShipCity: `New York`, ShipPostalCode: 60178, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1414, CustomerName: `Nancy Jackson`, CustomerFirstName: `Nancy`, CustomerLastName: `Jackson`, CustomerAddress: `139 Market Street, New York, USA, 60178`, Salesperson: `Pamela Jefferson`, OrderID: 1102, OrderDate: `2/18/2022`, ProductID: 154, ProductName: `Mac Book Air`, UnitPrice: 13210.48, Quantity: 4, ExtendedPrice: 52841.92, Freight: 960.48, Discontinued: false, Region: `South East`, Address: `139 Market Street`, City: `New York`, Country: `USA`, PostalCode: 60178 }), + new InvoicesDataItem({ ShipName: `Madison Home`, ShipAddress: `127 Wall Street`, ShipCity: `Los Angeles`, ShipPostalCode: 60192, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1415, CustomerName: `Max Madison`, CustomerFirstName: `Max`, CustomerLastName: `Madison`, CustomerAddress: `127 Wall Street, Los Angeles, USA, 60192`, Salesperson: `Ben Smith`, OrderID: 1570, OrderDate: `5/19/2022`, ProductID: 105, ProductName: `Samsung Note`, UnitPrice: 24890.59, Quantity: 5, ExtendedPrice: 124452.95, Freight: 1860.59, Discontinued: false, Region: `West`, Address: `127 Wall Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 60192 }), + new InvoicesDataItem({ ShipName: `Watson Market`, ShipAddress: `186 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 90145, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1416, CustomerName: `Max Watson`, CustomerFirstName: `Max`, CustomerLastName: `Watson`, CustomerAddress: `186 Market Street, Philadelphia, USA, 90145`, Salesperson: `Mike Jefferson`, OrderID: 1872, OrderDate: `11/18/2022`, ProductID: 165, ProductName: `IPhone`, UnitPrice: 19720.85, Quantity: 2, ExtendedPrice: 39441.7, Freight: 690.85, Discontinued: false, Region: `South East`, Address: `186 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 90145 }), + new InvoicesDataItem({ ShipName: `Jackson Estate`, ShipAddress: `198 Main Street`, ShipCity: `Philadelphia`, ShipPostalCode: 70160, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1417, CustomerName: `Anna Jackson`, CustomerFirstName: `Anna`, CustomerLastName: `Jackson`, CustomerAddress: `198 Main Street, Philadelphia, USA, 70160`, Salesperson: `Martin Madison`, OrderID: 1155, OrderDate: `11/1/2022`, ProductID: 138, ProductName: `IPhone`, UnitPrice: 12260.46, Quantity: 2, ExtendedPrice: 24520.92, Freight: 1680.46, Discontinued: false, Region: `West`, Address: `198 Main Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 70160 }), + new InvoicesDataItem({ ShipName: `Jefferson Townhouse`, ShipAddress: `110 Main Street`, ShipCity: `New York`, ShipPostalCode: 80119, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1418, CustomerName: `Ben Jefferson`, CustomerFirstName: `Ben`, CustomerLastName: `Jefferson`, CustomerAddress: `110 Main Street, New York, USA, 80119`, Salesperson: `Anna Black`, OrderID: 1600, OrderDate: `8/12/2022`, ProductID: 118, ProductName: `Mac Book Air`, UnitPrice: 9840.45, Quantity: 4, ExtendedPrice: 39361.8, Freight: 1410.45, Discontinued: false, Region: `South East`, Address: `110 Main Street`, City: `New York`, Country: `USA`, PostalCode: 80119 }), + new InvoicesDataItem({ ShipName: `Madison Market`, ShipAddress: `187 Main Street`, ShipCity: `Los Angeles`, ShipPostalCode: 50082, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1419, CustomerName: `Ben Madison`, CustomerFirstName: `Ben`, CustomerLastName: `Madison`, CustomerAddress: `187 Main Street, Los Angeles, USA, 50082`, Salesperson: `Pamela Watson`, OrderID: 1451, OrderDate: `12/10/2022`, ProductID: 144, ProductName: `Samsung Galaxy 22`, UnitPrice: 25180.7, Quantity: 2, ExtendedPrice: 50361.4, Freight: 560.7, Discontinued: true, Region: `North East`, Address: `187 Main Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 50082 }), + new InvoicesDataItem({ ShipName: `Jackson Townhouse`, ShipAddress: `121 Main Street`, ShipCity: `Miami`, ShipPostalCode: 60178, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1420, CustomerName: `Mike Jackson`, CustomerFirstName: `Mike`, CustomerLastName: `Jackson`, CustomerAddress: `121 Main Street, Miami, USA, 60178`, Salesperson: `Ben Jackson`, OrderID: 1294, OrderDate: `2/18/2022`, ProductID: 168, ProductName: `Samsung Galaxy 22`, UnitPrice: 18670.31, Quantity: 5, ExtendedPrice: 93351.55, Freight: 1410.31, Discontinued: false, Region: `West`, Address: `121 Main Street`, City: `Miami`, Country: `USA`, PostalCode: 60178 }), + new InvoicesDataItem({ ShipName: `Smith Home`, ShipAddress: `185 Wall Street`, ShipCity: `New York`, ShipPostalCode: 50177, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1421, CustomerName: `Anna Smith`, CustomerFirstName: `Anna`, CustomerLastName: `Smith`, CustomerAddress: `185 Wall Street, New York, USA, 50177`, Salesperson: `James Watson`, OrderID: 1095, OrderDate: `6/16/2022`, ProductID: 182, ProductName: `Samsung Note`, UnitPrice: 10450.44, Quantity: 5, ExtendedPrice: 52252.2, Freight: 1030.44, Discontinued: false, Region: `West`, Address: `185 Wall Street`, City: `New York`, Country: `USA`, PostalCode: 50177 }), + new InvoicesDataItem({ ShipName: `Watson Market`, ShipAddress: `177 Market Street`, ShipCity: `New York`, ShipPostalCode: 90081, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1422, CustomerName: `Max Watson`, CustomerFirstName: `Max`, CustomerLastName: `Watson`, CustomerAddress: `177 Market Street, New York, USA, 90081`, Salesperson: `Pamela Smith`, OrderID: 1333, OrderDate: `5/21/2022`, ProductID: 159, ProductName: `Mac Book Air`, UnitPrice: 23900.49, Quantity: 5, ExtendedPrice: 119502.45, Freight: 1700.49, Discontinued: false, Region: `South East`, Address: `177 Market Street`, City: `New York`, Country: `USA`, PostalCode: 90081 }), + new InvoicesDataItem({ ShipName: `Watson Home`, ShipAddress: `106 Market Street`, ShipCity: `Miami`, ShipPostalCode: 70099, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1423, CustomerName: `Anna Watson`, CustomerFirstName: `Anna`, CustomerLastName: `Watson`, CustomerAddress: `106 Market Street, Miami, USA, 70099`, Salesperson: `Pamela Jackson`, OrderID: 1147, OrderDate: `6/13/2022`, ProductID: 174, ProductName: `Mac Book Pro`, UnitPrice: 29460.63, Quantity: 2, ExtendedPrice: 58921.26, Freight: 1280.63, Discontinued: false, Region: `North East`, Address: `106 Market Street`, City: `Miami`, Country: `USA`, PostalCode: 70099 }), + new InvoicesDataItem({ ShipName: `Madison Townhouse`, ShipAddress: `179 Main Street`, ShipCity: `Philadelphia`, ShipPostalCode: 80150, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1424, CustomerName: `Martin Madison`, CustomerFirstName: `Martin`, CustomerLastName: `Madison`, CustomerAddress: `179 Main Street, Philadelphia, USA, 80150`, Salesperson: `James Jefferson`, OrderID: 1595, OrderDate: `7/19/2022`, ProductID: 183, ProductName: `Samsung Galaxy 22`, UnitPrice: 19060.64, Quantity: 5, ExtendedPrice: 95303.2, Freight: 980.64, Discontinued: false, Region: `North East`, Address: `179 Main Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 80150 }), + new InvoicesDataItem({ ShipName: `Watson Home`, ShipAddress: `142 Main Street`, ShipCity: `Huston`, ShipPostalCode: 90100, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1425, CustomerName: `Max Watson`, CustomerFirstName: `Max`, CustomerLastName: `Watson`, CustomerAddress: `142 Main Street, Huston, USA, 90100`, Salesperson: `Martin Black`, OrderID: 1061, OrderDate: `4/4/2022`, ProductID: 118, ProductName: `IPad`, UnitPrice: 17400.83, Quantity: 2, ExtendedPrice: 34801.66, Freight: 370.83, Discontinued: false, Region: `North East`, Address: `142 Main Street`, City: `Huston`, Country: `USA`, PostalCode: 90100 }), + new InvoicesDataItem({ ShipName: `Watson Townhouse`, ShipAddress: `189 Main Street`, ShipCity: `Philadelphia`, ShipPostalCode: 90144, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1426, CustomerName: `Max Watson`, CustomerFirstName: `Max`, CustomerLastName: `Watson`, CustomerAddress: `189 Main Street, Philadelphia, USA, 90144`, Salesperson: `Martin Smith`, OrderID: 1114, OrderDate: `2/13/2022`, ProductID: 146, ProductName: `Samsung Galaxy 22`, UnitPrice: 16860.57, Quantity: 5, ExtendedPrice: 84302.85, Freight: 1050.57, Discontinued: false, Region: `North East`, Address: `189 Main Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 90144 }), + new InvoicesDataItem({ ShipName: `Madison Estate`, ShipAddress: `130 Wall Street`, ShipCity: `New York`, ShipPostalCode: 90175, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1427, CustomerName: `Pamela Madison`, CustomerFirstName: `Pamela`, CustomerLastName: `Madison`, CustomerAddress: `130 Wall Street, New York, USA, 90175`, Salesperson: `Nancy Black`, OrderID: 1716, OrderDate: `11/6/2022`, ProductID: 157, ProductName: `IPad`, UnitPrice: 19570.85, Quantity: 3, ExtendedPrice: 58712.55, Freight: 1620.85, Discontinued: false, Region: `North East`, Address: `130 Wall Street`, City: `New York`, Country: `USA`, PostalCode: 90175 }), + new InvoicesDataItem({ ShipName: `Smith Market`, ShipAddress: `144 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 80153, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1428, CustomerName: `Anna Smith`, CustomerFirstName: `Anna`, CustomerLastName: `Smith`, CustomerAddress: `144 Market Street, Philadelphia, USA, 80153`, Salesperson: `Mike Smith`, OrderID: 1523, OrderDate: `8/5/2022`, ProductID: 139, ProductName: `Samsung Galaxy 22`, UnitPrice: 5100.26, Quantity: 3, ExtendedPrice: 15300.78, Freight: 1630.26, Discontinued: false, Region: `North East`, Address: `144 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 80153 }), + new InvoicesDataItem({ ShipName: `Smith Home`, ShipAddress: `175 Wall Street`, ShipCity: `New York`, ShipPostalCode: 50150, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1429, CustomerName: `James Smith`, CustomerFirstName: `James`, CustomerLastName: `Smith`, CustomerAddress: `175 Wall Street, New York, USA, 50150`, Salesperson: `James Jefferson`, OrderID: 1027, OrderDate: `12/7/2022`, ProductID: 151, ProductName: `IPad`, UnitPrice: 18940.75, Quantity: 4, ExtendedPrice: 75763, Freight: 1130.75, Discontinued: true, Region: `North East`, Address: `175 Wall Street`, City: `New York`, Country: `USA`, PostalCode: 50150 }), + new InvoicesDataItem({ ShipName: `Smith Home`, ShipAddress: `152 Wall Street`, ShipCity: `New York`, ShipPostalCode: 70091, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1430, CustomerName: `Max Smith`, CustomerFirstName: `Max`, CustomerLastName: `Smith`, CustomerAddress: `152 Wall Street, New York, USA, 70091`, Salesperson: `Ben Smith`, OrderID: 1626, OrderDate: `1/1/2022`, ProductID: 145, ProductName: `IPhone`, UnitPrice: 29800.74, Quantity: 4, ExtendedPrice: 119202.96, Freight: 1440.74, Discontinued: false, Region: `West`, Address: `152 Wall Street`, City: `New York`, Country: `USA`, PostalCode: 70091 }), + new InvoicesDataItem({ ShipName: `Jackson Market`, ShipAddress: `127 Main Street`, ShipCity: `Miami`, ShipPostalCode: 90099, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1431, CustomerName: `Martin Jackson`, CustomerFirstName: `Martin`, CustomerLastName: `Jackson`, CustomerAddress: `127 Main Street, Miami, USA, 90099`, Salesperson: `Anna Smith`, OrderID: 1789, OrderDate: `10/15/2022`, ProductID: 139, ProductName: `Mac Book Air`, UnitPrice: 16220.23, Quantity: 2, ExtendedPrice: 32440.46, Freight: 1170.23, Discontinued: false, Region: `West`, Address: `127 Main Street`, City: `Miami`, Country: `USA`, PostalCode: 90099 }), + new InvoicesDataItem({ ShipName: `Jefferson Home`, ShipAddress: `157 Wall Street`, ShipCity: `Huston`, ShipPostalCode: 70162, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1432, CustomerName: `Mike Jefferson`, CustomerFirstName: `Mike`, CustomerLastName: `Jefferson`, CustomerAddress: `157 Wall Street, Huston, USA, 70162`, Salesperson: `Martin Madison`, OrderID: 1622, OrderDate: `6/6/2022`, ProductID: 133, ProductName: `Samsung Note`, UnitPrice: 7410.73, Quantity: 4, ExtendedPrice: 29642.92, Freight: 1660.73, Discontinued: false, Region: `South East`, Address: `157 Wall Street`, City: `Huston`, Country: `USA`, PostalCode: 70162 }), + new InvoicesDataItem({ ShipName: `Smith Home`, ShipAddress: `159 Market Street`, ShipCity: `New York`, ShipPostalCode: 50198, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1433, CustomerName: `Mike Smith`, CustomerFirstName: `Mike`, CustomerLastName: `Smith`, CustomerAddress: `159 Market Street, New York, USA, 50198`, Salesperson: `Mike Smith`, OrderID: 1961, OrderDate: `9/7/2022`, ProductID: 120, ProductName: `Mac Book Pro`, UnitPrice: 9150.59, Quantity: 3, ExtendedPrice: 27451.77, Freight: 550.59, Discontinued: false, Region: `South East`, Address: `159 Market Street`, City: `New York`, Country: `USA`, PostalCode: 50198 }), + new InvoicesDataItem({ ShipName: `Jackson Estate`, ShipAddress: `109 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 60160, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1434, CustomerName: `Ben Jackson`, CustomerFirstName: `Ben`, CustomerLastName: `Jackson`, CustomerAddress: `109 Market Street, Philadelphia, USA, 60160`, Salesperson: `Mike Madison`, OrderID: 1868, OrderDate: `2/5/2022`, ProductID: 131, ProductName: `Samsung Galaxy 22`, UnitPrice: 20400.46, Quantity: 2, ExtendedPrice: 40800.92, Freight: 1640.46, Discontinued: false, Region: `South East`, Address: `109 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 60160 }), + new InvoicesDataItem({ ShipName: `Madison Estate`, ShipAddress: `138 Wall Street`, ShipCity: `Philadelphia`, ShipPostalCode: 80164, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1435, CustomerName: `Max Madison`, CustomerFirstName: `Max`, CustomerLastName: `Madison`, CustomerAddress: `138 Wall Street, Philadelphia, USA, 80164`, Salesperson: `Mike Smith`, OrderID: 1223, OrderDate: `7/4/2022`, ProductID: 199, ProductName: `Samsung Note`, UnitPrice: 23980.42, Quantity: 5, ExtendedPrice: 119902.1, Freight: 410.42, Discontinued: false, Region: `West`, Address: `138 Wall Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 80164 }), + new InvoicesDataItem({ ShipName: `Jackson Townhouse`, ShipAddress: `164 Main Street`, ShipCity: `New York`, ShipPostalCode: 90183, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1436, CustomerName: `Pamela Jackson`, CustomerFirstName: `Pamela`, CustomerLastName: `Jackson`, CustomerAddress: `164 Main Street, New York, USA, 90183`, Salesperson: `James Watson`, OrderID: 1766, OrderDate: `7/14/2022`, ProductID: 160, ProductName: `Samsung Note`, UnitPrice: 12280.79, Quantity: 2, ExtendedPrice: 24561.58, Freight: 1140.79, Discontinued: false, Region: `West`, Address: `164 Main Street`, City: `New York`, Country: `USA`, PostalCode: 90183 }), + new InvoicesDataItem({ ShipName: `Jefferson Estate`, ShipAddress: `187 Main Street`, ShipCity: `New York`, ShipPostalCode: 80053, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1437, CustomerName: `Nancy Jefferson`, CustomerFirstName: `Nancy`, CustomerLastName: `Jefferson`, CustomerAddress: `187 Main Street, New York, USA, 80053`, Salesperson: `Martin Watson`, OrderID: 1602, OrderDate: `12/25/2022`, ProductID: 112, ProductName: `Samsung Galaxy 22`, UnitPrice: 14860.39, Quantity: 5, ExtendedPrice: 74301.95, Freight: 1920.39, Discontinued: false, Region: `West`, Address: `187 Main Street`, City: `New York`, Country: `USA`, PostalCode: 80053 }), + new InvoicesDataItem({ ShipName: `Black Market`, ShipAddress: `197 Wall Street`, ShipCity: `Miami`, ShipPostalCode: 50076, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1438, CustomerName: `Max Black`, CustomerFirstName: `Max`, CustomerLastName: `Black`, CustomerAddress: `197 Wall Street, Miami, USA, 50076`, Salesperson: `James Jefferson`, OrderID: 1281, OrderDate: `3/18/2022`, ProductID: 102, ProductName: `Samsung Galaxy 22`, UnitPrice: 11120.87, Quantity: 2, ExtendedPrice: 22241.74, Freight: 720.87, Discontinued: false, Region: `North East`, Address: `197 Wall Street`, City: `Miami`, Country: `USA`, PostalCode: 50076 }), + new InvoicesDataItem({ ShipName: `Watson Market`, ShipAddress: `127 Market Street`, ShipCity: `Los Angeles`, ShipPostalCode: 90067, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1439, CustomerName: `James Watson`, CustomerFirstName: `James`, CustomerLastName: `Watson`, CustomerAddress: `127 Market Street, Los Angeles, USA, 90067`, Salesperson: `James Madison`, OrderID: 1736, OrderDate: `2/4/2022`, ProductID: 172, ProductName: `IPad`, UnitPrice: 20090.62, Quantity: 4, ExtendedPrice: 80362.48, Freight: 630.62, Discontinued: true, Region: `West`, Address: `127 Market Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 90067 }), + new InvoicesDataItem({ ShipName: `Black Market`, ShipAddress: `150 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 90161, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1440, CustomerName: `Max Black`, CustomerFirstName: `Max`, CustomerLastName: `Black`, CustomerAddress: `150 Market Street, Philadelphia, USA, 90161`, Salesperson: `Anna Watson`, OrderID: 1683, OrderDate: `5/15/2022`, ProductID: 192, ProductName: `Mac Book Air`, UnitPrice: 7270.76, Quantity: 3, ExtendedPrice: 21812.28, Freight: 1880.76, Discontinued: false, Region: `West`, Address: `150 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 90161 }), + new InvoicesDataItem({ ShipName: `Watson Townhouse`, ShipAddress: `128 Market Street`, ShipCity: `Huston`, ShipPostalCode: 70131, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1441, CustomerName: `Pamela Watson`, CustomerFirstName: `Pamela`, CustomerLastName: `Watson`, CustomerAddress: `128 Market Street, Huston, USA, 70131`, Salesperson: `Ben Smith`, OrderID: 1652, OrderDate: `11/16/2022`, ProductID: 107, ProductName: `Samsung Note`, UnitPrice: 23290.38, Quantity: 2, ExtendedPrice: 46580.76, Freight: 400.38, Discontinued: false, Region: `West`, Address: `128 Market Street`, City: `Huston`, Country: `USA`, PostalCode: 70131 }), + new InvoicesDataItem({ ShipName: `Watson Home`, ShipAddress: `151 Wall Street`, ShipCity: `Miami`, ShipPostalCode: 70185, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1442, CustomerName: `Max Watson`, CustomerFirstName: `Max`, CustomerLastName: `Watson`, CustomerAddress: `151 Wall Street, Miami, USA, 70185`, Salesperson: `Nancy Black`, OrderID: 1385, OrderDate: `6/12/2022`, ProductID: 110, ProductName: `Mac Book Pro`, UnitPrice: 14390.77, Quantity: 2, ExtendedPrice: 28781.54, Freight: 1600.77, Discontinued: false, Region: `West`, Address: `151 Wall Street`, City: `Miami`, Country: `USA`, PostalCode: 70185 }), + new InvoicesDataItem({ ShipName: `Madison Home`, ShipAddress: `183 Wall Street`, ShipCity: `New York`, ShipPostalCode: 60080, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1443, CustomerName: `Pamela Madison`, CustomerFirstName: `Pamela`, CustomerLastName: `Madison`, CustomerAddress: `183 Wall Street, New York, USA, 60080`, Salesperson: `Mike Madison`, OrderID: 1158, OrderDate: `3/11/2022`, ProductID: 172, ProductName: `Samsung Note`, UnitPrice: 25230.25, Quantity: 3, ExtendedPrice: 75690.75, Freight: 340.25, Discontinued: false, Region: `South East`, Address: `183 Wall Street`, City: `New York`, Country: `USA`, PostalCode: 60080 }), + new InvoicesDataItem({ ShipName: `Black Estate`, ShipAddress: `137 Wall Street`, ShipCity: `Philadelphia`, ShipPostalCode: 80117, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1444, CustomerName: `James Black`, CustomerFirstName: `James`, CustomerLastName: `Black`, CustomerAddress: `137 Wall Street, Philadelphia, USA, 80117`, Salesperson: `Anna Black`, OrderID: 1310, OrderDate: `9/5/2022`, ProductID: 157, ProductName: `IPad`, UnitPrice: 21970.48, Quantity: 2, ExtendedPrice: 43940.96, Freight: 1420.48, Discontinued: false, Region: `South East`, Address: `137 Wall Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 80117 }), + new InvoicesDataItem({ ShipName: `Black Market`, ShipAddress: `158 Wall Street`, ShipCity: `New York`, ShipPostalCode: 80138, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1445, CustomerName: `Anna Black`, CustomerFirstName: `Anna`, CustomerLastName: `Black`, CustomerAddress: `158 Wall Street, New York, USA, 80138`, Salesperson: `Martin Madison`, OrderID: 1385, OrderDate: `5/9/2022`, ProductID: 127, ProductName: `Samsung Galaxy 22`, UnitPrice: 12610.37, Quantity: 5, ExtendedPrice: 63051.85, Freight: 1410.37, Discontinued: false, Region: `West`, Address: `158 Wall Street`, City: `New York`, Country: `USA`, PostalCode: 80138 }), + new InvoicesDataItem({ ShipName: `Madison Home`, ShipAddress: `145 Wall Street`, ShipCity: `Los Angeles`, ShipPostalCode: 70189, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1446, CustomerName: `Mike Madison`, CustomerFirstName: `Mike`, CustomerLastName: `Madison`, CustomerAddress: `145 Wall Street, Los Angeles, USA, 70189`, Salesperson: `Mike Jackson`, OrderID: 1725, OrderDate: `9/6/2022`, ProductID: 112, ProductName: `Mac Book Pro`, UnitPrice: 20520.26, Quantity: 4, ExtendedPrice: 82081.04, Freight: 710.26, Discontinued: false, Region: `West`, Address: `145 Wall Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 70189 }), + new InvoicesDataItem({ ShipName: `Black Estate`, ShipAddress: `155 Wall Street`, ShipCity: `Miami`, ShipPostalCode: 60114, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1447, CustomerName: `Pamela Black`, CustomerFirstName: `Pamela`, CustomerLastName: `Black`, CustomerAddress: `155 Wall Street, Miami, USA, 60114`, Salesperson: `Martin Madison`, OrderID: 1520, OrderDate: `6/15/2022`, ProductID: 174, ProductName: `IPhone`, UnitPrice: 16730.88, Quantity: 2, ExtendedPrice: 33461.76, Freight: 1020.88, Discontinued: false, Region: `South East`, Address: `155 Wall Street`, City: `Miami`, Country: `USA`, PostalCode: 60114 }), + new InvoicesDataItem({ ShipName: `Madison Estate`, ShipAddress: `184 Main Street`, ShipCity: `Los Angeles`, ShipPostalCode: 80059, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1448, CustomerName: `Max Madison`, CustomerFirstName: `Max`, CustomerLastName: `Madison`, CustomerAddress: `184 Main Street, Los Angeles, USA, 80059`, Salesperson: `Max Smith`, OrderID: 1764, OrderDate: `4/4/2022`, ProductID: 147, ProductName: `Mac Book Air`, UnitPrice: 29810.31, Quantity: 2, ExtendedPrice: 59620.62, Freight: 1200.31, Discontinued: false, Region: `West`, Address: `184 Main Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 80059 }), + new InvoicesDataItem({ ShipName: `Black Home`, ShipAddress: `195 Wall Street`, ShipCity: `Huston`, ShipPostalCode: 80052, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1449, CustomerName: `Ben Black`, CustomerFirstName: `Ben`, CustomerLastName: `Black`, CustomerAddress: `195 Wall Street, Huston, USA, 80052`, Salesperson: `Max Jefferson`, OrderID: 1325, OrderDate: `8/23/2022`, ProductID: 186, ProductName: `Mac Book Pro`, UnitPrice: 19780.82, Quantity: 3, ExtendedPrice: 59342.46, Freight: 720.82, Discontinued: true, Region: `South East`, Address: `195 Wall Street`, City: `Huston`, Country: `USA`, PostalCode: 80052 }), + new InvoicesDataItem({ ShipName: `Black Market`, ShipAddress: `168 Market Street`, ShipCity: `Miami`, ShipPostalCode: 70196, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1450, CustomerName: `Anna Black`, CustomerFirstName: `Anna`, CustomerLastName: `Black`, CustomerAddress: `168 Market Street, Miami, USA, 70196`, Salesperson: `Martin Madison`, OrderID: 1216, OrderDate: `9/9/2022`, ProductID: 134, ProductName: `Samsung Galaxy 22`, UnitPrice: 25110.88, Quantity: 2, ExtendedPrice: 50221.76, Freight: 1040.88, Discontinued: false, Region: `West`, Address: `168 Market Street`, City: `Miami`, Country: `USA`, PostalCode: 70196 }), + new InvoicesDataItem({ ShipName: `Black Estate`, ShipAddress: `196 Wall Street`, ShipCity: `Philadelphia`, ShipPostalCode: 70064, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1451, CustomerName: `Anna Black`, CustomerFirstName: `Anna`, CustomerLastName: `Black`, CustomerAddress: `196 Wall Street, Philadelphia, USA, 70064`, Salesperson: `Nancy Madison`, OrderID: 1924, OrderDate: `9/9/2022`, ProductID: 108, ProductName: `IPhone`, UnitPrice: 14220.86, Quantity: 2, ExtendedPrice: 28441.72, Freight: 1220.86, Discontinued: false, Region: `West`, Address: `196 Wall Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 70064 }), + new InvoicesDataItem({ ShipName: `Madison Home`, ShipAddress: `125 Wall Street`, ShipCity: `Huston`, ShipPostalCode: 90158, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1452, CustomerName: `Max Madison`, CustomerFirstName: `Max`, CustomerLastName: `Madison`, CustomerAddress: `125 Wall Street, Huston, USA, 90158`, Salesperson: `Martin Jackson`, OrderID: 1952, OrderDate: `8/23/2022`, ProductID: 177, ProductName: `Samsung Galaxy 22`, UnitPrice: 11460.48, Quantity: 3, ExtendedPrice: 34381.44, Freight: 1140.48, Discontinued: false, Region: `West`, Address: `125 Wall Street`, City: `Huston`, Country: `USA`, PostalCode: 90158 }), + new InvoicesDataItem({ ShipName: `Watson Home`, ShipAddress: `113 Wall Street`, ShipCity: `Los Angeles`, ShipPostalCode: 50104, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1453, CustomerName: `Ben Watson`, CustomerFirstName: `Ben`, CustomerLastName: `Watson`, CustomerAddress: `113 Wall Street, Los Angeles, USA, 50104`, Salesperson: `Mike Black`, OrderID: 1388, OrderDate: `7/12/2022`, ProductID: 142, ProductName: `Samsung Galaxy 22`, UnitPrice: 25460.85, Quantity: 2, ExtendedPrice: 50921.7, Freight: 360.85, Discontinued: false, Region: `West`, Address: `113 Wall Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 50104 }), + new InvoicesDataItem({ ShipName: `Black Home`, ShipAddress: `176 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 90069, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1454, CustomerName: `Nancy Black`, CustomerFirstName: `Nancy`, CustomerLastName: `Black`, CustomerAddress: `176 Market Street, Philadelphia, USA, 90069`, Salesperson: `Max Jefferson`, OrderID: 1197, OrderDate: `9/3/2022`, ProductID: 132, ProductName: `IPhone`, UnitPrice: 5760.67, Quantity: 3, ExtendedPrice: 17282.01, Freight: 1350.67, Discontinued: false, Region: `South East`, Address: `176 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 90069 }), + new InvoicesDataItem({ ShipName: `Jefferson Townhouse`, ShipAddress: `142 Market Street`, ShipCity: `Los Angeles`, ShipPostalCode: 50098, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1455, CustomerName: `Max Jefferson`, CustomerFirstName: `Max`, CustomerLastName: `Jefferson`, CustomerAddress: `142 Market Street, Los Angeles, USA, 50098`, Salesperson: `Nancy Smith`, OrderID: 1808, OrderDate: `3/2/2022`, ProductID: 145, ProductName: `Mac Book Pro`, UnitPrice: 18130.62, Quantity: 3, ExtendedPrice: 54391.86, Freight: 660.62, Discontinued: false, Region: `North East`, Address: `142 Market Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 50098 }), + new InvoicesDataItem({ ShipName: `Jefferson Home`, ShipAddress: `184 Main Street`, ShipCity: `New York`, ShipPostalCode: 50125, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1456, CustomerName: `Pamela Jefferson`, CustomerFirstName: `Pamela`, CustomerLastName: `Jefferson`, CustomerAddress: `184 Main Street, New York, USA, 50125`, Salesperson: `Pamela Jackson`, OrderID: 1098, OrderDate: `9/11/2022`, ProductID: 106, ProductName: `Samsung Galaxy 22`, UnitPrice: 29450.81, Quantity: 5, ExtendedPrice: 147254.05, Freight: 820.81, Discontinued: false, Region: `North East`, Address: `184 Main Street`, City: `New York`, Country: `USA`, PostalCode: 50125 }), + new InvoicesDataItem({ ShipName: `Jefferson Market`, ShipAddress: `190 Main Street`, ShipCity: `Philadelphia`, ShipPostalCode: 70130, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1457, CustomerName: `Nancy Jefferson`, CustomerFirstName: `Nancy`, CustomerLastName: `Jefferson`, CustomerAddress: `190 Main Street, Philadelphia, USA, 70130`, Salesperson: `Max Madison`, OrderID: 1942, OrderDate: `9/1/2022`, ProductID: 136, ProductName: `Mac Book Pro`, UnitPrice: 28790.51, Quantity: 3, ExtendedPrice: 86371.53, Freight: 460.51, Discontinued: false, Region: `North East`, Address: `190 Main Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 70130 }), + new InvoicesDataItem({ ShipName: `Jefferson Market`, ShipAddress: `121 Main Street`, ShipCity: `Los Angeles`, ShipPostalCode: 70093, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1458, CustomerName: `Mike Jefferson`, CustomerFirstName: `Mike`, CustomerLastName: `Jefferson`, CustomerAddress: `121 Main Street, Los Angeles, USA, 70093`, Salesperson: `James Black`, OrderID: 1815, OrderDate: `6/16/2022`, ProductID: 144, ProductName: `Mac Book Pro`, UnitPrice: 9060.8, Quantity: 3, ExtendedPrice: 27182.4, Freight: 1990.8, Discontinued: false, Region: `North East`, Address: `121 Main Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 70093 }), + new InvoicesDataItem({ ShipName: `Smith Home`, ShipAddress: `111 Main Street`, ShipCity: `Huston`, ShipPostalCode: 50082, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1459, CustomerName: `Nancy Smith`, CustomerFirstName: `Nancy`, CustomerLastName: `Smith`, CustomerAddress: `111 Main Street, Huston, USA, 50082`, Salesperson: `Max Black`, OrderID: 1551, OrderDate: `4/6/2022`, ProductID: 130, ProductName: `Mac Book Pro`, UnitPrice: 29370.56, Quantity: 3, ExtendedPrice: 88111.68, Freight: 1970.56, Discontinued: true, Region: `North East`, Address: `111 Main Street`, City: `Huston`, Country: `USA`, PostalCode: 50082 }), + new InvoicesDataItem({ ShipName: `Jefferson Market`, ShipAddress: `128 Market Street`, ShipCity: `Los Angeles`, ShipPostalCode: 90155, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1460, CustomerName: `Max Jefferson`, CustomerFirstName: `Max`, CustomerLastName: `Jefferson`, CustomerAddress: `128 Market Street, Los Angeles, USA, 90155`, Salesperson: `James Smith`, OrderID: 1660, OrderDate: `6/6/2022`, ProductID: 175, ProductName: `Samsung Galaxy 22`, UnitPrice: 29130.58, Quantity: 2, ExtendedPrice: 58261.16, Freight: 340.58, Discontinued: false, Region: `West`, Address: `128 Market Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 90155 }), + new InvoicesDataItem({ ShipName: `Smith Home`, ShipAddress: `159 Main Street`, ShipCity: `Huston`, ShipPostalCode: 60166, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1461, CustomerName: `Mike Smith`, CustomerFirstName: `Mike`, CustomerLastName: `Smith`, CustomerAddress: `159 Main Street, Huston, USA, 60166`, Salesperson: `Mike Black`, OrderID: 1860, OrderDate: `5/20/2022`, ProductID: 197, ProductName: `Samsung Galaxy 22`, UnitPrice: 18630.66, Quantity: 4, ExtendedPrice: 74522.64, Freight: 1540.66, Discontinued: false, Region: `South East`, Address: `159 Main Street`, City: `Huston`, Country: `USA`, PostalCode: 60166 }), + new InvoicesDataItem({ ShipName: `Jefferson Home`, ShipAddress: `115 Market Street`, ShipCity: `Los Angeles`, ShipPostalCode: 60171, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1462, CustomerName: `Nancy Jefferson`, CustomerFirstName: `Nancy`, CustomerLastName: `Jefferson`, CustomerAddress: `115 Market Street, Los Angeles, USA, 60171`, Salesperson: `Mike Jackson`, OrderID: 1312, OrderDate: `9/12/2022`, ProductID: 182, ProductName: `Samsung Note`, UnitPrice: 19120.8, Quantity: 3, ExtendedPrice: 57362.4, Freight: 470.8, Discontinued: false, Region: `North East`, Address: `115 Market Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 60171 }), + new InvoicesDataItem({ ShipName: `Watson Townhouse`, ShipAddress: `184 Main Street`, ShipCity: `New York`, ShipPostalCode: 80169, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1463, CustomerName: `Nancy Watson`, CustomerFirstName: `Nancy`, CustomerLastName: `Watson`, CustomerAddress: `184 Main Street, New York, USA, 80169`, Salesperson: `Nancy Madison`, OrderID: 1738, OrderDate: `1/7/2022`, ProductID: 161, ProductName: `Mac Book Air`, UnitPrice: 9160.8, Quantity: 2, ExtendedPrice: 18321.6, Freight: 1850.8, Discontinued: false, Region: `West`, Address: `184 Main Street`, City: `New York`, Country: `USA`, PostalCode: 80169 }), + new InvoicesDataItem({ ShipName: `Black Market`, ShipAddress: `147 Main Street`, ShipCity: `Miami`, ShipPostalCode: 60068, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1464, CustomerName: `Ben Black`, CustomerFirstName: `Ben`, CustomerLastName: `Black`, CustomerAddress: `147 Main Street, Miami, USA, 60068`, Salesperson: `Nancy Madison`, OrderID: 1981, OrderDate: `5/23/2022`, ProductID: 110, ProductName: `Samsung Note`, UnitPrice: 19100.54, Quantity: 5, ExtendedPrice: 95502.7, Freight: 1720.54, Discontinued: false, Region: `North East`, Address: `147 Main Street`, City: `Miami`, Country: `USA`, PostalCode: 60068 }), + new InvoicesDataItem({ ShipName: `Black Market`, ShipAddress: `143 Wall Street`, ShipCity: `Huston`, ShipPostalCode: 80182, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1465, CustomerName: `Ben Black`, CustomerFirstName: `Ben`, CustomerLastName: `Black`, CustomerAddress: `143 Wall Street, Huston, USA, 80182`, Salesperson: `Anna Watson`, OrderID: 1067, OrderDate: `12/19/2022`, ProductID: 103, ProductName: `Samsung Note`, UnitPrice: 28900.7, Quantity: 3, ExtendedPrice: 86702.1, Freight: 770.7, Discontinued: false, Region: `North East`, Address: `143 Wall Street`, City: `Huston`, Country: `USA`, PostalCode: 80182 }), + new InvoicesDataItem({ ShipName: `Watson Estate`, ShipAddress: `170 Main Street`, ShipCity: `New York`, ShipPostalCode: 60155, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1466, CustomerName: `Max Watson`, CustomerFirstName: `Max`, CustomerLastName: `Watson`, CustomerAddress: `170 Main Street, New York, USA, 60155`, Salesperson: `James Jackson`, OrderID: 1746, OrderDate: `9/2/2022`, ProductID: 148, ProductName: `IPad`, UnitPrice: 25390.4, Quantity: 5, ExtendedPrice: 126952, Freight: 550.4, Discontinued: false, Region: `South East`, Address: `170 Main Street`, City: `New York`, Country: `USA`, PostalCode: 60155 }), + new InvoicesDataItem({ ShipName: `Jackson Market`, ShipAddress: `111 Wall Street`, ShipCity: `Philadelphia`, ShipPostalCode: 60079, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1467, CustomerName: `Pamela Jackson`, CustomerFirstName: `Pamela`, CustomerLastName: `Jackson`, CustomerAddress: `111 Wall Street, Philadelphia, USA, 60079`, Salesperson: `Nancy Jefferson`, OrderID: 1334, OrderDate: `5/23/2022`, ProductID: 129, ProductName: `Mac Book Air`, UnitPrice: 14520.65, Quantity: 2, ExtendedPrice: 29041.3, Freight: 1250.65, Discontinued: false, Region: `West`, Address: `111 Wall Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 60079 }), + new InvoicesDataItem({ ShipName: `Black Market`, ShipAddress: `153 Wall Street`, ShipCity: `Huston`, ShipPostalCode: 90056, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1468, CustomerName: `Anna Black`, CustomerFirstName: `Anna`, CustomerLastName: `Black`, CustomerAddress: `153 Wall Street, Huston, USA, 90056`, Salesperson: `Anna Jackson`, OrderID: 1230, OrderDate: `4/15/2022`, ProductID: 128, ProductName: `IPhone`, UnitPrice: 14930.82, Quantity: 5, ExtendedPrice: 74654.1, Freight: 1470.82, Discontinued: false, Region: `North East`, Address: `153 Wall Street`, City: `Huston`, Country: `USA`, PostalCode: 90056 }), + new InvoicesDataItem({ ShipName: `Jackson Market`, ShipAddress: `143 Main Street`, ShipCity: `Philadelphia`, ShipPostalCode: 50070, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1469, CustomerName: `Max Jackson`, CustomerFirstName: `Max`, CustomerLastName: `Jackson`, CustomerAddress: `143 Main Street, Philadelphia, USA, 50070`, Salesperson: `Nancy Madison`, OrderID: 1761, OrderDate: `1/23/2022`, ProductID: 136, ProductName: `IPad`, UnitPrice: 10810.43, Quantity: 4, ExtendedPrice: 43241.72, Freight: 1910.43, Discontinued: true, Region: `South East`, Address: `143 Main Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 50070 }), + new InvoicesDataItem({ ShipName: `Black Estate`, ShipAddress: `174 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 80126, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1470, CustomerName: `Pamela Black`, CustomerFirstName: `Pamela`, CustomerLastName: `Black`, CustomerAddress: `174 Market Street, Philadelphia, USA, 80126`, Salesperson: `Martin Madison`, OrderID: 1217, OrderDate: `7/7/2022`, ProductID: 170, ProductName: `IPhone`, UnitPrice: 16660.27, Quantity: 4, ExtendedPrice: 66641.08, Freight: 790.27, Discontinued: false, Region: `North East`, Address: `174 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 80126 }), + new InvoicesDataItem({ ShipName: `Smith Home`, ShipAddress: `189 Wall Street`, ShipCity: `Los Angeles`, ShipPostalCode: 60161, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1471, CustomerName: `Max Smith`, CustomerFirstName: `Max`, CustomerLastName: `Smith`, CustomerAddress: `189 Wall Street, Los Angeles, USA, 60161`, Salesperson: `Max Madison`, OrderID: 1882, OrderDate: `11/5/2022`, ProductID: 141, ProductName: `Mac Book Air`, UnitPrice: 18210.39, Quantity: 3, ExtendedPrice: 54631.17, Freight: 990.39, Discontinued: false, Region: `South East`, Address: `189 Wall Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 60161 }), + new InvoicesDataItem({ ShipName: `Black Market`, ShipAddress: `193 Market Street`, ShipCity: `Huston`, ShipPostalCode: 50163, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1472, CustomerName: `Max Black`, CustomerFirstName: `Max`, CustomerLastName: `Black`, CustomerAddress: `193 Market Street, Huston, USA, 50163`, Salesperson: `Mike Black`, OrderID: 1855, OrderDate: `5/3/2022`, ProductID: 188, ProductName: `Samsung Note`, UnitPrice: 9860.59, Quantity: 5, ExtendedPrice: 49302.95, Freight: 1610.59, Discontinued: false, Region: `South East`, Address: `193 Market Street`, City: `Huston`, Country: `USA`, PostalCode: 50163 }), + new InvoicesDataItem({ ShipName: `Jackson Townhouse`, ShipAddress: `128 Main Street`, ShipCity: `Miami`, ShipPostalCode: 60162, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1473, CustomerName: `Max Jackson`, CustomerFirstName: `Max`, CustomerLastName: `Jackson`, CustomerAddress: `128 Main Street, Miami, USA, 60162`, Salesperson: `Nancy Black`, OrderID: 1087, OrderDate: `4/5/2022`, ProductID: 166, ProductName: `Mac Book Air`, UnitPrice: 12090.33, Quantity: 4, ExtendedPrice: 48361.32, Freight: 1020.33, Discontinued: false, Region: `West`, Address: `128 Main Street`, City: `Miami`, Country: `USA`, PostalCode: 60162 }), + new InvoicesDataItem({ ShipName: `Jackson Townhouse`, ShipAddress: `179 Wall Street`, ShipCity: `New York`, ShipPostalCode: 50104, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1474, CustomerName: `Ben Jackson`, CustomerFirstName: `Ben`, CustomerLastName: `Jackson`, CustomerAddress: `179 Wall Street, New York, USA, 50104`, Salesperson: `Martin Black`, OrderID: 1121, OrderDate: `12/2/2022`, ProductID: 169, ProductName: `IPad`, UnitPrice: 18020.22, Quantity: 4, ExtendedPrice: 72080.88, Freight: 830.22, Discontinued: false, Region: `West`, Address: `179 Wall Street`, City: `New York`, Country: `USA`, PostalCode: 50104 }), + new InvoicesDataItem({ ShipName: `Jackson Townhouse`, ShipAddress: `168 Market Street`, ShipCity: `Huston`, ShipPostalCode: 60117, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1475, CustomerName: `Martin Jackson`, CustomerFirstName: `Martin`, CustomerLastName: `Jackson`, CustomerAddress: `168 Market Street, Huston, USA, 60117`, Salesperson: `James Madison`, OrderID: 1965, OrderDate: `10/17/2022`, ProductID: 166, ProductName: `Mac Book Pro`, UnitPrice: 6770.39, Quantity: 5, ExtendedPrice: 33851.95, Freight: 240.39, Discontinued: false, Region: `West`, Address: `168 Market Street`, City: `Huston`, Country: `USA`, PostalCode: 60117 }), + new InvoicesDataItem({ ShipName: `Black Market`, ShipAddress: `195 Wall Street`, ShipCity: `Huston`, ShipPostalCode: 50103, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1476, CustomerName: `Mike Black`, CustomerFirstName: `Mike`, CustomerLastName: `Black`, CustomerAddress: `195 Wall Street, Huston, USA, 50103`, Salesperson: `Ben Jackson`, OrderID: 1241, OrderDate: `2/3/2022`, ProductID: 159, ProductName: `Samsung Note`, UnitPrice: 14250.8, Quantity: 5, ExtendedPrice: 71254, Freight: 1870.8, Discontinued: false, Region: `North East`, Address: `195 Wall Street`, City: `Huston`, Country: `USA`, PostalCode: 50103 }), + new InvoicesDataItem({ ShipName: `Jefferson Market`, ShipAddress: `192 Main Street`, ShipCity: `Los Angeles`, ShipPostalCode: 70069, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1477, CustomerName: `Pamela Jefferson`, CustomerFirstName: `Pamela`, CustomerLastName: `Jefferson`, CustomerAddress: `192 Main Street, Los Angeles, USA, 70069`, Salesperson: `Pamela Watson`, OrderID: 1440, OrderDate: `6/4/2022`, ProductID: 191, ProductName: `Samsung Galaxy 22`, UnitPrice: 23000.87, Quantity: 3, ExtendedPrice: 69002.61, Freight: 1680.87, Discontinued: false, Region: `North East`, Address: `192 Main Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 70069 }), + new InvoicesDataItem({ ShipName: `Jefferson Estate`, ShipAddress: `139 Wall Street`, ShipCity: `Philadelphia`, ShipPostalCode: 50143, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1478, CustomerName: `Pamela Jefferson`, CustomerFirstName: `Pamela`, CustomerLastName: `Jefferson`, CustomerAddress: `139 Wall Street, Philadelphia, USA, 50143`, Salesperson: `Nancy Madison`, OrderID: 1507, OrderDate: `10/10/2022`, ProductID: 176, ProductName: `Mac Book Air`, UnitPrice: 25490.8, Quantity: 3, ExtendedPrice: 76472.4, Freight: 830.8, Discontinued: false, Region: `North East`, Address: `139 Wall Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 50143 }), + new InvoicesDataItem({ ShipName: `Madison Estate`, ShipAddress: `131 Wall Street`, ShipCity: `Miami`, ShipPostalCode: 80108, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1479, CustomerName: `Mike Madison`, CustomerFirstName: `Mike`, CustomerLastName: `Madison`, CustomerAddress: `131 Wall Street, Miami, USA, 80108`, Salesperson: `Ben Jefferson`, OrderID: 1702, OrderDate: `10/16/2022`, ProductID: 174, ProductName: `Mac Book Pro`, UnitPrice: 28620.58, Quantity: 4, ExtendedPrice: 114482.32, Freight: 950.58, Discontinued: true, Region: `South East`, Address: `131 Wall Street`, City: `Miami`, Country: `USA`, PostalCode: 80108 }), + new InvoicesDataItem({ ShipName: `Smith Estate`, ShipAddress: `127 Market Street`, ShipCity: `Huston`, ShipPostalCode: 90097, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1480, CustomerName: `James Smith`, CustomerFirstName: `James`, CustomerLastName: `Smith`, CustomerAddress: `127 Market Street, Huston, USA, 90097`, Salesperson: `Pamela Black`, OrderID: 1875, OrderDate: `7/24/2022`, ProductID: 164, ProductName: `Mac Book Air`, UnitPrice: 6750.85, Quantity: 2, ExtendedPrice: 13501.7, Freight: 1160.85, Discontinued: false, Region: `North East`, Address: `127 Market Street`, City: `Huston`, Country: `USA`, PostalCode: 90097 }), + new InvoicesDataItem({ ShipName: `Madison Home`, ShipAddress: `190 Market Street`, ShipCity: `New York`, ShipPostalCode: 70142, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1481, CustomerName: `Pamela Madison`, CustomerFirstName: `Pamela`, CustomerLastName: `Madison`, CustomerAddress: `190 Market Street, New York, USA, 70142`, Salesperson: `Pamela Smith`, OrderID: 1373, OrderDate: `5/19/2022`, ProductID: 108, ProductName: `Samsung Galaxy 22`, UnitPrice: 17230.33, Quantity: 3, ExtendedPrice: 51690.99, Freight: 1270.33, Discontinued: false, Region: `West`, Address: `190 Market Street`, City: `New York`, Country: `USA`, PostalCode: 70142 }), + new InvoicesDataItem({ ShipName: `Jackson Market`, ShipAddress: `179 Main Street`, ShipCity: `Philadelphia`, ShipPostalCode: 90146, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1482, CustomerName: `Nancy Jackson`, CustomerFirstName: `Nancy`, CustomerLastName: `Jackson`, CustomerAddress: `179 Main Street, Philadelphia, USA, 90146`, Salesperson: `James Jefferson`, OrderID: 1452, OrderDate: `5/16/2022`, ProductID: 170, ProductName: `Mac Book Air`, UnitPrice: 8320.5, Quantity: 4, ExtendedPrice: 33282, Freight: 510.5, Discontinued: false, Region: `North East`, Address: `179 Main Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 90146 }), + new InvoicesDataItem({ ShipName: `Black Townhouse`, ShipAddress: `183 Main Street`, ShipCity: `Los Angeles`, ShipPostalCode: 90165, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1483, CustomerName: `Anna Black`, CustomerFirstName: `Anna`, CustomerLastName: `Black`, CustomerAddress: `183 Main Street, Los Angeles, USA, 90165`, Salesperson: `Max Watson`, OrderID: 1835, OrderDate: `9/8/2022`, ProductID: 198, ProductName: `Samsung Note`, UnitPrice: 13800.6, Quantity: 3, ExtendedPrice: 41401.8, Freight: 700.6, Discontinued: false, Region: `West`, Address: `183 Main Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 90165 }), + new InvoicesDataItem({ ShipName: `Black Townhouse`, ShipAddress: `108 Main Street`, ShipCity: `Philadelphia`, ShipPostalCode: 50151, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1484, CustomerName: `Max Black`, CustomerFirstName: `Max`, CustomerLastName: `Black`, CustomerAddress: `108 Main Street, Philadelphia, USA, 50151`, Salesperson: `Mike Jefferson`, OrderID: 1448, OrderDate: `11/16/2022`, ProductID: 103, ProductName: `Samsung Note`, UnitPrice: 21840.84, Quantity: 5, ExtendedPrice: 109204.2, Freight: 1500.84, Discontinued: false, Region: `South East`, Address: `108 Main Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 50151 }), + new InvoicesDataItem({ ShipName: `Jefferson Estate`, ShipAddress: `150 Market Street`, ShipCity: `New York`, ShipPostalCode: 80053, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1485, CustomerName: `James Jefferson`, CustomerFirstName: `James`, CustomerLastName: `Jefferson`, CustomerAddress: `150 Market Street, New York, USA, 80053`, Salesperson: `Anna Black`, OrderID: 1160, OrderDate: `6/7/2022`, ProductID: 156, ProductName: `IPhone`, UnitPrice: 24480.65, Quantity: 2, ExtendedPrice: 48961.3, Freight: 860.65, Discontinued: false, Region: `West`, Address: `150 Market Street`, City: `New York`, Country: `USA`, PostalCode: 80053 }), + new InvoicesDataItem({ ShipName: `Jefferson Estate`, ShipAddress: `121 Wall Street`, ShipCity: `Miami`, ShipPostalCode: 50087, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1486, CustomerName: `Mike Jefferson`, CustomerFirstName: `Mike`, CustomerLastName: `Jefferson`, CustomerAddress: `121 Wall Street, Miami, USA, 50087`, Salesperson: `Anna Jackson`, OrderID: 1277, OrderDate: `8/16/2022`, ProductID: 108, ProductName: `Mac Book Air`, UnitPrice: 27370.31, Quantity: 2, ExtendedPrice: 54740.62, Freight: 350.31, Discontinued: false, Region: `North East`, Address: `121 Wall Street`, City: `Miami`, Country: `USA`, PostalCode: 50087 }), + new InvoicesDataItem({ ShipName: `Watson Townhouse`, ShipAddress: `187 Market Street`, ShipCity: `Miami`, ShipPostalCode: 90094, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1487, CustomerName: `Anna Watson`, CustomerFirstName: `Anna`, CustomerLastName: `Watson`, CustomerAddress: `187 Market Street, Miami, USA, 90094`, Salesperson: `Pamela Jefferson`, OrderID: 1895, OrderDate: `7/18/2022`, ProductID: 138, ProductName: `IPad`, UnitPrice: 15270.6, Quantity: 3, ExtendedPrice: 45811.8, Freight: 1920.6, Discontinued: false, Region: `West`, Address: `187 Market Street`, City: `Miami`, Country: `USA`, PostalCode: 90094 }), + new InvoicesDataItem({ ShipName: `Watson Market`, ShipAddress: `142 Main Street`, ShipCity: `Los Angeles`, ShipPostalCode: 50160, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1488, CustomerName: `Pamela Watson`, CustomerFirstName: `Pamela`, CustomerLastName: `Watson`, CustomerAddress: `142 Main Street, Los Angeles, USA, 50160`, Salesperson: `Max Smith`, OrderID: 1559, OrderDate: `11/2/2022`, ProductID: 129, ProductName: `Samsung Note`, UnitPrice: 19940.22, Quantity: 5, ExtendedPrice: 99701.1, Freight: 540.22, Discontinued: false, Region: `West`, Address: `142 Main Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 50160 }), + new InvoicesDataItem({ ShipName: `Black Townhouse`, ShipAddress: `190 Market Street`, ShipCity: `Miami`, ShipPostalCode: 60164, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1489, CustomerName: `James Black`, CustomerFirstName: `James`, CustomerLastName: `Black`, CustomerAddress: `190 Market Street, Miami, USA, 60164`, Salesperson: `Nancy Jefferson`, OrderID: 1144, OrderDate: `5/7/2022`, ProductID: 169, ProductName: `Samsung Galaxy 22`, UnitPrice: 29010.82, Quantity: 4, ExtendedPrice: 116043.28, Freight: 1870.82, Discontinued: true, Region: `North East`, Address: `190 Market Street`, City: `Miami`, Country: `USA`, PostalCode: 60164 }), + new InvoicesDataItem({ ShipName: `Madison Market`, ShipAddress: `180 Main Street`, ShipCity: `Philadelphia`, ShipPostalCode: 70181, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1490, CustomerName: `Ben Madison`, CustomerFirstName: `Ben`, CustomerLastName: `Madison`, CustomerAddress: `180 Main Street, Philadelphia, USA, 70181`, Salesperson: `Ben Black`, OrderID: 1396, OrderDate: `2/24/2022`, ProductID: 137, ProductName: `IPhone`, UnitPrice: 15420.8, Quantity: 4, ExtendedPrice: 61683.2, Freight: 1870.8, Discontinued: false, Region: `West`, Address: `180 Main Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 70181 }), + new InvoicesDataItem({ ShipName: `Watson Home`, ShipAddress: `152 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 60139, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1491, CustomerName: `Anna Watson`, CustomerFirstName: `Anna`, CustomerLastName: `Watson`, CustomerAddress: `152 Market Street, Philadelphia, USA, 60139`, Salesperson: `Mike Madison`, OrderID: 1733, OrderDate: `9/23/2022`, ProductID: 117, ProductName: `Mac Book Pro`, UnitPrice: 26430.79, Quantity: 5, ExtendedPrice: 132153.95, Freight: 270.79, Discontinued: false, Region: `North East`, Address: `152 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 60139 }), + new InvoicesDataItem({ ShipName: `Black Home`, ShipAddress: `176 Main Street`, ShipCity: `Miami`, ShipPostalCode: 60072, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1492, CustomerName: `Nancy Black`, CustomerFirstName: `Nancy`, CustomerLastName: `Black`, CustomerAddress: `176 Main Street, Miami, USA, 60072`, Salesperson: `Mike Black`, OrderID: 1473, OrderDate: `6/23/2022`, ProductID: 175, ProductName: `Samsung Note`, UnitPrice: 18440.43, Quantity: 4, ExtendedPrice: 73761.72, Freight: 1770.43, Discontinued: false, Region: `West`, Address: `176 Main Street`, City: `Miami`, Country: `USA`, PostalCode: 60072 }), + new InvoicesDataItem({ ShipName: `Madison Home`, ShipAddress: `120 Main Street`, ShipCity: `Miami`, ShipPostalCode: 80161, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1493, CustomerName: `Martin Madison`, CustomerFirstName: `Martin`, CustomerLastName: `Madison`, CustomerAddress: `120 Main Street, Miami, USA, 80161`, Salesperson: `Ben Watson`, OrderID: 1674, OrderDate: `5/1/2022`, ProductID: 175, ProductName: `Samsung Galaxy 22`, UnitPrice: 23490.67, Quantity: 3, ExtendedPrice: 70472.01, Freight: 820.67, Discontinued: false, Region: `West`, Address: `120 Main Street`, City: `Miami`, Country: `USA`, PostalCode: 80161 }), + new InvoicesDataItem({ ShipName: `Black Estate`, ShipAddress: `127 Main Street`, ShipCity: `Miami`, ShipPostalCode: 90183, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1494, CustomerName: `Ben Black`, CustomerFirstName: `Ben`, CustomerLastName: `Black`, CustomerAddress: `127 Main Street, Miami, USA, 90183`, Salesperson: `Pamela Smith`, OrderID: 1279, OrderDate: `2/9/2022`, ProductID: 108, ProductName: `Samsung Note`, UnitPrice: 7560.83, Quantity: 4, ExtendedPrice: 30243.32, Freight: 470.83, Discontinued: false, Region: `West`, Address: `127 Main Street`, City: `Miami`, Country: `USA`, PostalCode: 90183 }), + new InvoicesDataItem({ ShipName: `Jackson Estate`, ShipAddress: `129 Market Street`, ShipCity: `New York`, ShipPostalCode: 50067, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1495, CustomerName: `Pamela Jackson`, CustomerFirstName: `Pamela`, CustomerLastName: `Jackson`, CustomerAddress: `129 Market Street, New York, USA, 50067`, Salesperson: `Nancy Jackson`, OrderID: 1502, OrderDate: `9/25/2022`, ProductID: 175, ProductName: `Samsung Note`, UnitPrice: 24020.51, Quantity: 4, ExtendedPrice: 96082.04, Freight: 1320.51, Discontinued: false, Region: `South East`, Address: `129 Market Street`, City: `New York`, Country: `USA`, PostalCode: 50067 }), + new InvoicesDataItem({ ShipName: `Madison Townhouse`, ShipAddress: `118 Market Street`, ShipCity: `New York`, ShipPostalCode: 70088, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1496, CustomerName: `Mike Madison`, CustomerFirstName: `Mike`, CustomerLastName: `Madison`, CustomerAddress: `118 Market Street, New York, USA, 70088`, Salesperson: `Anna Watson`, OrderID: 1672, OrderDate: `7/8/2022`, ProductID: 178, ProductName: `Mac Book Air`, UnitPrice: 9150.21, Quantity: 2, ExtendedPrice: 18300.42, Freight: 470.21, Discontinued: false, Region: `West`, Address: `118 Market Street`, City: `New York`, Country: `USA`, PostalCode: 70088 }), + new InvoicesDataItem({ ShipName: `Watson Townhouse`, ShipAddress: `146 Main Street`, ShipCity: `Huston`, ShipPostalCode: 60135, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1497, CustomerName: `Mike Watson`, CustomerFirstName: `Mike`, CustomerLastName: `Watson`, CustomerAddress: `146 Main Street, Huston, USA, 60135`, Salesperson: `Anna Black`, OrderID: 1449, OrderDate: `4/4/2022`, ProductID: 194, ProductName: `IPhone`, UnitPrice: 19390.48, Quantity: 4, ExtendedPrice: 77561.92, Freight: 1350.48, Discontinued: false, Region: `North East`, Address: `146 Main Street`, City: `Huston`, Country: `USA`, PostalCode: 60135 }), + new InvoicesDataItem({ ShipName: `Jefferson Home`, ShipAddress: `146 Market Street`, ShipCity: `Huston`, ShipPostalCode: 80195, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1498, CustomerName: `Pamela Jefferson`, CustomerFirstName: `Pamela`, CustomerLastName: `Jefferson`, CustomerAddress: `146 Market Street, Huston, USA, 80195`, Salesperson: `Ben Black`, OrderID: 1100, OrderDate: `7/1/2022`, ProductID: 103, ProductName: `IPhone`, UnitPrice: 12430.89, Quantity: 3, ExtendedPrice: 37292.67, Freight: 1060.89, Discontinued: false, Region: `North East`, Address: `146 Market Street`, City: `Huston`, Country: `USA`, PostalCode: 80195 }), ]; super(...newItems.slice(0)); } diff --git a/samples/grids/grid/keyboard-mrl-navigation/src/CompanyData.ts b/samples/grids/grid/keyboard-mrl-navigation/src/CompanyData.ts index 2c8b9c95e7..113ad19a20 100644 --- a/samples/grids/grid/keyboard-mrl-navigation/src/CompanyData.ts +++ b/samples/grids/grid/keyboard-mrl-navigation/src/CompanyData.ts @@ -23,441 +23,35 @@ export class CompanyData extends Array { super(...items); } else { const newItems = [ - new CompanyDataItem( - { - ID: `abc1000`, - Company: `Sportan`, - Address: `Rapelye Street`, - City: `Oceola`, - Country: `VU`, - LifetimeSales: 40882580.18, - QuarterlySales: 430845.78, - YearlySales: 1197420.17, - MarketPotential: 4210805124.61, - AssetsCash: 264714.71, - AccountsReceivable: 63084.44, - AssetsBooks: 7534.74 - }), - new CompanyDataItem( - { - ID: `abc1001`, - Company: `Bugsall`, - Address: `Hoyt Street`, - City: `Rosine`, - Country: `FM`, - LifetimeSales: 29231147.89, - QuarterlySales: 227299.97, - YearlySales: 1486467.06, - MarketPotential: 2505447478.96, - AssetsCash: 370690.39, - AccountsReceivable: 69242.24, - AssetsBooks: 12507.92 - }), - new CompanyDataItem( - { - ID: `abc1002`, - Company: `Hydrocom`, - Address: `Sunnyside Court`, - City: `Cornfields`, - Country: `KE`, - LifetimeSales: 35628528.18, - QuarterlySales: 226007.91, - YearlySales: 1092555.78, - MarketPotential: 4930069033.99, - AssetsCash: 403038.64, - AccountsReceivable: 56183.05, - AssetsBooks: 8113.52 - }), - new CompanyDataItem( - { - ID: `abc1003`, - Company: `Eclipto`, - Address: `Remsen Avenue`, - City: `Orin`, - Country: `TZ`, - LifetimeSales: 20178683.42, - QuarterlySales: 319645.81, - YearlySales: 1249194.57, - MarketPotential: 2488740024.16, - AssetsCash: 237368.76, - AccountsReceivable: 50048.48, - AssetsBooks: 13100.31 - }), - new CompanyDataItem( - { - ID: `abc1004`, - Company: `Paprikut`, - Address: `Bay Parkway`, - City: `Motley`, - Country: `LR`, - LifetimeSales: 25575955.42, - QuarterlySales: 347046.85, - YearlySales: 1611555.66, - MarketPotential: 1923959087.58, - AssetsCash: 235064.57, - AccountsReceivable: 74596.25, - AssetsBooks: 17057.85 - }), - new CompanyDataItem( - { - ID: `abc1005`, - Company: `Unia`, - Address: `Richards Street`, - City: `Herlong`, - Country: `DZ`, - LifetimeSales: 13462122.23, - QuarterlySales: 368636.73, - YearlySales: 489642.54, - MarketPotential: 1679474693.72, - AssetsCash: 498174.1, - AccountsReceivable: 92476.88, - AssetsBooks: 6961.9 - }), - new CompanyDataItem( - { - ID: `abc1006`, - Company: `Isologix`, - Address: `Williams Court`, - City: `Marysville`, - Country: `JO`, - LifetimeSales: 38448387.27, - QuarterlySales: 298248.71, - YearlySales: 1904695.32, - MarketPotential: 4696918929, - AssetsCash: 383266.93, - AccountsReceivable: 76247.35, - AssetsBooks: 6818.03 - }), - new CompanyDataItem( - { - ID: `abc1007`, - Company: `Deepends`, - Address: `Independence Avenue`, - City: `Riegelwood`, - Country: `NO`, - LifetimeSales: 13730298.02, - QuarterlySales: 323612.72, - YearlySales: 953860.54, - MarketPotential: 4825809829.87, - AssetsCash: 416146.08, - AccountsReceivable: 62282.5, - AssetsBooks: 13686.42 - }), - new CompanyDataItem( - { - ID: `abc1008`, - Company: `Quantasis`, - Address: `Berriman Street`, - City: `Unionville`, - Country: `ID`, - LifetimeSales: 19875841.19, - QuarterlySales: 468274.38, - YearlySales: 1569184.18, - MarketPotential: 3489758844.49, - AssetsCash: 415699.26, - AccountsReceivable: 54628.5, - AssetsBooks: 19321.38 - }), - new CompanyDataItem( - { - ID: `abc1009`, - Company: `Playce`, - Address: `India Street`, - City: `Joppa`, - Country: `VI`, - LifetimeSales: 45960329.03, - QuarterlySales: 448358.99, - YearlySales: 1855678.13, - MarketPotential: 2740892152.3, - AssetsCash: 447054.49, - AccountsReceivable: 69204.65, - AssetsBooks: 23522.18 - }), - new CompanyDataItem( - { - ID: `abc1010`, - Company: `Ezent`, - Address: `Decatur Street`, - City: `Lithium`, - Country: `CV`, - LifetimeSales: 43613913.07, - QuarterlySales: 140288.25, - YearlySales: 594517.52, - MarketPotential: 1419141218.99, - AssetsCash: 324254.03, - AccountsReceivable: 78826.89, - AssetsBooks: 20581.79 - }), - new CompanyDataItem( - { - ID: `abc1011`, - Company: `Corepan`, - Address: `Jefferson Street`, - City: `Roland`, - Country: `CA`, - LifetimeSales: 19334236.7, - QuarterlySales: 413597.57, - YearlySales: 1871048.41, - MarketPotential: 3524818686.77, - AssetsCash: 464374.02, - AccountsReceivable: 68634.68, - AssetsBooks: 16572.39 - }), - new CompanyDataItem( - { - ID: `abc1012`, - Company: `Quonata`, - Address: `Bristol Street`, - City: `Belgreen`, - Country: `ER`, - LifetimeSales: 21467135.56, - QuarterlySales: 224717.89, - YearlySales: 657562.96, - MarketPotential: 3686684834.77, - AssetsCash: 345941.49, - AccountsReceivable: 51842.73, - AssetsBooks: 12948.79 - }), - new CompanyDataItem( - { - ID: `abc1013`, - Company: `Empirica`, - Address: `Eaton Court`, - City: `Hampstead`, - Country: `LY`, - LifetimeSales: 21711544.57, - QuarterlySales: 290740.22, - YearlySales: 1202336.44, - MarketPotential: 2343942535.11, - AssetsCash: 331479.28, - AccountsReceivable: 61027.27, - AssetsBooks: 6199.99 - }), - new CompanyDataItem( - { - ID: `abc1014`, - Company: `Eventix`, - Address: `Gain Court`, - City: `Dowling`, - Country: `NG`, - LifetimeSales: 27108803.74, - QuarterlySales: 322969.25, - YearlySales: 951465.66, - MarketPotential: 4841022751.3, - AssetsCash: 287818.89, - AccountsReceivable: 79152.96, - AssetsBooks: 9047.59 - }), - new CompanyDataItem( - { - ID: `abc1015`, - Company: `Dogspa`, - Address: `Quay Street`, - City: `Marne`, - Country: `TW`, - LifetimeSales: 15372014.44, - QuarterlySales: 376294.9, - YearlySales: 978453.71, - MarketPotential: 1275418042.2, - AssetsCash: 374628.65, - AccountsReceivable: 84888.29, - AssetsBooks: 20578.59 - }), - new CompanyDataItem( - { - ID: `abc1016`, - Company: `Jumpstack`, - Address: `Quincy Street`, - City: `Hobucken`, - Country: `CF`, - LifetimeSales: 38882346.28, - QuarterlySales: 140607.23, - YearlySales: 1197166.82, - MarketPotential: 4820347822.28, - AssetsCash: 231516.29, - AccountsReceivable: 87415.74, - AssetsBooks: 12896.54 - }), - new CompanyDataItem( - { - ID: `abc1017`, - Company: `Sybixtex`, - Address: `Ryder Street`, - City: `Alderpoint`, - Country: `IO`, - LifetimeSales: 21445732.45, - QuarterlySales: 369036.23, - YearlySales: 499606.34, - MarketPotential: 2807389991.36, - AssetsCash: 408474.47, - AccountsReceivable: 65344.38, - AssetsBooks: 8862.63 - }), - new CompanyDataItem( - { - ID: `abc1018`, - Company: `Dognosis`, - Address: `Wolcott Street`, - City: `Edgewater`, - Country: `GL`, - LifetimeSales: 41661881.98, - QuarterlySales: 141108.09, - YearlySales: 522969.48, - MarketPotential: 4374478218.15, - AssetsCash: 225730.61, - AccountsReceivable: 72839.21, - AssetsBooks: 8728.07 - }), - new CompanyDataItem( - { - ID: `abc1019`, - Company: `Twiggery`, - Address: `Irwin Street`, - City: `Blackgum`, - Country: `ZM`, - LifetimeSales: 36017506.06, - QuarterlySales: 354562.4, - YearlySales: 1449893.92, - MarketPotential: 1948021644.72, - AssetsCash: 376383.08, - AccountsReceivable: 62385.03, - AssetsBooks: 14270.75 - }), - new CompanyDataItem( - { - ID: `abc1020`, - Company: `Bizmatic`, - Address: `Jerome Street`, - City: `Sylvanite`, - Country: `MM`, - LifetimeSales: 11722193.14, - QuarterlySales: 213212.65, - YearlySales: 1310614.58, - MarketPotential: 3463018300.01, - AssetsCash: 252123.01, - AccountsReceivable: 57229.43, - AssetsBooks: 19165.76 - }), - new CompanyDataItem( - { - ID: `abc1021`, - Company: `Accel`, - Address: `Louisiana Avenue`, - City: `Cornucopia`, - Country: `IE`, - LifetimeSales: 27607249.98, - QuarterlySales: 236774.12, - YearlySales: 1546611.47, - MarketPotential: 2024251139.72, - AssetsCash: 294508.31, - AccountsReceivable: 71612.5, - AssetsBooks: 18155.66 - }), - new CompanyDataItem( - { - ID: `abc1022`, - Company: `Brainquil`, - Address: `Tompkins Avenue`, - City: `Hanover`, - Country: `MX`, - LifetimeSales: 25699331.36, - QuarterlySales: 186296.88, - YearlySales: 736119.79, - MarketPotential: 1098592989.14, - AssetsCash: 321341.22, - AccountsReceivable: 82055.95, - AssetsBooks: 10149.55 - }), - new CompanyDataItem( - { - ID: `abc1023`, - Company: `Eplode`, - Address: `Desmond Court`, - City: `Lupton`, - Country: `GA`, - LifetimeSales: 22446181.35, - QuarterlySales: 346390.58, - YearlySales: 712190.68, - MarketPotential: 2534215258.43, - AssetsCash: 266537.14, - AccountsReceivable: 87164.54, - AssetsBooks: 24489.71 - }), - new CompanyDataItem( - { - ID: `abc1024`, - Company: `Crustatia`, - Address: `Woodhull Street`, - City: `Conestoga`, - Country: `GR`, - LifetimeSales: 48060275.78, - QuarterlySales: 319385.17, - YearlySales: 1662973.16, - MarketPotential: 3562317203.73, - AssetsCash: 471269.15, - AccountsReceivable: 98834.5, - AssetsBooks: 10641.41 - }), - new CompanyDataItem( - { - ID: `abc1025`, - Company: `Buzzness`, - Address: `Guider Avenue`, - City: `Gratton`, - Country: `MD`, - LifetimeSales: 26377352.6, - QuarterlySales: 439844.54, - YearlySales: 601430.59, - MarketPotential: 1486755775.28, - AssetsCash: 252524.24, - AccountsReceivable: 51795.96, - AssetsBooks: 10315.84 - }), - new CompanyDataItem( - { - ID: `abc1026`, - Company: `Helixo`, - Address: `Logan Street`, - City: `Broadlands`, - Country: `RE`, - LifetimeSales: 31633703.02, - QuarterlySales: 256392.06, - YearlySales: 602291.9, - MarketPotential: 4323633265.68, - AssetsCash: 468025.56, - AccountsReceivable: 95638.46, - AssetsBooks: 22985.41 - }), - new CompanyDataItem( - { - ID: `abc1027`, - Company: `Geekosis`, - Address: `Dictum Court`, - City: `Bellamy`, - Country: `NF`, - LifetimeSales: 29268437.79, - QuarterlySales: 147691.1, - YearlySales: 1691764.93, - MarketPotential: 1362207226.45, - AssetsCash: 434628.23, - AccountsReceivable: 66871.54, - AssetsBooks: 12574.59 - }), - new CompanyDataItem( - { - ID: `abc1028`, - Company: `Zipak`, - Address: `Hendrix Street`, - City: `Enetai`, - Country: `MH`, - LifetimeSales: 18691983.29, - QuarterlySales: 218666.54, - YearlySales: 1038077.26, - MarketPotential: 1362313421.44, - AssetsCash: 276294.7, - AccountsReceivable: 59302.02, - AssetsBooks: 11183.04 - }), + new CompanyDataItem({ ID: `abc1000`, Company: `Sportan`, Address: `Rapelye Street`, City: `Oceola`, Country: `VU`, LifetimeSales: 40882580.18, QuarterlySales: 430845.78, YearlySales: 1197420.17, MarketPotential: 4210805124.61, AssetsCash: 264714.71, AccountsReceivable: 63084.44, AssetsBooks: 7534.74 }), + new CompanyDataItem({ ID: `abc1001`, Company: `Bugsall`, Address: `Hoyt Street`, City: `Rosine`, Country: `FM`, LifetimeSales: 29231147.89, QuarterlySales: 227299.97, YearlySales: 1486467.06, MarketPotential: 2505447478.96, AssetsCash: 370690.39, AccountsReceivable: 69242.24, AssetsBooks: 12507.92 }), + new CompanyDataItem({ ID: `abc1002`, Company: `Hydrocom`, Address: `Sunnyside Court`, City: `Cornfields`, Country: `KE`, LifetimeSales: 35628528.18, QuarterlySales: 226007.91, YearlySales: 1092555.78, MarketPotential: 4930069033.99, AssetsCash: 403038.64, AccountsReceivable: 56183.05, AssetsBooks: 8113.52 }), + new CompanyDataItem({ ID: `abc1003`, Company: `Eclipto`, Address: `Remsen Avenue`, City: `Orin`, Country: `TZ`, LifetimeSales: 20178683.42, QuarterlySales: 319645.81, YearlySales: 1249194.57, MarketPotential: 2488740024.16, AssetsCash: 237368.76, AccountsReceivable: 50048.48, AssetsBooks: 13100.31 }), + new CompanyDataItem({ ID: `abc1004`, Company: `Paprikut`, Address: `Bay Parkway`, City: `Motley`, Country: `LR`, LifetimeSales: 25575955.42, QuarterlySales: 347046.85, YearlySales: 1611555.66, MarketPotential: 1923959087.58, AssetsCash: 235064.57, AccountsReceivable: 74596.25, AssetsBooks: 17057.85 }), + new CompanyDataItem({ ID: `abc1005`, Company: `Unia`, Address: `Richards Street`, City: `Herlong`, Country: `DZ`, LifetimeSales: 13462122.23, QuarterlySales: 368636.73, YearlySales: 489642.54, MarketPotential: 1679474693.72, AssetsCash: 498174.1, AccountsReceivable: 92476.88, AssetsBooks: 6961.9 }), + new CompanyDataItem({ ID: `abc1006`, Company: `Isologix`, Address: `Williams Court`, City: `Marysville`, Country: `JO`, LifetimeSales: 38448387.27, QuarterlySales: 298248.71, YearlySales: 1904695.32, MarketPotential: 4696918929, AssetsCash: 383266.93, AccountsReceivable: 76247.35, AssetsBooks: 6818.03 }), + new CompanyDataItem({ ID: `abc1007`, Company: `Deepends`, Address: `Independence Avenue`, City: `Riegelwood`, Country: `NO`, LifetimeSales: 13730298.02, QuarterlySales: 323612.72, YearlySales: 953860.54, MarketPotential: 4825809829.87, AssetsCash: 416146.08, AccountsReceivable: 62282.5, AssetsBooks: 13686.42 }), + new CompanyDataItem({ ID: `abc1008`, Company: `Quantasis`, Address: `Berriman Street`, City: `Unionville`, Country: `ID`, LifetimeSales: 19875841.19, QuarterlySales: 468274.38, YearlySales: 1569184.18, MarketPotential: 3489758844.49, AssetsCash: 415699.26, AccountsReceivable: 54628.5, AssetsBooks: 19321.38 }), + new CompanyDataItem({ ID: `abc1009`, Company: `Playce`, Address: `India Street`, City: `Joppa`, Country: `VI`, LifetimeSales: 45960329.03, QuarterlySales: 448358.99, YearlySales: 1855678.13, MarketPotential: 2740892152.3, AssetsCash: 447054.49, AccountsReceivable: 69204.65, AssetsBooks: 23522.18 }), + new CompanyDataItem({ ID: `abc1010`, Company: `Ezent`, Address: `Decatur Street`, City: `Lithium`, Country: `CV`, LifetimeSales: 43613913.07, QuarterlySales: 140288.25, YearlySales: 594517.52, MarketPotential: 1419141218.99, AssetsCash: 324254.03, AccountsReceivable: 78826.89, AssetsBooks: 20581.79 }), + new CompanyDataItem({ ID: `abc1011`, Company: `Corepan`, Address: `Jefferson Street`, City: `Roland`, Country: `CA`, LifetimeSales: 19334236.7, QuarterlySales: 413597.57, YearlySales: 1871048.41, MarketPotential: 3524818686.77, AssetsCash: 464374.02, AccountsReceivable: 68634.68, AssetsBooks: 16572.39 }), + new CompanyDataItem({ ID: `abc1012`, Company: `Quonata`, Address: `Bristol Street`, City: `Belgreen`, Country: `ER`, LifetimeSales: 21467135.56, QuarterlySales: 224717.89, YearlySales: 657562.96, MarketPotential: 3686684834.77, AssetsCash: 345941.49, AccountsReceivable: 51842.73, AssetsBooks: 12948.79 }), + new CompanyDataItem({ ID: `abc1013`, Company: `Empirica`, Address: `Eaton Court`, City: `Hampstead`, Country: `LY`, LifetimeSales: 21711544.57, QuarterlySales: 290740.22, YearlySales: 1202336.44, MarketPotential: 2343942535.11, AssetsCash: 331479.28, AccountsReceivable: 61027.27, AssetsBooks: 6199.99 }), + new CompanyDataItem({ ID: `abc1014`, Company: `Eventix`, Address: `Gain Court`, City: `Dowling`, Country: `NG`, LifetimeSales: 27108803.74, QuarterlySales: 322969.25, YearlySales: 951465.66, MarketPotential: 4841022751.3, AssetsCash: 287818.89, AccountsReceivable: 79152.96, AssetsBooks: 9047.59 }), + new CompanyDataItem({ ID: `abc1015`, Company: `Dogspa`, Address: `Quay Street`, City: `Marne`, Country: `TW`, LifetimeSales: 15372014.44, QuarterlySales: 376294.9, YearlySales: 978453.71, MarketPotential: 1275418042.2, AssetsCash: 374628.65, AccountsReceivable: 84888.29, AssetsBooks: 20578.59 }), + new CompanyDataItem({ ID: `abc1016`, Company: `Jumpstack`, Address: `Quincy Street`, City: `Hobucken`, Country: `CF`, LifetimeSales: 38882346.28, QuarterlySales: 140607.23, YearlySales: 1197166.82, MarketPotential: 4820347822.28, AssetsCash: 231516.29, AccountsReceivable: 87415.74, AssetsBooks: 12896.54 }), + new CompanyDataItem({ ID: `abc1017`, Company: `Sybixtex`, Address: `Ryder Street`, City: `Alderpoint`, Country: `IO`, LifetimeSales: 21445732.45, QuarterlySales: 369036.23, YearlySales: 499606.34, MarketPotential: 2807389991.36, AssetsCash: 408474.47, AccountsReceivable: 65344.38, AssetsBooks: 8862.63 }), + new CompanyDataItem({ ID: `abc1018`, Company: `Dognosis`, Address: `Wolcott Street`, City: `Edgewater`, Country: `GL`, LifetimeSales: 41661881.98, QuarterlySales: 141108.09, YearlySales: 522969.48, MarketPotential: 4374478218.15, AssetsCash: 225730.61, AccountsReceivable: 72839.21, AssetsBooks: 8728.07 }), + new CompanyDataItem({ ID: `abc1019`, Company: `Twiggery`, Address: `Irwin Street`, City: `Blackgum`, Country: `ZM`, LifetimeSales: 36017506.06, QuarterlySales: 354562.4, YearlySales: 1449893.92, MarketPotential: 1948021644.72, AssetsCash: 376383.08, AccountsReceivable: 62385.03, AssetsBooks: 14270.75 }), + new CompanyDataItem({ ID: `abc1020`, Company: `Bizmatic`, Address: `Jerome Street`, City: `Sylvanite`, Country: `MM`, LifetimeSales: 11722193.14, QuarterlySales: 213212.65, YearlySales: 1310614.58, MarketPotential: 3463018300.01, AssetsCash: 252123.01, AccountsReceivable: 57229.43, AssetsBooks: 19165.76 }), + new CompanyDataItem({ ID: `abc1021`, Company: `Accel`, Address: `Louisiana Avenue`, City: `Cornucopia`, Country: `IE`, LifetimeSales: 27607249.98, QuarterlySales: 236774.12, YearlySales: 1546611.47, MarketPotential: 2024251139.72, AssetsCash: 294508.31, AccountsReceivable: 71612.5, AssetsBooks: 18155.66 }), + new CompanyDataItem({ ID: `abc1022`, Company: `Brainquil`, Address: `Tompkins Avenue`, City: `Hanover`, Country: `MX`, LifetimeSales: 25699331.36, QuarterlySales: 186296.88, YearlySales: 736119.79, MarketPotential: 1098592989.14, AssetsCash: 321341.22, AccountsReceivable: 82055.95, AssetsBooks: 10149.55 }), + new CompanyDataItem({ ID: `abc1023`, Company: `Eplode`, Address: `Desmond Court`, City: `Lupton`, Country: `GA`, LifetimeSales: 22446181.35, QuarterlySales: 346390.58, YearlySales: 712190.68, MarketPotential: 2534215258.43, AssetsCash: 266537.14, AccountsReceivable: 87164.54, AssetsBooks: 24489.71 }), + new CompanyDataItem({ ID: `abc1024`, Company: `Crustatia`, Address: `Woodhull Street`, City: `Conestoga`, Country: `GR`, LifetimeSales: 48060275.78, QuarterlySales: 319385.17, YearlySales: 1662973.16, MarketPotential: 3562317203.73, AssetsCash: 471269.15, AccountsReceivable: 98834.5, AssetsBooks: 10641.41 }), + new CompanyDataItem({ ID: `abc1025`, Company: `Buzzness`, Address: `Guider Avenue`, City: `Gratton`, Country: `MD`, LifetimeSales: 26377352.6, QuarterlySales: 439844.54, YearlySales: 601430.59, MarketPotential: 1486755775.28, AssetsCash: 252524.24, AccountsReceivable: 51795.96, AssetsBooks: 10315.84 }), + new CompanyDataItem({ ID: `abc1026`, Company: `Helixo`, Address: `Logan Street`, City: `Broadlands`, Country: `RE`, LifetimeSales: 31633703.02, QuarterlySales: 256392.06, YearlySales: 602291.9, MarketPotential: 4323633265.68, AssetsCash: 468025.56, AccountsReceivable: 95638.46, AssetsBooks: 22985.41 }), + new CompanyDataItem({ ID: `abc1027`, Company: `Geekosis`, Address: `Dictum Court`, City: `Bellamy`, Country: `NF`, LifetimeSales: 29268437.79, QuarterlySales: 147691.1, YearlySales: 1691764.93, MarketPotential: 1362207226.45, AssetsCash: 434628.23, AccountsReceivable: 66871.54, AssetsBooks: 12574.59 }), + new CompanyDataItem({ ID: `abc1028`, Company: `Zipak`, Address: `Hendrix Street`, City: `Enetai`, Country: `MH`, LifetimeSales: 18691983.29, QuarterlySales: 218666.54, YearlySales: 1038077.26, MarketPotential: 1362313421.44, AssetsCash: 276294.7, AccountsReceivable: 59302.02, AssetsBooks: 11183.04 }), ]; super(...newItems.slice(0)); } diff --git a/samples/grids/grid/layout-display-density/src/InvoicesData.ts b/samples/grids/grid/layout-display-density/src/InvoicesData.ts index 22c4d6e419..3d4f85aded 100644 --- a/samples/grids/grid/layout-display-density/src/InvoicesData.ts +++ b/samples/grids/grid/layout-display-density/src/InvoicesData.ts @@ -38,14976 +38,505 @@ export class InvoicesData extends Array { super(...items); } else { const newItems = [ - new InvoicesDataItem( - { - ShipName: `Jefferson Home`, - ShipAddress: `124 Wall Street`, - ShipCity: `Miami`, - ShipPostalCode: 60098, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Federal Shipping`, - CustomerID: 1000, - CustomerName: `Martin Jefferson`, - CustomerFirstName: `Martin`, - CustomerLastName: `Jefferson`, - CustomerAddress: `124 Wall Street, Miami, USA, 60098`, - Salesperson: `Nancy Jefferson`, - OrderID: 1931, - OrderDate: `3/14/2022`, - ProductID: 189, - ProductName: `IPad`, - UnitPrice: 16150.61, - Quantity: 3, - ExtendedPrice: 48451.83, - Freight: 980.61, - Discontinued: false, - Region: `South East`, - Address: `124 Wall Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 60098 - }), - new InvoicesDataItem( - { - ShipName: `Black Home`, - ShipAddress: `162 Main Street`, - ShipCity: `Miami`, - ShipPostalCode: 80193, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1001, - CustomerName: `Anna Black`, - CustomerFirstName: `Anna`, - CustomerLastName: `Black`, - CustomerAddress: `162 Main Street, Miami, USA, 80193`, - Salesperson: `Anna Smith`, - OrderID: 1163, - OrderDate: `5/22/2022`, - ProductID: 138, - ProductName: `Mac Book Pro`, - UnitPrice: 18520.59, - Quantity: 4, - ExtendedPrice: 74082.36, - Freight: 850.59, - Discontinued: false, - Region: `West`, - Address: `162 Main Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 80193 - }), - new InvoicesDataItem( - { - ShipName: `Watson Townhouse`, - ShipAddress: `164 Wall Street`, - ShipCity: `Miami`, - ShipPostalCode: 50111, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1002, - CustomerName: `Max Watson`, - CustomerFirstName: `Max`, - CustomerLastName: `Watson`, - CustomerAddress: `164 Wall Street, Miami, USA, 50111`, - Salesperson: `Martin Watson`, - OrderID: 1230, - OrderDate: `2/9/2022`, - ProductID: 118, - ProductName: `Mac Book Air`, - UnitPrice: 25310.39, - Quantity: 3, - ExtendedPrice: 75931.17, - Freight: 210.39, - Discontinued: false, - Region: `West`, - Address: `164 Wall Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 50111 - }), - new InvoicesDataItem( - { - ShipName: `Madison Townhouse`, - ShipAddress: `124 Market Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 90123, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Speedy Express`, - CustomerID: 1003, - CustomerName: `Max Madison`, - CustomerFirstName: `Max`, - CustomerLastName: `Madison`, - CustomerAddress: `124 Market Street, Philadelphia, USA, 90123`, - Salesperson: `Anna Black`, - OrderID: 1176, - OrderDate: `6/3/2022`, - ProductID: 169, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 29890.86, - Quantity: 4, - ExtendedPrice: 119563.44, - Freight: 800.86, - Discontinued: false, - Region: `South East`, - Address: `124 Market Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 90123 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Townhouse`, - ShipAddress: `181 Market Street`, - ShipCity: `Miami`, - ShipPostalCode: 90095, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1004, - CustomerName: `Pamela Jackson`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Jackson`, - CustomerAddress: `181 Market Street, Miami, USA, 90095`, - Salesperson: `Max Black`, - OrderID: 1382, - OrderDate: `1/10/2022`, - ProductID: 185, - ProductName: `Samsung Note`, - UnitPrice: 7810.61, - Quantity: 2, - ExtendedPrice: 15621.22, - Freight: 1790.61, - Discontinued: false, - Region: `West`, - Address: `181 Market Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 90095 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Home`, - ShipAddress: `188 Wall Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 50149, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1005, - CustomerName: `Mike Jefferson`, - CustomerFirstName: `Mike`, - CustomerLastName: `Jefferson`, - CustomerAddress: `188 Wall Street, Los Angeles, USA, 50149`, - Salesperson: `Martin Jefferson`, - OrderID: 1864, - OrderDate: `8/18/2022`, - ProductID: 168, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 9370.76, - Quantity: 4, - ExtendedPrice: 37483.04, - Freight: 970.76, - Discontinued: false, - Region: `North East`, - Address: `188 Wall Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 50149 - }), - new InvoicesDataItem( - { - ShipName: `Smith Home`, - ShipAddress: `174 Market Street`, - ShipCity: `Huston`, - ShipPostalCode: 90112, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1006, - CustomerName: `Martin Smith`, - CustomerFirstName: `Martin`, - CustomerLastName: `Smith`, - CustomerAddress: `174 Market Street, Huston, USA, 90112`, - Salesperson: `Nancy Smith`, - OrderID: 1502, - OrderDate: `6/13/2022`, - ProductID: 199, - ProductName: `IPhone`, - UnitPrice: 20830.47, - Quantity: 2, - ExtendedPrice: 41660.94, - Freight: 1530.47, - Discontinued: false, - Region: `West`, - Address: `174 Market Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 90112 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Townhouse`, - ShipAddress: `134 Market Street`, - ShipCity: `Miami`, - ShipPostalCode: 50083, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1007, - CustomerName: `Nancy Jefferson`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Jefferson`, - CustomerAddress: `134 Market Street, Miami, USA, 50083`, - Salesperson: `Mike Jefferson`, - OrderID: 1305, - OrderDate: `10/21/2022`, - ProductID: 185, - ProductName: `Mac Book Air`, - UnitPrice: 7320.44, - Quantity: 2, - ExtendedPrice: 14640.88, - Freight: 630.44, - Discontinued: false, - Region: `West`, - Address: `134 Market Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 50083 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Estate`, - ShipAddress: `177 Main Street`, - ShipCity: `New York`, - ShipPostalCode: 70185, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1008, - CustomerName: `Nancy Jefferson`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Jefferson`, - CustomerAddress: `177 Main Street, New York, USA, 70185`, - Salesperson: `Pamela Watson`, - OrderID: 1725, - OrderDate: `5/7/2022`, - ProductID: 133, - ProductName: `Mac Book Air`, - UnitPrice: 11240.72, - Quantity: 3, - ExtendedPrice: 33722.16, - Freight: 420.72, - Discontinued: false, - Region: `South East`, - Address: `177 Main Street`, - City: `New York`, - Country: `USA`, - PostalCode: 70185 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Estate`, - ShipAddress: `169 Main Street`, - ShipCity: `Miami`, - ShipPostalCode: 90183, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Speedy Express`, - CustomerID: 1009, - CustomerName: `Mike Jefferson`, - CustomerFirstName: `Mike`, - CustomerLastName: `Jefferson`, - CustomerAddress: `169 Main Street, Miami, USA, 90183`, - Salesperson: `Anna Watson`, - OrderID: 1977, - OrderDate: `10/14/2022`, - ProductID: 178, - ProductName: `IPhone`, - UnitPrice: 6460.55, - Quantity: 3, - ExtendedPrice: 19381.65, - Freight: 370.55, - Discontinued: true, - Region: `South East`, - Address: `169 Main Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 90183 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Estate`, - ShipAddress: `151 Market Street`, - ShipCity: `New York`, - ShipPostalCode: 80160, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1010, - CustomerName: `James Jackson`, - CustomerFirstName: `James`, - CustomerLastName: `Jackson`, - CustomerAddress: `151 Market Street, New York, USA, 80160`, - Salesperson: `Nancy Black`, - OrderID: 1666, - OrderDate: `12/6/2022`, - ProductID: 140, - ProductName: `Mac Book Pro`, - UnitPrice: 7940.82, - Quantity: 2, - ExtendedPrice: 15881.64, - Freight: 1670.82, - Discontinued: false, - Region: `South East`, - Address: `151 Market Street`, - City: `New York`, - Country: `USA`, - PostalCode: 80160 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Market`, - ShipAddress: `147 Main Street`, - ShipCity: `Miami`, - ShipPostalCode: 80183, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1011, - CustomerName: `James Jefferson`, - CustomerFirstName: `James`, - CustomerLastName: `Jefferson`, - CustomerAddress: `147 Main Street, Miami, USA, 80183`, - Salesperson: `Mike Madison`, - OrderID: 1059, - OrderDate: `5/14/2022`, - ProductID: 174, - ProductName: `Samsung Note`, - UnitPrice: 14650.56, - Quantity: 2, - ExtendedPrice: 29301.12, - Freight: 1770.56, - Discontinued: false, - Region: `West`, - Address: `147 Main Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 80183 - }), - new InvoicesDataItem( - { - ShipName: `Watson Estate`, - ShipAddress: `134 Main Street`, - ShipCity: `New York`, - ShipPostalCode: 80066, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1012, - CustomerName: `Mike Watson`, - CustomerFirstName: `Mike`, - CustomerLastName: `Watson`, - CustomerAddress: `134 Main Street, New York, USA, 80066`, - Salesperson: `Mike Black`, - OrderID: 1851, - OrderDate: `7/24/2022`, - ProductID: 175, - ProductName: `IPhone`, - UnitPrice: 7870.39, - Quantity: 2, - ExtendedPrice: 15740.78, - Freight: 360.39, - Discontinued: false, - Region: `West`, - Address: `134 Main Street`, - City: `New York`, - Country: `USA`, - PostalCode: 80066 - }), - new InvoicesDataItem( - { - ShipName: `Madison Estate`, - ShipAddress: `159 Market Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 80096, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1013, - CustomerName: `Ben Madison`, - CustomerFirstName: `Ben`, - CustomerLastName: `Madison`, - CustomerAddress: `159 Market Street, Los Angeles, USA, 80096`, - Salesperson: `Anna Madison`, - OrderID: 1451, - OrderDate: `10/4/2022`, - ProductID: 188, - ProductName: `Mac Book Pro`, - UnitPrice: 13920.38, - Quantity: 4, - ExtendedPrice: 55681.52, - Freight: 1140.38, - Discontinued: false, - Region: `North East`, - Address: `159 Market Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 80096 - }), - new InvoicesDataItem( - { - ShipName: `Madison Estate`, - ShipAddress: `187 Wall Street`, - ShipCity: `Miami`, - ShipPostalCode: 60144, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1014, - CustomerName: `Martin Madison`, - CustomerFirstName: `Martin`, - CustomerLastName: `Madison`, - CustomerAddress: `187 Wall Street, Miami, USA, 60144`, - Salesperson: `Ben Jefferson`, - OrderID: 1331, - OrderDate: `4/4/2022`, - ProductID: 119, - ProductName: `IPhone`, - UnitPrice: 6940.73, - Quantity: 5, - ExtendedPrice: 34703.65, - Freight: 640.73, - Discontinued: false, - Region: `West`, - Address: `187 Wall Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 60144 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Townhouse`, - ShipAddress: `158 Wall Street`, - ShipCity: `Huston`, - ShipPostalCode: 60063, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1015, - CustomerName: `Ben Jackson`, - CustomerFirstName: `Ben`, - CustomerLastName: `Jackson`, - CustomerAddress: `158 Wall Street, Huston, USA, 60063`, - Salesperson: `Martin Jefferson`, - OrderID: 1609, - OrderDate: `9/6/2022`, - ProductID: 171, - ProductName: `IPhone`, - UnitPrice: 29080.28, - Quantity: 2, - ExtendedPrice: 58160.56, - Freight: 1810.28, - Discontinued: false, - Region: `South East`, - Address: `158 Wall Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 60063 - }), - new InvoicesDataItem( - { - ShipName: `Black Market`, - ShipAddress: `168 Main Street`, - ShipCity: `Huston`, - ShipPostalCode: 60184, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1016, - CustomerName: `James Black`, - CustomerFirstName: `James`, - CustomerLastName: `Black`, - CustomerAddress: `168 Main Street, Huston, USA, 60184`, - Salesperson: `Martin Watson`, - OrderID: 1772, - OrderDate: `3/20/2022`, - ProductID: 152, - ProductName: `Mac Book Air`, - UnitPrice: 28350.9, - Quantity: 5, - ExtendedPrice: 141754.5, - Freight: 1290.9, - Discontinued: false, - Region: `South East`, - Address: `168 Main Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 60184 - }), - new InvoicesDataItem( - { - ShipName: `Black Market`, - ShipAddress: `116 Main Street`, - ShipCity: `Miami`, - ShipPostalCode: 60129, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1017, - CustomerName: `Nancy Black`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Black`, - CustomerAddress: `116 Main Street, Miami, USA, 60129`, - Salesperson: `Nancy Smith`, - OrderID: 1792, - OrderDate: `9/1/2022`, - ProductID: 182, - ProductName: `Samsung Note`, - UnitPrice: 13730.78, - Quantity: 4, - ExtendedPrice: 54923.12, - Freight: 740.78, - Discontinued: false, - Region: `North East`, - Address: `116 Main Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 60129 - }), - new InvoicesDataItem( - { - ShipName: `Madison Market`, - ShipAddress: `116 Market Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 80090, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1018, - CustomerName: `Martin Madison`, - CustomerFirstName: `Martin`, - CustomerLastName: `Madison`, - CustomerAddress: `116 Market Street, Los Angeles, USA, 80090`, - Salesperson: `Anna Madison`, - OrderID: 1285, - OrderDate: `10/21/2022`, - ProductID: 157, - ProductName: `Mac Book Pro`, - UnitPrice: 8120.36, - Quantity: 3, - ExtendedPrice: 24361.08, - Freight: 410.36, - Discontinued: false, - Region: `West`, - Address: `116 Market Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 80090 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Townhouse`, - ShipAddress: `135 Wall Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 90101, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1019, - CustomerName: `Max Jefferson`, - CustomerFirstName: `Max`, - CustomerLastName: `Jefferson`, - CustomerAddress: `135 Wall Street, Philadelphia, USA, 90101`, - Salesperson: `Mike Madison`, - OrderID: 1205, - OrderDate: `12/22/2022`, - ProductID: 153, - ProductName: `Mac Book Pro`, - UnitPrice: 11830.22, - Quantity: 2, - ExtendedPrice: 23660.44, - Freight: 330.22, - Discontinued: true, - Region: `North East`, - Address: `135 Wall Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 90101 - }), - new InvoicesDataItem( - { - ShipName: `Smith Home`, - ShipAddress: `164 Market Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 70056, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Speedy Express`, - CustomerID: 1020, - CustomerName: `James Smith`, - CustomerFirstName: `James`, - CustomerLastName: `Smith`, - CustomerAddress: `164 Market Street, Philadelphia, USA, 70056`, - Salesperson: `Ben Watson`, - OrderID: 1759, - OrderDate: `8/3/2022`, - ProductID: 129, - ProductName: `Mac Book Pro`, - UnitPrice: 15140.82, - Quantity: 4, - ExtendedPrice: 60563.28, - Freight: 1400.82, - Discontinued: false, - Region: `South East`, - Address: `164 Market Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 70056 - }), - new InvoicesDataItem( - { - ShipName: `Madison Estate`, - ShipAddress: `196 Wall Street`, - ShipCity: `Miami`, - ShipPostalCode: 90169, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1021, - CustomerName: `Max Madison`, - CustomerFirstName: `Max`, - CustomerLastName: `Madison`, - CustomerAddress: `196 Wall Street, Miami, USA, 90169`, - Salesperson: `Mike Smith`, - OrderID: 1879, - OrderDate: `8/17/2022`, - ProductID: 127, - ProductName: `Mac Book Air`, - UnitPrice: 26710.41, - Quantity: 5, - ExtendedPrice: 133552.05, - Freight: 1810.41, - Discontinued: false, - Region: `West`, - Address: `196 Wall Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 90169 - }), - new InvoicesDataItem( - { - ShipName: `Black Market`, - ShipAddress: `175 Wall Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 50142, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1022, - CustomerName: `Nancy Black`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Black`, - CustomerAddress: `175 Wall Street, Philadelphia, USA, 50142`, - Salesperson: `Anna Jefferson`, - OrderID: 1917, - OrderDate: `3/6/2022`, - ProductID: 114, - ProductName: `IPad`, - UnitPrice: 9640.51, - Quantity: 3, - ExtendedPrice: 28921.53, - Freight: 840.51, - Discontinued: false, - Region: `North East`, - Address: `175 Wall Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 50142 - }), - new InvoicesDataItem( - { - ShipName: `Black Home`, - ShipAddress: `122 Main Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 60097, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1023, - CustomerName: `Pamela Black`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Black`, - CustomerAddress: `122 Main Street, Los Angeles, USA, 60097`, - Salesperson: `James Black`, - OrderID: 1176, - OrderDate: `8/4/2022`, - ProductID: 197, - ProductName: `IPad`, - UnitPrice: 14500.56, - Quantity: 4, - ExtendedPrice: 58002.24, - Freight: 530.56, - Discontinued: false, - Region: `West`, - Address: `122 Main Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 60097 - }), - new InvoicesDataItem( - { - ShipName: `Smith Home`, - ShipAddress: `139 Main Street`, - ShipCity: `Miami`, - ShipPostalCode: 60175, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1024, - CustomerName: `James Smith`, - CustomerFirstName: `James`, - CustomerLastName: `Smith`, - CustomerAddress: `139 Main Street, Miami, USA, 60175`, - Salesperson: `Mike Jefferson`, - OrderID: 1317, - OrderDate: `5/21/2022`, - ProductID: 115, - ProductName: `Mac Book Air`, - UnitPrice: 17200.82, - Quantity: 2, - ExtendedPrice: 34401.64, - Freight: 1610.82, - Discontinued: false, - Region: `West`, - Address: `139 Main Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 60175 - }), - new InvoicesDataItem( - { - ShipName: `Watson Townhouse`, - ShipAddress: `155 Market Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 60124, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Federal Shipping`, - CustomerID: 1025, - CustomerName: `James Watson`, - CustomerFirstName: `James`, - CustomerLastName: `Watson`, - CustomerAddress: `155 Market Street, Philadelphia, USA, 60124`, - Salesperson: `Max Smith`, - OrderID: 1721, - OrderDate: `6/15/2022`, - ProductID: 197, - ProductName: `Samsung Note`, - UnitPrice: 9810.3, - Quantity: 2, - ExtendedPrice: 19620.6, - Freight: 1990.3, - Discontinued: false, - Region: `South East`, - Address: `155 Market Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 60124 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Townhouse`, - ShipAddress: `136 Main Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 80120, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1026, - CustomerName: `Ben Jackson`, - CustomerFirstName: `Ben`, - CustomerLastName: `Jackson`, - CustomerAddress: `136 Main Street, Philadelphia, USA, 80120`, - Salesperson: `Max Smith`, - OrderID: 1266, - OrderDate: `12/13/2022`, - ProductID: 198, - ProductName: `Mac Book Pro`, - UnitPrice: 25410.64, - Quantity: 2, - ExtendedPrice: 50821.28, - Freight: 1860.64, - Discontinued: false, - Region: `West`, - Address: `136 Main Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 80120 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Estate`, - ShipAddress: `114 Main Street`, - ShipCity: `New York`, - ShipPostalCode: 60186, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1027, - CustomerName: `Max Jackson`, - CustomerFirstName: `Max`, - CustomerLastName: `Jackson`, - CustomerAddress: `114 Main Street, New York, USA, 60186`, - Salesperson: `Mike Jefferson`, - OrderID: 1636, - OrderDate: `7/7/2022`, - ProductID: 174, - ProductName: `Mac Book Pro`, - UnitPrice: 13740.7, - Quantity: 4, - ExtendedPrice: 54962.8, - Freight: 1960.7, - Discontinued: false, - Region: `West`, - Address: `114 Main Street`, - City: `New York`, - Country: `USA`, - PostalCode: 60186 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Home`, - ShipAddress: `167 Market Street`, - ShipCity: `Huston`, - ShipPostalCode: 70193, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Speedy Express`, - CustomerID: 1028, - CustomerName: `Nancy Jefferson`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Jefferson`, - CustomerAddress: `167 Market Street, Huston, USA, 70193`, - Salesperson: `Ben Jefferson`, - OrderID: 1689, - OrderDate: `1/2/2022`, - ProductID: 192, - ProductName: `IPad`, - UnitPrice: 8760.83, - Quantity: 3, - ExtendedPrice: 26282.49, - Freight: 490.83, - Discontinued: false, - Region: `South East`, - Address: `167 Market Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 70193 - }), - new InvoicesDataItem( - { - ShipName: `Madison Home`, - ShipAddress: `139 Wall Street`, - ShipCity: `New York`, - ShipPostalCode: 80080, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1029, - CustomerName: `Anna Madison`, - CustomerFirstName: `Anna`, - CustomerLastName: `Madison`, - CustomerAddress: `139 Wall Street, New York, USA, 80080`, - Salesperson: `Anna Black`, - OrderID: 1610, - OrderDate: `3/17/2022`, - ProductID: 105, - ProductName: `Mac Book Pro`, - UnitPrice: 19860.82, - Quantity: 3, - ExtendedPrice: 59582.46, - Freight: 1990.82, - Discontinued: true, - Region: `West`, - Address: `139 Wall Street`, - City: `New York`, - Country: `USA`, - PostalCode: 80080 - }), - new InvoicesDataItem( - { - ShipName: `Madison Home`, - ShipAddress: `173 Market Street`, - ShipCity: `New York`, - ShipPostalCode: 70054, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1030, - CustomerName: `Ben Madison`, - CustomerFirstName: `Ben`, - CustomerLastName: `Madison`, - CustomerAddress: `173 Market Street, New York, USA, 70054`, - Salesperson: `Ben Jackson`, - OrderID: 1404, - OrderDate: `12/8/2022`, - ProductID: 171, - ProductName: `IPhone`, - UnitPrice: 12430.21, - Quantity: 3, - ExtendedPrice: 37290.63, - Freight: 880.21, - Discontinued: false, - Region: `West`, - Address: `173 Market Street`, - City: `New York`, - Country: `USA`, - PostalCode: 70054 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Market`, - ShipAddress: `187 Wall Street`, - ShipCity: `New York`, - ShipPostalCode: 60100, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Federal Shipping`, - CustomerID: 1031, - CustomerName: `Mike Jefferson`, - CustomerFirstName: `Mike`, - CustomerLastName: `Jefferson`, - CustomerAddress: `187 Wall Street, New York, USA, 60100`, - Salesperson: `Nancy Smith`, - OrderID: 1480, - OrderDate: `2/8/2022`, - ProductID: 181, - ProductName: `IPad`, - UnitPrice: 26730.66, - Quantity: 2, - ExtendedPrice: 53461.32, - Freight: 510.66, - Discontinued: false, - Region: `South East`, - Address: `187 Wall Street`, - City: `New York`, - Country: `USA`, - PostalCode: 60100 - }), - new InvoicesDataItem( - { - ShipName: `Madison Home`, - ShipAddress: `149 Main Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 90150, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1032, - CustomerName: `Mike Madison`, - CustomerFirstName: `Mike`, - CustomerLastName: `Madison`, - CustomerAddress: `149 Main Street, Los Angeles, USA, 90150`, - Salesperson: `Max Jefferson`, - OrderID: 1886, - OrderDate: `12/2/2022`, - ProductID: 132, - ProductName: `IPhone`, - UnitPrice: 13760.64, - Quantity: 3, - ExtendedPrice: 41281.92, - Freight: 1110.64, - Discontinued: false, - Region: `West`, - Address: `149 Main Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 90150 - }), - new InvoicesDataItem( - { - ShipName: `Smith Market`, - ShipAddress: `124 Market Street`, - ShipCity: `Huston`, - ShipPostalCode: 80175, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1033, - CustomerName: `Martin Smith`, - CustomerFirstName: `Martin`, - CustomerLastName: `Smith`, - CustomerAddress: `124 Market Street, Huston, USA, 80175`, - Salesperson: `Nancy Smith`, - OrderID: 1625, - OrderDate: `11/9/2022`, - ProductID: 100, - ProductName: `IPad`, - UnitPrice: 11590.58, - Quantity: 3, - ExtendedPrice: 34771.74, - Freight: 1080.58, - Discontinued: false, - Region: `South East`, - Address: `124 Market Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 80175 - }), - new InvoicesDataItem( - { - ShipName: `Watson Townhouse`, - ShipAddress: `193 Wall Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 60165, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1034, - CustomerName: `Max Watson`, - CustomerFirstName: `Max`, - CustomerLastName: `Watson`, - CustomerAddress: `193 Wall Street, Philadelphia, USA, 60165`, - Salesperson: `Martin Jackson`, - OrderID: 1669, - OrderDate: `7/3/2022`, - ProductID: 157, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 19220.31, - Quantity: 2, - ExtendedPrice: 38440.62, - Freight: 1130.31, - Discontinued: false, - Region: `South East`, - Address: `193 Wall Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 60165 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Estate`, - ShipAddress: `200 Wall Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 80146, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1035, - CustomerName: `Max Jackson`, - CustomerFirstName: `Max`, - CustomerLastName: `Jackson`, - CustomerAddress: `200 Wall Street, Philadelphia, USA, 80146`, - Salesperson: `Pamela Jefferson`, - OrderID: 1654, - OrderDate: `1/7/2022`, - ProductID: 155, - ProductName: `IPhone`, - UnitPrice: 7040.83, - Quantity: 2, - ExtendedPrice: 14081.66, - Freight: 1420.83, - Discontinued: false, - Region: `North East`, - Address: `200 Wall Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 80146 - }), - new InvoicesDataItem( - { - ShipName: `Smith Estate`, - ShipAddress: `122 Market Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 80150, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Speedy Express`, - CustomerID: 1036, - CustomerName: `Nancy Smith`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Smith`, - CustomerAddress: `122 Market Street, Los Angeles, USA, 80150`, - Salesperson: `Martin Jackson`, - OrderID: 1678, - OrderDate: `12/14/2022`, - ProductID: 120, - ProductName: `Mac Book Air`, - UnitPrice: 6530.89, - Quantity: 3, - ExtendedPrice: 19592.67, - Freight: 250.89, - Discontinued: false, - Region: `North East`, - Address: `122 Market Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 80150 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Market`, - ShipAddress: `128 Main Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 50068, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1037, - CustomerName: `Max Jackson`, - CustomerFirstName: `Max`, - CustomerLastName: `Jackson`, - CustomerAddress: `128 Main Street, Los Angeles, USA, 50068`, - Salesperson: `Ben Watson`, - OrderID: 1301, - OrderDate: `1/25/2022`, - ProductID: 166, - ProductName: `IPad`, - UnitPrice: 11420.23, - Quantity: 2, - ExtendedPrice: 22840.46, - Freight: 950.23, - Discontinued: false, - Region: `South East`, - Address: `128 Main Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 50068 - }), - new InvoicesDataItem( - { - ShipName: `Smith Home`, - ShipAddress: `119 Market Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 60180, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1038, - CustomerName: `Pamela Smith`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Smith`, - CustomerAddress: `119 Market Street, Los Angeles, USA, 60180`, - Salesperson: `Pamela Madison`, - OrderID: 1385, - OrderDate: `6/24/2022`, - ProductID: 132, - ProductName: `Mac Book Air`, - UnitPrice: 29810.6, - Quantity: 4, - ExtendedPrice: 119242.4, - Freight: 220.6, - Discontinued: false, - Region: `West`, - Address: `119 Market Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 60180 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Market`, - ShipAddress: `115 Market Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 90168, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Speedy Express`, - CustomerID: 1039, - CustomerName: `James Jefferson`, - CustomerFirstName: `James`, - CustomerLastName: `Jefferson`, - CustomerAddress: `115 Market Street, Los Angeles, USA, 90168`, - Salesperson: `Martin Smith`, - OrderID: 1308, - OrderDate: `8/13/2022`, - ProductID: 109, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 20770.59, - Quantity: 5, - ExtendedPrice: 103852.95, - Freight: 1690.59, - Discontinued: true, - Region: `North East`, - Address: `115 Market Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 90168 - }), - new InvoicesDataItem( - { - ShipName: `Watson Estate`, - ShipAddress: `128 Market Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 50118, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Speedy Express`, - CustomerID: 1040, - CustomerName: `Anna Watson`, - CustomerFirstName: `Anna`, - CustomerLastName: `Watson`, - CustomerAddress: `128 Market Street, Los Angeles, USA, 50118`, - Salesperson: `Pamela Black`, - OrderID: 1519, - OrderDate: `10/4/2022`, - ProductID: 139, - ProductName: `Mac Book Air`, - UnitPrice: 14860.44, - Quantity: 2, - ExtendedPrice: 29720.88, - Freight: 1670.44, - Discontinued: false, - Region: `South East`, - Address: `128 Market Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 50118 - }), - new InvoicesDataItem( - { - ShipName: `Smith Townhouse`, - ShipAddress: `108 Market Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 90129, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1041, - CustomerName: `Martin Smith`, - CustomerFirstName: `Martin`, - CustomerLastName: `Smith`, - CustomerAddress: `108 Market Street, Los Angeles, USA, 90129`, - Salesperson: `Nancy Black`, - OrderID: 1118, - OrderDate: `2/7/2022`, - ProductID: 126, - ProductName: `Mac Book Air`, - UnitPrice: 28690.85, - Quantity: 4, - ExtendedPrice: 114763.4, - Freight: 500.85, - Discontinued: false, - Region: `West`, - Address: `108 Market Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 90129 - }), - new InvoicesDataItem( - { - ShipName: `Smith Market`, - ShipAddress: `180 Main Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 50101, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1042, - CustomerName: `Anna Smith`, - CustomerFirstName: `Anna`, - CustomerLastName: `Smith`, - CustomerAddress: `180 Main Street, Los Angeles, USA, 50101`, - Salesperson: `Martin Jefferson`, - OrderID: 1541, - OrderDate: `5/3/2022`, - ProductID: 179, - ProductName: `Mac Book Pro`, - UnitPrice: 22630.28, - Quantity: 3, - ExtendedPrice: 67890.84, - Freight: 1200.28, - Discontinued: false, - Region: `North East`, - Address: `180 Main Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 50101 - }), - new InvoicesDataItem( - { - ShipName: `Black Townhouse`, - ShipAddress: `177 Market Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 90107, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1043, - CustomerName: `Max Black`, - CustomerFirstName: `Max`, - CustomerLastName: `Black`, - CustomerAddress: `177 Market Street, Philadelphia, USA, 90107`, - Salesperson: `Martin Jefferson`, - OrderID: 1747, - OrderDate: `5/11/2022`, - ProductID: 133, - ProductName: `Mac Book Pro`, - UnitPrice: 6930.51, - Quantity: 3, - ExtendedPrice: 20791.53, - Freight: 1660.51, - Discontinued: false, - Region: `South East`, - Address: `177 Market Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 90107 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Estate`, - ShipAddress: `134 Market Street`, - ShipCity: `Miami`, - ShipPostalCode: 70172, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Speedy Express`, - CustomerID: 1044, - CustomerName: `Anna Jefferson`, - CustomerFirstName: `Anna`, - CustomerLastName: `Jefferson`, - CustomerAddress: `134 Market Street, Miami, USA, 70172`, - Salesperson: `Mike Smith`, - OrderID: 1343, - OrderDate: `10/11/2022`, - ProductID: 190, - ProductName: `Samsung Note`, - UnitPrice: 26770.78, - Quantity: 4, - ExtendedPrice: 107083.12, - Freight: 960.78, - Discontinued: false, - Region: `North East`, - Address: `134 Market Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 70172 - }), - new InvoicesDataItem( - { - ShipName: `Watson Estate`, - ShipAddress: `117 Wall Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 90124, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1045, - CustomerName: `James Watson`, - CustomerFirstName: `James`, - CustomerLastName: `Watson`, - CustomerAddress: `117 Wall Street, Los Angeles, USA, 90124`, - Salesperson: `Mike Watson`, - OrderID: 1152, - OrderDate: `2/25/2022`, - ProductID: 101, - ProductName: `Mac Book Pro`, - UnitPrice: 8790.3, - Quantity: 5, - ExtendedPrice: 43951.5, - Freight: 220.3, - Discontinued: false, - Region: `South East`, - Address: `117 Wall Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 90124 - }), - new InvoicesDataItem( - { - ShipName: `Black Market`, - ShipAddress: `156 Wall Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 60181, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Speedy Express`, - CustomerID: 1046, - CustomerName: `James Black`, - CustomerFirstName: `James`, - CustomerLastName: `Black`, - CustomerAddress: `156 Wall Street, Philadelphia, USA, 60181`, - Salesperson: `Anna Smith`, - OrderID: 1823, - OrderDate: `10/12/2022`, - ProductID: 178, - ProductName: `Samsung Note`, - UnitPrice: 9750.55, - Quantity: 3, - ExtendedPrice: 29251.65, - Freight: 1940.55, - Discontinued: false, - Region: `North East`, - Address: `156 Wall Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 60181 - }), - new InvoicesDataItem( - { - ShipName: `Madison Market`, - ShipAddress: `122 Main Street`, - ShipCity: `New York`, - ShipPostalCode: 90182, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1047, - CustomerName: `Ben Madison`, - CustomerFirstName: `Ben`, - CustomerLastName: `Madison`, - CustomerAddress: `122 Main Street, New York, USA, 90182`, - Salesperson: `Mike Black`, - OrderID: 1548, - OrderDate: `5/1/2022`, - ProductID: 181, - ProductName: `Mac Book Air`, - UnitPrice: 11590.37, - Quantity: 4, - ExtendedPrice: 46361.48, - Freight: 900.37, - Discontinued: false, - Region: `West`, - Address: `122 Main Street`, - City: `New York`, - Country: `USA`, - PostalCode: 90182 - }), - new InvoicesDataItem( - { - ShipName: `Black Townhouse`, - ShipAddress: `112 Market Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 60175, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1048, - CustomerName: `Pamela Black`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Black`, - CustomerAddress: `112 Market Street, Los Angeles, USA, 60175`, - Salesperson: `Mike Madison`, - OrderID: 1581, - OrderDate: `5/21/2022`, - ProductID: 134, - ProductName: `Mac Book Air`, - UnitPrice: 8800.32, - Quantity: 2, - ExtendedPrice: 17600.64, - Freight: 1820.32, - Discontinued: false, - Region: `South East`, - Address: `112 Market Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 60175 - }), - new InvoicesDataItem( - { - ShipName: `Black Estate`, - ShipAddress: `153 Market Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 90170, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1049, - CustomerName: `Pamela Black`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Black`, - CustomerAddress: `153 Market Street, Los Angeles, USA, 90170`, - Salesperson: `Pamela Watson`, - OrderID: 1145, - OrderDate: `11/13/2022`, - ProductID: 151, - ProductName: `Mac Book Air`, - UnitPrice: 25830.42, - Quantity: 3, - ExtendedPrice: 77491.26, - Freight: 270.42, - Discontinued: true, - Region: `North East`, - Address: `153 Market Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 90170 - }), - new InvoicesDataItem( - { - ShipName: `Black Estate`, - ShipAddress: `159 Market Street`, - ShipCity: `Huston`, - ShipPostalCode: 80198, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1050, - CustomerName: `Anna Black`, - CustomerFirstName: `Anna`, - CustomerLastName: `Black`, - CustomerAddress: `159 Market Street, Huston, USA, 80198`, - Salesperson: `Pamela Jefferson`, - OrderID: 1455, - OrderDate: `12/16/2022`, - ProductID: 115, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 28510.28, - Quantity: 2, - ExtendedPrice: 57020.56, - Freight: 1450.28, - Discontinued: false, - Region: `West`, - Address: `159 Market Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 80198 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Market`, - ShipAddress: `125 Market Street`, - ShipCity: `Miami`, - ShipPostalCode: 70160, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Speedy Express`, - CustomerID: 1051, - CustomerName: `Nancy Jefferson`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Jefferson`, - CustomerAddress: `125 Market Street, Miami, USA, 70160`, - Salesperson: `Anna Jefferson`, - OrderID: 1787, - OrderDate: `1/3/2022`, - ProductID: 171, - ProductName: `Mac Book Air`, - UnitPrice: 18830.35, - Quantity: 3, - ExtendedPrice: 56491.05, - Freight: 1770.35, - Discontinued: false, - Region: `South East`, - Address: `125 Market Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 70160 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Home`, - ShipAddress: `114 Wall Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 70083, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1052, - CustomerName: `Nancy Jefferson`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Jefferson`, - CustomerAddress: `114 Wall Street, Los Angeles, USA, 70083`, - Salesperson: `Anna Madison`, - OrderID: 1591, - OrderDate: `4/6/2022`, - ProductID: 141, - ProductName: `Mac Book Air`, - UnitPrice: 18840.75, - Quantity: 2, - ExtendedPrice: 37681.5, - Freight: 710.75, - Discontinued: false, - Region: `West`, - Address: `114 Wall Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 70083 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Townhouse`, - ShipAddress: `193 Main Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 70170, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1053, - CustomerName: `James Jefferson`, - CustomerFirstName: `James`, - CustomerLastName: `Jefferson`, - CustomerAddress: `193 Main Street, Los Angeles, USA, 70170`, - Salesperson: `Anna Jackson`, - OrderID: 1020, - OrderDate: `7/20/2022`, - ProductID: 177, - ProductName: `IPad`, - UnitPrice: 15250.55, - Quantity: 3, - ExtendedPrice: 45751.65, - Freight: 980.55, - Discontinued: false, - Region: `West`, - Address: `193 Main Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 70170 - }), - new InvoicesDataItem( - { - ShipName: `Smith Home`, - ShipAddress: `156 Main Street`, - ShipCity: `Huston`, - ShipPostalCode: 50127, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Speedy Express`, - CustomerID: 1054, - CustomerName: `Ben Smith`, - CustomerFirstName: `Ben`, - CustomerLastName: `Smith`, - CustomerAddress: `156 Main Street, Huston, USA, 50127`, - Salesperson: `James Black`, - OrderID: 1770, - OrderDate: `3/24/2022`, - ProductID: 141, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 14910.59, - Quantity: 5, - ExtendedPrice: 74552.95, - Freight: 1330.59, - Discontinued: false, - Region: `South East`, - Address: `156 Main Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 50127 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Market`, - ShipAddress: `146 Market Street`, - ShipCity: `Miami`, - ShipPostalCode: 60064, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1055, - CustomerName: `Max Jackson`, - CustomerFirstName: `Max`, - CustomerLastName: `Jackson`, - CustomerAddress: `146 Market Street, Miami, USA, 60064`, - Salesperson: `Mike Smith`, - OrderID: 1766, - OrderDate: `10/23/2022`, - ProductID: 141, - ProductName: `Mac Book Air`, - UnitPrice: 16740.86, - Quantity: 3, - ExtendedPrice: 50222.58, - Freight: 580.86, - Discontinued: false, - Region: `West`, - Address: `146 Market Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 60064 - }), - new InvoicesDataItem( - { - ShipName: `Black Estate`, - ShipAddress: `163 Market Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 90158, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Speedy Express`, - CustomerID: 1056, - CustomerName: `Max Black`, - CustomerFirstName: `Max`, - CustomerLastName: `Black`, - CustomerAddress: `163 Market Street, Los Angeles, USA, 90158`, - Salesperson: `Martin Jefferson`, - OrderID: 1415, - OrderDate: `9/2/2022`, - ProductID: 112, - ProductName: `IPhone`, - UnitPrice: 25190.37, - Quantity: 3, - ExtendedPrice: 75571.11, - Freight: 1060.37, - Discontinued: false, - Region: `South East`, - Address: `163 Market Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 90158 - }), - new InvoicesDataItem( - { - ShipName: `Watson Townhouse`, - ShipAddress: `171 Main Street`, - ShipCity: `New York`, - ShipPostalCode: 50163, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1057, - CustomerName: `James Watson`, - CustomerFirstName: `James`, - CustomerLastName: `Watson`, - CustomerAddress: `171 Main Street, New York, USA, 50163`, - Salesperson: `Martin Smith`, - OrderID: 1430, - OrderDate: `9/2/2022`, - ProductID: 120, - ProductName: `Samsung Note`, - UnitPrice: 26340.71, - Quantity: 2, - ExtendedPrice: 52681.42, - Freight: 770.71, - Discontinued: false, - Region: `North East`, - Address: `171 Main Street`, - City: `New York`, - Country: `USA`, - PostalCode: 50163 - }), - new InvoicesDataItem( - { - ShipName: `Black Townhouse`, - ShipAddress: `195 Wall Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 60159, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Speedy Express`, - CustomerID: 1058, - CustomerName: `James Black`, - CustomerFirstName: `James`, - CustomerLastName: `Black`, - CustomerAddress: `195 Wall Street, Philadelphia, USA, 60159`, - Salesperson: `Ben Black`, - OrderID: 1903, - OrderDate: `2/19/2022`, - ProductID: 161, - ProductName: `IPad`, - UnitPrice: 6290.33, - Quantity: 5, - ExtendedPrice: 31451.65, - Freight: 890.33, - Discontinued: false, - Region: `South East`, - Address: `195 Wall Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 60159 - }), - new InvoicesDataItem( - { - ShipName: `Watson Market`, - ShipAddress: `171 Market Street`, - ShipCity: `Huston`, - ShipPostalCode: 50154, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1059, - CustomerName: `Pamela Watson`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Watson`, - CustomerAddress: `171 Market Street, Huston, USA, 50154`, - Salesperson: `Anna Madison`, - OrderID: 1578, - OrderDate: `6/5/2022`, - ProductID: 103, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 20240.82, - Quantity: 5, - ExtendedPrice: 101204.1, - Freight: 1490.82, - Discontinued: true, - Region: `West`, - Address: `171 Market Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 50154 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Market`, - ShipAddress: `103 Market Street`, - ShipCity: `New York`, - ShipPostalCode: 70081, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Federal Shipping`, - CustomerID: 1060, - CustomerName: `Max Jackson`, - CustomerFirstName: `Max`, - CustomerLastName: `Jackson`, - CustomerAddress: `103 Market Street, New York, USA, 70081`, - Salesperson: `Pamela Jackson`, - OrderID: 1142, - OrderDate: `4/1/2022`, - ProductID: 108, - ProductName: `IPhone`, - UnitPrice: 9790.41, - Quantity: 3, - ExtendedPrice: 29371.23, - Freight: 980.41, - Discontinued: false, - Region: `South East`, - Address: `103 Market Street`, - City: `New York`, - Country: `USA`, - PostalCode: 70081 - }), - new InvoicesDataItem( - { - ShipName: `Smith Market`, - ShipAddress: `187 Market Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 70141, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1061, - CustomerName: `Mike Smith`, - CustomerFirstName: `Mike`, - CustomerLastName: `Smith`, - CustomerAddress: `187 Market Street, Los Angeles, USA, 70141`, - Salesperson: `Ben Jefferson`, - OrderID: 1871, - OrderDate: `8/20/2022`, - ProductID: 197, - ProductName: `IPad`, - UnitPrice: 28960.39, - Quantity: 2, - ExtendedPrice: 57920.78, - Freight: 1280.39, - Discontinued: false, - Region: `West`, - Address: `187 Market Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 70141 - }), - new InvoicesDataItem( - { - ShipName: `Black Estate`, - ShipAddress: `145 Main Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 50068, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1062, - CustomerName: `Ben Black`, - CustomerFirstName: `Ben`, - CustomerLastName: `Black`, - CustomerAddress: `145 Main Street, Philadelphia, USA, 50068`, - Salesperson: `Martin Watson`, - OrderID: 1747, - OrderDate: `1/20/2022`, - ProductID: 198, - ProductName: `Mac Book Pro`, - UnitPrice: 12530.74, - Quantity: 4, - ExtendedPrice: 50122.96, - Freight: 480.74, - Discontinued: false, - Region: `West`, - Address: `145 Main Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 50068 - }), - new InvoicesDataItem( - { - ShipName: `Black Home`, - ShipAddress: `109 Market Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 90197, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1063, - CustomerName: `Nancy Black`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Black`, - CustomerAddress: `109 Market Street, Los Angeles, USA, 90197`, - Salesperson: `James Black`, - OrderID: 1881, - OrderDate: `11/6/2022`, - ProductID: 162, - ProductName: `Samsung Note`, - UnitPrice: 29810.51, - Quantity: 2, - ExtendedPrice: 59621.02, - Freight: 750.51, - Discontinued: false, - Region: `North East`, - Address: `109 Market Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 90197 - }), - new InvoicesDataItem( - { - ShipName: `Smith Market`, - ShipAddress: `155 Market Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 50184, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1064, - CustomerName: `Nancy Smith`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Smith`, - CustomerAddress: `155 Market Street, Los Angeles, USA, 50184`, - Salesperson: `Mike Madison`, - OrderID: 1172, - OrderDate: `5/14/2022`, - ProductID: 154, - ProductName: `IPhone`, - UnitPrice: 11440.88, - Quantity: 2, - ExtendedPrice: 22881.76, - Freight: 1570.88, - Discontinued: false, - Region: `West`, - Address: `155 Market Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 50184 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Estate`, - ShipAddress: `136 Main Street`, - ShipCity: `New York`, - ShipPostalCode: 60147, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Federal Shipping`, - CustomerID: 1065, - CustomerName: `James Jackson`, - CustomerFirstName: `James`, - CustomerLastName: `Jackson`, - CustomerAddress: `136 Main Street, New York, USA, 60147`, - Salesperson: `James Jefferson`, - OrderID: 1538, - OrderDate: `2/4/2022`, - ProductID: 142, - ProductName: `IPad`, - UnitPrice: 18340.25, - Quantity: 5, - ExtendedPrice: 91701.25, - Freight: 1730.25, - Discontinued: false, - Region: `South East`, - Address: `136 Main Street`, - City: `New York`, - Country: `USA`, - PostalCode: 60147 - }), - new InvoicesDataItem( - { - ShipName: `Madison Market`, - ShipAddress: `184 Wall Street`, - ShipCity: `Miami`, - ShipPostalCode: 60091, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1066, - CustomerName: `Mike Madison`, - CustomerFirstName: `Mike`, - CustomerLastName: `Madison`, - CustomerAddress: `184 Wall Street, Miami, USA, 60091`, - Salesperson: `Ben Jackson`, - OrderID: 1863, - OrderDate: `2/6/2022`, - ProductID: 186, - ProductName: `Samsung Note`, - UnitPrice: 6690.4, - Quantity: 5, - ExtendedPrice: 33452, - Freight: 930.4, - Discontinued: false, - Region: `West`, - Address: `184 Wall Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 60091 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Townhouse`, - ShipAddress: `103 Market Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 80170, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1067, - CustomerName: `James Jackson`, - CustomerFirstName: `James`, - CustomerLastName: `Jackson`, - CustomerAddress: `103 Market Street, Philadelphia, USA, 80170`, - Salesperson: `Max Black`, - OrderID: 1476, - OrderDate: `1/13/2022`, - ProductID: 156, - ProductName: `Mac Book Pro`, - UnitPrice: 29040.31, - Quantity: 5, - ExtendedPrice: 145201.55, - Freight: 1070.31, - Discontinued: false, - Region: `West`, - Address: `103 Market Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 80170 - }), - new InvoicesDataItem( - { - ShipName: `Smith Estate`, - ShipAddress: `104 Market Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 80188, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1068, - CustomerName: `Ben Smith`, - CustomerFirstName: `Ben`, - CustomerLastName: `Smith`, - CustomerAddress: `104 Market Street, Los Angeles, USA, 80188`, - Salesperson: `Martin Watson`, - OrderID: 1131, - OrderDate: `9/13/2022`, - ProductID: 131, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 6780.79, - Quantity: 4, - ExtendedPrice: 27123.16, - Freight: 600.79, - Discontinued: false, - Region: `South East`, - Address: `104 Market Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 80188 - }), - new InvoicesDataItem( - { - ShipName: `Madison Townhouse`, - ShipAddress: `140 Main Street`, - ShipCity: `New York`, - ShipPostalCode: 90197, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1069, - CustomerName: `Martin Madison`, - CustomerFirstName: `Martin`, - CustomerLastName: `Madison`, - CustomerAddress: `140 Main Street, New York, USA, 90197`, - Salesperson: `Anna Smith`, - OrderID: 1829, - OrderDate: `2/18/2022`, - ProductID: 152, - ProductName: `Samsung Note`, - UnitPrice: 20150.52, - Quantity: 4, - ExtendedPrice: 80602.08, - Freight: 1840.52, - Discontinued: true, - Region: `North East`, - Address: `140 Main Street`, - City: `New York`, - Country: `USA`, - PostalCode: 90197 - }), - new InvoicesDataItem( - { - ShipName: `Smith Market`, - ShipAddress: `172 Wall Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 90159, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1070, - CustomerName: `Mike Smith`, - CustomerFirstName: `Mike`, - CustomerLastName: `Smith`, - CustomerAddress: `172 Wall Street, Philadelphia, USA, 90159`, - Salesperson: `Pamela Watson`, - OrderID: 1082, - OrderDate: `10/1/2022`, - ProductID: 164, - ProductName: `IPad`, - UnitPrice: 23810.31, - Quantity: 2, - ExtendedPrice: 47620.62, - Freight: 320.31, - Discontinued: false, - Region: `West`, - Address: `172 Wall Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 90159 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Market`, - ShipAddress: `147 Wall Street`, - ShipCity: `Huston`, - ShipPostalCode: 90173, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Federal Shipping`, - CustomerID: 1071, - CustomerName: `Ben Jackson`, - CustomerFirstName: `Ben`, - CustomerLastName: `Jackson`, - CustomerAddress: `147 Wall Street, Huston, USA, 90173`, - Salesperson: `Martin Smith`, - OrderID: 1449, - OrderDate: `1/21/2022`, - ProductID: 111, - ProductName: `Mac Book Pro`, - UnitPrice: 8280.25, - Quantity: 4, - ExtendedPrice: 33121, - Freight: 860.25, - Discontinued: false, - Region: `South East`, - Address: `147 Wall Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 90173 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Market`, - ShipAddress: `161 Main Street`, - ShipCity: `Huston`, - ShipPostalCode: 90102, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1072, - CustomerName: `Mike Jackson`, - CustomerFirstName: `Mike`, - CustomerLastName: `Jackson`, - CustomerAddress: `161 Main Street, Huston, USA, 90102`, - Salesperson: `Nancy Black`, - OrderID: 1609, - OrderDate: `9/22/2022`, - ProductID: 197, - ProductName: `Samsung Note`, - UnitPrice: 16740.35, - Quantity: 4, - ExtendedPrice: 66961.4, - Freight: 1940.35, - Discontinued: false, - Region: `North East`, - Address: `161 Main Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 90102 - }), - new InvoicesDataItem( - { - ShipName: `Smith Home`, - ShipAddress: `102 Market Street`, - ShipCity: `Miami`, - ShipPostalCode: 70124, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1073, - CustomerName: `Ben Smith`, - CustomerFirstName: `Ben`, - CustomerLastName: `Smith`, - CustomerAddress: `102 Market Street, Miami, USA, 70124`, - Salesperson: `Anna Smith`, - OrderID: 1984, - OrderDate: `8/6/2022`, - ProductID: 123, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 14660.66, - Quantity: 3, - ExtendedPrice: 43981.98, - Freight: 1910.66, - Discontinued: false, - Region: `West`, - Address: `102 Market Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 70124 - }), - new InvoicesDataItem( - { - ShipName: `Black Estate`, - ShipAddress: `139 Market Street`, - ShipCity: `Miami`, - ShipPostalCode: 90134, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1074, - CustomerName: `Martin Black`, - CustomerFirstName: `Martin`, - CustomerLastName: `Black`, - CustomerAddress: `139 Market Street, Miami, USA, 90134`, - Salesperson: `Max Jackson`, - OrderID: 1060, - OrderDate: `3/11/2022`, - ProductID: 154, - ProductName: `Mac Book Pro`, - UnitPrice: 14460.37, - Quantity: 4, - ExtendedPrice: 57841.48, - Freight: 1020.37, - Discontinued: false, - Region: `West`, - Address: `139 Market Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 90134 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Market`, - ShipAddress: `132 Market Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 60055, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1075, - CustomerName: `Martin Jackson`, - CustomerFirstName: `Martin`, - CustomerLastName: `Jackson`, - CustomerAddress: `132 Market Street, Philadelphia, USA, 60055`, - Salesperson: `Pamela Madison`, - OrderID: 1213, - OrderDate: `9/3/2022`, - ProductID: 108, - ProductName: `IPhone`, - UnitPrice: 19340.74, - Quantity: 3, - ExtendedPrice: 58022.22, - Freight: 1370.74, - Discontinued: false, - Region: `West`, - Address: `132 Market Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 60055 - }), - new InvoicesDataItem( - { - ShipName: `Black Market`, - ShipAddress: `192 Market Street`, - ShipCity: `Miami`, - ShipPostalCode: 90135, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Speedy Express`, - CustomerID: 1076, - CustomerName: `Mike Black`, - CustomerFirstName: `Mike`, - CustomerLastName: `Black`, - CustomerAddress: `192 Market Street, Miami, USA, 90135`, - Salesperson: `Nancy Madison`, - OrderID: 1563, - OrderDate: `5/8/2022`, - ProductID: 162, - ProductName: `Samsung Note`, - UnitPrice: 12670.48, - Quantity: 2, - ExtendedPrice: 25340.96, - Freight: 1870.48, - Discontinued: false, - Region: `South East`, - Address: `192 Market Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 90135 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Market`, - ShipAddress: `108 Wall Street`, - ShipCity: `Miami`, - ShipPostalCode: 90156, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Federal Shipping`, - CustomerID: 1077, - CustomerName: `Martin Jefferson`, - CustomerFirstName: `Martin`, - CustomerLastName: `Jefferson`, - CustomerAddress: `108 Wall Street, Miami, USA, 90156`, - Salesperson: `Max Smith`, - OrderID: 1087, - OrderDate: `6/24/2022`, - ProductID: 194, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 6860.84, - Quantity: 3, - ExtendedPrice: 20582.52, - Freight: 1880.84, - Discontinued: false, - Region: `South East`, - Address: `108 Wall Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 90156 - }), - new InvoicesDataItem( - { - ShipName: `Smith Market`, - ShipAddress: `162 Wall Street`, - ShipCity: `New York`, - ShipPostalCode: 80121, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1078, - CustomerName: `Nancy Smith`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Smith`, - CustomerAddress: `162 Wall Street, New York, USA, 80121`, - Salesperson: `Anna Black`, - OrderID: 1663, - OrderDate: `9/5/2022`, - ProductID: 149, - ProductName: `Mac Book Pro`, - UnitPrice: 29550.53, - Quantity: 5, - ExtendedPrice: 147752.65, - Freight: 1270.53, - Discontinued: false, - Region: `South East`, - Address: `162 Wall Street`, - City: `New York`, - Country: `USA`, - PostalCode: 80121 - }), - new InvoicesDataItem( - { - ShipName: `Smith Market`, - ShipAddress: `165 Main Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 70057, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Speedy Express`, - CustomerID: 1079, - CustomerName: `Martin Smith`, - CustomerFirstName: `Martin`, - CustomerLastName: `Smith`, - CustomerAddress: `165 Main Street, Los Angeles, USA, 70057`, - Salesperson: `James Watson`, - OrderID: 1724, - OrderDate: `5/6/2022`, - ProductID: 180, - ProductName: `IPad`, - UnitPrice: 13560.61, - Quantity: 3, - ExtendedPrice: 40681.83, - Freight: 760.61, - Discontinued: true, - Region: `North East`, - Address: `165 Main Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 70057 - }), - new InvoicesDataItem( - { - ShipName: `Watson Market`, - ShipAddress: `162 Main Street`, - ShipCity: `Huston`, - ShipPostalCode: 60057, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1080, - CustomerName: `Anna Watson`, - CustomerFirstName: `Anna`, - CustomerLastName: `Watson`, - CustomerAddress: `162 Main Street, Huston, USA, 60057`, - Salesperson: `Anna Watson`, - OrderID: 1156, - OrderDate: `10/5/2022`, - ProductID: 157, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 17220.59, - Quantity: 3, - ExtendedPrice: 51661.77, - Freight: 1550.59, - Discontinued: false, - Region: `North East`, - Address: `162 Main Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 60057 - }), - new InvoicesDataItem( - { - ShipName: `Watson Estate`, - ShipAddress: `126 Main Street`, - ShipCity: `Miami`, - ShipPostalCode: 70200, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1081, - CustomerName: `Nancy Watson`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Watson`, - CustomerAddress: `126 Main Street, Miami, USA, 70200`, - Salesperson: `Ben Watson`, - OrderID: 1982, - OrderDate: `9/11/2022`, - ProductID: 123, - ProductName: `Mac Book Air`, - UnitPrice: 25780.79, - Quantity: 2, - ExtendedPrice: 51561.58, - Freight: 680.79, - Discontinued: false, - Region: `South East`, - Address: `126 Main Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 70200 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Market`, - ShipAddress: `105 Wall Street`, - ShipCity: `Huston`, - ShipPostalCode: 80141, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1082, - CustomerName: `Max Jackson`, - CustomerFirstName: `Max`, - CustomerLastName: `Jackson`, - CustomerAddress: `105 Wall Street, Huston, USA, 80141`, - Salesperson: `Pamela Watson`, - OrderID: 1462, - OrderDate: `6/6/2022`, - ProductID: 189, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 16990.62, - Quantity: 2, - ExtendedPrice: 33981.24, - Freight: 710.62, - Discontinued: false, - Region: `West`, - Address: `105 Wall Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 80141 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Market`, - ShipAddress: `113 Market Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 50187, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1083, - CustomerName: `James Jefferson`, - CustomerFirstName: `James`, - CustomerLastName: `Jefferson`, - CustomerAddress: `113 Market Street, Philadelphia, USA, 50187`, - Salesperson: `Martin Jefferson`, - OrderID: 1698, - OrderDate: `5/16/2022`, - ProductID: 148, - ProductName: `IPhone`, - UnitPrice: 16930.87, - Quantity: 4, - ExtendedPrice: 67723.48, - Freight: 1080.87, - Discontinued: false, - Region: `North East`, - Address: `113 Market Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 50187 - }), - new InvoicesDataItem( - { - ShipName: `Black Market`, - ShipAddress: `164 Main Street`, - ShipCity: `New York`, - ShipPostalCode: 80172, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1084, - CustomerName: `Mike Black`, - CustomerFirstName: `Mike`, - CustomerLastName: `Black`, - CustomerAddress: `164 Main Street, New York, USA, 80172`, - Salesperson: `Mike Jackson`, - OrderID: 1300, - OrderDate: `11/11/2022`, - ProductID: 164, - ProductName: `IPhone`, - UnitPrice: 8120.59, - Quantity: 4, - ExtendedPrice: 32482.36, - Freight: 1140.59, - Discontinued: false, - Region: `West`, - Address: `164 Main Street`, - City: `New York`, - Country: `USA`, - PostalCode: 80172 - }), - new InvoicesDataItem( - { - ShipName: `Watson Estate`, - ShipAddress: `108 Main Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 90074, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1085, - CustomerName: `Pamela Watson`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Watson`, - CustomerAddress: `108 Main Street, Philadelphia, USA, 90074`, - Salesperson: `Nancy Madison`, - OrderID: 1401, - OrderDate: `12/3/2022`, - ProductID: 139, - ProductName: `IPhone`, - UnitPrice: 6160.25, - Quantity: 4, - ExtendedPrice: 24641, - Freight: 1600.25, - Discontinued: false, - Region: `South East`, - Address: `108 Main Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 90074 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Market`, - ShipAddress: `175 Main Street`, - ShipCity: `Huston`, - ShipPostalCode: 80111, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1086, - CustomerName: `Max Jefferson`, - CustomerFirstName: `Max`, - CustomerLastName: `Jefferson`, - CustomerAddress: `175 Main Street, Huston, USA, 80111`, - Salesperson: `Nancy Watson`, - OrderID: 1474, - OrderDate: `9/1/2022`, - ProductID: 138, - ProductName: `Mac Book Air`, - UnitPrice: 7220.7, - Quantity: 4, - ExtendedPrice: 28882.8, - Freight: 1530.7, - Discontinued: false, - Region: `West`, - Address: `175 Main Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 80111 - }), - new InvoicesDataItem( - { - ShipName: `Madison Estate`, - ShipAddress: `102 Wall Street`, - ShipCity: `Miami`, - ShipPostalCode: 80173, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Speedy Express`, - CustomerID: 1087, - CustomerName: `Nancy Madison`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Madison`, - CustomerAddress: `102 Wall Street, Miami, USA, 80173`, - Salesperson: `Martin Jackson`, - OrderID: 1678, - OrderDate: `5/6/2022`, - ProductID: 190, - ProductName: `IPad`, - UnitPrice: 17990.28, - Quantity: 4, - ExtendedPrice: 71961.12, - Freight: 1420.28, - Discontinued: false, - Region: `South East`, - Address: `102 Wall Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 80173 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Townhouse`, - ShipAddress: `163 Market Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 50105, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1088, - CustomerName: `Mike Jackson`, - CustomerFirstName: `Mike`, - CustomerLastName: `Jackson`, - CustomerAddress: `163 Market Street, Philadelphia, USA, 50105`, - Salesperson: `Martin Black`, - OrderID: 1384, - OrderDate: `4/16/2022`, - ProductID: 156, - ProductName: `Mac Book Pro`, - UnitPrice: 15460.27, - Quantity: 3, - ExtendedPrice: 46380.81, - Freight: 1250.27, - Discontinued: false, - Region: `West`, - Address: `163 Market Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 50105 - }), - new InvoicesDataItem( - { - ShipName: `Watson Home`, - ShipAddress: `165 Wall Street`, - ShipCity: `Huston`, - ShipPostalCode: 90075, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1089, - CustomerName: `Ben Watson`, - CustomerFirstName: `Ben`, - CustomerLastName: `Watson`, - CustomerAddress: `165 Wall Street, Huston, USA, 90075`, - Salesperson: `Nancy Jefferson`, - OrderID: 1223, - OrderDate: `7/20/2022`, - ProductID: 105, - ProductName: `Mac Book Pro`, - UnitPrice: 15450.62, - Quantity: 2, - ExtendedPrice: 30901.24, - Freight: 1350.62, - Discontinued: true, - Region: `North East`, - Address: `165 Wall Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 90075 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Market`, - ShipAddress: `140 Wall Street`, - ShipCity: `New York`, - ShipPostalCode: 80134, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1090, - CustomerName: `Anna Jefferson`, - CustomerFirstName: `Anna`, - CustomerLastName: `Jefferson`, - CustomerAddress: `140 Wall Street, New York, USA, 80134`, - Salesperson: `Anna Watson`, - OrderID: 1189, - OrderDate: `10/5/2022`, - ProductID: 128, - ProductName: `Samsung Note`, - UnitPrice: 15460.25, - Quantity: 5, - ExtendedPrice: 77301.25, - Freight: 840.25, - Discontinued: false, - Region: `West`, - Address: `140 Wall Street`, - City: `New York`, - Country: `USA`, - PostalCode: 80134 - }), - new InvoicesDataItem( - { - ShipName: `Madison Market`, - ShipAddress: `191 Wall Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 80168, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1091, - CustomerName: `Max Madison`, - CustomerFirstName: `Max`, - CustomerLastName: `Madison`, - CustomerAddress: `191 Wall Street, Los Angeles, USA, 80168`, - Salesperson: `Anna Madison`, - OrderID: 1657, - OrderDate: `8/7/2022`, - ProductID: 154, - ProductName: `IPad`, - UnitPrice: 24990.6, - Quantity: 5, - ExtendedPrice: 124953, - Freight: 1890.6, - Discontinued: false, - Region: `South East`, - Address: `191 Wall Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 80168 - }), - new InvoicesDataItem( - { - ShipName: `Watson Market`, - ShipAddress: `111 Market Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 60130, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Federal Shipping`, - CustomerID: 1092, - CustomerName: `Anna Watson`, - CustomerFirstName: `Anna`, - CustomerLastName: `Watson`, - CustomerAddress: `111 Market Street, Los Angeles, USA, 60130`, - Salesperson: `Ben Jackson`, - OrderID: 1818, - OrderDate: `12/2/2022`, - ProductID: 107, - ProductName: `Samsung Note`, - UnitPrice: 19750.45, - Quantity: 4, - ExtendedPrice: 79001.8, - Freight: 1840.45, - Discontinued: false, - Region: `South East`, - Address: `111 Market Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 60130 - }), - new InvoicesDataItem( - { - ShipName: `Madison Estate`, - ShipAddress: `190 Market Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 50162, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1093, - CustomerName: `Mike Madison`, - CustomerFirstName: `Mike`, - CustomerLastName: `Madison`, - CustomerAddress: `190 Market Street, Los Angeles, USA, 50162`, - Salesperson: `Mike Watson`, - OrderID: 1117, - OrderDate: `10/12/2022`, - ProductID: 176, - ProductName: `Samsung Note`, - UnitPrice: 15390.57, - Quantity: 5, - ExtendedPrice: 76952.85, - Freight: 1500.57, - Discontinued: false, - Region: `West`, - Address: `190 Market Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 50162 - }), - new InvoicesDataItem( - { - ShipName: `Black Market`, - ShipAddress: `121 Main Street`, - ShipCity: `Miami`, - ShipPostalCode: 70156, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Federal Shipping`, - CustomerID: 1094, - CustomerName: `James Black`, - CustomerFirstName: `James`, - CustomerLastName: `Black`, - CustomerAddress: `121 Main Street, Miami, USA, 70156`, - Salesperson: `Mike Jackson`, - OrderID: 1188, - OrderDate: `11/23/2022`, - ProductID: 177, - ProductName: `IPad`, - UnitPrice: 23120.28, - Quantity: 3, - ExtendedPrice: 69360.84, - Freight: 1670.28, - Discontinued: false, - Region: `South East`, - Address: `121 Main Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 70156 - }), - new InvoicesDataItem( - { - ShipName: `Smith Market`, - ShipAddress: `120 Main Street`, - ShipCity: `Miami`, - ShipPostalCode: 60082, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Speedy Express`, - CustomerID: 1095, - CustomerName: `Martin Smith`, - CustomerFirstName: `Martin`, - CustomerLastName: `Smith`, - CustomerAddress: `120 Main Street, Miami, USA, 60082`, - Salesperson: `Nancy Smith`, - OrderID: 1673, - OrderDate: `1/25/2022`, - ProductID: 189, - ProductName: `Mac Book Air`, - UnitPrice: 16310.31, - Quantity: 4, - ExtendedPrice: 65241.24, - Freight: 370.31, - Discontinued: false, - Region: `South East`, - Address: `120 Main Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 60082 - }), - new InvoicesDataItem( - { - ShipName: `Madison Estate`, - ShipAddress: `102 Main Street`, - ShipCity: `Miami`, - ShipPostalCode: 90125, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1096, - CustomerName: `Pamela Madison`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Madison`, - CustomerAddress: `102 Main Street, Miami, USA, 90125`, - Salesperson: `Pamela Smith`, - OrderID: 1048, - OrderDate: `8/6/2022`, - ProductID: 148, - ProductName: `Mac Book Pro`, - UnitPrice: 14920.59, - Quantity: 2, - ExtendedPrice: 29841.18, - Freight: 1110.59, - Discontinued: false, - Region: `West`, - Address: `102 Main Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 90125 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Home`, - ShipAddress: `125 Main Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 80199, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1097, - CustomerName: `James Jefferson`, - CustomerFirstName: `James`, - CustomerLastName: `Jefferson`, - CustomerAddress: `125 Main Street, Los Angeles, USA, 80199`, - Salesperson: `Pamela Black`, - OrderID: 1336, - OrderDate: `6/1/2022`, - ProductID: 159, - ProductName: `Mac Book Pro`, - UnitPrice: 11370.4, - Quantity: 5, - ExtendedPrice: 56852, - Freight: 1210.4, - Discontinued: false, - Region: `West`, - Address: `125 Main Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 80199 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Townhouse`, - ShipAddress: `109 Wall Street`, - ShipCity: `Miami`, - ShipPostalCode: 60118, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1098, - CustomerName: `Mike Jefferson`, - CustomerFirstName: `Mike`, - CustomerLastName: `Jefferson`, - CustomerAddress: `109 Wall Street, Miami, USA, 60118`, - Salesperson: `James Madison`, - OrderID: 1049, - OrderDate: `2/14/2022`, - ProductID: 172, - ProductName: `Mac Book Pro`, - UnitPrice: 18730.79, - Quantity: 5, - ExtendedPrice: 93653.95, - Freight: 300.79, - Discontinued: false, - Region: `South East`, - Address: `109 Wall Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 60118 - }), - new InvoicesDataItem( - { - ShipName: `Smith Townhouse`, - ShipAddress: `149 Main Street`, - ShipCity: `Miami`, - ShipPostalCode: 50128, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1099, - CustomerName: `Anna Smith`, - CustomerFirstName: `Anna`, - CustomerLastName: `Smith`, - CustomerAddress: `149 Main Street, Miami, USA, 50128`, - Salesperson: `James Watson`, - OrderID: 1292, - OrderDate: `3/15/2022`, - ProductID: 183, - ProductName: `Mac Book Air`, - UnitPrice: 16730.48, - Quantity: 5, - ExtendedPrice: 83652.4, - Freight: 1320.48, - Discontinued: true, - Region: `North East`, - Address: `149 Main Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 50128 - }), - new InvoicesDataItem( - { - ShipName: `Smith Estate`, - ShipAddress: `183 Wall Street`, - ShipCity: `New York`, - ShipPostalCode: 50089, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1100, - CustomerName: `Ben Smith`, - CustomerFirstName: `Ben`, - CustomerLastName: `Smith`, - CustomerAddress: `183 Wall Street, New York, USA, 50089`, - Salesperson: `Max Watson`, - OrderID: 1724, - OrderDate: `9/22/2022`, - ProductID: 160, - ProductName: `IPad`, - UnitPrice: 23370.51, - Quantity: 3, - ExtendedPrice: 70111.53, - Freight: 1200.51, - Discontinued: false, - Region: `North East`, - Address: `183 Wall Street`, - City: `New York`, - Country: `USA`, - PostalCode: 50089 - }), - new InvoicesDataItem( - { - ShipName: `Watson Estate`, - ShipAddress: `195 Market Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 60110, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Federal Shipping`, - CustomerID: 1101, - CustomerName: `Martin Watson`, - CustomerFirstName: `Martin`, - CustomerLastName: `Watson`, - CustomerAddress: `195 Market Street, Philadelphia, USA, 60110`, - Salesperson: `Martin Black`, - OrderID: 1154, - OrderDate: `4/13/2022`, - ProductID: 180, - ProductName: `Samsung Note`, - UnitPrice: 24870.49, - Quantity: 4, - ExtendedPrice: 99481.96, - Freight: 1200.49, - Discontinued: false, - Region: `South East`, - Address: `195 Market Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 60110 - }), - new InvoicesDataItem( - { - ShipName: `Madison Estate`, - ShipAddress: `153 Market Street`, - ShipCity: `New York`, - ShipPostalCode: 60113, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1102, - CustomerName: `Ben Madison`, - CustomerFirstName: `Ben`, - CustomerLastName: `Madison`, - CustomerAddress: `153 Market Street, New York, USA, 60113`, - Salesperson: `Nancy Black`, - OrderID: 1333, - OrderDate: `2/24/2022`, - ProductID: 192, - ProductName: `Samsung Note`, - UnitPrice: 12710.8, - Quantity: 4, - ExtendedPrice: 50843.2, - Freight: 1520.8, - Discontinued: false, - Region: `North East`, - Address: `153 Market Street`, - City: `New York`, - Country: `USA`, - PostalCode: 60113 - }), - new InvoicesDataItem( - { - ShipName: `Watson Market`, - ShipAddress: `185 Market Street`, - ShipCity: `Miami`, - ShipPostalCode: 60118, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1103, - CustomerName: `James Watson`, - CustomerFirstName: `James`, - CustomerLastName: `Watson`, - CustomerAddress: `185 Market Street, Miami, USA, 60118`, - Salesperson: `Max Black`, - OrderID: 1243, - OrderDate: `2/7/2022`, - ProductID: 124, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 16270.33, - Quantity: 4, - ExtendedPrice: 65081.32, - Freight: 1050.33, - Discontinued: false, - Region: `West`, - Address: `185 Market Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 60118 - }), - new InvoicesDataItem( - { - ShipName: `Smith Home`, - ShipAddress: `181 Market Street`, - ShipCity: `Miami`, - ShipPostalCode: 80055, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Speedy Express`, - CustomerID: 1104, - CustomerName: `Anna Smith`, - CustomerFirstName: `Anna`, - CustomerLastName: `Smith`, - CustomerAddress: `181 Market Street, Miami, USA, 80055`, - Salesperson: `Nancy Madison`, - OrderID: 1090, - OrderDate: `12/2/2022`, - ProductID: 106, - ProductName: `Mac Book Pro`, - UnitPrice: 25150.85, - Quantity: 5, - ExtendedPrice: 125754.25, - Freight: 560.85, - Discontinued: false, - Region: `North East`, - Address: `181 Market Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 80055 - }), - new InvoicesDataItem( - { - ShipName: `Watson Home`, - ShipAddress: `185 Market Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 60149, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Speedy Express`, - CustomerID: 1105, - CustomerName: `Ben Watson`, - CustomerFirstName: `Ben`, - CustomerLastName: `Watson`, - CustomerAddress: `185 Market Street, Los Angeles, USA, 60149`, - Salesperson: `Martin Madison`, - OrderID: 1697, - OrderDate: `10/12/2022`, - ProductID: 193, - ProductName: `Mac Book Air`, - UnitPrice: 18440.22, - Quantity: 5, - ExtendedPrice: 92201.1, - Freight: 1030.22, - Discontinued: false, - Region: `North East`, - Address: `185 Market Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 60149 - }), - new InvoicesDataItem( - { - ShipName: `Madison Home`, - ShipAddress: `110 Wall Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 90160, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Speedy Express`, - CustomerID: 1106, - CustomerName: `Anna Madison`, - CustomerFirstName: `Anna`, - CustomerLastName: `Madison`, - CustomerAddress: `110 Wall Street, Los Angeles, USA, 90160`, - Salesperson: `Mike Jefferson`, - OrderID: 1868, - OrderDate: `6/20/2022`, - ProductID: 166, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 10990.49, - Quantity: 5, - ExtendedPrice: 54952.45, - Freight: 1250.49, - Discontinued: false, - Region: `North East`, - Address: `110 Wall Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 90160 - }), - new InvoicesDataItem( - { - ShipName: `Madison Home`, - ShipAddress: `124 Wall Street`, - ShipCity: `Miami`, - ShipPostalCode: 90129, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1107, - CustomerName: `Martin Madison`, - CustomerFirstName: `Martin`, - CustomerLastName: `Madison`, - CustomerAddress: `124 Wall Street, Miami, USA, 90129`, - Salesperson: `Max Madison`, - OrderID: 1419, - OrderDate: `11/8/2022`, - ProductID: 119, - ProductName: `Mac Book Air`, - UnitPrice: 9310.28, - Quantity: 3, - ExtendedPrice: 27930.84, - Freight: 1660.28, - Discontinued: false, - Region: `West`, - Address: `124 Wall Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 90129 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Townhouse`, - ShipAddress: `144 Wall Street`, - ShipCity: `Huston`, - ShipPostalCode: 80145, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1108, - CustomerName: `Pamela Jefferson`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Jefferson`, - CustomerAddress: `144 Wall Street, Huston, USA, 80145`, - Salesperson: `Mike Smith`, - OrderID: 1103, - OrderDate: `5/14/2022`, - ProductID: 172, - ProductName: `Mac Book Pro`, - UnitPrice: 5130.33, - Quantity: 2, - ExtendedPrice: 10260.66, - Freight: 1840.33, - Discontinued: false, - Region: `North East`, - Address: `144 Wall Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 80145 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Estate`, - ShipAddress: `200 Main Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 50073, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1109, - CustomerName: `Nancy Jefferson`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Jefferson`, - CustomerAddress: `200 Main Street, Philadelphia, USA, 50073`, - Salesperson: `Max Jackson`, - OrderID: 1461, - OrderDate: `6/13/2022`, - ProductID: 153, - ProductName: `Mac Book Pro`, - UnitPrice: 23080.59, - Quantity: 3, - ExtendedPrice: 69241.77, - Freight: 540.59, - Discontinued: true, - Region: `West`, - Address: `200 Main Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 50073 - }), - new InvoicesDataItem( - { - ShipName: `Madison Market`, - ShipAddress: `196 Market Street`, - ShipCity: `New York`, - ShipPostalCode: 70070, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1110, - CustomerName: `Mike Madison`, - CustomerFirstName: `Mike`, - CustomerLastName: `Madison`, - CustomerAddress: `196 Market Street, New York, USA, 70070`, - Salesperson: `Nancy Smith`, - OrderID: 1713, - OrderDate: `3/6/2022`, - ProductID: 121, - ProductName: `Mac Book Pro`, - UnitPrice: 29390.58, - Quantity: 3, - ExtendedPrice: 88171.74, - Freight: 1170.58, - Discontinued: false, - Region: `West`, - Address: `196 Market Street`, - City: `New York`, - Country: `USA`, - PostalCode: 70070 - }), - new InvoicesDataItem( - { - ShipName: `Smith Home`, - ShipAddress: `154 Main Street`, - ShipCity: `New York`, - ShipPostalCode: 70167, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Speedy Express`, - CustomerID: 1111, - CustomerName: `Martin Smith`, - CustomerFirstName: `Martin`, - CustomerLastName: `Smith`, - CustomerAddress: `154 Main Street, New York, USA, 70167`, - Salesperson: `Pamela Jackson`, - OrderID: 1956, - OrderDate: `1/2/2022`, - ProductID: 156, - ProductName: `Samsung Note`, - UnitPrice: 24870.88, - Quantity: 2, - ExtendedPrice: 49741.76, - Freight: 1360.88, - Discontinued: false, - Region: `North East`, - Address: `154 Main Street`, - City: `New York`, - Country: `USA`, - PostalCode: 70167 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Townhouse`, - ShipAddress: `110 Main Street`, - ShipCity: `Miami`, - ShipPostalCode: 90055, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1112, - CustomerName: `Mike Jefferson`, - CustomerFirstName: `Mike`, - CustomerLastName: `Jefferson`, - CustomerAddress: `110 Main Street, Miami, USA, 90055`, - Salesperson: `Anna Madison`, - OrderID: 1530, - OrderDate: `10/15/2022`, - ProductID: 113, - ProductName: `IPad`, - UnitPrice: 24570.87, - Quantity: 4, - ExtendedPrice: 98283.48, - Freight: 930.87, - Discontinued: false, - Region: `South East`, - Address: `110 Main Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 90055 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Townhouse`, - ShipAddress: `200 Market Street`, - ShipCity: `Huston`, - ShipPostalCode: 70105, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1113, - CustomerName: `Martin Jefferson`, - CustomerFirstName: `Martin`, - CustomerLastName: `Jefferson`, - CustomerAddress: `200 Market Street, Huston, USA, 70105`, - Salesperson: `James Jackson`, - OrderID: 1488, - OrderDate: `7/13/2022`, - ProductID: 109, - ProductName: `IPhone`, - UnitPrice: 23860.57, - Quantity: 4, - ExtendedPrice: 95442.28, - Freight: 1130.57, - Discontinued: false, - Region: `North East`, - Address: `200 Market Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 70105 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Home`, - ShipAddress: `181 Main Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 80175, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Speedy Express`, - CustomerID: 1114, - CustomerName: `Ben Jefferson`, - CustomerFirstName: `Ben`, - CustomerLastName: `Jefferson`, - CustomerAddress: `181 Main Street, Philadelphia, USA, 80175`, - Salesperson: `Max Jackson`, - OrderID: 1143, - OrderDate: `6/13/2022`, - ProductID: 144, - ProductName: `Mac Book Air`, - UnitPrice: 28390.63, - Quantity: 5, - ExtendedPrice: 141953.15, - Freight: 300.63, - Discontinued: false, - Region: `North East`, - Address: `181 Main Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 80175 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Home`, - ShipAddress: `137 Market Street`, - ShipCity: `Huston`, - ShipPostalCode: 50144, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Federal Shipping`, - CustomerID: 1115, - CustomerName: `Ben Jackson`, - CustomerFirstName: `Ben`, - CustomerLastName: `Jackson`, - CustomerAddress: `137 Market Street, Huston, USA, 50144`, - Salesperson: `Martin Jackson`, - OrderID: 1274, - OrderDate: `4/8/2022`, - ProductID: 134, - ProductName: `IPad`, - UnitPrice: 22580.34, - Quantity: 2, - ExtendedPrice: 45160.68, - Freight: 1720.34, - Discontinued: false, - Region: `South East`, - Address: `137 Market Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 50144 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Market`, - ShipAddress: `186 Main Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 70112, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Speedy Express`, - CustomerID: 1116, - CustomerName: `Pamela Jefferson`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Jefferson`, - CustomerAddress: `186 Main Street, Los Angeles, USA, 70112`, - Salesperson: `Mike Jefferson`, - OrderID: 1597, - OrderDate: `8/6/2022`, - ProductID: 127, - ProductName: `Mac Book Pro`, - UnitPrice: 28490.48, - Quantity: 3, - ExtendedPrice: 85471.44, - Freight: 760.48, - Discontinued: false, - Region: `South East`, - Address: `186 Main Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 70112 - }), - new InvoicesDataItem( - { - ShipName: `Watson Townhouse`, - ShipAddress: `152 Wall Street`, - ShipCity: `Huston`, - ShipPostalCode: 50080, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1117, - CustomerName: `Nancy Watson`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Watson`, - CustomerAddress: `152 Wall Street, Huston, USA, 50080`, - Salesperson: `Max Jackson`, - OrderID: 1632, - OrderDate: `4/15/2022`, - ProductID: 179, - ProductName: `Mac Book Pro`, - UnitPrice: 20680.38, - Quantity: 5, - ExtendedPrice: 103401.9, - Freight: 490.38, - Discontinued: false, - Region: `West`, - Address: `152 Wall Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 50080 - }), - new InvoicesDataItem( - { - ShipName: `Black Home`, - ShipAddress: `147 Wall Street`, - ShipCity: `Huston`, - ShipPostalCode: 60136, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1118, - CustomerName: `Pamela Black`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Black`, - CustomerAddress: `147 Wall Street, Huston, USA, 60136`, - Salesperson: `Mike Watson`, - OrderID: 1461, - OrderDate: `4/21/2022`, - ProductID: 118, - ProductName: `Samsung Note`, - UnitPrice: 6990.24, - Quantity: 5, - ExtendedPrice: 34951.2, - Freight: 460.24, - Discontinued: false, - Region: `North East`, - Address: `147 Wall Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 60136 - }), - new InvoicesDataItem( - { - ShipName: `Black Estate`, - ShipAddress: `161 Market Street`, - ShipCity: `Huston`, - ShipPostalCode: 80121, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1119, - CustomerName: `James Black`, - CustomerFirstName: `James`, - CustomerLastName: `Black`, - CustomerAddress: `161 Market Street, Huston, USA, 80121`, - Salesperson: `Martin Jefferson`, - OrderID: 1380, - OrderDate: `1/3/2022`, - ProductID: 176, - ProductName: `Mac Book Air`, - UnitPrice: 26540.79, - Quantity: 5, - ExtendedPrice: 132703.95, - Freight: 470.79, - Discontinued: true, - Region: `West`, - Address: `161 Market Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 80121 - }), - new InvoicesDataItem( - { - ShipName: `Watson Townhouse`, - ShipAddress: `118 Main Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 50189, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1120, - CustomerName: `Ben Watson`, - CustomerFirstName: `Ben`, - CustomerLastName: `Watson`, - CustomerAddress: `118 Main Street, Philadelphia, USA, 50189`, - Salesperson: `Ben Watson`, - OrderID: 1658, - OrderDate: `1/4/2022`, - ProductID: 184, - ProductName: `Mac Book Air`, - UnitPrice: 16830.41, - Quantity: 5, - ExtendedPrice: 84152.05, - Freight: 1660.41, - Discontinued: false, - Region: `West`, - Address: `118 Main Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 50189 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Townhouse`, - ShipAddress: `186 Market Street`, - ShipCity: `Miami`, - ShipPostalCode: 60097, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Speedy Express`, - CustomerID: 1121, - CustomerName: `Pamela Jackson`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Jackson`, - CustomerAddress: `186 Market Street, Miami, USA, 60097`, - Salesperson: `Nancy Watson`, - OrderID: 1754, - OrderDate: `7/3/2022`, - ProductID: 148, - ProductName: `Mac Book Air`, - UnitPrice: 5030.24, - Quantity: 3, - ExtendedPrice: 15090.72, - Freight: 1660.24, - Discontinued: false, - Region: `South East`, - Address: `186 Market Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 60097 - }), - new InvoicesDataItem( - { - ShipName: `Smith Market`, - ShipAddress: `191 Main Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 90155, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1122, - CustomerName: `Ben Smith`, - CustomerFirstName: `Ben`, - CustomerLastName: `Smith`, - CustomerAddress: `191 Main Street, Los Angeles, USA, 90155`, - Salesperson: `Anna Madison`, - OrderID: 1279, - OrderDate: `3/14/2022`, - ProductID: 151, - ProductName: `IPhone`, - UnitPrice: 23590.82, - Quantity: 3, - ExtendedPrice: 70772.46, - Freight: 1120.82, - Discontinued: false, - Region: `West`, - Address: `191 Main Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 90155 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Market`, - ShipAddress: `190 Main Street`, - ShipCity: `New York`, - ShipPostalCode: 80075, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Federal Shipping`, - CustomerID: 1123, - CustomerName: `James Jefferson`, - CustomerFirstName: `James`, - CustomerLastName: `Jefferson`, - CustomerAddress: `190 Main Street, New York, USA, 80075`, - Salesperson: `Martin Jackson`, - OrderID: 1310, - OrderDate: `11/7/2022`, - ProductID: 183, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 26450.4, - Quantity: 5, - ExtendedPrice: 132252, - Freight: 420.4, - Discontinued: false, - Region: `South East`, - Address: `190 Main Street`, - City: `New York`, - Country: `USA`, - PostalCode: 80075 - }), - new InvoicesDataItem( - { - ShipName: `Madison Home`, - ShipAddress: `160 Market Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 80067, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Speedy Express`, - CustomerID: 1124, - CustomerName: `Pamela Madison`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Madison`, - CustomerAddress: `160 Market Street, Philadelphia, USA, 80067`, - Salesperson: `Ben Jackson`, - OrderID: 1920, - OrderDate: `12/17/2022`, - ProductID: 174, - ProductName: `IPhone`, - UnitPrice: 23660.88, - Quantity: 4, - ExtendedPrice: 94643.52, - Freight: 1220.88, - Discontinued: false, - Region: `North East`, - Address: `160 Market Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 80067 - }), - new InvoicesDataItem( - { - ShipName: `Black Market`, - ShipAddress: `151 Wall Street`, - ShipCity: `Miami`, - ShipPostalCode: 90124, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1125, - CustomerName: `Max Black`, - CustomerFirstName: `Max`, - CustomerLastName: `Black`, - CustomerAddress: `151 Wall Street, Miami, USA, 90124`, - Salesperson: `Mike Watson`, - OrderID: 1497, - OrderDate: `2/21/2022`, - ProductID: 179, - ProductName: `IPhone`, - UnitPrice: 15940.51, - Quantity: 5, - ExtendedPrice: 79702.55, - Freight: 1880.51, - Discontinued: false, - Region: `West`, - Address: `151 Wall Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 90124 - }), - new InvoicesDataItem( - { - ShipName: `Black Estate`, - ShipAddress: `151 Market Street`, - ShipCity: `Huston`, - ShipPostalCode: 70173, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1126, - CustomerName: `Nancy Black`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Black`, - CustomerAddress: `151 Market Street, Huston, USA, 70173`, - Salesperson: `Pamela Jefferson`, - OrderID: 1925, - OrderDate: `2/15/2022`, - ProductID: 170, - ProductName: `IPhone`, - UnitPrice: 13350.7, - Quantity: 5, - ExtendedPrice: 66753.5, - Freight: 720.7, - Discontinued: false, - Region: `West`, - Address: `151 Market Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 70173 - }), - new InvoicesDataItem( - { - ShipName: `Watson Townhouse`, - ShipAddress: `114 Main Street`, - ShipCity: `Miami`, - ShipPostalCode: 80067, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Speedy Express`, - CustomerID: 1127, - CustomerName: `James Watson`, - CustomerFirstName: `James`, - CustomerLastName: `Watson`, - CustomerAddress: `114 Main Street, Miami, USA, 80067`, - Salesperson: `Pamela Black`, - OrderID: 1338, - OrderDate: `5/19/2022`, - ProductID: 196, - ProductName: `Samsung Note`, - UnitPrice: 20820.82, - Quantity: 4, - ExtendedPrice: 83283.28, - Freight: 1570.82, - Discontinued: false, - Region: `South East`, - Address: `114 Main Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 80067 - }), - new InvoicesDataItem( - { - ShipName: `Madison Market`, - ShipAddress: `189 Wall Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 80157, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1128, - CustomerName: `Anna Madison`, - CustomerFirstName: `Anna`, - CustomerLastName: `Madison`, - CustomerAddress: `189 Wall Street, Philadelphia, USA, 80157`, - Salesperson: `Ben Watson`, - OrderID: 1794, - OrderDate: `9/9/2022`, - ProductID: 168, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 25550.56, - Quantity: 4, - ExtendedPrice: 102202.24, - Freight: 400.56, - Discontinued: false, - Region: `North East`, - Address: `189 Wall Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 80157 - }), - new InvoicesDataItem( - { - ShipName: `Watson Home`, - ShipAddress: `198 Main Street`, - ShipCity: `New York`, - ShipPostalCode: 60169, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1129, - CustomerName: `Ben Watson`, - CustomerFirstName: `Ben`, - CustomerLastName: `Watson`, - CustomerAddress: `198 Main Street, New York, USA, 60169`, - Salesperson: `James Black`, - OrderID: 1108, - OrderDate: `2/5/2022`, - ProductID: 194, - ProductName: `Mac Book Air`, - UnitPrice: 10890.26, - Quantity: 3, - ExtendedPrice: 32670.78, - Freight: 760.26, - Discontinued: true, - Region: `South East`, - Address: `198 Main Street`, - City: `New York`, - Country: `USA`, - PostalCode: 60169 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Townhouse`, - ShipAddress: `106 Main Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 60117, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1130, - CustomerName: `James Jackson`, - CustomerFirstName: `James`, - CustomerLastName: `Jackson`, - CustomerAddress: `106 Main Street, Los Angeles, USA, 60117`, - Salesperson: `Pamela Jackson`, - OrderID: 1953, - OrderDate: `11/24/2022`, - ProductID: 179, - ProductName: `Samsung Note`, - UnitPrice: 19940.84, - Quantity: 3, - ExtendedPrice: 59822.52, - Freight: 890.84, - Discontinued: false, - Region: `West`, - Address: `106 Main Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 60117 - }), - new InvoicesDataItem( - { - ShipName: `Madison Home`, - ShipAddress: `192 Main Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 90090, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Federal Shipping`, - CustomerID: 1131, - CustomerName: `James Madison`, - CustomerFirstName: `James`, - CustomerLastName: `Madison`, - CustomerAddress: `192 Main Street, Los Angeles, USA, 90090`, - Salesperson: `Max Jefferson`, - OrderID: 1337, - OrderDate: `10/10/2022`, - ProductID: 198, - ProductName: `Samsung Note`, - UnitPrice: 18640.31, - Quantity: 2, - ExtendedPrice: 37280.62, - Freight: 280.31, - Discontinued: false, - Region: `South East`, - Address: `192 Main Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 90090 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Townhouse`, - ShipAddress: `128 Market Street`, - ShipCity: `Miami`, - ShipPostalCode: 50136, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1132, - CustomerName: `Martin Jefferson`, - CustomerFirstName: `Martin`, - CustomerLastName: `Jefferson`, - CustomerAddress: `128 Market Street, Miami, USA, 50136`, - Salesperson: `Nancy Jefferson`, - OrderID: 1617, - OrderDate: `4/10/2022`, - ProductID: 148, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 26140.37, - Quantity: 2, - ExtendedPrice: 52280.74, - Freight: 1270.37, - Discontinued: false, - Region: `West`, - Address: `128 Market Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 50136 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Home`, - ShipAddress: `164 Wall Street`, - ShipCity: `Huston`, - ShipPostalCode: 70190, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1133, - CustomerName: `Max Jackson`, - CustomerFirstName: `Max`, - CustomerLastName: `Jackson`, - CustomerAddress: `164 Wall Street, Huston, USA, 70190`, - Salesperson: `Nancy Watson`, - OrderID: 1222, - OrderDate: `3/15/2022`, - ProductID: 140, - ProductName: `IPad`, - UnitPrice: 20540.74, - Quantity: 3, - ExtendedPrice: 61622.22, - Freight: 1190.74, - Discontinued: false, - Region: `West`, - Address: `164 Wall Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 70190 - }), - new InvoicesDataItem( - { - ShipName: `Black Home`, - ShipAddress: `118 Main Street`, - ShipCity: `Huston`, - ShipPostalCode: 60126, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1134, - CustomerName: `Ben Black`, - CustomerFirstName: `Ben`, - CustomerLastName: `Black`, - CustomerAddress: `118 Main Street, Huston, USA, 60126`, - Salesperson: `Pamela Jefferson`, - OrderID: 1888, - OrderDate: `7/3/2022`, - ProductID: 133, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 25970.39, - Quantity: 2, - ExtendedPrice: 51940.78, - Freight: 1110.39, - Discontinued: false, - Region: `North East`, - Address: `118 Main Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 60126 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Estate`, - ShipAddress: `145 Wall Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 50093, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1135, - CustomerName: `James Jefferson`, - CustomerFirstName: `James`, - CustomerLastName: `Jefferson`, - CustomerAddress: `145 Wall Street, Philadelphia, USA, 50093`, - Salesperson: `Nancy Jefferson`, - OrderID: 1661, - OrderDate: `5/14/2022`, - ProductID: 199, - ProductName: `Mac Book Air`, - UnitPrice: 12190.38, - Quantity: 2, - ExtendedPrice: 24380.76, - Freight: 1670.38, - Discontinued: false, - Region: `North East`, - Address: `145 Wall Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 50093 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Home`, - ShipAddress: `174 Wall Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 70094, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1136, - CustomerName: `Ben Jefferson`, - CustomerFirstName: `Ben`, - CustomerLastName: `Jefferson`, - CustomerAddress: `174 Wall Street, Los Angeles, USA, 70094`, - Salesperson: `Max Madison`, - OrderID: 1495, - OrderDate: `1/19/2022`, - ProductID: 188, - ProductName: `Mac Book Pro`, - UnitPrice: 18310.54, - Quantity: 5, - ExtendedPrice: 91552.7, - Freight: 810.54, - Discontinued: false, - Region: `West`, - Address: `174 Wall Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 70094 - }), - new InvoicesDataItem( - { - ShipName: `Watson Market`, - ShipAddress: `146 Wall Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 90093, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1137, - CustomerName: `Martin Watson`, - CustomerFirstName: `Martin`, - CustomerLastName: `Watson`, - CustomerAddress: `146 Wall Street, Philadelphia, USA, 90093`, - Salesperson: `Mike Smith`, - OrderID: 1649, - OrderDate: `1/4/2022`, - ProductID: 171, - ProductName: `Mac Book Air`, - UnitPrice: 6400.45, - Quantity: 3, - ExtendedPrice: 19201.35, - Freight: 220.45, - Discontinued: false, - Region: `West`, - Address: `146 Wall Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 90093 - }), - new InvoicesDataItem( - { - ShipName: `Smith Estate`, - ShipAddress: `181 Main Street`, - ShipCity: `Miami`, - ShipPostalCode: 80117, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1138, - CustomerName: `Martin Smith`, - CustomerFirstName: `Martin`, - CustomerLastName: `Smith`, - CustomerAddress: `181 Main Street, Miami, USA, 80117`, - Salesperson: `Mike Black`, - OrderID: 1152, - OrderDate: `5/12/2022`, - ProductID: 172, - ProductName: `Mac Book Pro`, - UnitPrice: 26760.58, - Quantity: 5, - ExtendedPrice: 133802.9, - Freight: 1480.58, - Discontinued: false, - Region: `West`, - Address: `181 Main Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 80117 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Market`, - ShipAddress: `183 Wall Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 70191, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1139, - CustomerName: `Mike Jefferson`, - CustomerFirstName: `Mike`, - CustomerLastName: `Jefferson`, - CustomerAddress: `183 Wall Street, Philadelphia, USA, 70191`, - Salesperson: `Nancy Jefferson`, - OrderID: 1471, - OrderDate: `5/19/2022`, - ProductID: 119, - ProductName: `Mac Book Pro`, - UnitPrice: 22030.88, - Quantity: 5, - ExtendedPrice: 110154.4, - Freight: 990.88, - Discontinued: true, - Region: `West`, - Address: `183 Wall Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 70191 - }), - new InvoicesDataItem( - { - ShipName: `Madison Estate`, - ShipAddress: `100 Wall Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 80082, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1140, - CustomerName: `Pamela Madison`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Madison`, - CustomerAddress: `100 Wall Street, Philadelphia, USA, 80082`, - Salesperson: `Max Madison`, - OrderID: 1793, - OrderDate: `3/16/2022`, - ProductID: 158, - ProductName: `Mac Book Pro`, - UnitPrice: 20230.42, - Quantity: 3, - ExtendedPrice: 60691.26, - Freight: 1990.42, - Discontinued: false, - Region: `West`, - Address: `100 Wall Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 80082 - }), - new InvoicesDataItem( - { - ShipName: `Black Market`, - ShipAddress: `173 Market Street`, - ShipCity: `New York`, - ShipPostalCode: 90155, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1141, - CustomerName: `Pamela Black`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Black`, - CustomerAddress: `173 Market Street, New York, USA, 90155`, - Salesperson: `Pamela Black`, - OrderID: 1928, - OrderDate: `8/24/2022`, - ProductID: 114, - ProductName: `Mac Book Air`, - UnitPrice: 24460.68, - Quantity: 2, - ExtendedPrice: 48921.36, - Freight: 1840.68, - Discontinued: false, - Region: `West`, - Address: `173 Market Street`, - City: `New York`, - Country: `USA`, - PostalCode: 90155 - }), - new InvoicesDataItem( - { - ShipName: `Smith Townhouse`, - ShipAddress: `171 Market Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 60087, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1142, - CustomerName: `James Smith`, - CustomerFirstName: `James`, - CustomerLastName: `Smith`, - CustomerAddress: `171 Market Street, Philadelphia, USA, 60087`, - Salesperson: `Pamela Madison`, - OrderID: 1027, - OrderDate: `1/25/2022`, - ProductID: 145, - ProductName: `Samsung Note`, - UnitPrice: 6010.73, - Quantity: 3, - ExtendedPrice: 18032.19, - Freight: 1860.73, - Discontinued: false, - Region: `West`, - Address: `171 Market Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 60087 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Townhouse`, - ShipAddress: `175 Wall Street`, - ShipCity: `Huston`, - ShipPostalCode: 60122, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1143, - CustomerName: `Mike Jackson`, - CustomerFirstName: `Mike`, - CustomerLastName: `Jackson`, - CustomerAddress: `175 Wall Street, Huston, USA, 60122`, - Salesperson: `Pamela Jackson`, - OrderID: 1700, - OrderDate: `12/10/2022`, - ProductID: 150, - ProductName: `Mac Book Pro`, - UnitPrice: 22030.36, - Quantity: 2, - ExtendedPrice: 44060.72, - Freight: 940.36, - Discontinued: false, - Region: `West`, - Address: `175 Wall Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 60122 - }), - new InvoicesDataItem( - { - ShipName: `Smith Townhouse`, - ShipAddress: `174 Main Street`, - ShipCity: `Miami`, - ShipPostalCode: 90071, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1144, - CustomerName: `Max Smith`, - CustomerFirstName: `Max`, - CustomerLastName: `Smith`, - CustomerAddress: `174 Main Street, Miami, USA, 90071`, - Salesperson: `Mike Jackson`, - OrderID: 1769, - OrderDate: `2/20/2022`, - ProductID: 183, - ProductName: `Mac Book Air`, - UnitPrice: 25890.72, - Quantity: 3, - ExtendedPrice: 77672.16, - Freight: 1540.72, - Discontinued: false, - Region: `West`, - Address: `174 Main Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 90071 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Estate`, - ShipAddress: `100 Market Street`, - ShipCity: `Huston`, - ShipPostalCode: 90059, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1145, - CustomerName: `Martin Jefferson`, - CustomerFirstName: `Martin`, - CustomerLastName: `Jefferson`, - CustomerAddress: `100 Market Street, Huston, USA, 90059`, - Salesperson: `Max Jefferson`, - OrderID: 1835, - OrderDate: `5/15/2022`, - ProductID: 142, - ProductName: `Samsung Note`, - UnitPrice: 28310.48, - Quantity: 3, - ExtendedPrice: 84931.44, - Freight: 2000.48, - Discontinued: false, - Region: `West`, - Address: `100 Market Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 90059 - }), - new InvoicesDataItem( - { - ShipName: `Madison Townhouse`, - ShipAddress: `120 Market Street`, - ShipCity: `Miami`, - ShipPostalCode: 90120, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1146, - CustomerName: `Ben Madison`, - CustomerFirstName: `Ben`, - CustomerLastName: `Madison`, - CustomerAddress: `120 Market Street, Miami, USA, 90120`, - Salesperson: `Max Jefferson`, - OrderID: 1787, - OrderDate: `5/16/2022`, - ProductID: 104, - ProductName: `IPad`, - UnitPrice: 8410.44, - Quantity: 2, - ExtendedPrice: 16820.88, - Freight: 1620.44, - Discontinued: false, - Region: `West`, - Address: `120 Market Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 90120 - }), - new InvoicesDataItem( - { - ShipName: `Watson Estate`, - ShipAddress: `163 Wall Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 80132, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1147, - CustomerName: `Pamela Watson`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Watson`, - CustomerAddress: `163 Wall Street, Los Angeles, USA, 80132`, - Salesperson: `Pamela Watson`, - OrderID: 1026, - OrderDate: `7/10/2022`, - ProductID: 130, - ProductName: `Samsung Note`, - UnitPrice: 13650.42, - Quantity: 3, - ExtendedPrice: 40951.26, - Freight: 750.42, - Discontinued: false, - Region: `West`, - Address: `163 Wall Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 80132 - }), - new InvoicesDataItem( - { - ShipName: `Black Home`, - ShipAddress: `169 Wall Street`, - ShipCity: `Huston`, - ShipPostalCode: 90138, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1148, - CustomerName: `Ben Black`, - CustomerFirstName: `Ben`, - CustomerLastName: `Black`, - CustomerAddress: `169 Wall Street, Huston, USA, 90138`, - Salesperson: `Anna Smith`, - OrderID: 1805, - OrderDate: `1/6/2022`, - ProductID: 126, - ProductName: `Samsung Note`, - UnitPrice: 29130.32, - Quantity: 4, - ExtendedPrice: 116521.28, - Freight: 800.32, - Discontinued: false, - Region: `West`, - Address: `169 Wall Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 90138 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Townhouse`, - ShipAddress: `167 Market Street`, - ShipCity: `Miami`, - ShipPostalCode: 60152, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1149, - CustomerName: `Max Jefferson`, - CustomerFirstName: `Max`, - CustomerLastName: `Jefferson`, - CustomerAddress: `167 Market Street, Miami, USA, 60152`, - Salesperson: `Ben Jackson`, - OrderID: 1292, - OrderDate: `10/3/2022`, - ProductID: 178, - ProductName: `IPhone`, - UnitPrice: 9150.64, - Quantity: 5, - ExtendedPrice: 45753.2, - Freight: 1530.64, - Discontinued: true, - Region: `North East`, - Address: `167 Market Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 60152 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Home`, - ShipAddress: `194 Wall Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 80133, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1150, - CustomerName: `Nancy Jackson`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Jackson`, - CustomerAddress: `194 Wall Street, Philadelphia, USA, 80133`, - Salesperson: `Martin Watson`, - OrderID: 1240, - OrderDate: `10/14/2022`, - ProductID: 128, - ProductName: `IPhone`, - UnitPrice: 22900.38, - Quantity: 5, - ExtendedPrice: 114501.9, - Freight: 1500.38, - Discontinued: false, - Region: `North East`, - Address: `194 Wall Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 80133 - }), - new InvoicesDataItem( - { - ShipName: `Smith Home`, - ShipAddress: `168 Wall Street`, - ShipCity: `New York`, - ShipPostalCode: 60104, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1151, - CustomerName: `James Smith`, - CustomerFirstName: `James`, - CustomerLastName: `Smith`, - CustomerAddress: `168 Wall Street, New York, USA, 60104`, - Salesperson: `Martin Madison`, - OrderID: 1307, - OrderDate: `5/19/2022`, - ProductID: 109, - ProductName: `Samsung Note`, - UnitPrice: 18330.33, - Quantity: 5, - ExtendedPrice: 91651.65, - Freight: 1960.33, - Discontinued: false, - Region: `North East`, - Address: `168 Wall Street`, - City: `New York`, - Country: `USA`, - PostalCode: 60104 - }), - new InvoicesDataItem( - { - ShipName: `Madison Market`, - ShipAddress: `122 Market Street`, - ShipCity: `New York`, - ShipPostalCode: 60149, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1152, - CustomerName: `Nancy Madison`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Madison`, - CustomerAddress: `122 Market Street, New York, USA, 60149`, - Salesperson: `Mike Madison`, - OrderID: 1360, - OrderDate: `11/2/2022`, - ProductID: 141, - ProductName: `Mac Book Pro`, - UnitPrice: 8620.6, - Quantity: 2, - ExtendedPrice: 17241.2, - Freight: 950.6, - Discontinued: false, - Region: `South East`, - Address: `122 Market Street`, - City: `New York`, - Country: `USA`, - PostalCode: 60149 - }), - new InvoicesDataItem( - { - ShipName: `Black Home`, - ShipAddress: `147 Main Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 80098, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Speedy Express`, - CustomerID: 1153, - CustomerName: `Pamela Black`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Black`, - CustomerAddress: `147 Main Street, Philadelphia, USA, 80098`, - Salesperson: `James Black`, - OrderID: 1445, - OrderDate: `11/2/2022`, - ProductID: 151, - ProductName: `Samsung Note`, - UnitPrice: 27180.5, - Quantity: 2, - ExtendedPrice: 54361, - Freight: 790.5, - Discontinued: false, - Region: `South East`, - Address: `147 Main Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 80098 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Estate`, - ShipAddress: `113 Wall Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 90111, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1154, - CustomerName: `Martin Jackson`, - CustomerFirstName: `Martin`, - CustomerLastName: `Jackson`, - CustomerAddress: `113 Wall Street, Los Angeles, USA, 90111`, - Salesperson: `Anna Jackson`, - OrderID: 1014, - OrderDate: `1/24/2022`, - ProductID: 185, - ProductName: `Mac Book Air`, - UnitPrice: 14760.63, - Quantity: 2, - ExtendedPrice: 29521.26, - Freight: 1520.63, - Discontinued: false, - Region: `West`, - Address: `113 Wall Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 90111 - }), - new InvoicesDataItem( - { - ShipName: `Smith Estate`, - ShipAddress: `154 Wall Street`, - ShipCity: `Huston`, - ShipPostalCode: 60050, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1155, - CustomerName: `Nancy Smith`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Smith`, - CustomerAddress: `154 Wall Street, Huston, USA, 60050`, - Salesperson: `Nancy Smith`, - OrderID: 1845, - OrderDate: `4/8/2022`, - ProductID: 105, - ProductName: `IPad`, - UnitPrice: 22600.77, - Quantity: 4, - ExtendedPrice: 90403.08, - Freight: 670.77, - Discontinued: false, - Region: `North East`, - Address: `154 Wall Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 60050 - }), - new InvoicesDataItem( - { - ShipName: `Black Townhouse`, - ShipAddress: `188 Main Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 80121, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1156, - CustomerName: `James Black`, - CustomerFirstName: `James`, - CustomerLastName: `Black`, - CustomerAddress: `188 Main Street, Philadelphia, USA, 80121`, - Salesperson: `Martin Jefferson`, - OrderID: 1587, - OrderDate: `5/13/2022`, - ProductID: 174, - ProductName: `Samsung Note`, - UnitPrice: 17020.74, - Quantity: 2, - ExtendedPrice: 34041.48, - Freight: 1490.74, - Discontinued: false, - Region: `West`, - Address: `188 Main Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 80121 - }), - new InvoicesDataItem( - { - ShipName: `Smith Home`, - ShipAddress: `181 Wall Street`, - ShipCity: `Huston`, - ShipPostalCode: 90097, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1157, - CustomerName: `Anna Smith`, - CustomerFirstName: `Anna`, - CustomerLastName: `Smith`, - CustomerAddress: `181 Wall Street, Huston, USA, 90097`, - Salesperson: `Anna Madison`, - OrderID: 1706, - OrderDate: `5/22/2022`, - ProductID: 112, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 21780.43, - Quantity: 3, - ExtendedPrice: 65341.29, - Freight: 1650.43, - Discontinued: false, - Region: `North East`, - Address: `181 Wall Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 90097 - }), - new InvoicesDataItem( - { - ShipName: `Smith Estate`, - ShipAddress: `171 Wall Street`, - ShipCity: `Miami`, - ShipPostalCode: 50118, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1158, - CustomerName: `James Smith`, - CustomerFirstName: `James`, - CustomerLastName: `Smith`, - CustomerAddress: `171 Wall Street, Miami, USA, 50118`, - Salesperson: `Max Smith`, - OrderID: 1335, - OrderDate: `6/16/2022`, - ProductID: 116, - ProductName: `IPad`, - UnitPrice: 7560.43, - Quantity: 3, - ExtendedPrice: 22681.29, - Freight: 1140.43, - Discontinued: false, - Region: `West`, - Address: `171 Wall Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 50118 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Estate`, - ShipAddress: `193 Market Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 70176, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1159, - CustomerName: `Ben Jackson`, - CustomerFirstName: `Ben`, - CustomerLastName: `Jackson`, - CustomerAddress: `193 Market Street, Philadelphia, USA, 70176`, - Salesperson: `Martin Black`, - OrderID: 1003, - OrderDate: `9/11/2022`, - ProductID: 170, - ProductName: `IPhone`, - UnitPrice: 15510.7, - Quantity: 5, - ExtendedPrice: 77553.5, - Freight: 200.7, - Discontinued: true, - Region: `West`, - Address: `193 Market Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 70176 - }), - new InvoicesDataItem( - { - ShipName: `Madison Home`, - ShipAddress: `125 Market Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 80142, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1160, - CustomerName: `Ben Madison`, - CustomerFirstName: `Ben`, - CustomerLastName: `Madison`, - CustomerAddress: `125 Market Street, Philadelphia, USA, 80142`, - Salesperson: `Martin Madison`, - OrderID: 1723, - OrderDate: `3/14/2022`, - ProductID: 179, - ProductName: `IPhone`, - UnitPrice: 14760.6, - Quantity: 3, - ExtendedPrice: 44281.8, - Freight: 1650.6, - Discontinued: false, - Region: `West`, - Address: `125 Market Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 80142 - }), - new InvoicesDataItem( - { - ShipName: `Smith Estate`, - ShipAddress: `128 Main Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 70111, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Speedy Express`, - CustomerID: 1161, - CustomerName: `Anna Smith`, - CustomerFirstName: `Anna`, - CustomerLastName: `Smith`, - CustomerAddress: `128 Main Street, Philadelphia, USA, 70111`, - Salesperson: `Max Jackson`, - OrderID: 1810, - OrderDate: `1/18/2022`, - ProductID: 117, - ProductName: `IPad`, - UnitPrice: 19620.55, - Quantity: 5, - ExtendedPrice: 98102.75, - Freight: 1030.55, - Discontinued: false, - Region: `South East`, - Address: `128 Main Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 70111 - }), - new InvoicesDataItem( - { - ShipName: `Madison Estate`, - ShipAddress: `131 Wall Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 90058, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1162, - CustomerName: `Max Madison`, - CustomerFirstName: `Max`, - CustomerLastName: `Madison`, - CustomerAddress: `131 Wall Street, Philadelphia, USA, 90058`, - Salesperson: `Pamela Madison`, - OrderID: 1224, - OrderDate: `2/2/2022`, - ProductID: 108, - ProductName: `Mac Book Air`, - UnitPrice: 9130.21, - Quantity: 2, - ExtendedPrice: 18260.42, - Freight: 1110.21, - Discontinued: false, - Region: `West`, - Address: `131 Wall Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 90058 - }), - new InvoicesDataItem( - { - ShipName: `Watson Market`, - ShipAddress: `145 Main Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 50176, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Speedy Express`, - CustomerID: 1163, - CustomerName: `James Watson`, - CustomerFirstName: `James`, - CustomerLastName: `Watson`, - CustomerAddress: `145 Main Street, Philadelphia, USA, 50176`, - Salesperson: `Mike Smith`, - OrderID: 1265, - OrderDate: `4/22/2022`, - ProductID: 147, - ProductName: `IPhone`, - UnitPrice: 15210.29, - Quantity: 2, - ExtendedPrice: 30420.58, - Freight: 1470.29, - Discontinued: false, - Region: `South East`, - Address: `145 Main Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 50176 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Estate`, - ShipAddress: `123 Main Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 90058, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1164, - CustomerName: `Ben Jefferson`, - CustomerFirstName: `Ben`, - CustomerLastName: `Jefferson`, - CustomerAddress: `123 Main Street, Philadelphia, USA, 90058`, - Salesperson: `Martin Watson`, - OrderID: 1428, - OrderDate: `9/14/2022`, - ProductID: 195, - ProductName: `Samsung Note`, - UnitPrice: 6440.36, - Quantity: 4, - ExtendedPrice: 25761.44, - Freight: 350.36, - Discontinued: false, - Region: `West`, - Address: `123 Main Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 90058 - }), - new InvoicesDataItem( - { - ShipName: `Watson Townhouse`, - ShipAddress: `148 Wall Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 60161, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1165, - CustomerName: `Ben Watson`, - CustomerFirstName: `Ben`, - CustomerLastName: `Watson`, - CustomerAddress: `148 Wall Street, Los Angeles, USA, 60161`, - Salesperson: `Nancy Black`, - OrderID: 1367, - OrderDate: `9/1/2022`, - ProductID: 196, - ProductName: `Mac Book Pro`, - UnitPrice: 26990.25, - Quantity: 4, - ExtendedPrice: 107961, - Freight: 950.25, - Discontinued: false, - Region: `West`, - Address: `148 Wall Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 60161 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Home`, - ShipAddress: `151 Main Street`, - ShipCity: `New York`, - ShipPostalCode: 90156, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1166, - CustomerName: `James Jefferson`, - CustomerFirstName: `James`, - CustomerLastName: `Jefferson`, - CustomerAddress: `151 Main Street, New York, USA, 90156`, - Salesperson: `Ben Smith`, - OrderID: 1812, - OrderDate: `6/23/2022`, - ProductID: 182, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 6230.76, - Quantity: 5, - ExtendedPrice: 31153.8, - Freight: 920.76, - Discontinued: false, - Region: `West`, - Address: `151 Main Street`, - City: `New York`, - Country: `USA`, - PostalCode: 90156 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Townhouse`, - ShipAddress: `128 Main Street`, - ShipCity: `New York`, - ShipPostalCode: 90073, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1167, - CustomerName: `Pamela Jackson`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Jackson`, - CustomerAddress: `128 Main Street, New York, USA, 90073`, - Salesperson: `Nancy Madison`, - OrderID: 1121, - OrderDate: `3/25/2022`, - ProductID: 166, - ProductName: `Mac Book Air`, - UnitPrice: 8360.33, - Quantity: 3, - ExtendedPrice: 25080.99, - Freight: 1870.33, - Discontinued: false, - Region: `South East`, - Address: `128 Main Street`, - City: `New York`, - Country: `USA`, - PostalCode: 90073 - }), - new InvoicesDataItem( - { - ShipName: `Black Market`, - ShipAddress: `109 Wall Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 70139, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1168, - CustomerName: `Mike Black`, - CustomerFirstName: `Mike`, - CustomerLastName: `Black`, - CustomerAddress: `109 Wall Street, Philadelphia, USA, 70139`, - Salesperson: `James Jefferson`, - OrderID: 1086, - OrderDate: `11/22/2022`, - ProductID: 192, - ProductName: `IPhone`, - UnitPrice: 13050.45, - Quantity: 4, - ExtendedPrice: 52201.8, - Freight: 1850.45, - Discontinued: false, - Region: `North East`, - Address: `109 Wall Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 70139 - }), - new InvoicesDataItem( - { - ShipName: `Smith Home`, - ShipAddress: `196 Wall Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 60096, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Federal Shipping`, - CustomerID: 1169, - CustomerName: `Anna Smith`, - CustomerFirstName: `Anna`, - CustomerLastName: `Smith`, - CustomerAddress: `196 Wall Street, Los Angeles, USA, 60096`, - Salesperson: `Mike Watson`, - OrderID: 1859, - OrderDate: `8/11/2022`, - ProductID: 157, - ProductName: `IPhone`, - UnitPrice: 14950.2, - Quantity: 5, - ExtendedPrice: 74751, - Freight: 1140.2, - Discontinued: true, - Region: `South East`, - Address: `196 Wall Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 60096 - }), - new InvoicesDataItem( - { - ShipName: `Watson Townhouse`, - ShipAddress: `101 Market Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 90111, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Speedy Express`, - CustomerID: 1170, - CustomerName: `James Watson`, - CustomerFirstName: `James`, - CustomerLastName: `Watson`, - CustomerAddress: `101 Market Street, Philadelphia, USA, 90111`, - Salesperson: `Mike Madison`, - OrderID: 1952, - OrderDate: `7/19/2022`, - ProductID: 152, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 29810.56, - Quantity: 4, - ExtendedPrice: 119242.24, - Freight: 470.56, - Discontinued: false, - Region: `South East`, - Address: `101 Market Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 90111 - }), - new InvoicesDataItem( - { - ShipName: `Madison Estate`, - ShipAddress: `147 Main Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 90157, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1171, - CustomerName: `Max Madison`, - CustomerFirstName: `Max`, - CustomerLastName: `Madison`, - CustomerAddress: `147 Main Street, Los Angeles, USA, 90157`, - Salesperson: `Ben Black`, - OrderID: 1351, - OrderDate: `5/22/2022`, - ProductID: 180, - ProductName: `Samsung Note`, - UnitPrice: 13470.4, - Quantity: 5, - ExtendedPrice: 67352, - Freight: 1610.4, - Discontinued: false, - Region: `West`, - Address: `147 Main Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 90157 - }), - new InvoicesDataItem( - { - ShipName: `Smith Townhouse`, - ShipAddress: `195 Market Street`, - ShipCity: `Huston`, - ShipPostalCode: 80071, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Speedy Express`, - CustomerID: 1172, - CustomerName: `Anna Smith`, - CustomerFirstName: `Anna`, - CustomerLastName: `Smith`, - CustomerAddress: `195 Market Street, Huston, USA, 80071`, - Salesperson: `Pamela Jefferson`, - OrderID: 1371, - OrderDate: `12/9/2022`, - ProductID: 105, - ProductName: `Mac Book Pro`, - UnitPrice: 19040.72, - Quantity: 4, - ExtendedPrice: 76162.88, - Freight: 1480.72, - Discontinued: false, - Region: `South East`, - Address: `195 Market Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 80071 - }), - new InvoicesDataItem( - { - ShipName: `Black Townhouse`, - ShipAddress: `184 Market Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 90197, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1173, - CustomerName: `Martin Black`, - CustomerFirstName: `Martin`, - CustomerLastName: `Black`, - CustomerAddress: `184 Market Street, Los Angeles, USA, 90197`, - Salesperson: `Martin Watson`, - OrderID: 1537, - OrderDate: `4/3/2022`, - ProductID: 137, - ProductName: `IPhone`, - UnitPrice: 25370.79, - Quantity: 2, - ExtendedPrice: 50741.58, - Freight: 1980.79, - Discontinued: false, - Region: `North East`, - Address: `184 Market Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 90197 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Estate`, - ShipAddress: `102 Market Street`, - ShipCity: `Huston`, - ShipPostalCode: 70185, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1174, - CustomerName: `Ben Jackson`, - CustomerFirstName: `Ben`, - CustomerLastName: `Jackson`, - CustomerAddress: `102 Market Street, Huston, USA, 70185`, - Salesperson: `Ben Jackson`, - OrderID: 1378, - OrderDate: `7/6/2022`, - ProductID: 182, - ProductName: `Mac Book Pro`, - UnitPrice: 19620.84, - Quantity: 2, - ExtendedPrice: 39241.68, - Freight: 730.84, - Discontinued: false, - Region: `North East`, - Address: `102 Market Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 70185 - }), - new InvoicesDataItem( - { - ShipName: `Watson Market`, - ShipAddress: `192 Wall Street`, - ShipCity: `Huston`, - ShipPostalCode: 60144, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1175, - CustomerName: `Nancy Watson`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Watson`, - CustomerAddress: `192 Wall Street, Huston, USA, 60144`, - Salesperson: `Martin Jefferson`, - OrderID: 1350, - OrderDate: `10/23/2022`, - ProductID: 138, - ProductName: `IPad`, - UnitPrice: 26010.88, - Quantity: 2, - ExtendedPrice: 52021.76, - Freight: 260.88, - Discontinued: false, - Region: `North East`, - Address: `192 Wall Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 60144 - }), - new InvoicesDataItem( - { - ShipName: `Black Home`, - ShipAddress: `114 Main Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 70079, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Speedy Express`, - CustomerID: 1176, - CustomerName: `Ben Black`, - CustomerFirstName: `Ben`, - CustomerLastName: `Black`, - CustomerAddress: `114 Main Street, Philadelphia, USA, 70079`, - Salesperson: `Anna Watson`, - OrderID: 1889, - OrderDate: `8/21/2022`, - ProductID: 146, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 23970.6, - Quantity: 3, - ExtendedPrice: 71911.8, - Freight: 1870.6, - Discontinued: false, - Region: `North East`, - Address: `114 Main Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 70079 - }), - new InvoicesDataItem( - { - ShipName: `Madison Townhouse`, - ShipAddress: `199 Wall Street`, - ShipCity: `Miami`, - ShipPostalCode: 90182, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Federal Shipping`, - CustomerID: 1177, - CustomerName: `Nancy Madison`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Madison`, - CustomerAddress: `199 Wall Street, Miami, USA, 90182`, - Salesperson: `Anna Madison`, - OrderID: 1285, - OrderDate: `3/12/2022`, - ProductID: 146, - ProductName: `Samsung Note`, - UnitPrice: 13660.54, - Quantity: 2, - ExtendedPrice: 27321.08, - Freight: 1870.54, - Discontinued: false, - Region: `South East`, - Address: `199 Wall Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 90182 - }), - new InvoicesDataItem( - { - ShipName: `Madison Townhouse`, - ShipAddress: `141 Market Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 80097, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1178, - CustomerName: `Pamela Madison`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Madison`, - CustomerAddress: `141 Market Street, Philadelphia, USA, 80097`, - Salesperson: `Pamela Watson`, - OrderID: 1886, - OrderDate: `8/1/2022`, - ProductID: 107, - ProductName: `Mac Book Pro`, - UnitPrice: 11630.46, - Quantity: 4, - ExtendedPrice: 46521.84, - Freight: 1530.46, - Discontinued: false, - Region: `North East`, - Address: `141 Market Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 80097 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Market`, - ShipAddress: `168 Main Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 80162, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1179, - CustomerName: `Max Jefferson`, - CustomerFirstName: `Max`, - CustomerLastName: `Jefferson`, - CustomerAddress: `168 Main Street, Los Angeles, USA, 80162`, - Salesperson: `Mike Jackson`, - OrderID: 1009, - OrderDate: `4/7/2022`, - ProductID: 149, - ProductName: `IPad`, - UnitPrice: 16960.32, - Quantity: 3, - ExtendedPrice: 50880.96, - Freight: 1510.32, - Discontinued: true, - Region: `North East`, - Address: `168 Main Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 80162 - }), - new InvoicesDataItem( - { - ShipName: `Smith Home`, - ShipAddress: `100 Market Street`, - ShipCity: `Miami`, - ShipPostalCode: 80063, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Federal Shipping`, - CustomerID: 1180, - CustomerName: `Martin Smith`, - CustomerFirstName: `Martin`, - CustomerLastName: `Smith`, - CustomerAddress: `100 Market Street, Miami, USA, 80063`, - Salesperson: `Nancy Smith`, - OrderID: 1046, - OrderDate: `10/21/2022`, - ProductID: 123, - ProductName: `IPad`, - UnitPrice: 19360.67, - Quantity: 3, - ExtendedPrice: 58082.01, - Freight: 1510.67, - Discontinued: false, - Region: `South East`, - Address: `100 Market Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 80063 - }), - new InvoicesDataItem( - { - ShipName: `Madison Home`, - ShipAddress: `145 Market Street`, - ShipCity: `Huston`, - ShipPostalCode: 90152, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Speedy Express`, - CustomerID: 1181, - CustomerName: `Anna Madison`, - CustomerFirstName: `Anna`, - CustomerLastName: `Madison`, - CustomerAddress: `145 Market Street, Huston, USA, 90152`, - Salesperson: `Max Watson`, - OrderID: 1593, - OrderDate: `11/17/2022`, - ProductID: 169, - ProductName: `Samsung Note`, - UnitPrice: 28870.27, - Quantity: 5, - ExtendedPrice: 144351.35, - Freight: 1430.27, - Discontinued: false, - Region: `North East`, - Address: `145 Market Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 90152 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Estate`, - ShipAddress: `154 Main Street`, - ShipCity: `Miami`, - ShipPostalCode: 90080, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Federal Shipping`, - CustomerID: 1182, - CustomerName: `Ben Jackson`, - CustomerFirstName: `Ben`, - CustomerLastName: `Jackson`, - CustomerAddress: `154 Main Street, Miami, USA, 90080`, - Salesperson: `Nancy Jefferson`, - OrderID: 1234, - OrderDate: `3/21/2022`, - ProductID: 111, - ProductName: `IPad`, - UnitPrice: 16610.78, - Quantity: 2, - ExtendedPrice: 33221.56, - Freight: 1350.78, - Discontinued: false, - Region: `South East`, - Address: `154 Main Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 90080 - }), - new InvoicesDataItem( - { - ShipName: `Smith Market`, - ShipAddress: `166 Market Street`, - ShipCity: `Huston`, - ShipPostalCode: 70090, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1183, - CustomerName: `Anna Smith`, - CustomerFirstName: `Anna`, - CustomerLastName: `Smith`, - CustomerAddress: `166 Market Street, Huston, USA, 70090`, - Salesperson: `Ben Watson`, - OrderID: 1362, - OrderDate: `5/2/2022`, - ProductID: 122, - ProductName: `Mac Book Air`, - UnitPrice: 6870.64, - Quantity: 4, - ExtendedPrice: 27482.56, - Freight: 750.64, - Discontinued: false, - Region: `North East`, - Address: `166 Market Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 70090 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Estate`, - ShipAddress: `180 Market Street`, - ShipCity: `Miami`, - ShipPostalCode: 90169, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1184, - CustomerName: `Pamela Jefferson`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Jefferson`, - CustomerAddress: `180 Market Street, Miami, USA, 90169`, - Salesperson: `Pamela Black`, - OrderID: 1698, - OrderDate: `1/18/2022`, - ProductID: 129, - ProductName: `IPad`, - UnitPrice: 10960.71, - Quantity: 5, - ExtendedPrice: 54803.55, - Freight: 1530.71, - Discontinued: false, - Region: `West`, - Address: `180 Market Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 90169 - }), - new InvoicesDataItem( - { - ShipName: `Madison Estate`, - ShipAddress: `169 Main Street`, - ShipCity: `Huston`, - ShipPostalCode: 50114, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1185, - CustomerName: `Nancy Madison`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Madison`, - CustomerAddress: `169 Main Street, Huston, USA, 50114`, - Salesperson: `Martin Smith`, - OrderID: 1458, - OrderDate: `6/15/2022`, - ProductID: 183, - ProductName: `IPhone`, - UnitPrice: 16380.23, - Quantity: 2, - ExtendedPrice: 32760.46, - Freight: 1990.23, - Discontinued: false, - Region: `West`, - Address: `169 Main Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 50114 - }), - new InvoicesDataItem( - { - ShipName: `Madison Estate`, - ShipAddress: `132 Market Street`, - ShipCity: `Miami`, - ShipPostalCode: 90064, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1186, - CustomerName: `Max Madison`, - CustomerFirstName: `Max`, - CustomerLastName: `Madison`, - CustomerAddress: `132 Market Street, Miami, USA, 90064`, - Salesperson: `Nancy Jackson`, - OrderID: 1563, - OrderDate: `6/17/2022`, - ProductID: 193, - ProductName: `Samsung Note`, - UnitPrice: 25940.61, - Quantity: 4, - ExtendedPrice: 103762.44, - Freight: 970.61, - Discontinued: false, - Region: `West`, - Address: `132 Market Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 90064 - }), - new InvoicesDataItem( - { - ShipName: `Madison Market`, - ShipAddress: `107 Wall Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 50110, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Speedy Express`, - CustomerID: 1187, - CustomerName: `Martin Madison`, - CustomerFirstName: `Martin`, - CustomerLastName: `Madison`, - CustomerAddress: `107 Wall Street, Los Angeles, USA, 50110`, - Salesperson: `Nancy Jefferson`, - OrderID: 1934, - OrderDate: `6/5/2022`, - ProductID: 110, - ProductName: `Samsung Note`, - UnitPrice: 5360.47, - Quantity: 3, - ExtendedPrice: 16081.41, - Freight: 1680.47, - Discontinued: false, - Region: `North East`, - Address: `107 Wall Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 50110 - }), - new InvoicesDataItem( - { - ShipName: `Black Townhouse`, - ShipAddress: `170 Wall Street`, - ShipCity: `New York`, - ShipPostalCode: 50149, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1188, - CustomerName: `Pamela Black`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Black`, - CustomerAddress: `170 Wall Street, New York, USA, 50149`, - Salesperson: `Mike Jefferson`, - OrderID: 1880, - OrderDate: `12/7/2022`, - ProductID: 137, - ProductName: `IPhone`, - UnitPrice: 19560.62, - Quantity: 4, - ExtendedPrice: 78242.48, - Freight: 680.62, - Discontinued: false, - Region: `West`, - Address: `170 Wall Street`, - City: `New York`, - Country: `USA`, - PostalCode: 50149 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Market`, - ShipAddress: `152 Wall Street`, - ShipCity: `New York`, - ShipPostalCode: 50085, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1189, - CustomerName: `Ben Jefferson`, - CustomerFirstName: `Ben`, - CustomerLastName: `Jefferson`, - CustomerAddress: `152 Wall Street, New York, USA, 50085`, - Salesperson: `Anna Jackson`, - OrderID: 1159, - OrderDate: `5/18/2022`, - ProductID: 167, - ProductName: `IPad`, - UnitPrice: 19270.25, - Quantity: 2, - ExtendedPrice: 38540.5, - Freight: 1050.25, - Discontinued: true, - Region: `North East`, - Address: `152 Wall Street`, - City: `New York`, - Country: `USA`, - PostalCode: 50085 - }), - new InvoicesDataItem( - { - ShipName: `Watson Market`, - ShipAddress: `186 Wall Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 60146, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1190, - CustomerName: `Mike Watson`, - CustomerFirstName: `Mike`, - CustomerLastName: `Watson`, - CustomerAddress: `186 Wall Street, Los Angeles, USA, 60146`, - Salesperson: `Nancy Madison`, - OrderID: 1960, - OrderDate: `3/2/2022`, - ProductID: 167, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 22090.53, - Quantity: 3, - ExtendedPrice: 66271.59, - Freight: 1790.53, - Discontinued: false, - Region: `West`, - Address: `186 Wall Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 60146 - }), - new InvoicesDataItem( - { - ShipName: `Madison Estate`, - ShipAddress: `194 Wall Street`, - ShipCity: `New York`, - ShipPostalCode: 50170, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1191, - CustomerName: `Nancy Madison`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Madison`, - CustomerAddress: `194 Wall Street, New York, USA, 50170`, - Salesperson: `Max Watson`, - OrderID: 1658, - OrderDate: `9/1/2022`, - ProductID: 156, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 27450.8, - Quantity: 4, - ExtendedPrice: 109803.2, - Freight: 270.8, - Discontinued: false, - Region: `West`, - Address: `194 Wall Street`, - City: `New York`, - Country: `USA`, - PostalCode: 50170 - }), - new InvoicesDataItem( - { - ShipName: `Smith Townhouse`, - ShipAddress: `172 Main Street`, - ShipCity: `New York`, - ShipPostalCode: 70191, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1192, - CustomerName: `Ben Smith`, - CustomerFirstName: `Ben`, - CustomerLastName: `Smith`, - CustomerAddress: `172 Main Street, New York, USA, 70191`, - Salesperson: `Pamela Madison`, - OrderID: 1225, - OrderDate: `3/22/2022`, - ProductID: 170, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 21150.84, - Quantity: 5, - ExtendedPrice: 105754.2, - Freight: 1230.84, - Discontinued: false, - Region: `West`, - Address: `172 Main Street`, - City: `New York`, - Country: `USA`, - PostalCode: 70191 - }), - new InvoicesDataItem( - { - ShipName: `Black Market`, - ShipAddress: `108 Market Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 70146, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Federal Shipping`, - CustomerID: 1193, - CustomerName: `Mike Black`, - CustomerFirstName: `Mike`, - CustomerLastName: `Black`, - CustomerAddress: `108 Market Street, Los Angeles, USA, 70146`, - Salesperson: `Pamela Black`, - OrderID: 1886, - OrderDate: `8/20/2022`, - ProductID: 126, - ProductName: `IPhone`, - UnitPrice: 6100.73, - Quantity: 2, - ExtendedPrice: 12201.46, - Freight: 1340.73, - Discontinued: false, - Region: `South East`, - Address: `108 Market Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 70146 - }), - new InvoicesDataItem( - { - ShipName: `Watson Market`, - ShipAddress: `109 Wall Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 90083, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1194, - CustomerName: `Max Watson`, - CustomerFirstName: `Max`, - CustomerLastName: `Watson`, - CustomerAddress: `109 Wall Street, Los Angeles, USA, 90083`, - Salesperson: `Max Smith`, - OrderID: 1191, - OrderDate: `5/9/2022`, - ProductID: 179, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 20190.35, - Quantity: 5, - ExtendedPrice: 100951.75, - Freight: 640.35, - Discontinued: false, - Region: `West`, - Address: `109 Wall Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 90083 - }), - new InvoicesDataItem( - { - ShipName: `Smith Market`, - ShipAddress: `121 Market Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 70102, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1195, - CustomerName: `Max Smith`, - CustomerFirstName: `Max`, - CustomerLastName: `Smith`, - CustomerAddress: `121 Market Street, Philadelphia, USA, 70102`, - Salesperson: `Ben Black`, - OrderID: 1051, - OrderDate: `5/21/2022`, - ProductID: 192, - ProductName: `Mac Book Pro`, - UnitPrice: 21730.32, - Quantity: 5, - ExtendedPrice: 108651.6, - Freight: 1030.32, - Discontinued: false, - Region: `North East`, - Address: `121 Market Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 70102 - }), - new InvoicesDataItem( - { - ShipName: `Watson Estate`, - ShipAddress: `104 Wall Street`, - ShipCity: `New York`, - ShipPostalCode: 90066, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Speedy Express`, - CustomerID: 1196, - CustomerName: `Max Watson`, - CustomerFirstName: `Max`, - CustomerLastName: `Watson`, - CustomerAddress: `104 Wall Street, New York, USA, 90066`, - Salesperson: `Ben Watson`, - OrderID: 1385, - OrderDate: `2/2/2022`, - ProductID: 182, - ProductName: `IPad`, - UnitPrice: 26120.45, - Quantity: 4, - ExtendedPrice: 104481.8, - Freight: 1930.45, - Discontinued: false, - Region: `North East`, - Address: `104 Wall Street`, - City: `New York`, - Country: `USA`, - PostalCode: 90066 - }), - new InvoicesDataItem( - { - ShipName: `Madison Townhouse`, - ShipAddress: `126 Market Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 60091, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1197, - CustomerName: `Ben Madison`, - CustomerFirstName: `Ben`, - CustomerLastName: `Madison`, - CustomerAddress: `126 Market Street, Philadelphia, USA, 60091`, - Salesperson: `Anna Madison`, - OrderID: 1675, - OrderDate: `6/22/2022`, - ProductID: 174, - ProductName: `IPad`, - UnitPrice: 13240.35, - Quantity: 4, - ExtendedPrice: 52961.4, - Freight: 890.35, - Discontinued: false, - Region: `South East`, - Address: `126 Market Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 60091 - }), - new InvoicesDataItem( - { - ShipName: `Watson Home`, - ShipAddress: `139 Main Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 70063, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1198, - CustomerName: `Ben Watson`, - CustomerFirstName: `Ben`, - CustomerLastName: `Watson`, - CustomerAddress: `139 Main Street, Los Angeles, USA, 70063`, - Salesperson: `Pamela Black`, - OrderID: 1997, - OrderDate: `11/17/2022`, - ProductID: 200, - ProductName: `IPhone`, - UnitPrice: 8400.83, - Quantity: 5, - ExtendedPrice: 42004.15, - Freight: 1340.83, - Discontinued: false, - Region: `West`, - Address: `139 Main Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 70063 - }), - new InvoicesDataItem( - { - ShipName: `Smith Home`, - ShipAddress: `133 Wall Street`, - ShipCity: `Miami`, - ShipPostalCode: 70071, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Federal Shipping`, - CustomerID: 1199, - CustomerName: `Mike Smith`, - CustomerFirstName: `Mike`, - CustomerLastName: `Smith`, - CustomerAddress: `133 Wall Street, Miami, USA, 70071`, - Salesperson: `James Watson`, - OrderID: 1641, - OrderDate: `11/12/2022`, - ProductID: 147, - ProductName: `Samsung Note`, - UnitPrice: 10150.31, - Quantity: 3, - ExtendedPrice: 30450.93, - Freight: 720.31, - Discontinued: true, - Region: `South East`, - Address: `133 Wall Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 70071 - }), - new InvoicesDataItem( - { - ShipName: `Black Market`, - ShipAddress: `166 Main Street`, - ShipCity: `Miami`, - ShipPostalCode: 60137, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1200, - CustomerName: `Max Black`, - CustomerFirstName: `Max`, - CustomerLastName: `Black`, - CustomerAddress: `166 Main Street, Miami, USA, 60137`, - Salesperson: `Ben Madison`, - OrderID: 1418, - OrderDate: `11/8/2022`, - ProductID: 135, - ProductName: `IPhone`, - UnitPrice: 9410.46, - Quantity: 2, - ExtendedPrice: 18820.92, - Freight: 970.46, - Discontinued: false, - Region: `West`, - Address: `166 Main Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 60137 - }), - new InvoicesDataItem( - { - ShipName: `Smith Townhouse`, - ShipAddress: `143 Main Street`, - ShipCity: `Miami`, - ShipPostalCode: 70069, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1201, - CustomerName: `James Smith`, - CustomerFirstName: `James`, - CustomerLastName: `Smith`, - CustomerAddress: `143 Main Street, Miami, USA, 70069`, - Salesperson: `Anna Watson`, - OrderID: 1545, - OrderDate: `6/24/2022`, - ProductID: 190, - ProductName: `Mac Book Pro`, - UnitPrice: 5030.78, - Quantity: 3, - ExtendedPrice: 15092.34, - Freight: 1630.78, - Discontinued: false, - Region: `North East`, - Address: `143 Main Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 70069 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Townhouse`, - ShipAddress: `106 Wall Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 50097, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1202, - CustomerName: `Max Jackson`, - CustomerFirstName: `Max`, - CustomerLastName: `Jackson`, - CustomerAddress: `106 Wall Street, Los Angeles, USA, 50097`, - Salesperson: `James Jackson`, - OrderID: 1493, - OrderDate: `7/24/2022`, - ProductID: 124, - ProductName: `Samsung Note`, - UnitPrice: 6390.72, - Quantity: 5, - ExtendedPrice: 31953.6, - Freight: 1960.72, - Discontinued: false, - Region: `North East`, - Address: `106 Wall Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 50097 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Townhouse`, - ShipAddress: `143 Market Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 50052, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1203, - CustomerName: `Pamela Jefferson`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Jefferson`, - CustomerAddress: `143 Market Street, Philadelphia, USA, 50052`, - Salesperson: `Mike Jefferson`, - OrderID: 1495, - OrderDate: `2/14/2022`, - ProductID: 179, - ProductName: `Mac Book Pro`, - UnitPrice: 16770.46, - Quantity: 5, - ExtendedPrice: 83852.3, - Freight: 420.46, - Discontinued: false, - Region: `North East`, - Address: `143 Market Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 50052 - }), - new InvoicesDataItem( - { - ShipName: `Smith Estate`, - ShipAddress: `174 Wall Street`, - ShipCity: `New York`, - ShipPostalCode: 60127, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1204, - CustomerName: `Nancy Smith`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Smith`, - CustomerAddress: `174 Wall Street, New York, USA, 60127`, - Salesperson: `Max Watson`, - OrderID: 1123, - OrderDate: `11/20/2022`, - ProductID: 186, - ProductName: `Mac Book Air`, - UnitPrice: 20930.48, - Quantity: 4, - ExtendedPrice: 83721.92, - Freight: 950.48, - Discontinued: false, - Region: `South East`, - Address: `174 Wall Street`, - City: `New York`, - Country: `USA`, - PostalCode: 60127 - }), - new InvoicesDataItem( - { - ShipName: `Madison Market`, - ShipAddress: `123 Wall Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 60111, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1205, - CustomerName: `Pamela Madison`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Madison`, - CustomerAddress: `123 Wall Street, Los Angeles, USA, 60111`, - Salesperson: `Pamela Jefferson`, - OrderID: 1342, - OrderDate: `12/8/2022`, - ProductID: 140, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 27010.34, - Quantity: 3, - ExtendedPrice: 81031.02, - Freight: 1470.34, - Discontinued: false, - Region: `West`, - Address: `123 Wall Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 60111 - }), - new InvoicesDataItem( - { - ShipName: `Smith Home`, - ShipAddress: `166 Market Street`, - ShipCity: `Miami`, - ShipPostalCode: 50102, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Speedy Express`, - CustomerID: 1206, - CustomerName: `James Smith`, - CustomerFirstName: `James`, - CustomerLastName: `Smith`, - CustomerAddress: `166 Market Street, Miami, USA, 50102`, - Salesperson: `Ben Madison`, - OrderID: 1017, - OrderDate: `10/2/2022`, - ProductID: 186, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 12810.79, - Quantity: 5, - ExtendedPrice: 64053.95, - Freight: 1990.79, - Discontinued: false, - Region: `North East`, - Address: `166 Market Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 50102 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Estate`, - ShipAddress: `193 Main Street`, - ShipCity: `Huston`, - ShipPostalCode: 80187, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1207, - CustomerName: `Max Jefferson`, - CustomerFirstName: `Max`, - CustomerLastName: `Jefferson`, - CustomerAddress: `193 Main Street, Huston, USA, 80187`, - Salesperson: `Mike Jefferson`, - OrderID: 1558, - OrderDate: `11/12/2022`, - ProductID: 194, - ProductName: `Mac Book Pro`, - UnitPrice: 26210.45, - Quantity: 2, - ExtendedPrice: 52420.9, - Freight: 1110.45, - Discontinued: false, - Region: `North East`, - Address: `193 Main Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 80187 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Market`, - ShipAddress: `137 Main Street`, - ShipCity: `Miami`, - ShipPostalCode: 80111, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1208, - CustomerName: `Ben Jefferson`, - CustomerFirstName: `Ben`, - CustomerLastName: `Jefferson`, - CustomerAddress: `137 Main Street, Miami, USA, 80111`, - Salesperson: `Mike Watson`, - OrderID: 1466, - OrderDate: `11/18/2022`, - ProductID: 189, - ProductName: `Mac Book Air`, - UnitPrice: 6190.57, - Quantity: 3, - ExtendedPrice: 18571.71, - Freight: 1810.57, - Discontinued: false, - Region: `West`, - Address: `137 Main Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 80111 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Townhouse`, - ShipAddress: `122 Main Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 80088, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1209, - CustomerName: `Ben Jefferson`, - CustomerFirstName: `Ben`, - CustomerLastName: `Jefferson`, - CustomerAddress: `122 Main Street, Philadelphia, USA, 80088`, - Salesperson: `Ben Jefferson`, - OrderID: 1539, - OrderDate: `11/13/2022`, - ProductID: 131, - ProductName: `IPhone`, - UnitPrice: 21280.22, - Quantity: 4, - ExtendedPrice: 85120.88, - Freight: 760.22, - Discontinued: true, - Region: `North East`, - Address: `122 Main Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 80088 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Home`, - ShipAddress: `115 Main Street`, - ShipCity: `New York`, - ShipPostalCode: 80079, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1210, - CustomerName: `Anna Jefferson`, - CustomerFirstName: `Anna`, - CustomerLastName: `Jefferson`, - CustomerAddress: `115 Main Street, New York, USA, 80079`, - Salesperson: `Max Jefferson`, - OrderID: 1411, - OrderDate: `11/22/2022`, - ProductID: 135, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 13700.71, - Quantity: 3, - ExtendedPrice: 41102.13, - Freight: 1730.71, - Discontinued: false, - Region: `South East`, - Address: `115 Main Street`, - City: `New York`, - Country: `USA`, - PostalCode: 80079 - }), - new InvoicesDataItem( - { - ShipName: `Smith Market`, - ShipAddress: `114 Main Street`, - ShipCity: `New York`, - ShipPostalCode: 50137, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1211, - CustomerName: `Mike Smith`, - CustomerFirstName: `Mike`, - CustomerLastName: `Smith`, - CustomerAddress: `114 Main Street, New York, USA, 50137`, - Salesperson: `Nancy Smith`, - OrderID: 1890, - OrderDate: `8/5/2022`, - ProductID: 169, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 11320.48, - Quantity: 3, - ExtendedPrice: 33961.44, - Freight: 930.48, - Discontinued: false, - Region: `West`, - Address: `114 Main Street`, - City: `New York`, - Country: `USA`, - PostalCode: 50137 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Market`, - ShipAddress: `130 Wall Street`, - ShipCity: `Miami`, - ShipPostalCode: 90082, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1212, - CustomerName: `Martin Jefferson`, - CustomerFirstName: `Martin`, - CustomerLastName: `Jefferson`, - CustomerAddress: `130 Wall Street, Miami, USA, 90082`, - Salesperson: `Nancy Madison`, - OrderID: 1783, - OrderDate: `9/1/2022`, - ProductID: 109, - ProductName: `IPhone`, - UnitPrice: 24340.75, - Quantity: 5, - ExtendedPrice: 121703.75, - Freight: 490.75, - Discontinued: false, - Region: `North East`, - Address: `130 Wall Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 90082 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Estate`, - ShipAddress: `140 Main Street`, - ShipCity: `New York`, - ShipPostalCode: 80095, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Federal Shipping`, - CustomerID: 1213, - CustomerName: `James Jefferson`, - CustomerFirstName: `James`, - CustomerLastName: `Jefferson`, - CustomerAddress: `140 Main Street, New York, USA, 80095`, - Salesperson: `Pamela Watson`, - OrderID: 1101, - OrderDate: `5/25/2022`, - ProductID: 101, - ProductName: `Mac Book Air`, - UnitPrice: 29980.24, - Quantity: 4, - ExtendedPrice: 119920.96, - Freight: 1190.24, - Discontinued: false, - Region: `South East`, - Address: `140 Main Street`, - City: `New York`, - Country: `USA`, - PostalCode: 80095 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Market`, - ShipAddress: `165 Main Street`, - ShipCity: `Huston`, - ShipPostalCode: 90200, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Federal Shipping`, - CustomerID: 1214, - CustomerName: `Ben Jefferson`, - CustomerFirstName: `Ben`, - CustomerLastName: `Jefferson`, - CustomerAddress: `165 Main Street, Huston, USA, 90200`, - Salesperson: `Max Watson`, - OrderID: 1932, - OrderDate: `2/10/2022`, - ProductID: 159, - ProductName: `Mac Book Air`, - UnitPrice: 23460.59, - Quantity: 4, - ExtendedPrice: 93842.36, - Freight: 710.59, - Discontinued: false, - Region: `South East`, - Address: `165 Main Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 90200 - }), - new InvoicesDataItem( - { - ShipName: `Watson Market`, - ShipAddress: `154 Market Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 70200, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1215, - CustomerName: `Max Watson`, - CustomerFirstName: `Max`, - CustomerLastName: `Watson`, - CustomerAddress: `154 Market Street, Los Angeles, USA, 70200`, - Salesperson: `Mike Black`, - OrderID: 1514, - OrderDate: `10/8/2022`, - ProductID: 148, - ProductName: `Samsung Note`, - UnitPrice: 29540.27, - Quantity: 4, - ExtendedPrice: 118161.08, - Freight: 1960.27, - Discontinued: false, - Region: `North East`, - Address: `154 Market Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 70200 - }), - new InvoicesDataItem( - { - ShipName: `Watson Home`, - ShipAddress: `113 Market Street`, - ShipCity: `New York`, - ShipPostalCode: 50127, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Speedy Express`, - CustomerID: 1216, - CustomerName: `Max Watson`, - CustomerFirstName: `Max`, - CustomerLastName: `Watson`, - CustomerAddress: `113 Market Street, New York, USA, 50127`, - Salesperson: `James Jefferson`, - OrderID: 1736, - OrderDate: `10/21/2022`, - ProductID: 188, - ProductName: `IPad`, - UnitPrice: 15350.27, - Quantity: 4, - ExtendedPrice: 61401.08, - Freight: 540.27, - Discontinued: false, - Region: `South East`, - Address: `113 Market Street`, - City: `New York`, - Country: `USA`, - PostalCode: 50127 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Market`, - ShipAddress: `153 Main Street`, - ShipCity: `Huston`, - ShipPostalCode: 80064, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1217, - CustomerName: `James Jackson`, - CustomerFirstName: `James`, - CustomerLastName: `Jackson`, - CustomerAddress: `153 Main Street, Huston, USA, 80064`, - Salesperson: `Mike Jackson`, - OrderID: 1978, - OrderDate: `12/25/2022`, - ProductID: 125, - ProductName: `IPad`, - UnitPrice: 15880.31, - Quantity: 3, - ExtendedPrice: 47640.93, - Freight: 800.31, - Discontinued: false, - Region: `North East`, - Address: `153 Main Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 80064 - }), - new InvoicesDataItem( - { - ShipName: `Smith Estate`, - ShipAddress: `107 Main Street`, - ShipCity: `Miami`, - ShipPostalCode: 50196, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1218, - CustomerName: `Mike Smith`, - CustomerFirstName: `Mike`, - CustomerLastName: `Smith`, - CustomerAddress: `107 Main Street, Miami, USA, 50196`, - Salesperson: `Martin Jackson`, - OrderID: 1324, - OrderDate: `7/18/2022`, - ProductID: 188, - ProductName: `Mac Book Air`, - UnitPrice: 26990.38, - Quantity: 4, - ExtendedPrice: 107961.52, - Freight: 610.38, - Discontinued: false, - Region: `South East`, - Address: `107 Main Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 50196 - }), - new InvoicesDataItem( - { - ShipName: `Smith Estate`, - ShipAddress: `140 Wall Street`, - ShipCity: `Miami`, - ShipPostalCode: 70154, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1219, - CustomerName: `James Smith`, - CustomerFirstName: `James`, - CustomerLastName: `Smith`, - CustomerAddress: `140 Wall Street, Miami, USA, 70154`, - Salesperson: `Nancy Madison`, - OrderID: 1307, - OrderDate: `4/19/2022`, - ProductID: 114, - ProductName: `IPhone`, - UnitPrice: 18300.65, - Quantity: 4, - ExtendedPrice: 73202.6, - Freight: 800.65, - Discontinued: true, - Region: `West`, - Address: `140 Wall Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 70154 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Townhouse`, - ShipAddress: `158 Market Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 50154, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1220, - CustomerName: `Mike Jackson`, - CustomerFirstName: `Mike`, - CustomerLastName: `Jackson`, - CustomerAddress: `158 Market Street, Los Angeles, USA, 50154`, - Salesperson: `James Black`, - OrderID: 1808, - OrderDate: `3/18/2022`, - ProductID: 172, - ProductName: `Mac Book Air`, - UnitPrice: 27460.67, - Quantity: 3, - ExtendedPrice: 82382.01, - Freight: 1220.67, - Discontinued: false, - Region: `North East`, - Address: `158 Market Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 50154 - }), - new InvoicesDataItem( - { - ShipName: `Smith Home`, - ShipAddress: `116 Main Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 90170, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1221, - CustomerName: `Pamela Smith`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Smith`, - CustomerAddress: `116 Main Street, Los Angeles, USA, 90170`, - Salesperson: `James Jefferson`, - OrderID: 1481, - OrderDate: `5/22/2022`, - ProductID: 177, - ProductName: `IPhone`, - UnitPrice: 23770.26, - Quantity: 2, - ExtendedPrice: 47540.52, - Freight: 480.26, - Discontinued: false, - Region: `North East`, - Address: `116 Main Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 90170 - }), - new InvoicesDataItem( - { - ShipName: `Madison Townhouse`, - ShipAddress: `124 Wall Street`, - ShipCity: `Huston`, - ShipPostalCode: 50137, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1222, - CustomerName: `Max Madison`, - CustomerFirstName: `Max`, - CustomerLastName: `Madison`, - CustomerAddress: `124 Wall Street, Huston, USA, 50137`, - Salesperson: `Martin Watson`, - OrderID: 1874, - OrderDate: `10/1/2022`, - ProductID: 102, - ProductName: `Mac Book Air`, - UnitPrice: 12080.68, - Quantity: 5, - ExtendedPrice: 60403.4, - Freight: 400.68, - Discontinued: false, - Region: `North East`, - Address: `124 Wall Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 50137 - }), - new InvoicesDataItem( - { - ShipName: `Smith Market`, - ShipAddress: `197 Main Street`, - ShipCity: `New York`, - ShipPostalCode: 60174, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Speedy Express`, - CustomerID: 1223, - CustomerName: `Nancy Smith`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Smith`, - CustomerAddress: `197 Main Street, New York, USA, 60174`, - Salesperson: `Nancy Jefferson`, - OrderID: 1377, - OrderDate: `10/24/2022`, - ProductID: 123, - ProductName: `Mac Book Air`, - UnitPrice: 10520.88, - Quantity: 4, - ExtendedPrice: 42083.52, - Freight: 800.88, - Discontinued: false, - Region: `South East`, - Address: `197 Main Street`, - City: `New York`, - Country: `USA`, - PostalCode: 60174 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Estate`, - ShipAddress: `192 Wall Street`, - ShipCity: `Miami`, - ShipPostalCode: 80134, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1224, - CustomerName: `Mike Jefferson`, - CustomerFirstName: `Mike`, - CustomerLastName: `Jefferson`, - CustomerAddress: `192 Wall Street, Miami, USA, 80134`, - Salesperson: `James Madison`, - OrderID: 1691, - OrderDate: `6/13/2022`, - ProductID: 123, - ProductName: `IPhone`, - UnitPrice: 11090.82, - Quantity: 2, - ExtendedPrice: 22181.64, - Freight: 910.82, - Discontinued: false, - Region: `South East`, - Address: `192 Wall Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 80134 - }), - new InvoicesDataItem( - { - ShipName: `Black Estate`, - ShipAddress: `111 Market Street`, - ShipCity: `Huston`, - ShipPostalCode: 80054, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1225, - CustomerName: `Anna Black`, - CustomerFirstName: `Anna`, - CustomerLastName: `Black`, - CustomerAddress: `111 Market Street, Huston, USA, 80054`, - Salesperson: `Martin Jackson`, - OrderID: 1242, - OrderDate: `4/6/2022`, - ProductID: 180, - ProductName: `IPhone`, - UnitPrice: 8180.25, - Quantity: 5, - ExtendedPrice: 40901.25, - Freight: 510.25, - Discontinued: false, - Region: `North East`, - Address: `111 Market Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 80054 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Estate`, - ShipAddress: `106 Market Street`, - ShipCity: `New York`, - ShipPostalCode: 60139, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1226, - CustomerName: `Nancy Jackson`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Jackson`, - CustomerAddress: `106 Market Street, New York, USA, 60139`, - Salesperson: `James Madison`, - OrderID: 1745, - OrderDate: `1/18/2022`, - ProductID: 115, - ProductName: `IPhone`, - UnitPrice: 6570.23, - Quantity: 5, - ExtendedPrice: 32851.15, - Freight: 840.23, - Discontinued: false, - Region: `West`, - Address: `106 Market Street`, - City: `New York`, - Country: `USA`, - PostalCode: 60139 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Market`, - ShipAddress: `198 Main Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 60058, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1227, - CustomerName: `Nancy Jackson`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Jackson`, - CustomerAddress: `198 Main Street, Los Angeles, USA, 60058`, - Salesperson: `James Madison`, - OrderID: 1111, - OrderDate: `10/11/2022`, - ProductID: 132, - ProductName: `IPhone`, - UnitPrice: 10970.23, - Quantity: 3, - ExtendedPrice: 32910.69, - Freight: 1670.23, - Discontinued: false, - Region: `North East`, - Address: `198 Main Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 60058 - }), - new InvoicesDataItem( - { - ShipName: `Madison Estate`, - ShipAddress: `138 Wall Street`, - ShipCity: `Huston`, - ShipPostalCode: 50133, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1228, - CustomerName: `Anna Madison`, - CustomerFirstName: `Anna`, - CustomerLastName: `Madison`, - CustomerAddress: `138 Wall Street, Huston, USA, 50133`, - Salesperson: `Ben Madison`, - OrderID: 1182, - OrderDate: `12/18/2022`, - ProductID: 184, - ProductName: `Mac Book Air`, - UnitPrice: 27020.67, - Quantity: 3, - ExtendedPrice: 81062.01, - Freight: 1750.67, - Discontinued: false, - Region: `South East`, - Address: `138 Wall Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 50133 - }), - new InvoicesDataItem( - { - ShipName: `Smith Market`, - ShipAddress: `198 Market Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 50182, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1229, - CustomerName: `James Smith`, - CustomerFirstName: `James`, - CustomerLastName: `Smith`, - CustomerAddress: `198 Market Street, Los Angeles, USA, 50182`, - Salesperson: `Ben Jackson`, - OrderID: 1252, - OrderDate: `10/7/2022`, - ProductID: 146, - ProductName: `IPad`, - UnitPrice: 21910.34, - Quantity: 5, - ExtendedPrice: 109551.7, - Freight: 840.34, - Discontinued: true, - Region: `North East`, - Address: `198 Market Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 50182 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Townhouse`, - ShipAddress: `141 Market Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 70058, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Speedy Express`, - CustomerID: 1230, - CustomerName: `James Jackson`, - CustomerFirstName: `James`, - CustomerLastName: `Jackson`, - CustomerAddress: `141 Market Street, Philadelphia, USA, 70058`, - Salesperson: `Martin Watson`, - OrderID: 1635, - OrderDate: `6/1/2022`, - ProductID: 196, - ProductName: `Mac Book Air`, - UnitPrice: 16430.54, - Quantity: 2, - ExtendedPrice: 32861.08, - Freight: 1420.54, - Discontinued: false, - Region: `North East`, - Address: `141 Market Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 70058 - }), - new InvoicesDataItem( - { - ShipName: `Madison Townhouse`, - ShipAddress: `107 Market Street`, - ShipCity: `New York`, - ShipPostalCode: 80108, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1231, - CustomerName: `Anna Madison`, - CustomerFirstName: `Anna`, - CustomerLastName: `Madison`, - CustomerAddress: `107 Market Street, New York, USA, 80108`, - Salesperson: `Mike Smith`, - OrderID: 1922, - OrderDate: `10/6/2022`, - ProductID: 154, - ProductName: `Mac Book Air`, - UnitPrice: 8920.46, - Quantity: 5, - ExtendedPrice: 44602.3, - Freight: 1160.46, - Discontinued: false, - Region: `West`, - Address: `107 Market Street`, - City: `New York`, - Country: `USA`, - PostalCode: 80108 - }), - new InvoicesDataItem( - { - ShipName: `Watson Market`, - ShipAddress: `166 Main Street`, - ShipCity: `New York`, - ShipPostalCode: 60199, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Speedy Express`, - CustomerID: 1232, - CustomerName: `Martin Watson`, - CustomerFirstName: `Martin`, - CustomerLastName: `Watson`, - CustomerAddress: `166 Main Street, New York, USA, 60199`, - Salesperson: `Anna Smith`, - OrderID: 1759, - OrderDate: `3/10/2022`, - ProductID: 145, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 22420.27, - Quantity: 5, - ExtendedPrice: 112101.35, - Freight: 1900.27, - Discontinued: false, - Region: `North East`, - Address: `166 Main Street`, - City: `New York`, - Country: `USA`, - PostalCode: 60199 - }), - new InvoicesDataItem( - { - ShipName: `Smith Home`, - ShipAddress: `188 Main Street`, - ShipCity: `New York`, - ShipPostalCode: 90082, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1233, - CustomerName: `Anna Smith`, - CustomerFirstName: `Anna`, - CustomerLastName: `Smith`, - CustomerAddress: `188 Main Street, New York, USA, 90082`, - Salesperson: `Ben Black`, - OrderID: 1172, - OrderDate: `11/9/2022`, - ProductID: 148, - ProductName: `Samsung Note`, - UnitPrice: 22260.33, - Quantity: 5, - ExtendedPrice: 111301.65, - Freight: 1530.33, - Discontinued: false, - Region: `West`, - Address: `188 Main Street`, - City: `New York`, - Country: `USA`, - PostalCode: 90082 - }), - new InvoicesDataItem( - { - ShipName: `Madison Home`, - ShipAddress: `168 Wall Street`, - ShipCity: `Miami`, - ShipPostalCode: 80160, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Federal Shipping`, - CustomerID: 1234, - CustomerName: `Martin Madison`, - CustomerFirstName: `Martin`, - CustomerLastName: `Madison`, - CustomerAddress: `168 Wall Street, Miami, USA, 80160`, - Salesperson: `Max Black`, - OrderID: 1855, - OrderDate: `9/9/2022`, - ProductID: 195, - ProductName: `Samsung Note`, - UnitPrice: 11120.68, - Quantity: 5, - ExtendedPrice: 55603.4, - Freight: 540.68, - Discontinued: false, - Region: `South East`, - Address: `168 Wall Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 80160 - }), - new InvoicesDataItem( - { - ShipName: `Madison Market`, - ShipAddress: `151 Wall Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 50192, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Speedy Express`, - CustomerID: 1235, - CustomerName: `James Madison`, - CustomerFirstName: `James`, - CustomerLastName: `Madison`, - CustomerAddress: `151 Wall Street, Philadelphia, USA, 50192`, - Salesperson: `Pamela Watson`, - OrderID: 1253, - OrderDate: `9/24/2022`, - ProductID: 153, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 17650.73, - Quantity: 5, - ExtendedPrice: 88253.65, - Freight: 1010.73, - Discontinued: false, - Region: `North East`, - Address: `151 Wall Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 50192 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Estate`, - ShipAddress: `131 Wall Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 60171, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1236, - CustomerName: `Anna Jefferson`, - CustomerFirstName: `Anna`, - CustomerLastName: `Jefferson`, - CustomerAddress: `131 Wall Street, Philadelphia, USA, 60171`, - Salesperson: `James Jefferson`, - OrderID: 1711, - OrderDate: `9/12/2022`, - ProductID: 192, - ProductName: `IPhone`, - UnitPrice: 18980.42, - Quantity: 3, - ExtendedPrice: 56941.26, - Freight: 1070.42, - Discontinued: false, - Region: `North East`, - Address: `131 Wall Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 60171 - }), - new InvoicesDataItem( - { - ShipName: `Madison Estate`, - ShipAddress: `101 Market Street`, - ShipCity: `Huston`, - ShipPostalCode: 70109, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1237, - CustomerName: `Mike Madison`, - CustomerFirstName: `Mike`, - CustomerLastName: `Madison`, - CustomerAddress: `101 Market Street, Huston, USA, 70109`, - Salesperson: `Nancy Smith`, - OrderID: 1155, - OrderDate: `9/1/2022`, - ProductID: 174, - ProductName: `Mac Book Pro`, - UnitPrice: 22330.35, - Quantity: 2, - ExtendedPrice: 44660.7, - Freight: 250.35, - Discontinued: false, - Region: `West`, - Address: `101 Market Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 70109 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Home`, - ShipAddress: `145 Main Street`, - ShipCity: `New York`, - ShipPostalCode: 50126, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1238, - CustomerName: `Max Jefferson`, - CustomerFirstName: `Max`, - CustomerLastName: `Jefferson`, - CustomerAddress: `145 Main Street, New York, USA, 50126`, - Salesperson: `Mike Watson`, - OrderID: 1656, - OrderDate: `3/7/2022`, - ProductID: 139, - ProductName: `IPhone`, - UnitPrice: 9890.72, - Quantity: 3, - ExtendedPrice: 29672.16, - Freight: 1890.72, - Discontinued: false, - Region: `West`, - Address: `145 Main Street`, - City: `New York`, - Country: `USA`, - PostalCode: 50126 - }), - new InvoicesDataItem( - { - ShipName: `Madison Home`, - ShipAddress: `190 Wall Street`, - ShipCity: `Huston`, - ShipPostalCode: 60055, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Federal Shipping`, - CustomerID: 1239, - CustomerName: `Martin Madison`, - CustomerFirstName: `Martin`, - CustomerLastName: `Madison`, - CustomerAddress: `190 Wall Street, Huston, USA, 60055`, - Salesperson: `Mike Smith`, - OrderID: 1192, - OrderDate: `3/12/2022`, - ProductID: 151, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 16510.6, - Quantity: 5, - ExtendedPrice: 82553, - Freight: 260.6, - Discontinued: true, - Region: `South East`, - Address: `190 Wall Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 60055 - }), - new InvoicesDataItem( - { - ShipName: `Smith Estate`, - ShipAddress: `114 Market Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 50122, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Speedy Express`, - CustomerID: 1240, - CustomerName: `Martin Smith`, - CustomerFirstName: `Martin`, - CustomerLastName: `Smith`, - CustomerAddress: `114 Market Street, Philadelphia, USA, 50122`, - Salesperson: `James Madison`, - OrderID: 1997, - OrderDate: `8/3/2022`, - ProductID: 195, - ProductName: `Mac Book Pro`, - UnitPrice: 20770.42, - Quantity: 4, - ExtendedPrice: 83081.68, - Freight: 920.42, - Discontinued: false, - Region: `North East`, - Address: `114 Market Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 50122 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Townhouse`, - ShipAddress: `184 Main Street`, - ShipCity: `Miami`, - ShipPostalCode: 50147, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Federal Shipping`, - CustomerID: 1241, - CustomerName: `Pamela Jackson`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Jackson`, - CustomerAddress: `184 Main Street, Miami, USA, 50147`, - Salesperson: `Martin Madison`, - OrderID: 1944, - OrderDate: `7/11/2022`, - ProductID: 105, - ProductName: `Samsung Note`, - UnitPrice: 22970.54, - Quantity: 3, - ExtendedPrice: 68911.62, - Freight: 2000.54, - Discontinued: false, - Region: `South East`, - Address: `184 Main Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 50147 - }), - new InvoicesDataItem( - { - ShipName: `Watson Townhouse`, - ShipAddress: `140 Wall Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 50058, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1242, - CustomerName: `Pamela Watson`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Watson`, - CustomerAddress: `140 Wall Street, Los Angeles, USA, 50058`, - Salesperson: `Max Madison`, - OrderID: 1076, - OrderDate: `12/1/2022`, - ProductID: 108, - ProductName: `IPhone`, - UnitPrice: 5950.69, - Quantity: 5, - ExtendedPrice: 29753.45, - Freight: 1440.69, - Discontinued: false, - Region: `South East`, - Address: `140 Wall Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 50058 - }), - new InvoicesDataItem( - { - ShipName: `Madison Estate`, - ShipAddress: `178 Market Street`, - ShipCity: `New York`, - ShipPostalCode: 60194, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1243, - CustomerName: `James Madison`, - CustomerFirstName: `James`, - CustomerLastName: `Madison`, - CustomerAddress: `178 Market Street, New York, USA, 60194`, - Salesperson: `James Madison`, - OrderID: 1076, - OrderDate: `6/25/2022`, - ProductID: 176, - ProductName: `IPhone`, - UnitPrice: 17080.21, - Quantity: 2, - ExtendedPrice: 34160.42, - Freight: 1200.21, - Discontinued: false, - Region: `West`, - Address: `178 Market Street`, - City: `New York`, - Country: `USA`, - PostalCode: 60194 - }), - new InvoicesDataItem( - { - ShipName: `Madison Home`, - ShipAddress: `179 Main Street`, - ShipCity: `Huston`, - ShipPostalCode: 70085, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1244, - CustomerName: `Ben Madison`, - CustomerFirstName: `Ben`, - CustomerLastName: `Madison`, - CustomerAddress: `179 Main Street, Huston, USA, 70085`, - Salesperson: `Ben Jackson`, - OrderID: 1070, - OrderDate: `5/7/2022`, - ProductID: 101, - ProductName: `IPhone`, - UnitPrice: 19310.75, - Quantity: 2, - ExtendedPrice: 38621.5, - Freight: 1270.75, - Discontinued: false, - Region: `West`, - Address: `179 Main Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 70085 - }), - new InvoicesDataItem( - { - ShipName: `Madison Estate`, - ShipAddress: `169 Market Street`, - ShipCity: `Miami`, - ShipPostalCode: 70087, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Speedy Express`, - CustomerID: 1245, - CustomerName: `Pamela Madison`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Madison`, - CustomerAddress: `169 Market Street, Miami, USA, 70087`, - Salesperson: `Nancy Black`, - OrderID: 1469, - OrderDate: `8/22/2022`, - ProductID: 193, - ProductName: `Samsung Note`, - UnitPrice: 25420.4, - Quantity: 2, - ExtendedPrice: 50840.8, - Freight: 1690.4, - Discontinued: false, - Region: `North East`, - Address: `169 Market Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 70087 - }), - new InvoicesDataItem( - { - ShipName: `Smith Home`, - ShipAddress: `108 Wall Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 90128, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Speedy Express`, - CustomerID: 1246, - CustomerName: `Martin Smith`, - CustomerFirstName: `Martin`, - CustomerLastName: `Smith`, - CustomerAddress: `108 Wall Street, Los Angeles, USA, 90128`, - Salesperson: `Pamela Smith`, - OrderID: 1948, - OrderDate: `4/25/2022`, - ProductID: 141, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 19070.55, - Quantity: 3, - ExtendedPrice: 57211.65, - Freight: 280.55, - Discontinued: false, - Region: `South East`, - Address: `108 Wall Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 90128 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Townhouse`, - ShipAddress: `195 Market Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 80141, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1247, - CustomerName: `Mike Jackson`, - CustomerFirstName: `Mike`, - CustomerLastName: `Jackson`, - CustomerAddress: `195 Market Street, Philadelphia, USA, 80141`, - Salesperson: `Martin Smith`, - OrderID: 1116, - OrderDate: `1/1/2022`, - ProductID: 162, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 22190.27, - Quantity: 5, - ExtendedPrice: 110951.35, - Freight: 1830.27, - Discontinued: false, - Region: `North East`, - Address: `195 Market Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 80141 - }), - new InvoicesDataItem( - { - ShipName: `Black Home`, - ShipAddress: `142 Main Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 50163, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1248, - CustomerName: `Anna Black`, - CustomerFirstName: `Anna`, - CustomerLastName: `Black`, - CustomerAddress: `142 Main Street, Los Angeles, USA, 50163`, - Salesperson: `Pamela Jefferson`, - OrderID: 1640, - OrderDate: `5/1/2022`, - ProductID: 153, - ProductName: `Samsung Note`, - UnitPrice: 7690.79, - Quantity: 3, - ExtendedPrice: 23072.37, - Freight: 1730.79, - Discontinued: false, - Region: `South East`, - Address: `142 Main Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 50163 - }), - new InvoicesDataItem( - { - ShipName: `Watson Market`, - ShipAddress: `177 Market Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 80155, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1249, - CustomerName: `Mike Watson`, - CustomerFirstName: `Mike`, - CustomerLastName: `Watson`, - CustomerAddress: `177 Market Street, Philadelphia, USA, 80155`, - Salesperson: `Anna Jefferson`, - OrderID: 1748, - OrderDate: `9/2/2022`, - ProductID: 186, - ProductName: `Mac Book Air`, - UnitPrice: 25230.84, - Quantity: 4, - ExtendedPrice: 100923.36, - Freight: 670.84, - Discontinued: true, - Region: `South East`, - Address: `177 Market Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 80155 - }), - new InvoicesDataItem( - { - ShipName: `Black Estate`, - ShipAddress: `175 Market Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 80141, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1250, - CustomerName: `Mike Black`, - CustomerFirstName: `Mike`, - CustomerLastName: `Black`, - CustomerAddress: `175 Market Street, Los Angeles, USA, 80141`, - Salesperson: `Martin Black`, - OrderID: 1251, - OrderDate: `7/5/2022`, - ProductID: 140, - ProductName: `Mac Book Pro`, - UnitPrice: 25960.45, - Quantity: 2, - ExtendedPrice: 51920.9, - Freight: 260.45, - Discontinued: false, - Region: `North East`, - Address: `175 Market Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 80141 - }), - new InvoicesDataItem( - { - ShipName: `Watson Market`, - ShipAddress: `110 Market Street`, - ShipCity: `New York`, - ShipPostalCode: 90174, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1251, - CustomerName: `Pamela Watson`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Watson`, - CustomerAddress: `110 Market Street, New York, USA, 90174`, - Salesperson: `Pamela Black`, - OrderID: 1397, - OrderDate: `7/2/2022`, - ProductID: 141, - ProductName: `Samsung Note`, - UnitPrice: 22150.67, - Quantity: 3, - ExtendedPrice: 66452.01, - Freight: 640.67, - Discontinued: false, - Region: `North East`, - Address: `110 Market Street`, - City: `New York`, - Country: `USA`, - PostalCode: 90174 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Estate`, - ShipAddress: `121 Wall Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 70083, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Speedy Express`, - CustomerID: 1252, - CustomerName: `Mike Jackson`, - CustomerFirstName: `Mike`, - CustomerLastName: `Jackson`, - CustomerAddress: `121 Wall Street, Los Angeles, USA, 70083`, - Salesperson: `Ben Jefferson`, - OrderID: 1938, - OrderDate: `1/20/2022`, - ProductID: 171, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 9220.74, - Quantity: 4, - ExtendedPrice: 36882.96, - Freight: 1030.74, - Discontinued: false, - Region: `South East`, - Address: `121 Wall Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 70083 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Townhouse`, - ShipAddress: `122 Wall Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 70122, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1253, - CustomerName: `Mike Jackson`, - CustomerFirstName: `Mike`, - CustomerLastName: `Jackson`, - CustomerAddress: `122 Wall Street, Philadelphia, USA, 70122`, - Salesperson: `Mike Watson`, - OrderID: 1608, - OrderDate: `2/9/2022`, - ProductID: 109, - ProductName: `Samsung Note`, - UnitPrice: 11240.75, - Quantity: 2, - ExtendedPrice: 22481.5, - Freight: 1010.75, - Discontinued: false, - Region: `West`, - Address: `122 Wall Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 70122 - }), - new InvoicesDataItem( - { - ShipName: `Watson Estate`, - ShipAddress: `151 Main Street`, - ShipCity: `Huston`, - ShipPostalCode: 50057, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Speedy Express`, - CustomerID: 1254, - CustomerName: `Pamela Watson`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Watson`, - CustomerAddress: `151 Main Street, Huston, USA, 50057`, - Salesperson: `Martin Watson`, - OrderID: 1217, - OrderDate: `8/4/2022`, - ProductID: 185, - ProductName: `Mac Book Pro`, - UnitPrice: 16680.55, - Quantity: 3, - ExtendedPrice: 50041.65, - Freight: 1710.55, - Discontinued: false, - Region: `North East`, - Address: `151 Main Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 50057 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Market`, - ShipAddress: `120 Wall Street`, - ShipCity: `Huston`, - ShipPostalCode: 50131, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Federal Shipping`, - CustomerID: 1255, - CustomerName: `Mike Jackson`, - CustomerFirstName: `Mike`, - CustomerLastName: `Jackson`, - CustomerAddress: `120 Wall Street, Huston, USA, 50131`, - Salesperson: `Ben Jackson`, - OrderID: 1661, - OrderDate: `5/1/2022`, - ProductID: 190, - ProductName: `Mac Book Air`, - UnitPrice: 21450.85, - Quantity: 5, - ExtendedPrice: 107254.25, - Freight: 1350.85, - Discontinued: false, - Region: `South East`, - Address: `120 Wall Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 50131 - }), - new InvoicesDataItem( - { - ShipName: `Madison Market`, - ShipAddress: `134 Main Street`, - ShipCity: `Huston`, - ShipPostalCode: 90060, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1256, - CustomerName: `Mike Madison`, - CustomerFirstName: `Mike`, - CustomerLastName: `Madison`, - CustomerAddress: `134 Main Street, Huston, USA, 90060`, - Salesperson: `James Madison`, - OrderID: 1766, - OrderDate: `11/11/2022`, - ProductID: 134, - ProductName: `Mac Book Air`, - UnitPrice: 12850.63, - Quantity: 3, - ExtendedPrice: 38551.89, - Freight: 1790.63, - Discontinued: false, - Region: `West`, - Address: `134 Main Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 90060 - }), - new InvoicesDataItem( - { - ShipName: `Black Home`, - ShipAddress: `150 Wall Street`, - ShipCity: `Huston`, - ShipPostalCode: 60151, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1257, - CustomerName: `James Black`, - CustomerFirstName: `James`, - CustomerLastName: `Black`, - CustomerAddress: `150 Wall Street, Huston, USA, 60151`, - Salesperson: `Martin Black`, - OrderID: 1321, - OrderDate: `8/4/2022`, - ProductID: 125, - ProductName: `Samsung Note`, - UnitPrice: 29190.24, - Quantity: 4, - ExtendedPrice: 116760.96, - Freight: 680.24, - Discontinued: false, - Region: `North East`, - Address: `150 Wall Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 60151 - }), - new InvoicesDataItem( - { - ShipName: `Watson Estate`, - ShipAddress: `155 Wall Street`, - ShipCity: `Huston`, - ShipPostalCode: 60121, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1258, - CustomerName: `Max Watson`, - CustomerFirstName: `Max`, - CustomerLastName: `Watson`, - CustomerAddress: `155 Wall Street, Huston, USA, 60121`, - Salesperson: `Max Jackson`, - OrderID: 1872, - OrderDate: `2/20/2022`, - ProductID: 188, - ProductName: `Samsung Note`, - UnitPrice: 22750.45, - Quantity: 3, - ExtendedPrice: 68251.35, - Freight: 840.45, - Discontinued: false, - Region: `West`, - Address: `155 Wall Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 60121 - }), - new InvoicesDataItem( - { - ShipName: `Watson Market`, - ShipAddress: `184 Market Street`, - ShipCity: `New York`, - ShipPostalCode: 90156, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1259, - CustomerName: `Anna Watson`, - CustomerFirstName: `Anna`, - CustomerLastName: `Watson`, - CustomerAddress: `184 Market Street, New York, USA, 90156`, - Salesperson: `James Watson`, - OrderID: 1828, - OrderDate: `5/25/2022`, - ProductID: 191, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 29760.3, - Quantity: 2, - ExtendedPrice: 59520.6, - Freight: 1960.3, - Discontinued: true, - Region: `North East`, - Address: `184 Market Street`, - City: `New York`, - Country: `USA`, - PostalCode: 90156 - }), - new InvoicesDataItem( - { - ShipName: `Watson Market`, - ShipAddress: `133 Market Street`, - ShipCity: `Huston`, - ShipPostalCode: 50074, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1260, - CustomerName: `Anna Watson`, - CustomerFirstName: `Anna`, - CustomerLastName: `Watson`, - CustomerAddress: `133 Market Street, Huston, USA, 50074`, - Salesperson: `Mike Black`, - OrderID: 1966, - OrderDate: `6/18/2022`, - ProductID: 160, - ProductName: `Mac Book Air`, - UnitPrice: 7450.44, - Quantity: 5, - ExtendedPrice: 37252.2, - Freight: 590.44, - Discontinued: false, - Region: `West`, - Address: `133 Market Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 50074 - }), - new InvoicesDataItem( - { - ShipName: `Black Townhouse`, - ShipAddress: `154 Main Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 70052, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1261, - CustomerName: `Martin Black`, - CustomerFirstName: `Martin`, - CustomerLastName: `Black`, - CustomerAddress: `154 Main Street, Philadelphia, USA, 70052`, - Salesperson: `Ben Jackson`, - OrderID: 1421, - OrderDate: `9/17/2022`, - ProductID: 127, - ProductName: `Mac Book Air`, - UnitPrice: 23000.47, - Quantity: 2, - ExtendedPrice: 46000.94, - Freight: 550.47, - Discontinued: false, - Region: `South East`, - Address: `154 Main Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 70052 - }), - new InvoicesDataItem( - { - ShipName: `Smith Townhouse`, - ShipAddress: `114 Wall Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 90174, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Federal Shipping`, - CustomerID: 1262, - CustomerName: `Max Smith`, - CustomerFirstName: `Max`, - CustomerLastName: `Smith`, - CustomerAddress: `114 Wall Street, Philadelphia, USA, 90174`, - Salesperson: `Pamela Smith`, - OrderID: 1192, - OrderDate: `12/4/2022`, - ProductID: 105, - ProductName: `Samsung Note`, - UnitPrice: 19790.26, - Quantity: 2, - ExtendedPrice: 39580.52, - Freight: 1150.26, - Discontinued: false, - Region: `South East`, - Address: `114 Wall Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 90174 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Townhouse`, - ShipAddress: `154 Wall Street`, - ShipCity: `New York`, - ShipPostalCode: 90162, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1263, - CustomerName: `Ben Jefferson`, - CustomerFirstName: `Ben`, - CustomerLastName: `Jefferson`, - CustomerAddress: `154 Wall Street, New York, USA, 90162`, - Salesperson: `Nancy Smith`, - OrderID: 1539, - OrderDate: `7/16/2022`, - ProductID: 139, - ProductName: `Samsung Note`, - UnitPrice: 11830.34, - Quantity: 2, - ExtendedPrice: 23660.68, - Freight: 1930.34, - Discontinued: false, - Region: `West`, - Address: `154 Wall Street`, - City: `New York`, - Country: `USA`, - PostalCode: 90162 - }), - new InvoicesDataItem( - { - ShipName: `Smith Townhouse`, - ShipAddress: `140 Wall Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 70136, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1264, - CustomerName: `Martin Smith`, - CustomerFirstName: `Martin`, - CustomerLastName: `Smith`, - CustomerAddress: `140 Wall Street, Los Angeles, USA, 70136`, - Salesperson: `Mike Jackson`, - OrderID: 1271, - OrderDate: `10/7/2022`, - ProductID: 124, - ProductName: `Samsung Note`, - UnitPrice: 21020.81, - Quantity: 2, - ExtendedPrice: 42041.62, - Freight: 1420.81, - Discontinued: false, - Region: `West`, - Address: `140 Wall Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 70136 - }), - new InvoicesDataItem( - { - ShipName: `Smith Townhouse`, - ShipAddress: `185 Main Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 60116, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1265, - CustomerName: `James Smith`, - CustomerFirstName: `James`, - CustomerLastName: `Smith`, - CustomerAddress: `185 Main Street, Philadelphia, USA, 60116`, - Salesperson: `James Watson`, - OrderID: 1090, - OrderDate: `9/11/2022`, - ProductID: 160, - ProductName: `IPhone`, - UnitPrice: 16070.46, - Quantity: 3, - ExtendedPrice: 48211.38, - Freight: 1490.46, - Discontinued: false, - Region: `West`, - Address: `185 Main Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 60116 - }), - new InvoicesDataItem( - { - ShipName: `Smith Estate`, - ShipAddress: `179 Market Street`, - ShipCity: `Huston`, - ShipPostalCode: 80107, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1266, - CustomerName: `Max Smith`, - CustomerFirstName: `Max`, - CustomerLastName: `Smith`, - CustomerAddress: `179 Market Street, Huston, USA, 80107`, - Salesperson: `Nancy Smith`, - OrderID: 1286, - OrderDate: `1/10/2022`, - ProductID: 161, - ProductName: `Mac Book Air`, - UnitPrice: 26160.38, - Quantity: 3, - ExtendedPrice: 78481.14, - Freight: 570.38, - Discontinued: false, - Region: `West`, - Address: `179 Market Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 80107 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Home`, - ShipAddress: `189 Wall Street`, - ShipCity: `Huston`, - ShipPostalCode: 90073, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1267, - CustomerName: `Ben Jefferson`, - CustomerFirstName: `Ben`, - CustomerLastName: `Jefferson`, - CustomerAddress: `189 Wall Street, Huston, USA, 90073`, - Salesperson: `Martin Madison`, - OrderID: 1754, - OrderDate: `5/2/2022`, - ProductID: 143, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 29540.84, - Quantity: 4, - ExtendedPrice: 118163.36, - Freight: 500.84, - Discontinued: false, - Region: `North East`, - Address: `189 Wall Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 90073 - }), - new InvoicesDataItem( - { - ShipName: `Madison Estate`, - ShipAddress: `106 Market Street`, - ShipCity: `Miami`, - ShipPostalCode: 90153, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1268, - CustomerName: `Anna Madison`, - CustomerFirstName: `Anna`, - CustomerLastName: `Madison`, - CustomerAddress: `106 Market Street, Miami, USA, 90153`, - Salesperson: `Anna Black`, - OrderID: 1321, - OrderDate: `6/21/2022`, - ProductID: 136, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 12550.55, - Quantity: 5, - ExtendedPrice: 62752.75, - Freight: 1440.55, - Discontinued: false, - Region: `West`, - Address: `106 Market Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 90153 - }), - new InvoicesDataItem( - { - ShipName: `Watson Townhouse`, - ShipAddress: `149 Wall Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 50102, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1269, - CustomerName: `Pamela Watson`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Watson`, - CustomerAddress: `149 Wall Street, Los Angeles, USA, 50102`, - Salesperson: `James Jefferson`, - OrderID: 1262, - OrderDate: `7/13/2022`, - ProductID: 178, - ProductName: `Samsung Note`, - UnitPrice: 8690.45, - Quantity: 3, - ExtendedPrice: 26071.35, - Freight: 1420.45, - Discontinued: true, - Region: `West`, - Address: `149 Wall Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 50102 - }), - new InvoicesDataItem( - { - ShipName: `Watson Market`, - ShipAddress: `192 Market Street`, - ShipCity: `New York`, - ShipPostalCode: 60078, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1270, - CustomerName: `Martin Watson`, - CustomerFirstName: `Martin`, - CustomerLastName: `Watson`, - CustomerAddress: `192 Market Street, New York, USA, 60078`, - Salesperson: `Ben Jackson`, - OrderID: 1586, - OrderDate: `11/13/2022`, - ProductID: 130, - ProductName: `Mac Book Pro`, - UnitPrice: 28630.86, - Quantity: 2, - ExtendedPrice: 57261.72, - Freight: 980.86, - Discontinued: false, - Region: `West`, - Address: `192 Market Street`, - City: `New York`, - Country: `USA`, - PostalCode: 60078 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Estate`, - ShipAddress: `159 Main Street`, - ShipCity: `New York`, - ShipPostalCode: 50050, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1271, - CustomerName: `James Jefferson`, - CustomerFirstName: `James`, - CustomerLastName: `Jefferson`, - CustomerAddress: `159 Main Street, New York, USA, 50050`, - Salesperson: `Max Jefferson`, - OrderID: 1915, - OrderDate: `2/10/2022`, - ProductID: 178, - ProductName: `Mac Book Pro`, - UnitPrice: 19050.75, - Quantity: 5, - ExtendedPrice: 95253.75, - Freight: 960.75, - Discontinued: false, - Region: `West`, - Address: `159 Main Street`, - City: `New York`, - Country: `USA`, - PostalCode: 50050 - }), - new InvoicesDataItem( - { - ShipName: `Watson Market`, - ShipAddress: `171 Wall Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 60099, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Federal Shipping`, - CustomerID: 1272, - CustomerName: `Nancy Watson`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Watson`, - CustomerAddress: `171 Wall Street, Los Angeles, USA, 60099`, - Salesperson: `Pamela Jackson`, - OrderID: 1503, - OrderDate: `4/7/2022`, - ProductID: 153, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 26320.3, - Quantity: 3, - ExtendedPrice: 78960.9, - Freight: 1360.3, - Discontinued: false, - Region: `South East`, - Address: `171 Wall Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 60099 - }), - new InvoicesDataItem( - { - ShipName: `Madison Townhouse`, - ShipAddress: `161 Main Street`, - ShipCity: `Huston`, - ShipPostalCode: 70087, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Speedy Express`, - CustomerID: 1273, - CustomerName: `Anna Madison`, - CustomerFirstName: `Anna`, - CustomerLastName: `Madison`, - CustomerAddress: `161 Main Street, Huston, USA, 70087`, - Salesperson: `Nancy Watson`, - OrderID: 1129, - OrderDate: `9/4/2022`, - ProductID: 119, - ProductName: `Samsung Note`, - UnitPrice: 26970.53, - Quantity: 3, - ExtendedPrice: 80911.59, - Freight: 1890.53, - Discontinued: false, - Region: `South East`, - Address: `161 Main Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 70087 - }), - new InvoicesDataItem( - { - ShipName: `Watson Market`, - ShipAddress: `163 Market Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 50127, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1274, - CustomerName: `Max Watson`, - CustomerFirstName: `Max`, - CustomerLastName: `Watson`, - CustomerAddress: `163 Market Street, Los Angeles, USA, 50127`, - Salesperson: `Nancy Jefferson`, - OrderID: 1508, - OrderDate: `1/6/2022`, - ProductID: 136, - ProductName: `Mac Book Air`, - UnitPrice: 12620.81, - Quantity: 3, - ExtendedPrice: 37862.43, - Freight: 650.81, - Discontinued: false, - Region: `North East`, - Address: `163 Market Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 50127 - }), - new InvoicesDataItem( - { - ShipName: `Watson Townhouse`, - ShipAddress: `131 Market Street`, - ShipCity: `Huston`, - ShipPostalCode: 50052, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Federal Shipping`, - CustomerID: 1275, - CustomerName: `James Watson`, - CustomerFirstName: `James`, - CustomerLastName: `Watson`, - CustomerAddress: `131 Market Street, Huston, USA, 50052`, - Salesperson: `Martin Watson`, - OrderID: 1285, - OrderDate: `8/6/2022`, - ProductID: 123, - ProductName: `Samsung Note`, - UnitPrice: 22790.24, - Quantity: 4, - ExtendedPrice: 91160.96, - Freight: 1140.24, - Discontinued: false, - Region: `South East`, - Address: `131 Market Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 50052 - }), - new InvoicesDataItem( - { - ShipName: `Black Home`, - ShipAddress: `125 Wall Street`, - ShipCity: `Miami`, - ShipPostalCode: 60101, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1276, - CustomerName: `Ben Black`, - CustomerFirstName: `Ben`, - CustomerLastName: `Black`, - CustomerAddress: `125 Wall Street, Miami, USA, 60101`, - Salesperson: `Ben Smith`, - OrderID: 1881, - OrderDate: `12/5/2022`, - ProductID: 128, - ProductName: `Mac Book Air`, - UnitPrice: 18780.56, - Quantity: 4, - ExtendedPrice: 75122.24, - Freight: 820.56, - Discontinued: false, - Region: `West`, - Address: `125 Wall Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 60101 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Market`, - ShipAddress: `184 Main Street`, - ShipCity: `Miami`, - ShipPostalCode: 50157, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1277, - CustomerName: `Nancy Jackson`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Jackson`, - CustomerAddress: `184 Main Street, Miami, USA, 50157`, - Salesperson: `Mike Smith`, - OrderID: 1478, - OrderDate: `9/18/2022`, - ProductID: 131, - ProductName: `IPad`, - UnitPrice: 15000.21, - Quantity: 5, - ExtendedPrice: 75001.05, - Freight: 1390.21, - Discontinued: false, - Region: `North East`, - Address: `184 Main Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 50157 - }), - new InvoicesDataItem( - { - ShipName: `Watson Estate`, - ShipAddress: `199 Market Street`, - ShipCity: `Huston`, - ShipPostalCode: 80050, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1278, - CustomerName: `Nancy Watson`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Watson`, - CustomerAddress: `199 Market Street, Huston, USA, 80050`, - Salesperson: `Max Jefferson`, - OrderID: 1767, - OrderDate: `1/17/2022`, - ProductID: 196, - ProductName: `Mac Book Pro`, - UnitPrice: 21600.31, - Quantity: 3, - ExtendedPrice: 64800.93, - Freight: 1130.31, - Discontinued: false, - Region: `North East`, - Address: `199 Market Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 80050 - }), - new InvoicesDataItem( - { - ShipName: `Madison Market`, - ShipAddress: `127 Market Street`, - ShipCity: `Miami`, - ShipPostalCode: 60073, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1279, - CustomerName: `Nancy Madison`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Madison`, - CustomerAddress: `127 Market Street, Miami, USA, 60073`, - Salesperson: `Mike Smith`, - OrderID: 1229, - OrderDate: `12/7/2022`, - ProductID: 184, - ProductName: `Mac Book Air`, - UnitPrice: 27500.59, - Quantity: 3, - ExtendedPrice: 82501.77, - Freight: 1380.59, - Discontinued: true, - Region: `West`, - Address: `127 Market Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 60073 - }), - new InvoicesDataItem( - { - ShipName: `Watson Home`, - ShipAddress: `169 Main Street`, - ShipCity: `New York`, - ShipPostalCode: 50123, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1280, - CustomerName: `Mike Watson`, - CustomerFirstName: `Mike`, - CustomerLastName: `Watson`, - CustomerAddress: `169 Main Street, New York, USA, 50123`, - Salesperson: `Martin Jackson`, - OrderID: 1761, - OrderDate: `2/10/2022`, - ProductID: 169, - ProductName: `IPad`, - UnitPrice: 21430.7, - Quantity: 5, - ExtendedPrice: 107153.5, - Freight: 1170.7, - Discontinued: false, - Region: `North East`, - Address: `169 Main Street`, - City: `New York`, - Country: `USA`, - PostalCode: 50123 - }), - new InvoicesDataItem( - { - ShipName: `Watson Home`, - ShipAddress: `109 Main Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 80143, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1281, - CustomerName: `James Watson`, - CustomerFirstName: `James`, - CustomerLastName: `Watson`, - CustomerAddress: `109 Main Street, Philadelphia, USA, 80143`, - Salesperson: `Anna Black`, - OrderID: 1461, - OrderDate: `9/8/2022`, - ProductID: 155, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 28470.33, - Quantity: 4, - ExtendedPrice: 113881.32, - Freight: 1750.33, - Discontinued: false, - Region: `North East`, - Address: `109 Main Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 80143 - }), - new InvoicesDataItem( - { - ShipName: `Madison Townhouse`, - ShipAddress: `103 Main Street`, - ShipCity: `New York`, - ShipPostalCode: 80198, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1282, - CustomerName: `James Madison`, - CustomerFirstName: `James`, - CustomerLastName: `Madison`, - CustomerAddress: `103 Main Street, New York, USA, 80198`, - Salesperson: `Ben Black`, - OrderID: 1210, - OrderDate: `11/7/2022`, - ProductID: 123, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 11260.52, - Quantity: 5, - ExtendedPrice: 56302.6, - Freight: 330.52, - Discontinued: false, - Region: `West`, - Address: `103 Main Street`, - City: `New York`, - Country: `USA`, - PostalCode: 80198 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Market`, - ShipAddress: `102 Market Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 50100, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1283, - CustomerName: `Martin Jefferson`, - CustomerFirstName: `Martin`, - CustomerLastName: `Jefferson`, - CustomerAddress: `102 Market Street, Philadelphia, USA, 50100`, - Salesperson: `Pamela Jefferson`, - OrderID: 1262, - OrderDate: `4/17/2022`, - ProductID: 134, - ProductName: `Mac Book Pro`, - UnitPrice: 21890.55, - Quantity: 4, - ExtendedPrice: 87562.2, - Freight: 500.55, - Discontinued: false, - Region: `West`, - Address: `102 Market Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 50100 - }), - new InvoicesDataItem( - { - ShipName: `Madison Home`, - ShipAddress: `194 Market Street`, - ShipCity: `New York`, - ShipPostalCode: 80057, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1284, - CustomerName: `Pamela Madison`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Madison`, - CustomerAddress: `194 Market Street, New York, USA, 80057`, - Salesperson: `Pamela Jefferson`, - OrderID: 1490, - OrderDate: `4/6/2022`, - ProductID: 191, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 15670.58, - Quantity: 4, - ExtendedPrice: 62682.32, - Freight: 1320.58, - Discontinued: false, - Region: `South East`, - Address: `194 Market Street`, - City: `New York`, - Country: `USA`, - PostalCode: 80057 - }), - new InvoicesDataItem( - { - ShipName: `Madison Market`, - ShipAddress: `102 Main Street`, - ShipCity: `Miami`, - ShipPostalCode: 70175, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Speedy Express`, - CustomerID: 1285, - CustomerName: `Nancy Madison`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Madison`, - CustomerAddress: `102 Main Street, Miami, USA, 70175`, - Salesperson: `James Jackson`, - OrderID: 1031, - OrderDate: `3/18/2022`, - ProductID: 196, - ProductName: `Samsung Note`, - UnitPrice: 16280.69, - Quantity: 3, - ExtendedPrice: 48842.07, - Freight: 380.69, - Discontinued: false, - Region: `South East`, - Address: `102 Main Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 70175 - }), - new InvoicesDataItem( - { - ShipName: `Watson Estate`, - ShipAddress: `139 Market Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 60067, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Speedy Express`, - CustomerID: 1286, - CustomerName: `Nancy Watson`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Watson`, - CustomerAddress: `139 Market Street, Philadelphia, USA, 60067`, - Salesperson: `Max Jefferson`, - OrderID: 1803, - OrderDate: `1/22/2022`, - ProductID: 134, - ProductName: `Mac Book Pro`, - UnitPrice: 7940.29, - Quantity: 4, - ExtendedPrice: 31761.16, - Freight: 620.29, - Discontinued: false, - Region: `North East`, - Address: `139 Market Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 60067 - }), - new InvoicesDataItem( - { - ShipName: `Smith Market`, - ShipAddress: `167 Market Street`, - ShipCity: `New York`, - ShipPostalCode: 80115, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1287, - CustomerName: `Martin Smith`, - CustomerFirstName: `Martin`, - CustomerLastName: `Smith`, - CustomerAddress: `167 Market Street, New York, USA, 80115`, - Salesperson: `Anna Black`, - OrderID: 1465, - OrderDate: `2/14/2022`, - ProductID: 166, - ProductName: `Samsung Note`, - UnitPrice: 20420.2, - Quantity: 4, - ExtendedPrice: 81680.8, - Freight: 960.2, - Discontinued: false, - Region: `North East`, - Address: `167 Market Street`, - City: `New York`, - Country: `USA`, - PostalCode: 80115 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Market`, - ShipAddress: `167 Market Street`, - ShipCity: `New York`, - ShipPostalCode: 80080, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1288, - CustomerName: `Nancy Jefferson`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Jefferson`, - CustomerAddress: `167 Market Street, New York, USA, 80080`, - Salesperson: `Ben Jackson`, - OrderID: 1303, - OrderDate: `12/12/2022`, - ProductID: 191, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 20080.21, - Quantity: 2, - ExtendedPrice: 40160.42, - Freight: 800.21, - Discontinued: false, - Region: `West`, - Address: `167 Market Street`, - City: `New York`, - Country: `USA`, - PostalCode: 80080 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Market`, - ShipAddress: `167 Market Street`, - ShipCity: `New York`, - ShipPostalCode: 90093, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Federal Shipping`, - CustomerID: 1289, - CustomerName: `Pamela Jackson`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Jackson`, - CustomerAddress: `167 Market Street, New York, USA, 90093`, - Salesperson: `Anna Smith`, - OrderID: 1122, - OrderDate: `8/6/2022`, - ProductID: 189, - ProductName: `Mac Book Air`, - UnitPrice: 29420.55, - Quantity: 4, - ExtendedPrice: 117682.2, - Freight: 1200.55, - Discontinued: true, - Region: `South East`, - Address: `167 Market Street`, - City: `New York`, - Country: `USA`, - PostalCode: 90093 - }), - new InvoicesDataItem( - { - ShipName: `Madison Home`, - ShipAddress: `114 Wall Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 60133, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1290, - CustomerName: `Nancy Madison`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Madison`, - CustomerAddress: `114 Wall Street, Philadelphia, USA, 60133`, - Salesperson: `Anna Madison`, - OrderID: 1402, - OrderDate: `6/9/2022`, - ProductID: 161, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 16370.76, - Quantity: 3, - ExtendedPrice: 49112.28, - Freight: 590.76, - Discontinued: false, - Region: `South East`, - Address: `114 Wall Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 60133 - }), - new InvoicesDataItem( - { - ShipName: `Madison Home`, - ShipAddress: `164 Market Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 60153, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1291, - CustomerName: `Anna Madison`, - CustomerFirstName: `Anna`, - CustomerLastName: `Madison`, - CustomerAddress: `164 Market Street, Los Angeles, USA, 60153`, - Salesperson: `Max Smith`, - OrderID: 1165, - OrderDate: `11/24/2022`, - ProductID: 193, - ProductName: `Mac Book Pro`, - UnitPrice: 19240.53, - Quantity: 4, - ExtendedPrice: 76962.12, - Freight: 1990.53, - Discontinued: false, - Region: `West`, - Address: `164 Market Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 60153 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Home`, - ShipAddress: `102 Market Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 90068, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1292, - CustomerName: `Mike Jackson`, - CustomerFirstName: `Mike`, - CustomerLastName: `Jackson`, - CustomerAddress: `102 Market Street, Philadelphia, USA, 90068`, - Salesperson: `Mike Madison`, - OrderID: 1512, - OrderDate: `9/4/2022`, - ProductID: 186, - ProductName: `Samsung Note`, - UnitPrice: 26300.88, - Quantity: 4, - ExtendedPrice: 105203.52, - Freight: 660.88, - Discontinued: false, - Region: `West`, - Address: `102 Market Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 90068 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Market`, - ShipAddress: `158 Wall Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 80149, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1293, - CustomerName: `Pamela Jefferson`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Jefferson`, - CustomerAddress: `158 Wall Street, Los Angeles, USA, 80149`, - Salesperson: `Max Jackson`, - OrderID: 1358, - OrderDate: `2/22/2022`, - ProductID: 110, - ProductName: `Mac Book Pro`, - UnitPrice: 23570.31, - Quantity: 5, - ExtendedPrice: 117851.55, - Freight: 1260.31, - Discontinued: false, - Region: `North East`, - Address: `158 Wall Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 80149 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Townhouse`, - ShipAddress: `125 Market Street`, - ShipCity: `Huston`, - ShipPostalCode: 80176, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1294, - CustomerName: `Nancy Jefferson`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Jefferson`, - CustomerAddress: `125 Market Street, Huston, USA, 80176`, - Salesperson: `Pamela Watson`, - OrderID: 1106, - OrderDate: `2/7/2022`, - ProductID: 152, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 6100.56, - Quantity: 5, - ExtendedPrice: 30502.8, - Freight: 1900.56, - Discontinued: false, - Region: `West`, - Address: `125 Market Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 80176 - }), - new InvoicesDataItem( - { - ShipName: `Smith Estate`, - ShipAddress: `177 Main Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 50079, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1295, - CustomerName: `Pamela Smith`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Smith`, - CustomerAddress: `177 Main Street, Los Angeles, USA, 50079`, - Salesperson: `Max Watson`, - OrderID: 1931, - OrderDate: `6/5/2022`, - ProductID: 113, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 27350.45, - Quantity: 3, - ExtendedPrice: 82051.35, - Freight: 1170.45, - Discontinued: false, - Region: `North East`, - Address: `177 Main Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 50079 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Estate`, - ShipAddress: `148 Market Street`, - ShipCity: `New York`, - ShipPostalCode: 90184, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1296, - CustomerName: `Mike Jackson`, - CustomerFirstName: `Mike`, - CustomerLastName: `Jackson`, - CustomerAddress: `148 Market Street, New York, USA, 90184`, - Salesperson: `James Smith`, - OrderID: 1108, - OrderDate: `8/5/2022`, - ProductID: 122, - ProductName: `Samsung Note`, - UnitPrice: 5440.75, - Quantity: 4, - ExtendedPrice: 21763, - Freight: 960.75, - Discontinued: false, - Region: `South East`, - Address: `148 Market Street`, - City: `New York`, - Country: `USA`, - PostalCode: 90184 - }), - new InvoicesDataItem( - { - ShipName: `Black Townhouse`, - ShipAddress: `113 Wall Street`, - ShipCity: `Huston`, - ShipPostalCode: 50064, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1297, - CustomerName: `Max Black`, - CustomerFirstName: `Max`, - CustomerLastName: `Black`, - CustomerAddress: `113 Wall Street, Huston, USA, 50064`, - Salesperson: `Martin Smith`, - OrderID: 1782, - OrderDate: `3/24/2022`, - ProductID: 107, - ProductName: `IPad`, - UnitPrice: 22200.88, - Quantity: 4, - ExtendedPrice: 88803.52, - Freight: 510.88, - Discontinued: false, - Region: `West`, - Address: `113 Wall Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 50064 - }), - new InvoicesDataItem( - { - ShipName: `Smith Market`, - ShipAddress: `134 Wall Street`, - ShipCity: `New York`, - ShipPostalCode: 80155, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1298, - CustomerName: `Martin Smith`, - CustomerFirstName: `Martin`, - CustomerLastName: `Smith`, - CustomerAddress: `134 Wall Street, New York, USA, 80155`, - Salesperson: `Nancy Jefferson`, - OrderID: 1886, - OrderDate: `3/6/2022`, - ProductID: 181, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 8550.46, - Quantity: 4, - ExtendedPrice: 34201.84, - Freight: 1830.46, - Discontinued: false, - Region: `North East`, - Address: `134 Wall Street`, - City: `New York`, - Country: `USA`, - PostalCode: 80155 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Townhouse`, - ShipAddress: `142 Market Street`, - ShipCity: `New York`, - ShipPostalCode: 90103, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1299, - CustomerName: `Max Jackson`, - CustomerFirstName: `Max`, - CustomerLastName: `Jackson`, - CustomerAddress: `142 Market Street, New York, USA, 90103`, - Salesperson: `Anna Watson`, - OrderID: 1578, - OrderDate: `10/5/2022`, - ProductID: 162, - ProductName: `Mac Book Air`, - UnitPrice: 19490.84, - Quantity: 4, - ExtendedPrice: 77963.36, - Freight: 490.84, - Discontinued: true, - Region: `West`, - Address: `142 Market Street`, - City: `New York`, - Country: `USA`, - PostalCode: 90103 - }), - new InvoicesDataItem( - { - ShipName: `Smith Estate`, - ShipAddress: `132 Market Street`, - ShipCity: `Miami`, - ShipPostalCode: 90111, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1300, - CustomerName: `Anna Smith`, - CustomerFirstName: `Anna`, - CustomerLastName: `Smith`, - CustomerAddress: `132 Market Street, Miami, USA, 90111`, - Salesperson: `Ben Jefferson`, - OrderID: 1903, - OrderDate: `6/23/2022`, - ProductID: 173, - ProductName: `IPad`, - UnitPrice: 23350.52, - Quantity: 5, - ExtendedPrice: 116752.6, - Freight: 1210.52, - Discontinued: false, - Region: `South East`, - Address: `132 Market Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 90111 - }), - new InvoicesDataItem( - { - ShipName: `Smith Home`, - ShipAddress: `180 Main Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 50182, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1301, - CustomerName: `Mike Smith`, - CustomerFirstName: `Mike`, - CustomerLastName: `Smith`, - CustomerAddress: `180 Main Street, Los Angeles, USA, 50182`, - Salesperson: `Ben Black`, - OrderID: 1201, - OrderDate: `11/25/2022`, - ProductID: 127, - ProductName: `Mac Book Pro`, - UnitPrice: 6730.57, - Quantity: 3, - ExtendedPrice: 20191.71, - Freight: 1600.57, - Discontinued: false, - Region: `West`, - Address: `180 Main Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 50182 - }), - new InvoicesDataItem( - { - ShipName: `Smith Townhouse`, - ShipAddress: `135 Main Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 60076, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1302, - CustomerName: `James Smith`, - CustomerFirstName: `James`, - CustomerLastName: `Smith`, - CustomerAddress: `135 Main Street, Philadelphia, USA, 60076`, - Salesperson: `Mike Smith`, - OrderID: 1488, - OrderDate: `5/1/2022`, - ProductID: 105, - ProductName: `IPad`, - UnitPrice: 27240.3, - Quantity: 5, - ExtendedPrice: 136201.5, - Freight: 1130.3, - Discontinued: false, - Region: `West`, - Address: `135 Main Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 60076 - }), - new InvoicesDataItem( - { - ShipName: `Madison Townhouse`, - ShipAddress: `104 Wall Street`, - ShipCity: `New York`, - ShipPostalCode: 70191, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1303, - CustomerName: `Nancy Madison`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Madison`, - CustomerAddress: `104 Wall Street, New York, USA, 70191`, - Salesperson: `Pamela Jefferson`, - OrderID: 1636, - OrderDate: `2/16/2022`, - ProductID: 104, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 14830.46, - Quantity: 2, - ExtendedPrice: 29660.92, - Freight: 540.46, - Discontinued: false, - Region: `West`, - Address: `104 Wall Street`, - City: `New York`, - Country: `USA`, - PostalCode: 70191 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Market`, - ShipAddress: `122 Market Street`, - ShipCity: `New York`, - ShipPostalCode: 70071, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Speedy Express`, - CustomerID: 1304, - CustomerName: `James Jefferson`, - CustomerFirstName: `James`, - CustomerLastName: `Jefferson`, - CustomerAddress: `122 Market Street, New York, USA, 70071`, - Salesperson: `Max Black`, - OrderID: 1588, - OrderDate: `8/22/2022`, - ProductID: 169, - ProductName: `IPhone`, - UnitPrice: 28440.73, - Quantity: 3, - ExtendedPrice: 85322.19, - Freight: 640.73, - Discontinued: false, - Region: `North East`, - Address: `122 Market Street`, - City: `New York`, - Country: `USA`, - PostalCode: 70071 - }), - new InvoicesDataItem( - { - ShipName: `Smith Market`, - ShipAddress: `178 Main Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 80064, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1305, - CustomerName: `Anna Smith`, - CustomerFirstName: `Anna`, - CustomerLastName: `Smith`, - CustomerAddress: `178 Main Street, Philadelphia, USA, 80064`, - Salesperson: `Pamela Jackson`, - OrderID: 1422, - OrderDate: `7/3/2022`, - ProductID: 150, - ProductName: `Mac Book Air`, - UnitPrice: 7100.37, - Quantity: 4, - ExtendedPrice: 28401.48, - Freight: 1560.37, - Discontinued: false, - Region: `North East`, - Address: `178 Main Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 80064 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Market`, - ShipAddress: `199 Main Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 80126, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Federal Shipping`, - CustomerID: 1306, - CustomerName: `Martin Jefferson`, - CustomerFirstName: `Martin`, - CustomerLastName: `Jefferson`, - CustomerAddress: `199 Main Street, Philadelphia, USA, 80126`, - Salesperson: `Ben Jefferson`, - OrderID: 1922, - OrderDate: `1/13/2022`, - ProductID: 116, - ProductName: `Mac Book Air`, - UnitPrice: 15400.22, - Quantity: 4, - ExtendedPrice: 61600.88, - Freight: 1970.22, - Discontinued: false, - Region: `South East`, - Address: `199 Main Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 80126 - }), - new InvoicesDataItem( - { - ShipName: `Watson Home`, - ShipAddress: `187 Wall Street`, - ShipCity: `Huston`, - ShipPostalCode: 70093, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Speedy Express`, - CustomerID: 1307, - CustomerName: `Nancy Watson`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Watson`, - CustomerAddress: `187 Wall Street, Huston, USA, 70093`, - Salesperson: `Ben Watson`, - OrderID: 1023, - OrderDate: `8/20/2022`, - ProductID: 138, - ProductName: `Samsung Note`, - UnitPrice: 26450.63, - Quantity: 2, - ExtendedPrice: 52901.26, - Freight: 980.63, - Discontinued: false, - Region: `South East`, - Address: `187 Wall Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 70093 - }), - new InvoicesDataItem( - { - ShipName: `Watson Market`, - ShipAddress: `110 Market Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 50180, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Federal Shipping`, - CustomerID: 1308, - CustomerName: `Max Watson`, - CustomerFirstName: `Max`, - CustomerLastName: `Watson`, - CustomerAddress: `110 Market Street, Los Angeles, USA, 50180`, - Salesperson: `Martin Smith`, - OrderID: 1651, - OrderDate: `8/10/2022`, - ProductID: 131, - ProductName: `IPhone`, - UnitPrice: 11720.27, - Quantity: 2, - ExtendedPrice: 23440.54, - Freight: 300.27, - Discontinued: false, - Region: `South East`, - Address: `110 Market Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 50180 - }), - new InvoicesDataItem( - { - ShipName: `Madison Home`, - ShipAddress: `196 Wall Street`, - ShipCity: `New York`, - ShipPostalCode: 50190, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1309, - CustomerName: `James Madison`, - CustomerFirstName: `James`, - CustomerLastName: `Madison`, - CustomerAddress: `196 Wall Street, New York, USA, 50190`, - Salesperson: `Nancy Madison`, - OrderID: 1918, - OrderDate: `7/11/2022`, - ProductID: 160, - ProductName: `IPad`, - UnitPrice: 22400.31, - Quantity: 2, - ExtendedPrice: 44800.62, - Freight: 1310.31, - Discontinued: true, - Region: `North East`, - Address: `196 Wall Street`, - City: `New York`, - Country: `USA`, - PostalCode: 50190 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Market`, - ShipAddress: `172 Market Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 80154, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1310, - CustomerName: `Nancy Jefferson`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Jefferson`, - CustomerAddress: `172 Market Street, Philadelphia, USA, 80154`, - Salesperson: `Ben Jackson`, - OrderID: 1803, - OrderDate: `2/14/2022`, - ProductID: 100, - ProductName: `Samsung Note`, - UnitPrice: 5270.34, - Quantity: 5, - ExtendedPrice: 26351.7, - Freight: 320.34, - Discontinued: false, - Region: `North East`, - Address: `172 Market Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 80154 - }), - new InvoicesDataItem( - { - ShipName: `Watson Estate`, - ShipAddress: `181 Wall Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 50200, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Federal Shipping`, - CustomerID: 1311, - CustomerName: `Martin Watson`, - CustomerFirstName: `Martin`, - CustomerLastName: `Watson`, - CustomerAddress: `181 Wall Street, Los Angeles, USA, 50200`, - Salesperson: `James Watson`, - OrderID: 1467, - OrderDate: `12/13/2022`, - ProductID: 171, - ProductName: `Mac Book Air`, - UnitPrice: 7830.21, - Quantity: 4, - ExtendedPrice: 31320.84, - Freight: 1740.21, - Discontinued: false, - Region: `South East`, - Address: `181 Wall Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 50200 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Estate`, - ShipAddress: `151 Main Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 70118, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1312, - CustomerName: `Pamela Jefferson`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Jefferson`, - CustomerAddress: `151 Main Street, Los Angeles, USA, 70118`, - Salesperson: `Martin Watson`, - OrderID: 1359, - OrderDate: `4/5/2022`, - ProductID: 141, - ProductName: `IPhone`, - UnitPrice: 27160.77, - Quantity: 5, - ExtendedPrice: 135803.85, - Freight: 370.77, - Discontinued: false, - Region: `West`, - Address: `151 Main Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 70118 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Home`, - ShipAddress: `156 Market Street`, - ShipCity: `Miami`, - ShipPostalCode: 90109, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1313, - CustomerName: `James Jackson`, - CustomerFirstName: `James`, - CustomerLastName: `Jackson`, - CustomerAddress: `156 Market Street, Miami, USA, 90109`, - Salesperson: `James Jackson`, - OrderID: 1592, - OrderDate: `4/16/2022`, - ProductID: 128, - ProductName: `Samsung Note`, - UnitPrice: 14910.41, - Quantity: 5, - ExtendedPrice: 74552.05, - Freight: 1790.41, - Discontinued: false, - Region: `North East`, - Address: `156 Market Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 90109 - }), - new InvoicesDataItem( - { - ShipName: `Watson Estate`, - ShipAddress: `147 Main Street`, - ShipCity: `Huston`, - ShipPostalCode: 60054, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Federal Shipping`, - CustomerID: 1314, - CustomerName: `Pamela Watson`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Watson`, - CustomerAddress: `147 Main Street, Huston, USA, 60054`, - Salesperson: `Ben Watson`, - OrderID: 1454, - OrderDate: `12/12/2022`, - ProductID: 131, - ProductName: `Mac Book Air`, - UnitPrice: 11280.22, - Quantity: 3, - ExtendedPrice: 33840.66, - Freight: 1440.22, - Discontinued: false, - Region: `South East`, - Address: `147 Main Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 60054 - }), - new InvoicesDataItem( - { - ShipName: `Madison Home`, - ShipAddress: `123 Market Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 90190, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1315, - CustomerName: `Ben Madison`, - CustomerFirstName: `Ben`, - CustomerLastName: `Madison`, - CustomerAddress: `123 Market Street, Philadelphia, USA, 90190`, - Salesperson: `James Jefferson`, - OrderID: 1529, - OrderDate: `4/19/2022`, - ProductID: 102, - ProductName: `IPad`, - UnitPrice: 7570.85, - Quantity: 5, - ExtendedPrice: 37854.25, - Freight: 1630.85, - Discontinued: false, - Region: `West`, - Address: `123 Market Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 90190 - }), - new InvoicesDataItem( - { - ShipName: `Watson Home`, - ShipAddress: `100 Wall Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 90115, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1316, - CustomerName: `James Watson`, - CustomerFirstName: `James`, - CustomerLastName: `Watson`, - CustomerAddress: `100 Wall Street, Los Angeles, USA, 90115`, - Salesperson: `Nancy Smith`, - OrderID: 1783, - OrderDate: `9/2/2022`, - ProductID: 144, - ProductName: `Samsung Note`, - UnitPrice: 5530.88, - Quantity: 3, - ExtendedPrice: 16592.64, - Freight: 1800.88, - Discontinued: false, - Region: `North East`, - Address: `100 Wall Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 90115 - }), - new InvoicesDataItem( - { - ShipName: `Watson Townhouse`, - ShipAddress: `184 Wall Street`, - ShipCity: `Miami`, - ShipPostalCode: 50144, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Federal Shipping`, - CustomerID: 1317, - CustomerName: `Max Watson`, - CustomerFirstName: `Max`, - CustomerLastName: `Watson`, - CustomerAddress: `184 Wall Street, Miami, USA, 50144`, - Salesperson: `Max Jackson`, - OrderID: 1533, - OrderDate: `12/19/2022`, - ProductID: 189, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 24820.6, - Quantity: 2, - ExtendedPrice: 49641.2, - Freight: 1550.6, - Discontinued: false, - Region: `South East`, - Address: `184 Wall Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 50144 - }), - new InvoicesDataItem( - { - ShipName: `Black Home`, - ShipAddress: `187 Wall Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 70132, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1318, - CustomerName: `Mike Black`, - CustomerFirstName: `Mike`, - CustomerLastName: `Black`, - CustomerAddress: `187 Wall Street, Los Angeles, USA, 70132`, - Salesperson: `Nancy Jackson`, - OrderID: 1483, - OrderDate: `1/8/2022`, - ProductID: 182, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 21520.76, - Quantity: 4, - ExtendedPrice: 86083.04, - Freight: 770.76, - Discontinued: false, - Region: `North East`, - Address: `187 Wall Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 70132 - }), - new InvoicesDataItem( - { - ShipName: `Black Market`, - ShipAddress: `162 Main Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 90083, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Speedy Express`, - CustomerID: 1319, - CustomerName: `Mike Black`, - CustomerFirstName: `Mike`, - CustomerLastName: `Black`, - CustomerAddress: `162 Main Street, Philadelphia, USA, 90083`, - Salesperson: `Max Jefferson`, - OrderID: 1869, - OrderDate: `6/3/2022`, - ProductID: 118, - ProductName: `IPhone`, - UnitPrice: 15930.3, - Quantity: 2, - ExtendedPrice: 31860.6, - Freight: 470.3, - Discontinued: true, - Region: `North East`, - Address: `162 Main Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 90083 - }), - new InvoicesDataItem( - { - ShipName: `Watson Home`, - ShipAddress: `147 Main Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 50191, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Speedy Express`, - CustomerID: 1320, - CustomerName: `Nancy Watson`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Watson`, - CustomerAddress: `147 Main Street, Philadelphia, USA, 50191`, - Salesperson: `Martin Jefferson`, - OrderID: 1541, - OrderDate: `2/1/2022`, - ProductID: 159, - ProductName: `Mac Book Pro`, - UnitPrice: 29090.51, - Quantity: 4, - ExtendedPrice: 116362.04, - Freight: 900.51, - Discontinued: false, - Region: `North East`, - Address: `147 Main Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 50191 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Market`, - ShipAddress: `175 Wall Street`, - ShipCity: `New York`, - ShipPostalCode: 90056, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1321, - CustomerName: `Martin Jackson`, - CustomerFirstName: `Martin`, - CustomerLastName: `Jackson`, - CustomerAddress: `175 Wall Street, New York, USA, 90056`, - Salesperson: `Anna Black`, - OrderID: 1050, - OrderDate: `8/6/2022`, - ProductID: 120, - ProductName: `IPad`, - UnitPrice: 28490.38, - Quantity: 5, - ExtendedPrice: 142451.9, - Freight: 860.38, - Discontinued: false, - Region: `West`, - Address: `175 Wall Street`, - City: `New York`, - Country: `USA`, - PostalCode: 90056 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Market`, - ShipAddress: `129 Market Street`, - ShipCity: `Huston`, - ShipPostalCode: 50089, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Federal Shipping`, - CustomerID: 1322, - CustomerName: `Pamela Jackson`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Jackson`, - CustomerAddress: `129 Market Street, Huston, USA, 50089`, - Salesperson: `Mike Jefferson`, - OrderID: 1188, - OrderDate: `7/23/2022`, - ProductID: 119, - ProductName: `Mac Book Pro`, - UnitPrice: 6710.58, - Quantity: 3, - ExtendedPrice: 20131.74, - Freight: 1160.58, - Discontinued: false, - Region: `South East`, - Address: `129 Market Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 50089 - }), - new InvoicesDataItem( - { - ShipName: `Smith Market`, - ShipAddress: `104 Wall Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 70079, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1323, - CustomerName: `Ben Smith`, - CustomerFirstName: `Ben`, - CustomerLastName: `Smith`, - CustomerAddress: `104 Wall Street, Philadelphia, USA, 70079`, - Salesperson: `Martin Madison`, - OrderID: 1452, - OrderDate: `2/1/2022`, - ProductID: 182, - ProductName: `IPhone`, - UnitPrice: 9260.28, - Quantity: 2, - ExtendedPrice: 18520.56, - Freight: 1960.28, - Discontinued: false, - Region: `South East`, - Address: `104 Wall Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 70079 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Townhouse`, - ShipAddress: `167 Wall Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 70137, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1324, - CustomerName: `Mike Jefferson`, - CustomerFirstName: `Mike`, - CustomerLastName: `Jefferson`, - CustomerAddress: `167 Wall Street, Philadelphia, USA, 70137`, - Salesperson: `James Jefferson`, - OrderID: 1542, - OrderDate: `7/21/2022`, - ProductID: 107, - ProductName: `IPhone`, - UnitPrice: 5100.82, - Quantity: 5, - ExtendedPrice: 25504.1, - Freight: 610.82, - Discontinued: false, - Region: `North East`, - Address: `167 Wall Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 70137 - }), - new InvoicesDataItem( - { - ShipName: `Madison Market`, - ShipAddress: `128 Wall Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 50188, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1325, - CustomerName: `Mike Madison`, - CustomerFirstName: `Mike`, - CustomerLastName: `Madison`, - CustomerAddress: `128 Wall Street, Philadelphia, USA, 50188`, - Salesperson: `Nancy Jefferson`, - OrderID: 1993, - OrderDate: `3/7/2022`, - ProductID: 149, - ProductName: `Samsung Note`, - UnitPrice: 27520.59, - Quantity: 4, - ExtendedPrice: 110082.36, - Freight: 1260.59, - Discontinued: false, - Region: `South East`, - Address: `128 Wall Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 50188 - }), - new InvoicesDataItem( - { - ShipName: `Watson Market`, - ShipAddress: `171 Market Street`, - ShipCity: `Huston`, - ShipPostalCode: 70190, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Speedy Express`, - CustomerID: 1326, - CustomerName: `Martin Watson`, - CustomerFirstName: `Martin`, - CustomerLastName: `Watson`, - CustomerAddress: `171 Market Street, Huston, USA, 70190`, - Salesperson: `Anna Madison`, - OrderID: 1815, - OrderDate: `7/4/2022`, - ProductID: 195, - ProductName: `Samsung Note`, - UnitPrice: 27340.66, - Quantity: 5, - ExtendedPrice: 136703.3, - Freight: 1790.66, - Discontinued: false, - Region: `South East`, - Address: `171 Market Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 70190 - }), - new InvoicesDataItem( - { - ShipName: `Watson Home`, - ShipAddress: `191 Market Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 60123, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1327, - CustomerName: `Anna Watson`, - CustomerFirstName: `Anna`, - CustomerLastName: `Watson`, - CustomerAddress: `191 Market Street, Philadelphia, USA, 60123`, - Salesperson: `Anna Madison`, - OrderID: 1319, - OrderDate: `8/5/2022`, - ProductID: 191, - ProductName: `Samsung Note`, - UnitPrice: 28500.5, - Quantity: 5, - ExtendedPrice: 142502.5, - Freight: 1280.5, - Discontinued: false, - Region: `West`, - Address: `191 Market Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 60123 - }), - new InvoicesDataItem( - { - ShipName: `Madison Townhouse`, - ShipAddress: `150 Wall Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 80139, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Federal Shipping`, - CustomerID: 1328, - CustomerName: `Mike Madison`, - CustomerFirstName: `Mike`, - CustomerLastName: `Madison`, - CustomerAddress: `150 Wall Street, Philadelphia, USA, 80139`, - Salesperson: `Nancy Watson`, - OrderID: 1592, - OrderDate: `2/22/2022`, - ProductID: 149, - ProductName: `Mac Book Pro`, - UnitPrice: 22890.6, - Quantity: 5, - ExtendedPrice: 114453, - Freight: 920.6, - Discontinued: false, - Region: `South East`, - Address: `150 Wall Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 80139 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Market`, - ShipAddress: `112 Main Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 70172, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1329, - CustomerName: `Nancy Jackson`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Jackson`, - CustomerAddress: `112 Main Street, Los Angeles, USA, 70172`, - Salesperson: `Max Jefferson`, - OrderID: 1959, - OrderDate: `10/15/2022`, - ProductID: 156, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 12050.71, - Quantity: 4, - ExtendedPrice: 48202.84, - Freight: 270.71, - Discontinued: true, - Region: `North East`, - Address: `112 Main Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 70172 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Market`, - ShipAddress: `121 Market Street`, - ShipCity: `New York`, - ShipPostalCode: 80122, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1330, - CustomerName: `Martin Jefferson`, - CustomerFirstName: `Martin`, - CustomerLastName: `Jefferson`, - CustomerAddress: `121 Market Street, New York, USA, 80122`, - Salesperson: `Ben Black`, - OrderID: 1343, - OrderDate: `5/25/2022`, - ProductID: 118, - ProductName: `Mac Book Pro`, - UnitPrice: 7060.29, - Quantity: 4, - ExtendedPrice: 28241.16, - Freight: 400.29, - Discontinued: false, - Region: `West`, - Address: `121 Market Street`, - City: `New York`, - Country: `USA`, - PostalCode: 80122 - }), - new InvoicesDataItem( - { - ShipName: `Watson Estate`, - ShipAddress: `183 Wall Street`, - ShipCity: `Miami`, - ShipPostalCode: 90122, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Speedy Express`, - CustomerID: 1331, - CustomerName: `Pamela Watson`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Watson`, - CustomerAddress: `183 Wall Street, Miami, USA, 90122`, - Salesperson: `Pamela Smith`, - OrderID: 1876, - OrderDate: `2/8/2022`, - ProductID: 137, - ProductName: `Samsung Note`, - UnitPrice: 10140.84, - Quantity: 4, - ExtendedPrice: 40563.36, - Freight: 640.84, - Discontinued: false, - Region: `North East`, - Address: `183 Wall Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 90122 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Estate`, - ShipAddress: `105 Main Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 50068, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1332, - CustomerName: `Mike Jefferson`, - CustomerFirstName: `Mike`, - CustomerLastName: `Jefferson`, - CustomerAddress: `105 Main Street, Los Angeles, USA, 50068`, - Salesperson: `Ben Madison`, - OrderID: 1322, - OrderDate: `6/7/2022`, - ProductID: 148, - ProductName: `Mac Book Air`, - UnitPrice: 20150.45, - Quantity: 4, - ExtendedPrice: 80601.8, - Freight: 1190.45, - Discontinued: false, - Region: `North East`, - Address: `105 Main Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 50068 - }), - new InvoicesDataItem( - { - ShipName: `Madison Townhouse`, - ShipAddress: `199 Market Street`, - ShipCity: `Huston`, - ShipPostalCode: 70061, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1333, - CustomerName: `Martin Madison`, - CustomerFirstName: `Martin`, - CustomerLastName: `Madison`, - CustomerAddress: `199 Market Street, Huston, USA, 70061`, - Salesperson: `Max Smith`, - OrderID: 1046, - OrderDate: `2/3/2022`, - ProductID: 162, - ProductName: `IPhone`, - UnitPrice: 28480.38, - Quantity: 2, - ExtendedPrice: 56960.76, - Freight: 1180.38, - Discontinued: false, - Region: `West`, - Address: `199 Market Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 70061 - }), - new InvoicesDataItem( - { - ShipName: `Madison Estate`, - ShipAddress: `142 Wall Street`, - ShipCity: `Huston`, - ShipPostalCode: 60058, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1334, - CustomerName: `Ben Madison`, - CustomerFirstName: `Ben`, - CustomerLastName: `Madison`, - CustomerAddress: `142 Wall Street, Huston, USA, 60058`, - Salesperson: `Mike Madison`, - OrderID: 1433, - OrderDate: `2/1/2022`, - ProductID: 177, - ProductName: `IPhone`, - UnitPrice: 6770.89, - Quantity: 5, - ExtendedPrice: 33854.45, - Freight: 520.89, - Discontinued: false, - Region: `South East`, - Address: `142 Wall Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 60058 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Townhouse`, - ShipAddress: `140 Market Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 90131, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1335, - CustomerName: `Martin Jefferson`, - CustomerFirstName: `Martin`, - CustomerLastName: `Jefferson`, - CustomerAddress: `140 Market Street, Los Angeles, USA, 90131`, - Salesperson: `Pamela Black`, - OrderID: 1894, - OrderDate: `9/13/2022`, - ProductID: 151, - ProductName: `IPad`, - UnitPrice: 5280.38, - Quantity: 5, - ExtendedPrice: 26401.9, - Freight: 1610.38, - Discontinued: false, - Region: `North East`, - Address: `140 Market Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 90131 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Home`, - ShipAddress: `106 Market Street`, - ShipCity: `Miami`, - ShipPostalCode: 60063, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1336, - CustomerName: `Ben Jefferson`, - CustomerFirstName: `Ben`, - CustomerLastName: `Jefferson`, - CustomerAddress: `106 Market Street, Miami, USA, 60063`, - Salesperson: `Anna Jackson`, - OrderID: 1017, - OrderDate: `6/12/2022`, - ProductID: 173, - ProductName: `Mac Book Pro`, - UnitPrice: 27000.78, - Quantity: 2, - ExtendedPrice: 54001.56, - Freight: 540.78, - Discontinued: false, - Region: `West`, - Address: `106 Market Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 60063 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Market`, - ShipAddress: `190 Market Street`, - ShipCity: `Huston`, - ShipPostalCode: 70115, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Federal Shipping`, - CustomerID: 1337, - CustomerName: `Max Jefferson`, - CustomerFirstName: `Max`, - CustomerLastName: `Jefferson`, - CustomerAddress: `190 Market Street, Huston, USA, 70115`, - Salesperson: `Martin Smith`, - OrderID: 1583, - OrderDate: `2/12/2022`, - ProductID: 147, - ProductName: `Samsung Note`, - UnitPrice: 7560.53, - Quantity: 2, - ExtendedPrice: 15121.06, - Freight: 260.53, - Discontinued: false, - Region: `South East`, - Address: `190 Market Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 70115 - }), - new InvoicesDataItem( - { - ShipName: `Smith Home`, - ShipAddress: `129 Market Street`, - ShipCity: `Miami`, - ShipPostalCode: 70051, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1338, - CustomerName: `Nancy Smith`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Smith`, - CustomerAddress: `129 Market Street, Miami, USA, 70051`, - Salesperson: `Pamela Madison`, - OrderID: 1202, - OrderDate: `3/15/2022`, - ProductID: 136, - ProductName: `IPhone`, - UnitPrice: 20520.41, - Quantity: 2, - ExtendedPrice: 41040.82, - Freight: 550.41, - Discontinued: false, - Region: `North East`, - Address: `129 Market Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 70051 - }), - new InvoicesDataItem( - { - ShipName: `Smith Home`, - ShipAddress: `143 Main Street`, - ShipCity: `Miami`, - ShipPostalCode: 70144, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1339, - CustomerName: `Martin Smith`, - CustomerFirstName: `Martin`, - CustomerLastName: `Smith`, - CustomerAddress: `143 Main Street, Miami, USA, 70144`, - Salesperson: `James Jefferson`, - OrderID: 1172, - OrderDate: `10/15/2022`, - ProductID: 136, - ProductName: `IPad`, - UnitPrice: 18760.26, - Quantity: 4, - ExtendedPrice: 75041.04, - Freight: 540.26, - Discontinued: true, - Region: `North East`, - Address: `143 Main Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 70144 - }), - new InvoicesDataItem( - { - ShipName: `Smith Market`, - ShipAddress: `179 Market Street`, - ShipCity: `New York`, - ShipPostalCode: 90174, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1340, - CustomerName: `Martin Smith`, - CustomerFirstName: `Martin`, - CustomerLastName: `Smith`, - CustomerAddress: `179 Market Street, New York, USA, 90174`, - Salesperson: `Martin Madison`, - OrderID: 1491, - OrderDate: `4/19/2022`, - ProductID: 176, - ProductName: `Mac Book Air`, - UnitPrice: 16000.56, - Quantity: 4, - ExtendedPrice: 64002.24, - Freight: 690.56, - Discontinued: false, - Region: `West`, - Address: `179 Market Street`, - City: `New York`, - Country: `USA`, - PostalCode: 90174 - }), - new InvoicesDataItem( - { - ShipName: `Madison Home`, - ShipAddress: `152 Main Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 90077, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1341, - CustomerName: `Mike Madison`, - CustomerFirstName: `Mike`, - CustomerLastName: `Madison`, - CustomerAddress: `152 Main Street, Philadelphia, USA, 90077`, - Salesperson: `James Black`, - OrderID: 1351, - OrderDate: `9/19/2022`, - ProductID: 147, - ProductName: `IPhone`, - UnitPrice: 19810.36, - Quantity: 4, - ExtendedPrice: 79241.44, - Freight: 920.36, - Discontinued: false, - Region: `West`, - Address: `152 Main Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 90077 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Estate`, - ShipAddress: `170 Main Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 60097, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Speedy Express`, - CustomerID: 1342, - CustomerName: `Anna Jefferson`, - CustomerFirstName: `Anna`, - CustomerLastName: `Jefferson`, - CustomerAddress: `170 Main Street, Los Angeles, USA, 60097`, - Salesperson: `Martin Black`, - OrderID: 1619, - OrderDate: `3/13/2022`, - ProductID: 166, - ProductName: `Mac Book Air`, - UnitPrice: 27140.88, - Quantity: 3, - ExtendedPrice: 81422.64, - Freight: 1480.88, - Discontinued: false, - Region: `North East`, - Address: `170 Main Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 60097 - }), - new InvoicesDataItem( - { - ShipName: `Black Townhouse`, - ShipAddress: `198 Wall Street`, - ShipCity: `New York`, - ShipPostalCode: 90077, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Federal Shipping`, - CustomerID: 1343, - CustomerName: `Martin Black`, - CustomerFirstName: `Martin`, - CustomerLastName: `Black`, - CustomerAddress: `198 Wall Street, New York, USA, 90077`, - Salesperson: `James Smith`, - OrderID: 1646, - OrderDate: `9/2/2022`, - ProductID: 122, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 6160.87, - Quantity: 3, - ExtendedPrice: 18482.61, - Freight: 1480.87, - Discontinued: false, - Region: `South East`, - Address: `198 Wall Street`, - City: `New York`, - Country: `USA`, - PostalCode: 90077 - }), - new InvoicesDataItem( - { - ShipName: `Watson Estate`, - ShipAddress: `193 Wall Street`, - ShipCity: `New York`, - ShipPostalCode: 60165, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Speedy Express`, - CustomerID: 1344, - CustomerName: `Ben Watson`, - CustomerFirstName: `Ben`, - CustomerLastName: `Watson`, - CustomerAddress: `193 Wall Street, New York, USA, 60165`, - Salesperson: `Ben Madison`, - OrderID: 1516, - OrderDate: `4/20/2022`, - ProductID: 113, - ProductName: `IPhone`, - UnitPrice: 22310.25, - Quantity: 2, - ExtendedPrice: 44620.5, - Freight: 1740.25, - Discontinued: false, - Region: `North East`, - Address: `193 Wall Street`, - City: `New York`, - Country: `USA`, - PostalCode: 60165 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Market`, - ShipAddress: `108 Wall Street`, - ShipCity: `New York`, - ShipPostalCode: 90123, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Speedy Express`, - CustomerID: 1345, - CustomerName: `James Jackson`, - CustomerFirstName: `James`, - CustomerLastName: `Jackson`, - CustomerAddress: `108 Wall Street, New York, USA, 90123`, - Salesperson: `Mike Madison`, - OrderID: 1356, - OrderDate: `11/2/2022`, - ProductID: 105, - ProductName: `Mac Book Air`, - UnitPrice: 16240.78, - Quantity: 5, - ExtendedPrice: 81203.9, - Freight: 260.78, - Discontinued: false, - Region: `North East`, - Address: `108 Wall Street`, - City: `New York`, - Country: `USA`, - PostalCode: 90123 - }), - new InvoicesDataItem( - { - ShipName: `Black Home`, - ShipAddress: `173 Main Street`, - ShipCity: `Miami`, - ShipPostalCode: 60061, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1346, - CustomerName: `Max Black`, - CustomerFirstName: `Max`, - CustomerLastName: `Black`, - CustomerAddress: `173 Main Street, Miami, USA, 60061`, - Salesperson: `Mike Jefferson`, - OrderID: 1062, - OrderDate: `3/5/2022`, - ProductID: 101, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 25540.71, - Quantity: 5, - ExtendedPrice: 127703.55, - Freight: 2000.71, - Discontinued: false, - Region: `West`, - Address: `173 Main Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 60061 - }), - new InvoicesDataItem( - { - ShipName: `Black Home`, - ShipAddress: `118 Wall Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 60178, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1347, - CustomerName: `Nancy Black`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Black`, - CustomerAddress: `118 Wall Street, Los Angeles, USA, 60178`, - Salesperson: `Max Madison`, - OrderID: 1482, - OrderDate: `8/24/2022`, - ProductID: 105, - ProductName: `IPhone`, - UnitPrice: 17000.6, - Quantity: 4, - ExtendedPrice: 68002.4, - Freight: 1390.6, - Discontinued: false, - Region: `West`, - Address: `118 Wall Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 60178 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Townhouse`, - ShipAddress: `134 Wall Street`, - ShipCity: `New York`, - ShipPostalCode: 60096, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1348, - CustomerName: `Martin Jackson`, - CustomerFirstName: `Martin`, - CustomerLastName: `Jackson`, - CustomerAddress: `134 Wall Street, New York, USA, 60096`, - Salesperson: `Ben Madison`, - OrderID: 1443, - OrderDate: `7/1/2022`, - ProductID: 105, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 12670.46, - Quantity: 2, - ExtendedPrice: 25340.92, - Freight: 1280.46, - Discontinued: false, - Region: `North East`, - Address: `134 Wall Street`, - City: `New York`, - Country: `USA`, - PostalCode: 60096 - }), - new InvoicesDataItem( - { - ShipName: `Black Estate`, - ShipAddress: `125 Market Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 50134, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Speedy Express`, - CustomerID: 1349, - CustomerName: `Ben Black`, - CustomerFirstName: `Ben`, - CustomerLastName: `Black`, - CustomerAddress: `125 Market Street, Philadelphia, USA, 50134`, - Salesperson: `Mike Watson`, - OrderID: 1498, - OrderDate: `1/17/2022`, - ProductID: 194, - ProductName: `IPhone`, - UnitPrice: 23470.22, - Quantity: 3, - ExtendedPrice: 70410.66, - Freight: 1370.22, - Discontinued: true, - Region: `South East`, - Address: `125 Market Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 50134 - }), - new InvoicesDataItem( - { - ShipName: `Madison Home`, - ShipAddress: `145 Market Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 80099, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1350, - CustomerName: `Mike Madison`, - CustomerFirstName: `Mike`, - CustomerLastName: `Madison`, - CustomerAddress: `145 Market Street, Philadelphia, USA, 80099`, - Salesperson: `Nancy Watson`, - OrderID: 1002, - OrderDate: `11/11/2022`, - ProductID: 116, - ProductName: `Mac Book Air`, - UnitPrice: 17060.57, - Quantity: 3, - ExtendedPrice: 51181.71, - Freight: 1800.57, - Discontinued: false, - Region: `West`, - Address: `145 Market Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 80099 - }), - new InvoicesDataItem( - { - ShipName: `Watson Home`, - ShipAddress: `130 Market Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 70052, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Speedy Express`, - CustomerID: 1351, - CustomerName: `Ben Watson`, - CustomerFirstName: `Ben`, - CustomerLastName: `Watson`, - CustomerAddress: `130 Market Street, Philadelphia, USA, 70052`, - Salesperson: `Pamela Watson`, - OrderID: 1144, - OrderDate: `10/15/2022`, - ProductID: 168, - ProductName: `IPhone`, - UnitPrice: 13010.35, - Quantity: 4, - ExtendedPrice: 52041.4, - Freight: 980.35, - Discontinued: false, - Region: `South East`, - Address: `130 Market Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 70052 - }), - new InvoicesDataItem( - { - ShipName: `Black Market`, - ShipAddress: `136 Wall Street`, - ShipCity: `Miami`, - ShipPostalCode: 60165, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1352, - CustomerName: `Nancy Black`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Black`, - CustomerAddress: `136 Wall Street, Miami, USA, 60165`, - Salesperson: `Mike Black`, - OrderID: 1745, - OrderDate: `4/9/2022`, - ProductID: 119, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 7900.53, - Quantity: 4, - ExtendedPrice: 31602.12, - Freight: 1400.53, - Discontinued: false, - Region: `West`, - Address: `136 Wall Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 60165 - }), - new InvoicesDataItem( - { - ShipName: `Madison Townhouse`, - ShipAddress: `190 Wall Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 60176, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1353, - CustomerName: `Pamela Madison`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Madison`, - CustomerAddress: `190 Wall Street, Philadelphia, USA, 60176`, - Salesperson: `Martin Smith`, - OrderID: 1489, - OrderDate: `3/25/2022`, - ProductID: 113, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 23420.42, - Quantity: 4, - ExtendedPrice: 93681.68, - Freight: 1660.42, - Discontinued: false, - Region: `West`, - Address: `190 Wall Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 60176 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Townhouse`, - ShipAddress: `114 Main Street`, - ShipCity: `Huston`, - ShipPostalCode: 50060, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1354, - CustomerName: `Mike Jackson`, - CustomerFirstName: `Mike`, - CustomerLastName: `Jackson`, - CustomerAddress: `114 Main Street, Huston, USA, 50060`, - Salesperson: `Nancy Jackson`, - OrderID: 1302, - OrderDate: `3/21/2022`, - ProductID: 144, - ProductName: `Mac Book Pro`, - UnitPrice: 21240.71, - Quantity: 5, - ExtendedPrice: 106203.55, - Freight: 1000.71, - Discontinued: false, - Region: `North East`, - Address: `114 Main Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 50060 - }), - new InvoicesDataItem( - { - ShipName: `Watson Townhouse`, - ShipAddress: `130 Market Street`, - ShipCity: `Huston`, - ShipPostalCode: 90062, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Speedy Express`, - CustomerID: 1355, - CustomerName: `Max Watson`, - CustomerFirstName: `Max`, - CustomerLastName: `Watson`, - CustomerAddress: `130 Market Street, Huston, USA, 90062`, - Salesperson: `Ben Jackson`, - OrderID: 1901, - OrderDate: `11/5/2022`, - ProductID: 101, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 17170.52, - Quantity: 4, - ExtendedPrice: 68682.08, - Freight: 1600.52, - Discontinued: false, - Region: `South East`, - Address: `130 Market Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 90062 - }), - new InvoicesDataItem( - { - ShipName: `Watson Market`, - ShipAddress: `160 Market Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 50149, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1356, - CustomerName: `Nancy Watson`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Watson`, - CustomerAddress: `160 Market Street, Philadelphia, USA, 50149`, - Salesperson: `Ben Watson`, - OrderID: 1331, - OrderDate: `2/5/2022`, - ProductID: 151, - ProductName: `Mac Book Pro`, - UnitPrice: 17650.73, - Quantity: 4, - ExtendedPrice: 70602.92, - Freight: 1720.73, - Discontinued: false, - Region: `South East`, - Address: `160 Market Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 50149 - }), - new InvoicesDataItem( - { - ShipName: `Black Townhouse`, - ShipAddress: `130 Main Street`, - ShipCity: `New York`, - ShipPostalCode: 50184, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Federal Shipping`, - CustomerID: 1357, - CustomerName: `Anna Black`, - CustomerFirstName: `Anna`, - CustomerLastName: `Black`, - CustomerAddress: `130 Main Street, New York, USA, 50184`, - Salesperson: `Anna Watson`, - OrderID: 1161, - OrderDate: `5/18/2022`, - ProductID: 185, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 12920.84, - Quantity: 3, - ExtendedPrice: 38762.52, - Freight: 780.84, - Discontinued: false, - Region: `South East`, - Address: `130 Main Street`, - City: `New York`, - Country: `USA`, - PostalCode: 50184 - }), - new InvoicesDataItem( - { - ShipName: `Watson Townhouse`, - ShipAddress: `120 Wall Street`, - ShipCity: `New York`, - ShipPostalCode: 90122, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1358, - CustomerName: `Ben Watson`, - CustomerFirstName: `Ben`, - CustomerLastName: `Watson`, - CustomerAddress: `120 Wall Street, New York, USA, 90122`, - Salesperson: `Martin Madison`, - OrderID: 1211, - OrderDate: `11/13/2022`, - ProductID: 136, - ProductName: `IPad`, - UnitPrice: 21380.5, - Quantity: 4, - ExtendedPrice: 85522, - Freight: 1130.5, - Discontinued: false, - Region: `West`, - Address: `120 Wall Street`, - City: `New York`, - Country: `USA`, - PostalCode: 90122 - }), - new InvoicesDataItem( - { - ShipName: `Madison Market`, - ShipAddress: `108 Market Street`, - ShipCity: `New York`, - ShipPostalCode: 80106, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1359, - CustomerName: `Pamela Madison`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Madison`, - CustomerAddress: `108 Market Street, New York, USA, 80106`, - Salesperson: `Anna Watson`, - OrderID: 1010, - OrderDate: `3/15/2022`, - ProductID: 198, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 18060.46, - Quantity: 4, - ExtendedPrice: 72241.84, - Freight: 330.46, - Discontinued: true, - Region: `North East`, - Address: `108 Market Street`, - City: `New York`, - Country: `USA`, - PostalCode: 80106 - }), - new InvoicesDataItem( - { - ShipName: `Black Estate`, - ShipAddress: `114 Market Street`, - ShipCity: `Miami`, - ShipPostalCode: 70117, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1360, - CustomerName: `Nancy Black`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Black`, - CustomerAddress: `114 Market Street, Miami, USA, 70117`, - Salesperson: `James Smith`, - OrderID: 1001, - OrderDate: `2/24/2022`, - ProductID: 121, - ProductName: `Mac Book Pro`, - UnitPrice: 22020.55, - Quantity: 5, - ExtendedPrice: 110102.75, - Freight: 1970.55, - Discontinued: false, - Region: `West`, - Address: `114 Market Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 70117 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Home`, - ShipAddress: `134 Main Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 50108, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1361, - CustomerName: `Nancy Jackson`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Jackson`, - CustomerAddress: `134 Main Street, Philadelphia, USA, 50108`, - Salesperson: `Max Jefferson`, - OrderID: 1871, - OrderDate: `3/1/2022`, - ProductID: 114, - ProductName: `Mac Book Air`, - UnitPrice: 13010.27, - Quantity: 5, - ExtendedPrice: 65051.35, - Freight: 1490.27, - Discontinued: false, - Region: `North East`, - Address: `134 Main Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 50108 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Townhouse`, - ShipAddress: `138 Market Street`, - ShipCity: `Huston`, - ShipPostalCode: 90082, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Federal Shipping`, - CustomerID: 1362, - CustomerName: `Mike Jefferson`, - CustomerFirstName: `Mike`, - CustomerLastName: `Jefferson`, - CustomerAddress: `138 Market Street, Huston, USA, 90082`, - Salesperson: `Ben Watson`, - OrderID: 1175, - OrderDate: `4/11/2022`, - ProductID: 159, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 17660.27, - Quantity: 5, - ExtendedPrice: 88301.35, - Freight: 1770.27, - Discontinued: false, - Region: `South East`, - Address: `138 Market Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 90082 - }), - new InvoicesDataItem( - { - ShipName: `Madison Market`, - ShipAddress: `131 Main Street`, - ShipCity: `Miami`, - ShipPostalCode: 90189, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1363, - CustomerName: `James Madison`, - CustomerFirstName: `James`, - CustomerLastName: `Madison`, - CustomerAddress: `131 Main Street, Miami, USA, 90189`, - Salesperson: `Nancy Madison`, - OrderID: 1072, - OrderDate: `2/14/2022`, - ProductID: 169, - ProductName: `Mac Book Air`, - UnitPrice: 24150.8, - Quantity: 4, - ExtendedPrice: 96603.2, - Freight: 1040.8, - Discontinued: false, - Region: `South East`, - Address: `131 Main Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 90189 - }), - new InvoicesDataItem( - { - ShipName: `Watson Townhouse`, - ShipAddress: `133 Wall Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 90077, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1364, - CustomerName: `Martin Watson`, - CustomerFirstName: `Martin`, - CustomerLastName: `Watson`, - CustomerAddress: `133 Wall Street, Philadelphia, USA, 90077`, - Salesperson: `Pamela Jackson`, - OrderID: 1971, - OrderDate: `10/16/2022`, - ProductID: 108, - ProductName: `Samsung Note`, - UnitPrice: 18520.3, - Quantity: 2, - ExtendedPrice: 37040.6, - Freight: 300.3, - Discontinued: false, - Region: `North East`, - Address: `133 Wall Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 90077 - }), - new InvoicesDataItem( - { - ShipName: `Smith Estate`, - ShipAddress: `128 Market Street`, - ShipCity: `Huston`, - ShipPostalCode: 90109, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Federal Shipping`, - CustomerID: 1365, - CustomerName: `Pamela Smith`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Smith`, - CustomerAddress: `128 Market Street, Huston, USA, 90109`, - Salesperson: `Nancy Jackson`, - OrderID: 1024, - OrderDate: `12/21/2022`, - ProductID: 188, - ProductName: `Samsung Note`, - UnitPrice: 10040.29, - Quantity: 4, - ExtendedPrice: 40161.16, - Freight: 1900.29, - Discontinued: false, - Region: `South East`, - Address: `128 Market Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 90109 - }), - new InvoicesDataItem( - { - ShipName: `Black Estate`, - ShipAddress: `154 Market Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 80119, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Federal Shipping`, - CustomerID: 1366, - CustomerName: `Nancy Black`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Black`, - CustomerAddress: `154 Market Street, Philadelphia, USA, 80119`, - Salesperson: `Nancy Jackson`, - OrderID: 1537, - OrderDate: `6/24/2022`, - ProductID: 161, - ProductName: `IPhone`, - UnitPrice: 20110.8, - Quantity: 5, - ExtendedPrice: 100554, - Freight: 1990.8, - Discontinued: false, - Region: `South East`, - Address: `154 Market Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 80119 - }), - new InvoicesDataItem( - { - ShipName: `Madison Townhouse`, - ShipAddress: `156 Main Street`, - ShipCity: `Miami`, - ShipPostalCode: 50128, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1367, - CustomerName: `Ben Madison`, - CustomerFirstName: `Ben`, - CustomerLastName: `Madison`, - CustomerAddress: `156 Main Street, Miami, USA, 50128`, - Salesperson: `Nancy Smith`, - OrderID: 1289, - OrderDate: `7/2/2022`, - ProductID: 125, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 18320.56, - Quantity: 3, - ExtendedPrice: 54961.68, - Freight: 890.56, - Discontinued: false, - Region: `South East`, - Address: `156 Main Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 50128 - }), - new InvoicesDataItem( - { - ShipName: `Madison Home`, - ShipAddress: `130 Main Street`, - ShipCity: `Miami`, - ShipPostalCode: 60146, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1368, - CustomerName: `James Madison`, - CustomerFirstName: `James`, - CustomerLastName: `Madison`, - CustomerAddress: `130 Main Street, Miami, USA, 60146`, - Salesperson: `Nancy Jackson`, - OrderID: 1451, - OrderDate: `12/4/2022`, - ProductID: 140, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 6030.21, - Quantity: 4, - ExtendedPrice: 24120.84, - Freight: 1930.21, - Discontinued: false, - Region: `North East`, - Address: `130 Main Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 60146 - }), - new InvoicesDataItem( - { - ShipName: `Watson Market`, - ShipAddress: `159 Wall Street`, - ShipCity: `New York`, - ShipPostalCode: 70158, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Speedy Express`, - CustomerID: 1369, - CustomerName: `Nancy Watson`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Watson`, - CustomerAddress: `159 Wall Street, New York, USA, 70158`, - Salesperson: `Max Jefferson`, - OrderID: 1056, - OrderDate: `1/10/2022`, - ProductID: 151, - ProductName: `Mac Book Pro`, - UnitPrice: 27710.33, - Quantity: 3, - ExtendedPrice: 83130.99, - Freight: 300.33, - Discontinued: true, - Region: `South East`, - Address: `159 Wall Street`, - City: `New York`, - Country: `USA`, - PostalCode: 70158 - }), - new InvoicesDataItem( - { - ShipName: `Smith Townhouse`, - ShipAddress: `189 Wall Street`, - ShipCity: `New York`, - ShipPostalCode: 90186, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1370, - CustomerName: `Pamela Smith`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Smith`, - CustomerAddress: `189 Wall Street, New York, USA, 90186`, - Salesperson: `Anna Jefferson`, - OrderID: 1611, - OrderDate: `9/14/2022`, - ProductID: 180, - ProductName: `IPhone`, - UnitPrice: 15940.65, - Quantity: 4, - ExtendedPrice: 63762.6, - Freight: 1210.65, - Discontinued: false, - Region: `North East`, - Address: `189 Wall Street`, - City: `New York`, - Country: `USA`, - PostalCode: 90186 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Estate`, - ShipAddress: `190 Wall Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 50065, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1371, - CustomerName: `Mike Jefferson`, - CustomerFirstName: `Mike`, - CustomerLastName: `Jefferson`, - CustomerAddress: `190 Wall Street, Philadelphia, USA, 50065`, - Salesperson: `Martin Watson`, - OrderID: 1731, - OrderDate: `2/7/2022`, - ProductID: 103, - ProductName: `Mac Book Pro`, - UnitPrice: 21560.2, - Quantity: 4, - ExtendedPrice: 86240.8, - Freight: 1880.2, - Discontinued: false, - Region: `South East`, - Address: `190 Wall Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 50065 - }), - new InvoicesDataItem( - { - ShipName: `Smith Home`, - ShipAddress: `127 Market Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 80182, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1372, - CustomerName: `Pamela Smith`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Smith`, - CustomerAddress: `127 Market Street, Los Angeles, USA, 80182`, - Salesperson: `Ben Jefferson`, - OrderID: 1156, - OrderDate: `7/16/2022`, - ProductID: 132, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 15440.77, - Quantity: 5, - ExtendedPrice: 77203.85, - Freight: 1730.77, - Discontinued: false, - Region: `West`, - Address: `127 Market Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 80182 - }), - new InvoicesDataItem( - { - ShipName: `Madison Estate`, - ShipAddress: `150 Market Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 50154, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1373, - CustomerName: `Ben Madison`, - CustomerFirstName: `Ben`, - CustomerLastName: `Madison`, - CustomerAddress: `150 Market Street, Philadelphia, USA, 50154`, - Salesperson: `Max Jackson`, - OrderID: 1592, - OrderDate: `12/25/2022`, - ProductID: 109, - ProductName: `Mac Book Air`, - UnitPrice: 25510.57, - Quantity: 2, - ExtendedPrice: 51021.14, - Freight: 1350.57, - Discontinued: false, - Region: `North East`, - Address: `150 Market Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 50154 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Estate`, - ShipAddress: `163 Market Street`, - ShipCity: `Miami`, - ShipPostalCode: 50149, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Speedy Express`, - CustomerID: 1374, - CustomerName: `Max Jackson`, - CustomerFirstName: `Max`, - CustomerLastName: `Jackson`, - CustomerAddress: `163 Market Street, Miami, USA, 50149`, - Salesperson: `James Smith`, - OrderID: 1504, - OrderDate: `10/7/2022`, - ProductID: 197, - ProductName: `Mac Book Pro`, - UnitPrice: 23590.87, - Quantity: 5, - ExtendedPrice: 117954.35, - Freight: 460.87, - Discontinued: false, - Region: `South East`, - Address: `163 Market Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 50149 - }), - new InvoicesDataItem( - { - ShipName: `Smith Townhouse`, - ShipAddress: `114 Wall Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 90131, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Federal Shipping`, - CustomerID: 1375, - CustomerName: `Pamela Smith`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Smith`, - CustomerAddress: `114 Wall Street, Philadelphia, USA, 90131`, - Salesperson: `Nancy Jefferson`, - OrderID: 1121, - OrderDate: `11/25/2022`, - ProductID: 148, - ProductName: `Samsung Note`, - UnitPrice: 13030.29, - Quantity: 2, - ExtendedPrice: 26060.58, - Freight: 1140.29, - Discontinued: false, - Region: `South East`, - Address: `114 Wall Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 90131 - }), - new InvoicesDataItem( - { - ShipName: `Black Townhouse`, - ShipAddress: `167 Market Street`, - ShipCity: `Huston`, - ShipPostalCode: 50058, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1376, - CustomerName: `Nancy Black`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Black`, - CustomerAddress: `167 Market Street, Huston, USA, 50058`, - Salesperson: `Martin Black`, - OrderID: 1455, - OrderDate: `8/6/2022`, - ProductID: 196, - ProductName: `IPhone`, - UnitPrice: 13870.29, - Quantity: 5, - ExtendedPrice: 69351.45, - Freight: 1080.29, - Discontinued: false, - Region: `West`, - Address: `167 Market Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 50058 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Townhouse`, - ShipAddress: `181 Market Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 80062, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1377, - CustomerName: `Anna Jackson`, - CustomerFirstName: `Anna`, - CustomerLastName: `Jackson`, - CustomerAddress: `181 Market Street, Los Angeles, USA, 80062`, - Salesperson: `Anna Black`, - OrderID: 1320, - OrderDate: `1/15/2022`, - ProductID: 109, - ProductName: `Mac Book Pro`, - UnitPrice: 10990.65, - Quantity: 3, - ExtendedPrice: 32971.95, - Freight: 310.65, - Discontinued: false, - Region: `North East`, - Address: `181 Market Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 80062 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Market`, - ShipAddress: `113 Wall Street`, - ShipCity: `Miami`, - ShipPostalCode: 80140, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Federal Shipping`, - CustomerID: 1378, - CustomerName: `Pamela Jackson`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Jackson`, - CustomerAddress: `113 Wall Street, Miami, USA, 80140`, - Salesperson: `Anna Jackson`, - OrderID: 1936, - OrderDate: `12/2/2022`, - ProductID: 171, - ProductName: `IPhone`, - UnitPrice: 9550.78, - Quantity: 4, - ExtendedPrice: 38203.12, - Freight: 1380.78, - Discontinued: false, - Region: `South East`, - Address: `113 Wall Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 80140 - }), - new InvoicesDataItem( - { - ShipName: `Madison Estate`, - ShipAddress: `188 Wall Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 80072, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Federal Shipping`, - CustomerID: 1379, - CustomerName: `Anna Madison`, - CustomerFirstName: `Anna`, - CustomerLastName: `Madison`, - CustomerAddress: `188 Wall Street, Los Angeles, USA, 80072`, - Salesperson: `Nancy Watson`, - OrderID: 1767, - OrderDate: `10/23/2022`, - ProductID: 130, - ProductName: `IPhone`, - UnitPrice: 21500.21, - Quantity: 2, - ExtendedPrice: 43000.42, - Freight: 1680.21, - Discontinued: true, - Region: `South East`, - Address: `188 Wall Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 80072 - }), - new InvoicesDataItem( - { - ShipName: `Madison Home`, - ShipAddress: `177 Market Street`, - ShipCity: `Huston`, - ShipPostalCode: 80160, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1380, - CustomerName: `Anna Madison`, - CustomerFirstName: `Anna`, - CustomerLastName: `Madison`, - CustomerAddress: `177 Market Street, Huston, USA, 80160`, - Salesperson: `Max Jackson`, - OrderID: 1118, - OrderDate: `6/2/2022`, - ProductID: 111, - ProductName: `Mac Book Air`, - UnitPrice: 20100.73, - Quantity: 4, - ExtendedPrice: 80402.92, - Freight: 540.73, - Discontinued: false, - Region: `West`, - Address: `177 Market Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 80160 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Townhouse`, - ShipAddress: `139 Wall Street`, - ShipCity: `Miami`, - ShipPostalCode: 80074, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1381, - CustomerName: `Mike Jefferson`, - CustomerFirstName: `Mike`, - CustomerLastName: `Jefferson`, - CustomerAddress: `139 Wall Street, Miami, USA, 80074`, - Salesperson: `Nancy Madison`, - OrderID: 1269, - OrderDate: `6/12/2022`, - ProductID: 192, - ProductName: `Mac Book Air`, - UnitPrice: 17200.34, - Quantity: 4, - ExtendedPrice: 68801.36, - Freight: 1280.34, - Discontinued: false, - Region: `North East`, - Address: `139 Wall Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 80074 - }), - new InvoicesDataItem( - { - ShipName: `Madison Home`, - ShipAddress: `115 Wall Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 90081, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1382, - CustomerName: `Pamela Madison`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Madison`, - CustomerAddress: `115 Wall Street, Los Angeles, USA, 90081`, - Salesperson: `James Jackson`, - OrderID: 1587, - OrderDate: `4/9/2022`, - ProductID: 187, - ProductName: `Samsung Note`, - UnitPrice: 24670.86, - Quantity: 2, - ExtendedPrice: 49341.72, - Freight: 1360.86, - Discontinued: false, - Region: `North East`, - Address: `115 Wall Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 90081 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Estate`, - ShipAddress: `130 Wall Street`, - ShipCity: `Miami`, - ShipPostalCode: 50175, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1383, - CustomerName: `Anna Jefferson`, - CustomerFirstName: `Anna`, - CustomerLastName: `Jefferson`, - CustomerAddress: `130 Wall Street, Miami, USA, 50175`, - Salesperson: `Mike Smith`, - OrderID: 1632, - OrderDate: `3/3/2022`, - ProductID: 197, - ProductName: `IPad`, - UnitPrice: 9780.24, - Quantity: 3, - ExtendedPrice: 29340.72, - Freight: 1420.24, - Discontinued: false, - Region: `West`, - Address: `130 Wall Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 50175 - }), - new InvoicesDataItem( - { - ShipName: `Black Estate`, - ShipAddress: `110 Main Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 90171, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1384, - CustomerName: `Max Black`, - CustomerFirstName: `Max`, - CustomerLastName: `Black`, - CustomerAddress: `110 Main Street, Philadelphia, USA, 90171`, - Salesperson: `Max Jefferson`, - OrderID: 1400, - OrderDate: `6/24/2022`, - ProductID: 123, - ProductName: `IPhone`, - UnitPrice: 12010.77, - Quantity: 2, - ExtendedPrice: 24021.54, - Freight: 560.77, - Discontinued: false, - Region: `North East`, - Address: `110 Main Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 90171 - }), - new InvoicesDataItem( - { - ShipName: `Black Market`, - ShipAddress: `111 Market Street`, - ShipCity: `Huston`, - ShipPostalCode: 80086, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1385, - CustomerName: `Mike Black`, - CustomerFirstName: `Mike`, - CustomerLastName: `Black`, - CustomerAddress: `111 Market Street, Huston, USA, 80086`, - Salesperson: `Ben Watson`, - OrderID: 1040, - OrderDate: `8/25/2022`, - ProductID: 192, - ProductName: `Samsung Note`, - UnitPrice: 27920.64, - Quantity: 5, - ExtendedPrice: 139603.2, - Freight: 250.64, - Discontinued: false, - Region: `South East`, - Address: `111 Market Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 80086 - }), - new InvoicesDataItem( - { - ShipName: `Black Townhouse`, - ShipAddress: `132 Wall Street`, - ShipCity: `Huston`, - ShipPostalCode: 60121, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Speedy Express`, - CustomerID: 1386, - CustomerName: `Mike Black`, - CustomerFirstName: `Mike`, - CustomerLastName: `Black`, - CustomerAddress: `132 Wall Street, Huston, USA, 60121`, - Salesperson: `Anna Watson`, - OrderID: 1445, - OrderDate: `6/12/2022`, - ProductID: 139, - ProductName: `IPhone`, - UnitPrice: 17460.46, - Quantity: 3, - ExtendedPrice: 52381.38, - Freight: 1060.46, - Discontinued: false, - Region: `South East`, - Address: `132 Wall Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 60121 - }), - new InvoicesDataItem( - { - ShipName: `Smith Townhouse`, - ShipAddress: `150 Main Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 60127, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1387, - CustomerName: `Ben Smith`, - CustomerFirstName: `Ben`, - CustomerLastName: `Smith`, - CustomerAddress: `150 Main Street, Philadelphia, USA, 60127`, - Salesperson: `Max Smith`, - OrderID: 1803, - OrderDate: `4/15/2022`, - ProductID: 172, - ProductName: `Mac Book Air`, - UnitPrice: 17820.62, - Quantity: 4, - ExtendedPrice: 71282.48, - Freight: 1150.62, - Discontinued: false, - Region: `West`, - Address: `150 Main Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 60127 - }), - new InvoicesDataItem( - { - ShipName: `Watson Estate`, - ShipAddress: `173 Market Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 50160, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1388, - CustomerName: `Anna Watson`, - CustomerFirstName: `Anna`, - CustomerLastName: `Watson`, - CustomerAddress: `173 Market Street, Philadelphia, USA, 50160`, - Salesperson: `Nancy Jefferson`, - OrderID: 1719, - OrderDate: `4/23/2022`, - ProductID: 134, - ProductName: `IPhone`, - UnitPrice: 22780.47, - Quantity: 3, - ExtendedPrice: 68341.41, - Freight: 500.47, - Discontinued: false, - Region: `West`, - Address: `173 Market Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 50160 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Townhouse`, - ShipAddress: `120 Wall Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 60064, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1389, - CustomerName: `Max Jefferson`, - CustomerFirstName: `Max`, - CustomerLastName: `Jefferson`, - CustomerAddress: `120 Wall Street, Philadelphia, USA, 60064`, - Salesperson: `Martin Jefferson`, - OrderID: 1706, - OrderDate: `5/15/2022`, - ProductID: 151, - ProductName: `Samsung Note`, - UnitPrice: 16430.61, - Quantity: 3, - ExtendedPrice: 49291.83, - Freight: 1650.61, - Discontinued: true, - Region: `West`, - Address: `120 Wall Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 60064 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Market`, - ShipAddress: `109 Main Street`, - ShipCity: `Huston`, - ShipPostalCode: 70200, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Speedy Express`, - CustomerID: 1390, - CustomerName: `Ben Jackson`, - CustomerFirstName: `Ben`, - CustomerLastName: `Jackson`, - CustomerAddress: `109 Main Street, Huston, USA, 70200`, - Salesperson: `James Watson`, - OrderID: 1318, - OrderDate: `6/10/2022`, - ProductID: 163, - ProductName: `IPad`, - UnitPrice: 26710.76, - Quantity: 4, - ExtendedPrice: 106843.04, - Freight: 330.76, - Discontinued: false, - Region: `South East`, - Address: `109 Main Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 70200 - }), - new InvoicesDataItem( - { - ShipName: `Madison Townhouse`, - ShipAddress: `161 Main Street`, - ShipCity: `Huston`, - ShipPostalCode: 60159, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1391, - CustomerName: `Mike Madison`, - CustomerFirstName: `Mike`, - CustomerLastName: `Madison`, - CustomerAddress: `161 Main Street, Huston, USA, 60159`, - Salesperson: `Ben Smith`, - OrderID: 1322, - OrderDate: `6/3/2022`, - ProductID: 170, - ProductName: `IPad`, - UnitPrice: 18660.7, - Quantity: 4, - ExtendedPrice: 74642.8, - Freight: 1480.7, - Discontinued: false, - Region: `North East`, - Address: `161 Main Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 60159 - }), - new InvoicesDataItem( - { - ShipName: `Watson Estate`, - ShipAddress: `194 Main Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 60148, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1392, - CustomerName: `Ben Watson`, - CustomerFirstName: `Ben`, - CustomerLastName: `Watson`, - CustomerAddress: `194 Main Street, Los Angeles, USA, 60148`, - Salesperson: `Pamela Black`, - OrderID: 1664, - OrderDate: `9/11/2022`, - ProductID: 131, - ProductName: `Mac Book Pro`, - UnitPrice: 16990.84, - Quantity: 5, - ExtendedPrice: 84954.2, - Freight: 1870.84, - Discontinued: false, - Region: `West`, - Address: `194 Main Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 60148 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Estate`, - ShipAddress: `191 Main Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 60148, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1393, - CustomerName: `James Jefferson`, - CustomerFirstName: `James`, - CustomerLastName: `Jefferson`, - CustomerAddress: `191 Main Street, Los Angeles, USA, 60148`, - Salesperson: `Martin Jackson`, - OrderID: 1995, - OrderDate: `7/3/2022`, - ProductID: 107, - ProductName: `Mac Book Pro`, - UnitPrice: 18490.66, - Quantity: 2, - ExtendedPrice: 36981.32, - Freight: 690.66, - Discontinued: false, - Region: `West`, - Address: `191 Main Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 60148 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Estate`, - ShipAddress: `129 Wall Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 80148, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1394, - CustomerName: `Martin Jefferson`, - CustomerFirstName: `Martin`, - CustomerLastName: `Jefferson`, - CustomerAddress: `129 Wall Street, Philadelphia, USA, 80148`, - Salesperson: `Ben Jefferson`, - OrderID: 1344, - OrderDate: `10/13/2022`, - ProductID: 168, - ProductName: `IPhone`, - UnitPrice: 5870.82, - Quantity: 5, - ExtendedPrice: 29354.1, - Freight: 400.82, - Discontinued: false, - Region: `West`, - Address: `129 Wall Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 80148 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Estate`, - ShipAddress: `148 Market Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 70084, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Speedy Express`, - CustomerID: 1395, - CustomerName: `Anna Jefferson`, - CustomerFirstName: `Anna`, - CustomerLastName: `Jefferson`, - CustomerAddress: `148 Market Street, Philadelphia, USA, 70084`, - Salesperson: `Martin Smith`, - OrderID: 1602, - OrderDate: `3/2/2022`, - ProductID: 153, - ProductName: `Samsung Note`, - UnitPrice: 8490.68, - Quantity: 3, - ExtendedPrice: 25472.04, - Freight: 1650.68, - Discontinued: false, - Region: `North East`, - Address: `148 Market Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 70084 - }), - new InvoicesDataItem( - { - ShipName: `Black Home`, - ShipAddress: `152 Wall Street`, - ShipCity: `Miami`, - ShipPostalCode: 90101, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1396, - CustomerName: `Max Black`, - CustomerFirstName: `Max`, - CustomerLastName: `Black`, - CustomerAddress: `152 Wall Street, Miami, USA, 90101`, - Salesperson: `Ben Black`, - OrderID: 1059, - OrderDate: `4/12/2022`, - ProductID: 164, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 12460.5, - Quantity: 3, - ExtendedPrice: 37381.5, - Freight: 280.5, - Discontinued: false, - Region: `North East`, - Address: `152 Wall Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 90101 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Estate`, - ShipAddress: `147 Market Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 50200, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1397, - CustomerName: `Nancy Jackson`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Jackson`, - CustomerAddress: `147 Market Street, Philadelphia, USA, 50200`, - Salesperson: `Nancy Watson`, - OrderID: 1159, - OrderDate: `5/12/2022`, - ProductID: 136, - ProductName: `IPhone`, - UnitPrice: 20790.46, - Quantity: 4, - ExtendedPrice: 83161.84, - Freight: 780.46, - Discontinued: false, - Region: `North East`, - Address: `147 Market Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 50200 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Estate`, - ShipAddress: `106 Main Street`, - ShipCity: `Miami`, - ShipPostalCode: 60064, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1398, - CustomerName: `Max Jackson`, - CustomerFirstName: `Max`, - CustomerLastName: `Jackson`, - CustomerAddress: `106 Main Street, Miami, USA, 60064`, - Salesperson: `Nancy Watson`, - OrderID: 1646, - OrderDate: `2/13/2022`, - ProductID: 143, - ProductName: `IPad`, - UnitPrice: 19180.29, - Quantity: 4, - ExtendedPrice: 76721.16, - Freight: 1760.29, - Discontinued: false, - Region: `North East`, - Address: `106 Main Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 60064 - }), - new InvoicesDataItem( - { - ShipName: `Black Estate`, - ShipAddress: `112 Main Street`, - ShipCity: `Miami`, - ShipPostalCode: 90118, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1399, - CustomerName: `Nancy Black`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Black`, - CustomerAddress: `112 Main Street, Miami, USA, 90118`, - Salesperson: `Martin Black`, - OrderID: 1205, - OrderDate: `9/24/2022`, - ProductID: 109, - ProductName: `IPad`, - UnitPrice: 25950.86, - Quantity: 4, - ExtendedPrice: 103803.44, - Freight: 1780.86, - Discontinued: true, - Region: `North East`, - Address: `112 Main Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 90118 - }), - new InvoicesDataItem( - { - ShipName: `Watson Market`, - ShipAddress: `135 Main Street`, - ShipCity: `Huston`, - ShipPostalCode: 80177, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1400, - CustomerName: `Mike Watson`, - CustomerFirstName: `Mike`, - CustomerLastName: `Watson`, - CustomerAddress: `135 Main Street, Huston, USA, 80177`, - Salesperson: `Max Madison`, - OrderID: 1619, - OrderDate: `7/15/2022`, - ProductID: 174, - ProductName: `Mac Book Pro`, - UnitPrice: 24890.31, - Quantity: 2, - ExtendedPrice: 49780.62, - Freight: 1540.31, - Discontinued: false, - Region: `West`, - Address: `135 Main Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 80177 - }), - new InvoicesDataItem( - { - ShipName: `Smith Home`, - ShipAddress: `156 Main Street`, - ShipCity: `Miami`, - ShipPostalCode: 70110, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Speedy Express`, - CustomerID: 1401, - CustomerName: `Max Smith`, - CustomerFirstName: `Max`, - CustomerLastName: `Smith`, - CustomerAddress: `156 Main Street, Miami, USA, 70110`, - Salesperson: `Anna Watson`, - OrderID: 1160, - OrderDate: `10/21/2022`, - ProductID: 127, - ProductName: `IPad`, - UnitPrice: 18400.21, - Quantity: 3, - ExtendedPrice: 55200.63, - Freight: 580.21, - Discontinued: false, - Region: `South East`, - Address: `156 Main Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 70110 - }), - new InvoicesDataItem( - { - ShipName: `Watson Home`, - ShipAddress: `124 Wall Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 90077, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1402, - CustomerName: `Max Watson`, - CustomerFirstName: `Max`, - CustomerLastName: `Watson`, - CustomerAddress: `124 Wall Street, Los Angeles, USA, 90077`, - Salesperson: `Ben Jefferson`, - OrderID: 1017, - OrderDate: `7/21/2022`, - ProductID: 160, - ProductName: `Samsung Note`, - UnitPrice: 15430.8, - Quantity: 5, - ExtendedPrice: 77154, - Freight: 1660.8, - Discontinued: false, - Region: `North East`, - Address: `124 Wall Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 90077 - }), - new InvoicesDataItem( - { - ShipName: `Black Townhouse`, - ShipAddress: `144 Market Street`, - ShipCity: `New York`, - ShipPostalCode: 50110, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1403, - CustomerName: `Anna Black`, - CustomerFirstName: `Anna`, - CustomerLastName: `Black`, - CustomerAddress: `144 Market Street, New York, USA, 50110`, - Salesperson: `James Jefferson`, - OrderID: 1990, - OrderDate: `5/17/2022`, - ProductID: 112, - ProductName: `IPhone`, - UnitPrice: 20040.37, - Quantity: 3, - ExtendedPrice: 60121.11, - Freight: 1710.37, - Discontinued: false, - Region: `South East`, - Address: `144 Market Street`, - City: `New York`, - Country: `USA`, - PostalCode: 50110 - }), - new InvoicesDataItem( - { - ShipName: `Smith Market`, - ShipAddress: `105 Main Street`, - ShipCity: `Miami`, - ShipPostalCode: 80117, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1404, - CustomerName: `James Smith`, - CustomerFirstName: `James`, - CustomerLastName: `Smith`, - CustomerAddress: `105 Main Street, Miami, USA, 80117`, - Salesperson: `Max Watson`, - OrderID: 1002, - OrderDate: `10/25/2022`, - ProductID: 119, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 28760.88, - Quantity: 5, - ExtendedPrice: 143804.4, - Freight: 1220.88, - Discontinued: false, - Region: `West`, - Address: `105 Main Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 80117 - }), - new InvoicesDataItem( - { - ShipName: `Madison Home`, - ShipAddress: `142 Main Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 90124, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1405, - CustomerName: `Anna Madison`, - CustomerFirstName: `Anna`, - CustomerLastName: `Madison`, - CustomerAddress: `142 Main Street, Los Angeles, USA, 90124`, - Salesperson: `James Madison`, - OrderID: 1433, - OrderDate: `7/22/2022`, - ProductID: 158, - ProductName: `Mac Book Pro`, - UnitPrice: 17750.64, - Quantity: 5, - ExtendedPrice: 88753.2, - Freight: 1300.64, - Discontinued: false, - Region: `West`, - Address: `142 Main Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 90124 - }), - new InvoicesDataItem( - { - ShipName: `Watson Townhouse`, - ShipAddress: `141 Market Street`, - ShipCity: `Huston`, - ShipPostalCode: 50115, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Speedy Express`, - CustomerID: 1406, - CustomerName: `Max Watson`, - CustomerFirstName: `Max`, - CustomerLastName: `Watson`, - CustomerAddress: `141 Market Street, Huston, USA, 50115`, - Salesperson: `Anna Watson`, - OrderID: 1195, - OrderDate: `8/12/2022`, - ProductID: 124, - ProductName: `Mac Book Pro`, - UnitPrice: 22040.48, - Quantity: 2, - ExtendedPrice: 44080.96, - Freight: 1260.48, - Discontinued: false, - Region: `North East`, - Address: `141 Market Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 50115 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Estate`, - ShipAddress: `145 Main Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 70160, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1407, - CustomerName: `Mike Jefferson`, - CustomerFirstName: `Mike`, - CustomerLastName: `Jefferson`, - CustomerAddress: `145 Main Street, Los Angeles, USA, 70160`, - Salesperson: `Max Watson`, - OrderID: 1486, - OrderDate: `1/13/2022`, - ProductID: 103, - ProductName: `Mac Book Air`, - UnitPrice: 29480.67, - Quantity: 3, - ExtendedPrice: 88442.01, - Freight: 1810.67, - Discontinued: false, - Region: `North East`, - Address: `145 Main Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 70160 - }), - new InvoicesDataItem( - { - ShipName: `Black Market`, - ShipAddress: `106 Main Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 80149, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1408, - CustomerName: `Ben Black`, - CustomerFirstName: `Ben`, - CustomerLastName: `Black`, - CustomerAddress: `106 Main Street, Los Angeles, USA, 80149`, - Salesperson: `James Smith`, - OrderID: 1646, - OrderDate: `9/4/2022`, - ProductID: 191, - ProductName: `Mac Book Pro`, - UnitPrice: 5890.71, - Quantity: 5, - ExtendedPrice: 29453.55, - Freight: 670.71, - Discontinued: false, - Region: `North East`, - Address: `106 Main Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 80149 - }), - new InvoicesDataItem( - { - ShipName: `Madison Estate`, - ShipAddress: `171 Market Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 60182, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1409, - CustomerName: `Anna Madison`, - CustomerFirstName: `Anna`, - CustomerLastName: `Madison`, - CustomerAddress: `171 Market Street, Los Angeles, USA, 60182`, - Salesperson: `James Smith`, - OrderID: 1839, - OrderDate: `12/12/2022`, - ProductID: 120, - ProductName: `IPhone`, - UnitPrice: 17510.64, - Quantity: 5, - ExtendedPrice: 87553.2, - Freight: 1150.64, - Discontinued: true, - Region: `West`, - Address: `171 Market Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 60182 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Home`, - ShipAddress: `195 Market Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 60122, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1410, - CustomerName: `Ben Jefferson`, - CustomerFirstName: `Ben`, - CustomerLastName: `Jefferson`, - CustomerAddress: `195 Market Street, Los Angeles, USA, 60122`, - Salesperson: `Martin Madison`, - OrderID: 1925, - OrderDate: `1/22/2022`, - ProductID: 164, - ProductName: `Mac Book Pro`, - UnitPrice: 12920.58, - Quantity: 2, - ExtendedPrice: 25841.16, - Freight: 690.58, - Discontinued: false, - Region: `West`, - Address: `195 Market Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 60122 - }), - new InvoicesDataItem( - { - ShipName: `Black Home`, - ShipAddress: `137 Wall Street`, - ShipCity: `Miami`, - ShipPostalCode: 70152, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Speedy Express`, - CustomerID: 1411, - CustomerName: `James Black`, - CustomerFirstName: `James`, - CustomerLastName: `Black`, - CustomerAddress: `137 Wall Street, Miami, USA, 70152`, - Salesperson: `Anna Jackson`, - OrderID: 1055, - OrderDate: `12/9/2022`, - ProductID: 198, - ProductName: `IPad`, - UnitPrice: 9640.43, - Quantity: 4, - ExtendedPrice: 38561.72, - Freight: 1930.43, - Discontinued: false, - Region: `North East`, - Address: `137 Wall Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 70152 - }), - new InvoicesDataItem( - { - ShipName: `Smith Estate`, - ShipAddress: `129 Wall Street`, - ShipCity: `Miami`, - ShipPostalCode: 50177, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1412, - CustomerName: `Anna Smith`, - CustomerFirstName: `Anna`, - CustomerLastName: `Smith`, - CustomerAddress: `129 Wall Street, Miami, USA, 50177`, - Salesperson: `Martin Smith`, - OrderID: 1845, - OrderDate: `10/21/2022`, - ProductID: 142, - ProductName: `IPad`, - UnitPrice: 16040.31, - Quantity: 3, - ExtendedPrice: 48120.93, - Freight: 1050.31, - Discontinued: false, - Region: `West`, - Address: `129 Wall Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 50177 - }), - new InvoicesDataItem( - { - ShipName: `Black Estate`, - ShipAddress: `174 Main Street`, - ShipCity: `Huston`, - ShipPostalCode: 90080, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1413, - CustomerName: `Mike Black`, - CustomerFirstName: `Mike`, - CustomerLastName: `Black`, - CustomerAddress: `174 Main Street, Huston, USA, 90080`, - Salesperson: `Nancy Jefferson`, - OrderID: 1560, - OrderDate: `6/23/2022`, - ProductID: 110, - ProductName: `Mac Book Pro`, - UnitPrice: 25850.87, - Quantity: 4, - ExtendedPrice: 103403.48, - Freight: 940.87, - Discontinued: false, - Region: `West`, - Address: `174 Main Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 90080 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Market`, - ShipAddress: `139 Market Street`, - ShipCity: `New York`, - ShipPostalCode: 60178, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1414, - CustomerName: `Nancy Jackson`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Jackson`, - CustomerAddress: `139 Market Street, New York, USA, 60178`, - Salesperson: `Pamela Jefferson`, - OrderID: 1102, - OrderDate: `2/18/2022`, - ProductID: 154, - ProductName: `Mac Book Air`, - UnitPrice: 13210.48, - Quantity: 4, - ExtendedPrice: 52841.92, - Freight: 960.48, - Discontinued: false, - Region: `South East`, - Address: `139 Market Street`, - City: `New York`, - Country: `USA`, - PostalCode: 60178 - }), - new InvoicesDataItem( - { - ShipName: `Madison Home`, - ShipAddress: `127 Wall Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 60192, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1415, - CustomerName: `Max Madison`, - CustomerFirstName: `Max`, - CustomerLastName: `Madison`, - CustomerAddress: `127 Wall Street, Los Angeles, USA, 60192`, - Salesperson: `Ben Smith`, - OrderID: 1570, - OrderDate: `5/19/2022`, - ProductID: 105, - ProductName: `Samsung Note`, - UnitPrice: 24890.59, - Quantity: 5, - ExtendedPrice: 124452.95, - Freight: 1860.59, - Discontinued: false, - Region: `West`, - Address: `127 Wall Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 60192 - }), - new InvoicesDataItem( - { - ShipName: `Watson Market`, - ShipAddress: `186 Market Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 90145, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Federal Shipping`, - CustomerID: 1416, - CustomerName: `Max Watson`, - CustomerFirstName: `Max`, - CustomerLastName: `Watson`, - CustomerAddress: `186 Market Street, Philadelphia, USA, 90145`, - Salesperson: `Mike Jefferson`, - OrderID: 1872, - OrderDate: `11/18/2022`, - ProductID: 165, - ProductName: `IPhone`, - UnitPrice: 19720.85, - Quantity: 2, - ExtendedPrice: 39441.7, - Freight: 690.85, - Discontinued: false, - Region: `South East`, - Address: `186 Market Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 90145 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Estate`, - ShipAddress: `198 Main Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 70160, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1417, - CustomerName: `Anna Jackson`, - CustomerFirstName: `Anna`, - CustomerLastName: `Jackson`, - CustomerAddress: `198 Main Street, Philadelphia, USA, 70160`, - Salesperson: `Martin Madison`, - OrderID: 1155, - OrderDate: `11/1/2022`, - ProductID: 138, - ProductName: `IPhone`, - UnitPrice: 12260.46, - Quantity: 2, - ExtendedPrice: 24520.92, - Freight: 1680.46, - Discontinued: false, - Region: `West`, - Address: `198 Main Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 70160 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Townhouse`, - ShipAddress: `110 Main Street`, - ShipCity: `New York`, - ShipPostalCode: 80119, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1418, - CustomerName: `Ben Jefferson`, - CustomerFirstName: `Ben`, - CustomerLastName: `Jefferson`, - CustomerAddress: `110 Main Street, New York, USA, 80119`, - Salesperson: `Anna Black`, - OrderID: 1600, - OrderDate: `8/12/2022`, - ProductID: 118, - ProductName: `Mac Book Air`, - UnitPrice: 9840.45, - Quantity: 4, - ExtendedPrice: 39361.8, - Freight: 1410.45, - Discontinued: false, - Region: `South East`, - Address: `110 Main Street`, - City: `New York`, - Country: `USA`, - PostalCode: 80119 - }), - new InvoicesDataItem( - { - ShipName: `Madison Market`, - ShipAddress: `187 Main Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 50082, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1419, - CustomerName: `Ben Madison`, - CustomerFirstName: `Ben`, - CustomerLastName: `Madison`, - CustomerAddress: `187 Main Street, Los Angeles, USA, 50082`, - Salesperson: `Pamela Watson`, - OrderID: 1451, - OrderDate: `12/10/2022`, - ProductID: 144, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 25180.7, - Quantity: 2, - ExtendedPrice: 50361.4, - Freight: 560.7, - Discontinued: true, - Region: `North East`, - Address: `187 Main Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 50082 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Townhouse`, - ShipAddress: `121 Main Street`, - ShipCity: `Miami`, - ShipPostalCode: 60178, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1420, - CustomerName: `Mike Jackson`, - CustomerFirstName: `Mike`, - CustomerLastName: `Jackson`, - CustomerAddress: `121 Main Street, Miami, USA, 60178`, - Salesperson: `Ben Jackson`, - OrderID: 1294, - OrderDate: `2/18/2022`, - ProductID: 168, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 18670.31, - Quantity: 5, - ExtendedPrice: 93351.55, - Freight: 1410.31, - Discontinued: false, - Region: `West`, - Address: `121 Main Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 60178 - }), - new InvoicesDataItem( - { - ShipName: `Smith Home`, - ShipAddress: `185 Wall Street`, - ShipCity: `New York`, - ShipPostalCode: 50177, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1421, - CustomerName: `Anna Smith`, - CustomerFirstName: `Anna`, - CustomerLastName: `Smith`, - CustomerAddress: `185 Wall Street, New York, USA, 50177`, - Salesperson: `James Watson`, - OrderID: 1095, - OrderDate: `6/16/2022`, - ProductID: 182, - ProductName: `Samsung Note`, - UnitPrice: 10450.44, - Quantity: 5, - ExtendedPrice: 52252.2, - Freight: 1030.44, - Discontinued: false, - Region: `West`, - Address: `185 Wall Street`, - City: `New York`, - Country: `USA`, - PostalCode: 50177 - }), - new InvoicesDataItem( - { - ShipName: `Watson Market`, - ShipAddress: `177 Market Street`, - ShipCity: `New York`, - ShipPostalCode: 90081, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1422, - CustomerName: `Max Watson`, - CustomerFirstName: `Max`, - CustomerLastName: `Watson`, - CustomerAddress: `177 Market Street, New York, USA, 90081`, - Salesperson: `Pamela Smith`, - OrderID: 1333, - OrderDate: `5/21/2022`, - ProductID: 159, - ProductName: `Mac Book Air`, - UnitPrice: 23900.49, - Quantity: 5, - ExtendedPrice: 119502.45, - Freight: 1700.49, - Discontinued: false, - Region: `South East`, - Address: `177 Market Street`, - City: `New York`, - Country: `USA`, - PostalCode: 90081 - }), - new InvoicesDataItem( - { - ShipName: `Watson Home`, - ShipAddress: `106 Market Street`, - ShipCity: `Miami`, - ShipPostalCode: 70099, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Speedy Express`, - CustomerID: 1423, - CustomerName: `Anna Watson`, - CustomerFirstName: `Anna`, - CustomerLastName: `Watson`, - CustomerAddress: `106 Market Street, Miami, USA, 70099`, - Salesperson: `Pamela Jackson`, - OrderID: 1147, - OrderDate: `6/13/2022`, - ProductID: 174, - ProductName: `Mac Book Pro`, - UnitPrice: 29460.63, - Quantity: 2, - ExtendedPrice: 58921.26, - Freight: 1280.63, - Discontinued: false, - Region: `North East`, - Address: `106 Market Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 70099 - }), - new InvoicesDataItem( - { - ShipName: `Madison Townhouse`, - ShipAddress: `179 Main Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 80150, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1424, - CustomerName: `Martin Madison`, - CustomerFirstName: `Martin`, - CustomerLastName: `Madison`, - CustomerAddress: `179 Main Street, Philadelphia, USA, 80150`, - Salesperson: `James Jefferson`, - OrderID: 1595, - OrderDate: `7/19/2022`, - ProductID: 183, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 19060.64, - Quantity: 5, - ExtendedPrice: 95303.2, - Freight: 980.64, - Discontinued: false, - Region: `North East`, - Address: `179 Main Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 80150 - }), - new InvoicesDataItem( - { - ShipName: `Watson Home`, - ShipAddress: `142 Main Street`, - ShipCity: `Huston`, - ShipPostalCode: 90100, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1425, - CustomerName: `Max Watson`, - CustomerFirstName: `Max`, - CustomerLastName: `Watson`, - CustomerAddress: `142 Main Street, Huston, USA, 90100`, - Salesperson: `Martin Black`, - OrderID: 1061, - OrderDate: `4/4/2022`, - ProductID: 118, - ProductName: `IPad`, - UnitPrice: 17400.83, - Quantity: 2, - ExtendedPrice: 34801.66, - Freight: 370.83, - Discontinued: false, - Region: `North East`, - Address: `142 Main Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 90100 - }), - new InvoicesDataItem( - { - ShipName: `Watson Townhouse`, - ShipAddress: `189 Main Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 90144, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1426, - CustomerName: `Max Watson`, - CustomerFirstName: `Max`, - CustomerLastName: `Watson`, - CustomerAddress: `189 Main Street, Philadelphia, USA, 90144`, - Salesperson: `Martin Smith`, - OrderID: 1114, - OrderDate: `2/13/2022`, - ProductID: 146, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 16860.57, - Quantity: 5, - ExtendedPrice: 84302.85, - Freight: 1050.57, - Discontinued: false, - Region: `North East`, - Address: `189 Main Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 90144 - }), - new InvoicesDataItem( - { - ShipName: `Madison Estate`, - ShipAddress: `130 Wall Street`, - ShipCity: `New York`, - ShipPostalCode: 90175, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Speedy Express`, - CustomerID: 1427, - CustomerName: `Pamela Madison`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Madison`, - CustomerAddress: `130 Wall Street, New York, USA, 90175`, - Salesperson: `Nancy Black`, - OrderID: 1716, - OrderDate: `11/6/2022`, - ProductID: 157, - ProductName: `IPad`, - UnitPrice: 19570.85, - Quantity: 3, - ExtendedPrice: 58712.55, - Freight: 1620.85, - Discontinued: false, - Region: `North East`, - Address: `130 Wall Street`, - City: `New York`, - Country: `USA`, - PostalCode: 90175 - }), - new InvoicesDataItem( - { - ShipName: `Smith Market`, - ShipAddress: `144 Market Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 80153, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1428, - CustomerName: `Anna Smith`, - CustomerFirstName: `Anna`, - CustomerLastName: `Smith`, - CustomerAddress: `144 Market Street, Philadelphia, USA, 80153`, - Salesperson: `Mike Smith`, - OrderID: 1523, - OrderDate: `8/5/2022`, - ProductID: 139, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 5100.26, - Quantity: 3, - ExtendedPrice: 15300.78, - Freight: 1630.26, - Discontinued: false, - Region: `North East`, - Address: `144 Market Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 80153 - }), - new InvoicesDataItem( - { - ShipName: `Smith Home`, - ShipAddress: `175 Wall Street`, - ShipCity: `New York`, - ShipPostalCode: 50150, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Speedy Express`, - CustomerID: 1429, - CustomerName: `James Smith`, - CustomerFirstName: `James`, - CustomerLastName: `Smith`, - CustomerAddress: `175 Wall Street, New York, USA, 50150`, - Salesperson: `James Jefferson`, - OrderID: 1027, - OrderDate: `12/7/2022`, - ProductID: 151, - ProductName: `IPad`, - UnitPrice: 18940.75, - Quantity: 4, - ExtendedPrice: 75763, - Freight: 1130.75, - Discontinued: true, - Region: `North East`, - Address: `175 Wall Street`, - City: `New York`, - Country: `USA`, - PostalCode: 50150 - }), - new InvoicesDataItem( - { - ShipName: `Smith Home`, - ShipAddress: `152 Wall Street`, - ShipCity: `New York`, - ShipPostalCode: 70091, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1430, - CustomerName: `Max Smith`, - CustomerFirstName: `Max`, - CustomerLastName: `Smith`, - CustomerAddress: `152 Wall Street, New York, USA, 70091`, - Salesperson: `Ben Smith`, - OrderID: 1626, - OrderDate: `1/1/2022`, - ProductID: 145, - ProductName: `IPhone`, - UnitPrice: 29800.74, - Quantity: 4, - ExtendedPrice: 119202.96, - Freight: 1440.74, - Discontinued: false, - Region: `West`, - Address: `152 Wall Street`, - City: `New York`, - Country: `USA`, - PostalCode: 70091 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Market`, - ShipAddress: `127 Main Street`, - ShipCity: `Miami`, - ShipPostalCode: 90099, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1431, - CustomerName: `Martin Jackson`, - CustomerFirstName: `Martin`, - CustomerLastName: `Jackson`, - CustomerAddress: `127 Main Street, Miami, USA, 90099`, - Salesperson: `Anna Smith`, - OrderID: 1789, - OrderDate: `10/15/2022`, - ProductID: 139, - ProductName: `Mac Book Air`, - UnitPrice: 16220.23, - Quantity: 2, - ExtendedPrice: 32440.46, - Freight: 1170.23, - Discontinued: false, - Region: `West`, - Address: `127 Main Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 90099 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Home`, - ShipAddress: `157 Wall Street`, - ShipCity: `Huston`, - ShipPostalCode: 70162, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Federal Shipping`, - CustomerID: 1432, - CustomerName: `Mike Jefferson`, - CustomerFirstName: `Mike`, - CustomerLastName: `Jefferson`, - CustomerAddress: `157 Wall Street, Huston, USA, 70162`, - Salesperson: `Martin Madison`, - OrderID: 1622, - OrderDate: `6/6/2022`, - ProductID: 133, - ProductName: `Samsung Note`, - UnitPrice: 7410.73, - Quantity: 4, - ExtendedPrice: 29642.92, - Freight: 1660.73, - Discontinued: false, - Region: `South East`, - Address: `157 Wall Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 70162 - }), - new InvoicesDataItem( - { - ShipName: `Smith Home`, - ShipAddress: `159 Market Street`, - ShipCity: `New York`, - ShipPostalCode: 50198, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Speedy Express`, - CustomerID: 1433, - CustomerName: `Mike Smith`, - CustomerFirstName: `Mike`, - CustomerLastName: `Smith`, - CustomerAddress: `159 Market Street, New York, USA, 50198`, - Salesperson: `Mike Smith`, - OrderID: 1961, - OrderDate: `9/7/2022`, - ProductID: 120, - ProductName: `Mac Book Pro`, - UnitPrice: 9150.59, - Quantity: 3, - ExtendedPrice: 27451.77, - Freight: 550.59, - Discontinued: false, - Region: `South East`, - Address: `159 Market Street`, - City: `New York`, - Country: `USA`, - PostalCode: 50198 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Estate`, - ShipAddress: `109 Market Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 60160, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1434, - CustomerName: `Ben Jackson`, - CustomerFirstName: `Ben`, - CustomerLastName: `Jackson`, - CustomerAddress: `109 Market Street, Philadelphia, USA, 60160`, - Salesperson: `Mike Madison`, - OrderID: 1868, - OrderDate: `2/5/2022`, - ProductID: 131, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 20400.46, - Quantity: 2, - ExtendedPrice: 40800.92, - Freight: 1640.46, - Discontinued: false, - Region: `South East`, - Address: `109 Market Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 60160 - }), - new InvoicesDataItem( - { - ShipName: `Madison Estate`, - ShipAddress: `138 Wall Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 80164, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1435, - CustomerName: `Max Madison`, - CustomerFirstName: `Max`, - CustomerLastName: `Madison`, - CustomerAddress: `138 Wall Street, Philadelphia, USA, 80164`, - Salesperson: `Mike Smith`, - OrderID: 1223, - OrderDate: `7/4/2022`, - ProductID: 199, - ProductName: `Samsung Note`, - UnitPrice: 23980.42, - Quantity: 5, - ExtendedPrice: 119902.1, - Freight: 410.42, - Discontinued: false, - Region: `West`, - Address: `138 Wall Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 80164 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Townhouse`, - ShipAddress: `164 Main Street`, - ShipCity: `New York`, - ShipPostalCode: 90183, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1436, - CustomerName: `Pamela Jackson`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Jackson`, - CustomerAddress: `164 Main Street, New York, USA, 90183`, - Salesperson: `James Watson`, - OrderID: 1766, - OrderDate: `7/14/2022`, - ProductID: 160, - ProductName: `Samsung Note`, - UnitPrice: 12280.79, - Quantity: 2, - ExtendedPrice: 24561.58, - Freight: 1140.79, - Discontinued: false, - Region: `West`, - Address: `164 Main Street`, - City: `New York`, - Country: `USA`, - PostalCode: 90183 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Estate`, - ShipAddress: `187 Main Street`, - ShipCity: `New York`, - ShipPostalCode: 80053, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1437, - CustomerName: `Nancy Jefferson`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Jefferson`, - CustomerAddress: `187 Main Street, New York, USA, 80053`, - Salesperson: `Martin Watson`, - OrderID: 1602, - OrderDate: `12/25/2022`, - ProductID: 112, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 14860.39, - Quantity: 5, - ExtendedPrice: 74301.95, - Freight: 1920.39, - Discontinued: false, - Region: `West`, - Address: `187 Main Street`, - City: `New York`, - Country: `USA`, - PostalCode: 80053 - }), - new InvoicesDataItem( - { - ShipName: `Black Market`, - ShipAddress: `197 Wall Street`, - ShipCity: `Miami`, - ShipPostalCode: 50076, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1438, - CustomerName: `Max Black`, - CustomerFirstName: `Max`, - CustomerLastName: `Black`, - CustomerAddress: `197 Wall Street, Miami, USA, 50076`, - Salesperson: `James Jefferson`, - OrderID: 1281, - OrderDate: `3/18/2022`, - ProductID: 102, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 11120.87, - Quantity: 2, - ExtendedPrice: 22241.74, - Freight: 720.87, - Discontinued: false, - Region: `North East`, - Address: `197 Wall Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 50076 - }), - new InvoicesDataItem( - { - ShipName: `Watson Market`, - ShipAddress: `127 Market Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 90067, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1439, - CustomerName: `James Watson`, - CustomerFirstName: `James`, - CustomerLastName: `Watson`, - CustomerAddress: `127 Market Street, Los Angeles, USA, 90067`, - Salesperson: `James Madison`, - OrderID: 1736, - OrderDate: `2/4/2022`, - ProductID: 172, - ProductName: `IPad`, - UnitPrice: 20090.62, - Quantity: 4, - ExtendedPrice: 80362.48, - Freight: 630.62, - Discontinued: true, - Region: `West`, - Address: `127 Market Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 90067 - }), - new InvoicesDataItem( - { - ShipName: `Black Market`, - ShipAddress: `150 Market Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 90161, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1440, - CustomerName: `Max Black`, - CustomerFirstName: `Max`, - CustomerLastName: `Black`, - CustomerAddress: `150 Market Street, Philadelphia, USA, 90161`, - Salesperson: `Anna Watson`, - OrderID: 1683, - OrderDate: `5/15/2022`, - ProductID: 192, - ProductName: `Mac Book Air`, - UnitPrice: 7270.76, - Quantity: 3, - ExtendedPrice: 21812.28, - Freight: 1880.76, - Discontinued: false, - Region: `West`, - Address: `150 Market Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 90161 - }), - new InvoicesDataItem( - { - ShipName: `Watson Townhouse`, - ShipAddress: `128 Market Street`, - ShipCity: `Huston`, - ShipPostalCode: 70131, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1441, - CustomerName: `Pamela Watson`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Watson`, - CustomerAddress: `128 Market Street, Huston, USA, 70131`, - Salesperson: `Ben Smith`, - OrderID: 1652, - OrderDate: `11/16/2022`, - ProductID: 107, - ProductName: `Samsung Note`, - UnitPrice: 23290.38, - Quantity: 2, - ExtendedPrice: 46580.76, - Freight: 400.38, - Discontinued: false, - Region: `West`, - Address: `128 Market Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 70131 - }), - new InvoicesDataItem( - { - ShipName: `Watson Home`, - ShipAddress: `151 Wall Street`, - ShipCity: `Miami`, - ShipPostalCode: 70185, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1442, - CustomerName: `Max Watson`, - CustomerFirstName: `Max`, - CustomerLastName: `Watson`, - CustomerAddress: `151 Wall Street, Miami, USA, 70185`, - Salesperson: `Nancy Black`, - OrderID: 1385, - OrderDate: `6/12/2022`, - ProductID: 110, - ProductName: `Mac Book Pro`, - UnitPrice: 14390.77, - Quantity: 2, - ExtendedPrice: 28781.54, - Freight: 1600.77, - Discontinued: false, - Region: `West`, - Address: `151 Wall Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 70185 - }), - new InvoicesDataItem( - { - ShipName: `Madison Home`, - ShipAddress: `183 Wall Street`, - ShipCity: `New York`, - ShipPostalCode: 60080, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Speedy Express`, - CustomerID: 1443, - CustomerName: `Pamela Madison`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Madison`, - CustomerAddress: `183 Wall Street, New York, USA, 60080`, - Salesperson: `Mike Madison`, - OrderID: 1158, - OrderDate: `3/11/2022`, - ProductID: 172, - ProductName: `Samsung Note`, - UnitPrice: 25230.25, - Quantity: 3, - ExtendedPrice: 75690.75, - Freight: 340.25, - Discontinued: false, - Region: `South East`, - Address: `183 Wall Street`, - City: `New York`, - Country: `USA`, - PostalCode: 60080 - }), - new InvoicesDataItem( - { - ShipName: `Black Estate`, - ShipAddress: `137 Wall Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 80117, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Speedy Express`, - CustomerID: 1444, - CustomerName: `James Black`, - CustomerFirstName: `James`, - CustomerLastName: `Black`, - CustomerAddress: `137 Wall Street, Philadelphia, USA, 80117`, - Salesperson: `Anna Black`, - OrderID: 1310, - OrderDate: `9/5/2022`, - ProductID: 157, - ProductName: `IPad`, - UnitPrice: 21970.48, - Quantity: 2, - ExtendedPrice: 43940.96, - Freight: 1420.48, - Discontinued: false, - Region: `South East`, - Address: `137 Wall Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 80117 - }), - new InvoicesDataItem( - { - ShipName: `Black Market`, - ShipAddress: `158 Wall Street`, - ShipCity: `New York`, - ShipPostalCode: 80138, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1445, - CustomerName: `Anna Black`, - CustomerFirstName: `Anna`, - CustomerLastName: `Black`, - CustomerAddress: `158 Wall Street, New York, USA, 80138`, - Salesperson: `Martin Madison`, - OrderID: 1385, - OrderDate: `5/9/2022`, - ProductID: 127, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 12610.37, - Quantity: 5, - ExtendedPrice: 63051.85, - Freight: 1410.37, - Discontinued: false, - Region: `West`, - Address: `158 Wall Street`, - City: `New York`, - Country: `USA`, - PostalCode: 80138 - }), - new InvoicesDataItem( - { - ShipName: `Madison Home`, - ShipAddress: `145 Wall Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 70189, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1446, - CustomerName: `Mike Madison`, - CustomerFirstName: `Mike`, - CustomerLastName: `Madison`, - CustomerAddress: `145 Wall Street, Los Angeles, USA, 70189`, - Salesperson: `Mike Jackson`, - OrderID: 1725, - OrderDate: `9/6/2022`, - ProductID: 112, - ProductName: `Mac Book Pro`, - UnitPrice: 20520.26, - Quantity: 4, - ExtendedPrice: 82081.04, - Freight: 710.26, - Discontinued: false, - Region: `West`, - Address: `145 Wall Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 70189 - }), - new InvoicesDataItem( - { - ShipName: `Black Estate`, - ShipAddress: `155 Wall Street`, - ShipCity: `Miami`, - ShipPostalCode: 60114, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Speedy Express`, - CustomerID: 1447, - CustomerName: `Pamela Black`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Black`, - CustomerAddress: `155 Wall Street, Miami, USA, 60114`, - Salesperson: `Martin Madison`, - OrderID: 1520, - OrderDate: `6/15/2022`, - ProductID: 174, - ProductName: `IPhone`, - UnitPrice: 16730.88, - Quantity: 2, - ExtendedPrice: 33461.76, - Freight: 1020.88, - Discontinued: false, - Region: `South East`, - Address: `155 Wall Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 60114 - }), - new InvoicesDataItem( - { - ShipName: `Madison Estate`, - ShipAddress: `184 Main Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 80059, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1448, - CustomerName: `Max Madison`, - CustomerFirstName: `Max`, - CustomerLastName: `Madison`, - CustomerAddress: `184 Main Street, Los Angeles, USA, 80059`, - Salesperson: `Max Smith`, - OrderID: 1764, - OrderDate: `4/4/2022`, - ProductID: 147, - ProductName: `Mac Book Air`, - UnitPrice: 29810.31, - Quantity: 2, - ExtendedPrice: 59620.62, - Freight: 1200.31, - Discontinued: false, - Region: `West`, - Address: `184 Main Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 80059 - }), - new InvoicesDataItem( - { - ShipName: `Black Home`, - ShipAddress: `195 Wall Street`, - ShipCity: `Huston`, - ShipPostalCode: 80052, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1449, - CustomerName: `Ben Black`, - CustomerFirstName: `Ben`, - CustomerLastName: `Black`, - CustomerAddress: `195 Wall Street, Huston, USA, 80052`, - Salesperson: `Max Jefferson`, - OrderID: 1325, - OrderDate: `8/23/2022`, - ProductID: 186, - ProductName: `Mac Book Pro`, - UnitPrice: 19780.82, - Quantity: 3, - ExtendedPrice: 59342.46, - Freight: 720.82, - Discontinued: true, - Region: `South East`, - Address: `195 Wall Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 80052 - }), - new InvoicesDataItem( - { - ShipName: `Black Market`, - ShipAddress: `168 Market Street`, - ShipCity: `Miami`, - ShipPostalCode: 70196, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1450, - CustomerName: `Anna Black`, - CustomerFirstName: `Anna`, - CustomerLastName: `Black`, - CustomerAddress: `168 Market Street, Miami, USA, 70196`, - Salesperson: `Martin Madison`, - OrderID: 1216, - OrderDate: `9/9/2022`, - ProductID: 134, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 25110.88, - Quantity: 2, - ExtendedPrice: 50221.76, - Freight: 1040.88, - Discontinued: false, - Region: `West`, - Address: `168 Market Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 70196 - }), - new InvoicesDataItem( - { - ShipName: `Black Estate`, - ShipAddress: `196 Wall Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 70064, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1451, - CustomerName: `Anna Black`, - CustomerFirstName: `Anna`, - CustomerLastName: `Black`, - CustomerAddress: `196 Wall Street, Philadelphia, USA, 70064`, - Salesperson: `Nancy Madison`, - OrderID: 1924, - OrderDate: `9/9/2022`, - ProductID: 108, - ProductName: `IPhone`, - UnitPrice: 14220.86, - Quantity: 2, - ExtendedPrice: 28441.72, - Freight: 1220.86, - Discontinued: false, - Region: `West`, - Address: `196 Wall Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 70064 - }), - new InvoicesDataItem( - { - ShipName: `Madison Home`, - ShipAddress: `125 Wall Street`, - ShipCity: `Huston`, - ShipPostalCode: 90158, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1452, - CustomerName: `Max Madison`, - CustomerFirstName: `Max`, - CustomerLastName: `Madison`, - CustomerAddress: `125 Wall Street, Huston, USA, 90158`, - Salesperson: `Martin Jackson`, - OrderID: 1952, - OrderDate: `8/23/2022`, - ProductID: 177, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 11460.48, - Quantity: 3, - ExtendedPrice: 34381.44, - Freight: 1140.48, - Discontinued: false, - Region: `West`, - Address: `125 Wall Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 90158 - }), - new InvoicesDataItem( - { - ShipName: `Watson Home`, - ShipAddress: `113 Wall Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 50104, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1453, - CustomerName: `Ben Watson`, - CustomerFirstName: `Ben`, - CustomerLastName: `Watson`, - CustomerAddress: `113 Wall Street, Los Angeles, USA, 50104`, - Salesperson: `Mike Black`, - OrderID: 1388, - OrderDate: `7/12/2022`, - ProductID: 142, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 25460.85, - Quantity: 2, - ExtendedPrice: 50921.7, - Freight: 360.85, - Discontinued: false, - Region: `West`, - Address: `113 Wall Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 50104 - }), - new InvoicesDataItem( - { - ShipName: `Black Home`, - ShipAddress: `176 Market Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 90069, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Federal Shipping`, - CustomerID: 1454, - CustomerName: `Nancy Black`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Black`, - CustomerAddress: `176 Market Street, Philadelphia, USA, 90069`, - Salesperson: `Max Jefferson`, - OrderID: 1197, - OrderDate: `9/3/2022`, - ProductID: 132, - ProductName: `IPhone`, - UnitPrice: 5760.67, - Quantity: 3, - ExtendedPrice: 17282.01, - Freight: 1350.67, - Discontinued: false, - Region: `South East`, - Address: `176 Market Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 90069 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Townhouse`, - ShipAddress: `142 Market Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 50098, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1455, - CustomerName: `Max Jefferson`, - CustomerFirstName: `Max`, - CustomerLastName: `Jefferson`, - CustomerAddress: `142 Market Street, Los Angeles, USA, 50098`, - Salesperson: `Nancy Smith`, - OrderID: 1808, - OrderDate: `3/2/2022`, - ProductID: 145, - ProductName: `Mac Book Pro`, - UnitPrice: 18130.62, - Quantity: 3, - ExtendedPrice: 54391.86, - Freight: 660.62, - Discontinued: false, - Region: `North East`, - Address: `142 Market Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 50098 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Home`, - ShipAddress: `184 Main Street`, - ShipCity: `New York`, - ShipPostalCode: 50125, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Speedy Express`, - CustomerID: 1456, - CustomerName: `Pamela Jefferson`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Jefferson`, - CustomerAddress: `184 Main Street, New York, USA, 50125`, - Salesperson: `Pamela Jackson`, - OrderID: 1098, - OrderDate: `9/11/2022`, - ProductID: 106, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 29450.81, - Quantity: 5, - ExtendedPrice: 147254.05, - Freight: 820.81, - Discontinued: false, - Region: `North East`, - Address: `184 Main Street`, - City: `New York`, - Country: `USA`, - PostalCode: 50125 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Market`, - ShipAddress: `190 Main Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 70130, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Speedy Express`, - CustomerID: 1457, - CustomerName: `Nancy Jefferson`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Jefferson`, - CustomerAddress: `190 Main Street, Philadelphia, USA, 70130`, - Salesperson: `Max Madison`, - OrderID: 1942, - OrderDate: `9/1/2022`, - ProductID: 136, - ProductName: `Mac Book Pro`, - UnitPrice: 28790.51, - Quantity: 3, - ExtendedPrice: 86371.53, - Freight: 460.51, - Discontinued: false, - Region: `North East`, - Address: `190 Main Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 70130 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Market`, - ShipAddress: `121 Main Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 70093, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1458, - CustomerName: `Mike Jefferson`, - CustomerFirstName: `Mike`, - CustomerLastName: `Jefferson`, - CustomerAddress: `121 Main Street, Los Angeles, USA, 70093`, - Salesperson: `James Black`, - OrderID: 1815, - OrderDate: `6/16/2022`, - ProductID: 144, - ProductName: `Mac Book Pro`, - UnitPrice: 9060.8, - Quantity: 3, - ExtendedPrice: 27182.4, - Freight: 1990.8, - Discontinued: false, - Region: `North East`, - Address: `121 Main Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 70093 - }), - new InvoicesDataItem( - { - ShipName: `Smith Home`, - ShipAddress: `111 Main Street`, - ShipCity: `Huston`, - ShipPostalCode: 50082, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1459, - CustomerName: `Nancy Smith`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Smith`, - CustomerAddress: `111 Main Street, Huston, USA, 50082`, - Salesperson: `Max Black`, - OrderID: 1551, - OrderDate: `4/6/2022`, - ProductID: 130, - ProductName: `Mac Book Pro`, - UnitPrice: 29370.56, - Quantity: 3, - ExtendedPrice: 88111.68, - Freight: 1970.56, - Discontinued: true, - Region: `North East`, - Address: `111 Main Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 50082 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Market`, - ShipAddress: `128 Market Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 90155, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1460, - CustomerName: `Max Jefferson`, - CustomerFirstName: `Max`, - CustomerLastName: `Jefferson`, - CustomerAddress: `128 Market Street, Los Angeles, USA, 90155`, - Salesperson: `James Smith`, - OrderID: 1660, - OrderDate: `6/6/2022`, - ProductID: 175, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 29130.58, - Quantity: 2, - ExtendedPrice: 58261.16, - Freight: 340.58, - Discontinued: false, - Region: `West`, - Address: `128 Market Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 90155 - }), - new InvoicesDataItem( - { - ShipName: `Smith Home`, - ShipAddress: `159 Main Street`, - ShipCity: `Huston`, - ShipPostalCode: 60166, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1461, - CustomerName: `Mike Smith`, - CustomerFirstName: `Mike`, - CustomerLastName: `Smith`, - CustomerAddress: `159 Main Street, Huston, USA, 60166`, - Salesperson: `Mike Black`, - OrderID: 1860, - OrderDate: `5/20/2022`, - ProductID: 197, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 18630.66, - Quantity: 4, - ExtendedPrice: 74522.64, - Freight: 1540.66, - Discontinued: false, - Region: `South East`, - Address: `159 Main Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 60166 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Home`, - ShipAddress: `115 Market Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 60171, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1462, - CustomerName: `Nancy Jefferson`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Jefferson`, - CustomerAddress: `115 Market Street, Los Angeles, USA, 60171`, - Salesperson: `Mike Jackson`, - OrderID: 1312, - OrderDate: `9/12/2022`, - ProductID: 182, - ProductName: `Samsung Note`, - UnitPrice: 19120.8, - Quantity: 3, - ExtendedPrice: 57362.4, - Freight: 470.8, - Discontinued: false, - Region: `North East`, - Address: `115 Market Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 60171 - }), - new InvoicesDataItem( - { - ShipName: `Watson Townhouse`, - ShipAddress: `184 Main Street`, - ShipCity: `New York`, - ShipPostalCode: 80169, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1463, - CustomerName: `Nancy Watson`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Watson`, - CustomerAddress: `184 Main Street, New York, USA, 80169`, - Salesperson: `Nancy Madison`, - OrderID: 1738, - OrderDate: `1/7/2022`, - ProductID: 161, - ProductName: `Mac Book Air`, - UnitPrice: 9160.8, - Quantity: 2, - ExtendedPrice: 18321.6, - Freight: 1850.8, - Discontinued: false, - Region: `West`, - Address: `184 Main Street`, - City: `New York`, - Country: `USA`, - PostalCode: 80169 - }), - new InvoicesDataItem( - { - ShipName: `Black Market`, - ShipAddress: `147 Main Street`, - ShipCity: `Miami`, - ShipPostalCode: 60068, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Speedy Express`, - CustomerID: 1464, - CustomerName: `Ben Black`, - CustomerFirstName: `Ben`, - CustomerLastName: `Black`, - CustomerAddress: `147 Main Street, Miami, USA, 60068`, - Salesperson: `Nancy Madison`, - OrderID: 1981, - OrderDate: `5/23/2022`, - ProductID: 110, - ProductName: `Samsung Note`, - UnitPrice: 19100.54, - Quantity: 5, - ExtendedPrice: 95502.7, - Freight: 1720.54, - Discontinued: false, - Region: `North East`, - Address: `147 Main Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 60068 - }), - new InvoicesDataItem( - { - ShipName: `Black Market`, - ShipAddress: `143 Wall Street`, - ShipCity: `Huston`, - ShipPostalCode: 80182, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Speedy Express`, - CustomerID: 1465, - CustomerName: `Ben Black`, - CustomerFirstName: `Ben`, - CustomerLastName: `Black`, - CustomerAddress: `143 Wall Street, Huston, USA, 80182`, - Salesperson: `Anna Watson`, - OrderID: 1067, - OrderDate: `12/19/2022`, - ProductID: 103, - ProductName: `Samsung Note`, - UnitPrice: 28900.7, - Quantity: 3, - ExtendedPrice: 86702.1, - Freight: 770.7, - Discontinued: false, - Region: `North East`, - Address: `143 Wall Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 80182 - }), - new InvoicesDataItem( - { - ShipName: `Watson Estate`, - ShipAddress: `170 Main Street`, - ShipCity: `New York`, - ShipPostalCode: 60155, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1466, - CustomerName: `Max Watson`, - CustomerFirstName: `Max`, - CustomerLastName: `Watson`, - CustomerAddress: `170 Main Street, New York, USA, 60155`, - Salesperson: `James Jackson`, - OrderID: 1746, - OrderDate: `9/2/2022`, - ProductID: 148, - ProductName: `IPad`, - UnitPrice: 25390.4, - Quantity: 5, - ExtendedPrice: 126952, - Freight: 550.4, - Discontinued: false, - Region: `South East`, - Address: `170 Main Street`, - City: `New York`, - Country: `USA`, - PostalCode: 60155 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Market`, - ShipAddress: `111 Wall Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 60079, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1467, - CustomerName: `Pamela Jackson`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Jackson`, - CustomerAddress: `111 Wall Street, Philadelphia, USA, 60079`, - Salesperson: `Nancy Jefferson`, - OrderID: 1334, - OrderDate: `5/23/2022`, - ProductID: 129, - ProductName: `Mac Book Air`, - UnitPrice: 14520.65, - Quantity: 2, - ExtendedPrice: 29041.3, - Freight: 1250.65, - Discontinued: false, - Region: `West`, - Address: `111 Wall Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 60079 - }), - new InvoicesDataItem( - { - ShipName: `Black Market`, - ShipAddress: `153 Wall Street`, - ShipCity: `Huston`, - ShipPostalCode: 90056, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Speedy Express`, - CustomerID: 1468, - CustomerName: `Anna Black`, - CustomerFirstName: `Anna`, - CustomerLastName: `Black`, - CustomerAddress: `153 Wall Street, Huston, USA, 90056`, - Salesperson: `Anna Jackson`, - OrderID: 1230, - OrderDate: `4/15/2022`, - ProductID: 128, - ProductName: `IPhone`, - UnitPrice: 14930.82, - Quantity: 5, - ExtendedPrice: 74654.1, - Freight: 1470.82, - Discontinued: false, - Region: `North East`, - Address: `153 Wall Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 90056 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Market`, - ShipAddress: `143 Main Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 50070, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Speedy Express`, - CustomerID: 1469, - CustomerName: `Max Jackson`, - CustomerFirstName: `Max`, - CustomerLastName: `Jackson`, - CustomerAddress: `143 Main Street, Philadelphia, USA, 50070`, - Salesperson: `Nancy Madison`, - OrderID: 1761, - OrderDate: `1/23/2022`, - ProductID: 136, - ProductName: `IPad`, - UnitPrice: 10810.43, - Quantity: 4, - ExtendedPrice: 43241.72, - Freight: 1910.43, - Discontinued: true, - Region: `South East`, - Address: `143 Main Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 50070 - }), - new InvoicesDataItem( - { - ShipName: `Black Estate`, - ShipAddress: `174 Market Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 80126, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1470, - CustomerName: `Pamela Black`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Black`, - CustomerAddress: `174 Market Street, Philadelphia, USA, 80126`, - Salesperson: `Martin Madison`, - OrderID: 1217, - OrderDate: `7/7/2022`, - ProductID: 170, - ProductName: `IPhone`, - UnitPrice: 16660.27, - Quantity: 4, - ExtendedPrice: 66641.08, - Freight: 790.27, - Discontinued: false, - Region: `North East`, - Address: `174 Market Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 80126 - }), - new InvoicesDataItem( - { - ShipName: `Smith Home`, - ShipAddress: `189 Wall Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 60161, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Speedy Express`, - CustomerID: 1471, - CustomerName: `Max Smith`, - CustomerFirstName: `Max`, - CustomerLastName: `Smith`, - CustomerAddress: `189 Wall Street, Los Angeles, USA, 60161`, - Salesperson: `Max Madison`, - OrderID: 1882, - OrderDate: `11/5/2022`, - ProductID: 141, - ProductName: `Mac Book Air`, - UnitPrice: 18210.39, - Quantity: 3, - ExtendedPrice: 54631.17, - Freight: 990.39, - Discontinued: false, - Region: `South East`, - Address: `189 Wall Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 60161 - }), - new InvoicesDataItem( - { - ShipName: `Black Market`, - ShipAddress: `193 Market Street`, - ShipCity: `Huston`, - ShipPostalCode: 50163, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Speedy Express`, - CustomerID: 1472, - CustomerName: `Max Black`, - CustomerFirstName: `Max`, - CustomerLastName: `Black`, - CustomerAddress: `193 Market Street, Huston, USA, 50163`, - Salesperson: `Mike Black`, - OrderID: 1855, - OrderDate: `5/3/2022`, - ProductID: 188, - ProductName: `Samsung Note`, - UnitPrice: 9860.59, - Quantity: 5, - ExtendedPrice: 49302.95, - Freight: 1610.59, - Discontinued: false, - Region: `South East`, - Address: `193 Market Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 50163 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Townhouse`, - ShipAddress: `128 Main Street`, - ShipCity: `Miami`, - ShipPostalCode: 60162, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1473, - CustomerName: `Max Jackson`, - CustomerFirstName: `Max`, - CustomerLastName: `Jackson`, - CustomerAddress: `128 Main Street, Miami, USA, 60162`, - Salesperson: `Nancy Black`, - OrderID: 1087, - OrderDate: `4/5/2022`, - ProductID: 166, - ProductName: `Mac Book Air`, - UnitPrice: 12090.33, - Quantity: 4, - ExtendedPrice: 48361.32, - Freight: 1020.33, - Discontinued: false, - Region: `West`, - Address: `128 Main Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 60162 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Townhouse`, - ShipAddress: `179 Wall Street`, - ShipCity: `New York`, - ShipPostalCode: 50104, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1474, - CustomerName: `Ben Jackson`, - CustomerFirstName: `Ben`, - CustomerLastName: `Jackson`, - CustomerAddress: `179 Wall Street, New York, USA, 50104`, - Salesperson: `Martin Black`, - OrderID: 1121, - OrderDate: `12/2/2022`, - ProductID: 169, - ProductName: `IPad`, - UnitPrice: 18020.22, - Quantity: 4, - ExtendedPrice: 72080.88, - Freight: 830.22, - Discontinued: false, - Region: `West`, - Address: `179 Wall Street`, - City: `New York`, - Country: `USA`, - PostalCode: 50104 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Townhouse`, - ShipAddress: `168 Market Street`, - ShipCity: `Huston`, - ShipPostalCode: 60117, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1475, - CustomerName: `Martin Jackson`, - CustomerFirstName: `Martin`, - CustomerLastName: `Jackson`, - CustomerAddress: `168 Market Street, Huston, USA, 60117`, - Salesperson: `James Madison`, - OrderID: 1965, - OrderDate: `10/17/2022`, - ProductID: 166, - ProductName: `Mac Book Pro`, - UnitPrice: 6770.39, - Quantity: 5, - ExtendedPrice: 33851.95, - Freight: 240.39, - Discontinued: false, - Region: `West`, - Address: `168 Market Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 60117 - }), - new InvoicesDataItem( - { - ShipName: `Black Market`, - ShipAddress: `195 Wall Street`, - ShipCity: `Huston`, - ShipPostalCode: 50103, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1476, - CustomerName: `Mike Black`, - CustomerFirstName: `Mike`, - CustomerLastName: `Black`, - CustomerAddress: `195 Wall Street, Huston, USA, 50103`, - Salesperson: `Ben Jackson`, - OrderID: 1241, - OrderDate: `2/3/2022`, - ProductID: 159, - ProductName: `Samsung Note`, - UnitPrice: 14250.8, - Quantity: 5, - ExtendedPrice: 71254, - Freight: 1870.8, - Discontinued: false, - Region: `North East`, - Address: `195 Wall Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 50103 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Market`, - ShipAddress: `192 Main Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 70069, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1477, - CustomerName: `Pamela Jefferson`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Jefferson`, - CustomerAddress: `192 Main Street, Los Angeles, USA, 70069`, - Salesperson: `Pamela Watson`, - OrderID: 1440, - OrderDate: `6/4/2022`, - ProductID: 191, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 23000.87, - Quantity: 3, - ExtendedPrice: 69002.61, - Freight: 1680.87, - Discontinued: false, - Region: `North East`, - Address: `192 Main Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 70069 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Estate`, - ShipAddress: `139 Wall Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 50143, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1478, - CustomerName: `Pamela Jefferson`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Jefferson`, - CustomerAddress: `139 Wall Street, Philadelphia, USA, 50143`, - Salesperson: `Nancy Madison`, - OrderID: 1507, - OrderDate: `10/10/2022`, - ProductID: 176, - ProductName: `Mac Book Air`, - UnitPrice: 25490.8, - Quantity: 3, - ExtendedPrice: 76472.4, - Freight: 830.8, - Discontinued: false, - Region: `North East`, - Address: `139 Wall Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 50143 - }), - new InvoicesDataItem( - { - ShipName: `Madison Estate`, - ShipAddress: `131 Wall Street`, - ShipCity: `Miami`, - ShipPostalCode: 80108, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Federal Shipping`, - CustomerID: 1479, - CustomerName: `Mike Madison`, - CustomerFirstName: `Mike`, - CustomerLastName: `Madison`, - CustomerAddress: `131 Wall Street, Miami, USA, 80108`, - Salesperson: `Ben Jefferson`, - OrderID: 1702, - OrderDate: `10/16/2022`, - ProductID: 174, - ProductName: `Mac Book Pro`, - UnitPrice: 28620.58, - Quantity: 4, - ExtendedPrice: 114482.32, - Freight: 950.58, - Discontinued: true, - Region: `South East`, - Address: `131 Wall Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 80108 - }), - new InvoicesDataItem( - { - ShipName: `Smith Estate`, - ShipAddress: `127 Market Street`, - ShipCity: `Huston`, - ShipPostalCode: 90097, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Speedy Express`, - CustomerID: 1480, - CustomerName: `James Smith`, - CustomerFirstName: `James`, - CustomerLastName: `Smith`, - CustomerAddress: `127 Market Street, Huston, USA, 90097`, - Salesperson: `Pamela Black`, - OrderID: 1875, - OrderDate: `7/24/2022`, - ProductID: 164, - ProductName: `Mac Book Air`, - UnitPrice: 6750.85, - Quantity: 2, - ExtendedPrice: 13501.7, - Freight: 1160.85, - Discontinued: false, - Region: `North East`, - Address: `127 Market Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 90097 - }), - new InvoicesDataItem( - { - ShipName: `Madison Home`, - ShipAddress: `190 Market Street`, - ShipCity: `New York`, - ShipPostalCode: 70142, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1481, - CustomerName: `Pamela Madison`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Madison`, - CustomerAddress: `190 Market Street, New York, USA, 70142`, - Salesperson: `Pamela Smith`, - OrderID: 1373, - OrderDate: `5/19/2022`, - ProductID: 108, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 17230.33, - Quantity: 3, - ExtendedPrice: 51690.99, - Freight: 1270.33, - Discontinued: false, - Region: `West`, - Address: `190 Market Street`, - City: `New York`, - Country: `USA`, - PostalCode: 70142 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Market`, - ShipAddress: `179 Main Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 90146, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1482, - CustomerName: `Nancy Jackson`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Jackson`, - CustomerAddress: `179 Main Street, Philadelphia, USA, 90146`, - Salesperson: `James Jefferson`, - OrderID: 1452, - OrderDate: `5/16/2022`, - ProductID: 170, - ProductName: `Mac Book Air`, - UnitPrice: 8320.5, - Quantity: 4, - ExtendedPrice: 33282, - Freight: 510.5, - Discontinued: false, - Region: `North East`, - Address: `179 Main Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 90146 - }), - new InvoicesDataItem( - { - ShipName: `Black Townhouse`, - ShipAddress: `183 Main Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 90165, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1483, - CustomerName: `Anna Black`, - CustomerFirstName: `Anna`, - CustomerLastName: `Black`, - CustomerAddress: `183 Main Street, Los Angeles, USA, 90165`, - Salesperson: `Max Watson`, - OrderID: 1835, - OrderDate: `9/8/2022`, - ProductID: 198, - ProductName: `Samsung Note`, - UnitPrice: 13800.6, - Quantity: 3, - ExtendedPrice: 41401.8, - Freight: 700.6, - Discontinued: false, - Region: `West`, - Address: `183 Main Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 90165 - }), - new InvoicesDataItem( - { - ShipName: `Black Townhouse`, - ShipAddress: `108 Main Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 50151, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Speedy Express`, - CustomerID: 1484, - CustomerName: `Max Black`, - CustomerFirstName: `Max`, - CustomerLastName: `Black`, - CustomerAddress: `108 Main Street, Philadelphia, USA, 50151`, - Salesperson: `Mike Jefferson`, - OrderID: 1448, - OrderDate: `11/16/2022`, - ProductID: 103, - ProductName: `Samsung Note`, - UnitPrice: 21840.84, - Quantity: 5, - ExtendedPrice: 109204.2, - Freight: 1500.84, - Discontinued: false, - Region: `South East`, - Address: `108 Main Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 50151 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Estate`, - ShipAddress: `150 Market Street`, - ShipCity: `New York`, - ShipPostalCode: 80053, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1485, - CustomerName: `James Jefferson`, - CustomerFirstName: `James`, - CustomerLastName: `Jefferson`, - CustomerAddress: `150 Market Street, New York, USA, 80053`, - Salesperson: `Anna Black`, - OrderID: 1160, - OrderDate: `6/7/2022`, - ProductID: 156, - ProductName: `IPhone`, - UnitPrice: 24480.65, - Quantity: 2, - ExtendedPrice: 48961.3, - Freight: 860.65, - Discontinued: false, - Region: `West`, - Address: `150 Market Street`, - City: `New York`, - Country: `USA`, - PostalCode: 80053 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Estate`, - ShipAddress: `121 Wall Street`, - ShipCity: `Miami`, - ShipPostalCode: 50087, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Speedy Express`, - CustomerID: 1486, - CustomerName: `Mike Jefferson`, - CustomerFirstName: `Mike`, - CustomerLastName: `Jefferson`, - CustomerAddress: `121 Wall Street, Miami, USA, 50087`, - Salesperson: `Anna Jackson`, - OrderID: 1277, - OrderDate: `8/16/2022`, - ProductID: 108, - ProductName: `Mac Book Air`, - UnitPrice: 27370.31, - Quantity: 2, - ExtendedPrice: 54740.62, - Freight: 350.31, - Discontinued: false, - Region: `North East`, - Address: `121 Wall Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 50087 - }), - new InvoicesDataItem( - { - ShipName: `Watson Townhouse`, - ShipAddress: `187 Market Street`, - ShipCity: `Miami`, - ShipPostalCode: 90094, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1487, - CustomerName: `Anna Watson`, - CustomerFirstName: `Anna`, - CustomerLastName: `Watson`, - CustomerAddress: `187 Market Street, Miami, USA, 90094`, - Salesperson: `Pamela Jefferson`, - OrderID: 1895, - OrderDate: `7/18/2022`, - ProductID: 138, - ProductName: `IPad`, - UnitPrice: 15270.6, - Quantity: 3, - ExtendedPrice: 45811.8, - Freight: 1920.6, - Discontinued: false, - Region: `West`, - Address: `187 Market Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 90094 - }), - new InvoicesDataItem( - { - ShipName: `Watson Market`, - ShipAddress: `142 Main Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 50160, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1488, - CustomerName: `Pamela Watson`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Watson`, - CustomerAddress: `142 Main Street, Los Angeles, USA, 50160`, - Salesperson: `Max Smith`, - OrderID: 1559, - OrderDate: `11/2/2022`, - ProductID: 129, - ProductName: `Samsung Note`, - UnitPrice: 19940.22, - Quantity: 5, - ExtendedPrice: 99701.1, - Freight: 540.22, - Discontinued: false, - Region: `West`, - Address: `142 Main Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 50160 - }), - new InvoicesDataItem( - { - ShipName: `Black Townhouse`, - ShipAddress: `190 Market Street`, - ShipCity: `Miami`, - ShipPostalCode: 60164, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Speedy Express`, - CustomerID: 1489, - CustomerName: `James Black`, - CustomerFirstName: `James`, - CustomerLastName: `Black`, - CustomerAddress: `190 Market Street, Miami, USA, 60164`, - Salesperson: `Nancy Jefferson`, - OrderID: 1144, - OrderDate: `5/7/2022`, - ProductID: 169, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 29010.82, - Quantity: 4, - ExtendedPrice: 116043.28, - Freight: 1870.82, - Discontinued: true, - Region: `North East`, - Address: `190 Market Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 60164 - }), - new InvoicesDataItem( - { - ShipName: `Madison Market`, - ShipAddress: `180 Main Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 70181, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1490, - CustomerName: `Ben Madison`, - CustomerFirstName: `Ben`, - CustomerLastName: `Madison`, - CustomerAddress: `180 Main Street, Philadelphia, USA, 70181`, - Salesperson: `Ben Black`, - OrderID: 1396, - OrderDate: `2/24/2022`, - ProductID: 137, - ProductName: `IPhone`, - UnitPrice: 15420.8, - Quantity: 4, - ExtendedPrice: 61683.2, - Freight: 1870.8, - Discontinued: false, - Region: `West`, - Address: `180 Main Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 70181 - }), - new InvoicesDataItem( - { - ShipName: `Watson Home`, - ShipAddress: `152 Market Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 60139, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Speedy Express`, - CustomerID: 1491, - CustomerName: `Anna Watson`, - CustomerFirstName: `Anna`, - CustomerLastName: `Watson`, - CustomerAddress: `152 Market Street, Philadelphia, USA, 60139`, - Salesperson: `Mike Madison`, - OrderID: 1733, - OrderDate: `9/23/2022`, - ProductID: 117, - ProductName: `Mac Book Pro`, - UnitPrice: 26430.79, - Quantity: 5, - ExtendedPrice: 132153.95, - Freight: 270.79, - Discontinued: false, - Region: `North East`, - Address: `152 Market Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 60139 - }), - new InvoicesDataItem( - { - ShipName: `Black Home`, - ShipAddress: `176 Main Street`, - ShipCity: `Miami`, - ShipPostalCode: 60072, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1492, - CustomerName: `Nancy Black`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Black`, - CustomerAddress: `176 Main Street, Miami, USA, 60072`, - Salesperson: `Mike Black`, - OrderID: 1473, - OrderDate: `6/23/2022`, - ProductID: 175, - ProductName: `Samsung Note`, - UnitPrice: 18440.43, - Quantity: 4, - ExtendedPrice: 73761.72, - Freight: 1770.43, - Discontinued: false, - Region: `West`, - Address: `176 Main Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 60072 - }), - new InvoicesDataItem( - { - ShipName: `Madison Home`, - ShipAddress: `120 Main Street`, - ShipCity: `Miami`, - ShipPostalCode: 80161, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1493, - CustomerName: `Martin Madison`, - CustomerFirstName: `Martin`, - CustomerLastName: `Madison`, - CustomerAddress: `120 Main Street, Miami, USA, 80161`, - Salesperson: `Ben Watson`, - OrderID: 1674, - OrderDate: `5/1/2022`, - ProductID: 175, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 23490.67, - Quantity: 3, - ExtendedPrice: 70472.01, - Freight: 820.67, - Discontinued: false, - Region: `West`, - Address: `120 Main Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 80161 - }), - new InvoicesDataItem( - { - ShipName: `Black Estate`, - ShipAddress: `127 Main Street`, - ShipCity: `Miami`, - ShipPostalCode: 90183, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1494, - CustomerName: `Ben Black`, - CustomerFirstName: `Ben`, - CustomerLastName: `Black`, - CustomerAddress: `127 Main Street, Miami, USA, 90183`, - Salesperson: `Pamela Smith`, - OrderID: 1279, - OrderDate: `2/9/2022`, - ProductID: 108, - ProductName: `Samsung Note`, - UnitPrice: 7560.83, - Quantity: 4, - ExtendedPrice: 30243.32, - Freight: 470.83, - Discontinued: false, - Region: `West`, - Address: `127 Main Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 90183 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Estate`, - ShipAddress: `129 Market Street`, - ShipCity: `New York`, - ShipPostalCode: 50067, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1495, - CustomerName: `Pamela Jackson`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Jackson`, - CustomerAddress: `129 Market Street, New York, USA, 50067`, - Salesperson: `Nancy Jackson`, - OrderID: 1502, - OrderDate: `9/25/2022`, - ProductID: 175, - ProductName: `Samsung Note`, - UnitPrice: 24020.51, - Quantity: 4, - ExtendedPrice: 96082.04, - Freight: 1320.51, - Discontinued: false, - Region: `South East`, - Address: `129 Market Street`, - City: `New York`, - Country: `USA`, - PostalCode: 50067 - }), - new InvoicesDataItem( - { - ShipName: `Madison Townhouse`, - ShipAddress: `118 Market Street`, - ShipCity: `New York`, - ShipPostalCode: 70088, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1496, - CustomerName: `Mike Madison`, - CustomerFirstName: `Mike`, - CustomerLastName: `Madison`, - CustomerAddress: `118 Market Street, New York, USA, 70088`, - Salesperson: `Anna Watson`, - OrderID: 1672, - OrderDate: `7/8/2022`, - ProductID: 178, - ProductName: `Mac Book Air`, - UnitPrice: 9150.21, - Quantity: 2, - ExtendedPrice: 18300.42, - Freight: 470.21, - Discontinued: false, - Region: `West`, - Address: `118 Market Street`, - City: `New York`, - Country: `USA`, - PostalCode: 70088 - }), - new InvoicesDataItem( - { - ShipName: `Watson Townhouse`, - ShipAddress: `146 Main Street`, - ShipCity: `Huston`, - ShipPostalCode: 60135, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Speedy Express`, - CustomerID: 1497, - CustomerName: `Mike Watson`, - CustomerFirstName: `Mike`, - CustomerLastName: `Watson`, - CustomerAddress: `146 Main Street, Huston, USA, 60135`, - Salesperson: `Anna Black`, - OrderID: 1449, - OrderDate: `4/4/2022`, - ProductID: 194, - ProductName: `IPhone`, - UnitPrice: 19390.48, - Quantity: 4, - ExtendedPrice: 77561.92, - Freight: 1350.48, - Discontinued: false, - Region: `North East`, - Address: `146 Main Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 60135 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Home`, - ShipAddress: `146 Market Street`, - ShipCity: `Huston`, - ShipPostalCode: 80195, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1498, - CustomerName: `Pamela Jefferson`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Jefferson`, - CustomerAddress: `146 Market Street, Huston, USA, 80195`, - Salesperson: `Ben Black`, - OrderID: 1100, - OrderDate: `7/1/2022`, - ProductID: 103, - ProductName: `IPhone`, - UnitPrice: 12430.89, - Quantity: 3, - ExtendedPrice: 37292.67, - Freight: 1060.89, - Discontinued: false, - Region: `North East`, - Address: `146 Market Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 80195 - }), + new InvoicesDataItem({ ShipName: `Jefferson Home`, ShipAddress: `124 Wall Street`, ShipCity: `Miami`, ShipPostalCode: 60098, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1000, CustomerName: `Martin Jefferson`, CustomerFirstName: `Martin`, CustomerLastName: `Jefferson`, CustomerAddress: `124 Wall Street, Miami, USA, 60098`, Salesperson: `Nancy Jefferson`, OrderID: 1931, OrderDate: `3/14/2022`, ProductID: 189, ProductName: `IPad`, UnitPrice: 16150.61, Quantity: 3, ExtendedPrice: 48451.83, Freight: 980.61, Discontinued: false, Region: `South East`, Address: `124 Wall Street`, City: `Miami`, Country: `USA`, PostalCode: 60098 }), + new InvoicesDataItem({ ShipName: `Black Home`, ShipAddress: `162 Main Street`, ShipCity: `Miami`, ShipPostalCode: 80193, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1001, CustomerName: `Anna Black`, CustomerFirstName: `Anna`, CustomerLastName: `Black`, CustomerAddress: `162 Main Street, Miami, USA, 80193`, Salesperson: `Anna Smith`, OrderID: 1163, OrderDate: `5/22/2022`, ProductID: 138, ProductName: `Mac Book Pro`, UnitPrice: 18520.59, Quantity: 4, ExtendedPrice: 74082.36, Freight: 850.59, Discontinued: false, Region: `West`, Address: `162 Main Street`, City: `Miami`, Country: `USA`, PostalCode: 80193 }), + new InvoicesDataItem({ ShipName: `Watson Townhouse`, ShipAddress: `164 Wall Street`, ShipCity: `Miami`, ShipPostalCode: 50111, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1002, CustomerName: `Max Watson`, CustomerFirstName: `Max`, CustomerLastName: `Watson`, CustomerAddress: `164 Wall Street, Miami, USA, 50111`, Salesperson: `Martin Watson`, OrderID: 1230, OrderDate: `2/9/2022`, ProductID: 118, ProductName: `Mac Book Air`, UnitPrice: 25310.39, Quantity: 3, ExtendedPrice: 75931.17, Freight: 210.39, Discontinued: false, Region: `West`, Address: `164 Wall Street`, City: `Miami`, Country: `USA`, PostalCode: 50111 }), + new InvoicesDataItem({ ShipName: `Madison Townhouse`, ShipAddress: `124 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 90123, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1003, CustomerName: `Max Madison`, CustomerFirstName: `Max`, CustomerLastName: `Madison`, CustomerAddress: `124 Market Street, Philadelphia, USA, 90123`, Salesperson: `Anna Black`, OrderID: 1176, OrderDate: `6/3/2022`, ProductID: 169, ProductName: `Samsung Galaxy 22`, UnitPrice: 29890.86, Quantity: 4, ExtendedPrice: 119563.44, Freight: 800.86, Discontinued: false, Region: `South East`, Address: `124 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 90123 }), + new InvoicesDataItem({ ShipName: `Jackson Townhouse`, ShipAddress: `181 Market Street`, ShipCity: `Miami`, ShipPostalCode: 90095, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1004, CustomerName: `Pamela Jackson`, CustomerFirstName: `Pamela`, CustomerLastName: `Jackson`, CustomerAddress: `181 Market Street, Miami, USA, 90095`, Salesperson: `Max Black`, OrderID: 1382, OrderDate: `1/10/2022`, ProductID: 185, ProductName: `Samsung Note`, UnitPrice: 7810.61, Quantity: 2, ExtendedPrice: 15621.22, Freight: 1790.61, Discontinued: false, Region: `West`, Address: `181 Market Street`, City: `Miami`, Country: `USA`, PostalCode: 90095 }), + new InvoicesDataItem({ ShipName: `Jefferson Home`, ShipAddress: `188 Wall Street`, ShipCity: `Los Angeles`, ShipPostalCode: 50149, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1005, CustomerName: `Mike Jefferson`, CustomerFirstName: `Mike`, CustomerLastName: `Jefferson`, CustomerAddress: `188 Wall Street, Los Angeles, USA, 50149`, Salesperson: `Martin Jefferson`, OrderID: 1864, OrderDate: `8/18/2022`, ProductID: 168, ProductName: `Samsung Galaxy 22`, UnitPrice: 9370.76, Quantity: 4, ExtendedPrice: 37483.04, Freight: 970.76, Discontinued: false, Region: `North East`, Address: `188 Wall Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 50149 }), + new InvoicesDataItem({ ShipName: `Smith Home`, ShipAddress: `174 Market Street`, ShipCity: `Huston`, ShipPostalCode: 90112, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1006, CustomerName: `Martin Smith`, CustomerFirstName: `Martin`, CustomerLastName: `Smith`, CustomerAddress: `174 Market Street, Huston, USA, 90112`, Salesperson: `Nancy Smith`, OrderID: 1502, OrderDate: `6/13/2022`, ProductID: 199, ProductName: `IPhone`, UnitPrice: 20830.47, Quantity: 2, ExtendedPrice: 41660.94, Freight: 1530.47, Discontinued: false, Region: `West`, Address: `174 Market Street`, City: `Huston`, Country: `USA`, PostalCode: 90112 }), + new InvoicesDataItem({ ShipName: `Jefferson Townhouse`, ShipAddress: `134 Market Street`, ShipCity: `Miami`, ShipPostalCode: 50083, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1007, CustomerName: `Nancy Jefferson`, CustomerFirstName: `Nancy`, CustomerLastName: `Jefferson`, CustomerAddress: `134 Market Street, Miami, USA, 50083`, Salesperson: `Mike Jefferson`, OrderID: 1305, OrderDate: `10/21/2022`, ProductID: 185, ProductName: `Mac Book Air`, UnitPrice: 7320.44, Quantity: 2, ExtendedPrice: 14640.88, Freight: 630.44, Discontinued: false, Region: `West`, Address: `134 Market Street`, City: `Miami`, Country: `USA`, PostalCode: 50083 }), + new InvoicesDataItem({ ShipName: `Jefferson Estate`, ShipAddress: `177 Main Street`, ShipCity: `New York`, ShipPostalCode: 70185, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1008, CustomerName: `Nancy Jefferson`, CustomerFirstName: `Nancy`, CustomerLastName: `Jefferson`, CustomerAddress: `177 Main Street, New York, USA, 70185`, Salesperson: `Pamela Watson`, OrderID: 1725, OrderDate: `5/7/2022`, ProductID: 133, ProductName: `Mac Book Air`, UnitPrice: 11240.72, Quantity: 3, ExtendedPrice: 33722.16, Freight: 420.72, Discontinued: false, Region: `South East`, Address: `177 Main Street`, City: `New York`, Country: `USA`, PostalCode: 70185 }), + new InvoicesDataItem({ ShipName: `Jefferson Estate`, ShipAddress: `169 Main Street`, ShipCity: `Miami`, ShipPostalCode: 90183, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1009, CustomerName: `Mike Jefferson`, CustomerFirstName: `Mike`, CustomerLastName: `Jefferson`, CustomerAddress: `169 Main Street, Miami, USA, 90183`, Salesperson: `Anna Watson`, OrderID: 1977, OrderDate: `10/14/2022`, ProductID: 178, ProductName: `IPhone`, UnitPrice: 6460.55, Quantity: 3, ExtendedPrice: 19381.65, Freight: 370.55, Discontinued: true, Region: `South East`, Address: `169 Main Street`, City: `Miami`, Country: `USA`, PostalCode: 90183 }), + new InvoicesDataItem({ ShipName: `Jackson Estate`, ShipAddress: `151 Market Street`, ShipCity: `New York`, ShipPostalCode: 80160, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1010, CustomerName: `James Jackson`, CustomerFirstName: `James`, CustomerLastName: `Jackson`, CustomerAddress: `151 Market Street, New York, USA, 80160`, Salesperson: `Nancy Black`, OrderID: 1666, OrderDate: `12/6/2022`, ProductID: 140, ProductName: `Mac Book Pro`, UnitPrice: 7940.82, Quantity: 2, ExtendedPrice: 15881.64, Freight: 1670.82, Discontinued: false, Region: `South East`, Address: `151 Market Street`, City: `New York`, Country: `USA`, PostalCode: 80160 }), + new InvoicesDataItem({ ShipName: `Jefferson Market`, ShipAddress: `147 Main Street`, ShipCity: `Miami`, ShipPostalCode: 80183, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1011, CustomerName: `James Jefferson`, CustomerFirstName: `James`, CustomerLastName: `Jefferson`, CustomerAddress: `147 Main Street, Miami, USA, 80183`, Salesperson: `Mike Madison`, OrderID: 1059, OrderDate: `5/14/2022`, ProductID: 174, ProductName: `Samsung Note`, UnitPrice: 14650.56, Quantity: 2, ExtendedPrice: 29301.12, Freight: 1770.56, Discontinued: false, Region: `West`, Address: `147 Main Street`, City: `Miami`, Country: `USA`, PostalCode: 80183 }), + new InvoicesDataItem({ ShipName: `Watson Estate`, ShipAddress: `134 Main Street`, ShipCity: `New York`, ShipPostalCode: 80066, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1012, CustomerName: `Mike Watson`, CustomerFirstName: `Mike`, CustomerLastName: `Watson`, CustomerAddress: `134 Main Street, New York, USA, 80066`, Salesperson: `Mike Black`, OrderID: 1851, OrderDate: `7/24/2022`, ProductID: 175, ProductName: `IPhone`, UnitPrice: 7870.39, Quantity: 2, ExtendedPrice: 15740.78, Freight: 360.39, Discontinued: false, Region: `West`, Address: `134 Main Street`, City: `New York`, Country: `USA`, PostalCode: 80066 }), + new InvoicesDataItem({ ShipName: `Madison Estate`, ShipAddress: `159 Market Street`, ShipCity: `Los Angeles`, ShipPostalCode: 80096, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1013, CustomerName: `Ben Madison`, CustomerFirstName: `Ben`, CustomerLastName: `Madison`, CustomerAddress: `159 Market Street, Los Angeles, USA, 80096`, Salesperson: `Anna Madison`, OrderID: 1451, OrderDate: `10/4/2022`, ProductID: 188, ProductName: `Mac Book Pro`, UnitPrice: 13920.38, Quantity: 4, ExtendedPrice: 55681.52, Freight: 1140.38, Discontinued: false, Region: `North East`, Address: `159 Market Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 80096 }), + new InvoicesDataItem({ ShipName: `Madison Estate`, ShipAddress: `187 Wall Street`, ShipCity: `Miami`, ShipPostalCode: 60144, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1014, CustomerName: `Martin Madison`, CustomerFirstName: `Martin`, CustomerLastName: `Madison`, CustomerAddress: `187 Wall Street, Miami, USA, 60144`, Salesperson: `Ben Jefferson`, OrderID: 1331, OrderDate: `4/4/2022`, ProductID: 119, ProductName: `IPhone`, UnitPrice: 6940.73, Quantity: 5, ExtendedPrice: 34703.65, Freight: 640.73, Discontinued: false, Region: `West`, Address: `187 Wall Street`, City: `Miami`, Country: `USA`, PostalCode: 60144 }), + new InvoicesDataItem({ ShipName: `Jackson Townhouse`, ShipAddress: `158 Wall Street`, ShipCity: `Huston`, ShipPostalCode: 60063, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1015, CustomerName: `Ben Jackson`, CustomerFirstName: `Ben`, CustomerLastName: `Jackson`, CustomerAddress: `158 Wall Street, Huston, USA, 60063`, Salesperson: `Martin Jefferson`, OrderID: 1609, OrderDate: `9/6/2022`, ProductID: 171, ProductName: `IPhone`, UnitPrice: 29080.28, Quantity: 2, ExtendedPrice: 58160.56, Freight: 1810.28, Discontinued: false, Region: `South East`, Address: `158 Wall Street`, City: `Huston`, Country: `USA`, PostalCode: 60063 }), + new InvoicesDataItem({ ShipName: `Black Market`, ShipAddress: `168 Main Street`, ShipCity: `Huston`, ShipPostalCode: 60184, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1016, CustomerName: `James Black`, CustomerFirstName: `James`, CustomerLastName: `Black`, CustomerAddress: `168 Main Street, Huston, USA, 60184`, Salesperson: `Martin Watson`, OrderID: 1772, OrderDate: `3/20/2022`, ProductID: 152, ProductName: `Mac Book Air`, UnitPrice: 28350.9, Quantity: 5, ExtendedPrice: 141754.5, Freight: 1290.9, Discontinued: false, Region: `South East`, Address: `168 Main Street`, City: `Huston`, Country: `USA`, PostalCode: 60184 }), + new InvoicesDataItem({ ShipName: `Black Market`, ShipAddress: `116 Main Street`, ShipCity: `Miami`, ShipPostalCode: 60129, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1017, CustomerName: `Nancy Black`, CustomerFirstName: `Nancy`, CustomerLastName: `Black`, CustomerAddress: `116 Main Street, Miami, USA, 60129`, Salesperson: `Nancy Smith`, OrderID: 1792, OrderDate: `9/1/2022`, ProductID: 182, ProductName: `Samsung Note`, UnitPrice: 13730.78, Quantity: 4, ExtendedPrice: 54923.12, Freight: 740.78, Discontinued: false, Region: `North East`, Address: `116 Main Street`, City: `Miami`, Country: `USA`, PostalCode: 60129 }), + new InvoicesDataItem({ ShipName: `Madison Market`, ShipAddress: `116 Market Street`, ShipCity: `Los Angeles`, ShipPostalCode: 80090, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1018, CustomerName: `Martin Madison`, CustomerFirstName: `Martin`, CustomerLastName: `Madison`, CustomerAddress: `116 Market Street, Los Angeles, USA, 80090`, Salesperson: `Anna Madison`, OrderID: 1285, OrderDate: `10/21/2022`, ProductID: 157, ProductName: `Mac Book Pro`, UnitPrice: 8120.36, Quantity: 3, ExtendedPrice: 24361.08, Freight: 410.36, Discontinued: false, Region: `West`, Address: `116 Market Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 80090 }), + new InvoicesDataItem({ ShipName: `Jefferson Townhouse`, ShipAddress: `135 Wall Street`, ShipCity: `Philadelphia`, ShipPostalCode: 90101, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1019, CustomerName: `Max Jefferson`, CustomerFirstName: `Max`, CustomerLastName: `Jefferson`, CustomerAddress: `135 Wall Street, Philadelphia, USA, 90101`, Salesperson: `Mike Madison`, OrderID: 1205, OrderDate: `12/22/2022`, ProductID: 153, ProductName: `Mac Book Pro`, UnitPrice: 11830.22, Quantity: 2, ExtendedPrice: 23660.44, Freight: 330.22, Discontinued: true, Region: `North East`, Address: `135 Wall Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 90101 }), + new InvoicesDataItem({ ShipName: `Smith Home`, ShipAddress: `164 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 70056, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1020, CustomerName: `James Smith`, CustomerFirstName: `James`, CustomerLastName: `Smith`, CustomerAddress: `164 Market Street, Philadelphia, USA, 70056`, Salesperson: `Ben Watson`, OrderID: 1759, OrderDate: `8/3/2022`, ProductID: 129, ProductName: `Mac Book Pro`, UnitPrice: 15140.82, Quantity: 4, ExtendedPrice: 60563.28, Freight: 1400.82, Discontinued: false, Region: `South East`, Address: `164 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 70056 }), + new InvoicesDataItem({ ShipName: `Madison Estate`, ShipAddress: `196 Wall Street`, ShipCity: `Miami`, ShipPostalCode: 90169, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1021, CustomerName: `Max Madison`, CustomerFirstName: `Max`, CustomerLastName: `Madison`, CustomerAddress: `196 Wall Street, Miami, USA, 90169`, Salesperson: `Mike Smith`, OrderID: 1879, OrderDate: `8/17/2022`, ProductID: 127, ProductName: `Mac Book Air`, UnitPrice: 26710.41, Quantity: 5, ExtendedPrice: 133552.05, Freight: 1810.41, Discontinued: false, Region: `West`, Address: `196 Wall Street`, City: `Miami`, Country: `USA`, PostalCode: 90169 }), + new InvoicesDataItem({ ShipName: `Black Market`, ShipAddress: `175 Wall Street`, ShipCity: `Philadelphia`, ShipPostalCode: 50142, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1022, CustomerName: `Nancy Black`, CustomerFirstName: `Nancy`, CustomerLastName: `Black`, CustomerAddress: `175 Wall Street, Philadelphia, USA, 50142`, Salesperson: `Anna Jefferson`, OrderID: 1917, OrderDate: `3/6/2022`, ProductID: 114, ProductName: `IPad`, UnitPrice: 9640.51, Quantity: 3, ExtendedPrice: 28921.53, Freight: 840.51, Discontinued: false, Region: `North East`, Address: `175 Wall Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 50142 }), + new InvoicesDataItem({ ShipName: `Black Home`, ShipAddress: `122 Main Street`, ShipCity: `Los Angeles`, ShipPostalCode: 60097, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1023, CustomerName: `Pamela Black`, CustomerFirstName: `Pamela`, CustomerLastName: `Black`, CustomerAddress: `122 Main Street, Los Angeles, USA, 60097`, Salesperson: `James Black`, OrderID: 1176, OrderDate: `8/4/2022`, ProductID: 197, ProductName: `IPad`, UnitPrice: 14500.56, Quantity: 4, ExtendedPrice: 58002.24, Freight: 530.56, Discontinued: false, Region: `West`, Address: `122 Main Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 60097 }), + new InvoicesDataItem({ ShipName: `Smith Home`, ShipAddress: `139 Main Street`, ShipCity: `Miami`, ShipPostalCode: 60175, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1024, CustomerName: `James Smith`, CustomerFirstName: `James`, CustomerLastName: `Smith`, CustomerAddress: `139 Main Street, Miami, USA, 60175`, Salesperson: `Mike Jefferson`, OrderID: 1317, OrderDate: `5/21/2022`, ProductID: 115, ProductName: `Mac Book Air`, UnitPrice: 17200.82, Quantity: 2, ExtendedPrice: 34401.64, Freight: 1610.82, Discontinued: false, Region: `West`, Address: `139 Main Street`, City: `Miami`, Country: `USA`, PostalCode: 60175 }), + new InvoicesDataItem({ ShipName: `Watson Townhouse`, ShipAddress: `155 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 60124, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1025, CustomerName: `James Watson`, CustomerFirstName: `James`, CustomerLastName: `Watson`, CustomerAddress: `155 Market Street, Philadelphia, USA, 60124`, Salesperson: `Max Smith`, OrderID: 1721, OrderDate: `6/15/2022`, ProductID: 197, ProductName: `Samsung Note`, UnitPrice: 9810.3, Quantity: 2, ExtendedPrice: 19620.6, Freight: 1990.3, Discontinued: false, Region: `South East`, Address: `155 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 60124 }), + new InvoicesDataItem({ ShipName: `Jackson Townhouse`, ShipAddress: `136 Main Street`, ShipCity: `Philadelphia`, ShipPostalCode: 80120, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1026, CustomerName: `Ben Jackson`, CustomerFirstName: `Ben`, CustomerLastName: `Jackson`, CustomerAddress: `136 Main Street, Philadelphia, USA, 80120`, Salesperson: `Max Smith`, OrderID: 1266, OrderDate: `12/13/2022`, ProductID: 198, ProductName: `Mac Book Pro`, UnitPrice: 25410.64, Quantity: 2, ExtendedPrice: 50821.28, Freight: 1860.64, Discontinued: false, Region: `West`, Address: `136 Main Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 80120 }), + new InvoicesDataItem({ ShipName: `Jackson Estate`, ShipAddress: `114 Main Street`, ShipCity: `New York`, ShipPostalCode: 60186, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1027, CustomerName: `Max Jackson`, CustomerFirstName: `Max`, CustomerLastName: `Jackson`, CustomerAddress: `114 Main Street, New York, USA, 60186`, Salesperson: `Mike Jefferson`, OrderID: 1636, OrderDate: `7/7/2022`, ProductID: 174, ProductName: `Mac Book Pro`, UnitPrice: 13740.7, Quantity: 4, ExtendedPrice: 54962.8, Freight: 1960.7, Discontinued: false, Region: `West`, Address: `114 Main Street`, City: `New York`, Country: `USA`, PostalCode: 60186 }), + new InvoicesDataItem({ ShipName: `Jefferson Home`, ShipAddress: `167 Market Street`, ShipCity: `Huston`, ShipPostalCode: 70193, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1028, CustomerName: `Nancy Jefferson`, CustomerFirstName: `Nancy`, CustomerLastName: `Jefferson`, CustomerAddress: `167 Market Street, Huston, USA, 70193`, Salesperson: `Ben Jefferson`, OrderID: 1689, OrderDate: `1/2/2022`, ProductID: 192, ProductName: `IPad`, UnitPrice: 8760.83, Quantity: 3, ExtendedPrice: 26282.49, Freight: 490.83, Discontinued: false, Region: `South East`, Address: `167 Market Street`, City: `Huston`, Country: `USA`, PostalCode: 70193 }), + new InvoicesDataItem({ ShipName: `Madison Home`, ShipAddress: `139 Wall Street`, ShipCity: `New York`, ShipPostalCode: 80080, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1029, CustomerName: `Anna Madison`, CustomerFirstName: `Anna`, CustomerLastName: `Madison`, CustomerAddress: `139 Wall Street, New York, USA, 80080`, Salesperson: `Anna Black`, OrderID: 1610, OrderDate: `3/17/2022`, ProductID: 105, ProductName: `Mac Book Pro`, UnitPrice: 19860.82, Quantity: 3, ExtendedPrice: 59582.46, Freight: 1990.82, Discontinued: true, Region: `West`, Address: `139 Wall Street`, City: `New York`, Country: `USA`, PostalCode: 80080 }), + new InvoicesDataItem({ ShipName: `Madison Home`, ShipAddress: `173 Market Street`, ShipCity: `New York`, ShipPostalCode: 70054, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1030, CustomerName: `Ben Madison`, CustomerFirstName: `Ben`, CustomerLastName: `Madison`, CustomerAddress: `173 Market Street, New York, USA, 70054`, Salesperson: `Ben Jackson`, OrderID: 1404, OrderDate: `12/8/2022`, ProductID: 171, ProductName: `IPhone`, UnitPrice: 12430.21, Quantity: 3, ExtendedPrice: 37290.63, Freight: 880.21, Discontinued: false, Region: `West`, Address: `173 Market Street`, City: `New York`, Country: `USA`, PostalCode: 70054 }), + new InvoicesDataItem({ ShipName: `Jefferson Market`, ShipAddress: `187 Wall Street`, ShipCity: `New York`, ShipPostalCode: 60100, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1031, CustomerName: `Mike Jefferson`, CustomerFirstName: `Mike`, CustomerLastName: `Jefferson`, CustomerAddress: `187 Wall Street, New York, USA, 60100`, Salesperson: `Nancy Smith`, OrderID: 1480, OrderDate: `2/8/2022`, ProductID: 181, ProductName: `IPad`, UnitPrice: 26730.66, Quantity: 2, ExtendedPrice: 53461.32, Freight: 510.66, Discontinued: false, Region: `South East`, Address: `187 Wall Street`, City: `New York`, Country: `USA`, PostalCode: 60100 }), + new InvoicesDataItem({ ShipName: `Madison Home`, ShipAddress: `149 Main Street`, ShipCity: `Los Angeles`, ShipPostalCode: 90150, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1032, CustomerName: `Mike Madison`, CustomerFirstName: `Mike`, CustomerLastName: `Madison`, CustomerAddress: `149 Main Street, Los Angeles, USA, 90150`, Salesperson: `Max Jefferson`, OrderID: 1886, OrderDate: `12/2/2022`, ProductID: 132, ProductName: `IPhone`, UnitPrice: 13760.64, Quantity: 3, ExtendedPrice: 41281.92, Freight: 1110.64, Discontinued: false, Region: `West`, Address: `149 Main Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 90150 }), + new InvoicesDataItem({ ShipName: `Smith Market`, ShipAddress: `124 Market Street`, ShipCity: `Huston`, ShipPostalCode: 80175, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1033, CustomerName: `Martin Smith`, CustomerFirstName: `Martin`, CustomerLastName: `Smith`, CustomerAddress: `124 Market Street, Huston, USA, 80175`, Salesperson: `Nancy Smith`, OrderID: 1625, OrderDate: `11/9/2022`, ProductID: 100, ProductName: `IPad`, UnitPrice: 11590.58, Quantity: 3, ExtendedPrice: 34771.74, Freight: 1080.58, Discontinued: false, Region: `South East`, Address: `124 Market Street`, City: `Huston`, Country: `USA`, PostalCode: 80175 }), + new InvoicesDataItem({ ShipName: `Watson Townhouse`, ShipAddress: `193 Wall Street`, ShipCity: `Philadelphia`, ShipPostalCode: 60165, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1034, CustomerName: `Max Watson`, CustomerFirstName: `Max`, CustomerLastName: `Watson`, CustomerAddress: `193 Wall Street, Philadelphia, USA, 60165`, Salesperson: `Martin Jackson`, OrderID: 1669, OrderDate: `7/3/2022`, ProductID: 157, ProductName: `Samsung Galaxy 22`, UnitPrice: 19220.31, Quantity: 2, ExtendedPrice: 38440.62, Freight: 1130.31, Discontinued: false, Region: `South East`, Address: `193 Wall Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 60165 }), + new InvoicesDataItem({ ShipName: `Jackson Estate`, ShipAddress: `200 Wall Street`, ShipCity: `Philadelphia`, ShipPostalCode: 80146, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1035, CustomerName: `Max Jackson`, CustomerFirstName: `Max`, CustomerLastName: `Jackson`, CustomerAddress: `200 Wall Street, Philadelphia, USA, 80146`, Salesperson: `Pamela Jefferson`, OrderID: 1654, OrderDate: `1/7/2022`, ProductID: 155, ProductName: `IPhone`, UnitPrice: 7040.83, Quantity: 2, ExtendedPrice: 14081.66, Freight: 1420.83, Discontinued: false, Region: `North East`, Address: `200 Wall Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 80146 }), + new InvoicesDataItem({ ShipName: `Smith Estate`, ShipAddress: `122 Market Street`, ShipCity: `Los Angeles`, ShipPostalCode: 80150, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1036, CustomerName: `Nancy Smith`, CustomerFirstName: `Nancy`, CustomerLastName: `Smith`, CustomerAddress: `122 Market Street, Los Angeles, USA, 80150`, Salesperson: `Martin Jackson`, OrderID: 1678, OrderDate: `12/14/2022`, ProductID: 120, ProductName: `Mac Book Air`, UnitPrice: 6530.89, Quantity: 3, ExtendedPrice: 19592.67, Freight: 250.89, Discontinued: false, Region: `North East`, Address: `122 Market Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 80150 }), + new InvoicesDataItem({ ShipName: `Jackson Market`, ShipAddress: `128 Main Street`, ShipCity: `Los Angeles`, ShipPostalCode: 50068, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1037, CustomerName: `Max Jackson`, CustomerFirstName: `Max`, CustomerLastName: `Jackson`, CustomerAddress: `128 Main Street, Los Angeles, USA, 50068`, Salesperson: `Ben Watson`, OrderID: 1301, OrderDate: `1/25/2022`, ProductID: 166, ProductName: `IPad`, UnitPrice: 11420.23, Quantity: 2, ExtendedPrice: 22840.46, Freight: 950.23, Discontinued: false, Region: `South East`, Address: `128 Main Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 50068 }), + new InvoicesDataItem({ ShipName: `Smith Home`, ShipAddress: `119 Market Street`, ShipCity: `Los Angeles`, ShipPostalCode: 60180, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1038, CustomerName: `Pamela Smith`, CustomerFirstName: `Pamela`, CustomerLastName: `Smith`, CustomerAddress: `119 Market Street, Los Angeles, USA, 60180`, Salesperson: `Pamela Madison`, OrderID: 1385, OrderDate: `6/24/2022`, ProductID: 132, ProductName: `Mac Book Air`, UnitPrice: 29810.6, Quantity: 4, ExtendedPrice: 119242.4, Freight: 220.6, Discontinued: false, Region: `West`, Address: `119 Market Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 60180 }), + new InvoicesDataItem({ ShipName: `Jefferson Market`, ShipAddress: `115 Market Street`, ShipCity: `Los Angeles`, ShipPostalCode: 90168, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1039, CustomerName: `James Jefferson`, CustomerFirstName: `James`, CustomerLastName: `Jefferson`, CustomerAddress: `115 Market Street, Los Angeles, USA, 90168`, Salesperson: `Martin Smith`, OrderID: 1308, OrderDate: `8/13/2022`, ProductID: 109, ProductName: `Samsung Galaxy 22`, UnitPrice: 20770.59, Quantity: 5, ExtendedPrice: 103852.95, Freight: 1690.59, Discontinued: true, Region: `North East`, Address: `115 Market Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 90168 }), + new InvoicesDataItem({ ShipName: `Watson Estate`, ShipAddress: `128 Market Street`, ShipCity: `Los Angeles`, ShipPostalCode: 50118, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1040, CustomerName: `Anna Watson`, CustomerFirstName: `Anna`, CustomerLastName: `Watson`, CustomerAddress: `128 Market Street, Los Angeles, USA, 50118`, Salesperson: `Pamela Black`, OrderID: 1519, OrderDate: `10/4/2022`, ProductID: 139, ProductName: `Mac Book Air`, UnitPrice: 14860.44, Quantity: 2, ExtendedPrice: 29720.88, Freight: 1670.44, Discontinued: false, Region: `South East`, Address: `128 Market Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 50118 }), + new InvoicesDataItem({ ShipName: `Smith Townhouse`, ShipAddress: `108 Market Street`, ShipCity: `Los Angeles`, ShipPostalCode: 90129, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1041, CustomerName: `Martin Smith`, CustomerFirstName: `Martin`, CustomerLastName: `Smith`, CustomerAddress: `108 Market Street, Los Angeles, USA, 90129`, Salesperson: `Nancy Black`, OrderID: 1118, OrderDate: `2/7/2022`, ProductID: 126, ProductName: `Mac Book Air`, UnitPrice: 28690.85, Quantity: 4, ExtendedPrice: 114763.4, Freight: 500.85, Discontinued: false, Region: `West`, Address: `108 Market Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 90129 }), + new InvoicesDataItem({ ShipName: `Smith Market`, ShipAddress: `180 Main Street`, ShipCity: `Los Angeles`, ShipPostalCode: 50101, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1042, CustomerName: `Anna Smith`, CustomerFirstName: `Anna`, CustomerLastName: `Smith`, CustomerAddress: `180 Main Street, Los Angeles, USA, 50101`, Salesperson: `Martin Jefferson`, OrderID: 1541, OrderDate: `5/3/2022`, ProductID: 179, ProductName: `Mac Book Pro`, UnitPrice: 22630.28, Quantity: 3, ExtendedPrice: 67890.84, Freight: 1200.28, Discontinued: false, Region: `North East`, Address: `180 Main Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 50101 }), + new InvoicesDataItem({ ShipName: `Black Townhouse`, ShipAddress: `177 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 90107, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1043, CustomerName: `Max Black`, CustomerFirstName: `Max`, CustomerLastName: `Black`, CustomerAddress: `177 Market Street, Philadelphia, USA, 90107`, Salesperson: `Martin Jefferson`, OrderID: 1747, OrderDate: `5/11/2022`, ProductID: 133, ProductName: `Mac Book Pro`, UnitPrice: 6930.51, Quantity: 3, ExtendedPrice: 20791.53, Freight: 1660.51, Discontinued: false, Region: `South East`, Address: `177 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 90107 }), + new InvoicesDataItem({ ShipName: `Jefferson Estate`, ShipAddress: `134 Market Street`, ShipCity: `Miami`, ShipPostalCode: 70172, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1044, CustomerName: `Anna Jefferson`, CustomerFirstName: `Anna`, CustomerLastName: `Jefferson`, CustomerAddress: `134 Market Street, Miami, USA, 70172`, Salesperson: `Mike Smith`, OrderID: 1343, OrderDate: `10/11/2022`, ProductID: 190, ProductName: `Samsung Note`, UnitPrice: 26770.78, Quantity: 4, ExtendedPrice: 107083.12, Freight: 960.78, Discontinued: false, Region: `North East`, Address: `134 Market Street`, City: `Miami`, Country: `USA`, PostalCode: 70172 }), + new InvoicesDataItem({ ShipName: `Watson Estate`, ShipAddress: `117 Wall Street`, ShipCity: `Los Angeles`, ShipPostalCode: 90124, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1045, CustomerName: `James Watson`, CustomerFirstName: `James`, CustomerLastName: `Watson`, CustomerAddress: `117 Wall Street, Los Angeles, USA, 90124`, Salesperson: `Mike Watson`, OrderID: 1152, OrderDate: `2/25/2022`, ProductID: 101, ProductName: `Mac Book Pro`, UnitPrice: 8790.3, Quantity: 5, ExtendedPrice: 43951.5, Freight: 220.3, Discontinued: false, Region: `South East`, Address: `117 Wall Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 90124 }), + new InvoicesDataItem({ ShipName: `Black Market`, ShipAddress: `156 Wall Street`, ShipCity: `Philadelphia`, ShipPostalCode: 60181, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1046, CustomerName: `James Black`, CustomerFirstName: `James`, CustomerLastName: `Black`, CustomerAddress: `156 Wall Street, Philadelphia, USA, 60181`, Salesperson: `Anna Smith`, OrderID: 1823, OrderDate: `10/12/2022`, ProductID: 178, ProductName: `Samsung Note`, UnitPrice: 9750.55, Quantity: 3, ExtendedPrice: 29251.65, Freight: 1940.55, Discontinued: false, Region: `North East`, Address: `156 Wall Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 60181 }), + new InvoicesDataItem({ ShipName: `Madison Market`, ShipAddress: `122 Main Street`, ShipCity: `New York`, ShipPostalCode: 90182, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1047, CustomerName: `Ben Madison`, CustomerFirstName: `Ben`, CustomerLastName: `Madison`, CustomerAddress: `122 Main Street, New York, USA, 90182`, Salesperson: `Mike Black`, OrderID: 1548, OrderDate: `5/1/2022`, ProductID: 181, ProductName: `Mac Book Air`, UnitPrice: 11590.37, Quantity: 4, ExtendedPrice: 46361.48, Freight: 900.37, Discontinued: false, Region: `West`, Address: `122 Main Street`, City: `New York`, Country: `USA`, PostalCode: 90182 }), + new InvoicesDataItem({ ShipName: `Black Townhouse`, ShipAddress: `112 Market Street`, ShipCity: `Los Angeles`, ShipPostalCode: 60175, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1048, CustomerName: `Pamela Black`, CustomerFirstName: `Pamela`, CustomerLastName: `Black`, CustomerAddress: `112 Market Street, Los Angeles, USA, 60175`, Salesperson: `Mike Madison`, OrderID: 1581, OrderDate: `5/21/2022`, ProductID: 134, ProductName: `Mac Book Air`, UnitPrice: 8800.32, Quantity: 2, ExtendedPrice: 17600.64, Freight: 1820.32, Discontinued: false, Region: `South East`, Address: `112 Market Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 60175 }), + new InvoicesDataItem({ ShipName: `Black Estate`, ShipAddress: `153 Market Street`, ShipCity: `Los Angeles`, ShipPostalCode: 90170, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1049, CustomerName: `Pamela Black`, CustomerFirstName: `Pamela`, CustomerLastName: `Black`, CustomerAddress: `153 Market Street, Los Angeles, USA, 90170`, Salesperson: `Pamela Watson`, OrderID: 1145, OrderDate: `11/13/2022`, ProductID: 151, ProductName: `Mac Book Air`, UnitPrice: 25830.42, Quantity: 3, ExtendedPrice: 77491.26, Freight: 270.42, Discontinued: true, Region: `North East`, Address: `153 Market Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 90170 }), + new InvoicesDataItem({ ShipName: `Black Estate`, ShipAddress: `159 Market Street`, ShipCity: `Huston`, ShipPostalCode: 80198, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1050, CustomerName: `Anna Black`, CustomerFirstName: `Anna`, CustomerLastName: `Black`, CustomerAddress: `159 Market Street, Huston, USA, 80198`, Salesperson: `Pamela Jefferson`, OrderID: 1455, OrderDate: `12/16/2022`, ProductID: 115, ProductName: `Samsung Galaxy 22`, UnitPrice: 28510.28, Quantity: 2, ExtendedPrice: 57020.56, Freight: 1450.28, Discontinued: false, Region: `West`, Address: `159 Market Street`, City: `Huston`, Country: `USA`, PostalCode: 80198 }), + new InvoicesDataItem({ ShipName: `Jefferson Market`, ShipAddress: `125 Market Street`, ShipCity: `Miami`, ShipPostalCode: 70160, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1051, CustomerName: `Nancy Jefferson`, CustomerFirstName: `Nancy`, CustomerLastName: `Jefferson`, CustomerAddress: `125 Market Street, Miami, USA, 70160`, Salesperson: `Anna Jefferson`, OrderID: 1787, OrderDate: `1/3/2022`, ProductID: 171, ProductName: `Mac Book Air`, UnitPrice: 18830.35, Quantity: 3, ExtendedPrice: 56491.05, Freight: 1770.35, Discontinued: false, Region: `South East`, Address: `125 Market Street`, City: `Miami`, Country: `USA`, PostalCode: 70160 }), + new InvoicesDataItem({ ShipName: `Jefferson Home`, ShipAddress: `114 Wall Street`, ShipCity: `Los Angeles`, ShipPostalCode: 70083, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1052, CustomerName: `Nancy Jefferson`, CustomerFirstName: `Nancy`, CustomerLastName: `Jefferson`, CustomerAddress: `114 Wall Street, Los Angeles, USA, 70083`, Salesperson: `Anna Madison`, OrderID: 1591, OrderDate: `4/6/2022`, ProductID: 141, ProductName: `Mac Book Air`, UnitPrice: 18840.75, Quantity: 2, ExtendedPrice: 37681.5, Freight: 710.75, Discontinued: false, Region: `West`, Address: `114 Wall Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 70083 }), + new InvoicesDataItem({ ShipName: `Jefferson Townhouse`, ShipAddress: `193 Main Street`, ShipCity: `Los Angeles`, ShipPostalCode: 70170, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1053, CustomerName: `James Jefferson`, CustomerFirstName: `James`, CustomerLastName: `Jefferson`, CustomerAddress: `193 Main Street, Los Angeles, USA, 70170`, Salesperson: `Anna Jackson`, OrderID: 1020, OrderDate: `7/20/2022`, ProductID: 177, ProductName: `IPad`, UnitPrice: 15250.55, Quantity: 3, ExtendedPrice: 45751.65, Freight: 980.55, Discontinued: false, Region: `West`, Address: `193 Main Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 70170 }), + new InvoicesDataItem({ ShipName: `Smith Home`, ShipAddress: `156 Main Street`, ShipCity: `Huston`, ShipPostalCode: 50127, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1054, CustomerName: `Ben Smith`, CustomerFirstName: `Ben`, CustomerLastName: `Smith`, CustomerAddress: `156 Main Street, Huston, USA, 50127`, Salesperson: `James Black`, OrderID: 1770, OrderDate: `3/24/2022`, ProductID: 141, ProductName: `Samsung Galaxy 22`, UnitPrice: 14910.59, Quantity: 5, ExtendedPrice: 74552.95, Freight: 1330.59, Discontinued: false, Region: `South East`, Address: `156 Main Street`, City: `Huston`, Country: `USA`, PostalCode: 50127 }), + new InvoicesDataItem({ ShipName: `Jackson Market`, ShipAddress: `146 Market Street`, ShipCity: `Miami`, ShipPostalCode: 60064, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1055, CustomerName: `Max Jackson`, CustomerFirstName: `Max`, CustomerLastName: `Jackson`, CustomerAddress: `146 Market Street, Miami, USA, 60064`, Salesperson: `Mike Smith`, OrderID: 1766, OrderDate: `10/23/2022`, ProductID: 141, ProductName: `Mac Book Air`, UnitPrice: 16740.86, Quantity: 3, ExtendedPrice: 50222.58, Freight: 580.86, Discontinued: false, Region: `West`, Address: `146 Market Street`, City: `Miami`, Country: `USA`, PostalCode: 60064 }), + new InvoicesDataItem({ ShipName: `Black Estate`, ShipAddress: `163 Market Street`, ShipCity: `Los Angeles`, ShipPostalCode: 90158, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1056, CustomerName: `Max Black`, CustomerFirstName: `Max`, CustomerLastName: `Black`, CustomerAddress: `163 Market Street, Los Angeles, USA, 90158`, Salesperson: `Martin Jefferson`, OrderID: 1415, OrderDate: `9/2/2022`, ProductID: 112, ProductName: `IPhone`, UnitPrice: 25190.37, Quantity: 3, ExtendedPrice: 75571.11, Freight: 1060.37, Discontinued: false, Region: `South East`, Address: `163 Market Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 90158 }), + new InvoicesDataItem({ ShipName: `Watson Townhouse`, ShipAddress: `171 Main Street`, ShipCity: `New York`, ShipPostalCode: 50163, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1057, CustomerName: `James Watson`, CustomerFirstName: `James`, CustomerLastName: `Watson`, CustomerAddress: `171 Main Street, New York, USA, 50163`, Salesperson: `Martin Smith`, OrderID: 1430, OrderDate: `9/2/2022`, ProductID: 120, ProductName: `Samsung Note`, UnitPrice: 26340.71, Quantity: 2, ExtendedPrice: 52681.42, Freight: 770.71, Discontinued: false, Region: `North East`, Address: `171 Main Street`, City: `New York`, Country: `USA`, PostalCode: 50163 }), + new InvoicesDataItem({ ShipName: `Black Townhouse`, ShipAddress: `195 Wall Street`, ShipCity: `Philadelphia`, ShipPostalCode: 60159, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1058, CustomerName: `James Black`, CustomerFirstName: `James`, CustomerLastName: `Black`, CustomerAddress: `195 Wall Street, Philadelphia, USA, 60159`, Salesperson: `Ben Black`, OrderID: 1903, OrderDate: `2/19/2022`, ProductID: 161, ProductName: `IPad`, UnitPrice: 6290.33, Quantity: 5, ExtendedPrice: 31451.65, Freight: 890.33, Discontinued: false, Region: `South East`, Address: `195 Wall Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 60159 }), + new InvoicesDataItem({ ShipName: `Watson Market`, ShipAddress: `171 Market Street`, ShipCity: `Huston`, ShipPostalCode: 50154, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1059, CustomerName: `Pamela Watson`, CustomerFirstName: `Pamela`, CustomerLastName: `Watson`, CustomerAddress: `171 Market Street, Huston, USA, 50154`, Salesperson: `Anna Madison`, OrderID: 1578, OrderDate: `6/5/2022`, ProductID: 103, ProductName: `Samsung Galaxy 22`, UnitPrice: 20240.82, Quantity: 5, ExtendedPrice: 101204.1, Freight: 1490.82, Discontinued: true, Region: `West`, Address: `171 Market Street`, City: `Huston`, Country: `USA`, PostalCode: 50154 }), + new InvoicesDataItem({ ShipName: `Jackson Market`, ShipAddress: `103 Market Street`, ShipCity: `New York`, ShipPostalCode: 70081, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1060, CustomerName: `Max Jackson`, CustomerFirstName: `Max`, CustomerLastName: `Jackson`, CustomerAddress: `103 Market Street, New York, USA, 70081`, Salesperson: `Pamela Jackson`, OrderID: 1142, OrderDate: `4/1/2022`, ProductID: 108, ProductName: `IPhone`, UnitPrice: 9790.41, Quantity: 3, ExtendedPrice: 29371.23, Freight: 980.41, Discontinued: false, Region: `South East`, Address: `103 Market Street`, City: `New York`, Country: `USA`, PostalCode: 70081 }), + new InvoicesDataItem({ ShipName: `Smith Market`, ShipAddress: `187 Market Street`, ShipCity: `Los Angeles`, ShipPostalCode: 70141, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1061, CustomerName: `Mike Smith`, CustomerFirstName: `Mike`, CustomerLastName: `Smith`, CustomerAddress: `187 Market Street, Los Angeles, USA, 70141`, Salesperson: `Ben Jefferson`, OrderID: 1871, OrderDate: `8/20/2022`, ProductID: 197, ProductName: `IPad`, UnitPrice: 28960.39, Quantity: 2, ExtendedPrice: 57920.78, Freight: 1280.39, Discontinued: false, Region: `West`, Address: `187 Market Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 70141 }), + new InvoicesDataItem({ ShipName: `Black Estate`, ShipAddress: `145 Main Street`, ShipCity: `Philadelphia`, ShipPostalCode: 50068, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1062, CustomerName: `Ben Black`, CustomerFirstName: `Ben`, CustomerLastName: `Black`, CustomerAddress: `145 Main Street, Philadelphia, USA, 50068`, Salesperson: `Martin Watson`, OrderID: 1747, OrderDate: `1/20/2022`, ProductID: 198, ProductName: `Mac Book Pro`, UnitPrice: 12530.74, Quantity: 4, ExtendedPrice: 50122.96, Freight: 480.74, Discontinued: false, Region: `West`, Address: `145 Main Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 50068 }), + new InvoicesDataItem({ ShipName: `Black Home`, ShipAddress: `109 Market Street`, ShipCity: `Los Angeles`, ShipPostalCode: 90197, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1063, CustomerName: `Nancy Black`, CustomerFirstName: `Nancy`, CustomerLastName: `Black`, CustomerAddress: `109 Market Street, Los Angeles, USA, 90197`, Salesperson: `James Black`, OrderID: 1881, OrderDate: `11/6/2022`, ProductID: 162, ProductName: `Samsung Note`, UnitPrice: 29810.51, Quantity: 2, ExtendedPrice: 59621.02, Freight: 750.51, Discontinued: false, Region: `North East`, Address: `109 Market Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 90197 }), + new InvoicesDataItem({ ShipName: `Smith Market`, ShipAddress: `155 Market Street`, ShipCity: `Los Angeles`, ShipPostalCode: 50184, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1064, CustomerName: `Nancy Smith`, CustomerFirstName: `Nancy`, CustomerLastName: `Smith`, CustomerAddress: `155 Market Street, Los Angeles, USA, 50184`, Salesperson: `Mike Madison`, OrderID: 1172, OrderDate: `5/14/2022`, ProductID: 154, ProductName: `IPhone`, UnitPrice: 11440.88, Quantity: 2, ExtendedPrice: 22881.76, Freight: 1570.88, Discontinued: false, Region: `West`, Address: `155 Market Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 50184 }), + new InvoicesDataItem({ ShipName: `Jackson Estate`, ShipAddress: `136 Main Street`, ShipCity: `New York`, ShipPostalCode: 60147, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1065, CustomerName: `James Jackson`, CustomerFirstName: `James`, CustomerLastName: `Jackson`, CustomerAddress: `136 Main Street, New York, USA, 60147`, Salesperson: `James Jefferson`, OrderID: 1538, OrderDate: `2/4/2022`, ProductID: 142, ProductName: `IPad`, UnitPrice: 18340.25, Quantity: 5, ExtendedPrice: 91701.25, Freight: 1730.25, Discontinued: false, Region: `South East`, Address: `136 Main Street`, City: `New York`, Country: `USA`, PostalCode: 60147 }), + new InvoicesDataItem({ ShipName: `Madison Market`, ShipAddress: `184 Wall Street`, ShipCity: `Miami`, ShipPostalCode: 60091, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1066, CustomerName: `Mike Madison`, CustomerFirstName: `Mike`, CustomerLastName: `Madison`, CustomerAddress: `184 Wall Street, Miami, USA, 60091`, Salesperson: `Ben Jackson`, OrderID: 1863, OrderDate: `2/6/2022`, ProductID: 186, ProductName: `Samsung Note`, UnitPrice: 6690.4, Quantity: 5, ExtendedPrice: 33452, Freight: 930.4, Discontinued: false, Region: `West`, Address: `184 Wall Street`, City: `Miami`, Country: `USA`, PostalCode: 60091 }), + new InvoicesDataItem({ ShipName: `Jackson Townhouse`, ShipAddress: `103 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 80170, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1067, CustomerName: `James Jackson`, CustomerFirstName: `James`, CustomerLastName: `Jackson`, CustomerAddress: `103 Market Street, Philadelphia, USA, 80170`, Salesperson: `Max Black`, OrderID: 1476, OrderDate: `1/13/2022`, ProductID: 156, ProductName: `Mac Book Pro`, UnitPrice: 29040.31, Quantity: 5, ExtendedPrice: 145201.55, Freight: 1070.31, Discontinued: false, Region: `West`, Address: `103 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 80170 }), + new InvoicesDataItem({ ShipName: `Smith Estate`, ShipAddress: `104 Market Street`, ShipCity: `Los Angeles`, ShipPostalCode: 80188, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1068, CustomerName: `Ben Smith`, CustomerFirstName: `Ben`, CustomerLastName: `Smith`, CustomerAddress: `104 Market Street, Los Angeles, USA, 80188`, Salesperson: `Martin Watson`, OrderID: 1131, OrderDate: `9/13/2022`, ProductID: 131, ProductName: `Samsung Galaxy 22`, UnitPrice: 6780.79, Quantity: 4, ExtendedPrice: 27123.16, Freight: 600.79, Discontinued: false, Region: `South East`, Address: `104 Market Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 80188 }), + new InvoicesDataItem({ ShipName: `Madison Townhouse`, ShipAddress: `140 Main Street`, ShipCity: `New York`, ShipPostalCode: 90197, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1069, CustomerName: `Martin Madison`, CustomerFirstName: `Martin`, CustomerLastName: `Madison`, CustomerAddress: `140 Main Street, New York, USA, 90197`, Salesperson: `Anna Smith`, OrderID: 1829, OrderDate: `2/18/2022`, ProductID: 152, ProductName: `Samsung Note`, UnitPrice: 20150.52, Quantity: 4, ExtendedPrice: 80602.08, Freight: 1840.52, Discontinued: true, Region: `North East`, Address: `140 Main Street`, City: `New York`, Country: `USA`, PostalCode: 90197 }), + new InvoicesDataItem({ ShipName: `Smith Market`, ShipAddress: `172 Wall Street`, ShipCity: `Philadelphia`, ShipPostalCode: 90159, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1070, CustomerName: `Mike Smith`, CustomerFirstName: `Mike`, CustomerLastName: `Smith`, CustomerAddress: `172 Wall Street, Philadelphia, USA, 90159`, Salesperson: `Pamela Watson`, OrderID: 1082, OrderDate: `10/1/2022`, ProductID: 164, ProductName: `IPad`, UnitPrice: 23810.31, Quantity: 2, ExtendedPrice: 47620.62, Freight: 320.31, Discontinued: false, Region: `West`, Address: `172 Wall Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 90159 }), + new InvoicesDataItem({ ShipName: `Jackson Market`, ShipAddress: `147 Wall Street`, ShipCity: `Huston`, ShipPostalCode: 90173, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1071, CustomerName: `Ben Jackson`, CustomerFirstName: `Ben`, CustomerLastName: `Jackson`, CustomerAddress: `147 Wall Street, Huston, USA, 90173`, Salesperson: `Martin Smith`, OrderID: 1449, OrderDate: `1/21/2022`, ProductID: 111, ProductName: `Mac Book Pro`, UnitPrice: 8280.25, Quantity: 4, ExtendedPrice: 33121, Freight: 860.25, Discontinued: false, Region: `South East`, Address: `147 Wall Street`, City: `Huston`, Country: `USA`, PostalCode: 90173 }), + new InvoicesDataItem({ ShipName: `Jackson Market`, ShipAddress: `161 Main Street`, ShipCity: `Huston`, ShipPostalCode: 90102, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1072, CustomerName: `Mike Jackson`, CustomerFirstName: `Mike`, CustomerLastName: `Jackson`, CustomerAddress: `161 Main Street, Huston, USA, 90102`, Salesperson: `Nancy Black`, OrderID: 1609, OrderDate: `9/22/2022`, ProductID: 197, ProductName: `Samsung Note`, UnitPrice: 16740.35, Quantity: 4, ExtendedPrice: 66961.4, Freight: 1940.35, Discontinued: false, Region: `North East`, Address: `161 Main Street`, City: `Huston`, Country: `USA`, PostalCode: 90102 }), + new InvoicesDataItem({ ShipName: `Smith Home`, ShipAddress: `102 Market Street`, ShipCity: `Miami`, ShipPostalCode: 70124, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1073, CustomerName: `Ben Smith`, CustomerFirstName: `Ben`, CustomerLastName: `Smith`, CustomerAddress: `102 Market Street, Miami, USA, 70124`, Salesperson: `Anna Smith`, OrderID: 1984, OrderDate: `8/6/2022`, ProductID: 123, ProductName: `Samsung Galaxy 22`, UnitPrice: 14660.66, Quantity: 3, ExtendedPrice: 43981.98, Freight: 1910.66, Discontinued: false, Region: `West`, Address: `102 Market Street`, City: `Miami`, Country: `USA`, PostalCode: 70124 }), + new InvoicesDataItem({ ShipName: `Black Estate`, ShipAddress: `139 Market Street`, ShipCity: `Miami`, ShipPostalCode: 90134, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1074, CustomerName: `Martin Black`, CustomerFirstName: `Martin`, CustomerLastName: `Black`, CustomerAddress: `139 Market Street, Miami, USA, 90134`, Salesperson: `Max Jackson`, OrderID: 1060, OrderDate: `3/11/2022`, ProductID: 154, ProductName: `Mac Book Pro`, UnitPrice: 14460.37, Quantity: 4, ExtendedPrice: 57841.48, Freight: 1020.37, Discontinued: false, Region: `West`, Address: `139 Market Street`, City: `Miami`, Country: `USA`, PostalCode: 90134 }), + new InvoicesDataItem({ ShipName: `Jackson Market`, ShipAddress: `132 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 60055, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1075, CustomerName: `Martin Jackson`, CustomerFirstName: `Martin`, CustomerLastName: `Jackson`, CustomerAddress: `132 Market Street, Philadelphia, USA, 60055`, Salesperson: `Pamela Madison`, OrderID: 1213, OrderDate: `9/3/2022`, ProductID: 108, ProductName: `IPhone`, UnitPrice: 19340.74, Quantity: 3, ExtendedPrice: 58022.22, Freight: 1370.74, Discontinued: false, Region: `West`, Address: `132 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 60055 }), + new InvoicesDataItem({ ShipName: `Black Market`, ShipAddress: `192 Market Street`, ShipCity: `Miami`, ShipPostalCode: 90135, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1076, CustomerName: `Mike Black`, CustomerFirstName: `Mike`, CustomerLastName: `Black`, CustomerAddress: `192 Market Street, Miami, USA, 90135`, Salesperson: `Nancy Madison`, OrderID: 1563, OrderDate: `5/8/2022`, ProductID: 162, ProductName: `Samsung Note`, UnitPrice: 12670.48, Quantity: 2, ExtendedPrice: 25340.96, Freight: 1870.48, Discontinued: false, Region: `South East`, Address: `192 Market Street`, City: `Miami`, Country: `USA`, PostalCode: 90135 }), + new InvoicesDataItem({ ShipName: `Jefferson Market`, ShipAddress: `108 Wall Street`, ShipCity: `Miami`, ShipPostalCode: 90156, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1077, CustomerName: `Martin Jefferson`, CustomerFirstName: `Martin`, CustomerLastName: `Jefferson`, CustomerAddress: `108 Wall Street, Miami, USA, 90156`, Salesperson: `Max Smith`, OrderID: 1087, OrderDate: `6/24/2022`, ProductID: 194, ProductName: `Samsung Galaxy 22`, UnitPrice: 6860.84, Quantity: 3, ExtendedPrice: 20582.52, Freight: 1880.84, Discontinued: false, Region: `South East`, Address: `108 Wall Street`, City: `Miami`, Country: `USA`, PostalCode: 90156 }), + new InvoicesDataItem({ ShipName: `Smith Market`, ShipAddress: `162 Wall Street`, ShipCity: `New York`, ShipPostalCode: 80121, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1078, CustomerName: `Nancy Smith`, CustomerFirstName: `Nancy`, CustomerLastName: `Smith`, CustomerAddress: `162 Wall Street, New York, USA, 80121`, Salesperson: `Anna Black`, OrderID: 1663, OrderDate: `9/5/2022`, ProductID: 149, ProductName: `Mac Book Pro`, UnitPrice: 29550.53, Quantity: 5, ExtendedPrice: 147752.65, Freight: 1270.53, Discontinued: false, Region: `South East`, Address: `162 Wall Street`, City: `New York`, Country: `USA`, PostalCode: 80121 }), + new InvoicesDataItem({ ShipName: `Smith Market`, ShipAddress: `165 Main Street`, ShipCity: `Los Angeles`, ShipPostalCode: 70057, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1079, CustomerName: `Martin Smith`, CustomerFirstName: `Martin`, CustomerLastName: `Smith`, CustomerAddress: `165 Main Street, Los Angeles, USA, 70057`, Salesperson: `James Watson`, OrderID: 1724, OrderDate: `5/6/2022`, ProductID: 180, ProductName: `IPad`, UnitPrice: 13560.61, Quantity: 3, ExtendedPrice: 40681.83, Freight: 760.61, Discontinued: true, Region: `North East`, Address: `165 Main Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 70057 }), + new InvoicesDataItem({ ShipName: `Watson Market`, ShipAddress: `162 Main Street`, ShipCity: `Huston`, ShipPostalCode: 60057, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1080, CustomerName: `Anna Watson`, CustomerFirstName: `Anna`, CustomerLastName: `Watson`, CustomerAddress: `162 Main Street, Huston, USA, 60057`, Salesperson: `Anna Watson`, OrderID: 1156, OrderDate: `10/5/2022`, ProductID: 157, ProductName: `Samsung Galaxy 22`, UnitPrice: 17220.59, Quantity: 3, ExtendedPrice: 51661.77, Freight: 1550.59, Discontinued: false, Region: `North East`, Address: `162 Main Street`, City: `Huston`, Country: `USA`, PostalCode: 60057 }), + new InvoicesDataItem({ ShipName: `Watson Estate`, ShipAddress: `126 Main Street`, ShipCity: `Miami`, ShipPostalCode: 70200, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1081, CustomerName: `Nancy Watson`, CustomerFirstName: `Nancy`, CustomerLastName: `Watson`, CustomerAddress: `126 Main Street, Miami, USA, 70200`, Salesperson: `Ben Watson`, OrderID: 1982, OrderDate: `9/11/2022`, ProductID: 123, ProductName: `Mac Book Air`, UnitPrice: 25780.79, Quantity: 2, ExtendedPrice: 51561.58, Freight: 680.79, Discontinued: false, Region: `South East`, Address: `126 Main Street`, City: `Miami`, Country: `USA`, PostalCode: 70200 }), + new InvoicesDataItem({ ShipName: `Jackson Market`, ShipAddress: `105 Wall Street`, ShipCity: `Huston`, ShipPostalCode: 80141, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1082, CustomerName: `Max Jackson`, CustomerFirstName: `Max`, CustomerLastName: `Jackson`, CustomerAddress: `105 Wall Street, Huston, USA, 80141`, Salesperson: `Pamela Watson`, OrderID: 1462, OrderDate: `6/6/2022`, ProductID: 189, ProductName: `Samsung Galaxy 22`, UnitPrice: 16990.62, Quantity: 2, ExtendedPrice: 33981.24, Freight: 710.62, Discontinued: false, Region: `West`, Address: `105 Wall Street`, City: `Huston`, Country: `USA`, PostalCode: 80141 }), + new InvoicesDataItem({ ShipName: `Jefferson Market`, ShipAddress: `113 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 50187, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1083, CustomerName: `James Jefferson`, CustomerFirstName: `James`, CustomerLastName: `Jefferson`, CustomerAddress: `113 Market Street, Philadelphia, USA, 50187`, Salesperson: `Martin Jefferson`, OrderID: 1698, OrderDate: `5/16/2022`, ProductID: 148, ProductName: `IPhone`, UnitPrice: 16930.87, Quantity: 4, ExtendedPrice: 67723.48, Freight: 1080.87, Discontinued: false, Region: `North East`, Address: `113 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 50187 }), + new InvoicesDataItem({ ShipName: `Black Market`, ShipAddress: `164 Main Street`, ShipCity: `New York`, ShipPostalCode: 80172, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1084, CustomerName: `Mike Black`, CustomerFirstName: `Mike`, CustomerLastName: `Black`, CustomerAddress: `164 Main Street, New York, USA, 80172`, Salesperson: `Mike Jackson`, OrderID: 1300, OrderDate: `11/11/2022`, ProductID: 164, ProductName: `IPhone`, UnitPrice: 8120.59, Quantity: 4, ExtendedPrice: 32482.36, Freight: 1140.59, Discontinued: false, Region: `West`, Address: `164 Main Street`, City: `New York`, Country: `USA`, PostalCode: 80172 }), + new InvoicesDataItem({ ShipName: `Watson Estate`, ShipAddress: `108 Main Street`, ShipCity: `Philadelphia`, ShipPostalCode: 90074, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1085, CustomerName: `Pamela Watson`, CustomerFirstName: `Pamela`, CustomerLastName: `Watson`, CustomerAddress: `108 Main Street, Philadelphia, USA, 90074`, Salesperson: `Nancy Madison`, OrderID: 1401, OrderDate: `12/3/2022`, ProductID: 139, ProductName: `IPhone`, UnitPrice: 6160.25, Quantity: 4, ExtendedPrice: 24641, Freight: 1600.25, Discontinued: false, Region: `South East`, Address: `108 Main Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 90074 }), + new InvoicesDataItem({ ShipName: `Jefferson Market`, ShipAddress: `175 Main Street`, ShipCity: `Huston`, ShipPostalCode: 80111, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1086, CustomerName: `Max Jefferson`, CustomerFirstName: `Max`, CustomerLastName: `Jefferson`, CustomerAddress: `175 Main Street, Huston, USA, 80111`, Salesperson: `Nancy Watson`, OrderID: 1474, OrderDate: `9/1/2022`, ProductID: 138, ProductName: `Mac Book Air`, UnitPrice: 7220.7, Quantity: 4, ExtendedPrice: 28882.8, Freight: 1530.7, Discontinued: false, Region: `West`, Address: `175 Main Street`, City: `Huston`, Country: `USA`, PostalCode: 80111 }), + new InvoicesDataItem({ ShipName: `Madison Estate`, ShipAddress: `102 Wall Street`, ShipCity: `Miami`, ShipPostalCode: 80173, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1087, CustomerName: `Nancy Madison`, CustomerFirstName: `Nancy`, CustomerLastName: `Madison`, CustomerAddress: `102 Wall Street, Miami, USA, 80173`, Salesperson: `Martin Jackson`, OrderID: 1678, OrderDate: `5/6/2022`, ProductID: 190, ProductName: `IPad`, UnitPrice: 17990.28, Quantity: 4, ExtendedPrice: 71961.12, Freight: 1420.28, Discontinued: false, Region: `South East`, Address: `102 Wall Street`, City: `Miami`, Country: `USA`, PostalCode: 80173 }), + new InvoicesDataItem({ ShipName: `Jackson Townhouse`, ShipAddress: `163 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 50105, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1088, CustomerName: `Mike Jackson`, CustomerFirstName: `Mike`, CustomerLastName: `Jackson`, CustomerAddress: `163 Market Street, Philadelphia, USA, 50105`, Salesperson: `Martin Black`, OrderID: 1384, OrderDate: `4/16/2022`, ProductID: 156, ProductName: `Mac Book Pro`, UnitPrice: 15460.27, Quantity: 3, ExtendedPrice: 46380.81, Freight: 1250.27, Discontinued: false, Region: `West`, Address: `163 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 50105 }), + new InvoicesDataItem({ ShipName: `Watson Home`, ShipAddress: `165 Wall Street`, ShipCity: `Huston`, ShipPostalCode: 90075, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1089, CustomerName: `Ben Watson`, CustomerFirstName: `Ben`, CustomerLastName: `Watson`, CustomerAddress: `165 Wall Street, Huston, USA, 90075`, Salesperson: `Nancy Jefferson`, OrderID: 1223, OrderDate: `7/20/2022`, ProductID: 105, ProductName: `Mac Book Pro`, UnitPrice: 15450.62, Quantity: 2, ExtendedPrice: 30901.24, Freight: 1350.62, Discontinued: true, Region: `North East`, Address: `165 Wall Street`, City: `Huston`, Country: `USA`, PostalCode: 90075 }), + new InvoicesDataItem({ ShipName: `Jefferson Market`, ShipAddress: `140 Wall Street`, ShipCity: `New York`, ShipPostalCode: 80134, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1090, CustomerName: `Anna Jefferson`, CustomerFirstName: `Anna`, CustomerLastName: `Jefferson`, CustomerAddress: `140 Wall Street, New York, USA, 80134`, Salesperson: `Anna Watson`, OrderID: 1189, OrderDate: `10/5/2022`, ProductID: 128, ProductName: `Samsung Note`, UnitPrice: 15460.25, Quantity: 5, ExtendedPrice: 77301.25, Freight: 840.25, Discontinued: false, Region: `West`, Address: `140 Wall Street`, City: `New York`, Country: `USA`, PostalCode: 80134 }), + new InvoicesDataItem({ ShipName: `Madison Market`, ShipAddress: `191 Wall Street`, ShipCity: `Los Angeles`, ShipPostalCode: 80168, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1091, CustomerName: `Max Madison`, CustomerFirstName: `Max`, CustomerLastName: `Madison`, CustomerAddress: `191 Wall Street, Los Angeles, USA, 80168`, Salesperson: `Anna Madison`, OrderID: 1657, OrderDate: `8/7/2022`, ProductID: 154, ProductName: `IPad`, UnitPrice: 24990.6, Quantity: 5, ExtendedPrice: 124953, Freight: 1890.6, Discontinued: false, Region: `South East`, Address: `191 Wall Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 80168 }), + new InvoicesDataItem({ ShipName: `Watson Market`, ShipAddress: `111 Market Street`, ShipCity: `Los Angeles`, ShipPostalCode: 60130, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1092, CustomerName: `Anna Watson`, CustomerFirstName: `Anna`, CustomerLastName: `Watson`, CustomerAddress: `111 Market Street, Los Angeles, USA, 60130`, Salesperson: `Ben Jackson`, OrderID: 1818, OrderDate: `12/2/2022`, ProductID: 107, ProductName: `Samsung Note`, UnitPrice: 19750.45, Quantity: 4, ExtendedPrice: 79001.8, Freight: 1840.45, Discontinued: false, Region: `South East`, Address: `111 Market Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 60130 }), + new InvoicesDataItem({ ShipName: `Madison Estate`, ShipAddress: `190 Market Street`, ShipCity: `Los Angeles`, ShipPostalCode: 50162, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1093, CustomerName: `Mike Madison`, CustomerFirstName: `Mike`, CustomerLastName: `Madison`, CustomerAddress: `190 Market Street, Los Angeles, USA, 50162`, Salesperson: `Mike Watson`, OrderID: 1117, OrderDate: `10/12/2022`, ProductID: 176, ProductName: `Samsung Note`, UnitPrice: 15390.57, Quantity: 5, ExtendedPrice: 76952.85, Freight: 1500.57, Discontinued: false, Region: `West`, Address: `190 Market Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 50162 }), + new InvoicesDataItem({ ShipName: `Black Market`, ShipAddress: `121 Main Street`, ShipCity: `Miami`, ShipPostalCode: 70156, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1094, CustomerName: `James Black`, CustomerFirstName: `James`, CustomerLastName: `Black`, CustomerAddress: `121 Main Street, Miami, USA, 70156`, Salesperson: `Mike Jackson`, OrderID: 1188, OrderDate: `11/23/2022`, ProductID: 177, ProductName: `IPad`, UnitPrice: 23120.28, Quantity: 3, ExtendedPrice: 69360.84, Freight: 1670.28, Discontinued: false, Region: `South East`, Address: `121 Main Street`, City: `Miami`, Country: `USA`, PostalCode: 70156 }), + new InvoicesDataItem({ ShipName: `Smith Market`, ShipAddress: `120 Main Street`, ShipCity: `Miami`, ShipPostalCode: 60082, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1095, CustomerName: `Martin Smith`, CustomerFirstName: `Martin`, CustomerLastName: `Smith`, CustomerAddress: `120 Main Street, Miami, USA, 60082`, Salesperson: `Nancy Smith`, OrderID: 1673, OrderDate: `1/25/2022`, ProductID: 189, ProductName: `Mac Book Air`, UnitPrice: 16310.31, Quantity: 4, ExtendedPrice: 65241.24, Freight: 370.31, Discontinued: false, Region: `South East`, Address: `120 Main Street`, City: `Miami`, Country: `USA`, PostalCode: 60082 }), + new InvoicesDataItem({ ShipName: `Madison Estate`, ShipAddress: `102 Main Street`, ShipCity: `Miami`, ShipPostalCode: 90125, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1096, CustomerName: `Pamela Madison`, CustomerFirstName: `Pamela`, CustomerLastName: `Madison`, CustomerAddress: `102 Main Street, Miami, USA, 90125`, Salesperson: `Pamela Smith`, OrderID: 1048, OrderDate: `8/6/2022`, ProductID: 148, ProductName: `Mac Book Pro`, UnitPrice: 14920.59, Quantity: 2, ExtendedPrice: 29841.18, Freight: 1110.59, Discontinued: false, Region: `West`, Address: `102 Main Street`, City: `Miami`, Country: `USA`, PostalCode: 90125 }), + new InvoicesDataItem({ ShipName: `Jefferson Home`, ShipAddress: `125 Main Street`, ShipCity: `Los Angeles`, ShipPostalCode: 80199, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1097, CustomerName: `James Jefferson`, CustomerFirstName: `James`, CustomerLastName: `Jefferson`, CustomerAddress: `125 Main Street, Los Angeles, USA, 80199`, Salesperson: `Pamela Black`, OrderID: 1336, OrderDate: `6/1/2022`, ProductID: 159, ProductName: `Mac Book Pro`, UnitPrice: 11370.4, Quantity: 5, ExtendedPrice: 56852, Freight: 1210.4, Discontinued: false, Region: `West`, Address: `125 Main Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 80199 }), + new InvoicesDataItem({ ShipName: `Jefferson Townhouse`, ShipAddress: `109 Wall Street`, ShipCity: `Miami`, ShipPostalCode: 60118, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1098, CustomerName: `Mike Jefferson`, CustomerFirstName: `Mike`, CustomerLastName: `Jefferson`, CustomerAddress: `109 Wall Street, Miami, USA, 60118`, Salesperson: `James Madison`, OrderID: 1049, OrderDate: `2/14/2022`, ProductID: 172, ProductName: `Mac Book Pro`, UnitPrice: 18730.79, Quantity: 5, ExtendedPrice: 93653.95, Freight: 300.79, Discontinued: false, Region: `South East`, Address: `109 Wall Street`, City: `Miami`, Country: `USA`, PostalCode: 60118 }), + new InvoicesDataItem({ ShipName: `Smith Townhouse`, ShipAddress: `149 Main Street`, ShipCity: `Miami`, ShipPostalCode: 50128, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1099, CustomerName: `Anna Smith`, CustomerFirstName: `Anna`, CustomerLastName: `Smith`, CustomerAddress: `149 Main Street, Miami, USA, 50128`, Salesperson: `James Watson`, OrderID: 1292, OrderDate: `3/15/2022`, ProductID: 183, ProductName: `Mac Book Air`, UnitPrice: 16730.48, Quantity: 5, ExtendedPrice: 83652.4, Freight: 1320.48, Discontinued: true, Region: `North East`, Address: `149 Main Street`, City: `Miami`, Country: `USA`, PostalCode: 50128 }), + new InvoicesDataItem({ ShipName: `Smith Estate`, ShipAddress: `183 Wall Street`, ShipCity: `New York`, ShipPostalCode: 50089, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1100, CustomerName: `Ben Smith`, CustomerFirstName: `Ben`, CustomerLastName: `Smith`, CustomerAddress: `183 Wall Street, New York, USA, 50089`, Salesperson: `Max Watson`, OrderID: 1724, OrderDate: `9/22/2022`, ProductID: 160, ProductName: `IPad`, UnitPrice: 23370.51, Quantity: 3, ExtendedPrice: 70111.53, Freight: 1200.51, Discontinued: false, Region: `North East`, Address: `183 Wall Street`, City: `New York`, Country: `USA`, PostalCode: 50089 }), + new InvoicesDataItem({ ShipName: `Watson Estate`, ShipAddress: `195 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 60110, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1101, CustomerName: `Martin Watson`, CustomerFirstName: `Martin`, CustomerLastName: `Watson`, CustomerAddress: `195 Market Street, Philadelphia, USA, 60110`, Salesperson: `Martin Black`, OrderID: 1154, OrderDate: `4/13/2022`, ProductID: 180, ProductName: `Samsung Note`, UnitPrice: 24870.49, Quantity: 4, ExtendedPrice: 99481.96, Freight: 1200.49, Discontinued: false, Region: `South East`, Address: `195 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 60110 }), + new InvoicesDataItem({ ShipName: `Madison Estate`, ShipAddress: `153 Market Street`, ShipCity: `New York`, ShipPostalCode: 60113, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1102, CustomerName: `Ben Madison`, CustomerFirstName: `Ben`, CustomerLastName: `Madison`, CustomerAddress: `153 Market Street, New York, USA, 60113`, Salesperson: `Nancy Black`, OrderID: 1333, OrderDate: `2/24/2022`, ProductID: 192, ProductName: `Samsung Note`, UnitPrice: 12710.8, Quantity: 4, ExtendedPrice: 50843.2, Freight: 1520.8, Discontinued: false, Region: `North East`, Address: `153 Market Street`, City: `New York`, Country: `USA`, PostalCode: 60113 }), + new InvoicesDataItem({ ShipName: `Watson Market`, ShipAddress: `185 Market Street`, ShipCity: `Miami`, ShipPostalCode: 60118, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1103, CustomerName: `James Watson`, CustomerFirstName: `James`, CustomerLastName: `Watson`, CustomerAddress: `185 Market Street, Miami, USA, 60118`, Salesperson: `Max Black`, OrderID: 1243, OrderDate: `2/7/2022`, ProductID: 124, ProductName: `Samsung Galaxy 22`, UnitPrice: 16270.33, Quantity: 4, ExtendedPrice: 65081.32, Freight: 1050.33, Discontinued: false, Region: `West`, Address: `185 Market Street`, City: `Miami`, Country: `USA`, PostalCode: 60118 }), + new InvoicesDataItem({ ShipName: `Smith Home`, ShipAddress: `181 Market Street`, ShipCity: `Miami`, ShipPostalCode: 80055, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1104, CustomerName: `Anna Smith`, CustomerFirstName: `Anna`, CustomerLastName: `Smith`, CustomerAddress: `181 Market Street, Miami, USA, 80055`, Salesperson: `Nancy Madison`, OrderID: 1090, OrderDate: `12/2/2022`, ProductID: 106, ProductName: `Mac Book Pro`, UnitPrice: 25150.85, Quantity: 5, ExtendedPrice: 125754.25, Freight: 560.85, Discontinued: false, Region: `North East`, Address: `181 Market Street`, City: `Miami`, Country: `USA`, PostalCode: 80055 }), + new InvoicesDataItem({ ShipName: `Watson Home`, ShipAddress: `185 Market Street`, ShipCity: `Los Angeles`, ShipPostalCode: 60149, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1105, CustomerName: `Ben Watson`, CustomerFirstName: `Ben`, CustomerLastName: `Watson`, CustomerAddress: `185 Market Street, Los Angeles, USA, 60149`, Salesperson: `Martin Madison`, OrderID: 1697, OrderDate: `10/12/2022`, ProductID: 193, ProductName: `Mac Book Air`, UnitPrice: 18440.22, Quantity: 5, ExtendedPrice: 92201.1, Freight: 1030.22, Discontinued: false, Region: `North East`, Address: `185 Market Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 60149 }), + new InvoicesDataItem({ ShipName: `Madison Home`, ShipAddress: `110 Wall Street`, ShipCity: `Los Angeles`, ShipPostalCode: 90160, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1106, CustomerName: `Anna Madison`, CustomerFirstName: `Anna`, CustomerLastName: `Madison`, CustomerAddress: `110 Wall Street, Los Angeles, USA, 90160`, Salesperson: `Mike Jefferson`, OrderID: 1868, OrderDate: `6/20/2022`, ProductID: 166, ProductName: `Samsung Galaxy 22`, UnitPrice: 10990.49, Quantity: 5, ExtendedPrice: 54952.45, Freight: 1250.49, Discontinued: false, Region: `North East`, Address: `110 Wall Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 90160 }), + new InvoicesDataItem({ ShipName: `Madison Home`, ShipAddress: `124 Wall Street`, ShipCity: `Miami`, ShipPostalCode: 90129, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1107, CustomerName: `Martin Madison`, CustomerFirstName: `Martin`, CustomerLastName: `Madison`, CustomerAddress: `124 Wall Street, Miami, USA, 90129`, Salesperson: `Max Madison`, OrderID: 1419, OrderDate: `11/8/2022`, ProductID: 119, ProductName: `Mac Book Air`, UnitPrice: 9310.28, Quantity: 3, ExtendedPrice: 27930.84, Freight: 1660.28, Discontinued: false, Region: `West`, Address: `124 Wall Street`, City: `Miami`, Country: `USA`, PostalCode: 90129 }), + new InvoicesDataItem({ ShipName: `Jefferson Townhouse`, ShipAddress: `144 Wall Street`, ShipCity: `Huston`, ShipPostalCode: 80145, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1108, CustomerName: `Pamela Jefferson`, CustomerFirstName: `Pamela`, CustomerLastName: `Jefferson`, CustomerAddress: `144 Wall Street, Huston, USA, 80145`, Salesperson: `Mike Smith`, OrderID: 1103, OrderDate: `5/14/2022`, ProductID: 172, ProductName: `Mac Book Pro`, UnitPrice: 5130.33, Quantity: 2, ExtendedPrice: 10260.66, Freight: 1840.33, Discontinued: false, Region: `North East`, Address: `144 Wall Street`, City: `Huston`, Country: `USA`, PostalCode: 80145 }), + new InvoicesDataItem({ ShipName: `Jefferson Estate`, ShipAddress: `200 Main Street`, ShipCity: `Philadelphia`, ShipPostalCode: 50073, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1109, CustomerName: `Nancy Jefferson`, CustomerFirstName: `Nancy`, CustomerLastName: `Jefferson`, CustomerAddress: `200 Main Street, Philadelphia, USA, 50073`, Salesperson: `Max Jackson`, OrderID: 1461, OrderDate: `6/13/2022`, ProductID: 153, ProductName: `Mac Book Pro`, UnitPrice: 23080.59, Quantity: 3, ExtendedPrice: 69241.77, Freight: 540.59, Discontinued: true, Region: `West`, Address: `200 Main Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 50073 }), + new InvoicesDataItem({ ShipName: `Madison Market`, ShipAddress: `196 Market Street`, ShipCity: `New York`, ShipPostalCode: 70070, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1110, CustomerName: `Mike Madison`, CustomerFirstName: `Mike`, CustomerLastName: `Madison`, CustomerAddress: `196 Market Street, New York, USA, 70070`, Salesperson: `Nancy Smith`, OrderID: 1713, OrderDate: `3/6/2022`, ProductID: 121, ProductName: `Mac Book Pro`, UnitPrice: 29390.58, Quantity: 3, ExtendedPrice: 88171.74, Freight: 1170.58, Discontinued: false, Region: `West`, Address: `196 Market Street`, City: `New York`, Country: `USA`, PostalCode: 70070 }), + new InvoicesDataItem({ ShipName: `Smith Home`, ShipAddress: `154 Main Street`, ShipCity: `New York`, ShipPostalCode: 70167, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1111, CustomerName: `Martin Smith`, CustomerFirstName: `Martin`, CustomerLastName: `Smith`, CustomerAddress: `154 Main Street, New York, USA, 70167`, Salesperson: `Pamela Jackson`, OrderID: 1956, OrderDate: `1/2/2022`, ProductID: 156, ProductName: `Samsung Note`, UnitPrice: 24870.88, Quantity: 2, ExtendedPrice: 49741.76, Freight: 1360.88, Discontinued: false, Region: `North East`, Address: `154 Main Street`, City: `New York`, Country: `USA`, PostalCode: 70167 }), + new InvoicesDataItem({ ShipName: `Jefferson Townhouse`, ShipAddress: `110 Main Street`, ShipCity: `Miami`, ShipPostalCode: 90055, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1112, CustomerName: `Mike Jefferson`, CustomerFirstName: `Mike`, CustomerLastName: `Jefferson`, CustomerAddress: `110 Main Street, Miami, USA, 90055`, Salesperson: `Anna Madison`, OrderID: 1530, OrderDate: `10/15/2022`, ProductID: 113, ProductName: `IPad`, UnitPrice: 24570.87, Quantity: 4, ExtendedPrice: 98283.48, Freight: 930.87, Discontinued: false, Region: `South East`, Address: `110 Main Street`, City: `Miami`, Country: `USA`, PostalCode: 90055 }), + new InvoicesDataItem({ ShipName: `Jefferson Townhouse`, ShipAddress: `200 Market Street`, ShipCity: `Huston`, ShipPostalCode: 70105, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1113, CustomerName: `Martin Jefferson`, CustomerFirstName: `Martin`, CustomerLastName: `Jefferson`, CustomerAddress: `200 Market Street, Huston, USA, 70105`, Salesperson: `James Jackson`, OrderID: 1488, OrderDate: `7/13/2022`, ProductID: 109, ProductName: `IPhone`, UnitPrice: 23860.57, Quantity: 4, ExtendedPrice: 95442.28, Freight: 1130.57, Discontinued: false, Region: `North East`, Address: `200 Market Street`, City: `Huston`, Country: `USA`, PostalCode: 70105 }), + new InvoicesDataItem({ ShipName: `Jefferson Home`, ShipAddress: `181 Main Street`, ShipCity: `Philadelphia`, ShipPostalCode: 80175, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1114, CustomerName: `Ben Jefferson`, CustomerFirstName: `Ben`, CustomerLastName: `Jefferson`, CustomerAddress: `181 Main Street, Philadelphia, USA, 80175`, Salesperson: `Max Jackson`, OrderID: 1143, OrderDate: `6/13/2022`, ProductID: 144, ProductName: `Mac Book Air`, UnitPrice: 28390.63, Quantity: 5, ExtendedPrice: 141953.15, Freight: 300.63, Discontinued: false, Region: `North East`, Address: `181 Main Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 80175 }), + new InvoicesDataItem({ ShipName: `Jackson Home`, ShipAddress: `137 Market Street`, ShipCity: `Huston`, ShipPostalCode: 50144, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1115, CustomerName: `Ben Jackson`, CustomerFirstName: `Ben`, CustomerLastName: `Jackson`, CustomerAddress: `137 Market Street, Huston, USA, 50144`, Salesperson: `Martin Jackson`, OrderID: 1274, OrderDate: `4/8/2022`, ProductID: 134, ProductName: `IPad`, UnitPrice: 22580.34, Quantity: 2, ExtendedPrice: 45160.68, Freight: 1720.34, Discontinued: false, Region: `South East`, Address: `137 Market Street`, City: `Huston`, Country: `USA`, PostalCode: 50144 }), + new InvoicesDataItem({ ShipName: `Jefferson Market`, ShipAddress: `186 Main Street`, ShipCity: `Los Angeles`, ShipPostalCode: 70112, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1116, CustomerName: `Pamela Jefferson`, CustomerFirstName: `Pamela`, CustomerLastName: `Jefferson`, CustomerAddress: `186 Main Street, Los Angeles, USA, 70112`, Salesperson: `Mike Jefferson`, OrderID: 1597, OrderDate: `8/6/2022`, ProductID: 127, ProductName: `Mac Book Pro`, UnitPrice: 28490.48, Quantity: 3, ExtendedPrice: 85471.44, Freight: 760.48, Discontinued: false, Region: `South East`, Address: `186 Main Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 70112 }), + new InvoicesDataItem({ ShipName: `Watson Townhouse`, ShipAddress: `152 Wall Street`, ShipCity: `Huston`, ShipPostalCode: 50080, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1117, CustomerName: `Nancy Watson`, CustomerFirstName: `Nancy`, CustomerLastName: `Watson`, CustomerAddress: `152 Wall Street, Huston, USA, 50080`, Salesperson: `Max Jackson`, OrderID: 1632, OrderDate: `4/15/2022`, ProductID: 179, ProductName: `Mac Book Pro`, UnitPrice: 20680.38, Quantity: 5, ExtendedPrice: 103401.9, Freight: 490.38, Discontinued: false, Region: `West`, Address: `152 Wall Street`, City: `Huston`, Country: `USA`, PostalCode: 50080 }), + new InvoicesDataItem({ ShipName: `Black Home`, ShipAddress: `147 Wall Street`, ShipCity: `Huston`, ShipPostalCode: 60136, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1118, CustomerName: `Pamela Black`, CustomerFirstName: `Pamela`, CustomerLastName: `Black`, CustomerAddress: `147 Wall Street, Huston, USA, 60136`, Salesperson: `Mike Watson`, OrderID: 1461, OrderDate: `4/21/2022`, ProductID: 118, ProductName: `Samsung Note`, UnitPrice: 6990.24, Quantity: 5, ExtendedPrice: 34951.2, Freight: 460.24, Discontinued: false, Region: `North East`, Address: `147 Wall Street`, City: `Huston`, Country: `USA`, PostalCode: 60136 }), + new InvoicesDataItem({ ShipName: `Black Estate`, ShipAddress: `161 Market Street`, ShipCity: `Huston`, ShipPostalCode: 80121, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1119, CustomerName: `James Black`, CustomerFirstName: `James`, CustomerLastName: `Black`, CustomerAddress: `161 Market Street, Huston, USA, 80121`, Salesperson: `Martin Jefferson`, OrderID: 1380, OrderDate: `1/3/2022`, ProductID: 176, ProductName: `Mac Book Air`, UnitPrice: 26540.79, Quantity: 5, ExtendedPrice: 132703.95, Freight: 470.79, Discontinued: true, Region: `West`, Address: `161 Market Street`, City: `Huston`, Country: `USA`, PostalCode: 80121 }), + new InvoicesDataItem({ ShipName: `Watson Townhouse`, ShipAddress: `118 Main Street`, ShipCity: `Philadelphia`, ShipPostalCode: 50189, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1120, CustomerName: `Ben Watson`, CustomerFirstName: `Ben`, CustomerLastName: `Watson`, CustomerAddress: `118 Main Street, Philadelphia, USA, 50189`, Salesperson: `Ben Watson`, OrderID: 1658, OrderDate: `1/4/2022`, ProductID: 184, ProductName: `Mac Book Air`, UnitPrice: 16830.41, Quantity: 5, ExtendedPrice: 84152.05, Freight: 1660.41, Discontinued: false, Region: `West`, Address: `118 Main Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 50189 }), + new InvoicesDataItem({ ShipName: `Jackson Townhouse`, ShipAddress: `186 Market Street`, ShipCity: `Miami`, ShipPostalCode: 60097, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1121, CustomerName: `Pamela Jackson`, CustomerFirstName: `Pamela`, CustomerLastName: `Jackson`, CustomerAddress: `186 Market Street, Miami, USA, 60097`, Salesperson: `Nancy Watson`, OrderID: 1754, OrderDate: `7/3/2022`, ProductID: 148, ProductName: `Mac Book Air`, UnitPrice: 5030.24, Quantity: 3, ExtendedPrice: 15090.72, Freight: 1660.24, Discontinued: false, Region: `South East`, Address: `186 Market Street`, City: `Miami`, Country: `USA`, PostalCode: 60097 }), + new InvoicesDataItem({ ShipName: `Smith Market`, ShipAddress: `191 Main Street`, ShipCity: `Los Angeles`, ShipPostalCode: 90155, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1122, CustomerName: `Ben Smith`, CustomerFirstName: `Ben`, CustomerLastName: `Smith`, CustomerAddress: `191 Main Street, Los Angeles, USA, 90155`, Salesperson: `Anna Madison`, OrderID: 1279, OrderDate: `3/14/2022`, ProductID: 151, ProductName: `IPhone`, UnitPrice: 23590.82, Quantity: 3, ExtendedPrice: 70772.46, Freight: 1120.82, Discontinued: false, Region: `West`, Address: `191 Main Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 90155 }), + new InvoicesDataItem({ ShipName: `Jefferson Market`, ShipAddress: `190 Main Street`, ShipCity: `New York`, ShipPostalCode: 80075, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1123, CustomerName: `James Jefferson`, CustomerFirstName: `James`, CustomerLastName: `Jefferson`, CustomerAddress: `190 Main Street, New York, USA, 80075`, Salesperson: `Martin Jackson`, OrderID: 1310, OrderDate: `11/7/2022`, ProductID: 183, ProductName: `Samsung Galaxy 22`, UnitPrice: 26450.4, Quantity: 5, ExtendedPrice: 132252, Freight: 420.4, Discontinued: false, Region: `South East`, Address: `190 Main Street`, City: `New York`, Country: `USA`, PostalCode: 80075 }), + new InvoicesDataItem({ ShipName: `Madison Home`, ShipAddress: `160 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 80067, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1124, CustomerName: `Pamela Madison`, CustomerFirstName: `Pamela`, CustomerLastName: `Madison`, CustomerAddress: `160 Market Street, Philadelphia, USA, 80067`, Salesperson: `Ben Jackson`, OrderID: 1920, OrderDate: `12/17/2022`, ProductID: 174, ProductName: `IPhone`, UnitPrice: 23660.88, Quantity: 4, ExtendedPrice: 94643.52, Freight: 1220.88, Discontinued: false, Region: `North East`, Address: `160 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 80067 }), + new InvoicesDataItem({ ShipName: `Black Market`, ShipAddress: `151 Wall Street`, ShipCity: `Miami`, ShipPostalCode: 90124, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1125, CustomerName: `Max Black`, CustomerFirstName: `Max`, CustomerLastName: `Black`, CustomerAddress: `151 Wall Street, Miami, USA, 90124`, Salesperson: `Mike Watson`, OrderID: 1497, OrderDate: `2/21/2022`, ProductID: 179, ProductName: `IPhone`, UnitPrice: 15940.51, Quantity: 5, ExtendedPrice: 79702.55, Freight: 1880.51, Discontinued: false, Region: `West`, Address: `151 Wall Street`, City: `Miami`, Country: `USA`, PostalCode: 90124 }), + new InvoicesDataItem({ ShipName: `Black Estate`, ShipAddress: `151 Market Street`, ShipCity: `Huston`, ShipPostalCode: 70173, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1126, CustomerName: `Nancy Black`, CustomerFirstName: `Nancy`, CustomerLastName: `Black`, CustomerAddress: `151 Market Street, Huston, USA, 70173`, Salesperson: `Pamela Jefferson`, OrderID: 1925, OrderDate: `2/15/2022`, ProductID: 170, ProductName: `IPhone`, UnitPrice: 13350.7, Quantity: 5, ExtendedPrice: 66753.5, Freight: 720.7, Discontinued: false, Region: `West`, Address: `151 Market Street`, City: `Huston`, Country: `USA`, PostalCode: 70173 }), + new InvoicesDataItem({ ShipName: `Watson Townhouse`, ShipAddress: `114 Main Street`, ShipCity: `Miami`, ShipPostalCode: 80067, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1127, CustomerName: `James Watson`, CustomerFirstName: `James`, CustomerLastName: `Watson`, CustomerAddress: `114 Main Street, Miami, USA, 80067`, Salesperson: `Pamela Black`, OrderID: 1338, OrderDate: `5/19/2022`, ProductID: 196, ProductName: `Samsung Note`, UnitPrice: 20820.82, Quantity: 4, ExtendedPrice: 83283.28, Freight: 1570.82, Discontinued: false, Region: `South East`, Address: `114 Main Street`, City: `Miami`, Country: `USA`, PostalCode: 80067 }), + new InvoicesDataItem({ ShipName: `Madison Market`, ShipAddress: `189 Wall Street`, ShipCity: `Philadelphia`, ShipPostalCode: 80157, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1128, CustomerName: `Anna Madison`, CustomerFirstName: `Anna`, CustomerLastName: `Madison`, CustomerAddress: `189 Wall Street, Philadelphia, USA, 80157`, Salesperson: `Ben Watson`, OrderID: 1794, OrderDate: `9/9/2022`, ProductID: 168, ProductName: `Samsung Galaxy 22`, UnitPrice: 25550.56, Quantity: 4, ExtendedPrice: 102202.24, Freight: 400.56, Discontinued: false, Region: `North East`, Address: `189 Wall Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 80157 }), + new InvoicesDataItem({ ShipName: `Watson Home`, ShipAddress: `198 Main Street`, ShipCity: `New York`, ShipPostalCode: 60169, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1129, CustomerName: `Ben Watson`, CustomerFirstName: `Ben`, CustomerLastName: `Watson`, CustomerAddress: `198 Main Street, New York, USA, 60169`, Salesperson: `James Black`, OrderID: 1108, OrderDate: `2/5/2022`, ProductID: 194, ProductName: `Mac Book Air`, UnitPrice: 10890.26, Quantity: 3, ExtendedPrice: 32670.78, Freight: 760.26, Discontinued: true, Region: `South East`, Address: `198 Main Street`, City: `New York`, Country: `USA`, PostalCode: 60169 }), + new InvoicesDataItem({ ShipName: `Jackson Townhouse`, ShipAddress: `106 Main Street`, ShipCity: `Los Angeles`, ShipPostalCode: 60117, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1130, CustomerName: `James Jackson`, CustomerFirstName: `James`, CustomerLastName: `Jackson`, CustomerAddress: `106 Main Street, Los Angeles, USA, 60117`, Salesperson: `Pamela Jackson`, OrderID: 1953, OrderDate: `11/24/2022`, ProductID: 179, ProductName: `Samsung Note`, UnitPrice: 19940.84, Quantity: 3, ExtendedPrice: 59822.52, Freight: 890.84, Discontinued: false, Region: `West`, Address: `106 Main Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 60117 }), + new InvoicesDataItem({ ShipName: `Madison Home`, ShipAddress: `192 Main Street`, ShipCity: `Los Angeles`, ShipPostalCode: 90090, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1131, CustomerName: `James Madison`, CustomerFirstName: `James`, CustomerLastName: `Madison`, CustomerAddress: `192 Main Street, Los Angeles, USA, 90090`, Salesperson: `Max Jefferson`, OrderID: 1337, OrderDate: `10/10/2022`, ProductID: 198, ProductName: `Samsung Note`, UnitPrice: 18640.31, Quantity: 2, ExtendedPrice: 37280.62, Freight: 280.31, Discontinued: false, Region: `South East`, Address: `192 Main Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 90090 }), + new InvoicesDataItem({ ShipName: `Jefferson Townhouse`, ShipAddress: `128 Market Street`, ShipCity: `Miami`, ShipPostalCode: 50136, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1132, CustomerName: `Martin Jefferson`, CustomerFirstName: `Martin`, CustomerLastName: `Jefferson`, CustomerAddress: `128 Market Street, Miami, USA, 50136`, Salesperson: `Nancy Jefferson`, OrderID: 1617, OrderDate: `4/10/2022`, ProductID: 148, ProductName: `Samsung Galaxy 22`, UnitPrice: 26140.37, Quantity: 2, ExtendedPrice: 52280.74, Freight: 1270.37, Discontinued: false, Region: `West`, Address: `128 Market Street`, City: `Miami`, Country: `USA`, PostalCode: 50136 }), + new InvoicesDataItem({ ShipName: `Jackson Home`, ShipAddress: `164 Wall Street`, ShipCity: `Huston`, ShipPostalCode: 70190, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1133, CustomerName: `Max Jackson`, CustomerFirstName: `Max`, CustomerLastName: `Jackson`, CustomerAddress: `164 Wall Street, Huston, USA, 70190`, Salesperson: `Nancy Watson`, OrderID: 1222, OrderDate: `3/15/2022`, ProductID: 140, ProductName: `IPad`, UnitPrice: 20540.74, Quantity: 3, ExtendedPrice: 61622.22, Freight: 1190.74, Discontinued: false, Region: `West`, Address: `164 Wall Street`, City: `Huston`, Country: `USA`, PostalCode: 70190 }), + new InvoicesDataItem({ ShipName: `Black Home`, ShipAddress: `118 Main Street`, ShipCity: `Huston`, ShipPostalCode: 60126, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1134, CustomerName: `Ben Black`, CustomerFirstName: `Ben`, CustomerLastName: `Black`, CustomerAddress: `118 Main Street, Huston, USA, 60126`, Salesperson: `Pamela Jefferson`, OrderID: 1888, OrderDate: `7/3/2022`, ProductID: 133, ProductName: `Samsung Galaxy 22`, UnitPrice: 25970.39, Quantity: 2, ExtendedPrice: 51940.78, Freight: 1110.39, Discontinued: false, Region: `North East`, Address: `118 Main Street`, City: `Huston`, Country: `USA`, PostalCode: 60126 }), + new InvoicesDataItem({ ShipName: `Jefferson Estate`, ShipAddress: `145 Wall Street`, ShipCity: `Philadelphia`, ShipPostalCode: 50093, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1135, CustomerName: `James Jefferson`, CustomerFirstName: `James`, CustomerLastName: `Jefferson`, CustomerAddress: `145 Wall Street, Philadelphia, USA, 50093`, Salesperson: `Nancy Jefferson`, OrderID: 1661, OrderDate: `5/14/2022`, ProductID: 199, ProductName: `Mac Book Air`, UnitPrice: 12190.38, Quantity: 2, ExtendedPrice: 24380.76, Freight: 1670.38, Discontinued: false, Region: `North East`, Address: `145 Wall Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 50093 }), + new InvoicesDataItem({ ShipName: `Jefferson Home`, ShipAddress: `174 Wall Street`, ShipCity: `Los Angeles`, ShipPostalCode: 70094, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1136, CustomerName: `Ben Jefferson`, CustomerFirstName: `Ben`, CustomerLastName: `Jefferson`, CustomerAddress: `174 Wall Street, Los Angeles, USA, 70094`, Salesperson: `Max Madison`, OrderID: 1495, OrderDate: `1/19/2022`, ProductID: 188, ProductName: `Mac Book Pro`, UnitPrice: 18310.54, Quantity: 5, ExtendedPrice: 91552.7, Freight: 810.54, Discontinued: false, Region: `West`, Address: `174 Wall Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 70094 }), + new InvoicesDataItem({ ShipName: `Watson Market`, ShipAddress: `146 Wall Street`, ShipCity: `Philadelphia`, ShipPostalCode: 90093, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1137, CustomerName: `Martin Watson`, CustomerFirstName: `Martin`, CustomerLastName: `Watson`, CustomerAddress: `146 Wall Street, Philadelphia, USA, 90093`, Salesperson: `Mike Smith`, OrderID: 1649, OrderDate: `1/4/2022`, ProductID: 171, ProductName: `Mac Book Air`, UnitPrice: 6400.45, Quantity: 3, ExtendedPrice: 19201.35, Freight: 220.45, Discontinued: false, Region: `West`, Address: `146 Wall Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 90093 }), + new InvoicesDataItem({ ShipName: `Smith Estate`, ShipAddress: `181 Main Street`, ShipCity: `Miami`, ShipPostalCode: 80117, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1138, CustomerName: `Martin Smith`, CustomerFirstName: `Martin`, CustomerLastName: `Smith`, CustomerAddress: `181 Main Street, Miami, USA, 80117`, Salesperson: `Mike Black`, OrderID: 1152, OrderDate: `5/12/2022`, ProductID: 172, ProductName: `Mac Book Pro`, UnitPrice: 26760.58, Quantity: 5, ExtendedPrice: 133802.9, Freight: 1480.58, Discontinued: false, Region: `West`, Address: `181 Main Street`, City: `Miami`, Country: `USA`, PostalCode: 80117 }), + new InvoicesDataItem({ ShipName: `Jefferson Market`, ShipAddress: `183 Wall Street`, ShipCity: `Philadelphia`, ShipPostalCode: 70191, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1139, CustomerName: `Mike Jefferson`, CustomerFirstName: `Mike`, CustomerLastName: `Jefferson`, CustomerAddress: `183 Wall Street, Philadelphia, USA, 70191`, Salesperson: `Nancy Jefferson`, OrderID: 1471, OrderDate: `5/19/2022`, ProductID: 119, ProductName: `Mac Book Pro`, UnitPrice: 22030.88, Quantity: 5, ExtendedPrice: 110154.4, Freight: 990.88, Discontinued: true, Region: `West`, Address: `183 Wall Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 70191 }), + new InvoicesDataItem({ ShipName: `Madison Estate`, ShipAddress: `100 Wall Street`, ShipCity: `Philadelphia`, ShipPostalCode: 80082, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1140, CustomerName: `Pamela Madison`, CustomerFirstName: `Pamela`, CustomerLastName: `Madison`, CustomerAddress: `100 Wall Street, Philadelphia, USA, 80082`, Salesperson: `Max Madison`, OrderID: 1793, OrderDate: `3/16/2022`, ProductID: 158, ProductName: `Mac Book Pro`, UnitPrice: 20230.42, Quantity: 3, ExtendedPrice: 60691.26, Freight: 1990.42, Discontinued: false, Region: `West`, Address: `100 Wall Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 80082 }), + new InvoicesDataItem({ ShipName: `Black Market`, ShipAddress: `173 Market Street`, ShipCity: `New York`, ShipPostalCode: 90155, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1141, CustomerName: `Pamela Black`, CustomerFirstName: `Pamela`, CustomerLastName: `Black`, CustomerAddress: `173 Market Street, New York, USA, 90155`, Salesperson: `Pamela Black`, OrderID: 1928, OrderDate: `8/24/2022`, ProductID: 114, ProductName: `Mac Book Air`, UnitPrice: 24460.68, Quantity: 2, ExtendedPrice: 48921.36, Freight: 1840.68, Discontinued: false, Region: `West`, Address: `173 Market Street`, City: `New York`, Country: `USA`, PostalCode: 90155 }), + new InvoicesDataItem({ ShipName: `Smith Townhouse`, ShipAddress: `171 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 60087, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1142, CustomerName: `James Smith`, CustomerFirstName: `James`, CustomerLastName: `Smith`, CustomerAddress: `171 Market Street, Philadelphia, USA, 60087`, Salesperson: `Pamela Madison`, OrderID: 1027, OrderDate: `1/25/2022`, ProductID: 145, ProductName: `Samsung Note`, UnitPrice: 6010.73, Quantity: 3, ExtendedPrice: 18032.19, Freight: 1860.73, Discontinued: false, Region: `West`, Address: `171 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 60087 }), + new InvoicesDataItem({ ShipName: `Jackson Townhouse`, ShipAddress: `175 Wall Street`, ShipCity: `Huston`, ShipPostalCode: 60122, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1143, CustomerName: `Mike Jackson`, CustomerFirstName: `Mike`, CustomerLastName: `Jackson`, CustomerAddress: `175 Wall Street, Huston, USA, 60122`, Salesperson: `Pamela Jackson`, OrderID: 1700, OrderDate: `12/10/2022`, ProductID: 150, ProductName: `Mac Book Pro`, UnitPrice: 22030.36, Quantity: 2, ExtendedPrice: 44060.72, Freight: 940.36, Discontinued: false, Region: `West`, Address: `175 Wall Street`, City: `Huston`, Country: `USA`, PostalCode: 60122 }), + new InvoicesDataItem({ ShipName: `Smith Townhouse`, ShipAddress: `174 Main Street`, ShipCity: `Miami`, ShipPostalCode: 90071, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1144, CustomerName: `Max Smith`, CustomerFirstName: `Max`, CustomerLastName: `Smith`, CustomerAddress: `174 Main Street, Miami, USA, 90071`, Salesperson: `Mike Jackson`, OrderID: 1769, OrderDate: `2/20/2022`, ProductID: 183, ProductName: `Mac Book Air`, UnitPrice: 25890.72, Quantity: 3, ExtendedPrice: 77672.16, Freight: 1540.72, Discontinued: false, Region: `West`, Address: `174 Main Street`, City: `Miami`, Country: `USA`, PostalCode: 90071 }), + new InvoicesDataItem({ ShipName: `Jefferson Estate`, ShipAddress: `100 Market Street`, ShipCity: `Huston`, ShipPostalCode: 90059, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1145, CustomerName: `Martin Jefferson`, CustomerFirstName: `Martin`, CustomerLastName: `Jefferson`, CustomerAddress: `100 Market Street, Huston, USA, 90059`, Salesperson: `Max Jefferson`, OrderID: 1835, OrderDate: `5/15/2022`, ProductID: 142, ProductName: `Samsung Note`, UnitPrice: 28310.48, Quantity: 3, ExtendedPrice: 84931.44, Freight: 2000.48, Discontinued: false, Region: `West`, Address: `100 Market Street`, City: `Huston`, Country: `USA`, PostalCode: 90059 }), + new InvoicesDataItem({ ShipName: `Madison Townhouse`, ShipAddress: `120 Market Street`, ShipCity: `Miami`, ShipPostalCode: 90120, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1146, CustomerName: `Ben Madison`, CustomerFirstName: `Ben`, CustomerLastName: `Madison`, CustomerAddress: `120 Market Street, Miami, USA, 90120`, Salesperson: `Max Jefferson`, OrderID: 1787, OrderDate: `5/16/2022`, ProductID: 104, ProductName: `IPad`, UnitPrice: 8410.44, Quantity: 2, ExtendedPrice: 16820.88, Freight: 1620.44, Discontinued: false, Region: `West`, Address: `120 Market Street`, City: `Miami`, Country: `USA`, PostalCode: 90120 }), + new InvoicesDataItem({ ShipName: `Watson Estate`, ShipAddress: `163 Wall Street`, ShipCity: `Los Angeles`, ShipPostalCode: 80132, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1147, CustomerName: `Pamela Watson`, CustomerFirstName: `Pamela`, CustomerLastName: `Watson`, CustomerAddress: `163 Wall Street, Los Angeles, USA, 80132`, Salesperson: `Pamela Watson`, OrderID: 1026, OrderDate: `7/10/2022`, ProductID: 130, ProductName: `Samsung Note`, UnitPrice: 13650.42, Quantity: 3, ExtendedPrice: 40951.26, Freight: 750.42, Discontinued: false, Region: `West`, Address: `163 Wall Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 80132 }), + new InvoicesDataItem({ ShipName: `Black Home`, ShipAddress: `169 Wall Street`, ShipCity: `Huston`, ShipPostalCode: 90138, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1148, CustomerName: `Ben Black`, CustomerFirstName: `Ben`, CustomerLastName: `Black`, CustomerAddress: `169 Wall Street, Huston, USA, 90138`, Salesperson: `Anna Smith`, OrderID: 1805, OrderDate: `1/6/2022`, ProductID: 126, ProductName: `Samsung Note`, UnitPrice: 29130.32, Quantity: 4, ExtendedPrice: 116521.28, Freight: 800.32, Discontinued: false, Region: `West`, Address: `169 Wall Street`, City: `Huston`, Country: `USA`, PostalCode: 90138 }), + new InvoicesDataItem({ ShipName: `Jefferson Townhouse`, ShipAddress: `167 Market Street`, ShipCity: `Miami`, ShipPostalCode: 60152, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1149, CustomerName: `Max Jefferson`, CustomerFirstName: `Max`, CustomerLastName: `Jefferson`, CustomerAddress: `167 Market Street, Miami, USA, 60152`, Salesperson: `Ben Jackson`, OrderID: 1292, OrderDate: `10/3/2022`, ProductID: 178, ProductName: `IPhone`, UnitPrice: 9150.64, Quantity: 5, ExtendedPrice: 45753.2, Freight: 1530.64, Discontinued: true, Region: `North East`, Address: `167 Market Street`, City: `Miami`, Country: `USA`, PostalCode: 60152 }), + new InvoicesDataItem({ ShipName: `Jackson Home`, ShipAddress: `194 Wall Street`, ShipCity: `Philadelphia`, ShipPostalCode: 80133, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1150, CustomerName: `Nancy Jackson`, CustomerFirstName: `Nancy`, CustomerLastName: `Jackson`, CustomerAddress: `194 Wall Street, Philadelphia, USA, 80133`, Salesperson: `Martin Watson`, OrderID: 1240, OrderDate: `10/14/2022`, ProductID: 128, ProductName: `IPhone`, UnitPrice: 22900.38, Quantity: 5, ExtendedPrice: 114501.9, Freight: 1500.38, Discontinued: false, Region: `North East`, Address: `194 Wall Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 80133 }), + new InvoicesDataItem({ ShipName: `Smith Home`, ShipAddress: `168 Wall Street`, ShipCity: `New York`, ShipPostalCode: 60104, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1151, CustomerName: `James Smith`, CustomerFirstName: `James`, CustomerLastName: `Smith`, CustomerAddress: `168 Wall Street, New York, USA, 60104`, Salesperson: `Martin Madison`, OrderID: 1307, OrderDate: `5/19/2022`, ProductID: 109, ProductName: `Samsung Note`, UnitPrice: 18330.33, Quantity: 5, ExtendedPrice: 91651.65, Freight: 1960.33, Discontinued: false, Region: `North East`, Address: `168 Wall Street`, City: `New York`, Country: `USA`, PostalCode: 60104 }), + new InvoicesDataItem({ ShipName: `Madison Market`, ShipAddress: `122 Market Street`, ShipCity: `New York`, ShipPostalCode: 60149, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1152, CustomerName: `Nancy Madison`, CustomerFirstName: `Nancy`, CustomerLastName: `Madison`, CustomerAddress: `122 Market Street, New York, USA, 60149`, Salesperson: `Mike Madison`, OrderID: 1360, OrderDate: `11/2/2022`, ProductID: 141, ProductName: `Mac Book Pro`, UnitPrice: 8620.6, Quantity: 2, ExtendedPrice: 17241.2, Freight: 950.6, Discontinued: false, Region: `South East`, Address: `122 Market Street`, City: `New York`, Country: `USA`, PostalCode: 60149 }), + new InvoicesDataItem({ ShipName: `Black Home`, ShipAddress: `147 Main Street`, ShipCity: `Philadelphia`, ShipPostalCode: 80098, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1153, CustomerName: `Pamela Black`, CustomerFirstName: `Pamela`, CustomerLastName: `Black`, CustomerAddress: `147 Main Street, Philadelphia, USA, 80098`, Salesperson: `James Black`, OrderID: 1445, OrderDate: `11/2/2022`, ProductID: 151, ProductName: `Samsung Note`, UnitPrice: 27180.5, Quantity: 2, ExtendedPrice: 54361, Freight: 790.5, Discontinued: false, Region: `South East`, Address: `147 Main Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 80098 }), + new InvoicesDataItem({ ShipName: `Jackson Estate`, ShipAddress: `113 Wall Street`, ShipCity: `Los Angeles`, ShipPostalCode: 90111, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1154, CustomerName: `Martin Jackson`, CustomerFirstName: `Martin`, CustomerLastName: `Jackson`, CustomerAddress: `113 Wall Street, Los Angeles, USA, 90111`, Salesperson: `Anna Jackson`, OrderID: 1014, OrderDate: `1/24/2022`, ProductID: 185, ProductName: `Mac Book Air`, UnitPrice: 14760.63, Quantity: 2, ExtendedPrice: 29521.26, Freight: 1520.63, Discontinued: false, Region: `West`, Address: `113 Wall Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 90111 }), + new InvoicesDataItem({ ShipName: `Smith Estate`, ShipAddress: `154 Wall Street`, ShipCity: `Huston`, ShipPostalCode: 60050, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1155, CustomerName: `Nancy Smith`, CustomerFirstName: `Nancy`, CustomerLastName: `Smith`, CustomerAddress: `154 Wall Street, Huston, USA, 60050`, Salesperson: `Nancy Smith`, OrderID: 1845, OrderDate: `4/8/2022`, ProductID: 105, ProductName: `IPad`, UnitPrice: 22600.77, Quantity: 4, ExtendedPrice: 90403.08, Freight: 670.77, Discontinued: false, Region: `North East`, Address: `154 Wall Street`, City: `Huston`, Country: `USA`, PostalCode: 60050 }), + new InvoicesDataItem({ ShipName: `Black Townhouse`, ShipAddress: `188 Main Street`, ShipCity: `Philadelphia`, ShipPostalCode: 80121, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1156, CustomerName: `James Black`, CustomerFirstName: `James`, CustomerLastName: `Black`, CustomerAddress: `188 Main Street, Philadelphia, USA, 80121`, Salesperson: `Martin Jefferson`, OrderID: 1587, OrderDate: `5/13/2022`, ProductID: 174, ProductName: `Samsung Note`, UnitPrice: 17020.74, Quantity: 2, ExtendedPrice: 34041.48, Freight: 1490.74, Discontinued: false, Region: `West`, Address: `188 Main Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 80121 }), + new InvoicesDataItem({ ShipName: `Smith Home`, ShipAddress: `181 Wall Street`, ShipCity: `Huston`, ShipPostalCode: 90097, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1157, CustomerName: `Anna Smith`, CustomerFirstName: `Anna`, CustomerLastName: `Smith`, CustomerAddress: `181 Wall Street, Huston, USA, 90097`, Salesperson: `Anna Madison`, OrderID: 1706, OrderDate: `5/22/2022`, ProductID: 112, ProductName: `Samsung Galaxy 22`, UnitPrice: 21780.43, Quantity: 3, ExtendedPrice: 65341.29, Freight: 1650.43, Discontinued: false, Region: `North East`, Address: `181 Wall Street`, City: `Huston`, Country: `USA`, PostalCode: 90097 }), + new InvoicesDataItem({ ShipName: `Smith Estate`, ShipAddress: `171 Wall Street`, ShipCity: `Miami`, ShipPostalCode: 50118, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1158, CustomerName: `James Smith`, CustomerFirstName: `James`, CustomerLastName: `Smith`, CustomerAddress: `171 Wall Street, Miami, USA, 50118`, Salesperson: `Max Smith`, OrderID: 1335, OrderDate: `6/16/2022`, ProductID: 116, ProductName: `IPad`, UnitPrice: 7560.43, Quantity: 3, ExtendedPrice: 22681.29, Freight: 1140.43, Discontinued: false, Region: `West`, Address: `171 Wall Street`, City: `Miami`, Country: `USA`, PostalCode: 50118 }), + new InvoicesDataItem({ ShipName: `Jackson Estate`, ShipAddress: `193 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 70176, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1159, CustomerName: `Ben Jackson`, CustomerFirstName: `Ben`, CustomerLastName: `Jackson`, CustomerAddress: `193 Market Street, Philadelphia, USA, 70176`, Salesperson: `Martin Black`, OrderID: 1003, OrderDate: `9/11/2022`, ProductID: 170, ProductName: `IPhone`, UnitPrice: 15510.7, Quantity: 5, ExtendedPrice: 77553.5, Freight: 200.7, Discontinued: true, Region: `West`, Address: `193 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 70176 }), + new InvoicesDataItem({ ShipName: `Madison Home`, ShipAddress: `125 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 80142, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1160, CustomerName: `Ben Madison`, CustomerFirstName: `Ben`, CustomerLastName: `Madison`, CustomerAddress: `125 Market Street, Philadelphia, USA, 80142`, Salesperson: `Martin Madison`, OrderID: 1723, OrderDate: `3/14/2022`, ProductID: 179, ProductName: `IPhone`, UnitPrice: 14760.6, Quantity: 3, ExtendedPrice: 44281.8, Freight: 1650.6, Discontinued: false, Region: `West`, Address: `125 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 80142 }), + new InvoicesDataItem({ ShipName: `Smith Estate`, ShipAddress: `128 Main Street`, ShipCity: `Philadelphia`, ShipPostalCode: 70111, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1161, CustomerName: `Anna Smith`, CustomerFirstName: `Anna`, CustomerLastName: `Smith`, CustomerAddress: `128 Main Street, Philadelphia, USA, 70111`, Salesperson: `Max Jackson`, OrderID: 1810, OrderDate: `1/18/2022`, ProductID: 117, ProductName: `IPad`, UnitPrice: 19620.55, Quantity: 5, ExtendedPrice: 98102.75, Freight: 1030.55, Discontinued: false, Region: `South East`, Address: `128 Main Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 70111 }), + new InvoicesDataItem({ ShipName: `Madison Estate`, ShipAddress: `131 Wall Street`, ShipCity: `Philadelphia`, ShipPostalCode: 90058, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1162, CustomerName: `Max Madison`, CustomerFirstName: `Max`, CustomerLastName: `Madison`, CustomerAddress: `131 Wall Street, Philadelphia, USA, 90058`, Salesperson: `Pamela Madison`, OrderID: 1224, OrderDate: `2/2/2022`, ProductID: 108, ProductName: `Mac Book Air`, UnitPrice: 9130.21, Quantity: 2, ExtendedPrice: 18260.42, Freight: 1110.21, Discontinued: false, Region: `West`, Address: `131 Wall Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 90058 }), + new InvoicesDataItem({ ShipName: `Watson Market`, ShipAddress: `145 Main Street`, ShipCity: `Philadelphia`, ShipPostalCode: 50176, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1163, CustomerName: `James Watson`, CustomerFirstName: `James`, CustomerLastName: `Watson`, CustomerAddress: `145 Main Street, Philadelphia, USA, 50176`, Salesperson: `Mike Smith`, OrderID: 1265, OrderDate: `4/22/2022`, ProductID: 147, ProductName: `IPhone`, UnitPrice: 15210.29, Quantity: 2, ExtendedPrice: 30420.58, Freight: 1470.29, Discontinued: false, Region: `South East`, Address: `145 Main Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 50176 }), + new InvoicesDataItem({ ShipName: `Jefferson Estate`, ShipAddress: `123 Main Street`, ShipCity: `Philadelphia`, ShipPostalCode: 90058, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1164, CustomerName: `Ben Jefferson`, CustomerFirstName: `Ben`, CustomerLastName: `Jefferson`, CustomerAddress: `123 Main Street, Philadelphia, USA, 90058`, Salesperson: `Martin Watson`, OrderID: 1428, OrderDate: `9/14/2022`, ProductID: 195, ProductName: `Samsung Note`, UnitPrice: 6440.36, Quantity: 4, ExtendedPrice: 25761.44, Freight: 350.36, Discontinued: false, Region: `West`, Address: `123 Main Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 90058 }), + new InvoicesDataItem({ ShipName: `Watson Townhouse`, ShipAddress: `148 Wall Street`, ShipCity: `Los Angeles`, ShipPostalCode: 60161, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1165, CustomerName: `Ben Watson`, CustomerFirstName: `Ben`, CustomerLastName: `Watson`, CustomerAddress: `148 Wall Street, Los Angeles, USA, 60161`, Salesperson: `Nancy Black`, OrderID: 1367, OrderDate: `9/1/2022`, ProductID: 196, ProductName: `Mac Book Pro`, UnitPrice: 26990.25, Quantity: 4, ExtendedPrice: 107961, Freight: 950.25, Discontinued: false, Region: `West`, Address: `148 Wall Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 60161 }), + new InvoicesDataItem({ ShipName: `Jefferson Home`, ShipAddress: `151 Main Street`, ShipCity: `New York`, ShipPostalCode: 90156, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1166, CustomerName: `James Jefferson`, CustomerFirstName: `James`, CustomerLastName: `Jefferson`, CustomerAddress: `151 Main Street, New York, USA, 90156`, Salesperson: `Ben Smith`, OrderID: 1812, OrderDate: `6/23/2022`, ProductID: 182, ProductName: `Samsung Galaxy 22`, UnitPrice: 6230.76, Quantity: 5, ExtendedPrice: 31153.8, Freight: 920.76, Discontinued: false, Region: `West`, Address: `151 Main Street`, City: `New York`, Country: `USA`, PostalCode: 90156 }), + new InvoicesDataItem({ ShipName: `Jackson Townhouse`, ShipAddress: `128 Main Street`, ShipCity: `New York`, ShipPostalCode: 90073, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1167, CustomerName: `Pamela Jackson`, CustomerFirstName: `Pamela`, CustomerLastName: `Jackson`, CustomerAddress: `128 Main Street, New York, USA, 90073`, Salesperson: `Nancy Madison`, OrderID: 1121, OrderDate: `3/25/2022`, ProductID: 166, ProductName: `Mac Book Air`, UnitPrice: 8360.33, Quantity: 3, ExtendedPrice: 25080.99, Freight: 1870.33, Discontinued: false, Region: `South East`, Address: `128 Main Street`, City: `New York`, Country: `USA`, PostalCode: 90073 }), + new InvoicesDataItem({ ShipName: `Black Market`, ShipAddress: `109 Wall Street`, ShipCity: `Philadelphia`, ShipPostalCode: 70139, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1168, CustomerName: `Mike Black`, CustomerFirstName: `Mike`, CustomerLastName: `Black`, CustomerAddress: `109 Wall Street, Philadelphia, USA, 70139`, Salesperson: `James Jefferson`, OrderID: 1086, OrderDate: `11/22/2022`, ProductID: 192, ProductName: `IPhone`, UnitPrice: 13050.45, Quantity: 4, ExtendedPrice: 52201.8, Freight: 1850.45, Discontinued: false, Region: `North East`, Address: `109 Wall Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 70139 }), + new InvoicesDataItem({ ShipName: `Smith Home`, ShipAddress: `196 Wall Street`, ShipCity: `Los Angeles`, ShipPostalCode: 60096, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1169, CustomerName: `Anna Smith`, CustomerFirstName: `Anna`, CustomerLastName: `Smith`, CustomerAddress: `196 Wall Street, Los Angeles, USA, 60096`, Salesperson: `Mike Watson`, OrderID: 1859, OrderDate: `8/11/2022`, ProductID: 157, ProductName: `IPhone`, UnitPrice: 14950.2, Quantity: 5, ExtendedPrice: 74751, Freight: 1140.2, Discontinued: true, Region: `South East`, Address: `196 Wall Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 60096 }), + new InvoicesDataItem({ ShipName: `Watson Townhouse`, ShipAddress: `101 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 90111, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1170, CustomerName: `James Watson`, CustomerFirstName: `James`, CustomerLastName: `Watson`, CustomerAddress: `101 Market Street, Philadelphia, USA, 90111`, Salesperson: `Mike Madison`, OrderID: 1952, OrderDate: `7/19/2022`, ProductID: 152, ProductName: `Samsung Galaxy 22`, UnitPrice: 29810.56, Quantity: 4, ExtendedPrice: 119242.24, Freight: 470.56, Discontinued: false, Region: `South East`, Address: `101 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 90111 }), + new InvoicesDataItem({ ShipName: `Madison Estate`, ShipAddress: `147 Main Street`, ShipCity: `Los Angeles`, ShipPostalCode: 90157, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1171, CustomerName: `Max Madison`, CustomerFirstName: `Max`, CustomerLastName: `Madison`, CustomerAddress: `147 Main Street, Los Angeles, USA, 90157`, Salesperson: `Ben Black`, OrderID: 1351, OrderDate: `5/22/2022`, ProductID: 180, ProductName: `Samsung Note`, UnitPrice: 13470.4, Quantity: 5, ExtendedPrice: 67352, Freight: 1610.4, Discontinued: false, Region: `West`, Address: `147 Main Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 90157 }), + new InvoicesDataItem({ ShipName: `Smith Townhouse`, ShipAddress: `195 Market Street`, ShipCity: `Huston`, ShipPostalCode: 80071, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1172, CustomerName: `Anna Smith`, CustomerFirstName: `Anna`, CustomerLastName: `Smith`, CustomerAddress: `195 Market Street, Huston, USA, 80071`, Salesperson: `Pamela Jefferson`, OrderID: 1371, OrderDate: `12/9/2022`, ProductID: 105, ProductName: `Mac Book Pro`, UnitPrice: 19040.72, Quantity: 4, ExtendedPrice: 76162.88, Freight: 1480.72, Discontinued: false, Region: `South East`, Address: `195 Market Street`, City: `Huston`, Country: `USA`, PostalCode: 80071 }), + new InvoicesDataItem({ ShipName: `Black Townhouse`, ShipAddress: `184 Market Street`, ShipCity: `Los Angeles`, ShipPostalCode: 90197, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1173, CustomerName: `Martin Black`, CustomerFirstName: `Martin`, CustomerLastName: `Black`, CustomerAddress: `184 Market Street, Los Angeles, USA, 90197`, Salesperson: `Martin Watson`, OrderID: 1537, OrderDate: `4/3/2022`, ProductID: 137, ProductName: `IPhone`, UnitPrice: 25370.79, Quantity: 2, ExtendedPrice: 50741.58, Freight: 1980.79, Discontinued: false, Region: `North East`, Address: `184 Market Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 90197 }), + new InvoicesDataItem({ ShipName: `Jackson Estate`, ShipAddress: `102 Market Street`, ShipCity: `Huston`, ShipPostalCode: 70185, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1174, CustomerName: `Ben Jackson`, CustomerFirstName: `Ben`, CustomerLastName: `Jackson`, CustomerAddress: `102 Market Street, Huston, USA, 70185`, Salesperson: `Ben Jackson`, OrderID: 1378, OrderDate: `7/6/2022`, ProductID: 182, ProductName: `Mac Book Pro`, UnitPrice: 19620.84, Quantity: 2, ExtendedPrice: 39241.68, Freight: 730.84, Discontinued: false, Region: `North East`, Address: `102 Market Street`, City: `Huston`, Country: `USA`, PostalCode: 70185 }), + new InvoicesDataItem({ ShipName: `Watson Market`, ShipAddress: `192 Wall Street`, ShipCity: `Huston`, ShipPostalCode: 60144, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1175, CustomerName: `Nancy Watson`, CustomerFirstName: `Nancy`, CustomerLastName: `Watson`, CustomerAddress: `192 Wall Street, Huston, USA, 60144`, Salesperson: `Martin Jefferson`, OrderID: 1350, OrderDate: `10/23/2022`, ProductID: 138, ProductName: `IPad`, UnitPrice: 26010.88, Quantity: 2, ExtendedPrice: 52021.76, Freight: 260.88, Discontinued: false, Region: `North East`, Address: `192 Wall Street`, City: `Huston`, Country: `USA`, PostalCode: 60144 }), + new InvoicesDataItem({ ShipName: `Black Home`, ShipAddress: `114 Main Street`, ShipCity: `Philadelphia`, ShipPostalCode: 70079, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1176, CustomerName: `Ben Black`, CustomerFirstName: `Ben`, CustomerLastName: `Black`, CustomerAddress: `114 Main Street, Philadelphia, USA, 70079`, Salesperson: `Anna Watson`, OrderID: 1889, OrderDate: `8/21/2022`, ProductID: 146, ProductName: `Samsung Galaxy 22`, UnitPrice: 23970.6, Quantity: 3, ExtendedPrice: 71911.8, Freight: 1870.6, Discontinued: false, Region: `North East`, Address: `114 Main Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 70079 }), + new InvoicesDataItem({ ShipName: `Madison Townhouse`, ShipAddress: `199 Wall Street`, ShipCity: `Miami`, ShipPostalCode: 90182, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1177, CustomerName: `Nancy Madison`, CustomerFirstName: `Nancy`, CustomerLastName: `Madison`, CustomerAddress: `199 Wall Street, Miami, USA, 90182`, Salesperson: `Anna Madison`, OrderID: 1285, OrderDate: `3/12/2022`, ProductID: 146, ProductName: `Samsung Note`, UnitPrice: 13660.54, Quantity: 2, ExtendedPrice: 27321.08, Freight: 1870.54, Discontinued: false, Region: `South East`, Address: `199 Wall Street`, City: `Miami`, Country: `USA`, PostalCode: 90182 }), + new InvoicesDataItem({ ShipName: `Madison Townhouse`, ShipAddress: `141 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 80097, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1178, CustomerName: `Pamela Madison`, CustomerFirstName: `Pamela`, CustomerLastName: `Madison`, CustomerAddress: `141 Market Street, Philadelphia, USA, 80097`, Salesperson: `Pamela Watson`, OrderID: 1886, OrderDate: `8/1/2022`, ProductID: 107, ProductName: `Mac Book Pro`, UnitPrice: 11630.46, Quantity: 4, ExtendedPrice: 46521.84, Freight: 1530.46, Discontinued: false, Region: `North East`, Address: `141 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 80097 }), + new InvoicesDataItem({ ShipName: `Jefferson Market`, ShipAddress: `168 Main Street`, ShipCity: `Los Angeles`, ShipPostalCode: 80162, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1179, CustomerName: `Max Jefferson`, CustomerFirstName: `Max`, CustomerLastName: `Jefferson`, CustomerAddress: `168 Main Street, Los Angeles, USA, 80162`, Salesperson: `Mike Jackson`, OrderID: 1009, OrderDate: `4/7/2022`, ProductID: 149, ProductName: `IPad`, UnitPrice: 16960.32, Quantity: 3, ExtendedPrice: 50880.96, Freight: 1510.32, Discontinued: true, Region: `North East`, Address: `168 Main Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 80162 }), + new InvoicesDataItem({ ShipName: `Smith Home`, ShipAddress: `100 Market Street`, ShipCity: `Miami`, ShipPostalCode: 80063, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1180, CustomerName: `Martin Smith`, CustomerFirstName: `Martin`, CustomerLastName: `Smith`, CustomerAddress: `100 Market Street, Miami, USA, 80063`, Salesperson: `Nancy Smith`, OrderID: 1046, OrderDate: `10/21/2022`, ProductID: 123, ProductName: `IPad`, UnitPrice: 19360.67, Quantity: 3, ExtendedPrice: 58082.01, Freight: 1510.67, Discontinued: false, Region: `South East`, Address: `100 Market Street`, City: `Miami`, Country: `USA`, PostalCode: 80063 }), + new InvoicesDataItem({ ShipName: `Madison Home`, ShipAddress: `145 Market Street`, ShipCity: `Huston`, ShipPostalCode: 90152, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1181, CustomerName: `Anna Madison`, CustomerFirstName: `Anna`, CustomerLastName: `Madison`, CustomerAddress: `145 Market Street, Huston, USA, 90152`, Salesperson: `Max Watson`, OrderID: 1593, OrderDate: `11/17/2022`, ProductID: 169, ProductName: `Samsung Note`, UnitPrice: 28870.27, Quantity: 5, ExtendedPrice: 144351.35, Freight: 1430.27, Discontinued: false, Region: `North East`, Address: `145 Market Street`, City: `Huston`, Country: `USA`, PostalCode: 90152 }), + new InvoicesDataItem({ ShipName: `Jackson Estate`, ShipAddress: `154 Main Street`, ShipCity: `Miami`, ShipPostalCode: 90080, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1182, CustomerName: `Ben Jackson`, CustomerFirstName: `Ben`, CustomerLastName: `Jackson`, CustomerAddress: `154 Main Street, Miami, USA, 90080`, Salesperson: `Nancy Jefferson`, OrderID: 1234, OrderDate: `3/21/2022`, ProductID: 111, ProductName: `IPad`, UnitPrice: 16610.78, Quantity: 2, ExtendedPrice: 33221.56, Freight: 1350.78, Discontinued: false, Region: `South East`, Address: `154 Main Street`, City: `Miami`, Country: `USA`, PostalCode: 90080 }), + new InvoicesDataItem({ ShipName: `Smith Market`, ShipAddress: `166 Market Street`, ShipCity: `Huston`, ShipPostalCode: 70090, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1183, CustomerName: `Anna Smith`, CustomerFirstName: `Anna`, CustomerLastName: `Smith`, CustomerAddress: `166 Market Street, Huston, USA, 70090`, Salesperson: `Ben Watson`, OrderID: 1362, OrderDate: `5/2/2022`, ProductID: 122, ProductName: `Mac Book Air`, UnitPrice: 6870.64, Quantity: 4, ExtendedPrice: 27482.56, Freight: 750.64, Discontinued: false, Region: `North East`, Address: `166 Market Street`, City: `Huston`, Country: `USA`, PostalCode: 70090 }), + new InvoicesDataItem({ ShipName: `Jefferson Estate`, ShipAddress: `180 Market Street`, ShipCity: `Miami`, ShipPostalCode: 90169, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1184, CustomerName: `Pamela Jefferson`, CustomerFirstName: `Pamela`, CustomerLastName: `Jefferson`, CustomerAddress: `180 Market Street, Miami, USA, 90169`, Salesperson: `Pamela Black`, OrderID: 1698, OrderDate: `1/18/2022`, ProductID: 129, ProductName: `IPad`, UnitPrice: 10960.71, Quantity: 5, ExtendedPrice: 54803.55, Freight: 1530.71, Discontinued: false, Region: `West`, Address: `180 Market Street`, City: `Miami`, Country: `USA`, PostalCode: 90169 }), + new InvoicesDataItem({ ShipName: `Madison Estate`, ShipAddress: `169 Main Street`, ShipCity: `Huston`, ShipPostalCode: 50114, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1185, CustomerName: `Nancy Madison`, CustomerFirstName: `Nancy`, CustomerLastName: `Madison`, CustomerAddress: `169 Main Street, Huston, USA, 50114`, Salesperson: `Martin Smith`, OrderID: 1458, OrderDate: `6/15/2022`, ProductID: 183, ProductName: `IPhone`, UnitPrice: 16380.23, Quantity: 2, ExtendedPrice: 32760.46, Freight: 1990.23, Discontinued: false, Region: `West`, Address: `169 Main Street`, City: `Huston`, Country: `USA`, PostalCode: 50114 }), + new InvoicesDataItem({ ShipName: `Madison Estate`, ShipAddress: `132 Market Street`, ShipCity: `Miami`, ShipPostalCode: 90064, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1186, CustomerName: `Max Madison`, CustomerFirstName: `Max`, CustomerLastName: `Madison`, CustomerAddress: `132 Market Street, Miami, USA, 90064`, Salesperson: `Nancy Jackson`, OrderID: 1563, OrderDate: `6/17/2022`, ProductID: 193, ProductName: `Samsung Note`, UnitPrice: 25940.61, Quantity: 4, ExtendedPrice: 103762.44, Freight: 970.61, Discontinued: false, Region: `West`, Address: `132 Market Street`, City: `Miami`, Country: `USA`, PostalCode: 90064 }), + new InvoicesDataItem({ ShipName: `Madison Market`, ShipAddress: `107 Wall Street`, ShipCity: `Los Angeles`, ShipPostalCode: 50110, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1187, CustomerName: `Martin Madison`, CustomerFirstName: `Martin`, CustomerLastName: `Madison`, CustomerAddress: `107 Wall Street, Los Angeles, USA, 50110`, Salesperson: `Nancy Jefferson`, OrderID: 1934, OrderDate: `6/5/2022`, ProductID: 110, ProductName: `Samsung Note`, UnitPrice: 5360.47, Quantity: 3, ExtendedPrice: 16081.41, Freight: 1680.47, Discontinued: false, Region: `North East`, Address: `107 Wall Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 50110 }), + new InvoicesDataItem({ ShipName: `Black Townhouse`, ShipAddress: `170 Wall Street`, ShipCity: `New York`, ShipPostalCode: 50149, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1188, CustomerName: `Pamela Black`, CustomerFirstName: `Pamela`, CustomerLastName: `Black`, CustomerAddress: `170 Wall Street, New York, USA, 50149`, Salesperson: `Mike Jefferson`, OrderID: 1880, OrderDate: `12/7/2022`, ProductID: 137, ProductName: `IPhone`, UnitPrice: 19560.62, Quantity: 4, ExtendedPrice: 78242.48, Freight: 680.62, Discontinued: false, Region: `West`, Address: `170 Wall Street`, City: `New York`, Country: `USA`, PostalCode: 50149 }), + new InvoicesDataItem({ ShipName: `Jefferson Market`, ShipAddress: `152 Wall Street`, ShipCity: `New York`, ShipPostalCode: 50085, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1189, CustomerName: `Ben Jefferson`, CustomerFirstName: `Ben`, CustomerLastName: `Jefferson`, CustomerAddress: `152 Wall Street, New York, USA, 50085`, Salesperson: `Anna Jackson`, OrderID: 1159, OrderDate: `5/18/2022`, ProductID: 167, ProductName: `IPad`, UnitPrice: 19270.25, Quantity: 2, ExtendedPrice: 38540.5, Freight: 1050.25, Discontinued: true, Region: `North East`, Address: `152 Wall Street`, City: `New York`, Country: `USA`, PostalCode: 50085 }), + new InvoicesDataItem({ ShipName: `Watson Market`, ShipAddress: `186 Wall Street`, ShipCity: `Los Angeles`, ShipPostalCode: 60146, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1190, CustomerName: `Mike Watson`, CustomerFirstName: `Mike`, CustomerLastName: `Watson`, CustomerAddress: `186 Wall Street, Los Angeles, USA, 60146`, Salesperson: `Nancy Madison`, OrderID: 1960, OrderDate: `3/2/2022`, ProductID: 167, ProductName: `Samsung Galaxy 22`, UnitPrice: 22090.53, Quantity: 3, ExtendedPrice: 66271.59, Freight: 1790.53, Discontinued: false, Region: `West`, Address: `186 Wall Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 60146 }), + new InvoicesDataItem({ ShipName: `Madison Estate`, ShipAddress: `194 Wall Street`, ShipCity: `New York`, ShipPostalCode: 50170, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1191, CustomerName: `Nancy Madison`, CustomerFirstName: `Nancy`, CustomerLastName: `Madison`, CustomerAddress: `194 Wall Street, New York, USA, 50170`, Salesperson: `Max Watson`, OrderID: 1658, OrderDate: `9/1/2022`, ProductID: 156, ProductName: `Samsung Galaxy 22`, UnitPrice: 27450.8, Quantity: 4, ExtendedPrice: 109803.2, Freight: 270.8, Discontinued: false, Region: `West`, Address: `194 Wall Street`, City: `New York`, Country: `USA`, PostalCode: 50170 }), + new InvoicesDataItem({ ShipName: `Smith Townhouse`, ShipAddress: `172 Main Street`, ShipCity: `New York`, ShipPostalCode: 70191, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1192, CustomerName: `Ben Smith`, CustomerFirstName: `Ben`, CustomerLastName: `Smith`, CustomerAddress: `172 Main Street, New York, USA, 70191`, Salesperson: `Pamela Madison`, OrderID: 1225, OrderDate: `3/22/2022`, ProductID: 170, ProductName: `Samsung Galaxy 22`, UnitPrice: 21150.84, Quantity: 5, ExtendedPrice: 105754.2, Freight: 1230.84, Discontinued: false, Region: `West`, Address: `172 Main Street`, City: `New York`, Country: `USA`, PostalCode: 70191 }), + new InvoicesDataItem({ ShipName: `Black Market`, ShipAddress: `108 Market Street`, ShipCity: `Los Angeles`, ShipPostalCode: 70146, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1193, CustomerName: `Mike Black`, CustomerFirstName: `Mike`, CustomerLastName: `Black`, CustomerAddress: `108 Market Street, Los Angeles, USA, 70146`, Salesperson: `Pamela Black`, OrderID: 1886, OrderDate: `8/20/2022`, ProductID: 126, ProductName: `IPhone`, UnitPrice: 6100.73, Quantity: 2, ExtendedPrice: 12201.46, Freight: 1340.73, Discontinued: false, Region: `South East`, Address: `108 Market Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 70146 }), + new InvoicesDataItem({ ShipName: `Watson Market`, ShipAddress: `109 Wall Street`, ShipCity: `Los Angeles`, ShipPostalCode: 90083, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1194, CustomerName: `Max Watson`, CustomerFirstName: `Max`, CustomerLastName: `Watson`, CustomerAddress: `109 Wall Street, Los Angeles, USA, 90083`, Salesperson: `Max Smith`, OrderID: 1191, OrderDate: `5/9/2022`, ProductID: 179, ProductName: `Samsung Galaxy 22`, UnitPrice: 20190.35, Quantity: 5, ExtendedPrice: 100951.75, Freight: 640.35, Discontinued: false, Region: `West`, Address: `109 Wall Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 90083 }), + new InvoicesDataItem({ ShipName: `Smith Market`, ShipAddress: `121 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 70102, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1195, CustomerName: `Max Smith`, CustomerFirstName: `Max`, CustomerLastName: `Smith`, CustomerAddress: `121 Market Street, Philadelphia, USA, 70102`, Salesperson: `Ben Black`, OrderID: 1051, OrderDate: `5/21/2022`, ProductID: 192, ProductName: `Mac Book Pro`, UnitPrice: 21730.32, Quantity: 5, ExtendedPrice: 108651.6, Freight: 1030.32, Discontinued: false, Region: `North East`, Address: `121 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 70102 }), + new InvoicesDataItem({ ShipName: `Watson Estate`, ShipAddress: `104 Wall Street`, ShipCity: `New York`, ShipPostalCode: 90066, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1196, CustomerName: `Max Watson`, CustomerFirstName: `Max`, CustomerLastName: `Watson`, CustomerAddress: `104 Wall Street, New York, USA, 90066`, Salesperson: `Ben Watson`, OrderID: 1385, OrderDate: `2/2/2022`, ProductID: 182, ProductName: `IPad`, UnitPrice: 26120.45, Quantity: 4, ExtendedPrice: 104481.8, Freight: 1930.45, Discontinued: false, Region: `North East`, Address: `104 Wall Street`, City: `New York`, Country: `USA`, PostalCode: 90066 }), + new InvoicesDataItem({ ShipName: `Madison Townhouse`, ShipAddress: `126 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 60091, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1197, CustomerName: `Ben Madison`, CustomerFirstName: `Ben`, CustomerLastName: `Madison`, CustomerAddress: `126 Market Street, Philadelphia, USA, 60091`, Salesperson: `Anna Madison`, OrderID: 1675, OrderDate: `6/22/2022`, ProductID: 174, ProductName: `IPad`, UnitPrice: 13240.35, Quantity: 4, ExtendedPrice: 52961.4, Freight: 890.35, Discontinued: false, Region: `South East`, Address: `126 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 60091 }), + new InvoicesDataItem({ ShipName: `Watson Home`, ShipAddress: `139 Main Street`, ShipCity: `Los Angeles`, ShipPostalCode: 70063, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1198, CustomerName: `Ben Watson`, CustomerFirstName: `Ben`, CustomerLastName: `Watson`, CustomerAddress: `139 Main Street, Los Angeles, USA, 70063`, Salesperson: `Pamela Black`, OrderID: 1997, OrderDate: `11/17/2022`, ProductID: 200, ProductName: `IPhone`, UnitPrice: 8400.83, Quantity: 5, ExtendedPrice: 42004.15, Freight: 1340.83, Discontinued: false, Region: `West`, Address: `139 Main Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 70063 }), + new InvoicesDataItem({ ShipName: `Smith Home`, ShipAddress: `133 Wall Street`, ShipCity: `Miami`, ShipPostalCode: 70071, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1199, CustomerName: `Mike Smith`, CustomerFirstName: `Mike`, CustomerLastName: `Smith`, CustomerAddress: `133 Wall Street, Miami, USA, 70071`, Salesperson: `James Watson`, OrderID: 1641, OrderDate: `11/12/2022`, ProductID: 147, ProductName: `Samsung Note`, UnitPrice: 10150.31, Quantity: 3, ExtendedPrice: 30450.93, Freight: 720.31, Discontinued: true, Region: `South East`, Address: `133 Wall Street`, City: `Miami`, Country: `USA`, PostalCode: 70071 }), + new InvoicesDataItem({ ShipName: `Black Market`, ShipAddress: `166 Main Street`, ShipCity: `Miami`, ShipPostalCode: 60137, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1200, CustomerName: `Max Black`, CustomerFirstName: `Max`, CustomerLastName: `Black`, CustomerAddress: `166 Main Street, Miami, USA, 60137`, Salesperson: `Ben Madison`, OrderID: 1418, OrderDate: `11/8/2022`, ProductID: 135, ProductName: `IPhone`, UnitPrice: 9410.46, Quantity: 2, ExtendedPrice: 18820.92, Freight: 970.46, Discontinued: false, Region: `West`, Address: `166 Main Street`, City: `Miami`, Country: `USA`, PostalCode: 60137 }), + new InvoicesDataItem({ ShipName: `Smith Townhouse`, ShipAddress: `143 Main Street`, ShipCity: `Miami`, ShipPostalCode: 70069, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1201, CustomerName: `James Smith`, CustomerFirstName: `James`, CustomerLastName: `Smith`, CustomerAddress: `143 Main Street, Miami, USA, 70069`, Salesperson: `Anna Watson`, OrderID: 1545, OrderDate: `6/24/2022`, ProductID: 190, ProductName: `Mac Book Pro`, UnitPrice: 5030.78, Quantity: 3, ExtendedPrice: 15092.34, Freight: 1630.78, Discontinued: false, Region: `North East`, Address: `143 Main Street`, City: `Miami`, Country: `USA`, PostalCode: 70069 }), + new InvoicesDataItem({ ShipName: `Jackson Townhouse`, ShipAddress: `106 Wall Street`, ShipCity: `Los Angeles`, ShipPostalCode: 50097, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1202, CustomerName: `Max Jackson`, CustomerFirstName: `Max`, CustomerLastName: `Jackson`, CustomerAddress: `106 Wall Street, Los Angeles, USA, 50097`, Salesperson: `James Jackson`, OrderID: 1493, OrderDate: `7/24/2022`, ProductID: 124, ProductName: `Samsung Note`, UnitPrice: 6390.72, Quantity: 5, ExtendedPrice: 31953.6, Freight: 1960.72, Discontinued: false, Region: `North East`, Address: `106 Wall Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 50097 }), + new InvoicesDataItem({ ShipName: `Jefferson Townhouse`, ShipAddress: `143 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 50052, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1203, CustomerName: `Pamela Jefferson`, CustomerFirstName: `Pamela`, CustomerLastName: `Jefferson`, CustomerAddress: `143 Market Street, Philadelphia, USA, 50052`, Salesperson: `Mike Jefferson`, OrderID: 1495, OrderDate: `2/14/2022`, ProductID: 179, ProductName: `Mac Book Pro`, UnitPrice: 16770.46, Quantity: 5, ExtendedPrice: 83852.3, Freight: 420.46, Discontinued: false, Region: `North East`, Address: `143 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 50052 }), + new InvoicesDataItem({ ShipName: `Smith Estate`, ShipAddress: `174 Wall Street`, ShipCity: `New York`, ShipPostalCode: 60127, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1204, CustomerName: `Nancy Smith`, CustomerFirstName: `Nancy`, CustomerLastName: `Smith`, CustomerAddress: `174 Wall Street, New York, USA, 60127`, Salesperson: `Max Watson`, OrderID: 1123, OrderDate: `11/20/2022`, ProductID: 186, ProductName: `Mac Book Air`, UnitPrice: 20930.48, Quantity: 4, ExtendedPrice: 83721.92, Freight: 950.48, Discontinued: false, Region: `South East`, Address: `174 Wall Street`, City: `New York`, Country: `USA`, PostalCode: 60127 }), + new InvoicesDataItem({ ShipName: `Madison Market`, ShipAddress: `123 Wall Street`, ShipCity: `Los Angeles`, ShipPostalCode: 60111, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1205, CustomerName: `Pamela Madison`, CustomerFirstName: `Pamela`, CustomerLastName: `Madison`, CustomerAddress: `123 Wall Street, Los Angeles, USA, 60111`, Salesperson: `Pamela Jefferson`, OrderID: 1342, OrderDate: `12/8/2022`, ProductID: 140, ProductName: `Samsung Galaxy 22`, UnitPrice: 27010.34, Quantity: 3, ExtendedPrice: 81031.02, Freight: 1470.34, Discontinued: false, Region: `West`, Address: `123 Wall Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 60111 }), + new InvoicesDataItem({ ShipName: `Smith Home`, ShipAddress: `166 Market Street`, ShipCity: `Miami`, ShipPostalCode: 50102, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1206, CustomerName: `James Smith`, CustomerFirstName: `James`, CustomerLastName: `Smith`, CustomerAddress: `166 Market Street, Miami, USA, 50102`, Salesperson: `Ben Madison`, OrderID: 1017, OrderDate: `10/2/2022`, ProductID: 186, ProductName: `Samsung Galaxy 22`, UnitPrice: 12810.79, Quantity: 5, ExtendedPrice: 64053.95, Freight: 1990.79, Discontinued: false, Region: `North East`, Address: `166 Market Street`, City: `Miami`, Country: `USA`, PostalCode: 50102 }), + new InvoicesDataItem({ ShipName: `Jefferson Estate`, ShipAddress: `193 Main Street`, ShipCity: `Huston`, ShipPostalCode: 80187, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1207, CustomerName: `Max Jefferson`, CustomerFirstName: `Max`, CustomerLastName: `Jefferson`, CustomerAddress: `193 Main Street, Huston, USA, 80187`, Salesperson: `Mike Jefferson`, OrderID: 1558, OrderDate: `11/12/2022`, ProductID: 194, ProductName: `Mac Book Pro`, UnitPrice: 26210.45, Quantity: 2, ExtendedPrice: 52420.9, Freight: 1110.45, Discontinued: false, Region: `North East`, Address: `193 Main Street`, City: `Huston`, Country: `USA`, PostalCode: 80187 }), + new InvoicesDataItem({ ShipName: `Jefferson Market`, ShipAddress: `137 Main Street`, ShipCity: `Miami`, ShipPostalCode: 80111, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1208, CustomerName: `Ben Jefferson`, CustomerFirstName: `Ben`, CustomerLastName: `Jefferson`, CustomerAddress: `137 Main Street, Miami, USA, 80111`, Salesperson: `Mike Watson`, OrderID: 1466, OrderDate: `11/18/2022`, ProductID: 189, ProductName: `Mac Book Air`, UnitPrice: 6190.57, Quantity: 3, ExtendedPrice: 18571.71, Freight: 1810.57, Discontinued: false, Region: `West`, Address: `137 Main Street`, City: `Miami`, Country: `USA`, PostalCode: 80111 }), + new InvoicesDataItem({ ShipName: `Jefferson Townhouse`, ShipAddress: `122 Main Street`, ShipCity: `Philadelphia`, ShipPostalCode: 80088, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1209, CustomerName: `Ben Jefferson`, CustomerFirstName: `Ben`, CustomerLastName: `Jefferson`, CustomerAddress: `122 Main Street, Philadelphia, USA, 80088`, Salesperson: `Ben Jefferson`, OrderID: 1539, OrderDate: `11/13/2022`, ProductID: 131, ProductName: `IPhone`, UnitPrice: 21280.22, Quantity: 4, ExtendedPrice: 85120.88, Freight: 760.22, Discontinued: true, Region: `North East`, Address: `122 Main Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 80088 }), + new InvoicesDataItem({ ShipName: `Jefferson Home`, ShipAddress: `115 Main Street`, ShipCity: `New York`, ShipPostalCode: 80079, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1210, CustomerName: `Anna Jefferson`, CustomerFirstName: `Anna`, CustomerLastName: `Jefferson`, CustomerAddress: `115 Main Street, New York, USA, 80079`, Salesperson: `Max Jefferson`, OrderID: 1411, OrderDate: `11/22/2022`, ProductID: 135, ProductName: `Samsung Galaxy 22`, UnitPrice: 13700.71, Quantity: 3, ExtendedPrice: 41102.13, Freight: 1730.71, Discontinued: false, Region: `South East`, Address: `115 Main Street`, City: `New York`, Country: `USA`, PostalCode: 80079 }), + new InvoicesDataItem({ ShipName: `Smith Market`, ShipAddress: `114 Main Street`, ShipCity: `New York`, ShipPostalCode: 50137, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1211, CustomerName: `Mike Smith`, CustomerFirstName: `Mike`, CustomerLastName: `Smith`, CustomerAddress: `114 Main Street, New York, USA, 50137`, Salesperson: `Nancy Smith`, OrderID: 1890, OrderDate: `8/5/2022`, ProductID: 169, ProductName: `Samsung Galaxy 22`, UnitPrice: 11320.48, Quantity: 3, ExtendedPrice: 33961.44, Freight: 930.48, Discontinued: false, Region: `West`, Address: `114 Main Street`, City: `New York`, Country: `USA`, PostalCode: 50137 }), + new InvoicesDataItem({ ShipName: `Jefferson Market`, ShipAddress: `130 Wall Street`, ShipCity: `Miami`, ShipPostalCode: 90082, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1212, CustomerName: `Martin Jefferson`, CustomerFirstName: `Martin`, CustomerLastName: `Jefferson`, CustomerAddress: `130 Wall Street, Miami, USA, 90082`, Salesperson: `Nancy Madison`, OrderID: 1783, OrderDate: `9/1/2022`, ProductID: 109, ProductName: `IPhone`, UnitPrice: 24340.75, Quantity: 5, ExtendedPrice: 121703.75, Freight: 490.75, Discontinued: false, Region: `North East`, Address: `130 Wall Street`, City: `Miami`, Country: `USA`, PostalCode: 90082 }), + new InvoicesDataItem({ ShipName: `Jefferson Estate`, ShipAddress: `140 Main Street`, ShipCity: `New York`, ShipPostalCode: 80095, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1213, CustomerName: `James Jefferson`, CustomerFirstName: `James`, CustomerLastName: `Jefferson`, CustomerAddress: `140 Main Street, New York, USA, 80095`, Salesperson: `Pamela Watson`, OrderID: 1101, OrderDate: `5/25/2022`, ProductID: 101, ProductName: `Mac Book Air`, UnitPrice: 29980.24, Quantity: 4, ExtendedPrice: 119920.96, Freight: 1190.24, Discontinued: false, Region: `South East`, Address: `140 Main Street`, City: `New York`, Country: `USA`, PostalCode: 80095 }), + new InvoicesDataItem({ ShipName: `Jefferson Market`, ShipAddress: `165 Main Street`, ShipCity: `Huston`, ShipPostalCode: 90200, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1214, CustomerName: `Ben Jefferson`, CustomerFirstName: `Ben`, CustomerLastName: `Jefferson`, CustomerAddress: `165 Main Street, Huston, USA, 90200`, Salesperson: `Max Watson`, OrderID: 1932, OrderDate: `2/10/2022`, ProductID: 159, ProductName: `Mac Book Air`, UnitPrice: 23460.59, Quantity: 4, ExtendedPrice: 93842.36, Freight: 710.59, Discontinued: false, Region: `South East`, Address: `165 Main Street`, City: `Huston`, Country: `USA`, PostalCode: 90200 }), + new InvoicesDataItem({ ShipName: `Watson Market`, ShipAddress: `154 Market Street`, ShipCity: `Los Angeles`, ShipPostalCode: 70200, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1215, CustomerName: `Max Watson`, CustomerFirstName: `Max`, CustomerLastName: `Watson`, CustomerAddress: `154 Market Street, Los Angeles, USA, 70200`, Salesperson: `Mike Black`, OrderID: 1514, OrderDate: `10/8/2022`, ProductID: 148, ProductName: `Samsung Note`, UnitPrice: 29540.27, Quantity: 4, ExtendedPrice: 118161.08, Freight: 1960.27, Discontinued: false, Region: `North East`, Address: `154 Market Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 70200 }), + new InvoicesDataItem({ ShipName: `Watson Home`, ShipAddress: `113 Market Street`, ShipCity: `New York`, ShipPostalCode: 50127, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1216, CustomerName: `Max Watson`, CustomerFirstName: `Max`, CustomerLastName: `Watson`, CustomerAddress: `113 Market Street, New York, USA, 50127`, Salesperson: `James Jefferson`, OrderID: 1736, OrderDate: `10/21/2022`, ProductID: 188, ProductName: `IPad`, UnitPrice: 15350.27, Quantity: 4, ExtendedPrice: 61401.08, Freight: 540.27, Discontinued: false, Region: `South East`, Address: `113 Market Street`, City: `New York`, Country: `USA`, PostalCode: 50127 }), + new InvoicesDataItem({ ShipName: `Jackson Market`, ShipAddress: `153 Main Street`, ShipCity: `Huston`, ShipPostalCode: 80064, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1217, CustomerName: `James Jackson`, CustomerFirstName: `James`, CustomerLastName: `Jackson`, CustomerAddress: `153 Main Street, Huston, USA, 80064`, Salesperson: `Mike Jackson`, OrderID: 1978, OrderDate: `12/25/2022`, ProductID: 125, ProductName: `IPad`, UnitPrice: 15880.31, Quantity: 3, ExtendedPrice: 47640.93, Freight: 800.31, Discontinued: false, Region: `North East`, Address: `153 Main Street`, City: `Huston`, Country: `USA`, PostalCode: 80064 }), + new InvoicesDataItem({ ShipName: `Smith Estate`, ShipAddress: `107 Main Street`, ShipCity: `Miami`, ShipPostalCode: 50196, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1218, CustomerName: `Mike Smith`, CustomerFirstName: `Mike`, CustomerLastName: `Smith`, CustomerAddress: `107 Main Street, Miami, USA, 50196`, Salesperson: `Martin Jackson`, OrderID: 1324, OrderDate: `7/18/2022`, ProductID: 188, ProductName: `Mac Book Air`, UnitPrice: 26990.38, Quantity: 4, ExtendedPrice: 107961.52, Freight: 610.38, Discontinued: false, Region: `South East`, Address: `107 Main Street`, City: `Miami`, Country: `USA`, PostalCode: 50196 }), + new InvoicesDataItem({ ShipName: `Smith Estate`, ShipAddress: `140 Wall Street`, ShipCity: `Miami`, ShipPostalCode: 70154, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1219, CustomerName: `James Smith`, CustomerFirstName: `James`, CustomerLastName: `Smith`, CustomerAddress: `140 Wall Street, Miami, USA, 70154`, Salesperson: `Nancy Madison`, OrderID: 1307, OrderDate: `4/19/2022`, ProductID: 114, ProductName: `IPhone`, UnitPrice: 18300.65, Quantity: 4, ExtendedPrice: 73202.6, Freight: 800.65, Discontinued: true, Region: `West`, Address: `140 Wall Street`, City: `Miami`, Country: `USA`, PostalCode: 70154 }), + new InvoicesDataItem({ ShipName: `Jackson Townhouse`, ShipAddress: `158 Market Street`, ShipCity: `Los Angeles`, ShipPostalCode: 50154, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1220, CustomerName: `Mike Jackson`, CustomerFirstName: `Mike`, CustomerLastName: `Jackson`, CustomerAddress: `158 Market Street, Los Angeles, USA, 50154`, Salesperson: `James Black`, OrderID: 1808, OrderDate: `3/18/2022`, ProductID: 172, ProductName: `Mac Book Air`, UnitPrice: 27460.67, Quantity: 3, ExtendedPrice: 82382.01, Freight: 1220.67, Discontinued: false, Region: `North East`, Address: `158 Market Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 50154 }), + new InvoicesDataItem({ ShipName: `Smith Home`, ShipAddress: `116 Main Street`, ShipCity: `Los Angeles`, ShipPostalCode: 90170, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1221, CustomerName: `Pamela Smith`, CustomerFirstName: `Pamela`, CustomerLastName: `Smith`, CustomerAddress: `116 Main Street, Los Angeles, USA, 90170`, Salesperson: `James Jefferson`, OrderID: 1481, OrderDate: `5/22/2022`, ProductID: 177, ProductName: `IPhone`, UnitPrice: 23770.26, Quantity: 2, ExtendedPrice: 47540.52, Freight: 480.26, Discontinued: false, Region: `North East`, Address: `116 Main Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 90170 }), + new InvoicesDataItem({ ShipName: `Madison Townhouse`, ShipAddress: `124 Wall Street`, ShipCity: `Huston`, ShipPostalCode: 50137, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1222, CustomerName: `Max Madison`, CustomerFirstName: `Max`, CustomerLastName: `Madison`, CustomerAddress: `124 Wall Street, Huston, USA, 50137`, Salesperson: `Martin Watson`, OrderID: 1874, OrderDate: `10/1/2022`, ProductID: 102, ProductName: `Mac Book Air`, UnitPrice: 12080.68, Quantity: 5, ExtendedPrice: 60403.4, Freight: 400.68, Discontinued: false, Region: `North East`, Address: `124 Wall Street`, City: `Huston`, Country: `USA`, PostalCode: 50137 }), + new InvoicesDataItem({ ShipName: `Smith Market`, ShipAddress: `197 Main Street`, ShipCity: `New York`, ShipPostalCode: 60174, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1223, CustomerName: `Nancy Smith`, CustomerFirstName: `Nancy`, CustomerLastName: `Smith`, CustomerAddress: `197 Main Street, New York, USA, 60174`, Salesperson: `Nancy Jefferson`, OrderID: 1377, OrderDate: `10/24/2022`, ProductID: 123, ProductName: `Mac Book Air`, UnitPrice: 10520.88, Quantity: 4, ExtendedPrice: 42083.52, Freight: 800.88, Discontinued: false, Region: `South East`, Address: `197 Main Street`, City: `New York`, Country: `USA`, PostalCode: 60174 }), + new InvoicesDataItem({ ShipName: `Jefferson Estate`, ShipAddress: `192 Wall Street`, ShipCity: `Miami`, ShipPostalCode: 80134, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1224, CustomerName: `Mike Jefferson`, CustomerFirstName: `Mike`, CustomerLastName: `Jefferson`, CustomerAddress: `192 Wall Street, Miami, USA, 80134`, Salesperson: `James Madison`, OrderID: 1691, OrderDate: `6/13/2022`, ProductID: 123, ProductName: `IPhone`, UnitPrice: 11090.82, Quantity: 2, ExtendedPrice: 22181.64, Freight: 910.82, Discontinued: false, Region: `South East`, Address: `192 Wall Street`, City: `Miami`, Country: `USA`, PostalCode: 80134 }), + new InvoicesDataItem({ ShipName: `Black Estate`, ShipAddress: `111 Market Street`, ShipCity: `Huston`, ShipPostalCode: 80054, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1225, CustomerName: `Anna Black`, CustomerFirstName: `Anna`, CustomerLastName: `Black`, CustomerAddress: `111 Market Street, Huston, USA, 80054`, Salesperson: `Martin Jackson`, OrderID: 1242, OrderDate: `4/6/2022`, ProductID: 180, ProductName: `IPhone`, UnitPrice: 8180.25, Quantity: 5, ExtendedPrice: 40901.25, Freight: 510.25, Discontinued: false, Region: `North East`, Address: `111 Market Street`, City: `Huston`, Country: `USA`, PostalCode: 80054 }), + new InvoicesDataItem({ ShipName: `Jackson Estate`, ShipAddress: `106 Market Street`, ShipCity: `New York`, ShipPostalCode: 60139, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1226, CustomerName: `Nancy Jackson`, CustomerFirstName: `Nancy`, CustomerLastName: `Jackson`, CustomerAddress: `106 Market Street, New York, USA, 60139`, Salesperson: `James Madison`, OrderID: 1745, OrderDate: `1/18/2022`, ProductID: 115, ProductName: `IPhone`, UnitPrice: 6570.23, Quantity: 5, ExtendedPrice: 32851.15, Freight: 840.23, Discontinued: false, Region: `West`, Address: `106 Market Street`, City: `New York`, Country: `USA`, PostalCode: 60139 }), + new InvoicesDataItem({ ShipName: `Jackson Market`, ShipAddress: `198 Main Street`, ShipCity: `Los Angeles`, ShipPostalCode: 60058, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1227, CustomerName: `Nancy Jackson`, CustomerFirstName: `Nancy`, CustomerLastName: `Jackson`, CustomerAddress: `198 Main Street, Los Angeles, USA, 60058`, Salesperson: `James Madison`, OrderID: 1111, OrderDate: `10/11/2022`, ProductID: 132, ProductName: `IPhone`, UnitPrice: 10970.23, Quantity: 3, ExtendedPrice: 32910.69, Freight: 1670.23, Discontinued: false, Region: `North East`, Address: `198 Main Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 60058 }), + new InvoicesDataItem({ ShipName: `Madison Estate`, ShipAddress: `138 Wall Street`, ShipCity: `Huston`, ShipPostalCode: 50133, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1228, CustomerName: `Anna Madison`, CustomerFirstName: `Anna`, CustomerLastName: `Madison`, CustomerAddress: `138 Wall Street, Huston, USA, 50133`, Salesperson: `Ben Madison`, OrderID: 1182, OrderDate: `12/18/2022`, ProductID: 184, ProductName: `Mac Book Air`, UnitPrice: 27020.67, Quantity: 3, ExtendedPrice: 81062.01, Freight: 1750.67, Discontinued: false, Region: `South East`, Address: `138 Wall Street`, City: `Huston`, Country: `USA`, PostalCode: 50133 }), + new InvoicesDataItem({ ShipName: `Smith Market`, ShipAddress: `198 Market Street`, ShipCity: `Los Angeles`, ShipPostalCode: 50182, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1229, CustomerName: `James Smith`, CustomerFirstName: `James`, CustomerLastName: `Smith`, CustomerAddress: `198 Market Street, Los Angeles, USA, 50182`, Salesperson: `Ben Jackson`, OrderID: 1252, OrderDate: `10/7/2022`, ProductID: 146, ProductName: `IPad`, UnitPrice: 21910.34, Quantity: 5, ExtendedPrice: 109551.7, Freight: 840.34, Discontinued: true, Region: `North East`, Address: `198 Market Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 50182 }), + new InvoicesDataItem({ ShipName: `Jackson Townhouse`, ShipAddress: `141 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 70058, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1230, CustomerName: `James Jackson`, CustomerFirstName: `James`, CustomerLastName: `Jackson`, CustomerAddress: `141 Market Street, Philadelphia, USA, 70058`, Salesperson: `Martin Watson`, OrderID: 1635, OrderDate: `6/1/2022`, ProductID: 196, ProductName: `Mac Book Air`, UnitPrice: 16430.54, Quantity: 2, ExtendedPrice: 32861.08, Freight: 1420.54, Discontinued: false, Region: `North East`, Address: `141 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 70058 }), + new InvoicesDataItem({ ShipName: `Madison Townhouse`, ShipAddress: `107 Market Street`, ShipCity: `New York`, ShipPostalCode: 80108, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1231, CustomerName: `Anna Madison`, CustomerFirstName: `Anna`, CustomerLastName: `Madison`, CustomerAddress: `107 Market Street, New York, USA, 80108`, Salesperson: `Mike Smith`, OrderID: 1922, OrderDate: `10/6/2022`, ProductID: 154, ProductName: `Mac Book Air`, UnitPrice: 8920.46, Quantity: 5, ExtendedPrice: 44602.3, Freight: 1160.46, Discontinued: false, Region: `West`, Address: `107 Market Street`, City: `New York`, Country: `USA`, PostalCode: 80108 }), + new InvoicesDataItem({ ShipName: `Watson Market`, ShipAddress: `166 Main Street`, ShipCity: `New York`, ShipPostalCode: 60199, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1232, CustomerName: `Martin Watson`, CustomerFirstName: `Martin`, CustomerLastName: `Watson`, CustomerAddress: `166 Main Street, New York, USA, 60199`, Salesperson: `Anna Smith`, OrderID: 1759, OrderDate: `3/10/2022`, ProductID: 145, ProductName: `Samsung Galaxy 22`, UnitPrice: 22420.27, Quantity: 5, ExtendedPrice: 112101.35, Freight: 1900.27, Discontinued: false, Region: `North East`, Address: `166 Main Street`, City: `New York`, Country: `USA`, PostalCode: 60199 }), + new InvoicesDataItem({ ShipName: `Smith Home`, ShipAddress: `188 Main Street`, ShipCity: `New York`, ShipPostalCode: 90082, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1233, CustomerName: `Anna Smith`, CustomerFirstName: `Anna`, CustomerLastName: `Smith`, CustomerAddress: `188 Main Street, New York, USA, 90082`, Salesperson: `Ben Black`, OrderID: 1172, OrderDate: `11/9/2022`, ProductID: 148, ProductName: `Samsung Note`, UnitPrice: 22260.33, Quantity: 5, ExtendedPrice: 111301.65, Freight: 1530.33, Discontinued: false, Region: `West`, Address: `188 Main Street`, City: `New York`, Country: `USA`, PostalCode: 90082 }), + new InvoicesDataItem({ ShipName: `Madison Home`, ShipAddress: `168 Wall Street`, ShipCity: `Miami`, ShipPostalCode: 80160, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1234, CustomerName: `Martin Madison`, CustomerFirstName: `Martin`, CustomerLastName: `Madison`, CustomerAddress: `168 Wall Street, Miami, USA, 80160`, Salesperson: `Max Black`, OrderID: 1855, OrderDate: `9/9/2022`, ProductID: 195, ProductName: `Samsung Note`, UnitPrice: 11120.68, Quantity: 5, ExtendedPrice: 55603.4, Freight: 540.68, Discontinued: false, Region: `South East`, Address: `168 Wall Street`, City: `Miami`, Country: `USA`, PostalCode: 80160 }), + new InvoicesDataItem({ ShipName: `Madison Market`, ShipAddress: `151 Wall Street`, ShipCity: `Philadelphia`, ShipPostalCode: 50192, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1235, CustomerName: `James Madison`, CustomerFirstName: `James`, CustomerLastName: `Madison`, CustomerAddress: `151 Wall Street, Philadelphia, USA, 50192`, Salesperson: `Pamela Watson`, OrderID: 1253, OrderDate: `9/24/2022`, ProductID: 153, ProductName: `Samsung Galaxy 22`, UnitPrice: 17650.73, Quantity: 5, ExtendedPrice: 88253.65, Freight: 1010.73, Discontinued: false, Region: `North East`, Address: `151 Wall Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 50192 }), + new InvoicesDataItem({ ShipName: `Jefferson Estate`, ShipAddress: `131 Wall Street`, ShipCity: `Philadelphia`, ShipPostalCode: 60171, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1236, CustomerName: `Anna Jefferson`, CustomerFirstName: `Anna`, CustomerLastName: `Jefferson`, CustomerAddress: `131 Wall Street, Philadelphia, USA, 60171`, Salesperson: `James Jefferson`, OrderID: 1711, OrderDate: `9/12/2022`, ProductID: 192, ProductName: `IPhone`, UnitPrice: 18980.42, Quantity: 3, ExtendedPrice: 56941.26, Freight: 1070.42, Discontinued: false, Region: `North East`, Address: `131 Wall Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 60171 }), + new InvoicesDataItem({ ShipName: `Madison Estate`, ShipAddress: `101 Market Street`, ShipCity: `Huston`, ShipPostalCode: 70109, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1237, CustomerName: `Mike Madison`, CustomerFirstName: `Mike`, CustomerLastName: `Madison`, CustomerAddress: `101 Market Street, Huston, USA, 70109`, Salesperson: `Nancy Smith`, OrderID: 1155, OrderDate: `9/1/2022`, ProductID: 174, ProductName: `Mac Book Pro`, UnitPrice: 22330.35, Quantity: 2, ExtendedPrice: 44660.7, Freight: 250.35, Discontinued: false, Region: `West`, Address: `101 Market Street`, City: `Huston`, Country: `USA`, PostalCode: 70109 }), + new InvoicesDataItem({ ShipName: `Jefferson Home`, ShipAddress: `145 Main Street`, ShipCity: `New York`, ShipPostalCode: 50126, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1238, CustomerName: `Max Jefferson`, CustomerFirstName: `Max`, CustomerLastName: `Jefferson`, CustomerAddress: `145 Main Street, New York, USA, 50126`, Salesperson: `Mike Watson`, OrderID: 1656, OrderDate: `3/7/2022`, ProductID: 139, ProductName: `IPhone`, UnitPrice: 9890.72, Quantity: 3, ExtendedPrice: 29672.16, Freight: 1890.72, Discontinued: false, Region: `West`, Address: `145 Main Street`, City: `New York`, Country: `USA`, PostalCode: 50126 }), + new InvoicesDataItem({ ShipName: `Madison Home`, ShipAddress: `190 Wall Street`, ShipCity: `Huston`, ShipPostalCode: 60055, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1239, CustomerName: `Martin Madison`, CustomerFirstName: `Martin`, CustomerLastName: `Madison`, CustomerAddress: `190 Wall Street, Huston, USA, 60055`, Salesperson: `Mike Smith`, OrderID: 1192, OrderDate: `3/12/2022`, ProductID: 151, ProductName: `Samsung Galaxy 22`, UnitPrice: 16510.6, Quantity: 5, ExtendedPrice: 82553, Freight: 260.6, Discontinued: true, Region: `South East`, Address: `190 Wall Street`, City: `Huston`, Country: `USA`, PostalCode: 60055 }), + new InvoicesDataItem({ ShipName: `Smith Estate`, ShipAddress: `114 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 50122, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1240, CustomerName: `Martin Smith`, CustomerFirstName: `Martin`, CustomerLastName: `Smith`, CustomerAddress: `114 Market Street, Philadelphia, USA, 50122`, Salesperson: `James Madison`, OrderID: 1997, OrderDate: `8/3/2022`, ProductID: 195, ProductName: `Mac Book Pro`, UnitPrice: 20770.42, Quantity: 4, ExtendedPrice: 83081.68, Freight: 920.42, Discontinued: false, Region: `North East`, Address: `114 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 50122 }), + new InvoicesDataItem({ ShipName: `Jackson Townhouse`, ShipAddress: `184 Main Street`, ShipCity: `Miami`, ShipPostalCode: 50147, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1241, CustomerName: `Pamela Jackson`, CustomerFirstName: `Pamela`, CustomerLastName: `Jackson`, CustomerAddress: `184 Main Street, Miami, USA, 50147`, Salesperson: `Martin Madison`, OrderID: 1944, OrderDate: `7/11/2022`, ProductID: 105, ProductName: `Samsung Note`, UnitPrice: 22970.54, Quantity: 3, ExtendedPrice: 68911.62, Freight: 2000.54, Discontinued: false, Region: `South East`, Address: `184 Main Street`, City: `Miami`, Country: `USA`, PostalCode: 50147 }), + new InvoicesDataItem({ ShipName: `Watson Townhouse`, ShipAddress: `140 Wall Street`, ShipCity: `Los Angeles`, ShipPostalCode: 50058, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1242, CustomerName: `Pamela Watson`, CustomerFirstName: `Pamela`, CustomerLastName: `Watson`, CustomerAddress: `140 Wall Street, Los Angeles, USA, 50058`, Salesperson: `Max Madison`, OrderID: 1076, OrderDate: `12/1/2022`, ProductID: 108, ProductName: `IPhone`, UnitPrice: 5950.69, Quantity: 5, ExtendedPrice: 29753.45, Freight: 1440.69, Discontinued: false, Region: `South East`, Address: `140 Wall Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 50058 }), + new InvoicesDataItem({ ShipName: `Madison Estate`, ShipAddress: `178 Market Street`, ShipCity: `New York`, ShipPostalCode: 60194, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1243, CustomerName: `James Madison`, CustomerFirstName: `James`, CustomerLastName: `Madison`, CustomerAddress: `178 Market Street, New York, USA, 60194`, Salesperson: `James Madison`, OrderID: 1076, OrderDate: `6/25/2022`, ProductID: 176, ProductName: `IPhone`, UnitPrice: 17080.21, Quantity: 2, ExtendedPrice: 34160.42, Freight: 1200.21, Discontinued: false, Region: `West`, Address: `178 Market Street`, City: `New York`, Country: `USA`, PostalCode: 60194 }), + new InvoicesDataItem({ ShipName: `Madison Home`, ShipAddress: `179 Main Street`, ShipCity: `Huston`, ShipPostalCode: 70085, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1244, CustomerName: `Ben Madison`, CustomerFirstName: `Ben`, CustomerLastName: `Madison`, CustomerAddress: `179 Main Street, Huston, USA, 70085`, Salesperson: `Ben Jackson`, OrderID: 1070, OrderDate: `5/7/2022`, ProductID: 101, ProductName: `IPhone`, UnitPrice: 19310.75, Quantity: 2, ExtendedPrice: 38621.5, Freight: 1270.75, Discontinued: false, Region: `West`, Address: `179 Main Street`, City: `Huston`, Country: `USA`, PostalCode: 70085 }), + new InvoicesDataItem({ ShipName: `Madison Estate`, ShipAddress: `169 Market Street`, ShipCity: `Miami`, ShipPostalCode: 70087, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1245, CustomerName: `Pamela Madison`, CustomerFirstName: `Pamela`, CustomerLastName: `Madison`, CustomerAddress: `169 Market Street, Miami, USA, 70087`, Salesperson: `Nancy Black`, OrderID: 1469, OrderDate: `8/22/2022`, ProductID: 193, ProductName: `Samsung Note`, UnitPrice: 25420.4, Quantity: 2, ExtendedPrice: 50840.8, Freight: 1690.4, Discontinued: false, Region: `North East`, Address: `169 Market Street`, City: `Miami`, Country: `USA`, PostalCode: 70087 }), + new InvoicesDataItem({ ShipName: `Smith Home`, ShipAddress: `108 Wall Street`, ShipCity: `Los Angeles`, ShipPostalCode: 90128, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1246, CustomerName: `Martin Smith`, CustomerFirstName: `Martin`, CustomerLastName: `Smith`, CustomerAddress: `108 Wall Street, Los Angeles, USA, 90128`, Salesperson: `Pamela Smith`, OrderID: 1948, OrderDate: `4/25/2022`, ProductID: 141, ProductName: `Samsung Galaxy 22`, UnitPrice: 19070.55, Quantity: 3, ExtendedPrice: 57211.65, Freight: 280.55, Discontinued: false, Region: `South East`, Address: `108 Wall Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 90128 }), + new InvoicesDataItem({ ShipName: `Jackson Townhouse`, ShipAddress: `195 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 80141, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1247, CustomerName: `Mike Jackson`, CustomerFirstName: `Mike`, CustomerLastName: `Jackson`, CustomerAddress: `195 Market Street, Philadelphia, USA, 80141`, Salesperson: `Martin Smith`, OrderID: 1116, OrderDate: `1/1/2022`, ProductID: 162, ProductName: `Samsung Galaxy 22`, UnitPrice: 22190.27, Quantity: 5, ExtendedPrice: 110951.35, Freight: 1830.27, Discontinued: false, Region: `North East`, Address: `195 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 80141 }), + new InvoicesDataItem({ ShipName: `Black Home`, ShipAddress: `142 Main Street`, ShipCity: `Los Angeles`, ShipPostalCode: 50163, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1248, CustomerName: `Anna Black`, CustomerFirstName: `Anna`, CustomerLastName: `Black`, CustomerAddress: `142 Main Street, Los Angeles, USA, 50163`, Salesperson: `Pamela Jefferson`, OrderID: 1640, OrderDate: `5/1/2022`, ProductID: 153, ProductName: `Samsung Note`, UnitPrice: 7690.79, Quantity: 3, ExtendedPrice: 23072.37, Freight: 1730.79, Discontinued: false, Region: `South East`, Address: `142 Main Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 50163 }), + new InvoicesDataItem({ ShipName: `Watson Market`, ShipAddress: `177 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 80155, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1249, CustomerName: `Mike Watson`, CustomerFirstName: `Mike`, CustomerLastName: `Watson`, CustomerAddress: `177 Market Street, Philadelphia, USA, 80155`, Salesperson: `Anna Jefferson`, OrderID: 1748, OrderDate: `9/2/2022`, ProductID: 186, ProductName: `Mac Book Air`, UnitPrice: 25230.84, Quantity: 4, ExtendedPrice: 100923.36, Freight: 670.84, Discontinued: true, Region: `South East`, Address: `177 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 80155 }), + new InvoicesDataItem({ ShipName: `Black Estate`, ShipAddress: `175 Market Street`, ShipCity: `Los Angeles`, ShipPostalCode: 80141, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1250, CustomerName: `Mike Black`, CustomerFirstName: `Mike`, CustomerLastName: `Black`, CustomerAddress: `175 Market Street, Los Angeles, USA, 80141`, Salesperson: `Martin Black`, OrderID: 1251, OrderDate: `7/5/2022`, ProductID: 140, ProductName: `Mac Book Pro`, UnitPrice: 25960.45, Quantity: 2, ExtendedPrice: 51920.9, Freight: 260.45, Discontinued: false, Region: `North East`, Address: `175 Market Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 80141 }), + new InvoicesDataItem({ ShipName: `Watson Market`, ShipAddress: `110 Market Street`, ShipCity: `New York`, ShipPostalCode: 90174, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1251, CustomerName: `Pamela Watson`, CustomerFirstName: `Pamela`, CustomerLastName: `Watson`, CustomerAddress: `110 Market Street, New York, USA, 90174`, Salesperson: `Pamela Black`, OrderID: 1397, OrderDate: `7/2/2022`, ProductID: 141, ProductName: `Samsung Note`, UnitPrice: 22150.67, Quantity: 3, ExtendedPrice: 66452.01, Freight: 640.67, Discontinued: false, Region: `North East`, Address: `110 Market Street`, City: `New York`, Country: `USA`, PostalCode: 90174 }), + new InvoicesDataItem({ ShipName: `Jackson Estate`, ShipAddress: `121 Wall Street`, ShipCity: `Los Angeles`, ShipPostalCode: 70083, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1252, CustomerName: `Mike Jackson`, CustomerFirstName: `Mike`, CustomerLastName: `Jackson`, CustomerAddress: `121 Wall Street, Los Angeles, USA, 70083`, Salesperson: `Ben Jefferson`, OrderID: 1938, OrderDate: `1/20/2022`, ProductID: 171, ProductName: `Samsung Galaxy 22`, UnitPrice: 9220.74, Quantity: 4, ExtendedPrice: 36882.96, Freight: 1030.74, Discontinued: false, Region: `South East`, Address: `121 Wall Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 70083 }), + new InvoicesDataItem({ ShipName: `Jackson Townhouse`, ShipAddress: `122 Wall Street`, ShipCity: `Philadelphia`, ShipPostalCode: 70122, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1253, CustomerName: `Mike Jackson`, CustomerFirstName: `Mike`, CustomerLastName: `Jackson`, CustomerAddress: `122 Wall Street, Philadelphia, USA, 70122`, Salesperson: `Mike Watson`, OrderID: 1608, OrderDate: `2/9/2022`, ProductID: 109, ProductName: `Samsung Note`, UnitPrice: 11240.75, Quantity: 2, ExtendedPrice: 22481.5, Freight: 1010.75, Discontinued: false, Region: `West`, Address: `122 Wall Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 70122 }), + new InvoicesDataItem({ ShipName: `Watson Estate`, ShipAddress: `151 Main Street`, ShipCity: `Huston`, ShipPostalCode: 50057, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1254, CustomerName: `Pamela Watson`, CustomerFirstName: `Pamela`, CustomerLastName: `Watson`, CustomerAddress: `151 Main Street, Huston, USA, 50057`, Salesperson: `Martin Watson`, OrderID: 1217, OrderDate: `8/4/2022`, ProductID: 185, ProductName: `Mac Book Pro`, UnitPrice: 16680.55, Quantity: 3, ExtendedPrice: 50041.65, Freight: 1710.55, Discontinued: false, Region: `North East`, Address: `151 Main Street`, City: `Huston`, Country: `USA`, PostalCode: 50057 }), + new InvoicesDataItem({ ShipName: `Jackson Market`, ShipAddress: `120 Wall Street`, ShipCity: `Huston`, ShipPostalCode: 50131, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1255, CustomerName: `Mike Jackson`, CustomerFirstName: `Mike`, CustomerLastName: `Jackson`, CustomerAddress: `120 Wall Street, Huston, USA, 50131`, Salesperson: `Ben Jackson`, OrderID: 1661, OrderDate: `5/1/2022`, ProductID: 190, ProductName: `Mac Book Air`, UnitPrice: 21450.85, Quantity: 5, ExtendedPrice: 107254.25, Freight: 1350.85, Discontinued: false, Region: `South East`, Address: `120 Wall Street`, City: `Huston`, Country: `USA`, PostalCode: 50131 }), + new InvoicesDataItem({ ShipName: `Madison Market`, ShipAddress: `134 Main Street`, ShipCity: `Huston`, ShipPostalCode: 90060, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1256, CustomerName: `Mike Madison`, CustomerFirstName: `Mike`, CustomerLastName: `Madison`, CustomerAddress: `134 Main Street, Huston, USA, 90060`, Salesperson: `James Madison`, OrderID: 1766, OrderDate: `11/11/2022`, ProductID: 134, ProductName: `Mac Book Air`, UnitPrice: 12850.63, Quantity: 3, ExtendedPrice: 38551.89, Freight: 1790.63, Discontinued: false, Region: `West`, Address: `134 Main Street`, City: `Huston`, Country: `USA`, PostalCode: 90060 }), + new InvoicesDataItem({ ShipName: `Black Home`, ShipAddress: `150 Wall Street`, ShipCity: `Huston`, ShipPostalCode: 60151, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1257, CustomerName: `James Black`, CustomerFirstName: `James`, CustomerLastName: `Black`, CustomerAddress: `150 Wall Street, Huston, USA, 60151`, Salesperson: `Martin Black`, OrderID: 1321, OrderDate: `8/4/2022`, ProductID: 125, ProductName: `Samsung Note`, UnitPrice: 29190.24, Quantity: 4, ExtendedPrice: 116760.96, Freight: 680.24, Discontinued: false, Region: `North East`, Address: `150 Wall Street`, City: `Huston`, Country: `USA`, PostalCode: 60151 }), + new InvoicesDataItem({ ShipName: `Watson Estate`, ShipAddress: `155 Wall Street`, ShipCity: `Huston`, ShipPostalCode: 60121, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1258, CustomerName: `Max Watson`, CustomerFirstName: `Max`, CustomerLastName: `Watson`, CustomerAddress: `155 Wall Street, Huston, USA, 60121`, Salesperson: `Max Jackson`, OrderID: 1872, OrderDate: `2/20/2022`, ProductID: 188, ProductName: `Samsung Note`, UnitPrice: 22750.45, Quantity: 3, ExtendedPrice: 68251.35, Freight: 840.45, Discontinued: false, Region: `West`, Address: `155 Wall Street`, City: `Huston`, Country: `USA`, PostalCode: 60121 }), + new InvoicesDataItem({ ShipName: `Watson Market`, ShipAddress: `184 Market Street`, ShipCity: `New York`, ShipPostalCode: 90156, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1259, CustomerName: `Anna Watson`, CustomerFirstName: `Anna`, CustomerLastName: `Watson`, CustomerAddress: `184 Market Street, New York, USA, 90156`, Salesperson: `James Watson`, OrderID: 1828, OrderDate: `5/25/2022`, ProductID: 191, ProductName: `Samsung Galaxy 22`, UnitPrice: 29760.3, Quantity: 2, ExtendedPrice: 59520.6, Freight: 1960.3, Discontinued: true, Region: `North East`, Address: `184 Market Street`, City: `New York`, Country: `USA`, PostalCode: 90156 }), + new InvoicesDataItem({ ShipName: `Watson Market`, ShipAddress: `133 Market Street`, ShipCity: `Huston`, ShipPostalCode: 50074, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1260, CustomerName: `Anna Watson`, CustomerFirstName: `Anna`, CustomerLastName: `Watson`, CustomerAddress: `133 Market Street, Huston, USA, 50074`, Salesperson: `Mike Black`, OrderID: 1966, OrderDate: `6/18/2022`, ProductID: 160, ProductName: `Mac Book Air`, UnitPrice: 7450.44, Quantity: 5, ExtendedPrice: 37252.2, Freight: 590.44, Discontinued: false, Region: `West`, Address: `133 Market Street`, City: `Huston`, Country: `USA`, PostalCode: 50074 }), + new InvoicesDataItem({ ShipName: `Black Townhouse`, ShipAddress: `154 Main Street`, ShipCity: `Philadelphia`, ShipPostalCode: 70052, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1261, CustomerName: `Martin Black`, CustomerFirstName: `Martin`, CustomerLastName: `Black`, CustomerAddress: `154 Main Street, Philadelphia, USA, 70052`, Salesperson: `Ben Jackson`, OrderID: 1421, OrderDate: `9/17/2022`, ProductID: 127, ProductName: `Mac Book Air`, UnitPrice: 23000.47, Quantity: 2, ExtendedPrice: 46000.94, Freight: 550.47, Discontinued: false, Region: `South East`, Address: `154 Main Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 70052 }), + new InvoicesDataItem({ ShipName: `Smith Townhouse`, ShipAddress: `114 Wall Street`, ShipCity: `Philadelphia`, ShipPostalCode: 90174, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1262, CustomerName: `Max Smith`, CustomerFirstName: `Max`, CustomerLastName: `Smith`, CustomerAddress: `114 Wall Street, Philadelphia, USA, 90174`, Salesperson: `Pamela Smith`, OrderID: 1192, OrderDate: `12/4/2022`, ProductID: 105, ProductName: `Samsung Note`, UnitPrice: 19790.26, Quantity: 2, ExtendedPrice: 39580.52, Freight: 1150.26, Discontinued: false, Region: `South East`, Address: `114 Wall Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 90174 }), + new InvoicesDataItem({ ShipName: `Jefferson Townhouse`, ShipAddress: `154 Wall Street`, ShipCity: `New York`, ShipPostalCode: 90162, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1263, CustomerName: `Ben Jefferson`, CustomerFirstName: `Ben`, CustomerLastName: `Jefferson`, CustomerAddress: `154 Wall Street, New York, USA, 90162`, Salesperson: `Nancy Smith`, OrderID: 1539, OrderDate: `7/16/2022`, ProductID: 139, ProductName: `Samsung Note`, UnitPrice: 11830.34, Quantity: 2, ExtendedPrice: 23660.68, Freight: 1930.34, Discontinued: false, Region: `West`, Address: `154 Wall Street`, City: `New York`, Country: `USA`, PostalCode: 90162 }), + new InvoicesDataItem({ ShipName: `Smith Townhouse`, ShipAddress: `140 Wall Street`, ShipCity: `Los Angeles`, ShipPostalCode: 70136, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1264, CustomerName: `Martin Smith`, CustomerFirstName: `Martin`, CustomerLastName: `Smith`, CustomerAddress: `140 Wall Street, Los Angeles, USA, 70136`, Salesperson: `Mike Jackson`, OrderID: 1271, OrderDate: `10/7/2022`, ProductID: 124, ProductName: `Samsung Note`, UnitPrice: 21020.81, Quantity: 2, ExtendedPrice: 42041.62, Freight: 1420.81, Discontinued: false, Region: `West`, Address: `140 Wall Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 70136 }), + new InvoicesDataItem({ ShipName: `Smith Townhouse`, ShipAddress: `185 Main Street`, ShipCity: `Philadelphia`, ShipPostalCode: 60116, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1265, CustomerName: `James Smith`, CustomerFirstName: `James`, CustomerLastName: `Smith`, CustomerAddress: `185 Main Street, Philadelphia, USA, 60116`, Salesperson: `James Watson`, OrderID: 1090, OrderDate: `9/11/2022`, ProductID: 160, ProductName: `IPhone`, UnitPrice: 16070.46, Quantity: 3, ExtendedPrice: 48211.38, Freight: 1490.46, Discontinued: false, Region: `West`, Address: `185 Main Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 60116 }), + new InvoicesDataItem({ ShipName: `Smith Estate`, ShipAddress: `179 Market Street`, ShipCity: `Huston`, ShipPostalCode: 80107, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1266, CustomerName: `Max Smith`, CustomerFirstName: `Max`, CustomerLastName: `Smith`, CustomerAddress: `179 Market Street, Huston, USA, 80107`, Salesperson: `Nancy Smith`, OrderID: 1286, OrderDate: `1/10/2022`, ProductID: 161, ProductName: `Mac Book Air`, UnitPrice: 26160.38, Quantity: 3, ExtendedPrice: 78481.14, Freight: 570.38, Discontinued: false, Region: `West`, Address: `179 Market Street`, City: `Huston`, Country: `USA`, PostalCode: 80107 }), + new InvoicesDataItem({ ShipName: `Jefferson Home`, ShipAddress: `189 Wall Street`, ShipCity: `Huston`, ShipPostalCode: 90073, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1267, CustomerName: `Ben Jefferson`, CustomerFirstName: `Ben`, CustomerLastName: `Jefferson`, CustomerAddress: `189 Wall Street, Huston, USA, 90073`, Salesperson: `Martin Madison`, OrderID: 1754, OrderDate: `5/2/2022`, ProductID: 143, ProductName: `Samsung Galaxy 22`, UnitPrice: 29540.84, Quantity: 4, ExtendedPrice: 118163.36, Freight: 500.84, Discontinued: false, Region: `North East`, Address: `189 Wall Street`, City: `Huston`, Country: `USA`, PostalCode: 90073 }), + new InvoicesDataItem({ ShipName: `Madison Estate`, ShipAddress: `106 Market Street`, ShipCity: `Miami`, ShipPostalCode: 90153, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1268, CustomerName: `Anna Madison`, CustomerFirstName: `Anna`, CustomerLastName: `Madison`, CustomerAddress: `106 Market Street, Miami, USA, 90153`, Salesperson: `Anna Black`, OrderID: 1321, OrderDate: `6/21/2022`, ProductID: 136, ProductName: `Samsung Galaxy 22`, UnitPrice: 12550.55, Quantity: 5, ExtendedPrice: 62752.75, Freight: 1440.55, Discontinued: false, Region: `West`, Address: `106 Market Street`, City: `Miami`, Country: `USA`, PostalCode: 90153 }), + new InvoicesDataItem({ ShipName: `Watson Townhouse`, ShipAddress: `149 Wall Street`, ShipCity: `Los Angeles`, ShipPostalCode: 50102, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1269, CustomerName: `Pamela Watson`, CustomerFirstName: `Pamela`, CustomerLastName: `Watson`, CustomerAddress: `149 Wall Street, Los Angeles, USA, 50102`, Salesperson: `James Jefferson`, OrderID: 1262, OrderDate: `7/13/2022`, ProductID: 178, ProductName: `Samsung Note`, UnitPrice: 8690.45, Quantity: 3, ExtendedPrice: 26071.35, Freight: 1420.45, Discontinued: true, Region: `West`, Address: `149 Wall Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 50102 }), + new InvoicesDataItem({ ShipName: `Watson Market`, ShipAddress: `192 Market Street`, ShipCity: `New York`, ShipPostalCode: 60078, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1270, CustomerName: `Martin Watson`, CustomerFirstName: `Martin`, CustomerLastName: `Watson`, CustomerAddress: `192 Market Street, New York, USA, 60078`, Salesperson: `Ben Jackson`, OrderID: 1586, OrderDate: `11/13/2022`, ProductID: 130, ProductName: `Mac Book Pro`, UnitPrice: 28630.86, Quantity: 2, ExtendedPrice: 57261.72, Freight: 980.86, Discontinued: false, Region: `West`, Address: `192 Market Street`, City: `New York`, Country: `USA`, PostalCode: 60078 }), + new InvoicesDataItem({ ShipName: `Jefferson Estate`, ShipAddress: `159 Main Street`, ShipCity: `New York`, ShipPostalCode: 50050, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1271, CustomerName: `James Jefferson`, CustomerFirstName: `James`, CustomerLastName: `Jefferson`, CustomerAddress: `159 Main Street, New York, USA, 50050`, Salesperson: `Max Jefferson`, OrderID: 1915, OrderDate: `2/10/2022`, ProductID: 178, ProductName: `Mac Book Pro`, UnitPrice: 19050.75, Quantity: 5, ExtendedPrice: 95253.75, Freight: 960.75, Discontinued: false, Region: `West`, Address: `159 Main Street`, City: `New York`, Country: `USA`, PostalCode: 50050 }), + new InvoicesDataItem({ ShipName: `Watson Market`, ShipAddress: `171 Wall Street`, ShipCity: `Los Angeles`, ShipPostalCode: 60099, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1272, CustomerName: `Nancy Watson`, CustomerFirstName: `Nancy`, CustomerLastName: `Watson`, CustomerAddress: `171 Wall Street, Los Angeles, USA, 60099`, Salesperson: `Pamela Jackson`, OrderID: 1503, OrderDate: `4/7/2022`, ProductID: 153, ProductName: `Samsung Galaxy 22`, UnitPrice: 26320.3, Quantity: 3, ExtendedPrice: 78960.9, Freight: 1360.3, Discontinued: false, Region: `South East`, Address: `171 Wall Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 60099 }), + new InvoicesDataItem({ ShipName: `Madison Townhouse`, ShipAddress: `161 Main Street`, ShipCity: `Huston`, ShipPostalCode: 70087, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1273, CustomerName: `Anna Madison`, CustomerFirstName: `Anna`, CustomerLastName: `Madison`, CustomerAddress: `161 Main Street, Huston, USA, 70087`, Salesperson: `Nancy Watson`, OrderID: 1129, OrderDate: `9/4/2022`, ProductID: 119, ProductName: `Samsung Note`, UnitPrice: 26970.53, Quantity: 3, ExtendedPrice: 80911.59, Freight: 1890.53, Discontinued: false, Region: `South East`, Address: `161 Main Street`, City: `Huston`, Country: `USA`, PostalCode: 70087 }), + new InvoicesDataItem({ ShipName: `Watson Market`, ShipAddress: `163 Market Street`, ShipCity: `Los Angeles`, ShipPostalCode: 50127, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1274, CustomerName: `Max Watson`, CustomerFirstName: `Max`, CustomerLastName: `Watson`, CustomerAddress: `163 Market Street, Los Angeles, USA, 50127`, Salesperson: `Nancy Jefferson`, OrderID: 1508, OrderDate: `1/6/2022`, ProductID: 136, ProductName: `Mac Book Air`, UnitPrice: 12620.81, Quantity: 3, ExtendedPrice: 37862.43, Freight: 650.81, Discontinued: false, Region: `North East`, Address: `163 Market Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 50127 }), + new InvoicesDataItem({ ShipName: `Watson Townhouse`, ShipAddress: `131 Market Street`, ShipCity: `Huston`, ShipPostalCode: 50052, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1275, CustomerName: `James Watson`, CustomerFirstName: `James`, CustomerLastName: `Watson`, CustomerAddress: `131 Market Street, Huston, USA, 50052`, Salesperson: `Martin Watson`, OrderID: 1285, OrderDate: `8/6/2022`, ProductID: 123, ProductName: `Samsung Note`, UnitPrice: 22790.24, Quantity: 4, ExtendedPrice: 91160.96, Freight: 1140.24, Discontinued: false, Region: `South East`, Address: `131 Market Street`, City: `Huston`, Country: `USA`, PostalCode: 50052 }), + new InvoicesDataItem({ ShipName: `Black Home`, ShipAddress: `125 Wall Street`, ShipCity: `Miami`, ShipPostalCode: 60101, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1276, CustomerName: `Ben Black`, CustomerFirstName: `Ben`, CustomerLastName: `Black`, CustomerAddress: `125 Wall Street, Miami, USA, 60101`, Salesperson: `Ben Smith`, OrderID: 1881, OrderDate: `12/5/2022`, ProductID: 128, ProductName: `Mac Book Air`, UnitPrice: 18780.56, Quantity: 4, ExtendedPrice: 75122.24, Freight: 820.56, Discontinued: false, Region: `West`, Address: `125 Wall Street`, City: `Miami`, Country: `USA`, PostalCode: 60101 }), + new InvoicesDataItem({ ShipName: `Jackson Market`, ShipAddress: `184 Main Street`, ShipCity: `Miami`, ShipPostalCode: 50157, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1277, CustomerName: `Nancy Jackson`, CustomerFirstName: `Nancy`, CustomerLastName: `Jackson`, CustomerAddress: `184 Main Street, Miami, USA, 50157`, Salesperson: `Mike Smith`, OrderID: 1478, OrderDate: `9/18/2022`, ProductID: 131, ProductName: `IPad`, UnitPrice: 15000.21, Quantity: 5, ExtendedPrice: 75001.05, Freight: 1390.21, Discontinued: false, Region: `North East`, Address: `184 Main Street`, City: `Miami`, Country: `USA`, PostalCode: 50157 }), + new InvoicesDataItem({ ShipName: `Watson Estate`, ShipAddress: `199 Market Street`, ShipCity: `Huston`, ShipPostalCode: 80050, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1278, CustomerName: `Nancy Watson`, CustomerFirstName: `Nancy`, CustomerLastName: `Watson`, CustomerAddress: `199 Market Street, Huston, USA, 80050`, Salesperson: `Max Jefferson`, OrderID: 1767, OrderDate: `1/17/2022`, ProductID: 196, ProductName: `Mac Book Pro`, UnitPrice: 21600.31, Quantity: 3, ExtendedPrice: 64800.93, Freight: 1130.31, Discontinued: false, Region: `North East`, Address: `199 Market Street`, City: `Huston`, Country: `USA`, PostalCode: 80050 }), + new InvoicesDataItem({ ShipName: `Madison Market`, ShipAddress: `127 Market Street`, ShipCity: `Miami`, ShipPostalCode: 60073, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1279, CustomerName: `Nancy Madison`, CustomerFirstName: `Nancy`, CustomerLastName: `Madison`, CustomerAddress: `127 Market Street, Miami, USA, 60073`, Salesperson: `Mike Smith`, OrderID: 1229, OrderDate: `12/7/2022`, ProductID: 184, ProductName: `Mac Book Air`, UnitPrice: 27500.59, Quantity: 3, ExtendedPrice: 82501.77, Freight: 1380.59, Discontinued: true, Region: `West`, Address: `127 Market Street`, City: `Miami`, Country: `USA`, PostalCode: 60073 }), + new InvoicesDataItem({ ShipName: `Watson Home`, ShipAddress: `169 Main Street`, ShipCity: `New York`, ShipPostalCode: 50123, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1280, CustomerName: `Mike Watson`, CustomerFirstName: `Mike`, CustomerLastName: `Watson`, CustomerAddress: `169 Main Street, New York, USA, 50123`, Salesperson: `Martin Jackson`, OrderID: 1761, OrderDate: `2/10/2022`, ProductID: 169, ProductName: `IPad`, UnitPrice: 21430.7, Quantity: 5, ExtendedPrice: 107153.5, Freight: 1170.7, Discontinued: false, Region: `North East`, Address: `169 Main Street`, City: `New York`, Country: `USA`, PostalCode: 50123 }), + new InvoicesDataItem({ ShipName: `Watson Home`, ShipAddress: `109 Main Street`, ShipCity: `Philadelphia`, ShipPostalCode: 80143, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1281, CustomerName: `James Watson`, CustomerFirstName: `James`, CustomerLastName: `Watson`, CustomerAddress: `109 Main Street, Philadelphia, USA, 80143`, Salesperson: `Anna Black`, OrderID: 1461, OrderDate: `9/8/2022`, ProductID: 155, ProductName: `Samsung Galaxy 22`, UnitPrice: 28470.33, Quantity: 4, ExtendedPrice: 113881.32, Freight: 1750.33, Discontinued: false, Region: `North East`, Address: `109 Main Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 80143 }), + new InvoicesDataItem({ ShipName: `Madison Townhouse`, ShipAddress: `103 Main Street`, ShipCity: `New York`, ShipPostalCode: 80198, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1282, CustomerName: `James Madison`, CustomerFirstName: `James`, CustomerLastName: `Madison`, CustomerAddress: `103 Main Street, New York, USA, 80198`, Salesperson: `Ben Black`, OrderID: 1210, OrderDate: `11/7/2022`, ProductID: 123, ProductName: `Samsung Galaxy 22`, UnitPrice: 11260.52, Quantity: 5, ExtendedPrice: 56302.6, Freight: 330.52, Discontinued: false, Region: `West`, Address: `103 Main Street`, City: `New York`, Country: `USA`, PostalCode: 80198 }), + new InvoicesDataItem({ ShipName: `Jefferson Market`, ShipAddress: `102 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 50100, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1283, CustomerName: `Martin Jefferson`, CustomerFirstName: `Martin`, CustomerLastName: `Jefferson`, CustomerAddress: `102 Market Street, Philadelphia, USA, 50100`, Salesperson: `Pamela Jefferson`, OrderID: 1262, OrderDate: `4/17/2022`, ProductID: 134, ProductName: `Mac Book Pro`, UnitPrice: 21890.55, Quantity: 4, ExtendedPrice: 87562.2, Freight: 500.55, Discontinued: false, Region: `West`, Address: `102 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 50100 }), + new InvoicesDataItem({ ShipName: `Madison Home`, ShipAddress: `194 Market Street`, ShipCity: `New York`, ShipPostalCode: 80057, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1284, CustomerName: `Pamela Madison`, CustomerFirstName: `Pamela`, CustomerLastName: `Madison`, CustomerAddress: `194 Market Street, New York, USA, 80057`, Salesperson: `Pamela Jefferson`, OrderID: 1490, OrderDate: `4/6/2022`, ProductID: 191, ProductName: `Samsung Galaxy 22`, UnitPrice: 15670.58, Quantity: 4, ExtendedPrice: 62682.32, Freight: 1320.58, Discontinued: false, Region: `South East`, Address: `194 Market Street`, City: `New York`, Country: `USA`, PostalCode: 80057 }), + new InvoicesDataItem({ ShipName: `Madison Market`, ShipAddress: `102 Main Street`, ShipCity: `Miami`, ShipPostalCode: 70175, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1285, CustomerName: `Nancy Madison`, CustomerFirstName: `Nancy`, CustomerLastName: `Madison`, CustomerAddress: `102 Main Street, Miami, USA, 70175`, Salesperson: `James Jackson`, OrderID: 1031, OrderDate: `3/18/2022`, ProductID: 196, ProductName: `Samsung Note`, UnitPrice: 16280.69, Quantity: 3, ExtendedPrice: 48842.07, Freight: 380.69, Discontinued: false, Region: `South East`, Address: `102 Main Street`, City: `Miami`, Country: `USA`, PostalCode: 70175 }), + new InvoicesDataItem({ ShipName: `Watson Estate`, ShipAddress: `139 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 60067, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1286, CustomerName: `Nancy Watson`, CustomerFirstName: `Nancy`, CustomerLastName: `Watson`, CustomerAddress: `139 Market Street, Philadelphia, USA, 60067`, Salesperson: `Max Jefferson`, OrderID: 1803, OrderDate: `1/22/2022`, ProductID: 134, ProductName: `Mac Book Pro`, UnitPrice: 7940.29, Quantity: 4, ExtendedPrice: 31761.16, Freight: 620.29, Discontinued: false, Region: `North East`, Address: `139 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 60067 }), + new InvoicesDataItem({ ShipName: `Smith Market`, ShipAddress: `167 Market Street`, ShipCity: `New York`, ShipPostalCode: 80115, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1287, CustomerName: `Martin Smith`, CustomerFirstName: `Martin`, CustomerLastName: `Smith`, CustomerAddress: `167 Market Street, New York, USA, 80115`, Salesperson: `Anna Black`, OrderID: 1465, OrderDate: `2/14/2022`, ProductID: 166, ProductName: `Samsung Note`, UnitPrice: 20420.2, Quantity: 4, ExtendedPrice: 81680.8, Freight: 960.2, Discontinued: false, Region: `North East`, Address: `167 Market Street`, City: `New York`, Country: `USA`, PostalCode: 80115 }), + new InvoicesDataItem({ ShipName: `Jefferson Market`, ShipAddress: `167 Market Street`, ShipCity: `New York`, ShipPostalCode: 80080, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1288, CustomerName: `Nancy Jefferson`, CustomerFirstName: `Nancy`, CustomerLastName: `Jefferson`, CustomerAddress: `167 Market Street, New York, USA, 80080`, Salesperson: `Ben Jackson`, OrderID: 1303, OrderDate: `12/12/2022`, ProductID: 191, ProductName: `Samsung Galaxy 22`, UnitPrice: 20080.21, Quantity: 2, ExtendedPrice: 40160.42, Freight: 800.21, Discontinued: false, Region: `West`, Address: `167 Market Street`, City: `New York`, Country: `USA`, PostalCode: 80080 }), + new InvoicesDataItem({ ShipName: `Jackson Market`, ShipAddress: `167 Market Street`, ShipCity: `New York`, ShipPostalCode: 90093, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1289, CustomerName: `Pamela Jackson`, CustomerFirstName: `Pamela`, CustomerLastName: `Jackson`, CustomerAddress: `167 Market Street, New York, USA, 90093`, Salesperson: `Anna Smith`, OrderID: 1122, OrderDate: `8/6/2022`, ProductID: 189, ProductName: `Mac Book Air`, UnitPrice: 29420.55, Quantity: 4, ExtendedPrice: 117682.2, Freight: 1200.55, Discontinued: true, Region: `South East`, Address: `167 Market Street`, City: `New York`, Country: `USA`, PostalCode: 90093 }), + new InvoicesDataItem({ ShipName: `Madison Home`, ShipAddress: `114 Wall Street`, ShipCity: `Philadelphia`, ShipPostalCode: 60133, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1290, CustomerName: `Nancy Madison`, CustomerFirstName: `Nancy`, CustomerLastName: `Madison`, CustomerAddress: `114 Wall Street, Philadelphia, USA, 60133`, Salesperson: `Anna Madison`, OrderID: 1402, OrderDate: `6/9/2022`, ProductID: 161, ProductName: `Samsung Galaxy 22`, UnitPrice: 16370.76, Quantity: 3, ExtendedPrice: 49112.28, Freight: 590.76, Discontinued: false, Region: `South East`, Address: `114 Wall Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 60133 }), + new InvoicesDataItem({ ShipName: `Madison Home`, ShipAddress: `164 Market Street`, ShipCity: `Los Angeles`, ShipPostalCode: 60153, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1291, CustomerName: `Anna Madison`, CustomerFirstName: `Anna`, CustomerLastName: `Madison`, CustomerAddress: `164 Market Street, Los Angeles, USA, 60153`, Salesperson: `Max Smith`, OrderID: 1165, OrderDate: `11/24/2022`, ProductID: 193, ProductName: `Mac Book Pro`, UnitPrice: 19240.53, Quantity: 4, ExtendedPrice: 76962.12, Freight: 1990.53, Discontinued: false, Region: `West`, Address: `164 Market Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 60153 }), + new InvoicesDataItem({ ShipName: `Jackson Home`, ShipAddress: `102 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 90068, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1292, CustomerName: `Mike Jackson`, CustomerFirstName: `Mike`, CustomerLastName: `Jackson`, CustomerAddress: `102 Market Street, Philadelphia, USA, 90068`, Salesperson: `Mike Madison`, OrderID: 1512, OrderDate: `9/4/2022`, ProductID: 186, ProductName: `Samsung Note`, UnitPrice: 26300.88, Quantity: 4, ExtendedPrice: 105203.52, Freight: 660.88, Discontinued: false, Region: `West`, Address: `102 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 90068 }), + new InvoicesDataItem({ ShipName: `Jefferson Market`, ShipAddress: `158 Wall Street`, ShipCity: `Los Angeles`, ShipPostalCode: 80149, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1293, CustomerName: `Pamela Jefferson`, CustomerFirstName: `Pamela`, CustomerLastName: `Jefferson`, CustomerAddress: `158 Wall Street, Los Angeles, USA, 80149`, Salesperson: `Max Jackson`, OrderID: 1358, OrderDate: `2/22/2022`, ProductID: 110, ProductName: `Mac Book Pro`, UnitPrice: 23570.31, Quantity: 5, ExtendedPrice: 117851.55, Freight: 1260.31, Discontinued: false, Region: `North East`, Address: `158 Wall Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 80149 }), + new InvoicesDataItem({ ShipName: `Jefferson Townhouse`, ShipAddress: `125 Market Street`, ShipCity: `Huston`, ShipPostalCode: 80176, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1294, CustomerName: `Nancy Jefferson`, CustomerFirstName: `Nancy`, CustomerLastName: `Jefferson`, CustomerAddress: `125 Market Street, Huston, USA, 80176`, Salesperson: `Pamela Watson`, OrderID: 1106, OrderDate: `2/7/2022`, ProductID: 152, ProductName: `Samsung Galaxy 22`, UnitPrice: 6100.56, Quantity: 5, ExtendedPrice: 30502.8, Freight: 1900.56, Discontinued: false, Region: `West`, Address: `125 Market Street`, City: `Huston`, Country: `USA`, PostalCode: 80176 }), + new InvoicesDataItem({ ShipName: `Smith Estate`, ShipAddress: `177 Main Street`, ShipCity: `Los Angeles`, ShipPostalCode: 50079, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1295, CustomerName: `Pamela Smith`, CustomerFirstName: `Pamela`, CustomerLastName: `Smith`, CustomerAddress: `177 Main Street, Los Angeles, USA, 50079`, Salesperson: `Max Watson`, OrderID: 1931, OrderDate: `6/5/2022`, ProductID: 113, ProductName: `Samsung Galaxy 22`, UnitPrice: 27350.45, Quantity: 3, ExtendedPrice: 82051.35, Freight: 1170.45, Discontinued: false, Region: `North East`, Address: `177 Main Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 50079 }), + new InvoicesDataItem({ ShipName: `Jackson Estate`, ShipAddress: `148 Market Street`, ShipCity: `New York`, ShipPostalCode: 90184, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1296, CustomerName: `Mike Jackson`, CustomerFirstName: `Mike`, CustomerLastName: `Jackson`, CustomerAddress: `148 Market Street, New York, USA, 90184`, Salesperson: `James Smith`, OrderID: 1108, OrderDate: `8/5/2022`, ProductID: 122, ProductName: `Samsung Note`, UnitPrice: 5440.75, Quantity: 4, ExtendedPrice: 21763, Freight: 960.75, Discontinued: false, Region: `South East`, Address: `148 Market Street`, City: `New York`, Country: `USA`, PostalCode: 90184 }), + new InvoicesDataItem({ ShipName: `Black Townhouse`, ShipAddress: `113 Wall Street`, ShipCity: `Huston`, ShipPostalCode: 50064, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1297, CustomerName: `Max Black`, CustomerFirstName: `Max`, CustomerLastName: `Black`, CustomerAddress: `113 Wall Street, Huston, USA, 50064`, Salesperson: `Martin Smith`, OrderID: 1782, OrderDate: `3/24/2022`, ProductID: 107, ProductName: `IPad`, UnitPrice: 22200.88, Quantity: 4, ExtendedPrice: 88803.52, Freight: 510.88, Discontinued: false, Region: `West`, Address: `113 Wall Street`, City: `Huston`, Country: `USA`, PostalCode: 50064 }), + new InvoicesDataItem({ ShipName: `Smith Market`, ShipAddress: `134 Wall Street`, ShipCity: `New York`, ShipPostalCode: 80155, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1298, CustomerName: `Martin Smith`, CustomerFirstName: `Martin`, CustomerLastName: `Smith`, CustomerAddress: `134 Wall Street, New York, USA, 80155`, Salesperson: `Nancy Jefferson`, OrderID: 1886, OrderDate: `3/6/2022`, ProductID: 181, ProductName: `Samsung Galaxy 22`, UnitPrice: 8550.46, Quantity: 4, ExtendedPrice: 34201.84, Freight: 1830.46, Discontinued: false, Region: `North East`, Address: `134 Wall Street`, City: `New York`, Country: `USA`, PostalCode: 80155 }), + new InvoicesDataItem({ ShipName: `Jackson Townhouse`, ShipAddress: `142 Market Street`, ShipCity: `New York`, ShipPostalCode: 90103, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1299, CustomerName: `Max Jackson`, CustomerFirstName: `Max`, CustomerLastName: `Jackson`, CustomerAddress: `142 Market Street, New York, USA, 90103`, Salesperson: `Anna Watson`, OrderID: 1578, OrderDate: `10/5/2022`, ProductID: 162, ProductName: `Mac Book Air`, UnitPrice: 19490.84, Quantity: 4, ExtendedPrice: 77963.36, Freight: 490.84, Discontinued: true, Region: `West`, Address: `142 Market Street`, City: `New York`, Country: `USA`, PostalCode: 90103 }), + new InvoicesDataItem({ ShipName: `Smith Estate`, ShipAddress: `132 Market Street`, ShipCity: `Miami`, ShipPostalCode: 90111, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1300, CustomerName: `Anna Smith`, CustomerFirstName: `Anna`, CustomerLastName: `Smith`, CustomerAddress: `132 Market Street, Miami, USA, 90111`, Salesperson: `Ben Jefferson`, OrderID: 1903, OrderDate: `6/23/2022`, ProductID: 173, ProductName: `IPad`, UnitPrice: 23350.52, Quantity: 5, ExtendedPrice: 116752.6, Freight: 1210.52, Discontinued: false, Region: `South East`, Address: `132 Market Street`, City: `Miami`, Country: `USA`, PostalCode: 90111 }), + new InvoicesDataItem({ ShipName: `Smith Home`, ShipAddress: `180 Main Street`, ShipCity: `Los Angeles`, ShipPostalCode: 50182, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1301, CustomerName: `Mike Smith`, CustomerFirstName: `Mike`, CustomerLastName: `Smith`, CustomerAddress: `180 Main Street, Los Angeles, USA, 50182`, Salesperson: `Ben Black`, OrderID: 1201, OrderDate: `11/25/2022`, ProductID: 127, ProductName: `Mac Book Pro`, UnitPrice: 6730.57, Quantity: 3, ExtendedPrice: 20191.71, Freight: 1600.57, Discontinued: false, Region: `West`, Address: `180 Main Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 50182 }), + new InvoicesDataItem({ ShipName: `Smith Townhouse`, ShipAddress: `135 Main Street`, ShipCity: `Philadelphia`, ShipPostalCode: 60076, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1302, CustomerName: `James Smith`, CustomerFirstName: `James`, CustomerLastName: `Smith`, CustomerAddress: `135 Main Street, Philadelphia, USA, 60076`, Salesperson: `Mike Smith`, OrderID: 1488, OrderDate: `5/1/2022`, ProductID: 105, ProductName: `IPad`, UnitPrice: 27240.3, Quantity: 5, ExtendedPrice: 136201.5, Freight: 1130.3, Discontinued: false, Region: `West`, Address: `135 Main Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 60076 }), + new InvoicesDataItem({ ShipName: `Madison Townhouse`, ShipAddress: `104 Wall Street`, ShipCity: `New York`, ShipPostalCode: 70191, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1303, CustomerName: `Nancy Madison`, CustomerFirstName: `Nancy`, CustomerLastName: `Madison`, CustomerAddress: `104 Wall Street, New York, USA, 70191`, Salesperson: `Pamela Jefferson`, OrderID: 1636, OrderDate: `2/16/2022`, ProductID: 104, ProductName: `Samsung Galaxy 22`, UnitPrice: 14830.46, Quantity: 2, ExtendedPrice: 29660.92, Freight: 540.46, Discontinued: false, Region: `West`, Address: `104 Wall Street`, City: `New York`, Country: `USA`, PostalCode: 70191 }), + new InvoicesDataItem({ ShipName: `Jefferson Market`, ShipAddress: `122 Market Street`, ShipCity: `New York`, ShipPostalCode: 70071, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1304, CustomerName: `James Jefferson`, CustomerFirstName: `James`, CustomerLastName: `Jefferson`, CustomerAddress: `122 Market Street, New York, USA, 70071`, Salesperson: `Max Black`, OrderID: 1588, OrderDate: `8/22/2022`, ProductID: 169, ProductName: `IPhone`, UnitPrice: 28440.73, Quantity: 3, ExtendedPrice: 85322.19, Freight: 640.73, Discontinued: false, Region: `North East`, Address: `122 Market Street`, City: `New York`, Country: `USA`, PostalCode: 70071 }), + new InvoicesDataItem({ ShipName: `Smith Market`, ShipAddress: `178 Main Street`, ShipCity: `Philadelphia`, ShipPostalCode: 80064, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1305, CustomerName: `Anna Smith`, CustomerFirstName: `Anna`, CustomerLastName: `Smith`, CustomerAddress: `178 Main Street, Philadelphia, USA, 80064`, Salesperson: `Pamela Jackson`, OrderID: 1422, OrderDate: `7/3/2022`, ProductID: 150, ProductName: `Mac Book Air`, UnitPrice: 7100.37, Quantity: 4, ExtendedPrice: 28401.48, Freight: 1560.37, Discontinued: false, Region: `North East`, Address: `178 Main Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 80064 }), + new InvoicesDataItem({ ShipName: `Jefferson Market`, ShipAddress: `199 Main Street`, ShipCity: `Philadelphia`, ShipPostalCode: 80126, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1306, CustomerName: `Martin Jefferson`, CustomerFirstName: `Martin`, CustomerLastName: `Jefferson`, CustomerAddress: `199 Main Street, Philadelphia, USA, 80126`, Salesperson: `Ben Jefferson`, OrderID: 1922, OrderDate: `1/13/2022`, ProductID: 116, ProductName: `Mac Book Air`, UnitPrice: 15400.22, Quantity: 4, ExtendedPrice: 61600.88, Freight: 1970.22, Discontinued: false, Region: `South East`, Address: `199 Main Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 80126 }), + new InvoicesDataItem({ ShipName: `Watson Home`, ShipAddress: `187 Wall Street`, ShipCity: `Huston`, ShipPostalCode: 70093, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1307, CustomerName: `Nancy Watson`, CustomerFirstName: `Nancy`, CustomerLastName: `Watson`, CustomerAddress: `187 Wall Street, Huston, USA, 70093`, Salesperson: `Ben Watson`, OrderID: 1023, OrderDate: `8/20/2022`, ProductID: 138, ProductName: `Samsung Note`, UnitPrice: 26450.63, Quantity: 2, ExtendedPrice: 52901.26, Freight: 980.63, Discontinued: false, Region: `South East`, Address: `187 Wall Street`, City: `Huston`, Country: `USA`, PostalCode: 70093 }), + new InvoicesDataItem({ ShipName: `Watson Market`, ShipAddress: `110 Market Street`, ShipCity: `Los Angeles`, ShipPostalCode: 50180, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1308, CustomerName: `Max Watson`, CustomerFirstName: `Max`, CustomerLastName: `Watson`, CustomerAddress: `110 Market Street, Los Angeles, USA, 50180`, Salesperson: `Martin Smith`, OrderID: 1651, OrderDate: `8/10/2022`, ProductID: 131, ProductName: `IPhone`, UnitPrice: 11720.27, Quantity: 2, ExtendedPrice: 23440.54, Freight: 300.27, Discontinued: false, Region: `South East`, Address: `110 Market Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 50180 }), + new InvoicesDataItem({ ShipName: `Madison Home`, ShipAddress: `196 Wall Street`, ShipCity: `New York`, ShipPostalCode: 50190, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1309, CustomerName: `James Madison`, CustomerFirstName: `James`, CustomerLastName: `Madison`, CustomerAddress: `196 Wall Street, New York, USA, 50190`, Salesperson: `Nancy Madison`, OrderID: 1918, OrderDate: `7/11/2022`, ProductID: 160, ProductName: `IPad`, UnitPrice: 22400.31, Quantity: 2, ExtendedPrice: 44800.62, Freight: 1310.31, Discontinued: true, Region: `North East`, Address: `196 Wall Street`, City: `New York`, Country: `USA`, PostalCode: 50190 }), + new InvoicesDataItem({ ShipName: `Jefferson Market`, ShipAddress: `172 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 80154, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1310, CustomerName: `Nancy Jefferson`, CustomerFirstName: `Nancy`, CustomerLastName: `Jefferson`, CustomerAddress: `172 Market Street, Philadelphia, USA, 80154`, Salesperson: `Ben Jackson`, OrderID: 1803, OrderDate: `2/14/2022`, ProductID: 100, ProductName: `Samsung Note`, UnitPrice: 5270.34, Quantity: 5, ExtendedPrice: 26351.7, Freight: 320.34, Discontinued: false, Region: `North East`, Address: `172 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 80154 }), + new InvoicesDataItem({ ShipName: `Watson Estate`, ShipAddress: `181 Wall Street`, ShipCity: `Los Angeles`, ShipPostalCode: 50200, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1311, CustomerName: `Martin Watson`, CustomerFirstName: `Martin`, CustomerLastName: `Watson`, CustomerAddress: `181 Wall Street, Los Angeles, USA, 50200`, Salesperson: `James Watson`, OrderID: 1467, OrderDate: `12/13/2022`, ProductID: 171, ProductName: `Mac Book Air`, UnitPrice: 7830.21, Quantity: 4, ExtendedPrice: 31320.84, Freight: 1740.21, Discontinued: false, Region: `South East`, Address: `181 Wall Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 50200 }), + new InvoicesDataItem({ ShipName: `Jefferson Estate`, ShipAddress: `151 Main Street`, ShipCity: `Los Angeles`, ShipPostalCode: 70118, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1312, CustomerName: `Pamela Jefferson`, CustomerFirstName: `Pamela`, CustomerLastName: `Jefferson`, CustomerAddress: `151 Main Street, Los Angeles, USA, 70118`, Salesperson: `Martin Watson`, OrderID: 1359, OrderDate: `4/5/2022`, ProductID: 141, ProductName: `IPhone`, UnitPrice: 27160.77, Quantity: 5, ExtendedPrice: 135803.85, Freight: 370.77, Discontinued: false, Region: `West`, Address: `151 Main Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 70118 }), + new InvoicesDataItem({ ShipName: `Jackson Home`, ShipAddress: `156 Market Street`, ShipCity: `Miami`, ShipPostalCode: 90109, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1313, CustomerName: `James Jackson`, CustomerFirstName: `James`, CustomerLastName: `Jackson`, CustomerAddress: `156 Market Street, Miami, USA, 90109`, Salesperson: `James Jackson`, OrderID: 1592, OrderDate: `4/16/2022`, ProductID: 128, ProductName: `Samsung Note`, UnitPrice: 14910.41, Quantity: 5, ExtendedPrice: 74552.05, Freight: 1790.41, Discontinued: false, Region: `North East`, Address: `156 Market Street`, City: `Miami`, Country: `USA`, PostalCode: 90109 }), + new InvoicesDataItem({ ShipName: `Watson Estate`, ShipAddress: `147 Main Street`, ShipCity: `Huston`, ShipPostalCode: 60054, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1314, CustomerName: `Pamela Watson`, CustomerFirstName: `Pamela`, CustomerLastName: `Watson`, CustomerAddress: `147 Main Street, Huston, USA, 60054`, Salesperson: `Ben Watson`, OrderID: 1454, OrderDate: `12/12/2022`, ProductID: 131, ProductName: `Mac Book Air`, UnitPrice: 11280.22, Quantity: 3, ExtendedPrice: 33840.66, Freight: 1440.22, Discontinued: false, Region: `South East`, Address: `147 Main Street`, City: `Huston`, Country: `USA`, PostalCode: 60054 }), + new InvoicesDataItem({ ShipName: `Madison Home`, ShipAddress: `123 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 90190, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1315, CustomerName: `Ben Madison`, CustomerFirstName: `Ben`, CustomerLastName: `Madison`, CustomerAddress: `123 Market Street, Philadelphia, USA, 90190`, Salesperson: `James Jefferson`, OrderID: 1529, OrderDate: `4/19/2022`, ProductID: 102, ProductName: `IPad`, UnitPrice: 7570.85, Quantity: 5, ExtendedPrice: 37854.25, Freight: 1630.85, Discontinued: false, Region: `West`, Address: `123 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 90190 }), + new InvoicesDataItem({ ShipName: `Watson Home`, ShipAddress: `100 Wall Street`, ShipCity: `Los Angeles`, ShipPostalCode: 90115, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1316, CustomerName: `James Watson`, CustomerFirstName: `James`, CustomerLastName: `Watson`, CustomerAddress: `100 Wall Street, Los Angeles, USA, 90115`, Salesperson: `Nancy Smith`, OrderID: 1783, OrderDate: `9/2/2022`, ProductID: 144, ProductName: `Samsung Note`, UnitPrice: 5530.88, Quantity: 3, ExtendedPrice: 16592.64, Freight: 1800.88, Discontinued: false, Region: `North East`, Address: `100 Wall Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 90115 }), + new InvoicesDataItem({ ShipName: `Watson Townhouse`, ShipAddress: `184 Wall Street`, ShipCity: `Miami`, ShipPostalCode: 50144, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1317, CustomerName: `Max Watson`, CustomerFirstName: `Max`, CustomerLastName: `Watson`, CustomerAddress: `184 Wall Street, Miami, USA, 50144`, Salesperson: `Max Jackson`, OrderID: 1533, OrderDate: `12/19/2022`, ProductID: 189, ProductName: `Samsung Galaxy 22`, UnitPrice: 24820.6, Quantity: 2, ExtendedPrice: 49641.2, Freight: 1550.6, Discontinued: false, Region: `South East`, Address: `184 Wall Street`, City: `Miami`, Country: `USA`, PostalCode: 50144 }), + new InvoicesDataItem({ ShipName: `Black Home`, ShipAddress: `187 Wall Street`, ShipCity: `Los Angeles`, ShipPostalCode: 70132, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1318, CustomerName: `Mike Black`, CustomerFirstName: `Mike`, CustomerLastName: `Black`, CustomerAddress: `187 Wall Street, Los Angeles, USA, 70132`, Salesperson: `Nancy Jackson`, OrderID: 1483, OrderDate: `1/8/2022`, ProductID: 182, ProductName: `Samsung Galaxy 22`, UnitPrice: 21520.76, Quantity: 4, ExtendedPrice: 86083.04, Freight: 770.76, Discontinued: false, Region: `North East`, Address: `187 Wall Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 70132 }), + new InvoicesDataItem({ ShipName: `Black Market`, ShipAddress: `162 Main Street`, ShipCity: `Philadelphia`, ShipPostalCode: 90083, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1319, CustomerName: `Mike Black`, CustomerFirstName: `Mike`, CustomerLastName: `Black`, CustomerAddress: `162 Main Street, Philadelphia, USA, 90083`, Salesperson: `Max Jefferson`, OrderID: 1869, OrderDate: `6/3/2022`, ProductID: 118, ProductName: `IPhone`, UnitPrice: 15930.3, Quantity: 2, ExtendedPrice: 31860.6, Freight: 470.3, Discontinued: true, Region: `North East`, Address: `162 Main Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 90083 }), + new InvoicesDataItem({ ShipName: `Watson Home`, ShipAddress: `147 Main Street`, ShipCity: `Philadelphia`, ShipPostalCode: 50191, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1320, CustomerName: `Nancy Watson`, CustomerFirstName: `Nancy`, CustomerLastName: `Watson`, CustomerAddress: `147 Main Street, Philadelphia, USA, 50191`, Salesperson: `Martin Jefferson`, OrderID: 1541, OrderDate: `2/1/2022`, ProductID: 159, ProductName: `Mac Book Pro`, UnitPrice: 29090.51, Quantity: 4, ExtendedPrice: 116362.04, Freight: 900.51, Discontinued: false, Region: `North East`, Address: `147 Main Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 50191 }), + new InvoicesDataItem({ ShipName: `Jackson Market`, ShipAddress: `175 Wall Street`, ShipCity: `New York`, ShipPostalCode: 90056, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1321, CustomerName: `Martin Jackson`, CustomerFirstName: `Martin`, CustomerLastName: `Jackson`, CustomerAddress: `175 Wall Street, New York, USA, 90056`, Salesperson: `Anna Black`, OrderID: 1050, OrderDate: `8/6/2022`, ProductID: 120, ProductName: `IPad`, UnitPrice: 28490.38, Quantity: 5, ExtendedPrice: 142451.9, Freight: 860.38, Discontinued: false, Region: `West`, Address: `175 Wall Street`, City: `New York`, Country: `USA`, PostalCode: 90056 }), + new InvoicesDataItem({ ShipName: `Jackson Market`, ShipAddress: `129 Market Street`, ShipCity: `Huston`, ShipPostalCode: 50089, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1322, CustomerName: `Pamela Jackson`, CustomerFirstName: `Pamela`, CustomerLastName: `Jackson`, CustomerAddress: `129 Market Street, Huston, USA, 50089`, Salesperson: `Mike Jefferson`, OrderID: 1188, OrderDate: `7/23/2022`, ProductID: 119, ProductName: `Mac Book Pro`, UnitPrice: 6710.58, Quantity: 3, ExtendedPrice: 20131.74, Freight: 1160.58, Discontinued: false, Region: `South East`, Address: `129 Market Street`, City: `Huston`, Country: `USA`, PostalCode: 50089 }), + new InvoicesDataItem({ ShipName: `Smith Market`, ShipAddress: `104 Wall Street`, ShipCity: `Philadelphia`, ShipPostalCode: 70079, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1323, CustomerName: `Ben Smith`, CustomerFirstName: `Ben`, CustomerLastName: `Smith`, CustomerAddress: `104 Wall Street, Philadelphia, USA, 70079`, Salesperson: `Martin Madison`, OrderID: 1452, OrderDate: `2/1/2022`, ProductID: 182, ProductName: `IPhone`, UnitPrice: 9260.28, Quantity: 2, ExtendedPrice: 18520.56, Freight: 1960.28, Discontinued: false, Region: `South East`, Address: `104 Wall Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 70079 }), + new InvoicesDataItem({ ShipName: `Jefferson Townhouse`, ShipAddress: `167 Wall Street`, ShipCity: `Philadelphia`, ShipPostalCode: 70137, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1324, CustomerName: `Mike Jefferson`, CustomerFirstName: `Mike`, CustomerLastName: `Jefferson`, CustomerAddress: `167 Wall Street, Philadelphia, USA, 70137`, Salesperson: `James Jefferson`, OrderID: 1542, OrderDate: `7/21/2022`, ProductID: 107, ProductName: `IPhone`, UnitPrice: 5100.82, Quantity: 5, ExtendedPrice: 25504.1, Freight: 610.82, Discontinued: false, Region: `North East`, Address: `167 Wall Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 70137 }), + new InvoicesDataItem({ ShipName: `Madison Market`, ShipAddress: `128 Wall Street`, ShipCity: `Philadelphia`, ShipPostalCode: 50188, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1325, CustomerName: `Mike Madison`, CustomerFirstName: `Mike`, CustomerLastName: `Madison`, CustomerAddress: `128 Wall Street, Philadelphia, USA, 50188`, Salesperson: `Nancy Jefferson`, OrderID: 1993, OrderDate: `3/7/2022`, ProductID: 149, ProductName: `Samsung Note`, UnitPrice: 27520.59, Quantity: 4, ExtendedPrice: 110082.36, Freight: 1260.59, Discontinued: false, Region: `South East`, Address: `128 Wall Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 50188 }), + new InvoicesDataItem({ ShipName: `Watson Market`, ShipAddress: `171 Market Street`, ShipCity: `Huston`, ShipPostalCode: 70190, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1326, CustomerName: `Martin Watson`, CustomerFirstName: `Martin`, CustomerLastName: `Watson`, CustomerAddress: `171 Market Street, Huston, USA, 70190`, Salesperson: `Anna Madison`, OrderID: 1815, OrderDate: `7/4/2022`, ProductID: 195, ProductName: `Samsung Note`, UnitPrice: 27340.66, Quantity: 5, ExtendedPrice: 136703.3, Freight: 1790.66, Discontinued: false, Region: `South East`, Address: `171 Market Street`, City: `Huston`, Country: `USA`, PostalCode: 70190 }), + new InvoicesDataItem({ ShipName: `Watson Home`, ShipAddress: `191 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 60123, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1327, CustomerName: `Anna Watson`, CustomerFirstName: `Anna`, CustomerLastName: `Watson`, CustomerAddress: `191 Market Street, Philadelphia, USA, 60123`, Salesperson: `Anna Madison`, OrderID: 1319, OrderDate: `8/5/2022`, ProductID: 191, ProductName: `Samsung Note`, UnitPrice: 28500.5, Quantity: 5, ExtendedPrice: 142502.5, Freight: 1280.5, Discontinued: false, Region: `West`, Address: `191 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 60123 }), + new InvoicesDataItem({ ShipName: `Madison Townhouse`, ShipAddress: `150 Wall Street`, ShipCity: `Philadelphia`, ShipPostalCode: 80139, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1328, CustomerName: `Mike Madison`, CustomerFirstName: `Mike`, CustomerLastName: `Madison`, CustomerAddress: `150 Wall Street, Philadelphia, USA, 80139`, Salesperson: `Nancy Watson`, OrderID: 1592, OrderDate: `2/22/2022`, ProductID: 149, ProductName: `Mac Book Pro`, UnitPrice: 22890.6, Quantity: 5, ExtendedPrice: 114453, Freight: 920.6, Discontinued: false, Region: `South East`, Address: `150 Wall Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 80139 }), + new InvoicesDataItem({ ShipName: `Jackson Market`, ShipAddress: `112 Main Street`, ShipCity: `Los Angeles`, ShipPostalCode: 70172, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1329, CustomerName: `Nancy Jackson`, CustomerFirstName: `Nancy`, CustomerLastName: `Jackson`, CustomerAddress: `112 Main Street, Los Angeles, USA, 70172`, Salesperson: `Max Jefferson`, OrderID: 1959, OrderDate: `10/15/2022`, ProductID: 156, ProductName: `Samsung Galaxy 22`, UnitPrice: 12050.71, Quantity: 4, ExtendedPrice: 48202.84, Freight: 270.71, Discontinued: true, Region: `North East`, Address: `112 Main Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 70172 }), + new InvoicesDataItem({ ShipName: `Jefferson Market`, ShipAddress: `121 Market Street`, ShipCity: `New York`, ShipPostalCode: 80122, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1330, CustomerName: `Martin Jefferson`, CustomerFirstName: `Martin`, CustomerLastName: `Jefferson`, CustomerAddress: `121 Market Street, New York, USA, 80122`, Salesperson: `Ben Black`, OrderID: 1343, OrderDate: `5/25/2022`, ProductID: 118, ProductName: `Mac Book Pro`, UnitPrice: 7060.29, Quantity: 4, ExtendedPrice: 28241.16, Freight: 400.29, Discontinued: false, Region: `West`, Address: `121 Market Street`, City: `New York`, Country: `USA`, PostalCode: 80122 }), + new InvoicesDataItem({ ShipName: `Watson Estate`, ShipAddress: `183 Wall Street`, ShipCity: `Miami`, ShipPostalCode: 90122, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1331, CustomerName: `Pamela Watson`, CustomerFirstName: `Pamela`, CustomerLastName: `Watson`, CustomerAddress: `183 Wall Street, Miami, USA, 90122`, Salesperson: `Pamela Smith`, OrderID: 1876, OrderDate: `2/8/2022`, ProductID: 137, ProductName: `Samsung Note`, UnitPrice: 10140.84, Quantity: 4, ExtendedPrice: 40563.36, Freight: 640.84, Discontinued: false, Region: `North East`, Address: `183 Wall Street`, City: `Miami`, Country: `USA`, PostalCode: 90122 }), + new InvoicesDataItem({ ShipName: `Jefferson Estate`, ShipAddress: `105 Main Street`, ShipCity: `Los Angeles`, ShipPostalCode: 50068, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1332, CustomerName: `Mike Jefferson`, CustomerFirstName: `Mike`, CustomerLastName: `Jefferson`, CustomerAddress: `105 Main Street, Los Angeles, USA, 50068`, Salesperson: `Ben Madison`, OrderID: 1322, OrderDate: `6/7/2022`, ProductID: 148, ProductName: `Mac Book Air`, UnitPrice: 20150.45, Quantity: 4, ExtendedPrice: 80601.8, Freight: 1190.45, Discontinued: false, Region: `North East`, Address: `105 Main Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 50068 }), + new InvoicesDataItem({ ShipName: `Madison Townhouse`, ShipAddress: `199 Market Street`, ShipCity: `Huston`, ShipPostalCode: 70061, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1333, CustomerName: `Martin Madison`, CustomerFirstName: `Martin`, CustomerLastName: `Madison`, CustomerAddress: `199 Market Street, Huston, USA, 70061`, Salesperson: `Max Smith`, OrderID: 1046, OrderDate: `2/3/2022`, ProductID: 162, ProductName: `IPhone`, UnitPrice: 28480.38, Quantity: 2, ExtendedPrice: 56960.76, Freight: 1180.38, Discontinued: false, Region: `West`, Address: `199 Market Street`, City: `Huston`, Country: `USA`, PostalCode: 70061 }), + new InvoicesDataItem({ ShipName: `Madison Estate`, ShipAddress: `142 Wall Street`, ShipCity: `Huston`, ShipPostalCode: 60058, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1334, CustomerName: `Ben Madison`, CustomerFirstName: `Ben`, CustomerLastName: `Madison`, CustomerAddress: `142 Wall Street, Huston, USA, 60058`, Salesperson: `Mike Madison`, OrderID: 1433, OrderDate: `2/1/2022`, ProductID: 177, ProductName: `IPhone`, UnitPrice: 6770.89, Quantity: 5, ExtendedPrice: 33854.45, Freight: 520.89, Discontinued: false, Region: `South East`, Address: `142 Wall Street`, City: `Huston`, Country: `USA`, PostalCode: 60058 }), + new InvoicesDataItem({ ShipName: `Jefferson Townhouse`, ShipAddress: `140 Market Street`, ShipCity: `Los Angeles`, ShipPostalCode: 90131, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1335, CustomerName: `Martin Jefferson`, CustomerFirstName: `Martin`, CustomerLastName: `Jefferson`, CustomerAddress: `140 Market Street, Los Angeles, USA, 90131`, Salesperson: `Pamela Black`, OrderID: 1894, OrderDate: `9/13/2022`, ProductID: 151, ProductName: `IPad`, UnitPrice: 5280.38, Quantity: 5, ExtendedPrice: 26401.9, Freight: 1610.38, Discontinued: false, Region: `North East`, Address: `140 Market Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 90131 }), + new InvoicesDataItem({ ShipName: `Jefferson Home`, ShipAddress: `106 Market Street`, ShipCity: `Miami`, ShipPostalCode: 60063, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1336, CustomerName: `Ben Jefferson`, CustomerFirstName: `Ben`, CustomerLastName: `Jefferson`, CustomerAddress: `106 Market Street, Miami, USA, 60063`, Salesperson: `Anna Jackson`, OrderID: 1017, OrderDate: `6/12/2022`, ProductID: 173, ProductName: `Mac Book Pro`, UnitPrice: 27000.78, Quantity: 2, ExtendedPrice: 54001.56, Freight: 540.78, Discontinued: false, Region: `West`, Address: `106 Market Street`, City: `Miami`, Country: `USA`, PostalCode: 60063 }), + new InvoicesDataItem({ ShipName: `Jefferson Market`, ShipAddress: `190 Market Street`, ShipCity: `Huston`, ShipPostalCode: 70115, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1337, CustomerName: `Max Jefferson`, CustomerFirstName: `Max`, CustomerLastName: `Jefferson`, CustomerAddress: `190 Market Street, Huston, USA, 70115`, Salesperson: `Martin Smith`, OrderID: 1583, OrderDate: `2/12/2022`, ProductID: 147, ProductName: `Samsung Note`, UnitPrice: 7560.53, Quantity: 2, ExtendedPrice: 15121.06, Freight: 260.53, Discontinued: false, Region: `South East`, Address: `190 Market Street`, City: `Huston`, Country: `USA`, PostalCode: 70115 }), + new InvoicesDataItem({ ShipName: `Smith Home`, ShipAddress: `129 Market Street`, ShipCity: `Miami`, ShipPostalCode: 70051, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1338, CustomerName: `Nancy Smith`, CustomerFirstName: `Nancy`, CustomerLastName: `Smith`, CustomerAddress: `129 Market Street, Miami, USA, 70051`, Salesperson: `Pamela Madison`, OrderID: 1202, OrderDate: `3/15/2022`, ProductID: 136, ProductName: `IPhone`, UnitPrice: 20520.41, Quantity: 2, ExtendedPrice: 41040.82, Freight: 550.41, Discontinued: false, Region: `North East`, Address: `129 Market Street`, City: `Miami`, Country: `USA`, PostalCode: 70051 }), + new InvoicesDataItem({ ShipName: `Smith Home`, ShipAddress: `143 Main Street`, ShipCity: `Miami`, ShipPostalCode: 70144, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1339, CustomerName: `Martin Smith`, CustomerFirstName: `Martin`, CustomerLastName: `Smith`, CustomerAddress: `143 Main Street, Miami, USA, 70144`, Salesperson: `James Jefferson`, OrderID: 1172, OrderDate: `10/15/2022`, ProductID: 136, ProductName: `IPad`, UnitPrice: 18760.26, Quantity: 4, ExtendedPrice: 75041.04, Freight: 540.26, Discontinued: true, Region: `North East`, Address: `143 Main Street`, City: `Miami`, Country: `USA`, PostalCode: 70144 }), + new InvoicesDataItem({ ShipName: `Smith Market`, ShipAddress: `179 Market Street`, ShipCity: `New York`, ShipPostalCode: 90174, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1340, CustomerName: `Martin Smith`, CustomerFirstName: `Martin`, CustomerLastName: `Smith`, CustomerAddress: `179 Market Street, New York, USA, 90174`, Salesperson: `Martin Madison`, OrderID: 1491, OrderDate: `4/19/2022`, ProductID: 176, ProductName: `Mac Book Air`, UnitPrice: 16000.56, Quantity: 4, ExtendedPrice: 64002.24, Freight: 690.56, Discontinued: false, Region: `West`, Address: `179 Market Street`, City: `New York`, Country: `USA`, PostalCode: 90174 }), + new InvoicesDataItem({ ShipName: `Madison Home`, ShipAddress: `152 Main Street`, ShipCity: `Philadelphia`, ShipPostalCode: 90077, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1341, CustomerName: `Mike Madison`, CustomerFirstName: `Mike`, CustomerLastName: `Madison`, CustomerAddress: `152 Main Street, Philadelphia, USA, 90077`, Salesperson: `James Black`, OrderID: 1351, OrderDate: `9/19/2022`, ProductID: 147, ProductName: `IPhone`, UnitPrice: 19810.36, Quantity: 4, ExtendedPrice: 79241.44, Freight: 920.36, Discontinued: false, Region: `West`, Address: `152 Main Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 90077 }), + new InvoicesDataItem({ ShipName: `Jefferson Estate`, ShipAddress: `170 Main Street`, ShipCity: `Los Angeles`, ShipPostalCode: 60097, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1342, CustomerName: `Anna Jefferson`, CustomerFirstName: `Anna`, CustomerLastName: `Jefferson`, CustomerAddress: `170 Main Street, Los Angeles, USA, 60097`, Salesperson: `Martin Black`, OrderID: 1619, OrderDate: `3/13/2022`, ProductID: 166, ProductName: `Mac Book Air`, UnitPrice: 27140.88, Quantity: 3, ExtendedPrice: 81422.64, Freight: 1480.88, Discontinued: false, Region: `North East`, Address: `170 Main Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 60097 }), + new InvoicesDataItem({ ShipName: `Black Townhouse`, ShipAddress: `198 Wall Street`, ShipCity: `New York`, ShipPostalCode: 90077, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1343, CustomerName: `Martin Black`, CustomerFirstName: `Martin`, CustomerLastName: `Black`, CustomerAddress: `198 Wall Street, New York, USA, 90077`, Salesperson: `James Smith`, OrderID: 1646, OrderDate: `9/2/2022`, ProductID: 122, ProductName: `Samsung Galaxy 22`, UnitPrice: 6160.87, Quantity: 3, ExtendedPrice: 18482.61, Freight: 1480.87, Discontinued: false, Region: `South East`, Address: `198 Wall Street`, City: `New York`, Country: `USA`, PostalCode: 90077 }), + new InvoicesDataItem({ ShipName: `Watson Estate`, ShipAddress: `193 Wall Street`, ShipCity: `New York`, ShipPostalCode: 60165, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1344, CustomerName: `Ben Watson`, CustomerFirstName: `Ben`, CustomerLastName: `Watson`, CustomerAddress: `193 Wall Street, New York, USA, 60165`, Salesperson: `Ben Madison`, OrderID: 1516, OrderDate: `4/20/2022`, ProductID: 113, ProductName: `IPhone`, UnitPrice: 22310.25, Quantity: 2, ExtendedPrice: 44620.5, Freight: 1740.25, Discontinued: false, Region: `North East`, Address: `193 Wall Street`, City: `New York`, Country: `USA`, PostalCode: 60165 }), + new InvoicesDataItem({ ShipName: `Jackson Market`, ShipAddress: `108 Wall Street`, ShipCity: `New York`, ShipPostalCode: 90123, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1345, CustomerName: `James Jackson`, CustomerFirstName: `James`, CustomerLastName: `Jackson`, CustomerAddress: `108 Wall Street, New York, USA, 90123`, Salesperson: `Mike Madison`, OrderID: 1356, OrderDate: `11/2/2022`, ProductID: 105, ProductName: `Mac Book Air`, UnitPrice: 16240.78, Quantity: 5, ExtendedPrice: 81203.9, Freight: 260.78, Discontinued: false, Region: `North East`, Address: `108 Wall Street`, City: `New York`, Country: `USA`, PostalCode: 90123 }), + new InvoicesDataItem({ ShipName: `Black Home`, ShipAddress: `173 Main Street`, ShipCity: `Miami`, ShipPostalCode: 60061, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1346, CustomerName: `Max Black`, CustomerFirstName: `Max`, CustomerLastName: `Black`, CustomerAddress: `173 Main Street, Miami, USA, 60061`, Salesperson: `Mike Jefferson`, OrderID: 1062, OrderDate: `3/5/2022`, ProductID: 101, ProductName: `Samsung Galaxy 22`, UnitPrice: 25540.71, Quantity: 5, ExtendedPrice: 127703.55, Freight: 2000.71, Discontinued: false, Region: `West`, Address: `173 Main Street`, City: `Miami`, Country: `USA`, PostalCode: 60061 }), + new InvoicesDataItem({ ShipName: `Black Home`, ShipAddress: `118 Wall Street`, ShipCity: `Los Angeles`, ShipPostalCode: 60178, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1347, CustomerName: `Nancy Black`, CustomerFirstName: `Nancy`, CustomerLastName: `Black`, CustomerAddress: `118 Wall Street, Los Angeles, USA, 60178`, Salesperson: `Max Madison`, OrderID: 1482, OrderDate: `8/24/2022`, ProductID: 105, ProductName: `IPhone`, UnitPrice: 17000.6, Quantity: 4, ExtendedPrice: 68002.4, Freight: 1390.6, Discontinued: false, Region: `West`, Address: `118 Wall Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 60178 }), + new InvoicesDataItem({ ShipName: `Jackson Townhouse`, ShipAddress: `134 Wall Street`, ShipCity: `New York`, ShipPostalCode: 60096, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1348, CustomerName: `Martin Jackson`, CustomerFirstName: `Martin`, CustomerLastName: `Jackson`, CustomerAddress: `134 Wall Street, New York, USA, 60096`, Salesperson: `Ben Madison`, OrderID: 1443, OrderDate: `7/1/2022`, ProductID: 105, ProductName: `Samsung Galaxy 22`, UnitPrice: 12670.46, Quantity: 2, ExtendedPrice: 25340.92, Freight: 1280.46, Discontinued: false, Region: `North East`, Address: `134 Wall Street`, City: `New York`, Country: `USA`, PostalCode: 60096 }), + new InvoicesDataItem({ ShipName: `Black Estate`, ShipAddress: `125 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 50134, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1349, CustomerName: `Ben Black`, CustomerFirstName: `Ben`, CustomerLastName: `Black`, CustomerAddress: `125 Market Street, Philadelphia, USA, 50134`, Salesperson: `Mike Watson`, OrderID: 1498, OrderDate: `1/17/2022`, ProductID: 194, ProductName: `IPhone`, UnitPrice: 23470.22, Quantity: 3, ExtendedPrice: 70410.66, Freight: 1370.22, Discontinued: true, Region: `South East`, Address: `125 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 50134 }), + new InvoicesDataItem({ ShipName: `Madison Home`, ShipAddress: `145 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 80099, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1350, CustomerName: `Mike Madison`, CustomerFirstName: `Mike`, CustomerLastName: `Madison`, CustomerAddress: `145 Market Street, Philadelphia, USA, 80099`, Salesperson: `Nancy Watson`, OrderID: 1002, OrderDate: `11/11/2022`, ProductID: 116, ProductName: `Mac Book Air`, UnitPrice: 17060.57, Quantity: 3, ExtendedPrice: 51181.71, Freight: 1800.57, Discontinued: false, Region: `West`, Address: `145 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 80099 }), + new InvoicesDataItem({ ShipName: `Watson Home`, ShipAddress: `130 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 70052, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1351, CustomerName: `Ben Watson`, CustomerFirstName: `Ben`, CustomerLastName: `Watson`, CustomerAddress: `130 Market Street, Philadelphia, USA, 70052`, Salesperson: `Pamela Watson`, OrderID: 1144, OrderDate: `10/15/2022`, ProductID: 168, ProductName: `IPhone`, UnitPrice: 13010.35, Quantity: 4, ExtendedPrice: 52041.4, Freight: 980.35, Discontinued: false, Region: `South East`, Address: `130 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 70052 }), + new InvoicesDataItem({ ShipName: `Black Market`, ShipAddress: `136 Wall Street`, ShipCity: `Miami`, ShipPostalCode: 60165, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1352, CustomerName: `Nancy Black`, CustomerFirstName: `Nancy`, CustomerLastName: `Black`, CustomerAddress: `136 Wall Street, Miami, USA, 60165`, Salesperson: `Mike Black`, OrderID: 1745, OrderDate: `4/9/2022`, ProductID: 119, ProductName: `Samsung Galaxy 22`, UnitPrice: 7900.53, Quantity: 4, ExtendedPrice: 31602.12, Freight: 1400.53, Discontinued: false, Region: `West`, Address: `136 Wall Street`, City: `Miami`, Country: `USA`, PostalCode: 60165 }), + new InvoicesDataItem({ ShipName: `Madison Townhouse`, ShipAddress: `190 Wall Street`, ShipCity: `Philadelphia`, ShipPostalCode: 60176, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1353, CustomerName: `Pamela Madison`, CustomerFirstName: `Pamela`, CustomerLastName: `Madison`, CustomerAddress: `190 Wall Street, Philadelphia, USA, 60176`, Salesperson: `Martin Smith`, OrderID: 1489, OrderDate: `3/25/2022`, ProductID: 113, ProductName: `Samsung Galaxy 22`, UnitPrice: 23420.42, Quantity: 4, ExtendedPrice: 93681.68, Freight: 1660.42, Discontinued: false, Region: `West`, Address: `190 Wall Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 60176 }), + new InvoicesDataItem({ ShipName: `Jackson Townhouse`, ShipAddress: `114 Main Street`, ShipCity: `Huston`, ShipPostalCode: 50060, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1354, CustomerName: `Mike Jackson`, CustomerFirstName: `Mike`, CustomerLastName: `Jackson`, CustomerAddress: `114 Main Street, Huston, USA, 50060`, Salesperson: `Nancy Jackson`, OrderID: 1302, OrderDate: `3/21/2022`, ProductID: 144, ProductName: `Mac Book Pro`, UnitPrice: 21240.71, Quantity: 5, ExtendedPrice: 106203.55, Freight: 1000.71, Discontinued: false, Region: `North East`, Address: `114 Main Street`, City: `Huston`, Country: `USA`, PostalCode: 50060 }), + new InvoicesDataItem({ ShipName: `Watson Townhouse`, ShipAddress: `130 Market Street`, ShipCity: `Huston`, ShipPostalCode: 90062, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1355, CustomerName: `Max Watson`, CustomerFirstName: `Max`, CustomerLastName: `Watson`, CustomerAddress: `130 Market Street, Huston, USA, 90062`, Salesperson: `Ben Jackson`, OrderID: 1901, OrderDate: `11/5/2022`, ProductID: 101, ProductName: `Samsung Galaxy 22`, UnitPrice: 17170.52, Quantity: 4, ExtendedPrice: 68682.08, Freight: 1600.52, Discontinued: false, Region: `South East`, Address: `130 Market Street`, City: `Huston`, Country: `USA`, PostalCode: 90062 }), + new InvoicesDataItem({ ShipName: `Watson Market`, ShipAddress: `160 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 50149, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1356, CustomerName: `Nancy Watson`, CustomerFirstName: `Nancy`, CustomerLastName: `Watson`, CustomerAddress: `160 Market Street, Philadelphia, USA, 50149`, Salesperson: `Ben Watson`, OrderID: 1331, OrderDate: `2/5/2022`, ProductID: 151, ProductName: `Mac Book Pro`, UnitPrice: 17650.73, Quantity: 4, ExtendedPrice: 70602.92, Freight: 1720.73, Discontinued: false, Region: `South East`, Address: `160 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 50149 }), + new InvoicesDataItem({ ShipName: `Black Townhouse`, ShipAddress: `130 Main Street`, ShipCity: `New York`, ShipPostalCode: 50184, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1357, CustomerName: `Anna Black`, CustomerFirstName: `Anna`, CustomerLastName: `Black`, CustomerAddress: `130 Main Street, New York, USA, 50184`, Salesperson: `Anna Watson`, OrderID: 1161, OrderDate: `5/18/2022`, ProductID: 185, ProductName: `Samsung Galaxy 22`, UnitPrice: 12920.84, Quantity: 3, ExtendedPrice: 38762.52, Freight: 780.84, Discontinued: false, Region: `South East`, Address: `130 Main Street`, City: `New York`, Country: `USA`, PostalCode: 50184 }), + new InvoicesDataItem({ ShipName: `Watson Townhouse`, ShipAddress: `120 Wall Street`, ShipCity: `New York`, ShipPostalCode: 90122, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1358, CustomerName: `Ben Watson`, CustomerFirstName: `Ben`, CustomerLastName: `Watson`, CustomerAddress: `120 Wall Street, New York, USA, 90122`, Salesperson: `Martin Madison`, OrderID: 1211, OrderDate: `11/13/2022`, ProductID: 136, ProductName: `IPad`, UnitPrice: 21380.5, Quantity: 4, ExtendedPrice: 85522, Freight: 1130.5, Discontinued: false, Region: `West`, Address: `120 Wall Street`, City: `New York`, Country: `USA`, PostalCode: 90122 }), + new InvoicesDataItem({ ShipName: `Madison Market`, ShipAddress: `108 Market Street`, ShipCity: `New York`, ShipPostalCode: 80106, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1359, CustomerName: `Pamela Madison`, CustomerFirstName: `Pamela`, CustomerLastName: `Madison`, CustomerAddress: `108 Market Street, New York, USA, 80106`, Salesperson: `Anna Watson`, OrderID: 1010, OrderDate: `3/15/2022`, ProductID: 198, ProductName: `Samsung Galaxy 22`, UnitPrice: 18060.46, Quantity: 4, ExtendedPrice: 72241.84, Freight: 330.46, Discontinued: true, Region: `North East`, Address: `108 Market Street`, City: `New York`, Country: `USA`, PostalCode: 80106 }), + new InvoicesDataItem({ ShipName: `Black Estate`, ShipAddress: `114 Market Street`, ShipCity: `Miami`, ShipPostalCode: 70117, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1360, CustomerName: `Nancy Black`, CustomerFirstName: `Nancy`, CustomerLastName: `Black`, CustomerAddress: `114 Market Street, Miami, USA, 70117`, Salesperson: `James Smith`, OrderID: 1001, OrderDate: `2/24/2022`, ProductID: 121, ProductName: `Mac Book Pro`, UnitPrice: 22020.55, Quantity: 5, ExtendedPrice: 110102.75, Freight: 1970.55, Discontinued: false, Region: `West`, Address: `114 Market Street`, City: `Miami`, Country: `USA`, PostalCode: 70117 }), + new InvoicesDataItem({ ShipName: `Jackson Home`, ShipAddress: `134 Main Street`, ShipCity: `Philadelphia`, ShipPostalCode: 50108, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1361, CustomerName: `Nancy Jackson`, CustomerFirstName: `Nancy`, CustomerLastName: `Jackson`, CustomerAddress: `134 Main Street, Philadelphia, USA, 50108`, Salesperson: `Max Jefferson`, OrderID: 1871, OrderDate: `3/1/2022`, ProductID: 114, ProductName: `Mac Book Air`, UnitPrice: 13010.27, Quantity: 5, ExtendedPrice: 65051.35, Freight: 1490.27, Discontinued: false, Region: `North East`, Address: `134 Main Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 50108 }), + new InvoicesDataItem({ ShipName: `Jefferson Townhouse`, ShipAddress: `138 Market Street`, ShipCity: `Huston`, ShipPostalCode: 90082, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1362, CustomerName: `Mike Jefferson`, CustomerFirstName: `Mike`, CustomerLastName: `Jefferson`, CustomerAddress: `138 Market Street, Huston, USA, 90082`, Salesperson: `Ben Watson`, OrderID: 1175, OrderDate: `4/11/2022`, ProductID: 159, ProductName: `Samsung Galaxy 22`, UnitPrice: 17660.27, Quantity: 5, ExtendedPrice: 88301.35, Freight: 1770.27, Discontinued: false, Region: `South East`, Address: `138 Market Street`, City: `Huston`, Country: `USA`, PostalCode: 90082 }), + new InvoicesDataItem({ ShipName: `Madison Market`, ShipAddress: `131 Main Street`, ShipCity: `Miami`, ShipPostalCode: 90189, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1363, CustomerName: `James Madison`, CustomerFirstName: `James`, CustomerLastName: `Madison`, CustomerAddress: `131 Main Street, Miami, USA, 90189`, Salesperson: `Nancy Madison`, OrderID: 1072, OrderDate: `2/14/2022`, ProductID: 169, ProductName: `Mac Book Air`, UnitPrice: 24150.8, Quantity: 4, ExtendedPrice: 96603.2, Freight: 1040.8, Discontinued: false, Region: `South East`, Address: `131 Main Street`, City: `Miami`, Country: `USA`, PostalCode: 90189 }), + new InvoicesDataItem({ ShipName: `Watson Townhouse`, ShipAddress: `133 Wall Street`, ShipCity: `Philadelphia`, ShipPostalCode: 90077, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1364, CustomerName: `Martin Watson`, CustomerFirstName: `Martin`, CustomerLastName: `Watson`, CustomerAddress: `133 Wall Street, Philadelphia, USA, 90077`, Salesperson: `Pamela Jackson`, OrderID: 1971, OrderDate: `10/16/2022`, ProductID: 108, ProductName: `Samsung Note`, UnitPrice: 18520.3, Quantity: 2, ExtendedPrice: 37040.6, Freight: 300.3, Discontinued: false, Region: `North East`, Address: `133 Wall Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 90077 }), + new InvoicesDataItem({ ShipName: `Smith Estate`, ShipAddress: `128 Market Street`, ShipCity: `Huston`, ShipPostalCode: 90109, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1365, CustomerName: `Pamela Smith`, CustomerFirstName: `Pamela`, CustomerLastName: `Smith`, CustomerAddress: `128 Market Street, Huston, USA, 90109`, Salesperson: `Nancy Jackson`, OrderID: 1024, OrderDate: `12/21/2022`, ProductID: 188, ProductName: `Samsung Note`, UnitPrice: 10040.29, Quantity: 4, ExtendedPrice: 40161.16, Freight: 1900.29, Discontinued: false, Region: `South East`, Address: `128 Market Street`, City: `Huston`, Country: `USA`, PostalCode: 90109 }), + new InvoicesDataItem({ ShipName: `Black Estate`, ShipAddress: `154 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 80119, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1366, CustomerName: `Nancy Black`, CustomerFirstName: `Nancy`, CustomerLastName: `Black`, CustomerAddress: `154 Market Street, Philadelphia, USA, 80119`, Salesperson: `Nancy Jackson`, OrderID: 1537, OrderDate: `6/24/2022`, ProductID: 161, ProductName: `IPhone`, UnitPrice: 20110.8, Quantity: 5, ExtendedPrice: 100554, Freight: 1990.8, Discontinued: false, Region: `South East`, Address: `154 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 80119 }), + new InvoicesDataItem({ ShipName: `Madison Townhouse`, ShipAddress: `156 Main Street`, ShipCity: `Miami`, ShipPostalCode: 50128, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1367, CustomerName: `Ben Madison`, CustomerFirstName: `Ben`, CustomerLastName: `Madison`, CustomerAddress: `156 Main Street, Miami, USA, 50128`, Salesperson: `Nancy Smith`, OrderID: 1289, OrderDate: `7/2/2022`, ProductID: 125, ProductName: `Samsung Galaxy 22`, UnitPrice: 18320.56, Quantity: 3, ExtendedPrice: 54961.68, Freight: 890.56, Discontinued: false, Region: `South East`, Address: `156 Main Street`, City: `Miami`, Country: `USA`, PostalCode: 50128 }), + new InvoicesDataItem({ ShipName: `Madison Home`, ShipAddress: `130 Main Street`, ShipCity: `Miami`, ShipPostalCode: 60146, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1368, CustomerName: `James Madison`, CustomerFirstName: `James`, CustomerLastName: `Madison`, CustomerAddress: `130 Main Street, Miami, USA, 60146`, Salesperson: `Nancy Jackson`, OrderID: 1451, OrderDate: `12/4/2022`, ProductID: 140, ProductName: `Samsung Galaxy 22`, UnitPrice: 6030.21, Quantity: 4, ExtendedPrice: 24120.84, Freight: 1930.21, Discontinued: false, Region: `North East`, Address: `130 Main Street`, City: `Miami`, Country: `USA`, PostalCode: 60146 }), + new InvoicesDataItem({ ShipName: `Watson Market`, ShipAddress: `159 Wall Street`, ShipCity: `New York`, ShipPostalCode: 70158, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1369, CustomerName: `Nancy Watson`, CustomerFirstName: `Nancy`, CustomerLastName: `Watson`, CustomerAddress: `159 Wall Street, New York, USA, 70158`, Salesperson: `Max Jefferson`, OrderID: 1056, OrderDate: `1/10/2022`, ProductID: 151, ProductName: `Mac Book Pro`, UnitPrice: 27710.33, Quantity: 3, ExtendedPrice: 83130.99, Freight: 300.33, Discontinued: true, Region: `South East`, Address: `159 Wall Street`, City: `New York`, Country: `USA`, PostalCode: 70158 }), + new InvoicesDataItem({ ShipName: `Smith Townhouse`, ShipAddress: `189 Wall Street`, ShipCity: `New York`, ShipPostalCode: 90186, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1370, CustomerName: `Pamela Smith`, CustomerFirstName: `Pamela`, CustomerLastName: `Smith`, CustomerAddress: `189 Wall Street, New York, USA, 90186`, Salesperson: `Anna Jefferson`, OrderID: 1611, OrderDate: `9/14/2022`, ProductID: 180, ProductName: `IPhone`, UnitPrice: 15940.65, Quantity: 4, ExtendedPrice: 63762.6, Freight: 1210.65, Discontinued: false, Region: `North East`, Address: `189 Wall Street`, City: `New York`, Country: `USA`, PostalCode: 90186 }), + new InvoicesDataItem({ ShipName: `Jefferson Estate`, ShipAddress: `190 Wall Street`, ShipCity: `Philadelphia`, ShipPostalCode: 50065, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1371, CustomerName: `Mike Jefferson`, CustomerFirstName: `Mike`, CustomerLastName: `Jefferson`, CustomerAddress: `190 Wall Street, Philadelphia, USA, 50065`, Salesperson: `Martin Watson`, OrderID: 1731, OrderDate: `2/7/2022`, ProductID: 103, ProductName: `Mac Book Pro`, UnitPrice: 21560.2, Quantity: 4, ExtendedPrice: 86240.8, Freight: 1880.2, Discontinued: false, Region: `South East`, Address: `190 Wall Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 50065 }), + new InvoicesDataItem({ ShipName: `Smith Home`, ShipAddress: `127 Market Street`, ShipCity: `Los Angeles`, ShipPostalCode: 80182, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1372, CustomerName: `Pamela Smith`, CustomerFirstName: `Pamela`, CustomerLastName: `Smith`, CustomerAddress: `127 Market Street, Los Angeles, USA, 80182`, Salesperson: `Ben Jefferson`, OrderID: 1156, OrderDate: `7/16/2022`, ProductID: 132, ProductName: `Samsung Galaxy 22`, UnitPrice: 15440.77, Quantity: 5, ExtendedPrice: 77203.85, Freight: 1730.77, Discontinued: false, Region: `West`, Address: `127 Market Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 80182 }), + new InvoicesDataItem({ ShipName: `Madison Estate`, ShipAddress: `150 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 50154, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1373, CustomerName: `Ben Madison`, CustomerFirstName: `Ben`, CustomerLastName: `Madison`, CustomerAddress: `150 Market Street, Philadelphia, USA, 50154`, Salesperson: `Max Jackson`, OrderID: 1592, OrderDate: `12/25/2022`, ProductID: 109, ProductName: `Mac Book Air`, UnitPrice: 25510.57, Quantity: 2, ExtendedPrice: 51021.14, Freight: 1350.57, Discontinued: false, Region: `North East`, Address: `150 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 50154 }), + new InvoicesDataItem({ ShipName: `Jackson Estate`, ShipAddress: `163 Market Street`, ShipCity: `Miami`, ShipPostalCode: 50149, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1374, CustomerName: `Max Jackson`, CustomerFirstName: `Max`, CustomerLastName: `Jackson`, CustomerAddress: `163 Market Street, Miami, USA, 50149`, Salesperson: `James Smith`, OrderID: 1504, OrderDate: `10/7/2022`, ProductID: 197, ProductName: `Mac Book Pro`, UnitPrice: 23590.87, Quantity: 5, ExtendedPrice: 117954.35, Freight: 460.87, Discontinued: false, Region: `South East`, Address: `163 Market Street`, City: `Miami`, Country: `USA`, PostalCode: 50149 }), + new InvoicesDataItem({ ShipName: `Smith Townhouse`, ShipAddress: `114 Wall Street`, ShipCity: `Philadelphia`, ShipPostalCode: 90131, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1375, CustomerName: `Pamela Smith`, CustomerFirstName: `Pamela`, CustomerLastName: `Smith`, CustomerAddress: `114 Wall Street, Philadelphia, USA, 90131`, Salesperson: `Nancy Jefferson`, OrderID: 1121, OrderDate: `11/25/2022`, ProductID: 148, ProductName: `Samsung Note`, UnitPrice: 13030.29, Quantity: 2, ExtendedPrice: 26060.58, Freight: 1140.29, Discontinued: false, Region: `South East`, Address: `114 Wall Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 90131 }), + new InvoicesDataItem({ ShipName: `Black Townhouse`, ShipAddress: `167 Market Street`, ShipCity: `Huston`, ShipPostalCode: 50058, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1376, CustomerName: `Nancy Black`, CustomerFirstName: `Nancy`, CustomerLastName: `Black`, CustomerAddress: `167 Market Street, Huston, USA, 50058`, Salesperson: `Martin Black`, OrderID: 1455, OrderDate: `8/6/2022`, ProductID: 196, ProductName: `IPhone`, UnitPrice: 13870.29, Quantity: 5, ExtendedPrice: 69351.45, Freight: 1080.29, Discontinued: false, Region: `West`, Address: `167 Market Street`, City: `Huston`, Country: `USA`, PostalCode: 50058 }), + new InvoicesDataItem({ ShipName: `Jackson Townhouse`, ShipAddress: `181 Market Street`, ShipCity: `Los Angeles`, ShipPostalCode: 80062, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1377, CustomerName: `Anna Jackson`, CustomerFirstName: `Anna`, CustomerLastName: `Jackson`, CustomerAddress: `181 Market Street, Los Angeles, USA, 80062`, Salesperson: `Anna Black`, OrderID: 1320, OrderDate: `1/15/2022`, ProductID: 109, ProductName: `Mac Book Pro`, UnitPrice: 10990.65, Quantity: 3, ExtendedPrice: 32971.95, Freight: 310.65, Discontinued: false, Region: `North East`, Address: `181 Market Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 80062 }), + new InvoicesDataItem({ ShipName: `Jackson Market`, ShipAddress: `113 Wall Street`, ShipCity: `Miami`, ShipPostalCode: 80140, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1378, CustomerName: `Pamela Jackson`, CustomerFirstName: `Pamela`, CustomerLastName: `Jackson`, CustomerAddress: `113 Wall Street, Miami, USA, 80140`, Salesperson: `Anna Jackson`, OrderID: 1936, OrderDate: `12/2/2022`, ProductID: 171, ProductName: `IPhone`, UnitPrice: 9550.78, Quantity: 4, ExtendedPrice: 38203.12, Freight: 1380.78, Discontinued: false, Region: `South East`, Address: `113 Wall Street`, City: `Miami`, Country: `USA`, PostalCode: 80140 }), + new InvoicesDataItem({ ShipName: `Madison Estate`, ShipAddress: `188 Wall Street`, ShipCity: `Los Angeles`, ShipPostalCode: 80072, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1379, CustomerName: `Anna Madison`, CustomerFirstName: `Anna`, CustomerLastName: `Madison`, CustomerAddress: `188 Wall Street, Los Angeles, USA, 80072`, Salesperson: `Nancy Watson`, OrderID: 1767, OrderDate: `10/23/2022`, ProductID: 130, ProductName: `IPhone`, UnitPrice: 21500.21, Quantity: 2, ExtendedPrice: 43000.42, Freight: 1680.21, Discontinued: true, Region: `South East`, Address: `188 Wall Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 80072 }), + new InvoicesDataItem({ ShipName: `Madison Home`, ShipAddress: `177 Market Street`, ShipCity: `Huston`, ShipPostalCode: 80160, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1380, CustomerName: `Anna Madison`, CustomerFirstName: `Anna`, CustomerLastName: `Madison`, CustomerAddress: `177 Market Street, Huston, USA, 80160`, Salesperson: `Max Jackson`, OrderID: 1118, OrderDate: `6/2/2022`, ProductID: 111, ProductName: `Mac Book Air`, UnitPrice: 20100.73, Quantity: 4, ExtendedPrice: 80402.92, Freight: 540.73, Discontinued: false, Region: `West`, Address: `177 Market Street`, City: `Huston`, Country: `USA`, PostalCode: 80160 }), + new InvoicesDataItem({ ShipName: `Jefferson Townhouse`, ShipAddress: `139 Wall Street`, ShipCity: `Miami`, ShipPostalCode: 80074, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1381, CustomerName: `Mike Jefferson`, CustomerFirstName: `Mike`, CustomerLastName: `Jefferson`, CustomerAddress: `139 Wall Street, Miami, USA, 80074`, Salesperson: `Nancy Madison`, OrderID: 1269, OrderDate: `6/12/2022`, ProductID: 192, ProductName: `Mac Book Air`, UnitPrice: 17200.34, Quantity: 4, ExtendedPrice: 68801.36, Freight: 1280.34, Discontinued: false, Region: `North East`, Address: `139 Wall Street`, City: `Miami`, Country: `USA`, PostalCode: 80074 }), + new InvoicesDataItem({ ShipName: `Madison Home`, ShipAddress: `115 Wall Street`, ShipCity: `Los Angeles`, ShipPostalCode: 90081, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1382, CustomerName: `Pamela Madison`, CustomerFirstName: `Pamela`, CustomerLastName: `Madison`, CustomerAddress: `115 Wall Street, Los Angeles, USA, 90081`, Salesperson: `James Jackson`, OrderID: 1587, OrderDate: `4/9/2022`, ProductID: 187, ProductName: `Samsung Note`, UnitPrice: 24670.86, Quantity: 2, ExtendedPrice: 49341.72, Freight: 1360.86, Discontinued: false, Region: `North East`, Address: `115 Wall Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 90081 }), + new InvoicesDataItem({ ShipName: `Jefferson Estate`, ShipAddress: `130 Wall Street`, ShipCity: `Miami`, ShipPostalCode: 50175, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1383, CustomerName: `Anna Jefferson`, CustomerFirstName: `Anna`, CustomerLastName: `Jefferson`, CustomerAddress: `130 Wall Street, Miami, USA, 50175`, Salesperson: `Mike Smith`, OrderID: 1632, OrderDate: `3/3/2022`, ProductID: 197, ProductName: `IPad`, UnitPrice: 9780.24, Quantity: 3, ExtendedPrice: 29340.72, Freight: 1420.24, Discontinued: false, Region: `West`, Address: `130 Wall Street`, City: `Miami`, Country: `USA`, PostalCode: 50175 }), + new InvoicesDataItem({ ShipName: `Black Estate`, ShipAddress: `110 Main Street`, ShipCity: `Philadelphia`, ShipPostalCode: 90171, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1384, CustomerName: `Max Black`, CustomerFirstName: `Max`, CustomerLastName: `Black`, CustomerAddress: `110 Main Street, Philadelphia, USA, 90171`, Salesperson: `Max Jefferson`, OrderID: 1400, OrderDate: `6/24/2022`, ProductID: 123, ProductName: `IPhone`, UnitPrice: 12010.77, Quantity: 2, ExtendedPrice: 24021.54, Freight: 560.77, Discontinued: false, Region: `North East`, Address: `110 Main Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 90171 }), + new InvoicesDataItem({ ShipName: `Black Market`, ShipAddress: `111 Market Street`, ShipCity: `Huston`, ShipPostalCode: 80086, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1385, CustomerName: `Mike Black`, CustomerFirstName: `Mike`, CustomerLastName: `Black`, CustomerAddress: `111 Market Street, Huston, USA, 80086`, Salesperson: `Ben Watson`, OrderID: 1040, OrderDate: `8/25/2022`, ProductID: 192, ProductName: `Samsung Note`, UnitPrice: 27920.64, Quantity: 5, ExtendedPrice: 139603.2, Freight: 250.64, Discontinued: false, Region: `South East`, Address: `111 Market Street`, City: `Huston`, Country: `USA`, PostalCode: 80086 }), + new InvoicesDataItem({ ShipName: `Black Townhouse`, ShipAddress: `132 Wall Street`, ShipCity: `Huston`, ShipPostalCode: 60121, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1386, CustomerName: `Mike Black`, CustomerFirstName: `Mike`, CustomerLastName: `Black`, CustomerAddress: `132 Wall Street, Huston, USA, 60121`, Salesperson: `Anna Watson`, OrderID: 1445, OrderDate: `6/12/2022`, ProductID: 139, ProductName: `IPhone`, UnitPrice: 17460.46, Quantity: 3, ExtendedPrice: 52381.38, Freight: 1060.46, Discontinued: false, Region: `South East`, Address: `132 Wall Street`, City: `Huston`, Country: `USA`, PostalCode: 60121 }), + new InvoicesDataItem({ ShipName: `Smith Townhouse`, ShipAddress: `150 Main Street`, ShipCity: `Philadelphia`, ShipPostalCode: 60127, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1387, CustomerName: `Ben Smith`, CustomerFirstName: `Ben`, CustomerLastName: `Smith`, CustomerAddress: `150 Main Street, Philadelphia, USA, 60127`, Salesperson: `Max Smith`, OrderID: 1803, OrderDate: `4/15/2022`, ProductID: 172, ProductName: `Mac Book Air`, UnitPrice: 17820.62, Quantity: 4, ExtendedPrice: 71282.48, Freight: 1150.62, Discontinued: false, Region: `West`, Address: `150 Main Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 60127 }), + new InvoicesDataItem({ ShipName: `Watson Estate`, ShipAddress: `173 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 50160, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1388, CustomerName: `Anna Watson`, CustomerFirstName: `Anna`, CustomerLastName: `Watson`, CustomerAddress: `173 Market Street, Philadelphia, USA, 50160`, Salesperson: `Nancy Jefferson`, OrderID: 1719, OrderDate: `4/23/2022`, ProductID: 134, ProductName: `IPhone`, UnitPrice: 22780.47, Quantity: 3, ExtendedPrice: 68341.41, Freight: 500.47, Discontinued: false, Region: `West`, Address: `173 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 50160 }), + new InvoicesDataItem({ ShipName: `Jefferson Townhouse`, ShipAddress: `120 Wall Street`, ShipCity: `Philadelphia`, ShipPostalCode: 60064, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1389, CustomerName: `Max Jefferson`, CustomerFirstName: `Max`, CustomerLastName: `Jefferson`, CustomerAddress: `120 Wall Street, Philadelphia, USA, 60064`, Salesperson: `Martin Jefferson`, OrderID: 1706, OrderDate: `5/15/2022`, ProductID: 151, ProductName: `Samsung Note`, UnitPrice: 16430.61, Quantity: 3, ExtendedPrice: 49291.83, Freight: 1650.61, Discontinued: true, Region: `West`, Address: `120 Wall Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 60064 }), + new InvoicesDataItem({ ShipName: `Jackson Market`, ShipAddress: `109 Main Street`, ShipCity: `Huston`, ShipPostalCode: 70200, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1390, CustomerName: `Ben Jackson`, CustomerFirstName: `Ben`, CustomerLastName: `Jackson`, CustomerAddress: `109 Main Street, Huston, USA, 70200`, Salesperson: `James Watson`, OrderID: 1318, OrderDate: `6/10/2022`, ProductID: 163, ProductName: `IPad`, UnitPrice: 26710.76, Quantity: 4, ExtendedPrice: 106843.04, Freight: 330.76, Discontinued: false, Region: `South East`, Address: `109 Main Street`, City: `Huston`, Country: `USA`, PostalCode: 70200 }), + new InvoicesDataItem({ ShipName: `Madison Townhouse`, ShipAddress: `161 Main Street`, ShipCity: `Huston`, ShipPostalCode: 60159, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1391, CustomerName: `Mike Madison`, CustomerFirstName: `Mike`, CustomerLastName: `Madison`, CustomerAddress: `161 Main Street, Huston, USA, 60159`, Salesperson: `Ben Smith`, OrderID: 1322, OrderDate: `6/3/2022`, ProductID: 170, ProductName: `IPad`, UnitPrice: 18660.7, Quantity: 4, ExtendedPrice: 74642.8, Freight: 1480.7, Discontinued: false, Region: `North East`, Address: `161 Main Street`, City: `Huston`, Country: `USA`, PostalCode: 60159 }), + new InvoicesDataItem({ ShipName: `Watson Estate`, ShipAddress: `194 Main Street`, ShipCity: `Los Angeles`, ShipPostalCode: 60148, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1392, CustomerName: `Ben Watson`, CustomerFirstName: `Ben`, CustomerLastName: `Watson`, CustomerAddress: `194 Main Street, Los Angeles, USA, 60148`, Salesperson: `Pamela Black`, OrderID: 1664, OrderDate: `9/11/2022`, ProductID: 131, ProductName: `Mac Book Pro`, UnitPrice: 16990.84, Quantity: 5, ExtendedPrice: 84954.2, Freight: 1870.84, Discontinued: false, Region: `West`, Address: `194 Main Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 60148 }), + new InvoicesDataItem({ ShipName: `Jefferson Estate`, ShipAddress: `191 Main Street`, ShipCity: `Los Angeles`, ShipPostalCode: 60148, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1393, CustomerName: `James Jefferson`, CustomerFirstName: `James`, CustomerLastName: `Jefferson`, CustomerAddress: `191 Main Street, Los Angeles, USA, 60148`, Salesperson: `Martin Jackson`, OrderID: 1995, OrderDate: `7/3/2022`, ProductID: 107, ProductName: `Mac Book Pro`, UnitPrice: 18490.66, Quantity: 2, ExtendedPrice: 36981.32, Freight: 690.66, Discontinued: false, Region: `West`, Address: `191 Main Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 60148 }), + new InvoicesDataItem({ ShipName: `Jefferson Estate`, ShipAddress: `129 Wall Street`, ShipCity: `Philadelphia`, ShipPostalCode: 80148, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1394, CustomerName: `Martin Jefferson`, CustomerFirstName: `Martin`, CustomerLastName: `Jefferson`, CustomerAddress: `129 Wall Street, Philadelphia, USA, 80148`, Salesperson: `Ben Jefferson`, OrderID: 1344, OrderDate: `10/13/2022`, ProductID: 168, ProductName: `IPhone`, UnitPrice: 5870.82, Quantity: 5, ExtendedPrice: 29354.1, Freight: 400.82, Discontinued: false, Region: `West`, Address: `129 Wall Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 80148 }), + new InvoicesDataItem({ ShipName: `Jefferson Estate`, ShipAddress: `148 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 70084, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1395, CustomerName: `Anna Jefferson`, CustomerFirstName: `Anna`, CustomerLastName: `Jefferson`, CustomerAddress: `148 Market Street, Philadelphia, USA, 70084`, Salesperson: `Martin Smith`, OrderID: 1602, OrderDate: `3/2/2022`, ProductID: 153, ProductName: `Samsung Note`, UnitPrice: 8490.68, Quantity: 3, ExtendedPrice: 25472.04, Freight: 1650.68, Discontinued: false, Region: `North East`, Address: `148 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 70084 }), + new InvoicesDataItem({ ShipName: `Black Home`, ShipAddress: `152 Wall Street`, ShipCity: `Miami`, ShipPostalCode: 90101, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1396, CustomerName: `Max Black`, CustomerFirstName: `Max`, CustomerLastName: `Black`, CustomerAddress: `152 Wall Street, Miami, USA, 90101`, Salesperson: `Ben Black`, OrderID: 1059, OrderDate: `4/12/2022`, ProductID: 164, ProductName: `Samsung Galaxy 22`, UnitPrice: 12460.5, Quantity: 3, ExtendedPrice: 37381.5, Freight: 280.5, Discontinued: false, Region: `North East`, Address: `152 Wall Street`, City: `Miami`, Country: `USA`, PostalCode: 90101 }), + new InvoicesDataItem({ ShipName: `Jackson Estate`, ShipAddress: `147 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 50200, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1397, CustomerName: `Nancy Jackson`, CustomerFirstName: `Nancy`, CustomerLastName: `Jackson`, CustomerAddress: `147 Market Street, Philadelphia, USA, 50200`, Salesperson: `Nancy Watson`, OrderID: 1159, OrderDate: `5/12/2022`, ProductID: 136, ProductName: `IPhone`, UnitPrice: 20790.46, Quantity: 4, ExtendedPrice: 83161.84, Freight: 780.46, Discontinued: false, Region: `North East`, Address: `147 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 50200 }), + new InvoicesDataItem({ ShipName: `Jackson Estate`, ShipAddress: `106 Main Street`, ShipCity: `Miami`, ShipPostalCode: 60064, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1398, CustomerName: `Max Jackson`, CustomerFirstName: `Max`, CustomerLastName: `Jackson`, CustomerAddress: `106 Main Street, Miami, USA, 60064`, Salesperson: `Nancy Watson`, OrderID: 1646, OrderDate: `2/13/2022`, ProductID: 143, ProductName: `IPad`, UnitPrice: 19180.29, Quantity: 4, ExtendedPrice: 76721.16, Freight: 1760.29, Discontinued: false, Region: `North East`, Address: `106 Main Street`, City: `Miami`, Country: `USA`, PostalCode: 60064 }), + new InvoicesDataItem({ ShipName: `Black Estate`, ShipAddress: `112 Main Street`, ShipCity: `Miami`, ShipPostalCode: 90118, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1399, CustomerName: `Nancy Black`, CustomerFirstName: `Nancy`, CustomerLastName: `Black`, CustomerAddress: `112 Main Street, Miami, USA, 90118`, Salesperson: `Martin Black`, OrderID: 1205, OrderDate: `9/24/2022`, ProductID: 109, ProductName: `IPad`, UnitPrice: 25950.86, Quantity: 4, ExtendedPrice: 103803.44, Freight: 1780.86, Discontinued: true, Region: `North East`, Address: `112 Main Street`, City: `Miami`, Country: `USA`, PostalCode: 90118 }), + new InvoicesDataItem({ ShipName: `Watson Market`, ShipAddress: `135 Main Street`, ShipCity: `Huston`, ShipPostalCode: 80177, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1400, CustomerName: `Mike Watson`, CustomerFirstName: `Mike`, CustomerLastName: `Watson`, CustomerAddress: `135 Main Street, Huston, USA, 80177`, Salesperson: `Max Madison`, OrderID: 1619, OrderDate: `7/15/2022`, ProductID: 174, ProductName: `Mac Book Pro`, UnitPrice: 24890.31, Quantity: 2, ExtendedPrice: 49780.62, Freight: 1540.31, Discontinued: false, Region: `West`, Address: `135 Main Street`, City: `Huston`, Country: `USA`, PostalCode: 80177 }), + new InvoicesDataItem({ ShipName: `Smith Home`, ShipAddress: `156 Main Street`, ShipCity: `Miami`, ShipPostalCode: 70110, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1401, CustomerName: `Max Smith`, CustomerFirstName: `Max`, CustomerLastName: `Smith`, CustomerAddress: `156 Main Street, Miami, USA, 70110`, Salesperson: `Anna Watson`, OrderID: 1160, OrderDate: `10/21/2022`, ProductID: 127, ProductName: `IPad`, UnitPrice: 18400.21, Quantity: 3, ExtendedPrice: 55200.63, Freight: 580.21, Discontinued: false, Region: `South East`, Address: `156 Main Street`, City: `Miami`, Country: `USA`, PostalCode: 70110 }), + new InvoicesDataItem({ ShipName: `Watson Home`, ShipAddress: `124 Wall Street`, ShipCity: `Los Angeles`, ShipPostalCode: 90077, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1402, CustomerName: `Max Watson`, CustomerFirstName: `Max`, CustomerLastName: `Watson`, CustomerAddress: `124 Wall Street, Los Angeles, USA, 90077`, Salesperson: `Ben Jefferson`, OrderID: 1017, OrderDate: `7/21/2022`, ProductID: 160, ProductName: `Samsung Note`, UnitPrice: 15430.8, Quantity: 5, ExtendedPrice: 77154, Freight: 1660.8, Discontinued: false, Region: `North East`, Address: `124 Wall Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 90077 }), + new InvoicesDataItem({ ShipName: `Black Townhouse`, ShipAddress: `144 Market Street`, ShipCity: `New York`, ShipPostalCode: 50110, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1403, CustomerName: `Anna Black`, CustomerFirstName: `Anna`, CustomerLastName: `Black`, CustomerAddress: `144 Market Street, New York, USA, 50110`, Salesperson: `James Jefferson`, OrderID: 1990, OrderDate: `5/17/2022`, ProductID: 112, ProductName: `IPhone`, UnitPrice: 20040.37, Quantity: 3, ExtendedPrice: 60121.11, Freight: 1710.37, Discontinued: false, Region: `South East`, Address: `144 Market Street`, City: `New York`, Country: `USA`, PostalCode: 50110 }), + new InvoicesDataItem({ ShipName: `Smith Market`, ShipAddress: `105 Main Street`, ShipCity: `Miami`, ShipPostalCode: 80117, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1404, CustomerName: `James Smith`, CustomerFirstName: `James`, CustomerLastName: `Smith`, CustomerAddress: `105 Main Street, Miami, USA, 80117`, Salesperson: `Max Watson`, OrderID: 1002, OrderDate: `10/25/2022`, ProductID: 119, ProductName: `Samsung Galaxy 22`, UnitPrice: 28760.88, Quantity: 5, ExtendedPrice: 143804.4, Freight: 1220.88, Discontinued: false, Region: `West`, Address: `105 Main Street`, City: `Miami`, Country: `USA`, PostalCode: 80117 }), + new InvoicesDataItem({ ShipName: `Madison Home`, ShipAddress: `142 Main Street`, ShipCity: `Los Angeles`, ShipPostalCode: 90124, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1405, CustomerName: `Anna Madison`, CustomerFirstName: `Anna`, CustomerLastName: `Madison`, CustomerAddress: `142 Main Street, Los Angeles, USA, 90124`, Salesperson: `James Madison`, OrderID: 1433, OrderDate: `7/22/2022`, ProductID: 158, ProductName: `Mac Book Pro`, UnitPrice: 17750.64, Quantity: 5, ExtendedPrice: 88753.2, Freight: 1300.64, Discontinued: false, Region: `West`, Address: `142 Main Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 90124 }), + new InvoicesDataItem({ ShipName: `Watson Townhouse`, ShipAddress: `141 Market Street`, ShipCity: `Huston`, ShipPostalCode: 50115, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1406, CustomerName: `Max Watson`, CustomerFirstName: `Max`, CustomerLastName: `Watson`, CustomerAddress: `141 Market Street, Huston, USA, 50115`, Salesperson: `Anna Watson`, OrderID: 1195, OrderDate: `8/12/2022`, ProductID: 124, ProductName: `Mac Book Pro`, UnitPrice: 22040.48, Quantity: 2, ExtendedPrice: 44080.96, Freight: 1260.48, Discontinued: false, Region: `North East`, Address: `141 Market Street`, City: `Huston`, Country: `USA`, PostalCode: 50115 }), + new InvoicesDataItem({ ShipName: `Jefferson Estate`, ShipAddress: `145 Main Street`, ShipCity: `Los Angeles`, ShipPostalCode: 70160, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1407, CustomerName: `Mike Jefferson`, CustomerFirstName: `Mike`, CustomerLastName: `Jefferson`, CustomerAddress: `145 Main Street, Los Angeles, USA, 70160`, Salesperson: `Max Watson`, OrderID: 1486, OrderDate: `1/13/2022`, ProductID: 103, ProductName: `Mac Book Air`, UnitPrice: 29480.67, Quantity: 3, ExtendedPrice: 88442.01, Freight: 1810.67, Discontinued: false, Region: `North East`, Address: `145 Main Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 70160 }), + new InvoicesDataItem({ ShipName: `Black Market`, ShipAddress: `106 Main Street`, ShipCity: `Los Angeles`, ShipPostalCode: 80149, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1408, CustomerName: `Ben Black`, CustomerFirstName: `Ben`, CustomerLastName: `Black`, CustomerAddress: `106 Main Street, Los Angeles, USA, 80149`, Salesperson: `James Smith`, OrderID: 1646, OrderDate: `9/4/2022`, ProductID: 191, ProductName: `Mac Book Pro`, UnitPrice: 5890.71, Quantity: 5, ExtendedPrice: 29453.55, Freight: 670.71, Discontinued: false, Region: `North East`, Address: `106 Main Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 80149 }), + new InvoicesDataItem({ ShipName: `Madison Estate`, ShipAddress: `171 Market Street`, ShipCity: `Los Angeles`, ShipPostalCode: 60182, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1409, CustomerName: `Anna Madison`, CustomerFirstName: `Anna`, CustomerLastName: `Madison`, CustomerAddress: `171 Market Street, Los Angeles, USA, 60182`, Salesperson: `James Smith`, OrderID: 1839, OrderDate: `12/12/2022`, ProductID: 120, ProductName: `IPhone`, UnitPrice: 17510.64, Quantity: 5, ExtendedPrice: 87553.2, Freight: 1150.64, Discontinued: true, Region: `West`, Address: `171 Market Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 60182 }), + new InvoicesDataItem({ ShipName: `Jefferson Home`, ShipAddress: `195 Market Street`, ShipCity: `Los Angeles`, ShipPostalCode: 60122, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1410, CustomerName: `Ben Jefferson`, CustomerFirstName: `Ben`, CustomerLastName: `Jefferson`, CustomerAddress: `195 Market Street, Los Angeles, USA, 60122`, Salesperson: `Martin Madison`, OrderID: 1925, OrderDate: `1/22/2022`, ProductID: 164, ProductName: `Mac Book Pro`, UnitPrice: 12920.58, Quantity: 2, ExtendedPrice: 25841.16, Freight: 690.58, Discontinued: false, Region: `West`, Address: `195 Market Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 60122 }), + new InvoicesDataItem({ ShipName: `Black Home`, ShipAddress: `137 Wall Street`, ShipCity: `Miami`, ShipPostalCode: 70152, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1411, CustomerName: `James Black`, CustomerFirstName: `James`, CustomerLastName: `Black`, CustomerAddress: `137 Wall Street, Miami, USA, 70152`, Salesperson: `Anna Jackson`, OrderID: 1055, OrderDate: `12/9/2022`, ProductID: 198, ProductName: `IPad`, UnitPrice: 9640.43, Quantity: 4, ExtendedPrice: 38561.72, Freight: 1930.43, Discontinued: false, Region: `North East`, Address: `137 Wall Street`, City: `Miami`, Country: `USA`, PostalCode: 70152 }), + new InvoicesDataItem({ ShipName: `Smith Estate`, ShipAddress: `129 Wall Street`, ShipCity: `Miami`, ShipPostalCode: 50177, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1412, CustomerName: `Anna Smith`, CustomerFirstName: `Anna`, CustomerLastName: `Smith`, CustomerAddress: `129 Wall Street, Miami, USA, 50177`, Salesperson: `Martin Smith`, OrderID: 1845, OrderDate: `10/21/2022`, ProductID: 142, ProductName: `IPad`, UnitPrice: 16040.31, Quantity: 3, ExtendedPrice: 48120.93, Freight: 1050.31, Discontinued: false, Region: `West`, Address: `129 Wall Street`, City: `Miami`, Country: `USA`, PostalCode: 50177 }), + new InvoicesDataItem({ ShipName: `Black Estate`, ShipAddress: `174 Main Street`, ShipCity: `Huston`, ShipPostalCode: 90080, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1413, CustomerName: `Mike Black`, CustomerFirstName: `Mike`, CustomerLastName: `Black`, CustomerAddress: `174 Main Street, Huston, USA, 90080`, Salesperson: `Nancy Jefferson`, OrderID: 1560, OrderDate: `6/23/2022`, ProductID: 110, ProductName: `Mac Book Pro`, UnitPrice: 25850.87, Quantity: 4, ExtendedPrice: 103403.48, Freight: 940.87, Discontinued: false, Region: `West`, Address: `174 Main Street`, City: `Huston`, Country: `USA`, PostalCode: 90080 }), + new InvoicesDataItem({ ShipName: `Jackson Market`, ShipAddress: `139 Market Street`, ShipCity: `New York`, ShipPostalCode: 60178, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1414, CustomerName: `Nancy Jackson`, CustomerFirstName: `Nancy`, CustomerLastName: `Jackson`, CustomerAddress: `139 Market Street, New York, USA, 60178`, Salesperson: `Pamela Jefferson`, OrderID: 1102, OrderDate: `2/18/2022`, ProductID: 154, ProductName: `Mac Book Air`, UnitPrice: 13210.48, Quantity: 4, ExtendedPrice: 52841.92, Freight: 960.48, Discontinued: false, Region: `South East`, Address: `139 Market Street`, City: `New York`, Country: `USA`, PostalCode: 60178 }), + new InvoicesDataItem({ ShipName: `Madison Home`, ShipAddress: `127 Wall Street`, ShipCity: `Los Angeles`, ShipPostalCode: 60192, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1415, CustomerName: `Max Madison`, CustomerFirstName: `Max`, CustomerLastName: `Madison`, CustomerAddress: `127 Wall Street, Los Angeles, USA, 60192`, Salesperson: `Ben Smith`, OrderID: 1570, OrderDate: `5/19/2022`, ProductID: 105, ProductName: `Samsung Note`, UnitPrice: 24890.59, Quantity: 5, ExtendedPrice: 124452.95, Freight: 1860.59, Discontinued: false, Region: `West`, Address: `127 Wall Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 60192 }), + new InvoicesDataItem({ ShipName: `Watson Market`, ShipAddress: `186 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 90145, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1416, CustomerName: `Max Watson`, CustomerFirstName: `Max`, CustomerLastName: `Watson`, CustomerAddress: `186 Market Street, Philadelphia, USA, 90145`, Salesperson: `Mike Jefferson`, OrderID: 1872, OrderDate: `11/18/2022`, ProductID: 165, ProductName: `IPhone`, UnitPrice: 19720.85, Quantity: 2, ExtendedPrice: 39441.7, Freight: 690.85, Discontinued: false, Region: `South East`, Address: `186 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 90145 }), + new InvoicesDataItem({ ShipName: `Jackson Estate`, ShipAddress: `198 Main Street`, ShipCity: `Philadelphia`, ShipPostalCode: 70160, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1417, CustomerName: `Anna Jackson`, CustomerFirstName: `Anna`, CustomerLastName: `Jackson`, CustomerAddress: `198 Main Street, Philadelphia, USA, 70160`, Salesperson: `Martin Madison`, OrderID: 1155, OrderDate: `11/1/2022`, ProductID: 138, ProductName: `IPhone`, UnitPrice: 12260.46, Quantity: 2, ExtendedPrice: 24520.92, Freight: 1680.46, Discontinued: false, Region: `West`, Address: `198 Main Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 70160 }), + new InvoicesDataItem({ ShipName: `Jefferson Townhouse`, ShipAddress: `110 Main Street`, ShipCity: `New York`, ShipPostalCode: 80119, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1418, CustomerName: `Ben Jefferson`, CustomerFirstName: `Ben`, CustomerLastName: `Jefferson`, CustomerAddress: `110 Main Street, New York, USA, 80119`, Salesperson: `Anna Black`, OrderID: 1600, OrderDate: `8/12/2022`, ProductID: 118, ProductName: `Mac Book Air`, UnitPrice: 9840.45, Quantity: 4, ExtendedPrice: 39361.8, Freight: 1410.45, Discontinued: false, Region: `South East`, Address: `110 Main Street`, City: `New York`, Country: `USA`, PostalCode: 80119 }), + new InvoicesDataItem({ ShipName: `Madison Market`, ShipAddress: `187 Main Street`, ShipCity: `Los Angeles`, ShipPostalCode: 50082, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1419, CustomerName: `Ben Madison`, CustomerFirstName: `Ben`, CustomerLastName: `Madison`, CustomerAddress: `187 Main Street, Los Angeles, USA, 50082`, Salesperson: `Pamela Watson`, OrderID: 1451, OrderDate: `12/10/2022`, ProductID: 144, ProductName: `Samsung Galaxy 22`, UnitPrice: 25180.7, Quantity: 2, ExtendedPrice: 50361.4, Freight: 560.7, Discontinued: true, Region: `North East`, Address: `187 Main Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 50082 }), + new InvoicesDataItem({ ShipName: `Jackson Townhouse`, ShipAddress: `121 Main Street`, ShipCity: `Miami`, ShipPostalCode: 60178, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1420, CustomerName: `Mike Jackson`, CustomerFirstName: `Mike`, CustomerLastName: `Jackson`, CustomerAddress: `121 Main Street, Miami, USA, 60178`, Salesperson: `Ben Jackson`, OrderID: 1294, OrderDate: `2/18/2022`, ProductID: 168, ProductName: `Samsung Galaxy 22`, UnitPrice: 18670.31, Quantity: 5, ExtendedPrice: 93351.55, Freight: 1410.31, Discontinued: false, Region: `West`, Address: `121 Main Street`, City: `Miami`, Country: `USA`, PostalCode: 60178 }), + new InvoicesDataItem({ ShipName: `Smith Home`, ShipAddress: `185 Wall Street`, ShipCity: `New York`, ShipPostalCode: 50177, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1421, CustomerName: `Anna Smith`, CustomerFirstName: `Anna`, CustomerLastName: `Smith`, CustomerAddress: `185 Wall Street, New York, USA, 50177`, Salesperson: `James Watson`, OrderID: 1095, OrderDate: `6/16/2022`, ProductID: 182, ProductName: `Samsung Note`, UnitPrice: 10450.44, Quantity: 5, ExtendedPrice: 52252.2, Freight: 1030.44, Discontinued: false, Region: `West`, Address: `185 Wall Street`, City: `New York`, Country: `USA`, PostalCode: 50177 }), + new InvoicesDataItem({ ShipName: `Watson Market`, ShipAddress: `177 Market Street`, ShipCity: `New York`, ShipPostalCode: 90081, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1422, CustomerName: `Max Watson`, CustomerFirstName: `Max`, CustomerLastName: `Watson`, CustomerAddress: `177 Market Street, New York, USA, 90081`, Salesperson: `Pamela Smith`, OrderID: 1333, OrderDate: `5/21/2022`, ProductID: 159, ProductName: `Mac Book Air`, UnitPrice: 23900.49, Quantity: 5, ExtendedPrice: 119502.45, Freight: 1700.49, Discontinued: false, Region: `South East`, Address: `177 Market Street`, City: `New York`, Country: `USA`, PostalCode: 90081 }), + new InvoicesDataItem({ ShipName: `Watson Home`, ShipAddress: `106 Market Street`, ShipCity: `Miami`, ShipPostalCode: 70099, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1423, CustomerName: `Anna Watson`, CustomerFirstName: `Anna`, CustomerLastName: `Watson`, CustomerAddress: `106 Market Street, Miami, USA, 70099`, Salesperson: `Pamela Jackson`, OrderID: 1147, OrderDate: `6/13/2022`, ProductID: 174, ProductName: `Mac Book Pro`, UnitPrice: 29460.63, Quantity: 2, ExtendedPrice: 58921.26, Freight: 1280.63, Discontinued: false, Region: `North East`, Address: `106 Market Street`, City: `Miami`, Country: `USA`, PostalCode: 70099 }), + new InvoicesDataItem({ ShipName: `Madison Townhouse`, ShipAddress: `179 Main Street`, ShipCity: `Philadelphia`, ShipPostalCode: 80150, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1424, CustomerName: `Martin Madison`, CustomerFirstName: `Martin`, CustomerLastName: `Madison`, CustomerAddress: `179 Main Street, Philadelphia, USA, 80150`, Salesperson: `James Jefferson`, OrderID: 1595, OrderDate: `7/19/2022`, ProductID: 183, ProductName: `Samsung Galaxy 22`, UnitPrice: 19060.64, Quantity: 5, ExtendedPrice: 95303.2, Freight: 980.64, Discontinued: false, Region: `North East`, Address: `179 Main Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 80150 }), + new InvoicesDataItem({ ShipName: `Watson Home`, ShipAddress: `142 Main Street`, ShipCity: `Huston`, ShipPostalCode: 90100, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1425, CustomerName: `Max Watson`, CustomerFirstName: `Max`, CustomerLastName: `Watson`, CustomerAddress: `142 Main Street, Huston, USA, 90100`, Salesperson: `Martin Black`, OrderID: 1061, OrderDate: `4/4/2022`, ProductID: 118, ProductName: `IPad`, UnitPrice: 17400.83, Quantity: 2, ExtendedPrice: 34801.66, Freight: 370.83, Discontinued: false, Region: `North East`, Address: `142 Main Street`, City: `Huston`, Country: `USA`, PostalCode: 90100 }), + new InvoicesDataItem({ ShipName: `Watson Townhouse`, ShipAddress: `189 Main Street`, ShipCity: `Philadelphia`, ShipPostalCode: 90144, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1426, CustomerName: `Max Watson`, CustomerFirstName: `Max`, CustomerLastName: `Watson`, CustomerAddress: `189 Main Street, Philadelphia, USA, 90144`, Salesperson: `Martin Smith`, OrderID: 1114, OrderDate: `2/13/2022`, ProductID: 146, ProductName: `Samsung Galaxy 22`, UnitPrice: 16860.57, Quantity: 5, ExtendedPrice: 84302.85, Freight: 1050.57, Discontinued: false, Region: `North East`, Address: `189 Main Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 90144 }), + new InvoicesDataItem({ ShipName: `Madison Estate`, ShipAddress: `130 Wall Street`, ShipCity: `New York`, ShipPostalCode: 90175, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1427, CustomerName: `Pamela Madison`, CustomerFirstName: `Pamela`, CustomerLastName: `Madison`, CustomerAddress: `130 Wall Street, New York, USA, 90175`, Salesperson: `Nancy Black`, OrderID: 1716, OrderDate: `11/6/2022`, ProductID: 157, ProductName: `IPad`, UnitPrice: 19570.85, Quantity: 3, ExtendedPrice: 58712.55, Freight: 1620.85, Discontinued: false, Region: `North East`, Address: `130 Wall Street`, City: `New York`, Country: `USA`, PostalCode: 90175 }), + new InvoicesDataItem({ ShipName: `Smith Market`, ShipAddress: `144 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 80153, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1428, CustomerName: `Anna Smith`, CustomerFirstName: `Anna`, CustomerLastName: `Smith`, CustomerAddress: `144 Market Street, Philadelphia, USA, 80153`, Salesperson: `Mike Smith`, OrderID: 1523, OrderDate: `8/5/2022`, ProductID: 139, ProductName: `Samsung Galaxy 22`, UnitPrice: 5100.26, Quantity: 3, ExtendedPrice: 15300.78, Freight: 1630.26, Discontinued: false, Region: `North East`, Address: `144 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 80153 }), + new InvoicesDataItem({ ShipName: `Smith Home`, ShipAddress: `175 Wall Street`, ShipCity: `New York`, ShipPostalCode: 50150, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1429, CustomerName: `James Smith`, CustomerFirstName: `James`, CustomerLastName: `Smith`, CustomerAddress: `175 Wall Street, New York, USA, 50150`, Salesperson: `James Jefferson`, OrderID: 1027, OrderDate: `12/7/2022`, ProductID: 151, ProductName: `IPad`, UnitPrice: 18940.75, Quantity: 4, ExtendedPrice: 75763, Freight: 1130.75, Discontinued: true, Region: `North East`, Address: `175 Wall Street`, City: `New York`, Country: `USA`, PostalCode: 50150 }), + new InvoicesDataItem({ ShipName: `Smith Home`, ShipAddress: `152 Wall Street`, ShipCity: `New York`, ShipPostalCode: 70091, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1430, CustomerName: `Max Smith`, CustomerFirstName: `Max`, CustomerLastName: `Smith`, CustomerAddress: `152 Wall Street, New York, USA, 70091`, Salesperson: `Ben Smith`, OrderID: 1626, OrderDate: `1/1/2022`, ProductID: 145, ProductName: `IPhone`, UnitPrice: 29800.74, Quantity: 4, ExtendedPrice: 119202.96, Freight: 1440.74, Discontinued: false, Region: `West`, Address: `152 Wall Street`, City: `New York`, Country: `USA`, PostalCode: 70091 }), + new InvoicesDataItem({ ShipName: `Jackson Market`, ShipAddress: `127 Main Street`, ShipCity: `Miami`, ShipPostalCode: 90099, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1431, CustomerName: `Martin Jackson`, CustomerFirstName: `Martin`, CustomerLastName: `Jackson`, CustomerAddress: `127 Main Street, Miami, USA, 90099`, Salesperson: `Anna Smith`, OrderID: 1789, OrderDate: `10/15/2022`, ProductID: 139, ProductName: `Mac Book Air`, UnitPrice: 16220.23, Quantity: 2, ExtendedPrice: 32440.46, Freight: 1170.23, Discontinued: false, Region: `West`, Address: `127 Main Street`, City: `Miami`, Country: `USA`, PostalCode: 90099 }), + new InvoicesDataItem({ ShipName: `Jefferson Home`, ShipAddress: `157 Wall Street`, ShipCity: `Huston`, ShipPostalCode: 70162, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1432, CustomerName: `Mike Jefferson`, CustomerFirstName: `Mike`, CustomerLastName: `Jefferson`, CustomerAddress: `157 Wall Street, Huston, USA, 70162`, Salesperson: `Martin Madison`, OrderID: 1622, OrderDate: `6/6/2022`, ProductID: 133, ProductName: `Samsung Note`, UnitPrice: 7410.73, Quantity: 4, ExtendedPrice: 29642.92, Freight: 1660.73, Discontinued: false, Region: `South East`, Address: `157 Wall Street`, City: `Huston`, Country: `USA`, PostalCode: 70162 }), + new InvoicesDataItem({ ShipName: `Smith Home`, ShipAddress: `159 Market Street`, ShipCity: `New York`, ShipPostalCode: 50198, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1433, CustomerName: `Mike Smith`, CustomerFirstName: `Mike`, CustomerLastName: `Smith`, CustomerAddress: `159 Market Street, New York, USA, 50198`, Salesperson: `Mike Smith`, OrderID: 1961, OrderDate: `9/7/2022`, ProductID: 120, ProductName: `Mac Book Pro`, UnitPrice: 9150.59, Quantity: 3, ExtendedPrice: 27451.77, Freight: 550.59, Discontinued: false, Region: `South East`, Address: `159 Market Street`, City: `New York`, Country: `USA`, PostalCode: 50198 }), + new InvoicesDataItem({ ShipName: `Jackson Estate`, ShipAddress: `109 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 60160, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1434, CustomerName: `Ben Jackson`, CustomerFirstName: `Ben`, CustomerLastName: `Jackson`, CustomerAddress: `109 Market Street, Philadelphia, USA, 60160`, Salesperson: `Mike Madison`, OrderID: 1868, OrderDate: `2/5/2022`, ProductID: 131, ProductName: `Samsung Galaxy 22`, UnitPrice: 20400.46, Quantity: 2, ExtendedPrice: 40800.92, Freight: 1640.46, Discontinued: false, Region: `South East`, Address: `109 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 60160 }), + new InvoicesDataItem({ ShipName: `Madison Estate`, ShipAddress: `138 Wall Street`, ShipCity: `Philadelphia`, ShipPostalCode: 80164, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1435, CustomerName: `Max Madison`, CustomerFirstName: `Max`, CustomerLastName: `Madison`, CustomerAddress: `138 Wall Street, Philadelphia, USA, 80164`, Salesperson: `Mike Smith`, OrderID: 1223, OrderDate: `7/4/2022`, ProductID: 199, ProductName: `Samsung Note`, UnitPrice: 23980.42, Quantity: 5, ExtendedPrice: 119902.1, Freight: 410.42, Discontinued: false, Region: `West`, Address: `138 Wall Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 80164 }), + new InvoicesDataItem({ ShipName: `Jackson Townhouse`, ShipAddress: `164 Main Street`, ShipCity: `New York`, ShipPostalCode: 90183, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1436, CustomerName: `Pamela Jackson`, CustomerFirstName: `Pamela`, CustomerLastName: `Jackson`, CustomerAddress: `164 Main Street, New York, USA, 90183`, Salesperson: `James Watson`, OrderID: 1766, OrderDate: `7/14/2022`, ProductID: 160, ProductName: `Samsung Note`, UnitPrice: 12280.79, Quantity: 2, ExtendedPrice: 24561.58, Freight: 1140.79, Discontinued: false, Region: `West`, Address: `164 Main Street`, City: `New York`, Country: `USA`, PostalCode: 90183 }), + new InvoicesDataItem({ ShipName: `Jefferson Estate`, ShipAddress: `187 Main Street`, ShipCity: `New York`, ShipPostalCode: 80053, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1437, CustomerName: `Nancy Jefferson`, CustomerFirstName: `Nancy`, CustomerLastName: `Jefferson`, CustomerAddress: `187 Main Street, New York, USA, 80053`, Salesperson: `Martin Watson`, OrderID: 1602, OrderDate: `12/25/2022`, ProductID: 112, ProductName: `Samsung Galaxy 22`, UnitPrice: 14860.39, Quantity: 5, ExtendedPrice: 74301.95, Freight: 1920.39, Discontinued: false, Region: `West`, Address: `187 Main Street`, City: `New York`, Country: `USA`, PostalCode: 80053 }), + new InvoicesDataItem({ ShipName: `Black Market`, ShipAddress: `197 Wall Street`, ShipCity: `Miami`, ShipPostalCode: 50076, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1438, CustomerName: `Max Black`, CustomerFirstName: `Max`, CustomerLastName: `Black`, CustomerAddress: `197 Wall Street, Miami, USA, 50076`, Salesperson: `James Jefferson`, OrderID: 1281, OrderDate: `3/18/2022`, ProductID: 102, ProductName: `Samsung Galaxy 22`, UnitPrice: 11120.87, Quantity: 2, ExtendedPrice: 22241.74, Freight: 720.87, Discontinued: false, Region: `North East`, Address: `197 Wall Street`, City: `Miami`, Country: `USA`, PostalCode: 50076 }), + new InvoicesDataItem({ ShipName: `Watson Market`, ShipAddress: `127 Market Street`, ShipCity: `Los Angeles`, ShipPostalCode: 90067, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1439, CustomerName: `James Watson`, CustomerFirstName: `James`, CustomerLastName: `Watson`, CustomerAddress: `127 Market Street, Los Angeles, USA, 90067`, Salesperson: `James Madison`, OrderID: 1736, OrderDate: `2/4/2022`, ProductID: 172, ProductName: `IPad`, UnitPrice: 20090.62, Quantity: 4, ExtendedPrice: 80362.48, Freight: 630.62, Discontinued: true, Region: `West`, Address: `127 Market Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 90067 }), + new InvoicesDataItem({ ShipName: `Black Market`, ShipAddress: `150 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 90161, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1440, CustomerName: `Max Black`, CustomerFirstName: `Max`, CustomerLastName: `Black`, CustomerAddress: `150 Market Street, Philadelphia, USA, 90161`, Salesperson: `Anna Watson`, OrderID: 1683, OrderDate: `5/15/2022`, ProductID: 192, ProductName: `Mac Book Air`, UnitPrice: 7270.76, Quantity: 3, ExtendedPrice: 21812.28, Freight: 1880.76, Discontinued: false, Region: `West`, Address: `150 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 90161 }), + new InvoicesDataItem({ ShipName: `Watson Townhouse`, ShipAddress: `128 Market Street`, ShipCity: `Huston`, ShipPostalCode: 70131, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1441, CustomerName: `Pamela Watson`, CustomerFirstName: `Pamela`, CustomerLastName: `Watson`, CustomerAddress: `128 Market Street, Huston, USA, 70131`, Salesperson: `Ben Smith`, OrderID: 1652, OrderDate: `11/16/2022`, ProductID: 107, ProductName: `Samsung Note`, UnitPrice: 23290.38, Quantity: 2, ExtendedPrice: 46580.76, Freight: 400.38, Discontinued: false, Region: `West`, Address: `128 Market Street`, City: `Huston`, Country: `USA`, PostalCode: 70131 }), + new InvoicesDataItem({ ShipName: `Watson Home`, ShipAddress: `151 Wall Street`, ShipCity: `Miami`, ShipPostalCode: 70185, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1442, CustomerName: `Max Watson`, CustomerFirstName: `Max`, CustomerLastName: `Watson`, CustomerAddress: `151 Wall Street, Miami, USA, 70185`, Salesperson: `Nancy Black`, OrderID: 1385, OrderDate: `6/12/2022`, ProductID: 110, ProductName: `Mac Book Pro`, UnitPrice: 14390.77, Quantity: 2, ExtendedPrice: 28781.54, Freight: 1600.77, Discontinued: false, Region: `West`, Address: `151 Wall Street`, City: `Miami`, Country: `USA`, PostalCode: 70185 }), + new InvoicesDataItem({ ShipName: `Madison Home`, ShipAddress: `183 Wall Street`, ShipCity: `New York`, ShipPostalCode: 60080, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1443, CustomerName: `Pamela Madison`, CustomerFirstName: `Pamela`, CustomerLastName: `Madison`, CustomerAddress: `183 Wall Street, New York, USA, 60080`, Salesperson: `Mike Madison`, OrderID: 1158, OrderDate: `3/11/2022`, ProductID: 172, ProductName: `Samsung Note`, UnitPrice: 25230.25, Quantity: 3, ExtendedPrice: 75690.75, Freight: 340.25, Discontinued: false, Region: `South East`, Address: `183 Wall Street`, City: `New York`, Country: `USA`, PostalCode: 60080 }), + new InvoicesDataItem({ ShipName: `Black Estate`, ShipAddress: `137 Wall Street`, ShipCity: `Philadelphia`, ShipPostalCode: 80117, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1444, CustomerName: `James Black`, CustomerFirstName: `James`, CustomerLastName: `Black`, CustomerAddress: `137 Wall Street, Philadelphia, USA, 80117`, Salesperson: `Anna Black`, OrderID: 1310, OrderDate: `9/5/2022`, ProductID: 157, ProductName: `IPad`, UnitPrice: 21970.48, Quantity: 2, ExtendedPrice: 43940.96, Freight: 1420.48, Discontinued: false, Region: `South East`, Address: `137 Wall Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 80117 }), + new InvoicesDataItem({ ShipName: `Black Market`, ShipAddress: `158 Wall Street`, ShipCity: `New York`, ShipPostalCode: 80138, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1445, CustomerName: `Anna Black`, CustomerFirstName: `Anna`, CustomerLastName: `Black`, CustomerAddress: `158 Wall Street, New York, USA, 80138`, Salesperson: `Martin Madison`, OrderID: 1385, OrderDate: `5/9/2022`, ProductID: 127, ProductName: `Samsung Galaxy 22`, UnitPrice: 12610.37, Quantity: 5, ExtendedPrice: 63051.85, Freight: 1410.37, Discontinued: false, Region: `West`, Address: `158 Wall Street`, City: `New York`, Country: `USA`, PostalCode: 80138 }), + new InvoicesDataItem({ ShipName: `Madison Home`, ShipAddress: `145 Wall Street`, ShipCity: `Los Angeles`, ShipPostalCode: 70189, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1446, CustomerName: `Mike Madison`, CustomerFirstName: `Mike`, CustomerLastName: `Madison`, CustomerAddress: `145 Wall Street, Los Angeles, USA, 70189`, Salesperson: `Mike Jackson`, OrderID: 1725, OrderDate: `9/6/2022`, ProductID: 112, ProductName: `Mac Book Pro`, UnitPrice: 20520.26, Quantity: 4, ExtendedPrice: 82081.04, Freight: 710.26, Discontinued: false, Region: `West`, Address: `145 Wall Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 70189 }), + new InvoicesDataItem({ ShipName: `Black Estate`, ShipAddress: `155 Wall Street`, ShipCity: `Miami`, ShipPostalCode: 60114, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1447, CustomerName: `Pamela Black`, CustomerFirstName: `Pamela`, CustomerLastName: `Black`, CustomerAddress: `155 Wall Street, Miami, USA, 60114`, Salesperson: `Martin Madison`, OrderID: 1520, OrderDate: `6/15/2022`, ProductID: 174, ProductName: `IPhone`, UnitPrice: 16730.88, Quantity: 2, ExtendedPrice: 33461.76, Freight: 1020.88, Discontinued: false, Region: `South East`, Address: `155 Wall Street`, City: `Miami`, Country: `USA`, PostalCode: 60114 }), + new InvoicesDataItem({ ShipName: `Madison Estate`, ShipAddress: `184 Main Street`, ShipCity: `Los Angeles`, ShipPostalCode: 80059, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1448, CustomerName: `Max Madison`, CustomerFirstName: `Max`, CustomerLastName: `Madison`, CustomerAddress: `184 Main Street, Los Angeles, USA, 80059`, Salesperson: `Max Smith`, OrderID: 1764, OrderDate: `4/4/2022`, ProductID: 147, ProductName: `Mac Book Air`, UnitPrice: 29810.31, Quantity: 2, ExtendedPrice: 59620.62, Freight: 1200.31, Discontinued: false, Region: `West`, Address: `184 Main Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 80059 }), + new InvoicesDataItem({ ShipName: `Black Home`, ShipAddress: `195 Wall Street`, ShipCity: `Huston`, ShipPostalCode: 80052, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1449, CustomerName: `Ben Black`, CustomerFirstName: `Ben`, CustomerLastName: `Black`, CustomerAddress: `195 Wall Street, Huston, USA, 80052`, Salesperson: `Max Jefferson`, OrderID: 1325, OrderDate: `8/23/2022`, ProductID: 186, ProductName: `Mac Book Pro`, UnitPrice: 19780.82, Quantity: 3, ExtendedPrice: 59342.46, Freight: 720.82, Discontinued: true, Region: `South East`, Address: `195 Wall Street`, City: `Huston`, Country: `USA`, PostalCode: 80052 }), + new InvoicesDataItem({ ShipName: `Black Market`, ShipAddress: `168 Market Street`, ShipCity: `Miami`, ShipPostalCode: 70196, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1450, CustomerName: `Anna Black`, CustomerFirstName: `Anna`, CustomerLastName: `Black`, CustomerAddress: `168 Market Street, Miami, USA, 70196`, Salesperson: `Martin Madison`, OrderID: 1216, OrderDate: `9/9/2022`, ProductID: 134, ProductName: `Samsung Galaxy 22`, UnitPrice: 25110.88, Quantity: 2, ExtendedPrice: 50221.76, Freight: 1040.88, Discontinued: false, Region: `West`, Address: `168 Market Street`, City: `Miami`, Country: `USA`, PostalCode: 70196 }), + new InvoicesDataItem({ ShipName: `Black Estate`, ShipAddress: `196 Wall Street`, ShipCity: `Philadelphia`, ShipPostalCode: 70064, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1451, CustomerName: `Anna Black`, CustomerFirstName: `Anna`, CustomerLastName: `Black`, CustomerAddress: `196 Wall Street, Philadelphia, USA, 70064`, Salesperson: `Nancy Madison`, OrderID: 1924, OrderDate: `9/9/2022`, ProductID: 108, ProductName: `IPhone`, UnitPrice: 14220.86, Quantity: 2, ExtendedPrice: 28441.72, Freight: 1220.86, Discontinued: false, Region: `West`, Address: `196 Wall Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 70064 }), + new InvoicesDataItem({ ShipName: `Madison Home`, ShipAddress: `125 Wall Street`, ShipCity: `Huston`, ShipPostalCode: 90158, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1452, CustomerName: `Max Madison`, CustomerFirstName: `Max`, CustomerLastName: `Madison`, CustomerAddress: `125 Wall Street, Huston, USA, 90158`, Salesperson: `Martin Jackson`, OrderID: 1952, OrderDate: `8/23/2022`, ProductID: 177, ProductName: `Samsung Galaxy 22`, UnitPrice: 11460.48, Quantity: 3, ExtendedPrice: 34381.44, Freight: 1140.48, Discontinued: false, Region: `West`, Address: `125 Wall Street`, City: `Huston`, Country: `USA`, PostalCode: 90158 }), + new InvoicesDataItem({ ShipName: `Watson Home`, ShipAddress: `113 Wall Street`, ShipCity: `Los Angeles`, ShipPostalCode: 50104, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1453, CustomerName: `Ben Watson`, CustomerFirstName: `Ben`, CustomerLastName: `Watson`, CustomerAddress: `113 Wall Street, Los Angeles, USA, 50104`, Salesperson: `Mike Black`, OrderID: 1388, OrderDate: `7/12/2022`, ProductID: 142, ProductName: `Samsung Galaxy 22`, UnitPrice: 25460.85, Quantity: 2, ExtendedPrice: 50921.7, Freight: 360.85, Discontinued: false, Region: `West`, Address: `113 Wall Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 50104 }), + new InvoicesDataItem({ ShipName: `Black Home`, ShipAddress: `176 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 90069, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1454, CustomerName: `Nancy Black`, CustomerFirstName: `Nancy`, CustomerLastName: `Black`, CustomerAddress: `176 Market Street, Philadelphia, USA, 90069`, Salesperson: `Max Jefferson`, OrderID: 1197, OrderDate: `9/3/2022`, ProductID: 132, ProductName: `IPhone`, UnitPrice: 5760.67, Quantity: 3, ExtendedPrice: 17282.01, Freight: 1350.67, Discontinued: false, Region: `South East`, Address: `176 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 90069 }), + new InvoicesDataItem({ ShipName: `Jefferson Townhouse`, ShipAddress: `142 Market Street`, ShipCity: `Los Angeles`, ShipPostalCode: 50098, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1455, CustomerName: `Max Jefferson`, CustomerFirstName: `Max`, CustomerLastName: `Jefferson`, CustomerAddress: `142 Market Street, Los Angeles, USA, 50098`, Salesperson: `Nancy Smith`, OrderID: 1808, OrderDate: `3/2/2022`, ProductID: 145, ProductName: `Mac Book Pro`, UnitPrice: 18130.62, Quantity: 3, ExtendedPrice: 54391.86, Freight: 660.62, Discontinued: false, Region: `North East`, Address: `142 Market Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 50098 }), + new InvoicesDataItem({ ShipName: `Jefferson Home`, ShipAddress: `184 Main Street`, ShipCity: `New York`, ShipPostalCode: 50125, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1456, CustomerName: `Pamela Jefferson`, CustomerFirstName: `Pamela`, CustomerLastName: `Jefferson`, CustomerAddress: `184 Main Street, New York, USA, 50125`, Salesperson: `Pamela Jackson`, OrderID: 1098, OrderDate: `9/11/2022`, ProductID: 106, ProductName: `Samsung Galaxy 22`, UnitPrice: 29450.81, Quantity: 5, ExtendedPrice: 147254.05, Freight: 820.81, Discontinued: false, Region: `North East`, Address: `184 Main Street`, City: `New York`, Country: `USA`, PostalCode: 50125 }), + new InvoicesDataItem({ ShipName: `Jefferson Market`, ShipAddress: `190 Main Street`, ShipCity: `Philadelphia`, ShipPostalCode: 70130, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1457, CustomerName: `Nancy Jefferson`, CustomerFirstName: `Nancy`, CustomerLastName: `Jefferson`, CustomerAddress: `190 Main Street, Philadelphia, USA, 70130`, Salesperson: `Max Madison`, OrderID: 1942, OrderDate: `9/1/2022`, ProductID: 136, ProductName: `Mac Book Pro`, UnitPrice: 28790.51, Quantity: 3, ExtendedPrice: 86371.53, Freight: 460.51, Discontinued: false, Region: `North East`, Address: `190 Main Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 70130 }), + new InvoicesDataItem({ ShipName: `Jefferson Market`, ShipAddress: `121 Main Street`, ShipCity: `Los Angeles`, ShipPostalCode: 70093, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1458, CustomerName: `Mike Jefferson`, CustomerFirstName: `Mike`, CustomerLastName: `Jefferson`, CustomerAddress: `121 Main Street, Los Angeles, USA, 70093`, Salesperson: `James Black`, OrderID: 1815, OrderDate: `6/16/2022`, ProductID: 144, ProductName: `Mac Book Pro`, UnitPrice: 9060.8, Quantity: 3, ExtendedPrice: 27182.4, Freight: 1990.8, Discontinued: false, Region: `North East`, Address: `121 Main Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 70093 }), + new InvoicesDataItem({ ShipName: `Smith Home`, ShipAddress: `111 Main Street`, ShipCity: `Huston`, ShipPostalCode: 50082, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1459, CustomerName: `Nancy Smith`, CustomerFirstName: `Nancy`, CustomerLastName: `Smith`, CustomerAddress: `111 Main Street, Huston, USA, 50082`, Salesperson: `Max Black`, OrderID: 1551, OrderDate: `4/6/2022`, ProductID: 130, ProductName: `Mac Book Pro`, UnitPrice: 29370.56, Quantity: 3, ExtendedPrice: 88111.68, Freight: 1970.56, Discontinued: true, Region: `North East`, Address: `111 Main Street`, City: `Huston`, Country: `USA`, PostalCode: 50082 }), + new InvoicesDataItem({ ShipName: `Jefferson Market`, ShipAddress: `128 Market Street`, ShipCity: `Los Angeles`, ShipPostalCode: 90155, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1460, CustomerName: `Max Jefferson`, CustomerFirstName: `Max`, CustomerLastName: `Jefferson`, CustomerAddress: `128 Market Street, Los Angeles, USA, 90155`, Salesperson: `James Smith`, OrderID: 1660, OrderDate: `6/6/2022`, ProductID: 175, ProductName: `Samsung Galaxy 22`, UnitPrice: 29130.58, Quantity: 2, ExtendedPrice: 58261.16, Freight: 340.58, Discontinued: false, Region: `West`, Address: `128 Market Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 90155 }), + new InvoicesDataItem({ ShipName: `Smith Home`, ShipAddress: `159 Main Street`, ShipCity: `Huston`, ShipPostalCode: 60166, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1461, CustomerName: `Mike Smith`, CustomerFirstName: `Mike`, CustomerLastName: `Smith`, CustomerAddress: `159 Main Street, Huston, USA, 60166`, Salesperson: `Mike Black`, OrderID: 1860, OrderDate: `5/20/2022`, ProductID: 197, ProductName: `Samsung Galaxy 22`, UnitPrice: 18630.66, Quantity: 4, ExtendedPrice: 74522.64, Freight: 1540.66, Discontinued: false, Region: `South East`, Address: `159 Main Street`, City: `Huston`, Country: `USA`, PostalCode: 60166 }), + new InvoicesDataItem({ ShipName: `Jefferson Home`, ShipAddress: `115 Market Street`, ShipCity: `Los Angeles`, ShipPostalCode: 60171, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1462, CustomerName: `Nancy Jefferson`, CustomerFirstName: `Nancy`, CustomerLastName: `Jefferson`, CustomerAddress: `115 Market Street, Los Angeles, USA, 60171`, Salesperson: `Mike Jackson`, OrderID: 1312, OrderDate: `9/12/2022`, ProductID: 182, ProductName: `Samsung Note`, UnitPrice: 19120.8, Quantity: 3, ExtendedPrice: 57362.4, Freight: 470.8, Discontinued: false, Region: `North East`, Address: `115 Market Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 60171 }), + new InvoicesDataItem({ ShipName: `Watson Townhouse`, ShipAddress: `184 Main Street`, ShipCity: `New York`, ShipPostalCode: 80169, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1463, CustomerName: `Nancy Watson`, CustomerFirstName: `Nancy`, CustomerLastName: `Watson`, CustomerAddress: `184 Main Street, New York, USA, 80169`, Salesperson: `Nancy Madison`, OrderID: 1738, OrderDate: `1/7/2022`, ProductID: 161, ProductName: `Mac Book Air`, UnitPrice: 9160.8, Quantity: 2, ExtendedPrice: 18321.6, Freight: 1850.8, Discontinued: false, Region: `West`, Address: `184 Main Street`, City: `New York`, Country: `USA`, PostalCode: 80169 }), + new InvoicesDataItem({ ShipName: `Black Market`, ShipAddress: `147 Main Street`, ShipCity: `Miami`, ShipPostalCode: 60068, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1464, CustomerName: `Ben Black`, CustomerFirstName: `Ben`, CustomerLastName: `Black`, CustomerAddress: `147 Main Street, Miami, USA, 60068`, Salesperson: `Nancy Madison`, OrderID: 1981, OrderDate: `5/23/2022`, ProductID: 110, ProductName: `Samsung Note`, UnitPrice: 19100.54, Quantity: 5, ExtendedPrice: 95502.7, Freight: 1720.54, Discontinued: false, Region: `North East`, Address: `147 Main Street`, City: `Miami`, Country: `USA`, PostalCode: 60068 }), + new InvoicesDataItem({ ShipName: `Black Market`, ShipAddress: `143 Wall Street`, ShipCity: `Huston`, ShipPostalCode: 80182, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1465, CustomerName: `Ben Black`, CustomerFirstName: `Ben`, CustomerLastName: `Black`, CustomerAddress: `143 Wall Street, Huston, USA, 80182`, Salesperson: `Anna Watson`, OrderID: 1067, OrderDate: `12/19/2022`, ProductID: 103, ProductName: `Samsung Note`, UnitPrice: 28900.7, Quantity: 3, ExtendedPrice: 86702.1, Freight: 770.7, Discontinued: false, Region: `North East`, Address: `143 Wall Street`, City: `Huston`, Country: `USA`, PostalCode: 80182 }), + new InvoicesDataItem({ ShipName: `Watson Estate`, ShipAddress: `170 Main Street`, ShipCity: `New York`, ShipPostalCode: 60155, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1466, CustomerName: `Max Watson`, CustomerFirstName: `Max`, CustomerLastName: `Watson`, CustomerAddress: `170 Main Street, New York, USA, 60155`, Salesperson: `James Jackson`, OrderID: 1746, OrderDate: `9/2/2022`, ProductID: 148, ProductName: `IPad`, UnitPrice: 25390.4, Quantity: 5, ExtendedPrice: 126952, Freight: 550.4, Discontinued: false, Region: `South East`, Address: `170 Main Street`, City: `New York`, Country: `USA`, PostalCode: 60155 }), + new InvoicesDataItem({ ShipName: `Jackson Market`, ShipAddress: `111 Wall Street`, ShipCity: `Philadelphia`, ShipPostalCode: 60079, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1467, CustomerName: `Pamela Jackson`, CustomerFirstName: `Pamela`, CustomerLastName: `Jackson`, CustomerAddress: `111 Wall Street, Philadelphia, USA, 60079`, Salesperson: `Nancy Jefferson`, OrderID: 1334, OrderDate: `5/23/2022`, ProductID: 129, ProductName: `Mac Book Air`, UnitPrice: 14520.65, Quantity: 2, ExtendedPrice: 29041.3, Freight: 1250.65, Discontinued: false, Region: `West`, Address: `111 Wall Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 60079 }), + new InvoicesDataItem({ ShipName: `Black Market`, ShipAddress: `153 Wall Street`, ShipCity: `Huston`, ShipPostalCode: 90056, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1468, CustomerName: `Anna Black`, CustomerFirstName: `Anna`, CustomerLastName: `Black`, CustomerAddress: `153 Wall Street, Huston, USA, 90056`, Salesperson: `Anna Jackson`, OrderID: 1230, OrderDate: `4/15/2022`, ProductID: 128, ProductName: `IPhone`, UnitPrice: 14930.82, Quantity: 5, ExtendedPrice: 74654.1, Freight: 1470.82, Discontinued: false, Region: `North East`, Address: `153 Wall Street`, City: `Huston`, Country: `USA`, PostalCode: 90056 }), + new InvoicesDataItem({ ShipName: `Jackson Market`, ShipAddress: `143 Main Street`, ShipCity: `Philadelphia`, ShipPostalCode: 50070, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1469, CustomerName: `Max Jackson`, CustomerFirstName: `Max`, CustomerLastName: `Jackson`, CustomerAddress: `143 Main Street, Philadelphia, USA, 50070`, Salesperson: `Nancy Madison`, OrderID: 1761, OrderDate: `1/23/2022`, ProductID: 136, ProductName: `IPad`, UnitPrice: 10810.43, Quantity: 4, ExtendedPrice: 43241.72, Freight: 1910.43, Discontinued: true, Region: `South East`, Address: `143 Main Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 50070 }), + new InvoicesDataItem({ ShipName: `Black Estate`, ShipAddress: `174 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 80126, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1470, CustomerName: `Pamela Black`, CustomerFirstName: `Pamela`, CustomerLastName: `Black`, CustomerAddress: `174 Market Street, Philadelphia, USA, 80126`, Salesperson: `Martin Madison`, OrderID: 1217, OrderDate: `7/7/2022`, ProductID: 170, ProductName: `IPhone`, UnitPrice: 16660.27, Quantity: 4, ExtendedPrice: 66641.08, Freight: 790.27, Discontinued: false, Region: `North East`, Address: `174 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 80126 }), + new InvoicesDataItem({ ShipName: `Smith Home`, ShipAddress: `189 Wall Street`, ShipCity: `Los Angeles`, ShipPostalCode: 60161, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1471, CustomerName: `Max Smith`, CustomerFirstName: `Max`, CustomerLastName: `Smith`, CustomerAddress: `189 Wall Street, Los Angeles, USA, 60161`, Salesperson: `Max Madison`, OrderID: 1882, OrderDate: `11/5/2022`, ProductID: 141, ProductName: `Mac Book Air`, UnitPrice: 18210.39, Quantity: 3, ExtendedPrice: 54631.17, Freight: 990.39, Discontinued: false, Region: `South East`, Address: `189 Wall Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 60161 }), + new InvoicesDataItem({ ShipName: `Black Market`, ShipAddress: `193 Market Street`, ShipCity: `Huston`, ShipPostalCode: 50163, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1472, CustomerName: `Max Black`, CustomerFirstName: `Max`, CustomerLastName: `Black`, CustomerAddress: `193 Market Street, Huston, USA, 50163`, Salesperson: `Mike Black`, OrderID: 1855, OrderDate: `5/3/2022`, ProductID: 188, ProductName: `Samsung Note`, UnitPrice: 9860.59, Quantity: 5, ExtendedPrice: 49302.95, Freight: 1610.59, Discontinued: false, Region: `South East`, Address: `193 Market Street`, City: `Huston`, Country: `USA`, PostalCode: 50163 }), + new InvoicesDataItem({ ShipName: `Jackson Townhouse`, ShipAddress: `128 Main Street`, ShipCity: `Miami`, ShipPostalCode: 60162, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1473, CustomerName: `Max Jackson`, CustomerFirstName: `Max`, CustomerLastName: `Jackson`, CustomerAddress: `128 Main Street, Miami, USA, 60162`, Salesperson: `Nancy Black`, OrderID: 1087, OrderDate: `4/5/2022`, ProductID: 166, ProductName: `Mac Book Air`, UnitPrice: 12090.33, Quantity: 4, ExtendedPrice: 48361.32, Freight: 1020.33, Discontinued: false, Region: `West`, Address: `128 Main Street`, City: `Miami`, Country: `USA`, PostalCode: 60162 }), + new InvoicesDataItem({ ShipName: `Jackson Townhouse`, ShipAddress: `179 Wall Street`, ShipCity: `New York`, ShipPostalCode: 50104, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1474, CustomerName: `Ben Jackson`, CustomerFirstName: `Ben`, CustomerLastName: `Jackson`, CustomerAddress: `179 Wall Street, New York, USA, 50104`, Salesperson: `Martin Black`, OrderID: 1121, OrderDate: `12/2/2022`, ProductID: 169, ProductName: `IPad`, UnitPrice: 18020.22, Quantity: 4, ExtendedPrice: 72080.88, Freight: 830.22, Discontinued: false, Region: `West`, Address: `179 Wall Street`, City: `New York`, Country: `USA`, PostalCode: 50104 }), + new InvoicesDataItem({ ShipName: `Jackson Townhouse`, ShipAddress: `168 Market Street`, ShipCity: `Huston`, ShipPostalCode: 60117, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1475, CustomerName: `Martin Jackson`, CustomerFirstName: `Martin`, CustomerLastName: `Jackson`, CustomerAddress: `168 Market Street, Huston, USA, 60117`, Salesperson: `James Madison`, OrderID: 1965, OrderDate: `10/17/2022`, ProductID: 166, ProductName: `Mac Book Pro`, UnitPrice: 6770.39, Quantity: 5, ExtendedPrice: 33851.95, Freight: 240.39, Discontinued: false, Region: `West`, Address: `168 Market Street`, City: `Huston`, Country: `USA`, PostalCode: 60117 }), + new InvoicesDataItem({ ShipName: `Black Market`, ShipAddress: `195 Wall Street`, ShipCity: `Huston`, ShipPostalCode: 50103, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1476, CustomerName: `Mike Black`, CustomerFirstName: `Mike`, CustomerLastName: `Black`, CustomerAddress: `195 Wall Street, Huston, USA, 50103`, Salesperson: `Ben Jackson`, OrderID: 1241, OrderDate: `2/3/2022`, ProductID: 159, ProductName: `Samsung Note`, UnitPrice: 14250.8, Quantity: 5, ExtendedPrice: 71254, Freight: 1870.8, Discontinued: false, Region: `North East`, Address: `195 Wall Street`, City: `Huston`, Country: `USA`, PostalCode: 50103 }), + new InvoicesDataItem({ ShipName: `Jefferson Market`, ShipAddress: `192 Main Street`, ShipCity: `Los Angeles`, ShipPostalCode: 70069, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1477, CustomerName: `Pamela Jefferson`, CustomerFirstName: `Pamela`, CustomerLastName: `Jefferson`, CustomerAddress: `192 Main Street, Los Angeles, USA, 70069`, Salesperson: `Pamela Watson`, OrderID: 1440, OrderDate: `6/4/2022`, ProductID: 191, ProductName: `Samsung Galaxy 22`, UnitPrice: 23000.87, Quantity: 3, ExtendedPrice: 69002.61, Freight: 1680.87, Discontinued: false, Region: `North East`, Address: `192 Main Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 70069 }), + new InvoicesDataItem({ ShipName: `Jefferson Estate`, ShipAddress: `139 Wall Street`, ShipCity: `Philadelphia`, ShipPostalCode: 50143, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1478, CustomerName: `Pamela Jefferson`, CustomerFirstName: `Pamela`, CustomerLastName: `Jefferson`, CustomerAddress: `139 Wall Street, Philadelphia, USA, 50143`, Salesperson: `Nancy Madison`, OrderID: 1507, OrderDate: `10/10/2022`, ProductID: 176, ProductName: `Mac Book Air`, UnitPrice: 25490.8, Quantity: 3, ExtendedPrice: 76472.4, Freight: 830.8, Discontinued: false, Region: `North East`, Address: `139 Wall Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 50143 }), + new InvoicesDataItem({ ShipName: `Madison Estate`, ShipAddress: `131 Wall Street`, ShipCity: `Miami`, ShipPostalCode: 80108, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1479, CustomerName: `Mike Madison`, CustomerFirstName: `Mike`, CustomerLastName: `Madison`, CustomerAddress: `131 Wall Street, Miami, USA, 80108`, Salesperson: `Ben Jefferson`, OrderID: 1702, OrderDate: `10/16/2022`, ProductID: 174, ProductName: `Mac Book Pro`, UnitPrice: 28620.58, Quantity: 4, ExtendedPrice: 114482.32, Freight: 950.58, Discontinued: true, Region: `South East`, Address: `131 Wall Street`, City: `Miami`, Country: `USA`, PostalCode: 80108 }), + new InvoicesDataItem({ ShipName: `Smith Estate`, ShipAddress: `127 Market Street`, ShipCity: `Huston`, ShipPostalCode: 90097, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1480, CustomerName: `James Smith`, CustomerFirstName: `James`, CustomerLastName: `Smith`, CustomerAddress: `127 Market Street, Huston, USA, 90097`, Salesperson: `Pamela Black`, OrderID: 1875, OrderDate: `7/24/2022`, ProductID: 164, ProductName: `Mac Book Air`, UnitPrice: 6750.85, Quantity: 2, ExtendedPrice: 13501.7, Freight: 1160.85, Discontinued: false, Region: `North East`, Address: `127 Market Street`, City: `Huston`, Country: `USA`, PostalCode: 90097 }), + new InvoicesDataItem({ ShipName: `Madison Home`, ShipAddress: `190 Market Street`, ShipCity: `New York`, ShipPostalCode: 70142, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1481, CustomerName: `Pamela Madison`, CustomerFirstName: `Pamela`, CustomerLastName: `Madison`, CustomerAddress: `190 Market Street, New York, USA, 70142`, Salesperson: `Pamela Smith`, OrderID: 1373, OrderDate: `5/19/2022`, ProductID: 108, ProductName: `Samsung Galaxy 22`, UnitPrice: 17230.33, Quantity: 3, ExtendedPrice: 51690.99, Freight: 1270.33, Discontinued: false, Region: `West`, Address: `190 Market Street`, City: `New York`, Country: `USA`, PostalCode: 70142 }), + new InvoicesDataItem({ ShipName: `Jackson Market`, ShipAddress: `179 Main Street`, ShipCity: `Philadelphia`, ShipPostalCode: 90146, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1482, CustomerName: `Nancy Jackson`, CustomerFirstName: `Nancy`, CustomerLastName: `Jackson`, CustomerAddress: `179 Main Street, Philadelphia, USA, 90146`, Salesperson: `James Jefferson`, OrderID: 1452, OrderDate: `5/16/2022`, ProductID: 170, ProductName: `Mac Book Air`, UnitPrice: 8320.5, Quantity: 4, ExtendedPrice: 33282, Freight: 510.5, Discontinued: false, Region: `North East`, Address: `179 Main Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 90146 }), + new InvoicesDataItem({ ShipName: `Black Townhouse`, ShipAddress: `183 Main Street`, ShipCity: `Los Angeles`, ShipPostalCode: 90165, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1483, CustomerName: `Anna Black`, CustomerFirstName: `Anna`, CustomerLastName: `Black`, CustomerAddress: `183 Main Street, Los Angeles, USA, 90165`, Salesperson: `Max Watson`, OrderID: 1835, OrderDate: `9/8/2022`, ProductID: 198, ProductName: `Samsung Note`, UnitPrice: 13800.6, Quantity: 3, ExtendedPrice: 41401.8, Freight: 700.6, Discontinued: false, Region: `West`, Address: `183 Main Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 90165 }), + new InvoicesDataItem({ ShipName: `Black Townhouse`, ShipAddress: `108 Main Street`, ShipCity: `Philadelphia`, ShipPostalCode: 50151, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1484, CustomerName: `Max Black`, CustomerFirstName: `Max`, CustomerLastName: `Black`, CustomerAddress: `108 Main Street, Philadelphia, USA, 50151`, Salesperson: `Mike Jefferson`, OrderID: 1448, OrderDate: `11/16/2022`, ProductID: 103, ProductName: `Samsung Note`, UnitPrice: 21840.84, Quantity: 5, ExtendedPrice: 109204.2, Freight: 1500.84, Discontinued: false, Region: `South East`, Address: `108 Main Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 50151 }), + new InvoicesDataItem({ ShipName: `Jefferson Estate`, ShipAddress: `150 Market Street`, ShipCity: `New York`, ShipPostalCode: 80053, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1485, CustomerName: `James Jefferson`, CustomerFirstName: `James`, CustomerLastName: `Jefferson`, CustomerAddress: `150 Market Street, New York, USA, 80053`, Salesperson: `Anna Black`, OrderID: 1160, OrderDate: `6/7/2022`, ProductID: 156, ProductName: `IPhone`, UnitPrice: 24480.65, Quantity: 2, ExtendedPrice: 48961.3, Freight: 860.65, Discontinued: false, Region: `West`, Address: `150 Market Street`, City: `New York`, Country: `USA`, PostalCode: 80053 }), + new InvoicesDataItem({ ShipName: `Jefferson Estate`, ShipAddress: `121 Wall Street`, ShipCity: `Miami`, ShipPostalCode: 50087, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1486, CustomerName: `Mike Jefferson`, CustomerFirstName: `Mike`, CustomerLastName: `Jefferson`, CustomerAddress: `121 Wall Street, Miami, USA, 50087`, Salesperson: `Anna Jackson`, OrderID: 1277, OrderDate: `8/16/2022`, ProductID: 108, ProductName: `Mac Book Air`, UnitPrice: 27370.31, Quantity: 2, ExtendedPrice: 54740.62, Freight: 350.31, Discontinued: false, Region: `North East`, Address: `121 Wall Street`, City: `Miami`, Country: `USA`, PostalCode: 50087 }), + new InvoicesDataItem({ ShipName: `Watson Townhouse`, ShipAddress: `187 Market Street`, ShipCity: `Miami`, ShipPostalCode: 90094, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1487, CustomerName: `Anna Watson`, CustomerFirstName: `Anna`, CustomerLastName: `Watson`, CustomerAddress: `187 Market Street, Miami, USA, 90094`, Salesperson: `Pamela Jefferson`, OrderID: 1895, OrderDate: `7/18/2022`, ProductID: 138, ProductName: `IPad`, UnitPrice: 15270.6, Quantity: 3, ExtendedPrice: 45811.8, Freight: 1920.6, Discontinued: false, Region: `West`, Address: `187 Market Street`, City: `Miami`, Country: `USA`, PostalCode: 90094 }), + new InvoicesDataItem({ ShipName: `Watson Market`, ShipAddress: `142 Main Street`, ShipCity: `Los Angeles`, ShipPostalCode: 50160, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1488, CustomerName: `Pamela Watson`, CustomerFirstName: `Pamela`, CustomerLastName: `Watson`, CustomerAddress: `142 Main Street, Los Angeles, USA, 50160`, Salesperson: `Max Smith`, OrderID: 1559, OrderDate: `11/2/2022`, ProductID: 129, ProductName: `Samsung Note`, UnitPrice: 19940.22, Quantity: 5, ExtendedPrice: 99701.1, Freight: 540.22, Discontinued: false, Region: `West`, Address: `142 Main Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 50160 }), + new InvoicesDataItem({ ShipName: `Black Townhouse`, ShipAddress: `190 Market Street`, ShipCity: `Miami`, ShipPostalCode: 60164, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1489, CustomerName: `James Black`, CustomerFirstName: `James`, CustomerLastName: `Black`, CustomerAddress: `190 Market Street, Miami, USA, 60164`, Salesperson: `Nancy Jefferson`, OrderID: 1144, OrderDate: `5/7/2022`, ProductID: 169, ProductName: `Samsung Galaxy 22`, UnitPrice: 29010.82, Quantity: 4, ExtendedPrice: 116043.28, Freight: 1870.82, Discontinued: true, Region: `North East`, Address: `190 Market Street`, City: `Miami`, Country: `USA`, PostalCode: 60164 }), + new InvoicesDataItem({ ShipName: `Madison Market`, ShipAddress: `180 Main Street`, ShipCity: `Philadelphia`, ShipPostalCode: 70181, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1490, CustomerName: `Ben Madison`, CustomerFirstName: `Ben`, CustomerLastName: `Madison`, CustomerAddress: `180 Main Street, Philadelphia, USA, 70181`, Salesperson: `Ben Black`, OrderID: 1396, OrderDate: `2/24/2022`, ProductID: 137, ProductName: `IPhone`, UnitPrice: 15420.8, Quantity: 4, ExtendedPrice: 61683.2, Freight: 1870.8, Discontinued: false, Region: `West`, Address: `180 Main Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 70181 }), + new InvoicesDataItem({ ShipName: `Watson Home`, ShipAddress: `152 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 60139, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1491, CustomerName: `Anna Watson`, CustomerFirstName: `Anna`, CustomerLastName: `Watson`, CustomerAddress: `152 Market Street, Philadelphia, USA, 60139`, Salesperson: `Mike Madison`, OrderID: 1733, OrderDate: `9/23/2022`, ProductID: 117, ProductName: `Mac Book Pro`, UnitPrice: 26430.79, Quantity: 5, ExtendedPrice: 132153.95, Freight: 270.79, Discontinued: false, Region: `North East`, Address: `152 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 60139 }), + new InvoicesDataItem({ ShipName: `Black Home`, ShipAddress: `176 Main Street`, ShipCity: `Miami`, ShipPostalCode: 60072, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1492, CustomerName: `Nancy Black`, CustomerFirstName: `Nancy`, CustomerLastName: `Black`, CustomerAddress: `176 Main Street, Miami, USA, 60072`, Salesperson: `Mike Black`, OrderID: 1473, OrderDate: `6/23/2022`, ProductID: 175, ProductName: `Samsung Note`, UnitPrice: 18440.43, Quantity: 4, ExtendedPrice: 73761.72, Freight: 1770.43, Discontinued: false, Region: `West`, Address: `176 Main Street`, City: `Miami`, Country: `USA`, PostalCode: 60072 }), + new InvoicesDataItem({ ShipName: `Madison Home`, ShipAddress: `120 Main Street`, ShipCity: `Miami`, ShipPostalCode: 80161, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1493, CustomerName: `Martin Madison`, CustomerFirstName: `Martin`, CustomerLastName: `Madison`, CustomerAddress: `120 Main Street, Miami, USA, 80161`, Salesperson: `Ben Watson`, OrderID: 1674, OrderDate: `5/1/2022`, ProductID: 175, ProductName: `Samsung Galaxy 22`, UnitPrice: 23490.67, Quantity: 3, ExtendedPrice: 70472.01, Freight: 820.67, Discontinued: false, Region: `West`, Address: `120 Main Street`, City: `Miami`, Country: `USA`, PostalCode: 80161 }), + new InvoicesDataItem({ ShipName: `Black Estate`, ShipAddress: `127 Main Street`, ShipCity: `Miami`, ShipPostalCode: 90183, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1494, CustomerName: `Ben Black`, CustomerFirstName: `Ben`, CustomerLastName: `Black`, CustomerAddress: `127 Main Street, Miami, USA, 90183`, Salesperson: `Pamela Smith`, OrderID: 1279, OrderDate: `2/9/2022`, ProductID: 108, ProductName: `Samsung Note`, UnitPrice: 7560.83, Quantity: 4, ExtendedPrice: 30243.32, Freight: 470.83, Discontinued: false, Region: `West`, Address: `127 Main Street`, City: `Miami`, Country: `USA`, PostalCode: 90183 }), + new InvoicesDataItem({ ShipName: `Jackson Estate`, ShipAddress: `129 Market Street`, ShipCity: `New York`, ShipPostalCode: 50067, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1495, CustomerName: `Pamela Jackson`, CustomerFirstName: `Pamela`, CustomerLastName: `Jackson`, CustomerAddress: `129 Market Street, New York, USA, 50067`, Salesperson: `Nancy Jackson`, OrderID: 1502, OrderDate: `9/25/2022`, ProductID: 175, ProductName: `Samsung Note`, UnitPrice: 24020.51, Quantity: 4, ExtendedPrice: 96082.04, Freight: 1320.51, Discontinued: false, Region: `South East`, Address: `129 Market Street`, City: `New York`, Country: `USA`, PostalCode: 50067 }), + new InvoicesDataItem({ ShipName: `Madison Townhouse`, ShipAddress: `118 Market Street`, ShipCity: `New York`, ShipPostalCode: 70088, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1496, CustomerName: `Mike Madison`, CustomerFirstName: `Mike`, CustomerLastName: `Madison`, CustomerAddress: `118 Market Street, New York, USA, 70088`, Salesperson: `Anna Watson`, OrderID: 1672, OrderDate: `7/8/2022`, ProductID: 178, ProductName: `Mac Book Air`, UnitPrice: 9150.21, Quantity: 2, ExtendedPrice: 18300.42, Freight: 470.21, Discontinued: false, Region: `West`, Address: `118 Market Street`, City: `New York`, Country: `USA`, PostalCode: 70088 }), + new InvoicesDataItem({ ShipName: `Watson Townhouse`, ShipAddress: `146 Main Street`, ShipCity: `Huston`, ShipPostalCode: 60135, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1497, CustomerName: `Mike Watson`, CustomerFirstName: `Mike`, CustomerLastName: `Watson`, CustomerAddress: `146 Main Street, Huston, USA, 60135`, Salesperson: `Anna Black`, OrderID: 1449, OrderDate: `4/4/2022`, ProductID: 194, ProductName: `IPhone`, UnitPrice: 19390.48, Quantity: 4, ExtendedPrice: 77561.92, Freight: 1350.48, Discontinued: false, Region: `North East`, Address: `146 Main Street`, City: `Huston`, Country: `USA`, PostalCode: 60135 }), + new InvoicesDataItem({ ShipName: `Jefferson Home`, ShipAddress: `146 Market Street`, ShipCity: `Huston`, ShipPostalCode: 80195, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1498, CustomerName: `Pamela Jefferson`, CustomerFirstName: `Pamela`, CustomerLastName: `Jefferson`, CustomerAddress: `146 Market Street, Huston, USA, 80195`, Salesperson: `Ben Black`, OrderID: 1100, OrderDate: `7/1/2022`, ProductID: 103, ProductName: `IPhone`, UnitPrice: 12430.89, Quantity: 3, ExtendedPrice: 37292.67, Freight: 1060.89, Discontinued: false, Region: `North East`, Address: `146 Market Street`, City: `Huston`, Country: `USA`, PostalCode: 80195 }), ]; super(...newItems.slice(0)); } diff --git a/samples/grids/grid/master-detail/src/CustomersData.ts b/samples/grids/grid/master-detail/src/CustomersData.ts index 8f4140d2b9..f9aa8c0893 100644 --- a/samples/grids/grid/master-detail/src/CustomersData.ts +++ b/samples/grids/grid/master-detail/src/CustomersData.ts @@ -22,384 +22,33 @@ export class CustomersData extends Array { super(...items); } else { const newItems = [ - new CustomersDataItem( - { - ID: `ALFKI`, - Company: `Alfreds Futterkiste`, - ContactName: `Maria Anders`, - ContactTitle: `Sales Representative`, - Address: `Obere Str. 57`, - City: `Berlin`, - Region: `East`, - PostalCode: 12209, - Country: `Germany`, - Phone: `030-0074321`, - Fax: `030-0076545` - }), - new CustomersDataItem( - { - ID: `ANATR`, - Company: `Ana Trujillo Emparedados y helados`, - ContactName: `Ana Trujillo`, - ContactTitle: `Owner`, - Address: `Avda. de la Constitución 2222`, - City: `México D.F.`, - Region: `South`, - PostalCode: 5021, - Country: `Mexico`, - Phone: `(5) 555-4729`, - Fax: `(5) 555-3745` - }), - new CustomersDataItem( - { - ID: `ANTON`, - Company: `Antonio Moreno Taquería`, - ContactName: `Antonio Moreno`, - ContactTitle: `Owner`, - Address: `Mataderos 2312`, - City: `México D.F.`, - Region: `South`, - PostalCode: 5023, - Country: `Mexico`, - Phone: `(5) 555-3932`, - Fax: `(5) 555-3745` - }), - new CustomersDataItem( - { - ID: `AROUT`, - Company: `Around the Horn`, - ContactName: `Thomas Hardy`, - ContactTitle: `Sales Representative`, - Address: `120 Hanover Sq.`, - City: `London`, - Region: `East`, - PostalCode: 22000, - Country: `UK`, - Phone: `(171) 555-7788`, - Fax: `(171) 555-6750` - }), - new CustomersDataItem( - { - ID: `BERGS`, - Company: `Berglunds snabbköp`, - ContactName: `Christina Berglund`, - ContactTitle: `Order Administrator`, - Address: `Berguvsvägen 8`, - City: `Luleå`, - Region: `South`, - PostalCode: 17000, - Country: `Sweden`, - Phone: `0921-12 34 65`, - Fax: `0921-12 34 67` - }), - new CustomersDataItem( - { - ID: `BLAUS`, - Company: `Blauer See Delikatessen`, - ContactName: `Hanna Moos`, - ContactTitle: `Sales Representative`, - Address: `Forsterstr. 57`, - City: `Mannheim`, - Region: `East`, - PostalCode: 68306, - Country: `Germany`, - Phone: `0621-08460`, - Fax: `0621-08924` - }), - new CustomersDataItem( - { - ID: `BLONP`, - Company: `Blondesddsl père et fils`, - ContactName: `Frédérique Citeaux`, - ContactTitle: `Marketing Manager`, - Address: `24, place Kléber`, - City: `Strasbourg`, - Region: `East`, - PostalCode: 67000, - Country: `France`, - Phone: `88.60.15.31`, - Fax: `88.60.15.32` - }), - new CustomersDataItem( - { - ID: `BOLID`, - Company: `Bólido Comidas preparadas`, - ContactName: `Martín Sommer`, - ContactTitle: `Owner`, - Address: `C/ Araquil, 67`, - City: `Madrid`, - Region: `East`, - PostalCode: 28023, - Country: `Spain`, - Phone: `(91) 555 22 82`, - Fax: `(91) 555 91 99` - }), - new CustomersDataItem( - { - ID: `BONAP`, - Company: `Bon app'`, - ContactName: `Laurence Lebihan`, - ContactTitle: `Owner`, - Address: `12, rue des Bouchers`, - City: `Marseille`, - Region: `West`, - PostalCode: 13008, - Country: `France`, - Phone: `91.24.45.40`, - Fax: `91.24.45.41` - }), - new CustomersDataItem( - { - ID: `BOTTM`, - Company: `Bottom-Dollar Markets`, - ContactName: `Elizabeth Lincoln`, - ContactTitle: `Accounting Manager`, - Address: `23 Tsawassen Blvd.`, - City: `Tsawassen`, - Region: `BC`, - PostalCode: 28000, - Country: `Canada`, - Phone: `(604) 555-4729`, - Fax: `(604) 555-3745` - }), - new CustomersDataItem( - { - ID: `BSBEV`, - Company: `B's Beverages`, - ContactName: `Victoria Ashworth`, - ContactTitle: `Sales Representative`, - Address: `Fauntleroy Circus`, - City: `London`, - Region: `South`, - PostalCode: 10000, - Country: `UK`, - Phone: `(171) 555-1212`, - Fax: `(5) 555-3745` - }), - new CustomersDataItem( - { - ID: `CACTU`, - Company: `Cactus Comidas para llevar`, - ContactName: `Patricio Simpson`, - ContactTitle: `Sales Agent`, - Address: `Cerrito 333`, - City: `Buenos Aires`, - Region: `East`, - PostalCode: 1010, - Country: `Argentina`, - Phone: `(1) 135-5555`, - Fax: `(1) 135-4892` - }), - new CustomersDataItem( - { - ID: `CENTC`, - Company: `Centro comercial Moctezuma`, - ContactName: `Francisco Chang`, - ContactTitle: `Marketing Manager`, - Address: `Sierras de Granada 9993`, - City: `México D.F.`, - Region: `South`, - PostalCode: 5022, - Country: `Mexico`, - Phone: `(5) 555-3392`, - Fax: `(5) 555-7293` - }), - new CustomersDataItem( - { - ID: `CHOPS`, - Company: `Chop-suey Chinese`, - ContactName: `Yang Wang`, - ContactTitle: `Owner`, - Address: `Hauptstr. 29`, - City: `Bern`, - Region: `East`, - PostalCode: 3012, - Country: `Switzerland`, - Phone: `0452-076545`, - Fax: `(5) 555-3745` - }), - new CustomersDataItem( - { - ID: `COMMI`, - Company: `Comércio Mineiro`, - ContactName: `Pedro Afonso`, - ContactTitle: `Sales Associate`, - Address: `Av. dos Lusíadas, 23`, - City: `Sao Paulo`, - Region: `SP`, - PostalCode: 34000, - Country: `Brazil`, - Phone: `(11) 555-7647`, - Fax: `(5) 555-3745` - }), - new CustomersDataItem( - { - ID: `CONSH`, - Company: `Consolidated Holdings`, - ContactName: `Elizabeth Brown`, - ContactTitle: `Sales Representative`, - Address: `Berkeley Gardens 12 Brewery`, - City: `London`, - Region: `South`, - PostalCode: 27000, - Country: `UK`, - Phone: `(171) 555-2282`, - Fax: `(171) 555-9199` - }), - new CustomersDataItem( - { - ID: `DRACD`, - Company: `Drachenblut Delikatessen`, - ContactName: `Sven Ottlieb`, - ContactTitle: `Order Administrator`, - Address: `Walserweg 21`, - City: `Aachen`, - Region: `South`, - PostalCode: 52066, - Country: `Germany`, - Phone: `0241-039123`, - Fax: `0241-059428` - }), - new CustomersDataItem( - { - ID: `DUMON`, - Company: `Du monde entier`, - ContactName: `Janine Labrune`, - ContactTitle: `Owner`, - Address: `67, rue des Cinquante Otages`, - City: `Nantes`, - Region: `East`, - PostalCode: 44000, - Country: `France`, - Phone: `40.67.88.88`, - Fax: `40.67.89.89` - }), - new CustomersDataItem( - { - ID: `EASTC`, - Company: `Eastern Connection`, - ContactName: `Ann Devon`, - ContactTitle: `Sales Agent`, - Address: `35 King George`, - City: `London`, - Region: `East`, - PostalCode: 41000, - Country: `UK`, - Phone: `(171) 555-0297`, - Fax: `(171) 555-3373` - }), - new CustomersDataItem( - { - ID: `ERNSH`, - Company: `Ernst Handel`, - ContactName: `Roland Mendel`, - ContactTitle: `Sales Manager`, - Address: `Kirchgasse 6`, - City: `Graz`, - Region: `South`, - PostalCode: 8010, - Country: `Austria`, - Phone: `7675-3425`, - Fax: `7675-3426` - }), - new CustomersDataItem( - { - ID: `FAMIA`, - Company: `Familia Arquibaldo`, - ContactName: `Aria Cruz`, - ContactTitle: `Marketing Assistant`, - Address: `Rua Orós, 92`, - City: `Sao Paulo`, - Region: `SP`, - PostalCode: 27000, - Country: `Brazil`, - Phone: `(11) 555-9857`, - Fax: `(5) 555-3745` - }), - new CustomersDataItem( - { - ID: `FISSA`, - Company: `FISSA Fabrica Inter. Salchichas S.A.`, - ContactName: `Diego Roel`, - ContactTitle: `Accounting Manager`, - Address: `C/ Moralzarzal, 86`, - City: `Madrid`, - Region: `East`, - PostalCode: 28034, - Country: `Spain`, - Phone: `(91) 555 94 44`, - Fax: `(91) 555 55 93` - }), - new CustomersDataItem( - { - ID: `FOLIG`, - Company: `Folies gourmandes`, - ContactName: `Martine Rancé`, - ContactTitle: `Assistant Sales Agent`, - Address: `184, chaussée de Tournai`, - City: `Lille`, - Region: `South`, - PostalCode: 59000, - Country: `France`, - Phone: `20.16.10.16`, - Fax: `20.16.10.17` - }), - new CustomersDataItem( - { - ID: `FOLKO`, - Company: `Folk och fä HB`, - ContactName: `Maria Larsson`, - ContactTitle: `Owner`, - Address: `Åkergatan 24`, - City: `Bräcke`, - Region: `East`, - PostalCode: 36000, - Country: `Sweden`, - Phone: `0695-34 67 21`, - Fax: `0695 33-4455` - }), - new CustomersDataItem( - { - ID: `FRANK`, - Company: `Frankenversand`, - ContactName: `Peter Franken`, - ContactTitle: `Marketing Manager`, - Address: `Berliner Platz 43`, - City: `München`, - Region: `East`, - PostalCode: 80805, - Country: `Germany`, - Phone: `089-0877310`, - Fax: `089-0877451` - }), - new CustomersDataItem( - { - ID: `FRANR`, - Company: `France restauration`, - ContactName: `Carine Schmitt`, - ContactTitle: `Marketing Manager`, - Address: `54, rue Royale`, - City: `Nantes`, - Region: `South`, - PostalCode: 44000, - Country: `France`, - Phone: `40.32.21.21`, - Fax: `40.32.21.20` - }), - new CustomersDataItem( - { - ID: `FRANS`, - Company: `Franchi S.p.A.`, - ContactName: `Paolo Accorti`, - ContactTitle: `Sales Representative`, - Address: `Via Monte Bianco 34`, - City: `Torino`, - Region: `East`, - PostalCode: 10100, - Country: `Italy`, - Phone: `011-4988260`, - Fax: `011-4988261` - }), + new CustomersDataItem({ ID: `ALFKI`, Company: `Alfreds Futterkiste`, ContactName: `Maria Anders`, ContactTitle: `Sales Representative`, Address: `Obere Str. 57`, City: `Berlin`, Region: `East`, PostalCode: 12209, Country: `Germany`, Phone: `030-0074321`, Fax: `030-0076545` }), + new CustomersDataItem({ ID: `ANATR`, Company: `Ana Trujillo Emparedados y helados`, ContactName: `Ana Trujillo`, ContactTitle: `Owner`, Address: `Avda. de la Constitución 2222`, City: `México D.F.`, Region: `South`, PostalCode: 5021, Country: `Mexico`, Phone: `(5) 555-4729`, Fax: `(5) 555-3745` }), + new CustomersDataItem({ ID: `ANTON`, Company: `Antonio Moreno Taquería`, ContactName: `Antonio Moreno`, ContactTitle: `Owner`, Address: `Mataderos 2312`, City: `México D.F.`, Region: `South`, PostalCode: 5023, Country: `Mexico`, Phone: `(5) 555-3932`, Fax: `(5) 555-3745` }), + new CustomersDataItem({ ID: `AROUT`, Company: `Around the Horn`, ContactName: `Thomas Hardy`, ContactTitle: `Sales Representative`, Address: `120 Hanover Sq.`, City: `London`, Region: `East`, PostalCode: 22000, Country: `UK`, Phone: `(171) 555-7788`, Fax: `(171) 555-6750` }), + new CustomersDataItem({ ID: `BERGS`, Company: `Berglunds snabbköp`, ContactName: `Christina Berglund`, ContactTitle: `Order Administrator`, Address: `Berguvsvägen 8`, City: `Luleå`, Region: `South`, PostalCode: 17000, Country: `Sweden`, Phone: `0921-12 34 65`, Fax: `0921-12 34 67` }), + new CustomersDataItem({ ID: `BLAUS`, Company: `Blauer See Delikatessen`, ContactName: `Hanna Moos`, ContactTitle: `Sales Representative`, Address: `Forsterstr. 57`, City: `Mannheim`, Region: `East`, PostalCode: 68306, Country: `Germany`, Phone: `0621-08460`, Fax: `0621-08924` }), + new CustomersDataItem({ ID: `BLONP`, Company: `Blondesddsl père et fils`, ContactName: `Frédérique Citeaux`, ContactTitle: `Marketing Manager`, Address: `24, place Kléber`, City: `Strasbourg`, Region: `East`, PostalCode: 67000, Country: `France`, Phone: `88.60.15.31`, Fax: `88.60.15.32` }), + new CustomersDataItem({ ID: `BOLID`, Company: `Bólido Comidas preparadas`, ContactName: `Martín Sommer`, ContactTitle: `Owner`, Address: `C/ Araquil, 67`, City: `Madrid`, Region: `East`, PostalCode: 28023, Country: `Spain`, Phone: `(91) 555 22 82`, Fax: `(91) 555 91 99` }), + new CustomersDataItem({ ID: `BONAP`, Company: `Bon app'`, ContactName: `Laurence Lebihan`, ContactTitle: `Owner`, Address: `12, rue des Bouchers`, City: `Marseille`, Region: `West`, PostalCode: 13008, Country: `France`, Phone: `91.24.45.40`, Fax: `91.24.45.41` }), + new CustomersDataItem({ ID: `BOTTM`, Company: `Bottom-Dollar Markets`, ContactName: `Elizabeth Lincoln`, ContactTitle: `Accounting Manager`, Address: `23 Tsawassen Blvd.`, City: `Tsawassen`, Region: `BC`, PostalCode: 28000, Country: `Canada`, Phone: `(604) 555-4729`, Fax: `(604) 555-3745` }), + new CustomersDataItem({ ID: `BSBEV`, Company: `B's Beverages`, ContactName: `Victoria Ashworth`, ContactTitle: `Sales Representative`, Address: `Fauntleroy Circus`, City: `London`, Region: `South`, PostalCode: 10000, Country: `UK`, Phone: `(171) 555-1212`, Fax: `(5) 555-3745` }), + new CustomersDataItem({ ID: `CACTU`, Company: `Cactus Comidas para llevar`, ContactName: `Patricio Simpson`, ContactTitle: `Sales Agent`, Address: `Cerrito 333`, City: `Buenos Aires`, Region: `East`, PostalCode: 1010, Country: `Argentina`, Phone: `(1) 135-5555`, Fax: `(1) 135-4892` }), + new CustomersDataItem({ ID: `CENTC`, Company: `Centro comercial Moctezuma`, ContactName: `Francisco Chang`, ContactTitle: `Marketing Manager`, Address: `Sierras de Granada 9993`, City: `México D.F.`, Region: `South`, PostalCode: 5022, Country: `Mexico`, Phone: `(5) 555-3392`, Fax: `(5) 555-7293` }), + new CustomersDataItem({ ID: `CHOPS`, Company: `Chop-suey Chinese`, ContactName: `Yang Wang`, ContactTitle: `Owner`, Address: `Hauptstr. 29`, City: `Bern`, Region: `East`, PostalCode: 3012, Country: `Switzerland`, Phone: `0452-076545`, Fax: `(5) 555-3745` }), + new CustomersDataItem({ ID: `COMMI`, Company: `Comércio Mineiro`, ContactName: `Pedro Afonso`, ContactTitle: `Sales Associate`, Address: `Av. dos Lusíadas, 23`, City: `Sao Paulo`, Region: `SP`, PostalCode: 34000, Country: `Brazil`, Phone: `(11) 555-7647`, Fax: `(5) 555-3745` }), + new CustomersDataItem({ ID: `CONSH`, Company: `Consolidated Holdings`, ContactName: `Elizabeth Brown`, ContactTitle: `Sales Representative`, Address: `Berkeley Gardens 12 Brewery`, City: `London`, Region: `South`, PostalCode: 27000, Country: `UK`, Phone: `(171) 555-2282`, Fax: `(171) 555-9199` }), + new CustomersDataItem({ ID: `DRACD`, Company: `Drachenblut Delikatessen`, ContactName: `Sven Ottlieb`, ContactTitle: `Order Administrator`, Address: `Walserweg 21`, City: `Aachen`, Region: `South`, PostalCode: 52066, Country: `Germany`, Phone: `0241-039123`, Fax: `0241-059428` }), + new CustomersDataItem({ ID: `DUMON`, Company: `Du monde entier`, ContactName: `Janine Labrune`, ContactTitle: `Owner`, Address: `67, rue des Cinquante Otages`, City: `Nantes`, Region: `East`, PostalCode: 44000, Country: `France`, Phone: `40.67.88.88`, Fax: `40.67.89.89` }), + new CustomersDataItem({ ID: `EASTC`, Company: `Eastern Connection`, ContactName: `Ann Devon`, ContactTitle: `Sales Agent`, Address: `35 King George`, City: `London`, Region: `East`, PostalCode: 41000, Country: `UK`, Phone: `(171) 555-0297`, Fax: `(171) 555-3373` }), + new CustomersDataItem({ ID: `ERNSH`, Company: `Ernst Handel`, ContactName: `Roland Mendel`, ContactTitle: `Sales Manager`, Address: `Kirchgasse 6`, City: `Graz`, Region: `South`, PostalCode: 8010, Country: `Austria`, Phone: `7675-3425`, Fax: `7675-3426` }), + new CustomersDataItem({ ID: `FAMIA`, Company: `Familia Arquibaldo`, ContactName: `Aria Cruz`, ContactTitle: `Marketing Assistant`, Address: `Rua Orós, 92`, City: `Sao Paulo`, Region: `SP`, PostalCode: 27000, Country: `Brazil`, Phone: `(11) 555-9857`, Fax: `(5) 555-3745` }), + new CustomersDataItem({ ID: `FISSA`, Company: `FISSA Fabrica Inter. Salchichas S.A.`, ContactName: `Diego Roel`, ContactTitle: `Accounting Manager`, Address: `C/ Moralzarzal, 86`, City: `Madrid`, Region: `East`, PostalCode: 28034, Country: `Spain`, Phone: `(91) 555 94 44`, Fax: `(91) 555 55 93` }), + new CustomersDataItem({ ID: `FOLIG`, Company: `Folies gourmandes`, ContactName: `Martine Rancé`, ContactTitle: `Assistant Sales Agent`, Address: `184, chaussée de Tournai`, City: `Lille`, Region: `South`, PostalCode: 59000, Country: `France`, Phone: `20.16.10.16`, Fax: `20.16.10.17` }), + new CustomersDataItem({ ID: `FOLKO`, Company: `Folk och fä HB`, ContactName: `Maria Larsson`, ContactTitle: `Owner`, Address: `Åkergatan 24`, City: `Bräcke`, Region: `East`, PostalCode: 36000, Country: `Sweden`, Phone: `0695-34 67 21`, Fax: `0695 33-4455` }), + new CustomersDataItem({ ID: `FRANK`, Company: `Frankenversand`, ContactName: `Peter Franken`, ContactTitle: `Marketing Manager`, Address: `Berliner Platz 43`, City: `München`, Region: `East`, PostalCode: 80805, Country: `Germany`, Phone: `089-0877310`, Fax: `089-0877451` }), + new CustomersDataItem({ ID: `FRANR`, Company: `France restauration`, ContactName: `Carine Schmitt`, ContactTitle: `Marketing Manager`, Address: `54, rue Royale`, City: `Nantes`, Region: `South`, PostalCode: 44000, Country: `France`, Phone: `40.32.21.21`, Fax: `40.32.21.20` }), + new CustomersDataItem({ ID: `FRANS`, Company: `Franchi S.p.A.`, ContactName: `Paolo Accorti`, ContactTitle: `Sales Representative`, Address: `Via Monte Bianco 34`, City: `Torino`, Region: `East`, PostalCode: 10100, Country: `Italy`, Phone: `011-4988260`, Fax: `011-4988261` }), ]; super(...newItems.slice(0)); } diff --git a/samples/grids/grid/multi-column-headers-export/src/CustomersData.ts b/samples/grids/grid/multi-column-headers-export/src/CustomersData.ts index 8f4140d2b9..f9aa8c0893 100644 --- a/samples/grids/grid/multi-column-headers-export/src/CustomersData.ts +++ b/samples/grids/grid/multi-column-headers-export/src/CustomersData.ts @@ -22,384 +22,33 @@ export class CustomersData extends Array { super(...items); } else { const newItems = [ - new CustomersDataItem( - { - ID: `ALFKI`, - Company: `Alfreds Futterkiste`, - ContactName: `Maria Anders`, - ContactTitle: `Sales Representative`, - Address: `Obere Str. 57`, - City: `Berlin`, - Region: `East`, - PostalCode: 12209, - Country: `Germany`, - Phone: `030-0074321`, - Fax: `030-0076545` - }), - new CustomersDataItem( - { - ID: `ANATR`, - Company: `Ana Trujillo Emparedados y helados`, - ContactName: `Ana Trujillo`, - ContactTitle: `Owner`, - Address: `Avda. de la Constitución 2222`, - City: `México D.F.`, - Region: `South`, - PostalCode: 5021, - Country: `Mexico`, - Phone: `(5) 555-4729`, - Fax: `(5) 555-3745` - }), - new CustomersDataItem( - { - ID: `ANTON`, - Company: `Antonio Moreno Taquería`, - ContactName: `Antonio Moreno`, - ContactTitle: `Owner`, - Address: `Mataderos 2312`, - City: `México D.F.`, - Region: `South`, - PostalCode: 5023, - Country: `Mexico`, - Phone: `(5) 555-3932`, - Fax: `(5) 555-3745` - }), - new CustomersDataItem( - { - ID: `AROUT`, - Company: `Around the Horn`, - ContactName: `Thomas Hardy`, - ContactTitle: `Sales Representative`, - Address: `120 Hanover Sq.`, - City: `London`, - Region: `East`, - PostalCode: 22000, - Country: `UK`, - Phone: `(171) 555-7788`, - Fax: `(171) 555-6750` - }), - new CustomersDataItem( - { - ID: `BERGS`, - Company: `Berglunds snabbköp`, - ContactName: `Christina Berglund`, - ContactTitle: `Order Administrator`, - Address: `Berguvsvägen 8`, - City: `Luleå`, - Region: `South`, - PostalCode: 17000, - Country: `Sweden`, - Phone: `0921-12 34 65`, - Fax: `0921-12 34 67` - }), - new CustomersDataItem( - { - ID: `BLAUS`, - Company: `Blauer See Delikatessen`, - ContactName: `Hanna Moos`, - ContactTitle: `Sales Representative`, - Address: `Forsterstr. 57`, - City: `Mannheim`, - Region: `East`, - PostalCode: 68306, - Country: `Germany`, - Phone: `0621-08460`, - Fax: `0621-08924` - }), - new CustomersDataItem( - { - ID: `BLONP`, - Company: `Blondesddsl père et fils`, - ContactName: `Frédérique Citeaux`, - ContactTitle: `Marketing Manager`, - Address: `24, place Kléber`, - City: `Strasbourg`, - Region: `East`, - PostalCode: 67000, - Country: `France`, - Phone: `88.60.15.31`, - Fax: `88.60.15.32` - }), - new CustomersDataItem( - { - ID: `BOLID`, - Company: `Bólido Comidas preparadas`, - ContactName: `Martín Sommer`, - ContactTitle: `Owner`, - Address: `C/ Araquil, 67`, - City: `Madrid`, - Region: `East`, - PostalCode: 28023, - Country: `Spain`, - Phone: `(91) 555 22 82`, - Fax: `(91) 555 91 99` - }), - new CustomersDataItem( - { - ID: `BONAP`, - Company: `Bon app'`, - ContactName: `Laurence Lebihan`, - ContactTitle: `Owner`, - Address: `12, rue des Bouchers`, - City: `Marseille`, - Region: `West`, - PostalCode: 13008, - Country: `France`, - Phone: `91.24.45.40`, - Fax: `91.24.45.41` - }), - new CustomersDataItem( - { - ID: `BOTTM`, - Company: `Bottom-Dollar Markets`, - ContactName: `Elizabeth Lincoln`, - ContactTitle: `Accounting Manager`, - Address: `23 Tsawassen Blvd.`, - City: `Tsawassen`, - Region: `BC`, - PostalCode: 28000, - Country: `Canada`, - Phone: `(604) 555-4729`, - Fax: `(604) 555-3745` - }), - new CustomersDataItem( - { - ID: `BSBEV`, - Company: `B's Beverages`, - ContactName: `Victoria Ashworth`, - ContactTitle: `Sales Representative`, - Address: `Fauntleroy Circus`, - City: `London`, - Region: `South`, - PostalCode: 10000, - Country: `UK`, - Phone: `(171) 555-1212`, - Fax: `(5) 555-3745` - }), - new CustomersDataItem( - { - ID: `CACTU`, - Company: `Cactus Comidas para llevar`, - ContactName: `Patricio Simpson`, - ContactTitle: `Sales Agent`, - Address: `Cerrito 333`, - City: `Buenos Aires`, - Region: `East`, - PostalCode: 1010, - Country: `Argentina`, - Phone: `(1) 135-5555`, - Fax: `(1) 135-4892` - }), - new CustomersDataItem( - { - ID: `CENTC`, - Company: `Centro comercial Moctezuma`, - ContactName: `Francisco Chang`, - ContactTitle: `Marketing Manager`, - Address: `Sierras de Granada 9993`, - City: `México D.F.`, - Region: `South`, - PostalCode: 5022, - Country: `Mexico`, - Phone: `(5) 555-3392`, - Fax: `(5) 555-7293` - }), - new CustomersDataItem( - { - ID: `CHOPS`, - Company: `Chop-suey Chinese`, - ContactName: `Yang Wang`, - ContactTitle: `Owner`, - Address: `Hauptstr. 29`, - City: `Bern`, - Region: `East`, - PostalCode: 3012, - Country: `Switzerland`, - Phone: `0452-076545`, - Fax: `(5) 555-3745` - }), - new CustomersDataItem( - { - ID: `COMMI`, - Company: `Comércio Mineiro`, - ContactName: `Pedro Afonso`, - ContactTitle: `Sales Associate`, - Address: `Av. dos Lusíadas, 23`, - City: `Sao Paulo`, - Region: `SP`, - PostalCode: 34000, - Country: `Brazil`, - Phone: `(11) 555-7647`, - Fax: `(5) 555-3745` - }), - new CustomersDataItem( - { - ID: `CONSH`, - Company: `Consolidated Holdings`, - ContactName: `Elizabeth Brown`, - ContactTitle: `Sales Representative`, - Address: `Berkeley Gardens 12 Brewery`, - City: `London`, - Region: `South`, - PostalCode: 27000, - Country: `UK`, - Phone: `(171) 555-2282`, - Fax: `(171) 555-9199` - }), - new CustomersDataItem( - { - ID: `DRACD`, - Company: `Drachenblut Delikatessen`, - ContactName: `Sven Ottlieb`, - ContactTitle: `Order Administrator`, - Address: `Walserweg 21`, - City: `Aachen`, - Region: `South`, - PostalCode: 52066, - Country: `Germany`, - Phone: `0241-039123`, - Fax: `0241-059428` - }), - new CustomersDataItem( - { - ID: `DUMON`, - Company: `Du monde entier`, - ContactName: `Janine Labrune`, - ContactTitle: `Owner`, - Address: `67, rue des Cinquante Otages`, - City: `Nantes`, - Region: `East`, - PostalCode: 44000, - Country: `France`, - Phone: `40.67.88.88`, - Fax: `40.67.89.89` - }), - new CustomersDataItem( - { - ID: `EASTC`, - Company: `Eastern Connection`, - ContactName: `Ann Devon`, - ContactTitle: `Sales Agent`, - Address: `35 King George`, - City: `London`, - Region: `East`, - PostalCode: 41000, - Country: `UK`, - Phone: `(171) 555-0297`, - Fax: `(171) 555-3373` - }), - new CustomersDataItem( - { - ID: `ERNSH`, - Company: `Ernst Handel`, - ContactName: `Roland Mendel`, - ContactTitle: `Sales Manager`, - Address: `Kirchgasse 6`, - City: `Graz`, - Region: `South`, - PostalCode: 8010, - Country: `Austria`, - Phone: `7675-3425`, - Fax: `7675-3426` - }), - new CustomersDataItem( - { - ID: `FAMIA`, - Company: `Familia Arquibaldo`, - ContactName: `Aria Cruz`, - ContactTitle: `Marketing Assistant`, - Address: `Rua Orós, 92`, - City: `Sao Paulo`, - Region: `SP`, - PostalCode: 27000, - Country: `Brazil`, - Phone: `(11) 555-9857`, - Fax: `(5) 555-3745` - }), - new CustomersDataItem( - { - ID: `FISSA`, - Company: `FISSA Fabrica Inter. Salchichas S.A.`, - ContactName: `Diego Roel`, - ContactTitle: `Accounting Manager`, - Address: `C/ Moralzarzal, 86`, - City: `Madrid`, - Region: `East`, - PostalCode: 28034, - Country: `Spain`, - Phone: `(91) 555 94 44`, - Fax: `(91) 555 55 93` - }), - new CustomersDataItem( - { - ID: `FOLIG`, - Company: `Folies gourmandes`, - ContactName: `Martine Rancé`, - ContactTitle: `Assistant Sales Agent`, - Address: `184, chaussée de Tournai`, - City: `Lille`, - Region: `South`, - PostalCode: 59000, - Country: `France`, - Phone: `20.16.10.16`, - Fax: `20.16.10.17` - }), - new CustomersDataItem( - { - ID: `FOLKO`, - Company: `Folk och fä HB`, - ContactName: `Maria Larsson`, - ContactTitle: `Owner`, - Address: `Åkergatan 24`, - City: `Bräcke`, - Region: `East`, - PostalCode: 36000, - Country: `Sweden`, - Phone: `0695-34 67 21`, - Fax: `0695 33-4455` - }), - new CustomersDataItem( - { - ID: `FRANK`, - Company: `Frankenversand`, - ContactName: `Peter Franken`, - ContactTitle: `Marketing Manager`, - Address: `Berliner Platz 43`, - City: `München`, - Region: `East`, - PostalCode: 80805, - Country: `Germany`, - Phone: `089-0877310`, - Fax: `089-0877451` - }), - new CustomersDataItem( - { - ID: `FRANR`, - Company: `France restauration`, - ContactName: `Carine Schmitt`, - ContactTitle: `Marketing Manager`, - Address: `54, rue Royale`, - City: `Nantes`, - Region: `South`, - PostalCode: 44000, - Country: `France`, - Phone: `40.32.21.21`, - Fax: `40.32.21.20` - }), - new CustomersDataItem( - { - ID: `FRANS`, - Company: `Franchi S.p.A.`, - ContactName: `Paolo Accorti`, - ContactTitle: `Sales Representative`, - Address: `Via Monte Bianco 34`, - City: `Torino`, - Region: `East`, - PostalCode: 10100, - Country: `Italy`, - Phone: `011-4988260`, - Fax: `011-4988261` - }), + new CustomersDataItem({ ID: `ALFKI`, Company: `Alfreds Futterkiste`, ContactName: `Maria Anders`, ContactTitle: `Sales Representative`, Address: `Obere Str. 57`, City: `Berlin`, Region: `East`, PostalCode: 12209, Country: `Germany`, Phone: `030-0074321`, Fax: `030-0076545` }), + new CustomersDataItem({ ID: `ANATR`, Company: `Ana Trujillo Emparedados y helados`, ContactName: `Ana Trujillo`, ContactTitle: `Owner`, Address: `Avda. de la Constitución 2222`, City: `México D.F.`, Region: `South`, PostalCode: 5021, Country: `Mexico`, Phone: `(5) 555-4729`, Fax: `(5) 555-3745` }), + new CustomersDataItem({ ID: `ANTON`, Company: `Antonio Moreno Taquería`, ContactName: `Antonio Moreno`, ContactTitle: `Owner`, Address: `Mataderos 2312`, City: `México D.F.`, Region: `South`, PostalCode: 5023, Country: `Mexico`, Phone: `(5) 555-3932`, Fax: `(5) 555-3745` }), + new CustomersDataItem({ ID: `AROUT`, Company: `Around the Horn`, ContactName: `Thomas Hardy`, ContactTitle: `Sales Representative`, Address: `120 Hanover Sq.`, City: `London`, Region: `East`, PostalCode: 22000, Country: `UK`, Phone: `(171) 555-7788`, Fax: `(171) 555-6750` }), + new CustomersDataItem({ ID: `BERGS`, Company: `Berglunds snabbköp`, ContactName: `Christina Berglund`, ContactTitle: `Order Administrator`, Address: `Berguvsvägen 8`, City: `Luleå`, Region: `South`, PostalCode: 17000, Country: `Sweden`, Phone: `0921-12 34 65`, Fax: `0921-12 34 67` }), + new CustomersDataItem({ ID: `BLAUS`, Company: `Blauer See Delikatessen`, ContactName: `Hanna Moos`, ContactTitle: `Sales Representative`, Address: `Forsterstr. 57`, City: `Mannheim`, Region: `East`, PostalCode: 68306, Country: `Germany`, Phone: `0621-08460`, Fax: `0621-08924` }), + new CustomersDataItem({ ID: `BLONP`, Company: `Blondesddsl père et fils`, ContactName: `Frédérique Citeaux`, ContactTitle: `Marketing Manager`, Address: `24, place Kléber`, City: `Strasbourg`, Region: `East`, PostalCode: 67000, Country: `France`, Phone: `88.60.15.31`, Fax: `88.60.15.32` }), + new CustomersDataItem({ ID: `BOLID`, Company: `Bólido Comidas preparadas`, ContactName: `Martín Sommer`, ContactTitle: `Owner`, Address: `C/ Araquil, 67`, City: `Madrid`, Region: `East`, PostalCode: 28023, Country: `Spain`, Phone: `(91) 555 22 82`, Fax: `(91) 555 91 99` }), + new CustomersDataItem({ ID: `BONAP`, Company: `Bon app'`, ContactName: `Laurence Lebihan`, ContactTitle: `Owner`, Address: `12, rue des Bouchers`, City: `Marseille`, Region: `West`, PostalCode: 13008, Country: `France`, Phone: `91.24.45.40`, Fax: `91.24.45.41` }), + new CustomersDataItem({ ID: `BOTTM`, Company: `Bottom-Dollar Markets`, ContactName: `Elizabeth Lincoln`, ContactTitle: `Accounting Manager`, Address: `23 Tsawassen Blvd.`, City: `Tsawassen`, Region: `BC`, PostalCode: 28000, Country: `Canada`, Phone: `(604) 555-4729`, Fax: `(604) 555-3745` }), + new CustomersDataItem({ ID: `BSBEV`, Company: `B's Beverages`, ContactName: `Victoria Ashworth`, ContactTitle: `Sales Representative`, Address: `Fauntleroy Circus`, City: `London`, Region: `South`, PostalCode: 10000, Country: `UK`, Phone: `(171) 555-1212`, Fax: `(5) 555-3745` }), + new CustomersDataItem({ ID: `CACTU`, Company: `Cactus Comidas para llevar`, ContactName: `Patricio Simpson`, ContactTitle: `Sales Agent`, Address: `Cerrito 333`, City: `Buenos Aires`, Region: `East`, PostalCode: 1010, Country: `Argentina`, Phone: `(1) 135-5555`, Fax: `(1) 135-4892` }), + new CustomersDataItem({ ID: `CENTC`, Company: `Centro comercial Moctezuma`, ContactName: `Francisco Chang`, ContactTitle: `Marketing Manager`, Address: `Sierras de Granada 9993`, City: `México D.F.`, Region: `South`, PostalCode: 5022, Country: `Mexico`, Phone: `(5) 555-3392`, Fax: `(5) 555-7293` }), + new CustomersDataItem({ ID: `CHOPS`, Company: `Chop-suey Chinese`, ContactName: `Yang Wang`, ContactTitle: `Owner`, Address: `Hauptstr. 29`, City: `Bern`, Region: `East`, PostalCode: 3012, Country: `Switzerland`, Phone: `0452-076545`, Fax: `(5) 555-3745` }), + new CustomersDataItem({ ID: `COMMI`, Company: `Comércio Mineiro`, ContactName: `Pedro Afonso`, ContactTitle: `Sales Associate`, Address: `Av. dos Lusíadas, 23`, City: `Sao Paulo`, Region: `SP`, PostalCode: 34000, Country: `Brazil`, Phone: `(11) 555-7647`, Fax: `(5) 555-3745` }), + new CustomersDataItem({ ID: `CONSH`, Company: `Consolidated Holdings`, ContactName: `Elizabeth Brown`, ContactTitle: `Sales Representative`, Address: `Berkeley Gardens 12 Brewery`, City: `London`, Region: `South`, PostalCode: 27000, Country: `UK`, Phone: `(171) 555-2282`, Fax: `(171) 555-9199` }), + new CustomersDataItem({ ID: `DRACD`, Company: `Drachenblut Delikatessen`, ContactName: `Sven Ottlieb`, ContactTitle: `Order Administrator`, Address: `Walserweg 21`, City: `Aachen`, Region: `South`, PostalCode: 52066, Country: `Germany`, Phone: `0241-039123`, Fax: `0241-059428` }), + new CustomersDataItem({ ID: `DUMON`, Company: `Du monde entier`, ContactName: `Janine Labrune`, ContactTitle: `Owner`, Address: `67, rue des Cinquante Otages`, City: `Nantes`, Region: `East`, PostalCode: 44000, Country: `France`, Phone: `40.67.88.88`, Fax: `40.67.89.89` }), + new CustomersDataItem({ ID: `EASTC`, Company: `Eastern Connection`, ContactName: `Ann Devon`, ContactTitle: `Sales Agent`, Address: `35 King George`, City: `London`, Region: `East`, PostalCode: 41000, Country: `UK`, Phone: `(171) 555-0297`, Fax: `(171) 555-3373` }), + new CustomersDataItem({ ID: `ERNSH`, Company: `Ernst Handel`, ContactName: `Roland Mendel`, ContactTitle: `Sales Manager`, Address: `Kirchgasse 6`, City: `Graz`, Region: `South`, PostalCode: 8010, Country: `Austria`, Phone: `7675-3425`, Fax: `7675-3426` }), + new CustomersDataItem({ ID: `FAMIA`, Company: `Familia Arquibaldo`, ContactName: `Aria Cruz`, ContactTitle: `Marketing Assistant`, Address: `Rua Orós, 92`, City: `Sao Paulo`, Region: `SP`, PostalCode: 27000, Country: `Brazil`, Phone: `(11) 555-9857`, Fax: `(5) 555-3745` }), + new CustomersDataItem({ ID: `FISSA`, Company: `FISSA Fabrica Inter. Salchichas S.A.`, ContactName: `Diego Roel`, ContactTitle: `Accounting Manager`, Address: `C/ Moralzarzal, 86`, City: `Madrid`, Region: `East`, PostalCode: 28034, Country: `Spain`, Phone: `(91) 555 94 44`, Fax: `(91) 555 55 93` }), + new CustomersDataItem({ ID: `FOLIG`, Company: `Folies gourmandes`, ContactName: `Martine Rancé`, ContactTitle: `Assistant Sales Agent`, Address: `184, chaussée de Tournai`, City: `Lille`, Region: `South`, PostalCode: 59000, Country: `France`, Phone: `20.16.10.16`, Fax: `20.16.10.17` }), + new CustomersDataItem({ ID: `FOLKO`, Company: `Folk och fä HB`, ContactName: `Maria Larsson`, ContactTitle: `Owner`, Address: `Åkergatan 24`, City: `Bräcke`, Region: `East`, PostalCode: 36000, Country: `Sweden`, Phone: `0695-34 67 21`, Fax: `0695 33-4455` }), + new CustomersDataItem({ ID: `FRANK`, Company: `Frankenversand`, ContactName: `Peter Franken`, ContactTitle: `Marketing Manager`, Address: `Berliner Platz 43`, City: `München`, Region: `East`, PostalCode: 80805, Country: `Germany`, Phone: `089-0877310`, Fax: `089-0877451` }), + new CustomersDataItem({ ID: `FRANR`, Company: `France restauration`, ContactName: `Carine Schmitt`, ContactTitle: `Marketing Manager`, Address: `54, rue Royale`, City: `Nantes`, Region: `South`, PostalCode: 44000, Country: `France`, Phone: `40.32.21.21`, Fax: `40.32.21.20` }), + new CustomersDataItem({ ID: `FRANS`, Company: `Franchi S.p.A.`, ContactName: `Paolo Accorti`, ContactTitle: `Sales Representative`, Address: `Via Monte Bianco 34`, City: `Torino`, Region: `East`, PostalCode: 10100, Country: `Italy`, Phone: `011-4988260`, Fax: `011-4988261` }), ]; super(...newItems.slice(0)); } diff --git a/samples/grids/grid/multi-column-headers-overview/src/CustomersData.ts b/samples/grids/grid/multi-column-headers-overview/src/CustomersData.ts index 8f4140d2b9..f9aa8c0893 100644 --- a/samples/grids/grid/multi-column-headers-overview/src/CustomersData.ts +++ b/samples/grids/grid/multi-column-headers-overview/src/CustomersData.ts @@ -22,384 +22,33 @@ export class CustomersData extends Array { super(...items); } else { const newItems = [ - new CustomersDataItem( - { - ID: `ALFKI`, - Company: `Alfreds Futterkiste`, - ContactName: `Maria Anders`, - ContactTitle: `Sales Representative`, - Address: `Obere Str. 57`, - City: `Berlin`, - Region: `East`, - PostalCode: 12209, - Country: `Germany`, - Phone: `030-0074321`, - Fax: `030-0076545` - }), - new CustomersDataItem( - { - ID: `ANATR`, - Company: `Ana Trujillo Emparedados y helados`, - ContactName: `Ana Trujillo`, - ContactTitle: `Owner`, - Address: `Avda. de la Constitución 2222`, - City: `México D.F.`, - Region: `South`, - PostalCode: 5021, - Country: `Mexico`, - Phone: `(5) 555-4729`, - Fax: `(5) 555-3745` - }), - new CustomersDataItem( - { - ID: `ANTON`, - Company: `Antonio Moreno Taquería`, - ContactName: `Antonio Moreno`, - ContactTitle: `Owner`, - Address: `Mataderos 2312`, - City: `México D.F.`, - Region: `South`, - PostalCode: 5023, - Country: `Mexico`, - Phone: `(5) 555-3932`, - Fax: `(5) 555-3745` - }), - new CustomersDataItem( - { - ID: `AROUT`, - Company: `Around the Horn`, - ContactName: `Thomas Hardy`, - ContactTitle: `Sales Representative`, - Address: `120 Hanover Sq.`, - City: `London`, - Region: `East`, - PostalCode: 22000, - Country: `UK`, - Phone: `(171) 555-7788`, - Fax: `(171) 555-6750` - }), - new CustomersDataItem( - { - ID: `BERGS`, - Company: `Berglunds snabbköp`, - ContactName: `Christina Berglund`, - ContactTitle: `Order Administrator`, - Address: `Berguvsvägen 8`, - City: `Luleå`, - Region: `South`, - PostalCode: 17000, - Country: `Sweden`, - Phone: `0921-12 34 65`, - Fax: `0921-12 34 67` - }), - new CustomersDataItem( - { - ID: `BLAUS`, - Company: `Blauer See Delikatessen`, - ContactName: `Hanna Moos`, - ContactTitle: `Sales Representative`, - Address: `Forsterstr. 57`, - City: `Mannheim`, - Region: `East`, - PostalCode: 68306, - Country: `Germany`, - Phone: `0621-08460`, - Fax: `0621-08924` - }), - new CustomersDataItem( - { - ID: `BLONP`, - Company: `Blondesddsl père et fils`, - ContactName: `Frédérique Citeaux`, - ContactTitle: `Marketing Manager`, - Address: `24, place Kléber`, - City: `Strasbourg`, - Region: `East`, - PostalCode: 67000, - Country: `France`, - Phone: `88.60.15.31`, - Fax: `88.60.15.32` - }), - new CustomersDataItem( - { - ID: `BOLID`, - Company: `Bólido Comidas preparadas`, - ContactName: `Martín Sommer`, - ContactTitle: `Owner`, - Address: `C/ Araquil, 67`, - City: `Madrid`, - Region: `East`, - PostalCode: 28023, - Country: `Spain`, - Phone: `(91) 555 22 82`, - Fax: `(91) 555 91 99` - }), - new CustomersDataItem( - { - ID: `BONAP`, - Company: `Bon app'`, - ContactName: `Laurence Lebihan`, - ContactTitle: `Owner`, - Address: `12, rue des Bouchers`, - City: `Marseille`, - Region: `West`, - PostalCode: 13008, - Country: `France`, - Phone: `91.24.45.40`, - Fax: `91.24.45.41` - }), - new CustomersDataItem( - { - ID: `BOTTM`, - Company: `Bottom-Dollar Markets`, - ContactName: `Elizabeth Lincoln`, - ContactTitle: `Accounting Manager`, - Address: `23 Tsawassen Blvd.`, - City: `Tsawassen`, - Region: `BC`, - PostalCode: 28000, - Country: `Canada`, - Phone: `(604) 555-4729`, - Fax: `(604) 555-3745` - }), - new CustomersDataItem( - { - ID: `BSBEV`, - Company: `B's Beverages`, - ContactName: `Victoria Ashworth`, - ContactTitle: `Sales Representative`, - Address: `Fauntleroy Circus`, - City: `London`, - Region: `South`, - PostalCode: 10000, - Country: `UK`, - Phone: `(171) 555-1212`, - Fax: `(5) 555-3745` - }), - new CustomersDataItem( - { - ID: `CACTU`, - Company: `Cactus Comidas para llevar`, - ContactName: `Patricio Simpson`, - ContactTitle: `Sales Agent`, - Address: `Cerrito 333`, - City: `Buenos Aires`, - Region: `East`, - PostalCode: 1010, - Country: `Argentina`, - Phone: `(1) 135-5555`, - Fax: `(1) 135-4892` - }), - new CustomersDataItem( - { - ID: `CENTC`, - Company: `Centro comercial Moctezuma`, - ContactName: `Francisco Chang`, - ContactTitle: `Marketing Manager`, - Address: `Sierras de Granada 9993`, - City: `México D.F.`, - Region: `South`, - PostalCode: 5022, - Country: `Mexico`, - Phone: `(5) 555-3392`, - Fax: `(5) 555-7293` - }), - new CustomersDataItem( - { - ID: `CHOPS`, - Company: `Chop-suey Chinese`, - ContactName: `Yang Wang`, - ContactTitle: `Owner`, - Address: `Hauptstr. 29`, - City: `Bern`, - Region: `East`, - PostalCode: 3012, - Country: `Switzerland`, - Phone: `0452-076545`, - Fax: `(5) 555-3745` - }), - new CustomersDataItem( - { - ID: `COMMI`, - Company: `Comércio Mineiro`, - ContactName: `Pedro Afonso`, - ContactTitle: `Sales Associate`, - Address: `Av. dos Lusíadas, 23`, - City: `Sao Paulo`, - Region: `SP`, - PostalCode: 34000, - Country: `Brazil`, - Phone: `(11) 555-7647`, - Fax: `(5) 555-3745` - }), - new CustomersDataItem( - { - ID: `CONSH`, - Company: `Consolidated Holdings`, - ContactName: `Elizabeth Brown`, - ContactTitle: `Sales Representative`, - Address: `Berkeley Gardens 12 Brewery`, - City: `London`, - Region: `South`, - PostalCode: 27000, - Country: `UK`, - Phone: `(171) 555-2282`, - Fax: `(171) 555-9199` - }), - new CustomersDataItem( - { - ID: `DRACD`, - Company: `Drachenblut Delikatessen`, - ContactName: `Sven Ottlieb`, - ContactTitle: `Order Administrator`, - Address: `Walserweg 21`, - City: `Aachen`, - Region: `South`, - PostalCode: 52066, - Country: `Germany`, - Phone: `0241-039123`, - Fax: `0241-059428` - }), - new CustomersDataItem( - { - ID: `DUMON`, - Company: `Du monde entier`, - ContactName: `Janine Labrune`, - ContactTitle: `Owner`, - Address: `67, rue des Cinquante Otages`, - City: `Nantes`, - Region: `East`, - PostalCode: 44000, - Country: `France`, - Phone: `40.67.88.88`, - Fax: `40.67.89.89` - }), - new CustomersDataItem( - { - ID: `EASTC`, - Company: `Eastern Connection`, - ContactName: `Ann Devon`, - ContactTitle: `Sales Agent`, - Address: `35 King George`, - City: `London`, - Region: `East`, - PostalCode: 41000, - Country: `UK`, - Phone: `(171) 555-0297`, - Fax: `(171) 555-3373` - }), - new CustomersDataItem( - { - ID: `ERNSH`, - Company: `Ernst Handel`, - ContactName: `Roland Mendel`, - ContactTitle: `Sales Manager`, - Address: `Kirchgasse 6`, - City: `Graz`, - Region: `South`, - PostalCode: 8010, - Country: `Austria`, - Phone: `7675-3425`, - Fax: `7675-3426` - }), - new CustomersDataItem( - { - ID: `FAMIA`, - Company: `Familia Arquibaldo`, - ContactName: `Aria Cruz`, - ContactTitle: `Marketing Assistant`, - Address: `Rua Orós, 92`, - City: `Sao Paulo`, - Region: `SP`, - PostalCode: 27000, - Country: `Brazil`, - Phone: `(11) 555-9857`, - Fax: `(5) 555-3745` - }), - new CustomersDataItem( - { - ID: `FISSA`, - Company: `FISSA Fabrica Inter. Salchichas S.A.`, - ContactName: `Diego Roel`, - ContactTitle: `Accounting Manager`, - Address: `C/ Moralzarzal, 86`, - City: `Madrid`, - Region: `East`, - PostalCode: 28034, - Country: `Spain`, - Phone: `(91) 555 94 44`, - Fax: `(91) 555 55 93` - }), - new CustomersDataItem( - { - ID: `FOLIG`, - Company: `Folies gourmandes`, - ContactName: `Martine Rancé`, - ContactTitle: `Assistant Sales Agent`, - Address: `184, chaussée de Tournai`, - City: `Lille`, - Region: `South`, - PostalCode: 59000, - Country: `France`, - Phone: `20.16.10.16`, - Fax: `20.16.10.17` - }), - new CustomersDataItem( - { - ID: `FOLKO`, - Company: `Folk och fä HB`, - ContactName: `Maria Larsson`, - ContactTitle: `Owner`, - Address: `Åkergatan 24`, - City: `Bräcke`, - Region: `East`, - PostalCode: 36000, - Country: `Sweden`, - Phone: `0695-34 67 21`, - Fax: `0695 33-4455` - }), - new CustomersDataItem( - { - ID: `FRANK`, - Company: `Frankenversand`, - ContactName: `Peter Franken`, - ContactTitle: `Marketing Manager`, - Address: `Berliner Platz 43`, - City: `München`, - Region: `East`, - PostalCode: 80805, - Country: `Germany`, - Phone: `089-0877310`, - Fax: `089-0877451` - }), - new CustomersDataItem( - { - ID: `FRANR`, - Company: `France restauration`, - ContactName: `Carine Schmitt`, - ContactTitle: `Marketing Manager`, - Address: `54, rue Royale`, - City: `Nantes`, - Region: `South`, - PostalCode: 44000, - Country: `France`, - Phone: `40.32.21.21`, - Fax: `40.32.21.20` - }), - new CustomersDataItem( - { - ID: `FRANS`, - Company: `Franchi S.p.A.`, - ContactName: `Paolo Accorti`, - ContactTitle: `Sales Representative`, - Address: `Via Monte Bianco 34`, - City: `Torino`, - Region: `East`, - PostalCode: 10100, - Country: `Italy`, - Phone: `011-4988260`, - Fax: `011-4988261` - }), + new CustomersDataItem({ ID: `ALFKI`, Company: `Alfreds Futterkiste`, ContactName: `Maria Anders`, ContactTitle: `Sales Representative`, Address: `Obere Str. 57`, City: `Berlin`, Region: `East`, PostalCode: 12209, Country: `Germany`, Phone: `030-0074321`, Fax: `030-0076545` }), + new CustomersDataItem({ ID: `ANATR`, Company: `Ana Trujillo Emparedados y helados`, ContactName: `Ana Trujillo`, ContactTitle: `Owner`, Address: `Avda. de la Constitución 2222`, City: `México D.F.`, Region: `South`, PostalCode: 5021, Country: `Mexico`, Phone: `(5) 555-4729`, Fax: `(5) 555-3745` }), + new CustomersDataItem({ ID: `ANTON`, Company: `Antonio Moreno Taquería`, ContactName: `Antonio Moreno`, ContactTitle: `Owner`, Address: `Mataderos 2312`, City: `México D.F.`, Region: `South`, PostalCode: 5023, Country: `Mexico`, Phone: `(5) 555-3932`, Fax: `(5) 555-3745` }), + new CustomersDataItem({ ID: `AROUT`, Company: `Around the Horn`, ContactName: `Thomas Hardy`, ContactTitle: `Sales Representative`, Address: `120 Hanover Sq.`, City: `London`, Region: `East`, PostalCode: 22000, Country: `UK`, Phone: `(171) 555-7788`, Fax: `(171) 555-6750` }), + new CustomersDataItem({ ID: `BERGS`, Company: `Berglunds snabbköp`, ContactName: `Christina Berglund`, ContactTitle: `Order Administrator`, Address: `Berguvsvägen 8`, City: `Luleå`, Region: `South`, PostalCode: 17000, Country: `Sweden`, Phone: `0921-12 34 65`, Fax: `0921-12 34 67` }), + new CustomersDataItem({ ID: `BLAUS`, Company: `Blauer See Delikatessen`, ContactName: `Hanna Moos`, ContactTitle: `Sales Representative`, Address: `Forsterstr. 57`, City: `Mannheim`, Region: `East`, PostalCode: 68306, Country: `Germany`, Phone: `0621-08460`, Fax: `0621-08924` }), + new CustomersDataItem({ ID: `BLONP`, Company: `Blondesddsl père et fils`, ContactName: `Frédérique Citeaux`, ContactTitle: `Marketing Manager`, Address: `24, place Kléber`, City: `Strasbourg`, Region: `East`, PostalCode: 67000, Country: `France`, Phone: `88.60.15.31`, Fax: `88.60.15.32` }), + new CustomersDataItem({ ID: `BOLID`, Company: `Bólido Comidas preparadas`, ContactName: `Martín Sommer`, ContactTitle: `Owner`, Address: `C/ Araquil, 67`, City: `Madrid`, Region: `East`, PostalCode: 28023, Country: `Spain`, Phone: `(91) 555 22 82`, Fax: `(91) 555 91 99` }), + new CustomersDataItem({ ID: `BONAP`, Company: `Bon app'`, ContactName: `Laurence Lebihan`, ContactTitle: `Owner`, Address: `12, rue des Bouchers`, City: `Marseille`, Region: `West`, PostalCode: 13008, Country: `France`, Phone: `91.24.45.40`, Fax: `91.24.45.41` }), + new CustomersDataItem({ ID: `BOTTM`, Company: `Bottom-Dollar Markets`, ContactName: `Elizabeth Lincoln`, ContactTitle: `Accounting Manager`, Address: `23 Tsawassen Blvd.`, City: `Tsawassen`, Region: `BC`, PostalCode: 28000, Country: `Canada`, Phone: `(604) 555-4729`, Fax: `(604) 555-3745` }), + new CustomersDataItem({ ID: `BSBEV`, Company: `B's Beverages`, ContactName: `Victoria Ashworth`, ContactTitle: `Sales Representative`, Address: `Fauntleroy Circus`, City: `London`, Region: `South`, PostalCode: 10000, Country: `UK`, Phone: `(171) 555-1212`, Fax: `(5) 555-3745` }), + new CustomersDataItem({ ID: `CACTU`, Company: `Cactus Comidas para llevar`, ContactName: `Patricio Simpson`, ContactTitle: `Sales Agent`, Address: `Cerrito 333`, City: `Buenos Aires`, Region: `East`, PostalCode: 1010, Country: `Argentina`, Phone: `(1) 135-5555`, Fax: `(1) 135-4892` }), + new CustomersDataItem({ ID: `CENTC`, Company: `Centro comercial Moctezuma`, ContactName: `Francisco Chang`, ContactTitle: `Marketing Manager`, Address: `Sierras de Granada 9993`, City: `México D.F.`, Region: `South`, PostalCode: 5022, Country: `Mexico`, Phone: `(5) 555-3392`, Fax: `(5) 555-7293` }), + new CustomersDataItem({ ID: `CHOPS`, Company: `Chop-suey Chinese`, ContactName: `Yang Wang`, ContactTitle: `Owner`, Address: `Hauptstr. 29`, City: `Bern`, Region: `East`, PostalCode: 3012, Country: `Switzerland`, Phone: `0452-076545`, Fax: `(5) 555-3745` }), + new CustomersDataItem({ ID: `COMMI`, Company: `Comércio Mineiro`, ContactName: `Pedro Afonso`, ContactTitle: `Sales Associate`, Address: `Av. dos Lusíadas, 23`, City: `Sao Paulo`, Region: `SP`, PostalCode: 34000, Country: `Brazil`, Phone: `(11) 555-7647`, Fax: `(5) 555-3745` }), + new CustomersDataItem({ ID: `CONSH`, Company: `Consolidated Holdings`, ContactName: `Elizabeth Brown`, ContactTitle: `Sales Representative`, Address: `Berkeley Gardens 12 Brewery`, City: `London`, Region: `South`, PostalCode: 27000, Country: `UK`, Phone: `(171) 555-2282`, Fax: `(171) 555-9199` }), + new CustomersDataItem({ ID: `DRACD`, Company: `Drachenblut Delikatessen`, ContactName: `Sven Ottlieb`, ContactTitle: `Order Administrator`, Address: `Walserweg 21`, City: `Aachen`, Region: `South`, PostalCode: 52066, Country: `Germany`, Phone: `0241-039123`, Fax: `0241-059428` }), + new CustomersDataItem({ ID: `DUMON`, Company: `Du monde entier`, ContactName: `Janine Labrune`, ContactTitle: `Owner`, Address: `67, rue des Cinquante Otages`, City: `Nantes`, Region: `East`, PostalCode: 44000, Country: `France`, Phone: `40.67.88.88`, Fax: `40.67.89.89` }), + new CustomersDataItem({ ID: `EASTC`, Company: `Eastern Connection`, ContactName: `Ann Devon`, ContactTitle: `Sales Agent`, Address: `35 King George`, City: `London`, Region: `East`, PostalCode: 41000, Country: `UK`, Phone: `(171) 555-0297`, Fax: `(171) 555-3373` }), + new CustomersDataItem({ ID: `ERNSH`, Company: `Ernst Handel`, ContactName: `Roland Mendel`, ContactTitle: `Sales Manager`, Address: `Kirchgasse 6`, City: `Graz`, Region: `South`, PostalCode: 8010, Country: `Austria`, Phone: `7675-3425`, Fax: `7675-3426` }), + new CustomersDataItem({ ID: `FAMIA`, Company: `Familia Arquibaldo`, ContactName: `Aria Cruz`, ContactTitle: `Marketing Assistant`, Address: `Rua Orós, 92`, City: `Sao Paulo`, Region: `SP`, PostalCode: 27000, Country: `Brazil`, Phone: `(11) 555-9857`, Fax: `(5) 555-3745` }), + new CustomersDataItem({ ID: `FISSA`, Company: `FISSA Fabrica Inter. Salchichas S.A.`, ContactName: `Diego Roel`, ContactTitle: `Accounting Manager`, Address: `C/ Moralzarzal, 86`, City: `Madrid`, Region: `East`, PostalCode: 28034, Country: `Spain`, Phone: `(91) 555 94 44`, Fax: `(91) 555 55 93` }), + new CustomersDataItem({ ID: `FOLIG`, Company: `Folies gourmandes`, ContactName: `Martine Rancé`, ContactTitle: `Assistant Sales Agent`, Address: `184, chaussée de Tournai`, City: `Lille`, Region: `South`, PostalCode: 59000, Country: `France`, Phone: `20.16.10.16`, Fax: `20.16.10.17` }), + new CustomersDataItem({ ID: `FOLKO`, Company: `Folk och fä HB`, ContactName: `Maria Larsson`, ContactTitle: `Owner`, Address: `Åkergatan 24`, City: `Bräcke`, Region: `East`, PostalCode: 36000, Country: `Sweden`, Phone: `0695-34 67 21`, Fax: `0695 33-4455` }), + new CustomersDataItem({ ID: `FRANK`, Company: `Frankenversand`, ContactName: `Peter Franken`, ContactTitle: `Marketing Manager`, Address: `Berliner Platz 43`, City: `München`, Region: `East`, PostalCode: 80805, Country: `Germany`, Phone: `089-0877310`, Fax: `089-0877451` }), + new CustomersDataItem({ ID: `FRANR`, Company: `France restauration`, ContactName: `Carine Schmitt`, ContactTitle: `Marketing Manager`, Address: `54, rue Royale`, City: `Nantes`, Region: `South`, PostalCode: 44000, Country: `France`, Phone: `40.32.21.21`, Fax: `40.32.21.20` }), + new CustomersDataItem({ ID: `FRANS`, Company: `Franchi S.p.A.`, ContactName: `Paolo Accorti`, ContactTitle: `Sales Representative`, Address: `Via Monte Bianco 34`, City: `Torino`, Region: `East`, PostalCode: 10100, Country: `Italy`, Phone: `011-4988260`, Fax: `011-4988261` }), ]; super(...newItems.slice(0)); } diff --git a/samples/grids/grid/multi-column-headers-styling/src/CustomersData.ts b/samples/grids/grid/multi-column-headers-styling/src/CustomersData.ts index 8f4140d2b9..f9aa8c0893 100644 --- a/samples/grids/grid/multi-column-headers-styling/src/CustomersData.ts +++ b/samples/grids/grid/multi-column-headers-styling/src/CustomersData.ts @@ -22,384 +22,33 @@ export class CustomersData extends Array { super(...items); } else { const newItems = [ - new CustomersDataItem( - { - ID: `ALFKI`, - Company: `Alfreds Futterkiste`, - ContactName: `Maria Anders`, - ContactTitle: `Sales Representative`, - Address: `Obere Str. 57`, - City: `Berlin`, - Region: `East`, - PostalCode: 12209, - Country: `Germany`, - Phone: `030-0074321`, - Fax: `030-0076545` - }), - new CustomersDataItem( - { - ID: `ANATR`, - Company: `Ana Trujillo Emparedados y helados`, - ContactName: `Ana Trujillo`, - ContactTitle: `Owner`, - Address: `Avda. de la Constitución 2222`, - City: `México D.F.`, - Region: `South`, - PostalCode: 5021, - Country: `Mexico`, - Phone: `(5) 555-4729`, - Fax: `(5) 555-3745` - }), - new CustomersDataItem( - { - ID: `ANTON`, - Company: `Antonio Moreno Taquería`, - ContactName: `Antonio Moreno`, - ContactTitle: `Owner`, - Address: `Mataderos 2312`, - City: `México D.F.`, - Region: `South`, - PostalCode: 5023, - Country: `Mexico`, - Phone: `(5) 555-3932`, - Fax: `(5) 555-3745` - }), - new CustomersDataItem( - { - ID: `AROUT`, - Company: `Around the Horn`, - ContactName: `Thomas Hardy`, - ContactTitle: `Sales Representative`, - Address: `120 Hanover Sq.`, - City: `London`, - Region: `East`, - PostalCode: 22000, - Country: `UK`, - Phone: `(171) 555-7788`, - Fax: `(171) 555-6750` - }), - new CustomersDataItem( - { - ID: `BERGS`, - Company: `Berglunds snabbköp`, - ContactName: `Christina Berglund`, - ContactTitle: `Order Administrator`, - Address: `Berguvsvägen 8`, - City: `Luleå`, - Region: `South`, - PostalCode: 17000, - Country: `Sweden`, - Phone: `0921-12 34 65`, - Fax: `0921-12 34 67` - }), - new CustomersDataItem( - { - ID: `BLAUS`, - Company: `Blauer See Delikatessen`, - ContactName: `Hanna Moos`, - ContactTitle: `Sales Representative`, - Address: `Forsterstr. 57`, - City: `Mannheim`, - Region: `East`, - PostalCode: 68306, - Country: `Germany`, - Phone: `0621-08460`, - Fax: `0621-08924` - }), - new CustomersDataItem( - { - ID: `BLONP`, - Company: `Blondesddsl père et fils`, - ContactName: `Frédérique Citeaux`, - ContactTitle: `Marketing Manager`, - Address: `24, place Kléber`, - City: `Strasbourg`, - Region: `East`, - PostalCode: 67000, - Country: `France`, - Phone: `88.60.15.31`, - Fax: `88.60.15.32` - }), - new CustomersDataItem( - { - ID: `BOLID`, - Company: `Bólido Comidas preparadas`, - ContactName: `Martín Sommer`, - ContactTitle: `Owner`, - Address: `C/ Araquil, 67`, - City: `Madrid`, - Region: `East`, - PostalCode: 28023, - Country: `Spain`, - Phone: `(91) 555 22 82`, - Fax: `(91) 555 91 99` - }), - new CustomersDataItem( - { - ID: `BONAP`, - Company: `Bon app'`, - ContactName: `Laurence Lebihan`, - ContactTitle: `Owner`, - Address: `12, rue des Bouchers`, - City: `Marseille`, - Region: `West`, - PostalCode: 13008, - Country: `France`, - Phone: `91.24.45.40`, - Fax: `91.24.45.41` - }), - new CustomersDataItem( - { - ID: `BOTTM`, - Company: `Bottom-Dollar Markets`, - ContactName: `Elizabeth Lincoln`, - ContactTitle: `Accounting Manager`, - Address: `23 Tsawassen Blvd.`, - City: `Tsawassen`, - Region: `BC`, - PostalCode: 28000, - Country: `Canada`, - Phone: `(604) 555-4729`, - Fax: `(604) 555-3745` - }), - new CustomersDataItem( - { - ID: `BSBEV`, - Company: `B's Beverages`, - ContactName: `Victoria Ashworth`, - ContactTitle: `Sales Representative`, - Address: `Fauntleroy Circus`, - City: `London`, - Region: `South`, - PostalCode: 10000, - Country: `UK`, - Phone: `(171) 555-1212`, - Fax: `(5) 555-3745` - }), - new CustomersDataItem( - { - ID: `CACTU`, - Company: `Cactus Comidas para llevar`, - ContactName: `Patricio Simpson`, - ContactTitle: `Sales Agent`, - Address: `Cerrito 333`, - City: `Buenos Aires`, - Region: `East`, - PostalCode: 1010, - Country: `Argentina`, - Phone: `(1) 135-5555`, - Fax: `(1) 135-4892` - }), - new CustomersDataItem( - { - ID: `CENTC`, - Company: `Centro comercial Moctezuma`, - ContactName: `Francisco Chang`, - ContactTitle: `Marketing Manager`, - Address: `Sierras de Granada 9993`, - City: `México D.F.`, - Region: `South`, - PostalCode: 5022, - Country: `Mexico`, - Phone: `(5) 555-3392`, - Fax: `(5) 555-7293` - }), - new CustomersDataItem( - { - ID: `CHOPS`, - Company: `Chop-suey Chinese`, - ContactName: `Yang Wang`, - ContactTitle: `Owner`, - Address: `Hauptstr. 29`, - City: `Bern`, - Region: `East`, - PostalCode: 3012, - Country: `Switzerland`, - Phone: `0452-076545`, - Fax: `(5) 555-3745` - }), - new CustomersDataItem( - { - ID: `COMMI`, - Company: `Comércio Mineiro`, - ContactName: `Pedro Afonso`, - ContactTitle: `Sales Associate`, - Address: `Av. dos Lusíadas, 23`, - City: `Sao Paulo`, - Region: `SP`, - PostalCode: 34000, - Country: `Brazil`, - Phone: `(11) 555-7647`, - Fax: `(5) 555-3745` - }), - new CustomersDataItem( - { - ID: `CONSH`, - Company: `Consolidated Holdings`, - ContactName: `Elizabeth Brown`, - ContactTitle: `Sales Representative`, - Address: `Berkeley Gardens 12 Brewery`, - City: `London`, - Region: `South`, - PostalCode: 27000, - Country: `UK`, - Phone: `(171) 555-2282`, - Fax: `(171) 555-9199` - }), - new CustomersDataItem( - { - ID: `DRACD`, - Company: `Drachenblut Delikatessen`, - ContactName: `Sven Ottlieb`, - ContactTitle: `Order Administrator`, - Address: `Walserweg 21`, - City: `Aachen`, - Region: `South`, - PostalCode: 52066, - Country: `Germany`, - Phone: `0241-039123`, - Fax: `0241-059428` - }), - new CustomersDataItem( - { - ID: `DUMON`, - Company: `Du monde entier`, - ContactName: `Janine Labrune`, - ContactTitle: `Owner`, - Address: `67, rue des Cinquante Otages`, - City: `Nantes`, - Region: `East`, - PostalCode: 44000, - Country: `France`, - Phone: `40.67.88.88`, - Fax: `40.67.89.89` - }), - new CustomersDataItem( - { - ID: `EASTC`, - Company: `Eastern Connection`, - ContactName: `Ann Devon`, - ContactTitle: `Sales Agent`, - Address: `35 King George`, - City: `London`, - Region: `East`, - PostalCode: 41000, - Country: `UK`, - Phone: `(171) 555-0297`, - Fax: `(171) 555-3373` - }), - new CustomersDataItem( - { - ID: `ERNSH`, - Company: `Ernst Handel`, - ContactName: `Roland Mendel`, - ContactTitle: `Sales Manager`, - Address: `Kirchgasse 6`, - City: `Graz`, - Region: `South`, - PostalCode: 8010, - Country: `Austria`, - Phone: `7675-3425`, - Fax: `7675-3426` - }), - new CustomersDataItem( - { - ID: `FAMIA`, - Company: `Familia Arquibaldo`, - ContactName: `Aria Cruz`, - ContactTitle: `Marketing Assistant`, - Address: `Rua Orós, 92`, - City: `Sao Paulo`, - Region: `SP`, - PostalCode: 27000, - Country: `Brazil`, - Phone: `(11) 555-9857`, - Fax: `(5) 555-3745` - }), - new CustomersDataItem( - { - ID: `FISSA`, - Company: `FISSA Fabrica Inter. Salchichas S.A.`, - ContactName: `Diego Roel`, - ContactTitle: `Accounting Manager`, - Address: `C/ Moralzarzal, 86`, - City: `Madrid`, - Region: `East`, - PostalCode: 28034, - Country: `Spain`, - Phone: `(91) 555 94 44`, - Fax: `(91) 555 55 93` - }), - new CustomersDataItem( - { - ID: `FOLIG`, - Company: `Folies gourmandes`, - ContactName: `Martine Rancé`, - ContactTitle: `Assistant Sales Agent`, - Address: `184, chaussée de Tournai`, - City: `Lille`, - Region: `South`, - PostalCode: 59000, - Country: `France`, - Phone: `20.16.10.16`, - Fax: `20.16.10.17` - }), - new CustomersDataItem( - { - ID: `FOLKO`, - Company: `Folk och fä HB`, - ContactName: `Maria Larsson`, - ContactTitle: `Owner`, - Address: `Åkergatan 24`, - City: `Bräcke`, - Region: `East`, - PostalCode: 36000, - Country: `Sweden`, - Phone: `0695-34 67 21`, - Fax: `0695 33-4455` - }), - new CustomersDataItem( - { - ID: `FRANK`, - Company: `Frankenversand`, - ContactName: `Peter Franken`, - ContactTitle: `Marketing Manager`, - Address: `Berliner Platz 43`, - City: `München`, - Region: `East`, - PostalCode: 80805, - Country: `Germany`, - Phone: `089-0877310`, - Fax: `089-0877451` - }), - new CustomersDataItem( - { - ID: `FRANR`, - Company: `France restauration`, - ContactName: `Carine Schmitt`, - ContactTitle: `Marketing Manager`, - Address: `54, rue Royale`, - City: `Nantes`, - Region: `South`, - PostalCode: 44000, - Country: `France`, - Phone: `40.32.21.21`, - Fax: `40.32.21.20` - }), - new CustomersDataItem( - { - ID: `FRANS`, - Company: `Franchi S.p.A.`, - ContactName: `Paolo Accorti`, - ContactTitle: `Sales Representative`, - Address: `Via Monte Bianco 34`, - City: `Torino`, - Region: `East`, - PostalCode: 10100, - Country: `Italy`, - Phone: `011-4988260`, - Fax: `011-4988261` - }), + new CustomersDataItem({ ID: `ALFKI`, Company: `Alfreds Futterkiste`, ContactName: `Maria Anders`, ContactTitle: `Sales Representative`, Address: `Obere Str. 57`, City: `Berlin`, Region: `East`, PostalCode: 12209, Country: `Germany`, Phone: `030-0074321`, Fax: `030-0076545` }), + new CustomersDataItem({ ID: `ANATR`, Company: `Ana Trujillo Emparedados y helados`, ContactName: `Ana Trujillo`, ContactTitle: `Owner`, Address: `Avda. de la Constitución 2222`, City: `México D.F.`, Region: `South`, PostalCode: 5021, Country: `Mexico`, Phone: `(5) 555-4729`, Fax: `(5) 555-3745` }), + new CustomersDataItem({ ID: `ANTON`, Company: `Antonio Moreno Taquería`, ContactName: `Antonio Moreno`, ContactTitle: `Owner`, Address: `Mataderos 2312`, City: `México D.F.`, Region: `South`, PostalCode: 5023, Country: `Mexico`, Phone: `(5) 555-3932`, Fax: `(5) 555-3745` }), + new CustomersDataItem({ ID: `AROUT`, Company: `Around the Horn`, ContactName: `Thomas Hardy`, ContactTitle: `Sales Representative`, Address: `120 Hanover Sq.`, City: `London`, Region: `East`, PostalCode: 22000, Country: `UK`, Phone: `(171) 555-7788`, Fax: `(171) 555-6750` }), + new CustomersDataItem({ ID: `BERGS`, Company: `Berglunds snabbköp`, ContactName: `Christina Berglund`, ContactTitle: `Order Administrator`, Address: `Berguvsvägen 8`, City: `Luleå`, Region: `South`, PostalCode: 17000, Country: `Sweden`, Phone: `0921-12 34 65`, Fax: `0921-12 34 67` }), + new CustomersDataItem({ ID: `BLAUS`, Company: `Blauer See Delikatessen`, ContactName: `Hanna Moos`, ContactTitle: `Sales Representative`, Address: `Forsterstr. 57`, City: `Mannheim`, Region: `East`, PostalCode: 68306, Country: `Germany`, Phone: `0621-08460`, Fax: `0621-08924` }), + new CustomersDataItem({ ID: `BLONP`, Company: `Blondesddsl père et fils`, ContactName: `Frédérique Citeaux`, ContactTitle: `Marketing Manager`, Address: `24, place Kléber`, City: `Strasbourg`, Region: `East`, PostalCode: 67000, Country: `France`, Phone: `88.60.15.31`, Fax: `88.60.15.32` }), + new CustomersDataItem({ ID: `BOLID`, Company: `Bólido Comidas preparadas`, ContactName: `Martín Sommer`, ContactTitle: `Owner`, Address: `C/ Araquil, 67`, City: `Madrid`, Region: `East`, PostalCode: 28023, Country: `Spain`, Phone: `(91) 555 22 82`, Fax: `(91) 555 91 99` }), + new CustomersDataItem({ ID: `BONAP`, Company: `Bon app'`, ContactName: `Laurence Lebihan`, ContactTitle: `Owner`, Address: `12, rue des Bouchers`, City: `Marseille`, Region: `West`, PostalCode: 13008, Country: `France`, Phone: `91.24.45.40`, Fax: `91.24.45.41` }), + new CustomersDataItem({ ID: `BOTTM`, Company: `Bottom-Dollar Markets`, ContactName: `Elizabeth Lincoln`, ContactTitle: `Accounting Manager`, Address: `23 Tsawassen Blvd.`, City: `Tsawassen`, Region: `BC`, PostalCode: 28000, Country: `Canada`, Phone: `(604) 555-4729`, Fax: `(604) 555-3745` }), + new CustomersDataItem({ ID: `BSBEV`, Company: `B's Beverages`, ContactName: `Victoria Ashworth`, ContactTitle: `Sales Representative`, Address: `Fauntleroy Circus`, City: `London`, Region: `South`, PostalCode: 10000, Country: `UK`, Phone: `(171) 555-1212`, Fax: `(5) 555-3745` }), + new CustomersDataItem({ ID: `CACTU`, Company: `Cactus Comidas para llevar`, ContactName: `Patricio Simpson`, ContactTitle: `Sales Agent`, Address: `Cerrito 333`, City: `Buenos Aires`, Region: `East`, PostalCode: 1010, Country: `Argentina`, Phone: `(1) 135-5555`, Fax: `(1) 135-4892` }), + new CustomersDataItem({ ID: `CENTC`, Company: `Centro comercial Moctezuma`, ContactName: `Francisco Chang`, ContactTitle: `Marketing Manager`, Address: `Sierras de Granada 9993`, City: `México D.F.`, Region: `South`, PostalCode: 5022, Country: `Mexico`, Phone: `(5) 555-3392`, Fax: `(5) 555-7293` }), + new CustomersDataItem({ ID: `CHOPS`, Company: `Chop-suey Chinese`, ContactName: `Yang Wang`, ContactTitle: `Owner`, Address: `Hauptstr. 29`, City: `Bern`, Region: `East`, PostalCode: 3012, Country: `Switzerland`, Phone: `0452-076545`, Fax: `(5) 555-3745` }), + new CustomersDataItem({ ID: `COMMI`, Company: `Comércio Mineiro`, ContactName: `Pedro Afonso`, ContactTitle: `Sales Associate`, Address: `Av. dos Lusíadas, 23`, City: `Sao Paulo`, Region: `SP`, PostalCode: 34000, Country: `Brazil`, Phone: `(11) 555-7647`, Fax: `(5) 555-3745` }), + new CustomersDataItem({ ID: `CONSH`, Company: `Consolidated Holdings`, ContactName: `Elizabeth Brown`, ContactTitle: `Sales Representative`, Address: `Berkeley Gardens 12 Brewery`, City: `London`, Region: `South`, PostalCode: 27000, Country: `UK`, Phone: `(171) 555-2282`, Fax: `(171) 555-9199` }), + new CustomersDataItem({ ID: `DRACD`, Company: `Drachenblut Delikatessen`, ContactName: `Sven Ottlieb`, ContactTitle: `Order Administrator`, Address: `Walserweg 21`, City: `Aachen`, Region: `South`, PostalCode: 52066, Country: `Germany`, Phone: `0241-039123`, Fax: `0241-059428` }), + new CustomersDataItem({ ID: `DUMON`, Company: `Du monde entier`, ContactName: `Janine Labrune`, ContactTitle: `Owner`, Address: `67, rue des Cinquante Otages`, City: `Nantes`, Region: `East`, PostalCode: 44000, Country: `France`, Phone: `40.67.88.88`, Fax: `40.67.89.89` }), + new CustomersDataItem({ ID: `EASTC`, Company: `Eastern Connection`, ContactName: `Ann Devon`, ContactTitle: `Sales Agent`, Address: `35 King George`, City: `London`, Region: `East`, PostalCode: 41000, Country: `UK`, Phone: `(171) 555-0297`, Fax: `(171) 555-3373` }), + new CustomersDataItem({ ID: `ERNSH`, Company: `Ernst Handel`, ContactName: `Roland Mendel`, ContactTitle: `Sales Manager`, Address: `Kirchgasse 6`, City: `Graz`, Region: `South`, PostalCode: 8010, Country: `Austria`, Phone: `7675-3425`, Fax: `7675-3426` }), + new CustomersDataItem({ ID: `FAMIA`, Company: `Familia Arquibaldo`, ContactName: `Aria Cruz`, ContactTitle: `Marketing Assistant`, Address: `Rua Orós, 92`, City: `Sao Paulo`, Region: `SP`, PostalCode: 27000, Country: `Brazil`, Phone: `(11) 555-9857`, Fax: `(5) 555-3745` }), + new CustomersDataItem({ ID: `FISSA`, Company: `FISSA Fabrica Inter. Salchichas S.A.`, ContactName: `Diego Roel`, ContactTitle: `Accounting Manager`, Address: `C/ Moralzarzal, 86`, City: `Madrid`, Region: `East`, PostalCode: 28034, Country: `Spain`, Phone: `(91) 555 94 44`, Fax: `(91) 555 55 93` }), + new CustomersDataItem({ ID: `FOLIG`, Company: `Folies gourmandes`, ContactName: `Martine Rancé`, ContactTitle: `Assistant Sales Agent`, Address: `184, chaussée de Tournai`, City: `Lille`, Region: `South`, PostalCode: 59000, Country: `France`, Phone: `20.16.10.16`, Fax: `20.16.10.17` }), + new CustomersDataItem({ ID: `FOLKO`, Company: `Folk och fä HB`, ContactName: `Maria Larsson`, ContactTitle: `Owner`, Address: `Åkergatan 24`, City: `Bräcke`, Region: `East`, PostalCode: 36000, Country: `Sweden`, Phone: `0695-34 67 21`, Fax: `0695 33-4455` }), + new CustomersDataItem({ ID: `FRANK`, Company: `Frankenversand`, ContactName: `Peter Franken`, ContactTitle: `Marketing Manager`, Address: `Berliner Platz 43`, City: `München`, Region: `East`, PostalCode: 80805, Country: `Germany`, Phone: `089-0877310`, Fax: `089-0877451` }), + new CustomersDataItem({ ID: `FRANR`, Company: `France restauration`, ContactName: `Carine Schmitt`, ContactTitle: `Marketing Manager`, Address: `54, rue Royale`, City: `Nantes`, Region: `South`, PostalCode: 44000, Country: `France`, Phone: `40.32.21.21`, Fax: `40.32.21.20` }), + new CustomersDataItem({ ID: `FRANS`, Company: `Franchi S.p.A.`, ContactName: `Paolo Accorti`, ContactTitle: `Sales Representative`, Address: `Via Monte Bianco 34`, City: `Torino`, Region: `East`, PostalCode: 10100, Country: `Italy`, Phone: `011-4988260`, Fax: `011-4988261` }), ]; super(...newItems.slice(0)); } diff --git a/samples/grids/grid/multi-column-headers-template/src/CustomersData.ts b/samples/grids/grid/multi-column-headers-template/src/CustomersData.ts index 8f4140d2b9..f9aa8c0893 100644 --- a/samples/grids/grid/multi-column-headers-template/src/CustomersData.ts +++ b/samples/grids/grid/multi-column-headers-template/src/CustomersData.ts @@ -22,384 +22,33 @@ export class CustomersData extends Array { super(...items); } else { const newItems = [ - new CustomersDataItem( - { - ID: `ALFKI`, - Company: `Alfreds Futterkiste`, - ContactName: `Maria Anders`, - ContactTitle: `Sales Representative`, - Address: `Obere Str. 57`, - City: `Berlin`, - Region: `East`, - PostalCode: 12209, - Country: `Germany`, - Phone: `030-0074321`, - Fax: `030-0076545` - }), - new CustomersDataItem( - { - ID: `ANATR`, - Company: `Ana Trujillo Emparedados y helados`, - ContactName: `Ana Trujillo`, - ContactTitle: `Owner`, - Address: `Avda. de la Constitución 2222`, - City: `México D.F.`, - Region: `South`, - PostalCode: 5021, - Country: `Mexico`, - Phone: `(5) 555-4729`, - Fax: `(5) 555-3745` - }), - new CustomersDataItem( - { - ID: `ANTON`, - Company: `Antonio Moreno Taquería`, - ContactName: `Antonio Moreno`, - ContactTitle: `Owner`, - Address: `Mataderos 2312`, - City: `México D.F.`, - Region: `South`, - PostalCode: 5023, - Country: `Mexico`, - Phone: `(5) 555-3932`, - Fax: `(5) 555-3745` - }), - new CustomersDataItem( - { - ID: `AROUT`, - Company: `Around the Horn`, - ContactName: `Thomas Hardy`, - ContactTitle: `Sales Representative`, - Address: `120 Hanover Sq.`, - City: `London`, - Region: `East`, - PostalCode: 22000, - Country: `UK`, - Phone: `(171) 555-7788`, - Fax: `(171) 555-6750` - }), - new CustomersDataItem( - { - ID: `BERGS`, - Company: `Berglunds snabbköp`, - ContactName: `Christina Berglund`, - ContactTitle: `Order Administrator`, - Address: `Berguvsvägen 8`, - City: `Luleå`, - Region: `South`, - PostalCode: 17000, - Country: `Sweden`, - Phone: `0921-12 34 65`, - Fax: `0921-12 34 67` - }), - new CustomersDataItem( - { - ID: `BLAUS`, - Company: `Blauer See Delikatessen`, - ContactName: `Hanna Moos`, - ContactTitle: `Sales Representative`, - Address: `Forsterstr. 57`, - City: `Mannheim`, - Region: `East`, - PostalCode: 68306, - Country: `Germany`, - Phone: `0621-08460`, - Fax: `0621-08924` - }), - new CustomersDataItem( - { - ID: `BLONP`, - Company: `Blondesddsl père et fils`, - ContactName: `Frédérique Citeaux`, - ContactTitle: `Marketing Manager`, - Address: `24, place Kléber`, - City: `Strasbourg`, - Region: `East`, - PostalCode: 67000, - Country: `France`, - Phone: `88.60.15.31`, - Fax: `88.60.15.32` - }), - new CustomersDataItem( - { - ID: `BOLID`, - Company: `Bólido Comidas preparadas`, - ContactName: `Martín Sommer`, - ContactTitle: `Owner`, - Address: `C/ Araquil, 67`, - City: `Madrid`, - Region: `East`, - PostalCode: 28023, - Country: `Spain`, - Phone: `(91) 555 22 82`, - Fax: `(91) 555 91 99` - }), - new CustomersDataItem( - { - ID: `BONAP`, - Company: `Bon app'`, - ContactName: `Laurence Lebihan`, - ContactTitle: `Owner`, - Address: `12, rue des Bouchers`, - City: `Marseille`, - Region: `West`, - PostalCode: 13008, - Country: `France`, - Phone: `91.24.45.40`, - Fax: `91.24.45.41` - }), - new CustomersDataItem( - { - ID: `BOTTM`, - Company: `Bottom-Dollar Markets`, - ContactName: `Elizabeth Lincoln`, - ContactTitle: `Accounting Manager`, - Address: `23 Tsawassen Blvd.`, - City: `Tsawassen`, - Region: `BC`, - PostalCode: 28000, - Country: `Canada`, - Phone: `(604) 555-4729`, - Fax: `(604) 555-3745` - }), - new CustomersDataItem( - { - ID: `BSBEV`, - Company: `B's Beverages`, - ContactName: `Victoria Ashworth`, - ContactTitle: `Sales Representative`, - Address: `Fauntleroy Circus`, - City: `London`, - Region: `South`, - PostalCode: 10000, - Country: `UK`, - Phone: `(171) 555-1212`, - Fax: `(5) 555-3745` - }), - new CustomersDataItem( - { - ID: `CACTU`, - Company: `Cactus Comidas para llevar`, - ContactName: `Patricio Simpson`, - ContactTitle: `Sales Agent`, - Address: `Cerrito 333`, - City: `Buenos Aires`, - Region: `East`, - PostalCode: 1010, - Country: `Argentina`, - Phone: `(1) 135-5555`, - Fax: `(1) 135-4892` - }), - new CustomersDataItem( - { - ID: `CENTC`, - Company: `Centro comercial Moctezuma`, - ContactName: `Francisco Chang`, - ContactTitle: `Marketing Manager`, - Address: `Sierras de Granada 9993`, - City: `México D.F.`, - Region: `South`, - PostalCode: 5022, - Country: `Mexico`, - Phone: `(5) 555-3392`, - Fax: `(5) 555-7293` - }), - new CustomersDataItem( - { - ID: `CHOPS`, - Company: `Chop-suey Chinese`, - ContactName: `Yang Wang`, - ContactTitle: `Owner`, - Address: `Hauptstr. 29`, - City: `Bern`, - Region: `East`, - PostalCode: 3012, - Country: `Switzerland`, - Phone: `0452-076545`, - Fax: `(5) 555-3745` - }), - new CustomersDataItem( - { - ID: `COMMI`, - Company: `Comércio Mineiro`, - ContactName: `Pedro Afonso`, - ContactTitle: `Sales Associate`, - Address: `Av. dos Lusíadas, 23`, - City: `Sao Paulo`, - Region: `SP`, - PostalCode: 34000, - Country: `Brazil`, - Phone: `(11) 555-7647`, - Fax: `(5) 555-3745` - }), - new CustomersDataItem( - { - ID: `CONSH`, - Company: `Consolidated Holdings`, - ContactName: `Elizabeth Brown`, - ContactTitle: `Sales Representative`, - Address: `Berkeley Gardens 12 Brewery`, - City: `London`, - Region: `South`, - PostalCode: 27000, - Country: `UK`, - Phone: `(171) 555-2282`, - Fax: `(171) 555-9199` - }), - new CustomersDataItem( - { - ID: `DRACD`, - Company: `Drachenblut Delikatessen`, - ContactName: `Sven Ottlieb`, - ContactTitle: `Order Administrator`, - Address: `Walserweg 21`, - City: `Aachen`, - Region: `South`, - PostalCode: 52066, - Country: `Germany`, - Phone: `0241-039123`, - Fax: `0241-059428` - }), - new CustomersDataItem( - { - ID: `DUMON`, - Company: `Du monde entier`, - ContactName: `Janine Labrune`, - ContactTitle: `Owner`, - Address: `67, rue des Cinquante Otages`, - City: `Nantes`, - Region: `East`, - PostalCode: 44000, - Country: `France`, - Phone: `40.67.88.88`, - Fax: `40.67.89.89` - }), - new CustomersDataItem( - { - ID: `EASTC`, - Company: `Eastern Connection`, - ContactName: `Ann Devon`, - ContactTitle: `Sales Agent`, - Address: `35 King George`, - City: `London`, - Region: `East`, - PostalCode: 41000, - Country: `UK`, - Phone: `(171) 555-0297`, - Fax: `(171) 555-3373` - }), - new CustomersDataItem( - { - ID: `ERNSH`, - Company: `Ernst Handel`, - ContactName: `Roland Mendel`, - ContactTitle: `Sales Manager`, - Address: `Kirchgasse 6`, - City: `Graz`, - Region: `South`, - PostalCode: 8010, - Country: `Austria`, - Phone: `7675-3425`, - Fax: `7675-3426` - }), - new CustomersDataItem( - { - ID: `FAMIA`, - Company: `Familia Arquibaldo`, - ContactName: `Aria Cruz`, - ContactTitle: `Marketing Assistant`, - Address: `Rua Orós, 92`, - City: `Sao Paulo`, - Region: `SP`, - PostalCode: 27000, - Country: `Brazil`, - Phone: `(11) 555-9857`, - Fax: `(5) 555-3745` - }), - new CustomersDataItem( - { - ID: `FISSA`, - Company: `FISSA Fabrica Inter. Salchichas S.A.`, - ContactName: `Diego Roel`, - ContactTitle: `Accounting Manager`, - Address: `C/ Moralzarzal, 86`, - City: `Madrid`, - Region: `East`, - PostalCode: 28034, - Country: `Spain`, - Phone: `(91) 555 94 44`, - Fax: `(91) 555 55 93` - }), - new CustomersDataItem( - { - ID: `FOLIG`, - Company: `Folies gourmandes`, - ContactName: `Martine Rancé`, - ContactTitle: `Assistant Sales Agent`, - Address: `184, chaussée de Tournai`, - City: `Lille`, - Region: `South`, - PostalCode: 59000, - Country: `France`, - Phone: `20.16.10.16`, - Fax: `20.16.10.17` - }), - new CustomersDataItem( - { - ID: `FOLKO`, - Company: `Folk och fä HB`, - ContactName: `Maria Larsson`, - ContactTitle: `Owner`, - Address: `Åkergatan 24`, - City: `Bräcke`, - Region: `East`, - PostalCode: 36000, - Country: `Sweden`, - Phone: `0695-34 67 21`, - Fax: `0695 33-4455` - }), - new CustomersDataItem( - { - ID: `FRANK`, - Company: `Frankenversand`, - ContactName: `Peter Franken`, - ContactTitle: `Marketing Manager`, - Address: `Berliner Platz 43`, - City: `München`, - Region: `East`, - PostalCode: 80805, - Country: `Germany`, - Phone: `089-0877310`, - Fax: `089-0877451` - }), - new CustomersDataItem( - { - ID: `FRANR`, - Company: `France restauration`, - ContactName: `Carine Schmitt`, - ContactTitle: `Marketing Manager`, - Address: `54, rue Royale`, - City: `Nantes`, - Region: `South`, - PostalCode: 44000, - Country: `France`, - Phone: `40.32.21.21`, - Fax: `40.32.21.20` - }), - new CustomersDataItem( - { - ID: `FRANS`, - Company: `Franchi S.p.A.`, - ContactName: `Paolo Accorti`, - ContactTitle: `Sales Representative`, - Address: `Via Monte Bianco 34`, - City: `Torino`, - Region: `East`, - PostalCode: 10100, - Country: `Italy`, - Phone: `011-4988260`, - Fax: `011-4988261` - }), + new CustomersDataItem({ ID: `ALFKI`, Company: `Alfreds Futterkiste`, ContactName: `Maria Anders`, ContactTitle: `Sales Representative`, Address: `Obere Str. 57`, City: `Berlin`, Region: `East`, PostalCode: 12209, Country: `Germany`, Phone: `030-0074321`, Fax: `030-0076545` }), + new CustomersDataItem({ ID: `ANATR`, Company: `Ana Trujillo Emparedados y helados`, ContactName: `Ana Trujillo`, ContactTitle: `Owner`, Address: `Avda. de la Constitución 2222`, City: `México D.F.`, Region: `South`, PostalCode: 5021, Country: `Mexico`, Phone: `(5) 555-4729`, Fax: `(5) 555-3745` }), + new CustomersDataItem({ ID: `ANTON`, Company: `Antonio Moreno Taquería`, ContactName: `Antonio Moreno`, ContactTitle: `Owner`, Address: `Mataderos 2312`, City: `México D.F.`, Region: `South`, PostalCode: 5023, Country: `Mexico`, Phone: `(5) 555-3932`, Fax: `(5) 555-3745` }), + new CustomersDataItem({ ID: `AROUT`, Company: `Around the Horn`, ContactName: `Thomas Hardy`, ContactTitle: `Sales Representative`, Address: `120 Hanover Sq.`, City: `London`, Region: `East`, PostalCode: 22000, Country: `UK`, Phone: `(171) 555-7788`, Fax: `(171) 555-6750` }), + new CustomersDataItem({ ID: `BERGS`, Company: `Berglunds snabbköp`, ContactName: `Christina Berglund`, ContactTitle: `Order Administrator`, Address: `Berguvsvägen 8`, City: `Luleå`, Region: `South`, PostalCode: 17000, Country: `Sweden`, Phone: `0921-12 34 65`, Fax: `0921-12 34 67` }), + new CustomersDataItem({ ID: `BLAUS`, Company: `Blauer See Delikatessen`, ContactName: `Hanna Moos`, ContactTitle: `Sales Representative`, Address: `Forsterstr. 57`, City: `Mannheim`, Region: `East`, PostalCode: 68306, Country: `Germany`, Phone: `0621-08460`, Fax: `0621-08924` }), + new CustomersDataItem({ ID: `BLONP`, Company: `Blondesddsl père et fils`, ContactName: `Frédérique Citeaux`, ContactTitle: `Marketing Manager`, Address: `24, place Kléber`, City: `Strasbourg`, Region: `East`, PostalCode: 67000, Country: `France`, Phone: `88.60.15.31`, Fax: `88.60.15.32` }), + new CustomersDataItem({ ID: `BOLID`, Company: `Bólido Comidas preparadas`, ContactName: `Martín Sommer`, ContactTitle: `Owner`, Address: `C/ Araquil, 67`, City: `Madrid`, Region: `East`, PostalCode: 28023, Country: `Spain`, Phone: `(91) 555 22 82`, Fax: `(91) 555 91 99` }), + new CustomersDataItem({ ID: `BONAP`, Company: `Bon app'`, ContactName: `Laurence Lebihan`, ContactTitle: `Owner`, Address: `12, rue des Bouchers`, City: `Marseille`, Region: `West`, PostalCode: 13008, Country: `France`, Phone: `91.24.45.40`, Fax: `91.24.45.41` }), + new CustomersDataItem({ ID: `BOTTM`, Company: `Bottom-Dollar Markets`, ContactName: `Elizabeth Lincoln`, ContactTitle: `Accounting Manager`, Address: `23 Tsawassen Blvd.`, City: `Tsawassen`, Region: `BC`, PostalCode: 28000, Country: `Canada`, Phone: `(604) 555-4729`, Fax: `(604) 555-3745` }), + new CustomersDataItem({ ID: `BSBEV`, Company: `B's Beverages`, ContactName: `Victoria Ashworth`, ContactTitle: `Sales Representative`, Address: `Fauntleroy Circus`, City: `London`, Region: `South`, PostalCode: 10000, Country: `UK`, Phone: `(171) 555-1212`, Fax: `(5) 555-3745` }), + new CustomersDataItem({ ID: `CACTU`, Company: `Cactus Comidas para llevar`, ContactName: `Patricio Simpson`, ContactTitle: `Sales Agent`, Address: `Cerrito 333`, City: `Buenos Aires`, Region: `East`, PostalCode: 1010, Country: `Argentina`, Phone: `(1) 135-5555`, Fax: `(1) 135-4892` }), + new CustomersDataItem({ ID: `CENTC`, Company: `Centro comercial Moctezuma`, ContactName: `Francisco Chang`, ContactTitle: `Marketing Manager`, Address: `Sierras de Granada 9993`, City: `México D.F.`, Region: `South`, PostalCode: 5022, Country: `Mexico`, Phone: `(5) 555-3392`, Fax: `(5) 555-7293` }), + new CustomersDataItem({ ID: `CHOPS`, Company: `Chop-suey Chinese`, ContactName: `Yang Wang`, ContactTitle: `Owner`, Address: `Hauptstr. 29`, City: `Bern`, Region: `East`, PostalCode: 3012, Country: `Switzerland`, Phone: `0452-076545`, Fax: `(5) 555-3745` }), + new CustomersDataItem({ ID: `COMMI`, Company: `Comércio Mineiro`, ContactName: `Pedro Afonso`, ContactTitle: `Sales Associate`, Address: `Av. dos Lusíadas, 23`, City: `Sao Paulo`, Region: `SP`, PostalCode: 34000, Country: `Brazil`, Phone: `(11) 555-7647`, Fax: `(5) 555-3745` }), + new CustomersDataItem({ ID: `CONSH`, Company: `Consolidated Holdings`, ContactName: `Elizabeth Brown`, ContactTitle: `Sales Representative`, Address: `Berkeley Gardens 12 Brewery`, City: `London`, Region: `South`, PostalCode: 27000, Country: `UK`, Phone: `(171) 555-2282`, Fax: `(171) 555-9199` }), + new CustomersDataItem({ ID: `DRACD`, Company: `Drachenblut Delikatessen`, ContactName: `Sven Ottlieb`, ContactTitle: `Order Administrator`, Address: `Walserweg 21`, City: `Aachen`, Region: `South`, PostalCode: 52066, Country: `Germany`, Phone: `0241-039123`, Fax: `0241-059428` }), + new CustomersDataItem({ ID: `DUMON`, Company: `Du monde entier`, ContactName: `Janine Labrune`, ContactTitle: `Owner`, Address: `67, rue des Cinquante Otages`, City: `Nantes`, Region: `East`, PostalCode: 44000, Country: `France`, Phone: `40.67.88.88`, Fax: `40.67.89.89` }), + new CustomersDataItem({ ID: `EASTC`, Company: `Eastern Connection`, ContactName: `Ann Devon`, ContactTitle: `Sales Agent`, Address: `35 King George`, City: `London`, Region: `East`, PostalCode: 41000, Country: `UK`, Phone: `(171) 555-0297`, Fax: `(171) 555-3373` }), + new CustomersDataItem({ ID: `ERNSH`, Company: `Ernst Handel`, ContactName: `Roland Mendel`, ContactTitle: `Sales Manager`, Address: `Kirchgasse 6`, City: `Graz`, Region: `South`, PostalCode: 8010, Country: `Austria`, Phone: `7675-3425`, Fax: `7675-3426` }), + new CustomersDataItem({ ID: `FAMIA`, Company: `Familia Arquibaldo`, ContactName: `Aria Cruz`, ContactTitle: `Marketing Assistant`, Address: `Rua Orós, 92`, City: `Sao Paulo`, Region: `SP`, PostalCode: 27000, Country: `Brazil`, Phone: `(11) 555-9857`, Fax: `(5) 555-3745` }), + new CustomersDataItem({ ID: `FISSA`, Company: `FISSA Fabrica Inter. Salchichas S.A.`, ContactName: `Diego Roel`, ContactTitle: `Accounting Manager`, Address: `C/ Moralzarzal, 86`, City: `Madrid`, Region: `East`, PostalCode: 28034, Country: `Spain`, Phone: `(91) 555 94 44`, Fax: `(91) 555 55 93` }), + new CustomersDataItem({ ID: `FOLIG`, Company: `Folies gourmandes`, ContactName: `Martine Rancé`, ContactTitle: `Assistant Sales Agent`, Address: `184, chaussée de Tournai`, City: `Lille`, Region: `South`, PostalCode: 59000, Country: `France`, Phone: `20.16.10.16`, Fax: `20.16.10.17` }), + new CustomersDataItem({ ID: `FOLKO`, Company: `Folk och fä HB`, ContactName: `Maria Larsson`, ContactTitle: `Owner`, Address: `Åkergatan 24`, City: `Bräcke`, Region: `East`, PostalCode: 36000, Country: `Sweden`, Phone: `0695-34 67 21`, Fax: `0695 33-4455` }), + new CustomersDataItem({ ID: `FRANK`, Company: `Frankenversand`, ContactName: `Peter Franken`, ContactTitle: `Marketing Manager`, Address: `Berliner Platz 43`, City: `München`, Region: `East`, PostalCode: 80805, Country: `Germany`, Phone: `089-0877310`, Fax: `089-0877451` }), + new CustomersDataItem({ ID: `FRANR`, Company: `France restauration`, ContactName: `Carine Schmitt`, ContactTitle: `Marketing Manager`, Address: `54, rue Royale`, City: `Nantes`, Region: `South`, PostalCode: 44000, Country: `France`, Phone: `40.32.21.21`, Fax: `40.32.21.20` }), + new CustomersDataItem({ ID: `FRANS`, Company: `Franchi S.p.A.`, ContactName: `Paolo Accorti`, ContactTitle: `Sales Representative`, Address: `Via Monte Bianco 34`, City: `Torino`, Region: `East`, PostalCode: 10100, Country: `Italy`, Phone: `011-4988260`, Fax: `011-4988261` }), ]; super(...newItems.slice(0)); } diff --git a/samples/grids/grid/multi-row-layout-options/src/CustomersData.ts b/samples/grids/grid/multi-row-layout-options/src/CustomersData.ts index 8f4140d2b9..f9aa8c0893 100644 --- a/samples/grids/grid/multi-row-layout-options/src/CustomersData.ts +++ b/samples/grids/grid/multi-row-layout-options/src/CustomersData.ts @@ -22,384 +22,33 @@ export class CustomersData extends Array { super(...items); } else { const newItems = [ - new CustomersDataItem( - { - ID: `ALFKI`, - Company: `Alfreds Futterkiste`, - ContactName: `Maria Anders`, - ContactTitle: `Sales Representative`, - Address: `Obere Str. 57`, - City: `Berlin`, - Region: `East`, - PostalCode: 12209, - Country: `Germany`, - Phone: `030-0074321`, - Fax: `030-0076545` - }), - new CustomersDataItem( - { - ID: `ANATR`, - Company: `Ana Trujillo Emparedados y helados`, - ContactName: `Ana Trujillo`, - ContactTitle: `Owner`, - Address: `Avda. de la Constitución 2222`, - City: `México D.F.`, - Region: `South`, - PostalCode: 5021, - Country: `Mexico`, - Phone: `(5) 555-4729`, - Fax: `(5) 555-3745` - }), - new CustomersDataItem( - { - ID: `ANTON`, - Company: `Antonio Moreno Taquería`, - ContactName: `Antonio Moreno`, - ContactTitle: `Owner`, - Address: `Mataderos 2312`, - City: `México D.F.`, - Region: `South`, - PostalCode: 5023, - Country: `Mexico`, - Phone: `(5) 555-3932`, - Fax: `(5) 555-3745` - }), - new CustomersDataItem( - { - ID: `AROUT`, - Company: `Around the Horn`, - ContactName: `Thomas Hardy`, - ContactTitle: `Sales Representative`, - Address: `120 Hanover Sq.`, - City: `London`, - Region: `East`, - PostalCode: 22000, - Country: `UK`, - Phone: `(171) 555-7788`, - Fax: `(171) 555-6750` - }), - new CustomersDataItem( - { - ID: `BERGS`, - Company: `Berglunds snabbköp`, - ContactName: `Christina Berglund`, - ContactTitle: `Order Administrator`, - Address: `Berguvsvägen 8`, - City: `Luleå`, - Region: `South`, - PostalCode: 17000, - Country: `Sweden`, - Phone: `0921-12 34 65`, - Fax: `0921-12 34 67` - }), - new CustomersDataItem( - { - ID: `BLAUS`, - Company: `Blauer See Delikatessen`, - ContactName: `Hanna Moos`, - ContactTitle: `Sales Representative`, - Address: `Forsterstr. 57`, - City: `Mannheim`, - Region: `East`, - PostalCode: 68306, - Country: `Germany`, - Phone: `0621-08460`, - Fax: `0621-08924` - }), - new CustomersDataItem( - { - ID: `BLONP`, - Company: `Blondesddsl père et fils`, - ContactName: `Frédérique Citeaux`, - ContactTitle: `Marketing Manager`, - Address: `24, place Kléber`, - City: `Strasbourg`, - Region: `East`, - PostalCode: 67000, - Country: `France`, - Phone: `88.60.15.31`, - Fax: `88.60.15.32` - }), - new CustomersDataItem( - { - ID: `BOLID`, - Company: `Bólido Comidas preparadas`, - ContactName: `Martín Sommer`, - ContactTitle: `Owner`, - Address: `C/ Araquil, 67`, - City: `Madrid`, - Region: `East`, - PostalCode: 28023, - Country: `Spain`, - Phone: `(91) 555 22 82`, - Fax: `(91) 555 91 99` - }), - new CustomersDataItem( - { - ID: `BONAP`, - Company: `Bon app'`, - ContactName: `Laurence Lebihan`, - ContactTitle: `Owner`, - Address: `12, rue des Bouchers`, - City: `Marseille`, - Region: `West`, - PostalCode: 13008, - Country: `France`, - Phone: `91.24.45.40`, - Fax: `91.24.45.41` - }), - new CustomersDataItem( - { - ID: `BOTTM`, - Company: `Bottom-Dollar Markets`, - ContactName: `Elizabeth Lincoln`, - ContactTitle: `Accounting Manager`, - Address: `23 Tsawassen Blvd.`, - City: `Tsawassen`, - Region: `BC`, - PostalCode: 28000, - Country: `Canada`, - Phone: `(604) 555-4729`, - Fax: `(604) 555-3745` - }), - new CustomersDataItem( - { - ID: `BSBEV`, - Company: `B's Beverages`, - ContactName: `Victoria Ashworth`, - ContactTitle: `Sales Representative`, - Address: `Fauntleroy Circus`, - City: `London`, - Region: `South`, - PostalCode: 10000, - Country: `UK`, - Phone: `(171) 555-1212`, - Fax: `(5) 555-3745` - }), - new CustomersDataItem( - { - ID: `CACTU`, - Company: `Cactus Comidas para llevar`, - ContactName: `Patricio Simpson`, - ContactTitle: `Sales Agent`, - Address: `Cerrito 333`, - City: `Buenos Aires`, - Region: `East`, - PostalCode: 1010, - Country: `Argentina`, - Phone: `(1) 135-5555`, - Fax: `(1) 135-4892` - }), - new CustomersDataItem( - { - ID: `CENTC`, - Company: `Centro comercial Moctezuma`, - ContactName: `Francisco Chang`, - ContactTitle: `Marketing Manager`, - Address: `Sierras de Granada 9993`, - City: `México D.F.`, - Region: `South`, - PostalCode: 5022, - Country: `Mexico`, - Phone: `(5) 555-3392`, - Fax: `(5) 555-7293` - }), - new CustomersDataItem( - { - ID: `CHOPS`, - Company: `Chop-suey Chinese`, - ContactName: `Yang Wang`, - ContactTitle: `Owner`, - Address: `Hauptstr. 29`, - City: `Bern`, - Region: `East`, - PostalCode: 3012, - Country: `Switzerland`, - Phone: `0452-076545`, - Fax: `(5) 555-3745` - }), - new CustomersDataItem( - { - ID: `COMMI`, - Company: `Comércio Mineiro`, - ContactName: `Pedro Afonso`, - ContactTitle: `Sales Associate`, - Address: `Av. dos Lusíadas, 23`, - City: `Sao Paulo`, - Region: `SP`, - PostalCode: 34000, - Country: `Brazil`, - Phone: `(11) 555-7647`, - Fax: `(5) 555-3745` - }), - new CustomersDataItem( - { - ID: `CONSH`, - Company: `Consolidated Holdings`, - ContactName: `Elizabeth Brown`, - ContactTitle: `Sales Representative`, - Address: `Berkeley Gardens 12 Brewery`, - City: `London`, - Region: `South`, - PostalCode: 27000, - Country: `UK`, - Phone: `(171) 555-2282`, - Fax: `(171) 555-9199` - }), - new CustomersDataItem( - { - ID: `DRACD`, - Company: `Drachenblut Delikatessen`, - ContactName: `Sven Ottlieb`, - ContactTitle: `Order Administrator`, - Address: `Walserweg 21`, - City: `Aachen`, - Region: `South`, - PostalCode: 52066, - Country: `Germany`, - Phone: `0241-039123`, - Fax: `0241-059428` - }), - new CustomersDataItem( - { - ID: `DUMON`, - Company: `Du monde entier`, - ContactName: `Janine Labrune`, - ContactTitle: `Owner`, - Address: `67, rue des Cinquante Otages`, - City: `Nantes`, - Region: `East`, - PostalCode: 44000, - Country: `France`, - Phone: `40.67.88.88`, - Fax: `40.67.89.89` - }), - new CustomersDataItem( - { - ID: `EASTC`, - Company: `Eastern Connection`, - ContactName: `Ann Devon`, - ContactTitle: `Sales Agent`, - Address: `35 King George`, - City: `London`, - Region: `East`, - PostalCode: 41000, - Country: `UK`, - Phone: `(171) 555-0297`, - Fax: `(171) 555-3373` - }), - new CustomersDataItem( - { - ID: `ERNSH`, - Company: `Ernst Handel`, - ContactName: `Roland Mendel`, - ContactTitle: `Sales Manager`, - Address: `Kirchgasse 6`, - City: `Graz`, - Region: `South`, - PostalCode: 8010, - Country: `Austria`, - Phone: `7675-3425`, - Fax: `7675-3426` - }), - new CustomersDataItem( - { - ID: `FAMIA`, - Company: `Familia Arquibaldo`, - ContactName: `Aria Cruz`, - ContactTitle: `Marketing Assistant`, - Address: `Rua Orós, 92`, - City: `Sao Paulo`, - Region: `SP`, - PostalCode: 27000, - Country: `Brazil`, - Phone: `(11) 555-9857`, - Fax: `(5) 555-3745` - }), - new CustomersDataItem( - { - ID: `FISSA`, - Company: `FISSA Fabrica Inter. Salchichas S.A.`, - ContactName: `Diego Roel`, - ContactTitle: `Accounting Manager`, - Address: `C/ Moralzarzal, 86`, - City: `Madrid`, - Region: `East`, - PostalCode: 28034, - Country: `Spain`, - Phone: `(91) 555 94 44`, - Fax: `(91) 555 55 93` - }), - new CustomersDataItem( - { - ID: `FOLIG`, - Company: `Folies gourmandes`, - ContactName: `Martine Rancé`, - ContactTitle: `Assistant Sales Agent`, - Address: `184, chaussée de Tournai`, - City: `Lille`, - Region: `South`, - PostalCode: 59000, - Country: `France`, - Phone: `20.16.10.16`, - Fax: `20.16.10.17` - }), - new CustomersDataItem( - { - ID: `FOLKO`, - Company: `Folk och fä HB`, - ContactName: `Maria Larsson`, - ContactTitle: `Owner`, - Address: `Åkergatan 24`, - City: `Bräcke`, - Region: `East`, - PostalCode: 36000, - Country: `Sweden`, - Phone: `0695-34 67 21`, - Fax: `0695 33-4455` - }), - new CustomersDataItem( - { - ID: `FRANK`, - Company: `Frankenversand`, - ContactName: `Peter Franken`, - ContactTitle: `Marketing Manager`, - Address: `Berliner Platz 43`, - City: `München`, - Region: `East`, - PostalCode: 80805, - Country: `Germany`, - Phone: `089-0877310`, - Fax: `089-0877451` - }), - new CustomersDataItem( - { - ID: `FRANR`, - Company: `France restauration`, - ContactName: `Carine Schmitt`, - ContactTitle: `Marketing Manager`, - Address: `54, rue Royale`, - City: `Nantes`, - Region: `South`, - PostalCode: 44000, - Country: `France`, - Phone: `40.32.21.21`, - Fax: `40.32.21.20` - }), - new CustomersDataItem( - { - ID: `FRANS`, - Company: `Franchi S.p.A.`, - ContactName: `Paolo Accorti`, - ContactTitle: `Sales Representative`, - Address: `Via Monte Bianco 34`, - City: `Torino`, - Region: `East`, - PostalCode: 10100, - Country: `Italy`, - Phone: `011-4988260`, - Fax: `011-4988261` - }), + new CustomersDataItem({ ID: `ALFKI`, Company: `Alfreds Futterkiste`, ContactName: `Maria Anders`, ContactTitle: `Sales Representative`, Address: `Obere Str. 57`, City: `Berlin`, Region: `East`, PostalCode: 12209, Country: `Germany`, Phone: `030-0074321`, Fax: `030-0076545` }), + new CustomersDataItem({ ID: `ANATR`, Company: `Ana Trujillo Emparedados y helados`, ContactName: `Ana Trujillo`, ContactTitle: `Owner`, Address: `Avda. de la Constitución 2222`, City: `México D.F.`, Region: `South`, PostalCode: 5021, Country: `Mexico`, Phone: `(5) 555-4729`, Fax: `(5) 555-3745` }), + new CustomersDataItem({ ID: `ANTON`, Company: `Antonio Moreno Taquería`, ContactName: `Antonio Moreno`, ContactTitle: `Owner`, Address: `Mataderos 2312`, City: `México D.F.`, Region: `South`, PostalCode: 5023, Country: `Mexico`, Phone: `(5) 555-3932`, Fax: `(5) 555-3745` }), + new CustomersDataItem({ ID: `AROUT`, Company: `Around the Horn`, ContactName: `Thomas Hardy`, ContactTitle: `Sales Representative`, Address: `120 Hanover Sq.`, City: `London`, Region: `East`, PostalCode: 22000, Country: `UK`, Phone: `(171) 555-7788`, Fax: `(171) 555-6750` }), + new CustomersDataItem({ ID: `BERGS`, Company: `Berglunds snabbköp`, ContactName: `Christina Berglund`, ContactTitle: `Order Administrator`, Address: `Berguvsvägen 8`, City: `Luleå`, Region: `South`, PostalCode: 17000, Country: `Sweden`, Phone: `0921-12 34 65`, Fax: `0921-12 34 67` }), + new CustomersDataItem({ ID: `BLAUS`, Company: `Blauer See Delikatessen`, ContactName: `Hanna Moos`, ContactTitle: `Sales Representative`, Address: `Forsterstr. 57`, City: `Mannheim`, Region: `East`, PostalCode: 68306, Country: `Germany`, Phone: `0621-08460`, Fax: `0621-08924` }), + new CustomersDataItem({ ID: `BLONP`, Company: `Blondesddsl père et fils`, ContactName: `Frédérique Citeaux`, ContactTitle: `Marketing Manager`, Address: `24, place Kléber`, City: `Strasbourg`, Region: `East`, PostalCode: 67000, Country: `France`, Phone: `88.60.15.31`, Fax: `88.60.15.32` }), + new CustomersDataItem({ ID: `BOLID`, Company: `Bólido Comidas preparadas`, ContactName: `Martín Sommer`, ContactTitle: `Owner`, Address: `C/ Araquil, 67`, City: `Madrid`, Region: `East`, PostalCode: 28023, Country: `Spain`, Phone: `(91) 555 22 82`, Fax: `(91) 555 91 99` }), + new CustomersDataItem({ ID: `BONAP`, Company: `Bon app'`, ContactName: `Laurence Lebihan`, ContactTitle: `Owner`, Address: `12, rue des Bouchers`, City: `Marseille`, Region: `West`, PostalCode: 13008, Country: `France`, Phone: `91.24.45.40`, Fax: `91.24.45.41` }), + new CustomersDataItem({ ID: `BOTTM`, Company: `Bottom-Dollar Markets`, ContactName: `Elizabeth Lincoln`, ContactTitle: `Accounting Manager`, Address: `23 Tsawassen Blvd.`, City: `Tsawassen`, Region: `BC`, PostalCode: 28000, Country: `Canada`, Phone: `(604) 555-4729`, Fax: `(604) 555-3745` }), + new CustomersDataItem({ ID: `BSBEV`, Company: `B's Beverages`, ContactName: `Victoria Ashworth`, ContactTitle: `Sales Representative`, Address: `Fauntleroy Circus`, City: `London`, Region: `South`, PostalCode: 10000, Country: `UK`, Phone: `(171) 555-1212`, Fax: `(5) 555-3745` }), + new CustomersDataItem({ ID: `CACTU`, Company: `Cactus Comidas para llevar`, ContactName: `Patricio Simpson`, ContactTitle: `Sales Agent`, Address: `Cerrito 333`, City: `Buenos Aires`, Region: `East`, PostalCode: 1010, Country: `Argentina`, Phone: `(1) 135-5555`, Fax: `(1) 135-4892` }), + new CustomersDataItem({ ID: `CENTC`, Company: `Centro comercial Moctezuma`, ContactName: `Francisco Chang`, ContactTitle: `Marketing Manager`, Address: `Sierras de Granada 9993`, City: `México D.F.`, Region: `South`, PostalCode: 5022, Country: `Mexico`, Phone: `(5) 555-3392`, Fax: `(5) 555-7293` }), + new CustomersDataItem({ ID: `CHOPS`, Company: `Chop-suey Chinese`, ContactName: `Yang Wang`, ContactTitle: `Owner`, Address: `Hauptstr. 29`, City: `Bern`, Region: `East`, PostalCode: 3012, Country: `Switzerland`, Phone: `0452-076545`, Fax: `(5) 555-3745` }), + new CustomersDataItem({ ID: `COMMI`, Company: `Comércio Mineiro`, ContactName: `Pedro Afonso`, ContactTitle: `Sales Associate`, Address: `Av. dos Lusíadas, 23`, City: `Sao Paulo`, Region: `SP`, PostalCode: 34000, Country: `Brazil`, Phone: `(11) 555-7647`, Fax: `(5) 555-3745` }), + new CustomersDataItem({ ID: `CONSH`, Company: `Consolidated Holdings`, ContactName: `Elizabeth Brown`, ContactTitle: `Sales Representative`, Address: `Berkeley Gardens 12 Brewery`, City: `London`, Region: `South`, PostalCode: 27000, Country: `UK`, Phone: `(171) 555-2282`, Fax: `(171) 555-9199` }), + new CustomersDataItem({ ID: `DRACD`, Company: `Drachenblut Delikatessen`, ContactName: `Sven Ottlieb`, ContactTitle: `Order Administrator`, Address: `Walserweg 21`, City: `Aachen`, Region: `South`, PostalCode: 52066, Country: `Germany`, Phone: `0241-039123`, Fax: `0241-059428` }), + new CustomersDataItem({ ID: `DUMON`, Company: `Du monde entier`, ContactName: `Janine Labrune`, ContactTitle: `Owner`, Address: `67, rue des Cinquante Otages`, City: `Nantes`, Region: `East`, PostalCode: 44000, Country: `France`, Phone: `40.67.88.88`, Fax: `40.67.89.89` }), + new CustomersDataItem({ ID: `EASTC`, Company: `Eastern Connection`, ContactName: `Ann Devon`, ContactTitle: `Sales Agent`, Address: `35 King George`, City: `London`, Region: `East`, PostalCode: 41000, Country: `UK`, Phone: `(171) 555-0297`, Fax: `(171) 555-3373` }), + new CustomersDataItem({ ID: `ERNSH`, Company: `Ernst Handel`, ContactName: `Roland Mendel`, ContactTitle: `Sales Manager`, Address: `Kirchgasse 6`, City: `Graz`, Region: `South`, PostalCode: 8010, Country: `Austria`, Phone: `7675-3425`, Fax: `7675-3426` }), + new CustomersDataItem({ ID: `FAMIA`, Company: `Familia Arquibaldo`, ContactName: `Aria Cruz`, ContactTitle: `Marketing Assistant`, Address: `Rua Orós, 92`, City: `Sao Paulo`, Region: `SP`, PostalCode: 27000, Country: `Brazil`, Phone: `(11) 555-9857`, Fax: `(5) 555-3745` }), + new CustomersDataItem({ ID: `FISSA`, Company: `FISSA Fabrica Inter. Salchichas S.A.`, ContactName: `Diego Roel`, ContactTitle: `Accounting Manager`, Address: `C/ Moralzarzal, 86`, City: `Madrid`, Region: `East`, PostalCode: 28034, Country: `Spain`, Phone: `(91) 555 94 44`, Fax: `(91) 555 55 93` }), + new CustomersDataItem({ ID: `FOLIG`, Company: `Folies gourmandes`, ContactName: `Martine Rancé`, ContactTitle: `Assistant Sales Agent`, Address: `184, chaussée de Tournai`, City: `Lille`, Region: `South`, PostalCode: 59000, Country: `France`, Phone: `20.16.10.16`, Fax: `20.16.10.17` }), + new CustomersDataItem({ ID: `FOLKO`, Company: `Folk och fä HB`, ContactName: `Maria Larsson`, ContactTitle: `Owner`, Address: `Åkergatan 24`, City: `Bräcke`, Region: `East`, PostalCode: 36000, Country: `Sweden`, Phone: `0695-34 67 21`, Fax: `0695 33-4455` }), + new CustomersDataItem({ ID: `FRANK`, Company: `Frankenversand`, ContactName: `Peter Franken`, ContactTitle: `Marketing Manager`, Address: `Berliner Platz 43`, City: `München`, Region: `East`, PostalCode: 80805, Country: `Germany`, Phone: `089-0877310`, Fax: `089-0877451` }), + new CustomersDataItem({ ID: `FRANR`, Company: `France restauration`, ContactName: `Carine Schmitt`, ContactTitle: `Marketing Manager`, Address: `54, rue Royale`, City: `Nantes`, Region: `South`, PostalCode: 44000, Country: `France`, Phone: `40.32.21.21`, Fax: `40.32.21.20` }), + new CustomersDataItem({ ID: `FRANS`, Company: `Franchi S.p.A.`, ContactName: `Paolo Accorti`, ContactTitle: `Sales Representative`, Address: `Via Monte Bianco 34`, City: `Torino`, Region: `East`, PostalCode: 10100, Country: `Italy`, Phone: `011-4988260`, Fax: `011-4988261` }), ]; super(...newItems.slice(0)); } diff --git a/samples/grids/grid/multi-row-layout-style/src/CustomersData.ts b/samples/grids/grid/multi-row-layout-style/src/CustomersData.ts index 8f4140d2b9..f9aa8c0893 100644 --- a/samples/grids/grid/multi-row-layout-style/src/CustomersData.ts +++ b/samples/grids/grid/multi-row-layout-style/src/CustomersData.ts @@ -22,384 +22,33 @@ export class CustomersData extends Array { super(...items); } else { const newItems = [ - new CustomersDataItem( - { - ID: `ALFKI`, - Company: `Alfreds Futterkiste`, - ContactName: `Maria Anders`, - ContactTitle: `Sales Representative`, - Address: `Obere Str. 57`, - City: `Berlin`, - Region: `East`, - PostalCode: 12209, - Country: `Germany`, - Phone: `030-0074321`, - Fax: `030-0076545` - }), - new CustomersDataItem( - { - ID: `ANATR`, - Company: `Ana Trujillo Emparedados y helados`, - ContactName: `Ana Trujillo`, - ContactTitle: `Owner`, - Address: `Avda. de la Constitución 2222`, - City: `México D.F.`, - Region: `South`, - PostalCode: 5021, - Country: `Mexico`, - Phone: `(5) 555-4729`, - Fax: `(5) 555-3745` - }), - new CustomersDataItem( - { - ID: `ANTON`, - Company: `Antonio Moreno Taquería`, - ContactName: `Antonio Moreno`, - ContactTitle: `Owner`, - Address: `Mataderos 2312`, - City: `México D.F.`, - Region: `South`, - PostalCode: 5023, - Country: `Mexico`, - Phone: `(5) 555-3932`, - Fax: `(5) 555-3745` - }), - new CustomersDataItem( - { - ID: `AROUT`, - Company: `Around the Horn`, - ContactName: `Thomas Hardy`, - ContactTitle: `Sales Representative`, - Address: `120 Hanover Sq.`, - City: `London`, - Region: `East`, - PostalCode: 22000, - Country: `UK`, - Phone: `(171) 555-7788`, - Fax: `(171) 555-6750` - }), - new CustomersDataItem( - { - ID: `BERGS`, - Company: `Berglunds snabbköp`, - ContactName: `Christina Berglund`, - ContactTitle: `Order Administrator`, - Address: `Berguvsvägen 8`, - City: `Luleå`, - Region: `South`, - PostalCode: 17000, - Country: `Sweden`, - Phone: `0921-12 34 65`, - Fax: `0921-12 34 67` - }), - new CustomersDataItem( - { - ID: `BLAUS`, - Company: `Blauer See Delikatessen`, - ContactName: `Hanna Moos`, - ContactTitle: `Sales Representative`, - Address: `Forsterstr. 57`, - City: `Mannheim`, - Region: `East`, - PostalCode: 68306, - Country: `Germany`, - Phone: `0621-08460`, - Fax: `0621-08924` - }), - new CustomersDataItem( - { - ID: `BLONP`, - Company: `Blondesddsl père et fils`, - ContactName: `Frédérique Citeaux`, - ContactTitle: `Marketing Manager`, - Address: `24, place Kléber`, - City: `Strasbourg`, - Region: `East`, - PostalCode: 67000, - Country: `France`, - Phone: `88.60.15.31`, - Fax: `88.60.15.32` - }), - new CustomersDataItem( - { - ID: `BOLID`, - Company: `Bólido Comidas preparadas`, - ContactName: `Martín Sommer`, - ContactTitle: `Owner`, - Address: `C/ Araquil, 67`, - City: `Madrid`, - Region: `East`, - PostalCode: 28023, - Country: `Spain`, - Phone: `(91) 555 22 82`, - Fax: `(91) 555 91 99` - }), - new CustomersDataItem( - { - ID: `BONAP`, - Company: `Bon app'`, - ContactName: `Laurence Lebihan`, - ContactTitle: `Owner`, - Address: `12, rue des Bouchers`, - City: `Marseille`, - Region: `West`, - PostalCode: 13008, - Country: `France`, - Phone: `91.24.45.40`, - Fax: `91.24.45.41` - }), - new CustomersDataItem( - { - ID: `BOTTM`, - Company: `Bottom-Dollar Markets`, - ContactName: `Elizabeth Lincoln`, - ContactTitle: `Accounting Manager`, - Address: `23 Tsawassen Blvd.`, - City: `Tsawassen`, - Region: `BC`, - PostalCode: 28000, - Country: `Canada`, - Phone: `(604) 555-4729`, - Fax: `(604) 555-3745` - }), - new CustomersDataItem( - { - ID: `BSBEV`, - Company: `B's Beverages`, - ContactName: `Victoria Ashworth`, - ContactTitle: `Sales Representative`, - Address: `Fauntleroy Circus`, - City: `London`, - Region: `South`, - PostalCode: 10000, - Country: `UK`, - Phone: `(171) 555-1212`, - Fax: `(5) 555-3745` - }), - new CustomersDataItem( - { - ID: `CACTU`, - Company: `Cactus Comidas para llevar`, - ContactName: `Patricio Simpson`, - ContactTitle: `Sales Agent`, - Address: `Cerrito 333`, - City: `Buenos Aires`, - Region: `East`, - PostalCode: 1010, - Country: `Argentina`, - Phone: `(1) 135-5555`, - Fax: `(1) 135-4892` - }), - new CustomersDataItem( - { - ID: `CENTC`, - Company: `Centro comercial Moctezuma`, - ContactName: `Francisco Chang`, - ContactTitle: `Marketing Manager`, - Address: `Sierras de Granada 9993`, - City: `México D.F.`, - Region: `South`, - PostalCode: 5022, - Country: `Mexico`, - Phone: `(5) 555-3392`, - Fax: `(5) 555-7293` - }), - new CustomersDataItem( - { - ID: `CHOPS`, - Company: `Chop-suey Chinese`, - ContactName: `Yang Wang`, - ContactTitle: `Owner`, - Address: `Hauptstr. 29`, - City: `Bern`, - Region: `East`, - PostalCode: 3012, - Country: `Switzerland`, - Phone: `0452-076545`, - Fax: `(5) 555-3745` - }), - new CustomersDataItem( - { - ID: `COMMI`, - Company: `Comércio Mineiro`, - ContactName: `Pedro Afonso`, - ContactTitle: `Sales Associate`, - Address: `Av. dos Lusíadas, 23`, - City: `Sao Paulo`, - Region: `SP`, - PostalCode: 34000, - Country: `Brazil`, - Phone: `(11) 555-7647`, - Fax: `(5) 555-3745` - }), - new CustomersDataItem( - { - ID: `CONSH`, - Company: `Consolidated Holdings`, - ContactName: `Elizabeth Brown`, - ContactTitle: `Sales Representative`, - Address: `Berkeley Gardens 12 Brewery`, - City: `London`, - Region: `South`, - PostalCode: 27000, - Country: `UK`, - Phone: `(171) 555-2282`, - Fax: `(171) 555-9199` - }), - new CustomersDataItem( - { - ID: `DRACD`, - Company: `Drachenblut Delikatessen`, - ContactName: `Sven Ottlieb`, - ContactTitle: `Order Administrator`, - Address: `Walserweg 21`, - City: `Aachen`, - Region: `South`, - PostalCode: 52066, - Country: `Germany`, - Phone: `0241-039123`, - Fax: `0241-059428` - }), - new CustomersDataItem( - { - ID: `DUMON`, - Company: `Du monde entier`, - ContactName: `Janine Labrune`, - ContactTitle: `Owner`, - Address: `67, rue des Cinquante Otages`, - City: `Nantes`, - Region: `East`, - PostalCode: 44000, - Country: `France`, - Phone: `40.67.88.88`, - Fax: `40.67.89.89` - }), - new CustomersDataItem( - { - ID: `EASTC`, - Company: `Eastern Connection`, - ContactName: `Ann Devon`, - ContactTitle: `Sales Agent`, - Address: `35 King George`, - City: `London`, - Region: `East`, - PostalCode: 41000, - Country: `UK`, - Phone: `(171) 555-0297`, - Fax: `(171) 555-3373` - }), - new CustomersDataItem( - { - ID: `ERNSH`, - Company: `Ernst Handel`, - ContactName: `Roland Mendel`, - ContactTitle: `Sales Manager`, - Address: `Kirchgasse 6`, - City: `Graz`, - Region: `South`, - PostalCode: 8010, - Country: `Austria`, - Phone: `7675-3425`, - Fax: `7675-3426` - }), - new CustomersDataItem( - { - ID: `FAMIA`, - Company: `Familia Arquibaldo`, - ContactName: `Aria Cruz`, - ContactTitle: `Marketing Assistant`, - Address: `Rua Orós, 92`, - City: `Sao Paulo`, - Region: `SP`, - PostalCode: 27000, - Country: `Brazil`, - Phone: `(11) 555-9857`, - Fax: `(5) 555-3745` - }), - new CustomersDataItem( - { - ID: `FISSA`, - Company: `FISSA Fabrica Inter. Salchichas S.A.`, - ContactName: `Diego Roel`, - ContactTitle: `Accounting Manager`, - Address: `C/ Moralzarzal, 86`, - City: `Madrid`, - Region: `East`, - PostalCode: 28034, - Country: `Spain`, - Phone: `(91) 555 94 44`, - Fax: `(91) 555 55 93` - }), - new CustomersDataItem( - { - ID: `FOLIG`, - Company: `Folies gourmandes`, - ContactName: `Martine Rancé`, - ContactTitle: `Assistant Sales Agent`, - Address: `184, chaussée de Tournai`, - City: `Lille`, - Region: `South`, - PostalCode: 59000, - Country: `France`, - Phone: `20.16.10.16`, - Fax: `20.16.10.17` - }), - new CustomersDataItem( - { - ID: `FOLKO`, - Company: `Folk och fä HB`, - ContactName: `Maria Larsson`, - ContactTitle: `Owner`, - Address: `Åkergatan 24`, - City: `Bräcke`, - Region: `East`, - PostalCode: 36000, - Country: `Sweden`, - Phone: `0695-34 67 21`, - Fax: `0695 33-4455` - }), - new CustomersDataItem( - { - ID: `FRANK`, - Company: `Frankenversand`, - ContactName: `Peter Franken`, - ContactTitle: `Marketing Manager`, - Address: `Berliner Platz 43`, - City: `München`, - Region: `East`, - PostalCode: 80805, - Country: `Germany`, - Phone: `089-0877310`, - Fax: `089-0877451` - }), - new CustomersDataItem( - { - ID: `FRANR`, - Company: `France restauration`, - ContactName: `Carine Schmitt`, - ContactTitle: `Marketing Manager`, - Address: `54, rue Royale`, - City: `Nantes`, - Region: `South`, - PostalCode: 44000, - Country: `France`, - Phone: `40.32.21.21`, - Fax: `40.32.21.20` - }), - new CustomersDataItem( - { - ID: `FRANS`, - Company: `Franchi S.p.A.`, - ContactName: `Paolo Accorti`, - ContactTitle: `Sales Representative`, - Address: `Via Monte Bianco 34`, - City: `Torino`, - Region: `East`, - PostalCode: 10100, - Country: `Italy`, - Phone: `011-4988260`, - Fax: `011-4988261` - }), + new CustomersDataItem({ ID: `ALFKI`, Company: `Alfreds Futterkiste`, ContactName: `Maria Anders`, ContactTitle: `Sales Representative`, Address: `Obere Str. 57`, City: `Berlin`, Region: `East`, PostalCode: 12209, Country: `Germany`, Phone: `030-0074321`, Fax: `030-0076545` }), + new CustomersDataItem({ ID: `ANATR`, Company: `Ana Trujillo Emparedados y helados`, ContactName: `Ana Trujillo`, ContactTitle: `Owner`, Address: `Avda. de la Constitución 2222`, City: `México D.F.`, Region: `South`, PostalCode: 5021, Country: `Mexico`, Phone: `(5) 555-4729`, Fax: `(5) 555-3745` }), + new CustomersDataItem({ ID: `ANTON`, Company: `Antonio Moreno Taquería`, ContactName: `Antonio Moreno`, ContactTitle: `Owner`, Address: `Mataderos 2312`, City: `México D.F.`, Region: `South`, PostalCode: 5023, Country: `Mexico`, Phone: `(5) 555-3932`, Fax: `(5) 555-3745` }), + new CustomersDataItem({ ID: `AROUT`, Company: `Around the Horn`, ContactName: `Thomas Hardy`, ContactTitle: `Sales Representative`, Address: `120 Hanover Sq.`, City: `London`, Region: `East`, PostalCode: 22000, Country: `UK`, Phone: `(171) 555-7788`, Fax: `(171) 555-6750` }), + new CustomersDataItem({ ID: `BERGS`, Company: `Berglunds snabbköp`, ContactName: `Christina Berglund`, ContactTitle: `Order Administrator`, Address: `Berguvsvägen 8`, City: `Luleå`, Region: `South`, PostalCode: 17000, Country: `Sweden`, Phone: `0921-12 34 65`, Fax: `0921-12 34 67` }), + new CustomersDataItem({ ID: `BLAUS`, Company: `Blauer See Delikatessen`, ContactName: `Hanna Moos`, ContactTitle: `Sales Representative`, Address: `Forsterstr. 57`, City: `Mannheim`, Region: `East`, PostalCode: 68306, Country: `Germany`, Phone: `0621-08460`, Fax: `0621-08924` }), + new CustomersDataItem({ ID: `BLONP`, Company: `Blondesddsl père et fils`, ContactName: `Frédérique Citeaux`, ContactTitle: `Marketing Manager`, Address: `24, place Kléber`, City: `Strasbourg`, Region: `East`, PostalCode: 67000, Country: `France`, Phone: `88.60.15.31`, Fax: `88.60.15.32` }), + new CustomersDataItem({ ID: `BOLID`, Company: `Bólido Comidas preparadas`, ContactName: `Martín Sommer`, ContactTitle: `Owner`, Address: `C/ Araquil, 67`, City: `Madrid`, Region: `East`, PostalCode: 28023, Country: `Spain`, Phone: `(91) 555 22 82`, Fax: `(91) 555 91 99` }), + new CustomersDataItem({ ID: `BONAP`, Company: `Bon app'`, ContactName: `Laurence Lebihan`, ContactTitle: `Owner`, Address: `12, rue des Bouchers`, City: `Marseille`, Region: `West`, PostalCode: 13008, Country: `France`, Phone: `91.24.45.40`, Fax: `91.24.45.41` }), + new CustomersDataItem({ ID: `BOTTM`, Company: `Bottom-Dollar Markets`, ContactName: `Elizabeth Lincoln`, ContactTitle: `Accounting Manager`, Address: `23 Tsawassen Blvd.`, City: `Tsawassen`, Region: `BC`, PostalCode: 28000, Country: `Canada`, Phone: `(604) 555-4729`, Fax: `(604) 555-3745` }), + new CustomersDataItem({ ID: `BSBEV`, Company: `B's Beverages`, ContactName: `Victoria Ashworth`, ContactTitle: `Sales Representative`, Address: `Fauntleroy Circus`, City: `London`, Region: `South`, PostalCode: 10000, Country: `UK`, Phone: `(171) 555-1212`, Fax: `(5) 555-3745` }), + new CustomersDataItem({ ID: `CACTU`, Company: `Cactus Comidas para llevar`, ContactName: `Patricio Simpson`, ContactTitle: `Sales Agent`, Address: `Cerrito 333`, City: `Buenos Aires`, Region: `East`, PostalCode: 1010, Country: `Argentina`, Phone: `(1) 135-5555`, Fax: `(1) 135-4892` }), + new CustomersDataItem({ ID: `CENTC`, Company: `Centro comercial Moctezuma`, ContactName: `Francisco Chang`, ContactTitle: `Marketing Manager`, Address: `Sierras de Granada 9993`, City: `México D.F.`, Region: `South`, PostalCode: 5022, Country: `Mexico`, Phone: `(5) 555-3392`, Fax: `(5) 555-7293` }), + new CustomersDataItem({ ID: `CHOPS`, Company: `Chop-suey Chinese`, ContactName: `Yang Wang`, ContactTitle: `Owner`, Address: `Hauptstr. 29`, City: `Bern`, Region: `East`, PostalCode: 3012, Country: `Switzerland`, Phone: `0452-076545`, Fax: `(5) 555-3745` }), + new CustomersDataItem({ ID: `COMMI`, Company: `Comércio Mineiro`, ContactName: `Pedro Afonso`, ContactTitle: `Sales Associate`, Address: `Av. dos Lusíadas, 23`, City: `Sao Paulo`, Region: `SP`, PostalCode: 34000, Country: `Brazil`, Phone: `(11) 555-7647`, Fax: `(5) 555-3745` }), + new CustomersDataItem({ ID: `CONSH`, Company: `Consolidated Holdings`, ContactName: `Elizabeth Brown`, ContactTitle: `Sales Representative`, Address: `Berkeley Gardens 12 Brewery`, City: `London`, Region: `South`, PostalCode: 27000, Country: `UK`, Phone: `(171) 555-2282`, Fax: `(171) 555-9199` }), + new CustomersDataItem({ ID: `DRACD`, Company: `Drachenblut Delikatessen`, ContactName: `Sven Ottlieb`, ContactTitle: `Order Administrator`, Address: `Walserweg 21`, City: `Aachen`, Region: `South`, PostalCode: 52066, Country: `Germany`, Phone: `0241-039123`, Fax: `0241-059428` }), + new CustomersDataItem({ ID: `DUMON`, Company: `Du monde entier`, ContactName: `Janine Labrune`, ContactTitle: `Owner`, Address: `67, rue des Cinquante Otages`, City: `Nantes`, Region: `East`, PostalCode: 44000, Country: `France`, Phone: `40.67.88.88`, Fax: `40.67.89.89` }), + new CustomersDataItem({ ID: `EASTC`, Company: `Eastern Connection`, ContactName: `Ann Devon`, ContactTitle: `Sales Agent`, Address: `35 King George`, City: `London`, Region: `East`, PostalCode: 41000, Country: `UK`, Phone: `(171) 555-0297`, Fax: `(171) 555-3373` }), + new CustomersDataItem({ ID: `ERNSH`, Company: `Ernst Handel`, ContactName: `Roland Mendel`, ContactTitle: `Sales Manager`, Address: `Kirchgasse 6`, City: `Graz`, Region: `South`, PostalCode: 8010, Country: `Austria`, Phone: `7675-3425`, Fax: `7675-3426` }), + new CustomersDataItem({ ID: `FAMIA`, Company: `Familia Arquibaldo`, ContactName: `Aria Cruz`, ContactTitle: `Marketing Assistant`, Address: `Rua Orós, 92`, City: `Sao Paulo`, Region: `SP`, PostalCode: 27000, Country: `Brazil`, Phone: `(11) 555-9857`, Fax: `(5) 555-3745` }), + new CustomersDataItem({ ID: `FISSA`, Company: `FISSA Fabrica Inter. Salchichas S.A.`, ContactName: `Diego Roel`, ContactTitle: `Accounting Manager`, Address: `C/ Moralzarzal, 86`, City: `Madrid`, Region: `East`, PostalCode: 28034, Country: `Spain`, Phone: `(91) 555 94 44`, Fax: `(91) 555 55 93` }), + new CustomersDataItem({ ID: `FOLIG`, Company: `Folies gourmandes`, ContactName: `Martine Rancé`, ContactTitle: `Assistant Sales Agent`, Address: `184, chaussée de Tournai`, City: `Lille`, Region: `South`, PostalCode: 59000, Country: `France`, Phone: `20.16.10.16`, Fax: `20.16.10.17` }), + new CustomersDataItem({ ID: `FOLKO`, Company: `Folk och fä HB`, ContactName: `Maria Larsson`, ContactTitle: `Owner`, Address: `Åkergatan 24`, City: `Bräcke`, Region: `East`, PostalCode: 36000, Country: `Sweden`, Phone: `0695-34 67 21`, Fax: `0695 33-4455` }), + new CustomersDataItem({ ID: `FRANK`, Company: `Frankenversand`, ContactName: `Peter Franken`, ContactTitle: `Marketing Manager`, Address: `Berliner Platz 43`, City: `München`, Region: `East`, PostalCode: 80805, Country: `Germany`, Phone: `089-0877310`, Fax: `089-0877451` }), + new CustomersDataItem({ ID: `FRANR`, Company: `France restauration`, ContactName: `Carine Schmitt`, ContactTitle: `Marketing Manager`, Address: `54, rue Royale`, City: `Nantes`, Region: `South`, PostalCode: 44000, Country: `France`, Phone: `40.32.21.21`, Fax: `40.32.21.20` }), + new CustomersDataItem({ ID: `FRANS`, Company: `Franchi S.p.A.`, ContactName: `Paolo Accorti`, ContactTitle: `Sales Representative`, Address: `Via Monte Bianco 34`, City: `Torino`, Region: `East`, PostalCode: 10100, Country: `Italy`, Phone: `011-4988260`, Fax: `011-4988261` }), ]; super(...newItems.slice(0)); } diff --git a/samples/grids/grid/paste/src/InvoicesData.ts b/samples/grids/grid/paste/src/InvoicesData.ts index 22c4d6e419..3d4f85aded 100644 --- a/samples/grids/grid/paste/src/InvoicesData.ts +++ b/samples/grids/grid/paste/src/InvoicesData.ts @@ -38,14976 +38,505 @@ export class InvoicesData extends Array { super(...items); } else { const newItems = [ - new InvoicesDataItem( - { - ShipName: `Jefferson Home`, - ShipAddress: `124 Wall Street`, - ShipCity: `Miami`, - ShipPostalCode: 60098, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Federal Shipping`, - CustomerID: 1000, - CustomerName: `Martin Jefferson`, - CustomerFirstName: `Martin`, - CustomerLastName: `Jefferson`, - CustomerAddress: `124 Wall Street, Miami, USA, 60098`, - Salesperson: `Nancy Jefferson`, - OrderID: 1931, - OrderDate: `3/14/2022`, - ProductID: 189, - ProductName: `IPad`, - UnitPrice: 16150.61, - Quantity: 3, - ExtendedPrice: 48451.83, - Freight: 980.61, - Discontinued: false, - Region: `South East`, - Address: `124 Wall Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 60098 - }), - new InvoicesDataItem( - { - ShipName: `Black Home`, - ShipAddress: `162 Main Street`, - ShipCity: `Miami`, - ShipPostalCode: 80193, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1001, - CustomerName: `Anna Black`, - CustomerFirstName: `Anna`, - CustomerLastName: `Black`, - CustomerAddress: `162 Main Street, Miami, USA, 80193`, - Salesperson: `Anna Smith`, - OrderID: 1163, - OrderDate: `5/22/2022`, - ProductID: 138, - ProductName: `Mac Book Pro`, - UnitPrice: 18520.59, - Quantity: 4, - ExtendedPrice: 74082.36, - Freight: 850.59, - Discontinued: false, - Region: `West`, - Address: `162 Main Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 80193 - }), - new InvoicesDataItem( - { - ShipName: `Watson Townhouse`, - ShipAddress: `164 Wall Street`, - ShipCity: `Miami`, - ShipPostalCode: 50111, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1002, - CustomerName: `Max Watson`, - CustomerFirstName: `Max`, - CustomerLastName: `Watson`, - CustomerAddress: `164 Wall Street, Miami, USA, 50111`, - Salesperson: `Martin Watson`, - OrderID: 1230, - OrderDate: `2/9/2022`, - ProductID: 118, - ProductName: `Mac Book Air`, - UnitPrice: 25310.39, - Quantity: 3, - ExtendedPrice: 75931.17, - Freight: 210.39, - Discontinued: false, - Region: `West`, - Address: `164 Wall Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 50111 - }), - new InvoicesDataItem( - { - ShipName: `Madison Townhouse`, - ShipAddress: `124 Market Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 90123, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Speedy Express`, - CustomerID: 1003, - CustomerName: `Max Madison`, - CustomerFirstName: `Max`, - CustomerLastName: `Madison`, - CustomerAddress: `124 Market Street, Philadelphia, USA, 90123`, - Salesperson: `Anna Black`, - OrderID: 1176, - OrderDate: `6/3/2022`, - ProductID: 169, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 29890.86, - Quantity: 4, - ExtendedPrice: 119563.44, - Freight: 800.86, - Discontinued: false, - Region: `South East`, - Address: `124 Market Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 90123 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Townhouse`, - ShipAddress: `181 Market Street`, - ShipCity: `Miami`, - ShipPostalCode: 90095, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1004, - CustomerName: `Pamela Jackson`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Jackson`, - CustomerAddress: `181 Market Street, Miami, USA, 90095`, - Salesperson: `Max Black`, - OrderID: 1382, - OrderDate: `1/10/2022`, - ProductID: 185, - ProductName: `Samsung Note`, - UnitPrice: 7810.61, - Quantity: 2, - ExtendedPrice: 15621.22, - Freight: 1790.61, - Discontinued: false, - Region: `West`, - Address: `181 Market Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 90095 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Home`, - ShipAddress: `188 Wall Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 50149, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1005, - CustomerName: `Mike Jefferson`, - CustomerFirstName: `Mike`, - CustomerLastName: `Jefferson`, - CustomerAddress: `188 Wall Street, Los Angeles, USA, 50149`, - Salesperson: `Martin Jefferson`, - OrderID: 1864, - OrderDate: `8/18/2022`, - ProductID: 168, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 9370.76, - Quantity: 4, - ExtendedPrice: 37483.04, - Freight: 970.76, - Discontinued: false, - Region: `North East`, - Address: `188 Wall Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 50149 - }), - new InvoicesDataItem( - { - ShipName: `Smith Home`, - ShipAddress: `174 Market Street`, - ShipCity: `Huston`, - ShipPostalCode: 90112, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1006, - CustomerName: `Martin Smith`, - CustomerFirstName: `Martin`, - CustomerLastName: `Smith`, - CustomerAddress: `174 Market Street, Huston, USA, 90112`, - Salesperson: `Nancy Smith`, - OrderID: 1502, - OrderDate: `6/13/2022`, - ProductID: 199, - ProductName: `IPhone`, - UnitPrice: 20830.47, - Quantity: 2, - ExtendedPrice: 41660.94, - Freight: 1530.47, - Discontinued: false, - Region: `West`, - Address: `174 Market Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 90112 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Townhouse`, - ShipAddress: `134 Market Street`, - ShipCity: `Miami`, - ShipPostalCode: 50083, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1007, - CustomerName: `Nancy Jefferson`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Jefferson`, - CustomerAddress: `134 Market Street, Miami, USA, 50083`, - Salesperson: `Mike Jefferson`, - OrderID: 1305, - OrderDate: `10/21/2022`, - ProductID: 185, - ProductName: `Mac Book Air`, - UnitPrice: 7320.44, - Quantity: 2, - ExtendedPrice: 14640.88, - Freight: 630.44, - Discontinued: false, - Region: `West`, - Address: `134 Market Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 50083 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Estate`, - ShipAddress: `177 Main Street`, - ShipCity: `New York`, - ShipPostalCode: 70185, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1008, - CustomerName: `Nancy Jefferson`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Jefferson`, - CustomerAddress: `177 Main Street, New York, USA, 70185`, - Salesperson: `Pamela Watson`, - OrderID: 1725, - OrderDate: `5/7/2022`, - ProductID: 133, - ProductName: `Mac Book Air`, - UnitPrice: 11240.72, - Quantity: 3, - ExtendedPrice: 33722.16, - Freight: 420.72, - Discontinued: false, - Region: `South East`, - Address: `177 Main Street`, - City: `New York`, - Country: `USA`, - PostalCode: 70185 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Estate`, - ShipAddress: `169 Main Street`, - ShipCity: `Miami`, - ShipPostalCode: 90183, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Speedy Express`, - CustomerID: 1009, - CustomerName: `Mike Jefferson`, - CustomerFirstName: `Mike`, - CustomerLastName: `Jefferson`, - CustomerAddress: `169 Main Street, Miami, USA, 90183`, - Salesperson: `Anna Watson`, - OrderID: 1977, - OrderDate: `10/14/2022`, - ProductID: 178, - ProductName: `IPhone`, - UnitPrice: 6460.55, - Quantity: 3, - ExtendedPrice: 19381.65, - Freight: 370.55, - Discontinued: true, - Region: `South East`, - Address: `169 Main Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 90183 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Estate`, - ShipAddress: `151 Market Street`, - ShipCity: `New York`, - ShipPostalCode: 80160, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1010, - CustomerName: `James Jackson`, - CustomerFirstName: `James`, - CustomerLastName: `Jackson`, - CustomerAddress: `151 Market Street, New York, USA, 80160`, - Salesperson: `Nancy Black`, - OrderID: 1666, - OrderDate: `12/6/2022`, - ProductID: 140, - ProductName: `Mac Book Pro`, - UnitPrice: 7940.82, - Quantity: 2, - ExtendedPrice: 15881.64, - Freight: 1670.82, - Discontinued: false, - Region: `South East`, - Address: `151 Market Street`, - City: `New York`, - Country: `USA`, - PostalCode: 80160 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Market`, - ShipAddress: `147 Main Street`, - ShipCity: `Miami`, - ShipPostalCode: 80183, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1011, - CustomerName: `James Jefferson`, - CustomerFirstName: `James`, - CustomerLastName: `Jefferson`, - CustomerAddress: `147 Main Street, Miami, USA, 80183`, - Salesperson: `Mike Madison`, - OrderID: 1059, - OrderDate: `5/14/2022`, - ProductID: 174, - ProductName: `Samsung Note`, - UnitPrice: 14650.56, - Quantity: 2, - ExtendedPrice: 29301.12, - Freight: 1770.56, - Discontinued: false, - Region: `West`, - Address: `147 Main Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 80183 - }), - new InvoicesDataItem( - { - ShipName: `Watson Estate`, - ShipAddress: `134 Main Street`, - ShipCity: `New York`, - ShipPostalCode: 80066, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1012, - CustomerName: `Mike Watson`, - CustomerFirstName: `Mike`, - CustomerLastName: `Watson`, - CustomerAddress: `134 Main Street, New York, USA, 80066`, - Salesperson: `Mike Black`, - OrderID: 1851, - OrderDate: `7/24/2022`, - ProductID: 175, - ProductName: `IPhone`, - UnitPrice: 7870.39, - Quantity: 2, - ExtendedPrice: 15740.78, - Freight: 360.39, - Discontinued: false, - Region: `West`, - Address: `134 Main Street`, - City: `New York`, - Country: `USA`, - PostalCode: 80066 - }), - new InvoicesDataItem( - { - ShipName: `Madison Estate`, - ShipAddress: `159 Market Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 80096, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1013, - CustomerName: `Ben Madison`, - CustomerFirstName: `Ben`, - CustomerLastName: `Madison`, - CustomerAddress: `159 Market Street, Los Angeles, USA, 80096`, - Salesperson: `Anna Madison`, - OrderID: 1451, - OrderDate: `10/4/2022`, - ProductID: 188, - ProductName: `Mac Book Pro`, - UnitPrice: 13920.38, - Quantity: 4, - ExtendedPrice: 55681.52, - Freight: 1140.38, - Discontinued: false, - Region: `North East`, - Address: `159 Market Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 80096 - }), - new InvoicesDataItem( - { - ShipName: `Madison Estate`, - ShipAddress: `187 Wall Street`, - ShipCity: `Miami`, - ShipPostalCode: 60144, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1014, - CustomerName: `Martin Madison`, - CustomerFirstName: `Martin`, - CustomerLastName: `Madison`, - CustomerAddress: `187 Wall Street, Miami, USA, 60144`, - Salesperson: `Ben Jefferson`, - OrderID: 1331, - OrderDate: `4/4/2022`, - ProductID: 119, - ProductName: `IPhone`, - UnitPrice: 6940.73, - Quantity: 5, - ExtendedPrice: 34703.65, - Freight: 640.73, - Discontinued: false, - Region: `West`, - Address: `187 Wall Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 60144 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Townhouse`, - ShipAddress: `158 Wall Street`, - ShipCity: `Huston`, - ShipPostalCode: 60063, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1015, - CustomerName: `Ben Jackson`, - CustomerFirstName: `Ben`, - CustomerLastName: `Jackson`, - CustomerAddress: `158 Wall Street, Huston, USA, 60063`, - Salesperson: `Martin Jefferson`, - OrderID: 1609, - OrderDate: `9/6/2022`, - ProductID: 171, - ProductName: `IPhone`, - UnitPrice: 29080.28, - Quantity: 2, - ExtendedPrice: 58160.56, - Freight: 1810.28, - Discontinued: false, - Region: `South East`, - Address: `158 Wall Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 60063 - }), - new InvoicesDataItem( - { - ShipName: `Black Market`, - ShipAddress: `168 Main Street`, - ShipCity: `Huston`, - ShipPostalCode: 60184, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1016, - CustomerName: `James Black`, - CustomerFirstName: `James`, - CustomerLastName: `Black`, - CustomerAddress: `168 Main Street, Huston, USA, 60184`, - Salesperson: `Martin Watson`, - OrderID: 1772, - OrderDate: `3/20/2022`, - ProductID: 152, - ProductName: `Mac Book Air`, - UnitPrice: 28350.9, - Quantity: 5, - ExtendedPrice: 141754.5, - Freight: 1290.9, - Discontinued: false, - Region: `South East`, - Address: `168 Main Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 60184 - }), - new InvoicesDataItem( - { - ShipName: `Black Market`, - ShipAddress: `116 Main Street`, - ShipCity: `Miami`, - ShipPostalCode: 60129, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1017, - CustomerName: `Nancy Black`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Black`, - CustomerAddress: `116 Main Street, Miami, USA, 60129`, - Salesperson: `Nancy Smith`, - OrderID: 1792, - OrderDate: `9/1/2022`, - ProductID: 182, - ProductName: `Samsung Note`, - UnitPrice: 13730.78, - Quantity: 4, - ExtendedPrice: 54923.12, - Freight: 740.78, - Discontinued: false, - Region: `North East`, - Address: `116 Main Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 60129 - }), - new InvoicesDataItem( - { - ShipName: `Madison Market`, - ShipAddress: `116 Market Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 80090, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1018, - CustomerName: `Martin Madison`, - CustomerFirstName: `Martin`, - CustomerLastName: `Madison`, - CustomerAddress: `116 Market Street, Los Angeles, USA, 80090`, - Salesperson: `Anna Madison`, - OrderID: 1285, - OrderDate: `10/21/2022`, - ProductID: 157, - ProductName: `Mac Book Pro`, - UnitPrice: 8120.36, - Quantity: 3, - ExtendedPrice: 24361.08, - Freight: 410.36, - Discontinued: false, - Region: `West`, - Address: `116 Market Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 80090 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Townhouse`, - ShipAddress: `135 Wall Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 90101, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1019, - CustomerName: `Max Jefferson`, - CustomerFirstName: `Max`, - CustomerLastName: `Jefferson`, - CustomerAddress: `135 Wall Street, Philadelphia, USA, 90101`, - Salesperson: `Mike Madison`, - OrderID: 1205, - OrderDate: `12/22/2022`, - ProductID: 153, - ProductName: `Mac Book Pro`, - UnitPrice: 11830.22, - Quantity: 2, - ExtendedPrice: 23660.44, - Freight: 330.22, - Discontinued: true, - Region: `North East`, - Address: `135 Wall Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 90101 - }), - new InvoicesDataItem( - { - ShipName: `Smith Home`, - ShipAddress: `164 Market Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 70056, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Speedy Express`, - CustomerID: 1020, - CustomerName: `James Smith`, - CustomerFirstName: `James`, - CustomerLastName: `Smith`, - CustomerAddress: `164 Market Street, Philadelphia, USA, 70056`, - Salesperson: `Ben Watson`, - OrderID: 1759, - OrderDate: `8/3/2022`, - ProductID: 129, - ProductName: `Mac Book Pro`, - UnitPrice: 15140.82, - Quantity: 4, - ExtendedPrice: 60563.28, - Freight: 1400.82, - Discontinued: false, - Region: `South East`, - Address: `164 Market Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 70056 - }), - new InvoicesDataItem( - { - ShipName: `Madison Estate`, - ShipAddress: `196 Wall Street`, - ShipCity: `Miami`, - ShipPostalCode: 90169, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1021, - CustomerName: `Max Madison`, - CustomerFirstName: `Max`, - CustomerLastName: `Madison`, - CustomerAddress: `196 Wall Street, Miami, USA, 90169`, - Salesperson: `Mike Smith`, - OrderID: 1879, - OrderDate: `8/17/2022`, - ProductID: 127, - ProductName: `Mac Book Air`, - UnitPrice: 26710.41, - Quantity: 5, - ExtendedPrice: 133552.05, - Freight: 1810.41, - Discontinued: false, - Region: `West`, - Address: `196 Wall Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 90169 - }), - new InvoicesDataItem( - { - ShipName: `Black Market`, - ShipAddress: `175 Wall Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 50142, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1022, - CustomerName: `Nancy Black`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Black`, - CustomerAddress: `175 Wall Street, Philadelphia, USA, 50142`, - Salesperson: `Anna Jefferson`, - OrderID: 1917, - OrderDate: `3/6/2022`, - ProductID: 114, - ProductName: `IPad`, - UnitPrice: 9640.51, - Quantity: 3, - ExtendedPrice: 28921.53, - Freight: 840.51, - Discontinued: false, - Region: `North East`, - Address: `175 Wall Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 50142 - }), - new InvoicesDataItem( - { - ShipName: `Black Home`, - ShipAddress: `122 Main Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 60097, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1023, - CustomerName: `Pamela Black`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Black`, - CustomerAddress: `122 Main Street, Los Angeles, USA, 60097`, - Salesperson: `James Black`, - OrderID: 1176, - OrderDate: `8/4/2022`, - ProductID: 197, - ProductName: `IPad`, - UnitPrice: 14500.56, - Quantity: 4, - ExtendedPrice: 58002.24, - Freight: 530.56, - Discontinued: false, - Region: `West`, - Address: `122 Main Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 60097 - }), - new InvoicesDataItem( - { - ShipName: `Smith Home`, - ShipAddress: `139 Main Street`, - ShipCity: `Miami`, - ShipPostalCode: 60175, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1024, - CustomerName: `James Smith`, - CustomerFirstName: `James`, - CustomerLastName: `Smith`, - CustomerAddress: `139 Main Street, Miami, USA, 60175`, - Salesperson: `Mike Jefferson`, - OrderID: 1317, - OrderDate: `5/21/2022`, - ProductID: 115, - ProductName: `Mac Book Air`, - UnitPrice: 17200.82, - Quantity: 2, - ExtendedPrice: 34401.64, - Freight: 1610.82, - Discontinued: false, - Region: `West`, - Address: `139 Main Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 60175 - }), - new InvoicesDataItem( - { - ShipName: `Watson Townhouse`, - ShipAddress: `155 Market Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 60124, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Federal Shipping`, - CustomerID: 1025, - CustomerName: `James Watson`, - CustomerFirstName: `James`, - CustomerLastName: `Watson`, - CustomerAddress: `155 Market Street, Philadelphia, USA, 60124`, - Salesperson: `Max Smith`, - OrderID: 1721, - OrderDate: `6/15/2022`, - ProductID: 197, - ProductName: `Samsung Note`, - UnitPrice: 9810.3, - Quantity: 2, - ExtendedPrice: 19620.6, - Freight: 1990.3, - Discontinued: false, - Region: `South East`, - Address: `155 Market Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 60124 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Townhouse`, - ShipAddress: `136 Main Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 80120, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1026, - CustomerName: `Ben Jackson`, - CustomerFirstName: `Ben`, - CustomerLastName: `Jackson`, - CustomerAddress: `136 Main Street, Philadelphia, USA, 80120`, - Salesperson: `Max Smith`, - OrderID: 1266, - OrderDate: `12/13/2022`, - ProductID: 198, - ProductName: `Mac Book Pro`, - UnitPrice: 25410.64, - Quantity: 2, - ExtendedPrice: 50821.28, - Freight: 1860.64, - Discontinued: false, - Region: `West`, - Address: `136 Main Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 80120 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Estate`, - ShipAddress: `114 Main Street`, - ShipCity: `New York`, - ShipPostalCode: 60186, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1027, - CustomerName: `Max Jackson`, - CustomerFirstName: `Max`, - CustomerLastName: `Jackson`, - CustomerAddress: `114 Main Street, New York, USA, 60186`, - Salesperson: `Mike Jefferson`, - OrderID: 1636, - OrderDate: `7/7/2022`, - ProductID: 174, - ProductName: `Mac Book Pro`, - UnitPrice: 13740.7, - Quantity: 4, - ExtendedPrice: 54962.8, - Freight: 1960.7, - Discontinued: false, - Region: `West`, - Address: `114 Main Street`, - City: `New York`, - Country: `USA`, - PostalCode: 60186 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Home`, - ShipAddress: `167 Market Street`, - ShipCity: `Huston`, - ShipPostalCode: 70193, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Speedy Express`, - CustomerID: 1028, - CustomerName: `Nancy Jefferson`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Jefferson`, - CustomerAddress: `167 Market Street, Huston, USA, 70193`, - Salesperson: `Ben Jefferson`, - OrderID: 1689, - OrderDate: `1/2/2022`, - ProductID: 192, - ProductName: `IPad`, - UnitPrice: 8760.83, - Quantity: 3, - ExtendedPrice: 26282.49, - Freight: 490.83, - Discontinued: false, - Region: `South East`, - Address: `167 Market Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 70193 - }), - new InvoicesDataItem( - { - ShipName: `Madison Home`, - ShipAddress: `139 Wall Street`, - ShipCity: `New York`, - ShipPostalCode: 80080, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1029, - CustomerName: `Anna Madison`, - CustomerFirstName: `Anna`, - CustomerLastName: `Madison`, - CustomerAddress: `139 Wall Street, New York, USA, 80080`, - Salesperson: `Anna Black`, - OrderID: 1610, - OrderDate: `3/17/2022`, - ProductID: 105, - ProductName: `Mac Book Pro`, - UnitPrice: 19860.82, - Quantity: 3, - ExtendedPrice: 59582.46, - Freight: 1990.82, - Discontinued: true, - Region: `West`, - Address: `139 Wall Street`, - City: `New York`, - Country: `USA`, - PostalCode: 80080 - }), - new InvoicesDataItem( - { - ShipName: `Madison Home`, - ShipAddress: `173 Market Street`, - ShipCity: `New York`, - ShipPostalCode: 70054, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1030, - CustomerName: `Ben Madison`, - CustomerFirstName: `Ben`, - CustomerLastName: `Madison`, - CustomerAddress: `173 Market Street, New York, USA, 70054`, - Salesperson: `Ben Jackson`, - OrderID: 1404, - OrderDate: `12/8/2022`, - ProductID: 171, - ProductName: `IPhone`, - UnitPrice: 12430.21, - Quantity: 3, - ExtendedPrice: 37290.63, - Freight: 880.21, - Discontinued: false, - Region: `West`, - Address: `173 Market Street`, - City: `New York`, - Country: `USA`, - PostalCode: 70054 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Market`, - ShipAddress: `187 Wall Street`, - ShipCity: `New York`, - ShipPostalCode: 60100, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Federal Shipping`, - CustomerID: 1031, - CustomerName: `Mike Jefferson`, - CustomerFirstName: `Mike`, - CustomerLastName: `Jefferson`, - CustomerAddress: `187 Wall Street, New York, USA, 60100`, - Salesperson: `Nancy Smith`, - OrderID: 1480, - OrderDate: `2/8/2022`, - ProductID: 181, - ProductName: `IPad`, - UnitPrice: 26730.66, - Quantity: 2, - ExtendedPrice: 53461.32, - Freight: 510.66, - Discontinued: false, - Region: `South East`, - Address: `187 Wall Street`, - City: `New York`, - Country: `USA`, - PostalCode: 60100 - }), - new InvoicesDataItem( - { - ShipName: `Madison Home`, - ShipAddress: `149 Main Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 90150, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1032, - CustomerName: `Mike Madison`, - CustomerFirstName: `Mike`, - CustomerLastName: `Madison`, - CustomerAddress: `149 Main Street, Los Angeles, USA, 90150`, - Salesperson: `Max Jefferson`, - OrderID: 1886, - OrderDate: `12/2/2022`, - ProductID: 132, - ProductName: `IPhone`, - UnitPrice: 13760.64, - Quantity: 3, - ExtendedPrice: 41281.92, - Freight: 1110.64, - Discontinued: false, - Region: `West`, - Address: `149 Main Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 90150 - }), - new InvoicesDataItem( - { - ShipName: `Smith Market`, - ShipAddress: `124 Market Street`, - ShipCity: `Huston`, - ShipPostalCode: 80175, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1033, - CustomerName: `Martin Smith`, - CustomerFirstName: `Martin`, - CustomerLastName: `Smith`, - CustomerAddress: `124 Market Street, Huston, USA, 80175`, - Salesperson: `Nancy Smith`, - OrderID: 1625, - OrderDate: `11/9/2022`, - ProductID: 100, - ProductName: `IPad`, - UnitPrice: 11590.58, - Quantity: 3, - ExtendedPrice: 34771.74, - Freight: 1080.58, - Discontinued: false, - Region: `South East`, - Address: `124 Market Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 80175 - }), - new InvoicesDataItem( - { - ShipName: `Watson Townhouse`, - ShipAddress: `193 Wall Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 60165, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1034, - CustomerName: `Max Watson`, - CustomerFirstName: `Max`, - CustomerLastName: `Watson`, - CustomerAddress: `193 Wall Street, Philadelphia, USA, 60165`, - Salesperson: `Martin Jackson`, - OrderID: 1669, - OrderDate: `7/3/2022`, - ProductID: 157, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 19220.31, - Quantity: 2, - ExtendedPrice: 38440.62, - Freight: 1130.31, - Discontinued: false, - Region: `South East`, - Address: `193 Wall Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 60165 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Estate`, - ShipAddress: `200 Wall Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 80146, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1035, - CustomerName: `Max Jackson`, - CustomerFirstName: `Max`, - CustomerLastName: `Jackson`, - CustomerAddress: `200 Wall Street, Philadelphia, USA, 80146`, - Salesperson: `Pamela Jefferson`, - OrderID: 1654, - OrderDate: `1/7/2022`, - ProductID: 155, - ProductName: `IPhone`, - UnitPrice: 7040.83, - Quantity: 2, - ExtendedPrice: 14081.66, - Freight: 1420.83, - Discontinued: false, - Region: `North East`, - Address: `200 Wall Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 80146 - }), - new InvoicesDataItem( - { - ShipName: `Smith Estate`, - ShipAddress: `122 Market Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 80150, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Speedy Express`, - CustomerID: 1036, - CustomerName: `Nancy Smith`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Smith`, - CustomerAddress: `122 Market Street, Los Angeles, USA, 80150`, - Salesperson: `Martin Jackson`, - OrderID: 1678, - OrderDate: `12/14/2022`, - ProductID: 120, - ProductName: `Mac Book Air`, - UnitPrice: 6530.89, - Quantity: 3, - ExtendedPrice: 19592.67, - Freight: 250.89, - Discontinued: false, - Region: `North East`, - Address: `122 Market Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 80150 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Market`, - ShipAddress: `128 Main Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 50068, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1037, - CustomerName: `Max Jackson`, - CustomerFirstName: `Max`, - CustomerLastName: `Jackson`, - CustomerAddress: `128 Main Street, Los Angeles, USA, 50068`, - Salesperson: `Ben Watson`, - OrderID: 1301, - OrderDate: `1/25/2022`, - ProductID: 166, - ProductName: `IPad`, - UnitPrice: 11420.23, - Quantity: 2, - ExtendedPrice: 22840.46, - Freight: 950.23, - Discontinued: false, - Region: `South East`, - Address: `128 Main Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 50068 - }), - new InvoicesDataItem( - { - ShipName: `Smith Home`, - ShipAddress: `119 Market Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 60180, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1038, - CustomerName: `Pamela Smith`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Smith`, - CustomerAddress: `119 Market Street, Los Angeles, USA, 60180`, - Salesperson: `Pamela Madison`, - OrderID: 1385, - OrderDate: `6/24/2022`, - ProductID: 132, - ProductName: `Mac Book Air`, - UnitPrice: 29810.6, - Quantity: 4, - ExtendedPrice: 119242.4, - Freight: 220.6, - Discontinued: false, - Region: `West`, - Address: `119 Market Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 60180 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Market`, - ShipAddress: `115 Market Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 90168, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Speedy Express`, - CustomerID: 1039, - CustomerName: `James Jefferson`, - CustomerFirstName: `James`, - CustomerLastName: `Jefferson`, - CustomerAddress: `115 Market Street, Los Angeles, USA, 90168`, - Salesperson: `Martin Smith`, - OrderID: 1308, - OrderDate: `8/13/2022`, - ProductID: 109, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 20770.59, - Quantity: 5, - ExtendedPrice: 103852.95, - Freight: 1690.59, - Discontinued: true, - Region: `North East`, - Address: `115 Market Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 90168 - }), - new InvoicesDataItem( - { - ShipName: `Watson Estate`, - ShipAddress: `128 Market Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 50118, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Speedy Express`, - CustomerID: 1040, - CustomerName: `Anna Watson`, - CustomerFirstName: `Anna`, - CustomerLastName: `Watson`, - CustomerAddress: `128 Market Street, Los Angeles, USA, 50118`, - Salesperson: `Pamela Black`, - OrderID: 1519, - OrderDate: `10/4/2022`, - ProductID: 139, - ProductName: `Mac Book Air`, - UnitPrice: 14860.44, - Quantity: 2, - ExtendedPrice: 29720.88, - Freight: 1670.44, - Discontinued: false, - Region: `South East`, - Address: `128 Market Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 50118 - }), - new InvoicesDataItem( - { - ShipName: `Smith Townhouse`, - ShipAddress: `108 Market Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 90129, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1041, - CustomerName: `Martin Smith`, - CustomerFirstName: `Martin`, - CustomerLastName: `Smith`, - CustomerAddress: `108 Market Street, Los Angeles, USA, 90129`, - Salesperson: `Nancy Black`, - OrderID: 1118, - OrderDate: `2/7/2022`, - ProductID: 126, - ProductName: `Mac Book Air`, - UnitPrice: 28690.85, - Quantity: 4, - ExtendedPrice: 114763.4, - Freight: 500.85, - Discontinued: false, - Region: `West`, - Address: `108 Market Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 90129 - }), - new InvoicesDataItem( - { - ShipName: `Smith Market`, - ShipAddress: `180 Main Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 50101, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1042, - CustomerName: `Anna Smith`, - CustomerFirstName: `Anna`, - CustomerLastName: `Smith`, - CustomerAddress: `180 Main Street, Los Angeles, USA, 50101`, - Salesperson: `Martin Jefferson`, - OrderID: 1541, - OrderDate: `5/3/2022`, - ProductID: 179, - ProductName: `Mac Book Pro`, - UnitPrice: 22630.28, - Quantity: 3, - ExtendedPrice: 67890.84, - Freight: 1200.28, - Discontinued: false, - Region: `North East`, - Address: `180 Main Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 50101 - }), - new InvoicesDataItem( - { - ShipName: `Black Townhouse`, - ShipAddress: `177 Market Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 90107, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1043, - CustomerName: `Max Black`, - CustomerFirstName: `Max`, - CustomerLastName: `Black`, - CustomerAddress: `177 Market Street, Philadelphia, USA, 90107`, - Salesperson: `Martin Jefferson`, - OrderID: 1747, - OrderDate: `5/11/2022`, - ProductID: 133, - ProductName: `Mac Book Pro`, - UnitPrice: 6930.51, - Quantity: 3, - ExtendedPrice: 20791.53, - Freight: 1660.51, - Discontinued: false, - Region: `South East`, - Address: `177 Market Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 90107 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Estate`, - ShipAddress: `134 Market Street`, - ShipCity: `Miami`, - ShipPostalCode: 70172, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Speedy Express`, - CustomerID: 1044, - CustomerName: `Anna Jefferson`, - CustomerFirstName: `Anna`, - CustomerLastName: `Jefferson`, - CustomerAddress: `134 Market Street, Miami, USA, 70172`, - Salesperson: `Mike Smith`, - OrderID: 1343, - OrderDate: `10/11/2022`, - ProductID: 190, - ProductName: `Samsung Note`, - UnitPrice: 26770.78, - Quantity: 4, - ExtendedPrice: 107083.12, - Freight: 960.78, - Discontinued: false, - Region: `North East`, - Address: `134 Market Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 70172 - }), - new InvoicesDataItem( - { - ShipName: `Watson Estate`, - ShipAddress: `117 Wall Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 90124, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1045, - CustomerName: `James Watson`, - CustomerFirstName: `James`, - CustomerLastName: `Watson`, - CustomerAddress: `117 Wall Street, Los Angeles, USA, 90124`, - Salesperson: `Mike Watson`, - OrderID: 1152, - OrderDate: `2/25/2022`, - ProductID: 101, - ProductName: `Mac Book Pro`, - UnitPrice: 8790.3, - Quantity: 5, - ExtendedPrice: 43951.5, - Freight: 220.3, - Discontinued: false, - Region: `South East`, - Address: `117 Wall Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 90124 - }), - new InvoicesDataItem( - { - ShipName: `Black Market`, - ShipAddress: `156 Wall Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 60181, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Speedy Express`, - CustomerID: 1046, - CustomerName: `James Black`, - CustomerFirstName: `James`, - CustomerLastName: `Black`, - CustomerAddress: `156 Wall Street, Philadelphia, USA, 60181`, - Salesperson: `Anna Smith`, - OrderID: 1823, - OrderDate: `10/12/2022`, - ProductID: 178, - ProductName: `Samsung Note`, - UnitPrice: 9750.55, - Quantity: 3, - ExtendedPrice: 29251.65, - Freight: 1940.55, - Discontinued: false, - Region: `North East`, - Address: `156 Wall Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 60181 - }), - new InvoicesDataItem( - { - ShipName: `Madison Market`, - ShipAddress: `122 Main Street`, - ShipCity: `New York`, - ShipPostalCode: 90182, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1047, - CustomerName: `Ben Madison`, - CustomerFirstName: `Ben`, - CustomerLastName: `Madison`, - CustomerAddress: `122 Main Street, New York, USA, 90182`, - Salesperson: `Mike Black`, - OrderID: 1548, - OrderDate: `5/1/2022`, - ProductID: 181, - ProductName: `Mac Book Air`, - UnitPrice: 11590.37, - Quantity: 4, - ExtendedPrice: 46361.48, - Freight: 900.37, - Discontinued: false, - Region: `West`, - Address: `122 Main Street`, - City: `New York`, - Country: `USA`, - PostalCode: 90182 - }), - new InvoicesDataItem( - { - ShipName: `Black Townhouse`, - ShipAddress: `112 Market Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 60175, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1048, - CustomerName: `Pamela Black`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Black`, - CustomerAddress: `112 Market Street, Los Angeles, USA, 60175`, - Salesperson: `Mike Madison`, - OrderID: 1581, - OrderDate: `5/21/2022`, - ProductID: 134, - ProductName: `Mac Book Air`, - UnitPrice: 8800.32, - Quantity: 2, - ExtendedPrice: 17600.64, - Freight: 1820.32, - Discontinued: false, - Region: `South East`, - Address: `112 Market Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 60175 - }), - new InvoicesDataItem( - { - ShipName: `Black Estate`, - ShipAddress: `153 Market Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 90170, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1049, - CustomerName: `Pamela Black`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Black`, - CustomerAddress: `153 Market Street, Los Angeles, USA, 90170`, - Salesperson: `Pamela Watson`, - OrderID: 1145, - OrderDate: `11/13/2022`, - ProductID: 151, - ProductName: `Mac Book Air`, - UnitPrice: 25830.42, - Quantity: 3, - ExtendedPrice: 77491.26, - Freight: 270.42, - Discontinued: true, - Region: `North East`, - Address: `153 Market Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 90170 - }), - new InvoicesDataItem( - { - ShipName: `Black Estate`, - ShipAddress: `159 Market Street`, - ShipCity: `Huston`, - ShipPostalCode: 80198, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1050, - CustomerName: `Anna Black`, - CustomerFirstName: `Anna`, - CustomerLastName: `Black`, - CustomerAddress: `159 Market Street, Huston, USA, 80198`, - Salesperson: `Pamela Jefferson`, - OrderID: 1455, - OrderDate: `12/16/2022`, - ProductID: 115, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 28510.28, - Quantity: 2, - ExtendedPrice: 57020.56, - Freight: 1450.28, - Discontinued: false, - Region: `West`, - Address: `159 Market Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 80198 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Market`, - ShipAddress: `125 Market Street`, - ShipCity: `Miami`, - ShipPostalCode: 70160, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Speedy Express`, - CustomerID: 1051, - CustomerName: `Nancy Jefferson`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Jefferson`, - CustomerAddress: `125 Market Street, Miami, USA, 70160`, - Salesperson: `Anna Jefferson`, - OrderID: 1787, - OrderDate: `1/3/2022`, - ProductID: 171, - ProductName: `Mac Book Air`, - UnitPrice: 18830.35, - Quantity: 3, - ExtendedPrice: 56491.05, - Freight: 1770.35, - Discontinued: false, - Region: `South East`, - Address: `125 Market Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 70160 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Home`, - ShipAddress: `114 Wall Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 70083, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1052, - CustomerName: `Nancy Jefferson`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Jefferson`, - CustomerAddress: `114 Wall Street, Los Angeles, USA, 70083`, - Salesperson: `Anna Madison`, - OrderID: 1591, - OrderDate: `4/6/2022`, - ProductID: 141, - ProductName: `Mac Book Air`, - UnitPrice: 18840.75, - Quantity: 2, - ExtendedPrice: 37681.5, - Freight: 710.75, - Discontinued: false, - Region: `West`, - Address: `114 Wall Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 70083 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Townhouse`, - ShipAddress: `193 Main Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 70170, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1053, - CustomerName: `James Jefferson`, - CustomerFirstName: `James`, - CustomerLastName: `Jefferson`, - CustomerAddress: `193 Main Street, Los Angeles, USA, 70170`, - Salesperson: `Anna Jackson`, - OrderID: 1020, - OrderDate: `7/20/2022`, - ProductID: 177, - ProductName: `IPad`, - UnitPrice: 15250.55, - Quantity: 3, - ExtendedPrice: 45751.65, - Freight: 980.55, - Discontinued: false, - Region: `West`, - Address: `193 Main Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 70170 - }), - new InvoicesDataItem( - { - ShipName: `Smith Home`, - ShipAddress: `156 Main Street`, - ShipCity: `Huston`, - ShipPostalCode: 50127, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Speedy Express`, - CustomerID: 1054, - CustomerName: `Ben Smith`, - CustomerFirstName: `Ben`, - CustomerLastName: `Smith`, - CustomerAddress: `156 Main Street, Huston, USA, 50127`, - Salesperson: `James Black`, - OrderID: 1770, - OrderDate: `3/24/2022`, - ProductID: 141, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 14910.59, - Quantity: 5, - ExtendedPrice: 74552.95, - Freight: 1330.59, - Discontinued: false, - Region: `South East`, - Address: `156 Main Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 50127 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Market`, - ShipAddress: `146 Market Street`, - ShipCity: `Miami`, - ShipPostalCode: 60064, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1055, - CustomerName: `Max Jackson`, - CustomerFirstName: `Max`, - CustomerLastName: `Jackson`, - CustomerAddress: `146 Market Street, Miami, USA, 60064`, - Salesperson: `Mike Smith`, - OrderID: 1766, - OrderDate: `10/23/2022`, - ProductID: 141, - ProductName: `Mac Book Air`, - UnitPrice: 16740.86, - Quantity: 3, - ExtendedPrice: 50222.58, - Freight: 580.86, - Discontinued: false, - Region: `West`, - Address: `146 Market Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 60064 - }), - new InvoicesDataItem( - { - ShipName: `Black Estate`, - ShipAddress: `163 Market Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 90158, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Speedy Express`, - CustomerID: 1056, - CustomerName: `Max Black`, - CustomerFirstName: `Max`, - CustomerLastName: `Black`, - CustomerAddress: `163 Market Street, Los Angeles, USA, 90158`, - Salesperson: `Martin Jefferson`, - OrderID: 1415, - OrderDate: `9/2/2022`, - ProductID: 112, - ProductName: `IPhone`, - UnitPrice: 25190.37, - Quantity: 3, - ExtendedPrice: 75571.11, - Freight: 1060.37, - Discontinued: false, - Region: `South East`, - Address: `163 Market Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 90158 - }), - new InvoicesDataItem( - { - ShipName: `Watson Townhouse`, - ShipAddress: `171 Main Street`, - ShipCity: `New York`, - ShipPostalCode: 50163, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1057, - CustomerName: `James Watson`, - CustomerFirstName: `James`, - CustomerLastName: `Watson`, - CustomerAddress: `171 Main Street, New York, USA, 50163`, - Salesperson: `Martin Smith`, - OrderID: 1430, - OrderDate: `9/2/2022`, - ProductID: 120, - ProductName: `Samsung Note`, - UnitPrice: 26340.71, - Quantity: 2, - ExtendedPrice: 52681.42, - Freight: 770.71, - Discontinued: false, - Region: `North East`, - Address: `171 Main Street`, - City: `New York`, - Country: `USA`, - PostalCode: 50163 - }), - new InvoicesDataItem( - { - ShipName: `Black Townhouse`, - ShipAddress: `195 Wall Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 60159, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Speedy Express`, - CustomerID: 1058, - CustomerName: `James Black`, - CustomerFirstName: `James`, - CustomerLastName: `Black`, - CustomerAddress: `195 Wall Street, Philadelphia, USA, 60159`, - Salesperson: `Ben Black`, - OrderID: 1903, - OrderDate: `2/19/2022`, - ProductID: 161, - ProductName: `IPad`, - UnitPrice: 6290.33, - Quantity: 5, - ExtendedPrice: 31451.65, - Freight: 890.33, - Discontinued: false, - Region: `South East`, - Address: `195 Wall Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 60159 - }), - new InvoicesDataItem( - { - ShipName: `Watson Market`, - ShipAddress: `171 Market Street`, - ShipCity: `Huston`, - ShipPostalCode: 50154, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1059, - CustomerName: `Pamela Watson`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Watson`, - CustomerAddress: `171 Market Street, Huston, USA, 50154`, - Salesperson: `Anna Madison`, - OrderID: 1578, - OrderDate: `6/5/2022`, - ProductID: 103, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 20240.82, - Quantity: 5, - ExtendedPrice: 101204.1, - Freight: 1490.82, - Discontinued: true, - Region: `West`, - Address: `171 Market Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 50154 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Market`, - ShipAddress: `103 Market Street`, - ShipCity: `New York`, - ShipPostalCode: 70081, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Federal Shipping`, - CustomerID: 1060, - CustomerName: `Max Jackson`, - CustomerFirstName: `Max`, - CustomerLastName: `Jackson`, - CustomerAddress: `103 Market Street, New York, USA, 70081`, - Salesperson: `Pamela Jackson`, - OrderID: 1142, - OrderDate: `4/1/2022`, - ProductID: 108, - ProductName: `IPhone`, - UnitPrice: 9790.41, - Quantity: 3, - ExtendedPrice: 29371.23, - Freight: 980.41, - Discontinued: false, - Region: `South East`, - Address: `103 Market Street`, - City: `New York`, - Country: `USA`, - PostalCode: 70081 - }), - new InvoicesDataItem( - { - ShipName: `Smith Market`, - ShipAddress: `187 Market Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 70141, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1061, - CustomerName: `Mike Smith`, - CustomerFirstName: `Mike`, - CustomerLastName: `Smith`, - CustomerAddress: `187 Market Street, Los Angeles, USA, 70141`, - Salesperson: `Ben Jefferson`, - OrderID: 1871, - OrderDate: `8/20/2022`, - ProductID: 197, - ProductName: `IPad`, - UnitPrice: 28960.39, - Quantity: 2, - ExtendedPrice: 57920.78, - Freight: 1280.39, - Discontinued: false, - Region: `West`, - Address: `187 Market Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 70141 - }), - new InvoicesDataItem( - { - ShipName: `Black Estate`, - ShipAddress: `145 Main Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 50068, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1062, - CustomerName: `Ben Black`, - CustomerFirstName: `Ben`, - CustomerLastName: `Black`, - CustomerAddress: `145 Main Street, Philadelphia, USA, 50068`, - Salesperson: `Martin Watson`, - OrderID: 1747, - OrderDate: `1/20/2022`, - ProductID: 198, - ProductName: `Mac Book Pro`, - UnitPrice: 12530.74, - Quantity: 4, - ExtendedPrice: 50122.96, - Freight: 480.74, - Discontinued: false, - Region: `West`, - Address: `145 Main Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 50068 - }), - new InvoicesDataItem( - { - ShipName: `Black Home`, - ShipAddress: `109 Market Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 90197, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1063, - CustomerName: `Nancy Black`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Black`, - CustomerAddress: `109 Market Street, Los Angeles, USA, 90197`, - Salesperson: `James Black`, - OrderID: 1881, - OrderDate: `11/6/2022`, - ProductID: 162, - ProductName: `Samsung Note`, - UnitPrice: 29810.51, - Quantity: 2, - ExtendedPrice: 59621.02, - Freight: 750.51, - Discontinued: false, - Region: `North East`, - Address: `109 Market Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 90197 - }), - new InvoicesDataItem( - { - ShipName: `Smith Market`, - ShipAddress: `155 Market Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 50184, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1064, - CustomerName: `Nancy Smith`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Smith`, - CustomerAddress: `155 Market Street, Los Angeles, USA, 50184`, - Salesperson: `Mike Madison`, - OrderID: 1172, - OrderDate: `5/14/2022`, - ProductID: 154, - ProductName: `IPhone`, - UnitPrice: 11440.88, - Quantity: 2, - ExtendedPrice: 22881.76, - Freight: 1570.88, - Discontinued: false, - Region: `West`, - Address: `155 Market Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 50184 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Estate`, - ShipAddress: `136 Main Street`, - ShipCity: `New York`, - ShipPostalCode: 60147, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Federal Shipping`, - CustomerID: 1065, - CustomerName: `James Jackson`, - CustomerFirstName: `James`, - CustomerLastName: `Jackson`, - CustomerAddress: `136 Main Street, New York, USA, 60147`, - Salesperson: `James Jefferson`, - OrderID: 1538, - OrderDate: `2/4/2022`, - ProductID: 142, - ProductName: `IPad`, - UnitPrice: 18340.25, - Quantity: 5, - ExtendedPrice: 91701.25, - Freight: 1730.25, - Discontinued: false, - Region: `South East`, - Address: `136 Main Street`, - City: `New York`, - Country: `USA`, - PostalCode: 60147 - }), - new InvoicesDataItem( - { - ShipName: `Madison Market`, - ShipAddress: `184 Wall Street`, - ShipCity: `Miami`, - ShipPostalCode: 60091, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1066, - CustomerName: `Mike Madison`, - CustomerFirstName: `Mike`, - CustomerLastName: `Madison`, - CustomerAddress: `184 Wall Street, Miami, USA, 60091`, - Salesperson: `Ben Jackson`, - OrderID: 1863, - OrderDate: `2/6/2022`, - ProductID: 186, - ProductName: `Samsung Note`, - UnitPrice: 6690.4, - Quantity: 5, - ExtendedPrice: 33452, - Freight: 930.4, - Discontinued: false, - Region: `West`, - Address: `184 Wall Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 60091 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Townhouse`, - ShipAddress: `103 Market Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 80170, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1067, - CustomerName: `James Jackson`, - CustomerFirstName: `James`, - CustomerLastName: `Jackson`, - CustomerAddress: `103 Market Street, Philadelphia, USA, 80170`, - Salesperson: `Max Black`, - OrderID: 1476, - OrderDate: `1/13/2022`, - ProductID: 156, - ProductName: `Mac Book Pro`, - UnitPrice: 29040.31, - Quantity: 5, - ExtendedPrice: 145201.55, - Freight: 1070.31, - Discontinued: false, - Region: `West`, - Address: `103 Market Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 80170 - }), - new InvoicesDataItem( - { - ShipName: `Smith Estate`, - ShipAddress: `104 Market Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 80188, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1068, - CustomerName: `Ben Smith`, - CustomerFirstName: `Ben`, - CustomerLastName: `Smith`, - CustomerAddress: `104 Market Street, Los Angeles, USA, 80188`, - Salesperson: `Martin Watson`, - OrderID: 1131, - OrderDate: `9/13/2022`, - ProductID: 131, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 6780.79, - Quantity: 4, - ExtendedPrice: 27123.16, - Freight: 600.79, - Discontinued: false, - Region: `South East`, - Address: `104 Market Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 80188 - }), - new InvoicesDataItem( - { - ShipName: `Madison Townhouse`, - ShipAddress: `140 Main Street`, - ShipCity: `New York`, - ShipPostalCode: 90197, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1069, - CustomerName: `Martin Madison`, - CustomerFirstName: `Martin`, - CustomerLastName: `Madison`, - CustomerAddress: `140 Main Street, New York, USA, 90197`, - Salesperson: `Anna Smith`, - OrderID: 1829, - OrderDate: `2/18/2022`, - ProductID: 152, - ProductName: `Samsung Note`, - UnitPrice: 20150.52, - Quantity: 4, - ExtendedPrice: 80602.08, - Freight: 1840.52, - Discontinued: true, - Region: `North East`, - Address: `140 Main Street`, - City: `New York`, - Country: `USA`, - PostalCode: 90197 - }), - new InvoicesDataItem( - { - ShipName: `Smith Market`, - ShipAddress: `172 Wall Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 90159, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1070, - CustomerName: `Mike Smith`, - CustomerFirstName: `Mike`, - CustomerLastName: `Smith`, - CustomerAddress: `172 Wall Street, Philadelphia, USA, 90159`, - Salesperson: `Pamela Watson`, - OrderID: 1082, - OrderDate: `10/1/2022`, - ProductID: 164, - ProductName: `IPad`, - UnitPrice: 23810.31, - Quantity: 2, - ExtendedPrice: 47620.62, - Freight: 320.31, - Discontinued: false, - Region: `West`, - Address: `172 Wall Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 90159 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Market`, - ShipAddress: `147 Wall Street`, - ShipCity: `Huston`, - ShipPostalCode: 90173, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Federal Shipping`, - CustomerID: 1071, - CustomerName: `Ben Jackson`, - CustomerFirstName: `Ben`, - CustomerLastName: `Jackson`, - CustomerAddress: `147 Wall Street, Huston, USA, 90173`, - Salesperson: `Martin Smith`, - OrderID: 1449, - OrderDate: `1/21/2022`, - ProductID: 111, - ProductName: `Mac Book Pro`, - UnitPrice: 8280.25, - Quantity: 4, - ExtendedPrice: 33121, - Freight: 860.25, - Discontinued: false, - Region: `South East`, - Address: `147 Wall Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 90173 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Market`, - ShipAddress: `161 Main Street`, - ShipCity: `Huston`, - ShipPostalCode: 90102, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1072, - CustomerName: `Mike Jackson`, - CustomerFirstName: `Mike`, - CustomerLastName: `Jackson`, - CustomerAddress: `161 Main Street, Huston, USA, 90102`, - Salesperson: `Nancy Black`, - OrderID: 1609, - OrderDate: `9/22/2022`, - ProductID: 197, - ProductName: `Samsung Note`, - UnitPrice: 16740.35, - Quantity: 4, - ExtendedPrice: 66961.4, - Freight: 1940.35, - Discontinued: false, - Region: `North East`, - Address: `161 Main Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 90102 - }), - new InvoicesDataItem( - { - ShipName: `Smith Home`, - ShipAddress: `102 Market Street`, - ShipCity: `Miami`, - ShipPostalCode: 70124, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1073, - CustomerName: `Ben Smith`, - CustomerFirstName: `Ben`, - CustomerLastName: `Smith`, - CustomerAddress: `102 Market Street, Miami, USA, 70124`, - Salesperson: `Anna Smith`, - OrderID: 1984, - OrderDate: `8/6/2022`, - ProductID: 123, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 14660.66, - Quantity: 3, - ExtendedPrice: 43981.98, - Freight: 1910.66, - Discontinued: false, - Region: `West`, - Address: `102 Market Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 70124 - }), - new InvoicesDataItem( - { - ShipName: `Black Estate`, - ShipAddress: `139 Market Street`, - ShipCity: `Miami`, - ShipPostalCode: 90134, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1074, - CustomerName: `Martin Black`, - CustomerFirstName: `Martin`, - CustomerLastName: `Black`, - CustomerAddress: `139 Market Street, Miami, USA, 90134`, - Salesperson: `Max Jackson`, - OrderID: 1060, - OrderDate: `3/11/2022`, - ProductID: 154, - ProductName: `Mac Book Pro`, - UnitPrice: 14460.37, - Quantity: 4, - ExtendedPrice: 57841.48, - Freight: 1020.37, - Discontinued: false, - Region: `West`, - Address: `139 Market Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 90134 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Market`, - ShipAddress: `132 Market Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 60055, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1075, - CustomerName: `Martin Jackson`, - CustomerFirstName: `Martin`, - CustomerLastName: `Jackson`, - CustomerAddress: `132 Market Street, Philadelphia, USA, 60055`, - Salesperson: `Pamela Madison`, - OrderID: 1213, - OrderDate: `9/3/2022`, - ProductID: 108, - ProductName: `IPhone`, - UnitPrice: 19340.74, - Quantity: 3, - ExtendedPrice: 58022.22, - Freight: 1370.74, - Discontinued: false, - Region: `West`, - Address: `132 Market Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 60055 - }), - new InvoicesDataItem( - { - ShipName: `Black Market`, - ShipAddress: `192 Market Street`, - ShipCity: `Miami`, - ShipPostalCode: 90135, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Speedy Express`, - CustomerID: 1076, - CustomerName: `Mike Black`, - CustomerFirstName: `Mike`, - CustomerLastName: `Black`, - CustomerAddress: `192 Market Street, Miami, USA, 90135`, - Salesperson: `Nancy Madison`, - OrderID: 1563, - OrderDate: `5/8/2022`, - ProductID: 162, - ProductName: `Samsung Note`, - UnitPrice: 12670.48, - Quantity: 2, - ExtendedPrice: 25340.96, - Freight: 1870.48, - Discontinued: false, - Region: `South East`, - Address: `192 Market Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 90135 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Market`, - ShipAddress: `108 Wall Street`, - ShipCity: `Miami`, - ShipPostalCode: 90156, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Federal Shipping`, - CustomerID: 1077, - CustomerName: `Martin Jefferson`, - CustomerFirstName: `Martin`, - CustomerLastName: `Jefferson`, - CustomerAddress: `108 Wall Street, Miami, USA, 90156`, - Salesperson: `Max Smith`, - OrderID: 1087, - OrderDate: `6/24/2022`, - ProductID: 194, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 6860.84, - Quantity: 3, - ExtendedPrice: 20582.52, - Freight: 1880.84, - Discontinued: false, - Region: `South East`, - Address: `108 Wall Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 90156 - }), - new InvoicesDataItem( - { - ShipName: `Smith Market`, - ShipAddress: `162 Wall Street`, - ShipCity: `New York`, - ShipPostalCode: 80121, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1078, - CustomerName: `Nancy Smith`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Smith`, - CustomerAddress: `162 Wall Street, New York, USA, 80121`, - Salesperson: `Anna Black`, - OrderID: 1663, - OrderDate: `9/5/2022`, - ProductID: 149, - ProductName: `Mac Book Pro`, - UnitPrice: 29550.53, - Quantity: 5, - ExtendedPrice: 147752.65, - Freight: 1270.53, - Discontinued: false, - Region: `South East`, - Address: `162 Wall Street`, - City: `New York`, - Country: `USA`, - PostalCode: 80121 - }), - new InvoicesDataItem( - { - ShipName: `Smith Market`, - ShipAddress: `165 Main Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 70057, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Speedy Express`, - CustomerID: 1079, - CustomerName: `Martin Smith`, - CustomerFirstName: `Martin`, - CustomerLastName: `Smith`, - CustomerAddress: `165 Main Street, Los Angeles, USA, 70057`, - Salesperson: `James Watson`, - OrderID: 1724, - OrderDate: `5/6/2022`, - ProductID: 180, - ProductName: `IPad`, - UnitPrice: 13560.61, - Quantity: 3, - ExtendedPrice: 40681.83, - Freight: 760.61, - Discontinued: true, - Region: `North East`, - Address: `165 Main Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 70057 - }), - new InvoicesDataItem( - { - ShipName: `Watson Market`, - ShipAddress: `162 Main Street`, - ShipCity: `Huston`, - ShipPostalCode: 60057, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1080, - CustomerName: `Anna Watson`, - CustomerFirstName: `Anna`, - CustomerLastName: `Watson`, - CustomerAddress: `162 Main Street, Huston, USA, 60057`, - Salesperson: `Anna Watson`, - OrderID: 1156, - OrderDate: `10/5/2022`, - ProductID: 157, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 17220.59, - Quantity: 3, - ExtendedPrice: 51661.77, - Freight: 1550.59, - Discontinued: false, - Region: `North East`, - Address: `162 Main Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 60057 - }), - new InvoicesDataItem( - { - ShipName: `Watson Estate`, - ShipAddress: `126 Main Street`, - ShipCity: `Miami`, - ShipPostalCode: 70200, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1081, - CustomerName: `Nancy Watson`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Watson`, - CustomerAddress: `126 Main Street, Miami, USA, 70200`, - Salesperson: `Ben Watson`, - OrderID: 1982, - OrderDate: `9/11/2022`, - ProductID: 123, - ProductName: `Mac Book Air`, - UnitPrice: 25780.79, - Quantity: 2, - ExtendedPrice: 51561.58, - Freight: 680.79, - Discontinued: false, - Region: `South East`, - Address: `126 Main Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 70200 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Market`, - ShipAddress: `105 Wall Street`, - ShipCity: `Huston`, - ShipPostalCode: 80141, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1082, - CustomerName: `Max Jackson`, - CustomerFirstName: `Max`, - CustomerLastName: `Jackson`, - CustomerAddress: `105 Wall Street, Huston, USA, 80141`, - Salesperson: `Pamela Watson`, - OrderID: 1462, - OrderDate: `6/6/2022`, - ProductID: 189, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 16990.62, - Quantity: 2, - ExtendedPrice: 33981.24, - Freight: 710.62, - Discontinued: false, - Region: `West`, - Address: `105 Wall Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 80141 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Market`, - ShipAddress: `113 Market Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 50187, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1083, - CustomerName: `James Jefferson`, - CustomerFirstName: `James`, - CustomerLastName: `Jefferson`, - CustomerAddress: `113 Market Street, Philadelphia, USA, 50187`, - Salesperson: `Martin Jefferson`, - OrderID: 1698, - OrderDate: `5/16/2022`, - ProductID: 148, - ProductName: `IPhone`, - UnitPrice: 16930.87, - Quantity: 4, - ExtendedPrice: 67723.48, - Freight: 1080.87, - Discontinued: false, - Region: `North East`, - Address: `113 Market Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 50187 - }), - new InvoicesDataItem( - { - ShipName: `Black Market`, - ShipAddress: `164 Main Street`, - ShipCity: `New York`, - ShipPostalCode: 80172, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1084, - CustomerName: `Mike Black`, - CustomerFirstName: `Mike`, - CustomerLastName: `Black`, - CustomerAddress: `164 Main Street, New York, USA, 80172`, - Salesperson: `Mike Jackson`, - OrderID: 1300, - OrderDate: `11/11/2022`, - ProductID: 164, - ProductName: `IPhone`, - UnitPrice: 8120.59, - Quantity: 4, - ExtendedPrice: 32482.36, - Freight: 1140.59, - Discontinued: false, - Region: `West`, - Address: `164 Main Street`, - City: `New York`, - Country: `USA`, - PostalCode: 80172 - }), - new InvoicesDataItem( - { - ShipName: `Watson Estate`, - ShipAddress: `108 Main Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 90074, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1085, - CustomerName: `Pamela Watson`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Watson`, - CustomerAddress: `108 Main Street, Philadelphia, USA, 90074`, - Salesperson: `Nancy Madison`, - OrderID: 1401, - OrderDate: `12/3/2022`, - ProductID: 139, - ProductName: `IPhone`, - UnitPrice: 6160.25, - Quantity: 4, - ExtendedPrice: 24641, - Freight: 1600.25, - Discontinued: false, - Region: `South East`, - Address: `108 Main Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 90074 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Market`, - ShipAddress: `175 Main Street`, - ShipCity: `Huston`, - ShipPostalCode: 80111, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1086, - CustomerName: `Max Jefferson`, - CustomerFirstName: `Max`, - CustomerLastName: `Jefferson`, - CustomerAddress: `175 Main Street, Huston, USA, 80111`, - Salesperson: `Nancy Watson`, - OrderID: 1474, - OrderDate: `9/1/2022`, - ProductID: 138, - ProductName: `Mac Book Air`, - UnitPrice: 7220.7, - Quantity: 4, - ExtendedPrice: 28882.8, - Freight: 1530.7, - Discontinued: false, - Region: `West`, - Address: `175 Main Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 80111 - }), - new InvoicesDataItem( - { - ShipName: `Madison Estate`, - ShipAddress: `102 Wall Street`, - ShipCity: `Miami`, - ShipPostalCode: 80173, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Speedy Express`, - CustomerID: 1087, - CustomerName: `Nancy Madison`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Madison`, - CustomerAddress: `102 Wall Street, Miami, USA, 80173`, - Salesperson: `Martin Jackson`, - OrderID: 1678, - OrderDate: `5/6/2022`, - ProductID: 190, - ProductName: `IPad`, - UnitPrice: 17990.28, - Quantity: 4, - ExtendedPrice: 71961.12, - Freight: 1420.28, - Discontinued: false, - Region: `South East`, - Address: `102 Wall Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 80173 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Townhouse`, - ShipAddress: `163 Market Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 50105, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1088, - CustomerName: `Mike Jackson`, - CustomerFirstName: `Mike`, - CustomerLastName: `Jackson`, - CustomerAddress: `163 Market Street, Philadelphia, USA, 50105`, - Salesperson: `Martin Black`, - OrderID: 1384, - OrderDate: `4/16/2022`, - ProductID: 156, - ProductName: `Mac Book Pro`, - UnitPrice: 15460.27, - Quantity: 3, - ExtendedPrice: 46380.81, - Freight: 1250.27, - Discontinued: false, - Region: `West`, - Address: `163 Market Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 50105 - }), - new InvoicesDataItem( - { - ShipName: `Watson Home`, - ShipAddress: `165 Wall Street`, - ShipCity: `Huston`, - ShipPostalCode: 90075, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1089, - CustomerName: `Ben Watson`, - CustomerFirstName: `Ben`, - CustomerLastName: `Watson`, - CustomerAddress: `165 Wall Street, Huston, USA, 90075`, - Salesperson: `Nancy Jefferson`, - OrderID: 1223, - OrderDate: `7/20/2022`, - ProductID: 105, - ProductName: `Mac Book Pro`, - UnitPrice: 15450.62, - Quantity: 2, - ExtendedPrice: 30901.24, - Freight: 1350.62, - Discontinued: true, - Region: `North East`, - Address: `165 Wall Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 90075 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Market`, - ShipAddress: `140 Wall Street`, - ShipCity: `New York`, - ShipPostalCode: 80134, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1090, - CustomerName: `Anna Jefferson`, - CustomerFirstName: `Anna`, - CustomerLastName: `Jefferson`, - CustomerAddress: `140 Wall Street, New York, USA, 80134`, - Salesperson: `Anna Watson`, - OrderID: 1189, - OrderDate: `10/5/2022`, - ProductID: 128, - ProductName: `Samsung Note`, - UnitPrice: 15460.25, - Quantity: 5, - ExtendedPrice: 77301.25, - Freight: 840.25, - Discontinued: false, - Region: `West`, - Address: `140 Wall Street`, - City: `New York`, - Country: `USA`, - PostalCode: 80134 - }), - new InvoicesDataItem( - { - ShipName: `Madison Market`, - ShipAddress: `191 Wall Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 80168, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1091, - CustomerName: `Max Madison`, - CustomerFirstName: `Max`, - CustomerLastName: `Madison`, - CustomerAddress: `191 Wall Street, Los Angeles, USA, 80168`, - Salesperson: `Anna Madison`, - OrderID: 1657, - OrderDate: `8/7/2022`, - ProductID: 154, - ProductName: `IPad`, - UnitPrice: 24990.6, - Quantity: 5, - ExtendedPrice: 124953, - Freight: 1890.6, - Discontinued: false, - Region: `South East`, - Address: `191 Wall Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 80168 - }), - new InvoicesDataItem( - { - ShipName: `Watson Market`, - ShipAddress: `111 Market Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 60130, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Federal Shipping`, - CustomerID: 1092, - CustomerName: `Anna Watson`, - CustomerFirstName: `Anna`, - CustomerLastName: `Watson`, - CustomerAddress: `111 Market Street, Los Angeles, USA, 60130`, - Salesperson: `Ben Jackson`, - OrderID: 1818, - OrderDate: `12/2/2022`, - ProductID: 107, - ProductName: `Samsung Note`, - UnitPrice: 19750.45, - Quantity: 4, - ExtendedPrice: 79001.8, - Freight: 1840.45, - Discontinued: false, - Region: `South East`, - Address: `111 Market Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 60130 - }), - new InvoicesDataItem( - { - ShipName: `Madison Estate`, - ShipAddress: `190 Market Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 50162, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1093, - CustomerName: `Mike Madison`, - CustomerFirstName: `Mike`, - CustomerLastName: `Madison`, - CustomerAddress: `190 Market Street, Los Angeles, USA, 50162`, - Salesperson: `Mike Watson`, - OrderID: 1117, - OrderDate: `10/12/2022`, - ProductID: 176, - ProductName: `Samsung Note`, - UnitPrice: 15390.57, - Quantity: 5, - ExtendedPrice: 76952.85, - Freight: 1500.57, - Discontinued: false, - Region: `West`, - Address: `190 Market Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 50162 - }), - new InvoicesDataItem( - { - ShipName: `Black Market`, - ShipAddress: `121 Main Street`, - ShipCity: `Miami`, - ShipPostalCode: 70156, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Federal Shipping`, - CustomerID: 1094, - CustomerName: `James Black`, - CustomerFirstName: `James`, - CustomerLastName: `Black`, - CustomerAddress: `121 Main Street, Miami, USA, 70156`, - Salesperson: `Mike Jackson`, - OrderID: 1188, - OrderDate: `11/23/2022`, - ProductID: 177, - ProductName: `IPad`, - UnitPrice: 23120.28, - Quantity: 3, - ExtendedPrice: 69360.84, - Freight: 1670.28, - Discontinued: false, - Region: `South East`, - Address: `121 Main Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 70156 - }), - new InvoicesDataItem( - { - ShipName: `Smith Market`, - ShipAddress: `120 Main Street`, - ShipCity: `Miami`, - ShipPostalCode: 60082, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Speedy Express`, - CustomerID: 1095, - CustomerName: `Martin Smith`, - CustomerFirstName: `Martin`, - CustomerLastName: `Smith`, - CustomerAddress: `120 Main Street, Miami, USA, 60082`, - Salesperson: `Nancy Smith`, - OrderID: 1673, - OrderDate: `1/25/2022`, - ProductID: 189, - ProductName: `Mac Book Air`, - UnitPrice: 16310.31, - Quantity: 4, - ExtendedPrice: 65241.24, - Freight: 370.31, - Discontinued: false, - Region: `South East`, - Address: `120 Main Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 60082 - }), - new InvoicesDataItem( - { - ShipName: `Madison Estate`, - ShipAddress: `102 Main Street`, - ShipCity: `Miami`, - ShipPostalCode: 90125, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1096, - CustomerName: `Pamela Madison`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Madison`, - CustomerAddress: `102 Main Street, Miami, USA, 90125`, - Salesperson: `Pamela Smith`, - OrderID: 1048, - OrderDate: `8/6/2022`, - ProductID: 148, - ProductName: `Mac Book Pro`, - UnitPrice: 14920.59, - Quantity: 2, - ExtendedPrice: 29841.18, - Freight: 1110.59, - Discontinued: false, - Region: `West`, - Address: `102 Main Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 90125 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Home`, - ShipAddress: `125 Main Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 80199, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1097, - CustomerName: `James Jefferson`, - CustomerFirstName: `James`, - CustomerLastName: `Jefferson`, - CustomerAddress: `125 Main Street, Los Angeles, USA, 80199`, - Salesperson: `Pamela Black`, - OrderID: 1336, - OrderDate: `6/1/2022`, - ProductID: 159, - ProductName: `Mac Book Pro`, - UnitPrice: 11370.4, - Quantity: 5, - ExtendedPrice: 56852, - Freight: 1210.4, - Discontinued: false, - Region: `West`, - Address: `125 Main Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 80199 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Townhouse`, - ShipAddress: `109 Wall Street`, - ShipCity: `Miami`, - ShipPostalCode: 60118, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1098, - CustomerName: `Mike Jefferson`, - CustomerFirstName: `Mike`, - CustomerLastName: `Jefferson`, - CustomerAddress: `109 Wall Street, Miami, USA, 60118`, - Salesperson: `James Madison`, - OrderID: 1049, - OrderDate: `2/14/2022`, - ProductID: 172, - ProductName: `Mac Book Pro`, - UnitPrice: 18730.79, - Quantity: 5, - ExtendedPrice: 93653.95, - Freight: 300.79, - Discontinued: false, - Region: `South East`, - Address: `109 Wall Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 60118 - }), - new InvoicesDataItem( - { - ShipName: `Smith Townhouse`, - ShipAddress: `149 Main Street`, - ShipCity: `Miami`, - ShipPostalCode: 50128, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1099, - CustomerName: `Anna Smith`, - CustomerFirstName: `Anna`, - CustomerLastName: `Smith`, - CustomerAddress: `149 Main Street, Miami, USA, 50128`, - Salesperson: `James Watson`, - OrderID: 1292, - OrderDate: `3/15/2022`, - ProductID: 183, - ProductName: `Mac Book Air`, - UnitPrice: 16730.48, - Quantity: 5, - ExtendedPrice: 83652.4, - Freight: 1320.48, - Discontinued: true, - Region: `North East`, - Address: `149 Main Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 50128 - }), - new InvoicesDataItem( - { - ShipName: `Smith Estate`, - ShipAddress: `183 Wall Street`, - ShipCity: `New York`, - ShipPostalCode: 50089, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1100, - CustomerName: `Ben Smith`, - CustomerFirstName: `Ben`, - CustomerLastName: `Smith`, - CustomerAddress: `183 Wall Street, New York, USA, 50089`, - Salesperson: `Max Watson`, - OrderID: 1724, - OrderDate: `9/22/2022`, - ProductID: 160, - ProductName: `IPad`, - UnitPrice: 23370.51, - Quantity: 3, - ExtendedPrice: 70111.53, - Freight: 1200.51, - Discontinued: false, - Region: `North East`, - Address: `183 Wall Street`, - City: `New York`, - Country: `USA`, - PostalCode: 50089 - }), - new InvoicesDataItem( - { - ShipName: `Watson Estate`, - ShipAddress: `195 Market Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 60110, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Federal Shipping`, - CustomerID: 1101, - CustomerName: `Martin Watson`, - CustomerFirstName: `Martin`, - CustomerLastName: `Watson`, - CustomerAddress: `195 Market Street, Philadelphia, USA, 60110`, - Salesperson: `Martin Black`, - OrderID: 1154, - OrderDate: `4/13/2022`, - ProductID: 180, - ProductName: `Samsung Note`, - UnitPrice: 24870.49, - Quantity: 4, - ExtendedPrice: 99481.96, - Freight: 1200.49, - Discontinued: false, - Region: `South East`, - Address: `195 Market Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 60110 - }), - new InvoicesDataItem( - { - ShipName: `Madison Estate`, - ShipAddress: `153 Market Street`, - ShipCity: `New York`, - ShipPostalCode: 60113, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1102, - CustomerName: `Ben Madison`, - CustomerFirstName: `Ben`, - CustomerLastName: `Madison`, - CustomerAddress: `153 Market Street, New York, USA, 60113`, - Salesperson: `Nancy Black`, - OrderID: 1333, - OrderDate: `2/24/2022`, - ProductID: 192, - ProductName: `Samsung Note`, - UnitPrice: 12710.8, - Quantity: 4, - ExtendedPrice: 50843.2, - Freight: 1520.8, - Discontinued: false, - Region: `North East`, - Address: `153 Market Street`, - City: `New York`, - Country: `USA`, - PostalCode: 60113 - }), - new InvoicesDataItem( - { - ShipName: `Watson Market`, - ShipAddress: `185 Market Street`, - ShipCity: `Miami`, - ShipPostalCode: 60118, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1103, - CustomerName: `James Watson`, - CustomerFirstName: `James`, - CustomerLastName: `Watson`, - CustomerAddress: `185 Market Street, Miami, USA, 60118`, - Salesperson: `Max Black`, - OrderID: 1243, - OrderDate: `2/7/2022`, - ProductID: 124, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 16270.33, - Quantity: 4, - ExtendedPrice: 65081.32, - Freight: 1050.33, - Discontinued: false, - Region: `West`, - Address: `185 Market Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 60118 - }), - new InvoicesDataItem( - { - ShipName: `Smith Home`, - ShipAddress: `181 Market Street`, - ShipCity: `Miami`, - ShipPostalCode: 80055, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Speedy Express`, - CustomerID: 1104, - CustomerName: `Anna Smith`, - CustomerFirstName: `Anna`, - CustomerLastName: `Smith`, - CustomerAddress: `181 Market Street, Miami, USA, 80055`, - Salesperson: `Nancy Madison`, - OrderID: 1090, - OrderDate: `12/2/2022`, - ProductID: 106, - ProductName: `Mac Book Pro`, - UnitPrice: 25150.85, - Quantity: 5, - ExtendedPrice: 125754.25, - Freight: 560.85, - Discontinued: false, - Region: `North East`, - Address: `181 Market Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 80055 - }), - new InvoicesDataItem( - { - ShipName: `Watson Home`, - ShipAddress: `185 Market Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 60149, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Speedy Express`, - CustomerID: 1105, - CustomerName: `Ben Watson`, - CustomerFirstName: `Ben`, - CustomerLastName: `Watson`, - CustomerAddress: `185 Market Street, Los Angeles, USA, 60149`, - Salesperson: `Martin Madison`, - OrderID: 1697, - OrderDate: `10/12/2022`, - ProductID: 193, - ProductName: `Mac Book Air`, - UnitPrice: 18440.22, - Quantity: 5, - ExtendedPrice: 92201.1, - Freight: 1030.22, - Discontinued: false, - Region: `North East`, - Address: `185 Market Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 60149 - }), - new InvoicesDataItem( - { - ShipName: `Madison Home`, - ShipAddress: `110 Wall Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 90160, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Speedy Express`, - CustomerID: 1106, - CustomerName: `Anna Madison`, - CustomerFirstName: `Anna`, - CustomerLastName: `Madison`, - CustomerAddress: `110 Wall Street, Los Angeles, USA, 90160`, - Salesperson: `Mike Jefferson`, - OrderID: 1868, - OrderDate: `6/20/2022`, - ProductID: 166, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 10990.49, - Quantity: 5, - ExtendedPrice: 54952.45, - Freight: 1250.49, - Discontinued: false, - Region: `North East`, - Address: `110 Wall Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 90160 - }), - new InvoicesDataItem( - { - ShipName: `Madison Home`, - ShipAddress: `124 Wall Street`, - ShipCity: `Miami`, - ShipPostalCode: 90129, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1107, - CustomerName: `Martin Madison`, - CustomerFirstName: `Martin`, - CustomerLastName: `Madison`, - CustomerAddress: `124 Wall Street, Miami, USA, 90129`, - Salesperson: `Max Madison`, - OrderID: 1419, - OrderDate: `11/8/2022`, - ProductID: 119, - ProductName: `Mac Book Air`, - UnitPrice: 9310.28, - Quantity: 3, - ExtendedPrice: 27930.84, - Freight: 1660.28, - Discontinued: false, - Region: `West`, - Address: `124 Wall Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 90129 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Townhouse`, - ShipAddress: `144 Wall Street`, - ShipCity: `Huston`, - ShipPostalCode: 80145, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1108, - CustomerName: `Pamela Jefferson`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Jefferson`, - CustomerAddress: `144 Wall Street, Huston, USA, 80145`, - Salesperson: `Mike Smith`, - OrderID: 1103, - OrderDate: `5/14/2022`, - ProductID: 172, - ProductName: `Mac Book Pro`, - UnitPrice: 5130.33, - Quantity: 2, - ExtendedPrice: 10260.66, - Freight: 1840.33, - Discontinued: false, - Region: `North East`, - Address: `144 Wall Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 80145 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Estate`, - ShipAddress: `200 Main Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 50073, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1109, - CustomerName: `Nancy Jefferson`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Jefferson`, - CustomerAddress: `200 Main Street, Philadelphia, USA, 50073`, - Salesperson: `Max Jackson`, - OrderID: 1461, - OrderDate: `6/13/2022`, - ProductID: 153, - ProductName: `Mac Book Pro`, - UnitPrice: 23080.59, - Quantity: 3, - ExtendedPrice: 69241.77, - Freight: 540.59, - Discontinued: true, - Region: `West`, - Address: `200 Main Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 50073 - }), - new InvoicesDataItem( - { - ShipName: `Madison Market`, - ShipAddress: `196 Market Street`, - ShipCity: `New York`, - ShipPostalCode: 70070, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1110, - CustomerName: `Mike Madison`, - CustomerFirstName: `Mike`, - CustomerLastName: `Madison`, - CustomerAddress: `196 Market Street, New York, USA, 70070`, - Salesperson: `Nancy Smith`, - OrderID: 1713, - OrderDate: `3/6/2022`, - ProductID: 121, - ProductName: `Mac Book Pro`, - UnitPrice: 29390.58, - Quantity: 3, - ExtendedPrice: 88171.74, - Freight: 1170.58, - Discontinued: false, - Region: `West`, - Address: `196 Market Street`, - City: `New York`, - Country: `USA`, - PostalCode: 70070 - }), - new InvoicesDataItem( - { - ShipName: `Smith Home`, - ShipAddress: `154 Main Street`, - ShipCity: `New York`, - ShipPostalCode: 70167, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Speedy Express`, - CustomerID: 1111, - CustomerName: `Martin Smith`, - CustomerFirstName: `Martin`, - CustomerLastName: `Smith`, - CustomerAddress: `154 Main Street, New York, USA, 70167`, - Salesperson: `Pamela Jackson`, - OrderID: 1956, - OrderDate: `1/2/2022`, - ProductID: 156, - ProductName: `Samsung Note`, - UnitPrice: 24870.88, - Quantity: 2, - ExtendedPrice: 49741.76, - Freight: 1360.88, - Discontinued: false, - Region: `North East`, - Address: `154 Main Street`, - City: `New York`, - Country: `USA`, - PostalCode: 70167 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Townhouse`, - ShipAddress: `110 Main Street`, - ShipCity: `Miami`, - ShipPostalCode: 90055, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1112, - CustomerName: `Mike Jefferson`, - CustomerFirstName: `Mike`, - CustomerLastName: `Jefferson`, - CustomerAddress: `110 Main Street, Miami, USA, 90055`, - Salesperson: `Anna Madison`, - OrderID: 1530, - OrderDate: `10/15/2022`, - ProductID: 113, - ProductName: `IPad`, - UnitPrice: 24570.87, - Quantity: 4, - ExtendedPrice: 98283.48, - Freight: 930.87, - Discontinued: false, - Region: `South East`, - Address: `110 Main Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 90055 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Townhouse`, - ShipAddress: `200 Market Street`, - ShipCity: `Huston`, - ShipPostalCode: 70105, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1113, - CustomerName: `Martin Jefferson`, - CustomerFirstName: `Martin`, - CustomerLastName: `Jefferson`, - CustomerAddress: `200 Market Street, Huston, USA, 70105`, - Salesperson: `James Jackson`, - OrderID: 1488, - OrderDate: `7/13/2022`, - ProductID: 109, - ProductName: `IPhone`, - UnitPrice: 23860.57, - Quantity: 4, - ExtendedPrice: 95442.28, - Freight: 1130.57, - Discontinued: false, - Region: `North East`, - Address: `200 Market Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 70105 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Home`, - ShipAddress: `181 Main Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 80175, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Speedy Express`, - CustomerID: 1114, - CustomerName: `Ben Jefferson`, - CustomerFirstName: `Ben`, - CustomerLastName: `Jefferson`, - CustomerAddress: `181 Main Street, Philadelphia, USA, 80175`, - Salesperson: `Max Jackson`, - OrderID: 1143, - OrderDate: `6/13/2022`, - ProductID: 144, - ProductName: `Mac Book Air`, - UnitPrice: 28390.63, - Quantity: 5, - ExtendedPrice: 141953.15, - Freight: 300.63, - Discontinued: false, - Region: `North East`, - Address: `181 Main Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 80175 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Home`, - ShipAddress: `137 Market Street`, - ShipCity: `Huston`, - ShipPostalCode: 50144, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Federal Shipping`, - CustomerID: 1115, - CustomerName: `Ben Jackson`, - CustomerFirstName: `Ben`, - CustomerLastName: `Jackson`, - CustomerAddress: `137 Market Street, Huston, USA, 50144`, - Salesperson: `Martin Jackson`, - OrderID: 1274, - OrderDate: `4/8/2022`, - ProductID: 134, - ProductName: `IPad`, - UnitPrice: 22580.34, - Quantity: 2, - ExtendedPrice: 45160.68, - Freight: 1720.34, - Discontinued: false, - Region: `South East`, - Address: `137 Market Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 50144 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Market`, - ShipAddress: `186 Main Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 70112, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Speedy Express`, - CustomerID: 1116, - CustomerName: `Pamela Jefferson`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Jefferson`, - CustomerAddress: `186 Main Street, Los Angeles, USA, 70112`, - Salesperson: `Mike Jefferson`, - OrderID: 1597, - OrderDate: `8/6/2022`, - ProductID: 127, - ProductName: `Mac Book Pro`, - UnitPrice: 28490.48, - Quantity: 3, - ExtendedPrice: 85471.44, - Freight: 760.48, - Discontinued: false, - Region: `South East`, - Address: `186 Main Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 70112 - }), - new InvoicesDataItem( - { - ShipName: `Watson Townhouse`, - ShipAddress: `152 Wall Street`, - ShipCity: `Huston`, - ShipPostalCode: 50080, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1117, - CustomerName: `Nancy Watson`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Watson`, - CustomerAddress: `152 Wall Street, Huston, USA, 50080`, - Salesperson: `Max Jackson`, - OrderID: 1632, - OrderDate: `4/15/2022`, - ProductID: 179, - ProductName: `Mac Book Pro`, - UnitPrice: 20680.38, - Quantity: 5, - ExtendedPrice: 103401.9, - Freight: 490.38, - Discontinued: false, - Region: `West`, - Address: `152 Wall Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 50080 - }), - new InvoicesDataItem( - { - ShipName: `Black Home`, - ShipAddress: `147 Wall Street`, - ShipCity: `Huston`, - ShipPostalCode: 60136, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1118, - CustomerName: `Pamela Black`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Black`, - CustomerAddress: `147 Wall Street, Huston, USA, 60136`, - Salesperson: `Mike Watson`, - OrderID: 1461, - OrderDate: `4/21/2022`, - ProductID: 118, - ProductName: `Samsung Note`, - UnitPrice: 6990.24, - Quantity: 5, - ExtendedPrice: 34951.2, - Freight: 460.24, - Discontinued: false, - Region: `North East`, - Address: `147 Wall Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 60136 - }), - new InvoicesDataItem( - { - ShipName: `Black Estate`, - ShipAddress: `161 Market Street`, - ShipCity: `Huston`, - ShipPostalCode: 80121, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1119, - CustomerName: `James Black`, - CustomerFirstName: `James`, - CustomerLastName: `Black`, - CustomerAddress: `161 Market Street, Huston, USA, 80121`, - Salesperson: `Martin Jefferson`, - OrderID: 1380, - OrderDate: `1/3/2022`, - ProductID: 176, - ProductName: `Mac Book Air`, - UnitPrice: 26540.79, - Quantity: 5, - ExtendedPrice: 132703.95, - Freight: 470.79, - Discontinued: true, - Region: `West`, - Address: `161 Market Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 80121 - }), - new InvoicesDataItem( - { - ShipName: `Watson Townhouse`, - ShipAddress: `118 Main Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 50189, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1120, - CustomerName: `Ben Watson`, - CustomerFirstName: `Ben`, - CustomerLastName: `Watson`, - CustomerAddress: `118 Main Street, Philadelphia, USA, 50189`, - Salesperson: `Ben Watson`, - OrderID: 1658, - OrderDate: `1/4/2022`, - ProductID: 184, - ProductName: `Mac Book Air`, - UnitPrice: 16830.41, - Quantity: 5, - ExtendedPrice: 84152.05, - Freight: 1660.41, - Discontinued: false, - Region: `West`, - Address: `118 Main Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 50189 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Townhouse`, - ShipAddress: `186 Market Street`, - ShipCity: `Miami`, - ShipPostalCode: 60097, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Speedy Express`, - CustomerID: 1121, - CustomerName: `Pamela Jackson`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Jackson`, - CustomerAddress: `186 Market Street, Miami, USA, 60097`, - Salesperson: `Nancy Watson`, - OrderID: 1754, - OrderDate: `7/3/2022`, - ProductID: 148, - ProductName: `Mac Book Air`, - UnitPrice: 5030.24, - Quantity: 3, - ExtendedPrice: 15090.72, - Freight: 1660.24, - Discontinued: false, - Region: `South East`, - Address: `186 Market Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 60097 - }), - new InvoicesDataItem( - { - ShipName: `Smith Market`, - ShipAddress: `191 Main Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 90155, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1122, - CustomerName: `Ben Smith`, - CustomerFirstName: `Ben`, - CustomerLastName: `Smith`, - CustomerAddress: `191 Main Street, Los Angeles, USA, 90155`, - Salesperson: `Anna Madison`, - OrderID: 1279, - OrderDate: `3/14/2022`, - ProductID: 151, - ProductName: `IPhone`, - UnitPrice: 23590.82, - Quantity: 3, - ExtendedPrice: 70772.46, - Freight: 1120.82, - Discontinued: false, - Region: `West`, - Address: `191 Main Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 90155 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Market`, - ShipAddress: `190 Main Street`, - ShipCity: `New York`, - ShipPostalCode: 80075, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Federal Shipping`, - CustomerID: 1123, - CustomerName: `James Jefferson`, - CustomerFirstName: `James`, - CustomerLastName: `Jefferson`, - CustomerAddress: `190 Main Street, New York, USA, 80075`, - Salesperson: `Martin Jackson`, - OrderID: 1310, - OrderDate: `11/7/2022`, - ProductID: 183, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 26450.4, - Quantity: 5, - ExtendedPrice: 132252, - Freight: 420.4, - Discontinued: false, - Region: `South East`, - Address: `190 Main Street`, - City: `New York`, - Country: `USA`, - PostalCode: 80075 - }), - new InvoicesDataItem( - { - ShipName: `Madison Home`, - ShipAddress: `160 Market Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 80067, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Speedy Express`, - CustomerID: 1124, - CustomerName: `Pamela Madison`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Madison`, - CustomerAddress: `160 Market Street, Philadelphia, USA, 80067`, - Salesperson: `Ben Jackson`, - OrderID: 1920, - OrderDate: `12/17/2022`, - ProductID: 174, - ProductName: `IPhone`, - UnitPrice: 23660.88, - Quantity: 4, - ExtendedPrice: 94643.52, - Freight: 1220.88, - Discontinued: false, - Region: `North East`, - Address: `160 Market Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 80067 - }), - new InvoicesDataItem( - { - ShipName: `Black Market`, - ShipAddress: `151 Wall Street`, - ShipCity: `Miami`, - ShipPostalCode: 90124, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1125, - CustomerName: `Max Black`, - CustomerFirstName: `Max`, - CustomerLastName: `Black`, - CustomerAddress: `151 Wall Street, Miami, USA, 90124`, - Salesperson: `Mike Watson`, - OrderID: 1497, - OrderDate: `2/21/2022`, - ProductID: 179, - ProductName: `IPhone`, - UnitPrice: 15940.51, - Quantity: 5, - ExtendedPrice: 79702.55, - Freight: 1880.51, - Discontinued: false, - Region: `West`, - Address: `151 Wall Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 90124 - }), - new InvoicesDataItem( - { - ShipName: `Black Estate`, - ShipAddress: `151 Market Street`, - ShipCity: `Huston`, - ShipPostalCode: 70173, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1126, - CustomerName: `Nancy Black`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Black`, - CustomerAddress: `151 Market Street, Huston, USA, 70173`, - Salesperson: `Pamela Jefferson`, - OrderID: 1925, - OrderDate: `2/15/2022`, - ProductID: 170, - ProductName: `IPhone`, - UnitPrice: 13350.7, - Quantity: 5, - ExtendedPrice: 66753.5, - Freight: 720.7, - Discontinued: false, - Region: `West`, - Address: `151 Market Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 70173 - }), - new InvoicesDataItem( - { - ShipName: `Watson Townhouse`, - ShipAddress: `114 Main Street`, - ShipCity: `Miami`, - ShipPostalCode: 80067, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Speedy Express`, - CustomerID: 1127, - CustomerName: `James Watson`, - CustomerFirstName: `James`, - CustomerLastName: `Watson`, - CustomerAddress: `114 Main Street, Miami, USA, 80067`, - Salesperson: `Pamela Black`, - OrderID: 1338, - OrderDate: `5/19/2022`, - ProductID: 196, - ProductName: `Samsung Note`, - UnitPrice: 20820.82, - Quantity: 4, - ExtendedPrice: 83283.28, - Freight: 1570.82, - Discontinued: false, - Region: `South East`, - Address: `114 Main Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 80067 - }), - new InvoicesDataItem( - { - ShipName: `Madison Market`, - ShipAddress: `189 Wall Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 80157, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1128, - CustomerName: `Anna Madison`, - CustomerFirstName: `Anna`, - CustomerLastName: `Madison`, - CustomerAddress: `189 Wall Street, Philadelphia, USA, 80157`, - Salesperson: `Ben Watson`, - OrderID: 1794, - OrderDate: `9/9/2022`, - ProductID: 168, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 25550.56, - Quantity: 4, - ExtendedPrice: 102202.24, - Freight: 400.56, - Discontinued: false, - Region: `North East`, - Address: `189 Wall Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 80157 - }), - new InvoicesDataItem( - { - ShipName: `Watson Home`, - ShipAddress: `198 Main Street`, - ShipCity: `New York`, - ShipPostalCode: 60169, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1129, - CustomerName: `Ben Watson`, - CustomerFirstName: `Ben`, - CustomerLastName: `Watson`, - CustomerAddress: `198 Main Street, New York, USA, 60169`, - Salesperson: `James Black`, - OrderID: 1108, - OrderDate: `2/5/2022`, - ProductID: 194, - ProductName: `Mac Book Air`, - UnitPrice: 10890.26, - Quantity: 3, - ExtendedPrice: 32670.78, - Freight: 760.26, - Discontinued: true, - Region: `South East`, - Address: `198 Main Street`, - City: `New York`, - Country: `USA`, - PostalCode: 60169 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Townhouse`, - ShipAddress: `106 Main Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 60117, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1130, - CustomerName: `James Jackson`, - CustomerFirstName: `James`, - CustomerLastName: `Jackson`, - CustomerAddress: `106 Main Street, Los Angeles, USA, 60117`, - Salesperson: `Pamela Jackson`, - OrderID: 1953, - OrderDate: `11/24/2022`, - ProductID: 179, - ProductName: `Samsung Note`, - UnitPrice: 19940.84, - Quantity: 3, - ExtendedPrice: 59822.52, - Freight: 890.84, - Discontinued: false, - Region: `West`, - Address: `106 Main Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 60117 - }), - new InvoicesDataItem( - { - ShipName: `Madison Home`, - ShipAddress: `192 Main Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 90090, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Federal Shipping`, - CustomerID: 1131, - CustomerName: `James Madison`, - CustomerFirstName: `James`, - CustomerLastName: `Madison`, - CustomerAddress: `192 Main Street, Los Angeles, USA, 90090`, - Salesperson: `Max Jefferson`, - OrderID: 1337, - OrderDate: `10/10/2022`, - ProductID: 198, - ProductName: `Samsung Note`, - UnitPrice: 18640.31, - Quantity: 2, - ExtendedPrice: 37280.62, - Freight: 280.31, - Discontinued: false, - Region: `South East`, - Address: `192 Main Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 90090 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Townhouse`, - ShipAddress: `128 Market Street`, - ShipCity: `Miami`, - ShipPostalCode: 50136, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1132, - CustomerName: `Martin Jefferson`, - CustomerFirstName: `Martin`, - CustomerLastName: `Jefferson`, - CustomerAddress: `128 Market Street, Miami, USA, 50136`, - Salesperson: `Nancy Jefferson`, - OrderID: 1617, - OrderDate: `4/10/2022`, - ProductID: 148, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 26140.37, - Quantity: 2, - ExtendedPrice: 52280.74, - Freight: 1270.37, - Discontinued: false, - Region: `West`, - Address: `128 Market Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 50136 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Home`, - ShipAddress: `164 Wall Street`, - ShipCity: `Huston`, - ShipPostalCode: 70190, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1133, - CustomerName: `Max Jackson`, - CustomerFirstName: `Max`, - CustomerLastName: `Jackson`, - CustomerAddress: `164 Wall Street, Huston, USA, 70190`, - Salesperson: `Nancy Watson`, - OrderID: 1222, - OrderDate: `3/15/2022`, - ProductID: 140, - ProductName: `IPad`, - UnitPrice: 20540.74, - Quantity: 3, - ExtendedPrice: 61622.22, - Freight: 1190.74, - Discontinued: false, - Region: `West`, - Address: `164 Wall Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 70190 - }), - new InvoicesDataItem( - { - ShipName: `Black Home`, - ShipAddress: `118 Main Street`, - ShipCity: `Huston`, - ShipPostalCode: 60126, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1134, - CustomerName: `Ben Black`, - CustomerFirstName: `Ben`, - CustomerLastName: `Black`, - CustomerAddress: `118 Main Street, Huston, USA, 60126`, - Salesperson: `Pamela Jefferson`, - OrderID: 1888, - OrderDate: `7/3/2022`, - ProductID: 133, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 25970.39, - Quantity: 2, - ExtendedPrice: 51940.78, - Freight: 1110.39, - Discontinued: false, - Region: `North East`, - Address: `118 Main Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 60126 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Estate`, - ShipAddress: `145 Wall Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 50093, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1135, - CustomerName: `James Jefferson`, - CustomerFirstName: `James`, - CustomerLastName: `Jefferson`, - CustomerAddress: `145 Wall Street, Philadelphia, USA, 50093`, - Salesperson: `Nancy Jefferson`, - OrderID: 1661, - OrderDate: `5/14/2022`, - ProductID: 199, - ProductName: `Mac Book Air`, - UnitPrice: 12190.38, - Quantity: 2, - ExtendedPrice: 24380.76, - Freight: 1670.38, - Discontinued: false, - Region: `North East`, - Address: `145 Wall Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 50093 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Home`, - ShipAddress: `174 Wall Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 70094, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1136, - CustomerName: `Ben Jefferson`, - CustomerFirstName: `Ben`, - CustomerLastName: `Jefferson`, - CustomerAddress: `174 Wall Street, Los Angeles, USA, 70094`, - Salesperson: `Max Madison`, - OrderID: 1495, - OrderDate: `1/19/2022`, - ProductID: 188, - ProductName: `Mac Book Pro`, - UnitPrice: 18310.54, - Quantity: 5, - ExtendedPrice: 91552.7, - Freight: 810.54, - Discontinued: false, - Region: `West`, - Address: `174 Wall Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 70094 - }), - new InvoicesDataItem( - { - ShipName: `Watson Market`, - ShipAddress: `146 Wall Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 90093, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1137, - CustomerName: `Martin Watson`, - CustomerFirstName: `Martin`, - CustomerLastName: `Watson`, - CustomerAddress: `146 Wall Street, Philadelphia, USA, 90093`, - Salesperson: `Mike Smith`, - OrderID: 1649, - OrderDate: `1/4/2022`, - ProductID: 171, - ProductName: `Mac Book Air`, - UnitPrice: 6400.45, - Quantity: 3, - ExtendedPrice: 19201.35, - Freight: 220.45, - Discontinued: false, - Region: `West`, - Address: `146 Wall Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 90093 - }), - new InvoicesDataItem( - { - ShipName: `Smith Estate`, - ShipAddress: `181 Main Street`, - ShipCity: `Miami`, - ShipPostalCode: 80117, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1138, - CustomerName: `Martin Smith`, - CustomerFirstName: `Martin`, - CustomerLastName: `Smith`, - CustomerAddress: `181 Main Street, Miami, USA, 80117`, - Salesperson: `Mike Black`, - OrderID: 1152, - OrderDate: `5/12/2022`, - ProductID: 172, - ProductName: `Mac Book Pro`, - UnitPrice: 26760.58, - Quantity: 5, - ExtendedPrice: 133802.9, - Freight: 1480.58, - Discontinued: false, - Region: `West`, - Address: `181 Main Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 80117 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Market`, - ShipAddress: `183 Wall Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 70191, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1139, - CustomerName: `Mike Jefferson`, - CustomerFirstName: `Mike`, - CustomerLastName: `Jefferson`, - CustomerAddress: `183 Wall Street, Philadelphia, USA, 70191`, - Salesperson: `Nancy Jefferson`, - OrderID: 1471, - OrderDate: `5/19/2022`, - ProductID: 119, - ProductName: `Mac Book Pro`, - UnitPrice: 22030.88, - Quantity: 5, - ExtendedPrice: 110154.4, - Freight: 990.88, - Discontinued: true, - Region: `West`, - Address: `183 Wall Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 70191 - }), - new InvoicesDataItem( - { - ShipName: `Madison Estate`, - ShipAddress: `100 Wall Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 80082, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1140, - CustomerName: `Pamela Madison`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Madison`, - CustomerAddress: `100 Wall Street, Philadelphia, USA, 80082`, - Salesperson: `Max Madison`, - OrderID: 1793, - OrderDate: `3/16/2022`, - ProductID: 158, - ProductName: `Mac Book Pro`, - UnitPrice: 20230.42, - Quantity: 3, - ExtendedPrice: 60691.26, - Freight: 1990.42, - Discontinued: false, - Region: `West`, - Address: `100 Wall Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 80082 - }), - new InvoicesDataItem( - { - ShipName: `Black Market`, - ShipAddress: `173 Market Street`, - ShipCity: `New York`, - ShipPostalCode: 90155, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1141, - CustomerName: `Pamela Black`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Black`, - CustomerAddress: `173 Market Street, New York, USA, 90155`, - Salesperson: `Pamela Black`, - OrderID: 1928, - OrderDate: `8/24/2022`, - ProductID: 114, - ProductName: `Mac Book Air`, - UnitPrice: 24460.68, - Quantity: 2, - ExtendedPrice: 48921.36, - Freight: 1840.68, - Discontinued: false, - Region: `West`, - Address: `173 Market Street`, - City: `New York`, - Country: `USA`, - PostalCode: 90155 - }), - new InvoicesDataItem( - { - ShipName: `Smith Townhouse`, - ShipAddress: `171 Market Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 60087, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1142, - CustomerName: `James Smith`, - CustomerFirstName: `James`, - CustomerLastName: `Smith`, - CustomerAddress: `171 Market Street, Philadelphia, USA, 60087`, - Salesperson: `Pamela Madison`, - OrderID: 1027, - OrderDate: `1/25/2022`, - ProductID: 145, - ProductName: `Samsung Note`, - UnitPrice: 6010.73, - Quantity: 3, - ExtendedPrice: 18032.19, - Freight: 1860.73, - Discontinued: false, - Region: `West`, - Address: `171 Market Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 60087 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Townhouse`, - ShipAddress: `175 Wall Street`, - ShipCity: `Huston`, - ShipPostalCode: 60122, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1143, - CustomerName: `Mike Jackson`, - CustomerFirstName: `Mike`, - CustomerLastName: `Jackson`, - CustomerAddress: `175 Wall Street, Huston, USA, 60122`, - Salesperson: `Pamela Jackson`, - OrderID: 1700, - OrderDate: `12/10/2022`, - ProductID: 150, - ProductName: `Mac Book Pro`, - UnitPrice: 22030.36, - Quantity: 2, - ExtendedPrice: 44060.72, - Freight: 940.36, - Discontinued: false, - Region: `West`, - Address: `175 Wall Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 60122 - }), - new InvoicesDataItem( - { - ShipName: `Smith Townhouse`, - ShipAddress: `174 Main Street`, - ShipCity: `Miami`, - ShipPostalCode: 90071, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1144, - CustomerName: `Max Smith`, - CustomerFirstName: `Max`, - CustomerLastName: `Smith`, - CustomerAddress: `174 Main Street, Miami, USA, 90071`, - Salesperson: `Mike Jackson`, - OrderID: 1769, - OrderDate: `2/20/2022`, - ProductID: 183, - ProductName: `Mac Book Air`, - UnitPrice: 25890.72, - Quantity: 3, - ExtendedPrice: 77672.16, - Freight: 1540.72, - Discontinued: false, - Region: `West`, - Address: `174 Main Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 90071 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Estate`, - ShipAddress: `100 Market Street`, - ShipCity: `Huston`, - ShipPostalCode: 90059, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1145, - CustomerName: `Martin Jefferson`, - CustomerFirstName: `Martin`, - CustomerLastName: `Jefferson`, - CustomerAddress: `100 Market Street, Huston, USA, 90059`, - Salesperson: `Max Jefferson`, - OrderID: 1835, - OrderDate: `5/15/2022`, - ProductID: 142, - ProductName: `Samsung Note`, - UnitPrice: 28310.48, - Quantity: 3, - ExtendedPrice: 84931.44, - Freight: 2000.48, - Discontinued: false, - Region: `West`, - Address: `100 Market Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 90059 - }), - new InvoicesDataItem( - { - ShipName: `Madison Townhouse`, - ShipAddress: `120 Market Street`, - ShipCity: `Miami`, - ShipPostalCode: 90120, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1146, - CustomerName: `Ben Madison`, - CustomerFirstName: `Ben`, - CustomerLastName: `Madison`, - CustomerAddress: `120 Market Street, Miami, USA, 90120`, - Salesperson: `Max Jefferson`, - OrderID: 1787, - OrderDate: `5/16/2022`, - ProductID: 104, - ProductName: `IPad`, - UnitPrice: 8410.44, - Quantity: 2, - ExtendedPrice: 16820.88, - Freight: 1620.44, - Discontinued: false, - Region: `West`, - Address: `120 Market Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 90120 - }), - new InvoicesDataItem( - { - ShipName: `Watson Estate`, - ShipAddress: `163 Wall Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 80132, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1147, - CustomerName: `Pamela Watson`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Watson`, - CustomerAddress: `163 Wall Street, Los Angeles, USA, 80132`, - Salesperson: `Pamela Watson`, - OrderID: 1026, - OrderDate: `7/10/2022`, - ProductID: 130, - ProductName: `Samsung Note`, - UnitPrice: 13650.42, - Quantity: 3, - ExtendedPrice: 40951.26, - Freight: 750.42, - Discontinued: false, - Region: `West`, - Address: `163 Wall Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 80132 - }), - new InvoicesDataItem( - { - ShipName: `Black Home`, - ShipAddress: `169 Wall Street`, - ShipCity: `Huston`, - ShipPostalCode: 90138, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1148, - CustomerName: `Ben Black`, - CustomerFirstName: `Ben`, - CustomerLastName: `Black`, - CustomerAddress: `169 Wall Street, Huston, USA, 90138`, - Salesperson: `Anna Smith`, - OrderID: 1805, - OrderDate: `1/6/2022`, - ProductID: 126, - ProductName: `Samsung Note`, - UnitPrice: 29130.32, - Quantity: 4, - ExtendedPrice: 116521.28, - Freight: 800.32, - Discontinued: false, - Region: `West`, - Address: `169 Wall Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 90138 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Townhouse`, - ShipAddress: `167 Market Street`, - ShipCity: `Miami`, - ShipPostalCode: 60152, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1149, - CustomerName: `Max Jefferson`, - CustomerFirstName: `Max`, - CustomerLastName: `Jefferson`, - CustomerAddress: `167 Market Street, Miami, USA, 60152`, - Salesperson: `Ben Jackson`, - OrderID: 1292, - OrderDate: `10/3/2022`, - ProductID: 178, - ProductName: `IPhone`, - UnitPrice: 9150.64, - Quantity: 5, - ExtendedPrice: 45753.2, - Freight: 1530.64, - Discontinued: true, - Region: `North East`, - Address: `167 Market Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 60152 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Home`, - ShipAddress: `194 Wall Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 80133, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1150, - CustomerName: `Nancy Jackson`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Jackson`, - CustomerAddress: `194 Wall Street, Philadelphia, USA, 80133`, - Salesperson: `Martin Watson`, - OrderID: 1240, - OrderDate: `10/14/2022`, - ProductID: 128, - ProductName: `IPhone`, - UnitPrice: 22900.38, - Quantity: 5, - ExtendedPrice: 114501.9, - Freight: 1500.38, - Discontinued: false, - Region: `North East`, - Address: `194 Wall Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 80133 - }), - new InvoicesDataItem( - { - ShipName: `Smith Home`, - ShipAddress: `168 Wall Street`, - ShipCity: `New York`, - ShipPostalCode: 60104, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1151, - CustomerName: `James Smith`, - CustomerFirstName: `James`, - CustomerLastName: `Smith`, - CustomerAddress: `168 Wall Street, New York, USA, 60104`, - Salesperson: `Martin Madison`, - OrderID: 1307, - OrderDate: `5/19/2022`, - ProductID: 109, - ProductName: `Samsung Note`, - UnitPrice: 18330.33, - Quantity: 5, - ExtendedPrice: 91651.65, - Freight: 1960.33, - Discontinued: false, - Region: `North East`, - Address: `168 Wall Street`, - City: `New York`, - Country: `USA`, - PostalCode: 60104 - }), - new InvoicesDataItem( - { - ShipName: `Madison Market`, - ShipAddress: `122 Market Street`, - ShipCity: `New York`, - ShipPostalCode: 60149, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1152, - CustomerName: `Nancy Madison`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Madison`, - CustomerAddress: `122 Market Street, New York, USA, 60149`, - Salesperson: `Mike Madison`, - OrderID: 1360, - OrderDate: `11/2/2022`, - ProductID: 141, - ProductName: `Mac Book Pro`, - UnitPrice: 8620.6, - Quantity: 2, - ExtendedPrice: 17241.2, - Freight: 950.6, - Discontinued: false, - Region: `South East`, - Address: `122 Market Street`, - City: `New York`, - Country: `USA`, - PostalCode: 60149 - }), - new InvoicesDataItem( - { - ShipName: `Black Home`, - ShipAddress: `147 Main Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 80098, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Speedy Express`, - CustomerID: 1153, - CustomerName: `Pamela Black`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Black`, - CustomerAddress: `147 Main Street, Philadelphia, USA, 80098`, - Salesperson: `James Black`, - OrderID: 1445, - OrderDate: `11/2/2022`, - ProductID: 151, - ProductName: `Samsung Note`, - UnitPrice: 27180.5, - Quantity: 2, - ExtendedPrice: 54361, - Freight: 790.5, - Discontinued: false, - Region: `South East`, - Address: `147 Main Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 80098 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Estate`, - ShipAddress: `113 Wall Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 90111, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1154, - CustomerName: `Martin Jackson`, - CustomerFirstName: `Martin`, - CustomerLastName: `Jackson`, - CustomerAddress: `113 Wall Street, Los Angeles, USA, 90111`, - Salesperson: `Anna Jackson`, - OrderID: 1014, - OrderDate: `1/24/2022`, - ProductID: 185, - ProductName: `Mac Book Air`, - UnitPrice: 14760.63, - Quantity: 2, - ExtendedPrice: 29521.26, - Freight: 1520.63, - Discontinued: false, - Region: `West`, - Address: `113 Wall Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 90111 - }), - new InvoicesDataItem( - { - ShipName: `Smith Estate`, - ShipAddress: `154 Wall Street`, - ShipCity: `Huston`, - ShipPostalCode: 60050, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1155, - CustomerName: `Nancy Smith`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Smith`, - CustomerAddress: `154 Wall Street, Huston, USA, 60050`, - Salesperson: `Nancy Smith`, - OrderID: 1845, - OrderDate: `4/8/2022`, - ProductID: 105, - ProductName: `IPad`, - UnitPrice: 22600.77, - Quantity: 4, - ExtendedPrice: 90403.08, - Freight: 670.77, - Discontinued: false, - Region: `North East`, - Address: `154 Wall Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 60050 - }), - new InvoicesDataItem( - { - ShipName: `Black Townhouse`, - ShipAddress: `188 Main Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 80121, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1156, - CustomerName: `James Black`, - CustomerFirstName: `James`, - CustomerLastName: `Black`, - CustomerAddress: `188 Main Street, Philadelphia, USA, 80121`, - Salesperson: `Martin Jefferson`, - OrderID: 1587, - OrderDate: `5/13/2022`, - ProductID: 174, - ProductName: `Samsung Note`, - UnitPrice: 17020.74, - Quantity: 2, - ExtendedPrice: 34041.48, - Freight: 1490.74, - Discontinued: false, - Region: `West`, - Address: `188 Main Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 80121 - }), - new InvoicesDataItem( - { - ShipName: `Smith Home`, - ShipAddress: `181 Wall Street`, - ShipCity: `Huston`, - ShipPostalCode: 90097, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1157, - CustomerName: `Anna Smith`, - CustomerFirstName: `Anna`, - CustomerLastName: `Smith`, - CustomerAddress: `181 Wall Street, Huston, USA, 90097`, - Salesperson: `Anna Madison`, - OrderID: 1706, - OrderDate: `5/22/2022`, - ProductID: 112, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 21780.43, - Quantity: 3, - ExtendedPrice: 65341.29, - Freight: 1650.43, - Discontinued: false, - Region: `North East`, - Address: `181 Wall Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 90097 - }), - new InvoicesDataItem( - { - ShipName: `Smith Estate`, - ShipAddress: `171 Wall Street`, - ShipCity: `Miami`, - ShipPostalCode: 50118, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1158, - CustomerName: `James Smith`, - CustomerFirstName: `James`, - CustomerLastName: `Smith`, - CustomerAddress: `171 Wall Street, Miami, USA, 50118`, - Salesperson: `Max Smith`, - OrderID: 1335, - OrderDate: `6/16/2022`, - ProductID: 116, - ProductName: `IPad`, - UnitPrice: 7560.43, - Quantity: 3, - ExtendedPrice: 22681.29, - Freight: 1140.43, - Discontinued: false, - Region: `West`, - Address: `171 Wall Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 50118 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Estate`, - ShipAddress: `193 Market Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 70176, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1159, - CustomerName: `Ben Jackson`, - CustomerFirstName: `Ben`, - CustomerLastName: `Jackson`, - CustomerAddress: `193 Market Street, Philadelphia, USA, 70176`, - Salesperson: `Martin Black`, - OrderID: 1003, - OrderDate: `9/11/2022`, - ProductID: 170, - ProductName: `IPhone`, - UnitPrice: 15510.7, - Quantity: 5, - ExtendedPrice: 77553.5, - Freight: 200.7, - Discontinued: true, - Region: `West`, - Address: `193 Market Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 70176 - }), - new InvoicesDataItem( - { - ShipName: `Madison Home`, - ShipAddress: `125 Market Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 80142, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1160, - CustomerName: `Ben Madison`, - CustomerFirstName: `Ben`, - CustomerLastName: `Madison`, - CustomerAddress: `125 Market Street, Philadelphia, USA, 80142`, - Salesperson: `Martin Madison`, - OrderID: 1723, - OrderDate: `3/14/2022`, - ProductID: 179, - ProductName: `IPhone`, - UnitPrice: 14760.6, - Quantity: 3, - ExtendedPrice: 44281.8, - Freight: 1650.6, - Discontinued: false, - Region: `West`, - Address: `125 Market Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 80142 - }), - new InvoicesDataItem( - { - ShipName: `Smith Estate`, - ShipAddress: `128 Main Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 70111, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Speedy Express`, - CustomerID: 1161, - CustomerName: `Anna Smith`, - CustomerFirstName: `Anna`, - CustomerLastName: `Smith`, - CustomerAddress: `128 Main Street, Philadelphia, USA, 70111`, - Salesperson: `Max Jackson`, - OrderID: 1810, - OrderDate: `1/18/2022`, - ProductID: 117, - ProductName: `IPad`, - UnitPrice: 19620.55, - Quantity: 5, - ExtendedPrice: 98102.75, - Freight: 1030.55, - Discontinued: false, - Region: `South East`, - Address: `128 Main Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 70111 - }), - new InvoicesDataItem( - { - ShipName: `Madison Estate`, - ShipAddress: `131 Wall Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 90058, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1162, - CustomerName: `Max Madison`, - CustomerFirstName: `Max`, - CustomerLastName: `Madison`, - CustomerAddress: `131 Wall Street, Philadelphia, USA, 90058`, - Salesperson: `Pamela Madison`, - OrderID: 1224, - OrderDate: `2/2/2022`, - ProductID: 108, - ProductName: `Mac Book Air`, - UnitPrice: 9130.21, - Quantity: 2, - ExtendedPrice: 18260.42, - Freight: 1110.21, - Discontinued: false, - Region: `West`, - Address: `131 Wall Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 90058 - }), - new InvoicesDataItem( - { - ShipName: `Watson Market`, - ShipAddress: `145 Main Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 50176, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Speedy Express`, - CustomerID: 1163, - CustomerName: `James Watson`, - CustomerFirstName: `James`, - CustomerLastName: `Watson`, - CustomerAddress: `145 Main Street, Philadelphia, USA, 50176`, - Salesperson: `Mike Smith`, - OrderID: 1265, - OrderDate: `4/22/2022`, - ProductID: 147, - ProductName: `IPhone`, - UnitPrice: 15210.29, - Quantity: 2, - ExtendedPrice: 30420.58, - Freight: 1470.29, - Discontinued: false, - Region: `South East`, - Address: `145 Main Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 50176 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Estate`, - ShipAddress: `123 Main Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 90058, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1164, - CustomerName: `Ben Jefferson`, - CustomerFirstName: `Ben`, - CustomerLastName: `Jefferson`, - CustomerAddress: `123 Main Street, Philadelphia, USA, 90058`, - Salesperson: `Martin Watson`, - OrderID: 1428, - OrderDate: `9/14/2022`, - ProductID: 195, - ProductName: `Samsung Note`, - UnitPrice: 6440.36, - Quantity: 4, - ExtendedPrice: 25761.44, - Freight: 350.36, - Discontinued: false, - Region: `West`, - Address: `123 Main Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 90058 - }), - new InvoicesDataItem( - { - ShipName: `Watson Townhouse`, - ShipAddress: `148 Wall Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 60161, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1165, - CustomerName: `Ben Watson`, - CustomerFirstName: `Ben`, - CustomerLastName: `Watson`, - CustomerAddress: `148 Wall Street, Los Angeles, USA, 60161`, - Salesperson: `Nancy Black`, - OrderID: 1367, - OrderDate: `9/1/2022`, - ProductID: 196, - ProductName: `Mac Book Pro`, - UnitPrice: 26990.25, - Quantity: 4, - ExtendedPrice: 107961, - Freight: 950.25, - Discontinued: false, - Region: `West`, - Address: `148 Wall Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 60161 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Home`, - ShipAddress: `151 Main Street`, - ShipCity: `New York`, - ShipPostalCode: 90156, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1166, - CustomerName: `James Jefferson`, - CustomerFirstName: `James`, - CustomerLastName: `Jefferson`, - CustomerAddress: `151 Main Street, New York, USA, 90156`, - Salesperson: `Ben Smith`, - OrderID: 1812, - OrderDate: `6/23/2022`, - ProductID: 182, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 6230.76, - Quantity: 5, - ExtendedPrice: 31153.8, - Freight: 920.76, - Discontinued: false, - Region: `West`, - Address: `151 Main Street`, - City: `New York`, - Country: `USA`, - PostalCode: 90156 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Townhouse`, - ShipAddress: `128 Main Street`, - ShipCity: `New York`, - ShipPostalCode: 90073, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1167, - CustomerName: `Pamela Jackson`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Jackson`, - CustomerAddress: `128 Main Street, New York, USA, 90073`, - Salesperson: `Nancy Madison`, - OrderID: 1121, - OrderDate: `3/25/2022`, - ProductID: 166, - ProductName: `Mac Book Air`, - UnitPrice: 8360.33, - Quantity: 3, - ExtendedPrice: 25080.99, - Freight: 1870.33, - Discontinued: false, - Region: `South East`, - Address: `128 Main Street`, - City: `New York`, - Country: `USA`, - PostalCode: 90073 - }), - new InvoicesDataItem( - { - ShipName: `Black Market`, - ShipAddress: `109 Wall Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 70139, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1168, - CustomerName: `Mike Black`, - CustomerFirstName: `Mike`, - CustomerLastName: `Black`, - CustomerAddress: `109 Wall Street, Philadelphia, USA, 70139`, - Salesperson: `James Jefferson`, - OrderID: 1086, - OrderDate: `11/22/2022`, - ProductID: 192, - ProductName: `IPhone`, - UnitPrice: 13050.45, - Quantity: 4, - ExtendedPrice: 52201.8, - Freight: 1850.45, - Discontinued: false, - Region: `North East`, - Address: `109 Wall Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 70139 - }), - new InvoicesDataItem( - { - ShipName: `Smith Home`, - ShipAddress: `196 Wall Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 60096, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Federal Shipping`, - CustomerID: 1169, - CustomerName: `Anna Smith`, - CustomerFirstName: `Anna`, - CustomerLastName: `Smith`, - CustomerAddress: `196 Wall Street, Los Angeles, USA, 60096`, - Salesperson: `Mike Watson`, - OrderID: 1859, - OrderDate: `8/11/2022`, - ProductID: 157, - ProductName: `IPhone`, - UnitPrice: 14950.2, - Quantity: 5, - ExtendedPrice: 74751, - Freight: 1140.2, - Discontinued: true, - Region: `South East`, - Address: `196 Wall Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 60096 - }), - new InvoicesDataItem( - { - ShipName: `Watson Townhouse`, - ShipAddress: `101 Market Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 90111, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Speedy Express`, - CustomerID: 1170, - CustomerName: `James Watson`, - CustomerFirstName: `James`, - CustomerLastName: `Watson`, - CustomerAddress: `101 Market Street, Philadelphia, USA, 90111`, - Salesperson: `Mike Madison`, - OrderID: 1952, - OrderDate: `7/19/2022`, - ProductID: 152, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 29810.56, - Quantity: 4, - ExtendedPrice: 119242.24, - Freight: 470.56, - Discontinued: false, - Region: `South East`, - Address: `101 Market Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 90111 - }), - new InvoicesDataItem( - { - ShipName: `Madison Estate`, - ShipAddress: `147 Main Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 90157, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1171, - CustomerName: `Max Madison`, - CustomerFirstName: `Max`, - CustomerLastName: `Madison`, - CustomerAddress: `147 Main Street, Los Angeles, USA, 90157`, - Salesperson: `Ben Black`, - OrderID: 1351, - OrderDate: `5/22/2022`, - ProductID: 180, - ProductName: `Samsung Note`, - UnitPrice: 13470.4, - Quantity: 5, - ExtendedPrice: 67352, - Freight: 1610.4, - Discontinued: false, - Region: `West`, - Address: `147 Main Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 90157 - }), - new InvoicesDataItem( - { - ShipName: `Smith Townhouse`, - ShipAddress: `195 Market Street`, - ShipCity: `Huston`, - ShipPostalCode: 80071, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Speedy Express`, - CustomerID: 1172, - CustomerName: `Anna Smith`, - CustomerFirstName: `Anna`, - CustomerLastName: `Smith`, - CustomerAddress: `195 Market Street, Huston, USA, 80071`, - Salesperson: `Pamela Jefferson`, - OrderID: 1371, - OrderDate: `12/9/2022`, - ProductID: 105, - ProductName: `Mac Book Pro`, - UnitPrice: 19040.72, - Quantity: 4, - ExtendedPrice: 76162.88, - Freight: 1480.72, - Discontinued: false, - Region: `South East`, - Address: `195 Market Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 80071 - }), - new InvoicesDataItem( - { - ShipName: `Black Townhouse`, - ShipAddress: `184 Market Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 90197, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1173, - CustomerName: `Martin Black`, - CustomerFirstName: `Martin`, - CustomerLastName: `Black`, - CustomerAddress: `184 Market Street, Los Angeles, USA, 90197`, - Salesperson: `Martin Watson`, - OrderID: 1537, - OrderDate: `4/3/2022`, - ProductID: 137, - ProductName: `IPhone`, - UnitPrice: 25370.79, - Quantity: 2, - ExtendedPrice: 50741.58, - Freight: 1980.79, - Discontinued: false, - Region: `North East`, - Address: `184 Market Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 90197 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Estate`, - ShipAddress: `102 Market Street`, - ShipCity: `Huston`, - ShipPostalCode: 70185, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1174, - CustomerName: `Ben Jackson`, - CustomerFirstName: `Ben`, - CustomerLastName: `Jackson`, - CustomerAddress: `102 Market Street, Huston, USA, 70185`, - Salesperson: `Ben Jackson`, - OrderID: 1378, - OrderDate: `7/6/2022`, - ProductID: 182, - ProductName: `Mac Book Pro`, - UnitPrice: 19620.84, - Quantity: 2, - ExtendedPrice: 39241.68, - Freight: 730.84, - Discontinued: false, - Region: `North East`, - Address: `102 Market Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 70185 - }), - new InvoicesDataItem( - { - ShipName: `Watson Market`, - ShipAddress: `192 Wall Street`, - ShipCity: `Huston`, - ShipPostalCode: 60144, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1175, - CustomerName: `Nancy Watson`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Watson`, - CustomerAddress: `192 Wall Street, Huston, USA, 60144`, - Salesperson: `Martin Jefferson`, - OrderID: 1350, - OrderDate: `10/23/2022`, - ProductID: 138, - ProductName: `IPad`, - UnitPrice: 26010.88, - Quantity: 2, - ExtendedPrice: 52021.76, - Freight: 260.88, - Discontinued: false, - Region: `North East`, - Address: `192 Wall Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 60144 - }), - new InvoicesDataItem( - { - ShipName: `Black Home`, - ShipAddress: `114 Main Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 70079, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Speedy Express`, - CustomerID: 1176, - CustomerName: `Ben Black`, - CustomerFirstName: `Ben`, - CustomerLastName: `Black`, - CustomerAddress: `114 Main Street, Philadelphia, USA, 70079`, - Salesperson: `Anna Watson`, - OrderID: 1889, - OrderDate: `8/21/2022`, - ProductID: 146, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 23970.6, - Quantity: 3, - ExtendedPrice: 71911.8, - Freight: 1870.6, - Discontinued: false, - Region: `North East`, - Address: `114 Main Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 70079 - }), - new InvoicesDataItem( - { - ShipName: `Madison Townhouse`, - ShipAddress: `199 Wall Street`, - ShipCity: `Miami`, - ShipPostalCode: 90182, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Federal Shipping`, - CustomerID: 1177, - CustomerName: `Nancy Madison`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Madison`, - CustomerAddress: `199 Wall Street, Miami, USA, 90182`, - Salesperson: `Anna Madison`, - OrderID: 1285, - OrderDate: `3/12/2022`, - ProductID: 146, - ProductName: `Samsung Note`, - UnitPrice: 13660.54, - Quantity: 2, - ExtendedPrice: 27321.08, - Freight: 1870.54, - Discontinued: false, - Region: `South East`, - Address: `199 Wall Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 90182 - }), - new InvoicesDataItem( - { - ShipName: `Madison Townhouse`, - ShipAddress: `141 Market Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 80097, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1178, - CustomerName: `Pamela Madison`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Madison`, - CustomerAddress: `141 Market Street, Philadelphia, USA, 80097`, - Salesperson: `Pamela Watson`, - OrderID: 1886, - OrderDate: `8/1/2022`, - ProductID: 107, - ProductName: `Mac Book Pro`, - UnitPrice: 11630.46, - Quantity: 4, - ExtendedPrice: 46521.84, - Freight: 1530.46, - Discontinued: false, - Region: `North East`, - Address: `141 Market Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 80097 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Market`, - ShipAddress: `168 Main Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 80162, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1179, - CustomerName: `Max Jefferson`, - CustomerFirstName: `Max`, - CustomerLastName: `Jefferson`, - CustomerAddress: `168 Main Street, Los Angeles, USA, 80162`, - Salesperson: `Mike Jackson`, - OrderID: 1009, - OrderDate: `4/7/2022`, - ProductID: 149, - ProductName: `IPad`, - UnitPrice: 16960.32, - Quantity: 3, - ExtendedPrice: 50880.96, - Freight: 1510.32, - Discontinued: true, - Region: `North East`, - Address: `168 Main Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 80162 - }), - new InvoicesDataItem( - { - ShipName: `Smith Home`, - ShipAddress: `100 Market Street`, - ShipCity: `Miami`, - ShipPostalCode: 80063, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Federal Shipping`, - CustomerID: 1180, - CustomerName: `Martin Smith`, - CustomerFirstName: `Martin`, - CustomerLastName: `Smith`, - CustomerAddress: `100 Market Street, Miami, USA, 80063`, - Salesperson: `Nancy Smith`, - OrderID: 1046, - OrderDate: `10/21/2022`, - ProductID: 123, - ProductName: `IPad`, - UnitPrice: 19360.67, - Quantity: 3, - ExtendedPrice: 58082.01, - Freight: 1510.67, - Discontinued: false, - Region: `South East`, - Address: `100 Market Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 80063 - }), - new InvoicesDataItem( - { - ShipName: `Madison Home`, - ShipAddress: `145 Market Street`, - ShipCity: `Huston`, - ShipPostalCode: 90152, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Speedy Express`, - CustomerID: 1181, - CustomerName: `Anna Madison`, - CustomerFirstName: `Anna`, - CustomerLastName: `Madison`, - CustomerAddress: `145 Market Street, Huston, USA, 90152`, - Salesperson: `Max Watson`, - OrderID: 1593, - OrderDate: `11/17/2022`, - ProductID: 169, - ProductName: `Samsung Note`, - UnitPrice: 28870.27, - Quantity: 5, - ExtendedPrice: 144351.35, - Freight: 1430.27, - Discontinued: false, - Region: `North East`, - Address: `145 Market Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 90152 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Estate`, - ShipAddress: `154 Main Street`, - ShipCity: `Miami`, - ShipPostalCode: 90080, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Federal Shipping`, - CustomerID: 1182, - CustomerName: `Ben Jackson`, - CustomerFirstName: `Ben`, - CustomerLastName: `Jackson`, - CustomerAddress: `154 Main Street, Miami, USA, 90080`, - Salesperson: `Nancy Jefferson`, - OrderID: 1234, - OrderDate: `3/21/2022`, - ProductID: 111, - ProductName: `IPad`, - UnitPrice: 16610.78, - Quantity: 2, - ExtendedPrice: 33221.56, - Freight: 1350.78, - Discontinued: false, - Region: `South East`, - Address: `154 Main Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 90080 - }), - new InvoicesDataItem( - { - ShipName: `Smith Market`, - ShipAddress: `166 Market Street`, - ShipCity: `Huston`, - ShipPostalCode: 70090, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1183, - CustomerName: `Anna Smith`, - CustomerFirstName: `Anna`, - CustomerLastName: `Smith`, - CustomerAddress: `166 Market Street, Huston, USA, 70090`, - Salesperson: `Ben Watson`, - OrderID: 1362, - OrderDate: `5/2/2022`, - ProductID: 122, - ProductName: `Mac Book Air`, - UnitPrice: 6870.64, - Quantity: 4, - ExtendedPrice: 27482.56, - Freight: 750.64, - Discontinued: false, - Region: `North East`, - Address: `166 Market Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 70090 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Estate`, - ShipAddress: `180 Market Street`, - ShipCity: `Miami`, - ShipPostalCode: 90169, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1184, - CustomerName: `Pamela Jefferson`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Jefferson`, - CustomerAddress: `180 Market Street, Miami, USA, 90169`, - Salesperson: `Pamela Black`, - OrderID: 1698, - OrderDate: `1/18/2022`, - ProductID: 129, - ProductName: `IPad`, - UnitPrice: 10960.71, - Quantity: 5, - ExtendedPrice: 54803.55, - Freight: 1530.71, - Discontinued: false, - Region: `West`, - Address: `180 Market Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 90169 - }), - new InvoicesDataItem( - { - ShipName: `Madison Estate`, - ShipAddress: `169 Main Street`, - ShipCity: `Huston`, - ShipPostalCode: 50114, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1185, - CustomerName: `Nancy Madison`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Madison`, - CustomerAddress: `169 Main Street, Huston, USA, 50114`, - Salesperson: `Martin Smith`, - OrderID: 1458, - OrderDate: `6/15/2022`, - ProductID: 183, - ProductName: `IPhone`, - UnitPrice: 16380.23, - Quantity: 2, - ExtendedPrice: 32760.46, - Freight: 1990.23, - Discontinued: false, - Region: `West`, - Address: `169 Main Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 50114 - }), - new InvoicesDataItem( - { - ShipName: `Madison Estate`, - ShipAddress: `132 Market Street`, - ShipCity: `Miami`, - ShipPostalCode: 90064, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1186, - CustomerName: `Max Madison`, - CustomerFirstName: `Max`, - CustomerLastName: `Madison`, - CustomerAddress: `132 Market Street, Miami, USA, 90064`, - Salesperson: `Nancy Jackson`, - OrderID: 1563, - OrderDate: `6/17/2022`, - ProductID: 193, - ProductName: `Samsung Note`, - UnitPrice: 25940.61, - Quantity: 4, - ExtendedPrice: 103762.44, - Freight: 970.61, - Discontinued: false, - Region: `West`, - Address: `132 Market Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 90064 - }), - new InvoicesDataItem( - { - ShipName: `Madison Market`, - ShipAddress: `107 Wall Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 50110, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Speedy Express`, - CustomerID: 1187, - CustomerName: `Martin Madison`, - CustomerFirstName: `Martin`, - CustomerLastName: `Madison`, - CustomerAddress: `107 Wall Street, Los Angeles, USA, 50110`, - Salesperson: `Nancy Jefferson`, - OrderID: 1934, - OrderDate: `6/5/2022`, - ProductID: 110, - ProductName: `Samsung Note`, - UnitPrice: 5360.47, - Quantity: 3, - ExtendedPrice: 16081.41, - Freight: 1680.47, - Discontinued: false, - Region: `North East`, - Address: `107 Wall Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 50110 - }), - new InvoicesDataItem( - { - ShipName: `Black Townhouse`, - ShipAddress: `170 Wall Street`, - ShipCity: `New York`, - ShipPostalCode: 50149, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1188, - CustomerName: `Pamela Black`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Black`, - CustomerAddress: `170 Wall Street, New York, USA, 50149`, - Salesperson: `Mike Jefferson`, - OrderID: 1880, - OrderDate: `12/7/2022`, - ProductID: 137, - ProductName: `IPhone`, - UnitPrice: 19560.62, - Quantity: 4, - ExtendedPrice: 78242.48, - Freight: 680.62, - Discontinued: false, - Region: `West`, - Address: `170 Wall Street`, - City: `New York`, - Country: `USA`, - PostalCode: 50149 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Market`, - ShipAddress: `152 Wall Street`, - ShipCity: `New York`, - ShipPostalCode: 50085, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1189, - CustomerName: `Ben Jefferson`, - CustomerFirstName: `Ben`, - CustomerLastName: `Jefferson`, - CustomerAddress: `152 Wall Street, New York, USA, 50085`, - Salesperson: `Anna Jackson`, - OrderID: 1159, - OrderDate: `5/18/2022`, - ProductID: 167, - ProductName: `IPad`, - UnitPrice: 19270.25, - Quantity: 2, - ExtendedPrice: 38540.5, - Freight: 1050.25, - Discontinued: true, - Region: `North East`, - Address: `152 Wall Street`, - City: `New York`, - Country: `USA`, - PostalCode: 50085 - }), - new InvoicesDataItem( - { - ShipName: `Watson Market`, - ShipAddress: `186 Wall Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 60146, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1190, - CustomerName: `Mike Watson`, - CustomerFirstName: `Mike`, - CustomerLastName: `Watson`, - CustomerAddress: `186 Wall Street, Los Angeles, USA, 60146`, - Salesperson: `Nancy Madison`, - OrderID: 1960, - OrderDate: `3/2/2022`, - ProductID: 167, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 22090.53, - Quantity: 3, - ExtendedPrice: 66271.59, - Freight: 1790.53, - Discontinued: false, - Region: `West`, - Address: `186 Wall Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 60146 - }), - new InvoicesDataItem( - { - ShipName: `Madison Estate`, - ShipAddress: `194 Wall Street`, - ShipCity: `New York`, - ShipPostalCode: 50170, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1191, - CustomerName: `Nancy Madison`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Madison`, - CustomerAddress: `194 Wall Street, New York, USA, 50170`, - Salesperson: `Max Watson`, - OrderID: 1658, - OrderDate: `9/1/2022`, - ProductID: 156, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 27450.8, - Quantity: 4, - ExtendedPrice: 109803.2, - Freight: 270.8, - Discontinued: false, - Region: `West`, - Address: `194 Wall Street`, - City: `New York`, - Country: `USA`, - PostalCode: 50170 - }), - new InvoicesDataItem( - { - ShipName: `Smith Townhouse`, - ShipAddress: `172 Main Street`, - ShipCity: `New York`, - ShipPostalCode: 70191, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1192, - CustomerName: `Ben Smith`, - CustomerFirstName: `Ben`, - CustomerLastName: `Smith`, - CustomerAddress: `172 Main Street, New York, USA, 70191`, - Salesperson: `Pamela Madison`, - OrderID: 1225, - OrderDate: `3/22/2022`, - ProductID: 170, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 21150.84, - Quantity: 5, - ExtendedPrice: 105754.2, - Freight: 1230.84, - Discontinued: false, - Region: `West`, - Address: `172 Main Street`, - City: `New York`, - Country: `USA`, - PostalCode: 70191 - }), - new InvoicesDataItem( - { - ShipName: `Black Market`, - ShipAddress: `108 Market Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 70146, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Federal Shipping`, - CustomerID: 1193, - CustomerName: `Mike Black`, - CustomerFirstName: `Mike`, - CustomerLastName: `Black`, - CustomerAddress: `108 Market Street, Los Angeles, USA, 70146`, - Salesperson: `Pamela Black`, - OrderID: 1886, - OrderDate: `8/20/2022`, - ProductID: 126, - ProductName: `IPhone`, - UnitPrice: 6100.73, - Quantity: 2, - ExtendedPrice: 12201.46, - Freight: 1340.73, - Discontinued: false, - Region: `South East`, - Address: `108 Market Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 70146 - }), - new InvoicesDataItem( - { - ShipName: `Watson Market`, - ShipAddress: `109 Wall Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 90083, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1194, - CustomerName: `Max Watson`, - CustomerFirstName: `Max`, - CustomerLastName: `Watson`, - CustomerAddress: `109 Wall Street, Los Angeles, USA, 90083`, - Salesperson: `Max Smith`, - OrderID: 1191, - OrderDate: `5/9/2022`, - ProductID: 179, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 20190.35, - Quantity: 5, - ExtendedPrice: 100951.75, - Freight: 640.35, - Discontinued: false, - Region: `West`, - Address: `109 Wall Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 90083 - }), - new InvoicesDataItem( - { - ShipName: `Smith Market`, - ShipAddress: `121 Market Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 70102, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1195, - CustomerName: `Max Smith`, - CustomerFirstName: `Max`, - CustomerLastName: `Smith`, - CustomerAddress: `121 Market Street, Philadelphia, USA, 70102`, - Salesperson: `Ben Black`, - OrderID: 1051, - OrderDate: `5/21/2022`, - ProductID: 192, - ProductName: `Mac Book Pro`, - UnitPrice: 21730.32, - Quantity: 5, - ExtendedPrice: 108651.6, - Freight: 1030.32, - Discontinued: false, - Region: `North East`, - Address: `121 Market Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 70102 - }), - new InvoicesDataItem( - { - ShipName: `Watson Estate`, - ShipAddress: `104 Wall Street`, - ShipCity: `New York`, - ShipPostalCode: 90066, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Speedy Express`, - CustomerID: 1196, - CustomerName: `Max Watson`, - CustomerFirstName: `Max`, - CustomerLastName: `Watson`, - CustomerAddress: `104 Wall Street, New York, USA, 90066`, - Salesperson: `Ben Watson`, - OrderID: 1385, - OrderDate: `2/2/2022`, - ProductID: 182, - ProductName: `IPad`, - UnitPrice: 26120.45, - Quantity: 4, - ExtendedPrice: 104481.8, - Freight: 1930.45, - Discontinued: false, - Region: `North East`, - Address: `104 Wall Street`, - City: `New York`, - Country: `USA`, - PostalCode: 90066 - }), - new InvoicesDataItem( - { - ShipName: `Madison Townhouse`, - ShipAddress: `126 Market Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 60091, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1197, - CustomerName: `Ben Madison`, - CustomerFirstName: `Ben`, - CustomerLastName: `Madison`, - CustomerAddress: `126 Market Street, Philadelphia, USA, 60091`, - Salesperson: `Anna Madison`, - OrderID: 1675, - OrderDate: `6/22/2022`, - ProductID: 174, - ProductName: `IPad`, - UnitPrice: 13240.35, - Quantity: 4, - ExtendedPrice: 52961.4, - Freight: 890.35, - Discontinued: false, - Region: `South East`, - Address: `126 Market Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 60091 - }), - new InvoicesDataItem( - { - ShipName: `Watson Home`, - ShipAddress: `139 Main Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 70063, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1198, - CustomerName: `Ben Watson`, - CustomerFirstName: `Ben`, - CustomerLastName: `Watson`, - CustomerAddress: `139 Main Street, Los Angeles, USA, 70063`, - Salesperson: `Pamela Black`, - OrderID: 1997, - OrderDate: `11/17/2022`, - ProductID: 200, - ProductName: `IPhone`, - UnitPrice: 8400.83, - Quantity: 5, - ExtendedPrice: 42004.15, - Freight: 1340.83, - Discontinued: false, - Region: `West`, - Address: `139 Main Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 70063 - }), - new InvoicesDataItem( - { - ShipName: `Smith Home`, - ShipAddress: `133 Wall Street`, - ShipCity: `Miami`, - ShipPostalCode: 70071, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Federal Shipping`, - CustomerID: 1199, - CustomerName: `Mike Smith`, - CustomerFirstName: `Mike`, - CustomerLastName: `Smith`, - CustomerAddress: `133 Wall Street, Miami, USA, 70071`, - Salesperson: `James Watson`, - OrderID: 1641, - OrderDate: `11/12/2022`, - ProductID: 147, - ProductName: `Samsung Note`, - UnitPrice: 10150.31, - Quantity: 3, - ExtendedPrice: 30450.93, - Freight: 720.31, - Discontinued: true, - Region: `South East`, - Address: `133 Wall Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 70071 - }), - new InvoicesDataItem( - { - ShipName: `Black Market`, - ShipAddress: `166 Main Street`, - ShipCity: `Miami`, - ShipPostalCode: 60137, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1200, - CustomerName: `Max Black`, - CustomerFirstName: `Max`, - CustomerLastName: `Black`, - CustomerAddress: `166 Main Street, Miami, USA, 60137`, - Salesperson: `Ben Madison`, - OrderID: 1418, - OrderDate: `11/8/2022`, - ProductID: 135, - ProductName: `IPhone`, - UnitPrice: 9410.46, - Quantity: 2, - ExtendedPrice: 18820.92, - Freight: 970.46, - Discontinued: false, - Region: `West`, - Address: `166 Main Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 60137 - }), - new InvoicesDataItem( - { - ShipName: `Smith Townhouse`, - ShipAddress: `143 Main Street`, - ShipCity: `Miami`, - ShipPostalCode: 70069, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1201, - CustomerName: `James Smith`, - CustomerFirstName: `James`, - CustomerLastName: `Smith`, - CustomerAddress: `143 Main Street, Miami, USA, 70069`, - Salesperson: `Anna Watson`, - OrderID: 1545, - OrderDate: `6/24/2022`, - ProductID: 190, - ProductName: `Mac Book Pro`, - UnitPrice: 5030.78, - Quantity: 3, - ExtendedPrice: 15092.34, - Freight: 1630.78, - Discontinued: false, - Region: `North East`, - Address: `143 Main Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 70069 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Townhouse`, - ShipAddress: `106 Wall Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 50097, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1202, - CustomerName: `Max Jackson`, - CustomerFirstName: `Max`, - CustomerLastName: `Jackson`, - CustomerAddress: `106 Wall Street, Los Angeles, USA, 50097`, - Salesperson: `James Jackson`, - OrderID: 1493, - OrderDate: `7/24/2022`, - ProductID: 124, - ProductName: `Samsung Note`, - UnitPrice: 6390.72, - Quantity: 5, - ExtendedPrice: 31953.6, - Freight: 1960.72, - Discontinued: false, - Region: `North East`, - Address: `106 Wall Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 50097 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Townhouse`, - ShipAddress: `143 Market Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 50052, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1203, - CustomerName: `Pamela Jefferson`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Jefferson`, - CustomerAddress: `143 Market Street, Philadelphia, USA, 50052`, - Salesperson: `Mike Jefferson`, - OrderID: 1495, - OrderDate: `2/14/2022`, - ProductID: 179, - ProductName: `Mac Book Pro`, - UnitPrice: 16770.46, - Quantity: 5, - ExtendedPrice: 83852.3, - Freight: 420.46, - Discontinued: false, - Region: `North East`, - Address: `143 Market Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 50052 - }), - new InvoicesDataItem( - { - ShipName: `Smith Estate`, - ShipAddress: `174 Wall Street`, - ShipCity: `New York`, - ShipPostalCode: 60127, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1204, - CustomerName: `Nancy Smith`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Smith`, - CustomerAddress: `174 Wall Street, New York, USA, 60127`, - Salesperson: `Max Watson`, - OrderID: 1123, - OrderDate: `11/20/2022`, - ProductID: 186, - ProductName: `Mac Book Air`, - UnitPrice: 20930.48, - Quantity: 4, - ExtendedPrice: 83721.92, - Freight: 950.48, - Discontinued: false, - Region: `South East`, - Address: `174 Wall Street`, - City: `New York`, - Country: `USA`, - PostalCode: 60127 - }), - new InvoicesDataItem( - { - ShipName: `Madison Market`, - ShipAddress: `123 Wall Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 60111, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1205, - CustomerName: `Pamela Madison`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Madison`, - CustomerAddress: `123 Wall Street, Los Angeles, USA, 60111`, - Salesperson: `Pamela Jefferson`, - OrderID: 1342, - OrderDate: `12/8/2022`, - ProductID: 140, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 27010.34, - Quantity: 3, - ExtendedPrice: 81031.02, - Freight: 1470.34, - Discontinued: false, - Region: `West`, - Address: `123 Wall Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 60111 - }), - new InvoicesDataItem( - { - ShipName: `Smith Home`, - ShipAddress: `166 Market Street`, - ShipCity: `Miami`, - ShipPostalCode: 50102, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Speedy Express`, - CustomerID: 1206, - CustomerName: `James Smith`, - CustomerFirstName: `James`, - CustomerLastName: `Smith`, - CustomerAddress: `166 Market Street, Miami, USA, 50102`, - Salesperson: `Ben Madison`, - OrderID: 1017, - OrderDate: `10/2/2022`, - ProductID: 186, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 12810.79, - Quantity: 5, - ExtendedPrice: 64053.95, - Freight: 1990.79, - Discontinued: false, - Region: `North East`, - Address: `166 Market Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 50102 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Estate`, - ShipAddress: `193 Main Street`, - ShipCity: `Huston`, - ShipPostalCode: 80187, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1207, - CustomerName: `Max Jefferson`, - CustomerFirstName: `Max`, - CustomerLastName: `Jefferson`, - CustomerAddress: `193 Main Street, Huston, USA, 80187`, - Salesperson: `Mike Jefferson`, - OrderID: 1558, - OrderDate: `11/12/2022`, - ProductID: 194, - ProductName: `Mac Book Pro`, - UnitPrice: 26210.45, - Quantity: 2, - ExtendedPrice: 52420.9, - Freight: 1110.45, - Discontinued: false, - Region: `North East`, - Address: `193 Main Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 80187 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Market`, - ShipAddress: `137 Main Street`, - ShipCity: `Miami`, - ShipPostalCode: 80111, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1208, - CustomerName: `Ben Jefferson`, - CustomerFirstName: `Ben`, - CustomerLastName: `Jefferson`, - CustomerAddress: `137 Main Street, Miami, USA, 80111`, - Salesperson: `Mike Watson`, - OrderID: 1466, - OrderDate: `11/18/2022`, - ProductID: 189, - ProductName: `Mac Book Air`, - UnitPrice: 6190.57, - Quantity: 3, - ExtendedPrice: 18571.71, - Freight: 1810.57, - Discontinued: false, - Region: `West`, - Address: `137 Main Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 80111 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Townhouse`, - ShipAddress: `122 Main Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 80088, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1209, - CustomerName: `Ben Jefferson`, - CustomerFirstName: `Ben`, - CustomerLastName: `Jefferson`, - CustomerAddress: `122 Main Street, Philadelphia, USA, 80088`, - Salesperson: `Ben Jefferson`, - OrderID: 1539, - OrderDate: `11/13/2022`, - ProductID: 131, - ProductName: `IPhone`, - UnitPrice: 21280.22, - Quantity: 4, - ExtendedPrice: 85120.88, - Freight: 760.22, - Discontinued: true, - Region: `North East`, - Address: `122 Main Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 80088 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Home`, - ShipAddress: `115 Main Street`, - ShipCity: `New York`, - ShipPostalCode: 80079, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1210, - CustomerName: `Anna Jefferson`, - CustomerFirstName: `Anna`, - CustomerLastName: `Jefferson`, - CustomerAddress: `115 Main Street, New York, USA, 80079`, - Salesperson: `Max Jefferson`, - OrderID: 1411, - OrderDate: `11/22/2022`, - ProductID: 135, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 13700.71, - Quantity: 3, - ExtendedPrice: 41102.13, - Freight: 1730.71, - Discontinued: false, - Region: `South East`, - Address: `115 Main Street`, - City: `New York`, - Country: `USA`, - PostalCode: 80079 - }), - new InvoicesDataItem( - { - ShipName: `Smith Market`, - ShipAddress: `114 Main Street`, - ShipCity: `New York`, - ShipPostalCode: 50137, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1211, - CustomerName: `Mike Smith`, - CustomerFirstName: `Mike`, - CustomerLastName: `Smith`, - CustomerAddress: `114 Main Street, New York, USA, 50137`, - Salesperson: `Nancy Smith`, - OrderID: 1890, - OrderDate: `8/5/2022`, - ProductID: 169, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 11320.48, - Quantity: 3, - ExtendedPrice: 33961.44, - Freight: 930.48, - Discontinued: false, - Region: `West`, - Address: `114 Main Street`, - City: `New York`, - Country: `USA`, - PostalCode: 50137 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Market`, - ShipAddress: `130 Wall Street`, - ShipCity: `Miami`, - ShipPostalCode: 90082, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1212, - CustomerName: `Martin Jefferson`, - CustomerFirstName: `Martin`, - CustomerLastName: `Jefferson`, - CustomerAddress: `130 Wall Street, Miami, USA, 90082`, - Salesperson: `Nancy Madison`, - OrderID: 1783, - OrderDate: `9/1/2022`, - ProductID: 109, - ProductName: `IPhone`, - UnitPrice: 24340.75, - Quantity: 5, - ExtendedPrice: 121703.75, - Freight: 490.75, - Discontinued: false, - Region: `North East`, - Address: `130 Wall Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 90082 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Estate`, - ShipAddress: `140 Main Street`, - ShipCity: `New York`, - ShipPostalCode: 80095, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Federal Shipping`, - CustomerID: 1213, - CustomerName: `James Jefferson`, - CustomerFirstName: `James`, - CustomerLastName: `Jefferson`, - CustomerAddress: `140 Main Street, New York, USA, 80095`, - Salesperson: `Pamela Watson`, - OrderID: 1101, - OrderDate: `5/25/2022`, - ProductID: 101, - ProductName: `Mac Book Air`, - UnitPrice: 29980.24, - Quantity: 4, - ExtendedPrice: 119920.96, - Freight: 1190.24, - Discontinued: false, - Region: `South East`, - Address: `140 Main Street`, - City: `New York`, - Country: `USA`, - PostalCode: 80095 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Market`, - ShipAddress: `165 Main Street`, - ShipCity: `Huston`, - ShipPostalCode: 90200, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Federal Shipping`, - CustomerID: 1214, - CustomerName: `Ben Jefferson`, - CustomerFirstName: `Ben`, - CustomerLastName: `Jefferson`, - CustomerAddress: `165 Main Street, Huston, USA, 90200`, - Salesperson: `Max Watson`, - OrderID: 1932, - OrderDate: `2/10/2022`, - ProductID: 159, - ProductName: `Mac Book Air`, - UnitPrice: 23460.59, - Quantity: 4, - ExtendedPrice: 93842.36, - Freight: 710.59, - Discontinued: false, - Region: `South East`, - Address: `165 Main Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 90200 - }), - new InvoicesDataItem( - { - ShipName: `Watson Market`, - ShipAddress: `154 Market Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 70200, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1215, - CustomerName: `Max Watson`, - CustomerFirstName: `Max`, - CustomerLastName: `Watson`, - CustomerAddress: `154 Market Street, Los Angeles, USA, 70200`, - Salesperson: `Mike Black`, - OrderID: 1514, - OrderDate: `10/8/2022`, - ProductID: 148, - ProductName: `Samsung Note`, - UnitPrice: 29540.27, - Quantity: 4, - ExtendedPrice: 118161.08, - Freight: 1960.27, - Discontinued: false, - Region: `North East`, - Address: `154 Market Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 70200 - }), - new InvoicesDataItem( - { - ShipName: `Watson Home`, - ShipAddress: `113 Market Street`, - ShipCity: `New York`, - ShipPostalCode: 50127, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Speedy Express`, - CustomerID: 1216, - CustomerName: `Max Watson`, - CustomerFirstName: `Max`, - CustomerLastName: `Watson`, - CustomerAddress: `113 Market Street, New York, USA, 50127`, - Salesperson: `James Jefferson`, - OrderID: 1736, - OrderDate: `10/21/2022`, - ProductID: 188, - ProductName: `IPad`, - UnitPrice: 15350.27, - Quantity: 4, - ExtendedPrice: 61401.08, - Freight: 540.27, - Discontinued: false, - Region: `South East`, - Address: `113 Market Street`, - City: `New York`, - Country: `USA`, - PostalCode: 50127 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Market`, - ShipAddress: `153 Main Street`, - ShipCity: `Huston`, - ShipPostalCode: 80064, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1217, - CustomerName: `James Jackson`, - CustomerFirstName: `James`, - CustomerLastName: `Jackson`, - CustomerAddress: `153 Main Street, Huston, USA, 80064`, - Salesperson: `Mike Jackson`, - OrderID: 1978, - OrderDate: `12/25/2022`, - ProductID: 125, - ProductName: `IPad`, - UnitPrice: 15880.31, - Quantity: 3, - ExtendedPrice: 47640.93, - Freight: 800.31, - Discontinued: false, - Region: `North East`, - Address: `153 Main Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 80064 - }), - new InvoicesDataItem( - { - ShipName: `Smith Estate`, - ShipAddress: `107 Main Street`, - ShipCity: `Miami`, - ShipPostalCode: 50196, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1218, - CustomerName: `Mike Smith`, - CustomerFirstName: `Mike`, - CustomerLastName: `Smith`, - CustomerAddress: `107 Main Street, Miami, USA, 50196`, - Salesperson: `Martin Jackson`, - OrderID: 1324, - OrderDate: `7/18/2022`, - ProductID: 188, - ProductName: `Mac Book Air`, - UnitPrice: 26990.38, - Quantity: 4, - ExtendedPrice: 107961.52, - Freight: 610.38, - Discontinued: false, - Region: `South East`, - Address: `107 Main Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 50196 - }), - new InvoicesDataItem( - { - ShipName: `Smith Estate`, - ShipAddress: `140 Wall Street`, - ShipCity: `Miami`, - ShipPostalCode: 70154, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1219, - CustomerName: `James Smith`, - CustomerFirstName: `James`, - CustomerLastName: `Smith`, - CustomerAddress: `140 Wall Street, Miami, USA, 70154`, - Salesperson: `Nancy Madison`, - OrderID: 1307, - OrderDate: `4/19/2022`, - ProductID: 114, - ProductName: `IPhone`, - UnitPrice: 18300.65, - Quantity: 4, - ExtendedPrice: 73202.6, - Freight: 800.65, - Discontinued: true, - Region: `West`, - Address: `140 Wall Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 70154 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Townhouse`, - ShipAddress: `158 Market Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 50154, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1220, - CustomerName: `Mike Jackson`, - CustomerFirstName: `Mike`, - CustomerLastName: `Jackson`, - CustomerAddress: `158 Market Street, Los Angeles, USA, 50154`, - Salesperson: `James Black`, - OrderID: 1808, - OrderDate: `3/18/2022`, - ProductID: 172, - ProductName: `Mac Book Air`, - UnitPrice: 27460.67, - Quantity: 3, - ExtendedPrice: 82382.01, - Freight: 1220.67, - Discontinued: false, - Region: `North East`, - Address: `158 Market Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 50154 - }), - new InvoicesDataItem( - { - ShipName: `Smith Home`, - ShipAddress: `116 Main Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 90170, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1221, - CustomerName: `Pamela Smith`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Smith`, - CustomerAddress: `116 Main Street, Los Angeles, USA, 90170`, - Salesperson: `James Jefferson`, - OrderID: 1481, - OrderDate: `5/22/2022`, - ProductID: 177, - ProductName: `IPhone`, - UnitPrice: 23770.26, - Quantity: 2, - ExtendedPrice: 47540.52, - Freight: 480.26, - Discontinued: false, - Region: `North East`, - Address: `116 Main Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 90170 - }), - new InvoicesDataItem( - { - ShipName: `Madison Townhouse`, - ShipAddress: `124 Wall Street`, - ShipCity: `Huston`, - ShipPostalCode: 50137, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1222, - CustomerName: `Max Madison`, - CustomerFirstName: `Max`, - CustomerLastName: `Madison`, - CustomerAddress: `124 Wall Street, Huston, USA, 50137`, - Salesperson: `Martin Watson`, - OrderID: 1874, - OrderDate: `10/1/2022`, - ProductID: 102, - ProductName: `Mac Book Air`, - UnitPrice: 12080.68, - Quantity: 5, - ExtendedPrice: 60403.4, - Freight: 400.68, - Discontinued: false, - Region: `North East`, - Address: `124 Wall Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 50137 - }), - new InvoicesDataItem( - { - ShipName: `Smith Market`, - ShipAddress: `197 Main Street`, - ShipCity: `New York`, - ShipPostalCode: 60174, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Speedy Express`, - CustomerID: 1223, - CustomerName: `Nancy Smith`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Smith`, - CustomerAddress: `197 Main Street, New York, USA, 60174`, - Salesperson: `Nancy Jefferson`, - OrderID: 1377, - OrderDate: `10/24/2022`, - ProductID: 123, - ProductName: `Mac Book Air`, - UnitPrice: 10520.88, - Quantity: 4, - ExtendedPrice: 42083.52, - Freight: 800.88, - Discontinued: false, - Region: `South East`, - Address: `197 Main Street`, - City: `New York`, - Country: `USA`, - PostalCode: 60174 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Estate`, - ShipAddress: `192 Wall Street`, - ShipCity: `Miami`, - ShipPostalCode: 80134, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1224, - CustomerName: `Mike Jefferson`, - CustomerFirstName: `Mike`, - CustomerLastName: `Jefferson`, - CustomerAddress: `192 Wall Street, Miami, USA, 80134`, - Salesperson: `James Madison`, - OrderID: 1691, - OrderDate: `6/13/2022`, - ProductID: 123, - ProductName: `IPhone`, - UnitPrice: 11090.82, - Quantity: 2, - ExtendedPrice: 22181.64, - Freight: 910.82, - Discontinued: false, - Region: `South East`, - Address: `192 Wall Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 80134 - }), - new InvoicesDataItem( - { - ShipName: `Black Estate`, - ShipAddress: `111 Market Street`, - ShipCity: `Huston`, - ShipPostalCode: 80054, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1225, - CustomerName: `Anna Black`, - CustomerFirstName: `Anna`, - CustomerLastName: `Black`, - CustomerAddress: `111 Market Street, Huston, USA, 80054`, - Salesperson: `Martin Jackson`, - OrderID: 1242, - OrderDate: `4/6/2022`, - ProductID: 180, - ProductName: `IPhone`, - UnitPrice: 8180.25, - Quantity: 5, - ExtendedPrice: 40901.25, - Freight: 510.25, - Discontinued: false, - Region: `North East`, - Address: `111 Market Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 80054 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Estate`, - ShipAddress: `106 Market Street`, - ShipCity: `New York`, - ShipPostalCode: 60139, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1226, - CustomerName: `Nancy Jackson`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Jackson`, - CustomerAddress: `106 Market Street, New York, USA, 60139`, - Salesperson: `James Madison`, - OrderID: 1745, - OrderDate: `1/18/2022`, - ProductID: 115, - ProductName: `IPhone`, - UnitPrice: 6570.23, - Quantity: 5, - ExtendedPrice: 32851.15, - Freight: 840.23, - Discontinued: false, - Region: `West`, - Address: `106 Market Street`, - City: `New York`, - Country: `USA`, - PostalCode: 60139 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Market`, - ShipAddress: `198 Main Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 60058, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1227, - CustomerName: `Nancy Jackson`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Jackson`, - CustomerAddress: `198 Main Street, Los Angeles, USA, 60058`, - Salesperson: `James Madison`, - OrderID: 1111, - OrderDate: `10/11/2022`, - ProductID: 132, - ProductName: `IPhone`, - UnitPrice: 10970.23, - Quantity: 3, - ExtendedPrice: 32910.69, - Freight: 1670.23, - Discontinued: false, - Region: `North East`, - Address: `198 Main Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 60058 - }), - new InvoicesDataItem( - { - ShipName: `Madison Estate`, - ShipAddress: `138 Wall Street`, - ShipCity: `Huston`, - ShipPostalCode: 50133, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1228, - CustomerName: `Anna Madison`, - CustomerFirstName: `Anna`, - CustomerLastName: `Madison`, - CustomerAddress: `138 Wall Street, Huston, USA, 50133`, - Salesperson: `Ben Madison`, - OrderID: 1182, - OrderDate: `12/18/2022`, - ProductID: 184, - ProductName: `Mac Book Air`, - UnitPrice: 27020.67, - Quantity: 3, - ExtendedPrice: 81062.01, - Freight: 1750.67, - Discontinued: false, - Region: `South East`, - Address: `138 Wall Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 50133 - }), - new InvoicesDataItem( - { - ShipName: `Smith Market`, - ShipAddress: `198 Market Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 50182, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1229, - CustomerName: `James Smith`, - CustomerFirstName: `James`, - CustomerLastName: `Smith`, - CustomerAddress: `198 Market Street, Los Angeles, USA, 50182`, - Salesperson: `Ben Jackson`, - OrderID: 1252, - OrderDate: `10/7/2022`, - ProductID: 146, - ProductName: `IPad`, - UnitPrice: 21910.34, - Quantity: 5, - ExtendedPrice: 109551.7, - Freight: 840.34, - Discontinued: true, - Region: `North East`, - Address: `198 Market Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 50182 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Townhouse`, - ShipAddress: `141 Market Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 70058, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Speedy Express`, - CustomerID: 1230, - CustomerName: `James Jackson`, - CustomerFirstName: `James`, - CustomerLastName: `Jackson`, - CustomerAddress: `141 Market Street, Philadelphia, USA, 70058`, - Salesperson: `Martin Watson`, - OrderID: 1635, - OrderDate: `6/1/2022`, - ProductID: 196, - ProductName: `Mac Book Air`, - UnitPrice: 16430.54, - Quantity: 2, - ExtendedPrice: 32861.08, - Freight: 1420.54, - Discontinued: false, - Region: `North East`, - Address: `141 Market Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 70058 - }), - new InvoicesDataItem( - { - ShipName: `Madison Townhouse`, - ShipAddress: `107 Market Street`, - ShipCity: `New York`, - ShipPostalCode: 80108, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1231, - CustomerName: `Anna Madison`, - CustomerFirstName: `Anna`, - CustomerLastName: `Madison`, - CustomerAddress: `107 Market Street, New York, USA, 80108`, - Salesperson: `Mike Smith`, - OrderID: 1922, - OrderDate: `10/6/2022`, - ProductID: 154, - ProductName: `Mac Book Air`, - UnitPrice: 8920.46, - Quantity: 5, - ExtendedPrice: 44602.3, - Freight: 1160.46, - Discontinued: false, - Region: `West`, - Address: `107 Market Street`, - City: `New York`, - Country: `USA`, - PostalCode: 80108 - }), - new InvoicesDataItem( - { - ShipName: `Watson Market`, - ShipAddress: `166 Main Street`, - ShipCity: `New York`, - ShipPostalCode: 60199, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Speedy Express`, - CustomerID: 1232, - CustomerName: `Martin Watson`, - CustomerFirstName: `Martin`, - CustomerLastName: `Watson`, - CustomerAddress: `166 Main Street, New York, USA, 60199`, - Salesperson: `Anna Smith`, - OrderID: 1759, - OrderDate: `3/10/2022`, - ProductID: 145, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 22420.27, - Quantity: 5, - ExtendedPrice: 112101.35, - Freight: 1900.27, - Discontinued: false, - Region: `North East`, - Address: `166 Main Street`, - City: `New York`, - Country: `USA`, - PostalCode: 60199 - }), - new InvoicesDataItem( - { - ShipName: `Smith Home`, - ShipAddress: `188 Main Street`, - ShipCity: `New York`, - ShipPostalCode: 90082, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1233, - CustomerName: `Anna Smith`, - CustomerFirstName: `Anna`, - CustomerLastName: `Smith`, - CustomerAddress: `188 Main Street, New York, USA, 90082`, - Salesperson: `Ben Black`, - OrderID: 1172, - OrderDate: `11/9/2022`, - ProductID: 148, - ProductName: `Samsung Note`, - UnitPrice: 22260.33, - Quantity: 5, - ExtendedPrice: 111301.65, - Freight: 1530.33, - Discontinued: false, - Region: `West`, - Address: `188 Main Street`, - City: `New York`, - Country: `USA`, - PostalCode: 90082 - }), - new InvoicesDataItem( - { - ShipName: `Madison Home`, - ShipAddress: `168 Wall Street`, - ShipCity: `Miami`, - ShipPostalCode: 80160, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Federal Shipping`, - CustomerID: 1234, - CustomerName: `Martin Madison`, - CustomerFirstName: `Martin`, - CustomerLastName: `Madison`, - CustomerAddress: `168 Wall Street, Miami, USA, 80160`, - Salesperson: `Max Black`, - OrderID: 1855, - OrderDate: `9/9/2022`, - ProductID: 195, - ProductName: `Samsung Note`, - UnitPrice: 11120.68, - Quantity: 5, - ExtendedPrice: 55603.4, - Freight: 540.68, - Discontinued: false, - Region: `South East`, - Address: `168 Wall Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 80160 - }), - new InvoicesDataItem( - { - ShipName: `Madison Market`, - ShipAddress: `151 Wall Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 50192, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Speedy Express`, - CustomerID: 1235, - CustomerName: `James Madison`, - CustomerFirstName: `James`, - CustomerLastName: `Madison`, - CustomerAddress: `151 Wall Street, Philadelphia, USA, 50192`, - Salesperson: `Pamela Watson`, - OrderID: 1253, - OrderDate: `9/24/2022`, - ProductID: 153, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 17650.73, - Quantity: 5, - ExtendedPrice: 88253.65, - Freight: 1010.73, - Discontinued: false, - Region: `North East`, - Address: `151 Wall Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 50192 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Estate`, - ShipAddress: `131 Wall Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 60171, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1236, - CustomerName: `Anna Jefferson`, - CustomerFirstName: `Anna`, - CustomerLastName: `Jefferson`, - CustomerAddress: `131 Wall Street, Philadelphia, USA, 60171`, - Salesperson: `James Jefferson`, - OrderID: 1711, - OrderDate: `9/12/2022`, - ProductID: 192, - ProductName: `IPhone`, - UnitPrice: 18980.42, - Quantity: 3, - ExtendedPrice: 56941.26, - Freight: 1070.42, - Discontinued: false, - Region: `North East`, - Address: `131 Wall Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 60171 - }), - new InvoicesDataItem( - { - ShipName: `Madison Estate`, - ShipAddress: `101 Market Street`, - ShipCity: `Huston`, - ShipPostalCode: 70109, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1237, - CustomerName: `Mike Madison`, - CustomerFirstName: `Mike`, - CustomerLastName: `Madison`, - CustomerAddress: `101 Market Street, Huston, USA, 70109`, - Salesperson: `Nancy Smith`, - OrderID: 1155, - OrderDate: `9/1/2022`, - ProductID: 174, - ProductName: `Mac Book Pro`, - UnitPrice: 22330.35, - Quantity: 2, - ExtendedPrice: 44660.7, - Freight: 250.35, - Discontinued: false, - Region: `West`, - Address: `101 Market Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 70109 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Home`, - ShipAddress: `145 Main Street`, - ShipCity: `New York`, - ShipPostalCode: 50126, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1238, - CustomerName: `Max Jefferson`, - CustomerFirstName: `Max`, - CustomerLastName: `Jefferson`, - CustomerAddress: `145 Main Street, New York, USA, 50126`, - Salesperson: `Mike Watson`, - OrderID: 1656, - OrderDate: `3/7/2022`, - ProductID: 139, - ProductName: `IPhone`, - UnitPrice: 9890.72, - Quantity: 3, - ExtendedPrice: 29672.16, - Freight: 1890.72, - Discontinued: false, - Region: `West`, - Address: `145 Main Street`, - City: `New York`, - Country: `USA`, - PostalCode: 50126 - }), - new InvoicesDataItem( - { - ShipName: `Madison Home`, - ShipAddress: `190 Wall Street`, - ShipCity: `Huston`, - ShipPostalCode: 60055, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Federal Shipping`, - CustomerID: 1239, - CustomerName: `Martin Madison`, - CustomerFirstName: `Martin`, - CustomerLastName: `Madison`, - CustomerAddress: `190 Wall Street, Huston, USA, 60055`, - Salesperson: `Mike Smith`, - OrderID: 1192, - OrderDate: `3/12/2022`, - ProductID: 151, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 16510.6, - Quantity: 5, - ExtendedPrice: 82553, - Freight: 260.6, - Discontinued: true, - Region: `South East`, - Address: `190 Wall Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 60055 - }), - new InvoicesDataItem( - { - ShipName: `Smith Estate`, - ShipAddress: `114 Market Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 50122, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Speedy Express`, - CustomerID: 1240, - CustomerName: `Martin Smith`, - CustomerFirstName: `Martin`, - CustomerLastName: `Smith`, - CustomerAddress: `114 Market Street, Philadelphia, USA, 50122`, - Salesperson: `James Madison`, - OrderID: 1997, - OrderDate: `8/3/2022`, - ProductID: 195, - ProductName: `Mac Book Pro`, - UnitPrice: 20770.42, - Quantity: 4, - ExtendedPrice: 83081.68, - Freight: 920.42, - Discontinued: false, - Region: `North East`, - Address: `114 Market Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 50122 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Townhouse`, - ShipAddress: `184 Main Street`, - ShipCity: `Miami`, - ShipPostalCode: 50147, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Federal Shipping`, - CustomerID: 1241, - CustomerName: `Pamela Jackson`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Jackson`, - CustomerAddress: `184 Main Street, Miami, USA, 50147`, - Salesperson: `Martin Madison`, - OrderID: 1944, - OrderDate: `7/11/2022`, - ProductID: 105, - ProductName: `Samsung Note`, - UnitPrice: 22970.54, - Quantity: 3, - ExtendedPrice: 68911.62, - Freight: 2000.54, - Discontinued: false, - Region: `South East`, - Address: `184 Main Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 50147 - }), - new InvoicesDataItem( - { - ShipName: `Watson Townhouse`, - ShipAddress: `140 Wall Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 50058, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1242, - CustomerName: `Pamela Watson`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Watson`, - CustomerAddress: `140 Wall Street, Los Angeles, USA, 50058`, - Salesperson: `Max Madison`, - OrderID: 1076, - OrderDate: `12/1/2022`, - ProductID: 108, - ProductName: `IPhone`, - UnitPrice: 5950.69, - Quantity: 5, - ExtendedPrice: 29753.45, - Freight: 1440.69, - Discontinued: false, - Region: `South East`, - Address: `140 Wall Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 50058 - }), - new InvoicesDataItem( - { - ShipName: `Madison Estate`, - ShipAddress: `178 Market Street`, - ShipCity: `New York`, - ShipPostalCode: 60194, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1243, - CustomerName: `James Madison`, - CustomerFirstName: `James`, - CustomerLastName: `Madison`, - CustomerAddress: `178 Market Street, New York, USA, 60194`, - Salesperson: `James Madison`, - OrderID: 1076, - OrderDate: `6/25/2022`, - ProductID: 176, - ProductName: `IPhone`, - UnitPrice: 17080.21, - Quantity: 2, - ExtendedPrice: 34160.42, - Freight: 1200.21, - Discontinued: false, - Region: `West`, - Address: `178 Market Street`, - City: `New York`, - Country: `USA`, - PostalCode: 60194 - }), - new InvoicesDataItem( - { - ShipName: `Madison Home`, - ShipAddress: `179 Main Street`, - ShipCity: `Huston`, - ShipPostalCode: 70085, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1244, - CustomerName: `Ben Madison`, - CustomerFirstName: `Ben`, - CustomerLastName: `Madison`, - CustomerAddress: `179 Main Street, Huston, USA, 70085`, - Salesperson: `Ben Jackson`, - OrderID: 1070, - OrderDate: `5/7/2022`, - ProductID: 101, - ProductName: `IPhone`, - UnitPrice: 19310.75, - Quantity: 2, - ExtendedPrice: 38621.5, - Freight: 1270.75, - Discontinued: false, - Region: `West`, - Address: `179 Main Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 70085 - }), - new InvoicesDataItem( - { - ShipName: `Madison Estate`, - ShipAddress: `169 Market Street`, - ShipCity: `Miami`, - ShipPostalCode: 70087, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Speedy Express`, - CustomerID: 1245, - CustomerName: `Pamela Madison`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Madison`, - CustomerAddress: `169 Market Street, Miami, USA, 70087`, - Salesperson: `Nancy Black`, - OrderID: 1469, - OrderDate: `8/22/2022`, - ProductID: 193, - ProductName: `Samsung Note`, - UnitPrice: 25420.4, - Quantity: 2, - ExtendedPrice: 50840.8, - Freight: 1690.4, - Discontinued: false, - Region: `North East`, - Address: `169 Market Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 70087 - }), - new InvoicesDataItem( - { - ShipName: `Smith Home`, - ShipAddress: `108 Wall Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 90128, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Speedy Express`, - CustomerID: 1246, - CustomerName: `Martin Smith`, - CustomerFirstName: `Martin`, - CustomerLastName: `Smith`, - CustomerAddress: `108 Wall Street, Los Angeles, USA, 90128`, - Salesperson: `Pamela Smith`, - OrderID: 1948, - OrderDate: `4/25/2022`, - ProductID: 141, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 19070.55, - Quantity: 3, - ExtendedPrice: 57211.65, - Freight: 280.55, - Discontinued: false, - Region: `South East`, - Address: `108 Wall Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 90128 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Townhouse`, - ShipAddress: `195 Market Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 80141, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1247, - CustomerName: `Mike Jackson`, - CustomerFirstName: `Mike`, - CustomerLastName: `Jackson`, - CustomerAddress: `195 Market Street, Philadelphia, USA, 80141`, - Salesperson: `Martin Smith`, - OrderID: 1116, - OrderDate: `1/1/2022`, - ProductID: 162, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 22190.27, - Quantity: 5, - ExtendedPrice: 110951.35, - Freight: 1830.27, - Discontinued: false, - Region: `North East`, - Address: `195 Market Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 80141 - }), - new InvoicesDataItem( - { - ShipName: `Black Home`, - ShipAddress: `142 Main Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 50163, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1248, - CustomerName: `Anna Black`, - CustomerFirstName: `Anna`, - CustomerLastName: `Black`, - CustomerAddress: `142 Main Street, Los Angeles, USA, 50163`, - Salesperson: `Pamela Jefferson`, - OrderID: 1640, - OrderDate: `5/1/2022`, - ProductID: 153, - ProductName: `Samsung Note`, - UnitPrice: 7690.79, - Quantity: 3, - ExtendedPrice: 23072.37, - Freight: 1730.79, - Discontinued: false, - Region: `South East`, - Address: `142 Main Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 50163 - }), - new InvoicesDataItem( - { - ShipName: `Watson Market`, - ShipAddress: `177 Market Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 80155, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1249, - CustomerName: `Mike Watson`, - CustomerFirstName: `Mike`, - CustomerLastName: `Watson`, - CustomerAddress: `177 Market Street, Philadelphia, USA, 80155`, - Salesperson: `Anna Jefferson`, - OrderID: 1748, - OrderDate: `9/2/2022`, - ProductID: 186, - ProductName: `Mac Book Air`, - UnitPrice: 25230.84, - Quantity: 4, - ExtendedPrice: 100923.36, - Freight: 670.84, - Discontinued: true, - Region: `South East`, - Address: `177 Market Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 80155 - }), - new InvoicesDataItem( - { - ShipName: `Black Estate`, - ShipAddress: `175 Market Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 80141, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1250, - CustomerName: `Mike Black`, - CustomerFirstName: `Mike`, - CustomerLastName: `Black`, - CustomerAddress: `175 Market Street, Los Angeles, USA, 80141`, - Salesperson: `Martin Black`, - OrderID: 1251, - OrderDate: `7/5/2022`, - ProductID: 140, - ProductName: `Mac Book Pro`, - UnitPrice: 25960.45, - Quantity: 2, - ExtendedPrice: 51920.9, - Freight: 260.45, - Discontinued: false, - Region: `North East`, - Address: `175 Market Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 80141 - }), - new InvoicesDataItem( - { - ShipName: `Watson Market`, - ShipAddress: `110 Market Street`, - ShipCity: `New York`, - ShipPostalCode: 90174, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1251, - CustomerName: `Pamela Watson`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Watson`, - CustomerAddress: `110 Market Street, New York, USA, 90174`, - Salesperson: `Pamela Black`, - OrderID: 1397, - OrderDate: `7/2/2022`, - ProductID: 141, - ProductName: `Samsung Note`, - UnitPrice: 22150.67, - Quantity: 3, - ExtendedPrice: 66452.01, - Freight: 640.67, - Discontinued: false, - Region: `North East`, - Address: `110 Market Street`, - City: `New York`, - Country: `USA`, - PostalCode: 90174 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Estate`, - ShipAddress: `121 Wall Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 70083, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Speedy Express`, - CustomerID: 1252, - CustomerName: `Mike Jackson`, - CustomerFirstName: `Mike`, - CustomerLastName: `Jackson`, - CustomerAddress: `121 Wall Street, Los Angeles, USA, 70083`, - Salesperson: `Ben Jefferson`, - OrderID: 1938, - OrderDate: `1/20/2022`, - ProductID: 171, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 9220.74, - Quantity: 4, - ExtendedPrice: 36882.96, - Freight: 1030.74, - Discontinued: false, - Region: `South East`, - Address: `121 Wall Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 70083 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Townhouse`, - ShipAddress: `122 Wall Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 70122, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1253, - CustomerName: `Mike Jackson`, - CustomerFirstName: `Mike`, - CustomerLastName: `Jackson`, - CustomerAddress: `122 Wall Street, Philadelphia, USA, 70122`, - Salesperson: `Mike Watson`, - OrderID: 1608, - OrderDate: `2/9/2022`, - ProductID: 109, - ProductName: `Samsung Note`, - UnitPrice: 11240.75, - Quantity: 2, - ExtendedPrice: 22481.5, - Freight: 1010.75, - Discontinued: false, - Region: `West`, - Address: `122 Wall Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 70122 - }), - new InvoicesDataItem( - { - ShipName: `Watson Estate`, - ShipAddress: `151 Main Street`, - ShipCity: `Huston`, - ShipPostalCode: 50057, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Speedy Express`, - CustomerID: 1254, - CustomerName: `Pamela Watson`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Watson`, - CustomerAddress: `151 Main Street, Huston, USA, 50057`, - Salesperson: `Martin Watson`, - OrderID: 1217, - OrderDate: `8/4/2022`, - ProductID: 185, - ProductName: `Mac Book Pro`, - UnitPrice: 16680.55, - Quantity: 3, - ExtendedPrice: 50041.65, - Freight: 1710.55, - Discontinued: false, - Region: `North East`, - Address: `151 Main Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 50057 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Market`, - ShipAddress: `120 Wall Street`, - ShipCity: `Huston`, - ShipPostalCode: 50131, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Federal Shipping`, - CustomerID: 1255, - CustomerName: `Mike Jackson`, - CustomerFirstName: `Mike`, - CustomerLastName: `Jackson`, - CustomerAddress: `120 Wall Street, Huston, USA, 50131`, - Salesperson: `Ben Jackson`, - OrderID: 1661, - OrderDate: `5/1/2022`, - ProductID: 190, - ProductName: `Mac Book Air`, - UnitPrice: 21450.85, - Quantity: 5, - ExtendedPrice: 107254.25, - Freight: 1350.85, - Discontinued: false, - Region: `South East`, - Address: `120 Wall Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 50131 - }), - new InvoicesDataItem( - { - ShipName: `Madison Market`, - ShipAddress: `134 Main Street`, - ShipCity: `Huston`, - ShipPostalCode: 90060, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1256, - CustomerName: `Mike Madison`, - CustomerFirstName: `Mike`, - CustomerLastName: `Madison`, - CustomerAddress: `134 Main Street, Huston, USA, 90060`, - Salesperson: `James Madison`, - OrderID: 1766, - OrderDate: `11/11/2022`, - ProductID: 134, - ProductName: `Mac Book Air`, - UnitPrice: 12850.63, - Quantity: 3, - ExtendedPrice: 38551.89, - Freight: 1790.63, - Discontinued: false, - Region: `West`, - Address: `134 Main Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 90060 - }), - new InvoicesDataItem( - { - ShipName: `Black Home`, - ShipAddress: `150 Wall Street`, - ShipCity: `Huston`, - ShipPostalCode: 60151, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1257, - CustomerName: `James Black`, - CustomerFirstName: `James`, - CustomerLastName: `Black`, - CustomerAddress: `150 Wall Street, Huston, USA, 60151`, - Salesperson: `Martin Black`, - OrderID: 1321, - OrderDate: `8/4/2022`, - ProductID: 125, - ProductName: `Samsung Note`, - UnitPrice: 29190.24, - Quantity: 4, - ExtendedPrice: 116760.96, - Freight: 680.24, - Discontinued: false, - Region: `North East`, - Address: `150 Wall Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 60151 - }), - new InvoicesDataItem( - { - ShipName: `Watson Estate`, - ShipAddress: `155 Wall Street`, - ShipCity: `Huston`, - ShipPostalCode: 60121, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1258, - CustomerName: `Max Watson`, - CustomerFirstName: `Max`, - CustomerLastName: `Watson`, - CustomerAddress: `155 Wall Street, Huston, USA, 60121`, - Salesperson: `Max Jackson`, - OrderID: 1872, - OrderDate: `2/20/2022`, - ProductID: 188, - ProductName: `Samsung Note`, - UnitPrice: 22750.45, - Quantity: 3, - ExtendedPrice: 68251.35, - Freight: 840.45, - Discontinued: false, - Region: `West`, - Address: `155 Wall Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 60121 - }), - new InvoicesDataItem( - { - ShipName: `Watson Market`, - ShipAddress: `184 Market Street`, - ShipCity: `New York`, - ShipPostalCode: 90156, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1259, - CustomerName: `Anna Watson`, - CustomerFirstName: `Anna`, - CustomerLastName: `Watson`, - CustomerAddress: `184 Market Street, New York, USA, 90156`, - Salesperson: `James Watson`, - OrderID: 1828, - OrderDate: `5/25/2022`, - ProductID: 191, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 29760.3, - Quantity: 2, - ExtendedPrice: 59520.6, - Freight: 1960.3, - Discontinued: true, - Region: `North East`, - Address: `184 Market Street`, - City: `New York`, - Country: `USA`, - PostalCode: 90156 - }), - new InvoicesDataItem( - { - ShipName: `Watson Market`, - ShipAddress: `133 Market Street`, - ShipCity: `Huston`, - ShipPostalCode: 50074, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1260, - CustomerName: `Anna Watson`, - CustomerFirstName: `Anna`, - CustomerLastName: `Watson`, - CustomerAddress: `133 Market Street, Huston, USA, 50074`, - Salesperson: `Mike Black`, - OrderID: 1966, - OrderDate: `6/18/2022`, - ProductID: 160, - ProductName: `Mac Book Air`, - UnitPrice: 7450.44, - Quantity: 5, - ExtendedPrice: 37252.2, - Freight: 590.44, - Discontinued: false, - Region: `West`, - Address: `133 Market Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 50074 - }), - new InvoicesDataItem( - { - ShipName: `Black Townhouse`, - ShipAddress: `154 Main Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 70052, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1261, - CustomerName: `Martin Black`, - CustomerFirstName: `Martin`, - CustomerLastName: `Black`, - CustomerAddress: `154 Main Street, Philadelphia, USA, 70052`, - Salesperson: `Ben Jackson`, - OrderID: 1421, - OrderDate: `9/17/2022`, - ProductID: 127, - ProductName: `Mac Book Air`, - UnitPrice: 23000.47, - Quantity: 2, - ExtendedPrice: 46000.94, - Freight: 550.47, - Discontinued: false, - Region: `South East`, - Address: `154 Main Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 70052 - }), - new InvoicesDataItem( - { - ShipName: `Smith Townhouse`, - ShipAddress: `114 Wall Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 90174, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Federal Shipping`, - CustomerID: 1262, - CustomerName: `Max Smith`, - CustomerFirstName: `Max`, - CustomerLastName: `Smith`, - CustomerAddress: `114 Wall Street, Philadelphia, USA, 90174`, - Salesperson: `Pamela Smith`, - OrderID: 1192, - OrderDate: `12/4/2022`, - ProductID: 105, - ProductName: `Samsung Note`, - UnitPrice: 19790.26, - Quantity: 2, - ExtendedPrice: 39580.52, - Freight: 1150.26, - Discontinued: false, - Region: `South East`, - Address: `114 Wall Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 90174 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Townhouse`, - ShipAddress: `154 Wall Street`, - ShipCity: `New York`, - ShipPostalCode: 90162, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1263, - CustomerName: `Ben Jefferson`, - CustomerFirstName: `Ben`, - CustomerLastName: `Jefferson`, - CustomerAddress: `154 Wall Street, New York, USA, 90162`, - Salesperson: `Nancy Smith`, - OrderID: 1539, - OrderDate: `7/16/2022`, - ProductID: 139, - ProductName: `Samsung Note`, - UnitPrice: 11830.34, - Quantity: 2, - ExtendedPrice: 23660.68, - Freight: 1930.34, - Discontinued: false, - Region: `West`, - Address: `154 Wall Street`, - City: `New York`, - Country: `USA`, - PostalCode: 90162 - }), - new InvoicesDataItem( - { - ShipName: `Smith Townhouse`, - ShipAddress: `140 Wall Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 70136, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1264, - CustomerName: `Martin Smith`, - CustomerFirstName: `Martin`, - CustomerLastName: `Smith`, - CustomerAddress: `140 Wall Street, Los Angeles, USA, 70136`, - Salesperson: `Mike Jackson`, - OrderID: 1271, - OrderDate: `10/7/2022`, - ProductID: 124, - ProductName: `Samsung Note`, - UnitPrice: 21020.81, - Quantity: 2, - ExtendedPrice: 42041.62, - Freight: 1420.81, - Discontinued: false, - Region: `West`, - Address: `140 Wall Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 70136 - }), - new InvoicesDataItem( - { - ShipName: `Smith Townhouse`, - ShipAddress: `185 Main Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 60116, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1265, - CustomerName: `James Smith`, - CustomerFirstName: `James`, - CustomerLastName: `Smith`, - CustomerAddress: `185 Main Street, Philadelphia, USA, 60116`, - Salesperson: `James Watson`, - OrderID: 1090, - OrderDate: `9/11/2022`, - ProductID: 160, - ProductName: `IPhone`, - UnitPrice: 16070.46, - Quantity: 3, - ExtendedPrice: 48211.38, - Freight: 1490.46, - Discontinued: false, - Region: `West`, - Address: `185 Main Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 60116 - }), - new InvoicesDataItem( - { - ShipName: `Smith Estate`, - ShipAddress: `179 Market Street`, - ShipCity: `Huston`, - ShipPostalCode: 80107, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1266, - CustomerName: `Max Smith`, - CustomerFirstName: `Max`, - CustomerLastName: `Smith`, - CustomerAddress: `179 Market Street, Huston, USA, 80107`, - Salesperson: `Nancy Smith`, - OrderID: 1286, - OrderDate: `1/10/2022`, - ProductID: 161, - ProductName: `Mac Book Air`, - UnitPrice: 26160.38, - Quantity: 3, - ExtendedPrice: 78481.14, - Freight: 570.38, - Discontinued: false, - Region: `West`, - Address: `179 Market Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 80107 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Home`, - ShipAddress: `189 Wall Street`, - ShipCity: `Huston`, - ShipPostalCode: 90073, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1267, - CustomerName: `Ben Jefferson`, - CustomerFirstName: `Ben`, - CustomerLastName: `Jefferson`, - CustomerAddress: `189 Wall Street, Huston, USA, 90073`, - Salesperson: `Martin Madison`, - OrderID: 1754, - OrderDate: `5/2/2022`, - ProductID: 143, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 29540.84, - Quantity: 4, - ExtendedPrice: 118163.36, - Freight: 500.84, - Discontinued: false, - Region: `North East`, - Address: `189 Wall Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 90073 - }), - new InvoicesDataItem( - { - ShipName: `Madison Estate`, - ShipAddress: `106 Market Street`, - ShipCity: `Miami`, - ShipPostalCode: 90153, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1268, - CustomerName: `Anna Madison`, - CustomerFirstName: `Anna`, - CustomerLastName: `Madison`, - CustomerAddress: `106 Market Street, Miami, USA, 90153`, - Salesperson: `Anna Black`, - OrderID: 1321, - OrderDate: `6/21/2022`, - ProductID: 136, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 12550.55, - Quantity: 5, - ExtendedPrice: 62752.75, - Freight: 1440.55, - Discontinued: false, - Region: `West`, - Address: `106 Market Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 90153 - }), - new InvoicesDataItem( - { - ShipName: `Watson Townhouse`, - ShipAddress: `149 Wall Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 50102, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1269, - CustomerName: `Pamela Watson`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Watson`, - CustomerAddress: `149 Wall Street, Los Angeles, USA, 50102`, - Salesperson: `James Jefferson`, - OrderID: 1262, - OrderDate: `7/13/2022`, - ProductID: 178, - ProductName: `Samsung Note`, - UnitPrice: 8690.45, - Quantity: 3, - ExtendedPrice: 26071.35, - Freight: 1420.45, - Discontinued: true, - Region: `West`, - Address: `149 Wall Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 50102 - }), - new InvoicesDataItem( - { - ShipName: `Watson Market`, - ShipAddress: `192 Market Street`, - ShipCity: `New York`, - ShipPostalCode: 60078, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1270, - CustomerName: `Martin Watson`, - CustomerFirstName: `Martin`, - CustomerLastName: `Watson`, - CustomerAddress: `192 Market Street, New York, USA, 60078`, - Salesperson: `Ben Jackson`, - OrderID: 1586, - OrderDate: `11/13/2022`, - ProductID: 130, - ProductName: `Mac Book Pro`, - UnitPrice: 28630.86, - Quantity: 2, - ExtendedPrice: 57261.72, - Freight: 980.86, - Discontinued: false, - Region: `West`, - Address: `192 Market Street`, - City: `New York`, - Country: `USA`, - PostalCode: 60078 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Estate`, - ShipAddress: `159 Main Street`, - ShipCity: `New York`, - ShipPostalCode: 50050, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1271, - CustomerName: `James Jefferson`, - CustomerFirstName: `James`, - CustomerLastName: `Jefferson`, - CustomerAddress: `159 Main Street, New York, USA, 50050`, - Salesperson: `Max Jefferson`, - OrderID: 1915, - OrderDate: `2/10/2022`, - ProductID: 178, - ProductName: `Mac Book Pro`, - UnitPrice: 19050.75, - Quantity: 5, - ExtendedPrice: 95253.75, - Freight: 960.75, - Discontinued: false, - Region: `West`, - Address: `159 Main Street`, - City: `New York`, - Country: `USA`, - PostalCode: 50050 - }), - new InvoicesDataItem( - { - ShipName: `Watson Market`, - ShipAddress: `171 Wall Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 60099, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Federal Shipping`, - CustomerID: 1272, - CustomerName: `Nancy Watson`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Watson`, - CustomerAddress: `171 Wall Street, Los Angeles, USA, 60099`, - Salesperson: `Pamela Jackson`, - OrderID: 1503, - OrderDate: `4/7/2022`, - ProductID: 153, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 26320.3, - Quantity: 3, - ExtendedPrice: 78960.9, - Freight: 1360.3, - Discontinued: false, - Region: `South East`, - Address: `171 Wall Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 60099 - }), - new InvoicesDataItem( - { - ShipName: `Madison Townhouse`, - ShipAddress: `161 Main Street`, - ShipCity: `Huston`, - ShipPostalCode: 70087, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Speedy Express`, - CustomerID: 1273, - CustomerName: `Anna Madison`, - CustomerFirstName: `Anna`, - CustomerLastName: `Madison`, - CustomerAddress: `161 Main Street, Huston, USA, 70087`, - Salesperson: `Nancy Watson`, - OrderID: 1129, - OrderDate: `9/4/2022`, - ProductID: 119, - ProductName: `Samsung Note`, - UnitPrice: 26970.53, - Quantity: 3, - ExtendedPrice: 80911.59, - Freight: 1890.53, - Discontinued: false, - Region: `South East`, - Address: `161 Main Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 70087 - }), - new InvoicesDataItem( - { - ShipName: `Watson Market`, - ShipAddress: `163 Market Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 50127, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1274, - CustomerName: `Max Watson`, - CustomerFirstName: `Max`, - CustomerLastName: `Watson`, - CustomerAddress: `163 Market Street, Los Angeles, USA, 50127`, - Salesperson: `Nancy Jefferson`, - OrderID: 1508, - OrderDate: `1/6/2022`, - ProductID: 136, - ProductName: `Mac Book Air`, - UnitPrice: 12620.81, - Quantity: 3, - ExtendedPrice: 37862.43, - Freight: 650.81, - Discontinued: false, - Region: `North East`, - Address: `163 Market Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 50127 - }), - new InvoicesDataItem( - { - ShipName: `Watson Townhouse`, - ShipAddress: `131 Market Street`, - ShipCity: `Huston`, - ShipPostalCode: 50052, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Federal Shipping`, - CustomerID: 1275, - CustomerName: `James Watson`, - CustomerFirstName: `James`, - CustomerLastName: `Watson`, - CustomerAddress: `131 Market Street, Huston, USA, 50052`, - Salesperson: `Martin Watson`, - OrderID: 1285, - OrderDate: `8/6/2022`, - ProductID: 123, - ProductName: `Samsung Note`, - UnitPrice: 22790.24, - Quantity: 4, - ExtendedPrice: 91160.96, - Freight: 1140.24, - Discontinued: false, - Region: `South East`, - Address: `131 Market Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 50052 - }), - new InvoicesDataItem( - { - ShipName: `Black Home`, - ShipAddress: `125 Wall Street`, - ShipCity: `Miami`, - ShipPostalCode: 60101, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1276, - CustomerName: `Ben Black`, - CustomerFirstName: `Ben`, - CustomerLastName: `Black`, - CustomerAddress: `125 Wall Street, Miami, USA, 60101`, - Salesperson: `Ben Smith`, - OrderID: 1881, - OrderDate: `12/5/2022`, - ProductID: 128, - ProductName: `Mac Book Air`, - UnitPrice: 18780.56, - Quantity: 4, - ExtendedPrice: 75122.24, - Freight: 820.56, - Discontinued: false, - Region: `West`, - Address: `125 Wall Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 60101 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Market`, - ShipAddress: `184 Main Street`, - ShipCity: `Miami`, - ShipPostalCode: 50157, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1277, - CustomerName: `Nancy Jackson`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Jackson`, - CustomerAddress: `184 Main Street, Miami, USA, 50157`, - Salesperson: `Mike Smith`, - OrderID: 1478, - OrderDate: `9/18/2022`, - ProductID: 131, - ProductName: `IPad`, - UnitPrice: 15000.21, - Quantity: 5, - ExtendedPrice: 75001.05, - Freight: 1390.21, - Discontinued: false, - Region: `North East`, - Address: `184 Main Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 50157 - }), - new InvoicesDataItem( - { - ShipName: `Watson Estate`, - ShipAddress: `199 Market Street`, - ShipCity: `Huston`, - ShipPostalCode: 80050, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1278, - CustomerName: `Nancy Watson`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Watson`, - CustomerAddress: `199 Market Street, Huston, USA, 80050`, - Salesperson: `Max Jefferson`, - OrderID: 1767, - OrderDate: `1/17/2022`, - ProductID: 196, - ProductName: `Mac Book Pro`, - UnitPrice: 21600.31, - Quantity: 3, - ExtendedPrice: 64800.93, - Freight: 1130.31, - Discontinued: false, - Region: `North East`, - Address: `199 Market Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 80050 - }), - new InvoicesDataItem( - { - ShipName: `Madison Market`, - ShipAddress: `127 Market Street`, - ShipCity: `Miami`, - ShipPostalCode: 60073, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1279, - CustomerName: `Nancy Madison`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Madison`, - CustomerAddress: `127 Market Street, Miami, USA, 60073`, - Salesperson: `Mike Smith`, - OrderID: 1229, - OrderDate: `12/7/2022`, - ProductID: 184, - ProductName: `Mac Book Air`, - UnitPrice: 27500.59, - Quantity: 3, - ExtendedPrice: 82501.77, - Freight: 1380.59, - Discontinued: true, - Region: `West`, - Address: `127 Market Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 60073 - }), - new InvoicesDataItem( - { - ShipName: `Watson Home`, - ShipAddress: `169 Main Street`, - ShipCity: `New York`, - ShipPostalCode: 50123, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1280, - CustomerName: `Mike Watson`, - CustomerFirstName: `Mike`, - CustomerLastName: `Watson`, - CustomerAddress: `169 Main Street, New York, USA, 50123`, - Salesperson: `Martin Jackson`, - OrderID: 1761, - OrderDate: `2/10/2022`, - ProductID: 169, - ProductName: `IPad`, - UnitPrice: 21430.7, - Quantity: 5, - ExtendedPrice: 107153.5, - Freight: 1170.7, - Discontinued: false, - Region: `North East`, - Address: `169 Main Street`, - City: `New York`, - Country: `USA`, - PostalCode: 50123 - }), - new InvoicesDataItem( - { - ShipName: `Watson Home`, - ShipAddress: `109 Main Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 80143, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1281, - CustomerName: `James Watson`, - CustomerFirstName: `James`, - CustomerLastName: `Watson`, - CustomerAddress: `109 Main Street, Philadelphia, USA, 80143`, - Salesperson: `Anna Black`, - OrderID: 1461, - OrderDate: `9/8/2022`, - ProductID: 155, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 28470.33, - Quantity: 4, - ExtendedPrice: 113881.32, - Freight: 1750.33, - Discontinued: false, - Region: `North East`, - Address: `109 Main Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 80143 - }), - new InvoicesDataItem( - { - ShipName: `Madison Townhouse`, - ShipAddress: `103 Main Street`, - ShipCity: `New York`, - ShipPostalCode: 80198, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1282, - CustomerName: `James Madison`, - CustomerFirstName: `James`, - CustomerLastName: `Madison`, - CustomerAddress: `103 Main Street, New York, USA, 80198`, - Salesperson: `Ben Black`, - OrderID: 1210, - OrderDate: `11/7/2022`, - ProductID: 123, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 11260.52, - Quantity: 5, - ExtendedPrice: 56302.6, - Freight: 330.52, - Discontinued: false, - Region: `West`, - Address: `103 Main Street`, - City: `New York`, - Country: `USA`, - PostalCode: 80198 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Market`, - ShipAddress: `102 Market Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 50100, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1283, - CustomerName: `Martin Jefferson`, - CustomerFirstName: `Martin`, - CustomerLastName: `Jefferson`, - CustomerAddress: `102 Market Street, Philadelphia, USA, 50100`, - Salesperson: `Pamela Jefferson`, - OrderID: 1262, - OrderDate: `4/17/2022`, - ProductID: 134, - ProductName: `Mac Book Pro`, - UnitPrice: 21890.55, - Quantity: 4, - ExtendedPrice: 87562.2, - Freight: 500.55, - Discontinued: false, - Region: `West`, - Address: `102 Market Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 50100 - }), - new InvoicesDataItem( - { - ShipName: `Madison Home`, - ShipAddress: `194 Market Street`, - ShipCity: `New York`, - ShipPostalCode: 80057, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1284, - CustomerName: `Pamela Madison`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Madison`, - CustomerAddress: `194 Market Street, New York, USA, 80057`, - Salesperson: `Pamela Jefferson`, - OrderID: 1490, - OrderDate: `4/6/2022`, - ProductID: 191, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 15670.58, - Quantity: 4, - ExtendedPrice: 62682.32, - Freight: 1320.58, - Discontinued: false, - Region: `South East`, - Address: `194 Market Street`, - City: `New York`, - Country: `USA`, - PostalCode: 80057 - }), - new InvoicesDataItem( - { - ShipName: `Madison Market`, - ShipAddress: `102 Main Street`, - ShipCity: `Miami`, - ShipPostalCode: 70175, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Speedy Express`, - CustomerID: 1285, - CustomerName: `Nancy Madison`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Madison`, - CustomerAddress: `102 Main Street, Miami, USA, 70175`, - Salesperson: `James Jackson`, - OrderID: 1031, - OrderDate: `3/18/2022`, - ProductID: 196, - ProductName: `Samsung Note`, - UnitPrice: 16280.69, - Quantity: 3, - ExtendedPrice: 48842.07, - Freight: 380.69, - Discontinued: false, - Region: `South East`, - Address: `102 Main Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 70175 - }), - new InvoicesDataItem( - { - ShipName: `Watson Estate`, - ShipAddress: `139 Market Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 60067, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Speedy Express`, - CustomerID: 1286, - CustomerName: `Nancy Watson`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Watson`, - CustomerAddress: `139 Market Street, Philadelphia, USA, 60067`, - Salesperson: `Max Jefferson`, - OrderID: 1803, - OrderDate: `1/22/2022`, - ProductID: 134, - ProductName: `Mac Book Pro`, - UnitPrice: 7940.29, - Quantity: 4, - ExtendedPrice: 31761.16, - Freight: 620.29, - Discontinued: false, - Region: `North East`, - Address: `139 Market Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 60067 - }), - new InvoicesDataItem( - { - ShipName: `Smith Market`, - ShipAddress: `167 Market Street`, - ShipCity: `New York`, - ShipPostalCode: 80115, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1287, - CustomerName: `Martin Smith`, - CustomerFirstName: `Martin`, - CustomerLastName: `Smith`, - CustomerAddress: `167 Market Street, New York, USA, 80115`, - Salesperson: `Anna Black`, - OrderID: 1465, - OrderDate: `2/14/2022`, - ProductID: 166, - ProductName: `Samsung Note`, - UnitPrice: 20420.2, - Quantity: 4, - ExtendedPrice: 81680.8, - Freight: 960.2, - Discontinued: false, - Region: `North East`, - Address: `167 Market Street`, - City: `New York`, - Country: `USA`, - PostalCode: 80115 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Market`, - ShipAddress: `167 Market Street`, - ShipCity: `New York`, - ShipPostalCode: 80080, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1288, - CustomerName: `Nancy Jefferson`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Jefferson`, - CustomerAddress: `167 Market Street, New York, USA, 80080`, - Salesperson: `Ben Jackson`, - OrderID: 1303, - OrderDate: `12/12/2022`, - ProductID: 191, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 20080.21, - Quantity: 2, - ExtendedPrice: 40160.42, - Freight: 800.21, - Discontinued: false, - Region: `West`, - Address: `167 Market Street`, - City: `New York`, - Country: `USA`, - PostalCode: 80080 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Market`, - ShipAddress: `167 Market Street`, - ShipCity: `New York`, - ShipPostalCode: 90093, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Federal Shipping`, - CustomerID: 1289, - CustomerName: `Pamela Jackson`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Jackson`, - CustomerAddress: `167 Market Street, New York, USA, 90093`, - Salesperson: `Anna Smith`, - OrderID: 1122, - OrderDate: `8/6/2022`, - ProductID: 189, - ProductName: `Mac Book Air`, - UnitPrice: 29420.55, - Quantity: 4, - ExtendedPrice: 117682.2, - Freight: 1200.55, - Discontinued: true, - Region: `South East`, - Address: `167 Market Street`, - City: `New York`, - Country: `USA`, - PostalCode: 90093 - }), - new InvoicesDataItem( - { - ShipName: `Madison Home`, - ShipAddress: `114 Wall Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 60133, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1290, - CustomerName: `Nancy Madison`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Madison`, - CustomerAddress: `114 Wall Street, Philadelphia, USA, 60133`, - Salesperson: `Anna Madison`, - OrderID: 1402, - OrderDate: `6/9/2022`, - ProductID: 161, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 16370.76, - Quantity: 3, - ExtendedPrice: 49112.28, - Freight: 590.76, - Discontinued: false, - Region: `South East`, - Address: `114 Wall Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 60133 - }), - new InvoicesDataItem( - { - ShipName: `Madison Home`, - ShipAddress: `164 Market Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 60153, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1291, - CustomerName: `Anna Madison`, - CustomerFirstName: `Anna`, - CustomerLastName: `Madison`, - CustomerAddress: `164 Market Street, Los Angeles, USA, 60153`, - Salesperson: `Max Smith`, - OrderID: 1165, - OrderDate: `11/24/2022`, - ProductID: 193, - ProductName: `Mac Book Pro`, - UnitPrice: 19240.53, - Quantity: 4, - ExtendedPrice: 76962.12, - Freight: 1990.53, - Discontinued: false, - Region: `West`, - Address: `164 Market Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 60153 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Home`, - ShipAddress: `102 Market Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 90068, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1292, - CustomerName: `Mike Jackson`, - CustomerFirstName: `Mike`, - CustomerLastName: `Jackson`, - CustomerAddress: `102 Market Street, Philadelphia, USA, 90068`, - Salesperson: `Mike Madison`, - OrderID: 1512, - OrderDate: `9/4/2022`, - ProductID: 186, - ProductName: `Samsung Note`, - UnitPrice: 26300.88, - Quantity: 4, - ExtendedPrice: 105203.52, - Freight: 660.88, - Discontinued: false, - Region: `West`, - Address: `102 Market Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 90068 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Market`, - ShipAddress: `158 Wall Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 80149, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1293, - CustomerName: `Pamela Jefferson`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Jefferson`, - CustomerAddress: `158 Wall Street, Los Angeles, USA, 80149`, - Salesperson: `Max Jackson`, - OrderID: 1358, - OrderDate: `2/22/2022`, - ProductID: 110, - ProductName: `Mac Book Pro`, - UnitPrice: 23570.31, - Quantity: 5, - ExtendedPrice: 117851.55, - Freight: 1260.31, - Discontinued: false, - Region: `North East`, - Address: `158 Wall Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 80149 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Townhouse`, - ShipAddress: `125 Market Street`, - ShipCity: `Huston`, - ShipPostalCode: 80176, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1294, - CustomerName: `Nancy Jefferson`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Jefferson`, - CustomerAddress: `125 Market Street, Huston, USA, 80176`, - Salesperson: `Pamela Watson`, - OrderID: 1106, - OrderDate: `2/7/2022`, - ProductID: 152, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 6100.56, - Quantity: 5, - ExtendedPrice: 30502.8, - Freight: 1900.56, - Discontinued: false, - Region: `West`, - Address: `125 Market Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 80176 - }), - new InvoicesDataItem( - { - ShipName: `Smith Estate`, - ShipAddress: `177 Main Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 50079, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1295, - CustomerName: `Pamela Smith`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Smith`, - CustomerAddress: `177 Main Street, Los Angeles, USA, 50079`, - Salesperson: `Max Watson`, - OrderID: 1931, - OrderDate: `6/5/2022`, - ProductID: 113, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 27350.45, - Quantity: 3, - ExtendedPrice: 82051.35, - Freight: 1170.45, - Discontinued: false, - Region: `North East`, - Address: `177 Main Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 50079 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Estate`, - ShipAddress: `148 Market Street`, - ShipCity: `New York`, - ShipPostalCode: 90184, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1296, - CustomerName: `Mike Jackson`, - CustomerFirstName: `Mike`, - CustomerLastName: `Jackson`, - CustomerAddress: `148 Market Street, New York, USA, 90184`, - Salesperson: `James Smith`, - OrderID: 1108, - OrderDate: `8/5/2022`, - ProductID: 122, - ProductName: `Samsung Note`, - UnitPrice: 5440.75, - Quantity: 4, - ExtendedPrice: 21763, - Freight: 960.75, - Discontinued: false, - Region: `South East`, - Address: `148 Market Street`, - City: `New York`, - Country: `USA`, - PostalCode: 90184 - }), - new InvoicesDataItem( - { - ShipName: `Black Townhouse`, - ShipAddress: `113 Wall Street`, - ShipCity: `Huston`, - ShipPostalCode: 50064, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1297, - CustomerName: `Max Black`, - CustomerFirstName: `Max`, - CustomerLastName: `Black`, - CustomerAddress: `113 Wall Street, Huston, USA, 50064`, - Salesperson: `Martin Smith`, - OrderID: 1782, - OrderDate: `3/24/2022`, - ProductID: 107, - ProductName: `IPad`, - UnitPrice: 22200.88, - Quantity: 4, - ExtendedPrice: 88803.52, - Freight: 510.88, - Discontinued: false, - Region: `West`, - Address: `113 Wall Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 50064 - }), - new InvoicesDataItem( - { - ShipName: `Smith Market`, - ShipAddress: `134 Wall Street`, - ShipCity: `New York`, - ShipPostalCode: 80155, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1298, - CustomerName: `Martin Smith`, - CustomerFirstName: `Martin`, - CustomerLastName: `Smith`, - CustomerAddress: `134 Wall Street, New York, USA, 80155`, - Salesperson: `Nancy Jefferson`, - OrderID: 1886, - OrderDate: `3/6/2022`, - ProductID: 181, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 8550.46, - Quantity: 4, - ExtendedPrice: 34201.84, - Freight: 1830.46, - Discontinued: false, - Region: `North East`, - Address: `134 Wall Street`, - City: `New York`, - Country: `USA`, - PostalCode: 80155 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Townhouse`, - ShipAddress: `142 Market Street`, - ShipCity: `New York`, - ShipPostalCode: 90103, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1299, - CustomerName: `Max Jackson`, - CustomerFirstName: `Max`, - CustomerLastName: `Jackson`, - CustomerAddress: `142 Market Street, New York, USA, 90103`, - Salesperson: `Anna Watson`, - OrderID: 1578, - OrderDate: `10/5/2022`, - ProductID: 162, - ProductName: `Mac Book Air`, - UnitPrice: 19490.84, - Quantity: 4, - ExtendedPrice: 77963.36, - Freight: 490.84, - Discontinued: true, - Region: `West`, - Address: `142 Market Street`, - City: `New York`, - Country: `USA`, - PostalCode: 90103 - }), - new InvoicesDataItem( - { - ShipName: `Smith Estate`, - ShipAddress: `132 Market Street`, - ShipCity: `Miami`, - ShipPostalCode: 90111, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1300, - CustomerName: `Anna Smith`, - CustomerFirstName: `Anna`, - CustomerLastName: `Smith`, - CustomerAddress: `132 Market Street, Miami, USA, 90111`, - Salesperson: `Ben Jefferson`, - OrderID: 1903, - OrderDate: `6/23/2022`, - ProductID: 173, - ProductName: `IPad`, - UnitPrice: 23350.52, - Quantity: 5, - ExtendedPrice: 116752.6, - Freight: 1210.52, - Discontinued: false, - Region: `South East`, - Address: `132 Market Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 90111 - }), - new InvoicesDataItem( - { - ShipName: `Smith Home`, - ShipAddress: `180 Main Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 50182, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1301, - CustomerName: `Mike Smith`, - CustomerFirstName: `Mike`, - CustomerLastName: `Smith`, - CustomerAddress: `180 Main Street, Los Angeles, USA, 50182`, - Salesperson: `Ben Black`, - OrderID: 1201, - OrderDate: `11/25/2022`, - ProductID: 127, - ProductName: `Mac Book Pro`, - UnitPrice: 6730.57, - Quantity: 3, - ExtendedPrice: 20191.71, - Freight: 1600.57, - Discontinued: false, - Region: `West`, - Address: `180 Main Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 50182 - }), - new InvoicesDataItem( - { - ShipName: `Smith Townhouse`, - ShipAddress: `135 Main Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 60076, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1302, - CustomerName: `James Smith`, - CustomerFirstName: `James`, - CustomerLastName: `Smith`, - CustomerAddress: `135 Main Street, Philadelphia, USA, 60076`, - Salesperson: `Mike Smith`, - OrderID: 1488, - OrderDate: `5/1/2022`, - ProductID: 105, - ProductName: `IPad`, - UnitPrice: 27240.3, - Quantity: 5, - ExtendedPrice: 136201.5, - Freight: 1130.3, - Discontinued: false, - Region: `West`, - Address: `135 Main Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 60076 - }), - new InvoicesDataItem( - { - ShipName: `Madison Townhouse`, - ShipAddress: `104 Wall Street`, - ShipCity: `New York`, - ShipPostalCode: 70191, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1303, - CustomerName: `Nancy Madison`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Madison`, - CustomerAddress: `104 Wall Street, New York, USA, 70191`, - Salesperson: `Pamela Jefferson`, - OrderID: 1636, - OrderDate: `2/16/2022`, - ProductID: 104, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 14830.46, - Quantity: 2, - ExtendedPrice: 29660.92, - Freight: 540.46, - Discontinued: false, - Region: `West`, - Address: `104 Wall Street`, - City: `New York`, - Country: `USA`, - PostalCode: 70191 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Market`, - ShipAddress: `122 Market Street`, - ShipCity: `New York`, - ShipPostalCode: 70071, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Speedy Express`, - CustomerID: 1304, - CustomerName: `James Jefferson`, - CustomerFirstName: `James`, - CustomerLastName: `Jefferson`, - CustomerAddress: `122 Market Street, New York, USA, 70071`, - Salesperson: `Max Black`, - OrderID: 1588, - OrderDate: `8/22/2022`, - ProductID: 169, - ProductName: `IPhone`, - UnitPrice: 28440.73, - Quantity: 3, - ExtendedPrice: 85322.19, - Freight: 640.73, - Discontinued: false, - Region: `North East`, - Address: `122 Market Street`, - City: `New York`, - Country: `USA`, - PostalCode: 70071 - }), - new InvoicesDataItem( - { - ShipName: `Smith Market`, - ShipAddress: `178 Main Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 80064, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1305, - CustomerName: `Anna Smith`, - CustomerFirstName: `Anna`, - CustomerLastName: `Smith`, - CustomerAddress: `178 Main Street, Philadelphia, USA, 80064`, - Salesperson: `Pamela Jackson`, - OrderID: 1422, - OrderDate: `7/3/2022`, - ProductID: 150, - ProductName: `Mac Book Air`, - UnitPrice: 7100.37, - Quantity: 4, - ExtendedPrice: 28401.48, - Freight: 1560.37, - Discontinued: false, - Region: `North East`, - Address: `178 Main Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 80064 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Market`, - ShipAddress: `199 Main Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 80126, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Federal Shipping`, - CustomerID: 1306, - CustomerName: `Martin Jefferson`, - CustomerFirstName: `Martin`, - CustomerLastName: `Jefferson`, - CustomerAddress: `199 Main Street, Philadelphia, USA, 80126`, - Salesperson: `Ben Jefferson`, - OrderID: 1922, - OrderDate: `1/13/2022`, - ProductID: 116, - ProductName: `Mac Book Air`, - UnitPrice: 15400.22, - Quantity: 4, - ExtendedPrice: 61600.88, - Freight: 1970.22, - Discontinued: false, - Region: `South East`, - Address: `199 Main Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 80126 - }), - new InvoicesDataItem( - { - ShipName: `Watson Home`, - ShipAddress: `187 Wall Street`, - ShipCity: `Huston`, - ShipPostalCode: 70093, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Speedy Express`, - CustomerID: 1307, - CustomerName: `Nancy Watson`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Watson`, - CustomerAddress: `187 Wall Street, Huston, USA, 70093`, - Salesperson: `Ben Watson`, - OrderID: 1023, - OrderDate: `8/20/2022`, - ProductID: 138, - ProductName: `Samsung Note`, - UnitPrice: 26450.63, - Quantity: 2, - ExtendedPrice: 52901.26, - Freight: 980.63, - Discontinued: false, - Region: `South East`, - Address: `187 Wall Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 70093 - }), - new InvoicesDataItem( - { - ShipName: `Watson Market`, - ShipAddress: `110 Market Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 50180, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Federal Shipping`, - CustomerID: 1308, - CustomerName: `Max Watson`, - CustomerFirstName: `Max`, - CustomerLastName: `Watson`, - CustomerAddress: `110 Market Street, Los Angeles, USA, 50180`, - Salesperson: `Martin Smith`, - OrderID: 1651, - OrderDate: `8/10/2022`, - ProductID: 131, - ProductName: `IPhone`, - UnitPrice: 11720.27, - Quantity: 2, - ExtendedPrice: 23440.54, - Freight: 300.27, - Discontinued: false, - Region: `South East`, - Address: `110 Market Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 50180 - }), - new InvoicesDataItem( - { - ShipName: `Madison Home`, - ShipAddress: `196 Wall Street`, - ShipCity: `New York`, - ShipPostalCode: 50190, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1309, - CustomerName: `James Madison`, - CustomerFirstName: `James`, - CustomerLastName: `Madison`, - CustomerAddress: `196 Wall Street, New York, USA, 50190`, - Salesperson: `Nancy Madison`, - OrderID: 1918, - OrderDate: `7/11/2022`, - ProductID: 160, - ProductName: `IPad`, - UnitPrice: 22400.31, - Quantity: 2, - ExtendedPrice: 44800.62, - Freight: 1310.31, - Discontinued: true, - Region: `North East`, - Address: `196 Wall Street`, - City: `New York`, - Country: `USA`, - PostalCode: 50190 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Market`, - ShipAddress: `172 Market Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 80154, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1310, - CustomerName: `Nancy Jefferson`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Jefferson`, - CustomerAddress: `172 Market Street, Philadelphia, USA, 80154`, - Salesperson: `Ben Jackson`, - OrderID: 1803, - OrderDate: `2/14/2022`, - ProductID: 100, - ProductName: `Samsung Note`, - UnitPrice: 5270.34, - Quantity: 5, - ExtendedPrice: 26351.7, - Freight: 320.34, - Discontinued: false, - Region: `North East`, - Address: `172 Market Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 80154 - }), - new InvoicesDataItem( - { - ShipName: `Watson Estate`, - ShipAddress: `181 Wall Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 50200, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Federal Shipping`, - CustomerID: 1311, - CustomerName: `Martin Watson`, - CustomerFirstName: `Martin`, - CustomerLastName: `Watson`, - CustomerAddress: `181 Wall Street, Los Angeles, USA, 50200`, - Salesperson: `James Watson`, - OrderID: 1467, - OrderDate: `12/13/2022`, - ProductID: 171, - ProductName: `Mac Book Air`, - UnitPrice: 7830.21, - Quantity: 4, - ExtendedPrice: 31320.84, - Freight: 1740.21, - Discontinued: false, - Region: `South East`, - Address: `181 Wall Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 50200 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Estate`, - ShipAddress: `151 Main Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 70118, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1312, - CustomerName: `Pamela Jefferson`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Jefferson`, - CustomerAddress: `151 Main Street, Los Angeles, USA, 70118`, - Salesperson: `Martin Watson`, - OrderID: 1359, - OrderDate: `4/5/2022`, - ProductID: 141, - ProductName: `IPhone`, - UnitPrice: 27160.77, - Quantity: 5, - ExtendedPrice: 135803.85, - Freight: 370.77, - Discontinued: false, - Region: `West`, - Address: `151 Main Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 70118 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Home`, - ShipAddress: `156 Market Street`, - ShipCity: `Miami`, - ShipPostalCode: 90109, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1313, - CustomerName: `James Jackson`, - CustomerFirstName: `James`, - CustomerLastName: `Jackson`, - CustomerAddress: `156 Market Street, Miami, USA, 90109`, - Salesperson: `James Jackson`, - OrderID: 1592, - OrderDate: `4/16/2022`, - ProductID: 128, - ProductName: `Samsung Note`, - UnitPrice: 14910.41, - Quantity: 5, - ExtendedPrice: 74552.05, - Freight: 1790.41, - Discontinued: false, - Region: `North East`, - Address: `156 Market Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 90109 - }), - new InvoicesDataItem( - { - ShipName: `Watson Estate`, - ShipAddress: `147 Main Street`, - ShipCity: `Huston`, - ShipPostalCode: 60054, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Federal Shipping`, - CustomerID: 1314, - CustomerName: `Pamela Watson`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Watson`, - CustomerAddress: `147 Main Street, Huston, USA, 60054`, - Salesperson: `Ben Watson`, - OrderID: 1454, - OrderDate: `12/12/2022`, - ProductID: 131, - ProductName: `Mac Book Air`, - UnitPrice: 11280.22, - Quantity: 3, - ExtendedPrice: 33840.66, - Freight: 1440.22, - Discontinued: false, - Region: `South East`, - Address: `147 Main Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 60054 - }), - new InvoicesDataItem( - { - ShipName: `Madison Home`, - ShipAddress: `123 Market Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 90190, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1315, - CustomerName: `Ben Madison`, - CustomerFirstName: `Ben`, - CustomerLastName: `Madison`, - CustomerAddress: `123 Market Street, Philadelphia, USA, 90190`, - Salesperson: `James Jefferson`, - OrderID: 1529, - OrderDate: `4/19/2022`, - ProductID: 102, - ProductName: `IPad`, - UnitPrice: 7570.85, - Quantity: 5, - ExtendedPrice: 37854.25, - Freight: 1630.85, - Discontinued: false, - Region: `West`, - Address: `123 Market Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 90190 - }), - new InvoicesDataItem( - { - ShipName: `Watson Home`, - ShipAddress: `100 Wall Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 90115, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1316, - CustomerName: `James Watson`, - CustomerFirstName: `James`, - CustomerLastName: `Watson`, - CustomerAddress: `100 Wall Street, Los Angeles, USA, 90115`, - Salesperson: `Nancy Smith`, - OrderID: 1783, - OrderDate: `9/2/2022`, - ProductID: 144, - ProductName: `Samsung Note`, - UnitPrice: 5530.88, - Quantity: 3, - ExtendedPrice: 16592.64, - Freight: 1800.88, - Discontinued: false, - Region: `North East`, - Address: `100 Wall Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 90115 - }), - new InvoicesDataItem( - { - ShipName: `Watson Townhouse`, - ShipAddress: `184 Wall Street`, - ShipCity: `Miami`, - ShipPostalCode: 50144, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Federal Shipping`, - CustomerID: 1317, - CustomerName: `Max Watson`, - CustomerFirstName: `Max`, - CustomerLastName: `Watson`, - CustomerAddress: `184 Wall Street, Miami, USA, 50144`, - Salesperson: `Max Jackson`, - OrderID: 1533, - OrderDate: `12/19/2022`, - ProductID: 189, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 24820.6, - Quantity: 2, - ExtendedPrice: 49641.2, - Freight: 1550.6, - Discontinued: false, - Region: `South East`, - Address: `184 Wall Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 50144 - }), - new InvoicesDataItem( - { - ShipName: `Black Home`, - ShipAddress: `187 Wall Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 70132, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1318, - CustomerName: `Mike Black`, - CustomerFirstName: `Mike`, - CustomerLastName: `Black`, - CustomerAddress: `187 Wall Street, Los Angeles, USA, 70132`, - Salesperson: `Nancy Jackson`, - OrderID: 1483, - OrderDate: `1/8/2022`, - ProductID: 182, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 21520.76, - Quantity: 4, - ExtendedPrice: 86083.04, - Freight: 770.76, - Discontinued: false, - Region: `North East`, - Address: `187 Wall Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 70132 - }), - new InvoicesDataItem( - { - ShipName: `Black Market`, - ShipAddress: `162 Main Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 90083, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Speedy Express`, - CustomerID: 1319, - CustomerName: `Mike Black`, - CustomerFirstName: `Mike`, - CustomerLastName: `Black`, - CustomerAddress: `162 Main Street, Philadelphia, USA, 90083`, - Salesperson: `Max Jefferson`, - OrderID: 1869, - OrderDate: `6/3/2022`, - ProductID: 118, - ProductName: `IPhone`, - UnitPrice: 15930.3, - Quantity: 2, - ExtendedPrice: 31860.6, - Freight: 470.3, - Discontinued: true, - Region: `North East`, - Address: `162 Main Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 90083 - }), - new InvoicesDataItem( - { - ShipName: `Watson Home`, - ShipAddress: `147 Main Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 50191, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Speedy Express`, - CustomerID: 1320, - CustomerName: `Nancy Watson`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Watson`, - CustomerAddress: `147 Main Street, Philadelphia, USA, 50191`, - Salesperson: `Martin Jefferson`, - OrderID: 1541, - OrderDate: `2/1/2022`, - ProductID: 159, - ProductName: `Mac Book Pro`, - UnitPrice: 29090.51, - Quantity: 4, - ExtendedPrice: 116362.04, - Freight: 900.51, - Discontinued: false, - Region: `North East`, - Address: `147 Main Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 50191 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Market`, - ShipAddress: `175 Wall Street`, - ShipCity: `New York`, - ShipPostalCode: 90056, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1321, - CustomerName: `Martin Jackson`, - CustomerFirstName: `Martin`, - CustomerLastName: `Jackson`, - CustomerAddress: `175 Wall Street, New York, USA, 90056`, - Salesperson: `Anna Black`, - OrderID: 1050, - OrderDate: `8/6/2022`, - ProductID: 120, - ProductName: `IPad`, - UnitPrice: 28490.38, - Quantity: 5, - ExtendedPrice: 142451.9, - Freight: 860.38, - Discontinued: false, - Region: `West`, - Address: `175 Wall Street`, - City: `New York`, - Country: `USA`, - PostalCode: 90056 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Market`, - ShipAddress: `129 Market Street`, - ShipCity: `Huston`, - ShipPostalCode: 50089, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Federal Shipping`, - CustomerID: 1322, - CustomerName: `Pamela Jackson`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Jackson`, - CustomerAddress: `129 Market Street, Huston, USA, 50089`, - Salesperson: `Mike Jefferson`, - OrderID: 1188, - OrderDate: `7/23/2022`, - ProductID: 119, - ProductName: `Mac Book Pro`, - UnitPrice: 6710.58, - Quantity: 3, - ExtendedPrice: 20131.74, - Freight: 1160.58, - Discontinued: false, - Region: `South East`, - Address: `129 Market Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 50089 - }), - new InvoicesDataItem( - { - ShipName: `Smith Market`, - ShipAddress: `104 Wall Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 70079, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1323, - CustomerName: `Ben Smith`, - CustomerFirstName: `Ben`, - CustomerLastName: `Smith`, - CustomerAddress: `104 Wall Street, Philadelphia, USA, 70079`, - Salesperson: `Martin Madison`, - OrderID: 1452, - OrderDate: `2/1/2022`, - ProductID: 182, - ProductName: `IPhone`, - UnitPrice: 9260.28, - Quantity: 2, - ExtendedPrice: 18520.56, - Freight: 1960.28, - Discontinued: false, - Region: `South East`, - Address: `104 Wall Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 70079 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Townhouse`, - ShipAddress: `167 Wall Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 70137, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1324, - CustomerName: `Mike Jefferson`, - CustomerFirstName: `Mike`, - CustomerLastName: `Jefferson`, - CustomerAddress: `167 Wall Street, Philadelphia, USA, 70137`, - Salesperson: `James Jefferson`, - OrderID: 1542, - OrderDate: `7/21/2022`, - ProductID: 107, - ProductName: `IPhone`, - UnitPrice: 5100.82, - Quantity: 5, - ExtendedPrice: 25504.1, - Freight: 610.82, - Discontinued: false, - Region: `North East`, - Address: `167 Wall Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 70137 - }), - new InvoicesDataItem( - { - ShipName: `Madison Market`, - ShipAddress: `128 Wall Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 50188, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1325, - CustomerName: `Mike Madison`, - CustomerFirstName: `Mike`, - CustomerLastName: `Madison`, - CustomerAddress: `128 Wall Street, Philadelphia, USA, 50188`, - Salesperson: `Nancy Jefferson`, - OrderID: 1993, - OrderDate: `3/7/2022`, - ProductID: 149, - ProductName: `Samsung Note`, - UnitPrice: 27520.59, - Quantity: 4, - ExtendedPrice: 110082.36, - Freight: 1260.59, - Discontinued: false, - Region: `South East`, - Address: `128 Wall Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 50188 - }), - new InvoicesDataItem( - { - ShipName: `Watson Market`, - ShipAddress: `171 Market Street`, - ShipCity: `Huston`, - ShipPostalCode: 70190, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Speedy Express`, - CustomerID: 1326, - CustomerName: `Martin Watson`, - CustomerFirstName: `Martin`, - CustomerLastName: `Watson`, - CustomerAddress: `171 Market Street, Huston, USA, 70190`, - Salesperson: `Anna Madison`, - OrderID: 1815, - OrderDate: `7/4/2022`, - ProductID: 195, - ProductName: `Samsung Note`, - UnitPrice: 27340.66, - Quantity: 5, - ExtendedPrice: 136703.3, - Freight: 1790.66, - Discontinued: false, - Region: `South East`, - Address: `171 Market Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 70190 - }), - new InvoicesDataItem( - { - ShipName: `Watson Home`, - ShipAddress: `191 Market Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 60123, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1327, - CustomerName: `Anna Watson`, - CustomerFirstName: `Anna`, - CustomerLastName: `Watson`, - CustomerAddress: `191 Market Street, Philadelphia, USA, 60123`, - Salesperson: `Anna Madison`, - OrderID: 1319, - OrderDate: `8/5/2022`, - ProductID: 191, - ProductName: `Samsung Note`, - UnitPrice: 28500.5, - Quantity: 5, - ExtendedPrice: 142502.5, - Freight: 1280.5, - Discontinued: false, - Region: `West`, - Address: `191 Market Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 60123 - }), - new InvoicesDataItem( - { - ShipName: `Madison Townhouse`, - ShipAddress: `150 Wall Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 80139, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Federal Shipping`, - CustomerID: 1328, - CustomerName: `Mike Madison`, - CustomerFirstName: `Mike`, - CustomerLastName: `Madison`, - CustomerAddress: `150 Wall Street, Philadelphia, USA, 80139`, - Salesperson: `Nancy Watson`, - OrderID: 1592, - OrderDate: `2/22/2022`, - ProductID: 149, - ProductName: `Mac Book Pro`, - UnitPrice: 22890.6, - Quantity: 5, - ExtendedPrice: 114453, - Freight: 920.6, - Discontinued: false, - Region: `South East`, - Address: `150 Wall Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 80139 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Market`, - ShipAddress: `112 Main Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 70172, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1329, - CustomerName: `Nancy Jackson`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Jackson`, - CustomerAddress: `112 Main Street, Los Angeles, USA, 70172`, - Salesperson: `Max Jefferson`, - OrderID: 1959, - OrderDate: `10/15/2022`, - ProductID: 156, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 12050.71, - Quantity: 4, - ExtendedPrice: 48202.84, - Freight: 270.71, - Discontinued: true, - Region: `North East`, - Address: `112 Main Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 70172 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Market`, - ShipAddress: `121 Market Street`, - ShipCity: `New York`, - ShipPostalCode: 80122, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1330, - CustomerName: `Martin Jefferson`, - CustomerFirstName: `Martin`, - CustomerLastName: `Jefferson`, - CustomerAddress: `121 Market Street, New York, USA, 80122`, - Salesperson: `Ben Black`, - OrderID: 1343, - OrderDate: `5/25/2022`, - ProductID: 118, - ProductName: `Mac Book Pro`, - UnitPrice: 7060.29, - Quantity: 4, - ExtendedPrice: 28241.16, - Freight: 400.29, - Discontinued: false, - Region: `West`, - Address: `121 Market Street`, - City: `New York`, - Country: `USA`, - PostalCode: 80122 - }), - new InvoicesDataItem( - { - ShipName: `Watson Estate`, - ShipAddress: `183 Wall Street`, - ShipCity: `Miami`, - ShipPostalCode: 90122, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Speedy Express`, - CustomerID: 1331, - CustomerName: `Pamela Watson`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Watson`, - CustomerAddress: `183 Wall Street, Miami, USA, 90122`, - Salesperson: `Pamela Smith`, - OrderID: 1876, - OrderDate: `2/8/2022`, - ProductID: 137, - ProductName: `Samsung Note`, - UnitPrice: 10140.84, - Quantity: 4, - ExtendedPrice: 40563.36, - Freight: 640.84, - Discontinued: false, - Region: `North East`, - Address: `183 Wall Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 90122 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Estate`, - ShipAddress: `105 Main Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 50068, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1332, - CustomerName: `Mike Jefferson`, - CustomerFirstName: `Mike`, - CustomerLastName: `Jefferson`, - CustomerAddress: `105 Main Street, Los Angeles, USA, 50068`, - Salesperson: `Ben Madison`, - OrderID: 1322, - OrderDate: `6/7/2022`, - ProductID: 148, - ProductName: `Mac Book Air`, - UnitPrice: 20150.45, - Quantity: 4, - ExtendedPrice: 80601.8, - Freight: 1190.45, - Discontinued: false, - Region: `North East`, - Address: `105 Main Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 50068 - }), - new InvoicesDataItem( - { - ShipName: `Madison Townhouse`, - ShipAddress: `199 Market Street`, - ShipCity: `Huston`, - ShipPostalCode: 70061, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1333, - CustomerName: `Martin Madison`, - CustomerFirstName: `Martin`, - CustomerLastName: `Madison`, - CustomerAddress: `199 Market Street, Huston, USA, 70061`, - Salesperson: `Max Smith`, - OrderID: 1046, - OrderDate: `2/3/2022`, - ProductID: 162, - ProductName: `IPhone`, - UnitPrice: 28480.38, - Quantity: 2, - ExtendedPrice: 56960.76, - Freight: 1180.38, - Discontinued: false, - Region: `West`, - Address: `199 Market Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 70061 - }), - new InvoicesDataItem( - { - ShipName: `Madison Estate`, - ShipAddress: `142 Wall Street`, - ShipCity: `Huston`, - ShipPostalCode: 60058, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1334, - CustomerName: `Ben Madison`, - CustomerFirstName: `Ben`, - CustomerLastName: `Madison`, - CustomerAddress: `142 Wall Street, Huston, USA, 60058`, - Salesperson: `Mike Madison`, - OrderID: 1433, - OrderDate: `2/1/2022`, - ProductID: 177, - ProductName: `IPhone`, - UnitPrice: 6770.89, - Quantity: 5, - ExtendedPrice: 33854.45, - Freight: 520.89, - Discontinued: false, - Region: `South East`, - Address: `142 Wall Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 60058 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Townhouse`, - ShipAddress: `140 Market Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 90131, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1335, - CustomerName: `Martin Jefferson`, - CustomerFirstName: `Martin`, - CustomerLastName: `Jefferson`, - CustomerAddress: `140 Market Street, Los Angeles, USA, 90131`, - Salesperson: `Pamela Black`, - OrderID: 1894, - OrderDate: `9/13/2022`, - ProductID: 151, - ProductName: `IPad`, - UnitPrice: 5280.38, - Quantity: 5, - ExtendedPrice: 26401.9, - Freight: 1610.38, - Discontinued: false, - Region: `North East`, - Address: `140 Market Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 90131 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Home`, - ShipAddress: `106 Market Street`, - ShipCity: `Miami`, - ShipPostalCode: 60063, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1336, - CustomerName: `Ben Jefferson`, - CustomerFirstName: `Ben`, - CustomerLastName: `Jefferson`, - CustomerAddress: `106 Market Street, Miami, USA, 60063`, - Salesperson: `Anna Jackson`, - OrderID: 1017, - OrderDate: `6/12/2022`, - ProductID: 173, - ProductName: `Mac Book Pro`, - UnitPrice: 27000.78, - Quantity: 2, - ExtendedPrice: 54001.56, - Freight: 540.78, - Discontinued: false, - Region: `West`, - Address: `106 Market Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 60063 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Market`, - ShipAddress: `190 Market Street`, - ShipCity: `Huston`, - ShipPostalCode: 70115, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Federal Shipping`, - CustomerID: 1337, - CustomerName: `Max Jefferson`, - CustomerFirstName: `Max`, - CustomerLastName: `Jefferson`, - CustomerAddress: `190 Market Street, Huston, USA, 70115`, - Salesperson: `Martin Smith`, - OrderID: 1583, - OrderDate: `2/12/2022`, - ProductID: 147, - ProductName: `Samsung Note`, - UnitPrice: 7560.53, - Quantity: 2, - ExtendedPrice: 15121.06, - Freight: 260.53, - Discontinued: false, - Region: `South East`, - Address: `190 Market Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 70115 - }), - new InvoicesDataItem( - { - ShipName: `Smith Home`, - ShipAddress: `129 Market Street`, - ShipCity: `Miami`, - ShipPostalCode: 70051, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1338, - CustomerName: `Nancy Smith`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Smith`, - CustomerAddress: `129 Market Street, Miami, USA, 70051`, - Salesperson: `Pamela Madison`, - OrderID: 1202, - OrderDate: `3/15/2022`, - ProductID: 136, - ProductName: `IPhone`, - UnitPrice: 20520.41, - Quantity: 2, - ExtendedPrice: 41040.82, - Freight: 550.41, - Discontinued: false, - Region: `North East`, - Address: `129 Market Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 70051 - }), - new InvoicesDataItem( - { - ShipName: `Smith Home`, - ShipAddress: `143 Main Street`, - ShipCity: `Miami`, - ShipPostalCode: 70144, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1339, - CustomerName: `Martin Smith`, - CustomerFirstName: `Martin`, - CustomerLastName: `Smith`, - CustomerAddress: `143 Main Street, Miami, USA, 70144`, - Salesperson: `James Jefferson`, - OrderID: 1172, - OrderDate: `10/15/2022`, - ProductID: 136, - ProductName: `IPad`, - UnitPrice: 18760.26, - Quantity: 4, - ExtendedPrice: 75041.04, - Freight: 540.26, - Discontinued: true, - Region: `North East`, - Address: `143 Main Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 70144 - }), - new InvoicesDataItem( - { - ShipName: `Smith Market`, - ShipAddress: `179 Market Street`, - ShipCity: `New York`, - ShipPostalCode: 90174, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1340, - CustomerName: `Martin Smith`, - CustomerFirstName: `Martin`, - CustomerLastName: `Smith`, - CustomerAddress: `179 Market Street, New York, USA, 90174`, - Salesperson: `Martin Madison`, - OrderID: 1491, - OrderDate: `4/19/2022`, - ProductID: 176, - ProductName: `Mac Book Air`, - UnitPrice: 16000.56, - Quantity: 4, - ExtendedPrice: 64002.24, - Freight: 690.56, - Discontinued: false, - Region: `West`, - Address: `179 Market Street`, - City: `New York`, - Country: `USA`, - PostalCode: 90174 - }), - new InvoicesDataItem( - { - ShipName: `Madison Home`, - ShipAddress: `152 Main Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 90077, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1341, - CustomerName: `Mike Madison`, - CustomerFirstName: `Mike`, - CustomerLastName: `Madison`, - CustomerAddress: `152 Main Street, Philadelphia, USA, 90077`, - Salesperson: `James Black`, - OrderID: 1351, - OrderDate: `9/19/2022`, - ProductID: 147, - ProductName: `IPhone`, - UnitPrice: 19810.36, - Quantity: 4, - ExtendedPrice: 79241.44, - Freight: 920.36, - Discontinued: false, - Region: `West`, - Address: `152 Main Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 90077 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Estate`, - ShipAddress: `170 Main Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 60097, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Speedy Express`, - CustomerID: 1342, - CustomerName: `Anna Jefferson`, - CustomerFirstName: `Anna`, - CustomerLastName: `Jefferson`, - CustomerAddress: `170 Main Street, Los Angeles, USA, 60097`, - Salesperson: `Martin Black`, - OrderID: 1619, - OrderDate: `3/13/2022`, - ProductID: 166, - ProductName: `Mac Book Air`, - UnitPrice: 27140.88, - Quantity: 3, - ExtendedPrice: 81422.64, - Freight: 1480.88, - Discontinued: false, - Region: `North East`, - Address: `170 Main Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 60097 - }), - new InvoicesDataItem( - { - ShipName: `Black Townhouse`, - ShipAddress: `198 Wall Street`, - ShipCity: `New York`, - ShipPostalCode: 90077, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Federal Shipping`, - CustomerID: 1343, - CustomerName: `Martin Black`, - CustomerFirstName: `Martin`, - CustomerLastName: `Black`, - CustomerAddress: `198 Wall Street, New York, USA, 90077`, - Salesperson: `James Smith`, - OrderID: 1646, - OrderDate: `9/2/2022`, - ProductID: 122, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 6160.87, - Quantity: 3, - ExtendedPrice: 18482.61, - Freight: 1480.87, - Discontinued: false, - Region: `South East`, - Address: `198 Wall Street`, - City: `New York`, - Country: `USA`, - PostalCode: 90077 - }), - new InvoicesDataItem( - { - ShipName: `Watson Estate`, - ShipAddress: `193 Wall Street`, - ShipCity: `New York`, - ShipPostalCode: 60165, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Speedy Express`, - CustomerID: 1344, - CustomerName: `Ben Watson`, - CustomerFirstName: `Ben`, - CustomerLastName: `Watson`, - CustomerAddress: `193 Wall Street, New York, USA, 60165`, - Salesperson: `Ben Madison`, - OrderID: 1516, - OrderDate: `4/20/2022`, - ProductID: 113, - ProductName: `IPhone`, - UnitPrice: 22310.25, - Quantity: 2, - ExtendedPrice: 44620.5, - Freight: 1740.25, - Discontinued: false, - Region: `North East`, - Address: `193 Wall Street`, - City: `New York`, - Country: `USA`, - PostalCode: 60165 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Market`, - ShipAddress: `108 Wall Street`, - ShipCity: `New York`, - ShipPostalCode: 90123, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Speedy Express`, - CustomerID: 1345, - CustomerName: `James Jackson`, - CustomerFirstName: `James`, - CustomerLastName: `Jackson`, - CustomerAddress: `108 Wall Street, New York, USA, 90123`, - Salesperson: `Mike Madison`, - OrderID: 1356, - OrderDate: `11/2/2022`, - ProductID: 105, - ProductName: `Mac Book Air`, - UnitPrice: 16240.78, - Quantity: 5, - ExtendedPrice: 81203.9, - Freight: 260.78, - Discontinued: false, - Region: `North East`, - Address: `108 Wall Street`, - City: `New York`, - Country: `USA`, - PostalCode: 90123 - }), - new InvoicesDataItem( - { - ShipName: `Black Home`, - ShipAddress: `173 Main Street`, - ShipCity: `Miami`, - ShipPostalCode: 60061, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1346, - CustomerName: `Max Black`, - CustomerFirstName: `Max`, - CustomerLastName: `Black`, - CustomerAddress: `173 Main Street, Miami, USA, 60061`, - Salesperson: `Mike Jefferson`, - OrderID: 1062, - OrderDate: `3/5/2022`, - ProductID: 101, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 25540.71, - Quantity: 5, - ExtendedPrice: 127703.55, - Freight: 2000.71, - Discontinued: false, - Region: `West`, - Address: `173 Main Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 60061 - }), - new InvoicesDataItem( - { - ShipName: `Black Home`, - ShipAddress: `118 Wall Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 60178, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1347, - CustomerName: `Nancy Black`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Black`, - CustomerAddress: `118 Wall Street, Los Angeles, USA, 60178`, - Salesperson: `Max Madison`, - OrderID: 1482, - OrderDate: `8/24/2022`, - ProductID: 105, - ProductName: `IPhone`, - UnitPrice: 17000.6, - Quantity: 4, - ExtendedPrice: 68002.4, - Freight: 1390.6, - Discontinued: false, - Region: `West`, - Address: `118 Wall Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 60178 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Townhouse`, - ShipAddress: `134 Wall Street`, - ShipCity: `New York`, - ShipPostalCode: 60096, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1348, - CustomerName: `Martin Jackson`, - CustomerFirstName: `Martin`, - CustomerLastName: `Jackson`, - CustomerAddress: `134 Wall Street, New York, USA, 60096`, - Salesperson: `Ben Madison`, - OrderID: 1443, - OrderDate: `7/1/2022`, - ProductID: 105, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 12670.46, - Quantity: 2, - ExtendedPrice: 25340.92, - Freight: 1280.46, - Discontinued: false, - Region: `North East`, - Address: `134 Wall Street`, - City: `New York`, - Country: `USA`, - PostalCode: 60096 - }), - new InvoicesDataItem( - { - ShipName: `Black Estate`, - ShipAddress: `125 Market Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 50134, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Speedy Express`, - CustomerID: 1349, - CustomerName: `Ben Black`, - CustomerFirstName: `Ben`, - CustomerLastName: `Black`, - CustomerAddress: `125 Market Street, Philadelphia, USA, 50134`, - Salesperson: `Mike Watson`, - OrderID: 1498, - OrderDate: `1/17/2022`, - ProductID: 194, - ProductName: `IPhone`, - UnitPrice: 23470.22, - Quantity: 3, - ExtendedPrice: 70410.66, - Freight: 1370.22, - Discontinued: true, - Region: `South East`, - Address: `125 Market Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 50134 - }), - new InvoicesDataItem( - { - ShipName: `Madison Home`, - ShipAddress: `145 Market Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 80099, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1350, - CustomerName: `Mike Madison`, - CustomerFirstName: `Mike`, - CustomerLastName: `Madison`, - CustomerAddress: `145 Market Street, Philadelphia, USA, 80099`, - Salesperson: `Nancy Watson`, - OrderID: 1002, - OrderDate: `11/11/2022`, - ProductID: 116, - ProductName: `Mac Book Air`, - UnitPrice: 17060.57, - Quantity: 3, - ExtendedPrice: 51181.71, - Freight: 1800.57, - Discontinued: false, - Region: `West`, - Address: `145 Market Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 80099 - }), - new InvoicesDataItem( - { - ShipName: `Watson Home`, - ShipAddress: `130 Market Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 70052, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Speedy Express`, - CustomerID: 1351, - CustomerName: `Ben Watson`, - CustomerFirstName: `Ben`, - CustomerLastName: `Watson`, - CustomerAddress: `130 Market Street, Philadelphia, USA, 70052`, - Salesperson: `Pamela Watson`, - OrderID: 1144, - OrderDate: `10/15/2022`, - ProductID: 168, - ProductName: `IPhone`, - UnitPrice: 13010.35, - Quantity: 4, - ExtendedPrice: 52041.4, - Freight: 980.35, - Discontinued: false, - Region: `South East`, - Address: `130 Market Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 70052 - }), - new InvoicesDataItem( - { - ShipName: `Black Market`, - ShipAddress: `136 Wall Street`, - ShipCity: `Miami`, - ShipPostalCode: 60165, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1352, - CustomerName: `Nancy Black`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Black`, - CustomerAddress: `136 Wall Street, Miami, USA, 60165`, - Salesperson: `Mike Black`, - OrderID: 1745, - OrderDate: `4/9/2022`, - ProductID: 119, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 7900.53, - Quantity: 4, - ExtendedPrice: 31602.12, - Freight: 1400.53, - Discontinued: false, - Region: `West`, - Address: `136 Wall Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 60165 - }), - new InvoicesDataItem( - { - ShipName: `Madison Townhouse`, - ShipAddress: `190 Wall Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 60176, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1353, - CustomerName: `Pamela Madison`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Madison`, - CustomerAddress: `190 Wall Street, Philadelphia, USA, 60176`, - Salesperson: `Martin Smith`, - OrderID: 1489, - OrderDate: `3/25/2022`, - ProductID: 113, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 23420.42, - Quantity: 4, - ExtendedPrice: 93681.68, - Freight: 1660.42, - Discontinued: false, - Region: `West`, - Address: `190 Wall Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 60176 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Townhouse`, - ShipAddress: `114 Main Street`, - ShipCity: `Huston`, - ShipPostalCode: 50060, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1354, - CustomerName: `Mike Jackson`, - CustomerFirstName: `Mike`, - CustomerLastName: `Jackson`, - CustomerAddress: `114 Main Street, Huston, USA, 50060`, - Salesperson: `Nancy Jackson`, - OrderID: 1302, - OrderDate: `3/21/2022`, - ProductID: 144, - ProductName: `Mac Book Pro`, - UnitPrice: 21240.71, - Quantity: 5, - ExtendedPrice: 106203.55, - Freight: 1000.71, - Discontinued: false, - Region: `North East`, - Address: `114 Main Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 50060 - }), - new InvoicesDataItem( - { - ShipName: `Watson Townhouse`, - ShipAddress: `130 Market Street`, - ShipCity: `Huston`, - ShipPostalCode: 90062, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Speedy Express`, - CustomerID: 1355, - CustomerName: `Max Watson`, - CustomerFirstName: `Max`, - CustomerLastName: `Watson`, - CustomerAddress: `130 Market Street, Huston, USA, 90062`, - Salesperson: `Ben Jackson`, - OrderID: 1901, - OrderDate: `11/5/2022`, - ProductID: 101, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 17170.52, - Quantity: 4, - ExtendedPrice: 68682.08, - Freight: 1600.52, - Discontinued: false, - Region: `South East`, - Address: `130 Market Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 90062 - }), - new InvoicesDataItem( - { - ShipName: `Watson Market`, - ShipAddress: `160 Market Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 50149, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1356, - CustomerName: `Nancy Watson`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Watson`, - CustomerAddress: `160 Market Street, Philadelphia, USA, 50149`, - Salesperson: `Ben Watson`, - OrderID: 1331, - OrderDate: `2/5/2022`, - ProductID: 151, - ProductName: `Mac Book Pro`, - UnitPrice: 17650.73, - Quantity: 4, - ExtendedPrice: 70602.92, - Freight: 1720.73, - Discontinued: false, - Region: `South East`, - Address: `160 Market Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 50149 - }), - new InvoicesDataItem( - { - ShipName: `Black Townhouse`, - ShipAddress: `130 Main Street`, - ShipCity: `New York`, - ShipPostalCode: 50184, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Federal Shipping`, - CustomerID: 1357, - CustomerName: `Anna Black`, - CustomerFirstName: `Anna`, - CustomerLastName: `Black`, - CustomerAddress: `130 Main Street, New York, USA, 50184`, - Salesperson: `Anna Watson`, - OrderID: 1161, - OrderDate: `5/18/2022`, - ProductID: 185, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 12920.84, - Quantity: 3, - ExtendedPrice: 38762.52, - Freight: 780.84, - Discontinued: false, - Region: `South East`, - Address: `130 Main Street`, - City: `New York`, - Country: `USA`, - PostalCode: 50184 - }), - new InvoicesDataItem( - { - ShipName: `Watson Townhouse`, - ShipAddress: `120 Wall Street`, - ShipCity: `New York`, - ShipPostalCode: 90122, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1358, - CustomerName: `Ben Watson`, - CustomerFirstName: `Ben`, - CustomerLastName: `Watson`, - CustomerAddress: `120 Wall Street, New York, USA, 90122`, - Salesperson: `Martin Madison`, - OrderID: 1211, - OrderDate: `11/13/2022`, - ProductID: 136, - ProductName: `IPad`, - UnitPrice: 21380.5, - Quantity: 4, - ExtendedPrice: 85522, - Freight: 1130.5, - Discontinued: false, - Region: `West`, - Address: `120 Wall Street`, - City: `New York`, - Country: `USA`, - PostalCode: 90122 - }), - new InvoicesDataItem( - { - ShipName: `Madison Market`, - ShipAddress: `108 Market Street`, - ShipCity: `New York`, - ShipPostalCode: 80106, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1359, - CustomerName: `Pamela Madison`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Madison`, - CustomerAddress: `108 Market Street, New York, USA, 80106`, - Salesperson: `Anna Watson`, - OrderID: 1010, - OrderDate: `3/15/2022`, - ProductID: 198, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 18060.46, - Quantity: 4, - ExtendedPrice: 72241.84, - Freight: 330.46, - Discontinued: true, - Region: `North East`, - Address: `108 Market Street`, - City: `New York`, - Country: `USA`, - PostalCode: 80106 - }), - new InvoicesDataItem( - { - ShipName: `Black Estate`, - ShipAddress: `114 Market Street`, - ShipCity: `Miami`, - ShipPostalCode: 70117, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1360, - CustomerName: `Nancy Black`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Black`, - CustomerAddress: `114 Market Street, Miami, USA, 70117`, - Salesperson: `James Smith`, - OrderID: 1001, - OrderDate: `2/24/2022`, - ProductID: 121, - ProductName: `Mac Book Pro`, - UnitPrice: 22020.55, - Quantity: 5, - ExtendedPrice: 110102.75, - Freight: 1970.55, - Discontinued: false, - Region: `West`, - Address: `114 Market Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 70117 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Home`, - ShipAddress: `134 Main Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 50108, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1361, - CustomerName: `Nancy Jackson`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Jackson`, - CustomerAddress: `134 Main Street, Philadelphia, USA, 50108`, - Salesperson: `Max Jefferson`, - OrderID: 1871, - OrderDate: `3/1/2022`, - ProductID: 114, - ProductName: `Mac Book Air`, - UnitPrice: 13010.27, - Quantity: 5, - ExtendedPrice: 65051.35, - Freight: 1490.27, - Discontinued: false, - Region: `North East`, - Address: `134 Main Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 50108 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Townhouse`, - ShipAddress: `138 Market Street`, - ShipCity: `Huston`, - ShipPostalCode: 90082, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Federal Shipping`, - CustomerID: 1362, - CustomerName: `Mike Jefferson`, - CustomerFirstName: `Mike`, - CustomerLastName: `Jefferson`, - CustomerAddress: `138 Market Street, Huston, USA, 90082`, - Salesperson: `Ben Watson`, - OrderID: 1175, - OrderDate: `4/11/2022`, - ProductID: 159, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 17660.27, - Quantity: 5, - ExtendedPrice: 88301.35, - Freight: 1770.27, - Discontinued: false, - Region: `South East`, - Address: `138 Market Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 90082 - }), - new InvoicesDataItem( - { - ShipName: `Madison Market`, - ShipAddress: `131 Main Street`, - ShipCity: `Miami`, - ShipPostalCode: 90189, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1363, - CustomerName: `James Madison`, - CustomerFirstName: `James`, - CustomerLastName: `Madison`, - CustomerAddress: `131 Main Street, Miami, USA, 90189`, - Salesperson: `Nancy Madison`, - OrderID: 1072, - OrderDate: `2/14/2022`, - ProductID: 169, - ProductName: `Mac Book Air`, - UnitPrice: 24150.8, - Quantity: 4, - ExtendedPrice: 96603.2, - Freight: 1040.8, - Discontinued: false, - Region: `South East`, - Address: `131 Main Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 90189 - }), - new InvoicesDataItem( - { - ShipName: `Watson Townhouse`, - ShipAddress: `133 Wall Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 90077, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1364, - CustomerName: `Martin Watson`, - CustomerFirstName: `Martin`, - CustomerLastName: `Watson`, - CustomerAddress: `133 Wall Street, Philadelphia, USA, 90077`, - Salesperson: `Pamela Jackson`, - OrderID: 1971, - OrderDate: `10/16/2022`, - ProductID: 108, - ProductName: `Samsung Note`, - UnitPrice: 18520.3, - Quantity: 2, - ExtendedPrice: 37040.6, - Freight: 300.3, - Discontinued: false, - Region: `North East`, - Address: `133 Wall Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 90077 - }), - new InvoicesDataItem( - { - ShipName: `Smith Estate`, - ShipAddress: `128 Market Street`, - ShipCity: `Huston`, - ShipPostalCode: 90109, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Federal Shipping`, - CustomerID: 1365, - CustomerName: `Pamela Smith`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Smith`, - CustomerAddress: `128 Market Street, Huston, USA, 90109`, - Salesperson: `Nancy Jackson`, - OrderID: 1024, - OrderDate: `12/21/2022`, - ProductID: 188, - ProductName: `Samsung Note`, - UnitPrice: 10040.29, - Quantity: 4, - ExtendedPrice: 40161.16, - Freight: 1900.29, - Discontinued: false, - Region: `South East`, - Address: `128 Market Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 90109 - }), - new InvoicesDataItem( - { - ShipName: `Black Estate`, - ShipAddress: `154 Market Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 80119, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Federal Shipping`, - CustomerID: 1366, - CustomerName: `Nancy Black`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Black`, - CustomerAddress: `154 Market Street, Philadelphia, USA, 80119`, - Salesperson: `Nancy Jackson`, - OrderID: 1537, - OrderDate: `6/24/2022`, - ProductID: 161, - ProductName: `IPhone`, - UnitPrice: 20110.8, - Quantity: 5, - ExtendedPrice: 100554, - Freight: 1990.8, - Discontinued: false, - Region: `South East`, - Address: `154 Market Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 80119 - }), - new InvoicesDataItem( - { - ShipName: `Madison Townhouse`, - ShipAddress: `156 Main Street`, - ShipCity: `Miami`, - ShipPostalCode: 50128, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1367, - CustomerName: `Ben Madison`, - CustomerFirstName: `Ben`, - CustomerLastName: `Madison`, - CustomerAddress: `156 Main Street, Miami, USA, 50128`, - Salesperson: `Nancy Smith`, - OrderID: 1289, - OrderDate: `7/2/2022`, - ProductID: 125, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 18320.56, - Quantity: 3, - ExtendedPrice: 54961.68, - Freight: 890.56, - Discontinued: false, - Region: `South East`, - Address: `156 Main Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 50128 - }), - new InvoicesDataItem( - { - ShipName: `Madison Home`, - ShipAddress: `130 Main Street`, - ShipCity: `Miami`, - ShipPostalCode: 60146, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1368, - CustomerName: `James Madison`, - CustomerFirstName: `James`, - CustomerLastName: `Madison`, - CustomerAddress: `130 Main Street, Miami, USA, 60146`, - Salesperson: `Nancy Jackson`, - OrderID: 1451, - OrderDate: `12/4/2022`, - ProductID: 140, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 6030.21, - Quantity: 4, - ExtendedPrice: 24120.84, - Freight: 1930.21, - Discontinued: false, - Region: `North East`, - Address: `130 Main Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 60146 - }), - new InvoicesDataItem( - { - ShipName: `Watson Market`, - ShipAddress: `159 Wall Street`, - ShipCity: `New York`, - ShipPostalCode: 70158, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Speedy Express`, - CustomerID: 1369, - CustomerName: `Nancy Watson`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Watson`, - CustomerAddress: `159 Wall Street, New York, USA, 70158`, - Salesperson: `Max Jefferson`, - OrderID: 1056, - OrderDate: `1/10/2022`, - ProductID: 151, - ProductName: `Mac Book Pro`, - UnitPrice: 27710.33, - Quantity: 3, - ExtendedPrice: 83130.99, - Freight: 300.33, - Discontinued: true, - Region: `South East`, - Address: `159 Wall Street`, - City: `New York`, - Country: `USA`, - PostalCode: 70158 - }), - new InvoicesDataItem( - { - ShipName: `Smith Townhouse`, - ShipAddress: `189 Wall Street`, - ShipCity: `New York`, - ShipPostalCode: 90186, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1370, - CustomerName: `Pamela Smith`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Smith`, - CustomerAddress: `189 Wall Street, New York, USA, 90186`, - Salesperson: `Anna Jefferson`, - OrderID: 1611, - OrderDate: `9/14/2022`, - ProductID: 180, - ProductName: `IPhone`, - UnitPrice: 15940.65, - Quantity: 4, - ExtendedPrice: 63762.6, - Freight: 1210.65, - Discontinued: false, - Region: `North East`, - Address: `189 Wall Street`, - City: `New York`, - Country: `USA`, - PostalCode: 90186 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Estate`, - ShipAddress: `190 Wall Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 50065, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1371, - CustomerName: `Mike Jefferson`, - CustomerFirstName: `Mike`, - CustomerLastName: `Jefferson`, - CustomerAddress: `190 Wall Street, Philadelphia, USA, 50065`, - Salesperson: `Martin Watson`, - OrderID: 1731, - OrderDate: `2/7/2022`, - ProductID: 103, - ProductName: `Mac Book Pro`, - UnitPrice: 21560.2, - Quantity: 4, - ExtendedPrice: 86240.8, - Freight: 1880.2, - Discontinued: false, - Region: `South East`, - Address: `190 Wall Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 50065 - }), - new InvoicesDataItem( - { - ShipName: `Smith Home`, - ShipAddress: `127 Market Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 80182, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1372, - CustomerName: `Pamela Smith`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Smith`, - CustomerAddress: `127 Market Street, Los Angeles, USA, 80182`, - Salesperson: `Ben Jefferson`, - OrderID: 1156, - OrderDate: `7/16/2022`, - ProductID: 132, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 15440.77, - Quantity: 5, - ExtendedPrice: 77203.85, - Freight: 1730.77, - Discontinued: false, - Region: `West`, - Address: `127 Market Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 80182 - }), - new InvoicesDataItem( - { - ShipName: `Madison Estate`, - ShipAddress: `150 Market Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 50154, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1373, - CustomerName: `Ben Madison`, - CustomerFirstName: `Ben`, - CustomerLastName: `Madison`, - CustomerAddress: `150 Market Street, Philadelphia, USA, 50154`, - Salesperson: `Max Jackson`, - OrderID: 1592, - OrderDate: `12/25/2022`, - ProductID: 109, - ProductName: `Mac Book Air`, - UnitPrice: 25510.57, - Quantity: 2, - ExtendedPrice: 51021.14, - Freight: 1350.57, - Discontinued: false, - Region: `North East`, - Address: `150 Market Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 50154 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Estate`, - ShipAddress: `163 Market Street`, - ShipCity: `Miami`, - ShipPostalCode: 50149, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Speedy Express`, - CustomerID: 1374, - CustomerName: `Max Jackson`, - CustomerFirstName: `Max`, - CustomerLastName: `Jackson`, - CustomerAddress: `163 Market Street, Miami, USA, 50149`, - Salesperson: `James Smith`, - OrderID: 1504, - OrderDate: `10/7/2022`, - ProductID: 197, - ProductName: `Mac Book Pro`, - UnitPrice: 23590.87, - Quantity: 5, - ExtendedPrice: 117954.35, - Freight: 460.87, - Discontinued: false, - Region: `South East`, - Address: `163 Market Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 50149 - }), - new InvoicesDataItem( - { - ShipName: `Smith Townhouse`, - ShipAddress: `114 Wall Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 90131, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Federal Shipping`, - CustomerID: 1375, - CustomerName: `Pamela Smith`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Smith`, - CustomerAddress: `114 Wall Street, Philadelphia, USA, 90131`, - Salesperson: `Nancy Jefferson`, - OrderID: 1121, - OrderDate: `11/25/2022`, - ProductID: 148, - ProductName: `Samsung Note`, - UnitPrice: 13030.29, - Quantity: 2, - ExtendedPrice: 26060.58, - Freight: 1140.29, - Discontinued: false, - Region: `South East`, - Address: `114 Wall Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 90131 - }), - new InvoicesDataItem( - { - ShipName: `Black Townhouse`, - ShipAddress: `167 Market Street`, - ShipCity: `Huston`, - ShipPostalCode: 50058, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1376, - CustomerName: `Nancy Black`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Black`, - CustomerAddress: `167 Market Street, Huston, USA, 50058`, - Salesperson: `Martin Black`, - OrderID: 1455, - OrderDate: `8/6/2022`, - ProductID: 196, - ProductName: `IPhone`, - UnitPrice: 13870.29, - Quantity: 5, - ExtendedPrice: 69351.45, - Freight: 1080.29, - Discontinued: false, - Region: `West`, - Address: `167 Market Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 50058 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Townhouse`, - ShipAddress: `181 Market Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 80062, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1377, - CustomerName: `Anna Jackson`, - CustomerFirstName: `Anna`, - CustomerLastName: `Jackson`, - CustomerAddress: `181 Market Street, Los Angeles, USA, 80062`, - Salesperson: `Anna Black`, - OrderID: 1320, - OrderDate: `1/15/2022`, - ProductID: 109, - ProductName: `Mac Book Pro`, - UnitPrice: 10990.65, - Quantity: 3, - ExtendedPrice: 32971.95, - Freight: 310.65, - Discontinued: false, - Region: `North East`, - Address: `181 Market Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 80062 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Market`, - ShipAddress: `113 Wall Street`, - ShipCity: `Miami`, - ShipPostalCode: 80140, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Federal Shipping`, - CustomerID: 1378, - CustomerName: `Pamela Jackson`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Jackson`, - CustomerAddress: `113 Wall Street, Miami, USA, 80140`, - Salesperson: `Anna Jackson`, - OrderID: 1936, - OrderDate: `12/2/2022`, - ProductID: 171, - ProductName: `IPhone`, - UnitPrice: 9550.78, - Quantity: 4, - ExtendedPrice: 38203.12, - Freight: 1380.78, - Discontinued: false, - Region: `South East`, - Address: `113 Wall Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 80140 - }), - new InvoicesDataItem( - { - ShipName: `Madison Estate`, - ShipAddress: `188 Wall Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 80072, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Federal Shipping`, - CustomerID: 1379, - CustomerName: `Anna Madison`, - CustomerFirstName: `Anna`, - CustomerLastName: `Madison`, - CustomerAddress: `188 Wall Street, Los Angeles, USA, 80072`, - Salesperson: `Nancy Watson`, - OrderID: 1767, - OrderDate: `10/23/2022`, - ProductID: 130, - ProductName: `IPhone`, - UnitPrice: 21500.21, - Quantity: 2, - ExtendedPrice: 43000.42, - Freight: 1680.21, - Discontinued: true, - Region: `South East`, - Address: `188 Wall Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 80072 - }), - new InvoicesDataItem( - { - ShipName: `Madison Home`, - ShipAddress: `177 Market Street`, - ShipCity: `Huston`, - ShipPostalCode: 80160, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1380, - CustomerName: `Anna Madison`, - CustomerFirstName: `Anna`, - CustomerLastName: `Madison`, - CustomerAddress: `177 Market Street, Huston, USA, 80160`, - Salesperson: `Max Jackson`, - OrderID: 1118, - OrderDate: `6/2/2022`, - ProductID: 111, - ProductName: `Mac Book Air`, - UnitPrice: 20100.73, - Quantity: 4, - ExtendedPrice: 80402.92, - Freight: 540.73, - Discontinued: false, - Region: `West`, - Address: `177 Market Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 80160 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Townhouse`, - ShipAddress: `139 Wall Street`, - ShipCity: `Miami`, - ShipPostalCode: 80074, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1381, - CustomerName: `Mike Jefferson`, - CustomerFirstName: `Mike`, - CustomerLastName: `Jefferson`, - CustomerAddress: `139 Wall Street, Miami, USA, 80074`, - Salesperson: `Nancy Madison`, - OrderID: 1269, - OrderDate: `6/12/2022`, - ProductID: 192, - ProductName: `Mac Book Air`, - UnitPrice: 17200.34, - Quantity: 4, - ExtendedPrice: 68801.36, - Freight: 1280.34, - Discontinued: false, - Region: `North East`, - Address: `139 Wall Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 80074 - }), - new InvoicesDataItem( - { - ShipName: `Madison Home`, - ShipAddress: `115 Wall Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 90081, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1382, - CustomerName: `Pamela Madison`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Madison`, - CustomerAddress: `115 Wall Street, Los Angeles, USA, 90081`, - Salesperson: `James Jackson`, - OrderID: 1587, - OrderDate: `4/9/2022`, - ProductID: 187, - ProductName: `Samsung Note`, - UnitPrice: 24670.86, - Quantity: 2, - ExtendedPrice: 49341.72, - Freight: 1360.86, - Discontinued: false, - Region: `North East`, - Address: `115 Wall Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 90081 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Estate`, - ShipAddress: `130 Wall Street`, - ShipCity: `Miami`, - ShipPostalCode: 50175, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1383, - CustomerName: `Anna Jefferson`, - CustomerFirstName: `Anna`, - CustomerLastName: `Jefferson`, - CustomerAddress: `130 Wall Street, Miami, USA, 50175`, - Salesperson: `Mike Smith`, - OrderID: 1632, - OrderDate: `3/3/2022`, - ProductID: 197, - ProductName: `IPad`, - UnitPrice: 9780.24, - Quantity: 3, - ExtendedPrice: 29340.72, - Freight: 1420.24, - Discontinued: false, - Region: `West`, - Address: `130 Wall Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 50175 - }), - new InvoicesDataItem( - { - ShipName: `Black Estate`, - ShipAddress: `110 Main Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 90171, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1384, - CustomerName: `Max Black`, - CustomerFirstName: `Max`, - CustomerLastName: `Black`, - CustomerAddress: `110 Main Street, Philadelphia, USA, 90171`, - Salesperson: `Max Jefferson`, - OrderID: 1400, - OrderDate: `6/24/2022`, - ProductID: 123, - ProductName: `IPhone`, - UnitPrice: 12010.77, - Quantity: 2, - ExtendedPrice: 24021.54, - Freight: 560.77, - Discontinued: false, - Region: `North East`, - Address: `110 Main Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 90171 - }), - new InvoicesDataItem( - { - ShipName: `Black Market`, - ShipAddress: `111 Market Street`, - ShipCity: `Huston`, - ShipPostalCode: 80086, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1385, - CustomerName: `Mike Black`, - CustomerFirstName: `Mike`, - CustomerLastName: `Black`, - CustomerAddress: `111 Market Street, Huston, USA, 80086`, - Salesperson: `Ben Watson`, - OrderID: 1040, - OrderDate: `8/25/2022`, - ProductID: 192, - ProductName: `Samsung Note`, - UnitPrice: 27920.64, - Quantity: 5, - ExtendedPrice: 139603.2, - Freight: 250.64, - Discontinued: false, - Region: `South East`, - Address: `111 Market Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 80086 - }), - new InvoicesDataItem( - { - ShipName: `Black Townhouse`, - ShipAddress: `132 Wall Street`, - ShipCity: `Huston`, - ShipPostalCode: 60121, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Speedy Express`, - CustomerID: 1386, - CustomerName: `Mike Black`, - CustomerFirstName: `Mike`, - CustomerLastName: `Black`, - CustomerAddress: `132 Wall Street, Huston, USA, 60121`, - Salesperson: `Anna Watson`, - OrderID: 1445, - OrderDate: `6/12/2022`, - ProductID: 139, - ProductName: `IPhone`, - UnitPrice: 17460.46, - Quantity: 3, - ExtendedPrice: 52381.38, - Freight: 1060.46, - Discontinued: false, - Region: `South East`, - Address: `132 Wall Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 60121 - }), - new InvoicesDataItem( - { - ShipName: `Smith Townhouse`, - ShipAddress: `150 Main Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 60127, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1387, - CustomerName: `Ben Smith`, - CustomerFirstName: `Ben`, - CustomerLastName: `Smith`, - CustomerAddress: `150 Main Street, Philadelphia, USA, 60127`, - Salesperson: `Max Smith`, - OrderID: 1803, - OrderDate: `4/15/2022`, - ProductID: 172, - ProductName: `Mac Book Air`, - UnitPrice: 17820.62, - Quantity: 4, - ExtendedPrice: 71282.48, - Freight: 1150.62, - Discontinued: false, - Region: `West`, - Address: `150 Main Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 60127 - }), - new InvoicesDataItem( - { - ShipName: `Watson Estate`, - ShipAddress: `173 Market Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 50160, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1388, - CustomerName: `Anna Watson`, - CustomerFirstName: `Anna`, - CustomerLastName: `Watson`, - CustomerAddress: `173 Market Street, Philadelphia, USA, 50160`, - Salesperson: `Nancy Jefferson`, - OrderID: 1719, - OrderDate: `4/23/2022`, - ProductID: 134, - ProductName: `IPhone`, - UnitPrice: 22780.47, - Quantity: 3, - ExtendedPrice: 68341.41, - Freight: 500.47, - Discontinued: false, - Region: `West`, - Address: `173 Market Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 50160 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Townhouse`, - ShipAddress: `120 Wall Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 60064, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1389, - CustomerName: `Max Jefferson`, - CustomerFirstName: `Max`, - CustomerLastName: `Jefferson`, - CustomerAddress: `120 Wall Street, Philadelphia, USA, 60064`, - Salesperson: `Martin Jefferson`, - OrderID: 1706, - OrderDate: `5/15/2022`, - ProductID: 151, - ProductName: `Samsung Note`, - UnitPrice: 16430.61, - Quantity: 3, - ExtendedPrice: 49291.83, - Freight: 1650.61, - Discontinued: true, - Region: `West`, - Address: `120 Wall Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 60064 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Market`, - ShipAddress: `109 Main Street`, - ShipCity: `Huston`, - ShipPostalCode: 70200, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Speedy Express`, - CustomerID: 1390, - CustomerName: `Ben Jackson`, - CustomerFirstName: `Ben`, - CustomerLastName: `Jackson`, - CustomerAddress: `109 Main Street, Huston, USA, 70200`, - Salesperson: `James Watson`, - OrderID: 1318, - OrderDate: `6/10/2022`, - ProductID: 163, - ProductName: `IPad`, - UnitPrice: 26710.76, - Quantity: 4, - ExtendedPrice: 106843.04, - Freight: 330.76, - Discontinued: false, - Region: `South East`, - Address: `109 Main Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 70200 - }), - new InvoicesDataItem( - { - ShipName: `Madison Townhouse`, - ShipAddress: `161 Main Street`, - ShipCity: `Huston`, - ShipPostalCode: 60159, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1391, - CustomerName: `Mike Madison`, - CustomerFirstName: `Mike`, - CustomerLastName: `Madison`, - CustomerAddress: `161 Main Street, Huston, USA, 60159`, - Salesperson: `Ben Smith`, - OrderID: 1322, - OrderDate: `6/3/2022`, - ProductID: 170, - ProductName: `IPad`, - UnitPrice: 18660.7, - Quantity: 4, - ExtendedPrice: 74642.8, - Freight: 1480.7, - Discontinued: false, - Region: `North East`, - Address: `161 Main Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 60159 - }), - new InvoicesDataItem( - { - ShipName: `Watson Estate`, - ShipAddress: `194 Main Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 60148, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1392, - CustomerName: `Ben Watson`, - CustomerFirstName: `Ben`, - CustomerLastName: `Watson`, - CustomerAddress: `194 Main Street, Los Angeles, USA, 60148`, - Salesperson: `Pamela Black`, - OrderID: 1664, - OrderDate: `9/11/2022`, - ProductID: 131, - ProductName: `Mac Book Pro`, - UnitPrice: 16990.84, - Quantity: 5, - ExtendedPrice: 84954.2, - Freight: 1870.84, - Discontinued: false, - Region: `West`, - Address: `194 Main Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 60148 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Estate`, - ShipAddress: `191 Main Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 60148, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1393, - CustomerName: `James Jefferson`, - CustomerFirstName: `James`, - CustomerLastName: `Jefferson`, - CustomerAddress: `191 Main Street, Los Angeles, USA, 60148`, - Salesperson: `Martin Jackson`, - OrderID: 1995, - OrderDate: `7/3/2022`, - ProductID: 107, - ProductName: `Mac Book Pro`, - UnitPrice: 18490.66, - Quantity: 2, - ExtendedPrice: 36981.32, - Freight: 690.66, - Discontinued: false, - Region: `West`, - Address: `191 Main Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 60148 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Estate`, - ShipAddress: `129 Wall Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 80148, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1394, - CustomerName: `Martin Jefferson`, - CustomerFirstName: `Martin`, - CustomerLastName: `Jefferson`, - CustomerAddress: `129 Wall Street, Philadelphia, USA, 80148`, - Salesperson: `Ben Jefferson`, - OrderID: 1344, - OrderDate: `10/13/2022`, - ProductID: 168, - ProductName: `IPhone`, - UnitPrice: 5870.82, - Quantity: 5, - ExtendedPrice: 29354.1, - Freight: 400.82, - Discontinued: false, - Region: `West`, - Address: `129 Wall Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 80148 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Estate`, - ShipAddress: `148 Market Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 70084, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Speedy Express`, - CustomerID: 1395, - CustomerName: `Anna Jefferson`, - CustomerFirstName: `Anna`, - CustomerLastName: `Jefferson`, - CustomerAddress: `148 Market Street, Philadelphia, USA, 70084`, - Salesperson: `Martin Smith`, - OrderID: 1602, - OrderDate: `3/2/2022`, - ProductID: 153, - ProductName: `Samsung Note`, - UnitPrice: 8490.68, - Quantity: 3, - ExtendedPrice: 25472.04, - Freight: 1650.68, - Discontinued: false, - Region: `North East`, - Address: `148 Market Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 70084 - }), - new InvoicesDataItem( - { - ShipName: `Black Home`, - ShipAddress: `152 Wall Street`, - ShipCity: `Miami`, - ShipPostalCode: 90101, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1396, - CustomerName: `Max Black`, - CustomerFirstName: `Max`, - CustomerLastName: `Black`, - CustomerAddress: `152 Wall Street, Miami, USA, 90101`, - Salesperson: `Ben Black`, - OrderID: 1059, - OrderDate: `4/12/2022`, - ProductID: 164, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 12460.5, - Quantity: 3, - ExtendedPrice: 37381.5, - Freight: 280.5, - Discontinued: false, - Region: `North East`, - Address: `152 Wall Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 90101 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Estate`, - ShipAddress: `147 Market Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 50200, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1397, - CustomerName: `Nancy Jackson`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Jackson`, - CustomerAddress: `147 Market Street, Philadelphia, USA, 50200`, - Salesperson: `Nancy Watson`, - OrderID: 1159, - OrderDate: `5/12/2022`, - ProductID: 136, - ProductName: `IPhone`, - UnitPrice: 20790.46, - Quantity: 4, - ExtendedPrice: 83161.84, - Freight: 780.46, - Discontinued: false, - Region: `North East`, - Address: `147 Market Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 50200 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Estate`, - ShipAddress: `106 Main Street`, - ShipCity: `Miami`, - ShipPostalCode: 60064, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1398, - CustomerName: `Max Jackson`, - CustomerFirstName: `Max`, - CustomerLastName: `Jackson`, - CustomerAddress: `106 Main Street, Miami, USA, 60064`, - Salesperson: `Nancy Watson`, - OrderID: 1646, - OrderDate: `2/13/2022`, - ProductID: 143, - ProductName: `IPad`, - UnitPrice: 19180.29, - Quantity: 4, - ExtendedPrice: 76721.16, - Freight: 1760.29, - Discontinued: false, - Region: `North East`, - Address: `106 Main Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 60064 - }), - new InvoicesDataItem( - { - ShipName: `Black Estate`, - ShipAddress: `112 Main Street`, - ShipCity: `Miami`, - ShipPostalCode: 90118, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1399, - CustomerName: `Nancy Black`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Black`, - CustomerAddress: `112 Main Street, Miami, USA, 90118`, - Salesperson: `Martin Black`, - OrderID: 1205, - OrderDate: `9/24/2022`, - ProductID: 109, - ProductName: `IPad`, - UnitPrice: 25950.86, - Quantity: 4, - ExtendedPrice: 103803.44, - Freight: 1780.86, - Discontinued: true, - Region: `North East`, - Address: `112 Main Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 90118 - }), - new InvoicesDataItem( - { - ShipName: `Watson Market`, - ShipAddress: `135 Main Street`, - ShipCity: `Huston`, - ShipPostalCode: 80177, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1400, - CustomerName: `Mike Watson`, - CustomerFirstName: `Mike`, - CustomerLastName: `Watson`, - CustomerAddress: `135 Main Street, Huston, USA, 80177`, - Salesperson: `Max Madison`, - OrderID: 1619, - OrderDate: `7/15/2022`, - ProductID: 174, - ProductName: `Mac Book Pro`, - UnitPrice: 24890.31, - Quantity: 2, - ExtendedPrice: 49780.62, - Freight: 1540.31, - Discontinued: false, - Region: `West`, - Address: `135 Main Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 80177 - }), - new InvoicesDataItem( - { - ShipName: `Smith Home`, - ShipAddress: `156 Main Street`, - ShipCity: `Miami`, - ShipPostalCode: 70110, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Speedy Express`, - CustomerID: 1401, - CustomerName: `Max Smith`, - CustomerFirstName: `Max`, - CustomerLastName: `Smith`, - CustomerAddress: `156 Main Street, Miami, USA, 70110`, - Salesperson: `Anna Watson`, - OrderID: 1160, - OrderDate: `10/21/2022`, - ProductID: 127, - ProductName: `IPad`, - UnitPrice: 18400.21, - Quantity: 3, - ExtendedPrice: 55200.63, - Freight: 580.21, - Discontinued: false, - Region: `South East`, - Address: `156 Main Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 70110 - }), - new InvoicesDataItem( - { - ShipName: `Watson Home`, - ShipAddress: `124 Wall Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 90077, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1402, - CustomerName: `Max Watson`, - CustomerFirstName: `Max`, - CustomerLastName: `Watson`, - CustomerAddress: `124 Wall Street, Los Angeles, USA, 90077`, - Salesperson: `Ben Jefferson`, - OrderID: 1017, - OrderDate: `7/21/2022`, - ProductID: 160, - ProductName: `Samsung Note`, - UnitPrice: 15430.8, - Quantity: 5, - ExtendedPrice: 77154, - Freight: 1660.8, - Discontinued: false, - Region: `North East`, - Address: `124 Wall Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 90077 - }), - new InvoicesDataItem( - { - ShipName: `Black Townhouse`, - ShipAddress: `144 Market Street`, - ShipCity: `New York`, - ShipPostalCode: 50110, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1403, - CustomerName: `Anna Black`, - CustomerFirstName: `Anna`, - CustomerLastName: `Black`, - CustomerAddress: `144 Market Street, New York, USA, 50110`, - Salesperson: `James Jefferson`, - OrderID: 1990, - OrderDate: `5/17/2022`, - ProductID: 112, - ProductName: `IPhone`, - UnitPrice: 20040.37, - Quantity: 3, - ExtendedPrice: 60121.11, - Freight: 1710.37, - Discontinued: false, - Region: `South East`, - Address: `144 Market Street`, - City: `New York`, - Country: `USA`, - PostalCode: 50110 - }), - new InvoicesDataItem( - { - ShipName: `Smith Market`, - ShipAddress: `105 Main Street`, - ShipCity: `Miami`, - ShipPostalCode: 80117, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1404, - CustomerName: `James Smith`, - CustomerFirstName: `James`, - CustomerLastName: `Smith`, - CustomerAddress: `105 Main Street, Miami, USA, 80117`, - Salesperson: `Max Watson`, - OrderID: 1002, - OrderDate: `10/25/2022`, - ProductID: 119, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 28760.88, - Quantity: 5, - ExtendedPrice: 143804.4, - Freight: 1220.88, - Discontinued: false, - Region: `West`, - Address: `105 Main Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 80117 - }), - new InvoicesDataItem( - { - ShipName: `Madison Home`, - ShipAddress: `142 Main Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 90124, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1405, - CustomerName: `Anna Madison`, - CustomerFirstName: `Anna`, - CustomerLastName: `Madison`, - CustomerAddress: `142 Main Street, Los Angeles, USA, 90124`, - Salesperson: `James Madison`, - OrderID: 1433, - OrderDate: `7/22/2022`, - ProductID: 158, - ProductName: `Mac Book Pro`, - UnitPrice: 17750.64, - Quantity: 5, - ExtendedPrice: 88753.2, - Freight: 1300.64, - Discontinued: false, - Region: `West`, - Address: `142 Main Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 90124 - }), - new InvoicesDataItem( - { - ShipName: `Watson Townhouse`, - ShipAddress: `141 Market Street`, - ShipCity: `Huston`, - ShipPostalCode: 50115, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Speedy Express`, - CustomerID: 1406, - CustomerName: `Max Watson`, - CustomerFirstName: `Max`, - CustomerLastName: `Watson`, - CustomerAddress: `141 Market Street, Huston, USA, 50115`, - Salesperson: `Anna Watson`, - OrderID: 1195, - OrderDate: `8/12/2022`, - ProductID: 124, - ProductName: `Mac Book Pro`, - UnitPrice: 22040.48, - Quantity: 2, - ExtendedPrice: 44080.96, - Freight: 1260.48, - Discontinued: false, - Region: `North East`, - Address: `141 Market Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 50115 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Estate`, - ShipAddress: `145 Main Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 70160, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1407, - CustomerName: `Mike Jefferson`, - CustomerFirstName: `Mike`, - CustomerLastName: `Jefferson`, - CustomerAddress: `145 Main Street, Los Angeles, USA, 70160`, - Salesperson: `Max Watson`, - OrderID: 1486, - OrderDate: `1/13/2022`, - ProductID: 103, - ProductName: `Mac Book Air`, - UnitPrice: 29480.67, - Quantity: 3, - ExtendedPrice: 88442.01, - Freight: 1810.67, - Discontinued: false, - Region: `North East`, - Address: `145 Main Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 70160 - }), - new InvoicesDataItem( - { - ShipName: `Black Market`, - ShipAddress: `106 Main Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 80149, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1408, - CustomerName: `Ben Black`, - CustomerFirstName: `Ben`, - CustomerLastName: `Black`, - CustomerAddress: `106 Main Street, Los Angeles, USA, 80149`, - Salesperson: `James Smith`, - OrderID: 1646, - OrderDate: `9/4/2022`, - ProductID: 191, - ProductName: `Mac Book Pro`, - UnitPrice: 5890.71, - Quantity: 5, - ExtendedPrice: 29453.55, - Freight: 670.71, - Discontinued: false, - Region: `North East`, - Address: `106 Main Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 80149 - }), - new InvoicesDataItem( - { - ShipName: `Madison Estate`, - ShipAddress: `171 Market Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 60182, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1409, - CustomerName: `Anna Madison`, - CustomerFirstName: `Anna`, - CustomerLastName: `Madison`, - CustomerAddress: `171 Market Street, Los Angeles, USA, 60182`, - Salesperson: `James Smith`, - OrderID: 1839, - OrderDate: `12/12/2022`, - ProductID: 120, - ProductName: `IPhone`, - UnitPrice: 17510.64, - Quantity: 5, - ExtendedPrice: 87553.2, - Freight: 1150.64, - Discontinued: true, - Region: `West`, - Address: `171 Market Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 60182 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Home`, - ShipAddress: `195 Market Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 60122, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1410, - CustomerName: `Ben Jefferson`, - CustomerFirstName: `Ben`, - CustomerLastName: `Jefferson`, - CustomerAddress: `195 Market Street, Los Angeles, USA, 60122`, - Salesperson: `Martin Madison`, - OrderID: 1925, - OrderDate: `1/22/2022`, - ProductID: 164, - ProductName: `Mac Book Pro`, - UnitPrice: 12920.58, - Quantity: 2, - ExtendedPrice: 25841.16, - Freight: 690.58, - Discontinued: false, - Region: `West`, - Address: `195 Market Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 60122 - }), - new InvoicesDataItem( - { - ShipName: `Black Home`, - ShipAddress: `137 Wall Street`, - ShipCity: `Miami`, - ShipPostalCode: 70152, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Speedy Express`, - CustomerID: 1411, - CustomerName: `James Black`, - CustomerFirstName: `James`, - CustomerLastName: `Black`, - CustomerAddress: `137 Wall Street, Miami, USA, 70152`, - Salesperson: `Anna Jackson`, - OrderID: 1055, - OrderDate: `12/9/2022`, - ProductID: 198, - ProductName: `IPad`, - UnitPrice: 9640.43, - Quantity: 4, - ExtendedPrice: 38561.72, - Freight: 1930.43, - Discontinued: false, - Region: `North East`, - Address: `137 Wall Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 70152 - }), - new InvoicesDataItem( - { - ShipName: `Smith Estate`, - ShipAddress: `129 Wall Street`, - ShipCity: `Miami`, - ShipPostalCode: 50177, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1412, - CustomerName: `Anna Smith`, - CustomerFirstName: `Anna`, - CustomerLastName: `Smith`, - CustomerAddress: `129 Wall Street, Miami, USA, 50177`, - Salesperson: `Martin Smith`, - OrderID: 1845, - OrderDate: `10/21/2022`, - ProductID: 142, - ProductName: `IPad`, - UnitPrice: 16040.31, - Quantity: 3, - ExtendedPrice: 48120.93, - Freight: 1050.31, - Discontinued: false, - Region: `West`, - Address: `129 Wall Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 50177 - }), - new InvoicesDataItem( - { - ShipName: `Black Estate`, - ShipAddress: `174 Main Street`, - ShipCity: `Huston`, - ShipPostalCode: 90080, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1413, - CustomerName: `Mike Black`, - CustomerFirstName: `Mike`, - CustomerLastName: `Black`, - CustomerAddress: `174 Main Street, Huston, USA, 90080`, - Salesperson: `Nancy Jefferson`, - OrderID: 1560, - OrderDate: `6/23/2022`, - ProductID: 110, - ProductName: `Mac Book Pro`, - UnitPrice: 25850.87, - Quantity: 4, - ExtendedPrice: 103403.48, - Freight: 940.87, - Discontinued: false, - Region: `West`, - Address: `174 Main Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 90080 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Market`, - ShipAddress: `139 Market Street`, - ShipCity: `New York`, - ShipPostalCode: 60178, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1414, - CustomerName: `Nancy Jackson`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Jackson`, - CustomerAddress: `139 Market Street, New York, USA, 60178`, - Salesperson: `Pamela Jefferson`, - OrderID: 1102, - OrderDate: `2/18/2022`, - ProductID: 154, - ProductName: `Mac Book Air`, - UnitPrice: 13210.48, - Quantity: 4, - ExtendedPrice: 52841.92, - Freight: 960.48, - Discontinued: false, - Region: `South East`, - Address: `139 Market Street`, - City: `New York`, - Country: `USA`, - PostalCode: 60178 - }), - new InvoicesDataItem( - { - ShipName: `Madison Home`, - ShipAddress: `127 Wall Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 60192, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1415, - CustomerName: `Max Madison`, - CustomerFirstName: `Max`, - CustomerLastName: `Madison`, - CustomerAddress: `127 Wall Street, Los Angeles, USA, 60192`, - Salesperson: `Ben Smith`, - OrderID: 1570, - OrderDate: `5/19/2022`, - ProductID: 105, - ProductName: `Samsung Note`, - UnitPrice: 24890.59, - Quantity: 5, - ExtendedPrice: 124452.95, - Freight: 1860.59, - Discontinued: false, - Region: `West`, - Address: `127 Wall Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 60192 - }), - new InvoicesDataItem( - { - ShipName: `Watson Market`, - ShipAddress: `186 Market Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 90145, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Federal Shipping`, - CustomerID: 1416, - CustomerName: `Max Watson`, - CustomerFirstName: `Max`, - CustomerLastName: `Watson`, - CustomerAddress: `186 Market Street, Philadelphia, USA, 90145`, - Salesperson: `Mike Jefferson`, - OrderID: 1872, - OrderDate: `11/18/2022`, - ProductID: 165, - ProductName: `IPhone`, - UnitPrice: 19720.85, - Quantity: 2, - ExtendedPrice: 39441.7, - Freight: 690.85, - Discontinued: false, - Region: `South East`, - Address: `186 Market Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 90145 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Estate`, - ShipAddress: `198 Main Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 70160, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1417, - CustomerName: `Anna Jackson`, - CustomerFirstName: `Anna`, - CustomerLastName: `Jackson`, - CustomerAddress: `198 Main Street, Philadelphia, USA, 70160`, - Salesperson: `Martin Madison`, - OrderID: 1155, - OrderDate: `11/1/2022`, - ProductID: 138, - ProductName: `IPhone`, - UnitPrice: 12260.46, - Quantity: 2, - ExtendedPrice: 24520.92, - Freight: 1680.46, - Discontinued: false, - Region: `West`, - Address: `198 Main Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 70160 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Townhouse`, - ShipAddress: `110 Main Street`, - ShipCity: `New York`, - ShipPostalCode: 80119, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1418, - CustomerName: `Ben Jefferson`, - CustomerFirstName: `Ben`, - CustomerLastName: `Jefferson`, - CustomerAddress: `110 Main Street, New York, USA, 80119`, - Salesperson: `Anna Black`, - OrderID: 1600, - OrderDate: `8/12/2022`, - ProductID: 118, - ProductName: `Mac Book Air`, - UnitPrice: 9840.45, - Quantity: 4, - ExtendedPrice: 39361.8, - Freight: 1410.45, - Discontinued: false, - Region: `South East`, - Address: `110 Main Street`, - City: `New York`, - Country: `USA`, - PostalCode: 80119 - }), - new InvoicesDataItem( - { - ShipName: `Madison Market`, - ShipAddress: `187 Main Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 50082, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1419, - CustomerName: `Ben Madison`, - CustomerFirstName: `Ben`, - CustomerLastName: `Madison`, - CustomerAddress: `187 Main Street, Los Angeles, USA, 50082`, - Salesperson: `Pamela Watson`, - OrderID: 1451, - OrderDate: `12/10/2022`, - ProductID: 144, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 25180.7, - Quantity: 2, - ExtendedPrice: 50361.4, - Freight: 560.7, - Discontinued: true, - Region: `North East`, - Address: `187 Main Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 50082 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Townhouse`, - ShipAddress: `121 Main Street`, - ShipCity: `Miami`, - ShipPostalCode: 60178, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1420, - CustomerName: `Mike Jackson`, - CustomerFirstName: `Mike`, - CustomerLastName: `Jackson`, - CustomerAddress: `121 Main Street, Miami, USA, 60178`, - Salesperson: `Ben Jackson`, - OrderID: 1294, - OrderDate: `2/18/2022`, - ProductID: 168, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 18670.31, - Quantity: 5, - ExtendedPrice: 93351.55, - Freight: 1410.31, - Discontinued: false, - Region: `West`, - Address: `121 Main Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 60178 - }), - new InvoicesDataItem( - { - ShipName: `Smith Home`, - ShipAddress: `185 Wall Street`, - ShipCity: `New York`, - ShipPostalCode: 50177, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1421, - CustomerName: `Anna Smith`, - CustomerFirstName: `Anna`, - CustomerLastName: `Smith`, - CustomerAddress: `185 Wall Street, New York, USA, 50177`, - Salesperson: `James Watson`, - OrderID: 1095, - OrderDate: `6/16/2022`, - ProductID: 182, - ProductName: `Samsung Note`, - UnitPrice: 10450.44, - Quantity: 5, - ExtendedPrice: 52252.2, - Freight: 1030.44, - Discontinued: false, - Region: `West`, - Address: `185 Wall Street`, - City: `New York`, - Country: `USA`, - PostalCode: 50177 - }), - new InvoicesDataItem( - { - ShipName: `Watson Market`, - ShipAddress: `177 Market Street`, - ShipCity: `New York`, - ShipPostalCode: 90081, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1422, - CustomerName: `Max Watson`, - CustomerFirstName: `Max`, - CustomerLastName: `Watson`, - CustomerAddress: `177 Market Street, New York, USA, 90081`, - Salesperson: `Pamela Smith`, - OrderID: 1333, - OrderDate: `5/21/2022`, - ProductID: 159, - ProductName: `Mac Book Air`, - UnitPrice: 23900.49, - Quantity: 5, - ExtendedPrice: 119502.45, - Freight: 1700.49, - Discontinued: false, - Region: `South East`, - Address: `177 Market Street`, - City: `New York`, - Country: `USA`, - PostalCode: 90081 - }), - new InvoicesDataItem( - { - ShipName: `Watson Home`, - ShipAddress: `106 Market Street`, - ShipCity: `Miami`, - ShipPostalCode: 70099, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Speedy Express`, - CustomerID: 1423, - CustomerName: `Anna Watson`, - CustomerFirstName: `Anna`, - CustomerLastName: `Watson`, - CustomerAddress: `106 Market Street, Miami, USA, 70099`, - Salesperson: `Pamela Jackson`, - OrderID: 1147, - OrderDate: `6/13/2022`, - ProductID: 174, - ProductName: `Mac Book Pro`, - UnitPrice: 29460.63, - Quantity: 2, - ExtendedPrice: 58921.26, - Freight: 1280.63, - Discontinued: false, - Region: `North East`, - Address: `106 Market Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 70099 - }), - new InvoicesDataItem( - { - ShipName: `Madison Townhouse`, - ShipAddress: `179 Main Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 80150, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1424, - CustomerName: `Martin Madison`, - CustomerFirstName: `Martin`, - CustomerLastName: `Madison`, - CustomerAddress: `179 Main Street, Philadelphia, USA, 80150`, - Salesperson: `James Jefferson`, - OrderID: 1595, - OrderDate: `7/19/2022`, - ProductID: 183, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 19060.64, - Quantity: 5, - ExtendedPrice: 95303.2, - Freight: 980.64, - Discontinued: false, - Region: `North East`, - Address: `179 Main Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 80150 - }), - new InvoicesDataItem( - { - ShipName: `Watson Home`, - ShipAddress: `142 Main Street`, - ShipCity: `Huston`, - ShipPostalCode: 90100, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1425, - CustomerName: `Max Watson`, - CustomerFirstName: `Max`, - CustomerLastName: `Watson`, - CustomerAddress: `142 Main Street, Huston, USA, 90100`, - Salesperson: `Martin Black`, - OrderID: 1061, - OrderDate: `4/4/2022`, - ProductID: 118, - ProductName: `IPad`, - UnitPrice: 17400.83, - Quantity: 2, - ExtendedPrice: 34801.66, - Freight: 370.83, - Discontinued: false, - Region: `North East`, - Address: `142 Main Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 90100 - }), - new InvoicesDataItem( - { - ShipName: `Watson Townhouse`, - ShipAddress: `189 Main Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 90144, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1426, - CustomerName: `Max Watson`, - CustomerFirstName: `Max`, - CustomerLastName: `Watson`, - CustomerAddress: `189 Main Street, Philadelphia, USA, 90144`, - Salesperson: `Martin Smith`, - OrderID: 1114, - OrderDate: `2/13/2022`, - ProductID: 146, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 16860.57, - Quantity: 5, - ExtendedPrice: 84302.85, - Freight: 1050.57, - Discontinued: false, - Region: `North East`, - Address: `189 Main Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 90144 - }), - new InvoicesDataItem( - { - ShipName: `Madison Estate`, - ShipAddress: `130 Wall Street`, - ShipCity: `New York`, - ShipPostalCode: 90175, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Speedy Express`, - CustomerID: 1427, - CustomerName: `Pamela Madison`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Madison`, - CustomerAddress: `130 Wall Street, New York, USA, 90175`, - Salesperson: `Nancy Black`, - OrderID: 1716, - OrderDate: `11/6/2022`, - ProductID: 157, - ProductName: `IPad`, - UnitPrice: 19570.85, - Quantity: 3, - ExtendedPrice: 58712.55, - Freight: 1620.85, - Discontinued: false, - Region: `North East`, - Address: `130 Wall Street`, - City: `New York`, - Country: `USA`, - PostalCode: 90175 - }), - new InvoicesDataItem( - { - ShipName: `Smith Market`, - ShipAddress: `144 Market Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 80153, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1428, - CustomerName: `Anna Smith`, - CustomerFirstName: `Anna`, - CustomerLastName: `Smith`, - CustomerAddress: `144 Market Street, Philadelphia, USA, 80153`, - Salesperson: `Mike Smith`, - OrderID: 1523, - OrderDate: `8/5/2022`, - ProductID: 139, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 5100.26, - Quantity: 3, - ExtendedPrice: 15300.78, - Freight: 1630.26, - Discontinued: false, - Region: `North East`, - Address: `144 Market Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 80153 - }), - new InvoicesDataItem( - { - ShipName: `Smith Home`, - ShipAddress: `175 Wall Street`, - ShipCity: `New York`, - ShipPostalCode: 50150, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Speedy Express`, - CustomerID: 1429, - CustomerName: `James Smith`, - CustomerFirstName: `James`, - CustomerLastName: `Smith`, - CustomerAddress: `175 Wall Street, New York, USA, 50150`, - Salesperson: `James Jefferson`, - OrderID: 1027, - OrderDate: `12/7/2022`, - ProductID: 151, - ProductName: `IPad`, - UnitPrice: 18940.75, - Quantity: 4, - ExtendedPrice: 75763, - Freight: 1130.75, - Discontinued: true, - Region: `North East`, - Address: `175 Wall Street`, - City: `New York`, - Country: `USA`, - PostalCode: 50150 - }), - new InvoicesDataItem( - { - ShipName: `Smith Home`, - ShipAddress: `152 Wall Street`, - ShipCity: `New York`, - ShipPostalCode: 70091, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1430, - CustomerName: `Max Smith`, - CustomerFirstName: `Max`, - CustomerLastName: `Smith`, - CustomerAddress: `152 Wall Street, New York, USA, 70091`, - Salesperson: `Ben Smith`, - OrderID: 1626, - OrderDate: `1/1/2022`, - ProductID: 145, - ProductName: `IPhone`, - UnitPrice: 29800.74, - Quantity: 4, - ExtendedPrice: 119202.96, - Freight: 1440.74, - Discontinued: false, - Region: `West`, - Address: `152 Wall Street`, - City: `New York`, - Country: `USA`, - PostalCode: 70091 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Market`, - ShipAddress: `127 Main Street`, - ShipCity: `Miami`, - ShipPostalCode: 90099, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1431, - CustomerName: `Martin Jackson`, - CustomerFirstName: `Martin`, - CustomerLastName: `Jackson`, - CustomerAddress: `127 Main Street, Miami, USA, 90099`, - Salesperson: `Anna Smith`, - OrderID: 1789, - OrderDate: `10/15/2022`, - ProductID: 139, - ProductName: `Mac Book Air`, - UnitPrice: 16220.23, - Quantity: 2, - ExtendedPrice: 32440.46, - Freight: 1170.23, - Discontinued: false, - Region: `West`, - Address: `127 Main Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 90099 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Home`, - ShipAddress: `157 Wall Street`, - ShipCity: `Huston`, - ShipPostalCode: 70162, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Federal Shipping`, - CustomerID: 1432, - CustomerName: `Mike Jefferson`, - CustomerFirstName: `Mike`, - CustomerLastName: `Jefferson`, - CustomerAddress: `157 Wall Street, Huston, USA, 70162`, - Salesperson: `Martin Madison`, - OrderID: 1622, - OrderDate: `6/6/2022`, - ProductID: 133, - ProductName: `Samsung Note`, - UnitPrice: 7410.73, - Quantity: 4, - ExtendedPrice: 29642.92, - Freight: 1660.73, - Discontinued: false, - Region: `South East`, - Address: `157 Wall Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 70162 - }), - new InvoicesDataItem( - { - ShipName: `Smith Home`, - ShipAddress: `159 Market Street`, - ShipCity: `New York`, - ShipPostalCode: 50198, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Speedy Express`, - CustomerID: 1433, - CustomerName: `Mike Smith`, - CustomerFirstName: `Mike`, - CustomerLastName: `Smith`, - CustomerAddress: `159 Market Street, New York, USA, 50198`, - Salesperson: `Mike Smith`, - OrderID: 1961, - OrderDate: `9/7/2022`, - ProductID: 120, - ProductName: `Mac Book Pro`, - UnitPrice: 9150.59, - Quantity: 3, - ExtendedPrice: 27451.77, - Freight: 550.59, - Discontinued: false, - Region: `South East`, - Address: `159 Market Street`, - City: `New York`, - Country: `USA`, - PostalCode: 50198 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Estate`, - ShipAddress: `109 Market Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 60160, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1434, - CustomerName: `Ben Jackson`, - CustomerFirstName: `Ben`, - CustomerLastName: `Jackson`, - CustomerAddress: `109 Market Street, Philadelphia, USA, 60160`, - Salesperson: `Mike Madison`, - OrderID: 1868, - OrderDate: `2/5/2022`, - ProductID: 131, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 20400.46, - Quantity: 2, - ExtendedPrice: 40800.92, - Freight: 1640.46, - Discontinued: false, - Region: `South East`, - Address: `109 Market Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 60160 - }), - new InvoicesDataItem( - { - ShipName: `Madison Estate`, - ShipAddress: `138 Wall Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 80164, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1435, - CustomerName: `Max Madison`, - CustomerFirstName: `Max`, - CustomerLastName: `Madison`, - CustomerAddress: `138 Wall Street, Philadelphia, USA, 80164`, - Salesperson: `Mike Smith`, - OrderID: 1223, - OrderDate: `7/4/2022`, - ProductID: 199, - ProductName: `Samsung Note`, - UnitPrice: 23980.42, - Quantity: 5, - ExtendedPrice: 119902.1, - Freight: 410.42, - Discontinued: false, - Region: `West`, - Address: `138 Wall Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 80164 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Townhouse`, - ShipAddress: `164 Main Street`, - ShipCity: `New York`, - ShipPostalCode: 90183, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1436, - CustomerName: `Pamela Jackson`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Jackson`, - CustomerAddress: `164 Main Street, New York, USA, 90183`, - Salesperson: `James Watson`, - OrderID: 1766, - OrderDate: `7/14/2022`, - ProductID: 160, - ProductName: `Samsung Note`, - UnitPrice: 12280.79, - Quantity: 2, - ExtendedPrice: 24561.58, - Freight: 1140.79, - Discontinued: false, - Region: `West`, - Address: `164 Main Street`, - City: `New York`, - Country: `USA`, - PostalCode: 90183 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Estate`, - ShipAddress: `187 Main Street`, - ShipCity: `New York`, - ShipPostalCode: 80053, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1437, - CustomerName: `Nancy Jefferson`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Jefferson`, - CustomerAddress: `187 Main Street, New York, USA, 80053`, - Salesperson: `Martin Watson`, - OrderID: 1602, - OrderDate: `12/25/2022`, - ProductID: 112, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 14860.39, - Quantity: 5, - ExtendedPrice: 74301.95, - Freight: 1920.39, - Discontinued: false, - Region: `West`, - Address: `187 Main Street`, - City: `New York`, - Country: `USA`, - PostalCode: 80053 - }), - new InvoicesDataItem( - { - ShipName: `Black Market`, - ShipAddress: `197 Wall Street`, - ShipCity: `Miami`, - ShipPostalCode: 50076, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1438, - CustomerName: `Max Black`, - CustomerFirstName: `Max`, - CustomerLastName: `Black`, - CustomerAddress: `197 Wall Street, Miami, USA, 50076`, - Salesperson: `James Jefferson`, - OrderID: 1281, - OrderDate: `3/18/2022`, - ProductID: 102, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 11120.87, - Quantity: 2, - ExtendedPrice: 22241.74, - Freight: 720.87, - Discontinued: false, - Region: `North East`, - Address: `197 Wall Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 50076 - }), - new InvoicesDataItem( - { - ShipName: `Watson Market`, - ShipAddress: `127 Market Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 90067, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1439, - CustomerName: `James Watson`, - CustomerFirstName: `James`, - CustomerLastName: `Watson`, - CustomerAddress: `127 Market Street, Los Angeles, USA, 90067`, - Salesperson: `James Madison`, - OrderID: 1736, - OrderDate: `2/4/2022`, - ProductID: 172, - ProductName: `IPad`, - UnitPrice: 20090.62, - Quantity: 4, - ExtendedPrice: 80362.48, - Freight: 630.62, - Discontinued: true, - Region: `West`, - Address: `127 Market Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 90067 - }), - new InvoicesDataItem( - { - ShipName: `Black Market`, - ShipAddress: `150 Market Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 90161, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1440, - CustomerName: `Max Black`, - CustomerFirstName: `Max`, - CustomerLastName: `Black`, - CustomerAddress: `150 Market Street, Philadelphia, USA, 90161`, - Salesperson: `Anna Watson`, - OrderID: 1683, - OrderDate: `5/15/2022`, - ProductID: 192, - ProductName: `Mac Book Air`, - UnitPrice: 7270.76, - Quantity: 3, - ExtendedPrice: 21812.28, - Freight: 1880.76, - Discontinued: false, - Region: `West`, - Address: `150 Market Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 90161 - }), - new InvoicesDataItem( - { - ShipName: `Watson Townhouse`, - ShipAddress: `128 Market Street`, - ShipCity: `Huston`, - ShipPostalCode: 70131, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1441, - CustomerName: `Pamela Watson`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Watson`, - CustomerAddress: `128 Market Street, Huston, USA, 70131`, - Salesperson: `Ben Smith`, - OrderID: 1652, - OrderDate: `11/16/2022`, - ProductID: 107, - ProductName: `Samsung Note`, - UnitPrice: 23290.38, - Quantity: 2, - ExtendedPrice: 46580.76, - Freight: 400.38, - Discontinued: false, - Region: `West`, - Address: `128 Market Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 70131 - }), - new InvoicesDataItem( - { - ShipName: `Watson Home`, - ShipAddress: `151 Wall Street`, - ShipCity: `Miami`, - ShipPostalCode: 70185, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1442, - CustomerName: `Max Watson`, - CustomerFirstName: `Max`, - CustomerLastName: `Watson`, - CustomerAddress: `151 Wall Street, Miami, USA, 70185`, - Salesperson: `Nancy Black`, - OrderID: 1385, - OrderDate: `6/12/2022`, - ProductID: 110, - ProductName: `Mac Book Pro`, - UnitPrice: 14390.77, - Quantity: 2, - ExtendedPrice: 28781.54, - Freight: 1600.77, - Discontinued: false, - Region: `West`, - Address: `151 Wall Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 70185 - }), - new InvoicesDataItem( - { - ShipName: `Madison Home`, - ShipAddress: `183 Wall Street`, - ShipCity: `New York`, - ShipPostalCode: 60080, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Speedy Express`, - CustomerID: 1443, - CustomerName: `Pamela Madison`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Madison`, - CustomerAddress: `183 Wall Street, New York, USA, 60080`, - Salesperson: `Mike Madison`, - OrderID: 1158, - OrderDate: `3/11/2022`, - ProductID: 172, - ProductName: `Samsung Note`, - UnitPrice: 25230.25, - Quantity: 3, - ExtendedPrice: 75690.75, - Freight: 340.25, - Discontinued: false, - Region: `South East`, - Address: `183 Wall Street`, - City: `New York`, - Country: `USA`, - PostalCode: 60080 - }), - new InvoicesDataItem( - { - ShipName: `Black Estate`, - ShipAddress: `137 Wall Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 80117, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Speedy Express`, - CustomerID: 1444, - CustomerName: `James Black`, - CustomerFirstName: `James`, - CustomerLastName: `Black`, - CustomerAddress: `137 Wall Street, Philadelphia, USA, 80117`, - Salesperson: `Anna Black`, - OrderID: 1310, - OrderDate: `9/5/2022`, - ProductID: 157, - ProductName: `IPad`, - UnitPrice: 21970.48, - Quantity: 2, - ExtendedPrice: 43940.96, - Freight: 1420.48, - Discontinued: false, - Region: `South East`, - Address: `137 Wall Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 80117 - }), - new InvoicesDataItem( - { - ShipName: `Black Market`, - ShipAddress: `158 Wall Street`, - ShipCity: `New York`, - ShipPostalCode: 80138, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1445, - CustomerName: `Anna Black`, - CustomerFirstName: `Anna`, - CustomerLastName: `Black`, - CustomerAddress: `158 Wall Street, New York, USA, 80138`, - Salesperson: `Martin Madison`, - OrderID: 1385, - OrderDate: `5/9/2022`, - ProductID: 127, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 12610.37, - Quantity: 5, - ExtendedPrice: 63051.85, - Freight: 1410.37, - Discontinued: false, - Region: `West`, - Address: `158 Wall Street`, - City: `New York`, - Country: `USA`, - PostalCode: 80138 - }), - new InvoicesDataItem( - { - ShipName: `Madison Home`, - ShipAddress: `145 Wall Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 70189, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1446, - CustomerName: `Mike Madison`, - CustomerFirstName: `Mike`, - CustomerLastName: `Madison`, - CustomerAddress: `145 Wall Street, Los Angeles, USA, 70189`, - Salesperson: `Mike Jackson`, - OrderID: 1725, - OrderDate: `9/6/2022`, - ProductID: 112, - ProductName: `Mac Book Pro`, - UnitPrice: 20520.26, - Quantity: 4, - ExtendedPrice: 82081.04, - Freight: 710.26, - Discontinued: false, - Region: `West`, - Address: `145 Wall Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 70189 - }), - new InvoicesDataItem( - { - ShipName: `Black Estate`, - ShipAddress: `155 Wall Street`, - ShipCity: `Miami`, - ShipPostalCode: 60114, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Speedy Express`, - CustomerID: 1447, - CustomerName: `Pamela Black`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Black`, - CustomerAddress: `155 Wall Street, Miami, USA, 60114`, - Salesperson: `Martin Madison`, - OrderID: 1520, - OrderDate: `6/15/2022`, - ProductID: 174, - ProductName: `IPhone`, - UnitPrice: 16730.88, - Quantity: 2, - ExtendedPrice: 33461.76, - Freight: 1020.88, - Discontinued: false, - Region: `South East`, - Address: `155 Wall Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 60114 - }), - new InvoicesDataItem( - { - ShipName: `Madison Estate`, - ShipAddress: `184 Main Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 80059, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1448, - CustomerName: `Max Madison`, - CustomerFirstName: `Max`, - CustomerLastName: `Madison`, - CustomerAddress: `184 Main Street, Los Angeles, USA, 80059`, - Salesperson: `Max Smith`, - OrderID: 1764, - OrderDate: `4/4/2022`, - ProductID: 147, - ProductName: `Mac Book Air`, - UnitPrice: 29810.31, - Quantity: 2, - ExtendedPrice: 59620.62, - Freight: 1200.31, - Discontinued: false, - Region: `West`, - Address: `184 Main Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 80059 - }), - new InvoicesDataItem( - { - ShipName: `Black Home`, - ShipAddress: `195 Wall Street`, - ShipCity: `Huston`, - ShipPostalCode: 80052, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1449, - CustomerName: `Ben Black`, - CustomerFirstName: `Ben`, - CustomerLastName: `Black`, - CustomerAddress: `195 Wall Street, Huston, USA, 80052`, - Salesperson: `Max Jefferson`, - OrderID: 1325, - OrderDate: `8/23/2022`, - ProductID: 186, - ProductName: `Mac Book Pro`, - UnitPrice: 19780.82, - Quantity: 3, - ExtendedPrice: 59342.46, - Freight: 720.82, - Discontinued: true, - Region: `South East`, - Address: `195 Wall Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 80052 - }), - new InvoicesDataItem( - { - ShipName: `Black Market`, - ShipAddress: `168 Market Street`, - ShipCity: `Miami`, - ShipPostalCode: 70196, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1450, - CustomerName: `Anna Black`, - CustomerFirstName: `Anna`, - CustomerLastName: `Black`, - CustomerAddress: `168 Market Street, Miami, USA, 70196`, - Salesperson: `Martin Madison`, - OrderID: 1216, - OrderDate: `9/9/2022`, - ProductID: 134, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 25110.88, - Quantity: 2, - ExtendedPrice: 50221.76, - Freight: 1040.88, - Discontinued: false, - Region: `West`, - Address: `168 Market Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 70196 - }), - new InvoicesDataItem( - { - ShipName: `Black Estate`, - ShipAddress: `196 Wall Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 70064, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1451, - CustomerName: `Anna Black`, - CustomerFirstName: `Anna`, - CustomerLastName: `Black`, - CustomerAddress: `196 Wall Street, Philadelphia, USA, 70064`, - Salesperson: `Nancy Madison`, - OrderID: 1924, - OrderDate: `9/9/2022`, - ProductID: 108, - ProductName: `IPhone`, - UnitPrice: 14220.86, - Quantity: 2, - ExtendedPrice: 28441.72, - Freight: 1220.86, - Discontinued: false, - Region: `West`, - Address: `196 Wall Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 70064 - }), - new InvoicesDataItem( - { - ShipName: `Madison Home`, - ShipAddress: `125 Wall Street`, - ShipCity: `Huston`, - ShipPostalCode: 90158, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1452, - CustomerName: `Max Madison`, - CustomerFirstName: `Max`, - CustomerLastName: `Madison`, - CustomerAddress: `125 Wall Street, Huston, USA, 90158`, - Salesperson: `Martin Jackson`, - OrderID: 1952, - OrderDate: `8/23/2022`, - ProductID: 177, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 11460.48, - Quantity: 3, - ExtendedPrice: 34381.44, - Freight: 1140.48, - Discontinued: false, - Region: `West`, - Address: `125 Wall Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 90158 - }), - new InvoicesDataItem( - { - ShipName: `Watson Home`, - ShipAddress: `113 Wall Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 50104, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1453, - CustomerName: `Ben Watson`, - CustomerFirstName: `Ben`, - CustomerLastName: `Watson`, - CustomerAddress: `113 Wall Street, Los Angeles, USA, 50104`, - Salesperson: `Mike Black`, - OrderID: 1388, - OrderDate: `7/12/2022`, - ProductID: 142, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 25460.85, - Quantity: 2, - ExtendedPrice: 50921.7, - Freight: 360.85, - Discontinued: false, - Region: `West`, - Address: `113 Wall Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 50104 - }), - new InvoicesDataItem( - { - ShipName: `Black Home`, - ShipAddress: `176 Market Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 90069, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Federal Shipping`, - CustomerID: 1454, - CustomerName: `Nancy Black`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Black`, - CustomerAddress: `176 Market Street, Philadelphia, USA, 90069`, - Salesperson: `Max Jefferson`, - OrderID: 1197, - OrderDate: `9/3/2022`, - ProductID: 132, - ProductName: `IPhone`, - UnitPrice: 5760.67, - Quantity: 3, - ExtendedPrice: 17282.01, - Freight: 1350.67, - Discontinued: false, - Region: `South East`, - Address: `176 Market Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 90069 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Townhouse`, - ShipAddress: `142 Market Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 50098, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1455, - CustomerName: `Max Jefferson`, - CustomerFirstName: `Max`, - CustomerLastName: `Jefferson`, - CustomerAddress: `142 Market Street, Los Angeles, USA, 50098`, - Salesperson: `Nancy Smith`, - OrderID: 1808, - OrderDate: `3/2/2022`, - ProductID: 145, - ProductName: `Mac Book Pro`, - UnitPrice: 18130.62, - Quantity: 3, - ExtendedPrice: 54391.86, - Freight: 660.62, - Discontinued: false, - Region: `North East`, - Address: `142 Market Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 50098 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Home`, - ShipAddress: `184 Main Street`, - ShipCity: `New York`, - ShipPostalCode: 50125, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Speedy Express`, - CustomerID: 1456, - CustomerName: `Pamela Jefferson`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Jefferson`, - CustomerAddress: `184 Main Street, New York, USA, 50125`, - Salesperson: `Pamela Jackson`, - OrderID: 1098, - OrderDate: `9/11/2022`, - ProductID: 106, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 29450.81, - Quantity: 5, - ExtendedPrice: 147254.05, - Freight: 820.81, - Discontinued: false, - Region: `North East`, - Address: `184 Main Street`, - City: `New York`, - Country: `USA`, - PostalCode: 50125 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Market`, - ShipAddress: `190 Main Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 70130, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Speedy Express`, - CustomerID: 1457, - CustomerName: `Nancy Jefferson`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Jefferson`, - CustomerAddress: `190 Main Street, Philadelphia, USA, 70130`, - Salesperson: `Max Madison`, - OrderID: 1942, - OrderDate: `9/1/2022`, - ProductID: 136, - ProductName: `Mac Book Pro`, - UnitPrice: 28790.51, - Quantity: 3, - ExtendedPrice: 86371.53, - Freight: 460.51, - Discontinued: false, - Region: `North East`, - Address: `190 Main Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 70130 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Market`, - ShipAddress: `121 Main Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 70093, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1458, - CustomerName: `Mike Jefferson`, - CustomerFirstName: `Mike`, - CustomerLastName: `Jefferson`, - CustomerAddress: `121 Main Street, Los Angeles, USA, 70093`, - Salesperson: `James Black`, - OrderID: 1815, - OrderDate: `6/16/2022`, - ProductID: 144, - ProductName: `Mac Book Pro`, - UnitPrice: 9060.8, - Quantity: 3, - ExtendedPrice: 27182.4, - Freight: 1990.8, - Discontinued: false, - Region: `North East`, - Address: `121 Main Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 70093 - }), - new InvoicesDataItem( - { - ShipName: `Smith Home`, - ShipAddress: `111 Main Street`, - ShipCity: `Huston`, - ShipPostalCode: 50082, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1459, - CustomerName: `Nancy Smith`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Smith`, - CustomerAddress: `111 Main Street, Huston, USA, 50082`, - Salesperson: `Max Black`, - OrderID: 1551, - OrderDate: `4/6/2022`, - ProductID: 130, - ProductName: `Mac Book Pro`, - UnitPrice: 29370.56, - Quantity: 3, - ExtendedPrice: 88111.68, - Freight: 1970.56, - Discontinued: true, - Region: `North East`, - Address: `111 Main Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 50082 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Market`, - ShipAddress: `128 Market Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 90155, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1460, - CustomerName: `Max Jefferson`, - CustomerFirstName: `Max`, - CustomerLastName: `Jefferson`, - CustomerAddress: `128 Market Street, Los Angeles, USA, 90155`, - Salesperson: `James Smith`, - OrderID: 1660, - OrderDate: `6/6/2022`, - ProductID: 175, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 29130.58, - Quantity: 2, - ExtendedPrice: 58261.16, - Freight: 340.58, - Discontinued: false, - Region: `West`, - Address: `128 Market Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 90155 - }), - new InvoicesDataItem( - { - ShipName: `Smith Home`, - ShipAddress: `159 Main Street`, - ShipCity: `Huston`, - ShipPostalCode: 60166, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1461, - CustomerName: `Mike Smith`, - CustomerFirstName: `Mike`, - CustomerLastName: `Smith`, - CustomerAddress: `159 Main Street, Huston, USA, 60166`, - Salesperson: `Mike Black`, - OrderID: 1860, - OrderDate: `5/20/2022`, - ProductID: 197, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 18630.66, - Quantity: 4, - ExtendedPrice: 74522.64, - Freight: 1540.66, - Discontinued: false, - Region: `South East`, - Address: `159 Main Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 60166 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Home`, - ShipAddress: `115 Market Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 60171, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1462, - CustomerName: `Nancy Jefferson`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Jefferson`, - CustomerAddress: `115 Market Street, Los Angeles, USA, 60171`, - Salesperson: `Mike Jackson`, - OrderID: 1312, - OrderDate: `9/12/2022`, - ProductID: 182, - ProductName: `Samsung Note`, - UnitPrice: 19120.8, - Quantity: 3, - ExtendedPrice: 57362.4, - Freight: 470.8, - Discontinued: false, - Region: `North East`, - Address: `115 Market Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 60171 - }), - new InvoicesDataItem( - { - ShipName: `Watson Townhouse`, - ShipAddress: `184 Main Street`, - ShipCity: `New York`, - ShipPostalCode: 80169, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1463, - CustomerName: `Nancy Watson`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Watson`, - CustomerAddress: `184 Main Street, New York, USA, 80169`, - Salesperson: `Nancy Madison`, - OrderID: 1738, - OrderDate: `1/7/2022`, - ProductID: 161, - ProductName: `Mac Book Air`, - UnitPrice: 9160.8, - Quantity: 2, - ExtendedPrice: 18321.6, - Freight: 1850.8, - Discontinued: false, - Region: `West`, - Address: `184 Main Street`, - City: `New York`, - Country: `USA`, - PostalCode: 80169 - }), - new InvoicesDataItem( - { - ShipName: `Black Market`, - ShipAddress: `147 Main Street`, - ShipCity: `Miami`, - ShipPostalCode: 60068, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Speedy Express`, - CustomerID: 1464, - CustomerName: `Ben Black`, - CustomerFirstName: `Ben`, - CustomerLastName: `Black`, - CustomerAddress: `147 Main Street, Miami, USA, 60068`, - Salesperson: `Nancy Madison`, - OrderID: 1981, - OrderDate: `5/23/2022`, - ProductID: 110, - ProductName: `Samsung Note`, - UnitPrice: 19100.54, - Quantity: 5, - ExtendedPrice: 95502.7, - Freight: 1720.54, - Discontinued: false, - Region: `North East`, - Address: `147 Main Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 60068 - }), - new InvoicesDataItem( - { - ShipName: `Black Market`, - ShipAddress: `143 Wall Street`, - ShipCity: `Huston`, - ShipPostalCode: 80182, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Speedy Express`, - CustomerID: 1465, - CustomerName: `Ben Black`, - CustomerFirstName: `Ben`, - CustomerLastName: `Black`, - CustomerAddress: `143 Wall Street, Huston, USA, 80182`, - Salesperson: `Anna Watson`, - OrderID: 1067, - OrderDate: `12/19/2022`, - ProductID: 103, - ProductName: `Samsung Note`, - UnitPrice: 28900.7, - Quantity: 3, - ExtendedPrice: 86702.1, - Freight: 770.7, - Discontinued: false, - Region: `North East`, - Address: `143 Wall Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 80182 - }), - new InvoicesDataItem( - { - ShipName: `Watson Estate`, - ShipAddress: `170 Main Street`, - ShipCity: `New York`, - ShipPostalCode: 60155, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1466, - CustomerName: `Max Watson`, - CustomerFirstName: `Max`, - CustomerLastName: `Watson`, - CustomerAddress: `170 Main Street, New York, USA, 60155`, - Salesperson: `James Jackson`, - OrderID: 1746, - OrderDate: `9/2/2022`, - ProductID: 148, - ProductName: `IPad`, - UnitPrice: 25390.4, - Quantity: 5, - ExtendedPrice: 126952, - Freight: 550.4, - Discontinued: false, - Region: `South East`, - Address: `170 Main Street`, - City: `New York`, - Country: `USA`, - PostalCode: 60155 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Market`, - ShipAddress: `111 Wall Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 60079, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1467, - CustomerName: `Pamela Jackson`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Jackson`, - CustomerAddress: `111 Wall Street, Philadelphia, USA, 60079`, - Salesperson: `Nancy Jefferson`, - OrderID: 1334, - OrderDate: `5/23/2022`, - ProductID: 129, - ProductName: `Mac Book Air`, - UnitPrice: 14520.65, - Quantity: 2, - ExtendedPrice: 29041.3, - Freight: 1250.65, - Discontinued: false, - Region: `West`, - Address: `111 Wall Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 60079 - }), - new InvoicesDataItem( - { - ShipName: `Black Market`, - ShipAddress: `153 Wall Street`, - ShipCity: `Huston`, - ShipPostalCode: 90056, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Speedy Express`, - CustomerID: 1468, - CustomerName: `Anna Black`, - CustomerFirstName: `Anna`, - CustomerLastName: `Black`, - CustomerAddress: `153 Wall Street, Huston, USA, 90056`, - Salesperson: `Anna Jackson`, - OrderID: 1230, - OrderDate: `4/15/2022`, - ProductID: 128, - ProductName: `IPhone`, - UnitPrice: 14930.82, - Quantity: 5, - ExtendedPrice: 74654.1, - Freight: 1470.82, - Discontinued: false, - Region: `North East`, - Address: `153 Wall Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 90056 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Market`, - ShipAddress: `143 Main Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 50070, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Speedy Express`, - CustomerID: 1469, - CustomerName: `Max Jackson`, - CustomerFirstName: `Max`, - CustomerLastName: `Jackson`, - CustomerAddress: `143 Main Street, Philadelphia, USA, 50070`, - Salesperson: `Nancy Madison`, - OrderID: 1761, - OrderDate: `1/23/2022`, - ProductID: 136, - ProductName: `IPad`, - UnitPrice: 10810.43, - Quantity: 4, - ExtendedPrice: 43241.72, - Freight: 1910.43, - Discontinued: true, - Region: `South East`, - Address: `143 Main Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 50070 - }), - new InvoicesDataItem( - { - ShipName: `Black Estate`, - ShipAddress: `174 Market Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 80126, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1470, - CustomerName: `Pamela Black`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Black`, - CustomerAddress: `174 Market Street, Philadelphia, USA, 80126`, - Salesperson: `Martin Madison`, - OrderID: 1217, - OrderDate: `7/7/2022`, - ProductID: 170, - ProductName: `IPhone`, - UnitPrice: 16660.27, - Quantity: 4, - ExtendedPrice: 66641.08, - Freight: 790.27, - Discontinued: false, - Region: `North East`, - Address: `174 Market Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 80126 - }), - new InvoicesDataItem( - { - ShipName: `Smith Home`, - ShipAddress: `189 Wall Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 60161, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Speedy Express`, - CustomerID: 1471, - CustomerName: `Max Smith`, - CustomerFirstName: `Max`, - CustomerLastName: `Smith`, - CustomerAddress: `189 Wall Street, Los Angeles, USA, 60161`, - Salesperson: `Max Madison`, - OrderID: 1882, - OrderDate: `11/5/2022`, - ProductID: 141, - ProductName: `Mac Book Air`, - UnitPrice: 18210.39, - Quantity: 3, - ExtendedPrice: 54631.17, - Freight: 990.39, - Discontinued: false, - Region: `South East`, - Address: `189 Wall Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 60161 - }), - new InvoicesDataItem( - { - ShipName: `Black Market`, - ShipAddress: `193 Market Street`, - ShipCity: `Huston`, - ShipPostalCode: 50163, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Speedy Express`, - CustomerID: 1472, - CustomerName: `Max Black`, - CustomerFirstName: `Max`, - CustomerLastName: `Black`, - CustomerAddress: `193 Market Street, Huston, USA, 50163`, - Salesperson: `Mike Black`, - OrderID: 1855, - OrderDate: `5/3/2022`, - ProductID: 188, - ProductName: `Samsung Note`, - UnitPrice: 9860.59, - Quantity: 5, - ExtendedPrice: 49302.95, - Freight: 1610.59, - Discontinued: false, - Region: `South East`, - Address: `193 Market Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 50163 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Townhouse`, - ShipAddress: `128 Main Street`, - ShipCity: `Miami`, - ShipPostalCode: 60162, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1473, - CustomerName: `Max Jackson`, - CustomerFirstName: `Max`, - CustomerLastName: `Jackson`, - CustomerAddress: `128 Main Street, Miami, USA, 60162`, - Salesperson: `Nancy Black`, - OrderID: 1087, - OrderDate: `4/5/2022`, - ProductID: 166, - ProductName: `Mac Book Air`, - UnitPrice: 12090.33, - Quantity: 4, - ExtendedPrice: 48361.32, - Freight: 1020.33, - Discontinued: false, - Region: `West`, - Address: `128 Main Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 60162 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Townhouse`, - ShipAddress: `179 Wall Street`, - ShipCity: `New York`, - ShipPostalCode: 50104, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1474, - CustomerName: `Ben Jackson`, - CustomerFirstName: `Ben`, - CustomerLastName: `Jackson`, - CustomerAddress: `179 Wall Street, New York, USA, 50104`, - Salesperson: `Martin Black`, - OrderID: 1121, - OrderDate: `12/2/2022`, - ProductID: 169, - ProductName: `IPad`, - UnitPrice: 18020.22, - Quantity: 4, - ExtendedPrice: 72080.88, - Freight: 830.22, - Discontinued: false, - Region: `West`, - Address: `179 Wall Street`, - City: `New York`, - Country: `USA`, - PostalCode: 50104 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Townhouse`, - ShipAddress: `168 Market Street`, - ShipCity: `Huston`, - ShipPostalCode: 60117, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1475, - CustomerName: `Martin Jackson`, - CustomerFirstName: `Martin`, - CustomerLastName: `Jackson`, - CustomerAddress: `168 Market Street, Huston, USA, 60117`, - Salesperson: `James Madison`, - OrderID: 1965, - OrderDate: `10/17/2022`, - ProductID: 166, - ProductName: `Mac Book Pro`, - UnitPrice: 6770.39, - Quantity: 5, - ExtendedPrice: 33851.95, - Freight: 240.39, - Discontinued: false, - Region: `West`, - Address: `168 Market Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 60117 - }), - new InvoicesDataItem( - { - ShipName: `Black Market`, - ShipAddress: `195 Wall Street`, - ShipCity: `Huston`, - ShipPostalCode: 50103, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1476, - CustomerName: `Mike Black`, - CustomerFirstName: `Mike`, - CustomerLastName: `Black`, - CustomerAddress: `195 Wall Street, Huston, USA, 50103`, - Salesperson: `Ben Jackson`, - OrderID: 1241, - OrderDate: `2/3/2022`, - ProductID: 159, - ProductName: `Samsung Note`, - UnitPrice: 14250.8, - Quantity: 5, - ExtendedPrice: 71254, - Freight: 1870.8, - Discontinued: false, - Region: `North East`, - Address: `195 Wall Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 50103 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Market`, - ShipAddress: `192 Main Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 70069, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1477, - CustomerName: `Pamela Jefferson`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Jefferson`, - CustomerAddress: `192 Main Street, Los Angeles, USA, 70069`, - Salesperson: `Pamela Watson`, - OrderID: 1440, - OrderDate: `6/4/2022`, - ProductID: 191, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 23000.87, - Quantity: 3, - ExtendedPrice: 69002.61, - Freight: 1680.87, - Discontinued: false, - Region: `North East`, - Address: `192 Main Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 70069 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Estate`, - ShipAddress: `139 Wall Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 50143, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `United Package`, - CustomerID: 1478, - CustomerName: `Pamela Jefferson`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Jefferson`, - CustomerAddress: `139 Wall Street, Philadelphia, USA, 50143`, - Salesperson: `Nancy Madison`, - OrderID: 1507, - OrderDate: `10/10/2022`, - ProductID: 176, - ProductName: `Mac Book Air`, - UnitPrice: 25490.8, - Quantity: 3, - ExtendedPrice: 76472.4, - Freight: 830.8, - Discontinued: false, - Region: `North East`, - Address: `139 Wall Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 50143 - }), - new InvoicesDataItem( - { - ShipName: `Madison Estate`, - ShipAddress: `131 Wall Street`, - ShipCity: `Miami`, - ShipPostalCode: 80108, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Federal Shipping`, - CustomerID: 1479, - CustomerName: `Mike Madison`, - CustomerFirstName: `Mike`, - CustomerLastName: `Madison`, - CustomerAddress: `131 Wall Street, Miami, USA, 80108`, - Salesperson: `Ben Jefferson`, - OrderID: 1702, - OrderDate: `10/16/2022`, - ProductID: 174, - ProductName: `Mac Book Pro`, - UnitPrice: 28620.58, - Quantity: 4, - ExtendedPrice: 114482.32, - Freight: 950.58, - Discontinued: true, - Region: `South East`, - Address: `131 Wall Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 80108 - }), - new InvoicesDataItem( - { - ShipName: `Smith Estate`, - ShipAddress: `127 Market Street`, - ShipCity: `Huston`, - ShipPostalCode: 90097, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Speedy Express`, - CustomerID: 1480, - CustomerName: `James Smith`, - CustomerFirstName: `James`, - CustomerLastName: `Smith`, - CustomerAddress: `127 Market Street, Huston, USA, 90097`, - Salesperson: `Pamela Black`, - OrderID: 1875, - OrderDate: `7/24/2022`, - ProductID: 164, - ProductName: `Mac Book Air`, - UnitPrice: 6750.85, - Quantity: 2, - ExtendedPrice: 13501.7, - Freight: 1160.85, - Discontinued: false, - Region: `North East`, - Address: `127 Market Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 90097 - }), - new InvoicesDataItem( - { - ShipName: `Madison Home`, - ShipAddress: `190 Market Street`, - ShipCity: `New York`, - ShipPostalCode: 70142, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1481, - CustomerName: `Pamela Madison`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Madison`, - CustomerAddress: `190 Market Street, New York, USA, 70142`, - Salesperson: `Pamela Smith`, - OrderID: 1373, - OrderDate: `5/19/2022`, - ProductID: 108, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 17230.33, - Quantity: 3, - ExtendedPrice: 51690.99, - Freight: 1270.33, - Discontinued: false, - Region: `West`, - Address: `190 Market Street`, - City: `New York`, - Country: `USA`, - PostalCode: 70142 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Market`, - ShipAddress: `179 Main Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 90146, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1482, - CustomerName: `Nancy Jackson`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Jackson`, - CustomerAddress: `179 Main Street, Philadelphia, USA, 90146`, - Salesperson: `James Jefferson`, - OrderID: 1452, - OrderDate: `5/16/2022`, - ProductID: 170, - ProductName: `Mac Book Air`, - UnitPrice: 8320.5, - Quantity: 4, - ExtendedPrice: 33282, - Freight: 510.5, - Discontinued: false, - Region: `North East`, - Address: `179 Main Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 90146 - }), - new InvoicesDataItem( - { - ShipName: `Black Townhouse`, - ShipAddress: `183 Main Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 90165, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1483, - CustomerName: `Anna Black`, - CustomerFirstName: `Anna`, - CustomerLastName: `Black`, - CustomerAddress: `183 Main Street, Los Angeles, USA, 90165`, - Salesperson: `Max Watson`, - OrderID: 1835, - OrderDate: `9/8/2022`, - ProductID: 198, - ProductName: `Samsung Note`, - UnitPrice: 13800.6, - Quantity: 3, - ExtendedPrice: 41401.8, - Freight: 700.6, - Discontinued: false, - Region: `West`, - Address: `183 Main Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 90165 - }), - new InvoicesDataItem( - { - ShipName: `Black Townhouse`, - ShipAddress: `108 Main Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 50151, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `Speedy Express`, - CustomerID: 1484, - CustomerName: `Max Black`, - CustomerFirstName: `Max`, - CustomerLastName: `Black`, - CustomerAddress: `108 Main Street, Philadelphia, USA, 50151`, - Salesperson: `Mike Jefferson`, - OrderID: 1448, - OrderDate: `11/16/2022`, - ProductID: 103, - ProductName: `Samsung Note`, - UnitPrice: 21840.84, - Quantity: 5, - ExtendedPrice: 109204.2, - Freight: 1500.84, - Discontinued: false, - Region: `South East`, - Address: `108 Main Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 50151 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Estate`, - ShipAddress: `150 Market Street`, - ShipCity: `New York`, - ShipPostalCode: 80053, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1485, - CustomerName: `James Jefferson`, - CustomerFirstName: `James`, - CustomerLastName: `Jefferson`, - CustomerAddress: `150 Market Street, New York, USA, 80053`, - Salesperson: `Anna Black`, - OrderID: 1160, - OrderDate: `6/7/2022`, - ProductID: 156, - ProductName: `IPhone`, - UnitPrice: 24480.65, - Quantity: 2, - ExtendedPrice: 48961.3, - Freight: 860.65, - Discontinued: false, - Region: `West`, - Address: `150 Market Street`, - City: `New York`, - Country: `USA`, - PostalCode: 80053 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Estate`, - ShipAddress: `121 Wall Street`, - ShipCity: `Miami`, - ShipPostalCode: 50087, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Speedy Express`, - CustomerID: 1486, - CustomerName: `Mike Jefferson`, - CustomerFirstName: `Mike`, - CustomerLastName: `Jefferson`, - CustomerAddress: `121 Wall Street, Miami, USA, 50087`, - Salesperson: `Anna Jackson`, - OrderID: 1277, - OrderDate: `8/16/2022`, - ProductID: 108, - ProductName: `Mac Book Air`, - UnitPrice: 27370.31, - Quantity: 2, - ExtendedPrice: 54740.62, - Freight: 350.31, - Discontinued: false, - Region: `North East`, - Address: `121 Wall Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 50087 - }), - new InvoicesDataItem( - { - ShipName: `Watson Townhouse`, - ShipAddress: `187 Market Street`, - ShipCity: `Miami`, - ShipPostalCode: 90094, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `United Package`, - CustomerID: 1487, - CustomerName: `Anna Watson`, - CustomerFirstName: `Anna`, - CustomerLastName: `Watson`, - CustomerAddress: `187 Market Street, Miami, USA, 90094`, - Salesperson: `Pamela Jefferson`, - OrderID: 1895, - OrderDate: `7/18/2022`, - ProductID: 138, - ProductName: `IPad`, - UnitPrice: 15270.6, - Quantity: 3, - ExtendedPrice: 45811.8, - Freight: 1920.6, - Discontinued: false, - Region: `West`, - Address: `187 Market Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 90094 - }), - new InvoicesDataItem( - { - ShipName: `Watson Market`, - ShipAddress: `142 Main Street`, - ShipCity: `Los Angeles`, - ShipPostalCode: 50160, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1488, - CustomerName: `Pamela Watson`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Watson`, - CustomerAddress: `142 Main Street, Los Angeles, USA, 50160`, - Salesperson: `Max Smith`, - OrderID: 1559, - OrderDate: `11/2/2022`, - ProductID: 129, - ProductName: `Samsung Note`, - UnitPrice: 19940.22, - Quantity: 5, - ExtendedPrice: 99701.1, - Freight: 540.22, - Discontinued: false, - Region: `West`, - Address: `142 Main Street`, - City: `Los Angeles`, - Country: `USA`, - PostalCode: 50160 - }), - new InvoicesDataItem( - { - ShipName: `Black Townhouse`, - ShipAddress: `190 Market Street`, - ShipCity: `Miami`, - ShipPostalCode: 60164, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Speedy Express`, - CustomerID: 1489, - CustomerName: `James Black`, - CustomerFirstName: `James`, - CustomerLastName: `Black`, - CustomerAddress: `190 Market Street, Miami, USA, 60164`, - Salesperson: `Nancy Jefferson`, - OrderID: 1144, - OrderDate: `5/7/2022`, - ProductID: 169, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 29010.82, - Quantity: 4, - ExtendedPrice: 116043.28, - Freight: 1870.82, - Discontinued: true, - Region: `North East`, - Address: `190 Market Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 60164 - }), - new InvoicesDataItem( - { - ShipName: `Madison Market`, - ShipAddress: `180 Main Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 70181, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1490, - CustomerName: `Ben Madison`, - CustomerFirstName: `Ben`, - CustomerLastName: `Madison`, - CustomerAddress: `180 Main Street, Philadelphia, USA, 70181`, - Salesperson: `Ben Black`, - OrderID: 1396, - OrderDate: `2/24/2022`, - ProductID: 137, - ProductName: `IPhone`, - UnitPrice: 15420.8, - Quantity: 4, - ExtendedPrice: 61683.2, - Freight: 1870.8, - Discontinued: false, - Region: `West`, - Address: `180 Main Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 70181 - }), - new InvoicesDataItem( - { - ShipName: `Watson Home`, - ShipAddress: `152 Market Street`, - ShipCity: `Philadelphia`, - ShipPostalCode: 60139, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Speedy Express`, - CustomerID: 1491, - CustomerName: `Anna Watson`, - CustomerFirstName: `Anna`, - CustomerLastName: `Watson`, - CustomerAddress: `152 Market Street, Philadelphia, USA, 60139`, - Salesperson: `Mike Madison`, - OrderID: 1733, - OrderDate: `9/23/2022`, - ProductID: 117, - ProductName: `Mac Book Pro`, - UnitPrice: 26430.79, - Quantity: 5, - ExtendedPrice: 132153.95, - Freight: 270.79, - Discontinued: false, - Region: `North East`, - Address: `152 Market Street`, - City: `Philadelphia`, - Country: `USA`, - PostalCode: 60139 - }), - new InvoicesDataItem( - { - ShipName: `Black Home`, - ShipAddress: `176 Main Street`, - ShipCity: `Miami`, - ShipPostalCode: 60072, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1492, - CustomerName: `Nancy Black`, - CustomerFirstName: `Nancy`, - CustomerLastName: `Black`, - CustomerAddress: `176 Main Street, Miami, USA, 60072`, - Salesperson: `Mike Black`, - OrderID: 1473, - OrderDate: `6/23/2022`, - ProductID: 175, - ProductName: `Samsung Note`, - UnitPrice: 18440.43, - Quantity: 4, - ExtendedPrice: 73761.72, - Freight: 1770.43, - Discontinued: false, - Region: `West`, - Address: `176 Main Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 60072 - }), - new InvoicesDataItem( - { - ShipName: `Madison Home`, - ShipAddress: `120 Main Street`, - ShipCity: `Miami`, - ShipPostalCode: 80161, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1493, - CustomerName: `Martin Madison`, - CustomerFirstName: `Martin`, - CustomerLastName: `Madison`, - CustomerAddress: `120 Main Street, Miami, USA, 80161`, - Salesperson: `Ben Watson`, - OrderID: 1674, - OrderDate: `5/1/2022`, - ProductID: 175, - ProductName: `Samsung Galaxy 22`, - UnitPrice: 23490.67, - Quantity: 3, - ExtendedPrice: 70472.01, - Freight: 820.67, - Discontinued: false, - Region: `West`, - Address: `120 Main Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 80161 - }), - new InvoicesDataItem( - { - ShipName: `Black Estate`, - ShipAddress: `127 Main Street`, - ShipCity: `Miami`, - ShipPostalCode: 90183, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Federal Shipping`, - CustomerID: 1494, - CustomerName: `Ben Black`, - CustomerFirstName: `Ben`, - CustomerLastName: `Black`, - CustomerAddress: `127 Main Street, Miami, USA, 90183`, - Salesperson: `Pamela Smith`, - OrderID: 1279, - OrderDate: `2/9/2022`, - ProductID: 108, - ProductName: `Samsung Note`, - UnitPrice: 7560.83, - Quantity: 4, - ExtendedPrice: 30243.32, - Freight: 470.83, - Discontinued: false, - Region: `West`, - Address: `127 Main Street`, - City: `Miami`, - Country: `USA`, - PostalCode: 90183 - }), - new InvoicesDataItem( - { - ShipName: `Jackson Estate`, - ShipAddress: `129 Market Street`, - ShipCity: `New York`, - ShipPostalCode: 50067, - ShipCountry: `USA`, - ShipRegion: `South East`, - ShipperName: `United Package`, - CustomerID: 1495, - CustomerName: `Pamela Jackson`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Jackson`, - CustomerAddress: `129 Market Street, New York, USA, 50067`, - Salesperson: `Nancy Jackson`, - OrderID: 1502, - OrderDate: `9/25/2022`, - ProductID: 175, - ProductName: `Samsung Note`, - UnitPrice: 24020.51, - Quantity: 4, - ExtendedPrice: 96082.04, - Freight: 1320.51, - Discontinued: false, - Region: `South East`, - Address: `129 Market Street`, - City: `New York`, - Country: `USA`, - PostalCode: 50067 - }), - new InvoicesDataItem( - { - ShipName: `Madison Townhouse`, - ShipAddress: `118 Market Street`, - ShipCity: `New York`, - ShipPostalCode: 70088, - ShipCountry: `USA`, - ShipRegion: `West`, - ShipperName: `Speedy Express`, - CustomerID: 1496, - CustomerName: `Mike Madison`, - CustomerFirstName: `Mike`, - CustomerLastName: `Madison`, - CustomerAddress: `118 Market Street, New York, USA, 70088`, - Salesperson: `Anna Watson`, - OrderID: 1672, - OrderDate: `7/8/2022`, - ProductID: 178, - ProductName: `Mac Book Air`, - UnitPrice: 9150.21, - Quantity: 2, - ExtendedPrice: 18300.42, - Freight: 470.21, - Discontinued: false, - Region: `West`, - Address: `118 Market Street`, - City: `New York`, - Country: `USA`, - PostalCode: 70088 - }), - new InvoicesDataItem( - { - ShipName: `Watson Townhouse`, - ShipAddress: `146 Main Street`, - ShipCity: `Huston`, - ShipPostalCode: 60135, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Speedy Express`, - CustomerID: 1497, - CustomerName: `Mike Watson`, - CustomerFirstName: `Mike`, - CustomerLastName: `Watson`, - CustomerAddress: `146 Main Street, Huston, USA, 60135`, - Salesperson: `Anna Black`, - OrderID: 1449, - OrderDate: `4/4/2022`, - ProductID: 194, - ProductName: `IPhone`, - UnitPrice: 19390.48, - Quantity: 4, - ExtendedPrice: 77561.92, - Freight: 1350.48, - Discontinued: false, - Region: `North East`, - Address: `146 Main Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 60135 - }), - new InvoicesDataItem( - { - ShipName: `Jefferson Home`, - ShipAddress: `146 Market Street`, - ShipCity: `Huston`, - ShipPostalCode: 80195, - ShipCountry: `USA`, - ShipRegion: `North East`, - ShipperName: `Federal Shipping`, - CustomerID: 1498, - CustomerName: `Pamela Jefferson`, - CustomerFirstName: `Pamela`, - CustomerLastName: `Jefferson`, - CustomerAddress: `146 Market Street, Huston, USA, 80195`, - Salesperson: `Ben Black`, - OrderID: 1100, - OrderDate: `7/1/2022`, - ProductID: 103, - ProductName: `IPhone`, - UnitPrice: 12430.89, - Quantity: 3, - ExtendedPrice: 37292.67, - Freight: 1060.89, - Discontinued: false, - Region: `North East`, - Address: `146 Market Street`, - City: `Huston`, - Country: `USA`, - PostalCode: 80195 - }), + new InvoicesDataItem({ ShipName: `Jefferson Home`, ShipAddress: `124 Wall Street`, ShipCity: `Miami`, ShipPostalCode: 60098, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1000, CustomerName: `Martin Jefferson`, CustomerFirstName: `Martin`, CustomerLastName: `Jefferson`, CustomerAddress: `124 Wall Street, Miami, USA, 60098`, Salesperson: `Nancy Jefferson`, OrderID: 1931, OrderDate: `3/14/2022`, ProductID: 189, ProductName: `IPad`, UnitPrice: 16150.61, Quantity: 3, ExtendedPrice: 48451.83, Freight: 980.61, Discontinued: false, Region: `South East`, Address: `124 Wall Street`, City: `Miami`, Country: `USA`, PostalCode: 60098 }), + new InvoicesDataItem({ ShipName: `Black Home`, ShipAddress: `162 Main Street`, ShipCity: `Miami`, ShipPostalCode: 80193, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1001, CustomerName: `Anna Black`, CustomerFirstName: `Anna`, CustomerLastName: `Black`, CustomerAddress: `162 Main Street, Miami, USA, 80193`, Salesperson: `Anna Smith`, OrderID: 1163, OrderDate: `5/22/2022`, ProductID: 138, ProductName: `Mac Book Pro`, UnitPrice: 18520.59, Quantity: 4, ExtendedPrice: 74082.36, Freight: 850.59, Discontinued: false, Region: `West`, Address: `162 Main Street`, City: `Miami`, Country: `USA`, PostalCode: 80193 }), + new InvoicesDataItem({ ShipName: `Watson Townhouse`, ShipAddress: `164 Wall Street`, ShipCity: `Miami`, ShipPostalCode: 50111, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1002, CustomerName: `Max Watson`, CustomerFirstName: `Max`, CustomerLastName: `Watson`, CustomerAddress: `164 Wall Street, Miami, USA, 50111`, Salesperson: `Martin Watson`, OrderID: 1230, OrderDate: `2/9/2022`, ProductID: 118, ProductName: `Mac Book Air`, UnitPrice: 25310.39, Quantity: 3, ExtendedPrice: 75931.17, Freight: 210.39, Discontinued: false, Region: `West`, Address: `164 Wall Street`, City: `Miami`, Country: `USA`, PostalCode: 50111 }), + new InvoicesDataItem({ ShipName: `Madison Townhouse`, ShipAddress: `124 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 90123, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1003, CustomerName: `Max Madison`, CustomerFirstName: `Max`, CustomerLastName: `Madison`, CustomerAddress: `124 Market Street, Philadelphia, USA, 90123`, Salesperson: `Anna Black`, OrderID: 1176, OrderDate: `6/3/2022`, ProductID: 169, ProductName: `Samsung Galaxy 22`, UnitPrice: 29890.86, Quantity: 4, ExtendedPrice: 119563.44, Freight: 800.86, Discontinued: false, Region: `South East`, Address: `124 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 90123 }), + new InvoicesDataItem({ ShipName: `Jackson Townhouse`, ShipAddress: `181 Market Street`, ShipCity: `Miami`, ShipPostalCode: 90095, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1004, CustomerName: `Pamela Jackson`, CustomerFirstName: `Pamela`, CustomerLastName: `Jackson`, CustomerAddress: `181 Market Street, Miami, USA, 90095`, Salesperson: `Max Black`, OrderID: 1382, OrderDate: `1/10/2022`, ProductID: 185, ProductName: `Samsung Note`, UnitPrice: 7810.61, Quantity: 2, ExtendedPrice: 15621.22, Freight: 1790.61, Discontinued: false, Region: `West`, Address: `181 Market Street`, City: `Miami`, Country: `USA`, PostalCode: 90095 }), + new InvoicesDataItem({ ShipName: `Jefferson Home`, ShipAddress: `188 Wall Street`, ShipCity: `Los Angeles`, ShipPostalCode: 50149, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1005, CustomerName: `Mike Jefferson`, CustomerFirstName: `Mike`, CustomerLastName: `Jefferson`, CustomerAddress: `188 Wall Street, Los Angeles, USA, 50149`, Salesperson: `Martin Jefferson`, OrderID: 1864, OrderDate: `8/18/2022`, ProductID: 168, ProductName: `Samsung Galaxy 22`, UnitPrice: 9370.76, Quantity: 4, ExtendedPrice: 37483.04, Freight: 970.76, Discontinued: false, Region: `North East`, Address: `188 Wall Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 50149 }), + new InvoicesDataItem({ ShipName: `Smith Home`, ShipAddress: `174 Market Street`, ShipCity: `Huston`, ShipPostalCode: 90112, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1006, CustomerName: `Martin Smith`, CustomerFirstName: `Martin`, CustomerLastName: `Smith`, CustomerAddress: `174 Market Street, Huston, USA, 90112`, Salesperson: `Nancy Smith`, OrderID: 1502, OrderDate: `6/13/2022`, ProductID: 199, ProductName: `IPhone`, UnitPrice: 20830.47, Quantity: 2, ExtendedPrice: 41660.94, Freight: 1530.47, Discontinued: false, Region: `West`, Address: `174 Market Street`, City: `Huston`, Country: `USA`, PostalCode: 90112 }), + new InvoicesDataItem({ ShipName: `Jefferson Townhouse`, ShipAddress: `134 Market Street`, ShipCity: `Miami`, ShipPostalCode: 50083, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1007, CustomerName: `Nancy Jefferson`, CustomerFirstName: `Nancy`, CustomerLastName: `Jefferson`, CustomerAddress: `134 Market Street, Miami, USA, 50083`, Salesperson: `Mike Jefferson`, OrderID: 1305, OrderDate: `10/21/2022`, ProductID: 185, ProductName: `Mac Book Air`, UnitPrice: 7320.44, Quantity: 2, ExtendedPrice: 14640.88, Freight: 630.44, Discontinued: false, Region: `West`, Address: `134 Market Street`, City: `Miami`, Country: `USA`, PostalCode: 50083 }), + new InvoicesDataItem({ ShipName: `Jefferson Estate`, ShipAddress: `177 Main Street`, ShipCity: `New York`, ShipPostalCode: 70185, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1008, CustomerName: `Nancy Jefferson`, CustomerFirstName: `Nancy`, CustomerLastName: `Jefferson`, CustomerAddress: `177 Main Street, New York, USA, 70185`, Salesperson: `Pamela Watson`, OrderID: 1725, OrderDate: `5/7/2022`, ProductID: 133, ProductName: `Mac Book Air`, UnitPrice: 11240.72, Quantity: 3, ExtendedPrice: 33722.16, Freight: 420.72, Discontinued: false, Region: `South East`, Address: `177 Main Street`, City: `New York`, Country: `USA`, PostalCode: 70185 }), + new InvoicesDataItem({ ShipName: `Jefferson Estate`, ShipAddress: `169 Main Street`, ShipCity: `Miami`, ShipPostalCode: 90183, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1009, CustomerName: `Mike Jefferson`, CustomerFirstName: `Mike`, CustomerLastName: `Jefferson`, CustomerAddress: `169 Main Street, Miami, USA, 90183`, Salesperson: `Anna Watson`, OrderID: 1977, OrderDate: `10/14/2022`, ProductID: 178, ProductName: `IPhone`, UnitPrice: 6460.55, Quantity: 3, ExtendedPrice: 19381.65, Freight: 370.55, Discontinued: true, Region: `South East`, Address: `169 Main Street`, City: `Miami`, Country: `USA`, PostalCode: 90183 }), + new InvoicesDataItem({ ShipName: `Jackson Estate`, ShipAddress: `151 Market Street`, ShipCity: `New York`, ShipPostalCode: 80160, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1010, CustomerName: `James Jackson`, CustomerFirstName: `James`, CustomerLastName: `Jackson`, CustomerAddress: `151 Market Street, New York, USA, 80160`, Salesperson: `Nancy Black`, OrderID: 1666, OrderDate: `12/6/2022`, ProductID: 140, ProductName: `Mac Book Pro`, UnitPrice: 7940.82, Quantity: 2, ExtendedPrice: 15881.64, Freight: 1670.82, Discontinued: false, Region: `South East`, Address: `151 Market Street`, City: `New York`, Country: `USA`, PostalCode: 80160 }), + new InvoicesDataItem({ ShipName: `Jefferson Market`, ShipAddress: `147 Main Street`, ShipCity: `Miami`, ShipPostalCode: 80183, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1011, CustomerName: `James Jefferson`, CustomerFirstName: `James`, CustomerLastName: `Jefferson`, CustomerAddress: `147 Main Street, Miami, USA, 80183`, Salesperson: `Mike Madison`, OrderID: 1059, OrderDate: `5/14/2022`, ProductID: 174, ProductName: `Samsung Note`, UnitPrice: 14650.56, Quantity: 2, ExtendedPrice: 29301.12, Freight: 1770.56, Discontinued: false, Region: `West`, Address: `147 Main Street`, City: `Miami`, Country: `USA`, PostalCode: 80183 }), + new InvoicesDataItem({ ShipName: `Watson Estate`, ShipAddress: `134 Main Street`, ShipCity: `New York`, ShipPostalCode: 80066, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1012, CustomerName: `Mike Watson`, CustomerFirstName: `Mike`, CustomerLastName: `Watson`, CustomerAddress: `134 Main Street, New York, USA, 80066`, Salesperson: `Mike Black`, OrderID: 1851, OrderDate: `7/24/2022`, ProductID: 175, ProductName: `IPhone`, UnitPrice: 7870.39, Quantity: 2, ExtendedPrice: 15740.78, Freight: 360.39, Discontinued: false, Region: `West`, Address: `134 Main Street`, City: `New York`, Country: `USA`, PostalCode: 80066 }), + new InvoicesDataItem({ ShipName: `Madison Estate`, ShipAddress: `159 Market Street`, ShipCity: `Los Angeles`, ShipPostalCode: 80096, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1013, CustomerName: `Ben Madison`, CustomerFirstName: `Ben`, CustomerLastName: `Madison`, CustomerAddress: `159 Market Street, Los Angeles, USA, 80096`, Salesperson: `Anna Madison`, OrderID: 1451, OrderDate: `10/4/2022`, ProductID: 188, ProductName: `Mac Book Pro`, UnitPrice: 13920.38, Quantity: 4, ExtendedPrice: 55681.52, Freight: 1140.38, Discontinued: false, Region: `North East`, Address: `159 Market Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 80096 }), + new InvoicesDataItem({ ShipName: `Madison Estate`, ShipAddress: `187 Wall Street`, ShipCity: `Miami`, ShipPostalCode: 60144, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1014, CustomerName: `Martin Madison`, CustomerFirstName: `Martin`, CustomerLastName: `Madison`, CustomerAddress: `187 Wall Street, Miami, USA, 60144`, Salesperson: `Ben Jefferson`, OrderID: 1331, OrderDate: `4/4/2022`, ProductID: 119, ProductName: `IPhone`, UnitPrice: 6940.73, Quantity: 5, ExtendedPrice: 34703.65, Freight: 640.73, Discontinued: false, Region: `West`, Address: `187 Wall Street`, City: `Miami`, Country: `USA`, PostalCode: 60144 }), + new InvoicesDataItem({ ShipName: `Jackson Townhouse`, ShipAddress: `158 Wall Street`, ShipCity: `Huston`, ShipPostalCode: 60063, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1015, CustomerName: `Ben Jackson`, CustomerFirstName: `Ben`, CustomerLastName: `Jackson`, CustomerAddress: `158 Wall Street, Huston, USA, 60063`, Salesperson: `Martin Jefferson`, OrderID: 1609, OrderDate: `9/6/2022`, ProductID: 171, ProductName: `IPhone`, UnitPrice: 29080.28, Quantity: 2, ExtendedPrice: 58160.56, Freight: 1810.28, Discontinued: false, Region: `South East`, Address: `158 Wall Street`, City: `Huston`, Country: `USA`, PostalCode: 60063 }), + new InvoicesDataItem({ ShipName: `Black Market`, ShipAddress: `168 Main Street`, ShipCity: `Huston`, ShipPostalCode: 60184, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1016, CustomerName: `James Black`, CustomerFirstName: `James`, CustomerLastName: `Black`, CustomerAddress: `168 Main Street, Huston, USA, 60184`, Salesperson: `Martin Watson`, OrderID: 1772, OrderDate: `3/20/2022`, ProductID: 152, ProductName: `Mac Book Air`, UnitPrice: 28350.9, Quantity: 5, ExtendedPrice: 141754.5, Freight: 1290.9, Discontinued: false, Region: `South East`, Address: `168 Main Street`, City: `Huston`, Country: `USA`, PostalCode: 60184 }), + new InvoicesDataItem({ ShipName: `Black Market`, ShipAddress: `116 Main Street`, ShipCity: `Miami`, ShipPostalCode: 60129, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1017, CustomerName: `Nancy Black`, CustomerFirstName: `Nancy`, CustomerLastName: `Black`, CustomerAddress: `116 Main Street, Miami, USA, 60129`, Salesperson: `Nancy Smith`, OrderID: 1792, OrderDate: `9/1/2022`, ProductID: 182, ProductName: `Samsung Note`, UnitPrice: 13730.78, Quantity: 4, ExtendedPrice: 54923.12, Freight: 740.78, Discontinued: false, Region: `North East`, Address: `116 Main Street`, City: `Miami`, Country: `USA`, PostalCode: 60129 }), + new InvoicesDataItem({ ShipName: `Madison Market`, ShipAddress: `116 Market Street`, ShipCity: `Los Angeles`, ShipPostalCode: 80090, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1018, CustomerName: `Martin Madison`, CustomerFirstName: `Martin`, CustomerLastName: `Madison`, CustomerAddress: `116 Market Street, Los Angeles, USA, 80090`, Salesperson: `Anna Madison`, OrderID: 1285, OrderDate: `10/21/2022`, ProductID: 157, ProductName: `Mac Book Pro`, UnitPrice: 8120.36, Quantity: 3, ExtendedPrice: 24361.08, Freight: 410.36, Discontinued: false, Region: `West`, Address: `116 Market Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 80090 }), + new InvoicesDataItem({ ShipName: `Jefferson Townhouse`, ShipAddress: `135 Wall Street`, ShipCity: `Philadelphia`, ShipPostalCode: 90101, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1019, CustomerName: `Max Jefferson`, CustomerFirstName: `Max`, CustomerLastName: `Jefferson`, CustomerAddress: `135 Wall Street, Philadelphia, USA, 90101`, Salesperson: `Mike Madison`, OrderID: 1205, OrderDate: `12/22/2022`, ProductID: 153, ProductName: `Mac Book Pro`, UnitPrice: 11830.22, Quantity: 2, ExtendedPrice: 23660.44, Freight: 330.22, Discontinued: true, Region: `North East`, Address: `135 Wall Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 90101 }), + new InvoicesDataItem({ ShipName: `Smith Home`, ShipAddress: `164 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 70056, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1020, CustomerName: `James Smith`, CustomerFirstName: `James`, CustomerLastName: `Smith`, CustomerAddress: `164 Market Street, Philadelphia, USA, 70056`, Salesperson: `Ben Watson`, OrderID: 1759, OrderDate: `8/3/2022`, ProductID: 129, ProductName: `Mac Book Pro`, UnitPrice: 15140.82, Quantity: 4, ExtendedPrice: 60563.28, Freight: 1400.82, Discontinued: false, Region: `South East`, Address: `164 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 70056 }), + new InvoicesDataItem({ ShipName: `Madison Estate`, ShipAddress: `196 Wall Street`, ShipCity: `Miami`, ShipPostalCode: 90169, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1021, CustomerName: `Max Madison`, CustomerFirstName: `Max`, CustomerLastName: `Madison`, CustomerAddress: `196 Wall Street, Miami, USA, 90169`, Salesperson: `Mike Smith`, OrderID: 1879, OrderDate: `8/17/2022`, ProductID: 127, ProductName: `Mac Book Air`, UnitPrice: 26710.41, Quantity: 5, ExtendedPrice: 133552.05, Freight: 1810.41, Discontinued: false, Region: `West`, Address: `196 Wall Street`, City: `Miami`, Country: `USA`, PostalCode: 90169 }), + new InvoicesDataItem({ ShipName: `Black Market`, ShipAddress: `175 Wall Street`, ShipCity: `Philadelphia`, ShipPostalCode: 50142, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1022, CustomerName: `Nancy Black`, CustomerFirstName: `Nancy`, CustomerLastName: `Black`, CustomerAddress: `175 Wall Street, Philadelphia, USA, 50142`, Salesperson: `Anna Jefferson`, OrderID: 1917, OrderDate: `3/6/2022`, ProductID: 114, ProductName: `IPad`, UnitPrice: 9640.51, Quantity: 3, ExtendedPrice: 28921.53, Freight: 840.51, Discontinued: false, Region: `North East`, Address: `175 Wall Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 50142 }), + new InvoicesDataItem({ ShipName: `Black Home`, ShipAddress: `122 Main Street`, ShipCity: `Los Angeles`, ShipPostalCode: 60097, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1023, CustomerName: `Pamela Black`, CustomerFirstName: `Pamela`, CustomerLastName: `Black`, CustomerAddress: `122 Main Street, Los Angeles, USA, 60097`, Salesperson: `James Black`, OrderID: 1176, OrderDate: `8/4/2022`, ProductID: 197, ProductName: `IPad`, UnitPrice: 14500.56, Quantity: 4, ExtendedPrice: 58002.24, Freight: 530.56, Discontinued: false, Region: `West`, Address: `122 Main Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 60097 }), + new InvoicesDataItem({ ShipName: `Smith Home`, ShipAddress: `139 Main Street`, ShipCity: `Miami`, ShipPostalCode: 60175, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1024, CustomerName: `James Smith`, CustomerFirstName: `James`, CustomerLastName: `Smith`, CustomerAddress: `139 Main Street, Miami, USA, 60175`, Salesperson: `Mike Jefferson`, OrderID: 1317, OrderDate: `5/21/2022`, ProductID: 115, ProductName: `Mac Book Air`, UnitPrice: 17200.82, Quantity: 2, ExtendedPrice: 34401.64, Freight: 1610.82, Discontinued: false, Region: `West`, Address: `139 Main Street`, City: `Miami`, Country: `USA`, PostalCode: 60175 }), + new InvoicesDataItem({ ShipName: `Watson Townhouse`, ShipAddress: `155 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 60124, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1025, CustomerName: `James Watson`, CustomerFirstName: `James`, CustomerLastName: `Watson`, CustomerAddress: `155 Market Street, Philadelphia, USA, 60124`, Salesperson: `Max Smith`, OrderID: 1721, OrderDate: `6/15/2022`, ProductID: 197, ProductName: `Samsung Note`, UnitPrice: 9810.3, Quantity: 2, ExtendedPrice: 19620.6, Freight: 1990.3, Discontinued: false, Region: `South East`, Address: `155 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 60124 }), + new InvoicesDataItem({ ShipName: `Jackson Townhouse`, ShipAddress: `136 Main Street`, ShipCity: `Philadelphia`, ShipPostalCode: 80120, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1026, CustomerName: `Ben Jackson`, CustomerFirstName: `Ben`, CustomerLastName: `Jackson`, CustomerAddress: `136 Main Street, Philadelphia, USA, 80120`, Salesperson: `Max Smith`, OrderID: 1266, OrderDate: `12/13/2022`, ProductID: 198, ProductName: `Mac Book Pro`, UnitPrice: 25410.64, Quantity: 2, ExtendedPrice: 50821.28, Freight: 1860.64, Discontinued: false, Region: `West`, Address: `136 Main Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 80120 }), + new InvoicesDataItem({ ShipName: `Jackson Estate`, ShipAddress: `114 Main Street`, ShipCity: `New York`, ShipPostalCode: 60186, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1027, CustomerName: `Max Jackson`, CustomerFirstName: `Max`, CustomerLastName: `Jackson`, CustomerAddress: `114 Main Street, New York, USA, 60186`, Salesperson: `Mike Jefferson`, OrderID: 1636, OrderDate: `7/7/2022`, ProductID: 174, ProductName: `Mac Book Pro`, UnitPrice: 13740.7, Quantity: 4, ExtendedPrice: 54962.8, Freight: 1960.7, Discontinued: false, Region: `West`, Address: `114 Main Street`, City: `New York`, Country: `USA`, PostalCode: 60186 }), + new InvoicesDataItem({ ShipName: `Jefferson Home`, ShipAddress: `167 Market Street`, ShipCity: `Huston`, ShipPostalCode: 70193, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1028, CustomerName: `Nancy Jefferson`, CustomerFirstName: `Nancy`, CustomerLastName: `Jefferson`, CustomerAddress: `167 Market Street, Huston, USA, 70193`, Salesperson: `Ben Jefferson`, OrderID: 1689, OrderDate: `1/2/2022`, ProductID: 192, ProductName: `IPad`, UnitPrice: 8760.83, Quantity: 3, ExtendedPrice: 26282.49, Freight: 490.83, Discontinued: false, Region: `South East`, Address: `167 Market Street`, City: `Huston`, Country: `USA`, PostalCode: 70193 }), + new InvoicesDataItem({ ShipName: `Madison Home`, ShipAddress: `139 Wall Street`, ShipCity: `New York`, ShipPostalCode: 80080, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1029, CustomerName: `Anna Madison`, CustomerFirstName: `Anna`, CustomerLastName: `Madison`, CustomerAddress: `139 Wall Street, New York, USA, 80080`, Salesperson: `Anna Black`, OrderID: 1610, OrderDate: `3/17/2022`, ProductID: 105, ProductName: `Mac Book Pro`, UnitPrice: 19860.82, Quantity: 3, ExtendedPrice: 59582.46, Freight: 1990.82, Discontinued: true, Region: `West`, Address: `139 Wall Street`, City: `New York`, Country: `USA`, PostalCode: 80080 }), + new InvoicesDataItem({ ShipName: `Madison Home`, ShipAddress: `173 Market Street`, ShipCity: `New York`, ShipPostalCode: 70054, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1030, CustomerName: `Ben Madison`, CustomerFirstName: `Ben`, CustomerLastName: `Madison`, CustomerAddress: `173 Market Street, New York, USA, 70054`, Salesperson: `Ben Jackson`, OrderID: 1404, OrderDate: `12/8/2022`, ProductID: 171, ProductName: `IPhone`, UnitPrice: 12430.21, Quantity: 3, ExtendedPrice: 37290.63, Freight: 880.21, Discontinued: false, Region: `West`, Address: `173 Market Street`, City: `New York`, Country: `USA`, PostalCode: 70054 }), + new InvoicesDataItem({ ShipName: `Jefferson Market`, ShipAddress: `187 Wall Street`, ShipCity: `New York`, ShipPostalCode: 60100, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1031, CustomerName: `Mike Jefferson`, CustomerFirstName: `Mike`, CustomerLastName: `Jefferson`, CustomerAddress: `187 Wall Street, New York, USA, 60100`, Salesperson: `Nancy Smith`, OrderID: 1480, OrderDate: `2/8/2022`, ProductID: 181, ProductName: `IPad`, UnitPrice: 26730.66, Quantity: 2, ExtendedPrice: 53461.32, Freight: 510.66, Discontinued: false, Region: `South East`, Address: `187 Wall Street`, City: `New York`, Country: `USA`, PostalCode: 60100 }), + new InvoicesDataItem({ ShipName: `Madison Home`, ShipAddress: `149 Main Street`, ShipCity: `Los Angeles`, ShipPostalCode: 90150, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1032, CustomerName: `Mike Madison`, CustomerFirstName: `Mike`, CustomerLastName: `Madison`, CustomerAddress: `149 Main Street, Los Angeles, USA, 90150`, Salesperson: `Max Jefferson`, OrderID: 1886, OrderDate: `12/2/2022`, ProductID: 132, ProductName: `IPhone`, UnitPrice: 13760.64, Quantity: 3, ExtendedPrice: 41281.92, Freight: 1110.64, Discontinued: false, Region: `West`, Address: `149 Main Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 90150 }), + new InvoicesDataItem({ ShipName: `Smith Market`, ShipAddress: `124 Market Street`, ShipCity: `Huston`, ShipPostalCode: 80175, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1033, CustomerName: `Martin Smith`, CustomerFirstName: `Martin`, CustomerLastName: `Smith`, CustomerAddress: `124 Market Street, Huston, USA, 80175`, Salesperson: `Nancy Smith`, OrderID: 1625, OrderDate: `11/9/2022`, ProductID: 100, ProductName: `IPad`, UnitPrice: 11590.58, Quantity: 3, ExtendedPrice: 34771.74, Freight: 1080.58, Discontinued: false, Region: `South East`, Address: `124 Market Street`, City: `Huston`, Country: `USA`, PostalCode: 80175 }), + new InvoicesDataItem({ ShipName: `Watson Townhouse`, ShipAddress: `193 Wall Street`, ShipCity: `Philadelphia`, ShipPostalCode: 60165, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1034, CustomerName: `Max Watson`, CustomerFirstName: `Max`, CustomerLastName: `Watson`, CustomerAddress: `193 Wall Street, Philadelphia, USA, 60165`, Salesperson: `Martin Jackson`, OrderID: 1669, OrderDate: `7/3/2022`, ProductID: 157, ProductName: `Samsung Galaxy 22`, UnitPrice: 19220.31, Quantity: 2, ExtendedPrice: 38440.62, Freight: 1130.31, Discontinued: false, Region: `South East`, Address: `193 Wall Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 60165 }), + new InvoicesDataItem({ ShipName: `Jackson Estate`, ShipAddress: `200 Wall Street`, ShipCity: `Philadelphia`, ShipPostalCode: 80146, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1035, CustomerName: `Max Jackson`, CustomerFirstName: `Max`, CustomerLastName: `Jackson`, CustomerAddress: `200 Wall Street, Philadelphia, USA, 80146`, Salesperson: `Pamela Jefferson`, OrderID: 1654, OrderDate: `1/7/2022`, ProductID: 155, ProductName: `IPhone`, UnitPrice: 7040.83, Quantity: 2, ExtendedPrice: 14081.66, Freight: 1420.83, Discontinued: false, Region: `North East`, Address: `200 Wall Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 80146 }), + new InvoicesDataItem({ ShipName: `Smith Estate`, ShipAddress: `122 Market Street`, ShipCity: `Los Angeles`, ShipPostalCode: 80150, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1036, CustomerName: `Nancy Smith`, CustomerFirstName: `Nancy`, CustomerLastName: `Smith`, CustomerAddress: `122 Market Street, Los Angeles, USA, 80150`, Salesperson: `Martin Jackson`, OrderID: 1678, OrderDate: `12/14/2022`, ProductID: 120, ProductName: `Mac Book Air`, UnitPrice: 6530.89, Quantity: 3, ExtendedPrice: 19592.67, Freight: 250.89, Discontinued: false, Region: `North East`, Address: `122 Market Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 80150 }), + new InvoicesDataItem({ ShipName: `Jackson Market`, ShipAddress: `128 Main Street`, ShipCity: `Los Angeles`, ShipPostalCode: 50068, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1037, CustomerName: `Max Jackson`, CustomerFirstName: `Max`, CustomerLastName: `Jackson`, CustomerAddress: `128 Main Street, Los Angeles, USA, 50068`, Salesperson: `Ben Watson`, OrderID: 1301, OrderDate: `1/25/2022`, ProductID: 166, ProductName: `IPad`, UnitPrice: 11420.23, Quantity: 2, ExtendedPrice: 22840.46, Freight: 950.23, Discontinued: false, Region: `South East`, Address: `128 Main Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 50068 }), + new InvoicesDataItem({ ShipName: `Smith Home`, ShipAddress: `119 Market Street`, ShipCity: `Los Angeles`, ShipPostalCode: 60180, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1038, CustomerName: `Pamela Smith`, CustomerFirstName: `Pamela`, CustomerLastName: `Smith`, CustomerAddress: `119 Market Street, Los Angeles, USA, 60180`, Salesperson: `Pamela Madison`, OrderID: 1385, OrderDate: `6/24/2022`, ProductID: 132, ProductName: `Mac Book Air`, UnitPrice: 29810.6, Quantity: 4, ExtendedPrice: 119242.4, Freight: 220.6, Discontinued: false, Region: `West`, Address: `119 Market Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 60180 }), + new InvoicesDataItem({ ShipName: `Jefferson Market`, ShipAddress: `115 Market Street`, ShipCity: `Los Angeles`, ShipPostalCode: 90168, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1039, CustomerName: `James Jefferson`, CustomerFirstName: `James`, CustomerLastName: `Jefferson`, CustomerAddress: `115 Market Street, Los Angeles, USA, 90168`, Salesperson: `Martin Smith`, OrderID: 1308, OrderDate: `8/13/2022`, ProductID: 109, ProductName: `Samsung Galaxy 22`, UnitPrice: 20770.59, Quantity: 5, ExtendedPrice: 103852.95, Freight: 1690.59, Discontinued: true, Region: `North East`, Address: `115 Market Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 90168 }), + new InvoicesDataItem({ ShipName: `Watson Estate`, ShipAddress: `128 Market Street`, ShipCity: `Los Angeles`, ShipPostalCode: 50118, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1040, CustomerName: `Anna Watson`, CustomerFirstName: `Anna`, CustomerLastName: `Watson`, CustomerAddress: `128 Market Street, Los Angeles, USA, 50118`, Salesperson: `Pamela Black`, OrderID: 1519, OrderDate: `10/4/2022`, ProductID: 139, ProductName: `Mac Book Air`, UnitPrice: 14860.44, Quantity: 2, ExtendedPrice: 29720.88, Freight: 1670.44, Discontinued: false, Region: `South East`, Address: `128 Market Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 50118 }), + new InvoicesDataItem({ ShipName: `Smith Townhouse`, ShipAddress: `108 Market Street`, ShipCity: `Los Angeles`, ShipPostalCode: 90129, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1041, CustomerName: `Martin Smith`, CustomerFirstName: `Martin`, CustomerLastName: `Smith`, CustomerAddress: `108 Market Street, Los Angeles, USA, 90129`, Salesperson: `Nancy Black`, OrderID: 1118, OrderDate: `2/7/2022`, ProductID: 126, ProductName: `Mac Book Air`, UnitPrice: 28690.85, Quantity: 4, ExtendedPrice: 114763.4, Freight: 500.85, Discontinued: false, Region: `West`, Address: `108 Market Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 90129 }), + new InvoicesDataItem({ ShipName: `Smith Market`, ShipAddress: `180 Main Street`, ShipCity: `Los Angeles`, ShipPostalCode: 50101, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1042, CustomerName: `Anna Smith`, CustomerFirstName: `Anna`, CustomerLastName: `Smith`, CustomerAddress: `180 Main Street, Los Angeles, USA, 50101`, Salesperson: `Martin Jefferson`, OrderID: 1541, OrderDate: `5/3/2022`, ProductID: 179, ProductName: `Mac Book Pro`, UnitPrice: 22630.28, Quantity: 3, ExtendedPrice: 67890.84, Freight: 1200.28, Discontinued: false, Region: `North East`, Address: `180 Main Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 50101 }), + new InvoicesDataItem({ ShipName: `Black Townhouse`, ShipAddress: `177 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 90107, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1043, CustomerName: `Max Black`, CustomerFirstName: `Max`, CustomerLastName: `Black`, CustomerAddress: `177 Market Street, Philadelphia, USA, 90107`, Salesperson: `Martin Jefferson`, OrderID: 1747, OrderDate: `5/11/2022`, ProductID: 133, ProductName: `Mac Book Pro`, UnitPrice: 6930.51, Quantity: 3, ExtendedPrice: 20791.53, Freight: 1660.51, Discontinued: false, Region: `South East`, Address: `177 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 90107 }), + new InvoicesDataItem({ ShipName: `Jefferson Estate`, ShipAddress: `134 Market Street`, ShipCity: `Miami`, ShipPostalCode: 70172, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1044, CustomerName: `Anna Jefferson`, CustomerFirstName: `Anna`, CustomerLastName: `Jefferson`, CustomerAddress: `134 Market Street, Miami, USA, 70172`, Salesperson: `Mike Smith`, OrderID: 1343, OrderDate: `10/11/2022`, ProductID: 190, ProductName: `Samsung Note`, UnitPrice: 26770.78, Quantity: 4, ExtendedPrice: 107083.12, Freight: 960.78, Discontinued: false, Region: `North East`, Address: `134 Market Street`, City: `Miami`, Country: `USA`, PostalCode: 70172 }), + new InvoicesDataItem({ ShipName: `Watson Estate`, ShipAddress: `117 Wall Street`, ShipCity: `Los Angeles`, ShipPostalCode: 90124, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1045, CustomerName: `James Watson`, CustomerFirstName: `James`, CustomerLastName: `Watson`, CustomerAddress: `117 Wall Street, Los Angeles, USA, 90124`, Salesperson: `Mike Watson`, OrderID: 1152, OrderDate: `2/25/2022`, ProductID: 101, ProductName: `Mac Book Pro`, UnitPrice: 8790.3, Quantity: 5, ExtendedPrice: 43951.5, Freight: 220.3, Discontinued: false, Region: `South East`, Address: `117 Wall Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 90124 }), + new InvoicesDataItem({ ShipName: `Black Market`, ShipAddress: `156 Wall Street`, ShipCity: `Philadelphia`, ShipPostalCode: 60181, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1046, CustomerName: `James Black`, CustomerFirstName: `James`, CustomerLastName: `Black`, CustomerAddress: `156 Wall Street, Philadelphia, USA, 60181`, Salesperson: `Anna Smith`, OrderID: 1823, OrderDate: `10/12/2022`, ProductID: 178, ProductName: `Samsung Note`, UnitPrice: 9750.55, Quantity: 3, ExtendedPrice: 29251.65, Freight: 1940.55, Discontinued: false, Region: `North East`, Address: `156 Wall Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 60181 }), + new InvoicesDataItem({ ShipName: `Madison Market`, ShipAddress: `122 Main Street`, ShipCity: `New York`, ShipPostalCode: 90182, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1047, CustomerName: `Ben Madison`, CustomerFirstName: `Ben`, CustomerLastName: `Madison`, CustomerAddress: `122 Main Street, New York, USA, 90182`, Salesperson: `Mike Black`, OrderID: 1548, OrderDate: `5/1/2022`, ProductID: 181, ProductName: `Mac Book Air`, UnitPrice: 11590.37, Quantity: 4, ExtendedPrice: 46361.48, Freight: 900.37, Discontinued: false, Region: `West`, Address: `122 Main Street`, City: `New York`, Country: `USA`, PostalCode: 90182 }), + new InvoicesDataItem({ ShipName: `Black Townhouse`, ShipAddress: `112 Market Street`, ShipCity: `Los Angeles`, ShipPostalCode: 60175, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1048, CustomerName: `Pamela Black`, CustomerFirstName: `Pamela`, CustomerLastName: `Black`, CustomerAddress: `112 Market Street, Los Angeles, USA, 60175`, Salesperson: `Mike Madison`, OrderID: 1581, OrderDate: `5/21/2022`, ProductID: 134, ProductName: `Mac Book Air`, UnitPrice: 8800.32, Quantity: 2, ExtendedPrice: 17600.64, Freight: 1820.32, Discontinued: false, Region: `South East`, Address: `112 Market Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 60175 }), + new InvoicesDataItem({ ShipName: `Black Estate`, ShipAddress: `153 Market Street`, ShipCity: `Los Angeles`, ShipPostalCode: 90170, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1049, CustomerName: `Pamela Black`, CustomerFirstName: `Pamela`, CustomerLastName: `Black`, CustomerAddress: `153 Market Street, Los Angeles, USA, 90170`, Salesperson: `Pamela Watson`, OrderID: 1145, OrderDate: `11/13/2022`, ProductID: 151, ProductName: `Mac Book Air`, UnitPrice: 25830.42, Quantity: 3, ExtendedPrice: 77491.26, Freight: 270.42, Discontinued: true, Region: `North East`, Address: `153 Market Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 90170 }), + new InvoicesDataItem({ ShipName: `Black Estate`, ShipAddress: `159 Market Street`, ShipCity: `Huston`, ShipPostalCode: 80198, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1050, CustomerName: `Anna Black`, CustomerFirstName: `Anna`, CustomerLastName: `Black`, CustomerAddress: `159 Market Street, Huston, USA, 80198`, Salesperson: `Pamela Jefferson`, OrderID: 1455, OrderDate: `12/16/2022`, ProductID: 115, ProductName: `Samsung Galaxy 22`, UnitPrice: 28510.28, Quantity: 2, ExtendedPrice: 57020.56, Freight: 1450.28, Discontinued: false, Region: `West`, Address: `159 Market Street`, City: `Huston`, Country: `USA`, PostalCode: 80198 }), + new InvoicesDataItem({ ShipName: `Jefferson Market`, ShipAddress: `125 Market Street`, ShipCity: `Miami`, ShipPostalCode: 70160, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1051, CustomerName: `Nancy Jefferson`, CustomerFirstName: `Nancy`, CustomerLastName: `Jefferson`, CustomerAddress: `125 Market Street, Miami, USA, 70160`, Salesperson: `Anna Jefferson`, OrderID: 1787, OrderDate: `1/3/2022`, ProductID: 171, ProductName: `Mac Book Air`, UnitPrice: 18830.35, Quantity: 3, ExtendedPrice: 56491.05, Freight: 1770.35, Discontinued: false, Region: `South East`, Address: `125 Market Street`, City: `Miami`, Country: `USA`, PostalCode: 70160 }), + new InvoicesDataItem({ ShipName: `Jefferson Home`, ShipAddress: `114 Wall Street`, ShipCity: `Los Angeles`, ShipPostalCode: 70083, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1052, CustomerName: `Nancy Jefferson`, CustomerFirstName: `Nancy`, CustomerLastName: `Jefferson`, CustomerAddress: `114 Wall Street, Los Angeles, USA, 70083`, Salesperson: `Anna Madison`, OrderID: 1591, OrderDate: `4/6/2022`, ProductID: 141, ProductName: `Mac Book Air`, UnitPrice: 18840.75, Quantity: 2, ExtendedPrice: 37681.5, Freight: 710.75, Discontinued: false, Region: `West`, Address: `114 Wall Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 70083 }), + new InvoicesDataItem({ ShipName: `Jefferson Townhouse`, ShipAddress: `193 Main Street`, ShipCity: `Los Angeles`, ShipPostalCode: 70170, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1053, CustomerName: `James Jefferson`, CustomerFirstName: `James`, CustomerLastName: `Jefferson`, CustomerAddress: `193 Main Street, Los Angeles, USA, 70170`, Salesperson: `Anna Jackson`, OrderID: 1020, OrderDate: `7/20/2022`, ProductID: 177, ProductName: `IPad`, UnitPrice: 15250.55, Quantity: 3, ExtendedPrice: 45751.65, Freight: 980.55, Discontinued: false, Region: `West`, Address: `193 Main Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 70170 }), + new InvoicesDataItem({ ShipName: `Smith Home`, ShipAddress: `156 Main Street`, ShipCity: `Huston`, ShipPostalCode: 50127, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1054, CustomerName: `Ben Smith`, CustomerFirstName: `Ben`, CustomerLastName: `Smith`, CustomerAddress: `156 Main Street, Huston, USA, 50127`, Salesperson: `James Black`, OrderID: 1770, OrderDate: `3/24/2022`, ProductID: 141, ProductName: `Samsung Galaxy 22`, UnitPrice: 14910.59, Quantity: 5, ExtendedPrice: 74552.95, Freight: 1330.59, Discontinued: false, Region: `South East`, Address: `156 Main Street`, City: `Huston`, Country: `USA`, PostalCode: 50127 }), + new InvoicesDataItem({ ShipName: `Jackson Market`, ShipAddress: `146 Market Street`, ShipCity: `Miami`, ShipPostalCode: 60064, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1055, CustomerName: `Max Jackson`, CustomerFirstName: `Max`, CustomerLastName: `Jackson`, CustomerAddress: `146 Market Street, Miami, USA, 60064`, Salesperson: `Mike Smith`, OrderID: 1766, OrderDate: `10/23/2022`, ProductID: 141, ProductName: `Mac Book Air`, UnitPrice: 16740.86, Quantity: 3, ExtendedPrice: 50222.58, Freight: 580.86, Discontinued: false, Region: `West`, Address: `146 Market Street`, City: `Miami`, Country: `USA`, PostalCode: 60064 }), + new InvoicesDataItem({ ShipName: `Black Estate`, ShipAddress: `163 Market Street`, ShipCity: `Los Angeles`, ShipPostalCode: 90158, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1056, CustomerName: `Max Black`, CustomerFirstName: `Max`, CustomerLastName: `Black`, CustomerAddress: `163 Market Street, Los Angeles, USA, 90158`, Salesperson: `Martin Jefferson`, OrderID: 1415, OrderDate: `9/2/2022`, ProductID: 112, ProductName: `IPhone`, UnitPrice: 25190.37, Quantity: 3, ExtendedPrice: 75571.11, Freight: 1060.37, Discontinued: false, Region: `South East`, Address: `163 Market Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 90158 }), + new InvoicesDataItem({ ShipName: `Watson Townhouse`, ShipAddress: `171 Main Street`, ShipCity: `New York`, ShipPostalCode: 50163, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1057, CustomerName: `James Watson`, CustomerFirstName: `James`, CustomerLastName: `Watson`, CustomerAddress: `171 Main Street, New York, USA, 50163`, Salesperson: `Martin Smith`, OrderID: 1430, OrderDate: `9/2/2022`, ProductID: 120, ProductName: `Samsung Note`, UnitPrice: 26340.71, Quantity: 2, ExtendedPrice: 52681.42, Freight: 770.71, Discontinued: false, Region: `North East`, Address: `171 Main Street`, City: `New York`, Country: `USA`, PostalCode: 50163 }), + new InvoicesDataItem({ ShipName: `Black Townhouse`, ShipAddress: `195 Wall Street`, ShipCity: `Philadelphia`, ShipPostalCode: 60159, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1058, CustomerName: `James Black`, CustomerFirstName: `James`, CustomerLastName: `Black`, CustomerAddress: `195 Wall Street, Philadelphia, USA, 60159`, Salesperson: `Ben Black`, OrderID: 1903, OrderDate: `2/19/2022`, ProductID: 161, ProductName: `IPad`, UnitPrice: 6290.33, Quantity: 5, ExtendedPrice: 31451.65, Freight: 890.33, Discontinued: false, Region: `South East`, Address: `195 Wall Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 60159 }), + new InvoicesDataItem({ ShipName: `Watson Market`, ShipAddress: `171 Market Street`, ShipCity: `Huston`, ShipPostalCode: 50154, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1059, CustomerName: `Pamela Watson`, CustomerFirstName: `Pamela`, CustomerLastName: `Watson`, CustomerAddress: `171 Market Street, Huston, USA, 50154`, Salesperson: `Anna Madison`, OrderID: 1578, OrderDate: `6/5/2022`, ProductID: 103, ProductName: `Samsung Galaxy 22`, UnitPrice: 20240.82, Quantity: 5, ExtendedPrice: 101204.1, Freight: 1490.82, Discontinued: true, Region: `West`, Address: `171 Market Street`, City: `Huston`, Country: `USA`, PostalCode: 50154 }), + new InvoicesDataItem({ ShipName: `Jackson Market`, ShipAddress: `103 Market Street`, ShipCity: `New York`, ShipPostalCode: 70081, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1060, CustomerName: `Max Jackson`, CustomerFirstName: `Max`, CustomerLastName: `Jackson`, CustomerAddress: `103 Market Street, New York, USA, 70081`, Salesperson: `Pamela Jackson`, OrderID: 1142, OrderDate: `4/1/2022`, ProductID: 108, ProductName: `IPhone`, UnitPrice: 9790.41, Quantity: 3, ExtendedPrice: 29371.23, Freight: 980.41, Discontinued: false, Region: `South East`, Address: `103 Market Street`, City: `New York`, Country: `USA`, PostalCode: 70081 }), + new InvoicesDataItem({ ShipName: `Smith Market`, ShipAddress: `187 Market Street`, ShipCity: `Los Angeles`, ShipPostalCode: 70141, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1061, CustomerName: `Mike Smith`, CustomerFirstName: `Mike`, CustomerLastName: `Smith`, CustomerAddress: `187 Market Street, Los Angeles, USA, 70141`, Salesperson: `Ben Jefferson`, OrderID: 1871, OrderDate: `8/20/2022`, ProductID: 197, ProductName: `IPad`, UnitPrice: 28960.39, Quantity: 2, ExtendedPrice: 57920.78, Freight: 1280.39, Discontinued: false, Region: `West`, Address: `187 Market Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 70141 }), + new InvoicesDataItem({ ShipName: `Black Estate`, ShipAddress: `145 Main Street`, ShipCity: `Philadelphia`, ShipPostalCode: 50068, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1062, CustomerName: `Ben Black`, CustomerFirstName: `Ben`, CustomerLastName: `Black`, CustomerAddress: `145 Main Street, Philadelphia, USA, 50068`, Salesperson: `Martin Watson`, OrderID: 1747, OrderDate: `1/20/2022`, ProductID: 198, ProductName: `Mac Book Pro`, UnitPrice: 12530.74, Quantity: 4, ExtendedPrice: 50122.96, Freight: 480.74, Discontinued: false, Region: `West`, Address: `145 Main Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 50068 }), + new InvoicesDataItem({ ShipName: `Black Home`, ShipAddress: `109 Market Street`, ShipCity: `Los Angeles`, ShipPostalCode: 90197, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1063, CustomerName: `Nancy Black`, CustomerFirstName: `Nancy`, CustomerLastName: `Black`, CustomerAddress: `109 Market Street, Los Angeles, USA, 90197`, Salesperson: `James Black`, OrderID: 1881, OrderDate: `11/6/2022`, ProductID: 162, ProductName: `Samsung Note`, UnitPrice: 29810.51, Quantity: 2, ExtendedPrice: 59621.02, Freight: 750.51, Discontinued: false, Region: `North East`, Address: `109 Market Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 90197 }), + new InvoicesDataItem({ ShipName: `Smith Market`, ShipAddress: `155 Market Street`, ShipCity: `Los Angeles`, ShipPostalCode: 50184, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1064, CustomerName: `Nancy Smith`, CustomerFirstName: `Nancy`, CustomerLastName: `Smith`, CustomerAddress: `155 Market Street, Los Angeles, USA, 50184`, Salesperson: `Mike Madison`, OrderID: 1172, OrderDate: `5/14/2022`, ProductID: 154, ProductName: `IPhone`, UnitPrice: 11440.88, Quantity: 2, ExtendedPrice: 22881.76, Freight: 1570.88, Discontinued: false, Region: `West`, Address: `155 Market Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 50184 }), + new InvoicesDataItem({ ShipName: `Jackson Estate`, ShipAddress: `136 Main Street`, ShipCity: `New York`, ShipPostalCode: 60147, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1065, CustomerName: `James Jackson`, CustomerFirstName: `James`, CustomerLastName: `Jackson`, CustomerAddress: `136 Main Street, New York, USA, 60147`, Salesperson: `James Jefferson`, OrderID: 1538, OrderDate: `2/4/2022`, ProductID: 142, ProductName: `IPad`, UnitPrice: 18340.25, Quantity: 5, ExtendedPrice: 91701.25, Freight: 1730.25, Discontinued: false, Region: `South East`, Address: `136 Main Street`, City: `New York`, Country: `USA`, PostalCode: 60147 }), + new InvoicesDataItem({ ShipName: `Madison Market`, ShipAddress: `184 Wall Street`, ShipCity: `Miami`, ShipPostalCode: 60091, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1066, CustomerName: `Mike Madison`, CustomerFirstName: `Mike`, CustomerLastName: `Madison`, CustomerAddress: `184 Wall Street, Miami, USA, 60091`, Salesperson: `Ben Jackson`, OrderID: 1863, OrderDate: `2/6/2022`, ProductID: 186, ProductName: `Samsung Note`, UnitPrice: 6690.4, Quantity: 5, ExtendedPrice: 33452, Freight: 930.4, Discontinued: false, Region: `West`, Address: `184 Wall Street`, City: `Miami`, Country: `USA`, PostalCode: 60091 }), + new InvoicesDataItem({ ShipName: `Jackson Townhouse`, ShipAddress: `103 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 80170, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1067, CustomerName: `James Jackson`, CustomerFirstName: `James`, CustomerLastName: `Jackson`, CustomerAddress: `103 Market Street, Philadelphia, USA, 80170`, Salesperson: `Max Black`, OrderID: 1476, OrderDate: `1/13/2022`, ProductID: 156, ProductName: `Mac Book Pro`, UnitPrice: 29040.31, Quantity: 5, ExtendedPrice: 145201.55, Freight: 1070.31, Discontinued: false, Region: `West`, Address: `103 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 80170 }), + new InvoicesDataItem({ ShipName: `Smith Estate`, ShipAddress: `104 Market Street`, ShipCity: `Los Angeles`, ShipPostalCode: 80188, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1068, CustomerName: `Ben Smith`, CustomerFirstName: `Ben`, CustomerLastName: `Smith`, CustomerAddress: `104 Market Street, Los Angeles, USA, 80188`, Salesperson: `Martin Watson`, OrderID: 1131, OrderDate: `9/13/2022`, ProductID: 131, ProductName: `Samsung Galaxy 22`, UnitPrice: 6780.79, Quantity: 4, ExtendedPrice: 27123.16, Freight: 600.79, Discontinued: false, Region: `South East`, Address: `104 Market Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 80188 }), + new InvoicesDataItem({ ShipName: `Madison Townhouse`, ShipAddress: `140 Main Street`, ShipCity: `New York`, ShipPostalCode: 90197, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1069, CustomerName: `Martin Madison`, CustomerFirstName: `Martin`, CustomerLastName: `Madison`, CustomerAddress: `140 Main Street, New York, USA, 90197`, Salesperson: `Anna Smith`, OrderID: 1829, OrderDate: `2/18/2022`, ProductID: 152, ProductName: `Samsung Note`, UnitPrice: 20150.52, Quantity: 4, ExtendedPrice: 80602.08, Freight: 1840.52, Discontinued: true, Region: `North East`, Address: `140 Main Street`, City: `New York`, Country: `USA`, PostalCode: 90197 }), + new InvoicesDataItem({ ShipName: `Smith Market`, ShipAddress: `172 Wall Street`, ShipCity: `Philadelphia`, ShipPostalCode: 90159, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1070, CustomerName: `Mike Smith`, CustomerFirstName: `Mike`, CustomerLastName: `Smith`, CustomerAddress: `172 Wall Street, Philadelphia, USA, 90159`, Salesperson: `Pamela Watson`, OrderID: 1082, OrderDate: `10/1/2022`, ProductID: 164, ProductName: `IPad`, UnitPrice: 23810.31, Quantity: 2, ExtendedPrice: 47620.62, Freight: 320.31, Discontinued: false, Region: `West`, Address: `172 Wall Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 90159 }), + new InvoicesDataItem({ ShipName: `Jackson Market`, ShipAddress: `147 Wall Street`, ShipCity: `Huston`, ShipPostalCode: 90173, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1071, CustomerName: `Ben Jackson`, CustomerFirstName: `Ben`, CustomerLastName: `Jackson`, CustomerAddress: `147 Wall Street, Huston, USA, 90173`, Salesperson: `Martin Smith`, OrderID: 1449, OrderDate: `1/21/2022`, ProductID: 111, ProductName: `Mac Book Pro`, UnitPrice: 8280.25, Quantity: 4, ExtendedPrice: 33121, Freight: 860.25, Discontinued: false, Region: `South East`, Address: `147 Wall Street`, City: `Huston`, Country: `USA`, PostalCode: 90173 }), + new InvoicesDataItem({ ShipName: `Jackson Market`, ShipAddress: `161 Main Street`, ShipCity: `Huston`, ShipPostalCode: 90102, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1072, CustomerName: `Mike Jackson`, CustomerFirstName: `Mike`, CustomerLastName: `Jackson`, CustomerAddress: `161 Main Street, Huston, USA, 90102`, Salesperson: `Nancy Black`, OrderID: 1609, OrderDate: `9/22/2022`, ProductID: 197, ProductName: `Samsung Note`, UnitPrice: 16740.35, Quantity: 4, ExtendedPrice: 66961.4, Freight: 1940.35, Discontinued: false, Region: `North East`, Address: `161 Main Street`, City: `Huston`, Country: `USA`, PostalCode: 90102 }), + new InvoicesDataItem({ ShipName: `Smith Home`, ShipAddress: `102 Market Street`, ShipCity: `Miami`, ShipPostalCode: 70124, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1073, CustomerName: `Ben Smith`, CustomerFirstName: `Ben`, CustomerLastName: `Smith`, CustomerAddress: `102 Market Street, Miami, USA, 70124`, Salesperson: `Anna Smith`, OrderID: 1984, OrderDate: `8/6/2022`, ProductID: 123, ProductName: `Samsung Galaxy 22`, UnitPrice: 14660.66, Quantity: 3, ExtendedPrice: 43981.98, Freight: 1910.66, Discontinued: false, Region: `West`, Address: `102 Market Street`, City: `Miami`, Country: `USA`, PostalCode: 70124 }), + new InvoicesDataItem({ ShipName: `Black Estate`, ShipAddress: `139 Market Street`, ShipCity: `Miami`, ShipPostalCode: 90134, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1074, CustomerName: `Martin Black`, CustomerFirstName: `Martin`, CustomerLastName: `Black`, CustomerAddress: `139 Market Street, Miami, USA, 90134`, Salesperson: `Max Jackson`, OrderID: 1060, OrderDate: `3/11/2022`, ProductID: 154, ProductName: `Mac Book Pro`, UnitPrice: 14460.37, Quantity: 4, ExtendedPrice: 57841.48, Freight: 1020.37, Discontinued: false, Region: `West`, Address: `139 Market Street`, City: `Miami`, Country: `USA`, PostalCode: 90134 }), + new InvoicesDataItem({ ShipName: `Jackson Market`, ShipAddress: `132 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 60055, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1075, CustomerName: `Martin Jackson`, CustomerFirstName: `Martin`, CustomerLastName: `Jackson`, CustomerAddress: `132 Market Street, Philadelphia, USA, 60055`, Salesperson: `Pamela Madison`, OrderID: 1213, OrderDate: `9/3/2022`, ProductID: 108, ProductName: `IPhone`, UnitPrice: 19340.74, Quantity: 3, ExtendedPrice: 58022.22, Freight: 1370.74, Discontinued: false, Region: `West`, Address: `132 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 60055 }), + new InvoicesDataItem({ ShipName: `Black Market`, ShipAddress: `192 Market Street`, ShipCity: `Miami`, ShipPostalCode: 90135, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1076, CustomerName: `Mike Black`, CustomerFirstName: `Mike`, CustomerLastName: `Black`, CustomerAddress: `192 Market Street, Miami, USA, 90135`, Salesperson: `Nancy Madison`, OrderID: 1563, OrderDate: `5/8/2022`, ProductID: 162, ProductName: `Samsung Note`, UnitPrice: 12670.48, Quantity: 2, ExtendedPrice: 25340.96, Freight: 1870.48, Discontinued: false, Region: `South East`, Address: `192 Market Street`, City: `Miami`, Country: `USA`, PostalCode: 90135 }), + new InvoicesDataItem({ ShipName: `Jefferson Market`, ShipAddress: `108 Wall Street`, ShipCity: `Miami`, ShipPostalCode: 90156, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1077, CustomerName: `Martin Jefferson`, CustomerFirstName: `Martin`, CustomerLastName: `Jefferson`, CustomerAddress: `108 Wall Street, Miami, USA, 90156`, Salesperson: `Max Smith`, OrderID: 1087, OrderDate: `6/24/2022`, ProductID: 194, ProductName: `Samsung Galaxy 22`, UnitPrice: 6860.84, Quantity: 3, ExtendedPrice: 20582.52, Freight: 1880.84, Discontinued: false, Region: `South East`, Address: `108 Wall Street`, City: `Miami`, Country: `USA`, PostalCode: 90156 }), + new InvoicesDataItem({ ShipName: `Smith Market`, ShipAddress: `162 Wall Street`, ShipCity: `New York`, ShipPostalCode: 80121, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1078, CustomerName: `Nancy Smith`, CustomerFirstName: `Nancy`, CustomerLastName: `Smith`, CustomerAddress: `162 Wall Street, New York, USA, 80121`, Salesperson: `Anna Black`, OrderID: 1663, OrderDate: `9/5/2022`, ProductID: 149, ProductName: `Mac Book Pro`, UnitPrice: 29550.53, Quantity: 5, ExtendedPrice: 147752.65, Freight: 1270.53, Discontinued: false, Region: `South East`, Address: `162 Wall Street`, City: `New York`, Country: `USA`, PostalCode: 80121 }), + new InvoicesDataItem({ ShipName: `Smith Market`, ShipAddress: `165 Main Street`, ShipCity: `Los Angeles`, ShipPostalCode: 70057, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1079, CustomerName: `Martin Smith`, CustomerFirstName: `Martin`, CustomerLastName: `Smith`, CustomerAddress: `165 Main Street, Los Angeles, USA, 70057`, Salesperson: `James Watson`, OrderID: 1724, OrderDate: `5/6/2022`, ProductID: 180, ProductName: `IPad`, UnitPrice: 13560.61, Quantity: 3, ExtendedPrice: 40681.83, Freight: 760.61, Discontinued: true, Region: `North East`, Address: `165 Main Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 70057 }), + new InvoicesDataItem({ ShipName: `Watson Market`, ShipAddress: `162 Main Street`, ShipCity: `Huston`, ShipPostalCode: 60057, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1080, CustomerName: `Anna Watson`, CustomerFirstName: `Anna`, CustomerLastName: `Watson`, CustomerAddress: `162 Main Street, Huston, USA, 60057`, Salesperson: `Anna Watson`, OrderID: 1156, OrderDate: `10/5/2022`, ProductID: 157, ProductName: `Samsung Galaxy 22`, UnitPrice: 17220.59, Quantity: 3, ExtendedPrice: 51661.77, Freight: 1550.59, Discontinued: false, Region: `North East`, Address: `162 Main Street`, City: `Huston`, Country: `USA`, PostalCode: 60057 }), + new InvoicesDataItem({ ShipName: `Watson Estate`, ShipAddress: `126 Main Street`, ShipCity: `Miami`, ShipPostalCode: 70200, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1081, CustomerName: `Nancy Watson`, CustomerFirstName: `Nancy`, CustomerLastName: `Watson`, CustomerAddress: `126 Main Street, Miami, USA, 70200`, Salesperson: `Ben Watson`, OrderID: 1982, OrderDate: `9/11/2022`, ProductID: 123, ProductName: `Mac Book Air`, UnitPrice: 25780.79, Quantity: 2, ExtendedPrice: 51561.58, Freight: 680.79, Discontinued: false, Region: `South East`, Address: `126 Main Street`, City: `Miami`, Country: `USA`, PostalCode: 70200 }), + new InvoicesDataItem({ ShipName: `Jackson Market`, ShipAddress: `105 Wall Street`, ShipCity: `Huston`, ShipPostalCode: 80141, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1082, CustomerName: `Max Jackson`, CustomerFirstName: `Max`, CustomerLastName: `Jackson`, CustomerAddress: `105 Wall Street, Huston, USA, 80141`, Salesperson: `Pamela Watson`, OrderID: 1462, OrderDate: `6/6/2022`, ProductID: 189, ProductName: `Samsung Galaxy 22`, UnitPrice: 16990.62, Quantity: 2, ExtendedPrice: 33981.24, Freight: 710.62, Discontinued: false, Region: `West`, Address: `105 Wall Street`, City: `Huston`, Country: `USA`, PostalCode: 80141 }), + new InvoicesDataItem({ ShipName: `Jefferson Market`, ShipAddress: `113 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 50187, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1083, CustomerName: `James Jefferson`, CustomerFirstName: `James`, CustomerLastName: `Jefferson`, CustomerAddress: `113 Market Street, Philadelphia, USA, 50187`, Salesperson: `Martin Jefferson`, OrderID: 1698, OrderDate: `5/16/2022`, ProductID: 148, ProductName: `IPhone`, UnitPrice: 16930.87, Quantity: 4, ExtendedPrice: 67723.48, Freight: 1080.87, Discontinued: false, Region: `North East`, Address: `113 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 50187 }), + new InvoicesDataItem({ ShipName: `Black Market`, ShipAddress: `164 Main Street`, ShipCity: `New York`, ShipPostalCode: 80172, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1084, CustomerName: `Mike Black`, CustomerFirstName: `Mike`, CustomerLastName: `Black`, CustomerAddress: `164 Main Street, New York, USA, 80172`, Salesperson: `Mike Jackson`, OrderID: 1300, OrderDate: `11/11/2022`, ProductID: 164, ProductName: `IPhone`, UnitPrice: 8120.59, Quantity: 4, ExtendedPrice: 32482.36, Freight: 1140.59, Discontinued: false, Region: `West`, Address: `164 Main Street`, City: `New York`, Country: `USA`, PostalCode: 80172 }), + new InvoicesDataItem({ ShipName: `Watson Estate`, ShipAddress: `108 Main Street`, ShipCity: `Philadelphia`, ShipPostalCode: 90074, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1085, CustomerName: `Pamela Watson`, CustomerFirstName: `Pamela`, CustomerLastName: `Watson`, CustomerAddress: `108 Main Street, Philadelphia, USA, 90074`, Salesperson: `Nancy Madison`, OrderID: 1401, OrderDate: `12/3/2022`, ProductID: 139, ProductName: `IPhone`, UnitPrice: 6160.25, Quantity: 4, ExtendedPrice: 24641, Freight: 1600.25, Discontinued: false, Region: `South East`, Address: `108 Main Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 90074 }), + new InvoicesDataItem({ ShipName: `Jefferson Market`, ShipAddress: `175 Main Street`, ShipCity: `Huston`, ShipPostalCode: 80111, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1086, CustomerName: `Max Jefferson`, CustomerFirstName: `Max`, CustomerLastName: `Jefferson`, CustomerAddress: `175 Main Street, Huston, USA, 80111`, Salesperson: `Nancy Watson`, OrderID: 1474, OrderDate: `9/1/2022`, ProductID: 138, ProductName: `Mac Book Air`, UnitPrice: 7220.7, Quantity: 4, ExtendedPrice: 28882.8, Freight: 1530.7, Discontinued: false, Region: `West`, Address: `175 Main Street`, City: `Huston`, Country: `USA`, PostalCode: 80111 }), + new InvoicesDataItem({ ShipName: `Madison Estate`, ShipAddress: `102 Wall Street`, ShipCity: `Miami`, ShipPostalCode: 80173, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1087, CustomerName: `Nancy Madison`, CustomerFirstName: `Nancy`, CustomerLastName: `Madison`, CustomerAddress: `102 Wall Street, Miami, USA, 80173`, Salesperson: `Martin Jackson`, OrderID: 1678, OrderDate: `5/6/2022`, ProductID: 190, ProductName: `IPad`, UnitPrice: 17990.28, Quantity: 4, ExtendedPrice: 71961.12, Freight: 1420.28, Discontinued: false, Region: `South East`, Address: `102 Wall Street`, City: `Miami`, Country: `USA`, PostalCode: 80173 }), + new InvoicesDataItem({ ShipName: `Jackson Townhouse`, ShipAddress: `163 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 50105, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1088, CustomerName: `Mike Jackson`, CustomerFirstName: `Mike`, CustomerLastName: `Jackson`, CustomerAddress: `163 Market Street, Philadelphia, USA, 50105`, Salesperson: `Martin Black`, OrderID: 1384, OrderDate: `4/16/2022`, ProductID: 156, ProductName: `Mac Book Pro`, UnitPrice: 15460.27, Quantity: 3, ExtendedPrice: 46380.81, Freight: 1250.27, Discontinued: false, Region: `West`, Address: `163 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 50105 }), + new InvoicesDataItem({ ShipName: `Watson Home`, ShipAddress: `165 Wall Street`, ShipCity: `Huston`, ShipPostalCode: 90075, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1089, CustomerName: `Ben Watson`, CustomerFirstName: `Ben`, CustomerLastName: `Watson`, CustomerAddress: `165 Wall Street, Huston, USA, 90075`, Salesperson: `Nancy Jefferson`, OrderID: 1223, OrderDate: `7/20/2022`, ProductID: 105, ProductName: `Mac Book Pro`, UnitPrice: 15450.62, Quantity: 2, ExtendedPrice: 30901.24, Freight: 1350.62, Discontinued: true, Region: `North East`, Address: `165 Wall Street`, City: `Huston`, Country: `USA`, PostalCode: 90075 }), + new InvoicesDataItem({ ShipName: `Jefferson Market`, ShipAddress: `140 Wall Street`, ShipCity: `New York`, ShipPostalCode: 80134, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1090, CustomerName: `Anna Jefferson`, CustomerFirstName: `Anna`, CustomerLastName: `Jefferson`, CustomerAddress: `140 Wall Street, New York, USA, 80134`, Salesperson: `Anna Watson`, OrderID: 1189, OrderDate: `10/5/2022`, ProductID: 128, ProductName: `Samsung Note`, UnitPrice: 15460.25, Quantity: 5, ExtendedPrice: 77301.25, Freight: 840.25, Discontinued: false, Region: `West`, Address: `140 Wall Street`, City: `New York`, Country: `USA`, PostalCode: 80134 }), + new InvoicesDataItem({ ShipName: `Madison Market`, ShipAddress: `191 Wall Street`, ShipCity: `Los Angeles`, ShipPostalCode: 80168, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1091, CustomerName: `Max Madison`, CustomerFirstName: `Max`, CustomerLastName: `Madison`, CustomerAddress: `191 Wall Street, Los Angeles, USA, 80168`, Salesperson: `Anna Madison`, OrderID: 1657, OrderDate: `8/7/2022`, ProductID: 154, ProductName: `IPad`, UnitPrice: 24990.6, Quantity: 5, ExtendedPrice: 124953, Freight: 1890.6, Discontinued: false, Region: `South East`, Address: `191 Wall Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 80168 }), + new InvoicesDataItem({ ShipName: `Watson Market`, ShipAddress: `111 Market Street`, ShipCity: `Los Angeles`, ShipPostalCode: 60130, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1092, CustomerName: `Anna Watson`, CustomerFirstName: `Anna`, CustomerLastName: `Watson`, CustomerAddress: `111 Market Street, Los Angeles, USA, 60130`, Salesperson: `Ben Jackson`, OrderID: 1818, OrderDate: `12/2/2022`, ProductID: 107, ProductName: `Samsung Note`, UnitPrice: 19750.45, Quantity: 4, ExtendedPrice: 79001.8, Freight: 1840.45, Discontinued: false, Region: `South East`, Address: `111 Market Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 60130 }), + new InvoicesDataItem({ ShipName: `Madison Estate`, ShipAddress: `190 Market Street`, ShipCity: `Los Angeles`, ShipPostalCode: 50162, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1093, CustomerName: `Mike Madison`, CustomerFirstName: `Mike`, CustomerLastName: `Madison`, CustomerAddress: `190 Market Street, Los Angeles, USA, 50162`, Salesperson: `Mike Watson`, OrderID: 1117, OrderDate: `10/12/2022`, ProductID: 176, ProductName: `Samsung Note`, UnitPrice: 15390.57, Quantity: 5, ExtendedPrice: 76952.85, Freight: 1500.57, Discontinued: false, Region: `West`, Address: `190 Market Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 50162 }), + new InvoicesDataItem({ ShipName: `Black Market`, ShipAddress: `121 Main Street`, ShipCity: `Miami`, ShipPostalCode: 70156, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1094, CustomerName: `James Black`, CustomerFirstName: `James`, CustomerLastName: `Black`, CustomerAddress: `121 Main Street, Miami, USA, 70156`, Salesperson: `Mike Jackson`, OrderID: 1188, OrderDate: `11/23/2022`, ProductID: 177, ProductName: `IPad`, UnitPrice: 23120.28, Quantity: 3, ExtendedPrice: 69360.84, Freight: 1670.28, Discontinued: false, Region: `South East`, Address: `121 Main Street`, City: `Miami`, Country: `USA`, PostalCode: 70156 }), + new InvoicesDataItem({ ShipName: `Smith Market`, ShipAddress: `120 Main Street`, ShipCity: `Miami`, ShipPostalCode: 60082, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1095, CustomerName: `Martin Smith`, CustomerFirstName: `Martin`, CustomerLastName: `Smith`, CustomerAddress: `120 Main Street, Miami, USA, 60082`, Salesperson: `Nancy Smith`, OrderID: 1673, OrderDate: `1/25/2022`, ProductID: 189, ProductName: `Mac Book Air`, UnitPrice: 16310.31, Quantity: 4, ExtendedPrice: 65241.24, Freight: 370.31, Discontinued: false, Region: `South East`, Address: `120 Main Street`, City: `Miami`, Country: `USA`, PostalCode: 60082 }), + new InvoicesDataItem({ ShipName: `Madison Estate`, ShipAddress: `102 Main Street`, ShipCity: `Miami`, ShipPostalCode: 90125, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1096, CustomerName: `Pamela Madison`, CustomerFirstName: `Pamela`, CustomerLastName: `Madison`, CustomerAddress: `102 Main Street, Miami, USA, 90125`, Salesperson: `Pamela Smith`, OrderID: 1048, OrderDate: `8/6/2022`, ProductID: 148, ProductName: `Mac Book Pro`, UnitPrice: 14920.59, Quantity: 2, ExtendedPrice: 29841.18, Freight: 1110.59, Discontinued: false, Region: `West`, Address: `102 Main Street`, City: `Miami`, Country: `USA`, PostalCode: 90125 }), + new InvoicesDataItem({ ShipName: `Jefferson Home`, ShipAddress: `125 Main Street`, ShipCity: `Los Angeles`, ShipPostalCode: 80199, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1097, CustomerName: `James Jefferson`, CustomerFirstName: `James`, CustomerLastName: `Jefferson`, CustomerAddress: `125 Main Street, Los Angeles, USA, 80199`, Salesperson: `Pamela Black`, OrderID: 1336, OrderDate: `6/1/2022`, ProductID: 159, ProductName: `Mac Book Pro`, UnitPrice: 11370.4, Quantity: 5, ExtendedPrice: 56852, Freight: 1210.4, Discontinued: false, Region: `West`, Address: `125 Main Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 80199 }), + new InvoicesDataItem({ ShipName: `Jefferson Townhouse`, ShipAddress: `109 Wall Street`, ShipCity: `Miami`, ShipPostalCode: 60118, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1098, CustomerName: `Mike Jefferson`, CustomerFirstName: `Mike`, CustomerLastName: `Jefferson`, CustomerAddress: `109 Wall Street, Miami, USA, 60118`, Salesperson: `James Madison`, OrderID: 1049, OrderDate: `2/14/2022`, ProductID: 172, ProductName: `Mac Book Pro`, UnitPrice: 18730.79, Quantity: 5, ExtendedPrice: 93653.95, Freight: 300.79, Discontinued: false, Region: `South East`, Address: `109 Wall Street`, City: `Miami`, Country: `USA`, PostalCode: 60118 }), + new InvoicesDataItem({ ShipName: `Smith Townhouse`, ShipAddress: `149 Main Street`, ShipCity: `Miami`, ShipPostalCode: 50128, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1099, CustomerName: `Anna Smith`, CustomerFirstName: `Anna`, CustomerLastName: `Smith`, CustomerAddress: `149 Main Street, Miami, USA, 50128`, Salesperson: `James Watson`, OrderID: 1292, OrderDate: `3/15/2022`, ProductID: 183, ProductName: `Mac Book Air`, UnitPrice: 16730.48, Quantity: 5, ExtendedPrice: 83652.4, Freight: 1320.48, Discontinued: true, Region: `North East`, Address: `149 Main Street`, City: `Miami`, Country: `USA`, PostalCode: 50128 }), + new InvoicesDataItem({ ShipName: `Smith Estate`, ShipAddress: `183 Wall Street`, ShipCity: `New York`, ShipPostalCode: 50089, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1100, CustomerName: `Ben Smith`, CustomerFirstName: `Ben`, CustomerLastName: `Smith`, CustomerAddress: `183 Wall Street, New York, USA, 50089`, Salesperson: `Max Watson`, OrderID: 1724, OrderDate: `9/22/2022`, ProductID: 160, ProductName: `IPad`, UnitPrice: 23370.51, Quantity: 3, ExtendedPrice: 70111.53, Freight: 1200.51, Discontinued: false, Region: `North East`, Address: `183 Wall Street`, City: `New York`, Country: `USA`, PostalCode: 50089 }), + new InvoicesDataItem({ ShipName: `Watson Estate`, ShipAddress: `195 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 60110, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1101, CustomerName: `Martin Watson`, CustomerFirstName: `Martin`, CustomerLastName: `Watson`, CustomerAddress: `195 Market Street, Philadelphia, USA, 60110`, Salesperson: `Martin Black`, OrderID: 1154, OrderDate: `4/13/2022`, ProductID: 180, ProductName: `Samsung Note`, UnitPrice: 24870.49, Quantity: 4, ExtendedPrice: 99481.96, Freight: 1200.49, Discontinued: false, Region: `South East`, Address: `195 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 60110 }), + new InvoicesDataItem({ ShipName: `Madison Estate`, ShipAddress: `153 Market Street`, ShipCity: `New York`, ShipPostalCode: 60113, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1102, CustomerName: `Ben Madison`, CustomerFirstName: `Ben`, CustomerLastName: `Madison`, CustomerAddress: `153 Market Street, New York, USA, 60113`, Salesperson: `Nancy Black`, OrderID: 1333, OrderDate: `2/24/2022`, ProductID: 192, ProductName: `Samsung Note`, UnitPrice: 12710.8, Quantity: 4, ExtendedPrice: 50843.2, Freight: 1520.8, Discontinued: false, Region: `North East`, Address: `153 Market Street`, City: `New York`, Country: `USA`, PostalCode: 60113 }), + new InvoicesDataItem({ ShipName: `Watson Market`, ShipAddress: `185 Market Street`, ShipCity: `Miami`, ShipPostalCode: 60118, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1103, CustomerName: `James Watson`, CustomerFirstName: `James`, CustomerLastName: `Watson`, CustomerAddress: `185 Market Street, Miami, USA, 60118`, Salesperson: `Max Black`, OrderID: 1243, OrderDate: `2/7/2022`, ProductID: 124, ProductName: `Samsung Galaxy 22`, UnitPrice: 16270.33, Quantity: 4, ExtendedPrice: 65081.32, Freight: 1050.33, Discontinued: false, Region: `West`, Address: `185 Market Street`, City: `Miami`, Country: `USA`, PostalCode: 60118 }), + new InvoicesDataItem({ ShipName: `Smith Home`, ShipAddress: `181 Market Street`, ShipCity: `Miami`, ShipPostalCode: 80055, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1104, CustomerName: `Anna Smith`, CustomerFirstName: `Anna`, CustomerLastName: `Smith`, CustomerAddress: `181 Market Street, Miami, USA, 80055`, Salesperson: `Nancy Madison`, OrderID: 1090, OrderDate: `12/2/2022`, ProductID: 106, ProductName: `Mac Book Pro`, UnitPrice: 25150.85, Quantity: 5, ExtendedPrice: 125754.25, Freight: 560.85, Discontinued: false, Region: `North East`, Address: `181 Market Street`, City: `Miami`, Country: `USA`, PostalCode: 80055 }), + new InvoicesDataItem({ ShipName: `Watson Home`, ShipAddress: `185 Market Street`, ShipCity: `Los Angeles`, ShipPostalCode: 60149, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1105, CustomerName: `Ben Watson`, CustomerFirstName: `Ben`, CustomerLastName: `Watson`, CustomerAddress: `185 Market Street, Los Angeles, USA, 60149`, Salesperson: `Martin Madison`, OrderID: 1697, OrderDate: `10/12/2022`, ProductID: 193, ProductName: `Mac Book Air`, UnitPrice: 18440.22, Quantity: 5, ExtendedPrice: 92201.1, Freight: 1030.22, Discontinued: false, Region: `North East`, Address: `185 Market Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 60149 }), + new InvoicesDataItem({ ShipName: `Madison Home`, ShipAddress: `110 Wall Street`, ShipCity: `Los Angeles`, ShipPostalCode: 90160, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1106, CustomerName: `Anna Madison`, CustomerFirstName: `Anna`, CustomerLastName: `Madison`, CustomerAddress: `110 Wall Street, Los Angeles, USA, 90160`, Salesperson: `Mike Jefferson`, OrderID: 1868, OrderDate: `6/20/2022`, ProductID: 166, ProductName: `Samsung Galaxy 22`, UnitPrice: 10990.49, Quantity: 5, ExtendedPrice: 54952.45, Freight: 1250.49, Discontinued: false, Region: `North East`, Address: `110 Wall Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 90160 }), + new InvoicesDataItem({ ShipName: `Madison Home`, ShipAddress: `124 Wall Street`, ShipCity: `Miami`, ShipPostalCode: 90129, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1107, CustomerName: `Martin Madison`, CustomerFirstName: `Martin`, CustomerLastName: `Madison`, CustomerAddress: `124 Wall Street, Miami, USA, 90129`, Salesperson: `Max Madison`, OrderID: 1419, OrderDate: `11/8/2022`, ProductID: 119, ProductName: `Mac Book Air`, UnitPrice: 9310.28, Quantity: 3, ExtendedPrice: 27930.84, Freight: 1660.28, Discontinued: false, Region: `West`, Address: `124 Wall Street`, City: `Miami`, Country: `USA`, PostalCode: 90129 }), + new InvoicesDataItem({ ShipName: `Jefferson Townhouse`, ShipAddress: `144 Wall Street`, ShipCity: `Huston`, ShipPostalCode: 80145, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1108, CustomerName: `Pamela Jefferson`, CustomerFirstName: `Pamela`, CustomerLastName: `Jefferson`, CustomerAddress: `144 Wall Street, Huston, USA, 80145`, Salesperson: `Mike Smith`, OrderID: 1103, OrderDate: `5/14/2022`, ProductID: 172, ProductName: `Mac Book Pro`, UnitPrice: 5130.33, Quantity: 2, ExtendedPrice: 10260.66, Freight: 1840.33, Discontinued: false, Region: `North East`, Address: `144 Wall Street`, City: `Huston`, Country: `USA`, PostalCode: 80145 }), + new InvoicesDataItem({ ShipName: `Jefferson Estate`, ShipAddress: `200 Main Street`, ShipCity: `Philadelphia`, ShipPostalCode: 50073, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1109, CustomerName: `Nancy Jefferson`, CustomerFirstName: `Nancy`, CustomerLastName: `Jefferson`, CustomerAddress: `200 Main Street, Philadelphia, USA, 50073`, Salesperson: `Max Jackson`, OrderID: 1461, OrderDate: `6/13/2022`, ProductID: 153, ProductName: `Mac Book Pro`, UnitPrice: 23080.59, Quantity: 3, ExtendedPrice: 69241.77, Freight: 540.59, Discontinued: true, Region: `West`, Address: `200 Main Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 50073 }), + new InvoicesDataItem({ ShipName: `Madison Market`, ShipAddress: `196 Market Street`, ShipCity: `New York`, ShipPostalCode: 70070, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1110, CustomerName: `Mike Madison`, CustomerFirstName: `Mike`, CustomerLastName: `Madison`, CustomerAddress: `196 Market Street, New York, USA, 70070`, Salesperson: `Nancy Smith`, OrderID: 1713, OrderDate: `3/6/2022`, ProductID: 121, ProductName: `Mac Book Pro`, UnitPrice: 29390.58, Quantity: 3, ExtendedPrice: 88171.74, Freight: 1170.58, Discontinued: false, Region: `West`, Address: `196 Market Street`, City: `New York`, Country: `USA`, PostalCode: 70070 }), + new InvoicesDataItem({ ShipName: `Smith Home`, ShipAddress: `154 Main Street`, ShipCity: `New York`, ShipPostalCode: 70167, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1111, CustomerName: `Martin Smith`, CustomerFirstName: `Martin`, CustomerLastName: `Smith`, CustomerAddress: `154 Main Street, New York, USA, 70167`, Salesperson: `Pamela Jackson`, OrderID: 1956, OrderDate: `1/2/2022`, ProductID: 156, ProductName: `Samsung Note`, UnitPrice: 24870.88, Quantity: 2, ExtendedPrice: 49741.76, Freight: 1360.88, Discontinued: false, Region: `North East`, Address: `154 Main Street`, City: `New York`, Country: `USA`, PostalCode: 70167 }), + new InvoicesDataItem({ ShipName: `Jefferson Townhouse`, ShipAddress: `110 Main Street`, ShipCity: `Miami`, ShipPostalCode: 90055, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1112, CustomerName: `Mike Jefferson`, CustomerFirstName: `Mike`, CustomerLastName: `Jefferson`, CustomerAddress: `110 Main Street, Miami, USA, 90055`, Salesperson: `Anna Madison`, OrderID: 1530, OrderDate: `10/15/2022`, ProductID: 113, ProductName: `IPad`, UnitPrice: 24570.87, Quantity: 4, ExtendedPrice: 98283.48, Freight: 930.87, Discontinued: false, Region: `South East`, Address: `110 Main Street`, City: `Miami`, Country: `USA`, PostalCode: 90055 }), + new InvoicesDataItem({ ShipName: `Jefferson Townhouse`, ShipAddress: `200 Market Street`, ShipCity: `Huston`, ShipPostalCode: 70105, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1113, CustomerName: `Martin Jefferson`, CustomerFirstName: `Martin`, CustomerLastName: `Jefferson`, CustomerAddress: `200 Market Street, Huston, USA, 70105`, Salesperson: `James Jackson`, OrderID: 1488, OrderDate: `7/13/2022`, ProductID: 109, ProductName: `IPhone`, UnitPrice: 23860.57, Quantity: 4, ExtendedPrice: 95442.28, Freight: 1130.57, Discontinued: false, Region: `North East`, Address: `200 Market Street`, City: `Huston`, Country: `USA`, PostalCode: 70105 }), + new InvoicesDataItem({ ShipName: `Jefferson Home`, ShipAddress: `181 Main Street`, ShipCity: `Philadelphia`, ShipPostalCode: 80175, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1114, CustomerName: `Ben Jefferson`, CustomerFirstName: `Ben`, CustomerLastName: `Jefferson`, CustomerAddress: `181 Main Street, Philadelphia, USA, 80175`, Salesperson: `Max Jackson`, OrderID: 1143, OrderDate: `6/13/2022`, ProductID: 144, ProductName: `Mac Book Air`, UnitPrice: 28390.63, Quantity: 5, ExtendedPrice: 141953.15, Freight: 300.63, Discontinued: false, Region: `North East`, Address: `181 Main Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 80175 }), + new InvoicesDataItem({ ShipName: `Jackson Home`, ShipAddress: `137 Market Street`, ShipCity: `Huston`, ShipPostalCode: 50144, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1115, CustomerName: `Ben Jackson`, CustomerFirstName: `Ben`, CustomerLastName: `Jackson`, CustomerAddress: `137 Market Street, Huston, USA, 50144`, Salesperson: `Martin Jackson`, OrderID: 1274, OrderDate: `4/8/2022`, ProductID: 134, ProductName: `IPad`, UnitPrice: 22580.34, Quantity: 2, ExtendedPrice: 45160.68, Freight: 1720.34, Discontinued: false, Region: `South East`, Address: `137 Market Street`, City: `Huston`, Country: `USA`, PostalCode: 50144 }), + new InvoicesDataItem({ ShipName: `Jefferson Market`, ShipAddress: `186 Main Street`, ShipCity: `Los Angeles`, ShipPostalCode: 70112, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1116, CustomerName: `Pamela Jefferson`, CustomerFirstName: `Pamela`, CustomerLastName: `Jefferson`, CustomerAddress: `186 Main Street, Los Angeles, USA, 70112`, Salesperson: `Mike Jefferson`, OrderID: 1597, OrderDate: `8/6/2022`, ProductID: 127, ProductName: `Mac Book Pro`, UnitPrice: 28490.48, Quantity: 3, ExtendedPrice: 85471.44, Freight: 760.48, Discontinued: false, Region: `South East`, Address: `186 Main Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 70112 }), + new InvoicesDataItem({ ShipName: `Watson Townhouse`, ShipAddress: `152 Wall Street`, ShipCity: `Huston`, ShipPostalCode: 50080, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1117, CustomerName: `Nancy Watson`, CustomerFirstName: `Nancy`, CustomerLastName: `Watson`, CustomerAddress: `152 Wall Street, Huston, USA, 50080`, Salesperson: `Max Jackson`, OrderID: 1632, OrderDate: `4/15/2022`, ProductID: 179, ProductName: `Mac Book Pro`, UnitPrice: 20680.38, Quantity: 5, ExtendedPrice: 103401.9, Freight: 490.38, Discontinued: false, Region: `West`, Address: `152 Wall Street`, City: `Huston`, Country: `USA`, PostalCode: 50080 }), + new InvoicesDataItem({ ShipName: `Black Home`, ShipAddress: `147 Wall Street`, ShipCity: `Huston`, ShipPostalCode: 60136, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1118, CustomerName: `Pamela Black`, CustomerFirstName: `Pamela`, CustomerLastName: `Black`, CustomerAddress: `147 Wall Street, Huston, USA, 60136`, Salesperson: `Mike Watson`, OrderID: 1461, OrderDate: `4/21/2022`, ProductID: 118, ProductName: `Samsung Note`, UnitPrice: 6990.24, Quantity: 5, ExtendedPrice: 34951.2, Freight: 460.24, Discontinued: false, Region: `North East`, Address: `147 Wall Street`, City: `Huston`, Country: `USA`, PostalCode: 60136 }), + new InvoicesDataItem({ ShipName: `Black Estate`, ShipAddress: `161 Market Street`, ShipCity: `Huston`, ShipPostalCode: 80121, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1119, CustomerName: `James Black`, CustomerFirstName: `James`, CustomerLastName: `Black`, CustomerAddress: `161 Market Street, Huston, USA, 80121`, Salesperson: `Martin Jefferson`, OrderID: 1380, OrderDate: `1/3/2022`, ProductID: 176, ProductName: `Mac Book Air`, UnitPrice: 26540.79, Quantity: 5, ExtendedPrice: 132703.95, Freight: 470.79, Discontinued: true, Region: `West`, Address: `161 Market Street`, City: `Huston`, Country: `USA`, PostalCode: 80121 }), + new InvoicesDataItem({ ShipName: `Watson Townhouse`, ShipAddress: `118 Main Street`, ShipCity: `Philadelphia`, ShipPostalCode: 50189, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1120, CustomerName: `Ben Watson`, CustomerFirstName: `Ben`, CustomerLastName: `Watson`, CustomerAddress: `118 Main Street, Philadelphia, USA, 50189`, Salesperson: `Ben Watson`, OrderID: 1658, OrderDate: `1/4/2022`, ProductID: 184, ProductName: `Mac Book Air`, UnitPrice: 16830.41, Quantity: 5, ExtendedPrice: 84152.05, Freight: 1660.41, Discontinued: false, Region: `West`, Address: `118 Main Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 50189 }), + new InvoicesDataItem({ ShipName: `Jackson Townhouse`, ShipAddress: `186 Market Street`, ShipCity: `Miami`, ShipPostalCode: 60097, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1121, CustomerName: `Pamela Jackson`, CustomerFirstName: `Pamela`, CustomerLastName: `Jackson`, CustomerAddress: `186 Market Street, Miami, USA, 60097`, Salesperson: `Nancy Watson`, OrderID: 1754, OrderDate: `7/3/2022`, ProductID: 148, ProductName: `Mac Book Air`, UnitPrice: 5030.24, Quantity: 3, ExtendedPrice: 15090.72, Freight: 1660.24, Discontinued: false, Region: `South East`, Address: `186 Market Street`, City: `Miami`, Country: `USA`, PostalCode: 60097 }), + new InvoicesDataItem({ ShipName: `Smith Market`, ShipAddress: `191 Main Street`, ShipCity: `Los Angeles`, ShipPostalCode: 90155, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1122, CustomerName: `Ben Smith`, CustomerFirstName: `Ben`, CustomerLastName: `Smith`, CustomerAddress: `191 Main Street, Los Angeles, USA, 90155`, Salesperson: `Anna Madison`, OrderID: 1279, OrderDate: `3/14/2022`, ProductID: 151, ProductName: `IPhone`, UnitPrice: 23590.82, Quantity: 3, ExtendedPrice: 70772.46, Freight: 1120.82, Discontinued: false, Region: `West`, Address: `191 Main Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 90155 }), + new InvoicesDataItem({ ShipName: `Jefferson Market`, ShipAddress: `190 Main Street`, ShipCity: `New York`, ShipPostalCode: 80075, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1123, CustomerName: `James Jefferson`, CustomerFirstName: `James`, CustomerLastName: `Jefferson`, CustomerAddress: `190 Main Street, New York, USA, 80075`, Salesperson: `Martin Jackson`, OrderID: 1310, OrderDate: `11/7/2022`, ProductID: 183, ProductName: `Samsung Galaxy 22`, UnitPrice: 26450.4, Quantity: 5, ExtendedPrice: 132252, Freight: 420.4, Discontinued: false, Region: `South East`, Address: `190 Main Street`, City: `New York`, Country: `USA`, PostalCode: 80075 }), + new InvoicesDataItem({ ShipName: `Madison Home`, ShipAddress: `160 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 80067, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1124, CustomerName: `Pamela Madison`, CustomerFirstName: `Pamela`, CustomerLastName: `Madison`, CustomerAddress: `160 Market Street, Philadelphia, USA, 80067`, Salesperson: `Ben Jackson`, OrderID: 1920, OrderDate: `12/17/2022`, ProductID: 174, ProductName: `IPhone`, UnitPrice: 23660.88, Quantity: 4, ExtendedPrice: 94643.52, Freight: 1220.88, Discontinued: false, Region: `North East`, Address: `160 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 80067 }), + new InvoicesDataItem({ ShipName: `Black Market`, ShipAddress: `151 Wall Street`, ShipCity: `Miami`, ShipPostalCode: 90124, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1125, CustomerName: `Max Black`, CustomerFirstName: `Max`, CustomerLastName: `Black`, CustomerAddress: `151 Wall Street, Miami, USA, 90124`, Salesperson: `Mike Watson`, OrderID: 1497, OrderDate: `2/21/2022`, ProductID: 179, ProductName: `IPhone`, UnitPrice: 15940.51, Quantity: 5, ExtendedPrice: 79702.55, Freight: 1880.51, Discontinued: false, Region: `West`, Address: `151 Wall Street`, City: `Miami`, Country: `USA`, PostalCode: 90124 }), + new InvoicesDataItem({ ShipName: `Black Estate`, ShipAddress: `151 Market Street`, ShipCity: `Huston`, ShipPostalCode: 70173, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1126, CustomerName: `Nancy Black`, CustomerFirstName: `Nancy`, CustomerLastName: `Black`, CustomerAddress: `151 Market Street, Huston, USA, 70173`, Salesperson: `Pamela Jefferson`, OrderID: 1925, OrderDate: `2/15/2022`, ProductID: 170, ProductName: `IPhone`, UnitPrice: 13350.7, Quantity: 5, ExtendedPrice: 66753.5, Freight: 720.7, Discontinued: false, Region: `West`, Address: `151 Market Street`, City: `Huston`, Country: `USA`, PostalCode: 70173 }), + new InvoicesDataItem({ ShipName: `Watson Townhouse`, ShipAddress: `114 Main Street`, ShipCity: `Miami`, ShipPostalCode: 80067, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1127, CustomerName: `James Watson`, CustomerFirstName: `James`, CustomerLastName: `Watson`, CustomerAddress: `114 Main Street, Miami, USA, 80067`, Salesperson: `Pamela Black`, OrderID: 1338, OrderDate: `5/19/2022`, ProductID: 196, ProductName: `Samsung Note`, UnitPrice: 20820.82, Quantity: 4, ExtendedPrice: 83283.28, Freight: 1570.82, Discontinued: false, Region: `South East`, Address: `114 Main Street`, City: `Miami`, Country: `USA`, PostalCode: 80067 }), + new InvoicesDataItem({ ShipName: `Madison Market`, ShipAddress: `189 Wall Street`, ShipCity: `Philadelphia`, ShipPostalCode: 80157, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1128, CustomerName: `Anna Madison`, CustomerFirstName: `Anna`, CustomerLastName: `Madison`, CustomerAddress: `189 Wall Street, Philadelphia, USA, 80157`, Salesperson: `Ben Watson`, OrderID: 1794, OrderDate: `9/9/2022`, ProductID: 168, ProductName: `Samsung Galaxy 22`, UnitPrice: 25550.56, Quantity: 4, ExtendedPrice: 102202.24, Freight: 400.56, Discontinued: false, Region: `North East`, Address: `189 Wall Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 80157 }), + new InvoicesDataItem({ ShipName: `Watson Home`, ShipAddress: `198 Main Street`, ShipCity: `New York`, ShipPostalCode: 60169, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1129, CustomerName: `Ben Watson`, CustomerFirstName: `Ben`, CustomerLastName: `Watson`, CustomerAddress: `198 Main Street, New York, USA, 60169`, Salesperson: `James Black`, OrderID: 1108, OrderDate: `2/5/2022`, ProductID: 194, ProductName: `Mac Book Air`, UnitPrice: 10890.26, Quantity: 3, ExtendedPrice: 32670.78, Freight: 760.26, Discontinued: true, Region: `South East`, Address: `198 Main Street`, City: `New York`, Country: `USA`, PostalCode: 60169 }), + new InvoicesDataItem({ ShipName: `Jackson Townhouse`, ShipAddress: `106 Main Street`, ShipCity: `Los Angeles`, ShipPostalCode: 60117, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1130, CustomerName: `James Jackson`, CustomerFirstName: `James`, CustomerLastName: `Jackson`, CustomerAddress: `106 Main Street, Los Angeles, USA, 60117`, Salesperson: `Pamela Jackson`, OrderID: 1953, OrderDate: `11/24/2022`, ProductID: 179, ProductName: `Samsung Note`, UnitPrice: 19940.84, Quantity: 3, ExtendedPrice: 59822.52, Freight: 890.84, Discontinued: false, Region: `West`, Address: `106 Main Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 60117 }), + new InvoicesDataItem({ ShipName: `Madison Home`, ShipAddress: `192 Main Street`, ShipCity: `Los Angeles`, ShipPostalCode: 90090, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1131, CustomerName: `James Madison`, CustomerFirstName: `James`, CustomerLastName: `Madison`, CustomerAddress: `192 Main Street, Los Angeles, USA, 90090`, Salesperson: `Max Jefferson`, OrderID: 1337, OrderDate: `10/10/2022`, ProductID: 198, ProductName: `Samsung Note`, UnitPrice: 18640.31, Quantity: 2, ExtendedPrice: 37280.62, Freight: 280.31, Discontinued: false, Region: `South East`, Address: `192 Main Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 90090 }), + new InvoicesDataItem({ ShipName: `Jefferson Townhouse`, ShipAddress: `128 Market Street`, ShipCity: `Miami`, ShipPostalCode: 50136, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1132, CustomerName: `Martin Jefferson`, CustomerFirstName: `Martin`, CustomerLastName: `Jefferson`, CustomerAddress: `128 Market Street, Miami, USA, 50136`, Salesperson: `Nancy Jefferson`, OrderID: 1617, OrderDate: `4/10/2022`, ProductID: 148, ProductName: `Samsung Galaxy 22`, UnitPrice: 26140.37, Quantity: 2, ExtendedPrice: 52280.74, Freight: 1270.37, Discontinued: false, Region: `West`, Address: `128 Market Street`, City: `Miami`, Country: `USA`, PostalCode: 50136 }), + new InvoicesDataItem({ ShipName: `Jackson Home`, ShipAddress: `164 Wall Street`, ShipCity: `Huston`, ShipPostalCode: 70190, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1133, CustomerName: `Max Jackson`, CustomerFirstName: `Max`, CustomerLastName: `Jackson`, CustomerAddress: `164 Wall Street, Huston, USA, 70190`, Salesperson: `Nancy Watson`, OrderID: 1222, OrderDate: `3/15/2022`, ProductID: 140, ProductName: `IPad`, UnitPrice: 20540.74, Quantity: 3, ExtendedPrice: 61622.22, Freight: 1190.74, Discontinued: false, Region: `West`, Address: `164 Wall Street`, City: `Huston`, Country: `USA`, PostalCode: 70190 }), + new InvoicesDataItem({ ShipName: `Black Home`, ShipAddress: `118 Main Street`, ShipCity: `Huston`, ShipPostalCode: 60126, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1134, CustomerName: `Ben Black`, CustomerFirstName: `Ben`, CustomerLastName: `Black`, CustomerAddress: `118 Main Street, Huston, USA, 60126`, Salesperson: `Pamela Jefferson`, OrderID: 1888, OrderDate: `7/3/2022`, ProductID: 133, ProductName: `Samsung Galaxy 22`, UnitPrice: 25970.39, Quantity: 2, ExtendedPrice: 51940.78, Freight: 1110.39, Discontinued: false, Region: `North East`, Address: `118 Main Street`, City: `Huston`, Country: `USA`, PostalCode: 60126 }), + new InvoicesDataItem({ ShipName: `Jefferson Estate`, ShipAddress: `145 Wall Street`, ShipCity: `Philadelphia`, ShipPostalCode: 50093, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1135, CustomerName: `James Jefferson`, CustomerFirstName: `James`, CustomerLastName: `Jefferson`, CustomerAddress: `145 Wall Street, Philadelphia, USA, 50093`, Salesperson: `Nancy Jefferson`, OrderID: 1661, OrderDate: `5/14/2022`, ProductID: 199, ProductName: `Mac Book Air`, UnitPrice: 12190.38, Quantity: 2, ExtendedPrice: 24380.76, Freight: 1670.38, Discontinued: false, Region: `North East`, Address: `145 Wall Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 50093 }), + new InvoicesDataItem({ ShipName: `Jefferson Home`, ShipAddress: `174 Wall Street`, ShipCity: `Los Angeles`, ShipPostalCode: 70094, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1136, CustomerName: `Ben Jefferson`, CustomerFirstName: `Ben`, CustomerLastName: `Jefferson`, CustomerAddress: `174 Wall Street, Los Angeles, USA, 70094`, Salesperson: `Max Madison`, OrderID: 1495, OrderDate: `1/19/2022`, ProductID: 188, ProductName: `Mac Book Pro`, UnitPrice: 18310.54, Quantity: 5, ExtendedPrice: 91552.7, Freight: 810.54, Discontinued: false, Region: `West`, Address: `174 Wall Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 70094 }), + new InvoicesDataItem({ ShipName: `Watson Market`, ShipAddress: `146 Wall Street`, ShipCity: `Philadelphia`, ShipPostalCode: 90093, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1137, CustomerName: `Martin Watson`, CustomerFirstName: `Martin`, CustomerLastName: `Watson`, CustomerAddress: `146 Wall Street, Philadelphia, USA, 90093`, Salesperson: `Mike Smith`, OrderID: 1649, OrderDate: `1/4/2022`, ProductID: 171, ProductName: `Mac Book Air`, UnitPrice: 6400.45, Quantity: 3, ExtendedPrice: 19201.35, Freight: 220.45, Discontinued: false, Region: `West`, Address: `146 Wall Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 90093 }), + new InvoicesDataItem({ ShipName: `Smith Estate`, ShipAddress: `181 Main Street`, ShipCity: `Miami`, ShipPostalCode: 80117, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1138, CustomerName: `Martin Smith`, CustomerFirstName: `Martin`, CustomerLastName: `Smith`, CustomerAddress: `181 Main Street, Miami, USA, 80117`, Salesperson: `Mike Black`, OrderID: 1152, OrderDate: `5/12/2022`, ProductID: 172, ProductName: `Mac Book Pro`, UnitPrice: 26760.58, Quantity: 5, ExtendedPrice: 133802.9, Freight: 1480.58, Discontinued: false, Region: `West`, Address: `181 Main Street`, City: `Miami`, Country: `USA`, PostalCode: 80117 }), + new InvoicesDataItem({ ShipName: `Jefferson Market`, ShipAddress: `183 Wall Street`, ShipCity: `Philadelphia`, ShipPostalCode: 70191, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1139, CustomerName: `Mike Jefferson`, CustomerFirstName: `Mike`, CustomerLastName: `Jefferson`, CustomerAddress: `183 Wall Street, Philadelphia, USA, 70191`, Salesperson: `Nancy Jefferson`, OrderID: 1471, OrderDate: `5/19/2022`, ProductID: 119, ProductName: `Mac Book Pro`, UnitPrice: 22030.88, Quantity: 5, ExtendedPrice: 110154.4, Freight: 990.88, Discontinued: true, Region: `West`, Address: `183 Wall Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 70191 }), + new InvoicesDataItem({ ShipName: `Madison Estate`, ShipAddress: `100 Wall Street`, ShipCity: `Philadelphia`, ShipPostalCode: 80082, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1140, CustomerName: `Pamela Madison`, CustomerFirstName: `Pamela`, CustomerLastName: `Madison`, CustomerAddress: `100 Wall Street, Philadelphia, USA, 80082`, Salesperson: `Max Madison`, OrderID: 1793, OrderDate: `3/16/2022`, ProductID: 158, ProductName: `Mac Book Pro`, UnitPrice: 20230.42, Quantity: 3, ExtendedPrice: 60691.26, Freight: 1990.42, Discontinued: false, Region: `West`, Address: `100 Wall Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 80082 }), + new InvoicesDataItem({ ShipName: `Black Market`, ShipAddress: `173 Market Street`, ShipCity: `New York`, ShipPostalCode: 90155, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1141, CustomerName: `Pamela Black`, CustomerFirstName: `Pamela`, CustomerLastName: `Black`, CustomerAddress: `173 Market Street, New York, USA, 90155`, Salesperson: `Pamela Black`, OrderID: 1928, OrderDate: `8/24/2022`, ProductID: 114, ProductName: `Mac Book Air`, UnitPrice: 24460.68, Quantity: 2, ExtendedPrice: 48921.36, Freight: 1840.68, Discontinued: false, Region: `West`, Address: `173 Market Street`, City: `New York`, Country: `USA`, PostalCode: 90155 }), + new InvoicesDataItem({ ShipName: `Smith Townhouse`, ShipAddress: `171 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 60087, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1142, CustomerName: `James Smith`, CustomerFirstName: `James`, CustomerLastName: `Smith`, CustomerAddress: `171 Market Street, Philadelphia, USA, 60087`, Salesperson: `Pamela Madison`, OrderID: 1027, OrderDate: `1/25/2022`, ProductID: 145, ProductName: `Samsung Note`, UnitPrice: 6010.73, Quantity: 3, ExtendedPrice: 18032.19, Freight: 1860.73, Discontinued: false, Region: `West`, Address: `171 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 60087 }), + new InvoicesDataItem({ ShipName: `Jackson Townhouse`, ShipAddress: `175 Wall Street`, ShipCity: `Huston`, ShipPostalCode: 60122, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1143, CustomerName: `Mike Jackson`, CustomerFirstName: `Mike`, CustomerLastName: `Jackson`, CustomerAddress: `175 Wall Street, Huston, USA, 60122`, Salesperson: `Pamela Jackson`, OrderID: 1700, OrderDate: `12/10/2022`, ProductID: 150, ProductName: `Mac Book Pro`, UnitPrice: 22030.36, Quantity: 2, ExtendedPrice: 44060.72, Freight: 940.36, Discontinued: false, Region: `West`, Address: `175 Wall Street`, City: `Huston`, Country: `USA`, PostalCode: 60122 }), + new InvoicesDataItem({ ShipName: `Smith Townhouse`, ShipAddress: `174 Main Street`, ShipCity: `Miami`, ShipPostalCode: 90071, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1144, CustomerName: `Max Smith`, CustomerFirstName: `Max`, CustomerLastName: `Smith`, CustomerAddress: `174 Main Street, Miami, USA, 90071`, Salesperson: `Mike Jackson`, OrderID: 1769, OrderDate: `2/20/2022`, ProductID: 183, ProductName: `Mac Book Air`, UnitPrice: 25890.72, Quantity: 3, ExtendedPrice: 77672.16, Freight: 1540.72, Discontinued: false, Region: `West`, Address: `174 Main Street`, City: `Miami`, Country: `USA`, PostalCode: 90071 }), + new InvoicesDataItem({ ShipName: `Jefferson Estate`, ShipAddress: `100 Market Street`, ShipCity: `Huston`, ShipPostalCode: 90059, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1145, CustomerName: `Martin Jefferson`, CustomerFirstName: `Martin`, CustomerLastName: `Jefferson`, CustomerAddress: `100 Market Street, Huston, USA, 90059`, Salesperson: `Max Jefferson`, OrderID: 1835, OrderDate: `5/15/2022`, ProductID: 142, ProductName: `Samsung Note`, UnitPrice: 28310.48, Quantity: 3, ExtendedPrice: 84931.44, Freight: 2000.48, Discontinued: false, Region: `West`, Address: `100 Market Street`, City: `Huston`, Country: `USA`, PostalCode: 90059 }), + new InvoicesDataItem({ ShipName: `Madison Townhouse`, ShipAddress: `120 Market Street`, ShipCity: `Miami`, ShipPostalCode: 90120, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1146, CustomerName: `Ben Madison`, CustomerFirstName: `Ben`, CustomerLastName: `Madison`, CustomerAddress: `120 Market Street, Miami, USA, 90120`, Salesperson: `Max Jefferson`, OrderID: 1787, OrderDate: `5/16/2022`, ProductID: 104, ProductName: `IPad`, UnitPrice: 8410.44, Quantity: 2, ExtendedPrice: 16820.88, Freight: 1620.44, Discontinued: false, Region: `West`, Address: `120 Market Street`, City: `Miami`, Country: `USA`, PostalCode: 90120 }), + new InvoicesDataItem({ ShipName: `Watson Estate`, ShipAddress: `163 Wall Street`, ShipCity: `Los Angeles`, ShipPostalCode: 80132, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1147, CustomerName: `Pamela Watson`, CustomerFirstName: `Pamela`, CustomerLastName: `Watson`, CustomerAddress: `163 Wall Street, Los Angeles, USA, 80132`, Salesperson: `Pamela Watson`, OrderID: 1026, OrderDate: `7/10/2022`, ProductID: 130, ProductName: `Samsung Note`, UnitPrice: 13650.42, Quantity: 3, ExtendedPrice: 40951.26, Freight: 750.42, Discontinued: false, Region: `West`, Address: `163 Wall Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 80132 }), + new InvoicesDataItem({ ShipName: `Black Home`, ShipAddress: `169 Wall Street`, ShipCity: `Huston`, ShipPostalCode: 90138, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1148, CustomerName: `Ben Black`, CustomerFirstName: `Ben`, CustomerLastName: `Black`, CustomerAddress: `169 Wall Street, Huston, USA, 90138`, Salesperson: `Anna Smith`, OrderID: 1805, OrderDate: `1/6/2022`, ProductID: 126, ProductName: `Samsung Note`, UnitPrice: 29130.32, Quantity: 4, ExtendedPrice: 116521.28, Freight: 800.32, Discontinued: false, Region: `West`, Address: `169 Wall Street`, City: `Huston`, Country: `USA`, PostalCode: 90138 }), + new InvoicesDataItem({ ShipName: `Jefferson Townhouse`, ShipAddress: `167 Market Street`, ShipCity: `Miami`, ShipPostalCode: 60152, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1149, CustomerName: `Max Jefferson`, CustomerFirstName: `Max`, CustomerLastName: `Jefferson`, CustomerAddress: `167 Market Street, Miami, USA, 60152`, Salesperson: `Ben Jackson`, OrderID: 1292, OrderDate: `10/3/2022`, ProductID: 178, ProductName: `IPhone`, UnitPrice: 9150.64, Quantity: 5, ExtendedPrice: 45753.2, Freight: 1530.64, Discontinued: true, Region: `North East`, Address: `167 Market Street`, City: `Miami`, Country: `USA`, PostalCode: 60152 }), + new InvoicesDataItem({ ShipName: `Jackson Home`, ShipAddress: `194 Wall Street`, ShipCity: `Philadelphia`, ShipPostalCode: 80133, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1150, CustomerName: `Nancy Jackson`, CustomerFirstName: `Nancy`, CustomerLastName: `Jackson`, CustomerAddress: `194 Wall Street, Philadelphia, USA, 80133`, Salesperson: `Martin Watson`, OrderID: 1240, OrderDate: `10/14/2022`, ProductID: 128, ProductName: `IPhone`, UnitPrice: 22900.38, Quantity: 5, ExtendedPrice: 114501.9, Freight: 1500.38, Discontinued: false, Region: `North East`, Address: `194 Wall Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 80133 }), + new InvoicesDataItem({ ShipName: `Smith Home`, ShipAddress: `168 Wall Street`, ShipCity: `New York`, ShipPostalCode: 60104, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1151, CustomerName: `James Smith`, CustomerFirstName: `James`, CustomerLastName: `Smith`, CustomerAddress: `168 Wall Street, New York, USA, 60104`, Salesperson: `Martin Madison`, OrderID: 1307, OrderDate: `5/19/2022`, ProductID: 109, ProductName: `Samsung Note`, UnitPrice: 18330.33, Quantity: 5, ExtendedPrice: 91651.65, Freight: 1960.33, Discontinued: false, Region: `North East`, Address: `168 Wall Street`, City: `New York`, Country: `USA`, PostalCode: 60104 }), + new InvoicesDataItem({ ShipName: `Madison Market`, ShipAddress: `122 Market Street`, ShipCity: `New York`, ShipPostalCode: 60149, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1152, CustomerName: `Nancy Madison`, CustomerFirstName: `Nancy`, CustomerLastName: `Madison`, CustomerAddress: `122 Market Street, New York, USA, 60149`, Salesperson: `Mike Madison`, OrderID: 1360, OrderDate: `11/2/2022`, ProductID: 141, ProductName: `Mac Book Pro`, UnitPrice: 8620.6, Quantity: 2, ExtendedPrice: 17241.2, Freight: 950.6, Discontinued: false, Region: `South East`, Address: `122 Market Street`, City: `New York`, Country: `USA`, PostalCode: 60149 }), + new InvoicesDataItem({ ShipName: `Black Home`, ShipAddress: `147 Main Street`, ShipCity: `Philadelphia`, ShipPostalCode: 80098, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1153, CustomerName: `Pamela Black`, CustomerFirstName: `Pamela`, CustomerLastName: `Black`, CustomerAddress: `147 Main Street, Philadelphia, USA, 80098`, Salesperson: `James Black`, OrderID: 1445, OrderDate: `11/2/2022`, ProductID: 151, ProductName: `Samsung Note`, UnitPrice: 27180.5, Quantity: 2, ExtendedPrice: 54361, Freight: 790.5, Discontinued: false, Region: `South East`, Address: `147 Main Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 80098 }), + new InvoicesDataItem({ ShipName: `Jackson Estate`, ShipAddress: `113 Wall Street`, ShipCity: `Los Angeles`, ShipPostalCode: 90111, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1154, CustomerName: `Martin Jackson`, CustomerFirstName: `Martin`, CustomerLastName: `Jackson`, CustomerAddress: `113 Wall Street, Los Angeles, USA, 90111`, Salesperson: `Anna Jackson`, OrderID: 1014, OrderDate: `1/24/2022`, ProductID: 185, ProductName: `Mac Book Air`, UnitPrice: 14760.63, Quantity: 2, ExtendedPrice: 29521.26, Freight: 1520.63, Discontinued: false, Region: `West`, Address: `113 Wall Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 90111 }), + new InvoicesDataItem({ ShipName: `Smith Estate`, ShipAddress: `154 Wall Street`, ShipCity: `Huston`, ShipPostalCode: 60050, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1155, CustomerName: `Nancy Smith`, CustomerFirstName: `Nancy`, CustomerLastName: `Smith`, CustomerAddress: `154 Wall Street, Huston, USA, 60050`, Salesperson: `Nancy Smith`, OrderID: 1845, OrderDate: `4/8/2022`, ProductID: 105, ProductName: `IPad`, UnitPrice: 22600.77, Quantity: 4, ExtendedPrice: 90403.08, Freight: 670.77, Discontinued: false, Region: `North East`, Address: `154 Wall Street`, City: `Huston`, Country: `USA`, PostalCode: 60050 }), + new InvoicesDataItem({ ShipName: `Black Townhouse`, ShipAddress: `188 Main Street`, ShipCity: `Philadelphia`, ShipPostalCode: 80121, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1156, CustomerName: `James Black`, CustomerFirstName: `James`, CustomerLastName: `Black`, CustomerAddress: `188 Main Street, Philadelphia, USA, 80121`, Salesperson: `Martin Jefferson`, OrderID: 1587, OrderDate: `5/13/2022`, ProductID: 174, ProductName: `Samsung Note`, UnitPrice: 17020.74, Quantity: 2, ExtendedPrice: 34041.48, Freight: 1490.74, Discontinued: false, Region: `West`, Address: `188 Main Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 80121 }), + new InvoicesDataItem({ ShipName: `Smith Home`, ShipAddress: `181 Wall Street`, ShipCity: `Huston`, ShipPostalCode: 90097, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1157, CustomerName: `Anna Smith`, CustomerFirstName: `Anna`, CustomerLastName: `Smith`, CustomerAddress: `181 Wall Street, Huston, USA, 90097`, Salesperson: `Anna Madison`, OrderID: 1706, OrderDate: `5/22/2022`, ProductID: 112, ProductName: `Samsung Galaxy 22`, UnitPrice: 21780.43, Quantity: 3, ExtendedPrice: 65341.29, Freight: 1650.43, Discontinued: false, Region: `North East`, Address: `181 Wall Street`, City: `Huston`, Country: `USA`, PostalCode: 90097 }), + new InvoicesDataItem({ ShipName: `Smith Estate`, ShipAddress: `171 Wall Street`, ShipCity: `Miami`, ShipPostalCode: 50118, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1158, CustomerName: `James Smith`, CustomerFirstName: `James`, CustomerLastName: `Smith`, CustomerAddress: `171 Wall Street, Miami, USA, 50118`, Salesperson: `Max Smith`, OrderID: 1335, OrderDate: `6/16/2022`, ProductID: 116, ProductName: `IPad`, UnitPrice: 7560.43, Quantity: 3, ExtendedPrice: 22681.29, Freight: 1140.43, Discontinued: false, Region: `West`, Address: `171 Wall Street`, City: `Miami`, Country: `USA`, PostalCode: 50118 }), + new InvoicesDataItem({ ShipName: `Jackson Estate`, ShipAddress: `193 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 70176, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1159, CustomerName: `Ben Jackson`, CustomerFirstName: `Ben`, CustomerLastName: `Jackson`, CustomerAddress: `193 Market Street, Philadelphia, USA, 70176`, Salesperson: `Martin Black`, OrderID: 1003, OrderDate: `9/11/2022`, ProductID: 170, ProductName: `IPhone`, UnitPrice: 15510.7, Quantity: 5, ExtendedPrice: 77553.5, Freight: 200.7, Discontinued: true, Region: `West`, Address: `193 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 70176 }), + new InvoicesDataItem({ ShipName: `Madison Home`, ShipAddress: `125 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 80142, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1160, CustomerName: `Ben Madison`, CustomerFirstName: `Ben`, CustomerLastName: `Madison`, CustomerAddress: `125 Market Street, Philadelphia, USA, 80142`, Salesperson: `Martin Madison`, OrderID: 1723, OrderDate: `3/14/2022`, ProductID: 179, ProductName: `IPhone`, UnitPrice: 14760.6, Quantity: 3, ExtendedPrice: 44281.8, Freight: 1650.6, Discontinued: false, Region: `West`, Address: `125 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 80142 }), + new InvoicesDataItem({ ShipName: `Smith Estate`, ShipAddress: `128 Main Street`, ShipCity: `Philadelphia`, ShipPostalCode: 70111, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1161, CustomerName: `Anna Smith`, CustomerFirstName: `Anna`, CustomerLastName: `Smith`, CustomerAddress: `128 Main Street, Philadelphia, USA, 70111`, Salesperson: `Max Jackson`, OrderID: 1810, OrderDate: `1/18/2022`, ProductID: 117, ProductName: `IPad`, UnitPrice: 19620.55, Quantity: 5, ExtendedPrice: 98102.75, Freight: 1030.55, Discontinued: false, Region: `South East`, Address: `128 Main Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 70111 }), + new InvoicesDataItem({ ShipName: `Madison Estate`, ShipAddress: `131 Wall Street`, ShipCity: `Philadelphia`, ShipPostalCode: 90058, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1162, CustomerName: `Max Madison`, CustomerFirstName: `Max`, CustomerLastName: `Madison`, CustomerAddress: `131 Wall Street, Philadelphia, USA, 90058`, Salesperson: `Pamela Madison`, OrderID: 1224, OrderDate: `2/2/2022`, ProductID: 108, ProductName: `Mac Book Air`, UnitPrice: 9130.21, Quantity: 2, ExtendedPrice: 18260.42, Freight: 1110.21, Discontinued: false, Region: `West`, Address: `131 Wall Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 90058 }), + new InvoicesDataItem({ ShipName: `Watson Market`, ShipAddress: `145 Main Street`, ShipCity: `Philadelphia`, ShipPostalCode: 50176, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1163, CustomerName: `James Watson`, CustomerFirstName: `James`, CustomerLastName: `Watson`, CustomerAddress: `145 Main Street, Philadelphia, USA, 50176`, Salesperson: `Mike Smith`, OrderID: 1265, OrderDate: `4/22/2022`, ProductID: 147, ProductName: `IPhone`, UnitPrice: 15210.29, Quantity: 2, ExtendedPrice: 30420.58, Freight: 1470.29, Discontinued: false, Region: `South East`, Address: `145 Main Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 50176 }), + new InvoicesDataItem({ ShipName: `Jefferson Estate`, ShipAddress: `123 Main Street`, ShipCity: `Philadelphia`, ShipPostalCode: 90058, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1164, CustomerName: `Ben Jefferson`, CustomerFirstName: `Ben`, CustomerLastName: `Jefferson`, CustomerAddress: `123 Main Street, Philadelphia, USA, 90058`, Salesperson: `Martin Watson`, OrderID: 1428, OrderDate: `9/14/2022`, ProductID: 195, ProductName: `Samsung Note`, UnitPrice: 6440.36, Quantity: 4, ExtendedPrice: 25761.44, Freight: 350.36, Discontinued: false, Region: `West`, Address: `123 Main Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 90058 }), + new InvoicesDataItem({ ShipName: `Watson Townhouse`, ShipAddress: `148 Wall Street`, ShipCity: `Los Angeles`, ShipPostalCode: 60161, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1165, CustomerName: `Ben Watson`, CustomerFirstName: `Ben`, CustomerLastName: `Watson`, CustomerAddress: `148 Wall Street, Los Angeles, USA, 60161`, Salesperson: `Nancy Black`, OrderID: 1367, OrderDate: `9/1/2022`, ProductID: 196, ProductName: `Mac Book Pro`, UnitPrice: 26990.25, Quantity: 4, ExtendedPrice: 107961, Freight: 950.25, Discontinued: false, Region: `West`, Address: `148 Wall Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 60161 }), + new InvoicesDataItem({ ShipName: `Jefferson Home`, ShipAddress: `151 Main Street`, ShipCity: `New York`, ShipPostalCode: 90156, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1166, CustomerName: `James Jefferson`, CustomerFirstName: `James`, CustomerLastName: `Jefferson`, CustomerAddress: `151 Main Street, New York, USA, 90156`, Salesperson: `Ben Smith`, OrderID: 1812, OrderDate: `6/23/2022`, ProductID: 182, ProductName: `Samsung Galaxy 22`, UnitPrice: 6230.76, Quantity: 5, ExtendedPrice: 31153.8, Freight: 920.76, Discontinued: false, Region: `West`, Address: `151 Main Street`, City: `New York`, Country: `USA`, PostalCode: 90156 }), + new InvoicesDataItem({ ShipName: `Jackson Townhouse`, ShipAddress: `128 Main Street`, ShipCity: `New York`, ShipPostalCode: 90073, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1167, CustomerName: `Pamela Jackson`, CustomerFirstName: `Pamela`, CustomerLastName: `Jackson`, CustomerAddress: `128 Main Street, New York, USA, 90073`, Salesperson: `Nancy Madison`, OrderID: 1121, OrderDate: `3/25/2022`, ProductID: 166, ProductName: `Mac Book Air`, UnitPrice: 8360.33, Quantity: 3, ExtendedPrice: 25080.99, Freight: 1870.33, Discontinued: false, Region: `South East`, Address: `128 Main Street`, City: `New York`, Country: `USA`, PostalCode: 90073 }), + new InvoicesDataItem({ ShipName: `Black Market`, ShipAddress: `109 Wall Street`, ShipCity: `Philadelphia`, ShipPostalCode: 70139, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1168, CustomerName: `Mike Black`, CustomerFirstName: `Mike`, CustomerLastName: `Black`, CustomerAddress: `109 Wall Street, Philadelphia, USA, 70139`, Salesperson: `James Jefferson`, OrderID: 1086, OrderDate: `11/22/2022`, ProductID: 192, ProductName: `IPhone`, UnitPrice: 13050.45, Quantity: 4, ExtendedPrice: 52201.8, Freight: 1850.45, Discontinued: false, Region: `North East`, Address: `109 Wall Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 70139 }), + new InvoicesDataItem({ ShipName: `Smith Home`, ShipAddress: `196 Wall Street`, ShipCity: `Los Angeles`, ShipPostalCode: 60096, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1169, CustomerName: `Anna Smith`, CustomerFirstName: `Anna`, CustomerLastName: `Smith`, CustomerAddress: `196 Wall Street, Los Angeles, USA, 60096`, Salesperson: `Mike Watson`, OrderID: 1859, OrderDate: `8/11/2022`, ProductID: 157, ProductName: `IPhone`, UnitPrice: 14950.2, Quantity: 5, ExtendedPrice: 74751, Freight: 1140.2, Discontinued: true, Region: `South East`, Address: `196 Wall Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 60096 }), + new InvoicesDataItem({ ShipName: `Watson Townhouse`, ShipAddress: `101 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 90111, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1170, CustomerName: `James Watson`, CustomerFirstName: `James`, CustomerLastName: `Watson`, CustomerAddress: `101 Market Street, Philadelphia, USA, 90111`, Salesperson: `Mike Madison`, OrderID: 1952, OrderDate: `7/19/2022`, ProductID: 152, ProductName: `Samsung Galaxy 22`, UnitPrice: 29810.56, Quantity: 4, ExtendedPrice: 119242.24, Freight: 470.56, Discontinued: false, Region: `South East`, Address: `101 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 90111 }), + new InvoicesDataItem({ ShipName: `Madison Estate`, ShipAddress: `147 Main Street`, ShipCity: `Los Angeles`, ShipPostalCode: 90157, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1171, CustomerName: `Max Madison`, CustomerFirstName: `Max`, CustomerLastName: `Madison`, CustomerAddress: `147 Main Street, Los Angeles, USA, 90157`, Salesperson: `Ben Black`, OrderID: 1351, OrderDate: `5/22/2022`, ProductID: 180, ProductName: `Samsung Note`, UnitPrice: 13470.4, Quantity: 5, ExtendedPrice: 67352, Freight: 1610.4, Discontinued: false, Region: `West`, Address: `147 Main Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 90157 }), + new InvoicesDataItem({ ShipName: `Smith Townhouse`, ShipAddress: `195 Market Street`, ShipCity: `Huston`, ShipPostalCode: 80071, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1172, CustomerName: `Anna Smith`, CustomerFirstName: `Anna`, CustomerLastName: `Smith`, CustomerAddress: `195 Market Street, Huston, USA, 80071`, Salesperson: `Pamela Jefferson`, OrderID: 1371, OrderDate: `12/9/2022`, ProductID: 105, ProductName: `Mac Book Pro`, UnitPrice: 19040.72, Quantity: 4, ExtendedPrice: 76162.88, Freight: 1480.72, Discontinued: false, Region: `South East`, Address: `195 Market Street`, City: `Huston`, Country: `USA`, PostalCode: 80071 }), + new InvoicesDataItem({ ShipName: `Black Townhouse`, ShipAddress: `184 Market Street`, ShipCity: `Los Angeles`, ShipPostalCode: 90197, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1173, CustomerName: `Martin Black`, CustomerFirstName: `Martin`, CustomerLastName: `Black`, CustomerAddress: `184 Market Street, Los Angeles, USA, 90197`, Salesperson: `Martin Watson`, OrderID: 1537, OrderDate: `4/3/2022`, ProductID: 137, ProductName: `IPhone`, UnitPrice: 25370.79, Quantity: 2, ExtendedPrice: 50741.58, Freight: 1980.79, Discontinued: false, Region: `North East`, Address: `184 Market Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 90197 }), + new InvoicesDataItem({ ShipName: `Jackson Estate`, ShipAddress: `102 Market Street`, ShipCity: `Huston`, ShipPostalCode: 70185, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1174, CustomerName: `Ben Jackson`, CustomerFirstName: `Ben`, CustomerLastName: `Jackson`, CustomerAddress: `102 Market Street, Huston, USA, 70185`, Salesperson: `Ben Jackson`, OrderID: 1378, OrderDate: `7/6/2022`, ProductID: 182, ProductName: `Mac Book Pro`, UnitPrice: 19620.84, Quantity: 2, ExtendedPrice: 39241.68, Freight: 730.84, Discontinued: false, Region: `North East`, Address: `102 Market Street`, City: `Huston`, Country: `USA`, PostalCode: 70185 }), + new InvoicesDataItem({ ShipName: `Watson Market`, ShipAddress: `192 Wall Street`, ShipCity: `Huston`, ShipPostalCode: 60144, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1175, CustomerName: `Nancy Watson`, CustomerFirstName: `Nancy`, CustomerLastName: `Watson`, CustomerAddress: `192 Wall Street, Huston, USA, 60144`, Salesperson: `Martin Jefferson`, OrderID: 1350, OrderDate: `10/23/2022`, ProductID: 138, ProductName: `IPad`, UnitPrice: 26010.88, Quantity: 2, ExtendedPrice: 52021.76, Freight: 260.88, Discontinued: false, Region: `North East`, Address: `192 Wall Street`, City: `Huston`, Country: `USA`, PostalCode: 60144 }), + new InvoicesDataItem({ ShipName: `Black Home`, ShipAddress: `114 Main Street`, ShipCity: `Philadelphia`, ShipPostalCode: 70079, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1176, CustomerName: `Ben Black`, CustomerFirstName: `Ben`, CustomerLastName: `Black`, CustomerAddress: `114 Main Street, Philadelphia, USA, 70079`, Salesperson: `Anna Watson`, OrderID: 1889, OrderDate: `8/21/2022`, ProductID: 146, ProductName: `Samsung Galaxy 22`, UnitPrice: 23970.6, Quantity: 3, ExtendedPrice: 71911.8, Freight: 1870.6, Discontinued: false, Region: `North East`, Address: `114 Main Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 70079 }), + new InvoicesDataItem({ ShipName: `Madison Townhouse`, ShipAddress: `199 Wall Street`, ShipCity: `Miami`, ShipPostalCode: 90182, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1177, CustomerName: `Nancy Madison`, CustomerFirstName: `Nancy`, CustomerLastName: `Madison`, CustomerAddress: `199 Wall Street, Miami, USA, 90182`, Salesperson: `Anna Madison`, OrderID: 1285, OrderDate: `3/12/2022`, ProductID: 146, ProductName: `Samsung Note`, UnitPrice: 13660.54, Quantity: 2, ExtendedPrice: 27321.08, Freight: 1870.54, Discontinued: false, Region: `South East`, Address: `199 Wall Street`, City: `Miami`, Country: `USA`, PostalCode: 90182 }), + new InvoicesDataItem({ ShipName: `Madison Townhouse`, ShipAddress: `141 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 80097, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1178, CustomerName: `Pamela Madison`, CustomerFirstName: `Pamela`, CustomerLastName: `Madison`, CustomerAddress: `141 Market Street, Philadelphia, USA, 80097`, Salesperson: `Pamela Watson`, OrderID: 1886, OrderDate: `8/1/2022`, ProductID: 107, ProductName: `Mac Book Pro`, UnitPrice: 11630.46, Quantity: 4, ExtendedPrice: 46521.84, Freight: 1530.46, Discontinued: false, Region: `North East`, Address: `141 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 80097 }), + new InvoicesDataItem({ ShipName: `Jefferson Market`, ShipAddress: `168 Main Street`, ShipCity: `Los Angeles`, ShipPostalCode: 80162, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1179, CustomerName: `Max Jefferson`, CustomerFirstName: `Max`, CustomerLastName: `Jefferson`, CustomerAddress: `168 Main Street, Los Angeles, USA, 80162`, Salesperson: `Mike Jackson`, OrderID: 1009, OrderDate: `4/7/2022`, ProductID: 149, ProductName: `IPad`, UnitPrice: 16960.32, Quantity: 3, ExtendedPrice: 50880.96, Freight: 1510.32, Discontinued: true, Region: `North East`, Address: `168 Main Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 80162 }), + new InvoicesDataItem({ ShipName: `Smith Home`, ShipAddress: `100 Market Street`, ShipCity: `Miami`, ShipPostalCode: 80063, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1180, CustomerName: `Martin Smith`, CustomerFirstName: `Martin`, CustomerLastName: `Smith`, CustomerAddress: `100 Market Street, Miami, USA, 80063`, Salesperson: `Nancy Smith`, OrderID: 1046, OrderDate: `10/21/2022`, ProductID: 123, ProductName: `IPad`, UnitPrice: 19360.67, Quantity: 3, ExtendedPrice: 58082.01, Freight: 1510.67, Discontinued: false, Region: `South East`, Address: `100 Market Street`, City: `Miami`, Country: `USA`, PostalCode: 80063 }), + new InvoicesDataItem({ ShipName: `Madison Home`, ShipAddress: `145 Market Street`, ShipCity: `Huston`, ShipPostalCode: 90152, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1181, CustomerName: `Anna Madison`, CustomerFirstName: `Anna`, CustomerLastName: `Madison`, CustomerAddress: `145 Market Street, Huston, USA, 90152`, Salesperson: `Max Watson`, OrderID: 1593, OrderDate: `11/17/2022`, ProductID: 169, ProductName: `Samsung Note`, UnitPrice: 28870.27, Quantity: 5, ExtendedPrice: 144351.35, Freight: 1430.27, Discontinued: false, Region: `North East`, Address: `145 Market Street`, City: `Huston`, Country: `USA`, PostalCode: 90152 }), + new InvoicesDataItem({ ShipName: `Jackson Estate`, ShipAddress: `154 Main Street`, ShipCity: `Miami`, ShipPostalCode: 90080, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1182, CustomerName: `Ben Jackson`, CustomerFirstName: `Ben`, CustomerLastName: `Jackson`, CustomerAddress: `154 Main Street, Miami, USA, 90080`, Salesperson: `Nancy Jefferson`, OrderID: 1234, OrderDate: `3/21/2022`, ProductID: 111, ProductName: `IPad`, UnitPrice: 16610.78, Quantity: 2, ExtendedPrice: 33221.56, Freight: 1350.78, Discontinued: false, Region: `South East`, Address: `154 Main Street`, City: `Miami`, Country: `USA`, PostalCode: 90080 }), + new InvoicesDataItem({ ShipName: `Smith Market`, ShipAddress: `166 Market Street`, ShipCity: `Huston`, ShipPostalCode: 70090, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1183, CustomerName: `Anna Smith`, CustomerFirstName: `Anna`, CustomerLastName: `Smith`, CustomerAddress: `166 Market Street, Huston, USA, 70090`, Salesperson: `Ben Watson`, OrderID: 1362, OrderDate: `5/2/2022`, ProductID: 122, ProductName: `Mac Book Air`, UnitPrice: 6870.64, Quantity: 4, ExtendedPrice: 27482.56, Freight: 750.64, Discontinued: false, Region: `North East`, Address: `166 Market Street`, City: `Huston`, Country: `USA`, PostalCode: 70090 }), + new InvoicesDataItem({ ShipName: `Jefferson Estate`, ShipAddress: `180 Market Street`, ShipCity: `Miami`, ShipPostalCode: 90169, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1184, CustomerName: `Pamela Jefferson`, CustomerFirstName: `Pamela`, CustomerLastName: `Jefferson`, CustomerAddress: `180 Market Street, Miami, USA, 90169`, Salesperson: `Pamela Black`, OrderID: 1698, OrderDate: `1/18/2022`, ProductID: 129, ProductName: `IPad`, UnitPrice: 10960.71, Quantity: 5, ExtendedPrice: 54803.55, Freight: 1530.71, Discontinued: false, Region: `West`, Address: `180 Market Street`, City: `Miami`, Country: `USA`, PostalCode: 90169 }), + new InvoicesDataItem({ ShipName: `Madison Estate`, ShipAddress: `169 Main Street`, ShipCity: `Huston`, ShipPostalCode: 50114, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1185, CustomerName: `Nancy Madison`, CustomerFirstName: `Nancy`, CustomerLastName: `Madison`, CustomerAddress: `169 Main Street, Huston, USA, 50114`, Salesperson: `Martin Smith`, OrderID: 1458, OrderDate: `6/15/2022`, ProductID: 183, ProductName: `IPhone`, UnitPrice: 16380.23, Quantity: 2, ExtendedPrice: 32760.46, Freight: 1990.23, Discontinued: false, Region: `West`, Address: `169 Main Street`, City: `Huston`, Country: `USA`, PostalCode: 50114 }), + new InvoicesDataItem({ ShipName: `Madison Estate`, ShipAddress: `132 Market Street`, ShipCity: `Miami`, ShipPostalCode: 90064, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1186, CustomerName: `Max Madison`, CustomerFirstName: `Max`, CustomerLastName: `Madison`, CustomerAddress: `132 Market Street, Miami, USA, 90064`, Salesperson: `Nancy Jackson`, OrderID: 1563, OrderDate: `6/17/2022`, ProductID: 193, ProductName: `Samsung Note`, UnitPrice: 25940.61, Quantity: 4, ExtendedPrice: 103762.44, Freight: 970.61, Discontinued: false, Region: `West`, Address: `132 Market Street`, City: `Miami`, Country: `USA`, PostalCode: 90064 }), + new InvoicesDataItem({ ShipName: `Madison Market`, ShipAddress: `107 Wall Street`, ShipCity: `Los Angeles`, ShipPostalCode: 50110, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1187, CustomerName: `Martin Madison`, CustomerFirstName: `Martin`, CustomerLastName: `Madison`, CustomerAddress: `107 Wall Street, Los Angeles, USA, 50110`, Salesperson: `Nancy Jefferson`, OrderID: 1934, OrderDate: `6/5/2022`, ProductID: 110, ProductName: `Samsung Note`, UnitPrice: 5360.47, Quantity: 3, ExtendedPrice: 16081.41, Freight: 1680.47, Discontinued: false, Region: `North East`, Address: `107 Wall Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 50110 }), + new InvoicesDataItem({ ShipName: `Black Townhouse`, ShipAddress: `170 Wall Street`, ShipCity: `New York`, ShipPostalCode: 50149, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1188, CustomerName: `Pamela Black`, CustomerFirstName: `Pamela`, CustomerLastName: `Black`, CustomerAddress: `170 Wall Street, New York, USA, 50149`, Salesperson: `Mike Jefferson`, OrderID: 1880, OrderDate: `12/7/2022`, ProductID: 137, ProductName: `IPhone`, UnitPrice: 19560.62, Quantity: 4, ExtendedPrice: 78242.48, Freight: 680.62, Discontinued: false, Region: `West`, Address: `170 Wall Street`, City: `New York`, Country: `USA`, PostalCode: 50149 }), + new InvoicesDataItem({ ShipName: `Jefferson Market`, ShipAddress: `152 Wall Street`, ShipCity: `New York`, ShipPostalCode: 50085, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1189, CustomerName: `Ben Jefferson`, CustomerFirstName: `Ben`, CustomerLastName: `Jefferson`, CustomerAddress: `152 Wall Street, New York, USA, 50085`, Salesperson: `Anna Jackson`, OrderID: 1159, OrderDate: `5/18/2022`, ProductID: 167, ProductName: `IPad`, UnitPrice: 19270.25, Quantity: 2, ExtendedPrice: 38540.5, Freight: 1050.25, Discontinued: true, Region: `North East`, Address: `152 Wall Street`, City: `New York`, Country: `USA`, PostalCode: 50085 }), + new InvoicesDataItem({ ShipName: `Watson Market`, ShipAddress: `186 Wall Street`, ShipCity: `Los Angeles`, ShipPostalCode: 60146, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1190, CustomerName: `Mike Watson`, CustomerFirstName: `Mike`, CustomerLastName: `Watson`, CustomerAddress: `186 Wall Street, Los Angeles, USA, 60146`, Salesperson: `Nancy Madison`, OrderID: 1960, OrderDate: `3/2/2022`, ProductID: 167, ProductName: `Samsung Galaxy 22`, UnitPrice: 22090.53, Quantity: 3, ExtendedPrice: 66271.59, Freight: 1790.53, Discontinued: false, Region: `West`, Address: `186 Wall Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 60146 }), + new InvoicesDataItem({ ShipName: `Madison Estate`, ShipAddress: `194 Wall Street`, ShipCity: `New York`, ShipPostalCode: 50170, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1191, CustomerName: `Nancy Madison`, CustomerFirstName: `Nancy`, CustomerLastName: `Madison`, CustomerAddress: `194 Wall Street, New York, USA, 50170`, Salesperson: `Max Watson`, OrderID: 1658, OrderDate: `9/1/2022`, ProductID: 156, ProductName: `Samsung Galaxy 22`, UnitPrice: 27450.8, Quantity: 4, ExtendedPrice: 109803.2, Freight: 270.8, Discontinued: false, Region: `West`, Address: `194 Wall Street`, City: `New York`, Country: `USA`, PostalCode: 50170 }), + new InvoicesDataItem({ ShipName: `Smith Townhouse`, ShipAddress: `172 Main Street`, ShipCity: `New York`, ShipPostalCode: 70191, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1192, CustomerName: `Ben Smith`, CustomerFirstName: `Ben`, CustomerLastName: `Smith`, CustomerAddress: `172 Main Street, New York, USA, 70191`, Salesperson: `Pamela Madison`, OrderID: 1225, OrderDate: `3/22/2022`, ProductID: 170, ProductName: `Samsung Galaxy 22`, UnitPrice: 21150.84, Quantity: 5, ExtendedPrice: 105754.2, Freight: 1230.84, Discontinued: false, Region: `West`, Address: `172 Main Street`, City: `New York`, Country: `USA`, PostalCode: 70191 }), + new InvoicesDataItem({ ShipName: `Black Market`, ShipAddress: `108 Market Street`, ShipCity: `Los Angeles`, ShipPostalCode: 70146, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1193, CustomerName: `Mike Black`, CustomerFirstName: `Mike`, CustomerLastName: `Black`, CustomerAddress: `108 Market Street, Los Angeles, USA, 70146`, Salesperson: `Pamela Black`, OrderID: 1886, OrderDate: `8/20/2022`, ProductID: 126, ProductName: `IPhone`, UnitPrice: 6100.73, Quantity: 2, ExtendedPrice: 12201.46, Freight: 1340.73, Discontinued: false, Region: `South East`, Address: `108 Market Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 70146 }), + new InvoicesDataItem({ ShipName: `Watson Market`, ShipAddress: `109 Wall Street`, ShipCity: `Los Angeles`, ShipPostalCode: 90083, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1194, CustomerName: `Max Watson`, CustomerFirstName: `Max`, CustomerLastName: `Watson`, CustomerAddress: `109 Wall Street, Los Angeles, USA, 90083`, Salesperson: `Max Smith`, OrderID: 1191, OrderDate: `5/9/2022`, ProductID: 179, ProductName: `Samsung Galaxy 22`, UnitPrice: 20190.35, Quantity: 5, ExtendedPrice: 100951.75, Freight: 640.35, Discontinued: false, Region: `West`, Address: `109 Wall Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 90083 }), + new InvoicesDataItem({ ShipName: `Smith Market`, ShipAddress: `121 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 70102, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1195, CustomerName: `Max Smith`, CustomerFirstName: `Max`, CustomerLastName: `Smith`, CustomerAddress: `121 Market Street, Philadelphia, USA, 70102`, Salesperson: `Ben Black`, OrderID: 1051, OrderDate: `5/21/2022`, ProductID: 192, ProductName: `Mac Book Pro`, UnitPrice: 21730.32, Quantity: 5, ExtendedPrice: 108651.6, Freight: 1030.32, Discontinued: false, Region: `North East`, Address: `121 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 70102 }), + new InvoicesDataItem({ ShipName: `Watson Estate`, ShipAddress: `104 Wall Street`, ShipCity: `New York`, ShipPostalCode: 90066, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1196, CustomerName: `Max Watson`, CustomerFirstName: `Max`, CustomerLastName: `Watson`, CustomerAddress: `104 Wall Street, New York, USA, 90066`, Salesperson: `Ben Watson`, OrderID: 1385, OrderDate: `2/2/2022`, ProductID: 182, ProductName: `IPad`, UnitPrice: 26120.45, Quantity: 4, ExtendedPrice: 104481.8, Freight: 1930.45, Discontinued: false, Region: `North East`, Address: `104 Wall Street`, City: `New York`, Country: `USA`, PostalCode: 90066 }), + new InvoicesDataItem({ ShipName: `Madison Townhouse`, ShipAddress: `126 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 60091, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1197, CustomerName: `Ben Madison`, CustomerFirstName: `Ben`, CustomerLastName: `Madison`, CustomerAddress: `126 Market Street, Philadelphia, USA, 60091`, Salesperson: `Anna Madison`, OrderID: 1675, OrderDate: `6/22/2022`, ProductID: 174, ProductName: `IPad`, UnitPrice: 13240.35, Quantity: 4, ExtendedPrice: 52961.4, Freight: 890.35, Discontinued: false, Region: `South East`, Address: `126 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 60091 }), + new InvoicesDataItem({ ShipName: `Watson Home`, ShipAddress: `139 Main Street`, ShipCity: `Los Angeles`, ShipPostalCode: 70063, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1198, CustomerName: `Ben Watson`, CustomerFirstName: `Ben`, CustomerLastName: `Watson`, CustomerAddress: `139 Main Street, Los Angeles, USA, 70063`, Salesperson: `Pamela Black`, OrderID: 1997, OrderDate: `11/17/2022`, ProductID: 200, ProductName: `IPhone`, UnitPrice: 8400.83, Quantity: 5, ExtendedPrice: 42004.15, Freight: 1340.83, Discontinued: false, Region: `West`, Address: `139 Main Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 70063 }), + new InvoicesDataItem({ ShipName: `Smith Home`, ShipAddress: `133 Wall Street`, ShipCity: `Miami`, ShipPostalCode: 70071, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1199, CustomerName: `Mike Smith`, CustomerFirstName: `Mike`, CustomerLastName: `Smith`, CustomerAddress: `133 Wall Street, Miami, USA, 70071`, Salesperson: `James Watson`, OrderID: 1641, OrderDate: `11/12/2022`, ProductID: 147, ProductName: `Samsung Note`, UnitPrice: 10150.31, Quantity: 3, ExtendedPrice: 30450.93, Freight: 720.31, Discontinued: true, Region: `South East`, Address: `133 Wall Street`, City: `Miami`, Country: `USA`, PostalCode: 70071 }), + new InvoicesDataItem({ ShipName: `Black Market`, ShipAddress: `166 Main Street`, ShipCity: `Miami`, ShipPostalCode: 60137, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1200, CustomerName: `Max Black`, CustomerFirstName: `Max`, CustomerLastName: `Black`, CustomerAddress: `166 Main Street, Miami, USA, 60137`, Salesperson: `Ben Madison`, OrderID: 1418, OrderDate: `11/8/2022`, ProductID: 135, ProductName: `IPhone`, UnitPrice: 9410.46, Quantity: 2, ExtendedPrice: 18820.92, Freight: 970.46, Discontinued: false, Region: `West`, Address: `166 Main Street`, City: `Miami`, Country: `USA`, PostalCode: 60137 }), + new InvoicesDataItem({ ShipName: `Smith Townhouse`, ShipAddress: `143 Main Street`, ShipCity: `Miami`, ShipPostalCode: 70069, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1201, CustomerName: `James Smith`, CustomerFirstName: `James`, CustomerLastName: `Smith`, CustomerAddress: `143 Main Street, Miami, USA, 70069`, Salesperson: `Anna Watson`, OrderID: 1545, OrderDate: `6/24/2022`, ProductID: 190, ProductName: `Mac Book Pro`, UnitPrice: 5030.78, Quantity: 3, ExtendedPrice: 15092.34, Freight: 1630.78, Discontinued: false, Region: `North East`, Address: `143 Main Street`, City: `Miami`, Country: `USA`, PostalCode: 70069 }), + new InvoicesDataItem({ ShipName: `Jackson Townhouse`, ShipAddress: `106 Wall Street`, ShipCity: `Los Angeles`, ShipPostalCode: 50097, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1202, CustomerName: `Max Jackson`, CustomerFirstName: `Max`, CustomerLastName: `Jackson`, CustomerAddress: `106 Wall Street, Los Angeles, USA, 50097`, Salesperson: `James Jackson`, OrderID: 1493, OrderDate: `7/24/2022`, ProductID: 124, ProductName: `Samsung Note`, UnitPrice: 6390.72, Quantity: 5, ExtendedPrice: 31953.6, Freight: 1960.72, Discontinued: false, Region: `North East`, Address: `106 Wall Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 50097 }), + new InvoicesDataItem({ ShipName: `Jefferson Townhouse`, ShipAddress: `143 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 50052, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1203, CustomerName: `Pamela Jefferson`, CustomerFirstName: `Pamela`, CustomerLastName: `Jefferson`, CustomerAddress: `143 Market Street, Philadelphia, USA, 50052`, Salesperson: `Mike Jefferson`, OrderID: 1495, OrderDate: `2/14/2022`, ProductID: 179, ProductName: `Mac Book Pro`, UnitPrice: 16770.46, Quantity: 5, ExtendedPrice: 83852.3, Freight: 420.46, Discontinued: false, Region: `North East`, Address: `143 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 50052 }), + new InvoicesDataItem({ ShipName: `Smith Estate`, ShipAddress: `174 Wall Street`, ShipCity: `New York`, ShipPostalCode: 60127, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1204, CustomerName: `Nancy Smith`, CustomerFirstName: `Nancy`, CustomerLastName: `Smith`, CustomerAddress: `174 Wall Street, New York, USA, 60127`, Salesperson: `Max Watson`, OrderID: 1123, OrderDate: `11/20/2022`, ProductID: 186, ProductName: `Mac Book Air`, UnitPrice: 20930.48, Quantity: 4, ExtendedPrice: 83721.92, Freight: 950.48, Discontinued: false, Region: `South East`, Address: `174 Wall Street`, City: `New York`, Country: `USA`, PostalCode: 60127 }), + new InvoicesDataItem({ ShipName: `Madison Market`, ShipAddress: `123 Wall Street`, ShipCity: `Los Angeles`, ShipPostalCode: 60111, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1205, CustomerName: `Pamela Madison`, CustomerFirstName: `Pamela`, CustomerLastName: `Madison`, CustomerAddress: `123 Wall Street, Los Angeles, USA, 60111`, Salesperson: `Pamela Jefferson`, OrderID: 1342, OrderDate: `12/8/2022`, ProductID: 140, ProductName: `Samsung Galaxy 22`, UnitPrice: 27010.34, Quantity: 3, ExtendedPrice: 81031.02, Freight: 1470.34, Discontinued: false, Region: `West`, Address: `123 Wall Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 60111 }), + new InvoicesDataItem({ ShipName: `Smith Home`, ShipAddress: `166 Market Street`, ShipCity: `Miami`, ShipPostalCode: 50102, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1206, CustomerName: `James Smith`, CustomerFirstName: `James`, CustomerLastName: `Smith`, CustomerAddress: `166 Market Street, Miami, USA, 50102`, Salesperson: `Ben Madison`, OrderID: 1017, OrderDate: `10/2/2022`, ProductID: 186, ProductName: `Samsung Galaxy 22`, UnitPrice: 12810.79, Quantity: 5, ExtendedPrice: 64053.95, Freight: 1990.79, Discontinued: false, Region: `North East`, Address: `166 Market Street`, City: `Miami`, Country: `USA`, PostalCode: 50102 }), + new InvoicesDataItem({ ShipName: `Jefferson Estate`, ShipAddress: `193 Main Street`, ShipCity: `Huston`, ShipPostalCode: 80187, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1207, CustomerName: `Max Jefferson`, CustomerFirstName: `Max`, CustomerLastName: `Jefferson`, CustomerAddress: `193 Main Street, Huston, USA, 80187`, Salesperson: `Mike Jefferson`, OrderID: 1558, OrderDate: `11/12/2022`, ProductID: 194, ProductName: `Mac Book Pro`, UnitPrice: 26210.45, Quantity: 2, ExtendedPrice: 52420.9, Freight: 1110.45, Discontinued: false, Region: `North East`, Address: `193 Main Street`, City: `Huston`, Country: `USA`, PostalCode: 80187 }), + new InvoicesDataItem({ ShipName: `Jefferson Market`, ShipAddress: `137 Main Street`, ShipCity: `Miami`, ShipPostalCode: 80111, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1208, CustomerName: `Ben Jefferson`, CustomerFirstName: `Ben`, CustomerLastName: `Jefferson`, CustomerAddress: `137 Main Street, Miami, USA, 80111`, Salesperson: `Mike Watson`, OrderID: 1466, OrderDate: `11/18/2022`, ProductID: 189, ProductName: `Mac Book Air`, UnitPrice: 6190.57, Quantity: 3, ExtendedPrice: 18571.71, Freight: 1810.57, Discontinued: false, Region: `West`, Address: `137 Main Street`, City: `Miami`, Country: `USA`, PostalCode: 80111 }), + new InvoicesDataItem({ ShipName: `Jefferson Townhouse`, ShipAddress: `122 Main Street`, ShipCity: `Philadelphia`, ShipPostalCode: 80088, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1209, CustomerName: `Ben Jefferson`, CustomerFirstName: `Ben`, CustomerLastName: `Jefferson`, CustomerAddress: `122 Main Street, Philadelphia, USA, 80088`, Salesperson: `Ben Jefferson`, OrderID: 1539, OrderDate: `11/13/2022`, ProductID: 131, ProductName: `IPhone`, UnitPrice: 21280.22, Quantity: 4, ExtendedPrice: 85120.88, Freight: 760.22, Discontinued: true, Region: `North East`, Address: `122 Main Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 80088 }), + new InvoicesDataItem({ ShipName: `Jefferson Home`, ShipAddress: `115 Main Street`, ShipCity: `New York`, ShipPostalCode: 80079, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1210, CustomerName: `Anna Jefferson`, CustomerFirstName: `Anna`, CustomerLastName: `Jefferson`, CustomerAddress: `115 Main Street, New York, USA, 80079`, Salesperson: `Max Jefferson`, OrderID: 1411, OrderDate: `11/22/2022`, ProductID: 135, ProductName: `Samsung Galaxy 22`, UnitPrice: 13700.71, Quantity: 3, ExtendedPrice: 41102.13, Freight: 1730.71, Discontinued: false, Region: `South East`, Address: `115 Main Street`, City: `New York`, Country: `USA`, PostalCode: 80079 }), + new InvoicesDataItem({ ShipName: `Smith Market`, ShipAddress: `114 Main Street`, ShipCity: `New York`, ShipPostalCode: 50137, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1211, CustomerName: `Mike Smith`, CustomerFirstName: `Mike`, CustomerLastName: `Smith`, CustomerAddress: `114 Main Street, New York, USA, 50137`, Salesperson: `Nancy Smith`, OrderID: 1890, OrderDate: `8/5/2022`, ProductID: 169, ProductName: `Samsung Galaxy 22`, UnitPrice: 11320.48, Quantity: 3, ExtendedPrice: 33961.44, Freight: 930.48, Discontinued: false, Region: `West`, Address: `114 Main Street`, City: `New York`, Country: `USA`, PostalCode: 50137 }), + new InvoicesDataItem({ ShipName: `Jefferson Market`, ShipAddress: `130 Wall Street`, ShipCity: `Miami`, ShipPostalCode: 90082, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1212, CustomerName: `Martin Jefferson`, CustomerFirstName: `Martin`, CustomerLastName: `Jefferson`, CustomerAddress: `130 Wall Street, Miami, USA, 90082`, Salesperson: `Nancy Madison`, OrderID: 1783, OrderDate: `9/1/2022`, ProductID: 109, ProductName: `IPhone`, UnitPrice: 24340.75, Quantity: 5, ExtendedPrice: 121703.75, Freight: 490.75, Discontinued: false, Region: `North East`, Address: `130 Wall Street`, City: `Miami`, Country: `USA`, PostalCode: 90082 }), + new InvoicesDataItem({ ShipName: `Jefferson Estate`, ShipAddress: `140 Main Street`, ShipCity: `New York`, ShipPostalCode: 80095, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1213, CustomerName: `James Jefferson`, CustomerFirstName: `James`, CustomerLastName: `Jefferson`, CustomerAddress: `140 Main Street, New York, USA, 80095`, Salesperson: `Pamela Watson`, OrderID: 1101, OrderDate: `5/25/2022`, ProductID: 101, ProductName: `Mac Book Air`, UnitPrice: 29980.24, Quantity: 4, ExtendedPrice: 119920.96, Freight: 1190.24, Discontinued: false, Region: `South East`, Address: `140 Main Street`, City: `New York`, Country: `USA`, PostalCode: 80095 }), + new InvoicesDataItem({ ShipName: `Jefferson Market`, ShipAddress: `165 Main Street`, ShipCity: `Huston`, ShipPostalCode: 90200, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1214, CustomerName: `Ben Jefferson`, CustomerFirstName: `Ben`, CustomerLastName: `Jefferson`, CustomerAddress: `165 Main Street, Huston, USA, 90200`, Salesperson: `Max Watson`, OrderID: 1932, OrderDate: `2/10/2022`, ProductID: 159, ProductName: `Mac Book Air`, UnitPrice: 23460.59, Quantity: 4, ExtendedPrice: 93842.36, Freight: 710.59, Discontinued: false, Region: `South East`, Address: `165 Main Street`, City: `Huston`, Country: `USA`, PostalCode: 90200 }), + new InvoicesDataItem({ ShipName: `Watson Market`, ShipAddress: `154 Market Street`, ShipCity: `Los Angeles`, ShipPostalCode: 70200, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1215, CustomerName: `Max Watson`, CustomerFirstName: `Max`, CustomerLastName: `Watson`, CustomerAddress: `154 Market Street, Los Angeles, USA, 70200`, Salesperson: `Mike Black`, OrderID: 1514, OrderDate: `10/8/2022`, ProductID: 148, ProductName: `Samsung Note`, UnitPrice: 29540.27, Quantity: 4, ExtendedPrice: 118161.08, Freight: 1960.27, Discontinued: false, Region: `North East`, Address: `154 Market Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 70200 }), + new InvoicesDataItem({ ShipName: `Watson Home`, ShipAddress: `113 Market Street`, ShipCity: `New York`, ShipPostalCode: 50127, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1216, CustomerName: `Max Watson`, CustomerFirstName: `Max`, CustomerLastName: `Watson`, CustomerAddress: `113 Market Street, New York, USA, 50127`, Salesperson: `James Jefferson`, OrderID: 1736, OrderDate: `10/21/2022`, ProductID: 188, ProductName: `IPad`, UnitPrice: 15350.27, Quantity: 4, ExtendedPrice: 61401.08, Freight: 540.27, Discontinued: false, Region: `South East`, Address: `113 Market Street`, City: `New York`, Country: `USA`, PostalCode: 50127 }), + new InvoicesDataItem({ ShipName: `Jackson Market`, ShipAddress: `153 Main Street`, ShipCity: `Huston`, ShipPostalCode: 80064, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1217, CustomerName: `James Jackson`, CustomerFirstName: `James`, CustomerLastName: `Jackson`, CustomerAddress: `153 Main Street, Huston, USA, 80064`, Salesperson: `Mike Jackson`, OrderID: 1978, OrderDate: `12/25/2022`, ProductID: 125, ProductName: `IPad`, UnitPrice: 15880.31, Quantity: 3, ExtendedPrice: 47640.93, Freight: 800.31, Discontinued: false, Region: `North East`, Address: `153 Main Street`, City: `Huston`, Country: `USA`, PostalCode: 80064 }), + new InvoicesDataItem({ ShipName: `Smith Estate`, ShipAddress: `107 Main Street`, ShipCity: `Miami`, ShipPostalCode: 50196, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1218, CustomerName: `Mike Smith`, CustomerFirstName: `Mike`, CustomerLastName: `Smith`, CustomerAddress: `107 Main Street, Miami, USA, 50196`, Salesperson: `Martin Jackson`, OrderID: 1324, OrderDate: `7/18/2022`, ProductID: 188, ProductName: `Mac Book Air`, UnitPrice: 26990.38, Quantity: 4, ExtendedPrice: 107961.52, Freight: 610.38, Discontinued: false, Region: `South East`, Address: `107 Main Street`, City: `Miami`, Country: `USA`, PostalCode: 50196 }), + new InvoicesDataItem({ ShipName: `Smith Estate`, ShipAddress: `140 Wall Street`, ShipCity: `Miami`, ShipPostalCode: 70154, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1219, CustomerName: `James Smith`, CustomerFirstName: `James`, CustomerLastName: `Smith`, CustomerAddress: `140 Wall Street, Miami, USA, 70154`, Salesperson: `Nancy Madison`, OrderID: 1307, OrderDate: `4/19/2022`, ProductID: 114, ProductName: `IPhone`, UnitPrice: 18300.65, Quantity: 4, ExtendedPrice: 73202.6, Freight: 800.65, Discontinued: true, Region: `West`, Address: `140 Wall Street`, City: `Miami`, Country: `USA`, PostalCode: 70154 }), + new InvoicesDataItem({ ShipName: `Jackson Townhouse`, ShipAddress: `158 Market Street`, ShipCity: `Los Angeles`, ShipPostalCode: 50154, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1220, CustomerName: `Mike Jackson`, CustomerFirstName: `Mike`, CustomerLastName: `Jackson`, CustomerAddress: `158 Market Street, Los Angeles, USA, 50154`, Salesperson: `James Black`, OrderID: 1808, OrderDate: `3/18/2022`, ProductID: 172, ProductName: `Mac Book Air`, UnitPrice: 27460.67, Quantity: 3, ExtendedPrice: 82382.01, Freight: 1220.67, Discontinued: false, Region: `North East`, Address: `158 Market Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 50154 }), + new InvoicesDataItem({ ShipName: `Smith Home`, ShipAddress: `116 Main Street`, ShipCity: `Los Angeles`, ShipPostalCode: 90170, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1221, CustomerName: `Pamela Smith`, CustomerFirstName: `Pamela`, CustomerLastName: `Smith`, CustomerAddress: `116 Main Street, Los Angeles, USA, 90170`, Salesperson: `James Jefferson`, OrderID: 1481, OrderDate: `5/22/2022`, ProductID: 177, ProductName: `IPhone`, UnitPrice: 23770.26, Quantity: 2, ExtendedPrice: 47540.52, Freight: 480.26, Discontinued: false, Region: `North East`, Address: `116 Main Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 90170 }), + new InvoicesDataItem({ ShipName: `Madison Townhouse`, ShipAddress: `124 Wall Street`, ShipCity: `Huston`, ShipPostalCode: 50137, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1222, CustomerName: `Max Madison`, CustomerFirstName: `Max`, CustomerLastName: `Madison`, CustomerAddress: `124 Wall Street, Huston, USA, 50137`, Salesperson: `Martin Watson`, OrderID: 1874, OrderDate: `10/1/2022`, ProductID: 102, ProductName: `Mac Book Air`, UnitPrice: 12080.68, Quantity: 5, ExtendedPrice: 60403.4, Freight: 400.68, Discontinued: false, Region: `North East`, Address: `124 Wall Street`, City: `Huston`, Country: `USA`, PostalCode: 50137 }), + new InvoicesDataItem({ ShipName: `Smith Market`, ShipAddress: `197 Main Street`, ShipCity: `New York`, ShipPostalCode: 60174, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1223, CustomerName: `Nancy Smith`, CustomerFirstName: `Nancy`, CustomerLastName: `Smith`, CustomerAddress: `197 Main Street, New York, USA, 60174`, Salesperson: `Nancy Jefferson`, OrderID: 1377, OrderDate: `10/24/2022`, ProductID: 123, ProductName: `Mac Book Air`, UnitPrice: 10520.88, Quantity: 4, ExtendedPrice: 42083.52, Freight: 800.88, Discontinued: false, Region: `South East`, Address: `197 Main Street`, City: `New York`, Country: `USA`, PostalCode: 60174 }), + new InvoicesDataItem({ ShipName: `Jefferson Estate`, ShipAddress: `192 Wall Street`, ShipCity: `Miami`, ShipPostalCode: 80134, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1224, CustomerName: `Mike Jefferson`, CustomerFirstName: `Mike`, CustomerLastName: `Jefferson`, CustomerAddress: `192 Wall Street, Miami, USA, 80134`, Salesperson: `James Madison`, OrderID: 1691, OrderDate: `6/13/2022`, ProductID: 123, ProductName: `IPhone`, UnitPrice: 11090.82, Quantity: 2, ExtendedPrice: 22181.64, Freight: 910.82, Discontinued: false, Region: `South East`, Address: `192 Wall Street`, City: `Miami`, Country: `USA`, PostalCode: 80134 }), + new InvoicesDataItem({ ShipName: `Black Estate`, ShipAddress: `111 Market Street`, ShipCity: `Huston`, ShipPostalCode: 80054, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1225, CustomerName: `Anna Black`, CustomerFirstName: `Anna`, CustomerLastName: `Black`, CustomerAddress: `111 Market Street, Huston, USA, 80054`, Salesperson: `Martin Jackson`, OrderID: 1242, OrderDate: `4/6/2022`, ProductID: 180, ProductName: `IPhone`, UnitPrice: 8180.25, Quantity: 5, ExtendedPrice: 40901.25, Freight: 510.25, Discontinued: false, Region: `North East`, Address: `111 Market Street`, City: `Huston`, Country: `USA`, PostalCode: 80054 }), + new InvoicesDataItem({ ShipName: `Jackson Estate`, ShipAddress: `106 Market Street`, ShipCity: `New York`, ShipPostalCode: 60139, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1226, CustomerName: `Nancy Jackson`, CustomerFirstName: `Nancy`, CustomerLastName: `Jackson`, CustomerAddress: `106 Market Street, New York, USA, 60139`, Salesperson: `James Madison`, OrderID: 1745, OrderDate: `1/18/2022`, ProductID: 115, ProductName: `IPhone`, UnitPrice: 6570.23, Quantity: 5, ExtendedPrice: 32851.15, Freight: 840.23, Discontinued: false, Region: `West`, Address: `106 Market Street`, City: `New York`, Country: `USA`, PostalCode: 60139 }), + new InvoicesDataItem({ ShipName: `Jackson Market`, ShipAddress: `198 Main Street`, ShipCity: `Los Angeles`, ShipPostalCode: 60058, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1227, CustomerName: `Nancy Jackson`, CustomerFirstName: `Nancy`, CustomerLastName: `Jackson`, CustomerAddress: `198 Main Street, Los Angeles, USA, 60058`, Salesperson: `James Madison`, OrderID: 1111, OrderDate: `10/11/2022`, ProductID: 132, ProductName: `IPhone`, UnitPrice: 10970.23, Quantity: 3, ExtendedPrice: 32910.69, Freight: 1670.23, Discontinued: false, Region: `North East`, Address: `198 Main Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 60058 }), + new InvoicesDataItem({ ShipName: `Madison Estate`, ShipAddress: `138 Wall Street`, ShipCity: `Huston`, ShipPostalCode: 50133, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1228, CustomerName: `Anna Madison`, CustomerFirstName: `Anna`, CustomerLastName: `Madison`, CustomerAddress: `138 Wall Street, Huston, USA, 50133`, Salesperson: `Ben Madison`, OrderID: 1182, OrderDate: `12/18/2022`, ProductID: 184, ProductName: `Mac Book Air`, UnitPrice: 27020.67, Quantity: 3, ExtendedPrice: 81062.01, Freight: 1750.67, Discontinued: false, Region: `South East`, Address: `138 Wall Street`, City: `Huston`, Country: `USA`, PostalCode: 50133 }), + new InvoicesDataItem({ ShipName: `Smith Market`, ShipAddress: `198 Market Street`, ShipCity: `Los Angeles`, ShipPostalCode: 50182, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1229, CustomerName: `James Smith`, CustomerFirstName: `James`, CustomerLastName: `Smith`, CustomerAddress: `198 Market Street, Los Angeles, USA, 50182`, Salesperson: `Ben Jackson`, OrderID: 1252, OrderDate: `10/7/2022`, ProductID: 146, ProductName: `IPad`, UnitPrice: 21910.34, Quantity: 5, ExtendedPrice: 109551.7, Freight: 840.34, Discontinued: true, Region: `North East`, Address: `198 Market Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 50182 }), + new InvoicesDataItem({ ShipName: `Jackson Townhouse`, ShipAddress: `141 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 70058, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1230, CustomerName: `James Jackson`, CustomerFirstName: `James`, CustomerLastName: `Jackson`, CustomerAddress: `141 Market Street, Philadelphia, USA, 70058`, Salesperson: `Martin Watson`, OrderID: 1635, OrderDate: `6/1/2022`, ProductID: 196, ProductName: `Mac Book Air`, UnitPrice: 16430.54, Quantity: 2, ExtendedPrice: 32861.08, Freight: 1420.54, Discontinued: false, Region: `North East`, Address: `141 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 70058 }), + new InvoicesDataItem({ ShipName: `Madison Townhouse`, ShipAddress: `107 Market Street`, ShipCity: `New York`, ShipPostalCode: 80108, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1231, CustomerName: `Anna Madison`, CustomerFirstName: `Anna`, CustomerLastName: `Madison`, CustomerAddress: `107 Market Street, New York, USA, 80108`, Salesperson: `Mike Smith`, OrderID: 1922, OrderDate: `10/6/2022`, ProductID: 154, ProductName: `Mac Book Air`, UnitPrice: 8920.46, Quantity: 5, ExtendedPrice: 44602.3, Freight: 1160.46, Discontinued: false, Region: `West`, Address: `107 Market Street`, City: `New York`, Country: `USA`, PostalCode: 80108 }), + new InvoicesDataItem({ ShipName: `Watson Market`, ShipAddress: `166 Main Street`, ShipCity: `New York`, ShipPostalCode: 60199, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1232, CustomerName: `Martin Watson`, CustomerFirstName: `Martin`, CustomerLastName: `Watson`, CustomerAddress: `166 Main Street, New York, USA, 60199`, Salesperson: `Anna Smith`, OrderID: 1759, OrderDate: `3/10/2022`, ProductID: 145, ProductName: `Samsung Galaxy 22`, UnitPrice: 22420.27, Quantity: 5, ExtendedPrice: 112101.35, Freight: 1900.27, Discontinued: false, Region: `North East`, Address: `166 Main Street`, City: `New York`, Country: `USA`, PostalCode: 60199 }), + new InvoicesDataItem({ ShipName: `Smith Home`, ShipAddress: `188 Main Street`, ShipCity: `New York`, ShipPostalCode: 90082, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1233, CustomerName: `Anna Smith`, CustomerFirstName: `Anna`, CustomerLastName: `Smith`, CustomerAddress: `188 Main Street, New York, USA, 90082`, Salesperson: `Ben Black`, OrderID: 1172, OrderDate: `11/9/2022`, ProductID: 148, ProductName: `Samsung Note`, UnitPrice: 22260.33, Quantity: 5, ExtendedPrice: 111301.65, Freight: 1530.33, Discontinued: false, Region: `West`, Address: `188 Main Street`, City: `New York`, Country: `USA`, PostalCode: 90082 }), + new InvoicesDataItem({ ShipName: `Madison Home`, ShipAddress: `168 Wall Street`, ShipCity: `Miami`, ShipPostalCode: 80160, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1234, CustomerName: `Martin Madison`, CustomerFirstName: `Martin`, CustomerLastName: `Madison`, CustomerAddress: `168 Wall Street, Miami, USA, 80160`, Salesperson: `Max Black`, OrderID: 1855, OrderDate: `9/9/2022`, ProductID: 195, ProductName: `Samsung Note`, UnitPrice: 11120.68, Quantity: 5, ExtendedPrice: 55603.4, Freight: 540.68, Discontinued: false, Region: `South East`, Address: `168 Wall Street`, City: `Miami`, Country: `USA`, PostalCode: 80160 }), + new InvoicesDataItem({ ShipName: `Madison Market`, ShipAddress: `151 Wall Street`, ShipCity: `Philadelphia`, ShipPostalCode: 50192, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1235, CustomerName: `James Madison`, CustomerFirstName: `James`, CustomerLastName: `Madison`, CustomerAddress: `151 Wall Street, Philadelphia, USA, 50192`, Salesperson: `Pamela Watson`, OrderID: 1253, OrderDate: `9/24/2022`, ProductID: 153, ProductName: `Samsung Galaxy 22`, UnitPrice: 17650.73, Quantity: 5, ExtendedPrice: 88253.65, Freight: 1010.73, Discontinued: false, Region: `North East`, Address: `151 Wall Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 50192 }), + new InvoicesDataItem({ ShipName: `Jefferson Estate`, ShipAddress: `131 Wall Street`, ShipCity: `Philadelphia`, ShipPostalCode: 60171, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1236, CustomerName: `Anna Jefferson`, CustomerFirstName: `Anna`, CustomerLastName: `Jefferson`, CustomerAddress: `131 Wall Street, Philadelphia, USA, 60171`, Salesperson: `James Jefferson`, OrderID: 1711, OrderDate: `9/12/2022`, ProductID: 192, ProductName: `IPhone`, UnitPrice: 18980.42, Quantity: 3, ExtendedPrice: 56941.26, Freight: 1070.42, Discontinued: false, Region: `North East`, Address: `131 Wall Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 60171 }), + new InvoicesDataItem({ ShipName: `Madison Estate`, ShipAddress: `101 Market Street`, ShipCity: `Huston`, ShipPostalCode: 70109, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1237, CustomerName: `Mike Madison`, CustomerFirstName: `Mike`, CustomerLastName: `Madison`, CustomerAddress: `101 Market Street, Huston, USA, 70109`, Salesperson: `Nancy Smith`, OrderID: 1155, OrderDate: `9/1/2022`, ProductID: 174, ProductName: `Mac Book Pro`, UnitPrice: 22330.35, Quantity: 2, ExtendedPrice: 44660.7, Freight: 250.35, Discontinued: false, Region: `West`, Address: `101 Market Street`, City: `Huston`, Country: `USA`, PostalCode: 70109 }), + new InvoicesDataItem({ ShipName: `Jefferson Home`, ShipAddress: `145 Main Street`, ShipCity: `New York`, ShipPostalCode: 50126, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1238, CustomerName: `Max Jefferson`, CustomerFirstName: `Max`, CustomerLastName: `Jefferson`, CustomerAddress: `145 Main Street, New York, USA, 50126`, Salesperson: `Mike Watson`, OrderID: 1656, OrderDate: `3/7/2022`, ProductID: 139, ProductName: `IPhone`, UnitPrice: 9890.72, Quantity: 3, ExtendedPrice: 29672.16, Freight: 1890.72, Discontinued: false, Region: `West`, Address: `145 Main Street`, City: `New York`, Country: `USA`, PostalCode: 50126 }), + new InvoicesDataItem({ ShipName: `Madison Home`, ShipAddress: `190 Wall Street`, ShipCity: `Huston`, ShipPostalCode: 60055, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1239, CustomerName: `Martin Madison`, CustomerFirstName: `Martin`, CustomerLastName: `Madison`, CustomerAddress: `190 Wall Street, Huston, USA, 60055`, Salesperson: `Mike Smith`, OrderID: 1192, OrderDate: `3/12/2022`, ProductID: 151, ProductName: `Samsung Galaxy 22`, UnitPrice: 16510.6, Quantity: 5, ExtendedPrice: 82553, Freight: 260.6, Discontinued: true, Region: `South East`, Address: `190 Wall Street`, City: `Huston`, Country: `USA`, PostalCode: 60055 }), + new InvoicesDataItem({ ShipName: `Smith Estate`, ShipAddress: `114 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 50122, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1240, CustomerName: `Martin Smith`, CustomerFirstName: `Martin`, CustomerLastName: `Smith`, CustomerAddress: `114 Market Street, Philadelphia, USA, 50122`, Salesperson: `James Madison`, OrderID: 1997, OrderDate: `8/3/2022`, ProductID: 195, ProductName: `Mac Book Pro`, UnitPrice: 20770.42, Quantity: 4, ExtendedPrice: 83081.68, Freight: 920.42, Discontinued: false, Region: `North East`, Address: `114 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 50122 }), + new InvoicesDataItem({ ShipName: `Jackson Townhouse`, ShipAddress: `184 Main Street`, ShipCity: `Miami`, ShipPostalCode: 50147, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1241, CustomerName: `Pamela Jackson`, CustomerFirstName: `Pamela`, CustomerLastName: `Jackson`, CustomerAddress: `184 Main Street, Miami, USA, 50147`, Salesperson: `Martin Madison`, OrderID: 1944, OrderDate: `7/11/2022`, ProductID: 105, ProductName: `Samsung Note`, UnitPrice: 22970.54, Quantity: 3, ExtendedPrice: 68911.62, Freight: 2000.54, Discontinued: false, Region: `South East`, Address: `184 Main Street`, City: `Miami`, Country: `USA`, PostalCode: 50147 }), + new InvoicesDataItem({ ShipName: `Watson Townhouse`, ShipAddress: `140 Wall Street`, ShipCity: `Los Angeles`, ShipPostalCode: 50058, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1242, CustomerName: `Pamela Watson`, CustomerFirstName: `Pamela`, CustomerLastName: `Watson`, CustomerAddress: `140 Wall Street, Los Angeles, USA, 50058`, Salesperson: `Max Madison`, OrderID: 1076, OrderDate: `12/1/2022`, ProductID: 108, ProductName: `IPhone`, UnitPrice: 5950.69, Quantity: 5, ExtendedPrice: 29753.45, Freight: 1440.69, Discontinued: false, Region: `South East`, Address: `140 Wall Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 50058 }), + new InvoicesDataItem({ ShipName: `Madison Estate`, ShipAddress: `178 Market Street`, ShipCity: `New York`, ShipPostalCode: 60194, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1243, CustomerName: `James Madison`, CustomerFirstName: `James`, CustomerLastName: `Madison`, CustomerAddress: `178 Market Street, New York, USA, 60194`, Salesperson: `James Madison`, OrderID: 1076, OrderDate: `6/25/2022`, ProductID: 176, ProductName: `IPhone`, UnitPrice: 17080.21, Quantity: 2, ExtendedPrice: 34160.42, Freight: 1200.21, Discontinued: false, Region: `West`, Address: `178 Market Street`, City: `New York`, Country: `USA`, PostalCode: 60194 }), + new InvoicesDataItem({ ShipName: `Madison Home`, ShipAddress: `179 Main Street`, ShipCity: `Huston`, ShipPostalCode: 70085, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1244, CustomerName: `Ben Madison`, CustomerFirstName: `Ben`, CustomerLastName: `Madison`, CustomerAddress: `179 Main Street, Huston, USA, 70085`, Salesperson: `Ben Jackson`, OrderID: 1070, OrderDate: `5/7/2022`, ProductID: 101, ProductName: `IPhone`, UnitPrice: 19310.75, Quantity: 2, ExtendedPrice: 38621.5, Freight: 1270.75, Discontinued: false, Region: `West`, Address: `179 Main Street`, City: `Huston`, Country: `USA`, PostalCode: 70085 }), + new InvoicesDataItem({ ShipName: `Madison Estate`, ShipAddress: `169 Market Street`, ShipCity: `Miami`, ShipPostalCode: 70087, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1245, CustomerName: `Pamela Madison`, CustomerFirstName: `Pamela`, CustomerLastName: `Madison`, CustomerAddress: `169 Market Street, Miami, USA, 70087`, Salesperson: `Nancy Black`, OrderID: 1469, OrderDate: `8/22/2022`, ProductID: 193, ProductName: `Samsung Note`, UnitPrice: 25420.4, Quantity: 2, ExtendedPrice: 50840.8, Freight: 1690.4, Discontinued: false, Region: `North East`, Address: `169 Market Street`, City: `Miami`, Country: `USA`, PostalCode: 70087 }), + new InvoicesDataItem({ ShipName: `Smith Home`, ShipAddress: `108 Wall Street`, ShipCity: `Los Angeles`, ShipPostalCode: 90128, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1246, CustomerName: `Martin Smith`, CustomerFirstName: `Martin`, CustomerLastName: `Smith`, CustomerAddress: `108 Wall Street, Los Angeles, USA, 90128`, Salesperson: `Pamela Smith`, OrderID: 1948, OrderDate: `4/25/2022`, ProductID: 141, ProductName: `Samsung Galaxy 22`, UnitPrice: 19070.55, Quantity: 3, ExtendedPrice: 57211.65, Freight: 280.55, Discontinued: false, Region: `South East`, Address: `108 Wall Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 90128 }), + new InvoicesDataItem({ ShipName: `Jackson Townhouse`, ShipAddress: `195 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 80141, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1247, CustomerName: `Mike Jackson`, CustomerFirstName: `Mike`, CustomerLastName: `Jackson`, CustomerAddress: `195 Market Street, Philadelphia, USA, 80141`, Salesperson: `Martin Smith`, OrderID: 1116, OrderDate: `1/1/2022`, ProductID: 162, ProductName: `Samsung Galaxy 22`, UnitPrice: 22190.27, Quantity: 5, ExtendedPrice: 110951.35, Freight: 1830.27, Discontinued: false, Region: `North East`, Address: `195 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 80141 }), + new InvoicesDataItem({ ShipName: `Black Home`, ShipAddress: `142 Main Street`, ShipCity: `Los Angeles`, ShipPostalCode: 50163, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1248, CustomerName: `Anna Black`, CustomerFirstName: `Anna`, CustomerLastName: `Black`, CustomerAddress: `142 Main Street, Los Angeles, USA, 50163`, Salesperson: `Pamela Jefferson`, OrderID: 1640, OrderDate: `5/1/2022`, ProductID: 153, ProductName: `Samsung Note`, UnitPrice: 7690.79, Quantity: 3, ExtendedPrice: 23072.37, Freight: 1730.79, Discontinued: false, Region: `South East`, Address: `142 Main Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 50163 }), + new InvoicesDataItem({ ShipName: `Watson Market`, ShipAddress: `177 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 80155, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1249, CustomerName: `Mike Watson`, CustomerFirstName: `Mike`, CustomerLastName: `Watson`, CustomerAddress: `177 Market Street, Philadelphia, USA, 80155`, Salesperson: `Anna Jefferson`, OrderID: 1748, OrderDate: `9/2/2022`, ProductID: 186, ProductName: `Mac Book Air`, UnitPrice: 25230.84, Quantity: 4, ExtendedPrice: 100923.36, Freight: 670.84, Discontinued: true, Region: `South East`, Address: `177 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 80155 }), + new InvoicesDataItem({ ShipName: `Black Estate`, ShipAddress: `175 Market Street`, ShipCity: `Los Angeles`, ShipPostalCode: 80141, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1250, CustomerName: `Mike Black`, CustomerFirstName: `Mike`, CustomerLastName: `Black`, CustomerAddress: `175 Market Street, Los Angeles, USA, 80141`, Salesperson: `Martin Black`, OrderID: 1251, OrderDate: `7/5/2022`, ProductID: 140, ProductName: `Mac Book Pro`, UnitPrice: 25960.45, Quantity: 2, ExtendedPrice: 51920.9, Freight: 260.45, Discontinued: false, Region: `North East`, Address: `175 Market Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 80141 }), + new InvoicesDataItem({ ShipName: `Watson Market`, ShipAddress: `110 Market Street`, ShipCity: `New York`, ShipPostalCode: 90174, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1251, CustomerName: `Pamela Watson`, CustomerFirstName: `Pamela`, CustomerLastName: `Watson`, CustomerAddress: `110 Market Street, New York, USA, 90174`, Salesperson: `Pamela Black`, OrderID: 1397, OrderDate: `7/2/2022`, ProductID: 141, ProductName: `Samsung Note`, UnitPrice: 22150.67, Quantity: 3, ExtendedPrice: 66452.01, Freight: 640.67, Discontinued: false, Region: `North East`, Address: `110 Market Street`, City: `New York`, Country: `USA`, PostalCode: 90174 }), + new InvoicesDataItem({ ShipName: `Jackson Estate`, ShipAddress: `121 Wall Street`, ShipCity: `Los Angeles`, ShipPostalCode: 70083, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1252, CustomerName: `Mike Jackson`, CustomerFirstName: `Mike`, CustomerLastName: `Jackson`, CustomerAddress: `121 Wall Street, Los Angeles, USA, 70083`, Salesperson: `Ben Jefferson`, OrderID: 1938, OrderDate: `1/20/2022`, ProductID: 171, ProductName: `Samsung Galaxy 22`, UnitPrice: 9220.74, Quantity: 4, ExtendedPrice: 36882.96, Freight: 1030.74, Discontinued: false, Region: `South East`, Address: `121 Wall Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 70083 }), + new InvoicesDataItem({ ShipName: `Jackson Townhouse`, ShipAddress: `122 Wall Street`, ShipCity: `Philadelphia`, ShipPostalCode: 70122, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1253, CustomerName: `Mike Jackson`, CustomerFirstName: `Mike`, CustomerLastName: `Jackson`, CustomerAddress: `122 Wall Street, Philadelphia, USA, 70122`, Salesperson: `Mike Watson`, OrderID: 1608, OrderDate: `2/9/2022`, ProductID: 109, ProductName: `Samsung Note`, UnitPrice: 11240.75, Quantity: 2, ExtendedPrice: 22481.5, Freight: 1010.75, Discontinued: false, Region: `West`, Address: `122 Wall Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 70122 }), + new InvoicesDataItem({ ShipName: `Watson Estate`, ShipAddress: `151 Main Street`, ShipCity: `Huston`, ShipPostalCode: 50057, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1254, CustomerName: `Pamela Watson`, CustomerFirstName: `Pamela`, CustomerLastName: `Watson`, CustomerAddress: `151 Main Street, Huston, USA, 50057`, Salesperson: `Martin Watson`, OrderID: 1217, OrderDate: `8/4/2022`, ProductID: 185, ProductName: `Mac Book Pro`, UnitPrice: 16680.55, Quantity: 3, ExtendedPrice: 50041.65, Freight: 1710.55, Discontinued: false, Region: `North East`, Address: `151 Main Street`, City: `Huston`, Country: `USA`, PostalCode: 50057 }), + new InvoicesDataItem({ ShipName: `Jackson Market`, ShipAddress: `120 Wall Street`, ShipCity: `Huston`, ShipPostalCode: 50131, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1255, CustomerName: `Mike Jackson`, CustomerFirstName: `Mike`, CustomerLastName: `Jackson`, CustomerAddress: `120 Wall Street, Huston, USA, 50131`, Salesperson: `Ben Jackson`, OrderID: 1661, OrderDate: `5/1/2022`, ProductID: 190, ProductName: `Mac Book Air`, UnitPrice: 21450.85, Quantity: 5, ExtendedPrice: 107254.25, Freight: 1350.85, Discontinued: false, Region: `South East`, Address: `120 Wall Street`, City: `Huston`, Country: `USA`, PostalCode: 50131 }), + new InvoicesDataItem({ ShipName: `Madison Market`, ShipAddress: `134 Main Street`, ShipCity: `Huston`, ShipPostalCode: 90060, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1256, CustomerName: `Mike Madison`, CustomerFirstName: `Mike`, CustomerLastName: `Madison`, CustomerAddress: `134 Main Street, Huston, USA, 90060`, Salesperson: `James Madison`, OrderID: 1766, OrderDate: `11/11/2022`, ProductID: 134, ProductName: `Mac Book Air`, UnitPrice: 12850.63, Quantity: 3, ExtendedPrice: 38551.89, Freight: 1790.63, Discontinued: false, Region: `West`, Address: `134 Main Street`, City: `Huston`, Country: `USA`, PostalCode: 90060 }), + new InvoicesDataItem({ ShipName: `Black Home`, ShipAddress: `150 Wall Street`, ShipCity: `Huston`, ShipPostalCode: 60151, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1257, CustomerName: `James Black`, CustomerFirstName: `James`, CustomerLastName: `Black`, CustomerAddress: `150 Wall Street, Huston, USA, 60151`, Salesperson: `Martin Black`, OrderID: 1321, OrderDate: `8/4/2022`, ProductID: 125, ProductName: `Samsung Note`, UnitPrice: 29190.24, Quantity: 4, ExtendedPrice: 116760.96, Freight: 680.24, Discontinued: false, Region: `North East`, Address: `150 Wall Street`, City: `Huston`, Country: `USA`, PostalCode: 60151 }), + new InvoicesDataItem({ ShipName: `Watson Estate`, ShipAddress: `155 Wall Street`, ShipCity: `Huston`, ShipPostalCode: 60121, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1258, CustomerName: `Max Watson`, CustomerFirstName: `Max`, CustomerLastName: `Watson`, CustomerAddress: `155 Wall Street, Huston, USA, 60121`, Salesperson: `Max Jackson`, OrderID: 1872, OrderDate: `2/20/2022`, ProductID: 188, ProductName: `Samsung Note`, UnitPrice: 22750.45, Quantity: 3, ExtendedPrice: 68251.35, Freight: 840.45, Discontinued: false, Region: `West`, Address: `155 Wall Street`, City: `Huston`, Country: `USA`, PostalCode: 60121 }), + new InvoicesDataItem({ ShipName: `Watson Market`, ShipAddress: `184 Market Street`, ShipCity: `New York`, ShipPostalCode: 90156, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1259, CustomerName: `Anna Watson`, CustomerFirstName: `Anna`, CustomerLastName: `Watson`, CustomerAddress: `184 Market Street, New York, USA, 90156`, Salesperson: `James Watson`, OrderID: 1828, OrderDate: `5/25/2022`, ProductID: 191, ProductName: `Samsung Galaxy 22`, UnitPrice: 29760.3, Quantity: 2, ExtendedPrice: 59520.6, Freight: 1960.3, Discontinued: true, Region: `North East`, Address: `184 Market Street`, City: `New York`, Country: `USA`, PostalCode: 90156 }), + new InvoicesDataItem({ ShipName: `Watson Market`, ShipAddress: `133 Market Street`, ShipCity: `Huston`, ShipPostalCode: 50074, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1260, CustomerName: `Anna Watson`, CustomerFirstName: `Anna`, CustomerLastName: `Watson`, CustomerAddress: `133 Market Street, Huston, USA, 50074`, Salesperson: `Mike Black`, OrderID: 1966, OrderDate: `6/18/2022`, ProductID: 160, ProductName: `Mac Book Air`, UnitPrice: 7450.44, Quantity: 5, ExtendedPrice: 37252.2, Freight: 590.44, Discontinued: false, Region: `West`, Address: `133 Market Street`, City: `Huston`, Country: `USA`, PostalCode: 50074 }), + new InvoicesDataItem({ ShipName: `Black Townhouse`, ShipAddress: `154 Main Street`, ShipCity: `Philadelphia`, ShipPostalCode: 70052, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1261, CustomerName: `Martin Black`, CustomerFirstName: `Martin`, CustomerLastName: `Black`, CustomerAddress: `154 Main Street, Philadelphia, USA, 70052`, Salesperson: `Ben Jackson`, OrderID: 1421, OrderDate: `9/17/2022`, ProductID: 127, ProductName: `Mac Book Air`, UnitPrice: 23000.47, Quantity: 2, ExtendedPrice: 46000.94, Freight: 550.47, Discontinued: false, Region: `South East`, Address: `154 Main Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 70052 }), + new InvoicesDataItem({ ShipName: `Smith Townhouse`, ShipAddress: `114 Wall Street`, ShipCity: `Philadelphia`, ShipPostalCode: 90174, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1262, CustomerName: `Max Smith`, CustomerFirstName: `Max`, CustomerLastName: `Smith`, CustomerAddress: `114 Wall Street, Philadelphia, USA, 90174`, Salesperson: `Pamela Smith`, OrderID: 1192, OrderDate: `12/4/2022`, ProductID: 105, ProductName: `Samsung Note`, UnitPrice: 19790.26, Quantity: 2, ExtendedPrice: 39580.52, Freight: 1150.26, Discontinued: false, Region: `South East`, Address: `114 Wall Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 90174 }), + new InvoicesDataItem({ ShipName: `Jefferson Townhouse`, ShipAddress: `154 Wall Street`, ShipCity: `New York`, ShipPostalCode: 90162, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1263, CustomerName: `Ben Jefferson`, CustomerFirstName: `Ben`, CustomerLastName: `Jefferson`, CustomerAddress: `154 Wall Street, New York, USA, 90162`, Salesperson: `Nancy Smith`, OrderID: 1539, OrderDate: `7/16/2022`, ProductID: 139, ProductName: `Samsung Note`, UnitPrice: 11830.34, Quantity: 2, ExtendedPrice: 23660.68, Freight: 1930.34, Discontinued: false, Region: `West`, Address: `154 Wall Street`, City: `New York`, Country: `USA`, PostalCode: 90162 }), + new InvoicesDataItem({ ShipName: `Smith Townhouse`, ShipAddress: `140 Wall Street`, ShipCity: `Los Angeles`, ShipPostalCode: 70136, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1264, CustomerName: `Martin Smith`, CustomerFirstName: `Martin`, CustomerLastName: `Smith`, CustomerAddress: `140 Wall Street, Los Angeles, USA, 70136`, Salesperson: `Mike Jackson`, OrderID: 1271, OrderDate: `10/7/2022`, ProductID: 124, ProductName: `Samsung Note`, UnitPrice: 21020.81, Quantity: 2, ExtendedPrice: 42041.62, Freight: 1420.81, Discontinued: false, Region: `West`, Address: `140 Wall Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 70136 }), + new InvoicesDataItem({ ShipName: `Smith Townhouse`, ShipAddress: `185 Main Street`, ShipCity: `Philadelphia`, ShipPostalCode: 60116, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1265, CustomerName: `James Smith`, CustomerFirstName: `James`, CustomerLastName: `Smith`, CustomerAddress: `185 Main Street, Philadelphia, USA, 60116`, Salesperson: `James Watson`, OrderID: 1090, OrderDate: `9/11/2022`, ProductID: 160, ProductName: `IPhone`, UnitPrice: 16070.46, Quantity: 3, ExtendedPrice: 48211.38, Freight: 1490.46, Discontinued: false, Region: `West`, Address: `185 Main Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 60116 }), + new InvoicesDataItem({ ShipName: `Smith Estate`, ShipAddress: `179 Market Street`, ShipCity: `Huston`, ShipPostalCode: 80107, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1266, CustomerName: `Max Smith`, CustomerFirstName: `Max`, CustomerLastName: `Smith`, CustomerAddress: `179 Market Street, Huston, USA, 80107`, Salesperson: `Nancy Smith`, OrderID: 1286, OrderDate: `1/10/2022`, ProductID: 161, ProductName: `Mac Book Air`, UnitPrice: 26160.38, Quantity: 3, ExtendedPrice: 78481.14, Freight: 570.38, Discontinued: false, Region: `West`, Address: `179 Market Street`, City: `Huston`, Country: `USA`, PostalCode: 80107 }), + new InvoicesDataItem({ ShipName: `Jefferson Home`, ShipAddress: `189 Wall Street`, ShipCity: `Huston`, ShipPostalCode: 90073, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1267, CustomerName: `Ben Jefferson`, CustomerFirstName: `Ben`, CustomerLastName: `Jefferson`, CustomerAddress: `189 Wall Street, Huston, USA, 90073`, Salesperson: `Martin Madison`, OrderID: 1754, OrderDate: `5/2/2022`, ProductID: 143, ProductName: `Samsung Galaxy 22`, UnitPrice: 29540.84, Quantity: 4, ExtendedPrice: 118163.36, Freight: 500.84, Discontinued: false, Region: `North East`, Address: `189 Wall Street`, City: `Huston`, Country: `USA`, PostalCode: 90073 }), + new InvoicesDataItem({ ShipName: `Madison Estate`, ShipAddress: `106 Market Street`, ShipCity: `Miami`, ShipPostalCode: 90153, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1268, CustomerName: `Anna Madison`, CustomerFirstName: `Anna`, CustomerLastName: `Madison`, CustomerAddress: `106 Market Street, Miami, USA, 90153`, Salesperson: `Anna Black`, OrderID: 1321, OrderDate: `6/21/2022`, ProductID: 136, ProductName: `Samsung Galaxy 22`, UnitPrice: 12550.55, Quantity: 5, ExtendedPrice: 62752.75, Freight: 1440.55, Discontinued: false, Region: `West`, Address: `106 Market Street`, City: `Miami`, Country: `USA`, PostalCode: 90153 }), + new InvoicesDataItem({ ShipName: `Watson Townhouse`, ShipAddress: `149 Wall Street`, ShipCity: `Los Angeles`, ShipPostalCode: 50102, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1269, CustomerName: `Pamela Watson`, CustomerFirstName: `Pamela`, CustomerLastName: `Watson`, CustomerAddress: `149 Wall Street, Los Angeles, USA, 50102`, Salesperson: `James Jefferson`, OrderID: 1262, OrderDate: `7/13/2022`, ProductID: 178, ProductName: `Samsung Note`, UnitPrice: 8690.45, Quantity: 3, ExtendedPrice: 26071.35, Freight: 1420.45, Discontinued: true, Region: `West`, Address: `149 Wall Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 50102 }), + new InvoicesDataItem({ ShipName: `Watson Market`, ShipAddress: `192 Market Street`, ShipCity: `New York`, ShipPostalCode: 60078, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1270, CustomerName: `Martin Watson`, CustomerFirstName: `Martin`, CustomerLastName: `Watson`, CustomerAddress: `192 Market Street, New York, USA, 60078`, Salesperson: `Ben Jackson`, OrderID: 1586, OrderDate: `11/13/2022`, ProductID: 130, ProductName: `Mac Book Pro`, UnitPrice: 28630.86, Quantity: 2, ExtendedPrice: 57261.72, Freight: 980.86, Discontinued: false, Region: `West`, Address: `192 Market Street`, City: `New York`, Country: `USA`, PostalCode: 60078 }), + new InvoicesDataItem({ ShipName: `Jefferson Estate`, ShipAddress: `159 Main Street`, ShipCity: `New York`, ShipPostalCode: 50050, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1271, CustomerName: `James Jefferson`, CustomerFirstName: `James`, CustomerLastName: `Jefferson`, CustomerAddress: `159 Main Street, New York, USA, 50050`, Salesperson: `Max Jefferson`, OrderID: 1915, OrderDate: `2/10/2022`, ProductID: 178, ProductName: `Mac Book Pro`, UnitPrice: 19050.75, Quantity: 5, ExtendedPrice: 95253.75, Freight: 960.75, Discontinued: false, Region: `West`, Address: `159 Main Street`, City: `New York`, Country: `USA`, PostalCode: 50050 }), + new InvoicesDataItem({ ShipName: `Watson Market`, ShipAddress: `171 Wall Street`, ShipCity: `Los Angeles`, ShipPostalCode: 60099, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1272, CustomerName: `Nancy Watson`, CustomerFirstName: `Nancy`, CustomerLastName: `Watson`, CustomerAddress: `171 Wall Street, Los Angeles, USA, 60099`, Salesperson: `Pamela Jackson`, OrderID: 1503, OrderDate: `4/7/2022`, ProductID: 153, ProductName: `Samsung Galaxy 22`, UnitPrice: 26320.3, Quantity: 3, ExtendedPrice: 78960.9, Freight: 1360.3, Discontinued: false, Region: `South East`, Address: `171 Wall Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 60099 }), + new InvoicesDataItem({ ShipName: `Madison Townhouse`, ShipAddress: `161 Main Street`, ShipCity: `Huston`, ShipPostalCode: 70087, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1273, CustomerName: `Anna Madison`, CustomerFirstName: `Anna`, CustomerLastName: `Madison`, CustomerAddress: `161 Main Street, Huston, USA, 70087`, Salesperson: `Nancy Watson`, OrderID: 1129, OrderDate: `9/4/2022`, ProductID: 119, ProductName: `Samsung Note`, UnitPrice: 26970.53, Quantity: 3, ExtendedPrice: 80911.59, Freight: 1890.53, Discontinued: false, Region: `South East`, Address: `161 Main Street`, City: `Huston`, Country: `USA`, PostalCode: 70087 }), + new InvoicesDataItem({ ShipName: `Watson Market`, ShipAddress: `163 Market Street`, ShipCity: `Los Angeles`, ShipPostalCode: 50127, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1274, CustomerName: `Max Watson`, CustomerFirstName: `Max`, CustomerLastName: `Watson`, CustomerAddress: `163 Market Street, Los Angeles, USA, 50127`, Salesperson: `Nancy Jefferson`, OrderID: 1508, OrderDate: `1/6/2022`, ProductID: 136, ProductName: `Mac Book Air`, UnitPrice: 12620.81, Quantity: 3, ExtendedPrice: 37862.43, Freight: 650.81, Discontinued: false, Region: `North East`, Address: `163 Market Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 50127 }), + new InvoicesDataItem({ ShipName: `Watson Townhouse`, ShipAddress: `131 Market Street`, ShipCity: `Huston`, ShipPostalCode: 50052, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1275, CustomerName: `James Watson`, CustomerFirstName: `James`, CustomerLastName: `Watson`, CustomerAddress: `131 Market Street, Huston, USA, 50052`, Salesperson: `Martin Watson`, OrderID: 1285, OrderDate: `8/6/2022`, ProductID: 123, ProductName: `Samsung Note`, UnitPrice: 22790.24, Quantity: 4, ExtendedPrice: 91160.96, Freight: 1140.24, Discontinued: false, Region: `South East`, Address: `131 Market Street`, City: `Huston`, Country: `USA`, PostalCode: 50052 }), + new InvoicesDataItem({ ShipName: `Black Home`, ShipAddress: `125 Wall Street`, ShipCity: `Miami`, ShipPostalCode: 60101, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1276, CustomerName: `Ben Black`, CustomerFirstName: `Ben`, CustomerLastName: `Black`, CustomerAddress: `125 Wall Street, Miami, USA, 60101`, Salesperson: `Ben Smith`, OrderID: 1881, OrderDate: `12/5/2022`, ProductID: 128, ProductName: `Mac Book Air`, UnitPrice: 18780.56, Quantity: 4, ExtendedPrice: 75122.24, Freight: 820.56, Discontinued: false, Region: `West`, Address: `125 Wall Street`, City: `Miami`, Country: `USA`, PostalCode: 60101 }), + new InvoicesDataItem({ ShipName: `Jackson Market`, ShipAddress: `184 Main Street`, ShipCity: `Miami`, ShipPostalCode: 50157, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1277, CustomerName: `Nancy Jackson`, CustomerFirstName: `Nancy`, CustomerLastName: `Jackson`, CustomerAddress: `184 Main Street, Miami, USA, 50157`, Salesperson: `Mike Smith`, OrderID: 1478, OrderDate: `9/18/2022`, ProductID: 131, ProductName: `IPad`, UnitPrice: 15000.21, Quantity: 5, ExtendedPrice: 75001.05, Freight: 1390.21, Discontinued: false, Region: `North East`, Address: `184 Main Street`, City: `Miami`, Country: `USA`, PostalCode: 50157 }), + new InvoicesDataItem({ ShipName: `Watson Estate`, ShipAddress: `199 Market Street`, ShipCity: `Huston`, ShipPostalCode: 80050, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1278, CustomerName: `Nancy Watson`, CustomerFirstName: `Nancy`, CustomerLastName: `Watson`, CustomerAddress: `199 Market Street, Huston, USA, 80050`, Salesperson: `Max Jefferson`, OrderID: 1767, OrderDate: `1/17/2022`, ProductID: 196, ProductName: `Mac Book Pro`, UnitPrice: 21600.31, Quantity: 3, ExtendedPrice: 64800.93, Freight: 1130.31, Discontinued: false, Region: `North East`, Address: `199 Market Street`, City: `Huston`, Country: `USA`, PostalCode: 80050 }), + new InvoicesDataItem({ ShipName: `Madison Market`, ShipAddress: `127 Market Street`, ShipCity: `Miami`, ShipPostalCode: 60073, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1279, CustomerName: `Nancy Madison`, CustomerFirstName: `Nancy`, CustomerLastName: `Madison`, CustomerAddress: `127 Market Street, Miami, USA, 60073`, Salesperson: `Mike Smith`, OrderID: 1229, OrderDate: `12/7/2022`, ProductID: 184, ProductName: `Mac Book Air`, UnitPrice: 27500.59, Quantity: 3, ExtendedPrice: 82501.77, Freight: 1380.59, Discontinued: true, Region: `West`, Address: `127 Market Street`, City: `Miami`, Country: `USA`, PostalCode: 60073 }), + new InvoicesDataItem({ ShipName: `Watson Home`, ShipAddress: `169 Main Street`, ShipCity: `New York`, ShipPostalCode: 50123, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1280, CustomerName: `Mike Watson`, CustomerFirstName: `Mike`, CustomerLastName: `Watson`, CustomerAddress: `169 Main Street, New York, USA, 50123`, Salesperson: `Martin Jackson`, OrderID: 1761, OrderDate: `2/10/2022`, ProductID: 169, ProductName: `IPad`, UnitPrice: 21430.7, Quantity: 5, ExtendedPrice: 107153.5, Freight: 1170.7, Discontinued: false, Region: `North East`, Address: `169 Main Street`, City: `New York`, Country: `USA`, PostalCode: 50123 }), + new InvoicesDataItem({ ShipName: `Watson Home`, ShipAddress: `109 Main Street`, ShipCity: `Philadelphia`, ShipPostalCode: 80143, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1281, CustomerName: `James Watson`, CustomerFirstName: `James`, CustomerLastName: `Watson`, CustomerAddress: `109 Main Street, Philadelphia, USA, 80143`, Salesperson: `Anna Black`, OrderID: 1461, OrderDate: `9/8/2022`, ProductID: 155, ProductName: `Samsung Galaxy 22`, UnitPrice: 28470.33, Quantity: 4, ExtendedPrice: 113881.32, Freight: 1750.33, Discontinued: false, Region: `North East`, Address: `109 Main Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 80143 }), + new InvoicesDataItem({ ShipName: `Madison Townhouse`, ShipAddress: `103 Main Street`, ShipCity: `New York`, ShipPostalCode: 80198, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1282, CustomerName: `James Madison`, CustomerFirstName: `James`, CustomerLastName: `Madison`, CustomerAddress: `103 Main Street, New York, USA, 80198`, Salesperson: `Ben Black`, OrderID: 1210, OrderDate: `11/7/2022`, ProductID: 123, ProductName: `Samsung Galaxy 22`, UnitPrice: 11260.52, Quantity: 5, ExtendedPrice: 56302.6, Freight: 330.52, Discontinued: false, Region: `West`, Address: `103 Main Street`, City: `New York`, Country: `USA`, PostalCode: 80198 }), + new InvoicesDataItem({ ShipName: `Jefferson Market`, ShipAddress: `102 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 50100, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1283, CustomerName: `Martin Jefferson`, CustomerFirstName: `Martin`, CustomerLastName: `Jefferson`, CustomerAddress: `102 Market Street, Philadelphia, USA, 50100`, Salesperson: `Pamela Jefferson`, OrderID: 1262, OrderDate: `4/17/2022`, ProductID: 134, ProductName: `Mac Book Pro`, UnitPrice: 21890.55, Quantity: 4, ExtendedPrice: 87562.2, Freight: 500.55, Discontinued: false, Region: `West`, Address: `102 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 50100 }), + new InvoicesDataItem({ ShipName: `Madison Home`, ShipAddress: `194 Market Street`, ShipCity: `New York`, ShipPostalCode: 80057, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1284, CustomerName: `Pamela Madison`, CustomerFirstName: `Pamela`, CustomerLastName: `Madison`, CustomerAddress: `194 Market Street, New York, USA, 80057`, Salesperson: `Pamela Jefferson`, OrderID: 1490, OrderDate: `4/6/2022`, ProductID: 191, ProductName: `Samsung Galaxy 22`, UnitPrice: 15670.58, Quantity: 4, ExtendedPrice: 62682.32, Freight: 1320.58, Discontinued: false, Region: `South East`, Address: `194 Market Street`, City: `New York`, Country: `USA`, PostalCode: 80057 }), + new InvoicesDataItem({ ShipName: `Madison Market`, ShipAddress: `102 Main Street`, ShipCity: `Miami`, ShipPostalCode: 70175, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1285, CustomerName: `Nancy Madison`, CustomerFirstName: `Nancy`, CustomerLastName: `Madison`, CustomerAddress: `102 Main Street, Miami, USA, 70175`, Salesperson: `James Jackson`, OrderID: 1031, OrderDate: `3/18/2022`, ProductID: 196, ProductName: `Samsung Note`, UnitPrice: 16280.69, Quantity: 3, ExtendedPrice: 48842.07, Freight: 380.69, Discontinued: false, Region: `South East`, Address: `102 Main Street`, City: `Miami`, Country: `USA`, PostalCode: 70175 }), + new InvoicesDataItem({ ShipName: `Watson Estate`, ShipAddress: `139 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 60067, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1286, CustomerName: `Nancy Watson`, CustomerFirstName: `Nancy`, CustomerLastName: `Watson`, CustomerAddress: `139 Market Street, Philadelphia, USA, 60067`, Salesperson: `Max Jefferson`, OrderID: 1803, OrderDate: `1/22/2022`, ProductID: 134, ProductName: `Mac Book Pro`, UnitPrice: 7940.29, Quantity: 4, ExtendedPrice: 31761.16, Freight: 620.29, Discontinued: false, Region: `North East`, Address: `139 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 60067 }), + new InvoicesDataItem({ ShipName: `Smith Market`, ShipAddress: `167 Market Street`, ShipCity: `New York`, ShipPostalCode: 80115, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1287, CustomerName: `Martin Smith`, CustomerFirstName: `Martin`, CustomerLastName: `Smith`, CustomerAddress: `167 Market Street, New York, USA, 80115`, Salesperson: `Anna Black`, OrderID: 1465, OrderDate: `2/14/2022`, ProductID: 166, ProductName: `Samsung Note`, UnitPrice: 20420.2, Quantity: 4, ExtendedPrice: 81680.8, Freight: 960.2, Discontinued: false, Region: `North East`, Address: `167 Market Street`, City: `New York`, Country: `USA`, PostalCode: 80115 }), + new InvoicesDataItem({ ShipName: `Jefferson Market`, ShipAddress: `167 Market Street`, ShipCity: `New York`, ShipPostalCode: 80080, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1288, CustomerName: `Nancy Jefferson`, CustomerFirstName: `Nancy`, CustomerLastName: `Jefferson`, CustomerAddress: `167 Market Street, New York, USA, 80080`, Salesperson: `Ben Jackson`, OrderID: 1303, OrderDate: `12/12/2022`, ProductID: 191, ProductName: `Samsung Galaxy 22`, UnitPrice: 20080.21, Quantity: 2, ExtendedPrice: 40160.42, Freight: 800.21, Discontinued: false, Region: `West`, Address: `167 Market Street`, City: `New York`, Country: `USA`, PostalCode: 80080 }), + new InvoicesDataItem({ ShipName: `Jackson Market`, ShipAddress: `167 Market Street`, ShipCity: `New York`, ShipPostalCode: 90093, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1289, CustomerName: `Pamela Jackson`, CustomerFirstName: `Pamela`, CustomerLastName: `Jackson`, CustomerAddress: `167 Market Street, New York, USA, 90093`, Salesperson: `Anna Smith`, OrderID: 1122, OrderDate: `8/6/2022`, ProductID: 189, ProductName: `Mac Book Air`, UnitPrice: 29420.55, Quantity: 4, ExtendedPrice: 117682.2, Freight: 1200.55, Discontinued: true, Region: `South East`, Address: `167 Market Street`, City: `New York`, Country: `USA`, PostalCode: 90093 }), + new InvoicesDataItem({ ShipName: `Madison Home`, ShipAddress: `114 Wall Street`, ShipCity: `Philadelphia`, ShipPostalCode: 60133, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1290, CustomerName: `Nancy Madison`, CustomerFirstName: `Nancy`, CustomerLastName: `Madison`, CustomerAddress: `114 Wall Street, Philadelphia, USA, 60133`, Salesperson: `Anna Madison`, OrderID: 1402, OrderDate: `6/9/2022`, ProductID: 161, ProductName: `Samsung Galaxy 22`, UnitPrice: 16370.76, Quantity: 3, ExtendedPrice: 49112.28, Freight: 590.76, Discontinued: false, Region: `South East`, Address: `114 Wall Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 60133 }), + new InvoicesDataItem({ ShipName: `Madison Home`, ShipAddress: `164 Market Street`, ShipCity: `Los Angeles`, ShipPostalCode: 60153, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1291, CustomerName: `Anna Madison`, CustomerFirstName: `Anna`, CustomerLastName: `Madison`, CustomerAddress: `164 Market Street, Los Angeles, USA, 60153`, Salesperson: `Max Smith`, OrderID: 1165, OrderDate: `11/24/2022`, ProductID: 193, ProductName: `Mac Book Pro`, UnitPrice: 19240.53, Quantity: 4, ExtendedPrice: 76962.12, Freight: 1990.53, Discontinued: false, Region: `West`, Address: `164 Market Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 60153 }), + new InvoicesDataItem({ ShipName: `Jackson Home`, ShipAddress: `102 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 90068, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1292, CustomerName: `Mike Jackson`, CustomerFirstName: `Mike`, CustomerLastName: `Jackson`, CustomerAddress: `102 Market Street, Philadelphia, USA, 90068`, Salesperson: `Mike Madison`, OrderID: 1512, OrderDate: `9/4/2022`, ProductID: 186, ProductName: `Samsung Note`, UnitPrice: 26300.88, Quantity: 4, ExtendedPrice: 105203.52, Freight: 660.88, Discontinued: false, Region: `West`, Address: `102 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 90068 }), + new InvoicesDataItem({ ShipName: `Jefferson Market`, ShipAddress: `158 Wall Street`, ShipCity: `Los Angeles`, ShipPostalCode: 80149, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1293, CustomerName: `Pamela Jefferson`, CustomerFirstName: `Pamela`, CustomerLastName: `Jefferson`, CustomerAddress: `158 Wall Street, Los Angeles, USA, 80149`, Salesperson: `Max Jackson`, OrderID: 1358, OrderDate: `2/22/2022`, ProductID: 110, ProductName: `Mac Book Pro`, UnitPrice: 23570.31, Quantity: 5, ExtendedPrice: 117851.55, Freight: 1260.31, Discontinued: false, Region: `North East`, Address: `158 Wall Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 80149 }), + new InvoicesDataItem({ ShipName: `Jefferson Townhouse`, ShipAddress: `125 Market Street`, ShipCity: `Huston`, ShipPostalCode: 80176, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1294, CustomerName: `Nancy Jefferson`, CustomerFirstName: `Nancy`, CustomerLastName: `Jefferson`, CustomerAddress: `125 Market Street, Huston, USA, 80176`, Salesperson: `Pamela Watson`, OrderID: 1106, OrderDate: `2/7/2022`, ProductID: 152, ProductName: `Samsung Galaxy 22`, UnitPrice: 6100.56, Quantity: 5, ExtendedPrice: 30502.8, Freight: 1900.56, Discontinued: false, Region: `West`, Address: `125 Market Street`, City: `Huston`, Country: `USA`, PostalCode: 80176 }), + new InvoicesDataItem({ ShipName: `Smith Estate`, ShipAddress: `177 Main Street`, ShipCity: `Los Angeles`, ShipPostalCode: 50079, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1295, CustomerName: `Pamela Smith`, CustomerFirstName: `Pamela`, CustomerLastName: `Smith`, CustomerAddress: `177 Main Street, Los Angeles, USA, 50079`, Salesperson: `Max Watson`, OrderID: 1931, OrderDate: `6/5/2022`, ProductID: 113, ProductName: `Samsung Galaxy 22`, UnitPrice: 27350.45, Quantity: 3, ExtendedPrice: 82051.35, Freight: 1170.45, Discontinued: false, Region: `North East`, Address: `177 Main Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 50079 }), + new InvoicesDataItem({ ShipName: `Jackson Estate`, ShipAddress: `148 Market Street`, ShipCity: `New York`, ShipPostalCode: 90184, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1296, CustomerName: `Mike Jackson`, CustomerFirstName: `Mike`, CustomerLastName: `Jackson`, CustomerAddress: `148 Market Street, New York, USA, 90184`, Salesperson: `James Smith`, OrderID: 1108, OrderDate: `8/5/2022`, ProductID: 122, ProductName: `Samsung Note`, UnitPrice: 5440.75, Quantity: 4, ExtendedPrice: 21763, Freight: 960.75, Discontinued: false, Region: `South East`, Address: `148 Market Street`, City: `New York`, Country: `USA`, PostalCode: 90184 }), + new InvoicesDataItem({ ShipName: `Black Townhouse`, ShipAddress: `113 Wall Street`, ShipCity: `Huston`, ShipPostalCode: 50064, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1297, CustomerName: `Max Black`, CustomerFirstName: `Max`, CustomerLastName: `Black`, CustomerAddress: `113 Wall Street, Huston, USA, 50064`, Salesperson: `Martin Smith`, OrderID: 1782, OrderDate: `3/24/2022`, ProductID: 107, ProductName: `IPad`, UnitPrice: 22200.88, Quantity: 4, ExtendedPrice: 88803.52, Freight: 510.88, Discontinued: false, Region: `West`, Address: `113 Wall Street`, City: `Huston`, Country: `USA`, PostalCode: 50064 }), + new InvoicesDataItem({ ShipName: `Smith Market`, ShipAddress: `134 Wall Street`, ShipCity: `New York`, ShipPostalCode: 80155, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1298, CustomerName: `Martin Smith`, CustomerFirstName: `Martin`, CustomerLastName: `Smith`, CustomerAddress: `134 Wall Street, New York, USA, 80155`, Salesperson: `Nancy Jefferson`, OrderID: 1886, OrderDate: `3/6/2022`, ProductID: 181, ProductName: `Samsung Galaxy 22`, UnitPrice: 8550.46, Quantity: 4, ExtendedPrice: 34201.84, Freight: 1830.46, Discontinued: false, Region: `North East`, Address: `134 Wall Street`, City: `New York`, Country: `USA`, PostalCode: 80155 }), + new InvoicesDataItem({ ShipName: `Jackson Townhouse`, ShipAddress: `142 Market Street`, ShipCity: `New York`, ShipPostalCode: 90103, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1299, CustomerName: `Max Jackson`, CustomerFirstName: `Max`, CustomerLastName: `Jackson`, CustomerAddress: `142 Market Street, New York, USA, 90103`, Salesperson: `Anna Watson`, OrderID: 1578, OrderDate: `10/5/2022`, ProductID: 162, ProductName: `Mac Book Air`, UnitPrice: 19490.84, Quantity: 4, ExtendedPrice: 77963.36, Freight: 490.84, Discontinued: true, Region: `West`, Address: `142 Market Street`, City: `New York`, Country: `USA`, PostalCode: 90103 }), + new InvoicesDataItem({ ShipName: `Smith Estate`, ShipAddress: `132 Market Street`, ShipCity: `Miami`, ShipPostalCode: 90111, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1300, CustomerName: `Anna Smith`, CustomerFirstName: `Anna`, CustomerLastName: `Smith`, CustomerAddress: `132 Market Street, Miami, USA, 90111`, Salesperson: `Ben Jefferson`, OrderID: 1903, OrderDate: `6/23/2022`, ProductID: 173, ProductName: `IPad`, UnitPrice: 23350.52, Quantity: 5, ExtendedPrice: 116752.6, Freight: 1210.52, Discontinued: false, Region: `South East`, Address: `132 Market Street`, City: `Miami`, Country: `USA`, PostalCode: 90111 }), + new InvoicesDataItem({ ShipName: `Smith Home`, ShipAddress: `180 Main Street`, ShipCity: `Los Angeles`, ShipPostalCode: 50182, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1301, CustomerName: `Mike Smith`, CustomerFirstName: `Mike`, CustomerLastName: `Smith`, CustomerAddress: `180 Main Street, Los Angeles, USA, 50182`, Salesperson: `Ben Black`, OrderID: 1201, OrderDate: `11/25/2022`, ProductID: 127, ProductName: `Mac Book Pro`, UnitPrice: 6730.57, Quantity: 3, ExtendedPrice: 20191.71, Freight: 1600.57, Discontinued: false, Region: `West`, Address: `180 Main Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 50182 }), + new InvoicesDataItem({ ShipName: `Smith Townhouse`, ShipAddress: `135 Main Street`, ShipCity: `Philadelphia`, ShipPostalCode: 60076, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1302, CustomerName: `James Smith`, CustomerFirstName: `James`, CustomerLastName: `Smith`, CustomerAddress: `135 Main Street, Philadelphia, USA, 60076`, Salesperson: `Mike Smith`, OrderID: 1488, OrderDate: `5/1/2022`, ProductID: 105, ProductName: `IPad`, UnitPrice: 27240.3, Quantity: 5, ExtendedPrice: 136201.5, Freight: 1130.3, Discontinued: false, Region: `West`, Address: `135 Main Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 60076 }), + new InvoicesDataItem({ ShipName: `Madison Townhouse`, ShipAddress: `104 Wall Street`, ShipCity: `New York`, ShipPostalCode: 70191, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1303, CustomerName: `Nancy Madison`, CustomerFirstName: `Nancy`, CustomerLastName: `Madison`, CustomerAddress: `104 Wall Street, New York, USA, 70191`, Salesperson: `Pamela Jefferson`, OrderID: 1636, OrderDate: `2/16/2022`, ProductID: 104, ProductName: `Samsung Galaxy 22`, UnitPrice: 14830.46, Quantity: 2, ExtendedPrice: 29660.92, Freight: 540.46, Discontinued: false, Region: `West`, Address: `104 Wall Street`, City: `New York`, Country: `USA`, PostalCode: 70191 }), + new InvoicesDataItem({ ShipName: `Jefferson Market`, ShipAddress: `122 Market Street`, ShipCity: `New York`, ShipPostalCode: 70071, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1304, CustomerName: `James Jefferson`, CustomerFirstName: `James`, CustomerLastName: `Jefferson`, CustomerAddress: `122 Market Street, New York, USA, 70071`, Salesperson: `Max Black`, OrderID: 1588, OrderDate: `8/22/2022`, ProductID: 169, ProductName: `IPhone`, UnitPrice: 28440.73, Quantity: 3, ExtendedPrice: 85322.19, Freight: 640.73, Discontinued: false, Region: `North East`, Address: `122 Market Street`, City: `New York`, Country: `USA`, PostalCode: 70071 }), + new InvoicesDataItem({ ShipName: `Smith Market`, ShipAddress: `178 Main Street`, ShipCity: `Philadelphia`, ShipPostalCode: 80064, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1305, CustomerName: `Anna Smith`, CustomerFirstName: `Anna`, CustomerLastName: `Smith`, CustomerAddress: `178 Main Street, Philadelphia, USA, 80064`, Salesperson: `Pamela Jackson`, OrderID: 1422, OrderDate: `7/3/2022`, ProductID: 150, ProductName: `Mac Book Air`, UnitPrice: 7100.37, Quantity: 4, ExtendedPrice: 28401.48, Freight: 1560.37, Discontinued: false, Region: `North East`, Address: `178 Main Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 80064 }), + new InvoicesDataItem({ ShipName: `Jefferson Market`, ShipAddress: `199 Main Street`, ShipCity: `Philadelphia`, ShipPostalCode: 80126, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1306, CustomerName: `Martin Jefferson`, CustomerFirstName: `Martin`, CustomerLastName: `Jefferson`, CustomerAddress: `199 Main Street, Philadelphia, USA, 80126`, Salesperson: `Ben Jefferson`, OrderID: 1922, OrderDate: `1/13/2022`, ProductID: 116, ProductName: `Mac Book Air`, UnitPrice: 15400.22, Quantity: 4, ExtendedPrice: 61600.88, Freight: 1970.22, Discontinued: false, Region: `South East`, Address: `199 Main Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 80126 }), + new InvoicesDataItem({ ShipName: `Watson Home`, ShipAddress: `187 Wall Street`, ShipCity: `Huston`, ShipPostalCode: 70093, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1307, CustomerName: `Nancy Watson`, CustomerFirstName: `Nancy`, CustomerLastName: `Watson`, CustomerAddress: `187 Wall Street, Huston, USA, 70093`, Salesperson: `Ben Watson`, OrderID: 1023, OrderDate: `8/20/2022`, ProductID: 138, ProductName: `Samsung Note`, UnitPrice: 26450.63, Quantity: 2, ExtendedPrice: 52901.26, Freight: 980.63, Discontinued: false, Region: `South East`, Address: `187 Wall Street`, City: `Huston`, Country: `USA`, PostalCode: 70093 }), + new InvoicesDataItem({ ShipName: `Watson Market`, ShipAddress: `110 Market Street`, ShipCity: `Los Angeles`, ShipPostalCode: 50180, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1308, CustomerName: `Max Watson`, CustomerFirstName: `Max`, CustomerLastName: `Watson`, CustomerAddress: `110 Market Street, Los Angeles, USA, 50180`, Salesperson: `Martin Smith`, OrderID: 1651, OrderDate: `8/10/2022`, ProductID: 131, ProductName: `IPhone`, UnitPrice: 11720.27, Quantity: 2, ExtendedPrice: 23440.54, Freight: 300.27, Discontinued: false, Region: `South East`, Address: `110 Market Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 50180 }), + new InvoicesDataItem({ ShipName: `Madison Home`, ShipAddress: `196 Wall Street`, ShipCity: `New York`, ShipPostalCode: 50190, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1309, CustomerName: `James Madison`, CustomerFirstName: `James`, CustomerLastName: `Madison`, CustomerAddress: `196 Wall Street, New York, USA, 50190`, Salesperson: `Nancy Madison`, OrderID: 1918, OrderDate: `7/11/2022`, ProductID: 160, ProductName: `IPad`, UnitPrice: 22400.31, Quantity: 2, ExtendedPrice: 44800.62, Freight: 1310.31, Discontinued: true, Region: `North East`, Address: `196 Wall Street`, City: `New York`, Country: `USA`, PostalCode: 50190 }), + new InvoicesDataItem({ ShipName: `Jefferson Market`, ShipAddress: `172 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 80154, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1310, CustomerName: `Nancy Jefferson`, CustomerFirstName: `Nancy`, CustomerLastName: `Jefferson`, CustomerAddress: `172 Market Street, Philadelphia, USA, 80154`, Salesperson: `Ben Jackson`, OrderID: 1803, OrderDate: `2/14/2022`, ProductID: 100, ProductName: `Samsung Note`, UnitPrice: 5270.34, Quantity: 5, ExtendedPrice: 26351.7, Freight: 320.34, Discontinued: false, Region: `North East`, Address: `172 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 80154 }), + new InvoicesDataItem({ ShipName: `Watson Estate`, ShipAddress: `181 Wall Street`, ShipCity: `Los Angeles`, ShipPostalCode: 50200, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1311, CustomerName: `Martin Watson`, CustomerFirstName: `Martin`, CustomerLastName: `Watson`, CustomerAddress: `181 Wall Street, Los Angeles, USA, 50200`, Salesperson: `James Watson`, OrderID: 1467, OrderDate: `12/13/2022`, ProductID: 171, ProductName: `Mac Book Air`, UnitPrice: 7830.21, Quantity: 4, ExtendedPrice: 31320.84, Freight: 1740.21, Discontinued: false, Region: `South East`, Address: `181 Wall Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 50200 }), + new InvoicesDataItem({ ShipName: `Jefferson Estate`, ShipAddress: `151 Main Street`, ShipCity: `Los Angeles`, ShipPostalCode: 70118, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1312, CustomerName: `Pamela Jefferson`, CustomerFirstName: `Pamela`, CustomerLastName: `Jefferson`, CustomerAddress: `151 Main Street, Los Angeles, USA, 70118`, Salesperson: `Martin Watson`, OrderID: 1359, OrderDate: `4/5/2022`, ProductID: 141, ProductName: `IPhone`, UnitPrice: 27160.77, Quantity: 5, ExtendedPrice: 135803.85, Freight: 370.77, Discontinued: false, Region: `West`, Address: `151 Main Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 70118 }), + new InvoicesDataItem({ ShipName: `Jackson Home`, ShipAddress: `156 Market Street`, ShipCity: `Miami`, ShipPostalCode: 90109, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1313, CustomerName: `James Jackson`, CustomerFirstName: `James`, CustomerLastName: `Jackson`, CustomerAddress: `156 Market Street, Miami, USA, 90109`, Salesperson: `James Jackson`, OrderID: 1592, OrderDate: `4/16/2022`, ProductID: 128, ProductName: `Samsung Note`, UnitPrice: 14910.41, Quantity: 5, ExtendedPrice: 74552.05, Freight: 1790.41, Discontinued: false, Region: `North East`, Address: `156 Market Street`, City: `Miami`, Country: `USA`, PostalCode: 90109 }), + new InvoicesDataItem({ ShipName: `Watson Estate`, ShipAddress: `147 Main Street`, ShipCity: `Huston`, ShipPostalCode: 60054, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1314, CustomerName: `Pamela Watson`, CustomerFirstName: `Pamela`, CustomerLastName: `Watson`, CustomerAddress: `147 Main Street, Huston, USA, 60054`, Salesperson: `Ben Watson`, OrderID: 1454, OrderDate: `12/12/2022`, ProductID: 131, ProductName: `Mac Book Air`, UnitPrice: 11280.22, Quantity: 3, ExtendedPrice: 33840.66, Freight: 1440.22, Discontinued: false, Region: `South East`, Address: `147 Main Street`, City: `Huston`, Country: `USA`, PostalCode: 60054 }), + new InvoicesDataItem({ ShipName: `Madison Home`, ShipAddress: `123 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 90190, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1315, CustomerName: `Ben Madison`, CustomerFirstName: `Ben`, CustomerLastName: `Madison`, CustomerAddress: `123 Market Street, Philadelphia, USA, 90190`, Salesperson: `James Jefferson`, OrderID: 1529, OrderDate: `4/19/2022`, ProductID: 102, ProductName: `IPad`, UnitPrice: 7570.85, Quantity: 5, ExtendedPrice: 37854.25, Freight: 1630.85, Discontinued: false, Region: `West`, Address: `123 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 90190 }), + new InvoicesDataItem({ ShipName: `Watson Home`, ShipAddress: `100 Wall Street`, ShipCity: `Los Angeles`, ShipPostalCode: 90115, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1316, CustomerName: `James Watson`, CustomerFirstName: `James`, CustomerLastName: `Watson`, CustomerAddress: `100 Wall Street, Los Angeles, USA, 90115`, Salesperson: `Nancy Smith`, OrderID: 1783, OrderDate: `9/2/2022`, ProductID: 144, ProductName: `Samsung Note`, UnitPrice: 5530.88, Quantity: 3, ExtendedPrice: 16592.64, Freight: 1800.88, Discontinued: false, Region: `North East`, Address: `100 Wall Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 90115 }), + new InvoicesDataItem({ ShipName: `Watson Townhouse`, ShipAddress: `184 Wall Street`, ShipCity: `Miami`, ShipPostalCode: 50144, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1317, CustomerName: `Max Watson`, CustomerFirstName: `Max`, CustomerLastName: `Watson`, CustomerAddress: `184 Wall Street, Miami, USA, 50144`, Salesperson: `Max Jackson`, OrderID: 1533, OrderDate: `12/19/2022`, ProductID: 189, ProductName: `Samsung Galaxy 22`, UnitPrice: 24820.6, Quantity: 2, ExtendedPrice: 49641.2, Freight: 1550.6, Discontinued: false, Region: `South East`, Address: `184 Wall Street`, City: `Miami`, Country: `USA`, PostalCode: 50144 }), + new InvoicesDataItem({ ShipName: `Black Home`, ShipAddress: `187 Wall Street`, ShipCity: `Los Angeles`, ShipPostalCode: 70132, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1318, CustomerName: `Mike Black`, CustomerFirstName: `Mike`, CustomerLastName: `Black`, CustomerAddress: `187 Wall Street, Los Angeles, USA, 70132`, Salesperson: `Nancy Jackson`, OrderID: 1483, OrderDate: `1/8/2022`, ProductID: 182, ProductName: `Samsung Galaxy 22`, UnitPrice: 21520.76, Quantity: 4, ExtendedPrice: 86083.04, Freight: 770.76, Discontinued: false, Region: `North East`, Address: `187 Wall Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 70132 }), + new InvoicesDataItem({ ShipName: `Black Market`, ShipAddress: `162 Main Street`, ShipCity: `Philadelphia`, ShipPostalCode: 90083, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1319, CustomerName: `Mike Black`, CustomerFirstName: `Mike`, CustomerLastName: `Black`, CustomerAddress: `162 Main Street, Philadelphia, USA, 90083`, Salesperson: `Max Jefferson`, OrderID: 1869, OrderDate: `6/3/2022`, ProductID: 118, ProductName: `IPhone`, UnitPrice: 15930.3, Quantity: 2, ExtendedPrice: 31860.6, Freight: 470.3, Discontinued: true, Region: `North East`, Address: `162 Main Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 90083 }), + new InvoicesDataItem({ ShipName: `Watson Home`, ShipAddress: `147 Main Street`, ShipCity: `Philadelphia`, ShipPostalCode: 50191, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1320, CustomerName: `Nancy Watson`, CustomerFirstName: `Nancy`, CustomerLastName: `Watson`, CustomerAddress: `147 Main Street, Philadelphia, USA, 50191`, Salesperson: `Martin Jefferson`, OrderID: 1541, OrderDate: `2/1/2022`, ProductID: 159, ProductName: `Mac Book Pro`, UnitPrice: 29090.51, Quantity: 4, ExtendedPrice: 116362.04, Freight: 900.51, Discontinued: false, Region: `North East`, Address: `147 Main Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 50191 }), + new InvoicesDataItem({ ShipName: `Jackson Market`, ShipAddress: `175 Wall Street`, ShipCity: `New York`, ShipPostalCode: 90056, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1321, CustomerName: `Martin Jackson`, CustomerFirstName: `Martin`, CustomerLastName: `Jackson`, CustomerAddress: `175 Wall Street, New York, USA, 90056`, Salesperson: `Anna Black`, OrderID: 1050, OrderDate: `8/6/2022`, ProductID: 120, ProductName: `IPad`, UnitPrice: 28490.38, Quantity: 5, ExtendedPrice: 142451.9, Freight: 860.38, Discontinued: false, Region: `West`, Address: `175 Wall Street`, City: `New York`, Country: `USA`, PostalCode: 90056 }), + new InvoicesDataItem({ ShipName: `Jackson Market`, ShipAddress: `129 Market Street`, ShipCity: `Huston`, ShipPostalCode: 50089, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1322, CustomerName: `Pamela Jackson`, CustomerFirstName: `Pamela`, CustomerLastName: `Jackson`, CustomerAddress: `129 Market Street, Huston, USA, 50089`, Salesperson: `Mike Jefferson`, OrderID: 1188, OrderDate: `7/23/2022`, ProductID: 119, ProductName: `Mac Book Pro`, UnitPrice: 6710.58, Quantity: 3, ExtendedPrice: 20131.74, Freight: 1160.58, Discontinued: false, Region: `South East`, Address: `129 Market Street`, City: `Huston`, Country: `USA`, PostalCode: 50089 }), + new InvoicesDataItem({ ShipName: `Smith Market`, ShipAddress: `104 Wall Street`, ShipCity: `Philadelphia`, ShipPostalCode: 70079, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1323, CustomerName: `Ben Smith`, CustomerFirstName: `Ben`, CustomerLastName: `Smith`, CustomerAddress: `104 Wall Street, Philadelphia, USA, 70079`, Salesperson: `Martin Madison`, OrderID: 1452, OrderDate: `2/1/2022`, ProductID: 182, ProductName: `IPhone`, UnitPrice: 9260.28, Quantity: 2, ExtendedPrice: 18520.56, Freight: 1960.28, Discontinued: false, Region: `South East`, Address: `104 Wall Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 70079 }), + new InvoicesDataItem({ ShipName: `Jefferson Townhouse`, ShipAddress: `167 Wall Street`, ShipCity: `Philadelphia`, ShipPostalCode: 70137, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1324, CustomerName: `Mike Jefferson`, CustomerFirstName: `Mike`, CustomerLastName: `Jefferson`, CustomerAddress: `167 Wall Street, Philadelphia, USA, 70137`, Salesperson: `James Jefferson`, OrderID: 1542, OrderDate: `7/21/2022`, ProductID: 107, ProductName: `IPhone`, UnitPrice: 5100.82, Quantity: 5, ExtendedPrice: 25504.1, Freight: 610.82, Discontinued: false, Region: `North East`, Address: `167 Wall Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 70137 }), + new InvoicesDataItem({ ShipName: `Madison Market`, ShipAddress: `128 Wall Street`, ShipCity: `Philadelphia`, ShipPostalCode: 50188, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1325, CustomerName: `Mike Madison`, CustomerFirstName: `Mike`, CustomerLastName: `Madison`, CustomerAddress: `128 Wall Street, Philadelphia, USA, 50188`, Salesperson: `Nancy Jefferson`, OrderID: 1993, OrderDate: `3/7/2022`, ProductID: 149, ProductName: `Samsung Note`, UnitPrice: 27520.59, Quantity: 4, ExtendedPrice: 110082.36, Freight: 1260.59, Discontinued: false, Region: `South East`, Address: `128 Wall Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 50188 }), + new InvoicesDataItem({ ShipName: `Watson Market`, ShipAddress: `171 Market Street`, ShipCity: `Huston`, ShipPostalCode: 70190, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1326, CustomerName: `Martin Watson`, CustomerFirstName: `Martin`, CustomerLastName: `Watson`, CustomerAddress: `171 Market Street, Huston, USA, 70190`, Salesperson: `Anna Madison`, OrderID: 1815, OrderDate: `7/4/2022`, ProductID: 195, ProductName: `Samsung Note`, UnitPrice: 27340.66, Quantity: 5, ExtendedPrice: 136703.3, Freight: 1790.66, Discontinued: false, Region: `South East`, Address: `171 Market Street`, City: `Huston`, Country: `USA`, PostalCode: 70190 }), + new InvoicesDataItem({ ShipName: `Watson Home`, ShipAddress: `191 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 60123, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1327, CustomerName: `Anna Watson`, CustomerFirstName: `Anna`, CustomerLastName: `Watson`, CustomerAddress: `191 Market Street, Philadelphia, USA, 60123`, Salesperson: `Anna Madison`, OrderID: 1319, OrderDate: `8/5/2022`, ProductID: 191, ProductName: `Samsung Note`, UnitPrice: 28500.5, Quantity: 5, ExtendedPrice: 142502.5, Freight: 1280.5, Discontinued: false, Region: `West`, Address: `191 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 60123 }), + new InvoicesDataItem({ ShipName: `Madison Townhouse`, ShipAddress: `150 Wall Street`, ShipCity: `Philadelphia`, ShipPostalCode: 80139, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1328, CustomerName: `Mike Madison`, CustomerFirstName: `Mike`, CustomerLastName: `Madison`, CustomerAddress: `150 Wall Street, Philadelphia, USA, 80139`, Salesperson: `Nancy Watson`, OrderID: 1592, OrderDate: `2/22/2022`, ProductID: 149, ProductName: `Mac Book Pro`, UnitPrice: 22890.6, Quantity: 5, ExtendedPrice: 114453, Freight: 920.6, Discontinued: false, Region: `South East`, Address: `150 Wall Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 80139 }), + new InvoicesDataItem({ ShipName: `Jackson Market`, ShipAddress: `112 Main Street`, ShipCity: `Los Angeles`, ShipPostalCode: 70172, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1329, CustomerName: `Nancy Jackson`, CustomerFirstName: `Nancy`, CustomerLastName: `Jackson`, CustomerAddress: `112 Main Street, Los Angeles, USA, 70172`, Salesperson: `Max Jefferson`, OrderID: 1959, OrderDate: `10/15/2022`, ProductID: 156, ProductName: `Samsung Galaxy 22`, UnitPrice: 12050.71, Quantity: 4, ExtendedPrice: 48202.84, Freight: 270.71, Discontinued: true, Region: `North East`, Address: `112 Main Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 70172 }), + new InvoicesDataItem({ ShipName: `Jefferson Market`, ShipAddress: `121 Market Street`, ShipCity: `New York`, ShipPostalCode: 80122, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1330, CustomerName: `Martin Jefferson`, CustomerFirstName: `Martin`, CustomerLastName: `Jefferson`, CustomerAddress: `121 Market Street, New York, USA, 80122`, Salesperson: `Ben Black`, OrderID: 1343, OrderDate: `5/25/2022`, ProductID: 118, ProductName: `Mac Book Pro`, UnitPrice: 7060.29, Quantity: 4, ExtendedPrice: 28241.16, Freight: 400.29, Discontinued: false, Region: `West`, Address: `121 Market Street`, City: `New York`, Country: `USA`, PostalCode: 80122 }), + new InvoicesDataItem({ ShipName: `Watson Estate`, ShipAddress: `183 Wall Street`, ShipCity: `Miami`, ShipPostalCode: 90122, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1331, CustomerName: `Pamela Watson`, CustomerFirstName: `Pamela`, CustomerLastName: `Watson`, CustomerAddress: `183 Wall Street, Miami, USA, 90122`, Salesperson: `Pamela Smith`, OrderID: 1876, OrderDate: `2/8/2022`, ProductID: 137, ProductName: `Samsung Note`, UnitPrice: 10140.84, Quantity: 4, ExtendedPrice: 40563.36, Freight: 640.84, Discontinued: false, Region: `North East`, Address: `183 Wall Street`, City: `Miami`, Country: `USA`, PostalCode: 90122 }), + new InvoicesDataItem({ ShipName: `Jefferson Estate`, ShipAddress: `105 Main Street`, ShipCity: `Los Angeles`, ShipPostalCode: 50068, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1332, CustomerName: `Mike Jefferson`, CustomerFirstName: `Mike`, CustomerLastName: `Jefferson`, CustomerAddress: `105 Main Street, Los Angeles, USA, 50068`, Salesperson: `Ben Madison`, OrderID: 1322, OrderDate: `6/7/2022`, ProductID: 148, ProductName: `Mac Book Air`, UnitPrice: 20150.45, Quantity: 4, ExtendedPrice: 80601.8, Freight: 1190.45, Discontinued: false, Region: `North East`, Address: `105 Main Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 50068 }), + new InvoicesDataItem({ ShipName: `Madison Townhouse`, ShipAddress: `199 Market Street`, ShipCity: `Huston`, ShipPostalCode: 70061, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1333, CustomerName: `Martin Madison`, CustomerFirstName: `Martin`, CustomerLastName: `Madison`, CustomerAddress: `199 Market Street, Huston, USA, 70061`, Salesperson: `Max Smith`, OrderID: 1046, OrderDate: `2/3/2022`, ProductID: 162, ProductName: `IPhone`, UnitPrice: 28480.38, Quantity: 2, ExtendedPrice: 56960.76, Freight: 1180.38, Discontinued: false, Region: `West`, Address: `199 Market Street`, City: `Huston`, Country: `USA`, PostalCode: 70061 }), + new InvoicesDataItem({ ShipName: `Madison Estate`, ShipAddress: `142 Wall Street`, ShipCity: `Huston`, ShipPostalCode: 60058, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1334, CustomerName: `Ben Madison`, CustomerFirstName: `Ben`, CustomerLastName: `Madison`, CustomerAddress: `142 Wall Street, Huston, USA, 60058`, Salesperson: `Mike Madison`, OrderID: 1433, OrderDate: `2/1/2022`, ProductID: 177, ProductName: `IPhone`, UnitPrice: 6770.89, Quantity: 5, ExtendedPrice: 33854.45, Freight: 520.89, Discontinued: false, Region: `South East`, Address: `142 Wall Street`, City: `Huston`, Country: `USA`, PostalCode: 60058 }), + new InvoicesDataItem({ ShipName: `Jefferson Townhouse`, ShipAddress: `140 Market Street`, ShipCity: `Los Angeles`, ShipPostalCode: 90131, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1335, CustomerName: `Martin Jefferson`, CustomerFirstName: `Martin`, CustomerLastName: `Jefferson`, CustomerAddress: `140 Market Street, Los Angeles, USA, 90131`, Salesperson: `Pamela Black`, OrderID: 1894, OrderDate: `9/13/2022`, ProductID: 151, ProductName: `IPad`, UnitPrice: 5280.38, Quantity: 5, ExtendedPrice: 26401.9, Freight: 1610.38, Discontinued: false, Region: `North East`, Address: `140 Market Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 90131 }), + new InvoicesDataItem({ ShipName: `Jefferson Home`, ShipAddress: `106 Market Street`, ShipCity: `Miami`, ShipPostalCode: 60063, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1336, CustomerName: `Ben Jefferson`, CustomerFirstName: `Ben`, CustomerLastName: `Jefferson`, CustomerAddress: `106 Market Street, Miami, USA, 60063`, Salesperson: `Anna Jackson`, OrderID: 1017, OrderDate: `6/12/2022`, ProductID: 173, ProductName: `Mac Book Pro`, UnitPrice: 27000.78, Quantity: 2, ExtendedPrice: 54001.56, Freight: 540.78, Discontinued: false, Region: `West`, Address: `106 Market Street`, City: `Miami`, Country: `USA`, PostalCode: 60063 }), + new InvoicesDataItem({ ShipName: `Jefferson Market`, ShipAddress: `190 Market Street`, ShipCity: `Huston`, ShipPostalCode: 70115, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1337, CustomerName: `Max Jefferson`, CustomerFirstName: `Max`, CustomerLastName: `Jefferson`, CustomerAddress: `190 Market Street, Huston, USA, 70115`, Salesperson: `Martin Smith`, OrderID: 1583, OrderDate: `2/12/2022`, ProductID: 147, ProductName: `Samsung Note`, UnitPrice: 7560.53, Quantity: 2, ExtendedPrice: 15121.06, Freight: 260.53, Discontinued: false, Region: `South East`, Address: `190 Market Street`, City: `Huston`, Country: `USA`, PostalCode: 70115 }), + new InvoicesDataItem({ ShipName: `Smith Home`, ShipAddress: `129 Market Street`, ShipCity: `Miami`, ShipPostalCode: 70051, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1338, CustomerName: `Nancy Smith`, CustomerFirstName: `Nancy`, CustomerLastName: `Smith`, CustomerAddress: `129 Market Street, Miami, USA, 70051`, Salesperson: `Pamela Madison`, OrderID: 1202, OrderDate: `3/15/2022`, ProductID: 136, ProductName: `IPhone`, UnitPrice: 20520.41, Quantity: 2, ExtendedPrice: 41040.82, Freight: 550.41, Discontinued: false, Region: `North East`, Address: `129 Market Street`, City: `Miami`, Country: `USA`, PostalCode: 70051 }), + new InvoicesDataItem({ ShipName: `Smith Home`, ShipAddress: `143 Main Street`, ShipCity: `Miami`, ShipPostalCode: 70144, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1339, CustomerName: `Martin Smith`, CustomerFirstName: `Martin`, CustomerLastName: `Smith`, CustomerAddress: `143 Main Street, Miami, USA, 70144`, Salesperson: `James Jefferson`, OrderID: 1172, OrderDate: `10/15/2022`, ProductID: 136, ProductName: `IPad`, UnitPrice: 18760.26, Quantity: 4, ExtendedPrice: 75041.04, Freight: 540.26, Discontinued: true, Region: `North East`, Address: `143 Main Street`, City: `Miami`, Country: `USA`, PostalCode: 70144 }), + new InvoicesDataItem({ ShipName: `Smith Market`, ShipAddress: `179 Market Street`, ShipCity: `New York`, ShipPostalCode: 90174, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1340, CustomerName: `Martin Smith`, CustomerFirstName: `Martin`, CustomerLastName: `Smith`, CustomerAddress: `179 Market Street, New York, USA, 90174`, Salesperson: `Martin Madison`, OrderID: 1491, OrderDate: `4/19/2022`, ProductID: 176, ProductName: `Mac Book Air`, UnitPrice: 16000.56, Quantity: 4, ExtendedPrice: 64002.24, Freight: 690.56, Discontinued: false, Region: `West`, Address: `179 Market Street`, City: `New York`, Country: `USA`, PostalCode: 90174 }), + new InvoicesDataItem({ ShipName: `Madison Home`, ShipAddress: `152 Main Street`, ShipCity: `Philadelphia`, ShipPostalCode: 90077, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1341, CustomerName: `Mike Madison`, CustomerFirstName: `Mike`, CustomerLastName: `Madison`, CustomerAddress: `152 Main Street, Philadelphia, USA, 90077`, Salesperson: `James Black`, OrderID: 1351, OrderDate: `9/19/2022`, ProductID: 147, ProductName: `IPhone`, UnitPrice: 19810.36, Quantity: 4, ExtendedPrice: 79241.44, Freight: 920.36, Discontinued: false, Region: `West`, Address: `152 Main Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 90077 }), + new InvoicesDataItem({ ShipName: `Jefferson Estate`, ShipAddress: `170 Main Street`, ShipCity: `Los Angeles`, ShipPostalCode: 60097, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1342, CustomerName: `Anna Jefferson`, CustomerFirstName: `Anna`, CustomerLastName: `Jefferson`, CustomerAddress: `170 Main Street, Los Angeles, USA, 60097`, Salesperson: `Martin Black`, OrderID: 1619, OrderDate: `3/13/2022`, ProductID: 166, ProductName: `Mac Book Air`, UnitPrice: 27140.88, Quantity: 3, ExtendedPrice: 81422.64, Freight: 1480.88, Discontinued: false, Region: `North East`, Address: `170 Main Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 60097 }), + new InvoicesDataItem({ ShipName: `Black Townhouse`, ShipAddress: `198 Wall Street`, ShipCity: `New York`, ShipPostalCode: 90077, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1343, CustomerName: `Martin Black`, CustomerFirstName: `Martin`, CustomerLastName: `Black`, CustomerAddress: `198 Wall Street, New York, USA, 90077`, Salesperson: `James Smith`, OrderID: 1646, OrderDate: `9/2/2022`, ProductID: 122, ProductName: `Samsung Galaxy 22`, UnitPrice: 6160.87, Quantity: 3, ExtendedPrice: 18482.61, Freight: 1480.87, Discontinued: false, Region: `South East`, Address: `198 Wall Street`, City: `New York`, Country: `USA`, PostalCode: 90077 }), + new InvoicesDataItem({ ShipName: `Watson Estate`, ShipAddress: `193 Wall Street`, ShipCity: `New York`, ShipPostalCode: 60165, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1344, CustomerName: `Ben Watson`, CustomerFirstName: `Ben`, CustomerLastName: `Watson`, CustomerAddress: `193 Wall Street, New York, USA, 60165`, Salesperson: `Ben Madison`, OrderID: 1516, OrderDate: `4/20/2022`, ProductID: 113, ProductName: `IPhone`, UnitPrice: 22310.25, Quantity: 2, ExtendedPrice: 44620.5, Freight: 1740.25, Discontinued: false, Region: `North East`, Address: `193 Wall Street`, City: `New York`, Country: `USA`, PostalCode: 60165 }), + new InvoicesDataItem({ ShipName: `Jackson Market`, ShipAddress: `108 Wall Street`, ShipCity: `New York`, ShipPostalCode: 90123, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1345, CustomerName: `James Jackson`, CustomerFirstName: `James`, CustomerLastName: `Jackson`, CustomerAddress: `108 Wall Street, New York, USA, 90123`, Salesperson: `Mike Madison`, OrderID: 1356, OrderDate: `11/2/2022`, ProductID: 105, ProductName: `Mac Book Air`, UnitPrice: 16240.78, Quantity: 5, ExtendedPrice: 81203.9, Freight: 260.78, Discontinued: false, Region: `North East`, Address: `108 Wall Street`, City: `New York`, Country: `USA`, PostalCode: 90123 }), + new InvoicesDataItem({ ShipName: `Black Home`, ShipAddress: `173 Main Street`, ShipCity: `Miami`, ShipPostalCode: 60061, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1346, CustomerName: `Max Black`, CustomerFirstName: `Max`, CustomerLastName: `Black`, CustomerAddress: `173 Main Street, Miami, USA, 60061`, Salesperson: `Mike Jefferson`, OrderID: 1062, OrderDate: `3/5/2022`, ProductID: 101, ProductName: `Samsung Galaxy 22`, UnitPrice: 25540.71, Quantity: 5, ExtendedPrice: 127703.55, Freight: 2000.71, Discontinued: false, Region: `West`, Address: `173 Main Street`, City: `Miami`, Country: `USA`, PostalCode: 60061 }), + new InvoicesDataItem({ ShipName: `Black Home`, ShipAddress: `118 Wall Street`, ShipCity: `Los Angeles`, ShipPostalCode: 60178, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1347, CustomerName: `Nancy Black`, CustomerFirstName: `Nancy`, CustomerLastName: `Black`, CustomerAddress: `118 Wall Street, Los Angeles, USA, 60178`, Salesperson: `Max Madison`, OrderID: 1482, OrderDate: `8/24/2022`, ProductID: 105, ProductName: `IPhone`, UnitPrice: 17000.6, Quantity: 4, ExtendedPrice: 68002.4, Freight: 1390.6, Discontinued: false, Region: `West`, Address: `118 Wall Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 60178 }), + new InvoicesDataItem({ ShipName: `Jackson Townhouse`, ShipAddress: `134 Wall Street`, ShipCity: `New York`, ShipPostalCode: 60096, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1348, CustomerName: `Martin Jackson`, CustomerFirstName: `Martin`, CustomerLastName: `Jackson`, CustomerAddress: `134 Wall Street, New York, USA, 60096`, Salesperson: `Ben Madison`, OrderID: 1443, OrderDate: `7/1/2022`, ProductID: 105, ProductName: `Samsung Galaxy 22`, UnitPrice: 12670.46, Quantity: 2, ExtendedPrice: 25340.92, Freight: 1280.46, Discontinued: false, Region: `North East`, Address: `134 Wall Street`, City: `New York`, Country: `USA`, PostalCode: 60096 }), + new InvoicesDataItem({ ShipName: `Black Estate`, ShipAddress: `125 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 50134, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1349, CustomerName: `Ben Black`, CustomerFirstName: `Ben`, CustomerLastName: `Black`, CustomerAddress: `125 Market Street, Philadelphia, USA, 50134`, Salesperson: `Mike Watson`, OrderID: 1498, OrderDate: `1/17/2022`, ProductID: 194, ProductName: `IPhone`, UnitPrice: 23470.22, Quantity: 3, ExtendedPrice: 70410.66, Freight: 1370.22, Discontinued: true, Region: `South East`, Address: `125 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 50134 }), + new InvoicesDataItem({ ShipName: `Madison Home`, ShipAddress: `145 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 80099, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1350, CustomerName: `Mike Madison`, CustomerFirstName: `Mike`, CustomerLastName: `Madison`, CustomerAddress: `145 Market Street, Philadelphia, USA, 80099`, Salesperson: `Nancy Watson`, OrderID: 1002, OrderDate: `11/11/2022`, ProductID: 116, ProductName: `Mac Book Air`, UnitPrice: 17060.57, Quantity: 3, ExtendedPrice: 51181.71, Freight: 1800.57, Discontinued: false, Region: `West`, Address: `145 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 80099 }), + new InvoicesDataItem({ ShipName: `Watson Home`, ShipAddress: `130 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 70052, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1351, CustomerName: `Ben Watson`, CustomerFirstName: `Ben`, CustomerLastName: `Watson`, CustomerAddress: `130 Market Street, Philadelphia, USA, 70052`, Salesperson: `Pamela Watson`, OrderID: 1144, OrderDate: `10/15/2022`, ProductID: 168, ProductName: `IPhone`, UnitPrice: 13010.35, Quantity: 4, ExtendedPrice: 52041.4, Freight: 980.35, Discontinued: false, Region: `South East`, Address: `130 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 70052 }), + new InvoicesDataItem({ ShipName: `Black Market`, ShipAddress: `136 Wall Street`, ShipCity: `Miami`, ShipPostalCode: 60165, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1352, CustomerName: `Nancy Black`, CustomerFirstName: `Nancy`, CustomerLastName: `Black`, CustomerAddress: `136 Wall Street, Miami, USA, 60165`, Salesperson: `Mike Black`, OrderID: 1745, OrderDate: `4/9/2022`, ProductID: 119, ProductName: `Samsung Galaxy 22`, UnitPrice: 7900.53, Quantity: 4, ExtendedPrice: 31602.12, Freight: 1400.53, Discontinued: false, Region: `West`, Address: `136 Wall Street`, City: `Miami`, Country: `USA`, PostalCode: 60165 }), + new InvoicesDataItem({ ShipName: `Madison Townhouse`, ShipAddress: `190 Wall Street`, ShipCity: `Philadelphia`, ShipPostalCode: 60176, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1353, CustomerName: `Pamela Madison`, CustomerFirstName: `Pamela`, CustomerLastName: `Madison`, CustomerAddress: `190 Wall Street, Philadelphia, USA, 60176`, Salesperson: `Martin Smith`, OrderID: 1489, OrderDate: `3/25/2022`, ProductID: 113, ProductName: `Samsung Galaxy 22`, UnitPrice: 23420.42, Quantity: 4, ExtendedPrice: 93681.68, Freight: 1660.42, Discontinued: false, Region: `West`, Address: `190 Wall Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 60176 }), + new InvoicesDataItem({ ShipName: `Jackson Townhouse`, ShipAddress: `114 Main Street`, ShipCity: `Huston`, ShipPostalCode: 50060, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1354, CustomerName: `Mike Jackson`, CustomerFirstName: `Mike`, CustomerLastName: `Jackson`, CustomerAddress: `114 Main Street, Huston, USA, 50060`, Salesperson: `Nancy Jackson`, OrderID: 1302, OrderDate: `3/21/2022`, ProductID: 144, ProductName: `Mac Book Pro`, UnitPrice: 21240.71, Quantity: 5, ExtendedPrice: 106203.55, Freight: 1000.71, Discontinued: false, Region: `North East`, Address: `114 Main Street`, City: `Huston`, Country: `USA`, PostalCode: 50060 }), + new InvoicesDataItem({ ShipName: `Watson Townhouse`, ShipAddress: `130 Market Street`, ShipCity: `Huston`, ShipPostalCode: 90062, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1355, CustomerName: `Max Watson`, CustomerFirstName: `Max`, CustomerLastName: `Watson`, CustomerAddress: `130 Market Street, Huston, USA, 90062`, Salesperson: `Ben Jackson`, OrderID: 1901, OrderDate: `11/5/2022`, ProductID: 101, ProductName: `Samsung Galaxy 22`, UnitPrice: 17170.52, Quantity: 4, ExtendedPrice: 68682.08, Freight: 1600.52, Discontinued: false, Region: `South East`, Address: `130 Market Street`, City: `Huston`, Country: `USA`, PostalCode: 90062 }), + new InvoicesDataItem({ ShipName: `Watson Market`, ShipAddress: `160 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 50149, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1356, CustomerName: `Nancy Watson`, CustomerFirstName: `Nancy`, CustomerLastName: `Watson`, CustomerAddress: `160 Market Street, Philadelphia, USA, 50149`, Salesperson: `Ben Watson`, OrderID: 1331, OrderDate: `2/5/2022`, ProductID: 151, ProductName: `Mac Book Pro`, UnitPrice: 17650.73, Quantity: 4, ExtendedPrice: 70602.92, Freight: 1720.73, Discontinued: false, Region: `South East`, Address: `160 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 50149 }), + new InvoicesDataItem({ ShipName: `Black Townhouse`, ShipAddress: `130 Main Street`, ShipCity: `New York`, ShipPostalCode: 50184, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1357, CustomerName: `Anna Black`, CustomerFirstName: `Anna`, CustomerLastName: `Black`, CustomerAddress: `130 Main Street, New York, USA, 50184`, Salesperson: `Anna Watson`, OrderID: 1161, OrderDate: `5/18/2022`, ProductID: 185, ProductName: `Samsung Galaxy 22`, UnitPrice: 12920.84, Quantity: 3, ExtendedPrice: 38762.52, Freight: 780.84, Discontinued: false, Region: `South East`, Address: `130 Main Street`, City: `New York`, Country: `USA`, PostalCode: 50184 }), + new InvoicesDataItem({ ShipName: `Watson Townhouse`, ShipAddress: `120 Wall Street`, ShipCity: `New York`, ShipPostalCode: 90122, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1358, CustomerName: `Ben Watson`, CustomerFirstName: `Ben`, CustomerLastName: `Watson`, CustomerAddress: `120 Wall Street, New York, USA, 90122`, Salesperson: `Martin Madison`, OrderID: 1211, OrderDate: `11/13/2022`, ProductID: 136, ProductName: `IPad`, UnitPrice: 21380.5, Quantity: 4, ExtendedPrice: 85522, Freight: 1130.5, Discontinued: false, Region: `West`, Address: `120 Wall Street`, City: `New York`, Country: `USA`, PostalCode: 90122 }), + new InvoicesDataItem({ ShipName: `Madison Market`, ShipAddress: `108 Market Street`, ShipCity: `New York`, ShipPostalCode: 80106, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1359, CustomerName: `Pamela Madison`, CustomerFirstName: `Pamela`, CustomerLastName: `Madison`, CustomerAddress: `108 Market Street, New York, USA, 80106`, Salesperson: `Anna Watson`, OrderID: 1010, OrderDate: `3/15/2022`, ProductID: 198, ProductName: `Samsung Galaxy 22`, UnitPrice: 18060.46, Quantity: 4, ExtendedPrice: 72241.84, Freight: 330.46, Discontinued: true, Region: `North East`, Address: `108 Market Street`, City: `New York`, Country: `USA`, PostalCode: 80106 }), + new InvoicesDataItem({ ShipName: `Black Estate`, ShipAddress: `114 Market Street`, ShipCity: `Miami`, ShipPostalCode: 70117, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1360, CustomerName: `Nancy Black`, CustomerFirstName: `Nancy`, CustomerLastName: `Black`, CustomerAddress: `114 Market Street, Miami, USA, 70117`, Salesperson: `James Smith`, OrderID: 1001, OrderDate: `2/24/2022`, ProductID: 121, ProductName: `Mac Book Pro`, UnitPrice: 22020.55, Quantity: 5, ExtendedPrice: 110102.75, Freight: 1970.55, Discontinued: false, Region: `West`, Address: `114 Market Street`, City: `Miami`, Country: `USA`, PostalCode: 70117 }), + new InvoicesDataItem({ ShipName: `Jackson Home`, ShipAddress: `134 Main Street`, ShipCity: `Philadelphia`, ShipPostalCode: 50108, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1361, CustomerName: `Nancy Jackson`, CustomerFirstName: `Nancy`, CustomerLastName: `Jackson`, CustomerAddress: `134 Main Street, Philadelphia, USA, 50108`, Salesperson: `Max Jefferson`, OrderID: 1871, OrderDate: `3/1/2022`, ProductID: 114, ProductName: `Mac Book Air`, UnitPrice: 13010.27, Quantity: 5, ExtendedPrice: 65051.35, Freight: 1490.27, Discontinued: false, Region: `North East`, Address: `134 Main Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 50108 }), + new InvoicesDataItem({ ShipName: `Jefferson Townhouse`, ShipAddress: `138 Market Street`, ShipCity: `Huston`, ShipPostalCode: 90082, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1362, CustomerName: `Mike Jefferson`, CustomerFirstName: `Mike`, CustomerLastName: `Jefferson`, CustomerAddress: `138 Market Street, Huston, USA, 90082`, Salesperson: `Ben Watson`, OrderID: 1175, OrderDate: `4/11/2022`, ProductID: 159, ProductName: `Samsung Galaxy 22`, UnitPrice: 17660.27, Quantity: 5, ExtendedPrice: 88301.35, Freight: 1770.27, Discontinued: false, Region: `South East`, Address: `138 Market Street`, City: `Huston`, Country: `USA`, PostalCode: 90082 }), + new InvoicesDataItem({ ShipName: `Madison Market`, ShipAddress: `131 Main Street`, ShipCity: `Miami`, ShipPostalCode: 90189, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1363, CustomerName: `James Madison`, CustomerFirstName: `James`, CustomerLastName: `Madison`, CustomerAddress: `131 Main Street, Miami, USA, 90189`, Salesperson: `Nancy Madison`, OrderID: 1072, OrderDate: `2/14/2022`, ProductID: 169, ProductName: `Mac Book Air`, UnitPrice: 24150.8, Quantity: 4, ExtendedPrice: 96603.2, Freight: 1040.8, Discontinued: false, Region: `South East`, Address: `131 Main Street`, City: `Miami`, Country: `USA`, PostalCode: 90189 }), + new InvoicesDataItem({ ShipName: `Watson Townhouse`, ShipAddress: `133 Wall Street`, ShipCity: `Philadelphia`, ShipPostalCode: 90077, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1364, CustomerName: `Martin Watson`, CustomerFirstName: `Martin`, CustomerLastName: `Watson`, CustomerAddress: `133 Wall Street, Philadelphia, USA, 90077`, Salesperson: `Pamela Jackson`, OrderID: 1971, OrderDate: `10/16/2022`, ProductID: 108, ProductName: `Samsung Note`, UnitPrice: 18520.3, Quantity: 2, ExtendedPrice: 37040.6, Freight: 300.3, Discontinued: false, Region: `North East`, Address: `133 Wall Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 90077 }), + new InvoicesDataItem({ ShipName: `Smith Estate`, ShipAddress: `128 Market Street`, ShipCity: `Huston`, ShipPostalCode: 90109, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1365, CustomerName: `Pamela Smith`, CustomerFirstName: `Pamela`, CustomerLastName: `Smith`, CustomerAddress: `128 Market Street, Huston, USA, 90109`, Salesperson: `Nancy Jackson`, OrderID: 1024, OrderDate: `12/21/2022`, ProductID: 188, ProductName: `Samsung Note`, UnitPrice: 10040.29, Quantity: 4, ExtendedPrice: 40161.16, Freight: 1900.29, Discontinued: false, Region: `South East`, Address: `128 Market Street`, City: `Huston`, Country: `USA`, PostalCode: 90109 }), + new InvoicesDataItem({ ShipName: `Black Estate`, ShipAddress: `154 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 80119, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1366, CustomerName: `Nancy Black`, CustomerFirstName: `Nancy`, CustomerLastName: `Black`, CustomerAddress: `154 Market Street, Philadelphia, USA, 80119`, Salesperson: `Nancy Jackson`, OrderID: 1537, OrderDate: `6/24/2022`, ProductID: 161, ProductName: `IPhone`, UnitPrice: 20110.8, Quantity: 5, ExtendedPrice: 100554, Freight: 1990.8, Discontinued: false, Region: `South East`, Address: `154 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 80119 }), + new InvoicesDataItem({ ShipName: `Madison Townhouse`, ShipAddress: `156 Main Street`, ShipCity: `Miami`, ShipPostalCode: 50128, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1367, CustomerName: `Ben Madison`, CustomerFirstName: `Ben`, CustomerLastName: `Madison`, CustomerAddress: `156 Main Street, Miami, USA, 50128`, Salesperson: `Nancy Smith`, OrderID: 1289, OrderDate: `7/2/2022`, ProductID: 125, ProductName: `Samsung Galaxy 22`, UnitPrice: 18320.56, Quantity: 3, ExtendedPrice: 54961.68, Freight: 890.56, Discontinued: false, Region: `South East`, Address: `156 Main Street`, City: `Miami`, Country: `USA`, PostalCode: 50128 }), + new InvoicesDataItem({ ShipName: `Madison Home`, ShipAddress: `130 Main Street`, ShipCity: `Miami`, ShipPostalCode: 60146, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1368, CustomerName: `James Madison`, CustomerFirstName: `James`, CustomerLastName: `Madison`, CustomerAddress: `130 Main Street, Miami, USA, 60146`, Salesperson: `Nancy Jackson`, OrderID: 1451, OrderDate: `12/4/2022`, ProductID: 140, ProductName: `Samsung Galaxy 22`, UnitPrice: 6030.21, Quantity: 4, ExtendedPrice: 24120.84, Freight: 1930.21, Discontinued: false, Region: `North East`, Address: `130 Main Street`, City: `Miami`, Country: `USA`, PostalCode: 60146 }), + new InvoicesDataItem({ ShipName: `Watson Market`, ShipAddress: `159 Wall Street`, ShipCity: `New York`, ShipPostalCode: 70158, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1369, CustomerName: `Nancy Watson`, CustomerFirstName: `Nancy`, CustomerLastName: `Watson`, CustomerAddress: `159 Wall Street, New York, USA, 70158`, Salesperson: `Max Jefferson`, OrderID: 1056, OrderDate: `1/10/2022`, ProductID: 151, ProductName: `Mac Book Pro`, UnitPrice: 27710.33, Quantity: 3, ExtendedPrice: 83130.99, Freight: 300.33, Discontinued: true, Region: `South East`, Address: `159 Wall Street`, City: `New York`, Country: `USA`, PostalCode: 70158 }), + new InvoicesDataItem({ ShipName: `Smith Townhouse`, ShipAddress: `189 Wall Street`, ShipCity: `New York`, ShipPostalCode: 90186, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1370, CustomerName: `Pamela Smith`, CustomerFirstName: `Pamela`, CustomerLastName: `Smith`, CustomerAddress: `189 Wall Street, New York, USA, 90186`, Salesperson: `Anna Jefferson`, OrderID: 1611, OrderDate: `9/14/2022`, ProductID: 180, ProductName: `IPhone`, UnitPrice: 15940.65, Quantity: 4, ExtendedPrice: 63762.6, Freight: 1210.65, Discontinued: false, Region: `North East`, Address: `189 Wall Street`, City: `New York`, Country: `USA`, PostalCode: 90186 }), + new InvoicesDataItem({ ShipName: `Jefferson Estate`, ShipAddress: `190 Wall Street`, ShipCity: `Philadelphia`, ShipPostalCode: 50065, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1371, CustomerName: `Mike Jefferson`, CustomerFirstName: `Mike`, CustomerLastName: `Jefferson`, CustomerAddress: `190 Wall Street, Philadelphia, USA, 50065`, Salesperson: `Martin Watson`, OrderID: 1731, OrderDate: `2/7/2022`, ProductID: 103, ProductName: `Mac Book Pro`, UnitPrice: 21560.2, Quantity: 4, ExtendedPrice: 86240.8, Freight: 1880.2, Discontinued: false, Region: `South East`, Address: `190 Wall Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 50065 }), + new InvoicesDataItem({ ShipName: `Smith Home`, ShipAddress: `127 Market Street`, ShipCity: `Los Angeles`, ShipPostalCode: 80182, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1372, CustomerName: `Pamela Smith`, CustomerFirstName: `Pamela`, CustomerLastName: `Smith`, CustomerAddress: `127 Market Street, Los Angeles, USA, 80182`, Salesperson: `Ben Jefferson`, OrderID: 1156, OrderDate: `7/16/2022`, ProductID: 132, ProductName: `Samsung Galaxy 22`, UnitPrice: 15440.77, Quantity: 5, ExtendedPrice: 77203.85, Freight: 1730.77, Discontinued: false, Region: `West`, Address: `127 Market Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 80182 }), + new InvoicesDataItem({ ShipName: `Madison Estate`, ShipAddress: `150 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 50154, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1373, CustomerName: `Ben Madison`, CustomerFirstName: `Ben`, CustomerLastName: `Madison`, CustomerAddress: `150 Market Street, Philadelphia, USA, 50154`, Salesperson: `Max Jackson`, OrderID: 1592, OrderDate: `12/25/2022`, ProductID: 109, ProductName: `Mac Book Air`, UnitPrice: 25510.57, Quantity: 2, ExtendedPrice: 51021.14, Freight: 1350.57, Discontinued: false, Region: `North East`, Address: `150 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 50154 }), + new InvoicesDataItem({ ShipName: `Jackson Estate`, ShipAddress: `163 Market Street`, ShipCity: `Miami`, ShipPostalCode: 50149, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1374, CustomerName: `Max Jackson`, CustomerFirstName: `Max`, CustomerLastName: `Jackson`, CustomerAddress: `163 Market Street, Miami, USA, 50149`, Salesperson: `James Smith`, OrderID: 1504, OrderDate: `10/7/2022`, ProductID: 197, ProductName: `Mac Book Pro`, UnitPrice: 23590.87, Quantity: 5, ExtendedPrice: 117954.35, Freight: 460.87, Discontinued: false, Region: `South East`, Address: `163 Market Street`, City: `Miami`, Country: `USA`, PostalCode: 50149 }), + new InvoicesDataItem({ ShipName: `Smith Townhouse`, ShipAddress: `114 Wall Street`, ShipCity: `Philadelphia`, ShipPostalCode: 90131, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1375, CustomerName: `Pamela Smith`, CustomerFirstName: `Pamela`, CustomerLastName: `Smith`, CustomerAddress: `114 Wall Street, Philadelphia, USA, 90131`, Salesperson: `Nancy Jefferson`, OrderID: 1121, OrderDate: `11/25/2022`, ProductID: 148, ProductName: `Samsung Note`, UnitPrice: 13030.29, Quantity: 2, ExtendedPrice: 26060.58, Freight: 1140.29, Discontinued: false, Region: `South East`, Address: `114 Wall Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 90131 }), + new InvoicesDataItem({ ShipName: `Black Townhouse`, ShipAddress: `167 Market Street`, ShipCity: `Huston`, ShipPostalCode: 50058, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1376, CustomerName: `Nancy Black`, CustomerFirstName: `Nancy`, CustomerLastName: `Black`, CustomerAddress: `167 Market Street, Huston, USA, 50058`, Salesperson: `Martin Black`, OrderID: 1455, OrderDate: `8/6/2022`, ProductID: 196, ProductName: `IPhone`, UnitPrice: 13870.29, Quantity: 5, ExtendedPrice: 69351.45, Freight: 1080.29, Discontinued: false, Region: `West`, Address: `167 Market Street`, City: `Huston`, Country: `USA`, PostalCode: 50058 }), + new InvoicesDataItem({ ShipName: `Jackson Townhouse`, ShipAddress: `181 Market Street`, ShipCity: `Los Angeles`, ShipPostalCode: 80062, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1377, CustomerName: `Anna Jackson`, CustomerFirstName: `Anna`, CustomerLastName: `Jackson`, CustomerAddress: `181 Market Street, Los Angeles, USA, 80062`, Salesperson: `Anna Black`, OrderID: 1320, OrderDate: `1/15/2022`, ProductID: 109, ProductName: `Mac Book Pro`, UnitPrice: 10990.65, Quantity: 3, ExtendedPrice: 32971.95, Freight: 310.65, Discontinued: false, Region: `North East`, Address: `181 Market Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 80062 }), + new InvoicesDataItem({ ShipName: `Jackson Market`, ShipAddress: `113 Wall Street`, ShipCity: `Miami`, ShipPostalCode: 80140, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1378, CustomerName: `Pamela Jackson`, CustomerFirstName: `Pamela`, CustomerLastName: `Jackson`, CustomerAddress: `113 Wall Street, Miami, USA, 80140`, Salesperson: `Anna Jackson`, OrderID: 1936, OrderDate: `12/2/2022`, ProductID: 171, ProductName: `IPhone`, UnitPrice: 9550.78, Quantity: 4, ExtendedPrice: 38203.12, Freight: 1380.78, Discontinued: false, Region: `South East`, Address: `113 Wall Street`, City: `Miami`, Country: `USA`, PostalCode: 80140 }), + new InvoicesDataItem({ ShipName: `Madison Estate`, ShipAddress: `188 Wall Street`, ShipCity: `Los Angeles`, ShipPostalCode: 80072, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1379, CustomerName: `Anna Madison`, CustomerFirstName: `Anna`, CustomerLastName: `Madison`, CustomerAddress: `188 Wall Street, Los Angeles, USA, 80072`, Salesperson: `Nancy Watson`, OrderID: 1767, OrderDate: `10/23/2022`, ProductID: 130, ProductName: `IPhone`, UnitPrice: 21500.21, Quantity: 2, ExtendedPrice: 43000.42, Freight: 1680.21, Discontinued: true, Region: `South East`, Address: `188 Wall Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 80072 }), + new InvoicesDataItem({ ShipName: `Madison Home`, ShipAddress: `177 Market Street`, ShipCity: `Huston`, ShipPostalCode: 80160, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1380, CustomerName: `Anna Madison`, CustomerFirstName: `Anna`, CustomerLastName: `Madison`, CustomerAddress: `177 Market Street, Huston, USA, 80160`, Salesperson: `Max Jackson`, OrderID: 1118, OrderDate: `6/2/2022`, ProductID: 111, ProductName: `Mac Book Air`, UnitPrice: 20100.73, Quantity: 4, ExtendedPrice: 80402.92, Freight: 540.73, Discontinued: false, Region: `West`, Address: `177 Market Street`, City: `Huston`, Country: `USA`, PostalCode: 80160 }), + new InvoicesDataItem({ ShipName: `Jefferson Townhouse`, ShipAddress: `139 Wall Street`, ShipCity: `Miami`, ShipPostalCode: 80074, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1381, CustomerName: `Mike Jefferson`, CustomerFirstName: `Mike`, CustomerLastName: `Jefferson`, CustomerAddress: `139 Wall Street, Miami, USA, 80074`, Salesperson: `Nancy Madison`, OrderID: 1269, OrderDate: `6/12/2022`, ProductID: 192, ProductName: `Mac Book Air`, UnitPrice: 17200.34, Quantity: 4, ExtendedPrice: 68801.36, Freight: 1280.34, Discontinued: false, Region: `North East`, Address: `139 Wall Street`, City: `Miami`, Country: `USA`, PostalCode: 80074 }), + new InvoicesDataItem({ ShipName: `Madison Home`, ShipAddress: `115 Wall Street`, ShipCity: `Los Angeles`, ShipPostalCode: 90081, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1382, CustomerName: `Pamela Madison`, CustomerFirstName: `Pamela`, CustomerLastName: `Madison`, CustomerAddress: `115 Wall Street, Los Angeles, USA, 90081`, Salesperson: `James Jackson`, OrderID: 1587, OrderDate: `4/9/2022`, ProductID: 187, ProductName: `Samsung Note`, UnitPrice: 24670.86, Quantity: 2, ExtendedPrice: 49341.72, Freight: 1360.86, Discontinued: false, Region: `North East`, Address: `115 Wall Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 90081 }), + new InvoicesDataItem({ ShipName: `Jefferson Estate`, ShipAddress: `130 Wall Street`, ShipCity: `Miami`, ShipPostalCode: 50175, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1383, CustomerName: `Anna Jefferson`, CustomerFirstName: `Anna`, CustomerLastName: `Jefferson`, CustomerAddress: `130 Wall Street, Miami, USA, 50175`, Salesperson: `Mike Smith`, OrderID: 1632, OrderDate: `3/3/2022`, ProductID: 197, ProductName: `IPad`, UnitPrice: 9780.24, Quantity: 3, ExtendedPrice: 29340.72, Freight: 1420.24, Discontinued: false, Region: `West`, Address: `130 Wall Street`, City: `Miami`, Country: `USA`, PostalCode: 50175 }), + new InvoicesDataItem({ ShipName: `Black Estate`, ShipAddress: `110 Main Street`, ShipCity: `Philadelphia`, ShipPostalCode: 90171, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1384, CustomerName: `Max Black`, CustomerFirstName: `Max`, CustomerLastName: `Black`, CustomerAddress: `110 Main Street, Philadelphia, USA, 90171`, Salesperson: `Max Jefferson`, OrderID: 1400, OrderDate: `6/24/2022`, ProductID: 123, ProductName: `IPhone`, UnitPrice: 12010.77, Quantity: 2, ExtendedPrice: 24021.54, Freight: 560.77, Discontinued: false, Region: `North East`, Address: `110 Main Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 90171 }), + new InvoicesDataItem({ ShipName: `Black Market`, ShipAddress: `111 Market Street`, ShipCity: `Huston`, ShipPostalCode: 80086, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1385, CustomerName: `Mike Black`, CustomerFirstName: `Mike`, CustomerLastName: `Black`, CustomerAddress: `111 Market Street, Huston, USA, 80086`, Salesperson: `Ben Watson`, OrderID: 1040, OrderDate: `8/25/2022`, ProductID: 192, ProductName: `Samsung Note`, UnitPrice: 27920.64, Quantity: 5, ExtendedPrice: 139603.2, Freight: 250.64, Discontinued: false, Region: `South East`, Address: `111 Market Street`, City: `Huston`, Country: `USA`, PostalCode: 80086 }), + new InvoicesDataItem({ ShipName: `Black Townhouse`, ShipAddress: `132 Wall Street`, ShipCity: `Huston`, ShipPostalCode: 60121, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1386, CustomerName: `Mike Black`, CustomerFirstName: `Mike`, CustomerLastName: `Black`, CustomerAddress: `132 Wall Street, Huston, USA, 60121`, Salesperson: `Anna Watson`, OrderID: 1445, OrderDate: `6/12/2022`, ProductID: 139, ProductName: `IPhone`, UnitPrice: 17460.46, Quantity: 3, ExtendedPrice: 52381.38, Freight: 1060.46, Discontinued: false, Region: `South East`, Address: `132 Wall Street`, City: `Huston`, Country: `USA`, PostalCode: 60121 }), + new InvoicesDataItem({ ShipName: `Smith Townhouse`, ShipAddress: `150 Main Street`, ShipCity: `Philadelphia`, ShipPostalCode: 60127, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1387, CustomerName: `Ben Smith`, CustomerFirstName: `Ben`, CustomerLastName: `Smith`, CustomerAddress: `150 Main Street, Philadelphia, USA, 60127`, Salesperson: `Max Smith`, OrderID: 1803, OrderDate: `4/15/2022`, ProductID: 172, ProductName: `Mac Book Air`, UnitPrice: 17820.62, Quantity: 4, ExtendedPrice: 71282.48, Freight: 1150.62, Discontinued: false, Region: `West`, Address: `150 Main Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 60127 }), + new InvoicesDataItem({ ShipName: `Watson Estate`, ShipAddress: `173 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 50160, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1388, CustomerName: `Anna Watson`, CustomerFirstName: `Anna`, CustomerLastName: `Watson`, CustomerAddress: `173 Market Street, Philadelphia, USA, 50160`, Salesperson: `Nancy Jefferson`, OrderID: 1719, OrderDate: `4/23/2022`, ProductID: 134, ProductName: `IPhone`, UnitPrice: 22780.47, Quantity: 3, ExtendedPrice: 68341.41, Freight: 500.47, Discontinued: false, Region: `West`, Address: `173 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 50160 }), + new InvoicesDataItem({ ShipName: `Jefferson Townhouse`, ShipAddress: `120 Wall Street`, ShipCity: `Philadelphia`, ShipPostalCode: 60064, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1389, CustomerName: `Max Jefferson`, CustomerFirstName: `Max`, CustomerLastName: `Jefferson`, CustomerAddress: `120 Wall Street, Philadelphia, USA, 60064`, Salesperson: `Martin Jefferson`, OrderID: 1706, OrderDate: `5/15/2022`, ProductID: 151, ProductName: `Samsung Note`, UnitPrice: 16430.61, Quantity: 3, ExtendedPrice: 49291.83, Freight: 1650.61, Discontinued: true, Region: `West`, Address: `120 Wall Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 60064 }), + new InvoicesDataItem({ ShipName: `Jackson Market`, ShipAddress: `109 Main Street`, ShipCity: `Huston`, ShipPostalCode: 70200, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1390, CustomerName: `Ben Jackson`, CustomerFirstName: `Ben`, CustomerLastName: `Jackson`, CustomerAddress: `109 Main Street, Huston, USA, 70200`, Salesperson: `James Watson`, OrderID: 1318, OrderDate: `6/10/2022`, ProductID: 163, ProductName: `IPad`, UnitPrice: 26710.76, Quantity: 4, ExtendedPrice: 106843.04, Freight: 330.76, Discontinued: false, Region: `South East`, Address: `109 Main Street`, City: `Huston`, Country: `USA`, PostalCode: 70200 }), + new InvoicesDataItem({ ShipName: `Madison Townhouse`, ShipAddress: `161 Main Street`, ShipCity: `Huston`, ShipPostalCode: 60159, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1391, CustomerName: `Mike Madison`, CustomerFirstName: `Mike`, CustomerLastName: `Madison`, CustomerAddress: `161 Main Street, Huston, USA, 60159`, Salesperson: `Ben Smith`, OrderID: 1322, OrderDate: `6/3/2022`, ProductID: 170, ProductName: `IPad`, UnitPrice: 18660.7, Quantity: 4, ExtendedPrice: 74642.8, Freight: 1480.7, Discontinued: false, Region: `North East`, Address: `161 Main Street`, City: `Huston`, Country: `USA`, PostalCode: 60159 }), + new InvoicesDataItem({ ShipName: `Watson Estate`, ShipAddress: `194 Main Street`, ShipCity: `Los Angeles`, ShipPostalCode: 60148, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1392, CustomerName: `Ben Watson`, CustomerFirstName: `Ben`, CustomerLastName: `Watson`, CustomerAddress: `194 Main Street, Los Angeles, USA, 60148`, Salesperson: `Pamela Black`, OrderID: 1664, OrderDate: `9/11/2022`, ProductID: 131, ProductName: `Mac Book Pro`, UnitPrice: 16990.84, Quantity: 5, ExtendedPrice: 84954.2, Freight: 1870.84, Discontinued: false, Region: `West`, Address: `194 Main Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 60148 }), + new InvoicesDataItem({ ShipName: `Jefferson Estate`, ShipAddress: `191 Main Street`, ShipCity: `Los Angeles`, ShipPostalCode: 60148, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1393, CustomerName: `James Jefferson`, CustomerFirstName: `James`, CustomerLastName: `Jefferson`, CustomerAddress: `191 Main Street, Los Angeles, USA, 60148`, Salesperson: `Martin Jackson`, OrderID: 1995, OrderDate: `7/3/2022`, ProductID: 107, ProductName: `Mac Book Pro`, UnitPrice: 18490.66, Quantity: 2, ExtendedPrice: 36981.32, Freight: 690.66, Discontinued: false, Region: `West`, Address: `191 Main Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 60148 }), + new InvoicesDataItem({ ShipName: `Jefferson Estate`, ShipAddress: `129 Wall Street`, ShipCity: `Philadelphia`, ShipPostalCode: 80148, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1394, CustomerName: `Martin Jefferson`, CustomerFirstName: `Martin`, CustomerLastName: `Jefferson`, CustomerAddress: `129 Wall Street, Philadelphia, USA, 80148`, Salesperson: `Ben Jefferson`, OrderID: 1344, OrderDate: `10/13/2022`, ProductID: 168, ProductName: `IPhone`, UnitPrice: 5870.82, Quantity: 5, ExtendedPrice: 29354.1, Freight: 400.82, Discontinued: false, Region: `West`, Address: `129 Wall Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 80148 }), + new InvoicesDataItem({ ShipName: `Jefferson Estate`, ShipAddress: `148 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 70084, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1395, CustomerName: `Anna Jefferson`, CustomerFirstName: `Anna`, CustomerLastName: `Jefferson`, CustomerAddress: `148 Market Street, Philadelphia, USA, 70084`, Salesperson: `Martin Smith`, OrderID: 1602, OrderDate: `3/2/2022`, ProductID: 153, ProductName: `Samsung Note`, UnitPrice: 8490.68, Quantity: 3, ExtendedPrice: 25472.04, Freight: 1650.68, Discontinued: false, Region: `North East`, Address: `148 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 70084 }), + new InvoicesDataItem({ ShipName: `Black Home`, ShipAddress: `152 Wall Street`, ShipCity: `Miami`, ShipPostalCode: 90101, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1396, CustomerName: `Max Black`, CustomerFirstName: `Max`, CustomerLastName: `Black`, CustomerAddress: `152 Wall Street, Miami, USA, 90101`, Salesperson: `Ben Black`, OrderID: 1059, OrderDate: `4/12/2022`, ProductID: 164, ProductName: `Samsung Galaxy 22`, UnitPrice: 12460.5, Quantity: 3, ExtendedPrice: 37381.5, Freight: 280.5, Discontinued: false, Region: `North East`, Address: `152 Wall Street`, City: `Miami`, Country: `USA`, PostalCode: 90101 }), + new InvoicesDataItem({ ShipName: `Jackson Estate`, ShipAddress: `147 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 50200, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1397, CustomerName: `Nancy Jackson`, CustomerFirstName: `Nancy`, CustomerLastName: `Jackson`, CustomerAddress: `147 Market Street, Philadelphia, USA, 50200`, Salesperson: `Nancy Watson`, OrderID: 1159, OrderDate: `5/12/2022`, ProductID: 136, ProductName: `IPhone`, UnitPrice: 20790.46, Quantity: 4, ExtendedPrice: 83161.84, Freight: 780.46, Discontinued: false, Region: `North East`, Address: `147 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 50200 }), + new InvoicesDataItem({ ShipName: `Jackson Estate`, ShipAddress: `106 Main Street`, ShipCity: `Miami`, ShipPostalCode: 60064, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1398, CustomerName: `Max Jackson`, CustomerFirstName: `Max`, CustomerLastName: `Jackson`, CustomerAddress: `106 Main Street, Miami, USA, 60064`, Salesperson: `Nancy Watson`, OrderID: 1646, OrderDate: `2/13/2022`, ProductID: 143, ProductName: `IPad`, UnitPrice: 19180.29, Quantity: 4, ExtendedPrice: 76721.16, Freight: 1760.29, Discontinued: false, Region: `North East`, Address: `106 Main Street`, City: `Miami`, Country: `USA`, PostalCode: 60064 }), + new InvoicesDataItem({ ShipName: `Black Estate`, ShipAddress: `112 Main Street`, ShipCity: `Miami`, ShipPostalCode: 90118, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1399, CustomerName: `Nancy Black`, CustomerFirstName: `Nancy`, CustomerLastName: `Black`, CustomerAddress: `112 Main Street, Miami, USA, 90118`, Salesperson: `Martin Black`, OrderID: 1205, OrderDate: `9/24/2022`, ProductID: 109, ProductName: `IPad`, UnitPrice: 25950.86, Quantity: 4, ExtendedPrice: 103803.44, Freight: 1780.86, Discontinued: true, Region: `North East`, Address: `112 Main Street`, City: `Miami`, Country: `USA`, PostalCode: 90118 }), + new InvoicesDataItem({ ShipName: `Watson Market`, ShipAddress: `135 Main Street`, ShipCity: `Huston`, ShipPostalCode: 80177, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1400, CustomerName: `Mike Watson`, CustomerFirstName: `Mike`, CustomerLastName: `Watson`, CustomerAddress: `135 Main Street, Huston, USA, 80177`, Salesperson: `Max Madison`, OrderID: 1619, OrderDate: `7/15/2022`, ProductID: 174, ProductName: `Mac Book Pro`, UnitPrice: 24890.31, Quantity: 2, ExtendedPrice: 49780.62, Freight: 1540.31, Discontinued: false, Region: `West`, Address: `135 Main Street`, City: `Huston`, Country: `USA`, PostalCode: 80177 }), + new InvoicesDataItem({ ShipName: `Smith Home`, ShipAddress: `156 Main Street`, ShipCity: `Miami`, ShipPostalCode: 70110, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1401, CustomerName: `Max Smith`, CustomerFirstName: `Max`, CustomerLastName: `Smith`, CustomerAddress: `156 Main Street, Miami, USA, 70110`, Salesperson: `Anna Watson`, OrderID: 1160, OrderDate: `10/21/2022`, ProductID: 127, ProductName: `IPad`, UnitPrice: 18400.21, Quantity: 3, ExtendedPrice: 55200.63, Freight: 580.21, Discontinued: false, Region: `South East`, Address: `156 Main Street`, City: `Miami`, Country: `USA`, PostalCode: 70110 }), + new InvoicesDataItem({ ShipName: `Watson Home`, ShipAddress: `124 Wall Street`, ShipCity: `Los Angeles`, ShipPostalCode: 90077, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1402, CustomerName: `Max Watson`, CustomerFirstName: `Max`, CustomerLastName: `Watson`, CustomerAddress: `124 Wall Street, Los Angeles, USA, 90077`, Salesperson: `Ben Jefferson`, OrderID: 1017, OrderDate: `7/21/2022`, ProductID: 160, ProductName: `Samsung Note`, UnitPrice: 15430.8, Quantity: 5, ExtendedPrice: 77154, Freight: 1660.8, Discontinued: false, Region: `North East`, Address: `124 Wall Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 90077 }), + new InvoicesDataItem({ ShipName: `Black Townhouse`, ShipAddress: `144 Market Street`, ShipCity: `New York`, ShipPostalCode: 50110, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1403, CustomerName: `Anna Black`, CustomerFirstName: `Anna`, CustomerLastName: `Black`, CustomerAddress: `144 Market Street, New York, USA, 50110`, Salesperson: `James Jefferson`, OrderID: 1990, OrderDate: `5/17/2022`, ProductID: 112, ProductName: `IPhone`, UnitPrice: 20040.37, Quantity: 3, ExtendedPrice: 60121.11, Freight: 1710.37, Discontinued: false, Region: `South East`, Address: `144 Market Street`, City: `New York`, Country: `USA`, PostalCode: 50110 }), + new InvoicesDataItem({ ShipName: `Smith Market`, ShipAddress: `105 Main Street`, ShipCity: `Miami`, ShipPostalCode: 80117, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1404, CustomerName: `James Smith`, CustomerFirstName: `James`, CustomerLastName: `Smith`, CustomerAddress: `105 Main Street, Miami, USA, 80117`, Salesperson: `Max Watson`, OrderID: 1002, OrderDate: `10/25/2022`, ProductID: 119, ProductName: `Samsung Galaxy 22`, UnitPrice: 28760.88, Quantity: 5, ExtendedPrice: 143804.4, Freight: 1220.88, Discontinued: false, Region: `West`, Address: `105 Main Street`, City: `Miami`, Country: `USA`, PostalCode: 80117 }), + new InvoicesDataItem({ ShipName: `Madison Home`, ShipAddress: `142 Main Street`, ShipCity: `Los Angeles`, ShipPostalCode: 90124, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1405, CustomerName: `Anna Madison`, CustomerFirstName: `Anna`, CustomerLastName: `Madison`, CustomerAddress: `142 Main Street, Los Angeles, USA, 90124`, Salesperson: `James Madison`, OrderID: 1433, OrderDate: `7/22/2022`, ProductID: 158, ProductName: `Mac Book Pro`, UnitPrice: 17750.64, Quantity: 5, ExtendedPrice: 88753.2, Freight: 1300.64, Discontinued: false, Region: `West`, Address: `142 Main Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 90124 }), + new InvoicesDataItem({ ShipName: `Watson Townhouse`, ShipAddress: `141 Market Street`, ShipCity: `Huston`, ShipPostalCode: 50115, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1406, CustomerName: `Max Watson`, CustomerFirstName: `Max`, CustomerLastName: `Watson`, CustomerAddress: `141 Market Street, Huston, USA, 50115`, Salesperson: `Anna Watson`, OrderID: 1195, OrderDate: `8/12/2022`, ProductID: 124, ProductName: `Mac Book Pro`, UnitPrice: 22040.48, Quantity: 2, ExtendedPrice: 44080.96, Freight: 1260.48, Discontinued: false, Region: `North East`, Address: `141 Market Street`, City: `Huston`, Country: `USA`, PostalCode: 50115 }), + new InvoicesDataItem({ ShipName: `Jefferson Estate`, ShipAddress: `145 Main Street`, ShipCity: `Los Angeles`, ShipPostalCode: 70160, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1407, CustomerName: `Mike Jefferson`, CustomerFirstName: `Mike`, CustomerLastName: `Jefferson`, CustomerAddress: `145 Main Street, Los Angeles, USA, 70160`, Salesperson: `Max Watson`, OrderID: 1486, OrderDate: `1/13/2022`, ProductID: 103, ProductName: `Mac Book Air`, UnitPrice: 29480.67, Quantity: 3, ExtendedPrice: 88442.01, Freight: 1810.67, Discontinued: false, Region: `North East`, Address: `145 Main Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 70160 }), + new InvoicesDataItem({ ShipName: `Black Market`, ShipAddress: `106 Main Street`, ShipCity: `Los Angeles`, ShipPostalCode: 80149, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1408, CustomerName: `Ben Black`, CustomerFirstName: `Ben`, CustomerLastName: `Black`, CustomerAddress: `106 Main Street, Los Angeles, USA, 80149`, Salesperson: `James Smith`, OrderID: 1646, OrderDate: `9/4/2022`, ProductID: 191, ProductName: `Mac Book Pro`, UnitPrice: 5890.71, Quantity: 5, ExtendedPrice: 29453.55, Freight: 670.71, Discontinued: false, Region: `North East`, Address: `106 Main Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 80149 }), + new InvoicesDataItem({ ShipName: `Madison Estate`, ShipAddress: `171 Market Street`, ShipCity: `Los Angeles`, ShipPostalCode: 60182, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1409, CustomerName: `Anna Madison`, CustomerFirstName: `Anna`, CustomerLastName: `Madison`, CustomerAddress: `171 Market Street, Los Angeles, USA, 60182`, Salesperson: `James Smith`, OrderID: 1839, OrderDate: `12/12/2022`, ProductID: 120, ProductName: `IPhone`, UnitPrice: 17510.64, Quantity: 5, ExtendedPrice: 87553.2, Freight: 1150.64, Discontinued: true, Region: `West`, Address: `171 Market Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 60182 }), + new InvoicesDataItem({ ShipName: `Jefferson Home`, ShipAddress: `195 Market Street`, ShipCity: `Los Angeles`, ShipPostalCode: 60122, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1410, CustomerName: `Ben Jefferson`, CustomerFirstName: `Ben`, CustomerLastName: `Jefferson`, CustomerAddress: `195 Market Street, Los Angeles, USA, 60122`, Salesperson: `Martin Madison`, OrderID: 1925, OrderDate: `1/22/2022`, ProductID: 164, ProductName: `Mac Book Pro`, UnitPrice: 12920.58, Quantity: 2, ExtendedPrice: 25841.16, Freight: 690.58, Discontinued: false, Region: `West`, Address: `195 Market Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 60122 }), + new InvoicesDataItem({ ShipName: `Black Home`, ShipAddress: `137 Wall Street`, ShipCity: `Miami`, ShipPostalCode: 70152, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1411, CustomerName: `James Black`, CustomerFirstName: `James`, CustomerLastName: `Black`, CustomerAddress: `137 Wall Street, Miami, USA, 70152`, Salesperson: `Anna Jackson`, OrderID: 1055, OrderDate: `12/9/2022`, ProductID: 198, ProductName: `IPad`, UnitPrice: 9640.43, Quantity: 4, ExtendedPrice: 38561.72, Freight: 1930.43, Discontinued: false, Region: `North East`, Address: `137 Wall Street`, City: `Miami`, Country: `USA`, PostalCode: 70152 }), + new InvoicesDataItem({ ShipName: `Smith Estate`, ShipAddress: `129 Wall Street`, ShipCity: `Miami`, ShipPostalCode: 50177, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1412, CustomerName: `Anna Smith`, CustomerFirstName: `Anna`, CustomerLastName: `Smith`, CustomerAddress: `129 Wall Street, Miami, USA, 50177`, Salesperson: `Martin Smith`, OrderID: 1845, OrderDate: `10/21/2022`, ProductID: 142, ProductName: `IPad`, UnitPrice: 16040.31, Quantity: 3, ExtendedPrice: 48120.93, Freight: 1050.31, Discontinued: false, Region: `West`, Address: `129 Wall Street`, City: `Miami`, Country: `USA`, PostalCode: 50177 }), + new InvoicesDataItem({ ShipName: `Black Estate`, ShipAddress: `174 Main Street`, ShipCity: `Huston`, ShipPostalCode: 90080, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1413, CustomerName: `Mike Black`, CustomerFirstName: `Mike`, CustomerLastName: `Black`, CustomerAddress: `174 Main Street, Huston, USA, 90080`, Salesperson: `Nancy Jefferson`, OrderID: 1560, OrderDate: `6/23/2022`, ProductID: 110, ProductName: `Mac Book Pro`, UnitPrice: 25850.87, Quantity: 4, ExtendedPrice: 103403.48, Freight: 940.87, Discontinued: false, Region: `West`, Address: `174 Main Street`, City: `Huston`, Country: `USA`, PostalCode: 90080 }), + new InvoicesDataItem({ ShipName: `Jackson Market`, ShipAddress: `139 Market Street`, ShipCity: `New York`, ShipPostalCode: 60178, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1414, CustomerName: `Nancy Jackson`, CustomerFirstName: `Nancy`, CustomerLastName: `Jackson`, CustomerAddress: `139 Market Street, New York, USA, 60178`, Salesperson: `Pamela Jefferson`, OrderID: 1102, OrderDate: `2/18/2022`, ProductID: 154, ProductName: `Mac Book Air`, UnitPrice: 13210.48, Quantity: 4, ExtendedPrice: 52841.92, Freight: 960.48, Discontinued: false, Region: `South East`, Address: `139 Market Street`, City: `New York`, Country: `USA`, PostalCode: 60178 }), + new InvoicesDataItem({ ShipName: `Madison Home`, ShipAddress: `127 Wall Street`, ShipCity: `Los Angeles`, ShipPostalCode: 60192, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1415, CustomerName: `Max Madison`, CustomerFirstName: `Max`, CustomerLastName: `Madison`, CustomerAddress: `127 Wall Street, Los Angeles, USA, 60192`, Salesperson: `Ben Smith`, OrderID: 1570, OrderDate: `5/19/2022`, ProductID: 105, ProductName: `Samsung Note`, UnitPrice: 24890.59, Quantity: 5, ExtendedPrice: 124452.95, Freight: 1860.59, Discontinued: false, Region: `West`, Address: `127 Wall Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 60192 }), + new InvoicesDataItem({ ShipName: `Watson Market`, ShipAddress: `186 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 90145, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1416, CustomerName: `Max Watson`, CustomerFirstName: `Max`, CustomerLastName: `Watson`, CustomerAddress: `186 Market Street, Philadelphia, USA, 90145`, Salesperson: `Mike Jefferson`, OrderID: 1872, OrderDate: `11/18/2022`, ProductID: 165, ProductName: `IPhone`, UnitPrice: 19720.85, Quantity: 2, ExtendedPrice: 39441.7, Freight: 690.85, Discontinued: false, Region: `South East`, Address: `186 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 90145 }), + new InvoicesDataItem({ ShipName: `Jackson Estate`, ShipAddress: `198 Main Street`, ShipCity: `Philadelphia`, ShipPostalCode: 70160, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1417, CustomerName: `Anna Jackson`, CustomerFirstName: `Anna`, CustomerLastName: `Jackson`, CustomerAddress: `198 Main Street, Philadelphia, USA, 70160`, Salesperson: `Martin Madison`, OrderID: 1155, OrderDate: `11/1/2022`, ProductID: 138, ProductName: `IPhone`, UnitPrice: 12260.46, Quantity: 2, ExtendedPrice: 24520.92, Freight: 1680.46, Discontinued: false, Region: `West`, Address: `198 Main Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 70160 }), + new InvoicesDataItem({ ShipName: `Jefferson Townhouse`, ShipAddress: `110 Main Street`, ShipCity: `New York`, ShipPostalCode: 80119, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1418, CustomerName: `Ben Jefferson`, CustomerFirstName: `Ben`, CustomerLastName: `Jefferson`, CustomerAddress: `110 Main Street, New York, USA, 80119`, Salesperson: `Anna Black`, OrderID: 1600, OrderDate: `8/12/2022`, ProductID: 118, ProductName: `Mac Book Air`, UnitPrice: 9840.45, Quantity: 4, ExtendedPrice: 39361.8, Freight: 1410.45, Discontinued: false, Region: `South East`, Address: `110 Main Street`, City: `New York`, Country: `USA`, PostalCode: 80119 }), + new InvoicesDataItem({ ShipName: `Madison Market`, ShipAddress: `187 Main Street`, ShipCity: `Los Angeles`, ShipPostalCode: 50082, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1419, CustomerName: `Ben Madison`, CustomerFirstName: `Ben`, CustomerLastName: `Madison`, CustomerAddress: `187 Main Street, Los Angeles, USA, 50082`, Salesperson: `Pamela Watson`, OrderID: 1451, OrderDate: `12/10/2022`, ProductID: 144, ProductName: `Samsung Galaxy 22`, UnitPrice: 25180.7, Quantity: 2, ExtendedPrice: 50361.4, Freight: 560.7, Discontinued: true, Region: `North East`, Address: `187 Main Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 50082 }), + new InvoicesDataItem({ ShipName: `Jackson Townhouse`, ShipAddress: `121 Main Street`, ShipCity: `Miami`, ShipPostalCode: 60178, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1420, CustomerName: `Mike Jackson`, CustomerFirstName: `Mike`, CustomerLastName: `Jackson`, CustomerAddress: `121 Main Street, Miami, USA, 60178`, Salesperson: `Ben Jackson`, OrderID: 1294, OrderDate: `2/18/2022`, ProductID: 168, ProductName: `Samsung Galaxy 22`, UnitPrice: 18670.31, Quantity: 5, ExtendedPrice: 93351.55, Freight: 1410.31, Discontinued: false, Region: `West`, Address: `121 Main Street`, City: `Miami`, Country: `USA`, PostalCode: 60178 }), + new InvoicesDataItem({ ShipName: `Smith Home`, ShipAddress: `185 Wall Street`, ShipCity: `New York`, ShipPostalCode: 50177, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1421, CustomerName: `Anna Smith`, CustomerFirstName: `Anna`, CustomerLastName: `Smith`, CustomerAddress: `185 Wall Street, New York, USA, 50177`, Salesperson: `James Watson`, OrderID: 1095, OrderDate: `6/16/2022`, ProductID: 182, ProductName: `Samsung Note`, UnitPrice: 10450.44, Quantity: 5, ExtendedPrice: 52252.2, Freight: 1030.44, Discontinued: false, Region: `West`, Address: `185 Wall Street`, City: `New York`, Country: `USA`, PostalCode: 50177 }), + new InvoicesDataItem({ ShipName: `Watson Market`, ShipAddress: `177 Market Street`, ShipCity: `New York`, ShipPostalCode: 90081, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1422, CustomerName: `Max Watson`, CustomerFirstName: `Max`, CustomerLastName: `Watson`, CustomerAddress: `177 Market Street, New York, USA, 90081`, Salesperson: `Pamela Smith`, OrderID: 1333, OrderDate: `5/21/2022`, ProductID: 159, ProductName: `Mac Book Air`, UnitPrice: 23900.49, Quantity: 5, ExtendedPrice: 119502.45, Freight: 1700.49, Discontinued: false, Region: `South East`, Address: `177 Market Street`, City: `New York`, Country: `USA`, PostalCode: 90081 }), + new InvoicesDataItem({ ShipName: `Watson Home`, ShipAddress: `106 Market Street`, ShipCity: `Miami`, ShipPostalCode: 70099, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1423, CustomerName: `Anna Watson`, CustomerFirstName: `Anna`, CustomerLastName: `Watson`, CustomerAddress: `106 Market Street, Miami, USA, 70099`, Salesperson: `Pamela Jackson`, OrderID: 1147, OrderDate: `6/13/2022`, ProductID: 174, ProductName: `Mac Book Pro`, UnitPrice: 29460.63, Quantity: 2, ExtendedPrice: 58921.26, Freight: 1280.63, Discontinued: false, Region: `North East`, Address: `106 Market Street`, City: `Miami`, Country: `USA`, PostalCode: 70099 }), + new InvoicesDataItem({ ShipName: `Madison Townhouse`, ShipAddress: `179 Main Street`, ShipCity: `Philadelphia`, ShipPostalCode: 80150, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1424, CustomerName: `Martin Madison`, CustomerFirstName: `Martin`, CustomerLastName: `Madison`, CustomerAddress: `179 Main Street, Philadelphia, USA, 80150`, Salesperson: `James Jefferson`, OrderID: 1595, OrderDate: `7/19/2022`, ProductID: 183, ProductName: `Samsung Galaxy 22`, UnitPrice: 19060.64, Quantity: 5, ExtendedPrice: 95303.2, Freight: 980.64, Discontinued: false, Region: `North East`, Address: `179 Main Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 80150 }), + new InvoicesDataItem({ ShipName: `Watson Home`, ShipAddress: `142 Main Street`, ShipCity: `Huston`, ShipPostalCode: 90100, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1425, CustomerName: `Max Watson`, CustomerFirstName: `Max`, CustomerLastName: `Watson`, CustomerAddress: `142 Main Street, Huston, USA, 90100`, Salesperson: `Martin Black`, OrderID: 1061, OrderDate: `4/4/2022`, ProductID: 118, ProductName: `IPad`, UnitPrice: 17400.83, Quantity: 2, ExtendedPrice: 34801.66, Freight: 370.83, Discontinued: false, Region: `North East`, Address: `142 Main Street`, City: `Huston`, Country: `USA`, PostalCode: 90100 }), + new InvoicesDataItem({ ShipName: `Watson Townhouse`, ShipAddress: `189 Main Street`, ShipCity: `Philadelphia`, ShipPostalCode: 90144, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1426, CustomerName: `Max Watson`, CustomerFirstName: `Max`, CustomerLastName: `Watson`, CustomerAddress: `189 Main Street, Philadelphia, USA, 90144`, Salesperson: `Martin Smith`, OrderID: 1114, OrderDate: `2/13/2022`, ProductID: 146, ProductName: `Samsung Galaxy 22`, UnitPrice: 16860.57, Quantity: 5, ExtendedPrice: 84302.85, Freight: 1050.57, Discontinued: false, Region: `North East`, Address: `189 Main Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 90144 }), + new InvoicesDataItem({ ShipName: `Madison Estate`, ShipAddress: `130 Wall Street`, ShipCity: `New York`, ShipPostalCode: 90175, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1427, CustomerName: `Pamela Madison`, CustomerFirstName: `Pamela`, CustomerLastName: `Madison`, CustomerAddress: `130 Wall Street, New York, USA, 90175`, Salesperson: `Nancy Black`, OrderID: 1716, OrderDate: `11/6/2022`, ProductID: 157, ProductName: `IPad`, UnitPrice: 19570.85, Quantity: 3, ExtendedPrice: 58712.55, Freight: 1620.85, Discontinued: false, Region: `North East`, Address: `130 Wall Street`, City: `New York`, Country: `USA`, PostalCode: 90175 }), + new InvoicesDataItem({ ShipName: `Smith Market`, ShipAddress: `144 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 80153, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1428, CustomerName: `Anna Smith`, CustomerFirstName: `Anna`, CustomerLastName: `Smith`, CustomerAddress: `144 Market Street, Philadelphia, USA, 80153`, Salesperson: `Mike Smith`, OrderID: 1523, OrderDate: `8/5/2022`, ProductID: 139, ProductName: `Samsung Galaxy 22`, UnitPrice: 5100.26, Quantity: 3, ExtendedPrice: 15300.78, Freight: 1630.26, Discontinued: false, Region: `North East`, Address: `144 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 80153 }), + new InvoicesDataItem({ ShipName: `Smith Home`, ShipAddress: `175 Wall Street`, ShipCity: `New York`, ShipPostalCode: 50150, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1429, CustomerName: `James Smith`, CustomerFirstName: `James`, CustomerLastName: `Smith`, CustomerAddress: `175 Wall Street, New York, USA, 50150`, Salesperson: `James Jefferson`, OrderID: 1027, OrderDate: `12/7/2022`, ProductID: 151, ProductName: `IPad`, UnitPrice: 18940.75, Quantity: 4, ExtendedPrice: 75763, Freight: 1130.75, Discontinued: true, Region: `North East`, Address: `175 Wall Street`, City: `New York`, Country: `USA`, PostalCode: 50150 }), + new InvoicesDataItem({ ShipName: `Smith Home`, ShipAddress: `152 Wall Street`, ShipCity: `New York`, ShipPostalCode: 70091, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1430, CustomerName: `Max Smith`, CustomerFirstName: `Max`, CustomerLastName: `Smith`, CustomerAddress: `152 Wall Street, New York, USA, 70091`, Salesperson: `Ben Smith`, OrderID: 1626, OrderDate: `1/1/2022`, ProductID: 145, ProductName: `IPhone`, UnitPrice: 29800.74, Quantity: 4, ExtendedPrice: 119202.96, Freight: 1440.74, Discontinued: false, Region: `West`, Address: `152 Wall Street`, City: `New York`, Country: `USA`, PostalCode: 70091 }), + new InvoicesDataItem({ ShipName: `Jackson Market`, ShipAddress: `127 Main Street`, ShipCity: `Miami`, ShipPostalCode: 90099, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1431, CustomerName: `Martin Jackson`, CustomerFirstName: `Martin`, CustomerLastName: `Jackson`, CustomerAddress: `127 Main Street, Miami, USA, 90099`, Salesperson: `Anna Smith`, OrderID: 1789, OrderDate: `10/15/2022`, ProductID: 139, ProductName: `Mac Book Air`, UnitPrice: 16220.23, Quantity: 2, ExtendedPrice: 32440.46, Freight: 1170.23, Discontinued: false, Region: `West`, Address: `127 Main Street`, City: `Miami`, Country: `USA`, PostalCode: 90099 }), + new InvoicesDataItem({ ShipName: `Jefferson Home`, ShipAddress: `157 Wall Street`, ShipCity: `Huston`, ShipPostalCode: 70162, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1432, CustomerName: `Mike Jefferson`, CustomerFirstName: `Mike`, CustomerLastName: `Jefferson`, CustomerAddress: `157 Wall Street, Huston, USA, 70162`, Salesperson: `Martin Madison`, OrderID: 1622, OrderDate: `6/6/2022`, ProductID: 133, ProductName: `Samsung Note`, UnitPrice: 7410.73, Quantity: 4, ExtendedPrice: 29642.92, Freight: 1660.73, Discontinued: false, Region: `South East`, Address: `157 Wall Street`, City: `Huston`, Country: `USA`, PostalCode: 70162 }), + new InvoicesDataItem({ ShipName: `Smith Home`, ShipAddress: `159 Market Street`, ShipCity: `New York`, ShipPostalCode: 50198, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1433, CustomerName: `Mike Smith`, CustomerFirstName: `Mike`, CustomerLastName: `Smith`, CustomerAddress: `159 Market Street, New York, USA, 50198`, Salesperson: `Mike Smith`, OrderID: 1961, OrderDate: `9/7/2022`, ProductID: 120, ProductName: `Mac Book Pro`, UnitPrice: 9150.59, Quantity: 3, ExtendedPrice: 27451.77, Freight: 550.59, Discontinued: false, Region: `South East`, Address: `159 Market Street`, City: `New York`, Country: `USA`, PostalCode: 50198 }), + new InvoicesDataItem({ ShipName: `Jackson Estate`, ShipAddress: `109 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 60160, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1434, CustomerName: `Ben Jackson`, CustomerFirstName: `Ben`, CustomerLastName: `Jackson`, CustomerAddress: `109 Market Street, Philadelphia, USA, 60160`, Salesperson: `Mike Madison`, OrderID: 1868, OrderDate: `2/5/2022`, ProductID: 131, ProductName: `Samsung Galaxy 22`, UnitPrice: 20400.46, Quantity: 2, ExtendedPrice: 40800.92, Freight: 1640.46, Discontinued: false, Region: `South East`, Address: `109 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 60160 }), + new InvoicesDataItem({ ShipName: `Madison Estate`, ShipAddress: `138 Wall Street`, ShipCity: `Philadelphia`, ShipPostalCode: 80164, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1435, CustomerName: `Max Madison`, CustomerFirstName: `Max`, CustomerLastName: `Madison`, CustomerAddress: `138 Wall Street, Philadelphia, USA, 80164`, Salesperson: `Mike Smith`, OrderID: 1223, OrderDate: `7/4/2022`, ProductID: 199, ProductName: `Samsung Note`, UnitPrice: 23980.42, Quantity: 5, ExtendedPrice: 119902.1, Freight: 410.42, Discontinued: false, Region: `West`, Address: `138 Wall Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 80164 }), + new InvoicesDataItem({ ShipName: `Jackson Townhouse`, ShipAddress: `164 Main Street`, ShipCity: `New York`, ShipPostalCode: 90183, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1436, CustomerName: `Pamela Jackson`, CustomerFirstName: `Pamela`, CustomerLastName: `Jackson`, CustomerAddress: `164 Main Street, New York, USA, 90183`, Salesperson: `James Watson`, OrderID: 1766, OrderDate: `7/14/2022`, ProductID: 160, ProductName: `Samsung Note`, UnitPrice: 12280.79, Quantity: 2, ExtendedPrice: 24561.58, Freight: 1140.79, Discontinued: false, Region: `West`, Address: `164 Main Street`, City: `New York`, Country: `USA`, PostalCode: 90183 }), + new InvoicesDataItem({ ShipName: `Jefferson Estate`, ShipAddress: `187 Main Street`, ShipCity: `New York`, ShipPostalCode: 80053, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1437, CustomerName: `Nancy Jefferson`, CustomerFirstName: `Nancy`, CustomerLastName: `Jefferson`, CustomerAddress: `187 Main Street, New York, USA, 80053`, Salesperson: `Martin Watson`, OrderID: 1602, OrderDate: `12/25/2022`, ProductID: 112, ProductName: `Samsung Galaxy 22`, UnitPrice: 14860.39, Quantity: 5, ExtendedPrice: 74301.95, Freight: 1920.39, Discontinued: false, Region: `West`, Address: `187 Main Street`, City: `New York`, Country: `USA`, PostalCode: 80053 }), + new InvoicesDataItem({ ShipName: `Black Market`, ShipAddress: `197 Wall Street`, ShipCity: `Miami`, ShipPostalCode: 50076, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1438, CustomerName: `Max Black`, CustomerFirstName: `Max`, CustomerLastName: `Black`, CustomerAddress: `197 Wall Street, Miami, USA, 50076`, Salesperson: `James Jefferson`, OrderID: 1281, OrderDate: `3/18/2022`, ProductID: 102, ProductName: `Samsung Galaxy 22`, UnitPrice: 11120.87, Quantity: 2, ExtendedPrice: 22241.74, Freight: 720.87, Discontinued: false, Region: `North East`, Address: `197 Wall Street`, City: `Miami`, Country: `USA`, PostalCode: 50076 }), + new InvoicesDataItem({ ShipName: `Watson Market`, ShipAddress: `127 Market Street`, ShipCity: `Los Angeles`, ShipPostalCode: 90067, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1439, CustomerName: `James Watson`, CustomerFirstName: `James`, CustomerLastName: `Watson`, CustomerAddress: `127 Market Street, Los Angeles, USA, 90067`, Salesperson: `James Madison`, OrderID: 1736, OrderDate: `2/4/2022`, ProductID: 172, ProductName: `IPad`, UnitPrice: 20090.62, Quantity: 4, ExtendedPrice: 80362.48, Freight: 630.62, Discontinued: true, Region: `West`, Address: `127 Market Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 90067 }), + new InvoicesDataItem({ ShipName: `Black Market`, ShipAddress: `150 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 90161, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1440, CustomerName: `Max Black`, CustomerFirstName: `Max`, CustomerLastName: `Black`, CustomerAddress: `150 Market Street, Philadelphia, USA, 90161`, Salesperson: `Anna Watson`, OrderID: 1683, OrderDate: `5/15/2022`, ProductID: 192, ProductName: `Mac Book Air`, UnitPrice: 7270.76, Quantity: 3, ExtendedPrice: 21812.28, Freight: 1880.76, Discontinued: false, Region: `West`, Address: `150 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 90161 }), + new InvoicesDataItem({ ShipName: `Watson Townhouse`, ShipAddress: `128 Market Street`, ShipCity: `Huston`, ShipPostalCode: 70131, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1441, CustomerName: `Pamela Watson`, CustomerFirstName: `Pamela`, CustomerLastName: `Watson`, CustomerAddress: `128 Market Street, Huston, USA, 70131`, Salesperson: `Ben Smith`, OrderID: 1652, OrderDate: `11/16/2022`, ProductID: 107, ProductName: `Samsung Note`, UnitPrice: 23290.38, Quantity: 2, ExtendedPrice: 46580.76, Freight: 400.38, Discontinued: false, Region: `West`, Address: `128 Market Street`, City: `Huston`, Country: `USA`, PostalCode: 70131 }), + new InvoicesDataItem({ ShipName: `Watson Home`, ShipAddress: `151 Wall Street`, ShipCity: `Miami`, ShipPostalCode: 70185, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1442, CustomerName: `Max Watson`, CustomerFirstName: `Max`, CustomerLastName: `Watson`, CustomerAddress: `151 Wall Street, Miami, USA, 70185`, Salesperson: `Nancy Black`, OrderID: 1385, OrderDate: `6/12/2022`, ProductID: 110, ProductName: `Mac Book Pro`, UnitPrice: 14390.77, Quantity: 2, ExtendedPrice: 28781.54, Freight: 1600.77, Discontinued: false, Region: `West`, Address: `151 Wall Street`, City: `Miami`, Country: `USA`, PostalCode: 70185 }), + new InvoicesDataItem({ ShipName: `Madison Home`, ShipAddress: `183 Wall Street`, ShipCity: `New York`, ShipPostalCode: 60080, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1443, CustomerName: `Pamela Madison`, CustomerFirstName: `Pamela`, CustomerLastName: `Madison`, CustomerAddress: `183 Wall Street, New York, USA, 60080`, Salesperson: `Mike Madison`, OrderID: 1158, OrderDate: `3/11/2022`, ProductID: 172, ProductName: `Samsung Note`, UnitPrice: 25230.25, Quantity: 3, ExtendedPrice: 75690.75, Freight: 340.25, Discontinued: false, Region: `South East`, Address: `183 Wall Street`, City: `New York`, Country: `USA`, PostalCode: 60080 }), + new InvoicesDataItem({ ShipName: `Black Estate`, ShipAddress: `137 Wall Street`, ShipCity: `Philadelphia`, ShipPostalCode: 80117, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1444, CustomerName: `James Black`, CustomerFirstName: `James`, CustomerLastName: `Black`, CustomerAddress: `137 Wall Street, Philadelphia, USA, 80117`, Salesperson: `Anna Black`, OrderID: 1310, OrderDate: `9/5/2022`, ProductID: 157, ProductName: `IPad`, UnitPrice: 21970.48, Quantity: 2, ExtendedPrice: 43940.96, Freight: 1420.48, Discontinued: false, Region: `South East`, Address: `137 Wall Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 80117 }), + new InvoicesDataItem({ ShipName: `Black Market`, ShipAddress: `158 Wall Street`, ShipCity: `New York`, ShipPostalCode: 80138, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1445, CustomerName: `Anna Black`, CustomerFirstName: `Anna`, CustomerLastName: `Black`, CustomerAddress: `158 Wall Street, New York, USA, 80138`, Salesperson: `Martin Madison`, OrderID: 1385, OrderDate: `5/9/2022`, ProductID: 127, ProductName: `Samsung Galaxy 22`, UnitPrice: 12610.37, Quantity: 5, ExtendedPrice: 63051.85, Freight: 1410.37, Discontinued: false, Region: `West`, Address: `158 Wall Street`, City: `New York`, Country: `USA`, PostalCode: 80138 }), + new InvoicesDataItem({ ShipName: `Madison Home`, ShipAddress: `145 Wall Street`, ShipCity: `Los Angeles`, ShipPostalCode: 70189, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1446, CustomerName: `Mike Madison`, CustomerFirstName: `Mike`, CustomerLastName: `Madison`, CustomerAddress: `145 Wall Street, Los Angeles, USA, 70189`, Salesperson: `Mike Jackson`, OrderID: 1725, OrderDate: `9/6/2022`, ProductID: 112, ProductName: `Mac Book Pro`, UnitPrice: 20520.26, Quantity: 4, ExtendedPrice: 82081.04, Freight: 710.26, Discontinued: false, Region: `West`, Address: `145 Wall Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 70189 }), + new InvoicesDataItem({ ShipName: `Black Estate`, ShipAddress: `155 Wall Street`, ShipCity: `Miami`, ShipPostalCode: 60114, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1447, CustomerName: `Pamela Black`, CustomerFirstName: `Pamela`, CustomerLastName: `Black`, CustomerAddress: `155 Wall Street, Miami, USA, 60114`, Salesperson: `Martin Madison`, OrderID: 1520, OrderDate: `6/15/2022`, ProductID: 174, ProductName: `IPhone`, UnitPrice: 16730.88, Quantity: 2, ExtendedPrice: 33461.76, Freight: 1020.88, Discontinued: false, Region: `South East`, Address: `155 Wall Street`, City: `Miami`, Country: `USA`, PostalCode: 60114 }), + new InvoicesDataItem({ ShipName: `Madison Estate`, ShipAddress: `184 Main Street`, ShipCity: `Los Angeles`, ShipPostalCode: 80059, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1448, CustomerName: `Max Madison`, CustomerFirstName: `Max`, CustomerLastName: `Madison`, CustomerAddress: `184 Main Street, Los Angeles, USA, 80059`, Salesperson: `Max Smith`, OrderID: 1764, OrderDate: `4/4/2022`, ProductID: 147, ProductName: `Mac Book Air`, UnitPrice: 29810.31, Quantity: 2, ExtendedPrice: 59620.62, Freight: 1200.31, Discontinued: false, Region: `West`, Address: `184 Main Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 80059 }), + new InvoicesDataItem({ ShipName: `Black Home`, ShipAddress: `195 Wall Street`, ShipCity: `Huston`, ShipPostalCode: 80052, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1449, CustomerName: `Ben Black`, CustomerFirstName: `Ben`, CustomerLastName: `Black`, CustomerAddress: `195 Wall Street, Huston, USA, 80052`, Salesperson: `Max Jefferson`, OrderID: 1325, OrderDate: `8/23/2022`, ProductID: 186, ProductName: `Mac Book Pro`, UnitPrice: 19780.82, Quantity: 3, ExtendedPrice: 59342.46, Freight: 720.82, Discontinued: true, Region: `South East`, Address: `195 Wall Street`, City: `Huston`, Country: `USA`, PostalCode: 80052 }), + new InvoicesDataItem({ ShipName: `Black Market`, ShipAddress: `168 Market Street`, ShipCity: `Miami`, ShipPostalCode: 70196, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1450, CustomerName: `Anna Black`, CustomerFirstName: `Anna`, CustomerLastName: `Black`, CustomerAddress: `168 Market Street, Miami, USA, 70196`, Salesperson: `Martin Madison`, OrderID: 1216, OrderDate: `9/9/2022`, ProductID: 134, ProductName: `Samsung Galaxy 22`, UnitPrice: 25110.88, Quantity: 2, ExtendedPrice: 50221.76, Freight: 1040.88, Discontinued: false, Region: `West`, Address: `168 Market Street`, City: `Miami`, Country: `USA`, PostalCode: 70196 }), + new InvoicesDataItem({ ShipName: `Black Estate`, ShipAddress: `196 Wall Street`, ShipCity: `Philadelphia`, ShipPostalCode: 70064, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1451, CustomerName: `Anna Black`, CustomerFirstName: `Anna`, CustomerLastName: `Black`, CustomerAddress: `196 Wall Street, Philadelphia, USA, 70064`, Salesperson: `Nancy Madison`, OrderID: 1924, OrderDate: `9/9/2022`, ProductID: 108, ProductName: `IPhone`, UnitPrice: 14220.86, Quantity: 2, ExtendedPrice: 28441.72, Freight: 1220.86, Discontinued: false, Region: `West`, Address: `196 Wall Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 70064 }), + new InvoicesDataItem({ ShipName: `Madison Home`, ShipAddress: `125 Wall Street`, ShipCity: `Huston`, ShipPostalCode: 90158, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1452, CustomerName: `Max Madison`, CustomerFirstName: `Max`, CustomerLastName: `Madison`, CustomerAddress: `125 Wall Street, Huston, USA, 90158`, Salesperson: `Martin Jackson`, OrderID: 1952, OrderDate: `8/23/2022`, ProductID: 177, ProductName: `Samsung Galaxy 22`, UnitPrice: 11460.48, Quantity: 3, ExtendedPrice: 34381.44, Freight: 1140.48, Discontinued: false, Region: `West`, Address: `125 Wall Street`, City: `Huston`, Country: `USA`, PostalCode: 90158 }), + new InvoicesDataItem({ ShipName: `Watson Home`, ShipAddress: `113 Wall Street`, ShipCity: `Los Angeles`, ShipPostalCode: 50104, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1453, CustomerName: `Ben Watson`, CustomerFirstName: `Ben`, CustomerLastName: `Watson`, CustomerAddress: `113 Wall Street, Los Angeles, USA, 50104`, Salesperson: `Mike Black`, OrderID: 1388, OrderDate: `7/12/2022`, ProductID: 142, ProductName: `Samsung Galaxy 22`, UnitPrice: 25460.85, Quantity: 2, ExtendedPrice: 50921.7, Freight: 360.85, Discontinued: false, Region: `West`, Address: `113 Wall Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 50104 }), + new InvoicesDataItem({ ShipName: `Black Home`, ShipAddress: `176 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 90069, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1454, CustomerName: `Nancy Black`, CustomerFirstName: `Nancy`, CustomerLastName: `Black`, CustomerAddress: `176 Market Street, Philadelphia, USA, 90069`, Salesperson: `Max Jefferson`, OrderID: 1197, OrderDate: `9/3/2022`, ProductID: 132, ProductName: `IPhone`, UnitPrice: 5760.67, Quantity: 3, ExtendedPrice: 17282.01, Freight: 1350.67, Discontinued: false, Region: `South East`, Address: `176 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 90069 }), + new InvoicesDataItem({ ShipName: `Jefferson Townhouse`, ShipAddress: `142 Market Street`, ShipCity: `Los Angeles`, ShipPostalCode: 50098, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1455, CustomerName: `Max Jefferson`, CustomerFirstName: `Max`, CustomerLastName: `Jefferson`, CustomerAddress: `142 Market Street, Los Angeles, USA, 50098`, Salesperson: `Nancy Smith`, OrderID: 1808, OrderDate: `3/2/2022`, ProductID: 145, ProductName: `Mac Book Pro`, UnitPrice: 18130.62, Quantity: 3, ExtendedPrice: 54391.86, Freight: 660.62, Discontinued: false, Region: `North East`, Address: `142 Market Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 50098 }), + new InvoicesDataItem({ ShipName: `Jefferson Home`, ShipAddress: `184 Main Street`, ShipCity: `New York`, ShipPostalCode: 50125, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1456, CustomerName: `Pamela Jefferson`, CustomerFirstName: `Pamela`, CustomerLastName: `Jefferson`, CustomerAddress: `184 Main Street, New York, USA, 50125`, Salesperson: `Pamela Jackson`, OrderID: 1098, OrderDate: `9/11/2022`, ProductID: 106, ProductName: `Samsung Galaxy 22`, UnitPrice: 29450.81, Quantity: 5, ExtendedPrice: 147254.05, Freight: 820.81, Discontinued: false, Region: `North East`, Address: `184 Main Street`, City: `New York`, Country: `USA`, PostalCode: 50125 }), + new InvoicesDataItem({ ShipName: `Jefferson Market`, ShipAddress: `190 Main Street`, ShipCity: `Philadelphia`, ShipPostalCode: 70130, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1457, CustomerName: `Nancy Jefferson`, CustomerFirstName: `Nancy`, CustomerLastName: `Jefferson`, CustomerAddress: `190 Main Street, Philadelphia, USA, 70130`, Salesperson: `Max Madison`, OrderID: 1942, OrderDate: `9/1/2022`, ProductID: 136, ProductName: `Mac Book Pro`, UnitPrice: 28790.51, Quantity: 3, ExtendedPrice: 86371.53, Freight: 460.51, Discontinued: false, Region: `North East`, Address: `190 Main Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 70130 }), + new InvoicesDataItem({ ShipName: `Jefferson Market`, ShipAddress: `121 Main Street`, ShipCity: `Los Angeles`, ShipPostalCode: 70093, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1458, CustomerName: `Mike Jefferson`, CustomerFirstName: `Mike`, CustomerLastName: `Jefferson`, CustomerAddress: `121 Main Street, Los Angeles, USA, 70093`, Salesperson: `James Black`, OrderID: 1815, OrderDate: `6/16/2022`, ProductID: 144, ProductName: `Mac Book Pro`, UnitPrice: 9060.8, Quantity: 3, ExtendedPrice: 27182.4, Freight: 1990.8, Discontinued: false, Region: `North East`, Address: `121 Main Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 70093 }), + new InvoicesDataItem({ ShipName: `Smith Home`, ShipAddress: `111 Main Street`, ShipCity: `Huston`, ShipPostalCode: 50082, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1459, CustomerName: `Nancy Smith`, CustomerFirstName: `Nancy`, CustomerLastName: `Smith`, CustomerAddress: `111 Main Street, Huston, USA, 50082`, Salesperson: `Max Black`, OrderID: 1551, OrderDate: `4/6/2022`, ProductID: 130, ProductName: `Mac Book Pro`, UnitPrice: 29370.56, Quantity: 3, ExtendedPrice: 88111.68, Freight: 1970.56, Discontinued: true, Region: `North East`, Address: `111 Main Street`, City: `Huston`, Country: `USA`, PostalCode: 50082 }), + new InvoicesDataItem({ ShipName: `Jefferson Market`, ShipAddress: `128 Market Street`, ShipCity: `Los Angeles`, ShipPostalCode: 90155, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1460, CustomerName: `Max Jefferson`, CustomerFirstName: `Max`, CustomerLastName: `Jefferson`, CustomerAddress: `128 Market Street, Los Angeles, USA, 90155`, Salesperson: `James Smith`, OrderID: 1660, OrderDate: `6/6/2022`, ProductID: 175, ProductName: `Samsung Galaxy 22`, UnitPrice: 29130.58, Quantity: 2, ExtendedPrice: 58261.16, Freight: 340.58, Discontinued: false, Region: `West`, Address: `128 Market Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 90155 }), + new InvoicesDataItem({ ShipName: `Smith Home`, ShipAddress: `159 Main Street`, ShipCity: `Huston`, ShipPostalCode: 60166, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1461, CustomerName: `Mike Smith`, CustomerFirstName: `Mike`, CustomerLastName: `Smith`, CustomerAddress: `159 Main Street, Huston, USA, 60166`, Salesperson: `Mike Black`, OrderID: 1860, OrderDate: `5/20/2022`, ProductID: 197, ProductName: `Samsung Galaxy 22`, UnitPrice: 18630.66, Quantity: 4, ExtendedPrice: 74522.64, Freight: 1540.66, Discontinued: false, Region: `South East`, Address: `159 Main Street`, City: `Huston`, Country: `USA`, PostalCode: 60166 }), + new InvoicesDataItem({ ShipName: `Jefferson Home`, ShipAddress: `115 Market Street`, ShipCity: `Los Angeles`, ShipPostalCode: 60171, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1462, CustomerName: `Nancy Jefferson`, CustomerFirstName: `Nancy`, CustomerLastName: `Jefferson`, CustomerAddress: `115 Market Street, Los Angeles, USA, 60171`, Salesperson: `Mike Jackson`, OrderID: 1312, OrderDate: `9/12/2022`, ProductID: 182, ProductName: `Samsung Note`, UnitPrice: 19120.8, Quantity: 3, ExtendedPrice: 57362.4, Freight: 470.8, Discontinued: false, Region: `North East`, Address: `115 Market Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 60171 }), + new InvoicesDataItem({ ShipName: `Watson Townhouse`, ShipAddress: `184 Main Street`, ShipCity: `New York`, ShipPostalCode: 80169, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1463, CustomerName: `Nancy Watson`, CustomerFirstName: `Nancy`, CustomerLastName: `Watson`, CustomerAddress: `184 Main Street, New York, USA, 80169`, Salesperson: `Nancy Madison`, OrderID: 1738, OrderDate: `1/7/2022`, ProductID: 161, ProductName: `Mac Book Air`, UnitPrice: 9160.8, Quantity: 2, ExtendedPrice: 18321.6, Freight: 1850.8, Discontinued: false, Region: `West`, Address: `184 Main Street`, City: `New York`, Country: `USA`, PostalCode: 80169 }), + new InvoicesDataItem({ ShipName: `Black Market`, ShipAddress: `147 Main Street`, ShipCity: `Miami`, ShipPostalCode: 60068, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1464, CustomerName: `Ben Black`, CustomerFirstName: `Ben`, CustomerLastName: `Black`, CustomerAddress: `147 Main Street, Miami, USA, 60068`, Salesperson: `Nancy Madison`, OrderID: 1981, OrderDate: `5/23/2022`, ProductID: 110, ProductName: `Samsung Note`, UnitPrice: 19100.54, Quantity: 5, ExtendedPrice: 95502.7, Freight: 1720.54, Discontinued: false, Region: `North East`, Address: `147 Main Street`, City: `Miami`, Country: `USA`, PostalCode: 60068 }), + new InvoicesDataItem({ ShipName: `Black Market`, ShipAddress: `143 Wall Street`, ShipCity: `Huston`, ShipPostalCode: 80182, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1465, CustomerName: `Ben Black`, CustomerFirstName: `Ben`, CustomerLastName: `Black`, CustomerAddress: `143 Wall Street, Huston, USA, 80182`, Salesperson: `Anna Watson`, OrderID: 1067, OrderDate: `12/19/2022`, ProductID: 103, ProductName: `Samsung Note`, UnitPrice: 28900.7, Quantity: 3, ExtendedPrice: 86702.1, Freight: 770.7, Discontinued: false, Region: `North East`, Address: `143 Wall Street`, City: `Huston`, Country: `USA`, PostalCode: 80182 }), + new InvoicesDataItem({ ShipName: `Watson Estate`, ShipAddress: `170 Main Street`, ShipCity: `New York`, ShipPostalCode: 60155, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1466, CustomerName: `Max Watson`, CustomerFirstName: `Max`, CustomerLastName: `Watson`, CustomerAddress: `170 Main Street, New York, USA, 60155`, Salesperson: `James Jackson`, OrderID: 1746, OrderDate: `9/2/2022`, ProductID: 148, ProductName: `IPad`, UnitPrice: 25390.4, Quantity: 5, ExtendedPrice: 126952, Freight: 550.4, Discontinued: false, Region: `South East`, Address: `170 Main Street`, City: `New York`, Country: `USA`, PostalCode: 60155 }), + new InvoicesDataItem({ ShipName: `Jackson Market`, ShipAddress: `111 Wall Street`, ShipCity: `Philadelphia`, ShipPostalCode: 60079, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1467, CustomerName: `Pamela Jackson`, CustomerFirstName: `Pamela`, CustomerLastName: `Jackson`, CustomerAddress: `111 Wall Street, Philadelphia, USA, 60079`, Salesperson: `Nancy Jefferson`, OrderID: 1334, OrderDate: `5/23/2022`, ProductID: 129, ProductName: `Mac Book Air`, UnitPrice: 14520.65, Quantity: 2, ExtendedPrice: 29041.3, Freight: 1250.65, Discontinued: false, Region: `West`, Address: `111 Wall Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 60079 }), + new InvoicesDataItem({ ShipName: `Black Market`, ShipAddress: `153 Wall Street`, ShipCity: `Huston`, ShipPostalCode: 90056, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1468, CustomerName: `Anna Black`, CustomerFirstName: `Anna`, CustomerLastName: `Black`, CustomerAddress: `153 Wall Street, Huston, USA, 90056`, Salesperson: `Anna Jackson`, OrderID: 1230, OrderDate: `4/15/2022`, ProductID: 128, ProductName: `IPhone`, UnitPrice: 14930.82, Quantity: 5, ExtendedPrice: 74654.1, Freight: 1470.82, Discontinued: false, Region: `North East`, Address: `153 Wall Street`, City: `Huston`, Country: `USA`, PostalCode: 90056 }), + new InvoicesDataItem({ ShipName: `Jackson Market`, ShipAddress: `143 Main Street`, ShipCity: `Philadelphia`, ShipPostalCode: 50070, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1469, CustomerName: `Max Jackson`, CustomerFirstName: `Max`, CustomerLastName: `Jackson`, CustomerAddress: `143 Main Street, Philadelphia, USA, 50070`, Salesperson: `Nancy Madison`, OrderID: 1761, OrderDate: `1/23/2022`, ProductID: 136, ProductName: `IPad`, UnitPrice: 10810.43, Quantity: 4, ExtendedPrice: 43241.72, Freight: 1910.43, Discontinued: true, Region: `South East`, Address: `143 Main Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 50070 }), + new InvoicesDataItem({ ShipName: `Black Estate`, ShipAddress: `174 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 80126, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1470, CustomerName: `Pamela Black`, CustomerFirstName: `Pamela`, CustomerLastName: `Black`, CustomerAddress: `174 Market Street, Philadelphia, USA, 80126`, Salesperson: `Martin Madison`, OrderID: 1217, OrderDate: `7/7/2022`, ProductID: 170, ProductName: `IPhone`, UnitPrice: 16660.27, Quantity: 4, ExtendedPrice: 66641.08, Freight: 790.27, Discontinued: false, Region: `North East`, Address: `174 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 80126 }), + new InvoicesDataItem({ ShipName: `Smith Home`, ShipAddress: `189 Wall Street`, ShipCity: `Los Angeles`, ShipPostalCode: 60161, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1471, CustomerName: `Max Smith`, CustomerFirstName: `Max`, CustomerLastName: `Smith`, CustomerAddress: `189 Wall Street, Los Angeles, USA, 60161`, Salesperson: `Max Madison`, OrderID: 1882, OrderDate: `11/5/2022`, ProductID: 141, ProductName: `Mac Book Air`, UnitPrice: 18210.39, Quantity: 3, ExtendedPrice: 54631.17, Freight: 990.39, Discontinued: false, Region: `South East`, Address: `189 Wall Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 60161 }), + new InvoicesDataItem({ ShipName: `Black Market`, ShipAddress: `193 Market Street`, ShipCity: `Huston`, ShipPostalCode: 50163, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1472, CustomerName: `Max Black`, CustomerFirstName: `Max`, CustomerLastName: `Black`, CustomerAddress: `193 Market Street, Huston, USA, 50163`, Salesperson: `Mike Black`, OrderID: 1855, OrderDate: `5/3/2022`, ProductID: 188, ProductName: `Samsung Note`, UnitPrice: 9860.59, Quantity: 5, ExtendedPrice: 49302.95, Freight: 1610.59, Discontinued: false, Region: `South East`, Address: `193 Market Street`, City: `Huston`, Country: `USA`, PostalCode: 50163 }), + new InvoicesDataItem({ ShipName: `Jackson Townhouse`, ShipAddress: `128 Main Street`, ShipCity: `Miami`, ShipPostalCode: 60162, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1473, CustomerName: `Max Jackson`, CustomerFirstName: `Max`, CustomerLastName: `Jackson`, CustomerAddress: `128 Main Street, Miami, USA, 60162`, Salesperson: `Nancy Black`, OrderID: 1087, OrderDate: `4/5/2022`, ProductID: 166, ProductName: `Mac Book Air`, UnitPrice: 12090.33, Quantity: 4, ExtendedPrice: 48361.32, Freight: 1020.33, Discontinued: false, Region: `West`, Address: `128 Main Street`, City: `Miami`, Country: `USA`, PostalCode: 60162 }), + new InvoicesDataItem({ ShipName: `Jackson Townhouse`, ShipAddress: `179 Wall Street`, ShipCity: `New York`, ShipPostalCode: 50104, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1474, CustomerName: `Ben Jackson`, CustomerFirstName: `Ben`, CustomerLastName: `Jackson`, CustomerAddress: `179 Wall Street, New York, USA, 50104`, Salesperson: `Martin Black`, OrderID: 1121, OrderDate: `12/2/2022`, ProductID: 169, ProductName: `IPad`, UnitPrice: 18020.22, Quantity: 4, ExtendedPrice: 72080.88, Freight: 830.22, Discontinued: false, Region: `West`, Address: `179 Wall Street`, City: `New York`, Country: `USA`, PostalCode: 50104 }), + new InvoicesDataItem({ ShipName: `Jackson Townhouse`, ShipAddress: `168 Market Street`, ShipCity: `Huston`, ShipPostalCode: 60117, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1475, CustomerName: `Martin Jackson`, CustomerFirstName: `Martin`, CustomerLastName: `Jackson`, CustomerAddress: `168 Market Street, Huston, USA, 60117`, Salesperson: `James Madison`, OrderID: 1965, OrderDate: `10/17/2022`, ProductID: 166, ProductName: `Mac Book Pro`, UnitPrice: 6770.39, Quantity: 5, ExtendedPrice: 33851.95, Freight: 240.39, Discontinued: false, Region: `West`, Address: `168 Market Street`, City: `Huston`, Country: `USA`, PostalCode: 60117 }), + new InvoicesDataItem({ ShipName: `Black Market`, ShipAddress: `195 Wall Street`, ShipCity: `Huston`, ShipPostalCode: 50103, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1476, CustomerName: `Mike Black`, CustomerFirstName: `Mike`, CustomerLastName: `Black`, CustomerAddress: `195 Wall Street, Huston, USA, 50103`, Salesperson: `Ben Jackson`, OrderID: 1241, OrderDate: `2/3/2022`, ProductID: 159, ProductName: `Samsung Note`, UnitPrice: 14250.8, Quantity: 5, ExtendedPrice: 71254, Freight: 1870.8, Discontinued: false, Region: `North East`, Address: `195 Wall Street`, City: `Huston`, Country: `USA`, PostalCode: 50103 }), + new InvoicesDataItem({ ShipName: `Jefferson Market`, ShipAddress: `192 Main Street`, ShipCity: `Los Angeles`, ShipPostalCode: 70069, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1477, CustomerName: `Pamela Jefferson`, CustomerFirstName: `Pamela`, CustomerLastName: `Jefferson`, CustomerAddress: `192 Main Street, Los Angeles, USA, 70069`, Salesperson: `Pamela Watson`, OrderID: 1440, OrderDate: `6/4/2022`, ProductID: 191, ProductName: `Samsung Galaxy 22`, UnitPrice: 23000.87, Quantity: 3, ExtendedPrice: 69002.61, Freight: 1680.87, Discontinued: false, Region: `North East`, Address: `192 Main Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 70069 }), + new InvoicesDataItem({ ShipName: `Jefferson Estate`, ShipAddress: `139 Wall Street`, ShipCity: `Philadelphia`, ShipPostalCode: 50143, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1478, CustomerName: `Pamela Jefferson`, CustomerFirstName: `Pamela`, CustomerLastName: `Jefferson`, CustomerAddress: `139 Wall Street, Philadelphia, USA, 50143`, Salesperson: `Nancy Madison`, OrderID: 1507, OrderDate: `10/10/2022`, ProductID: 176, ProductName: `Mac Book Air`, UnitPrice: 25490.8, Quantity: 3, ExtendedPrice: 76472.4, Freight: 830.8, Discontinued: false, Region: `North East`, Address: `139 Wall Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 50143 }), + new InvoicesDataItem({ ShipName: `Madison Estate`, ShipAddress: `131 Wall Street`, ShipCity: `Miami`, ShipPostalCode: 80108, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1479, CustomerName: `Mike Madison`, CustomerFirstName: `Mike`, CustomerLastName: `Madison`, CustomerAddress: `131 Wall Street, Miami, USA, 80108`, Salesperson: `Ben Jefferson`, OrderID: 1702, OrderDate: `10/16/2022`, ProductID: 174, ProductName: `Mac Book Pro`, UnitPrice: 28620.58, Quantity: 4, ExtendedPrice: 114482.32, Freight: 950.58, Discontinued: true, Region: `South East`, Address: `131 Wall Street`, City: `Miami`, Country: `USA`, PostalCode: 80108 }), + new InvoicesDataItem({ ShipName: `Smith Estate`, ShipAddress: `127 Market Street`, ShipCity: `Huston`, ShipPostalCode: 90097, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1480, CustomerName: `James Smith`, CustomerFirstName: `James`, CustomerLastName: `Smith`, CustomerAddress: `127 Market Street, Huston, USA, 90097`, Salesperson: `Pamela Black`, OrderID: 1875, OrderDate: `7/24/2022`, ProductID: 164, ProductName: `Mac Book Air`, UnitPrice: 6750.85, Quantity: 2, ExtendedPrice: 13501.7, Freight: 1160.85, Discontinued: false, Region: `North East`, Address: `127 Market Street`, City: `Huston`, Country: `USA`, PostalCode: 90097 }), + new InvoicesDataItem({ ShipName: `Madison Home`, ShipAddress: `190 Market Street`, ShipCity: `New York`, ShipPostalCode: 70142, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1481, CustomerName: `Pamela Madison`, CustomerFirstName: `Pamela`, CustomerLastName: `Madison`, CustomerAddress: `190 Market Street, New York, USA, 70142`, Salesperson: `Pamela Smith`, OrderID: 1373, OrderDate: `5/19/2022`, ProductID: 108, ProductName: `Samsung Galaxy 22`, UnitPrice: 17230.33, Quantity: 3, ExtendedPrice: 51690.99, Freight: 1270.33, Discontinued: false, Region: `West`, Address: `190 Market Street`, City: `New York`, Country: `USA`, PostalCode: 70142 }), + new InvoicesDataItem({ ShipName: `Jackson Market`, ShipAddress: `179 Main Street`, ShipCity: `Philadelphia`, ShipPostalCode: 90146, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1482, CustomerName: `Nancy Jackson`, CustomerFirstName: `Nancy`, CustomerLastName: `Jackson`, CustomerAddress: `179 Main Street, Philadelphia, USA, 90146`, Salesperson: `James Jefferson`, OrderID: 1452, OrderDate: `5/16/2022`, ProductID: 170, ProductName: `Mac Book Air`, UnitPrice: 8320.5, Quantity: 4, ExtendedPrice: 33282, Freight: 510.5, Discontinued: false, Region: `North East`, Address: `179 Main Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 90146 }), + new InvoicesDataItem({ ShipName: `Black Townhouse`, ShipAddress: `183 Main Street`, ShipCity: `Los Angeles`, ShipPostalCode: 90165, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1483, CustomerName: `Anna Black`, CustomerFirstName: `Anna`, CustomerLastName: `Black`, CustomerAddress: `183 Main Street, Los Angeles, USA, 90165`, Salesperson: `Max Watson`, OrderID: 1835, OrderDate: `9/8/2022`, ProductID: 198, ProductName: `Samsung Note`, UnitPrice: 13800.6, Quantity: 3, ExtendedPrice: 41401.8, Freight: 700.6, Discontinued: false, Region: `West`, Address: `183 Main Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 90165 }), + new InvoicesDataItem({ ShipName: `Black Townhouse`, ShipAddress: `108 Main Street`, ShipCity: `Philadelphia`, ShipPostalCode: 50151, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1484, CustomerName: `Max Black`, CustomerFirstName: `Max`, CustomerLastName: `Black`, CustomerAddress: `108 Main Street, Philadelphia, USA, 50151`, Salesperson: `Mike Jefferson`, OrderID: 1448, OrderDate: `11/16/2022`, ProductID: 103, ProductName: `Samsung Note`, UnitPrice: 21840.84, Quantity: 5, ExtendedPrice: 109204.2, Freight: 1500.84, Discontinued: false, Region: `South East`, Address: `108 Main Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 50151 }), + new InvoicesDataItem({ ShipName: `Jefferson Estate`, ShipAddress: `150 Market Street`, ShipCity: `New York`, ShipPostalCode: 80053, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1485, CustomerName: `James Jefferson`, CustomerFirstName: `James`, CustomerLastName: `Jefferson`, CustomerAddress: `150 Market Street, New York, USA, 80053`, Salesperson: `Anna Black`, OrderID: 1160, OrderDate: `6/7/2022`, ProductID: 156, ProductName: `IPhone`, UnitPrice: 24480.65, Quantity: 2, ExtendedPrice: 48961.3, Freight: 860.65, Discontinued: false, Region: `West`, Address: `150 Market Street`, City: `New York`, Country: `USA`, PostalCode: 80053 }), + new InvoicesDataItem({ ShipName: `Jefferson Estate`, ShipAddress: `121 Wall Street`, ShipCity: `Miami`, ShipPostalCode: 50087, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1486, CustomerName: `Mike Jefferson`, CustomerFirstName: `Mike`, CustomerLastName: `Jefferson`, CustomerAddress: `121 Wall Street, Miami, USA, 50087`, Salesperson: `Anna Jackson`, OrderID: 1277, OrderDate: `8/16/2022`, ProductID: 108, ProductName: `Mac Book Air`, UnitPrice: 27370.31, Quantity: 2, ExtendedPrice: 54740.62, Freight: 350.31, Discontinued: false, Region: `North East`, Address: `121 Wall Street`, City: `Miami`, Country: `USA`, PostalCode: 50087 }), + new InvoicesDataItem({ ShipName: `Watson Townhouse`, ShipAddress: `187 Market Street`, ShipCity: `Miami`, ShipPostalCode: 90094, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1487, CustomerName: `Anna Watson`, CustomerFirstName: `Anna`, CustomerLastName: `Watson`, CustomerAddress: `187 Market Street, Miami, USA, 90094`, Salesperson: `Pamela Jefferson`, OrderID: 1895, OrderDate: `7/18/2022`, ProductID: 138, ProductName: `IPad`, UnitPrice: 15270.6, Quantity: 3, ExtendedPrice: 45811.8, Freight: 1920.6, Discontinued: false, Region: `West`, Address: `187 Market Street`, City: `Miami`, Country: `USA`, PostalCode: 90094 }), + new InvoicesDataItem({ ShipName: `Watson Market`, ShipAddress: `142 Main Street`, ShipCity: `Los Angeles`, ShipPostalCode: 50160, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1488, CustomerName: `Pamela Watson`, CustomerFirstName: `Pamela`, CustomerLastName: `Watson`, CustomerAddress: `142 Main Street, Los Angeles, USA, 50160`, Salesperson: `Max Smith`, OrderID: 1559, OrderDate: `11/2/2022`, ProductID: 129, ProductName: `Samsung Note`, UnitPrice: 19940.22, Quantity: 5, ExtendedPrice: 99701.1, Freight: 540.22, Discontinued: false, Region: `West`, Address: `142 Main Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 50160 }), + new InvoicesDataItem({ ShipName: `Black Townhouse`, ShipAddress: `190 Market Street`, ShipCity: `Miami`, ShipPostalCode: 60164, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1489, CustomerName: `James Black`, CustomerFirstName: `James`, CustomerLastName: `Black`, CustomerAddress: `190 Market Street, Miami, USA, 60164`, Salesperson: `Nancy Jefferson`, OrderID: 1144, OrderDate: `5/7/2022`, ProductID: 169, ProductName: `Samsung Galaxy 22`, UnitPrice: 29010.82, Quantity: 4, ExtendedPrice: 116043.28, Freight: 1870.82, Discontinued: true, Region: `North East`, Address: `190 Market Street`, City: `Miami`, Country: `USA`, PostalCode: 60164 }), + new InvoicesDataItem({ ShipName: `Madison Market`, ShipAddress: `180 Main Street`, ShipCity: `Philadelphia`, ShipPostalCode: 70181, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1490, CustomerName: `Ben Madison`, CustomerFirstName: `Ben`, CustomerLastName: `Madison`, CustomerAddress: `180 Main Street, Philadelphia, USA, 70181`, Salesperson: `Ben Black`, OrderID: 1396, OrderDate: `2/24/2022`, ProductID: 137, ProductName: `IPhone`, UnitPrice: 15420.8, Quantity: 4, ExtendedPrice: 61683.2, Freight: 1870.8, Discontinued: false, Region: `West`, Address: `180 Main Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 70181 }), + new InvoicesDataItem({ ShipName: `Watson Home`, ShipAddress: `152 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 60139, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1491, CustomerName: `Anna Watson`, CustomerFirstName: `Anna`, CustomerLastName: `Watson`, CustomerAddress: `152 Market Street, Philadelphia, USA, 60139`, Salesperson: `Mike Madison`, OrderID: 1733, OrderDate: `9/23/2022`, ProductID: 117, ProductName: `Mac Book Pro`, UnitPrice: 26430.79, Quantity: 5, ExtendedPrice: 132153.95, Freight: 270.79, Discontinued: false, Region: `North East`, Address: `152 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 60139 }), + new InvoicesDataItem({ ShipName: `Black Home`, ShipAddress: `176 Main Street`, ShipCity: `Miami`, ShipPostalCode: 60072, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1492, CustomerName: `Nancy Black`, CustomerFirstName: `Nancy`, CustomerLastName: `Black`, CustomerAddress: `176 Main Street, Miami, USA, 60072`, Salesperson: `Mike Black`, OrderID: 1473, OrderDate: `6/23/2022`, ProductID: 175, ProductName: `Samsung Note`, UnitPrice: 18440.43, Quantity: 4, ExtendedPrice: 73761.72, Freight: 1770.43, Discontinued: false, Region: `West`, Address: `176 Main Street`, City: `Miami`, Country: `USA`, PostalCode: 60072 }), + new InvoicesDataItem({ ShipName: `Madison Home`, ShipAddress: `120 Main Street`, ShipCity: `Miami`, ShipPostalCode: 80161, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1493, CustomerName: `Martin Madison`, CustomerFirstName: `Martin`, CustomerLastName: `Madison`, CustomerAddress: `120 Main Street, Miami, USA, 80161`, Salesperson: `Ben Watson`, OrderID: 1674, OrderDate: `5/1/2022`, ProductID: 175, ProductName: `Samsung Galaxy 22`, UnitPrice: 23490.67, Quantity: 3, ExtendedPrice: 70472.01, Freight: 820.67, Discontinued: false, Region: `West`, Address: `120 Main Street`, City: `Miami`, Country: `USA`, PostalCode: 80161 }), + new InvoicesDataItem({ ShipName: `Black Estate`, ShipAddress: `127 Main Street`, ShipCity: `Miami`, ShipPostalCode: 90183, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1494, CustomerName: `Ben Black`, CustomerFirstName: `Ben`, CustomerLastName: `Black`, CustomerAddress: `127 Main Street, Miami, USA, 90183`, Salesperson: `Pamela Smith`, OrderID: 1279, OrderDate: `2/9/2022`, ProductID: 108, ProductName: `Samsung Note`, UnitPrice: 7560.83, Quantity: 4, ExtendedPrice: 30243.32, Freight: 470.83, Discontinued: false, Region: `West`, Address: `127 Main Street`, City: `Miami`, Country: `USA`, PostalCode: 90183 }), + new InvoicesDataItem({ ShipName: `Jackson Estate`, ShipAddress: `129 Market Street`, ShipCity: `New York`, ShipPostalCode: 50067, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1495, CustomerName: `Pamela Jackson`, CustomerFirstName: `Pamela`, CustomerLastName: `Jackson`, CustomerAddress: `129 Market Street, New York, USA, 50067`, Salesperson: `Nancy Jackson`, OrderID: 1502, OrderDate: `9/25/2022`, ProductID: 175, ProductName: `Samsung Note`, UnitPrice: 24020.51, Quantity: 4, ExtendedPrice: 96082.04, Freight: 1320.51, Discontinued: false, Region: `South East`, Address: `129 Market Street`, City: `New York`, Country: `USA`, PostalCode: 50067 }), + new InvoicesDataItem({ ShipName: `Madison Townhouse`, ShipAddress: `118 Market Street`, ShipCity: `New York`, ShipPostalCode: 70088, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1496, CustomerName: `Mike Madison`, CustomerFirstName: `Mike`, CustomerLastName: `Madison`, CustomerAddress: `118 Market Street, New York, USA, 70088`, Salesperson: `Anna Watson`, OrderID: 1672, OrderDate: `7/8/2022`, ProductID: 178, ProductName: `Mac Book Air`, UnitPrice: 9150.21, Quantity: 2, ExtendedPrice: 18300.42, Freight: 470.21, Discontinued: false, Region: `West`, Address: `118 Market Street`, City: `New York`, Country: `USA`, PostalCode: 70088 }), + new InvoicesDataItem({ ShipName: `Watson Townhouse`, ShipAddress: `146 Main Street`, ShipCity: `Huston`, ShipPostalCode: 60135, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1497, CustomerName: `Mike Watson`, CustomerFirstName: `Mike`, CustomerLastName: `Watson`, CustomerAddress: `146 Main Street, Huston, USA, 60135`, Salesperson: `Anna Black`, OrderID: 1449, OrderDate: `4/4/2022`, ProductID: 194, ProductName: `IPhone`, UnitPrice: 19390.48, Quantity: 4, ExtendedPrice: 77561.92, Freight: 1350.48, Discontinued: false, Region: `North East`, Address: `146 Main Street`, City: `Huston`, Country: `USA`, PostalCode: 60135 }), + new InvoicesDataItem({ ShipName: `Jefferson Home`, ShipAddress: `146 Market Street`, ShipCity: `Huston`, ShipPostalCode: 80195, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1498, CustomerName: `Pamela Jefferson`, CustomerFirstName: `Pamela`, CustomerLastName: `Jefferson`, CustomerAddress: `146 Market Street, Huston, USA, 80195`, Salesperson: `Ben Black`, OrderID: 1100, OrderDate: `7/1/2022`, ProductID: 103, ProductName: `IPhone`, UnitPrice: 12430.89, Quantity: 3, ExtendedPrice: 37292.67, Freight: 1060.89, Discontinued: false, Region: `North East`, Address: `146 Market Street`, City: `Huston`, Country: `USA`, PostalCode: 80195 }), ]; super(...newItems.slice(0)); } diff --git a/samples/grids/grid/row-paging-basic/src/AthletesData.ts b/samples/grids/grid/row-paging-basic/src/AthletesData.ts index cbfd6a40ca..3d63d083ff 100644 --- a/samples/grids/grid/row-paging-basic/src/AthletesData.ts +++ b/samples/grids/grid/row-paging-basic/src/AthletesData.ts @@ -22,2596 +22,191 @@ export class AthletesData extends Array { super(...items); } else { const newItems = [ - new AthletesDataItem( - { - Id: 100, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/20.jpg`, - Position: `current`, - Name: `Alexis Walker`, - AthleteNumber: 43183, - BeatsPerMinute: 103, - TopSpeed: 5.8, - Registered: `2017-08-07T10:35:06-03:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/gh.png`, - CountryName: `Ghana` - }), - new AthletesDataItem( - { - Id: 101, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/71.jpg`, - Position: `down`, - Name: `Lavínia Silva`, - AthleteNumber: 33994, - BeatsPerMinute: 93, - TopSpeed: 5.6, - Registered: `2017-03-22T08:55:46-02:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/no.png`, - CountryName: `Norway` - }), - new AthletesDataItem( - { - Id: 105, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/5.jpg`, - Position: `down`, - Name: `Samu Hokkanen`, - AthleteNumber: 22469, - BeatsPerMinute: 106, - TopSpeed: 5.5, - Registered: `2017-06-29T04:58:27-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/az.png`, - CountryName: `Azerbaijan` - }), - new AthletesDataItem( - { - Id: 107, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/92.jpg`, - Position: `down`, - Name: `Megan Webb`, - AthleteNumber: 30713, - BeatsPerMinute: 93, - TopSpeed: 5.6, - Registered: `2017-08-20T09:26:51-03:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/mt.png`, - CountryName: `Malta` - }), - new AthletesDataItem( - { - Id: 107, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/33.jpg`, - Position: `up`, - Name: `Pedro Marquez`, - AthleteNumber: 16169, - BeatsPerMinute: 97, - TopSpeed: 5.4, - Registered: `2017-11-11T05:14:31-02:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/mw.png`, - CountryName: `Malawi` - }), - new AthletesDataItem( - { - Id: 108, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/31.jpg`, - Position: `up`, - Name: `Noah Bergeron`, - AthleteNumber: 35139, - BeatsPerMinute: 110, - TopSpeed: 5.6, - Registered: `2017-06-23T01:21:21-03:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ci.png`, - CountryName: `Cote DIvoire` - }), - new AthletesDataItem( - { - Id: 110, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/15.jpg`, - Position: `current`, - Name: `Annabell Brand`, - AthleteNumber: 39233, - BeatsPerMinute: 93, - TopSpeed: 5.7, - Registered: `2017-03-01T12:21:24-02:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/pg.png`, - CountryName: `Papua New Guinea` - }), - new AthletesDataItem( - { - Id: 110, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/13.jpg`, - Position: `current`, - Name: `Özsu Keçeci`, - AthleteNumber: 29403, - BeatsPerMinute: 106, - TopSpeed: 4.2, - Registered: `2017-01-19T11:34:13-02:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/lv.png`, - CountryName: `Latvia` - }), - new AthletesDataItem( - { - Id: 110, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/26.jpg`, - Position: `down`, - Name: `Emilie Morin`, - AthleteNumber: 26164, - BeatsPerMinute: 98, - TopSpeed: 4.9, - Registered: `2017-02-01T04:18:19-02:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/kg.png`, - CountryName: `Kyrgyzstan` - }), - new AthletesDataItem( - { - Id: 111, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/23.jpg`, - Position: `up`, - Name: `Connor Green`, - AthleteNumber: 44716, - BeatsPerMinute: 95, - TopSpeed: 4.4, - Registered: `2017-06-30T11:23:25-03:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/bb.png`, - CountryName: `Barbados` - }), - new AthletesDataItem( - { - Id: 112, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/53.jpg`, - Position: `down`, - Name: `Karen Shaw`, - AthleteNumber: 31048, - BeatsPerMinute: 107, - TopSpeed: 5.7, - Registered: `2017-05-15T09:25:03-03:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ec.png`, - CountryName: `Ecuador` - }), - new AthletesDataItem( - { - Id: 113, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/36.jpg`, - Position: `current`, - Name: `Marialba Nascimento`, - AthleteNumber: 47061, - BeatsPerMinute: 108, - TopSpeed: 5.2, - Registered: `2017-09-19T05:47:21-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/tn.png`, - CountryName: `Tunisia` - }), - new AthletesDataItem( - { - Id: 113, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/37.jpg`, - Position: `current`, - Name: `Nick Naumann`, - AthleteNumber: 25566, - BeatsPerMinute: 109, - TopSpeed: 5.9, - Registered: `2017-07-12T09:01:11-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/sz.png`, - CountryName: `Swaziland` - }), - new AthletesDataItem( - { - Id: 116, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/1.jpg`, - Position: `down`, - Name: `Sevcan Kollen`, - AthleteNumber: 13728, - BeatsPerMinute: 104, - TopSpeed: 5.3, - Registered: `2017-09-08T08:29:08-03:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/gt.png`, - CountryName: `Guatemala` - }), - new AthletesDataItem( - { - Id: 121, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/48.jpg`, - Position: `current`, - Name: `Väinö Salmi`, - AthleteNumber: 29839, - BeatsPerMinute: 107, - TopSpeed: 5.5, - Registered: `2017-10-21T05:57:02-03:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/gw.png`, - CountryName: `Guinea-Bissau` - }), - new AthletesDataItem( - { - Id: 121, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/31.jpg`, - Position: `down`, - Name: `Ivan Ivanov`, - AthleteNumber: 11054, - BeatsPerMinute: 108, - TopSpeed: 5.7, - Registered: `2017-04-18T08:03:01-03:00`, - TrackProgress: 75, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/bg.png`, - CountryName: `Bulgaria` - }), - new AthletesDataItem( - { - Id: 121, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/45.jpg`, - Position: `current`, - Name: `Maurice Lambert`, - AthleteNumber: 17443, - BeatsPerMinute: 96, - TopSpeed: 5.6, - Registered: `2017-06-05T08:19:32-03:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/bd.png`, - CountryName: `Bangladesh` - }), - new AthletesDataItem( - { - Id: 122, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/71.jpg`, - Position: `down`, - Name: `Natalie Conrad`, - AthleteNumber: 42602, - BeatsPerMinute: 108, - TopSpeed: 6, - Registered: `2017-03-18T06:35:44-02:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/tt.png`, - CountryName: `Trinidad and Tobago` - }), - new AthletesDataItem( - { - Id: 122, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/57.jpg`, - Position: `down`, - Name: `Jack Jean-baptiste`, - AthleteNumber: 40427, - BeatsPerMinute: 110, - TopSpeed: 4.3, - Registered: `2017-11-09T08:50:06-02:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/cm.png`, - CountryName: `Cameroon` - }), - new AthletesDataItem( - { - Id: 123, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/19.jpg`, - Position: `down`, - Name: `Flora Perez`, - AthleteNumber: 23907, - BeatsPerMinute: 102, - TopSpeed: 5.8, - Registered: `2017-04-12T04:16:56-03:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/pl.png`, - CountryName: `Poland` - }), - new AthletesDataItem( - { - Id: 123, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/12.jpg`, - Position: `up`, - Name: `آنیتا كامياران`, - AthleteNumber: 18980, - BeatsPerMinute: 90, - TopSpeed: 4.5, - Registered: `2017-07-21T06:42:59-03:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/lb.png`, - CountryName: `Lebanon` - }), - new AthletesDataItem( - { - Id: 123, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/31.jpg`, - Position: `current`, - Name: `Eeli Makinen`, - AthleteNumber: 45296, - BeatsPerMinute: 106, - TopSpeed: 5.2, - Registered: `2017-01-06T09:58:02-02:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/fi.png`, - CountryName: `Finland` - }), - new AthletesDataItem( - { - Id: 124, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/98.jpg`, - Position: `down`, - Name: `Mathieu Mathieu`, - AthleteNumber: 10555, - BeatsPerMinute: 101, - TopSpeed: 5.2, - Registered: `2017-01-05T07:28:11-02:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/uz.png`, - CountryName: `Uzbekistan` - }), - new AthletesDataItem( - { - Id: 124, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/19.jpg`, - Position: `current`, - Name: `Marie Poulsen`, - AthleteNumber: 44113, - BeatsPerMinute: 109, - TopSpeed: 4.7, - Registered: `2017-04-15T10:25:21-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ma.png`, - CountryName: `Morocco` - }), - new AthletesDataItem( - { - Id: 125, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/16.jpg`, - Position: `current`, - Name: `Altiva Alves`, - AthleteNumber: 31850, - BeatsPerMinute: 106, - TopSpeed: 5.1, - Registered: `2017-11-09T02:43:54-02:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/km.png`, - CountryName: `Comoros` - }), - new AthletesDataItem( - { - Id: 127, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/52.jpg`, - Position: `down`, - Name: `Gerardo Soto`, - AthleteNumber: 22958, - BeatsPerMinute: 90, - TopSpeed: 5, - Registered: `2017-06-04T12:52:03-03:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/co.png`, - CountryName: `Colombia` - }), - new AthletesDataItem( - { - Id: 128, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/52.jpg`, - Position: `up`, - Name: `Sophie Lewis`, - AthleteNumber: 46222, - BeatsPerMinute: 106, - TopSpeed: 4.4, - Registered: `2017-02-20T09:42:07-02:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/mc.png`, - CountryName: `Monaco` - }), - new AthletesDataItem( - { - Id: 129, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/34.jpg`, - Position: `up`, - Name: `Ella Hansen`, - AthleteNumber: 27075, - BeatsPerMinute: 101, - TopSpeed: 5.1, - Registered: `2017-01-05T10:12:42-02:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/lk.png`, - CountryName: `Sri Lanka` - }), - new AthletesDataItem( - { - Id: 130, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/94.jpg`, - Position: `up`, - Name: `Adem Özdoğan`, - AthleteNumber: 45143, - BeatsPerMinute: 90, - TopSpeed: 5.5, - Registered: `2017-02-16T07:11:52-02:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/tm.png`, - CountryName: `Turkmenistan` - }), - new AthletesDataItem( - { - Id: 130, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/24.jpg`, - Position: `down`, - Name: `آوا احمدی`, - AthleteNumber: 44347, - BeatsPerMinute: 110, - TopSpeed: 4.1, - Registered: `2017-06-04T09:04:31-03:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/cn.png`, - CountryName: `China` - }), - new AthletesDataItem( - { - Id: 131, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/61.jpg`, - Position: `current`, - Name: `Eliza Bishop`, - AthleteNumber: 31774, - BeatsPerMinute: 96, - TopSpeed: 4.7, - Registered: `2017-09-22T11:49:02-03:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/eh.png`, - CountryName: `Western Sahara` - }), - new AthletesDataItem( - { - Id: 131, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/61.jpg`, - Position: `down`, - Name: `Veronika Huber`, - AthleteNumber: 18146, - BeatsPerMinute: 103, - TopSpeed: 5.2, - Registered: `2017-07-13T02:23:56-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/to.png`, - CountryName: `Tonga` - }), - new AthletesDataItem( - { - Id: 134, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/66.jpg`, - Position: `down`, - Name: `Anni Waisanen`, - AthleteNumber: 32133, - BeatsPerMinute: 99, - TopSpeed: 5, - Registered: `2017-08-17T01:35:09-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/do.png`, - CountryName: `Dominican Republic` - }), - new AthletesDataItem( - { - Id: 135, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/84.jpg`, - Position: `down`, - Name: `Darryl Douglas`, - AthleteNumber: 35826, - BeatsPerMinute: 96, - TopSpeed: 4.6, - Registered: `2017-07-20T11:45:52-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/tr.png`, - CountryName: `Turkey` - }), - new AthletesDataItem( - { - Id: 136, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/10.jpg`, - Position: `down`, - Name: `Elaine Matthews`, - AthleteNumber: 38574, - BeatsPerMinute: 110, - TopSpeed: 5.5, - Registered: `2017-01-26T11:50:00-02:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/cv.png`, - CountryName: `Cape Verde` - }), - new AthletesDataItem( - { - Id: 137, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/75.jpg`, - Position: `up`, - Name: `Gloria Caballero`, - AthleteNumber: 43379, - BeatsPerMinute: 103, - TopSpeed: 4.3, - Registered: `2017-08-10T08:27:45-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/il.png`, - CountryName: `Israel` - }), - new AthletesDataItem( - { - Id: 137, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/80.jpg`, - Position: `down`, - Name: `Lance Dunn`, - AthleteNumber: 10113, - BeatsPerMinute: 94, - TopSpeed: 4.5, - Registered: `2017-03-13T10:51:36-02:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/cy.png`, - CountryName: `Cyprus` - }), - new AthletesDataItem( - { - Id: 138, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/31.jpg`, - Position: `down`, - Name: `Antoine Mackay`, - AthleteNumber: 34547, - BeatsPerMinute: 104, - TopSpeed: 5, - Registered: `2017-08-22T09:11:37-03:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ls.png`, - CountryName: `Lesotho` - }), - new AthletesDataItem( - { - Id: 138, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/78.jpg`, - Position: `current`, - Name: `Oscar Calvo`, - AthleteNumber: 45078, - BeatsPerMinute: 109, - TopSpeed: 4.3, - Registered: `2017-06-19T10:57:42-03:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/cu.png`, - CountryName: `Cuba` - }), - new AthletesDataItem( - { - Id: 138, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/38.jpg`, - Position: `current`, - Name: `Derrick Price`, - AthleteNumber: 19792, - BeatsPerMinute: 94, - TopSpeed: 5.6, - Registered: `2017-03-19T01:10:55-02:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ar.png`, - CountryName: `Argentina` - }), - new AthletesDataItem( - { - Id: 139, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/28.jpg`, - Position: `current`, - Name: `Annabell Barth`, - AthleteNumber: 41130, - BeatsPerMinute: 103, - TopSpeed: 5, - Registered: `2017-08-24T11:58:56-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ht.png`, - CountryName: `Haiti` - }), - new AthletesDataItem( - { - Id: 141, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/15.jpg`, - Position: `current`, - Name: `Miro Korpela`, - AthleteNumber: 40544, - BeatsPerMinute: 104, - TopSpeed: 5.3, - Registered: `2017-01-10T07:12:44-02:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/nl.png`, - CountryName: `Netherlands` - }), - new AthletesDataItem( - { - Id: 142, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/63.jpg`, - Position: `current`, - Name: `Nicoline Thomsen`, - AthleteNumber: 36778, - BeatsPerMinute: 99, - TopSpeed: 5.5, - Registered: `2017-03-26T10:04:29-03:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/bj.png`, - CountryName: `Benin` - }), - new AthletesDataItem( - { - Id: 143, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/38.jpg`, - Position: `up`, - Name: `رضا کوتی`, - AthleteNumber: 13640, - BeatsPerMinute: 103, - TopSpeed: 4.2, - Registered: `2017-04-30T02:34:29-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/pk.png`, - CountryName: `Pakistan` - }), - new AthletesDataItem( - { - Id: 144, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/57.jpg`, - Position: `down`, - Name: `Milja Leino`, - AthleteNumber: 33563, - BeatsPerMinute: 110, - TopSpeed: 4.1, - Registered: `2017-11-01T10:34:07-02:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/bf.png`, - CountryName: `Burkina Faso` - }), - new AthletesDataItem( - { - Id: 147, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/8.jpg`, - Position: `down`, - Name: `میلاد یاسمی`, - AthleteNumber: 44023, - BeatsPerMinute: 104, - TopSpeed: 5.2, - Registered: `2017-06-10T04:11:01-03:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/tg.png`, - CountryName: `Togo` - }), - new AthletesDataItem( - { - Id: 150, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/52.jpg`, - Position: `up`, - Name: `Gustav Petersen`, - AthleteNumber: 20984, - BeatsPerMinute: 107, - TopSpeed: 4.6, - Registered: `2017-01-01T07:40:19-02:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/bz.png`, - CountryName: `Belize` - }), - new AthletesDataItem( - { - Id: 151, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/88.jpg`, - Position: `current`, - Name: `Charlotte Mills`, - AthleteNumber: 49829, - BeatsPerMinute: 92, - TopSpeed: 5.3, - Registered: `2017-05-10T04:33:10-03:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/mg.png`, - CountryName: `Madagascar` - }), - new AthletesDataItem( - { - Id: 154, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/54.jpg`, - Position: `down`, - Name: `Rhonda Simmmons`, - AthleteNumber: 37139, - BeatsPerMinute: 96, - TopSpeed: 5.1, - Registered: `2017-07-03T05:39:45-03:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/nr.png`, - CountryName: `Nauru` - }), - new AthletesDataItem( - { - Id: 155, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/82.jpg`, - Position: `up`, - Name: `Justin Philippe`, - AthleteNumber: 12858, - BeatsPerMinute: 104, - TopSpeed: 5.7, - Registered: `2017-03-16T02:00:35-02:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/mv.png`, - CountryName: `Maldives` - }), - new AthletesDataItem( - { - Id: 159, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/66.jpg`, - Position: `up`, - Name: `Eva Dean`, - AthleteNumber: 48874, - BeatsPerMinute: 103, - TopSpeed: 5.7, - Registered: `2017-03-04T01:58:52-02:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/st.png`, - CountryName: `Sao Tome and Principe` - }), - new AthletesDataItem( - { - Id: 161, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/89.jpg`, - Position: `up`, - Name: `Franklin Byrd`, - AthleteNumber: 49498, - BeatsPerMinute: 106, - TopSpeed: 5.3, - Registered: `2017-11-04T11:09:26-02:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/tw.png`, - CountryName: `Taiwan, Province of China` - }), - new AthletesDataItem( - { - Id: 161, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/38.jpg`, - Position: `current`, - Name: `Alex Martin`, - AthleteNumber: 27887, - BeatsPerMinute: 96, - TopSpeed: 4.2, - Registered: `2017-10-28T04:06:33-03:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/eg.png`, - CountryName: `Egypt` - }), - new AthletesDataItem( - { - Id: 162, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/0.jpg`, - Position: `current`, - Name: `Alex Craig`, - AthleteNumber: 21868, - BeatsPerMinute: 94, - TopSpeed: 4.2, - Registered: `2017-03-19T10:20:51-02:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/sy.png`, - CountryName: `Syrian Arab Republic` - }), - new AthletesDataItem( - { - Id: 162, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/5.jpg`, - Position: `down`, - Name: `Adam Bouchard`, - AthleteNumber: 38672, - BeatsPerMinute: 99, - TopSpeed: 4.7, - Registered: `2017-01-04T03:04:05-02:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/sc.png`, - CountryName: `Seychelles` - }), - new AthletesDataItem( - { - Id: 163, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/70.jpg`, - Position: `down`, - Name: `میلاد قاسمی`, - AthleteNumber: 12788, - BeatsPerMinute: 101, - TopSpeed: 4.1, - Registered: `2017-03-01T07:51:17-02:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ws.png`, - CountryName: `Samoa` - }), - new AthletesDataItem( - { - Id: 163, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/52.jpg`, - Position: `up`, - Name: `Millie Cooper`, - AthleteNumber: 14610, - BeatsPerMinute: 99, - TopSpeed: 5.4, - Registered: `2017-05-08T09:30:14-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ni.png`, - CountryName: `Nicaragua` - }), - new AthletesDataItem( - { - Id: 163, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/21.jpg`, - Position: `up`, - Name: `Pippa Roberts`, - AthleteNumber: 15588, - BeatsPerMinute: 105, - TopSpeed: 4.1, - Registered: `2017-02-07T10:23:13-02:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/kh.png`, - CountryName: `Cambodia` - }), - new AthletesDataItem( - { - Id: 164, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/51.jpg`, - Position: `current`, - Name: `Ethel Stephens`, - AthleteNumber: 18692, - BeatsPerMinute: 94, - TopSpeed: 4.1, - Registered: `2017-02-13T05:03:04-02:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ua.png`, - CountryName: `Ukraine` - }), - new AthletesDataItem( - { - Id: 165, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/79.jpg`, - Position: `down`, - Name: `Mario Ellis`, - AthleteNumber: 18026, - BeatsPerMinute: 99, - TopSpeed: 5.5, - Registered: `2017-02-13T11:53:15-02:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ml.png`, - CountryName: `Mali` - }), - new AthletesDataItem( - { - Id: 166, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/74.jpg`, - Position: `current`, - Name: `Maria Parra`, - AthleteNumber: 39861, - BeatsPerMinute: 106, - TopSpeed: 6, - Registered: `2017-01-30T09:22:52-02:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ki.png`, - CountryName: `Kiribati` - }), - new AthletesDataItem( - { - Id: 167, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/67.jpg`, - Position: `down`, - Name: `Aatu Ranta`, - AthleteNumber: 38049, - BeatsPerMinute: 94, - TopSpeed: 5.1, - Registered: `2017-07-21T04:22:18-03:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ae.png`, - CountryName: `United Arab Emirates` - }), - new AthletesDataItem( - { - Id: 167, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/62.jpg`, - Position: `current`, - Name: `Pippa Morris`, - AthleteNumber: 44421, - BeatsPerMinute: 101, - TopSpeed: 5.5, - Registered: `2017-03-06T09:21:58-02:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/tj.png`, - CountryName: `Tajikistan` - }), - new AthletesDataItem( - { - Id: 167, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/32.jpg`, - Position: `current`, - Name: `Esma Adıvar`, - AthleteNumber: 35565, - BeatsPerMinute: 99, - TopSpeed: 4.2, - Registered: `2017-06-17T12:34:29-03:00`, - TrackProgress: 75, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ph.png`, - CountryName: `Philippines` - }), - new AthletesDataItem( - { - Id: 167, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/19.jpg`, - Position: `down`, - Name: `Louis Smith`, - AthleteNumber: 31837, - BeatsPerMinute: 98, - TopSpeed: 5.4, - Registered: `2017-03-19T08:12:23-02:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/lr.png`, - CountryName: `Liberia` - }), - new AthletesDataItem( - { - Id: 167, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/81.jpg`, - Position: `down`, - Name: `Milo Charles`, - AthleteNumber: 10661, - BeatsPerMinute: 99, - TopSpeed: 5.4, - Registered: `2017-07-20T09:00:22-03:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/is.png`, - CountryName: `Iceland` - }), - new AthletesDataItem( - { - Id: 168, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/10.jpg`, - Position: `current`, - Name: `Calvin Hunt`, - AthleteNumber: 35535, - BeatsPerMinute: 94, - TopSpeed: 4.5, - Registered: `2017-11-07T09:58:42-02:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/at.png`, - CountryName: `Austria` - }), - new AthletesDataItem( - { - Id: 169, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/44.jpg`, - Position: `up`, - Name: `Aziz Santos`, - AthleteNumber: 38947, - BeatsPerMinute: 98, - TopSpeed: 4, - Registered: `2017-04-03T02:18:46-03:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/gb.png`, - CountryName: `United Kingdom` - }), - new AthletesDataItem( - { - Id: 169, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/21.jpg`, - Position: `down`, - Name: `Julian Barth`, - AthleteNumber: 19011, - BeatsPerMinute: 91, - TopSpeed: 5.2, - Registered: `2017-04-21T08:08:33-03:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/gd.png`, - CountryName: `Grenada` - }), - new AthletesDataItem( - { - Id: 170, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/60.jpg`, - Position: `up`, - Name: `Fernando Gimenez`, - AthleteNumber: 31290, - BeatsPerMinute: 102, - TopSpeed: 5.1, - Registered: `2017-06-21T06:45:54-03:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/uz.png`, - CountryName: `Uruguay` - }), - new AthletesDataItem( - { - Id: 173, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/18.jpg`, - Position: `current`, - Name: `Hassana Camp`, - AthleteNumber: 14467, - BeatsPerMinute: 104, - TopSpeed: 5.2, - Registered: `2017-06-02T12:21:59-03:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/cz.png`, - CountryName: `Czechia` - }), - new AthletesDataItem( - { - Id: 174, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/29.jpg`, - Position: `current`, - Name: `Beatriz Gallardo`, - AthleteNumber: 38538, - BeatsPerMinute: 101, - TopSpeed: 6, - Registered: `2017-11-06T02:14:31-02:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/er.png`, - CountryName: `Eritrea` - }), - new AthletesDataItem( - { - Id: 176, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/26.jpg`, - Position: `current`, - Name: `Tim Neal`, - AthleteNumber: 45860, - BeatsPerMinute: 97, - TopSpeed: 5.6, - Registered: `2017-04-21T04:06:34-03:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/pa.png`, - CountryName: `Panama` - }), - new AthletesDataItem( - { - Id: 176, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/35.jpg`, - Position: `down`, - Name: `Laudelino Castro`, - AthleteNumber: 12711, - BeatsPerMinute: 106, - TopSpeed: 4.4, - Registered: `2017-02-08T04:03:22-02:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/hr.png`, - CountryName: `Croatia` - }), - new AthletesDataItem( - { - Id: 178, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/65.jpg`, - Position: `down`, - Name: `Lillian Wade`, - AthleteNumber: 10729, - BeatsPerMinute: 110, - TopSpeed: 4.8, - Registered: `2017-04-07T09:53:13-03:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/sb.png`, - CountryName: `Solomon Islands` - }), - new AthletesDataItem( - { - Id: 180, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/90.jpg`, - Position: `up`, - Name: `Lillian Bowman`, - AthleteNumber: 35323, - BeatsPerMinute: 103, - TopSpeed: 4.5, - Registered: `2017-08-31T11:55:25-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/gy.png`, - CountryName: `Guyana` - }), - new AthletesDataItem( - { - Id: 182, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/14.jpg`, - Position: `up`, - Name: `Ariena Achterberg`, - AthleteNumber: 41330, - BeatsPerMinute: 92, - TopSpeed: 5.6, - Registered: `2017-10-22T02:15:39-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/kr.png`, - CountryName: `South Korea` - }), - new AthletesDataItem( - { - Id: 182, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/94.jpg`, - Position: `current`, - Name: `Gerald Schmidt`, - AthleteNumber: 47410, - BeatsPerMinute: 102, - TopSpeed: 5.8, - Registered: `2017-02-20T11:53:08-02:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ge.png`, - CountryName: `Georgia` - }), - new AthletesDataItem( - { - Id: 183, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/74.jpg`, - Position: `down`, - Name: `Yarno Kin`, - AthleteNumber: 47324, - BeatsPerMinute: 107, - TopSpeed: 5.1, - Registered: `2017-08-26T08:21:22-03:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ro.png`, - CountryName: `Romania` - }), - new AthletesDataItem( - { - Id: 183, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/53.jpg`, - Position: `up`, - Name: `رونیکا سلطانی نژاد`, - AthleteNumber: 35233, - BeatsPerMinute: 99, - TopSpeed: 4.6, - Registered: `2017-08-13T01:05:52-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/mk.png`, - CountryName: `Macedonia, The Former Yugoslav Republic of` - }), - new AthletesDataItem( - { - Id: 186, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/2.jpg`, - Position: `up`, - Name: `کوروش کامروا`, - AthleteNumber: 13506, - BeatsPerMinute: 109, - TopSpeed: 4.4, - Registered: `2017-04-16T01:10:37-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/nu.png`, - CountryName: `Niue` - }), - new AthletesDataItem( - { - Id: 186, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/42.jpg`, - Position: `up`, - Name: `Jimmy Bailey`, - AthleteNumber: 38510, - BeatsPerMinute: 101, - TopSpeed: 4.7, - Registered: `2017-06-30T04:13:42-03:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/cr.png`, - CountryName: `Costa Rica` - }), - new AthletesDataItem( - { - Id: 188, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/3.jpg`, - Position: `current`, - Name: `Foppe Delfos`, - AthleteNumber: 39679, - BeatsPerMinute: 107, - TopSpeed: 4.1, - Registered: `2017-08-05T10:54:56-03:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/py.png`, - CountryName: `Paraguay` - }), - new AthletesDataItem( - { - Id: 188, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/81.jpg`, - Position: `down`, - Name: `آراد یاسمی`, - AthleteNumber: 34370, - BeatsPerMinute: 99, - TopSpeed: 5.9, - Registered: `2017-02-02T11:42:41-02:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/mu.png`, - CountryName: `Mauritius` - }), - new AthletesDataItem( - { - Id: 188, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/45.jpg`, - Position: `down`, - Name: `Ceylan Duygulu`, - AthleteNumber: 21527, - BeatsPerMinute: 99, - TopSpeed: 4.9, - Registered: `2017-07-13T09:06:04-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/dm.png`, - CountryName: `Dominica` - }), - new AthletesDataItem( - { - Id: 190, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/2.jpg`, - Position: `current`, - Name: `Venla Korpela`, - AthleteNumber: 16454, - BeatsPerMinute: 92, - TopSpeed: 4.1, - Registered: `2017-08-22T10:36:38-03:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/hu.png`, - CountryName: `Hungary` - }), - new AthletesDataItem( - { - Id: 190, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/53.jpg`, - Position: `current`, - Name: `Gladys Van Der Steeg`, - AthleteNumber: 20216, - BeatsPerMinute: 94, - TopSpeed: 4.3, - Registered: `2017-10-09T02:01:16-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/de.png`, - CountryName: `Germany` - }), - new AthletesDataItem( - { - Id: 190, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/44.jpg`, - Position: `current`, - Name: `Kiara Dubois`, - AthleteNumber: 49964, - BeatsPerMinute: 97, - TopSpeed: 5.6, - Registered: `2017-09-28T04:37:56-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/au.png`, - CountryName: `Australia` - }), - new AthletesDataItem( - { - Id: 191, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/42.jpg`, - Position: `current`, - Name: `آرش احمدی`, - AthleteNumber: 36948, - BeatsPerMinute: 90, - TopSpeed: 4.1, - Registered: `2017-09-08T01:22:14-03:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/np.png`, - CountryName: `Nepal` - }), - new AthletesDataItem( - { - Id: 191, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/13.jpg`, - Position: `up`, - Name: `Sheryl Collins`, - AthleteNumber: 36473, - BeatsPerMinute: 98, - TopSpeed: 4.2, - Registered: `2017-03-23T12:54:35-02:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ke.png`, - CountryName: `Kenya` - }), - new AthletesDataItem( - { - Id: 191, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/72.jpg`, - Position: `up`, - Name: `Clarisse Rey`, - AthleteNumber: 29795, - BeatsPerMinute: 98, - TopSpeed: 4.9, - Registered: `2017-06-09T08:07:19-03:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ba.png`, - CountryName: `Bosnia and Herzegovina` - }), - new AthletesDataItem( - { - Id: 192, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/44.jpg`, - Position: `down`, - Name: `Viivi Kujala`, - AthleteNumber: 29939, - BeatsPerMinute: 93, - TopSpeed: 4.1, - Registered: `2017-05-03T02:40:05-03:00`, - TrackProgress: 75, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/so.png`, - CountryName: `Somalia` - }), - new AthletesDataItem( - { - Id: 193, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/9.jpg`, - Position: `down`, - Name: `Juanita Franklin`, - AthleteNumber: 13907, - BeatsPerMinute: 91, - TopSpeed: 6, - Registered: `2017-10-04T02:46:46-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/vu.png`, - CountryName: `Vanuatu` - }), - new AthletesDataItem( - { - Id: 193, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/59.jpg`, - Position: `down`, - Name: `Sophia Carlson`, - AthleteNumber: 44183, - BeatsPerMinute: 102, - TopSpeed: 5.1, - Registered: `2017-09-04T07:03:19-03:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ee.png`, - CountryName: `Estonia` - }), - new AthletesDataItem( - { - Id: 194, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/62.jpg`, - Position: `up`, - Name: `آوا سلطانی نژاد`, - AthleteNumber: 45635, - BeatsPerMinute: 98, - TopSpeed: 4.1, - Registered: `2017-04-10T11:39:46-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/se.png`, - CountryName: `Sweden` - }), - new AthletesDataItem( - { - Id: 194, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/11.jpg`, - Position: `down`, - Name: `Kaya Taşlı`, - AthleteNumber: 42291, - BeatsPerMinute: 100, - TopSpeed: 4.7, - Registered: `2017-01-30T03:23:36-02:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/sn.png`, - CountryName: `Senegal` - }), - new AthletesDataItem( - { - Id: 194, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/71.jpg`, - Position: `down`, - Name: `Adrian Ibañez`, - AthleteNumber: 21968, - BeatsPerMinute: 105, - TopSpeed: 5.3, - Registered: `2017-02-03T04:36:54-02:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/om.png`, - CountryName: `Oman` - }), - new AthletesDataItem( - { - Id: 196, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/17.jpg`, - Position: `current`, - Name: `Parel Zuidhof`, - AthleteNumber: 32718, - BeatsPerMinute: 105, - TopSpeed: 5, - Registered: `2017-01-21T10:19:56-02:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/jm.png`, - CountryName: `Jamaica` - }), - new AthletesDataItem( - { - Id: 196, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/30.jpg`, - Position: `up`, - Name: `Begüm Erkekli`, - AthleteNumber: 37888, - BeatsPerMinute: 104, - TopSpeed: 4.6, - Registered: `2017-10-04T03:02:35-03:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/sv.png`, - CountryName: `El Salvador` - }), - new AthletesDataItem( - { - Id: 197, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/93.jpg`, - Position: `current`, - Name: `Brent Lord`, - AthleteNumber: 20943, - BeatsPerMinute: 92, - TopSpeed: 4.8, - Registered: `2017-01-23T06:14:22-02:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/dz.png`, - CountryName: `Algeria` - }), - new AthletesDataItem( - { - Id: 199, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/68.jpg`, - Position: `up`, - Name: `Lucie Dumont`, - AthleteNumber: 12104, - BeatsPerMinute: 108, - TopSpeed: 4, - Registered: `2017-01-08T02:13:29-02:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ca.png`, - CountryName: `Canada` - }), - new AthletesDataItem( - { - Id: 210, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/13.jpg`, - Position: `down`, - Name: `Maeva Bergeron`, - AthleteNumber: 15655, - BeatsPerMinute: 94, - TopSpeed: 5.9, - Registered: `2017-10-03T09:42:15-03:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/mx.png`, - CountryName: `Mexico` - }), - new AthletesDataItem( - { - Id: 212, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/83.jpg`, - Position: `up`, - Name: `Sara Larsen`, - AthleteNumber: 37094, - BeatsPerMinute: 97, - TopSpeed: 4.5, - Registered: `2017-04-14T11:48:28-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/sa.png`, - CountryName: `Saudi Arabia` - }), - new AthletesDataItem( - { - Id: 214, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/84.jpg`, - Position: `up`, - Name: `Ömür Denkel`, - AthleteNumber: 31061, - BeatsPerMinute: 104, - TopSpeed: 4.5, - Registered: `2017-02-18T05:32:55-02:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/tv.png`, - CountryName: `Tuvalu` - }), - new AthletesDataItem( - { - Id: 215, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/79.jpg`, - Position: `down`, - Name: `Marilou Hubert`, - AthleteNumber: 43655, - BeatsPerMinute: 104, - TopSpeed: 4.2, - Registered: `2017-09-28T11:13:00-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/mm.png`, - CountryName: `Myanmar` - }), - new AthletesDataItem( - { - Id: 216, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/72.jpg`, - Position: `down`, - Name: `Felix Olsen`, - AthleteNumber: 43198, - BeatsPerMinute: 101, - TopSpeed: 4.2, - Registered: `2017-09-27T01:17:14-03:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/fr.png`, - CountryName: `France` - }), - new AthletesDataItem( - { - Id: 219, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/6.jpg`, - Position: `current`, - Name: `Sedef Tunçeri`, - AthleteNumber: 48164, - BeatsPerMinute: 108, - TopSpeed: 5.6, - Registered: `2017-03-29T11:54:15-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/bt.png`, - CountryName: `Bhutan` - }), - new AthletesDataItem( - { - Id: 221, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/73.jpg`, - Position: `down`, - Name: `Kuzey Aclan`, - AthleteNumber: 18583, - BeatsPerMinute: 102, - TopSpeed: 5.3, - Registered: `2017-09-12T09:14:14-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/td.png`, - CountryName: `Chad` - }), - new AthletesDataItem( - { - Id: 223, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/72.jpg`, - Position: `down`, - Name: `Gökhan Aşıkoğlu`, - AthleteNumber: 13890, - BeatsPerMinute: 105, - TopSpeed: 5.4, - Registered: `2017-03-31T06:14:26-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/jp.png`, - CountryName: `Japan` - }), - new AthletesDataItem( - { - Id: 224, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/0.jpg`, - Position: `down`, - Name: `Joan Ortega`, - AthleteNumber: 49478, - BeatsPerMinute: 103, - TopSpeed: 5.4, - Registered: `2017-07-04T03:01:47-03:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/gq.png`, - CountryName: `Equatorial Guinea` - }), - new AthletesDataItem( - { - Id: 225, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/42.jpg`, - Position: `up`, - Name: `Stanley Hart`, - AthleteNumber: 14150, - BeatsPerMinute: 91, - TopSpeed: 4.5, - Registered: `2017-08-19T03:02:33-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ve.png`, - CountryName: `Venezuela` - }), - new AthletesDataItem( - { - Id: 227, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/9.jpg`, - Position: `current`, - Name: `Johann Hinz`, - AthleteNumber: 48244, - BeatsPerMinute: 94, - TopSpeed: 4.3, - Registered: `2017-03-10T07:36:56-02:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/sd.png`, - CountryName: `Sudan` - }), - new AthletesDataItem( - { - Id: 227, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/61.jpg`, - Position: `up`, - Name: `Layla Douglas`, - AthleteNumber: 21977, - BeatsPerMinute: 97, - TopSpeed: 5.4, - Registered: `2017-04-19T11:43:38-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/si.png`, - CountryName: `Slovenia` - }), - new AthletesDataItem( - { - Id: 229, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/29.jpg`, - Position: `current`, - Name: `Selmo Caldeira`, - AthleteNumber: 21837, - BeatsPerMinute: 110, - TopSpeed: 4.9, - Registered: `2017-10-20T03:40:24-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ly.png`, - CountryName: `Libyan Arab Jamahiriya` - }), - new AthletesDataItem( - { - Id: 231, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/56.jpg`, - Position: `up`, - Name: `Judd Campbell`, - AthleteNumber: 37365, - BeatsPerMinute: 110, - TopSpeed: 5, - Registered: `2017-10-19T11:01:10-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/la.png`, - CountryName: `Lao PeopleS Democratic Republic` - }), - new AthletesDataItem( - { - Id: 233, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/18.jpg`, - Position: `up`, - Name: `Zackary Roy`, - AthleteNumber: 45996, - BeatsPerMinute: 92, - TopSpeed: 4.9, - Registered: `2017-07-07T03:51:26-03:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/bs.png`, - CountryName: `Bahamas` - }), - new AthletesDataItem( - { - Id: 234, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/19.jpg`, - Position: `down`, - Name: `Linda Schäfer`, - AthleteNumber: 43074, - BeatsPerMinute: 107, - TopSpeed: 5.1, - Registered: `2017-01-05T11:41:20-02:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ye.png`, - CountryName: `Yemen` - }), - new AthletesDataItem( - { - Id: 235, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/42.jpg`, - Position: `down`, - Name: `Elaine Smith`, - AthleteNumber: 38243, - BeatsPerMinute: 108, - TopSpeed: 4, - Registered: `2017-06-11T12:20:41-03:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/li.png`, - CountryName: `Liechtenstein` - }), - new AthletesDataItem( - { - Id: 237, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/86.jpg`, - Position: `down`, - Name: `Clyde Matthews`, - AthleteNumber: 11955, - BeatsPerMinute: 93, - TopSpeed: 5.2, - Registered: `2017-03-02T05:01:02-02:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/pw.png`, - CountryName: `Palau` - }), - new AthletesDataItem( - { - Id: 238, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/17.jpg`, - Position: `current`, - Name: `Charlotte Meyer`, - AthleteNumber: 21442, - BeatsPerMinute: 110, - TopSpeed: 4.6, - Registered: `2017-10-19T10:38:35-03:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ck.png`, - CountryName: `Cook Islands` - }), - new AthletesDataItem( - { - Id: 240, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/5.jpg`, - Position: `down`, - Name: `Carter Evans`, - AthleteNumber: 46961, - BeatsPerMinute: 100, - TopSpeed: 5.3, - Registered: `2017-07-23T02:43:07-03:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/lu.png`, - CountryName: `Luxembourg` - }), - new AthletesDataItem( - { - Id: 240, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/33.jpg`, - Position: `down`, - Name: `Alberto Clark`, - AthleteNumber: 29912, - BeatsPerMinute: 93, - TopSpeed: 4.6, - Registered: `2017-02-02T03:50:21-02:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ag.png`, - CountryName: `Antigua and Barbuda` - }), - new AthletesDataItem( - { - Id: 241, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/65.jpg`, - Position: `down`, - Name: `Lilly Keuter`, - AthleteNumber: 49893, - BeatsPerMinute: 102, - TopSpeed: 4.5, - Registered: `2017-01-20T02:38:39-02:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/kn.png`, - CountryName: `Saint Kitts and Nevis` - }), - new AthletesDataItem( - { - Id: 241, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/20.jpg`, - Position: `up`, - Name: `Oskari Karjala`, - AthleteNumber: 31498, - BeatsPerMinute: 90, - TopSpeed: 4.5, - Registered: `2017-05-10T12:45:12-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/fm.png`, - CountryName: `Micronesia, Federated States of` - }), - new AthletesDataItem( - { - Id: 242, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/83.jpg`, - Position: `down`, - Name: `Caitlin Jackson`, - AthleteNumber: 45472, - BeatsPerMinute: 101, - TopSpeed: 4.3, - Registered: `2017-09-17T09:41:01-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/mz.png`, - CountryName: `Mozambique` - }), - new AthletesDataItem( - { - Id: 243, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/77.jpg`, - Position: `down`, - Name: `Cathalijne Van Der Ree`, - AthleteNumber: 45160, - BeatsPerMinute: 102, - TopSpeed: 5.4, - Registered: `2017-02-13T05:23:49-02:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ug.png`, - CountryName: `Uganda` - }), - new AthletesDataItem( - { - Id: 243, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/94.jpg`, - Position: `up`, - Name: `Emma Turner`, - AthleteNumber: 39487, - BeatsPerMinute: 110, - TopSpeed: 5.7, - Registered: `2017-07-30T01:33:14-03:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/tz.png`, - CountryName: `Tanzania, United Republic of` - }), - new AthletesDataItem( - { - Id: 243, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/42.jpg`, - Position: `up`, - Name: `Kent Clark`, - AthleteNumber: 32799, - BeatsPerMinute: 106, - TopSpeed: 5.7, - Registered: `2017-01-24T01:00:15-02:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/pe.png`, - CountryName: `Peru` - }), - new AthletesDataItem( - { - Id: 246, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/55.jpg`, - Position: `current`, - Name: `Ronja Kraft`, - AthleteNumber: 21800, - BeatsPerMinute: 101, - TopSpeed: 5.3, - Registered: `2017-04-02T03:33:57-03:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/dk.png`, - CountryName: `Denmark` - }), - new AthletesDataItem( - { - Id: 251, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/34.jpg`, - Position: `down`, - Name: `Eléa Robin`, - AthleteNumber: 26742, - BeatsPerMinute: 90, - TopSpeed: 4.7, - Registered: `2017-03-30T12:34:24-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/vc.png`, - CountryName: `Saint Vincent and the Grenadines` - }), - new AthletesDataItem( - { - Id: 251, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/74.jpg`, - Position: `up`, - Name: `Alex Meyer`, - AthleteNumber: 44390, - BeatsPerMinute: 94, - TopSpeed: 4.3, - Registered: `2017-08-04T07:05:34-03:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/md.png`, - CountryName: `Moldova, Republic of` - }), - new AthletesDataItem( - { - Id: 252, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/94.jpg`, - Position: `down`, - Name: `Adérito Lopes`, - AthleteNumber: 21320, - BeatsPerMinute: 91, - TopSpeed: 5.2, - Registered: `2017-01-07T06:47:56-02:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/mh.png`, - CountryName: `Marshall Islands` - }), - new AthletesDataItem( - { - Id: 253, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/51.jpg`, - Position: `current`, - Name: `Kayla Patel`, - AthleteNumber: 42780, - BeatsPerMinute: 103, - TopSpeed: 4.7, - Registered: `2017-04-20T09:33:53-03:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ne.png`, - CountryName: `Niger` - }), - new AthletesDataItem( - { - Id: 258, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/31.jpg`, - Position: `current`, - Name: `Diego Gautier`, - AthleteNumber: 26320, - BeatsPerMinute: 97, - TopSpeed: 4.6, - Registered: `2017-06-11T03:50:43-03:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ng.png`, - CountryName: `Nigeria` - }), - new AthletesDataItem( - { - Id: 258, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/30.jpg`, - Position: `up`, - Name: `Veera Saari`, - AthleteNumber: 40408, - BeatsPerMinute: 100, - TopSpeed: 4.7, - Registered: `2017-10-28T10:39:22-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/iq.png`, - CountryName: `Iraq` - }), - new AthletesDataItem( - { - Id: 258, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/60.jpg`, - Position: `down`, - Name: `Zaina Pomp`, - AthleteNumber: 14109, - BeatsPerMinute: 90, - TopSpeed: 5.7, - Registered: `2017-09-07T11:17:40-03:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ao.png`, - CountryName: `Angola` - }), - new AthletesDataItem( - { - Id: 262, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/9.jpg`, - Position: `current`, - Name: `Anthony Harcourt`, - AthleteNumber: 33649, - BeatsPerMinute: 109, - TopSpeed: 5.5, - Registered: `2017-06-14T11:10:20-03:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/in.png`, - CountryName: `India` - }), - new AthletesDataItem( - { - Id: 262, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/43.jpg`, - Position: `current`, - Name: `Roman Smith`, - AthleteNumber: 15531, - BeatsPerMinute: 106, - TopSpeed: 4.9, - Registered: `2017-06-14T05:12:04-03:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ga.png`, - CountryName: `Gabon` - }), - new AthletesDataItem( - { - Id: 263, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/9.jpg`, - Position: `up`, - Name: `Estelle Vincent`, - AthleteNumber: 41700, - BeatsPerMinute: 99, - TopSpeed: 5.7, - Registered: `2017-05-31T02:56:58-03:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/na.png`, - CountryName: `Namibia` - }), - new AthletesDataItem( - { - Id: 265, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/47.jpg`, - Position: `current`, - Name: `Ilke Kisters`, - AthleteNumber: 23817, - BeatsPerMinute: 100, - TopSpeed: 5.9, - Registered: `2017-01-04T02:54:53-02:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ch.png`, - CountryName: `Switzerland` - }), - new AthletesDataItem( - { - Id: 265, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/9.jpg`, - Position: `down`, - Name: `Jenny Burke`, - AthleteNumber: 15266, - BeatsPerMinute: 99, - TopSpeed: 5.4, - Registered: `2017-09-11T12:20:19-03:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/my.png`, - CountryName: `Malaysia` - }), - new AthletesDataItem( - { - Id: 265, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/60.jpg`, - Position: `down`, - Name: `Keira Walker`, - AthleteNumber: 34116, - BeatsPerMinute: 94, - TopSpeed: 4.8, - Registered: `2017-01-09T05:46:07-02:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/al.png`, - CountryName: `Albania` - }), - new AthletesDataItem( - { - Id: 266, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/70.jpg`, - Position: `down`, - Name: `Moritz Braun`, - AthleteNumber: 48081, - BeatsPerMinute: 107, - TopSpeed: 6, - Registered: `2017-06-13T12:54:56-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ad.png`, - CountryName: `Andorra` - }), - new AthletesDataItem( - { - Id: 267, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/50.jpg`, - Position: `current`, - Name: `Villads Larsen`, - AthleteNumber: 44677, - BeatsPerMinute: 93, - TopSpeed: 5.7, - Registered: `2017-03-25T11:25:30-02:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/kw.png`, - CountryName: `Kuwait` - }), - new AthletesDataItem( - { - Id: 268, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/23.jpg`, - Position: `up`, - Name: `Sandro Carpentier`, - AthleteNumber: 23503, - BeatsPerMinute: 96, - TopSpeed: 5.7, - Registered: `2017-09-30T01:01:04-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/be.png`, - CountryName: `Belgium` - }), - new AthletesDataItem( - { - Id: 269, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/17.jpg`, - Position: `current`, - Name: `Emil Meißner`, - AthleteNumber: 37183, - BeatsPerMinute: 97, - TopSpeed: 4, - Registered: `2017-07-15T12:32:30-03:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/gm.png`, - CountryName: `Gambia` - }), - new AthletesDataItem( - { - Id: 270, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/14.jpg`, - Position: `up`, - Name: `Emily Olsen`, - AthleteNumber: 13887, - BeatsPerMinute: 110, - TopSpeed: 4.8, - Registered: `2017-10-03T08:01:40-03:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/cf.png`, - CountryName: `Central African Republic` - }), - new AthletesDataItem( - { - Id: 271, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/81.jpg`, - Position: `down`, - Name: `آراد جعفری`, - AthleteNumber: 34962, - BeatsPerMinute: 90, - TopSpeed: 4.8, - Registered: `2017-04-22T04:20:39-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/bi.png`, - CountryName: `Burundi` - }), - new AthletesDataItem( - { - Id: 271, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/74.jpg`, - Position: `down`, - Name: `Jimmie Mcguinness`, - AthleteNumber: 20729, - BeatsPerMinute: 90, - TopSpeed: 4.6, - Registered: `2017-10-07T06:08:00-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/bw.png`, - CountryName: `Botswana` - }), - new AthletesDataItem( - { - Id: 272, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/26.jpg`, - Position: `down`, - Name: `Sélène Roussel`, - AthleteNumber: 11261, - BeatsPerMinute: 99, - TopSpeed: 5.8, - Registered: `2017-05-10T02:18:02-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/sm.png`, - CountryName: `San Marino` - }), - new AthletesDataItem( - { - Id: 272, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/31.jpg`, - Position: `up`, - Name: `Aaron Robertson`, - AthleteNumber: 30727, - BeatsPerMinute: 95, - TopSpeed: 4.2, - Registered: `2017-08-23T09:37:40-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/id.png`, - CountryName: `Indonesia` - }), - new AthletesDataItem( - { - Id: 273, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/4.jpg`, - Position: `up`, - Name: `Afet Kumcuoğlu`, - AthleteNumber: 33454, - BeatsPerMinute: 106, - TopSpeed: 5.1, - Registered: `2017-09-16T07:05:43-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/nz.png`, - CountryName: `New Zealand` - }), - new AthletesDataItem( - { - Id: 273, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/33.jpg`, - Position: `up`, - Name: `Annabelle Besteman`, - AthleteNumber: 30560, - BeatsPerMinute: 105, - TopSpeed: 5.3, - Registered: `2017-11-11T02:04:19-02:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/kp.png`, - CountryName: `North Korea` - }), - new AthletesDataItem( - { - Id: 274, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/9.jpg`, - Position: `up`, - Name: `Minea Rantanen`, - AthleteNumber: 18835, - BeatsPerMinute: 105, - TopSpeed: 5, - Registered: `2017-01-24T07:30:43-02:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/jo.png`, - CountryName: `Jordan` - }), - new AthletesDataItem( - { - Id: 275, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/2.jpg`, - Position: `up`, - Name: `Fritz Sommer`, - AthleteNumber: 26210, - BeatsPerMinute: 99, - TopSpeed: 4.6, - Registered: `2017-09-29T03:54:57-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/lt.png`, - CountryName: `Lithuania` - }), - new AthletesDataItem( - { - Id: 275, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/88.jpg`, - Position: `down`, - Name: `Rafael Gutierrez`, - AthleteNumber: 38804, - BeatsPerMinute: 100, - TopSpeed: 5.9, - Registered: `2017-02-08T07:50:59-02:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/gn.png`, - CountryName: `Guinea` - }), - new AthletesDataItem( - { - Id: 275, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/69.jpg`, - Position: `current`, - Name: `Ellen Leppo`, - AthleteNumber: 29286, - BeatsPerMinute: 97, - TopSpeed: 5.6, - Registered: `2017-08-16T09:46:35-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/by.png`, - CountryName: `Belarus` - }), - new AthletesDataItem( - { - Id: 276, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/1.jpg`, - Position: `current`, - Name: `Encarnacion Martin`, - AthleteNumber: 40912, - BeatsPerMinute: 105, - TopSpeed: 5.5, - Registered: `2017-01-11T12:52:28-02:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/th.png`, - CountryName: `Thailand` - }), - new AthletesDataItem( - { - Id: 276, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/65.jpg`, - Position: `current`, - Name: `David Scott`, - AthleteNumber: 46997, - BeatsPerMinute: 101, - TopSpeed: 4.4, - Registered: `2017-07-25T09:23:24-03:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/pt.png`, - CountryName: `Portugal` - }), - new AthletesDataItem( - { - Id: 279, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/39.jpg`, - Position: `current`, - Name: `Ashley Romero`, - AthleteNumber: 36611, - BeatsPerMinute: 104, - TopSpeed: 5.5, - Registered: `2017-02-08T12:45:46-02:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/mn.png`, - CountryName: `Mongolia` - }), - new AthletesDataItem( - { - Id: 280, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/90.jpg`, - Position: `down`, - Name: `Cecil Nichols`, - AthleteNumber: 20656, - BeatsPerMinute: 100, - TopSpeed: 5, - Registered: `2017-04-24T01:20:34-03:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/rw.png`, - CountryName: `RWANDA` - }), - new AthletesDataItem( - { - Id: 282, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/55.jpg`, - Position: `current`, - Name: `Johann Fischer`, - AthleteNumber: 37212, - BeatsPerMinute: 98, - TopSpeed: 5.8, - Registered: `2017-09-01T04:39:52-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/br.png`, - CountryName: `Brazil` - }), - new AthletesDataItem( - { - Id: 283, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/10.jpg`, - Position: `current`, - Name: `سینا مرادی`, - AthleteNumber: 10809, - BeatsPerMinute: 105, - TopSpeed: 5.3, - Registered: `2017-04-05T05:27:13-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/bh.png`, - CountryName: `Bahrain` - }), - new AthletesDataItem( - { - Id: 284, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/12.jpg`, - Position: `current`, - Name: `Abel Brun`, - AthleteNumber: 39315, - BeatsPerMinute: 105, - TopSpeed: 5.1, - Registered: `2017-10-05T05:54:31-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/af.png`, - CountryName: `Afghanistan` - }), - new AthletesDataItem( - { - Id: 285, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/34.jpg`, - Position: `current`, - Name: `Jeffrey Medina`, - AthleteNumber: 42905, - BeatsPerMinute: 100, - TopSpeed: 5.2, - Registered: `2017-09-15T02:11:43-03:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/gr.png`, - CountryName: `Greece` - }), - new AthletesDataItem( - { - Id: 285, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/43.jpg`, - Position: `down`, - Name: `Niilo Laurila`, - AthleteNumber: 49215, - BeatsPerMinute: 104, - TopSpeed: 4.5, - Registered: `2017-04-26T01:26:36-03:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/et.png`, - CountryName: `Ethiopia` - }), - new AthletesDataItem( - { - Id: 286, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/45.jpg`, - Position: `down`, - Name: `Marisvalda Martins`, - AthleteNumber: 33879, - BeatsPerMinute: 107, - TopSpeed: 5.4, - Registered: `2017-01-31T12:07:48-02:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/es.png`, - CountryName: `Spain` - }), - new AthletesDataItem( - { - Id: 286, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/82.jpg`, - Position: `current`, - Name: `Eloida Novaes`, - AthleteNumber: 30751, - BeatsPerMinute: 107, - TopSpeed: 4.2, - Registered: `2017-01-02T01:04:04-02:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/cl.png`, - CountryName: `Chile` - }), - new AthletesDataItem( - { - Id: 287, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/72.jpg`, - Position: `up`, - Name: `Charlotte Dean`, - AthleteNumber: 45969, - BeatsPerMinute: 105, - TopSpeed: 5, - Registered: `2017-02-13T05:39:15-02:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/za.png`, - CountryName: `South Africa` - }), - new AthletesDataItem( - { - Id: 287, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/35.jpg`, - Position: `current`, - Name: `Loïc Gerard`, - AthleteNumber: 31706, - BeatsPerMinute: 102, - TopSpeed: 4.4, - Registered: `2017-07-28T09:10:43-03:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ie.png`, - CountryName: `Ireland` - }), - new AthletesDataItem( - { - Id: 292, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/4.jpg`, - Position: `down`, - Name: `Asta Hansen`, - AthleteNumber: 17222, - BeatsPerMinute: 101, - TopSpeed: 4.3, - Registered: `2017-01-08T02:41:56-02:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/kz.png`, - CountryName: `Kazakhstan` - }), - new AthletesDataItem( - { - Id: 293, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/21.jpg`, - Position: `up`, - Name: `Sara Hannula`, - AthleteNumber: 22025, - BeatsPerMinute: 102, - TopSpeed: 4.2, - Registered: `2017-10-09T11:32:13-03:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/tl.png`, - CountryName: `Timor-Leste` - }), - new AthletesDataItem( - { - Id: 293, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/90.jpg`, - Position: `current`, - Name: `Ana Bourgeois`, - AthleteNumber: 24612, - BeatsPerMinute: 110, - TopSpeed: 6, - Registered: `2017-11-02T02:17:43-02:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/sg.png`, - CountryName: `Singapore` - }), - new AthletesDataItem( - { - Id: 296, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/37.jpg`, - Position: `up`, - Name: `Thea Edwards`, - AthleteNumber: 29141, - BeatsPerMinute: 99, - TopSpeed: 5.8, - Registered: `2017-05-23T05:24:38-03:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/sl.png`, - CountryName: `Sierra Leone` - }), - new AthletesDataItem( - { - Id: 299, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/89.jpg`, - Position: `down`, - Name: `Victor Lévesque`, - AthleteNumber: 48375, - BeatsPerMinute: 110, - TopSpeed: 5.7, - Registered: `2017-11-10T11:31:44-02:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/mr.png`, - CountryName: `Mauritania` - }), - new AthletesDataItem( - { - Id: 301, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/65.jpg`, - Position: `down`, - Name: `Louis Stewart`, - AthleteNumber: 48131, - BeatsPerMinute: 103, - TopSpeed: 5.7, - Registered: `2017-02-26T07:28:02-02:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/hn.png`, - CountryName: `Honduras` - }), - new AthletesDataItem( - { - Id: 302, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/14.jpg`, - Position: `up`, - Name: `Bill Fox`, - AthleteNumber: 18511, - BeatsPerMinute: 91, - TopSpeed: 5, - Registered: `2017-10-24T08:25:40-03:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ir.png`, - CountryName: `Iran, Islamic Republic Of` - }), - new AthletesDataItem( - { - Id: 304, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/34.jpg`, - Position: `down`, - Name: `Mathys Martin`, - AthleteNumber: 32928, - BeatsPerMinute: 98, - TopSpeed: 5.5, - Registered: `2017-05-17T12:51:47-03:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/va.png`, - CountryName: `Holy See (Vatican City State)` - }), - new AthletesDataItem( - { - Id: 305, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/38.jpg`, - Position: `current`, - Name: `Gianne Godijn`, - AthleteNumber: 45945, - BeatsPerMinute: 96, - TopSpeed: 4.5, - Registered: `2017-03-22T03:23:12-02:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/it.png`, - CountryName: `Italy` - }), - new AthletesDataItem( - { - Id: 306, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/26.jpg`, - Position: `up`, - Name: `Mira Campos`, - AthleteNumber: 39222, - BeatsPerMinute: 95, - TopSpeed: 5.9, - Registered: `2017-01-11T01:41:31-02:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/am.png`, - CountryName: `Armenia` - }), - new AthletesDataItem( - { - Id: 308, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/15.jpg`, - Position: `down`, - Name: `Esther Kühn`, - AthleteNumber: 24868, - BeatsPerMinute: 92, - TopSpeed: 5.5, - Registered: `2017-05-14T12:30:08-03:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ru.png`, - CountryName: `Russian Federation` - }), - new AthletesDataItem( - { - Id: 308, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/14.jpg`, - Position: `up`, - Name: `Hans Möller`, - AthleteNumber: 34122, - BeatsPerMinute: 109, - TopSpeed: 5.6, - Registered: `2017-06-20T06:02:49-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/dj.png`, - CountryName: `Djibouti` - }), - new AthletesDataItem( - { - Id: 309, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/73.jpg`, - Position: `current`, - Name: `Alice Perry`, - AthleteNumber: 23750, - BeatsPerMinute: 104, - TopSpeed: 5.3, - Registered: `2017-03-31T07:15:46-03:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/lc.png`, - CountryName: `Saint Lucia` - }), - new AthletesDataItem( - { - Id: 310, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/92.jpg`, - Position: `up`, - Name: `Kaya Tekand`, - AthleteNumber: 11028, - BeatsPerMinute: 93, - TopSpeed: 5.2, - Registered: `2017-04-10T09:57:13-03:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/fj.png`, - CountryName: `Fiji` - }), - new AthletesDataItem( - { - Id: 311, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/92.jpg`, - Position: `down`, - Name: `Ilona Salonen`, - AthleteNumber: 27068, - BeatsPerMinute: 91, - TopSpeed: 5.4, - Registered: `2017-07-03T06:19:47-03:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/bo.png`, - CountryName: `Bolivia` - }), + new AthletesDataItem({ Id: 100, Avatar: `https://static.infragistics.com/xplatform/images/people/women/20.jpg`, Position: `current`, Name: `Alexis Walker`, AthleteNumber: 43183, BeatsPerMinute: 103, TopSpeed: 5.8, Registered: `2017-08-07T10:35:06-03:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/gh.png`, CountryName: `Ghana` }), + new AthletesDataItem({ Id: 101, Avatar: `https://static.infragistics.com/xplatform/images/people/women/71.jpg`, Position: `down`, Name: `Lavínia Silva`, AthleteNumber: 33994, BeatsPerMinute: 93, TopSpeed: 5.6, Registered: `2017-03-22T08:55:46-02:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/no.png`, CountryName: `Norway` }), + new AthletesDataItem({ Id: 105, Avatar: `https://static.infragistics.com/xplatform/images/people/men/5.jpg`, Position: `down`, Name: `Samu Hokkanen`, AthleteNumber: 22469, BeatsPerMinute: 106, TopSpeed: 5.5, Registered: `2017-06-29T04:58:27-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/az.png`, CountryName: `Azerbaijan` }), + new AthletesDataItem({ Id: 107, Avatar: `https://static.infragistics.com/xplatform/images/people/women/92.jpg`, Position: `down`, Name: `Megan Webb`, AthleteNumber: 30713, BeatsPerMinute: 93, TopSpeed: 5.6, Registered: `2017-08-20T09:26:51-03:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/mt.png`, CountryName: `Malta` }), + new AthletesDataItem({ Id: 107, Avatar: `https://static.infragistics.com/xplatform/images/people/men/33.jpg`, Position: `up`, Name: `Pedro Marquez`, AthleteNumber: 16169, BeatsPerMinute: 97, TopSpeed: 5.4, Registered: `2017-11-11T05:14:31-02:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/mw.png`, CountryName: `Malawi` }), + new AthletesDataItem({ Id: 108, Avatar: `https://static.infragistics.com/xplatform/images/people/men/31.jpg`, Position: `up`, Name: `Noah Bergeron`, AthleteNumber: 35139, BeatsPerMinute: 110, TopSpeed: 5.6, Registered: `2017-06-23T01:21:21-03:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ci.png`, CountryName: `Cote DIvoire` }), + new AthletesDataItem({ Id: 110, Avatar: `https://static.infragistics.com/xplatform/images/people/women/15.jpg`, Position: `current`, Name: `Annabell Brand`, AthleteNumber: 39233, BeatsPerMinute: 93, TopSpeed: 5.7, Registered: `2017-03-01T12:21:24-02:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/pg.png`, CountryName: `Papua New Guinea` }), + new AthletesDataItem({ Id: 110, Avatar: `https://static.infragistics.com/xplatform/images/people/women/13.jpg`, Position: `current`, Name: `Özsu Keçeci`, AthleteNumber: 29403, BeatsPerMinute: 106, TopSpeed: 4.2, Registered: `2017-01-19T11:34:13-02:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/lv.png`, CountryName: `Latvia` }), + new AthletesDataItem({ Id: 110, Avatar: `https://static.infragistics.com/xplatform/images/people/women/26.jpg`, Position: `down`, Name: `Emilie Morin`, AthleteNumber: 26164, BeatsPerMinute: 98, TopSpeed: 4.9, Registered: `2017-02-01T04:18:19-02:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/kg.png`, CountryName: `Kyrgyzstan` }), + new AthletesDataItem({ Id: 111, Avatar: `https://static.infragistics.com/xplatform/images/people/men/23.jpg`, Position: `up`, Name: `Connor Green`, AthleteNumber: 44716, BeatsPerMinute: 95, TopSpeed: 4.4, Registered: `2017-06-30T11:23:25-03:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/bb.png`, CountryName: `Barbados` }), + new AthletesDataItem({ Id: 112, Avatar: `https://static.infragistics.com/xplatform/images/people/women/53.jpg`, Position: `down`, Name: `Karen Shaw`, AthleteNumber: 31048, BeatsPerMinute: 107, TopSpeed: 5.7, Registered: `2017-05-15T09:25:03-03:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ec.png`, CountryName: `Ecuador` }), + new AthletesDataItem({ Id: 113, Avatar: `https://static.infragistics.com/xplatform/images/people/women/36.jpg`, Position: `current`, Name: `Marialba Nascimento`, AthleteNumber: 47061, BeatsPerMinute: 108, TopSpeed: 5.2, Registered: `2017-09-19T05:47:21-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/tn.png`, CountryName: `Tunisia` }), + new AthletesDataItem({ Id: 113, Avatar: `https://static.infragistics.com/xplatform/images/people/men/37.jpg`, Position: `current`, Name: `Nick Naumann`, AthleteNumber: 25566, BeatsPerMinute: 109, TopSpeed: 5.9, Registered: `2017-07-12T09:01:11-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/sz.png`, CountryName: `Swaziland` }), + new AthletesDataItem({ Id: 116, Avatar: `https://static.infragistics.com/xplatform/images/people/women/1.jpg`, Position: `down`, Name: `Sevcan Kollen`, AthleteNumber: 13728, BeatsPerMinute: 104, TopSpeed: 5.3, Registered: `2017-09-08T08:29:08-03:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/gt.png`, CountryName: `Guatemala` }), + new AthletesDataItem({ Id: 121, Avatar: `https://static.infragistics.com/xplatform/images/people/men/48.jpg`, Position: `current`, Name: `Väinö Salmi`, AthleteNumber: 29839, BeatsPerMinute: 107, TopSpeed: 5.5, Registered: `2017-10-21T05:57:02-03:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/gw.png`, CountryName: `Guinea-Bissau` }), + new AthletesDataItem({ Id: 121, Avatar: `https://static.infragistics.com/xplatform/images/people/men/31.jpg`, Position: `down`, Name: `Ivan Ivanov`, AthleteNumber: 11054, BeatsPerMinute: 108, TopSpeed: 5.7, Registered: `2017-04-18T08:03:01-03:00`, TrackProgress: 75, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/bg.png`, CountryName: `Bulgaria` }), + new AthletesDataItem({ Id: 121, Avatar: `https://static.infragistics.com/xplatform/images/people/men/45.jpg`, Position: `current`, Name: `Maurice Lambert`, AthleteNumber: 17443, BeatsPerMinute: 96, TopSpeed: 5.6, Registered: `2017-06-05T08:19:32-03:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/bd.png`, CountryName: `Bangladesh` }), + new AthletesDataItem({ Id: 122, Avatar: `https://static.infragistics.com/xplatform/images/people/women/71.jpg`, Position: `down`, Name: `Natalie Conrad`, AthleteNumber: 42602, BeatsPerMinute: 108, TopSpeed: 6, Registered: `2017-03-18T06:35:44-02:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/tt.png`, CountryName: `Trinidad and Tobago` }), + new AthletesDataItem({ Id: 122, Avatar: `https://static.infragistics.com/xplatform/images/people/men/57.jpg`, Position: `down`, Name: `Jack Jean-baptiste`, AthleteNumber: 40427, BeatsPerMinute: 110, TopSpeed: 4.3, Registered: `2017-11-09T08:50:06-02:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/cm.png`, CountryName: `Cameroon` }), + new AthletesDataItem({ Id: 123, Avatar: `https://static.infragistics.com/xplatform/images/people/women/19.jpg`, Position: `down`, Name: `Flora Perez`, AthleteNumber: 23907, BeatsPerMinute: 102, TopSpeed: 5.8, Registered: `2017-04-12T04:16:56-03:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/pl.png`, CountryName: `Poland` }), + new AthletesDataItem({ Id: 123, Avatar: `https://static.infragistics.com/xplatform/images/people/women/12.jpg`, Position: `up`, Name: `آنیتا كامياران`, AthleteNumber: 18980, BeatsPerMinute: 90, TopSpeed: 4.5, Registered: `2017-07-21T06:42:59-03:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/lb.png`, CountryName: `Lebanon` }), + new AthletesDataItem({ Id: 123, Avatar: `https://static.infragistics.com/xplatform/images/people/men/31.jpg`, Position: `current`, Name: `Eeli Makinen`, AthleteNumber: 45296, BeatsPerMinute: 106, TopSpeed: 5.2, Registered: `2017-01-06T09:58:02-02:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/fi.png`, CountryName: `Finland` }), + new AthletesDataItem({ Id: 124, Avatar: `https://static.infragistics.com/xplatform/images/people/men/98.jpg`, Position: `down`, Name: `Mathieu Mathieu`, AthleteNumber: 10555, BeatsPerMinute: 101, TopSpeed: 5.2, Registered: `2017-01-05T07:28:11-02:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/uz.png`, CountryName: `Uzbekistan` }), + new AthletesDataItem({ Id: 124, Avatar: `https://static.infragistics.com/xplatform/images/people/women/19.jpg`, Position: `current`, Name: `Marie Poulsen`, AthleteNumber: 44113, BeatsPerMinute: 109, TopSpeed: 4.7, Registered: `2017-04-15T10:25:21-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ma.png`, CountryName: `Morocco` }), + new AthletesDataItem({ Id: 125, Avatar: `https://static.infragistics.com/xplatform/images/people/women/16.jpg`, Position: `current`, Name: `Altiva Alves`, AthleteNumber: 31850, BeatsPerMinute: 106, TopSpeed: 5.1, Registered: `2017-11-09T02:43:54-02:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/km.png`, CountryName: `Comoros` }), + new AthletesDataItem({ Id: 127, Avatar: `https://static.infragistics.com/xplatform/images/people/men/52.jpg`, Position: `down`, Name: `Gerardo Soto`, AthleteNumber: 22958, BeatsPerMinute: 90, TopSpeed: 5, Registered: `2017-06-04T12:52:03-03:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/co.png`, CountryName: `Colombia` }), + new AthletesDataItem({ Id: 128, Avatar: `https://static.infragistics.com/xplatform/images/people/women/52.jpg`, Position: `up`, Name: `Sophie Lewis`, AthleteNumber: 46222, BeatsPerMinute: 106, TopSpeed: 4.4, Registered: `2017-02-20T09:42:07-02:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/mc.png`, CountryName: `Monaco` }), + new AthletesDataItem({ Id: 129, Avatar: `https://static.infragistics.com/xplatform/images/people/women/34.jpg`, Position: `up`, Name: `Ella Hansen`, AthleteNumber: 27075, BeatsPerMinute: 101, TopSpeed: 5.1, Registered: `2017-01-05T10:12:42-02:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/lk.png`, CountryName: `Sri Lanka` }), + new AthletesDataItem({ Id: 130, Avatar: `https://static.infragistics.com/xplatform/images/people/men/94.jpg`, Position: `up`, Name: `Adem Özdoğan`, AthleteNumber: 45143, BeatsPerMinute: 90, TopSpeed: 5.5, Registered: `2017-02-16T07:11:52-02:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/tm.png`, CountryName: `Turkmenistan` }), + new AthletesDataItem({ Id: 130, Avatar: `https://static.infragistics.com/xplatform/images/people/women/24.jpg`, Position: `down`, Name: `آوا احمدی`, AthleteNumber: 44347, BeatsPerMinute: 110, TopSpeed: 4.1, Registered: `2017-06-04T09:04:31-03:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/cn.png`, CountryName: `China` }), + new AthletesDataItem({ Id: 131, Avatar: `https://static.infragistics.com/xplatform/images/people/women/61.jpg`, Position: `current`, Name: `Eliza Bishop`, AthleteNumber: 31774, BeatsPerMinute: 96, TopSpeed: 4.7, Registered: `2017-09-22T11:49:02-03:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/eh.png`, CountryName: `Western Sahara` }), + new AthletesDataItem({ Id: 131, Avatar: `https://static.infragistics.com/xplatform/images/people/women/61.jpg`, Position: `down`, Name: `Veronika Huber`, AthleteNumber: 18146, BeatsPerMinute: 103, TopSpeed: 5.2, Registered: `2017-07-13T02:23:56-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/to.png`, CountryName: `Tonga` }), + new AthletesDataItem({ Id: 134, Avatar: `https://static.infragistics.com/xplatform/images/people/women/66.jpg`, Position: `down`, Name: `Anni Waisanen`, AthleteNumber: 32133, BeatsPerMinute: 99, TopSpeed: 5, Registered: `2017-08-17T01:35:09-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/do.png`, CountryName: `Dominican Republic` }), + new AthletesDataItem({ Id: 135, Avatar: `https://static.infragistics.com/xplatform/images/people/men/84.jpg`, Position: `down`, Name: `Darryl Douglas`, AthleteNumber: 35826, BeatsPerMinute: 96, TopSpeed: 4.6, Registered: `2017-07-20T11:45:52-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/tr.png`, CountryName: `Turkey` }), + new AthletesDataItem({ Id: 136, Avatar: `https://static.infragistics.com/xplatform/images/people/women/10.jpg`, Position: `down`, Name: `Elaine Matthews`, AthleteNumber: 38574, BeatsPerMinute: 110, TopSpeed: 5.5, Registered: `2017-01-26T11:50:00-02:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/cv.png`, CountryName: `Cape Verde` }), + new AthletesDataItem({ Id: 137, Avatar: `https://static.infragistics.com/xplatform/images/people/women/75.jpg`, Position: `up`, Name: `Gloria Caballero`, AthleteNumber: 43379, BeatsPerMinute: 103, TopSpeed: 4.3, Registered: `2017-08-10T08:27:45-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/il.png`, CountryName: `Israel` }), + new AthletesDataItem({ Id: 137, Avatar: `https://static.infragistics.com/xplatform/images/people/men/80.jpg`, Position: `down`, Name: `Lance Dunn`, AthleteNumber: 10113, BeatsPerMinute: 94, TopSpeed: 4.5, Registered: `2017-03-13T10:51:36-02:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/cy.png`, CountryName: `Cyprus` }), + new AthletesDataItem({ Id: 138, Avatar: `https://static.infragistics.com/xplatform/images/people/men/31.jpg`, Position: `down`, Name: `Antoine Mackay`, AthleteNumber: 34547, BeatsPerMinute: 104, TopSpeed: 5, Registered: `2017-08-22T09:11:37-03:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ls.png`, CountryName: `Lesotho` }), + new AthletesDataItem({ Id: 138, Avatar: `https://static.infragistics.com/xplatform/images/people/men/78.jpg`, Position: `current`, Name: `Oscar Calvo`, AthleteNumber: 45078, BeatsPerMinute: 109, TopSpeed: 4.3, Registered: `2017-06-19T10:57:42-03:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/cu.png`, CountryName: `Cuba` }), + new AthletesDataItem({ Id: 138, Avatar: `https://static.infragistics.com/xplatform/images/people/men/38.jpg`, Position: `current`, Name: `Derrick Price`, AthleteNumber: 19792, BeatsPerMinute: 94, TopSpeed: 5.6, Registered: `2017-03-19T01:10:55-02:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ar.png`, CountryName: `Argentina` }), + new AthletesDataItem({ Id: 139, Avatar: `https://static.infragistics.com/xplatform/images/people/women/28.jpg`, Position: `current`, Name: `Annabell Barth`, AthleteNumber: 41130, BeatsPerMinute: 103, TopSpeed: 5, Registered: `2017-08-24T11:58:56-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ht.png`, CountryName: `Haiti` }), + new AthletesDataItem({ Id: 141, Avatar: `https://static.infragistics.com/xplatform/images/people/men/15.jpg`, Position: `current`, Name: `Miro Korpela`, AthleteNumber: 40544, BeatsPerMinute: 104, TopSpeed: 5.3, Registered: `2017-01-10T07:12:44-02:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/nl.png`, CountryName: `Netherlands` }), + new AthletesDataItem({ Id: 142, Avatar: `https://static.infragistics.com/xplatform/images/people/women/63.jpg`, Position: `current`, Name: `Nicoline Thomsen`, AthleteNumber: 36778, BeatsPerMinute: 99, TopSpeed: 5.5, Registered: `2017-03-26T10:04:29-03:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/bj.png`, CountryName: `Benin` }), + new AthletesDataItem({ Id: 143, Avatar: `https://static.infragistics.com/xplatform/images/people/men/38.jpg`, Position: `up`, Name: `رضا کوتی`, AthleteNumber: 13640, BeatsPerMinute: 103, TopSpeed: 4.2, Registered: `2017-04-30T02:34:29-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/pk.png`, CountryName: `Pakistan` }), + new AthletesDataItem({ Id: 144, Avatar: `https://static.infragistics.com/xplatform/images/people/women/57.jpg`, Position: `down`, Name: `Milja Leino`, AthleteNumber: 33563, BeatsPerMinute: 110, TopSpeed: 4.1, Registered: `2017-11-01T10:34:07-02:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/bf.png`, CountryName: `Burkina Faso` }), + new AthletesDataItem({ Id: 147, Avatar: `https://static.infragistics.com/xplatform/images/people/men/8.jpg`, Position: `down`, Name: `میلاد یاسمی`, AthleteNumber: 44023, BeatsPerMinute: 104, TopSpeed: 5.2, Registered: `2017-06-10T04:11:01-03:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/tg.png`, CountryName: `Togo` }), + new AthletesDataItem({ Id: 150, Avatar: `https://static.infragistics.com/xplatform/images/people/men/52.jpg`, Position: `up`, Name: `Gustav Petersen`, AthleteNumber: 20984, BeatsPerMinute: 107, TopSpeed: 4.6, Registered: `2017-01-01T07:40:19-02:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/bz.png`, CountryName: `Belize` }), + new AthletesDataItem({ Id: 151, Avatar: `https://static.infragistics.com/xplatform/images/people/women/88.jpg`, Position: `current`, Name: `Charlotte Mills`, AthleteNumber: 49829, BeatsPerMinute: 92, TopSpeed: 5.3, Registered: `2017-05-10T04:33:10-03:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/mg.png`, CountryName: `Madagascar` }), + new AthletesDataItem({ Id: 154, Avatar: `https://static.infragistics.com/xplatform/images/people/women/54.jpg`, Position: `down`, Name: `Rhonda Simmmons`, AthleteNumber: 37139, BeatsPerMinute: 96, TopSpeed: 5.1, Registered: `2017-07-03T05:39:45-03:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/nr.png`, CountryName: `Nauru` }), + new AthletesDataItem({ Id: 155, Avatar: `https://static.infragistics.com/xplatform/images/people/men/82.jpg`, Position: `up`, Name: `Justin Philippe`, AthleteNumber: 12858, BeatsPerMinute: 104, TopSpeed: 5.7, Registered: `2017-03-16T02:00:35-02:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/mv.png`, CountryName: `Maldives` }), + new AthletesDataItem({ Id: 159, Avatar: `https://static.infragistics.com/xplatform/images/people/women/66.jpg`, Position: `up`, Name: `Eva Dean`, AthleteNumber: 48874, BeatsPerMinute: 103, TopSpeed: 5.7, Registered: `2017-03-04T01:58:52-02:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/st.png`, CountryName: `Sao Tome and Principe` }), + new AthletesDataItem({ Id: 161, Avatar: `https://static.infragistics.com/xplatform/images/people/men/89.jpg`, Position: `up`, Name: `Franklin Byrd`, AthleteNumber: 49498, BeatsPerMinute: 106, TopSpeed: 5.3, Registered: `2017-11-04T11:09:26-02:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/tw.png`, CountryName: `Taiwan, Province of China` }), + new AthletesDataItem({ Id: 161, Avatar: `https://static.infragistics.com/xplatform/images/people/men/38.jpg`, Position: `current`, Name: `Alex Martin`, AthleteNumber: 27887, BeatsPerMinute: 96, TopSpeed: 4.2, Registered: `2017-10-28T04:06:33-03:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/eg.png`, CountryName: `Egypt` }), + new AthletesDataItem({ Id: 162, Avatar: `https://static.infragistics.com/xplatform/images/people/women/0.jpg`, Position: `current`, Name: `Alex Craig`, AthleteNumber: 21868, BeatsPerMinute: 94, TopSpeed: 4.2, Registered: `2017-03-19T10:20:51-02:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/sy.png`, CountryName: `Syrian Arab Republic` }), + new AthletesDataItem({ Id: 162, Avatar: `https://static.infragistics.com/xplatform/images/people/men/5.jpg`, Position: `down`, Name: `Adam Bouchard`, AthleteNumber: 38672, BeatsPerMinute: 99, TopSpeed: 4.7, Registered: `2017-01-04T03:04:05-02:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/sc.png`, CountryName: `Seychelles` }), + new AthletesDataItem({ Id: 163, Avatar: `https://static.infragistics.com/xplatform/images/people/men/70.jpg`, Position: `down`, Name: `میلاد قاسمی`, AthleteNumber: 12788, BeatsPerMinute: 101, TopSpeed: 4.1, Registered: `2017-03-01T07:51:17-02:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ws.png`, CountryName: `Samoa` }), + new AthletesDataItem({ Id: 163, Avatar: `https://static.infragistics.com/xplatform/images/people/women/52.jpg`, Position: `up`, Name: `Millie Cooper`, AthleteNumber: 14610, BeatsPerMinute: 99, TopSpeed: 5.4, Registered: `2017-05-08T09:30:14-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ni.png`, CountryName: `Nicaragua` }), + new AthletesDataItem({ Id: 163, Avatar: `https://static.infragistics.com/xplatform/images/people/women/21.jpg`, Position: `up`, Name: `Pippa Roberts`, AthleteNumber: 15588, BeatsPerMinute: 105, TopSpeed: 4.1, Registered: `2017-02-07T10:23:13-02:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/kh.png`, CountryName: `Cambodia` }), + new AthletesDataItem({ Id: 164, Avatar: `https://static.infragistics.com/xplatform/images/people/women/51.jpg`, Position: `current`, Name: `Ethel Stephens`, AthleteNumber: 18692, BeatsPerMinute: 94, TopSpeed: 4.1, Registered: `2017-02-13T05:03:04-02:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ua.png`, CountryName: `Ukraine` }), + new AthletesDataItem({ Id: 165, Avatar: `https://static.infragistics.com/xplatform/images/people/men/79.jpg`, Position: `down`, Name: `Mario Ellis`, AthleteNumber: 18026, BeatsPerMinute: 99, TopSpeed: 5.5, Registered: `2017-02-13T11:53:15-02:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ml.png`, CountryName: `Mali` }), + new AthletesDataItem({ Id: 166, Avatar: `https://static.infragistics.com/xplatform/images/people/women/74.jpg`, Position: `current`, Name: `Maria Parra`, AthleteNumber: 39861, BeatsPerMinute: 106, TopSpeed: 6, Registered: `2017-01-30T09:22:52-02:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ki.png`, CountryName: `Kiribati` }), + new AthletesDataItem({ Id: 167, Avatar: `https://static.infragistics.com/xplatform/images/people/men/67.jpg`, Position: `down`, Name: `Aatu Ranta`, AthleteNumber: 38049, BeatsPerMinute: 94, TopSpeed: 5.1, Registered: `2017-07-21T04:22:18-03:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ae.png`, CountryName: `United Arab Emirates` }), + new AthletesDataItem({ Id: 167, Avatar: `https://static.infragistics.com/xplatform/images/people/women/62.jpg`, Position: `current`, Name: `Pippa Morris`, AthleteNumber: 44421, BeatsPerMinute: 101, TopSpeed: 5.5, Registered: `2017-03-06T09:21:58-02:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/tj.png`, CountryName: `Tajikistan` }), + new AthletesDataItem({ Id: 167, Avatar: `https://static.infragistics.com/xplatform/images/people/women/32.jpg`, Position: `current`, Name: `Esma Adıvar`, AthleteNumber: 35565, BeatsPerMinute: 99, TopSpeed: 4.2, Registered: `2017-06-17T12:34:29-03:00`, TrackProgress: 75, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ph.png`, CountryName: `Philippines` }), + new AthletesDataItem({ Id: 167, Avatar: `https://static.infragistics.com/xplatform/images/people/men/19.jpg`, Position: `down`, Name: `Louis Smith`, AthleteNumber: 31837, BeatsPerMinute: 98, TopSpeed: 5.4, Registered: `2017-03-19T08:12:23-02:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/lr.png`, CountryName: `Liberia` }), + new AthletesDataItem({ Id: 167, Avatar: `https://static.infragistics.com/xplatform/images/people/men/81.jpg`, Position: `down`, Name: `Milo Charles`, AthleteNumber: 10661, BeatsPerMinute: 99, TopSpeed: 5.4, Registered: `2017-07-20T09:00:22-03:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/is.png`, CountryName: `Iceland` }), + new AthletesDataItem({ Id: 168, Avatar: `https://static.infragistics.com/xplatform/images/people/men/10.jpg`, Position: `current`, Name: `Calvin Hunt`, AthleteNumber: 35535, BeatsPerMinute: 94, TopSpeed: 4.5, Registered: `2017-11-07T09:58:42-02:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/at.png`, CountryName: `Austria` }), + new AthletesDataItem({ Id: 169, Avatar: `https://static.infragistics.com/xplatform/images/people/men/44.jpg`, Position: `up`, Name: `Aziz Santos`, AthleteNumber: 38947, BeatsPerMinute: 98, TopSpeed: 4, Registered: `2017-04-03T02:18:46-03:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/gb.png`, CountryName: `United Kingdom` }), + new AthletesDataItem({ Id: 169, Avatar: `https://static.infragistics.com/xplatform/images/people/men/21.jpg`, Position: `down`, Name: `Julian Barth`, AthleteNumber: 19011, BeatsPerMinute: 91, TopSpeed: 5.2, Registered: `2017-04-21T08:08:33-03:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/gd.png`, CountryName: `Grenada` }), + new AthletesDataItem({ Id: 170, Avatar: `https://static.infragistics.com/xplatform/images/people/men/60.jpg`, Position: `up`, Name: `Fernando Gimenez`, AthleteNumber: 31290, BeatsPerMinute: 102, TopSpeed: 5.1, Registered: `2017-06-21T06:45:54-03:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/uz.png`, CountryName: `Uruguay` }), + new AthletesDataItem({ Id: 173, Avatar: `https://static.infragistics.com/xplatform/images/people/women/18.jpg`, Position: `current`, Name: `Hassana Camp`, AthleteNumber: 14467, BeatsPerMinute: 104, TopSpeed: 5.2, Registered: `2017-06-02T12:21:59-03:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/cz.png`, CountryName: `Czechia` }), + new AthletesDataItem({ Id: 174, Avatar: `https://static.infragistics.com/xplatform/images/people/women/29.jpg`, Position: `current`, Name: `Beatriz Gallardo`, AthleteNumber: 38538, BeatsPerMinute: 101, TopSpeed: 6, Registered: `2017-11-06T02:14:31-02:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/er.png`, CountryName: `Eritrea` }), + new AthletesDataItem({ Id: 176, Avatar: `https://static.infragistics.com/xplatform/images/people/men/26.jpg`, Position: `current`, Name: `Tim Neal`, AthleteNumber: 45860, BeatsPerMinute: 97, TopSpeed: 5.6, Registered: `2017-04-21T04:06:34-03:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/pa.png`, CountryName: `Panama` }), + new AthletesDataItem({ Id: 176, Avatar: `https://static.infragistics.com/xplatform/images/people/men/35.jpg`, Position: `down`, Name: `Laudelino Castro`, AthleteNumber: 12711, BeatsPerMinute: 106, TopSpeed: 4.4, Registered: `2017-02-08T04:03:22-02:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/hr.png`, CountryName: `Croatia` }), + new AthletesDataItem({ Id: 178, Avatar: `https://static.infragistics.com/xplatform/images/people/women/65.jpg`, Position: `down`, Name: `Lillian Wade`, AthleteNumber: 10729, BeatsPerMinute: 110, TopSpeed: 4.8, Registered: `2017-04-07T09:53:13-03:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/sb.png`, CountryName: `Solomon Islands` }), + new AthletesDataItem({ Id: 180, Avatar: `https://static.infragistics.com/xplatform/images/people/women/90.jpg`, Position: `up`, Name: `Lillian Bowman`, AthleteNumber: 35323, BeatsPerMinute: 103, TopSpeed: 4.5, Registered: `2017-08-31T11:55:25-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/gy.png`, CountryName: `Guyana` }), + new AthletesDataItem({ Id: 182, Avatar: `https://static.infragistics.com/xplatform/images/people/women/14.jpg`, Position: `up`, Name: `Ariena Achterberg`, AthleteNumber: 41330, BeatsPerMinute: 92, TopSpeed: 5.6, Registered: `2017-10-22T02:15:39-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/kr.png`, CountryName: `South Korea` }), + new AthletesDataItem({ Id: 182, Avatar: `https://static.infragistics.com/xplatform/images/people/men/94.jpg`, Position: `current`, Name: `Gerald Schmidt`, AthleteNumber: 47410, BeatsPerMinute: 102, TopSpeed: 5.8, Registered: `2017-02-20T11:53:08-02:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ge.png`, CountryName: `Georgia` }), + new AthletesDataItem({ Id: 183, Avatar: `https://static.infragistics.com/xplatform/images/people/men/74.jpg`, Position: `down`, Name: `Yarno Kin`, AthleteNumber: 47324, BeatsPerMinute: 107, TopSpeed: 5.1, Registered: `2017-08-26T08:21:22-03:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ro.png`, CountryName: `Romania` }), + new AthletesDataItem({ Id: 183, Avatar: `https://static.infragistics.com/xplatform/images/people/women/53.jpg`, Position: `up`, Name: `رونیکا سلطانی نژاد`, AthleteNumber: 35233, BeatsPerMinute: 99, TopSpeed: 4.6, Registered: `2017-08-13T01:05:52-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/mk.png`, CountryName: `Macedonia, The Former Yugoslav Republic of` }), + new AthletesDataItem({ Id: 186, Avatar: `https://static.infragistics.com/xplatform/images/people/men/2.jpg`, Position: `up`, Name: `کوروش کامروا`, AthleteNumber: 13506, BeatsPerMinute: 109, TopSpeed: 4.4, Registered: `2017-04-16T01:10:37-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/nu.png`, CountryName: `Niue` }), + new AthletesDataItem({ Id: 186, Avatar: `https://static.infragistics.com/xplatform/images/people/men/42.jpg`, Position: `up`, Name: `Jimmy Bailey`, AthleteNumber: 38510, BeatsPerMinute: 101, TopSpeed: 4.7, Registered: `2017-06-30T04:13:42-03:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/cr.png`, CountryName: `Costa Rica` }), + new AthletesDataItem({ Id: 188, Avatar: `https://static.infragistics.com/xplatform/images/people/men/3.jpg`, Position: `current`, Name: `Foppe Delfos`, AthleteNumber: 39679, BeatsPerMinute: 107, TopSpeed: 4.1, Registered: `2017-08-05T10:54:56-03:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/py.png`, CountryName: `Paraguay` }), + new AthletesDataItem({ Id: 188, Avatar: `https://static.infragistics.com/xplatform/images/people/men/81.jpg`, Position: `down`, Name: `آراد یاسمی`, AthleteNumber: 34370, BeatsPerMinute: 99, TopSpeed: 5.9, Registered: `2017-02-02T11:42:41-02:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/mu.png`, CountryName: `Mauritius` }), + new AthletesDataItem({ Id: 188, Avatar: `https://static.infragistics.com/xplatform/images/people/women/45.jpg`, Position: `down`, Name: `Ceylan Duygulu`, AthleteNumber: 21527, BeatsPerMinute: 99, TopSpeed: 4.9, Registered: `2017-07-13T09:06:04-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/dm.png`, CountryName: `Dominica` }), + new AthletesDataItem({ Id: 190, Avatar: `https://static.infragistics.com/xplatform/images/people/women/2.jpg`, Position: `current`, Name: `Venla Korpela`, AthleteNumber: 16454, BeatsPerMinute: 92, TopSpeed: 4.1, Registered: `2017-08-22T10:36:38-03:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/hu.png`, CountryName: `Hungary` }), + new AthletesDataItem({ Id: 190, Avatar: `https://static.infragistics.com/xplatform/images/people/women/53.jpg`, Position: `current`, Name: `Gladys Van Der Steeg`, AthleteNumber: 20216, BeatsPerMinute: 94, TopSpeed: 4.3, Registered: `2017-10-09T02:01:16-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/de.png`, CountryName: `Germany` }), + new AthletesDataItem({ Id: 190, Avatar: `https://static.infragistics.com/xplatform/images/people/women/44.jpg`, Position: `current`, Name: `Kiara Dubois`, AthleteNumber: 49964, BeatsPerMinute: 97, TopSpeed: 5.6, Registered: `2017-09-28T04:37:56-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/au.png`, CountryName: `Australia` }), + new AthletesDataItem({ Id: 191, Avatar: `https://static.infragistics.com/xplatform/images/people/men/42.jpg`, Position: `current`, Name: `آرش احمدی`, AthleteNumber: 36948, BeatsPerMinute: 90, TopSpeed: 4.1, Registered: `2017-09-08T01:22:14-03:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/np.png`, CountryName: `Nepal` }), + new AthletesDataItem({ Id: 191, Avatar: `https://static.infragistics.com/xplatform/images/people/women/13.jpg`, Position: `up`, Name: `Sheryl Collins`, AthleteNumber: 36473, BeatsPerMinute: 98, TopSpeed: 4.2, Registered: `2017-03-23T12:54:35-02:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ke.png`, CountryName: `Kenya` }), + new AthletesDataItem({ Id: 191, Avatar: `https://static.infragistics.com/xplatform/images/people/women/72.jpg`, Position: `up`, Name: `Clarisse Rey`, AthleteNumber: 29795, BeatsPerMinute: 98, TopSpeed: 4.9, Registered: `2017-06-09T08:07:19-03:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ba.png`, CountryName: `Bosnia and Herzegovina` }), + new AthletesDataItem({ Id: 192, Avatar: `https://static.infragistics.com/xplatform/images/people/women/44.jpg`, Position: `down`, Name: `Viivi Kujala`, AthleteNumber: 29939, BeatsPerMinute: 93, TopSpeed: 4.1, Registered: `2017-05-03T02:40:05-03:00`, TrackProgress: 75, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/so.png`, CountryName: `Somalia` }), + new AthletesDataItem({ Id: 193, Avatar: `https://static.infragistics.com/xplatform/images/people/women/9.jpg`, Position: `down`, Name: `Juanita Franklin`, AthleteNumber: 13907, BeatsPerMinute: 91, TopSpeed: 6, Registered: `2017-10-04T02:46:46-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/vu.png`, CountryName: `Vanuatu` }), + new AthletesDataItem({ Id: 193, Avatar: `https://static.infragistics.com/xplatform/images/people/women/59.jpg`, Position: `down`, Name: `Sophia Carlson`, AthleteNumber: 44183, BeatsPerMinute: 102, TopSpeed: 5.1, Registered: `2017-09-04T07:03:19-03:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ee.png`, CountryName: `Estonia` }), + new AthletesDataItem({ Id: 194, Avatar: `https://static.infragistics.com/xplatform/images/people/women/62.jpg`, Position: `up`, Name: `آوا سلطانی نژاد`, AthleteNumber: 45635, BeatsPerMinute: 98, TopSpeed: 4.1, Registered: `2017-04-10T11:39:46-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/se.png`, CountryName: `Sweden` }), + new AthletesDataItem({ Id: 194, Avatar: `https://static.infragistics.com/xplatform/images/people/men/11.jpg`, Position: `down`, Name: `Kaya Taşlı`, AthleteNumber: 42291, BeatsPerMinute: 100, TopSpeed: 4.7, Registered: `2017-01-30T03:23:36-02:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/sn.png`, CountryName: `Senegal` }), + new AthletesDataItem({ Id: 194, Avatar: `https://static.infragistics.com/xplatform/images/people/men/71.jpg`, Position: `down`, Name: `Adrian Ibañez`, AthleteNumber: 21968, BeatsPerMinute: 105, TopSpeed: 5.3, Registered: `2017-02-03T04:36:54-02:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/om.png`, CountryName: `Oman` }), + new AthletesDataItem({ Id: 196, Avatar: `https://static.infragistics.com/xplatform/images/people/women/17.jpg`, Position: `current`, Name: `Parel Zuidhof`, AthleteNumber: 32718, BeatsPerMinute: 105, TopSpeed: 5, Registered: `2017-01-21T10:19:56-02:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/jm.png`, CountryName: `Jamaica` }), + new AthletesDataItem({ Id: 196, Avatar: `https://static.infragistics.com/xplatform/images/people/women/30.jpg`, Position: `up`, Name: `Begüm Erkekli`, AthleteNumber: 37888, BeatsPerMinute: 104, TopSpeed: 4.6, Registered: `2017-10-04T03:02:35-03:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/sv.png`, CountryName: `El Salvador` }), + new AthletesDataItem({ Id: 197, Avatar: `https://static.infragistics.com/xplatform/images/people/men/93.jpg`, Position: `current`, Name: `Brent Lord`, AthleteNumber: 20943, BeatsPerMinute: 92, TopSpeed: 4.8, Registered: `2017-01-23T06:14:22-02:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/dz.png`, CountryName: `Algeria` }), + new AthletesDataItem({ Id: 199, Avatar: `https://static.infragistics.com/xplatform/images/people/women/68.jpg`, Position: `up`, Name: `Lucie Dumont`, AthleteNumber: 12104, BeatsPerMinute: 108, TopSpeed: 4, Registered: `2017-01-08T02:13:29-02:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ca.png`, CountryName: `Canada` }), + new AthletesDataItem({ Id: 210, Avatar: `https://static.infragistics.com/xplatform/images/people/women/13.jpg`, Position: `down`, Name: `Maeva Bergeron`, AthleteNumber: 15655, BeatsPerMinute: 94, TopSpeed: 5.9, Registered: `2017-10-03T09:42:15-03:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/mx.png`, CountryName: `Mexico` }), + new AthletesDataItem({ Id: 212, Avatar: `https://static.infragistics.com/xplatform/images/people/women/83.jpg`, Position: `up`, Name: `Sara Larsen`, AthleteNumber: 37094, BeatsPerMinute: 97, TopSpeed: 4.5, Registered: `2017-04-14T11:48:28-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/sa.png`, CountryName: `Saudi Arabia` }), + new AthletesDataItem({ Id: 214, Avatar: `https://static.infragistics.com/xplatform/images/people/women/84.jpg`, Position: `up`, Name: `Ömür Denkel`, AthleteNumber: 31061, BeatsPerMinute: 104, TopSpeed: 4.5, Registered: `2017-02-18T05:32:55-02:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/tv.png`, CountryName: `Tuvalu` }), + new AthletesDataItem({ Id: 215, Avatar: `https://static.infragistics.com/xplatform/images/people/women/79.jpg`, Position: `down`, Name: `Marilou Hubert`, AthleteNumber: 43655, BeatsPerMinute: 104, TopSpeed: 4.2, Registered: `2017-09-28T11:13:00-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/mm.png`, CountryName: `Myanmar` }), + new AthletesDataItem({ Id: 216, Avatar: `https://static.infragistics.com/xplatform/images/people/men/72.jpg`, Position: `down`, Name: `Felix Olsen`, AthleteNumber: 43198, BeatsPerMinute: 101, TopSpeed: 4.2, Registered: `2017-09-27T01:17:14-03:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/fr.png`, CountryName: `France` }), + new AthletesDataItem({ Id: 219, Avatar: `https://static.infragistics.com/xplatform/images/people/women/6.jpg`, Position: `current`, Name: `Sedef Tunçeri`, AthleteNumber: 48164, BeatsPerMinute: 108, TopSpeed: 5.6, Registered: `2017-03-29T11:54:15-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/bt.png`, CountryName: `Bhutan` }), + new AthletesDataItem({ Id: 221, Avatar: `https://static.infragistics.com/xplatform/images/people/men/73.jpg`, Position: `down`, Name: `Kuzey Aclan`, AthleteNumber: 18583, BeatsPerMinute: 102, TopSpeed: 5.3, Registered: `2017-09-12T09:14:14-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/td.png`, CountryName: `Chad` }), + new AthletesDataItem({ Id: 223, Avatar: `https://static.infragistics.com/xplatform/images/people/men/72.jpg`, Position: `down`, Name: `Gökhan Aşıkoğlu`, AthleteNumber: 13890, BeatsPerMinute: 105, TopSpeed: 5.4, Registered: `2017-03-31T06:14:26-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/jp.png`, CountryName: `Japan` }), + new AthletesDataItem({ Id: 224, Avatar: `https://static.infragistics.com/xplatform/images/people/men/0.jpg`, Position: `down`, Name: `Joan Ortega`, AthleteNumber: 49478, BeatsPerMinute: 103, TopSpeed: 5.4, Registered: `2017-07-04T03:01:47-03:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/gq.png`, CountryName: `Equatorial Guinea` }), + new AthletesDataItem({ Id: 225, Avatar: `https://static.infragistics.com/xplatform/images/people/men/42.jpg`, Position: `up`, Name: `Stanley Hart`, AthleteNumber: 14150, BeatsPerMinute: 91, TopSpeed: 4.5, Registered: `2017-08-19T03:02:33-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ve.png`, CountryName: `Venezuela` }), + new AthletesDataItem({ Id: 227, Avatar: `https://static.infragistics.com/xplatform/images/people/men/9.jpg`, Position: `current`, Name: `Johann Hinz`, AthleteNumber: 48244, BeatsPerMinute: 94, TopSpeed: 4.3, Registered: `2017-03-10T07:36:56-02:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/sd.png`, CountryName: `Sudan` }), + new AthletesDataItem({ Id: 227, Avatar: `https://static.infragistics.com/xplatform/images/people/women/61.jpg`, Position: `up`, Name: `Layla Douglas`, AthleteNumber: 21977, BeatsPerMinute: 97, TopSpeed: 5.4, Registered: `2017-04-19T11:43:38-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/si.png`, CountryName: `Slovenia` }), + new AthletesDataItem({ Id: 229, Avatar: `https://static.infragistics.com/xplatform/images/people/men/29.jpg`, Position: `current`, Name: `Selmo Caldeira`, AthleteNumber: 21837, BeatsPerMinute: 110, TopSpeed: 4.9, Registered: `2017-10-20T03:40:24-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ly.png`, CountryName: `Libyan Arab Jamahiriya` }), + new AthletesDataItem({ Id: 231, Avatar: `https://static.infragistics.com/xplatform/images/people/men/56.jpg`, Position: `up`, Name: `Judd Campbell`, AthleteNumber: 37365, BeatsPerMinute: 110, TopSpeed: 5, Registered: `2017-10-19T11:01:10-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/la.png`, CountryName: `Lao PeopleS Democratic Republic` }), + new AthletesDataItem({ Id: 233, Avatar: `https://static.infragistics.com/xplatform/images/people/men/18.jpg`, Position: `up`, Name: `Zackary Roy`, AthleteNumber: 45996, BeatsPerMinute: 92, TopSpeed: 4.9, Registered: `2017-07-07T03:51:26-03:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/bs.png`, CountryName: `Bahamas` }), + new AthletesDataItem({ Id: 234, Avatar: `https://static.infragistics.com/xplatform/images/people/women/19.jpg`, Position: `down`, Name: `Linda Schäfer`, AthleteNumber: 43074, BeatsPerMinute: 107, TopSpeed: 5.1, Registered: `2017-01-05T11:41:20-02:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ye.png`, CountryName: `Yemen` }), + new AthletesDataItem({ Id: 235, Avatar: `https://static.infragistics.com/xplatform/images/people/women/42.jpg`, Position: `down`, Name: `Elaine Smith`, AthleteNumber: 38243, BeatsPerMinute: 108, TopSpeed: 4, Registered: `2017-06-11T12:20:41-03:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/li.png`, CountryName: `Liechtenstein` }), + new AthletesDataItem({ Id: 237, Avatar: `https://static.infragistics.com/xplatform/images/people/men/86.jpg`, Position: `down`, Name: `Clyde Matthews`, AthleteNumber: 11955, BeatsPerMinute: 93, TopSpeed: 5.2, Registered: `2017-03-02T05:01:02-02:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/pw.png`, CountryName: `Palau` }), + new AthletesDataItem({ Id: 238, Avatar: `https://static.infragistics.com/xplatform/images/people/women/17.jpg`, Position: `current`, Name: `Charlotte Meyer`, AthleteNumber: 21442, BeatsPerMinute: 110, TopSpeed: 4.6, Registered: `2017-10-19T10:38:35-03:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ck.png`, CountryName: `Cook Islands` }), + new AthletesDataItem({ Id: 240, Avatar: `https://static.infragistics.com/xplatform/images/people/men/5.jpg`, Position: `down`, Name: `Carter Evans`, AthleteNumber: 46961, BeatsPerMinute: 100, TopSpeed: 5.3, Registered: `2017-07-23T02:43:07-03:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/lu.png`, CountryName: `Luxembourg` }), + new AthletesDataItem({ Id: 240, Avatar: `https://static.infragistics.com/xplatform/images/people/men/33.jpg`, Position: `down`, Name: `Alberto Clark`, AthleteNumber: 29912, BeatsPerMinute: 93, TopSpeed: 4.6, Registered: `2017-02-02T03:50:21-02:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ag.png`, CountryName: `Antigua and Barbuda` }), + new AthletesDataItem({ Id: 241, Avatar: `https://static.infragistics.com/xplatform/images/people/women/65.jpg`, Position: `down`, Name: `Lilly Keuter`, AthleteNumber: 49893, BeatsPerMinute: 102, TopSpeed: 4.5, Registered: `2017-01-20T02:38:39-02:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/kn.png`, CountryName: `Saint Kitts and Nevis` }), + new AthletesDataItem({ Id: 241, Avatar: `https://static.infragistics.com/xplatform/images/people/men/20.jpg`, Position: `up`, Name: `Oskari Karjala`, AthleteNumber: 31498, BeatsPerMinute: 90, TopSpeed: 4.5, Registered: `2017-05-10T12:45:12-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/fm.png`, CountryName: `Micronesia, Federated States of` }), + new AthletesDataItem({ Id: 242, Avatar: `https://static.infragistics.com/xplatform/images/people/women/83.jpg`, Position: `down`, Name: `Caitlin Jackson`, AthleteNumber: 45472, BeatsPerMinute: 101, TopSpeed: 4.3, Registered: `2017-09-17T09:41:01-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/mz.png`, CountryName: `Mozambique` }), + new AthletesDataItem({ Id: 243, Avatar: `https://static.infragistics.com/xplatform/images/people/women/77.jpg`, Position: `down`, Name: `Cathalijne Van Der Ree`, AthleteNumber: 45160, BeatsPerMinute: 102, TopSpeed: 5.4, Registered: `2017-02-13T05:23:49-02:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ug.png`, CountryName: `Uganda` }), + new AthletesDataItem({ Id: 243, Avatar: `https://static.infragistics.com/xplatform/images/people/women/94.jpg`, Position: `up`, Name: `Emma Turner`, AthleteNumber: 39487, BeatsPerMinute: 110, TopSpeed: 5.7, Registered: `2017-07-30T01:33:14-03:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/tz.png`, CountryName: `Tanzania, United Republic of` }), + new AthletesDataItem({ Id: 243, Avatar: `https://static.infragistics.com/xplatform/images/people/men/42.jpg`, Position: `up`, Name: `Kent Clark`, AthleteNumber: 32799, BeatsPerMinute: 106, TopSpeed: 5.7, Registered: `2017-01-24T01:00:15-02:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/pe.png`, CountryName: `Peru` }), + new AthletesDataItem({ Id: 246, Avatar: `https://static.infragistics.com/xplatform/images/people/women/55.jpg`, Position: `current`, Name: `Ronja Kraft`, AthleteNumber: 21800, BeatsPerMinute: 101, TopSpeed: 5.3, Registered: `2017-04-02T03:33:57-03:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/dk.png`, CountryName: `Denmark` }), + new AthletesDataItem({ Id: 251, Avatar: `https://static.infragistics.com/xplatform/images/people/women/34.jpg`, Position: `down`, Name: `Eléa Robin`, AthleteNumber: 26742, BeatsPerMinute: 90, TopSpeed: 4.7, Registered: `2017-03-30T12:34:24-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/vc.png`, CountryName: `Saint Vincent and the Grenadines` }), + new AthletesDataItem({ Id: 251, Avatar: `https://static.infragistics.com/xplatform/images/people/men/74.jpg`, Position: `up`, Name: `Alex Meyer`, AthleteNumber: 44390, BeatsPerMinute: 94, TopSpeed: 4.3, Registered: `2017-08-04T07:05:34-03:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/md.png`, CountryName: `Moldova, Republic of` }), + new AthletesDataItem({ Id: 252, Avatar: `https://static.infragistics.com/xplatform/images/people/men/94.jpg`, Position: `down`, Name: `Adérito Lopes`, AthleteNumber: 21320, BeatsPerMinute: 91, TopSpeed: 5.2, Registered: `2017-01-07T06:47:56-02:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/mh.png`, CountryName: `Marshall Islands` }), + new AthletesDataItem({ Id: 253, Avatar: `https://static.infragistics.com/xplatform/images/people/women/51.jpg`, Position: `current`, Name: `Kayla Patel`, AthleteNumber: 42780, BeatsPerMinute: 103, TopSpeed: 4.7, Registered: `2017-04-20T09:33:53-03:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ne.png`, CountryName: `Niger` }), + new AthletesDataItem({ Id: 258, Avatar: `https://static.infragistics.com/xplatform/images/people/men/31.jpg`, Position: `current`, Name: `Diego Gautier`, AthleteNumber: 26320, BeatsPerMinute: 97, TopSpeed: 4.6, Registered: `2017-06-11T03:50:43-03:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ng.png`, CountryName: `Nigeria` }), + new AthletesDataItem({ Id: 258, Avatar: `https://static.infragistics.com/xplatform/images/people/women/30.jpg`, Position: `up`, Name: `Veera Saari`, AthleteNumber: 40408, BeatsPerMinute: 100, TopSpeed: 4.7, Registered: `2017-10-28T10:39:22-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/iq.png`, CountryName: `Iraq` }), + new AthletesDataItem({ Id: 258, Avatar: `https://static.infragistics.com/xplatform/images/people/women/60.jpg`, Position: `down`, Name: `Zaina Pomp`, AthleteNumber: 14109, BeatsPerMinute: 90, TopSpeed: 5.7, Registered: `2017-09-07T11:17:40-03:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ao.png`, CountryName: `Angola` }), + new AthletesDataItem({ Id: 262, Avatar: `https://static.infragistics.com/xplatform/images/people/men/9.jpg`, Position: `current`, Name: `Anthony Harcourt`, AthleteNumber: 33649, BeatsPerMinute: 109, TopSpeed: 5.5, Registered: `2017-06-14T11:10:20-03:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/in.png`, CountryName: `India` }), + new AthletesDataItem({ Id: 262, Avatar: `https://static.infragistics.com/xplatform/images/people/men/43.jpg`, Position: `current`, Name: `Roman Smith`, AthleteNumber: 15531, BeatsPerMinute: 106, TopSpeed: 4.9, Registered: `2017-06-14T05:12:04-03:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ga.png`, CountryName: `Gabon` }), + new AthletesDataItem({ Id: 263, Avatar: `https://static.infragistics.com/xplatform/images/people/women/9.jpg`, Position: `up`, Name: `Estelle Vincent`, AthleteNumber: 41700, BeatsPerMinute: 99, TopSpeed: 5.7, Registered: `2017-05-31T02:56:58-03:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/na.png`, CountryName: `Namibia` }), + new AthletesDataItem({ Id: 265, Avatar: `https://static.infragistics.com/xplatform/images/people/women/47.jpg`, Position: `current`, Name: `Ilke Kisters`, AthleteNumber: 23817, BeatsPerMinute: 100, TopSpeed: 5.9, Registered: `2017-01-04T02:54:53-02:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ch.png`, CountryName: `Switzerland` }), + new AthletesDataItem({ Id: 265, Avatar: `https://static.infragistics.com/xplatform/images/people/women/9.jpg`, Position: `down`, Name: `Jenny Burke`, AthleteNumber: 15266, BeatsPerMinute: 99, TopSpeed: 5.4, Registered: `2017-09-11T12:20:19-03:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/my.png`, CountryName: `Malaysia` }), + new AthletesDataItem({ Id: 265, Avatar: `https://static.infragistics.com/xplatform/images/people/women/60.jpg`, Position: `down`, Name: `Keira Walker`, AthleteNumber: 34116, BeatsPerMinute: 94, TopSpeed: 4.8, Registered: `2017-01-09T05:46:07-02:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/al.png`, CountryName: `Albania` }), + new AthletesDataItem({ Id: 266, Avatar: `https://static.infragistics.com/xplatform/images/people/men/70.jpg`, Position: `down`, Name: `Moritz Braun`, AthleteNumber: 48081, BeatsPerMinute: 107, TopSpeed: 6, Registered: `2017-06-13T12:54:56-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ad.png`, CountryName: `Andorra` }), + new AthletesDataItem({ Id: 267, Avatar: `https://static.infragistics.com/xplatform/images/people/men/50.jpg`, Position: `current`, Name: `Villads Larsen`, AthleteNumber: 44677, BeatsPerMinute: 93, TopSpeed: 5.7, Registered: `2017-03-25T11:25:30-02:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/kw.png`, CountryName: `Kuwait` }), + new AthletesDataItem({ Id: 268, Avatar: `https://static.infragistics.com/xplatform/images/people/men/23.jpg`, Position: `up`, Name: `Sandro Carpentier`, AthleteNumber: 23503, BeatsPerMinute: 96, TopSpeed: 5.7, Registered: `2017-09-30T01:01:04-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/be.png`, CountryName: `Belgium` }), + new AthletesDataItem({ Id: 269, Avatar: `https://static.infragistics.com/xplatform/images/people/men/17.jpg`, Position: `current`, Name: `Emil Meißner`, AthleteNumber: 37183, BeatsPerMinute: 97, TopSpeed: 4, Registered: `2017-07-15T12:32:30-03:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/gm.png`, CountryName: `Gambia` }), + new AthletesDataItem({ Id: 270, Avatar: `https://static.infragistics.com/xplatform/images/people/women/14.jpg`, Position: `up`, Name: `Emily Olsen`, AthleteNumber: 13887, BeatsPerMinute: 110, TopSpeed: 4.8, Registered: `2017-10-03T08:01:40-03:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/cf.png`, CountryName: `Central African Republic` }), + new AthletesDataItem({ Id: 271, Avatar: `https://static.infragistics.com/xplatform/images/people/men/81.jpg`, Position: `down`, Name: `آراد جعفری`, AthleteNumber: 34962, BeatsPerMinute: 90, TopSpeed: 4.8, Registered: `2017-04-22T04:20:39-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/bi.png`, CountryName: `Burundi` }), + new AthletesDataItem({ Id: 271, Avatar: `https://static.infragistics.com/xplatform/images/people/men/74.jpg`, Position: `down`, Name: `Jimmie Mcguinness`, AthleteNumber: 20729, BeatsPerMinute: 90, TopSpeed: 4.6, Registered: `2017-10-07T06:08:00-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/bw.png`, CountryName: `Botswana` }), + new AthletesDataItem({ Id: 272, Avatar: `https://static.infragistics.com/xplatform/images/people/women/26.jpg`, Position: `down`, Name: `Sélène Roussel`, AthleteNumber: 11261, BeatsPerMinute: 99, TopSpeed: 5.8, Registered: `2017-05-10T02:18:02-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/sm.png`, CountryName: `San Marino` }), + new AthletesDataItem({ Id: 272, Avatar: `https://static.infragistics.com/xplatform/images/people/men/31.jpg`, Position: `up`, Name: `Aaron Robertson`, AthleteNumber: 30727, BeatsPerMinute: 95, TopSpeed: 4.2, Registered: `2017-08-23T09:37:40-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/id.png`, CountryName: `Indonesia` }), + new AthletesDataItem({ Id: 273, Avatar: `https://static.infragistics.com/xplatform/images/people/women/4.jpg`, Position: `up`, Name: `Afet Kumcuoğlu`, AthleteNumber: 33454, BeatsPerMinute: 106, TopSpeed: 5.1, Registered: `2017-09-16T07:05:43-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/nz.png`, CountryName: `New Zealand` }), + new AthletesDataItem({ Id: 273, Avatar: `https://static.infragistics.com/xplatform/images/people/women/33.jpg`, Position: `up`, Name: `Annabelle Besteman`, AthleteNumber: 30560, BeatsPerMinute: 105, TopSpeed: 5.3, Registered: `2017-11-11T02:04:19-02:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/kp.png`, CountryName: `North Korea` }), + new AthletesDataItem({ Id: 274, Avatar: `https://static.infragistics.com/xplatform/images/people/women/9.jpg`, Position: `up`, Name: `Minea Rantanen`, AthleteNumber: 18835, BeatsPerMinute: 105, TopSpeed: 5, Registered: `2017-01-24T07:30:43-02:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/jo.png`, CountryName: `Jordan` }), + new AthletesDataItem({ Id: 275, Avatar: `https://static.infragistics.com/xplatform/images/people/men/2.jpg`, Position: `up`, Name: `Fritz Sommer`, AthleteNumber: 26210, BeatsPerMinute: 99, TopSpeed: 4.6, Registered: `2017-09-29T03:54:57-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/lt.png`, CountryName: `Lithuania` }), + new AthletesDataItem({ Id: 275, Avatar: `https://static.infragistics.com/xplatform/images/people/men/88.jpg`, Position: `down`, Name: `Rafael Gutierrez`, AthleteNumber: 38804, BeatsPerMinute: 100, TopSpeed: 5.9, Registered: `2017-02-08T07:50:59-02:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/gn.png`, CountryName: `Guinea` }), + new AthletesDataItem({ Id: 275, Avatar: `https://static.infragistics.com/xplatform/images/people/women/69.jpg`, Position: `current`, Name: `Ellen Leppo`, AthleteNumber: 29286, BeatsPerMinute: 97, TopSpeed: 5.6, Registered: `2017-08-16T09:46:35-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/by.png`, CountryName: `Belarus` }), + new AthletesDataItem({ Id: 276, Avatar: `https://static.infragistics.com/xplatform/images/people/women/1.jpg`, Position: `current`, Name: `Encarnacion Martin`, AthleteNumber: 40912, BeatsPerMinute: 105, TopSpeed: 5.5, Registered: `2017-01-11T12:52:28-02:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/th.png`, CountryName: `Thailand` }), + new AthletesDataItem({ Id: 276, Avatar: `https://static.infragistics.com/xplatform/images/people/men/65.jpg`, Position: `current`, Name: `David Scott`, AthleteNumber: 46997, BeatsPerMinute: 101, TopSpeed: 4.4, Registered: `2017-07-25T09:23:24-03:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/pt.png`, CountryName: `Portugal` }), + new AthletesDataItem({ Id: 279, Avatar: `https://static.infragistics.com/xplatform/images/people/women/39.jpg`, Position: `current`, Name: `Ashley Romero`, AthleteNumber: 36611, BeatsPerMinute: 104, TopSpeed: 5.5, Registered: `2017-02-08T12:45:46-02:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/mn.png`, CountryName: `Mongolia` }), + new AthletesDataItem({ Id: 280, Avatar: `https://static.infragistics.com/xplatform/images/people/men/90.jpg`, Position: `down`, Name: `Cecil Nichols`, AthleteNumber: 20656, BeatsPerMinute: 100, TopSpeed: 5, Registered: `2017-04-24T01:20:34-03:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/rw.png`, CountryName: `RWANDA` }), + new AthletesDataItem({ Id: 282, Avatar: `https://static.infragistics.com/xplatform/images/people/men/55.jpg`, Position: `current`, Name: `Johann Fischer`, AthleteNumber: 37212, BeatsPerMinute: 98, TopSpeed: 5.8, Registered: `2017-09-01T04:39:52-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/br.png`, CountryName: `Brazil` }), + new AthletesDataItem({ Id: 283, Avatar: `https://static.infragistics.com/xplatform/images/people/men/10.jpg`, Position: `current`, Name: `سینا مرادی`, AthleteNumber: 10809, BeatsPerMinute: 105, TopSpeed: 5.3, Registered: `2017-04-05T05:27:13-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/bh.png`, CountryName: `Bahrain` }), + new AthletesDataItem({ Id: 284, Avatar: `https://static.infragistics.com/xplatform/images/people/men/12.jpg`, Position: `current`, Name: `Abel Brun`, AthleteNumber: 39315, BeatsPerMinute: 105, TopSpeed: 5.1, Registered: `2017-10-05T05:54:31-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/af.png`, CountryName: `Afghanistan` }), + new AthletesDataItem({ Id: 285, Avatar: `https://static.infragistics.com/xplatform/images/people/men/34.jpg`, Position: `current`, Name: `Jeffrey Medina`, AthleteNumber: 42905, BeatsPerMinute: 100, TopSpeed: 5.2, Registered: `2017-09-15T02:11:43-03:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/gr.png`, CountryName: `Greece` }), + new AthletesDataItem({ Id: 285, Avatar: `https://static.infragistics.com/xplatform/images/people/men/43.jpg`, Position: `down`, Name: `Niilo Laurila`, AthleteNumber: 49215, BeatsPerMinute: 104, TopSpeed: 4.5, Registered: `2017-04-26T01:26:36-03:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/et.png`, CountryName: `Ethiopia` }), + new AthletesDataItem({ Id: 286, Avatar: `https://static.infragistics.com/xplatform/images/people/women/45.jpg`, Position: `down`, Name: `Marisvalda Martins`, AthleteNumber: 33879, BeatsPerMinute: 107, TopSpeed: 5.4, Registered: `2017-01-31T12:07:48-02:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/es.png`, CountryName: `Spain` }), + new AthletesDataItem({ Id: 286, Avatar: `https://static.infragistics.com/xplatform/images/people/women/82.jpg`, Position: `current`, Name: `Eloida Novaes`, AthleteNumber: 30751, BeatsPerMinute: 107, TopSpeed: 4.2, Registered: `2017-01-02T01:04:04-02:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/cl.png`, CountryName: `Chile` }), + new AthletesDataItem({ Id: 287, Avatar: `https://static.infragistics.com/xplatform/images/people/women/72.jpg`, Position: `up`, Name: `Charlotte Dean`, AthleteNumber: 45969, BeatsPerMinute: 105, TopSpeed: 5, Registered: `2017-02-13T05:39:15-02:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/za.png`, CountryName: `South Africa` }), + new AthletesDataItem({ Id: 287, Avatar: `https://static.infragistics.com/xplatform/images/people/men/35.jpg`, Position: `current`, Name: `Loïc Gerard`, AthleteNumber: 31706, BeatsPerMinute: 102, TopSpeed: 4.4, Registered: `2017-07-28T09:10:43-03:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ie.png`, CountryName: `Ireland` }), + new AthletesDataItem({ Id: 292, Avatar: `https://static.infragistics.com/xplatform/images/people/women/4.jpg`, Position: `down`, Name: `Asta Hansen`, AthleteNumber: 17222, BeatsPerMinute: 101, TopSpeed: 4.3, Registered: `2017-01-08T02:41:56-02:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/kz.png`, CountryName: `Kazakhstan` }), + new AthletesDataItem({ Id: 293, Avatar: `https://static.infragistics.com/xplatform/images/people/women/21.jpg`, Position: `up`, Name: `Sara Hannula`, AthleteNumber: 22025, BeatsPerMinute: 102, TopSpeed: 4.2, Registered: `2017-10-09T11:32:13-03:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/tl.png`, CountryName: `Timor-Leste` }), + new AthletesDataItem({ Id: 293, Avatar: `https://static.infragistics.com/xplatform/images/people/women/90.jpg`, Position: `current`, Name: `Ana Bourgeois`, AthleteNumber: 24612, BeatsPerMinute: 110, TopSpeed: 6, Registered: `2017-11-02T02:17:43-02:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/sg.png`, CountryName: `Singapore` }), + new AthletesDataItem({ Id: 296, Avatar: `https://static.infragistics.com/xplatform/images/people/women/37.jpg`, Position: `up`, Name: `Thea Edwards`, AthleteNumber: 29141, BeatsPerMinute: 99, TopSpeed: 5.8, Registered: `2017-05-23T05:24:38-03:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/sl.png`, CountryName: `Sierra Leone` }), + new AthletesDataItem({ Id: 299, Avatar: `https://static.infragistics.com/xplatform/images/people/men/89.jpg`, Position: `down`, Name: `Victor Lévesque`, AthleteNumber: 48375, BeatsPerMinute: 110, TopSpeed: 5.7, Registered: `2017-11-10T11:31:44-02:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/mr.png`, CountryName: `Mauritania` }), + new AthletesDataItem({ Id: 301, Avatar: `https://static.infragistics.com/xplatform/images/people/men/65.jpg`, Position: `down`, Name: `Louis Stewart`, AthleteNumber: 48131, BeatsPerMinute: 103, TopSpeed: 5.7, Registered: `2017-02-26T07:28:02-02:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/hn.png`, CountryName: `Honduras` }), + new AthletesDataItem({ Id: 302, Avatar: `https://static.infragistics.com/xplatform/images/people/men/14.jpg`, Position: `up`, Name: `Bill Fox`, AthleteNumber: 18511, BeatsPerMinute: 91, TopSpeed: 5, Registered: `2017-10-24T08:25:40-03:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ir.png`, CountryName: `Iran, Islamic Republic Of` }), + new AthletesDataItem({ Id: 304, Avatar: `https://static.infragistics.com/xplatform/images/people/men/34.jpg`, Position: `down`, Name: `Mathys Martin`, AthleteNumber: 32928, BeatsPerMinute: 98, TopSpeed: 5.5, Registered: `2017-05-17T12:51:47-03:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/va.png`, CountryName: `Holy See (Vatican City State)` }), + new AthletesDataItem({ Id: 305, Avatar: `https://static.infragistics.com/xplatform/images/people/women/38.jpg`, Position: `current`, Name: `Gianne Godijn`, AthleteNumber: 45945, BeatsPerMinute: 96, TopSpeed: 4.5, Registered: `2017-03-22T03:23:12-02:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/it.png`, CountryName: `Italy` }), + new AthletesDataItem({ Id: 306, Avatar: `https://static.infragistics.com/xplatform/images/people/women/26.jpg`, Position: `up`, Name: `Mira Campos`, AthleteNumber: 39222, BeatsPerMinute: 95, TopSpeed: 5.9, Registered: `2017-01-11T01:41:31-02:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/am.png`, CountryName: `Armenia` }), + new AthletesDataItem({ Id: 308, Avatar: `https://static.infragistics.com/xplatform/images/people/women/15.jpg`, Position: `down`, Name: `Esther Kühn`, AthleteNumber: 24868, BeatsPerMinute: 92, TopSpeed: 5.5, Registered: `2017-05-14T12:30:08-03:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ru.png`, CountryName: `Russian Federation` }), + new AthletesDataItem({ Id: 308, Avatar: `https://static.infragistics.com/xplatform/images/people/men/14.jpg`, Position: `up`, Name: `Hans Möller`, AthleteNumber: 34122, BeatsPerMinute: 109, TopSpeed: 5.6, Registered: `2017-06-20T06:02:49-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/dj.png`, CountryName: `Djibouti` }), + new AthletesDataItem({ Id: 309, Avatar: `https://static.infragistics.com/xplatform/images/people/women/73.jpg`, Position: `current`, Name: `Alice Perry`, AthleteNumber: 23750, BeatsPerMinute: 104, TopSpeed: 5.3, Registered: `2017-03-31T07:15:46-03:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/lc.png`, CountryName: `Saint Lucia` }), + new AthletesDataItem({ Id: 310, Avatar: `https://static.infragistics.com/xplatform/images/people/men/92.jpg`, Position: `up`, Name: `Kaya Tekand`, AthleteNumber: 11028, BeatsPerMinute: 93, TopSpeed: 5.2, Registered: `2017-04-10T09:57:13-03:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/fj.png`, CountryName: `Fiji` }), + new AthletesDataItem({ Id: 311, Avatar: `https://static.infragistics.com/xplatform/images/people/women/92.jpg`, Position: `down`, Name: `Ilona Salonen`, AthleteNumber: 27068, BeatsPerMinute: 91, TopSpeed: 5.4, Registered: `2017-07-03T06:19:47-03:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/bo.png`, CountryName: `Bolivia` }), ]; super(...newItems.slice(0)); } diff --git a/samples/grids/grid/row-paging-options/src/AthletesData.ts b/samples/grids/grid/row-paging-options/src/AthletesData.ts index cbfd6a40ca..3d63d083ff 100644 --- a/samples/grids/grid/row-paging-options/src/AthletesData.ts +++ b/samples/grids/grid/row-paging-options/src/AthletesData.ts @@ -22,2596 +22,191 @@ export class AthletesData extends Array { super(...items); } else { const newItems = [ - new AthletesDataItem( - { - Id: 100, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/20.jpg`, - Position: `current`, - Name: `Alexis Walker`, - AthleteNumber: 43183, - BeatsPerMinute: 103, - TopSpeed: 5.8, - Registered: `2017-08-07T10:35:06-03:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/gh.png`, - CountryName: `Ghana` - }), - new AthletesDataItem( - { - Id: 101, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/71.jpg`, - Position: `down`, - Name: `Lavínia Silva`, - AthleteNumber: 33994, - BeatsPerMinute: 93, - TopSpeed: 5.6, - Registered: `2017-03-22T08:55:46-02:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/no.png`, - CountryName: `Norway` - }), - new AthletesDataItem( - { - Id: 105, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/5.jpg`, - Position: `down`, - Name: `Samu Hokkanen`, - AthleteNumber: 22469, - BeatsPerMinute: 106, - TopSpeed: 5.5, - Registered: `2017-06-29T04:58:27-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/az.png`, - CountryName: `Azerbaijan` - }), - new AthletesDataItem( - { - Id: 107, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/92.jpg`, - Position: `down`, - Name: `Megan Webb`, - AthleteNumber: 30713, - BeatsPerMinute: 93, - TopSpeed: 5.6, - Registered: `2017-08-20T09:26:51-03:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/mt.png`, - CountryName: `Malta` - }), - new AthletesDataItem( - { - Id: 107, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/33.jpg`, - Position: `up`, - Name: `Pedro Marquez`, - AthleteNumber: 16169, - BeatsPerMinute: 97, - TopSpeed: 5.4, - Registered: `2017-11-11T05:14:31-02:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/mw.png`, - CountryName: `Malawi` - }), - new AthletesDataItem( - { - Id: 108, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/31.jpg`, - Position: `up`, - Name: `Noah Bergeron`, - AthleteNumber: 35139, - BeatsPerMinute: 110, - TopSpeed: 5.6, - Registered: `2017-06-23T01:21:21-03:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ci.png`, - CountryName: `Cote DIvoire` - }), - new AthletesDataItem( - { - Id: 110, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/15.jpg`, - Position: `current`, - Name: `Annabell Brand`, - AthleteNumber: 39233, - BeatsPerMinute: 93, - TopSpeed: 5.7, - Registered: `2017-03-01T12:21:24-02:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/pg.png`, - CountryName: `Papua New Guinea` - }), - new AthletesDataItem( - { - Id: 110, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/13.jpg`, - Position: `current`, - Name: `Özsu Keçeci`, - AthleteNumber: 29403, - BeatsPerMinute: 106, - TopSpeed: 4.2, - Registered: `2017-01-19T11:34:13-02:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/lv.png`, - CountryName: `Latvia` - }), - new AthletesDataItem( - { - Id: 110, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/26.jpg`, - Position: `down`, - Name: `Emilie Morin`, - AthleteNumber: 26164, - BeatsPerMinute: 98, - TopSpeed: 4.9, - Registered: `2017-02-01T04:18:19-02:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/kg.png`, - CountryName: `Kyrgyzstan` - }), - new AthletesDataItem( - { - Id: 111, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/23.jpg`, - Position: `up`, - Name: `Connor Green`, - AthleteNumber: 44716, - BeatsPerMinute: 95, - TopSpeed: 4.4, - Registered: `2017-06-30T11:23:25-03:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/bb.png`, - CountryName: `Barbados` - }), - new AthletesDataItem( - { - Id: 112, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/53.jpg`, - Position: `down`, - Name: `Karen Shaw`, - AthleteNumber: 31048, - BeatsPerMinute: 107, - TopSpeed: 5.7, - Registered: `2017-05-15T09:25:03-03:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ec.png`, - CountryName: `Ecuador` - }), - new AthletesDataItem( - { - Id: 113, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/36.jpg`, - Position: `current`, - Name: `Marialba Nascimento`, - AthleteNumber: 47061, - BeatsPerMinute: 108, - TopSpeed: 5.2, - Registered: `2017-09-19T05:47:21-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/tn.png`, - CountryName: `Tunisia` - }), - new AthletesDataItem( - { - Id: 113, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/37.jpg`, - Position: `current`, - Name: `Nick Naumann`, - AthleteNumber: 25566, - BeatsPerMinute: 109, - TopSpeed: 5.9, - Registered: `2017-07-12T09:01:11-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/sz.png`, - CountryName: `Swaziland` - }), - new AthletesDataItem( - { - Id: 116, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/1.jpg`, - Position: `down`, - Name: `Sevcan Kollen`, - AthleteNumber: 13728, - BeatsPerMinute: 104, - TopSpeed: 5.3, - Registered: `2017-09-08T08:29:08-03:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/gt.png`, - CountryName: `Guatemala` - }), - new AthletesDataItem( - { - Id: 121, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/48.jpg`, - Position: `current`, - Name: `Väinö Salmi`, - AthleteNumber: 29839, - BeatsPerMinute: 107, - TopSpeed: 5.5, - Registered: `2017-10-21T05:57:02-03:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/gw.png`, - CountryName: `Guinea-Bissau` - }), - new AthletesDataItem( - { - Id: 121, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/31.jpg`, - Position: `down`, - Name: `Ivan Ivanov`, - AthleteNumber: 11054, - BeatsPerMinute: 108, - TopSpeed: 5.7, - Registered: `2017-04-18T08:03:01-03:00`, - TrackProgress: 75, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/bg.png`, - CountryName: `Bulgaria` - }), - new AthletesDataItem( - { - Id: 121, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/45.jpg`, - Position: `current`, - Name: `Maurice Lambert`, - AthleteNumber: 17443, - BeatsPerMinute: 96, - TopSpeed: 5.6, - Registered: `2017-06-05T08:19:32-03:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/bd.png`, - CountryName: `Bangladesh` - }), - new AthletesDataItem( - { - Id: 122, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/71.jpg`, - Position: `down`, - Name: `Natalie Conrad`, - AthleteNumber: 42602, - BeatsPerMinute: 108, - TopSpeed: 6, - Registered: `2017-03-18T06:35:44-02:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/tt.png`, - CountryName: `Trinidad and Tobago` - }), - new AthletesDataItem( - { - Id: 122, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/57.jpg`, - Position: `down`, - Name: `Jack Jean-baptiste`, - AthleteNumber: 40427, - BeatsPerMinute: 110, - TopSpeed: 4.3, - Registered: `2017-11-09T08:50:06-02:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/cm.png`, - CountryName: `Cameroon` - }), - new AthletesDataItem( - { - Id: 123, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/19.jpg`, - Position: `down`, - Name: `Flora Perez`, - AthleteNumber: 23907, - BeatsPerMinute: 102, - TopSpeed: 5.8, - Registered: `2017-04-12T04:16:56-03:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/pl.png`, - CountryName: `Poland` - }), - new AthletesDataItem( - { - Id: 123, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/12.jpg`, - Position: `up`, - Name: `آنیتا كامياران`, - AthleteNumber: 18980, - BeatsPerMinute: 90, - TopSpeed: 4.5, - Registered: `2017-07-21T06:42:59-03:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/lb.png`, - CountryName: `Lebanon` - }), - new AthletesDataItem( - { - Id: 123, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/31.jpg`, - Position: `current`, - Name: `Eeli Makinen`, - AthleteNumber: 45296, - BeatsPerMinute: 106, - TopSpeed: 5.2, - Registered: `2017-01-06T09:58:02-02:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/fi.png`, - CountryName: `Finland` - }), - new AthletesDataItem( - { - Id: 124, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/98.jpg`, - Position: `down`, - Name: `Mathieu Mathieu`, - AthleteNumber: 10555, - BeatsPerMinute: 101, - TopSpeed: 5.2, - Registered: `2017-01-05T07:28:11-02:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/uz.png`, - CountryName: `Uzbekistan` - }), - new AthletesDataItem( - { - Id: 124, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/19.jpg`, - Position: `current`, - Name: `Marie Poulsen`, - AthleteNumber: 44113, - BeatsPerMinute: 109, - TopSpeed: 4.7, - Registered: `2017-04-15T10:25:21-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ma.png`, - CountryName: `Morocco` - }), - new AthletesDataItem( - { - Id: 125, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/16.jpg`, - Position: `current`, - Name: `Altiva Alves`, - AthleteNumber: 31850, - BeatsPerMinute: 106, - TopSpeed: 5.1, - Registered: `2017-11-09T02:43:54-02:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/km.png`, - CountryName: `Comoros` - }), - new AthletesDataItem( - { - Id: 127, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/52.jpg`, - Position: `down`, - Name: `Gerardo Soto`, - AthleteNumber: 22958, - BeatsPerMinute: 90, - TopSpeed: 5, - Registered: `2017-06-04T12:52:03-03:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/co.png`, - CountryName: `Colombia` - }), - new AthletesDataItem( - { - Id: 128, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/52.jpg`, - Position: `up`, - Name: `Sophie Lewis`, - AthleteNumber: 46222, - BeatsPerMinute: 106, - TopSpeed: 4.4, - Registered: `2017-02-20T09:42:07-02:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/mc.png`, - CountryName: `Monaco` - }), - new AthletesDataItem( - { - Id: 129, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/34.jpg`, - Position: `up`, - Name: `Ella Hansen`, - AthleteNumber: 27075, - BeatsPerMinute: 101, - TopSpeed: 5.1, - Registered: `2017-01-05T10:12:42-02:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/lk.png`, - CountryName: `Sri Lanka` - }), - new AthletesDataItem( - { - Id: 130, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/94.jpg`, - Position: `up`, - Name: `Adem Özdoğan`, - AthleteNumber: 45143, - BeatsPerMinute: 90, - TopSpeed: 5.5, - Registered: `2017-02-16T07:11:52-02:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/tm.png`, - CountryName: `Turkmenistan` - }), - new AthletesDataItem( - { - Id: 130, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/24.jpg`, - Position: `down`, - Name: `آوا احمدی`, - AthleteNumber: 44347, - BeatsPerMinute: 110, - TopSpeed: 4.1, - Registered: `2017-06-04T09:04:31-03:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/cn.png`, - CountryName: `China` - }), - new AthletesDataItem( - { - Id: 131, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/61.jpg`, - Position: `current`, - Name: `Eliza Bishop`, - AthleteNumber: 31774, - BeatsPerMinute: 96, - TopSpeed: 4.7, - Registered: `2017-09-22T11:49:02-03:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/eh.png`, - CountryName: `Western Sahara` - }), - new AthletesDataItem( - { - Id: 131, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/61.jpg`, - Position: `down`, - Name: `Veronika Huber`, - AthleteNumber: 18146, - BeatsPerMinute: 103, - TopSpeed: 5.2, - Registered: `2017-07-13T02:23:56-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/to.png`, - CountryName: `Tonga` - }), - new AthletesDataItem( - { - Id: 134, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/66.jpg`, - Position: `down`, - Name: `Anni Waisanen`, - AthleteNumber: 32133, - BeatsPerMinute: 99, - TopSpeed: 5, - Registered: `2017-08-17T01:35:09-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/do.png`, - CountryName: `Dominican Republic` - }), - new AthletesDataItem( - { - Id: 135, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/84.jpg`, - Position: `down`, - Name: `Darryl Douglas`, - AthleteNumber: 35826, - BeatsPerMinute: 96, - TopSpeed: 4.6, - Registered: `2017-07-20T11:45:52-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/tr.png`, - CountryName: `Turkey` - }), - new AthletesDataItem( - { - Id: 136, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/10.jpg`, - Position: `down`, - Name: `Elaine Matthews`, - AthleteNumber: 38574, - BeatsPerMinute: 110, - TopSpeed: 5.5, - Registered: `2017-01-26T11:50:00-02:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/cv.png`, - CountryName: `Cape Verde` - }), - new AthletesDataItem( - { - Id: 137, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/75.jpg`, - Position: `up`, - Name: `Gloria Caballero`, - AthleteNumber: 43379, - BeatsPerMinute: 103, - TopSpeed: 4.3, - Registered: `2017-08-10T08:27:45-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/il.png`, - CountryName: `Israel` - }), - new AthletesDataItem( - { - Id: 137, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/80.jpg`, - Position: `down`, - Name: `Lance Dunn`, - AthleteNumber: 10113, - BeatsPerMinute: 94, - TopSpeed: 4.5, - Registered: `2017-03-13T10:51:36-02:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/cy.png`, - CountryName: `Cyprus` - }), - new AthletesDataItem( - { - Id: 138, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/31.jpg`, - Position: `down`, - Name: `Antoine Mackay`, - AthleteNumber: 34547, - BeatsPerMinute: 104, - TopSpeed: 5, - Registered: `2017-08-22T09:11:37-03:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ls.png`, - CountryName: `Lesotho` - }), - new AthletesDataItem( - { - Id: 138, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/78.jpg`, - Position: `current`, - Name: `Oscar Calvo`, - AthleteNumber: 45078, - BeatsPerMinute: 109, - TopSpeed: 4.3, - Registered: `2017-06-19T10:57:42-03:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/cu.png`, - CountryName: `Cuba` - }), - new AthletesDataItem( - { - Id: 138, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/38.jpg`, - Position: `current`, - Name: `Derrick Price`, - AthleteNumber: 19792, - BeatsPerMinute: 94, - TopSpeed: 5.6, - Registered: `2017-03-19T01:10:55-02:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ar.png`, - CountryName: `Argentina` - }), - new AthletesDataItem( - { - Id: 139, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/28.jpg`, - Position: `current`, - Name: `Annabell Barth`, - AthleteNumber: 41130, - BeatsPerMinute: 103, - TopSpeed: 5, - Registered: `2017-08-24T11:58:56-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ht.png`, - CountryName: `Haiti` - }), - new AthletesDataItem( - { - Id: 141, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/15.jpg`, - Position: `current`, - Name: `Miro Korpela`, - AthleteNumber: 40544, - BeatsPerMinute: 104, - TopSpeed: 5.3, - Registered: `2017-01-10T07:12:44-02:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/nl.png`, - CountryName: `Netherlands` - }), - new AthletesDataItem( - { - Id: 142, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/63.jpg`, - Position: `current`, - Name: `Nicoline Thomsen`, - AthleteNumber: 36778, - BeatsPerMinute: 99, - TopSpeed: 5.5, - Registered: `2017-03-26T10:04:29-03:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/bj.png`, - CountryName: `Benin` - }), - new AthletesDataItem( - { - Id: 143, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/38.jpg`, - Position: `up`, - Name: `رضا کوتی`, - AthleteNumber: 13640, - BeatsPerMinute: 103, - TopSpeed: 4.2, - Registered: `2017-04-30T02:34:29-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/pk.png`, - CountryName: `Pakistan` - }), - new AthletesDataItem( - { - Id: 144, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/57.jpg`, - Position: `down`, - Name: `Milja Leino`, - AthleteNumber: 33563, - BeatsPerMinute: 110, - TopSpeed: 4.1, - Registered: `2017-11-01T10:34:07-02:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/bf.png`, - CountryName: `Burkina Faso` - }), - new AthletesDataItem( - { - Id: 147, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/8.jpg`, - Position: `down`, - Name: `میلاد یاسمی`, - AthleteNumber: 44023, - BeatsPerMinute: 104, - TopSpeed: 5.2, - Registered: `2017-06-10T04:11:01-03:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/tg.png`, - CountryName: `Togo` - }), - new AthletesDataItem( - { - Id: 150, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/52.jpg`, - Position: `up`, - Name: `Gustav Petersen`, - AthleteNumber: 20984, - BeatsPerMinute: 107, - TopSpeed: 4.6, - Registered: `2017-01-01T07:40:19-02:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/bz.png`, - CountryName: `Belize` - }), - new AthletesDataItem( - { - Id: 151, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/88.jpg`, - Position: `current`, - Name: `Charlotte Mills`, - AthleteNumber: 49829, - BeatsPerMinute: 92, - TopSpeed: 5.3, - Registered: `2017-05-10T04:33:10-03:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/mg.png`, - CountryName: `Madagascar` - }), - new AthletesDataItem( - { - Id: 154, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/54.jpg`, - Position: `down`, - Name: `Rhonda Simmmons`, - AthleteNumber: 37139, - BeatsPerMinute: 96, - TopSpeed: 5.1, - Registered: `2017-07-03T05:39:45-03:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/nr.png`, - CountryName: `Nauru` - }), - new AthletesDataItem( - { - Id: 155, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/82.jpg`, - Position: `up`, - Name: `Justin Philippe`, - AthleteNumber: 12858, - BeatsPerMinute: 104, - TopSpeed: 5.7, - Registered: `2017-03-16T02:00:35-02:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/mv.png`, - CountryName: `Maldives` - }), - new AthletesDataItem( - { - Id: 159, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/66.jpg`, - Position: `up`, - Name: `Eva Dean`, - AthleteNumber: 48874, - BeatsPerMinute: 103, - TopSpeed: 5.7, - Registered: `2017-03-04T01:58:52-02:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/st.png`, - CountryName: `Sao Tome and Principe` - }), - new AthletesDataItem( - { - Id: 161, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/89.jpg`, - Position: `up`, - Name: `Franklin Byrd`, - AthleteNumber: 49498, - BeatsPerMinute: 106, - TopSpeed: 5.3, - Registered: `2017-11-04T11:09:26-02:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/tw.png`, - CountryName: `Taiwan, Province of China` - }), - new AthletesDataItem( - { - Id: 161, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/38.jpg`, - Position: `current`, - Name: `Alex Martin`, - AthleteNumber: 27887, - BeatsPerMinute: 96, - TopSpeed: 4.2, - Registered: `2017-10-28T04:06:33-03:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/eg.png`, - CountryName: `Egypt` - }), - new AthletesDataItem( - { - Id: 162, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/0.jpg`, - Position: `current`, - Name: `Alex Craig`, - AthleteNumber: 21868, - BeatsPerMinute: 94, - TopSpeed: 4.2, - Registered: `2017-03-19T10:20:51-02:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/sy.png`, - CountryName: `Syrian Arab Republic` - }), - new AthletesDataItem( - { - Id: 162, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/5.jpg`, - Position: `down`, - Name: `Adam Bouchard`, - AthleteNumber: 38672, - BeatsPerMinute: 99, - TopSpeed: 4.7, - Registered: `2017-01-04T03:04:05-02:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/sc.png`, - CountryName: `Seychelles` - }), - new AthletesDataItem( - { - Id: 163, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/70.jpg`, - Position: `down`, - Name: `میلاد قاسمی`, - AthleteNumber: 12788, - BeatsPerMinute: 101, - TopSpeed: 4.1, - Registered: `2017-03-01T07:51:17-02:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ws.png`, - CountryName: `Samoa` - }), - new AthletesDataItem( - { - Id: 163, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/52.jpg`, - Position: `up`, - Name: `Millie Cooper`, - AthleteNumber: 14610, - BeatsPerMinute: 99, - TopSpeed: 5.4, - Registered: `2017-05-08T09:30:14-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ni.png`, - CountryName: `Nicaragua` - }), - new AthletesDataItem( - { - Id: 163, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/21.jpg`, - Position: `up`, - Name: `Pippa Roberts`, - AthleteNumber: 15588, - BeatsPerMinute: 105, - TopSpeed: 4.1, - Registered: `2017-02-07T10:23:13-02:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/kh.png`, - CountryName: `Cambodia` - }), - new AthletesDataItem( - { - Id: 164, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/51.jpg`, - Position: `current`, - Name: `Ethel Stephens`, - AthleteNumber: 18692, - BeatsPerMinute: 94, - TopSpeed: 4.1, - Registered: `2017-02-13T05:03:04-02:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ua.png`, - CountryName: `Ukraine` - }), - new AthletesDataItem( - { - Id: 165, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/79.jpg`, - Position: `down`, - Name: `Mario Ellis`, - AthleteNumber: 18026, - BeatsPerMinute: 99, - TopSpeed: 5.5, - Registered: `2017-02-13T11:53:15-02:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ml.png`, - CountryName: `Mali` - }), - new AthletesDataItem( - { - Id: 166, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/74.jpg`, - Position: `current`, - Name: `Maria Parra`, - AthleteNumber: 39861, - BeatsPerMinute: 106, - TopSpeed: 6, - Registered: `2017-01-30T09:22:52-02:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ki.png`, - CountryName: `Kiribati` - }), - new AthletesDataItem( - { - Id: 167, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/67.jpg`, - Position: `down`, - Name: `Aatu Ranta`, - AthleteNumber: 38049, - BeatsPerMinute: 94, - TopSpeed: 5.1, - Registered: `2017-07-21T04:22:18-03:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ae.png`, - CountryName: `United Arab Emirates` - }), - new AthletesDataItem( - { - Id: 167, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/62.jpg`, - Position: `current`, - Name: `Pippa Morris`, - AthleteNumber: 44421, - BeatsPerMinute: 101, - TopSpeed: 5.5, - Registered: `2017-03-06T09:21:58-02:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/tj.png`, - CountryName: `Tajikistan` - }), - new AthletesDataItem( - { - Id: 167, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/32.jpg`, - Position: `current`, - Name: `Esma Adıvar`, - AthleteNumber: 35565, - BeatsPerMinute: 99, - TopSpeed: 4.2, - Registered: `2017-06-17T12:34:29-03:00`, - TrackProgress: 75, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ph.png`, - CountryName: `Philippines` - }), - new AthletesDataItem( - { - Id: 167, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/19.jpg`, - Position: `down`, - Name: `Louis Smith`, - AthleteNumber: 31837, - BeatsPerMinute: 98, - TopSpeed: 5.4, - Registered: `2017-03-19T08:12:23-02:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/lr.png`, - CountryName: `Liberia` - }), - new AthletesDataItem( - { - Id: 167, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/81.jpg`, - Position: `down`, - Name: `Milo Charles`, - AthleteNumber: 10661, - BeatsPerMinute: 99, - TopSpeed: 5.4, - Registered: `2017-07-20T09:00:22-03:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/is.png`, - CountryName: `Iceland` - }), - new AthletesDataItem( - { - Id: 168, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/10.jpg`, - Position: `current`, - Name: `Calvin Hunt`, - AthleteNumber: 35535, - BeatsPerMinute: 94, - TopSpeed: 4.5, - Registered: `2017-11-07T09:58:42-02:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/at.png`, - CountryName: `Austria` - }), - new AthletesDataItem( - { - Id: 169, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/44.jpg`, - Position: `up`, - Name: `Aziz Santos`, - AthleteNumber: 38947, - BeatsPerMinute: 98, - TopSpeed: 4, - Registered: `2017-04-03T02:18:46-03:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/gb.png`, - CountryName: `United Kingdom` - }), - new AthletesDataItem( - { - Id: 169, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/21.jpg`, - Position: `down`, - Name: `Julian Barth`, - AthleteNumber: 19011, - BeatsPerMinute: 91, - TopSpeed: 5.2, - Registered: `2017-04-21T08:08:33-03:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/gd.png`, - CountryName: `Grenada` - }), - new AthletesDataItem( - { - Id: 170, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/60.jpg`, - Position: `up`, - Name: `Fernando Gimenez`, - AthleteNumber: 31290, - BeatsPerMinute: 102, - TopSpeed: 5.1, - Registered: `2017-06-21T06:45:54-03:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/uz.png`, - CountryName: `Uruguay` - }), - new AthletesDataItem( - { - Id: 173, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/18.jpg`, - Position: `current`, - Name: `Hassana Camp`, - AthleteNumber: 14467, - BeatsPerMinute: 104, - TopSpeed: 5.2, - Registered: `2017-06-02T12:21:59-03:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/cz.png`, - CountryName: `Czechia` - }), - new AthletesDataItem( - { - Id: 174, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/29.jpg`, - Position: `current`, - Name: `Beatriz Gallardo`, - AthleteNumber: 38538, - BeatsPerMinute: 101, - TopSpeed: 6, - Registered: `2017-11-06T02:14:31-02:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/er.png`, - CountryName: `Eritrea` - }), - new AthletesDataItem( - { - Id: 176, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/26.jpg`, - Position: `current`, - Name: `Tim Neal`, - AthleteNumber: 45860, - BeatsPerMinute: 97, - TopSpeed: 5.6, - Registered: `2017-04-21T04:06:34-03:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/pa.png`, - CountryName: `Panama` - }), - new AthletesDataItem( - { - Id: 176, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/35.jpg`, - Position: `down`, - Name: `Laudelino Castro`, - AthleteNumber: 12711, - BeatsPerMinute: 106, - TopSpeed: 4.4, - Registered: `2017-02-08T04:03:22-02:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/hr.png`, - CountryName: `Croatia` - }), - new AthletesDataItem( - { - Id: 178, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/65.jpg`, - Position: `down`, - Name: `Lillian Wade`, - AthleteNumber: 10729, - BeatsPerMinute: 110, - TopSpeed: 4.8, - Registered: `2017-04-07T09:53:13-03:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/sb.png`, - CountryName: `Solomon Islands` - }), - new AthletesDataItem( - { - Id: 180, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/90.jpg`, - Position: `up`, - Name: `Lillian Bowman`, - AthleteNumber: 35323, - BeatsPerMinute: 103, - TopSpeed: 4.5, - Registered: `2017-08-31T11:55:25-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/gy.png`, - CountryName: `Guyana` - }), - new AthletesDataItem( - { - Id: 182, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/14.jpg`, - Position: `up`, - Name: `Ariena Achterberg`, - AthleteNumber: 41330, - BeatsPerMinute: 92, - TopSpeed: 5.6, - Registered: `2017-10-22T02:15:39-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/kr.png`, - CountryName: `South Korea` - }), - new AthletesDataItem( - { - Id: 182, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/94.jpg`, - Position: `current`, - Name: `Gerald Schmidt`, - AthleteNumber: 47410, - BeatsPerMinute: 102, - TopSpeed: 5.8, - Registered: `2017-02-20T11:53:08-02:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ge.png`, - CountryName: `Georgia` - }), - new AthletesDataItem( - { - Id: 183, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/74.jpg`, - Position: `down`, - Name: `Yarno Kin`, - AthleteNumber: 47324, - BeatsPerMinute: 107, - TopSpeed: 5.1, - Registered: `2017-08-26T08:21:22-03:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ro.png`, - CountryName: `Romania` - }), - new AthletesDataItem( - { - Id: 183, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/53.jpg`, - Position: `up`, - Name: `رونیکا سلطانی نژاد`, - AthleteNumber: 35233, - BeatsPerMinute: 99, - TopSpeed: 4.6, - Registered: `2017-08-13T01:05:52-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/mk.png`, - CountryName: `Macedonia, The Former Yugoslav Republic of` - }), - new AthletesDataItem( - { - Id: 186, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/2.jpg`, - Position: `up`, - Name: `کوروش کامروا`, - AthleteNumber: 13506, - BeatsPerMinute: 109, - TopSpeed: 4.4, - Registered: `2017-04-16T01:10:37-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/nu.png`, - CountryName: `Niue` - }), - new AthletesDataItem( - { - Id: 186, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/42.jpg`, - Position: `up`, - Name: `Jimmy Bailey`, - AthleteNumber: 38510, - BeatsPerMinute: 101, - TopSpeed: 4.7, - Registered: `2017-06-30T04:13:42-03:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/cr.png`, - CountryName: `Costa Rica` - }), - new AthletesDataItem( - { - Id: 188, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/3.jpg`, - Position: `current`, - Name: `Foppe Delfos`, - AthleteNumber: 39679, - BeatsPerMinute: 107, - TopSpeed: 4.1, - Registered: `2017-08-05T10:54:56-03:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/py.png`, - CountryName: `Paraguay` - }), - new AthletesDataItem( - { - Id: 188, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/81.jpg`, - Position: `down`, - Name: `آراد یاسمی`, - AthleteNumber: 34370, - BeatsPerMinute: 99, - TopSpeed: 5.9, - Registered: `2017-02-02T11:42:41-02:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/mu.png`, - CountryName: `Mauritius` - }), - new AthletesDataItem( - { - Id: 188, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/45.jpg`, - Position: `down`, - Name: `Ceylan Duygulu`, - AthleteNumber: 21527, - BeatsPerMinute: 99, - TopSpeed: 4.9, - Registered: `2017-07-13T09:06:04-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/dm.png`, - CountryName: `Dominica` - }), - new AthletesDataItem( - { - Id: 190, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/2.jpg`, - Position: `current`, - Name: `Venla Korpela`, - AthleteNumber: 16454, - BeatsPerMinute: 92, - TopSpeed: 4.1, - Registered: `2017-08-22T10:36:38-03:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/hu.png`, - CountryName: `Hungary` - }), - new AthletesDataItem( - { - Id: 190, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/53.jpg`, - Position: `current`, - Name: `Gladys Van Der Steeg`, - AthleteNumber: 20216, - BeatsPerMinute: 94, - TopSpeed: 4.3, - Registered: `2017-10-09T02:01:16-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/de.png`, - CountryName: `Germany` - }), - new AthletesDataItem( - { - Id: 190, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/44.jpg`, - Position: `current`, - Name: `Kiara Dubois`, - AthleteNumber: 49964, - BeatsPerMinute: 97, - TopSpeed: 5.6, - Registered: `2017-09-28T04:37:56-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/au.png`, - CountryName: `Australia` - }), - new AthletesDataItem( - { - Id: 191, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/42.jpg`, - Position: `current`, - Name: `آرش احمدی`, - AthleteNumber: 36948, - BeatsPerMinute: 90, - TopSpeed: 4.1, - Registered: `2017-09-08T01:22:14-03:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/np.png`, - CountryName: `Nepal` - }), - new AthletesDataItem( - { - Id: 191, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/13.jpg`, - Position: `up`, - Name: `Sheryl Collins`, - AthleteNumber: 36473, - BeatsPerMinute: 98, - TopSpeed: 4.2, - Registered: `2017-03-23T12:54:35-02:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ke.png`, - CountryName: `Kenya` - }), - new AthletesDataItem( - { - Id: 191, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/72.jpg`, - Position: `up`, - Name: `Clarisse Rey`, - AthleteNumber: 29795, - BeatsPerMinute: 98, - TopSpeed: 4.9, - Registered: `2017-06-09T08:07:19-03:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ba.png`, - CountryName: `Bosnia and Herzegovina` - }), - new AthletesDataItem( - { - Id: 192, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/44.jpg`, - Position: `down`, - Name: `Viivi Kujala`, - AthleteNumber: 29939, - BeatsPerMinute: 93, - TopSpeed: 4.1, - Registered: `2017-05-03T02:40:05-03:00`, - TrackProgress: 75, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/so.png`, - CountryName: `Somalia` - }), - new AthletesDataItem( - { - Id: 193, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/9.jpg`, - Position: `down`, - Name: `Juanita Franklin`, - AthleteNumber: 13907, - BeatsPerMinute: 91, - TopSpeed: 6, - Registered: `2017-10-04T02:46:46-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/vu.png`, - CountryName: `Vanuatu` - }), - new AthletesDataItem( - { - Id: 193, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/59.jpg`, - Position: `down`, - Name: `Sophia Carlson`, - AthleteNumber: 44183, - BeatsPerMinute: 102, - TopSpeed: 5.1, - Registered: `2017-09-04T07:03:19-03:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ee.png`, - CountryName: `Estonia` - }), - new AthletesDataItem( - { - Id: 194, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/62.jpg`, - Position: `up`, - Name: `آوا سلطانی نژاد`, - AthleteNumber: 45635, - BeatsPerMinute: 98, - TopSpeed: 4.1, - Registered: `2017-04-10T11:39:46-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/se.png`, - CountryName: `Sweden` - }), - new AthletesDataItem( - { - Id: 194, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/11.jpg`, - Position: `down`, - Name: `Kaya Taşlı`, - AthleteNumber: 42291, - BeatsPerMinute: 100, - TopSpeed: 4.7, - Registered: `2017-01-30T03:23:36-02:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/sn.png`, - CountryName: `Senegal` - }), - new AthletesDataItem( - { - Id: 194, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/71.jpg`, - Position: `down`, - Name: `Adrian Ibañez`, - AthleteNumber: 21968, - BeatsPerMinute: 105, - TopSpeed: 5.3, - Registered: `2017-02-03T04:36:54-02:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/om.png`, - CountryName: `Oman` - }), - new AthletesDataItem( - { - Id: 196, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/17.jpg`, - Position: `current`, - Name: `Parel Zuidhof`, - AthleteNumber: 32718, - BeatsPerMinute: 105, - TopSpeed: 5, - Registered: `2017-01-21T10:19:56-02:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/jm.png`, - CountryName: `Jamaica` - }), - new AthletesDataItem( - { - Id: 196, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/30.jpg`, - Position: `up`, - Name: `Begüm Erkekli`, - AthleteNumber: 37888, - BeatsPerMinute: 104, - TopSpeed: 4.6, - Registered: `2017-10-04T03:02:35-03:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/sv.png`, - CountryName: `El Salvador` - }), - new AthletesDataItem( - { - Id: 197, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/93.jpg`, - Position: `current`, - Name: `Brent Lord`, - AthleteNumber: 20943, - BeatsPerMinute: 92, - TopSpeed: 4.8, - Registered: `2017-01-23T06:14:22-02:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/dz.png`, - CountryName: `Algeria` - }), - new AthletesDataItem( - { - Id: 199, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/68.jpg`, - Position: `up`, - Name: `Lucie Dumont`, - AthleteNumber: 12104, - BeatsPerMinute: 108, - TopSpeed: 4, - Registered: `2017-01-08T02:13:29-02:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ca.png`, - CountryName: `Canada` - }), - new AthletesDataItem( - { - Id: 210, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/13.jpg`, - Position: `down`, - Name: `Maeva Bergeron`, - AthleteNumber: 15655, - BeatsPerMinute: 94, - TopSpeed: 5.9, - Registered: `2017-10-03T09:42:15-03:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/mx.png`, - CountryName: `Mexico` - }), - new AthletesDataItem( - { - Id: 212, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/83.jpg`, - Position: `up`, - Name: `Sara Larsen`, - AthleteNumber: 37094, - BeatsPerMinute: 97, - TopSpeed: 4.5, - Registered: `2017-04-14T11:48:28-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/sa.png`, - CountryName: `Saudi Arabia` - }), - new AthletesDataItem( - { - Id: 214, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/84.jpg`, - Position: `up`, - Name: `Ömür Denkel`, - AthleteNumber: 31061, - BeatsPerMinute: 104, - TopSpeed: 4.5, - Registered: `2017-02-18T05:32:55-02:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/tv.png`, - CountryName: `Tuvalu` - }), - new AthletesDataItem( - { - Id: 215, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/79.jpg`, - Position: `down`, - Name: `Marilou Hubert`, - AthleteNumber: 43655, - BeatsPerMinute: 104, - TopSpeed: 4.2, - Registered: `2017-09-28T11:13:00-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/mm.png`, - CountryName: `Myanmar` - }), - new AthletesDataItem( - { - Id: 216, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/72.jpg`, - Position: `down`, - Name: `Felix Olsen`, - AthleteNumber: 43198, - BeatsPerMinute: 101, - TopSpeed: 4.2, - Registered: `2017-09-27T01:17:14-03:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/fr.png`, - CountryName: `France` - }), - new AthletesDataItem( - { - Id: 219, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/6.jpg`, - Position: `current`, - Name: `Sedef Tunçeri`, - AthleteNumber: 48164, - BeatsPerMinute: 108, - TopSpeed: 5.6, - Registered: `2017-03-29T11:54:15-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/bt.png`, - CountryName: `Bhutan` - }), - new AthletesDataItem( - { - Id: 221, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/73.jpg`, - Position: `down`, - Name: `Kuzey Aclan`, - AthleteNumber: 18583, - BeatsPerMinute: 102, - TopSpeed: 5.3, - Registered: `2017-09-12T09:14:14-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/td.png`, - CountryName: `Chad` - }), - new AthletesDataItem( - { - Id: 223, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/72.jpg`, - Position: `down`, - Name: `Gökhan Aşıkoğlu`, - AthleteNumber: 13890, - BeatsPerMinute: 105, - TopSpeed: 5.4, - Registered: `2017-03-31T06:14:26-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/jp.png`, - CountryName: `Japan` - }), - new AthletesDataItem( - { - Id: 224, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/0.jpg`, - Position: `down`, - Name: `Joan Ortega`, - AthleteNumber: 49478, - BeatsPerMinute: 103, - TopSpeed: 5.4, - Registered: `2017-07-04T03:01:47-03:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/gq.png`, - CountryName: `Equatorial Guinea` - }), - new AthletesDataItem( - { - Id: 225, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/42.jpg`, - Position: `up`, - Name: `Stanley Hart`, - AthleteNumber: 14150, - BeatsPerMinute: 91, - TopSpeed: 4.5, - Registered: `2017-08-19T03:02:33-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ve.png`, - CountryName: `Venezuela` - }), - new AthletesDataItem( - { - Id: 227, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/9.jpg`, - Position: `current`, - Name: `Johann Hinz`, - AthleteNumber: 48244, - BeatsPerMinute: 94, - TopSpeed: 4.3, - Registered: `2017-03-10T07:36:56-02:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/sd.png`, - CountryName: `Sudan` - }), - new AthletesDataItem( - { - Id: 227, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/61.jpg`, - Position: `up`, - Name: `Layla Douglas`, - AthleteNumber: 21977, - BeatsPerMinute: 97, - TopSpeed: 5.4, - Registered: `2017-04-19T11:43:38-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/si.png`, - CountryName: `Slovenia` - }), - new AthletesDataItem( - { - Id: 229, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/29.jpg`, - Position: `current`, - Name: `Selmo Caldeira`, - AthleteNumber: 21837, - BeatsPerMinute: 110, - TopSpeed: 4.9, - Registered: `2017-10-20T03:40:24-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ly.png`, - CountryName: `Libyan Arab Jamahiriya` - }), - new AthletesDataItem( - { - Id: 231, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/56.jpg`, - Position: `up`, - Name: `Judd Campbell`, - AthleteNumber: 37365, - BeatsPerMinute: 110, - TopSpeed: 5, - Registered: `2017-10-19T11:01:10-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/la.png`, - CountryName: `Lao PeopleS Democratic Republic` - }), - new AthletesDataItem( - { - Id: 233, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/18.jpg`, - Position: `up`, - Name: `Zackary Roy`, - AthleteNumber: 45996, - BeatsPerMinute: 92, - TopSpeed: 4.9, - Registered: `2017-07-07T03:51:26-03:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/bs.png`, - CountryName: `Bahamas` - }), - new AthletesDataItem( - { - Id: 234, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/19.jpg`, - Position: `down`, - Name: `Linda Schäfer`, - AthleteNumber: 43074, - BeatsPerMinute: 107, - TopSpeed: 5.1, - Registered: `2017-01-05T11:41:20-02:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ye.png`, - CountryName: `Yemen` - }), - new AthletesDataItem( - { - Id: 235, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/42.jpg`, - Position: `down`, - Name: `Elaine Smith`, - AthleteNumber: 38243, - BeatsPerMinute: 108, - TopSpeed: 4, - Registered: `2017-06-11T12:20:41-03:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/li.png`, - CountryName: `Liechtenstein` - }), - new AthletesDataItem( - { - Id: 237, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/86.jpg`, - Position: `down`, - Name: `Clyde Matthews`, - AthleteNumber: 11955, - BeatsPerMinute: 93, - TopSpeed: 5.2, - Registered: `2017-03-02T05:01:02-02:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/pw.png`, - CountryName: `Palau` - }), - new AthletesDataItem( - { - Id: 238, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/17.jpg`, - Position: `current`, - Name: `Charlotte Meyer`, - AthleteNumber: 21442, - BeatsPerMinute: 110, - TopSpeed: 4.6, - Registered: `2017-10-19T10:38:35-03:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ck.png`, - CountryName: `Cook Islands` - }), - new AthletesDataItem( - { - Id: 240, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/5.jpg`, - Position: `down`, - Name: `Carter Evans`, - AthleteNumber: 46961, - BeatsPerMinute: 100, - TopSpeed: 5.3, - Registered: `2017-07-23T02:43:07-03:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/lu.png`, - CountryName: `Luxembourg` - }), - new AthletesDataItem( - { - Id: 240, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/33.jpg`, - Position: `down`, - Name: `Alberto Clark`, - AthleteNumber: 29912, - BeatsPerMinute: 93, - TopSpeed: 4.6, - Registered: `2017-02-02T03:50:21-02:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ag.png`, - CountryName: `Antigua and Barbuda` - }), - new AthletesDataItem( - { - Id: 241, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/65.jpg`, - Position: `down`, - Name: `Lilly Keuter`, - AthleteNumber: 49893, - BeatsPerMinute: 102, - TopSpeed: 4.5, - Registered: `2017-01-20T02:38:39-02:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/kn.png`, - CountryName: `Saint Kitts and Nevis` - }), - new AthletesDataItem( - { - Id: 241, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/20.jpg`, - Position: `up`, - Name: `Oskari Karjala`, - AthleteNumber: 31498, - BeatsPerMinute: 90, - TopSpeed: 4.5, - Registered: `2017-05-10T12:45:12-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/fm.png`, - CountryName: `Micronesia, Federated States of` - }), - new AthletesDataItem( - { - Id: 242, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/83.jpg`, - Position: `down`, - Name: `Caitlin Jackson`, - AthleteNumber: 45472, - BeatsPerMinute: 101, - TopSpeed: 4.3, - Registered: `2017-09-17T09:41:01-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/mz.png`, - CountryName: `Mozambique` - }), - new AthletesDataItem( - { - Id: 243, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/77.jpg`, - Position: `down`, - Name: `Cathalijne Van Der Ree`, - AthleteNumber: 45160, - BeatsPerMinute: 102, - TopSpeed: 5.4, - Registered: `2017-02-13T05:23:49-02:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ug.png`, - CountryName: `Uganda` - }), - new AthletesDataItem( - { - Id: 243, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/94.jpg`, - Position: `up`, - Name: `Emma Turner`, - AthleteNumber: 39487, - BeatsPerMinute: 110, - TopSpeed: 5.7, - Registered: `2017-07-30T01:33:14-03:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/tz.png`, - CountryName: `Tanzania, United Republic of` - }), - new AthletesDataItem( - { - Id: 243, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/42.jpg`, - Position: `up`, - Name: `Kent Clark`, - AthleteNumber: 32799, - BeatsPerMinute: 106, - TopSpeed: 5.7, - Registered: `2017-01-24T01:00:15-02:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/pe.png`, - CountryName: `Peru` - }), - new AthletesDataItem( - { - Id: 246, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/55.jpg`, - Position: `current`, - Name: `Ronja Kraft`, - AthleteNumber: 21800, - BeatsPerMinute: 101, - TopSpeed: 5.3, - Registered: `2017-04-02T03:33:57-03:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/dk.png`, - CountryName: `Denmark` - }), - new AthletesDataItem( - { - Id: 251, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/34.jpg`, - Position: `down`, - Name: `Eléa Robin`, - AthleteNumber: 26742, - BeatsPerMinute: 90, - TopSpeed: 4.7, - Registered: `2017-03-30T12:34:24-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/vc.png`, - CountryName: `Saint Vincent and the Grenadines` - }), - new AthletesDataItem( - { - Id: 251, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/74.jpg`, - Position: `up`, - Name: `Alex Meyer`, - AthleteNumber: 44390, - BeatsPerMinute: 94, - TopSpeed: 4.3, - Registered: `2017-08-04T07:05:34-03:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/md.png`, - CountryName: `Moldova, Republic of` - }), - new AthletesDataItem( - { - Id: 252, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/94.jpg`, - Position: `down`, - Name: `Adérito Lopes`, - AthleteNumber: 21320, - BeatsPerMinute: 91, - TopSpeed: 5.2, - Registered: `2017-01-07T06:47:56-02:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/mh.png`, - CountryName: `Marshall Islands` - }), - new AthletesDataItem( - { - Id: 253, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/51.jpg`, - Position: `current`, - Name: `Kayla Patel`, - AthleteNumber: 42780, - BeatsPerMinute: 103, - TopSpeed: 4.7, - Registered: `2017-04-20T09:33:53-03:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ne.png`, - CountryName: `Niger` - }), - new AthletesDataItem( - { - Id: 258, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/31.jpg`, - Position: `current`, - Name: `Diego Gautier`, - AthleteNumber: 26320, - BeatsPerMinute: 97, - TopSpeed: 4.6, - Registered: `2017-06-11T03:50:43-03:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ng.png`, - CountryName: `Nigeria` - }), - new AthletesDataItem( - { - Id: 258, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/30.jpg`, - Position: `up`, - Name: `Veera Saari`, - AthleteNumber: 40408, - BeatsPerMinute: 100, - TopSpeed: 4.7, - Registered: `2017-10-28T10:39:22-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/iq.png`, - CountryName: `Iraq` - }), - new AthletesDataItem( - { - Id: 258, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/60.jpg`, - Position: `down`, - Name: `Zaina Pomp`, - AthleteNumber: 14109, - BeatsPerMinute: 90, - TopSpeed: 5.7, - Registered: `2017-09-07T11:17:40-03:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ao.png`, - CountryName: `Angola` - }), - new AthletesDataItem( - { - Id: 262, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/9.jpg`, - Position: `current`, - Name: `Anthony Harcourt`, - AthleteNumber: 33649, - BeatsPerMinute: 109, - TopSpeed: 5.5, - Registered: `2017-06-14T11:10:20-03:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/in.png`, - CountryName: `India` - }), - new AthletesDataItem( - { - Id: 262, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/43.jpg`, - Position: `current`, - Name: `Roman Smith`, - AthleteNumber: 15531, - BeatsPerMinute: 106, - TopSpeed: 4.9, - Registered: `2017-06-14T05:12:04-03:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ga.png`, - CountryName: `Gabon` - }), - new AthletesDataItem( - { - Id: 263, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/9.jpg`, - Position: `up`, - Name: `Estelle Vincent`, - AthleteNumber: 41700, - BeatsPerMinute: 99, - TopSpeed: 5.7, - Registered: `2017-05-31T02:56:58-03:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/na.png`, - CountryName: `Namibia` - }), - new AthletesDataItem( - { - Id: 265, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/47.jpg`, - Position: `current`, - Name: `Ilke Kisters`, - AthleteNumber: 23817, - BeatsPerMinute: 100, - TopSpeed: 5.9, - Registered: `2017-01-04T02:54:53-02:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ch.png`, - CountryName: `Switzerland` - }), - new AthletesDataItem( - { - Id: 265, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/9.jpg`, - Position: `down`, - Name: `Jenny Burke`, - AthleteNumber: 15266, - BeatsPerMinute: 99, - TopSpeed: 5.4, - Registered: `2017-09-11T12:20:19-03:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/my.png`, - CountryName: `Malaysia` - }), - new AthletesDataItem( - { - Id: 265, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/60.jpg`, - Position: `down`, - Name: `Keira Walker`, - AthleteNumber: 34116, - BeatsPerMinute: 94, - TopSpeed: 4.8, - Registered: `2017-01-09T05:46:07-02:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/al.png`, - CountryName: `Albania` - }), - new AthletesDataItem( - { - Id: 266, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/70.jpg`, - Position: `down`, - Name: `Moritz Braun`, - AthleteNumber: 48081, - BeatsPerMinute: 107, - TopSpeed: 6, - Registered: `2017-06-13T12:54:56-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ad.png`, - CountryName: `Andorra` - }), - new AthletesDataItem( - { - Id: 267, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/50.jpg`, - Position: `current`, - Name: `Villads Larsen`, - AthleteNumber: 44677, - BeatsPerMinute: 93, - TopSpeed: 5.7, - Registered: `2017-03-25T11:25:30-02:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/kw.png`, - CountryName: `Kuwait` - }), - new AthletesDataItem( - { - Id: 268, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/23.jpg`, - Position: `up`, - Name: `Sandro Carpentier`, - AthleteNumber: 23503, - BeatsPerMinute: 96, - TopSpeed: 5.7, - Registered: `2017-09-30T01:01:04-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/be.png`, - CountryName: `Belgium` - }), - new AthletesDataItem( - { - Id: 269, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/17.jpg`, - Position: `current`, - Name: `Emil Meißner`, - AthleteNumber: 37183, - BeatsPerMinute: 97, - TopSpeed: 4, - Registered: `2017-07-15T12:32:30-03:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/gm.png`, - CountryName: `Gambia` - }), - new AthletesDataItem( - { - Id: 270, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/14.jpg`, - Position: `up`, - Name: `Emily Olsen`, - AthleteNumber: 13887, - BeatsPerMinute: 110, - TopSpeed: 4.8, - Registered: `2017-10-03T08:01:40-03:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/cf.png`, - CountryName: `Central African Republic` - }), - new AthletesDataItem( - { - Id: 271, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/81.jpg`, - Position: `down`, - Name: `آراد جعفری`, - AthleteNumber: 34962, - BeatsPerMinute: 90, - TopSpeed: 4.8, - Registered: `2017-04-22T04:20:39-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/bi.png`, - CountryName: `Burundi` - }), - new AthletesDataItem( - { - Id: 271, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/74.jpg`, - Position: `down`, - Name: `Jimmie Mcguinness`, - AthleteNumber: 20729, - BeatsPerMinute: 90, - TopSpeed: 4.6, - Registered: `2017-10-07T06:08:00-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/bw.png`, - CountryName: `Botswana` - }), - new AthletesDataItem( - { - Id: 272, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/26.jpg`, - Position: `down`, - Name: `Sélène Roussel`, - AthleteNumber: 11261, - BeatsPerMinute: 99, - TopSpeed: 5.8, - Registered: `2017-05-10T02:18:02-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/sm.png`, - CountryName: `San Marino` - }), - new AthletesDataItem( - { - Id: 272, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/31.jpg`, - Position: `up`, - Name: `Aaron Robertson`, - AthleteNumber: 30727, - BeatsPerMinute: 95, - TopSpeed: 4.2, - Registered: `2017-08-23T09:37:40-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/id.png`, - CountryName: `Indonesia` - }), - new AthletesDataItem( - { - Id: 273, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/4.jpg`, - Position: `up`, - Name: `Afet Kumcuoğlu`, - AthleteNumber: 33454, - BeatsPerMinute: 106, - TopSpeed: 5.1, - Registered: `2017-09-16T07:05:43-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/nz.png`, - CountryName: `New Zealand` - }), - new AthletesDataItem( - { - Id: 273, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/33.jpg`, - Position: `up`, - Name: `Annabelle Besteman`, - AthleteNumber: 30560, - BeatsPerMinute: 105, - TopSpeed: 5.3, - Registered: `2017-11-11T02:04:19-02:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/kp.png`, - CountryName: `North Korea` - }), - new AthletesDataItem( - { - Id: 274, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/9.jpg`, - Position: `up`, - Name: `Minea Rantanen`, - AthleteNumber: 18835, - BeatsPerMinute: 105, - TopSpeed: 5, - Registered: `2017-01-24T07:30:43-02:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/jo.png`, - CountryName: `Jordan` - }), - new AthletesDataItem( - { - Id: 275, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/2.jpg`, - Position: `up`, - Name: `Fritz Sommer`, - AthleteNumber: 26210, - BeatsPerMinute: 99, - TopSpeed: 4.6, - Registered: `2017-09-29T03:54:57-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/lt.png`, - CountryName: `Lithuania` - }), - new AthletesDataItem( - { - Id: 275, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/88.jpg`, - Position: `down`, - Name: `Rafael Gutierrez`, - AthleteNumber: 38804, - BeatsPerMinute: 100, - TopSpeed: 5.9, - Registered: `2017-02-08T07:50:59-02:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/gn.png`, - CountryName: `Guinea` - }), - new AthletesDataItem( - { - Id: 275, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/69.jpg`, - Position: `current`, - Name: `Ellen Leppo`, - AthleteNumber: 29286, - BeatsPerMinute: 97, - TopSpeed: 5.6, - Registered: `2017-08-16T09:46:35-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/by.png`, - CountryName: `Belarus` - }), - new AthletesDataItem( - { - Id: 276, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/1.jpg`, - Position: `current`, - Name: `Encarnacion Martin`, - AthleteNumber: 40912, - BeatsPerMinute: 105, - TopSpeed: 5.5, - Registered: `2017-01-11T12:52:28-02:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/th.png`, - CountryName: `Thailand` - }), - new AthletesDataItem( - { - Id: 276, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/65.jpg`, - Position: `current`, - Name: `David Scott`, - AthleteNumber: 46997, - BeatsPerMinute: 101, - TopSpeed: 4.4, - Registered: `2017-07-25T09:23:24-03:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/pt.png`, - CountryName: `Portugal` - }), - new AthletesDataItem( - { - Id: 279, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/39.jpg`, - Position: `current`, - Name: `Ashley Romero`, - AthleteNumber: 36611, - BeatsPerMinute: 104, - TopSpeed: 5.5, - Registered: `2017-02-08T12:45:46-02:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/mn.png`, - CountryName: `Mongolia` - }), - new AthletesDataItem( - { - Id: 280, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/90.jpg`, - Position: `down`, - Name: `Cecil Nichols`, - AthleteNumber: 20656, - BeatsPerMinute: 100, - TopSpeed: 5, - Registered: `2017-04-24T01:20:34-03:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/rw.png`, - CountryName: `RWANDA` - }), - new AthletesDataItem( - { - Id: 282, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/55.jpg`, - Position: `current`, - Name: `Johann Fischer`, - AthleteNumber: 37212, - BeatsPerMinute: 98, - TopSpeed: 5.8, - Registered: `2017-09-01T04:39:52-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/br.png`, - CountryName: `Brazil` - }), - new AthletesDataItem( - { - Id: 283, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/10.jpg`, - Position: `current`, - Name: `سینا مرادی`, - AthleteNumber: 10809, - BeatsPerMinute: 105, - TopSpeed: 5.3, - Registered: `2017-04-05T05:27:13-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/bh.png`, - CountryName: `Bahrain` - }), - new AthletesDataItem( - { - Id: 284, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/12.jpg`, - Position: `current`, - Name: `Abel Brun`, - AthleteNumber: 39315, - BeatsPerMinute: 105, - TopSpeed: 5.1, - Registered: `2017-10-05T05:54:31-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/af.png`, - CountryName: `Afghanistan` - }), - new AthletesDataItem( - { - Id: 285, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/34.jpg`, - Position: `current`, - Name: `Jeffrey Medina`, - AthleteNumber: 42905, - BeatsPerMinute: 100, - TopSpeed: 5.2, - Registered: `2017-09-15T02:11:43-03:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/gr.png`, - CountryName: `Greece` - }), - new AthletesDataItem( - { - Id: 285, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/43.jpg`, - Position: `down`, - Name: `Niilo Laurila`, - AthleteNumber: 49215, - BeatsPerMinute: 104, - TopSpeed: 4.5, - Registered: `2017-04-26T01:26:36-03:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/et.png`, - CountryName: `Ethiopia` - }), - new AthletesDataItem( - { - Id: 286, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/45.jpg`, - Position: `down`, - Name: `Marisvalda Martins`, - AthleteNumber: 33879, - BeatsPerMinute: 107, - TopSpeed: 5.4, - Registered: `2017-01-31T12:07:48-02:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/es.png`, - CountryName: `Spain` - }), - new AthletesDataItem( - { - Id: 286, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/82.jpg`, - Position: `current`, - Name: `Eloida Novaes`, - AthleteNumber: 30751, - BeatsPerMinute: 107, - TopSpeed: 4.2, - Registered: `2017-01-02T01:04:04-02:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/cl.png`, - CountryName: `Chile` - }), - new AthletesDataItem( - { - Id: 287, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/72.jpg`, - Position: `up`, - Name: `Charlotte Dean`, - AthleteNumber: 45969, - BeatsPerMinute: 105, - TopSpeed: 5, - Registered: `2017-02-13T05:39:15-02:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/za.png`, - CountryName: `South Africa` - }), - new AthletesDataItem( - { - Id: 287, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/35.jpg`, - Position: `current`, - Name: `Loïc Gerard`, - AthleteNumber: 31706, - BeatsPerMinute: 102, - TopSpeed: 4.4, - Registered: `2017-07-28T09:10:43-03:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ie.png`, - CountryName: `Ireland` - }), - new AthletesDataItem( - { - Id: 292, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/4.jpg`, - Position: `down`, - Name: `Asta Hansen`, - AthleteNumber: 17222, - BeatsPerMinute: 101, - TopSpeed: 4.3, - Registered: `2017-01-08T02:41:56-02:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/kz.png`, - CountryName: `Kazakhstan` - }), - new AthletesDataItem( - { - Id: 293, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/21.jpg`, - Position: `up`, - Name: `Sara Hannula`, - AthleteNumber: 22025, - BeatsPerMinute: 102, - TopSpeed: 4.2, - Registered: `2017-10-09T11:32:13-03:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/tl.png`, - CountryName: `Timor-Leste` - }), - new AthletesDataItem( - { - Id: 293, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/90.jpg`, - Position: `current`, - Name: `Ana Bourgeois`, - AthleteNumber: 24612, - BeatsPerMinute: 110, - TopSpeed: 6, - Registered: `2017-11-02T02:17:43-02:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/sg.png`, - CountryName: `Singapore` - }), - new AthletesDataItem( - { - Id: 296, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/37.jpg`, - Position: `up`, - Name: `Thea Edwards`, - AthleteNumber: 29141, - BeatsPerMinute: 99, - TopSpeed: 5.8, - Registered: `2017-05-23T05:24:38-03:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/sl.png`, - CountryName: `Sierra Leone` - }), - new AthletesDataItem( - { - Id: 299, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/89.jpg`, - Position: `down`, - Name: `Victor Lévesque`, - AthleteNumber: 48375, - BeatsPerMinute: 110, - TopSpeed: 5.7, - Registered: `2017-11-10T11:31:44-02:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/mr.png`, - CountryName: `Mauritania` - }), - new AthletesDataItem( - { - Id: 301, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/65.jpg`, - Position: `down`, - Name: `Louis Stewart`, - AthleteNumber: 48131, - BeatsPerMinute: 103, - TopSpeed: 5.7, - Registered: `2017-02-26T07:28:02-02:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/hn.png`, - CountryName: `Honduras` - }), - new AthletesDataItem( - { - Id: 302, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/14.jpg`, - Position: `up`, - Name: `Bill Fox`, - AthleteNumber: 18511, - BeatsPerMinute: 91, - TopSpeed: 5, - Registered: `2017-10-24T08:25:40-03:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ir.png`, - CountryName: `Iran, Islamic Republic Of` - }), - new AthletesDataItem( - { - Id: 304, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/34.jpg`, - Position: `down`, - Name: `Mathys Martin`, - AthleteNumber: 32928, - BeatsPerMinute: 98, - TopSpeed: 5.5, - Registered: `2017-05-17T12:51:47-03:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/va.png`, - CountryName: `Holy See (Vatican City State)` - }), - new AthletesDataItem( - { - Id: 305, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/38.jpg`, - Position: `current`, - Name: `Gianne Godijn`, - AthleteNumber: 45945, - BeatsPerMinute: 96, - TopSpeed: 4.5, - Registered: `2017-03-22T03:23:12-02:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/it.png`, - CountryName: `Italy` - }), - new AthletesDataItem( - { - Id: 306, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/26.jpg`, - Position: `up`, - Name: `Mira Campos`, - AthleteNumber: 39222, - BeatsPerMinute: 95, - TopSpeed: 5.9, - Registered: `2017-01-11T01:41:31-02:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/am.png`, - CountryName: `Armenia` - }), - new AthletesDataItem( - { - Id: 308, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/15.jpg`, - Position: `down`, - Name: `Esther Kühn`, - AthleteNumber: 24868, - BeatsPerMinute: 92, - TopSpeed: 5.5, - Registered: `2017-05-14T12:30:08-03:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ru.png`, - CountryName: `Russian Federation` - }), - new AthletesDataItem( - { - Id: 308, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/14.jpg`, - Position: `up`, - Name: `Hans Möller`, - AthleteNumber: 34122, - BeatsPerMinute: 109, - TopSpeed: 5.6, - Registered: `2017-06-20T06:02:49-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/dj.png`, - CountryName: `Djibouti` - }), - new AthletesDataItem( - { - Id: 309, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/73.jpg`, - Position: `current`, - Name: `Alice Perry`, - AthleteNumber: 23750, - BeatsPerMinute: 104, - TopSpeed: 5.3, - Registered: `2017-03-31T07:15:46-03:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/lc.png`, - CountryName: `Saint Lucia` - }), - new AthletesDataItem( - { - Id: 310, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/92.jpg`, - Position: `up`, - Name: `Kaya Tekand`, - AthleteNumber: 11028, - BeatsPerMinute: 93, - TopSpeed: 5.2, - Registered: `2017-04-10T09:57:13-03:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/fj.png`, - CountryName: `Fiji` - }), - new AthletesDataItem( - { - Id: 311, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/92.jpg`, - Position: `down`, - Name: `Ilona Salonen`, - AthleteNumber: 27068, - BeatsPerMinute: 91, - TopSpeed: 5.4, - Registered: `2017-07-03T06:19:47-03:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/bo.png`, - CountryName: `Bolivia` - }), + new AthletesDataItem({ Id: 100, Avatar: `https://static.infragistics.com/xplatform/images/people/women/20.jpg`, Position: `current`, Name: `Alexis Walker`, AthleteNumber: 43183, BeatsPerMinute: 103, TopSpeed: 5.8, Registered: `2017-08-07T10:35:06-03:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/gh.png`, CountryName: `Ghana` }), + new AthletesDataItem({ Id: 101, Avatar: `https://static.infragistics.com/xplatform/images/people/women/71.jpg`, Position: `down`, Name: `Lavínia Silva`, AthleteNumber: 33994, BeatsPerMinute: 93, TopSpeed: 5.6, Registered: `2017-03-22T08:55:46-02:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/no.png`, CountryName: `Norway` }), + new AthletesDataItem({ Id: 105, Avatar: `https://static.infragistics.com/xplatform/images/people/men/5.jpg`, Position: `down`, Name: `Samu Hokkanen`, AthleteNumber: 22469, BeatsPerMinute: 106, TopSpeed: 5.5, Registered: `2017-06-29T04:58:27-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/az.png`, CountryName: `Azerbaijan` }), + new AthletesDataItem({ Id: 107, Avatar: `https://static.infragistics.com/xplatform/images/people/women/92.jpg`, Position: `down`, Name: `Megan Webb`, AthleteNumber: 30713, BeatsPerMinute: 93, TopSpeed: 5.6, Registered: `2017-08-20T09:26:51-03:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/mt.png`, CountryName: `Malta` }), + new AthletesDataItem({ Id: 107, Avatar: `https://static.infragistics.com/xplatform/images/people/men/33.jpg`, Position: `up`, Name: `Pedro Marquez`, AthleteNumber: 16169, BeatsPerMinute: 97, TopSpeed: 5.4, Registered: `2017-11-11T05:14:31-02:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/mw.png`, CountryName: `Malawi` }), + new AthletesDataItem({ Id: 108, Avatar: `https://static.infragistics.com/xplatform/images/people/men/31.jpg`, Position: `up`, Name: `Noah Bergeron`, AthleteNumber: 35139, BeatsPerMinute: 110, TopSpeed: 5.6, Registered: `2017-06-23T01:21:21-03:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ci.png`, CountryName: `Cote DIvoire` }), + new AthletesDataItem({ Id: 110, Avatar: `https://static.infragistics.com/xplatform/images/people/women/15.jpg`, Position: `current`, Name: `Annabell Brand`, AthleteNumber: 39233, BeatsPerMinute: 93, TopSpeed: 5.7, Registered: `2017-03-01T12:21:24-02:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/pg.png`, CountryName: `Papua New Guinea` }), + new AthletesDataItem({ Id: 110, Avatar: `https://static.infragistics.com/xplatform/images/people/women/13.jpg`, Position: `current`, Name: `Özsu Keçeci`, AthleteNumber: 29403, BeatsPerMinute: 106, TopSpeed: 4.2, Registered: `2017-01-19T11:34:13-02:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/lv.png`, CountryName: `Latvia` }), + new AthletesDataItem({ Id: 110, Avatar: `https://static.infragistics.com/xplatform/images/people/women/26.jpg`, Position: `down`, Name: `Emilie Morin`, AthleteNumber: 26164, BeatsPerMinute: 98, TopSpeed: 4.9, Registered: `2017-02-01T04:18:19-02:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/kg.png`, CountryName: `Kyrgyzstan` }), + new AthletesDataItem({ Id: 111, Avatar: `https://static.infragistics.com/xplatform/images/people/men/23.jpg`, Position: `up`, Name: `Connor Green`, AthleteNumber: 44716, BeatsPerMinute: 95, TopSpeed: 4.4, Registered: `2017-06-30T11:23:25-03:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/bb.png`, CountryName: `Barbados` }), + new AthletesDataItem({ Id: 112, Avatar: `https://static.infragistics.com/xplatform/images/people/women/53.jpg`, Position: `down`, Name: `Karen Shaw`, AthleteNumber: 31048, BeatsPerMinute: 107, TopSpeed: 5.7, Registered: `2017-05-15T09:25:03-03:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ec.png`, CountryName: `Ecuador` }), + new AthletesDataItem({ Id: 113, Avatar: `https://static.infragistics.com/xplatform/images/people/women/36.jpg`, Position: `current`, Name: `Marialba Nascimento`, AthleteNumber: 47061, BeatsPerMinute: 108, TopSpeed: 5.2, Registered: `2017-09-19T05:47:21-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/tn.png`, CountryName: `Tunisia` }), + new AthletesDataItem({ Id: 113, Avatar: `https://static.infragistics.com/xplatform/images/people/men/37.jpg`, Position: `current`, Name: `Nick Naumann`, AthleteNumber: 25566, BeatsPerMinute: 109, TopSpeed: 5.9, Registered: `2017-07-12T09:01:11-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/sz.png`, CountryName: `Swaziland` }), + new AthletesDataItem({ Id: 116, Avatar: `https://static.infragistics.com/xplatform/images/people/women/1.jpg`, Position: `down`, Name: `Sevcan Kollen`, AthleteNumber: 13728, BeatsPerMinute: 104, TopSpeed: 5.3, Registered: `2017-09-08T08:29:08-03:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/gt.png`, CountryName: `Guatemala` }), + new AthletesDataItem({ Id: 121, Avatar: `https://static.infragistics.com/xplatform/images/people/men/48.jpg`, Position: `current`, Name: `Väinö Salmi`, AthleteNumber: 29839, BeatsPerMinute: 107, TopSpeed: 5.5, Registered: `2017-10-21T05:57:02-03:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/gw.png`, CountryName: `Guinea-Bissau` }), + new AthletesDataItem({ Id: 121, Avatar: `https://static.infragistics.com/xplatform/images/people/men/31.jpg`, Position: `down`, Name: `Ivan Ivanov`, AthleteNumber: 11054, BeatsPerMinute: 108, TopSpeed: 5.7, Registered: `2017-04-18T08:03:01-03:00`, TrackProgress: 75, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/bg.png`, CountryName: `Bulgaria` }), + new AthletesDataItem({ Id: 121, Avatar: `https://static.infragistics.com/xplatform/images/people/men/45.jpg`, Position: `current`, Name: `Maurice Lambert`, AthleteNumber: 17443, BeatsPerMinute: 96, TopSpeed: 5.6, Registered: `2017-06-05T08:19:32-03:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/bd.png`, CountryName: `Bangladesh` }), + new AthletesDataItem({ Id: 122, Avatar: `https://static.infragistics.com/xplatform/images/people/women/71.jpg`, Position: `down`, Name: `Natalie Conrad`, AthleteNumber: 42602, BeatsPerMinute: 108, TopSpeed: 6, Registered: `2017-03-18T06:35:44-02:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/tt.png`, CountryName: `Trinidad and Tobago` }), + new AthletesDataItem({ Id: 122, Avatar: `https://static.infragistics.com/xplatform/images/people/men/57.jpg`, Position: `down`, Name: `Jack Jean-baptiste`, AthleteNumber: 40427, BeatsPerMinute: 110, TopSpeed: 4.3, Registered: `2017-11-09T08:50:06-02:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/cm.png`, CountryName: `Cameroon` }), + new AthletesDataItem({ Id: 123, Avatar: `https://static.infragistics.com/xplatform/images/people/women/19.jpg`, Position: `down`, Name: `Flora Perez`, AthleteNumber: 23907, BeatsPerMinute: 102, TopSpeed: 5.8, Registered: `2017-04-12T04:16:56-03:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/pl.png`, CountryName: `Poland` }), + new AthletesDataItem({ Id: 123, Avatar: `https://static.infragistics.com/xplatform/images/people/women/12.jpg`, Position: `up`, Name: `آنیتا كامياران`, AthleteNumber: 18980, BeatsPerMinute: 90, TopSpeed: 4.5, Registered: `2017-07-21T06:42:59-03:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/lb.png`, CountryName: `Lebanon` }), + new AthletesDataItem({ Id: 123, Avatar: `https://static.infragistics.com/xplatform/images/people/men/31.jpg`, Position: `current`, Name: `Eeli Makinen`, AthleteNumber: 45296, BeatsPerMinute: 106, TopSpeed: 5.2, Registered: `2017-01-06T09:58:02-02:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/fi.png`, CountryName: `Finland` }), + new AthletesDataItem({ Id: 124, Avatar: `https://static.infragistics.com/xplatform/images/people/men/98.jpg`, Position: `down`, Name: `Mathieu Mathieu`, AthleteNumber: 10555, BeatsPerMinute: 101, TopSpeed: 5.2, Registered: `2017-01-05T07:28:11-02:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/uz.png`, CountryName: `Uzbekistan` }), + new AthletesDataItem({ Id: 124, Avatar: `https://static.infragistics.com/xplatform/images/people/women/19.jpg`, Position: `current`, Name: `Marie Poulsen`, AthleteNumber: 44113, BeatsPerMinute: 109, TopSpeed: 4.7, Registered: `2017-04-15T10:25:21-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ma.png`, CountryName: `Morocco` }), + new AthletesDataItem({ Id: 125, Avatar: `https://static.infragistics.com/xplatform/images/people/women/16.jpg`, Position: `current`, Name: `Altiva Alves`, AthleteNumber: 31850, BeatsPerMinute: 106, TopSpeed: 5.1, Registered: `2017-11-09T02:43:54-02:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/km.png`, CountryName: `Comoros` }), + new AthletesDataItem({ Id: 127, Avatar: `https://static.infragistics.com/xplatform/images/people/men/52.jpg`, Position: `down`, Name: `Gerardo Soto`, AthleteNumber: 22958, BeatsPerMinute: 90, TopSpeed: 5, Registered: `2017-06-04T12:52:03-03:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/co.png`, CountryName: `Colombia` }), + new AthletesDataItem({ Id: 128, Avatar: `https://static.infragistics.com/xplatform/images/people/women/52.jpg`, Position: `up`, Name: `Sophie Lewis`, AthleteNumber: 46222, BeatsPerMinute: 106, TopSpeed: 4.4, Registered: `2017-02-20T09:42:07-02:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/mc.png`, CountryName: `Monaco` }), + new AthletesDataItem({ Id: 129, Avatar: `https://static.infragistics.com/xplatform/images/people/women/34.jpg`, Position: `up`, Name: `Ella Hansen`, AthleteNumber: 27075, BeatsPerMinute: 101, TopSpeed: 5.1, Registered: `2017-01-05T10:12:42-02:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/lk.png`, CountryName: `Sri Lanka` }), + new AthletesDataItem({ Id: 130, Avatar: `https://static.infragistics.com/xplatform/images/people/men/94.jpg`, Position: `up`, Name: `Adem Özdoğan`, AthleteNumber: 45143, BeatsPerMinute: 90, TopSpeed: 5.5, Registered: `2017-02-16T07:11:52-02:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/tm.png`, CountryName: `Turkmenistan` }), + new AthletesDataItem({ Id: 130, Avatar: `https://static.infragistics.com/xplatform/images/people/women/24.jpg`, Position: `down`, Name: `آوا احمدی`, AthleteNumber: 44347, BeatsPerMinute: 110, TopSpeed: 4.1, Registered: `2017-06-04T09:04:31-03:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/cn.png`, CountryName: `China` }), + new AthletesDataItem({ Id: 131, Avatar: `https://static.infragistics.com/xplatform/images/people/women/61.jpg`, Position: `current`, Name: `Eliza Bishop`, AthleteNumber: 31774, BeatsPerMinute: 96, TopSpeed: 4.7, Registered: `2017-09-22T11:49:02-03:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/eh.png`, CountryName: `Western Sahara` }), + new AthletesDataItem({ Id: 131, Avatar: `https://static.infragistics.com/xplatform/images/people/women/61.jpg`, Position: `down`, Name: `Veronika Huber`, AthleteNumber: 18146, BeatsPerMinute: 103, TopSpeed: 5.2, Registered: `2017-07-13T02:23:56-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/to.png`, CountryName: `Tonga` }), + new AthletesDataItem({ Id: 134, Avatar: `https://static.infragistics.com/xplatform/images/people/women/66.jpg`, Position: `down`, Name: `Anni Waisanen`, AthleteNumber: 32133, BeatsPerMinute: 99, TopSpeed: 5, Registered: `2017-08-17T01:35:09-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/do.png`, CountryName: `Dominican Republic` }), + new AthletesDataItem({ Id: 135, Avatar: `https://static.infragistics.com/xplatform/images/people/men/84.jpg`, Position: `down`, Name: `Darryl Douglas`, AthleteNumber: 35826, BeatsPerMinute: 96, TopSpeed: 4.6, Registered: `2017-07-20T11:45:52-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/tr.png`, CountryName: `Turkey` }), + new AthletesDataItem({ Id: 136, Avatar: `https://static.infragistics.com/xplatform/images/people/women/10.jpg`, Position: `down`, Name: `Elaine Matthews`, AthleteNumber: 38574, BeatsPerMinute: 110, TopSpeed: 5.5, Registered: `2017-01-26T11:50:00-02:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/cv.png`, CountryName: `Cape Verde` }), + new AthletesDataItem({ Id: 137, Avatar: `https://static.infragistics.com/xplatform/images/people/women/75.jpg`, Position: `up`, Name: `Gloria Caballero`, AthleteNumber: 43379, BeatsPerMinute: 103, TopSpeed: 4.3, Registered: `2017-08-10T08:27:45-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/il.png`, CountryName: `Israel` }), + new AthletesDataItem({ Id: 137, Avatar: `https://static.infragistics.com/xplatform/images/people/men/80.jpg`, Position: `down`, Name: `Lance Dunn`, AthleteNumber: 10113, BeatsPerMinute: 94, TopSpeed: 4.5, Registered: `2017-03-13T10:51:36-02:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/cy.png`, CountryName: `Cyprus` }), + new AthletesDataItem({ Id: 138, Avatar: `https://static.infragistics.com/xplatform/images/people/men/31.jpg`, Position: `down`, Name: `Antoine Mackay`, AthleteNumber: 34547, BeatsPerMinute: 104, TopSpeed: 5, Registered: `2017-08-22T09:11:37-03:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ls.png`, CountryName: `Lesotho` }), + new AthletesDataItem({ Id: 138, Avatar: `https://static.infragistics.com/xplatform/images/people/men/78.jpg`, Position: `current`, Name: `Oscar Calvo`, AthleteNumber: 45078, BeatsPerMinute: 109, TopSpeed: 4.3, Registered: `2017-06-19T10:57:42-03:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/cu.png`, CountryName: `Cuba` }), + new AthletesDataItem({ Id: 138, Avatar: `https://static.infragistics.com/xplatform/images/people/men/38.jpg`, Position: `current`, Name: `Derrick Price`, AthleteNumber: 19792, BeatsPerMinute: 94, TopSpeed: 5.6, Registered: `2017-03-19T01:10:55-02:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ar.png`, CountryName: `Argentina` }), + new AthletesDataItem({ Id: 139, Avatar: `https://static.infragistics.com/xplatform/images/people/women/28.jpg`, Position: `current`, Name: `Annabell Barth`, AthleteNumber: 41130, BeatsPerMinute: 103, TopSpeed: 5, Registered: `2017-08-24T11:58:56-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ht.png`, CountryName: `Haiti` }), + new AthletesDataItem({ Id: 141, Avatar: `https://static.infragistics.com/xplatform/images/people/men/15.jpg`, Position: `current`, Name: `Miro Korpela`, AthleteNumber: 40544, BeatsPerMinute: 104, TopSpeed: 5.3, Registered: `2017-01-10T07:12:44-02:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/nl.png`, CountryName: `Netherlands` }), + new AthletesDataItem({ Id: 142, Avatar: `https://static.infragistics.com/xplatform/images/people/women/63.jpg`, Position: `current`, Name: `Nicoline Thomsen`, AthleteNumber: 36778, BeatsPerMinute: 99, TopSpeed: 5.5, Registered: `2017-03-26T10:04:29-03:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/bj.png`, CountryName: `Benin` }), + new AthletesDataItem({ Id: 143, Avatar: `https://static.infragistics.com/xplatform/images/people/men/38.jpg`, Position: `up`, Name: `رضا کوتی`, AthleteNumber: 13640, BeatsPerMinute: 103, TopSpeed: 4.2, Registered: `2017-04-30T02:34:29-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/pk.png`, CountryName: `Pakistan` }), + new AthletesDataItem({ Id: 144, Avatar: `https://static.infragistics.com/xplatform/images/people/women/57.jpg`, Position: `down`, Name: `Milja Leino`, AthleteNumber: 33563, BeatsPerMinute: 110, TopSpeed: 4.1, Registered: `2017-11-01T10:34:07-02:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/bf.png`, CountryName: `Burkina Faso` }), + new AthletesDataItem({ Id: 147, Avatar: `https://static.infragistics.com/xplatform/images/people/men/8.jpg`, Position: `down`, Name: `میلاد یاسمی`, AthleteNumber: 44023, BeatsPerMinute: 104, TopSpeed: 5.2, Registered: `2017-06-10T04:11:01-03:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/tg.png`, CountryName: `Togo` }), + new AthletesDataItem({ Id: 150, Avatar: `https://static.infragistics.com/xplatform/images/people/men/52.jpg`, Position: `up`, Name: `Gustav Petersen`, AthleteNumber: 20984, BeatsPerMinute: 107, TopSpeed: 4.6, Registered: `2017-01-01T07:40:19-02:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/bz.png`, CountryName: `Belize` }), + new AthletesDataItem({ Id: 151, Avatar: `https://static.infragistics.com/xplatform/images/people/women/88.jpg`, Position: `current`, Name: `Charlotte Mills`, AthleteNumber: 49829, BeatsPerMinute: 92, TopSpeed: 5.3, Registered: `2017-05-10T04:33:10-03:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/mg.png`, CountryName: `Madagascar` }), + new AthletesDataItem({ Id: 154, Avatar: `https://static.infragistics.com/xplatform/images/people/women/54.jpg`, Position: `down`, Name: `Rhonda Simmmons`, AthleteNumber: 37139, BeatsPerMinute: 96, TopSpeed: 5.1, Registered: `2017-07-03T05:39:45-03:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/nr.png`, CountryName: `Nauru` }), + new AthletesDataItem({ Id: 155, Avatar: `https://static.infragistics.com/xplatform/images/people/men/82.jpg`, Position: `up`, Name: `Justin Philippe`, AthleteNumber: 12858, BeatsPerMinute: 104, TopSpeed: 5.7, Registered: `2017-03-16T02:00:35-02:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/mv.png`, CountryName: `Maldives` }), + new AthletesDataItem({ Id: 159, Avatar: `https://static.infragistics.com/xplatform/images/people/women/66.jpg`, Position: `up`, Name: `Eva Dean`, AthleteNumber: 48874, BeatsPerMinute: 103, TopSpeed: 5.7, Registered: `2017-03-04T01:58:52-02:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/st.png`, CountryName: `Sao Tome and Principe` }), + new AthletesDataItem({ Id: 161, Avatar: `https://static.infragistics.com/xplatform/images/people/men/89.jpg`, Position: `up`, Name: `Franklin Byrd`, AthleteNumber: 49498, BeatsPerMinute: 106, TopSpeed: 5.3, Registered: `2017-11-04T11:09:26-02:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/tw.png`, CountryName: `Taiwan, Province of China` }), + new AthletesDataItem({ Id: 161, Avatar: `https://static.infragistics.com/xplatform/images/people/men/38.jpg`, Position: `current`, Name: `Alex Martin`, AthleteNumber: 27887, BeatsPerMinute: 96, TopSpeed: 4.2, Registered: `2017-10-28T04:06:33-03:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/eg.png`, CountryName: `Egypt` }), + new AthletesDataItem({ Id: 162, Avatar: `https://static.infragistics.com/xplatform/images/people/women/0.jpg`, Position: `current`, Name: `Alex Craig`, AthleteNumber: 21868, BeatsPerMinute: 94, TopSpeed: 4.2, Registered: `2017-03-19T10:20:51-02:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/sy.png`, CountryName: `Syrian Arab Republic` }), + new AthletesDataItem({ Id: 162, Avatar: `https://static.infragistics.com/xplatform/images/people/men/5.jpg`, Position: `down`, Name: `Adam Bouchard`, AthleteNumber: 38672, BeatsPerMinute: 99, TopSpeed: 4.7, Registered: `2017-01-04T03:04:05-02:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/sc.png`, CountryName: `Seychelles` }), + new AthletesDataItem({ Id: 163, Avatar: `https://static.infragistics.com/xplatform/images/people/men/70.jpg`, Position: `down`, Name: `میلاد قاسمی`, AthleteNumber: 12788, BeatsPerMinute: 101, TopSpeed: 4.1, Registered: `2017-03-01T07:51:17-02:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ws.png`, CountryName: `Samoa` }), + new AthletesDataItem({ Id: 163, Avatar: `https://static.infragistics.com/xplatform/images/people/women/52.jpg`, Position: `up`, Name: `Millie Cooper`, AthleteNumber: 14610, BeatsPerMinute: 99, TopSpeed: 5.4, Registered: `2017-05-08T09:30:14-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ni.png`, CountryName: `Nicaragua` }), + new AthletesDataItem({ Id: 163, Avatar: `https://static.infragistics.com/xplatform/images/people/women/21.jpg`, Position: `up`, Name: `Pippa Roberts`, AthleteNumber: 15588, BeatsPerMinute: 105, TopSpeed: 4.1, Registered: `2017-02-07T10:23:13-02:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/kh.png`, CountryName: `Cambodia` }), + new AthletesDataItem({ Id: 164, Avatar: `https://static.infragistics.com/xplatform/images/people/women/51.jpg`, Position: `current`, Name: `Ethel Stephens`, AthleteNumber: 18692, BeatsPerMinute: 94, TopSpeed: 4.1, Registered: `2017-02-13T05:03:04-02:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ua.png`, CountryName: `Ukraine` }), + new AthletesDataItem({ Id: 165, Avatar: `https://static.infragistics.com/xplatform/images/people/men/79.jpg`, Position: `down`, Name: `Mario Ellis`, AthleteNumber: 18026, BeatsPerMinute: 99, TopSpeed: 5.5, Registered: `2017-02-13T11:53:15-02:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ml.png`, CountryName: `Mali` }), + new AthletesDataItem({ Id: 166, Avatar: `https://static.infragistics.com/xplatform/images/people/women/74.jpg`, Position: `current`, Name: `Maria Parra`, AthleteNumber: 39861, BeatsPerMinute: 106, TopSpeed: 6, Registered: `2017-01-30T09:22:52-02:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ki.png`, CountryName: `Kiribati` }), + new AthletesDataItem({ Id: 167, Avatar: `https://static.infragistics.com/xplatform/images/people/men/67.jpg`, Position: `down`, Name: `Aatu Ranta`, AthleteNumber: 38049, BeatsPerMinute: 94, TopSpeed: 5.1, Registered: `2017-07-21T04:22:18-03:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ae.png`, CountryName: `United Arab Emirates` }), + new AthletesDataItem({ Id: 167, Avatar: `https://static.infragistics.com/xplatform/images/people/women/62.jpg`, Position: `current`, Name: `Pippa Morris`, AthleteNumber: 44421, BeatsPerMinute: 101, TopSpeed: 5.5, Registered: `2017-03-06T09:21:58-02:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/tj.png`, CountryName: `Tajikistan` }), + new AthletesDataItem({ Id: 167, Avatar: `https://static.infragistics.com/xplatform/images/people/women/32.jpg`, Position: `current`, Name: `Esma Adıvar`, AthleteNumber: 35565, BeatsPerMinute: 99, TopSpeed: 4.2, Registered: `2017-06-17T12:34:29-03:00`, TrackProgress: 75, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ph.png`, CountryName: `Philippines` }), + new AthletesDataItem({ Id: 167, Avatar: `https://static.infragistics.com/xplatform/images/people/men/19.jpg`, Position: `down`, Name: `Louis Smith`, AthleteNumber: 31837, BeatsPerMinute: 98, TopSpeed: 5.4, Registered: `2017-03-19T08:12:23-02:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/lr.png`, CountryName: `Liberia` }), + new AthletesDataItem({ Id: 167, Avatar: `https://static.infragistics.com/xplatform/images/people/men/81.jpg`, Position: `down`, Name: `Milo Charles`, AthleteNumber: 10661, BeatsPerMinute: 99, TopSpeed: 5.4, Registered: `2017-07-20T09:00:22-03:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/is.png`, CountryName: `Iceland` }), + new AthletesDataItem({ Id: 168, Avatar: `https://static.infragistics.com/xplatform/images/people/men/10.jpg`, Position: `current`, Name: `Calvin Hunt`, AthleteNumber: 35535, BeatsPerMinute: 94, TopSpeed: 4.5, Registered: `2017-11-07T09:58:42-02:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/at.png`, CountryName: `Austria` }), + new AthletesDataItem({ Id: 169, Avatar: `https://static.infragistics.com/xplatform/images/people/men/44.jpg`, Position: `up`, Name: `Aziz Santos`, AthleteNumber: 38947, BeatsPerMinute: 98, TopSpeed: 4, Registered: `2017-04-03T02:18:46-03:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/gb.png`, CountryName: `United Kingdom` }), + new AthletesDataItem({ Id: 169, Avatar: `https://static.infragistics.com/xplatform/images/people/men/21.jpg`, Position: `down`, Name: `Julian Barth`, AthleteNumber: 19011, BeatsPerMinute: 91, TopSpeed: 5.2, Registered: `2017-04-21T08:08:33-03:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/gd.png`, CountryName: `Grenada` }), + new AthletesDataItem({ Id: 170, Avatar: `https://static.infragistics.com/xplatform/images/people/men/60.jpg`, Position: `up`, Name: `Fernando Gimenez`, AthleteNumber: 31290, BeatsPerMinute: 102, TopSpeed: 5.1, Registered: `2017-06-21T06:45:54-03:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/uz.png`, CountryName: `Uruguay` }), + new AthletesDataItem({ Id: 173, Avatar: `https://static.infragistics.com/xplatform/images/people/women/18.jpg`, Position: `current`, Name: `Hassana Camp`, AthleteNumber: 14467, BeatsPerMinute: 104, TopSpeed: 5.2, Registered: `2017-06-02T12:21:59-03:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/cz.png`, CountryName: `Czechia` }), + new AthletesDataItem({ Id: 174, Avatar: `https://static.infragistics.com/xplatform/images/people/women/29.jpg`, Position: `current`, Name: `Beatriz Gallardo`, AthleteNumber: 38538, BeatsPerMinute: 101, TopSpeed: 6, Registered: `2017-11-06T02:14:31-02:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/er.png`, CountryName: `Eritrea` }), + new AthletesDataItem({ Id: 176, Avatar: `https://static.infragistics.com/xplatform/images/people/men/26.jpg`, Position: `current`, Name: `Tim Neal`, AthleteNumber: 45860, BeatsPerMinute: 97, TopSpeed: 5.6, Registered: `2017-04-21T04:06:34-03:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/pa.png`, CountryName: `Panama` }), + new AthletesDataItem({ Id: 176, Avatar: `https://static.infragistics.com/xplatform/images/people/men/35.jpg`, Position: `down`, Name: `Laudelino Castro`, AthleteNumber: 12711, BeatsPerMinute: 106, TopSpeed: 4.4, Registered: `2017-02-08T04:03:22-02:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/hr.png`, CountryName: `Croatia` }), + new AthletesDataItem({ Id: 178, Avatar: `https://static.infragistics.com/xplatform/images/people/women/65.jpg`, Position: `down`, Name: `Lillian Wade`, AthleteNumber: 10729, BeatsPerMinute: 110, TopSpeed: 4.8, Registered: `2017-04-07T09:53:13-03:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/sb.png`, CountryName: `Solomon Islands` }), + new AthletesDataItem({ Id: 180, Avatar: `https://static.infragistics.com/xplatform/images/people/women/90.jpg`, Position: `up`, Name: `Lillian Bowman`, AthleteNumber: 35323, BeatsPerMinute: 103, TopSpeed: 4.5, Registered: `2017-08-31T11:55:25-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/gy.png`, CountryName: `Guyana` }), + new AthletesDataItem({ Id: 182, Avatar: `https://static.infragistics.com/xplatform/images/people/women/14.jpg`, Position: `up`, Name: `Ariena Achterberg`, AthleteNumber: 41330, BeatsPerMinute: 92, TopSpeed: 5.6, Registered: `2017-10-22T02:15:39-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/kr.png`, CountryName: `South Korea` }), + new AthletesDataItem({ Id: 182, Avatar: `https://static.infragistics.com/xplatform/images/people/men/94.jpg`, Position: `current`, Name: `Gerald Schmidt`, AthleteNumber: 47410, BeatsPerMinute: 102, TopSpeed: 5.8, Registered: `2017-02-20T11:53:08-02:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ge.png`, CountryName: `Georgia` }), + new AthletesDataItem({ Id: 183, Avatar: `https://static.infragistics.com/xplatform/images/people/men/74.jpg`, Position: `down`, Name: `Yarno Kin`, AthleteNumber: 47324, BeatsPerMinute: 107, TopSpeed: 5.1, Registered: `2017-08-26T08:21:22-03:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ro.png`, CountryName: `Romania` }), + new AthletesDataItem({ Id: 183, Avatar: `https://static.infragistics.com/xplatform/images/people/women/53.jpg`, Position: `up`, Name: `رونیکا سلطانی نژاد`, AthleteNumber: 35233, BeatsPerMinute: 99, TopSpeed: 4.6, Registered: `2017-08-13T01:05:52-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/mk.png`, CountryName: `Macedonia, The Former Yugoslav Republic of` }), + new AthletesDataItem({ Id: 186, Avatar: `https://static.infragistics.com/xplatform/images/people/men/2.jpg`, Position: `up`, Name: `کوروش کامروا`, AthleteNumber: 13506, BeatsPerMinute: 109, TopSpeed: 4.4, Registered: `2017-04-16T01:10:37-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/nu.png`, CountryName: `Niue` }), + new AthletesDataItem({ Id: 186, Avatar: `https://static.infragistics.com/xplatform/images/people/men/42.jpg`, Position: `up`, Name: `Jimmy Bailey`, AthleteNumber: 38510, BeatsPerMinute: 101, TopSpeed: 4.7, Registered: `2017-06-30T04:13:42-03:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/cr.png`, CountryName: `Costa Rica` }), + new AthletesDataItem({ Id: 188, Avatar: `https://static.infragistics.com/xplatform/images/people/men/3.jpg`, Position: `current`, Name: `Foppe Delfos`, AthleteNumber: 39679, BeatsPerMinute: 107, TopSpeed: 4.1, Registered: `2017-08-05T10:54:56-03:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/py.png`, CountryName: `Paraguay` }), + new AthletesDataItem({ Id: 188, Avatar: `https://static.infragistics.com/xplatform/images/people/men/81.jpg`, Position: `down`, Name: `آراد یاسمی`, AthleteNumber: 34370, BeatsPerMinute: 99, TopSpeed: 5.9, Registered: `2017-02-02T11:42:41-02:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/mu.png`, CountryName: `Mauritius` }), + new AthletesDataItem({ Id: 188, Avatar: `https://static.infragistics.com/xplatform/images/people/women/45.jpg`, Position: `down`, Name: `Ceylan Duygulu`, AthleteNumber: 21527, BeatsPerMinute: 99, TopSpeed: 4.9, Registered: `2017-07-13T09:06:04-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/dm.png`, CountryName: `Dominica` }), + new AthletesDataItem({ Id: 190, Avatar: `https://static.infragistics.com/xplatform/images/people/women/2.jpg`, Position: `current`, Name: `Venla Korpela`, AthleteNumber: 16454, BeatsPerMinute: 92, TopSpeed: 4.1, Registered: `2017-08-22T10:36:38-03:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/hu.png`, CountryName: `Hungary` }), + new AthletesDataItem({ Id: 190, Avatar: `https://static.infragistics.com/xplatform/images/people/women/53.jpg`, Position: `current`, Name: `Gladys Van Der Steeg`, AthleteNumber: 20216, BeatsPerMinute: 94, TopSpeed: 4.3, Registered: `2017-10-09T02:01:16-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/de.png`, CountryName: `Germany` }), + new AthletesDataItem({ Id: 190, Avatar: `https://static.infragistics.com/xplatform/images/people/women/44.jpg`, Position: `current`, Name: `Kiara Dubois`, AthleteNumber: 49964, BeatsPerMinute: 97, TopSpeed: 5.6, Registered: `2017-09-28T04:37:56-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/au.png`, CountryName: `Australia` }), + new AthletesDataItem({ Id: 191, Avatar: `https://static.infragistics.com/xplatform/images/people/men/42.jpg`, Position: `current`, Name: `آرش احمدی`, AthleteNumber: 36948, BeatsPerMinute: 90, TopSpeed: 4.1, Registered: `2017-09-08T01:22:14-03:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/np.png`, CountryName: `Nepal` }), + new AthletesDataItem({ Id: 191, Avatar: `https://static.infragistics.com/xplatform/images/people/women/13.jpg`, Position: `up`, Name: `Sheryl Collins`, AthleteNumber: 36473, BeatsPerMinute: 98, TopSpeed: 4.2, Registered: `2017-03-23T12:54:35-02:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ke.png`, CountryName: `Kenya` }), + new AthletesDataItem({ Id: 191, Avatar: `https://static.infragistics.com/xplatform/images/people/women/72.jpg`, Position: `up`, Name: `Clarisse Rey`, AthleteNumber: 29795, BeatsPerMinute: 98, TopSpeed: 4.9, Registered: `2017-06-09T08:07:19-03:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ba.png`, CountryName: `Bosnia and Herzegovina` }), + new AthletesDataItem({ Id: 192, Avatar: `https://static.infragistics.com/xplatform/images/people/women/44.jpg`, Position: `down`, Name: `Viivi Kujala`, AthleteNumber: 29939, BeatsPerMinute: 93, TopSpeed: 4.1, Registered: `2017-05-03T02:40:05-03:00`, TrackProgress: 75, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/so.png`, CountryName: `Somalia` }), + new AthletesDataItem({ Id: 193, Avatar: `https://static.infragistics.com/xplatform/images/people/women/9.jpg`, Position: `down`, Name: `Juanita Franklin`, AthleteNumber: 13907, BeatsPerMinute: 91, TopSpeed: 6, Registered: `2017-10-04T02:46:46-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/vu.png`, CountryName: `Vanuatu` }), + new AthletesDataItem({ Id: 193, Avatar: `https://static.infragistics.com/xplatform/images/people/women/59.jpg`, Position: `down`, Name: `Sophia Carlson`, AthleteNumber: 44183, BeatsPerMinute: 102, TopSpeed: 5.1, Registered: `2017-09-04T07:03:19-03:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ee.png`, CountryName: `Estonia` }), + new AthletesDataItem({ Id: 194, Avatar: `https://static.infragistics.com/xplatform/images/people/women/62.jpg`, Position: `up`, Name: `آوا سلطانی نژاد`, AthleteNumber: 45635, BeatsPerMinute: 98, TopSpeed: 4.1, Registered: `2017-04-10T11:39:46-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/se.png`, CountryName: `Sweden` }), + new AthletesDataItem({ Id: 194, Avatar: `https://static.infragistics.com/xplatform/images/people/men/11.jpg`, Position: `down`, Name: `Kaya Taşlı`, AthleteNumber: 42291, BeatsPerMinute: 100, TopSpeed: 4.7, Registered: `2017-01-30T03:23:36-02:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/sn.png`, CountryName: `Senegal` }), + new AthletesDataItem({ Id: 194, Avatar: `https://static.infragistics.com/xplatform/images/people/men/71.jpg`, Position: `down`, Name: `Adrian Ibañez`, AthleteNumber: 21968, BeatsPerMinute: 105, TopSpeed: 5.3, Registered: `2017-02-03T04:36:54-02:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/om.png`, CountryName: `Oman` }), + new AthletesDataItem({ Id: 196, Avatar: `https://static.infragistics.com/xplatform/images/people/women/17.jpg`, Position: `current`, Name: `Parel Zuidhof`, AthleteNumber: 32718, BeatsPerMinute: 105, TopSpeed: 5, Registered: `2017-01-21T10:19:56-02:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/jm.png`, CountryName: `Jamaica` }), + new AthletesDataItem({ Id: 196, Avatar: `https://static.infragistics.com/xplatform/images/people/women/30.jpg`, Position: `up`, Name: `Begüm Erkekli`, AthleteNumber: 37888, BeatsPerMinute: 104, TopSpeed: 4.6, Registered: `2017-10-04T03:02:35-03:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/sv.png`, CountryName: `El Salvador` }), + new AthletesDataItem({ Id: 197, Avatar: `https://static.infragistics.com/xplatform/images/people/men/93.jpg`, Position: `current`, Name: `Brent Lord`, AthleteNumber: 20943, BeatsPerMinute: 92, TopSpeed: 4.8, Registered: `2017-01-23T06:14:22-02:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/dz.png`, CountryName: `Algeria` }), + new AthletesDataItem({ Id: 199, Avatar: `https://static.infragistics.com/xplatform/images/people/women/68.jpg`, Position: `up`, Name: `Lucie Dumont`, AthleteNumber: 12104, BeatsPerMinute: 108, TopSpeed: 4, Registered: `2017-01-08T02:13:29-02:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ca.png`, CountryName: `Canada` }), + new AthletesDataItem({ Id: 210, Avatar: `https://static.infragistics.com/xplatform/images/people/women/13.jpg`, Position: `down`, Name: `Maeva Bergeron`, AthleteNumber: 15655, BeatsPerMinute: 94, TopSpeed: 5.9, Registered: `2017-10-03T09:42:15-03:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/mx.png`, CountryName: `Mexico` }), + new AthletesDataItem({ Id: 212, Avatar: `https://static.infragistics.com/xplatform/images/people/women/83.jpg`, Position: `up`, Name: `Sara Larsen`, AthleteNumber: 37094, BeatsPerMinute: 97, TopSpeed: 4.5, Registered: `2017-04-14T11:48:28-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/sa.png`, CountryName: `Saudi Arabia` }), + new AthletesDataItem({ Id: 214, Avatar: `https://static.infragistics.com/xplatform/images/people/women/84.jpg`, Position: `up`, Name: `Ömür Denkel`, AthleteNumber: 31061, BeatsPerMinute: 104, TopSpeed: 4.5, Registered: `2017-02-18T05:32:55-02:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/tv.png`, CountryName: `Tuvalu` }), + new AthletesDataItem({ Id: 215, Avatar: `https://static.infragistics.com/xplatform/images/people/women/79.jpg`, Position: `down`, Name: `Marilou Hubert`, AthleteNumber: 43655, BeatsPerMinute: 104, TopSpeed: 4.2, Registered: `2017-09-28T11:13:00-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/mm.png`, CountryName: `Myanmar` }), + new AthletesDataItem({ Id: 216, Avatar: `https://static.infragistics.com/xplatform/images/people/men/72.jpg`, Position: `down`, Name: `Felix Olsen`, AthleteNumber: 43198, BeatsPerMinute: 101, TopSpeed: 4.2, Registered: `2017-09-27T01:17:14-03:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/fr.png`, CountryName: `France` }), + new AthletesDataItem({ Id: 219, Avatar: `https://static.infragistics.com/xplatform/images/people/women/6.jpg`, Position: `current`, Name: `Sedef Tunçeri`, AthleteNumber: 48164, BeatsPerMinute: 108, TopSpeed: 5.6, Registered: `2017-03-29T11:54:15-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/bt.png`, CountryName: `Bhutan` }), + new AthletesDataItem({ Id: 221, Avatar: `https://static.infragistics.com/xplatform/images/people/men/73.jpg`, Position: `down`, Name: `Kuzey Aclan`, AthleteNumber: 18583, BeatsPerMinute: 102, TopSpeed: 5.3, Registered: `2017-09-12T09:14:14-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/td.png`, CountryName: `Chad` }), + new AthletesDataItem({ Id: 223, Avatar: `https://static.infragistics.com/xplatform/images/people/men/72.jpg`, Position: `down`, Name: `Gökhan Aşıkoğlu`, AthleteNumber: 13890, BeatsPerMinute: 105, TopSpeed: 5.4, Registered: `2017-03-31T06:14:26-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/jp.png`, CountryName: `Japan` }), + new AthletesDataItem({ Id: 224, Avatar: `https://static.infragistics.com/xplatform/images/people/men/0.jpg`, Position: `down`, Name: `Joan Ortega`, AthleteNumber: 49478, BeatsPerMinute: 103, TopSpeed: 5.4, Registered: `2017-07-04T03:01:47-03:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/gq.png`, CountryName: `Equatorial Guinea` }), + new AthletesDataItem({ Id: 225, Avatar: `https://static.infragistics.com/xplatform/images/people/men/42.jpg`, Position: `up`, Name: `Stanley Hart`, AthleteNumber: 14150, BeatsPerMinute: 91, TopSpeed: 4.5, Registered: `2017-08-19T03:02:33-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ve.png`, CountryName: `Venezuela` }), + new AthletesDataItem({ Id: 227, Avatar: `https://static.infragistics.com/xplatform/images/people/men/9.jpg`, Position: `current`, Name: `Johann Hinz`, AthleteNumber: 48244, BeatsPerMinute: 94, TopSpeed: 4.3, Registered: `2017-03-10T07:36:56-02:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/sd.png`, CountryName: `Sudan` }), + new AthletesDataItem({ Id: 227, Avatar: `https://static.infragistics.com/xplatform/images/people/women/61.jpg`, Position: `up`, Name: `Layla Douglas`, AthleteNumber: 21977, BeatsPerMinute: 97, TopSpeed: 5.4, Registered: `2017-04-19T11:43:38-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/si.png`, CountryName: `Slovenia` }), + new AthletesDataItem({ Id: 229, Avatar: `https://static.infragistics.com/xplatform/images/people/men/29.jpg`, Position: `current`, Name: `Selmo Caldeira`, AthleteNumber: 21837, BeatsPerMinute: 110, TopSpeed: 4.9, Registered: `2017-10-20T03:40:24-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ly.png`, CountryName: `Libyan Arab Jamahiriya` }), + new AthletesDataItem({ Id: 231, Avatar: `https://static.infragistics.com/xplatform/images/people/men/56.jpg`, Position: `up`, Name: `Judd Campbell`, AthleteNumber: 37365, BeatsPerMinute: 110, TopSpeed: 5, Registered: `2017-10-19T11:01:10-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/la.png`, CountryName: `Lao PeopleS Democratic Republic` }), + new AthletesDataItem({ Id: 233, Avatar: `https://static.infragistics.com/xplatform/images/people/men/18.jpg`, Position: `up`, Name: `Zackary Roy`, AthleteNumber: 45996, BeatsPerMinute: 92, TopSpeed: 4.9, Registered: `2017-07-07T03:51:26-03:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/bs.png`, CountryName: `Bahamas` }), + new AthletesDataItem({ Id: 234, Avatar: `https://static.infragistics.com/xplatform/images/people/women/19.jpg`, Position: `down`, Name: `Linda Schäfer`, AthleteNumber: 43074, BeatsPerMinute: 107, TopSpeed: 5.1, Registered: `2017-01-05T11:41:20-02:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ye.png`, CountryName: `Yemen` }), + new AthletesDataItem({ Id: 235, Avatar: `https://static.infragistics.com/xplatform/images/people/women/42.jpg`, Position: `down`, Name: `Elaine Smith`, AthleteNumber: 38243, BeatsPerMinute: 108, TopSpeed: 4, Registered: `2017-06-11T12:20:41-03:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/li.png`, CountryName: `Liechtenstein` }), + new AthletesDataItem({ Id: 237, Avatar: `https://static.infragistics.com/xplatform/images/people/men/86.jpg`, Position: `down`, Name: `Clyde Matthews`, AthleteNumber: 11955, BeatsPerMinute: 93, TopSpeed: 5.2, Registered: `2017-03-02T05:01:02-02:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/pw.png`, CountryName: `Palau` }), + new AthletesDataItem({ Id: 238, Avatar: `https://static.infragistics.com/xplatform/images/people/women/17.jpg`, Position: `current`, Name: `Charlotte Meyer`, AthleteNumber: 21442, BeatsPerMinute: 110, TopSpeed: 4.6, Registered: `2017-10-19T10:38:35-03:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ck.png`, CountryName: `Cook Islands` }), + new AthletesDataItem({ Id: 240, Avatar: `https://static.infragistics.com/xplatform/images/people/men/5.jpg`, Position: `down`, Name: `Carter Evans`, AthleteNumber: 46961, BeatsPerMinute: 100, TopSpeed: 5.3, Registered: `2017-07-23T02:43:07-03:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/lu.png`, CountryName: `Luxembourg` }), + new AthletesDataItem({ Id: 240, Avatar: `https://static.infragistics.com/xplatform/images/people/men/33.jpg`, Position: `down`, Name: `Alberto Clark`, AthleteNumber: 29912, BeatsPerMinute: 93, TopSpeed: 4.6, Registered: `2017-02-02T03:50:21-02:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ag.png`, CountryName: `Antigua and Barbuda` }), + new AthletesDataItem({ Id: 241, Avatar: `https://static.infragistics.com/xplatform/images/people/women/65.jpg`, Position: `down`, Name: `Lilly Keuter`, AthleteNumber: 49893, BeatsPerMinute: 102, TopSpeed: 4.5, Registered: `2017-01-20T02:38:39-02:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/kn.png`, CountryName: `Saint Kitts and Nevis` }), + new AthletesDataItem({ Id: 241, Avatar: `https://static.infragistics.com/xplatform/images/people/men/20.jpg`, Position: `up`, Name: `Oskari Karjala`, AthleteNumber: 31498, BeatsPerMinute: 90, TopSpeed: 4.5, Registered: `2017-05-10T12:45:12-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/fm.png`, CountryName: `Micronesia, Federated States of` }), + new AthletesDataItem({ Id: 242, Avatar: `https://static.infragistics.com/xplatform/images/people/women/83.jpg`, Position: `down`, Name: `Caitlin Jackson`, AthleteNumber: 45472, BeatsPerMinute: 101, TopSpeed: 4.3, Registered: `2017-09-17T09:41:01-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/mz.png`, CountryName: `Mozambique` }), + new AthletesDataItem({ Id: 243, Avatar: `https://static.infragistics.com/xplatform/images/people/women/77.jpg`, Position: `down`, Name: `Cathalijne Van Der Ree`, AthleteNumber: 45160, BeatsPerMinute: 102, TopSpeed: 5.4, Registered: `2017-02-13T05:23:49-02:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ug.png`, CountryName: `Uganda` }), + new AthletesDataItem({ Id: 243, Avatar: `https://static.infragistics.com/xplatform/images/people/women/94.jpg`, Position: `up`, Name: `Emma Turner`, AthleteNumber: 39487, BeatsPerMinute: 110, TopSpeed: 5.7, Registered: `2017-07-30T01:33:14-03:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/tz.png`, CountryName: `Tanzania, United Republic of` }), + new AthletesDataItem({ Id: 243, Avatar: `https://static.infragistics.com/xplatform/images/people/men/42.jpg`, Position: `up`, Name: `Kent Clark`, AthleteNumber: 32799, BeatsPerMinute: 106, TopSpeed: 5.7, Registered: `2017-01-24T01:00:15-02:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/pe.png`, CountryName: `Peru` }), + new AthletesDataItem({ Id: 246, Avatar: `https://static.infragistics.com/xplatform/images/people/women/55.jpg`, Position: `current`, Name: `Ronja Kraft`, AthleteNumber: 21800, BeatsPerMinute: 101, TopSpeed: 5.3, Registered: `2017-04-02T03:33:57-03:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/dk.png`, CountryName: `Denmark` }), + new AthletesDataItem({ Id: 251, Avatar: `https://static.infragistics.com/xplatform/images/people/women/34.jpg`, Position: `down`, Name: `Eléa Robin`, AthleteNumber: 26742, BeatsPerMinute: 90, TopSpeed: 4.7, Registered: `2017-03-30T12:34:24-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/vc.png`, CountryName: `Saint Vincent and the Grenadines` }), + new AthletesDataItem({ Id: 251, Avatar: `https://static.infragistics.com/xplatform/images/people/men/74.jpg`, Position: `up`, Name: `Alex Meyer`, AthleteNumber: 44390, BeatsPerMinute: 94, TopSpeed: 4.3, Registered: `2017-08-04T07:05:34-03:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/md.png`, CountryName: `Moldova, Republic of` }), + new AthletesDataItem({ Id: 252, Avatar: `https://static.infragistics.com/xplatform/images/people/men/94.jpg`, Position: `down`, Name: `Adérito Lopes`, AthleteNumber: 21320, BeatsPerMinute: 91, TopSpeed: 5.2, Registered: `2017-01-07T06:47:56-02:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/mh.png`, CountryName: `Marshall Islands` }), + new AthletesDataItem({ Id: 253, Avatar: `https://static.infragistics.com/xplatform/images/people/women/51.jpg`, Position: `current`, Name: `Kayla Patel`, AthleteNumber: 42780, BeatsPerMinute: 103, TopSpeed: 4.7, Registered: `2017-04-20T09:33:53-03:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ne.png`, CountryName: `Niger` }), + new AthletesDataItem({ Id: 258, Avatar: `https://static.infragistics.com/xplatform/images/people/men/31.jpg`, Position: `current`, Name: `Diego Gautier`, AthleteNumber: 26320, BeatsPerMinute: 97, TopSpeed: 4.6, Registered: `2017-06-11T03:50:43-03:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ng.png`, CountryName: `Nigeria` }), + new AthletesDataItem({ Id: 258, Avatar: `https://static.infragistics.com/xplatform/images/people/women/30.jpg`, Position: `up`, Name: `Veera Saari`, AthleteNumber: 40408, BeatsPerMinute: 100, TopSpeed: 4.7, Registered: `2017-10-28T10:39:22-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/iq.png`, CountryName: `Iraq` }), + new AthletesDataItem({ Id: 258, Avatar: `https://static.infragistics.com/xplatform/images/people/women/60.jpg`, Position: `down`, Name: `Zaina Pomp`, AthleteNumber: 14109, BeatsPerMinute: 90, TopSpeed: 5.7, Registered: `2017-09-07T11:17:40-03:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ao.png`, CountryName: `Angola` }), + new AthletesDataItem({ Id: 262, Avatar: `https://static.infragistics.com/xplatform/images/people/men/9.jpg`, Position: `current`, Name: `Anthony Harcourt`, AthleteNumber: 33649, BeatsPerMinute: 109, TopSpeed: 5.5, Registered: `2017-06-14T11:10:20-03:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/in.png`, CountryName: `India` }), + new AthletesDataItem({ Id: 262, Avatar: `https://static.infragistics.com/xplatform/images/people/men/43.jpg`, Position: `current`, Name: `Roman Smith`, AthleteNumber: 15531, BeatsPerMinute: 106, TopSpeed: 4.9, Registered: `2017-06-14T05:12:04-03:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ga.png`, CountryName: `Gabon` }), + new AthletesDataItem({ Id: 263, Avatar: `https://static.infragistics.com/xplatform/images/people/women/9.jpg`, Position: `up`, Name: `Estelle Vincent`, AthleteNumber: 41700, BeatsPerMinute: 99, TopSpeed: 5.7, Registered: `2017-05-31T02:56:58-03:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/na.png`, CountryName: `Namibia` }), + new AthletesDataItem({ Id: 265, Avatar: `https://static.infragistics.com/xplatform/images/people/women/47.jpg`, Position: `current`, Name: `Ilke Kisters`, AthleteNumber: 23817, BeatsPerMinute: 100, TopSpeed: 5.9, Registered: `2017-01-04T02:54:53-02:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ch.png`, CountryName: `Switzerland` }), + new AthletesDataItem({ Id: 265, Avatar: `https://static.infragistics.com/xplatform/images/people/women/9.jpg`, Position: `down`, Name: `Jenny Burke`, AthleteNumber: 15266, BeatsPerMinute: 99, TopSpeed: 5.4, Registered: `2017-09-11T12:20:19-03:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/my.png`, CountryName: `Malaysia` }), + new AthletesDataItem({ Id: 265, Avatar: `https://static.infragistics.com/xplatform/images/people/women/60.jpg`, Position: `down`, Name: `Keira Walker`, AthleteNumber: 34116, BeatsPerMinute: 94, TopSpeed: 4.8, Registered: `2017-01-09T05:46:07-02:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/al.png`, CountryName: `Albania` }), + new AthletesDataItem({ Id: 266, Avatar: `https://static.infragistics.com/xplatform/images/people/men/70.jpg`, Position: `down`, Name: `Moritz Braun`, AthleteNumber: 48081, BeatsPerMinute: 107, TopSpeed: 6, Registered: `2017-06-13T12:54:56-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ad.png`, CountryName: `Andorra` }), + new AthletesDataItem({ Id: 267, Avatar: `https://static.infragistics.com/xplatform/images/people/men/50.jpg`, Position: `current`, Name: `Villads Larsen`, AthleteNumber: 44677, BeatsPerMinute: 93, TopSpeed: 5.7, Registered: `2017-03-25T11:25:30-02:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/kw.png`, CountryName: `Kuwait` }), + new AthletesDataItem({ Id: 268, Avatar: `https://static.infragistics.com/xplatform/images/people/men/23.jpg`, Position: `up`, Name: `Sandro Carpentier`, AthleteNumber: 23503, BeatsPerMinute: 96, TopSpeed: 5.7, Registered: `2017-09-30T01:01:04-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/be.png`, CountryName: `Belgium` }), + new AthletesDataItem({ Id: 269, Avatar: `https://static.infragistics.com/xplatform/images/people/men/17.jpg`, Position: `current`, Name: `Emil Meißner`, AthleteNumber: 37183, BeatsPerMinute: 97, TopSpeed: 4, Registered: `2017-07-15T12:32:30-03:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/gm.png`, CountryName: `Gambia` }), + new AthletesDataItem({ Id: 270, Avatar: `https://static.infragistics.com/xplatform/images/people/women/14.jpg`, Position: `up`, Name: `Emily Olsen`, AthleteNumber: 13887, BeatsPerMinute: 110, TopSpeed: 4.8, Registered: `2017-10-03T08:01:40-03:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/cf.png`, CountryName: `Central African Republic` }), + new AthletesDataItem({ Id: 271, Avatar: `https://static.infragistics.com/xplatform/images/people/men/81.jpg`, Position: `down`, Name: `آراد جعفری`, AthleteNumber: 34962, BeatsPerMinute: 90, TopSpeed: 4.8, Registered: `2017-04-22T04:20:39-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/bi.png`, CountryName: `Burundi` }), + new AthletesDataItem({ Id: 271, Avatar: `https://static.infragistics.com/xplatform/images/people/men/74.jpg`, Position: `down`, Name: `Jimmie Mcguinness`, AthleteNumber: 20729, BeatsPerMinute: 90, TopSpeed: 4.6, Registered: `2017-10-07T06:08:00-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/bw.png`, CountryName: `Botswana` }), + new AthletesDataItem({ Id: 272, Avatar: `https://static.infragistics.com/xplatform/images/people/women/26.jpg`, Position: `down`, Name: `Sélène Roussel`, AthleteNumber: 11261, BeatsPerMinute: 99, TopSpeed: 5.8, Registered: `2017-05-10T02:18:02-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/sm.png`, CountryName: `San Marino` }), + new AthletesDataItem({ Id: 272, Avatar: `https://static.infragistics.com/xplatform/images/people/men/31.jpg`, Position: `up`, Name: `Aaron Robertson`, AthleteNumber: 30727, BeatsPerMinute: 95, TopSpeed: 4.2, Registered: `2017-08-23T09:37:40-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/id.png`, CountryName: `Indonesia` }), + new AthletesDataItem({ Id: 273, Avatar: `https://static.infragistics.com/xplatform/images/people/women/4.jpg`, Position: `up`, Name: `Afet Kumcuoğlu`, AthleteNumber: 33454, BeatsPerMinute: 106, TopSpeed: 5.1, Registered: `2017-09-16T07:05:43-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/nz.png`, CountryName: `New Zealand` }), + new AthletesDataItem({ Id: 273, Avatar: `https://static.infragistics.com/xplatform/images/people/women/33.jpg`, Position: `up`, Name: `Annabelle Besteman`, AthleteNumber: 30560, BeatsPerMinute: 105, TopSpeed: 5.3, Registered: `2017-11-11T02:04:19-02:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/kp.png`, CountryName: `North Korea` }), + new AthletesDataItem({ Id: 274, Avatar: `https://static.infragistics.com/xplatform/images/people/women/9.jpg`, Position: `up`, Name: `Minea Rantanen`, AthleteNumber: 18835, BeatsPerMinute: 105, TopSpeed: 5, Registered: `2017-01-24T07:30:43-02:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/jo.png`, CountryName: `Jordan` }), + new AthletesDataItem({ Id: 275, Avatar: `https://static.infragistics.com/xplatform/images/people/men/2.jpg`, Position: `up`, Name: `Fritz Sommer`, AthleteNumber: 26210, BeatsPerMinute: 99, TopSpeed: 4.6, Registered: `2017-09-29T03:54:57-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/lt.png`, CountryName: `Lithuania` }), + new AthletesDataItem({ Id: 275, Avatar: `https://static.infragistics.com/xplatform/images/people/men/88.jpg`, Position: `down`, Name: `Rafael Gutierrez`, AthleteNumber: 38804, BeatsPerMinute: 100, TopSpeed: 5.9, Registered: `2017-02-08T07:50:59-02:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/gn.png`, CountryName: `Guinea` }), + new AthletesDataItem({ Id: 275, Avatar: `https://static.infragistics.com/xplatform/images/people/women/69.jpg`, Position: `current`, Name: `Ellen Leppo`, AthleteNumber: 29286, BeatsPerMinute: 97, TopSpeed: 5.6, Registered: `2017-08-16T09:46:35-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/by.png`, CountryName: `Belarus` }), + new AthletesDataItem({ Id: 276, Avatar: `https://static.infragistics.com/xplatform/images/people/women/1.jpg`, Position: `current`, Name: `Encarnacion Martin`, AthleteNumber: 40912, BeatsPerMinute: 105, TopSpeed: 5.5, Registered: `2017-01-11T12:52:28-02:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/th.png`, CountryName: `Thailand` }), + new AthletesDataItem({ Id: 276, Avatar: `https://static.infragistics.com/xplatform/images/people/men/65.jpg`, Position: `current`, Name: `David Scott`, AthleteNumber: 46997, BeatsPerMinute: 101, TopSpeed: 4.4, Registered: `2017-07-25T09:23:24-03:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/pt.png`, CountryName: `Portugal` }), + new AthletesDataItem({ Id: 279, Avatar: `https://static.infragistics.com/xplatform/images/people/women/39.jpg`, Position: `current`, Name: `Ashley Romero`, AthleteNumber: 36611, BeatsPerMinute: 104, TopSpeed: 5.5, Registered: `2017-02-08T12:45:46-02:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/mn.png`, CountryName: `Mongolia` }), + new AthletesDataItem({ Id: 280, Avatar: `https://static.infragistics.com/xplatform/images/people/men/90.jpg`, Position: `down`, Name: `Cecil Nichols`, AthleteNumber: 20656, BeatsPerMinute: 100, TopSpeed: 5, Registered: `2017-04-24T01:20:34-03:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/rw.png`, CountryName: `RWANDA` }), + new AthletesDataItem({ Id: 282, Avatar: `https://static.infragistics.com/xplatform/images/people/men/55.jpg`, Position: `current`, Name: `Johann Fischer`, AthleteNumber: 37212, BeatsPerMinute: 98, TopSpeed: 5.8, Registered: `2017-09-01T04:39:52-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/br.png`, CountryName: `Brazil` }), + new AthletesDataItem({ Id: 283, Avatar: `https://static.infragistics.com/xplatform/images/people/men/10.jpg`, Position: `current`, Name: `سینا مرادی`, AthleteNumber: 10809, BeatsPerMinute: 105, TopSpeed: 5.3, Registered: `2017-04-05T05:27:13-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/bh.png`, CountryName: `Bahrain` }), + new AthletesDataItem({ Id: 284, Avatar: `https://static.infragistics.com/xplatform/images/people/men/12.jpg`, Position: `current`, Name: `Abel Brun`, AthleteNumber: 39315, BeatsPerMinute: 105, TopSpeed: 5.1, Registered: `2017-10-05T05:54:31-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/af.png`, CountryName: `Afghanistan` }), + new AthletesDataItem({ Id: 285, Avatar: `https://static.infragistics.com/xplatform/images/people/men/34.jpg`, Position: `current`, Name: `Jeffrey Medina`, AthleteNumber: 42905, BeatsPerMinute: 100, TopSpeed: 5.2, Registered: `2017-09-15T02:11:43-03:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/gr.png`, CountryName: `Greece` }), + new AthletesDataItem({ Id: 285, Avatar: `https://static.infragistics.com/xplatform/images/people/men/43.jpg`, Position: `down`, Name: `Niilo Laurila`, AthleteNumber: 49215, BeatsPerMinute: 104, TopSpeed: 4.5, Registered: `2017-04-26T01:26:36-03:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/et.png`, CountryName: `Ethiopia` }), + new AthletesDataItem({ Id: 286, Avatar: `https://static.infragistics.com/xplatform/images/people/women/45.jpg`, Position: `down`, Name: `Marisvalda Martins`, AthleteNumber: 33879, BeatsPerMinute: 107, TopSpeed: 5.4, Registered: `2017-01-31T12:07:48-02:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/es.png`, CountryName: `Spain` }), + new AthletesDataItem({ Id: 286, Avatar: `https://static.infragistics.com/xplatform/images/people/women/82.jpg`, Position: `current`, Name: `Eloida Novaes`, AthleteNumber: 30751, BeatsPerMinute: 107, TopSpeed: 4.2, Registered: `2017-01-02T01:04:04-02:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/cl.png`, CountryName: `Chile` }), + new AthletesDataItem({ Id: 287, Avatar: `https://static.infragistics.com/xplatform/images/people/women/72.jpg`, Position: `up`, Name: `Charlotte Dean`, AthleteNumber: 45969, BeatsPerMinute: 105, TopSpeed: 5, Registered: `2017-02-13T05:39:15-02:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/za.png`, CountryName: `South Africa` }), + new AthletesDataItem({ Id: 287, Avatar: `https://static.infragistics.com/xplatform/images/people/men/35.jpg`, Position: `current`, Name: `Loïc Gerard`, AthleteNumber: 31706, BeatsPerMinute: 102, TopSpeed: 4.4, Registered: `2017-07-28T09:10:43-03:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ie.png`, CountryName: `Ireland` }), + new AthletesDataItem({ Id: 292, Avatar: `https://static.infragistics.com/xplatform/images/people/women/4.jpg`, Position: `down`, Name: `Asta Hansen`, AthleteNumber: 17222, BeatsPerMinute: 101, TopSpeed: 4.3, Registered: `2017-01-08T02:41:56-02:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/kz.png`, CountryName: `Kazakhstan` }), + new AthletesDataItem({ Id: 293, Avatar: `https://static.infragistics.com/xplatform/images/people/women/21.jpg`, Position: `up`, Name: `Sara Hannula`, AthleteNumber: 22025, BeatsPerMinute: 102, TopSpeed: 4.2, Registered: `2017-10-09T11:32:13-03:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/tl.png`, CountryName: `Timor-Leste` }), + new AthletesDataItem({ Id: 293, Avatar: `https://static.infragistics.com/xplatform/images/people/women/90.jpg`, Position: `current`, Name: `Ana Bourgeois`, AthleteNumber: 24612, BeatsPerMinute: 110, TopSpeed: 6, Registered: `2017-11-02T02:17:43-02:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/sg.png`, CountryName: `Singapore` }), + new AthletesDataItem({ Id: 296, Avatar: `https://static.infragistics.com/xplatform/images/people/women/37.jpg`, Position: `up`, Name: `Thea Edwards`, AthleteNumber: 29141, BeatsPerMinute: 99, TopSpeed: 5.8, Registered: `2017-05-23T05:24:38-03:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/sl.png`, CountryName: `Sierra Leone` }), + new AthletesDataItem({ Id: 299, Avatar: `https://static.infragistics.com/xplatform/images/people/men/89.jpg`, Position: `down`, Name: `Victor Lévesque`, AthleteNumber: 48375, BeatsPerMinute: 110, TopSpeed: 5.7, Registered: `2017-11-10T11:31:44-02:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/mr.png`, CountryName: `Mauritania` }), + new AthletesDataItem({ Id: 301, Avatar: `https://static.infragistics.com/xplatform/images/people/men/65.jpg`, Position: `down`, Name: `Louis Stewart`, AthleteNumber: 48131, BeatsPerMinute: 103, TopSpeed: 5.7, Registered: `2017-02-26T07:28:02-02:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/hn.png`, CountryName: `Honduras` }), + new AthletesDataItem({ Id: 302, Avatar: `https://static.infragistics.com/xplatform/images/people/men/14.jpg`, Position: `up`, Name: `Bill Fox`, AthleteNumber: 18511, BeatsPerMinute: 91, TopSpeed: 5, Registered: `2017-10-24T08:25:40-03:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ir.png`, CountryName: `Iran, Islamic Republic Of` }), + new AthletesDataItem({ Id: 304, Avatar: `https://static.infragistics.com/xplatform/images/people/men/34.jpg`, Position: `down`, Name: `Mathys Martin`, AthleteNumber: 32928, BeatsPerMinute: 98, TopSpeed: 5.5, Registered: `2017-05-17T12:51:47-03:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/va.png`, CountryName: `Holy See (Vatican City State)` }), + new AthletesDataItem({ Id: 305, Avatar: `https://static.infragistics.com/xplatform/images/people/women/38.jpg`, Position: `current`, Name: `Gianne Godijn`, AthleteNumber: 45945, BeatsPerMinute: 96, TopSpeed: 4.5, Registered: `2017-03-22T03:23:12-02:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/it.png`, CountryName: `Italy` }), + new AthletesDataItem({ Id: 306, Avatar: `https://static.infragistics.com/xplatform/images/people/women/26.jpg`, Position: `up`, Name: `Mira Campos`, AthleteNumber: 39222, BeatsPerMinute: 95, TopSpeed: 5.9, Registered: `2017-01-11T01:41:31-02:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/am.png`, CountryName: `Armenia` }), + new AthletesDataItem({ Id: 308, Avatar: `https://static.infragistics.com/xplatform/images/people/women/15.jpg`, Position: `down`, Name: `Esther Kühn`, AthleteNumber: 24868, BeatsPerMinute: 92, TopSpeed: 5.5, Registered: `2017-05-14T12:30:08-03:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ru.png`, CountryName: `Russian Federation` }), + new AthletesDataItem({ Id: 308, Avatar: `https://static.infragistics.com/xplatform/images/people/men/14.jpg`, Position: `up`, Name: `Hans Möller`, AthleteNumber: 34122, BeatsPerMinute: 109, TopSpeed: 5.6, Registered: `2017-06-20T06:02:49-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/dj.png`, CountryName: `Djibouti` }), + new AthletesDataItem({ Id: 309, Avatar: `https://static.infragistics.com/xplatform/images/people/women/73.jpg`, Position: `current`, Name: `Alice Perry`, AthleteNumber: 23750, BeatsPerMinute: 104, TopSpeed: 5.3, Registered: `2017-03-31T07:15:46-03:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/lc.png`, CountryName: `Saint Lucia` }), + new AthletesDataItem({ Id: 310, Avatar: `https://static.infragistics.com/xplatform/images/people/men/92.jpg`, Position: `up`, Name: `Kaya Tekand`, AthleteNumber: 11028, BeatsPerMinute: 93, TopSpeed: 5.2, Registered: `2017-04-10T09:57:13-03:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/fj.png`, CountryName: `Fiji` }), + new AthletesDataItem({ Id: 311, Avatar: `https://static.infragistics.com/xplatform/images/people/women/92.jpg`, Position: `down`, Name: `Ilona Salonen`, AthleteNumber: 27068, BeatsPerMinute: 91, TopSpeed: 5.4, Registered: `2017-07-03T06:19:47-03:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/bo.png`, CountryName: `Bolivia` }), ]; super(...newItems.slice(0)); } diff --git a/samples/grids/grid/row-reorder/src/CustomersData.ts b/samples/grids/grid/row-reorder/src/CustomersData.ts index 8f4140d2b9..f9aa8c0893 100644 --- a/samples/grids/grid/row-reorder/src/CustomersData.ts +++ b/samples/grids/grid/row-reorder/src/CustomersData.ts @@ -22,384 +22,33 @@ export class CustomersData extends Array { super(...items); } else { const newItems = [ - new CustomersDataItem( - { - ID: `ALFKI`, - Company: `Alfreds Futterkiste`, - ContactName: `Maria Anders`, - ContactTitle: `Sales Representative`, - Address: `Obere Str. 57`, - City: `Berlin`, - Region: `East`, - PostalCode: 12209, - Country: `Germany`, - Phone: `030-0074321`, - Fax: `030-0076545` - }), - new CustomersDataItem( - { - ID: `ANATR`, - Company: `Ana Trujillo Emparedados y helados`, - ContactName: `Ana Trujillo`, - ContactTitle: `Owner`, - Address: `Avda. de la Constitución 2222`, - City: `México D.F.`, - Region: `South`, - PostalCode: 5021, - Country: `Mexico`, - Phone: `(5) 555-4729`, - Fax: `(5) 555-3745` - }), - new CustomersDataItem( - { - ID: `ANTON`, - Company: `Antonio Moreno Taquería`, - ContactName: `Antonio Moreno`, - ContactTitle: `Owner`, - Address: `Mataderos 2312`, - City: `México D.F.`, - Region: `South`, - PostalCode: 5023, - Country: `Mexico`, - Phone: `(5) 555-3932`, - Fax: `(5) 555-3745` - }), - new CustomersDataItem( - { - ID: `AROUT`, - Company: `Around the Horn`, - ContactName: `Thomas Hardy`, - ContactTitle: `Sales Representative`, - Address: `120 Hanover Sq.`, - City: `London`, - Region: `East`, - PostalCode: 22000, - Country: `UK`, - Phone: `(171) 555-7788`, - Fax: `(171) 555-6750` - }), - new CustomersDataItem( - { - ID: `BERGS`, - Company: `Berglunds snabbköp`, - ContactName: `Christina Berglund`, - ContactTitle: `Order Administrator`, - Address: `Berguvsvägen 8`, - City: `Luleå`, - Region: `South`, - PostalCode: 17000, - Country: `Sweden`, - Phone: `0921-12 34 65`, - Fax: `0921-12 34 67` - }), - new CustomersDataItem( - { - ID: `BLAUS`, - Company: `Blauer See Delikatessen`, - ContactName: `Hanna Moos`, - ContactTitle: `Sales Representative`, - Address: `Forsterstr. 57`, - City: `Mannheim`, - Region: `East`, - PostalCode: 68306, - Country: `Germany`, - Phone: `0621-08460`, - Fax: `0621-08924` - }), - new CustomersDataItem( - { - ID: `BLONP`, - Company: `Blondesddsl père et fils`, - ContactName: `Frédérique Citeaux`, - ContactTitle: `Marketing Manager`, - Address: `24, place Kléber`, - City: `Strasbourg`, - Region: `East`, - PostalCode: 67000, - Country: `France`, - Phone: `88.60.15.31`, - Fax: `88.60.15.32` - }), - new CustomersDataItem( - { - ID: `BOLID`, - Company: `Bólido Comidas preparadas`, - ContactName: `Martín Sommer`, - ContactTitle: `Owner`, - Address: `C/ Araquil, 67`, - City: `Madrid`, - Region: `East`, - PostalCode: 28023, - Country: `Spain`, - Phone: `(91) 555 22 82`, - Fax: `(91) 555 91 99` - }), - new CustomersDataItem( - { - ID: `BONAP`, - Company: `Bon app'`, - ContactName: `Laurence Lebihan`, - ContactTitle: `Owner`, - Address: `12, rue des Bouchers`, - City: `Marseille`, - Region: `West`, - PostalCode: 13008, - Country: `France`, - Phone: `91.24.45.40`, - Fax: `91.24.45.41` - }), - new CustomersDataItem( - { - ID: `BOTTM`, - Company: `Bottom-Dollar Markets`, - ContactName: `Elizabeth Lincoln`, - ContactTitle: `Accounting Manager`, - Address: `23 Tsawassen Blvd.`, - City: `Tsawassen`, - Region: `BC`, - PostalCode: 28000, - Country: `Canada`, - Phone: `(604) 555-4729`, - Fax: `(604) 555-3745` - }), - new CustomersDataItem( - { - ID: `BSBEV`, - Company: `B's Beverages`, - ContactName: `Victoria Ashworth`, - ContactTitle: `Sales Representative`, - Address: `Fauntleroy Circus`, - City: `London`, - Region: `South`, - PostalCode: 10000, - Country: `UK`, - Phone: `(171) 555-1212`, - Fax: `(5) 555-3745` - }), - new CustomersDataItem( - { - ID: `CACTU`, - Company: `Cactus Comidas para llevar`, - ContactName: `Patricio Simpson`, - ContactTitle: `Sales Agent`, - Address: `Cerrito 333`, - City: `Buenos Aires`, - Region: `East`, - PostalCode: 1010, - Country: `Argentina`, - Phone: `(1) 135-5555`, - Fax: `(1) 135-4892` - }), - new CustomersDataItem( - { - ID: `CENTC`, - Company: `Centro comercial Moctezuma`, - ContactName: `Francisco Chang`, - ContactTitle: `Marketing Manager`, - Address: `Sierras de Granada 9993`, - City: `México D.F.`, - Region: `South`, - PostalCode: 5022, - Country: `Mexico`, - Phone: `(5) 555-3392`, - Fax: `(5) 555-7293` - }), - new CustomersDataItem( - { - ID: `CHOPS`, - Company: `Chop-suey Chinese`, - ContactName: `Yang Wang`, - ContactTitle: `Owner`, - Address: `Hauptstr. 29`, - City: `Bern`, - Region: `East`, - PostalCode: 3012, - Country: `Switzerland`, - Phone: `0452-076545`, - Fax: `(5) 555-3745` - }), - new CustomersDataItem( - { - ID: `COMMI`, - Company: `Comércio Mineiro`, - ContactName: `Pedro Afonso`, - ContactTitle: `Sales Associate`, - Address: `Av. dos Lusíadas, 23`, - City: `Sao Paulo`, - Region: `SP`, - PostalCode: 34000, - Country: `Brazil`, - Phone: `(11) 555-7647`, - Fax: `(5) 555-3745` - }), - new CustomersDataItem( - { - ID: `CONSH`, - Company: `Consolidated Holdings`, - ContactName: `Elizabeth Brown`, - ContactTitle: `Sales Representative`, - Address: `Berkeley Gardens 12 Brewery`, - City: `London`, - Region: `South`, - PostalCode: 27000, - Country: `UK`, - Phone: `(171) 555-2282`, - Fax: `(171) 555-9199` - }), - new CustomersDataItem( - { - ID: `DRACD`, - Company: `Drachenblut Delikatessen`, - ContactName: `Sven Ottlieb`, - ContactTitle: `Order Administrator`, - Address: `Walserweg 21`, - City: `Aachen`, - Region: `South`, - PostalCode: 52066, - Country: `Germany`, - Phone: `0241-039123`, - Fax: `0241-059428` - }), - new CustomersDataItem( - { - ID: `DUMON`, - Company: `Du monde entier`, - ContactName: `Janine Labrune`, - ContactTitle: `Owner`, - Address: `67, rue des Cinquante Otages`, - City: `Nantes`, - Region: `East`, - PostalCode: 44000, - Country: `France`, - Phone: `40.67.88.88`, - Fax: `40.67.89.89` - }), - new CustomersDataItem( - { - ID: `EASTC`, - Company: `Eastern Connection`, - ContactName: `Ann Devon`, - ContactTitle: `Sales Agent`, - Address: `35 King George`, - City: `London`, - Region: `East`, - PostalCode: 41000, - Country: `UK`, - Phone: `(171) 555-0297`, - Fax: `(171) 555-3373` - }), - new CustomersDataItem( - { - ID: `ERNSH`, - Company: `Ernst Handel`, - ContactName: `Roland Mendel`, - ContactTitle: `Sales Manager`, - Address: `Kirchgasse 6`, - City: `Graz`, - Region: `South`, - PostalCode: 8010, - Country: `Austria`, - Phone: `7675-3425`, - Fax: `7675-3426` - }), - new CustomersDataItem( - { - ID: `FAMIA`, - Company: `Familia Arquibaldo`, - ContactName: `Aria Cruz`, - ContactTitle: `Marketing Assistant`, - Address: `Rua Orós, 92`, - City: `Sao Paulo`, - Region: `SP`, - PostalCode: 27000, - Country: `Brazil`, - Phone: `(11) 555-9857`, - Fax: `(5) 555-3745` - }), - new CustomersDataItem( - { - ID: `FISSA`, - Company: `FISSA Fabrica Inter. Salchichas S.A.`, - ContactName: `Diego Roel`, - ContactTitle: `Accounting Manager`, - Address: `C/ Moralzarzal, 86`, - City: `Madrid`, - Region: `East`, - PostalCode: 28034, - Country: `Spain`, - Phone: `(91) 555 94 44`, - Fax: `(91) 555 55 93` - }), - new CustomersDataItem( - { - ID: `FOLIG`, - Company: `Folies gourmandes`, - ContactName: `Martine Rancé`, - ContactTitle: `Assistant Sales Agent`, - Address: `184, chaussée de Tournai`, - City: `Lille`, - Region: `South`, - PostalCode: 59000, - Country: `France`, - Phone: `20.16.10.16`, - Fax: `20.16.10.17` - }), - new CustomersDataItem( - { - ID: `FOLKO`, - Company: `Folk och fä HB`, - ContactName: `Maria Larsson`, - ContactTitle: `Owner`, - Address: `Åkergatan 24`, - City: `Bräcke`, - Region: `East`, - PostalCode: 36000, - Country: `Sweden`, - Phone: `0695-34 67 21`, - Fax: `0695 33-4455` - }), - new CustomersDataItem( - { - ID: `FRANK`, - Company: `Frankenversand`, - ContactName: `Peter Franken`, - ContactTitle: `Marketing Manager`, - Address: `Berliner Platz 43`, - City: `München`, - Region: `East`, - PostalCode: 80805, - Country: `Germany`, - Phone: `089-0877310`, - Fax: `089-0877451` - }), - new CustomersDataItem( - { - ID: `FRANR`, - Company: `France restauration`, - ContactName: `Carine Schmitt`, - ContactTitle: `Marketing Manager`, - Address: `54, rue Royale`, - City: `Nantes`, - Region: `South`, - PostalCode: 44000, - Country: `France`, - Phone: `40.32.21.21`, - Fax: `40.32.21.20` - }), - new CustomersDataItem( - { - ID: `FRANS`, - Company: `Franchi S.p.A.`, - ContactName: `Paolo Accorti`, - ContactTitle: `Sales Representative`, - Address: `Via Monte Bianco 34`, - City: `Torino`, - Region: `East`, - PostalCode: 10100, - Country: `Italy`, - Phone: `011-4988260`, - Fax: `011-4988261` - }), + new CustomersDataItem({ ID: `ALFKI`, Company: `Alfreds Futterkiste`, ContactName: `Maria Anders`, ContactTitle: `Sales Representative`, Address: `Obere Str. 57`, City: `Berlin`, Region: `East`, PostalCode: 12209, Country: `Germany`, Phone: `030-0074321`, Fax: `030-0076545` }), + new CustomersDataItem({ ID: `ANATR`, Company: `Ana Trujillo Emparedados y helados`, ContactName: `Ana Trujillo`, ContactTitle: `Owner`, Address: `Avda. de la Constitución 2222`, City: `México D.F.`, Region: `South`, PostalCode: 5021, Country: `Mexico`, Phone: `(5) 555-4729`, Fax: `(5) 555-3745` }), + new CustomersDataItem({ ID: `ANTON`, Company: `Antonio Moreno Taquería`, ContactName: `Antonio Moreno`, ContactTitle: `Owner`, Address: `Mataderos 2312`, City: `México D.F.`, Region: `South`, PostalCode: 5023, Country: `Mexico`, Phone: `(5) 555-3932`, Fax: `(5) 555-3745` }), + new CustomersDataItem({ ID: `AROUT`, Company: `Around the Horn`, ContactName: `Thomas Hardy`, ContactTitle: `Sales Representative`, Address: `120 Hanover Sq.`, City: `London`, Region: `East`, PostalCode: 22000, Country: `UK`, Phone: `(171) 555-7788`, Fax: `(171) 555-6750` }), + new CustomersDataItem({ ID: `BERGS`, Company: `Berglunds snabbköp`, ContactName: `Christina Berglund`, ContactTitle: `Order Administrator`, Address: `Berguvsvägen 8`, City: `Luleå`, Region: `South`, PostalCode: 17000, Country: `Sweden`, Phone: `0921-12 34 65`, Fax: `0921-12 34 67` }), + new CustomersDataItem({ ID: `BLAUS`, Company: `Blauer See Delikatessen`, ContactName: `Hanna Moos`, ContactTitle: `Sales Representative`, Address: `Forsterstr. 57`, City: `Mannheim`, Region: `East`, PostalCode: 68306, Country: `Germany`, Phone: `0621-08460`, Fax: `0621-08924` }), + new CustomersDataItem({ ID: `BLONP`, Company: `Blondesddsl père et fils`, ContactName: `Frédérique Citeaux`, ContactTitle: `Marketing Manager`, Address: `24, place Kléber`, City: `Strasbourg`, Region: `East`, PostalCode: 67000, Country: `France`, Phone: `88.60.15.31`, Fax: `88.60.15.32` }), + new CustomersDataItem({ ID: `BOLID`, Company: `Bólido Comidas preparadas`, ContactName: `Martín Sommer`, ContactTitle: `Owner`, Address: `C/ Araquil, 67`, City: `Madrid`, Region: `East`, PostalCode: 28023, Country: `Spain`, Phone: `(91) 555 22 82`, Fax: `(91) 555 91 99` }), + new CustomersDataItem({ ID: `BONAP`, Company: `Bon app'`, ContactName: `Laurence Lebihan`, ContactTitle: `Owner`, Address: `12, rue des Bouchers`, City: `Marseille`, Region: `West`, PostalCode: 13008, Country: `France`, Phone: `91.24.45.40`, Fax: `91.24.45.41` }), + new CustomersDataItem({ ID: `BOTTM`, Company: `Bottom-Dollar Markets`, ContactName: `Elizabeth Lincoln`, ContactTitle: `Accounting Manager`, Address: `23 Tsawassen Blvd.`, City: `Tsawassen`, Region: `BC`, PostalCode: 28000, Country: `Canada`, Phone: `(604) 555-4729`, Fax: `(604) 555-3745` }), + new CustomersDataItem({ ID: `BSBEV`, Company: `B's Beverages`, ContactName: `Victoria Ashworth`, ContactTitle: `Sales Representative`, Address: `Fauntleroy Circus`, City: `London`, Region: `South`, PostalCode: 10000, Country: `UK`, Phone: `(171) 555-1212`, Fax: `(5) 555-3745` }), + new CustomersDataItem({ ID: `CACTU`, Company: `Cactus Comidas para llevar`, ContactName: `Patricio Simpson`, ContactTitle: `Sales Agent`, Address: `Cerrito 333`, City: `Buenos Aires`, Region: `East`, PostalCode: 1010, Country: `Argentina`, Phone: `(1) 135-5555`, Fax: `(1) 135-4892` }), + new CustomersDataItem({ ID: `CENTC`, Company: `Centro comercial Moctezuma`, ContactName: `Francisco Chang`, ContactTitle: `Marketing Manager`, Address: `Sierras de Granada 9993`, City: `México D.F.`, Region: `South`, PostalCode: 5022, Country: `Mexico`, Phone: `(5) 555-3392`, Fax: `(5) 555-7293` }), + new CustomersDataItem({ ID: `CHOPS`, Company: `Chop-suey Chinese`, ContactName: `Yang Wang`, ContactTitle: `Owner`, Address: `Hauptstr. 29`, City: `Bern`, Region: `East`, PostalCode: 3012, Country: `Switzerland`, Phone: `0452-076545`, Fax: `(5) 555-3745` }), + new CustomersDataItem({ ID: `COMMI`, Company: `Comércio Mineiro`, ContactName: `Pedro Afonso`, ContactTitle: `Sales Associate`, Address: `Av. dos Lusíadas, 23`, City: `Sao Paulo`, Region: `SP`, PostalCode: 34000, Country: `Brazil`, Phone: `(11) 555-7647`, Fax: `(5) 555-3745` }), + new CustomersDataItem({ ID: `CONSH`, Company: `Consolidated Holdings`, ContactName: `Elizabeth Brown`, ContactTitle: `Sales Representative`, Address: `Berkeley Gardens 12 Brewery`, City: `London`, Region: `South`, PostalCode: 27000, Country: `UK`, Phone: `(171) 555-2282`, Fax: `(171) 555-9199` }), + new CustomersDataItem({ ID: `DRACD`, Company: `Drachenblut Delikatessen`, ContactName: `Sven Ottlieb`, ContactTitle: `Order Administrator`, Address: `Walserweg 21`, City: `Aachen`, Region: `South`, PostalCode: 52066, Country: `Germany`, Phone: `0241-039123`, Fax: `0241-059428` }), + new CustomersDataItem({ ID: `DUMON`, Company: `Du monde entier`, ContactName: `Janine Labrune`, ContactTitle: `Owner`, Address: `67, rue des Cinquante Otages`, City: `Nantes`, Region: `East`, PostalCode: 44000, Country: `France`, Phone: `40.67.88.88`, Fax: `40.67.89.89` }), + new CustomersDataItem({ ID: `EASTC`, Company: `Eastern Connection`, ContactName: `Ann Devon`, ContactTitle: `Sales Agent`, Address: `35 King George`, City: `London`, Region: `East`, PostalCode: 41000, Country: `UK`, Phone: `(171) 555-0297`, Fax: `(171) 555-3373` }), + new CustomersDataItem({ ID: `ERNSH`, Company: `Ernst Handel`, ContactName: `Roland Mendel`, ContactTitle: `Sales Manager`, Address: `Kirchgasse 6`, City: `Graz`, Region: `South`, PostalCode: 8010, Country: `Austria`, Phone: `7675-3425`, Fax: `7675-3426` }), + new CustomersDataItem({ ID: `FAMIA`, Company: `Familia Arquibaldo`, ContactName: `Aria Cruz`, ContactTitle: `Marketing Assistant`, Address: `Rua Orós, 92`, City: `Sao Paulo`, Region: `SP`, PostalCode: 27000, Country: `Brazil`, Phone: `(11) 555-9857`, Fax: `(5) 555-3745` }), + new CustomersDataItem({ ID: `FISSA`, Company: `FISSA Fabrica Inter. Salchichas S.A.`, ContactName: `Diego Roel`, ContactTitle: `Accounting Manager`, Address: `C/ Moralzarzal, 86`, City: `Madrid`, Region: `East`, PostalCode: 28034, Country: `Spain`, Phone: `(91) 555 94 44`, Fax: `(91) 555 55 93` }), + new CustomersDataItem({ ID: `FOLIG`, Company: `Folies gourmandes`, ContactName: `Martine Rancé`, ContactTitle: `Assistant Sales Agent`, Address: `184, chaussée de Tournai`, City: `Lille`, Region: `South`, PostalCode: 59000, Country: `France`, Phone: `20.16.10.16`, Fax: `20.16.10.17` }), + new CustomersDataItem({ ID: `FOLKO`, Company: `Folk och fä HB`, ContactName: `Maria Larsson`, ContactTitle: `Owner`, Address: `Åkergatan 24`, City: `Bräcke`, Region: `East`, PostalCode: 36000, Country: `Sweden`, Phone: `0695-34 67 21`, Fax: `0695 33-4455` }), + new CustomersDataItem({ ID: `FRANK`, Company: `Frankenversand`, ContactName: `Peter Franken`, ContactTitle: `Marketing Manager`, Address: `Berliner Platz 43`, City: `München`, Region: `East`, PostalCode: 80805, Country: `Germany`, Phone: `089-0877310`, Fax: `089-0877451` }), + new CustomersDataItem({ ID: `FRANR`, Company: `France restauration`, ContactName: `Carine Schmitt`, ContactTitle: `Marketing Manager`, Address: `54, rue Royale`, City: `Nantes`, Region: `South`, PostalCode: 44000, Country: `France`, Phone: `40.32.21.21`, Fax: `40.32.21.20` }), + new CustomersDataItem({ ID: `FRANS`, Company: `Franchi S.p.A.`, ContactName: `Paolo Accorti`, ContactTitle: `Sales Representative`, Address: `Via Monte Bianco 34`, City: `Torino`, Region: `East`, PostalCode: 10100, Country: `Italy`, Phone: `011-4988260`, Fax: `011-4988261` }), ]; super(...newItems.slice(0)); } diff --git a/samples/grids/grid/row-selection-mode/src/FinancialDataAll.ts b/samples/grids/grid/row-selection-mode/src/FinancialDataAll.ts index 746a37ff76..7ebc265d4f 100644 --- a/samples/grids/grid/row-selection-mode/src/FinancialDataAll.ts +++ b/samples/grids/grid/row-selection-mode/src/FinancialDataAll.ts @@ -47,39006 +47,1006 @@ export class FinancialDataAll extends Array { super(...items); } else { const newItems = [ - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Ethanol`, - Spread: 0.01, - Open: 1.512, - Price: 2.76, - Buy: 2.75, - Sell: 2.76, - Change: 0.01, - ChangePercent: 0.2, - Volume: 14, - High: 2.75, - Low: 1.12, - YearlyHigh: 2.75, - YearlyLow: 1.12, - YearlyStart: 1.48, - YearlyChange: 86.7, - Settlement: `Cash`, - Contract: `CFD`, - Region: `Middle East`, - Country: `Saudi Arabia`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-02-11`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 0 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Natural Gas`, - Spread: 0.02, - Open: 2.094, - Price: 2.07, - Buy: 2.09, - Sell: 2.09, - Change: -0.03, - ChangePercent: -1.8, - Volume: 2783, - High: 2.11, - Low: 2.09, - YearlyHigh: 3.2, - YearlyLow: 1.84, - YearlyStart: 2.52, - YearlyChange: -16.51, - Settlement: `Credit`, - Contract: `Options`, - Region: `Middle East`, - Country: `Saudi Arabia`, - Risk: `High`, - Sector: `Public`, - Currency: `PLN`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-02-22`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 1 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Cotton`, - Spread: 0.01, - Open: 61.77, - Price: 62.9, - Buy: 61.77, - Sell: 61.77, - Change: 1.14, - ChangePercent: 1.84, - Volume: 3612, - High: 62.06, - Low: 61.32, - YearlyHigh: 67.59, - YearlyLow: 54.33, - YearlyStart: 60.96, - YearlyChange: 1.31, - Settlement: `Cash`, - Contract: `Options`, - Region: `North America`, - Country: `United States`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-05-23`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 2 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `FD Cattle`, - Spread: 0.01, - Open: 147.175, - Price: 150.57, - Buy: 148.6, - Sell: 148.61, - Change: 1.96, - ChangePercent: 1.32, - Volume: 5, - High: 148.61, - Low: 147.18, - YearlyHigh: 190, - YearlyLow: 138.1, - YearlyStart: 164.05, - YearlyChange: -9.41, - Settlement: `Loan`, - Contract: `Futures`, - Region: `Africa`, - Country: `South Africa`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-09-19`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 3 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Wheat`, - Spread: 0.01, - Open: 465.5, - Price: 465.89, - Buy: 465.5, - Sell: 465.5, - Change: 0.37, - ChangePercent: 0.08, - Volume: 4318, - High: 467, - Low: 463.25, - YearlyHigh: 628.5, - YearlyLow: 449.5, - YearlyStart: 539, - YearlyChange: -13.63, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Europe`, - Country: `Slovenia`, - Risk: `High`, - Sector: `Government`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-04-19`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 4 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Milk`, - Spread: 0.01, - Open: 12.87, - Price: 12.78, - Buy: 12.87, - Sell: 12.87, - Change: -0.08, - ChangePercent: -0.64, - Volume: 7, - High: 12.89, - Low: 12.81, - YearlyHigh: 16.96, - YearlyLow: 12.81, - YearlyStart: 14.88, - YearlyChange: -13.6, - Settlement: `Cash`, - Contract: `CFD`, - Region: `Africa`, - Country: `Nigeria`, - Risk: `High`, - Sector: `Public`, - Currency: `USD`, - Security: `High`, - Issuer: `American Airlines`, - Maturity: `2022-06-23`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 5 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Oil`, - Spread: 0.015, - Open: 45.54, - Price: 45.79, - Buy: 45.78, - Sell: 45.8, - Change: 0, - ChangePercent: 0, - Volume: 107196, - High: 45.94, - Low: 45, - YearlyHigh: 65.28, - YearlyLow: 30.79, - YearlyStart: 48.03, - YearlyChange: -4.67, - Settlement: `Loan`, - Contract: `Futures`, - Region: `Europe`, - Country: `Iceland`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `FedEx`, - Maturity: `2022-05-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 6 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P MID MINI`, - Spread: 0.01, - Open: 1454.3, - Price: 1430.74, - Buy: 1455.78, - Sell: 1455.79, - Change: -25.04, - ChangePercent: -1.72, - Volume: 338, - High: 1455.78, - Low: 1448, - YearlyHigh: 1527.3, - YearlyLow: 1236, - YearlyStart: 1381.65, - YearlyChange: 5.37, - Settlement: `Cash`, - Contract: `Options`, - Region: `Asia Pacific`, - Country: `China`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-07-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 7 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `Lean Hogs`, - Spread: 0.01, - Open: 81.275, - Price: 80.54, - Buy: 81.81, - Sell: 81.82, - Change: -1.27, - ChangePercent: -1.56, - Volume: 1, - High: 81.81, - Low: 81.28, - YearlyHigh: 83.98, - YearlyLow: 70.25, - YearlyStart: 77.11, - YearlyChange: 6.09, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Asia Pacific`, - Country: `India`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-09-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 8 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `US 30YR Future`, - Spread: 0.01, - Open: 164.875, - Price: 163.44, - Buy: 164.15, - Sell: 164.16, - Change: -0.72, - ChangePercent: -0.44, - Volume: 28012, - High: 165.25, - Low: 164.04, - YearlyHigh: 169.38, - YearlyLow: 151.47, - YearlyStart: 160.43, - YearlyChange: 2.33, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Europe`, - Country: `Netherlands`, - Risk: `High`, - Sector: `Government`, - Currency: `USD`, - Security: `Poor`, - Issuer: `American Airlines`, - Maturity: `2022-09-23`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 9 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Lumber`, - Spread: 0.01, - Open: 303.9, - Price: 304.48, - Buy: 304.59, - Sell: 304.6, - Change: -0.12, - ChangePercent: -0.04, - Volume: 2, - High: 304.6, - Low: 303.9, - YearlyHigh: 317.1, - YearlyLow: 236, - YearlyStart: 276.55, - YearlyChange: 10.14, - Settlement: `Loan`, - Contract: `Futures`, - Region: `Africa`, - Country: `Ethiopia`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-07-16`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 10 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Wheat`, - Spread: 0.01, - Open: 465.5, - Price: 470.73, - Buy: 465.5, - Sell: 465.5, - Change: 5.21, - ChangePercent: 1.12, - Volume: 4318, - High: 467, - Low: 463.25, - YearlyHigh: 628.5, - YearlyLow: 449.5, - YearlyStart: 539, - YearlyChange: -13.63, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Africa`, - Country: `Cameroon`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `FedEx`, - Maturity: `2022-04-19`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 11 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `US 30YR Future`, - Spread: 0.01, - Open: 164.875, - Price: 163.44, - Buy: 164.15, - Sell: 164.16, - Change: -0.72, - ChangePercent: -0.44, - Volume: 28012, - High: 165.25, - Low: 164.04, - YearlyHigh: 169.38, - YearlyLow: 151.47, - YearlyStart: 160.43, - YearlyChange: 2.33, - Settlement: `Loan`, - Contract: `Futures`, - Region: `Africa`, - Country: `Egypt`, - Risk: `Low`, - Sector: `Public`, - Currency: `EUR`, - Security: `High`, - Issuer: `American Airlines`, - Maturity: `2022-08-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 12 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Platinum`, - Spread: 0.01, - Open: 1071.6, - Price: 1050.53, - Buy: 1071.09, - Sell: 1071.1, - Change: -20.57, - ChangePercent: -1.92, - Volume: 3039, - High: 1081.2, - Low: 1070.5, - YearlyHigh: 1120.6, - YearlyLow: 812.4, - YearlyStart: 966.5, - YearlyChange: 10.82, - Settlement: `Cash`, - Contract: `Options`, - Region: `Africa`, - Country: `South Africa`, - Risk: `Low`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-02-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 13 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `GBP/USD`, - Spread: 0.02, - Open: 1.4464, - Price: 1.18, - Buy: 1.18, - Sell: 1.2, - Change: -0.01, - ChangePercent: -0.8, - Volume: 29450, - High: 1.45, - Low: 1.19, - YearlyHigh: 1.59, - YearlyLow: 1.19, - YearlyStart: 1.49, - YearlyChange: -19.59, - Settlement: `Cash`, - Contract: `Options`, - Region: `Africa`, - Country: `Nigeria`, - Risk: `Low`, - Sector: `Government`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-04-11`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 14 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Silver`, - Spread: 0.01, - Open: 17.43, - Price: 17.77, - Buy: 17.43, - Sell: 17.43, - Change: 0.35, - ChangePercent: 2, - Volume: 11720, - High: 17.51, - Low: 17.37, - YearlyHigh: 18.06, - YearlyLow: 13.73, - YearlyStart: 15.89, - YearlyChange: 9.59, - Settlement: `Cash`, - Contract: `Options`, - Region: `Europe`, - Country: `Netherlands`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-05-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 15 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Oil`, - Spread: 0.015, - Open: 45.54, - Price: 44.93, - Buy: 45.78, - Sell: 45.8, - Change: -0.86, - ChangePercent: -1.88, - Volume: 107196, - High: 45.94, - Low: 45, - YearlyHigh: 65.28, - YearlyLow: 30.79, - YearlyStart: 48.03, - YearlyChange: -4.67, - Settlement: `Cash`, - Contract: `Options`, - Region: `South America`, - Country: `Bolivia`, - Risk: `Low`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-03-16`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 16 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `BTC/USD`, - Spread: 0.06, - Open: 93.88, - Price: 21370.39, - Buy: 21200.76, - Sell: 21400.78, - Change: 369.62, - ChangePercent: 1.76, - Volume: 5788000, - High: 22400.05, - Low: 20100.75, - YearlyHigh: 62400.7, - YearlyLow: 15100.88, - YearlyStart: 21200.29, - YearlyChange: -20.62, - Settlement: `Credit`, - Contract: `Forwards`, - Region: `Middle East`, - Country: `Iran`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-04-11`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 17 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Silver`, - Spread: 0.01, - Open: 17.43, - Price: 17.62, - Buy: 17.43, - Sell: 17.43, - Change: 0.2, - ChangePercent: 1.16, - Volume: 11720, - High: 17.51, - Low: 17.37, - YearlyHigh: 18.06, - YearlyLow: 13.73, - YearlyStart: 15.89, - YearlyChange: 9.59, - Settlement: `Credit`, - Contract: `Options`, - Region: `Asia Pacific`, - Country: `Taiwan`, - Risk: `Low`, - Sector: `Public`, - Currency: `USD`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-04-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 18 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soy Meat`, - Spread: 0.01, - Open: 342.6, - Price: 348.38, - Buy: 342.6, - Sell: 342.6, - Change: 5.76, - ChangePercent: 1.68, - Volume: 5646, - High: 345.4, - Low: 340.3, - YearlyHigh: 353.4, - YearlyLow: 261.7, - YearlyStart: 307.55, - YearlyChange: 11.4, - Settlement: `Credit`, - Contract: `CFD`, - Region: `Middle East`, - Country: `UAE`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-06-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 19 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `AUD/USD`, - Spread: 0.02, - Open: 0.7344, - Price: 0.74, - Buy: 0.73, - Sell: 0.73, - Change: 0, - ChangePercent: -1.2, - Volume: 36764, - High: 0.74, - Low: 0.73, - YearlyHigh: 0.79, - YearlyLow: 0.68, - YearlyStart: 0.73, - YearlyChange: 1.28, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Middle East`, - Country: `UAE`, - Risk: `Low`, - Sector: `Government`, - Currency: `USD`, - Security: `High`, - Issuer: `American Airlines`, - Maturity: `2022-07-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 20 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Coal`, - Spread: 0.015, - Open: 0.4363, - Price: 0.41, - Buy: 0.44, - Sell: 0.44, - Change: -0.01, - ChangePercent: -1.2, - Volume: 3, - High: 0.44, - Low: 0.44, - YearlyHigh: 0.48, - YearlyLow: 0.4, - YearlyStart: 0.44, - YearlyChange: -5.33, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Europe`, - Country: `Germany`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-03-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 21 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `OJ Future`, - Spread: 0.01, - Open: 140.6, - Price: 142.94, - Buy: 140.18, - Sell: 140.19, - Change: 2.75, - ChangePercent: 1.96, - Volume: 7, - High: 140.19, - Low: 0, - YearlyHigh: 155.95, - YearlyLow: 113, - YearlyStart: 134.47, - YearlyChange: 4.25, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Europe`, - Country: `Slovenia`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-05-23`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 22 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Wheat`, - Spread: 0.01, - Open: 465.5, - Price: 462.54, - Buy: 465.5, - Sell: 465.5, - Change: -2.98, - ChangePercent: -0.64, - Volume: 4318, - High: 467, - Low: 463.25, - YearlyHigh: 628.5, - YearlyLow: 449.5, - YearlyStart: 539, - YearlyChange: -13.63, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Asia Pacific`, - Country: `Thailand`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-08-16`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 23 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Copper`, - Spread: 0.02, - Open: 2.123, - Price: 2.14, - Buy: 2.12, - Sell: 2.12, - Change: 0.03, - ChangePercent: 1.24, - Volume: 28819, - High: 2.16, - Low: 2.11, - YearlyHigh: 2.94, - YearlyLow: 1.96, - YearlyStart: 2.45, - YearlyChange: -13.76, - Settlement: `Credit`, - Contract: `CFD`, - Region: `Middle East`, - Country: `UAE`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `American Airlines`, - Maturity: `2022-01-22`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 24 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soy oil`, - Spread: 0.01, - Open: 33.26, - Price: 33.99, - Buy: 33.77, - Sell: 33.78, - Change: 0.22, - ChangePercent: 0.64, - Volume: 10592, - High: 33.77, - Low: 33.06, - YearlyHigh: 35.43, - YearlyLow: 26.61, - YearlyStart: 31.02, - YearlyChange: 8.87, - Settlement: `Credit`, - Contract: `Options`, - Region: `Africa`, - Country: `Cameroon`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-07-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 25 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Coal`, - Spread: 0.015, - Open: 0.4363, - Price: 0.42, - Buy: 0.44, - Sell: 0.44, - Change: 0, - ChangePercent: 1, - Volume: 3, - High: 0.44, - Low: 0.44, - YearlyHigh: 0.48, - YearlyLow: 0.4, - YearlyStart: 0.44, - YearlyChange: -5.33, - Settlement: `Credit`, - Contract: `Forwards`, - Region: `Africa`, - Country: `Tunisia`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-01-23`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 26 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `Euro$ 3M`, - Spread: 0.01, - Open: 99.18, - Price: 100.8, - Buy: 99.18, - Sell: 99.18, - Change: 1.63, - ChangePercent: 1.64, - Volume: 29509, - High: 99.18, - Low: 99.17, - YearlyHigh: 99.38, - YearlyLow: 98.41, - YearlyStart: 98.89, - YearlyChange: 0.28, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Middle East`, - Country: `Israel`, - Risk: `Low`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-07-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 27 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Milk`, - Spread: 0.01, - Open: 12.87, - Price: 12.84, - Buy: 12.87, - Sell: 12.87, - Change: -0.02, - ChangePercent: -0.12, - Volume: 7, - High: 12.89, - Low: 12.81, - YearlyHigh: 16.96, - YearlyLow: 12.81, - YearlyStart: 14.88, - YearlyChange: -13.6, - Settlement: `Credit`, - Contract: `Futures`, - Region: `Africa`, - Country: `South Africa`, - Risk: `Low`, - Sector: `Public`, - Currency: `EUR`, - Security: `High`, - Issuer: `FedEx`, - Maturity: `2022-08-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 28 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/JPY`, - Spread: 0.02, - Open: 9275.5, - Price: 9162.3, - Buy: 9277.32, - Sell: 9277.34, - Change: -115.03, - ChangePercent: -1.24, - Volume: 47734, - High: 9277.33, - Low: 0.93, - YearlyHigh: 9483, - YearlyLow: 0.93, - YearlyStart: 4741.97, - YearlyChange: 95.64, - Settlement: `Cash`, - Contract: `Swap`, - Region: `North America`, - Country: `Mexico`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-02-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 29 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Uranium`, - Spread: 0.02, - Open: 27.55, - Price: 27.56, - Buy: 27.55, - Sell: 27.55, - Change: -0.02, - ChangePercent: -0.08, - Volume: 12, - High: 27.55, - Low: 27.55, - YearlyHigh: 29.32, - YearlyLow: 21.28, - YearlyStart: 25.3, - YearlyChange: 9.01, - Settlement: `Credit`, - Contract: `Forwards`, - Region: `Asia Pacific`, - Country: `Taiwan`, - Risk: `Low`, - Sector: `Public`, - Currency: `USD`, - Security: `High`, - Issuer: `FedEx`, - Maturity: `2022-09-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 30 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `US 10YR Future`, - Spread: 0.01, - Open: 130.5625, - Price: 131.78, - Buy: 130.56, - Sell: 130.56, - Change: 1.2, - ChangePercent: 0.92, - Volume: 189310, - High: 130.63, - Low: 130.44, - YearlyHigh: 132.64, - YearlyLow: 125.48, - YearlyStart: 129.06, - YearlyChange: 1.18, - Settlement: `Loan`, - Contract: `Futures`, - Region: `Asia Pacific`, - Country: `India`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-01-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 31 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Uranium`, - Spread: 0.02, - Open: 27.55, - Price: 27.6, - Buy: 27.55, - Sell: 27.55, - Change: 0.02, - ChangePercent: 0.08, - Volume: 12, - High: 27.55, - Low: 27.55, - YearlyHigh: 29.32, - YearlyLow: 21.28, - YearlyStart: 25.3, - YearlyChange: 9.01, - Settlement: `Loan`, - Contract: `CFD`, - Region: `Middle East`, - Country: `Syria`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-03-24`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 32 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P MID MINI`, - Spread: 0.01, - Open: 1454.3, - Price: 1472.09, - Buy: 1455.78, - Sell: 1455.79, - Change: 16.31, - ChangePercent: 1.12, - Volume: 338, - High: 1455.78, - Low: 1448, - YearlyHigh: 1527.3, - YearlyLow: 1236, - YearlyStart: 1381.65, - YearlyChange: 5.37, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Asia Pacific`, - Country: `Indonesia`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-07-11`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 33 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/JPY`, - Spread: 0.02, - Open: 9275.5, - Price: 9236.51, - Buy: 9277.32, - Sell: 9277.34, - Change: -40.82, - ChangePercent: -0.44, - Volume: 47734, - High: 9277.33, - Low: 0.93, - YearlyHigh: 9483, - YearlyLow: 0.93, - YearlyStart: 4741.97, - YearlyChange: 95.64, - Settlement: `Credit`, - Contract: `Options`, - Region: `Asia Pacific`, - Country: `Australia`, - Risk: `Low`, - Sector: `Public`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-02-19`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 34 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Diesel`, - Spread: 0.015, - Open: 1.3474, - Price: 1.37, - Buy: 1.35, - Sell: 1.35, - Change: 0.01, - ChangePercent: 1.24, - Volume: 2971, - High: 1.36, - Low: 1.34, - YearlyHigh: 2.11, - YearlyLow: 0.92, - YearlyStart: 1.51, - YearlyChange: -10.4, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Europe`, - Country: `Norway`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `High`, - Issuer: `FedEx`, - Maturity: `2022-07-19`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 35 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `LV Cattle`, - Spread: 0.01, - Open: 120.725, - Price: 121.82, - Buy: 120.72, - Sell: 120.72, - Change: 1.11, - ChangePercent: 0.92, - Volume: 4, - High: 120.72, - Low: 120.72, - YearlyHigh: 147.98, - YearlyLow: 113.9, - YearlyStart: 130.94, - YearlyChange: -7.82, - Settlement: `Loan`, - Contract: `Forwards`, - Region: `North America`, - Country: `United States`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-06-19`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 36 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/CHF`, - Spread: 0.02, - Open: 1.0337, - Price: 1.06, - Buy: 1.03, - Sell: 1.03, - Change: 0.02, - ChangePercent: 1.6, - Volume: 5550, - High: 1.03, - Low: 1.03, - YearlyHigh: 1.11, - YearlyLow: 0.98, - YearlyStart: 1.04, - YearlyChange: -0.12, - Settlement: `Credit`, - Contract: `Options`, - Region: `Asia Pacific`, - Country: `Australia`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-03-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 37 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `US 2Y Future`, - Spread: 0.01, - Open: 109.3984, - Price: 111.18, - Buy: 109.4, - Sell: 109.4, - Change: 1.79, - ChangePercent: 1.64, - Volume: 17742, - High: 109.41, - Low: 109.38, - YearlyHigh: 109.8, - YearlyLow: 108.62, - YearlyStart: 109.21, - YearlyChange: 0.16, - Settlement: `Cash`, - Contract: `CFD`, - Region: `Asia Pacific`, - Country: `Thailand`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-03-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 38 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P Future`, - Spread: 0.01, - Open: 2057.5, - Price: 2021.23, - Buy: 2056.6, - Sell: 2056.61, - Change: -35.37, - ChangePercent: -1.72, - Volume: 142780, - High: 2059.5, - Low: 2049, - YearlyHigh: 2105.5, - YearlyLow: 1794.5, - YearlyStart: 1950, - YearlyChange: 5.47, - Settlement: `Loan`, - Contract: `CFD`, - Region: `Asia Pacific`, - Country: `China`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-02-23`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 39 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `BTC/USD`, - Spread: 0.06, - Open: 93.88, - Price: 21395.59, - Buy: 21200.76, - Sell: 21400.78, - Change: 394.82, - ChangePercent: 1.88, - Volume: 5788000, - High: 22400.05, - Low: 20100.75, - YearlyHigh: 62400.7, - YearlyLow: 15100.88, - YearlyStart: 21200.29, - YearlyChange: -20.62, - Settlement: `Loan`, - Contract: `CFD`, - Region: `South America`, - Country: `Venezuela`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-05-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 40 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/CAD`, - Spread: 0.02, - Open: 0.7744, - Price: 0.96, - Buy: 0.94, - Sell: 0.96, - Change: 0.01, - ChangePercent: 0.92, - Volume: 13669, - High: 0.95, - Low: 0.77, - YearlyHigh: 0.95, - YearlyLow: 0.68, - YearlyStart: 0.76, - YearlyChange: 26.43, - Settlement: `Loan`, - Contract: `Forwards`, - Region: `Africa`, - Country: `Morocco`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-01-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 41 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soybean`, - Spread: 0.01, - Open: 1038, - Price: 1049, - Buy: 1038.61, - Sell: 1038.62, - Change: 10.38, - ChangePercent: 1, - Volume: 20356, - High: 1044, - Low: 1031.75, - YearlyHigh: 1057, - YearlyLow: 859.5, - YearlyStart: 958.25, - YearlyChange: 8.39, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Asia Pacific`, - Country: `Korea`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-04-11`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 42 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Oats`, - Spread: 0.01, - Open: 194.5, - Price: 197.4, - Buy: 194.21, - Sell: 194.22, - Change: 3.18, - ChangePercent: 1.64, - Volume: 64, - High: 195.75, - Low: 194, - YearlyHigh: 241.25, - YearlyLow: 183.75, - YearlyStart: 212.5, - YearlyChange: -8.6, - Settlement: `Credit`, - Contract: `Swap`, - Region: `South America`, - Country: `Guyana`, - Risk: `Low`, - Sector: `Public`, - Currency: `USD`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-03-16`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 43 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Oil`, - Spread: 0.015, - Open: 45.54, - Price: 45.57, - Buy: 45.78, - Sell: 45.8, - Change: -0.22, - ChangePercent: -0.48, - Volume: 107196, - High: 45.94, - Low: 45, - YearlyHigh: 65.28, - YearlyLow: 30.79, - YearlyStart: 48.03, - YearlyChange: -4.67, - Settlement: `Cash`, - Contract: `Options`, - Region: `Middle East`, - Country: `Syria`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `High`, - Issuer: `American Airlines`, - Maturity: `2022-05-23`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 44 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Uranium`, - Spread: 0.02, - Open: 27.55, - Price: 27.51, - Buy: 27.55, - Sell: 27.55, - Change: -0.07, - ChangePercent: -0.24, - Volume: 12, - High: 27.55, - Low: 27.55, - YearlyHigh: 29.32, - YearlyLow: 21.28, - YearlyStart: 25.3, - YearlyChange: 9.01, - Settlement: `Cash`, - Contract: `Options`, - Region: `Europe`, - Country: `Slovakia`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-09-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 45 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/CAD`, - Spread: 0.02, - Open: 0.7744, - Price: 0.94, - Buy: 0.94, - Sell: 0.96, - Change: -0.01, - ChangePercent: -1.84, - Volume: 13669, - High: 0.95, - Low: 0.77, - YearlyHigh: 0.95, - YearlyLow: 0.68, - YearlyStart: 0.76, - YearlyChange: 26.43, - Settlement: `Credit`, - Contract: `Options`, - Region: `Asia Pacific`, - Country: `Australia`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-03-27`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 46 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Ethanol`, - Spread: 0.01, - Open: 1.512, - Price: 2.76, - Buy: 2.75, - Sell: 2.76, - Change: 0.01, - ChangePercent: 0.12, - Volume: 14, - High: 2.75, - Low: 1.12, - YearlyHigh: 2.75, - YearlyLow: 1.12, - YearlyStart: 1.48, - YearlyChange: 86.7, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Africa`, - Country: `Cameroon`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-06-21`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 47 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Uranium`, - Spread: 0.02, - Open: 27.55, - Price: 27.72, - Buy: 27.55, - Sell: 27.55, - Change: 0.14, - ChangePercent: 0.52, - Volume: 12, - High: 27.55, - Low: 27.55, - YearlyHigh: 29.32, - YearlyLow: 21.28, - YearlyStart: 25.3, - YearlyChange: 9.01, - Settlement: `Cash`, - Contract: `CFD`, - Region: `North America`, - Country: `United States`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-03-24`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 48 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Cotton`, - Spread: 0.01, - Open: 61.77, - Price: 60.75, - Buy: 61.77, - Sell: 61.77, - Change: -1.01, - ChangePercent: -1.64, - Volume: 3612, - High: 62.06, - Low: 61.32, - YearlyHigh: 67.59, - YearlyLow: 54.33, - YearlyStart: 60.96, - YearlyChange: 1.31, - Settlement: `Cash`, - Contract: `Options`, - Region: `Africa`, - Country: `Cameroon`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-05-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 49 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Uranium`, - Spread: 0.02, - Open: 27.55, - Price: 27.87, - Buy: 27.55, - Sell: 27.55, - Change: 0.29, - ChangePercent: 1.04, - Volume: 12, - High: 27.55, - Low: 27.55, - YearlyHigh: 29.32, - YearlyLow: 21.28, - YearlyStart: 25.3, - YearlyChange: 9.01, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Middle East`, - Country: `Syria`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `High`, - Issuer: `American Airlines`, - Maturity: `2022-09-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 50 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `DOW Future`, - Spread: 0.01, - Open: 17711, - Price: 17747.58, - Buy: 17712.15, - Sell: 17712.16, - Change: 35.43, - ChangePercent: 0.2, - Volume: 22236, - High: 17727, - Low: 17642, - YearlyHigh: 18083, - YearlyLow: 15299, - YearlyStart: 16691, - YearlyChange: 6.12, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Asia Pacific`, - Country: `Pakistan`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-04-11`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 51 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `BTC/USD`, - Spread: 0.06, - Open: 93.88, - Price: 20589.16, - Buy: 21200.76, - Sell: 21400.78, - Change: -411.61, - ChangePercent: -1.96, - Volume: 5788000, - High: 22400.05, - Low: 20100.75, - YearlyHigh: 62400.7, - YearlyLow: 15100.88, - YearlyStart: 21200.29, - YearlyChange: -20.62, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Europe`, - Country: `Russia`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-02-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 52 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Rice`, - Spread: 0.01, - Open: 11.245, - Price: 10.32, - Buy: 10.41, - Sell: 10.42, - Change: -0.1, - ChangePercent: -0.92, - Volume: 220, - High: 11.38, - Low: 10.42, - YearlyHigh: 14.14, - YearlyLow: 9.7, - YearlyStart: 11.92, - YearlyChange: -12.62, - Settlement: `Cash`, - Contract: `Futures`, - Region: `South America`, - Country: `Ecuador`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-09-19`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 53 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `NAS Future`, - Spread: 0.01, - Open: 4341.25, - Price: 4297.87, - Buy: 4341.25, - Sell: 4341.25, - Change: -43.41, - ChangePercent: -1, - Volume: 18259, - High: 4347, - Low: 4318, - YearlyHigh: 4719.75, - YearlyLow: 3867.75, - YearlyStart: 4293.75, - YearlyChange: 1.11, - Settlement: `Cash`, - Contract: `Options`, - Region: `Middle East`, - Country: `Jordan`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-02-24`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 54 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Corn`, - Spread: 0.01, - Open: 379.5, - Price: 374.79, - Buy: 379.8, - Sell: 379.81, - Change: -5.01, - ChangePercent: -1.32, - Volume: 11266, - High: 381, - Low: 377.75, - YearlyHigh: 471.25, - YearlyLow: 351.25, - YearlyStart: 411.25, - YearlyChange: -7.65, - Settlement: `Loan`, - Contract: `Swap`, - Region: `South America`, - Country: `Chile`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-08-11`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 55 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Coal`, - Spread: 0.015, - Open: 0.4363, - Price: 0.41, - Buy: 0.44, - Sell: 0.44, - Change: -0.01, - ChangePercent: -1.64, - Volume: 3, - High: 0.44, - Low: 0.44, - YearlyHigh: 0.48, - YearlyLow: 0.4, - YearlyStart: 0.44, - YearlyChange: -5.33, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Europe`, - Country: `Hungary`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-07-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 56 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `OJ Future`, - Spread: 0.01, - Open: 140.6, - Price: 140.41, - Buy: 140.18, - Sell: 140.19, - Change: 0.22, - ChangePercent: 0.16, - Volume: 7, - High: 140.19, - Low: 0, - YearlyHigh: 155.95, - YearlyLow: 113, - YearlyStart: 134.47, - YearlyChange: 4.25, - Settlement: `Loan`, - Contract: `Futures`, - Region: `Europe`, - Country: `Spain`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-07-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 57 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `Lean Hogs`, - Spread: 0.01, - Open: 81.275, - Price: 81.68, - Buy: 81.81, - Sell: 81.82, - Change: -0.13, - ChangePercent: -0.16, - Volume: 1, - High: 81.81, - Low: 81.28, - YearlyHigh: 83.98, - YearlyLow: 70.25, - YearlyStart: 77.11, - YearlyChange: 6.09, - Settlement: `Credit`, - Contract: `Options`, - Region: `South America`, - Country: `Guyana`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-05-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 58 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `BTC/USD`, - Spread: 0.06, - Open: 93.88, - Price: 21126.78, - Buy: 21200.76, - Sell: 21400.78, - Change: 126.01, - ChangePercent: 0.6, - Volume: 5788000, - High: 22400.05, - Low: 20100.75, - YearlyHigh: 62400.7, - YearlyLow: 15100.88, - YearlyStart: 21200.29, - YearlyChange: -20.62, - Settlement: `Cash`, - Contract: `Options`, - Region: `Africa`, - Country: `Tunisia`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `High`, - Issuer: `FedEx`, - Maturity: `2022-08-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 59 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Platinum`, - Spread: 0.01, - Open: 1071.6, - Price: 1055.68, - Buy: 1071.09, - Sell: 1071.1, - Change: -15.42, - ChangePercent: -1.44, - Volume: 3039, - High: 1081.2, - Low: 1070.5, - YearlyHigh: 1120.6, - YearlyLow: 812.4, - YearlyStart: 966.5, - YearlyChange: 10.82, - Settlement: `Cash`, - Contract: `Futures`, - Region: `South America`, - Country: `Chile`, - Risk: `High`, - Sector: `Private`, - Currency: `PLN`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-07-11`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 60 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Milk`, - Spread: 0.01, - Open: 12.87, - Price: 13.08, - Buy: 12.87, - Sell: 12.87, - Change: 0.22, - ChangePercent: 1.68, - Volume: 7, - High: 12.89, - Low: 12.81, - YearlyHigh: 16.96, - YearlyLow: 12.81, - YearlyStart: 14.88, - YearlyChange: -13.6, - Settlement: `Credit`, - Contract: `Futures`, - Region: `Europe`, - Country: `Hungary`, - Risk: `High`, - Sector: `Private`, - Currency: `PLN`, - Security: `High`, - Issuer: `American Airlines`, - Maturity: `2022-05-23`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 61 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soy oil`, - Spread: 0.01, - Open: 33.26, - Price: 34.45, - Buy: 33.77, - Sell: 33.78, - Change: 0.68, - ChangePercent: 2, - Volume: 10592, - High: 33.77, - Low: 33.06, - YearlyHigh: 35.43, - YearlyLow: 26.61, - YearlyStart: 31.02, - YearlyChange: 8.87, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Africa`, - Country: `Morocco`, - Risk: `High`, - Sector: `Public`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `American Airlines`, - Maturity: `2022-02-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 62 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Platinum`, - Spread: 0.01, - Open: 1071.6, - Price: 1074.53, - Buy: 1071.09, - Sell: 1071.1, - Change: 3.43, - ChangePercent: 0.32, - Volume: 3039, - High: 1081.2, - Low: 1070.5, - YearlyHigh: 1120.6, - YearlyLow: 812.4, - YearlyStart: 966.5, - YearlyChange: 10.82, - Settlement: `Credit`, - Contract: `CFD`, - Region: `Africa`, - Country: `Libya`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-04-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 63 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Ethanol`, - Spread: 0.01, - Open: 1.512, - Price: 2.81, - Buy: 2.75, - Sell: 2.76, - Change: 0.06, - ChangePercent: 2, - Volume: 14, - High: 2.75, - Low: 1.12, - YearlyHigh: 2.75, - YearlyLow: 1.12, - YearlyStart: 1.48, - YearlyChange: 86.7, - Settlement: `Credit`, - Contract: `Forwards`, - Region: `Asia Pacific`, - Country: `India`, - Risk: `High`, - Sector: `Public`, - Currency: `USD`, - Security: `High`, - Issuer: `FedEx`, - Maturity: `2022-03-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 64 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Cotton`, - Spread: 0.01, - Open: 61.77, - Price: 61.86, - Buy: 61.77, - Sell: 61.77, - Change: 0.1, - ChangePercent: 0.16, - Volume: 3612, - High: 62.06, - Low: 61.32, - YearlyHigh: 67.59, - YearlyLow: 54.33, - YearlyStart: 60.96, - YearlyChange: 1.31, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Africa`, - Country: `Tunisia`, - Risk: `High`, - Sector: `Private`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-01-23`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 65 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Wheat`, - Spread: 0.01, - Open: 465.5, - Price: 472.78, - Buy: 465.5, - Sell: 465.5, - Change: 7.26, - ChangePercent: 1.56, - Volume: 4318, - High: 467, - Low: 463.25, - YearlyHigh: 628.5, - YearlyLow: 449.5, - YearlyStart: 539, - YearlyChange: -13.63, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Africa`, - Country: `Cameroon`, - Risk: `Low`, - Sector: `Government`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-02-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 66 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Natural Gas`, - Spread: 0.02, - Open: 2.094, - Price: 2.06, - Buy: 2.09, - Sell: 2.09, - Change: -0.04, - ChangePercent: -1.92, - Volume: 2783, - High: 2.11, - Low: 2.09, - YearlyHigh: 3.2, - YearlyLow: 1.84, - YearlyStart: 2.52, - YearlyChange: -16.51, - Settlement: `Cash`, - Contract: `Options`, - Region: `South America`, - Country: `Uruguay`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-01-19`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 67 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `FD Cattle`, - Spread: 0.01, - Open: 147.175, - Price: 148.55, - Buy: 148.6, - Sell: 148.61, - Change: -0.06, - ChangePercent: -0.04, - Volume: 5, - High: 148.61, - Low: 147.18, - YearlyHigh: 190, - YearlyLow: 138.1, - YearlyStart: 164.05, - YearlyChange: -9.41, - Settlement: `Cash`, - Contract: `Swap`, - Region: `South America`, - Country: `Argentina`, - Risk: `High`, - Sector: `Government`, - Currency: `USD`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-03-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 68 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/JPY`, - Spread: 0.02, - Open: 9275.5, - Price: 9347.84, - Buy: 9277.32, - Sell: 9277.34, - Change: 70.51, - ChangePercent: 0.76, - Volume: 47734, - High: 9277.33, - Low: 0.93, - YearlyHigh: 9483, - YearlyLow: 0.93, - YearlyStart: 4741.97, - YearlyChange: 95.64, - Settlement: `Credit`, - Contract: `Options`, - Region: `Middle East`, - Country: `Saudi Arabia`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `High`, - Issuer: `American Airlines`, - Maturity: `2022-07-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 69 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soy oil`, - Spread: 0.01, - Open: 33.26, - Price: 33.38, - Buy: 33.77, - Sell: 33.78, - Change: -0.39, - ChangePercent: -1.16, - Volume: 10592, - High: 33.77, - Low: 33.06, - YearlyHigh: 35.43, - YearlyLow: 26.61, - YearlyStart: 31.02, - YearlyChange: 8.87, - Settlement: `Credit`, - Contract: `Options`, - Region: `Europe`, - Country: `Netherlands`, - Risk: `Low`, - Sector: `Government`, - Currency: `USD`, - Security: `High`, - Issuer: `American Airlines`, - Maturity: `2022-09-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 70 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soy Meat`, - Spread: 0.01, - Open: 342.6, - Price: 339.06, - Buy: 342.6, - Sell: 342.6, - Change: -3.56, - ChangePercent: -1.04, - Volume: 5646, - High: 345.4, - Low: 340.3, - YearlyHigh: 353.4, - YearlyLow: 261.7, - YearlyStart: 307.55, - YearlyChange: 11.4, - Settlement: `Loan`, - Contract: `Options`, - Region: `Europe`, - Country: `Hungary`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-04-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 71 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Natural Gas`, - Spread: 0.02, - Open: 2.094, - Price: 2.1, - Buy: 2.09, - Sell: 2.09, - Change: 0, - ChangePercent: -0.28, - Volume: 2783, - High: 2.11, - Low: 2.09, - YearlyHigh: 3.2, - YearlyLow: 1.84, - YearlyStart: 2.52, - YearlyChange: -16.51, - Settlement: `Loan`, - Contract: `Forwards`, - Region: `Europe`, - Country: `Portugal`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-05-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 72 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/JPY`, - Spread: 0.02, - Open: 9275.5, - Price: 9459.17, - Buy: 9277.32, - Sell: 9277.34, - Change: 181.84, - ChangePercent: 1.96, - Volume: 47734, - High: 9277.33, - Low: 0.93, - YearlyHigh: 9483, - YearlyLow: 0.93, - YearlyStart: 4741.97, - YearlyChange: 95.64, - Settlement: `Credit`, - Contract: `Futures`, - Region: `Middle East`, - Country: `Iraq`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-07-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 73 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Oats`, - Spread: 0.01, - Open: 194.5, - Price: 197.25, - Buy: 194.21, - Sell: 194.22, - Change: 3.03, - ChangePercent: 1.56, - Volume: 64, - High: 195.75, - Low: 194, - YearlyHigh: 241.25, - YearlyLow: 183.75, - YearlyStart: 212.5, - YearlyChange: -8.6, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Europe`, - Country: `Sweden`, - Risk: `Low`, - Sector: `Public`, - Currency: `USD`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-04-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 74 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soy Meat`, - Spread: 0.01, - Open: 342.6, - Price: 336.59, - Buy: 342.6, - Sell: 342.6, - Change: -6.03, - ChangePercent: -1.76, - Volume: 5646, - High: 345.4, - Low: 340.3, - YearlyHigh: 353.4, - YearlyLow: 261.7, - YearlyStart: 307.55, - YearlyChange: 11.4, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Africa`, - Country: `Ethiopia`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-09-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 75 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Gold`, - Spread: 0.01, - Open: 1281.1, - Price: 1260.75, - Buy: 1280.73, - Sell: 1280.74, - Change: -19.98, - ChangePercent: -1.56, - Volume: 48387, - High: 1289.5, - Low: 1279.1, - YearlyHigh: 1306, - YearlyLow: 1047.2, - YearlyStart: 1176.6, - YearlyChange: 8.85, - Settlement: `Cash`, - Contract: `Options`, - Region: `Africa`, - Country: `Nigeria`, - Risk: `High`, - Sector: `Private`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-04-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 76 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Sugar`, - Spread: 0.01, - Open: 15.68, - Price: 14.91, - Buy: 14.67, - Sell: 14.68, - Change: 0.24, - ChangePercent: 1.64, - Volume: 4949, - High: 15.7, - Low: 14.67, - YearlyHigh: 16.87, - YearlyLow: 11.37, - YearlyStart: 14.12, - YearlyChange: 3.92, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Europe`, - Country: `Sweden`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-05-21`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 77 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Copper`, - Spread: 0.02, - Open: 2.123, - Price: 2.1, - Buy: 2.12, - Sell: 2.12, - Change: -0.01, - ChangePercent: -0.64, - Volume: 28819, - High: 2.16, - Low: 2.11, - YearlyHigh: 2.94, - YearlyLow: 1.96, - YearlyStart: 2.45, - YearlyChange: -13.76, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Africa`, - Country: `Ethiopia`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-08-19`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 78 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/JPY`, - Spread: 0.02, - Open: 9275.5, - Price: 9329.29, - Buy: 9277.32, - Sell: 9277.34, - Change: 51.96, - ChangePercent: 0.56, - Volume: 47734, - High: 9277.33, - Low: 0.93, - YearlyHigh: 9483, - YearlyLow: 0.93, - YearlyStart: 4741.97, - YearlyChange: 95.64, - Settlement: `Loan`, - Contract: `Futures`, - Region: `Europe`, - Country: `Germany`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-07-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 79 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `OJ Future`, - Spread: 0.01, - Open: 140.6, - Price: 140.97, - Buy: 140.18, - Sell: 140.19, - Change: 0.78, - ChangePercent: 0.56, - Volume: 7, - High: 140.19, - Low: 0, - YearlyHigh: 155.95, - YearlyLow: 113, - YearlyStart: 134.47, - YearlyChange: 4.25, - Settlement: `Loan`, - Contract: `CFD`, - Region: `Africa`, - Country: `Morocco`, - Risk: `Low`, - Sector: `Government`, - Currency: `USD`, - Security: `High`, - Issuer: `FedEx`, - Maturity: `2022-06-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 80 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/JPY`, - Spread: 0.02, - Open: 9275.5, - Price: 9455.46, - Buy: 9277.32, - Sell: 9277.34, - Change: 178.13, - ChangePercent: 1.92, - Volume: 47734, - High: 9277.33, - Low: 0.93, - YearlyHigh: 9483, - YearlyLow: 0.93, - YearlyStart: 4741.97, - YearlyChange: 95.64, - Settlement: `Loan`, - Contract: `Futures`, - Region: `Asia Pacific`, - Country: `China`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-03-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 81 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `FD Cattle`, - Spread: 0.01, - Open: 147.175, - Price: 148.37, - Buy: 148.6, - Sell: 148.61, - Change: -0.24, - ChangePercent: -0.16, - Volume: 5, - High: 148.61, - Low: 147.18, - YearlyHigh: 190, - YearlyLow: 138.1, - YearlyStart: 164.05, - YearlyChange: -9.41, - Settlement: `Loan`, - Contract: `Futures`, - Region: `Europe`, - Country: `France`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-02-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 82 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Diesel`, - Spread: 0.015, - Open: 1.3474, - Price: 1.38, - Buy: 1.35, - Sell: 1.35, - Change: 0.02, - ChangePercent: 1.56, - Volume: 2971, - High: 1.36, - Low: 1.34, - YearlyHigh: 2.11, - YearlyLow: 0.92, - YearlyStart: 1.51, - YearlyChange: -10.4, - Settlement: `Cash`, - Contract: `Options`, - Region: `North America`, - Country: `United States`, - Risk: `High`, - Sector: `Public`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-03-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 83 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Ethanol`, - Spread: 0.01, - Open: 1.512, - Price: 2.71, - Buy: 2.75, - Sell: 2.76, - Change: -0.04, - ChangePercent: -1.68, - Volume: 14, - High: 2.75, - Low: 1.12, - YearlyHigh: 2.75, - YearlyLow: 1.12, - YearlyStart: 1.48, - YearlyChange: 86.7, - Settlement: `Cash`, - Contract: `Options`, - Region: `Africa`, - Country: `South Africa`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-04-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 84 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `DOW Future`, - Spread: 0.01, - Open: 17711, - Price: 17875.1, - Buy: 17712.15, - Sell: 17712.16, - Change: 162.95, - ChangePercent: 0.92, - Volume: 22236, - High: 17727, - Low: 17642, - YearlyHigh: 18083, - YearlyLow: 15299, - YearlyStart: 16691, - YearlyChange: 6.12, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Europe`, - Country: `Ireland`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-02-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 85 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `LV Cattle`, - Spread: 0.01, - Open: 120.725, - Price: 120.9, - Buy: 120.72, - Sell: 120.72, - Change: 0.2, - ChangePercent: 0.16, - Volume: 4, - High: 120.72, - Low: 120.72, - YearlyHigh: 147.98, - YearlyLow: 113.9, - YearlyStart: 130.94, - YearlyChange: -7.82, - Settlement: `Loan`, - Contract: `Futures`, - Region: `Europe`, - Country: `Romania`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `American Airlines`, - Maturity: `2022-06-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 86 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `LV Cattle`, - Spread: 0.01, - Open: 120.725, - Price: 120.66, - Buy: 120.72, - Sell: 120.72, - Change: -0.05, - ChangePercent: -0.04, - Volume: 4, - High: 120.72, - Low: 120.72, - YearlyHigh: 147.98, - YearlyLow: 113.9, - YearlyStart: 130.94, - YearlyChange: -7.82, - Settlement: `Credit`, - Contract: `Futures`, - Region: `Europe`, - Country: `France`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-02-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 87 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `LV Cattle`, - Spread: 0.01, - Open: 120.725, - Price: 119.93, - Buy: 120.72, - Sell: 120.72, - Change: -0.77, - ChangePercent: -0.64, - Volume: 4, - High: 120.72, - Low: 120.72, - YearlyHigh: 147.98, - YearlyLow: 113.9, - YearlyStart: 130.94, - YearlyChange: -7.82, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Middle East`, - Country: `Qatar`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-03-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 88 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P Future`, - Spread: 0.01, - Open: 2057.5, - Price: 2017.12, - Buy: 2056.6, - Sell: 2056.61, - Change: -39.48, - ChangePercent: -1.92, - Volume: 142780, - High: 2059.5, - Low: 2049, - YearlyHigh: 2105.5, - YearlyLow: 1794.5, - YearlyStart: 1950, - YearlyChange: 5.47, - Settlement: `Credit`, - Contract: `Options`, - Region: `Europe`, - Country: `Denmark`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-08-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 89 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `Euro$ 3M`, - Spread: 0.01, - Open: 99.18, - Price: 97.38, - Buy: 99.18, - Sell: 99.18, - Change: -1.79, - ChangePercent: -1.8, - Volume: 29509, - High: 99.18, - Low: 99.17, - YearlyHigh: 99.38, - YearlyLow: 98.41, - YearlyStart: 98.89, - YearlyChange: 0.28, - Settlement: `Loan`, - Contract: `Forwards`, - Region: `Asia Pacific`, - Country: `Hong Kong`, - Risk: `Low`, - Sector: `Government`, - Currency: `USD`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-07-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 90 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `AUD/USD`, - Spread: 0.02, - Open: 0.7344, - Price: 0.73, - Buy: 0.73, - Sell: 0.73, - Change: -0.01, - ChangePercent: -1.48, - Volume: 36764, - High: 0.74, - Low: 0.73, - YearlyHigh: 0.79, - YearlyLow: 0.68, - YearlyStart: 0.73, - YearlyChange: 1.28, - Settlement: `Credit`, - Contract: `Futures`, - Region: `North America`, - Country: `United States`, - Risk: `High`, - Sector: `Government`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-08-24`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 91 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Platinum`, - Spread: 0.01, - Open: 1071.6, - Price: 1057.82, - Buy: 1071.09, - Sell: 1071.1, - Change: -13.28, - ChangePercent: -1.24, - Volume: 3039, - High: 1081.2, - Low: 1070.5, - YearlyHigh: 1120.6, - YearlyLow: 812.4, - YearlyStart: 966.5, - YearlyChange: 10.82, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Middle East`, - Country: `Oman`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-01-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 92 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Silver`, - Spread: 0.01, - Open: 17.43, - Price: 17.27, - Buy: 17.43, - Sell: 17.43, - Change: -0.15, - ChangePercent: -0.84, - Volume: 11720, - High: 17.51, - Low: 17.37, - YearlyHigh: 18.06, - YearlyLow: 13.73, - YearlyStart: 15.89, - YearlyChange: 9.59, - Settlement: `Cash`, - Contract: `CFD`, - Region: `Europe`, - Country: `Bulgaria`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-05-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 93 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `Lean Hogs`, - Spread: 0.01, - Open: 81.275, - Price: 81.29, - Buy: 81.81, - Sell: 81.82, - Change: -0.52, - ChangePercent: -0.64, - Volume: 1, - High: 81.81, - Low: 81.28, - YearlyHigh: 83.98, - YearlyLow: 70.25, - YearlyStart: 77.11, - YearlyChange: 6.09, - Settlement: `Cash`, - Contract: `Options`, - Region: `Africa`, - Country: `South Africa`, - Risk: `Low`, - Sector: `Public`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-01-27`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 94 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Wheat`, - Spread: 0.01, - Open: 465.5, - Price: 469.8, - Buy: 465.5, - Sell: 465.5, - Change: 4.28, - ChangePercent: 0.92, - Volume: 4318, - High: 467, - Low: 463.25, - YearlyHigh: 628.5, - YearlyLow: 449.5, - YearlyStart: 539, - YearlyChange: -13.63, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Africa`, - Country: `South Africa`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-08-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 95 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Wheat`, - Spread: 0.01, - Open: 465.5, - Price: 462.35, - Buy: 465.5, - Sell: 465.5, - Change: -3.17, - ChangePercent: -0.68, - Volume: 4318, - High: 467, - Low: 463.25, - YearlyHigh: 628.5, - YearlyLow: 449.5, - YearlyStart: 539, - YearlyChange: -13.63, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Europe`, - Country: `Finland`, - Risk: `Low`, - Sector: `Government`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-01-16`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 96 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `BTC/USD`, - Spread: 0.06, - Open: 93.88, - Price: 20698.36, - Buy: 21200.76, - Sell: 21400.78, - Change: -302.41, - ChangePercent: -1.44, - Volume: 5788000, - High: 22400.05, - Low: 20100.75, - YearlyHigh: 62400.7, - YearlyLow: 15100.88, - YearlyStart: 21200.29, - YearlyChange: -20.62, - Settlement: `Loan`, - Contract: `Options`, - Region: `North America`, - Country: `United States`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-08-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 97 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Corn`, - Spread: 0.01, - Open: 379.5, - Price: 377.68, - Buy: 379.8, - Sell: 379.81, - Change: -2.12, - ChangePercent: -0.56, - Volume: 11266, - High: 381, - Low: 377.75, - YearlyHigh: 471.25, - YearlyLow: 351.25, - YearlyStart: 411.25, - YearlyChange: -7.65, - Settlement: `Loan`, - Contract: `Options`, - Region: `Europe`, - Country: `Italy`, - Risk: `Low`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-01-24`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 98 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Uranium`, - Spread: 0.02, - Open: 27.55, - Price: 27.91, - Buy: 27.55, - Sell: 27.55, - Change: 0.33, - ChangePercent: 1.2, - Volume: 12, - High: 27.55, - Low: 27.55, - YearlyHigh: 29.32, - YearlyLow: 21.28, - YearlyStart: 25.3, - YearlyChange: 9.01, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Middle East`, - Country: `Lebanon`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-06-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 99 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Wheat`, - Spread: 0.01, - Open: 465.5, - Price: 467.01, - Buy: 465.5, - Sell: 465.5, - Change: 1.49, - ChangePercent: 0.32, - Volume: 4318, - High: 467, - Low: 463.25, - YearlyHigh: 628.5, - YearlyLow: 449.5, - YearlyStart: 539, - YearlyChange: -13.63, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Europe`, - Country: `Ireland`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-06-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 100 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P MID MINI`, - Spread: 0.01, - Open: 1454.3, - Price: 1453.45, - Buy: 1455.78, - Sell: 1455.79, - Change: -2.33, - ChangePercent: -0.16, - Volume: 338, - High: 1455.78, - Low: 1448, - YearlyHigh: 1527.3, - YearlyLow: 1236, - YearlyStart: 1381.65, - YearlyChange: 5.37, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Africa`, - Country: `Morocco`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-06-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 101 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `FD Cattle`, - Spread: 0.01, - Open: 147.175, - Price: 149.85, - Buy: 148.6, - Sell: 148.61, - Change: 1.24, - ChangePercent: 0.84, - Volume: 5, - High: 148.61, - Low: 147.18, - YearlyHigh: 190, - YearlyLow: 138.1, - YearlyStart: 164.05, - YearlyChange: -9.41, - Settlement: `Cash`, - Contract: `Options`, - Region: `Africa`, - Country: `Ethiopia`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-02-10`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 102 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Copper`, - Spread: 0.02, - Open: 2.123, - Price: 2.16, - Buy: 2.12, - Sell: 2.12, - Change: 0.05, - ChangePercent: 2, - Volume: 28819, - High: 2.16, - Low: 2.11, - YearlyHigh: 2.94, - YearlyLow: 1.96, - YearlyStart: 2.45, - YearlyChange: -13.76, - Settlement: `Cash`, - Contract: `Options`, - Region: `Africa`, - Country: `Senegal`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-03-19`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 103 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Uranium`, - Spread: 0.02, - Open: 27.55, - Price: 27.81, - Buy: 27.55, - Sell: 27.55, - Change: 0.23, - ChangePercent: 0.84, - Volume: 12, - High: 27.55, - Low: 27.55, - YearlyHigh: 29.32, - YearlyLow: 21.28, - YearlyStart: 25.3, - YearlyChange: 9.01, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Middle East`, - Country: `Iran`, - Risk: `High`, - Sector: `Government`, - Currency: `USD`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-08-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 104 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `DOW Future`, - Spread: 0.01, - Open: 17711, - Price: 17457.1, - Buy: 17712.15, - Sell: 17712.16, - Change: -255.05, - ChangePercent: -1.44, - Volume: 22236, - High: 17727, - Low: 17642, - YearlyHigh: 18083, - YearlyLow: 15299, - YearlyStart: 16691, - YearlyChange: 6.12, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Asia Pacific`, - Country: `Thailand`, - Risk: `High`, - Sector: `Private`, - Currency: `PLN`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-05-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 105 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Coal`, - Spread: 0.015, - Open: 0.4363, - Price: 0.41, - Buy: 0.44, - Sell: 0.44, - Change: -0.01, - ChangePercent: -0.96, - Volume: 3, - High: 0.44, - Low: 0.44, - YearlyHigh: 0.48, - YearlyLow: 0.4, - YearlyStart: 0.44, - YearlyChange: -5.33, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `Asia Pacific`, - Country: `India`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-02-24`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 106 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Platinum`, - Spread: 0.01, - Open: 1071.6, - Price: 1086.52, - Buy: 1071.09, - Sell: 1071.1, - Change: 15.42, - ChangePercent: 1.44, - Volume: 3039, - High: 1081.2, - Low: 1070.5, - YearlyHigh: 1120.6, - YearlyLow: 812.4, - YearlyStart: 966.5, - YearlyChange: 10.82, - Settlement: `Credit`, - Contract: `Options`, - Region: `North America`, - Country: `Mexico`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-04-23`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 107 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Rice`, - Spread: 0.01, - Open: 11.245, - Price: 10.61, - Buy: 10.41, - Sell: 10.42, - Change: 0.19, - ChangePercent: 1.84, - Volume: 220, - High: 11.38, - Low: 10.42, - YearlyHigh: 14.14, - YearlyLow: 9.7, - YearlyStart: 11.92, - YearlyChange: -12.62, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Asia Pacific`, - Country: `Indonesia`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `FedEx`, - Maturity: `2022-06-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 108 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `BTC/USD`, - Spread: 0.06, - Open: 93.88, - Price: 20765.56, - Buy: 21200.76, - Sell: 21400.78, - Change: -235.21, - ChangePercent: -1.12, - Volume: 5788000, - High: 22400.05, - Low: 20100.75, - YearlyHigh: 62400.7, - YearlyLow: 15100.88, - YearlyStart: 21200.29, - YearlyChange: -20.62, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Middle East`, - Country: `Iran`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-06-16`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 109 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P 600 MINI`, - Spread: 0.01, - Open: 687.9, - Price: 691.18, - Buy: 687.9, - Sell: 687.9, - Change: 3.3, - ChangePercent: 0.48, - Volume: 0, - High: 0, - Low: 0, - YearlyHigh: 620.32, - YearlyLow: 595.9, - YearlyStart: 608.11, - YearlyChange: 13.12, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Asia Pacific`, - Country: `Malaysia`, - Risk: `High`, - Sector: `Government`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-02-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 110 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soy oil`, - Spread: 0.01, - Open: 33.26, - Price: 34.26, - Buy: 33.77, - Sell: 33.78, - Change: 0.49, - ChangePercent: 1.44, - Volume: 10592, - High: 33.77, - Low: 33.06, - YearlyHigh: 35.43, - YearlyLow: 26.61, - YearlyStart: 31.02, - YearlyChange: 8.87, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Europe`, - Country: `Greece`, - Risk: `High`, - Sector: `Government`, - Currency: `PLN`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-06-10`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 111 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `FD Cattle`, - Spread: 0.01, - Open: 147.175, - Price: 148.07, - Buy: 148.6, - Sell: 148.61, - Change: -0.54, - ChangePercent: -0.36, - Volume: 5, - High: 148.61, - Low: 147.18, - YearlyHigh: 190, - YearlyLow: 138.1, - YearlyStart: 164.05, - YearlyChange: -9.41, - Settlement: `Cash`, - Contract: `CFD`, - Region: `Europe`, - Country: `Portugal`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-01-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 112 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Coal`, - Spread: 0.015, - Open: 0.4363, - Price: 0.42, - Buy: 0.44, - Sell: 0.44, - Change: 0, - ChangePercent: 1.8, - Volume: 3, - High: 0.44, - Low: 0.44, - YearlyHigh: 0.48, - YearlyLow: 0.4, - YearlyStart: 0.44, - YearlyChange: -5.33, - Settlement: `Cash`, - Contract: `Options`, - Region: `Middle East`, - Country: `Israel`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `FedEx`, - Maturity: `2022-03-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 113 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Gold`, - Spread: 0.01, - Open: 1281.1, - Price: 1272.54, - Buy: 1280.73, - Sell: 1280.74, - Change: -8.19, - ChangePercent: -0.64, - Volume: 48387, - High: 1289.5, - Low: 1279.1, - YearlyHigh: 1306, - YearlyLow: 1047.2, - YearlyStart: 1176.6, - YearlyChange: 8.85, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Asia Pacific`, - Country: `Indonesia`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-02-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 114 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Corn`, - Spread: 0.01, - Open: 379.5, - Price: 373.42, - Buy: 379.8, - Sell: 379.81, - Change: -6.38, - ChangePercent: -1.68, - Volume: 11266, - High: 381, - Low: 377.75, - YearlyHigh: 471.25, - YearlyLow: 351.25, - YearlyStart: 411.25, - YearlyChange: -7.65, - Settlement: `Cash`, - Contract: `Futures`, - Region: `North America`, - Country: `Canada`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `High`, - Issuer: `FedEx`, - Maturity: `2022-09-11`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 115 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `US 10YR Future`, - Spread: 0.01, - Open: 130.5625, - Price: 131.47, - Buy: 130.56, - Sell: 130.56, - Change: 0.89, - ChangePercent: 0.68, - Volume: 189310, - High: 130.63, - Low: 130.44, - YearlyHigh: 132.64, - YearlyLow: 125.48, - YearlyStart: 129.06, - YearlyChange: 1.18, - Settlement: `Credit`, - Contract: `Futures`, - Region: `Africa`, - Country: `Niger`, - Risk: `Low`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-03-22`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 116 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Coal`, - Spread: 0.015, - Open: 0.4363, - Price: 0.41, - Buy: 0.44, - Sell: 0.44, - Change: -0.01, - ChangePercent: -1.88, - Volume: 3, - High: 0.44, - Low: 0.44, - YearlyHigh: 0.48, - YearlyLow: 0.4, - YearlyStart: 0.44, - YearlyChange: -5.33, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Europe`, - Country: `Iceland`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-04-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 117 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P Future`, - Spread: 0.01, - Open: 2057.5, - Price: 2086.22, - Buy: 2056.6, - Sell: 2056.61, - Change: 29.62, - ChangePercent: 1.44, - Volume: 142780, - High: 2059.5, - Low: 2049, - YearlyHigh: 2105.5, - YearlyLow: 1794.5, - YearlyStart: 1950, - YearlyChange: 5.47, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Europe`, - Country: `Greece`, - Risk: `Low`, - Sector: `Public`, - Currency: `USD`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-03-23`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 118 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soy Meat`, - Spread: 0.01, - Open: 342.6, - Price: 346.32, - Buy: 342.6, - Sell: 342.6, - Change: 3.7, - ChangePercent: 1.08, - Volume: 5646, - High: 345.4, - Low: 340.3, - YearlyHigh: 353.4, - YearlyLow: 261.7, - YearlyStart: 307.55, - YearlyChange: 11.4, - Settlement: `Loan`, - Contract: `Futures`, - Region: `Asia Pacific`, - Country: `Azerbaijan`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-06-27`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 119 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `LV Cattle`, - Spread: 0.01, - Open: 120.725, - Price: 122.78, - Buy: 120.72, - Sell: 120.72, - Change: 2.08, - ChangePercent: 1.72, - Volume: 4, - High: 120.72, - Low: 120.72, - YearlyHigh: 147.98, - YearlyLow: 113.9, - YearlyStart: 130.94, - YearlyChange: -7.82, - Settlement: `Loan`, - Contract: `Futures`, - Region: `Europe`, - Country: `Ireland`, - Risk: `High`, - Sector: `Government`, - Currency: `PLN`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-01-21`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 120 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Copper`, - Spread: 0.02, - Open: 2.123, - Price: 2.1, - Buy: 2.12, - Sell: 2.12, - Change: -0.01, - ChangePercent: -0.56, - Volume: 28819, - High: 2.16, - Low: 2.11, - YearlyHigh: 2.94, - YearlyLow: 1.96, - YearlyStart: 2.45, - YearlyChange: -13.76, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Europe`, - Country: `Norway`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-01-16`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 121 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Uranium`, - Spread: 0.02, - Open: 27.55, - Price: 27.52, - Buy: 27.55, - Sell: 27.55, - Change: -0.06, - ChangePercent: -0.2, - Volume: 12, - High: 27.55, - Low: 27.55, - YearlyHigh: 29.32, - YearlyLow: 21.28, - YearlyStart: 25.3, - YearlyChange: 9.01, - Settlement: `Credit`, - Contract: `Futures`, - Region: `Middle East`, - Country: `Jordan`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-02-22`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 122 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Silver`, - Spread: 0.01, - Open: 17.43, - Price: 17.18, - Buy: 17.43, - Sell: 17.43, - Change: -0.24, - ChangePercent: -1.4, - Volume: 11720, - High: 17.51, - Low: 17.37, - YearlyHigh: 18.06, - YearlyLow: 13.73, - YearlyStart: 15.89, - YearlyChange: 9.59, - Settlement: `Credit`, - Contract: `Options`, - Region: `Europe`, - Country: `Romania`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-07-22`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 123 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soybean`, - Spread: 0.01, - Open: 1038, - Price: 1044.02, - Buy: 1038.61, - Sell: 1038.62, - Change: 5.4, - ChangePercent: 0.52, - Volume: 20356, - High: 1044, - Low: 1031.75, - YearlyHigh: 1057, - YearlyLow: 859.5, - YearlyStart: 958.25, - YearlyChange: 8.39, - Settlement: `Cash`, - Contract: `Options`, - Region: `South America`, - Country: `Brazil`, - Risk: `Low`, - Sector: `Government`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-07-24`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 124 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Coal`, - Spread: 0.015, - Open: 0.4363, - Price: 0.42, - Buy: 0.44, - Sell: 0.44, - Change: 0, - ChangePercent: 1.36, - Volume: 3, - High: 0.44, - Low: 0.44, - YearlyHigh: 0.48, - YearlyLow: 0.4, - YearlyStart: 0.44, - YearlyChange: -5.33, - Settlement: `Cash`, - Contract: `CFD`, - Region: `Africa`, - Country: `Algeria`, - Risk: `Low`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-04-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 125 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Rice`, - Spread: 0.01, - Open: 11.245, - Price: 10.26, - Buy: 10.41, - Sell: 10.42, - Change: -0.16, - ChangePercent: -1.48, - Volume: 220, - High: 11.38, - Low: 10.42, - YearlyHigh: 14.14, - YearlyLow: 9.7, - YearlyStart: 11.92, - YearlyChange: -12.62, - Settlement: `Credit`, - Contract: `CFD`, - Region: `Europe`, - Country: `Poland`, - Risk: `Low`, - Sector: `Public`, - Currency: `EUR`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-08-10`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 126 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Copper`, - Spread: 0.02, - Open: 2.123, - Price: 2.1, - Buy: 2.12, - Sell: 2.12, - Change: -0.01, - ChangePercent: -0.52, - Volume: 28819, - High: 2.16, - Low: 2.11, - YearlyHigh: 2.94, - YearlyLow: 1.96, - YearlyStart: 2.45, - YearlyChange: -13.76, - Settlement: `Credit`, - Contract: `Options`, - Region: `Middle East`, - Country: `Turkey`, - Risk: `Low`, - Sector: `Public`, - Currency: `EUR`, - Security: `High`, - Issuer: `American Airlines`, - Maturity: `2022-07-16`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 127 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `US 30YR Future`, - Spread: 0.01, - Open: 164.875, - Price: 164.03, - Buy: 164.15, - Sell: 164.16, - Change: -0.13, - ChangePercent: -0.08, - Volume: 28012, - High: 165.25, - Low: 164.04, - YearlyHigh: 169.38, - YearlyLow: 151.47, - YearlyStart: 160.43, - YearlyChange: 2.33, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Europe`, - Country: `Italy`, - Risk: `High`, - Sector: `Public`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-07-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 128 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Platinum`, - Spread: 0.01, - Open: 1071.6, - Price: 1075.38, - Buy: 1071.09, - Sell: 1071.1, - Change: 4.28, - ChangePercent: 0.4, - Volume: 3039, - High: 1081.2, - Low: 1070.5, - YearlyHigh: 1120.6, - YearlyLow: 812.4, - YearlyStart: 966.5, - YearlyChange: 10.82, - Settlement: `Credit`, - Contract: `Swap`, - Region: `South America`, - Country: `Paraguay`, - Risk: `Low`, - Sector: `Government`, - Currency: `USD`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-04-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 129 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `BTC/USD`, - Spread: 0.06, - Open: 93.88, - Price: 20807.56, - Buy: 21200.76, - Sell: 21400.78, - Change: -193.21, - ChangePercent: -0.92, - Volume: 5788000, - High: 22400.05, - Low: 20100.75, - YearlyHigh: 62400.7, - YearlyLow: 15100.88, - YearlyStart: 21200.29, - YearlyChange: -20.62, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Asia Pacific`, - Country: `Malaysia`, - Risk: `High`, - Sector: `Private`, - Currency: `PLN`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-08-24`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 130 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soy oil`, - Spread: 0.01, - Open: 33.26, - Price: 33.28, - Buy: 33.77, - Sell: 33.78, - Change: -0.49, - ChangePercent: -1.44, - Volume: 10592, - High: 33.77, - Low: 33.06, - YearlyHigh: 35.43, - YearlyLow: 26.61, - YearlyStart: 31.02, - YearlyChange: 8.87, - Settlement: `Cash`, - Contract: `Options`, - Region: `Middle East`, - Country: `Israel`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-05-21`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 131 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Cotton`, - Spread: 0.01, - Open: 61.77, - Price: 61.02, - Buy: 61.77, - Sell: 61.77, - Change: -0.74, - ChangePercent: -1.2, - Volume: 3612, - High: 62.06, - Low: 61.32, - YearlyHigh: 67.59, - YearlyLow: 54.33, - YearlyStart: 60.96, - YearlyChange: 1.31, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Asia Pacific`, - Country: `Indonesia`, - Risk: `High`, - Sector: `Government`, - Currency: `USD`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-08-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 132 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Silver`, - Spread: 0.01, - Open: 17.43, - Price: 17.09, - Buy: 17.43, - Sell: 17.43, - Change: -0.33, - ChangePercent: -1.88, - Volume: 11720, - High: 17.51, - Low: 17.37, - YearlyHigh: 18.06, - YearlyLow: 13.73, - YearlyStart: 15.89, - YearlyChange: 9.59, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Middle East`, - Country: `Kuwait`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-08-24`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 133 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/CHF`, - Spread: 0.02, - Open: 1.0337, - Price: 1.04, - Buy: 1.03, - Sell: 1.03, - Change: 0, - ChangePercent: -0.48, - Volume: 5550, - High: 1.03, - Low: 1.03, - YearlyHigh: 1.11, - YearlyLow: 0.98, - YearlyStart: 1.04, - YearlyChange: -0.12, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Africa`, - Country: `Morocco`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-03-16`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 134 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Cotton`, - Spread: 0.01, - Open: 61.77, - Price: 62.5, - Buy: 61.77, - Sell: 61.77, - Change: 0.74, - ChangePercent: 1.2, - Volume: 3612, - High: 62.06, - Low: 61.32, - YearlyHigh: 67.59, - YearlyLow: 54.33, - YearlyStart: 60.96, - YearlyChange: 1.31, - Settlement: `Credit`, - Contract: `Futures`, - Region: `Europe`, - Country: `Italy`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `Poor`, - Issuer: `FedEx`, - Maturity: `2022-06-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 135 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Sugar`, - Spread: 0.01, - Open: 15.68, - Price: 14.68, - Buy: 14.67, - Sell: 14.68, - Change: 0.01, - ChangePercent: 0.04, - Volume: 4949, - High: 15.7, - Low: 14.67, - YearlyHigh: 16.87, - YearlyLow: 11.37, - YearlyStart: 14.12, - YearlyChange: 3.92, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Asia Pacific`, - Country: `Singapore`, - Risk: `Low`, - Sector: `Government`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-06-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 136 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Milk`, - Spread: 0.01, - Open: 12.87, - Price: 12.84, - Buy: 12.87, - Sell: 12.87, - Change: -0.02, - ChangePercent: -0.12, - Volume: 7, - High: 12.89, - Low: 12.81, - YearlyHigh: 16.96, - YearlyLow: 12.81, - YearlyStart: 14.88, - YearlyChange: -13.6, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `Europe`, - Country: `Austria`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-04-21`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 137 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Diesel`, - Spread: 0.015, - Open: 1.3474, - Price: 1.37, - Buy: 1.35, - Sell: 1.35, - Change: 0.01, - ChangePercent: 0.96, - Volume: 2971, - High: 1.36, - Low: 1.34, - YearlyHigh: 2.11, - YearlyLow: 0.92, - YearlyStart: 1.51, - YearlyChange: -10.4, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Africa`, - Country: `Ethiopia`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-09-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 138 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `US 10YR Future`, - Spread: 0.01, - Open: 130.5625, - Price: 132.52, - Buy: 130.56, - Sell: 130.56, - Change: 1.94, - ChangePercent: 1.48, - Volume: 189310, - High: 130.63, - Low: 130.44, - YearlyHigh: 132.64, - YearlyLow: 125.48, - YearlyStart: 129.06, - YearlyChange: 1.18, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Europe`, - Country: `Norway`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-03-11`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 139 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Diesel`, - Spread: 0.015, - Open: 1.3474, - Price: 1.35, - Buy: 1.35, - Sell: 1.35, - Change: -0.01, - ChangePercent: -0.24, - Volume: 2971, - High: 1.36, - Low: 1.34, - YearlyHigh: 2.11, - YearlyLow: 0.92, - YearlyStart: 1.51, - YearlyChange: -10.4, - Settlement: `Cash`, - Contract: `Options`, - Region: `Middle East`, - Country: `Syria`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-05-16`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 140 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P Future`, - Spread: 0.01, - Open: 2057.5, - Price: 2052.49, - Buy: 2056.6, - Sell: 2056.61, - Change: -4.11, - ChangePercent: -0.2, - Volume: 142780, - High: 2059.5, - Low: 2049, - YearlyHigh: 2105.5, - YearlyLow: 1794.5, - YearlyStart: 1950, - YearlyChange: 5.47, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Asia Pacific`, - Country: `Azerbaijan`, - Risk: `Low`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-05-11`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 141 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `Lean Hogs`, - Spread: 0.01, - Open: 81.275, - Price: 83.45, - Buy: 81.81, - Sell: 81.82, - Change: 1.64, - ChangePercent: 2, - Volume: 1, - High: 81.81, - Low: 81.28, - YearlyHigh: 83.98, - YearlyLow: 70.25, - YearlyStart: 77.11, - YearlyChange: 6.09, - Settlement: `Cash`, - Contract: `CFD`, - Region: `Europe`, - Country: `Croatia`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `High`, - Issuer: `FedEx`, - Maturity: `2022-07-21`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 142 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `Euro$ 3M`, - Spread: 0.01, - Open: 99.18, - Price: 98.81, - Buy: 99.18, - Sell: 99.18, - Change: -0.36, - ChangePercent: -0.36, - Volume: 29509, - High: 99.18, - Low: 99.17, - YearlyHigh: 99.38, - YearlyLow: 98.41, - YearlyStart: 98.89, - YearlyChange: 0.28, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Middle East`, - Country: `Turkey`, - Risk: `Low`, - Sector: `Public`, - Currency: `EUR`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-03-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 143 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Oil`, - Spread: 0.015, - Open: 45.54, - Price: 46.05, - Buy: 45.78, - Sell: 45.8, - Change: 0.26, - ChangePercent: 0.56, - Volume: 107196, - High: 45.94, - Low: 45, - YearlyHigh: 65.28, - YearlyLow: 30.79, - YearlyStart: 48.03, - YearlyChange: -4.67, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Africa`, - Country: `Tunisia`, - Risk: `Low`, - Sector: `Government`, - Currency: `USD`, - Security: `High`, - Issuer: `FedEx`, - Maturity: `2022-08-24`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 144 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `US 30YR Future`, - Spread: 0.01, - Open: 164.875, - Price: 165.47, - Buy: 164.15, - Sell: 164.16, - Change: 1.31, - ChangePercent: 0.8, - Volume: 28012, - High: 165.25, - Low: 164.04, - YearlyHigh: 169.38, - YearlyLow: 151.47, - YearlyStart: 160.43, - YearlyChange: 2.33, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Europe`, - Country: `Netherlands`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-02-16`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 145 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `US 10YR Future`, - Spread: 0.01, - Open: 130.5625, - Price: 132.67, - Buy: 130.56, - Sell: 130.56, - Change: 2.09, - ChangePercent: 1.6, - Volume: 189310, - High: 130.63, - Low: 130.44, - YearlyHigh: 132.64, - YearlyLow: 125.48, - YearlyStart: 129.06, - YearlyChange: 1.18, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Middle East`, - Country: `Saudi Arabia`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-09-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 146 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Wheat`, - Spread: 0.01, - Open: 465.5, - Price: 465.89, - Buy: 465.5, - Sell: 465.5, - Change: 0.37, - ChangePercent: 0.08, - Volume: 4318, - High: 467, - Low: 463.25, - YearlyHigh: 628.5, - YearlyLow: 449.5, - YearlyStart: 539, - YearlyChange: -13.63, - Settlement: `Credit`, - Contract: `Forwards`, - Region: `Europe`, - Country: `Bulgaria`, - Risk: `Low`, - Sector: `Public`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-03-24`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 147 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Uranium`, - Spread: 0.02, - Open: 27.55, - Price: 27.39, - Buy: 27.55, - Sell: 27.55, - Change: -0.19, - ChangePercent: -0.68, - Volume: 12, - High: 27.55, - Low: 27.55, - YearlyHigh: 29.32, - YearlyLow: 21.28, - YearlyStart: 25.3, - YearlyChange: 9.01, - Settlement: `Loan`, - Contract: `Options`, - Region: `Asia Pacific`, - Country: `Indonesia`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-07-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 148 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P MID MINI`, - Spread: 0.01, - Open: 1454.3, - Price: 1446.46, - Buy: 1455.78, - Sell: 1455.79, - Change: -9.32, - ChangePercent: -0.64, - Volume: 338, - High: 1455.78, - Low: 1448, - YearlyHigh: 1527.3, - YearlyLow: 1236, - YearlyStart: 1381.65, - YearlyChange: 5.37, - Settlement: `Credit`, - Contract: `Options`, - Region: `Asia Pacific`, - Country: `Taiwan`, - Risk: `Low`, - Sector: `Government`, - Currency: `USD`, - Security: `High`, - Issuer: `American Airlines`, - Maturity: `2022-08-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 149 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `FD Cattle`, - Spread: 0.01, - Open: 147.175, - Price: 150.09, - Buy: 148.6, - Sell: 148.61, - Change: 1.48, - ChangePercent: 1, - Volume: 5, - High: 148.61, - Low: 147.18, - YearlyHigh: 190, - YearlyLow: 138.1, - YearlyStart: 164.05, - YearlyChange: -9.41, - Settlement: `Loan`, - Contract: `Forwards`, - Region: `Middle East`, - Country: `Saudi Arabia`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-04-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 150 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `OJ Future`, - Spread: 0.01, - Open: 140.6, - Price: 139.52, - Buy: 140.18, - Sell: 140.19, - Change: -0.67, - ChangePercent: -0.48, - Volume: 7, - High: 140.19, - Low: 0, - YearlyHigh: 155.95, - YearlyLow: 113, - YearlyStart: 134.47, - YearlyChange: 4.25, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Asia Pacific`, - Country: `Thailand`, - Risk: `Low`, - Sector: `Public`, - Currency: `USD`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-02-16`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 151 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P 600 MINI`, - Spread: 0.01, - Open: 687.9, - Price: 700.26, - Buy: 687.9, - Sell: 687.9, - Change: 12.38, - ChangePercent: 1.8, - Volume: 0, - High: 0, - Low: 0, - YearlyHigh: 620.32, - YearlyLow: 595.9, - YearlyStart: 608.11, - YearlyChange: 13.12, - Settlement: `Credit`, - Contract: `Futures`, - Region: `Africa`, - Country: `Niger`, - Risk: `High`, - Sector: `Private`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-08-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 152 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `Lean Hogs`, - Spread: 0.01, - Open: 81.275, - Price: 80.9, - Buy: 81.81, - Sell: 81.82, - Change: -0.91, - ChangePercent: -1.12, - Volume: 1, - High: 81.81, - Low: 81.28, - YearlyHigh: 83.98, - YearlyLow: 70.25, - YearlyStart: 77.11, - YearlyChange: 6.09, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `North America`, - Country: `United States`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-07-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 153 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Coffee`, - Spread: 0.01, - Open: 125.7, - Price: 126.9, - Buy: 125.7, - Sell: 125.7, - Change: 1.21, - ChangePercent: 0.96, - Volume: 1654, - High: 125.8, - Low: 125, - YearlyHigh: 155.75, - YearlyLow: 115.35, - YearlyStart: 135.55, - YearlyChange: -7.27, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Middle East`, - Country: `Iraq`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-05-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 154 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P MID MINI`, - Spread: 0.01, - Open: 1454.3, - Price: 1440.64, - Buy: 1455.78, - Sell: 1455.79, - Change: -15.14, - ChangePercent: -1.04, - Volume: 338, - High: 1455.78, - Low: 1448, - YearlyHigh: 1527.3, - YearlyLow: 1236, - YearlyStart: 1381.65, - YearlyChange: 5.37, - Settlement: `Credit`, - Contract: `Options`, - Region: `South America`, - Country: `Uruguay`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-04-24`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 155 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `BTC/USD`, - Spread: 0.06, - Open: 93.88, - Price: 20765.56, - Buy: 21200.76, - Sell: 21400.78, - Change: -235.21, - ChangePercent: -1.12, - Volume: 5788000, - High: 22400.05, - Low: 20100.75, - YearlyHigh: 62400.7, - YearlyLow: 15100.88, - YearlyStart: 21200.29, - YearlyChange: -20.62, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Europe`, - Country: `Finland`, - Risk: `High`, - Sector: `Private`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `FedEx`, - Maturity: `2022-05-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 156 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `US 2Y Future`, - Spread: 0.01, - Open: 109.3984, - Price: 108.12, - Buy: 109.4, - Sell: 109.4, - Change: -1.27, - ChangePercent: -1.16, - Volume: 17742, - High: 109.41, - Low: 109.38, - YearlyHigh: 109.8, - YearlyLow: 108.62, - YearlyStart: 109.21, - YearlyChange: 0.16, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Asia Pacific`, - Country: `Azerbaijan`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `High`, - Issuer: `American Airlines`, - Maturity: `2022-03-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 157 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Gold`, - Spread: 0.01, - Open: 1281.1, - Price: 1273.56, - Buy: 1280.73, - Sell: 1280.74, - Change: -7.17, - ChangePercent: -0.56, - Volume: 48387, - High: 1289.5, - Low: 1279.1, - YearlyHigh: 1306, - YearlyLow: 1047.2, - YearlyStart: 1176.6, - YearlyChange: 8.85, - Settlement: `Cash`, - Contract: `CFD`, - Region: `Middle East`, - Country: `Lebanon`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-04-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 158 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Rice`, - Spread: 0.01, - Open: 11.245, - Price: 10.28, - Buy: 10.41, - Sell: 10.42, - Change: -0.14, - ChangePercent: -1.32, - Volume: 220, - High: 11.38, - Low: 10.42, - YearlyHigh: 14.14, - YearlyLow: 9.7, - YearlyStart: 11.92, - YearlyChange: -12.62, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Europe`, - Country: `Slovakia`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `High`, - Issuer: `American Airlines`, - Maturity: `2022-04-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 159 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/CHF`, - Spread: 0.02, - Open: 1.0337, - Price: 1.04, - Buy: 1.03, - Sell: 1.03, - Change: 0, - ChangePercent: -0.52, - Volume: 5550, - High: 1.03, - Low: 1.03, - YearlyHigh: 1.11, - YearlyLow: 0.98, - YearlyStart: 1.04, - YearlyChange: -0.12, - Settlement: `Loan`, - Contract: `Options`, - Region: `Asia Pacific`, - Country: `India`, - Risk: `Low`, - Sector: `Public`, - Currency: `PLN`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-03-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 160 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `BTC/USD`, - Spread: 0.06, - Open: 93.88, - Price: 21412.39, - Buy: 21200.76, - Sell: 21400.78, - Change: 411.62, - ChangePercent: 1.96, - Volume: 5788000, - High: 22400.05, - Low: 20100.75, - YearlyHigh: 62400.7, - YearlyLow: 15100.88, - YearlyStart: 21200.29, - YearlyChange: -20.62, - Settlement: `Loan`, - Contract: `Options`, - Region: `Middle East`, - Country: `Israel`, - Risk: `Low`, - Sector: `Public`, - Currency: `USD`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-04-16`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 161 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `GBP/USD`, - Spread: 0.02, - Open: 1.4464, - Price: 1.18, - Buy: 1.18, - Sell: 1.2, - Change: -0.01, - ChangePercent: -0.96, - Volume: 29450, - High: 1.45, - Low: 1.19, - YearlyHigh: 1.59, - YearlyLow: 1.19, - YearlyStart: 1.49, - YearlyChange: -19.59, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Europe`, - Country: `Ireland`, - Risk: `High`, - Sector: `Government`, - Currency: `USD`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-08-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 162 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `US 2Y Future`, - Spread: 0.01, - Open: 109.3984, - Price: 108.69, - Buy: 109.4, - Sell: 109.4, - Change: -0.7, - ChangePercent: -0.64, - Volume: 17742, - High: 109.41, - Low: 109.38, - YearlyHigh: 109.8, - YearlyLow: 108.62, - YearlyStart: 109.21, - YearlyChange: 0.16, - Settlement: `Credit`, - Contract: `Swap`, - Region: `South America`, - Country: `Paraguay`, - Risk: `High`, - Sector: `Public`, - Currency: `USD`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-06-22`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 163 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `Euro$ 3M`, - Spread: 0.01, - Open: 99.18, - Price: 97.23, - Buy: 99.18, - Sell: 99.18, - Change: -1.94, - ChangePercent: -1.96, - Volume: 29509, - High: 99.18, - Low: 99.17, - YearlyHigh: 99.38, - YearlyLow: 98.41, - YearlyStart: 98.89, - YearlyChange: 0.28, - Settlement: `Loan`, - Contract: `Options`, - Region: `Middle East`, - Country: `UAE`, - Risk: `Low`, - Sector: `Public`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-06-21`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 164 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `DOW Future`, - Spread: 0.01, - Open: 17711, - Price: 17697.98, - Buy: 17712.15, - Sell: 17712.16, - Change: -14.17, - ChangePercent: -0.08, - Volume: 22236, - High: 17727, - Low: 17642, - YearlyHigh: 18083, - YearlyLow: 15299, - YearlyStart: 16691, - YearlyChange: 6.12, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Asia Pacific`, - Country: `India`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-02-23`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 165 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/CAD`, - Spread: 0.02, - Open: 0.7744, - Price: 0.94, - Buy: 0.94, - Sell: 0.96, - Change: -0.01, - ChangePercent: -1.72, - Volume: 13669, - High: 0.95, - Low: 0.77, - YearlyHigh: 0.95, - YearlyLow: 0.68, - YearlyStart: 0.76, - YearlyChange: 26.43, - Settlement: `Cash`, - Contract: `Options`, - Region: `Middle East`, - Country: `Saudi Arabia`, - Risk: `Low`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-06-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 166 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Gold`, - Spread: 0.01, - Open: 1281.1, - Price: 1264.34, - Buy: 1280.73, - Sell: 1280.74, - Change: -16.39, - ChangePercent: -1.28, - Volume: 48387, - High: 1289.5, - Low: 1279.1, - YearlyHigh: 1306, - YearlyLow: 1047.2, - YearlyStart: 1176.6, - YearlyChange: 8.85, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Europe`, - Country: `Norway`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-08-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 167 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/JPY`, - Spread: 0.02, - Open: 9275.5, - Price: 9370.11, - Buy: 9277.32, - Sell: 9277.34, - Change: 92.78, - ChangePercent: 1, - Volume: 47734, - High: 9277.33, - Low: 0.93, - YearlyHigh: 9483, - YearlyLow: 0.93, - YearlyStart: 4741.97, - YearlyChange: 95.64, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Middle East`, - Country: `Syria`, - Risk: `High`, - Sector: `Government`, - Currency: `USD`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-01-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 168 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `US 2Y Future`, - Spread: 0.01, - Open: 109.3984, - Price: 108.86, - Buy: 109.4, - Sell: 109.4, - Change: -0.53, - ChangePercent: -0.48, - Volume: 17742, - High: 109.41, - Low: 109.38, - YearlyHigh: 109.8, - YearlyLow: 108.62, - YearlyStart: 109.21, - YearlyChange: 0.16, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `Asia Pacific`, - Country: `Malaysia`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-08-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 169 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `NAS Future`, - Spread: 0.01, - Open: 4341.25, - Price: 4398.58, - Buy: 4341.25, - Sell: 4341.25, - Change: 57.3, - ChangePercent: 1.32, - Volume: 18259, - High: 4347, - Low: 4318, - YearlyHigh: 4719.75, - YearlyLow: 3867.75, - YearlyStart: 4293.75, - YearlyChange: 1.11, - Settlement: `Credit`, - Contract: `Options`, - Region: `Middle East`, - Country: `Iraq`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `High`, - Issuer: `FedEx`, - Maturity: `2022-08-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 170 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/JPY`, - Spread: 0.02, - Open: 9275.5, - Price: 9303.31, - Buy: 9277.32, - Sell: 9277.34, - Change: 25.98, - ChangePercent: 0.28, - Volume: 47734, - High: 9277.33, - Low: 0.93, - YearlyHigh: 9483, - YearlyLow: 0.93, - YearlyStart: 4741.97, - YearlyChange: 95.64, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Middle East`, - Country: `Syria`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-03-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 171 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Natural Gas`, - Spread: 0.02, - Open: 2.094, - Price: 2.07, - Buy: 2.09, - Sell: 2.09, - Change: -0.03, - ChangePercent: -1.6, - Volume: 2783, - High: 2.11, - Low: 2.09, - YearlyHigh: 3.2, - YearlyLow: 1.84, - YearlyStart: 2.52, - YearlyChange: -16.51, - Settlement: `Credit`, - Contract: `Futures`, - Region: `Asia Pacific`, - Country: `Australia`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-03-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 172 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `NAS Future`, - Spread: 0.01, - Open: 4341.25, - Price: 4402.06, - Buy: 4341.25, - Sell: 4341.25, - Change: 60.78, - ChangePercent: 1.4, - Volume: 18259, - High: 4347, - Low: 4318, - YearlyHigh: 4719.75, - YearlyLow: 3867.75, - YearlyStart: 4293.75, - YearlyChange: 1.11, - Settlement: `Cash`, - Contract: `Options`, - Region: `Africa`, - Country: `Senegal`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-05-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 173 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Copper`, - Spread: 0.02, - Open: 2.123, - Price: 2.14, - Buy: 2.12, - Sell: 2.12, - Change: 0.03, - ChangePercent: 1.16, - Volume: 28819, - High: 2.16, - Low: 2.11, - YearlyHigh: 2.94, - YearlyLow: 1.96, - YearlyStart: 2.45, - YearlyChange: -13.76, - Settlement: `Cash`, - Contract: `Swap`, - Region: `North America`, - Country: `United States`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-05-19`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 174 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Milk`, - Spread: 0.01, - Open: 12.87, - Price: 12.92, - Buy: 12.87, - Sell: 12.87, - Change: 0.06, - ChangePercent: 0.48, - Volume: 7, - High: 12.89, - Low: 12.81, - YearlyHigh: 16.96, - YearlyLow: 12.81, - YearlyStart: 14.88, - YearlyChange: -13.6, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Asia Pacific`, - Country: `Pakistan`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-09-21`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 175 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Cotton`, - Spread: 0.01, - Open: 61.77, - Price: 61.19, - Buy: 61.77, - Sell: 61.77, - Change: -0.57, - ChangePercent: -0.92, - Volume: 3612, - High: 62.06, - Low: 61.32, - YearlyHigh: 67.59, - YearlyLow: 54.33, - YearlyStart: 60.96, - YearlyChange: 1.31, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Europe`, - Country: `Czechia`, - Risk: `Low`, - Sector: `Government`, - Currency: `PLN`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-07-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 176 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Lumber`, - Spread: 0.01, - Open: 303.9, - Price: 302.28, - Buy: 304.59, - Sell: 304.6, - Change: -2.32, - ChangePercent: -0.76, - Volume: 2, - High: 304.6, - Low: 303.9, - YearlyHigh: 317.1, - YearlyLow: 236, - YearlyStart: 276.55, - YearlyChange: 10.14, - Settlement: `Credit`, - Contract: `CFD`, - Region: `Africa`, - Country: `Algeria`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-03-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 177 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Diesel`, - Spread: 0.015, - Open: 1.3474, - Price: 1.34, - Buy: 1.35, - Sell: 1.35, - Change: -0.02, - ChangePercent: -1.32, - Volume: 2971, - High: 1.36, - Low: 1.34, - YearlyHigh: 2.11, - YearlyLow: 0.92, - YearlyStart: 1.51, - YearlyChange: -10.4, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Africa`, - Country: `Algeria`, - Risk: `Low`, - Sector: `Public`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-07-22`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 178 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Cocoa`, - Spread: 0.01, - Open: 3076, - Price: 3077.26, - Buy: 3076, - Sell: 3076, - Change: 1.23, - ChangePercent: 0.04, - Volume: 978, - High: 3078, - Low: 3066, - YearlyHigh: 3406, - YearlyLow: 2746, - YearlyStart: 3076, - YearlyChange: 0, - Settlement: `Credit`, - Contract: `Options`, - Region: `Europe`, - Country: `Italy`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-04-22`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 179 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `Euro$ 3M`, - Spread: 0.01, - Open: 99.18, - Price: 97.94, - Buy: 99.18, - Sell: 99.18, - Change: -1.23, - ChangePercent: -1.24, - Volume: 29509, - High: 99.18, - Low: 99.17, - YearlyHigh: 99.38, - YearlyLow: 98.41, - YearlyStart: 98.89, - YearlyChange: 0.28, - Settlement: `Loan`, - Contract: `Swap`, - Region: `South America`, - Country: `Venezuela`, - Risk: `Low`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-03-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 180 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Coffee`, - Spread: 0.01, - Open: 125.7, - Price: 124.63, - Buy: 125.7, - Sell: 125.7, - Change: -1.06, - ChangePercent: -0.84, - Volume: 1654, - High: 125.8, - Low: 125, - YearlyHigh: 155.75, - YearlyLow: 115.35, - YearlyStart: 135.55, - YearlyChange: -7.27, - Settlement: `Credit`, - Contract: `Options`, - Region: `Asia Pacific`, - Country: `India`, - Risk: `Low`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-05-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 181 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Cotton`, - Spread: 0.01, - Open: 61.77, - Price: 60.77, - Buy: 61.77, - Sell: 61.77, - Change: -0.99, - ChangePercent: -1.6, - Volume: 3612, - High: 62.06, - Low: 61.32, - YearlyHigh: 67.59, - YearlyLow: 54.33, - YearlyStart: 60.96, - YearlyChange: 1.31, - Settlement: `Cash`, - Contract: `Options`, - Region: `Asia Pacific`, - Country: `Japan`, - Risk: `Low`, - Sector: `Public`, - Currency: `USD`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-02-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 182 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Diesel`, - Spread: 0.015, - Open: 1.3474, - Price: 1.36, - Buy: 1.35, - Sell: 1.35, - Change: 0, - ChangePercent: -0.08, - Volume: 2971, - High: 1.36, - Low: 1.34, - YearlyHigh: 2.11, - YearlyLow: 0.92, - YearlyStart: 1.51, - YearlyChange: -10.4, - Settlement: `Loan`, - Contract: `Futures`, - Region: `Middle East`, - Country: `Israel`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-02-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 183 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Silver`, - Spread: 0.01, - Open: 17.43, - Price: 17.43, - Buy: 17.43, - Sell: 17.43, - Change: 0.01, - ChangePercent: 0.08, - Volume: 11720, - High: 17.51, - Low: 17.37, - YearlyHigh: 18.06, - YearlyLow: 13.73, - YearlyStart: 15.89, - YearlyChange: 9.59, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Africa`, - Country: `Senegal`, - Risk: `High`, - Sector: `Private`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-04-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 184 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `Lean Hogs`, - Spread: 0.01, - Open: 81.275, - Price: 80.64, - Buy: 81.81, - Sell: 81.82, - Change: -1.17, - ChangePercent: -1.44, - Volume: 1, - High: 81.81, - Low: 81.28, - YearlyHigh: 83.98, - YearlyLow: 70.25, - YearlyStart: 77.11, - YearlyChange: 6.09, - Settlement: `Loan`, - Contract: `Futures`, - Region: `Europe`, - Country: `Romania`, - Risk: `High`, - Sector: `Public`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `FedEx`, - Maturity: `2022-07-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 185 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Oil`, - Spread: 0.015, - Open: 45.54, - Price: 45.59, - Buy: 45.78, - Sell: 45.8, - Change: -0.2, - ChangePercent: -0.44, - Volume: 107196, - High: 45.94, - Low: 45, - YearlyHigh: 65.28, - YearlyLow: 30.79, - YearlyStart: 48.03, - YearlyChange: -4.67, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Africa`, - Country: `Egypt`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-02-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 186 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P MID MINI`, - Spread: 0.01, - Open: 1454.3, - Price: 1443.55, - Buy: 1455.78, - Sell: 1455.79, - Change: -12.23, - ChangePercent: -0.84, - Volume: 338, - High: 1455.78, - Low: 1448, - YearlyHigh: 1527.3, - YearlyLow: 1236, - YearlyStart: 1381.65, - YearlyChange: 5.37, - Settlement: `Loan`, - Contract: `Options`, - Region: `Asia Pacific`, - Country: `Taiwan`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-02-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 187 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Silver`, - Spread: 0.01, - Open: 17.43, - Price: 17.09, - Buy: 17.43, - Sell: 17.43, - Change: -0.33, - ChangePercent: -1.88, - Volume: 11720, - High: 17.51, - Low: 17.37, - YearlyHigh: 18.06, - YearlyLow: 13.73, - YearlyStart: 15.89, - YearlyChange: 9.59, - Settlement: `Credit`, - Contract: `CFD`, - Region: `Africa`, - Country: `Cameroon`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-06-22`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 188 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Lumber`, - Spread: 0.01, - Open: 303.9, - Price: 310.08, - Buy: 304.59, - Sell: 304.6, - Change: 5.48, - ChangePercent: 1.8, - Volume: 2, - High: 304.6, - Low: 303.9, - YearlyHigh: 317.1, - YearlyLow: 236, - YearlyStart: 276.55, - YearlyChange: 10.14, - Settlement: `Cash`, - Contract: `Options`, - Region: `Asia Pacific`, - Country: `India`, - Risk: `High`, - Sector: `Private`, - Currency: `PLN`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-07-22`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 189 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `GBP/USD`, - Spread: 0.02, - Open: 1.4464, - Price: 1.17, - Buy: 1.18, - Sell: 1.2, - Change: -0.02, - ChangePercent: -1.6, - Volume: 29450, - High: 1.45, - Low: 1.19, - YearlyHigh: 1.59, - YearlyLow: 1.19, - YearlyStart: 1.49, - YearlyChange: -19.59, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Europe`, - Country: `Poland`, - Risk: `High`, - Sector: `Government`, - Currency: `USD`, - Security: `High`, - Issuer: `FedEx`, - Maturity: `2022-08-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 190 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soybean`, - Spread: 0.01, - Open: 1038, - Price: 1042.77, - Buy: 1038.61, - Sell: 1038.62, - Change: 4.15, - ChangePercent: 0.4, - Volume: 20356, - High: 1044, - Low: 1031.75, - YearlyHigh: 1057, - YearlyLow: 859.5, - YearlyStart: 958.25, - YearlyChange: 8.39, - Settlement: `Credit`, - Contract: `Forwards`, - Region: `Middle East`, - Country: `Lebanon`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-02-11`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 191 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Coal`, - Spread: 0.015, - Open: 0.4363, - Price: 0.42, - Buy: 0.44, - Sell: 0.44, - Change: 0, - ChangePercent: 1.84, - Volume: 3, - High: 0.44, - Low: 0.44, - YearlyHigh: 0.48, - YearlyLow: 0.4, - YearlyStart: 0.44, - YearlyChange: -5.33, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Middle East`, - Country: `Israel`, - Risk: `High`, - Sector: `Public`, - Currency: `USD`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-06-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 192 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Cocoa`, - Spread: 0.01, - Open: 3076, - Price: 3136.32, - Buy: 3076, - Sell: 3076, - Change: 60.29, - ChangePercent: 1.96, - Volume: 978, - High: 3078, - Low: 3066, - YearlyHigh: 3406, - YearlyLow: 2746, - YearlyStart: 3076, - YearlyChange: 0, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `Middle East`, - Country: `Lebanon`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-02-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 193 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `US 2Y Future`, - Spread: 0.01, - Open: 109.3984, - Price: 108.95, - Buy: 109.4, - Sell: 109.4, - Change: -0.44, - ChangePercent: -0.4, - Volume: 17742, - High: 109.41, - Low: 109.38, - YearlyHigh: 109.8, - YearlyLow: 108.62, - YearlyStart: 109.21, - YearlyChange: 0.16, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Asia Pacific`, - Country: `Singapore`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-01-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 194 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `Lean Hogs`, - Spread: 0.01, - Open: 81.275, - Price: 81.26, - Buy: 81.81, - Sell: 81.82, - Change: -0.55, - ChangePercent: -0.68, - Volume: 1, - High: 81.81, - Low: 81.28, - YearlyHigh: 83.98, - YearlyLow: 70.25, - YearlyStart: 77.11, - YearlyChange: 6.09, - Settlement: `Credit`, - Contract: `Futures`, - Region: `Middle East`, - Country: `Israel`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-03-24`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 195 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/CHF`, - Spread: 0.02, - Open: 1.0337, - Price: 1.03, - Buy: 1.03, - Sell: 1.03, - Change: -0.01, - ChangePercent: -0.92, - Volume: 5550, - High: 1.03, - Low: 1.03, - YearlyHigh: 1.11, - YearlyLow: 0.98, - YearlyStart: 1.04, - YearlyChange: -0.12, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Asia Pacific`, - Country: `Australia`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `Poor`, - Issuer: `American Airlines`, - Maturity: `2022-04-10`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 196 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `FD Cattle`, - Spread: 0.01, - Open: 147.175, - Price: 146.17, - Buy: 148.6, - Sell: 148.61, - Change: -2.44, - ChangePercent: -1.64, - Volume: 5, - High: 148.61, - Low: 147.18, - YearlyHigh: 190, - YearlyLow: 138.1, - YearlyStart: 164.05, - YearlyChange: -9.41, - Settlement: `Credit`, - Contract: `Options`, - Region: `Europe`, - Country: `Austria`, - Risk: `High`, - Sector: `Public`, - Currency: `USD`, - Security: `Poor`, - Issuer: `FedEx`, - Maturity: `2022-06-11`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 197 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Diesel`, - Spread: 0.015, - Open: 1.3474, - Price: 1.33, - Buy: 1.35, - Sell: 1.35, - Change: -0.03, - ChangePercent: -1.92, - Volume: 2971, - High: 1.36, - Low: 1.34, - YearlyHigh: 2.11, - YearlyLow: 0.92, - YearlyStart: 1.51, - YearlyChange: -10.4, - Settlement: `Credit`, - Contract: `Forwards`, - Region: `Africa`, - Country: `Ethiopia`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-03-10`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 198 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `OJ Future`, - Spread: 0.01, - Open: 140.6, - Price: 140.86, - Buy: 140.18, - Sell: 140.19, - Change: 0.67, - ChangePercent: 0.48, - Volume: 7, - High: 140.19, - Low: 0, - YearlyHigh: 155.95, - YearlyLow: 113, - YearlyStart: 134.47, - YearlyChange: 4.25, - Settlement: `Credit`, - Contract: `Futures`, - Region: `Middle East`, - Country: `Bahrain`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `High`, - Issuer: `American Airlines`, - Maturity: `2022-04-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 199 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Coffee`, - Spread: 0.01, - Open: 125.7, - Price: 126.65, - Buy: 125.7, - Sell: 125.7, - Change: 0.96, - ChangePercent: 0.76, - Volume: 1654, - High: 125.8, - Low: 125, - YearlyHigh: 155.75, - YearlyLow: 115.35, - YearlyStart: 135.55, - YearlyChange: -7.27, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Middle East`, - Country: `Turkey`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-03-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 200 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `FD Cattle`, - Spread: 0.01, - Open: 147.175, - Price: 147.77, - Buy: 148.6, - Sell: 148.61, - Change: -0.84, - ChangePercent: -0.56, - Volume: 5, - High: 148.61, - Low: 147.18, - YearlyHigh: 190, - YearlyLow: 138.1, - YearlyStart: 164.05, - YearlyChange: -9.41, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Africa`, - Country: `Ethiopia`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-06-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 201 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Copper`, - Spread: 0.02, - Open: 2.123, - Price: 2.11, - Buy: 2.12, - Sell: 2.12, - Change: 0, - ChangePercent: -0.08, - Volume: 28819, - High: 2.16, - Low: 2.11, - YearlyHigh: 2.94, - YearlyLow: 1.96, - YearlyStart: 2.45, - YearlyChange: -13.76, - Settlement: `Loan`, - Contract: `Futures`, - Region: `Asia Pacific`, - Country: `Taiwan`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `High`, - Issuer: `FedEx`, - Maturity: `2022-02-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 202 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Wheat`, - Spread: 0.01, - Open: 465.5, - Price: 459.38, - Buy: 465.5, - Sell: 465.5, - Change: -6.14, - ChangePercent: -1.32, - Volume: 4318, - High: 467, - Low: 463.25, - YearlyHigh: 628.5, - YearlyLow: 449.5, - YearlyStart: 539, - YearlyChange: -13.63, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Africa`, - Country: `Algeria`, - Risk: `Low`, - Sector: `Government`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-07-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 203 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `Euro$ 3M`, - Spread: 0.01, - Open: 99.18, - Price: 100.16, - Buy: 99.18, - Sell: 99.18, - Change: 0.99, - ChangePercent: 1, - Volume: 29509, - High: 99.18, - Low: 99.17, - YearlyHigh: 99.38, - YearlyLow: 98.41, - YearlyStart: 98.89, - YearlyChange: 0.28, - Settlement: `Loan`, - Contract: `Options`, - Region: `Africa`, - Country: `Egypt`, - Risk: `Low`, - Sector: `Government`, - Currency: `PLN`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-03-23`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 204 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `US 2Y Future`, - Spread: 0.01, - Open: 109.3984, - Price: 108.78, - Buy: 109.4, - Sell: 109.4, - Change: -0.61, - ChangePercent: -0.56, - Volume: 17742, - High: 109.41, - Low: 109.38, - YearlyHigh: 109.8, - YearlyLow: 108.62, - YearlyStart: 109.21, - YearlyChange: 0.16, - Settlement: `Credit`, - Contract: `Forwards`, - Region: `Middle East`, - Country: `Bahrain`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `High`, - Issuer: `FedEx`, - Maturity: `2022-03-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 205 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Ethanol`, - Spread: 0.01, - Open: 1.512, - Price: 2.8, - Buy: 2.75, - Sell: 2.76, - Change: 0.05, - ChangePercent: 1.84, - Volume: 14, - High: 2.75, - Low: 1.12, - YearlyHigh: 2.75, - YearlyLow: 1.12, - YearlyStart: 1.48, - YearlyChange: 86.7, - Settlement: `Credit`, - Contract: `Futures`, - Region: `Africa`, - Country: `South Africa`, - Risk: `Low`, - Sector: `Public`, - Currency: `EUR`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-05-22`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 206 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Sugar`, - Spread: 0.01, - Open: 15.68, - Price: 14.54, - Buy: 14.67, - Sell: 14.68, - Change: -0.13, - ChangePercent: -0.92, - Volume: 4949, - High: 15.7, - Low: 14.67, - YearlyHigh: 16.87, - YearlyLow: 11.37, - YearlyStart: 14.12, - YearlyChange: 3.92, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Europe`, - Country: `Slovenia`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-06-21`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 207 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Wheat`, - Spread: 0.01, - Open: 465.5, - Price: 472.04, - Buy: 465.5, - Sell: 465.5, - Change: 6.52, - ChangePercent: 1.4, - Volume: 4318, - High: 467, - Low: 463.25, - YearlyHigh: 628.5, - YearlyLow: 449.5, - YearlyStart: 539, - YearlyChange: -13.63, - Settlement: `Loan`, - Contract: `Options`, - Region: `Africa`, - Country: `Ethiopia`, - Risk: `High`, - Sector: `Public`, - Currency: `USD`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-05-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 208 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P 600 MINI`, - Spread: 0.01, - Open: 687.9, - Price: 698.89, - Buy: 687.9, - Sell: 687.9, - Change: 11.01, - ChangePercent: 1.6, - Volume: 0, - High: 0, - Low: 0, - YearlyHigh: 620.32, - YearlyLow: 595.9, - YearlyStart: 608.11, - YearlyChange: 13.12, - Settlement: `Loan`, - Contract: `Swap`, - Region: `North America`, - Country: `Mexico`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-02-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 209 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/JPY`, - Spread: 0.02, - Open: 9275.5, - Price: 9299.6, - Buy: 9277.32, - Sell: 9277.34, - Change: 22.27, - ChangePercent: 0.24, - Volume: 47734, - High: 9277.33, - Low: 0.93, - YearlyHigh: 9483, - YearlyLow: 0.93, - YearlyStart: 4741.97, - YearlyChange: 95.64, - Settlement: `Cash`, - Contract: `Options`, - Region: `Europe`, - Country: `Netherlands`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-05-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 210 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `US 2Y Future`, - Spread: 0.01, - Open: 109.3984, - Price: 110.48, - Buy: 109.4, - Sell: 109.4, - Change: 1.09, - ChangePercent: 1, - Volume: 17742, - High: 109.41, - Low: 109.38, - YearlyHigh: 109.8, - YearlyLow: 108.62, - YearlyStart: 109.21, - YearlyChange: 0.16, - Settlement: `Loan`, - Contract: `Futures`, - Region: `Europe`, - Country: `Greece`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-03-11`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 211 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/CHF`, - Spread: 0.02, - Open: 1.0337, - Price: 1.04, - Buy: 1.03, - Sell: 1.03, - Change: 0, - ChangePercent: 0.12, - Volume: 5550, - High: 1.03, - Low: 1.03, - YearlyHigh: 1.11, - YearlyLow: 0.98, - YearlyStart: 1.04, - YearlyChange: -0.12, - Settlement: `Credit`, - Contract: `Futures`, - Region: `Asia Pacific`, - Country: `Taiwan`, - Risk: `High`, - Sector: `Government`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-04-21`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 212 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soybean`, - Spread: 0.01, - Open: 1038, - Price: 1039.86, - Buy: 1038.61, - Sell: 1038.62, - Change: 1.24, - ChangePercent: 0.12, - Volume: 20356, - High: 1044, - Low: 1031.75, - YearlyHigh: 1057, - YearlyLow: 859.5, - YearlyStart: 958.25, - YearlyChange: 8.39, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Asia Pacific`, - Country: `Korea`, - Risk: `Low`, - Sector: `Government`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-02-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 213 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Gold`, - Spread: 0.01, - Open: 1281.1, - Price: 1304.3, - Buy: 1280.73, - Sell: 1280.74, - Change: 23.57, - ChangePercent: 1.84, - Volume: 48387, - High: 1289.5, - Low: 1279.1, - YearlyHigh: 1306, - YearlyLow: 1047.2, - YearlyStart: 1176.6, - YearlyChange: 8.85, - Settlement: `Loan`, - Contract: `Futures`, - Region: `Europe`, - Country: `Czechia`, - Risk: `High`, - Sector: `Government`, - Currency: `PLN`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-09-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 214 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/CHF`, - Spread: 0.02, - Open: 1.0337, - Price: 1.05, - Buy: 1.03, - Sell: 1.03, - Change: 0.01, - ChangePercent: 0.4, - Volume: 5550, - High: 1.03, - Low: 1.03, - YearlyHigh: 1.11, - YearlyLow: 0.98, - YearlyStart: 1.04, - YearlyChange: -0.12, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Europe`, - Country: `Austria`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-09-16`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 215 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `DOW Future`, - Spread: 0.01, - Open: 17711, - Price: 17464.18, - Buy: 17712.15, - Sell: 17712.16, - Change: -247.97, - ChangePercent: -1.4, - Volume: 22236, - High: 17727, - Low: 17642, - YearlyHigh: 18083, - YearlyLow: 15299, - YearlyStart: 16691, - YearlyChange: 6.12, - Settlement: `Cash`, - Contract: `Options`, - Region: `Middle East`, - Country: `Iraq`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-06-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 216 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Coffee`, - Spread: 0.01, - Open: 125.7, - Price: 125.59, - Buy: 125.7, - Sell: 125.7, - Change: -0.1, - ChangePercent: -0.08, - Volume: 1654, - High: 125.8, - Low: 125, - YearlyHigh: 155.75, - YearlyLow: 115.35, - YearlyStart: 135.55, - YearlyChange: -7.27, - Settlement: `Cash`, - Contract: `Swap`, - Region: `South America`, - Country: `Colombia`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-08-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 217 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/CAD`, - Spread: 0.02, - Open: 0.7744, - Price: 0.95, - Buy: 0.94, - Sell: 0.96, - Change: 0, - ChangePercent: -0.16, - Volume: 13669, - High: 0.95, - Low: 0.77, - YearlyHigh: 0.95, - YearlyLow: 0.68, - YearlyStart: 0.76, - YearlyChange: 26.43, - Settlement: `Loan`, - Contract: `Options`, - Region: `Africa`, - Country: `Ethiopia`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `Poor`, - Issuer: `American Airlines`, - Maturity: `2022-06-24`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 218 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Corn`, - Spread: 0.01, - Open: 379.5, - Price: 375.24, - Buy: 379.8, - Sell: 379.81, - Change: -4.56, - ChangePercent: -1.2, - Volume: 11266, - High: 381, - Low: 377.75, - YearlyHigh: 471.25, - YearlyLow: 351.25, - YearlyStart: 411.25, - YearlyChange: -7.65, - Settlement: `Credit`, - Contract: `Futures`, - Region: `Europe`, - Country: `Slovenia`, - Risk: `High`, - Sector: `Public`, - Currency: `USD`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-04-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 219 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Diesel`, - Spread: 0.015, - Open: 1.3474, - Price: 1.36, - Buy: 1.35, - Sell: 1.35, - Change: 0, - ChangePercent: 0.44, - Volume: 2971, - High: 1.36, - Low: 1.34, - YearlyHigh: 2.11, - YearlyLow: 0.92, - YearlyStart: 1.51, - YearlyChange: -10.4, - Settlement: `Loan`, - Contract: `Options`, - Region: `Asia Pacific`, - Country: `Taiwan`, - Risk: `High`, - Sector: `Government`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-03-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 220 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/CHF`, - Spread: 0.02, - Open: 1.0337, - Price: 1.05, - Buy: 1.03, - Sell: 1.03, - Change: 0.01, - ChangePercent: 0.68, - Volume: 5550, - High: 1.03, - Low: 1.03, - YearlyHigh: 1.11, - YearlyLow: 0.98, - YearlyStart: 1.04, - YearlyChange: -0.12, - Settlement: `Loan`, - Contract: `Forwards`, - Region: `Europe`, - Country: `Greece`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-09-19`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 221 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Coal`, - Spread: 0.015, - Open: 0.4363, - Price: 0.42, - Buy: 0.44, - Sell: 0.44, - Change: 0, - ChangePercent: 0.88, - Volume: 3, - High: 0.44, - Low: 0.44, - YearlyHigh: 0.48, - YearlyLow: 0.4, - YearlyStart: 0.44, - YearlyChange: -5.33, - Settlement: `Loan`, - Contract: `Swap`, - Region: `North America`, - Country: `United States`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-04-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 222 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P Future`, - Spread: 0.01, - Open: 2057.5, - Price: 2043.44, - Buy: 2056.6, - Sell: 2056.61, - Change: -13.16, - ChangePercent: -0.64, - Volume: 142780, - High: 2059.5, - Low: 2049, - YearlyHigh: 2105.5, - YearlyLow: 1794.5, - YearlyStart: 1950, - YearlyChange: 5.47, - Settlement: `Cash`, - Contract: `Options`, - Region: `Europe`, - Country: `Austria`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-06-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 223 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Diesel`, - Spread: 0.015, - Open: 1.3474, - Price: 1.34, - Buy: 1.35, - Sell: 1.35, - Change: -0.02, - ChangePercent: -1.6, - Volume: 2971, - High: 1.36, - Low: 1.34, - YearlyHigh: 2.11, - YearlyLow: 0.92, - YearlyStart: 1.51, - YearlyChange: -10.4, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Europe`, - Country: `Germany`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-04-10`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 224 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P 600 MINI`, - Spread: 0.01, - Open: 687.9, - Price: 692.56, - Buy: 687.9, - Sell: 687.9, - Change: 4.68, - ChangePercent: 0.68, - Volume: 0, - High: 0, - Low: 0, - YearlyHigh: 620.32, - YearlyLow: 595.9, - YearlyStart: 608.11, - YearlyChange: 13.12, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Middle East`, - Country: `Israel`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `FedEx`, - Maturity: `2022-05-11`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 225 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Ethanol`, - Spread: 0.01, - Open: 1.512, - Price: 2.71, - Buy: 2.75, - Sell: 2.76, - Change: -0.04, - ChangePercent: -1.56, - Volume: 14, - High: 2.75, - Low: 1.12, - YearlyHigh: 2.75, - YearlyLow: 1.12, - YearlyStart: 1.48, - YearlyChange: 86.7, - Settlement: `Cash`, - Contract: `Futures`, - Region: `South America`, - Country: `Paraguay`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-08-22`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 226 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `OJ Future`, - Spread: 0.01, - Open: 140.6, - Price: 138.84, - Buy: 140.18, - Sell: 140.19, - Change: -1.35, - ChangePercent: -0.96, - Volume: 7, - High: 140.19, - Low: 0, - YearlyHigh: 155.95, - YearlyLow: 113, - YearlyStart: 134.47, - YearlyChange: 4.25, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `Asia Pacific`, - Country: `China`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-03-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 227 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Gold`, - Spread: 0.01, - Open: 1281.1, - Price: 1302.76, - Buy: 1280.73, - Sell: 1280.74, - Change: 22.03, - ChangePercent: 1.72, - Volume: 48387, - High: 1289.5, - Low: 1279.1, - YearlyHigh: 1306, - YearlyLow: 1047.2, - YearlyStart: 1176.6, - YearlyChange: 8.85, - Settlement: `Cash`, - Contract: `Options`, - Region: `Europe`, - Country: `Slovenia`, - Risk: `Low`, - Sector: `Public`, - Currency: `USD`, - Security: `High`, - Issuer: `FedEx`, - Maturity: `2022-04-24`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 228 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Cotton`, - Spread: 0.01, - Open: 61.77, - Price: 60.62, - Buy: 61.77, - Sell: 61.77, - Change: -1.14, - ChangePercent: -1.84, - Volume: 3612, - High: 62.06, - Low: 61.32, - YearlyHigh: 67.59, - YearlyLow: 54.33, - YearlyStart: 60.96, - YearlyChange: 1.31, - Settlement: `Loan`, - Contract: `Options`, - Region: `Europe`, - Country: `Sweden`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `FedEx`, - Maturity: `2022-05-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 229 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `OJ Future`, - Spread: 0.01, - Open: 140.6, - Price: 139.07, - Buy: 140.18, - Sell: 140.19, - Change: -1.12, - ChangePercent: -0.8, - Volume: 7, - High: 140.19, - Low: 0, - YearlyHigh: 155.95, - YearlyLow: 113, - YearlyStart: 134.47, - YearlyChange: 4.25, - Settlement: `Cash`, - Contract: `CFD`, - Region: `Africa`, - Country: `Senegal`, - Risk: `High`, - Sector: `Public`, - Currency: `USD`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-02-22`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 230 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `US 10YR Future`, - Spread: 0.01, - Open: 130.5625, - Price: 128.6, - Buy: 130.56, - Sell: 130.56, - Change: -1.98, - ChangePercent: -1.52, - Volume: 189310, - High: 130.63, - Low: 130.44, - YearlyHigh: 132.64, - YearlyLow: 125.48, - YearlyStart: 129.06, - YearlyChange: 1.18, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Europe`, - Country: `Austria`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-06-19`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 231 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soybean`, - Spread: 0.01, - Open: 1038, - Price: 1049.83, - Buy: 1038.61, - Sell: 1038.62, - Change: 11.21, - ChangePercent: 1.08, - Volume: 20356, - High: 1044, - Low: 1031.75, - YearlyHigh: 1057, - YearlyLow: 859.5, - YearlyStart: 958.25, - YearlyChange: 8.39, - Settlement: `Cash`, - Contract: `Options`, - Region: `Asia Pacific`, - Country: `Singapore`, - Risk: `High`, - Sector: `Government`, - Currency: `USD`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-06-23`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 232 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Cocoa`, - Spread: 0.01, - Open: 3076, - Price: 3055.11, - Buy: 3076, - Sell: 3076, - Change: -20.92, - ChangePercent: -0.68, - Volume: 978, - High: 3078, - Low: 3066, - YearlyHigh: 3406, - YearlyLow: 2746, - YearlyStart: 3076, - YearlyChange: 0, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Middle East`, - Country: `Qatar`, - Risk: `High`, - Sector: `Private`, - Currency: `PLN`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-05-22`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 233 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Uranium`, - Spread: 0.02, - Open: 27.55, - Price: 27.36, - Buy: 27.55, - Sell: 27.55, - Change: -0.22, - ChangePercent: -0.8, - Volume: 12, - High: 27.55, - Low: 27.55, - YearlyHigh: 29.32, - YearlyLow: 21.28, - YearlyStart: 25.3, - YearlyChange: 9.01, - Settlement: `Cash`, - Contract: `CFD`, - Region: `South America`, - Country: `Chile`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `American Airlines`, - Maturity: `2022-04-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 234 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soy Meat`, - Spread: 0.01, - Open: 342.6, - Price: 339.19, - Buy: 342.6, - Sell: 342.6, - Change: -3.43, - ChangePercent: -1, - Volume: 5646, - High: 345.4, - Low: 340.3, - YearlyHigh: 353.4, - YearlyLow: 261.7, - YearlyStart: 307.55, - YearlyChange: 11.4, - Settlement: `Loan`, - Contract: `Options`, - Region: `South America`, - Country: `Guyana`, - Risk: `High`, - Sector: `Public`, - Currency: `USD`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-03-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 235 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Silver`, - Spread: 0.01, - Open: 17.43, - Price: 17.73, - Buy: 17.43, - Sell: 17.43, - Change: 0.31, - ChangePercent: 1.76, - Volume: 11720, - High: 17.51, - Low: 17.37, - YearlyHigh: 18.06, - YearlyLow: 13.73, - YearlyStart: 15.89, - YearlyChange: 9.59, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `Middle East`, - Country: `Syria`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-01-22`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 236 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Silver`, - Spread: 0.01, - Open: 17.43, - Price: 17.27, - Buy: 17.43, - Sell: 17.43, - Change: -0.15, - ChangePercent: -0.84, - Volume: 11720, - High: 17.51, - Low: 17.37, - YearlyHigh: 18.06, - YearlyLow: 13.73, - YearlyStart: 15.89, - YearlyChange: 9.59, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `North America`, - Country: `Canada`, - Risk: `Low`, - Sector: `Government`, - Currency: `USD`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-05-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 237 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P 600 MINI`, - Spread: 0.01, - Open: 687.9, - Price: 687.6, - Buy: 687.9, - Sell: 687.9, - Change: -0.28, - ChangePercent: -0.04, - Volume: 0, - High: 0, - Low: 0, - YearlyHigh: 620.32, - YearlyLow: 595.9, - YearlyStart: 608.11, - YearlyChange: 13.12, - Settlement: `Loan`, - Contract: `CFD`, - Region: `Asia Pacific`, - Country: `Australia`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `High`, - Issuer: `FedEx`, - Maturity: `2022-04-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 238 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Copper`, - Spread: 0.02, - Open: 2.123, - Price: 2.07, - Buy: 2.12, - Sell: 2.12, - Change: -0.04, - ChangePercent: -1.96, - Volume: 28819, - High: 2.16, - Low: 2.11, - YearlyHigh: 2.94, - YearlyLow: 1.96, - YearlyStart: 2.45, - YearlyChange: -13.76, - Settlement: `Cash`, - Contract: `Options`, - Region: `Middle East`, - Country: `Qatar`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-02-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 239 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Milk`, - Spread: 0.01, - Open: 12.87, - Price: 12.87, - Buy: 12.87, - Sell: 12.87, - Change: 0.01, - ChangePercent: 0.08, - Volume: 7, - High: 12.89, - Low: 12.81, - YearlyHigh: 16.96, - YearlyLow: 12.81, - YearlyStart: 14.88, - YearlyChange: -13.6, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Africa`, - Country: `Nigeria`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-04-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 240 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Uranium`, - Spread: 0.02, - Open: 27.55, - Price: 27.47, - Buy: 27.55, - Sell: 27.55, - Change: -0.11, - ChangePercent: -0.4, - Volume: 12, - High: 27.55, - Low: 27.55, - YearlyHigh: 29.32, - YearlyLow: 21.28, - YearlyStart: 25.3, - YearlyChange: 9.01, - Settlement: `Credit`, - Contract: `Forwards`, - Region: `Middle East`, - Country: `UAE`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-02-24`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 241 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soy oil`, - Spread: 0.01, - Open: 33.26, - Price: 33.93, - Buy: 33.77, - Sell: 33.78, - Change: 0.16, - ChangePercent: 0.48, - Volume: 10592, - High: 33.77, - Low: 33.06, - YearlyHigh: 35.43, - YearlyLow: 26.61, - YearlyStart: 31.02, - YearlyChange: 8.87, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `Middle East`, - Country: `Syria`, - Risk: `Low`, - Sector: `Government`, - Currency: `USD`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-02-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 242 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `AUD/USD`, - Spread: 0.02, - Open: 0.7344, - Price: 0.76, - Buy: 0.73, - Sell: 0.73, - Change: 0.02, - ChangePercent: 1.48, - Volume: 36764, - High: 0.74, - Low: 0.73, - YearlyHigh: 0.79, - YearlyLow: 0.68, - YearlyStart: 0.73, - YearlyChange: 1.28, - Settlement: `Credit`, - Contract: `Options`, - Region: `Asia Pacific`, - Country: `Afghanistan`, - Risk: `Low`, - Sector: `Government`, - Currency: `USD`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-05-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 243 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Sugar`, - Spread: 0.01, - Open: 15.68, - Price: 14.61, - Buy: 14.67, - Sell: 14.68, - Change: -0.06, - ChangePercent: -0.44, - Volume: 4949, - High: 15.7, - Low: 14.67, - YearlyHigh: 16.87, - YearlyLow: 11.37, - YearlyStart: 14.12, - YearlyChange: 3.92, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Asia Pacific`, - Country: `Korea`, - Risk: `Low`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-02-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 244 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Cocoa`, - Spread: 0.01, - Open: 3076, - Price: 3050.19, - Buy: 3076, - Sell: 3076, - Change: -25.84, - ChangePercent: -0.84, - Volume: 978, - High: 3078, - Low: 3066, - YearlyHigh: 3406, - YearlyLow: 2746, - YearlyStart: 3076, - YearlyChange: 0, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Europe`, - Country: `Denmark`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `American Airlines`, - Maturity: `2022-01-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 245 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `OJ Future`, - Spread: 0.01, - Open: 140.6, - Price: 138.79, - Buy: 140.18, - Sell: 140.19, - Change: -1.4, - ChangePercent: -1, - Volume: 7, - High: 140.19, - Low: 0, - YearlyHigh: 155.95, - YearlyLow: 113, - YearlyStart: 134.47, - YearlyChange: 4.25, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `Middle East`, - Country: `Kuwait`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-03-16`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 246 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P Future`, - Spread: 0.01, - Open: 2057.5, - Price: 2088.68, - Buy: 2056.6, - Sell: 2056.61, - Change: 32.08, - ChangePercent: 1.56, - Volume: 142780, - High: 2059.5, - Low: 2049, - YearlyHigh: 2105.5, - YearlyLow: 1794.5, - YearlyStart: 1950, - YearlyChange: 5.47, - Settlement: `Cash`, - Contract: `CFD`, - Region: `Europe`, - Country: `France`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-04-21`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 247 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Gold`, - Spread: 0.01, - Open: 1281.1, - Price: 1278.17, - Buy: 1280.73, - Sell: 1280.74, - Change: -2.56, - ChangePercent: -0.2, - Volume: 48387, - High: 1289.5, - Low: 1279.1, - YearlyHigh: 1306, - YearlyLow: 1047.2, - YearlyStart: 1176.6, - YearlyChange: 8.85, - Settlement: `Cash`, - Contract: `Options`, - Region: `Europe`, - Country: `Austria`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-07-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 248 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Coal`, - Spread: 0.015, - Open: 0.4363, - Price: 0.42, - Buy: 0.44, - Sell: 0.44, - Change: 0, - ChangePercent: 1.16, - Volume: 3, - High: 0.44, - Low: 0.44, - YearlyHigh: 0.48, - YearlyLow: 0.4, - YearlyStart: 0.44, - YearlyChange: -5.33, - Settlement: `Cash`, - Contract: `CFD`, - Region: `Europe`, - Country: `Ireland`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `American Airlines`, - Maturity: `2022-06-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 249 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Uranium`, - Spread: 0.02, - Open: 27.55, - Price: 28.08, - Buy: 27.55, - Sell: 27.55, - Change: 0.5, - ChangePercent: 1.8, - Volume: 12, - High: 27.55, - Low: 27.55, - YearlyHigh: 29.32, - YearlyLow: 21.28, - YearlyStart: 25.3, - YearlyChange: 9.01, - Settlement: `Cash`, - Contract: `Futures`, - Region: `North America`, - Country: `Mexico`, - Risk: `High`, - Sector: `Government`, - Currency: `USD`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-05-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 250 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Palladium`, - Spread: 0.01, - Open: 600.55, - Price: 590.42, - Buy: 601, - Sell: 601.01, - Change: -10.58, - ChangePercent: -1.76, - Volume: 651, - High: 607.2, - Low: 598.4, - YearlyHigh: 690, - YearlyLow: 458.6, - YearlyStart: 574.3, - YearlyChange: 4.65, - Settlement: `Loan`, - Contract: `Swap`, - Region: `North America`, - Country: `Canada`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-04-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 251 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Milk`, - Spread: 0.01, - Open: 12.87, - Price: 12.66, - Buy: 12.87, - Sell: 12.87, - Change: -0.2, - ChangePercent: -1.52, - Volume: 7, - High: 12.89, - Low: 12.81, - YearlyHigh: 16.96, - YearlyLow: 12.81, - YearlyStart: 14.88, - YearlyChange: -13.6, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Africa`, - Country: `Morocco`, - Risk: `High`, - Sector: `Government`, - Currency: `USD`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-08-24`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 252 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `US 10YR Future`, - Spread: 0.01, - Open: 130.5625, - Price: 129.59, - Buy: 130.56, - Sell: 130.56, - Change: -0.99, - ChangePercent: -0.76, - Volume: 189310, - High: 130.63, - Low: 130.44, - YearlyHigh: 132.64, - YearlyLow: 125.48, - YearlyStart: 129.06, - YearlyChange: 1.18, - Settlement: `Cash`, - Contract: `Futures`, - Region: `South America`, - Country: `Suriname`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-05-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 253 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P Future`, - Spread: 0.01, - Open: 2057.5, - Price: 2032.75, - Buy: 2056.6, - Sell: 2056.61, - Change: -23.85, - ChangePercent: -1.16, - Volume: 142780, - High: 2059.5, - Low: 2049, - YearlyHigh: 2105.5, - YearlyLow: 1794.5, - YearlyStart: 1950, - YearlyChange: 5.47, - Settlement: `Loan`, - Contract: `CFD`, - Region: `Africa`, - Country: `Senegal`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-01-21`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 254 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `DOW Future`, - Spread: 0.01, - Open: 17711, - Price: 17733.41, - Buy: 17712.15, - Sell: 17712.16, - Change: 21.26, - ChangePercent: 0.12, - Volume: 22236, - High: 17727, - Low: 17642, - YearlyHigh: 18083, - YearlyLow: 15299, - YearlyStart: 16691, - YearlyChange: 6.12, - Settlement: `Credit`, - Contract: `Options`, - Region: `Africa`, - Country: `Morocco`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-04-23`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 255 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soy Meat`, - Spread: 0.01, - Open: 342.6, - Price: 345.36, - Buy: 342.6, - Sell: 342.6, - Change: 2.74, - ChangePercent: 0.8, - Volume: 5646, - High: 345.4, - Low: 340.3, - YearlyHigh: 353.4, - YearlyLow: 261.7, - YearlyStart: 307.55, - YearlyChange: 11.4, - Settlement: `Credit`, - Contract: `Futures`, - Region: `Africa`, - Country: `Cameroon`, - Risk: `High`, - Sector: `Public`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `FedEx`, - Maturity: `2022-03-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 256 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `FD Cattle`, - Spread: 0.01, - Open: 147.175, - Price: 147.06, - Buy: 148.6, - Sell: 148.61, - Change: -1.55, - ChangePercent: -1.04, - Volume: 5, - High: 148.61, - Low: 147.18, - YearlyHigh: 190, - YearlyLow: 138.1, - YearlyStart: 164.05, - YearlyChange: -9.41, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `Europe`, - Country: `Slovenia`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `High`, - Issuer: `FedEx`, - Maturity: `2022-06-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 257 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P MID MINI`, - Spread: 0.01, - Open: 1454.3, - Price: 1470.34, - Buy: 1455.78, - Sell: 1455.79, - Change: 14.56, - ChangePercent: 1, - Volume: 338, - High: 1455.78, - Low: 1448, - YearlyHigh: 1527.3, - YearlyLow: 1236, - YearlyStart: 1381.65, - YearlyChange: 5.37, - Settlement: `Credit`, - Contract: `Options`, - Region: `Middle East`, - Country: `Israel`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-05-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 258 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Platinum`, - Spread: 0.01, - Open: 1071.6, - Price: 1069.81, - Buy: 1071.09, - Sell: 1071.1, - Change: -1.29, - ChangePercent: -0.12, - Volume: 3039, - High: 1081.2, - Low: 1070.5, - YearlyHigh: 1120.6, - YearlyLow: 812.4, - YearlyStart: 966.5, - YearlyChange: 10.82, - Settlement: `Loan`, - Contract: `Forwards`, - Region: `Africa`, - Country: `Senegal`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-01-16`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 259 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soy Meat`, - Spread: 0.01, - Open: 342.6, - Price: 347.83, - Buy: 342.6, - Sell: 342.6, - Change: 5.21, - ChangePercent: 1.52, - Volume: 5646, - High: 345.4, - Low: 340.3, - YearlyHigh: 353.4, - YearlyLow: 261.7, - YearlyStart: 307.55, - YearlyChange: 11.4, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Europe`, - Country: `Finland`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-07-23`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 260 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Cocoa`, - Spread: 0.01, - Open: 3076, - Price: 3041.58, - Buy: 3076, - Sell: 3076, - Change: -34.45, - ChangePercent: -1.12, - Volume: 978, - High: 3078, - Low: 3066, - YearlyHigh: 3406, - YearlyLow: 2746, - YearlyStart: 3076, - YearlyChange: 0, - Settlement: `Cash`, - Contract: `Options`, - Region: `Europe`, - Country: `Norway`, - Risk: `High`, - Sector: `Government`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-07-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 261 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `BTC/USD`, - Spread: 0.06, - Open: 93.88, - Price: 21135.18, - Buy: 21200.76, - Sell: 21400.78, - Change: 134.41, - ChangePercent: 0.64, - Volume: 5788000, - High: 22400.05, - Low: 20100.75, - YearlyHigh: 62400.7, - YearlyLow: 15100.88, - YearlyStart: 21200.29, - YearlyChange: -20.62, - Settlement: `Cash`, - Contract: `Options`, - Region: `Middle East`, - Country: `UAE`, - Risk: `High`, - Sector: `Public`, - Currency: `USD`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-08-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 262 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Diesel`, - Spread: 0.015, - Open: 1.3474, - Price: 1.38, - Buy: 1.35, - Sell: 1.35, - Change: 0.02, - ChangePercent: 1.68, - Volume: 2971, - High: 1.36, - Low: 1.34, - YearlyHigh: 2.11, - YearlyLow: 0.92, - YearlyStart: 1.51, - YearlyChange: -10.4, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `Asia Pacific`, - Country: `India`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `High`, - Issuer: `American Airlines`, - Maturity: `2022-02-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 263 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soybean`, - Spread: 0.01, - Open: 1038, - Price: 1058.14, - Buy: 1038.61, - Sell: 1038.62, - Change: 19.52, - ChangePercent: 1.88, - Volume: 20356, - High: 1044, - Low: 1031.75, - YearlyHigh: 1057, - YearlyLow: 859.5, - YearlyStart: 958.25, - YearlyChange: 8.39, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Middle East`, - Country: `Jordan`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-05-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 264 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `FD Cattle`, - Spread: 0.01, - Open: 147.175, - Price: 149.02, - Buy: 148.6, - Sell: 148.61, - Change: 0.41, - ChangePercent: 0.28, - Volume: 5, - High: 148.61, - Low: 147.18, - YearlyHigh: 190, - YearlyLow: 138.1, - YearlyStart: 164.05, - YearlyChange: -9.41, - Settlement: `Credit`, - Contract: `Swap`, - Region: `South America`, - Country: `Suriname`, - Risk: `High`, - Sector: `Private`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-08-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 265 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Coal`, - Spread: 0.015, - Open: 0.4363, - Price: 0.42, - Buy: 0.44, - Sell: 0.44, - Change: 0, - ChangePercent: 0.28, - Volume: 3, - High: 0.44, - Low: 0.44, - YearlyHigh: 0.48, - YearlyLow: 0.4, - YearlyStart: 0.44, - YearlyChange: -5.33, - Settlement: `Credit`, - Contract: `Options`, - Region: `South America`, - Country: `Ecuador`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-01-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 266 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `OJ Future`, - Spread: 0.01, - Open: 140.6, - Price: 139.91, - Buy: 140.18, - Sell: 140.19, - Change: -0.28, - ChangePercent: -0.2, - Volume: 7, - High: 140.19, - Low: 0, - YearlyHigh: 155.95, - YearlyLow: 113, - YearlyStart: 134.47, - YearlyChange: 4.25, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `Africa`, - Country: `Ethiopia`, - Risk: `Low`, - Sector: `Public`, - Currency: `USD`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-07-24`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 267 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Corn`, - Spread: 0.01, - Open: 379.5, - Price: 384.36, - Buy: 379.8, - Sell: 379.81, - Change: 4.56, - ChangePercent: 1.2, - Volume: 11266, - High: 381, - Low: 377.75, - YearlyHigh: 471.25, - YearlyLow: 351.25, - YearlyStart: 411.25, - YearlyChange: -7.65, - Settlement: `Loan`, - Contract: `Forwards`, - Region: `Africa`, - Country: `Niger`, - Risk: `Low`, - Sector: `Government`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-04-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 268 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Coal`, - Spread: 0.015, - Open: 0.4363, - Price: 0.41, - Buy: 0.44, - Sell: 0.44, - Change: -0.01, - ChangePercent: -1.08, - Volume: 3, - High: 0.44, - Low: 0.44, - YearlyHigh: 0.48, - YearlyLow: 0.4, - YearlyStart: 0.44, - YearlyChange: -5.33, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Africa`, - Country: `Senegal`, - Risk: `Low`, - Sector: `Government`, - Currency: `PLN`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-04-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 269 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P 600 MINI`, - Spread: 0.01, - Open: 687.9, - Price: 693.11, - Buy: 687.9, - Sell: 687.9, - Change: 5.23, - ChangePercent: 0.76, - Volume: 0, - High: 0, - Low: 0, - YearlyHigh: 620.32, - YearlyLow: 595.9, - YearlyStart: 608.11, - YearlyChange: 13.12, - Settlement: `Cash`, - Contract: `CFD`, - Region: `Africa`, - Country: `Ethiopia`, - Risk: `High`, - Sector: `Government`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `FedEx`, - Maturity: `2022-02-22`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 270 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Silver`, - Spread: 0.01, - Open: 17.43, - Price: 17.73, - Buy: 17.43, - Sell: 17.43, - Change: 0.31, - ChangePercent: 1.8, - Volume: 11720, - High: 17.51, - Low: 17.37, - YearlyHigh: 18.06, - YearlyLow: 13.73, - YearlyStart: 15.89, - YearlyChange: 9.59, - Settlement: `Cash`, - Contract: `Swap`, - Region: `South America`, - Country: `Peru`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-05-21`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 271 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `OJ Future`, - Spread: 0.01, - Open: 140.6, - Price: 141.03, - Buy: 140.18, - Sell: 140.19, - Change: 0.84, - ChangePercent: 0.6, - Volume: 7, - High: 140.19, - Low: 0, - YearlyHigh: 155.95, - YearlyLow: 113, - YearlyStart: 134.47, - YearlyChange: 4.25, - Settlement: `Cash`, - Contract: `Options`, - Region: `Asia Pacific`, - Country: `China`, - Risk: `High`, - Sector: `Public`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-03-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 272 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Ethanol`, - Spread: 0.01, - Open: 1.512, - Price: 2.74, - Buy: 2.75, - Sell: 2.76, - Change: -0.01, - ChangePercent: -0.6, - Volume: 14, - High: 2.75, - Low: 1.12, - YearlyHigh: 2.75, - YearlyLow: 1.12, - YearlyStart: 1.48, - YearlyChange: 86.7, - Settlement: `Credit`, - Contract: `Futures`, - Region: `Asia Pacific`, - Country: `Singapore`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-03-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 273 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P 600 MINI`, - Spread: 0.01, - Open: 687.9, - Price: 685.13, - Buy: 687.9, - Sell: 687.9, - Change: -2.75, - ChangePercent: -0.4, - Volume: 0, - High: 0, - Low: 0, - YearlyHigh: 620.32, - YearlyLow: 595.9, - YearlyStart: 608.11, - YearlyChange: 13.12, - Settlement: `Credit`, - Contract: `Options`, - Region: `Africa`, - Country: `South Africa`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-04-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 274 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `DOW Future`, - Spread: 0.01, - Open: 17711, - Price: 17818.42, - Buy: 17712.15, - Sell: 17712.16, - Change: 106.27, - ChangePercent: 0.6, - Volume: 22236, - High: 17727, - Low: 17642, - YearlyHigh: 18083, - YearlyLow: 15299, - YearlyStart: 16691, - YearlyChange: 6.12, - Settlement: `Credit`, - Contract: `Futures`, - Region: `Africa`, - Country: `Nigeria`, - Risk: `High`, - Sector: `Public`, - Currency: `USD`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-03-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 275 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Silver`, - Spread: 0.01, - Open: 17.43, - Price: 17.1, - Buy: 17.43, - Sell: 17.43, - Change: -0.32, - ChangePercent: -1.84, - Volume: 11720, - High: 17.51, - Low: 17.37, - YearlyHigh: 18.06, - YearlyLow: 13.73, - YearlyStart: 15.89, - YearlyChange: 9.59, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Asia Pacific`, - Country: `India`, - Risk: `Low`, - Sector: `Public`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-09-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 276 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Wheat`, - Spread: 0.01, - Open: 465.5, - Price: 470.92, - Buy: 465.5, - Sell: 465.5, - Change: 5.4, - ChangePercent: 1.16, - Volume: 4318, - High: 467, - Low: 463.25, - YearlyHigh: 628.5, - YearlyLow: 449.5, - YearlyStart: 539, - YearlyChange: -13.63, - Settlement: `Cash`, - Contract: `Options`, - Region: `Asia Pacific`, - Country: `Philippines`, - Risk: `High`, - Sector: `Private`, - Currency: `PLN`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-02-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 277 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Coffee`, - Spread: 0.01, - Open: 125.7, - Price: 128, - Buy: 125.7, - Sell: 125.7, - Change: 2.31, - ChangePercent: 1.84, - Volume: 1654, - High: 125.8, - Low: 125, - YearlyHigh: 155.75, - YearlyLow: 115.35, - YearlyStart: 135.55, - YearlyChange: -7.27, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Asia Pacific`, - Country: `Azerbaijan`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-05-16`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 278 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `GBP/USD`, - Spread: 0.02, - Open: 1.4464, - Price: 1.17, - Buy: 1.18, - Sell: 1.2, - Change: -0.02, - ChangePercent: -1.72, - Volume: 29450, - High: 1.45, - Low: 1.19, - YearlyHigh: 1.59, - YearlyLow: 1.19, - YearlyStart: 1.49, - YearlyChange: -19.59, - Settlement: `Credit`, - Contract: `Futures`, - Region: `Africa`, - Country: `Algeria`, - Risk: `Low`, - Sector: `Government`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-08-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 279 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Uranium`, - Spread: 0.02, - Open: 27.55, - Price: 27.8, - Buy: 27.55, - Sell: 27.55, - Change: 0.22, - ChangePercent: 0.8, - Volume: 12, - High: 27.55, - Low: 27.55, - YearlyHigh: 29.32, - YearlyLow: 21.28, - YearlyStart: 25.3, - YearlyChange: 9.01, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Africa`, - Country: `Tunisia`, - Risk: `Low`, - Sector: `Public`, - Currency: `USD`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-01-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 280 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `DOW Future`, - Spread: 0.01, - Open: 17711, - Price: 17697.98, - Buy: 17712.15, - Sell: 17712.16, - Change: -14.17, - ChangePercent: -0.08, - Volume: 22236, - High: 17727, - Low: 17642, - YearlyHigh: 18083, - YearlyLow: 15299, - YearlyStart: 16691, - YearlyChange: 6.12, - Settlement: `Credit`, - Contract: `Options`, - Region: `Middle East`, - Country: `Lebanon`, - Risk: `High`, - Sector: `Private`, - Currency: `PLN`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-04-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 281 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Milk`, - Spread: 0.01, - Open: 12.87, - Price: 12.68, - Buy: 12.87, - Sell: 12.87, - Change: -0.18, - ChangePercent: -1.4, - Volume: 7, - High: 12.89, - Low: 12.81, - YearlyHigh: 16.96, - YearlyLow: 12.81, - YearlyStart: 14.88, - YearlyChange: -13.6, - Settlement: `Loan`, - Contract: `Futures`, - Region: `North America`, - Country: `Mexico`, - Risk: `Low`, - Sector: `Public`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-04-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 282 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Natural Gas`, - Spread: 0.02, - Open: 2.094, - Price: 2.11, - Buy: 2.09, - Sell: 2.09, - Change: 0.01, - ChangePercent: 0.4, - Volume: 2783, - High: 2.11, - Low: 2.09, - YearlyHigh: 3.2, - YearlyLow: 1.84, - YearlyStart: 2.52, - YearlyChange: -16.51, - Settlement: `Credit`, - Contract: `Options`, - Region: `Middle East`, - Country: `Iraq`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-02-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 283 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Coal`, - Spread: 0.015, - Open: 0.4363, - Price: 0.42, - Buy: 0.44, - Sell: 0.44, - Change: 0, - ChangePercent: -0.12, - Volume: 3, - High: 0.44, - Low: 0.44, - YearlyHigh: 0.48, - YearlyLow: 0.4, - YearlyStart: 0.44, - YearlyChange: -5.33, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Middle East`, - Country: `Syria`, - Risk: `Low`, - Sector: `Public`, - Currency: `USD`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-09-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 284 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `GBP/USD`, - Spread: 0.02, - Open: 1.4464, - Price: 1.22, - Buy: 1.18, - Sell: 1.2, - Change: 0.03, - ChangePercent: 1.84, - Volume: 29450, - High: 1.45, - Low: 1.19, - YearlyHigh: 1.59, - YearlyLow: 1.19, - YearlyStart: 1.49, - YearlyChange: -19.59, - Settlement: `Credit`, - Contract: `Forwards`, - Region: `South America`, - Country: `Guyana`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-09-11`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 285 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P MID MINI`, - Spread: 0.01, - Open: 1454.3, - Price: 1457.53, - Buy: 1455.78, - Sell: 1455.79, - Change: 1.75, - ChangePercent: 0.12, - Volume: 338, - High: 1455.78, - Low: 1448, - YearlyHigh: 1527.3, - YearlyLow: 1236, - YearlyStart: 1381.65, - YearlyChange: 5.37, - Settlement: `Loan`, - Contract: `Options`, - Region: `Asia Pacific`, - Country: `Philippines`, - Risk: `Low`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-05-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 286 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Silver`, - Spread: 0.01, - Open: 17.43, - Price: 17.29, - Buy: 17.43, - Sell: 17.43, - Change: -0.13, - ChangePercent: -0.76, - Volume: 11720, - High: 17.51, - Low: 17.37, - YearlyHigh: 18.06, - YearlyLow: 13.73, - YearlyStart: 15.89, - YearlyChange: 9.59, - Settlement: `Cash`, - Contract: `Options`, - Region: `Asia Pacific`, - Country: `New Zealand`, - Risk: `High`, - Sector: `Government`, - Currency: `USD`, - Security: `Poor`, - Issuer: `American Airlines`, - Maturity: `2022-07-27`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 287 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `NAS Future`, - Spread: 0.01, - Open: 4341.25, - Price: 4257.93, - Buy: 4341.25, - Sell: 4341.25, - Change: -83.35, - ChangePercent: -1.92, - Volume: 18259, - High: 4347, - Low: 4318, - YearlyHigh: 4719.75, - YearlyLow: 3867.75, - YearlyStart: 4293.75, - YearlyChange: 1.11, - Settlement: `Loan`, - Contract: `Futures`, - Region: `South America`, - Country: `Guyana`, - Risk: `High`, - Sector: `Private`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-05-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 288 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Ethanol`, - Spread: 0.01, - Open: 1.512, - Price: 2.77, - Buy: 2.75, - Sell: 2.76, - Change: 0.02, - ChangePercent: 0.64, - Volume: 14, - High: 2.75, - Low: 1.12, - YearlyHigh: 2.75, - YearlyLow: 1.12, - YearlyStart: 1.48, - YearlyChange: 86.7, - Settlement: `Credit`, - Contract: `Options`, - Region: `Africa`, - Country: `Morocco`, - Risk: `Low`, - Sector: `Government`, - Currency: `PLN`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-05-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 289 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P MID MINI`, - Spread: 0.01, - Open: 1454.3, - Price: 1466.85, - Buy: 1455.78, - Sell: 1455.79, - Change: 11.07, - ChangePercent: 0.76, - Volume: 338, - High: 1455.78, - Low: 1448, - YearlyHigh: 1527.3, - YearlyLow: 1236, - YearlyStart: 1381.65, - YearlyChange: 5.37, - Settlement: `Credit`, - Contract: `CFD`, - Region: `North America`, - Country: `United States`, - Risk: `Low`, - Sector: `Government`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-05-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 290 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `DOW Future`, - Spread: 0.01, - Open: 17711, - Price: 17825.51, - Buy: 17712.15, - Sell: 17712.16, - Change: 113.36, - ChangePercent: 0.64, - Volume: 22236, - High: 17727, - Low: 17642, - YearlyHigh: 18083, - YearlyLow: 15299, - YearlyStart: 16691, - YearlyChange: 6.12, - Settlement: `Cash`, - Contract: `Options`, - Region: `North America`, - Country: `Canada`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-02-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 291 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `US 2Y Future`, - Spread: 0.01, - Open: 109.3984, - Price: 108.38, - Buy: 109.4, - Sell: 109.4, - Change: -1.01, - ChangePercent: -0.92, - Volume: 17742, - High: 109.41, - Low: 109.38, - YearlyHigh: 109.8, - YearlyLow: 108.62, - YearlyStart: 109.21, - YearlyChange: 0.16, - Settlement: `Cash`, - Contract: `CFD`, - Region: `North America`, - Country: `United States`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-02-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 292 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Platinum`, - Spread: 0.01, - Open: 1071.6, - Price: 1053.1, - Buy: 1071.09, - Sell: 1071.1, - Change: -18, - ChangePercent: -1.68, - Volume: 3039, - High: 1081.2, - Low: 1070.5, - YearlyHigh: 1120.6, - YearlyLow: 812.4, - YearlyStart: 966.5, - YearlyChange: 10.82, - Settlement: `Credit`, - Contract: `Futures`, - Region: `Asia Pacific`, - Country: `China`, - Risk: `Low`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-07-24`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 293 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `BTC/USD`, - Spread: 0.06, - Open: 93.88, - Price: 21177.18, - Buy: 21200.76, - Sell: 21400.78, - Change: 176.41, - ChangePercent: 0.84, - Volume: 5788000, - High: 22400.05, - Low: 20100.75, - YearlyHigh: 62400.7, - YearlyLow: 15100.88, - YearlyStart: 21200.29, - YearlyChange: -20.62, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Middle East`, - Country: `Oman`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-08-23`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 294 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Diesel`, - Spread: 0.015, - Open: 1.3474, - Price: 1.33, - Buy: 1.35, - Sell: 1.35, - Change: -0.03, - ChangePercent: -1.84, - Volume: 2971, - High: 1.36, - Low: 1.34, - YearlyHigh: 2.11, - YearlyLow: 0.92, - YearlyStart: 1.51, - YearlyChange: -10.4, - Settlement: `Cash`, - Contract: `Futures`, - Region: `South America`, - Country: `Paraguay`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-08-23`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 295 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Platinum`, - Spread: 0.01, - Open: 1071.6, - Price: 1087.81, - Buy: 1071.09, - Sell: 1071.1, - Change: 16.71, - ChangePercent: 1.56, - Volume: 3039, - High: 1081.2, - Low: 1070.5, - YearlyHigh: 1120.6, - YearlyLow: 812.4, - YearlyStart: 966.5, - YearlyChange: 10.82, - Settlement: `Loan`, - Contract: `Futures`, - Region: `Europe`, - Country: `Czechia`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-04-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 296 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Ethanol`, - Spread: 0.01, - Open: 1.512, - Price: 2.8, - Buy: 2.75, - Sell: 2.76, - Change: 0.05, - ChangePercent: 1.84, - Volume: 14, - High: 2.75, - Low: 1.12, - YearlyHigh: 2.75, - YearlyLow: 1.12, - YearlyStart: 1.48, - YearlyChange: 86.7, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Middle East`, - Country: `Saudi Arabia`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-03-22`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 297 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soybean`, - Spread: 0.01, - Open: 1038, - Price: 1053.99, - Buy: 1038.61, - Sell: 1038.62, - Change: 15.37, - ChangePercent: 1.48, - Volume: 20356, - High: 1044, - Low: 1031.75, - YearlyHigh: 1057, - YearlyLow: 859.5, - YearlyStart: 958.25, - YearlyChange: 8.39, - Settlement: `Cash`, - Contract: `CFD`, - Region: `Africa`, - Country: `Tunisia`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-08-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 298 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `GBP/USD`, - Spread: 0.02, - Open: 1.4464, - Price: 1.19, - Buy: 1.18, - Sell: 1.2, - Change: 0, - ChangePercent: -0.36, - Volume: 29450, - High: 1.45, - Low: 1.19, - YearlyHigh: 1.59, - YearlyLow: 1.19, - YearlyStart: 1.49, - YearlyChange: -19.59, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `North America`, - Country: `United States`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-02-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 299 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Ethanol`, - Spread: 0.01, - Open: 1.512, - Price: 2.7, - Buy: 2.75, - Sell: 2.76, - Change: -0.05, - ChangePercent: -1.92, - Volume: 14, - High: 2.75, - Low: 1.12, - YearlyHigh: 2.75, - YearlyLow: 1.12, - YearlyStart: 1.48, - YearlyChange: 86.7, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Middle East`, - Country: `Oman`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-04-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 300 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Silver`, - Spread: 0.01, - Open: 17.43, - Price: 17.39, - Buy: 17.43, - Sell: 17.43, - Change: -0.03, - ChangePercent: -0.2, - Volume: 11720, - High: 17.51, - Low: 17.37, - YearlyHigh: 18.06, - YearlyLow: 13.73, - YearlyStart: 15.89, - YearlyChange: 9.59, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Africa`, - Country: `Egypt`, - Risk: `High`, - Sector: `Private`, - Currency: `PLN`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-04-24`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 301 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Sugar`, - Spread: 0.01, - Open: 15.68, - Price: 14.96, - Buy: 14.67, - Sell: 14.68, - Change: 0.29, - ChangePercent: 1.96, - Volume: 4949, - High: 15.7, - Low: 14.67, - YearlyHigh: 16.87, - YearlyLow: 11.37, - YearlyStart: 14.12, - YearlyChange: 3.92, - Settlement: `Credit`, - Contract: `Options`, - Region: `Africa`, - Country: `Cameroon`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-07-27`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 302 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Cocoa`, - Spread: 0.01, - Open: 3076, - Price: 3117.86, - Buy: 3076, - Sell: 3076, - Change: 41.83, - ChangePercent: 1.36, - Volume: 978, - High: 3078, - Low: 3066, - YearlyHigh: 3406, - YearlyLow: 2746, - YearlyStart: 3076, - YearlyChange: 0, - Settlement: `Loan`, - Contract: `Forwards`, - Region: `Africa`, - Country: `Algeria`, - Risk: `Low`, - Sector: `Public`, - Currency: `PLN`, - Security: `High`, - Issuer: `FedEx`, - Maturity: `2022-01-11`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 303 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Rice`, - Spread: 0.01, - Open: 11.245, - Price: 10.44, - Buy: 10.41, - Sell: 10.42, - Change: 0.02, - ChangePercent: 0.28, - Volume: 220, - High: 11.38, - Low: 10.42, - YearlyHigh: 14.14, - YearlyLow: 9.7, - YearlyStart: 11.92, - YearlyChange: -12.62, - Settlement: `Loan`, - Contract: `Forwards`, - Region: `Asia Pacific`, - Country: `China`, - Risk: `Low`, - Sector: `Public`, - Currency: `USD`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-07-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 304 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soybean`, - Spread: 0.01, - Open: 1038, - Price: 1026.15, - Buy: 1038.61, - Sell: 1038.62, - Change: -12.47, - ChangePercent: -1.2, - Volume: 20356, - High: 1044, - Low: 1031.75, - YearlyHigh: 1057, - YearlyLow: 859.5, - YearlyStart: 958.25, - YearlyChange: 8.39, - Settlement: `Cash`, - Contract: `Futures`, - Region: `North America`, - Country: `United States`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `FedEx`, - Maturity: `2022-02-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 305 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/CAD`, - Spread: 0.02, - Open: 0.7744, - Price: 0.94, - Buy: 0.94, - Sell: 0.96, - Change: -0.01, - ChangePercent: -1.4, - Volume: 13669, - High: 0.95, - Low: 0.77, - YearlyHigh: 0.95, - YearlyLow: 0.68, - YearlyStart: 0.76, - YearlyChange: 26.43, - Settlement: `Credit`, - Contract: `Swap`, - Region: `North America`, - Country: `Canada`, - Risk: `Low`, - Sector: `Public`, - Currency: `USD`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-02-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 306 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Rice`, - Spread: 0.01, - Open: 11.245, - Price: 10.3, - Buy: 10.41, - Sell: 10.42, - Change: -0.12, - ChangePercent: -1.08, - Volume: 220, - High: 11.38, - Low: 10.42, - YearlyHigh: 14.14, - YearlyLow: 9.7, - YearlyStart: 11.92, - YearlyChange: -12.62, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Africa`, - Country: `Libya`, - Risk: `Low`, - Sector: `Government`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-04-23`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 307 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soybean`, - Spread: 0.01, - Open: 1038, - Price: 1026.15, - Buy: 1038.61, - Sell: 1038.62, - Change: -12.47, - ChangePercent: -1.2, - Volume: 20356, - High: 1044, - Low: 1031.75, - YearlyHigh: 1057, - YearlyLow: 859.5, - YearlyStart: 958.25, - YearlyChange: 8.39, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Europe`, - Country: `Hungary`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-06-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 308 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/CAD`, - Spread: 0.02, - Open: 0.7744, - Price: 0.95, - Buy: 0.94, - Sell: 0.96, - Change: 0, - ChangePercent: -0.8, - Volume: 13669, - High: 0.95, - Low: 0.77, - YearlyHigh: 0.95, - YearlyLow: 0.68, - YearlyStart: 0.76, - YearlyChange: 26.43, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `Asia Pacific`, - Country: `Singapore`, - Risk: `Low`, - Sector: `Government`, - Currency: `USD`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-08-16`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 309 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `US 30YR Future`, - Spread: 0.01, - Open: 164.875, - Price: 160.94, - Buy: 164.15, - Sell: 164.16, - Change: -3.22, - ChangePercent: -1.96, - Volume: 28012, - High: 165.25, - Low: 164.04, - YearlyHigh: 169.38, - YearlyLow: 151.47, - YearlyStart: 160.43, - YearlyChange: 2.33, - Settlement: `Credit`, - Contract: `Forwards`, - Region: `Asia Pacific`, - Country: `Thailand`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-09-22`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 310 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `US 10YR Future`, - Spread: 0.01, - Open: 130.5625, - Price: 132.2, - Buy: 130.56, - Sell: 130.56, - Change: 1.62, - ChangePercent: 1.24, - Volume: 189310, - High: 130.63, - Low: 130.44, - YearlyHigh: 132.64, - YearlyLow: 125.48, - YearlyStart: 129.06, - YearlyChange: 1.18, - Settlement: `Credit`, - Contract: `Forwards`, - Region: `Asia Pacific`, - Country: `India`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-09-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 311 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/CHF`, - Spread: 0.02, - Open: 1.0337, - Price: 1.06, - Buy: 1.03, - Sell: 1.03, - Change: 0.02, - ChangePercent: 1.24, - Volume: 5550, - High: 1.03, - Low: 1.03, - YearlyHigh: 1.11, - YearlyLow: 0.98, - YearlyStart: 1.04, - YearlyChange: -0.12, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Africa`, - Country: `Ethiopia`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-03-24`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 312 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Lumber`, - Spread: 0.01, - Open: 303.9, - Price: 308.62, - Buy: 304.59, - Sell: 304.6, - Change: 4.02, - ChangePercent: 1.32, - Volume: 2, - High: 304.6, - Low: 303.9, - YearlyHigh: 317.1, - YearlyLow: 236, - YearlyStart: 276.55, - YearlyChange: 10.14, - Settlement: `Credit`, - Contract: `Options`, - Region: `Europe`, - Country: `Poland`, - Risk: `Low`, - Sector: `Public`, - Currency: `EUR`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-09-16`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 313 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/CHF`, - Spread: 0.02, - Open: 1.0337, - Price: 1.05, - Buy: 1.03, - Sell: 1.03, - Change: 0.01, - ChangePercent: 0.68, - Volume: 5550, - High: 1.03, - Low: 1.03, - YearlyHigh: 1.11, - YearlyLow: 0.98, - YearlyStart: 1.04, - YearlyChange: -0.12, - Settlement: `Credit`, - Contract: `Swap`, - Region: `North America`, - Country: `Canada`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `American Airlines`, - Maturity: `2022-04-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 314 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `BTC/USD`, - Spread: 0.06, - Open: 93.88, - Price: 21311.58, - Buy: 21200.76, - Sell: 21400.78, - Change: 310.81, - ChangePercent: 1.48, - Volume: 5788000, - High: 22400.05, - Low: 20100.75, - YearlyHigh: 62400.7, - YearlyLow: 15100.88, - YearlyStart: 21200.29, - YearlyChange: -20.62, - Settlement: `Credit`, - Contract: `Forwards`, - Region: `South America`, - Country: `Colombia`, - Risk: `Low`, - Sector: `Government`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-03-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 315 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Lumber`, - Spread: 0.01, - Open: 303.9, - Price: 308.86, - Buy: 304.59, - Sell: 304.6, - Change: 4.26, - ChangePercent: 1.4, - Volume: 2, - High: 304.6, - Low: 303.9, - YearlyHigh: 317.1, - YearlyLow: 236, - YearlyStart: 276.55, - YearlyChange: 10.14, - Settlement: `Loan`, - Contract: `Futures`, - Region: `Asia Pacific`, - Country: `Korea`, - Risk: `High`, - Sector: `Public`, - Currency: `PLN`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-03-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 316 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Wheat`, - Spread: 0.01, - Open: 465.5, - Price: 472.78, - Buy: 465.5, - Sell: 465.5, - Change: 7.26, - ChangePercent: 1.56, - Volume: 4318, - High: 467, - Low: 463.25, - YearlyHigh: 628.5, - YearlyLow: 449.5, - YearlyStart: 539, - YearlyChange: -13.63, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Europe`, - Country: `Austria`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-04-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 317 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Oats`, - Spread: 0.01, - Open: 194.5, - Price: 193.67, - Buy: 194.21, - Sell: 194.22, - Change: -0.55, - ChangePercent: -0.28, - Volume: 64, - High: 195.75, - Low: 194, - YearlyHigh: 241.25, - YearlyLow: 183.75, - YearlyStart: 212.5, - YearlyChange: -8.6, - Settlement: `Credit`, - Contract: `Futures`, - Region: `Middle East`, - Country: `Lebanon`, - Risk: `Low`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-06-11`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 318 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Wheat`, - Spread: 0.01, - Open: 465.5, - Price: 467.75, - Buy: 465.5, - Sell: 465.5, - Change: 2.23, - ChangePercent: 0.48, - Volume: 4318, - High: 467, - Low: 463.25, - YearlyHigh: 628.5, - YearlyLow: 449.5, - YearlyStart: 539, - YearlyChange: -13.63, - Settlement: `Cash`, - Contract: `CFD`, - Region: `North America`, - Country: `Mexico`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-04-11`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 319 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Gold`, - Spread: 0.01, - Open: 1281.1, - Price: 1303.78, - Buy: 1280.73, - Sell: 1280.74, - Change: 23.05, - ChangePercent: 1.8, - Volume: 48387, - High: 1289.5, - Low: 1279.1, - YearlyHigh: 1306, - YearlyLow: 1047.2, - YearlyStart: 1176.6, - YearlyChange: 8.85, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `Asia Pacific`, - Country: `China`, - Risk: `High`, - Sector: `Private`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-02-19`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 320 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/JPY`, - Spread: 0.02, - Open: 9275.5, - Price: 9140.03, - Buy: 9277.32, - Sell: 9277.34, - Change: -137.3, - ChangePercent: -1.48, - Volume: 47734, - High: 9277.33, - Low: 0.93, - YearlyHigh: 9483, - YearlyLow: 0.93, - YearlyStart: 4741.97, - YearlyChange: 95.64, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Asia Pacific`, - Country: `Hong Kong`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-03-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 321 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Rice`, - Spread: 0.01, - Open: 11.245, - Price: 10.54, - Buy: 10.41, - Sell: 10.42, - Change: 0.12, - ChangePercent: 1.2, - Volume: 220, - High: 11.38, - Low: 10.42, - YearlyHigh: 14.14, - YearlyLow: 9.7, - YearlyStart: 11.92, - YearlyChange: -12.62, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Africa`, - Country: `Niger`, - Risk: `Low`, - Sector: `Public`, - Currency: `PLN`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-07-11`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 322 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Coal`, - Spread: 0.015, - Open: 0.4363, - Price: 0.42, - Buy: 0.44, - Sell: 0.44, - Change: 0, - ChangePercent: -0.2, - Volume: 3, - High: 0.44, - Low: 0.44, - YearlyHigh: 0.48, - YearlyLow: 0.4, - YearlyStart: 0.44, - YearlyChange: -5.33, - Settlement: `Credit`, - Contract: `Forwards`, - Region: `Europe`, - Country: `Ireland`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-04-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 323 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Gold`, - Spread: 0.01, - Open: 1281.1, - Price: 1261.78, - Buy: 1280.73, - Sell: 1280.74, - Change: -18.95, - ChangePercent: -1.48, - Volume: 48387, - High: 1289.5, - Low: 1279.1, - YearlyHigh: 1306, - YearlyLow: 1047.2, - YearlyStart: 1176.6, - YearlyChange: 8.85, - Settlement: `Loan`, - Contract: `Forwards`, - Region: `Africa`, - Country: `Ethiopia`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-02-10`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 324 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `BTC/USD`, - Spread: 0.06, - Open: 93.88, - Price: 21025.97, - Buy: 21200.76, - Sell: 21400.78, - Change: 25.2, - ChangePercent: 0.12, - Volume: 5788000, - High: 22400.05, - Low: 20100.75, - YearlyHigh: 62400.7, - YearlyLow: 15100.88, - YearlyStart: 21200.29, - YearlyChange: -20.62, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Europe`, - Country: `Estonia`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-05-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 325 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Diesel`, - Spread: 0.015, - Open: 1.3474, - Price: 1.34, - Buy: 1.35, - Sell: 1.35, - Change: -0.02, - ChangePercent: -1.52, - Volume: 2971, - High: 1.36, - Low: 1.34, - YearlyHigh: 2.11, - YearlyLow: 0.92, - YearlyStart: 1.51, - YearlyChange: -10.4, - Settlement: `Credit`, - Contract: `Forwards`, - Region: `Europe`, - Country: `Finland`, - Risk: `Low`, - Sector: `Public`, - Currency: `EUR`, - Security: `High`, - Issuer: `FedEx`, - Maturity: `2022-07-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 326 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Platinum`, - Spread: 0.01, - Open: 1071.6, - Price: 1060.39, - Buy: 1071.09, - Sell: 1071.1, - Change: -10.71, - ChangePercent: -1, - Volume: 3039, - High: 1081.2, - Low: 1070.5, - YearlyHigh: 1120.6, - YearlyLow: 812.4, - YearlyStart: 966.5, - YearlyChange: 10.82, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Europe`, - Country: `Belgium`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-02-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 327 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Rice`, - Spread: 0.01, - Open: 11.245, - Price: 10.57, - Buy: 10.41, - Sell: 10.42, - Change: 0.15, - ChangePercent: 1.52, - Volume: 220, - High: 11.38, - Low: 10.42, - YearlyHigh: 14.14, - YearlyLow: 9.7, - YearlyStart: 11.92, - YearlyChange: -12.62, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Europe`, - Country: `Ireland`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `High`, - Issuer: `FedEx`, - Maturity: `2022-05-24`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 328 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Sugar`, - Spread: 0.01, - Open: 15.68, - Price: 14.8, - Buy: 14.67, - Sell: 14.68, - Change: 0.13, - ChangePercent: 0.84, - Volume: 4949, - High: 15.7, - Low: 14.67, - YearlyHigh: 16.87, - YearlyLow: 11.37, - YearlyStart: 14.12, - YearlyChange: 3.92, - Settlement: `Loan`, - Contract: `Options`, - Region: `Europe`, - Country: `Denmark`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-04-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 329 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `NAS Future`, - Spread: 0.01, - Open: 4341.25, - Price: 4327.39, - Buy: 4341.25, - Sell: 4341.25, - Change: -13.89, - ChangePercent: -0.32, - Volume: 18259, - High: 4347, - Low: 4318, - YearlyHigh: 4719.75, - YearlyLow: 3867.75, - YearlyStart: 4293.75, - YearlyChange: 1.11, - Settlement: `Loan`, - Contract: `Forwards`, - Region: `Europe`, - Country: `Estonia`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-03-23`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 330 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `LV Cattle`, - Spread: 0.01, - Open: 120.725, - Price: 122.15, - Buy: 120.72, - Sell: 120.72, - Change: 1.45, - ChangePercent: 1.2, - Volume: 4, - High: 120.72, - Low: 120.72, - YearlyHigh: 147.98, - YearlyLow: 113.9, - YearlyStart: 130.94, - YearlyChange: -7.82, - Settlement: `Cash`, - Contract: `Swap`, - Region: `North America`, - Country: `United States`, - Risk: `High`, - Sector: `Government`, - Currency: `PLN`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-02-19`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 331 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Palladium`, - Spread: 0.01, - Open: 600.55, - Price: 612.06, - Buy: 601, - Sell: 601.01, - Change: 11.06, - ChangePercent: 1.84, - Volume: 651, - High: 607.2, - Low: 598.4, - YearlyHigh: 690, - YearlyLow: 458.6, - YearlyStart: 574.3, - YearlyChange: 4.65, - Settlement: `Cash`, - Contract: `Options`, - Region: `Middle East`, - Country: `Bahrain`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-07-11`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 332 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Uranium`, - Spread: 0.02, - Open: 27.55, - Price: 27.51, - Buy: 27.55, - Sell: 27.55, - Change: -0.07, - ChangePercent: -0.24, - Volume: 12, - High: 27.55, - Low: 27.55, - YearlyHigh: 29.32, - YearlyLow: 21.28, - YearlyStart: 25.3, - YearlyChange: 9.01, - Settlement: `Loan`, - Contract: `CFD`, - Region: `Europe`, - Country: `Denmark`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-01-21`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 333 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `BTC/USD`, - Spread: 0.06, - Open: 93.88, - Price: 20622.76, - Buy: 21200.76, - Sell: 21400.78, - Change: -378.01, - ChangePercent: -1.8, - Volume: 5788000, - High: 22400.05, - Low: 20100.75, - YearlyHigh: 62400.7, - YearlyLow: 15100.88, - YearlyStart: 21200.29, - YearlyChange: -20.62, - Settlement: `Credit`, - Contract: `Futures`, - Region: `South America`, - Country: `Venezuela`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `FedEx`, - Maturity: `2022-06-27`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 334 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Ethanol`, - Spread: 0.01, - Open: 1.512, - Price: 2.79, - Buy: 2.75, - Sell: 2.76, - Change: 0.04, - ChangePercent: 1.36, - Volume: 14, - High: 2.75, - Low: 1.12, - YearlyHigh: 2.75, - YearlyLow: 1.12, - YearlyStart: 1.48, - YearlyChange: 86.7, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `Asia Pacific`, - Country: `Singapore`, - Risk: `High`, - Sector: `Government`, - Currency: `USD`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-04-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 335 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Diesel`, - Spread: 0.015, - Open: 1.3474, - Price: 1.36, - Buy: 1.35, - Sell: 1.35, - Change: 0, - ChangePercent: 0.08, - Volume: 2971, - High: 1.36, - Low: 1.34, - YearlyHigh: 2.11, - YearlyLow: 0.92, - YearlyStart: 1.51, - YearlyChange: -10.4, - Settlement: `Loan`, - Contract: `CFD`, - Region: `Asia Pacific`, - Country: `China`, - Risk: `Low`, - Sector: `Government`, - Currency: `USD`, - Security: `Poor`, - Issuer: `American Airlines`, - Maturity: `2022-05-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 336 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `NAS Future`, - Spread: 0.01, - Open: 4341.25, - Price: 4299.6, - Buy: 4341.25, - Sell: 4341.25, - Change: -41.68, - ChangePercent: -0.96, - Volume: 18259, - High: 4347, - Low: 4318, - YearlyHigh: 4719.75, - YearlyLow: 3867.75, - YearlyStart: 4293.75, - YearlyChange: 1.11, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Africa`, - Country: `Senegal`, - Risk: `Low`, - Sector: `Public`, - Currency: `USD`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-03-23`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 337 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Lumber`, - Spread: 0.01, - Open: 303.9, - Price: 304.11, - Buy: 304.59, - Sell: 304.6, - Change: -0.49, - ChangePercent: -0.16, - Volume: 2, - High: 304.6, - Low: 303.9, - YearlyHigh: 317.1, - YearlyLow: 236, - YearlyStart: 276.55, - YearlyChange: 10.14, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Middle East`, - Country: `Lebanon`, - Risk: `Low`, - Sector: `Public`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-03-24`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 338 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Natural Gas`, - Spread: 0.02, - Open: 2.094, - Price: 2.12, - Buy: 2.09, - Sell: 2.09, - Change: 0.02, - ChangePercent: 0.84, - Volume: 2783, - High: 2.11, - Low: 2.09, - YearlyHigh: 3.2, - YearlyLow: 1.84, - YearlyStart: 2.52, - YearlyChange: -16.51, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Europe`, - Country: `Bulgaria`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-02-24`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 339 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Wheat`, - Spread: 0.01, - Open: 465.5, - Price: 472.6, - Buy: 465.5, - Sell: 465.5, - Change: 7.08, - ChangePercent: 1.52, - Volume: 4318, - High: 467, - Low: 463.25, - YearlyHigh: 628.5, - YearlyLow: 449.5, - YearlyStart: 539, - YearlyChange: -13.63, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Africa`, - Country: `Ethiopia`, - Risk: `High`, - Sector: `Private`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `FedEx`, - Maturity: `2022-06-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 340 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/CAD`, - Spread: 0.02, - Open: 0.7744, - Price: 0.96, - Buy: 0.94, - Sell: 0.96, - Change: 0.01, - ChangePercent: 0.64, - Volume: 13669, - High: 0.95, - Low: 0.77, - YearlyHigh: 0.95, - YearlyLow: 0.68, - YearlyStart: 0.76, - YearlyChange: 26.43, - Settlement: `Credit`, - Contract: `Futures`, - Region: `Asia Pacific`, - Country: `Philippines`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `High`, - Issuer: `FedEx`, - Maturity: `2022-03-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 341 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P MID MINI`, - Spread: 0.01, - Open: 1454.3, - Price: 1477.33, - Buy: 1455.78, - Sell: 1455.79, - Change: 21.55, - ChangePercent: 1.48, - Volume: 338, - High: 1455.78, - Low: 1448, - YearlyHigh: 1527.3, - YearlyLow: 1236, - YearlyStart: 1381.65, - YearlyChange: 5.37, - Settlement: `Credit`, - Contract: `Futures`, - Region: `Europe`, - Country: `United Kingdom`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-02-19`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 342 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Ethanol`, - Spread: 0.01, - Open: 1.512, - Price: 2.8, - Buy: 2.75, - Sell: 2.76, - Change: 0.05, - ChangePercent: 1.8, - Volume: 14, - High: 2.75, - Low: 1.12, - YearlyHigh: 2.75, - YearlyLow: 1.12, - YearlyStart: 1.48, - YearlyChange: 86.7, - Settlement: `Credit`, - Contract: `Futures`, - Region: `Middle East`, - Country: `Syria`, - Risk: `High`, - Sector: `Private`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-05-16`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 343 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/CHF`, - Spread: 0.02, - Open: 1.0337, - Price: 1.05, - Buy: 1.03, - Sell: 1.03, - Change: 0.01, - ChangePercent: 0.88, - Volume: 5550, - High: 1.03, - Low: 1.03, - YearlyHigh: 1.11, - YearlyLow: 0.98, - YearlyStart: 1.04, - YearlyChange: -0.12, - Settlement: `Loan`, - Contract: `Options`, - Region: `Middle East`, - Country: `Kuwait`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-04-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 344 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `US 30YR Future`, - Spread: 0.01, - Open: 164.875, - Price: 163.24, - Buy: 164.15, - Sell: 164.16, - Change: -0.92, - ChangePercent: -0.56, - Volume: 28012, - High: 165.25, - Low: 164.04, - YearlyHigh: 169.38, - YearlyLow: 151.47, - YearlyStart: 160.43, - YearlyChange: 2.33, - Settlement: `Credit`, - Contract: `Options`, - Region: `Europe`, - Country: `Croatia`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-03-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 345 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Cotton`, - Spread: 0.01, - Open: 61.77, - Price: 62.9, - Buy: 61.77, - Sell: 61.77, - Change: 1.14, - ChangePercent: 1.84, - Volume: 3612, - High: 62.06, - Low: 61.32, - YearlyHigh: 67.59, - YearlyLow: 54.33, - YearlyStart: 60.96, - YearlyChange: 1.31, - Settlement: `Loan`, - Contract: `CFD`, - Region: `Europe`, - Country: `Portugal`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-02-22`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 346 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Sugar`, - Spread: 0.01, - Open: 15.68, - Price: 14.94, - Buy: 14.67, - Sell: 14.68, - Change: 0.27, - ChangePercent: 1.8, - Volume: 4949, - High: 15.7, - Low: 14.67, - YearlyHigh: 16.87, - YearlyLow: 11.37, - YearlyStart: 14.12, - YearlyChange: 3.92, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Middle East`, - Country: `Kuwait`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-06-11`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 347 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soy Meat`, - Spread: 0.01, - Open: 342.6, - Price: 338.1, - Buy: 342.6, - Sell: 342.6, - Change: -4.52, - ChangePercent: -1.32, - Volume: 5646, - High: 345.4, - Low: 340.3, - YearlyHigh: 353.4, - YearlyLow: 261.7, - YearlyStart: 307.55, - YearlyChange: 11.4, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `North America`, - Country: `Mexico`, - Risk: `Low`, - Sector: `Public`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-08-16`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 348 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `AUD/USD`, - Spread: 0.02, - Open: 0.7344, - Price: 0.74, - Buy: 0.73, - Sell: 0.73, - Change: 0, - ChangePercent: -0.04, - Volume: 36764, - High: 0.74, - Low: 0.73, - YearlyHigh: 0.79, - YearlyLow: 0.68, - YearlyStart: 0.73, - YearlyChange: 1.28, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Asia Pacific`, - Country: `New Zealand`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-06-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 349 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P MID MINI`, - Spread: 0.01, - Open: 1454.3, - Price: 1459.86, - Buy: 1455.78, - Sell: 1455.79, - Change: 4.08, - ChangePercent: 0.28, - Volume: 338, - High: 1455.78, - Low: 1448, - YearlyHigh: 1527.3, - YearlyLow: 1236, - YearlyStart: 1381.65, - YearlyChange: 5.37, - Settlement: `Cash`, - Contract: `Swap`, - Region: `South America`, - Country: `Bolivia`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-01-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 350 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soy oil`, - Spread: 0.01, - Open: 33.26, - Price: 34.07, - Buy: 33.77, - Sell: 33.78, - Change: 0.3, - ChangePercent: 0.88, - Volume: 10592, - High: 33.77, - Low: 33.06, - YearlyHigh: 35.43, - YearlyLow: 26.61, - YearlyStart: 31.02, - YearlyChange: 8.87, - Settlement: `Loan`, - Contract: `Forwards`, - Region: `Middle East`, - Country: `Israel`, - Risk: `Low`, - Sector: `Government`, - Currency: `USD`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-05-21`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 351 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P 600 MINI`, - Spread: 0.01, - Open: 687.9, - Price: 687.05, - Buy: 687.9, - Sell: 687.9, - Change: -0.83, - ChangePercent: -0.12, - Volume: 0, - High: 0, - Low: 0, - YearlyHigh: 620.32, - YearlyLow: 595.9, - YearlyStart: 608.11, - YearlyChange: 13.12, - Settlement: `Loan`, - Contract: `Forwards`, - Region: `Asia Pacific`, - Country: `Singapore`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-08-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 352 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Platinum`, - Spread: 0.01, - Open: 1071.6, - Price: 1064.67, - Buy: 1071.09, - Sell: 1071.1, - Change: -6.43, - ChangePercent: -0.6, - Volume: 3039, - High: 1081.2, - Low: 1070.5, - YearlyHigh: 1120.6, - YearlyLow: 812.4, - YearlyStart: 966.5, - YearlyChange: 10.82, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Asia Pacific`, - Country: `Taiwan`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-09-19`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 353 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Coal`, - Spread: 0.015, - Open: 0.4363, - Price: 0.41, - Buy: 0.44, - Sell: 0.44, - Change: -0.01, - ChangePercent: -0.92, - Volume: 3, - High: 0.44, - Low: 0.44, - YearlyHigh: 0.48, - YearlyLow: 0.4, - YearlyStart: 0.44, - YearlyChange: -5.33, - Settlement: `Cash`, - Contract: `Options`, - Region: `Asia Pacific`, - Country: `India`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-03-19`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 354 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Silver`, - Spread: 0.01, - Open: 17.43, - Price: 17.14, - Buy: 17.43, - Sell: 17.43, - Change: -0.28, - ChangePercent: -1.6, - Volume: 11720, - High: 17.51, - Low: 17.37, - YearlyHigh: 18.06, - YearlyLow: 13.73, - YearlyStart: 15.89, - YearlyChange: 9.59, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Africa`, - Country: `Morocco`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-01-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 355 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soy oil`, - Spread: 0.01, - Open: 33.26, - Price: 33.43, - Buy: 33.77, - Sell: 33.78, - Change: -0.34, - ChangePercent: -1, - Volume: 10592, - High: 33.77, - Low: 33.06, - YearlyHigh: 35.43, - YearlyLow: 26.61, - YearlyStart: 31.02, - YearlyChange: 8.87, - Settlement: `Loan`, - Contract: `Futures`, - Region: `Middle East`, - Country: `Kuwait`, - Risk: `Low`, - Sector: `Public`, - Currency: `USD`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-06-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 356 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/CHF`, - Spread: 0.02, - Open: 1.0337, - Price: 1.04, - Buy: 1.03, - Sell: 1.03, - Change: 0, - ChangePercent: -0.56, - Volume: 5550, - High: 1.03, - Low: 1.03, - YearlyHigh: 1.11, - YearlyLow: 0.98, - YearlyStart: 1.04, - YearlyChange: -0.12, - Settlement: `Loan`, - Contract: `Options`, - Region: `Europe`, - Country: `Greece`, - Risk: `High`, - Sector: `Public`, - Currency: `USD`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-09-21`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 357 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Lumber`, - Spread: 0.01, - Open: 303.9, - Price: 301.55, - Buy: 304.59, - Sell: 304.6, - Change: -3.05, - ChangePercent: -1, - Volume: 2, - High: 304.6, - Low: 303.9, - YearlyHigh: 317.1, - YearlyLow: 236, - YearlyStart: 276.55, - YearlyChange: 10.14, - Settlement: `Loan`, - Contract: `Forwards`, - Region: `South America`, - Country: `Bolivia`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `High`, - Issuer: `American Airlines`, - Maturity: `2022-07-19`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 358 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `GBP/USD`, - Spread: 0.02, - Open: 1.4464, - Price: 1.18, - Buy: 1.18, - Sell: 1.2, - Change: -0.01, - ChangePercent: -1.28, - Volume: 29450, - High: 1.45, - Low: 1.19, - YearlyHigh: 1.59, - YearlyLow: 1.19, - YearlyStart: 1.49, - YearlyChange: -19.59, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Middle East`, - Country: `Oman`, - Risk: `Low`, - Sector: `Public`, - Currency: `PLN`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-02-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 359 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Sugar`, - Spread: 0.01, - Open: 15.68, - Price: 14.39, - Buy: 14.67, - Sell: 14.68, - Change: -0.28, - ChangePercent: -1.96, - Volume: 4949, - High: 15.7, - Low: 14.67, - YearlyHigh: 16.87, - YearlyLow: 11.37, - YearlyStart: 14.12, - YearlyChange: 3.92, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Middle East`, - Country: `UAE`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-06-11`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 360 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `LV Cattle`, - Spread: 0.01, - Open: 120.725, - Price: 120.32, - Buy: 120.72, - Sell: 120.72, - Change: -0.39, - ChangePercent: -0.32, - Volume: 4, - High: 120.72, - Low: 120.72, - YearlyHigh: 147.98, - YearlyLow: 113.9, - YearlyStart: 130.94, - YearlyChange: -7.82, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Africa`, - Country: `South Africa`, - Risk: `Low`, - Sector: `Government`, - Currency: `USD`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-06-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 361 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P Future`, - Spread: 0.01, - Open: 2057.5, - Price: 2033.57, - Buy: 2056.6, - Sell: 2056.61, - Change: -23.03, - ChangePercent: -1.12, - Volume: 142780, - High: 2059.5, - Low: 2049, - YearlyHigh: 2105.5, - YearlyLow: 1794.5, - YearlyStart: 1950, - YearlyChange: 5.47, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Asia Pacific`, - Country: `Pakistan`, - Risk: `High`, - Sector: `Private`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-06-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 362 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `Euro$ 3M`, - Spread: 0.01, - Open: 99.18, - Price: 99.8, - Buy: 99.18, - Sell: 99.18, - Change: 0.63, - ChangePercent: 0.64, - Volume: 29509, - High: 99.18, - Low: 99.17, - YearlyHigh: 99.38, - YearlyLow: 98.41, - YearlyStart: 98.89, - YearlyChange: 0.28, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Europe`, - Country: `United Kingdom`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-04-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 363 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `Euro$ 3M`, - Spread: 0.01, - Open: 99.18, - Price: 99.61, - Buy: 99.18, - Sell: 99.18, - Change: 0.44, - ChangePercent: 0.44, - Volume: 29509, - High: 99.18, - Low: 99.17, - YearlyHigh: 99.38, - YearlyLow: 98.41, - YearlyStart: 98.89, - YearlyChange: 0.28, - Settlement: `Cash`, - Contract: `Options`, - Region: `Africa`, - Country: `Niger`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-09-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 364 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P MID MINI`, - Spread: 0.01, - Open: 1454.3, - Price: 1448.79, - Buy: 1455.78, - Sell: 1455.79, - Change: -6.99, - ChangePercent: -0.48, - Volume: 338, - High: 1455.78, - Low: 1448, - YearlyHigh: 1527.3, - YearlyLow: 1236, - YearlyStart: 1381.65, - YearlyChange: 5.37, - Settlement: `Loan`, - Contract: `CFD`, - Region: `Middle East`, - Country: `Israel`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-02-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 365 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/CAD`, - Spread: 0.02, - Open: 0.7744, - Price: 0.94, - Buy: 0.94, - Sell: 0.96, - Change: -0.01, - ChangePercent: -1, - Volume: 13669, - High: 0.95, - Low: 0.77, - YearlyHigh: 0.95, - YearlyLow: 0.68, - YearlyStart: 0.76, - YearlyChange: 26.43, - Settlement: `Cash`, - Contract: `Futures`, - Region: `North America`, - Country: `Mexico`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-05-27`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 366 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Wheat`, - Spread: 0.01, - Open: 465.5, - Price: 462.54, - Buy: 465.5, - Sell: 465.5, - Change: -2.98, - ChangePercent: -0.64, - Volume: 4318, - High: 467, - Low: 463.25, - YearlyHigh: 628.5, - YearlyLow: 449.5, - YearlyStart: 539, - YearlyChange: -13.63, - Settlement: `Loan`, - Contract: `CFD`, - Region: `North America`, - Country: `United States`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-09-27`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 367 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P 600 MINI`, - Spread: 0.01, - Open: 687.9, - Price: 689.81, - Buy: 687.9, - Sell: 687.9, - Change: 1.93, - ChangePercent: 0.28, - Volume: 0, - High: 0, - Low: 0, - YearlyHigh: 620.32, - YearlyLow: 595.9, - YearlyStart: 608.11, - YearlyChange: 13.12, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Africa`, - Country: `Ethiopia`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-02-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 368 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Cocoa`, - Spread: 0.01, - Open: 3076, - Price: 3119.09, - Buy: 3076, - Sell: 3076, - Change: 43.06, - ChangePercent: 1.4, - Volume: 978, - High: 3078, - Low: 3066, - YearlyHigh: 3406, - YearlyLow: 2746, - YearlyStart: 3076, - YearlyChange: 0, - Settlement: `Loan`, - Contract: `Forwards`, - Region: `Africa`, - Country: `South Africa`, - Risk: `High`, - Sector: `Government`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-02-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 369 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `US 10YR Future`, - Spread: 0.01, - Open: 130.5625, - Price: 131.84, - Buy: 130.56, - Sell: 130.56, - Change: 1.26, - ChangePercent: 0.96, - Volume: 189310, - High: 130.63, - Low: 130.44, - YearlyHigh: 132.64, - YearlyLow: 125.48, - YearlyStart: 129.06, - YearlyChange: 1.18, - Settlement: `Credit`, - Contract: `CFD`, - Region: `South America`, - Country: `Uruguay`, - Risk: `High`, - Sector: `Government`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-07-11`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 370 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Silver`, - Spread: 0.01, - Open: 17.43, - Price: 17.34, - Buy: 17.43, - Sell: 17.43, - Change: -0.08, - ChangePercent: -0.48, - Volume: 11720, - High: 17.51, - Low: 17.37, - YearlyHigh: 18.06, - YearlyLow: 13.73, - YearlyStart: 15.89, - YearlyChange: 9.59, - Settlement: `Cash`, - Contract: `Options`, - Region: `South America`, - Country: `Paraguay`, - Risk: `High`, - Sector: `Public`, - Currency: `PLN`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-04-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 371 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `OJ Future`, - Spread: 0.01, - Open: 140.6, - Price: 142.54, - Buy: 140.18, - Sell: 140.19, - Change: 2.35, - ChangePercent: 1.68, - Volume: 7, - High: 140.19, - Low: 0, - YearlyHigh: 155.95, - YearlyLow: 113, - YearlyStart: 134.47, - YearlyChange: 4.25, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Middle East`, - Country: `Iraq`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `FedEx`, - Maturity: `2022-08-11`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 372 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Oil`, - Spread: 0.015, - Open: 45.54, - Price: 45.84, - Buy: 45.78, - Sell: 45.8, - Change: 0.05, - ChangePercent: 0.12, - Volume: 107196, - High: 45.94, - Low: 45, - YearlyHigh: 65.28, - YearlyLow: 30.79, - YearlyStart: 48.03, - YearlyChange: -4.67, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Europe`, - Country: `Switzerland`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-06-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 373 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Silver`, - Spread: 0.01, - Open: 17.43, - Price: 17.21, - Buy: 17.43, - Sell: 17.43, - Change: -0.21, - ChangePercent: -1.2, - Volume: 11720, - High: 17.51, - Low: 17.37, - YearlyHigh: 18.06, - YearlyLow: 13.73, - YearlyStart: 15.89, - YearlyChange: 9.59, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Asia Pacific`, - Country: `Australia`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-09-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 374 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Wheat`, - Spread: 0.01, - Open: 465.5, - Price: 474.09, - Buy: 465.5, - Sell: 465.5, - Change: 8.57, - ChangePercent: 1.84, - Volume: 4318, - High: 467, - Low: 463.25, - YearlyHigh: 628.5, - YearlyLow: 449.5, - YearlyStart: 539, - YearlyChange: -13.63, - Settlement: `Loan`, - Contract: `CFD`, - Region: `Europe`, - Country: `Poland`, - Risk: `Low`, - Sector: `Public`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-03-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 375 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Gold`, - Spread: 0.01, - Open: 1281.1, - Price: 1293.03, - Buy: 1280.73, - Sell: 1280.74, - Change: 12.3, - ChangePercent: 0.96, - Volume: 48387, - High: 1289.5, - Low: 1279.1, - YearlyHigh: 1306, - YearlyLow: 1047.2, - YearlyStart: 1176.6, - YearlyChange: 8.85, - Settlement: `Cash`, - Contract: `Options`, - Region: `Asia Pacific`, - Country: `Japan`, - Risk: `Low`, - Sector: `Public`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-03-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 376 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soy Meat`, - Spread: 0.01, - Open: 342.6, - Price: 338.51, - Buy: 342.6, - Sell: 342.6, - Change: -4.11, - ChangePercent: -1.2, - Volume: 5646, - High: 345.4, - Low: 340.3, - YearlyHigh: 353.4, - YearlyLow: 261.7, - YearlyStart: 307.55, - YearlyChange: 11.4, - Settlement: `Loan`, - Contract: `CFD`, - Region: `Middle East`, - Country: `Lebanon`, - Risk: `Low`, - Sector: `Government`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-09-19`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 377 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `US 30YR Future`, - Spread: 0.01, - Open: 164.875, - Price: 162.78, - Buy: 164.15, - Sell: 164.16, - Change: -1.38, - ChangePercent: -0.84, - Volume: 28012, - High: 165.25, - Low: 164.04, - YearlyHigh: 169.38, - YearlyLow: 151.47, - YearlyStart: 160.43, - YearlyChange: 2.33, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Middle East`, - Country: `Kuwait`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-07-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 378 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Cotton`, - Spread: 0.01, - Open: 61.77, - Price: 62.5, - Buy: 61.77, - Sell: 61.77, - Change: 0.74, - ChangePercent: 1.2, - Volume: 3612, - High: 62.06, - Low: 61.32, - YearlyHigh: 67.59, - YearlyLow: 54.33, - YearlyStart: 60.96, - YearlyChange: 1.31, - Settlement: `Credit`, - Contract: `Futures`, - Region: `Europe`, - Country: `Estonia`, - Risk: `High`, - Sector: `Public`, - Currency: `PLN`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-02-23`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 379 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `FD Cattle`, - Spread: 0.01, - Open: 147.175, - Price: 146.76, - Buy: 148.6, - Sell: 148.61, - Change: -1.85, - ChangePercent: -1.24, - Volume: 5, - High: 148.61, - Low: 147.18, - YearlyHigh: 190, - YearlyLow: 138.1, - YearlyStart: 164.05, - YearlyChange: -9.41, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Europe`, - Country: `Austria`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-04-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 380 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P Future`, - Spread: 0.01, - Open: 2057.5, - Price: 2055.78, - Buy: 2056.6, - Sell: 2056.61, - Change: -0.82, - ChangePercent: -0.04, - Volume: 142780, - High: 2059.5, - Low: 2049, - YearlyHigh: 2105.5, - YearlyLow: 1794.5, - YearlyStart: 1950, - YearlyChange: 5.47, - Settlement: `Cash`, - Contract: `Options`, - Region: `Europe`, - Country: `Finland`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-02-22`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 381 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Cocoa`, - Spread: 0.01, - Open: 3076, - Price: 3028.04, - Buy: 3076, - Sell: 3076, - Change: -47.99, - ChangePercent: -1.56, - Volume: 978, - High: 3078, - Low: 3066, - YearlyHigh: 3406, - YearlyLow: 2746, - YearlyStart: 3076, - YearlyChange: 0, - Settlement: `Loan`, - Contract: `Swap`, - Region: `South America`, - Country: `Ecuador`, - Risk: `Low`, - Sector: `Public`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-08-21`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 382 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soybean`, - Spread: 0.01, - Open: 1038, - Price: 1036.96, - Buy: 1038.61, - Sell: 1038.62, - Change: -1.66, - ChangePercent: -0.16, - Volume: 20356, - High: 1044, - Low: 1031.75, - YearlyHigh: 1057, - YearlyLow: 859.5, - YearlyStart: 958.25, - YearlyChange: 8.39, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `Middle East`, - Country: `Iran`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-08-24`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 383 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `AUD/USD`, - Spread: 0.02, - Open: 0.7344, - Price: 0.74, - Buy: 0.73, - Sell: 0.73, - Change: 0, - ChangePercent: -0.48, - Volume: 36764, - High: 0.74, - Low: 0.73, - YearlyHigh: 0.79, - YearlyLow: 0.68, - YearlyStart: 0.73, - YearlyChange: 1.28, - Settlement: `Cash`, - Contract: `CFD`, - Region: `Africa`, - Country: `Niger`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-03-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 384 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `US 30YR Future`, - Spread: 0.01, - Open: 164.875, - Price: 164.42, - Buy: 164.15, - Sell: 164.16, - Change: 0.26, - ChangePercent: 0.16, - Volume: 28012, - High: 165.25, - Low: 164.04, - YearlyHigh: 169.38, - YearlyLow: 151.47, - YearlyStart: 160.43, - YearlyChange: 2.33, - Settlement: `Credit`, - Contract: `Futures`, - Region: `Middle East`, - Country: `UAE`, - Risk: `Low`, - Sector: `Government`, - Currency: `PLN`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-03-16`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 385 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `Euro$ 3M`, - Spread: 0.01, - Open: 99.18, - Price: 100.4, - Buy: 99.18, - Sell: 99.18, - Change: 1.23, - ChangePercent: 1.24, - Volume: 29509, - High: 99.18, - Low: 99.17, - YearlyHigh: 99.38, - YearlyLow: 98.41, - YearlyStart: 98.89, - YearlyChange: 0.28, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Middle East`, - Country: `Bahrain`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-08-21`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 386 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `LV Cattle`, - Spread: 0.01, - Open: 120.725, - Price: 123.07, - Buy: 120.72, - Sell: 120.72, - Change: 2.36, - ChangePercent: 1.96, - Volume: 4, - High: 120.72, - Low: 120.72, - YearlyHigh: 147.98, - YearlyLow: 113.9, - YearlyStart: 130.94, - YearlyChange: -7.82, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `Middle East`, - Country: `Bahrain`, - Risk: `High`, - Sector: `Government`, - Currency: `PLN`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-06-23`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 387 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `FD Cattle`, - Spread: 0.01, - Open: 147.175, - Price: 150.39, - Buy: 148.6, - Sell: 148.61, - Change: 1.78, - ChangePercent: 1.2, - Volume: 5, - High: 148.61, - Low: 147.18, - YearlyHigh: 190, - YearlyLow: 138.1, - YearlyStart: 164.05, - YearlyChange: -9.41, - Settlement: `Cash`, - Contract: `Options`, - Region: `Asia Pacific`, - Country: `Pakistan`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-08-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 388 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `NAS Future`, - Spread: 0.01, - Open: 4341.25, - Price: 4327.39, - Buy: 4341.25, - Sell: 4341.25, - Change: -13.89, - ChangePercent: -0.32, - Volume: 18259, - High: 4347, - Low: 4318, - YearlyHigh: 4719.75, - YearlyLow: 3867.75, - YearlyStart: 4293.75, - YearlyChange: 1.11, - Settlement: `Credit`, - Contract: `Futures`, - Region: `South America`, - Country: `Venezuela`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-09-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 389 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Lumber`, - Spread: 0.01, - Open: 303.9, - Price: 298.63, - Buy: 304.59, - Sell: 304.6, - Change: -5.97, - ChangePercent: -1.96, - Volume: 2, - High: 304.6, - Low: 303.9, - YearlyHigh: 317.1, - YearlyLow: 236, - YearlyStart: 276.55, - YearlyChange: 10.14, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Europe`, - Country: `Iceland`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-05-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 390 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Rice`, - Spread: 0.01, - Open: 11.245, - Price: 10.51, - Buy: 10.41, - Sell: 10.42, - Change: 0.09, - ChangePercent: 0.92, - Volume: 220, - High: 11.38, - Low: 10.42, - YearlyHigh: 14.14, - YearlyLow: 9.7, - YearlyStart: 11.92, - YearlyChange: -12.62, - Settlement: `Credit`, - Contract: `Futures`, - Region: `Asia Pacific`, - Country: `Malaysia`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-02-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 391 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Natural Gas`, - Spread: 0.02, - Open: 2.094, - Price: 2.08, - Buy: 2.09, - Sell: 2.09, - Change: -0.02, - ChangePercent: -1, - Volume: 2783, - High: 2.11, - Low: 2.09, - YearlyHigh: 3.2, - YearlyLow: 1.84, - YearlyStart: 2.52, - YearlyChange: -16.51, - Settlement: `Cash`, - Contract: `Options`, - Region: `Asia Pacific`, - Country: `Philippines`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-03-27`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 392 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P Future`, - Spread: 0.01, - Open: 2057.5, - Price: 2035.21, - Buy: 2056.6, - Sell: 2056.61, - Change: -21.39, - ChangePercent: -1.04, - Volume: 142780, - High: 2059.5, - Low: 2049, - YearlyHigh: 2105.5, - YearlyLow: 1794.5, - YearlyStart: 1950, - YearlyChange: 5.47, - Settlement: `Cash`, - Contract: `CFD`, - Region: `Africa`, - Country: `Egypt`, - Risk: `High`, - Sector: `Private`, - Currency: `PLN`, - Security: `High`, - Issuer: `American Airlines`, - Maturity: `2022-05-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 393 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soy oil`, - Spread: 0.01, - Open: 33.26, - Price: 33.53, - Buy: 33.77, - Sell: 33.78, - Change: -0.24, - ChangePercent: -0.72, - Volume: 10592, - High: 33.77, - Low: 33.06, - YearlyHigh: 35.43, - YearlyLow: 26.61, - YearlyStart: 31.02, - YearlyChange: 8.87, - Settlement: `Cash`, - Contract: `CFD`, - Region: `Africa`, - Country: `Cameroon`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-04-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 394 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `US 10YR Future`, - Spread: 0.01, - Open: 130.5625, - Price: 128.6, - Buy: 130.56, - Sell: 130.56, - Change: -1.98, - ChangePercent: -1.52, - Volume: 189310, - High: 130.63, - Low: 130.44, - YearlyHigh: 132.64, - YearlyLow: 125.48, - YearlyStart: 129.06, - YearlyChange: 1.18, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `South America`, - Country: `Venezuela`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `High`, - Issuer: `FedEx`, - Maturity: `2022-02-27`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 395 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Copper`, - Spread: 0.02, - Open: 2.123, - Price: 2.09, - Buy: 2.12, - Sell: 2.12, - Change: -0.02, - ChangePercent: -0.92, - Volume: 28819, - High: 2.16, - Low: 2.11, - YearlyHigh: 2.94, - YearlyLow: 1.96, - YearlyStart: 2.45, - YearlyChange: -13.76, - Settlement: `Loan`, - Contract: `CFD`, - Region: `Europe`, - Country: `United Kingdom`, - Risk: `Low`, - Sector: `Public`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `FedEx`, - Maturity: `2022-06-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 396 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Oil`, - Spread: 0.015, - Open: 45.54, - Price: 45.17, - Buy: 45.78, - Sell: 45.8, - Change: -0.62, - ChangePercent: -1.36, - Volume: 107196, - High: 45.94, - Low: 45, - YearlyHigh: 65.28, - YearlyLow: 30.79, - YearlyStart: 48.03, - YearlyChange: -4.67, - Settlement: `Cash`, - Contract: `CFD`, - Region: `North America`, - Country: `United States`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-04-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 397 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P 600 MINI`, - Spread: 0.01, - Open: 687.9, - Price: 686.5, - Buy: 687.9, - Sell: 687.9, - Change: -1.38, - ChangePercent: -0.2, - Volume: 0, - High: 0, - Low: 0, - YearlyHigh: 620.32, - YearlyLow: 595.9, - YearlyStart: 608.11, - YearlyChange: 13.12, - Settlement: `Cash`, - Contract: `Options`, - Region: `Europe`, - Country: `Czechia`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-06-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 398 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soy Meat`, - Spread: 0.01, - Open: 342.6, - Price: 341.93, - Buy: 342.6, - Sell: 342.6, - Change: -0.69, - ChangePercent: -0.2, - Volume: 5646, - High: 345.4, - Low: 340.3, - YearlyHigh: 353.4, - YearlyLow: 261.7, - YearlyStart: 307.55, - YearlyChange: 11.4, - Settlement: `Cash`, - Contract: `Swap`, - Region: `South America`, - Country: `Suriname`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-08-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 399 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soy Meat`, - Spread: 0.01, - Open: 342.6, - Price: 349.06, - Buy: 342.6, - Sell: 342.6, - Change: 6.44, - ChangePercent: 1.88, - Volume: 5646, - High: 345.4, - Low: 340.3, - YearlyHigh: 353.4, - YearlyLow: 261.7, - YearlyStart: 307.55, - YearlyChange: 11.4, - Settlement: `Credit`, - Contract: `Forwards`, - Region: `Africa`, - Country: `Egypt`, - Risk: `Low`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-02-19`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 400 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `LV Cattle`, - Spread: 0.01, - Open: 120.725, - Price: 121.28, - Buy: 120.72, - Sell: 120.72, - Change: 0.58, - ChangePercent: 0.48, - Volume: 4, - High: 120.72, - Low: 120.72, - YearlyHigh: 147.98, - YearlyLow: 113.9, - YearlyStart: 130.94, - YearlyChange: -7.82, - Settlement: `Cash`, - Contract: `Options`, - Region: `South America`, - Country: `Bolivia`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-06-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 401 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Coffee`, - Spread: 0.01, - Open: 125.7, - Price: 123.28, - Buy: 125.7, - Sell: 125.7, - Change: -2.41, - ChangePercent: -1.92, - Volume: 1654, - High: 125.8, - Low: 125, - YearlyHigh: 155.75, - YearlyLow: 115.35, - YearlyStart: 135.55, - YearlyChange: -7.27, - Settlement: `Cash`, - Contract: `Swap`, - Region: `South America`, - Country: `Ecuador`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `American Airlines`, - Maturity: `2022-08-21`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 402 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Corn`, - Spread: 0.01, - Open: 379.5, - Price: 383.6, - Buy: 379.8, - Sell: 379.81, - Change: 3.8, - ChangePercent: 1, - Volume: 11266, - High: 381, - Low: 377.75, - YearlyHigh: 471.25, - YearlyLow: 351.25, - YearlyStart: 411.25, - YearlyChange: -7.65, - Settlement: `Credit`, - Contract: `Options`, - Region: `North America`, - Country: `United States`, - Risk: `High`, - Sector: `Public`, - Currency: `PLN`, - Security: `High`, - Issuer: `FedEx`, - Maturity: `2022-02-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 403 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `GBP/USD`, - Spread: 0.02, - Open: 1.4464, - Price: 1.2, - Buy: 1.18, - Sell: 1.2, - Change: 0.01, - ChangePercent: 0.56, - Volume: 29450, - High: 1.45, - Low: 1.19, - YearlyHigh: 1.59, - YearlyLow: 1.19, - YearlyStart: 1.49, - YearlyChange: -19.59, - Settlement: `Credit`, - Contract: `Options`, - Region: `Middle East`, - Country: `Iraq`, - Risk: `Low`, - Sector: `Public`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-04-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 404 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Silver`, - Spread: 0.01, - Open: 17.43, - Price: 17.44, - Buy: 17.43, - Sell: 17.43, - Change: 0.02, - ChangePercent: 0.12, - Volume: 11720, - High: 17.51, - Low: 17.37, - YearlyHigh: 18.06, - YearlyLow: 13.73, - YearlyStart: 15.89, - YearlyChange: 9.59, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Asia Pacific`, - Country: `Korea`, - Risk: `High`, - Sector: `Public`, - Currency: `USD`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-05-16`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 405 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Gold`, - Spread: 0.01, - Open: 1281.1, - Price: 1285.85, - Buy: 1280.73, - Sell: 1280.74, - Change: 5.12, - ChangePercent: 0.4, - Volume: 48387, - High: 1289.5, - Low: 1279.1, - YearlyHigh: 1306, - YearlyLow: 1047.2, - YearlyStart: 1176.6, - YearlyChange: 8.85, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Europe`, - Country: `Switzerland`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-02-11`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 406 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Ethanol`, - Spread: 0.01, - Open: 1.512, - Price: 2.71, - Buy: 2.75, - Sell: 2.76, - Change: -0.04, - ChangePercent: -1.56, - Volume: 14, - High: 2.75, - Low: 1.12, - YearlyHigh: 2.75, - YearlyLow: 1.12, - YearlyStart: 1.48, - YearlyChange: 86.7, - Settlement: `Loan`, - Contract: `Options`, - Region: `Middle East`, - Country: `Kuwait`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `High`, - Issuer: `American Airlines`, - Maturity: `2022-08-22`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 407 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `Euro$ 3M`, - Spread: 0.01, - Open: 99.18, - Price: 99.73, - Buy: 99.18, - Sell: 99.18, - Change: 0.56, - ChangePercent: 0.56, - Volume: 29509, - High: 99.18, - Low: 99.17, - YearlyHigh: 99.38, - YearlyLow: 98.41, - YearlyStart: 98.89, - YearlyChange: 0.28, - Settlement: `Cash`, - Contract: `Options`, - Region: `South America`, - Country: `Paraguay`, - Risk: `Low`, - Sector: `Government`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-01-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 408 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `US 10YR Future`, - Spread: 0.01, - Open: 130.5625, - Price: 130.37, - Buy: 130.56, - Sell: 130.56, - Change: -0.21, - ChangePercent: -0.16, - Volume: 189310, - High: 130.63, - Low: 130.44, - YearlyHigh: 132.64, - YearlyLow: 125.48, - YearlyStart: 129.06, - YearlyChange: 1.18, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Middle East`, - Country: `UAE`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `High`, - Issuer: `American Airlines`, - Maturity: `2022-06-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 409 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/CAD`, - Spread: 0.02, - Open: 0.7744, - Price: 0.96, - Buy: 0.94, - Sell: 0.96, - Change: 0.01, - ChangePercent: 0.48, - Volume: 13669, - High: 0.95, - Low: 0.77, - YearlyHigh: 0.95, - YearlyLow: 0.68, - YearlyStart: 0.76, - YearlyChange: 26.43, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Middle East`, - Country: `Bahrain`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-03-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 410 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `OJ Future`, - Spread: 0.01, - Open: 140.6, - Price: 142.1, - Buy: 140.18, - Sell: 140.19, - Change: 1.91, - ChangePercent: 1.36, - Volume: 7, - High: 140.19, - Low: 0, - YearlyHigh: 155.95, - YearlyLow: 113, - YearlyStart: 134.47, - YearlyChange: 4.25, - Settlement: `Credit`, - Contract: `CFD`, - Region: `Middle East`, - Country: `Saudi Arabia`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-02-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 411 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Natural Gas`, - Spread: 0.02, - Open: 2.094, - Price: 2.06, - Buy: 2.09, - Sell: 2.09, - Change: -0.04, - ChangePercent: -1.88, - Volume: 2783, - High: 2.11, - Low: 2.09, - YearlyHigh: 3.2, - YearlyLow: 1.84, - YearlyStart: 2.52, - YearlyChange: -16.51, - Settlement: `Loan`, - Contract: `CFD`, - Region: `Middle East`, - Country: `Iraq`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-04-19`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 412 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/CHF`, - Spread: 0.02, - Open: 1.0337, - Price: 1.04, - Buy: 1.03, - Sell: 1.03, - Change: 0, - ChangePercent: 0.08, - Volume: 5550, - High: 1.03, - Low: 1.03, - YearlyHigh: 1.11, - YearlyLow: 0.98, - YearlyStart: 1.04, - YearlyChange: -0.12, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Middle East`, - Country: `Jordan`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-03-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 413 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `US 10YR Future`, - Spread: 0.01, - Open: 130.5625, - Price: 131.94, - Buy: 130.56, - Sell: 130.56, - Change: 1.36, - ChangePercent: 1.04, - Volume: 189310, - High: 130.63, - Low: 130.44, - YearlyHigh: 132.64, - YearlyLow: 125.48, - YearlyStart: 129.06, - YearlyChange: 1.18, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Middle East`, - Country: `Bahrain`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-03-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 414 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `DOW Future`, - Spread: 0.01, - Open: 17711, - Price: 17882.19, - Buy: 17712.15, - Sell: 17712.16, - Change: 170.04, - ChangePercent: 0.96, - Volume: 22236, - High: 17727, - Low: 17642, - YearlyHigh: 18083, - YearlyLow: 15299, - YearlyStart: 16691, - YearlyChange: 6.12, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Asia Pacific`, - Country: `Azerbaijan`, - Risk: `High`, - Sector: `Private`, - Currency: `PLN`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-05-21`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 415 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `BTC/USD`, - Spread: 0.06, - Open: 93.88, - Price: 21059.57, - Buy: 21200.76, - Sell: 21400.78, - Change: 58.8, - ChangePercent: 0.28, - Volume: 5788000, - High: 22400.05, - Low: 20100.75, - YearlyHigh: 62400.7, - YearlyLow: 15100.88, - YearlyStart: 21200.29, - YearlyChange: -20.62, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Asia Pacific`, - Country: `Malaysia`, - Risk: `Low`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-06-10`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 416 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Palladium`, - Spread: 0.01, - Open: 600.55, - Price: 610.38, - Buy: 601, - Sell: 601.01, - Change: 9.38, - ChangePercent: 1.56, - Volume: 651, - High: 607.2, - Low: 598.4, - YearlyHigh: 690, - YearlyLow: 458.6, - YearlyStart: 574.3, - YearlyChange: 4.65, - Settlement: `Cash`, - Contract: `Swap`, - Region: `North America`, - Country: `United States`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-04-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 417 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P 600 MINI`, - Spread: 0.01, - Open: 687.9, - Price: 693.38, - Buy: 687.9, - Sell: 687.9, - Change: 5.5, - ChangePercent: 0.8, - Volume: 0, - High: 0, - Low: 0, - YearlyHigh: 620.32, - YearlyLow: 595.9, - YearlyStart: 608.11, - YearlyChange: 13.12, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Asia Pacific`, - Country: `Philippines`, - Risk: `High`, - Sector: `Government`, - Currency: `PLN`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-02-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 418 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Palladium`, - Spread: 0.01, - Open: 600.55, - Price: 600.76, - Buy: 601, - Sell: 601.01, - Change: -0.24, - ChangePercent: -0.04, - Volume: 651, - High: 607.2, - Low: 598.4, - YearlyHigh: 690, - YearlyLow: 458.6, - YearlyStart: 574.3, - YearlyChange: 4.65, - Settlement: `Cash`, - Contract: `Options`, - Region: `Middle East`, - Country: `Iraq`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-03-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 419 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Corn`, - Spread: 0.01, - Open: 379.5, - Price: 375.09, - Buy: 379.8, - Sell: 379.81, - Change: -4.71, - ChangePercent: -1.24, - Volume: 11266, - High: 381, - Low: 377.75, - YearlyHigh: 471.25, - YearlyLow: 351.25, - YearlyStart: 411.25, - YearlyChange: -7.65, - Settlement: `Credit`, - Contract: `Forwards`, - Region: `Asia Pacific`, - Country: `Korea`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `FedEx`, - Maturity: `2022-08-19`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 420 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Ethanol`, - Spread: 0.01, - Open: 1.512, - Price: 2.78, - Buy: 2.75, - Sell: 2.76, - Change: 0.03, - ChangePercent: 0.92, - Volume: 14, - High: 2.75, - Low: 1.12, - YearlyHigh: 2.75, - YearlyLow: 1.12, - YearlyStart: 1.48, - YearlyChange: 86.7, - Settlement: `Cash`, - Contract: `Futures`, - Region: `South America`, - Country: `Suriname`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-05-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 421 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Sugar`, - Spread: 0.01, - Open: 15.68, - Price: 14.44, - Buy: 14.67, - Sell: 14.68, - Change: -0.23, - ChangePercent: -1.6, - Volume: 4949, - High: 15.7, - Low: 14.67, - YearlyHigh: 16.87, - YearlyLow: 11.37, - YearlyStart: 14.12, - YearlyChange: 3.92, - Settlement: `Cash`, - Contract: `Options`, - Region: `North America`, - Country: `United States`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-05-23`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 422 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Ethanol`, - Spread: 0.01, - Open: 1.512, - Price: 2.73, - Buy: 2.75, - Sell: 2.76, - Change: -0.02, - ChangePercent: -0.88, - Volume: 14, - High: 2.75, - Low: 1.12, - YearlyHigh: 2.75, - YearlyLow: 1.12, - YearlyStart: 1.48, - YearlyChange: 86.7, - Settlement: `Loan`, - Contract: `Futures`, - Region: `Asia Pacific`, - Country: `Indonesia`, - Risk: `High`, - Sector: `Government`, - Currency: `PLN`, - Security: `High`, - Issuer: `FedEx`, - Maturity: `2022-07-21`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 423 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `BTC/USD`, - Spread: 0.06, - Open: 93.88, - Price: 21311.58, - Buy: 21200.76, - Sell: 21400.78, - Change: 310.81, - ChangePercent: 1.48, - Volume: 5788000, - High: 22400.05, - Low: 20100.75, - YearlyHigh: 62400.7, - YearlyLow: 15100.88, - YearlyStart: 21200.29, - YearlyChange: -20.62, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Asia Pacific`, - Country: `Australia`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-04-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 424 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Coal`, - Spread: 0.015, - Open: 0.4363, - Price: 0.41, - Buy: 0.44, - Sell: 0.44, - Change: -0.01, - ChangePercent: -1.4, - Volume: 3, - High: 0.44, - Low: 0.44, - YearlyHigh: 0.48, - YearlyLow: 0.4, - YearlyStart: 0.44, - YearlyChange: -5.33, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `South America`, - Country: `Chile`, - Risk: `High`, - Sector: `Private`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-01-19`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 425 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Rice`, - Spread: 0.01, - Open: 11.245, - Price: 10.26, - Buy: 10.41, - Sell: 10.42, - Change: -0.16, - ChangePercent: -1.52, - Volume: 220, - High: 11.38, - Low: 10.42, - YearlyHigh: 14.14, - YearlyLow: 9.7, - YearlyStart: 11.92, - YearlyChange: -12.62, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `Europe`, - Country: `Romania`, - Risk: `Low`, - Sector: `Government`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-07-21`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 426 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Silver`, - Spread: 0.01, - Open: 17.43, - Price: 17.47, - Buy: 17.43, - Sell: 17.43, - Change: 0.05, - ChangePercent: 0.28, - Volume: 11720, - High: 17.51, - Low: 17.37, - YearlyHigh: 18.06, - YearlyLow: 13.73, - YearlyStart: 15.89, - YearlyChange: 9.59, - Settlement: `Cash`, - Contract: `CFD`, - Region: `Africa`, - Country: `Senegal`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-04-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 427 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `US 10YR Future`, - Spread: 0.01, - Open: 130.5625, - Price: 132.57, - Buy: 130.56, - Sell: 130.56, - Change: 1.99, - ChangePercent: 1.52, - Volume: 189310, - High: 130.63, - Low: 130.44, - YearlyHigh: 132.64, - YearlyLow: 125.48, - YearlyStart: 129.06, - YearlyChange: 1.18, - Settlement: `Cash`, - Contract: `Options`, - Region: `Europe`, - Country: `Bulgaria`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-02-19`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 428 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Gold`, - Spread: 0.01, - Open: 1281.1, - Price: 1258.7, - Buy: 1280.73, - Sell: 1280.74, - Change: -22.03, - ChangePercent: -1.72, - Volume: 48387, - High: 1289.5, - Low: 1279.1, - YearlyHigh: 1306, - YearlyLow: 1047.2, - YearlyStart: 1176.6, - YearlyChange: 8.85, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Europe`, - Country: `Croatia`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-07-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 429 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `LV Cattle`, - Spread: 0.01, - Open: 120.725, - Price: 122.15, - Buy: 120.72, - Sell: 120.72, - Change: 1.45, - ChangePercent: 1.2, - Volume: 4, - High: 120.72, - Low: 120.72, - YearlyHigh: 147.98, - YearlyLow: 113.9, - YearlyStart: 130.94, - YearlyChange: -7.82, - Settlement: `Loan`, - Contract: `Options`, - Region: `Africa`, - Country: `Libya`, - Risk: `High`, - Sector: `Public`, - Currency: `PLN`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-07-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 430 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Cotton`, - Spread: 0.01, - Open: 61.77, - Price: 61.49, - Buy: 61.77, - Sell: 61.77, - Change: -0.27, - ChangePercent: -0.44, - Volume: 3612, - High: 62.06, - Low: 61.32, - YearlyHigh: 67.59, - YearlyLow: 54.33, - YearlyStart: 60.96, - YearlyChange: 1.31, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Asia Pacific`, - Country: `Hong Kong`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-04-21`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 431 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/CHF`, - Spread: 0.02, - Open: 1.0337, - Price: 1.04, - Buy: 1.03, - Sell: 1.03, - Change: 0, - ChangePercent: -0.4, - Volume: 5550, - High: 1.03, - Low: 1.03, - YearlyHigh: 1.11, - YearlyLow: 0.98, - YearlyStart: 1.04, - YearlyChange: -0.12, - Settlement: `Cash`, - Contract: `CFD`, - Region: `Middle East`, - Country: `Bahrain`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-02-22`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 432 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Ethanol`, - Spread: 0.01, - Open: 1.512, - Price: 2.71, - Buy: 2.75, - Sell: 2.76, - Change: -0.04, - ChangePercent: -1.6, - Volume: 14, - High: 2.75, - Low: 1.12, - YearlyHigh: 2.75, - YearlyLow: 1.12, - YearlyStart: 1.48, - YearlyChange: 86.7, - Settlement: `Cash`, - Contract: `CFD`, - Region: `Europe`, - Country: `Bulgaria`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-01-22`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 433 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `Lean Hogs`, - Spread: 0.01, - Open: 81.275, - Price: 83.19, - Buy: 81.81, - Sell: 81.82, - Change: 1.38, - ChangePercent: 1.68, - Volume: 1, - High: 81.81, - Low: 81.28, - YearlyHigh: 83.98, - YearlyLow: 70.25, - YearlyStart: 77.11, - YearlyChange: 6.09, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Europe`, - Country: `Greece`, - Risk: `High`, - Sector: `Public`, - Currency: `USD`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-04-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 434 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Milk`, - Spread: 0.01, - Open: 12.87, - Price: 12.89, - Buy: 12.87, - Sell: 12.87, - Change: 0.03, - ChangePercent: 0.2, - Volume: 7, - High: 12.89, - Low: 12.81, - YearlyHigh: 16.96, - YearlyLow: 12.81, - YearlyStart: 14.88, - YearlyChange: -13.6, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `Europe`, - Country: `Russia`, - Risk: `High`, - Sector: `Private`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-02-21`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 435 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P MID MINI`, - Spread: 0.01, - Open: 1454.3, - Price: 1472.09, - Buy: 1455.78, - Sell: 1455.79, - Change: 16.31, - ChangePercent: 1.12, - Volume: 338, - High: 1455.78, - Low: 1448, - YearlyHigh: 1527.3, - YearlyLow: 1236, - YearlyStart: 1381.65, - YearlyChange: 5.37, - Settlement: `Cash`, - Contract: `Options`, - Region: `South America`, - Country: `Guyana`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-08-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 436 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `US 2Y Future`, - Spread: 0.01, - Open: 109.3984, - Price: 110.31, - Buy: 109.4, - Sell: 109.4, - Change: 0.92, - ChangePercent: 0.84, - Volume: 17742, - High: 109.41, - Low: 109.38, - YearlyHigh: 109.8, - YearlyLow: 108.62, - YearlyStart: 109.21, - YearlyChange: 0.16, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Asia Pacific`, - Country: `Azerbaijan`, - Risk: `Low`, - Sector: `Public`, - Currency: `EUR`, - Security: `High`, - Issuer: `FedEx`, - Maturity: `2022-04-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 437 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `OJ Future`, - Spread: 0.01, - Open: 140.6, - Price: 141.25, - Buy: 140.18, - Sell: 140.19, - Change: 1.06, - ChangePercent: 0.76, - Volume: 7, - High: 140.19, - Low: 0, - YearlyHigh: 155.95, - YearlyLow: 113, - YearlyStart: 134.47, - YearlyChange: 4.25, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Europe`, - Country: `Czechia`, - Risk: `Low`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-08-16`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 438 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Coffee`, - Spread: 0.01, - Open: 125.7, - Price: 123.63, - Buy: 125.7, - Sell: 125.7, - Change: -2.06, - ChangePercent: -1.64, - Volume: 1654, - High: 125.8, - Low: 125, - YearlyHigh: 155.75, - YearlyLow: 115.35, - YearlyStart: 135.55, - YearlyChange: -7.27, - Settlement: `Credit`, - Contract: `Futures`, - Region: `South America`, - Country: `Brazil`, - Risk: `Low`, - Sector: `Government`, - Currency: `PLN`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-05-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 439 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Coffee`, - Spread: 0.01, - Open: 125.7, - Price: 124.03, - Buy: 125.7, - Sell: 125.7, - Change: -1.66, - ChangePercent: -1.32, - Volume: 1654, - High: 125.8, - Low: 125, - YearlyHigh: 155.75, - YearlyLow: 115.35, - YearlyStart: 135.55, - YearlyChange: -7.27, - Settlement: `Cash`, - Contract: `Options`, - Region: `South America`, - Country: `Suriname`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-03-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 440 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Cotton`, - Spread: 0.01, - Open: 61.77, - Price: 60.72, - Buy: 61.77, - Sell: 61.77, - Change: -1.04, - ChangePercent: -1.68, - Volume: 3612, - High: 62.06, - Low: 61.32, - YearlyHigh: 67.59, - YearlyLow: 54.33, - YearlyStart: 60.96, - YearlyChange: 1.31, - Settlement: `Cash`, - Contract: `CFD`, - Region: `Africa`, - Country: `Cameroon`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-03-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 441 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `FD Cattle`, - Spread: 0.01, - Open: 147.175, - Price: 148.25, - Buy: 148.6, - Sell: 148.61, - Change: -0.36, - ChangePercent: -0.24, - Volume: 5, - High: 148.61, - Low: 147.18, - YearlyHigh: 190, - YearlyLow: 138.1, - YearlyStart: 164.05, - YearlyChange: -9.41, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Africa`, - Country: `Ethiopia`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-08-11`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 442 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `GBP/USD`, - Spread: 0.02, - Open: 1.4464, - Price: 1.19, - Buy: 1.18, - Sell: 1.2, - Change: 0, - ChangePercent: -0.72, - Volume: 29450, - High: 1.45, - Low: 1.19, - YearlyHigh: 1.59, - YearlyLow: 1.19, - YearlyStart: 1.49, - YearlyChange: -19.59, - Settlement: `Loan`, - Contract: `CFD`, - Region: `Middle East`, - Country: `Syria`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-08-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 443 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P MID MINI`, - Spread: 0.01, - Open: 1454.3, - Price: 1437.15, - Buy: 1455.78, - Sell: 1455.79, - Change: -18.63, - ChangePercent: -1.28, - Volume: 338, - High: 1455.78, - Low: 1448, - YearlyHigh: 1527.3, - YearlyLow: 1236, - YearlyStart: 1381.65, - YearlyChange: 5.37, - Settlement: `Loan`, - Contract: `Forwards`, - Region: `Africa`, - Country: `South Africa`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-02-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 444 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Palladium`, - Spread: 0.01, - Open: 600.55, - Price: 595.71, - Buy: 601, - Sell: 601.01, - Change: -5.29, - ChangePercent: -0.88, - Volume: 651, - High: 607.2, - Low: 598.4, - YearlyHigh: 690, - YearlyLow: 458.6, - YearlyStart: 574.3, - YearlyChange: 4.65, - Settlement: `Loan`, - Contract: `CFD`, - Region: `Middle East`, - Country: `Israel`, - Risk: `Low`, - Sector: `Public`, - Currency: `PLN`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-04-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 445 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `AUD/USD`, - Spread: 0.02, - Open: 0.7344, - Price: 0.74, - Buy: 0.73, - Sell: 0.73, - Change: 0, - ChangePercent: -0.44, - Volume: 36764, - High: 0.74, - Low: 0.73, - YearlyHigh: 0.79, - YearlyLow: 0.68, - YearlyStart: 0.73, - YearlyChange: 1.28, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Europe`, - Country: `Switzerland`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `FedEx`, - Maturity: `2022-02-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 446 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `US 30YR Future`, - Spread: 0.01, - Open: 164.875, - Price: 166.19, - Buy: 164.15, - Sell: 164.16, - Change: 2.03, - ChangePercent: 1.24, - Volume: 28012, - High: 165.25, - Low: 164.04, - YearlyHigh: 169.38, - YearlyLow: 151.47, - YearlyStart: 160.43, - YearlyChange: 2.33, - Settlement: `Cash`, - Contract: `Options`, - Region: `Middle East`, - Country: `Bahrain`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `High`, - Issuer: `American Airlines`, - Maturity: `2022-02-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 447 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Rice`, - Spread: 0.01, - Open: 11.245, - Price: 10.42, - Buy: 10.41, - Sell: 10.42, - Change: 0, - ChangePercent: 0.04, - Volume: 220, - High: 11.38, - Low: 10.42, - YearlyHigh: 14.14, - YearlyLow: 9.7, - YearlyStart: 11.92, - YearlyChange: -12.62, - Settlement: `Credit`, - Contract: `Futures`, - Region: `Europe`, - Country: `Croatia`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-06-23`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 448 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `Lean Hogs`, - Spread: 0.01, - Open: 81.275, - Price: 82.63, - Buy: 81.81, - Sell: 81.82, - Change: 0.82, - ChangePercent: 1, - Volume: 1, - High: 81.81, - Low: 81.28, - YearlyHigh: 83.98, - YearlyLow: 70.25, - YearlyStart: 77.11, - YearlyChange: 6.09, - Settlement: `Credit`, - Contract: `Futures`, - Region: `Asia Pacific`, - Country: `Indonesia`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-04-10`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 449 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/JPY`, - Spread: 0.02, - Open: 9275.5, - Price: 9429.48, - Buy: 9277.32, - Sell: 9277.34, - Change: 152.15, - ChangePercent: 1.64, - Volume: 47734, - High: 9277.33, - Low: 0.93, - YearlyHigh: 9483, - YearlyLow: 0.93, - YearlyStart: 4741.97, - YearlyChange: 95.64, - Settlement: `Loan`, - Contract: `Swap`, - Region: `North America`, - Country: `United States`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-01-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 450 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `BTC/USD`, - Spread: 0.06, - Open: 93.88, - Price: 20899.97, - Buy: 21200.76, - Sell: 21400.78, - Change: -100.8, - ChangePercent: -0.48, - Volume: 5788000, - High: 22400.05, - Low: 20100.75, - YearlyHigh: 62400.7, - YearlyLow: 15100.88, - YearlyStart: 21200.29, - YearlyChange: -20.62, - Settlement: `Loan`, - Contract: `Futures`, - Region: `Middle East`, - Country: `Israel`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-02-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 451 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `US 10YR Future`, - Spread: 0.01, - Open: 130.5625, - Price: 131.16, - Buy: 130.56, - Sell: 130.56, - Change: 0.58, - ChangePercent: 0.44, - Volume: 189310, - High: 130.63, - Low: 130.44, - YearlyHigh: 132.64, - YearlyLow: 125.48, - YearlyStart: 129.06, - YearlyChange: 1.18, - Settlement: `Loan`, - Contract: `CFD`, - Region: `Middle East`, - Country: `Saudi Arabia`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-04-23`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 452 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Wheat`, - Spread: 0.01, - Open: 465.5, - Price: 461.05, - Buy: 465.5, - Sell: 465.5, - Change: -4.47, - ChangePercent: -0.96, - Volume: 4318, - High: 467, - Low: 463.25, - YearlyHigh: 628.5, - YearlyLow: 449.5, - YearlyStart: 539, - YearlyChange: -13.63, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Asia Pacific`, - Country: `China`, - Risk: `Low`, - Sector: `Government`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-03-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 453 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `OJ Future`, - Spread: 0.01, - Open: 140.6, - Price: 140.81, - Buy: 140.18, - Sell: 140.19, - Change: 0.62, - ChangePercent: 0.44, - Volume: 7, - High: 140.19, - Low: 0, - YearlyHigh: 155.95, - YearlyLow: 113, - YearlyStart: 134.47, - YearlyChange: 4.25, - Settlement: `Loan`, - Contract: `Futures`, - Region: `Asia Pacific`, - Country: `Malaysia`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-05-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 454 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `AUD/USD`, - Spread: 0.02, - Open: 0.7344, - Price: 0.74, - Buy: 0.73, - Sell: 0.73, - Change: 0, - ChangePercent: -0.8, - Volume: 36764, - High: 0.74, - Low: 0.73, - YearlyHigh: 0.79, - YearlyLow: 0.68, - YearlyStart: 0.73, - YearlyChange: 1.28, - Settlement: `Cash`, - Contract: `Options`, - Region: `Middle East`, - Country: `Bahrain`, - Risk: `Low`, - Sector: `Public`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-02-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 455 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Copper`, - Spread: 0.02, - Open: 2.123, - Price: 2.14, - Buy: 2.12, - Sell: 2.12, - Change: 0.03, - ChangePercent: 1.4, - Volume: 28819, - High: 2.16, - Low: 2.11, - YearlyHigh: 2.94, - YearlyLow: 1.96, - YearlyStart: 2.45, - YearlyChange: -13.76, - Settlement: `Cash`, - Contract: `Options`, - Region: `Africa`, - Country: `South Africa`, - Risk: `High`, - Sector: `Private`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-03-11`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 456 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Uranium`, - Spread: 0.02, - Open: 27.55, - Price: 27.66, - Buy: 27.55, - Sell: 27.55, - Change: 0.08, - ChangePercent: 0.28, - Volume: 12, - High: 27.55, - Low: 27.55, - YearlyHigh: 29.32, - YearlyLow: 21.28, - YearlyStart: 25.3, - YearlyChange: 9.01, - Settlement: `Cash`, - Contract: `CFD`, - Region: `Europe`, - Country: `Finland`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-04-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 457 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Oil`, - Spread: 0.015, - Open: 45.54, - Price: 45.31, - Buy: 45.78, - Sell: 45.8, - Change: -0.48, - ChangePercent: -1.04, - Volume: 107196, - High: 45.94, - Low: 45, - YearlyHigh: 65.28, - YearlyLow: 30.79, - YearlyStart: 48.03, - YearlyChange: -4.67, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Africa`, - Country: `Ethiopia`, - Risk: `Low`, - Sector: `Public`, - Currency: `USD`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-01-24`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 458 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/JPY`, - Spread: 0.02, - Open: 9275.5, - Price: 9277.33, - Buy: 9277.32, - Sell: 9277.34, - Change: 0, - ChangePercent: 0, - Volume: 47734, - High: 9277.33, - Low: 0.93, - YearlyHigh: 9483, - YearlyLow: 0.93, - YearlyStart: 4741.97, - YearlyChange: 95.64, - Settlement: `Cash`, - Contract: `Options`, - Region: `Middle East`, - Country: `Lebanon`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-01-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 459 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Rice`, - Spread: 0.01, - Open: 11.245, - Price: 10.43, - Buy: 10.41, - Sell: 10.42, - Change: 0.01, - ChangePercent: 0.12, - Volume: 220, - High: 11.38, - Low: 10.42, - YearlyHigh: 14.14, - YearlyLow: 9.7, - YearlyStart: 11.92, - YearlyChange: -12.62, - Settlement: `Credit`, - Contract: `Futures`, - Region: `Middle East`, - Country: `Israel`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `FedEx`, - Maturity: `2022-07-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 460 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Coal`, - Spread: 0.015, - Open: 0.4363, - Price: 0.41, - Buy: 0.44, - Sell: 0.44, - Change: -0.01, - ChangePercent: -0.52, - Volume: 3, - High: 0.44, - Low: 0.44, - YearlyHigh: 0.48, - YearlyLow: 0.4, - YearlyStart: 0.44, - YearlyChange: -5.33, - Settlement: `Cash`, - Contract: `CFD`, - Region: `Europe`, - Country: `Czechia`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-09-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 461 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Coal`, - Spread: 0.015, - Open: 0.4363, - Price: 0.41, - Buy: 0.44, - Sell: 0.44, - Change: -0.01, - ChangePercent: -0.8, - Volume: 3, - High: 0.44, - Low: 0.44, - YearlyHigh: 0.48, - YearlyLow: 0.4, - YearlyStart: 0.44, - YearlyChange: -5.33, - Settlement: `Cash`, - Contract: `Options`, - Region: `Middle East`, - Country: `Lebanon`, - Risk: `Low`, - Sector: `Government`, - Currency: `USD`, - Security: `High`, - Issuer: `American Airlines`, - Maturity: `2022-01-16`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 462 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Coffee`, - Spread: 0.01, - Open: 125.7, - Price: 123.33, - Buy: 125.7, - Sell: 125.7, - Change: -2.36, - ChangePercent: -1.88, - Volume: 1654, - High: 125.8, - Low: 125, - YearlyHigh: 155.75, - YearlyLow: 115.35, - YearlyStart: 135.55, - YearlyChange: -7.27, - Settlement: `Cash`, - Contract: `Options`, - Region: `Europe`, - Country: `Romania`, - Risk: `High`, - Sector: `Public`, - Currency: `USD`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-07-23`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 463 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `Lean Hogs`, - Spread: 0.01, - Open: 81.275, - Price: 80.8, - Buy: 81.81, - Sell: 81.82, - Change: -1.01, - ChangePercent: -1.24, - Volume: 1, - High: 81.81, - Low: 81.28, - YearlyHigh: 83.98, - YearlyLow: 70.25, - YearlyStart: 77.11, - YearlyChange: 6.09, - Settlement: `Credit`, - Contract: `Swap`, - Region: `North America`, - Country: `United States`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-06-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 464 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Rice`, - Spread: 0.01, - Open: 11.245, - Price: 10.47, - Buy: 10.41, - Sell: 10.42, - Change: 0.05, - ChangePercent: 0.52, - Volume: 220, - High: 11.38, - Low: 10.42, - YearlyHigh: 14.14, - YearlyLow: 9.7, - YearlyStart: 11.92, - YearlyChange: -12.62, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `Middle East`, - Country: `Oman`, - Risk: `High`, - Sector: `Public`, - Currency: `USD`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-02-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 465 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P 600 MINI`, - Spread: 0.01, - Open: 687.9, - Price: 684.58, - Buy: 687.9, - Sell: 687.9, - Change: -3.3, - ChangePercent: -0.48, - Volume: 0, - High: 0, - Low: 0, - YearlyHigh: 620.32, - YearlyLow: 595.9, - YearlyStart: 608.11, - YearlyChange: 13.12, - Settlement: `Loan`, - Contract: `Futures`, - Region: `Middle East`, - Country: `Oman`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-09-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 466 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `Euro$ 3M`, - Spread: 0.01, - Open: 99.18, - Price: 100, - Buy: 99.18, - Sell: 99.18, - Change: 0.83, - ChangePercent: 0.84, - Volume: 29509, - High: 99.18, - Low: 99.17, - YearlyHigh: 99.38, - YearlyLow: 98.41, - YearlyStart: 98.89, - YearlyChange: 0.28, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `Europe`, - Country: `Finland`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-02-21`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 467 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Lumber`, - Spread: 0.01, - Open: 303.9, - Price: 302.04, - Buy: 304.59, - Sell: 304.6, - Change: -2.56, - ChangePercent: -0.84, - Volume: 2, - High: 304.6, - Low: 303.9, - YearlyHigh: 317.1, - YearlyLow: 236, - YearlyStart: 276.55, - YearlyChange: 10.14, - Settlement: `Credit`, - Contract: `Options`, - Region: `Africa`, - Country: `Niger`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-04-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 468 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Rice`, - Spread: 0.01, - Open: 11.245, - Price: 10.56, - Buy: 10.41, - Sell: 10.42, - Change: 0.14, - ChangePercent: 1.36, - Volume: 220, - High: 11.38, - Low: 10.42, - YearlyHigh: 14.14, - YearlyLow: 9.7, - YearlyStart: 11.92, - YearlyChange: -12.62, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Africa`, - Country: `Cameroon`, - Risk: `Low`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-05-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 469 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `LV Cattle`, - Spread: 0.01, - Open: 120.725, - Price: 119.74, - Buy: 120.72, - Sell: 120.72, - Change: -0.97, - ChangePercent: -0.8, - Volume: 4, - High: 120.72, - Low: 120.72, - YearlyHigh: 147.98, - YearlyLow: 113.9, - YearlyStart: 130.94, - YearlyChange: -7.82, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Asia Pacific`, - Country: `Korea`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-05-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 470 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Platinum`, - Spread: 0.01, - Open: 1071.6, - Price: 1062.96, - Buy: 1071.09, - Sell: 1071.1, - Change: -8.14, - ChangePercent: -0.76, - Volume: 3039, - High: 1081.2, - Low: 1070.5, - YearlyHigh: 1120.6, - YearlyLow: 812.4, - YearlyStart: 966.5, - YearlyChange: 10.82, - Settlement: `Cash`, - Contract: `Futures`, - Region: `North America`, - Country: `Canada`, - Risk: `High`, - Sector: `Private`, - Currency: `PLN`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-07-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 471 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Ethanol`, - Spread: 0.01, - Open: 1.512, - Price: 2.73, - Buy: 2.75, - Sell: 2.76, - Change: -0.02, - ChangePercent: -0.88, - Volume: 14, - High: 2.75, - Low: 1.12, - YearlyHigh: 2.75, - YearlyLow: 1.12, - YearlyStart: 1.48, - YearlyChange: 86.7, - Settlement: `Loan`, - Contract: `Swap`, - Region: `South America`, - Country: `Bolivia`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-02-24`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 472 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `AUD/USD`, - Spread: 0.02, - Open: 0.7344, - Price: 0.76, - Buy: 0.73, - Sell: 0.73, - Change: 0.02, - ChangePercent: 1.76, - Volume: 36764, - High: 0.74, - Low: 0.73, - YearlyHigh: 0.79, - YearlyLow: 0.68, - YearlyStart: 0.73, - YearlyChange: 1.28, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Africa`, - Country: `Libya`, - Risk: `Low`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-07-11`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 473 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `DOW Future`, - Spread: 0.01, - Open: 17711, - Price: 18038.06, - Buy: 17712.15, - Sell: 17712.16, - Change: 325.91, - ChangePercent: 1.84, - Volume: 22236, - High: 17727, - Low: 17642, - YearlyHigh: 18083, - YearlyLow: 15299, - YearlyStart: 16691, - YearlyChange: 6.12, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `Middle East`, - Country: `Bahrain`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-02-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 474 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Copper`, - Spread: 0.02, - Open: 2.123, - Price: 2.14, - Buy: 2.12, - Sell: 2.12, - Change: 0.03, - ChangePercent: 1.08, - Volume: 28819, - High: 2.16, - Low: 2.11, - YearlyHigh: 2.94, - YearlyLow: 1.96, - YearlyStart: 2.45, - YearlyChange: -13.76, - Settlement: `Loan`, - Contract: `Forwards`, - Region: `Europe`, - Country: `Poland`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-08-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 475 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Diesel`, - Spread: 0.015, - Open: 1.3474, - Price: 1.37, - Buy: 1.35, - Sell: 1.35, - Change: 0.01, - ChangePercent: 0.68, - Volume: 2971, - High: 1.36, - Low: 1.34, - YearlyHigh: 2.11, - YearlyLow: 0.92, - YearlyStart: 1.51, - YearlyChange: -10.4, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `Asia Pacific`, - Country: `Singapore`, - Risk: `High`, - Sector: `Public`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-02-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 476 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `NAS Future`, - Spread: 0.01, - Open: 4341.25, - Price: 4402.06, - Buy: 4341.25, - Sell: 4341.25, - Change: 60.78, - ChangePercent: 1.4, - Volume: 18259, - High: 4347, - Low: 4318, - YearlyHigh: 4719.75, - YearlyLow: 3867.75, - YearlyStart: 4293.75, - YearlyChange: 1.11, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Africa`, - Country: `Cameroon`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `High`, - Issuer: `FedEx`, - Maturity: `2022-05-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 477 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `US 2Y Future`, - Spread: 0.01, - Open: 109.3984, - Price: 110.26, - Buy: 109.4, - Sell: 109.4, - Change: 0.87, - ChangePercent: 0.8, - Volume: 17742, - High: 109.41, - Low: 109.38, - YearlyHigh: 109.8, - YearlyLow: 108.62, - YearlyStart: 109.21, - YearlyChange: 0.16, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Africa`, - Country: `Algeria`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-07-23`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 478 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P Future`, - Spread: 0.01, - Open: 2057.5, - Price: 2020.41, - Buy: 2056.6, - Sell: 2056.61, - Change: -36.19, - ChangePercent: -1.76, - Volume: 142780, - High: 2059.5, - Low: 2049, - YearlyHigh: 2105.5, - YearlyLow: 1794.5, - YearlyStart: 1950, - YearlyChange: 5.47, - Settlement: `Loan`, - Contract: `CFD`, - Region: `Middle East`, - Country: `Jordan`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-07-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 479 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Coal`, - Spread: 0.015, - Open: 0.4363, - Price: 0.42, - Buy: 0.44, - Sell: 0.44, - Change: 0, - ChangePercent: 0.52, - Volume: 3, - High: 0.44, - Low: 0.44, - YearlyHigh: 0.48, - YearlyLow: 0.4, - YearlyStart: 0.44, - YearlyChange: -5.33, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Europe`, - Country: `Finland`, - Risk: `Low`, - Sector: `Public`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-07-22`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 480 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Oil`, - Spread: 0.015, - Open: 45.54, - Price: 45.77, - Buy: 45.78, - Sell: 45.8, - Change: -0.02, - ChangePercent: -0.04, - Volume: 107196, - High: 45.94, - Low: 45, - YearlyHigh: 65.28, - YearlyLow: 30.79, - YearlyStart: 48.03, - YearlyChange: -4.67, - Settlement: `Credit`, - Contract: `Swap`, - Region: `South America`, - Country: `Paraguay`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-07-19`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 481 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `Lean Hogs`, - Spread: 0.01, - Open: 81.275, - Price: 81.16, - Buy: 81.81, - Sell: 81.82, - Change: -0.65, - ChangePercent: -0.8, - Volume: 1, - High: 81.81, - Low: 81.28, - YearlyHigh: 83.98, - YearlyLow: 70.25, - YearlyStart: 77.11, - YearlyChange: 6.09, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `Asia Pacific`, - Country: `Singapore`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-06-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 482 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Oats`, - Spread: 0.01, - Open: 194.5, - Price: 196.39, - Buy: 194.21, - Sell: 194.22, - Change: 2.17, - ChangePercent: 1.12, - Volume: 64, - High: 195.75, - Low: 194, - YearlyHigh: 241.25, - YearlyLow: 183.75, - YearlyStart: 212.5, - YearlyChange: -8.6, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Middle East`, - Country: `Qatar`, - Risk: `Low`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-08-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 483 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Ethanol`, - Spread: 0.01, - Open: 1.512, - Price: 2.72, - Buy: 2.75, - Sell: 2.76, - Change: -0.03, - ChangePercent: -1.36, - Volume: 14, - High: 2.75, - Low: 1.12, - YearlyHigh: 2.75, - YearlyLow: 1.12, - YearlyStart: 1.48, - YearlyChange: 86.7, - Settlement: `Loan`, - Contract: `Options`, - Region: `Africa`, - Country: `Tunisia`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `FedEx`, - Maturity: `2022-06-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 484 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `DOW Future`, - Spread: 0.01, - Open: 17711, - Price: 17740.49, - Buy: 17712.15, - Sell: 17712.16, - Change: 28.34, - ChangePercent: 0.16, - Volume: 22236, - High: 17727, - Low: 17642, - YearlyHigh: 18083, - YearlyLow: 15299, - YearlyStart: 16691, - YearlyChange: 6.12, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Africa`, - Country: `Tunisia`, - Risk: `Low`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-05-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 485 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `OJ Future`, - Spread: 0.01, - Open: 140.6, - Price: 140.19, - Buy: 140.18, - Sell: 140.19, - Change: 0, - ChangePercent: 0, - Volume: 7, - High: 140.19, - Low: 0, - YearlyHigh: 155.95, - YearlyLow: 113, - YearlyStart: 134.47, - YearlyChange: 4.25, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Africa`, - Country: `Libya`, - Risk: `High`, - Sector: `Government`, - Currency: `PLN`, - Security: `High`, - Issuer: `American Airlines`, - Maturity: `2022-02-24`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 486 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `OJ Future`, - Spread: 0.01, - Open: 140.6, - Price: 139.12, - Buy: 140.18, - Sell: 140.19, - Change: -1.07, - ChangePercent: -0.76, - Volume: 7, - High: 140.19, - Low: 0, - YearlyHigh: 155.95, - YearlyLow: 113, - YearlyStart: 134.47, - YearlyChange: 4.25, - Settlement: `Credit`, - Contract: `Swap`, - Region: `South America`, - Country: `Bolivia`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-01-24`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 487 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Palladium`, - Spread: 0.01, - Open: 600.55, - Price: 594.51, - Buy: 601, - Sell: 601.01, - Change: -6.49, - ChangePercent: -1.08, - Volume: 651, - High: 607.2, - Low: 598.4, - YearlyHigh: 690, - YearlyLow: 458.6, - YearlyStart: 574.3, - YearlyChange: 4.65, - Settlement: `Loan`, - Contract: `Options`, - Region: `Africa`, - Country: `Cameroon`, - Risk: `Low`, - Sector: `Public`, - Currency: `USD`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-04-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 488 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Oats`, - Spread: 0.01, - Open: 194.5, - Price: 193.83, - Buy: 194.21, - Sell: 194.22, - Change: -0.39, - ChangePercent: -0.2, - Volume: 64, - High: 195.75, - Low: 194, - YearlyHigh: 241.25, - YearlyLow: 183.75, - YearlyStart: 212.5, - YearlyChange: -8.6, - Settlement: `Cash`, - Contract: `CFD`, - Region: `Asia Pacific`, - Country: `Korea`, - Risk: `High`, - Sector: `Government`, - Currency: `PLN`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-02-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 489 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/JPY`, - Spread: 0.02, - Open: 9275.5, - Price: 9351.55, - Buy: 9277.32, - Sell: 9277.34, - Change: 74.22, - ChangePercent: 0.8, - Volume: 47734, - High: 9277.33, - Low: 0.93, - YearlyHigh: 9483, - YearlyLow: 0.93, - YearlyStart: 4741.97, - YearlyChange: 95.64, - Settlement: `Loan`, - Contract: `Swap`, - Region: `North America`, - Country: `Canada`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-05-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 490 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P Future`, - Spread: 0.01, - Open: 2057.5, - Price: 2054.96, - Buy: 2056.6, - Sell: 2056.61, - Change: -1.64, - ChangePercent: -0.08, - Volume: 142780, - High: 2059.5, - Low: 2049, - YearlyHigh: 2105.5, - YearlyLow: 1794.5, - YearlyStart: 1950, - YearlyChange: 5.47, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `Africa`, - Country: `Niger`, - Risk: `Low`, - Sector: `Public`, - Currency: `USD`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-01-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 491 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Lumber`, - Spread: 0.01, - Open: 303.9, - Price: 304.84, - Buy: 304.59, - Sell: 304.6, - Change: 0.24, - ChangePercent: 0.08, - Volume: 2, - High: 304.6, - Low: 303.9, - YearlyHigh: 317.1, - YearlyLow: 236, - YearlyStart: 276.55, - YearlyChange: 10.14, - Settlement: `Cash`, - Contract: `Swap`, - Region: `South America`, - Country: `Brazil`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `High`, - Issuer: `American Airlines`, - Maturity: `2022-04-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 492 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `US 30YR Future`, - Spread: 0.01, - Open: 164.875, - Price: 165.6, - Buy: 164.15, - Sell: 164.16, - Change: 1.44, - ChangePercent: 0.88, - Volume: 28012, - High: 165.25, - Low: 164.04, - YearlyHigh: 169.38, - YearlyLow: 151.47, - YearlyStart: 160.43, - YearlyChange: 2.33, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Asia Pacific`, - Country: `New Zealand`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-04-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 493 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `Euro$ 3M`, - Spread: 0.01, - Open: 99.18, - Price: 99.96, - Buy: 99.18, - Sell: 99.18, - Change: 0.79, - ChangePercent: 0.8, - Volume: 29509, - High: 99.18, - Low: 99.17, - YearlyHigh: 99.38, - YearlyLow: 98.41, - YearlyStart: 98.89, - YearlyChange: 0.28, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Middle East`, - Country: `Israel`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `American Airlines`, - Maturity: `2022-03-11`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 494 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/JPY`, - Spread: 0.02, - Open: 9275.5, - Price: 9117.76, - Buy: 9277.32, - Sell: 9277.34, - Change: -159.57, - ChangePercent: -1.72, - Volume: 47734, - High: 9277.33, - Low: 0.93, - YearlyHigh: 9483, - YearlyLow: 0.93, - YearlyStart: 4741.97, - YearlyChange: 95.64, - Settlement: `Cash`, - Contract: `CFD`, - Region: `South America`, - Country: `Bolivia`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-07-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 495 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `US 30YR Future`, - Spread: 0.01, - Open: 164.875, - Price: 165.6, - Buy: 164.15, - Sell: 164.16, - Change: 1.44, - ChangePercent: 0.88, - Volume: 28012, - High: 165.25, - Low: 164.04, - YearlyHigh: 169.38, - YearlyLow: 151.47, - YearlyStart: 160.43, - YearlyChange: 2.33, - Settlement: `Credit`, - Contract: `Options`, - Region: `Europe`, - Country: `Czechia`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-07-19`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 496 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Oil`, - Spread: 0.015, - Open: 45.54, - Price: 46.47, - Buy: 45.78, - Sell: 45.8, - Change: 0.68, - ChangePercent: 1.48, - Volume: 107196, - High: 45.94, - Low: 45, - YearlyHigh: 65.28, - YearlyLow: 30.79, - YearlyStart: 48.03, - YearlyChange: -4.67, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Asia Pacific`, - Country: `Indonesia`, - Risk: `High`, - Sector: `Private`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-02-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 497 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Lumber`, - Spread: 0.01, - Open: 303.9, - Price: 302.89, - Buy: 304.59, - Sell: 304.6, - Change: -1.71, - ChangePercent: -0.56, - Volume: 2, - High: 304.6, - Low: 303.9, - YearlyHigh: 317.1, - YearlyLow: 236, - YearlyStart: 276.55, - YearlyChange: 10.14, - Settlement: `Cash`, - Contract: `CFD`, - Region: `Europe`, - Country: `Czechia`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-07-22`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 498 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/CHF`, - Spread: 0.02, - Open: 1.0337, - Price: 1.06, - Buy: 1.03, - Sell: 1.03, - Change: 0.02, - ChangePercent: 1.76, - Volume: 5550, - High: 1.03, - Low: 1.03, - YearlyHigh: 1.11, - YearlyLow: 0.98, - YearlyStart: 1.04, - YearlyChange: -0.12, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Europe`, - Country: `Romania`, - Risk: `High`, - Sector: `Government`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-06-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 499 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Palladium`, - Spread: 0.01, - Open: 600.55, - Price: 605.09, - Buy: 601, - Sell: 601.01, - Change: 4.09, - ChangePercent: 0.68, - Volume: 651, - High: 607.2, - Low: 598.4, - YearlyHigh: 690, - YearlyLow: 458.6, - YearlyStart: 574.3, - YearlyChange: 4.65, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Africa`, - Country: `Algeria`, - Risk: `Low`, - Sector: `Public`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-05-27`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 500 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `Lean Hogs`, - Spread: 0.01, - Open: 81.275, - Price: 82.83, - Buy: 81.81, - Sell: 81.82, - Change: 1.02, - ChangePercent: 1.24, - Volume: 1, - High: 81.81, - Low: 81.28, - YearlyHigh: 83.98, - YearlyLow: 70.25, - YearlyStart: 77.11, - YearlyChange: 6.09, - Settlement: `Cash`, - Contract: `CFD`, - Region: `Europe`, - Country: `Russia`, - Risk: `Low`, - Sector: `Public`, - Currency: `USD`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-01-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 501 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/CHF`, - Spread: 0.02, - Open: 1.0337, - Price: 1.06, - Buy: 1.03, - Sell: 1.03, - Change: 0.02, - ChangePercent: 1.44, - Volume: 5550, - High: 1.03, - Low: 1.03, - YearlyHigh: 1.11, - YearlyLow: 0.98, - YearlyStart: 1.04, - YearlyChange: -0.12, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Asia Pacific`, - Country: `Singapore`, - Risk: `Low`, - Sector: `Public`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-05-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 502 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soy oil`, - Spread: 0.01, - Open: 33.26, - Price: 33.53, - Buy: 33.77, - Sell: 33.78, - Change: -0.24, - ChangePercent: -0.72, - Volume: 10592, - High: 33.77, - Low: 33.06, - YearlyHigh: 35.43, - YearlyLow: 26.61, - YearlyStart: 31.02, - YearlyChange: 8.87, - Settlement: `Loan`, - Contract: `CFD`, - Region: `Asia Pacific`, - Country: `Malaysia`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-04-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 503 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Diesel`, - Spread: 0.015, - Open: 1.3474, - Price: 1.33, - Buy: 1.35, - Sell: 1.35, - Change: -0.03, - ChangePercent: -1.92, - Volume: 2971, - High: 1.36, - Low: 1.34, - YearlyHigh: 2.11, - YearlyLow: 0.92, - YearlyStart: 1.51, - YearlyChange: -10.4, - Settlement: `Loan`, - Contract: `Futures`, - Region: `Africa`, - Country: `Nigeria`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-05-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 504 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `AUD/USD`, - Spread: 0.02, - Open: 0.7344, - Price: 0.75, - Buy: 0.73, - Sell: 0.73, - Change: 0.01, - ChangePercent: 0.72, - Volume: 36764, - High: 0.74, - Low: 0.73, - YearlyHigh: 0.79, - YearlyLow: 0.68, - YearlyStart: 0.73, - YearlyChange: 1.28, - Settlement: `Cash`, - Contract: `Options`, - Region: `Middle East`, - Country: `Oman`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-02-21`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 505 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `Euro$ 3M`, - Spread: 0.01, - Open: 99.18, - Price: 99.96, - Buy: 99.18, - Sell: 99.18, - Change: 0.79, - ChangePercent: 0.8, - Volume: 29509, - High: 99.18, - Low: 99.17, - YearlyHigh: 99.38, - YearlyLow: 98.41, - YearlyStart: 98.89, - YearlyChange: 0.28, - Settlement: `Credit`, - Contract: `Futures`, - Region: `Africa`, - Country: `Niger`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-02-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 506 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `US 2Y Future`, - Spread: 0.01, - Open: 109.3984, - Price: 111.58, - Buy: 109.4, - Sell: 109.4, - Change: 2.19, - ChangePercent: 2, - Volume: 17742, - High: 109.41, - Low: 109.38, - YearlyHigh: 109.8, - YearlyLow: 108.62, - YearlyStart: 109.21, - YearlyChange: 0.16, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `Africa`, - Country: `Morocco`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-02-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 507 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Oats`, - Spread: 0.01, - Open: 194.5, - Price: 193.83, - Buy: 194.21, - Sell: 194.22, - Change: -0.39, - ChangePercent: -0.2, - Volume: 64, - High: 195.75, - Low: 194, - YearlyHigh: 241.25, - YearlyLow: 183.75, - YearlyStart: 212.5, - YearlyChange: -8.6, - Settlement: `Cash`, - Contract: `Options`, - Region: `Africa`, - Country: `Egypt`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `FedEx`, - Maturity: `2022-06-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 508 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `AUD/USD`, - Spread: 0.02, - Open: 0.7344, - Price: 0.75, - Buy: 0.73, - Sell: 0.73, - Change: 0.01, - ChangePercent: 0.92, - Volume: 36764, - High: 0.74, - Low: 0.73, - YearlyHigh: 0.79, - YearlyLow: 0.68, - YearlyStart: 0.73, - YearlyChange: 1.28, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Middle East`, - Country: `Kuwait`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-07-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 509 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Gold`, - Spread: 0.01, - Open: 1281.1, - Price: 1299.17, - Buy: 1280.73, - Sell: 1280.74, - Change: 18.44, - ChangePercent: 1.44, - Volume: 48387, - High: 1289.5, - Low: 1279.1, - YearlyHigh: 1306, - YearlyLow: 1047.2, - YearlyStart: 1176.6, - YearlyChange: 8.85, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Middle East`, - Country: `Turkey`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-07-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 510 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `Lean Hogs`, - Spread: 0.01, - Open: 81.275, - Price: 81.52, - Buy: 81.81, - Sell: 81.82, - Change: -0.29, - ChangePercent: -0.36, - Volume: 1, - High: 81.81, - Low: 81.28, - YearlyHigh: 83.98, - YearlyLow: 70.25, - YearlyStart: 77.11, - YearlyChange: 6.09, - Settlement: `Cash`, - Contract: `Options`, - Region: `Africa`, - Country: `Cameroon`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-08-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 511 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Silver`, - Spread: 0.01, - Open: 17.43, - Price: 17.4, - Buy: 17.43, - Sell: 17.43, - Change: -0.02, - ChangePercent: -0.12, - Volume: 11720, - High: 17.51, - Low: 17.37, - YearlyHigh: 18.06, - YearlyLow: 13.73, - YearlyStart: 15.89, - YearlyChange: 9.59, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `Africa`, - Country: `Tunisia`, - Risk: `High`, - Sector: `Public`, - Currency: `PLN`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-03-11`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 512 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `NAS Future`, - Spread: 0.01, - Open: 4341.25, - Price: 4339.54, - Buy: 4341.25, - Sell: 4341.25, - Change: -1.74, - ChangePercent: -0.04, - Volume: 18259, - High: 4347, - Low: 4318, - YearlyHigh: 4719.75, - YearlyLow: 3867.75, - YearlyStart: 4293.75, - YearlyChange: 1.11, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `Europe`, - Country: `Finland`, - Risk: `High`, - Sector: `Government`, - Currency: `PLN`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-06-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 513 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soy oil`, - Spread: 0.01, - Open: 33.26, - Price: 34.11, - Buy: 33.77, - Sell: 33.78, - Change: 0.34, - ChangePercent: 1, - Volume: 10592, - High: 33.77, - Low: 33.06, - YearlyHigh: 35.43, - YearlyLow: 26.61, - YearlyStart: 31.02, - YearlyChange: 8.87, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Africa`, - Country: `Algeria`, - Risk: `High`, - Sector: `Private`, - Currency: `PLN`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-05-24`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 514 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Silver`, - Spread: 0.01, - Open: 17.43, - Price: 17.12, - Buy: 17.43, - Sell: 17.43, - Change: -0.3, - ChangePercent: -1.72, - Volume: 11720, - High: 17.51, - Low: 17.37, - YearlyHigh: 18.06, - YearlyLow: 13.73, - YearlyStart: 15.89, - YearlyChange: 9.59, - Settlement: `Loan`, - Contract: `Options`, - Region: `Middle East`, - Country: `Lebanon`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-03-10`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 515 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Corn`, - Spread: 0.01, - Open: 379.5, - Price: 377.22, - Buy: 379.8, - Sell: 379.81, - Change: -2.58, - ChangePercent: -0.68, - Volume: 11266, - High: 381, - Low: 377.75, - YearlyHigh: 471.25, - YearlyLow: 351.25, - YearlyStart: 411.25, - YearlyChange: -7.65, - Settlement: `Cash`, - Contract: `Options`, - Region: `Africa`, - Country: `Nigeria`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-05-16`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 516 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soybean`, - Spread: 0.01, - Open: 1038, - Price: 1036.12, - Buy: 1038.61, - Sell: 1038.62, - Change: -2.5, - ChangePercent: -0.24, - Volume: 20356, - High: 1044, - Low: 1031.75, - YearlyHigh: 1057, - YearlyLow: 859.5, - YearlyStart: 958.25, - YearlyChange: 8.39, - Settlement: `Credit`, - Contract: `Options`, - Region: `Asia Pacific`, - Country: `Indonesia`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-02-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 517 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/JPY`, - Spread: 0.02, - Open: 9275.5, - Price: 9195.69, - Buy: 9277.32, - Sell: 9277.34, - Change: -81.64, - ChangePercent: -0.88, - Volume: 47734, - High: 9277.33, - Low: 0.93, - YearlyHigh: 9483, - YearlyLow: 0.93, - YearlyStart: 4741.97, - YearlyChange: 95.64, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `Asia Pacific`, - Country: `Philippines`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-04-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 518 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Palladium`, - Spread: 0.01, - Open: 600.55, - Price: 595.71, - Buy: 601, - Sell: 601.01, - Change: -5.29, - ChangePercent: -0.88, - Volume: 651, - High: 607.2, - Low: 598.4, - YearlyHigh: 690, - YearlyLow: 458.6, - YearlyStart: 574.3, - YearlyChange: 4.65, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `Africa`, - Country: `Libya`, - Risk: `High`, - Sector: `Public`, - Currency: `USD`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-01-24`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 519 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Uranium`, - Spread: 0.02, - Open: 27.55, - Price: 27.65, - Buy: 27.55, - Sell: 27.55, - Change: 0.07, - ChangePercent: 0.24, - Volume: 12, - High: 27.55, - Low: 27.55, - YearlyHigh: 29.32, - YearlyLow: 21.28, - YearlyStart: 25.3, - YearlyChange: 9.01, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Africa`, - Country: `Egypt`, - Risk: `High`, - Sector: `Public`, - Currency: `PLN`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-07-11`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 520 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Coal`, - Spread: 0.015, - Open: 0.4363, - Price: 0.42, - Buy: 0.44, - Sell: 0.44, - Change: 0, - ChangePercent: 1.2, - Volume: 3, - High: 0.44, - Low: 0.44, - YearlyHigh: 0.48, - YearlyLow: 0.4, - YearlyStart: 0.44, - YearlyChange: -5.33, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `North America`, - Country: `Canada`, - Risk: `Low`, - Sector: `Government`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `FedEx`, - Maturity: `2022-02-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 521 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `Lean Hogs`, - Spread: 0.01, - Open: 81.275, - Price: 81.32, - Buy: 81.81, - Sell: 81.82, - Change: -0.49, - ChangePercent: -0.6, - Volume: 1, - High: 81.81, - Low: 81.28, - YearlyHigh: 83.98, - YearlyLow: 70.25, - YearlyStart: 77.11, - YearlyChange: 6.09, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Asia Pacific`, - Country: `Malaysia`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-07-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 522 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soy Meat`, - Spread: 0.01, - Open: 342.6, - Price: 338.23, - Buy: 342.6, - Sell: 342.6, - Change: -4.39, - ChangePercent: -1.28, - Volume: 5646, - High: 345.4, - Low: 340.3, - YearlyHigh: 353.4, - YearlyLow: 261.7, - YearlyStart: 307.55, - YearlyChange: 11.4, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Europe`, - Country: `Estonia`, - Risk: `Low`, - Sector: `Public`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-04-16`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 523 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `US 30YR Future`, - Spread: 0.01, - Open: 164.875, - Price: 164.42, - Buy: 164.15, - Sell: 164.16, - Change: 0.26, - ChangePercent: 0.16, - Volume: 28012, - High: 165.25, - Low: 164.04, - YearlyHigh: 169.38, - YearlyLow: 151.47, - YearlyStart: 160.43, - YearlyChange: 2.33, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Europe`, - Country: `Germany`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-03-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 524 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `BTC/USD`, - Spread: 0.06, - Open: 93.88, - Price: 20715.16, - Buy: 21200.76, - Sell: 21400.78, - Change: -285.61, - ChangePercent: -1.36, - Volume: 5788000, - High: 22400.05, - Low: 20100.75, - YearlyHigh: 62400.7, - YearlyLow: 15100.88, - YearlyStart: 21200.29, - YearlyChange: -20.62, - Settlement: `Credit`, - Contract: `Options`, - Region: `Europe`, - Country: `Slovakia`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-08-16`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 525 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Sugar`, - Spread: 0.01, - Open: 15.68, - Price: 14.54, - Buy: 14.67, - Sell: 14.68, - Change: -0.13, - ChangePercent: -0.92, - Volume: 4949, - High: 15.7, - Low: 14.67, - YearlyHigh: 16.87, - YearlyLow: 11.37, - YearlyStart: 14.12, - YearlyChange: 3.92, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Asia Pacific`, - Country: `Malaysia`, - Risk: `High`, - Sector: `Public`, - Currency: `PLN`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-07-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 526 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Oats`, - Spread: 0.01, - Open: 194.5, - Price: 196.55, - Buy: 194.21, - Sell: 194.22, - Change: 2.33, - ChangePercent: 1.2, - Volume: 64, - High: 195.75, - Low: 194, - YearlyHigh: 241.25, - YearlyLow: 183.75, - YearlyStart: 212.5, - YearlyChange: -8.6, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `Africa`, - Country: `Egypt`, - Risk: `Low`, - Sector: `Public`, - Currency: `USD`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-04-19`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 527 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Coal`, - Spread: 0.015, - Open: 0.4363, - Price: 0.41, - Buy: 0.44, - Sell: 0.44, - Change: -0.01, - ChangePercent: -1.04, - Volume: 3, - High: 0.44, - Low: 0.44, - YearlyHigh: 0.48, - YearlyLow: 0.4, - YearlyStart: 0.44, - YearlyChange: -5.33, - Settlement: `Loan`, - Contract: `Forwards`, - Region: `Africa`, - Country: `Cameroon`, - Risk: `Low`, - Sector: `Government`, - Currency: `USD`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-05-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 528 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P 600 MINI`, - Spread: 0.01, - Open: 687.9, - Price: 693.11, - Buy: 687.9, - Sell: 687.9, - Change: 5.23, - ChangePercent: 0.76, - Volume: 0, - High: 0, - Low: 0, - YearlyHigh: 620.32, - YearlyLow: 595.9, - YearlyStart: 608.11, - YearlyChange: 13.12, - Settlement: `Loan`, - Contract: `Futures`, - Region: `Middle East`, - Country: `Israel`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-07-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 529 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Wheat`, - Spread: 0.01, - Open: 465.5, - Price: 470.36, - Buy: 465.5, - Sell: 465.5, - Change: 4.84, - ChangePercent: 1.04, - Volume: 4318, - High: 467, - Low: 463.25, - YearlyHigh: 628.5, - YearlyLow: 449.5, - YearlyStart: 539, - YearlyChange: -13.63, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Africa`, - Country: `Senegal`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `American Airlines`, - Maturity: `2022-04-23`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 530 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `OJ Future`, - Spread: 0.01, - Open: 140.6, - Price: 137.72, - Buy: 140.18, - Sell: 140.19, - Change: -2.47, - ChangePercent: -1.76, - Volume: 7, - High: 140.19, - Low: 0, - YearlyHigh: 155.95, - YearlyLow: 113, - YearlyStart: 134.47, - YearlyChange: 4.25, - Settlement: `Loan`, - Contract: `Futures`, - Region: `Middle East`, - Country: `Saudi Arabia`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-05-21`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 531 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Copper`, - Spread: 0.02, - Open: 2.123, - Price: 2.07, - Buy: 2.12, - Sell: 2.12, - Change: -0.04, - ChangePercent: -1.8, - Volume: 28819, - High: 2.16, - Low: 2.11, - YearlyHigh: 2.94, - YearlyLow: 1.96, - YearlyStart: 2.45, - YearlyChange: -13.76, - Settlement: `Cash`, - Contract: `Options`, - Region: `Middle East`, - Country: `Oman`, - Risk: `Low`, - Sector: `Public`, - Currency: `USD`, - Security: `High`, - Issuer: `FedEx`, - Maturity: `2022-08-24`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 532 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Platinum`, - Spread: 0.01, - Open: 1071.6, - Price: 1084.81, - Buy: 1071.09, - Sell: 1071.1, - Change: 13.71, - ChangePercent: 1.28, - Volume: 3039, - High: 1081.2, - Low: 1070.5, - YearlyHigh: 1120.6, - YearlyLow: 812.4, - YearlyStart: 966.5, - YearlyChange: 10.82, - Settlement: `Cash`, - Contract: `Swap`, - Region: `South America`, - Country: `Chile`, - Risk: `Low`, - Sector: `Public`, - Currency: `USD`, - Security: `Poor`, - Issuer: `FedEx`, - Maturity: `2022-02-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 533 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `FD Cattle`, - Spread: 0.01, - Open: 147.175, - Price: 148.31, - Buy: 148.6, - Sell: 148.61, - Change: -0.3, - ChangePercent: -0.2, - Volume: 5, - High: 148.61, - Low: 147.18, - YearlyHigh: 190, - YearlyLow: 138.1, - YearlyStart: 164.05, - YearlyChange: -9.41, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Middle East`, - Country: `Lebanon`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-04-23`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 534 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Wheat`, - Spread: 0.01, - Open: 465.5, - Price: 470.18, - Buy: 465.5, - Sell: 465.5, - Change: 4.66, - ChangePercent: 1, - Volume: 4318, - High: 467, - Low: 463.25, - YearlyHigh: 628.5, - YearlyLow: 449.5, - YearlyStart: 539, - YearlyChange: -13.63, - Settlement: `Cash`, - Contract: `Options`, - Region: `Middle East`, - Country: `Saudi Arabia`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-02-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 535 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `DOW Future`, - Spread: 0.01, - Open: 17711, - Price: 17556.28, - Buy: 17712.15, - Sell: 17712.16, - Change: -155.87, - ChangePercent: -0.88, - Volume: 22236, - High: 17727, - Low: 17642, - YearlyHigh: 18083, - YearlyLow: 15299, - YearlyStart: 16691, - YearlyChange: 6.12, - Settlement: `Cash`, - Contract: `CFD`, - Region: `Africa`, - Country: `Niger`, - Risk: `High`, - Sector: `Public`, - Currency: `USD`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-03-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 536 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `OJ Future`, - Spread: 0.01, - Open: 140.6, - Price: 139.46, - Buy: 140.18, - Sell: 140.19, - Change: -0.73, - ChangePercent: -0.52, - Volume: 7, - High: 140.19, - Low: 0, - YearlyHigh: 155.95, - YearlyLow: 113, - YearlyStart: 134.47, - YearlyChange: 4.25, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Africa`, - Country: `South Africa`, - Risk: `Low`, - Sector: `Government`, - Currency: `USD`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-08-22`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 537 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soy Meat`, - Spread: 0.01, - Open: 342.6, - Price: 336.73, - Buy: 342.6, - Sell: 342.6, - Change: -5.89, - ChangePercent: -1.72, - Volume: 5646, - High: 345.4, - Low: 340.3, - YearlyHigh: 353.4, - YearlyLow: 261.7, - YearlyStart: 307.55, - YearlyChange: 11.4, - Settlement: `Loan`, - Contract: `Options`, - Region: `Middle East`, - Country: `Qatar`, - Risk: `Low`, - Sector: `Public`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-06-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 538 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Silver`, - Spread: 0.01, - Open: 17.43, - Price: 17.46, - Buy: 17.43, - Sell: 17.43, - Change: 0.04, - ChangePercent: 0.24, - Volume: 11720, - High: 17.51, - Low: 17.37, - YearlyHigh: 18.06, - YearlyLow: 13.73, - YearlyStart: 15.89, - YearlyChange: 9.59, - Settlement: `Loan`, - Contract: `Forwards`, - Region: `Africa`, - Country: `Cameroon`, - Risk: `High`, - Sector: `Private`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-04-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 539 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Coal`, - Spread: 0.015, - Open: 0.4363, - Price: 0.41, - Buy: 0.44, - Sell: 0.44, - Change: -0.01, - ChangePercent: -1.08, - Volume: 3, - High: 0.44, - Low: 0.44, - YearlyHigh: 0.48, - YearlyLow: 0.4, - YearlyStart: 0.44, - YearlyChange: -5.33, - Settlement: `Cash`, - Contract: `Options`, - Region: `Asia Pacific`, - Country: `Pakistan`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `American Airlines`, - Maturity: `2022-03-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 540 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P Future`, - Spread: 0.01, - Open: 2057.5, - Price: 2039.33, - Buy: 2056.6, - Sell: 2056.61, - Change: -17.27, - ChangePercent: -0.84, - Volume: 142780, - High: 2059.5, - Low: 2049, - YearlyHigh: 2105.5, - YearlyLow: 1794.5, - YearlyStart: 1950, - YearlyChange: 5.47, - Settlement: `Credit`, - Contract: `Options`, - Region: `North America`, - Country: `United States`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-06-23`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 541 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `BTC/USD`, - Spread: 0.06, - Open: 93.88, - Price: 20967.17, - Buy: 21200.76, - Sell: 21400.78, - Change: -33.6, - ChangePercent: -0.16, - Volume: 5788000, - High: 22400.05, - Low: 20100.75, - YearlyHigh: 62400.7, - YearlyLow: 15100.88, - YearlyStart: 21200.29, - YearlyChange: -20.62, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Europe`, - Country: `Russia`, - Risk: `High`, - Sector: `Public`, - Currency: `USD`, - Security: `High`, - Issuer: `FedEx`, - Maturity: `2022-08-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 542 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Palladium`, - Spread: 0.01, - Open: 600.55, - Price: 607.97, - Buy: 601, - Sell: 601.01, - Change: 6.97, - ChangePercent: 1.16, - Volume: 651, - High: 607.2, - Low: 598.4, - YearlyHigh: 690, - YearlyLow: 458.6, - YearlyStart: 574.3, - YearlyChange: 4.65, - Settlement: `Loan`, - Contract: `CFD`, - Region: `Europe`, - Country: `Finland`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-08-21`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 543 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P MID MINI`, - Spread: 0.01, - Open: 1454.3, - Price: 1476.16, - Buy: 1455.78, - Sell: 1455.79, - Change: 20.38, - ChangePercent: 1.4, - Volume: 338, - High: 1455.78, - Low: 1448, - YearlyHigh: 1527.3, - YearlyLow: 1236, - YearlyStart: 1381.65, - YearlyChange: 5.37, - Settlement: `Loan`, - Contract: `Futures`, - Region: `South America`, - Country: `Brazil`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-08-19`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 544 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soybean`, - Spread: 0.01, - Open: 1038, - Price: 1039.45, - Buy: 1038.61, - Sell: 1038.62, - Change: 0.83, - ChangePercent: 0.08, - Volume: 20356, - High: 1044, - Low: 1031.75, - YearlyHigh: 1057, - YearlyLow: 859.5, - YearlyStart: 958.25, - YearlyChange: 8.39, - Settlement: `Cash`, - Contract: `Options`, - Region: `Asia Pacific`, - Country: `Malaysia`, - Risk: `High`, - Sector: `Government`, - Currency: `USD`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-04-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 545 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `DOW Future`, - Spread: 0.01, - Open: 17711, - Price: 17535.03, - Buy: 17712.15, - Sell: 17712.16, - Change: -177.12, - ChangePercent: -1, - Volume: 22236, - High: 17727, - Low: 17642, - YearlyHigh: 18083, - YearlyLow: 15299, - YearlyStart: 16691, - YearlyChange: 6.12, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `Africa`, - Country: `Egypt`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `High`, - Issuer: `American Airlines`, - Maturity: `2022-08-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 546 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Coal`, - Spread: 0.015, - Open: 0.4363, - Price: 0.42, - Buy: 0.44, - Sell: 0.44, - Change: 0, - ChangePercent: 1.88, - Volume: 3, - High: 0.44, - Low: 0.44, - YearlyHigh: 0.48, - YearlyLow: 0.4, - YearlyStart: 0.44, - YearlyChange: -5.33, - Settlement: `Cash`, - Contract: `Options`, - Region: `Asia Pacific`, - Country: `Philippines`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-09-22`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 547 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P MID MINI`, - Spread: 0.01, - Open: 1454.3, - Price: 1462.19, - Buy: 1455.78, - Sell: 1455.79, - Change: 6.41, - ChangePercent: 0.44, - Volume: 338, - High: 1455.78, - Low: 1448, - YearlyHigh: 1527.3, - YearlyLow: 1236, - YearlyStart: 1381.65, - YearlyChange: 5.37, - Settlement: `Credit`, - Contract: `Options`, - Region: `Asia Pacific`, - Country: `Australia`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-09-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 548 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Natural Gas`, - Spread: 0.02, - Open: 2.094, - Price: 2.13, - Buy: 2.09, - Sell: 2.09, - Change: 0.03, - ChangePercent: 1.16, - Volume: 2783, - High: 2.11, - Low: 2.09, - YearlyHigh: 3.2, - YearlyLow: 1.84, - YearlyStart: 2.52, - YearlyChange: -16.51, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Europe`, - Country: `Iceland`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `American Airlines`, - Maturity: `2022-06-19`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 549 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `DOW Future`, - Spread: 0.01, - Open: 17711, - Price: 17563.37, - Buy: 17712.15, - Sell: 17712.16, - Change: -148.78, - ChangePercent: -0.84, - Volume: 22236, - High: 17727, - Low: 17642, - YearlyHigh: 18083, - YearlyLow: 15299, - YearlyStart: 16691, - YearlyChange: 6.12, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Asia Pacific`, - Country: `Japan`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-02-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 550 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Copper`, - Spread: 0.02, - Open: 2.123, - Price: 2.13, - Buy: 2.12, - Sell: 2.12, - Change: 0.02, - ChangePercent: 0.84, - Volume: 28819, - High: 2.16, - Low: 2.11, - YearlyHigh: 2.94, - YearlyLow: 1.96, - YearlyStart: 2.45, - YearlyChange: -13.76, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Asia Pacific`, - Country: `India`, - Risk: `High`, - Sector: `Private`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-02-19`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 551 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Lumber`, - Spread: 0.01, - Open: 303.9, - Price: 309.11, - Buy: 304.59, - Sell: 304.6, - Change: 4.51, - ChangePercent: 1.48, - Volume: 2, - High: 304.6, - Low: 303.9, - YearlyHigh: 317.1, - YearlyLow: 236, - YearlyStart: 276.55, - YearlyChange: 10.14, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Middle East`, - Country: `Israel`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-06-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 552 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/CAD`, - Spread: 0.02, - Open: 0.7744, - Price: 0.95, - Buy: 0.94, - Sell: 0.96, - Change: 0, - ChangePercent: 0.04, - Volume: 13669, - High: 0.95, - Low: 0.77, - YearlyHigh: 0.95, - YearlyLow: 0.68, - YearlyStart: 0.76, - YearlyChange: 26.43, - Settlement: `Credit`, - Contract: `CFD`, - Region: `Middle East`, - Country: `Israel`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-02-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 553 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/CAD`, - Spread: 0.02, - Open: 0.7744, - Price: 0.94, - Buy: 0.94, - Sell: 0.96, - Change: -0.01, - ChangePercent: -1.88, - Volume: 13669, - High: 0.95, - Low: 0.77, - YearlyHigh: 0.95, - YearlyLow: 0.68, - YearlyStart: 0.76, - YearlyChange: 26.43, - Settlement: `Credit`, - Contract: `Forwards`, - Region: `Middle East`, - Country: `Syria`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-09-11`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 554 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `DOW Future`, - Spread: 0.01, - Open: 17711, - Price: 17506.69, - Buy: 17712.15, - Sell: 17712.16, - Change: -205.46, - ChangePercent: -1.16, - Volume: 22236, - High: 17727, - Low: 17642, - YearlyHigh: 18083, - YearlyLow: 15299, - YearlyStart: 16691, - YearlyChange: 6.12, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Africa`, - Country: `Tunisia`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `High`, - Issuer: `FedEx`, - Maturity: `2022-07-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 555 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Gold`, - Spread: 0.01, - Open: 1281.1, - Price: 1278.68, - Buy: 1280.73, - Sell: 1280.74, - Change: -2.05, - ChangePercent: -0.16, - Volume: 48387, - High: 1289.5, - Low: 1279.1, - YearlyHigh: 1306, - YearlyLow: 1047.2, - YearlyStart: 1176.6, - YearlyChange: 8.85, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Europe`, - Country: `Ireland`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-04-11`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 556 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `Lean Hogs`, - Spread: 0.01, - Open: 81.275, - Price: 83.19, - Buy: 81.81, - Sell: 81.82, - Change: 1.38, - ChangePercent: 1.68, - Volume: 1, - High: 81.81, - Low: 81.28, - YearlyHigh: 83.98, - YearlyLow: 70.25, - YearlyStart: 77.11, - YearlyChange: 6.09, - Settlement: `Loan`, - Contract: `Options`, - Region: `North America`, - Country: `Mexico`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `American Airlines`, - Maturity: `2022-08-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 557 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Gold`, - Spread: 0.01, - Open: 1281.1, - Price: 1281.24, - Buy: 1280.73, - Sell: 1280.74, - Change: 0.51, - ChangePercent: 0.04, - Volume: 48387, - High: 1289.5, - Low: 1279.1, - YearlyHigh: 1306, - YearlyLow: 1047.2, - YearlyStart: 1176.6, - YearlyChange: 8.85, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Europe`, - Country: `Switzerland`, - Risk: `Low`, - Sector: `Government`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `FedEx`, - Maturity: `2022-07-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 558 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Coffee`, - Spread: 0.01, - Open: 125.7, - Price: 125.59, - Buy: 125.7, - Sell: 125.7, - Change: -0.1, - ChangePercent: -0.08, - Volume: 1654, - High: 125.8, - Low: 125, - YearlyHigh: 155.75, - YearlyLow: 115.35, - YearlyStart: 135.55, - YearlyChange: -7.27, - Settlement: `Credit`, - Contract: `Futures`, - Region: `Asia Pacific`, - Country: `Japan`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `Poor`, - Issuer: `American Airlines`, - Maturity: `2022-06-21`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 559 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soy Meat`, - Spread: 0.01, - Open: 342.6, - Price: 341.39, - Buy: 342.6, - Sell: 342.6, - Change: -1.23, - ChangePercent: -0.36, - Volume: 5646, - High: 345.4, - Low: 340.3, - YearlyHigh: 353.4, - YearlyLow: 261.7, - YearlyStart: 307.55, - YearlyChange: 11.4, - Settlement: `Loan`, - Contract: `Futures`, - Region: `Middle East`, - Country: `Israel`, - Risk: `High`, - Sector: `Public`, - Currency: `USD`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-05-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 560 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Platinum`, - Spread: 0.01, - Open: 1071.6, - Price: 1067.67, - Buy: 1071.09, - Sell: 1071.1, - Change: -3.43, - ChangePercent: -0.32, - Volume: 3039, - High: 1081.2, - Low: 1070.5, - YearlyHigh: 1120.6, - YearlyLow: 812.4, - YearlyStart: 966.5, - YearlyChange: 10.82, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Asia Pacific`, - Country: `Taiwan`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `High`, - Issuer: `FedEx`, - Maturity: `2022-02-24`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 561 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `Euro$ 3M`, - Spread: 0.01, - Open: 99.18, - Price: 99.33, - Buy: 99.18, - Sell: 99.18, - Change: 0.16, - ChangePercent: 0.16, - Volume: 29509, - High: 99.18, - Low: 99.17, - YearlyHigh: 99.38, - YearlyLow: 98.41, - YearlyStart: 98.89, - YearlyChange: 0.28, - Settlement: `Cash`, - Contract: `Futures`, - Region: `South America`, - Country: `Brazil`, - Risk: `High`, - Sector: `Private`, - Currency: `PLN`, - Security: `High`, - Issuer: `American Airlines`, - Maturity: `2022-08-10`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 562 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `BTC/USD`, - Spread: 0.06, - Open: 93.88, - Price: 20740.36, - Buy: 21200.76, - Sell: 21400.78, - Change: -260.41, - ChangePercent: -1.24, - Volume: 5788000, - High: 22400.05, - Low: 20100.75, - YearlyHigh: 62400.7, - YearlyLow: 15100.88, - YearlyStart: 21200.29, - YearlyChange: -20.62, - Settlement: `Loan`, - Contract: `Forwards`, - Region: `Asia Pacific`, - Country: `New Zealand`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-07-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 563 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `OJ Future`, - Spread: 0.01, - Open: 140.6, - Price: 141.48, - Buy: 140.18, - Sell: 140.19, - Change: 1.29, - ChangePercent: 0.92, - Volume: 7, - High: 140.19, - Low: 0, - YearlyHigh: 155.95, - YearlyLow: 113, - YearlyStart: 134.47, - YearlyChange: 4.25, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Europe`, - Country: `Bulgaria`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-03-19`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 564 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/CHF`, - Spread: 0.02, - Open: 1.0337, - Price: 1.05, - Buy: 1.03, - Sell: 1.03, - Change: 0.01, - ChangePercent: 0.28, - Volume: 5550, - High: 1.03, - Low: 1.03, - YearlyHigh: 1.11, - YearlyLow: 0.98, - YearlyStart: 1.04, - YearlyChange: -0.12, - Settlement: `Loan`, - Contract: `Swap`, - Region: `South America`, - Country: `Bolivia`, - Risk: `Low`, - Sector: `Government`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-09-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 565 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/CHF`, - Spread: 0.02, - Open: 1.0337, - Price: 1.04, - Buy: 1.03, - Sell: 1.03, - Change: 0, - ChangePercent: -0.4, - Volume: 5550, - High: 1.03, - Low: 1.03, - YearlyHigh: 1.11, - YearlyLow: 0.98, - YearlyStart: 1.04, - YearlyChange: -0.12, - Settlement: `Cash`, - Contract: `Options`, - Region: `Asia Pacific`, - Country: `Indonesia`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-09-11`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 566 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Sugar`, - Spread: 0.01, - Open: 15.68, - Price: 14.87, - Buy: 14.67, - Sell: 14.68, - Change: 0.2, - ChangePercent: 1.32, - Volume: 4949, - High: 15.7, - Low: 14.67, - YearlyHigh: 16.87, - YearlyLow: 11.37, - YearlyStart: 14.12, - YearlyChange: 3.92, - Settlement: `Loan`, - Contract: `Futures`, - Region: `Middle East`, - Country: `Iran`, - Risk: `Low`, - Sector: `Government`, - Currency: `USD`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-04-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 567 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Coal`, - Spread: 0.015, - Open: 0.4363, - Price: 0.41, - Buy: 0.44, - Sell: 0.44, - Change: -0.01, - ChangePercent: -0.96, - Volume: 3, - High: 0.44, - Low: 0.44, - YearlyHigh: 0.48, - YearlyLow: 0.4, - YearlyStart: 0.44, - YearlyChange: -5.33, - Settlement: `Cash`, - Contract: `Options`, - Region: `Europe`, - Country: `Belgium`, - Risk: `Low`, - Sector: `Public`, - Currency: `USD`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-02-19`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 568 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Corn`, - Spread: 0.01, - Open: 379.5, - Price: 379.35, - Buy: 379.8, - Sell: 379.81, - Change: -0.45, - ChangePercent: -0.12, - Volume: 11266, - High: 381, - Low: 377.75, - YearlyHigh: 471.25, - YearlyLow: 351.25, - YearlyStart: 411.25, - YearlyChange: -7.65, - Settlement: `Cash`, - Contract: `Options`, - Region: `Asia Pacific`, - Country: `Korea`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `FedEx`, - Maturity: `2022-02-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 569 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `US 30YR Future`, - Spread: 0.01, - Open: 164.875, - Price: 163.5, - Buy: 164.15, - Sell: 164.16, - Change: -0.66, - ChangePercent: -0.4, - Volume: 28012, - High: 165.25, - Low: 164.04, - YearlyHigh: 169.38, - YearlyLow: 151.47, - YearlyStart: 160.43, - YearlyChange: 2.33, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Asia Pacific`, - Country: `Pakistan`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-02-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 570 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `FD Cattle`, - Spread: 0.01, - Open: 147.175, - Price: 149.68, - Buy: 148.6, - Sell: 148.61, - Change: 1.07, - ChangePercent: 0.72, - Volume: 5, - High: 148.61, - Low: 147.18, - YearlyHigh: 190, - YearlyLow: 138.1, - YearlyStart: 164.05, - YearlyChange: -9.41, - Settlement: `Cash`, - Contract: `CFD`, - Region: `Asia Pacific`, - Country: `Azerbaijan`, - Risk: `High`, - Sector: `Public`, - Currency: `USD`, - Security: `Poor`, - Issuer: `American Airlines`, - Maturity: `2022-05-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 571 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/JPY`, - Spread: 0.02, - Open: 9275.5, - Price: 9140.03, - Buy: 9277.32, - Sell: 9277.34, - Change: -137.3, - ChangePercent: -1.48, - Volume: 47734, - High: 9277.33, - Low: 0.93, - YearlyHigh: 9483, - YearlyLow: 0.93, - YearlyStart: 4741.97, - YearlyChange: 95.64, - Settlement: `Credit`, - Contract: `Options`, - Region: `Asia Pacific`, - Country: `New Zealand`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `Poor`, - Issuer: `FedEx`, - Maturity: `2022-04-21`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 572 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `FD Cattle`, - Spread: 0.01, - Open: 147.175, - Price: 149.14, - Buy: 148.6, - Sell: 148.61, - Change: 0.53, - ChangePercent: 0.36, - Volume: 5, - High: 148.61, - Low: 147.18, - YearlyHigh: 190, - YearlyLow: 138.1, - YearlyStart: 164.05, - YearlyChange: -9.41, - Settlement: `Credit`, - Contract: `CFD`, - Region: `Middle East`, - Country: `Bahrain`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-06-23`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 573 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Silver`, - Spread: 0.01, - Open: 17.43, - Price: 17.62, - Buy: 17.43, - Sell: 17.43, - Change: 0.2, - ChangePercent: 1.12, - Volume: 11720, - High: 17.51, - Low: 17.37, - YearlyHigh: 18.06, - YearlyLow: 13.73, - YearlyStart: 15.89, - YearlyChange: 9.59, - Settlement: `Cash`, - Contract: `Options`, - Region: `North America`, - Country: `United States`, - Risk: `High`, - Sector: `Public`, - Currency: `USD`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-02-10`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 574 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Lumber`, - Spread: 0.01, - Open: 303.9, - Price: 302.65, - Buy: 304.59, - Sell: 304.6, - Change: -1.95, - ChangePercent: -0.64, - Volume: 2, - High: 304.6, - Low: 303.9, - YearlyHigh: 317.1, - YearlyLow: 236, - YearlyStart: 276.55, - YearlyChange: 10.14, - Settlement: `Cash`, - Contract: `Futures`, - Region: `South America`, - Country: `Colombia`, - Risk: `Low`, - Sector: `Public`, - Currency: `USD`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-01-21`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 575 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Uranium`, - Spread: 0.02, - Open: 27.55, - Price: 27.19, - Buy: 27.55, - Sell: 27.55, - Change: -0.39, - ChangePercent: -1.4, - Volume: 12, - High: 27.55, - Low: 27.55, - YearlyHigh: 29.32, - YearlyLow: 21.28, - YearlyStart: 25.3, - YearlyChange: 9.01, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Europe`, - Country: `Sweden`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-05-16`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 576 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soy oil`, - Spread: 0.01, - Open: 33.26, - Price: 33.38, - Buy: 33.77, - Sell: 33.78, - Change: -0.39, - ChangePercent: -1.16, - Volume: 10592, - High: 33.77, - Low: 33.06, - YearlyHigh: 35.43, - YearlyLow: 26.61, - YearlyStart: 31.02, - YearlyChange: 8.87, - Settlement: `Credit`, - Contract: `CFD`, - Region: `South America`, - Country: `Paraguay`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-06-19`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 577 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `FD Cattle`, - Spread: 0.01, - Open: 147.175, - Price: 148.25, - Buy: 148.6, - Sell: 148.61, - Change: -0.36, - ChangePercent: -0.24, - Volume: 5, - High: 148.61, - Low: 147.18, - YearlyHigh: 190, - YearlyLow: 138.1, - YearlyStart: 164.05, - YearlyChange: -9.41, - Settlement: `Credit`, - Contract: `Options`, - Region: `Europe`, - Country: `Italy`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-06-10`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 578 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Coal`, - Spread: 0.015, - Open: 0.4363, - Price: 0.41, - Buy: 0.44, - Sell: 0.44, - Change: -0.01, - ChangePercent: -1.12, - Volume: 3, - High: 0.44, - Low: 0.44, - YearlyHigh: 0.48, - YearlyLow: 0.4, - YearlyStart: 0.44, - YearlyChange: -5.33, - Settlement: `Cash`, - Contract: `CFD`, - Region: `Middle East`, - Country: `UAE`, - Risk: `Low`, - Sector: `Government`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-04-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 579 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `Lean Hogs`, - Spread: 0.01, - Open: 81.275, - Price: 83.25, - Buy: 81.81, - Sell: 81.82, - Change: 1.44, - ChangePercent: 1.76, - Volume: 1, - High: 81.81, - Low: 81.28, - YearlyHigh: 83.98, - YearlyLow: 70.25, - YearlyStart: 77.11, - YearlyChange: 6.09, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Asia Pacific`, - Country: `Taiwan`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-08-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 580 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `LV Cattle`, - Spread: 0.01, - Open: 120.725, - Price: 119.5, - Buy: 120.72, - Sell: 120.72, - Change: -1.2, - ChangePercent: -1, - Volume: 4, - High: 120.72, - Low: 120.72, - YearlyHigh: 147.98, - YearlyLow: 113.9, - YearlyStart: 130.94, - YearlyChange: -7.82, - Settlement: `Credit`, - Contract: `Futures`, - Region: `Middle East`, - Country: `Turkey`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `High`, - Issuer: `American Airlines`, - Maturity: `2022-04-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 581 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Gold`, - Spread: 0.01, - Open: 1281.1, - Price: 1285.85, - Buy: 1280.73, - Sell: 1280.74, - Change: 5.12, - ChangePercent: 0.4, - Volume: 48387, - High: 1289.5, - Low: 1279.1, - YearlyHigh: 1306, - YearlyLow: 1047.2, - YearlyStart: 1176.6, - YearlyChange: 8.85, - Settlement: `Cash`, - Contract: `Options`, - Region: `Middle East`, - Country: `Jordan`, - Risk: `High`, - Sector: `Public`, - Currency: `PLN`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-05-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 582 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/CAD`, - Spread: 0.02, - Open: 0.7744, - Price: 0.97, - Buy: 0.94, - Sell: 0.96, - Change: 0.02, - ChangePercent: 1.88, - Volume: 13669, - High: 0.95, - Low: 0.77, - YearlyHigh: 0.95, - YearlyLow: 0.68, - YearlyStart: 0.76, - YearlyChange: 26.43, - Settlement: `Credit`, - Contract: `Options`, - Region: `Middle East`, - Country: `Kuwait`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-08-21`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 583 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `NAS Future`, - Spread: 0.01, - Open: 4341.25, - Price: 4303.08, - Buy: 4341.25, - Sell: 4341.25, - Change: -38.2, - ChangePercent: -0.88, - Volume: 18259, - High: 4347, - Low: 4318, - YearlyHigh: 4719.75, - YearlyLow: 3867.75, - YearlyStart: 4293.75, - YearlyChange: 1.11, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Asia Pacific`, - Country: `Singapore`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-02-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 584 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `Euro$ 3M`, - Spread: 0.01, - Open: 99.18, - Price: 98.65, - Buy: 99.18, - Sell: 99.18, - Change: -0.52, - ChangePercent: -0.52, - Volume: 29509, - High: 99.18, - Low: 99.17, - YearlyHigh: 99.38, - YearlyLow: 98.41, - YearlyStart: 98.89, - YearlyChange: 0.28, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Asia Pacific`, - Country: `Azerbaijan`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-08-23`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 585 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Lumber`, - Spread: 0.01, - Open: 303.9, - Price: 309.84, - Buy: 304.59, - Sell: 304.6, - Change: 5.24, - ChangePercent: 1.72, - Volume: 2, - High: 304.6, - Low: 303.9, - YearlyHigh: 317.1, - YearlyLow: 236, - YearlyStart: 276.55, - YearlyChange: 10.14, - Settlement: `Cash`, - Contract: `CFD`, - Region: `Asia Pacific`, - Country: `China`, - Risk: `Low`, - Sector: `Government`, - Currency: `USD`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-03-27`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 586 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `Euro$ 3M`, - Spread: 0.01, - Open: 99.18, - Price: 98.22, - Buy: 99.18, - Sell: 99.18, - Change: -0.95, - ChangePercent: -0.96, - Volume: 29509, - High: 99.18, - Low: 99.17, - YearlyHigh: 99.38, - YearlyLow: 98.41, - YearlyStart: 98.89, - YearlyChange: 0.28, - Settlement: `Credit`, - Contract: `Forwards`, - Region: `Asia Pacific`, - Country: `Thailand`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-02-21`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 587 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `AUD/USD`, - Spread: 0.02, - Open: 0.7344, - Price: 0.74, - Buy: 0.73, - Sell: 0.73, - Change: 0, - ChangePercent: -1.08, - Volume: 36764, - High: 0.74, - Low: 0.73, - YearlyHigh: 0.79, - YearlyLow: 0.68, - YearlyStart: 0.73, - YearlyChange: 1.28, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `Europe`, - Country: `Hungary`, - Risk: `Low`, - Sector: `Public`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-01-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 588 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Oil`, - Spread: 0.015, - Open: 45.54, - Price: 46.17, - Buy: 45.78, - Sell: 45.8, - Change: 0.38, - ChangePercent: 0.84, - Volume: 107196, - High: 45.94, - Low: 45, - YearlyHigh: 65.28, - YearlyLow: 30.79, - YearlyStart: 48.03, - YearlyChange: -4.67, - Settlement: `Loan`, - Contract: `Futures`, - Region: `Europe`, - Country: `Bulgaria`, - Risk: `High`, - Sector: `Private`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-05-23`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 589 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Uranium`, - Spread: 0.02, - Open: 27.55, - Price: 27.77, - Buy: 27.55, - Sell: 27.55, - Change: 0.19, - ChangePercent: 0.68, - Volume: 12, - High: 27.55, - Low: 27.55, - YearlyHigh: 29.32, - YearlyLow: 21.28, - YearlyStart: 25.3, - YearlyChange: 9.01, - Settlement: `Cash`, - Contract: `Swap`, - Region: `South America`, - Country: `Paraguay`, - Risk: `High`, - Sector: `Public`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-06-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 590 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `DOW Future`, - Spread: 0.01, - Open: 17711, - Price: 17740.49, - Buy: 17712.15, - Sell: 17712.16, - Change: 28.34, - ChangePercent: 0.16, - Volume: 22236, - High: 17727, - Low: 17642, - YearlyHigh: 18083, - YearlyLow: 15299, - YearlyStart: 16691, - YearlyChange: 6.12, - Settlement: `Cash`, - Contract: `Swap`, - Region: `South America`, - Country: `Guyana`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-03-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 591 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `GBP/USD`, - Spread: 0.02, - Open: 1.4464, - Price: 1.17, - Buy: 1.18, - Sell: 1.2, - Change: -0.02, - ChangePercent: -1.92, - Volume: 29450, - High: 1.45, - Low: 1.19, - YearlyHigh: 1.59, - YearlyLow: 1.19, - YearlyStart: 1.49, - YearlyChange: -19.59, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Europe`, - Country: `United Kingdom`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-05-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 592 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Wheat`, - Spread: 0.01, - Open: 465.5, - Price: 467.75, - Buy: 465.5, - Sell: 465.5, - Change: 2.23, - ChangePercent: 0.48, - Volume: 4318, - High: 467, - Low: 463.25, - YearlyHigh: 628.5, - YearlyLow: 449.5, - YearlyStart: 539, - YearlyChange: -13.63, - Settlement: `Credit`, - Contract: `Futures`, - Region: `Asia Pacific`, - Country: `New Zealand`, - Risk: `Low`, - Sector: `Public`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `American Airlines`, - Maturity: `2022-03-19`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 593 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `FD Cattle`, - Spread: 0.01, - Open: 147.175, - Price: 147.24, - Buy: 148.6, - Sell: 148.61, - Change: -1.37, - ChangePercent: -0.92, - Volume: 5, - High: 148.61, - Low: 147.18, - YearlyHigh: 190, - YearlyLow: 138.1, - YearlyStart: 164.05, - YearlyChange: -9.41, - Settlement: `Loan`, - Contract: `CFD`, - Region: `Europe`, - Country: `United Kingdom`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-05-11`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 594 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Natural Gas`, - Spread: 0.02, - Open: 2.094, - Price: 2.09, - Buy: 2.09, - Sell: 2.09, - Change: -0.01, - ChangePercent: -0.76, - Volume: 2783, - High: 2.11, - Low: 2.09, - YearlyHigh: 3.2, - YearlyLow: 1.84, - YearlyStart: 2.52, - YearlyChange: -16.51, - Settlement: `Cash`, - Contract: `Options`, - Region: `Europe`, - Country: `Slovakia`, - Risk: `High`, - Sector: `Government`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-06-11`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 595 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Cotton`, - Spread: 0.01, - Open: 61.77, - Price: 62.95, - Buy: 61.77, - Sell: 61.77, - Change: 1.19, - ChangePercent: 1.92, - Volume: 3612, - High: 62.06, - Low: 61.32, - YearlyHigh: 67.59, - YearlyLow: 54.33, - YearlyStart: 60.96, - YearlyChange: 1.31, - Settlement: `Loan`, - Contract: `Forwards`, - Region: `North America`, - Country: `Canada`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-01-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 596 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Wheat`, - Spread: 0.01, - Open: 465.5, - Price: 463.66, - Buy: 465.5, - Sell: 465.5, - Change: -1.86, - ChangePercent: -0.4, - Volume: 4318, - High: 467, - Low: 463.25, - YearlyHigh: 628.5, - YearlyLow: 449.5, - YearlyStart: 539, - YearlyChange: -13.63, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `North America`, - Country: `Canada`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `High`, - Issuer: `FedEx`, - Maturity: `2022-07-11`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 597 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `OJ Future`, - Spread: 0.01, - Open: 140.6, - Price: 140.58, - Buy: 140.18, - Sell: 140.19, - Change: 0.39, - ChangePercent: 0.28, - Volume: 7, - High: 140.19, - Low: 0, - YearlyHigh: 155.95, - YearlyLow: 113, - YearlyStart: 134.47, - YearlyChange: 4.25, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Europe`, - Country: `France`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-05-23`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 598 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `LV Cattle`, - Spread: 0.01, - Open: 120.725, - Price: 119.3, - Buy: 120.72, - Sell: 120.72, - Change: -1.41, - ChangePercent: -1.16, - Volume: 4, - High: 120.72, - Low: 120.72, - YearlyHigh: 147.98, - YearlyLow: 113.9, - YearlyStart: 130.94, - YearlyChange: -7.82, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Africa`, - Country: `Senegal`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-03-11`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 599 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Oil`, - Spread: 0.015, - Open: 45.54, - Price: 45.41, - Buy: 45.78, - Sell: 45.8, - Change: -0.38, - ChangePercent: -0.84, - Volume: 107196, - High: 45.94, - Low: 45, - YearlyHigh: 65.28, - YearlyLow: 30.79, - YearlyStart: 48.03, - YearlyChange: -4.67, - Settlement: `Cash`, - Contract: `Options`, - Region: `Africa`, - Country: `Algeria`, - Risk: `Low`, - Sector: `Government`, - Currency: `PLN`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-06-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 600 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Silver`, - Spread: 0.01, - Open: 17.43, - Price: 17.2, - Buy: 17.43, - Sell: 17.43, - Change: -0.22, - ChangePercent: -1.24, - Volume: 11720, - High: 17.51, - Low: 17.37, - YearlyHigh: 18.06, - YearlyLow: 13.73, - YearlyStart: 15.89, - YearlyChange: 9.59, - Settlement: `Loan`, - Contract: `Forwards`, - Region: `Europe`, - Country: `Germany`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-08-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 601 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Lumber`, - Spread: 0.01, - Open: 303.9, - Price: 302.41, - Buy: 304.59, - Sell: 304.6, - Change: -2.19, - ChangePercent: -0.72, - Volume: 2, - High: 304.6, - Low: 303.9, - YearlyHigh: 317.1, - YearlyLow: 236, - YearlyStart: 276.55, - YearlyChange: 10.14, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Africa`, - Country: `Tunisia`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-04-21`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 602 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `US 30YR Future`, - Spread: 0.01, - Open: 164.875, - Price: 164.49, - Buy: 164.15, - Sell: 164.16, - Change: 0.33, - ChangePercent: 0.2, - Volume: 28012, - High: 165.25, - Low: 164.04, - YearlyHigh: 169.38, - YearlyLow: 151.47, - YearlyStart: 160.43, - YearlyChange: 2.33, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Middle East`, - Country: `Saudi Arabia`, - Risk: `High`, - Sector: `Public`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-03-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 603 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soy oil`, - Spread: 0.01, - Open: 33.26, - Price: 33.74, - Buy: 33.77, - Sell: 33.78, - Change: -0.03, - ChangePercent: -0.08, - Volume: 10592, - High: 33.77, - Low: 33.06, - YearlyHigh: 35.43, - YearlyLow: 26.61, - YearlyStart: 31.02, - YearlyChange: 8.87, - Settlement: `Cash`, - Contract: `Options`, - Region: `South America`, - Country: `Chile`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-04-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 604 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Corn`, - Spread: 0.01, - Open: 379.5, - Price: 383.9, - Buy: 379.8, - Sell: 379.81, - Change: 4.1, - ChangePercent: 1.08, - Volume: 11266, - High: 381, - Low: 377.75, - YearlyHigh: 471.25, - YearlyLow: 351.25, - YearlyStart: 411.25, - YearlyChange: -7.65, - Settlement: `Credit`, - Contract: `Forwards`, - Region: `North America`, - Country: `Mexico`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-02-24`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 605 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Wheat`, - Spread: 0.01, - Open: 465.5, - Price: 467.38, - Buy: 465.5, - Sell: 465.5, - Change: 1.86, - ChangePercent: 0.4, - Volume: 4318, - High: 467, - Low: 463.25, - YearlyHigh: 628.5, - YearlyLow: 449.5, - YearlyStart: 539, - YearlyChange: -13.63, - Settlement: `Credit`, - Contract: `Forwards`, - Region: `Europe`, - Country: `Bulgaria`, - Risk: `Low`, - Sector: `Public`, - Currency: `USD`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-02-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 606 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soy Meat`, - Spread: 0.01, - Open: 342.6, - Price: 346.05, - Buy: 342.6, - Sell: 342.6, - Change: 3.43, - ChangePercent: 1, - Volume: 5646, - High: 345.4, - Low: 340.3, - YearlyHigh: 353.4, - YearlyLow: 261.7, - YearlyStart: 307.55, - YearlyChange: 11.4, - Settlement: `Cash`, - Contract: `Options`, - Region: `Africa`, - Country: `Morocco`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-05-10`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 607 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soy Meat`, - Spread: 0.01, - Open: 342.6, - Price: 343.44, - Buy: 342.6, - Sell: 342.6, - Change: 0.82, - ChangePercent: 0.24, - Volume: 5646, - High: 345.4, - Low: 340.3, - YearlyHigh: 353.4, - YearlyLow: 261.7, - YearlyStart: 307.55, - YearlyChange: 11.4, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Asia Pacific`, - Country: `China`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-07-19`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 608 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `Euro$ 3M`, - Spread: 0.01, - Open: 99.18, - Price: 97.74, - Buy: 99.18, - Sell: 99.18, - Change: -1.43, - ChangePercent: -1.44, - Volume: 29509, - High: 99.18, - Low: 99.17, - YearlyHigh: 99.38, - YearlyLow: 98.41, - YearlyStart: 98.89, - YearlyChange: 0.28, - Settlement: `Credit`, - Contract: `Options`, - Region: `South America`, - Country: `Colombia`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-05-19`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 609 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `US 30YR Future`, - Spread: 0.01, - Open: 164.875, - Price: 165.87, - Buy: 164.15, - Sell: 164.16, - Change: 1.71, - ChangePercent: 1.04, - Volume: 28012, - High: 165.25, - Low: 164.04, - YearlyHigh: 169.38, - YearlyLow: 151.47, - YearlyStart: 160.43, - YearlyChange: 2.33, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Asia Pacific`, - Country: `Malaysia`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `FedEx`, - Maturity: `2022-05-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 610 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Palladium`, - Spread: 0.01, - Open: 600.55, - Price: 590.42, - Buy: 601, - Sell: 601.01, - Change: -10.58, - ChangePercent: -1.76, - Volume: 651, - High: 607.2, - Low: 598.4, - YearlyHigh: 690, - YearlyLow: 458.6, - YearlyStart: 574.3, - YearlyChange: 4.65, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Middle East`, - Country: `Jordan`, - Risk: `High`, - Sector: `Private`, - Currency: `PLN`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-07-11`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 611 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Oil`, - Spread: 0.015, - Open: 45.54, - Price: 46.47, - Buy: 45.78, - Sell: 45.8, - Change: 0.68, - ChangePercent: 1.48, - Volume: 107196, - High: 45.94, - Low: 45, - YearlyHigh: 65.28, - YearlyLow: 30.79, - YearlyStart: 48.03, - YearlyChange: -4.67, - Settlement: `Cash`, - Contract: `Options`, - Region: `Middle East`, - Country: `Saudi Arabia`, - Risk: `Low`, - Sector: `Public`, - Currency: `USD`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-01-27`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 612 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Lumber`, - Spread: 0.01, - Open: 303.9, - Price: 300.7, - Buy: 304.59, - Sell: 304.6, - Change: -3.9, - ChangePercent: -1.28, - Volume: 2, - High: 304.6, - Low: 303.9, - YearlyHigh: 317.1, - YearlyLow: 236, - YearlyStart: 276.55, - YearlyChange: 10.14, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Middle East`, - Country: `Qatar`, - Risk: `High`, - Sector: `Government`, - Currency: `USD`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-05-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 613 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `DOW Future`, - Spread: 0.01, - Open: 17711, - Price: 17584.62, - Buy: 17712.15, - Sell: 17712.16, - Change: -127.53, - ChangePercent: -0.72, - Volume: 22236, - High: 17727, - Low: 17642, - YearlyHigh: 18083, - YearlyLow: 15299, - YearlyStart: 16691, - YearlyChange: 6.12, - Settlement: `Credit`, - Contract: `Options`, - Region: `South America`, - Country: `Peru`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-07-10`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 614 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Milk`, - Spread: 0.01, - Open: 12.87, - Price: 12.75, - Buy: 12.87, - Sell: 12.87, - Change: -0.11, - ChangePercent: -0.88, - Volume: 7, - High: 12.89, - Low: 12.81, - YearlyHigh: 16.96, - YearlyLow: 12.81, - YearlyStart: 14.88, - YearlyChange: -13.6, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Europe`, - Country: `Ireland`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-02-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 615 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `DOW Future`, - Spread: 0.01, - Open: 17711, - Price: 17733.41, - Buy: 17712.15, - Sell: 17712.16, - Change: 21.26, - ChangePercent: 0.12, - Volume: 22236, - High: 17727, - Low: 17642, - YearlyHigh: 18083, - YearlyLow: 15299, - YearlyStart: 16691, - YearlyChange: 6.12, - Settlement: `Cash`, - Contract: `Options`, - Region: `Middle East`, - Country: `Iraq`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-04-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 616 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Corn`, - Spread: 0.01, - Open: 379.5, - Price: 376.16, - Buy: 379.8, - Sell: 379.81, - Change: -3.64, - ChangePercent: -0.96, - Volume: 11266, - High: 381, - Low: 377.75, - YearlyHigh: 471.25, - YearlyLow: 351.25, - YearlyStart: 411.25, - YearlyChange: -7.65, - Settlement: `Credit`, - Contract: `Swap`, - Region: `North America`, - Country: `Canada`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-05-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 617 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P Future`, - Spread: 0.01, - Open: 2057.5, - Price: 2068.12, - Buy: 2056.6, - Sell: 2056.61, - Change: 11.52, - ChangePercent: 0.56, - Volume: 142780, - High: 2059.5, - Low: 2049, - YearlyHigh: 2105.5, - YearlyLow: 1794.5, - YearlyStart: 1950, - YearlyChange: 5.47, - Settlement: `Loan`, - Contract: `CFD`, - Region: `Asia Pacific`, - Country: `Korea`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-09-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 618 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `OJ Future`, - Spread: 0.01, - Open: 140.6, - Price: 141.03, - Buy: 140.18, - Sell: 140.19, - Change: 0.84, - ChangePercent: 0.6, - Volume: 7, - High: 140.19, - Low: 0, - YearlyHigh: 155.95, - YearlyLow: 113, - YearlyStart: 134.47, - YearlyChange: 4.25, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Asia Pacific`, - Country: `Taiwan`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `FedEx`, - Maturity: `2022-04-27`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 619 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Coal`, - Spread: 0.015, - Open: 0.4363, - Price: 0.42, - Buy: 0.44, - Sell: 0.44, - Change: 0, - ChangePercent: 1.4, - Volume: 3, - High: 0.44, - Low: 0.44, - YearlyHigh: 0.48, - YearlyLow: 0.4, - YearlyStart: 0.44, - YearlyChange: -5.33, - Settlement: `Cash`, - Contract: `Swap`, - Region: `North America`, - Country: `United States`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-05-27`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 620 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `OJ Future`, - Spread: 0.01, - Open: 140.6, - Price: 139.46, - Buy: 140.18, - Sell: 140.19, - Change: -0.73, - ChangePercent: -0.52, - Volume: 7, - High: 140.19, - Low: 0, - YearlyHigh: 155.95, - YearlyLow: 113, - YearlyStart: 134.47, - YearlyChange: 4.25, - Settlement: `Loan`, - Contract: `Forwards`, - Region: `North America`, - Country: `United States`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-01-21`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 621 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Coffee`, - Spread: 0.01, - Open: 125.7, - Price: 125.59, - Buy: 125.7, - Sell: 125.7, - Change: -0.1, - ChangePercent: -0.08, - Volume: 1654, - High: 125.8, - Low: 125, - YearlyHigh: 155.75, - YearlyLow: 115.35, - YearlyStart: 135.55, - YearlyChange: -7.27, - Settlement: `Loan`, - Contract: `Futures`, - Region: `Asia Pacific`, - Country: `New Zealand`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-04-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 622 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Corn`, - Spread: 0.01, - Open: 379.5, - Price: 376.16, - Buy: 379.8, - Sell: 379.81, - Change: -3.64, - ChangePercent: -0.96, - Volume: 11266, - High: 381, - Low: 377.75, - YearlyHigh: 471.25, - YearlyLow: 351.25, - YearlyStart: 411.25, - YearlyChange: -7.65, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Middle East`, - Country: `Saudi Arabia`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-09-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 623 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `US 10YR Future`, - Spread: 0.01, - Open: 130.5625, - Price: 131.57, - Buy: 130.56, - Sell: 130.56, - Change: 0.99, - ChangePercent: 0.76, - Volume: 189310, - High: 130.63, - Low: 130.44, - YearlyHigh: 132.64, - YearlyLow: 125.48, - YearlyStart: 129.06, - YearlyChange: 1.18, - Settlement: `Cash`, - Contract: `Options`, - Region: `Africa`, - Country: `Algeria`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-06-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 624 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soybean`, - Spread: 0.01, - Open: 1038, - Price: 1019.51, - Buy: 1038.61, - Sell: 1038.62, - Change: -19.11, - ChangePercent: -1.84, - Volume: 20356, - High: 1044, - Low: 1031.75, - YearlyHigh: 1057, - YearlyLow: 859.5, - YearlyStart: 958.25, - YearlyChange: 8.39, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Africa`, - Country: `Ethiopia`, - Risk: `Low`, - Sector: `Government`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `American Airlines`, - Maturity: `2022-08-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 625 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Diesel`, - Spread: 0.015, - Open: 1.3474, - Price: 1.34, - Buy: 1.35, - Sell: 1.35, - Change: -0.02, - ChangePercent: -0.96, - Volume: 2971, - High: 1.36, - Low: 1.34, - YearlyHigh: 2.11, - YearlyLow: 0.92, - YearlyStart: 1.51, - YearlyChange: -10.4, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Europe`, - Country: `United Kingdom`, - Risk: `High`, - Sector: `Private`, - Currency: `PLN`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-08-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 626 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Cocoa`, - Spread: 0.01, - Open: 3076, - Price: 3124.02, - Buy: 3076, - Sell: 3076, - Change: 47.99, - ChangePercent: 1.56, - Volume: 978, - High: 3078, - Low: 3066, - YearlyHigh: 3406, - YearlyLow: 2746, - YearlyStart: 3076, - YearlyChange: 0, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Middle East`, - Country: `Qatar`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `FedEx`, - Maturity: `2022-04-22`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 627 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Oil`, - Spread: 0.015, - Open: 45.54, - Price: 45.02, - Buy: 45.78, - Sell: 45.8, - Change: -0.77, - ChangePercent: -1.68, - Volume: 107196, - High: 45.94, - Low: 45, - YearlyHigh: 65.28, - YearlyLow: 30.79, - YearlyStart: 48.03, - YearlyChange: -4.67, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Africa`, - Country: `Tunisia`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `American Airlines`, - Maturity: `2022-03-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 628 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Coal`, - Spread: 0.015, - Open: 0.4363, - Price: 0.42, - Buy: 0.44, - Sell: 0.44, - Change: 0, - ChangePercent: 0.72, - Volume: 3, - High: 0.44, - Low: 0.44, - YearlyHigh: 0.48, - YearlyLow: 0.4, - YearlyStart: 0.44, - YearlyChange: -5.33, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `South America`, - Country: `Argentina`, - Risk: `High`, - Sector: `Public`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-03-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 629 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `GBP/USD`, - Spread: 0.02, - Open: 1.4464, - Price: 1.2, - Buy: 1.18, - Sell: 1.2, - Change: 0.01, - ChangePercent: 0.72, - Volume: 29450, - High: 1.45, - Low: 1.19, - YearlyHigh: 1.59, - YearlyLow: 1.19, - YearlyStart: 1.49, - YearlyChange: -19.59, - Settlement: `Credit`, - Contract: `CFD`, - Region: `South America`, - Country: `Brazil`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-03-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 630 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Gold`, - Spread: 0.01, - Open: 1281.1, - Price: 1256.65, - Buy: 1280.73, - Sell: 1280.74, - Change: -24.08, - ChangePercent: -1.88, - Volume: 48387, - High: 1289.5, - Low: 1279.1, - YearlyHigh: 1306, - YearlyLow: 1047.2, - YearlyStart: 1176.6, - YearlyChange: 8.85, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Africa`, - Country: `Ethiopia`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-03-21`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 631 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/CAD`, - Spread: 0.02, - Open: 0.7744, - Price: 0.97, - Buy: 0.94, - Sell: 0.96, - Change: 0.02, - ChangePercent: 1.32, - Volume: 13669, - High: 0.95, - Low: 0.77, - YearlyHigh: 0.95, - YearlyLow: 0.68, - YearlyStart: 0.76, - YearlyChange: 26.43, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Asia Pacific`, - Country: `Malaysia`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `Poor`, - Issuer: `American Airlines`, - Maturity: `2022-09-24`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 632 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Natural Gas`, - Spread: 0.02, - Open: 2.094, - Price: 2.09, - Buy: 2.09, - Sell: 2.09, - Change: -0.01, - ChangePercent: -0.6, - Volume: 2783, - High: 2.11, - Low: 2.09, - YearlyHigh: 3.2, - YearlyLow: 1.84, - YearlyStart: 2.52, - YearlyChange: -16.51, - Settlement: `Cash`, - Contract: `CFD`, - Region: `Europe`, - Country: `Sweden`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-03-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 633 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Lumber`, - Spread: 0.01, - Open: 303.9, - Price: 302.89, - Buy: 304.59, - Sell: 304.6, - Change: -1.71, - ChangePercent: -0.56, - Volume: 2, - High: 304.6, - Low: 303.9, - YearlyHigh: 317.1, - YearlyLow: 236, - YearlyStart: 276.55, - YearlyChange: 10.14, - Settlement: `Loan`, - Contract: `Futures`, - Region: `Asia Pacific`, - Country: `Australia`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-08-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 634 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Lumber`, - Spread: 0.01, - Open: 303.9, - Price: 307.89, - Buy: 304.59, - Sell: 304.6, - Change: 3.29, - ChangePercent: 1.08, - Volume: 2, - High: 304.6, - Low: 303.9, - YearlyHigh: 317.1, - YearlyLow: 236, - YearlyStart: 276.55, - YearlyChange: 10.14, - Settlement: `Credit`, - Contract: `Forwards`, - Region: `Middle East`, - Country: `UAE`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-06-11`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 635 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Silver`, - Spread: 0.01, - Open: 17.43, - Price: 17.17, - Buy: 17.43, - Sell: 17.43, - Change: -0.25, - ChangePercent: -1.44, - Volume: 11720, - High: 17.51, - Low: 17.37, - YearlyHigh: 18.06, - YearlyLow: 13.73, - YearlyStart: 15.89, - YearlyChange: 9.59, - Settlement: `Cash`, - Contract: `Options`, - Region: `Europe`, - Country: `Switzerland`, - Risk: `High`, - Sector: `Government`, - Currency: `PLN`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-03-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 636 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `GBP/USD`, - Spread: 0.02, - Open: 1.4464, - Price: 1.2, - Buy: 1.18, - Sell: 1.2, - Change: 0.01, - ChangePercent: 0.32, - Volume: 29450, - High: 1.45, - Low: 1.19, - YearlyHigh: 1.59, - YearlyLow: 1.19, - YearlyStart: 1.49, - YearlyChange: -19.59, - Settlement: `Credit`, - Contract: `Futures`, - Region: `Asia Pacific`, - Country: `Indonesia`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `High`, - Issuer: `FedEx`, - Maturity: `2022-07-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 637 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Oil`, - Spread: 0.015, - Open: 45.54, - Price: 46.41, - Buy: 45.78, - Sell: 45.8, - Change: 0.62, - ChangePercent: 1.36, - Volume: 107196, - High: 45.94, - Low: 45, - YearlyHigh: 65.28, - YearlyLow: 30.79, - YearlyStart: 48.03, - YearlyChange: -4.67, - Settlement: `Credit`, - Contract: `Forwards`, - Region: `Africa`, - Country: `South Africa`, - Risk: `Low`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-03-22`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 638 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `Lean Hogs`, - Spread: 0.01, - Open: 81.275, - Price: 81.91, - Buy: 81.81, - Sell: 81.82, - Change: 0.1, - ChangePercent: 0.12, - Volume: 1, - High: 81.81, - Low: 81.28, - YearlyHigh: 83.98, - YearlyLow: 70.25, - YearlyStart: 77.11, - YearlyChange: 6.09, - Settlement: `Credit`, - Contract: `CFD`, - Region: `Middle East`, - Country: `Syria`, - Risk: `Low`, - Sector: `Public`, - Currency: `PLN`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-08-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 639 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `US 30YR Future`, - Spread: 0.01, - Open: 164.875, - Price: 164.16, - Buy: 164.15, - Sell: 164.16, - Change: 0, - ChangePercent: 0, - Volume: 28012, - High: 165.25, - Low: 164.04, - YearlyHigh: 169.38, - YearlyLow: 151.47, - YearlyStart: 160.43, - YearlyChange: 2.33, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Europe`, - Country: `Spain`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-03-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 640 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P 600 MINI`, - Spread: 0.01, - Open: 687.9, - Price: 690.91, - Buy: 687.9, - Sell: 687.9, - Change: 3.03, - ChangePercent: 0.44, - Volume: 0, - High: 0, - Low: 0, - YearlyHigh: 620.32, - YearlyLow: 595.9, - YearlyStart: 608.11, - YearlyChange: 13.12, - Settlement: `Credit`, - Contract: `Futures`, - Region: `Middle East`, - Country: `Oman`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-03-24`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 641 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `DOW Future`, - Spread: 0.01, - Open: 17711, - Price: 17924.7, - Buy: 17712.15, - Sell: 17712.16, - Change: 212.55, - ChangePercent: 1.2, - Volume: 22236, - High: 17727, - Low: 17642, - YearlyHigh: 18083, - YearlyLow: 15299, - YearlyStart: 16691, - YearlyChange: 6.12, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Middle East`, - Country: `Syria`, - Risk: `High`, - Sector: `Private`, - Currency: `PLN`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-02-24`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 642 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/CHF`, - Spread: 0.02, - Open: 1.0337, - Price: 1.04, - Buy: 1.03, - Sell: 1.03, - Change: 0, - ChangePercent: -0.36, - Volume: 5550, - High: 1.03, - Low: 1.03, - YearlyHigh: 1.11, - YearlyLow: 0.98, - YearlyStart: 1.04, - YearlyChange: -0.12, - Settlement: `Cash`, - Contract: `Options`, - Region: `Middle East`, - Country: `Oman`, - Risk: `Low`, - Sector: `Public`, - Currency: `USD`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-08-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 643 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `OJ Future`, - Spread: 0.01, - Open: 140.6, - Price: 141.65, - Buy: 140.18, - Sell: 140.19, - Change: 1.46, - ChangePercent: 1.04, - Volume: 7, - High: 140.19, - Low: 0, - YearlyHigh: 155.95, - YearlyLow: 113, - YearlyStart: 134.47, - YearlyChange: 4.25, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Africa`, - Country: `Senegal`, - Risk: `High`, - Sector: `Private`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-06-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 644 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P MID MINI`, - Spread: 0.01, - Open: 1454.3, - Price: 1473.25, - Buy: 1455.78, - Sell: 1455.79, - Change: 17.47, - ChangePercent: 1.2, - Volume: 338, - High: 1455.78, - Low: 1448, - YearlyHigh: 1527.3, - YearlyLow: 1236, - YearlyStart: 1381.65, - YearlyChange: 5.37, - Settlement: `Loan`, - Contract: `Options`, - Region: `Asia Pacific`, - Country: `China`, - Risk: `High`, - Sector: `Government`, - Currency: `PLN`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-03-11`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 645 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `Euro$ 3M`, - Spread: 0.01, - Open: 99.18, - Price: 98.06, - Buy: 99.18, - Sell: 99.18, - Change: -1.11, - ChangePercent: -1.12, - Volume: 29509, - High: 99.18, - Low: 99.17, - YearlyHigh: 99.38, - YearlyLow: 98.41, - YearlyStart: 98.89, - YearlyChange: 0.28, - Settlement: `Cash`, - Contract: `Options`, - Region: `Asia Pacific`, - Country: `Azerbaijan`, - Risk: `Low`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-05-21`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 646 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Uranium`, - Spread: 0.02, - Open: 27.55, - Price: 27.72, - Buy: 27.55, - Sell: 27.55, - Change: 0.14, - ChangePercent: 0.52, - Volume: 12, - High: 27.55, - Low: 27.55, - YearlyHigh: 29.32, - YearlyLow: 21.28, - YearlyStart: 25.3, - YearlyChange: 9.01, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Asia Pacific`, - Country: `Indonesia`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-05-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 647 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/CAD`, - Spread: 0.02, - Open: 0.7744, - Price: 0.97, - Buy: 0.94, - Sell: 0.96, - Change: 0.02, - ChangePercent: 1.96, - Volume: 13669, - High: 0.95, - Low: 0.77, - YearlyHigh: 0.95, - YearlyLow: 0.68, - YearlyStart: 0.76, - YearlyChange: 26.43, - Settlement: `Loan`, - Contract: `CFD`, - Region: `Europe`, - Country: `Slovakia`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-03-16`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 648 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Ethanol`, - Spread: 0.01, - Open: 1.512, - Price: 2.77, - Buy: 2.75, - Sell: 2.76, - Change: 0.02, - ChangePercent: 0.64, - Volume: 14, - High: 2.75, - Low: 1.12, - YearlyHigh: 2.75, - YearlyLow: 1.12, - YearlyStart: 1.48, - YearlyChange: 86.7, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Africa`, - Country: `Senegal`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-03-22`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 649 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Diesel`, - Spread: 0.015, - Open: 1.3474, - Price: 1.34, - Buy: 1.35, - Sell: 1.35, - Change: -0.02, - ChangePercent: -1.08, - Volume: 2971, - High: 1.36, - Low: 1.34, - YearlyHigh: 2.11, - YearlyLow: 0.92, - YearlyStart: 1.51, - YearlyChange: -10.4, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Middle East`, - Country: `Qatar`, - Risk: `High`, - Sector: `Public`, - Currency: `USD`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-09-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 650 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P MID MINI`, - Spread: 0.01, - Open: 1454.3, - Price: 1460.44, - Buy: 1455.78, - Sell: 1455.79, - Change: 4.66, - ChangePercent: 0.32, - Volume: 338, - High: 1455.78, - Low: 1448, - YearlyHigh: 1527.3, - YearlyLow: 1236, - YearlyStart: 1381.65, - YearlyChange: 5.37, - Settlement: `Cash`, - Contract: `CFD`, - Region: `Asia Pacific`, - Country: `China`, - Risk: `High`, - Sector: `Private`, - Currency: `PLN`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-08-21`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 651 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Oats`, - Spread: 0.01, - Open: 194.5, - Price: 195.07, - Buy: 194.21, - Sell: 194.22, - Change: 0.85, - ChangePercent: 0.44, - Volume: 64, - High: 195.75, - Low: 194, - YearlyHigh: 241.25, - YearlyLow: 183.75, - YearlyStart: 212.5, - YearlyChange: -8.6, - Settlement: `Cash`, - Contract: `Options`, - Region: `Asia Pacific`, - Country: `Hong Kong`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-01-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 652 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Palladium`, - Spread: 0.01, - Open: 600.55, - Price: 608.45, - Buy: 601, - Sell: 601.01, - Change: 7.45, - ChangePercent: 1.24, - Volume: 651, - High: 607.2, - Low: 598.4, - YearlyHigh: 690, - YearlyLow: 458.6, - YearlyStart: 574.3, - YearlyChange: 4.65, - Settlement: `Loan`, - Contract: `Futures`, - Region: `Asia Pacific`, - Country: `Japan`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `High`, - Issuer: `American Airlines`, - Maturity: `2022-02-16`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 653 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Natural Gas`, - Spread: 0.02, - Open: 2.094, - Price: 2.09, - Buy: 2.09, - Sell: 2.09, - Change: -0.01, - ChangePercent: -0.84, - Volume: 2783, - High: 2.11, - Low: 2.09, - YearlyHigh: 3.2, - YearlyLow: 1.84, - YearlyStart: 2.52, - YearlyChange: -16.51, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Africa`, - Country: `Senegal`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `FedEx`, - Maturity: `2022-01-24`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 654 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Ethanol`, - Spread: 0.01, - Open: 1.512, - Price: 2.75, - Buy: 2.75, - Sell: 2.76, - Change: 0, - ChangePercent: -0.28, - Volume: 14, - High: 2.75, - Low: 1.12, - YearlyHigh: 2.75, - YearlyLow: 1.12, - YearlyStart: 1.48, - YearlyChange: 86.7, - Settlement: `Credit`, - Contract: `Options`, - Region: `South America`, - Country: `Brazil`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-05-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 655 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `NAS Future`, - Spread: 0.01, - Open: 4341.25, - Price: 4285.71, - Buy: 4341.25, - Sell: 4341.25, - Change: -55.57, - ChangePercent: -1.28, - Volume: 18259, - High: 4347, - Low: 4318, - YearlyHigh: 4719.75, - YearlyLow: 3867.75, - YearlyStart: 4293.75, - YearlyChange: 1.11, - Settlement: `Credit`, - Contract: `Forwards`, - Region: `Africa`, - Country: `Libya`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-08-27`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 656 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Coffee`, - Spread: 0.01, - Open: 125.7, - Price: 123.83, - Buy: 125.7, - Sell: 125.7, - Change: -1.86, - ChangePercent: -1.48, - Volume: 1654, - High: 125.8, - Low: 125, - YearlyHigh: 155.75, - YearlyLow: 115.35, - YearlyStart: 135.55, - YearlyChange: -7.27, - Settlement: `Loan`, - Contract: `Forwards`, - Region: `Asia Pacific`, - Country: `Japan`, - Risk: `High`, - Sector: `Private`, - Currency: `PLN`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-04-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 657 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Platinum`, - Spread: 0.01, - Open: 1071.6, - Price: 1051.82, - Buy: 1071.09, - Sell: 1071.1, - Change: -19.28, - ChangePercent: -1.8, - Volume: 3039, - High: 1081.2, - Low: 1070.5, - YearlyHigh: 1120.6, - YearlyLow: 812.4, - YearlyStart: 966.5, - YearlyChange: 10.82, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Africa`, - Country: `Tunisia`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `High`, - Issuer: `American Airlines`, - Maturity: `2022-03-16`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 658 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soy Meat`, - Spread: 0.01, - Open: 342.6, - Price: 339.74, - Buy: 342.6, - Sell: 342.6, - Change: -2.88, - ChangePercent: -0.84, - Volume: 5646, - High: 345.4, - Low: 340.3, - YearlyHigh: 353.4, - YearlyLow: 261.7, - YearlyStart: 307.55, - YearlyChange: 11.4, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Africa`, - Country: `South Africa`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `High`, - Issuer: `American Airlines`, - Maturity: `2022-04-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 659 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `US 10YR Future`, - Spread: 0.01, - Open: 130.5625, - Price: 128.08, - Buy: 130.56, - Sell: 130.56, - Change: -2.5, - ChangePercent: -1.92, - Volume: 189310, - High: 130.63, - Low: 130.44, - YearlyHigh: 132.64, - YearlyLow: 125.48, - YearlyStart: 129.06, - YearlyChange: 1.18, - Settlement: `Cash`, - Contract: `CFD`, - Region: `Asia Pacific`, - Country: `Indonesia`, - Risk: `Low`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-06-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 660 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Cotton`, - Spread: 0.01, - Open: 61.77, - Price: 62.77, - Buy: 61.77, - Sell: 61.77, - Change: 1.01, - ChangePercent: 1.64, - Volume: 3612, - High: 62.06, - Low: 61.32, - YearlyHigh: 67.59, - YearlyLow: 54.33, - YearlyStart: 60.96, - YearlyChange: 1.31, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Middle East`, - Country: `Qatar`, - Risk: `Low`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-05-22`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 661 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `NAS Future`, - Spread: 0.01, - Open: 4341.25, - Price: 4372.54, - Buy: 4341.25, - Sell: 4341.25, - Change: 31.26, - ChangePercent: 0.72, - Volume: 18259, - High: 4347, - Low: 4318, - YearlyHigh: 4719.75, - YearlyLow: 3867.75, - YearlyStart: 4293.75, - YearlyChange: 1.11, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Africa`, - Country: `Egypt`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-02-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 662 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Gold`, - Spread: 0.01, - Open: 1281.1, - Price: 1303.78, - Buy: 1280.73, - Sell: 1280.74, - Change: 23.05, - ChangePercent: 1.8, - Volume: 48387, - High: 1289.5, - Low: 1279.1, - YearlyHigh: 1306, - YearlyLow: 1047.2, - YearlyStart: 1176.6, - YearlyChange: 8.85, - Settlement: `Credit`, - Contract: `Futures`, - Region: `Africa`, - Country: `Morocco`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `High`, - Issuer: `FedEx`, - Maturity: `2022-06-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 663 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Wheat`, - Spread: 0.01, - Open: 465.5, - Price: 466.26, - Buy: 465.5, - Sell: 465.5, - Change: 0.74, - ChangePercent: 0.16, - Volume: 4318, - High: 467, - Low: 463.25, - YearlyHigh: 628.5, - YearlyLow: 449.5, - YearlyStart: 539, - YearlyChange: -13.63, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `South America`, - Country: `Guyana`, - Risk: `Low`, - Sector: `Public`, - Currency: `PLN`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-09-19`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 664 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Cocoa`, - Spread: 0.01, - Open: 3076, - Price: 3082.18, - Buy: 3076, - Sell: 3076, - Change: 6.15, - ChangePercent: 0.2, - Volume: 978, - High: 3078, - Low: 3066, - YearlyHigh: 3406, - YearlyLow: 2746, - YearlyStart: 3076, - YearlyChange: 0, - Settlement: `Cash`, - Contract: `Options`, - Region: `Africa`, - Country: `South Africa`, - Risk: `High`, - Sector: `Private`, - Currency: `PLN`, - Security: `High`, - Issuer: `FedEx`, - Maturity: `2022-06-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 665 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Oil`, - Spread: 0.015, - Open: 45.54, - Price: 46.12, - Buy: 45.78, - Sell: 45.8, - Change: 0.33, - ChangePercent: 0.72, - Volume: 107196, - High: 45.94, - Low: 45, - YearlyHigh: 65.28, - YearlyLow: 30.79, - YearlyStart: 48.03, - YearlyChange: -4.67, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Africa`, - Country: `Senegal`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-02-23`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 666 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `DOW Future`, - Spread: 0.01, - Open: 17711, - Price: 17995.55, - Buy: 17712.15, - Sell: 17712.16, - Change: 283.4, - ChangePercent: 1.6, - Volume: 22236, - High: 17727, - Low: 17642, - YearlyHigh: 18083, - YearlyLow: 15299, - YearlyStart: 16691, - YearlyChange: 6.12, - Settlement: `Credit`, - Contract: `Futures`, - Region: `Europe`, - Country: `Romania`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-06-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 667 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Corn`, - Spread: 0.01, - Open: 379.5, - Price: 384.82, - Buy: 379.8, - Sell: 379.81, - Change: 5.02, - ChangePercent: 1.32, - Volume: 11266, - High: 381, - Low: 377.75, - YearlyHigh: 471.25, - YearlyLow: 351.25, - YearlyStart: 411.25, - YearlyChange: -7.65, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Europe`, - Country: `Romania`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-04-16`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 668 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `FD Cattle`, - Spread: 0.01, - Open: 147.175, - Price: 148.78, - Buy: 148.6, - Sell: 148.61, - Change: 0.17, - ChangePercent: 0.12, - Volume: 5, - High: 148.61, - Low: 147.18, - YearlyHigh: 190, - YearlyLow: 138.1, - YearlyStart: 164.05, - YearlyChange: -9.41, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Asia Pacific`, - Country: `Korea`, - Risk: `Low`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-07-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 669 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `LV Cattle`, - Spread: 0.01, - Open: 120.725, - Price: 121.43, - Buy: 120.72, - Sell: 120.72, - Change: 0.73, - ChangePercent: 0.6, - Volume: 4, - High: 120.72, - Low: 120.72, - YearlyHigh: 147.98, - YearlyLow: 113.9, - YearlyStart: 130.94, - YearlyChange: -7.82, - Settlement: `Cash`, - Contract: `Options`, - Region: `Europe`, - Country: `Italy`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-03-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 670 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Palladium`, - Spread: 0.01, - Open: 600.55, - Price: 610.14, - Buy: 601, - Sell: 601.01, - Change: 9.14, - ChangePercent: 1.52, - Volume: 651, - High: 607.2, - Low: 598.4, - YearlyHigh: 690, - YearlyLow: 458.6, - YearlyStart: 574.3, - YearlyChange: 4.65, - Settlement: `Loan`, - Contract: `Forwards`, - Region: `North America`, - Country: `Mexico`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-05-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 671 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `AUD/USD`, - Spread: 0.02, - Open: 0.7344, - Price: 0.76, - Buy: 0.73, - Sell: 0.73, - Change: 0.02, - ChangePercent: 1.8, - Volume: 36764, - High: 0.74, - Low: 0.73, - YearlyHigh: 0.79, - YearlyLow: 0.68, - YearlyStart: 0.73, - YearlyChange: 1.28, - Settlement: `Credit`, - Contract: `Futures`, - Region: `Africa`, - Country: `Libya`, - Risk: `High`, - Sector: `Public`, - Currency: `USD`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-02-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 672 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `AUD/USD`, - Spread: 0.02, - Open: 0.7344, - Price: 0.76, - Buy: 0.73, - Sell: 0.73, - Change: 0.02, - ChangePercent: 1.88, - Volume: 36764, - High: 0.74, - Low: 0.73, - YearlyHigh: 0.79, - YearlyLow: 0.68, - YearlyStart: 0.73, - YearlyChange: 1.28, - Settlement: `Loan`, - Contract: `Futures`, - Region: `Africa`, - Country: `Cameroon`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `High`, - Issuer: `FedEx`, - Maturity: `2022-06-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 673 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Silver`, - Spread: 0.01, - Open: 17.43, - Price: 17.58, - Buy: 17.43, - Sell: 17.43, - Change: 0.16, - ChangePercent: 0.92, - Volume: 11720, - High: 17.51, - Low: 17.37, - YearlyHigh: 18.06, - YearlyLow: 13.73, - YearlyStart: 15.89, - YearlyChange: 9.59, - Settlement: `Loan`, - Contract: `Futures`, - Region: `Europe`, - Country: `Germany`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-02-27`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 674 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soy oil`, - Spread: 0.01, - Open: 33.26, - Price: 33.7, - Buy: 33.77, - Sell: 33.78, - Change: -0.07, - ChangePercent: -0.2, - Volume: 10592, - High: 33.77, - Low: 33.06, - YearlyHigh: 35.43, - YearlyLow: 26.61, - YearlyStart: 31.02, - YearlyChange: 8.87, - Settlement: `Loan`, - Contract: `Futures`, - Region: `Africa`, - Country: `Cameroon`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-05-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 675 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Corn`, - Spread: 0.01, - Open: 379.5, - Price: 377.52, - Buy: 379.8, - Sell: 379.81, - Change: -2.28, - ChangePercent: -0.6, - Volume: 11266, - High: 381, - Low: 377.75, - YearlyHigh: 471.25, - YearlyLow: 351.25, - YearlyStart: 411.25, - YearlyChange: -7.65, - Settlement: `Loan`, - Contract: `Forwards`, - Region: `Middle East`, - Country: `Iraq`, - Risk: `Low`, - Sector: `Public`, - Currency: `USD`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-03-10`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 676 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `US 2Y Future`, - Spread: 0.01, - Open: 109.3984, - Price: 110.18, - Buy: 109.4, - Sell: 109.4, - Change: 0.79, - ChangePercent: 0.72, - Volume: 17742, - High: 109.41, - Low: 109.38, - YearlyHigh: 109.8, - YearlyLow: 108.62, - YearlyStart: 109.21, - YearlyChange: 0.16, - Settlement: `Cash`, - Contract: `Options`, - Region: `Middle East`, - Country: `Iraq`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-05-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 677 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/JPY`, - Spread: 0.02, - Open: 9275.5, - Price: 9336.71, - Buy: 9277.32, - Sell: 9277.34, - Change: 59.38, - ChangePercent: 0.64, - Volume: 47734, - High: 9277.33, - Low: 0.93, - YearlyHigh: 9483, - YearlyLow: 0.93, - YearlyStart: 4741.97, - YearlyChange: 95.64, - Settlement: `Credit`, - Contract: `Options`, - Region: `Europe`, - Country: `Czechia`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-08-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 678 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soy Meat`, - Spread: 0.01, - Open: 342.6, - Price: 348.65, - Buy: 342.6, - Sell: 342.6, - Change: 6.03, - ChangePercent: 1.76, - Volume: 5646, - High: 345.4, - Low: 340.3, - YearlyHigh: 353.4, - YearlyLow: 261.7, - YearlyStart: 307.55, - YearlyChange: 11.4, - Settlement: `Credit`, - Contract: `Futures`, - Region: `Middle East`, - Country: `Iraq`, - Risk: `Low`, - Sector: `Government`, - Currency: `USD`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-02-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 679 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `US 30YR Future`, - Spread: 0.01, - Open: 164.875, - Price: 164.75, - Buy: 164.15, - Sell: 164.16, - Change: 0.59, - ChangePercent: 0.36, - Volume: 28012, - High: 165.25, - Low: 164.04, - YearlyHigh: 169.38, - YearlyLow: 151.47, - YearlyStart: 160.43, - YearlyChange: 2.33, - Settlement: `Credit`, - Contract: `CFD`, - Region: `Asia Pacific`, - Country: `Japan`, - Risk: `Low`, - Sector: `Public`, - Currency: `PLN`, - Security: `High`, - Issuer: `FedEx`, - Maturity: `2022-08-21`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 680 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `LV Cattle`, - Spread: 0.01, - Open: 120.725, - Price: 123.02, - Buy: 120.72, - Sell: 120.72, - Change: 2.31, - ChangePercent: 1.92, - Volume: 4, - High: 120.72, - Low: 120.72, - YearlyHigh: 147.98, - YearlyLow: 113.9, - YearlyStart: 130.94, - YearlyChange: -7.82, - Settlement: `Loan`, - Contract: `Futures`, - Region: `Europe`, - Country: `Hungary`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-07-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 681 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P 600 MINI`, - Spread: 0.01, - Open: 687.9, - Price: 679.08, - Buy: 687.9, - Sell: 687.9, - Change: -8.8, - ChangePercent: -1.28, - Volume: 0, - High: 0, - Low: 0, - YearlyHigh: 620.32, - YearlyLow: 595.9, - YearlyStart: 608.11, - YearlyChange: 13.12, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Middle East`, - Country: `Lebanon`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-07-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 682 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P Future`, - Spread: 0.01, - Open: 2057.5, - Price: 2031.1, - Buy: 2056.6, - Sell: 2056.61, - Change: -25.5, - ChangePercent: -1.24, - Volume: 142780, - High: 2059.5, - Low: 2049, - YearlyHigh: 2105.5, - YearlyLow: 1794.5, - YearlyStart: 1950, - YearlyChange: 5.47, - Settlement: `Loan`, - Contract: `Options`, - Region: `Middle East`, - Country: `Saudi Arabia`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-02-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 683 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Silver`, - Spread: 0.01, - Open: 17.43, - Price: 17.17, - Buy: 17.43, - Sell: 17.43, - Change: -0.25, - ChangePercent: -1.44, - Volume: 11720, - High: 17.51, - Low: 17.37, - YearlyHigh: 18.06, - YearlyLow: 13.73, - YearlyStart: 15.89, - YearlyChange: 9.59, - Settlement: `Loan`, - Contract: `Options`, - Region: `North America`, - Country: `United States`, - Risk: `High`, - Sector: `Private`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-01-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 684 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `AUD/USD`, - Spread: 0.02, - Open: 0.7344, - Price: 0.76, - Buy: 0.73, - Sell: 0.73, - Change: 0.02, - ChangePercent: 1.68, - Volume: 36764, - High: 0.74, - Low: 0.73, - YearlyHigh: 0.79, - YearlyLow: 0.68, - YearlyStart: 0.73, - YearlyChange: 1.28, - Settlement: `Cash`, - Contract: `Options`, - Region: `Africa`, - Country: `Tunisia`, - Risk: `Low`, - Sector: `Public`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-07-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 685 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Cocoa`, - Spread: 0.01, - Open: 3076, - Price: 3116.63, - Buy: 3076, - Sell: 3076, - Change: 40.6, - ChangePercent: 1.32, - Volume: 978, - High: 3078, - Low: 3066, - YearlyHigh: 3406, - YearlyLow: 2746, - YearlyStart: 3076, - YearlyChange: 0, - Settlement: `Loan`, - Contract: `Futures`, - Region: `Asia Pacific`, - Country: `China`, - Risk: `Low`, - Sector: `Public`, - Currency: `USD`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-02-21`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 686 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Coal`, - Spread: 0.015, - Open: 0.4363, - Price: 0.42, - Buy: 0.44, - Sell: 0.44, - Change: 0, - ChangePercent: 0.72, - Volume: 3, - High: 0.44, - Low: 0.44, - YearlyHigh: 0.48, - YearlyLow: 0.4, - YearlyStart: 0.44, - YearlyChange: -5.33, - Settlement: `Cash`, - Contract: `CFD`, - Region: `Europe`, - Country: `Greece`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-02-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 687 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Gold`, - Spread: 0.01, - Open: 1281.1, - Price: 1278.17, - Buy: 1280.73, - Sell: 1280.74, - Change: -2.56, - ChangePercent: -0.2, - Volume: 48387, - High: 1289.5, - Low: 1279.1, - YearlyHigh: 1306, - YearlyLow: 1047.2, - YearlyStart: 1176.6, - YearlyChange: 8.85, - Settlement: `Loan`, - Contract: `Futures`, - Region: `Africa`, - Country: `Libya`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-03-23`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 688 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `BTC/USD`, - Spread: 0.06, - Open: 93.88, - Price: 20589.16, - Buy: 21200.76, - Sell: 21400.78, - Change: -411.61, - ChangePercent: -1.96, - Volume: 5788000, - High: 22400.05, - Low: 20100.75, - YearlyHigh: 62400.7, - YearlyLow: 15100.88, - YearlyStart: 21200.29, - YearlyChange: -20.62, - Settlement: `Credit`, - Contract: `Forwards`, - Region: `Asia Pacific`, - Country: `Australia`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-05-23`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 689 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Natural Gas`, - Spread: 0.02, - Open: 2.094, - Price: 2.08, - Buy: 2.09, - Sell: 2.09, - Change: -0.02, - ChangePercent: -1.32, - Volume: 2783, - High: 2.11, - Low: 2.09, - YearlyHigh: 3.2, - YearlyLow: 1.84, - YearlyStart: 2.52, - YearlyChange: -16.51, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Europe`, - Country: `Switzerland`, - Risk: `Low`, - Sector: `Public`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-06-19`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 690 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `OJ Future`, - Spread: 0.01, - Open: 140.6, - Price: 141.76, - Buy: 140.18, - Sell: 140.19, - Change: 1.57, - ChangePercent: 1.12, - Volume: 7, - High: 140.19, - Low: 0, - YearlyHigh: 155.95, - YearlyLow: 113, - YearlyStart: 134.47, - YearlyChange: 4.25, - Settlement: `Credit`, - Contract: `Options`, - Region: `Middle East`, - Country: `Jordan`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-02-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 691 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Copper`, - Spread: 0.02, - Open: 2.123, - Price: 2.08, - Buy: 2.12, - Sell: 2.12, - Change: -0.03, - ChangePercent: -1.56, - Volume: 28819, - High: 2.16, - Low: 2.11, - YearlyHigh: 2.94, - YearlyLow: 1.96, - YearlyStart: 2.45, - YearlyChange: -13.76, - Settlement: `Cash`, - Contract: `CFD`, - Region: `Asia Pacific`, - Country: `Hong Kong`, - Risk: `Low`, - Sector: `Public`, - Currency: `USD`, - Security: `Poor`, - Issuer: `American Airlines`, - Maturity: `2022-06-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 692 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Palladium`, - Spread: 0.01, - Open: 600.55, - Price: 599.8, - Buy: 601, - Sell: 601.01, - Change: -1.2, - ChangePercent: -0.2, - Volume: 651, - High: 607.2, - Low: 598.4, - YearlyHigh: 690, - YearlyLow: 458.6, - YearlyStart: 574.3, - YearlyChange: 4.65, - Settlement: `Credit`, - Contract: `Options`, - Region: `Asia Pacific`, - Country: `India`, - Risk: `Low`, - Sector: `Government`, - Currency: `PLN`, - Security: `High`, - Issuer: `FedEx`, - Maturity: `2022-04-24`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 693 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soy Meat`, - Spread: 0.01, - Open: 342.6, - Price: 337.96, - Buy: 342.6, - Sell: 342.6, - Change: -4.66, - ChangePercent: -1.36, - Volume: 5646, - High: 345.4, - Low: 340.3, - YearlyHigh: 353.4, - YearlyLow: 261.7, - YearlyStart: 307.55, - YearlyChange: 11.4, - Settlement: `Cash`, - Contract: `CFD`, - Region: `Asia Pacific`, - Country: `India`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-03-21`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 694 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `US 30YR Future`, - Spread: 0.01, - Open: 164.875, - Price: 164.09, - Buy: 164.15, - Sell: 164.16, - Change: -0.07, - ChangePercent: -0.04, - Volume: 28012, - High: 165.25, - Low: 164.04, - YearlyHigh: 169.38, - YearlyLow: 151.47, - YearlyStart: 160.43, - YearlyChange: 2.33, - Settlement: `Credit`, - Contract: `Futures`, - Region: `Africa`, - Country: `Ethiopia`, - Risk: `Low`, - Sector: `Public`, - Currency: `PLN`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-05-11`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 695 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soy oil`, - Spread: 0.01, - Open: 33.26, - Price: 33.5, - Buy: 33.77, - Sell: 33.78, - Change: -0.27, - ChangePercent: -0.8, - Volume: 10592, - High: 33.77, - Low: 33.06, - YearlyHigh: 35.43, - YearlyLow: 26.61, - YearlyStart: 31.02, - YearlyChange: 8.87, - Settlement: `Credit`, - Contract: `Options`, - Region: `Africa`, - Country: `Ethiopia`, - Risk: `Low`, - Sector: `Government`, - Currency: `PLN`, - Security: `High`, - Issuer: `FedEx`, - Maturity: `2022-03-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 696 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Gold`, - Spread: 0.01, - Open: 1281.1, - Price: 1257.68, - Buy: 1280.73, - Sell: 1280.74, - Change: -23.05, - ChangePercent: -1.8, - Volume: 48387, - High: 1289.5, - Low: 1279.1, - YearlyHigh: 1306, - YearlyLow: 1047.2, - YearlyStart: 1176.6, - YearlyChange: 8.85, - Settlement: `Loan`, - Contract: `Options`, - Region: `Europe`, - Country: `Italy`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-04-21`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 697 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Milk`, - Spread: 0.01, - Open: 12.87, - Price: 12.98, - Buy: 12.87, - Sell: 12.87, - Change: 0.12, - ChangePercent: 0.96, - Volume: 7, - High: 12.89, - Low: 12.81, - YearlyHigh: 16.96, - YearlyLow: 12.81, - YearlyStart: 14.88, - YearlyChange: -13.6, - Settlement: `Loan`, - Contract: `Forwards`, - Region: `North America`, - Country: `United States`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-05-22`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 698 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `AUD/USD`, - Spread: 0.02, - Open: 0.7344, - Price: 0.75, - Buy: 0.73, - Sell: 0.73, - Change: 0.01, - ChangePercent: 1.32, - Volume: 36764, - High: 0.74, - Low: 0.73, - YearlyHigh: 0.79, - YearlyLow: 0.68, - YearlyStart: 0.73, - YearlyChange: 1.28, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Europe`, - Country: `Czechia`, - Risk: `Low`, - Sector: `Public`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-07-21`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 699 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `FD Cattle`, - Spread: 0.01, - Open: 147.175, - Price: 147.66, - Buy: 148.6, - Sell: 148.61, - Change: -0.95, - ChangePercent: -0.64, - Volume: 5, - High: 148.61, - Low: 147.18, - YearlyHigh: 190, - YearlyLow: 138.1, - YearlyStart: 164.05, - YearlyChange: -9.41, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Africa`, - Country: `Cameroon`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-09-21`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 700 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Gold`, - Spread: 0.01, - Open: 1281.1, - Price: 1299.17, - Buy: 1280.73, - Sell: 1280.74, - Change: 18.44, - ChangePercent: 1.44, - Volume: 48387, - High: 1289.5, - Low: 1279.1, - YearlyHigh: 1306, - YearlyLow: 1047.2, - YearlyStart: 1176.6, - YearlyChange: 8.85, - Settlement: `Cash`, - Contract: `Swap`, - Region: `South America`, - Country: `Ecuador`, - Risk: `High`, - Sector: `Public`, - Currency: `USD`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-07-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 701 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `FD Cattle`, - Spread: 0.01, - Open: 147.175, - Price: 149.44, - Buy: 148.6, - Sell: 148.61, - Change: 0.83, - ChangePercent: 0.56, - Volume: 5, - High: 148.61, - Low: 147.18, - YearlyHigh: 190, - YearlyLow: 138.1, - YearlyStart: 164.05, - YearlyChange: -9.41, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Africa`, - Country: `Senegal`, - Risk: `High`, - Sector: `Public`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-08-23`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 702 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `DOW Future`, - Spread: 0.01, - Open: 17711, - Price: 17535.03, - Buy: 17712.15, - Sell: 17712.16, - Change: -177.12, - ChangePercent: -1, - Volume: 22236, - High: 17727, - Low: 17642, - YearlyHigh: 18083, - YearlyLow: 15299, - YearlyStart: 16691, - YearlyChange: 6.12, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Middle East`, - Country: `Kuwait`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-02-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 703 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `BTC/USD`, - Spread: 0.06, - Open: 93.88, - Price: 21101.58, - Buy: 21200.76, - Sell: 21400.78, - Change: 100.81, - ChangePercent: 0.48, - Volume: 5788000, - High: 22400.05, - Low: 20100.75, - YearlyHigh: 62400.7, - YearlyLow: 15100.88, - YearlyStart: 21200.29, - YearlyChange: -20.62, - Settlement: `Credit`, - Contract: `Options`, - Region: `Middle East`, - Country: `Israel`, - Risk: `High`, - Sector: `Private`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-06-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 704 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Coal`, - Spread: 0.015, - Open: 0.4363, - Price: 0.41, - Buy: 0.44, - Sell: 0.44, - Change: -0.01, - ChangePercent: -0.72, - Volume: 3, - High: 0.44, - Low: 0.44, - YearlyHigh: 0.48, - YearlyLow: 0.4, - YearlyStart: 0.44, - YearlyChange: -5.33, - Settlement: `Loan`, - Contract: `Options`, - Region: `North America`, - Country: `Canada`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-03-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 705 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Sugar`, - Spread: 0.01, - Open: 15.68, - Price: 14.55, - Buy: 14.67, - Sell: 14.68, - Change: -0.12, - ChangePercent: -0.84, - Volume: 4949, - High: 15.7, - Low: 14.67, - YearlyHigh: 16.87, - YearlyLow: 11.37, - YearlyStart: 14.12, - YearlyChange: 3.92, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Middle East`, - Country: `Israel`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-01-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 706 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `BTC/USD`, - Spread: 0.06, - Open: 93.88, - Price: 20656.36, - Buy: 21200.76, - Sell: 21400.78, - Change: -344.41, - ChangePercent: -1.64, - Volume: 5788000, - High: 22400.05, - Low: 20100.75, - YearlyHigh: 62400.7, - YearlyLow: 15100.88, - YearlyStart: 21200.29, - YearlyChange: -20.62, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Europe`, - Country: `Denmark`, - Risk: `High`, - Sector: `Public`, - Currency: `USD`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-02-21`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 707 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soybean`, - Spread: 0.01, - Open: 1038, - Price: 1039.03, - Buy: 1038.61, - Sell: 1038.62, - Change: 0.41, - ChangePercent: 0.04, - Volume: 20356, - High: 1044, - Low: 1031.75, - YearlyHigh: 1057, - YearlyLow: 859.5, - YearlyStart: 958.25, - YearlyChange: 8.39, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `North America`, - Country: `Canada`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-06-21`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 708 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P MID MINI`, - Spread: 0.01, - Open: 1454.3, - Price: 1430.16, - Buy: 1455.78, - Sell: 1455.79, - Change: -25.62, - ChangePercent: -1.76, - Volume: 338, - High: 1455.78, - Low: 1448, - YearlyHigh: 1527.3, - YearlyLow: 1236, - YearlyStart: 1381.65, - YearlyChange: 5.37, - Settlement: `Credit`, - Contract: `Options`, - Region: `South America`, - Country: `Chile`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `High`, - Issuer: `FedEx`, - Maturity: `2022-01-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 709 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soybean`, - Spread: 0.01, - Open: 1038, - Price: 1040.69, - Buy: 1038.61, - Sell: 1038.62, - Change: 2.07, - ChangePercent: 0.2, - Volume: 20356, - High: 1044, - Low: 1031.75, - YearlyHigh: 1057, - YearlyLow: 859.5, - YearlyStart: 958.25, - YearlyChange: 8.39, - Settlement: `Cash`, - Contract: `Options`, - Region: `South America`, - Country: `Guyana`, - Risk: `High`, - Sector: `Government`, - Currency: `USD`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-06-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 710 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `DOW Future`, - Spread: 0.01, - Open: 17711, - Price: 17924.7, - Buy: 17712.15, - Sell: 17712.16, - Change: 212.55, - ChangePercent: 1.2, - Volume: 22236, - High: 17727, - Low: 17642, - YearlyHigh: 18083, - YearlyLow: 15299, - YearlyStart: 16691, - YearlyChange: 6.12, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Middle East`, - Country: `Lebanon`, - Risk: `High`, - Sector: `Public`, - Currency: `USD`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-09-23`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 711 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `LV Cattle`, - Spread: 0.01, - Open: 120.725, - Price: 119.69, - Buy: 120.72, - Sell: 120.72, - Change: -1.02, - ChangePercent: -0.84, - Volume: 4, - High: 120.72, - Low: 120.72, - YearlyHigh: 147.98, - YearlyLow: 113.9, - YearlyStart: 130.94, - YearlyChange: -7.82, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Europe`, - Country: `United Kingdom`, - Risk: `High`, - Sector: `Government`, - Currency: `PLN`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-06-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 712 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `US 30YR Future`, - Spread: 0.01, - Open: 164.875, - Price: 163.3, - Buy: 164.15, - Sell: 164.16, - Change: -0.86, - ChangePercent: -0.52, - Volume: 28012, - High: 165.25, - Low: 164.04, - YearlyHigh: 169.38, - YearlyLow: 151.47, - YearlyStart: 160.43, - YearlyChange: 2.33, - Settlement: `Credit`, - Contract: `Futures`, - Region: `Europe`, - Country: `Portugal`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-02-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 713 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Oats`, - Spread: 0.01, - Open: 194.5, - Price: 194.61, - Buy: 194.21, - Sell: 194.22, - Change: 0.39, - ChangePercent: 0.2, - Volume: 64, - High: 195.75, - Low: 194, - YearlyHigh: 241.25, - YearlyLow: 183.75, - YearlyStart: 212.5, - YearlyChange: -8.6, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Asia Pacific`, - Country: `Thailand`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `Poor`, - Issuer: `American Airlines`, - Maturity: `2022-04-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 714 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Wheat`, - Spread: 0.01, - Open: 465.5, - Price: 468.31, - Buy: 465.5, - Sell: 465.5, - Change: 2.79, - ChangePercent: 0.6, - Volume: 4318, - High: 467, - Low: 463.25, - YearlyHigh: 628.5, - YearlyLow: 449.5, - YearlyStart: 539, - YearlyChange: -13.63, - Settlement: `Cash`, - Contract: `Swap`, - Region: `North America`, - Country: `Mexico`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-01-23`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 715 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Ethanol`, - Spread: 0.01, - Open: 1.512, - Price: 2.71, - Buy: 2.75, - Sell: 2.76, - Change: -0.04, - ChangePercent: -1.44, - Volume: 14, - High: 2.75, - Low: 1.12, - YearlyHigh: 2.75, - YearlyLow: 1.12, - YearlyStart: 1.48, - YearlyChange: 86.7, - Settlement: `Loan`, - Contract: `Futures`, - Region: `Europe`, - Country: `Croatia`, - Risk: `Low`, - Sector: `Government`, - Currency: `USD`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-08-11`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 716 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soybean`, - Spread: 0.01, - Open: 1038, - Price: 1053.16, - Buy: 1038.61, - Sell: 1038.62, - Change: 14.54, - ChangePercent: 1.4, - Volume: 20356, - High: 1044, - Low: 1031.75, - YearlyHigh: 1057, - YearlyLow: 859.5, - YearlyStart: 958.25, - YearlyChange: 8.39, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Africa`, - Country: `Libya`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-05-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 717 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soy Meat`, - Spread: 0.01, - Open: 342.6, - Price: 341.39, - Buy: 342.6, - Sell: 342.6, - Change: -1.23, - ChangePercent: -0.36, - Volume: 5646, - High: 345.4, - Low: 340.3, - YearlyHigh: 353.4, - YearlyLow: 261.7, - YearlyStart: 307.55, - YearlyChange: 11.4, - Settlement: `Cash`, - Contract: `Futures`, - Region: `South America`, - Country: `Brazil`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-04-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 718 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `US 30YR Future`, - Spread: 0.01, - Open: 164.875, - Price: 163.83, - Buy: 164.15, - Sell: 164.16, - Change: -0.33, - ChangePercent: -0.2, - Volume: 28012, - High: 165.25, - Low: 164.04, - YearlyHigh: 169.38, - YearlyLow: 151.47, - YearlyStart: 160.43, - YearlyChange: 2.33, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Middle East`, - Country: `Saudi Arabia`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-06-23`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 719 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Milk`, - Spread: 0.01, - Open: 12.87, - Price: 12.94, - Buy: 12.87, - Sell: 12.87, - Change: 0.08, - ChangePercent: 0.64, - Volume: 7, - High: 12.89, - Low: 12.81, - YearlyHigh: 16.96, - YearlyLow: 12.81, - YearlyStart: 14.88, - YearlyChange: -13.6, - Settlement: `Loan`, - Contract: `Forwards`, - Region: `Asia Pacific`, - Country: `Taiwan`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-01-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 720 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Platinum`, - Spread: 0.01, - Open: 1071.6, - Price: 1070.67, - Buy: 1071.09, - Sell: 1071.1, - Change: -0.43, - ChangePercent: -0.04, - Volume: 3039, - High: 1081.2, - Low: 1070.5, - YearlyHigh: 1120.6, - YearlyLow: 812.4, - YearlyStart: 966.5, - YearlyChange: 10.82, - Settlement: `Loan`, - Contract: `CFD`, - Region: `Africa`, - Country: `Morocco`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-02-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 721 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `DOW Future`, - Spread: 0.01, - Open: 17711, - Price: 17683.81, - Buy: 17712.15, - Sell: 17712.16, - Change: -28.34, - ChangePercent: -0.16, - Volume: 22236, - High: 17727, - Low: 17642, - YearlyHigh: 18083, - YearlyLow: 15299, - YearlyStart: 16691, - YearlyChange: 6.12, - Settlement: `Credit`, - Contract: `Forwards`, - Region: `Asia Pacific`, - Country: `Australia`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-03-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 722 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P 600 MINI`, - Spread: 0.01, - Open: 687.9, - Price: 691.18, - Buy: 687.9, - Sell: 687.9, - Change: 3.3, - ChangePercent: 0.48, - Volume: 0, - High: 0, - Low: 0, - YearlyHigh: 620.32, - YearlyLow: 595.9, - YearlyStart: 608.11, - YearlyChange: 13.12, - Settlement: `Credit`, - Contract: `Forwards`, - Region: `Asia Pacific`, - Country: `Japan`, - Risk: `Low`, - Sector: `Public`, - Currency: `EUR`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-08-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 723 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P MID MINI`, - Spread: 0.01, - Open: 1454.3, - Price: 1459.28, - Buy: 1455.78, - Sell: 1455.79, - Change: 3.5, - ChangePercent: 0.24, - Volume: 338, - High: 1455.78, - Low: 1448, - YearlyHigh: 1527.3, - YearlyLow: 1236, - YearlyStart: 1381.65, - YearlyChange: 5.37, - Settlement: `Loan`, - Contract: `Futures`, - Region: `Africa`, - Country: `Morocco`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-08-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 724 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Uranium`, - Spread: 0.02, - Open: 27.55, - Price: 27.19, - Buy: 27.55, - Sell: 27.55, - Change: -0.39, - ChangePercent: -1.4, - Volume: 12, - High: 27.55, - Low: 27.55, - YearlyHigh: 29.32, - YearlyLow: 21.28, - YearlyStart: 25.3, - YearlyChange: 9.01, - Settlement: `Cash`, - Contract: `Options`, - Region: `Asia Pacific`, - Country: `Pakistan`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-08-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 725 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Sugar`, - Spread: 0.01, - Open: 15.68, - Price: 14.74, - Buy: 14.67, - Sell: 14.68, - Change: 0.07, - ChangePercent: 0.48, - Volume: 4949, - High: 15.7, - Low: 14.67, - YearlyHigh: 16.87, - YearlyLow: 11.37, - YearlyStart: 14.12, - YearlyChange: 3.92, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Africa`, - Country: `Ethiopia`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-08-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 726 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `FD Cattle`, - Spread: 0.01, - Open: 147.175, - Price: 146.23, - Buy: 148.6, - Sell: 148.61, - Change: -2.38, - ChangePercent: -1.6, - Volume: 5, - High: 148.61, - Low: 147.18, - YearlyHigh: 190, - YearlyLow: 138.1, - YearlyStart: 164.05, - YearlyChange: -9.41, - Settlement: `Credit`, - Contract: `Options`, - Region: `Africa`, - Country: `Tunisia`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-08-11`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 727 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Ethanol`, - Spread: 0.01, - Open: 1.512, - Price: 2.8, - Buy: 2.75, - Sell: 2.76, - Change: 0.05, - ChangePercent: 1.56, - Volume: 14, - High: 2.75, - Low: 1.12, - YearlyHigh: 2.75, - YearlyLow: 1.12, - YearlyStart: 1.48, - YearlyChange: 86.7, - Settlement: `Loan`, - Contract: `Options`, - Region: `Middle East`, - Country: `Israel`, - Risk: `High`, - Sector: `Government`, - Currency: `USD`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-07-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 728 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Gold`, - Spread: 0.01, - Open: 1281.1, - Price: 1271, - Buy: 1280.73, - Sell: 1280.74, - Change: -9.73, - ChangePercent: -0.76, - Volume: 48387, - High: 1289.5, - Low: 1279.1, - YearlyHigh: 1306, - YearlyLow: 1047.2, - YearlyStart: 1176.6, - YearlyChange: 8.85, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `Europe`, - Country: `Poland`, - Risk: `Low`, - Sector: `Government`, - Currency: `PLN`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-05-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 729 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `OJ Future`, - Spread: 0.01, - Open: 140.6, - Price: 142.26, - Buy: 140.18, - Sell: 140.19, - Change: 2.07, - ChangePercent: 1.48, - Volume: 7, - High: 140.19, - Low: 0, - YearlyHigh: 155.95, - YearlyLow: 113, - YearlyStart: 134.47, - YearlyChange: 4.25, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Africa`, - Country: `Cameroon`, - Risk: `Low`, - Sector: `Public`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-07-24`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 730 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `NAS Future`, - Spread: 0.01, - Open: 4341.25, - Price: 4271.82, - Buy: 4341.25, - Sell: 4341.25, - Change: -69.46, - ChangePercent: -1.6, - Volume: 18259, - High: 4347, - Low: 4318, - YearlyHigh: 4719.75, - YearlyLow: 3867.75, - YearlyStart: 4293.75, - YearlyChange: 1.11, - Settlement: `Credit`, - Contract: `Futures`, - Region: `Middle East`, - Country: `Lebanon`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-06-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 731 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Rice`, - Spread: 0.01, - Open: 11.245, - Price: 10.41, - Buy: 10.41, - Sell: 10.42, - Change: -0.01, - ChangePercent: -0.04, - Volume: 220, - High: 11.38, - Low: 10.42, - YearlyHigh: 14.14, - YearlyLow: 9.7, - YearlyStart: 11.92, - YearlyChange: -12.62, - Settlement: `Credit`, - Contract: `Options`, - Region: `Asia Pacific`, - Country: `New Zealand`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `FedEx`, - Maturity: `2022-01-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 732 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Rice`, - Spread: 0.01, - Open: 11.245, - Price: 10.52, - Buy: 10.41, - Sell: 10.42, - Change: 0.1, - ChangePercent: 1, - Volume: 220, - High: 11.38, - Low: 10.42, - YearlyHigh: 14.14, - YearlyLow: 9.7, - YearlyStart: 11.92, - YearlyChange: -12.62, - Settlement: `Loan`, - Contract: `Futures`, - Region: `Middle East`, - Country: `Qatar`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `High`, - Issuer: `FedEx`, - Maturity: `2022-08-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 733 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `LV Cattle`, - Spread: 0.01, - Open: 120.725, - Price: 119.79, - Buy: 120.72, - Sell: 120.72, - Change: -0.91, - ChangePercent: -0.76, - Volume: 4, - High: 120.72, - Low: 120.72, - YearlyHigh: 147.98, - YearlyLow: 113.9, - YearlyStart: 130.94, - YearlyChange: -7.82, - Settlement: `Cash`, - Contract: `Options`, - Region: `Africa`, - Country: `Niger`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-03-21`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 734 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `Lean Hogs`, - Spread: 0.01, - Open: 81.275, - Price: 83.39, - Buy: 81.81, - Sell: 81.82, - Change: 1.58, - ChangePercent: 1.92, - Volume: 1, - High: 81.81, - Low: 81.28, - YearlyHigh: 83.98, - YearlyLow: 70.25, - YearlyStart: 77.11, - YearlyChange: 6.09, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `Asia Pacific`, - Country: `Australia`, - Risk: `Low`, - Sector: `Government`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-05-16`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 735 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/CAD`, - Spread: 0.02, - Open: 0.7744, - Price: 0.94, - Buy: 0.94, - Sell: 0.96, - Change: -0.01, - ChangePercent: -1.08, - Volume: 13669, - High: 0.95, - Low: 0.77, - YearlyHigh: 0.95, - YearlyLow: 0.68, - YearlyStart: 0.76, - YearlyChange: 26.43, - Settlement: `Credit`, - Contract: `Options`, - Region: `Asia Pacific`, - Country: `Taiwan`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-03-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 736 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `GBP/USD`, - Spread: 0.02, - Open: 1.4464, - Price: 1.19, - Buy: 1.18, - Sell: 1.2, - Change: 0, - ChangePercent: -0.4, - Volume: 29450, - High: 1.45, - Low: 1.19, - YearlyHigh: 1.59, - YearlyLow: 1.19, - YearlyStart: 1.49, - YearlyChange: -19.59, - Settlement: `Credit`, - Contract: `Options`, - Region: `Africa`, - Country: `Senegal`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-05-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 737 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Milk`, - Spread: 0.01, - Open: 12.87, - Price: 12.69, - Buy: 12.87, - Sell: 12.87, - Change: -0.17, - ChangePercent: -1.36, - Volume: 7, - High: 12.89, - Low: 12.81, - YearlyHigh: 16.96, - YearlyLow: 12.81, - YearlyStart: 14.88, - YearlyChange: -13.6, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Africa`, - Country: `Niger`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-05-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 738 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Gold`, - Spread: 0.01, - Open: 1281.1, - Price: 1262.29, - Buy: 1280.73, - Sell: 1280.74, - Change: -18.44, - ChangePercent: -1.44, - Volume: 48387, - High: 1289.5, - Low: 1279.1, - YearlyHigh: 1306, - YearlyLow: 1047.2, - YearlyStart: 1176.6, - YearlyChange: 8.85, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Middle East`, - Country: `Oman`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-07-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 739 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P MID MINI`, - Spread: 0.01, - Open: 1454.3, - Price: 1437.15, - Buy: 1455.78, - Sell: 1455.79, - Change: -18.63, - ChangePercent: -1.28, - Volume: 338, - High: 1455.78, - Low: 1448, - YearlyHigh: 1527.3, - YearlyLow: 1236, - YearlyStart: 1381.65, - YearlyChange: 5.37, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Asia Pacific`, - Country: `Korea`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-02-16`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 740 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Coffee`, - Spread: 0.01, - Open: 125.7, - Price: 123.53, - Buy: 125.7, - Sell: 125.7, - Change: -2.16, - ChangePercent: -1.72, - Volume: 1654, - High: 125.8, - Low: 125, - YearlyHigh: 155.75, - YearlyLow: 115.35, - YearlyStart: 135.55, - YearlyChange: -7.27, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `North America`, - Country: `Canada`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-05-16`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 741 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soybean`, - Spread: 0.01, - Open: 1038, - Price: 1030.72, - Buy: 1038.61, - Sell: 1038.62, - Change: -7.9, - ChangePercent: -0.76, - Volume: 20356, - High: 1044, - Low: 1031.75, - YearlyHigh: 1057, - YearlyLow: 859.5, - YearlyStart: 958.25, - YearlyChange: 8.39, - Settlement: `Loan`, - Contract: `Futures`, - Region: `Europe`, - Country: `Portugal`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-02-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 742 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Gold`, - Spread: 0.01, - Open: 1281.1, - Price: 1296.1, - Buy: 1280.73, - Sell: 1280.74, - Change: 15.37, - ChangePercent: 1.2, - Volume: 48387, - High: 1289.5, - Low: 1279.1, - YearlyHigh: 1306, - YearlyLow: 1047.2, - YearlyStart: 1176.6, - YearlyChange: 8.85, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Asia Pacific`, - Country: `Malaysia`, - Risk: `High`, - Sector: `Public`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `FedEx`, - Maturity: `2022-01-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 743 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Oats`, - Spread: 0.01, - Open: 194.5, - Price: 195.54, - Buy: 194.21, - Sell: 194.22, - Change: 1.32, - ChangePercent: 0.68, - Volume: 64, - High: 195.75, - Low: 194, - YearlyHigh: 241.25, - YearlyLow: 183.75, - YearlyStart: 212.5, - YearlyChange: -8.6, - Settlement: `Loan`, - Contract: `Forwards`, - Region: `Europe`, - Country: `Sweden`, - Risk: `High`, - Sector: `Public`, - Currency: `USD`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-08-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 744 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Natural Gas`, - Spread: 0.02, - Open: 2.094, - Price: 2.14, - Buy: 2.09, - Sell: 2.09, - Change: 0.04, - ChangePercent: 1.76, - Volume: 2783, - High: 2.11, - Low: 2.09, - YearlyHigh: 3.2, - YearlyLow: 1.84, - YearlyStart: 2.52, - YearlyChange: -16.51, - Settlement: `Cash`, - Contract: `CFD`, - Region: `Middle East`, - Country: `Lebanon`, - Risk: `High`, - Sector: `Private`, - Currency: `PLN`, - Security: `High`, - Issuer: `American Airlines`, - Maturity: `2022-07-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 745 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Lumber`, - Spread: 0.01, - Open: 303.9, - Price: 309.59, - Buy: 304.59, - Sell: 304.6, - Change: 4.99, - ChangePercent: 1.64, - Volume: 2, - High: 304.6, - Low: 303.9, - YearlyHigh: 317.1, - YearlyLow: 236, - YearlyStart: 276.55, - YearlyChange: 10.14, - Settlement: `Credit`, - Contract: `CFD`, - Region: `Europe`, - Country: `Hungary`, - Risk: `Low`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-07-22`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 746 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Rice`, - Spread: 0.01, - Open: 11.245, - Price: 10.42, - Buy: 10.41, - Sell: 10.42, - Change: 0, - ChangePercent: 0.04, - Volume: 220, - High: 11.38, - Low: 10.42, - YearlyHigh: 14.14, - YearlyLow: 9.7, - YearlyStart: 11.92, - YearlyChange: -12.62, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Asia Pacific`, - Country: `Australia`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-08-27`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 747 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Copper`, - Spread: 0.02, - Open: 2.123, - Price: 2.12, - Buy: 2.12, - Sell: 2.12, - Change: 0.01, - ChangePercent: 0.12, - Volume: 28819, - High: 2.16, - Low: 2.11, - YearlyHigh: 2.94, - YearlyLow: 1.96, - YearlyStart: 2.45, - YearlyChange: -13.76, - Settlement: `Cash`, - Contract: `Options`, - Region: `Africa`, - Country: `Egypt`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-03-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 748 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soy oil`, - Spread: 0.01, - Open: 33.26, - Price: 33.26, - Buy: 33.77, - Sell: 33.78, - Change: -0.51, - ChangePercent: -1.52, - Volume: 10592, - High: 33.77, - Low: 33.06, - YearlyHigh: 35.43, - YearlyLow: 26.61, - YearlyStart: 31.02, - YearlyChange: 8.87, - Settlement: `Cash`, - Contract: `Options`, - Region: `Asia Pacific`, - Country: `Taiwan`, - Risk: `Low`, - Sector: `Public`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-01-11`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 749 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P Future`, - Spread: 0.01, - Open: 2057.5, - Price: 2038.5, - Buy: 2056.6, - Sell: 2056.61, - Change: -18.1, - ChangePercent: -0.88, - Volume: 142780, - High: 2059.5, - Low: 2049, - YearlyHigh: 2105.5, - YearlyLow: 1794.5, - YearlyStart: 1950, - YearlyChange: 5.47, - Settlement: `Cash`, - Contract: `Futures`, - Region: `North America`, - Country: `Mexico`, - Risk: `Low`, - Sector: `Government`, - Currency: `USD`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-09-27`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 750 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Corn`, - Spread: 0.01, - Open: 379.5, - Price: 374.49, - Buy: 379.8, - Sell: 379.81, - Change: -5.31, - ChangePercent: -1.4, - Volume: 11266, - High: 381, - Low: 377.75, - YearlyHigh: 471.25, - YearlyLow: 351.25, - YearlyStart: 411.25, - YearlyChange: -7.65, - Settlement: `Cash`, - Contract: `Options`, - Region: `South America`, - Country: `Uruguay`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-07-27`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 751 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `FD Cattle`, - Spread: 0.01, - Open: 147.175, - Price: 146.53, - Buy: 148.6, - Sell: 148.61, - Change: -2.08, - ChangePercent: -1.4, - Volume: 5, - High: 148.61, - Low: 147.18, - YearlyHigh: 190, - YearlyLow: 138.1, - YearlyStart: 164.05, - YearlyChange: -9.41, - Settlement: `Loan`, - Contract: `Options`, - Region: `Europe`, - Country: `Finland`, - Risk: `Low`, - Sector: `Public`, - Currency: `PLN`, - Security: `High`, - Issuer: `FedEx`, - Maturity: `2022-04-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 752 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/CHF`, - Spread: 0.02, - Open: 1.0337, - Price: 1.04, - Buy: 1.03, - Sell: 1.03, - Change: 0, - ChangePercent: -0.12, - Volume: 5550, - High: 1.03, - Low: 1.03, - YearlyHigh: 1.11, - YearlyLow: 0.98, - YearlyStart: 1.04, - YearlyChange: -0.12, - Settlement: `Loan`, - Contract: `Forwards`, - Region: `Africa`, - Country: `Tunisia`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `American Airlines`, - Maturity: `2022-05-22`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 753 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Gold`, - Spread: 0.01, - Open: 1281.1, - Price: 1259.73, - Buy: 1280.73, - Sell: 1280.74, - Change: -21, - ChangePercent: -1.64, - Volume: 48387, - High: 1289.5, - Low: 1279.1, - YearlyHigh: 1306, - YearlyLow: 1047.2, - YearlyStart: 1176.6, - YearlyChange: 8.85, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Africa`, - Country: `Egypt`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-04-19`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 754 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Milk`, - Spread: 0.01, - Open: 12.87, - Price: 12.69, - Buy: 12.87, - Sell: 12.87, - Change: -0.17, - ChangePercent: -1.36, - Volume: 7, - High: 12.89, - Low: 12.81, - YearlyHigh: 16.96, - YearlyLow: 12.81, - YearlyStart: 14.88, - YearlyChange: -13.6, - Settlement: `Credit`, - Contract: `CFD`, - Region: `North America`, - Country: `Mexico`, - Risk: `High`, - Sector: `Government`, - Currency: `USD`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-05-11`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 755 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `FD Cattle`, - Spread: 0.01, - Open: 147.175, - Price: 148.78, - Buy: 148.6, - Sell: 148.61, - Change: 0.17, - ChangePercent: 0.12, - Volume: 5, - High: 148.61, - Low: 147.18, - YearlyHigh: 190, - YearlyLow: 138.1, - YearlyStart: 164.05, - YearlyChange: -9.41, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Middle East`, - Country: `Syria`, - Risk: `High`, - Sector: `Government`, - Currency: `PLN`, - Security: `High`, - Issuer: `American Airlines`, - Maturity: `2022-08-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 756 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Cocoa`, - Spread: 0.01, - Open: 3076, - Price: 3130.17, - Buy: 3076, - Sell: 3076, - Change: 54.14, - ChangePercent: 1.76, - Volume: 978, - High: 3078, - Low: 3066, - YearlyHigh: 3406, - YearlyLow: 2746, - YearlyStart: 3076, - YearlyChange: 0, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Asia Pacific`, - Country: `Philippines`, - Risk: `High`, - Sector: `Government`, - Currency: `PLN`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-03-22`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 757 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soy oil`, - Spread: 0.01, - Open: 33.26, - Price: 34.43, - Buy: 33.77, - Sell: 33.78, - Change: 0.66, - ChangePercent: 1.96, - Volume: 10592, - High: 33.77, - Low: 33.06, - YearlyHigh: 35.43, - YearlyLow: 26.61, - YearlyStart: 31.02, - YearlyChange: 8.87, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `Middle East`, - Country: `UAE`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-02-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 758 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `NAS Future`, - Spread: 0.01, - Open: 4341.25, - Price: 4296.13, - Buy: 4341.25, - Sell: 4341.25, - Change: -45.15, - ChangePercent: -1.04, - Volume: 18259, - High: 4347, - Low: 4318, - YearlyHigh: 4719.75, - YearlyLow: 3867.75, - YearlyStart: 4293.75, - YearlyChange: 1.11, - Settlement: `Credit`, - Contract: `Futures`, - Region: `North America`, - Country: `United States`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `American Airlines`, - Maturity: `2022-02-22`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 759 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Milk`, - Spread: 0.01, - Open: 12.87, - Price: 13.02, - Buy: 12.87, - Sell: 12.87, - Change: 0.16, - ChangePercent: 1.24, - Volume: 7, - High: 12.89, - Low: 12.81, - YearlyHigh: 16.96, - YearlyLow: 12.81, - YearlyStart: 14.88, - YearlyChange: -13.6, - Settlement: `Cash`, - Contract: `CFD`, - Region: `Asia Pacific`, - Country: `China`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-06-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 760 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Cotton`, - Spread: 0.01, - Open: 61.77, - Price: 63, - Buy: 61.77, - Sell: 61.77, - Change: 1.24, - ChangePercent: 2, - Volume: 3612, - High: 62.06, - Low: 61.32, - YearlyHigh: 67.59, - YearlyLow: 54.33, - YearlyStart: 60.96, - YearlyChange: 1.31, - Settlement: `Cash`, - Contract: `Options`, - Region: `Africa`, - Country: `Nigeria`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-01-11`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 761 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `LV Cattle`, - Spread: 0.01, - Open: 120.725, - Price: 122.54, - Buy: 120.72, - Sell: 120.72, - Change: 1.84, - ChangePercent: 1.52, - Volume: 4, - High: 120.72, - Low: 120.72, - YearlyHigh: 147.98, - YearlyLow: 113.9, - YearlyStart: 130.94, - YearlyChange: -7.82, - Settlement: `Cash`, - Contract: `Swap`, - Region: `North America`, - Country: `United States`, - Risk: `High`, - Sector: `Public`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-06-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 762 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `NAS Future`, - Spread: 0.01, - Open: 4341.25, - Price: 4273.56, - Buy: 4341.25, - Sell: 4341.25, - Change: -67.72, - ChangePercent: -1.56, - Volume: 18259, - High: 4347, - Low: 4318, - YearlyHigh: 4719.75, - YearlyLow: 3867.75, - YearlyStart: 4293.75, - YearlyChange: 1.11, - Settlement: `Loan`, - Contract: `Futures`, - Region: `Europe`, - Country: `France`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-06-27`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 763 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Cotton`, - Spread: 0.01, - Open: 61.77, - Price: 60.57, - Buy: 61.77, - Sell: 61.77, - Change: -1.19, - ChangePercent: -1.92, - Volume: 3612, - High: 62.06, - Low: 61.32, - YearlyHigh: 67.59, - YearlyLow: 54.33, - YearlyStart: 60.96, - YearlyChange: 1.31, - Settlement: `Credit`, - Contract: `Options`, - Region: `South America`, - Country: `Colombia`, - Risk: `Low`, - Sector: `Government`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-03-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 764 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Sugar`, - Spread: 0.01, - Open: 15.68, - Price: 14.77, - Buy: 14.67, - Sell: 14.68, - Change: 0.1, - ChangePercent: 0.68, - Volume: 4949, - High: 15.7, - Low: 14.67, - YearlyHigh: 16.87, - YearlyLow: 11.37, - YearlyStart: 14.12, - YearlyChange: 3.92, - Settlement: `Cash`, - Contract: `Options`, - Region: `Middle East`, - Country: `Jordan`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-02-23`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 765 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `Lean Hogs`, - Spread: 0.01, - Open: 81.275, - Price: 81.55, - Buy: 81.81, - Sell: 81.82, - Change: -0.26, - ChangePercent: -0.32, - Volume: 1, - High: 81.81, - Low: 81.28, - YearlyHigh: 83.98, - YearlyLow: 70.25, - YearlyStart: 77.11, - YearlyChange: 6.09, - Settlement: `Cash`, - Contract: `Options`, - Region: `Europe`, - Country: `Spain`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-05-16`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 766 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `OJ Future`, - Spread: 0.01, - Open: 140.6, - Price: 141.37, - Buy: 140.18, - Sell: 140.19, - Change: 1.18, - ChangePercent: 0.84, - Volume: 7, - High: 140.19, - Low: 0, - YearlyHigh: 155.95, - YearlyLow: 113, - YearlyStart: 134.47, - YearlyChange: 4.25, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `Europe`, - Country: `Switzerland`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `High`, - Issuer: `American Airlines`, - Maturity: `2022-06-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 767 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `US 30YR Future`, - Spread: 0.01, - Open: 164.875, - Price: 163.37, - Buy: 164.15, - Sell: 164.16, - Change: -0.79, - ChangePercent: -0.48, - Volume: 28012, - High: 165.25, - Low: 164.04, - YearlyHigh: 169.38, - YearlyLow: 151.47, - YearlyStart: 160.43, - YearlyChange: 2.33, - Settlement: `Credit`, - Contract: `Options`, - Region: `Africa`, - Country: `South Africa`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-04-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 768 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Wheat`, - Spread: 0.01, - Open: 465.5, - Price: 460.68, - Buy: 465.5, - Sell: 465.5, - Change: -4.84, - ChangePercent: -1.04, - Volume: 4318, - High: 467, - Low: 463.25, - YearlyHigh: 628.5, - YearlyLow: 449.5, - YearlyStart: 539, - YearlyChange: -13.63, - Settlement: `Loan`, - Contract: `Futures`, - Region: `North America`, - Country: `United States`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-06-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 769 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Milk`, - Spread: 0.01, - Open: 12.87, - Price: 13.09, - Buy: 12.87, - Sell: 12.87, - Change: 0.23, - ChangePercent: 1.8, - Volume: 7, - High: 12.89, - Low: 12.81, - YearlyHigh: 16.96, - YearlyLow: 12.81, - YearlyStart: 14.88, - YearlyChange: -13.6, - Settlement: `Cash`, - Contract: `CFD`, - Region: `Europe`, - Country: `France`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-06-19`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 770 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Gold`, - Spread: 0.01, - Open: 1281.1, - Price: 1267.92, - Buy: 1280.73, - Sell: 1280.74, - Change: -12.81, - ChangePercent: -1, - Volume: 48387, - High: 1289.5, - Low: 1279.1, - YearlyHigh: 1306, - YearlyLow: 1047.2, - YearlyStart: 1176.6, - YearlyChange: 8.85, - Settlement: `Loan`, - Contract: `Options`, - Region: `Middle East`, - Country: `Israel`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-04-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 771 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P Future`, - Spread: 0.01, - Open: 2057.5, - Price: 2041.79, - Buy: 2056.6, - Sell: 2056.61, - Change: -14.81, - ChangePercent: -0.72, - Volume: 142780, - High: 2059.5, - Low: 2049, - YearlyHigh: 2105.5, - YearlyLow: 1794.5, - YearlyStart: 1950, - YearlyChange: 5.47, - Settlement: `Cash`, - Contract: `Options`, - Region: `Middle East`, - Country: `Turkey`, - Risk: `Low`, - Sector: `Public`, - Currency: `USD`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-07-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 772 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Platinum`, - Spread: 0.01, - Open: 1071.6, - Price: 1076.67, - Buy: 1071.09, - Sell: 1071.1, - Change: 5.57, - ChangePercent: 0.52, - Volume: 3039, - High: 1081.2, - Low: 1070.5, - YearlyHigh: 1120.6, - YearlyLow: 812.4, - YearlyStart: 966.5, - YearlyChange: 10.82, - Settlement: `Credit`, - Contract: `CFD`, - Region: `Middle East`, - Country: `Kuwait`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-07-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 773 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `GBP/USD`, - Spread: 0.02, - Open: 1.4464, - Price: 1.17, - Buy: 1.18, - Sell: 1.2, - Change: -0.02, - ChangePercent: -1.72, - Volume: 29450, - High: 1.45, - Low: 1.19, - YearlyHigh: 1.59, - YearlyLow: 1.19, - YearlyStart: 1.49, - YearlyChange: -19.59, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Africa`, - Country: `Morocco`, - Risk: `High`, - Sector: `Public`, - Currency: `USD`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-05-22`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 774 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soy Meat`, - Spread: 0.01, - Open: 342.6, - Price: 341.8, - Buy: 342.6, - Sell: 342.6, - Change: -0.82, - ChangePercent: -0.24, - Volume: 5646, - High: 345.4, - Low: 340.3, - YearlyHigh: 353.4, - YearlyLow: 261.7, - YearlyStart: 307.55, - YearlyChange: 11.4, - Settlement: `Credit`, - Contract: `Options`, - Region: `Asia Pacific`, - Country: `Japan`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `High`, - Issuer: `FedEx`, - Maturity: `2022-07-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 775 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Uranium`, - Spread: 0.02, - Open: 27.55, - Price: 27.3, - Buy: 27.55, - Sell: 27.55, - Change: -0.28, - ChangePercent: -1, - Volume: 12, - High: 27.55, - Low: 27.55, - YearlyHigh: 29.32, - YearlyLow: 21.28, - YearlyStart: 25.3, - YearlyChange: 9.01, - Settlement: `Credit`, - Contract: `Options`, - Region: `Europe`, - Country: `Spain`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `High`, - Issuer: `American Airlines`, - Maturity: `2022-04-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 776 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Oats`, - Spread: 0.01, - Open: 194.5, - Price: 193.98, - Buy: 194.21, - Sell: 194.22, - Change: -0.24, - ChangePercent: -0.12, - Volume: 64, - High: 195.75, - Low: 194, - YearlyHigh: 241.25, - YearlyLow: 183.75, - YearlyStart: 212.5, - YearlyChange: -8.6, - Settlement: `Credit`, - Contract: `Options`, - Region: `Europe`, - Country: `France`, - Risk: `High`, - Sector: `Private`, - Currency: `PLN`, - Security: `High`, - Issuer: `American Airlines`, - Maturity: `2022-05-16`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 777 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Corn`, - Spread: 0.01, - Open: 379.5, - Price: 375.7, - Buy: 379.8, - Sell: 379.81, - Change: -4.1, - ChangePercent: -1.08, - Volume: 11266, - High: 381, - Low: 377.75, - YearlyHigh: 471.25, - YearlyLow: 351.25, - YearlyStart: 411.25, - YearlyChange: -7.65, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Europe`, - Country: `Estonia`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-04-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 778 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Ethanol`, - Spread: 0.01, - Open: 1.512, - Price: 2.71, - Buy: 2.75, - Sell: 2.76, - Change: -0.04, - ChangePercent: -1.48, - Volume: 14, - High: 2.75, - Low: 1.12, - YearlyHigh: 2.75, - YearlyLow: 1.12, - YearlyStart: 1.48, - YearlyChange: 86.7, - Settlement: `Cash`, - Contract: `Options`, - Region: `Middle East`, - Country: `Lebanon`, - Risk: `Low`, - Sector: `Public`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `FedEx`, - Maturity: `2022-03-19`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 779 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Oil`, - Spread: 0.015, - Open: 45.54, - Price: 45.24, - Buy: 45.78, - Sell: 45.8, - Change: -0.55, - ChangePercent: -1.2, - Volume: 107196, - High: 45.94, - Low: 45, - YearlyHigh: 65.28, - YearlyLow: 30.79, - YearlyStart: 48.03, - YearlyChange: -4.67, - Settlement: `Cash`, - Contract: `Swap`, - Region: `South America`, - Country: `Uruguay`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-04-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 780 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Uranium`, - Spread: 0.02, - Open: 27.55, - Price: 27.8, - Buy: 27.55, - Sell: 27.55, - Change: 0.22, - ChangePercent: 0.8, - Volume: 12, - High: 27.55, - Low: 27.55, - YearlyHigh: 29.32, - YearlyLow: 21.28, - YearlyStart: 25.3, - YearlyChange: 9.01, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Asia Pacific`, - Country: `Philippines`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-06-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 781 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `Lean Hogs`, - Spread: 0.01, - Open: 81.275, - Price: 81.23, - Buy: 81.81, - Sell: 81.82, - Change: -0.58, - ChangePercent: -0.72, - Volume: 1, - High: 81.81, - Low: 81.28, - YearlyHigh: 83.98, - YearlyLow: 70.25, - YearlyStart: 77.11, - YearlyChange: 6.09, - Settlement: `Cash`, - Contract: `Options`, - Region: `North America`, - Country: `Canada`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-02-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 782 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soy oil`, - Spread: 0.01, - Open: 33.26, - Price: 33.72, - Buy: 33.77, - Sell: 33.78, - Change: -0.05, - ChangePercent: -0.16, - Volume: 10592, - High: 33.77, - Low: 33.06, - YearlyHigh: 35.43, - YearlyLow: 26.61, - YearlyStart: 31.02, - YearlyChange: 8.87, - Settlement: `Cash`, - Contract: `Options`, - Region: `Asia Pacific`, - Country: `Singapore`, - Risk: `High`, - Sector: `Private`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-05-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 783 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Rice`, - Spread: 0.01, - Open: 11.245, - Price: 10.26, - Buy: 10.41, - Sell: 10.42, - Change: -0.16, - ChangePercent: -1.48, - Volume: 220, - High: 11.38, - Low: 10.42, - YearlyHigh: 14.14, - YearlyLow: 9.7, - YearlyStart: 11.92, - YearlyChange: -12.62, - Settlement: `Credit`, - Contract: `Futures`, - Region: `Africa`, - Country: `Niger`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `Poor`, - Issuer: `FedEx`, - Maturity: `2022-07-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 784 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Corn`, - Spread: 0.01, - Open: 379.5, - Price: 385.12, - Buy: 379.8, - Sell: 379.81, - Change: 5.32, - ChangePercent: 1.4, - Volume: 11266, - High: 381, - Low: 377.75, - YearlyHigh: 471.25, - YearlyLow: 351.25, - YearlyStart: 411.25, - YearlyChange: -7.65, - Settlement: `Cash`, - Contract: `Options`, - Region: `Middle East`, - Country: `Saudi Arabia`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-06-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 785 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Palladium`, - Spread: 0.01, - Open: 600.55, - Price: 597.39, - Buy: 601, - Sell: 601.01, - Change: -3.61, - ChangePercent: -0.6, - Volume: 651, - High: 607.2, - Low: 598.4, - YearlyHigh: 690, - YearlyLow: 458.6, - YearlyStart: 574.3, - YearlyChange: 4.65, - Settlement: `Loan`, - Contract: `Forwards`, - Region: `Africa`, - Country: `Ethiopia`, - Risk: `High`, - Sector: `Private`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-07-27`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 786 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Ethanol`, - Spread: 0.01, - Open: 1.512, - Price: 2.7, - Buy: 2.75, - Sell: 2.76, - Change: -0.05, - ChangePercent: -1.8, - Volume: 14, - High: 2.75, - Low: 1.12, - YearlyHigh: 2.75, - YearlyLow: 1.12, - YearlyStart: 1.48, - YearlyChange: 86.7, - Settlement: `Credit`, - Contract: `Options`, - Region: `South America`, - Country: `Paraguay`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `High`, - Issuer: `FedEx`, - Maturity: `2022-06-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 787 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `US 10YR Future`, - Spread: 0.01, - Open: 130.5625, - Price: 132.2, - Buy: 130.56, - Sell: 130.56, - Change: 1.62, - ChangePercent: 1.24, - Volume: 189310, - High: 130.63, - Low: 130.44, - YearlyHigh: 132.64, - YearlyLow: 125.48, - YearlyStart: 129.06, - YearlyChange: 1.18, - Settlement: `Credit`, - Contract: `Futures`, - Region: `Middle East`, - Country: `Jordan`, - Risk: `Low`, - Sector: `Government`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-03-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 788 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Wheat`, - Spread: 0.01, - Open: 465.5, - Price: 458.82, - Buy: 465.5, - Sell: 465.5, - Change: -6.7, - ChangePercent: -1.44, - Volume: 4318, - High: 467, - Low: 463.25, - YearlyHigh: 628.5, - YearlyLow: 449.5, - YearlyStart: 539, - YearlyChange: -13.63, - Settlement: `Cash`, - Contract: `Swap`, - Region: `North America`, - Country: `United States`, - Risk: `High`, - Sector: `Private`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-04-23`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 789 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `BTC/USD`, - Spread: 0.06, - Open: 93.88, - Price: 21227.58, - Buy: 21200.76, - Sell: 21400.78, - Change: 226.81, - ChangePercent: 1.08, - Volume: 5788000, - High: 22400.05, - Low: 20100.75, - YearlyHigh: 62400.7, - YearlyLow: 15100.88, - YearlyStart: 21200.29, - YearlyChange: -20.62, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `Europe`, - Country: `Switzerland`, - Risk: `High`, - Sector: `Public`, - Currency: `USD`, - Security: `Poor`, - Issuer: `FedEx`, - Maturity: `2022-02-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 790 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Natural Gas`, - Spread: 0.02, - Open: 2.094, - Price: 2.11, - Buy: 2.09, - Sell: 2.09, - Change: 0.01, - ChangePercent: 0.16, - Volume: 2783, - High: 2.11, - Low: 2.09, - YearlyHigh: 3.2, - YearlyLow: 1.84, - YearlyStart: 2.52, - YearlyChange: -16.51, - Settlement: `Cash`, - Contract: `Options`, - Region: `Asia Pacific`, - Country: `Philippines`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-05-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 791 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Silver`, - Spread: 0.01, - Open: 17.43, - Price: 17.49, - Buy: 17.43, - Sell: 17.43, - Change: 0.07, - ChangePercent: 0.4, - Volume: 11720, - High: 17.51, - Low: 17.37, - YearlyHigh: 18.06, - YearlyLow: 13.73, - YearlyStart: 15.89, - YearlyChange: 9.59, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `Asia Pacific`, - Country: `Philippines`, - Risk: `High`, - Sector: `Public`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-04-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 792 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Wheat`, - Spread: 0.01, - Open: 465.5, - Price: 460.86, - Buy: 465.5, - Sell: 465.5, - Change: -4.66, - ChangePercent: -1, - Volume: 4318, - High: 467, - Low: 463.25, - YearlyHigh: 628.5, - YearlyLow: 449.5, - YearlyStart: 539, - YearlyChange: -13.63, - Settlement: `Loan`, - Contract: `Options`, - Region: `Asia Pacific`, - Country: `Philippines`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-06-10`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 793 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P Future`, - Spread: 0.01, - Open: 2057.5, - Price: 2066.47, - Buy: 2056.6, - Sell: 2056.61, - Change: 9.87, - ChangePercent: 0.48, - Volume: 142780, - High: 2059.5, - Low: 2049, - YearlyHigh: 2105.5, - YearlyLow: 1794.5, - YearlyStart: 1950, - YearlyChange: 5.47, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Asia Pacific`, - Country: `Afghanistan`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-08-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 794 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Cotton`, - Spread: 0.01, - Open: 61.77, - Price: 61.12, - Buy: 61.77, - Sell: 61.77, - Change: -0.64, - ChangePercent: -1.04, - Volume: 3612, - High: 62.06, - Low: 61.32, - YearlyHigh: 67.59, - YearlyLow: 54.33, - YearlyStart: 60.96, - YearlyChange: 1.31, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Africa`, - Country: `Cameroon`, - Risk: `Low`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-06-23`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 795 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/CHF`, - Spread: 0.02, - Open: 1.0337, - Price: 1.04, - Buy: 1.03, - Sell: 1.03, - Change: 0, - ChangePercent: -0.12, - Volume: 5550, - High: 1.03, - Low: 1.03, - YearlyHigh: 1.11, - YearlyLow: 0.98, - YearlyStart: 1.04, - YearlyChange: -0.12, - Settlement: `Loan`, - Contract: `Options`, - Region: `Africa`, - Country: `Cameroon`, - Risk: `High`, - Sector: `Government`, - Currency: `USD`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-04-16`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 796 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Palladium`, - Spread: 0.01, - Open: 600.55, - Price: 590.66, - Buy: 601, - Sell: 601.01, - Change: -10.34, - ChangePercent: -1.72, - Volume: 651, - High: 607.2, - Low: 598.4, - YearlyHigh: 690, - YearlyLow: 458.6, - YearlyStart: 574.3, - YearlyChange: 4.65, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Middle East`, - Country: `Iraq`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-06-22`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 797 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P 600 MINI`, - Spread: 0.01, - Open: 687.9, - Price: 689.26, - Buy: 687.9, - Sell: 687.9, - Change: 1.38, - ChangePercent: 0.2, - Volume: 0, - High: 0, - Low: 0, - YearlyHigh: 620.32, - YearlyLow: 595.9, - YearlyStart: 608.11, - YearlyChange: 13.12, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Africa`, - Country: `Tunisia`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-01-16`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 798 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `BTC/USD`, - Spread: 0.06, - Open: 93.88, - Price: 20731.96, - Buy: 21200.76, - Sell: 21400.78, - Change: -268.81, - ChangePercent: -1.28, - Volume: 5788000, - High: 22400.05, - Low: 20100.75, - YearlyHigh: 62400.7, - YearlyLow: 15100.88, - YearlyStart: 21200.29, - YearlyChange: -20.62, - Settlement: `Cash`, - Contract: `CFD`, - Region: `Middle East`, - Country: `Jordan`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `High`, - Issuer: `American Airlines`, - Maturity: `2022-05-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 799 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `AUD/USD`, - Spread: 0.02, - Open: 0.7344, - Price: 0.75, - Buy: 0.73, - Sell: 0.73, - Change: 0.01, - ChangePercent: 1.2, - Volume: 36764, - High: 0.74, - Low: 0.73, - YearlyHigh: 0.79, - YearlyLow: 0.68, - YearlyStart: 0.73, - YearlyChange: 1.28, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Middle East`, - Country: `Israel`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-04-23`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 800 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `Lean Hogs`, - Spread: 0.01, - Open: 81.275, - Price: 80.77, - Buy: 81.81, - Sell: 81.82, - Change: -1.04, - ChangePercent: -1.28, - Volume: 1, - High: 81.81, - Low: 81.28, - YearlyHigh: 83.98, - YearlyLow: 70.25, - YearlyStart: 77.11, - YearlyChange: 6.09, - Settlement: `Cash`, - Contract: `CFD`, - Region: `Europe`, - Country: `Slovenia`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-06-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 801 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Rice`, - Spread: 0.01, - Open: 11.245, - Price: 10.3, - Buy: 10.41, - Sell: 10.42, - Change: -0.12, - ChangePercent: -1.08, - Volume: 220, - High: 11.38, - Low: 10.42, - YearlyHigh: 14.14, - YearlyLow: 9.7, - YearlyStart: 11.92, - YearlyChange: -12.62, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Middle East`, - Country: `Lebanon`, - Risk: `High`, - Sector: `Government`, - Currency: `PLN`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-02-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 802 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soybean`, - Spread: 0.01, - Open: 1038, - Price: 1040.69, - Buy: 1038.61, - Sell: 1038.62, - Change: 2.07, - ChangePercent: 0.2, - Volume: 20356, - High: 1044, - Low: 1031.75, - YearlyHigh: 1057, - YearlyLow: 859.5, - YearlyStart: 958.25, - YearlyChange: 8.39, - Settlement: `Loan`, - Contract: `Options`, - Region: `Europe`, - Country: `Czechia`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-08-24`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 803 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soy oil`, - Spread: 0.01, - Open: 33.26, - Price: 33.97, - Buy: 33.77, - Sell: 33.78, - Change: 0.2, - ChangePercent: 0.6, - Volume: 10592, - High: 33.77, - Low: 33.06, - YearlyHigh: 35.43, - YearlyLow: 26.61, - YearlyStart: 31.02, - YearlyChange: 8.87, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `North America`, - Country: `United States`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-08-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 804 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Coffee`, - Spread: 0.01, - Open: 125.7, - Price: 128.15, - Buy: 125.7, - Sell: 125.7, - Change: 2.46, - ChangePercent: 1.96, - Volume: 1654, - High: 125.8, - Low: 125, - YearlyHigh: 155.75, - YearlyLow: 115.35, - YearlyStart: 135.55, - YearlyChange: -7.27, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Asia Pacific`, - Country: `Malaysia`, - Risk: `Low`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-06-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 805 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `DOW Future`, - Spread: 0.01, - Open: 17711, - Price: 17924.7, - Buy: 17712.15, - Sell: 17712.16, - Change: 212.55, - ChangePercent: 1.2, - Volume: 22236, - High: 17727, - Low: 17642, - YearlyHigh: 18083, - YearlyLow: 15299, - YearlyStart: 16691, - YearlyChange: 6.12, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `Asia Pacific`, - Country: `Philippines`, - Risk: `Low`, - Sector: `Public`, - Currency: `USD`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-04-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 806 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Corn`, - Spread: 0.01, - Open: 379.5, - Price: 379.8, - Buy: 379.8, - Sell: 379.81, - Change: 0, - ChangePercent: 0, - Volume: 11266, - High: 381, - Low: 377.75, - YearlyHigh: 471.25, - YearlyLow: 351.25, - YearlyStart: 411.25, - YearlyChange: -7.65, - Settlement: `Credit`, - Contract: `Forwards`, - Region: `Asia Pacific`, - Country: `Taiwan`, - Risk: `High`, - Sector: `Public`, - Currency: `USD`, - Security: `Poor`, - Issuer: `FedEx`, - Maturity: `2022-05-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 807 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P MID MINI`, - Spread: 0.01, - Open: 1454.3, - Price: 1443.55, - Buy: 1455.78, - Sell: 1455.79, - Change: -12.23, - ChangePercent: -0.84, - Volume: 338, - High: 1455.78, - Low: 1448, - YearlyHigh: 1527.3, - YearlyLow: 1236, - YearlyStart: 1381.65, - YearlyChange: 5.37, - Settlement: `Credit`, - Contract: `Options`, - Region: `Middle East`, - Country: `Israel`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `American Airlines`, - Maturity: `2022-08-11`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 808 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Gold`, - Spread: 0.01, - Open: 1281.1, - Price: 1268.44, - Buy: 1280.73, - Sell: 1280.74, - Change: -12.29, - ChangePercent: -0.96, - Volume: 48387, - High: 1289.5, - Low: 1279.1, - YearlyHigh: 1306, - YearlyLow: 1047.2, - YearlyStart: 1176.6, - YearlyChange: 8.85, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Africa`, - Country: `Morocco`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-07-10`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 809 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `GBP/USD`, - Spread: 0.02, - Open: 1.4464, - Price: 1.18, - Buy: 1.18, - Sell: 1.2, - Change: -0.01, - ChangePercent: -1, - Volume: 29450, - High: 1.45, - Low: 1.19, - YearlyHigh: 1.59, - YearlyLow: 1.19, - YearlyStart: 1.49, - YearlyChange: -19.59, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Middle East`, - Country: `Iraq`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-09-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 810 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Ethanol`, - Spread: 0.01, - Open: 1.512, - Price: 2.75, - Buy: 2.75, - Sell: 2.76, - Change: 0, - ChangePercent: 0, - Volume: 14, - High: 2.75, - Low: 1.12, - YearlyHigh: 2.75, - YearlyLow: 1.12, - YearlyStart: 1.48, - YearlyChange: 86.7, - Settlement: `Cash`, - Contract: `Options`, - Region: `Middle East`, - Country: `Kuwait`, - Risk: `High`, - Sector: `Public`, - Currency: `PLN`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-06-10`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 811 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soy Meat`, - Spread: 0.01, - Open: 342.6, - Price: 345.5, - Buy: 342.6, - Sell: 342.6, - Change: 2.88, - ChangePercent: 0.84, - Volume: 5646, - High: 345.4, - Low: 340.3, - YearlyHigh: 353.4, - YearlyLow: 261.7, - YearlyStart: 307.55, - YearlyChange: 11.4, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Africa`, - Country: `Egypt`, - Risk: `High`, - Sector: `Government`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-03-16`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 812 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `US 30YR Future`, - Spread: 0.01, - Open: 164.875, - Price: 161.6, - Buy: 164.15, - Sell: 164.16, - Change: -2.56, - ChangePercent: -1.56, - Volume: 28012, - High: 165.25, - Low: 164.04, - YearlyHigh: 169.38, - YearlyLow: 151.47, - YearlyStart: 160.43, - YearlyChange: 2.33, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Africa`, - Country: `Morocco`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `Poor`, - Issuer: `FedEx`, - Maturity: `2022-07-11`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 813 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Copper`, - Spread: 0.02, - Open: 2.123, - Price: 2.1, - Buy: 2.12, - Sell: 2.12, - Change: -0.01, - ChangePercent: -0.8, - Volume: 28819, - High: 2.16, - Low: 2.11, - YearlyHigh: 2.94, - YearlyLow: 1.96, - YearlyStart: 2.45, - YearlyChange: -13.76, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `Africa`, - Country: `Tunisia`, - Risk: `High`, - Sector: `Private`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-04-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 814 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `FD Cattle`, - Spread: 0.01, - Open: 147.175, - Price: 145.81, - Buy: 148.6, - Sell: 148.61, - Change: -2.8, - ChangePercent: -1.88, - Volume: 5, - High: 148.61, - Low: 147.18, - YearlyHigh: 190, - YearlyLow: 138.1, - YearlyStart: 164.05, - YearlyChange: -9.41, - Settlement: `Cash`, - Contract: `CFD`, - Region: `Middle East`, - Country: `UAE`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-05-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 815 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Ethanol`, - Spread: 0.01, - Open: 1.512, - Price: 2.75, - Buy: 2.75, - Sell: 2.76, - Change: 0, - ChangePercent: 0, - Volume: 14, - High: 2.75, - Low: 1.12, - YearlyHigh: 2.75, - YearlyLow: 1.12, - YearlyStart: 1.48, - YearlyChange: 86.7, - Settlement: `Cash`, - Contract: `Futures`, - Region: `South America`, - Country: `Paraguay`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-08-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 816 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/CHF`, - Spread: 0.02, - Open: 1.0337, - Price: 1.06, - Buy: 1.03, - Sell: 1.03, - Change: 0.02, - ChangePercent: 1.76, - Volume: 5550, - High: 1.03, - Low: 1.03, - YearlyHigh: 1.11, - YearlyLow: 0.98, - YearlyStart: 1.04, - YearlyChange: -0.12, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Middle East`, - Country: `UAE`, - Risk: `High`, - Sector: `Government`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-03-27`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 817 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P MID MINI`, - Spread: 0.01, - Open: 1454.3, - Price: 1435.98, - Buy: 1455.78, - Sell: 1455.79, - Change: -19.8, - ChangePercent: -1.36, - Volume: 338, - High: 1455.78, - Low: 1448, - YearlyHigh: 1527.3, - YearlyLow: 1236, - YearlyStart: 1381.65, - YearlyChange: 5.37, - Settlement: `Cash`, - Contract: `Options`, - Region: `Africa`, - Country: `Senegal`, - Risk: `Low`, - Sector: `Public`, - Currency: `PLN`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-02-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 818 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soybean`, - Spread: 0.01, - Open: 1038, - Price: 1023.66, - Buy: 1038.61, - Sell: 1038.62, - Change: -14.96, - ChangePercent: -1.44, - Volume: 20356, - High: 1044, - Low: 1031.75, - YearlyHigh: 1057, - YearlyLow: 859.5, - YearlyStart: 958.25, - YearlyChange: 8.39, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Europe`, - Country: `Slovakia`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-03-11`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 819 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `US 2Y Future`, - Spread: 0.01, - Open: 109.3984, - Price: 111.27, - Buy: 109.4, - Sell: 109.4, - Change: 1.88, - ChangePercent: 1.72, - Volume: 17742, - High: 109.41, - Low: 109.38, - YearlyHigh: 109.8, - YearlyLow: 108.62, - YearlyStart: 109.21, - YearlyChange: 0.16, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Africa`, - Country: `South Africa`, - Risk: `Low`, - Sector: `Government`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-02-22`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 820 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Rice`, - Spread: 0.01, - Open: 11.245, - Price: 10.37, - Buy: 10.41, - Sell: 10.42, - Change: -0.05, - ChangePercent: -0.4, - Volume: 220, - High: 11.38, - Low: 10.42, - YearlyHigh: 14.14, - YearlyLow: 9.7, - YearlyStart: 11.92, - YearlyChange: -12.62, - Settlement: `Cash`, - Contract: `Options`, - Region: `Africa`, - Country: `Senegal`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-03-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 821 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Silver`, - Spread: 0.01, - Open: 17.43, - Price: 17.26, - Buy: 17.43, - Sell: 17.43, - Change: -0.16, - ChangePercent: -0.92, - Volume: 11720, - High: 17.51, - Low: 17.37, - YearlyHigh: 18.06, - YearlyLow: 13.73, - YearlyStart: 15.89, - YearlyChange: 9.59, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Middle East`, - Country: `Israel`, - Risk: `High`, - Sector: `Public`, - Currency: `USD`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-05-19`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 822 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Natural Gas`, - Spread: 0.02, - Open: 2.094, - Price: 2.1, - Buy: 2.09, - Sell: 2.09, - Change: 0, - ChangePercent: -0.12, - Volume: 2783, - High: 2.11, - Low: 2.09, - YearlyHigh: 3.2, - YearlyLow: 1.84, - YearlyStart: 2.52, - YearlyChange: -16.51, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Asia Pacific`, - Country: `Indonesia`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-07-10`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 823 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Rice`, - Spread: 0.01, - Open: 11.245, - Price: 10.5, - Buy: 10.41, - Sell: 10.42, - Change: 0.08, - ChangePercent: 0.84, - Volume: 220, - High: 11.38, - Low: 10.42, - YearlyHigh: 14.14, - YearlyLow: 9.7, - YearlyStart: 11.92, - YearlyChange: -12.62, - Settlement: `Credit`, - Contract: `Options`, - Region: `Africa`, - Country: `Egypt`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-04-11`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 824 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soy oil`, - Spread: 0.01, - Open: 33.26, - Price: 34.15, - Buy: 33.77, - Sell: 33.78, - Change: 0.38, - ChangePercent: 1.12, - Volume: 10592, - High: 33.77, - Low: 33.06, - YearlyHigh: 35.43, - YearlyLow: 26.61, - YearlyStart: 31.02, - YearlyChange: 8.87, - Settlement: `Cash`, - Contract: `CFD`, - Region: `Africa`, - Country: `South Africa`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-07-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 825 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/CAD`, - Spread: 0.02, - Open: 0.7744, - Price: 0.94, - Buy: 0.94, - Sell: 0.96, - Change: -0.01, - ChangePercent: -1.8, - Volume: 13669, - High: 0.95, - Low: 0.77, - YearlyHigh: 0.95, - YearlyLow: 0.68, - YearlyStart: 0.76, - YearlyChange: 26.43, - Settlement: `Credit`, - Contract: `Forwards`, - Region: `Middle East`, - Country: `Oman`, - Risk: `Low`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-07-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 826 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Coal`, - Spread: 0.015, - Open: 0.4363, - Price: 0.42, - Buy: 0.44, - Sell: 0.44, - Change: 0, - ChangePercent: 0.8, - Volume: 3, - High: 0.44, - Low: 0.44, - YearlyHigh: 0.48, - YearlyLow: 0.4, - YearlyStart: 0.44, - YearlyChange: -5.33, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Africa`, - Country: `Egypt`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-07-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 827 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soy oil`, - Spread: 0.01, - Open: 33.26, - Price: 34.12, - Buy: 33.77, - Sell: 33.78, - Change: 0.35, - ChangePercent: 1.04, - Volume: 10592, - High: 33.77, - Low: 33.06, - YearlyHigh: 35.43, - YearlyLow: 26.61, - YearlyStart: 31.02, - YearlyChange: 8.87, - Settlement: `Cash`, - Contract: `Options`, - Region: `Middle East`, - Country: `Lebanon`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-02-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 828 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P Future`, - Spread: 0.01, - Open: 2057.5, - Price: 2087.86, - Buy: 2056.6, - Sell: 2056.61, - Change: 31.26, - ChangePercent: 1.52, - Volume: 142780, - High: 2059.5, - Low: 2049, - YearlyHigh: 2105.5, - YearlyLow: 1794.5, - YearlyStart: 1950, - YearlyChange: 5.47, - Settlement: `Cash`, - Contract: `Options`, - Region: `Middle East`, - Country: `UAE`, - Risk: `Low`, - Sector: `Public`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-07-21`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 829 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `BTC/USD`, - Spread: 0.06, - Open: 93.88, - Price: 20639.56, - Buy: 21200.76, - Sell: 21400.78, - Change: -361.21, - ChangePercent: -1.72, - Volume: 5788000, - High: 22400.05, - Low: 20100.75, - YearlyHigh: 62400.7, - YearlyLow: 15100.88, - YearlyStart: 21200.29, - YearlyChange: -20.62, - Settlement: `Cash`, - Contract: `CFD`, - Region: `Africa`, - Country: `Ethiopia`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-07-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 830 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Ethanol`, - Spread: 0.01, - Open: 1.512, - Price: 2.75, - Buy: 2.75, - Sell: 2.76, - Change: 0, - ChangePercent: -0.2, - Volume: 14, - High: 2.75, - Low: 1.12, - YearlyHigh: 2.75, - YearlyLow: 1.12, - YearlyStart: 1.48, - YearlyChange: 86.7, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Middle East`, - Country: `Iraq`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `High`, - Issuer: `American Airlines`, - Maturity: `2022-06-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 831 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `US 2Y Future`, - Spread: 0.01, - Open: 109.3984, - Price: 108.91, - Buy: 109.4, - Sell: 109.4, - Change: -0.48, - ChangePercent: -0.44, - Volume: 17742, - High: 109.41, - Low: 109.38, - YearlyHigh: 109.8, - YearlyLow: 108.62, - YearlyStart: 109.21, - YearlyChange: 0.16, - Settlement: `Credit`, - Contract: `Swap`, - Region: `South America`, - Country: `Brazil`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `High`, - Issuer: `FedEx`, - Maturity: `2022-03-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 832 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `FD Cattle`, - Spread: 0.01, - Open: 147.175, - Price: 149.97, - Buy: 148.6, - Sell: 148.61, - Change: 1.36, - ChangePercent: 0.92, - Volume: 5, - High: 148.61, - Low: 147.18, - YearlyHigh: 190, - YearlyLow: 138.1, - YearlyStart: 164.05, - YearlyChange: -9.41, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `Middle East`, - Country: `Israel`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-05-23`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 833 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `DOW Future`, - Spread: 0.01, - Open: 17711, - Price: 17485.44, - Buy: 17712.15, - Sell: 17712.16, - Change: -226.71, - ChangePercent: -1.28, - Volume: 22236, - High: 17727, - Low: 17642, - YearlyHigh: 18083, - YearlyLow: 15299, - YearlyStart: 16691, - YearlyChange: 6.12, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Africa`, - Country: `Niger`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-07-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 834 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Sugar`, - Spread: 0.01, - Open: 15.68, - Price: 14.49, - Buy: 14.67, - Sell: 14.68, - Change: -0.18, - ChangePercent: -1.24, - Volume: 4949, - High: 15.7, - Low: 14.67, - YearlyHigh: 16.87, - YearlyLow: 11.37, - YearlyStart: 14.12, - YearlyChange: 3.92, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Africa`, - Country: `Egypt`, - Risk: `Low`, - Sector: `Government`, - Currency: `USD`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-08-23`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 835 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soy oil`, - Spread: 0.01, - Open: 33.26, - Price: 33.66, - Buy: 33.77, - Sell: 33.78, - Change: -0.11, - ChangePercent: -0.32, - Volume: 10592, - High: 33.77, - Low: 33.06, - YearlyHigh: 35.43, - YearlyLow: 26.61, - YearlyStart: 31.02, - YearlyChange: 8.87, - Settlement: `Cash`, - Contract: `Options`, - Region: `Middle East`, - Country: `Lebanon`, - Risk: `High`, - Sector: `Government`, - Currency: `USD`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-08-16`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 836 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Uranium`, - Spread: 0.02, - Open: 27.55, - Price: 27.96, - Buy: 27.55, - Sell: 27.55, - Change: 0.38, - ChangePercent: 1.36, - Volume: 12, - High: 27.55, - Low: 27.55, - YearlyHigh: 29.32, - YearlyLow: 21.28, - YearlyStart: 25.3, - YearlyChange: 9.01, - Settlement: `Cash`, - Contract: `CFD`, - Region: `Middle East`, - Country: `Saudi Arabia`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-07-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 837 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Oats`, - Spread: 0.01, - Open: 194.5, - Price: 195.07, - Buy: 194.21, - Sell: 194.22, - Change: 0.85, - ChangePercent: 0.44, - Volume: 64, - High: 195.75, - Low: 194, - YearlyHigh: 241.25, - YearlyLow: 183.75, - YearlyStart: 212.5, - YearlyChange: -8.6, - Settlement: `Cash`, - Contract: `Swap`, - Region: `South America`, - Country: `Guyana`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-03-22`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 838 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Cotton`, - Spread: 0.01, - Open: 61.77, - Price: 61.56, - Buy: 61.77, - Sell: 61.77, - Change: -0.2, - ChangePercent: -0.32, - Volume: 3612, - High: 62.06, - Low: 61.32, - YearlyHigh: 67.59, - YearlyLow: 54.33, - YearlyStart: 60.96, - YearlyChange: 1.31, - Settlement: `Cash`, - Contract: `CFD`, - Region: `North America`, - Country: `United States`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-05-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 839 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `BTC/USD`, - Spread: 0.06, - Open: 93.88, - Price: 20925.17, - Buy: 21200.76, - Sell: 21400.78, - Change: -75.6, - ChangePercent: -0.36, - Volume: 5788000, - High: 22400.05, - Low: 20100.75, - YearlyHigh: 62400.7, - YearlyLow: 15100.88, - YearlyStart: 21200.29, - YearlyChange: -20.62, - Settlement: `Loan`, - Contract: `Options`, - Region: `Africa`, - Country: `Ethiopia`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-09-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 840 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soy Meat`, - Spread: 0.01, - Open: 342.6, - Price: 348.24, - Buy: 342.6, - Sell: 342.6, - Change: 5.62, - ChangePercent: 1.64, - Volume: 5646, - High: 345.4, - Low: 340.3, - YearlyHigh: 353.4, - YearlyLow: 261.7, - YearlyStart: 307.55, - YearlyChange: 11.4, - Settlement: `Loan`, - Contract: `Futures`, - Region: `North America`, - Country: `United States`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-04-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 841 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Milk`, - Spread: 0.01, - Open: 12.87, - Price: 12.86, - Buy: 12.87, - Sell: 12.87, - Change: 0, - ChangePercent: 0, - Volume: 7, - High: 12.89, - Low: 12.81, - YearlyHigh: 16.96, - YearlyLow: 12.81, - YearlyStart: 14.88, - YearlyChange: -13.6, - Settlement: `Cash`, - Contract: `CFD`, - Region: `Europe`, - Country: `Norway`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-02-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 842 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Silver`, - Spread: 0.01, - Open: 17.43, - Price: 17.52, - Buy: 17.43, - Sell: 17.43, - Change: 0.1, - ChangePercent: 0.56, - Volume: 11720, - High: 17.51, - Low: 17.37, - YearlyHigh: 18.06, - YearlyLow: 13.73, - YearlyStart: 15.89, - YearlyChange: 9.59, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Africa`, - Country: `Niger`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `High`, - Issuer: `American Airlines`, - Maturity: `2022-02-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 843 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Palladium`, - Spread: 0.01, - Open: 600.55, - Price: 606.53, - Buy: 601, - Sell: 601.01, - Change: 5.53, - ChangePercent: 0.92, - Volume: 651, - High: 607.2, - Low: 598.4, - YearlyHigh: 690, - YearlyLow: 458.6, - YearlyStart: 574.3, - YearlyChange: 4.65, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Europe`, - Country: `Slovakia`, - Risk: `High`, - Sector: `Public`, - Currency: `USD`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-07-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 844 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P MID MINI`, - Spread: 0.01, - Open: 1454.3, - Price: 1463.35, - Buy: 1455.78, - Sell: 1455.79, - Change: 7.57, - ChangePercent: 0.52, - Volume: 338, - High: 1455.78, - Low: 1448, - YearlyHigh: 1527.3, - YearlyLow: 1236, - YearlyStart: 1381.65, - YearlyChange: 5.37, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Middle East`, - Country: `Qatar`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-07-27`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 845 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Coffee`, - Spread: 0.01, - Open: 125.7, - Price: 125.39, - Buy: 125.7, - Sell: 125.7, - Change: -0.3, - ChangePercent: -0.24, - Volume: 1654, - High: 125.8, - Low: 125, - YearlyHigh: 155.75, - YearlyLow: 115.35, - YearlyStart: 135.55, - YearlyChange: -7.27, - Settlement: `Loan`, - Contract: `Swap`, - Region: `South America`, - Country: `Suriname`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-05-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 846 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Cocoa`, - Spread: 0.01, - Open: 3076, - Price: 3116.63, - Buy: 3076, - Sell: 3076, - Change: 40.6, - ChangePercent: 1.32, - Volume: 978, - High: 3078, - Low: 3066, - YearlyHigh: 3406, - YearlyLow: 2746, - YearlyStart: 3076, - YearlyChange: 0, - Settlement: `Cash`, - Contract: `Futures`, - Region: `North America`, - Country: `Mexico`, - Risk: `High`, - Sector: `Government`, - Currency: `USD`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-07-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 847 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Corn`, - Spread: 0.01, - Open: 379.5, - Price: 386.34, - Buy: 379.8, - Sell: 379.81, - Change: 6.54, - ChangePercent: 1.72, - Volume: 11266, - High: 381, - Low: 377.75, - YearlyHigh: 471.25, - YearlyLow: 351.25, - YearlyStart: 411.25, - YearlyChange: -7.65, - Settlement: `Credit`, - Contract: `Forwards`, - Region: `Middle East`, - Country: `UAE`, - Risk: `High`, - Sector: `Private`, - Currency: `PLN`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-08-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 848 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Sugar`, - Spread: 0.01, - Open: 15.68, - Price: 14.45, - Buy: 14.67, - Sell: 14.68, - Change: -0.22, - ChangePercent: -1.56, - Volume: 4949, - High: 15.7, - Low: 14.67, - YearlyHigh: 16.87, - YearlyLow: 11.37, - YearlyStart: 14.12, - YearlyChange: 3.92, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Asia Pacific`, - Country: `Taiwan`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-07-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 849 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `DOW Future`, - Spread: 0.01, - Open: 17711, - Price: 17549.2, - Buy: 17712.15, - Sell: 17712.16, - Change: -162.95, - ChangePercent: -0.92, - Volume: 22236, - High: 17727, - Low: 17642, - YearlyHigh: 18083, - YearlyLow: 15299, - YearlyStart: 16691, - YearlyChange: 6.12, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Middle East`, - Country: `UAE`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-04-21`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 850 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `FD Cattle`, - Spread: 0.01, - Open: 147.175, - Price: 150.69, - Buy: 148.6, - Sell: 148.61, - Change: 2.08, - ChangePercent: 1.4, - Volume: 5, - High: 148.61, - Low: 147.18, - YearlyHigh: 190, - YearlyLow: 138.1, - YearlyStart: 164.05, - YearlyChange: -9.41, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Africa`, - Country: `Tunisia`, - Risk: `High`, - Sector: `Public`, - Currency: `PLN`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-08-23`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 851 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Rice`, - Spread: 0.01, - Open: 11.245, - Price: 10.62, - Buy: 10.41, - Sell: 10.42, - Change: 0.2, - ChangePercent: 2, - Volume: 220, - High: 11.38, - Low: 10.42, - YearlyHigh: 14.14, - YearlyLow: 9.7, - YearlyStart: 11.92, - YearlyChange: -12.62, - Settlement: `Loan`, - Contract: `CFD`, - Region: `Middle East`, - Country: `Qatar`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-04-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 852 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Rice`, - Spread: 0.01, - Open: 11.245, - Price: 10.43, - Buy: 10.41, - Sell: 10.42, - Change: 0.01, - ChangePercent: 0.16, - Volume: 220, - High: 11.38, - Low: 10.42, - YearlyHigh: 14.14, - YearlyLow: 9.7, - YearlyStart: 11.92, - YearlyChange: -12.62, - Settlement: `Credit`, - Contract: `Futures`, - Region: `Europe`, - Country: `Belgium`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-04-23`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 853 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/CAD`, - Spread: 0.02, - Open: 0.7744, - Price: 0.95, - Buy: 0.94, - Sell: 0.96, - Change: 0, - ChangePercent: -0.24, - Volume: 13669, - High: 0.95, - Low: 0.77, - YearlyHigh: 0.95, - YearlyLow: 0.68, - YearlyStart: 0.76, - YearlyChange: 26.43, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Africa`, - Country: `Niger`, - Risk: `High`, - Sector: `Government`, - Currency: `PLN`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-04-22`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 854 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `DOW Future`, - Spread: 0.01, - Open: 17711, - Price: 17634.22, - Buy: 17712.15, - Sell: 17712.16, - Change: -77.93, - ChangePercent: -0.44, - Volume: 22236, - High: 17727, - Low: 17642, - YearlyHigh: 18083, - YearlyLow: 15299, - YearlyStart: 16691, - YearlyChange: 6.12, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Middle East`, - Country: `Syria`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-07-24`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 855 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soy Meat`, - Spread: 0.01, - Open: 342.6, - Price: 340.02, - Buy: 342.6, - Sell: 342.6, - Change: -2.6, - ChangePercent: -0.76, - Volume: 5646, - High: 345.4, - Low: 340.3, - YearlyHigh: 353.4, - YearlyLow: 261.7, - YearlyStart: 307.55, - YearlyChange: 11.4, - Settlement: `Credit`, - Contract: `Forwards`, - Region: `Europe`, - Country: `Norway`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-03-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 856 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Cocoa`, - Spread: 0.01, - Open: 3076, - Price: 3076.03, - Buy: 3076, - Sell: 3076, - Change: 0, - ChangePercent: 0, - Volume: 978, - High: 3078, - Low: 3066, - YearlyHigh: 3406, - YearlyLow: 2746, - YearlyStart: 3076, - YearlyChange: 0, - Settlement: `Cash`, - Contract: `Options`, - Region: `Africa`, - Country: `Ethiopia`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `FedEx`, - Maturity: `2022-06-23`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 857 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Sugar`, - Spread: 0.01, - Open: 15.68, - Price: 14.46, - Buy: 14.67, - Sell: 14.68, - Change: -0.21, - ChangePercent: -1.44, - Volume: 4949, - High: 15.7, - Low: 14.67, - YearlyHigh: 16.87, - YearlyLow: 11.37, - YearlyStart: 14.12, - YearlyChange: 3.92, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `Middle East`, - Country: `Oman`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-05-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 858 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `US 2Y Future`, - Spread: 0.01, - Open: 109.3984, - Price: 110.35, - Buy: 109.4, - Sell: 109.4, - Change: 0.96, - ChangePercent: 0.88, - Volume: 17742, - High: 109.41, - Low: 109.38, - YearlyHigh: 109.8, - YearlyLow: 108.62, - YearlyStart: 109.21, - YearlyChange: 0.16, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Asia Pacific`, - Country: `Thailand`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-07-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 859 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Diesel`, - Spread: 0.015, - Open: 1.3474, - Price: 1.35, - Buy: 1.35, - Sell: 1.35, - Change: -0.01, - ChangePercent: -0.36, - Volume: 2971, - High: 1.36, - Low: 1.34, - YearlyHigh: 2.11, - YearlyLow: 0.92, - YearlyStart: 1.51, - YearlyChange: -10.4, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `Asia Pacific`, - Country: `Taiwan`, - Risk: `Low`, - Sector: `Government`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-02-19`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 860 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Oats`, - Spread: 0.01, - Open: 194.5, - Price: 192.74, - Buy: 194.21, - Sell: 194.22, - Change: -1.48, - ChangePercent: -0.76, - Volume: 64, - High: 195.75, - Low: 194, - YearlyHigh: 241.25, - YearlyLow: 183.75, - YearlyStart: 212.5, - YearlyChange: -8.6, - Settlement: `Cash`, - Contract: `Options`, - Region: `Africa`, - Country: `Libya`, - Risk: `Low`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-09-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 861 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/CHF`, - Spread: 0.02, - Open: 1.0337, - Price: 1.05, - Buy: 1.03, - Sell: 1.03, - Change: 0.01, - ChangePercent: 0.92, - Volume: 5550, - High: 1.03, - Low: 1.03, - YearlyHigh: 1.11, - YearlyLow: 0.98, - YearlyStart: 1.04, - YearlyChange: -0.12, - Settlement: `Cash`, - Contract: `Options`, - Region: `North America`, - Country: `United States`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-04-22`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 862 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `DOW Future`, - Spread: 0.01, - Open: 17711, - Price: 17995.55, - Buy: 17712.15, - Sell: 17712.16, - Change: 283.4, - ChangePercent: 1.6, - Volume: 22236, - High: 17727, - Low: 17642, - YearlyHigh: 18083, - YearlyLow: 15299, - YearlyStart: 16691, - YearlyChange: 6.12, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Middle East`, - Country: `Israel`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-05-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 863 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Platinum`, - Spread: 0.01, - Open: 1071.6, - Price: 1075.38, - Buy: 1071.09, - Sell: 1071.1, - Change: 4.28, - ChangePercent: 0.4, - Volume: 3039, - High: 1081.2, - Low: 1070.5, - YearlyHigh: 1120.6, - YearlyLow: 812.4, - YearlyStart: 966.5, - YearlyChange: 10.82, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `Africa`, - Country: `Algeria`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-07-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 864 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Milk`, - Spread: 0.01, - Open: 12.87, - Price: 12.74, - Buy: 12.87, - Sell: 12.87, - Change: -0.12, - ChangePercent: -0.92, - Volume: 7, - High: 12.89, - Low: 12.81, - YearlyHigh: 16.96, - YearlyLow: 12.81, - YearlyStart: 14.88, - YearlyChange: -13.6, - Settlement: `Cash`, - Contract: `Options`, - Region: `South America`, - Country: `Colombia`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-09-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 865 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `DOW Future`, - Spread: 0.01, - Open: 17711, - Price: 17761.75, - Buy: 17712.15, - Sell: 17712.16, - Change: 49.6, - ChangePercent: 0.28, - Volume: 22236, - High: 17727, - Low: 17642, - YearlyHigh: 18083, - YearlyLow: 15299, - YearlyStart: 16691, - YearlyChange: 6.12, - Settlement: `Cash`, - Contract: `Options`, - Region: `North America`, - Country: `United States`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-05-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 866 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Rice`, - Spread: 0.01, - Open: 11.245, - Price: 10.24, - Buy: 10.41, - Sell: 10.42, - Change: -0.18, - ChangePercent: -1.64, - Volume: 220, - High: 11.38, - Low: 10.42, - YearlyHigh: 14.14, - YearlyLow: 9.7, - YearlyStart: 11.92, - YearlyChange: -12.62, - Settlement: `Credit`, - Contract: `CFD`, - Region: `South America`, - Country: `Bolivia`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-05-11`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 867 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Natural Gas`, - Spread: 0.02, - Open: 2.094, - Price: 2.11, - Buy: 2.09, - Sell: 2.09, - Change: 0.01, - ChangePercent: 0.32, - Volume: 2783, - High: 2.11, - Low: 2.09, - YearlyHigh: 3.2, - YearlyLow: 1.84, - YearlyStart: 2.52, - YearlyChange: -16.51, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Middle East`, - Country: `Israel`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `High`, - Issuer: `American Airlines`, - Maturity: `2022-07-19`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 868 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `OJ Future`, - Spread: 0.01, - Open: 140.6, - Price: 142.66, - Buy: 140.18, - Sell: 140.19, - Change: 2.47, - ChangePercent: 1.76, - Volume: 7, - High: 140.19, - Low: 0, - YearlyHigh: 155.95, - YearlyLow: 113, - YearlyStart: 134.47, - YearlyChange: 4.25, - Settlement: `Credit`, - Contract: `Options`, - Region: `Asia Pacific`, - Country: `Korea`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-02-22`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 869 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Corn`, - Spread: 0.01, - Open: 379.5, - Price: 372.97, - Buy: 379.8, - Sell: 379.81, - Change: -6.83, - ChangePercent: -1.8, - Volume: 11266, - High: 381, - Low: 377.75, - YearlyHigh: 471.25, - YearlyLow: 351.25, - YearlyStart: 411.25, - YearlyChange: -7.65, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Africa`, - Country: `Egypt`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-04-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 870 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Sugar`, - Spread: 0.01, - Open: 15.68, - Price: 14.97, - Buy: 14.67, - Sell: 14.68, - Change: 0.3, - ChangePercent: 2, - Volume: 4949, - High: 15.7, - Low: 14.67, - YearlyHigh: 16.87, - YearlyLow: 11.37, - YearlyStart: 14.12, - YearlyChange: 3.92, - Settlement: `Cash`, - Contract: `CFD`, - Region: `Europe`, - Country: `Croatia`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-08-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 871 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Oats`, - Spread: 0.01, - Open: 194.5, - Price: 193.05, - Buy: 194.21, - Sell: 194.22, - Change: -1.17, - ChangePercent: -0.6, - Volume: 64, - High: 195.75, - Low: 194, - YearlyHigh: 241.25, - YearlyLow: 183.75, - YearlyStart: 212.5, - YearlyChange: -8.6, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Africa`, - Country: `Algeria`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-08-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 872 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/CHF`, - Spread: 0.02, - Open: 1.0337, - Price: 1.03, - Buy: 1.03, - Sell: 1.03, - Change: -0.01, - ChangePercent: -1.2, - Volume: 5550, - High: 1.03, - Low: 1.03, - YearlyHigh: 1.11, - YearlyLow: 0.98, - YearlyStart: 1.04, - YearlyChange: -0.12, - Settlement: `Credit`, - Contract: `Options`, - Region: `Europe`, - Country: `Spain`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-03-19`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 873 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `US 30YR Future`, - Spread: 0.01, - Open: 164.875, - Price: 164.62, - Buy: 164.15, - Sell: 164.16, - Change: 0.46, - ChangePercent: 0.28, - Volume: 28012, - High: 165.25, - Low: 164.04, - YearlyHigh: 169.38, - YearlyLow: 151.47, - YearlyStart: 160.43, - YearlyChange: 2.33, - Settlement: `Loan`, - Contract: `Futures`, - Region: `Middle East`, - Country: `Bahrain`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-06-23`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 874 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Platinum`, - Spread: 0.01, - Open: 1071.6, - Price: 1051.82, - Buy: 1071.09, - Sell: 1071.1, - Change: -19.28, - ChangePercent: -1.8, - Volume: 3039, - High: 1081.2, - Low: 1070.5, - YearlyHigh: 1120.6, - YearlyLow: 812.4, - YearlyStart: 966.5, - YearlyChange: 10.82, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Asia Pacific`, - Country: `Singapore`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-01-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 875 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/CAD`, - Spread: 0.02, - Open: 0.7744, - Price: 0.96, - Buy: 0.94, - Sell: 0.96, - Change: 0.01, - ChangePercent: 0.88, - Volume: 13669, - High: 0.95, - Low: 0.77, - YearlyHigh: 0.95, - YearlyLow: 0.68, - YearlyStart: 0.76, - YearlyChange: 26.43, - Settlement: `Loan`, - Contract: `Options`, - Region: `Europe`, - Country: `Russia`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `High`, - Issuer: `American Airlines`, - Maturity: `2022-06-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 876 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Lumber`, - Spread: 0.01, - Open: 303.9, - Price: 302.53, - Buy: 304.59, - Sell: 304.6, - Change: -2.07, - ChangePercent: -0.68, - Volume: 2, - High: 304.6, - Low: 303.9, - YearlyHigh: 317.1, - YearlyLow: 236, - YearlyStart: 276.55, - YearlyChange: 10.14, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Middle East`, - Country: `Iraq`, - Risk: `High`, - Sector: `Public`, - Currency: `USD`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-07-16`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 877 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Cocoa`, - Spread: 0.01, - Open: 3076, - Price: 3084.64, - Buy: 3076, - Sell: 3076, - Change: 8.61, - ChangePercent: 0.28, - Volume: 978, - High: 3078, - Low: 3066, - YearlyHigh: 3406, - YearlyLow: 2746, - YearlyStart: 3076, - YearlyChange: 0, - Settlement: `Cash`, - Contract: `Options`, - Region: `Africa`, - Country: `Senegal`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-08-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 878 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Rice`, - Spread: 0.01, - Open: 11.245, - Price: 10.37, - Buy: 10.41, - Sell: 10.42, - Change: -0.05, - ChangePercent: -0.4, - Volume: 220, - High: 11.38, - Low: 10.42, - YearlyHigh: 14.14, - YearlyLow: 9.7, - YearlyStart: 11.92, - YearlyChange: -12.62, - Settlement: `Cash`, - Contract: `CFD`, - Region: `Europe`, - Country: `Germany`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-07-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 879 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Copper`, - Spread: 0.02, - Open: 2.123, - Price: 2.12, - Buy: 2.12, - Sell: 2.12, - Change: 0.01, - ChangePercent: 0.36, - Volume: 28819, - High: 2.16, - Low: 2.11, - YearlyHigh: 2.94, - YearlyLow: 1.96, - YearlyStart: 2.45, - YearlyChange: -13.76, - Settlement: `Credit`, - Contract: `CFD`, - Region: `North America`, - Country: `United States`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-06-27`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 880 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `NAS Future`, - Spread: 0.01, - Open: 4341.25, - Price: 4311.76, - Buy: 4341.25, - Sell: 4341.25, - Change: -29.52, - ChangePercent: -0.68, - Volume: 18259, - High: 4347, - Low: 4318, - YearlyHigh: 4719.75, - YearlyLow: 3867.75, - YearlyStart: 4293.75, - YearlyChange: 1.11, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Asia Pacific`, - Country: `Thailand`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-04-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 881 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `OJ Future`, - Spread: 0.01, - Open: 140.6, - Price: 139.68, - Buy: 140.18, - Sell: 140.19, - Change: -0.51, - ChangePercent: -0.36, - Volume: 7, - High: 140.19, - Low: 0, - YearlyHigh: 155.95, - YearlyLow: 113, - YearlyStart: 134.47, - YearlyChange: 4.25, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `Africa`, - Country: `Tunisia`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-03-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 882 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `LV Cattle`, - Spread: 0.01, - Open: 120.725, - Price: 118.48, - Buy: 120.72, - Sell: 120.72, - Change: -2.22, - ChangePercent: -1.84, - Volume: 4, - High: 120.72, - Low: 120.72, - YearlyHigh: 147.98, - YearlyLow: 113.9, - YearlyStart: 130.94, - YearlyChange: -7.82, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Asia Pacific`, - Country: `Azerbaijan`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-07-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 883 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Sugar`, - Spread: 0.01, - Open: 15.68, - Price: 14.66, - Buy: 14.67, - Sell: 14.68, - Change: -0.01, - ChangePercent: -0.08, - Volume: 4949, - High: 15.7, - Low: 14.67, - YearlyHigh: 16.87, - YearlyLow: 11.37, - YearlyStart: 14.12, - YearlyChange: 3.92, - Settlement: `Cash`, - Contract: `Futures`, - Region: `North America`, - Country: `Canada`, - Risk: `High`, - Sector: `Public`, - Currency: `PLN`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-01-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 884 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Gold`, - Spread: 0.01, - Open: 1281.1, - Price: 1274.07, - Buy: 1280.73, - Sell: 1280.74, - Change: -6.66, - ChangePercent: -0.52, - Volume: 48387, - High: 1289.5, - Low: 1279.1, - YearlyHigh: 1306, - YearlyLow: 1047.2, - YearlyStart: 1176.6, - YearlyChange: 8.85, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Asia Pacific`, - Country: `Philippines`, - Risk: `High`, - Sector: `Government`, - Currency: `USD`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-08-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 885 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Gold`, - Spread: 0.01, - Open: 1281.1, - Price: 1265.88, - Buy: 1280.73, - Sell: 1280.74, - Change: -14.85, - ChangePercent: -1.16, - Volume: 48387, - High: 1289.5, - Low: 1279.1, - YearlyHigh: 1306, - YearlyLow: 1047.2, - YearlyStart: 1176.6, - YearlyChange: 8.85, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Europe`, - Country: `Czechia`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-04-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 886 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soybean`, - Spread: 0.01, - Open: 1038, - Price: 1055.65, - Buy: 1038.61, - Sell: 1038.62, - Change: 17.03, - ChangePercent: 1.64, - Volume: 20356, - High: 1044, - Low: 1031.75, - YearlyHigh: 1057, - YearlyLow: 859.5, - YearlyStart: 958.25, - YearlyChange: 8.39, - Settlement: `Cash`, - Contract: `Options`, - Region: `South America`, - Country: `Peru`, - Risk: `Low`, - Sector: `Government`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-01-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 887 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P 600 MINI`, - Spread: 0.01, - Open: 687.9, - Price: 681.83, - Buy: 687.9, - Sell: 687.9, - Change: -6.05, - ChangePercent: -0.88, - Volume: 0, - High: 0, - Low: 0, - YearlyHigh: 620.32, - YearlyLow: 595.9, - YearlyStart: 608.11, - YearlyChange: 13.12, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Middle East`, - Country: `Israel`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-04-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 888 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Sugar`, - Spread: 0.01, - Open: 15.68, - Price: 14.66, - Buy: 14.67, - Sell: 14.68, - Change: -0.01, - ChangePercent: -0.08, - Volume: 4949, - High: 15.7, - Low: 14.67, - YearlyHigh: 16.87, - YearlyLow: 11.37, - YearlyStart: 14.12, - YearlyChange: 3.92, - Settlement: `Loan`, - Contract: `Futures`, - Region: `Middle East`, - Country: `Saudi Arabia`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-04-16`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 889 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Uranium`, - Spread: 0.02, - Open: 27.55, - Price: 28.08, - Buy: 27.55, - Sell: 27.55, - Change: 0.5, - ChangePercent: 1.8, - Volume: 12, - High: 27.55, - Low: 27.55, - YearlyHigh: 29.32, - YearlyLow: 21.28, - YearlyStart: 25.3, - YearlyChange: 9.01, - Settlement: `Cash`, - Contract: `Options`, - Region: `Asia Pacific`, - Country: `Australia`, - Risk: `High`, - Sector: `Private`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-04-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 890 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/CHF`, - Spread: 0.02, - Open: 1.0337, - Price: 1.05, - Buy: 1.03, - Sell: 1.03, - Change: 0.01, - ChangePercent: 0.2, - Volume: 5550, - High: 1.03, - Low: 1.03, - YearlyHigh: 1.11, - YearlyLow: 0.98, - YearlyStart: 1.04, - YearlyChange: -0.12, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Europe`, - Country: `Slovenia`, - Risk: `High`, - Sector: `Government`, - Currency: `USD`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-02-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 891 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Lumber`, - Spread: 0.01, - Open: 303.9, - Price: 298.75, - Buy: 304.59, - Sell: 304.6, - Change: -5.85, - ChangePercent: -1.92, - Volume: 2, - High: 304.6, - Low: 303.9, - YearlyHigh: 317.1, - YearlyLow: 236, - YearlyStart: 276.55, - YearlyChange: 10.14, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Middle East`, - Country: `Kuwait`, - Risk: `Low`, - Sector: `Government`, - Currency: `USD`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-04-24`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 892 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Platinum`, - Spread: 0.01, - Open: 1071.6, - Price: 1052.25, - Buy: 1071.09, - Sell: 1071.1, - Change: -18.85, - ChangePercent: -1.76, - Volume: 3039, - High: 1081.2, - Low: 1070.5, - YearlyHigh: 1120.6, - YearlyLow: 812.4, - YearlyStart: 966.5, - YearlyChange: 10.82, - Settlement: `Cash`, - Contract: `CFD`, - Region: `Africa`, - Country: `South Africa`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-08-21`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 893 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Lumber`, - Spread: 0.01, - Open: 303.9, - Price: 300.46, - Buy: 304.59, - Sell: 304.6, - Change: -4.14, - ChangePercent: -1.36, - Volume: 2, - High: 304.6, - Low: 303.9, - YearlyHigh: 317.1, - YearlyLow: 236, - YearlyStart: 276.55, - YearlyChange: 10.14, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Asia Pacific`, - Country: `Pakistan`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-06-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 894 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P MID MINI`, - Spread: 0.01, - Open: 1454.3, - Price: 1455.78, - Buy: 1455.78, - Sell: 1455.79, - Change: 0, - ChangePercent: 0, - Volume: 338, - High: 1455.78, - Low: 1448, - YearlyHigh: 1527.3, - YearlyLow: 1236, - YearlyStart: 1381.65, - YearlyChange: 5.37, - Settlement: `Cash`, - Contract: `Options`, - Region: `Asia Pacific`, - Country: `Philippines`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-02-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 895 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Ethanol`, - Spread: 0.01, - Open: 1.512, - Price: 2.76, - Buy: 2.75, - Sell: 2.76, - Change: 0.01, - ChangePercent: 0.36, - Volume: 14, - High: 2.75, - Low: 1.12, - YearlyHigh: 2.75, - YearlyLow: 1.12, - YearlyStart: 1.48, - YearlyChange: 86.7, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `South America`, - Country: `Paraguay`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `High`, - Issuer: `American Airlines`, - Maturity: `2022-02-21`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 896 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P 600 MINI`, - Spread: 0.01, - Open: 687.9, - Price: 691.46, - Buy: 687.9, - Sell: 687.9, - Change: 3.58, - ChangePercent: 0.52, - Volume: 0, - High: 0, - Low: 0, - YearlyHigh: 620.32, - YearlyLow: 595.9, - YearlyStart: 608.11, - YearlyChange: 13.12, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Europe`, - Country: `Iceland`, - Risk: `High`, - Sector: `Private`, - Currency: `PLN`, - Security: `High`, - Issuer: `FedEx`, - Maturity: `2022-05-22`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 897 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soybean`, - Spread: 0.01, - Open: 1038, - Price: 1044.43, - Buy: 1038.61, - Sell: 1038.62, - Change: 5.81, - ChangePercent: 0.56, - Volume: 20356, - High: 1044, - Low: 1031.75, - YearlyHigh: 1057, - YearlyLow: 859.5, - YearlyStart: 958.25, - YearlyChange: 8.39, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Middle East`, - Country: `Saudi Arabia`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-04-19`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 898 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soybean`, - Spread: 0.01, - Open: 1038, - Price: 1031.14, - Buy: 1038.61, - Sell: 1038.62, - Change: -7.48, - ChangePercent: -0.72, - Volume: 20356, - High: 1044, - Low: 1031.75, - YearlyHigh: 1057, - YearlyLow: 859.5, - YearlyStart: 958.25, - YearlyChange: 8.39, - Settlement: `Cash`, - Contract: `Options`, - Region: `Asia Pacific`, - Country: `Indonesia`, - Risk: `High`, - Sector: `Government`, - Currency: `USD`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-02-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 899 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P Future`, - Spread: 0.01, - Open: 2057.5, - Price: 2047.55, - Buy: 2056.6, - Sell: 2056.61, - Change: -9.05, - ChangePercent: -0.44, - Volume: 142780, - High: 2059.5, - Low: 2049, - YearlyHigh: 2105.5, - YearlyLow: 1794.5, - YearlyStart: 1950, - YearlyChange: 5.47, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `North America`, - Country: `Canada`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-03-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 900 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/CAD`, - Spread: 0.02, - Open: 0.7744, - Price: 0.94, - Buy: 0.94, - Sell: 0.96, - Change: -0.01, - ChangePercent: -1.36, - Volume: 13669, - High: 0.95, - Low: 0.77, - YearlyHigh: 0.95, - YearlyLow: 0.68, - YearlyStart: 0.76, - YearlyChange: 26.43, - Settlement: `Cash`, - Contract: `Options`, - Region: `Asia Pacific`, - Country: `Korea`, - Risk: `Low`, - Sector: `Government`, - Currency: `USD`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-02-24`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 901 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Corn`, - Spread: 0.01, - Open: 379.5, - Price: 375.85, - Buy: 379.8, - Sell: 379.81, - Change: -3.95, - ChangePercent: -1.04, - Volume: 11266, - High: 381, - Low: 377.75, - YearlyHigh: 471.25, - YearlyLow: 351.25, - YearlyStart: 411.25, - YearlyChange: -7.65, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Middle East`, - Country: `Syria`, - Risk: `High`, - Sector: `Government`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-06-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 902 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Rice`, - Spread: 0.01, - Open: 11.245, - Price: 10.4, - Buy: 10.41, - Sell: 10.42, - Change: -0.02, - ChangePercent: -0.12, - Volume: 220, - High: 11.38, - Low: 10.42, - YearlyHigh: 14.14, - YearlyLow: 9.7, - YearlyStart: 11.92, - YearlyChange: -12.62, - Settlement: `Cash`, - Contract: `Options`, - Region: `South America`, - Country: `Suriname`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-04-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 903 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Copper`, - Spread: 0.02, - Open: 2.123, - Price: 2.11, - Buy: 2.12, - Sell: 2.12, - Change: 0, - ChangePercent: -0.32, - Volume: 28819, - High: 2.16, - Low: 2.11, - YearlyHigh: 2.94, - YearlyLow: 1.96, - YearlyStart: 2.45, - YearlyChange: -13.76, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Africa`, - Country: `Morocco`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-05-23`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 904 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `Euro$ 3M`, - Spread: 0.01, - Open: 99.18, - Price: 101.03, - Buy: 99.18, - Sell: 99.18, - Change: 1.86, - ChangePercent: 1.88, - Volume: 29509, - High: 99.18, - Low: 99.17, - YearlyHigh: 99.38, - YearlyLow: 98.41, - YearlyStart: 98.89, - YearlyChange: 0.28, - Settlement: `Credit`, - Contract: `Futures`, - Region: `Asia Pacific`, - Country: `Philippines`, - Risk: `High`, - Sector: `Public`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-09-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 905 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soybean`, - Spread: 0.01, - Open: 1038, - Price: 1042.77, - Buy: 1038.61, - Sell: 1038.62, - Change: 4.15, - ChangePercent: 0.4, - Volume: 20356, - High: 1044, - Low: 1031.75, - YearlyHigh: 1057, - YearlyLow: 859.5, - YearlyStart: 958.25, - YearlyChange: 8.39, - Settlement: `Credit`, - Contract: `CFD`, - Region: `Middle East`, - Country: `Qatar`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-04-10`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 906 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Lumber`, - Spread: 0.01, - Open: 303.9, - Price: 302.16, - Buy: 304.59, - Sell: 304.6, - Change: -2.44, - ChangePercent: -0.8, - Volume: 2, - High: 304.6, - Low: 303.9, - YearlyHigh: 317.1, - YearlyLow: 236, - YearlyStart: 276.55, - YearlyChange: 10.14, - Settlement: `Cash`, - Contract: `Options`, - Region: `Middle East`, - Country: `UAE`, - Risk: `Low`, - Sector: `Public`, - Currency: `EUR`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-08-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 907 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soybean`, - Spread: 0.01, - Open: 1038, - Price: 1043.19, - Buy: 1038.61, - Sell: 1038.62, - Change: 4.57, - ChangePercent: 0.44, - Volume: 20356, - High: 1044, - Low: 1031.75, - YearlyHigh: 1057, - YearlyLow: 859.5, - YearlyStart: 958.25, - YearlyChange: 8.39, - Settlement: `Cash`, - Contract: `Options`, - Region: `Middle East`, - Country: `Lebanon`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-08-23`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 908 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soybean`, - Spread: 0.01, - Open: 1038, - Price: 1057.31, - Buy: 1038.61, - Sell: 1038.62, - Change: 18.69, - ChangePercent: 1.8, - Volume: 20356, - High: 1044, - Low: 1031.75, - YearlyHigh: 1057, - YearlyLow: 859.5, - YearlyStart: 958.25, - YearlyChange: 8.39, - Settlement: `Cash`, - Contract: `Swap`, - Region: `North America`, - Country: `United States`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-08-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 909 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Palladium`, - Spread: 0.01, - Open: 600.55, - Price: 606.29, - Buy: 601, - Sell: 601.01, - Change: 5.29, - ChangePercent: 0.88, - Volume: 651, - High: 607.2, - Low: 598.4, - YearlyHigh: 690, - YearlyLow: 458.6, - YearlyStart: 574.3, - YearlyChange: 4.65, - Settlement: `Loan`, - Contract: `Futures`, - Region: `Asia Pacific`, - Country: `Indonesia`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-02-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 910 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Lumber`, - Spread: 0.01, - Open: 303.9, - Price: 303.99, - Buy: 304.59, - Sell: 304.6, - Change: -0.61, - ChangePercent: -0.2, - Volume: 2, - High: 304.6, - Low: 303.9, - YearlyHigh: 317.1, - YearlyLow: 236, - YearlyStart: 276.55, - YearlyChange: 10.14, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Europe`, - Country: `France`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `High`, - Issuer: `FedEx`, - Maturity: `2022-02-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 911 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `Lean Hogs`, - Spread: 0.01, - Open: 81.275, - Price: 80.96, - Buy: 81.81, - Sell: 81.82, - Change: -0.85, - ChangePercent: -1.04, - Volume: 1, - High: 81.81, - Low: 81.28, - YearlyHigh: 83.98, - YearlyLow: 70.25, - YearlyStart: 77.11, - YearlyChange: 6.09, - Settlement: `Loan`, - Contract: `Futures`, - Region: `Middle East`, - Country: `Israel`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-06-24`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 912 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Coffee`, - Spread: 0.01, - Open: 125.7, - Price: 127.2, - Buy: 125.7, - Sell: 125.7, - Change: 1.51, - ChangePercent: 1.2, - Volume: 1654, - High: 125.8, - Low: 125, - YearlyHigh: 155.75, - YearlyLow: 115.35, - YearlyStart: 135.55, - YearlyChange: -7.27, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Asia Pacific`, - Country: `Afghanistan`, - Risk: `High`, - Sector: `Government`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-02-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 913 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Cotton`, - Spread: 0.01, - Open: 61.77, - Price: 62.9, - Buy: 61.77, - Sell: 61.77, - Change: 1.14, - ChangePercent: 1.84, - Volume: 3612, - High: 62.06, - Low: 61.32, - YearlyHigh: 67.59, - YearlyLow: 54.33, - YearlyStart: 60.96, - YearlyChange: 1.31, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `Middle East`, - Country: `Qatar`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-05-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 914 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/CAD`, - Spread: 0.02, - Open: 0.7744, - Price: 0.97, - Buy: 0.94, - Sell: 0.96, - Change: 0.02, - ChangePercent: 1.2, - Volume: 13669, - High: 0.95, - Low: 0.77, - YearlyHigh: 0.95, - YearlyLow: 0.68, - YearlyStart: 0.76, - YearlyChange: 26.43, - Settlement: `Credit`, - Contract: `Options`, - Region: `Middle East`, - Country: `Kuwait`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `American Airlines`, - Maturity: `2022-08-10`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 915 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Uranium`, - Spread: 0.02, - Open: 27.55, - Price: 27.78, - Buy: 27.55, - Sell: 27.55, - Change: 0.2, - ChangePercent: 0.72, - Volume: 12, - High: 27.55, - Low: 27.55, - YearlyHigh: 29.32, - YearlyLow: 21.28, - YearlyStart: 25.3, - YearlyChange: 9.01, - Settlement: `Loan`, - Contract: `Futures`, - Region: `South America`, - Country: `Ecuador`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-01-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 916 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/CHF`, - Spread: 0.02, - Open: 1.0337, - Price: 1.06, - Buy: 1.03, - Sell: 1.03, - Change: 0.02, - ChangePercent: 1.68, - Volume: 5550, - High: 1.03, - Low: 1.03, - YearlyHigh: 1.11, - YearlyLow: 0.98, - YearlyStart: 1.04, - YearlyChange: -0.12, - Settlement: `Credit`, - Contract: `Options`, - Region: `North America`, - Country: `Canada`, - Risk: `High`, - Sector: `Public`, - Currency: `USD`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-07-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 917 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `DOW Future`, - Spread: 0.01, - Open: 17711, - Price: 17953.04, - Buy: 17712.15, - Sell: 17712.16, - Change: 240.89, - ChangePercent: 1.36, - Volume: 22236, - High: 17727, - Low: 17642, - YearlyHigh: 18083, - YearlyLow: 15299, - YearlyStart: 16691, - YearlyChange: 6.12, - Settlement: `Credit`, - Contract: `CFD`, - Region: `Africa`, - Country: `Algeria`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-04-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 918 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/JPY`, - Spread: 0.02, - Open: 9275.5, - Price: 9362.69, - Buy: 9277.32, - Sell: 9277.34, - Change: 85.36, - ChangePercent: 0.92, - Volume: 47734, - High: 9277.33, - Low: 0.93, - YearlyHigh: 9483, - YearlyLow: 0.93, - YearlyStart: 4741.97, - YearlyChange: 95.64, - Settlement: `Cash`, - Contract: `CFD`, - Region: `Europe`, - Country: `Italy`, - Risk: `High`, - Sector: `Public`, - Currency: `USD`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-07-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 919 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Gold`, - Spread: 0.01, - Open: 1281.1, - Price: 1272.54, - Buy: 1280.73, - Sell: 1280.74, - Change: -8.19, - ChangePercent: -0.64, - Volume: 48387, - High: 1289.5, - Low: 1279.1, - YearlyHigh: 1306, - YearlyLow: 1047.2, - YearlyStart: 1176.6, - YearlyChange: 8.85, - Settlement: `Credit`, - Contract: `Swap`, - Region: `North America`, - Country: `Canada`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `High`, - Issuer: `American Airlines`, - Maturity: `2022-05-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 920 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Platinum`, - Spread: 0.01, - Open: 1071.6, - Price: 1061.25, - Buy: 1071.09, - Sell: 1071.1, - Change: -9.85, - ChangePercent: -0.92, - Volume: 3039, - High: 1081.2, - Low: 1070.5, - YearlyHigh: 1120.6, - YearlyLow: 812.4, - YearlyStart: 966.5, - YearlyChange: 10.82, - Settlement: `Credit`, - Contract: `Options`, - Region: `Africa`, - Country: `Tunisia`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-03-19`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 921 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Oats`, - Spread: 0.01, - Open: 194.5, - Price: 197.33, - Buy: 194.21, - Sell: 194.22, - Change: 3.11, - ChangePercent: 1.6, - Volume: 64, - High: 195.75, - Low: 194, - YearlyHigh: 241.25, - YearlyLow: 183.75, - YearlyStart: 212.5, - YearlyChange: -8.6, - Settlement: `Credit`, - Contract: `Forwards`, - Region: `Asia Pacific`, - Country: `Azerbaijan`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-03-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 922 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `NAS Future`, - Spread: 0.01, - Open: 4341.25, - Price: 4414.21, - Buy: 4341.25, - Sell: 4341.25, - Change: 72.93, - ChangePercent: 1.68, - Volume: 18259, - High: 4347, - Low: 4318, - YearlyHigh: 4719.75, - YearlyLow: 3867.75, - YearlyStart: 4293.75, - YearlyChange: 1.11, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Asia Pacific`, - Country: `Australia`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-08-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 923 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `OJ Future`, - Spread: 0.01, - Open: 140.6, - Price: 138.39, - Buy: 140.18, - Sell: 140.19, - Change: -1.8, - ChangePercent: -1.28, - Volume: 7, - High: 140.19, - Low: 0, - YearlyHigh: 155.95, - YearlyLow: 113, - YearlyStart: 134.47, - YearlyChange: 4.25, - Settlement: `Loan`, - Contract: `Options`, - Region: `South America`, - Country: `Colombia`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-05-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 924 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `Lean Hogs`, - Spread: 0.01, - Open: 81.275, - Price: 80.24, - Buy: 81.81, - Sell: 81.82, - Change: -1.57, - ChangePercent: -1.92, - Volume: 1, - High: 81.81, - Low: 81.28, - YearlyHigh: 83.98, - YearlyLow: 70.25, - YearlyStart: 77.11, - YearlyChange: 6.09, - Settlement: `Credit`, - Contract: `Options`, - Region: `Africa`, - Country: `South Africa`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-05-22`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 925 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Oats`, - Spread: 0.01, - Open: 194.5, - Price: 193.05, - Buy: 194.21, - Sell: 194.22, - Change: -1.17, - ChangePercent: -0.6, - Volume: 64, - High: 195.75, - Low: 194, - YearlyHigh: 241.25, - YearlyLow: 183.75, - YearlyStart: 212.5, - YearlyChange: -8.6, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Europe`, - Country: `United Kingdom`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-07-23`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 926 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P MID MINI`, - Spread: 0.01, - Open: 1454.3, - Price: 1441.22, - Buy: 1455.78, - Sell: 1455.79, - Change: -14.56, - ChangePercent: -1, - Volume: 338, - High: 1455.78, - Low: 1448, - YearlyHigh: 1527.3, - YearlyLow: 1236, - YearlyStart: 1381.65, - YearlyChange: 5.37, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Asia Pacific`, - Country: `New Zealand`, - Risk: `Low`, - Sector: `Public`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-04-21`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 927 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Oil`, - Spread: 0.015, - Open: 45.54, - Price: 46.56, - Buy: 45.78, - Sell: 45.8, - Change: 0.77, - ChangePercent: 1.68, - Volume: 107196, - High: 45.94, - Low: 45, - YearlyHigh: 65.28, - YearlyLow: 30.79, - YearlyStart: 48.03, - YearlyChange: -4.67, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Asia Pacific`, - Country: `Azerbaijan`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-02-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 928 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Oil`, - Spread: 0.015, - Open: 45.54, - Price: 45.33, - Buy: 45.78, - Sell: 45.8, - Change: -0.46, - ChangePercent: -1, - Volume: 107196, - High: 45.94, - Low: 45, - YearlyHigh: 65.28, - YearlyLow: 30.79, - YearlyStart: 48.03, - YearlyChange: -4.67, - Settlement: `Loan`, - Contract: `Futures`, - Region: `South America`, - Country: `Uruguay`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-03-16`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 929 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Platinum`, - Spread: 0.01, - Open: 1071.6, - Price: 1090.38, - Buy: 1071.09, - Sell: 1071.1, - Change: 19.28, - ChangePercent: 1.8, - Volume: 3039, - High: 1081.2, - Low: 1070.5, - YearlyHigh: 1120.6, - YearlyLow: 812.4, - YearlyStart: 966.5, - YearlyChange: 10.82, - Settlement: `Loan`, - Contract: `Futures`, - Region: `Europe`, - Country: `Denmark`, - Risk: `Low`, - Sector: `Government`, - Currency: `USD`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-06-16`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 930 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Gold`, - Spread: 0.01, - Open: 1281.1, - Price: 1279.19, - Buy: 1280.73, - Sell: 1280.74, - Change: -1.54, - ChangePercent: -0.12, - Volume: 48387, - High: 1289.5, - Low: 1279.1, - YearlyHigh: 1306, - YearlyLow: 1047.2, - YearlyStart: 1176.6, - YearlyChange: 8.85, - Settlement: `Cash`, - Contract: `Options`, - Region: `Europe`, - Country: `Greece`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-09-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 931 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/JPY`, - Spread: 0.02, - Open: 9275.5, - Price: 9114.05, - Buy: 9277.32, - Sell: 9277.34, - Change: -163.28, - ChangePercent: -1.76, - Volume: 47734, - High: 9277.33, - Low: 0.93, - YearlyHigh: 9483, - YearlyLow: 0.93, - YearlyStart: 4741.97, - YearlyChange: 95.64, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Middle East`, - Country: `Israel`, - Risk: `Low`, - Sector: `Government`, - Currency: `USD`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-07-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 932 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soy Meat`, - Spread: 0.01, - Open: 342.6, - Price: 343.99, - Buy: 342.6, - Sell: 342.6, - Change: 1.37, - ChangePercent: 0.4, - Volume: 5646, - High: 345.4, - Low: 340.3, - YearlyHigh: 353.4, - YearlyLow: 261.7, - YearlyStart: 307.55, - YearlyChange: 11.4, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Africa`, - Country: `Senegal`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-05-23`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 933 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `LV Cattle`, - Spread: 0.01, - Open: 120.725, - Price: 122.25, - Buy: 120.72, - Sell: 120.72, - Change: 1.55, - ChangePercent: 1.28, - Volume: 4, - High: 120.72, - Low: 120.72, - YearlyHigh: 147.98, - YearlyLow: 113.9, - YearlyStart: 130.94, - YearlyChange: -7.82, - Settlement: `Cash`, - Contract: `CFD`, - Region: `Middle East`, - Country: `Israel`, - Risk: `Low`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-04-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 934 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `NAS Future`, - Spread: 0.01, - Open: 4341.25, - Price: 4358.65, - Buy: 4341.25, - Sell: 4341.25, - Change: 17.37, - ChangePercent: 0.4, - Volume: 18259, - High: 4347, - Low: 4318, - YearlyHigh: 4719.75, - YearlyLow: 3867.75, - YearlyStart: 4293.75, - YearlyChange: 1.11, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Africa`, - Country: `Senegal`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-02-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 935 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Natural Gas`, - Spread: 0.02, - Open: 2.094, - Price: 2.08, - Buy: 2.09, - Sell: 2.09, - Change: -0.02, - ChangePercent: -1.12, - Volume: 2783, - High: 2.11, - Low: 2.09, - YearlyHigh: 3.2, - YearlyLow: 1.84, - YearlyStart: 2.52, - YearlyChange: -16.51, - Settlement: `Credit`, - Contract: `CFD`, - Region: `Europe`, - Country: `Czechia`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-02-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 936 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Sugar`, - Spread: 0.01, - Open: 15.68, - Price: 14.77, - Buy: 14.67, - Sell: 14.68, - Change: 0.1, - ChangePercent: 0.68, - Volume: 4949, - High: 15.7, - Low: 14.67, - YearlyHigh: 16.87, - YearlyLow: 11.37, - YearlyStart: 14.12, - YearlyChange: 3.92, - Settlement: `Credit`, - Contract: `Options`, - Region: `Asia Pacific`, - Country: `Australia`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-05-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 937 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Coffee`, - Spread: 0.01, - Open: 125.7, - Price: 127.9, - Buy: 125.7, - Sell: 125.7, - Change: 2.21, - ChangePercent: 1.76, - Volume: 1654, - High: 125.8, - Low: 125, - YearlyHigh: 155.75, - YearlyLow: 115.35, - YearlyStart: 135.55, - YearlyChange: -7.27, - Settlement: `Credit`, - Contract: `Options`, - Region: `North America`, - Country: `Canada`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-06-16`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 938 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Coal`, - Spread: 0.015, - Open: 0.4363, - Price: 0.42, - Buy: 0.44, - Sell: 0.44, - Change: 0, - ChangePercent: 1.32, - Volume: 3, - High: 0.44, - Low: 0.44, - YearlyHigh: 0.48, - YearlyLow: 0.4, - YearlyStart: 0.44, - YearlyChange: -5.33, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `Asia Pacific`, - Country: `Korea`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-06-21`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 939 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `Lean Hogs`, - Spread: 0.01, - Open: 81.275, - Price: 82.08, - Buy: 81.81, - Sell: 81.82, - Change: 0.27, - ChangePercent: 0.32, - Volume: 1, - High: 81.81, - Low: 81.28, - YearlyHigh: 83.98, - YearlyLow: 70.25, - YearlyStart: 77.11, - YearlyChange: 6.09, - Settlement: `Cash`, - Contract: `CFD`, - Region: `South America`, - Country: `Suriname`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-06-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 940 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Gold`, - Spread: 0.01, - Open: 1281.1, - Price: 1277.15, - Buy: 1280.73, - Sell: 1280.74, - Change: -3.58, - ChangePercent: -0.28, - Volume: 48387, - High: 1289.5, - Low: 1279.1, - YearlyHigh: 1306, - YearlyLow: 1047.2, - YearlyStart: 1176.6, - YearlyChange: 8.85, - Settlement: `Cash`, - Contract: `Options`, - Region: `Africa`, - Country: `Niger`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-07-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 941 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Silver`, - Spread: 0.01, - Open: 17.43, - Price: 17.34, - Buy: 17.43, - Sell: 17.43, - Change: -0.08, - ChangePercent: -0.44, - Volume: 11720, - High: 17.51, - Low: 17.37, - YearlyHigh: 18.06, - YearlyLow: 13.73, - YearlyStart: 15.89, - YearlyChange: 9.59, - Settlement: `Cash`, - Contract: `Futures`, - Region: `North America`, - Country: `Canada`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-07-22`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 942 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `NAS Future`, - Spread: 0.01, - Open: 4341.25, - Price: 4396.85, - Buy: 4341.25, - Sell: 4341.25, - Change: 55.57, - ChangePercent: 1.28, - Volume: 18259, - High: 4347, - Low: 4318, - YearlyHigh: 4719.75, - YearlyLow: 3867.75, - YearlyStart: 4293.75, - YearlyChange: 1.11, - Settlement: `Loan`, - Contract: `Futures`, - Region: `Middle East`, - Country: `Oman`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-06-21`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 943 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `FD Cattle`, - Spread: 0.01, - Open: 147.175, - Price: 149.38, - Buy: 148.6, - Sell: 148.61, - Change: 0.77, - ChangePercent: 0.52, - Volume: 5, - High: 148.61, - Low: 147.18, - YearlyHigh: 190, - YearlyLow: 138.1, - YearlyStart: 164.05, - YearlyChange: -9.41, - Settlement: `Loan`, - Contract: `Options`, - Region: `Asia Pacific`, - Country: `Thailand`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `American Airlines`, - Maturity: `2022-02-22`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 944 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Lumber`, - Spread: 0.01, - Open: 303.9, - Price: 308.13, - Buy: 304.59, - Sell: 304.6, - Change: 3.53, - ChangePercent: 1.16, - Volume: 2, - High: 304.6, - Low: 303.9, - YearlyHigh: 317.1, - YearlyLow: 236, - YearlyStart: 276.55, - YearlyChange: 10.14, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Asia Pacific`, - Country: `Japan`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-09-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 945 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `Euro$ 3M`, - Spread: 0.01, - Open: 99.18, - Price: 97.5, - Buy: 99.18, - Sell: 99.18, - Change: -1.67, - ChangePercent: -1.68, - Volume: 29509, - High: 99.18, - Low: 99.17, - YearlyHigh: 99.38, - YearlyLow: 98.41, - YearlyStart: 98.89, - YearlyChange: 0.28, - Settlement: `Cash`, - Contract: `Options`, - Region: `Middle East`, - Country: `Oman`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `FedEx`, - Maturity: `2022-05-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 946 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P Future`, - Spread: 0.01, - Open: 2057.5, - Price: 2051.67, - Buy: 2056.6, - Sell: 2056.61, - Change: -4.93, - ChangePercent: -0.24, - Volume: 142780, - High: 2059.5, - Low: 2049, - YearlyHigh: 2105.5, - YearlyLow: 1794.5, - YearlyStart: 1950, - YearlyChange: 5.47, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Middle East`, - Country: `Syria`, - Risk: `High`, - Sector: `Government`, - Currency: `PLN`, - Security: `High`, - Issuer: `American Airlines`, - Maturity: `2022-08-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 947 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/JPY`, - Spread: 0.02, - Open: 9275.5, - Price: 9277.33, - Buy: 9277.32, - Sell: 9277.34, - Change: 0, - ChangePercent: 0, - Volume: 47734, - High: 9277.33, - Low: 0.93, - YearlyHigh: 9483, - YearlyLow: 0.93, - YearlyStart: 4741.97, - YearlyChange: 95.64, - Settlement: `Loan`, - Contract: `Options`, - Region: `South America`, - Country: `Chile`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `American Airlines`, - Maturity: `2022-08-22`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 948 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Palladium`, - Spread: 0.01, - Open: 600.55, - Price: 596.43, - Buy: 601, - Sell: 601.01, - Change: -4.57, - ChangePercent: -0.76, - Volume: 651, - High: 607.2, - Low: 598.4, - YearlyHigh: 690, - YearlyLow: 458.6, - YearlyStart: 574.3, - YearlyChange: 4.65, - Settlement: `Credit`, - Contract: `CFD`, - Region: `Middle East`, - Country: `Jordan`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-06-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 949 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Platinum`, - Spread: 0.01, - Open: 1071.6, - Price: 1082.67, - Buy: 1071.09, - Sell: 1071.1, - Change: 11.57, - ChangePercent: 1.08, - Volume: 3039, - High: 1081.2, - Low: 1070.5, - YearlyHigh: 1120.6, - YearlyLow: 812.4, - YearlyStart: 966.5, - YearlyChange: 10.82, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Europe`, - Country: `Sweden`, - Risk: `High`, - Sector: `Private`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-01-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 950 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Sugar`, - Spread: 0.01, - Open: 15.68, - Price: 14.45, - Buy: 14.67, - Sell: 14.68, - Change: -0.22, - ChangePercent: -1.56, - Volume: 4949, - High: 15.7, - Low: 14.67, - YearlyHigh: 16.87, - YearlyLow: 11.37, - YearlyStart: 14.12, - YearlyChange: 3.92, - Settlement: `Cash`, - Contract: `Options`, - Region: `Middle East`, - Country: `Iraq`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-06-21`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 951 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/CAD`, - Spread: 0.02, - Open: 0.7744, - Price: 0.95, - Buy: 0.94, - Sell: 0.96, - Change: 0, - ChangePercent: -0.32, - Volume: 13669, - High: 0.95, - Low: 0.77, - YearlyHigh: 0.95, - YearlyLow: 0.68, - YearlyStart: 0.76, - YearlyChange: 26.43, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Asia Pacific`, - Country: `Hong Kong`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-05-22`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 952 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `US 2Y Future`, - Spread: 0.01, - Open: 109.3984, - Price: 109.91, - Buy: 109.4, - Sell: 109.4, - Change: 0.52, - ChangePercent: 0.48, - Volume: 17742, - High: 109.41, - Low: 109.38, - YearlyHigh: 109.8, - YearlyLow: 108.62, - YearlyStart: 109.21, - YearlyChange: 0.16, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `Africa`, - Country: `Egypt`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-03-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 953 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Cotton`, - Spread: 0.01, - Open: 61.77, - Price: 60.8, - Buy: 61.77, - Sell: 61.77, - Change: -0.96, - ChangePercent: -1.56, - Volume: 3612, - High: 62.06, - Low: 61.32, - YearlyHigh: 67.59, - YearlyLow: 54.33, - YearlyStart: 60.96, - YearlyChange: 1.31, - Settlement: `Cash`, - Contract: `Options`, - Region: `Europe`, - Country: `Poland`, - Risk: `High`, - Sector: `Government`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-01-19`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 954 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Natural Gas`, - Spread: 0.02, - Open: 2.094, - Price: 2.11, - Buy: 2.09, - Sell: 2.09, - Change: 0.01, - ChangePercent: 0.16, - Volume: 2783, - High: 2.11, - Low: 2.09, - YearlyHigh: 3.2, - YearlyLow: 1.84, - YearlyStart: 2.52, - YearlyChange: -16.51, - Settlement: `Cash`, - Contract: `Options`, - Region: `Africa`, - Country: `Algeria`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-06-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 955 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P MID MINI`, - Spread: 0.01, - Open: 1454.3, - Price: 1469.17, - Buy: 1455.78, - Sell: 1455.79, - Change: 13.39, - ChangePercent: 0.92, - Volume: 338, - High: 1455.78, - Low: 1448, - YearlyHigh: 1527.3, - YearlyLow: 1236, - YearlyStart: 1381.65, - YearlyChange: 5.37, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Europe`, - Country: `Hungary`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-06-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 956 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Platinum`, - Spread: 0.01, - Open: 1071.6, - Price: 1056.53, - Buy: 1071.09, - Sell: 1071.1, - Change: -14.57, - ChangePercent: -1.36, - Volume: 3039, - High: 1081.2, - Low: 1070.5, - YearlyHigh: 1120.6, - YearlyLow: 812.4, - YearlyStart: 966.5, - YearlyChange: 10.82, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Asia Pacific`, - Country: `Azerbaijan`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-04-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 957 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Coal`, - Spread: 0.015, - Open: 0.4363, - Price: 0.42, - Buy: 0.44, - Sell: 0.44, - Change: 0, - ChangePercent: 0.96, - Volume: 3, - High: 0.44, - Low: 0.44, - YearlyHigh: 0.48, - YearlyLow: 0.4, - YearlyStart: 0.44, - YearlyChange: -5.33, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Middle East`, - Country: `Qatar`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-01-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 958 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `US 2Y Future`, - Spread: 0.01, - Open: 109.3984, - Price: 109.34, - Buy: 109.4, - Sell: 109.4, - Change: -0.05, - ChangePercent: -0.04, - Volume: 17742, - High: 109.41, - Low: 109.38, - YearlyHigh: 109.8, - YearlyLow: 108.62, - YearlyStart: 109.21, - YearlyChange: 0.16, - Settlement: `Credit`, - Contract: `CFD`, - Region: `North America`, - Country: `United States`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-07-16`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 959 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/CHF`, - Spread: 0.02, - Open: 1.0337, - Price: 1.06, - Buy: 1.03, - Sell: 1.03, - Change: 0.02, - ChangePercent: 1.24, - Volume: 5550, - High: 1.03, - Low: 1.03, - YearlyHigh: 1.11, - YearlyLow: 0.98, - YearlyStart: 1.04, - YearlyChange: -0.12, - Settlement: `Loan`, - Contract: `Futures`, - Region: `Europe`, - Country: `Belgium`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-03-21`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 960 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Ethanol`, - Spread: 0.01, - Open: 1.512, - Price: 2.72, - Buy: 2.75, - Sell: 2.76, - Change: -0.03, - ChangePercent: -1.24, - Volume: 14, - High: 2.75, - Low: 1.12, - YearlyHigh: 2.75, - YearlyLow: 1.12, - YearlyStart: 1.48, - YearlyChange: 86.7, - Settlement: `Cash`, - Contract: `Options`, - Region: `Europe`, - Country: `Portugal`, - Risk: `High`, - Sector: `Government`, - Currency: `USD`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-09-23`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 961 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soy Meat`, - Spread: 0.01, - Open: 342.6, - Price: 338.78, - Buy: 342.6, - Sell: 342.6, - Change: -3.84, - ChangePercent: -1.12, - Volume: 5646, - High: 345.4, - Low: 340.3, - YearlyHigh: 353.4, - YearlyLow: 261.7, - YearlyStart: 307.55, - YearlyChange: 11.4, - Settlement: `Loan`, - Contract: `Options`, - Region: `South America`, - Country: `Suriname`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `FedEx`, - Maturity: `2022-01-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 962 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Oil`, - Spread: 0.015, - Open: 45.54, - Price: 45.2, - Buy: 45.78, - Sell: 45.8, - Change: -0.59, - ChangePercent: -1.28, - Volume: 107196, - High: 45.94, - Low: 45, - YearlyHigh: 65.28, - YearlyLow: 30.79, - YearlyStart: 48.03, - YearlyChange: -4.67, - Settlement: `Credit`, - Contract: `Options`, - Region: `Africa`, - Country: `Algeria`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-04-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 963 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Palladium`, - Spread: 0.01, - Open: 600.55, - Price: 604.13, - Buy: 601, - Sell: 601.01, - Change: 3.13, - ChangePercent: 0.52, - Volume: 651, - High: 607.2, - Low: 598.4, - YearlyHigh: 690, - YearlyLow: 458.6, - YearlyStart: 574.3, - YearlyChange: 4.65, - Settlement: `Credit`, - Contract: `Options`, - Region: `Middle East`, - Country: `Israel`, - Risk: `Low`, - Sector: `Public`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-03-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 964 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `LV Cattle`, - Spread: 0.01, - Open: 120.725, - Price: 119.21, - Buy: 120.72, - Sell: 120.72, - Change: -1.5, - ChangePercent: -1.24, - Volume: 4, - High: 120.72, - Low: 120.72, - YearlyHigh: 147.98, - YearlyLow: 113.9, - YearlyStart: 130.94, - YearlyChange: -7.82, - Settlement: `Loan`, - Contract: `Options`, - Region: `North America`, - Country: `Mexico`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `High`, - Issuer: `American Airlines`, - Maturity: `2022-05-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 965 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `LV Cattle`, - Spread: 0.01, - Open: 120.725, - Price: 121.19, - Buy: 120.72, - Sell: 120.72, - Change: 0.48, - ChangePercent: 0.4, - Volume: 4, - High: 120.72, - Low: 120.72, - YearlyHigh: 147.98, - YearlyLow: 113.9, - YearlyStart: 130.94, - YearlyChange: -7.82, - Settlement: `Credit`, - Contract: `CFD`, - Region: `South America`, - Country: `Uruguay`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-09-23`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 966 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `US 30YR Future`, - Spread: 0.01, - Open: 164.875, - Price: 166.26, - Buy: 164.15, - Sell: 164.16, - Change: 2.1, - ChangePercent: 1.28, - Volume: 28012, - High: 165.25, - Low: 164.04, - YearlyHigh: 169.38, - YearlyLow: 151.47, - YearlyStart: 160.43, - YearlyChange: 2.33, - Settlement: `Loan`, - Contract: `Futures`, - Region: `Africa`, - Country: `Algeria`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-08-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 967 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Corn`, - Spread: 0.01, - Open: 379.5, - Price: 374.79, - Buy: 379.8, - Sell: 379.81, - Change: -5.01, - ChangePercent: -1.32, - Volume: 11266, - High: 381, - Low: 377.75, - YearlyHigh: 471.25, - YearlyLow: 351.25, - YearlyStart: 411.25, - YearlyChange: -7.65, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Europe`, - Country: `Bulgaria`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-04-21`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 968 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Wheat`, - Spread: 0.01, - Open: 465.5, - Price: 474.46, - Buy: 465.5, - Sell: 465.5, - Change: 8.94, - ChangePercent: 1.92, - Volume: 4318, - High: 467, - Low: 463.25, - YearlyHigh: 628.5, - YearlyLow: 449.5, - YearlyStart: 539, - YearlyChange: -13.63, - Settlement: `Loan`, - Contract: `CFD`, - Region: `Europe`, - Country: `Sweden`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-08-10`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 969 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Natural Gas`, - Spread: 0.02, - Open: 2.094, - Price: 2.09, - Buy: 2.09, - Sell: 2.09, - Change: -0.01, - ChangePercent: -0.68, - Volume: 2783, - High: 2.11, - Low: 2.09, - YearlyHigh: 3.2, - YearlyLow: 1.84, - YearlyStart: 2.52, - YearlyChange: -16.51, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Middle East`, - Country: `Qatar`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-03-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 970 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soy Meat`, - Spread: 0.01, - Open: 342.6, - Price: 344.95, - Buy: 342.6, - Sell: 342.6, - Change: 2.33, - ChangePercent: 0.68, - Volume: 5646, - High: 345.4, - Low: 340.3, - YearlyHigh: 353.4, - YearlyLow: 261.7, - YearlyStart: 307.55, - YearlyChange: 11.4, - Settlement: `Credit`, - Contract: `Options`, - Region: `North America`, - Country: `Canada`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-08-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 971 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Oil`, - Spread: 0.015, - Open: 45.54, - Price: 46.28, - Buy: 45.78, - Sell: 45.8, - Change: 0.49, - ChangePercent: 1.08, - Volume: 107196, - High: 45.94, - Low: 45, - YearlyHigh: 65.28, - YearlyLow: 30.79, - YearlyStart: 48.03, - YearlyChange: -4.67, - Settlement: `Credit`, - Contract: `Futures`, - Region: `Middle East`, - Country: `Qatar`, - Risk: `High`, - Sector: `Private`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-01-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 972 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/CAD`, - Spread: 0.02, - Open: 0.7744, - Price: 0.97, - Buy: 0.94, - Sell: 0.96, - Change: 0.02, - ChangePercent: 2, - Volume: 13669, - High: 0.95, - Low: 0.77, - YearlyHigh: 0.95, - YearlyLow: 0.68, - YearlyStart: 0.76, - YearlyChange: 26.43, - Settlement: `Loan`, - Contract: `CFD`, - Region: `Asia Pacific`, - Country: `Pakistan`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `High`, - Issuer: `FedEx`, - Maturity: `2022-08-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 973 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P 600 MINI`, - Spread: 0.01, - Open: 687.9, - Price: 699.71, - Buy: 687.9, - Sell: 687.9, - Change: 11.83, - ChangePercent: 1.72, - Volume: 0, - High: 0, - Low: 0, - YearlyHigh: 620.32, - YearlyLow: 595.9, - YearlyStart: 608.11, - YearlyChange: 13.12, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Middle East`, - Country: `UAE`, - Risk: `Low`, - Sector: `Government`, - Currency: `USD`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-08-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 974 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Uranium`, - Spread: 0.02, - Open: 27.55, - Price: 27.86, - Buy: 27.55, - Sell: 27.55, - Change: 0.28, - ChangePercent: 1, - Volume: 12, - High: 27.55, - Low: 27.55, - YearlyHigh: 29.32, - YearlyLow: 21.28, - YearlyStart: 25.3, - YearlyChange: 9.01, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Africa`, - Country: `Algeria`, - Risk: `High`, - Sector: `Private`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-09-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 975 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `US 10YR Future`, - Spread: 0.01, - Open: 130.5625, - Price: 129.49, - Buy: 130.56, - Sell: 130.56, - Change: -1.09, - ChangePercent: -0.84, - Volume: 189310, - High: 130.63, - Low: 130.44, - YearlyHigh: 132.64, - YearlyLow: 125.48, - YearlyStart: 129.06, - YearlyChange: 1.18, - Settlement: `Loan`, - Contract: `Futures`, - Region: `Middle East`, - Country: `Iraq`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-05-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 976 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Oats`, - Spread: 0.01, - Open: 194.5, - Price: 190.49, - Buy: 194.21, - Sell: 194.22, - Change: -3.73, - ChangePercent: -1.92, - Volume: 64, - High: 195.75, - Low: 194, - YearlyHigh: 241.25, - YearlyLow: 183.75, - YearlyStart: 212.5, - YearlyChange: -8.6, - Settlement: `Loan`, - Contract: `Futures`, - Region: `Asia Pacific`, - Country: `Indonesia`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-08-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 977 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Sugar`, - Spread: 0.01, - Open: 15.68, - Price: 14.93, - Buy: 14.67, - Sell: 14.68, - Change: 0.26, - ChangePercent: 1.72, - Volume: 4949, - High: 15.7, - Low: 14.67, - YearlyHigh: 16.87, - YearlyLow: 11.37, - YearlyStart: 14.12, - YearlyChange: 3.92, - Settlement: `Loan`, - Contract: `Futures`, - Region: `Asia Pacific`, - Country: `Australia`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-02-19`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 978 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P Future`, - Spread: 0.01, - Open: 2057.5, - Price: 2062.36, - Buy: 2056.6, - Sell: 2056.61, - Change: 5.76, - ChangePercent: 0.28, - Volume: 142780, - High: 2059.5, - Low: 2049, - YearlyHigh: 2105.5, - YearlyLow: 1794.5, - YearlyStart: 1950, - YearlyChange: 5.47, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `Asia Pacific`, - Country: `China`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-04-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 979 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P MID MINI`, - Spread: 0.01, - Open: 1454.3, - Price: 1448.21, - Buy: 1455.78, - Sell: 1455.79, - Change: -7.57, - ChangePercent: -0.52, - Volume: 338, - High: 1455.78, - Low: 1448, - YearlyHigh: 1527.3, - YearlyLow: 1236, - YearlyStart: 1381.65, - YearlyChange: 5.37, - Settlement: `Credit`, - Contract: `Forwards`, - Region: `Africa`, - Country: `Egypt`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-03-11`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 980 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soy Meat`, - Spread: 0.01, - Open: 342.6, - Price: 342.48, - Buy: 342.6, - Sell: 342.6, - Change: -0.14, - ChangePercent: -0.04, - Volume: 5646, - High: 345.4, - Low: 340.3, - YearlyHigh: 353.4, - YearlyLow: 261.7, - YearlyStart: 307.55, - YearlyChange: 11.4, - Settlement: `Loan`, - Contract: `Forwards`, - Region: `Africa`, - Country: `South Africa`, - Risk: `Low`, - Sector: `Government`, - Currency: `USD`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-04-27`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 981 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/CAD`, - Spread: 0.02, - Open: 0.7744, - Price: 0.95, - Buy: 0.94, - Sell: 0.96, - Change: 0, - ChangePercent: -0.72, - Volume: 13669, - High: 0.95, - Low: 0.77, - YearlyHigh: 0.95, - YearlyLow: 0.68, - YearlyStart: 0.76, - YearlyChange: 26.43, - Settlement: `Loan`, - Contract: `CFD`, - Region: `Middle East`, - Country: `Bahrain`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-07-19`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 982 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Ethanol`, - Spread: 0.01, - Open: 1.512, - Price: 2.76, - Buy: 2.75, - Sell: 2.76, - Change: 0.01, - ChangePercent: 0.08, - Volume: 14, - High: 2.75, - Low: 1.12, - YearlyHigh: 2.75, - YearlyLow: 1.12, - YearlyStart: 1.48, - YearlyChange: 86.7, - Settlement: `Cash`, - Contract: `Options`, - Region: `Africa`, - Country: `Morocco`, - Risk: `High`, - Sector: `Government`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-02-24`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 983 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `FD Cattle`, - Spread: 0.01, - Open: 147.175, - Price: 148.25, - Buy: 148.6, - Sell: 148.61, - Change: -0.36, - ChangePercent: -0.24, - Volume: 5, - High: 148.61, - Low: 147.18, - YearlyHigh: 190, - YearlyLow: 138.1, - YearlyStart: 164.05, - YearlyChange: -9.41, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Middle East`, - Country: `Jordan`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `High`, - Issuer: `American Airlines`, - Maturity: `2022-01-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 984 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Gold`, - Spread: 0.01, - Open: 1281.1, - Price: 1283.29, - Buy: 1280.73, - Sell: 1280.74, - Change: 2.56, - ChangePercent: 0.2, - Volume: 48387, - High: 1289.5, - Low: 1279.1, - YearlyHigh: 1306, - YearlyLow: 1047.2, - YearlyStart: 1176.6, - YearlyChange: 8.85, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Europe`, - Country: `Denmark`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-02-22`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 985 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/CHF`, - Spread: 0.02, - Open: 1.0337, - Price: 1.04, - Buy: 1.03, - Sell: 1.03, - Change: 0, - ChangePercent: -0.28, - Volume: 5550, - High: 1.03, - Low: 1.03, - YearlyHigh: 1.11, - YearlyLow: 0.98, - YearlyStart: 1.04, - YearlyChange: -0.12, - Settlement: `Loan`, - Contract: `Futures`, - Region: `Asia Pacific`, - Country: `Thailand`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-08-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 986 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Ethanol`, - Spread: 0.01, - Open: 1.512, - Price: 2.77, - Buy: 2.75, - Sell: 2.76, - Change: 0.02, - ChangePercent: 0.64, - Volume: 14, - High: 2.75, - Low: 1.12, - YearlyHigh: 2.75, - YearlyLow: 1.12, - YearlyStart: 1.48, - YearlyChange: 86.7, - Settlement: `Cash`, - Contract: `Swap`, - Region: `South America`, - Country: `Uruguay`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-06-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 987 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/CAD`, - Spread: 0.02, - Open: 0.7744, - Price: 0.95, - Buy: 0.94, - Sell: 0.96, - Change: 0, - ChangePercent: -0.96, - Volume: 13669, - High: 0.95, - Low: 0.77, - YearlyHigh: 0.95, - YearlyLow: 0.68, - YearlyStart: 0.76, - YearlyChange: 26.43, - Settlement: `Credit`, - Contract: `Options`, - Region: `Asia Pacific`, - Country: `Malaysia`, - Risk: `High`, - Sector: `Government`, - Currency: `USD`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-05-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 988 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/CHF`, - Spread: 0.02, - Open: 1.0337, - Price: 1.03, - Buy: 1.03, - Sell: 1.03, - Change: -0.01, - ChangePercent: -1.68, - Volume: 5550, - High: 1.03, - Low: 1.03, - YearlyHigh: 1.11, - YearlyLow: 0.98, - YearlyStart: 1.04, - YearlyChange: -0.12, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Africa`, - Country: `Senegal`, - Risk: `High`, - Sector: `Public`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-07-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 989 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Uranium`, - Spread: 0.02, - Open: 27.55, - Price: 27.48, - Buy: 27.55, - Sell: 27.55, - Change: -0.1, - ChangePercent: -0.36, - Volume: 12, - High: 27.55, - Low: 27.55, - YearlyHigh: 29.32, - YearlyLow: 21.28, - YearlyStart: 25.3, - YearlyChange: 9.01, - Settlement: `Credit`, - Contract: `CFD`, - Region: `North America`, - Country: `Canada`, - Risk: `High`, - Sector: `Private`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-07-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 990 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P Future`, - Spread: 0.01, - Open: 2057.5, - Price: 2075.52, - Buy: 2056.6, - Sell: 2056.61, - Change: 18.92, - ChangePercent: 0.92, - Volume: 142780, - High: 2059.5, - Low: 2049, - YearlyHigh: 2105.5, - YearlyLow: 1794.5, - YearlyStart: 1950, - YearlyChange: 5.47, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Asia Pacific`, - Country: `Afghanistan`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-06-22`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 991 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `Euro$ 3M`, - Spread: 0.01, - Open: 99.18, - Price: 98.42, - Buy: 99.18, - Sell: 99.18, - Change: -0.75, - ChangePercent: -0.76, - Volume: 29509, - High: 99.18, - Low: 99.17, - YearlyHigh: 99.38, - YearlyLow: 98.41, - YearlyStart: 98.89, - YearlyChange: 0.28, - Settlement: `Loan`, - Contract: `Options`, - Region: `Europe`, - Country: `Slovenia`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-08-22`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 992 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Lumber`, - Spread: 0.01, - Open: 303.9, - Price: 310.2, - Buy: 304.59, - Sell: 304.6, - Change: 5.6, - ChangePercent: 1.84, - Volume: 2, - High: 304.6, - Low: 303.9, - YearlyHigh: 317.1, - YearlyLow: 236, - YearlyStart: 276.55, - YearlyChange: 10.14, - Settlement: `Loan`, - Contract: `CFD`, - Region: `Africa`, - Country: `Morocco`, - Risk: `Low`, - Sector: `Government`, - Currency: `PLN`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-05-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 993 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Lumber`, - Spread: 0.01, - Open: 303.9, - Price: 300.21, - Buy: 304.59, - Sell: 304.6, - Change: -4.39, - ChangePercent: -1.44, - Volume: 2, - High: 304.6, - Low: 303.9, - YearlyHigh: 317.1, - YearlyLow: 236, - YearlyStart: 276.55, - YearlyChange: 10.14, - Settlement: `Credit`, - Contract: `Options`, - Region: `Europe`, - Country: `Slovakia`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-05-16`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 994 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `BTC/USD`, - Spread: 0.06, - Open: 93.88, - Price: 21093.18, - Buy: 21200.76, - Sell: 21400.78, - Change: 92.41, - ChangePercent: 0.44, - Volume: 5788000, - High: 22400.05, - Low: 20100.75, - YearlyHigh: 62400.7, - YearlyLow: 15100.88, - YearlyStart: 21200.29, - YearlyChange: -20.62, - Settlement: `Credit`, - Contract: `CFD`, - Region: `Middle East`, - Country: `Turkey`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-03-16`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 995 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `Euro$ 3M`, - Spread: 0.01, - Open: 99.18, - Price: 100.64, - Buy: 99.18, - Sell: 99.18, - Change: 1.47, - ChangePercent: 1.48, - Volume: 29509, - High: 99.18, - Low: 99.17, - YearlyHigh: 99.38, - YearlyLow: 98.41, - YearlyStart: 98.89, - YearlyChange: 0.28, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `Europe`, - Country: `Italy`, - Risk: `High`, - Sector: `Private`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-09-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 996 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Uranium`, - Spread: 0.02, - Open: 27.55, - Price: 27.65, - Buy: 27.55, - Sell: 27.55, - Change: 0.07, - ChangePercent: 0.24, - Volume: 12, - High: 27.55, - Low: 27.55, - YearlyHigh: 29.32, - YearlyLow: 21.28, - YearlyStart: 25.3, - YearlyChange: 9.01, - Settlement: `Loan`, - Contract: `Futures`, - Region: `Middle East`, - Country: `Lebanon`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-04-27`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 997 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/JPY`, - Spread: 0.02, - Open: 9275.5, - Price: 9102.92, - Buy: 9277.32, - Sell: 9277.34, - Change: -174.41, - ChangePercent: -1.88, - Volume: 47734, - High: 9277.33, - Low: 0.93, - YearlyHigh: 9483, - YearlyLow: 0.93, - YearlyStart: 4741.97, - YearlyChange: 95.64, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Europe`, - Country: `Poland`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-07-11`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 998 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Natural Gas`, - Spread: 0.02, - Open: 2.094, - Price: 2.09, - Buy: 2.09, - Sell: 2.09, - Change: -0.01, - ChangePercent: -0.76, - Volume: 2783, - High: 2.11, - Low: 2.09, - YearlyHigh: 3.2, - YearlyLow: 1.84, - YearlyStart: 2.52, - YearlyChange: -16.51, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Europe`, - Country: `Hungary`, - Risk: `Low`, - Sector: `Public`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-08-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 999 - }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Ethanol`, Spread: 0.01, Open: 1.512, Price: 2.76, Buy: 2.75, Sell: 2.76, Change: 0.01, ChangePercent: 0.2, Volume: 14, High: 2.75, Low: 1.12, YearlyHigh: 2.75, YearlyLow: 1.12, YearlyStart: 1.48, YearlyChange: 86.7, Settlement: `Cash`, Contract: `CFD`, Region: `Middle East`, Country: `Saudi Arabia`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-02-11`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 0 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Natural Gas`, Spread: 0.02, Open: 2.094, Price: 2.07, Buy: 2.09, Sell: 2.09, Change: -0.03, ChangePercent: -1.8, Volume: 2783, High: 2.11, Low: 2.09, YearlyHigh: 3.2, YearlyLow: 1.84, YearlyStart: 2.52, YearlyChange: -16.51, Settlement: `Credit`, Contract: `Options`, Region: `Middle East`, Country: `Saudi Arabia`, Risk: `High`, Sector: `Public`, Currency: `PLN`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-02-22`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 1 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Cotton`, Spread: 0.01, Open: 61.77, Price: 62.9, Buy: 61.77, Sell: 61.77, Change: 1.14, ChangePercent: 1.84, Volume: 3612, High: 62.06, Low: 61.32, YearlyHigh: 67.59, YearlyLow: 54.33, YearlyStart: 60.96, YearlyChange: 1.31, Settlement: `Cash`, Contract: `Options`, Region: `North America`, Country: `United States`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-05-23`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 2 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `FD Cattle`, Spread: 0.01, Open: 147.175, Price: 150.57, Buy: 148.6, Sell: 148.61, Change: 1.96, ChangePercent: 1.32, Volume: 5, High: 148.61, Low: 147.18, YearlyHigh: 190, YearlyLow: 138.1, YearlyStart: 164.05, YearlyChange: -9.41, Settlement: `Loan`, Contract: `Futures`, Region: `Africa`, Country: `South Africa`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-09-19`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 3 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Wheat`, Spread: 0.01, Open: 465.5, Price: 465.89, Buy: 465.5, Sell: 465.5, Change: 0.37, ChangePercent: 0.08, Volume: 4318, High: 467, Low: 463.25, YearlyHigh: 628.5, YearlyLow: 449.5, YearlyStart: 539, YearlyChange: -13.63, Settlement: `Cash`, Contract: `Futures`, Region: `Europe`, Country: `Slovenia`, Risk: `High`, Sector: `Government`, Currency: `PLN`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-04-19`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 4 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Milk`, Spread: 0.01, Open: 12.87, Price: 12.78, Buy: 12.87, Sell: 12.87, Change: -0.08, ChangePercent: -0.64, Volume: 7, High: 12.89, Low: 12.81, YearlyHigh: 16.96, YearlyLow: 12.81, YearlyStart: 14.88, YearlyChange: -13.6, Settlement: `Cash`, Contract: `CFD`, Region: `Africa`, Country: `Nigeria`, Risk: `High`, Sector: `Public`, Currency: `USD`, Security: `High`, Issuer: `American Airlines`, Maturity: `2022-06-23`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 5 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Oil`, Spread: 0.015, Open: 45.54, Price: 45.79, Buy: 45.78, Sell: 45.8, Change: 0, ChangePercent: 0, Volume: 107196, High: 45.94, Low: 45, YearlyHigh: 65.28, YearlyLow: 30.79, YearlyStart: 48.03, YearlyChange: -4.67, Settlement: `Loan`, Contract: `Futures`, Region: `Europe`, Country: `Iceland`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `FedEx`, Maturity: `2022-05-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 6 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P MID MINI`, Spread: 0.01, Open: 1454.3, Price: 1430.74, Buy: 1455.78, Sell: 1455.79, Change: -25.04, ChangePercent: -1.72, Volume: 338, High: 1455.78, Low: 1448, YearlyHigh: 1527.3, YearlyLow: 1236, YearlyStart: 1381.65, YearlyChange: 5.37, Settlement: `Cash`, Contract: `Options`, Region: `Asia Pacific`, Country: `China`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-07-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 7 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `Lean Hogs`, Spread: 0.01, Open: 81.275, Price: 80.54, Buy: 81.81, Sell: 81.82, Change: -1.27, ChangePercent: -1.56, Volume: 1, High: 81.81, Low: 81.28, YearlyHigh: 83.98, YearlyLow: 70.25, YearlyStart: 77.11, YearlyChange: 6.09, Settlement: `Cash`, Contract: `Futures`, Region: `Asia Pacific`, Country: `India`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-09-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 8 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `US 30YR Future`, Spread: 0.01, Open: 164.875, Price: 163.44, Buy: 164.15, Sell: 164.16, Change: -0.72, ChangePercent: -0.44, Volume: 28012, High: 165.25, Low: 164.04, YearlyHigh: 169.38, YearlyLow: 151.47, YearlyStart: 160.43, YearlyChange: 2.33, Settlement: `Credit`, Contract: `Swap`, Region: `Europe`, Country: `Netherlands`, Risk: `High`, Sector: `Government`, Currency: `USD`, Security: `Poor`, Issuer: `American Airlines`, Maturity: `2022-09-23`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 9 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Lumber`, Spread: 0.01, Open: 303.9, Price: 304.48, Buy: 304.59, Sell: 304.6, Change: -0.12, ChangePercent: -0.04, Volume: 2, High: 304.6, Low: 303.9, YearlyHigh: 317.1, YearlyLow: 236, YearlyStart: 276.55, YearlyChange: 10.14, Settlement: `Loan`, Contract: `Futures`, Region: `Africa`, Country: `Ethiopia`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-07-16`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 10 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Wheat`, Spread: 0.01, Open: 465.5, Price: 470.73, Buy: 465.5, Sell: 465.5, Change: 5.21, ChangePercent: 1.12, Volume: 4318, High: 467, Low: 463.25, YearlyHigh: 628.5, YearlyLow: 449.5, YearlyStart: 539, YearlyChange: -13.63, Settlement: `Cash`, Contract: `Swap`, Region: `Africa`, Country: `Cameroon`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `Poor`, Issuer: `FedEx`, Maturity: `2022-04-19`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 11 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `US 30YR Future`, Spread: 0.01, Open: 164.875, Price: 163.44, Buy: 164.15, Sell: 164.16, Change: -0.72, ChangePercent: -0.44, Volume: 28012, High: 165.25, Low: 164.04, YearlyHigh: 169.38, YearlyLow: 151.47, YearlyStart: 160.43, YearlyChange: 2.33, Settlement: `Loan`, Contract: `Futures`, Region: `Africa`, Country: `Egypt`, Risk: `Low`, Sector: `Public`, Currency: `EUR`, Security: `High`, Issuer: `American Airlines`, Maturity: `2022-08-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 12 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Platinum`, Spread: 0.01, Open: 1071.6, Price: 1050.53, Buy: 1071.09, Sell: 1071.1, Change: -20.57, ChangePercent: -1.92, Volume: 3039, High: 1081.2, Low: 1070.5, YearlyHigh: 1120.6, YearlyLow: 812.4, YearlyStart: 966.5, YearlyChange: 10.82, Settlement: `Cash`, Contract: `Options`, Region: `Africa`, Country: `South Africa`, Risk: `Low`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-02-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 13 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `GBP/USD`, Spread: 0.02, Open: 1.4464, Price: 1.18, Buy: 1.18, Sell: 1.2, Change: -0.01, ChangePercent: -0.8, Volume: 29450, High: 1.45, Low: 1.19, YearlyHigh: 1.59, YearlyLow: 1.19, YearlyStart: 1.49, YearlyChange: -19.59, Settlement: `Cash`, Contract: `Options`, Region: `Africa`, Country: `Nigeria`, Risk: `Low`, Sector: `Government`, Currency: `PLN`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-04-11`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 14 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Silver`, Spread: 0.01, Open: 17.43, Price: 17.77, Buy: 17.43, Sell: 17.43, Change: 0.35, ChangePercent: 2, Volume: 11720, High: 17.51, Low: 17.37, YearlyHigh: 18.06, YearlyLow: 13.73, YearlyStart: 15.89, YearlyChange: 9.59, Settlement: `Cash`, Contract: `Options`, Region: `Europe`, Country: `Netherlands`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-05-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 15 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Oil`, Spread: 0.015, Open: 45.54, Price: 44.93, Buy: 45.78, Sell: 45.8, Change: -0.86, ChangePercent: -1.88, Volume: 107196, High: 45.94, Low: 45, YearlyHigh: 65.28, YearlyLow: 30.79, YearlyStart: 48.03, YearlyChange: -4.67, Settlement: `Cash`, Contract: `Options`, Region: `South America`, Country: `Bolivia`, Risk: `Low`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-03-16`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 16 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `BTC/USD`, Spread: 0.06, Open: 93.88, Price: 21370.39, Buy: 21200.76, Sell: 21400.78, Change: 369.62, ChangePercent: 1.76, Volume: 5788000, High: 22400.05, Low: 20100.75, YearlyHigh: 62400.7, YearlyLow: 15100.88, YearlyStart: 21200.29, YearlyChange: -20.62, Settlement: `Credit`, Contract: `Forwards`, Region: `Middle East`, Country: `Iran`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-04-11`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 17 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Silver`, Spread: 0.01, Open: 17.43, Price: 17.62, Buy: 17.43, Sell: 17.43, Change: 0.2, ChangePercent: 1.16, Volume: 11720, High: 17.51, Low: 17.37, YearlyHigh: 18.06, YearlyLow: 13.73, YearlyStart: 15.89, YearlyChange: 9.59, Settlement: `Credit`, Contract: `Options`, Region: `Asia Pacific`, Country: `Taiwan`, Risk: `Low`, Sector: `Public`, Currency: `USD`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-04-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 18 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soy Meat`, Spread: 0.01, Open: 342.6, Price: 348.38, Buy: 342.6, Sell: 342.6, Change: 5.76, ChangePercent: 1.68, Volume: 5646, High: 345.4, Low: 340.3, YearlyHigh: 353.4, YearlyLow: 261.7, YearlyStart: 307.55, YearlyChange: 11.4, Settlement: `Credit`, Contract: `CFD`, Region: `Middle East`, Country: `UAE`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-06-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 19 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `AUD/USD`, Spread: 0.02, Open: 0.7344, Price: 0.74, Buy: 0.73, Sell: 0.73, Change: 0, ChangePercent: -1.2, Volume: 36764, High: 0.74, Low: 0.73, YearlyHigh: 0.79, YearlyLow: 0.68, YearlyStart: 0.73, YearlyChange: 1.28, Settlement: `Cash`, Contract: `Swap`, Region: `Middle East`, Country: `UAE`, Risk: `Low`, Sector: `Government`, Currency: `USD`, Security: `High`, Issuer: `American Airlines`, Maturity: `2022-07-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 20 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Coal`, Spread: 0.015, Open: 0.4363, Price: 0.41, Buy: 0.44, Sell: 0.44, Change: -0.01, ChangePercent: -1.2, Volume: 3, High: 0.44, Low: 0.44, YearlyHigh: 0.48, YearlyLow: 0.4, YearlyStart: 0.44, YearlyChange: -5.33, Settlement: `Loan`, Contract: `Swap`, Region: `Europe`, Country: `Germany`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-03-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 21 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `OJ Future`, Spread: 0.01, Open: 140.6, Price: 142.94, Buy: 140.18, Sell: 140.19, Change: 2.75, ChangePercent: 1.96, Volume: 7, High: 140.19, Low: 0, YearlyHigh: 155.95, YearlyLow: 113, YearlyStart: 134.47, YearlyChange: 4.25, Settlement: `Loan`, Contract: `Swap`, Region: `Europe`, Country: `Slovenia`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-05-23`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 22 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Wheat`, Spread: 0.01, Open: 465.5, Price: 462.54, Buy: 465.5, Sell: 465.5, Change: -2.98, ChangePercent: -0.64, Volume: 4318, High: 467, Low: 463.25, YearlyHigh: 628.5, YearlyLow: 449.5, YearlyStart: 539, YearlyChange: -13.63, Settlement: `Cash`, Contract: `Futures`, Region: `Asia Pacific`, Country: `Thailand`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-08-16`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 23 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Copper`, Spread: 0.02, Open: 2.123, Price: 2.14, Buy: 2.12, Sell: 2.12, Change: 0.03, ChangePercent: 1.24, Volume: 28819, High: 2.16, Low: 2.11, YearlyHigh: 2.94, YearlyLow: 1.96, YearlyStart: 2.45, YearlyChange: -13.76, Settlement: `Credit`, Contract: `CFD`, Region: `Middle East`, Country: `UAE`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `Poor`, Issuer: `American Airlines`, Maturity: `2022-01-22`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 24 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soy oil`, Spread: 0.01, Open: 33.26, Price: 33.99, Buy: 33.77, Sell: 33.78, Change: 0.22, ChangePercent: 0.64, Volume: 10592, High: 33.77, Low: 33.06, YearlyHigh: 35.43, YearlyLow: 26.61, YearlyStart: 31.02, YearlyChange: 8.87, Settlement: `Credit`, Contract: `Options`, Region: `Africa`, Country: `Cameroon`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-07-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 25 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Coal`, Spread: 0.015, Open: 0.4363, Price: 0.42, Buy: 0.44, Sell: 0.44, Change: 0, ChangePercent: 1, Volume: 3, High: 0.44, Low: 0.44, YearlyHigh: 0.48, YearlyLow: 0.4, YearlyStart: 0.44, YearlyChange: -5.33, Settlement: `Credit`, Contract: `Forwards`, Region: `Africa`, Country: `Tunisia`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-01-23`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 26 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `Euro$ 3M`, Spread: 0.01, Open: 99.18, Price: 100.8, Buy: 99.18, Sell: 99.18, Change: 1.63, ChangePercent: 1.64, Volume: 29509, High: 99.18, Low: 99.17, YearlyHigh: 99.38, YearlyLow: 98.41, YearlyStart: 98.89, YearlyChange: 0.28, Settlement: `Cash`, Contract: `Futures`, Region: `Middle East`, Country: `Israel`, Risk: `Low`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-07-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 27 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Milk`, Spread: 0.01, Open: 12.87, Price: 12.84, Buy: 12.87, Sell: 12.87, Change: -0.02, ChangePercent: -0.12, Volume: 7, High: 12.89, Low: 12.81, YearlyHigh: 16.96, YearlyLow: 12.81, YearlyStart: 14.88, YearlyChange: -13.6, Settlement: `Credit`, Contract: `Futures`, Region: `Africa`, Country: `South Africa`, Risk: `Low`, Sector: `Public`, Currency: `EUR`, Security: `High`, Issuer: `FedEx`, Maturity: `2022-08-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 28 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/JPY`, Spread: 0.02, Open: 9275.5, Price: 9162.3, Buy: 9277.32, Sell: 9277.34, Change: -115.03, ChangePercent: -1.24, Volume: 47734, High: 9277.33, Low: 0.93, YearlyHigh: 9483, YearlyLow: 0.93, YearlyStart: 4741.97, YearlyChange: 95.64, Settlement: `Cash`, Contract: `Swap`, Region: `North America`, Country: `Mexico`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-02-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 29 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Uranium`, Spread: 0.02, Open: 27.55, Price: 27.56, Buy: 27.55, Sell: 27.55, Change: -0.02, ChangePercent: -0.08, Volume: 12, High: 27.55, Low: 27.55, YearlyHigh: 29.32, YearlyLow: 21.28, YearlyStart: 25.3, YearlyChange: 9.01, Settlement: `Credit`, Contract: `Forwards`, Region: `Asia Pacific`, Country: `Taiwan`, Risk: `Low`, Sector: `Public`, Currency: `USD`, Security: `High`, Issuer: `FedEx`, Maturity: `2022-09-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 30 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `US 10YR Future`, Spread: 0.01, Open: 130.5625, Price: 131.78, Buy: 130.56, Sell: 130.56, Change: 1.2, ChangePercent: 0.92, Volume: 189310, High: 130.63, Low: 130.44, YearlyHigh: 132.64, YearlyLow: 125.48, YearlyStart: 129.06, YearlyChange: 1.18, Settlement: `Loan`, Contract: `Futures`, Region: `Asia Pacific`, Country: `India`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-01-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 31 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Uranium`, Spread: 0.02, Open: 27.55, Price: 27.6, Buy: 27.55, Sell: 27.55, Change: 0.02, ChangePercent: 0.08, Volume: 12, High: 27.55, Low: 27.55, YearlyHigh: 29.32, YearlyLow: 21.28, YearlyStart: 25.3, YearlyChange: 9.01, Settlement: `Loan`, Contract: `CFD`, Region: `Middle East`, Country: `Syria`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-03-24`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 32 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P MID MINI`, Spread: 0.01, Open: 1454.3, Price: 1472.09, Buy: 1455.78, Sell: 1455.79, Change: 16.31, ChangePercent: 1.12, Volume: 338, High: 1455.78, Low: 1448, YearlyHigh: 1527.3, YearlyLow: 1236, YearlyStart: 1381.65, YearlyChange: 5.37, Settlement: `Cash`, Contract: `Futures`, Region: `Asia Pacific`, Country: `Indonesia`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-07-11`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 33 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/JPY`, Spread: 0.02, Open: 9275.5, Price: 9236.51, Buy: 9277.32, Sell: 9277.34, Change: -40.82, ChangePercent: -0.44, Volume: 47734, High: 9277.33, Low: 0.93, YearlyHigh: 9483, YearlyLow: 0.93, YearlyStart: 4741.97, YearlyChange: 95.64, Settlement: `Credit`, Contract: `Options`, Region: `Asia Pacific`, Country: `Australia`, Risk: `Low`, Sector: `Public`, Currency: `PLN`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-02-19`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 34 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Diesel`, Spread: 0.015, Open: 1.3474, Price: 1.37, Buy: 1.35, Sell: 1.35, Change: 0.01, ChangePercent: 1.24, Volume: 2971, High: 1.36, Low: 1.34, YearlyHigh: 2.11, YearlyLow: 0.92, YearlyStart: 1.51, YearlyChange: -10.4, Settlement: `Cash`, Contract: `Swap`, Region: `Europe`, Country: `Norway`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `High`, Issuer: `FedEx`, Maturity: `2022-07-19`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 35 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `LV Cattle`, Spread: 0.01, Open: 120.725, Price: 121.82, Buy: 120.72, Sell: 120.72, Change: 1.11, ChangePercent: 0.92, Volume: 4, High: 120.72, Low: 120.72, YearlyHigh: 147.98, YearlyLow: 113.9, YearlyStart: 130.94, YearlyChange: -7.82, Settlement: `Loan`, Contract: `Forwards`, Region: `North America`, Country: `United States`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-06-19`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 36 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/CHF`, Spread: 0.02, Open: 1.0337, Price: 1.06, Buy: 1.03, Sell: 1.03, Change: 0.02, ChangePercent: 1.6, Volume: 5550, High: 1.03, Low: 1.03, YearlyHigh: 1.11, YearlyLow: 0.98, YearlyStart: 1.04, YearlyChange: -0.12, Settlement: `Credit`, Contract: `Options`, Region: `Asia Pacific`, Country: `Australia`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-03-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 37 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `US 2Y Future`, Spread: 0.01, Open: 109.3984, Price: 111.18, Buy: 109.4, Sell: 109.4, Change: 1.79, ChangePercent: 1.64, Volume: 17742, High: 109.41, Low: 109.38, YearlyHigh: 109.8, YearlyLow: 108.62, YearlyStart: 109.21, YearlyChange: 0.16, Settlement: `Cash`, Contract: `CFD`, Region: `Asia Pacific`, Country: `Thailand`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-03-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 38 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P Future`, Spread: 0.01, Open: 2057.5, Price: 2021.23, Buy: 2056.6, Sell: 2056.61, Change: -35.37, ChangePercent: -1.72, Volume: 142780, High: 2059.5, Low: 2049, YearlyHigh: 2105.5, YearlyLow: 1794.5, YearlyStart: 1950, YearlyChange: 5.47, Settlement: `Loan`, Contract: `CFD`, Region: `Asia Pacific`, Country: `China`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-02-23`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 39 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `BTC/USD`, Spread: 0.06, Open: 93.88, Price: 21395.59, Buy: 21200.76, Sell: 21400.78, Change: 394.82, ChangePercent: 1.88, Volume: 5788000, High: 22400.05, Low: 20100.75, YearlyHigh: 62400.7, YearlyLow: 15100.88, YearlyStart: 21200.29, YearlyChange: -20.62, Settlement: `Loan`, Contract: `CFD`, Region: `South America`, Country: `Venezuela`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-05-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 40 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/CAD`, Spread: 0.02, Open: 0.7744, Price: 0.96, Buy: 0.94, Sell: 0.96, Change: 0.01, ChangePercent: 0.92, Volume: 13669, High: 0.95, Low: 0.77, YearlyHigh: 0.95, YearlyLow: 0.68, YearlyStart: 0.76, YearlyChange: 26.43, Settlement: `Loan`, Contract: `Forwards`, Region: `Africa`, Country: `Morocco`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-01-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 41 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soybean`, Spread: 0.01, Open: 1038, Price: 1049, Buy: 1038.61, Sell: 1038.62, Change: 10.38, ChangePercent: 1, Volume: 20356, High: 1044, Low: 1031.75, YearlyHigh: 1057, YearlyLow: 859.5, YearlyStart: 958.25, YearlyChange: 8.39, Settlement: `Loan`, Contract: `Swap`, Region: `Asia Pacific`, Country: `Korea`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-04-11`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 42 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Oats`, Spread: 0.01, Open: 194.5, Price: 197.4, Buy: 194.21, Sell: 194.22, Change: 3.18, ChangePercent: 1.64, Volume: 64, High: 195.75, Low: 194, YearlyHigh: 241.25, YearlyLow: 183.75, YearlyStart: 212.5, YearlyChange: -8.6, Settlement: `Credit`, Contract: `Swap`, Region: `South America`, Country: `Guyana`, Risk: `Low`, Sector: `Public`, Currency: `USD`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-03-16`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 43 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Oil`, Spread: 0.015, Open: 45.54, Price: 45.57, Buy: 45.78, Sell: 45.8, Change: -0.22, ChangePercent: -0.48, Volume: 107196, High: 45.94, Low: 45, YearlyHigh: 65.28, YearlyLow: 30.79, YearlyStart: 48.03, YearlyChange: -4.67, Settlement: `Cash`, Contract: `Options`, Region: `Middle East`, Country: `Syria`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `High`, Issuer: `American Airlines`, Maturity: `2022-05-23`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 44 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Uranium`, Spread: 0.02, Open: 27.55, Price: 27.51, Buy: 27.55, Sell: 27.55, Change: -0.07, ChangePercent: -0.24, Volume: 12, High: 27.55, Low: 27.55, YearlyHigh: 29.32, YearlyLow: 21.28, YearlyStart: 25.3, YearlyChange: 9.01, Settlement: `Cash`, Contract: `Options`, Region: `Europe`, Country: `Slovakia`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-09-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 45 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/CAD`, Spread: 0.02, Open: 0.7744, Price: 0.94, Buy: 0.94, Sell: 0.96, Change: -0.01, ChangePercent: -1.84, Volume: 13669, High: 0.95, Low: 0.77, YearlyHigh: 0.95, YearlyLow: 0.68, YearlyStart: 0.76, YearlyChange: 26.43, Settlement: `Credit`, Contract: `Options`, Region: `Asia Pacific`, Country: `Australia`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-03-27`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 46 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Ethanol`, Spread: 0.01, Open: 1.512, Price: 2.76, Buy: 2.75, Sell: 2.76, Change: 0.01, ChangePercent: 0.12, Volume: 14, High: 2.75, Low: 1.12, YearlyHigh: 2.75, YearlyLow: 1.12, YearlyStart: 1.48, YearlyChange: 86.7, Settlement: `Cash`, Contract: `Futures`, Region: `Africa`, Country: `Cameroon`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-06-21`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 47 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Uranium`, Spread: 0.02, Open: 27.55, Price: 27.72, Buy: 27.55, Sell: 27.55, Change: 0.14, ChangePercent: 0.52, Volume: 12, High: 27.55, Low: 27.55, YearlyHigh: 29.32, YearlyLow: 21.28, YearlyStart: 25.3, YearlyChange: 9.01, Settlement: `Cash`, Contract: `CFD`, Region: `North America`, Country: `United States`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-03-24`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 48 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Cotton`, Spread: 0.01, Open: 61.77, Price: 60.75, Buy: 61.77, Sell: 61.77, Change: -1.01, ChangePercent: -1.64, Volume: 3612, High: 62.06, Low: 61.32, YearlyHigh: 67.59, YearlyLow: 54.33, YearlyStart: 60.96, YearlyChange: 1.31, Settlement: `Cash`, Contract: `Options`, Region: `Africa`, Country: `Cameroon`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-05-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 49 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Uranium`, Spread: 0.02, Open: 27.55, Price: 27.87, Buy: 27.55, Sell: 27.55, Change: 0.29, ChangePercent: 1.04, Volume: 12, High: 27.55, Low: 27.55, YearlyHigh: 29.32, YearlyLow: 21.28, YearlyStart: 25.3, YearlyChange: 9.01, Settlement: `Credit`, Contract: `Swap`, Region: `Middle East`, Country: `Syria`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `High`, Issuer: `American Airlines`, Maturity: `2022-09-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 50 }), + new FinancialDataAllItem({ Category: `Index`, Type: `DOW Future`, Spread: 0.01, Open: 17711, Price: 17747.58, Buy: 17712.15, Sell: 17712.16, Change: 35.43, ChangePercent: 0.2, Volume: 22236, High: 17727, Low: 17642, YearlyHigh: 18083, YearlyLow: 15299, YearlyStart: 16691, YearlyChange: 6.12, Settlement: `Loan`, Contract: `Swap`, Region: `Asia Pacific`, Country: `Pakistan`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-04-11`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 51 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `BTC/USD`, Spread: 0.06, Open: 93.88, Price: 20589.16, Buy: 21200.76, Sell: 21400.78, Change: -411.61, ChangePercent: -1.96, Volume: 5788000, High: 22400.05, Low: 20100.75, YearlyHigh: 62400.7, YearlyLow: 15100.88, YearlyStart: 21200.29, YearlyChange: -20.62, Settlement: `Cash`, Contract: `Futures`, Region: `Europe`, Country: `Russia`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-02-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 52 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Rice`, Spread: 0.01, Open: 11.245, Price: 10.32, Buy: 10.41, Sell: 10.42, Change: -0.1, ChangePercent: -0.92, Volume: 220, High: 11.38, Low: 10.42, YearlyHigh: 14.14, YearlyLow: 9.7, YearlyStart: 11.92, YearlyChange: -12.62, Settlement: `Cash`, Contract: `Futures`, Region: `South America`, Country: `Ecuador`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-09-19`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 53 }), + new FinancialDataAllItem({ Category: `Index`, Type: `NAS Future`, Spread: 0.01, Open: 4341.25, Price: 4297.87, Buy: 4341.25, Sell: 4341.25, Change: -43.41, ChangePercent: -1, Volume: 18259, High: 4347, Low: 4318, YearlyHigh: 4719.75, YearlyLow: 3867.75, YearlyStart: 4293.75, YearlyChange: 1.11, Settlement: `Cash`, Contract: `Options`, Region: `Middle East`, Country: `Jordan`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-02-24`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 54 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Corn`, Spread: 0.01, Open: 379.5, Price: 374.79, Buy: 379.8, Sell: 379.81, Change: -5.01, ChangePercent: -1.32, Volume: 11266, High: 381, Low: 377.75, YearlyHigh: 471.25, YearlyLow: 351.25, YearlyStart: 411.25, YearlyChange: -7.65, Settlement: `Loan`, Contract: `Swap`, Region: `South America`, Country: `Chile`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-08-11`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 55 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Coal`, Spread: 0.015, Open: 0.4363, Price: 0.41, Buy: 0.44, Sell: 0.44, Change: -0.01, ChangePercent: -1.64, Volume: 3, High: 0.44, Low: 0.44, YearlyHigh: 0.48, YearlyLow: 0.4, YearlyStart: 0.44, YearlyChange: -5.33, Settlement: `Cash`, Contract: `Futures`, Region: `Europe`, Country: `Hungary`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-07-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 56 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `OJ Future`, Spread: 0.01, Open: 140.6, Price: 140.41, Buy: 140.18, Sell: 140.19, Change: 0.22, ChangePercent: 0.16, Volume: 7, High: 140.19, Low: 0, YearlyHigh: 155.95, YearlyLow: 113, YearlyStart: 134.47, YearlyChange: 4.25, Settlement: `Loan`, Contract: `Futures`, Region: `Europe`, Country: `Spain`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-07-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 57 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `Lean Hogs`, Spread: 0.01, Open: 81.275, Price: 81.68, Buy: 81.81, Sell: 81.82, Change: -0.13, ChangePercent: -0.16, Volume: 1, High: 81.81, Low: 81.28, YearlyHigh: 83.98, YearlyLow: 70.25, YearlyStart: 77.11, YearlyChange: 6.09, Settlement: `Credit`, Contract: `Options`, Region: `South America`, Country: `Guyana`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-05-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 58 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `BTC/USD`, Spread: 0.06, Open: 93.88, Price: 21126.78, Buy: 21200.76, Sell: 21400.78, Change: 126.01, ChangePercent: 0.6, Volume: 5788000, High: 22400.05, Low: 20100.75, YearlyHigh: 62400.7, YearlyLow: 15100.88, YearlyStart: 21200.29, YearlyChange: -20.62, Settlement: `Cash`, Contract: `Options`, Region: `Africa`, Country: `Tunisia`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `High`, Issuer: `FedEx`, Maturity: `2022-08-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 59 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Platinum`, Spread: 0.01, Open: 1071.6, Price: 1055.68, Buy: 1071.09, Sell: 1071.1, Change: -15.42, ChangePercent: -1.44, Volume: 3039, High: 1081.2, Low: 1070.5, YearlyHigh: 1120.6, YearlyLow: 812.4, YearlyStart: 966.5, YearlyChange: 10.82, Settlement: `Cash`, Contract: `Futures`, Region: `South America`, Country: `Chile`, Risk: `High`, Sector: `Private`, Currency: `PLN`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-07-11`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 60 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Milk`, Spread: 0.01, Open: 12.87, Price: 13.08, Buy: 12.87, Sell: 12.87, Change: 0.22, ChangePercent: 1.68, Volume: 7, High: 12.89, Low: 12.81, YearlyHigh: 16.96, YearlyLow: 12.81, YearlyStart: 14.88, YearlyChange: -13.6, Settlement: `Credit`, Contract: `Futures`, Region: `Europe`, Country: `Hungary`, Risk: `High`, Sector: `Private`, Currency: `PLN`, Security: `High`, Issuer: `American Airlines`, Maturity: `2022-05-23`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 61 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soy oil`, Spread: 0.01, Open: 33.26, Price: 34.45, Buy: 33.77, Sell: 33.78, Change: 0.68, ChangePercent: 2, Volume: 10592, High: 33.77, Low: 33.06, YearlyHigh: 35.43, YearlyLow: 26.61, YearlyStart: 31.02, YearlyChange: 8.87, Settlement: `Cash`, Contract: `Swap`, Region: `Africa`, Country: `Morocco`, Risk: `High`, Sector: `Public`, Currency: `PLN`, Security: `Poor`, Issuer: `American Airlines`, Maturity: `2022-02-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 62 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Platinum`, Spread: 0.01, Open: 1071.6, Price: 1074.53, Buy: 1071.09, Sell: 1071.1, Change: 3.43, ChangePercent: 0.32, Volume: 3039, High: 1081.2, Low: 1070.5, YearlyHigh: 1120.6, YearlyLow: 812.4, YearlyStart: 966.5, YearlyChange: 10.82, Settlement: `Credit`, Contract: `CFD`, Region: `Africa`, Country: `Libya`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-04-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 63 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Ethanol`, Spread: 0.01, Open: 1.512, Price: 2.81, Buy: 2.75, Sell: 2.76, Change: 0.06, ChangePercent: 2, Volume: 14, High: 2.75, Low: 1.12, YearlyHigh: 2.75, YearlyLow: 1.12, YearlyStart: 1.48, YearlyChange: 86.7, Settlement: `Credit`, Contract: `Forwards`, Region: `Asia Pacific`, Country: `India`, Risk: `High`, Sector: `Public`, Currency: `USD`, Security: `High`, Issuer: `FedEx`, Maturity: `2022-03-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 64 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Cotton`, Spread: 0.01, Open: 61.77, Price: 61.86, Buy: 61.77, Sell: 61.77, Change: 0.1, ChangePercent: 0.16, Volume: 3612, High: 62.06, Low: 61.32, YearlyHigh: 67.59, YearlyLow: 54.33, YearlyStart: 60.96, YearlyChange: 1.31, Settlement: `Cash`, Contract: `Futures`, Region: `Africa`, Country: `Tunisia`, Risk: `High`, Sector: `Private`, Currency: `PLN`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-01-23`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 65 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Wheat`, Spread: 0.01, Open: 465.5, Price: 472.78, Buy: 465.5, Sell: 465.5, Change: 7.26, ChangePercent: 1.56, Volume: 4318, High: 467, Low: 463.25, YearlyHigh: 628.5, YearlyLow: 449.5, YearlyStart: 539, YearlyChange: -13.63, Settlement: `Cash`, Contract: `Futures`, Region: `Africa`, Country: `Cameroon`, Risk: `Low`, Sector: `Government`, Currency: `PLN`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-02-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 66 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Natural Gas`, Spread: 0.02, Open: 2.094, Price: 2.06, Buy: 2.09, Sell: 2.09, Change: -0.04, ChangePercent: -1.92, Volume: 2783, High: 2.11, Low: 2.09, YearlyHigh: 3.2, YearlyLow: 1.84, YearlyStart: 2.52, YearlyChange: -16.51, Settlement: `Cash`, Contract: `Options`, Region: `South America`, Country: `Uruguay`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-01-19`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 67 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `FD Cattle`, Spread: 0.01, Open: 147.175, Price: 148.55, Buy: 148.6, Sell: 148.61, Change: -0.06, ChangePercent: -0.04, Volume: 5, High: 148.61, Low: 147.18, YearlyHigh: 190, YearlyLow: 138.1, YearlyStart: 164.05, YearlyChange: -9.41, Settlement: `Cash`, Contract: `Swap`, Region: `South America`, Country: `Argentina`, Risk: `High`, Sector: `Government`, Currency: `USD`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-03-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 68 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/JPY`, Spread: 0.02, Open: 9275.5, Price: 9347.84, Buy: 9277.32, Sell: 9277.34, Change: 70.51, ChangePercent: 0.76, Volume: 47734, High: 9277.33, Low: 0.93, YearlyHigh: 9483, YearlyLow: 0.93, YearlyStart: 4741.97, YearlyChange: 95.64, Settlement: `Credit`, Contract: `Options`, Region: `Middle East`, Country: `Saudi Arabia`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `High`, Issuer: `American Airlines`, Maturity: `2022-07-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 69 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soy oil`, Spread: 0.01, Open: 33.26, Price: 33.38, Buy: 33.77, Sell: 33.78, Change: -0.39, ChangePercent: -1.16, Volume: 10592, High: 33.77, Low: 33.06, YearlyHigh: 35.43, YearlyLow: 26.61, YearlyStart: 31.02, YearlyChange: 8.87, Settlement: `Credit`, Contract: `Options`, Region: `Europe`, Country: `Netherlands`, Risk: `Low`, Sector: `Government`, Currency: `USD`, Security: `High`, Issuer: `American Airlines`, Maturity: `2022-09-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 70 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soy Meat`, Spread: 0.01, Open: 342.6, Price: 339.06, Buy: 342.6, Sell: 342.6, Change: -3.56, ChangePercent: -1.04, Volume: 5646, High: 345.4, Low: 340.3, YearlyHigh: 353.4, YearlyLow: 261.7, YearlyStart: 307.55, YearlyChange: 11.4, Settlement: `Loan`, Contract: `Options`, Region: `Europe`, Country: `Hungary`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-04-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 71 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Natural Gas`, Spread: 0.02, Open: 2.094, Price: 2.1, Buy: 2.09, Sell: 2.09, Change: 0, ChangePercent: -0.28, Volume: 2783, High: 2.11, Low: 2.09, YearlyHigh: 3.2, YearlyLow: 1.84, YearlyStart: 2.52, YearlyChange: -16.51, Settlement: `Loan`, Contract: `Forwards`, Region: `Europe`, Country: `Portugal`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-05-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 72 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/JPY`, Spread: 0.02, Open: 9275.5, Price: 9459.17, Buy: 9277.32, Sell: 9277.34, Change: 181.84, ChangePercent: 1.96, Volume: 47734, High: 9277.33, Low: 0.93, YearlyHigh: 9483, YearlyLow: 0.93, YearlyStart: 4741.97, YearlyChange: 95.64, Settlement: `Credit`, Contract: `Futures`, Region: `Middle East`, Country: `Iraq`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-07-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 73 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Oats`, Spread: 0.01, Open: 194.5, Price: 197.25, Buy: 194.21, Sell: 194.22, Change: 3.03, ChangePercent: 1.56, Volume: 64, High: 195.75, Low: 194, YearlyHigh: 241.25, YearlyLow: 183.75, YearlyStart: 212.5, YearlyChange: -8.6, Settlement: `Loan`, Contract: `Swap`, Region: `Europe`, Country: `Sweden`, Risk: `Low`, Sector: `Public`, Currency: `USD`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-04-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 74 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soy Meat`, Spread: 0.01, Open: 342.6, Price: 336.59, Buy: 342.6, Sell: 342.6, Change: -6.03, ChangePercent: -1.76, Volume: 5646, High: 345.4, Low: 340.3, YearlyHigh: 353.4, YearlyLow: 261.7, YearlyStart: 307.55, YearlyChange: 11.4, Settlement: `Loan`, Contract: `Swap`, Region: `Africa`, Country: `Ethiopia`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-09-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 75 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Gold`, Spread: 0.01, Open: 1281.1, Price: 1260.75, Buy: 1280.73, Sell: 1280.74, Change: -19.98, ChangePercent: -1.56, Volume: 48387, High: 1289.5, Low: 1279.1, YearlyHigh: 1306, YearlyLow: 1047.2, YearlyStart: 1176.6, YearlyChange: 8.85, Settlement: `Cash`, Contract: `Options`, Region: `Africa`, Country: `Nigeria`, Risk: `High`, Sector: `Private`, Currency: `PLN`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-04-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 76 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Sugar`, Spread: 0.01, Open: 15.68, Price: 14.91, Buy: 14.67, Sell: 14.68, Change: 0.24, ChangePercent: 1.64, Volume: 4949, High: 15.7, Low: 14.67, YearlyHigh: 16.87, YearlyLow: 11.37, YearlyStart: 14.12, YearlyChange: 3.92, Settlement: `Credit`, Contract: `Swap`, Region: `Europe`, Country: `Sweden`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-05-21`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 77 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Copper`, Spread: 0.02, Open: 2.123, Price: 2.1, Buy: 2.12, Sell: 2.12, Change: -0.01, ChangePercent: -0.64, Volume: 28819, High: 2.16, Low: 2.11, YearlyHigh: 2.94, YearlyLow: 1.96, YearlyStart: 2.45, YearlyChange: -13.76, Settlement: `Cash`, Contract: `Swap`, Region: `Africa`, Country: `Ethiopia`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-08-19`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 78 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/JPY`, Spread: 0.02, Open: 9275.5, Price: 9329.29, Buy: 9277.32, Sell: 9277.34, Change: 51.96, ChangePercent: 0.56, Volume: 47734, High: 9277.33, Low: 0.93, YearlyHigh: 9483, YearlyLow: 0.93, YearlyStart: 4741.97, YearlyChange: 95.64, Settlement: `Loan`, Contract: `Futures`, Region: `Europe`, Country: `Germany`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-07-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 79 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `OJ Future`, Spread: 0.01, Open: 140.6, Price: 140.97, Buy: 140.18, Sell: 140.19, Change: 0.78, ChangePercent: 0.56, Volume: 7, High: 140.19, Low: 0, YearlyHigh: 155.95, YearlyLow: 113, YearlyStart: 134.47, YearlyChange: 4.25, Settlement: `Loan`, Contract: `CFD`, Region: `Africa`, Country: `Morocco`, Risk: `Low`, Sector: `Government`, Currency: `USD`, Security: `High`, Issuer: `FedEx`, Maturity: `2022-06-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 80 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/JPY`, Spread: 0.02, Open: 9275.5, Price: 9455.46, Buy: 9277.32, Sell: 9277.34, Change: 178.13, ChangePercent: 1.92, Volume: 47734, High: 9277.33, Low: 0.93, YearlyHigh: 9483, YearlyLow: 0.93, YearlyStart: 4741.97, YearlyChange: 95.64, Settlement: `Loan`, Contract: `Futures`, Region: `Asia Pacific`, Country: `China`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-03-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 81 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `FD Cattle`, Spread: 0.01, Open: 147.175, Price: 148.37, Buy: 148.6, Sell: 148.61, Change: -0.24, ChangePercent: -0.16, Volume: 5, High: 148.61, Low: 147.18, YearlyHigh: 190, YearlyLow: 138.1, YearlyStart: 164.05, YearlyChange: -9.41, Settlement: `Loan`, Contract: `Futures`, Region: `Europe`, Country: `France`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-02-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 82 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Diesel`, Spread: 0.015, Open: 1.3474, Price: 1.38, Buy: 1.35, Sell: 1.35, Change: 0.02, ChangePercent: 1.56, Volume: 2971, High: 1.36, Low: 1.34, YearlyHigh: 2.11, YearlyLow: 0.92, YearlyStart: 1.51, YearlyChange: -10.4, Settlement: `Cash`, Contract: `Options`, Region: `North America`, Country: `United States`, Risk: `High`, Sector: `Public`, Currency: `PLN`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-03-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 83 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Ethanol`, Spread: 0.01, Open: 1.512, Price: 2.71, Buy: 2.75, Sell: 2.76, Change: -0.04, ChangePercent: -1.68, Volume: 14, High: 2.75, Low: 1.12, YearlyHigh: 2.75, YearlyLow: 1.12, YearlyStart: 1.48, YearlyChange: 86.7, Settlement: `Cash`, Contract: `Options`, Region: `Africa`, Country: `South Africa`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-04-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 84 }), + new FinancialDataAllItem({ Category: `Index`, Type: `DOW Future`, Spread: 0.01, Open: 17711, Price: 17875.1, Buy: 17712.15, Sell: 17712.16, Change: 162.95, ChangePercent: 0.92, Volume: 22236, High: 17727, Low: 17642, YearlyHigh: 18083, YearlyLow: 15299, YearlyStart: 16691, YearlyChange: 6.12, Settlement: `Credit`, Contract: `Swap`, Region: `Europe`, Country: `Ireland`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-02-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 85 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `LV Cattle`, Spread: 0.01, Open: 120.725, Price: 120.9, Buy: 120.72, Sell: 120.72, Change: 0.2, ChangePercent: 0.16, Volume: 4, High: 120.72, Low: 120.72, YearlyHigh: 147.98, YearlyLow: 113.9, YearlyStart: 130.94, YearlyChange: -7.82, Settlement: `Loan`, Contract: `Futures`, Region: `Europe`, Country: `Romania`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `American Airlines`, Maturity: `2022-06-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 86 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `LV Cattle`, Spread: 0.01, Open: 120.725, Price: 120.66, Buy: 120.72, Sell: 120.72, Change: -0.05, ChangePercent: -0.04, Volume: 4, High: 120.72, Low: 120.72, YearlyHigh: 147.98, YearlyLow: 113.9, YearlyStart: 130.94, YearlyChange: -7.82, Settlement: `Credit`, Contract: `Futures`, Region: `Europe`, Country: `France`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-02-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 87 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `LV Cattle`, Spread: 0.01, Open: 120.725, Price: 119.93, Buy: 120.72, Sell: 120.72, Change: -0.77, ChangePercent: -0.64, Volume: 4, High: 120.72, Low: 120.72, YearlyHigh: 147.98, YearlyLow: 113.9, YearlyStart: 130.94, YearlyChange: -7.82, Settlement: `Cash`, Contract: `Swap`, Region: `Middle East`, Country: `Qatar`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-03-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 88 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P Future`, Spread: 0.01, Open: 2057.5, Price: 2017.12, Buy: 2056.6, Sell: 2056.61, Change: -39.48, ChangePercent: -1.92, Volume: 142780, High: 2059.5, Low: 2049, YearlyHigh: 2105.5, YearlyLow: 1794.5, YearlyStart: 1950, YearlyChange: 5.47, Settlement: `Credit`, Contract: `Options`, Region: `Europe`, Country: `Denmark`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-08-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 89 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `Euro$ 3M`, Spread: 0.01, Open: 99.18, Price: 97.38, Buy: 99.18, Sell: 99.18, Change: -1.79, ChangePercent: -1.8, Volume: 29509, High: 99.18, Low: 99.17, YearlyHigh: 99.38, YearlyLow: 98.41, YearlyStart: 98.89, YearlyChange: 0.28, Settlement: `Loan`, Contract: `Forwards`, Region: `Asia Pacific`, Country: `Hong Kong`, Risk: `Low`, Sector: `Government`, Currency: `USD`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-07-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 90 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `AUD/USD`, Spread: 0.02, Open: 0.7344, Price: 0.73, Buy: 0.73, Sell: 0.73, Change: -0.01, ChangePercent: -1.48, Volume: 36764, High: 0.74, Low: 0.73, YearlyHigh: 0.79, YearlyLow: 0.68, YearlyStart: 0.73, YearlyChange: 1.28, Settlement: `Credit`, Contract: `Futures`, Region: `North America`, Country: `United States`, Risk: `High`, Sector: `Government`, Currency: `PLN`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-08-24`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 91 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Platinum`, Spread: 0.01, Open: 1071.6, Price: 1057.82, Buy: 1071.09, Sell: 1071.1, Change: -13.28, ChangePercent: -1.24, Volume: 3039, High: 1081.2, Low: 1070.5, YearlyHigh: 1120.6, YearlyLow: 812.4, YearlyStart: 966.5, YearlyChange: 10.82, Settlement: `Cash`, Contract: `Futures`, Region: `Middle East`, Country: `Oman`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-01-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 92 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Silver`, Spread: 0.01, Open: 17.43, Price: 17.27, Buy: 17.43, Sell: 17.43, Change: -0.15, ChangePercent: -0.84, Volume: 11720, High: 17.51, Low: 17.37, YearlyHigh: 18.06, YearlyLow: 13.73, YearlyStart: 15.89, YearlyChange: 9.59, Settlement: `Cash`, Contract: `CFD`, Region: `Europe`, Country: `Bulgaria`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-05-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 93 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `Lean Hogs`, Spread: 0.01, Open: 81.275, Price: 81.29, Buy: 81.81, Sell: 81.82, Change: -0.52, ChangePercent: -0.64, Volume: 1, High: 81.81, Low: 81.28, YearlyHigh: 83.98, YearlyLow: 70.25, YearlyStart: 77.11, YearlyChange: 6.09, Settlement: `Cash`, Contract: `Options`, Region: `Africa`, Country: `South Africa`, Risk: `Low`, Sector: `Public`, Currency: `EUR`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-01-27`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 94 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Wheat`, Spread: 0.01, Open: 465.5, Price: 469.8, Buy: 465.5, Sell: 465.5, Change: 4.28, ChangePercent: 0.92, Volume: 4318, High: 467, Low: 463.25, YearlyHigh: 628.5, YearlyLow: 449.5, YearlyStart: 539, YearlyChange: -13.63, Settlement: `Cash`, Contract: `Futures`, Region: `Africa`, Country: `South Africa`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-08-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 95 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Wheat`, Spread: 0.01, Open: 465.5, Price: 462.35, Buy: 465.5, Sell: 465.5, Change: -3.17, ChangePercent: -0.68, Volume: 4318, High: 467, Low: 463.25, YearlyHigh: 628.5, YearlyLow: 449.5, YearlyStart: 539, YearlyChange: -13.63, Settlement: `Cash`, Contract: `Futures`, Region: `Europe`, Country: `Finland`, Risk: `Low`, Sector: `Government`, Currency: `PLN`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-01-16`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 96 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `BTC/USD`, Spread: 0.06, Open: 93.88, Price: 20698.36, Buy: 21200.76, Sell: 21400.78, Change: -302.41, ChangePercent: -1.44, Volume: 5788000, High: 22400.05, Low: 20100.75, YearlyHigh: 62400.7, YearlyLow: 15100.88, YearlyStart: 21200.29, YearlyChange: -20.62, Settlement: `Loan`, Contract: `Options`, Region: `North America`, Country: `United States`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-08-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 97 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Corn`, Spread: 0.01, Open: 379.5, Price: 377.68, Buy: 379.8, Sell: 379.81, Change: -2.12, ChangePercent: -0.56, Volume: 11266, High: 381, Low: 377.75, YearlyHigh: 471.25, YearlyLow: 351.25, YearlyStart: 411.25, YearlyChange: -7.65, Settlement: `Loan`, Contract: `Options`, Region: `Europe`, Country: `Italy`, Risk: `Low`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-01-24`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 98 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Uranium`, Spread: 0.02, Open: 27.55, Price: 27.91, Buy: 27.55, Sell: 27.55, Change: 0.33, ChangePercent: 1.2, Volume: 12, High: 27.55, Low: 27.55, YearlyHigh: 29.32, YearlyLow: 21.28, YearlyStart: 25.3, YearlyChange: 9.01, Settlement: `Cash`, Contract: `Swap`, Region: `Middle East`, Country: `Lebanon`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-06-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 99 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Wheat`, Spread: 0.01, Open: 465.5, Price: 467.01, Buy: 465.5, Sell: 465.5, Change: 1.49, ChangePercent: 0.32, Volume: 4318, High: 467, Low: 463.25, YearlyHigh: 628.5, YearlyLow: 449.5, YearlyStart: 539, YearlyChange: -13.63, Settlement: `Cash`, Contract: `Swap`, Region: `Europe`, Country: `Ireland`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-06-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 100 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P MID MINI`, Spread: 0.01, Open: 1454.3, Price: 1453.45, Buy: 1455.78, Sell: 1455.79, Change: -2.33, ChangePercent: -0.16, Volume: 338, High: 1455.78, Low: 1448, YearlyHigh: 1527.3, YearlyLow: 1236, YearlyStart: 1381.65, YearlyChange: 5.37, Settlement: `Cash`, Contract: `Swap`, Region: `Africa`, Country: `Morocco`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-06-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 101 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `FD Cattle`, Spread: 0.01, Open: 147.175, Price: 149.85, Buy: 148.6, Sell: 148.61, Change: 1.24, ChangePercent: 0.84, Volume: 5, High: 148.61, Low: 147.18, YearlyHigh: 190, YearlyLow: 138.1, YearlyStart: 164.05, YearlyChange: -9.41, Settlement: `Cash`, Contract: `Options`, Region: `Africa`, Country: `Ethiopia`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-02-10`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 102 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Copper`, Spread: 0.02, Open: 2.123, Price: 2.16, Buy: 2.12, Sell: 2.12, Change: 0.05, ChangePercent: 2, Volume: 28819, High: 2.16, Low: 2.11, YearlyHigh: 2.94, YearlyLow: 1.96, YearlyStart: 2.45, YearlyChange: -13.76, Settlement: `Cash`, Contract: `Options`, Region: `Africa`, Country: `Senegal`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-03-19`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 103 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Uranium`, Spread: 0.02, Open: 27.55, Price: 27.81, Buy: 27.55, Sell: 27.55, Change: 0.23, ChangePercent: 0.84, Volume: 12, High: 27.55, Low: 27.55, YearlyHigh: 29.32, YearlyLow: 21.28, YearlyStart: 25.3, YearlyChange: 9.01, Settlement: `Cash`, Contract: `Futures`, Region: `Middle East`, Country: `Iran`, Risk: `High`, Sector: `Government`, Currency: `USD`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-08-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 104 }), + new FinancialDataAllItem({ Category: `Index`, Type: `DOW Future`, Spread: 0.01, Open: 17711, Price: 17457.1, Buy: 17712.15, Sell: 17712.16, Change: -255.05, ChangePercent: -1.44, Volume: 22236, High: 17727, Low: 17642, YearlyHigh: 18083, YearlyLow: 15299, YearlyStart: 16691, YearlyChange: 6.12, Settlement: `Cash`, Contract: `Swap`, Region: `Asia Pacific`, Country: `Thailand`, Risk: `High`, Sector: `Private`, Currency: `PLN`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-05-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 105 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Coal`, Spread: 0.015, Open: 0.4363, Price: 0.41, Buy: 0.44, Sell: 0.44, Change: -0.01, ChangePercent: -0.96, Volume: 3, High: 0.44, Low: 0.44, YearlyHigh: 0.48, YearlyLow: 0.4, YearlyStart: 0.44, YearlyChange: -5.33, Settlement: `Cash`, Contract: `Forwards`, Region: `Asia Pacific`, Country: `India`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-02-24`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 106 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Platinum`, Spread: 0.01, Open: 1071.6, Price: 1086.52, Buy: 1071.09, Sell: 1071.1, Change: 15.42, ChangePercent: 1.44, Volume: 3039, High: 1081.2, Low: 1070.5, YearlyHigh: 1120.6, YearlyLow: 812.4, YearlyStart: 966.5, YearlyChange: 10.82, Settlement: `Credit`, Contract: `Options`, Region: `North America`, Country: `Mexico`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-04-23`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 107 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Rice`, Spread: 0.01, Open: 11.245, Price: 10.61, Buy: 10.41, Sell: 10.42, Change: 0.19, ChangePercent: 1.84, Volume: 220, High: 11.38, Low: 10.42, YearlyHigh: 14.14, YearlyLow: 9.7, YearlyStart: 11.92, YearlyChange: -12.62, Settlement: `Cash`, Contract: `Swap`, Region: `Asia Pacific`, Country: `Indonesia`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `FedEx`, Maturity: `2022-06-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 108 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `BTC/USD`, Spread: 0.06, Open: 93.88, Price: 20765.56, Buy: 21200.76, Sell: 21400.78, Change: -235.21, ChangePercent: -1.12, Volume: 5788000, High: 22400.05, Low: 20100.75, YearlyHigh: 62400.7, YearlyLow: 15100.88, YearlyStart: 21200.29, YearlyChange: -20.62, Settlement: `Cash`, Contract: `Swap`, Region: `Middle East`, Country: `Iran`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-06-16`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 109 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P 600 MINI`, Spread: 0.01, Open: 687.9, Price: 691.18, Buy: 687.9, Sell: 687.9, Change: 3.3, ChangePercent: 0.48, Volume: 0, High: 0, Low: 0, YearlyHigh: 620.32, YearlyLow: 595.9, YearlyStart: 608.11, YearlyChange: 13.12, Settlement: `Credit`, Contract: `Swap`, Region: `Asia Pacific`, Country: `Malaysia`, Risk: `High`, Sector: `Government`, Currency: `PLN`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-02-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 110 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soy oil`, Spread: 0.01, Open: 33.26, Price: 34.26, Buy: 33.77, Sell: 33.78, Change: 0.49, ChangePercent: 1.44, Volume: 10592, High: 33.77, Low: 33.06, YearlyHigh: 35.43, YearlyLow: 26.61, YearlyStart: 31.02, YearlyChange: 8.87, Settlement: `Loan`, Contract: `Swap`, Region: `Europe`, Country: `Greece`, Risk: `High`, Sector: `Government`, Currency: `PLN`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-06-10`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 111 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `FD Cattle`, Spread: 0.01, Open: 147.175, Price: 148.07, Buy: 148.6, Sell: 148.61, Change: -0.54, ChangePercent: -0.36, Volume: 5, High: 148.61, Low: 147.18, YearlyHigh: 190, YearlyLow: 138.1, YearlyStart: 164.05, YearlyChange: -9.41, Settlement: `Cash`, Contract: `CFD`, Region: `Europe`, Country: `Portugal`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-01-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 112 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Coal`, Spread: 0.015, Open: 0.4363, Price: 0.42, Buy: 0.44, Sell: 0.44, Change: 0, ChangePercent: 1.8, Volume: 3, High: 0.44, Low: 0.44, YearlyHigh: 0.48, YearlyLow: 0.4, YearlyStart: 0.44, YearlyChange: -5.33, Settlement: `Cash`, Contract: `Options`, Region: `Middle East`, Country: `Israel`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `Poor`, Issuer: `FedEx`, Maturity: `2022-03-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 113 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Gold`, Spread: 0.01, Open: 1281.1, Price: 1272.54, Buy: 1280.73, Sell: 1280.74, Change: -8.19, ChangePercent: -0.64, Volume: 48387, High: 1289.5, Low: 1279.1, YearlyHigh: 1306, YearlyLow: 1047.2, YearlyStart: 1176.6, YearlyChange: 8.85, Settlement: `Cash`, Contract: `Swap`, Region: `Asia Pacific`, Country: `Indonesia`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-02-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 114 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Corn`, Spread: 0.01, Open: 379.5, Price: 373.42, Buy: 379.8, Sell: 379.81, Change: -6.38, ChangePercent: -1.68, Volume: 11266, High: 381, Low: 377.75, YearlyHigh: 471.25, YearlyLow: 351.25, YearlyStart: 411.25, YearlyChange: -7.65, Settlement: `Cash`, Contract: `Futures`, Region: `North America`, Country: `Canada`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `High`, Issuer: `FedEx`, Maturity: `2022-09-11`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 115 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `US 10YR Future`, Spread: 0.01, Open: 130.5625, Price: 131.47, Buy: 130.56, Sell: 130.56, Change: 0.89, ChangePercent: 0.68, Volume: 189310, High: 130.63, Low: 130.44, YearlyHigh: 132.64, YearlyLow: 125.48, YearlyStart: 129.06, YearlyChange: 1.18, Settlement: `Credit`, Contract: `Futures`, Region: `Africa`, Country: `Niger`, Risk: `Low`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-03-22`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 116 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Coal`, Spread: 0.015, Open: 0.4363, Price: 0.41, Buy: 0.44, Sell: 0.44, Change: -0.01, ChangePercent: -1.88, Volume: 3, High: 0.44, Low: 0.44, YearlyHigh: 0.48, YearlyLow: 0.4, YearlyStart: 0.44, YearlyChange: -5.33, Settlement: `Cash`, Contract: `Futures`, Region: `Europe`, Country: `Iceland`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-04-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 117 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P Future`, Spread: 0.01, Open: 2057.5, Price: 2086.22, Buy: 2056.6, Sell: 2056.61, Change: 29.62, ChangePercent: 1.44, Volume: 142780, High: 2059.5, Low: 2049, YearlyHigh: 2105.5, YearlyLow: 1794.5, YearlyStart: 1950, YearlyChange: 5.47, Settlement: `Loan`, Contract: `Swap`, Region: `Europe`, Country: `Greece`, Risk: `Low`, Sector: `Public`, Currency: `USD`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-03-23`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 118 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soy Meat`, Spread: 0.01, Open: 342.6, Price: 346.32, Buy: 342.6, Sell: 342.6, Change: 3.7, ChangePercent: 1.08, Volume: 5646, High: 345.4, Low: 340.3, YearlyHigh: 353.4, YearlyLow: 261.7, YearlyStart: 307.55, YearlyChange: 11.4, Settlement: `Loan`, Contract: `Futures`, Region: `Asia Pacific`, Country: `Azerbaijan`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-06-27`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 119 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `LV Cattle`, Spread: 0.01, Open: 120.725, Price: 122.78, Buy: 120.72, Sell: 120.72, Change: 2.08, ChangePercent: 1.72, Volume: 4, High: 120.72, Low: 120.72, YearlyHigh: 147.98, YearlyLow: 113.9, YearlyStart: 130.94, YearlyChange: -7.82, Settlement: `Loan`, Contract: `Futures`, Region: `Europe`, Country: `Ireland`, Risk: `High`, Sector: `Government`, Currency: `PLN`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-01-21`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 120 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Copper`, Spread: 0.02, Open: 2.123, Price: 2.1, Buy: 2.12, Sell: 2.12, Change: -0.01, ChangePercent: -0.56, Volume: 28819, High: 2.16, Low: 2.11, YearlyHigh: 2.94, YearlyLow: 1.96, YearlyStart: 2.45, YearlyChange: -13.76, Settlement: `Cash`, Contract: `Futures`, Region: `Europe`, Country: `Norway`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-01-16`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 121 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Uranium`, Spread: 0.02, Open: 27.55, Price: 27.52, Buy: 27.55, Sell: 27.55, Change: -0.06, ChangePercent: -0.2, Volume: 12, High: 27.55, Low: 27.55, YearlyHigh: 29.32, YearlyLow: 21.28, YearlyStart: 25.3, YearlyChange: 9.01, Settlement: `Credit`, Contract: `Futures`, Region: `Middle East`, Country: `Jordan`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-02-22`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 122 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Silver`, Spread: 0.01, Open: 17.43, Price: 17.18, Buy: 17.43, Sell: 17.43, Change: -0.24, ChangePercent: -1.4, Volume: 11720, High: 17.51, Low: 17.37, YearlyHigh: 18.06, YearlyLow: 13.73, YearlyStart: 15.89, YearlyChange: 9.59, Settlement: `Credit`, Contract: `Options`, Region: `Europe`, Country: `Romania`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-07-22`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 123 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soybean`, Spread: 0.01, Open: 1038, Price: 1044.02, Buy: 1038.61, Sell: 1038.62, Change: 5.4, ChangePercent: 0.52, Volume: 20356, High: 1044, Low: 1031.75, YearlyHigh: 1057, YearlyLow: 859.5, YearlyStart: 958.25, YearlyChange: 8.39, Settlement: `Cash`, Contract: `Options`, Region: `South America`, Country: `Brazil`, Risk: `Low`, Sector: `Government`, Currency: `PLN`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-07-24`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 124 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Coal`, Spread: 0.015, Open: 0.4363, Price: 0.42, Buy: 0.44, Sell: 0.44, Change: 0, ChangePercent: 1.36, Volume: 3, High: 0.44, Low: 0.44, YearlyHigh: 0.48, YearlyLow: 0.4, YearlyStart: 0.44, YearlyChange: -5.33, Settlement: `Cash`, Contract: `CFD`, Region: `Africa`, Country: `Algeria`, Risk: `Low`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-04-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 125 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Rice`, Spread: 0.01, Open: 11.245, Price: 10.26, Buy: 10.41, Sell: 10.42, Change: -0.16, ChangePercent: -1.48, Volume: 220, High: 11.38, Low: 10.42, YearlyHigh: 14.14, YearlyLow: 9.7, YearlyStart: 11.92, YearlyChange: -12.62, Settlement: `Credit`, Contract: `CFD`, Region: `Europe`, Country: `Poland`, Risk: `Low`, Sector: `Public`, Currency: `EUR`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-08-10`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 126 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Copper`, Spread: 0.02, Open: 2.123, Price: 2.1, Buy: 2.12, Sell: 2.12, Change: -0.01, ChangePercent: -0.52, Volume: 28819, High: 2.16, Low: 2.11, YearlyHigh: 2.94, YearlyLow: 1.96, YearlyStart: 2.45, YearlyChange: -13.76, Settlement: `Credit`, Contract: `Options`, Region: `Middle East`, Country: `Turkey`, Risk: `Low`, Sector: `Public`, Currency: `EUR`, Security: `High`, Issuer: `American Airlines`, Maturity: `2022-07-16`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 127 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `US 30YR Future`, Spread: 0.01, Open: 164.875, Price: 164.03, Buy: 164.15, Sell: 164.16, Change: -0.13, ChangePercent: -0.08, Volume: 28012, High: 165.25, Low: 164.04, YearlyHigh: 169.38, YearlyLow: 151.47, YearlyStart: 160.43, YearlyChange: 2.33, Settlement: `Credit`, Contract: `Swap`, Region: `Europe`, Country: `Italy`, Risk: `High`, Sector: `Public`, Currency: `PLN`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-07-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 128 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Platinum`, Spread: 0.01, Open: 1071.6, Price: 1075.38, Buy: 1071.09, Sell: 1071.1, Change: 4.28, ChangePercent: 0.4, Volume: 3039, High: 1081.2, Low: 1070.5, YearlyHigh: 1120.6, YearlyLow: 812.4, YearlyStart: 966.5, YearlyChange: 10.82, Settlement: `Credit`, Contract: `Swap`, Region: `South America`, Country: `Paraguay`, Risk: `Low`, Sector: `Government`, Currency: `USD`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-04-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 129 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `BTC/USD`, Spread: 0.06, Open: 93.88, Price: 20807.56, Buy: 21200.76, Sell: 21400.78, Change: -193.21, ChangePercent: -0.92, Volume: 5788000, High: 22400.05, Low: 20100.75, YearlyHigh: 62400.7, YearlyLow: 15100.88, YearlyStart: 21200.29, YearlyChange: -20.62, Settlement: `Cash`, Contract: `Futures`, Region: `Asia Pacific`, Country: `Malaysia`, Risk: `High`, Sector: `Private`, Currency: `PLN`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-08-24`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 130 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soy oil`, Spread: 0.01, Open: 33.26, Price: 33.28, Buy: 33.77, Sell: 33.78, Change: -0.49, ChangePercent: -1.44, Volume: 10592, High: 33.77, Low: 33.06, YearlyHigh: 35.43, YearlyLow: 26.61, YearlyStart: 31.02, YearlyChange: 8.87, Settlement: `Cash`, Contract: `Options`, Region: `Middle East`, Country: `Israel`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-05-21`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 131 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Cotton`, Spread: 0.01, Open: 61.77, Price: 61.02, Buy: 61.77, Sell: 61.77, Change: -0.74, ChangePercent: -1.2, Volume: 3612, High: 62.06, Low: 61.32, YearlyHigh: 67.59, YearlyLow: 54.33, YearlyStart: 60.96, YearlyChange: 1.31, Settlement: `Cash`, Contract: `Futures`, Region: `Asia Pacific`, Country: `Indonesia`, Risk: `High`, Sector: `Government`, Currency: `USD`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-08-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 132 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Silver`, Spread: 0.01, Open: 17.43, Price: 17.09, Buy: 17.43, Sell: 17.43, Change: -0.33, ChangePercent: -1.88, Volume: 11720, High: 17.51, Low: 17.37, YearlyHigh: 18.06, YearlyLow: 13.73, YearlyStart: 15.89, YearlyChange: 9.59, Settlement: `Cash`, Contract: `Swap`, Region: `Middle East`, Country: `Kuwait`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-08-24`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 133 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/CHF`, Spread: 0.02, Open: 1.0337, Price: 1.04, Buy: 1.03, Sell: 1.03, Change: 0, ChangePercent: -0.48, Volume: 5550, High: 1.03, Low: 1.03, YearlyHigh: 1.11, YearlyLow: 0.98, YearlyStart: 1.04, YearlyChange: -0.12, Settlement: `Cash`, Contract: `Swap`, Region: `Africa`, Country: `Morocco`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-03-16`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 134 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Cotton`, Spread: 0.01, Open: 61.77, Price: 62.5, Buy: 61.77, Sell: 61.77, Change: 0.74, ChangePercent: 1.2, Volume: 3612, High: 62.06, Low: 61.32, YearlyHigh: 67.59, YearlyLow: 54.33, YearlyStart: 60.96, YearlyChange: 1.31, Settlement: `Credit`, Contract: `Futures`, Region: `Europe`, Country: `Italy`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `Poor`, Issuer: `FedEx`, Maturity: `2022-06-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 135 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Sugar`, Spread: 0.01, Open: 15.68, Price: 14.68, Buy: 14.67, Sell: 14.68, Change: 0.01, ChangePercent: 0.04, Volume: 4949, High: 15.7, Low: 14.67, YearlyHigh: 16.87, YearlyLow: 11.37, YearlyStart: 14.12, YearlyChange: 3.92, Settlement: `Cash`, Contract: `Futures`, Region: `Asia Pacific`, Country: `Singapore`, Risk: `Low`, Sector: `Government`, Currency: `PLN`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-06-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 136 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Milk`, Spread: 0.01, Open: 12.87, Price: 12.84, Buy: 12.87, Sell: 12.87, Change: -0.02, ChangePercent: -0.12, Volume: 7, High: 12.89, Low: 12.81, YearlyHigh: 16.96, YearlyLow: 12.81, YearlyStart: 14.88, YearlyChange: -13.6, Settlement: `Cash`, Contract: `Forwards`, Region: `Europe`, Country: `Austria`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-04-21`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 137 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Diesel`, Spread: 0.015, Open: 1.3474, Price: 1.37, Buy: 1.35, Sell: 1.35, Change: 0.01, ChangePercent: 0.96, Volume: 2971, High: 1.36, Low: 1.34, YearlyHigh: 2.11, YearlyLow: 0.92, YearlyStart: 1.51, YearlyChange: -10.4, Settlement: `Cash`, Contract: `Swap`, Region: `Africa`, Country: `Ethiopia`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-09-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 138 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `US 10YR Future`, Spread: 0.01, Open: 130.5625, Price: 132.52, Buy: 130.56, Sell: 130.56, Change: 1.94, ChangePercent: 1.48, Volume: 189310, High: 130.63, Low: 130.44, YearlyHigh: 132.64, YearlyLow: 125.48, YearlyStart: 129.06, YearlyChange: 1.18, Settlement: `Cash`, Contract: `Futures`, Region: `Europe`, Country: `Norway`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-03-11`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 139 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Diesel`, Spread: 0.015, Open: 1.3474, Price: 1.35, Buy: 1.35, Sell: 1.35, Change: -0.01, ChangePercent: -0.24, Volume: 2971, High: 1.36, Low: 1.34, YearlyHigh: 2.11, YearlyLow: 0.92, YearlyStart: 1.51, YearlyChange: -10.4, Settlement: `Cash`, Contract: `Options`, Region: `Middle East`, Country: `Syria`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-05-16`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 140 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P Future`, Spread: 0.01, Open: 2057.5, Price: 2052.49, Buy: 2056.6, Sell: 2056.61, Change: -4.11, ChangePercent: -0.2, Volume: 142780, High: 2059.5, Low: 2049, YearlyHigh: 2105.5, YearlyLow: 1794.5, YearlyStart: 1950, YearlyChange: 5.47, Settlement: `Cash`, Contract: `Swap`, Region: `Asia Pacific`, Country: `Azerbaijan`, Risk: `Low`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-05-11`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 141 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `Lean Hogs`, Spread: 0.01, Open: 81.275, Price: 83.45, Buy: 81.81, Sell: 81.82, Change: 1.64, ChangePercent: 2, Volume: 1, High: 81.81, Low: 81.28, YearlyHigh: 83.98, YearlyLow: 70.25, YearlyStart: 77.11, YearlyChange: 6.09, Settlement: `Cash`, Contract: `CFD`, Region: `Europe`, Country: `Croatia`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `High`, Issuer: `FedEx`, Maturity: `2022-07-21`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 142 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `Euro$ 3M`, Spread: 0.01, Open: 99.18, Price: 98.81, Buy: 99.18, Sell: 99.18, Change: -0.36, ChangePercent: -0.36, Volume: 29509, High: 99.18, Low: 99.17, YearlyHigh: 99.38, YearlyLow: 98.41, YearlyStart: 98.89, YearlyChange: 0.28, Settlement: `Cash`, Contract: `Swap`, Region: `Middle East`, Country: `Turkey`, Risk: `Low`, Sector: `Public`, Currency: `EUR`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-03-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 143 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Oil`, Spread: 0.015, Open: 45.54, Price: 46.05, Buy: 45.78, Sell: 45.8, Change: 0.26, ChangePercent: 0.56, Volume: 107196, High: 45.94, Low: 45, YearlyHigh: 65.28, YearlyLow: 30.79, YearlyStart: 48.03, YearlyChange: -4.67, Settlement: `Cash`, Contract: `Futures`, Region: `Africa`, Country: `Tunisia`, Risk: `Low`, Sector: `Government`, Currency: `USD`, Security: `High`, Issuer: `FedEx`, Maturity: `2022-08-24`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 144 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `US 30YR Future`, Spread: 0.01, Open: 164.875, Price: 165.47, Buy: 164.15, Sell: 164.16, Change: 1.31, ChangePercent: 0.8, Volume: 28012, High: 165.25, Low: 164.04, YearlyHigh: 169.38, YearlyLow: 151.47, YearlyStart: 160.43, YearlyChange: 2.33, Settlement: `Cash`, Contract: `Futures`, Region: `Europe`, Country: `Netherlands`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-02-16`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 145 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `US 10YR Future`, Spread: 0.01, Open: 130.5625, Price: 132.67, Buy: 130.56, Sell: 130.56, Change: 2.09, ChangePercent: 1.6, Volume: 189310, High: 130.63, Low: 130.44, YearlyHigh: 132.64, YearlyLow: 125.48, YearlyStart: 129.06, YearlyChange: 1.18, Settlement: `Cash`, Contract: `Futures`, Region: `Middle East`, Country: `Saudi Arabia`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-09-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 146 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Wheat`, Spread: 0.01, Open: 465.5, Price: 465.89, Buy: 465.5, Sell: 465.5, Change: 0.37, ChangePercent: 0.08, Volume: 4318, High: 467, Low: 463.25, YearlyHigh: 628.5, YearlyLow: 449.5, YearlyStart: 539, YearlyChange: -13.63, Settlement: `Credit`, Contract: `Forwards`, Region: `Europe`, Country: `Bulgaria`, Risk: `Low`, Sector: `Public`, Currency: `PLN`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-03-24`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 147 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Uranium`, Spread: 0.02, Open: 27.55, Price: 27.39, Buy: 27.55, Sell: 27.55, Change: -0.19, ChangePercent: -0.68, Volume: 12, High: 27.55, Low: 27.55, YearlyHigh: 29.32, YearlyLow: 21.28, YearlyStart: 25.3, YearlyChange: 9.01, Settlement: `Loan`, Contract: `Options`, Region: `Asia Pacific`, Country: `Indonesia`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-07-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 148 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P MID MINI`, Spread: 0.01, Open: 1454.3, Price: 1446.46, Buy: 1455.78, Sell: 1455.79, Change: -9.32, ChangePercent: -0.64, Volume: 338, High: 1455.78, Low: 1448, YearlyHigh: 1527.3, YearlyLow: 1236, YearlyStart: 1381.65, YearlyChange: 5.37, Settlement: `Credit`, Contract: `Options`, Region: `Asia Pacific`, Country: `Taiwan`, Risk: `Low`, Sector: `Government`, Currency: `USD`, Security: `High`, Issuer: `American Airlines`, Maturity: `2022-08-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 149 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `FD Cattle`, Spread: 0.01, Open: 147.175, Price: 150.09, Buy: 148.6, Sell: 148.61, Change: 1.48, ChangePercent: 1, Volume: 5, High: 148.61, Low: 147.18, YearlyHigh: 190, YearlyLow: 138.1, YearlyStart: 164.05, YearlyChange: -9.41, Settlement: `Loan`, Contract: `Forwards`, Region: `Middle East`, Country: `Saudi Arabia`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-04-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 150 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `OJ Future`, Spread: 0.01, Open: 140.6, Price: 139.52, Buy: 140.18, Sell: 140.19, Change: -0.67, ChangePercent: -0.48, Volume: 7, High: 140.19, Low: 0, YearlyHigh: 155.95, YearlyLow: 113, YearlyStart: 134.47, YearlyChange: 4.25, Settlement: `Credit`, Contract: `Swap`, Region: `Asia Pacific`, Country: `Thailand`, Risk: `Low`, Sector: `Public`, Currency: `USD`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-02-16`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 151 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P 600 MINI`, Spread: 0.01, Open: 687.9, Price: 700.26, Buy: 687.9, Sell: 687.9, Change: 12.38, ChangePercent: 1.8, Volume: 0, High: 0, Low: 0, YearlyHigh: 620.32, YearlyLow: 595.9, YearlyStart: 608.11, YearlyChange: 13.12, Settlement: `Credit`, Contract: `Futures`, Region: `Africa`, Country: `Niger`, Risk: `High`, Sector: `Private`, Currency: `PLN`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-08-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 152 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `Lean Hogs`, Spread: 0.01, Open: 81.275, Price: 80.9, Buy: 81.81, Sell: 81.82, Change: -0.91, ChangePercent: -1.12, Volume: 1, High: 81.81, Low: 81.28, YearlyHigh: 83.98, YearlyLow: 70.25, YearlyStart: 77.11, YearlyChange: 6.09, Settlement: `Cash`, Contract: `Forwards`, Region: `North America`, Country: `United States`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-07-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 153 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Coffee`, Spread: 0.01, Open: 125.7, Price: 126.9, Buy: 125.7, Sell: 125.7, Change: 1.21, ChangePercent: 0.96, Volume: 1654, High: 125.8, Low: 125, YearlyHigh: 155.75, YearlyLow: 115.35, YearlyStart: 135.55, YearlyChange: -7.27, Settlement: `Loan`, Contract: `Swap`, Region: `Middle East`, Country: `Iraq`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-05-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 154 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P MID MINI`, Spread: 0.01, Open: 1454.3, Price: 1440.64, Buy: 1455.78, Sell: 1455.79, Change: -15.14, ChangePercent: -1.04, Volume: 338, High: 1455.78, Low: 1448, YearlyHigh: 1527.3, YearlyLow: 1236, YearlyStart: 1381.65, YearlyChange: 5.37, Settlement: `Credit`, Contract: `Options`, Region: `South America`, Country: `Uruguay`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-04-24`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 155 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `BTC/USD`, Spread: 0.06, Open: 93.88, Price: 20765.56, Buy: 21200.76, Sell: 21400.78, Change: -235.21, ChangePercent: -1.12, Volume: 5788000, High: 22400.05, Low: 20100.75, YearlyHigh: 62400.7, YearlyLow: 15100.88, YearlyStart: 21200.29, YearlyChange: -20.62, Settlement: `Cash`, Contract: `Futures`, Region: `Europe`, Country: `Finland`, Risk: `High`, Sector: `Private`, Currency: `PLN`, Security: `Poor`, Issuer: `FedEx`, Maturity: `2022-05-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 156 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `US 2Y Future`, Spread: 0.01, Open: 109.3984, Price: 108.12, Buy: 109.4, Sell: 109.4, Change: -1.27, ChangePercent: -1.16, Volume: 17742, High: 109.41, Low: 109.38, YearlyHigh: 109.8, YearlyLow: 108.62, YearlyStart: 109.21, YearlyChange: 0.16, Settlement: `Credit`, Contract: `Swap`, Region: `Asia Pacific`, Country: `Azerbaijan`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `High`, Issuer: `American Airlines`, Maturity: `2022-03-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 157 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Gold`, Spread: 0.01, Open: 1281.1, Price: 1273.56, Buy: 1280.73, Sell: 1280.74, Change: -7.17, ChangePercent: -0.56, Volume: 48387, High: 1289.5, Low: 1279.1, YearlyHigh: 1306, YearlyLow: 1047.2, YearlyStart: 1176.6, YearlyChange: 8.85, Settlement: `Cash`, Contract: `CFD`, Region: `Middle East`, Country: `Lebanon`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-04-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 158 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Rice`, Spread: 0.01, Open: 11.245, Price: 10.28, Buy: 10.41, Sell: 10.42, Change: -0.14, ChangePercent: -1.32, Volume: 220, High: 11.38, Low: 10.42, YearlyHigh: 14.14, YearlyLow: 9.7, YearlyStart: 11.92, YearlyChange: -12.62, Settlement: `Cash`, Contract: `Futures`, Region: `Europe`, Country: `Slovakia`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `High`, Issuer: `American Airlines`, Maturity: `2022-04-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 159 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/CHF`, Spread: 0.02, Open: 1.0337, Price: 1.04, Buy: 1.03, Sell: 1.03, Change: 0, ChangePercent: -0.52, Volume: 5550, High: 1.03, Low: 1.03, YearlyHigh: 1.11, YearlyLow: 0.98, YearlyStart: 1.04, YearlyChange: -0.12, Settlement: `Loan`, Contract: `Options`, Region: `Asia Pacific`, Country: `India`, Risk: `Low`, Sector: `Public`, Currency: `PLN`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-03-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 160 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `BTC/USD`, Spread: 0.06, Open: 93.88, Price: 21412.39, Buy: 21200.76, Sell: 21400.78, Change: 411.62, ChangePercent: 1.96, Volume: 5788000, High: 22400.05, Low: 20100.75, YearlyHigh: 62400.7, YearlyLow: 15100.88, YearlyStart: 21200.29, YearlyChange: -20.62, Settlement: `Loan`, Contract: `Options`, Region: `Middle East`, Country: `Israel`, Risk: `Low`, Sector: `Public`, Currency: `USD`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-04-16`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 161 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `GBP/USD`, Spread: 0.02, Open: 1.4464, Price: 1.18, Buy: 1.18, Sell: 1.2, Change: -0.01, ChangePercent: -0.96, Volume: 29450, High: 1.45, Low: 1.19, YearlyHigh: 1.59, YearlyLow: 1.19, YearlyStart: 1.49, YearlyChange: -19.59, Settlement: `Cash`, Contract: `Futures`, Region: `Europe`, Country: `Ireland`, Risk: `High`, Sector: `Government`, Currency: `USD`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-08-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 162 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `US 2Y Future`, Spread: 0.01, Open: 109.3984, Price: 108.69, Buy: 109.4, Sell: 109.4, Change: -0.7, ChangePercent: -0.64, Volume: 17742, High: 109.41, Low: 109.38, YearlyHigh: 109.8, YearlyLow: 108.62, YearlyStart: 109.21, YearlyChange: 0.16, Settlement: `Credit`, Contract: `Swap`, Region: `South America`, Country: `Paraguay`, Risk: `High`, Sector: `Public`, Currency: `USD`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-06-22`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 163 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `Euro$ 3M`, Spread: 0.01, Open: 99.18, Price: 97.23, Buy: 99.18, Sell: 99.18, Change: -1.94, ChangePercent: -1.96, Volume: 29509, High: 99.18, Low: 99.17, YearlyHigh: 99.38, YearlyLow: 98.41, YearlyStart: 98.89, YearlyChange: 0.28, Settlement: `Loan`, Contract: `Options`, Region: `Middle East`, Country: `UAE`, Risk: `Low`, Sector: `Public`, Currency: `PLN`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-06-21`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 164 }), + new FinancialDataAllItem({ Category: `Index`, Type: `DOW Future`, Spread: 0.01, Open: 17711, Price: 17697.98, Buy: 17712.15, Sell: 17712.16, Change: -14.17, ChangePercent: -0.08, Volume: 22236, High: 17727, Low: 17642, YearlyHigh: 18083, YearlyLow: 15299, YearlyStart: 16691, YearlyChange: 6.12, Settlement: `Credit`, Contract: `Swap`, Region: `Asia Pacific`, Country: `India`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-02-23`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 165 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/CAD`, Spread: 0.02, Open: 0.7744, Price: 0.94, Buy: 0.94, Sell: 0.96, Change: -0.01, ChangePercent: -1.72, Volume: 13669, High: 0.95, Low: 0.77, YearlyHigh: 0.95, YearlyLow: 0.68, YearlyStart: 0.76, YearlyChange: 26.43, Settlement: `Cash`, Contract: `Options`, Region: `Middle East`, Country: `Saudi Arabia`, Risk: `Low`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-06-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 166 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Gold`, Spread: 0.01, Open: 1281.1, Price: 1264.34, Buy: 1280.73, Sell: 1280.74, Change: -16.39, ChangePercent: -1.28, Volume: 48387, High: 1289.5, Low: 1279.1, YearlyHigh: 1306, YearlyLow: 1047.2, YearlyStart: 1176.6, YearlyChange: 8.85, Settlement: `Loan`, Contract: `Swap`, Region: `Europe`, Country: `Norway`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-08-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 167 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/JPY`, Spread: 0.02, Open: 9275.5, Price: 9370.11, Buy: 9277.32, Sell: 9277.34, Change: 92.78, ChangePercent: 1, Volume: 47734, High: 9277.33, Low: 0.93, YearlyHigh: 9483, YearlyLow: 0.93, YearlyStart: 4741.97, YearlyChange: 95.64, Settlement: `Cash`, Contract: `Futures`, Region: `Middle East`, Country: `Syria`, Risk: `High`, Sector: `Government`, Currency: `USD`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-01-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 168 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `US 2Y Future`, Spread: 0.01, Open: 109.3984, Price: 108.86, Buy: 109.4, Sell: 109.4, Change: -0.53, ChangePercent: -0.48, Volume: 17742, High: 109.41, Low: 109.38, YearlyHigh: 109.8, YearlyLow: 108.62, YearlyStart: 109.21, YearlyChange: 0.16, Settlement: `Cash`, Contract: `Forwards`, Region: `Asia Pacific`, Country: `Malaysia`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-08-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 169 }), + new FinancialDataAllItem({ Category: `Index`, Type: `NAS Future`, Spread: 0.01, Open: 4341.25, Price: 4398.58, Buy: 4341.25, Sell: 4341.25, Change: 57.3, ChangePercent: 1.32, Volume: 18259, High: 4347, Low: 4318, YearlyHigh: 4719.75, YearlyLow: 3867.75, YearlyStart: 4293.75, YearlyChange: 1.11, Settlement: `Credit`, Contract: `Options`, Region: `Middle East`, Country: `Iraq`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `High`, Issuer: `FedEx`, Maturity: `2022-08-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 170 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/JPY`, Spread: 0.02, Open: 9275.5, Price: 9303.31, Buy: 9277.32, Sell: 9277.34, Change: 25.98, ChangePercent: 0.28, Volume: 47734, High: 9277.33, Low: 0.93, YearlyHigh: 9483, YearlyLow: 0.93, YearlyStart: 4741.97, YearlyChange: 95.64, Settlement: `Credit`, Contract: `Swap`, Region: `Middle East`, Country: `Syria`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-03-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 171 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Natural Gas`, Spread: 0.02, Open: 2.094, Price: 2.07, Buy: 2.09, Sell: 2.09, Change: -0.03, ChangePercent: -1.6, Volume: 2783, High: 2.11, Low: 2.09, YearlyHigh: 3.2, YearlyLow: 1.84, YearlyStart: 2.52, YearlyChange: -16.51, Settlement: `Credit`, Contract: `Futures`, Region: `Asia Pacific`, Country: `Australia`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-03-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 172 }), + new FinancialDataAllItem({ Category: `Index`, Type: `NAS Future`, Spread: 0.01, Open: 4341.25, Price: 4402.06, Buy: 4341.25, Sell: 4341.25, Change: 60.78, ChangePercent: 1.4, Volume: 18259, High: 4347, Low: 4318, YearlyHigh: 4719.75, YearlyLow: 3867.75, YearlyStart: 4293.75, YearlyChange: 1.11, Settlement: `Cash`, Contract: `Options`, Region: `Africa`, Country: `Senegal`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-05-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 173 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Copper`, Spread: 0.02, Open: 2.123, Price: 2.14, Buy: 2.12, Sell: 2.12, Change: 0.03, ChangePercent: 1.16, Volume: 28819, High: 2.16, Low: 2.11, YearlyHigh: 2.94, YearlyLow: 1.96, YearlyStart: 2.45, YearlyChange: -13.76, Settlement: `Cash`, Contract: `Swap`, Region: `North America`, Country: `United States`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-05-19`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 174 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Milk`, Spread: 0.01, Open: 12.87, Price: 12.92, Buy: 12.87, Sell: 12.87, Change: 0.06, ChangePercent: 0.48, Volume: 7, High: 12.89, Low: 12.81, YearlyHigh: 16.96, YearlyLow: 12.81, YearlyStart: 14.88, YearlyChange: -13.6, Settlement: `Loan`, Contract: `Swap`, Region: `Asia Pacific`, Country: `Pakistan`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-09-21`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 175 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Cotton`, Spread: 0.01, Open: 61.77, Price: 61.19, Buy: 61.77, Sell: 61.77, Change: -0.57, ChangePercent: -0.92, Volume: 3612, High: 62.06, Low: 61.32, YearlyHigh: 67.59, YearlyLow: 54.33, YearlyStart: 60.96, YearlyChange: 1.31, Settlement: `Cash`, Contract: `Futures`, Region: `Europe`, Country: `Czechia`, Risk: `Low`, Sector: `Government`, Currency: `PLN`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-07-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 176 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Lumber`, Spread: 0.01, Open: 303.9, Price: 302.28, Buy: 304.59, Sell: 304.6, Change: -2.32, ChangePercent: -0.76, Volume: 2, High: 304.6, Low: 303.9, YearlyHigh: 317.1, YearlyLow: 236, YearlyStart: 276.55, YearlyChange: 10.14, Settlement: `Credit`, Contract: `CFD`, Region: `Africa`, Country: `Algeria`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-03-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 177 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Diesel`, Spread: 0.015, Open: 1.3474, Price: 1.34, Buy: 1.35, Sell: 1.35, Change: -0.02, ChangePercent: -1.32, Volume: 2971, High: 1.36, Low: 1.34, YearlyHigh: 2.11, YearlyLow: 0.92, YearlyStart: 1.51, YearlyChange: -10.4, Settlement: `Cash`, Contract: `Swap`, Region: `Africa`, Country: `Algeria`, Risk: `Low`, Sector: `Public`, Currency: `EUR`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-07-22`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 178 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Cocoa`, Spread: 0.01, Open: 3076, Price: 3077.26, Buy: 3076, Sell: 3076, Change: 1.23, ChangePercent: 0.04, Volume: 978, High: 3078, Low: 3066, YearlyHigh: 3406, YearlyLow: 2746, YearlyStart: 3076, YearlyChange: 0, Settlement: `Credit`, Contract: `Options`, Region: `Europe`, Country: `Italy`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-04-22`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 179 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `Euro$ 3M`, Spread: 0.01, Open: 99.18, Price: 97.94, Buy: 99.18, Sell: 99.18, Change: -1.23, ChangePercent: -1.24, Volume: 29509, High: 99.18, Low: 99.17, YearlyHigh: 99.38, YearlyLow: 98.41, YearlyStart: 98.89, YearlyChange: 0.28, Settlement: `Loan`, Contract: `Swap`, Region: `South America`, Country: `Venezuela`, Risk: `Low`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-03-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 180 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Coffee`, Spread: 0.01, Open: 125.7, Price: 124.63, Buy: 125.7, Sell: 125.7, Change: -1.06, ChangePercent: -0.84, Volume: 1654, High: 125.8, Low: 125, YearlyHigh: 155.75, YearlyLow: 115.35, YearlyStart: 135.55, YearlyChange: -7.27, Settlement: `Credit`, Contract: `Options`, Region: `Asia Pacific`, Country: `India`, Risk: `Low`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-05-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 181 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Cotton`, Spread: 0.01, Open: 61.77, Price: 60.77, Buy: 61.77, Sell: 61.77, Change: -0.99, ChangePercent: -1.6, Volume: 3612, High: 62.06, Low: 61.32, YearlyHigh: 67.59, YearlyLow: 54.33, YearlyStart: 60.96, YearlyChange: 1.31, Settlement: `Cash`, Contract: `Options`, Region: `Asia Pacific`, Country: `Japan`, Risk: `Low`, Sector: `Public`, Currency: `USD`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-02-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 182 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Diesel`, Spread: 0.015, Open: 1.3474, Price: 1.36, Buy: 1.35, Sell: 1.35, Change: 0, ChangePercent: -0.08, Volume: 2971, High: 1.36, Low: 1.34, YearlyHigh: 2.11, YearlyLow: 0.92, YearlyStart: 1.51, YearlyChange: -10.4, Settlement: `Loan`, Contract: `Futures`, Region: `Middle East`, Country: `Israel`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-02-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 183 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Silver`, Spread: 0.01, Open: 17.43, Price: 17.43, Buy: 17.43, Sell: 17.43, Change: 0.01, ChangePercent: 0.08, Volume: 11720, High: 17.51, Low: 17.37, YearlyHigh: 18.06, YearlyLow: 13.73, YearlyStart: 15.89, YearlyChange: 9.59, Settlement: `Credit`, Contract: `Swap`, Region: `Africa`, Country: `Senegal`, Risk: `High`, Sector: `Private`, Currency: `PLN`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-04-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 184 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `Lean Hogs`, Spread: 0.01, Open: 81.275, Price: 80.64, Buy: 81.81, Sell: 81.82, Change: -1.17, ChangePercent: -1.44, Volume: 1, High: 81.81, Low: 81.28, YearlyHigh: 83.98, YearlyLow: 70.25, YearlyStart: 77.11, YearlyChange: 6.09, Settlement: `Loan`, Contract: `Futures`, Region: `Europe`, Country: `Romania`, Risk: `High`, Sector: `Public`, Currency: `PLN`, Security: `Poor`, Issuer: `FedEx`, Maturity: `2022-07-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 185 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Oil`, Spread: 0.015, Open: 45.54, Price: 45.59, Buy: 45.78, Sell: 45.8, Change: -0.2, ChangePercent: -0.44, Volume: 107196, High: 45.94, Low: 45, YearlyHigh: 65.28, YearlyLow: 30.79, YearlyStart: 48.03, YearlyChange: -4.67, Settlement: `Cash`, Contract: `Futures`, Region: `Africa`, Country: `Egypt`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-02-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 186 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P MID MINI`, Spread: 0.01, Open: 1454.3, Price: 1443.55, Buy: 1455.78, Sell: 1455.79, Change: -12.23, ChangePercent: -0.84, Volume: 338, High: 1455.78, Low: 1448, YearlyHigh: 1527.3, YearlyLow: 1236, YearlyStart: 1381.65, YearlyChange: 5.37, Settlement: `Loan`, Contract: `Options`, Region: `Asia Pacific`, Country: `Taiwan`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-02-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 187 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Silver`, Spread: 0.01, Open: 17.43, Price: 17.09, Buy: 17.43, Sell: 17.43, Change: -0.33, ChangePercent: -1.88, Volume: 11720, High: 17.51, Low: 17.37, YearlyHigh: 18.06, YearlyLow: 13.73, YearlyStart: 15.89, YearlyChange: 9.59, Settlement: `Credit`, Contract: `CFD`, Region: `Africa`, Country: `Cameroon`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-06-22`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 188 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Lumber`, Spread: 0.01, Open: 303.9, Price: 310.08, Buy: 304.59, Sell: 304.6, Change: 5.48, ChangePercent: 1.8, Volume: 2, High: 304.6, Low: 303.9, YearlyHigh: 317.1, YearlyLow: 236, YearlyStart: 276.55, YearlyChange: 10.14, Settlement: `Cash`, Contract: `Options`, Region: `Asia Pacific`, Country: `India`, Risk: `High`, Sector: `Private`, Currency: `PLN`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-07-22`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 189 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `GBP/USD`, Spread: 0.02, Open: 1.4464, Price: 1.17, Buy: 1.18, Sell: 1.2, Change: -0.02, ChangePercent: -1.6, Volume: 29450, High: 1.45, Low: 1.19, YearlyHigh: 1.59, YearlyLow: 1.19, YearlyStart: 1.49, YearlyChange: -19.59, Settlement: `Loan`, Contract: `Swap`, Region: `Europe`, Country: `Poland`, Risk: `High`, Sector: `Government`, Currency: `USD`, Security: `High`, Issuer: `FedEx`, Maturity: `2022-08-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 190 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soybean`, Spread: 0.01, Open: 1038, Price: 1042.77, Buy: 1038.61, Sell: 1038.62, Change: 4.15, ChangePercent: 0.4, Volume: 20356, High: 1044, Low: 1031.75, YearlyHigh: 1057, YearlyLow: 859.5, YearlyStart: 958.25, YearlyChange: 8.39, Settlement: `Credit`, Contract: `Forwards`, Region: `Middle East`, Country: `Lebanon`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-02-11`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 191 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Coal`, Spread: 0.015, Open: 0.4363, Price: 0.42, Buy: 0.44, Sell: 0.44, Change: 0, ChangePercent: 1.84, Volume: 3, High: 0.44, Low: 0.44, YearlyHigh: 0.48, YearlyLow: 0.4, YearlyStart: 0.44, YearlyChange: -5.33, Settlement: `Cash`, Contract: `Swap`, Region: `Middle East`, Country: `Israel`, Risk: `High`, Sector: `Public`, Currency: `USD`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-06-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 192 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Cocoa`, Spread: 0.01, Open: 3076, Price: 3136.32, Buy: 3076, Sell: 3076, Change: 60.29, ChangePercent: 1.96, Volume: 978, High: 3078, Low: 3066, YearlyHigh: 3406, YearlyLow: 2746, YearlyStart: 3076, YearlyChange: 0, Settlement: `Cash`, Contract: `Forwards`, Region: `Middle East`, Country: `Lebanon`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-02-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 193 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `US 2Y Future`, Spread: 0.01, Open: 109.3984, Price: 108.95, Buy: 109.4, Sell: 109.4, Change: -0.44, ChangePercent: -0.4, Volume: 17742, High: 109.41, Low: 109.38, YearlyHigh: 109.8, YearlyLow: 108.62, YearlyStart: 109.21, YearlyChange: 0.16, Settlement: `Loan`, Contract: `Swap`, Region: `Asia Pacific`, Country: `Singapore`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-01-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 194 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `Lean Hogs`, Spread: 0.01, Open: 81.275, Price: 81.26, Buy: 81.81, Sell: 81.82, Change: -0.55, ChangePercent: -0.68, Volume: 1, High: 81.81, Low: 81.28, YearlyHigh: 83.98, YearlyLow: 70.25, YearlyStart: 77.11, YearlyChange: 6.09, Settlement: `Credit`, Contract: `Futures`, Region: `Middle East`, Country: `Israel`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-03-24`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 195 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/CHF`, Spread: 0.02, Open: 1.0337, Price: 1.03, Buy: 1.03, Sell: 1.03, Change: -0.01, ChangePercent: -0.92, Volume: 5550, High: 1.03, Low: 1.03, YearlyHigh: 1.11, YearlyLow: 0.98, YearlyStart: 1.04, YearlyChange: -0.12, Settlement: `Cash`, Contract: `Futures`, Region: `Asia Pacific`, Country: `Australia`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `Poor`, Issuer: `American Airlines`, Maturity: `2022-04-10`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 196 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `FD Cattle`, Spread: 0.01, Open: 147.175, Price: 146.17, Buy: 148.6, Sell: 148.61, Change: -2.44, ChangePercent: -1.64, Volume: 5, High: 148.61, Low: 147.18, YearlyHigh: 190, YearlyLow: 138.1, YearlyStart: 164.05, YearlyChange: -9.41, Settlement: `Credit`, Contract: `Options`, Region: `Europe`, Country: `Austria`, Risk: `High`, Sector: `Public`, Currency: `USD`, Security: `Poor`, Issuer: `FedEx`, Maturity: `2022-06-11`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 197 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Diesel`, Spread: 0.015, Open: 1.3474, Price: 1.33, Buy: 1.35, Sell: 1.35, Change: -0.03, ChangePercent: -1.92, Volume: 2971, High: 1.36, Low: 1.34, YearlyHigh: 2.11, YearlyLow: 0.92, YearlyStart: 1.51, YearlyChange: -10.4, Settlement: `Credit`, Contract: `Forwards`, Region: `Africa`, Country: `Ethiopia`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-03-10`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 198 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `OJ Future`, Spread: 0.01, Open: 140.6, Price: 140.86, Buy: 140.18, Sell: 140.19, Change: 0.67, ChangePercent: 0.48, Volume: 7, High: 140.19, Low: 0, YearlyHigh: 155.95, YearlyLow: 113, YearlyStart: 134.47, YearlyChange: 4.25, Settlement: `Credit`, Contract: `Futures`, Region: `Middle East`, Country: `Bahrain`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `High`, Issuer: `American Airlines`, Maturity: `2022-04-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 199 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Coffee`, Spread: 0.01, Open: 125.7, Price: 126.65, Buy: 125.7, Sell: 125.7, Change: 0.96, ChangePercent: 0.76, Volume: 1654, High: 125.8, Low: 125, YearlyHigh: 155.75, YearlyLow: 115.35, YearlyStart: 135.55, YearlyChange: -7.27, Settlement: `Cash`, Contract: `Futures`, Region: `Middle East`, Country: `Turkey`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-03-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 200 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `FD Cattle`, Spread: 0.01, Open: 147.175, Price: 147.77, Buy: 148.6, Sell: 148.61, Change: -0.84, ChangePercent: -0.56, Volume: 5, High: 148.61, Low: 147.18, YearlyHigh: 190, YearlyLow: 138.1, YearlyStart: 164.05, YearlyChange: -9.41, Settlement: `Credit`, Contract: `Swap`, Region: `Africa`, Country: `Ethiopia`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-06-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 201 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Copper`, Spread: 0.02, Open: 2.123, Price: 2.11, Buy: 2.12, Sell: 2.12, Change: 0, ChangePercent: -0.08, Volume: 28819, High: 2.16, Low: 2.11, YearlyHigh: 2.94, YearlyLow: 1.96, YearlyStart: 2.45, YearlyChange: -13.76, Settlement: `Loan`, Contract: `Futures`, Region: `Asia Pacific`, Country: `Taiwan`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `High`, Issuer: `FedEx`, Maturity: `2022-02-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 202 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Wheat`, Spread: 0.01, Open: 465.5, Price: 459.38, Buy: 465.5, Sell: 465.5, Change: -6.14, ChangePercent: -1.32, Volume: 4318, High: 467, Low: 463.25, YearlyHigh: 628.5, YearlyLow: 449.5, YearlyStart: 539, YearlyChange: -13.63, Settlement: `Credit`, Contract: `Swap`, Region: `Africa`, Country: `Algeria`, Risk: `Low`, Sector: `Government`, Currency: `PLN`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-07-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 203 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `Euro$ 3M`, Spread: 0.01, Open: 99.18, Price: 100.16, Buy: 99.18, Sell: 99.18, Change: 0.99, ChangePercent: 1, Volume: 29509, High: 99.18, Low: 99.17, YearlyHigh: 99.38, YearlyLow: 98.41, YearlyStart: 98.89, YearlyChange: 0.28, Settlement: `Loan`, Contract: `Options`, Region: `Africa`, Country: `Egypt`, Risk: `Low`, Sector: `Government`, Currency: `PLN`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-03-23`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 204 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `US 2Y Future`, Spread: 0.01, Open: 109.3984, Price: 108.78, Buy: 109.4, Sell: 109.4, Change: -0.61, ChangePercent: -0.56, Volume: 17742, High: 109.41, Low: 109.38, YearlyHigh: 109.8, YearlyLow: 108.62, YearlyStart: 109.21, YearlyChange: 0.16, Settlement: `Credit`, Contract: `Forwards`, Region: `Middle East`, Country: `Bahrain`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `High`, Issuer: `FedEx`, Maturity: `2022-03-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 205 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Ethanol`, Spread: 0.01, Open: 1.512, Price: 2.8, Buy: 2.75, Sell: 2.76, Change: 0.05, ChangePercent: 1.84, Volume: 14, High: 2.75, Low: 1.12, YearlyHigh: 2.75, YearlyLow: 1.12, YearlyStart: 1.48, YearlyChange: 86.7, Settlement: `Credit`, Contract: `Futures`, Region: `Africa`, Country: `South Africa`, Risk: `Low`, Sector: `Public`, Currency: `EUR`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-05-22`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 206 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Sugar`, Spread: 0.01, Open: 15.68, Price: 14.54, Buy: 14.67, Sell: 14.68, Change: -0.13, ChangePercent: -0.92, Volume: 4949, High: 15.7, Low: 14.67, YearlyHigh: 16.87, YearlyLow: 11.37, YearlyStart: 14.12, YearlyChange: 3.92, Settlement: `Credit`, Contract: `Swap`, Region: `Europe`, Country: `Slovenia`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-06-21`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 207 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Wheat`, Spread: 0.01, Open: 465.5, Price: 472.04, Buy: 465.5, Sell: 465.5, Change: 6.52, ChangePercent: 1.4, Volume: 4318, High: 467, Low: 463.25, YearlyHigh: 628.5, YearlyLow: 449.5, YearlyStart: 539, YearlyChange: -13.63, Settlement: `Loan`, Contract: `Options`, Region: `Africa`, Country: `Ethiopia`, Risk: `High`, Sector: `Public`, Currency: `USD`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-05-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 208 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P 600 MINI`, Spread: 0.01, Open: 687.9, Price: 698.89, Buy: 687.9, Sell: 687.9, Change: 11.01, ChangePercent: 1.6, Volume: 0, High: 0, Low: 0, YearlyHigh: 620.32, YearlyLow: 595.9, YearlyStart: 608.11, YearlyChange: 13.12, Settlement: `Loan`, Contract: `Swap`, Region: `North America`, Country: `Mexico`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-02-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 209 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/JPY`, Spread: 0.02, Open: 9275.5, Price: 9299.6, Buy: 9277.32, Sell: 9277.34, Change: 22.27, ChangePercent: 0.24, Volume: 47734, High: 9277.33, Low: 0.93, YearlyHigh: 9483, YearlyLow: 0.93, YearlyStart: 4741.97, YearlyChange: 95.64, Settlement: `Cash`, Contract: `Options`, Region: `Europe`, Country: `Netherlands`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-05-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 210 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `US 2Y Future`, Spread: 0.01, Open: 109.3984, Price: 110.48, Buy: 109.4, Sell: 109.4, Change: 1.09, ChangePercent: 1, Volume: 17742, High: 109.41, Low: 109.38, YearlyHigh: 109.8, YearlyLow: 108.62, YearlyStart: 109.21, YearlyChange: 0.16, Settlement: `Loan`, Contract: `Futures`, Region: `Europe`, Country: `Greece`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-03-11`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 211 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/CHF`, Spread: 0.02, Open: 1.0337, Price: 1.04, Buy: 1.03, Sell: 1.03, Change: 0, ChangePercent: 0.12, Volume: 5550, High: 1.03, Low: 1.03, YearlyHigh: 1.11, YearlyLow: 0.98, YearlyStart: 1.04, YearlyChange: -0.12, Settlement: `Credit`, Contract: `Futures`, Region: `Asia Pacific`, Country: `Taiwan`, Risk: `High`, Sector: `Government`, Currency: `PLN`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-04-21`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 212 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soybean`, Spread: 0.01, Open: 1038, Price: 1039.86, Buy: 1038.61, Sell: 1038.62, Change: 1.24, ChangePercent: 0.12, Volume: 20356, High: 1044, Low: 1031.75, YearlyHigh: 1057, YearlyLow: 859.5, YearlyStart: 958.25, YearlyChange: 8.39, Settlement: `Cash`, Contract: `Futures`, Region: `Asia Pacific`, Country: `Korea`, Risk: `Low`, Sector: `Government`, Currency: `PLN`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-02-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 213 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Gold`, Spread: 0.01, Open: 1281.1, Price: 1304.3, Buy: 1280.73, Sell: 1280.74, Change: 23.57, ChangePercent: 1.84, Volume: 48387, High: 1289.5, Low: 1279.1, YearlyHigh: 1306, YearlyLow: 1047.2, YearlyStart: 1176.6, YearlyChange: 8.85, Settlement: `Loan`, Contract: `Futures`, Region: `Europe`, Country: `Czechia`, Risk: `High`, Sector: `Government`, Currency: `PLN`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-09-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 214 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/CHF`, Spread: 0.02, Open: 1.0337, Price: 1.05, Buy: 1.03, Sell: 1.03, Change: 0.01, ChangePercent: 0.4, Volume: 5550, High: 1.03, Low: 1.03, YearlyHigh: 1.11, YearlyLow: 0.98, YearlyStart: 1.04, YearlyChange: -0.12, Settlement: `Cash`, Contract: `Swap`, Region: `Europe`, Country: `Austria`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-09-16`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 215 }), + new FinancialDataAllItem({ Category: `Index`, Type: `DOW Future`, Spread: 0.01, Open: 17711, Price: 17464.18, Buy: 17712.15, Sell: 17712.16, Change: -247.97, ChangePercent: -1.4, Volume: 22236, High: 17727, Low: 17642, YearlyHigh: 18083, YearlyLow: 15299, YearlyStart: 16691, YearlyChange: 6.12, Settlement: `Cash`, Contract: `Options`, Region: `Middle East`, Country: `Iraq`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-06-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 216 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Coffee`, Spread: 0.01, Open: 125.7, Price: 125.59, Buy: 125.7, Sell: 125.7, Change: -0.1, ChangePercent: -0.08, Volume: 1654, High: 125.8, Low: 125, YearlyHigh: 155.75, YearlyLow: 115.35, YearlyStart: 135.55, YearlyChange: -7.27, Settlement: `Cash`, Contract: `Swap`, Region: `South America`, Country: `Colombia`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-08-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 217 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/CAD`, Spread: 0.02, Open: 0.7744, Price: 0.95, Buy: 0.94, Sell: 0.96, Change: 0, ChangePercent: -0.16, Volume: 13669, High: 0.95, Low: 0.77, YearlyHigh: 0.95, YearlyLow: 0.68, YearlyStart: 0.76, YearlyChange: 26.43, Settlement: `Loan`, Contract: `Options`, Region: `Africa`, Country: `Ethiopia`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `Poor`, Issuer: `American Airlines`, Maturity: `2022-06-24`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 218 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Corn`, Spread: 0.01, Open: 379.5, Price: 375.24, Buy: 379.8, Sell: 379.81, Change: -4.56, ChangePercent: -1.2, Volume: 11266, High: 381, Low: 377.75, YearlyHigh: 471.25, YearlyLow: 351.25, YearlyStart: 411.25, YearlyChange: -7.65, Settlement: `Credit`, Contract: `Futures`, Region: `Europe`, Country: `Slovenia`, Risk: `High`, Sector: `Public`, Currency: `USD`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-04-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 219 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Diesel`, Spread: 0.015, Open: 1.3474, Price: 1.36, Buy: 1.35, Sell: 1.35, Change: 0, ChangePercent: 0.44, Volume: 2971, High: 1.36, Low: 1.34, YearlyHigh: 2.11, YearlyLow: 0.92, YearlyStart: 1.51, YearlyChange: -10.4, Settlement: `Loan`, Contract: `Options`, Region: `Asia Pacific`, Country: `Taiwan`, Risk: `High`, Sector: `Government`, Currency: `PLN`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-03-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 220 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/CHF`, Spread: 0.02, Open: 1.0337, Price: 1.05, Buy: 1.03, Sell: 1.03, Change: 0.01, ChangePercent: 0.68, Volume: 5550, High: 1.03, Low: 1.03, YearlyHigh: 1.11, YearlyLow: 0.98, YearlyStart: 1.04, YearlyChange: -0.12, Settlement: `Loan`, Contract: `Forwards`, Region: `Europe`, Country: `Greece`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-09-19`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 221 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Coal`, Spread: 0.015, Open: 0.4363, Price: 0.42, Buy: 0.44, Sell: 0.44, Change: 0, ChangePercent: 0.88, Volume: 3, High: 0.44, Low: 0.44, YearlyHigh: 0.48, YearlyLow: 0.4, YearlyStart: 0.44, YearlyChange: -5.33, Settlement: `Loan`, Contract: `Swap`, Region: `North America`, Country: `United States`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-04-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 222 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P Future`, Spread: 0.01, Open: 2057.5, Price: 2043.44, Buy: 2056.6, Sell: 2056.61, Change: -13.16, ChangePercent: -0.64, Volume: 142780, High: 2059.5, Low: 2049, YearlyHigh: 2105.5, YearlyLow: 1794.5, YearlyStart: 1950, YearlyChange: 5.47, Settlement: `Cash`, Contract: `Options`, Region: `Europe`, Country: `Austria`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-06-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 223 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Diesel`, Spread: 0.015, Open: 1.3474, Price: 1.34, Buy: 1.35, Sell: 1.35, Change: -0.02, ChangePercent: -1.6, Volume: 2971, High: 1.36, Low: 1.34, YearlyHigh: 2.11, YearlyLow: 0.92, YearlyStart: 1.51, YearlyChange: -10.4, Settlement: `Loan`, Contract: `Swap`, Region: `Europe`, Country: `Germany`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-04-10`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 224 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P 600 MINI`, Spread: 0.01, Open: 687.9, Price: 692.56, Buy: 687.9, Sell: 687.9, Change: 4.68, ChangePercent: 0.68, Volume: 0, High: 0, Low: 0, YearlyHigh: 620.32, YearlyLow: 595.9, YearlyStart: 608.11, YearlyChange: 13.12, Settlement: `Cash`, Contract: `Futures`, Region: `Middle East`, Country: `Israel`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `FedEx`, Maturity: `2022-05-11`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 225 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Ethanol`, Spread: 0.01, Open: 1.512, Price: 2.71, Buy: 2.75, Sell: 2.76, Change: -0.04, ChangePercent: -1.56, Volume: 14, High: 2.75, Low: 1.12, YearlyHigh: 2.75, YearlyLow: 1.12, YearlyStart: 1.48, YearlyChange: 86.7, Settlement: `Cash`, Contract: `Futures`, Region: `South America`, Country: `Paraguay`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-08-22`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 226 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `OJ Future`, Spread: 0.01, Open: 140.6, Price: 138.84, Buy: 140.18, Sell: 140.19, Change: -1.35, ChangePercent: -0.96, Volume: 7, High: 140.19, Low: 0, YearlyHigh: 155.95, YearlyLow: 113, YearlyStart: 134.47, YearlyChange: 4.25, Settlement: `Cash`, Contract: `Forwards`, Region: `Asia Pacific`, Country: `China`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-03-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 227 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Gold`, Spread: 0.01, Open: 1281.1, Price: 1302.76, Buy: 1280.73, Sell: 1280.74, Change: 22.03, ChangePercent: 1.72, Volume: 48387, High: 1289.5, Low: 1279.1, YearlyHigh: 1306, YearlyLow: 1047.2, YearlyStart: 1176.6, YearlyChange: 8.85, Settlement: `Cash`, Contract: `Options`, Region: `Europe`, Country: `Slovenia`, Risk: `Low`, Sector: `Public`, Currency: `USD`, Security: `High`, Issuer: `FedEx`, Maturity: `2022-04-24`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 228 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Cotton`, Spread: 0.01, Open: 61.77, Price: 60.62, Buy: 61.77, Sell: 61.77, Change: -1.14, ChangePercent: -1.84, Volume: 3612, High: 62.06, Low: 61.32, YearlyHigh: 67.59, YearlyLow: 54.33, YearlyStart: 60.96, YearlyChange: 1.31, Settlement: `Loan`, Contract: `Options`, Region: `Europe`, Country: `Sweden`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `FedEx`, Maturity: `2022-05-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 229 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `OJ Future`, Spread: 0.01, Open: 140.6, Price: 139.07, Buy: 140.18, Sell: 140.19, Change: -1.12, ChangePercent: -0.8, Volume: 7, High: 140.19, Low: 0, YearlyHigh: 155.95, YearlyLow: 113, YearlyStart: 134.47, YearlyChange: 4.25, Settlement: `Cash`, Contract: `CFD`, Region: `Africa`, Country: `Senegal`, Risk: `High`, Sector: `Public`, Currency: `USD`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-02-22`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 230 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `US 10YR Future`, Spread: 0.01, Open: 130.5625, Price: 128.6, Buy: 130.56, Sell: 130.56, Change: -1.98, ChangePercent: -1.52, Volume: 189310, High: 130.63, Low: 130.44, YearlyHigh: 132.64, YearlyLow: 125.48, YearlyStart: 129.06, YearlyChange: 1.18, Settlement: `Cash`, Contract: `Futures`, Region: `Europe`, Country: `Austria`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-06-19`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 231 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soybean`, Spread: 0.01, Open: 1038, Price: 1049.83, Buy: 1038.61, Sell: 1038.62, Change: 11.21, ChangePercent: 1.08, Volume: 20356, High: 1044, Low: 1031.75, YearlyHigh: 1057, YearlyLow: 859.5, YearlyStart: 958.25, YearlyChange: 8.39, Settlement: `Cash`, Contract: `Options`, Region: `Asia Pacific`, Country: `Singapore`, Risk: `High`, Sector: `Government`, Currency: `USD`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-06-23`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 232 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Cocoa`, Spread: 0.01, Open: 3076, Price: 3055.11, Buy: 3076, Sell: 3076, Change: -20.92, ChangePercent: -0.68, Volume: 978, High: 3078, Low: 3066, YearlyHigh: 3406, YearlyLow: 2746, YearlyStart: 3076, YearlyChange: 0, Settlement: `Cash`, Contract: `Futures`, Region: `Middle East`, Country: `Qatar`, Risk: `High`, Sector: `Private`, Currency: `PLN`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-05-22`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 233 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Uranium`, Spread: 0.02, Open: 27.55, Price: 27.36, Buy: 27.55, Sell: 27.55, Change: -0.22, ChangePercent: -0.8, Volume: 12, High: 27.55, Low: 27.55, YearlyHigh: 29.32, YearlyLow: 21.28, YearlyStart: 25.3, YearlyChange: 9.01, Settlement: `Cash`, Contract: `CFD`, Region: `South America`, Country: `Chile`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `American Airlines`, Maturity: `2022-04-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 234 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soy Meat`, Spread: 0.01, Open: 342.6, Price: 339.19, Buy: 342.6, Sell: 342.6, Change: -3.43, ChangePercent: -1, Volume: 5646, High: 345.4, Low: 340.3, YearlyHigh: 353.4, YearlyLow: 261.7, YearlyStart: 307.55, YearlyChange: 11.4, Settlement: `Loan`, Contract: `Options`, Region: `South America`, Country: `Guyana`, Risk: `High`, Sector: `Public`, Currency: `USD`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-03-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 235 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Silver`, Spread: 0.01, Open: 17.43, Price: 17.73, Buy: 17.43, Sell: 17.43, Change: 0.31, ChangePercent: 1.76, Volume: 11720, High: 17.51, Low: 17.37, YearlyHigh: 18.06, YearlyLow: 13.73, YearlyStart: 15.89, YearlyChange: 9.59, Settlement: `Cash`, Contract: `Forwards`, Region: `Middle East`, Country: `Syria`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-01-22`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 236 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Silver`, Spread: 0.01, Open: 17.43, Price: 17.27, Buy: 17.43, Sell: 17.43, Change: -0.15, ChangePercent: -0.84, Volume: 11720, High: 17.51, Low: 17.37, YearlyHigh: 18.06, YearlyLow: 13.73, YearlyStart: 15.89, YearlyChange: 9.59, Settlement: `Cash`, Contract: `Forwards`, Region: `North America`, Country: `Canada`, Risk: `Low`, Sector: `Government`, Currency: `USD`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-05-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 237 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P 600 MINI`, Spread: 0.01, Open: 687.9, Price: 687.6, Buy: 687.9, Sell: 687.9, Change: -0.28, ChangePercent: -0.04, Volume: 0, High: 0, Low: 0, YearlyHigh: 620.32, YearlyLow: 595.9, YearlyStart: 608.11, YearlyChange: 13.12, Settlement: `Loan`, Contract: `CFD`, Region: `Asia Pacific`, Country: `Australia`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `High`, Issuer: `FedEx`, Maturity: `2022-04-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 238 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Copper`, Spread: 0.02, Open: 2.123, Price: 2.07, Buy: 2.12, Sell: 2.12, Change: -0.04, ChangePercent: -1.96, Volume: 28819, High: 2.16, Low: 2.11, YearlyHigh: 2.94, YearlyLow: 1.96, YearlyStart: 2.45, YearlyChange: -13.76, Settlement: `Cash`, Contract: `Options`, Region: `Middle East`, Country: `Qatar`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-02-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 239 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Milk`, Spread: 0.01, Open: 12.87, Price: 12.87, Buy: 12.87, Sell: 12.87, Change: 0.01, ChangePercent: 0.08, Volume: 7, High: 12.89, Low: 12.81, YearlyHigh: 16.96, YearlyLow: 12.81, YearlyStart: 14.88, YearlyChange: -13.6, Settlement: `Cash`, Contract: `Swap`, Region: `Africa`, Country: `Nigeria`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-04-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 240 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Uranium`, Spread: 0.02, Open: 27.55, Price: 27.47, Buy: 27.55, Sell: 27.55, Change: -0.11, ChangePercent: -0.4, Volume: 12, High: 27.55, Low: 27.55, YearlyHigh: 29.32, YearlyLow: 21.28, YearlyStart: 25.3, YearlyChange: 9.01, Settlement: `Credit`, Contract: `Forwards`, Region: `Middle East`, Country: `UAE`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-02-24`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 241 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soy oil`, Spread: 0.01, Open: 33.26, Price: 33.93, Buy: 33.77, Sell: 33.78, Change: 0.16, ChangePercent: 0.48, Volume: 10592, High: 33.77, Low: 33.06, YearlyHigh: 35.43, YearlyLow: 26.61, YearlyStart: 31.02, YearlyChange: 8.87, Settlement: `Cash`, Contract: `Forwards`, Region: `Middle East`, Country: `Syria`, Risk: `Low`, Sector: `Government`, Currency: `USD`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-02-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 242 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `AUD/USD`, Spread: 0.02, Open: 0.7344, Price: 0.76, Buy: 0.73, Sell: 0.73, Change: 0.02, ChangePercent: 1.48, Volume: 36764, High: 0.74, Low: 0.73, YearlyHigh: 0.79, YearlyLow: 0.68, YearlyStart: 0.73, YearlyChange: 1.28, Settlement: `Credit`, Contract: `Options`, Region: `Asia Pacific`, Country: `Afghanistan`, Risk: `Low`, Sector: `Government`, Currency: `USD`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-05-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 243 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Sugar`, Spread: 0.01, Open: 15.68, Price: 14.61, Buy: 14.67, Sell: 14.68, Change: -0.06, ChangePercent: -0.44, Volume: 4949, High: 15.7, Low: 14.67, YearlyHigh: 16.87, YearlyLow: 11.37, YearlyStart: 14.12, YearlyChange: 3.92, Settlement: `Credit`, Contract: `Swap`, Region: `Asia Pacific`, Country: `Korea`, Risk: `Low`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-02-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 244 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Cocoa`, Spread: 0.01, Open: 3076, Price: 3050.19, Buy: 3076, Sell: 3076, Change: -25.84, ChangePercent: -0.84, Volume: 978, High: 3078, Low: 3066, YearlyHigh: 3406, YearlyLow: 2746, YearlyStart: 3076, YearlyChange: 0, Settlement: `Cash`, Contract: `Futures`, Region: `Europe`, Country: `Denmark`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `American Airlines`, Maturity: `2022-01-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 245 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `OJ Future`, Spread: 0.01, Open: 140.6, Price: 138.79, Buy: 140.18, Sell: 140.19, Change: -1.4, ChangePercent: -1, Volume: 7, High: 140.19, Low: 0, YearlyHigh: 155.95, YearlyLow: 113, YearlyStart: 134.47, YearlyChange: 4.25, Settlement: `Cash`, Contract: `Forwards`, Region: `Middle East`, Country: `Kuwait`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-03-16`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 246 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P Future`, Spread: 0.01, Open: 2057.5, Price: 2088.68, Buy: 2056.6, Sell: 2056.61, Change: 32.08, ChangePercent: 1.56, Volume: 142780, High: 2059.5, Low: 2049, YearlyHigh: 2105.5, YearlyLow: 1794.5, YearlyStart: 1950, YearlyChange: 5.47, Settlement: `Cash`, Contract: `CFD`, Region: `Europe`, Country: `France`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-04-21`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 247 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Gold`, Spread: 0.01, Open: 1281.1, Price: 1278.17, Buy: 1280.73, Sell: 1280.74, Change: -2.56, ChangePercent: -0.2, Volume: 48387, High: 1289.5, Low: 1279.1, YearlyHigh: 1306, YearlyLow: 1047.2, YearlyStart: 1176.6, YearlyChange: 8.85, Settlement: `Cash`, Contract: `Options`, Region: `Europe`, Country: `Austria`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-07-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 248 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Coal`, Spread: 0.015, Open: 0.4363, Price: 0.42, Buy: 0.44, Sell: 0.44, Change: 0, ChangePercent: 1.16, Volume: 3, High: 0.44, Low: 0.44, YearlyHigh: 0.48, YearlyLow: 0.4, YearlyStart: 0.44, YearlyChange: -5.33, Settlement: `Cash`, Contract: `CFD`, Region: `Europe`, Country: `Ireland`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `Poor`, Issuer: `American Airlines`, Maturity: `2022-06-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 249 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Uranium`, Spread: 0.02, Open: 27.55, Price: 28.08, Buy: 27.55, Sell: 27.55, Change: 0.5, ChangePercent: 1.8, Volume: 12, High: 27.55, Low: 27.55, YearlyHigh: 29.32, YearlyLow: 21.28, YearlyStart: 25.3, YearlyChange: 9.01, Settlement: `Cash`, Contract: `Futures`, Region: `North America`, Country: `Mexico`, Risk: `High`, Sector: `Government`, Currency: `USD`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-05-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 250 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Palladium`, Spread: 0.01, Open: 600.55, Price: 590.42, Buy: 601, Sell: 601.01, Change: -10.58, ChangePercent: -1.76, Volume: 651, High: 607.2, Low: 598.4, YearlyHigh: 690, YearlyLow: 458.6, YearlyStart: 574.3, YearlyChange: 4.65, Settlement: `Loan`, Contract: `Swap`, Region: `North America`, Country: `Canada`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-04-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 251 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Milk`, Spread: 0.01, Open: 12.87, Price: 12.66, Buy: 12.87, Sell: 12.87, Change: -0.2, ChangePercent: -1.52, Volume: 7, High: 12.89, Low: 12.81, YearlyHigh: 16.96, YearlyLow: 12.81, YearlyStart: 14.88, YearlyChange: -13.6, Settlement: `Loan`, Contract: `Swap`, Region: `Africa`, Country: `Morocco`, Risk: `High`, Sector: `Government`, Currency: `USD`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-08-24`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 252 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `US 10YR Future`, Spread: 0.01, Open: 130.5625, Price: 129.59, Buy: 130.56, Sell: 130.56, Change: -0.99, ChangePercent: -0.76, Volume: 189310, High: 130.63, Low: 130.44, YearlyHigh: 132.64, YearlyLow: 125.48, YearlyStart: 129.06, YearlyChange: 1.18, Settlement: `Cash`, Contract: `Futures`, Region: `South America`, Country: `Suriname`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-05-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 253 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P Future`, Spread: 0.01, Open: 2057.5, Price: 2032.75, Buy: 2056.6, Sell: 2056.61, Change: -23.85, ChangePercent: -1.16, Volume: 142780, High: 2059.5, Low: 2049, YearlyHigh: 2105.5, YearlyLow: 1794.5, YearlyStart: 1950, YearlyChange: 5.47, Settlement: `Loan`, Contract: `CFD`, Region: `Africa`, Country: `Senegal`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-01-21`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 254 }), + new FinancialDataAllItem({ Category: `Index`, Type: `DOW Future`, Spread: 0.01, Open: 17711, Price: 17733.41, Buy: 17712.15, Sell: 17712.16, Change: 21.26, ChangePercent: 0.12, Volume: 22236, High: 17727, Low: 17642, YearlyHigh: 18083, YearlyLow: 15299, YearlyStart: 16691, YearlyChange: 6.12, Settlement: `Credit`, Contract: `Options`, Region: `Africa`, Country: `Morocco`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-04-23`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 255 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soy Meat`, Spread: 0.01, Open: 342.6, Price: 345.36, Buy: 342.6, Sell: 342.6, Change: 2.74, ChangePercent: 0.8, Volume: 5646, High: 345.4, Low: 340.3, YearlyHigh: 353.4, YearlyLow: 261.7, YearlyStart: 307.55, YearlyChange: 11.4, Settlement: `Credit`, Contract: `Futures`, Region: `Africa`, Country: `Cameroon`, Risk: `High`, Sector: `Public`, Currency: `PLN`, Security: `Poor`, Issuer: `FedEx`, Maturity: `2022-03-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 256 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `FD Cattle`, Spread: 0.01, Open: 147.175, Price: 147.06, Buy: 148.6, Sell: 148.61, Change: -1.55, ChangePercent: -1.04, Volume: 5, High: 148.61, Low: 147.18, YearlyHigh: 190, YearlyLow: 138.1, YearlyStart: 164.05, YearlyChange: -9.41, Settlement: `Cash`, Contract: `Forwards`, Region: `Europe`, Country: `Slovenia`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `High`, Issuer: `FedEx`, Maturity: `2022-06-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 257 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P MID MINI`, Spread: 0.01, Open: 1454.3, Price: 1470.34, Buy: 1455.78, Sell: 1455.79, Change: 14.56, ChangePercent: 1, Volume: 338, High: 1455.78, Low: 1448, YearlyHigh: 1527.3, YearlyLow: 1236, YearlyStart: 1381.65, YearlyChange: 5.37, Settlement: `Credit`, Contract: `Options`, Region: `Middle East`, Country: `Israel`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-05-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 258 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Platinum`, Spread: 0.01, Open: 1071.6, Price: 1069.81, Buy: 1071.09, Sell: 1071.1, Change: -1.29, ChangePercent: -0.12, Volume: 3039, High: 1081.2, Low: 1070.5, YearlyHigh: 1120.6, YearlyLow: 812.4, YearlyStart: 966.5, YearlyChange: 10.82, Settlement: `Loan`, Contract: `Forwards`, Region: `Africa`, Country: `Senegal`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-01-16`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 259 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soy Meat`, Spread: 0.01, Open: 342.6, Price: 347.83, Buy: 342.6, Sell: 342.6, Change: 5.21, ChangePercent: 1.52, Volume: 5646, High: 345.4, Low: 340.3, YearlyHigh: 353.4, YearlyLow: 261.7, YearlyStart: 307.55, YearlyChange: 11.4, Settlement: `Loan`, Contract: `Swap`, Region: `Europe`, Country: `Finland`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-07-23`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 260 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Cocoa`, Spread: 0.01, Open: 3076, Price: 3041.58, Buy: 3076, Sell: 3076, Change: -34.45, ChangePercent: -1.12, Volume: 978, High: 3078, Low: 3066, YearlyHigh: 3406, YearlyLow: 2746, YearlyStart: 3076, YearlyChange: 0, Settlement: `Cash`, Contract: `Options`, Region: `Europe`, Country: `Norway`, Risk: `High`, Sector: `Government`, Currency: `PLN`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-07-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 261 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `BTC/USD`, Spread: 0.06, Open: 93.88, Price: 21135.18, Buy: 21200.76, Sell: 21400.78, Change: 134.41, ChangePercent: 0.64, Volume: 5788000, High: 22400.05, Low: 20100.75, YearlyHigh: 62400.7, YearlyLow: 15100.88, YearlyStart: 21200.29, YearlyChange: -20.62, Settlement: `Cash`, Contract: `Options`, Region: `Middle East`, Country: `UAE`, Risk: `High`, Sector: `Public`, Currency: `USD`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-08-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 262 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Diesel`, Spread: 0.015, Open: 1.3474, Price: 1.38, Buy: 1.35, Sell: 1.35, Change: 0.02, ChangePercent: 1.68, Volume: 2971, High: 1.36, Low: 1.34, YearlyHigh: 2.11, YearlyLow: 0.92, YearlyStart: 1.51, YearlyChange: -10.4, Settlement: `Cash`, Contract: `Forwards`, Region: `Asia Pacific`, Country: `India`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `High`, Issuer: `American Airlines`, Maturity: `2022-02-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 263 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soybean`, Spread: 0.01, Open: 1038, Price: 1058.14, Buy: 1038.61, Sell: 1038.62, Change: 19.52, ChangePercent: 1.88, Volume: 20356, High: 1044, Low: 1031.75, YearlyHigh: 1057, YearlyLow: 859.5, YearlyStart: 958.25, YearlyChange: 8.39, Settlement: `Cash`, Contract: `Futures`, Region: `Middle East`, Country: `Jordan`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-05-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 264 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `FD Cattle`, Spread: 0.01, Open: 147.175, Price: 149.02, Buy: 148.6, Sell: 148.61, Change: 0.41, ChangePercent: 0.28, Volume: 5, High: 148.61, Low: 147.18, YearlyHigh: 190, YearlyLow: 138.1, YearlyStart: 164.05, YearlyChange: -9.41, Settlement: `Credit`, Contract: `Swap`, Region: `South America`, Country: `Suriname`, Risk: `High`, Sector: `Private`, Currency: `PLN`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-08-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 265 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Coal`, Spread: 0.015, Open: 0.4363, Price: 0.42, Buy: 0.44, Sell: 0.44, Change: 0, ChangePercent: 0.28, Volume: 3, High: 0.44, Low: 0.44, YearlyHigh: 0.48, YearlyLow: 0.4, YearlyStart: 0.44, YearlyChange: -5.33, Settlement: `Credit`, Contract: `Options`, Region: `South America`, Country: `Ecuador`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-01-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 266 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `OJ Future`, Spread: 0.01, Open: 140.6, Price: 139.91, Buy: 140.18, Sell: 140.19, Change: -0.28, ChangePercent: -0.2, Volume: 7, High: 140.19, Low: 0, YearlyHigh: 155.95, YearlyLow: 113, YearlyStart: 134.47, YearlyChange: 4.25, Settlement: `Cash`, Contract: `Forwards`, Region: `Africa`, Country: `Ethiopia`, Risk: `Low`, Sector: `Public`, Currency: `USD`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-07-24`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 267 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Corn`, Spread: 0.01, Open: 379.5, Price: 384.36, Buy: 379.8, Sell: 379.81, Change: 4.56, ChangePercent: 1.2, Volume: 11266, High: 381, Low: 377.75, YearlyHigh: 471.25, YearlyLow: 351.25, YearlyStart: 411.25, YearlyChange: -7.65, Settlement: `Loan`, Contract: `Forwards`, Region: `Africa`, Country: `Niger`, Risk: `Low`, Sector: `Government`, Currency: `PLN`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-04-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 268 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Coal`, Spread: 0.015, Open: 0.4363, Price: 0.41, Buy: 0.44, Sell: 0.44, Change: -0.01, ChangePercent: -1.08, Volume: 3, High: 0.44, Low: 0.44, YearlyHigh: 0.48, YearlyLow: 0.4, YearlyStart: 0.44, YearlyChange: -5.33, Settlement: `Cash`, Contract: `Swap`, Region: `Africa`, Country: `Senegal`, Risk: `Low`, Sector: `Government`, Currency: `PLN`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-04-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 269 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P 600 MINI`, Spread: 0.01, Open: 687.9, Price: 693.11, Buy: 687.9, Sell: 687.9, Change: 5.23, ChangePercent: 0.76, Volume: 0, High: 0, Low: 0, YearlyHigh: 620.32, YearlyLow: 595.9, YearlyStart: 608.11, YearlyChange: 13.12, Settlement: `Cash`, Contract: `CFD`, Region: `Africa`, Country: `Ethiopia`, Risk: `High`, Sector: `Government`, Currency: `PLN`, Security: `Poor`, Issuer: `FedEx`, Maturity: `2022-02-22`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 270 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Silver`, Spread: 0.01, Open: 17.43, Price: 17.73, Buy: 17.43, Sell: 17.43, Change: 0.31, ChangePercent: 1.8, Volume: 11720, High: 17.51, Low: 17.37, YearlyHigh: 18.06, YearlyLow: 13.73, YearlyStart: 15.89, YearlyChange: 9.59, Settlement: `Cash`, Contract: `Swap`, Region: `South America`, Country: `Peru`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-05-21`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 271 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `OJ Future`, Spread: 0.01, Open: 140.6, Price: 141.03, Buy: 140.18, Sell: 140.19, Change: 0.84, ChangePercent: 0.6, Volume: 7, High: 140.19, Low: 0, YearlyHigh: 155.95, YearlyLow: 113, YearlyStart: 134.47, YearlyChange: 4.25, Settlement: `Cash`, Contract: `Options`, Region: `Asia Pacific`, Country: `China`, Risk: `High`, Sector: `Public`, Currency: `PLN`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-03-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 272 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Ethanol`, Spread: 0.01, Open: 1.512, Price: 2.74, Buy: 2.75, Sell: 2.76, Change: -0.01, ChangePercent: -0.6, Volume: 14, High: 2.75, Low: 1.12, YearlyHigh: 2.75, YearlyLow: 1.12, YearlyStart: 1.48, YearlyChange: 86.7, Settlement: `Credit`, Contract: `Futures`, Region: `Asia Pacific`, Country: `Singapore`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-03-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 273 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P 600 MINI`, Spread: 0.01, Open: 687.9, Price: 685.13, Buy: 687.9, Sell: 687.9, Change: -2.75, ChangePercent: -0.4, Volume: 0, High: 0, Low: 0, YearlyHigh: 620.32, YearlyLow: 595.9, YearlyStart: 608.11, YearlyChange: 13.12, Settlement: `Credit`, Contract: `Options`, Region: `Africa`, Country: `South Africa`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-04-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 274 }), + new FinancialDataAllItem({ Category: `Index`, Type: `DOW Future`, Spread: 0.01, Open: 17711, Price: 17818.42, Buy: 17712.15, Sell: 17712.16, Change: 106.27, ChangePercent: 0.6, Volume: 22236, High: 17727, Low: 17642, YearlyHigh: 18083, YearlyLow: 15299, YearlyStart: 16691, YearlyChange: 6.12, Settlement: `Credit`, Contract: `Futures`, Region: `Africa`, Country: `Nigeria`, Risk: `High`, Sector: `Public`, Currency: `USD`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-03-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 275 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Silver`, Spread: 0.01, Open: 17.43, Price: 17.1, Buy: 17.43, Sell: 17.43, Change: -0.32, ChangePercent: -1.84, Volume: 11720, High: 17.51, Low: 17.37, YearlyHigh: 18.06, YearlyLow: 13.73, YearlyStart: 15.89, YearlyChange: 9.59, Settlement: `Cash`, Contract: `Swap`, Region: `Asia Pacific`, Country: `India`, Risk: `Low`, Sector: `Public`, Currency: `PLN`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-09-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 276 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Wheat`, Spread: 0.01, Open: 465.5, Price: 470.92, Buy: 465.5, Sell: 465.5, Change: 5.4, ChangePercent: 1.16, Volume: 4318, High: 467, Low: 463.25, YearlyHigh: 628.5, YearlyLow: 449.5, YearlyStart: 539, YearlyChange: -13.63, Settlement: `Cash`, Contract: `Options`, Region: `Asia Pacific`, Country: `Philippines`, Risk: `High`, Sector: `Private`, Currency: `PLN`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-02-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 277 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Coffee`, Spread: 0.01, Open: 125.7, Price: 128, Buy: 125.7, Sell: 125.7, Change: 2.31, ChangePercent: 1.84, Volume: 1654, High: 125.8, Low: 125, YearlyHigh: 155.75, YearlyLow: 115.35, YearlyStart: 135.55, YearlyChange: -7.27, Settlement: `Cash`, Contract: `Swap`, Region: `Asia Pacific`, Country: `Azerbaijan`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-05-16`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 278 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `GBP/USD`, Spread: 0.02, Open: 1.4464, Price: 1.17, Buy: 1.18, Sell: 1.2, Change: -0.02, ChangePercent: -1.72, Volume: 29450, High: 1.45, Low: 1.19, YearlyHigh: 1.59, YearlyLow: 1.19, YearlyStart: 1.49, YearlyChange: -19.59, Settlement: `Credit`, Contract: `Futures`, Region: `Africa`, Country: `Algeria`, Risk: `Low`, Sector: `Government`, Currency: `PLN`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-08-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 279 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Uranium`, Spread: 0.02, Open: 27.55, Price: 27.8, Buy: 27.55, Sell: 27.55, Change: 0.22, ChangePercent: 0.8, Volume: 12, High: 27.55, Low: 27.55, YearlyHigh: 29.32, YearlyLow: 21.28, YearlyStart: 25.3, YearlyChange: 9.01, Settlement: `Cash`, Contract: `Futures`, Region: `Africa`, Country: `Tunisia`, Risk: `Low`, Sector: `Public`, Currency: `USD`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-01-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 280 }), + new FinancialDataAllItem({ Category: `Index`, Type: `DOW Future`, Spread: 0.01, Open: 17711, Price: 17697.98, Buy: 17712.15, Sell: 17712.16, Change: -14.17, ChangePercent: -0.08, Volume: 22236, High: 17727, Low: 17642, YearlyHigh: 18083, YearlyLow: 15299, YearlyStart: 16691, YearlyChange: 6.12, Settlement: `Credit`, Contract: `Options`, Region: `Middle East`, Country: `Lebanon`, Risk: `High`, Sector: `Private`, Currency: `PLN`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-04-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 281 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Milk`, Spread: 0.01, Open: 12.87, Price: 12.68, Buy: 12.87, Sell: 12.87, Change: -0.18, ChangePercent: -1.4, Volume: 7, High: 12.89, Low: 12.81, YearlyHigh: 16.96, YearlyLow: 12.81, YearlyStart: 14.88, YearlyChange: -13.6, Settlement: `Loan`, Contract: `Futures`, Region: `North America`, Country: `Mexico`, Risk: `Low`, Sector: `Public`, Currency: `EUR`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-04-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 282 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Natural Gas`, Spread: 0.02, Open: 2.094, Price: 2.11, Buy: 2.09, Sell: 2.09, Change: 0.01, ChangePercent: 0.4, Volume: 2783, High: 2.11, Low: 2.09, YearlyHigh: 3.2, YearlyLow: 1.84, YearlyStart: 2.52, YearlyChange: -16.51, Settlement: `Credit`, Contract: `Options`, Region: `Middle East`, Country: `Iraq`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-02-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 283 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Coal`, Spread: 0.015, Open: 0.4363, Price: 0.42, Buy: 0.44, Sell: 0.44, Change: 0, ChangePercent: -0.12, Volume: 3, High: 0.44, Low: 0.44, YearlyHigh: 0.48, YearlyLow: 0.4, YearlyStart: 0.44, YearlyChange: -5.33, Settlement: `Cash`, Contract: `Swap`, Region: `Middle East`, Country: `Syria`, Risk: `Low`, Sector: `Public`, Currency: `USD`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-09-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 284 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `GBP/USD`, Spread: 0.02, Open: 1.4464, Price: 1.22, Buy: 1.18, Sell: 1.2, Change: 0.03, ChangePercent: 1.84, Volume: 29450, High: 1.45, Low: 1.19, YearlyHigh: 1.59, YearlyLow: 1.19, YearlyStart: 1.49, YearlyChange: -19.59, Settlement: `Credit`, Contract: `Forwards`, Region: `South America`, Country: `Guyana`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-09-11`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 285 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P MID MINI`, Spread: 0.01, Open: 1454.3, Price: 1457.53, Buy: 1455.78, Sell: 1455.79, Change: 1.75, ChangePercent: 0.12, Volume: 338, High: 1455.78, Low: 1448, YearlyHigh: 1527.3, YearlyLow: 1236, YearlyStart: 1381.65, YearlyChange: 5.37, Settlement: `Loan`, Contract: `Options`, Region: `Asia Pacific`, Country: `Philippines`, Risk: `Low`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-05-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 286 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Silver`, Spread: 0.01, Open: 17.43, Price: 17.29, Buy: 17.43, Sell: 17.43, Change: -0.13, ChangePercent: -0.76, Volume: 11720, High: 17.51, Low: 17.37, YearlyHigh: 18.06, YearlyLow: 13.73, YearlyStart: 15.89, YearlyChange: 9.59, Settlement: `Cash`, Contract: `Options`, Region: `Asia Pacific`, Country: `New Zealand`, Risk: `High`, Sector: `Government`, Currency: `USD`, Security: `Poor`, Issuer: `American Airlines`, Maturity: `2022-07-27`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 287 }), + new FinancialDataAllItem({ Category: `Index`, Type: `NAS Future`, Spread: 0.01, Open: 4341.25, Price: 4257.93, Buy: 4341.25, Sell: 4341.25, Change: -83.35, ChangePercent: -1.92, Volume: 18259, High: 4347, Low: 4318, YearlyHigh: 4719.75, YearlyLow: 3867.75, YearlyStart: 4293.75, YearlyChange: 1.11, Settlement: `Loan`, Contract: `Futures`, Region: `South America`, Country: `Guyana`, Risk: `High`, Sector: `Private`, Currency: `PLN`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-05-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 288 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Ethanol`, Spread: 0.01, Open: 1.512, Price: 2.77, Buy: 2.75, Sell: 2.76, Change: 0.02, ChangePercent: 0.64, Volume: 14, High: 2.75, Low: 1.12, YearlyHigh: 2.75, YearlyLow: 1.12, YearlyStart: 1.48, YearlyChange: 86.7, Settlement: `Credit`, Contract: `Options`, Region: `Africa`, Country: `Morocco`, Risk: `Low`, Sector: `Government`, Currency: `PLN`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-05-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 289 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P MID MINI`, Spread: 0.01, Open: 1454.3, Price: 1466.85, Buy: 1455.78, Sell: 1455.79, Change: 11.07, ChangePercent: 0.76, Volume: 338, High: 1455.78, Low: 1448, YearlyHigh: 1527.3, YearlyLow: 1236, YearlyStart: 1381.65, YearlyChange: 5.37, Settlement: `Credit`, Contract: `CFD`, Region: `North America`, Country: `United States`, Risk: `Low`, Sector: `Government`, Currency: `PLN`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-05-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 290 }), + new FinancialDataAllItem({ Category: `Index`, Type: `DOW Future`, Spread: 0.01, Open: 17711, Price: 17825.51, Buy: 17712.15, Sell: 17712.16, Change: 113.36, ChangePercent: 0.64, Volume: 22236, High: 17727, Low: 17642, YearlyHigh: 18083, YearlyLow: 15299, YearlyStart: 16691, YearlyChange: 6.12, Settlement: `Cash`, Contract: `Options`, Region: `North America`, Country: `Canada`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-02-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 291 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `US 2Y Future`, Spread: 0.01, Open: 109.3984, Price: 108.38, Buy: 109.4, Sell: 109.4, Change: -1.01, ChangePercent: -0.92, Volume: 17742, High: 109.41, Low: 109.38, YearlyHigh: 109.8, YearlyLow: 108.62, YearlyStart: 109.21, YearlyChange: 0.16, Settlement: `Cash`, Contract: `CFD`, Region: `North America`, Country: `United States`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-02-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 292 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Platinum`, Spread: 0.01, Open: 1071.6, Price: 1053.1, Buy: 1071.09, Sell: 1071.1, Change: -18, ChangePercent: -1.68, Volume: 3039, High: 1081.2, Low: 1070.5, YearlyHigh: 1120.6, YearlyLow: 812.4, YearlyStart: 966.5, YearlyChange: 10.82, Settlement: `Credit`, Contract: `Futures`, Region: `Asia Pacific`, Country: `China`, Risk: `Low`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-07-24`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 293 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `BTC/USD`, Spread: 0.06, Open: 93.88, Price: 21177.18, Buy: 21200.76, Sell: 21400.78, Change: 176.41, ChangePercent: 0.84, Volume: 5788000, High: 22400.05, Low: 20100.75, YearlyHigh: 62400.7, YearlyLow: 15100.88, YearlyStart: 21200.29, YearlyChange: -20.62, Settlement: `Credit`, Contract: `Swap`, Region: `Middle East`, Country: `Oman`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-08-23`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 294 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Diesel`, Spread: 0.015, Open: 1.3474, Price: 1.33, Buy: 1.35, Sell: 1.35, Change: -0.03, ChangePercent: -1.84, Volume: 2971, High: 1.36, Low: 1.34, YearlyHigh: 2.11, YearlyLow: 0.92, YearlyStart: 1.51, YearlyChange: -10.4, Settlement: `Cash`, Contract: `Futures`, Region: `South America`, Country: `Paraguay`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-08-23`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 295 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Platinum`, Spread: 0.01, Open: 1071.6, Price: 1087.81, Buy: 1071.09, Sell: 1071.1, Change: 16.71, ChangePercent: 1.56, Volume: 3039, High: 1081.2, Low: 1070.5, YearlyHigh: 1120.6, YearlyLow: 812.4, YearlyStart: 966.5, YearlyChange: 10.82, Settlement: `Loan`, Contract: `Futures`, Region: `Europe`, Country: `Czechia`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-04-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 296 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Ethanol`, Spread: 0.01, Open: 1.512, Price: 2.8, Buy: 2.75, Sell: 2.76, Change: 0.05, ChangePercent: 1.84, Volume: 14, High: 2.75, Low: 1.12, YearlyHigh: 2.75, YearlyLow: 1.12, YearlyStart: 1.48, YearlyChange: 86.7, Settlement: `Credit`, Contract: `Swap`, Region: `Middle East`, Country: `Saudi Arabia`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-03-22`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 297 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soybean`, Spread: 0.01, Open: 1038, Price: 1053.99, Buy: 1038.61, Sell: 1038.62, Change: 15.37, ChangePercent: 1.48, Volume: 20356, High: 1044, Low: 1031.75, YearlyHigh: 1057, YearlyLow: 859.5, YearlyStart: 958.25, YearlyChange: 8.39, Settlement: `Cash`, Contract: `CFD`, Region: `Africa`, Country: `Tunisia`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-08-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 298 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `GBP/USD`, Spread: 0.02, Open: 1.4464, Price: 1.19, Buy: 1.18, Sell: 1.2, Change: 0, ChangePercent: -0.36, Volume: 29450, High: 1.45, Low: 1.19, YearlyHigh: 1.59, YearlyLow: 1.19, YearlyStart: 1.49, YearlyChange: -19.59, Settlement: `Cash`, Contract: `Forwards`, Region: `North America`, Country: `United States`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-02-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 299 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Ethanol`, Spread: 0.01, Open: 1.512, Price: 2.7, Buy: 2.75, Sell: 2.76, Change: -0.05, ChangePercent: -1.92, Volume: 14, High: 2.75, Low: 1.12, YearlyHigh: 2.75, YearlyLow: 1.12, YearlyStart: 1.48, YearlyChange: 86.7, Settlement: `Loan`, Contract: `Swap`, Region: `Middle East`, Country: `Oman`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-04-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 300 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Silver`, Spread: 0.01, Open: 17.43, Price: 17.39, Buy: 17.43, Sell: 17.43, Change: -0.03, ChangePercent: -0.2, Volume: 11720, High: 17.51, Low: 17.37, YearlyHigh: 18.06, YearlyLow: 13.73, YearlyStart: 15.89, YearlyChange: 9.59, Settlement: `Cash`, Contract: `Swap`, Region: `Africa`, Country: `Egypt`, Risk: `High`, Sector: `Private`, Currency: `PLN`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-04-24`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 301 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Sugar`, Spread: 0.01, Open: 15.68, Price: 14.96, Buy: 14.67, Sell: 14.68, Change: 0.29, ChangePercent: 1.96, Volume: 4949, High: 15.7, Low: 14.67, YearlyHigh: 16.87, YearlyLow: 11.37, YearlyStart: 14.12, YearlyChange: 3.92, Settlement: `Credit`, Contract: `Options`, Region: `Africa`, Country: `Cameroon`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-07-27`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 302 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Cocoa`, Spread: 0.01, Open: 3076, Price: 3117.86, Buy: 3076, Sell: 3076, Change: 41.83, ChangePercent: 1.36, Volume: 978, High: 3078, Low: 3066, YearlyHigh: 3406, YearlyLow: 2746, YearlyStart: 3076, YearlyChange: 0, Settlement: `Loan`, Contract: `Forwards`, Region: `Africa`, Country: `Algeria`, Risk: `Low`, Sector: `Public`, Currency: `PLN`, Security: `High`, Issuer: `FedEx`, Maturity: `2022-01-11`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 303 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Rice`, Spread: 0.01, Open: 11.245, Price: 10.44, Buy: 10.41, Sell: 10.42, Change: 0.02, ChangePercent: 0.28, Volume: 220, High: 11.38, Low: 10.42, YearlyHigh: 14.14, YearlyLow: 9.7, YearlyStart: 11.92, YearlyChange: -12.62, Settlement: `Loan`, Contract: `Forwards`, Region: `Asia Pacific`, Country: `China`, Risk: `Low`, Sector: `Public`, Currency: `USD`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-07-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 304 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soybean`, Spread: 0.01, Open: 1038, Price: 1026.15, Buy: 1038.61, Sell: 1038.62, Change: -12.47, ChangePercent: -1.2, Volume: 20356, High: 1044, Low: 1031.75, YearlyHigh: 1057, YearlyLow: 859.5, YearlyStart: 958.25, YearlyChange: 8.39, Settlement: `Cash`, Contract: `Futures`, Region: `North America`, Country: `United States`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `FedEx`, Maturity: `2022-02-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 305 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/CAD`, Spread: 0.02, Open: 0.7744, Price: 0.94, Buy: 0.94, Sell: 0.96, Change: -0.01, ChangePercent: -1.4, Volume: 13669, High: 0.95, Low: 0.77, YearlyHigh: 0.95, YearlyLow: 0.68, YearlyStart: 0.76, YearlyChange: 26.43, Settlement: `Credit`, Contract: `Swap`, Region: `North America`, Country: `Canada`, Risk: `Low`, Sector: `Public`, Currency: `USD`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-02-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 306 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Rice`, Spread: 0.01, Open: 11.245, Price: 10.3, Buy: 10.41, Sell: 10.42, Change: -0.12, ChangePercent: -1.08, Volume: 220, High: 11.38, Low: 10.42, YearlyHigh: 14.14, YearlyLow: 9.7, YearlyStart: 11.92, YearlyChange: -12.62, Settlement: `Cash`, Contract: `Futures`, Region: `Africa`, Country: `Libya`, Risk: `Low`, Sector: `Government`, Currency: `PLN`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-04-23`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 307 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soybean`, Spread: 0.01, Open: 1038, Price: 1026.15, Buy: 1038.61, Sell: 1038.62, Change: -12.47, ChangePercent: -1.2, Volume: 20356, High: 1044, Low: 1031.75, YearlyHigh: 1057, YearlyLow: 859.5, YearlyStart: 958.25, YearlyChange: 8.39, Settlement: `Cash`, Contract: `Futures`, Region: `Europe`, Country: `Hungary`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-06-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 308 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/CAD`, Spread: 0.02, Open: 0.7744, Price: 0.95, Buy: 0.94, Sell: 0.96, Change: 0, ChangePercent: -0.8, Volume: 13669, High: 0.95, Low: 0.77, YearlyHigh: 0.95, YearlyLow: 0.68, YearlyStart: 0.76, YearlyChange: 26.43, Settlement: `Cash`, Contract: `Forwards`, Region: `Asia Pacific`, Country: `Singapore`, Risk: `Low`, Sector: `Government`, Currency: `USD`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-08-16`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 309 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `US 30YR Future`, Spread: 0.01, Open: 164.875, Price: 160.94, Buy: 164.15, Sell: 164.16, Change: -3.22, ChangePercent: -1.96, Volume: 28012, High: 165.25, Low: 164.04, YearlyHigh: 169.38, YearlyLow: 151.47, YearlyStart: 160.43, YearlyChange: 2.33, Settlement: `Credit`, Contract: `Forwards`, Region: `Asia Pacific`, Country: `Thailand`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-09-22`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 310 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `US 10YR Future`, Spread: 0.01, Open: 130.5625, Price: 132.2, Buy: 130.56, Sell: 130.56, Change: 1.62, ChangePercent: 1.24, Volume: 189310, High: 130.63, Low: 130.44, YearlyHigh: 132.64, YearlyLow: 125.48, YearlyStart: 129.06, YearlyChange: 1.18, Settlement: `Credit`, Contract: `Forwards`, Region: `Asia Pacific`, Country: `India`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-09-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 311 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/CHF`, Spread: 0.02, Open: 1.0337, Price: 1.06, Buy: 1.03, Sell: 1.03, Change: 0.02, ChangePercent: 1.24, Volume: 5550, High: 1.03, Low: 1.03, YearlyHigh: 1.11, YearlyLow: 0.98, YearlyStart: 1.04, YearlyChange: -0.12, Settlement: `Cash`, Contract: `Swap`, Region: `Africa`, Country: `Ethiopia`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-03-24`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 312 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Lumber`, Spread: 0.01, Open: 303.9, Price: 308.62, Buy: 304.59, Sell: 304.6, Change: 4.02, ChangePercent: 1.32, Volume: 2, High: 304.6, Low: 303.9, YearlyHigh: 317.1, YearlyLow: 236, YearlyStart: 276.55, YearlyChange: 10.14, Settlement: `Credit`, Contract: `Options`, Region: `Europe`, Country: `Poland`, Risk: `Low`, Sector: `Public`, Currency: `EUR`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-09-16`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 313 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/CHF`, Spread: 0.02, Open: 1.0337, Price: 1.05, Buy: 1.03, Sell: 1.03, Change: 0.01, ChangePercent: 0.68, Volume: 5550, High: 1.03, Low: 1.03, YearlyHigh: 1.11, YearlyLow: 0.98, YearlyStart: 1.04, YearlyChange: -0.12, Settlement: `Credit`, Contract: `Swap`, Region: `North America`, Country: `Canada`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `Poor`, Issuer: `American Airlines`, Maturity: `2022-04-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 314 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `BTC/USD`, Spread: 0.06, Open: 93.88, Price: 21311.58, Buy: 21200.76, Sell: 21400.78, Change: 310.81, ChangePercent: 1.48, Volume: 5788000, High: 22400.05, Low: 20100.75, YearlyHigh: 62400.7, YearlyLow: 15100.88, YearlyStart: 21200.29, YearlyChange: -20.62, Settlement: `Credit`, Contract: `Forwards`, Region: `South America`, Country: `Colombia`, Risk: `Low`, Sector: `Government`, Currency: `PLN`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-03-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 315 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Lumber`, Spread: 0.01, Open: 303.9, Price: 308.86, Buy: 304.59, Sell: 304.6, Change: 4.26, ChangePercent: 1.4, Volume: 2, High: 304.6, Low: 303.9, YearlyHigh: 317.1, YearlyLow: 236, YearlyStart: 276.55, YearlyChange: 10.14, Settlement: `Loan`, Contract: `Futures`, Region: `Asia Pacific`, Country: `Korea`, Risk: `High`, Sector: `Public`, Currency: `PLN`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-03-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 316 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Wheat`, Spread: 0.01, Open: 465.5, Price: 472.78, Buy: 465.5, Sell: 465.5, Change: 7.26, ChangePercent: 1.56, Volume: 4318, High: 467, Low: 463.25, YearlyHigh: 628.5, YearlyLow: 449.5, YearlyStart: 539, YearlyChange: -13.63, Settlement: `Cash`, Contract: `Futures`, Region: `Europe`, Country: `Austria`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-04-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 317 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Oats`, Spread: 0.01, Open: 194.5, Price: 193.67, Buy: 194.21, Sell: 194.22, Change: -0.55, ChangePercent: -0.28, Volume: 64, High: 195.75, Low: 194, YearlyHigh: 241.25, YearlyLow: 183.75, YearlyStart: 212.5, YearlyChange: -8.6, Settlement: `Credit`, Contract: `Futures`, Region: `Middle East`, Country: `Lebanon`, Risk: `Low`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-06-11`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 318 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Wheat`, Spread: 0.01, Open: 465.5, Price: 467.75, Buy: 465.5, Sell: 465.5, Change: 2.23, ChangePercent: 0.48, Volume: 4318, High: 467, Low: 463.25, YearlyHigh: 628.5, YearlyLow: 449.5, YearlyStart: 539, YearlyChange: -13.63, Settlement: `Cash`, Contract: `CFD`, Region: `North America`, Country: `Mexico`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-04-11`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 319 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Gold`, Spread: 0.01, Open: 1281.1, Price: 1303.78, Buy: 1280.73, Sell: 1280.74, Change: 23.05, ChangePercent: 1.8, Volume: 48387, High: 1289.5, Low: 1279.1, YearlyHigh: 1306, YearlyLow: 1047.2, YearlyStart: 1176.6, YearlyChange: 8.85, Settlement: `Cash`, Contract: `Forwards`, Region: `Asia Pacific`, Country: `China`, Risk: `High`, Sector: `Private`, Currency: `PLN`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-02-19`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 320 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/JPY`, Spread: 0.02, Open: 9275.5, Price: 9140.03, Buy: 9277.32, Sell: 9277.34, Change: -137.3, ChangePercent: -1.48, Volume: 47734, High: 9277.33, Low: 0.93, YearlyHigh: 9483, YearlyLow: 0.93, YearlyStart: 4741.97, YearlyChange: 95.64, Settlement: `Cash`, Contract: `Futures`, Region: `Asia Pacific`, Country: `Hong Kong`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-03-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 321 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Rice`, Spread: 0.01, Open: 11.245, Price: 10.54, Buy: 10.41, Sell: 10.42, Change: 0.12, ChangePercent: 1.2, Volume: 220, High: 11.38, Low: 10.42, YearlyHigh: 14.14, YearlyLow: 9.7, YearlyStart: 11.92, YearlyChange: -12.62, Settlement: `Cash`, Contract: `Swap`, Region: `Africa`, Country: `Niger`, Risk: `Low`, Sector: `Public`, Currency: `PLN`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-07-11`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 322 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Coal`, Spread: 0.015, Open: 0.4363, Price: 0.42, Buy: 0.44, Sell: 0.44, Change: 0, ChangePercent: -0.2, Volume: 3, High: 0.44, Low: 0.44, YearlyHigh: 0.48, YearlyLow: 0.4, YearlyStart: 0.44, YearlyChange: -5.33, Settlement: `Credit`, Contract: `Forwards`, Region: `Europe`, Country: `Ireland`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-04-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 323 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Gold`, Spread: 0.01, Open: 1281.1, Price: 1261.78, Buy: 1280.73, Sell: 1280.74, Change: -18.95, ChangePercent: -1.48, Volume: 48387, High: 1289.5, Low: 1279.1, YearlyHigh: 1306, YearlyLow: 1047.2, YearlyStart: 1176.6, YearlyChange: 8.85, Settlement: `Loan`, Contract: `Forwards`, Region: `Africa`, Country: `Ethiopia`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-02-10`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 324 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `BTC/USD`, Spread: 0.06, Open: 93.88, Price: 21025.97, Buy: 21200.76, Sell: 21400.78, Change: 25.2, ChangePercent: 0.12, Volume: 5788000, High: 22400.05, Low: 20100.75, YearlyHigh: 62400.7, YearlyLow: 15100.88, YearlyStart: 21200.29, YearlyChange: -20.62, Settlement: `Cash`, Contract: `Swap`, Region: `Europe`, Country: `Estonia`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-05-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 325 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Diesel`, Spread: 0.015, Open: 1.3474, Price: 1.34, Buy: 1.35, Sell: 1.35, Change: -0.02, ChangePercent: -1.52, Volume: 2971, High: 1.36, Low: 1.34, YearlyHigh: 2.11, YearlyLow: 0.92, YearlyStart: 1.51, YearlyChange: -10.4, Settlement: `Credit`, Contract: `Forwards`, Region: `Europe`, Country: `Finland`, Risk: `Low`, Sector: `Public`, Currency: `EUR`, Security: `High`, Issuer: `FedEx`, Maturity: `2022-07-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 326 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Platinum`, Spread: 0.01, Open: 1071.6, Price: 1060.39, Buy: 1071.09, Sell: 1071.1, Change: -10.71, ChangePercent: -1, Volume: 3039, High: 1081.2, Low: 1070.5, YearlyHigh: 1120.6, YearlyLow: 812.4, YearlyStart: 966.5, YearlyChange: 10.82, Settlement: `Loan`, Contract: `Swap`, Region: `Europe`, Country: `Belgium`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-02-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 327 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Rice`, Spread: 0.01, Open: 11.245, Price: 10.57, Buy: 10.41, Sell: 10.42, Change: 0.15, ChangePercent: 1.52, Volume: 220, High: 11.38, Low: 10.42, YearlyHigh: 14.14, YearlyLow: 9.7, YearlyStart: 11.92, YearlyChange: -12.62, Settlement: `Cash`, Contract: `Futures`, Region: `Europe`, Country: `Ireland`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `High`, Issuer: `FedEx`, Maturity: `2022-05-24`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 328 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Sugar`, Spread: 0.01, Open: 15.68, Price: 14.8, Buy: 14.67, Sell: 14.68, Change: 0.13, ChangePercent: 0.84, Volume: 4949, High: 15.7, Low: 14.67, YearlyHigh: 16.87, YearlyLow: 11.37, YearlyStart: 14.12, YearlyChange: 3.92, Settlement: `Loan`, Contract: `Options`, Region: `Europe`, Country: `Denmark`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-04-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 329 }), + new FinancialDataAllItem({ Category: `Index`, Type: `NAS Future`, Spread: 0.01, Open: 4341.25, Price: 4327.39, Buy: 4341.25, Sell: 4341.25, Change: -13.89, ChangePercent: -0.32, Volume: 18259, High: 4347, Low: 4318, YearlyHigh: 4719.75, YearlyLow: 3867.75, YearlyStart: 4293.75, YearlyChange: 1.11, Settlement: `Loan`, Contract: `Forwards`, Region: `Europe`, Country: `Estonia`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-03-23`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 330 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `LV Cattle`, Spread: 0.01, Open: 120.725, Price: 122.15, Buy: 120.72, Sell: 120.72, Change: 1.45, ChangePercent: 1.2, Volume: 4, High: 120.72, Low: 120.72, YearlyHigh: 147.98, YearlyLow: 113.9, YearlyStart: 130.94, YearlyChange: -7.82, Settlement: `Cash`, Contract: `Swap`, Region: `North America`, Country: `United States`, Risk: `High`, Sector: `Government`, Currency: `PLN`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-02-19`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 331 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Palladium`, Spread: 0.01, Open: 600.55, Price: 612.06, Buy: 601, Sell: 601.01, Change: 11.06, ChangePercent: 1.84, Volume: 651, High: 607.2, Low: 598.4, YearlyHigh: 690, YearlyLow: 458.6, YearlyStart: 574.3, YearlyChange: 4.65, Settlement: `Cash`, Contract: `Options`, Region: `Middle East`, Country: `Bahrain`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-07-11`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 332 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Uranium`, Spread: 0.02, Open: 27.55, Price: 27.51, Buy: 27.55, Sell: 27.55, Change: -0.07, ChangePercent: -0.24, Volume: 12, High: 27.55, Low: 27.55, YearlyHigh: 29.32, YearlyLow: 21.28, YearlyStart: 25.3, YearlyChange: 9.01, Settlement: `Loan`, Contract: `CFD`, Region: `Europe`, Country: `Denmark`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-01-21`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 333 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `BTC/USD`, Spread: 0.06, Open: 93.88, Price: 20622.76, Buy: 21200.76, Sell: 21400.78, Change: -378.01, ChangePercent: -1.8, Volume: 5788000, High: 22400.05, Low: 20100.75, YearlyHigh: 62400.7, YearlyLow: 15100.88, YearlyStart: 21200.29, YearlyChange: -20.62, Settlement: `Credit`, Contract: `Futures`, Region: `South America`, Country: `Venezuela`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `Poor`, Issuer: `FedEx`, Maturity: `2022-06-27`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 334 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Ethanol`, Spread: 0.01, Open: 1.512, Price: 2.79, Buy: 2.75, Sell: 2.76, Change: 0.04, ChangePercent: 1.36, Volume: 14, High: 2.75, Low: 1.12, YearlyHigh: 2.75, YearlyLow: 1.12, YearlyStart: 1.48, YearlyChange: 86.7, Settlement: `Cash`, Contract: `Forwards`, Region: `Asia Pacific`, Country: `Singapore`, Risk: `High`, Sector: `Government`, Currency: `USD`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-04-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 335 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Diesel`, Spread: 0.015, Open: 1.3474, Price: 1.36, Buy: 1.35, Sell: 1.35, Change: 0, ChangePercent: 0.08, Volume: 2971, High: 1.36, Low: 1.34, YearlyHigh: 2.11, YearlyLow: 0.92, YearlyStart: 1.51, YearlyChange: -10.4, Settlement: `Loan`, Contract: `CFD`, Region: `Asia Pacific`, Country: `China`, Risk: `Low`, Sector: `Government`, Currency: `USD`, Security: `Poor`, Issuer: `American Airlines`, Maturity: `2022-05-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 336 }), + new FinancialDataAllItem({ Category: `Index`, Type: `NAS Future`, Spread: 0.01, Open: 4341.25, Price: 4299.6, Buy: 4341.25, Sell: 4341.25, Change: -41.68, ChangePercent: -0.96, Volume: 18259, High: 4347, Low: 4318, YearlyHigh: 4719.75, YearlyLow: 3867.75, YearlyStart: 4293.75, YearlyChange: 1.11, Settlement: `Credit`, Contract: `Swap`, Region: `Africa`, Country: `Senegal`, Risk: `Low`, Sector: `Public`, Currency: `USD`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-03-23`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 337 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Lumber`, Spread: 0.01, Open: 303.9, Price: 304.11, Buy: 304.59, Sell: 304.6, Change: -0.49, ChangePercent: -0.16, Volume: 2, High: 304.6, Low: 303.9, YearlyHigh: 317.1, YearlyLow: 236, YearlyStart: 276.55, YearlyChange: 10.14, Settlement: `Credit`, Contract: `Swap`, Region: `Middle East`, Country: `Lebanon`, Risk: `Low`, Sector: `Public`, Currency: `EUR`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-03-24`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 338 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Natural Gas`, Spread: 0.02, Open: 2.094, Price: 2.12, Buy: 2.09, Sell: 2.09, Change: 0.02, ChangePercent: 0.84, Volume: 2783, High: 2.11, Low: 2.09, YearlyHigh: 3.2, YearlyLow: 1.84, YearlyStart: 2.52, YearlyChange: -16.51, Settlement: `Cash`, Contract: `Futures`, Region: `Europe`, Country: `Bulgaria`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-02-24`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 339 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Wheat`, Spread: 0.01, Open: 465.5, Price: 472.6, Buy: 465.5, Sell: 465.5, Change: 7.08, ChangePercent: 1.52, Volume: 4318, High: 467, Low: 463.25, YearlyHigh: 628.5, YearlyLow: 449.5, YearlyStart: 539, YearlyChange: -13.63, Settlement: `Cash`, Contract: `Swap`, Region: `Africa`, Country: `Ethiopia`, Risk: `High`, Sector: `Private`, Currency: `PLN`, Security: `Poor`, Issuer: `FedEx`, Maturity: `2022-06-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 340 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/CAD`, Spread: 0.02, Open: 0.7744, Price: 0.96, Buy: 0.94, Sell: 0.96, Change: 0.01, ChangePercent: 0.64, Volume: 13669, High: 0.95, Low: 0.77, YearlyHigh: 0.95, YearlyLow: 0.68, YearlyStart: 0.76, YearlyChange: 26.43, Settlement: `Credit`, Contract: `Futures`, Region: `Asia Pacific`, Country: `Philippines`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `High`, Issuer: `FedEx`, Maturity: `2022-03-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 341 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P MID MINI`, Spread: 0.01, Open: 1454.3, Price: 1477.33, Buy: 1455.78, Sell: 1455.79, Change: 21.55, ChangePercent: 1.48, Volume: 338, High: 1455.78, Low: 1448, YearlyHigh: 1527.3, YearlyLow: 1236, YearlyStart: 1381.65, YearlyChange: 5.37, Settlement: `Credit`, Contract: `Futures`, Region: `Europe`, Country: `United Kingdom`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-02-19`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 342 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Ethanol`, Spread: 0.01, Open: 1.512, Price: 2.8, Buy: 2.75, Sell: 2.76, Change: 0.05, ChangePercent: 1.8, Volume: 14, High: 2.75, Low: 1.12, YearlyHigh: 2.75, YearlyLow: 1.12, YearlyStart: 1.48, YearlyChange: 86.7, Settlement: `Credit`, Contract: `Futures`, Region: `Middle East`, Country: `Syria`, Risk: `High`, Sector: `Private`, Currency: `PLN`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-05-16`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 343 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/CHF`, Spread: 0.02, Open: 1.0337, Price: 1.05, Buy: 1.03, Sell: 1.03, Change: 0.01, ChangePercent: 0.88, Volume: 5550, High: 1.03, Low: 1.03, YearlyHigh: 1.11, YearlyLow: 0.98, YearlyStart: 1.04, YearlyChange: -0.12, Settlement: `Loan`, Contract: `Options`, Region: `Middle East`, Country: `Kuwait`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-04-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 344 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `US 30YR Future`, Spread: 0.01, Open: 164.875, Price: 163.24, Buy: 164.15, Sell: 164.16, Change: -0.92, ChangePercent: -0.56, Volume: 28012, High: 165.25, Low: 164.04, YearlyHigh: 169.38, YearlyLow: 151.47, YearlyStart: 160.43, YearlyChange: 2.33, Settlement: `Credit`, Contract: `Options`, Region: `Europe`, Country: `Croatia`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-03-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 345 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Cotton`, Spread: 0.01, Open: 61.77, Price: 62.9, Buy: 61.77, Sell: 61.77, Change: 1.14, ChangePercent: 1.84, Volume: 3612, High: 62.06, Low: 61.32, YearlyHigh: 67.59, YearlyLow: 54.33, YearlyStart: 60.96, YearlyChange: 1.31, Settlement: `Loan`, Contract: `CFD`, Region: `Europe`, Country: `Portugal`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-02-22`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 346 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Sugar`, Spread: 0.01, Open: 15.68, Price: 14.94, Buy: 14.67, Sell: 14.68, Change: 0.27, ChangePercent: 1.8, Volume: 4949, High: 15.7, Low: 14.67, YearlyHigh: 16.87, YearlyLow: 11.37, YearlyStart: 14.12, YearlyChange: 3.92, Settlement: `Credit`, Contract: `Swap`, Region: `Middle East`, Country: `Kuwait`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-06-11`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 347 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soy Meat`, Spread: 0.01, Open: 342.6, Price: 338.1, Buy: 342.6, Sell: 342.6, Change: -4.52, ChangePercent: -1.32, Volume: 5646, High: 345.4, Low: 340.3, YearlyHigh: 353.4, YearlyLow: 261.7, YearlyStart: 307.55, YearlyChange: 11.4, Settlement: `Cash`, Contract: `Forwards`, Region: `North America`, Country: `Mexico`, Risk: `Low`, Sector: `Public`, Currency: `PLN`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-08-16`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 348 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `AUD/USD`, Spread: 0.02, Open: 0.7344, Price: 0.74, Buy: 0.73, Sell: 0.73, Change: 0, ChangePercent: -0.04, Volume: 36764, High: 0.74, Low: 0.73, YearlyHigh: 0.79, YearlyLow: 0.68, YearlyStart: 0.73, YearlyChange: 1.28, Settlement: `Credit`, Contract: `Swap`, Region: `Asia Pacific`, Country: `New Zealand`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-06-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 349 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P MID MINI`, Spread: 0.01, Open: 1454.3, Price: 1459.86, Buy: 1455.78, Sell: 1455.79, Change: 4.08, ChangePercent: 0.28, Volume: 338, High: 1455.78, Low: 1448, YearlyHigh: 1527.3, YearlyLow: 1236, YearlyStart: 1381.65, YearlyChange: 5.37, Settlement: `Cash`, Contract: `Swap`, Region: `South America`, Country: `Bolivia`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-01-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 350 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soy oil`, Spread: 0.01, Open: 33.26, Price: 34.07, Buy: 33.77, Sell: 33.78, Change: 0.3, ChangePercent: 0.88, Volume: 10592, High: 33.77, Low: 33.06, YearlyHigh: 35.43, YearlyLow: 26.61, YearlyStart: 31.02, YearlyChange: 8.87, Settlement: `Loan`, Contract: `Forwards`, Region: `Middle East`, Country: `Israel`, Risk: `Low`, Sector: `Government`, Currency: `USD`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-05-21`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 351 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P 600 MINI`, Spread: 0.01, Open: 687.9, Price: 687.05, Buy: 687.9, Sell: 687.9, Change: -0.83, ChangePercent: -0.12, Volume: 0, High: 0, Low: 0, YearlyHigh: 620.32, YearlyLow: 595.9, YearlyStart: 608.11, YearlyChange: 13.12, Settlement: `Loan`, Contract: `Forwards`, Region: `Asia Pacific`, Country: `Singapore`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-08-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 352 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Platinum`, Spread: 0.01, Open: 1071.6, Price: 1064.67, Buy: 1071.09, Sell: 1071.1, Change: -6.43, ChangePercent: -0.6, Volume: 3039, High: 1081.2, Low: 1070.5, YearlyHigh: 1120.6, YearlyLow: 812.4, YearlyStart: 966.5, YearlyChange: 10.82, Settlement: `Cash`, Contract: `Swap`, Region: `Asia Pacific`, Country: `Taiwan`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-09-19`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 353 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Coal`, Spread: 0.015, Open: 0.4363, Price: 0.41, Buy: 0.44, Sell: 0.44, Change: -0.01, ChangePercent: -0.92, Volume: 3, High: 0.44, Low: 0.44, YearlyHigh: 0.48, YearlyLow: 0.4, YearlyStart: 0.44, YearlyChange: -5.33, Settlement: `Cash`, Contract: `Options`, Region: `Asia Pacific`, Country: `India`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-03-19`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 354 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Silver`, Spread: 0.01, Open: 17.43, Price: 17.14, Buy: 17.43, Sell: 17.43, Change: -0.28, ChangePercent: -1.6, Volume: 11720, High: 17.51, Low: 17.37, YearlyHigh: 18.06, YearlyLow: 13.73, YearlyStart: 15.89, YearlyChange: 9.59, Settlement: `Credit`, Contract: `Swap`, Region: `Africa`, Country: `Morocco`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-01-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 355 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soy oil`, Spread: 0.01, Open: 33.26, Price: 33.43, Buy: 33.77, Sell: 33.78, Change: -0.34, ChangePercent: -1, Volume: 10592, High: 33.77, Low: 33.06, YearlyHigh: 35.43, YearlyLow: 26.61, YearlyStart: 31.02, YearlyChange: 8.87, Settlement: `Loan`, Contract: `Futures`, Region: `Middle East`, Country: `Kuwait`, Risk: `Low`, Sector: `Public`, Currency: `USD`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-06-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 356 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/CHF`, Spread: 0.02, Open: 1.0337, Price: 1.04, Buy: 1.03, Sell: 1.03, Change: 0, ChangePercent: -0.56, Volume: 5550, High: 1.03, Low: 1.03, YearlyHigh: 1.11, YearlyLow: 0.98, YearlyStart: 1.04, YearlyChange: -0.12, Settlement: `Loan`, Contract: `Options`, Region: `Europe`, Country: `Greece`, Risk: `High`, Sector: `Public`, Currency: `USD`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-09-21`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 357 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Lumber`, Spread: 0.01, Open: 303.9, Price: 301.55, Buy: 304.59, Sell: 304.6, Change: -3.05, ChangePercent: -1, Volume: 2, High: 304.6, Low: 303.9, YearlyHigh: 317.1, YearlyLow: 236, YearlyStart: 276.55, YearlyChange: 10.14, Settlement: `Loan`, Contract: `Forwards`, Region: `South America`, Country: `Bolivia`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `High`, Issuer: `American Airlines`, Maturity: `2022-07-19`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 358 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `GBP/USD`, Spread: 0.02, Open: 1.4464, Price: 1.18, Buy: 1.18, Sell: 1.2, Change: -0.01, ChangePercent: -1.28, Volume: 29450, High: 1.45, Low: 1.19, YearlyHigh: 1.59, YearlyLow: 1.19, YearlyStart: 1.49, YearlyChange: -19.59, Settlement: `Credit`, Contract: `Swap`, Region: `Middle East`, Country: `Oman`, Risk: `Low`, Sector: `Public`, Currency: `PLN`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-02-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 359 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Sugar`, Spread: 0.01, Open: 15.68, Price: 14.39, Buy: 14.67, Sell: 14.68, Change: -0.28, ChangePercent: -1.96, Volume: 4949, High: 15.7, Low: 14.67, YearlyHigh: 16.87, YearlyLow: 11.37, YearlyStart: 14.12, YearlyChange: 3.92, Settlement: `Cash`, Contract: `Futures`, Region: `Middle East`, Country: `UAE`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-06-11`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 360 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `LV Cattle`, Spread: 0.01, Open: 120.725, Price: 120.32, Buy: 120.72, Sell: 120.72, Change: -0.39, ChangePercent: -0.32, Volume: 4, High: 120.72, Low: 120.72, YearlyHigh: 147.98, YearlyLow: 113.9, YearlyStart: 130.94, YearlyChange: -7.82, Settlement: `Credit`, Contract: `Swap`, Region: `Africa`, Country: `South Africa`, Risk: `Low`, Sector: `Government`, Currency: `USD`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-06-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 361 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P Future`, Spread: 0.01, Open: 2057.5, Price: 2033.57, Buy: 2056.6, Sell: 2056.61, Change: -23.03, ChangePercent: -1.12, Volume: 142780, High: 2059.5, Low: 2049, YearlyHigh: 2105.5, YearlyLow: 1794.5, YearlyStart: 1950, YearlyChange: 5.47, Settlement: `Cash`, Contract: `Swap`, Region: `Asia Pacific`, Country: `Pakistan`, Risk: `High`, Sector: `Private`, Currency: `PLN`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-06-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 362 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `Euro$ 3M`, Spread: 0.01, Open: 99.18, Price: 99.8, Buy: 99.18, Sell: 99.18, Change: 0.63, ChangePercent: 0.64, Volume: 29509, High: 99.18, Low: 99.17, YearlyHigh: 99.38, YearlyLow: 98.41, YearlyStart: 98.89, YearlyChange: 0.28, Settlement: `Cash`, Contract: `Futures`, Region: `Europe`, Country: `United Kingdom`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-04-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 363 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `Euro$ 3M`, Spread: 0.01, Open: 99.18, Price: 99.61, Buy: 99.18, Sell: 99.18, Change: 0.44, ChangePercent: 0.44, Volume: 29509, High: 99.18, Low: 99.17, YearlyHigh: 99.38, YearlyLow: 98.41, YearlyStart: 98.89, YearlyChange: 0.28, Settlement: `Cash`, Contract: `Options`, Region: `Africa`, Country: `Niger`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-09-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 364 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P MID MINI`, Spread: 0.01, Open: 1454.3, Price: 1448.79, Buy: 1455.78, Sell: 1455.79, Change: -6.99, ChangePercent: -0.48, Volume: 338, High: 1455.78, Low: 1448, YearlyHigh: 1527.3, YearlyLow: 1236, YearlyStart: 1381.65, YearlyChange: 5.37, Settlement: `Loan`, Contract: `CFD`, Region: `Middle East`, Country: `Israel`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-02-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 365 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/CAD`, Spread: 0.02, Open: 0.7744, Price: 0.94, Buy: 0.94, Sell: 0.96, Change: -0.01, ChangePercent: -1, Volume: 13669, High: 0.95, Low: 0.77, YearlyHigh: 0.95, YearlyLow: 0.68, YearlyStart: 0.76, YearlyChange: 26.43, Settlement: `Cash`, Contract: `Futures`, Region: `North America`, Country: `Mexico`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-05-27`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 366 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Wheat`, Spread: 0.01, Open: 465.5, Price: 462.54, Buy: 465.5, Sell: 465.5, Change: -2.98, ChangePercent: -0.64, Volume: 4318, High: 467, Low: 463.25, YearlyHigh: 628.5, YearlyLow: 449.5, YearlyStart: 539, YearlyChange: -13.63, Settlement: `Loan`, Contract: `CFD`, Region: `North America`, Country: `United States`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-09-27`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 367 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P 600 MINI`, Spread: 0.01, Open: 687.9, Price: 689.81, Buy: 687.9, Sell: 687.9, Change: 1.93, ChangePercent: 0.28, Volume: 0, High: 0, Low: 0, YearlyHigh: 620.32, YearlyLow: 595.9, YearlyStart: 608.11, YearlyChange: 13.12, Settlement: `Credit`, Contract: `Swap`, Region: `Africa`, Country: `Ethiopia`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-02-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 368 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Cocoa`, Spread: 0.01, Open: 3076, Price: 3119.09, Buy: 3076, Sell: 3076, Change: 43.06, ChangePercent: 1.4, Volume: 978, High: 3078, Low: 3066, YearlyHigh: 3406, YearlyLow: 2746, YearlyStart: 3076, YearlyChange: 0, Settlement: `Loan`, Contract: `Forwards`, Region: `Africa`, Country: `South Africa`, Risk: `High`, Sector: `Government`, Currency: `PLN`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-02-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 369 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `US 10YR Future`, Spread: 0.01, Open: 130.5625, Price: 131.84, Buy: 130.56, Sell: 130.56, Change: 1.26, ChangePercent: 0.96, Volume: 189310, High: 130.63, Low: 130.44, YearlyHigh: 132.64, YearlyLow: 125.48, YearlyStart: 129.06, YearlyChange: 1.18, Settlement: `Credit`, Contract: `CFD`, Region: `South America`, Country: `Uruguay`, Risk: `High`, Sector: `Government`, Currency: `PLN`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-07-11`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 370 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Silver`, Spread: 0.01, Open: 17.43, Price: 17.34, Buy: 17.43, Sell: 17.43, Change: -0.08, ChangePercent: -0.48, Volume: 11720, High: 17.51, Low: 17.37, YearlyHigh: 18.06, YearlyLow: 13.73, YearlyStart: 15.89, YearlyChange: 9.59, Settlement: `Cash`, Contract: `Options`, Region: `South America`, Country: `Paraguay`, Risk: `High`, Sector: `Public`, Currency: `PLN`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-04-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 371 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `OJ Future`, Spread: 0.01, Open: 140.6, Price: 142.54, Buy: 140.18, Sell: 140.19, Change: 2.35, ChangePercent: 1.68, Volume: 7, High: 140.19, Low: 0, YearlyHigh: 155.95, YearlyLow: 113, YearlyStart: 134.47, YearlyChange: 4.25, Settlement: `Cash`, Contract: `Futures`, Region: `Middle East`, Country: `Iraq`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `Poor`, Issuer: `FedEx`, Maturity: `2022-08-11`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 372 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Oil`, Spread: 0.015, Open: 45.54, Price: 45.84, Buy: 45.78, Sell: 45.8, Change: 0.05, ChangePercent: 0.12, Volume: 107196, High: 45.94, Low: 45, YearlyHigh: 65.28, YearlyLow: 30.79, YearlyStart: 48.03, YearlyChange: -4.67, Settlement: `Cash`, Contract: `Futures`, Region: `Europe`, Country: `Switzerland`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-06-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 373 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Silver`, Spread: 0.01, Open: 17.43, Price: 17.21, Buy: 17.43, Sell: 17.43, Change: -0.21, ChangePercent: -1.2, Volume: 11720, High: 17.51, Low: 17.37, YearlyHigh: 18.06, YearlyLow: 13.73, YearlyStart: 15.89, YearlyChange: 9.59, Settlement: `Credit`, Contract: `Swap`, Region: `Asia Pacific`, Country: `Australia`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-09-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 374 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Wheat`, Spread: 0.01, Open: 465.5, Price: 474.09, Buy: 465.5, Sell: 465.5, Change: 8.57, ChangePercent: 1.84, Volume: 4318, High: 467, Low: 463.25, YearlyHigh: 628.5, YearlyLow: 449.5, YearlyStart: 539, YearlyChange: -13.63, Settlement: `Loan`, Contract: `CFD`, Region: `Europe`, Country: `Poland`, Risk: `Low`, Sector: `Public`, Currency: `PLN`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-03-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 375 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Gold`, Spread: 0.01, Open: 1281.1, Price: 1293.03, Buy: 1280.73, Sell: 1280.74, Change: 12.3, ChangePercent: 0.96, Volume: 48387, High: 1289.5, Low: 1279.1, YearlyHigh: 1306, YearlyLow: 1047.2, YearlyStart: 1176.6, YearlyChange: 8.85, Settlement: `Cash`, Contract: `Options`, Region: `Asia Pacific`, Country: `Japan`, Risk: `Low`, Sector: `Public`, Currency: `PLN`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-03-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 376 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soy Meat`, Spread: 0.01, Open: 342.6, Price: 338.51, Buy: 342.6, Sell: 342.6, Change: -4.11, ChangePercent: -1.2, Volume: 5646, High: 345.4, Low: 340.3, YearlyHigh: 353.4, YearlyLow: 261.7, YearlyStart: 307.55, YearlyChange: 11.4, Settlement: `Loan`, Contract: `CFD`, Region: `Middle East`, Country: `Lebanon`, Risk: `Low`, Sector: `Government`, Currency: `PLN`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-09-19`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 377 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `US 30YR Future`, Spread: 0.01, Open: 164.875, Price: 162.78, Buy: 164.15, Sell: 164.16, Change: -1.38, ChangePercent: -0.84, Volume: 28012, High: 165.25, Low: 164.04, YearlyHigh: 169.38, YearlyLow: 151.47, YearlyStart: 160.43, YearlyChange: 2.33, Settlement: `Cash`, Contract: `Swap`, Region: `Middle East`, Country: `Kuwait`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-07-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 378 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Cotton`, Spread: 0.01, Open: 61.77, Price: 62.5, Buy: 61.77, Sell: 61.77, Change: 0.74, ChangePercent: 1.2, Volume: 3612, High: 62.06, Low: 61.32, YearlyHigh: 67.59, YearlyLow: 54.33, YearlyStart: 60.96, YearlyChange: 1.31, Settlement: `Credit`, Contract: `Futures`, Region: `Europe`, Country: `Estonia`, Risk: `High`, Sector: `Public`, Currency: `PLN`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-02-23`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 379 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `FD Cattle`, Spread: 0.01, Open: 147.175, Price: 146.76, Buy: 148.6, Sell: 148.61, Change: -1.85, ChangePercent: -1.24, Volume: 5, High: 148.61, Low: 147.18, YearlyHigh: 190, YearlyLow: 138.1, YearlyStart: 164.05, YearlyChange: -9.41, Settlement: `Loan`, Contract: `Swap`, Region: `Europe`, Country: `Austria`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-04-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 380 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P Future`, Spread: 0.01, Open: 2057.5, Price: 2055.78, Buy: 2056.6, Sell: 2056.61, Change: -0.82, ChangePercent: -0.04, Volume: 142780, High: 2059.5, Low: 2049, YearlyHigh: 2105.5, YearlyLow: 1794.5, YearlyStart: 1950, YearlyChange: 5.47, Settlement: `Cash`, Contract: `Options`, Region: `Europe`, Country: `Finland`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-02-22`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 381 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Cocoa`, Spread: 0.01, Open: 3076, Price: 3028.04, Buy: 3076, Sell: 3076, Change: -47.99, ChangePercent: -1.56, Volume: 978, High: 3078, Low: 3066, YearlyHigh: 3406, YearlyLow: 2746, YearlyStart: 3076, YearlyChange: 0, Settlement: `Loan`, Contract: `Swap`, Region: `South America`, Country: `Ecuador`, Risk: `Low`, Sector: `Public`, Currency: `PLN`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-08-21`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 382 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soybean`, Spread: 0.01, Open: 1038, Price: 1036.96, Buy: 1038.61, Sell: 1038.62, Change: -1.66, ChangePercent: -0.16, Volume: 20356, High: 1044, Low: 1031.75, YearlyHigh: 1057, YearlyLow: 859.5, YearlyStart: 958.25, YearlyChange: 8.39, Settlement: `Cash`, Contract: `Forwards`, Region: `Middle East`, Country: `Iran`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-08-24`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 383 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `AUD/USD`, Spread: 0.02, Open: 0.7344, Price: 0.74, Buy: 0.73, Sell: 0.73, Change: 0, ChangePercent: -0.48, Volume: 36764, High: 0.74, Low: 0.73, YearlyHigh: 0.79, YearlyLow: 0.68, YearlyStart: 0.73, YearlyChange: 1.28, Settlement: `Cash`, Contract: `CFD`, Region: `Africa`, Country: `Niger`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-03-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 384 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `US 30YR Future`, Spread: 0.01, Open: 164.875, Price: 164.42, Buy: 164.15, Sell: 164.16, Change: 0.26, ChangePercent: 0.16, Volume: 28012, High: 165.25, Low: 164.04, YearlyHigh: 169.38, YearlyLow: 151.47, YearlyStart: 160.43, YearlyChange: 2.33, Settlement: `Credit`, Contract: `Futures`, Region: `Middle East`, Country: `UAE`, Risk: `Low`, Sector: `Government`, Currency: `PLN`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-03-16`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 385 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `Euro$ 3M`, Spread: 0.01, Open: 99.18, Price: 100.4, Buy: 99.18, Sell: 99.18, Change: 1.23, ChangePercent: 1.24, Volume: 29509, High: 99.18, Low: 99.17, YearlyHigh: 99.38, YearlyLow: 98.41, YearlyStart: 98.89, YearlyChange: 0.28, Settlement: `Cash`, Contract: `Swap`, Region: `Middle East`, Country: `Bahrain`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-08-21`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 386 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `LV Cattle`, Spread: 0.01, Open: 120.725, Price: 123.07, Buy: 120.72, Sell: 120.72, Change: 2.36, ChangePercent: 1.96, Volume: 4, High: 120.72, Low: 120.72, YearlyHigh: 147.98, YearlyLow: 113.9, YearlyStart: 130.94, YearlyChange: -7.82, Settlement: `Cash`, Contract: `Forwards`, Region: `Middle East`, Country: `Bahrain`, Risk: `High`, Sector: `Government`, Currency: `PLN`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-06-23`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 387 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `FD Cattle`, Spread: 0.01, Open: 147.175, Price: 150.39, Buy: 148.6, Sell: 148.61, Change: 1.78, ChangePercent: 1.2, Volume: 5, High: 148.61, Low: 147.18, YearlyHigh: 190, YearlyLow: 138.1, YearlyStart: 164.05, YearlyChange: -9.41, Settlement: `Cash`, Contract: `Options`, Region: `Asia Pacific`, Country: `Pakistan`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-08-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 388 }), + new FinancialDataAllItem({ Category: `Index`, Type: `NAS Future`, Spread: 0.01, Open: 4341.25, Price: 4327.39, Buy: 4341.25, Sell: 4341.25, Change: -13.89, ChangePercent: -0.32, Volume: 18259, High: 4347, Low: 4318, YearlyHigh: 4719.75, YearlyLow: 3867.75, YearlyStart: 4293.75, YearlyChange: 1.11, Settlement: `Credit`, Contract: `Futures`, Region: `South America`, Country: `Venezuela`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-09-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 389 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Lumber`, Spread: 0.01, Open: 303.9, Price: 298.63, Buy: 304.59, Sell: 304.6, Change: -5.97, ChangePercent: -1.96, Volume: 2, High: 304.6, Low: 303.9, YearlyHigh: 317.1, YearlyLow: 236, YearlyStart: 276.55, YearlyChange: 10.14, Settlement: `Cash`, Contract: `Futures`, Region: `Europe`, Country: `Iceland`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-05-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 390 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Rice`, Spread: 0.01, Open: 11.245, Price: 10.51, Buy: 10.41, Sell: 10.42, Change: 0.09, ChangePercent: 0.92, Volume: 220, High: 11.38, Low: 10.42, YearlyHigh: 14.14, YearlyLow: 9.7, YearlyStart: 11.92, YearlyChange: -12.62, Settlement: `Credit`, Contract: `Futures`, Region: `Asia Pacific`, Country: `Malaysia`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-02-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 391 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Natural Gas`, Spread: 0.02, Open: 2.094, Price: 2.08, Buy: 2.09, Sell: 2.09, Change: -0.02, ChangePercent: -1, Volume: 2783, High: 2.11, Low: 2.09, YearlyHigh: 3.2, YearlyLow: 1.84, YearlyStart: 2.52, YearlyChange: -16.51, Settlement: `Cash`, Contract: `Options`, Region: `Asia Pacific`, Country: `Philippines`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-03-27`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 392 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P Future`, Spread: 0.01, Open: 2057.5, Price: 2035.21, Buy: 2056.6, Sell: 2056.61, Change: -21.39, ChangePercent: -1.04, Volume: 142780, High: 2059.5, Low: 2049, YearlyHigh: 2105.5, YearlyLow: 1794.5, YearlyStart: 1950, YearlyChange: 5.47, Settlement: `Cash`, Contract: `CFD`, Region: `Africa`, Country: `Egypt`, Risk: `High`, Sector: `Private`, Currency: `PLN`, Security: `High`, Issuer: `American Airlines`, Maturity: `2022-05-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 393 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soy oil`, Spread: 0.01, Open: 33.26, Price: 33.53, Buy: 33.77, Sell: 33.78, Change: -0.24, ChangePercent: -0.72, Volume: 10592, High: 33.77, Low: 33.06, YearlyHigh: 35.43, YearlyLow: 26.61, YearlyStart: 31.02, YearlyChange: 8.87, Settlement: `Cash`, Contract: `CFD`, Region: `Africa`, Country: `Cameroon`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-04-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 394 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `US 10YR Future`, Spread: 0.01, Open: 130.5625, Price: 128.6, Buy: 130.56, Sell: 130.56, Change: -1.98, ChangePercent: -1.52, Volume: 189310, High: 130.63, Low: 130.44, YearlyHigh: 132.64, YearlyLow: 125.48, YearlyStart: 129.06, YearlyChange: 1.18, Settlement: `Cash`, Contract: `Forwards`, Region: `South America`, Country: `Venezuela`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `High`, Issuer: `FedEx`, Maturity: `2022-02-27`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 395 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Copper`, Spread: 0.02, Open: 2.123, Price: 2.09, Buy: 2.12, Sell: 2.12, Change: -0.02, ChangePercent: -0.92, Volume: 28819, High: 2.16, Low: 2.11, YearlyHigh: 2.94, YearlyLow: 1.96, YearlyStart: 2.45, YearlyChange: -13.76, Settlement: `Loan`, Contract: `CFD`, Region: `Europe`, Country: `United Kingdom`, Risk: `Low`, Sector: `Public`, Currency: `EUR`, Security: `Poor`, Issuer: `FedEx`, Maturity: `2022-06-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 396 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Oil`, Spread: 0.015, Open: 45.54, Price: 45.17, Buy: 45.78, Sell: 45.8, Change: -0.62, ChangePercent: -1.36, Volume: 107196, High: 45.94, Low: 45, YearlyHigh: 65.28, YearlyLow: 30.79, YearlyStart: 48.03, YearlyChange: -4.67, Settlement: `Cash`, Contract: `CFD`, Region: `North America`, Country: `United States`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-04-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 397 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P 600 MINI`, Spread: 0.01, Open: 687.9, Price: 686.5, Buy: 687.9, Sell: 687.9, Change: -1.38, ChangePercent: -0.2, Volume: 0, High: 0, Low: 0, YearlyHigh: 620.32, YearlyLow: 595.9, YearlyStart: 608.11, YearlyChange: 13.12, Settlement: `Cash`, Contract: `Options`, Region: `Europe`, Country: `Czechia`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-06-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 398 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soy Meat`, Spread: 0.01, Open: 342.6, Price: 341.93, Buy: 342.6, Sell: 342.6, Change: -0.69, ChangePercent: -0.2, Volume: 5646, High: 345.4, Low: 340.3, YearlyHigh: 353.4, YearlyLow: 261.7, YearlyStart: 307.55, YearlyChange: 11.4, Settlement: `Cash`, Contract: `Swap`, Region: `South America`, Country: `Suriname`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-08-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 399 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soy Meat`, Spread: 0.01, Open: 342.6, Price: 349.06, Buy: 342.6, Sell: 342.6, Change: 6.44, ChangePercent: 1.88, Volume: 5646, High: 345.4, Low: 340.3, YearlyHigh: 353.4, YearlyLow: 261.7, YearlyStart: 307.55, YearlyChange: 11.4, Settlement: `Credit`, Contract: `Forwards`, Region: `Africa`, Country: `Egypt`, Risk: `Low`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-02-19`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 400 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `LV Cattle`, Spread: 0.01, Open: 120.725, Price: 121.28, Buy: 120.72, Sell: 120.72, Change: 0.58, ChangePercent: 0.48, Volume: 4, High: 120.72, Low: 120.72, YearlyHigh: 147.98, YearlyLow: 113.9, YearlyStart: 130.94, YearlyChange: -7.82, Settlement: `Cash`, Contract: `Options`, Region: `South America`, Country: `Bolivia`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-06-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 401 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Coffee`, Spread: 0.01, Open: 125.7, Price: 123.28, Buy: 125.7, Sell: 125.7, Change: -2.41, ChangePercent: -1.92, Volume: 1654, High: 125.8, Low: 125, YearlyHigh: 155.75, YearlyLow: 115.35, YearlyStart: 135.55, YearlyChange: -7.27, Settlement: `Cash`, Contract: `Swap`, Region: `South America`, Country: `Ecuador`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `Poor`, Issuer: `American Airlines`, Maturity: `2022-08-21`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 402 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Corn`, Spread: 0.01, Open: 379.5, Price: 383.6, Buy: 379.8, Sell: 379.81, Change: 3.8, ChangePercent: 1, Volume: 11266, High: 381, Low: 377.75, YearlyHigh: 471.25, YearlyLow: 351.25, YearlyStart: 411.25, YearlyChange: -7.65, Settlement: `Credit`, Contract: `Options`, Region: `North America`, Country: `United States`, Risk: `High`, Sector: `Public`, Currency: `PLN`, Security: `High`, Issuer: `FedEx`, Maturity: `2022-02-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 403 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `GBP/USD`, Spread: 0.02, Open: 1.4464, Price: 1.2, Buy: 1.18, Sell: 1.2, Change: 0.01, ChangePercent: 0.56, Volume: 29450, High: 1.45, Low: 1.19, YearlyHigh: 1.59, YearlyLow: 1.19, YearlyStart: 1.49, YearlyChange: -19.59, Settlement: `Credit`, Contract: `Options`, Region: `Middle East`, Country: `Iraq`, Risk: `Low`, Sector: `Public`, Currency: `PLN`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-04-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 404 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Silver`, Spread: 0.01, Open: 17.43, Price: 17.44, Buy: 17.43, Sell: 17.43, Change: 0.02, ChangePercent: 0.12, Volume: 11720, High: 17.51, Low: 17.37, YearlyHigh: 18.06, YearlyLow: 13.73, YearlyStart: 15.89, YearlyChange: 9.59, Settlement: `Credit`, Contract: `Swap`, Region: `Asia Pacific`, Country: `Korea`, Risk: `High`, Sector: `Public`, Currency: `USD`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-05-16`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 405 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Gold`, Spread: 0.01, Open: 1281.1, Price: 1285.85, Buy: 1280.73, Sell: 1280.74, Change: 5.12, ChangePercent: 0.4, Volume: 48387, High: 1289.5, Low: 1279.1, YearlyHigh: 1306, YearlyLow: 1047.2, YearlyStart: 1176.6, YearlyChange: 8.85, Settlement: `Credit`, Contract: `Swap`, Region: `Europe`, Country: `Switzerland`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-02-11`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 406 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Ethanol`, Spread: 0.01, Open: 1.512, Price: 2.71, Buy: 2.75, Sell: 2.76, Change: -0.04, ChangePercent: -1.56, Volume: 14, High: 2.75, Low: 1.12, YearlyHigh: 2.75, YearlyLow: 1.12, YearlyStart: 1.48, YearlyChange: 86.7, Settlement: `Loan`, Contract: `Options`, Region: `Middle East`, Country: `Kuwait`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `High`, Issuer: `American Airlines`, Maturity: `2022-08-22`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 407 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `Euro$ 3M`, Spread: 0.01, Open: 99.18, Price: 99.73, Buy: 99.18, Sell: 99.18, Change: 0.56, ChangePercent: 0.56, Volume: 29509, High: 99.18, Low: 99.17, YearlyHigh: 99.38, YearlyLow: 98.41, YearlyStart: 98.89, YearlyChange: 0.28, Settlement: `Cash`, Contract: `Options`, Region: `South America`, Country: `Paraguay`, Risk: `Low`, Sector: `Government`, Currency: `PLN`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-01-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 408 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `US 10YR Future`, Spread: 0.01, Open: 130.5625, Price: 130.37, Buy: 130.56, Sell: 130.56, Change: -0.21, ChangePercent: -0.16, Volume: 189310, High: 130.63, Low: 130.44, YearlyHigh: 132.64, YearlyLow: 125.48, YearlyStart: 129.06, YearlyChange: 1.18, Settlement: `Loan`, Contract: `Swap`, Region: `Middle East`, Country: `UAE`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `High`, Issuer: `American Airlines`, Maturity: `2022-06-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 409 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/CAD`, Spread: 0.02, Open: 0.7744, Price: 0.96, Buy: 0.94, Sell: 0.96, Change: 0.01, ChangePercent: 0.48, Volume: 13669, High: 0.95, Low: 0.77, YearlyHigh: 0.95, YearlyLow: 0.68, YearlyStart: 0.76, YearlyChange: 26.43, Settlement: `Cash`, Contract: `Swap`, Region: `Middle East`, Country: `Bahrain`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-03-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 410 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `OJ Future`, Spread: 0.01, Open: 140.6, Price: 142.1, Buy: 140.18, Sell: 140.19, Change: 1.91, ChangePercent: 1.36, Volume: 7, High: 140.19, Low: 0, YearlyHigh: 155.95, YearlyLow: 113, YearlyStart: 134.47, YearlyChange: 4.25, Settlement: `Credit`, Contract: `CFD`, Region: `Middle East`, Country: `Saudi Arabia`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-02-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 411 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Natural Gas`, Spread: 0.02, Open: 2.094, Price: 2.06, Buy: 2.09, Sell: 2.09, Change: -0.04, ChangePercent: -1.88, Volume: 2783, High: 2.11, Low: 2.09, YearlyHigh: 3.2, YearlyLow: 1.84, YearlyStart: 2.52, YearlyChange: -16.51, Settlement: `Loan`, Contract: `CFD`, Region: `Middle East`, Country: `Iraq`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-04-19`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 412 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/CHF`, Spread: 0.02, Open: 1.0337, Price: 1.04, Buy: 1.03, Sell: 1.03, Change: 0, ChangePercent: 0.08, Volume: 5550, High: 1.03, Low: 1.03, YearlyHigh: 1.11, YearlyLow: 0.98, YearlyStart: 1.04, YearlyChange: -0.12, Settlement: `Cash`, Contract: `Futures`, Region: `Middle East`, Country: `Jordan`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-03-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 413 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `US 10YR Future`, Spread: 0.01, Open: 130.5625, Price: 131.94, Buy: 130.56, Sell: 130.56, Change: 1.36, ChangePercent: 1.04, Volume: 189310, High: 130.63, Low: 130.44, YearlyHigh: 132.64, YearlyLow: 125.48, YearlyStart: 129.06, YearlyChange: 1.18, Settlement: `Cash`, Contract: `Swap`, Region: `Middle East`, Country: `Bahrain`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-03-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 414 }), + new FinancialDataAllItem({ Category: `Index`, Type: `DOW Future`, Spread: 0.01, Open: 17711, Price: 17882.19, Buy: 17712.15, Sell: 17712.16, Change: 170.04, ChangePercent: 0.96, Volume: 22236, High: 17727, Low: 17642, YearlyHigh: 18083, YearlyLow: 15299, YearlyStart: 16691, YearlyChange: 6.12, Settlement: `Cash`, Contract: `Futures`, Region: `Asia Pacific`, Country: `Azerbaijan`, Risk: `High`, Sector: `Private`, Currency: `PLN`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-05-21`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 415 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `BTC/USD`, Spread: 0.06, Open: 93.88, Price: 21059.57, Buy: 21200.76, Sell: 21400.78, Change: 58.8, ChangePercent: 0.28, Volume: 5788000, High: 22400.05, Low: 20100.75, YearlyHigh: 62400.7, YearlyLow: 15100.88, YearlyStart: 21200.29, YearlyChange: -20.62, Settlement: `Cash`, Contract: `Swap`, Region: `Asia Pacific`, Country: `Malaysia`, Risk: `Low`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-06-10`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 416 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Palladium`, Spread: 0.01, Open: 600.55, Price: 610.38, Buy: 601, Sell: 601.01, Change: 9.38, ChangePercent: 1.56, Volume: 651, High: 607.2, Low: 598.4, YearlyHigh: 690, YearlyLow: 458.6, YearlyStart: 574.3, YearlyChange: 4.65, Settlement: `Cash`, Contract: `Swap`, Region: `North America`, Country: `United States`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-04-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 417 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P 600 MINI`, Spread: 0.01, Open: 687.9, Price: 693.38, Buy: 687.9, Sell: 687.9, Change: 5.5, ChangePercent: 0.8, Volume: 0, High: 0, Low: 0, YearlyHigh: 620.32, YearlyLow: 595.9, YearlyStart: 608.11, YearlyChange: 13.12, Settlement: `Loan`, Contract: `Swap`, Region: `Asia Pacific`, Country: `Philippines`, Risk: `High`, Sector: `Government`, Currency: `PLN`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-02-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 418 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Palladium`, Spread: 0.01, Open: 600.55, Price: 600.76, Buy: 601, Sell: 601.01, Change: -0.24, ChangePercent: -0.04, Volume: 651, High: 607.2, Low: 598.4, YearlyHigh: 690, YearlyLow: 458.6, YearlyStart: 574.3, YearlyChange: 4.65, Settlement: `Cash`, Contract: `Options`, Region: `Middle East`, Country: `Iraq`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-03-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 419 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Corn`, Spread: 0.01, Open: 379.5, Price: 375.09, Buy: 379.8, Sell: 379.81, Change: -4.71, ChangePercent: -1.24, Volume: 11266, High: 381, Low: 377.75, YearlyHigh: 471.25, YearlyLow: 351.25, YearlyStart: 411.25, YearlyChange: -7.65, Settlement: `Credit`, Contract: `Forwards`, Region: `Asia Pacific`, Country: `Korea`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `Poor`, Issuer: `FedEx`, Maturity: `2022-08-19`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 420 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Ethanol`, Spread: 0.01, Open: 1.512, Price: 2.78, Buy: 2.75, Sell: 2.76, Change: 0.03, ChangePercent: 0.92, Volume: 14, High: 2.75, Low: 1.12, YearlyHigh: 2.75, YearlyLow: 1.12, YearlyStart: 1.48, YearlyChange: 86.7, Settlement: `Cash`, Contract: `Futures`, Region: `South America`, Country: `Suriname`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-05-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 421 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Sugar`, Spread: 0.01, Open: 15.68, Price: 14.44, Buy: 14.67, Sell: 14.68, Change: -0.23, ChangePercent: -1.6, Volume: 4949, High: 15.7, Low: 14.67, YearlyHigh: 16.87, YearlyLow: 11.37, YearlyStart: 14.12, YearlyChange: 3.92, Settlement: `Cash`, Contract: `Options`, Region: `North America`, Country: `United States`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-05-23`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 422 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Ethanol`, Spread: 0.01, Open: 1.512, Price: 2.73, Buy: 2.75, Sell: 2.76, Change: -0.02, ChangePercent: -0.88, Volume: 14, High: 2.75, Low: 1.12, YearlyHigh: 2.75, YearlyLow: 1.12, YearlyStart: 1.48, YearlyChange: 86.7, Settlement: `Loan`, Contract: `Futures`, Region: `Asia Pacific`, Country: `Indonesia`, Risk: `High`, Sector: `Government`, Currency: `PLN`, Security: `High`, Issuer: `FedEx`, Maturity: `2022-07-21`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 423 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `BTC/USD`, Spread: 0.06, Open: 93.88, Price: 21311.58, Buy: 21200.76, Sell: 21400.78, Change: 310.81, ChangePercent: 1.48, Volume: 5788000, High: 22400.05, Low: 20100.75, YearlyHigh: 62400.7, YearlyLow: 15100.88, YearlyStart: 21200.29, YearlyChange: -20.62, Settlement: `Loan`, Contract: `Swap`, Region: `Asia Pacific`, Country: `Australia`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-04-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 424 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Coal`, Spread: 0.015, Open: 0.4363, Price: 0.41, Buy: 0.44, Sell: 0.44, Change: -0.01, ChangePercent: -1.4, Volume: 3, High: 0.44, Low: 0.44, YearlyHigh: 0.48, YearlyLow: 0.4, YearlyStart: 0.44, YearlyChange: -5.33, Settlement: `Cash`, Contract: `Forwards`, Region: `South America`, Country: `Chile`, Risk: `High`, Sector: `Private`, Currency: `PLN`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-01-19`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 425 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Rice`, Spread: 0.01, Open: 11.245, Price: 10.26, Buy: 10.41, Sell: 10.42, Change: -0.16, ChangePercent: -1.52, Volume: 220, High: 11.38, Low: 10.42, YearlyHigh: 14.14, YearlyLow: 9.7, YearlyStart: 11.92, YearlyChange: -12.62, Settlement: `Cash`, Contract: `Forwards`, Region: `Europe`, Country: `Romania`, Risk: `Low`, Sector: `Government`, Currency: `PLN`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-07-21`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 426 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Silver`, Spread: 0.01, Open: 17.43, Price: 17.47, Buy: 17.43, Sell: 17.43, Change: 0.05, ChangePercent: 0.28, Volume: 11720, High: 17.51, Low: 17.37, YearlyHigh: 18.06, YearlyLow: 13.73, YearlyStart: 15.89, YearlyChange: 9.59, Settlement: `Cash`, Contract: `CFD`, Region: `Africa`, Country: `Senegal`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-04-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 427 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `US 10YR Future`, Spread: 0.01, Open: 130.5625, Price: 132.57, Buy: 130.56, Sell: 130.56, Change: 1.99, ChangePercent: 1.52, Volume: 189310, High: 130.63, Low: 130.44, YearlyHigh: 132.64, YearlyLow: 125.48, YearlyStart: 129.06, YearlyChange: 1.18, Settlement: `Cash`, Contract: `Options`, Region: `Europe`, Country: `Bulgaria`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-02-19`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 428 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Gold`, Spread: 0.01, Open: 1281.1, Price: 1258.7, Buy: 1280.73, Sell: 1280.74, Change: -22.03, ChangePercent: -1.72, Volume: 48387, High: 1289.5, Low: 1279.1, YearlyHigh: 1306, YearlyLow: 1047.2, YearlyStart: 1176.6, YearlyChange: 8.85, Settlement: `Credit`, Contract: `Swap`, Region: `Europe`, Country: `Croatia`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-07-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 429 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `LV Cattle`, Spread: 0.01, Open: 120.725, Price: 122.15, Buy: 120.72, Sell: 120.72, Change: 1.45, ChangePercent: 1.2, Volume: 4, High: 120.72, Low: 120.72, YearlyHigh: 147.98, YearlyLow: 113.9, YearlyStart: 130.94, YearlyChange: -7.82, Settlement: `Loan`, Contract: `Options`, Region: `Africa`, Country: `Libya`, Risk: `High`, Sector: `Public`, Currency: `PLN`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-07-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 430 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Cotton`, Spread: 0.01, Open: 61.77, Price: 61.49, Buy: 61.77, Sell: 61.77, Change: -0.27, ChangePercent: -0.44, Volume: 3612, High: 62.06, Low: 61.32, YearlyHigh: 67.59, YearlyLow: 54.33, YearlyStart: 60.96, YearlyChange: 1.31, Settlement: `Cash`, Contract: `Swap`, Region: `Asia Pacific`, Country: `Hong Kong`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-04-21`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 431 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/CHF`, Spread: 0.02, Open: 1.0337, Price: 1.04, Buy: 1.03, Sell: 1.03, Change: 0, ChangePercent: -0.4, Volume: 5550, High: 1.03, Low: 1.03, YearlyHigh: 1.11, YearlyLow: 0.98, YearlyStart: 1.04, YearlyChange: -0.12, Settlement: `Cash`, Contract: `CFD`, Region: `Middle East`, Country: `Bahrain`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-02-22`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 432 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Ethanol`, Spread: 0.01, Open: 1.512, Price: 2.71, Buy: 2.75, Sell: 2.76, Change: -0.04, ChangePercent: -1.6, Volume: 14, High: 2.75, Low: 1.12, YearlyHigh: 2.75, YearlyLow: 1.12, YearlyStart: 1.48, YearlyChange: 86.7, Settlement: `Cash`, Contract: `CFD`, Region: `Europe`, Country: `Bulgaria`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-01-22`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 433 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `Lean Hogs`, Spread: 0.01, Open: 81.275, Price: 83.19, Buy: 81.81, Sell: 81.82, Change: 1.38, ChangePercent: 1.68, Volume: 1, High: 81.81, Low: 81.28, YearlyHigh: 83.98, YearlyLow: 70.25, YearlyStart: 77.11, YearlyChange: 6.09, Settlement: `Credit`, Contract: `Swap`, Region: `Europe`, Country: `Greece`, Risk: `High`, Sector: `Public`, Currency: `USD`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-04-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 434 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Milk`, Spread: 0.01, Open: 12.87, Price: 12.89, Buy: 12.87, Sell: 12.87, Change: 0.03, ChangePercent: 0.2, Volume: 7, High: 12.89, Low: 12.81, YearlyHigh: 16.96, YearlyLow: 12.81, YearlyStart: 14.88, YearlyChange: -13.6, Settlement: `Cash`, Contract: `Forwards`, Region: `Europe`, Country: `Russia`, Risk: `High`, Sector: `Private`, Currency: `PLN`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-02-21`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 435 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P MID MINI`, Spread: 0.01, Open: 1454.3, Price: 1472.09, Buy: 1455.78, Sell: 1455.79, Change: 16.31, ChangePercent: 1.12, Volume: 338, High: 1455.78, Low: 1448, YearlyHigh: 1527.3, YearlyLow: 1236, YearlyStart: 1381.65, YearlyChange: 5.37, Settlement: `Cash`, Contract: `Options`, Region: `South America`, Country: `Guyana`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-08-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 436 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `US 2Y Future`, Spread: 0.01, Open: 109.3984, Price: 110.31, Buy: 109.4, Sell: 109.4, Change: 0.92, ChangePercent: 0.84, Volume: 17742, High: 109.41, Low: 109.38, YearlyHigh: 109.8, YearlyLow: 108.62, YearlyStart: 109.21, YearlyChange: 0.16, Settlement: `Cash`, Contract: `Futures`, Region: `Asia Pacific`, Country: `Azerbaijan`, Risk: `Low`, Sector: `Public`, Currency: `EUR`, Security: `High`, Issuer: `FedEx`, Maturity: `2022-04-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 437 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `OJ Future`, Spread: 0.01, Open: 140.6, Price: 141.25, Buy: 140.18, Sell: 140.19, Change: 1.06, ChangePercent: 0.76, Volume: 7, High: 140.19, Low: 0, YearlyHigh: 155.95, YearlyLow: 113, YearlyStart: 134.47, YearlyChange: 4.25, Settlement: `Cash`, Contract: `Swap`, Region: `Europe`, Country: `Czechia`, Risk: `Low`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-08-16`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 438 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Coffee`, Spread: 0.01, Open: 125.7, Price: 123.63, Buy: 125.7, Sell: 125.7, Change: -2.06, ChangePercent: -1.64, Volume: 1654, High: 125.8, Low: 125, YearlyHigh: 155.75, YearlyLow: 115.35, YearlyStart: 135.55, YearlyChange: -7.27, Settlement: `Credit`, Contract: `Futures`, Region: `South America`, Country: `Brazil`, Risk: `Low`, Sector: `Government`, Currency: `PLN`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-05-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 439 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Coffee`, Spread: 0.01, Open: 125.7, Price: 124.03, Buy: 125.7, Sell: 125.7, Change: -1.66, ChangePercent: -1.32, Volume: 1654, High: 125.8, Low: 125, YearlyHigh: 155.75, YearlyLow: 115.35, YearlyStart: 135.55, YearlyChange: -7.27, Settlement: `Cash`, Contract: `Options`, Region: `South America`, Country: `Suriname`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-03-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 440 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Cotton`, Spread: 0.01, Open: 61.77, Price: 60.72, Buy: 61.77, Sell: 61.77, Change: -1.04, ChangePercent: -1.68, Volume: 3612, High: 62.06, Low: 61.32, YearlyHigh: 67.59, YearlyLow: 54.33, YearlyStart: 60.96, YearlyChange: 1.31, Settlement: `Cash`, Contract: `CFD`, Region: `Africa`, Country: `Cameroon`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-03-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 441 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `FD Cattle`, Spread: 0.01, Open: 147.175, Price: 148.25, Buy: 148.6, Sell: 148.61, Change: -0.36, ChangePercent: -0.24, Volume: 5, High: 148.61, Low: 147.18, YearlyHigh: 190, YearlyLow: 138.1, YearlyStart: 164.05, YearlyChange: -9.41, Settlement: `Credit`, Contract: `Swap`, Region: `Africa`, Country: `Ethiopia`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-08-11`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 442 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `GBP/USD`, Spread: 0.02, Open: 1.4464, Price: 1.19, Buy: 1.18, Sell: 1.2, Change: 0, ChangePercent: -0.72, Volume: 29450, High: 1.45, Low: 1.19, YearlyHigh: 1.59, YearlyLow: 1.19, YearlyStart: 1.49, YearlyChange: -19.59, Settlement: `Loan`, Contract: `CFD`, Region: `Middle East`, Country: `Syria`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-08-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 443 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P MID MINI`, Spread: 0.01, Open: 1454.3, Price: 1437.15, Buy: 1455.78, Sell: 1455.79, Change: -18.63, ChangePercent: -1.28, Volume: 338, High: 1455.78, Low: 1448, YearlyHigh: 1527.3, YearlyLow: 1236, YearlyStart: 1381.65, YearlyChange: 5.37, Settlement: `Loan`, Contract: `Forwards`, Region: `Africa`, Country: `South Africa`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-02-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 444 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Palladium`, Spread: 0.01, Open: 600.55, Price: 595.71, Buy: 601, Sell: 601.01, Change: -5.29, ChangePercent: -0.88, Volume: 651, High: 607.2, Low: 598.4, YearlyHigh: 690, YearlyLow: 458.6, YearlyStart: 574.3, YearlyChange: 4.65, Settlement: `Loan`, Contract: `CFD`, Region: `Middle East`, Country: `Israel`, Risk: `Low`, Sector: `Public`, Currency: `PLN`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-04-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 445 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `AUD/USD`, Spread: 0.02, Open: 0.7344, Price: 0.74, Buy: 0.73, Sell: 0.73, Change: 0, ChangePercent: -0.44, Volume: 36764, High: 0.74, Low: 0.73, YearlyHigh: 0.79, YearlyLow: 0.68, YearlyStart: 0.73, YearlyChange: 1.28, Settlement: `Cash`, Contract: `Swap`, Region: `Europe`, Country: `Switzerland`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `Poor`, Issuer: `FedEx`, Maturity: `2022-02-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 446 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `US 30YR Future`, Spread: 0.01, Open: 164.875, Price: 166.19, Buy: 164.15, Sell: 164.16, Change: 2.03, ChangePercent: 1.24, Volume: 28012, High: 165.25, Low: 164.04, YearlyHigh: 169.38, YearlyLow: 151.47, YearlyStart: 160.43, YearlyChange: 2.33, Settlement: `Cash`, Contract: `Options`, Region: `Middle East`, Country: `Bahrain`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `High`, Issuer: `American Airlines`, Maturity: `2022-02-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 447 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Rice`, Spread: 0.01, Open: 11.245, Price: 10.42, Buy: 10.41, Sell: 10.42, Change: 0, ChangePercent: 0.04, Volume: 220, High: 11.38, Low: 10.42, YearlyHigh: 14.14, YearlyLow: 9.7, YearlyStart: 11.92, YearlyChange: -12.62, Settlement: `Credit`, Contract: `Futures`, Region: `Europe`, Country: `Croatia`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-06-23`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 448 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `Lean Hogs`, Spread: 0.01, Open: 81.275, Price: 82.63, Buy: 81.81, Sell: 81.82, Change: 0.82, ChangePercent: 1, Volume: 1, High: 81.81, Low: 81.28, YearlyHigh: 83.98, YearlyLow: 70.25, YearlyStart: 77.11, YearlyChange: 6.09, Settlement: `Credit`, Contract: `Futures`, Region: `Asia Pacific`, Country: `Indonesia`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-04-10`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 449 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/JPY`, Spread: 0.02, Open: 9275.5, Price: 9429.48, Buy: 9277.32, Sell: 9277.34, Change: 152.15, ChangePercent: 1.64, Volume: 47734, High: 9277.33, Low: 0.93, YearlyHigh: 9483, YearlyLow: 0.93, YearlyStart: 4741.97, YearlyChange: 95.64, Settlement: `Loan`, Contract: `Swap`, Region: `North America`, Country: `United States`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-01-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 450 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `BTC/USD`, Spread: 0.06, Open: 93.88, Price: 20899.97, Buy: 21200.76, Sell: 21400.78, Change: -100.8, ChangePercent: -0.48, Volume: 5788000, High: 22400.05, Low: 20100.75, YearlyHigh: 62400.7, YearlyLow: 15100.88, YearlyStart: 21200.29, YearlyChange: -20.62, Settlement: `Loan`, Contract: `Futures`, Region: `Middle East`, Country: `Israel`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-02-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 451 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `US 10YR Future`, Spread: 0.01, Open: 130.5625, Price: 131.16, Buy: 130.56, Sell: 130.56, Change: 0.58, ChangePercent: 0.44, Volume: 189310, High: 130.63, Low: 130.44, YearlyHigh: 132.64, YearlyLow: 125.48, YearlyStart: 129.06, YearlyChange: 1.18, Settlement: `Loan`, Contract: `CFD`, Region: `Middle East`, Country: `Saudi Arabia`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-04-23`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 452 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Wheat`, Spread: 0.01, Open: 465.5, Price: 461.05, Buy: 465.5, Sell: 465.5, Change: -4.47, ChangePercent: -0.96, Volume: 4318, High: 467, Low: 463.25, YearlyHigh: 628.5, YearlyLow: 449.5, YearlyStart: 539, YearlyChange: -13.63, Settlement: `Cash`, Contract: `Futures`, Region: `Asia Pacific`, Country: `China`, Risk: `Low`, Sector: `Government`, Currency: `PLN`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-03-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 453 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `OJ Future`, Spread: 0.01, Open: 140.6, Price: 140.81, Buy: 140.18, Sell: 140.19, Change: 0.62, ChangePercent: 0.44, Volume: 7, High: 140.19, Low: 0, YearlyHigh: 155.95, YearlyLow: 113, YearlyStart: 134.47, YearlyChange: 4.25, Settlement: `Loan`, Contract: `Futures`, Region: `Asia Pacific`, Country: `Malaysia`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-05-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 454 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `AUD/USD`, Spread: 0.02, Open: 0.7344, Price: 0.74, Buy: 0.73, Sell: 0.73, Change: 0, ChangePercent: -0.8, Volume: 36764, High: 0.74, Low: 0.73, YearlyHigh: 0.79, YearlyLow: 0.68, YearlyStart: 0.73, YearlyChange: 1.28, Settlement: `Cash`, Contract: `Options`, Region: `Middle East`, Country: `Bahrain`, Risk: `Low`, Sector: `Public`, Currency: `EUR`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-02-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 455 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Copper`, Spread: 0.02, Open: 2.123, Price: 2.14, Buy: 2.12, Sell: 2.12, Change: 0.03, ChangePercent: 1.4, Volume: 28819, High: 2.16, Low: 2.11, YearlyHigh: 2.94, YearlyLow: 1.96, YearlyStart: 2.45, YearlyChange: -13.76, Settlement: `Cash`, Contract: `Options`, Region: `Africa`, Country: `South Africa`, Risk: `High`, Sector: `Private`, Currency: `PLN`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-03-11`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 456 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Uranium`, Spread: 0.02, Open: 27.55, Price: 27.66, Buy: 27.55, Sell: 27.55, Change: 0.08, ChangePercent: 0.28, Volume: 12, High: 27.55, Low: 27.55, YearlyHigh: 29.32, YearlyLow: 21.28, YearlyStart: 25.3, YearlyChange: 9.01, Settlement: `Cash`, Contract: `CFD`, Region: `Europe`, Country: `Finland`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-04-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 457 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Oil`, Spread: 0.015, Open: 45.54, Price: 45.31, Buy: 45.78, Sell: 45.8, Change: -0.48, ChangePercent: -1.04, Volume: 107196, High: 45.94, Low: 45, YearlyHigh: 65.28, YearlyLow: 30.79, YearlyStart: 48.03, YearlyChange: -4.67, Settlement: `Cash`, Contract: `Swap`, Region: `Africa`, Country: `Ethiopia`, Risk: `Low`, Sector: `Public`, Currency: `USD`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-01-24`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 458 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/JPY`, Spread: 0.02, Open: 9275.5, Price: 9277.33, Buy: 9277.32, Sell: 9277.34, Change: 0, ChangePercent: 0, Volume: 47734, High: 9277.33, Low: 0.93, YearlyHigh: 9483, YearlyLow: 0.93, YearlyStart: 4741.97, YearlyChange: 95.64, Settlement: `Cash`, Contract: `Options`, Region: `Middle East`, Country: `Lebanon`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-01-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 459 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Rice`, Spread: 0.01, Open: 11.245, Price: 10.43, Buy: 10.41, Sell: 10.42, Change: 0.01, ChangePercent: 0.12, Volume: 220, High: 11.38, Low: 10.42, YearlyHigh: 14.14, YearlyLow: 9.7, YearlyStart: 11.92, YearlyChange: -12.62, Settlement: `Credit`, Contract: `Futures`, Region: `Middle East`, Country: `Israel`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `Poor`, Issuer: `FedEx`, Maturity: `2022-07-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 460 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Coal`, Spread: 0.015, Open: 0.4363, Price: 0.41, Buy: 0.44, Sell: 0.44, Change: -0.01, ChangePercent: -0.52, Volume: 3, High: 0.44, Low: 0.44, YearlyHigh: 0.48, YearlyLow: 0.4, YearlyStart: 0.44, YearlyChange: -5.33, Settlement: `Cash`, Contract: `CFD`, Region: `Europe`, Country: `Czechia`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-09-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 461 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Coal`, Spread: 0.015, Open: 0.4363, Price: 0.41, Buy: 0.44, Sell: 0.44, Change: -0.01, ChangePercent: -0.8, Volume: 3, High: 0.44, Low: 0.44, YearlyHigh: 0.48, YearlyLow: 0.4, YearlyStart: 0.44, YearlyChange: -5.33, Settlement: `Cash`, Contract: `Options`, Region: `Middle East`, Country: `Lebanon`, Risk: `Low`, Sector: `Government`, Currency: `USD`, Security: `High`, Issuer: `American Airlines`, Maturity: `2022-01-16`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 462 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Coffee`, Spread: 0.01, Open: 125.7, Price: 123.33, Buy: 125.7, Sell: 125.7, Change: -2.36, ChangePercent: -1.88, Volume: 1654, High: 125.8, Low: 125, YearlyHigh: 155.75, YearlyLow: 115.35, YearlyStart: 135.55, YearlyChange: -7.27, Settlement: `Cash`, Contract: `Options`, Region: `Europe`, Country: `Romania`, Risk: `High`, Sector: `Public`, Currency: `USD`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-07-23`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 463 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `Lean Hogs`, Spread: 0.01, Open: 81.275, Price: 80.8, Buy: 81.81, Sell: 81.82, Change: -1.01, ChangePercent: -1.24, Volume: 1, High: 81.81, Low: 81.28, YearlyHigh: 83.98, YearlyLow: 70.25, YearlyStart: 77.11, YearlyChange: 6.09, Settlement: `Credit`, Contract: `Swap`, Region: `North America`, Country: `United States`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-06-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 464 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Rice`, Spread: 0.01, Open: 11.245, Price: 10.47, Buy: 10.41, Sell: 10.42, Change: 0.05, ChangePercent: 0.52, Volume: 220, High: 11.38, Low: 10.42, YearlyHigh: 14.14, YearlyLow: 9.7, YearlyStart: 11.92, YearlyChange: -12.62, Settlement: `Cash`, Contract: `Forwards`, Region: `Middle East`, Country: `Oman`, Risk: `High`, Sector: `Public`, Currency: `USD`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-02-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 465 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P 600 MINI`, Spread: 0.01, Open: 687.9, Price: 684.58, Buy: 687.9, Sell: 687.9, Change: -3.3, ChangePercent: -0.48, Volume: 0, High: 0, Low: 0, YearlyHigh: 620.32, YearlyLow: 595.9, YearlyStart: 608.11, YearlyChange: 13.12, Settlement: `Loan`, Contract: `Futures`, Region: `Middle East`, Country: `Oman`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-09-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 466 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `Euro$ 3M`, Spread: 0.01, Open: 99.18, Price: 100, Buy: 99.18, Sell: 99.18, Change: 0.83, ChangePercent: 0.84, Volume: 29509, High: 99.18, Low: 99.17, YearlyHigh: 99.38, YearlyLow: 98.41, YearlyStart: 98.89, YearlyChange: 0.28, Settlement: `Cash`, Contract: `Forwards`, Region: `Europe`, Country: `Finland`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-02-21`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 467 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Lumber`, Spread: 0.01, Open: 303.9, Price: 302.04, Buy: 304.59, Sell: 304.6, Change: -2.56, ChangePercent: -0.84, Volume: 2, High: 304.6, Low: 303.9, YearlyHigh: 317.1, YearlyLow: 236, YearlyStart: 276.55, YearlyChange: 10.14, Settlement: `Credit`, Contract: `Options`, Region: `Africa`, Country: `Niger`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-04-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 468 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Rice`, Spread: 0.01, Open: 11.245, Price: 10.56, Buy: 10.41, Sell: 10.42, Change: 0.14, ChangePercent: 1.36, Volume: 220, High: 11.38, Low: 10.42, YearlyHigh: 14.14, YearlyLow: 9.7, YearlyStart: 11.92, YearlyChange: -12.62, Settlement: `Cash`, Contract: `Futures`, Region: `Africa`, Country: `Cameroon`, Risk: `Low`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-05-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 469 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `LV Cattle`, Spread: 0.01, Open: 120.725, Price: 119.74, Buy: 120.72, Sell: 120.72, Change: -0.97, ChangePercent: -0.8, Volume: 4, High: 120.72, Low: 120.72, YearlyHigh: 147.98, YearlyLow: 113.9, YearlyStart: 130.94, YearlyChange: -7.82, Settlement: `Cash`, Contract: `Futures`, Region: `Asia Pacific`, Country: `Korea`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-05-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 470 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Platinum`, Spread: 0.01, Open: 1071.6, Price: 1062.96, Buy: 1071.09, Sell: 1071.1, Change: -8.14, ChangePercent: -0.76, Volume: 3039, High: 1081.2, Low: 1070.5, YearlyHigh: 1120.6, YearlyLow: 812.4, YearlyStart: 966.5, YearlyChange: 10.82, Settlement: `Cash`, Contract: `Futures`, Region: `North America`, Country: `Canada`, Risk: `High`, Sector: `Private`, Currency: `PLN`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-07-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 471 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Ethanol`, Spread: 0.01, Open: 1.512, Price: 2.73, Buy: 2.75, Sell: 2.76, Change: -0.02, ChangePercent: -0.88, Volume: 14, High: 2.75, Low: 1.12, YearlyHigh: 2.75, YearlyLow: 1.12, YearlyStart: 1.48, YearlyChange: 86.7, Settlement: `Loan`, Contract: `Swap`, Region: `South America`, Country: `Bolivia`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-02-24`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 472 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `AUD/USD`, Spread: 0.02, Open: 0.7344, Price: 0.76, Buy: 0.73, Sell: 0.73, Change: 0.02, ChangePercent: 1.76, Volume: 36764, High: 0.74, Low: 0.73, YearlyHigh: 0.79, YearlyLow: 0.68, YearlyStart: 0.73, YearlyChange: 1.28, Settlement: `Credit`, Contract: `Swap`, Region: `Africa`, Country: `Libya`, Risk: `Low`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-07-11`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 473 }), + new FinancialDataAllItem({ Category: `Index`, Type: `DOW Future`, Spread: 0.01, Open: 17711, Price: 18038.06, Buy: 17712.15, Sell: 17712.16, Change: 325.91, ChangePercent: 1.84, Volume: 22236, High: 17727, Low: 17642, YearlyHigh: 18083, YearlyLow: 15299, YearlyStart: 16691, YearlyChange: 6.12, Settlement: `Cash`, Contract: `Forwards`, Region: `Middle East`, Country: `Bahrain`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-02-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 474 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Copper`, Spread: 0.02, Open: 2.123, Price: 2.14, Buy: 2.12, Sell: 2.12, Change: 0.03, ChangePercent: 1.08, Volume: 28819, High: 2.16, Low: 2.11, YearlyHigh: 2.94, YearlyLow: 1.96, YearlyStart: 2.45, YearlyChange: -13.76, Settlement: `Loan`, Contract: `Forwards`, Region: `Europe`, Country: `Poland`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-08-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 475 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Diesel`, Spread: 0.015, Open: 1.3474, Price: 1.37, Buy: 1.35, Sell: 1.35, Change: 0.01, ChangePercent: 0.68, Volume: 2971, High: 1.36, Low: 1.34, YearlyHigh: 2.11, YearlyLow: 0.92, YearlyStart: 1.51, YearlyChange: -10.4, Settlement: `Cash`, Contract: `Forwards`, Region: `Asia Pacific`, Country: `Singapore`, Risk: `High`, Sector: `Public`, Currency: `PLN`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-02-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 476 }), + new FinancialDataAllItem({ Category: `Index`, Type: `NAS Future`, Spread: 0.01, Open: 4341.25, Price: 4402.06, Buy: 4341.25, Sell: 4341.25, Change: 60.78, ChangePercent: 1.4, Volume: 18259, High: 4347, Low: 4318, YearlyHigh: 4719.75, YearlyLow: 3867.75, YearlyStart: 4293.75, YearlyChange: 1.11, Settlement: `Credit`, Contract: `Swap`, Region: `Africa`, Country: `Cameroon`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `High`, Issuer: `FedEx`, Maturity: `2022-05-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 477 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `US 2Y Future`, Spread: 0.01, Open: 109.3984, Price: 110.26, Buy: 109.4, Sell: 109.4, Change: 0.87, ChangePercent: 0.8, Volume: 17742, High: 109.41, Low: 109.38, YearlyHigh: 109.8, YearlyLow: 108.62, YearlyStart: 109.21, YearlyChange: 0.16, Settlement: `Cash`, Contract: `Futures`, Region: `Africa`, Country: `Algeria`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-07-23`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 478 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P Future`, Spread: 0.01, Open: 2057.5, Price: 2020.41, Buy: 2056.6, Sell: 2056.61, Change: -36.19, ChangePercent: -1.76, Volume: 142780, High: 2059.5, Low: 2049, YearlyHigh: 2105.5, YearlyLow: 1794.5, YearlyStart: 1950, YearlyChange: 5.47, Settlement: `Loan`, Contract: `CFD`, Region: `Middle East`, Country: `Jordan`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-07-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 479 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Coal`, Spread: 0.015, Open: 0.4363, Price: 0.42, Buy: 0.44, Sell: 0.44, Change: 0, ChangePercent: 0.52, Volume: 3, High: 0.44, Low: 0.44, YearlyHigh: 0.48, YearlyLow: 0.4, YearlyStart: 0.44, YearlyChange: -5.33, Settlement: `Loan`, Contract: `Swap`, Region: `Europe`, Country: `Finland`, Risk: `Low`, Sector: `Public`, Currency: `PLN`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-07-22`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 480 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Oil`, Spread: 0.015, Open: 45.54, Price: 45.77, Buy: 45.78, Sell: 45.8, Change: -0.02, ChangePercent: -0.04, Volume: 107196, High: 45.94, Low: 45, YearlyHigh: 65.28, YearlyLow: 30.79, YearlyStart: 48.03, YearlyChange: -4.67, Settlement: `Credit`, Contract: `Swap`, Region: `South America`, Country: `Paraguay`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-07-19`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 481 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `Lean Hogs`, Spread: 0.01, Open: 81.275, Price: 81.16, Buy: 81.81, Sell: 81.82, Change: -0.65, ChangePercent: -0.8, Volume: 1, High: 81.81, Low: 81.28, YearlyHigh: 83.98, YearlyLow: 70.25, YearlyStart: 77.11, YearlyChange: 6.09, Settlement: `Cash`, Contract: `Forwards`, Region: `Asia Pacific`, Country: `Singapore`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-06-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 482 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Oats`, Spread: 0.01, Open: 194.5, Price: 196.39, Buy: 194.21, Sell: 194.22, Change: 2.17, ChangePercent: 1.12, Volume: 64, High: 195.75, Low: 194, YearlyHigh: 241.25, YearlyLow: 183.75, YearlyStart: 212.5, YearlyChange: -8.6, Settlement: `Loan`, Contract: `Swap`, Region: `Middle East`, Country: `Qatar`, Risk: `Low`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-08-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 483 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Ethanol`, Spread: 0.01, Open: 1.512, Price: 2.72, Buy: 2.75, Sell: 2.76, Change: -0.03, ChangePercent: -1.36, Volume: 14, High: 2.75, Low: 1.12, YearlyHigh: 2.75, YearlyLow: 1.12, YearlyStart: 1.48, YearlyChange: 86.7, Settlement: `Loan`, Contract: `Options`, Region: `Africa`, Country: `Tunisia`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `FedEx`, Maturity: `2022-06-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 484 }), + new FinancialDataAllItem({ Category: `Index`, Type: `DOW Future`, Spread: 0.01, Open: 17711, Price: 17740.49, Buy: 17712.15, Sell: 17712.16, Change: 28.34, ChangePercent: 0.16, Volume: 22236, High: 17727, Low: 17642, YearlyHigh: 18083, YearlyLow: 15299, YearlyStart: 16691, YearlyChange: 6.12, Settlement: `Cash`, Contract: `Futures`, Region: `Africa`, Country: `Tunisia`, Risk: `Low`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-05-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 485 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `OJ Future`, Spread: 0.01, Open: 140.6, Price: 140.19, Buy: 140.18, Sell: 140.19, Change: 0, ChangePercent: 0, Volume: 7, High: 140.19, Low: 0, YearlyHigh: 155.95, YearlyLow: 113, YearlyStart: 134.47, YearlyChange: 4.25, Settlement: `Cash`, Contract: `Futures`, Region: `Africa`, Country: `Libya`, Risk: `High`, Sector: `Government`, Currency: `PLN`, Security: `High`, Issuer: `American Airlines`, Maturity: `2022-02-24`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 486 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `OJ Future`, Spread: 0.01, Open: 140.6, Price: 139.12, Buy: 140.18, Sell: 140.19, Change: -1.07, ChangePercent: -0.76, Volume: 7, High: 140.19, Low: 0, YearlyHigh: 155.95, YearlyLow: 113, YearlyStart: 134.47, YearlyChange: 4.25, Settlement: `Credit`, Contract: `Swap`, Region: `South America`, Country: `Bolivia`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-01-24`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 487 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Palladium`, Spread: 0.01, Open: 600.55, Price: 594.51, Buy: 601, Sell: 601.01, Change: -6.49, ChangePercent: -1.08, Volume: 651, High: 607.2, Low: 598.4, YearlyHigh: 690, YearlyLow: 458.6, YearlyStart: 574.3, YearlyChange: 4.65, Settlement: `Loan`, Contract: `Options`, Region: `Africa`, Country: `Cameroon`, Risk: `Low`, Sector: `Public`, Currency: `USD`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-04-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 488 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Oats`, Spread: 0.01, Open: 194.5, Price: 193.83, Buy: 194.21, Sell: 194.22, Change: -0.39, ChangePercent: -0.2, Volume: 64, High: 195.75, Low: 194, YearlyHigh: 241.25, YearlyLow: 183.75, YearlyStart: 212.5, YearlyChange: -8.6, Settlement: `Cash`, Contract: `CFD`, Region: `Asia Pacific`, Country: `Korea`, Risk: `High`, Sector: `Government`, Currency: `PLN`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-02-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 489 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/JPY`, Spread: 0.02, Open: 9275.5, Price: 9351.55, Buy: 9277.32, Sell: 9277.34, Change: 74.22, ChangePercent: 0.8, Volume: 47734, High: 9277.33, Low: 0.93, YearlyHigh: 9483, YearlyLow: 0.93, YearlyStart: 4741.97, YearlyChange: 95.64, Settlement: `Loan`, Contract: `Swap`, Region: `North America`, Country: `Canada`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-05-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 490 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P Future`, Spread: 0.01, Open: 2057.5, Price: 2054.96, Buy: 2056.6, Sell: 2056.61, Change: -1.64, ChangePercent: -0.08, Volume: 142780, High: 2059.5, Low: 2049, YearlyHigh: 2105.5, YearlyLow: 1794.5, YearlyStart: 1950, YearlyChange: 5.47, Settlement: `Cash`, Contract: `Forwards`, Region: `Africa`, Country: `Niger`, Risk: `Low`, Sector: `Public`, Currency: `USD`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-01-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 491 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Lumber`, Spread: 0.01, Open: 303.9, Price: 304.84, Buy: 304.59, Sell: 304.6, Change: 0.24, ChangePercent: 0.08, Volume: 2, High: 304.6, Low: 303.9, YearlyHigh: 317.1, YearlyLow: 236, YearlyStart: 276.55, YearlyChange: 10.14, Settlement: `Cash`, Contract: `Swap`, Region: `South America`, Country: `Brazil`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `High`, Issuer: `American Airlines`, Maturity: `2022-04-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 492 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `US 30YR Future`, Spread: 0.01, Open: 164.875, Price: 165.6, Buy: 164.15, Sell: 164.16, Change: 1.44, ChangePercent: 0.88, Volume: 28012, High: 165.25, Low: 164.04, YearlyHigh: 169.38, YearlyLow: 151.47, YearlyStart: 160.43, YearlyChange: 2.33, Settlement: `Loan`, Contract: `Swap`, Region: `Asia Pacific`, Country: `New Zealand`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-04-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 493 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `Euro$ 3M`, Spread: 0.01, Open: 99.18, Price: 99.96, Buy: 99.18, Sell: 99.18, Change: 0.79, ChangePercent: 0.8, Volume: 29509, High: 99.18, Low: 99.17, YearlyHigh: 99.38, YearlyLow: 98.41, YearlyStart: 98.89, YearlyChange: 0.28, Settlement: `Cash`, Contract: `Swap`, Region: `Middle East`, Country: `Israel`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `Poor`, Issuer: `American Airlines`, Maturity: `2022-03-11`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 494 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/JPY`, Spread: 0.02, Open: 9275.5, Price: 9117.76, Buy: 9277.32, Sell: 9277.34, Change: -159.57, ChangePercent: -1.72, Volume: 47734, High: 9277.33, Low: 0.93, YearlyHigh: 9483, YearlyLow: 0.93, YearlyStart: 4741.97, YearlyChange: 95.64, Settlement: `Cash`, Contract: `CFD`, Region: `South America`, Country: `Bolivia`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-07-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 495 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `US 30YR Future`, Spread: 0.01, Open: 164.875, Price: 165.6, Buy: 164.15, Sell: 164.16, Change: 1.44, ChangePercent: 0.88, Volume: 28012, High: 165.25, Low: 164.04, YearlyHigh: 169.38, YearlyLow: 151.47, YearlyStart: 160.43, YearlyChange: 2.33, Settlement: `Credit`, Contract: `Options`, Region: `Europe`, Country: `Czechia`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-07-19`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 496 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Oil`, Spread: 0.015, Open: 45.54, Price: 46.47, Buy: 45.78, Sell: 45.8, Change: 0.68, ChangePercent: 1.48, Volume: 107196, High: 45.94, Low: 45, YearlyHigh: 65.28, YearlyLow: 30.79, YearlyStart: 48.03, YearlyChange: -4.67, Settlement: `Cash`, Contract: `Swap`, Region: `Asia Pacific`, Country: `Indonesia`, Risk: `High`, Sector: `Private`, Currency: `PLN`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-02-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 497 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Lumber`, Spread: 0.01, Open: 303.9, Price: 302.89, Buy: 304.59, Sell: 304.6, Change: -1.71, ChangePercent: -0.56, Volume: 2, High: 304.6, Low: 303.9, YearlyHigh: 317.1, YearlyLow: 236, YearlyStart: 276.55, YearlyChange: 10.14, Settlement: `Cash`, Contract: `CFD`, Region: `Europe`, Country: `Czechia`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-07-22`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 498 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/CHF`, Spread: 0.02, Open: 1.0337, Price: 1.06, Buy: 1.03, Sell: 1.03, Change: 0.02, ChangePercent: 1.76, Volume: 5550, High: 1.03, Low: 1.03, YearlyHigh: 1.11, YearlyLow: 0.98, YearlyStart: 1.04, YearlyChange: -0.12, Settlement: `Cash`, Contract: `Swap`, Region: `Europe`, Country: `Romania`, Risk: `High`, Sector: `Government`, Currency: `PLN`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-06-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 499 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Palladium`, Spread: 0.01, Open: 600.55, Price: 605.09, Buy: 601, Sell: 601.01, Change: 4.09, ChangePercent: 0.68, Volume: 651, High: 607.2, Low: 598.4, YearlyHigh: 690, YearlyLow: 458.6, YearlyStart: 574.3, YearlyChange: 4.65, Settlement: `Loan`, Contract: `Swap`, Region: `Africa`, Country: `Algeria`, Risk: `Low`, Sector: `Public`, Currency: `PLN`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-05-27`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 500 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `Lean Hogs`, Spread: 0.01, Open: 81.275, Price: 82.83, Buy: 81.81, Sell: 81.82, Change: 1.02, ChangePercent: 1.24, Volume: 1, High: 81.81, Low: 81.28, YearlyHigh: 83.98, YearlyLow: 70.25, YearlyStart: 77.11, YearlyChange: 6.09, Settlement: `Cash`, Contract: `CFD`, Region: `Europe`, Country: `Russia`, Risk: `Low`, Sector: `Public`, Currency: `USD`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-01-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 501 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/CHF`, Spread: 0.02, Open: 1.0337, Price: 1.06, Buy: 1.03, Sell: 1.03, Change: 0.02, ChangePercent: 1.44, Volume: 5550, High: 1.03, Low: 1.03, YearlyHigh: 1.11, YearlyLow: 0.98, YearlyStart: 1.04, YearlyChange: -0.12, Settlement: `Cash`, Contract: `Futures`, Region: `Asia Pacific`, Country: `Singapore`, Risk: `Low`, Sector: `Public`, Currency: `EUR`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-05-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 502 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soy oil`, Spread: 0.01, Open: 33.26, Price: 33.53, Buy: 33.77, Sell: 33.78, Change: -0.24, ChangePercent: -0.72, Volume: 10592, High: 33.77, Low: 33.06, YearlyHigh: 35.43, YearlyLow: 26.61, YearlyStart: 31.02, YearlyChange: 8.87, Settlement: `Loan`, Contract: `CFD`, Region: `Asia Pacific`, Country: `Malaysia`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-04-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 503 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Diesel`, Spread: 0.015, Open: 1.3474, Price: 1.33, Buy: 1.35, Sell: 1.35, Change: -0.03, ChangePercent: -1.92, Volume: 2971, High: 1.36, Low: 1.34, YearlyHigh: 2.11, YearlyLow: 0.92, YearlyStart: 1.51, YearlyChange: -10.4, Settlement: `Loan`, Contract: `Futures`, Region: `Africa`, Country: `Nigeria`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-05-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 504 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `AUD/USD`, Spread: 0.02, Open: 0.7344, Price: 0.75, Buy: 0.73, Sell: 0.73, Change: 0.01, ChangePercent: 0.72, Volume: 36764, High: 0.74, Low: 0.73, YearlyHigh: 0.79, YearlyLow: 0.68, YearlyStart: 0.73, YearlyChange: 1.28, Settlement: `Cash`, Contract: `Options`, Region: `Middle East`, Country: `Oman`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-02-21`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 505 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `Euro$ 3M`, Spread: 0.01, Open: 99.18, Price: 99.96, Buy: 99.18, Sell: 99.18, Change: 0.79, ChangePercent: 0.8, Volume: 29509, High: 99.18, Low: 99.17, YearlyHigh: 99.38, YearlyLow: 98.41, YearlyStart: 98.89, YearlyChange: 0.28, Settlement: `Credit`, Contract: `Futures`, Region: `Africa`, Country: `Niger`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-02-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 506 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `US 2Y Future`, Spread: 0.01, Open: 109.3984, Price: 111.58, Buy: 109.4, Sell: 109.4, Change: 2.19, ChangePercent: 2, Volume: 17742, High: 109.41, Low: 109.38, YearlyHigh: 109.8, YearlyLow: 108.62, YearlyStart: 109.21, YearlyChange: 0.16, Settlement: `Cash`, Contract: `Forwards`, Region: `Africa`, Country: `Morocco`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-02-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 507 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Oats`, Spread: 0.01, Open: 194.5, Price: 193.83, Buy: 194.21, Sell: 194.22, Change: -0.39, ChangePercent: -0.2, Volume: 64, High: 195.75, Low: 194, YearlyHigh: 241.25, YearlyLow: 183.75, YearlyStart: 212.5, YearlyChange: -8.6, Settlement: `Cash`, Contract: `Options`, Region: `Africa`, Country: `Egypt`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `FedEx`, Maturity: `2022-06-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 508 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `AUD/USD`, Spread: 0.02, Open: 0.7344, Price: 0.75, Buy: 0.73, Sell: 0.73, Change: 0.01, ChangePercent: 0.92, Volume: 36764, High: 0.74, Low: 0.73, YearlyHigh: 0.79, YearlyLow: 0.68, YearlyStart: 0.73, YearlyChange: 1.28, Settlement: `Cash`, Contract: `Swap`, Region: `Middle East`, Country: `Kuwait`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-07-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 509 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Gold`, Spread: 0.01, Open: 1281.1, Price: 1299.17, Buy: 1280.73, Sell: 1280.74, Change: 18.44, ChangePercent: 1.44, Volume: 48387, High: 1289.5, Low: 1279.1, YearlyHigh: 1306, YearlyLow: 1047.2, YearlyStart: 1176.6, YearlyChange: 8.85, Settlement: `Credit`, Contract: `Swap`, Region: `Middle East`, Country: `Turkey`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-07-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 510 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `Lean Hogs`, Spread: 0.01, Open: 81.275, Price: 81.52, Buy: 81.81, Sell: 81.82, Change: -0.29, ChangePercent: -0.36, Volume: 1, High: 81.81, Low: 81.28, YearlyHigh: 83.98, YearlyLow: 70.25, YearlyStart: 77.11, YearlyChange: 6.09, Settlement: `Cash`, Contract: `Options`, Region: `Africa`, Country: `Cameroon`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-08-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 511 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Silver`, Spread: 0.01, Open: 17.43, Price: 17.4, Buy: 17.43, Sell: 17.43, Change: -0.02, ChangePercent: -0.12, Volume: 11720, High: 17.51, Low: 17.37, YearlyHigh: 18.06, YearlyLow: 13.73, YearlyStart: 15.89, YearlyChange: 9.59, Settlement: `Cash`, Contract: `Forwards`, Region: `Africa`, Country: `Tunisia`, Risk: `High`, Sector: `Public`, Currency: `PLN`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-03-11`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 512 }), + new FinancialDataAllItem({ Category: `Index`, Type: `NAS Future`, Spread: 0.01, Open: 4341.25, Price: 4339.54, Buy: 4341.25, Sell: 4341.25, Change: -1.74, ChangePercent: -0.04, Volume: 18259, High: 4347, Low: 4318, YearlyHigh: 4719.75, YearlyLow: 3867.75, YearlyStart: 4293.75, YearlyChange: 1.11, Settlement: `Cash`, Contract: `Forwards`, Region: `Europe`, Country: `Finland`, Risk: `High`, Sector: `Government`, Currency: `PLN`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-06-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 513 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soy oil`, Spread: 0.01, Open: 33.26, Price: 34.11, Buy: 33.77, Sell: 33.78, Change: 0.34, ChangePercent: 1, Volume: 10592, High: 33.77, Low: 33.06, YearlyHigh: 35.43, YearlyLow: 26.61, YearlyStart: 31.02, YearlyChange: 8.87, Settlement: `Loan`, Contract: `Swap`, Region: `Africa`, Country: `Algeria`, Risk: `High`, Sector: `Private`, Currency: `PLN`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-05-24`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 514 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Silver`, Spread: 0.01, Open: 17.43, Price: 17.12, Buy: 17.43, Sell: 17.43, Change: -0.3, ChangePercent: -1.72, Volume: 11720, High: 17.51, Low: 17.37, YearlyHigh: 18.06, YearlyLow: 13.73, YearlyStart: 15.89, YearlyChange: 9.59, Settlement: `Loan`, Contract: `Options`, Region: `Middle East`, Country: `Lebanon`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-03-10`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 515 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Corn`, Spread: 0.01, Open: 379.5, Price: 377.22, Buy: 379.8, Sell: 379.81, Change: -2.58, ChangePercent: -0.68, Volume: 11266, High: 381, Low: 377.75, YearlyHigh: 471.25, YearlyLow: 351.25, YearlyStart: 411.25, YearlyChange: -7.65, Settlement: `Cash`, Contract: `Options`, Region: `Africa`, Country: `Nigeria`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-05-16`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 516 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soybean`, Spread: 0.01, Open: 1038, Price: 1036.12, Buy: 1038.61, Sell: 1038.62, Change: -2.5, ChangePercent: -0.24, Volume: 20356, High: 1044, Low: 1031.75, YearlyHigh: 1057, YearlyLow: 859.5, YearlyStart: 958.25, YearlyChange: 8.39, Settlement: `Credit`, Contract: `Options`, Region: `Asia Pacific`, Country: `Indonesia`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-02-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 517 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/JPY`, Spread: 0.02, Open: 9275.5, Price: 9195.69, Buy: 9277.32, Sell: 9277.34, Change: -81.64, ChangePercent: -0.88, Volume: 47734, High: 9277.33, Low: 0.93, YearlyHigh: 9483, YearlyLow: 0.93, YearlyStart: 4741.97, YearlyChange: 95.64, Settlement: `Cash`, Contract: `Forwards`, Region: `Asia Pacific`, Country: `Philippines`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-04-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 518 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Palladium`, Spread: 0.01, Open: 600.55, Price: 595.71, Buy: 601, Sell: 601.01, Change: -5.29, ChangePercent: -0.88, Volume: 651, High: 607.2, Low: 598.4, YearlyHigh: 690, YearlyLow: 458.6, YearlyStart: 574.3, YearlyChange: 4.65, Settlement: `Cash`, Contract: `Forwards`, Region: `Africa`, Country: `Libya`, Risk: `High`, Sector: `Public`, Currency: `USD`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-01-24`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 519 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Uranium`, Spread: 0.02, Open: 27.55, Price: 27.65, Buy: 27.55, Sell: 27.55, Change: 0.07, ChangePercent: 0.24, Volume: 12, High: 27.55, Low: 27.55, YearlyHigh: 29.32, YearlyLow: 21.28, YearlyStart: 25.3, YearlyChange: 9.01, Settlement: `Cash`, Contract: `Swap`, Region: `Africa`, Country: `Egypt`, Risk: `High`, Sector: `Public`, Currency: `PLN`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-07-11`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 520 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Coal`, Spread: 0.015, Open: 0.4363, Price: 0.42, Buy: 0.44, Sell: 0.44, Change: 0, ChangePercent: 1.2, Volume: 3, High: 0.44, Low: 0.44, YearlyHigh: 0.48, YearlyLow: 0.4, YearlyStart: 0.44, YearlyChange: -5.33, Settlement: `Cash`, Contract: `Forwards`, Region: `North America`, Country: `Canada`, Risk: `Low`, Sector: `Government`, Currency: `PLN`, Security: `Poor`, Issuer: `FedEx`, Maturity: `2022-02-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 521 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `Lean Hogs`, Spread: 0.01, Open: 81.275, Price: 81.32, Buy: 81.81, Sell: 81.82, Change: -0.49, ChangePercent: -0.6, Volume: 1, High: 81.81, Low: 81.28, YearlyHigh: 83.98, YearlyLow: 70.25, YearlyStart: 77.11, YearlyChange: 6.09, Settlement: `Cash`, Contract: `Swap`, Region: `Asia Pacific`, Country: `Malaysia`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-07-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 522 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soy Meat`, Spread: 0.01, Open: 342.6, Price: 338.23, Buy: 342.6, Sell: 342.6, Change: -4.39, ChangePercent: -1.28, Volume: 5646, High: 345.4, Low: 340.3, YearlyHigh: 353.4, YearlyLow: 261.7, YearlyStart: 307.55, YearlyChange: 11.4, Settlement: `Cash`, Contract: `Swap`, Region: `Europe`, Country: `Estonia`, Risk: `Low`, Sector: `Public`, Currency: `PLN`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-04-16`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 523 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `US 30YR Future`, Spread: 0.01, Open: 164.875, Price: 164.42, Buy: 164.15, Sell: 164.16, Change: 0.26, ChangePercent: 0.16, Volume: 28012, High: 165.25, Low: 164.04, YearlyHigh: 169.38, YearlyLow: 151.47, YearlyStart: 160.43, YearlyChange: 2.33, Settlement: `Cash`, Contract: `Swap`, Region: `Europe`, Country: `Germany`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-03-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 524 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `BTC/USD`, Spread: 0.06, Open: 93.88, Price: 20715.16, Buy: 21200.76, Sell: 21400.78, Change: -285.61, ChangePercent: -1.36, Volume: 5788000, High: 22400.05, Low: 20100.75, YearlyHigh: 62400.7, YearlyLow: 15100.88, YearlyStart: 21200.29, YearlyChange: -20.62, Settlement: `Credit`, Contract: `Options`, Region: `Europe`, Country: `Slovakia`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-08-16`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 525 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Sugar`, Spread: 0.01, Open: 15.68, Price: 14.54, Buy: 14.67, Sell: 14.68, Change: -0.13, ChangePercent: -0.92, Volume: 4949, High: 15.7, Low: 14.67, YearlyHigh: 16.87, YearlyLow: 11.37, YearlyStart: 14.12, YearlyChange: 3.92, Settlement: `Cash`, Contract: `Futures`, Region: `Asia Pacific`, Country: `Malaysia`, Risk: `High`, Sector: `Public`, Currency: `PLN`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-07-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 526 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Oats`, Spread: 0.01, Open: 194.5, Price: 196.55, Buy: 194.21, Sell: 194.22, Change: 2.33, ChangePercent: 1.2, Volume: 64, High: 195.75, Low: 194, YearlyHigh: 241.25, YearlyLow: 183.75, YearlyStart: 212.5, YearlyChange: -8.6, Settlement: `Cash`, Contract: `Forwards`, Region: `Africa`, Country: `Egypt`, Risk: `Low`, Sector: `Public`, Currency: `USD`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-04-19`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 527 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Coal`, Spread: 0.015, Open: 0.4363, Price: 0.41, Buy: 0.44, Sell: 0.44, Change: -0.01, ChangePercent: -1.04, Volume: 3, High: 0.44, Low: 0.44, YearlyHigh: 0.48, YearlyLow: 0.4, YearlyStart: 0.44, YearlyChange: -5.33, Settlement: `Loan`, Contract: `Forwards`, Region: `Africa`, Country: `Cameroon`, Risk: `Low`, Sector: `Government`, Currency: `USD`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-05-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 528 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P 600 MINI`, Spread: 0.01, Open: 687.9, Price: 693.11, Buy: 687.9, Sell: 687.9, Change: 5.23, ChangePercent: 0.76, Volume: 0, High: 0, Low: 0, YearlyHigh: 620.32, YearlyLow: 595.9, YearlyStart: 608.11, YearlyChange: 13.12, Settlement: `Loan`, Contract: `Futures`, Region: `Middle East`, Country: `Israel`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-07-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 529 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Wheat`, Spread: 0.01, Open: 465.5, Price: 470.36, Buy: 465.5, Sell: 465.5, Change: 4.84, ChangePercent: 1.04, Volume: 4318, High: 467, Low: 463.25, YearlyHigh: 628.5, YearlyLow: 449.5, YearlyStart: 539, YearlyChange: -13.63, Settlement: `Credit`, Contract: `Swap`, Region: `Africa`, Country: `Senegal`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `American Airlines`, Maturity: `2022-04-23`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 530 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `OJ Future`, Spread: 0.01, Open: 140.6, Price: 137.72, Buy: 140.18, Sell: 140.19, Change: -2.47, ChangePercent: -1.76, Volume: 7, High: 140.19, Low: 0, YearlyHigh: 155.95, YearlyLow: 113, YearlyStart: 134.47, YearlyChange: 4.25, Settlement: `Loan`, Contract: `Futures`, Region: `Middle East`, Country: `Saudi Arabia`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-05-21`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 531 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Copper`, Spread: 0.02, Open: 2.123, Price: 2.07, Buy: 2.12, Sell: 2.12, Change: -0.04, ChangePercent: -1.8, Volume: 28819, High: 2.16, Low: 2.11, YearlyHigh: 2.94, YearlyLow: 1.96, YearlyStart: 2.45, YearlyChange: -13.76, Settlement: `Cash`, Contract: `Options`, Region: `Middle East`, Country: `Oman`, Risk: `Low`, Sector: `Public`, Currency: `USD`, Security: `High`, Issuer: `FedEx`, Maturity: `2022-08-24`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 532 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Platinum`, Spread: 0.01, Open: 1071.6, Price: 1084.81, Buy: 1071.09, Sell: 1071.1, Change: 13.71, ChangePercent: 1.28, Volume: 3039, High: 1081.2, Low: 1070.5, YearlyHigh: 1120.6, YearlyLow: 812.4, YearlyStart: 966.5, YearlyChange: 10.82, Settlement: `Cash`, Contract: `Swap`, Region: `South America`, Country: `Chile`, Risk: `Low`, Sector: `Public`, Currency: `USD`, Security: `Poor`, Issuer: `FedEx`, Maturity: `2022-02-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 533 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `FD Cattle`, Spread: 0.01, Open: 147.175, Price: 148.31, Buy: 148.6, Sell: 148.61, Change: -0.3, ChangePercent: -0.2, Volume: 5, High: 148.61, Low: 147.18, YearlyHigh: 190, YearlyLow: 138.1, YearlyStart: 164.05, YearlyChange: -9.41, Settlement: `Cash`, Contract: `Swap`, Region: `Middle East`, Country: `Lebanon`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-04-23`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 534 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Wheat`, Spread: 0.01, Open: 465.5, Price: 470.18, Buy: 465.5, Sell: 465.5, Change: 4.66, ChangePercent: 1, Volume: 4318, High: 467, Low: 463.25, YearlyHigh: 628.5, YearlyLow: 449.5, YearlyStart: 539, YearlyChange: -13.63, Settlement: `Cash`, Contract: `Options`, Region: `Middle East`, Country: `Saudi Arabia`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-02-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 535 }), + new FinancialDataAllItem({ Category: `Index`, Type: `DOW Future`, Spread: 0.01, Open: 17711, Price: 17556.28, Buy: 17712.15, Sell: 17712.16, Change: -155.87, ChangePercent: -0.88, Volume: 22236, High: 17727, Low: 17642, YearlyHigh: 18083, YearlyLow: 15299, YearlyStart: 16691, YearlyChange: 6.12, Settlement: `Cash`, Contract: `CFD`, Region: `Africa`, Country: `Niger`, Risk: `High`, Sector: `Public`, Currency: `USD`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-03-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 536 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `OJ Future`, Spread: 0.01, Open: 140.6, Price: 139.46, Buy: 140.18, Sell: 140.19, Change: -0.73, ChangePercent: -0.52, Volume: 7, High: 140.19, Low: 0, YearlyHigh: 155.95, YearlyLow: 113, YearlyStart: 134.47, YearlyChange: 4.25, Settlement: `Loan`, Contract: `Swap`, Region: `Africa`, Country: `South Africa`, Risk: `Low`, Sector: `Government`, Currency: `USD`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-08-22`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 537 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soy Meat`, Spread: 0.01, Open: 342.6, Price: 336.73, Buy: 342.6, Sell: 342.6, Change: -5.89, ChangePercent: -1.72, Volume: 5646, High: 345.4, Low: 340.3, YearlyHigh: 353.4, YearlyLow: 261.7, YearlyStart: 307.55, YearlyChange: 11.4, Settlement: `Loan`, Contract: `Options`, Region: `Middle East`, Country: `Qatar`, Risk: `Low`, Sector: `Public`, Currency: `PLN`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-06-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 538 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Silver`, Spread: 0.01, Open: 17.43, Price: 17.46, Buy: 17.43, Sell: 17.43, Change: 0.04, ChangePercent: 0.24, Volume: 11720, High: 17.51, Low: 17.37, YearlyHigh: 18.06, YearlyLow: 13.73, YearlyStart: 15.89, YearlyChange: 9.59, Settlement: `Loan`, Contract: `Forwards`, Region: `Africa`, Country: `Cameroon`, Risk: `High`, Sector: `Private`, Currency: `PLN`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-04-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 539 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Coal`, Spread: 0.015, Open: 0.4363, Price: 0.41, Buy: 0.44, Sell: 0.44, Change: -0.01, ChangePercent: -1.08, Volume: 3, High: 0.44, Low: 0.44, YearlyHigh: 0.48, YearlyLow: 0.4, YearlyStart: 0.44, YearlyChange: -5.33, Settlement: `Cash`, Contract: `Options`, Region: `Asia Pacific`, Country: `Pakistan`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `American Airlines`, Maturity: `2022-03-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 540 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P Future`, Spread: 0.01, Open: 2057.5, Price: 2039.33, Buy: 2056.6, Sell: 2056.61, Change: -17.27, ChangePercent: -0.84, Volume: 142780, High: 2059.5, Low: 2049, YearlyHigh: 2105.5, YearlyLow: 1794.5, YearlyStart: 1950, YearlyChange: 5.47, Settlement: `Credit`, Contract: `Options`, Region: `North America`, Country: `United States`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-06-23`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 541 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `BTC/USD`, Spread: 0.06, Open: 93.88, Price: 20967.17, Buy: 21200.76, Sell: 21400.78, Change: -33.6, ChangePercent: -0.16, Volume: 5788000, High: 22400.05, Low: 20100.75, YearlyHigh: 62400.7, YearlyLow: 15100.88, YearlyStart: 21200.29, YearlyChange: -20.62, Settlement: `Loan`, Contract: `Swap`, Region: `Europe`, Country: `Russia`, Risk: `High`, Sector: `Public`, Currency: `USD`, Security: `High`, Issuer: `FedEx`, Maturity: `2022-08-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 542 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Palladium`, Spread: 0.01, Open: 600.55, Price: 607.97, Buy: 601, Sell: 601.01, Change: 6.97, ChangePercent: 1.16, Volume: 651, High: 607.2, Low: 598.4, YearlyHigh: 690, YearlyLow: 458.6, YearlyStart: 574.3, YearlyChange: 4.65, Settlement: `Loan`, Contract: `CFD`, Region: `Europe`, Country: `Finland`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-08-21`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 543 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P MID MINI`, Spread: 0.01, Open: 1454.3, Price: 1476.16, Buy: 1455.78, Sell: 1455.79, Change: 20.38, ChangePercent: 1.4, Volume: 338, High: 1455.78, Low: 1448, YearlyHigh: 1527.3, YearlyLow: 1236, YearlyStart: 1381.65, YearlyChange: 5.37, Settlement: `Loan`, Contract: `Futures`, Region: `South America`, Country: `Brazil`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-08-19`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 544 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soybean`, Spread: 0.01, Open: 1038, Price: 1039.45, Buy: 1038.61, Sell: 1038.62, Change: 0.83, ChangePercent: 0.08, Volume: 20356, High: 1044, Low: 1031.75, YearlyHigh: 1057, YearlyLow: 859.5, YearlyStart: 958.25, YearlyChange: 8.39, Settlement: `Cash`, Contract: `Options`, Region: `Asia Pacific`, Country: `Malaysia`, Risk: `High`, Sector: `Government`, Currency: `USD`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-04-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 545 }), + new FinancialDataAllItem({ Category: `Index`, Type: `DOW Future`, Spread: 0.01, Open: 17711, Price: 17535.03, Buy: 17712.15, Sell: 17712.16, Change: -177.12, ChangePercent: -1, Volume: 22236, High: 17727, Low: 17642, YearlyHigh: 18083, YearlyLow: 15299, YearlyStart: 16691, YearlyChange: 6.12, Settlement: `Cash`, Contract: `Forwards`, Region: `Africa`, Country: `Egypt`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `High`, Issuer: `American Airlines`, Maturity: `2022-08-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 546 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Coal`, Spread: 0.015, Open: 0.4363, Price: 0.42, Buy: 0.44, Sell: 0.44, Change: 0, ChangePercent: 1.88, Volume: 3, High: 0.44, Low: 0.44, YearlyHigh: 0.48, YearlyLow: 0.4, YearlyStart: 0.44, YearlyChange: -5.33, Settlement: `Cash`, Contract: `Options`, Region: `Asia Pacific`, Country: `Philippines`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-09-22`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 547 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P MID MINI`, Spread: 0.01, Open: 1454.3, Price: 1462.19, Buy: 1455.78, Sell: 1455.79, Change: 6.41, ChangePercent: 0.44, Volume: 338, High: 1455.78, Low: 1448, YearlyHigh: 1527.3, YearlyLow: 1236, YearlyStart: 1381.65, YearlyChange: 5.37, Settlement: `Credit`, Contract: `Options`, Region: `Asia Pacific`, Country: `Australia`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-09-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 548 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Natural Gas`, Spread: 0.02, Open: 2.094, Price: 2.13, Buy: 2.09, Sell: 2.09, Change: 0.03, ChangePercent: 1.16, Volume: 2783, High: 2.11, Low: 2.09, YearlyHigh: 3.2, YearlyLow: 1.84, YearlyStart: 2.52, YearlyChange: -16.51, Settlement: `Cash`, Contract: `Swap`, Region: `Europe`, Country: `Iceland`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `American Airlines`, Maturity: `2022-06-19`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 549 }), + new FinancialDataAllItem({ Category: `Index`, Type: `DOW Future`, Spread: 0.01, Open: 17711, Price: 17563.37, Buy: 17712.15, Sell: 17712.16, Change: -148.78, ChangePercent: -0.84, Volume: 22236, High: 17727, Low: 17642, YearlyHigh: 18083, YearlyLow: 15299, YearlyStart: 16691, YearlyChange: 6.12, Settlement: `Credit`, Contract: `Swap`, Region: `Asia Pacific`, Country: `Japan`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-02-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 550 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Copper`, Spread: 0.02, Open: 2.123, Price: 2.13, Buy: 2.12, Sell: 2.12, Change: 0.02, ChangePercent: 0.84, Volume: 28819, High: 2.16, Low: 2.11, YearlyHigh: 2.94, YearlyLow: 1.96, YearlyStart: 2.45, YearlyChange: -13.76, Settlement: `Cash`, Contract: `Swap`, Region: `Asia Pacific`, Country: `India`, Risk: `High`, Sector: `Private`, Currency: `PLN`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-02-19`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 551 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Lumber`, Spread: 0.01, Open: 303.9, Price: 309.11, Buy: 304.59, Sell: 304.6, Change: 4.51, ChangePercent: 1.48, Volume: 2, High: 304.6, Low: 303.9, YearlyHigh: 317.1, YearlyLow: 236, YearlyStart: 276.55, YearlyChange: 10.14, Settlement: `Cash`, Contract: `Swap`, Region: `Middle East`, Country: `Israel`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-06-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 552 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/CAD`, Spread: 0.02, Open: 0.7744, Price: 0.95, Buy: 0.94, Sell: 0.96, Change: 0, ChangePercent: 0.04, Volume: 13669, High: 0.95, Low: 0.77, YearlyHigh: 0.95, YearlyLow: 0.68, YearlyStart: 0.76, YearlyChange: 26.43, Settlement: `Credit`, Contract: `CFD`, Region: `Middle East`, Country: `Israel`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-02-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 553 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/CAD`, Spread: 0.02, Open: 0.7744, Price: 0.94, Buy: 0.94, Sell: 0.96, Change: -0.01, ChangePercent: -1.88, Volume: 13669, High: 0.95, Low: 0.77, YearlyHigh: 0.95, YearlyLow: 0.68, YearlyStart: 0.76, YearlyChange: 26.43, Settlement: `Credit`, Contract: `Forwards`, Region: `Middle East`, Country: `Syria`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-09-11`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 554 }), + new FinancialDataAllItem({ Category: `Index`, Type: `DOW Future`, Spread: 0.01, Open: 17711, Price: 17506.69, Buy: 17712.15, Sell: 17712.16, Change: -205.46, ChangePercent: -1.16, Volume: 22236, High: 17727, Low: 17642, YearlyHigh: 18083, YearlyLow: 15299, YearlyStart: 16691, YearlyChange: 6.12, Settlement: `Cash`, Contract: `Swap`, Region: `Africa`, Country: `Tunisia`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `High`, Issuer: `FedEx`, Maturity: `2022-07-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 555 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Gold`, Spread: 0.01, Open: 1281.1, Price: 1278.68, Buy: 1280.73, Sell: 1280.74, Change: -2.05, ChangePercent: -0.16, Volume: 48387, High: 1289.5, Low: 1279.1, YearlyHigh: 1306, YearlyLow: 1047.2, YearlyStart: 1176.6, YearlyChange: 8.85, Settlement: `Loan`, Contract: `Swap`, Region: `Europe`, Country: `Ireland`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-04-11`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 556 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `Lean Hogs`, Spread: 0.01, Open: 81.275, Price: 83.19, Buy: 81.81, Sell: 81.82, Change: 1.38, ChangePercent: 1.68, Volume: 1, High: 81.81, Low: 81.28, YearlyHigh: 83.98, YearlyLow: 70.25, YearlyStart: 77.11, YearlyChange: 6.09, Settlement: `Loan`, Contract: `Options`, Region: `North America`, Country: `Mexico`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `American Airlines`, Maturity: `2022-08-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 557 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Gold`, Spread: 0.01, Open: 1281.1, Price: 1281.24, Buy: 1280.73, Sell: 1280.74, Change: 0.51, ChangePercent: 0.04, Volume: 48387, High: 1289.5, Low: 1279.1, YearlyHigh: 1306, YearlyLow: 1047.2, YearlyStart: 1176.6, YearlyChange: 8.85, Settlement: `Cash`, Contract: `Swap`, Region: `Europe`, Country: `Switzerland`, Risk: `Low`, Sector: `Government`, Currency: `PLN`, Security: `Poor`, Issuer: `FedEx`, Maturity: `2022-07-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 558 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Coffee`, Spread: 0.01, Open: 125.7, Price: 125.59, Buy: 125.7, Sell: 125.7, Change: -0.1, ChangePercent: -0.08, Volume: 1654, High: 125.8, Low: 125, YearlyHigh: 155.75, YearlyLow: 115.35, YearlyStart: 135.55, YearlyChange: -7.27, Settlement: `Credit`, Contract: `Futures`, Region: `Asia Pacific`, Country: `Japan`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `Poor`, Issuer: `American Airlines`, Maturity: `2022-06-21`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 559 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soy Meat`, Spread: 0.01, Open: 342.6, Price: 341.39, Buy: 342.6, Sell: 342.6, Change: -1.23, ChangePercent: -0.36, Volume: 5646, High: 345.4, Low: 340.3, YearlyHigh: 353.4, YearlyLow: 261.7, YearlyStart: 307.55, YearlyChange: 11.4, Settlement: `Loan`, Contract: `Futures`, Region: `Middle East`, Country: `Israel`, Risk: `High`, Sector: `Public`, Currency: `USD`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-05-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 560 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Platinum`, Spread: 0.01, Open: 1071.6, Price: 1067.67, Buy: 1071.09, Sell: 1071.1, Change: -3.43, ChangePercent: -0.32, Volume: 3039, High: 1081.2, Low: 1070.5, YearlyHigh: 1120.6, YearlyLow: 812.4, YearlyStart: 966.5, YearlyChange: 10.82, Settlement: `Cash`, Contract: `Swap`, Region: `Asia Pacific`, Country: `Taiwan`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `High`, Issuer: `FedEx`, Maturity: `2022-02-24`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 561 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `Euro$ 3M`, Spread: 0.01, Open: 99.18, Price: 99.33, Buy: 99.18, Sell: 99.18, Change: 0.16, ChangePercent: 0.16, Volume: 29509, High: 99.18, Low: 99.17, YearlyHigh: 99.38, YearlyLow: 98.41, YearlyStart: 98.89, YearlyChange: 0.28, Settlement: `Cash`, Contract: `Futures`, Region: `South America`, Country: `Brazil`, Risk: `High`, Sector: `Private`, Currency: `PLN`, Security: `High`, Issuer: `American Airlines`, Maturity: `2022-08-10`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 562 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `BTC/USD`, Spread: 0.06, Open: 93.88, Price: 20740.36, Buy: 21200.76, Sell: 21400.78, Change: -260.41, ChangePercent: -1.24, Volume: 5788000, High: 22400.05, Low: 20100.75, YearlyHigh: 62400.7, YearlyLow: 15100.88, YearlyStart: 21200.29, YearlyChange: -20.62, Settlement: `Loan`, Contract: `Forwards`, Region: `Asia Pacific`, Country: `New Zealand`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-07-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 563 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `OJ Future`, Spread: 0.01, Open: 140.6, Price: 141.48, Buy: 140.18, Sell: 140.19, Change: 1.29, ChangePercent: 0.92, Volume: 7, High: 140.19, Low: 0, YearlyHigh: 155.95, YearlyLow: 113, YearlyStart: 134.47, YearlyChange: 4.25, Settlement: `Cash`, Contract: `Swap`, Region: `Europe`, Country: `Bulgaria`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-03-19`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 564 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/CHF`, Spread: 0.02, Open: 1.0337, Price: 1.05, Buy: 1.03, Sell: 1.03, Change: 0.01, ChangePercent: 0.28, Volume: 5550, High: 1.03, Low: 1.03, YearlyHigh: 1.11, YearlyLow: 0.98, YearlyStart: 1.04, YearlyChange: -0.12, Settlement: `Loan`, Contract: `Swap`, Region: `South America`, Country: `Bolivia`, Risk: `Low`, Sector: `Government`, Currency: `PLN`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-09-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 565 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/CHF`, Spread: 0.02, Open: 1.0337, Price: 1.04, Buy: 1.03, Sell: 1.03, Change: 0, ChangePercent: -0.4, Volume: 5550, High: 1.03, Low: 1.03, YearlyHigh: 1.11, YearlyLow: 0.98, YearlyStart: 1.04, YearlyChange: -0.12, Settlement: `Cash`, Contract: `Options`, Region: `Asia Pacific`, Country: `Indonesia`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-09-11`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 566 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Sugar`, Spread: 0.01, Open: 15.68, Price: 14.87, Buy: 14.67, Sell: 14.68, Change: 0.2, ChangePercent: 1.32, Volume: 4949, High: 15.7, Low: 14.67, YearlyHigh: 16.87, YearlyLow: 11.37, YearlyStart: 14.12, YearlyChange: 3.92, Settlement: `Loan`, Contract: `Futures`, Region: `Middle East`, Country: `Iran`, Risk: `Low`, Sector: `Government`, Currency: `USD`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-04-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 567 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Coal`, Spread: 0.015, Open: 0.4363, Price: 0.41, Buy: 0.44, Sell: 0.44, Change: -0.01, ChangePercent: -0.96, Volume: 3, High: 0.44, Low: 0.44, YearlyHigh: 0.48, YearlyLow: 0.4, YearlyStart: 0.44, YearlyChange: -5.33, Settlement: `Cash`, Contract: `Options`, Region: `Europe`, Country: `Belgium`, Risk: `Low`, Sector: `Public`, Currency: `USD`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-02-19`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 568 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Corn`, Spread: 0.01, Open: 379.5, Price: 379.35, Buy: 379.8, Sell: 379.81, Change: -0.45, ChangePercent: -0.12, Volume: 11266, High: 381, Low: 377.75, YearlyHigh: 471.25, YearlyLow: 351.25, YearlyStart: 411.25, YearlyChange: -7.65, Settlement: `Cash`, Contract: `Options`, Region: `Asia Pacific`, Country: `Korea`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `FedEx`, Maturity: `2022-02-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 569 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `US 30YR Future`, Spread: 0.01, Open: 164.875, Price: 163.5, Buy: 164.15, Sell: 164.16, Change: -0.66, ChangePercent: -0.4, Volume: 28012, High: 165.25, Low: 164.04, YearlyHigh: 169.38, YearlyLow: 151.47, YearlyStart: 160.43, YearlyChange: 2.33, Settlement: `Credit`, Contract: `Swap`, Region: `Asia Pacific`, Country: `Pakistan`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-02-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 570 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `FD Cattle`, Spread: 0.01, Open: 147.175, Price: 149.68, Buy: 148.6, Sell: 148.61, Change: 1.07, ChangePercent: 0.72, Volume: 5, High: 148.61, Low: 147.18, YearlyHigh: 190, YearlyLow: 138.1, YearlyStart: 164.05, YearlyChange: -9.41, Settlement: `Cash`, Contract: `CFD`, Region: `Asia Pacific`, Country: `Azerbaijan`, Risk: `High`, Sector: `Public`, Currency: `USD`, Security: `Poor`, Issuer: `American Airlines`, Maturity: `2022-05-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 571 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/JPY`, Spread: 0.02, Open: 9275.5, Price: 9140.03, Buy: 9277.32, Sell: 9277.34, Change: -137.3, ChangePercent: -1.48, Volume: 47734, High: 9277.33, Low: 0.93, YearlyHigh: 9483, YearlyLow: 0.93, YearlyStart: 4741.97, YearlyChange: 95.64, Settlement: `Credit`, Contract: `Options`, Region: `Asia Pacific`, Country: `New Zealand`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `Poor`, Issuer: `FedEx`, Maturity: `2022-04-21`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 572 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `FD Cattle`, Spread: 0.01, Open: 147.175, Price: 149.14, Buy: 148.6, Sell: 148.61, Change: 0.53, ChangePercent: 0.36, Volume: 5, High: 148.61, Low: 147.18, YearlyHigh: 190, YearlyLow: 138.1, YearlyStart: 164.05, YearlyChange: -9.41, Settlement: `Credit`, Contract: `CFD`, Region: `Middle East`, Country: `Bahrain`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-06-23`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 573 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Silver`, Spread: 0.01, Open: 17.43, Price: 17.62, Buy: 17.43, Sell: 17.43, Change: 0.2, ChangePercent: 1.12, Volume: 11720, High: 17.51, Low: 17.37, YearlyHigh: 18.06, YearlyLow: 13.73, YearlyStart: 15.89, YearlyChange: 9.59, Settlement: `Cash`, Contract: `Options`, Region: `North America`, Country: `United States`, Risk: `High`, Sector: `Public`, Currency: `USD`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-02-10`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 574 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Lumber`, Spread: 0.01, Open: 303.9, Price: 302.65, Buy: 304.59, Sell: 304.6, Change: -1.95, ChangePercent: -0.64, Volume: 2, High: 304.6, Low: 303.9, YearlyHigh: 317.1, YearlyLow: 236, YearlyStart: 276.55, YearlyChange: 10.14, Settlement: `Cash`, Contract: `Futures`, Region: `South America`, Country: `Colombia`, Risk: `Low`, Sector: `Public`, Currency: `USD`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-01-21`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 575 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Uranium`, Spread: 0.02, Open: 27.55, Price: 27.19, Buy: 27.55, Sell: 27.55, Change: -0.39, ChangePercent: -1.4, Volume: 12, High: 27.55, Low: 27.55, YearlyHigh: 29.32, YearlyLow: 21.28, YearlyStart: 25.3, YearlyChange: 9.01, Settlement: `Cash`, Contract: `Swap`, Region: `Europe`, Country: `Sweden`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-05-16`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 576 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soy oil`, Spread: 0.01, Open: 33.26, Price: 33.38, Buy: 33.77, Sell: 33.78, Change: -0.39, ChangePercent: -1.16, Volume: 10592, High: 33.77, Low: 33.06, YearlyHigh: 35.43, YearlyLow: 26.61, YearlyStart: 31.02, YearlyChange: 8.87, Settlement: `Credit`, Contract: `CFD`, Region: `South America`, Country: `Paraguay`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-06-19`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 577 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `FD Cattle`, Spread: 0.01, Open: 147.175, Price: 148.25, Buy: 148.6, Sell: 148.61, Change: -0.36, ChangePercent: -0.24, Volume: 5, High: 148.61, Low: 147.18, YearlyHigh: 190, YearlyLow: 138.1, YearlyStart: 164.05, YearlyChange: -9.41, Settlement: `Credit`, Contract: `Options`, Region: `Europe`, Country: `Italy`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-06-10`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 578 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Coal`, Spread: 0.015, Open: 0.4363, Price: 0.41, Buy: 0.44, Sell: 0.44, Change: -0.01, ChangePercent: -1.12, Volume: 3, High: 0.44, Low: 0.44, YearlyHigh: 0.48, YearlyLow: 0.4, YearlyStart: 0.44, YearlyChange: -5.33, Settlement: `Cash`, Contract: `CFD`, Region: `Middle East`, Country: `UAE`, Risk: `Low`, Sector: `Government`, Currency: `PLN`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-04-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 579 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `Lean Hogs`, Spread: 0.01, Open: 81.275, Price: 83.25, Buy: 81.81, Sell: 81.82, Change: 1.44, ChangePercent: 1.76, Volume: 1, High: 81.81, Low: 81.28, YearlyHigh: 83.98, YearlyLow: 70.25, YearlyStart: 77.11, YearlyChange: 6.09, Settlement: `Cash`, Contract: `Futures`, Region: `Asia Pacific`, Country: `Taiwan`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-08-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 580 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `LV Cattle`, Spread: 0.01, Open: 120.725, Price: 119.5, Buy: 120.72, Sell: 120.72, Change: -1.2, ChangePercent: -1, Volume: 4, High: 120.72, Low: 120.72, YearlyHigh: 147.98, YearlyLow: 113.9, YearlyStart: 130.94, YearlyChange: -7.82, Settlement: `Credit`, Contract: `Futures`, Region: `Middle East`, Country: `Turkey`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `High`, Issuer: `American Airlines`, Maturity: `2022-04-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 581 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Gold`, Spread: 0.01, Open: 1281.1, Price: 1285.85, Buy: 1280.73, Sell: 1280.74, Change: 5.12, ChangePercent: 0.4, Volume: 48387, High: 1289.5, Low: 1279.1, YearlyHigh: 1306, YearlyLow: 1047.2, YearlyStart: 1176.6, YearlyChange: 8.85, Settlement: `Cash`, Contract: `Options`, Region: `Middle East`, Country: `Jordan`, Risk: `High`, Sector: `Public`, Currency: `PLN`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-05-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 582 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/CAD`, Spread: 0.02, Open: 0.7744, Price: 0.97, Buy: 0.94, Sell: 0.96, Change: 0.02, ChangePercent: 1.88, Volume: 13669, High: 0.95, Low: 0.77, YearlyHigh: 0.95, YearlyLow: 0.68, YearlyStart: 0.76, YearlyChange: 26.43, Settlement: `Credit`, Contract: `Options`, Region: `Middle East`, Country: `Kuwait`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-08-21`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 583 }), + new FinancialDataAllItem({ Category: `Index`, Type: `NAS Future`, Spread: 0.01, Open: 4341.25, Price: 4303.08, Buy: 4341.25, Sell: 4341.25, Change: -38.2, ChangePercent: -0.88, Volume: 18259, High: 4347, Low: 4318, YearlyHigh: 4719.75, YearlyLow: 3867.75, YearlyStart: 4293.75, YearlyChange: 1.11, Settlement: `Cash`, Contract: `Futures`, Region: `Asia Pacific`, Country: `Singapore`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-02-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 584 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `Euro$ 3M`, Spread: 0.01, Open: 99.18, Price: 98.65, Buy: 99.18, Sell: 99.18, Change: -0.52, ChangePercent: -0.52, Volume: 29509, High: 99.18, Low: 99.17, YearlyHigh: 99.38, YearlyLow: 98.41, YearlyStart: 98.89, YearlyChange: 0.28, Settlement: `Cash`, Contract: `Futures`, Region: `Asia Pacific`, Country: `Azerbaijan`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-08-23`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 585 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Lumber`, Spread: 0.01, Open: 303.9, Price: 309.84, Buy: 304.59, Sell: 304.6, Change: 5.24, ChangePercent: 1.72, Volume: 2, High: 304.6, Low: 303.9, YearlyHigh: 317.1, YearlyLow: 236, YearlyStart: 276.55, YearlyChange: 10.14, Settlement: `Cash`, Contract: `CFD`, Region: `Asia Pacific`, Country: `China`, Risk: `Low`, Sector: `Government`, Currency: `USD`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-03-27`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 586 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `Euro$ 3M`, Spread: 0.01, Open: 99.18, Price: 98.22, Buy: 99.18, Sell: 99.18, Change: -0.95, ChangePercent: -0.96, Volume: 29509, High: 99.18, Low: 99.17, YearlyHigh: 99.38, YearlyLow: 98.41, YearlyStart: 98.89, YearlyChange: 0.28, Settlement: `Credit`, Contract: `Forwards`, Region: `Asia Pacific`, Country: `Thailand`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-02-21`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 587 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `AUD/USD`, Spread: 0.02, Open: 0.7344, Price: 0.74, Buy: 0.73, Sell: 0.73, Change: 0, ChangePercent: -1.08, Volume: 36764, High: 0.74, Low: 0.73, YearlyHigh: 0.79, YearlyLow: 0.68, YearlyStart: 0.73, YearlyChange: 1.28, Settlement: `Cash`, Contract: `Forwards`, Region: `Europe`, Country: `Hungary`, Risk: `Low`, Sector: `Public`, Currency: `PLN`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-01-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 588 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Oil`, Spread: 0.015, Open: 45.54, Price: 46.17, Buy: 45.78, Sell: 45.8, Change: 0.38, ChangePercent: 0.84, Volume: 107196, High: 45.94, Low: 45, YearlyHigh: 65.28, YearlyLow: 30.79, YearlyStart: 48.03, YearlyChange: -4.67, Settlement: `Loan`, Contract: `Futures`, Region: `Europe`, Country: `Bulgaria`, Risk: `High`, Sector: `Private`, Currency: `PLN`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-05-23`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 589 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Uranium`, Spread: 0.02, Open: 27.55, Price: 27.77, Buy: 27.55, Sell: 27.55, Change: 0.19, ChangePercent: 0.68, Volume: 12, High: 27.55, Low: 27.55, YearlyHigh: 29.32, YearlyLow: 21.28, YearlyStart: 25.3, YearlyChange: 9.01, Settlement: `Cash`, Contract: `Swap`, Region: `South America`, Country: `Paraguay`, Risk: `High`, Sector: `Public`, Currency: `PLN`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-06-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 590 }), + new FinancialDataAllItem({ Category: `Index`, Type: `DOW Future`, Spread: 0.01, Open: 17711, Price: 17740.49, Buy: 17712.15, Sell: 17712.16, Change: 28.34, ChangePercent: 0.16, Volume: 22236, High: 17727, Low: 17642, YearlyHigh: 18083, YearlyLow: 15299, YearlyStart: 16691, YearlyChange: 6.12, Settlement: `Cash`, Contract: `Swap`, Region: `South America`, Country: `Guyana`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-03-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 591 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `GBP/USD`, Spread: 0.02, Open: 1.4464, Price: 1.17, Buy: 1.18, Sell: 1.2, Change: -0.02, ChangePercent: -1.92, Volume: 29450, High: 1.45, Low: 1.19, YearlyHigh: 1.59, YearlyLow: 1.19, YearlyStart: 1.49, YearlyChange: -19.59, Settlement: `Credit`, Contract: `Swap`, Region: `Europe`, Country: `United Kingdom`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-05-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 592 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Wheat`, Spread: 0.01, Open: 465.5, Price: 467.75, Buy: 465.5, Sell: 465.5, Change: 2.23, ChangePercent: 0.48, Volume: 4318, High: 467, Low: 463.25, YearlyHigh: 628.5, YearlyLow: 449.5, YearlyStart: 539, YearlyChange: -13.63, Settlement: `Credit`, Contract: `Futures`, Region: `Asia Pacific`, Country: `New Zealand`, Risk: `Low`, Sector: `Public`, Currency: `EUR`, Security: `Poor`, Issuer: `American Airlines`, Maturity: `2022-03-19`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 593 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `FD Cattle`, Spread: 0.01, Open: 147.175, Price: 147.24, Buy: 148.6, Sell: 148.61, Change: -1.37, ChangePercent: -0.92, Volume: 5, High: 148.61, Low: 147.18, YearlyHigh: 190, YearlyLow: 138.1, YearlyStart: 164.05, YearlyChange: -9.41, Settlement: `Loan`, Contract: `CFD`, Region: `Europe`, Country: `United Kingdom`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-05-11`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 594 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Natural Gas`, Spread: 0.02, Open: 2.094, Price: 2.09, Buy: 2.09, Sell: 2.09, Change: -0.01, ChangePercent: -0.76, Volume: 2783, High: 2.11, Low: 2.09, YearlyHigh: 3.2, YearlyLow: 1.84, YearlyStart: 2.52, YearlyChange: -16.51, Settlement: `Cash`, Contract: `Options`, Region: `Europe`, Country: `Slovakia`, Risk: `High`, Sector: `Government`, Currency: `PLN`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-06-11`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 595 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Cotton`, Spread: 0.01, Open: 61.77, Price: 62.95, Buy: 61.77, Sell: 61.77, Change: 1.19, ChangePercent: 1.92, Volume: 3612, High: 62.06, Low: 61.32, YearlyHigh: 67.59, YearlyLow: 54.33, YearlyStart: 60.96, YearlyChange: 1.31, Settlement: `Loan`, Contract: `Forwards`, Region: `North America`, Country: `Canada`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-01-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 596 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Wheat`, Spread: 0.01, Open: 465.5, Price: 463.66, Buy: 465.5, Sell: 465.5, Change: -1.86, ChangePercent: -0.4, Volume: 4318, High: 467, Low: 463.25, YearlyHigh: 628.5, YearlyLow: 449.5, YearlyStart: 539, YearlyChange: -13.63, Settlement: `Cash`, Contract: `Forwards`, Region: `North America`, Country: `Canada`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `High`, Issuer: `FedEx`, Maturity: `2022-07-11`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 597 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `OJ Future`, Spread: 0.01, Open: 140.6, Price: 140.58, Buy: 140.18, Sell: 140.19, Change: 0.39, ChangePercent: 0.28, Volume: 7, High: 140.19, Low: 0, YearlyHigh: 155.95, YearlyLow: 113, YearlyStart: 134.47, YearlyChange: 4.25, Settlement: `Cash`, Contract: `Futures`, Region: `Europe`, Country: `France`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-05-23`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 598 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `LV Cattle`, Spread: 0.01, Open: 120.725, Price: 119.3, Buy: 120.72, Sell: 120.72, Change: -1.41, ChangePercent: -1.16, Volume: 4, High: 120.72, Low: 120.72, YearlyHigh: 147.98, YearlyLow: 113.9, YearlyStart: 130.94, YearlyChange: -7.82, Settlement: `Cash`, Contract: `Futures`, Region: `Africa`, Country: `Senegal`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-03-11`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 599 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Oil`, Spread: 0.015, Open: 45.54, Price: 45.41, Buy: 45.78, Sell: 45.8, Change: -0.38, ChangePercent: -0.84, Volume: 107196, High: 45.94, Low: 45, YearlyHigh: 65.28, YearlyLow: 30.79, YearlyStart: 48.03, YearlyChange: -4.67, Settlement: `Cash`, Contract: `Options`, Region: `Africa`, Country: `Algeria`, Risk: `Low`, Sector: `Government`, Currency: `PLN`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-06-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 600 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Silver`, Spread: 0.01, Open: 17.43, Price: 17.2, Buy: 17.43, Sell: 17.43, Change: -0.22, ChangePercent: -1.24, Volume: 11720, High: 17.51, Low: 17.37, YearlyHigh: 18.06, YearlyLow: 13.73, YearlyStart: 15.89, YearlyChange: 9.59, Settlement: `Loan`, Contract: `Forwards`, Region: `Europe`, Country: `Germany`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-08-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 601 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Lumber`, Spread: 0.01, Open: 303.9, Price: 302.41, Buy: 304.59, Sell: 304.6, Change: -2.19, ChangePercent: -0.72, Volume: 2, High: 304.6, Low: 303.9, YearlyHigh: 317.1, YearlyLow: 236, YearlyStart: 276.55, YearlyChange: 10.14, Settlement: `Credit`, Contract: `Swap`, Region: `Africa`, Country: `Tunisia`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-04-21`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 602 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `US 30YR Future`, Spread: 0.01, Open: 164.875, Price: 164.49, Buy: 164.15, Sell: 164.16, Change: 0.33, ChangePercent: 0.2, Volume: 28012, High: 165.25, Low: 164.04, YearlyHigh: 169.38, YearlyLow: 151.47, YearlyStart: 160.43, YearlyChange: 2.33, Settlement: `Loan`, Contract: `Swap`, Region: `Middle East`, Country: `Saudi Arabia`, Risk: `High`, Sector: `Public`, Currency: `PLN`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-03-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 603 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soy oil`, Spread: 0.01, Open: 33.26, Price: 33.74, Buy: 33.77, Sell: 33.78, Change: -0.03, ChangePercent: -0.08, Volume: 10592, High: 33.77, Low: 33.06, YearlyHigh: 35.43, YearlyLow: 26.61, YearlyStart: 31.02, YearlyChange: 8.87, Settlement: `Cash`, Contract: `Options`, Region: `South America`, Country: `Chile`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-04-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 604 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Corn`, Spread: 0.01, Open: 379.5, Price: 383.9, Buy: 379.8, Sell: 379.81, Change: 4.1, ChangePercent: 1.08, Volume: 11266, High: 381, Low: 377.75, YearlyHigh: 471.25, YearlyLow: 351.25, YearlyStart: 411.25, YearlyChange: -7.65, Settlement: `Credit`, Contract: `Forwards`, Region: `North America`, Country: `Mexico`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-02-24`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 605 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Wheat`, Spread: 0.01, Open: 465.5, Price: 467.38, Buy: 465.5, Sell: 465.5, Change: 1.86, ChangePercent: 0.4, Volume: 4318, High: 467, Low: 463.25, YearlyHigh: 628.5, YearlyLow: 449.5, YearlyStart: 539, YearlyChange: -13.63, Settlement: `Credit`, Contract: `Forwards`, Region: `Europe`, Country: `Bulgaria`, Risk: `Low`, Sector: `Public`, Currency: `USD`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-02-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 606 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soy Meat`, Spread: 0.01, Open: 342.6, Price: 346.05, Buy: 342.6, Sell: 342.6, Change: 3.43, ChangePercent: 1, Volume: 5646, High: 345.4, Low: 340.3, YearlyHigh: 353.4, YearlyLow: 261.7, YearlyStart: 307.55, YearlyChange: 11.4, Settlement: `Cash`, Contract: `Options`, Region: `Africa`, Country: `Morocco`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-05-10`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 607 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soy Meat`, Spread: 0.01, Open: 342.6, Price: 343.44, Buy: 342.6, Sell: 342.6, Change: 0.82, ChangePercent: 0.24, Volume: 5646, High: 345.4, Low: 340.3, YearlyHigh: 353.4, YearlyLow: 261.7, YearlyStart: 307.55, YearlyChange: 11.4, Settlement: `Cash`, Contract: `Swap`, Region: `Asia Pacific`, Country: `China`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-07-19`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 608 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `Euro$ 3M`, Spread: 0.01, Open: 99.18, Price: 97.74, Buy: 99.18, Sell: 99.18, Change: -1.43, ChangePercent: -1.44, Volume: 29509, High: 99.18, Low: 99.17, YearlyHigh: 99.38, YearlyLow: 98.41, YearlyStart: 98.89, YearlyChange: 0.28, Settlement: `Credit`, Contract: `Options`, Region: `South America`, Country: `Colombia`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-05-19`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 609 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `US 30YR Future`, Spread: 0.01, Open: 164.875, Price: 165.87, Buy: 164.15, Sell: 164.16, Change: 1.71, ChangePercent: 1.04, Volume: 28012, High: 165.25, Low: 164.04, YearlyHigh: 169.38, YearlyLow: 151.47, YearlyStart: 160.43, YearlyChange: 2.33, Settlement: `Cash`, Contract: `Swap`, Region: `Asia Pacific`, Country: `Malaysia`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `FedEx`, Maturity: `2022-05-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 610 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Palladium`, Spread: 0.01, Open: 600.55, Price: 590.42, Buy: 601, Sell: 601.01, Change: -10.58, ChangePercent: -1.76, Volume: 651, High: 607.2, Low: 598.4, YearlyHigh: 690, YearlyLow: 458.6, YearlyStart: 574.3, YearlyChange: 4.65, Settlement: `Cash`, Contract: `Swap`, Region: `Middle East`, Country: `Jordan`, Risk: `High`, Sector: `Private`, Currency: `PLN`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-07-11`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 611 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Oil`, Spread: 0.015, Open: 45.54, Price: 46.47, Buy: 45.78, Sell: 45.8, Change: 0.68, ChangePercent: 1.48, Volume: 107196, High: 45.94, Low: 45, YearlyHigh: 65.28, YearlyLow: 30.79, YearlyStart: 48.03, YearlyChange: -4.67, Settlement: `Cash`, Contract: `Options`, Region: `Middle East`, Country: `Saudi Arabia`, Risk: `Low`, Sector: `Public`, Currency: `USD`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-01-27`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 612 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Lumber`, Spread: 0.01, Open: 303.9, Price: 300.7, Buy: 304.59, Sell: 304.6, Change: -3.9, ChangePercent: -1.28, Volume: 2, High: 304.6, Low: 303.9, YearlyHigh: 317.1, YearlyLow: 236, YearlyStart: 276.55, YearlyChange: 10.14, Settlement: `Credit`, Contract: `Swap`, Region: `Middle East`, Country: `Qatar`, Risk: `High`, Sector: `Government`, Currency: `USD`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-05-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 613 }), + new FinancialDataAllItem({ Category: `Index`, Type: `DOW Future`, Spread: 0.01, Open: 17711, Price: 17584.62, Buy: 17712.15, Sell: 17712.16, Change: -127.53, ChangePercent: -0.72, Volume: 22236, High: 17727, Low: 17642, YearlyHigh: 18083, YearlyLow: 15299, YearlyStart: 16691, YearlyChange: 6.12, Settlement: `Credit`, Contract: `Options`, Region: `South America`, Country: `Peru`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-07-10`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 614 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Milk`, Spread: 0.01, Open: 12.87, Price: 12.75, Buy: 12.87, Sell: 12.87, Change: -0.11, ChangePercent: -0.88, Volume: 7, High: 12.89, Low: 12.81, YearlyHigh: 16.96, YearlyLow: 12.81, YearlyStart: 14.88, YearlyChange: -13.6, Settlement: `Loan`, Contract: `Swap`, Region: `Europe`, Country: `Ireland`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-02-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 615 }), + new FinancialDataAllItem({ Category: `Index`, Type: `DOW Future`, Spread: 0.01, Open: 17711, Price: 17733.41, Buy: 17712.15, Sell: 17712.16, Change: 21.26, ChangePercent: 0.12, Volume: 22236, High: 17727, Low: 17642, YearlyHigh: 18083, YearlyLow: 15299, YearlyStart: 16691, YearlyChange: 6.12, Settlement: `Cash`, Contract: `Options`, Region: `Middle East`, Country: `Iraq`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-04-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 616 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Corn`, Spread: 0.01, Open: 379.5, Price: 376.16, Buy: 379.8, Sell: 379.81, Change: -3.64, ChangePercent: -0.96, Volume: 11266, High: 381, Low: 377.75, YearlyHigh: 471.25, YearlyLow: 351.25, YearlyStart: 411.25, YearlyChange: -7.65, Settlement: `Credit`, Contract: `Swap`, Region: `North America`, Country: `Canada`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-05-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 617 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P Future`, Spread: 0.01, Open: 2057.5, Price: 2068.12, Buy: 2056.6, Sell: 2056.61, Change: 11.52, ChangePercent: 0.56, Volume: 142780, High: 2059.5, Low: 2049, YearlyHigh: 2105.5, YearlyLow: 1794.5, YearlyStart: 1950, YearlyChange: 5.47, Settlement: `Loan`, Contract: `CFD`, Region: `Asia Pacific`, Country: `Korea`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-09-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 618 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `OJ Future`, Spread: 0.01, Open: 140.6, Price: 141.03, Buy: 140.18, Sell: 140.19, Change: 0.84, ChangePercent: 0.6, Volume: 7, High: 140.19, Low: 0, YearlyHigh: 155.95, YearlyLow: 113, YearlyStart: 134.47, YearlyChange: 4.25, Settlement: `Cash`, Contract: `Swap`, Region: `Asia Pacific`, Country: `Taiwan`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `Poor`, Issuer: `FedEx`, Maturity: `2022-04-27`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 619 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Coal`, Spread: 0.015, Open: 0.4363, Price: 0.42, Buy: 0.44, Sell: 0.44, Change: 0, ChangePercent: 1.4, Volume: 3, High: 0.44, Low: 0.44, YearlyHigh: 0.48, YearlyLow: 0.4, YearlyStart: 0.44, YearlyChange: -5.33, Settlement: `Cash`, Contract: `Swap`, Region: `North America`, Country: `United States`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-05-27`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 620 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `OJ Future`, Spread: 0.01, Open: 140.6, Price: 139.46, Buy: 140.18, Sell: 140.19, Change: -0.73, ChangePercent: -0.52, Volume: 7, High: 140.19, Low: 0, YearlyHigh: 155.95, YearlyLow: 113, YearlyStart: 134.47, YearlyChange: 4.25, Settlement: `Loan`, Contract: `Forwards`, Region: `North America`, Country: `United States`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-01-21`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 621 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Coffee`, Spread: 0.01, Open: 125.7, Price: 125.59, Buy: 125.7, Sell: 125.7, Change: -0.1, ChangePercent: -0.08, Volume: 1654, High: 125.8, Low: 125, YearlyHigh: 155.75, YearlyLow: 115.35, YearlyStart: 135.55, YearlyChange: -7.27, Settlement: `Loan`, Contract: `Futures`, Region: `Asia Pacific`, Country: `New Zealand`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-04-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 622 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Corn`, Spread: 0.01, Open: 379.5, Price: 376.16, Buy: 379.8, Sell: 379.81, Change: -3.64, ChangePercent: -0.96, Volume: 11266, High: 381, Low: 377.75, YearlyHigh: 471.25, YearlyLow: 351.25, YearlyStart: 411.25, YearlyChange: -7.65, Settlement: `Cash`, Contract: `Swap`, Region: `Middle East`, Country: `Saudi Arabia`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-09-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 623 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `US 10YR Future`, Spread: 0.01, Open: 130.5625, Price: 131.57, Buy: 130.56, Sell: 130.56, Change: 0.99, ChangePercent: 0.76, Volume: 189310, High: 130.63, Low: 130.44, YearlyHigh: 132.64, YearlyLow: 125.48, YearlyStart: 129.06, YearlyChange: 1.18, Settlement: `Cash`, Contract: `Options`, Region: `Africa`, Country: `Algeria`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-06-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 624 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soybean`, Spread: 0.01, Open: 1038, Price: 1019.51, Buy: 1038.61, Sell: 1038.62, Change: -19.11, ChangePercent: -1.84, Volume: 20356, High: 1044, Low: 1031.75, YearlyHigh: 1057, YearlyLow: 859.5, YearlyStart: 958.25, YearlyChange: 8.39, Settlement: `Loan`, Contract: `Swap`, Region: `Africa`, Country: `Ethiopia`, Risk: `Low`, Sector: `Government`, Currency: `PLN`, Security: `Poor`, Issuer: `American Airlines`, Maturity: `2022-08-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 625 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Diesel`, Spread: 0.015, Open: 1.3474, Price: 1.34, Buy: 1.35, Sell: 1.35, Change: -0.02, ChangePercent: -0.96, Volume: 2971, High: 1.36, Low: 1.34, YearlyHigh: 2.11, YearlyLow: 0.92, YearlyStart: 1.51, YearlyChange: -10.4, Settlement: `Credit`, Contract: `Swap`, Region: `Europe`, Country: `United Kingdom`, Risk: `High`, Sector: `Private`, Currency: `PLN`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-08-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 626 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Cocoa`, Spread: 0.01, Open: 3076, Price: 3124.02, Buy: 3076, Sell: 3076, Change: 47.99, ChangePercent: 1.56, Volume: 978, High: 3078, Low: 3066, YearlyHigh: 3406, YearlyLow: 2746, YearlyStart: 3076, YearlyChange: 0, Settlement: `Credit`, Contract: `Swap`, Region: `Middle East`, Country: `Qatar`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `FedEx`, Maturity: `2022-04-22`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 627 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Oil`, Spread: 0.015, Open: 45.54, Price: 45.02, Buy: 45.78, Sell: 45.8, Change: -0.77, ChangePercent: -1.68, Volume: 107196, High: 45.94, Low: 45, YearlyHigh: 65.28, YearlyLow: 30.79, YearlyStart: 48.03, YearlyChange: -4.67, Settlement: `Loan`, Contract: `Swap`, Region: `Africa`, Country: `Tunisia`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `Poor`, Issuer: `American Airlines`, Maturity: `2022-03-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 628 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Coal`, Spread: 0.015, Open: 0.4363, Price: 0.42, Buy: 0.44, Sell: 0.44, Change: 0, ChangePercent: 0.72, Volume: 3, High: 0.44, Low: 0.44, YearlyHigh: 0.48, YearlyLow: 0.4, YearlyStart: 0.44, YearlyChange: -5.33, Settlement: `Cash`, Contract: `Forwards`, Region: `South America`, Country: `Argentina`, Risk: `High`, Sector: `Public`, Currency: `PLN`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-03-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 629 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `GBP/USD`, Spread: 0.02, Open: 1.4464, Price: 1.2, Buy: 1.18, Sell: 1.2, Change: 0.01, ChangePercent: 0.72, Volume: 29450, High: 1.45, Low: 1.19, YearlyHigh: 1.59, YearlyLow: 1.19, YearlyStart: 1.49, YearlyChange: -19.59, Settlement: `Credit`, Contract: `CFD`, Region: `South America`, Country: `Brazil`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-03-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 630 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Gold`, Spread: 0.01, Open: 1281.1, Price: 1256.65, Buy: 1280.73, Sell: 1280.74, Change: -24.08, ChangePercent: -1.88, Volume: 48387, High: 1289.5, Low: 1279.1, YearlyHigh: 1306, YearlyLow: 1047.2, YearlyStart: 1176.6, YearlyChange: 8.85, Settlement: `Cash`, Contract: `Futures`, Region: `Africa`, Country: `Ethiopia`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-03-21`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 631 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/CAD`, Spread: 0.02, Open: 0.7744, Price: 0.97, Buy: 0.94, Sell: 0.96, Change: 0.02, ChangePercent: 1.32, Volume: 13669, High: 0.95, Low: 0.77, YearlyHigh: 0.95, YearlyLow: 0.68, YearlyStart: 0.76, YearlyChange: 26.43, Settlement: `Cash`, Contract: `Futures`, Region: `Asia Pacific`, Country: `Malaysia`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `Poor`, Issuer: `American Airlines`, Maturity: `2022-09-24`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 632 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Natural Gas`, Spread: 0.02, Open: 2.094, Price: 2.09, Buy: 2.09, Sell: 2.09, Change: -0.01, ChangePercent: -0.6, Volume: 2783, High: 2.11, Low: 2.09, YearlyHigh: 3.2, YearlyLow: 1.84, YearlyStart: 2.52, YearlyChange: -16.51, Settlement: `Cash`, Contract: `CFD`, Region: `Europe`, Country: `Sweden`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-03-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 633 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Lumber`, Spread: 0.01, Open: 303.9, Price: 302.89, Buy: 304.59, Sell: 304.6, Change: -1.71, ChangePercent: -0.56, Volume: 2, High: 304.6, Low: 303.9, YearlyHigh: 317.1, YearlyLow: 236, YearlyStart: 276.55, YearlyChange: 10.14, Settlement: `Loan`, Contract: `Futures`, Region: `Asia Pacific`, Country: `Australia`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-08-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 634 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Lumber`, Spread: 0.01, Open: 303.9, Price: 307.89, Buy: 304.59, Sell: 304.6, Change: 3.29, ChangePercent: 1.08, Volume: 2, High: 304.6, Low: 303.9, YearlyHigh: 317.1, YearlyLow: 236, YearlyStart: 276.55, YearlyChange: 10.14, Settlement: `Credit`, Contract: `Forwards`, Region: `Middle East`, Country: `UAE`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-06-11`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 635 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Silver`, Spread: 0.01, Open: 17.43, Price: 17.17, Buy: 17.43, Sell: 17.43, Change: -0.25, ChangePercent: -1.44, Volume: 11720, High: 17.51, Low: 17.37, YearlyHigh: 18.06, YearlyLow: 13.73, YearlyStart: 15.89, YearlyChange: 9.59, Settlement: `Cash`, Contract: `Options`, Region: `Europe`, Country: `Switzerland`, Risk: `High`, Sector: `Government`, Currency: `PLN`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-03-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 636 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `GBP/USD`, Spread: 0.02, Open: 1.4464, Price: 1.2, Buy: 1.18, Sell: 1.2, Change: 0.01, ChangePercent: 0.32, Volume: 29450, High: 1.45, Low: 1.19, YearlyHigh: 1.59, YearlyLow: 1.19, YearlyStart: 1.49, YearlyChange: -19.59, Settlement: `Credit`, Contract: `Futures`, Region: `Asia Pacific`, Country: `Indonesia`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `High`, Issuer: `FedEx`, Maturity: `2022-07-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 637 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Oil`, Spread: 0.015, Open: 45.54, Price: 46.41, Buy: 45.78, Sell: 45.8, Change: 0.62, ChangePercent: 1.36, Volume: 107196, High: 45.94, Low: 45, YearlyHigh: 65.28, YearlyLow: 30.79, YearlyStart: 48.03, YearlyChange: -4.67, Settlement: `Credit`, Contract: `Forwards`, Region: `Africa`, Country: `South Africa`, Risk: `Low`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-03-22`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 638 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `Lean Hogs`, Spread: 0.01, Open: 81.275, Price: 81.91, Buy: 81.81, Sell: 81.82, Change: 0.1, ChangePercent: 0.12, Volume: 1, High: 81.81, Low: 81.28, YearlyHigh: 83.98, YearlyLow: 70.25, YearlyStart: 77.11, YearlyChange: 6.09, Settlement: `Credit`, Contract: `CFD`, Region: `Middle East`, Country: `Syria`, Risk: `Low`, Sector: `Public`, Currency: `PLN`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-08-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 639 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `US 30YR Future`, Spread: 0.01, Open: 164.875, Price: 164.16, Buy: 164.15, Sell: 164.16, Change: 0, ChangePercent: 0, Volume: 28012, High: 165.25, Low: 164.04, YearlyHigh: 169.38, YearlyLow: 151.47, YearlyStart: 160.43, YearlyChange: 2.33, Settlement: `Cash`, Contract: `Swap`, Region: `Europe`, Country: `Spain`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-03-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 640 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P 600 MINI`, Spread: 0.01, Open: 687.9, Price: 690.91, Buy: 687.9, Sell: 687.9, Change: 3.03, ChangePercent: 0.44, Volume: 0, High: 0, Low: 0, YearlyHigh: 620.32, YearlyLow: 595.9, YearlyStart: 608.11, YearlyChange: 13.12, Settlement: `Credit`, Contract: `Futures`, Region: `Middle East`, Country: `Oman`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-03-24`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 641 }), + new FinancialDataAllItem({ Category: `Index`, Type: `DOW Future`, Spread: 0.01, Open: 17711, Price: 17924.7, Buy: 17712.15, Sell: 17712.16, Change: 212.55, ChangePercent: 1.2, Volume: 22236, High: 17727, Low: 17642, YearlyHigh: 18083, YearlyLow: 15299, YearlyStart: 16691, YearlyChange: 6.12, Settlement: `Loan`, Contract: `Swap`, Region: `Middle East`, Country: `Syria`, Risk: `High`, Sector: `Private`, Currency: `PLN`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-02-24`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 642 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/CHF`, Spread: 0.02, Open: 1.0337, Price: 1.04, Buy: 1.03, Sell: 1.03, Change: 0, ChangePercent: -0.36, Volume: 5550, High: 1.03, Low: 1.03, YearlyHigh: 1.11, YearlyLow: 0.98, YearlyStart: 1.04, YearlyChange: -0.12, Settlement: `Cash`, Contract: `Options`, Region: `Middle East`, Country: `Oman`, Risk: `Low`, Sector: `Public`, Currency: `USD`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-08-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 643 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `OJ Future`, Spread: 0.01, Open: 140.6, Price: 141.65, Buy: 140.18, Sell: 140.19, Change: 1.46, ChangePercent: 1.04, Volume: 7, High: 140.19, Low: 0, YearlyHigh: 155.95, YearlyLow: 113, YearlyStart: 134.47, YearlyChange: 4.25, Settlement: `Credit`, Contract: `Swap`, Region: `Africa`, Country: `Senegal`, Risk: `High`, Sector: `Private`, Currency: `PLN`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-06-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 644 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P MID MINI`, Spread: 0.01, Open: 1454.3, Price: 1473.25, Buy: 1455.78, Sell: 1455.79, Change: 17.47, ChangePercent: 1.2, Volume: 338, High: 1455.78, Low: 1448, YearlyHigh: 1527.3, YearlyLow: 1236, YearlyStart: 1381.65, YearlyChange: 5.37, Settlement: `Loan`, Contract: `Options`, Region: `Asia Pacific`, Country: `China`, Risk: `High`, Sector: `Government`, Currency: `PLN`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-03-11`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 645 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `Euro$ 3M`, Spread: 0.01, Open: 99.18, Price: 98.06, Buy: 99.18, Sell: 99.18, Change: -1.11, ChangePercent: -1.12, Volume: 29509, High: 99.18, Low: 99.17, YearlyHigh: 99.38, YearlyLow: 98.41, YearlyStart: 98.89, YearlyChange: 0.28, Settlement: `Cash`, Contract: `Options`, Region: `Asia Pacific`, Country: `Azerbaijan`, Risk: `Low`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-05-21`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 646 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Uranium`, Spread: 0.02, Open: 27.55, Price: 27.72, Buy: 27.55, Sell: 27.55, Change: 0.14, ChangePercent: 0.52, Volume: 12, High: 27.55, Low: 27.55, YearlyHigh: 29.32, YearlyLow: 21.28, YearlyStart: 25.3, YearlyChange: 9.01, Settlement: `Cash`, Contract: `Swap`, Region: `Asia Pacific`, Country: `Indonesia`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-05-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 647 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/CAD`, Spread: 0.02, Open: 0.7744, Price: 0.97, Buy: 0.94, Sell: 0.96, Change: 0.02, ChangePercent: 1.96, Volume: 13669, High: 0.95, Low: 0.77, YearlyHigh: 0.95, YearlyLow: 0.68, YearlyStart: 0.76, YearlyChange: 26.43, Settlement: `Loan`, Contract: `CFD`, Region: `Europe`, Country: `Slovakia`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-03-16`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 648 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Ethanol`, Spread: 0.01, Open: 1.512, Price: 2.77, Buy: 2.75, Sell: 2.76, Change: 0.02, ChangePercent: 0.64, Volume: 14, High: 2.75, Low: 1.12, YearlyHigh: 2.75, YearlyLow: 1.12, YearlyStart: 1.48, YearlyChange: 86.7, Settlement: `Cash`, Contract: `Swap`, Region: `Africa`, Country: `Senegal`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-03-22`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 649 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Diesel`, Spread: 0.015, Open: 1.3474, Price: 1.34, Buy: 1.35, Sell: 1.35, Change: -0.02, ChangePercent: -1.08, Volume: 2971, High: 1.36, Low: 1.34, YearlyHigh: 2.11, YearlyLow: 0.92, YearlyStart: 1.51, YearlyChange: -10.4, Settlement: `Cash`, Contract: `Futures`, Region: `Middle East`, Country: `Qatar`, Risk: `High`, Sector: `Public`, Currency: `USD`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-09-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 650 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P MID MINI`, Spread: 0.01, Open: 1454.3, Price: 1460.44, Buy: 1455.78, Sell: 1455.79, Change: 4.66, ChangePercent: 0.32, Volume: 338, High: 1455.78, Low: 1448, YearlyHigh: 1527.3, YearlyLow: 1236, YearlyStart: 1381.65, YearlyChange: 5.37, Settlement: `Cash`, Contract: `CFD`, Region: `Asia Pacific`, Country: `China`, Risk: `High`, Sector: `Private`, Currency: `PLN`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-08-21`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 651 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Oats`, Spread: 0.01, Open: 194.5, Price: 195.07, Buy: 194.21, Sell: 194.22, Change: 0.85, ChangePercent: 0.44, Volume: 64, High: 195.75, Low: 194, YearlyHigh: 241.25, YearlyLow: 183.75, YearlyStart: 212.5, YearlyChange: -8.6, Settlement: `Cash`, Contract: `Options`, Region: `Asia Pacific`, Country: `Hong Kong`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-01-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 652 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Palladium`, Spread: 0.01, Open: 600.55, Price: 608.45, Buy: 601, Sell: 601.01, Change: 7.45, ChangePercent: 1.24, Volume: 651, High: 607.2, Low: 598.4, YearlyHigh: 690, YearlyLow: 458.6, YearlyStart: 574.3, YearlyChange: 4.65, Settlement: `Loan`, Contract: `Futures`, Region: `Asia Pacific`, Country: `Japan`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `High`, Issuer: `American Airlines`, Maturity: `2022-02-16`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 653 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Natural Gas`, Spread: 0.02, Open: 2.094, Price: 2.09, Buy: 2.09, Sell: 2.09, Change: -0.01, ChangePercent: -0.84, Volume: 2783, High: 2.11, Low: 2.09, YearlyHigh: 3.2, YearlyLow: 1.84, YearlyStart: 2.52, YearlyChange: -16.51, Settlement: `Credit`, Contract: `Swap`, Region: `Africa`, Country: `Senegal`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `Poor`, Issuer: `FedEx`, Maturity: `2022-01-24`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 654 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Ethanol`, Spread: 0.01, Open: 1.512, Price: 2.75, Buy: 2.75, Sell: 2.76, Change: 0, ChangePercent: -0.28, Volume: 14, High: 2.75, Low: 1.12, YearlyHigh: 2.75, YearlyLow: 1.12, YearlyStart: 1.48, YearlyChange: 86.7, Settlement: `Credit`, Contract: `Options`, Region: `South America`, Country: `Brazil`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-05-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 655 }), + new FinancialDataAllItem({ Category: `Index`, Type: `NAS Future`, Spread: 0.01, Open: 4341.25, Price: 4285.71, Buy: 4341.25, Sell: 4341.25, Change: -55.57, ChangePercent: -1.28, Volume: 18259, High: 4347, Low: 4318, YearlyHigh: 4719.75, YearlyLow: 3867.75, YearlyStart: 4293.75, YearlyChange: 1.11, Settlement: `Credit`, Contract: `Forwards`, Region: `Africa`, Country: `Libya`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-08-27`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 656 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Coffee`, Spread: 0.01, Open: 125.7, Price: 123.83, Buy: 125.7, Sell: 125.7, Change: -1.86, ChangePercent: -1.48, Volume: 1654, High: 125.8, Low: 125, YearlyHigh: 155.75, YearlyLow: 115.35, YearlyStart: 135.55, YearlyChange: -7.27, Settlement: `Loan`, Contract: `Forwards`, Region: `Asia Pacific`, Country: `Japan`, Risk: `High`, Sector: `Private`, Currency: `PLN`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-04-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 657 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Platinum`, Spread: 0.01, Open: 1071.6, Price: 1051.82, Buy: 1071.09, Sell: 1071.1, Change: -19.28, ChangePercent: -1.8, Volume: 3039, High: 1081.2, Low: 1070.5, YearlyHigh: 1120.6, YearlyLow: 812.4, YearlyStart: 966.5, YearlyChange: 10.82, Settlement: `Loan`, Contract: `Swap`, Region: `Africa`, Country: `Tunisia`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `High`, Issuer: `American Airlines`, Maturity: `2022-03-16`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 658 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soy Meat`, Spread: 0.01, Open: 342.6, Price: 339.74, Buy: 342.6, Sell: 342.6, Change: -2.88, ChangePercent: -0.84, Volume: 5646, High: 345.4, Low: 340.3, YearlyHigh: 353.4, YearlyLow: 261.7, YearlyStart: 307.55, YearlyChange: 11.4, Settlement: `Cash`, Contract: `Futures`, Region: `Africa`, Country: `South Africa`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `High`, Issuer: `American Airlines`, Maturity: `2022-04-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 659 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `US 10YR Future`, Spread: 0.01, Open: 130.5625, Price: 128.08, Buy: 130.56, Sell: 130.56, Change: -2.5, ChangePercent: -1.92, Volume: 189310, High: 130.63, Low: 130.44, YearlyHigh: 132.64, YearlyLow: 125.48, YearlyStart: 129.06, YearlyChange: 1.18, Settlement: `Cash`, Contract: `CFD`, Region: `Asia Pacific`, Country: `Indonesia`, Risk: `Low`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-06-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 660 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Cotton`, Spread: 0.01, Open: 61.77, Price: 62.77, Buy: 61.77, Sell: 61.77, Change: 1.01, ChangePercent: 1.64, Volume: 3612, High: 62.06, Low: 61.32, YearlyHigh: 67.59, YearlyLow: 54.33, YearlyStart: 60.96, YearlyChange: 1.31, Settlement: `Loan`, Contract: `Swap`, Region: `Middle East`, Country: `Qatar`, Risk: `Low`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-05-22`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 661 }), + new FinancialDataAllItem({ Category: `Index`, Type: `NAS Future`, Spread: 0.01, Open: 4341.25, Price: 4372.54, Buy: 4341.25, Sell: 4341.25, Change: 31.26, ChangePercent: 0.72, Volume: 18259, High: 4347, Low: 4318, YearlyHigh: 4719.75, YearlyLow: 3867.75, YearlyStart: 4293.75, YearlyChange: 1.11, Settlement: `Credit`, Contract: `Swap`, Region: `Africa`, Country: `Egypt`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-02-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 662 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Gold`, Spread: 0.01, Open: 1281.1, Price: 1303.78, Buy: 1280.73, Sell: 1280.74, Change: 23.05, ChangePercent: 1.8, Volume: 48387, High: 1289.5, Low: 1279.1, YearlyHigh: 1306, YearlyLow: 1047.2, YearlyStart: 1176.6, YearlyChange: 8.85, Settlement: `Credit`, Contract: `Futures`, Region: `Africa`, Country: `Morocco`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `High`, Issuer: `FedEx`, Maturity: `2022-06-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 663 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Wheat`, Spread: 0.01, Open: 465.5, Price: 466.26, Buy: 465.5, Sell: 465.5, Change: 0.74, ChangePercent: 0.16, Volume: 4318, High: 467, Low: 463.25, YearlyHigh: 628.5, YearlyLow: 449.5, YearlyStart: 539, YearlyChange: -13.63, Settlement: `Cash`, Contract: `Forwards`, Region: `South America`, Country: `Guyana`, Risk: `Low`, Sector: `Public`, Currency: `PLN`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-09-19`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 664 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Cocoa`, Spread: 0.01, Open: 3076, Price: 3082.18, Buy: 3076, Sell: 3076, Change: 6.15, ChangePercent: 0.2, Volume: 978, High: 3078, Low: 3066, YearlyHigh: 3406, YearlyLow: 2746, YearlyStart: 3076, YearlyChange: 0, Settlement: `Cash`, Contract: `Options`, Region: `Africa`, Country: `South Africa`, Risk: `High`, Sector: `Private`, Currency: `PLN`, Security: `High`, Issuer: `FedEx`, Maturity: `2022-06-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 665 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Oil`, Spread: 0.015, Open: 45.54, Price: 46.12, Buy: 45.78, Sell: 45.8, Change: 0.33, ChangePercent: 0.72, Volume: 107196, High: 45.94, Low: 45, YearlyHigh: 65.28, YearlyLow: 30.79, YearlyStart: 48.03, YearlyChange: -4.67, Settlement: `Cash`, Contract: `Futures`, Region: `Africa`, Country: `Senegal`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-02-23`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 666 }), + new FinancialDataAllItem({ Category: `Index`, Type: `DOW Future`, Spread: 0.01, Open: 17711, Price: 17995.55, Buy: 17712.15, Sell: 17712.16, Change: 283.4, ChangePercent: 1.6, Volume: 22236, High: 17727, Low: 17642, YearlyHigh: 18083, YearlyLow: 15299, YearlyStart: 16691, YearlyChange: 6.12, Settlement: `Credit`, Contract: `Futures`, Region: `Europe`, Country: `Romania`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-06-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 667 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Corn`, Spread: 0.01, Open: 379.5, Price: 384.82, Buy: 379.8, Sell: 379.81, Change: 5.02, ChangePercent: 1.32, Volume: 11266, High: 381, Low: 377.75, YearlyHigh: 471.25, YearlyLow: 351.25, YearlyStart: 411.25, YearlyChange: -7.65, Settlement: `Cash`, Contract: `Futures`, Region: `Europe`, Country: `Romania`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-04-16`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 668 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `FD Cattle`, Spread: 0.01, Open: 147.175, Price: 148.78, Buy: 148.6, Sell: 148.61, Change: 0.17, ChangePercent: 0.12, Volume: 5, High: 148.61, Low: 147.18, YearlyHigh: 190, YearlyLow: 138.1, YearlyStart: 164.05, YearlyChange: -9.41, Settlement: `Credit`, Contract: `Swap`, Region: `Asia Pacific`, Country: `Korea`, Risk: `Low`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-07-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 669 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `LV Cattle`, Spread: 0.01, Open: 120.725, Price: 121.43, Buy: 120.72, Sell: 120.72, Change: 0.73, ChangePercent: 0.6, Volume: 4, High: 120.72, Low: 120.72, YearlyHigh: 147.98, YearlyLow: 113.9, YearlyStart: 130.94, YearlyChange: -7.82, Settlement: `Cash`, Contract: `Options`, Region: `Europe`, Country: `Italy`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-03-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 670 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Palladium`, Spread: 0.01, Open: 600.55, Price: 610.14, Buy: 601, Sell: 601.01, Change: 9.14, ChangePercent: 1.52, Volume: 651, High: 607.2, Low: 598.4, YearlyHigh: 690, YearlyLow: 458.6, YearlyStart: 574.3, YearlyChange: 4.65, Settlement: `Loan`, Contract: `Forwards`, Region: `North America`, Country: `Mexico`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-05-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 671 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `AUD/USD`, Spread: 0.02, Open: 0.7344, Price: 0.76, Buy: 0.73, Sell: 0.73, Change: 0.02, ChangePercent: 1.8, Volume: 36764, High: 0.74, Low: 0.73, YearlyHigh: 0.79, YearlyLow: 0.68, YearlyStart: 0.73, YearlyChange: 1.28, Settlement: `Credit`, Contract: `Futures`, Region: `Africa`, Country: `Libya`, Risk: `High`, Sector: `Public`, Currency: `USD`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-02-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 672 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `AUD/USD`, Spread: 0.02, Open: 0.7344, Price: 0.76, Buy: 0.73, Sell: 0.73, Change: 0.02, ChangePercent: 1.88, Volume: 36764, High: 0.74, Low: 0.73, YearlyHigh: 0.79, YearlyLow: 0.68, YearlyStart: 0.73, YearlyChange: 1.28, Settlement: `Loan`, Contract: `Futures`, Region: `Africa`, Country: `Cameroon`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `High`, Issuer: `FedEx`, Maturity: `2022-06-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 673 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Silver`, Spread: 0.01, Open: 17.43, Price: 17.58, Buy: 17.43, Sell: 17.43, Change: 0.16, ChangePercent: 0.92, Volume: 11720, High: 17.51, Low: 17.37, YearlyHigh: 18.06, YearlyLow: 13.73, YearlyStart: 15.89, YearlyChange: 9.59, Settlement: `Loan`, Contract: `Futures`, Region: `Europe`, Country: `Germany`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-02-27`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 674 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soy oil`, Spread: 0.01, Open: 33.26, Price: 33.7, Buy: 33.77, Sell: 33.78, Change: -0.07, ChangePercent: -0.2, Volume: 10592, High: 33.77, Low: 33.06, YearlyHigh: 35.43, YearlyLow: 26.61, YearlyStart: 31.02, YearlyChange: 8.87, Settlement: `Loan`, Contract: `Futures`, Region: `Africa`, Country: `Cameroon`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-05-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 675 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Corn`, Spread: 0.01, Open: 379.5, Price: 377.52, Buy: 379.8, Sell: 379.81, Change: -2.28, ChangePercent: -0.6, Volume: 11266, High: 381, Low: 377.75, YearlyHigh: 471.25, YearlyLow: 351.25, YearlyStart: 411.25, YearlyChange: -7.65, Settlement: `Loan`, Contract: `Forwards`, Region: `Middle East`, Country: `Iraq`, Risk: `Low`, Sector: `Public`, Currency: `USD`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-03-10`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 676 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `US 2Y Future`, Spread: 0.01, Open: 109.3984, Price: 110.18, Buy: 109.4, Sell: 109.4, Change: 0.79, ChangePercent: 0.72, Volume: 17742, High: 109.41, Low: 109.38, YearlyHigh: 109.8, YearlyLow: 108.62, YearlyStart: 109.21, YearlyChange: 0.16, Settlement: `Cash`, Contract: `Options`, Region: `Middle East`, Country: `Iraq`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-05-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 677 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/JPY`, Spread: 0.02, Open: 9275.5, Price: 9336.71, Buy: 9277.32, Sell: 9277.34, Change: 59.38, ChangePercent: 0.64, Volume: 47734, High: 9277.33, Low: 0.93, YearlyHigh: 9483, YearlyLow: 0.93, YearlyStart: 4741.97, YearlyChange: 95.64, Settlement: `Credit`, Contract: `Options`, Region: `Europe`, Country: `Czechia`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-08-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 678 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soy Meat`, Spread: 0.01, Open: 342.6, Price: 348.65, Buy: 342.6, Sell: 342.6, Change: 6.03, ChangePercent: 1.76, Volume: 5646, High: 345.4, Low: 340.3, YearlyHigh: 353.4, YearlyLow: 261.7, YearlyStart: 307.55, YearlyChange: 11.4, Settlement: `Credit`, Contract: `Futures`, Region: `Middle East`, Country: `Iraq`, Risk: `Low`, Sector: `Government`, Currency: `USD`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-02-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 679 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `US 30YR Future`, Spread: 0.01, Open: 164.875, Price: 164.75, Buy: 164.15, Sell: 164.16, Change: 0.59, ChangePercent: 0.36, Volume: 28012, High: 165.25, Low: 164.04, YearlyHigh: 169.38, YearlyLow: 151.47, YearlyStart: 160.43, YearlyChange: 2.33, Settlement: `Credit`, Contract: `CFD`, Region: `Asia Pacific`, Country: `Japan`, Risk: `Low`, Sector: `Public`, Currency: `PLN`, Security: `High`, Issuer: `FedEx`, Maturity: `2022-08-21`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 680 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `LV Cattle`, Spread: 0.01, Open: 120.725, Price: 123.02, Buy: 120.72, Sell: 120.72, Change: 2.31, ChangePercent: 1.92, Volume: 4, High: 120.72, Low: 120.72, YearlyHigh: 147.98, YearlyLow: 113.9, YearlyStart: 130.94, YearlyChange: -7.82, Settlement: `Loan`, Contract: `Futures`, Region: `Europe`, Country: `Hungary`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-07-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 681 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P 600 MINI`, Spread: 0.01, Open: 687.9, Price: 679.08, Buy: 687.9, Sell: 687.9, Change: -8.8, ChangePercent: -1.28, Volume: 0, High: 0, Low: 0, YearlyHigh: 620.32, YearlyLow: 595.9, YearlyStart: 608.11, YearlyChange: 13.12, Settlement: `Credit`, Contract: `Swap`, Region: `Middle East`, Country: `Lebanon`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-07-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 682 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P Future`, Spread: 0.01, Open: 2057.5, Price: 2031.1, Buy: 2056.6, Sell: 2056.61, Change: -25.5, ChangePercent: -1.24, Volume: 142780, High: 2059.5, Low: 2049, YearlyHigh: 2105.5, YearlyLow: 1794.5, YearlyStart: 1950, YearlyChange: 5.47, Settlement: `Loan`, Contract: `Options`, Region: `Middle East`, Country: `Saudi Arabia`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-02-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 683 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Silver`, Spread: 0.01, Open: 17.43, Price: 17.17, Buy: 17.43, Sell: 17.43, Change: -0.25, ChangePercent: -1.44, Volume: 11720, High: 17.51, Low: 17.37, YearlyHigh: 18.06, YearlyLow: 13.73, YearlyStart: 15.89, YearlyChange: 9.59, Settlement: `Loan`, Contract: `Options`, Region: `North America`, Country: `United States`, Risk: `High`, Sector: `Private`, Currency: `PLN`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-01-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 684 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `AUD/USD`, Spread: 0.02, Open: 0.7344, Price: 0.76, Buy: 0.73, Sell: 0.73, Change: 0.02, ChangePercent: 1.68, Volume: 36764, High: 0.74, Low: 0.73, YearlyHigh: 0.79, YearlyLow: 0.68, YearlyStart: 0.73, YearlyChange: 1.28, Settlement: `Cash`, Contract: `Options`, Region: `Africa`, Country: `Tunisia`, Risk: `Low`, Sector: `Public`, Currency: `PLN`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-07-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 685 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Cocoa`, Spread: 0.01, Open: 3076, Price: 3116.63, Buy: 3076, Sell: 3076, Change: 40.6, ChangePercent: 1.32, Volume: 978, High: 3078, Low: 3066, YearlyHigh: 3406, YearlyLow: 2746, YearlyStart: 3076, YearlyChange: 0, Settlement: `Loan`, Contract: `Futures`, Region: `Asia Pacific`, Country: `China`, Risk: `Low`, Sector: `Public`, Currency: `USD`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-02-21`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 686 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Coal`, Spread: 0.015, Open: 0.4363, Price: 0.42, Buy: 0.44, Sell: 0.44, Change: 0, ChangePercent: 0.72, Volume: 3, High: 0.44, Low: 0.44, YearlyHigh: 0.48, YearlyLow: 0.4, YearlyStart: 0.44, YearlyChange: -5.33, Settlement: `Cash`, Contract: `CFD`, Region: `Europe`, Country: `Greece`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-02-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 687 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Gold`, Spread: 0.01, Open: 1281.1, Price: 1278.17, Buy: 1280.73, Sell: 1280.74, Change: -2.56, ChangePercent: -0.2, Volume: 48387, High: 1289.5, Low: 1279.1, YearlyHigh: 1306, YearlyLow: 1047.2, YearlyStart: 1176.6, YearlyChange: 8.85, Settlement: `Loan`, Contract: `Futures`, Region: `Africa`, Country: `Libya`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-03-23`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 688 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `BTC/USD`, Spread: 0.06, Open: 93.88, Price: 20589.16, Buy: 21200.76, Sell: 21400.78, Change: -411.61, ChangePercent: -1.96, Volume: 5788000, High: 22400.05, Low: 20100.75, YearlyHigh: 62400.7, YearlyLow: 15100.88, YearlyStart: 21200.29, YearlyChange: -20.62, Settlement: `Credit`, Contract: `Forwards`, Region: `Asia Pacific`, Country: `Australia`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-05-23`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 689 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Natural Gas`, Spread: 0.02, Open: 2.094, Price: 2.08, Buy: 2.09, Sell: 2.09, Change: -0.02, ChangePercent: -1.32, Volume: 2783, High: 2.11, Low: 2.09, YearlyHigh: 3.2, YearlyLow: 1.84, YearlyStart: 2.52, YearlyChange: -16.51, Settlement: `Cash`, Contract: `Swap`, Region: `Europe`, Country: `Switzerland`, Risk: `Low`, Sector: `Public`, Currency: `PLN`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-06-19`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 690 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `OJ Future`, Spread: 0.01, Open: 140.6, Price: 141.76, Buy: 140.18, Sell: 140.19, Change: 1.57, ChangePercent: 1.12, Volume: 7, High: 140.19, Low: 0, YearlyHigh: 155.95, YearlyLow: 113, YearlyStart: 134.47, YearlyChange: 4.25, Settlement: `Credit`, Contract: `Options`, Region: `Middle East`, Country: `Jordan`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-02-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 691 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Copper`, Spread: 0.02, Open: 2.123, Price: 2.08, Buy: 2.12, Sell: 2.12, Change: -0.03, ChangePercent: -1.56, Volume: 28819, High: 2.16, Low: 2.11, YearlyHigh: 2.94, YearlyLow: 1.96, YearlyStart: 2.45, YearlyChange: -13.76, Settlement: `Cash`, Contract: `CFD`, Region: `Asia Pacific`, Country: `Hong Kong`, Risk: `Low`, Sector: `Public`, Currency: `USD`, Security: `Poor`, Issuer: `American Airlines`, Maturity: `2022-06-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 692 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Palladium`, Spread: 0.01, Open: 600.55, Price: 599.8, Buy: 601, Sell: 601.01, Change: -1.2, ChangePercent: -0.2, Volume: 651, High: 607.2, Low: 598.4, YearlyHigh: 690, YearlyLow: 458.6, YearlyStart: 574.3, YearlyChange: 4.65, Settlement: `Credit`, Contract: `Options`, Region: `Asia Pacific`, Country: `India`, Risk: `Low`, Sector: `Government`, Currency: `PLN`, Security: `High`, Issuer: `FedEx`, Maturity: `2022-04-24`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 693 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soy Meat`, Spread: 0.01, Open: 342.6, Price: 337.96, Buy: 342.6, Sell: 342.6, Change: -4.66, ChangePercent: -1.36, Volume: 5646, High: 345.4, Low: 340.3, YearlyHigh: 353.4, YearlyLow: 261.7, YearlyStart: 307.55, YearlyChange: 11.4, Settlement: `Cash`, Contract: `CFD`, Region: `Asia Pacific`, Country: `India`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-03-21`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 694 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `US 30YR Future`, Spread: 0.01, Open: 164.875, Price: 164.09, Buy: 164.15, Sell: 164.16, Change: -0.07, ChangePercent: -0.04, Volume: 28012, High: 165.25, Low: 164.04, YearlyHigh: 169.38, YearlyLow: 151.47, YearlyStart: 160.43, YearlyChange: 2.33, Settlement: `Credit`, Contract: `Futures`, Region: `Africa`, Country: `Ethiopia`, Risk: `Low`, Sector: `Public`, Currency: `PLN`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-05-11`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 695 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soy oil`, Spread: 0.01, Open: 33.26, Price: 33.5, Buy: 33.77, Sell: 33.78, Change: -0.27, ChangePercent: -0.8, Volume: 10592, High: 33.77, Low: 33.06, YearlyHigh: 35.43, YearlyLow: 26.61, YearlyStart: 31.02, YearlyChange: 8.87, Settlement: `Credit`, Contract: `Options`, Region: `Africa`, Country: `Ethiopia`, Risk: `Low`, Sector: `Government`, Currency: `PLN`, Security: `High`, Issuer: `FedEx`, Maturity: `2022-03-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 696 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Gold`, Spread: 0.01, Open: 1281.1, Price: 1257.68, Buy: 1280.73, Sell: 1280.74, Change: -23.05, ChangePercent: -1.8, Volume: 48387, High: 1289.5, Low: 1279.1, YearlyHigh: 1306, YearlyLow: 1047.2, YearlyStart: 1176.6, YearlyChange: 8.85, Settlement: `Loan`, Contract: `Options`, Region: `Europe`, Country: `Italy`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-04-21`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 697 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Milk`, Spread: 0.01, Open: 12.87, Price: 12.98, Buy: 12.87, Sell: 12.87, Change: 0.12, ChangePercent: 0.96, Volume: 7, High: 12.89, Low: 12.81, YearlyHigh: 16.96, YearlyLow: 12.81, YearlyStart: 14.88, YearlyChange: -13.6, Settlement: `Loan`, Contract: `Forwards`, Region: `North America`, Country: `United States`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-05-22`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 698 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `AUD/USD`, Spread: 0.02, Open: 0.7344, Price: 0.75, Buy: 0.73, Sell: 0.73, Change: 0.01, ChangePercent: 1.32, Volume: 36764, High: 0.74, Low: 0.73, YearlyHigh: 0.79, YearlyLow: 0.68, YearlyStart: 0.73, YearlyChange: 1.28, Settlement: `Cash`, Contract: `Futures`, Region: `Europe`, Country: `Czechia`, Risk: `Low`, Sector: `Public`, Currency: `EUR`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-07-21`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 699 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `FD Cattle`, Spread: 0.01, Open: 147.175, Price: 147.66, Buy: 148.6, Sell: 148.61, Change: -0.95, ChangePercent: -0.64, Volume: 5, High: 148.61, Low: 147.18, YearlyHigh: 190, YearlyLow: 138.1, YearlyStart: 164.05, YearlyChange: -9.41, Settlement: `Loan`, Contract: `Swap`, Region: `Africa`, Country: `Cameroon`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-09-21`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 700 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Gold`, Spread: 0.01, Open: 1281.1, Price: 1299.17, Buy: 1280.73, Sell: 1280.74, Change: 18.44, ChangePercent: 1.44, Volume: 48387, High: 1289.5, Low: 1279.1, YearlyHigh: 1306, YearlyLow: 1047.2, YearlyStart: 1176.6, YearlyChange: 8.85, Settlement: `Cash`, Contract: `Swap`, Region: `South America`, Country: `Ecuador`, Risk: `High`, Sector: `Public`, Currency: `USD`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-07-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 701 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `FD Cattle`, Spread: 0.01, Open: 147.175, Price: 149.44, Buy: 148.6, Sell: 148.61, Change: 0.83, ChangePercent: 0.56, Volume: 5, High: 148.61, Low: 147.18, YearlyHigh: 190, YearlyLow: 138.1, YearlyStart: 164.05, YearlyChange: -9.41, Settlement: `Loan`, Contract: `Swap`, Region: `Africa`, Country: `Senegal`, Risk: `High`, Sector: `Public`, Currency: `PLN`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-08-23`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 702 }), + new FinancialDataAllItem({ Category: `Index`, Type: `DOW Future`, Spread: 0.01, Open: 17711, Price: 17535.03, Buy: 17712.15, Sell: 17712.16, Change: -177.12, ChangePercent: -1, Volume: 22236, High: 17727, Low: 17642, YearlyHigh: 18083, YearlyLow: 15299, YearlyStart: 16691, YearlyChange: 6.12, Settlement: `Cash`, Contract: `Futures`, Region: `Middle East`, Country: `Kuwait`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-02-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 703 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `BTC/USD`, Spread: 0.06, Open: 93.88, Price: 21101.58, Buy: 21200.76, Sell: 21400.78, Change: 100.81, ChangePercent: 0.48, Volume: 5788000, High: 22400.05, Low: 20100.75, YearlyHigh: 62400.7, YearlyLow: 15100.88, YearlyStart: 21200.29, YearlyChange: -20.62, Settlement: `Credit`, Contract: `Options`, Region: `Middle East`, Country: `Israel`, Risk: `High`, Sector: `Private`, Currency: `PLN`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-06-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 704 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Coal`, Spread: 0.015, Open: 0.4363, Price: 0.41, Buy: 0.44, Sell: 0.44, Change: -0.01, ChangePercent: -0.72, Volume: 3, High: 0.44, Low: 0.44, YearlyHigh: 0.48, YearlyLow: 0.4, YearlyStart: 0.44, YearlyChange: -5.33, Settlement: `Loan`, Contract: `Options`, Region: `North America`, Country: `Canada`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-03-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 705 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Sugar`, Spread: 0.01, Open: 15.68, Price: 14.55, Buy: 14.67, Sell: 14.68, Change: -0.12, ChangePercent: -0.84, Volume: 4949, High: 15.7, Low: 14.67, YearlyHigh: 16.87, YearlyLow: 11.37, YearlyStart: 14.12, YearlyChange: 3.92, Settlement: `Cash`, Contract: `Swap`, Region: `Middle East`, Country: `Israel`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-01-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 706 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `BTC/USD`, Spread: 0.06, Open: 93.88, Price: 20656.36, Buy: 21200.76, Sell: 21400.78, Change: -344.41, ChangePercent: -1.64, Volume: 5788000, High: 22400.05, Low: 20100.75, YearlyHigh: 62400.7, YearlyLow: 15100.88, YearlyStart: 21200.29, YearlyChange: -20.62, Settlement: `Cash`, Contract: `Futures`, Region: `Europe`, Country: `Denmark`, Risk: `High`, Sector: `Public`, Currency: `USD`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-02-21`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 707 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soybean`, Spread: 0.01, Open: 1038, Price: 1039.03, Buy: 1038.61, Sell: 1038.62, Change: 0.41, ChangePercent: 0.04, Volume: 20356, High: 1044, Low: 1031.75, YearlyHigh: 1057, YearlyLow: 859.5, YearlyStart: 958.25, YearlyChange: 8.39, Settlement: `Cash`, Contract: `Forwards`, Region: `North America`, Country: `Canada`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-06-21`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 708 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P MID MINI`, Spread: 0.01, Open: 1454.3, Price: 1430.16, Buy: 1455.78, Sell: 1455.79, Change: -25.62, ChangePercent: -1.76, Volume: 338, High: 1455.78, Low: 1448, YearlyHigh: 1527.3, YearlyLow: 1236, YearlyStart: 1381.65, YearlyChange: 5.37, Settlement: `Credit`, Contract: `Options`, Region: `South America`, Country: `Chile`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `High`, Issuer: `FedEx`, Maturity: `2022-01-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 709 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soybean`, Spread: 0.01, Open: 1038, Price: 1040.69, Buy: 1038.61, Sell: 1038.62, Change: 2.07, ChangePercent: 0.2, Volume: 20356, High: 1044, Low: 1031.75, YearlyHigh: 1057, YearlyLow: 859.5, YearlyStart: 958.25, YearlyChange: 8.39, Settlement: `Cash`, Contract: `Options`, Region: `South America`, Country: `Guyana`, Risk: `High`, Sector: `Government`, Currency: `USD`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-06-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 710 }), + new FinancialDataAllItem({ Category: `Index`, Type: `DOW Future`, Spread: 0.01, Open: 17711, Price: 17924.7, Buy: 17712.15, Sell: 17712.16, Change: 212.55, ChangePercent: 1.2, Volume: 22236, High: 17727, Low: 17642, YearlyHigh: 18083, YearlyLow: 15299, YearlyStart: 16691, YearlyChange: 6.12, Settlement: `Loan`, Contract: `Swap`, Region: `Middle East`, Country: `Lebanon`, Risk: `High`, Sector: `Public`, Currency: `USD`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-09-23`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 711 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `LV Cattle`, Spread: 0.01, Open: 120.725, Price: 119.69, Buy: 120.72, Sell: 120.72, Change: -1.02, ChangePercent: -0.84, Volume: 4, High: 120.72, Low: 120.72, YearlyHigh: 147.98, YearlyLow: 113.9, YearlyStart: 130.94, YearlyChange: -7.82, Settlement: `Loan`, Contract: `Swap`, Region: `Europe`, Country: `United Kingdom`, Risk: `High`, Sector: `Government`, Currency: `PLN`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-06-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 712 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `US 30YR Future`, Spread: 0.01, Open: 164.875, Price: 163.3, Buy: 164.15, Sell: 164.16, Change: -0.86, ChangePercent: -0.52, Volume: 28012, High: 165.25, Low: 164.04, YearlyHigh: 169.38, YearlyLow: 151.47, YearlyStart: 160.43, YearlyChange: 2.33, Settlement: `Credit`, Contract: `Futures`, Region: `Europe`, Country: `Portugal`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-02-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 713 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Oats`, Spread: 0.01, Open: 194.5, Price: 194.61, Buy: 194.21, Sell: 194.22, Change: 0.39, ChangePercent: 0.2, Volume: 64, High: 195.75, Low: 194, YearlyHigh: 241.25, YearlyLow: 183.75, YearlyStart: 212.5, YearlyChange: -8.6, Settlement: `Cash`, Contract: `Futures`, Region: `Asia Pacific`, Country: `Thailand`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `Poor`, Issuer: `American Airlines`, Maturity: `2022-04-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 714 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Wheat`, Spread: 0.01, Open: 465.5, Price: 468.31, Buy: 465.5, Sell: 465.5, Change: 2.79, ChangePercent: 0.6, Volume: 4318, High: 467, Low: 463.25, YearlyHigh: 628.5, YearlyLow: 449.5, YearlyStart: 539, YearlyChange: -13.63, Settlement: `Cash`, Contract: `Swap`, Region: `North America`, Country: `Mexico`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-01-23`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 715 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Ethanol`, Spread: 0.01, Open: 1.512, Price: 2.71, Buy: 2.75, Sell: 2.76, Change: -0.04, ChangePercent: -1.44, Volume: 14, High: 2.75, Low: 1.12, YearlyHigh: 2.75, YearlyLow: 1.12, YearlyStart: 1.48, YearlyChange: 86.7, Settlement: `Loan`, Contract: `Futures`, Region: `Europe`, Country: `Croatia`, Risk: `Low`, Sector: `Government`, Currency: `USD`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-08-11`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 716 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soybean`, Spread: 0.01, Open: 1038, Price: 1053.16, Buy: 1038.61, Sell: 1038.62, Change: 14.54, ChangePercent: 1.4, Volume: 20356, High: 1044, Low: 1031.75, YearlyHigh: 1057, YearlyLow: 859.5, YearlyStart: 958.25, YearlyChange: 8.39, Settlement: `Loan`, Contract: `Swap`, Region: `Africa`, Country: `Libya`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-05-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 717 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soy Meat`, Spread: 0.01, Open: 342.6, Price: 341.39, Buy: 342.6, Sell: 342.6, Change: -1.23, ChangePercent: -0.36, Volume: 5646, High: 345.4, Low: 340.3, YearlyHigh: 353.4, YearlyLow: 261.7, YearlyStart: 307.55, YearlyChange: 11.4, Settlement: `Cash`, Contract: `Futures`, Region: `South America`, Country: `Brazil`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-04-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 718 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `US 30YR Future`, Spread: 0.01, Open: 164.875, Price: 163.83, Buy: 164.15, Sell: 164.16, Change: -0.33, ChangePercent: -0.2, Volume: 28012, High: 165.25, Low: 164.04, YearlyHigh: 169.38, YearlyLow: 151.47, YearlyStart: 160.43, YearlyChange: 2.33, Settlement: `Credit`, Contract: `Swap`, Region: `Middle East`, Country: `Saudi Arabia`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-06-23`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 719 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Milk`, Spread: 0.01, Open: 12.87, Price: 12.94, Buy: 12.87, Sell: 12.87, Change: 0.08, ChangePercent: 0.64, Volume: 7, High: 12.89, Low: 12.81, YearlyHigh: 16.96, YearlyLow: 12.81, YearlyStart: 14.88, YearlyChange: -13.6, Settlement: `Loan`, Contract: `Forwards`, Region: `Asia Pacific`, Country: `Taiwan`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-01-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 720 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Platinum`, Spread: 0.01, Open: 1071.6, Price: 1070.67, Buy: 1071.09, Sell: 1071.1, Change: -0.43, ChangePercent: -0.04, Volume: 3039, High: 1081.2, Low: 1070.5, YearlyHigh: 1120.6, YearlyLow: 812.4, YearlyStart: 966.5, YearlyChange: 10.82, Settlement: `Loan`, Contract: `CFD`, Region: `Africa`, Country: `Morocco`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-02-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 721 }), + new FinancialDataAllItem({ Category: `Index`, Type: `DOW Future`, Spread: 0.01, Open: 17711, Price: 17683.81, Buy: 17712.15, Sell: 17712.16, Change: -28.34, ChangePercent: -0.16, Volume: 22236, High: 17727, Low: 17642, YearlyHigh: 18083, YearlyLow: 15299, YearlyStart: 16691, YearlyChange: 6.12, Settlement: `Credit`, Contract: `Forwards`, Region: `Asia Pacific`, Country: `Australia`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-03-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 722 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P 600 MINI`, Spread: 0.01, Open: 687.9, Price: 691.18, Buy: 687.9, Sell: 687.9, Change: 3.3, ChangePercent: 0.48, Volume: 0, High: 0, Low: 0, YearlyHigh: 620.32, YearlyLow: 595.9, YearlyStart: 608.11, YearlyChange: 13.12, Settlement: `Credit`, Contract: `Forwards`, Region: `Asia Pacific`, Country: `Japan`, Risk: `Low`, Sector: `Public`, Currency: `EUR`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-08-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 723 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P MID MINI`, Spread: 0.01, Open: 1454.3, Price: 1459.28, Buy: 1455.78, Sell: 1455.79, Change: 3.5, ChangePercent: 0.24, Volume: 338, High: 1455.78, Low: 1448, YearlyHigh: 1527.3, YearlyLow: 1236, YearlyStart: 1381.65, YearlyChange: 5.37, Settlement: `Loan`, Contract: `Futures`, Region: `Africa`, Country: `Morocco`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-08-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 724 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Uranium`, Spread: 0.02, Open: 27.55, Price: 27.19, Buy: 27.55, Sell: 27.55, Change: -0.39, ChangePercent: -1.4, Volume: 12, High: 27.55, Low: 27.55, YearlyHigh: 29.32, YearlyLow: 21.28, YearlyStart: 25.3, YearlyChange: 9.01, Settlement: `Cash`, Contract: `Options`, Region: `Asia Pacific`, Country: `Pakistan`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-08-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 725 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Sugar`, Spread: 0.01, Open: 15.68, Price: 14.74, Buy: 14.67, Sell: 14.68, Change: 0.07, ChangePercent: 0.48, Volume: 4949, High: 15.7, Low: 14.67, YearlyHigh: 16.87, YearlyLow: 11.37, YearlyStart: 14.12, YearlyChange: 3.92, Settlement: `Cash`, Contract: `Swap`, Region: `Africa`, Country: `Ethiopia`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-08-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 726 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `FD Cattle`, Spread: 0.01, Open: 147.175, Price: 146.23, Buy: 148.6, Sell: 148.61, Change: -2.38, ChangePercent: -1.6, Volume: 5, High: 148.61, Low: 147.18, YearlyHigh: 190, YearlyLow: 138.1, YearlyStart: 164.05, YearlyChange: -9.41, Settlement: `Credit`, Contract: `Options`, Region: `Africa`, Country: `Tunisia`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-08-11`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 727 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Ethanol`, Spread: 0.01, Open: 1.512, Price: 2.8, Buy: 2.75, Sell: 2.76, Change: 0.05, ChangePercent: 1.56, Volume: 14, High: 2.75, Low: 1.12, YearlyHigh: 2.75, YearlyLow: 1.12, YearlyStart: 1.48, YearlyChange: 86.7, Settlement: `Loan`, Contract: `Options`, Region: `Middle East`, Country: `Israel`, Risk: `High`, Sector: `Government`, Currency: `USD`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-07-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 728 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Gold`, Spread: 0.01, Open: 1281.1, Price: 1271, Buy: 1280.73, Sell: 1280.74, Change: -9.73, ChangePercent: -0.76, Volume: 48387, High: 1289.5, Low: 1279.1, YearlyHigh: 1306, YearlyLow: 1047.2, YearlyStart: 1176.6, YearlyChange: 8.85, Settlement: `Cash`, Contract: `Forwards`, Region: `Europe`, Country: `Poland`, Risk: `Low`, Sector: `Government`, Currency: `PLN`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-05-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 729 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `OJ Future`, Spread: 0.01, Open: 140.6, Price: 142.26, Buy: 140.18, Sell: 140.19, Change: 2.07, ChangePercent: 1.48, Volume: 7, High: 140.19, Low: 0, YearlyHigh: 155.95, YearlyLow: 113, YearlyStart: 134.47, YearlyChange: 4.25, Settlement: `Credit`, Contract: `Swap`, Region: `Africa`, Country: `Cameroon`, Risk: `Low`, Sector: `Public`, Currency: `PLN`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-07-24`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 730 }), + new FinancialDataAllItem({ Category: `Index`, Type: `NAS Future`, Spread: 0.01, Open: 4341.25, Price: 4271.82, Buy: 4341.25, Sell: 4341.25, Change: -69.46, ChangePercent: -1.6, Volume: 18259, High: 4347, Low: 4318, YearlyHigh: 4719.75, YearlyLow: 3867.75, YearlyStart: 4293.75, YearlyChange: 1.11, Settlement: `Credit`, Contract: `Futures`, Region: `Middle East`, Country: `Lebanon`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-06-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 731 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Rice`, Spread: 0.01, Open: 11.245, Price: 10.41, Buy: 10.41, Sell: 10.42, Change: -0.01, ChangePercent: -0.04, Volume: 220, High: 11.38, Low: 10.42, YearlyHigh: 14.14, YearlyLow: 9.7, YearlyStart: 11.92, YearlyChange: -12.62, Settlement: `Credit`, Contract: `Options`, Region: `Asia Pacific`, Country: `New Zealand`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `Poor`, Issuer: `FedEx`, Maturity: `2022-01-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 732 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Rice`, Spread: 0.01, Open: 11.245, Price: 10.52, Buy: 10.41, Sell: 10.42, Change: 0.1, ChangePercent: 1, Volume: 220, High: 11.38, Low: 10.42, YearlyHigh: 14.14, YearlyLow: 9.7, YearlyStart: 11.92, YearlyChange: -12.62, Settlement: `Loan`, Contract: `Futures`, Region: `Middle East`, Country: `Qatar`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `High`, Issuer: `FedEx`, Maturity: `2022-08-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 733 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `LV Cattle`, Spread: 0.01, Open: 120.725, Price: 119.79, Buy: 120.72, Sell: 120.72, Change: -0.91, ChangePercent: -0.76, Volume: 4, High: 120.72, Low: 120.72, YearlyHigh: 147.98, YearlyLow: 113.9, YearlyStart: 130.94, YearlyChange: -7.82, Settlement: `Cash`, Contract: `Options`, Region: `Africa`, Country: `Niger`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-03-21`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 734 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `Lean Hogs`, Spread: 0.01, Open: 81.275, Price: 83.39, Buy: 81.81, Sell: 81.82, Change: 1.58, ChangePercent: 1.92, Volume: 1, High: 81.81, Low: 81.28, YearlyHigh: 83.98, YearlyLow: 70.25, YearlyStart: 77.11, YearlyChange: 6.09, Settlement: `Cash`, Contract: `Forwards`, Region: `Asia Pacific`, Country: `Australia`, Risk: `Low`, Sector: `Government`, Currency: `PLN`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-05-16`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 735 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/CAD`, Spread: 0.02, Open: 0.7744, Price: 0.94, Buy: 0.94, Sell: 0.96, Change: -0.01, ChangePercent: -1.08, Volume: 13669, High: 0.95, Low: 0.77, YearlyHigh: 0.95, YearlyLow: 0.68, YearlyStart: 0.76, YearlyChange: 26.43, Settlement: `Credit`, Contract: `Options`, Region: `Asia Pacific`, Country: `Taiwan`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-03-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 736 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `GBP/USD`, Spread: 0.02, Open: 1.4464, Price: 1.19, Buy: 1.18, Sell: 1.2, Change: 0, ChangePercent: -0.4, Volume: 29450, High: 1.45, Low: 1.19, YearlyHigh: 1.59, YearlyLow: 1.19, YearlyStart: 1.49, YearlyChange: -19.59, Settlement: `Credit`, Contract: `Options`, Region: `Africa`, Country: `Senegal`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-05-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 737 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Milk`, Spread: 0.01, Open: 12.87, Price: 12.69, Buy: 12.87, Sell: 12.87, Change: -0.17, ChangePercent: -1.36, Volume: 7, High: 12.89, Low: 12.81, YearlyHigh: 16.96, YearlyLow: 12.81, YearlyStart: 14.88, YearlyChange: -13.6, Settlement: `Credit`, Contract: `Swap`, Region: `Africa`, Country: `Niger`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-05-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 738 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Gold`, Spread: 0.01, Open: 1281.1, Price: 1262.29, Buy: 1280.73, Sell: 1280.74, Change: -18.44, ChangePercent: -1.44, Volume: 48387, High: 1289.5, Low: 1279.1, YearlyHigh: 1306, YearlyLow: 1047.2, YearlyStart: 1176.6, YearlyChange: 8.85, Settlement: `Cash`, Contract: `Swap`, Region: `Middle East`, Country: `Oman`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-07-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 739 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P MID MINI`, Spread: 0.01, Open: 1454.3, Price: 1437.15, Buy: 1455.78, Sell: 1455.79, Change: -18.63, ChangePercent: -1.28, Volume: 338, High: 1455.78, Low: 1448, YearlyHigh: 1527.3, YearlyLow: 1236, YearlyStart: 1381.65, YearlyChange: 5.37, Settlement: `Cash`, Contract: `Futures`, Region: `Asia Pacific`, Country: `Korea`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-02-16`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 740 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Coffee`, Spread: 0.01, Open: 125.7, Price: 123.53, Buy: 125.7, Sell: 125.7, Change: -2.16, ChangePercent: -1.72, Volume: 1654, High: 125.8, Low: 125, YearlyHigh: 155.75, YearlyLow: 115.35, YearlyStart: 135.55, YearlyChange: -7.27, Settlement: `Cash`, Contract: `Forwards`, Region: `North America`, Country: `Canada`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-05-16`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 741 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soybean`, Spread: 0.01, Open: 1038, Price: 1030.72, Buy: 1038.61, Sell: 1038.62, Change: -7.9, ChangePercent: -0.76, Volume: 20356, High: 1044, Low: 1031.75, YearlyHigh: 1057, YearlyLow: 859.5, YearlyStart: 958.25, YearlyChange: 8.39, Settlement: `Loan`, Contract: `Futures`, Region: `Europe`, Country: `Portugal`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-02-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 742 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Gold`, Spread: 0.01, Open: 1281.1, Price: 1296.1, Buy: 1280.73, Sell: 1280.74, Change: 15.37, ChangePercent: 1.2, Volume: 48387, High: 1289.5, Low: 1279.1, YearlyHigh: 1306, YearlyLow: 1047.2, YearlyStart: 1176.6, YearlyChange: 8.85, Settlement: `Credit`, Contract: `Swap`, Region: `Asia Pacific`, Country: `Malaysia`, Risk: `High`, Sector: `Public`, Currency: `PLN`, Security: `Poor`, Issuer: `FedEx`, Maturity: `2022-01-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 743 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Oats`, Spread: 0.01, Open: 194.5, Price: 195.54, Buy: 194.21, Sell: 194.22, Change: 1.32, ChangePercent: 0.68, Volume: 64, High: 195.75, Low: 194, YearlyHigh: 241.25, YearlyLow: 183.75, YearlyStart: 212.5, YearlyChange: -8.6, Settlement: `Loan`, Contract: `Forwards`, Region: `Europe`, Country: `Sweden`, Risk: `High`, Sector: `Public`, Currency: `USD`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-08-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 744 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Natural Gas`, Spread: 0.02, Open: 2.094, Price: 2.14, Buy: 2.09, Sell: 2.09, Change: 0.04, ChangePercent: 1.76, Volume: 2783, High: 2.11, Low: 2.09, YearlyHigh: 3.2, YearlyLow: 1.84, YearlyStart: 2.52, YearlyChange: -16.51, Settlement: `Cash`, Contract: `CFD`, Region: `Middle East`, Country: `Lebanon`, Risk: `High`, Sector: `Private`, Currency: `PLN`, Security: `High`, Issuer: `American Airlines`, Maturity: `2022-07-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 745 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Lumber`, Spread: 0.01, Open: 303.9, Price: 309.59, Buy: 304.59, Sell: 304.6, Change: 4.99, ChangePercent: 1.64, Volume: 2, High: 304.6, Low: 303.9, YearlyHigh: 317.1, YearlyLow: 236, YearlyStart: 276.55, YearlyChange: 10.14, Settlement: `Credit`, Contract: `CFD`, Region: `Europe`, Country: `Hungary`, Risk: `Low`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-07-22`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 746 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Rice`, Spread: 0.01, Open: 11.245, Price: 10.42, Buy: 10.41, Sell: 10.42, Change: 0, ChangePercent: 0.04, Volume: 220, High: 11.38, Low: 10.42, YearlyHigh: 14.14, YearlyLow: 9.7, YearlyStart: 11.92, YearlyChange: -12.62, Settlement: `Credit`, Contract: `Swap`, Region: `Asia Pacific`, Country: `Australia`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-08-27`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 747 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Copper`, Spread: 0.02, Open: 2.123, Price: 2.12, Buy: 2.12, Sell: 2.12, Change: 0.01, ChangePercent: 0.12, Volume: 28819, High: 2.16, Low: 2.11, YearlyHigh: 2.94, YearlyLow: 1.96, YearlyStart: 2.45, YearlyChange: -13.76, Settlement: `Cash`, Contract: `Options`, Region: `Africa`, Country: `Egypt`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-03-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 748 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soy oil`, Spread: 0.01, Open: 33.26, Price: 33.26, Buy: 33.77, Sell: 33.78, Change: -0.51, ChangePercent: -1.52, Volume: 10592, High: 33.77, Low: 33.06, YearlyHigh: 35.43, YearlyLow: 26.61, YearlyStart: 31.02, YearlyChange: 8.87, Settlement: `Cash`, Contract: `Options`, Region: `Asia Pacific`, Country: `Taiwan`, Risk: `Low`, Sector: `Public`, Currency: `PLN`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-01-11`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 749 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P Future`, Spread: 0.01, Open: 2057.5, Price: 2038.5, Buy: 2056.6, Sell: 2056.61, Change: -18.1, ChangePercent: -0.88, Volume: 142780, High: 2059.5, Low: 2049, YearlyHigh: 2105.5, YearlyLow: 1794.5, YearlyStart: 1950, YearlyChange: 5.47, Settlement: `Cash`, Contract: `Futures`, Region: `North America`, Country: `Mexico`, Risk: `Low`, Sector: `Government`, Currency: `USD`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-09-27`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 750 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Corn`, Spread: 0.01, Open: 379.5, Price: 374.49, Buy: 379.8, Sell: 379.81, Change: -5.31, ChangePercent: -1.4, Volume: 11266, High: 381, Low: 377.75, YearlyHigh: 471.25, YearlyLow: 351.25, YearlyStart: 411.25, YearlyChange: -7.65, Settlement: `Cash`, Contract: `Options`, Region: `South America`, Country: `Uruguay`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-07-27`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 751 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `FD Cattle`, Spread: 0.01, Open: 147.175, Price: 146.53, Buy: 148.6, Sell: 148.61, Change: -2.08, ChangePercent: -1.4, Volume: 5, High: 148.61, Low: 147.18, YearlyHigh: 190, YearlyLow: 138.1, YearlyStart: 164.05, YearlyChange: -9.41, Settlement: `Loan`, Contract: `Options`, Region: `Europe`, Country: `Finland`, Risk: `Low`, Sector: `Public`, Currency: `PLN`, Security: `High`, Issuer: `FedEx`, Maturity: `2022-04-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 752 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/CHF`, Spread: 0.02, Open: 1.0337, Price: 1.04, Buy: 1.03, Sell: 1.03, Change: 0, ChangePercent: -0.12, Volume: 5550, High: 1.03, Low: 1.03, YearlyHigh: 1.11, YearlyLow: 0.98, YearlyStart: 1.04, YearlyChange: -0.12, Settlement: `Loan`, Contract: `Forwards`, Region: `Africa`, Country: `Tunisia`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `Poor`, Issuer: `American Airlines`, Maturity: `2022-05-22`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 753 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Gold`, Spread: 0.01, Open: 1281.1, Price: 1259.73, Buy: 1280.73, Sell: 1280.74, Change: -21, ChangePercent: -1.64, Volume: 48387, High: 1289.5, Low: 1279.1, YearlyHigh: 1306, YearlyLow: 1047.2, YearlyStart: 1176.6, YearlyChange: 8.85, Settlement: `Loan`, Contract: `Swap`, Region: `Africa`, Country: `Egypt`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-04-19`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 754 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Milk`, Spread: 0.01, Open: 12.87, Price: 12.69, Buy: 12.87, Sell: 12.87, Change: -0.17, ChangePercent: -1.36, Volume: 7, High: 12.89, Low: 12.81, YearlyHigh: 16.96, YearlyLow: 12.81, YearlyStart: 14.88, YearlyChange: -13.6, Settlement: `Credit`, Contract: `CFD`, Region: `North America`, Country: `Mexico`, Risk: `High`, Sector: `Government`, Currency: `USD`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-05-11`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 755 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `FD Cattle`, Spread: 0.01, Open: 147.175, Price: 148.78, Buy: 148.6, Sell: 148.61, Change: 0.17, ChangePercent: 0.12, Volume: 5, High: 148.61, Low: 147.18, YearlyHigh: 190, YearlyLow: 138.1, YearlyStart: 164.05, YearlyChange: -9.41, Settlement: `Loan`, Contract: `Swap`, Region: `Middle East`, Country: `Syria`, Risk: `High`, Sector: `Government`, Currency: `PLN`, Security: `High`, Issuer: `American Airlines`, Maturity: `2022-08-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 756 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Cocoa`, Spread: 0.01, Open: 3076, Price: 3130.17, Buy: 3076, Sell: 3076, Change: 54.14, ChangePercent: 1.76, Volume: 978, High: 3078, Low: 3066, YearlyHigh: 3406, YearlyLow: 2746, YearlyStart: 3076, YearlyChange: 0, Settlement: `Cash`, Contract: `Swap`, Region: `Asia Pacific`, Country: `Philippines`, Risk: `High`, Sector: `Government`, Currency: `PLN`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-03-22`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 757 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soy oil`, Spread: 0.01, Open: 33.26, Price: 34.43, Buy: 33.77, Sell: 33.78, Change: 0.66, ChangePercent: 1.96, Volume: 10592, High: 33.77, Low: 33.06, YearlyHigh: 35.43, YearlyLow: 26.61, YearlyStart: 31.02, YearlyChange: 8.87, Settlement: `Cash`, Contract: `Forwards`, Region: `Middle East`, Country: `UAE`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-02-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 758 }), + new FinancialDataAllItem({ Category: `Index`, Type: `NAS Future`, Spread: 0.01, Open: 4341.25, Price: 4296.13, Buy: 4341.25, Sell: 4341.25, Change: -45.15, ChangePercent: -1.04, Volume: 18259, High: 4347, Low: 4318, YearlyHigh: 4719.75, YearlyLow: 3867.75, YearlyStart: 4293.75, YearlyChange: 1.11, Settlement: `Credit`, Contract: `Futures`, Region: `North America`, Country: `United States`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `Poor`, Issuer: `American Airlines`, Maturity: `2022-02-22`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 759 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Milk`, Spread: 0.01, Open: 12.87, Price: 13.02, Buy: 12.87, Sell: 12.87, Change: 0.16, ChangePercent: 1.24, Volume: 7, High: 12.89, Low: 12.81, YearlyHigh: 16.96, YearlyLow: 12.81, YearlyStart: 14.88, YearlyChange: -13.6, Settlement: `Cash`, Contract: `CFD`, Region: `Asia Pacific`, Country: `China`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-06-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 760 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Cotton`, Spread: 0.01, Open: 61.77, Price: 63, Buy: 61.77, Sell: 61.77, Change: 1.24, ChangePercent: 2, Volume: 3612, High: 62.06, Low: 61.32, YearlyHigh: 67.59, YearlyLow: 54.33, YearlyStart: 60.96, YearlyChange: 1.31, Settlement: `Cash`, Contract: `Options`, Region: `Africa`, Country: `Nigeria`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-01-11`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 761 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `LV Cattle`, Spread: 0.01, Open: 120.725, Price: 122.54, Buy: 120.72, Sell: 120.72, Change: 1.84, ChangePercent: 1.52, Volume: 4, High: 120.72, Low: 120.72, YearlyHigh: 147.98, YearlyLow: 113.9, YearlyStart: 130.94, YearlyChange: -7.82, Settlement: `Cash`, Contract: `Swap`, Region: `North America`, Country: `United States`, Risk: `High`, Sector: `Public`, Currency: `PLN`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-06-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 762 }), + new FinancialDataAllItem({ Category: `Index`, Type: `NAS Future`, Spread: 0.01, Open: 4341.25, Price: 4273.56, Buy: 4341.25, Sell: 4341.25, Change: -67.72, ChangePercent: -1.56, Volume: 18259, High: 4347, Low: 4318, YearlyHigh: 4719.75, YearlyLow: 3867.75, YearlyStart: 4293.75, YearlyChange: 1.11, Settlement: `Loan`, Contract: `Futures`, Region: `Europe`, Country: `France`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-06-27`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 763 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Cotton`, Spread: 0.01, Open: 61.77, Price: 60.57, Buy: 61.77, Sell: 61.77, Change: -1.19, ChangePercent: -1.92, Volume: 3612, High: 62.06, Low: 61.32, YearlyHigh: 67.59, YearlyLow: 54.33, YearlyStart: 60.96, YearlyChange: 1.31, Settlement: `Credit`, Contract: `Options`, Region: `South America`, Country: `Colombia`, Risk: `Low`, Sector: `Government`, Currency: `PLN`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-03-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 764 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Sugar`, Spread: 0.01, Open: 15.68, Price: 14.77, Buy: 14.67, Sell: 14.68, Change: 0.1, ChangePercent: 0.68, Volume: 4949, High: 15.7, Low: 14.67, YearlyHigh: 16.87, YearlyLow: 11.37, YearlyStart: 14.12, YearlyChange: 3.92, Settlement: `Cash`, Contract: `Options`, Region: `Middle East`, Country: `Jordan`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-02-23`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 765 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `Lean Hogs`, Spread: 0.01, Open: 81.275, Price: 81.55, Buy: 81.81, Sell: 81.82, Change: -0.26, ChangePercent: -0.32, Volume: 1, High: 81.81, Low: 81.28, YearlyHigh: 83.98, YearlyLow: 70.25, YearlyStart: 77.11, YearlyChange: 6.09, Settlement: `Cash`, Contract: `Options`, Region: `Europe`, Country: `Spain`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-05-16`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 766 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `OJ Future`, Spread: 0.01, Open: 140.6, Price: 141.37, Buy: 140.18, Sell: 140.19, Change: 1.18, ChangePercent: 0.84, Volume: 7, High: 140.19, Low: 0, YearlyHigh: 155.95, YearlyLow: 113, YearlyStart: 134.47, YearlyChange: 4.25, Settlement: `Cash`, Contract: `Forwards`, Region: `Europe`, Country: `Switzerland`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `High`, Issuer: `American Airlines`, Maturity: `2022-06-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 767 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `US 30YR Future`, Spread: 0.01, Open: 164.875, Price: 163.37, Buy: 164.15, Sell: 164.16, Change: -0.79, ChangePercent: -0.48, Volume: 28012, High: 165.25, Low: 164.04, YearlyHigh: 169.38, YearlyLow: 151.47, YearlyStart: 160.43, YearlyChange: 2.33, Settlement: `Credit`, Contract: `Options`, Region: `Africa`, Country: `South Africa`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-04-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 768 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Wheat`, Spread: 0.01, Open: 465.5, Price: 460.68, Buy: 465.5, Sell: 465.5, Change: -4.84, ChangePercent: -1.04, Volume: 4318, High: 467, Low: 463.25, YearlyHigh: 628.5, YearlyLow: 449.5, YearlyStart: 539, YearlyChange: -13.63, Settlement: `Loan`, Contract: `Futures`, Region: `North America`, Country: `United States`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-06-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 769 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Milk`, Spread: 0.01, Open: 12.87, Price: 13.09, Buy: 12.87, Sell: 12.87, Change: 0.23, ChangePercent: 1.8, Volume: 7, High: 12.89, Low: 12.81, YearlyHigh: 16.96, YearlyLow: 12.81, YearlyStart: 14.88, YearlyChange: -13.6, Settlement: `Cash`, Contract: `CFD`, Region: `Europe`, Country: `France`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-06-19`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 770 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Gold`, Spread: 0.01, Open: 1281.1, Price: 1267.92, Buy: 1280.73, Sell: 1280.74, Change: -12.81, ChangePercent: -1, Volume: 48387, High: 1289.5, Low: 1279.1, YearlyHigh: 1306, YearlyLow: 1047.2, YearlyStart: 1176.6, YearlyChange: 8.85, Settlement: `Loan`, Contract: `Options`, Region: `Middle East`, Country: `Israel`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-04-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 771 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P Future`, Spread: 0.01, Open: 2057.5, Price: 2041.79, Buy: 2056.6, Sell: 2056.61, Change: -14.81, ChangePercent: -0.72, Volume: 142780, High: 2059.5, Low: 2049, YearlyHigh: 2105.5, YearlyLow: 1794.5, YearlyStart: 1950, YearlyChange: 5.47, Settlement: `Cash`, Contract: `Options`, Region: `Middle East`, Country: `Turkey`, Risk: `Low`, Sector: `Public`, Currency: `USD`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-07-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 772 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Platinum`, Spread: 0.01, Open: 1071.6, Price: 1076.67, Buy: 1071.09, Sell: 1071.1, Change: 5.57, ChangePercent: 0.52, Volume: 3039, High: 1081.2, Low: 1070.5, YearlyHigh: 1120.6, YearlyLow: 812.4, YearlyStart: 966.5, YearlyChange: 10.82, Settlement: `Credit`, Contract: `CFD`, Region: `Middle East`, Country: `Kuwait`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-07-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 773 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `GBP/USD`, Spread: 0.02, Open: 1.4464, Price: 1.17, Buy: 1.18, Sell: 1.2, Change: -0.02, ChangePercent: -1.72, Volume: 29450, High: 1.45, Low: 1.19, YearlyHigh: 1.59, YearlyLow: 1.19, YearlyStart: 1.49, YearlyChange: -19.59, Settlement: `Cash`, Contract: `Futures`, Region: `Africa`, Country: `Morocco`, Risk: `High`, Sector: `Public`, Currency: `USD`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-05-22`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 774 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soy Meat`, Spread: 0.01, Open: 342.6, Price: 341.8, Buy: 342.6, Sell: 342.6, Change: -0.82, ChangePercent: -0.24, Volume: 5646, High: 345.4, Low: 340.3, YearlyHigh: 353.4, YearlyLow: 261.7, YearlyStart: 307.55, YearlyChange: 11.4, Settlement: `Credit`, Contract: `Options`, Region: `Asia Pacific`, Country: `Japan`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `High`, Issuer: `FedEx`, Maturity: `2022-07-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 775 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Uranium`, Spread: 0.02, Open: 27.55, Price: 27.3, Buy: 27.55, Sell: 27.55, Change: -0.28, ChangePercent: -1, Volume: 12, High: 27.55, Low: 27.55, YearlyHigh: 29.32, YearlyLow: 21.28, YearlyStart: 25.3, YearlyChange: 9.01, Settlement: `Credit`, Contract: `Options`, Region: `Europe`, Country: `Spain`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `High`, Issuer: `American Airlines`, Maturity: `2022-04-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 776 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Oats`, Spread: 0.01, Open: 194.5, Price: 193.98, Buy: 194.21, Sell: 194.22, Change: -0.24, ChangePercent: -0.12, Volume: 64, High: 195.75, Low: 194, YearlyHigh: 241.25, YearlyLow: 183.75, YearlyStart: 212.5, YearlyChange: -8.6, Settlement: `Credit`, Contract: `Options`, Region: `Europe`, Country: `France`, Risk: `High`, Sector: `Private`, Currency: `PLN`, Security: `High`, Issuer: `American Airlines`, Maturity: `2022-05-16`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 777 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Corn`, Spread: 0.01, Open: 379.5, Price: 375.7, Buy: 379.8, Sell: 379.81, Change: -4.1, ChangePercent: -1.08, Volume: 11266, High: 381, Low: 377.75, YearlyHigh: 471.25, YearlyLow: 351.25, YearlyStart: 411.25, YearlyChange: -7.65, Settlement: `Loan`, Contract: `Swap`, Region: `Europe`, Country: `Estonia`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-04-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 778 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Ethanol`, Spread: 0.01, Open: 1.512, Price: 2.71, Buy: 2.75, Sell: 2.76, Change: -0.04, ChangePercent: -1.48, Volume: 14, High: 2.75, Low: 1.12, YearlyHigh: 2.75, YearlyLow: 1.12, YearlyStart: 1.48, YearlyChange: 86.7, Settlement: `Cash`, Contract: `Options`, Region: `Middle East`, Country: `Lebanon`, Risk: `Low`, Sector: `Public`, Currency: `PLN`, Security: `Poor`, Issuer: `FedEx`, Maturity: `2022-03-19`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 779 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Oil`, Spread: 0.015, Open: 45.54, Price: 45.24, Buy: 45.78, Sell: 45.8, Change: -0.55, ChangePercent: -1.2, Volume: 107196, High: 45.94, Low: 45, YearlyHigh: 65.28, YearlyLow: 30.79, YearlyStart: 48.03, YearlyChange: -4.67, Settlement: `Cash`, Contract: `Swap`, Region: `South America`, Country: `Uruguay`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-04-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 780 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Uranium`, Spread: 0.02, Open: 27.55, Price: 27.8, Buy: 27.55, Sell: 27.55, Change: 0.22, ChangePercent: 0.8, Volume: 12, High: 27.55, Low: 27.55, YearlyHigh: 29.32, YearlyLow: 21.28, YearlyStart: 25.3, YearlyChange: 9.01, Settlement: `Cash`, Contract: `Futures`, Region: `Asia Pacific`, Country: `Philippines`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-06-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 781 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `Lean Hogs`, Spread: 0.01, Open: 81.275, Price: 81.23, Buy: 81.81, Sell: 81.82, Change: -0.58, ChangePercent: -0.72, Volume: 1, High: 81.81, Low: 81.28, YearlyHigh: 83.98, YearlyLow: 70.25, YearlyStart: 77.11, YearlyChange: 6.09, Settlement: `Cash`, Contract: `Options`, Region: `North America`, Country: `Canada`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-02-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 782 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soy oil`, Spread: 0.01, Open: 33.26, Price: 33.72, Buy: 33.77, Sell: 33.78, Change: -0.05, ChangePercent: -0.16, Volume: 10592, High: 33.77, Low: 33.06, YearlyHigh: 35.43, YearlyLow: 26.61, YearlyStart: 31.02, YearlyChange: 8.87, Settlement: `Cash`, Contract: `Options`, Region: `Asia Pacific`, Country: `Singapore`, Risk: `High`, Sector: `Private`, Currency: `PLN`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-05-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 783 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Rice`, Spread: 0.01, Open: 11.245, Price: 10.26, Buy: 10.41, Sell: 10.42, Change: -0.16, ChangePercent: -1.48, Volume: 220, High: 11.38, Low: 10.42, YearlyHigh: 14.14, YearlyLow: 9.7, YearlyStart: 11.92, YearlyChange: -12.62, Settlement: `Credit`, Contract: `Futures`, Region: `Africa`, Country: `Niger`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `Poor`, Issuer: `FedEx`, Maturity: `2022-07-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 784 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Corn`, Spread: 0.01, Open: 379.5, Price: 385.12, Buy: 379.8, Sell: 379.81, Change: 5.32, ChangePercent: 1.4, Volume: 11266, High: 381, Low: 377.75, YearlyHigh: 471.25, YearlyLow: 351.25, YearlyStart: 411.25, YearlyChange: -7.65, Settlement: `Cash`, Contract: `Options`, Region: `Middle East`, Country: `Saudi Arabia`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-06-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 785 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Palladium`, Spread: 0.01, Open: 600.55, Price: 597.39, Buy: 601, Sell: 601.01, Change: -3.61, ChangePercent: -0.6, Volume: 651, High: 607.2, Low: 598.4, YearlyHigh: 690, YearlyLow: 458.6, YearlyStart: 574.3, YearlyChange: 4.65, Settlement: `Loan`, Contract: `Forwards`, Region: `Africa`, Country: `Ethiopia`, Risk: `High`, Sector: `Private`, Currency: `PLN`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-07-27`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 786 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Ethanol`, Spread: 0.01, Open: 1.512, Price: 2.7, Buy: 2.75, Sell: 2.76, Change: -0.05, ChangePercent: -1.8, Volume: 14, High: 2.75, Low: 1.12, YearlyHigh: 2.75, YearlyLow: 1.12, YearlyStart: 1.48, YearlyChange: 86.7, Settlement: `Credit`, Contract: `Options`, Region: `South America`, Country: `Paraguay`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `High`, Issuer: `FedEx`, Maturity: `2022-06-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 787 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `US 10YR Future`, Spread: 0.01, Open: 130.5625, Price: 132.2, Buy: 130.56, Sell: 130.56, Change: 1.62, ChangePercent: 1.24, Volume: 189310, High: 130.63, Low: 130.44, YearlyHigh: 132.64, YearlyLow: 125.48, YearlyStart: 129.06, YearlyChange: 1.18, Settlement: `Credit`, Contract: `Futures`, Region: `Middle East`, Country: `Jordan`, Risk: `Low`, Sector: `Government`, Currency: `PLN`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-03-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 788 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Wheat`, Spread: 0.01, Open: 465.5, Price: 458.82, Buy: 465.5, Sell: 465.5, Change: -6.7, ChangePercent: -1.44, Volume: 4318, High: 467, Low: 463.25, YearlyHigh: 628.5, YearlyLow: 449.5, YearlyStart: 539, YearlyChange: -13.63, Settlement: `Cash`, Contract: `Swap`, Region: `North America`, Country: `United States`, Risk: `High`, Sector: `Private`, Currency: `PLN`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-04-23`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 789 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `BTC/USD`, Spread: 0.06, Open: 93.88, Price: 21227.58, Buy: 21200.76, Sell: 21400.78, Change: 226.81, ChangePercent: 1.08, Volume: 5788000, High: 22400.05, Low: 20100.75, YearlyHigh: 62400.7, YearlyLow: 15100.88, YearlyStart: 21200.29, YearlyChange: -20.62, Settlement: `Cash`, Contract: `Forwards`, Region: `Europe`, Country: `Switzerland`, Risk: `High`, Sector: `Public`, Currency: `USD`, Security: `Poor`, Issuer: `FedEx`, Maturity: `2022-02-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 790 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Natural Gas`, Spread: 0.02, Open: 2.094, Price: 2.11, Buy: 2.09, Sell: 2.09, Change: 0.01, ChangePercent: 0.16, Volume: 2783, High: 2.11, Low: 2.09, YearlyHigh: 3.2, YearlyLow: 1.84, YearlyStart: 2.52, YearlyChange: -16.51, Settlement: `Cash`, Contract: `Options`, Region: `Asia Pacific`, Country: `Philippines`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-05-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 791 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Silver`, Spread: 0.01, Open: 17.43, Price: 17.49, Buy: 17.43, Sell: 17.43, Change: 0.07, ChangePercent: 0.4, Volume: 11720, High: 17.51, Low: 17.37, YearlyHigh: 18.06, YearlyLow: 13.73, YearlyStart: 15.89, YearlyChange: 9.59, Settlement: `Cash`, Contract: `Forwards`, Region: `Asia Pacific`, Country: `Philippines`, Risk: `High`, Sector: `Public`, Currency: `PLN`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-04-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 792 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Wheat`, Spread: 0.01, Open: 465.5, Price: 460.86, Buy: 465.5, Sell: 465.5, Change: -4.66, ChangePercent: -1, Volume: 4318, High: 467, Low: 463.25, YearlyHigh: 628.5, YearlyLow: 449.5, YearlyStart: 539, YearlyChange: -13.63, Settlement: `Loan`, Contract: `Options`, Region: `Asia Pacific`, Country: `Philippines`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-06-10`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 793 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P Future`, Spread: 0.01, Open: 2057.5, Price: 2066.47, Buy: 2056.6, Sell: 2056.61, Change: 9.87, ChangePercent: 0.48, Volume: 142780, High: 2059.5, Low: 2049, YearlyHigh: 2105.5, YearlyLow: 1794.5, YearlyStart: 1950, YearlyChange: 5.47, Settlement: `Loan`, Contract: `Swap`, Region: `Asia Pacific`, Country: `Afghanistan`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-08-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 794 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Cotton`, Spread: 0.01, Open: 61.77, Price: 61.12, Buy: 61.77, Sell: 61.77, Change: -0.64, ChangePercent: -1.04, Volume: 3612, High: 62.06, Low: 61.32, YearlyHigh: 67.59, YearlyLow: 54.33, YearlyStart: 60.96, YearlyChange: 1.31, Settlement: `Loan`, Contract: `Swap`, Region: `Africa`, Country: `Cameroon`, Risk: `Low`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-06-23`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 795 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/CHF`, Spread: 0.02, Open: 1.0337, Price: 1.04, Buy: 1.03, Sell: 1.03, Change: 0, ChangePercent: -0.12, Volume: 5550, High: 1.03, Low: 1.03, YearlyHigh: 1.11, YearlyLow: 0.98, YearlyStart: 1.04, YearlyChange: -0.12, Settlement: `Loan`, Contract: `Options`, Region: `Africa`, Country: `Cameroon`, Risk: `High`, Sector: `Government`, Currency: `USD`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-04-16`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 796 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Palladium`, Spread: 0.01, Open: 600.55, Price: 590.66, Buy: 601, Sell: 601.01, Change: -10.34, ChangePercent: -1.72, Volume: 651, High: 607.2, Low: 598.4, YearlyHigh: 690, YearlyLow: 458.6, YearlyStart: 574.3, YearlyChange: 4.65, Settlement: `Cash`, Contract: `Swap`, Region: `Middle East`, Country: `Iraq`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-06-22`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 797 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P 600 MINI`, Spread: 0.01, Open: 687.9, Price: 689.26, Buy: 687.9, Sell: 687.9, Change: 1.38, ChangePercent: 0.2, Volume: 0, High: 0, Low: 0, YearlyHigh: 620.32, YearlyLow: 595.9, YearlyStart: 608.11, YearlyChange: 13.12, Settlement: `Cash`, Contract: `Futures`, Region: `Africa`, Country: `Tunisia`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-01-16`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 798 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `BTC/USD`, Spread: 0.06, Open: 93.88, Price: 20731.96, Buy: 21200.76, Sell: 21400.78, Change: -268.81, ChangePercent: -1.28, Volume: 5788000, High: 22400.05, Low: 20100.75, YearlyHigh: 62400.7, YearlyLow: 15100.88, YearlyStart: 21200.29, YearlyChange: -20.62, Settlement: `Cash`, Contract: `CFD`, Region: `Middle East`, Country: `Jordan`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `High`, Issuer: `American Airlines`, Maturity: `2022-05-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 799 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `AUD/USD`, Spread: 0.02, Open: 0.7344, Price: 0.75, Buy: 0.73, Sell: 0.73, Change: 0.01, ChangePercent: 1.2, Volume: 36764, High: 0.74, Low: 0.73, YearlyHigh: 0.79, YearlyLow: 0.68, YearlyStart: 0.73, YearlyChange: 1.28, Settlement: `Cash`, Contract: `Futures`, Region: `Middle East`, Country: `Israel`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-04-23`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 800 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `Lean Hogs`, Spread: 0.01, Open: 81.275, Price: 80.77, Buy: 81.81, Sell: 81.82, Change: -1.04, ChangePercent: -1.28, Volume: 1, High: 81.81, Low: 81.28, YearlyHigh: 83.98, YearlyLow: 70.25, YearlyStart: 77.11, YearlyChange: 6.09, Settlement: `Cash`, Contract: `CFD`, Region: `Europe`, Country: `Slovenia`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-06-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 801 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Rice`, Spread: 0.01, Open: 11.245, Price: 10.3, Buy: 10.41, Sell: 10.42, Change: -0.12, ChangePercent: -1.08, Volume: 220, High: 11.38, Low: 10.42, YearlyHigh: 14.14, YearlyLow: 9.7, YearlyStart: 11.92, YearlyChange: -12.62, Settlement: `Credit`, Contract: `Swap`, Region: `Middle East`, Country: `Lebanon`, Risk: `High`, Sector: `Government`, Currency: `PLN`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-02-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 802 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soybean`, Spread: 0.01, Open: 1038, Price: 1040.69, Buy: 1038.61, Sell: 1038.62, Change: 2.07, ChangePercent: 0.2, Volume: 20356, High: 1044, Low: 1031.75, YearlyHigh: 1057, YearlyLow: 859.5, YearlyStart: 958.25, YearlyChange: 8.39, Settlement: `Loan`, Contract: `Options`, Region: `Europe`, Country: `Czechia`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-08-24`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 803 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soy oil`, Spread: 0.01, Open: 33.26, Price: 33.97, Buy: 33.77, Sell: 33.78, Change: 0.2, ChangePercent: 0.6, Volume: 10592, High: 33.77, Low: 33.06, YearlyHigh: 35.43, YearlyLow: 26.61, YearlyStart: 31.02, YearlyChange: 8.87, Settlement: `Cash`, Contract: `Forwards`, Region: `North America`, Country: `United States`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-08-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 804 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Coffee`, Spread: 0.01, Open: 125.7, Price: 128.15, Buy: 125.7, Sell: 125.7, Change: 2.46, ChangePercent: 1.96, Volume: 1654, High: 125.8, Low: 125, YearlyHigh: 155.75, YearlyLow: 115.35, YearlyStart: 135.55, YearlyChange: -7.27, Settlement: `Cash`, Contract: `Futures`, Region: `Asia Pacific`, Country: `Malaysia`, Risk: `Low`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-06-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 805 }), + new FinancialDataAllItem({ Category: `Index`, Type: `DOW Future`, Spread: 0.01, Open: 17711, Price: 17924.7, Buy: 17712.15, Sell: 17712.16, Change: 212.55, ChangePercent: 1.2, Volume: 22236, High: 17727, Low: 17642, YearlyHigh: 18083, YearlyLow: 15299, YearlyStart: 16691, YearlyChange: 6.12, Settlement: `Cash`, Contract: `Forwards`, Region: `Asia Pacific`, Country: `Philippines`, Risk: `Low`, Sector: `Public`, Currency: `USD`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-04-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 806 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Corn`, Spread: 0.01, Open: 379.5, Price: 379.8, Buy: 379.8, Sell: 379.81, Change: 0, ChangePercent: 0, Volume: 11266, High: 381, Low: 377.75, YearlyHigh: 471.25, YearlyLow: 351.25, YearlyStart: 411.25, YearlyChange: -7.65, Settlement: `Credit`, Contract: `Forwards`, Region: `Asia Pacific`, Country: `Taiwan`, Risk: `High`, Sector: `Public`, Currency: `USD`, Security: `Poor`, Issuer: `FedEx`, Maturity: `2022-05-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 807 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P MID MINI`, Spread: 0.01, Open: 1454.3, Price: 1443.55, Buy: 1455.78, Sell: 1455.79, Change: -12.23, ChangePercent: -0.84, Volume: 338, High: 1455.78, Low: 1448, YearlyHigh: 1527.3, YearlyLow: 1236, YearlyStart: 1381.65, YearlyChange: 5.37, Settlement: `Credit`, Contract: `Options`, Region: `Middle East`, Country: `Israel`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `American Airlines`, Maturity: `2022-08-11`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 808 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Gold`, Spread: 0.01, Open: 1281.1, Price: 1268.44, Buy: 1280.73, Sell: 1280.74, Change: -12.29, ChangePercent: -0.96, Volume: 48387, High: 1289.5, Low: 1279.1, YearlyHigh: 1306, YearlyLow: 1047.2, YearlyStart: 1176.6, YearlyChange: 8.85, Settlement: `Loan`, Contract: `Swap`, Region: `Africa`, Country: `Morocco`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-07-10`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 809 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `GBP/USD`, Spread: 0.02, Open: 1.4464, Price: 1.18, Buy: 1.18, Sell: 1.2, Change: -0.01, ChangePercent: -1, Volume: 29450, High: 1.45, Low: 1.19, YearlyHigh: 1.59, YearlyLow: 1.19, YearlyStart: 1.49, YearlyChange: -19.59, Settlement: `Cash`, Contract: `Futures`, Region: `Middle East`, Country: `Iraq`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-09-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 810 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Ethanol`, Spread: 0.01, Open: 1.512, Price: 2.75, Buy: 2.75, Sell: 2.76, Change: 0, ChangePercent: 0, Volume: 14, High: 2.75, Low: 1.12, YearlyHigh: 2.75, YearlyLow: 1.12, YearlyStart: 1.48, YearlyChange: 86.7, Settlement: `Cash`, Contract: `Options`, Region: `Middle East`, Country: `Kuwait`, Risk: `High`, Sector: `Public`, Currency: `PLN`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-06-10`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 811 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soy Meat`, Spread: 0.01, Open: 342.6, Price: 345.5, Buy: 342.6, Sell: 342.6, Change: 2.88, ChangePercent: 0.84, Volume: 5646, High: 345.4, Low: 340.3, YearlyHigh: 353.4, YearlyLow: 261.7, YearlyStart: 307.55, YearlyChange: 11.4, Settlement: `Loan`, Contract: `Swap`, Region: `Africa`, Country: `Egypt`, Risk: `High`, Sector: `Government`, Currency: `PLN`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-03-16`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 812 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `US 30YR Future`, Spread: 0.01, Open: 164.875, Price: 161.6, Buy: 164.15, Sell: 164.16, Change: -2.56, ChangePercent: -1.56, Volume: 28012, High: 165.25, Low: 164.04, YearlyHigh: 169.38, YearlyLow: 151.47, YearlyStart: 160.43, YearlyChange: 2.33, Settlement: `Cash`, Contract: `Swap`, Region: `Africa`, Country: `Morocco`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `Poor`, Issuer: `FedEx`, Maturity: `2022-07-11`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 813 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Copper`, Spread: 0.02, Open: 2.123, Price: 2.1, Buy: 2.12, Sell: 2.12, Change: -0.01, ChangePercent: -0.8, Volume: 28819, High: 2.16, Low: 2.11, YearlyHigh: 2.94, YearlyLow: 1.96, YearlyStart: 2.45, YearlyChange: -13.76, Settlement: `Cash`, Contract: `Forwards`, Region: `Africa`, Country: `Tunisia`, Risk: `High`, Sector: `Private`, Currency: `PLN`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-04-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 814 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `FD Cattle`, Spread: 0.01, Open: 147.175, Price: 145.81, Buy: 148.6, Sell: 148.61, Change: -2.8, ChangePercent: -1.88, Volume: 5, High: 148.61, Low: 147.18, YearlyHigh: 190, YearlyLow: 138.1, YearlyStart: 164.05, YearlyChange: -9.41, Settlement: `Cash`, Contract: `CFD`, Region: `Middle East`, Country: `UAE`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-05-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 815 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Ethanol`, Spread: 0.01, Open: 1.512, Price: 2.75, Buy: 2.75, Sell: 2.76, Change: 0, ChangePercent: 0, Volume: 14, High: 2.75, Low: 1.12, YearlyHigh: 2.75, YearlyLow: 1.12, YearlyStart: 1.48, YearlyChange: 86.7, Settlement: `Cash`, Contract: `Futures`, Region: `South America`, Country: `Paraguay`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-08-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 816 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/CHF`, Spread: 0.02, Open: 1.0337, Price: 1.06, Buy: 1.03, Sell: 1.03, Change: 0.02, ChangePercent: 1.76, Volume: 5550, High: 1.03, Low: 1.03, YearlyHigh: 1.11, YearlyLow: 0.98, YearlyStart: 1.04, YearlyChange: -0.12, Settlement: `Cash`, Contract: `Futures`, Region: `Middle East`, Country: `UAE`, Risk: `High`, Sector: `Government`, Currency: `PLN`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-03-27`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 817 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P MID MINI`, Spread: 0.01, Open: 1454.3, Price: 1435.98, Buy: 1455.78, Sell: 1455.79, Change: -19.8, ChangePercent: -1.36, Volume: 338, High: 1455.78, Low: 1448, YearlyHigh: 1527.3, YearlyLow: 1236, YearlyStart: 1381.65, YearlyChange: 5.37, Settlement: `Cash`, Contract: `Options`, Region: `Africa`, Country: `Senegal`, Risk: `Low`, Sector: `Public`, Currency: `PLN`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-02-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 818 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soybean`, Spread: 0.01, Open: 1038, Price: 1023.66, Buy: 1038.61, Sell: 1038.62, Change: -14.96, ChangePercent: -1.44, Volume: 20356, High: 1044, Low: 1031.75, YearlyHigh: 1057, YearlyLow: 859.5, YearlyStart: 958.25, YearlyChange: 8.39, Settlement: `Cash`, Contract: `Futures`, Region: `Europe`, Country: `Slovakia`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-03-11`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 819 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `US 2Y Future`, Spread: 0.01, Open: 109.3984, Price: 111.27, Buy: 109.4, Sell: 109.4, Change: 1.88, ChangePercent: 1.72, Volume: 17742, High: 109.41, Low: 109.38, YearlyHigh: 109.8, YearlyLow: 108.62, YearlyStart: 109.21, YearlyChange: 0.16, Settlement: `Loan`, Contract: `Swap`, Region: `Africa`, Country: `South Africa`, Risk: `Low`, Sector: `Government`, Currency: `PLN`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-02-22`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 820 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Rice`, Spread: 0.01, Open: 11.245, Price: 10.37, Buy: 10.41, Sell: 10.42, Change: -0.05, ChangePercent: -0.4, Volume: 220, High: 11.38, Low: 10.42, YearlyHigh: 14.14, YearlyLow: 9.7, YearlyStart: 11.92, YearlyChange: -12.62, Settlement: `Cash`, Contract: `Options`, Region: `Africa`, Country: `Senegal`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-03-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 821 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Silver`, Spread: 0.01, Open: 17.43, Price: 17.26, Buy: 17.43, Sell: 17.43, Change: -0.16, ChangePercent: -0.92, Volume: 11720, High: 17.51, Low: 17.37, YearlyHigh: 18.06, YearlyLow: 13.73, YearlyStart: 15.89, YearlyChange: 9.59, Settlement: `Cash`, Contract: `Futures`, Region: `Middle East`, Country: `Israel`, Risk: `High`, Sector: `Public`, Currency: `USD`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-05-19`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 822 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Natural Gas`, Spread: 0.02, Open: 2.094, Price: 2.1, Buy: 2.09, Sell: 2.09, Change: 0, ChangePercent: -0.12, Volume: 2783, High: 2.11, Low: 2.09, YearlyHigh: 3.2, YearlyLow: 1.84, YearlyStart: 2.52, YearlyChange: -16.51, Settlement: `Cash`, Contract: `Futures`, Region: `Asia Pacific`, Country: `Indonesia`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-07-10`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 823 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Rice`, Spread: 0.01, Open: 11.245, Price: 10.5, Buy: 10.41, Sell: 10.42, Change: 0.08, ChangePercent: 0.84, Volume: 220, High: 11.38, Low: 10.42, YearlyHigh: 14.14, YearlyLow: 9.7, YearlyStart: 11.92, YearlyChange: -12.62, Settlement: `Credit`, Contract: `Options`, Region: `Africa`, Country: `Egypt`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-04-11`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 824 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soy oil`, Spread: 0.01, Open: 33.26, Price: 34.15, Buy: 33.77, Sell: 33.78, Change: 0.38, ChangePercent: 1.12, Volume: 10592, High: 33.77, Low: 33.06, YearlyHigh: 35.43, YearlyLow: 26.61, YearlyStart: 31.02, YearlyChange: 8.87, Settlement: `Cash`, Contract: `CFD`, Region: `Africa`, Country: `South Africa`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-07-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 825 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/CAD`, Spread: 0.02, Open: 0.7744, Price: 0.94, Buy: 0.94, Sell: 0.96, Change: -0.01, ChangePercent: -1.8, Volume: 13669, High: 0.95, Low: 0.77, YearlyHigh: 0.95, YearlyLow: 0.68, YearlyStart: 0.76, YearlyChange: 26.43, Settlement: `Credit`, Contract: `Forwards`, Region: `Middle East`, Country: `Oman`, Risk: `Low`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-07-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 826 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Coal`, Spread: 0.015, Open: 0.4363, Price: 0.42, Buy: 0.44, Sell: 0.44, Change: 0, ChangePercent: 0.8, Volume: 3, High: 0.44, Low: 0.44, YearlyHigh: 0.48, YearlyLow: 0.4, YearlyStart: 0.44, YearlyChange: -5.33, Settlement: `Loan`, Contract: `Swap`, Region: `Africa`, Country: `Egypt`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-07-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 827 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soy oil`, Spread: 0.01, Open: 33.26, Price: 34.12, Buy: 33.77, Sell: 33.78, Change: 0.35, ChangePercent: 1.04, Volume: 10592, High: 33.77, Low: 33.06, YearlyHigh: 35.43, YearlyLow: 26.61, YearlyStart: 31.02, YearlyChange: 8.87, Settlement: `Cash`, Contract: `Options`, Region: `Middle East`, Country: `Lebanon`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-02-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 828 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P Future`, Spread: 0.01, Open: 2057.5, Price: 2087.86, Buy: 2056.6, Sell: 2056.61, Change: 31.26, ChangePercent: 1.52, Volume: 142780, High: 2059.5, Low: 2049, YearlyHigh: 2105.5, YearlyLow: 1794.5, YearlyStart: 1950, YearlyChange: 5.47, Settlement: `Cash`, Contract: `Options`, Region: `Middle East`, Country: `UAE`, Risk: `Low`, Sector: `Public`, Currency: `PLN`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-07-21`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 829 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `BTC/USD`, Spread: 0.06, Open: 93.88, Price: 20639.56, Buy: 21200.76, Sell: 21400.78, Change: -361.21, ChangePercent: -1.72, Volume: 5788000, High: 22400.05, Low: 20100.75, YearlyHigh: 62400.7, YearlyLow: 15100.88, YearlyStart: 21200.29, YearlyChange: -20.62, Settlement: `Cash`, Contract: `CFD`, Region: `Africa`, Country: `Ethiopia`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-07-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 830 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Ethanol`, Spread: 0.01, Open: 1.512, Price: 2.75, Buy: 2.75, Sell: 2.76, Change: 0, ChangePercent: -0.2, Volume: 14, High: 2.75, Low: 1.12, YearlyHigh: 2.75, YearlyLow: 1.12, YearlyStart: 1.48, YearlyChange: 86.7, Settlement: `Cash`, Contract: `Futures`, Region: `Middle East`, Country: `Iraq`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `High`, Issuer: `American Airlines`, Maturity: `2022-06-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 831 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `US 2Y Future`, Spread: 0.01, Open: 109.3984, Price: 108.91, Buy: 109.4, Sell: 109.4, Change: -0.48, ChangePercent: -0.44, Volume: 17742, High: 109.41, Low: 109.38, YearlyHigh: 109.8, YearlyLow: 108.62, YearlyStart: 109.21, YearlyChange: 0.16, Settlement: `Credit`, Contract: `Swap`, Region: `South America`, Country: `Brazil`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `High`, Issuer: `FedEx`, Maturity: `2022-03-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 832 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `FD Cattle`, Spread: 0.01, Open: 147.175, Price: 149.97, Buy: 148.6, Sell: 148.61, Change: 1.36, ChangePercent: 0.92, Volume: 5, High: 148.61, Low: 147.18, YearlyHigh: 190, YearlyLow: 138.1, YearlyStart: 164.05, YearlyChange: -9.41, Settlement: `Cash`, Contract: `Forwards`, Region: `Middle East`, Country: `Israel`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-05-23`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 833 }), + new FinancialDataAllItem({ Category: `Index`, Type: `DOW Future`, Spread: 0.01, Open: 17711, Price: 17485.44, Buy: 17712.15, Sell: 17712.16, Change: -226.71, ChangePercent: -1.28, Volume: 22236, High: 17727, Low: 17642, YearlyHigh: 18083, YearlyLow: 15299, YearlyStart: 16691, YearlyChange: 6.12, Settlement: `Loan`, Contract: `Swap`, Region: `Africa`, Country: `Niger`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-07-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 834 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Sugar`, Spread: 0.01, Open: 15.68, Price: 14.49, Buy: 14.67, Sell: 14.68, Change: -0.18, ChangePercent: -1.24, Volume: 4949, High: 15.7, Low: 14.67, YearlyHigh: 16.87, YearlyLow: 11.37, YearlyStart: 14.12, YearlyChange: 3.92, Settlement: `Cash`, Contract: `Swap`, Region: `Africa`, Country: `Egypt`, Risk: `Low`, Sector: `Government`, Currency: `USD`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-08-23`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 835 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soy oil`, Spread: 0.01, Open: 33.26, Price: 33.66, Buy: 33.77, Sell: 33.78, Change: -0.11, ChangePercent: -0.32, Volume: 10592, High: 33.77, Low: 33.06, YearlyHigh: 35.43, YearlyLow: 26.61, YearlyStart: 31.02, YearlyChange: 8.87, Settlement: `Cash`, Contract: `Options`, Region: `Middle East`, Country: `Lebanon`, Risk: `High`, Sector: `Government`, Currency: `USD`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-08-16`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 836 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Uranium`, Spread: 0.02, Open: 27.55, Price: 27.96, Buy: 27.55, Sell: 27.55, Change: 0.38, ChangePercent: 1.36, Volume: 12, High: 27.55, Low: 27.55, YearlyHigh: 29.32, YearlyLow: 21.28, YearlyStart: 25.3, YearlyChange: 9.01, Settlement: `Cash`, Contract: `CFD`, Region: `Middle East`, Country: `Saudi Arabia`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-07-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 837 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Oats`, Spread: 0.01, Open: 194.5, Price: 195.07, Buy: 194.21, Sell: 194.22, Change: 0.85, ChangePercent: 0.44, Volume: 64, High: 195.75, Low: 194, YearlyHigh: 241.25, YearlyLow: 183.75, YearlyStart: 212.5, YearlyChange: -8.6, Settlement: `Cash`, Contract: `Swap`, Region: `South America`, Country: `Guyana`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-03-22`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 838 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Cotton`, Spread: 0.01, Open: 61.77, Price: 61.56, Buy: 61.77, Sell: 61.77, Change: -0.2, ChangePercent: -0.32, Volume: 3612, High: 62.06, Low: 61.32, YearlyHigh: 67.59, YearlyLow: 54.33, YearlyStart: 60.96, YearlyChange: 1.31, Settlement: `Cash`, Contract: `CFD`, Region: `North America`, Country: `United States`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-05-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 839 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `BTC/USD`, Spread: 0.06, Open: 93.88, Price: 20925.17, Buy: 21200.76, Sell: 21400.78, Change: -75.6, ChangePercent: -0.36, Volume: 5788000, High: 22400.05, Low: 20100.75, YearlyHigh: 62400.7, YearlyLow: 15100.88, YearlyStart: 21200.29, YearlyChange: -20.62, Settlement: `Loan`, Contract: `Options`, Region: `Africa`, Country: `Ethiopia`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-09-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 840 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soy Meat`, Spread: 0.01, Open: 342.6, Price: 348.24, Buy: 342.6, Sell: 342.6, Change: 5.62, ChangePercent: 1.64, Volume: 5646, High: 345.4, Low: 340.3, YearlyHigh: 353.4, YearlyLow: 261.7, YearlyStart: 307.55, YearlyChange: 11.4, Settlement: `Loan`, Contract: `Futures`, Region: `North America`, Country: `United States`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-04-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 841 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Milk`, Spread: 0.01, Open: 12.87, Price: 12.86, Buy: 12.87, Sell: 12.87, Change: 0, ChangePercent: 0, Volume: 7, High: 12.89, Low: 12.81, YearlyHigh: 16.96, YearlyLow: 12.81, YearlyStart: 14.88, YearlyChange: -13.6, Settlement: `Cash`, Contract: `CFD`, Region: `Europe`, Country: `Norway`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-02-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 842 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Silver`, Spread: 0.01, Open: 17.43, Price: 17.52, Buy: 17.43, Sell: 17.43, Change: 0.1, ChangePercent: 0.56, Volume: 11720, High: 17.51, Low: 17.37, YearlyHigh: 18.06, YearlyLow: 13.73, YearlyStart: 15.89, YearlyChange: 9.59, Settlement: `Cash`, Contract: `Futures`, Region: `Africa`, Country: `Niger`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `High`, Issuer: `American Airlines`, Maturity: `2022-02-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 843 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Palladium`, Spread: 0.01, Open: 600.55, Price: 606.53, Buy: 601, Sell: 601.01, Change: 5.53, ChangePercent: 0.92, Volume: 651, High: 607.2, Low: 598.4, YearlyHigh: 690, YearlyLow: 458.6, YearlyStart: 574.3, YearlyChange: 4.65, Settlement: `Cash`, Contract: `Futures`, Region: `Europe`, Country: `Slovakia`, Risk: `High`, Sector: `Public`, Currency: `USD`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-07-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 844 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P MID MINI`, Spread: 0.01, Open: 1454.3, Price: 1463.35, Buy: 1455.78, Sell: 1455.79, Change: 7.57, ChangePercent: 0.52, Volume: 338, High: 1455.78, Low: 1448, YearlyHigh: 1527.3, YearlyLow: 1236, YearlyStart: 1381.65, YearlyChange: 5.37, Settlement: `Loan`, Contract: `Swap`, Region: `Middle East`, Country: `Qatar`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-07-27`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 845 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Coffee`, Spread: 0.01, Open: 125.7, Price: 125.39, Buy: 125.7, Sell: 125.7, Change: -0.3, ChangePercent: -0.24, Volume: 1654, High: 125.8, Low: 125, YearlyHigh: 155.75, YearlyLow: 115.35, YearlyStart: 135.55, YearlyChange: -7.27, Settlement: `Loan`, Contract: `Swap`, Region: `South America`, Country: `Suriname`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-05-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 846 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Cocoa`, Spread: 0.01, Open: 3076, Price: 3116.63, Buy: 3076, Sell: 3076, Change: 40.6, ChangePercent: 1.32, Volume: 978, High: 3078, Low: 3066, YearlyHigh: 3406, YearlyLow: 2746, YearlyStart: 3076, YearlyChange: 0, Settlement: `Cash`, Contract: `Futures`, Region: `North America`, Country: `Mexico`, Risk: `High`, Sector: `Government`, Currency: `USD`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-07-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 847 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Corn`, Spread: 0.01, Open: 379.5, Price: 386.34, Buy: 379.8, Sell: 379.81, Change: 6.54, ChangePercent: 1.72, Volume: 11266, High: 381, Low: 377.75, YearlyHigh: 471.25, YearlyLow: 351.25, YearlyStart: 411.25, YearlyChange: -7.65, Settlement: `Credit`, Contract: `Forwards`, Region: `Middle East`, Country: `UAE`, Risk: `High`, Sector: `Private`, Currency: `PLN`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-08-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 848 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Sugar`, Spread: 0.01, Open: 15.68, Price: 14.45, Buy: 14.67, Sell: 14.68, Change: -0.22, ChangePercent: -1.56, Volume: 4949, High: 15.7, Low: 14.67, YearlyHigh: 16.87, YearlyLow: 11.37, YearlyStart: 14.12, YearlyChange: 3.92, Settlement: `Cash`, Contract: `Futures`, Region: `Asia Pacific`, Country: `Taiwan`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-07-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 849 }), + new FinancialDataAllItem({ Category: `Index`, Type: `DOW Future`, Spread: 0.01, Open: 17711, Price: 17549.2, Buy: 17712.15, Sell: 17712.16, Change: -162.95, ChangePercent: -0.92, Volume: 22236, High: 17727, Low: 17642, YearlyHigh: 18083, YearlyLow: 15299, YearlyStart: 16691, YearlyChange: 6.12, Settlement: `Credit`, Contract: `Swap`, Region: `Middle East`, Country: `UAE`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-04-21`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 850 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `FD Cattle`, Spread: 0.01, Open: 147.175, Price: 150.69, Buy: 148.6, Sell: 148.61, Change: 2.08, ChangePercent: 1.4, Volume: 5, High: 148.61, Low: 147.18, YearlyHigh: 190, YearlyLow: 138.1, YearlyStart: 164.05, YearlyChange: -9.41, Settlement: `Cash`, Contract: `Swap`, Region: `Africa`, Country: `Tunisia`, Risk: `High`, Sector: `Public`, Currency: `PLN`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-08-23`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 851 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Rice`, Spread: 0.01, Open: 11.245, Price: 10.62, Buy: 10.41, Sell: 10.42, Change: 0.2, ChangePercent: 2, Volume: 220, High: 11.38, Low: 10.42, YearlyHigh: 14.14, YearlyLow: 9.7, YearlyStart: 11.92, YearlyChange: -12.62, Settlement: `Loan`, Contract: `CFD`, Region: `Middle East`, Country: `Qatar`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-04-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 852 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Rice`, Spread: 0.01, Open: 11.245, Price: 10.43, Buy: 10.41, Sell: 10.42, Change: 0.01, ChangePercent: 0.16, Volume: 220, High: 11.38, Low: 10.42, YearlyHigh: 14.14, YearlyLow: 9.7, YearlyStart: 11.92, YearlyChange: -12.62, Settlement: `Credit`, Contract: `Futures`, Region: `Europe`, Country: `Belgium`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-04-23`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 853 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/CAD`, Spread: 0.02, Open: 0.7744, Price: 0.95, Buy: 0.94, Sell: 0.96, Change: 0, ChangePercent: -0.24, Volume: 13669, High: 0.95, Low: 0.77, YearlyHigh: 0.95, YearlyLow: 0.68, YearlyStart: 0.76, YearlyChange: 26.43, Settlement: `Credit`, Contract: `Swap`, Region: `Africa`, Country: `Niger`, Risk: `High`, Sector: `Government`, Currency: `PLN`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-04-22`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 854 }), + new FinancialDataAllItem({ Category: `Index`, Type: `DOW Future`, Spread: 0.01, Open: 17711, Price: 17634.22, Buy: 17712.15, Sell: 17712.16, Change: -77.93, ChangePercent: -0.44, Volume: 22236, High: 17727, Low: 17642, YearlyHigh: 18083, YearlyLow: 15299, YearlyStart: 16691, YearlyChange: 6.12, Settlement: `Cash`, Contract: `Futures`, Region: `Middle East`, Country: `Syria`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-07-24`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 855 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soy Meat`, Spread: 0.01, Open: 342.6, Price: 340.02, Buy: 342.6, Sell: 342.6, Change: -2.6, ChangePercent: -0.76, Volume: 5646, High: 345.4, Low: 340.3, YearlyHigh: 353.4, YearlyLow: 261.7, YearlyStart: 307.55, YearlyChange: 11.4, Settlement: `Credit`, Contract: `Forwards`, Region: `Europe`, Country: `Norway`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-03-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 856 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Cocoa`, Spread: 0.01, Open: 3076, Price: 3076.03, Buy: 3076, Sell: 3076, Change: 0, ChangePercent: 0, Volume: 978, High: 3078, Low: 3066, YearlyHigh: 3406, YearlyLow: 2746, YearlyStart: 3076, YearlyChange: 0, Settlement: `Cash`, Contract: `Options`, Region: `Africa`, Country: `Ethiopia`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `Poor`, Issuer: `FedEx`, Maturity: `2022-06-23`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 857 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Sugar`, Spread: 0.01, Open: 15.68, Price: 14.46, Buy: 14.67, Sell: 14.68, Change: -0.21, ChangePercent: -1.44, Volume: 4949, High: 15.7, Low: 14.67, YearlyHigh: 16.87, YearlyLow: 11.37, YearlyStart: 14.12, YearlyChange: 3.92, Settlement: `Cash`, Contract: `Forwards`, Region: `Middle East`, Country: `Oman`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-05-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 858 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `US 2Y Future`, Spread: 0.01, Open: 109.3984, Price: 110.35, Buy: 109.4, Sell: 109.4, Change: 0.96, ChangePercent: 0.88, Volume: 17742, High: 109.41, Low: 109.38, YearlyHigh: 109.8, YearlyLow: 108.62, YearlyStart: 109.21, YearlyChange: 0.16, Settlement: `Loan`, Contract: `Swap`, Region: `Asia Pacific`, Country: `Thailand`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-07-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 859 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Diesel`, Spread: 0.015, Open: 1.3474, Price: 1.35, Buy: 1.35, Sell: 1.35, Change: -0.01, ChangePercent: -0.36, Volume: 2971, High: 1.36, Low: 1.34, YearlyHigh: 2.11, YearlyLow: 0.92, YearlyStart: 1.51, YearlyChange: -10.4, Settlement: `Cash`, Contract: `Forwards`, Region: `Asia Pacific`, Country: `Taiwan`, Risk: `Low`, Sector: `Government`, Currency: `PLN`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-02-19`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 860 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Oats`, Spread: 0.01, Open: 194.5, Price: 192.74, Buy: 194.21, Sell: 194.22, Change: -1.48, ChangePercent: -0.76, Volume: 64, High: 195.75, Low: 194, YearlyHigh: 241.25, YearlyLow: 183.75, YearlyStart: 212.5, YearlyChange: -8.6, Settlement: `Cash`, Contract: `Options`, Region: `Africa`, Country: `Libya`, Risk: `Low`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-09-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 861 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/CHF`, Spread: 0.02, Open: 1.0337, Price: 1.05, Buy: 1.03, Sell: 1.03, Change: 0.01, ChangePercent: 0.92, Volume: 5550, High: 1.03, Low: 1.03, YearlyHigh: 1.11, YearlyLow: 0.98, YearlyStart: 1.04, YearlyChange: -0.12, Settlement: `Cash`, Contract: `Options`, Region: `North America`, Country: `United States`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-04-22`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 862 }), + new FinancialDataAllItem({ Category: `Index`, Type: `DOW Future`, Spread: 0.01, Open: 17711, Price: 17995.55, Buy: 17712.15, Sell: 17712.16, Change: 283.4, ChangePercent: 1.6, Volume: 22236, High: 17727, Low: 17642, YearlyHigh: 18083, YearlyLow: 15299, YearlyStart: 16691, YearlyChange: 6.12, Settlement: `Loan`, Contract: `Swap`, Region: `Middle East`, Country: `Israel`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-05-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 863 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Platinum`, Spread: 0.01, Open: 1071.6, Price: 1075.38, Buy: 1071.09, Sell: 1071.1, Change: 4.28, ChangePercent: 0.4, Volume: 3039, High: 1081.2, Low: 1070.5, YearlyHigh: 1120.6, YearlyLow: 812.4, YearlyStart: 966.5, YearlyChange: 10.82, Settlement: `Cash`, Contract: `Forwards`, Region: `Africa`, Country: `Algeria`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-07-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 864 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Milk`, Spread: 0.01, Open: 12.87, Price: 12.74, Buy: 12.87, Sell: 12.87, Change: -0.12, ChangePercent: -0.92, Volume: 7, High: 12.89, Low: 12.81, YearlyHigh: 16.96, YearlyLow: 12.81, YearlyStart: 14.88, YearlyChange: -13.6, Settlement: `Cash`, Contract: `Options`, Region: `South America`, Country: `Colombia`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-09-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 865 }), + new FinancialDataAllItem({ Category: `Index`, Type: `DOW Future`, Spread: 0.01, Open: 17711, Price: 17761.75, Buy: 17712.15, Sell: 17712.16, Change: 49.6, ChangePercent: 0.28, Volume: 22236, High: 17727, Low: 17642, YearlyHigh: 18083, YearlyLow: 15299, YearlyStart: 16691, YearlyChange: 6.12, Settlement: `Cash`, Contract: `Options`, Region: `North America`, Country: `United States`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-05-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 866 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Rice`, Spread: 0.01, Open: 11.245, Price: 10.24, Buy: 10.41, Sell: 10.42, Change: -0.18, ChangePercent: -1.64, Volume: 220, High: 11.38, Low: 10.42, YearlyHigh: 14.14, YearlyLow: 9.7, YearlyStart: 11.92, YearlyChange: -12.62, Settlement: `Credit`, Contract: `CFD`, Region: `South America`, Country: `Bolivia`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-05-11`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 867 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Natural Gas`, Spread: 0.02, Open: 2.094, Price: 2.11, Buy: 2.09, Sell: 2.09, Change: 0.01, ChangePercent: 0.32, Volume: 2783, High: 2.11, Low: 2.09, YearlyHigh: 3.2, YearlyLow: 1.84, YearlyStart: 2.52, YearlyChange: -16.51, Settlement: `Cash`, Contract: `Swap`, Region: `Middle East`, Country: `Israel`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `High`, Issuer: `American Airlines`, Maturity: `2022-07-19`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 868 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `OJ Future`, Spread: 0.01, Open: 140.6, Price: 142.66, Buy: 140.18, Sell: 140.19, Change: 2.47, ChangePercent: 1.76, Volume: 7, High: 140.19, Low: 0, YearlyHigh: 155.95, YearlyLow: 113, YearlyStart: 134.47, YearlyChange: 4.25, Settlement: `Credit`, Contract: `Options`, Region: `Asia Pacific`, Country: `Korea`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-02-22`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 869 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Corn`, Spread: 0.01, Open: 379.5, Price: 372.97, Buy: 379.8, Sell: 379.81, Change: -6.83, ChangePercent: -1.8, Volume: 11266, High: 381, Low: 377.75, YearlyHigh: 471.25, YearlyLow: 351.25, YearlyStart: 411.25, YearlyChange: -7.65, Settlement: `Credit`, Contract: `Swap`, Region: `Africa`, Country: `Egypt`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-04-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 870 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Sugar`, Spread: 0.01, Open: 15.68, Price: 14.97, Buy: 14.67, Sell: 14.68, Change: 0.3, ChangePercent: 2, Volume: 4949, High: 15.7, Low: 14.67, YearlyHigh: 16.87, YearlyLow: 11.37, YearlyStart: 14.12, YearlyChange: 3.92, Settlement: `Cash`, Contract: `CFD`, Region: `Europe`, Country: `Croatia`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-08-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 871 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Oats`, Spread: 0.01, Open: 194.5, Price: 193.05, Buy: 194.21, Sell: 194.22, Change: -1.17, ChangePercent: -0.6, Volume: 64, High: 195.75, Low: 194, YearlyHigh: 241.25, YearlyLow: 183.75, YearlyStart: 212.5, YearlyChange: -8.6, Settlement: `Cash`, Contract: `Swap`, Region: `Africa`, Country: `Algeria`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-08-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 872 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/CHF`, Spread: 0.02, Open: 1.0337, Price: 1.03, Buy: 1.03, Sell: 1.03, Change: -0.01, ChangePercent: -1.2, Volume: 5550, High: 1.03, Low: 1.03, YearlyHigh: 1.11, YearlyLow: 0.98, YearlyStart: 1.04, YearlyChange: -0.12, Settlement: `Credit`, Contract: `Options`, Region: `Europe`, Country: `Spain`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-03-19`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 873 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `US 30YR Future`, Spread: 0.01, Open: 164.875, Price: 164.62, Buy: 164.15, Sell: 164.16, Change: 0.46, ChangePercent: 0.28, Volume: 28012, High: 165.25, Low: 164.04, YearlyHigh: 169.38, YearlyLow: 151.47, YearlyStart: 160.43, YearlyChange: 2.33, Settlement: `Loan`, Contract: `Futures`, Region: `Middle East`, Country: `Bahrain`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-06-23`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 874 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Platinum`, Spread: 0.01, Open: 1071.6, Price: 1051.82, Buy: 1071.09, Sell: 1071.1, Change: -19.28, ChangePercent: -1.8, Volume: 3039, High: 1081.2, Low: 1070.5, YearlyHigh: 1120.6, YearlyLow: 812.4, YearlyStart: 966.5, YearlyChange: 10.82, Settlement: `Cash`, Contract: `Futures`, Region: `Asia Pacific`, Country: `Singapore`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-01-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 875 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/CAD`, Spread: 0.02, Open: 0.7744, Price: 0.96, Buy: 0.94, Sell: 0.96, Change: 0.01, ChangePercent: 0.88, Volume: 13669, High: 0.95, Low: 0.77, YearlyHigh: 0.95, YearlyLow: 0.68, YearlyStart: 0.76, YearlyChange: 26.43, Settlement: `Loan`, Contract: `Options`, Region: `Europe`, Country: `Russia`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `High`, Issuer: `American Airlines`, Maturity: `2022-06-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 876 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Lumber`, Spread: 0.01, Open: 303.9, Price: 302.53, Buy: 304.59, Sell: 304.6, Change: -2.07, ChangePercent: -0.68, Volume: 2, High: 304.6, Low: 303.9, YearlyHigh: 317.1, YearlyLow: 236, YearlyStart: 276.55, YearlyChange: 10.14, Settlement: `Loan`, Contract: `Swap`, Region: `Middle East`, Country: `Iraq`, Risk: `High`, Sector: `Public`, Currency: `USD`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-07-16`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 877 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Cocoa`, Spread: 0.01, Open: 3076, Price: 3084.64, Buy: 3076, Sell: 3076, Change: 8.61, ChangePercent: 0.28, Volume: 978, High: 3078, Low: 3066, YearlyHigh: 3406, YearlyLow: 2746, YearlyStart: 3076, YearlyChange: 0, Settlement: `Cash`, Contract: `Options`, Region: `Africa`, Country: `Senegal`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-08-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 878 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Rice`, Spread: 0.01, Open: 11.245, Price: 10.37, Buy: 10.41, Sell: 10.42, Change: -0.05, ChangePercent: -0.4, Volume: 220, High: 11.38, Low: 10.42, YearlyHigh: 14.14, YearlyLow: 9.7, YearlyStart: 11.92, YearlyChange: -12.62, Settlement: `Cash`, Contract: `CFD`, Region: `Europe`, Country: `Germany`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-07-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 879 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Copper`, Spread: 0.02, Open: 2.123, Price: 2.12, Buy: 2.12, Sell: 2.12, Change: 0.01, ChangePercent: 0.36, Volume: 28819, High: 2.16, Low: 2.11, YearlyHigh: 2.94, YearlyLow: 1.96, YearlyStart: 2.45, YearlyChange: -13.76, Settlement: `Credit`, Contract: `CFD`, Region: `North America`, Country: `United States`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-06-27`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 880 }), + new FinancialDataAllItem({ Category: `Index`, Type: `NAS Future`, Spread: 0.01, Open: 4341.25, Price: 4311.76, Buy: 4341.25, Sell: 4341.25, Change: -29.52, ChangePercent: -0.68, Volume: 18259, High: 4347, Low: 4318, YearlyHigh: 4719.75, YearlyLow: 3867.75, YearlyStart: 4293.75, YearlyChange: 1.11, Settlement: `Cash`, Contract: `Swap`, Region: `Asia Pacific`, Country: `Thailand`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-04-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 881 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `OJ Future`, Spread: 0.01, Open: 140.6, Price: 139.68, Buy: 140.18, Sell: 140.19, Change: -0.51, ChangePercent: -0.36, Volume: 7, High: 140.19, Low: 0, YearlyHigh: 155.95, YearlyLow: 113, YearlyStart: 134.47, YearlyChange: 4.25, Settlement: `Cash`, Contract: `Forwards`, Region: `Africa`, Country: `Tunisia`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-03-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 882 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `LV Cattle`, Spread: 0.01, Open: 120.725, Price: 118.48, Buy: 120.72, Sell: 120.72, Change: -2.22, ChangePercent: -1.84, Volume: 4, High: 120.72, Low: 120.72, YearlyHigh: 147.98, YearlyLow: 113.9, YearlyStart: 130.94, YearlyChange: -7.82, Settlement: `Cash`, Contract: `Swap`, Region: `Asia Pacific`, Country: `Azerbaijan`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-07-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 883 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Sugar`, Spread: 0.01, Open: 15.68, Price: 14.66, Buy: 14.67, Sell: 14.68, Change: -0.01, ChangePercent: -0.08, Volume: 4949, High: 15.7, Low: 14.67, YearlyHigh: 16.87, YearlyLow: 11.37, YearlyStart: 14.12, YearlyChange: 3.92, Settlement: `Cash`, Contract: `Futures`, Region: `North America`, Country: `Canada`, Risk: `High`, Sector: `Public`, Currency: `PLN`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-01-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 884 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Gold`, Spread: 0.01, Open: 1281.1, Price: 1274.07, Buy: 1280.73, Sell: 1280.74, Change: -6.66, ChangePercent: -0.52, Volume: 48387, High: 1289.5, Low: 1279.1, YearlyHigh: 1306, YearlyLow: 1047.2, YearlyStart: 1176.6, YearlyChange: 8.85, Settlement: `Cash`, Contract: `Swap`, Region: `Asia Pacific`, Country: `Philippines`, Risk: `High`, Sector: `Government`, Currency: `USD`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-08-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 885 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Gold`, Spread: 0.01, Open: 1281.1, Price: 1265.88, Buy: 1280.73, Sell: 1280.74, Change: -14.85, ChangePercent: -1.16, Volume: 48387, High: 1289.5, Low: 1279.1, YearlyHigh: 1306, YearlyLow: 1047.2, YearlyStart: 1176.6, YearlyChange: 8.85, Settlement: `Cash`, Contract: `Futures`, Region: `Europe`, Country: `Czechia`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-04-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 886 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soybean`, Spread: 0.01, Open: 1038, Price: 1055.65, Buy: 1038.61, Sell: 1038.62, Change: 17.03, ChangePercent: 1.64, Volume: 20356, High: 1044, Low: 1031.75, YearlyHigh: 1057, YearlyLow: 859.5, YearlyStart: 958.25, YearlyChange: 8.39, Settlement: `Cash`, Contract: `Options`, Region: `South America`, Country: `Peru`, Risk: `Low`, Sector: `Government`, Currency: `PLN`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-01-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 887 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P 600 MINI`, Spread: 0.01, Open: 687.9, Price: 681.83, Buy: 687.9, Sell: 687.9, Change: -6.05, ChangePercent: -0.88, Volume: 0, High: 0, Low: 0, YearlyHigh: 620.32, YearlyLow: 595.9, YearlyStart: 608.11, YearlyChange: 13.12, Settlement: `Cash`, Contract: `Futures`, Region: `Middle East`, Country: `Israel`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-04-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 888 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Sugar`, Spread: 0.01, Open: 15.68, Price: 14.66, Buy: 14.67, Sell: 14.68, Change: -0.01, ChangePercent: -0.08, Volume: 4949, High: 15.7, Low: 14.67, YearlyHigh: 16.87, YearlyLow: 11.37, YearlyStart: 14.12, YearlyChange: 3.92, Settlement: `Loan`, Contract: `Futures`, Region: `Middle East`, Country: `Saudi Arabia`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-04-16`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 889 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Uranium`, Spread: 0.02, Open: 27.55, Price: 28.08, Buy: 27.55, Sell: 27.55, Change: 0.5, ChangePercent: 1.8, Volume: 12, High: 27.55, Low: 27.55, YearlyHigh: 29.32, YearlyLow: 21.28, YearlyStart: 25.3, YearlyChange: 9.01, Settlement: `Cash`, Contract: `Options`, Region: `Asia Pacific`, Country: `Australia`, Risk: `High`, Sector: `Private`, Currency: `PLN`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-04-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 890 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/CHF`, Spread: 0.02, Open: 1.0337, Price: 1.05, Buy: 1.03, Sell: 1.03, Change: 0.01, ChangePercent: 0.2, Volume: 5550, High: 1.03, Low: 1.03, YearlyHigh: 1.11, YearlyLow: 0.98, YearlyStart: 1.04, YearlyChange: -0.12, Settlement: `Credit`, Contract: `Swap`, Region: `Europe`, Country: `Slovenia`, Risk: `High`, Sector: `Government`, Currency: `USD`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-02-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 891 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Lumber`, Spread: 0.01, Open: 303.9, Price: 298.75, Buy: 304.59, Sell: 304.6, Change: -5.85, ChangePercent: -1.92, Volume: 2, High: 304.6, Low: 303.9, YearlyHigh: 317.1, YearlyLow: 236, YearlyStart: 276.55, YearlyChange: 10.14, Settlement: `Cash`, Contract: `Futures`, Region: `Middle East`, Country: `Kuwait`, Risk: `Low`, Sector: `Government`, Currency: `USD`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-04-24`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 892 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Platinum`, Spread: 0.01, Open: 1071.6, Price: 1052.25, Buy: 1071.09, Sell: 1071.1, Change: -18.85, ChangePercent: -1.76, Volume: 3039, High: 1081.2, Low: 1070.5, YearlyHigh: 1120.6, YearlyLow: 812.4, YearlyStart: 966.5, YearlyChange: 10.82, Settlement: `Cash`, Contract: `CFD`, Region: `Africa`, Country: `South Africa`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-08-21`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 893 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Lumber`, Spread: 0.01, Open: 303.9, Price: 300.46, Buy: 304.59, Sell: 304.6, Change: -4.14, ChangePercent: -1.36, Volume: 2, High: 304.6, Low: 303.9, YearlyHigh: 317.1, YearlyLow: 236, YearlyStart: 276.55, YearlyChange: 10.14, Settlement: `Loan`, Contract: `Swap`, Region: `Asia Pacific`, Country: `Pakistan`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-06-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 894 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P MID MINI`, Spread: 0.01, Open: 1454.3, Price: 1455.78, Buy: 1455.78, Sell: 1455.79, Change: 0, ChangePercent: 0, Volume: 338, High: 1455.78, Low: 1448, YearlyHigh: 1527.3, YearlyLow: 1236, YearlyStart: 1381.65, YearlyChange: 5.37, Settlement: `Cash`, Contract: `Options`, Region: `Asia Pacific`, Country: `Philippines`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-02-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 895 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Ethanol`, Spread: 0.01, Open: 1.512, Price: 2.76, Buy: 2.75, Sell: 2.76, Change: 0.01, ChangePercent: 0.36, Volume: 14, High: 2.75, Low: 1.12, YearlyHigh: 2.75, YearlyLow: 1.12, YearlyStart: 1.48, YearlyChange: 86.7, Settlement: `Cash`, Contract: `Forwards`, Region: `South America`, Country: `Paraguay`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `High`, Issuer: `American Airlines`, Maturity: `2022-02-21`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 896 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P 600 MINI`, Spread: 0.01, Open: 687.9, Price: 691.46, Buy: 687.9, Sell: 687.9, Change: 3.58, ChangePercent: 0.52, Volume: 0, High: 0, Low: 0, YearlyHigh: 620.32, YearlyLow: 595.9, YearlyStart: 608.11, YearlyChange: 13.12, Settlement: `Cash`, Contract: `Swap`, Region: `Europe`, Country: `Iceland`, Risk: `High`, Sector: `Private`, Currency: `PLN`, Security: `High`, Issuer: `FedEx`, Maturity: `2022-05-22`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 897 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soybean`, Spread: 0.01, Open: 1038, Price: 1044.43, Buy: 1038.61, Sell: 1038.62, Change: 5.81, ChangePercent: 0.56, Volume: 20356, High: 1044, Low: 1031.75, YearlyHigh: 1057, YearlyLow: 859.5, YearlyStart: 958.25, YearlyChange: 8.39, Settlement: `Cash`, Contract: `Swap`, Region: `Middle East`, Country: `Saudi Arabia`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-04-19`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 898 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soybean`, Spread: 0.01, Open: 1038, Price: 1031.14, Buy: 1038.61, Sell: 1038.62, Change: -7.48, ChangePercent: -0.72, Volume: 20356, High: 1044, Low: 1031.75, YearlyHigh: 1057, YearlyLow: 859.5, YearlyStart: 958.25, YearlyChange: 8.39, Settlement: `Cash`, Contract: `Options`, Region: `Asia Pacific`, Country: `Indonesia`, Risk: `High`, Sector: `Government`, Currency: `USD`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-02-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 899 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P Future`, Spread: 0.01, Open: 2057.5, Price: 2047.55, Buy: 2056.6, Sell: 2056.61, Change: -9.05, ChangePercent: -0.44, Volume: 142780, High: 2059.5, Low: 2049, YearlyHigh: 2105.5, YearlyLow: 1794.5, YearlyStart: 1950, YearlyChange: 5.47, Settlement: `Cash`, Contract: `Forwards`, Region: `North America`, Country: `Canada`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-03-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 900 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/CAD`, Spread: 0.02, Open: 0.7744, Price: 0.94, Buy: 0.94, Sell: 0.96, Change: -0.01, ChangePercent: -1.36, Volume: 13669, High: 0.95, Low: 0.77, YearlyHigh: 0.95, YearlyLow: 0.68, YearlyStart: 0.76, YearlyChange: 26.43, Settlement: `Cash`, Contract: `Options`, Region: `Asia Pacific`, Country: `Korea`, Risk: `Low`, Sector: `Government`, Currency: `USD`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-02-24`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 901 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Corn`, Spread: 0.01, Open: 379.5, Price: 375.85, Buy: 379.8, Sell: 379.81, Change: -3.95, ChangePercent: -1.04, Volume: 11266, High: 381, Low: 377.75, YearlyHigh: 471.25, YearlyLow: 351.25, YearlyStart: 411.25, YearlyChange: -7.65, Settlement: `Loan`, Contract: `Swap`, Region: `Middle East`, Country: `Syria`, Risk: `High`, Sector: `Government`, Currency: `PLN`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-06-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 902 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Rice`, Spread: 0.01, Open: 11.245, Price: 10.4, Buy: 10.41, Sell: 10.42, Change: -0.02, ChangePercent: -0.12, Volume: 220, High: 11.38, Low: 10.42, YearlyHigh: 14.14, YearlyLow: 9.7, YearlyStart: 11.92, YearlyChange: -12.62, Settlement: `Cash`, Contract: `Options`, Region: `South America`, Country: `Suriname`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-04-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 903 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Copper`, Spread: 0.02, Open: 2.123, Price: 2.11, Buy: 2.12, Sell: 2.12, Change: 0, ChangePercent: -0.32, Volume: 28819, High: 2.16, Low: 2.11, YearlyHigh: 2.94, YearlyLow: 1.96, YearlyStart: 2.45, YearlyChange: -13.76, Settlement: `Cash`, Contract: `Futures`, Region: `Africa`, Country: `Morocco`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-05-23`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 904 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `Euro$ 3M`, Spread: 0.01, Open: 99.18, Price: 101.03, Buy: 99.18, Sell: 99.18, Change: 1.86, ChangePercent: 1.88, Volume: 29509, High: 99.18, Low: 99.17, YearlyHigh: 99.38, YearlyLow: 98.41, YearlyStart: 98.89, YearlyChange: 0.28, Settlement: `Credit`, Contract: `Futures`, Region: `Asia Pacific`, Country: `Philippines`, Risk: `High`, Sector: `Public`, Currency: `PLN`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-09-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 905 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soybean`, Spread: 0.01, Open: 1038, Price: 1042.77, Buy: 1038.61, Sell: 1038.62, Change: 4.15, ChangePercent: 0.4, Volume: 20356, High: 1044, Low: 1031.75, YearlyHigh: 1057, YearlyLow: 859.5, YearlyStart: 958.25, YearlyChange: 8.39, Settlement: `Credit`, Contract: `CFD`, Region: `Middle East`, Country: `Qatar`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-04-10`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 906 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Lumber`, Spread: 0.01, Open: 303.9, Price: 302.16, Buy: 304.59, Sell: 304.6, Change: -2.44, ChangePercent: -0.8, Volume: 2, High: 304.6, Low: 303.9, YearlyHigh: 317.1, YearlyLow: 236, YearlyStart: 276.55, YearlyChange: 10.14, Settlement: `Cash`, Contract: `Options`, Region: `Middle East`, Country: `UAE`, Risk: `Low`, Sector: `Public`, Currency: `EUR`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-08-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 907 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soybean`, Spread: 0.01, Open: 1038, Price: 1043.19, Buy: 1038.61, Sell: 1038.62, Change: 4.57, ChangePercent: 0.44, Volume: 20356, High: 1044, Low: 1031.75, YearlyHigh: 1057, YearlyLow: 859.5, YearlyStart: 958.25, YearlyChange: 8.39, Settlement: `Cash`, Contract: `Options`, Region: `Middle East`, Country: `Lebanon`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-08-23`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 908 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soybean`, Spread: 0.01, Open: 1038, Price: 1057.31, Buy: 1038.61, Sell: 1038.62, Change: 18.69, ChangePercent: 1.8, Volume: 20356, High: 1044, Low: 1031.75, YearlyHigh: 1057, YearlyLow: 859.5, YearlyStart: 958.25, YearlyChange: 8.39, Settlement: `Cash`, Contract: `Swap`, Region: `North America`, Country: `United States`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-08-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 909 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Palladium`, Spread: 0.01, Open: 600.55, Price: 606.29, Buy: 601, Sell: 601.01, Change: 5.29, ChangePercent: 0.88, Volume: 651, High: 607.2, Low: 598.4, YearlyHigh: 690, YearlyLow: 458.6, YearlyStart: 574.3, YearlyChange: 4.65, Settlement: `Loan`, Contract: `Futures`, Region: `Asia Pacific`, Country: `Indonesia`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-02-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 910 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Lumber`, Spread: 0.01, Open: 303.9, Price: 303.99, Buy: 304.59, Sell: 304.6, Change: -0.61, ChangePercent: -0.2, Volume: 2, High: 304.6, Low: 303.9, YearlyHigh: 317.1, YearlyLow: 236, YearlyStart: 276.55, YearlyChange: 10.14, Settlement: `Credit`, Contract: `Swap`, Region: `Europe`, Country: `France`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `High`, Issuer: `FedEx`, Maturity: `2022-02-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 911 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `Lean Hogs`, Spread: 0.01, Open: 81.275, Price: 80.96, Buy: 81.81, Sell: 81.82, Change: -0.85, ChangePercent: -1.04, Volume: 1, High: 81.81, Low: 81.28, YearlyHigh: 83.98, YearlyLow: 70.25, YearlyStart: 77.11, YearlyChange: 6.09, Settlement: `Loan`, Contract: `Futures`, Region: `Middle East`, Country: `Israel`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-06-24`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 912 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Coffee`, Spread: 0.01, Open: 125.7, Price: 127.2, Buy: 125.7, Sell: 125.7, Change: 1.51, ChangePercent: 1.2, Volume: 1654, High: 125.8, Low: 125, YearlyHigh: 155.75, YearlyLow: 115.35, YearlyStart: 135.55, YearlyChange: -7.27, Settlement: `Cash`, Contract: `Swap`, Region: `Asia Pacific`, Country: `Afghanistan`, Risk: `High`, Sector: `Government`, Currency: `PLN`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-02-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 913 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Cotton`, Spread: 0.01, Open: 61.77, Price: 62.9, Buy: 61.77, Sell: 61.77, Change: 1.14, ChangePercent: 1.84, Volume: 3612, High: 62.06, Low: 61.32, YearlyHigh: 67.59, YearlyLow: 54.33, YearlyStart: 60.96, YearlyChange: 1.31, Settlement: `Cash`, Contract: `Forwards`, Region: `Middle East`, Country: `Qatar`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-05-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 914 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/CAD`, Spread: 0.02, Open: 0.7744, Price: 0.97, Buy: 0.94, Sell: 0.96, Change: 0.02, ChangePercent: 1.2, Volume: 13669, High: 0.95, Low: 0.77, YearlyHigh: 0.95, YearlyLow: 0.68, YearlyStart: 0.76, YearlyChange: 26.43, Settlement: `Credit`, Contract: `Options`, Region: `Middle East`, Country: `Kuwait`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `American Airlines`, Maturity: `2022-08-10`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 915 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Uranium`, Spread: 0.02, Open: 27.55, Price: 27.78, Buy: 27.55, Sell: 27.55, Change: 0.2, ChangePercent: 0.72, Volume: 12, High: 27.55, Low: 27.55, YearlyHigh: 29.32, YearlyLow: 21.28, YearlyStart: 25.3, YearlyChange: 9.01, Settlement: `Loan`, Contract: `Futures`, Region: `South America`, Country: `Ecuador`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-01-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 916 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/CHF`, Spread: 0.02, Open: 1.0337, Price: 1.06, Buy: 1.03, Sell: 1.03, Change: 0.02, ChangePercent: 1.68, Volume: 5550, High: 1.03, Low: 1.03, YearlyHigh: 1.11, YearlyLow: 0.98, YearlyStart: 1.04, YearlyChange: -0.12, Settlement: `Credit`, Contract: `Options`, Region: `North America`, Country: `Canada`, Risk: `High`, Sector: `Public`, Currency: `USD`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-07-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 917 }), + new FinancialDataAllItem({ Category: `Index`, Type: `DOW Future`, Spread: 0.01, Open: 17711, Price: 17953.04, Buy: 17712.15, Sell: 17712.16, Change: 240.89, ChangePercent: 1.36, Volume: 22236, High: 17727, Low: 17642, YearlyHigh: 18083, YearlyLow: 15299, YearlyStart: 16691, YearlyChange: 6.12, Settlement: `Credit`, Contract: `CFD`, Region: `Africa`, Country: `Algeria`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-04-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 918 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/JPY`, Spread: 0.02, Open: 9275.5, Price: 9362.69, Buy: 9277.32, Sell: 9277.34, Change: 85.36, ChangePercent: 0.92, Volume: 47734, High: 9277.33, Low: 0.93, YearlyHigh: 9483, YearlyLow: 0.93, YearlyStart: 4741.97, YearlyChange: 95.64, Settlement: `Cash`, Contract: `CFD`, Region: `Europe`, Country: `Italy`, Risk: `High`, Sector: `Public`, Currency: `USD`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-07-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 919 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Gold`, Spread: 0.01, Open: 1281.1, Price: 1272.54, Buy: 1280.73, Sell: 1280.74, Change: -8.19, ChangePercent: -0.64, Volume: 48387, High: 1289.5, Low: 1279.1, YearlyHigh: 1306, YearlyLow: 1047.2, YearlyStart: 1176.6, YearlyChange: 8.85, Settlement: `Credit`, Contract: `Swap`, Region: `North America`, Country: `Canada`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `High`, Issuer: `American Airlines`, Maturity: `2022-05-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 920 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Platinum`, Spread: 0.01, Open: 1071.6, Price: 1061.25, Buy: 1071.09, Sell: 1071.1, Change: -9.85, ChangePercent: -0.92, Volume: 3039, High: 1081.2, Low: 1070.5, YearlyHigh: 1120.6, YearlyLow: 812.4, YearlyStart: 966.5, YearlyChange: 10.82, Settlement: `Credit`, Contract: `Options`, Region: `Africa`, Country: `Tunisia`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-03-19`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 921 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Oats`, Spread: 0.01, Open: 194.5, Price: 197.33, Buy: 194.21, Sell: 194.22, Change: 3.11, ChangePercent: 1.6, Volume: 64, High: 195.75, Low: 194, YearlyHigh: 241.25, YearlyLow: 183.75, YearlyStart: 212.5, YearlyChange: -8.6, Settlement: `Credit`, Contract: `Forwards`, Region: `Asia Pacific`, Country: `Azerbaijan`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-03-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 922 }), + new FinancialDataAllItem({ Category: `Index`, Type: `NAS Future`, Spread: 0.01, Open: 4341.25, Price: 4414.21, Buy: 4341.25, Sell: 4341.25, Change: 72.93, ChangePercent: 1.68, Volume: 18259, High: 4347, Low: 4318, YearlyHigh: 4719.75, YearlyLow: 3867.75, YearlyStart: 4293.75, YearlyChange: 1.11, Settlement: `Loan`, Contract: `Swap`, Region: `Asia Pacific`, Country: `Australia`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-08-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 923 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `OJ Future`, Spread: 0.01, Open: 140.6, Price: 138.39, Buy: 140.18, Sell: 140.19, Change: -1.8, ChangePercent: -1.28, Volume: 7, High: 140.19, Low: 0, YearlyHigh: 155.95, YearlyLow: 113, YearlyStart: 134.47, YearlyChange: 4.25, Settlement: `Loan`, Contract: `Options`, Region: `South America`, Country: `Colombia`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-05-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 924 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `Lean Hogs`, Spread: 0.01, Open: 81.275, Price: 80.24, Buy: 81.81, Sell: 81.82, Change: -1.57, ChangePercent: -1.92, Volume: 1, High: 81.81, Low: 81.28, YearlyHigh: 83.98, YearlyLow: 70.25, YearlyStart: 77.11, YearlyChange: 6.09, Settlement: `Credit`, Contract: `Options`, Region: `Africa`, Country: `South Africa`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-05-22`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 925 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Oats`, Spread: 0.01, Open: 194.5, Price: 193.05, Buy: 194.21, Sell: 194.22, Change: -1.17, ChangePercent: -0.6, Volume: 64, High: 195.75, Low: 194, YearlyHigh: 241.25, YearlyLow: 183.75, YearlyStart: 212.5, YearlyChange: -8.6, Settlement: `Cash`, Contract: `Swap`, Region: `Europe`, Country: `United Kingdom`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-07-23`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 926 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P MID MINI`, Spread: 0.01, Open: 1454.3, Price: 1441.22, Buy: 1455.78, Sell: 1455.79, Change: -14.56, ChangePercent: -1, Volume: 338, High: 1455.78, Low: 1448, YearlyHigh: 1527.3, YearlyLow: 1236, YearlyStart: 1381.65, YearlyChange: 5.37, Settlement: `Cash`, Contract: `Futures`, Region: `Asia Pacific`, Country: `New Zealand`, Risk: `Low`, Sector: `Public`, Currency: `EUR`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-04-21`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 927 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Oil`, Spread: 0.015, Open: 45.54, Price: 46.56, Buy: 45.78, Sell: 45.8, Change: 0.77, ChangePercent: 1.68, Volume: 107196, High: 45.94, Low: 45, YearlyHigh: 65.28, YearlyLow: 30.79, YearlyStart: 48.03, YearlyChange: -4.67, Settlement: `Loan`, Contract: `Swap`, Region: `Asia Pacific`, Country: `Azerbaijan`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-02-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 928 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Oil`, Spread: 0.015, Open: 45.54, Price: 45.33, Buy: 45.78, Sell: 45.8, Change: -0.46, ChangePercent: -1, Volume: 107196, High: 45.94, Low: 45, YearlyHigh: 65.28, YearlyLow: 30.79, YearlyStart: 48.03, YearlyChange: -4.67, Settlement: `Loan`, Contract: `Futures`, Region: `South America`, Country: `Uruguay`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-03-16`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 929 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Platinum`, Spread: 0.01, Open: 1071.6, Price: 1090.38, Buy: 1071.09, Sell: 1071.1, Change: 19.28, ChangePercent: 1.8, Volume: 3039, High: 1081.2, Low: 1070.5, YearlyHigh: 1120.6, YearlyLow: 812.4, YearlyStart: 966.5, YearlyChange: 10.82, Settlement: `Loan`, Contract: `Futures`, Region: `Europe`, Country: `Denmark`, Risk: `Low`, Sector: `Government`, Currency: `USD`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-06-16`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 930 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Gold`, Spread: 0.01, Open: 1281.1, Price: 1279.19, Buy: 1280.73, Sell: 1280.74, Change: -1.54, ChangePercent: -0.12, Volume: 48387, High: 1289.5, Low: 1279.1, YearlyHigh: 1306, YearlyLow: 1047.2, YearlyStart: 1176.6, YearlyChange: 8.85, Settlement: `Cash`, Contract: `Options`, Region: `Europe`, Country: `Greece`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-09-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 931 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/JPY`, Spread: 0.02, Open: 9275.5, Price: 9114.05, Buy: 9277.32, Sell: 9277.34, Change: -163.28, ChangePercent: -1.76, Volume: 47734, High: 9277.33, Low: 0.93, YearlyHigh: 9483, YearlyLow: 0.93, YearlyStart: 4741.97, YearlyChange: 95.64, Settlement: `Cash`, Contract: `Futures`, Region: `Middle East`, Country: `Israel`, Risk: `Low`, Sector: `Government`, Currency: `USD`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-07-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 932 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soy Meat`, Spread: 0.01, Open: 342.6, Price: 343.99, Buy: 342.6, Sell: 342.6, Change: 1.37, ChangePercent: 0.4, Volume: 5646, High: 345.4, Low: 340.3, YearlyHigh: 353.4, YearlyLow: 261.7, YearlyStart: 307.55, YearlyChange: 11.4, Settlement: `Loan`, Contract: `Swap`, Region: `Africa`, Country: `Senegal`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-05-23`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 933 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `LV Cattle`, Spread: 0.01, Open: 120.725, Price: 122.25, Buy: 120.72, Sell: 120.72, Change: 1.55, ChangePercent: 1.28, Volume: 4, High: 120.72, Low: 120.72, YearlyHigh: 147.98, YearlyLow: 113.9, YearlyStart: 130.94, YearlyChange: -7.82, Settlement: `Cash`, Contract: `CFD`, Region: `Middle East`, Country: `Israel`, Risk: `Low`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-04-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 934 }), + new FinancialDataAllItem({ Category: `Index`, Type: `NAS Future`, Spread: 0.01, Open: 4341.25, Price: 4358.65, Buy: 4341.25, Sell: 4341.25, Change: 17.37, ChangePercent: 0.4, Volume: 18259, High: 4347, Low: 4318, YearlyHigh: 4719.75, YearlyLow: 3867.75, YearlyStart: 4293.75, YearlyChange: 1.11, Settlement: `Cash`, Contract: `Futures`, Region: `Africa`, Country: `Senegal`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-02-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 935 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Natural Gas`, Spread: 0.02, Open: 2.094, Price: 2.08, Buy: 2.09, Sell: 2.09, Change: -0.02, ChangePercent: -1.12, Volume: 2783, High: 2.11, Low: 2.09, YearlyHigh: 3.2, YearlyLow: 1.84, YearlyStart: 2.52, YearlyChange: -16.51, Settlement: `Credit`, Contract: `CFD`, Region: `Europe`, Country: `Czechia`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-02-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 936 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Sugar`, Spread: 0.01, Open: 15.68, Price: 14.77, Buy: 14.67, Sell: 14.68, Change: 0.1, ChangePercent: 0.68, Volume: 4949, High: 15.7, Low: 14.67, YearlyHigh: 16.87, YearlyLow: 11.37, YearlyStart: 14.12, YearlyChange: 3.92, Settlement: `Credit`, Contract: `Options`, Region: `Asia Pacific`, Country: `Australia`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-05-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 937 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Coffee`, Spread: 0.01, Open: 125.7, Price: 127.9, Buy: 125.7, Sell: 125.7, Change: 2.21, ChangePercent: 1.76, Volume: 1654, High: 125.8, Low: 125, YearlyHigh: 155.75, YearlyLow: 115.35, YearlyStart: 135.55, YearlyChange: -7.27, Settlement: `Credit`, Contract: `Options`, Region: `North America`, Country: `Canada`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-06-16`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 938 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Coal`, Spread: 0.015, Open: 0.4363, Price: 0.42, Buy: 0.44, Sell: 0.44, Change: 0, ChangePercent: 1.32, Volume: 3, High: 0.44, Low: 0.44, YearlyHigh: 0.48, YearlyLow: 0.4, YearlyStart: 0.44, YearlyChange: -5.33, Settlement: `Cash`, Contract: `Forwards`, Region: `Asia Pacific`, Country: `Korea`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-06-21`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 939 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `Lean Hogs`, Spread: 0.01, Open: 81.275, Price: 82.08, Buy: 81.81, Sell: 81.82, Change: 0.27, ChangePercent: 0.32, Volume: 1, High: 81.81, Low: 81.28, YearlyHigh: 83.98, YearlyLow: 70.25, YearlyStart: 77.11, YearlyChange: 6.09, Settlement: `Cash`, Contract: `CFD`, Region: `South America`, Country: `Suriname`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-06-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 940 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Gold`, Spread: 0.01, Open: 1281.1, Price: 1277.15, Buy: 1280.73, Sell: 1280.74, Change: -3.58, ChangePercent: -0.28, Volume: 48387, High: 1289.5, Low: 1279.1, YearlyHigh: 1306, YearlyLow: 1047.2, YearlyStart: 1176.6, YearlyChange: 8.85, Settlement: `Cash`, Contract: `Options`, Region: `Africa`, Country: `Niger`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-07-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 941 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Silver`, Spread: 0.01, Open: 17.43, Price: 17.34, Buy: 17.43, Sell: 17.43, Change: -0.08, ChangePercent: -0.44, Volume: 11720, High: 17.51, Low: 17.37, YearlyHigh: 18.06, YearlyLow: 13.73, YearlyStart: 15.89, YearlyChange: 9.59, Settlement: `Cash`, Contract: `Futures`, Region: `North America`, Country: `Canada`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-07-22`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 942 }), + new FinancialDataAllItem({ Category: `Index`, Type: `NAS Future`, Spread: 0.01, Open: 4341.25, Price: 4396.85, Buy: 4341.25, Sell: 4341.25, Change: 55.57, ChangePercent: 1.28, Volume: 18259, High: 4347, Low: 4318, YearlyHigh: 4719.75, YearlyLow: 3867.75, YearlyStart: 4293.75, YearlyChange: 1.11, Settlement: `Loan`, Contract: `Futures`, Region: `Middle East`, Country: `Oman`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-06-21`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 943 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `FD Cattle`, Spread: 0.01, Open: 147.175, Price: 149.38, Buy: 148.6, Sell: 148.61, Change: 0.77, ChangePercent: 0.52, Volume: 5, High: 148.61, Low: 147.18, YearlyHigh: 190, YearlyLow: 138.1, YearlyStart: 164.05, YearlyChange: -9.41, Settlement: `Loan`, Contract: `Options`, Region: `Asia Pacific`, Country: `Thailand`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `Poor`, Issuer: `American Airlines`, Maturity: `2022-02-22`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 944 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Lumber`, Spread: 0.01, Open: 303.9, Price: 308.13, Buy: 304.59, Sell: 304.6, Change: 3.53, ChangePercent: 1.16, Volume: 2, High: 304.6, Low: 303.9, YearlyHigh: 317.1, YearlyLow: 236, YearlyStart: 276.55, YearlyChange: 10.14, Settlement: `Credit`, Contract: `Swap`, Region: `Asia Pacific`, Country: `Japan`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-09-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 945 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `Euro$ 3M`, Spread: 0.01, Open: 99.18, Price: 97.5, Buy: 99.18, Sell: 99.18, Change: -1.67, ChangePercent: -1.68, Volume: 29509, High: 99.18, Low: 99.17, YearlyHigh: 99.38, YearlyLow: 98.41, YearlyStart: 98.89, YearlyChange: 0.28, Settlement: `Cash`, Contract: `Options`, Region: `Middle East`, Country: `Oman`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `FedEx`, Maturity: `2022-05-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 946 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P Future`, Spread: 0.01, Open: 2057.5, Price: 2051.67, Buy: 2056.6, Sell: 2056.61, Change: -4.93, ChangePercent: -0.24, Volume: 142780, High: 2059.5, Low: 2049, YearlyHigh: 2105.5, YearlyLow: 1794.5, YearlyStart: 1950, YearlyChange: 5.47, Settlement: `Credit`, Contract: `Swap`, Region: `Middle East`, Country: `Syria`, Risk: `High`, Sector: `Government`, Currency: `PLN`, Security: `High`, Issuer: `American Airlines`, Maturity: `2022-08-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 947 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/JPY`, Spread: 0.02, Open: 9275.5, Price: 9277.33, Buy: 9277.32, Sell: 9277.34, Change: 0, ChangePercent: 0, Volume: 47734, High: 9277.33, Low: 0.93, YearlyHigh: 9483, YearlyLow: 0.93, YearlyStart: 4741.97, YearlyChange: 95.64, Settlement: `Loan`, Contract: `Options`, Region: `South America`, Country: `Chile`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `Poor`, Issuer: `American Airlines`, Maturity: `2022-08-22`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 948 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Palladium`, Spread: 0.01, Open: 600.55, Price: 596.43, Buy: 601, Sell: 601.01, Change: -4.57, ChangePercent: -0.76, Volume: 651, High: 607.2, Low: 598.4, YearlyHigh: 690, YearlyLow: 458.6, YearlyStart: 574.3, YearlyChange: 4.65, Settlement: `Credit`, Contract: `CFD`, Region: `Middle East`, Country: `Jordan`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-06-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 949 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Platinum`, Spread: 0.01, Open: 1071.6, Price: 1082.67, Buy: 1071.09, Sell: 1071.1, Change: 11.57, ChangePercent: 1.08, Volume: 3039, High: 1081.2, Low: 1070.5, YearlyHigh: 1120.6, YearlyLow: 812.4, YearlyStart: 966.5, YearlyChange: 10.82, Settlement: `Cash`, Contract: `Futures`, Region: `Europe`, Country: `Sweden`, Risk: `High`, Sector: `Private`, Currency: `PLN`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-01-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 950 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Sugar`, Spread: 0.01, Open: 15.68, Price: 14.45, Buy: 14.67, Sell: 14.68, Change: -0.22, ChangePercent: -1.56, Volume: 4949, High: 15.7, Low: 14.67, YearlyHigh: 16.87, YearlyLow: 11.37, YearlyStart: 14.12, YearlyChange: 3.92, Settlement: `Cash`, Contract: `Options`, Region: `Middle East`, Country: `Iraq`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-06-21`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 951 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/CAD`, Spread: 0.02, Open: 0.7744, Price: 0.95, Buy: 0.94, Sell: 0.96, Change: 0, ChangePercent: -0.32, Volume: 13669, High: 0.95, Low: 0.77, YearlyHigh: 0.95, YearlyLow: 0.68, YearlyStart: 0.76, YearlyChange: 26.43, Settlement: `Loan`, Contract: `Swap`, Region: `Asia Pacific`, Country: `Hong Kong`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-05-22`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 952 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `US 2Y Future`, Spread: 0.01, Open: 109.3984, Price: 109.91, Buy: 109.4, Sell: 109.4, Change: 0.52, ChangePercent: 0.48, Volume: 17742, High: 109.41, Low: 109.38, YearlyHigh: 109.8, YearlyLow: 108.62, YearlyStart: 109.21, YearlyChange: 0.16, Settlement: `Cash`, Contract: `Forwards`, Region: `Africa`, Country: `Egypt`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-03-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 953 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Cotton`, Spread: 0.01, Open: 61.77, Price: 60.8, Buy: 61.77, Sell: 61.77, Change: -0.96, ChangePercent: -1.56, Volume: 3612, High: 62.06, Low: 61.32, YearlyHigh: 67.59, YearlyLow: 54.33, YearlyStart: 60.96, YearlyChange: 1.31, Settlement: `Cash`, Contract: `Options`, Region: `Europe`, Country: `Poland`, Risk: `High`, Sector: `Government`, Currency: `PLN`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-01-19`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 954 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Natural Gas`, Spread: 0.02, Open: 2.094, Price: 2.11, Buy: 2.09, Sell: 2.09, Change: 0.01, ChangePercent: 0.16, Volume: 2783, High: 2.11, Low: 2.09, YearlyHigh: 3.2, YearlyLow: 1.84, YearlyStart: 2.52, YearlyChange: -16.51, Settlement: `Cash`, Contract: `Options`, Region: `Africa`, Country: `Algeria`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-06-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 955 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P MID MINI`, Spread: 0.01, Open: 1454.3, Price: 1469.17, Buy: 1455.78, Sell: 1455.79, Change: 13.39, ChangePercent: 0.92, Volume: 338, High: 1455.78, Low: 1448, YearlyHigh: 1527.3, YearlyLow: 1236, YearlyStart: 1381.65, YearlyChange: 5.37, Settlement: `Cash`, Contract: `Swap`, Region: `Europe`, Country: `Hungary`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-06-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 956 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Platinum`, Spread: 0.01, Open: 1071.6, Price: 1056.53, Buy: 1071.09, Sell: 1071.1, Change: -14.57, ChangePercent: -1.36, Volume: 3039, High: 1081.2, Low: 1070.5, YearlyHigh: 1120.6, YearlyLow: 812.4, YearlyStart: 966.5, YearlyChange: 10.82, Settlement: `Credit`, Contract: `Swap`, Region: `Asia Pacific`, Country: `Azerbaijan`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-04-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 957 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Coal`, Spread: 0.015, Open: 0.4363, Price: 0.42, Buy: 0.44, Sell: 0.44, Change: 0, ChangePercent: 0.96, Volume: 3, High: 0.44, Low: 0.44, YearlyHigh: 0.48, YearlyLow: 0.4, YearlyStart: 0.44, YearlyChange: -5.33, Settlement: `Cash`, Contract: `Swap`, Region: `Middle East`, Country: `Qatar`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-01-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 958 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `US 2Y Future`, Spread: 0.01, Open: 109.3984, Price: 109.34, Buy: 109.4, Sell: 109.4, Change: -0.05, ChangePercent: -0.04, Volume: 17742, High: 109.41, Low: 109.38, YearlyHigh: 109.8, YearlyLow: 108.62, YearlyStart: 109.21, YearlyChange: 0.16, Settlement: `Credit`, Contract: `CFD`, Region: `North America`, Country: `United States`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-07-16`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 959 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/CHF`, Spread: 0.02, Open: 1.0337, Price: 1.06, Buy: 1.03, Sell: 1.03, Change: 0.02, ChangePercent: 1.24, Volume: 5550, High: 1.03, Low: 1.03, YearlyHigh: 1.11, YearlyLow: 0.98, YearlyStart: 1.04, YearlyChange: -0.12, Settlement: `Loan`, Contract: `Futures`, Region: `Europe`, Country: `Belgium`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-03-21`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 960 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Ethanol`, Spread: 0.01, Open: 1.512, Price: 2.72, Buy: 2.75, Sell: 2.76, Change: -0.03, ChangePercent: -1.24, Volume: 14, High: 2.75, Low: 1.12, YearlyHigh: 2.75, YearlyLow: 1.12, YearlyStart: 1.48, YearlyChange: 86.7, Settlement: `Cash`, Contract: `Options`, Region: `Europe`, Country: `Portugal`, Risk: `High`, Sector: `Government`, Currency: `USD`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-09-23`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 961 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soy Meat`, Spread: 0.01, Open: 342.6, Price: 338.78, Buy: 342.6, Sell: 342.6, Change: -3.84, ChangePercent: -1.12, Volume: 5646, High: 345.4, Low: 340.3, YearlyHigh: 353.4, YearlyLow: 261.7, YearlyStart: 307.55, YearlyChange: 11.4, Settlement: `Loan`, Contract: `Options`, Region: `South America`, Country: `Suriname`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `FedEx`, Maturity: `2022-01-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 962 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Oil`, Spread: 0.015, Open: 45.54, Price: 45.2, Buy: 45.78, Sell: 45.8, Change: -0.59, ChangePercent: -1.28, Volume: 107196, High: 45.94, Low: 45, YearlyHigh: 65.28, YearlyLow: 30.79, YearlyStart: 48.03, YearlyChange: -4.67, Settlement: `Credit`, Contract: `Options`, Region: `Africa`, Country: `Algeria`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-04-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 963 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Palladium`, Spread: 0.01, Open: 600.55, Price: 604.13, Buy: 601, Sell: 601.01, Change: 3.13, ChangePercent: 0.52, Volume: 651, High: 607.2, Low: 598.4, YearlyHigh: 690, YearlyLow: 458.6, YearlyStart: 574.3, YearlyChange: 4.65, Settlement: `Credit`, Contract: `Options`, Region: `Middle East`, Country: `Israel`, Risk: `Low`, Sector: `Public`, Currency: `EUR`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-03-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 964 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `LV Cattle`, Spread: 0.01, Open: 120.725, Price: 119.21, Buy: 120.72, Sell: 120.72, Change: -1.5, ChangePercent: -1.24, Volume: 4, High: 120.72, Low: 120.72, YearlyHigh: 147.98, YearlyLow: 113.9, YearlyStart: 130.94, YearlyChange: -7.82, Settlement: `Loan`, Contract: `Options`, Region: `North America`, Country: `Mexico`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `High`, Issuer: `American Airlines`, Maturity: `2022-05-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 965 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `LV Cattle`, Spread: 0.01, Open: 120.725, Price: 121.19, Buy: 120.72, Sell: 120.72, Change: 0.48, ChangePercent: 0.4, Volume: 4, High: 120.72, Low: 120.72, YearlyHigh: 147.98, YearlyLow: 113.9, YearlyStart: 130.94, YearlyChange: -7.82, Settlement: `Credit`, Contract: `CFD`, Region: `South America`, Country: `Uruguay`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-09-23`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 966 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `US 30YR Future`, Spread: 0.01, Open: 164.875, Price: 166.26, Buy: 164.15, Sell: 164.16, Change: 2.1, ChangePercent: 1.28, Volume: 28012, High: 165.25, Low: 164.04, YearlyHigh: 169.38, YearlyLow: 151.47, YearlyStart: 160.43, YearlyChange: 2.33, Settlement: `Loan`, Contract: `Futures`, Region: `Africa`, Country: `Algeria`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-08-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 967 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Corn`, Spread: 0.01, Open: 379.5, Price: 374.79, Buy: 379.8, Sell: 379.81, Change: -5.01, ChangePercent: -1.32, Volume: 11266, High: 381, Low: 377.75, YearlyHigh: 471.25, YearlyLow: 351.25, YearlyStart: 411.25, YearlyChange: -7.65, Settlement: `Credit`, Contract: `Swap`, Region: `Europe`, Country: `Bulgaria`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-04-21`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 968 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Wheat`, Spread: 0.01, Open: 465.5, Price: 474.46, Buy: 465.5, Sell: 465.5, Change: 8.94, ChangePercent: 1.92, Volume: 4318, High: 467, Low: 463.25, YearlyHigh: 628.5, YearlyLow: 449.5, YearlyStart: 539, YearlyChange: -13.63, Settlement: `Loan`, Contract: `CFD`, Region: `Europe`, Country: `Sweden`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-08-10`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 969 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Natural Gas`, Spread: 0.02, Open: 2.094, Price: 2.09, Buy: 2.09, Sell: 2.09, Change: -0.01, ChangePercent: -0.68, Volume: 2783, High: 2.11, Low: 2.09, YearlyHigh: 3.2, YearlyLow: 1.84, YearlyStart: 2.52, YearlyChange: -16.51, Settlement: `Cash`, Contract: `Futures`, Region: `Middle East`, Country: `Qatar`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-03-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 970 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soy Meat`, Spread: 0.01, Open: 342.6, Price: 344.95, Buy: 342.6, Sell: 342.6, Change: 2.33, ChangePercent: 0.68, Volume: 5646, High: 345.4, Low: 340.3, YearlyHigh: 353.4, YearlyLow: 261.7, YearlyStart: 307.55, YearlyChange: 11.4, Settlement: `Credit`, Contract: `Options`, Region: `North America`, Country: `Canada`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-08-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 971 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Oil`, Spread: 0.015, Open: 45.54, Price: 46.28, Buy: 45.78, Sell: 45.8, Change: 0.49, ChangePercent: 1.08, Volume: 107196, High: 45.94, Low: 45, YearlyHigh: 65.28, YearlyLow: 30.79, YearlyStart: 48.03, YearlyChange: -4.67, Settlement: `Credit`, Contract: `Futures`, Region: `Middle East`, Country: `Qatar`, Risk: `High`, Sector: `Private`, Currency: `PLN`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-01-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 972 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/CAD`, Spread: 0.02, Open: 0.7744, Price: 0.97, Buy: 0.94, Sell: 0.96, Change: 0.02, ChangePercent: 2, Volume: 13669, High: 0.95, Low: 0.77, YearlyHigh: 0.95, YearlyLow: 0.68, YearlyStart: 0.76, YearlyChange: 26.43, Settlement: `Loan`, Contract: `CFD`, Region: `Asia Pacific`, Country: `Pakistan`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `High`, Issuer: `FedEx`, Maturity: `2022-08-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 973 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P 600 MINI`, Spread: 0.01, Open: 687.9, Price: 699.71, Buy: 687.9, Sell: 687.9, Change: 11.83, ChangePercent: 1.72, Volume: 0, High: 0, Low: 0, YearlyHigh: 620.32, YearlyLow: 595.9, YearlyStart: 608.11, YearlyChange: 13.12, Settlement: `Cash`, Contract: `Swap`, Region: `Middle East`, Country: `UAE`, Risk: `Low`, Sector: `Government`, Currency: `USD`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-08-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 974 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Uranium`, Spread: 0.02, Open: 27.55, Price: 27.86, Buy: 27.55, Sell: 27.55, Change: 0.28, ChangePercent: 1, Volume: 12, High: 27.55, Low: 27.55, YearlyHigh: 29.32, YearlyLow: 21.28, YearlyStart: 25.3, YearlyChange: 9.01, Settlement: `Cash`, Contract: `Swap`, Region: `Africa`, Country: `Algeria`, Risk: `High`, Sector: `Private`, Currency: `PLN`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-09-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 975 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `US 10YR Future`, Spread: 0.01, Open: 130.5625, Price: 129.49, Buy: 130.56, Sell: 130.56, Change: -1.09, ChangePercent: -0.84, Volume: 189310, High: 130.63, Low: 130.44, YearlyHigh: 132.64, YearlyLow: 125.48, YearlyStart: 129.06, YearlyChange: 1.18, Settlement: `Loan`, Contract: `Futures`, Region: `Middle East`, Country: `Iraq`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-05-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 976 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Oats`, Spread: 0.01, Open: 194.5, Price: 190.49, Buy: 194.21, Sell: 194.22, Change: -3.73, ChangePercent: -1.92, Volume: 64, High: 195.75, Low: 194, YearlyHigh: 241.25, YearlyLow: 183.75, YearlyStart: 212.5, YearlyChange: -8.6, Settlement: `Loan`, Contract: `Futures`, Region: `Asia Pacific`, Country: `Indonesia`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-08-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 977 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Sugar`, Spread: 0.01, Open: 15.68, Price: 14.93, Buy: 14.67, Sell: 14.68, Change: 0.26, ChangePercent: 1.72, Volume: 4949, High: 15.7, Low: 14.67, YearlyHigh: 16.87, YearlyLow: 11.37, YearlyStart: 14.12, YearlyChange: 3.92, Settlement: `Loan`, Contract: `Futures`, Region: `Asia Pacific`, Country: `Australia`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-02-19`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 978 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P Future`, Spread: 0.01, Open: 2057.5, Price: 2062.36, Buy: 2056.6, Sell: 2056.61, Change: 5.76, ChangePercent: 0.28, Volume: 142780, High: 2059.5, Low: 2049, YearlyHigh: 2105.5, YearlyLow: 1794.5, YearlyStart: 1950, YearlyChange: 5.47, Settlement: `Cash`, Contract: `Forwards`, Region: `Asia Pacific`, Country: `China`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-04-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 979 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P MID MINI`, Spread: 0.01, Open: 1454.3, Price: 1448.21, Buy: 1455.78, Sell: 1455.79, Change: -7.57, ChangePercent: -0.52, Volume: 338, High: 1455.78, Low: 1448, YearlyHigh: 1527.3, YearlyLow: 1236, YearlyStart: 1381.65, YearlyChange: 5.37, Settlement: `Credit`, Contract: `Forwards`, Region: `Africa`, Country: `Egypt`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-03-11`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 980 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soy Meat`, Spread: 0.01, Open: 342.6, Price: 342.48, Buy: 342.6, Sell: 342.6, Change: -0.14, ChangePercent: -0.04, Volume: 5646, High: 345.4, Low: 340.3, YearlyHigh: 353.4, YearlyLow: 261.7, YearlyStart: 307.55, YearlyChange: 11.4, Settlement: `Loan`, Contract: `Forwards`, Region: `Africa`, Country: `South Africa`, Risk: `Low`, Sector: `Government`, Currency: `USD`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-04-27`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 981 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/CAD`, Spread: 0.02, Open: 0.7744, Price: 0.95, Buy: 0.94, Sell: 0.96, Change: 0, ChangePercent: -0.72, Volume: 13669, High: 0.95, Low: 0.77, YearlyHigh: 0.95, YearlyLow: 0.68, YearlyStart: 0.76, YearlyChange: 26.43, Settlement: `Loan`, Contract: `CFD`, Region: `Middle East`, Country: `Bahrain`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-07-19`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 982 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Ethanol`, Spread: 0.01, Open: 1.512, Price: 2.76, Buy: 2.75, Sell: 2.76, Change: 0.01, ChangePercent: 0.08, Volume: 14, High: 2.75, Low: 1.12, YearlyHigh: 2.75, YearlyLow: 1.12, YearlyStart: 1.48, YearlyChange: 86.7, Settlement: `Cash`, Contract: `Options`, Region: `Africa`, Country: `Morocco`, Risk: `High`, Sector: `Government`, Currency: `PLN`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-02-24`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 983 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `FD Cattle`, Spread: 0.01, Open: 147.175, Price: 148.25, Buy: 148.6, Sell: 148.61, Change: -0.36, ChangePercent: -0.24, Volume: 5, High: 148.61, Low: 147.18, YearlyHigh: 190, YearlyLow: 138.1, YearlyStart: 164.05, YearlyChange: -9.41, Settlement: `Cash`, Contract: `Futures`, Region: `Middle East`, Country: `Jordan`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `High`, Issuer: `American Airlines`, Maturity: `2022-01-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 984 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Gold`, Spread: 0.01, Open: 1281.1, Price: 1283.29, Buy: 1280.73, Sell: 1280.74, Change: 2.56, ChangePercent: 0.2, Volume: 48387, High: 1289.5, Low: 1279.1, YearlyHigh: 1306, YearlyLow: 1047.2, YearlyStart: 1176.6, YearlyChange: 8.85, Settlement: `Cash`, Contract: `Swap`, Region: `Europe`, Country: `Denmark`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-02-22`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 985 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/CHF`, Spread: 0.02, Open: 1.0337, Price: 1.04, Buy: 1.03, Sell: 1.03, Change: 0, ChangePercent: -0.28, Volume: 5550, High: 1.03, Low: 1.03, YearlyHigh: 1.11, YearlyLow: 0.98, YearlyStart: 1.04, YearlyChange: -0.12, Settlement: `Loan`, Contract: `Futures`, Region: `Asia Pacific`, Country: `Thailand`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-08-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 986 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Ethanol`, Spread: 0.01, Open: 1.512, Price: 2.77, Buy: 2.75, Sell: 2.76, Change: 0.02, ChangePercent: 0.64, Volume: 14, High: 2.75, Low: 1.12, YearlyHigh: 2.75, YearlyLow: 1.12, YearlyStart: 1.48, YearlyChange: 86.7, Settlement: `Cash`, Contract: `Swap`, Region: `South America`, Country: `Uruguay`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-06-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 987 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/CAD`, Spread: 0.02, Open: 0.7744, Price: 0.95, Buy: 0.94, Sell: 0.96, Change: 0, ChangePercent: -0.96, Volume: 13669, High: 0.95, Low: 0.77, YearlyHigh: 0.95, YearlyLow: 0.68, YearlyStart: 0.76, YearlyChange: 26.43, Settlement: `Credit`, Contract: `Options`, Region: `Asia Pacific`, Country: `Malaysia`, Risk: `High`, Sector: `Government`, Currency: `USD`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-05-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 988 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/CHF`, Spread: 0.02, Open: 1.0337, Price: 1.03, Buy: 1.03, Sell: 1.03, Change: -0.01, ChangePercent: -1.68, Volume: 5550, High: 1.03, Low: 1.03, YearlyHigh: 1.11, YearlyLow: 0.98, YearlyStart: 1.04, YearlyChange: -0.12, Settlement: `Loan`, Contract: `Swap`, Region: `Africa`, Country: `Senegal`, Risk: `High`, Sector: `Public`, Currency: `PLN`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-07-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 989 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Uranium`, Spread: 0.02, Open: 27.55, Price: 27.48, Buy: 27.55, Sell: 27.55, Change: -0.1, ChangePercent: -0.36, Volume: 12, High: 27.55, Low: 27.55, YearlyHigh: 29.32, YearlyLow: 21.28, YearlyStart: 25.3, YearlyChange: 9.01, Settlement: `Credit`, Contract: `CFD`, Region: `North America`, Country: `Canada`, Risk: `High`, Sector: `Private`, Currency: `PLN`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-07-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 990 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P Future`, Spread: 0.01, Open: 2057.5, Price: 2075.52, Buy: 2056.6, Sell: 2056.61, Change: 18.92, ChangePercent: 0.92, Volume: 142780, High: 2059.5, Low: 2049, YearlyHigh: 2105.5, YearlyLow: 1794.5, YearlyStart: 1950, YearlyChange: 5.47, Settlement: `Cash`, Contract: `Futures`, Region: `Asia Pacific`, Country: `Afghanistan`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-06-22`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 991 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `Euro$ 3M`, Spread: 0.01, Open: 99.18, Price: 98.42, Buy: 99.18, Sell: 99.18, Change: -0.75, ChangePercent: -0.76, Volume: 29509, High: 99.18, Low: 99.17, YearlyHigh: 99.38, YearlyLow: 98.41, YearlyStart: 98.89, YearlyChange: 0.28, Settlement: `Loan`, Contract: `Options`, Region: `Europe`, Country: `Slovenia`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-08-22`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 992 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Lumber`, Spread: 0.01, Open: 303.9, Price: 310.2, Buy: 304.59, Sell: 304.6, Change: 5.6, ChangePercent: 1.84, Volume: 2, High: 304.6, Low: 303.9, YearlyHigh: 317.1, YearlyLow: 236, YearlyStart: 276.55, YearlyChange: 10.14, Settlement: `Loan`, Contract: `CFD`, Region: `Africa`, Country: `Morocco`, Risk: `Low`, Sector: `Government`, Currency: `PLN`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-05-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 993 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Lumber`, Spread: 0.01, Open: 303.9, Price: 300.21, Buy: 304.59, Sell: 304.6, Change: -4.39, ChangePercent: -1.44, Volume: 2, High: 304.6, Low: 303.9, YearlyHigh: 317.1, YearlyLow: 236, YearlyStart: 276.55, YearlyChange: 10.14, Settlement: `Credit`, Contract: `Options`, Region: `Europe`, Country: `Slovakia`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-05-16`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 994 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `BTC/USD`, Spread: 0.06, Open: 93.88, Price: 21093.18, Buy: 21200.76, Sell: 21400.78, Change: 92.41, ChangePercent: 0.44, Volume: 5788000, High: 22400.05, Low: 20100.75, YearlyHigh: 62400.7, YearlyLow: 15100.88, YearlyStart: 21200.29, YearlyChange: -20.62, Settlement: `Credit`, Contract: `CFD`, Region: `Middle East`, Country: `Turkey`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-03-16`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 995 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `Euro$ 3M`, Spread: 0.01, Open: 99.18, Price: 100.64, Buy: 99.18, Sell: 99.18, Change: 1.47, ChangePercent: 1.48, Volume: 29509, High: 99.18, Low: 99.17, YearlyHigh: 99.38, YearlyLow: 98.41, YearlyStart: 98.89, YearlyChange: 0.28, Settlement: `Cash`, Contract: `Forwards`, Region: `Europe`, Country: `Italy`, Risk: `High`, Sector: `Private`, Currency: `PLN`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-09-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 996 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Uranium`, Spread: 0.02, Open: 27.55, Price: 27.65, Buy: 27.55, Sell: 27.55, Change: 0.07, ChangePercent: 0.24, Volume: 12, High: 27.55, Low: 27.55, YearlyHigh: 29.32, YearlyLow: 21.28, YearlyStart: 25.3, YearlyChange: 9.01, Settlement: `Loan`, Contract: `Futures`, Region: `Middle East`, Country: `Lebanon`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-04-27`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 997 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/JPY`, Spread: 0.02, Open: 9275.5, Price: 9102.92, Buy: 9277.32, Sell: 9277.34, Change: -174.41, ChangePercent: -1.88, Volume: 47734, High: 9277.33, Low: 0.93, YearlyHigh: 9483, YearlyLow: 0.93, YearlyStart: 4741.97, YearlyChange: 95.64, Settlement: `Cash`, Contract: `Futures`, Region: `Europe`, Country: `Poland`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-07-11`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 998 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Natural Gas`, Spread: 0.02, Open: 2.094, Price: 2.09, Buy: 2.09, Sell: 2.09, Change: -0.01, ChangePercent: -0.76, Volume: 2783, High: 2.11, Low: 2.09, YearlyHigh: 3.2, YearlyLow: 1.84, YearlyStart: 2.52, YearlyChange: -16.51, Settlement: `Cash`, Contract: `Futures`, Region: `Europe`, Country: `Hungary`, Risk: `Low`, Sector: `Public`, Currency: `PLN`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-08-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 999 }), ]; super(...newItems.slice(0)); } diff --git a/samples/grids/grid/row-selection-template-excel/src/CustomersData.ts b/samples/grids/grid/row-selection-template-excel/src/CustomersData.ts index 8f4140d2b9..f9aa8c0893 100644 --- a/samples/grids/grid/row-selection-template-excel/src/CustomersData.ts +++ b/samples/grids/grid/row-selection-template-excel/src/CustomersData.ts @@ -22,384 +22,33 @@ export class CustomersData extends Array { super(...items); } else { const newItems = [ - new CustomersDataItem( - { - ID: `ALFKI`, - Company: `Alfreds Futterkiste`, - ContactName: `Maria Anders`, - ContactTitle: `Sales Representative`, - Address: `Obere Str. 57`, - City: `Berlin`, - Region: `East`, - PostalCode: 12209, - Country: `Germany`, - Phone: `030-0074321`, - Fax: `030-0076545` - }), - new CustomersDataItem( - { - ID: `ANATR`, - Company: `Ana Trujillo Emparedados y helados`, - ContactName: `Ana Trujillo`, - ContactTitle: `Owner`, - Address: `Avda. de la Constitución 2222`, - City: `México D.F.`, - Region: `South`, - PostalCode: 5021, - Country: `Mexico`, - Phone: `(5) 555-4729`, - Fax: `(5) 555-3745` - }), - new CustomersDataItem( - { - ID: `ANTON`, - Company: `Antonio Moreno Taquería`, - ContactName: `Antonio Moreno`, - ContactTitle: `Owner`, - Address: `Mataderos 2312`, - City: `México D.F.`, - Region: `South`, - PostalCode: 5023, - Country: `Mexico`, - Phone: `(5) 555-3932`, - Fax: `(5) 555-3745` - }), - new CustomersDataItem( - { - ID: `AROUT`, - Company: `Around the Horn`, - ContactName: `Thomas Hardy`, - ContactTitle: `Sales Representative`, - Address: `120 Hanover Sq.`, - City: `London`, - Region: `East`, - PostalCode: 22000, - Country: `UK`, - Phone: `(171) 555-7788`, - Fax: `(171) 555-6750` - }), - new CustomersDataItem( - { - ID: `BERGS`, - Company: `Berglunds snabbköp`, - ContactName: `Christina Berglund`, - ContactTitle: `Order Administrator`, - Address: `Berguvsvägen 8`, - City: `Luleå`, - Region: `South`, - PostalCode: 17000, - Country: `Sweden`, - Phone: `0921-12 34 65`, - Fax: `0921-12 34 67` - }), - new CustomersDataItem( - { - ID: `BLAUS`, - Company: `Blauer See Delikatessen`, - ContactName: `Hanna Moos`, - ContactTitle: `Sales Representative`, - Address: `Forsterstr. 57`, - City: `Mannheim`, - Region: `East`, - PostalCode: 68306, - Country: `Germany`, - Phone: `0621-08460`, - Fax: `0621-08924` - }), - new CustomersDataItem( - { - ID: `BLONP`, - Company: `Blondesddsl père et fils`, - ContactName: `Frédérique Citeaux`, - ContactTitle: `Marketing Manager`, - Address: `24, place Kléber`, - City: `Strasbourg`, - Region: `East`, - PostalCode: 67000, - Country: `France`, - Phone: `88.60.15.31`, - Fax: `88.60.15.32` - }), - new CustomersDataItem( - { - ID: `BOLID`, - Company: `Bólido Comidas preparadas`, - ContactName: `Martín Sommer`, - ContactTitle: `Owner`, - Address: `C/ Araquil, 67`, - City: `Madrid`, - Region: `East`, - PostalCode: 28023, - Country: `Spain`, - Phone: `(91) 555 22 82`, - Fax: `(91) 555 91 99` - }), - new CustomersDataItem( - { - ID: `BONAP`, - Company: `Bon app'`, - ContactName: `Laurence Lebihan`, - ContactTitle: `Owner`, - Address: `12, rue des Bouchers`, - City: `Marseille`, - Region: `West`, - PostalCode: 13008, - Country: `France`, - Phone: `91.24.45.40`, - Fax: `91.24.45.41` - }), - new CustomersDataItem( - { - ID: `BOTTM`, - Company: `Bottom-Dollar Markets`, - ContactName: `Elizabeth Lincoln`, - ContactTitle: `Accounting Manager`, - Address: `23 Tsawassen Blvd.`, - City: `Tsawassen`, - Region: `BC`, - PostalCode: 28000, - Country: `Canada`, - Phone: `(604) 555-4729`, - Fax: `(604) 555-3745` - }), - new CustomersDataItem( - { - ID: `BSBEV`, - Company: `B's Beverages`, - ContactName: `Victoria Ashworth`, - ContactTitle: `Sales Representative`, - Address: `Fauntleroy Circus`, - City: `London`, - Region: `South`, - PostalCode: 10000, - Country: `UK`, - Phone: `(171) 555-1212`, - Fax: `(5) 555-3745` - }), - new CustomersDataItem( - { - ID: `CACTU`, - Company: `Cactus Comidas para llevar`, - ContactName: `Patricio Simpson`, - ContactTitle: `Sales Agent`, - Address: `Cerrito 333`, - City: `Buenos Aires`, - Region: `East`, - PostalCode: 1010, - Country: `Argentina`, - Phone: `(1) 135-5555`, - Fax: `(1) 135-4892` - }), - new CustomersDataItem( - { - ID: `CENTC`, - Company: `Centro comercial Moctezuma`, - ContactName: `Francisco Chang`, - ContactTitle: `Marketing Manager`, - Address: `Sierras de Granada 9993`, - City: `México D.F.`, - Region: `South`, - PostalCode: 5022, - Country: `Mexico`, - Phone: `(5) 555-3392`, - Fax: `(5) 555-7293` - }), - new CustomersDataItem( - { - ID: `CHOPS`, - Company: `Chop-suey Chinese`, - ContactName: `Yang Wang`, - ContactTitle: `Owner`, - Address: `Hauptstr. 29`, - City: `Bern`, - Region: `East`, - PostalCode: 3012, - Country: `Switzerland`, - Phone: `0452-076545`, - Fax: `(5) 555-3745` - }), - new CustomersDataItem( - { - ID: `COMMI`, - Company: `Comércio Mineiro`, - ContactName: `Pedro Afonso`, - ContactTitle: `Sales Associate`, - Address: `Av. dos Lusíadas, 23`, - City: `Sao Paulo`, - Region: `SP`, - PostalCode: 34000, - Country: `Brazil`, - Phone: `(11) 555-7647`, - Fax: `(5) 555-3745` - }), - new CustomersDataItem( - { - ID: `CONSH`, - Company: `Consolidated Holdings`, - ContactName: `Elizabeth Brown`, - ContactTitle: `Sales Representative`, - Address: `Berkeley Gardens 12 Brewery`, - City: `London`, - Region: `South`, - PostalCode: 27000, - Country: `UK`, - Phone: `(171) 555-2282`, - Fax: `(171) 555-9199` - }), - new CustomersDataItem( - { - ID: `DRACD`, - Company: `Drachenblut Delikatessen`, - ContactName: `Sven Ottlieb`, - ContactTitle: `Order Administrator`, - Address: `Walserweg 21`, - City: `Aachen`, - Region: `South`, - PostalCode: 52066, - Country: `Germany`, - Phone: `0241-039123`, - Fax: `0241-059428` - }), - new CustomersDataItem( - { - ID: `DUMON`, - Company: `Du monde entier`, - ContactName: `Janine Labrune`, - ContactTitle: `Owner`, - Address: `67, rue des Cinquante Otages`, - City: `Nantes`, - Region: `East`, - PostalCode: 44000, - Country: `France`, - Phone: `40.67.88.88`, - Fax: `40.67.89.89` - }), - new CustomersDataItem( - { - ID: `EASTC`, - Company: `Eastern Connection`, - ContactName: `Ann Devon`, - ContactTitle: `Sales Agent`, - Address: `35 King George`, - City: `London`, - Region: `East`, - PostalCode: 41000, - Country: `UK`, - Phone: `(171) 555-0297`, - Fax: `(171) 555-3373` - }), - new CustomersDataItem( - { - ID: `ERNSH`, - Company: `Ernst Handel`, - ContactName: `Roland Mendel`, - ContactTitle: `Sales Manager`, - Address: `Kirchgasse 6`, - City: `Graz`, - Region: `South`, - PostalCode: 8010, - Country: `Austria`, - Phone: `7675-3425`, - Fax: `7675-3426` - }), - new CustomersDataItem( - { - ID: `FAMIA`, - Company: `Familia Arquibaldo`, - ContactName: `Aria Cruz`, - ContactTitle: `Marketing Assistant`, - Address: `Rua Orós, 92`, - City: `Sao Paulo`, - Region: `SP`, - PostalCode: 27000, - Country: `Brazil`, - Phone: `(11) 555-9857`, - Fax: `(5) 555-3745` - }), - new CustomersDataItem( - { - ID: `FISSA`, - Company: `FISSA Fabrica Inter. Salchichas S.A.`, - ContactName: `Diego Roel`, - ContactTitle: `Accounting Manager`, - Address: `C/ Moralzarzal, 86`, - City: `Madrid`, - Region: `East`, - PostalCode: 28034, - Country: `Spain`, - Phone: `(91) 555 94 44`, - Fax: `(91) 555 55 93` - }), - new CustomersDataItem( - { - ID: `FOLIG`, - Company: `Folies gourmandes`, - ContactName: `Martine Rancé`, - ContactTitle: `Assistant Sales Agent`, - Address: `184, chaussée de Tournai`, - City: `Lille`, - Region: `South`, - PostalCode: 59000, - Country: `France`, - Phone: `20.16.10.16`, - Fax: `20.16.10.17` - }), - new CustomersDataItem( - { - ID: `FOLKO`, - Company: `Folk och fä HB`, - ContactName: `Maria Larsson`, - ContactTitle: `Owner`, - Address: `Åkergatan 24`, - City: `Bräcke`, - Region: `East`, - PostalCode: 36000, - Country: `Sweden`, - Phone: `0695-34 67 21`, - Fax: `0695 33-4455` - }), - new CustomersDataItem( - { - ID: `FRANK`, - Company: `Frankenversand`, - ContactName: `Peter Franken`, - ContactTitle: `Marketing Manager`, - Address: `Berliner Platz 43`, - City: `München`, - Region: `East`, - PostalCode: 80805, - Country: `Germany`, - Phone: `089-0877310`, - Fax: `089-0877451` - }), - new CustomersDataItem( - { - ID: `FRANR`, - Company: `France restauration`, - ContactName: `Carine Schmitt`, - ContactTitle: `Marketing Manager`, - Address: `54, rue Royale`, - City: `Nantes`, - Region: `South`, - PostalCode: 44000, - Country: `France`, - Phone: `40.32.21.21`, - Fax: `40.32.21.20` - }), - new CustomersDataItem( - { - ID: `FRANS`, - Company: `Franchi S.p.A.`, - ContactName: `Paolo Accorti`, - ContactTitle: `Sales Representative`, - Address: `Via Monte Bianco 34`, - City: `Torino`, - Region: `East`, - PostalCode: 10100, - Country: `Italy`, - Phone: `011-4988260`, - Fax: `011-4988261` - }), + new CustomersDataItem({ ID: `ALFKI`, Company: `Alfreds Futterkiste`, ContactName: `Maria Anders`, ContactTitle: `Sales Representative`, Address: `Obere Str. 57`, City: `Berlin`, Region: `East`, PostalCode: 12209, Country: `Germany`, Phone: `030-0074321`, Fax: `030-0076545` }), + new CustomersDataItem({ ID: `ANATR`, Company: `Ana Trujillo Emparedados y helados`, ContactName: `Ana Trujillo`, ContactTitle: `Owner`, Address: `Avda. de la Constitución 2222`, City: `México D.F.`, Region: `South`, PostalCode: 5021, Country: `Mexico`, Phone: `(5) 555-4729`, Fax: `(5) 555-3745` }), + new CustomersDataItem({ ID: `ANTON`, Company: `Antonio Moreno Taquería`, ContactName: `Antonio Moreno`, ContactTitle: `Owner`, Address: `Mataderos 2312`, City: `México D.F.`, Region: `South`, PostalCode: 5023, Country: `Mexico`, Phone: `(5) 555-3932`, Fax: `(5) 555-3745` }), + new CustomersDataItem({ ID: `AROUT`, Company: `Around the Horn`, ContactName: `Thomas Hardy`, ContactTitle: `Sales Representative`, Address: `120 Hanover Sq.`, City: `London`, Region: `East`, PostalCode: 22000, Country: `UK`, Phone: `(171) 555-7788`, Fax: `(171) 555-6750` }), + new CustomersDataItem({ ID: `BERGS`, Company: `Berglunds snabbköp`, ContactName: `Christina Berglund`, ContactTitle: `Order Administrator`, Address: `Berguvsvägen 8`, City: `Luleå`, Region: `South`, PostalCode: 17000, Country: `Sweden`, Phone: `0921-12 34 65`, Fax: `0921-12 34 67` }), + new CustomersDataItem({ ID: `BLAUS`, Company: `Blauer See Delikatessen`, ContactName: `Hanna Moos`, ContactTitle: `Sales Representative`, Address: `Forsterstr. 57`, City: `Mannheim`, Region: `East`, PostalCode: 68306, Country: `Germany`, Phone: `0621-08460`, Fax: `0621-08924` }), + new CustomersDataItem({ ID: `BLONP`, Company: `Blondesddsl père et fils`, ContactName: `Frédérique Citeaux`, ContactTitle: `Marketing Manager`, Address: `24, place Kléber`, City: `Strasbourg`, Region: `East`, PostalCode: 67000, Country: `France`, Phone: `88.60.15.31`, Fax: `88.60.15.32` }), + new CustomersDataItem({ ID: `BOLID`, Company: `Bólido Comidas preparadas`, ContactName: `Martín Sommer`, ContactTitle: `Owner`, Address: `C/ Araquil, 67`, City: `Madrid`, Region: `East`, PostalCode: 28023, Country: `Spain`, Phone: `(91) 555 22 82`, Fax: `(91) 555 91 99` }), + new CustomersDataItem({ ID: `BONAP`, Company: `Bon app'`, ContactName: `Laurence Lebihan`, ContactTitle: `Owner`, Address: `12, rue des Bouchers`, City: `Marseille`, Region: `West`, PostalCode: 13008, Country: `France`, Phone: `91.24.45.40`, Fax: `91.24.45.41` }), + new CustomersDataItem({ ID: `BOTTM`, Company: `Bottom-Dollar Markets`, ContactName: `Elizabeth Lincoln`, ContactTitle: `Accounting Manager`, Address: `23 Tsawassen Blvd.`, City: `Tsawassen`, Region: `BC`, PostalCode: 28000, Country: `Canada`, Phone: `(604) 555-4729`, Fax: `(604) 555-3745` }), + new CustomersDataItem({ ID: `BSBEV`, Company: `B's Beverages`, ContactName: `Victoria Ashworth`, ContactTitle: `Sales Representative`, Address: `Fauntleroy Circus`, City: `London`, Region: `South`, PostalCode: 10000, Country: `UK`, Phone: `(171) 555-1212`, Fax: `(5) 555-3745` }), + new CustomersDataItem({ ID: `CACTU`, Company: `Cactus Comidas para llevar`, ContactName: `Patricio Simpson`, ContactTitle: `Sales Agent`, Address: `Cerrito 333`, City: `Buenos Aires`, Region: `East`, PostalCode: 1010, Country: `Argentina`, Phone: `(1) 135-5555`, Fax: `(1) 135-4892` }), + new CustomersDataItem({ ID: `CENTC`, Company: `Centro comercial Moctezuma`, ContactName: `Francisco Chang`, ContactTitle: `Marketing Manager`, Address: `Sierras de Granada 9993`, City: `México D.F.`, Region: `South`, PostalCode: 5022, Country: `Mexico`, Phone: `(5) 555-3392`, Fax: `(5) 555-7293` }), + new CustomersDataItem({ ID: `CHOPS`, Company: `Chop-suey Chinese`, ContactName: `Yang Wang`, ContactTitle: `Owner`, Address: `Hauptstr. 29`, City: `Bern`, Region: `East`, PostalCode: 3012, Country: `Switzerland`, Phone: `0452-076545`, Fax: `(5) 555-3745` }), + new CustomersDataItem({ ID: `COMMI`, Company: `Comércio Mineiro`, ContactName: `Pedro Afonso`, ContactTitle: `Sales Associate`, Address: `Av. dos Lusíadas, 23`, City: `Sao Paulo`, Region: `SP`, PostalCode: 34000, Country: `Brazil`, Phone: `(11) 555-7647`, Fax: `(5) 555-3745` }), + new CustomersDataItem({ ID: `CONSH`, Company: `Consolidated Holdings`, ContactName: `Elizabeth Brown`, ContactTitle: `Sales Representative`, Address: `Berkeley Gardens 12 Brewery`, City: `London`, Region: `South`, PostalCode: 27000, Country: `UK`, Phone: `(171) 555-2282`, Fax: `(171) 555-9199` }), + new CustomersDataItem({ ID: `DRACD`, Company: `Drachenblut Delikatessen`, ContactName: `Sven Ottlieb`, ContactTitle: `Order Administrator`, Address: `Walserweg 21`, City: `Aachen`, Region: `South`, PostalCode: 52066, Country: `Germany`, Phone: `0241-039123`, Fax: `0241-059428` }), + new CustomersDataItem({ ID: `DUMON`, Company: `Du monde entier`, ContactName: `Janine Labrune`, ContactTitle: `Owner`, Address: `67, rue des Cinquante Otages`, City: `Nantes`, Region: `East`, PostalCode: 44000, Country: `France`, Phone: `40.67.88.88`, Fax: `40.67.89.89` }), + new CustomersDataItem({ ID: `EASTC`, Company: `Eastern Connection`, ContactName: `Ann Devon`, ContactTitle: `Sales Agent`, Address: `35 King George`, City: `London`, Region: `East`, PostalCode: 41000, Country: `UK`, Phone: `(171) 555-0297`, Fax: `(171) 555-3373` }), + new CustomersDataItem({ ID: `ERNSH`, Company: `Ernst Handel`, ContactName: `Roland Mendel`, ContactTitle: `Sales Manager`, Address: `Kirchgasse 6`, City: `Graz`, Region: `South`, PostalCode: 8010, Country: `Austria`, Phone: `7675-3425`, Fax: `7675-3426` }), + new CustomersDataItem({ ID: `FAMIA`, Company: `Familia Arquibaldo`, ContactName: `Aria Cruz`, ContactTitle: `Marketing Assistant`, Address: `Rua Orós, 92`, City: `Sao Paulo`, Region: `SP`, PostalCode: 27000, Country: `Brazil`, Phone: `(11) 555-9857`, Fax: `(5) 555-3745` }), + new CustomersDataItem({ ID: `FISSA`, Company: `FISSA Fabrica Inter. Salchichas S.A.`, ContactName: `Diego Roel`, ContactTitle: `Accounting Manager`, Address: `C/ Moralzarzal, 86`, City: `Madrid`, Region: `East`, PostalCode: 28034, Country: `Spain`, Phone: `(91) 555 94 44`, Fax: `(91) 555 55 93` }), + new CustomersDataItem({ ID: `FOLIG`, Company: `Folies gourmandes`, ContactName: `Martine Rancé`, ContactTitle: `Assistant Sales Agent`, Address: `184, chaussée de Tournai`, City: `Lille`, Region: `South`, PostalCode: 59000, Country: `France`, Phone: `20.16.10.16`, Fax: `20.16.10.17` }), + new CustomersDataItem({ ID: `FOLKO`, Company: `Folk och fä HB`, ContactName: `Maria Larsson`, ContactTitle: `Owner`, Address: `Åkergatan 24`, City: `Bräcke`, Region: `East`, PostalCode: 36000, Country: `Sweden`, Phone: `0695-34 67 21`, Fax: `0695 33-4455` }), + new CustomersDataItem({ ID: `FRANK`, Company: `Frankenversand`, ContactName: `Peter Franken`, ContactTitle: `Marketing Manager`, Address: `Berliner Platz 43`, City: `München`, Region: `East`, PostalCode: 80805, Country: `Germany`, Phone: `089-0877310`, Fax: `089-0877451` }), + new CustomersDataItem({ ID: `FRANR`, Company: `France restauration`, ContactName: `Carine Schmitt`, ContactTitle: `Marketing Manager`, Address: `54, rue Royale`, City: `Nantes`, Region: `South`, PostalCode: 44000, Country: `France`, Phone: `40.32.21.21`, Fax: `40.32.21.20` }), + new CustomersDataItem({ ID: `FRANS`, Company: `Franchi S.p.A.`, ContactName: `Paolo Accorti`, ContactTitle: `Sales Representative`, Address: `Via Monte Bianco 34`, City: `Torino`, Region: `East`, PostalCode: 10100, Country: `Italy`, Phone: `011-4988260`, Fax: `011-4988261` }), ]; super(...newItems.slice(0)); } diff --git a/samples/grids/grid/row-selection-template-numbers/src/CustomersData.ts b/samples/grids/grid/row-selection-template-numbers/src/CustomersData.ts index 8f4140d2b9..f9aa8c0893 100644 --- a/samples/grids/grid/row-selection-template-numbers/src/CustomersData.ts +++ b/samples/grids/grid/row-selection-template-numbers/src/CustomersData.ts @@ -22,384 +22,33 @@ export class CustomersData extends Array { super(...items); } else { const newItems = [ - new CustomersDataItem( - { - ID: `ALFKI`, - Company: `Alfreds Futterkiste`, - ContactName: `Maria Anders`, - ContactTitle: `Sales Representative`, - Address: `Obere Str. 57`, - City: `Berlin`, - Region: `East`, - PostalCode: 12209, - Country: `Germany`, - Phone: `030-0074321`, - Fax: `030-0076545` - }), - new CustomersDataItem( - { - ID: `ANATR`, - Company: `Ana Trujillo Emparedados y helados`, - ContactName: `Ana Trujillo`, - ContactTitle: `Owner`, - Address: `Avda. de la Constitución 2222`, - City: `México D.F.`, - Region: `South`, - PostalCode: 5021, - Country: `Mexico`, - Phone: `(5) 555-4729`, - Fax: `(5) 555-3745` - }), - new CustomersDataItem( - { - ID: `ANTON`, - Company: `Antonio Moreno Taquería`, - ContactName: `Antonio Moreno`, - ContactTitle: `Owner`, - Address: `Mataderos 2312`, - City: `México D.F.`, - Region: `South`, - PostalCode: 5023, - Country: `Mexico`, - Phone: `(5) 555-3932`, - Fax: `(5) 555-3745` - }), - new CustomersDataItem( - { - ID: `AROUT`, - Company: `Around the Horn`, - ContactName: `Thomas Hardy`, - ContactTitle: `Sales Representative`, - Address: `120 Hanover Sq.`, - City: `London`, - Region: `East`, - PostalCode: 22000, - Country: `UK`, - Phone: `(171) 555-7788`, - Fax: `(171) 555-6750` - }), - new CustomersDataItem( - { - ID: `BERGS`, - Company: `Berglunds snabbköp`, - ContactName: `Christina Berglund`, - ContactTitle: `Order Administrator`, - Address: `Berguvsvägen 8`, - City: `Luleå`, - Region: `South`, - PostalCode: 17000, - Country: `Sweden`, - Phone: `0921-12 34 65`, - Fax: `0921-12 34 67` - }), - new CustomersDataItem( - { - ID: `BLAUS`, - Company: `Blauer See Delikatessen`, - ContactName: `Hanna Moos`, - ContactTitle: `Sales Representative`, - Address: `Forsterstr. 57`, - City: `Mannheim`, - Region: `East`, - PostalCode: 68306, - Country: `Germany`, - Phone: `0621-08460`, - Fax: `0621-08924` - }), - new CustomersDataItem( - { - ID: `BLONP`, - Company: `Blondesddsl père et fils`, - ContactName: `Frédérique Citeaux`, - ContactTitle: `Marketing Manager`, - Address: `24, place Kléber`, - City: `Strasbourg`, - Region: `East`, - PostalCode: 67000, - Country: `France`, - Phone: `88.60.15.31`, - Fax: `88.60.15.32` - }), - new CustomersDataItem( - { - ID: `BOLID`, - Company: `Bólido Comidas preparadas`, - ContactName: `Martín Sommer`, - ContactTitle: `Owner`, - Address: `C/ Araquil, 67`, - City: `Madrid`, - Region: `East`, - PostalCode: 28023, - Country: `Spain`, - Phone: `(91) 555 22 82`, - Fax: `(91) 555 91 99` - }), - new CustomersDataItem( - { - ID: `BONAP`, - Company: `Bon app'`, - ContactName: `Laurence Lebihan`, - ContactTitle: `Owner`, - Address: `12, rue des Bouchers`, - City: `Marseille`, - Region: `West`, - PostalCode: 13008, - Country: `France`, - Phone: `91.24.45.40`, - Fax: `91.24.45.41` - }), - new CustomersDataItem( - { - ID: `BOTTM`, - Company: `Bottom-Dollar Markets`, - ContactName: `Elizabeth Lincoln`, - ContactTitle: `Accounting Manager`, - Address: `23 Tsawassen Blvd.`, - City: `Tsawassen`, - Region: `BC`, - PostalCode: 28000, - Country: `Canada`, - Phone: `(604) 555-4729`, - Fax: `(604) 555-3745` - }), - new CustomersDataItem( - { - ID: `BSBEV`, - Company: `B's Beverages`, - ContactName: `Victoria Ashworth`, - ContactTitle: `Sales Representative`, - Address: `Fauntleroy Circus`, - City: `London`, - Region: `South`, - PostalCode: 10000, - Country: `UK`, - Phone: `(171) 555-1212`, - Fax: `(5) 555-3745` - }), - new CustomersDataItem( - { - ID: `CACTU`, - Company: `Cactus Comidas para llevar`, - ContactName: `Patricio Simpson`, - ContactTitle: `Sales Agent`, - Address: `Cerrito 333`, - City: `Buenos Aires`, - Region: `East`, - PostalCode: 1010, - Country: `Argentina`, - Phone: `(1) 135-5555`, - Fax: `(1) 135-4892` - }), - new CustomersDataItem( - { - ID: `CENTC`, - Company: `Centro comercial Moctezuma`, - ContactName: `Francisco Chang`, - ContactTitle: `Marketing Manager`, - Address: `Sierras de Granada 9993`, - City: `México D.F.`, - Region: `South`, - PostalCode: 5022, - Country: `Mexico`, - Phone: `(5) 555-3392`, - Fax: `(5) 555-7293` - }), - new CustomersDataItem( - { - ID: `CHOPS`, - Company: `Chop-suey Chinese`, - ContactName: `Yang Wang`, - ContactTitle: `Owner`, - Address: `Hauptstr. 29`, - City: `Bern`, - Region: `East`, - PostalCode: 3012, - Country: `Switzerland`, - Phone: `0452-076545`, - Fax: `(5) 555-3745` - }), - new CustomersDataItem( - { - ID: `COMMI`, - Company: `Comércio Mineiro`, - ContactName: `Pedro Afonso`, - ContactTitle: `Sales Associate`, - Address: `Av. dos Lusíadas, 23`, - City: `Sao Paulo`, - Region: `SP`, - PostalCode: 34000, - Country: `Brazil`, - Phone: `(11) 555-7647`, - Fax: `(5) 555-3745` - }), - new CustomersDataItem( - { - ID: `CONSH`, - Company: `Consolidated Holdings`, - ContactName: `Elizabeth Brown`, - ContactTitle: `Sales Representative`, - Address: `Berkeley Gardens 12 Brewery`, - City: `London`, - Region: `South`, - PostalCode: 27000, - Country: `UK`, - Phone: `(171) 555-2282`, - Fax: `(171) 555-9199` - }), - new CustomersDataItem( - { - ID: `DRACD`, - Company: `Drachenblut Delikatessen`, - ContactName: `Sven Ottlieb`, - ContactTitle: `Order Administrator`, - Address: `Walserweg 21`, - City: `Aachen`, - Region: `South`, - PostalCode: 52066, - Country: `Germany`, - Phone: `0241-039123`, - Fax: `0241-059428` - }), - new CustomersDataItem( - { - ID: `DUMON`, - Company: `Du monde entier`, - ContactName: `Janine Labrune`, - ContactTitle: `Owner`, - Address: `67, rue des Cinquante Otages`, - City: `Nantes`, - Region: `East`, - PostalCode: 44000, - Country: `France`, - Phone: `40.67.88.88`, - Fax: `40.67.89.89` - }), - new CustomersDataItem( - { - ID: `EASTC`, - Company: `Eastern Connection`, - ContactName: `Ann Devon`, - ContactTitle: `Sales Agent`, - Address: `35 King George`, - City: `London`, - Region: `East`, - PostalCode: 41000, - Country: `UK`, - Phone: `(171) 555-0297`, - Fax: `(171) 555-3373` - }), - new CustomersDataItem( - { - ID: `ERNSH`, - Company: `Ernst Handel`, - ContactName: `Roland Mendel`, - ContactTitle: `Sales Manager`, - Address: `Kirchgasse 6`, - City: `Graz`, - Region: `South`, - PostalCode: 8010, - Country: `Austria`, - Phone: `7675-3425`, - Fax: `7675-3426` - }), - new CustomersDataItem( - { - ID: `FAMIA`, - Company: `Familia Arquibaldo`, - ContactName: `Aria Cruz`, - ContactTitle: `Marketing Assistant`, - Address: `Rua Orós, 92`, - City: `Sao Paulo`, - Region: `SP`, - PostalCode: 27000, - Country: `Brazil`, - Phone: `(11) 555-9857`, - Fax: `(5) 555-3745` - }), - new CustomersDataItem( - { - ID: `FISSA`, - Company: `FISSA Fabrica Inter. Salchichas S.A.`, - ContactName: `Diego Roel`, - ContactTitle: `Accounting Manager`, - Address: `C/ Moralzarzal, 86`, - City: `Madrid`, - Region: `East`, - PostalCode: 28034, - Country: `Spain`, - Phone: `(91) 555 94 44`, - Fax: `(91) 555 55 93` - }), - new CustomersDataItem( - { - ID: `FOLIG`, - Company: `Folies gourmandes`, - ContactName: `Martine Rancé`, - ContactTitle: `Assistant Sales Agent`, - Address: `184, chaussée de Tournai`, - City: `Lille`, - Region: `South`, - PostalCode: 59000, - Country: `France`, - Phone: `20.16.10.16`, - Fax: `20.16.10.17` - }), - new CustomersDataItem( - { - ID: `FOLKO`, - Company: `Folk och fä HB`, - ContactName: `Maria Larsson`, - ContactTitle: `Owner`, - Address: `Åkergatan 24`, - City: `Bräcke`, - Region: `East`, - PostalCode: 36000, - Country: `Sweden`, - Phone: `0695-34 67 21`, - Fax: `0695 33-4455` - }), - new CustomersDataItem( - { - ID: `FRANK`, - Company: `Frankenversand`, - ContactName: `Peter Franken`, - ContactTitle: `Marketing Manager`, - Address: `Berliner Platz 43`, - City: `München`, - Region: `East`, - PostalCode: 80805, - Country: `Germany`, - Phone: `089-0877310`, - Fax: `089-0877451` - }), - new CustomersDataItem( - { - ID: `FRANR`, - Company: `France restauration`, - ContactName: `Carine Schmitt`, - ContactTitle: `Marketing Manager`, - Address: `54, rue Royale`, - City: `Nantes`, - Region: `South`, - PostalCode: 44000, - Country: `France`, - Phone: `40.32.21.21`, - Fax: `40.32.21.20` - }), - new CustomersDataItem( - { - ID: `FRANS`, - Company: `Franchi S.p.A.`, - ContactName: `Paolo Accorti`, - ContactTitle: `Sales Representative`, - Address: `Via Monte Bianco 34`, - City: `Torino`, - Region: `East`, - PostalCode: 10100, - Country: `Italy`, - Phone: `011-4988260`, - Fax: `011-4988261` - }), + new CustomersDataItem({ ID: `ALFKI`, Company: `Alfreds Futterkiste`, ContactName: `Maria Anders`, ContactTitle: `Sales Representative`, Address: `Obere Str. 57`, City: `Berlin`, Region: `East`, PostalCode: 12209, Country: `Germany`, Phone: `030-0074321`, Fax: `030-0076545` }), + new CustomersDataItem({ ID: `ANATR`, Company: `Ana Trujillo Emparedados y helados`, ContactName: `Ana Trujillo`, ContactTitle: `Owner`, Address: `Avda. de la Constitución 2222`, City: `México D.F.`, Region: `South`, PostalCode: 5021, Country: `Mexico`, Phone: `(5) 555-4729`, Fax: `(5) 555-3745` }), + new CustomersDataItem({ ID: `ANTON`, Company: `Antonio Moreno Taquería`, ContactName: `Antonio Moreno`, ContactTitle: `Owner`, Address: `Mataderos 2312`, City: `México D.F.`, Region: `South`, PostalCode: 5023, Country: `Mexico`, Phone: `(5) 555-3932`, Fax: `(5) 555-3745` }), + new CustomersDataItem({ ID: `AROUT`, Company: `Around the Horn`, ContactName: `Thomas Hardy`, ContactTitle: `Sales Representative`, Address: `120 Hanover Sq.`, City: `London`, Region: `East`, PostalCode: 22000, Country: `UK`, Phone: `(171) 555-7788`, Fax: `(171) 555-6750` }), + new CustomersDataItem({ ID: `BERGS`, Company: `Berglunds snabbköp`, ContactName: `Christina Berglund`, ContactTitle: `Order Administrator`, Address: `Berguvsvägen 8`, City: `Luleå`, Region: `South`, PostalCode: 17000, Country: `Sweden`, Phone: `0921-12 34 65`, Fax: `0921-12 34 67` }), + new CustomersDataItem({ ID: `BLAUS`, Company: `Blauer See Delikatessen`, ContactName: `Hanna Moos`, ContactTitle: `Sales Representative`, Address: `Forsterstr. 57`, City: `Mannheim`, Region: `East`, PostalCode: 68306, Country: `Germany`, Phone: `0621-08460`, Fax: `0621-08924` }), + new CustomersDataItem({ ID: `BLONP`, Company: `Blondesddsl père et fils`, ContactName: `Frédérique Citeaux`, ContactTitle: `Marketing Manager`, Address: `24, place Kléber`, City: `Strasbourg`, Region: `East`, PostalCode: 67000, Country: `France`, Phone: `88.60.15.31`, Fax: `88.60.15.32` }), + new CustomersDataItem({ ID: `BOLID`, Company: `Bólido Comidas preparadas`, ContactName: `Martín Sommer`, ContactTitle: `Owner`, Address: `C/ Araquil, 67`, City: `Madrid`, Region: `East`, PostalCode: 28023, Country: `Spain`, Phone: `(91) 555 22 82`, Fax: `(91) 555 91 99` }), + new CustomersDataItem({ ID: `BONAP`, Company: `Bon app'`, ContactName: `Laurence Lebihan`, ContactTitle: `Owner`, Address: `12, rue des Bouchers`, City: `Marseille`, Region: `West`, PostalCode: 13008, Country: `France`, Phone: `91.24.45.40`, Fax: `91.24.45.41` }), + new CustomersDataItem({ ID: `BOTTM`, Company: `Bottom-Dollar Markets`, ContactName: `Elizabeth Lincoln`, ContactTitle: `Accounting Manager`, Address: `23 Tsawassen Blvd.`, City: `Tsawassen`, Region: `BC`, PostalCode: 28000, Country: `Canada`, Phone: `(604) 555-4729`, Fax: `(604) 555-3745` }), + new CustomersDataItem({ ID: `BSBEV`, Company: `B's Beverages`, ContactName: `Victoria Ashworth`, ContactTitle: `Sales Representative`, Address: `Fauntleroy Circus`, City: `London`, Region: `South`, PostalCode: 10000, Country: `UK`, Phone: `(171) 555-1212`, Fax: `(5) 555-3745` }), + new CustomersDataItem({ ID: `CACTU`, Company: `Cactus Comidas para llevar`, ContactName: `Patricio Simpson`, ContactTitle: `Sales Agent`, Address: `Cerrito 333`, City: `Buenos Aires`, Region: `East`, PostalCode: 1010, Country: `Argentina`, Phone: `(1) 135-5555`, Fax: `(1) 135-4892` }), + new CustomersDataItem({ ID: `CENTC`, Company: `Centro comercial Moctezuma`, ContactName: `Francisco Chang`, ContactTitle: `Marketing Manager`, Address: `Sierras de Granada 9993`, City: `México D.F.`, Region: `South`, PostalCode: 5022, Country: `Mexico`, Phone: `(5) 555-3392`, Fax: `(5) 555-7293` }), + new CustomersDataItem({ ID: `CHOPS`, Company: `Chop-suey Chinese`, ContactName: `Yang Wang`, ContactTitle: `Owner`, Address: `Hauptstr. 29`, City: `Bern`, Region: `East`, PostalCode: 3012, Country: `Switzerland`, Phone: `0452-076545`, Fax: `(5) 555-3745` }), + new CustomersDataItem({ ID: `COMMI`, Company: `Comércio Mineiro`, ContactName: `Pedro Afonso`, ContactTitle: `Sales Associate`, Address: `Av. dos Lusíadas, 23`, City: `Sao Paulo`, Region: `SP`, PostalCode: 34000, Country: `Brazil`, Phone: `(11) 555-7647`, Fax: `(5) 555-3745` }), + new CustomersDataItem({ ID: `CONSH`, Company: `Consolidated Holdings`, ContactName: `Elizabeth Brown`, ContactTitle: `Sales Representative`, Address: `Berkeley Gardens 12 Brewery`, City: `London`, Region: `South`, PostalCode: 27000, Country: `UK`, Phone: `(171) 555-2282`, Fax: `(171) 555-9199` }), + new CustomersDataItem({ ID: `DRACD`, Company: `Drachenblut Delikatessen`, ContactName: `Sven Ottlieb`, ContactTitle: `Order Administrator`, Address: `Walserweg 21`, City: `Aachen`, Region: `South`, PostalCode: 52066, Country: `Germany`, Phone: `0241-039123`, Fax: `0241-059428` }), + new CustomersDataItem({ ID: `DUMON`, Company: `Du monde entier`, ContactName: `Janine Labrune`, ContactTitle: `Owner`, Address: `67, rue des Cinquante Otages`, City: `Nantes`, Region: `East`, PostalCode: 44000, Country: `France`, Phone: `40.67.88.88`, Fax: `40.67.89.89` }), + new CustomersDataItem({ ID: `EASTC`, Company: `Eastern Connection`, ContactName: `Ann Devon`, ContactTitle: `Sales Agent`, Address: `35 King George`, City: `London`, Region: `East`, PostalCode: 41000, Country: `UK`, Phone: `(171) 555-0297`, Fax: `(171) 555-3373` }), + new CustomersDataItem({ ID: `ERNSH`, Company: `Ernst Handel`, ContactName: `Roland Mendel`, ContactTitle: `Sales Manager`, Address: `Kirchgasse 6`, City: `Graz`, Region: `South`, PostalCode: 8010, Country: `Austria`, Phone: `7675-3425`, Fax: `7675-3426` }), + new CustomersDataItem({ ID: `FAMIA`, Company: `Familia Arquibaldo`, ContactName: `Aria Cruz`, ContactTitle: `Marketing Assistant`, Address: `Rua Orós, 92`, City: `Sao Paulo`, Region: `SP`, PostalCode: 27000, Country: `Brazil`, Phone: `(11) 555-9857`, Fax: `(5) 555-3745` }), + new CustomersDataItem({ ID: `FISSA`, Company: `FISSA Fabrica Inter. Salchichas S.A.`, ContactName: `Diego Roel`, ContactTitle: `Accounting Manager`, Address: `C/ Moralzarzal, 86`, City: `Madrid`, Region: `East`, PostalCode: 28034, Country: `Spain`, Phone: `(91) 555 94 44`, Fax: `(91) 555 55 93` }), + new CustomersDataItem({ ID: `FOLIG`, Company: `Folies gourmandes`, ContactName: `Martine Rancé`, ContactTitle: `Assistant Sales Agent`, Address: `184, chaussée de Tournai`, City: `Lille`, Region: `South`, PostalCode: 59000, Country: `France`, Phone: `20.16.10.16`, Fax: `20.16.10.17` }), + new CustomersDataItem({ ID: `FOLKO`, Company: `Folk och fä HB`, ContactName: `Maria Larsson`, ContactTitle: `Owner`, Address: `Åkergatan 24`, City: `Bräcke`, Region: `East`, PostalCode: 36000, Country: `Sweden`, Phone: `0695-34 67 21`, Fax: `0695 33-4455` }), + new CustomersDataItem({ ID: `FRANK`, Company: `Frankenversand`, ContactName: `Peter Franken`, ContactTitle: `Marketing Manager`, Address: `Berliner Platz 43`, City: `München`, Region: `East`, PostalCode: 80805, Country: `Germany`, Phone: `089-0877310`, Fax: `089-0877451` }), + new CustomersDataItem({ ID: `FRANR`, Company: `France restauration`, ContactName: `Carine Schmitt`, ContactTitle: `Marketing Manager`, Address: `54, rue Royale`, City: `Nantes`, Region: `South`, PostalCode: 44000, Country: `France`, Phone: `40.32.21.21`, Fax: `40.32.21.20` }), + new CustomersDataItem({ ID: `FRANS`, Company: `Franchi S.p.A.`, ContactName: `Paolo Accorti`, ContactTitle: `Sales Representative`, Address: `Via Monte Bianco 34`, City: `Torino`, Region: `East`, PostalCode: 10100, Country: `Italy`, Phone: `011-4988260`, Fax: `011-4988261` }), ]; super(...newItems.slice(0)); } diff --git a/samples/grids/grid/row-styles/src/FinancialDataAll.ts b/samples/grids/grid/row-styles/src/FinancialDataAll.ts index 746a37ff76..7ebc265d4f 100644 --- a/samples/grids/grid/row-styles/src/FinancialDataAll.ts +++ b/samples/grids/grid/row-styles/src/FinancialDataAll.ts @@ -47,39006 +47,1006 @@ export class FinancialDataAll extends Array { super(...items); } else { const newItems = [ - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Ethanol`, - Spread: 0.01, - Open: 1.512, - Price: 2.76, - Buy: 2.75, - Sell: 2.76, - Change: 0.01, - ChangePercent: 0.2, - Volume: 14, - High: 2.75, - Low: 1.12, - YearlyHigh: 2.75, - YearlyLow: 1.12, - YearlyStart: 1.48, - YearlyChange: 86.7, - Settlement: `Cash`, - Contract: `CFD`, - Region: `Middle East`, - Country: `Saudi Arabia`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-02-11`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 0 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Natural Gas`, - Spread: 0.02, - Open: 2.094, - Price: 2.07, - Buy: 2.09, - Sell: 2.09, - Change: -0.03, - ChangePercent: -1.8, - Volume: 2783, - High: 2.11, - Low: 2.09, - YearlyHigh: 3.2, - YearlyLow: 1.84, - YearlyStart: 2.52, - YearlyChange: -16.51, - Settlement: `Credit`, - Contract: `Options`, - Region: `Middle East`, - Country: `Saudi Arabia`, - Risk: `High`, - Sector: `Public`, - Currency: `PLN`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-02-22`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 1 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Cotton`, - Spread: 0.01, - Open: 61.77, - Price: 62.9, - Buy: 61.77, - Sell: 61.77, - Change: 1.14, - ChangePercent: 1.84, - Volume: 3612, - High: 62.06, - Low: 61.32, - YearlyHigh: 67.59, - YearlyLow: 54.33, - YearlyStart: 60.96, - YearlyChange: 1.31, - Settlement: `Cash`, - Contract: `Options`, - Region: `North America`, - Country: `United States`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-05-23`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 2 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `FD Cattle`, - Spread: 0.01, - Open: 147.175, - Price: 150.57, - Buy: 148.6, - Sell: 148.61, - Change: 1.96, - ChangePercent: 1.32, - Volume: 5, - High: 148.61, - Low: 147.18, - YearlyHigh: 190, - YearlyLow: 138.1, - YearlyStart: 164.05, - YearlyChange: -9.41, - Settlement: `Loan`, - Contract: `Futures`, - Region: `Africa`, - Country: `South Africa`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-09-19`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 3 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Wheat`, - Spread: 0.01, - Open: 465.5, - Price: 465.89, - Buy: 465.5, - Sell: 465.5, - Change: 0.37, - ChangePercent: 0.08, - Volume: 4318, - High: 467, - Low: 463.25, - YearlyHigh: 628.5, - YearlyLow: 449.5, - YearlyStart: 539, - YearlyChange: -13.63, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Europe`, - Country: `Slovenia`, - Risk: `High`, - Sector: `Government`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-04-19`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 4 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Milk`, - Spread: 0.01, - Open: 12.87, - Price: 12.78, - Buy: 12.87, - Sell: 12.87, - Change: -0.08, - ChangePercent: -0.64, - Volume: 7, - High: 12.89, - Low: 12.81, - YearlyHigh: 16.96, - YearlyLow: 12.81, - YearlyStart: 14.88, - YearlyChange: -13.6, - Settlement: `Cash`, - Contract: `CFD`, - Region: `Africa`, - Country: `Nigeria`, - Risk: `High`, - Sector: `Public`, - Currency: `USD`, - Security: `High`, - Issuer: `American Airlines`, - Maturity: `2022-06-23`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 5 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Oil`, - Spread: 0.015, - Open: 45.54, - Price: 45.79, - Buy: 45.78, - Sell: 45.8, - Change: 0, - ChangePercent: 0, - Volume: 107196, - High: 45.94, - Low: 45, - YearlyHigh: 65.28, - YearlyLow: 30.79, - YearlyStart: 48.03, - YearlyChange: -4.67, - Settlement: `Loan`, - Contract: `Futures`, - Region: `Europe`, - Country: `Iceland`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `FedEx`, - Maturity: `2022-05-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 6 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P MID MINI`, - Spread: 0.01, - Open: 1454.3, - Price: 1430.74, - Buy: 1455.78, - Sell: 1455.79, - Change: -25.04, - ChangePercent: -1.72, - Volume: 338, - High: 1455.78, - Low: 1448, - YearlyHigh: 1527.3, - YearlyLow: 1236, - YearlyStart: 1381.65, - YearlyChange: 5.37, - Settlement: `Cash`, - Contract: `Options`, - Region: `Asia Pacific`, - Country: `China`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-07-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 7 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `Lean Hogs`, - Spread: 0.01, - Open: 81.275, - Price: 80.54, - Buy: 81.81, - Sell: 81.82, - Change: -1.27, - ChangePercent: -1.56, - Volume: 1, - High: 81.81, - Low: 81.28, - YearlyHigh: 83.98, - YearlyLow: 70.25, - YearlyStart: 77.11, - YearlyChange: 6.09, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Asia Pacific`, - Country: `India`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-09-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 8 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `US 30YR Future`, - Spread: 0.01, - Open: 164.875, - Price: 163.44, - Buy: 164.15, - Sell: 164.16, - Change: -0.72, - ChangePercent: -0.44, - Volume: 28012, - High: 165.25, - Low: 164.04, - YearlyHigh: 169.38, - YearlyLow: 151.47, - YearlyStart: 160.43, - YearlyChange: 2.33, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Europe`, - Country: `Netherlands`, - Risk: `High`, - Sector: `Government`, - Currency: `USD`, - Security: `Poor`, - Issuer: `American Airlines`, - Maturity: `2022-09-23`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 9 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Lumber`, - Spread: 0.01, - Open: 303.9, - Price: 304.48, - Buy: 304.59, - Sell: 304.6, - Change: -0.12, - ChangePercent: -0.04, - Volume: 2, - High: 304.6, - Low: 303.9, - YearlyHigh: 317.1, - YearlyLow: 236, - YearlyStart: 276.55, - YearlyChange: 10.14, - Settlement: `Loan`, - Contract: `Futures`, - Region: `Africa`, - Country: `Ethiopia`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-07-16`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 10 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Wheat`, - Spread: 0.01, - Open: 465.5, - Price: 470.73, - Buy: 465.5, - Sell: 465.5, - Change: 5.21, - ChangePercent: 1.12, - Volume: 4318, - High: 467, - Low: 463.25, - YearlyHigh: 628.5, - YearlyLow: 449.5, - YearlyStart: 539, - YearlyChange: -13.63, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Africa`, - Country: `Cameroon`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `FedEx`, - Maturity: `2022-04-19`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 11 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `US 30YR Future`, - Spread: 0.01, - Open: 164.875, - Price: 163.44, - Buy: 164.15, - Sell: 164.16, - Change: -0.72, - ChangePercent: -0.44, - Volume: 28012, - High: 165.25, - Low: 164.04, - YearlyHigh: 169.38, - YearlyLow: 151.47, - YearlyStart: 160.43, - YearlyChange: 2.33, - Settlement: `Loan`, - Contract: `Futures`, - Region: `Africa`, - Country: `Egypt`, - Risk: `Low`, - Sector: `Public`, - Currency: `EUR`, - Security: `High`, - Issuer: `American Airlines`, - Maturity: `2022-08-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 12 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Platinum`, - Spread: 0.01, - Open: 1071.6, - Price: 1050.53, - Buy: 1071.09, - Sell: 1071.1, - Change: -20.57, - ChangePercent: -1.92, - Volume: 3039, - High: 1081.2, - Low: 1070.5, - YearlyHigh: 1120.6, - YearlyLow: 812.4, - YearlyStart: 966.5, - YearlyChange: 10.82, - Settlement: `Cash`, - Contract: `Options`, - Region: `Africa`, - Country: `South Africa`, - Risk: `Low`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-02-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 13 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `GBP/USD`, - Spread: 0.02, - Open: 1.4464, - Price: 1.18, - Buy: 1.18, - Sell: 1.2, - Change: -0.01, - ChangePercent: -0.8, - Volume: 29450, - High: 1.45, - Low: 1.19, - YearlyHigh: 1.59, - YearlyLow: 1.19, - YearlyStart: 1.49, - YearlyChange: -19.59, - Settlement: `Cash`, - Contract: `Options`, - Region: `Africa`, - Country: `Nigeria`, - Risk: `Low`, - Sector: `Government`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-04-11`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 14 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Silver`, - Spread: 0.01, - Open: 17.43, - Price: 17.77, - Buy: 17.43, - Sell: 17.43, - Change: 0.35, - ChangePercent: 2, - Volume: 11720, - High: 17.51, - Low: 17.37, - YearlyHigh: 18.06, - YearlyLow: 13.73, - YearlyStart: 15.89, - YearlyChange: 9.59, - Settlement: `Cash`, - Contract: `Options`, - Region: `Europe`, - Country: `Netherlands`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-05-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 15 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Oil`, - Spread: 0.015, - Open: 45.54, - Price: 44.93, - Buy: 45.78, - Sell: 45.8, - Change: -0.86, - ChangePercent: -1.88, - Volume: 107196, - High: 45.94, - Low: 45, - YearlyHigh: 65.28, - YearlyLow: 30.79, - YearlyStart: 48.03, - YearlyChange: -4.67, - Settlement: `Cash`, - Contract: `Options`, - Region: `South America`, - Country: `Bolivia`, - Risk: `Low`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-03-16`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 16 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `BTC/USD`, - Spread: 0.06, - Open: 93.88, - Price: 21370.39, - Buy: 21200.76, - Sell: 21400.78, - Change: 369.62, - ChangePercent: 1.76, - Volume: 5788000, - High: 22400.05, - Low: 20100.75, - YearlyHigh: 62400.7, - YearlyLow: 15100.88, - YearlyStart: 21200.29, - YearlyChange: -20.62, - Settlement: `Credit`, - Contract: `Forwards`, - Region: `Middle East`, - Country: `Iran`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-04-11`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 17 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Silver`, - Spread: 0.01, - Open: 17.43, - Price: 17.62, - Buy: 17.43, - Sell: 17.43, - Change: 0.2, - ChangePercent: 1.16, - Volume: 11720, - High: 17.51, - Low: 17.37, - YearlyHigh: 18.06, - YearlyLow: 13.73, - YearlyStart: 15.89, - YearlyChange: 9.59, - Settlement: `Credit`, - Contract: `Options`, - Region: `Asia Pacific`, - Country: `Taiwan`, - Risk: `Low`, - Sector: `Public`, - Currency: `USD`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-04-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 18 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soy Meat`, - Spread: 0.01, - Open: 342.6, - Price: 348.38, - Buy: 342.6, - Sell: 342.6, - Change: 5.76, - ChangePercent: 1.68, - Volume: 5646, - High: 345.4, - Low: 340.3, - YearlyHigh: 353.4, - YearlyLow: 261.7, - YearlyStart: 307.55, - YearlyChange: 11.4, - Settlement: `Credit`, - Contract: `CFD`, - Region: `Middle East`, - Country: `UAE`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-06-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 19 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `AUD/USD`, - Spread: 0.02, - Open: 0.7344, - Price: 0.74, - Buy: 0.73, - Sell: 0.73, - Change: 0, - ChangePercent: -1.2, - Volume: 36764, - High: 0.74, - Low: 0.73, - YearlyHigh: 0.79, - YearlyLow: 0.68, - YearlyStart: 0.73, - YearlyChange: 1.28, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Middle East`, - Country: `UAE`, - Risk: `Low`, - Sector: `Government`, - Currency: `USD`, - Security: `High`, - Issuer: `American Airlines`, - Maturity: `2022-07-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 20 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Coal`, - Spread: 0.015, - Open: 0.4363, - Price: 0.41, - Buy: 0.44, - Sell: 0.44, - Change: -0.01, - ChangePercent: -1.2, - Volume: 3, - High: 0.44, - Low: 0.44, - YearlyHigh: 0.48, - YearlyLow: 0.4, - YearlyStart: 0.44, - YearlyChange: -5.33, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Europe`, - Country: `Germany`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-03-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 21 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `OJ Future`, - Spread: 0.01, - Open: 140.6, - Price: 142.94, - Buy: 140.18, - Sell: 140.19, - Change: 2.75, - ChangePercent: 1.96, - Volume: 7, - High: 140.19, - Low: 0, - YearlyHigh: 155.95, - YearlyLow: 113, - YearlyStart: 134.47, - YearlyChange: 4.25, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Europe`, - Country: `Slovenia`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-05-23`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 22 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Wheat`, - Spread: 0.01, - Open: 465.5, - Price: 462.54, - Buy: 465.5, - Sell: 465.5, - Change: -2.98, - ChangePercent: -0.64, - Volume: 4318, - High: 467, - Low: 463.25, - YearlyHigh: 628.5, - YearlyLow: 449.5, - YearlyStart: 539, - YearlyChange: -13.63, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Asia Pacific`, - Country: `Thailand`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-08-16`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 23 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Copper`, - Spread: 0.02, - Open: 2.123, - Price: 2.14, - Buy: 2.12, - Sell: 2.12, - Change: 0.03, - ChangePercent: 1.24, - Volume: 28819, - High: 2.16, - Low: 2.11, - YearlyHigh: 2.94, - YearlyLow: 1.96, - YearlyStart: 2.45, - YearlyChange: -13.76, - Settlement: `Credit`, - Contract: `CFD`, - Region: `Middle East`, - Country: `UAE`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `American Airlines`, - Maturity: `2022-01-22`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 24 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soy oil`, - Spread: 0.01, - Open: 33.26, - Price: 33.99, - Buy: 33.77, - Sell: 33.78, - Change: 0.22, - ChangePercent: 0.64, - Volume: 10592, - High: 33.77, - Low: 33.06, - YearlyHigh: 35.43, - YearlyLow: 26.61, - YearlyStart: 31.02, - YearlyChange: 8.87, - Settlement: `Credit`, - Contract: `Options`, - Region: `Africa`, - Country: `Cameroon`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-07-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 25 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Coal`, - Spread: 0.015, - Open: 0.4363, - Price: 0.42, - Buy: 0.44, - Sell: 0.44, - Change: 0, - ChangePercent: 1, - Volume: 3, - High: 0.44, - Low: 0.44, - YearlyHigh: 0.48, - YearlyLow: 0.4, - YearlyStart: 0.44, - YearlyChange: -5.33, - Settlement: `Credit`, - Contract: `Forwards`, - Region: `Africa`, - Country: `Tunisia`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-01-23`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 26 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `Euro$ 3M`, - Spread: 0.01, - Open: 99.18, - Price: 100.8, - Buy: 99.18, - Sell: 99.18, - Change: 1.63, - ChangePercent: 1.64, - Volume: 29509, - High: 99.18, - Low: 99.17, - YearlyHigh: 99.38, - YearlyLow: 98.41, - YearlyStart: 98.89, - YearlyChange: 0.28, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Middle East`, - Country: `Israel`, - Risk: `Low`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-07-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 27 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Milk`, - Spread: 0.01, - Open: 12.87, - Price: 12.84, - Buy: 12.87, - Sell: 12.87, - Change: -0.02, - ChangePercent: -0.12, - Volume: 7, - High: 12.89, - Low: 12.81, - YearlyHigh: 16.96, - YearlyLow: 12.81, - YearlyStart: 14.88, - YearlyChange: -13.6, - Settlement: `Credit`, - Contract: `Futures`, - Region: `Africa`, - Country: `South Africa`, - Risk: `Low`, - Sector: `Public`, - Currency: `EUR`, - Security: `High`, - Issuer: `FedEx`, - Maturity: `2022-08-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 28 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/JPY`, - Spread: 0.02, - Open: 9275.5, - Price: 9162.3, - Buy: 9277.32, - Sell: 9277.34, - Change: -115.03, - ChangePercent: -1.24, - Volume: 47734, - High: 9277.33, - Low: 0.93, - YearlyHigh: 9483, - YearlyLow: 0.93, - YearlyStart: 4741.97, - YearlyChange: 95.64, - Settlement: `Cash`, - Contract: `Swap`, - Region: `North America`, - Country: `Mexico`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-02-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 29 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Uranium`, - Spread: 0.02, - Open: 27.55, - Price: 27.56, - Buy: 27.55, - Sell: 27.55, - Change: -0.02, - ChangePercent: -0.08, - Volume: 12, - High: 27.55, - Low: 27.55, - YearlyHigh: 29.32, - YearlyLow: 21.28, - YearlyStart: 25.3, - YearlyChange: 9.01, - Settlement: `Credit`, - Contract: `Forwards`, - Region: `Asia Pacific`, - Country: `Taiwan`, - Risk: `Low`, - Sector: `Public`, - Currency: `USD`, - Security: `High`, - Issuer: `FedEx`, - Maturity: `2022-09-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 30 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `US 10YR Future`, - Spread: 0.01, - Open: 130.5625, - Price: 131.78, - Buy: 130.56, - Sell: 130.56, - Change: 1.2, - ChangePercent: 0.92, - Volume: 189310, - High: 130.63, - Low: 130.44, - YearlyHigh: 132.64, - YearlyLow: 125.48, - YearlyStart: 129.06, - YearlyChange: 1.18, - Settlement: `Loan`, - Contract: `Futures`, - Region: `Asia Pacific`, - Country: `India`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-01-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 31 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Uranium`, - Spread: 0.02, - Open: 27.55, - Price: 27.6, - Buy: 27.55, - Sell: 27.55, - Change: 0.02, - ChangePercent: 0.08, - Volume: 12, - High: 27.55, - Low: 27.55, - YearlyHigh: 29.32, - YearlyLow: 21.28, - YearlyStart: 25.3, - YearlyChange: 9.01, - Settlement: `Loan`, - Contract: `CFD`, - Region: `Middle East`, - Country: `Syria`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-03-24`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 32 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P MID MINI`, - Spread: 0.01, - Open: 1454.3, - Price: 1472.09, - Buy: 1455.78, - Sell: 1455.79, - Change: 16.31, - ChangePercent: 1.12, - Volume: 338, - High: 1455.78, - Low: 1448, - YearlyHigh: 1527.3, - YearlyLow: 1236, - YearlyStart: 1381.65, - YearlyChange: 5.37, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Asia Pacific`, - Country: `Indonesia`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-07-11`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 33 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/JPY`, - Spread: 0.02, - Open: 9275.5, - Price: 9236.51, - Buy: 9277.32, - Sell: 9277.34, - Change: -40.82, - ChangePercent: -0.44, - Volume: 47734, - High: 9277.33, - Low: 0.93, - YearlyHigh: 9483, - YearlyLow: 0.93, - YearlyStart: 4741.97, - YearlyChange: 95.64, - Settlement: `Credit`, - Contract: `Options`, - Region: `Asia Pacific`, - Country: `Australia`, - Risk: `Low`, - Sector: `Public`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-02-19`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 34 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Diesel`, - Spread: 0.015, - Open: 1.3474, - Price: 1.37, - Buy: 1.35, - Sell: 1.35, - Change: 0.01, - ChangePercent: 1.24, - Volume: 2971, - High: 1.36, - Low: 1.34, - YearlyHigh: 2.11, - YearlyLow: 0.92, - YearlyStart: 1.51, - YearlyChange: -10.4, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Europe`, - Country: `Norway`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `High`, - Issuer: `FedEx`, - Maturity: `2022-07-19`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 35 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `LV Cattle`, - Spread: 0.01, - Open: 120.725, - Price: 121.82, - Buy: 120.72, - Sell: 120.72, - Change: 1.11, - ChangePercent: 0.92, - Volume: 4, - High: 120.72, - Low: 120.72, - YearlyHigh: 147.98, - YearlyLow: 113.9, - YearlyStart: 130.94, - YearlyChange: -7.82, - Settlement: `Loan`, - Contract: `Forwards`, - Region: `North America`, - Country: `United States`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-06-19`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 36 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/CHF`, - Spread: 0.02, - Open: 1.0337, - Price: 1.06, - Buy: 1.03, - Sell: 1.03, - Change: 0.02, - ChangePercent: 1.6, - Volume: 5550, - High: 1.03, - Low: 1.03, - YearlyHigh: 1.11, - YearlyLow: 0.98, - YearlyStart: 1.04, - YearlyChange: -0.12, - Settlement: `Credit`, - Contract: `Options`, - Region: `Asia Pacific`, - Country: `Australia`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-03-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 37 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `US 2Y Future`, - Spread: 0.01, - Open: 109.3984, - Price: 111.18, - Buy: 109.4, - Sell: 109.4, - Change: 1.79, - ChangePercent: 1.64, - Volume: 17742, - High: 109.41, - Low: 109.38, - YearlyHigh: 109.8, - YearlyLow: 108.62, - YearlyStart: 109.21, - YearlyChange: 0.16, - Settlement: `Cash`, - Contract: `CFD`, - Region: `Asia Pacific`, - Country: `Thailand`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-03-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 38 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P Future`, - Spread: 0.01, - Open: 2057.5, - Price: 2021.23, - Buy: 2056.6, - Sell: 2056.61, - Change: -35.37, - ChangePercent: -1.72, - Volume: 142780, - High: 2059.5, - Low: 2049, - YearlyHigh: 2105.5, - YearlyLow: 1794.5, - YearlyStart: 1950, - YearlyChange: 5.47, - Settlement: `Loan`, - Contract: `CFD`, - Region: `Asia Pacific`, - Country: `China`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-02-23`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 39 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `BTC/USD`, - Spread: 0.06, - Open: 93.88, - Price: 21395.59, - Buy: 21200.76, - Sell: 21400.78, - Change: 394.82, - ChangePercent: 1.88, - Volume: 5788000, - High: 22400.05, - Low: 20100.75, - YearlyHigh: 62400.7, - YearlyLow: 15100.88, - YearlyStart: 21200.29, - YearlyChange: -20.62, - Settlement: `Loan`, - Contract: `CFD`, - Region: `South America`, - Country: `Venezuela`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-05-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 40 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/CAD`, - Spread: 0.02, - Open: 0.7744, - Price: 0.96, - Buy: 0.94, - Sell: 0.96, - Change: 0.01, - ChangePercent: 0.92, - Volume: 13669, - High: 0.95, - Low: 0.77, - YearlyHigh: 0.95, - YearlyLow: 0.68, - YearlyStart: 0.76, - YearlyChange: 26.43, - Settlement: `Loan`, - Contract: `Forwards`, - Region: `Africa`, - Country: `Morocco`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-01-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 41 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soybean`, - Spread: 0.01, - Open: 1038, - Price: 1049, - Buy: 1038.61, - Sell: 1038.62, - Change: 10.38, - ChangePercent: 1, - Volume: 20356, - High: 1044, - Low: 1031.75, - YearlyHigh: 1057, - YearlyLow: 859.5, - YearlyStart: 958.25, - YearlyChange: 8.39, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Asia Pacific`, - Country: `Korea`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-04-11`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 42 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Oats`, - Spread: 0.01, - Open: 194.5, - Price: 197.4, - Buy: 194.21, - Sell: 194.22, - Change: 3.18, - ChangePercent: 1.64, - Volume: 64, - High: 195.75, - Low: 194, - YearlyHigh: 241.25, - YearlyLow: 183.75, - YearlyStart: 212.5, - YearlyChange: -8.6, - Settlement: `Credit`, - Contract: `Swap`, - Region: `South America`, - Country: `Guyana`, - Risk: `Low`, - Sector: `Public`, - Currency: `USD`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-03-16`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 43 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Oil`, - Spread: 0.015, - Open: 45.54, - Price: 45.57, - Buy: 45.78, - Sell: 45.8, - Change: -0.22, - ChangePercent: -0.48, - Volume: 107196, - High: 45.94, - Low: 45, - YearlyHigh: 65.28, - YearlyLow: 30.79, - YearlyStart: 48.03, - YearlyChange: -4.67, - Settlement: `Cash`, - Contract: `Options`, - Region: `Middle East`, - Country: `Syria`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `High`, - Issuer: `American Airlines`, - Maturity: `2022-05-23`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 44 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Uranium`, - Spread: 0.02, - Open: 27.55, - Price: 27.51, - Buy: 27.55, - Sell: 27.55, - Change: -0.07, - ChangePercent: -0.24, - Volume: 12, - High: 27.55, - Low: 27.55, - YearlyHigh: 29.32, - YearlyLow: 21.28, - YearlyStart: 25.3, - YearlyChange: 9.01, - Settlement: `Cash`, - Contract: `Options`, - Region: `Europe`, - Country: `Slovakia`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-09-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 45 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/CAD`, - Spread: 0.02, - Open: 0.7744, - Price: 0.94, - Buy: 0.94, - Sell: 0.96, - Change: -0.01, - ChangePercent: -1.84, - Volume: 13669, - High: 0.95, - Low: 0.77, - YearlyHigh: 0.95, - YearlyLow: 0.68, - YearlyStart: 0.76, - YearlyChange: 26.43, - Settlement: `Credit`, - Contract: `Options`, - Region: `Asia Pacific`, - Country: `Australia`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-03-27`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 46 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Ethanol`, - Spread: 0.01, - Open: 1.512, - Price: 2.76, - Buy: 2.75, - Sell: 2.76, - Change: 0.01, - ChangePercent: 0.12, - Volume: 14, - High: 2.75, - Low: 1.12, - YearlyHigh: 2.75, - YearlyLow: 1.12, - YearlyStart: 1.48, - YearlyChange: 86.7, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Africa`, - Country: `Cameroon`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-06-21`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 47 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Uranium`, - Spread: 0.02, - Open: 27.55, - Price: 27.72, - Buy: 27.55, - Sell: 27.55, - Change: 0.14, - ChangePercent: 0.52, - Volume: 12, - High: 27.55, - Low: 27.55, - YearlyHigh: 29.32, - YearlyLow: 21.28, - YearlyStart: 25.3, - YearlyChange: 9.01, - Settlement: `Cash`, - Contract: `CFD`, - Region: `North America`, - Country: `United States`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-03-24`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 48 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Cotton`, - Spread: 0.01, - Open: 61.77, - Price: 60.75, - Buy: 61.77, - Sell: 61.77, - Change: -1.01, - ChangePercent: -1.64, - Volume: 3612, - High: 62.06, - Low: 61.32, - YearlyHigh: 67.59, - YearlyLow: 54.33, - YearlyStart: 60.96, - YearlyChange: 1.31, - Settlement: `Cash`, - Contract: `Options`, - Region: `Africa`, - Country: `Cameroon`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-05-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 49 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Uranium`, - Spread: 0.02, - Open: 27.55, - Price: 27.87, - Buy: 27.55, - Sell: 27.55, - Change: 0.29, - ChangePercent: 1.04, - Volume: 12, - High: 27.55, - Low: 27.55, - YearlyHigh: 29.32, - YearlyLow: 21.28, - YearlyStart: 25.3, - YearlyChange: 9.01, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Middle East`, - Country: `Syria`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `High`, - Issuer: `American Airlines`, - Maturity: `2022-09-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 50 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `DOW Future`, - Spread: 0.01, - Open: 17711, - Price: 17747.58, - Buy: 17712.15, - Sell: 17712.16, - Change: 35.43, - ChangePercent: 0.2, - Volume: 22236, - High: 17727, - Low: 17642, - YearlyHigh: 18083, - YearlyLow: 15299, - YearlyStart: 16691, - YearlyChange: 6.12, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Asia Pacific`, - Country: `Pakistan`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-04-11`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 51 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `BTC/USD`, - Spread: 0.06, - Open: 93.88, - Price: 20589.16, - Buy: 21200.76, - Sell: 21400.78, - Change: -411.61, - ChangePercent: -1.96, - Volume: 5788000, - High: 22400.05, - Low: 20100.75, - YearlyHigh: 62400.7, - YearlyLow: 15100.88, - YearlyStart: 21200.29, - YearlyChange: -20.62, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Europe`, - Country: `Russia`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-02-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 52 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Rice`, - Spread: 0.01, - Open: 11.245, - Price: 10.32, - Buy: 10.41, - Sell: 10.42, - Change: -0.1, - ChangePercent: -0.92, - Volume: 220, - High: 11.38, - Low: 10.42, - YearlyHigh: 14.14, - YearlyLow: 9.7, - YearlyStart: 11.92, - YearlyChange: -12.62, - Settlement: `Cash`, - Contract: `Futures`, - Region: `South America`, - Country: `Ecuador`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-09-19`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 53 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `NAS Future`, - Spread: 0.01, - Open: 4341.25, - Price: 4297.87, - Buy: 4341.25, - Sell: 4341.25, - Change: -43.41, - ChangePercent: -1, - Volume: 18259, - High: 4347, - Low: 4318, - YearlyHigh: 4719.75, - YearlyLow: 3867.75, - YearlyStart: 4293.75, - YearlyChange: 1.11, - Settlement: `Cash`, - Contract: `Options`, - Region: `Middle East`, - Country: `Jordan`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-02-24`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 54 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Corn`, - Spread: 0.01, - Open: 379.5, - Price: 374.79, - Buy: 379.8, - Sell: 379.81, - Change: -5.01, - ChangePercent: -1.32, - Volume: 11266, - High: 381, - Low: 377.75, - YearlyHigh: 471.25, - YearlyLow: 351.25, - YearlyStart: 411.25, - YearlyChange: -7.65, - Settlement: `Loan`, - Contract: `Swap`, - Region: `South America`, - Country: `Chile`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-08-11`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 55 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Coal`, - Spread: 0.015, - Open: 0.4363, - Price: 0.41, - Buy: 0.44, - Sell: 0.44, - Change: -0.01, - ChangePercent: -1.64, - Volume: 3, - High: 0.44, - Low: 0.44, - YearlyHigh: 0.48, - YearlyLow: 0.4, - YearlyStart: 0.44, - YearlyChange: -5.33, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Europe`, - Country: `Hungary`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-07-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 56 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `OJ Future`, - Spread: 0.01, - Open: 140.6, - Price: 140.41, - Buy: 140.18, - Sell: 140.19, - Change: 0.22, - ChangePercent: 0.16, - Volume: 7, - High: 140.19, - Low: 0, - YearlyHigh: 155.95, - YearlyLow: 113, - YearlyStart: 134.47, - YearlyChange: 4.25, - Settlement: `Loan`, - Contract: `Futures`, - Region: `Europe`, - Country: `Spain`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-07-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 57 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `Lean Hogs`, - Spread: 0.01, - Open: 81.275, - Price: 81.68, - Buy: 81.81, - Sell: 81.82, - Change: -0.13, - ChangePercent: -0.16, - Volume: 1, - High: 81.81, - Low: 81.28, - YearlyHigh: 83.98, - YearlyLow: 70.25, - YearlyStart: 77.11, - YearlyChange: 6.09, - Settlement: `Credit`, - Contract: `Options`, - Region: `South America`, - Country: `Guyana`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-05-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 58 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `BTC/USD`, - Spread: 0.06, - Open: 93.88, - Price: 21126.78, - Buy: 21200.76, - Sell: 21400.78, - Change: 126.01, - ChangePercent: 0.6, - Volume: 5788000, - High: 22400.05, - Low: 20100.75, - YearlyHigh: 62400.7, - YearlyLow: 15100.88, - YearlyStart: 21200.29, - YearlyChange: -20.62, - Settlement: `Cash`, - Contract: `Options`, - Region: `Africa`, - Country: `Tunisia`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `High`, - Issuer: `FedEx`, - Maturity: `2022-08-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 59 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Platinum`, - Spread: 0.01, - Open: 1071.6, - Price: 1055.68, - Buy: 1071.09, - Sell: 1071.1, - Change: -15.42, - ChangePercent: -1.44, - Volume: 3039, - High: 1081.2, - Low: 1070.5, - YearlyHigh: 1120.6, - YearlyLow: 812.4, - YearlyStart: 966.5, - YearlyChange: 10.82, - Settlement: `Cash`, - Contract: `Futures`, - Region: `South America`, - Country: `Chile`, - Risk: `High`, - Sector: `Private`, - Currency: `PLN`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-07-11`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 60 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Milk`, - Spread: 0.01, - Open: 12.87, - Price: 13.08, - Buy: 12.87, - Sell: 12.87, - Change: 0.22, - ChangePercent: 1.68, - Volume: 7, - High: 12.89, - Low: 12.81, - YearlyHigh: 16.96, - YearlyLow: 12.81, - YearlyStart: 14.88, - YearlyChange: -13.6, - Settlement: `Credit`, - Contract: `Futures`, - Region: `Europe`, - Country: `Hungary`, - Risk: `High`, - Sector: `Private`, - Currency: `PLN`, - Security: `High`, - Issuer: `American Airlines`, - Maturity: `2022-05-23`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 61 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soy oil`, - Spread: 0.01, - Open: 33.26, - Price: 34.45, - Buy: 33.77, - Sell: 33.78, - Change: 0.68, - ChangePercent: 2, - Volume: 10592, - High: 33.77, - Low: 33.06, - YearlyHigh: 35.43, - YearlyLow: 26.61, - YearlyStart: 31.02, - YearlyChange: 8.87, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Africa`, - Country: `Morocco`, - Risk: `High`, - Sector: `Public`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `American Airlines`, - Maturity: `2022-02-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 62 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Platinum`, - Spread: 0.01, - Open: 1071.6, - Price: 1074.53, - Buy: 1071.09, - Sell: 1071.1, - Change: 3.43, - ChangePercent: 0.32, - Volume: 3039, - High: 1081.2, - Low: 1070.5, - YearlyHigh: 1120.6, - YearlyLow: 812.4, - YearlyStart: 966.5, - YearlyChange: 10.82, - Settlement: `Credit`, - Contract: `CFD`, - Region: `Africa`, - Country: `Libya`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-04-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 63 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Ethanol`, - Spread: 0.01, - Open: 1.512, - Price: 2.81, - Buy: 2.75, - Sell: 2.76, - Change: 0.06, - ChangePercent: 2, - Volume: 14, - High: 2.75, - Low: 1.12, - YearlyHigh: 2.75, - YearlyLow: 1.12, - YearlyStart: 1.48, - YearlyChange: 86.7, - Settlement: `Credit`, - Contract: `Forwards`, - Region: `Asia Pacific`, - Country: `India`, - Risk: `High`, - Sector: `Public`, - Currency: `USD`, - Security: `High`, - Issuer: `FedEx`, - Maturity: `2022-03-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 64 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Cotton`, - Spread: 0.01, - Open: 61.77, - Price: 61.86, - Buy: 61.77, - Sell: 61.77, - Change: 0.1, - ChangePercent: 0.16, - Volume: 3612, - High: 62.06, - Low: 61.32, - YearlyHigh: 67.59, - YearlyLow: 54.33, - YearlyStart: 60.96, - YearlyChange: 1.31, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Africa`, - Country: `Tunisia`, - Risk: `High`, - Sector: `Private`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-01-23`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 65 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Wheat`, - Spread: 0.01, - Open: 465.5, - Price: 472.78, - Buy: 465.5, - Sell: 465.5, - Change: 7.26, - ChangePercent: 1.56, - Volume: 4318, - High: 467, - Low: 463.25, - YearlyHigh: 628.5, - YearlyLow: 449.5, - YearlyStart: 539, - YearlyChange: -13.63, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Africa`, - Country: `Cameroon`, - Risk: `Low`, - Sector: `Government`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-02-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 66 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Natural Gas`, - Spread: 0.02, - Open: 2.094, - Price: 2.06, - Buy: 2.09, - Sell: 2.09, - Change: -0.04, - ChangePercent: -1.92, - Volume: 2783, - High: 2.11, - Low: 2.09, - YearlyHigh: 3.2, - YearlyLow: 1.84, - YearlyStart: 2.52, - YearlyChange: -16.51, - Settlement: `Cash`, - Contract: `Options`, - Region: `South America`, - Country: `Uruguay`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-01-19`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 67 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `FD Cattle`, - Spread: 0.01, - Open: 147.175, - Price: 148.55, - Buy: 148.6, - Sell: 148.61, - Change: -0.06, - ChangePercent: -0.04, - Volume: 5, - High: 148.61, - Low: 147.18, - YearlyHigh: 190, - YearlyLow: 138.1, - YearlyStart: 164.05, - YearlyChange: -9.41, - Settlement: `Cash`, - Contract: `Swap`, - Region: `South America`, - Country: `Argentina`, - Risk: `High`, - Sector: `Government`, - Currency: `USD`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-03-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 68 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/JPY`, - Spread: 0.02, - Open: 9275.5, - Price: 9347.84, - Buy: 9277.32, - Sell: 9277.34, - Change: 70.51, - ChangePercent: 0.76, - Volume: 47734, - High: 9277.33, - Low: 0.93, - YearlyHigh: 9483, - YearlyLow: 0.93, - YearlyStart: 4741.97, - YearlyChange: 95.64, - Settlement: `Credit`, - Contract: `Options`, - Region: `Middle East`, - Country: `Saudi Arabia`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `High`, - Issuer: `American Airlines`, - Maturity: `2022-07-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 69 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soy oil`, - Spread: 0.01, - Open: 33.26, - Price: 33.38, - Buy: 33.77, - Sell: 33.78, - Change: -0.39, - ChangePercent: -1.16, - Volume: 10592, - High: 33.77, - Low: 33.06, - YearlyHigh: 35.43, - YearlyLow: 26.61, - YearlyStart: 31.02, - YearlyChange: 8.87, - Settlement: `Credit`, - Contract: `Options`, - Region: `Europe`, - Country: `Netherlands`, - Risk: `Low`, - Sector: `Government`, - Currency: `USD`, - Security: `High`, - Issuer: `American Airlines`, - Maturity: `2022-09-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 70 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soy Meat`, - Spread: 0.01, - Open: 342.6, - Price: 339.06, - Buy: 342.6, - Sell: 342.6, - Change: -3.56, - ChangePercent: -1.04, - Volume: 5646, - High: 345.4, - Low: 340.3, - YearlyHigh: 353.4, - YearlyLow: 261.7, - YearlyStart: 307.55, - YearlyChange: 11.4, - Settlement: `Loan`, - Contract: `Options`, - Region: `Europe`, - Country: `Hungary`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-04-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 71 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Natural Gas`, - Spread: 0.02, - Open: 2.094, - Price: 2.1, - Buy: 2.09, - Sell: 2.09, - Change: 0, - ChangePercent: -0.28, - Volume: 2783, - High: 2.11, - Low: 2.09, - YearlyHigh: 3.2, - YearlyLow: 1.84, - YearlyStart: 2.52, - YearlyChange: -16.51, - Settlement: `Loan`, - Contract: `Forwards`, - Region: `Europe`, - Country: `Portugal`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-05-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 72 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/JPY`, - Spread: 0.02, - Open: 9275.5, - Price: 9459.17, - Buy: 9277.32, - Sell: 9277.34, - Change: 181.84, - ChangePercent: 1.96, - Volume: 47734, - High: 9277.33, - Low: 0.93, - YearlyHigh: 9483, - YearlyLow: 0.93, - YearlyStart: 4741.97, - YearlyChange: 95.64, - Settlement: `Credit`, - Contract: `Futures`, - Region: `Middle East`, - Country: `Iraq`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-07-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 73 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Oats`, - Spread: 0.01, - Open: 194.5, - Price: 197.25, - Buy: 194.21, - Sell: 194.22, - Change: 3.03, - ChangePercent: 1.56, - Volume: 64, - High: 195.75, - Low: 194, - YearlyHigh: 241.25, - YearlyLow: 183.75, - YearlyStart: 212.5, - YearlyChange: -8.6, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Europe`, - Country: `Sweden`, - Risk: `Low`, - Sector: `Public`, - Currency: `USD`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-04-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 74 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soy Meat`, - Spread: 0.01, - Open: 342.6, - Price: 336.59, - Buy: 342.6, - Sell: 342.6, - Change: -6.03, - ChangePercent: -1.76, - Volume: 5646, - High: 345.4, - Low: 340.3, - YearlyHigh: 353.4, - YearlyLow: 261.7, - YearlyStart: 307.55, - YearlyChange: 11.4, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Africa`, - Country: `Ethiopia`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-09-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 75 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Gold`, - Spread: 0.01, - Open: 1281.1, - Price: 1260.75, - Buy: 1280.73, - Sell: 1280.74, - Change: -19.98, - ChangePercent: -1.56, - Volume: 48387, - High: 1289.5, - Low: 1279.1, - YearlyHigh: 1306, - YearlyLow: 1047.2, - YearlyStart: 1176.6, - YearlyChange: 8.85, - Settlement: `Cash`, - Contract: `Options`, - Region: `Africa`, - Country: `Nigeria`, - Risk: `High`, - Sector: `Private`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-04-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 76 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Sugar`, - Spread: 0.01, - Open: 15.68, - Price: 14.91, - Buy: 14.67, - Sell: 14.68, - Change: 0.24, - ChangePercent: 1.64, - Volume: 4949, - High: 15.7, - Low: 14.67, - YearlyHigh: 16.87, - YearlyLow: 11.37, - YearlyStart: 14.12, - YearlyChange: 3.92, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Europe`, - Country: `Sweden`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-05-21`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 77 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Copper`, - Spread: 0.02, - Open: 2.123, - Price: 2.1, - Buy: 2.12, - Sell: 2.12, - Change: -0.01, - ChangePercent: -0.64, - Volume: 28819, - High: 2.16, - Low: 2.11, - YearlyHigh: 2.94, - YearlyLow: 1.96, - YearlyStart: 2.45, - YearlyChange: -13.76, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Africa`, - Country: `Ethiopia`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-08-19`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 78 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/JPY`, - Spread: 0.02, - Open: 9275.5, - Price: 9329.29, - Buy: 9277.32, - Sell: 9277.34, - Change: 51.96, - ChangePercent: 0.56, - Volume: 47734, - High: 9277.33, - Low: 0.93, - YearlyHigh: 9483, - YearlyLow: 0.93, - YearlyStart: 4741.97, - YearlyChange: 95.64, - Settlement: `Loan`, - Contract: `Futures`, - Region: `Europe`, - Country: `Germany`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-07-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 79 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `OJ Future`, - Spread: 0.01, - Open: 140.6, - Price: 140.97, - Buy: 140.18, - Sell: 140.19, - Change: 0.78, - ChangePercent: 0.56, - Volume: 7, - High: 140.19, - Low: 0, - YearlyHigh: 155.95, - YearlyLow: 113, - YearlyStart: 134.47, - YearlyChange: 4.25, - Settlement: `Loan`, - Contract: `CFD`, - Region: `Africa`, - Country: `Morocco`, - Risk: `Low`, - Sector: `Government`, - Currency: `USD`, - Security: `High`, - Issuer: `FedEx`, - Maturity: `2022-06-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 80 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/JPY`, - Spread: 0.02, - Open: 9275.5, - Price: 9455.46, - Buy: 9277.32, - Sell: 9277.34, - Change: 178.13, - ChangePercent: 1.92, - Volume: 47734, - High: 9277.33, - Low: 0.93, - YearlyHigh: 9483, - YearlyLow: 0.93, - YearlyStart: 4741.97, - YearlyChange: 95.64, - Settlement: `Loan`, - Contract: `Futures`, - Region: `Asia Pacific`, - Country: `China`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-03-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 81 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `FD Cattle`, - Spread: 0.01, - Open: 147.175, - Price: 148.37, - Buy: 148.6, - Sell: 148.61, - Change: -0.24, - ChangePercent: -0.16, - Volume: 5, - High: 148.61, - Low: 147.18, - YearlyHigh: 190, - YearlyLow: 138.1, - YearlyStart: 164.05, - YearlyChange: -9.41, - Settlement: `Loan`, - Contract: `Futures`, - Region: `Europe`, - Country: `France`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-02-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 82 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Diesel`, - Spread: 0.015, - Open: 1.3474, - Price: 1.38, - Buy: 1.35, - Sell: 1.35, - Change: 0.02, - ChangePercent: 1.56, - Volume: 2971, - High: 1.36, - Low: 1.34, - YearlyHigh: 2.11, - YearlyLow: 0.92, - YearlyStart: 1.51, - YearlyChange: -10.4, - Settlement: `Cash`, - Contract: `Options`, - Region: `North America`, - Country: `United States`, - Risk: `High`, - Sector: `Public`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-03-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 83 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Ethanol`, - Spread: 0.01, - Open: 1.512, - Price: 2.71, - Buy: 2.75, - Sell: 2.76, - Change: -0.04, - ChangePercent: -1.68, - Volume: 14, - High: 2.75, - Low: 1.12, - YearlyHigh: 2.75, - YearlyLow: 1.12, - YearlyStart: 1.48, - YearlyChange: 86.7, - Settlement: `Cash`, - Contract: `Options`, - Region: `Africa`, - Country: `South Africa`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-04-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 84 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `DOW Future`, - Spread: 0.01, - Open: 17711, - Price: 17875.1, - Buy: 17712.15, - Sell: 17712.16, - Change: 162.95, - ChangePercent: 0.92, - Volume: 22236, - High: 17727, - Low: 17642, - YearlyHigh: 18083, - YearlyLow: 15299, - YearlyStart: 16691, - YearlyChange: 6.12, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Europe`, - Country: `Ireland`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-02-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 85 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `LV Cattle`, - Spread: 0.01, - Open: 120.725, - Price: 120.9, - Buy: 120.72, - Sell: 120.72, - Change: 0.2, - ChangePercent: 0.16, - Volume: 4, - High: 120.72, - Low: 120.72, - YearlyHigh: 147.98, - YearlyLow: 113.9, - YearlyStart: 130.94, - YearlyChange: -7.82, - Settlement: `Loan`, - Contract: `Futures`, - Region: `Europe`, - Country: `Romania`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `American Airlines`, - Maturity: `2022-06-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 86 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `LV Cattle`, - Spread: 0.01, - Open: 120.725, - Price: 120.66, - Buy: 120.72, - Sell: 120.72, - Change: -0.05, - ChangePercent: -0.04, - Volume: 4, - High: 120.72, - Low: 120.72, - YearlyHigh: 147.98, - YearlyLow: 113.9, - YearlyStart: 130.94, - YearlyChange: -7.82, - Settlement: `Credit`, - Contract: `Futures`, - Region: `Europe`, - Country: `France`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-02-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 87 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `LV Cattle`, - Spread: 0.01, - Open: 120.725, - Price: 119.93, - Buy: 120.72, - Sell: 120.72, - Change: -0.77, - ChangePercent: -0.64, - Volume: 4, - High: 120.72, - Low: 120.72, - YearlyHigh: 147.98, - YearlyLow: 113.9, - YearlyStart: 130.94, - YearlyChange: -7.82, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Middle East`, - Country: `Qatar`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-03-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 88 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P Future`, - Spread: 0.01, - Open: 2057.5, - Price: 2017.12, - Buy: 2056.6, - Sell: 2056.61, - Change: -39.48, - ChangePercent: -1.92, - Volume: 142780, - High: 2059.5, - Low: 2049, - YearlyHigh: 2105.5, - YearlyLow: 1794.5, - YearlyStart: 1950, - YearlyChange: 5.47, - Settlement: `Credit`, - Contract: `Options`, - Region: `Europe`, - Country: `Denmark`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-08-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 89 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `Euro$ 3M`, - Spread: 0.01, - Open: 99.18, - Price: 97.38, - Buy: 99.18, - Sell: 99.18, - Change: -1.79, - ChangePercent: -1.8, - Volume: 29509, - High: 99.18, - Low: 99.17, - YearlyHigh: 99.38, - YearlyLow: 98.41, - YearlyStart: 98.89, - YearlyChange: 0.28, - Settlement: `Loan`, - Contract: `Forwards`, - Region: `Asia Pacific`, - Country: `Hong Kong`, - Risk: `Low`, - Sector: `Government`, - Currency: `USD`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-07-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 90 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `AUD/USD`, - Spread: 0.02, - Open: 0.7344, - Price: 0.73, - Buy: 0.73, - Sell: 0.73, - Change: -0.01, - ChangePercent: -1.48, - Volume: 36764, - High: 0.74, - Low: 0.73, - YearlyHigh: 0.79, - YearlyLow: 0.68, - YearlyStart: 0.73, - YearlyChange: 1.28, - Settlement: `Credit`, - Contract: `Futures`, - Region: `North America`, - Country: `United States`, - Risk: `High`, - Sector: `Government`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-08-24`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 91 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Platinum`, - Spread: 0.01, - Open: 1071.6, - Price: 1057.82, - Buy: 1071.09, - Sell: 1071.1, - Change: -13.28, - ChangePercent: -1.24, - Volume: 3039, - High: 1081.2, - Low: 1070.5, - YearlyHigh: 1120.6, - YearlyLow: 812.4, - YearlyStart: 966.5, - YearlyChange: 10.82, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Middle East`, - Country: `Oman`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-01-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 92 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Silver`, - Spread: 0.01, - Open: 17.43, - Price: 17.27, - Buy: 17.43, - Sell: 17.43, - Change: -0.15, - ChangePercent: -0.84, - Volume: 11720, - High: 17.51, - Low: 17.37, - YearlyHigh: 18.06, - YearlyLow: 13.73, - YearlyStart: 15.89, - YearlyChange: 9.59, - Settlement: `Cash`, - Contract: `CFD`, - Region: `Europe`, - Country: `Bulgaria`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-05-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 93 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `Lean Hogs`, - Spread: 0.01, - Open: 81.275, - Price: 81.29, - Buy: 81.81, - Sell: 81.82, - Change: -0.52, - ChangePercent: -0.64, - Volume: 1, - High: 81.81, - Low: 81.28, - YearlyHigh: 83.98, - YearlyLow: 70.25, - YearlyStart: 77.11, - YearlyChange: 6.09, - Settlement: `Cash`, - Contract: `Options`, - Region: `Africa`, - Country: `South Africa`, - Risk: `Low`, - Sector: `Public`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-01-27`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 94 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Wheat`, - Spread: 0.01, - Open: 465.5, - Price: 469.8, - Buy: 465.5, - Sell: 465.5, - Change: 4.28, - ChangePercent: 0.92, - Volume: 4318, - High: 467, - Low: 463.25, - YearlyHigh: 628.5, - YearlyLow: 449.5, - YearlyStart: 539, - YearlyChange: -13.63, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Africa`, - Country: `South Africa`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-08-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 95 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Wheat`, - Spread: 0.01, - Open: 465.5, - Price: 462.35, - Buy: 465.5, - Sell: 465.5, - Change: -3.17, - ChangePercent: -0.68, - Volume: 4318, - High: 467, - Low: 463.25, - YearlyHigh: 628.5, - YearlyLow: 449.5, - YearlyStart: 539, - YearlyChange: -13.63, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Europe`, - Country: `Finland`, - Risk: `Low`, - Sector: `Government`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-01-16`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 96 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `BTC/USD`, - Spread: 0.06, - Open: 93.88, - Price: 20698.36, - Buy: 21200.76, - Sell: 21400.78, - Change: -302.41, - ChangePercent: -1.44, - Volume: 5788000, - High: 22400.05, - Low: 20100.75, - YearlyHigh: 62400.7, - YearlyLow: 15100.88, - YearlyStart: 21200.29, - YearlyChange: -20.62, - Settlement: `Loan`, - Contract: `Options`, - Region: `North America`, - Country: `United States`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-08-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 97 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Corn`, - Spread: 0.01, - Open: 379.5, - Price: 377.68, - Buy: 379.8, - Sell: 379.81, - Change: -2.12, - ChangePercent: -0.56, - Volume: 11266, - High: 381, - Low: 377.75, - YearlyHigh: 471.25, - YearlyLow: 351.25, - YearlyStart: 411.25, - YearlyChange: -7.65, - Settlement: `Loan`, - Contract: `Options`, - Region: `Europe`, - Country: `Italy`, - Risk: `Low`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-01-24`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 98 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Uranium`, - Spread: 0.02, - Open: 27.55, - Price: 27.91, - Buy: 27.55, - Sell: 27.55, - Change: 0.33, - ChangePercent: 1.2, - Volume: 12, - High: 27.55, - Low: 27.55, - YearlyHigh: 29.32, - YearlyLow: 21.28, - YearlyStart: 25.3, - YearlyChange: 9.01, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Middle East`, - Country: `Lebanon`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-06-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 99 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Wheat`, - Spread: 0.01, - Open: 465.5, - Price: 467.01, - Buy: 465.5, - Sell: 465.5, - Change: 1.49, - ChangePercent: 0.32, - Volume: 4318, - High: 467, - Low: 463.25, - YearlyHigh: 628.5, - YearlyLow: 449.5, - YearlyStart: 539, - YearlyChange: -13.63, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Europe`, - Country: `Ireland`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-06-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 100 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P MID MINI`, - Spread: 0.01, - Open: 1454.3, - Price: 1453.45, - Buy: 1455.78, - Sell: 1455.79, - Change: -2.33, - ChangePercent: -0.16, - Volume: 338, - High: 1455.78, - Low: 1448, - YearlyHigh: 1527.3, - YearlyLow: 1236, - YearlyStart: 1381.65, - YearlyChange: 5.37, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Africa`, - Country: `Morocco`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-06-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 101 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `FD Cattle`, - Spread: 0.01, - Open: 147.175, - Price: 149.85, - Buy: 148.6, - Sell: 148.61, - Change: 1.24, - ChangePercent: 0.84, - Volume: 5, - High: 148.61, - Low: 147.18, - YearlyHigh: 190, - YearlyLow: 138.1, - YearlyStart: 164.05, - YearlyChange: -9.41, - Settlement: `Cash`, - Contract: `Options`, - Region: `Africa`, - Country: `Ethiopia`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-02-10`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 102 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Copper`, - Spread: 0.02, - Open: 2.123, - Price: 2.16, - Buy: 2.12, - Sell: 2.12, - Change: 0.05, - ChangePercent: 2, - Volume: 28819, - High: 2.16, - Low: 2.11, - YearlyHigh: 2.94, - YearlyLow: 1.96, - YearlyStart: 2.45, - YearlyChange: -13.76, - Settlement: `Cash`, - Contract: `Options`, - Region: `Africa`, - Country: `Senegal`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-03-19`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 103 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Uranium`, - Spread: 0.02, - Open: 27.55, - Price: 27.81, - Buy: 27.55, - Sell: 27.55, - Change: 0.23, - ChangePercent: 0.84, - Volume: 12, - High: 27.55, - Low: 27.55, - YearlyHigh: 29.32, - YearlyLow: 21.28, - YearlyStart: 25.3, - YearlyChange: 9.01, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Middle East`, - Country: `Iran`, - Risk: `High`, - Sector: `Government`, - Currency: `USD`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-08-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 104 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `DOW Future`, - Spread: 0.01, - Open: 17711, - Price: 17457.1, - Buy: 17712.15, - Sell: 17712.16, - Change: -255.05, - ChangePercent: -1.44, - Volume: 22236, - High: 17727, - Low: 17642, - YearlyHigh: 18083, - YearlyLow: 15299, - YearlyStart: 16691, - YearlyChange: 6.12, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Asia Pacific`, - Country: `Thailand`, - Risk: `High`, - Sector: `Private`, - Currency: `PLN`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-05-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 105 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Coal`, - Spread: 0.015, - Open: 0.4363, - Price: 0.41, - Buy: 0.44, - Sell: 0.44, - Change: -0.01, - ChangePercent: -0.96, - Volume: 3, - High: 0.44, - Low: 0.44, - YearlyHigh: 0.48, - YearlyLow: 0.4, - YearlyStart: 0.44, - YearlyChange: -5.33, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `Asia Pacific`, - Country: `India`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-02-24`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 106 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Platinum`, - Spread: 0.01, - Open: 1071.6, - Price: 1086.52, - Buy: 1071.09, - Sell: 1071.1, - Change: 15.42, - ChangePercent: 1.44, - Volume: 3039, - High: 1081.2, - Low: 1070.5, - YearlyHigh: 1120.6, - YearlyLow: 812.4, - YearlyStart: 966.5, - YearlyChange: 10.82, - Settlement: `Credit`, - Contract: `Options`, - Region: `North America`, - Country: `Mexico`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-04-23`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 107 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Rice`, - Spread: 0.01, - Open: 11.245, - Price: 10.61, - Buy: 10.41, - Sell: 10.42, - Change: 0.19, - ChangePercent: 1.84, - Volume: 220, - High: 11.38, - Low: 10.42, - YearlyHigh: 14.14, - YearlyLow: 9.7, - YearlyStart: 11.92, - YearlyChange: -12.62, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Asia Pacific`, - Country: `Indonesia`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `FedEx`, - Maturity: `2022-06-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 108 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `BTC/USD`, - Spread: 0.06, - Open: 93.88, - Price: 20765.56, - Buy: 21200.76, - Sell: 21400.78, - Change: -235.21, - ChangePercent: -1.12, - Volume: 5788000, - High: 22400.05, - Low: 20100.75, - YearlyHigh: 62400.7, - YearlyLow: 15100.88, - YearlyStart: 21200.29, - YearlyChange: -20.62, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Middle East`, - Country: `Iran`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-06-16`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 109 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P 600 MINI`, - Spread: 0.01, - Open: 687.9, - Price: 691.18, - Buy: 687.9, - Sell: 687.9, - Change: 3.3, - ChangePercent: 0.48, - Volume: 0, - High: 0, - Low: 0, - YearlyHigh: 620.32, - YearlyLow: 595.9, - YearlyStart: 608.11, - YearlyChange: 13.12, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Asia Pacific`, - Country: `Malaysia`, - Risk: `High`, - Sector: `Government`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-02-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 110 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soy oil`, - Spread: 0.01, - Open: 33.26, - Price: 34.26, - Buy: 33.77, - Sell: 33.78, - Change: 0.49, - ChangePercent: 1.44, - Volume: 10592, - High: 33.77, - Low: 33.06, - YearlyHigh: 35.43, - YearlyLow: 26.61, - YearlyStart: 31.02, - YearlyChange: 8.87, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Europe`, - Country: `Greece`, - Risk: `High`, - Sector: `Government`, - Currency: `PLN`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-06-10`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 111 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `FD Cattle`, - Spread: 0.01, - Open: 147.175, - Price: 148.07, - Buy: 148.6, - Sell: 148.61, - Change: -0.54, - ChangePercent: -0.36, - Volume: 5, - High: 148.61, - Low: 147.18, - YearlyHigh: 190, - YearlyLow: 138.1, - YearlyStart: 164.05, - YearlyChange: -9.41, - Settlement: `Cash`, - Contract: `CFD`, - Region: `Europe`, - Country: `Portugal`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-01-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 112 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Coal`, - Spread: 0.015, - Open: 0.4363, - Price: 0.42, - Buy: 0.44, - Sell: 0.44, - Change: 0, - ChangePercent: 1.8, - Volume: 3, - High: 0.44, - Low: 0.44, - YearlyHigh: 0.48, - YearlyLow: 0.4, - YearlyStart: 0.44, - YearlyChange: -5.33, - Settlement: `Cash`, - Contract: `Options`, - Region: `Middle East`, - Country: `Israel`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `FedEx`, - Maturity: `2022-03-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 113 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Gold`, - Spread: 0.01, - Open: 1281.1, - Price: 1272.54, - Buy: 1280.73, - Sell: 1280.74, - Change: -8.19, - ChangePercent: -0.64, - Volume: 48387, - High: 1289.5, - Low: 1279.1, - YearlyHigh: 1306, - YearlyLow: 1047.2, - YearlyStart: 1176.6, - YearlyChange: 8.85, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Asia Pacific`, - Country: `Indonesia`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-02-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 114 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Corn`, - Spread: 0.01, - Open: 379.5, - Price: 373.42, - Buy: 379.8, - Sell: 379.81, - Change: -6.38, - ChangePercent: -1.68, - Volume: 11266, - High: 381, - Low: 377.75, - YearlyHigh: 471.25, - YearlyLow: 351.25, - YearlyStart: 411.25, - YearlyChange: -7.65, - Settlement: `Cash`, - Contract: `Futures`, - Region: `North America`, - Country: `Canada`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `High`, - Issuer: `FedEx`, - Maturity: `2022-09-11`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 115 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `US 10YR Future`, - Spread: 0.01, - Open: 130.5625, - Price: 131.47, - Buy: 130.56, - Sell: 130.56, - Change: 0.89, - ChangePercent: 0.68, - Volume: 189310, - High: 130.63, - Low: 130.44, - YearlyHigh: 132.64, - YearlyLow: 125.48, - YearlyStart: 129.06, - YearlyChange: 1.18, - Settlement: `Credit`, - Contract: `Futures`, - Region: `Africa`, - Country: `Niger`, - Risk: `Low`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-03-22`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 116 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Coal`, - Spread: 0.015, - Open: 0.4363, - Price: 0.41, - Buy: 0.44, - Sell: 0.44, - Change: -0.01, - ChangePercent: -1.88, - Volume: 3, - High: 0.44, - Low: 0.44, - YearlyHigh: 0.48, - YearlyLow: 0.4, - YearlyStart: 0.44, - YearlyChange: -5.33, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Europe`, - Country: `Iceland`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-04-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 117 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P Future`, - Spread: 0.01, - Open: 2057.5, - Price: 2086.22, - Buy: 2056.6, - Sell: 2056.61, - Change: 29.62, - ChangePercent: 1.44, - Volume: 142780, - High: 2059.5, - Low: 2049, - YearlyHigh: 2105.5, - YearlyLow: 1794.5, - YearlyStart: 1950, - YearlyChange: 5.47, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Europe`, - Country: `Greece`, - Risk: `Low`, - Sector: `Public`, - Currency: `USD`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-03-23`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 118 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soy Meat`, - Spread: 0.01, - Open: 342.6, - Price: 346.32, - Buy: 342.6, - Sell: 342.6, - Change: 3.7, - ChangePercent: 1.08, - Volume: 5646, - High: 345.4, - Low: 340.3, - YearlyHigh: 353.4, - YearlyLow: 261.7, - YearlyStart: 307.55, - YearlyChange: 11.4, - Settlement: `Loan`, - Contract: `Futures`, - Region: `Asia Pacific`, - Country: `Azerbaijan`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-06-27`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 119 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `LV Cattle`, - Spread: 0.01, - Open: 120.725, - Price: 122.78, - Buy: 120.72, - Sell: 120.72, - Change: 2.08, - ChangePercent: 1.72, - Volume: 4, - High: 120.72, - Low: 120.72, - YearlyHigh: 147.98, - YearlyLow: 113.9, - YearlyStart: 130.94, - YearlyChange: -7.82, - Settlement: `Loan`, - Contract: `Futures`, - Region: `Europe`, - Country: `Ireland`, - Risk: `High`, - Sector: `Government`, - Currency: `PLN`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-01-21`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 120 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Copper`, - Spread: 0.02, - Open: 2.123, - Price: 2.1, - Buy: 2.12, - Sell: 2.12, - Change: -0.01, - ChangePercent: -0.56, - Volume: 28819, - High: 2.16, - Low: 2.11, - YearlyHigh: 2.94, - YearlyLow: 1.96, - YearlyStart: 2.45, - YearlyChange: -13.76, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Europe`, - Country: `Norway`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-01-16`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 121 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Uranium`, - Spread: 0.02, - Open: 27.55, - Price: 27.52, - Buy: 27.55, - Sell: 27.55, - Change: -0.06, - ChangePercent: -0.2, - Volume: 12, - High: 27.55, - Low: 27.55, - YearlyHigh: 29.32, - YearlyLow: 21.28, - YearlyStart: 25.3, - YearlyChange: 9.01, - Settlement: `Credit`, - Contract: `Futures`, - Region: `Middle East`, - Country: `Jordan`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-02-22`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 122 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Silver`, - Spread: 0.01, - Open: 17.43, - Price: 17.18, - Buy: 17.43, - Sell: 17.43, - Change: -0.24, - ChangePercent: -1.4, - Volume: 11720, - High: 17.51, - Low: 17.37, - YearlyHigh: 18.06, - YearlyLow: 13.73, - YearlyStart: 15.89, - YearlyChange: 9.59, - Settlement: `Credit`, - Contract: `Options`, - Region: `Europe`, - Country: `Romania`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-07-22`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 123 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soybean`, - Spread: 0.01, - Open: 1038, - Price: 1044.02, - Buy: 1038.61, - Sell: 1038.62, - Change: 5.4, - ChangePercent: 0.52, - Volume: 20356, - High: 1044, - Low: 1031.75, - YearlyHigh: 1057, - YearlyLow: 859.5, - YearlyStart: 958.25, - YearlyChange: 8.39, - Settlement: `Cash`, - Contract: `Options`, - Region: `South America`, - Country: `Brazil`, - Risk: `Low`, - Sector: `Government`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-07-24`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 124 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Coal`, - Spread: 0.015, - Open: 0.4363, - Price: 0.42, - Buy: 0.44, - Sell: 0.44, - Change: 0, - ChangePercent: 1.36, - Volume: 3, - High: 0.44, - Low: 0.44, - YearlyHigh: 0.48, - YearlyLow: 0.4, - YearlyStart: 0.44, - YearlyChange: -5.33, - Settlement: `Cash`, - Contract: `CFD`, - Region: `Africa`, - Country: `Algeria`, - Risk: `Low`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-04-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 125 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Rice`, - Spread: 0.01, - Open: 11.245, - Price: 10.26, - Buy: 10.41, - Sell: 10.42, - Change: -0.16, - ChangePercent: -1.48, - Volume: 220, - High: 11.38, - Low: 10.42, - YearlyHigh: 14.14, - YearlyLow: 9.7, - YearlyStart: 11.92, - YearlyChange: -12.62, - Settlement: `Credit`, - Contract: `CFD`, - Region: `Europe`, - Country: `Poland`, - Risk: `Low`, - Sector: `Public`, - Currency: `EUR`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-08-10`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 126 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Copper`, - Spread: 0.02, - Open: 2.123, - Price: 2.1, - Buy: 2.12, - Sell: 2.12, - Change: -0.01, - ChangePercent: -0.52, - Volume: 28819, - High: 2.16, - Low: 2.11, - YearlyHigh: 2.94, - YearlyLow: 1.96, - YearlyStart: 2.45, - YearlyChange: -13.76, - Settlement: `Credit`, - Contract: `Options`, - Region: `Middle East`, - Country: `Turkey`, - Risk: `Low`, - Sector: `Public`, - Currency: `EUR`, - Security: `High`, - Issuer: `American Airlines`, - Maturity: `2022-07-16`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 127 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `US 30YR Future`, - Spread: 0.01, - Open: 164.875, - Price: 164.03, - Buy: 164.15, - Sell: 164.16, - Change: -0.13, - ChangePercent: -0.08, - Volume: 28012, - High: 165.25, - Low: 164.04, - YearlyHigh: 169.38, - YearlyLow: 151.47, - YearlyStart: 160.43, - YearlyChange: 2.33, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Europe`, - Country: `Italy`, - Risk: `High`, - Sector: `Public`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-07-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 128 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Platinum`, - Spread: 0.01, - Open: 1071.6, - Price: 1075.38, - Buy: 1071.09, - Sell: 1071.1, - Change: 4.28, - ChangePercent: 0.4, - Volume: 3039, - High: 1081.2, - Low: 1070.5, - YearlyHigh: 1120.6, - YearlyLow: 812.4, - YearlyStart: 966.5, - YearlyChange: 10.82, - Settlement: `Credit`, - Contract: `Swap`, - Region: `South America`, - Country: `Paraguay`, - Risk: `Low`, - Sector: `Government`, - Currency: `USD`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-04-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 129 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `BTC/USD`, - Spread: 0.06, - Open: 93.88, - Price: 20807.56, - Buy: 21200.76, - Sell: 21400.78, - Change: -193.21, - ChangePercent: -0.92, - Volume: 5788000, - High: 22400.05, - Low: 20100.75, - YearlyHigh: 62400.7, - YearlyLow: 15100.88, - YearlyStart: 21200.29, - YearlyChange: -20.62, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Asia Pacific`, - Country: `Malaysia`, - Risk: `High`, - Sector: `Private`, - Currency: `PLN`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-08-24`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 130 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soy oil`, - Spread: 0.01, - Open: 33.26, - Price: 33.28, - Buy: 33.77, - Sell: 33.78, - Change: -0.49, - ChangePercent: -1.44, - Volume: 10592, - High: 33.77, - Low: 33.06, - YearlyHigh: 35.43, - YearlyLow: 26.61, - YearlyStart: 31.02, - YearlyChange: 8.87, - Settlement: `Cash`, - Contract: `Options`, - Region: `Middle East`, - Country: `Israel`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-05-21`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 131 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Cotton`, - Spread: 0.01, - Open: 61.77, - Price: 61.02, - Buy: 61.77, - Sell: 61.77, - Change: -0.74, - ChangePercent: -1.2, - Volume: 3612, - High: 62.06, - Low: 61.32, - YearlyHigh: 67.59, - YearlyLow: 54.33, - YearlyStart: 60.96, - YearlyChange: 1.31, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Asia Pacific`, - Country: `Indonesia`, - Risk: `High`, - Sector: `Government`, - Currency: `USD`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-08-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 132 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Silver`, - Spread: 0.01, - Open: 17.43, - Price: 17.09, - Buy: 17.43, - Sell: 17.43, - Change: -0.33, - ChangePercent: -1.88, - Volume: 11720, - High: 17.51, - Low: 17.37, - YearlyHigh: 18.06, - YearlyLow: 13.73, - YearlyStart: 15.89, - YearlyChange: 9.59, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Middle East`, - Country: `Kuwait`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-08-24`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 133 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/CHF`, - Spread: 0.02, - Open: 1.0337, - Price: 1.04, - Buy: 1.03, - Sell: 1.03, - Change: 0, - ChangePercent: -0.48, - Volume: 5550, - High: 1.03, - Low: 1.03, - YearlyHigh: 1.11, - YearlyLow: 0.98, - YearlyStart: 1.04, - YearlyChange: -0.12, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Africa`, - Country: `Morocco`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-03-16`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 134 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Cotton`, - Spread: 0.01, - Open: 61.77, - Price: 62.5, - Buy: 61.77, - Sell: 61.77, - Change: 0.74, - ChangePercent: 1.2, - Volume: 3612, - High: 62.06, - Low: 61.32, - YearlyHigh: 67.59, - YearlyLow: 54.33, - YearlyStart: 60.96, - YearlyChange: 1.31, - Settlement: `Credit`, - Contract: `Futures`, - Region: `Europe`, - Country: `Italy`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `Poor`, - Issuer: `FedEx`, - Maturity: `2022-06-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 135 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Sugar`, - Spread: 0.01, - Open: 15.68, - Price: 14.68, - Buy: 14.67, - Sell: 14.68, - Change: 0.01, - ChangePercent: 0.04, - Volume: 4949, - High: 15.7, - Low: 14.67, - YearlyHigh: 16.87, - YearlyLow: 11.37, - YearlyStart: 14.12, - YearlyChange: 3.92, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Asia Pacific`, - Country: `Singapore`, - Risk: `Low`, - Sector: `Government`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-06-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 136 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Milk`, - Spread: 0.01, - Open: 12.87, - Price: 12.84, - Buy: 12.87, - Sell: 12.87, - Change: -0.02, - ChangePercent: -0.12, - Volume: 7, - High: 12.89, - Low: 12.81, - YearlyHigh: 16.96, - YearlyLow: 12.81, - YearlyStart: 14.88, - YearlyChange: -13.6, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `Europe`, - Country: `Austria`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-04-21`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 137 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Diesel`, - Spread: 0.015, - Open: 1.3474, - Price: 1.37, - Buy: 1.35, - Sell: 1.35, - Change: 0.01, - ChangePercent: 0.96, - Volume: 2971, - High: 1.36, - Low: 1.34, - YearlyHigh: 2.11, - YearlyLow: 0.92, - YearlyStart: 1.51, - YearlyChange: -10.4, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Africa`, - Country: `Ethiopia`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-09-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 138 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `US 10YR Future`, - Spread: 0.01, - Open: 130.5625, - Price: 132.52, - Buy: 130.56, - Sell: 130.56, - Change: 1.94, - ChangePercent: 1.48, - Volume: 189310, - High: 130.63, - Low: 130.44, - YearlyHigh: 132.64, - YearlyLow: 125.48, - YearlyStart: 129.06, - YearlyChange: 1.18, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Europe`, - Country: `Norway`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-03-11`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 139 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Diesel`, - Spread: 0.015, - Open: 1.3474, - Price: 1.35, - Buy: 1.35, - Sell: 1.35, - Change: -0.01, - ChangePercent: -0.24, - Volume: 2971, - High: 1.36, - Low: 1.34, - YearlyHigh: 2.11, - YearlyLow: 0.92, - YearlyStart: 1.51, - YearlyChange: -10.4, - Settlement: `Cash`, - Contract: `Options`, - Region: `Middle East`, - Country: `Syria`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-05-16`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 140 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P Future`, - Spread: 0.01, - Open: 2057.5, - Price: 2052.49, - Buy: 2056.6, - Sell: 2056.61, - Change: -4.11, - ChangePercent: -0.2, - Volume: 142780, - High: 2059.5, - Low: 2049, - YearlyHigh: 2105.5, - YearlyLow: 1794.5, - YearlyStart: 1950, - YearlyChange: 5.47, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Asia Pacific`, - Country: `Azerbaijan`, - Risk: `Low`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-05-11`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 141 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `Lean Hogs`, - Spread: 0.01, - Open: 81.275, - Price: 83.45, - Buy: 81.81, - Sell: 81.82, - Change: 1.64, - ChangePercent: 2, - Volume: 1, - High: 81.81, - Low: 81.28, - YearlyHigh: 83.98, - YearlyLow: 70.25, - YearlyStart: 77.11, - YearlyChange: 6.09, - Settlement: `Cash`, - Contract: `CFD`, - Region: `Europe`, - Country: `Croatia`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `High`, - Issuer: `FedEx`, - Maturity: `2022-07-21`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 142 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `Euro$ 3M`, - Spread: 0.01, - Open: 99.18, - Price: 98.81, - Buy: 99.18, - Sell: 99.18, - Change: -0.36, - ChangePercent: -0.36, - Volume: 29509, - High: 99.18, - Low: 99.17, - YearlyHigh: 99.38, - YearlyLow: 98.41, - YearlyStart: 98.89, - YearlyChange: 0.28, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Middle East`, - Country: `Turkey`, - Risk: `Low`, - Sector: `Public`, - Currency: `EUR`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-03-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 143 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Oil`, - Spread: 0.015, - Open: 45.54, - Price: 46.05, - Buy: 45.78, - Sell: 45.8, - Change: 0.26, - ChangePercent: 0.56, - Volume: 107196, - High: 45.94, - Low: 45, - YearlyHigh: 65.28, - YearlyLow: 30.79, - YearlyStart: 48.03, - YearlyChange: -4.67, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Africa`, - Country: `Tunisia`, - Risk: `Low`, - Sector: `Government`, - Currency: `USD`, - Security: `High`, - Issuer: `FedEx`, - Maturity: `2022-08-24`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 144 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `US 30YR Future`, - Spread: 0.01, - Open: 164.875, - Price: 165.47, - Buy: 164.15, - Sell: 164.16, - Change: 1.31, - ChangePercent: 0.8, - Volume: 28012, - High: 165.25, - Low: 164.04, - YearlyHigh: 169.38, - YearlyLow: 151.47, - YearlyStart: 160.43, - YearlyChange: 2.33, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Europe`, - Country: `Netherlands`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-02-16`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 145 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `US 10YR Future`, - Spread: 0.01, - Open: 130.5625, - Price: 132.67, - Buy: 130.56, - Sell: 130.56, - Change: 2.09, - ChangePercent: 1.6, - Volume: 189310, - High: 130.63, - Low: 130.44, - YearlyHigh: 132.64, - YearlyLow: 125.48, - YearlyStart: 129.06, - YearlyChange: 1.18, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Middle East`, - Country: `Saudi Arabia`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-09-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 146 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Wheat`, - Spread: 0.01, - Open: 465.5, - Price: 465.89, - Buy: 465.5, - Sell: 465.5, - Change: 0.37, - ChangePercent: 0.08, - Volume: 4318, - High: 467, - Low: 463.25, - YearlyHigh: 628.5, - YearlyLow: 449.5, - YearlyStart: 539, - YearlyChange: -13.63, - Settlement: `Credit`, - Contract: `Forwards`, - Region: `Europe`, - Country: `Bulgaria`, - Risk: `Low`, - Sector: `Public`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-03-24`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 147 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Uranium`, - Spread: 0.02, - Open: 27.55, - Price: 27.39, - Buy: 27.55, - Sell: 27.55, - Change: -0.19, - ChangePercent: -0.68, - Volume: 12, - High: 27.55, - Low: 27.55, - YearlyHigh: 29.32, - YearlyLow: 21.28, - YearlyStart: 25.3, - YearlyChange: 9.01, - Settlement: `Loan`, - Contract: `Options`, - Region: `Asia Pacific`, - Country: `Indonesia`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-07-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 148 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P MID MINI`, - Spread: 0.01, - Open: 1454.3, - Price: 1446.46, - Buy: 1455.78, - Sell: 1455.79, - Change: -9.32, - ChangePercent: -0.64, - Volume: 338, - High: 1455.78, - Low: 1448, - YearlyHigh: 1527.3, - YearlyLow: 1236, - YearlyStart: 1381.65, - YearlyChange: 5.37, - Settlement: `Credit`, - Contract: `Options`, - Region: `Asia Pacific`, - Country: `Taiwan`, - Risk: `Low`, - Sector: `Government`, - Currency: `USD`, - Security: `High`, - Issuer: `American Airlines`, - Maturity: `2022-08-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 149 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `FD Cattle`, - Spread: 0.01, - Open: 147.175, - Price: 150.09, - Buy: 148.6, - Sell: 148.61, - Change: 1.48, - ChangePercent: 1, - Volume: 5, - High: 148.61, - Low: 147.18, - YearlyHigh: 190, - YearlyLow: 138.1, - YearlyStart: 164.05, - YearlyChange: -9.41, - Settlement: `Loan`, - Contract: `Forwards`, - Region: `Middle East`, - Country: `Saudi Arabia`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-04-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 150 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `OJ Future`, - Spread: 0.01, - Open: 140.6, - Price: 139.52, - Buy: 140.18, - Sell: 140.19, - Change: -0.67, - ChangePercent: -0.48, - Volume: 7, - High: 140.19, - Low: 0, - YearlyHigh: 155.95, - YearlyLow: 113, - YearlyStart: 134.47, - YearlyChange: 4.25, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Asia Pacific`, - Country: `Thailand`, - Risk: `Low`, - Sector: `Public`, - Currency: `USD`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-02-16`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 151 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P 600 MINI`, - Spread: 0.01, - Open: 687.9, - Price: 700.26, - Buy: 687.9, - Sell: 687.9, - Change: 12.38, - ChangePercent: 1.8, - Volume: 0, - High: 0, - Low: 0, - YearlyHigh: 620.32, - YearlyLow: 595.9, - YearlyStart: 608.11, - YearlyChange: 13.12, - Settlement: `Credit`, - Contract: `Futures`, - Region: `Africa`, - Country: `Niger`, - Risk: `High`, - Sector: `Private`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-08-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 152 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `Lean Hogs`, - Spread: 0.01, - Open: 81.275, - Price: 80.9, - Buy: 81.81, - Sell: 81.82, - Change: -0.91, - ChangePercent: -1.12, - Volume: 1, - High: 81.81, - Low: 81.28, - YearlyHigh: 83.98, - YearlyLow: 70.25, - YearlyStart: 77.11, - YearlyChange: 6.09, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `North America`, - Country: `United States`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-07-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 153 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Coffee`, - Spread: 0.01, - Open: 125.7, - Price: 126.9, - Buy: 125.7, - Sell: 125.7, - Change: 1.21, - ChangePercent: 0.96, - Volume: 1654, - High: 125.8, - Low: 125, - YearlyHigh: 155.75, - YearlyLow: 115.35, - YearlyStart: 135.55, - YearlyChange: -7.27, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Middle East`, - Country: `Iraq`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-05-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 154 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P MID MINI`, - Spread: 0.01, - Open: 1454.3, - Price: 1440.64, - Buy: 1455.78, - Sell: 1455.79, - Change: -15.14, - ChangePercent: -1.04, - Volume: 338, - High: 1455.78, - Low: 1448, - YearlyHigh: 1527.3, - YearlyLow: 1236, - YearlyStart: 1381.65, - YearlyChange: 5.37, - Settlement: `Credit`, - Contract: `Options`, - Region: `South America`, - Country: `Uruguay`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-04-24`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 155 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `BTC/USD`, - Spread: 0.06, - Open: 93.88, - Price: 20765.56, - Buy: 21200.76, - Sell: 21400.78, - Change: -235.21, - ChangePercent: -1.12, - Volume: 5788000, - High: 22400.05, - Low: 20100.75, - YearlyHigh: 62400.7, - YearlyLow: 15100.88, - YearlyStart: 21200.29, - YearlyChange: -20.62, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Europe`, - Country: `Finland`, - Risk: `High`, - Sector: `Private`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `FedEx`, - Maturity: `2022-05-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 156 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `US 2Y Future`, - Spread: 0.01, - Open: 109.3984, - Price: 108.12, - Buy: 109.4, - Sell: 109.4, - Change: -1.27, - ChangePercent: -1.16, - Volume: 17742, - High: 109.41, - Low: 109.38, - YearlyHigh: 109.8, - YearlyLow: 108.62, - YearlyStart: 109.21, - YearlyChange: 0.16, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Asia Pacific`, - Country: `Azerbaijan`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `High`, - Issuer: `American Airlines`, - Maturity: `2022-03-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 157 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Gold`, - Spread: 0.01, - Open: 1281.1, - Price: 1273.56, - Buy: 1280.73, - Sell: 1280.74, - Change: -7.17, - ChangePercent: -0.56, - Volume: 48387, - High: 1289.5, - Low: 1279.1, - YearlyHigh: 1306, - YearlyLow: 1047.2, - YearlyStart: 1176.6, - YearlyChange: 8.85, - Settlement: `Cash`, - Contract: `CFD`, - Region: `Middle East`, - Country: `Lebanon`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-04-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 158 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Rice`, - Spread: 0.01, - Open: 11.245, - Price: 10.28, - Buy: 10.41, - Sell: 10.42, - Change: -0.14, - ChangePercent: -1.32, - Volume: 220, - High: 11.38, - Low: 10.42, - YearlyHigh: 14.14, - YearlyLow: 9.7, - YearlyStart: 11.92, - YearlyChange: -12.62, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Europe`, - Country: `Slovakia`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `High`, - Issuer: `American Airlines`, - Maturity: `2022-04-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 159 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/CHF`, - Spread: 0.02, - Open: 1.0337, - Price: 1.04, - Buy: 1.03, - Sell: 1.03, - Change: 0, - ChangePercent: -0.52, - Volume: 5550, - High: 1.03, - Low: 1.03, - YearlyHigh: 1.11, - YearlyLow: 0.98, - YearlyStart: 1.04, - YearlyChange: -0.12, - Settlement: `Loan`, - Contract: `Options`, - Region: `Asia Pacific`, - Country: `India`, - Risk: `Low`, - Sector: `Public`, - Currency: `PLN`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-03-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 160 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `BTC/USD`, - Spread: 0.06, - Open: 93.88, - Price: 21412.39, - Buy: 21200.76, - Sell: 21400.78, - Change: 411.62, - ChangePercent: 1.96, - Volume: 5788000, - High: 22400.05, - Low: 20100.75, - YearlyHigh: 62400.7, - YearlyLow: 15100.88, - YearlyStart: 21200.29, - YearlyChange: -20.62, - Settlement: `Loan`, - Contract: `Options`, - Region: `Middle East`, - Country: `Israel`, - Risk: `Low`, - Sector: `Public`, - Currency: `USD`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-04-16`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 161 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `GBP/USD`, - Spread: 0.02, - Open: 1.4464, - Price: 1.18, - Buy: 1.18, - Sell: 1.2, - Change: -0.01, - ChangePercent: -0.96, - Volume: 29450, - High: 1.45, - Low: 1.19, - YearlyHigh: 1.59, - YearlyLow: 1.19, - YearlyStart: 1.49, - YearlyChange: -19.59, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Europe`, - Country: `Ireland`, - Risk: `High`, - Sector: `Government`, - Currency: `USD`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-08-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 162 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `US 2Y Future`, - Spread: 0.01, - Open: 109.3984, - Price: 108.69, - Buy: 109.4, - Sell: 109.4, - Change: -0.7, - ChangePercent: -0.64, - Volume: 17742, - High: 109.41, - Low: 109.38, - YearlyHigh: 109.8, - YearlyLow: 108.62, - YearlyStart: 109.21, - YearlyChange: 0.16, - Settlement: `Credit`, - Contract: `Swap`, - Region: `South America`, - Country: `Paraguay`, - Risk: `High`, - Sector: `Public`, - Currency: `USD`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-06-22`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 163 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `Euro$ 3M`, - Spread: 0.01, - Open: 99.18, - Price: 97.23, - Buy: 99.18, - Sell: 99.18, - Change: -1.94, - ChangePercent: -1.96, - Volume: 29509, - High: 99.18, - Low: 99.17, - YearlyHigh: 99.38, - YearlyLow: 98.41, - YearlyStart: 98.89, - YearlyChange: 0.28, - Settlement: `Loan`, - Contract: `Options`, - Region: `Middle East`, - Country: `UAE`, - Risk: `Low`, - Sector: `Public`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-06-21`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 164 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `DOW Future`, - Spread: 0.01, - Open: 17711, - Price: 17697.98, - Buy: 17712.15, - Sell: 17712.16, - Change: -14.17, - ChangePercent: -0.08, - Volume: 22236, - High: 17727, - Low: 17642, - YearlyHigh: 18083, - YearlyLow: 15299, - YearlyStart: 16691, - YearlyChange: 6.12, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Asia Pacific`, - Country: `India`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-02-23`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 165 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/CAD`, - Spread: 0.02, - Open: 0.7744, - Price: 0.94, - Buy: 0.94, - Sell: 0.96, - Change: -0.01, - ChangePercent: -1.72, - Volume: 13669, - High: 0.95, - Low: 0.77, - YearlyHigh: 0.95, - YearlyLow: 0.68, - YearlyStart: 0.76, - YearlyChange: 26.43, - Settlement: `Cash`, - Contract: `Options`, - Region: `Middle East`, - Country: `Saudi Arabia`, - Risk: `Low`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-06-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 166 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Gold`, - Spread: 0.01, - Open: 1281.1, - Price: 1264.34, - Buy: 1280.73, - Sell: 1280.74, - Change: -16.39, - ChangePercent: -1.28, - Volume: 48387, - High: 1289.5, - Low: 1279.1, - YearlyHigh: 1306, - YearlyLow: 1047.2, - YearlyStart: 1176.6, - YearlyChange: 8.85, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Europe`, - Country: `Norway`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-08-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 167 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/JPY`, - Spread: 0.02, - Open: 9275.5, - Price: 9370.11, - Buy: 9277.32, - Sell: 9277.34, - Change: 92.78, - ChangePercent: 1, - Volume: 47734, - High: 9277.33, - Low: 0.93, - YearlyHigh: 9483, - YearlyLow: 0.93, - YearlyStart: 4741.97, - YearlyChange: 95.64, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Middle East`, - Country: `Syria`, - Risk: `High`, - Sector: `Government`, - Currency: `USD`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-01-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 168 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `US 2Y Future`, - Spread: 0.01, - Open: 109.3984, - Price: 108.86, - Buy: 109.4, - Sell: 109.4, - Change: -0.53, - ChangePercent: -0.48, - Volume: 17742, - High: 109.41, - Low: 109.38, - YearlyHigh: 109.8, - YearlyLow: 108.62, - YearlyStart: 109.21, - YearlyChange: 0.16, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `Asia Pacific`, - Country: `Malaysia`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-08-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 169 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `NAS Future`, - Spread: 0.01, - Open: 4341.25, - Price: 4398.58, - Buy: 4341.25, - Sell: 4341.25, - Change: 57.3, - ChangePercent: 1.32, - Volume: 18259, - High: 4347, - Low: 4318, - YearlyHigh: 4719.75, - YearlyLow: 3867.75, - YearlyStart: 4293.75, - YearlyChange: 1.11, - Settlement: `Credit`, - Contract: `Options`, - Region: `Middle East`, - Country: `Iraq`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `High`, - Issuer: `FedEx`, - Maturity: `2022-08-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 170 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/JPY`, - Spread: 0.02, - Open: 9275.5, - Price: 9303.31, - Buy: 9277.32, - Sell: 9277.34, - Change: 25.98, - ChangePercent: 0.28, - Volume: 47734, - High: 9277.33, - Low: 0.93, - YearlyHigh: 9483, - YearlyLow: 0.93, - YearlyStart: 4741.97, - YearlyChange: 95.64, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Middle East`, - Country: `Syria`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-03-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 171 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Natural Gas`, - Spread: 0.02, - Open: 2.094, - Price: 2.07, - Buy: 2.09, - Sell: 2.09, - Change: -0.03, - ChangePercent: -1.6, - Volume: 2783, - High: 2.11, - Low: 2.09, - YearlyHigh: 3.2, - YearlyLow: 1.84, - YearlyStart: 2.52, - YearlyChange: -16.51, - Settlement: `Credit`, - Contract: `Futures`, - Region: `Asia Pacific`, - Country: `Australia`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-03-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 172 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `NAS Future`, - Spread: 0.01, - Open: 4341.25, - Price: 4402.06, - Buy: 4341.25, - Sell: 4341.25, - Change: 60.78, - ChangePercent: 1.4, - Volume: 18259, - High: 4347, - Low: 4318, - YearlyHigh: 4719.75, - YearlyLow: 3867.75, - YearlyStart: 4293.75, - YearlyChange: 1.11, - Settlement: `Cash`, - Contract: `Options`, - Region: `Africa`, - Country: `Senegal`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-05-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 173 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Copper`, - Spread: 0.02, - Open: 2.123, - Price: 2.14, - Buy: 2.12, - Sell: 2.12, - Change: 0.03, - ChangePercent: 1.16, - Volume: 28819, - High: 2.16, - Low: 2.11, - YearlyHigh: 2.94, - YearlyLow: 1.96, - YearlyStart: 2.45, - YearlyChange: -13.76, - Settlement: `Cash`, - Contract: `Swap`, - Region: `North America`, - Country: `United States`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-05-19`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 174 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Milk`, - Spread: 0.01, - Open: 12.87, - Price: 12.92, - Buy: 12.87, - Sell: 12.87, - Change: 0.06, - ChangePercent: 0.48, - Volume: 7, - High: 12.89, - Low: 12.81, - YearlyHigh: 16.96, - YearlyLow: 12.81, - YearlyStart: 14.88, - YearlyChange: -13.6, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Asia Pacific`, - Country: `Pakistan`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-09-21`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 175 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Cotton`, - Spread: 0.01, - Open: 61.77, - Price: 61.19, - Buy: 61.77, - Sell: 61.77, - Change: -0.57, - ChangePercent: -0.92, - Volume: 3612, - High: 62.06, - Low: 61.32, - YearlyHigh: 67.59, - YearlyLow: 54.33, - YearlyStart: 60.96, - YearlyChange: 1.31, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Europe`, - Country: `Czechia`, - Risk: `Low`, - Sector: `Government`, - Currency: `PLN`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-07-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 176 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Lumber`, - Spread: 0.01, - Open: 303.9, - Price: 302.28, - Buy: 304.59, - Sell: 304.6, - Change: -2.32, - ChangePercent: -0.76, - Volume: 2, - High: 304.6, - Low: 303.9, - YearlyHigh: 317.1, - YearlyLow: 236, - YearlyStart: 276.55, - YearlyChange: 10.14, - Settlement: `Credit`, - Contract: `CFD`, - Region: `Africa`, - Country: `Algeria`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-03-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 177 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Diesel`, - Spread: 0.015, - Open: 1.3474, - Price: 1.34, - Buy: 1.35, - Sell: 1.35, - Change: -0.02, - ChangePercent: -1.32, - Volume: 2971, - High: 1.36, - Low: 1.34, - YearlyHigh: 2.11, - YearlyLow: 0.92, - YearlyStart: 1.51, - YearlyChange: -10.4, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Africa`, - Country: `Algeria`, - Risk: `Low`, - Sector: `Public`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-07-22`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 178 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Cocoa`, - Spread: 0.01, - Open: 3076, - Price: 3077.26, - Buy: 3076, - Sell: 3076, - Change: 1.23, - ChangePercent: 0.04, - Volume: 978, - High: 3078, - Low: 3066, - YearlyHigh: 3406, - YearlyLow: 2746, - YearlyStart: 3076, - YearlyChange: 0, - Settlement: `Credit`, - Contract: `Options`, - Region: `Europe`, - Country: `Italy`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-04-22`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 179 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `Euro$ 3M`, - Spread: 0.01, - Open: 99.18, - Price: 97.94, - Buy: 99.18, - Sell: 99.18, - Change: -1.23, - ChangePercent: -1.24, - Volume: 29509, - High: 99.18, - Low: 99.17, - YearlyHigh: 99.38, - YearlyLow: 98.41, - YearlyStart: 98.89, - YearlyChange: 0.28, - Settlement: `Loan`, - Contract: `Swap`, - Region: `South America`, - Country: `Venezuela`, - Risk: `Low`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-03-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 180 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Coffee`, - Spread: 0.01, - Open: 125.7, - Price: 124.63, - Buy: 125.7, - Sell: 125.7, - Change: -1.06, - ChangePercent: -0.84, - Volume: 1654, - High: 125.8, - Low: 125, - YearlyHigh: 155.75, - YearlyLow: 115.35, - YearlyStart: 135.55, - YearlyChange: -7.27, - Settlement: `Credit`, - Contract: `Options`, - Region: `Asia Pacific`, - Country: `India`, - Risk: `Low`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-05-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 181 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Cotton`, - Spread: 0.01, - Open: 61.77, - Price: 60.77, - Buy: 61.77, - Sell: 61.77, - Change: -0.99, - ChangePercent: -1.6, - Volume: 3612, - High: 62.06, - Low: 61.32, - YearlyHigh: 67.59, - YearlyLow: 54.33, - YearlyStart: 60.96, - YearlyChange: 1.31, - Settlement: `Cash`, - Contract: `Options`, - Region: `Asia Pacific`, - Country: `Japan`, - Risk: `Low`, - Sector: `Public`, - Currency: `USD`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-02-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 182 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Diesel`, - Spread: 0.015, - Open: 1.3474, - Price: 1.36, - Buy: 1.35, - Sell: 1.35, - Change: 0, - ChangePercent: -0.08, - Volume: 2971, - High: 1.36, - Low: 1.34, - YearlyHigh: 2.11, - YearlyLow: 0.92, - YearlyStart: 1.51, - YearlyChange: -10.4, - Settlement: `Loan`, - Contract: `Futures`, - Region: `Middle East`, - Country: `Israel`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-02-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 183 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Silver`, - Spread: 0.01, - Open: 17.43, - Price: 17.43, - Buy: 17.43, - Sell: 17.43, - Change: 0.01, - ChangePercent: 0.08, - Volume: 11720, - High: 17.51, - Low: 17.37, - YearlyHigh: 18.06, - YearlyLow: 13.73, - YearlyStart: 15.89, - YearlyChange: 9.59, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Africa`, - Country: `Senegal`, - Risk: `High`, - Sector: `Private`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-04-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 184 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `Lean Hogs`, - Spread: 0.01, - Open: 81.275, - Price: 80.64, - Buy: 81.81, - Sell: 81.82, - Change: -1.17, - ChangePercent: -1.44, - Volume: 1, - High: 81.81, - Low: 81.28, - YearlyHigh: 83.98, - YearlyLow: 70.25, - YearlyStart: 77.11, - YearlyChange: 6.09, - Settlement: `Loan`, - Contract: `Futures`, - Region: `Europe`, - Country: `Romania`, - Risk: `High`, - Sector: `Public`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `FedEx`, - Maturity: `2022-07-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 185 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Oil`, - Spread: 0.015, - Open: 45.54, - Price: 45.59, - Buy: 45.78, - Sell: 45.8, - Change: -0.2, - ChangePercent: -0.44, - Volume: 107196, - High: 45.94, - Low: 45, - YearlyHigh: 65.28, - YearlyLow: 30.79, - YearlyStart: 48.03, - YearlyChange: -4.67, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Africa`, - Country: `Egypt`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-02-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 186 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P MID MINI`, - Spread: 0.01, - Open: 1454.3, - Price: 1443.55, - Buy: 1455.78, - Sell: 1455.79, - Change: -12.23, - ChangePercent: -0.84, - Volume: 338, - High: 1455.78, - Low: 1448, - YearlyHigh: 1527.3, - YearlyLow: 1236, - YearlyStart: 1381.65, - YearlyChange: 5.37, - Settlement: `Loan`, - Contract: `Options`, - Region: `Asia Pacific`, - Country: `Taiwan`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-02-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 187 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Silver`, - Spread: 0.01, - Open: 17.43, - Price: 17.09, - Buy: 17.43, - Sell: 17.43, - Change: -0.33, - ChangePercent: -1.88, - Volume: 11720, - High: 17.51, - Low: 17.37, - YearlyHigh: 18.06, - YearlyLow: 13.73, - YearlyStart: 15.89, - YearlyChange: 9.59, - Settlement: `Credit`, - Contract: `CFD`, - Region: `Africa`, - Country: `Cameroon`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-06-22`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 188 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Lumber`, - Spread: 0.01, - Open: 303.9, - Price: 310.08, - Buy: 304.59, - Sell: 304.6, - Change: 5.48, - ChangePercent: 1.8, - Volume: 2, - High: 304.6, - Low: 303.9, - YearlyHigh: 317.1, - YearlyLow: 236, - YearlyStart: 276.55, - YearlyChange: 10.14, - Settlement: `Cash`, - Contract: `Options`, - Region: `Asia Pacific`, - Country: `India`, - Risk: `High`, - Sector: `Private`, - Currency: `PLN`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-07-22`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 189 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `GBP/USD`, - Spread: 0.02, - Open: 1.4464, - Price: 1.17, - Buy: 1.18, - Sell: 1.2, - Change: -0.02, - ChangePercent: -1.6, - Volume: 29450, - High: 1.45, - Low: 1.19, - YearlyHigh: 1.59, - YearlyLow: 1.19, - YearlyStart: 1.49, - YearlyChange: -19.59, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Europe`, - Country: `Poland`, - Risk: `High`, - Sector: `Government`, - Currency: `USD`, - Security: `High`, - Issuer: `FedEx`, - Maturity: `2022-08-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 190 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soybean`, - Spread: 0.01, - Open: 1038, - Price: 1042.77, - Buy: 1038.61, - Sell: 1038.62, - Change: 4.15, - ChangePercent: 0.4, - Volume: 20356, - High: 1044, - Low: 1031.75, - YearlyHigh: 1057, - YearlyLow: 859.5, - YearlyStart: 958.25, - YearlyChange: 8.39, - Settlement: `Credit`, - Contract: `Forwards`, - Region: `Middle East`, - Country: `Lebanon`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-02-11`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 191 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Coal`, - Spread: 0.015, - Open: 0.4363, - Price: 0.42, - Buy: 0.44, - Sell: 0.44, - Change: 0, - ChangePercent: 1.84, - Volume: 3, - High: 0.44, - Low: 0.44, - YearlyHigh: 0.48, - YearlyLow: 0.4, - YearlyStart: 0.44, - YearlyChange: -5.33, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Middle East`, - Country: `Israel`, - Risk: `High`, - Sector: `Public`, - Currency: `USD`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-06-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 192 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Cocoa`, - Spread: 0.01, - Open: 3076, - Price: 3136.32, - Buy: 3076, - Sell: 3076, - Change: 60.29, - ChangePercent: 1.96, - Volume: 978, - High: 3078, - Low: 3066, - YearlyHigh: 3406, - YearlyLow: 2746, - YearlyStart: 3076, - YearlyChange: 0, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `Middle East`, - Country: `Lebanon`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-02-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 193 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `US 2Y Future`, - Spread: 0.01, - Open: 109.3984, - Price: 108.95, - Buy: 109.4, - Sell: 109.4, - Change: -0.44, - ChangePercent: -0.4, - Volume: 17742, - High: 109.41, - Low: 109.38, - YearlyHigh: 109.8, - YearlyLow: 108.62, - YearlyStart: 109.21, - YearlyChange: 0.16, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Asia Pacific`, - Country: `Singapore`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-01-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 194 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `Lean Hogs`, - Spread: 0.01, - Open: 81.275, - Price: 81.26, - Buy: 81.81, - Sell: 81.82, - Change: -0.55, - ChangePercent: -0.68, - Volume: 1, - High: 81.81, - Low: 81.28, - YearlyHigh: 83.98, - YearlyLow: 70.25, - YearlyStart: 77.11, - YearlyChange: 6.09, - Settlement: `Credit`, - Contract: `Futures`, - Region: `Middle East`, - Country: `Israel`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-03-24`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 195 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/CHF`, - Spread: 0.02, - Open: 1.0337, - Price: 1.03, - Buy: 1.03, - Sell: 1.03, - Change: -0.01, - ChangePercent: -0.92, - Volume: 5550, - High: 1.03, - Low: 1.03, - YearlyHigh: 1.11, - YearlyLow: 0.98, - YearlyStart: 1.04, - YearlyChange: -0.12, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Asia Pacific`, - Country: `Australia`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `Poor`, - Issuer: `American Airlines`, - Maturity: `2022-04-10`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 196 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `FD Cattle`, - Spread: 0.01, - Open: 147.175, - Price: 146.17, - Buy: 148.6, - Sell: 148.61, - Change: -2.44, - ChangePercent: -1.64, - Volume: 5, - High: 148.61, - Low: 147.18, - YearlyHigh: 190, - YearlyLow: 138.1, - YearlyStart: 164.05, - YearlyChange: -9.41, - Settlement: `Credit`, - Contract: `Options`, - Region: `Europe`, - Country: `Austria`, - Risk: `High`, - Sector: `Public`, - Currency: `USD`, - Security: `Poor`, - Issuer: `FedEx`, - Maturity: `2022-06-11`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 197 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Diesel`, - Spread: 0.015, - Open: 1.3474, - Price: 1.33, - Buy: 1.35, - Sell: 1.35, - Change: -0.03, - ChangePercent: -1.92, - Volume: 2971, - High: 1.36, - Low: 1.34, - YearlyHigh: 2.11, - YearlyLow: 0.92, - YearlyStart: 1.51, - YearlyChange: -10.4, - Settlement: `Credit`, - Contract: `Forwards`, - Region: `Africa`, - Country: `Ethiopia`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-03-10`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 198 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `OJ Future`, - Spread: 0.01, - Open: 140.6, - Price: 140.86, - Buy: 140.18, - Sell: 140.19, - Change: 0.67, - ChangePercent: 0.48, - Volume: 7, - High: 140.19, - Low: 0, - YearlyHigh: 155.95, - YearlyLow: 113, - YearlyStart: 134.47, - YearlyChange: 4.25, - Settlement: `Credit`, - Contract: `Futures`, - Region: `Middle East`, - Country: `Bahrain`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `High`, - Issuer: `American Airlines`, - Maturity: `2022-04-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 199 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Coffee`, - Spread: 0.01, - Open: 125.7, - Price: 126.65, - Buy: 125.7, - Sell: 125.7, - Change: 0.96, - ChangePercent: 0.76, - Volume: 1654, - High: 125.8, - Low: 125, - YearlyHigh: 155.75, - YearlyLow: 115.35, - YearlyStart: 135.55, - YearlyChange: -7.27, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Middle East`, - Country: `Turkey`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-03-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 200 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `FD Cattle`, - Spread: 0.01, - Open: 147.175, - Price: 147.77, - Buy: 148.6, - Sell: 148.61, - Change: -0.84, - ChangePercent: -0.56, - Volume: 5, - High: 148.61, - Low: 147.18, - YearlyHigh: 190, - YearlyLow: 138.1, - YearlyStart: 164.05, - YearlyChange: -9.41, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Africa`, - Country: `Ethiopia`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-06-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 201 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Copper`, - Spread: 0.02, - Open: 2.123, - Price: 2.11, - Buy: 2.12, - Sell: 2.12, - Change: 0, - ChangePercent: -0.08, - Volume: 28819, - High: 2.16, - Low: 2.11, - YearlyHigh: 2.94, - YearlyLow: 1.96, - YearlyStart: 2.45, - YearlyChange: -13.76, - Settlement: `Loan`, - Contract: `Futures`, - Region: `Asia Pacific`, - Country: `Taiwan`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `High`, - Issuer: `FedEx`, - Maturity: `2022-02-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 202 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Wheat`, - Spread: 0.01, - Open: 465.5, - Price: 459.38, - Buy: 465.5, - Sell: 465.5, - Change: -6.14, - ChangePercent: -1.32, - Volume: 4318, - High: 467, - Low: 463.25, - YearlyHigh: 628.5, - YearlyLow: 449.5, - YearlyStart: 539, - YearlyChange: -13.63, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Africa`, - Country: `Algeria`, - Risk: `Low`, - Sector: `Government`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-07-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 203 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `Euro$ 3M`, - Spread: 0.01, - Open: 99.18, - Price: 100.16, - Buy: 99.18, - Sell: 99.18, - Change: 0.99, - ChangePercent: 1, - Volume: 29509, - High: 99.18, - Low: 99.17, - YearlyHigh: 99.38, - YearlyLow: 98.41, - YearlyStart: 98.89, - YearlyChange: 0.28, - Settlement: `Loan`, - Contract: `Options`, - Region: `Africa`, - Country: `Egypt`, - Risk: `Low`, - Sector: `Government`, - Currency: `PLN`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-03-23`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 204 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `US 2Y Future`, - Spread: 0.01, - Open: 109.3984, - Price: 108.78, - Buy: 109.4, - Sell: 109.4, - Change: -0.61, - ChangePercent: -0.56, - Volume: 17742, - High: 109.41, - Low: 109.38, - YearlyHigh: 109.8, - YearlyLow: 108.62, - YearlyStart: 109.21, - YearlyChange: 0.16, - Settlement: `Credit`, - Contract: `Forwards`, - Region: `Middle East`, - Country: `Bahrain`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `High`, - Issuer: `FedEx`, - Maturity: `2022-03-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 205 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Ethanol`, - Spread: 0.01, - Open: 1.512, - Price: 2.8, - Buy: 2.75, - Sell: 2.76, - Change: 0.05, - ChangePercent: 1.84, - Volume: 14, - High: 2.75, - Low: 1.12, - YearlyHigh: 2.75, - YearlyLow: 1.12, - YearlyStart: 1.48, - YearlyChange: 86.7, - Settlement: `Credit`, - Contract: `Futures`, - Region: `Africa`, - Country: `South Africa`, - Risk: `Low`, - Sector: `Public`, - Currency: `EUR`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-05-22`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 206 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Sugar`, - Spread: 0.01, - Open: 15.68, - Price: 14.54, - Buy: 14.67, - Sell: 14.68, - Change: -0.13, - ChangePercent: -0.92, - Volume: 4949, - High: 15.7, - Low: 14.67, - YearlyHigh: 16.87, - YearlyLow: 11.37, - YearlyStart: 14.12, - YearlyChange: 3.92, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Europe`, - Country: `Slovenia`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-06-21`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 207 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Wheat`, - Spread: 0.01, - Open: 465.5, - Price: 472.04, - Buy: 465.5, - Sell: 465.5, - Change: 6.52, - ChangePercent: 1.4, - Volume: 4318, - High: 467, - Low: 463.25, - YearlyHigh: 628.5, - YearlyLow: 449.5, - YearlyStart: 539, - YearlyChange: -13.63, - Settlement: `Loan`, - Contract: `Options`, - Region: `Africa`, - Country: `Ethiopia`, - Risk: `High`, - Sector: `Public`, - Currency: `USD`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-05-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 208 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P 600 MINI`, - Spread: 0.01, - Open: 687.9, - Price: 698.89, - Buy: 687.9, - Sell: 687.9, - Change: 11.01, - ChangePercent: 1.6, - Volume: 0, - High: 0, - Low: 0, - YearlyHigh: 620.32, - YearlyLow: 595.9, - YearlyStart: 608.11, - YearlyChange: 13.12, - Settlement: `Loan`, - Contract: `Swap`, - Region: `North America`, - Country: `Mexico`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-02-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 209 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/JPY`, - Spread: 0.02, - Open: 9275.5, - Price: 9299.6, - Buy: 9277.32, - Sell: 9277.34, - Change: 22.27, - ChangePercent: 0.24, - Volume: 47734, - High: 9277.33, - Low: 0.93, - YearlyHigh: 9483, - YearlyLow: 0.93, - YearlyStart: 4741.97, - YearlyChange: 95.64, - Settlement: `Cash`, - Contract: `Options`, - Region: `Europe`, - Country: `Netherlands`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-05-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 210 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `US 2Y Future`, - Spread: 0.01, - Open: 109.3984, - Price: 110.48, - Buy: 109.4, - Sell: 109.4, - Change: 1.09, - ChangePercent: 1, - Volume: 17742, - High: 109.41, - Low: 109.38, - YearlyHigh: 109.8, - YearlyLow: 108.62, - YearlyStart: 109.21, - YearlyChange: 0.16, - Settlement: `Loan`, - Contract: `Futures`, - Region: `Europe`, - Country: `Greece`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-03-11`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 211 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/CHF`, - Spread: 0.02, - Open: 1.0337, - Price: 1.04, - Buy: 1.03, - Sell: 1.03, - Change: 0, - ChangePercent: 0.12, - Volume: 5550, - High: 1.03, - Low: 1.03, - YearlyHigh: 1.11, - YearlyLow: 0.98, - YearlyStart: 1.04, - YearlyChange: -0.12, - Settlement: `Credit`, - Contract: `Futures`, - Region: `Asia Pacific`, - Country: `Taiwan`, - Risk: `High`, - Sector: `Government`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-04-21`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 212 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soybean`, - Spread: 0.01, - Open: 1038, - Price: 1039.86, - Buy: 1038.61, - Sell: 1038.62, - Change: 1.24, - ChangePercent: 0.12, - Volume: 20356, - High: 1044, - Low: 1031.75, - YearlyHigh: 1057, - YearlyLow: 859.5, - YearlyStart: 958.25, - YearlyChange: 8.39, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Asia Pacific`, - Country: `Korea`, - Risk: `Low`, - Sector: `Government`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-02-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 213 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Gold`, - Spread: 0.01, - Open: 1281.1, - Price: 1304.3, - Buy: 1280.73, - Sell: 1280.74, - Change: 23.57, - ChangePercent: 1.84, - Volume: 48387, - High: 1289.5, - Low: 1279.1, - YearlyHigh: 1306, - YearlyLow: 1047.2, - YearlyStart: 1176.6, - YearlyChange: 8.85, - Settlement: `Loan`, - Contract: `Futures`, - Region: `Europe`, - Country: `Czechia`, - Risk: `High`, - Sector: `Government`, - Currency: `PLN`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-09-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 214 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/CHF`, - Spread: 0.02, - Open: 1.0337, - Price: 1.05, - Buy: 1.03, - Sell: 1.03, - Change: 0.01, - ChangePercent: 0.4, - Volume: 5550, - High: 1.03, - Low: 1.03, - YearlyHigh: 1.11, - YearlyLow: 0.98, - YearlyStart: 1.04, - YearlyChange: -0.12, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Europe`, - Country: `Austria`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-09-16`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 215 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `DOW Future`, - Spread: 0.01, - Open: 17711, - Price: 17464.18, - Buy: 17712.15, - Sell: 17712.16, - Change: -247.97, - ChangePercent: -1.4, - Volume: 22236, - High: 17727, - Low: 17642, - YearlyHigh: 18083, - YearlyLow: 15299, - YearlyStart: 16691, - YearlyChange: 6.12, - Settlement: `Cash`, - Contract: `Options`, - Region: `Middle East`, - Country: `Iraq`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-06-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 216 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Coffee`, - Spread: 0.01, - Open: 125.7, - Price: 125.59, - Buy: 125.7, - Sell: 125.7, - Change: -0.1, - ChangePercent: -0.08, - Volume: 1654, - High: 125.8, - Low: 125, - YearlyHigh: 155.75, - YearlyLow: 115.35, - YearlyStart: 135.55, - YearlyChange: -7.27, - Settlement: `Cash`, - Contract: `Swap`, - Region: `South America`, - Country: `Colombia`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-08-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 217 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/CAD`, - Spread: 0.02, - Open: 0.7744, - Price: 0.95, - Buy: 0.94, - Sell: 0.96, - Change: 0, - ChangePercent: -0.16, - Volume: 13669, - High: 0.95, - Low: 0.77, - YearlyHigh: 0.95, - YearlyLow: 0.68, - YearlyStart: 0.76, - YearlyChange: 26.43, - Settlement: `Loan`, - Contract: `Options`, - Region: `Africa`, - Country: `Ethiopia`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `Poor`, - Issuer: `American Airlines`, - Maturity: `2022-06-24`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 218 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Corn`, - Spread: 0.01, - Open: 379.5, - Price: 375.24, - Buy: 379.8, - Sell: 379.81, - Change: -4.56, - ChangePercent: -1.2, - Volume: 11266, - High: 381, - Low: 377.75, - YearlyHigh: 471.25, - YearlyLow: 351.25, - YearlyStart: 411.25, - YearlyChange: -7.65, - Settlement: `Credit`, - Contract: `Futures`, - Region: `Europe`, - Country: `Slovenia`, - Risk: `High`, - Sector: `Public`, - Currency: `USD`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-04-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 219 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Diesel`, - Spread: 0.015, - Open: 1.3474, - Price: 1.36, - Buy: 1.35, - Sell: 1.35, - Change: 0, - ChangePercent: 0.44, - Volume: 2971, - High: 1.36, - Low: 1.34, - YearlyHigh: 2.11, - YearlyLow: 0.92, - YearlyStart: 1.51, - YearlyChange: -10.4, - Settlement: `Loan`, - Contract: `Options`, - Region: `Asia Pacific`, - Country: `Taiwan`, - Risk: `High`, - Sector: `Government`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-03-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 220 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/CHF`, - Spread: 0.02, - Open: 1.0337, - Price: 1.05, - Buy: 1.03, - Sell: 1.03, - Change: 0.01, - ChangePercent: 0.68, - Volume: 5550, - High: 1.03, - Low: 1.03, - YearlyHigh: 1.11, - YearlyLow: 0.98, - YearlyStart: 1.04, - YearlyChange: -0.12, - Settlement: `Loan`, - Contract: `Forwards`, - Region: `Europe`, - Country: `Greece`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-09-19`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 221 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Coal`, - Spread: 0.015, - Open: 0.4363, - Price: 0.42, - Buy: 0.44, - Sell: 0.44, - Change: 0, - ChangePercent: 0.88, - Volume: 3, - High: 0.44, - Low: 0.44, - YearlyHigh: 0.48, - YearlyLow: 0.4, - YearlyStart: 0.44, - YearlyChange: -5.33, - Settlement: `Loan`, - Contract: `Swap`, - Region: `North America`, - Country: `United States`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-04-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 222 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P Future`, - Spread: 0.01, - Open: 2057.5, - Price: 2043.44, - Buy: 2056.6, - Sell: 2056.61, - Change: -13.16, - ChangePercent: -0.64, - Volume: 142780, - High: 2059.5, - Low: 2049, - YearlyHigh: 2105.5, - YearlyLow: 1794.5, - YearlyStart: 1950, - YearlyChange: 5.47, - Settlement: `Cash`, - Contract: `Options`, - Region: `Europe`, - Country: `Austria`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-06-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 223 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Diesel`, - Spread: 0.015, - Open: 1.3474, - Price: 1.34, - Buy: 1.35, - Sell: 1.35, - Change: -0.02, - ChangePercent: -1.6, - Volume: 2971, - High: 1.36, - Low: 1.34, - YearlyHigh: 2.11, - YearlyLow: 0.92, - YearlyStart: 1.51, - YearlyChange: -10.4, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Europe`, - Country: `Germany`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-04-10`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 224 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P 600 MINI`, - Spread: 0.01, - Open: 687.9, - Price: 692.56, - Buy: 687.9, - Sell: 687.9, - Change: 4.68, - ChangePercent: 0.68, - Volume: 0, - High: 0, - Low: 0, - YearlyHigh: 620.32, - YearlyLow: 595.9, - YearlyStart: 608.11, - YearlyChange: 13.12, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Middle East`, - Country: `Israel`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `FedEx`, - Maturity: `2022-05-11`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 225 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Ethanol`, - Spread: 0.01, - Open: 1.512, - Price: 2.71, - Buy: 2.75, - Sell: 2.76, - Change: -0.04, - ChangePercent: -1.56, - Volume: 14, - High: 2.75, - Low: 1.12, - YearlyHigh: 2.75, - YearlyLow: 1.12, - YearlyStart: 1.48, - YearlyChange: 86.7, - Settlement: `Cash`, - Contract: `Futures`, - Region: `South America`, - Country: `Paraguay`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-08-22`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 226 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `OJ Future`, - Spread: 0.01, - Open: 140.6, - Price: 138.84, - Buy: 140.18, - Sell: 140.19, - Change: -1.35, - ChangePercent: -0.96, - Volume: 7, - High: 140.19, - Low: 0, - YearlyHigh: 155.95, - YearlyLow: 113, - YearlyStart: 134.47, - YearlyChange: 4.25, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `Asia Pacific`, - Country: `China`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-03-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 227 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Gold`, - Spread: 0.01, - Open: 1281.1, - Price: 1302.76, - Buy: 1280.73, - Sell: 1280.74, - Change: 22.03, - ChangePercent: 1.72, - Volume: 48387, - High: 1289.5, - Low: 1279.1, - YearlyHigh: 1306, - YearlyLow: 1047.2, - YearlyStart: 1176.6, - YearlyChange: 8.85, - Settlement: `Cash`, - Contract: `Options`, - Region: `Europe`, - Country: `Slovenia`, - Risk: `Low`, - Sector: `Public`, - Currency: `USD`, - Security: `High`, - Issuer: `FedEx`, - Maturity: `2022-04-24`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 228 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Cotton`, - Spread: 0.01, - Open: 61.77, - Price: 60.62, - Buy: 61.77, - Sell: 61.77, - Change: -1.14, - ChangePercent: -1.84, - Volume: 3612, - High: 62.06, - Low: 61.32, - YearlyHigh: 67.59, - YearlyLow: 54.33, - YearlyStart: 60.96, - YearlyChange: 1.31, - Settlement: `Loan`, - Contract: `Options`, - Region: `Europe`, - Country: `Sweden`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `FedEx`, - Maturity: `2022-05-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 229 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `OJ Future`, - Spread: 0.01, - Open: 140.6, - Price: 139.07, - Buy: 140.18, - Sell: 140.19, - Change: -1.12, - ChangePercent: -0.8, - Volume: 7, - High: 140.19, - Low: 0, - YearlyHigh: 155.95, - YearlyLow: 113, - YearlyStart: 134.47, - YearlyChange: 4.25, - Settlement: `Cash`, - Contract: `CFD`, - Region: `Africa`, - Country: `Senegal`, - Risk: `High`, - Sector: `Public`, - Currency: `USD`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-02-22`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 230 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `US 10YR Future`, - Spread: 0.01, - Open: 130.5625, - Price: 128.6, - Buy: 130.56, - Sell: 130.56, - Change: -1.98, - ChangePercent: -1.52, - Volume: 189310, - High: 130.63, - Low: 130.44, - YearlyHigh: 132.64, - YearlyLow: 125.48, - YearlyStart: 129.06, - YearlyChange: 1.18, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Europe`, - Country: `Austria`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-06-19`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 231 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soybean`, - Spread: 0.01, - Open: 1038, - Price: 1049.83, - Buy: 1038.61, - Sell: 1038.62, - Change: 11.21, - ChangePercent: 1.08, - Volume: 20356, - High: 1044, - Low: 1031.75, - YearlyHigh: 1057, - YearlyLow: 859.5, - YearlyStart: 958.25, - YearlyChange: 8.39, - Settlement: `Cash`, - Contract: `Options`, - Region: `Asia Pacific`, - Country: `Singapore`, - Risk: `High`, - Sector: `Government`, - Currency: `USD`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-06-23`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 232 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Cocoa`, - Spread: 0.01, - Open: 3076, - Price: 3055.11, - Buy: 3076, - Sell: 3076, - Change: -20.92, - ChangePercent: -0.68, - Volume: 978, - High: 3078, - Low: 3066, - YearlyHigh: 3406, - YearlyLow: 2746, - YearlyStart: 3076, - YearlyChange: 0, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Middle East`, - Country: `Qatar`, - Risk: `High`, - Sector: `Private`, - Currency: `PLN`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-05-22`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 233 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Uranium`, - Spread: 0.02, - Open: 27.55, - Price: 27.36, - Buy: 27.55, - Sell: 27.55, - Change: -0.22, - ChangePercent: -0.8, - Volume: 12, - High: 27.55, - Low: 27.55, - YearlyHigh: 29.32, - YearlyLow: 21.28, - YearlyStart: 25.3, - YearlyChange: 9.01, - Settlement: `Cash`, - Contract: `CFD`, - Region: `South America`, - Country: `Chile`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `American Airlines`, - Maturity: `2022-04-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 234 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soy Meat`, - Spread: 0.01, - Open: 342.6, - Price: 339.19, - Buy: 342.6, - Sell: 342.6, - Change: -3.43, - ChangePercent: -1, - Volume: 5646, - High: 345.4, - Low: 340.3, - YearlyHigh: 353.4, - YearlyLow: 261.7, - YearlyStart: 307.55, - YearlyChange: 11.4, - Settlement: `Loan`, - Contract: `Options`, - Region: `South America`, - Country: `Guyana`, - Risk: `High`, - Sector: `Public`, - Currency: `USD`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-03-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 235 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Silver`, - Spread: 0.01, - Open: 17.43, - Price: 17.73, - Buy: 17.43, - Sell: 17.43, - Change: 0.31, - ChangePercent: 1.76, - Volume: 11720, - High: 17.51, - Low: 17.37, - YearlyHigh: 18.06, - YearlyLow: 13.73, - YearlyStart: 15.89, - YearlyChange: 9.59, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `Middle East`, - Country: `Syria`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-01-22`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 236 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Silver`, - Spread: 0.01, - Open: 17.43, - Price: 17.27, - Buy: 17.43, - Sell: 17.43, - Change: -0.15, - ChangePercent: -0.84, - Volume: 11720, - High: 17.51, - Low: 17.37, - YearlyHigh: 18.06, - YearlyLow: 13.73, - YearlyStart: 15.89, - YearlyChange: 9.59, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `North America`, - Country: `Canada`, - Risk: `Low`, - Sector: `Government`, - Currency: `USD`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-05-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 237 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P 600 MINI`, - Spread: 0.01, - Open: 687.9, - Price: 687.6, - Buy: 687.9, - Sell: 687.9, - Change: -0.28, - ChangePercent: -0.04, - Volume: 0, - High: 0, - Low: 0, - YearlyHigh: 620.32, - YearlyLow: 595.9, - YearlyStart: 608.11, - YearlyChange: 13.12, - Settlement: `Loan`, - Contract: `CFD`, - Region: `Asia Pacific`, - Country: `Australia`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `High`, - Issuer: `FedEx`, - Maturity: `2022-04-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 238 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Copper`, - Spread: 0.02, - Open: 2.123, - Price: 2.07, - Buy: 2.12, - Sell: 2.12, - Change: -0.04, - ChangePercent: -1.96, - Volume: 28819, - High: 2.16, - Low: 2.11, - YearlyHigh: 2.94, - YearlyLow: 1.96, - YearlyStart: 2.45, - YearlyChange: -13.76, - Settlement: `Cash`, - Contract: `Options`, - Region: `Middle East`, - Country: `Qatar`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-02-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 239 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Milk`, - Spread: 0.01, - Open: 12.87, - Price: 12.87, - Buy: 12.87, - Sell: 12.87, - Change: 0.01, - ChangePercent: 0.08, - Volume: 7, - High: 12.89, - Low: 12.81, - YearlyHigh: 16.96, - YearlyLow: 12.81, - YearlyStart: 14.88, - YearlyChange: -13.6, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Africa`, - Country: `Nigeria`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-04-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 240 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Uranium`, - Spread: 0.02, - Open: 27.55, - Price: 27.47, - Buy: 27.55, - Sell: 27.55, - Change: -0.11, - ChangePercent: -0.4, - Volume: 12, - High: 27.55, - Low: 27.55, - YearlyHigh: 29.32, - YearlyLow: 21.28, - YearlyStart: 25.3, - YearlyChange: 9.01, - Settlement: `Credit`, - Contract: `Forwards`, - Region: `Middle East`, - Country: `UAE`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-02-24`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 241 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soy oil`, - Spread: 0.01, - Open: 33.26, - Price: 33.93, - Buy: 33.77, - Sell: 33.78, - Change: 0.16, - ChangePercent: 0.48, - Volume: 10592, - High: 33.77, - Low: 33.06, - YearlyHigh: 35.43, - YearlyLow: 26.61, - YearlyStart: 31.02, - YearlyChange: 8.87, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `Middle East`, - Country: `Syria`, - Risk: `Low`, - Sector: `Government`, - Currency: `USD`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-02-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 242 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `AUD/USD`, - Spread: 0.02, - Open: 0.7344, - Price: 0.76, - Buy: 0.73, - Sell: 0.73, - Change: 0.02, - ChangePercent: 1.48, - Volume: 36764, - High: 0.74, - Low: 0.73, - YearlyHigh: 0.79, - YearlyLow: 0.68, - YearlyStart: 0.73, - YearlyChange: 1.28, - Settlement: `Credit`, - Contract: `Options`, - Region: `Asia Pacific`, - Country: `Afghanistan`, - Risk: `Low`, - Sector: `Government`, - Currency: `USD`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-05-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 243 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Sugar`, - Spread: 0.01, - Open: 15.68, - Price: 14.61, - Buy: 14.67, - Sell: 14.68, - Change: -0.06, - ChangePercent: -0.44, - Volume: 4949, - High: 15.7, - Low: 14.67, - YearlyHigh: 16.87, - YearlyLow: 11.37, - YearlyStart: 14.12, - YearlyChange: 3.92, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Asia Pacific`, - Country: `Korea`, - Risk: `Low`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-02-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 244 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Cocoa`, - Spread: 0.01, - Open: 3076, - Price: 3050.19, - Buy: 3076, - Sell: 3076, - Change: -25.84, - ChangePercent: -0.84, - Volume: 978, - High: 3078, - Low: 3066, - YearlyHigh: 3406, - YearlyLow: 2746, - YearlyStart: 3076, - YearlyChange: 0, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Europe`, - Country: `Denmark`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `American Airlines`, - Maturity: `2022-01-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 245 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `OJ Future`, - Spread: 0.01, - Open: 140.6, - Price: 138.79, - Buy: 140.18, - Sell: 140.19, - Change: -1.4, - ChangePercent: -1, - Volume: 7, - High: 140.19, - Low: 0, - YearlyHigh: 155.95, - YearlyLow: 113, - YearlyStart: 134.47, - YearlyChange: 4.25, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `Middle East`, - Country: `Kuwait`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-03-16`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 246 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P Future`, - Spread: 0.01, - Open: 2057.5, - Price: 2088.68, - Buy: 2056.6, - Sell: 2056.61, - Change: 32.08, - ChangePercent: 1.56, - Volume: 142780, - High: 2059.5, - Low: 2049, - YearlyHigh: 2105.5, - YearlyLow: 1794.5, - YearlyStart: 1950, - YearlyChange: 5.47, - Settlement: `Cash`, - Contract: `CFD`, - Region: `Europe`, - Country: `France`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-04-21`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 247 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Gold`, - Spread: 0.01, - Open: 1281.1, - Price: 1278.17, - Buy: 1280.73, - Sell: 1280.74, - Change: -2.56, - ChangePercent: -0.2, - Volume: 48387, - High: 1289.5, - Low: 1279.1, - YearlyHigh: 1306, - YearlyLow: 1047.2, - YearlyStart: 1176.6, - YearlyChange: 8.85, - Settlement: `Cash`, - Contract: `Options`, - Region: `Europe`, - Country: `Austria`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-07-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 248 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Coal`, - Spread: 0.015, - Open: 0.4363, - Price: 0.42, - Buy: 0.44, - Sell: 0.44, - Change: 0, - ChangePercent: 1.16, - Volume: 3, - High: 0.44, - Low: 0.44, - YearlyHigh: 0.48, - YearlyLow: 0.4, - YearlyStart: 0.44, - YearlyChange: -5.33, - Settlement: `Cash`, - Contract: `CFD`, - Region: `Europe`, - Country: `Ireland`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `American Airlines`, - Maturity: `2022-06-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 249 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Uranium`, - Spread: 0.02, - Open: 27.55, - Price: 28.08, - Buy: 27.55, - Sell: 27.55, - Change: 0.5, - ChangePercent: 1.8, - Volume: 12, - High: 27.55, - Low: 27.55, - YearlyHigh: 29.32, - YearlyLow: 21.28, - YearlyStart: 25.3, - YearlyChange: 9.01, - Settlement: `Cash`, - Contract: `Futures`, - Region: `North America`, - Country: `Mexico`, - Risk: `High`, - Sector: `Government`, - Currency: `USD`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-05-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 250 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Palladium`, - Spread: 0.01, - Open: 600.55, - Price: 590.42, - Buy: 601, - Sell: 601.01, - Change: -10.58, - ChangePercent: -1.76, - Volume: 651, - High: 607.2, - Low: 598.4, - YearlyHigh: 690, - YearlyLow: 458.6, - YearlyStart: 574.3, - YearlyChange: 4.65, - Settlement: `Loan`, - Contract: `Swap`, - Region: `North America`, - Country: `Canada`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-04-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 251 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Milk`, - Spread: 0.01, - Open: 12.87, - Price: 12.66, - Buy: 12.87, - Sell: 12.87, - Change: -0.2, - ChangePercent: -1.52, - Volume: 7, - High: 12.89, - Low: 12.81, - YearlyHigh: 16.96, - YearlyLow: 12.81, - YearlyStart: 14.88, - YearlyChange: -13.6, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Africa`, - Country: `Morocco`, - Risk: `High`, - Sector: `Government`, - Currency: `USD`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-08-24`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 252 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `US 10YR Future`, - Spread: 0.01, - Open: 130.5625, - Price: 129.59, - Buy: 130.56, - Sell: 130.56, - Change: -0.99, - ChangePercent: -0.76, - Volume: 189310, - High: 130.63, - Low: 130.44, - YearlyHigh: 132.64, - YearlyLow: 125.48, - YearlyStart: 129.06, - YearlyChange: 1.18, - Settlement: `Cash`, - Contract: `Futures`, - Region: `South America`, - Country: `Suriname`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-05-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 253 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P Future`, - Spread: 0.01, - Open: 2057.5, - Price: 2032.75, - Buy: 2056.6, - Sell: 2056.61, - Change: -23.85, - ChangePercent: -1.16, - Volume: 142780, - High: 2059.5, - Low: 2049, - YearlyHigh: 2105.5, - YearlyLow: 1794.5, - YearlyStart: 1950, - YearlyChange: 5.47, - Settlement: `Loan`, - Contract: `CFD`, - Region: `Africa`, - Country: `Senegal`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-01-21`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 254 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `DOW Future`, - Spread: 0.01, - Open: 17711, - Price: 17733.41, - Buy: 17712.15, - Sell: 17712.16, - Change: 21.26, - ChangePercent: 0.12, - Volume: 22236, - High: 17727, - Low: 17642, - YearlyHigh: 18083, - YearlyLow: 15299, - YearlyStart: 16691, - YearlyChange: 6.12, - Settlement: `Credit`, - Contract: `Options`, - Region: `Africa`, - Country: `Morocco`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-04-23`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 255 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soy Meat`, - Spread: 0.01, - Open: 342.6, - Price: 345.36, - Buy: 342.6, - Sell: 342.6, - Change: 2.74, - ChangePercent: 0.8, - Volume: 5646, - High: 345.4, - Low: 340.3, - YearlyHigh: 353.4, - YearlyLow: 261.7, - YearlyStart: 307.55, - YearlyChange: 11.4, - Settlement: `Credit`, - Contract: `Futures`, - Region: `Africa`, - Country: `Cameroon`, - Risk: `High`, - Sector: `Public`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `FedEx`, - Maturity: `2022-03-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 256 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `FD Cattle`, - Spread: 0.01, - Open: 147.175, - Price: 147.06, - Buy: 148.6, - Sell: 148.61, - Change: -1.55, - ChangePercent: -1.04, - Volume: 5, - High: 148.61, - Low: 147.18, - YearlyHigh: 190, - YearlyLow: 138.1, - YearlyStart: 164.05, - YearlyChange: -9.41, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `Europe`, - Country: `Slovenia`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `High`, - Issuer: `FedEx`, - Maturity: `2022-06-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 257 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P MID MINI`, - Spread: 0.01, - Open: 1454.3, - Price: 1470.34, - Buy: 1455.78, - Sell: 1455.79, - Change: 14.56, - ChangePercent: 1, - Volume: 338, - High: 1455.78, - Low: 1448, - YearlyHigh: 1527.3, - YearlyLow: 1236, - YearlyStart: 1381.65, - YearlyChange: 5.37, - Settlement: `Credit`, - Contract: `Options`, - Region: `Middle East`, - Country: `Israel`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-05-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 258 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Platinum`, - Spread: 0.01, - Open: 1071.6, - Price: 1069.81, - Buy: 1071.09, - Sell: 1071.1, - Change: -1.29, - ChangePercent: -0.12, - Volume: 3039, - High: 1081.2, - Low: 1070.5, - YearlyHigh: 1120.6, - YearlyLow: 812.4, - YearlyStart: 966.5, - YearlyChange: 10.82, - Settlement: `Loan`, - Contract: `Forwards`, - Region: `Africa`, - Country: `Senegal`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-01-16`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 259 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soy Meat`, - Spread: 0.01, - Open: 342.6, - Price: 347.83, - Buy: 342.6, - Sell: 342.6, - Change: 5.21, - ChangePercent: 1.52, - Volume: 5646, - High: 345.4, - Low: 340.3, - YearlyHigh: 353.4, - YearlyLow: 261.7, - YearlyStart: 307.55, - YearlyChange: 11.4, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Europe`, - Country: `Finland`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-07-23`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 260 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Cocoa`, - Spread: 0.01, - Open: 3076, - Price: 3041.58, - Buy: 3076, - Sell: 3076, - Change: -34.45, - ChangePercent: -1.12, - Volume: 978, - High: 3078, - Low: 3066, - YearlyHigh: 3406, - YearlyLow: 2746, - YearlyStart: 3076, - YearlyChange: 0, - Settlement: `Cash`, - Contract: `Options`, - Region: `Europe`, - Country: `Norway`, - Risk: `High`, - Sector: `Government`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-07-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 261 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `BTC/USD`, - Spread: 0.06, - Open: 93.88, - Price: 21135.18, - Buy: 21200.76, - Sell: 21400.78, - Change: 134.41, - ChangePercent: 0.64, - Volume: 5788000, - High: 22400.05, - Low: 20100.75, - YearlyHigh: 62400.7, - YearlyLow: 15100.88, - YearlyStart: 21200.29, - YearlyChange: -20.62, - Settlement: `Cash`, - Contract: `Options`, - Region: `Middle East`, - Country: `UAE`, - Risk: `High`, - Sector: `Public`, - Currency: `USD`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-08-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 262 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Diesel`, - Spread: 0.015, - Open: 1.3474, - Price: 1.38, - Buy: 1.35, - Sell: 1.35, - Change: 0.02, - ChangePercent: 1.68, - Volume: 2971, - High: 1.36, - Low: 1.34, - YearlyHigh: 2.11, - YearlyLow: 0.92, - YearlyStart: 1.51, - YearlyChange: -10.4, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `Asia Pacific`, - Country: `India`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `High`, - Issuer: `American Airlines`, - Maturity: `2022-02-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 263 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soybean`, - Spread: 0.01, - Open: 1038, - Price: 1058.14, - Buy: 1038.61, - Sell: 1038.62, - Change: 19.52, - ChangePercent: 1.88, - Volume: 20356, - High: 1044, - Low: 1031.75, - YearlyHigh: 1057, - YearlyLow: 859.5, - YearlyStart: 958.25, - YearlyChange: 8.39, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Middle East`, - Country: `Jordan`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-05-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 264 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `FD Cattle`, - Spread: 0.01, - Open: 147.175, - Price: 149.02, - Buy: 148.6, - Sell: 148.61, - Change: 0.41, - ChangePercent: 0.28, - Volume: 5, - High: 148.61, - Low: 147.18, - YearlyHigh: 190, - YearlyLow: 138.1, - YearlyStart: 164.05, - YearlyChange: -9.41, - Settlement: `Credit`, - Contract: `Swap`, - Region: `South America`, - Country: `Suriname`, - Risk: `High`, - Sector: `Private`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-08-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 265 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Coal`, - Spread: 0.015, - Open: 0.4363, - Price: 0.42, - Buy: 0.44, - Sell: 0.44, - Change: 0, - ChangePercent: 0.28, - Volume: 3, - High: 0.44, - Low: 0.44, - YearlyHigh: 0.48, - YearlyLow: 0.4, - YearlyStart: 0.44, - YearlyChange: -5.33, - Settlement: `Credit`, - Contract: `Options`, - Region: `South America`, - Country: `Ecuador`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-01-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 266 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `OJ Future`, - Spread: 0.01, - Open: 140.6, - Price: 139.91, - Buy: 140.18, - Sell: 140.19, - Change: -0.28, - ChangePercent: -0.2, - Volume: 7, - High: 140.19, - Low: 0, - YearlyHigh: 155.95, - YearlyLow: 113, - YearlyStart: 134.47, - YearlyChange: 4.25, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `Africa`, - Country: `Ethiopia`, - Risk: `Low`, - Sector: `Public`, - Currency: `USD`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-07-24`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 267 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Corn`, - Spread: 0.01, - Open: 379.5, - Price: 384.36, - Buy: 379.8, - Sell: 379.81, - Change: 4.56, - ChangePercent: 1.2, - Volume: 11266, - High: 381, - Low: 377.75, - YearlyHigh: 471.25, - YearlyLow: 351.25, - YearlyStart: 411.25, - YearlyChange: -7.65, - Settlement: `Loan`, - Contract: `Forwards`, - Region: `Africa`, - Country: `Niger`, - Risk: `Low`, - Sector: `Government`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-04-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 268 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Coal`, - Spread: 0.015, - Open: 0.4363, - Price: 0.41, - Buy: 0.44, - Sell: 0.44, - Change: -0.01, - ChangePercent: -1.08, - Volume: 3, - High: 0.44, - Low: 0.44, - YearlyHigh: 0.48, - YearlyLow: 0.4, - YearlyStart: 0.44, - YearlyChange: -5.33, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Africa`, - Country: `Senegal`, - Risk: `Low`, - Sector: `Government`, - Currency: `PLN`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-04-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 269 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P 600 MINI`, - Spread: 0.01, - Open: 687.9, - Price: 693.11, - Buy: 687.9, - Sell: 687.9, - Change: 5.23, - ChangePercent: 0.76, - Volume: 0, - High: 0, - Low: 0, - YearlyHigh: 620.32, - YearlyLow: 595.9, - YearlyStart: 608.11, - YearlyChange: 13.12, - Settlement: `Cash`, - Contract: `CFD`, - Region: `Africa`, - Country: `Ethiopia`, - Risk: `High`, - Sector: `Government`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `FedEx`, - Maturity: `2022-02-22`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 270 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Silver`, - Spread: 0.01, - Open: 17.43, - Price: 17.73, - Buy: 17.43, - Sell: 17.43, - Change: 0.31, - ChangePercent: 1.8, - Volume: 11720, - High: 17.51, - Low: 17.37, - YearlyHigh: 18.06, - YearlyLow: 13.73, - YearlyStart: 15.89, - YearlyChange: 9.59, - Settlement: `Cash`, - Contract: `Swap`, - Region: `South America`, - Country: `Peru`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-05-21`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 271 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `OJ Future`, - Spread: 0.01, - Open: 140.6, - Price: 141.03, - Buy: 140.18, - Sell: 140.19, - Change: 0.84, - ChangePercent: 0.6, - Volume: 7, - High: 140.19, - Low: 0, - YearlyHigh: 155.95, - YearlyLow: 113, - YearlyStart: 134.47, - YearlyChange: 4.25, - Settlement: `Cash`, - Contract: `Options`, - Region: `Asia Pacific`, - Country: `China`, - Risk: `High`, - Sector: `Public`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-03-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 272 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Ethanol`, - Spread: 0.01, - Open: 1.512, - Price: 2.74, - Buy: 2.75, - Sell: 2.76, - Change: -0.01, - ChangePercent: -0.6, - Volume: 14, - High: 2.75, - Low: 1.12, - YearlyHigh: 2.75, - YearlyLow: 1.12, - YearlyStart: 1.48, - YearlyChange: 86.7, - Settlement: `Credit`, - Contract: `Futures`, - Region: `Asia Pacific`, - Country: `Singapore`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-03-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 273 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P 600 MINI`, - Spread: 0.01, - Open: 687.9, - Price: 685.13, - Buy: 687.9, - Sell: 687.9, - Change: -2.75, - ChangePercent: -0.4, - Volume: 0, - High: 0, - Low: 0, - YearlyHigh: 620.32, - YearlyLow: 595.9, - YearlyStart: 608.11, - YearlyChange: 13.12, - Settlement: `Credit`, - Contract: `Options`, - Region: `Africa`, - Country: `South Africa`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-04-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 274 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `DOW Future`, - Spread: 0.01, - Open: 17711, - Price: 17818.42, - Buy: 17712.15, - Sell: 17712.16, - Change: 106.27, - ChangePercent: 0.6, - Volume: 22236, - High: 17727, - Low: 17642, - YearlyHigh: 18083, - YearlyLow: 15299, - YearlyStart: 16691, - YearlyChange: 6.12, - Settlement: `Credit`, - Contract: `Futures`, - Region: `Africa`, - Country: `Nigeria`, - Risk: `High`, - Sector: `Public`, - Currency: `USD`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-03-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 275 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Silver`, - Spread: 0.01, - Open: 17.43, - Price: 17.1, - Buy: 17.43, - Sell: 17.43, - Change: -0.32, - ChangePercent: -1.84, - Volume: 11720, - High: 17.51, - Low: 17.37, - YearlyHigh: 18.06, - YearlyLow: 13.73, - YearlyStart: 15.89, - YearlyChange: 9.59, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Asia Pacific`, - Country: `India`, - Risk: `Low`, - Sector: `Public`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-09-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 276 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Wheat`, - Spread: 0.01, - Open: 465.5, - Price: 470.92, - Buy: 465.5, - Sell: 465.5, - Change: 5.4, - ChangePercent: 1.16, - Volume: 4318, - High: 467, - Low: 463.25, - YearlyHigh: 628.5, - YearlyLow: 449.5, - YearlyStart: 539, - YearlyChange: -13.63, - Settlement: `Cash`, - Contract: `Options`, - Region: `Asia Pacific`, - Country: `Philippines`, - Risk: `High`, - Sector: `Private`, - Currency: `PLN`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-02-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 277 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Coffee`, - Spread: 0.01, - Open: 125.7, - Price: 128, - Buy: 125.7, - Sell: 125.7, - Change: 2.31, - ChangePercent: 1.84, - Volume: 1654, - High: 125.8, - Low: 125, - YearlyHigh: 155.75, - YearlyLow: 115.35, - YearlyStart: 135.55, - YearlyChange: -7.27, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Asia Pacific`, - Country: `Azerbaijan`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-05-16`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 278 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `GBP/USD`, - Spread: 0.02, - Open: 1.4464, - Price: 1.17, - Buy: 1.18, - Sell: 1.2, - Change: -0.02, - ChangePercent: -1.72, - Volume: 29450, - High: 1.45, - Low: 1.19, - YearlyHigh: 1.59, - YearlyLow: 1.19, - YearlyStart: 1.49, - YearlyChange: -19.59, - Settlement: `Credit`, - Contract: `Futures`, - Region: `Africa`, - Country: `Algeria`, - Risk: `Low`, - Sector: `Government`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-08-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 279 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Uranium`, - Spread: 0.02, - Open: 27.55, - Price: 27.8, - Buy: 27.55, - Sell: 27.55, - Change: 0.22, - ChangePercent: 0.8, - Volume: 12, - High: 27.55, - Low: 27.55, - YearlyHigh: 29.32, - YearlyLow: 21.28, - YearlyStart: 25.3, - YearlyChange: 9.01, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Africa`, - Country: `Tunisia`, - Risk: `Low`, - Sector: `Public`, - Currency: `USD`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-01-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 280 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `DOW Future`, - Spread: 0.01, - Open: 17711, - Price: 17697.98, - Buy: 17712.15, - Sell: 17712.16, - Change: -14.17, - ChangePercent: -0.08, - Volume: 22236, - High: 17727, - Low: 17642, - YearlyHigh: 18083, - YearlyLow: 15299, - YearlyStart: 16691, - YearlyChange: 6.12, - Settlement: `Credit`, - Contract: `Options`, - Region: `Middle East`, - Country: `Lebanon`, - Risk: `High`, - Sector: `Private`, - Currency: `PLN`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-04-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 281 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Milk`, - Spread: 0.01, - Open: 12.87, - Price: 12.68, - Buy: 12.87, - Sell: 12.87, - Change: -0.18, - ChangePercent: -1.4, - Volume: 7, - High: 12.89, - Low: 12.81, - YearlyHigh: 16.96, - YearlyLow: 12.81, - YearlyStart: 14.88, - YearlyChange: -13.6, - Settlement: `Loan`, - Contract: `Futures`, - Region: `North America`, - Country: `Mexico`, - Risk: `Low`, - Sector: `Public`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-04-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 282 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Natural Gas`, - Spread: 0.02, - Open: 2.094, - Price: 2.11, - Buy: 2.09, - Sell: 2.09, - Change: 0.01, - ChangePercent: 0.4, - Volume: 2783, - High: 2.11, - Low: 2.09, - YearlyHigh: 3.2, - YearlyLow: 1.84, - YearlyStart: 2.52, - YearlyChange: -16.51, - Settlement: `Credit`, - Contract: `Options`, - Region: `Middle East`, - Country: `Iraq`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-02-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 283 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Coal`, - Spread: 0.015, - Open: 0.4363, - Price: 0.42, - Buy: 0.44, - Sell: 0.44, - Change: 0, - ChangePercent: -0.12, - Volume: 3, - High: 0.44, - Low: 0.44, - YearlyHigh: 0.48, - YearlyLow: 0.4, - YearlyStart: 0.44, - YearlyChange: -5.33, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Middle East`, - Country: `Syria`, - Risk: `Low`, - Sector: `Public`, - Currency: `USD`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-09-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 284 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `GBP/USD`, - Spread: 0.02, - Open: 1.4464, - Price: 1.22, - Buy: 1.18, - Sell: 1.2, - Change: 0.03, - ChangePercent: 1.84, - Volume: 29450, - High: 1.45, - Low: 1.19, - YearlyHigh: 1.59, - YearlyLow: 1.19, - YearlyStart: 1.49, - YearlyChange: -19.59, - Settlement: `Credit`, - Contract: `Forwards`, - Region: `South America`, - Country: `Guyana`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-09-11`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 285 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P MID MINI`, - Spread: 0.01, - Open: 1454.3, - Price: 1457.53, - Buy: 1455.78, - Sell: 1455.79, - Change: 1.75, - ChangePercent: 0.12, - Volume: 338, - High: 1455.78, - Low: 1448, - YearlyHigh: 1527.3, - YearlyLow: 1236, - YearlyStart: 1381.65, - YearlyChange: 5.37, - Settlement: `Loan`, - Contract: `Options`, - Region: `Asia Pacific`, - Country: `Philippines`, - Risk: `Low`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-05-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 286 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Silver`, - Spread: 0.01, - Open: 17.43, - Price: 17.29, - Buy: 17.43, - Sell: 17.43, - Change: -0.13, - ChangePercent: -0.76, - Volume: 11720, - High: 17.51, - Low: 17.37, - YearlyHigh: 18.06, - YearlyLow: 13.73, - YearlyStart: 15.89, - YearlyChange: 9.59, - Settlement: `Cash`, - Contract: `Options`, - Region: `Asia Pacific`, - Country: `New Zealand`, - Risk: `High`, - Sector: `Government`, - Currency: `USD`, - Security: `Poor`, - Issuer: `American Airlines`, - Maturity: `2022-07-27`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 287 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `NAS Future`, - Spread: 0.01, - Open: 4341.25, - Price: 4257.93, - Buy: 4341.25, - Sell: 4341.25, - Change: -83.35, - ChangePercent: -1.92, - Volume: 18259, - High: 4347, - Low: 4318, - YearlyHigh: 4719.75, - YearlyLow: 3867.75, - YearlyStart: 4293.75, - YearlyChange: 1.11, - Settlement: `Loan`, - Contract: `Futures`, - Region: `South America`, - Country: `Guyana`, - Risk: `High`, - Sector: `Private`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-05-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 288 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Ethanol`, - Spread: 0.01, - Open: 1.512, - Price: 2.77, - Buy: 2.75, - Sell: 2.76, - Change: 0.02, - ChangePercent: 0.64, - Volume: 14, - High: 2.75, - Low: 1.12, - YearlyHigh: 2.75, - YearlyLow: 1.12, - YearlyStart: 1.48, - YearlyChange: 86.7, - Settlement: `Credit`, - Contract: `Options`, - Region: `Africa`, - Country: `Morocco`, - Risk: `Low`, - Sector: `Government`, - Currency: `PLN`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-05-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 289 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P MID MINI`, - Spread: 0.01, - Open: 1454.3, - Price: 1466.85, - Buy: 1455.78, - Sell: 1455.79, - Change: 11.07, - ChangePercent: 0.76, - Volume: 338, - High: 1455.78, - Low: 1448, - YearlyHigh: 1527.3, - YearlyLow: 1236, - YearlyStart: 1381.65, - YearlyChange: 5.37, - Settlement: `Credit`, - Contract: `CFD`, - Region: `North America`, - Country: `United States`, - Risk: `Low`, - Sector: `Government`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-05-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 290 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `DOW Future`, - Spread: 0.01, - Open: 17711, - Price: 17825.51, - Buy: 17712.15, - Sell: 17712.16, - Change: 113.36, - ChangePercent: 0.64, - Volume: 22236, - High: 17727, - Low: 17642, - YearlyHigh: 18083, - YearlyLow: 15299, - YearlyStart: 16691, - YearlyChange: 6.12, - Settlement: `Cash`, - Contract: `Options`, - Region: `North America`, - Country: `Canada`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-02-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 291 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `US 2Y Future`, - Spread: 0.01, - Open: 109.3984, - Price: 108.38, - Buy: 109.4, - Sell: 109.4, - Change: -1.01, - ChangePercent: -0.92, - Volume: 17742, - High: 109.41, - Low: 109.38, - YearlyHigh: 109.8, - YearlyLow: 108.62, - YearlyStart: 109.21, - YearlyChange: 0.16, - Settlement: `Cash`, - Contract: `CFD`, - Region: `North America`, - Country: `United States`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-02-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 292 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Platinum`, - Spread: 0.01, - Open: 1071.6, - Price: 1053.1, - Buy: 1071.09, - Sell: 1071.1, - Change: -18, - ChangePercent: -1.68, - Volume: 3039, - High: 1081.2, - Low: 1070.5, - YearlyHigh: 1120.6, - YearlyLow: 812.4, - YearlyStart: 966.5, - YearlyChange: 10.82, - Settlement: `Credit`, - Contract: `Futures`, - Region: `Asia Pacific`, - Country: `China`, - Risk: `Low`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-07-24`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 293 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `BTC/USD`, - Spread: 0.06, - Open: 93.88, - Price: 21177.18, - Buy: 21200.76, - Sell: 21400.78, - Change: 176.41, - ChangePercent: 0.84, - Volume: 5788000, - High: 22400.05, - Low: 20100.75, - YearlyHigh: 62400.7, - YearlyLow: 15100.88, - YearlyStart: 21200.29, - YearlyChange: -20.62, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Middle East`, - Country: `Oman`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-08-23`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 294 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Diesel`, - Spread: 0.015, - Open: 1.3474, - Price: 1.33, - Buy: 1.35, - Sell: 1.35, - Change: -0.03, - ChangePercent: -1.84, - Volume: 2971, - High: 1.36, - Low: 1.34, - YearlyHigh: 2.11, - YearlyLow: 0.92, - YearlyStart: 1.51, - YearlyChange: -10.4, - Settlement: `Cash`, - Contract: `Futures`, - Region: `South America`, - Country: `Paraguay`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-08-23`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 295 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Platinum`, - Spread: 0.01, - Open: 1071.6, - Price: 1087.81, - Buy: 1071.09, - Sell: 1071.1, - Change: 16.71, - ChangePercent: 1.56, - Volume: 3039, - High: 1081.2, - Low: 1070.5, - YearlyHigh: 1120.6, - YearlyLow: 812.4, - YearlyStart: 966.5, - YearlyChange: 10.82, - Settlement: `Loan`, - Contract: `Futures`, - Region: `Europe`, - Country: `Czechia`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-04-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 296 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Ethanol`, - Spread: 0.01, - Open: 1.512, - Price: 2.8, - Buy: 2.75, - Sell: 2.76, - Change: 0.05, - ChangePercent: 1.84, - Volume: 14, - High: 2.75, - Low: 1.12, - YearlyHigh: 2.75, - YearlyLow: 1.12, - YearlyStart: 1.48, - YearlyChange: 86.7, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Middle East`, - Country: `Saudi Arabia`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-03-22`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 297 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soybean`, - Spread: 0.01, - Open: 1038, - Price: 1053.99, - Buy: 1038.61, - Sell: 1038.62, - Change: 15.37, - ChangePercent: 1.48, - Volume: 20356, - High: 1044, - Low: 1031.75, - YearlyHigh: 1057, - YearlyLow: 859.5, - YearlyStart: 958.25, - YearlyChange: 8.39, - Settlement: `Cash`, - Contract: `CFD`, - Region: `Africa`, - Country: `Tunisia`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-08-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 298 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `GBP/USD`, - Spread: 0.02, - Open: 1.4464, - Price: 1.19, - Buy: 1.18, - Sell: 1.2, - Change: 0, - ChangePercent: -0.36, - Volume: 29450, - High: 1.45, - Low: 1.19, - YearlyHigh: 1.59, - YearlyLow: 1.19, - YearlyStart: 1.49, - YearlyChange: -19.59, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `North America`, - Country: `United States`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-02-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 299 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Ethanol`, - Spread: 0.01, - Open: 1.512, - Price: 2.7, - Buy: 2.75, - Sell: 2.76, - Change: -0.05, - ChangePercent: -1.92, - Volume: 14, - High: 2.75, - Low: 1.12, - YearlyHigh: 2.75, - YearlyLow: 1.12, - YearlyStart: 1.48, - YearlyChange: 86.7, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Middle East`, - Country: `Oman`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-04-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 300 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Silver`, - Spread: 0.01, - Open: 17.43, - Price: 17.39, - Buy: 17.43, - Sell: 17.43, - Change: -0.03, - ChangePercent: -0.2, - Volume: 11720, - High: 17.51, - Low: 17.37, - YearlyHigh: 18.06, - YearlyLow: 13.73, - YearlyStart: 15.89, - YearlyChange: 9.59, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Africa`, - Country: `Egypt`, - Risk: `High`, - Sector: `Private`, - Currency: `PLN`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-04-24`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 301 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Sugar`, - Spread: 0.01, - Open: 15.68, - Price: 14.96, - Buy: 14.67, - Sell: 14.68, - Change: 0.29, - ChangePercent: 1.96, - Volume: 4949, - High: 15.7, - Low: 14.67, - YearlyHigh: 16.87, - YearlyLow: 11.37, - YearlyStart: 14.12, - YearlyChange: 3.92, - Settlement: `Credit`, - Contract: `Options`, - Region: `Africa`, - Country: `Cameroon`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-07-27`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 302 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Cocoa`, - Spread: 0.01, - Open: 3076, - Price: 3117.86, - Buy: 3076, - Sell: 3076, - Change: 41.83, - ChangePercent: 1.36, - Volume: 978, - High: 3078, - Low: 3066, - YearlyHigh: 3406, - YearlyLow: 2746, - YearlyStart: 3076, - YearlyChange: 0, - Settlement: `Loan`, - Contract: `Forwards`, - Region: `Africa`, - Country: `Algeria`, - Risk: `Low`, - Sector: `Public`, - Currency: `PLN`, - Security: `High`, - Issuer: `FedEx`, - Maturity: `2022-01-11`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 303 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Rice`, - Spread: 0.01, - Open: 11.245, - Price: 10.44, - Buy: 10.41, - Sell: 10.42, - Change: 0.02, - ChangePercent: 0.28, - Volume: 220, - High: 11.38, - Low: 10.42, - YearlyHigh: 14.14, - YearlyLow: 9.7, - YearlyStart: 11.92, - YearlyChange: -12.62, - Settlement: `Loan`, - Contract: `Forwards`, - Region: `Asia Pacific`, - Country: `China`, - Risk: `Low`, - Sector: `Public`, - Currency: `USD`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-07-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 304 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soybean`, - Spread: 0.01, - Open: 1038, - Price: 1026.15, - Buy: 1038.61, - Sell: 1038.62, - Change: -12.47, - ChangePercent: -1.2, - Volume: 20356, - High: 1044, - Low: 1031.75, - YearlyHigh: 1057, - YearlyLow: 859.5, - YearlyStart: 958.25, - YearlyChange: 8.39, - Settlement: `Cash`, - Contract: `Futures`, - Region: `North America`, - Country: `United States`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `FedEx`, - Maturity: `2022-02-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 305 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/CAD`, - Spread: 0.02, - Open: 0.7744, - Price: 0.94, - Buy: 0.94, - Sell: 0.96, - Change: -0.01, - ChangePercent: -1.4, - Volume: 13669, - High: 0.95, - Low: 0.77, - YearlyHigh: 0.95, - YearlyLow: 0.68, - YearlyStart: 0.76, - YearlyChange: 26.43, - Settlement: `Credit`, - Contract: `Swap`, - Region: `North America`, - Country: `Canada`, - Risk: `Low`, - Sector: `Public`, - Currency: `USD`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-02-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 306 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Rice`, - Spread: 0.01, - Open: 11.245, - Price: 10.3, - Buy: 10.41, - Sell: 10.42, - Change: -0.12, - ChangePercent: -1.08, - Volume: 220, - High: 11.38, - Low: 10.42, - YearlyHigh: 14.14, - YearlyLow: 9.7, - YearlyStart: 11.92, - YearlyChange: -12.62, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Africa`, - Country: `Libya`, - Risk: `Low`, - Sector: `Government`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-04-23`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 307 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soybean`, - Spread: 0.01, - Open: 1038, - Price: 1026.15, - Buy: 1038.61, - Sell: 1038.62, - Change: -12.47, - ChangePercent: -1.2, - Volume: 20356, - High: 1044, - Low: 1031.75, - YearlyHigh: 1057, - YearlyLow: 859.5, - YearlyStart: 958.25, - YearlyChange: 8.39, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Europe`, - Country: `Hungary`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-06-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 308 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/CAD`, - Spread: 0.02, - Open: 0.7744, - Price: 0.95, - Buy: 0.94, - Sell: 0.96, - Change: 0, - ChangePercent: -0.8, - Volume: 13669, - High: 0.95, - Low: 0.77, - YearlyHigh: 0.95, - YearlyLow: 0.68, - YearlyStart: 0.76, - YearlyChange: 26.43, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `Asia Pacific`, - Country: `Singapore`, - Risk: `Low`, - Sector: `Government`, - Currency: `USD`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-08-16`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 309 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `US 30YR Future`, - Spread: 0.01, - Open: 164.875, - Price: 160.94, - Buy: 164.15, - Sell: 164.16, - Change: -3.22, - ChangePercent: -1.96, - Volume: 28012, - High: 165.25, - Low: 164.04, - YearlyHigh: 169.38, - YearlyLow: 151.47, - YearlyStart: 160.43, - YearlyChange: 2.33, - Settlement: `Credit`, - Contract: `Forwards`, - Region: `Asia Pacific`, - Country: `Thailand`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-09-22`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 310 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `US 10YR Future`, - Spread: 0.01, - Open: 130.5625, - Price: 132.2, - Buy: 130.56, - Sell: 130.56, - Change: 1.62, - ChangePercent: 1.24, - Volume: 189310, - High: 130.63, - Low: 130.44, - YearlyHigh: 132.64, - YearlyLow: 125.48, - YearlyStart: 129.06, - YearlyChange: 1.18, - Settlement: `Credit`, - Contract: `Forwards`, - Region: `Asia Pacific`, - Country: `India`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-09-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 311 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/CHF`, - Spread: 0.02, - Open: 1.0337, - Price: 1.06, - Buy: 1.03, - Sell: 1.03, - Change: 0.02, - ChangePercent: 1.24, - Volume: 5550, - High: 1.03, - Low: 1.03, - YearlyHigh: 1.11, - YearlyLow: 0.98, - YearlyStart: 1.04, - YearlyChange: -0.12, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Africa`, - Country: `Ethiopia`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-03-24`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 312 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Lumber`, - Spread: 0.01, - Open: 303.9, - Price: 308.62, - Buy: 304.59, - Sell: 304.6, - Change: 4.02, - ChangePercent: 1.32, - Volume: 2, - High: 304.6, - Low: 303.9, - YearlyHigh: 317.1, - YearlyLow: 236, - YearlyStart: 276.55, - YearlyChange: 10.14, - Settlement: `Credit`, - Contract: `Options`, - Region: `Europe`, - Country: `Poland`, - Risk: `Low`, - Sector: `Public`, - Currency: `EUR`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-09-16`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 313 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/CHF`, - Spread: 0.02, - Open: 1.0337, - Price: 1.05, - Buy: 1.03, - Sell: 1.03, - Change: 0.01, - ChangePercent: 0.68, - Volume: 5550, - High: 1.03, - Low: 1.03, - YearlyHigh: 1.11, - YearlyLow: 0.98, - YearlyStart: 1.04, - YearlyChange: -0.12, - Settlement: `Credit`, - Contract: `Swap`, - Region: `North America`, - Country: `Canada`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `American Airlines`, - Maturity: `2022-04-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 314 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `BTC/USD`, - Spread: 0.06, - Open: 93.88, - Price: 21311.58, - Buy: 21200.76, - Sell: 21400.78, - Change: 310.81, - ChangePercent: 1.48, - Volume: 5788000, - High: 22400.05, - Low: 20100.75, - YearlyHigh: 62400.7, - YearlyLow: 15100.88, - YearlyStart: 21200.29, - YearlyChange: -20.62, - Settlement: `Credit`, - Contract: `Forwards`, - Region: `South America`, - Country: `Colombia`, - Risk: `Low`, - Sector: `Government`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-03-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 315 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Lumber`, - Spread: 0.01, - Open: 303.9, - Price: 308.86, - Buy: 304.59, - Sell: 304.6, - Change: 4.26, - ChangePercent: 1.4, - Volume: 2, - High: 304.6, - Low: 303.9, - YearlyHigh: 317.1, - YearlyLow: 236, - YearlyStart: 276.55, - YearlyChange: 10.14, - Settlement: `Loan`, - Contract: `Futures`, - Region: `Asia Pacific`, - Country: `Korea`, - Risk: `High`, - Sector: `Public`, - Currency: `PLN`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-03-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 316 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Wheat`, - Spread: 0.01, - Open: 465.5, - Price: 472.78, - Buy: 465.5, - Sell: 465.5, - Change: 7.26, - ChangePercent: 1.56, - Volume: 4318, - High: 467, - Low: 463.25, - YearlyHigh: 628.5, - YearlyLow: 449.5, - YearlyStart: 539, - YearlyChange: -13.63, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Europe`, - Country: `Austria`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-04-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 317 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Oats`, - Spread: 0.01, - Open: 194.5, - Price: 193.67, - Buy: 194.21, - Sell: 194.22, - Change: -0.55, - ChangePercent: -0.28, - Volume: 64, - High: 195.75, - Low: 194, - YearlyHigh: 241.25, - YearlyLow: 183.75, - YearlyStart: 212.5, - YearlyChange: -8.6, - Settlement: `Credit`, - Contract: `Futures`, - Region: `Middle East`, - Country: `Lebanon`, - Risk: `Low`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-06-11`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 318 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Wheat`, - Spread: 0.01, - Open: 465.5, - Price: 467.75, - Buy: 465.5, - Sell: 465.5, - Change: 2.23, - ChangePercent: 0.48, - Volume: 4318, - High: 467, - Low: 463.25, - YearlyHigh: 628.5, - YearlyLow: 449.5, - YearlyStart: 539, - YearlyChange: -13.63, - Settlement: `Cash`, - Contract: `CFD`, - Region: `North America`, - Country: `Mexico`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-04-11`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 319 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Gold`, - Spread: 0.01, - Open: 1281.1, - Price: 1303.78, - Buy: 1280.73, - Sell: 1280.74, - Change: 23.05, - ChangePercent: 1.8, - Volume: 48387, - High: 1289.5, - Low: 1279.1, - YearlyHigh: 1306, - YearlyLow: 1047.2, - YearlyStart: 1176.6, - YearlyChange: 8.85, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `Asia Pacific`, - Country: `China`, - Risk: `High`, - Sector: `Private`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-02-19`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 320 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/JPY`, - Spread: 0.02, - Open: 9275.5, - Price: 9140.03, - Buy: 9277.32, - Sell: 9277.34, - Change: -137.3, - ChangePercent: -1.48, - Volume: 47734, - High: 9277.33, - Low: 0.93, - YearlyHigh: 9483, - YearlyLow: 0.93, - YearlyStart: 4741.97, - YearlyChange: 95.64, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Asia Pacific`, - Country: `Hong Kong`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-03-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 321 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Rice`, - Spread: 0.01, - Open: 11.245, - Price: 10.54, - Buy: 10.41, - Sell: 10.42, - Change: 0.12, - ChangePercent: 1.2, - Volume: 220, - High: 11.38, - Low: 10.42, - YearlyHigh: 14.14, - YearlyLow: 9.7, - YearlyStart: 11.92, - YearlyChange: -12.62, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Africa`, - Country: `Niger`, - Risk: `Low`, - Sector: `Public`, - Currency: `PLN`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-07-11`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 322 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Coal`, - Spread: 0.015, - Open: 0.4363, - Price: 0.42, - Buy: 0.44, - Sell: 0.44, - Change: 0, - ChangePercent: -0.2, - Volume: 3, - High: 0.44, - Low: 0.44, - YearlyHigh: 0.48, - YearlyLow: 0.4, - YearlyStart: 0.44, - YearlyChange: -5.33, - Settlement: `Credit`, - Contract: `Forwards`, - Region: `Europe`, - Country: `Ireland`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-04-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 323 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Gold`, - Spread: 0.01, - Open: 1281.1, - Price: 1261.78, - Buy: 1280.73, - Sell: 1280.74, - Change: -18.95, - ChangePercent: -1.48, - Volume: 48387, - High: 1289.5, - Low: 1279.1, - YearlyHigh: 1306, - YearlyLow: 1047.2, - YearlyStart: 1176.6, - YearlyChange: 8.85, - Settlement: `Loan`, - Contract: `Forwards`, - Region: `Africa`, - Country: `Ethiopia`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-02-10`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 324 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `BTC/USD`, - Spread: 0.06, - Open: 93.88, - Price: 21025.97, - Buy: 21200.76, - Sell: 21400.78, - Change: 25.2, - ChangePercent: 0.12, - Volume: 5788000, - High: 22400.05, - Low: 20100.75, - YearlyHigh: 62400.7, - YearlyLow: 15100.88, - YearlyStart: 21200.29, - YearlyChange: -20.62, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Europe`, - Country: `Estonia`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-05-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 325 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Diesel`, - Spread: 0.015, - Open: 1.3474, - Price: 1.34, - Buy: 1.35, - Sell: 1.35, - Change: -0.02, - ChangePercent: -1.52, - Volume: 2971, - High: 1.36, - Low: 1.34, - YearlyHigh: 2.11, - YearlyLow: 0.92, - YearlyStart: 1.51, - YearlyChange: -10.4, - Settlement: `Credit`, - Contract: `Forwards`, - Region: `Europe`, - Country: `Finland`, - Risk: `Low`, - Sector: `Public`, - Currency: `EUR`, - Security: `High`, - Issuer: `FedEx`, - Maturity: `2022-07-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 326 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Platinum`, - Spread: 0.01, - Open: 1071.6, - Price: 1060.39, - Buy: 1071.09, - Sell: 1071.1, - Change: -10.71, - ChangePercent: -1, - Volume: 3039, - High: 1081.2, - Low: 1070.5, - YearlyHigh: 1120.6, - YearlyLow: 812.4, - YearlyStart: 966.5, - YearlyChange: 10.82, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Europe`, - Country: `Belgium`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-02-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 327 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Rice`, - Spread: 0.01, - Open: 11.245, - Price: 10.57, - Buy: 10.41, - Sell: 10.42, - Change: 0.15, - ChangePercent: 1.52, - Volume: 220, - High: 11.38, - Low: 10.42, - YearlyHigh: 14.14, - YearlyLow: 9.7, - YearlyStart: 11.92, - YearlyChange: -12.62, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Europe`, - Country: `Ireland`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `High`, - Issuer: `FedEx`, - Maturity: `2022-05-24`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 328 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Sugar`, - Spread: 0.01, - Open: 15.68, - Price: 14.8, - Buy: 14.67, - Sell: 14.68, - Change: 0.13, - ChangePercent: 0.84, - Volume: 4949, - High: 15.7, - Low: 14.67, - YearlyHigh: 16.87, - YearlyLow: 11.37, - YearlyStart: 14.12, - YearlyChange: 3.92, - Settlement: `Loan`, - Contract: `Options`, - Region: `Europe`, - Country: `Denmark`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-04-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 329 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `NAS Future`, - Spread: 0.01, - Open: 4341.25, - Price: 4327.39, - Buy: 4341.25, - Sell: 4341.25, - Change: -13.89, - ChangePercent: -0.32, - Volume: 18259, - High: 4347, - Low: 4318, - YearlyHigh: 4719.75, - YearlyLow: 3867.75, - YearlyStart: 4293.75, - YearlyChange: 1.11, - Settlement: `Loan`, - Contract: `Forwards`, - Region: `Europe`, - Country: `Estonia`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-03-23`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 330 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `LV Cattle`, - Spread: 0.01, - Open: 120.725, - Price: 122.15, - Buy: 120.72, - Sell: 120.72, - Change: 1.45, - ChangePercent: 1.2, - Volume: 4, - High: 120.72, - Low: 120.72, - YearlyHigh: 147.98, - YearlyLow: 113.9, - YearlyStart: 130.94, - YearlyChange: -7.82, - Settlement: `Cash`, - Contract: `Swap`, - Region: `North America`, - Country: `United States`, - Risk: `High`, - Sector: `Government`, - Currency: `PLN`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-02-19`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 331 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Palladium`, - Spread: 0.01, - Open: 600.55, - Price: 612.06, - Buy: 601, - Sell: 601.01, - Change: 11.06, - ChangePercent: 1.84, - Volume: 651, - High: 607.2, - Low: 598.4, - YearlyHigh: 690, - YearlyLow: 458.6, - YearlyStart: 574.3, - YearlyChange: 4.65, - Settlement: `Cash`, - Contract: `Options`, - Region: `Middle East`, - Country: `Bahrain`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-07-11`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 332 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Uranium`, - Spread: 0.02, - Open: 27.55, - Price: 27.51, - Buy: 27.55, - Sell: 27.55, - Change: -0.07, - ChangePercent: -0.24, - Volume: 12, - High: 27.55, - Low: 27.55, - YearlyHigh: 29.32, - YearlyLow: 21.28, - YearlyStart: 25.3, - YearlyChange: 9.01, - Settlement: `Loan`, - Contract: `CFD`, - Region: `Europe`, - Country: `Denmark`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-01-21`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 333 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `BTC/USD`, - Spread: 0.06, - Open: 93.88, - Price: 20622.76, - Buy: 21200.76, - Sell: 21400.78, - Change: -378.01, - ChangePercent: -1.8, - Volume: 5788000, - High: 22400.05, - Low: 20100.75, - YearlyHigh: 62400.7, - YearlyLow: 15100.88, - YearlyStart: 21200.29, - YearlyChange: -20.62, - Settlement: `Credit`, - Contract: `Futures`, - Region: `South America`, - Country: `Venezuela`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `FedEx`, - Maturity: `2022-06-27`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 334 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Ethanol`, - Spread: 0.01, - Open: 1.512, - Price: 2.79, - Buy: 2.75, - Sell: 2.76, - Change: 0.04, - ChangePercent: 1.36, - Volume: 14, - High: 2.75, - Low: 1.12, - YearlyHigh: 2.75, - YearlyLow: 1.12, - YearlyStart: 1.48, - YearlyChange: 86.7, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `Asia Pacific`, - Country: `Singapore`, - Risk: `High`, - Sector: `Government`, - Currency: `USD`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-04-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 335 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Diesel`, - Spread: 0.015, - Open: 1.3474, - Price: 1.36, - Buy: 1.35, - Sell: 1.35, - Change: 0, - ChangePercent: 0.08, - Volume: 2971, - High: 1.36, - Low: 1.34, - YearlyHigh: 2.11, - YearlyLow: 0.92, - YearlyStart: 1.51, - YearlyChange: -10.4, - Settlement: `Loan`, - Contract: `CFD`, - Region: `Asia Pacific`, - Country: `China`, - Risk: `Low`, - Sector: `Government`, - Currency: `USD`, - Security: `Poor`, - Issuer: `American Airlines`, - Maturity: `2022-05-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 336 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `NAS Future`, - Spread: 0.01, - Open: 4341.25, - Price: 4299.6, - Buy: 4341.25, - Sell: 4341.25, - Change: -41.68, - ChangePercent: -0.96, - Volume: 18259, - High: 4347, - Low: 4318, - YearlyHigh: 4719.75, - YearlyLow: 3867.75, - YearlyStart: 4293.75, - YearlyChange: 1.11, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Africa`, - Country: `Senegal`, - Risk: `Low`, - Sector: `Public`, - Currency: `USD`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-03-23`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 337 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Lumber`, - Spread: 0.01, - Open: 303.9, - Price: 304.11, - Buy: 304.59, - Sell: 304.6, - Change: -0.49, - ChangePercent: -0.16, - Volume: 2, - High: 304.6, - Low: 303.9, - YearlyHigh: 317.1, - YearlyLow: 236, - YearlyStart: 276.55, - YearlyChange: 10.14, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Middle East`, - Country: `Lebanon`, - Risk: `Low`, - Sector: `Public`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-03-24`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 338 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Natural Gas`, - Spread: 0.02, - Open: 2.094, - Price: 2.12, - Buy: 2.09, - Sell: 2.09, - Change: 0.02, - ChangePercent: 0.84, - Volume: 2783, - High: 2.11, - Low: 2.09, - YearlyHigh: 3.2, - YearlyLow: 1.84, - YearlyStart: 2.52, - YearlyChange: -16.51, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Europe`, - Country: `Bulgaria`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-02-24`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 339 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Wheat`, - Spread: 0.01, - Open: 465.5, - Price: 472.6, - Buy: 465.5, - Sell: 465.5, - Change: 7.08, - ChangePercent: 1.52, - Volume: 4318, - High: 467, - Low: 463.25, - YearlyHigh: 628.5, - YearlyLow: 449.5, - YearlyStart: 539, - YearlyChange: -13.63, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Africa`, - Country: `Ethiopia`, - Risk: `High`, - Sector: `Private`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `FedEx`, - Maturity: `2022-06-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 340 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/CAD`, - Spread: 0.02, - Open: 0.7744, - Price: 0.96, - Buy: 0.94, - Sell: 0.96, - Change: 0.01, - ChangePercent: 0.64, - Volume: 13669, - High: 0.95, - Low: 0.77, - YearlyHigh: 0.95, - YearlyLow: 0.68, - YearlyStart: 0.76, - YearlyChange: 26.43, - Settlement: `Credit`, - Contract: `Futures`, - Region: `Asia Pacific`, - Country: `Philippines`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `High`, - Issuer: `FedEx`, - Maturity: `2022-03-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 341 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P MID MINI`, - Spread: 0.01, - Open: 1454.3, - Price: 1477.33, - Buy: 1455.78, - Sell: 1455.79, - Change: 21.55, - ChangePercent: 1.48, - Volume: 338, - High: 1455.78, - Low: 1448, - YearlyHigh: 1527.3, - YearlyLow: 1236, - YearlyStart: 1381.65, - YearlyChange: 5.37, - Settlement: `Credit`, - Contract: `Futures`, - Region: `Europe`, - Country: `United Kingdom`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-02-19`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 342 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Ethanol`, - Spread: 0.01, - Open: 1.512, - Price: 2.8, - Buy: 2.75, - Sell: 2.76, - Change: 0.05, - ChangePercent: 1.8, - Volume: 14, - High: 2.75, - Low: 1.12, - YearlyHigh: 2.75, - YearlyLow: 1.12, - YearlyStart: 1.48, - YearlyChange: 86.7, - Settlement: `Credit`, - Contract: `Futures`, - Region: `Middle East`, - Country: `Syria`, - Risk: `High`, - Sector: `Private`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-05-16`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 343 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/CHF`, - Spread: 0.02, - Open: 1.0337, - Price: 1.05, - Buy: 1.03, - Sell: 1.03, - Change: 0.01, - ChangePercent: 0.88, - Volume: 5550, - High: 1.03, - Low: 1.03, - YearlyHigh: 1.11, - YearlyLow: 0.98, - YearlyStart: 1.04, - YearlyChange: -0.12, - Settlement: `Loan`, - Contract: `Options`, - Region: `Middle East`, - Country: `Kuwait`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-04-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 344 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `US 30YR Future`, - Spread: 0.01, - Open: 164.875, - Price: 163.24, - Buy: 164.15, - Sell: 164.16, - Change: -0.92, - ChangePercent: -0.56, - Volume: 28012, - High: 165.25, - Low: 164.04, - YearlyHigh: 169.38, - YearlyLow: 151.47, - YearlyStart: 160.43, - YearlyChange: 2.33, - Settlement: `Credit`, - Contract: `Options`, - Region: `Europe`, - Country: `Croatia`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-03-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 345 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Cotton`, - Spread: 0.01, - Open: 61.77, - Price: 62.9, - Buy: 61.77, - Sell: 61.77, - Change: 1.14, - ChangePercent: 1.84, - Volume: 3612, - High: 62.06, - Low: 61.32, - YearlyHigh: 67.59, - YearlyLow: 54.33, - YearlyStart: 60.96, - YearlyChange: 1.31, - Settlement: `Loan`, - Contract: `CFD`, - Region: `Europe`, - Country: `Portugal`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-02-22`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 346 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Sugar`, - Spread: 0.01, - Open: 15.68, - Price: 14.94, - Buy: 14.67, - Sell: 14.68, - Change: 0.27, - ChangePercent: 1.8, - Volume: 4949, - High: 15.7, - Low: 14.67, - YearlyHigh: 16.87, - YearlyLow: 11.37, - YearlyStart: 14.12, - YearlyChange: 3.92, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Middle East`, - Country: `Kuwait`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-06-11`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 347 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soy Meat`, - Spread: 0.01, - Open: 342.6, - Price: 338.1, - Buy: 342.6, - Sell: 342.6, - Change: -4.52, - ChangePercent: -1.32, - Volume: 5646, - High: 345.4, - Low: 340.3, - YearlyHigh: 353.4, - YearlyLow: 261.7, - YearlyStart: 307.55, - YearlyChange: 11.4, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `North America`, - Country: `Mexico`, - Risk: `Low`, - Sector: `Public`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-08-16`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 348 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `AUD/USD`, - Spread: 0.02, - Open: 0.7344, - Price: 0.74, - Buy: 0.73, - Sell: 0.73, - Change: 0, - ChangePercent: -0.04, - Volume: 36764, - High: 0.74, - Low: 0.73, - YearlyHigh: 0.79, - YearlyLow: 0.68, - YearlyStart: 0.73, - YearlyChange: 1.28, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Asia Pacific`, - Country: `New Zealand`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-06-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 349 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P MID MINI`, - Spread: 0.01, - Open: 1454.3, - Price: 1459.86, - Buy: 1455.78, - Sell: 1455.79, - Change: 4.08, - ChangePercent: 0.28, - Volume: 338, - High: 1455.78, - Low: 1448, - YearlyHigh: 1527.3, - YearlyLow: 1236, - YearlyStart: 1381.65, - YearlyChange: 5.37, - Settlement: `Cash`, - Contract: `Swap`, - Region: `South America`, - Country: `Bolivia`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-01-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 350 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soy oil`, - Spread: 0.01, - Open: 33.26, - Price: 34.07, - Buy: 33.77, - Sell: 33.78, - Change: 0.3, - ChangePercent: 0.88, - Volume: 10592, - High: 33.77, - Low: 33.06, - YearlyHigh: 35.43, - YearlyLow: 26.61, - YearlyStart: 31.02, - YearlyChange: 8.87, - Settlement: `Loan`, - Contract: `Forwards`, - Region: `Middle East`, - Country: `Israel`, - Risk: `Low`, - Sector: `Government`, - Currency: `USD`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-05-21`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 351 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P 600 MINI`, - Spread: 0.01, - Open: 687.9, - Price: 687.05, - Buy: 687.9, - Sell: 687.9, - Change: -0.83, - ChangePercent: -0.12, - Volume: 0, - High: 0, - Low: 0, - YearlyHigh: 620.32, - YearlyLow: 595.9, - YearlyStart: 608.11, - YearlyChange: 13.12, - Settlement: `Loan`, - Contract: `Forwards`, - Region: `Asia Pacific`, - Country: `Singapore`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-08-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 352 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Platinum`, - Spread: 0.01, - Open: 1071.6, - Price: 1064.67, - Buy: 1071.09, - Sell: 1071.1, - Change: -6.43, - ChangePercent: -0.6, - Volume: 3039, - High: 1081.2, - Low: 1070.5, - YearlyHigh: 1120.6, - YearlyLow: 812.4, - YearlyStart: 966.5, - YearlyChange: 10.82, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Asia Pacific`, - Country: `Taiwan`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-09-19`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 353 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Coal`, - Spread: 0.015, - Open: 0.4363, - Price: 0.41, - Buy: 0.44, - Sell: 0.44, - Change: -0.01, - ChangePercent: -0.92, - Volume: 3, - High: 0.44, - Low: 0.44, - YearlyHigh: 0.48, - YearlyLow: 0.4, - YearlyStart: 0.44, - YearlyChange: -5.33, - Settlement: `Cash`, - Contract: `Options`, - Region: `Asia Pacific`, - Country: `India`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-03-19`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 354 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Silver`, - Spread: 0.01, - Open: 17.43, - Price: 17.14, - Buy: 17.43, - Sell: 17.43, - Change: -0.28, - ChangePercent: -1.6, - Volume: 11720, - High: 17.51, - Low: 17.37, - YearlyHigh: 18.06, - YearlyLow: 13.73, - YearlyStart: 15.89, - YearlyChange: 9.59, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Africa`, - Country: `Morocco`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-01-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 355 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soy oil`, - Spread: 0.01, - Open: 33.26, - Price: 33.43, - Buy: 33.77, - Sell: 33.78, - Change: -0.34, - ChangePercent: -1, - Volume: 10592, - High: 33.77, - Low: 33.06, - YearlyHigh: 35.43, - YearlyLow: 26.61, - YearlyStart: 31.02, - YearlyChange: 8.87, - Settlement: `Loan`, - Contract: `Futures`, - Region: `Middle East`, - Country: `Kuwait`, - Risk: `Low`, - Sector: `Public`, - Currency: `USD`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-06-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 356 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/CHF`, - Spread: 0.02, - Open: 1.0337, - Price: 1.04, - Buy: 1.03, - Sell: 1.03, - Change: 0, - ChangePercent: -0.56, - Volume: 5550, - High: 1.03, - Low: 1.03, - YearlyHigh: 1.11, - YearlyLow: 0.98, - YearlyStart: 1.04, - YearlyChange: -0.12, - Settlement: `Loan`, - Contract: `Options`, - Region: `Europe`, - Country: `Greece`, - Risk: `High`, - Sector: `Public`, - Currency: `USD`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-09-21`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 357 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Lumber`, - Spread: 0.01, - Open: 303.9, - Price: 301.55, - Buy: 304.59, - Sell: 304.6, - Change: -3.05, - ChangePercent: -1, - Volume: 2, - High: 304.6, - Low: 303.9, - YearlyHigh: 317.1, - YearlyLow: 236, - YearlyStart: 276.55, - YearlyChange: 10.14, - Settlement: `Loan`, - Contract: `Forwards`, - Region: `South America`, - Country: `Bolivia`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `High`, - Issuer: `American Airlines`, - Maturity: `2022-07-19`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 358 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `GBP/USD`, - Spread: 0.02, - Open: 1.4464, - Price: 1.18, - Buy: 1.18, - Sell: 1.2, - Change: -0.01, - ChangePercent: -1.28, - Volume: 29450, - High: 1.45, - Low: 1.19, - YearlyHigh: 1.59, - YearlyLow: 1.19, - YearlyStart: 1.49, - YearlyChange: -19.59, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Middle East`, - Country: `Oman`, - Risk: `Low`, - Sector: `Public`, - Currency: `PLN`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-02-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 359 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Sugar`, - Spread: 0.01, - Open: 15.68, - Price: 14.39, - Buy: 14.67, - Sell: 14.68, - Change: -0.28, - ChangePercent: -1.96, - Volume: 4949, - High: 15.7, - Low: 14.67, - YearlyHigh: 16.87, - YearlyLow: 11.37, - YearlyStart: 14.12, - YearlyChange: 3.92, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Middle East`, - Country: `UAE`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-06-11`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 360 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `LV Cattle`, - Spread: 0.01, - Open: 120.725, - Price: 120.32, - Buy: 120.72, - Sell: 120.72, - Change: -0.39, - ChangePercent: -0.32, - Volume: 4, - High: 120.72, - Low: 120.72, - YearlyHigh: 147.98, - YearlyLow: 113.9, - YearlyStart: 130.94, - YearlyChange: -7.82, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Africa`, - Country: `South Africa`, - Risk: `Low`, - Sector: `Government`, - Currency: `USD`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-06-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 361 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P Future`, - Spread: 0.01, - Open: 2057.5, - Price: 2033.57, - Buy: 2056.6, - Sell: 2056.61, - Change: -23.03, - ChangePercent: -1.12, - Volume: 142780, - High: 2059.5, - Low: 2049, - YearlyHigh: 2105.5, - YearlyLow: 1794.5, - YearlyStart: 1950, - YearlyChange: 5.47, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Asia Pacific`, - Country: `Pakistan`, - Risk: `High`, - Sector: `Private`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-06-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 362 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `Euro$ 3M`, - Spread: 0.01, - Open: 99.18, - Price: 99.8, - Buy: 99.18, - Sell: 99.18, - Change: 0.63, - ChangePercent: 0.64, - Volume: 29509, - High: 99.18, - Low: 99.17, - YearlyHigh: 99.38, - YearlyLow: 98.41, - YearlyStart: 98.89, - YearlyChange: 0.28, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Europe`, - Country: `United Kingdom`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-04-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 363 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `Euro$ 3M`, - Spread: 0.01, - Open: 99.18, - Price: 99.61, - Buy: 99.18, - Sell: 99.18, - Change: 0.44, - ChangePercent: 0.44, - Volume: 29509, - High: 99.18, - Low: 99.17, - YearlyHigh: 99.38, - YearlyLow: 98.41, - YearlyStart: 98.89, - YearlyChange: 0.28, - Settlement: `Cash`, - Contract: `Options`, - Region: `Africa`, - Country: `Niger`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-09-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 364 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P MID MINI`, - Spread: 0.01, - Open: 1454.3, - Price: 1448.79, - Buy: 1455.78, - Sell: 1455.79, - Change: -6.99, - ChangePercent: -0.48, - Volume: 338, - High: 1455.78, - Low: 1448, - YearlyHigh: 1527.3, - YearlyLow: 1236, - YearlyStart: 1381.65, - YearlyChange: 5.37, - Settlement: `Loan`, - Contract: `CFD`, - Region: `Middle East`, - Country: `Israel`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-02-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 365 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/CAD`, - Spread: 0.02, - Open: 0.7744, - Price: 0.94, - Buy: 0.94, - Sell: 0.96, - Change: -0.01, - ChangePercent: -1, - Volume: 13669, - High: 0.95, - Low: 0.77, - YearlyHigh: 0.95, - YearlyLow: 0.68, - YearlyStart: 0.76, - YearlyChange: 26.43, - Settlement: `Cash`, - Contract: `Futures`, - Region: `North America`, - Country: `Mexico`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-05-27`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 366 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Wheat`, - Spread: 0.01, - Open: 465.5, - Price: 462.54, - Buy: 465.5, - Sell: 465.5, - Change: -2.98, - ChangePercent: -0.64, - Volume: 4318, - High: 467, - Low: 463.25, - YearlyHigh: 628.5, - YearlyLow: 449.5, - YearlyStart: 539, - YearlyChange: -13.63, - Settlement: `Loan`, - Contract: `CFD`, - Region: `North America`, - Country: `United States`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-09-27`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 367 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P 600 MINI`, - Spread: 0.01, - Open: 687.9, - Price: 689.81, - Buy: 687.9, - Sell: 687.9, - Change: 1.93, - ChangePercent: 0.28, - Volume: 0, - High: 0, - Low: 0, - YearlyHigh: 620.32, - YearlyLow: 595.9, - YearlyStart: 608.11, - YearlyChange: 13.12, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Africa`, - Country: `Ethiopia`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-02-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 368 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Cocoa`, - Spread: 0.01, - Open: 3076, - Price: 3119.09, - Buy: 3076, - Sell: 3076, - Change: 43.06, - ChangePercent: 1.4, - Volume: 978, - High: 3078, - Low: 3066, - YearlyHigh: 3406, - YearlyLow: 2746, - YearlyStart: 3076, - YearlyChange: 0, - Settlement: `Loan`, - Contract: `Forwards`, - Region: `Africa`, - Country: `South Africa`, - Risk: `High`, - Sector: `Government`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-02-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 369 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `US 10YR Future`, - Spread: 0.01, - Open: 130.5625, - Price: 131.84, - Buy: 130.56, - Sell: 130.56, - Change: 1.26, - ChangePercent: 0.96, - Volume: 189310, - High: 130.63, - Low: 130.44, - YearlyHigh: 132.64, - YearlyLow: 125.48, - YearlyStart: 129.06, - YearlyChange: 1.18, - Settlement: `Credit`, - Contract: `CFD`, - Region: `South America`, - Country: `Uruguay`, - Risk: `High`, - Sector: `Government`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-07-11`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 370 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Silver`, - Spread: 0.01, - Open: 17.43, - Price: 17.34, - Buy: 17.43, - Sell: 17.43, - Change: -0.08, - ChangePercent: -0.48, - Volume: 11720, - High: 17.51, - Low: 17.37, - YearlyHigh: 18.06, - YearlyLow: 13.73, - YearlyStart: 15.89, - YearlyChange: 9.59, - Settlement: `Cash`, - Contract: `Options`, - Region: `South America`, - Country: `Paraguay`, - Risk: `High`, - Sector: `Public`, - Currency: `PLN`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-04-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 371 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `OJ Future`, - Spread: 0.01, - Open: 140.6, - Price: 142.54, - Buy: 140.18, - Sell: 140.19, - Change: 2.35, - ChangePercent: 1.68, - Volume: 7, - High: 140.19, - Low: 0, - YearlyHigh: 155.95, - YearlyLow: 113, - YearlyStart: 134.47, - YearlyChange: 4.25, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Middle East`, - Country: `Iraq`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `FedEx`, - Maturity: `2022-08-11`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 372 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Oil`, - Spread: 0.015, - Open: 45.54, - Price: 45.84, - Buy: 45.78, - Sell: 45.8, - Change: 0.05, - ChangePercent: 0.12, - Volume: 107196, - High: 45.94, - Low: 45, - YearlyHigh: 65.28, - YearlyLow: 30.79, - YearlyStart: 48.03, - YearlyChange: -4.67, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Europe`, - Country: `Switzerland`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-06-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 373 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Silver`, - Spread: 0.01, - Open: 17.43, - Price: 17.21, - Buy: 17.43, - Sell: 17.43, - Change: -0.21, - ChangePercent: -1.2, - Volume: 11720, - High: 17.51, - Low: 17.37, - YearlyHigh: 18.06, - YearlyLow: 13.73, - YearlyStart: 15.89, - YearlyChange: 9.59, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Asia Pacific`, - Country: `Australia`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-09-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 374 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Wheat`, - Spread: 0.01, - Open: 465.5, - Price: 474.09, - Buy: 465.5, - Sell: 465.5, - Change: 8.57, - ChangePercent: 1.84, - Volume: 4318, - High: 467, - Low: 463.25, - YearlyHigh: 628.5, - YearlyLow: 449.5, - YearlyStart: 539, - YearlyChange: -13.63, - Settlement: `Loan`, - Contract: `CFD`, - Region: `Europe`, - Country: `Poland`, - Risk: `Low`, - Sector: `Public`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-03-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 375 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Gold`, - Spread: 0.01, - Open: 1281.1, - Price: 1293.03, - Buy: 1280.73, - Sell: 1280.74, - Change: 12.3, - ChangePercent: 0.96, - Volume: 48387, - High: 1289.5, - Low: 1279.1, - YearlyHigh: 1306, - YearlyLow: 1047.2, - YearlyStart: 1176.6, - YearlyChange: 8.85, - Settlement: `Cash`, - Contract: `Options`, - Region: `Asia Pacific`, - Country: `Japan`, - Risk: `Low`, - Sector: `Public`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-03-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 376 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soy Meat`, - Spread: 0.01, - Open: 342.6, - Price: 338.51, - Buy: 342.6, - Sell: 342.6, - Change: -4.11, - ChangePercent: -1.2, - Volume: 5646, - High: 345.4, - Low: 340.3, - YearlyHigh: 353.4, - YearlyLow: 261.7, - YearlyStart: 307.55, - YearlyChange: 11.4, - Settlement: `Loan`, - Contract: `CFD`, - Region: `Middle East`, - Country: `Lebanon`, - Risk: `Low`, - Sector: `Government`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-09-19`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 377 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `US 30YR Future`, - Spread: 0.01, - Open: 164.875, - Price: 162.78, - Buy: 164.15, - Sell: 164.16, - Change: -1.38, - ChangePercent: -0.84, - Volume: 28012, - High: 165.25, - Low: 164.04, - YearlyHigh: 169.38, - YearlyLow: 151.47, - YearlyStart: 160.43, - YearlyChange: 2.33, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Middle East`, - Country: `Kuwait`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-07-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 378 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Cotton`, - Spread: 0.01, - Open: 61.77, - Price: 62.5, - Buy: 61.77, - Sell: 61.77, - Change: 0.74, - ChangePercent: 1.2, - Volume: 3612, - High: 62.06, - Low: 61.32, - YearlyHigh: 67.59, - YearlyLow: 54.33, - YearlyStart: 60.96, - YearlyChange: 1.31, - Settlement: `Credit`, - Contract: `Futures`, - Region: `Europe`, - Country: `Estonia`, - Risk: `High`, - Sector: `Public`, - Currency: `PLN`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-02-23`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 379 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `FD Cattle`, - Spread: 0.01, - Open: 147.175, - Price: 146.76, - Buy: 148.6, - Sell: 148.61, - Change: -1.85, - ChangePercent: -1.24, - Volume: 5, - High: 148.61, - Low: 147.18, - YearlyHigh: 190, - YearlyLow: 138.1, - YearlyStart: 164.05, - YearlyChange: -9.41, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Europe`, - Country: `Austria`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-04-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 380 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P Future`, - Spread: 0.01, - Open: 2057.5, - Price: 2055.78, - Buy: 2056.6, - Sell: 2056.61, - Change: -0.82, - ChangePercent: -0.04, - Volume: 142780, - High: 2059.5, - Low: 2049, - YearlyHigh: 2105.5, - YearlyLow: 1794.5, - YearlyStart: 1950, - YearlyChange: 5.47, - Settlement: `Cash`, - Contract: `Options`, - Region: `Europe`, - Country: `Finland`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-02-22`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 381 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Cocoa`, - Spread: 0.01, - Open: 3076, - Price: 3028.04, - Buy: 3076, - Sell: 3076, - Change: -47.99, - ChangePercent: -1.56, - Volume: 978, - High: 3078, - Low: 3066, - YearlyHigh: 3406, - YearlyLow: 2746, - YearlyStart: 3076, - YearlyChange: 0, - Settlement: `Loan`, - Contract: `Swap`, - Region: `South America`, - Country: `Ecuador`, - Risk: `Low`, - Sector: `Public`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-08-21`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 382 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soybean`, - Spread: 0.01, - Open: 1038, - Price: 1036.96, - Buy: 1038.61, - Sell: 1038.62, - Change: -1.66, - ChangePercent: -0.16, - Volume: 20356, - High: 1044, - Low: 1031.75, - YearlyHigh: 1057, - YearlyLow: 859.5, - YearlyStart: 958.25, - YearlyChange: 8.39, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `Middle East`, - Country: `Iran`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-08-24`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 383 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `AUD/USD`, - Spread: 0.02, - Open: 0.7344, - Price: 0.74, - Buy: 0.73, - Sell: 0.73, - Change: 0, - ChangePercent: -0.48, - Volume: 36764, - High: 0.74, - Low: 0.73, - YearlyHigh: 0.79, - YearlyLow: 0.68, - YearlyStart: 0.73, - YearlyChange: 1.28, - Settlement: `Cash`, - Contract: `CFD`, - Region: `Africa`, - Country: `Niger`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-03-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 384 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `US 30YR Future`, - Spread: 0.01, - Open: 164.875, - Price: 164.42, - Buy: 164.15, - Sell: 164.16, - Change: 0.26, - ChangePercent: 0.16, - Volume: 28012, - High: 165.25, - Low: 164.04, - YearlyHigh: 169.38, - YearlyLow: 151.47, - YearlyStart: 160.43, - YearlyChange: 2.33, - Settlement: `Credit`, - Contract: `Futures`, - Region: `Middle East`, - Country: `UAE`, - Risk: `Low`, - Sector: `Government`, - Currency: `PLN`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-03-16`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 385 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `Euro$ 3M`, - Spread: 0.01, - Open: 99.18, - Price: 100.4, - Buy: 99.18, - Sell: 99.18, - Change: 1.23, - ChangePercent: 1.24, - Volume: 29509, - High: 99.18, - Low: 99.17, - YearlyHigh: 99.38, - YearlyLow: 98.41, - YearlyStart: 98.89, - YearlyChange: 0.28, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Middle East`, - Country: `Bahrain`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-08-21`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 386 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `LV Cattle`, - Spread: 0.01, - Open: 120.725, - Price: 123.07, - Buy: 120.72, - Sell: 120.72, - Change: 2.36, - ChangePercent: 1.96, - Volume: 4, - High: 120.72, - Low: 120.72, - YearlyHigh: 147.98, - YearlyLow: 113.9, - YearlyStart: 130.94, - YearlyChange: -7.82, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `Middle East`, - Country: `Bahrain`, - Risk: `High`, - Sector: `Government`, - Currency: `PLN`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-06-23`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 387 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `FD Cattle`, - Spread: 0.01, - Open: 147.175, - Price: 150.39, - Buy: 148.6, - Sell: 148.61, - Change: 1.78, - ChangePercent: 1.2, - Volume: 5, - High: 148.61, - Low: 147.18, - YearlyHigh: 190, - YearlyLow: 138.1, - YearlyStart: 164.05, - YearlyChange: -9.41, - Settlement: `Cash`, - Contract: `Options`, - Region: `Asia Pacific`, - Country: `Pakistan`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-08-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 388 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `NAS Future`, - Spread: 0.01, - Open: 4341.25, - Price: 4327.39, - Buy: 4341.25, - Sell: 4341.25, - Change: -13.89, - ChangePercent: -0.32, - Volume: 18259, - High: 4347, - Low: 4318, - YearlyHigh: 4719.75, - YearlyLow: 3867.75, - YearlyStart: 4293.75, - YearlyChange: 1.11, - Settlement: `Credit`, - Contract: `Futures`, - Region: `South America`, - Country: `Venezuela`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-09-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 389 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Lumber`, - Spread: 0.01, - Open: 303.9, - Price: 298.63, - Buy: 304.59, - Sell: 304.6, - Change: -5.97, - ChangePercent: -1.96, - Volume: 2, - High: 304.6, - Low: 303.9, - YearlyHigh: 317.1, - YearlyLow: 236, - YearlyStart: 276.55, - YearlyChange: 10.14, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Europe`, - Country: `Iceland`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-05-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 390 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Rice`, - Spread: 0.01, - Open: 11.245, - Price: 10.51, - Buy: 10.41, - Sell: 10.42, - Change: 0.09, - ChangePercent: 0.92, - Volume: 220, - High: 11.38, - Low: 10.42, - YearlyHigh: 14.14, - YearlyLow: 9.7, - YearlyStart: 11.92, - YearlyChange: -12.62, - Settlement: `Credit`, - Contract: `Futures`, - Region: `Asia Pacific`, - Country: `Malaysia`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-02-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 391 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Natural Gas`, - Spread: 0.02, - Open: 2.094, - Price: 2.08, - Buy: 2.09, - Sell: 2.09, - Change: -0.02, - ChangePercent: -1, - Volume: 2783, - High: 2.11, - Low: 2.09, - YearlyHigh: 3.2, - YearlyLow: 1.84, - YearlyStart: 2.52, - YearlyChange: -16.51, - Settlement: `Cash`, - Contract: `Options`, - Region: `Asia Pacific`, - Country: `Philippines`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-03-27`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 392 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P Future`, - Spread: 0.01, - Open: 2057.5, - Price: 2035.21, - Buy: 2056.6, - Sell: 2056.61, - Change: -21.39, - ChangePercent: -1.04, - Volume: 142780, - High: 2059.5, - Low: 2049, - YearlyHigh: 2105.5, - YearlyLow: 1794.5, - YearlyStart: 1950, - YearlyChange: 5.47, - Settlement: `Cash`, - Contract: `CFD`, - Region: `Africa`, - Country: `Egypt`, - Risk: `High`, - Sector: `Private`, - Currency: `PLN`, - Security: `High`, - Issuer: `American Airlines`, - Maturity: `2022-05-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 393 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soy oil`, - Spread: 0.01, - Open: 33.26, - Price: 33.53, - Buy: 33.77, - Sell: 33.78, - Change: -0.24, - ChangePercent: -0.72, - Volume: 10592, - High: 33.77, - Low: 33.06, - YearlyHigh: 35.43, - YearlyLow: 26.61, - YearlyStart: 31.02, - YearlyChange: 8.87, - Settlement: `Cash`, - Contract: `CFD`, - Region: `Africa`, - Country: `Cameroon`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-04-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 394 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `US 10YR Future`, - Spread: 0.01, - Open: 130.5625, - Price: 128.6, - Buy: 130.56, - Sell: 130.56, - Change: -1.98, - ChangePercent: -1.52, - Volume: 189310, - High: 130.63, - Low: 130.44, - YearlyHigh: 132.64, - YearlyLow: 125.48, - YearlyStart: 129.06, - YearlyChange: 1.18, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `South America`, - Country: `Venezuela`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `High`, - Issuer: `FedEx`, - Maturity: `2022-02-27`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 395 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Copper`, - Spread: 0.02, - Open: 2.123, - Price: 2.09, - Buy: 2.12, - Sell: 2.12, - Change: -0.02, - ChangePercent: -0.92, - Volume: 28819, - High: 2.16, - Low: 2.11, - YearlyHigh: 2.94, - YearlyLow: 1.96, - YearlyStart: 2.45, - YearlyChange: -13.76, - Settlement: `Loan`, - Contract: `CFD`, - Region: `Europe`, - Country: `United Kingdom`, - Risk: `Low`, - Sector: `Public`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `FedEx`, - Maturity: `2022-06-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 396 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Oil`, - Spread: 0.015, - Open: 45.54, - Price: 45.17, - Buy: 45.78, - Sell: 45.8, - Change: -0.62, - ChangePercent: -1.36, - Volume: 107196, - High: 45.94, - Low: 45, - YearlyHigh: 65.28, - YearlyLow: 30.79, - YearlyStart: 48.03, - YearlyChange: -4.67, - Settlement: `Cash`, - Contract: `CFD`, - Region: `North America`, - Country: `United States`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-04-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 397 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P 600 MINI`, - Spread: 0.01, - Open: 687.9, - Price: 686.5, - Buy: 687.9, - Sell: 687.9, - Change: -1.38, - ChangePercent: -0.2, - Volume: 0, - High: 0, - Low: 0, - YearlyHigh: 620.32, - YearlyLow: 595.9, - YearlyStart: 608.11, - YearlyChange: 13.12, - Settlement: `Cash`, - Contract: `Options`, - Region: `Europe`, - Country: `Czechia`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-06-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 398 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soy Meat`, - Spread: 0.01, - Open: 342.6, - Price: 341.93, - Buy: 342.6, - Sell: 342.6, - Change: -0.69, - ChangePercent: -0.2, - Volume: 5646, - High: 345.4, - Low: 340.3, - YearlyHigh: 353.4, - YearlyLow: 261.7, - YearlyStart: 307.55, - YearlyChange: 11.4, - Settlement: `Cash`, - Contract: `Swap`, - Region: `South America`, - Country: `Suriname`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-08-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 399 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soy Meat`, - Spread: 0.01, - Open: 342.6, - Price: 349.06, - Buy: 342.6, - Sell: 342.6, - Change: 6.44, - ChangePercent: 1.88, - Volume: 5646, - High: 345.4, - Low: 340.3, - YearlyHigh: 353.4, - YearlyLow: 261.7, - YearlyStart: 307.55, - YearlyChange: 11.4, - Settlement: `Credit`, - Contract: `Forwards`, - Region: `Africa`, - Country: `Egypt`, - Risk: `Low`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-02-19`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 400 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `LV Cattle`, - Spread: 0.01, - Open: 120.725, - Price: 121.28, - Buy: 120.72, - Sell: 120.72, - Change: 0.58, - ChangePercent: 0.48, - Volume: 4, - High: 120.72, - Low: 120.72, - YearlyHigh: 147.98, - YearlyLow: 113.9, - YearlyStart: 130.94, - YearlyChange: -7.82, - Settlement: `Cash`, - Contract: `Options`, - Region: `South America`, - Country: `Bolivia`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-06-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 401 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Coffee`, - Spread: 0.01, - Open: 125.7, - Price: 123.28, - Buy: 125.7, - Sell: 125.7, - Change: -2.41, - ChangePercent: -1.92, - Volume: 1654, - High: 125.8, - Low: 125, - YearlyHigh: 155.75, - YearlyLow: 115.35, - YearlyStart: 135.55, - YearlyChange: -7.27, - Settlement: `Cash`, - Contract: `Swap`, - Region: `South America`, - Country: `Ecuador`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `American Airlines`, - Maturity: `2022-08-21`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 402 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Corn`, - Spread: 0.01, - Open: 379.5, - Price: 383.6, - Buy: 379.8, - Sell: 379.81, - Change: 3.8, - ChangePercent: 1, - Volume: 11266, - High: 381, - Low: 377.75, - YearlyHigh: 471.25, - YearlyLow: 351.25, - YearlyStart: 411.25, - YearlyChange: -7.65, - Settlement: `Credit`, - Contract: `Options`, - Region: `North America`, - Country: `United States`, - Risk: `High`, - Sector: `Public`, - Currency: `PLN`, - Security: `High`, - Issuer: `FedEx`, - Maturity: `2022-02-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 403 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `GBP/USD`, - Spread: 0.02, - Open: 1.4464, - Price: 1.2, - Buy: 1.18, - Sell: 1.2, - Change: 0.01, - ChangePercent: 0.56, - Volume: 29450, - High: 1.45, - Low: 1.19, - YearlyHigh: 1.59, - YearlyLow: 1.19, - YearlyStart: 1.49, - YearlyChange: -19.59, - Settlement: `Credit`, - Contract: `Options`, - Region: `Middle East`, - Country: `Iraq`, - Risk: `Low`, - Sector: `Public`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-04-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 404 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Silver`, - Spread: 0.01, - Open: 17.43, - Price: 17.44, - Buy: 17.43, - Sell: 17.43, - Change: 0.02, - ChangePercent: 0.12, - Volume: 11720, - High: 17.51, - Low: 17.37, - YearlyHigh: 18.06, - YearlyLow: 13.73, - YearlyStart: 15.89, - YearlyChange: 9.59, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Asia Pacific`, - Country: `Korea`, - Risk: `High`, - Sector: `Public`, - Currency: `USD`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-05-16`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 405 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Gold`, - Spread: 0.01, - Open: 1281.1, - Price: 1285.85, - Buy: 1280.73, - Sell: 1280.74, - Change: 5.12, - ChangePercent: 0.4, - Volume: 48387, - High: 1289.5, - Low: 1279.1, - YearlyHigh: 1306, - YearlyLow: 1047.2, - YearlyStart: 1176.6, - YearlyChange: 8.85, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Europe`, - Country: `Switzerland`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-02-11`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 406 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Ethanol`, - Spread: 0.01, - Open: 1.512, - Price: 2.71, - Buy: 2.75, - Sell: 2.76, - Change: -0.04, - ChangePercent: -1.56, - Volume: 14, - High: 2.75, - Low: 1.12, - YearlyHigh: 2.75, - YearlyLow: 1.12, - YearlyStart: 1.48, - YearlyChange: 86.7, - Settlement: `Loan`, - Contract: `Options`, - Region: `Middle East`, - Country: `Kuwait`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `High`, - Issuer: `American Airlines`, - Maturity: `2022-08-22`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 407 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `Euro$ 3M`, - Spread: 0.01, - Open: 99.18, - Price: 99.73, - Buy: 99.18, - Sell: 99.18, - Change: 0.56, - ChangePercent: 0.56, - Volume: 29509, - High: 99.18, - Low: 99.17, - YearlyHigh: 99.38, - YearlyLow: 98.41, - YearlyStart: 98.89, - YearlyChange: 0.28, - Settlement: `Cash`, - Contract: `Options`, - Region: `South America`, - Country: `Paraguay`, - Risk: `Low`, - Sector: `Government`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-01-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 408 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `US 10YR Future`, - Spread: 0.01, - Open: 130.5625, - Price: 130.37, - Buy: 130.56, - Sell: 130.56, - Change: -0.21, - ChangePercent: -0.16, - Volume: 189310, - High: 130.63, - Low: 130.44, - YearlyHigh: 132.64, - YearlyLow: 125.48, - YearlyStart: 129.06, - YearlyChange: 1.18, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Middle East`, - Country: `UAE`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `High`, - Issuer: `American Airlines`, - Maturity: `2022-06-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 409 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/CAD`, - Spread: 0.02, - Open: 0.7744, - Price: 0.96, - Buy: 0.94, - Sell: 0.96, - Change: 0.01, - ChangePercent: 0.48, - Volume: 13669, - High: 0.95, - Low: 0.77, - YearlyHigh: 0.95, - YearlyLow: 0.68, - YearlyStart: 0.76, - YearlyChange: 26.43, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Middle East`, - Country: `Bahrain`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-03-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 410 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `OJ Future`, - Spread: 0.01, - Open: 140.6, - Price: 142.1, - Buy: 140.18, - Sell: 140.19, - Change: 1.91, - ChangePercent: 1.36, - Volume: 7, - High: 140.19, - Low: 0, - YearlyHigh: 155.95, - YearlyLow: 113, - YearlyStart: 134.47, - YearlyChange: 4.25, - Settlement: `Credit`, - Contract: `CFD`, - Region: `Middle East`, - Country: `Saudi Arabia`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-02-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 411 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Natural Gas`, - Spread: 0.02, - Open: 2.094, - Price: 2.06, - Buy: 2.09, - Sell: 2.09, - Change: -0.04, - ChangePercent: -1.88, - Volume: 2783, - High: 2.11, - Low: 2.09, - YearlyHigh: 3.2, - YearlyLow: 1.84, - YearlyStart: 2.52, - YearlyChange: -16.51, - Settlement: `Loan`, - Contract: `CFD`, - Region: `Middle East`, - Country: `Iraq`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-04-19`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 412 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/CHF`, - Spread: 0.02, - Open: 1.0337, - Price: 1.04, - Buy: 1.03, - Sell: 1.03, - Change: 0, - ChangePercent: 0.08, - Volume: 5550, - High: 1.03, - Low: 1.03, - YearlyHigh: 1.11, - YearlyLow: 0.98, - YearlyStart: 1.04, - YearlyChange: -0.12, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Middle East`, - Country: `Jordan`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-03-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 413 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `US 10YR Future`, - Spread: 0.01, - Open: 130.5625, - Price: 131.94, - Buy: 130.56, - Sell: 130.56, - Change: 1.36, - ChangePercent: 1.04, - Volume: 189310, - High: 130.63, - Low: 130.44, - YearlyHigh: 132.64, - YearlyLow: 125.48, - YearlyStart: 129.06, - YearlyChange: 1.18, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Middle East`, - Country: `Bahrain`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-03-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 414 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `DOW Future`, - Spread: 0.01, - Open: 17711, - Price: 17882.19, - Buy: 17712.15, - Sell: 17712.16, - Change: 170.04, - ChangePercent: 0.96, - Volume: 22236, - High: 17727, - Low: 17642, - YearlyHigh: 18083, - YearlyLow: 15299, - YearlyStart: 16691, - YearlyChange: 6.12, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Asia Pacific`, - Country: `Azerbaijan`, - Risk: `High`, - Sector: `Private`, - Currency: `PLN`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-05-21`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 415 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `BTC/USD`, - Spread: 0.06, - Open: 93.88, - Price: 21059.57, - Buy: 21200.76, - Sell: 21400.78, - Change: 58.8, - ChangePercent: 0.28, - Volume: 5788000, - High: 22400.05, - Low: 20100.75, - YearlyHigh: 62400.7, - YearlyLow: 15100.88, - YearlyStart: 21200.29, - YearlyChange: -20.62, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Asia Pacific`, - Country: `Malaysia`, - Risk: `Low`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-06-10`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 416 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Palladium`, - Spread: 0.01, - Open: 600.55, - Price: 610.38, - Buy: 601, - Sell: 601.01, - Change: 9.38, - ChangePercent: 1.56, - Volume: 651, - High: 607.2, - Low: 598.4, - YearlyHigh: 690, - YearlyLow: 458.6, - YearlyStart: 574.3, - YearlyChange: 4.65, - Settlement: `Cash`, - Contract: `Swap`, - Region: `North America`, - Country: `United States`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-04-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 417 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P 600 MINI`, - Spread: 0.01, - Open: 687.9, - Price: 693.38, - Buy: 687.9, - Sell: 687.9, - Change: 5.5, - ChangePercent: 0.8, - Volume: 0, - High: 0, - Low: 0, - YearlyHigh: 620.32, - YearlyLow: 595.9, - YearlyStart: 608.11, - YearlyChange: 13.12, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Asia Pacific`, - Country: `Philippines`, - Risk: `High`, - Sector: `Government`, - Currency: `PLN`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-02-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 418 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Palladium`, - Spread: 0.01, - Open: 600.55, - Price: 600.76, - Buy: 601, - Sell: 601.01, - Change: -0.24, - ChangePercent: -0.04, - Volume: 651, - High: 607.2, - Low: 598.4, - YearlyHigh: 690, - YearlyLow: 458.6, - YearlyStart: 574.3, - YearlyChange: 4.65, - Settlement: `Cash`, - Contract: `Options`, - Region: `Middle East`, - Country: `Iraq`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-03-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 419 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Corn`, - Spread: 0.01, - Open: 379.5, - Price: 375.09, - Buy: 379.8, - Sell: 379.81, - Change: -4.71, - ChangePercent: -1.24, - Volume: 11266, - High: 381, - Low: 377.75, - YearlyHigh: 471.25, - YearlyLow: 351.25, - YearlyStart: 411.25, - YearlyChange: -7.65, - Settlement: `Credit`, - Contract: `Forwards`, - Region: `Asia Pacific`, - Country: `Korea`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `FedEx`, - Maturity: `2022-08-19`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 420 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Ethanol`, - Spread: 0.01, - Open: 1.512, - Price: 2.78, - Buy: 2.75, - Sell: 2.76, - Change: 0.03, - ChangePercent: 0.92, - Volume: 14, - High: 2.75, - Low: 1.12, - YearlyHigh: 2.75, - YearlyLow: 1.12, - YearlyStart: 1.48, - YearlyChange: 86.7, - Settlement: `Cash`, - Contract: `Futures`, - Region: `South America`, - Country: `Suriname`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-05-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 421 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Sugar`, - Spread: 0.01, - Open: 15.68, - Price: 14.44, - Buy: 14.67, - Sell: 14.68, - Change: -0.23, - ChangePercent: -1.6, - Volume: 4949, - High: 15.7, - Low: 14.67, - YearlyHigh: 16.87, - YearlyLow: 11.37, - YearlyStart: 14.12, - YearlyChange: 3.92, - Settlement: `Cash`, - Contract: `Options`, - Region: `North America`, - Country: `United States`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-05-23`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 422 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Ethanol`, - Spread: 0.01, - Open: 1.512, - Price: 2.73, - Buy: 2.75, - Sell: 2.76, - Change: -0.02, - ChangePercent: -0.88, - Volume: 14, - High: 2.75, - Low: 1.12, - YearlyHigh: 2.75, - YearlyLow: 1.12, - YearlyStart: 1.48, - YearlyChange: 86.7, - Settlement: `Loan`, - Contract: `Futures`, - Region: `Asia Pacific`, - Country: `Indonesia`, - Risk: `High`, - Sector: `Government`, - Currency: `PLN`, - Security: `High`, - Issuer: `FedEx`, - Maturity: `2022-07-21`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 423 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `BTC/USD`, - Spread: 0.06, - Open: 93.88, - Price: 21311.58, - Buy: 21200.76, - Sell: 21400.78, - Change: 310.81, - ChangePercent: 1.48, - Volume: 5788000, - High: 22400.05, - Low: 20100.75, - YearlyHigh: 62400.7, - YearlyLow: 15100.88, - YearlyStart: 21200.29, - YearlyChange: -20.62, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Asia Pacific`, - Country: `Australia`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-04-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 424 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Coal`, - Spread: 0.015, - Open: 0.4363, - Price: 0.41, - Buy: 0.44, - Sell: 0.44, - Change: -0.01, - ChangePercent: -1.4, - Volume: 3, - High: 0.44, - Low: 0.44, - YearlyHigh: 0.48, - YearlyLow: 0.4, - YearlyStart: 0.44, - YearlyChange: -5.33, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `South America`, - Country: `Chile`, - Risk: `High`, - Sector: `Private`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-01-19`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 425 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Rice`, - Spread: 0.01, - Open: 11.245, - Price: 10.26, - Buy: 10.41, - Sell: 10.42, - Change: -0.16, - ChangePercent: -1.52, - Volume: 220, - High: 11.38, - Low: 10.42, - YearlyHigh: 14.14, - YearlyLow: 9.7, - YearlyStart: 11.92, - YearlyChange: -12.62, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `Europe`, - Country: `Romania`, - Risk: `Low`, - Sector: `Government`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-07-21`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 426 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Silver`, - Spread: 0.01, - Open: 17.43, - Price: 17.47, - Buy: 17.43, - Sell: 17.43, - Change: 0.05, - ChangePercent: 0.28, - Volume: 11720, - High: 17.51, - Low: 17.37, - YearlyHigh: 18.06, - YearlyLow: 13.73, - YearlyStart: 15.89, - YearlyChange: 9.59, - Settlement: `Cash`, - Contract: `CFD`, - Region: `Africa`, - Country: `Senegal`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-04-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 427 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `US 10YR Future`, - Spread: 0.01, - Open: 130.5625, - Price: 132.57, - Buy: 130.56, - Sell: 130.56, - Change: 1.99, - ChangePercent: 1.52, - Volume: 189310, - High: 130.63, - Low: 130.44, - YearlyHigh: 132.64, - YearlyLow: 125.48, - YearlyStart: 129.06, - YearlyChange: 1.18, - Settlement: `Cash`, - Contract: `Options`, - Region: `Europe`, - Country: `Bulgaria`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-02-19`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 428 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Gold`, - Spread: 0.01, - Open: 1281.1, - Price: 1258.7, - Buy: 1280.73, - Sell: 1280.74, - Change: -22.03, - ChangePercent: -1.72, - Volume: 48387, - High: 1289.5, - Low: 1279.1, - YearlyHigh: 1306, - YearlyLow: 1047.2, - YearlyStart: 1176.6, - YearlyChange: 8.85, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Europe`, - Country: `Croatia`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-07-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 429 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `LV Cattle`, - Spread: 0.01, - Open: 120.725, - Price: 122.15, - Buy: 120.72, - Sell: 120.72, - Change: 1.45, - ChangePercent: 1.2, - Volume: 4, - High: 120.72, - Low: 120.72, - YearlyHigh: 147.98, - YearlyLow: 113.9, - YearlyStart: 130.94, - YearlyChange: -7.82, - Settlement: `Loan`, - Contract: `Options`, - Region: `Africa`, - Country: `Libya`, - Risk: `High`, - Sector: `Public`, - Currency: `PLN`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-07-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 430 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Cotton`, - Spread: 0.01, - Open: 61.77, - Price: 61.49, - Buy: 61.77, - Sell: 61.77, - Change: -0.27, - ChangePercent: -0.44, - Volume: 3612, - High: 62.06, - Low: 61.32, - YearlyHigh: 67.59, - YearlyLow: 54.33, - YearlyStart: 60.96, - YearlyChange: 1.31, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Asia Pacific`, - Country: `Hong Kong`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-04-21`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 431 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/CHF`, - Spread: 0.02, - Open: 1.0337, - Price: 1.04, - Buy: 1.03, - Sell: 1.03, - Change: 0, - ChangePercent: -0.4, - Volume: 5550, - High: 1.03, - Low: 1.03, - YearlyHigh: 1.11, - YearlyLow: 0.98, - YearlyStart: 1.04, - YearlyChange: -0.12, - Settlement: `Cash`, - Contract: `CFD`, - Region: `Middle East`, - Country: `Bahrain`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-02-22`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 432 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Ethanol`, - Spread: 0.01, - Open: 1.512, - Price: 2.71, - Buy: 2.75, - Sell: 2.76, - Change: -0.04, - ChangePercent: -1.6, - Volume: 14, - High: 2.75, - Low: 1.12, - YearlyHigh: 2.75, - YearlyLow: 1.12, - YearlyStart: 1.48, - YearlyChange: 86.7, - Settlement: `Cash`, - Contract: `CFD`, - Region: `Europe`, - Country: `Bulgaria`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-01-22`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 433 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `Lean Hogs`, - Spread: 0.01, - Open: 81.275, - Price: 83.19, - Buy: 81.81, - Sell: 81.82, - Change: 1.38, - ChangePercent: 1.68, - Volume: 1, - High: 81.81, - Low: 81.28, - YearlyHigh: 83.98, - YearlyLow: 70.25, - YearlyStart: 77.11, - YearlyChange: 6.09, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Europe`, - Country: `Greece`, - Risk: `High`, - Sector: `Public`, - Currency: `USD`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-04-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 434 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Milk`, - Spread: 0.01, - Open: 12.87, - Price: 12.89, - Buy: 12.87, - Sell: 12.87, - Change: 0.03, - ChangePercent: 0.2, - Volume: 7, - High: 12.89, - Low: 12.81, - YearlyHigh: 16.96, - YearlyLow: 12.81, - YearlyStart: 14.88, - YearlyChange: -13.6, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `Europe`, - Country: `Russia`, - Risk: `High`, - Sector: `Private`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-02-21`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 435 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P MID MINI`, - Spread: 0.01, - Open: 1454.3, - Price: 1472.09, - Buy: 1455.78, - Sell: 1455.79, - Change: 16.31, - ChangePercent: 1.12, - Volume: 338, - High: 1455.78, - Low: 1448, - YearlyHigh: 1527.3, - YearlyLow: 1236, - YearlyStart: 1381.65, - YearlyChange: 5.37, - Settlement: `Cash`, - Contract: `Options`, - Region: `South America`, - Country: `Guyana`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-08-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 436 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `US 2Y Future`, - Spread: 0.01, - Open: 109.3984, - Price: 110.31, - Buy: 109.4, - Sell: 109.4, - Change: 0.92, - ChangePercent: 0.84, - Volume: 17742, - High: 109.41, - Low: 109.38, - YearlyHigh: 109.8, - YearlyLow: 108.62, - YearlyStart: 109.21, - YearlyChange: 0.16, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Asia Pacific`, - Country: `Azerbaijan`, - Risk: `Low`, - Sector: `Public`, - Currency: `EUR`, - Security: `High`, - Issuer: `FedEx`, - Maturity: `2022-04-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 437 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `OJ Future`, - Spread: 0.01, - Open: 140.6, - Price: 141.25, - Buy: 140.18, - Sell: 140.19, - Change: 1.06, - ChangePercent: 0.76, - Volume: 7, - High: 140.19, - Low: 0, - YearlyHigh: 155.95, - YearlyLow: 113, - YearlyStart: 134.47, - YearlyChange: 4.25, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Europe`, - Country: `Czechia`, - Risk: `Low`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-08-16`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 438 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Coffee`, - Spread: 0.01, - Open: 125.7, - Price: 123.63, - Buy: 125.7, - Sell: 125.7, - Change: -2.06, - ChangePercent: -1.64, - Volume: 1654, - High: 125.8, - Low: 125, - YearlyHigh: 155.75, - YearlyLow: 115.35, - YearlyStart: 135.55, - YearlyChange: -7.27, - Settlement: `Credit`, - Contract: `Futures`, - Region: `South America`, - Country: `Brazil`, - Risk: `Low`, - Sector: `Government`, - Currency: `PLN`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-05-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 439 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Coffee`, - Spread: 0.01, - Open: 125.7, - Price: 124.03, - Buy: 125.7, - Sell: 125.7, - Change: -1.66, - ChangePercent: -1.32, - Volume: 1654, - High: 125.8, - Low: 125, - YearlyHigh: 155.75, - YearlyLow: 115.35, - YearlyStart: 135.55, - YearlyChange: -7.27, - Settlement: `Cash`, - Contract: `Options`, - Region: `South America`, - Country: `Suriname`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-03-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 440 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Cotton`, - Spread: 0.01, - Open: 61.77, - Price: 60.72, - Buy: 61.77, - Sell: 61.77, - Change: -1.04, - ChangePercent: -1.68, - Volume: 3612, - High: 62.06, - Low: 61.32, - YearlyHigh: 67.59, - YearlyLow: 54.33, - YearlyStart: 60.96, - YearlyChange: 1.31, - Settlement: `Cash`, - Contract: `CFD`, - Region: `Africa`, - Country: `Cameroon`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-03-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 441 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `FD Cattle`, - Spread: 0.01, - Open: 147.175, - Price: 148.25, - Buy: 148.6, - Sell: 148.61, - Change: -0.36, - ChangePercent: -0.24, - Volume: 5, - High: 148.61, - Low: 147.18, - YearlyHigh: 190, - YearlyLow: 138.1, - YearlyStart: 164.05, - YearlyChange: -9.41, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Africa`, - Country: `Ethiopia`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-08-11`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 442 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `GBP/USD`, - Spread: 0.02, - Open: 1.4464, - Price: 1.19, - Buy: 1.18, - Sell: 1.2, - Change: 0, - ChangePercent: -0.72, - Volume: 29450, - High: 1.45, - Low: 1.19, - YearlyHigh: 1.59, - YearlyLow: 1.19, - YearlyStart: 1.49, - YearlyChange: -19.59, - Settlement: `Loan`, - Contract: `CFD`, - Region: `Middle East`, - Country: `Syria`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-08-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 443 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P MID MINI`, - Spread: 0.01, - Open: 1454.3, - Price: 1437.15, - Buy: 1455.78, - Sell: 1455.79, - Change: -18.63, - ChangePercent: -1.28, - Volume: 338, - High: 1455.78, - Low: 1448, - YearlyHigh: 1527.3, - YearlyLow: 1236, - YearlyStart: 1381.65, - YearlyChange: 5.37, - Settlement: `Loan`, - Contract: `Forwards`, - Region: `Africa`, - Country: `South Africa`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-02-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 444 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Palladium`, - Spread: 0.01, - Open: 600.55, - Price: 595.71, - Buy: 601, - Sell: 601.01, - Change: -5.29, - ChangePercent: -0.88, - Volume: 651, - High: 607.2, - Low: 598.4, - YearlyHigh: 690, - YearlyLow: 458.6, - YearlyStart: 574.3, - YearlyChange: 4.65, - Settlement: `Loan`, - Contract: `CFD`, - Region: `Middle East`, - Country: `Israel`, - Risk: `Low`, - Sector: `Public`, - Currency: `PLN`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-04-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 445 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `AUD/USD`, - Spread: 0.02, - Open: 0.7344, - Price: 0.74, - Buy: 0.73, - Sell: 0.73, - Change: 0, - ChangePercent: -0.44, - Volume: 36764, - High: 0.74, - Low: 0.73, - YearlyHigh: 0.79, - YearlyLow: 0.68, - YearlyStart: 0.73, - YearlyChange: 1.28, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Europe`, - Country: `Switzerland`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `FedEx`, - Maturity: `2022-02-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 446 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `US 30YR Future`, - Spread: 0.01, - Open: 164.875, - Price: 166.19, - Buy: 164.15, - Sell: 164.16, - Change: 2.03, - ChangePercent: 1.24, - Volume: 28012, - High: 165.25, - Low: 164.04, - YearlyHigh: 169.38, - YearlyLow: 151.47, - YearlyStart: 160.43, - YearlyChange: 2.33, - Settlement: `Cash`, - Contract: `Options`, - Region: `Middle East`, - Country: `Bahrain`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `High`, - Issuer: `American Airlines`, - Maturity: `2022-02-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 447 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Rice`, - Spread: 0.01, - Open: 11.245, - Price: 10.42, - Buy: 10.41, - Sell: 10.42, - Change: 0, - ChangePercent: 0.04, - Volume: 220, - High: 11.38, - Low: 10.42, - YearlyHigh: 14.14, - YearlyLow: 9.7, - YearlyStart: 11.92, - YearlyChange: -12.62, - Settlement: `Credit`, - Contract: `Futures`, - Region: `Europe`, - Country: `Croatia`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-06-23`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 448 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `Lean Hogs`, - Spread: 0.01, - Open: 81.275, - Price: 82.63, - Buy: 81.81, - Sell: 81.82, - Change: 0.82, - ChangePercent: 1, - Volume: 1, - High: 81.81, - Low: 81.28, - YearlyHigh: 83.98, - YearlyLow: 70.25, - YearlyStart: 77.11, - YearlyChange: 6.09, - Settlement: `Credit`, - Contract: `Futures`, - Region: `Asia Pacific`, - Country: `Indonesia`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-04-10`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 449 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/JPY`, - Spread: 0.02, - Open: 9275.5, - Price: 9429.48, - Buy: 9277.32, - Sell: 9277.34, - Change: 152.15, - ChangePercent: 1.64, - Volume: 47734, - High: 9277.33, - Low: 0.93, - YearlyHigh: 9483, - YearlyLow: 0.93, - YearlyStart: 4741.97, - YearlyChange: 95.64, - Settlement: `Loan`, - Contract: `Swap`, - Region: `North America`, - Country: `United States`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-01-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 450 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `BTC/USD`, - Spread: 0.06, - Open: 93.88, - Price: 20899.97, - Buy: 21200.76, - Sell: 21400.78, - Change: -100.8, - ChangePercent: -0.48, - Volume: 5788000, - High: 22400.05, - Low: 20100.75, - YearlyHigh: 62400.7, - YearlyLow: 15100.88, - YearlyStart: 21200.29, - YearlyChange: -20.62, - Settlement: `Loan`, - Contract: `Futures`, - Region: `Middle East`, - Country: `Israel`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-02-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 451 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `US 10YR Future`, - Spread: 0.01, - Open: 130.5625, - Price: 131.16, - Buy: 130.56, - Sell: 130.56, - Change: 0.58, - ChangePercent: 0.44, - Volume: 189310, - High: 130.63, - Low: 130.44, - YearlyHigh: 132.64, - YearlyLow: 125.48, - YearlyStart: 129.06, - YearlyChange: 1.18, - Settlement: `Loan`, - Contract: `CFD`, - Region: `Middle East`, - Country: `Saudi Arabia`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-04-23`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 452 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Wheat`, - Spread: 0.01, - Open: 465.5, - Price: 461.05, - Buy: 465.5, - Sell: 465.5, - Change: -4.47, - ChangePercent: -0.96, - Volume: 4318, - High: 467, - Low: 463.25, - YearlyHigh: 628.5, - YearlyLow: 449.5, - YearlyStart: 539, - YearlyChange: -13.63, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Asia Pacific`, - Country: `China`, - Risk: `Low`, - Sector: `Government`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-03-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 453 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `OJ Future`, - Spread: 0.01, - Open: 140.6, - Price: 140.81, - Buy: 140.18, - Sell: 140.19, - Change: 0.62, - ChangePercent: 0.44, - Volume: 7, - High: 140.19, - Low: 0, - YearlyHigh: 155.95, - YearlyLow: 113, - YearlyStart: 134.47, - YearlyChange: 4.25, - Settlement: `Loan`, - Contract: `Futures`, - Region: `Asia Pacific`, - Country: `Malaysia`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-05-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 454 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `AUD/USD`, - Spread: 0.02, - Open: 0.7344, - Price: 0.74, - Buy: 0.73, - Sell: 0.73, - Change: 0, - ChangePercent: -0.8, - Volume: 36764, - High: 0.74, - Low: 0.73, - YearlyHigh: 0.79, - YearlyLow: 0.68, - YearlyStart: 0.73, - YearlyChange: 1.28, - Settlement: `Cash`, - Contract: `Options`, - Region: `Middle East`, - Country: `Bahrain`, - Risk: `Low`, - Sector: `Public`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-02-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 455 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Copper`, - Spread: 0.02, - Open: 2.123, - Price: 2.14, - Buy: 2.12, - Sell: 2.12, - Change: 0.03, - ChangePercent: 1.4, - Volume: 28819, - High: 2.16, - Low: 2.11, - YearlyHigh: 2.94, - YearlyLow: 1.96, - YearlyStart: 2.45, - YearlyChange: -13.76, - Settlement: `Cash`, - Contract: `Options`, - Region: `Africa`, - Country: `South Africa`, - Risk: `High`, - Sector: `Private`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-03-11`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 456 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Uranium`, - Spread: 0.02, - Open: 27.55, - Price: 27.66, - Buy: 27.55, - Sell: 27.55, - Change: 0.08, - ChangePercent: 0.28, - Volume: 12, - High: 27.55, - Low: 27.55, - YearlyHigh: 29.32, - YearlyLow: 21.28, - YearlyStart: 25.3, - YearlyChange: 9.01, - Settlement: `Cash`, - Contract: `CFD`, - Region: `Europe`, - Country: `Finland`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-04-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 457 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Oil`, - Spread: 0.015, - Open: 45.54, - Price: 45.31, - Buy: 45.78, - Sell: 45.8, - Change: -0.48, - ChangePercent: -1.04, - Volume: 107196, - High: 45.94, - Low: 45, - YearlyHigh: 65.28, - YearlyLow: 30.79, - YearlyStart: 48.03, - YearlyChange: -4.67, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Africa`, - Country: `Ethiopia`, - Risk: `Low`, - Sector: `Public`, - Currency: `USD`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-01-24`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 458 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/JPY`, - Spread: 0.02, - Open: 9275.5, - Price: 9277.33, - Buy: 9277.32, - Sell: 9277.34, - Change: 0, - ChangePercent: 0, - Volume: 47734, - High: 9277.33, - Low: 0.93, - YearlyHigh: 9483, - YearlyLow: 0.93, - YearlyStart: 4741.97, - YearlyChange: 95.64, - Settlement: `Cash`, - Contract: `Options`, - Region: `Middle East`, - Country: `Lebanon`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-01-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 459 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Rice`, - Spread: 0.01, - Open: 11.245, - Price: 10.43, - Buy: 10.41, - Sell: 10.42, - Change: 0.01, - ChangePercent: 0.12, - Volume: 220, - High: 11.38, - Low: 10.42, - YearlyHigh: 14.14, - YearlyLow: 9.7, - YearlyStart: 11.92, - YearlyChange: -12.62, - Settlement: `Credit`, - Contract: `Futures`, - Region: `Middle East`, - Country: `Israel`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `FedEx`, - Maturity: `2022-07-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 460 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Coal`, - Spread: 0.015, - Open: 0.4363, - Price: 0.41, - Buy: 0.44, - Sell: 0.44, - Change: -0.01, - ChangePercent: -0.52, - Volume: 3, - High: 0.44, - Low: 0.44, - YearlyHigh: 0.48, - YearlyLow: 0.4, - YearlyStart: 0.44, - YearlyChange: -5.33, - Settlement: `Cash`, - Contract: `CFD`, - Region: `Europe`, - Country: `Czechia`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-09-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 461 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Coal`, - Spread: 0.015, - Open: 0.4363, - Price: 0.41, - Buy: 0.44, - Sell: 0.44, - Change: -0.01, - ChangePercent: -0.8, - Volume: 3, - High: 0.44, - Low: 0.44, - YearlyHigh: 0.48, - YearlyLow: 0.4, - YearlyStart: 0.44, - YearlyChange: -5.33, - Settlement: `Cash`, - Contract: `Options`, - Region: `Middle East`, - Country: `Lebanon`, - Risk: `Low`, - Sector: `Government`, - Currency: `USD`, - Security: `High`, - Issuer: `American Airlines`, - Maturity: `2022-01-16`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 462 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Coffee`, - Spread: 0.01, - Open: 125.7, - Price: 123.33, - Buy: 125.7, - Sell: 125.7, - Change: -2.36, - ChangePercent: -1.88, - Volume: 1654, - High: 125.8, - Low: 125, - YearlyHigh: 155.75, - YearlyLow: 115.35, - YearlyStart: 135.55, - YearlyChange: -7.27, - Settlement: `Cash`, - Contract: `Options`, - Region: `Europe`, - Country: `Romania`, - Risk: `High`, - Sector: `Public`, - Currency: `USD`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-07-23`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 463 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `Lean Hogs`, - Spread: 0.01, - Open: 81.275, - Price: 80.8, - Buy: 81.81, - Sell: 81.82, - Change: -1.01, - ChangePercent: -1.24, - Volume: 1, - High: 81.81, - Low: 81.28, - YearlyHigh: 83.98, - YearlyLow: 70.25, - YearlyStart: 77.11, - YearlyChange: 6.09, - Settlement: `Credit`, - Contract: `Swap`, - Region: `North America`, - Country: `United States`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-06-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 464 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Rice`, - Spread: 0.01, - Open: 11.245, - Price: 10.47, - Buy: 10.41, - Sell: 10.42, - Change: 0.05, - ChangePercent: 0.52, - Volume: 220, - High: 11.38, - Low: 10.42, - YearlyHigh: 14.14, - YearlyLow: 9.7, - YearlyStart: 11.92, - YearlyChange: -12.62, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `Middle East`, - Country: `Oman`, - Risk: `High`, - Sector: `Public`, - Currency: `USD`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-02-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 465 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P 600 MINI`, - Spread: 0.01, - Open: 687.9, - Price: 684.58, - Buy: 687.9, - Sell: 687.9, - Change: -3.3, - ChangePercent: -0.48, - Volume: 0, - High: 0, - Low: 0, - YearlyHigh: 620.32, - YearlyLow: 595.9, - YearlyStart: 608.11, - YearlyChange: 13.12, - Settlement: `Loan`, - Contract: `Futures`, - Region: `Middle East`, - Country: `Oman`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-09-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 466 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `Euro$ 3M`, - Spread: 0.01, - Open: 99.18, - Price: 100, - Buy: 99.18, - Sell: 99.18, - Change: 0.83, - ChangePercent: 0.84, - Volume: 29509, - High: 99.18, - Low: 99.17, - YearlyHigh: 99.38, - YearlyLow: 98.41, - YearlyStart: 98.89, - YearlyChange: 0.28, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `Europe`, - Country: `Finland`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-02-21`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 467 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Lumber`, - Spread: 0.01, - Open: 303.9, - Price: 302.04, - Buy: 304.59, - Sell: 304.6, - Change: -2.56, - ChangePercent: -0.84, - Volume: 2, - High: 304.6, - Low: 303.9, - YearlyHigh: 317.1, - YearlyLow: 236, - YearlyStart: 276.55, - YearlyChange: 10.14, - Settlement: `Credit`, - Contract: `Options`, - Region: `Africa`, - Country: `Niger`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-04-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 468 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Rice`, - Spread: 0.01, - Open: 11.245, - Price: 10.56, - Buy: 10.41, - Sell: 10.42, - Change: 0.14, - ChangePercent: 1.36, - Volume: 220, - High: 11.38, - Low: 10.42, - YearlyHigh: 14.14, - YearlyLow: 9.7, - YearlyStart: 11.92, - YearlyChange: -12.62, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Africa`, - Country: `Cameroon`, - Risk: `Low`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-05-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 469 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `LV Cattle`, - Spread: 0.01, - Open: 120.725, - Price: 119.74, - Buy: 120.72, - Sell: 120.72, - Change: -0.97, - ChangePercent: -0.8, - Volume: 4, - High: 120.72, - Low: 120.72, - YearlyHigh: 147.98, - YearlyLow: 113.9, - YearlyStart: 130.94, - YearlyChange: -7.82, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Asia Pacific`, - Country: `Korea`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-05-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 470 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Platinum`, - Spread: 0.01, - Open: 1071.6, - Price: 1062.96, - Buy: 1071.09, - Sell: 1071.1, - Change: -8.14, - ChangePercent: -0.76, - Volume: 3039, - High: 1081.2, - Low: 1070.5, - YearlyHigh: 1120.6, - YearlyLow: 812.4, - YearlyStart: 966.5, - YearlyChange: 10.82, - Settlement: `Cash`, - Contract: `Futures`, - Region: `North America`, - Country: `Canada`, - Risk: `High`, - Sector: `Private`, - Currency: `PLN`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-07-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 471 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Ethanol`, - Spread: 0.01, - Open: 1.512, - Price: 2.73, - Buy: 2.75, - Sell: 2.76, - Change: -0.02, - ChangePercent: -0.88, - Volume: 14, - High: 2.75, - Low: 1.12, - YearlyHigh: 2.75, - YearlyLow: 1.12, - YearlyStart: 1.48, - YearlyChange: 86.7, - Settlement: `Loan`, - Contract: `Swap`, - Region: `South America`, - Country: `Bolivia`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-02-24`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 472 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `AUD/USD`, - Spread: 0.02, - Open: 0.7344, - Price: 0.76, - Buy: 0.73, - Sell: 0.73, - Change: 0.02, - ChangePercent: 1.76, - Volume: 36764, - High: 0.74, - Low: 0.73, - YearlyHigh: 0.79, - YearlyLow: 0.68, - YearlyStart: 0.73, - YearlyChange: 1.28, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Africa`, - Country: `Libya`, - Risk: `Low`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-07-11`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 473 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `DOW Future`, - Spread: 0.01, - Open: 17711, - Price: 18038.06, - Buy: 17712.15, - Sell: 17712.16, - Change: 325.91, - ChangePercent: 1.84, - Volume: 22236, - High: 17727, - Low: 17642, - YearlyHigh: 18083, - YearlyLow: 15299, - YearlyStart: 16691, - YearlyChange: 6.12, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `Middle East`, - Country: `Bahrain`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-02-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 474 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Copper`, - Spread: 0.02, - Open: 2.123, - Price: 2.14, - Buy: 2.12, - Sell: 2.12, - Change: 0.03, - ChangePercent: 1.08, - Volume: 28819, - High: 2.16, - Low: 2.11, - YearlyHigh: 2.94, - YearlyLow: 1.96, - YearlyStart: 2.45, - YearlyChange: -13.76, - Settlement: `Loan`, - Contract: `Forwards`, - Region: `Europe`, - Country: `Poland`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-08-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 475 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Diesel`, - Spread: 0.015, - Open: 1.3474, - Price: 1.37, - Buy: 1.35, - Sell: 1.35, - Change: 0.01, - ChangePercent: 0.68, - Volume: 2971, - High: 1.36, - Low: 1.34, - YearlyHigh: 2.11, - YearlyLow: 0.92, - YearlyStart: 1.51, - YearlyChange: -10.4, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `Asia Pacific`, - Country: `Singapore`, - Risk: `High`, - Sector: `Public`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-02-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 476 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `NAS Future`, - Spread: 0.01, - Open: 4341.25, - Price: 4402.06, - Buy: 4341.25, - Sell: 4341.25, - Change: 60.78, - ChangePercent: 1.4, - Volume: 18259, - High: 4347, - Low: 4318, - YearlyHigh: 4719.75, - YearlyLow: 3867.75, - YearlyStart: 4293.75, - YearlyChange: 1.11, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Africa`, - Country: `Cameroon`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `High`, - Issuer: `FedEx`, - Maturity: `2022-05-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 477 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `US 2Y Future`, - Spread: 0.01, - Open: 109.3984, - Price: 110.26, - Buy: 109.4, - Sell: 109.4, - Change: 0.87, - ChangePercent: 0.8, - Volume: 17742, - High: 109.41, - Low: 109.38, - YearlyHigh: 109.8, - YearlyLow: 108.62, - YearlyStart: 109.21, - YearlyChange: 0.16, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Africa`, - Country: `Algeria`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-07-23`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 478 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P Future`, - Spread: 0.01, - Open: 2057.5, - Price: 2020.41, - Buy: 2056.6, - Sell: 2056.61, - Change: -36.19, - ChangePercent: -1.76, - Volume: 142780, - High: 2059.5, - Low: 2049, - YearlyHigh: 2105.5, - YearlyLow: 1794.5, - YearlyStart: 1950, - YearlyChange: 5.47, - Settlement: `Loan`, - Contract: `CFD`, - Region: `Middle East`, - Country: `Jordan`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-07-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 479 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Coal`, - Spread: 0.015, - Open: 0.4363, - Price: 0.42, - Buy: 0.44, - Sell: 0.44, - Change: 0, - ChangePercent: 0.52, - Volume: 3, - High: 0.44, - Low: 0.44, - YearlyHigh: 0.48, - YearlyLow: 0.4, - YearlyStart: 0.44, - YearlyChange: -5.33, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Europe`, - Country: `Finland`, - Risk: `Low`, - Sector: `Public`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-07-22`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 480 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Oil`, - Spread: 0.015, - Open: 45.54, - Price: 45.77, - Buy: 45.78, - Sell: 45.8, - Change: -0.02, - ChangePercent: -0.04, - Volume: 107196, - High: 45.94, - Low: 45, - YearlyHigh: 65.28, - YearlyLow: 30.79, - YearlyStart: 48.03, - YearlyChange: -4.67, - Settlement: `Credit`, - Contract: `Swap`, - Region: `South America`, - Country: `Paraguay`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-07-19`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 481 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `Lean Hogs`, - Spread: 0.01, - Open: 81.275, - Price: 81.16, - Buy: 81.81, - Sell: 81.82, - Change: -0.65, - ChangePercent: -0.8, - Volume: 1, - High: 81.81, - Low: 81.28, - YearlyHigh: 83.98, - YearlyLow: 70.25, - YearlyStart: 77.11, - YearlyChange: 6.09, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `Asia Pacific`, - Country: `Singapore`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-06-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 482 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Oats`, - Spread: 0.01, - Open: 194.5, - Price: 196.39, - Buy: 194.21, - Sell: 194.22, - Change: 2.17, - ChangePercent: 1.12, - Volume: 64, - High: 195.75, - Low: 194, - YearlyHigh: 241.25, - YearlyLow: 183.75, - YearlyStart: 212.5, - YearlyChange: -8.6, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Middle East`, - Country: `Qatar`, - Risk: `Low`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-08-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 483 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Ethanol`, - Spread: 0.01, - Open: 1.512, - Price: 2.72, - Buy: 2.75, - Sell: 2.76, - Change: -0.03, - ChangePercent: -1.36, - Volume: 14, - High: 2.75, - Low: 1.12, - YearlyHigh: 2.75, - YearlyLow: 1.12, - YearlyStart: 1.48, - YearlyChange: 86.7, - Settlement: `Loan`, - Contract: `Options`, - Region: `Africa`, - Country: `Tunisia`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `FedEx`, - Maturity: `2022-06-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 484 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `DOW Future`, - Spread: 0.01, - Open: 17711, - Price: 17740.49, - Buy: 17712.15, - Sell: 17712.16, - Change: 28.34, - ChangePercent: 0.16, - Volume: 22236, - High: 17727, - Low: 17642, - YearlyHigh: 18083, - YearlyLow: 15299, - YearlyStart: 16691, - YearlyChange: 6.12, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Africa`, - Country: `Tunisia`, - Risk: `Low`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-05-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 485 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `OJ Future`, - Spread: 0.01, - Open: 140.6, - Price: 140.19, - Buy: 140.18, - Sell: 140.19, - Change: 0, - ChangePercent: 0, - Volume: 7, - High: 140.19, - Low: 0, - YearlyHigh: 155.95, - YearlyLow: 113, - YearlyStart: 134.47, - YearlyChange: 4.25, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Africa`, - Country: `Libya`, - Risk: `High`, - Sector: `Government`, - Currency: `PLN`, - Security: `High`, - Issuer: `American Airlines`, - Maturity: `2022-02-24`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 486 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `OJ Future`, - Spread: 0.01, - Open: 140.6, - Price: 139.12, - Buy: 140.18, - Sell: 140.19, - Change: -1.07, - ChangePercent: -0.76, - Volume: 7, - High: 140.19, - Low: 0, - YearlyHigh: 155.95, - YearlyLow: 113, - YearlyStart: 134.47, - YearlyChange: 4.25, - Settlement: `Credit`, - Contract: `Swap`, - Region: `South America`, - Country: `Bolivia`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-01-24`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 487 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Palladium`, - Spread: 0.01, - Open: 600.55, - Price: 594.51, - Buy: 601, - Sell: 601.01, - Change: -6.49, - ChangePercent: -1.08, - Volume: 651, - High: 607.2, - Low: 598.4, - YearlyHigh: 690, - YearlyLow: 458.6, - YearlyStart: 574.3, - YearlyChange: 4.65, - Settlement: `Loan`, - Contract: `Options`, - Region: `Africa`, - Country: `Cameroon`, - Risk: `Low`, - Sector: `Public`, - Currency: `USD`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-04-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 488 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Oats`, - Spread: 0.01, - Open: 194.5, - Price: 193.83, - Buy: 194.21, - Sell: 194.22, - Change: -0.39, - ChangePercent: -0.2, - Volume: 64, - High: 195.75, - Low: 194, - YearlyHigh: 241.25, - YearlyLow: 183.75, - YearlyStart: 212.5, - YearlyChange: -8.6, - Settlement: `Cash`, - Contract: `CFD`, - Region: `Asia Pacific`, - Country: `Korea`, - Risk: `High`, - Sector: `Government`, - Currency: `PLN`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-02-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 489 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/JPY`, - Spread: 0.02, - Open: 9275.5, - Price: 9351.55, - Buy: 9277.32, - Sell: 9277.34, - Change: 74.22, - ChangePercent: 0.8, - Volume: 47734, - High: 9277.33, - Low: 0.93, - YearlyHigh: 9483, - YearlyLow: 0.93, - YearlyStart: 4741.97, - YearlyChange: 95.64, - Settlement: `Loan`, - Contract: `Swap`, - Region: `North America`, - Country: `Canada`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-05-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 490 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P Future`, - Spread: 0.01, - Open: 2057.5, - Price: 2054.96, - Buy: 2056.6, - Sell: 2056.61, - Change: -1.64, - ChangePercent: -0.08, - Volume: 142780, - High: 2059.5, - Low: 2049, - YearlyHigh: 2105.5, - YearlyLow: 1794.5, - YearlyStart: 1950, - YearlyChange: 5.47, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `Africa`, - Country: `Niger`, - Risk: `Low`, - Sector: `Public`, - Currency: `USD`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-01-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 491 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Lumber`, - Spread: 0.01, - Open: 303.9, - Price: 304.84, - Buy: 304.59, - Sell: 304.6, - Change: 0.24, - ChangePercent: 0.08, - Volume: 2, - High: 304.6, - Low: 303.9, - YearlyHigh: 317.1, - YearlyLow: 236, - YearlyStart: 276.55, - YearlyChange: 10.14, - Settlement: `Cash`, - Contract: `Swap`, - Region: `South America`, - Country: `Brazil`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `High`, - Issuer: `American Airlines`, - Maturity: `2022-04-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 492 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `US 30YR Future`, - Spread: 0.01, - Open: 164.875, - Price: 165.6, - Buy: 164.15, - Sell: 164.16, - Change: 1.44, - ChangePercent: 0.88, - Volume: 28012, - High: 165.25, - Low: 164.04, - YearlyHigh: 169.38, - YearlyLow: 151.47, - YearlyStart: 160.43, - YearlyChange: 2.33, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Asia Pacific`, - Country: `New Zealand`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-04-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 493 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `Euro$ 3M`, - Spread: 0.01, - Open: 99.18, - Price: 99.96, - Buy: 99.18, - Sell: 99.18, - Change: 0.79, - ChangePercent: 0.8, - Volume: 29509, - High: 99.18, - Low: 99.17, - YearlyHigh: 99.38, - YearlyLow: 98.41, - YearlyStart: 98.89, - YearlyChange: 0.28, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Middle East`, - Country: `Israel`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `American Airlines`, - Maturity: `2022-03-11`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 494 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/JPY`, - Spread: 0.02, - Open: 9275.5, - Price: 9117.76, - Buy: 9277.32, - Sell: 9277.34, - Change: -159.57, - ChangePercent: -1.72, - Volume: 47734, - High: 9277.33, - Low: 0.93, - YearlyHigh: 9483, - YearlyLow: 0.93, - YearlyStart: 4741.97, - YearlyChange: 95.64, - Settlement: `Cash`, - Contract: `CFD`, - Region: `South America`, - Country: `Bolivia`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-07-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 495 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `US 30YR Future`, - Spread: 0.01, - Open: 164.875, - Price: 165.6, - Buy: 164.15, - Sell: 164.16, - Change: 1.44, - ChangePercent: 0.88, - Volume: 28012, - High: 165.25, - Low: 164.04, - YearlyHigh: 169.38, - YearlyLow: 151.47, - YearlyStart: 160.43, - YearlyChange: 2.33, - Settlement: `Credit`, - Contract: `Options`, - Region: `Europe`, - Country: `Czechia`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-07-19`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 496 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Oil`, - Spread: 0.015, - Open: 45.54, - Price: 46.47, - Buy: 45.78, - Sell: 45.8, - Change: 0.68, - ChangePercent: 1.48, - Volume: 107196, - High: 45.94, - Low: 45, - YearlyHigh: 65.28, - YearlyLow: 30.79, - YearlyStart: 48.03, - YearlyChange: -4.67, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Asia Pacific`, - Country: `Indonesia`, - Risk: `High`, - Sector: `Private`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-02-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 497 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Lumber`, - Spread: 0.01, - Open: 303.9, - Price: 302.89, - Buy: 304.59, - Sell: 304.6, - Change: -1.71, - ChangePercent: -0.56, - Volume: 2, - High: 304.6, - Low: 303.9, - YearlyHigh: 317.1, - YearlyLow: 236, - YearlyStart: 276.55, - YearlyChange: 10.14, - Settlement: `Cash`, - Contract: `CFD`, - Region: `Europe`, - Country: `Czechia`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-07-22`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 498 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/CHF`, - Spread: 0.02, - Open: 1.0337, - Price: 1.06, - Buy: 1.03, - Sell: 1.03, - Change: 0.02, - ChangePercent: 1.76, - Volume: 5550, - High: 1.03, - Low: 1.03, - YearlyHigh: 1.11, - YearlyLow: 0.98, - YearlyStart: 1.04, - YearlyChange: -0.12, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Europe`, - Country: `Romania`, - Risk: `High`, - Sector: `Government`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-06-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 499 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Palladium`, - Spread: 0.01, - Open: 600.55, - Price: 605.09, - Buy: 601, - Sell: 601.01, - Change: 4.09, - ChangePercent: 0.68, - Volume: 651, - High: 607.2, - Low: 598.4, - YearlyHigh: 690, - YearlyLow: 458.6, - YearlyStart: 574.3, - YearlyChange: 4.65, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Africa`, - Country: `Algeria`, - Risk: `Low`, - Sector: `Public`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-05-27`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 500 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `Lean Hogs`, - Spread: 0.01, - Open: 81.275, - Price: 82.83, - Buy: 81.81, - Sell: 81.82, - Change: 1.02, - ChangePercent: 1.24, - Volume: 1, - High: 81.81, - Low: 81.28, - YearlyHigh: 83.98, - YearlyLow: 70.25, - YearlyStart: 77.11, - YearlyChange: 6.09, - Settlement: `Cash`, - Contract: `CFD`, - Region: `Europe`, - Country: `Russia`, - Risk: `Low`, - Sector: `Public`, - Currency: `USD`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-01-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 501 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/CHF`, - Spread: 0.02, - Open: 1.0337, - Price: 1.06, - Buy: 1.03, - Sell: 1.03, - Change: 0.02, - ChangePercent: 1.44, - Volume: 5550, - High: 1.03, - Low: 1.03, - YearlyHigh: 1.11, - YearlyLow: 0.98, - YearlyStart: 1.04, - YearlyChange: -0.12, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Asia Pacific`, - Country: `Singapore`, - Risk: `Low`, - Sector: `Public`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-05-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 502 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soy oil`, - Spread: 0.01, - Open: 33.26, - Price: 33.53, - Buy: 33.77, - Sell: 33.78, - Change: -0.24, - ChangePercent: -0.72, - Volume: 10592, - High: 33.77, - Low: 33.06, - YearlyHigh: 35.43, - YearlyLow: 26.61, - YearlyStart: 31.02, - YearlyChange: 8.87, - Settlement: `Loan`, - Contract: `CFD`, - Region: `Asia Pacific`, - Country: `Malaysia`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-04-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 503 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Diesel`, - Spread: 0.015, - Open: 1.3474, - Price: 1.33, - Buy: 1.35, - Sell: 1.35, - Change: -0.03, - ChangePercent: -1.92, - Volume: 2971, - High: 1.36, - Low: 1.34, - YearlyHigh: 2.11, - YearlyLow: 0.92, - YearlyStart: 1.51, - YearlyChange: -10.4, - Settlement: `Loan`, - Contract: `Futures`, - Region: `Africa`, - Country: `Nigeria`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-05-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 504 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `AUD/USD`, - Spread: 0.02, - Open: 0.7344, - Price: 0.75, - Buy: 0.73, - Sell: 0.73, - Change: 0.01, - ChangePercent: 0.72, - Volume: 36764, - High: 0.74, - Low: 0.73, - YearlyHigh: 0.79, - YearlyLow: 0.68, - YearlyStart: 0.73, - YearlyChange: 1.28, - Settlement: `Cash`, - Contract: `Options`, - Region: `Middle East`, - Country: `Oman`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-02-21`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 505 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `Euro$ 3M`, - Spread: 0.01, - Open: 99.18, - Price: 99.96, - Buy: 99.18, - Sell: 99.18, - Change: 0.79, - ChangePercent: 0.8, - Volume: 29509, - High: 99.18, - Low: 99.17, - YearlyHigh: 99.38, - YearlyLow: 98.41, - YearlyStart: 98.89, - YearlyChange: 0.28, - Settlement: `Credit`, - Contract: `Futures`, - Region: `Africa`, - Country: `Niger`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-02-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 506 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `US 2Y Future`, - Spread: 0.01, - Open: 109.3984, - Price: 111.58, - Buy: 109.4, - Sell: 109.4, - Change: 2.19, - ChangePercent: 2, - Volume: 17742, - High: 109.41, - Low: 109.38, - YearlyHigh: 109.8, - YearlyLow: 108.62, - YearlyStart: 109.21, - YearlyChange: 0.16, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `Africa`, - Country: `Morocco`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-02-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 507 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Oats`, - Spread: 0.01, - Open: 194.5, - Price: 193.83, - Buy: 194.21, - Sell: 194.22, - Change: -0.39, - ChangePercent: -0.2, - Volume: 64, - High: 195.75, - Low: 194, - YearlyHigh: 241.25, - YearlyLow: 183.75, - YearlyStart: 212.5, - YearlyChange: -8.6, - Settlement: `Cash`, - Contract: `Options`, - Region: `Africa`, - Country: `Egypt`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `FedEx`, - Maturity: `2022-06-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 508 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `AUD/USD`, - Spread: 0.02, - Open: 0.7344, - Price: 0.75, - Buy: 0.73, - Sell: 0.73, - Change: 0.01, - ChangePercent: 0.92, - Volume: 36764, - High: 0.74, - Low: 0.73, - YearlyHigh: 0.79, - YearlyLow: 0.68, - YearlyStart: 0.73, - YearlyChange: 1.28, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Middle East`, - Country: `Kuwait`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-07-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 509 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Gold`, - Spread: 0.01, - Open: 1281.1, - Price: 1299.17, - Buy: 1280.73, - Sell: 1280.74, - Change: 18.44, - ChangePercent: 1.44, - Volume: 48387, - High: 1289.5, - Low: 1279.1, - YearlyHigh: 1306, - YearlyLow: 1047.2, - YearlyStart: 1176.6, - YearlyChange: 8.85, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Middle East`, - Country: `Turkey`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-07-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 510 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `Lean Hogs`, - Spread: 0.01, - Open: 81.275, - Price: 81.52, - Buy: 81.81, - Sell: 81.82, - Change: -0.29, - ChangePercent: -0.36, - Volume: 1, - High: 81.81, - Low: 81.28, - YearlyHigh: 83.98, - YearlyLow: 70.25, - YearlyStart: 77.11, - YearlyChange: 6.09, - Settlement: `Cash`, - Contract: `Options`, - Region: `Africa`, - Country: `Cameroon`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-08-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 511 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Silver`, - Spread: 0.01, - Open: 17.43, - Price: 17.4, - Buy: 17.43, - Sell: 17.43, - Change: -0.02, - ChangePercent: -0.12, - Volume: 11720, - High: 17.51, - Low: 17.37, - YearlyHigh: 18.06, - YearlyLow: 13.73, - YearlyStart: 15.89, - YearlyChange: 9.59, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `Africa`, - Country: `Tunisia`, - Risk: `High`, - Sector: `Public`, - Currency: `PLN`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-03-11`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 512 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `NAS Future`, - Spread: 0.01, - Open: 4341.25, - Price: 4339.54, - Buy: 4341.25, - Sell: 4341.25, - Change: -1.74, - ChangePercent: -0.04, - Volume: 18259, - High: 4347, - Low: 4318, - YearlyHigh: 4719.75, - YearlyLow: 3867.75, - YearlyStart: 4293.75, - YearlyChange: 1.11, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `Europe`, - Country: `Finland`, - Risk: `High`, - Sector: `Government`, - Currency: `PLN`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-06-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 513 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soy oil`, - Spread: 0.01, - Open: 33.26, - Price: 34.11, - Buy: 33.77, - Sell: 33.78, - Change: 0.34, - ChangePercent: 1, - Volume: 10592, - High: 33.77, - Low: 33.06, - YearlyHigh: 35.43, - YearlyLow: 26.61, - YearlyStart: 31.02, - YearlyChange: 8.87, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Africa`, - Country: `Algeria`, - Risk: `High`, - Sector: `Private`, - Currency: `PLN`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-05-24`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 514 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Silver`, - Spread: 0.01, - Open: 17.43, - Price: 17.12, - Buy: 17.43, - Sell: 17.43, - Change: -0.3, - ChangePercent: -1.72, - Volume: 11720, - High: 17.51, - Low: 17.37, - YearlyHigh: 18.06, - YearlyLow: 13.73, - YearlyStart: 15.89, - YearlyChange: 9.59, - Settlement: `Loan`, - Contract: `Options`, - Region: `Middle East`, - Country: `Lebanon`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-03-10`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 515 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Corn`, - Spread: 0.01, - Open: 379.5, - Price: 377.22, - Buy: 379.8, - Sell: 379.81, - Change: -2.58, - ChangePercent: -0.68, - Volume: 11266, - High: 381, - Low: 377.75, - YearlyHigh: 471.25, - YearlyLow: 351.25, - YearlyStart: 411.25, - YearlyChange: -7.65, - Settlement: `Cash`, - Contract: `Options`, - Region: `Africa`, - Country: `Nigeria`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-05-16`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 516 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soybean`, - Spread: 0.01, - Open: 1038, - Price: 1036.12, - Buy: 1038.61, - Sell: 1038.62, - Change: -2.5, - ChangePercent: -0.24, - Volume: 20356, - High: 1044, - Low: 1031.75, - YearlyHigh: 1057, - YearlyLow: 859.5, - YearlyStart: 958.25, - YearlyChange: 8.39, - Settlement: `Credit`, - Contract: `Options`, - Region: `Asia Pacific`, - Country: `Indonesia`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-02-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 517 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/JPY`, - Spread: 0.02, - Open: 9275.5, - Price: 9195.69, - Buy: 9277.32, - Sell: 9277.34, - Change: -81.64, - ChangePercent: -0.88, - Volume: 47734, - High: 9277.33, - Low: 0.93, - YearlyHigh: 9483, - YearlyLow: 0.93, - YearlyStart: 4741.97, - YearlyChange: 95.64, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `Asia Pacific`, - Country: `Philippines`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-04-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 518 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Palladium`, - Spread: 0.01, - Open: 600.55, - Price: 595.71, - Buy: 601, - Sell: 601.01, - Change: -5.29, - ChangePercent: -0.88, - Volume: 651, - High: 607.2, - Low: 598.4, - YearlyHigh: 690, - YearlyLow: 458.6, - YearlyStart: 574.3, - YearlyChange: 4.65, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `Africa`, - Country: `Libya`, - Risk: `High`, - Sector: `Public`, - Currency: `USD`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-01-24`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 519 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Uranium`, - Spread: 0.02, - Open: 27.55, - Price: 27.65, - Buy: 27.55, - Sell: 27.55, - Change: 0.07, - ChangePercent: 0.24, - Volume: 12, - High: 27.55, - Low: 27.55, - YearlyHigh: 29.32, - YearlyLow: 21.28, - YearlyStart: 25.3, - YearlyChange: 9.01, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Africa`, - Country: `Egypt`, - Risk: `High`, - Sector: `Public`, - Currency: `PLN`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-07-11`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 520 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Coal`, - Spread: 0.015, - Open: 0.4363, - Price: 0.42, - Buy: 0.44, - Sell: 0.44, - Change: 0, - ChangePercent: 1.2, - Volume: 3, - High: 0.44, - Low: 0.44, - YearlyHigh: 0.48, - YearlyLow: 0.4, - YearlyStart: 0.44, - YearlyChange: -5.33, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `North America`, - Country: `Canada`, - Risk: `Low`, - Sector: `Government`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `FedEx`, - Maturity: `2022-02-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 521 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `Lean Hogs`, - Spread: 0.01, - Open: 81.275, - Price: 81.32, - Buy: 81.81, - Sell: 81.82, - Change: -0.49, - ChangePercent: -0.6, - Volume: 1, - High: 81.81, - Low: 81.28, - YearlyHigh: 83.98, - YearlyLow: 70.25, - YearlyStart: 77.11, - YearlyChange: 6.09, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Asia Pacific`, - Country: `Malaysia`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-07-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 522 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soy Meat`, - Spread: 0.01, - Open: 342.6, - Price: 338.23, - Buy: 342.6, - Sell: 342.6, - Change: -4.39, - ChangePercent: -1.28, - Volume: 5646, - High: 345.4, - Low: 340.3, - YearlyHigh: 353.4, - YearlyLow: 261.7, - YearlyStart: 307.55, - YearlyChange: 11.4, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Europe`, - Country: `Estonia`, - Risk: `Low`, - Sector: `Public`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-04-16`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 523 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `US 30YR Future`, - Spread: 0.01, - Open: 164.875, - Price: 164.42, - Buy: 164.15, - Sell: 164.16, - Change: 0.26, - ChangePercent: 0.16, - Volume: 28012, - High: 165.25, - Low: 164.04, - YearlyHigh: 169.38, - YearlyLow: 151.47, - YearlyStart: 160.43, - YearlyChange: 2.33, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Europe`, - Country: `Germany`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-03-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 524 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `BTC/USD`, - Spread: 0.06, - Open: 93.88, - Price: 20715.16, - Buy: 21200.76, - Sell: 21400.78, - Change: -285.61, - ChangePercent: -1.36, - Volume: 5788000, - High: 22400.05, - Low: 20100.75, - YearlyHigh: 62400.7, - YearlyLow: 15100.88, - YearlyStart: 21200.29, - YearlyChange: -20.62, - Settlement: `Credit`, - Contract: `Options`, - Region: `Europe`, - Country: `Slovakia`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-08-16`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 525 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Sugar`, - Spread: 0.01, - Open: 15.68, - Price: 14.54, - Buy: 14.67, - Sell: 14.68, - Change: -0.13, - ChangePercent: -0.92, - Volume: 4949, - High: 15.7, - Low: 14.67, - YearlyHigh: 16.87, - YearlyLow: 11.37, - YearlyStart: 14.12, - YearlyChange: 3.92, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Asia Pacific`, - Country: `Malaysia`, - Risk: `High`, - Sector: `Public`, - Currency: `PLN`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-07-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 526 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Oats`, - Spread: 0.01, - Open: 194.5, - Price: 196.55, - Buy: 194.21, - Sell: 194.22, - Change: 2.33, - ChangePercent: 1.2, - Volume: 64, - High: 195.75, - Low: 194, - YearlyHigh: 241.25, - YearlyLow: 183.75, - YearlyStart: 212.5, - YearlyChange: -8.6, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `Africa`, - Country: `Egypt`, - Risk: `Low`, - Sector: `Public`, - Currency: `USD`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-04-19`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 527 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Coal`, - Spread: 0.015, - Open: 0.4363, - Price: 0.41, - Buy: 0.44, - Sell: 0.44, - Change: -0.01, - ChangePercent: -1.04, - Volume: 3, - High: 0.44, - Low: 0.44, - YearlyHigh: 0.48, - YearlyLow: 0.4, - YearlyStart: 0.44, - YearlyChange: -5.33, - Settlement: `Loan`, - Contract: `Forwards`, - Region: `Africa`, - Country: `Cameroon`, - Risk: `Low`, - Sector: `Government`, - Currency: `USD`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-05-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 528 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P 600 MINI`, - Spread: 0.01, - Open: 687.9, - Price: 693.11, - Buy: 687.9, - Sell: 687.9, - Change: 5.23, - ChangePercent: 0.76, - Volume: 0, - High: 0, - Low: 0, - YearlyHigh: 620.32, - YearlyLow: 595.9, - YearlyStart: 608.11, - YearlyChange: 13.12, - Settlement: `Loan`, - Contract: `Futures`, - Region: `Middle East`, - Country: `Israel`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-07-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 529 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Wheat`, - Spread: 0.01, - Open: 465.5, - Price: 470.36, - Buy: 465.5, - Sell: 465.5, - Change: 4.84, - ChangePercent: 1.04, - Volume: 4318, - High: 467, - Low: 463.25, - YearlyHigh: 628.5, - YearlyLow: 449.5, - YearlyStart: 539, - YearlyChange: -13.63, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Africa`, - Country: `Senegal`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `American Airlines`, - Maturity: `2022-04-23`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 530 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `OJ Future`, - Spread: 0.01, - Open: 140.6, - Price: 137.72, - Buy: 140.18, - Sell: 140.19, - Change: -2.47, - ChangePercent: -1.76, - Volume: 7, - High: 140.19, - Low: 0, - YearlyHigh: 155.95, - YearlyLow: 113, - YearlyStart: 134.47, - YearlyChange: 4.25, - Settlement: `Loan`, - Contract: `Futures`, - Region: `Middle East`, - Country: `Saudi Arabia`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-05-21`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 531 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Copper`, - Spread: 0.02, - Open: 2.123, - Price: 2.07, - Buy: 2.12, - Sell: 2.12, - Change: -0.04, - ChangePercent: -1.8, - Volume: 28819, - High: 2.16, - Low: 2.11, - YearlyHigh: 2.94, - YearlyLow: 1.96, - YearlyStart: 2.45, - YearlyChange: -13.76, - Settlement: `Cash`, - Contract: `Options`, - Region: `Middle East`, - Country: `Oman`, - Risk: `Low`, - Sector: `Public`, - Currency: `USD`, - Security: `High`, - Issuer: `FedEx`, - Maturity: `2022-08-24`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 532 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Platinum`, - Spread: 0.01, - Open: 1071.6, - Price: 1084.81, - Buy: 1071.09, - Sell: 1071.1, - Change: 13.71, - ChangePercent: 1.28, - Volume: 3039, - High: 1081.2, - Low: 1070.5, - YearlyHigh: 1120.6, - YearlyLow: 812.4, - YearlyStart: 966.5, - YearlyChange: 10.82, - Settlement: `Cash`, - Contract: `Swap`, - Region: `South America`, - Country: `Chile`, - Risk: `Low`, - Sector: `Public`, - Currency: `USD`, - Security: `Poor`, - Issuer: `FedEx`, - Maturity: `2022-02-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 533 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `FD Cattle`, - Spread: 0.01, - Open: 147.175, - Price: 148.31, - Buy: 148.6, - Sell: 148.61, - Change: -0.3, - ChangePercent: -0.2, - Volume: 5, - High: 148.61, - Low: 147.18, - YearlyHigh: 190, - YearlyLow: 138.1, - YearlyStart: 164.05, - YearlyChange: -9.41, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Middle East`, - Country: `Lebanon`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-04-23`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 534 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Wheat`, - Spread: 0.01, - Open: 465.5, - Price: 470.18, - Buy: 465.5, - Sell: 465.5, - Change: 4.66, - ChangePercent: 1, - Volume: 4318, - High: 467, - Low: 463.25, - YearlyHigh: 628.5, - YearlyLow: 449.5, - YearlyStart: 539, - YearlyChange: -13.63, - Settlement: `Cash`, - Contract: `Options`, - Region: `Middle East`, - Country: `Saudi Arabia`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-02-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 535 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `DOW Future`, - Spread: 0.01, - Open: 17711, - Price: 17556.28, - Buy: 17712.15, - Sell: 17712.16, - Change: -155.87, - ChangePercent: -0.88, - Volume: 22236, - High: 17727, - Low: 17642, - YearlyHigh: 18083, - YearlyLow: 15299, - YearlyStart: 16691, - YearlyChange: 6.12, - Settlement: `Cash`, - Contract: `CFD`, - Region: `Africa`, - Country: `Niger`, - Risk: `High`, - Sector: `Public`, - Currency: `USD`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-03-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 536 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `OJ Future`, - Spread: 0.01, - Open: 140.6, - Price: 139.46, - Buy: 140.18, - Sell: 140.19, - Change: -0.73, - ChangePercent: -0.52, - Volume: 7, - High: 140.19, - Low: 0, - YearlyHigh: 155.95, - YearlyLow: 113, - YearlyStart: 134.47, - YearlyChange: 4.25, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Africa`, - Country: `South Africa`, - Risk: `Low`, - Sector: `Government`, - Currency: `USD`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-08-22`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 537 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soy Meat`, - Spread: 0.01, - Open: 342.6, - Price: 336.73, - Buy: 342.6, - Sell: 342.6, - Change: -5.89, - ChangePercent: -1.72, - Volume: 5646, - High: 345.4, - Low: 340.3, - YearlyHigh: 353.4, - YearlyLow: 261.7, - YearlyStart: 307.55, - YearlyChange: 11.4, - Settlement: `Loan`, - Contract: `Options`, - Region: `Middle East`, - Country: `Qatar`, - Risk: `Low`, - Sector: `Public`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-06-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 538 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Silver`, - Spread: 0.01, - Open: 17.43, - Price: 17.46, - Buy: 17.43, - Sell: 17.43, - Change: 0.04, - ChangePercent: 0.24, - Volume: 11720, - High: 17.51, - Low: 17.37, - YearlyHigh: 18.06, - YearlyLow: 13.73, - YearlyStart: 15.89, - YearlyChange: 9.59, - Settlement: `Loan`, - Contract: `Forwards`, - Region: `Africa`, - Country: `Cameroon`, - Risk: `High`, - Sector: `Private`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-04-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 539 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Coal`, - Spread: 0.015, - Open: 0.4363, - Price: 0.41, - Buy: 0.44, - Sell: 0.44, - Change: -0.01, - ChangePercent: -1.08, - Volume: 3, - High: 0.44, - Low: 0.44, - YearlyHigh: 0.48, - YearlyLow: 0.4, - YearlyStart: 0.44, - YearlyChange: -5.33, - Settlement: `Cash`, - Contract: `Options`, - Region: `Asia Pacific`, - Country: `Pakistan`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `American Airlines`, - Maturity: `2022-03-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 540 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P Future`, - Spread: 0.01, - Open: 2057.5, - Price: 2039.33, - Buy: 2056.6, - Sell: 2056.61, - Change: -17.27, - ChangePercent: -0.84, - Volume: 142780, - High: 2059.5, - Low: 2049, - YearlyHigh: 2105.5, - YearlyLow: 1794.5, - YearlyStart: 1950, - YearlyChange: 5.47, - Settlement: `Credit`, - Contract: `Options`, - Region: `North America`, - Country: `United States`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-06-23`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 541 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `BTC/USD`, - Spread: 0.06, - Open: 93.88, - Price: 20967.17, - Buy: 21200.76, - Sell: 21400.78, - Change: -33.6, - ChangePercent: -0.16, - Volume: 5788000, - High: 22400.05, - Low: 20100.75, - YearlyHigh: 62400.7, - YearlyLow: 15100.88, - YearlyStart: 21200.29, - YearlyChange: -20.62, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Europe`, - Country: `Russia`, - Risk: `High`, - Sector: `Public`, - Currency: `USD`, - Security: `High`, - Issuer: `FedEx`, - Maturity: `2022-08-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 542 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Palladium`, - Spread: 0.01, - Open: 600.55, - Price: 607.97, - Buy: 601, - Sell: 601.01, - Change: 6.97, - ChangePercent: 1.16, - Volume: 651, - High: 607.2, - Low: 598.4, - YearlyHigh: 690, - YearlyLow: 458.6, - YearlyStart: 574.3, - YearlyChange: 4.65, - Settlement: `Loan`, - Contract: `CFD`, - Region: `Europe`, - Country: `Finland`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-08-21`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 543 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P MID MINI`, - Spread: 0.01, - Open: 1454.3, - Price: 1476.16, - Buy: 1455.78, - Sell: 1455.79, - Change: 20.38, - ChangePercent: 1.4, - Volume: 338, - High: 1455.78, - Low: 1448, - YearlyHigh: 1527.3, - YearlyLow: 1236, - YearlyStart: 1381.65, - YearlyChange: 5.37, - Settlement: `Loan`, - Contract: `Futures`, - Region: `South America`, - Country: `Brazil`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-08-19`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 544 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soybean`, - Spread: 0.01, - Open: 1038, - Price: 1039.45, - Buy: 1038.61, - Sell: 1038.62, - Change: 0.83, - ChangePercent: 0.08, - Volume: 20356, - High: 1044, - Low: 1031.75, - YearlyHigh: 1057, - YearlyLow: 859.5, - YearlyStart: 958.25, - YearlyChange: 8.39, - Settlement: `Cash`, - Contract: `Options`, - Region: `Asia Pacific`, - Country: `Malaysia`, - Risk: `High`, - Sector: `Government`, - Currency: `USD`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-04-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 545 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `DOW Future`, - Spread: 0.01, - Open: 17711, - Price: 17535.03, - Buy: 17712.15, - Sell: 17712.16, - Change: -177.12, - ChangePercent: -1, - Volume: 22236, - High: 17727, - Low: 17642, - YearlyHigh: 18083, - YearlyLow: 15299, - YearlyStart: 16691, - YearlyChange: 6.12, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `Africa`, - Country: `Egypt`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `High`, - Issuer: `American Airlines`, - Maturity: `2022-08-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 546 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Coal`, - Spread: 0.015, - Open: 0.4363, - Price: 0.42, - Buy: 0.44, - Sell: 0.44, - Change: 0, - ChangePercent: 1.88, - Volume: 3, - High: 0.44, - Low: 0.44, - YearlyHigh: 0.48, - YearlyLow: 0.4, - YearlyStart: 0.44, - YearlyChange: -5.33, - Settlement: `Cash`, - Contract: `Options`, - Region: `Asia Pacific`, - Country: `Philippines`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-09-22`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 547 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P MID MINI`, - Spread: 0.01, - Open: 1454.3, - Price: 1462.19, - Buy: 1455.78, - Sell: 1455.79, - Change: 6.41, - ChangePercent: 0.44, - Volume: 338, - High: 1455.78, - Low: 1448, - YearlyHigh: 1527.3, - YearlyLow: 1236, - YearlyStart: 1381.65, - YearlyChange: 5.37, - Settlement: `Credit`, - Contract: `Options`, - Region: `Asia Pacific`, - Country: `Australia`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-09-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 548 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Natural Gas`, - Spread: 0.02, - Open: 2.094, - Price: 2.13, - Buy: 2.09, - Sell: 2.09, - Change: 0.03, - ChangePercent: 1.16, - Volume: 2783, - High: 2.11, - Low: 2.09, - YearlyHigh: 3.2, - YearlyLow: 1.84, - YearlyStart: 2.52, - YearlyChange: -16.51, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Europe`, - Country: `Iceland`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `American Airlines`, - Maturity: `2022-06-19`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 549 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `DOW Future`, - Spread: 0.01, - Open: 17711, - Price: 17563.37, - Buy: 17712.15, - Sell: 17712.16, - Change: -148.78, - ChangePercent: -0.84, - Volume: 22236, - High: 17727, - Low: 17642, - YearlyHigh: 18083, - YearlyLow: 15299, - YearlyStart: 16691, - YearlyChange: 6.12, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Asia Pacific`, - Country: `Japan`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-02-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 550 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Copper`, - Spread: 0.02, - Open: 2.123, - Price: 2.13, - Buy: 2.12, - Sell: 2.12, - Change: 0.02, - ChangePercent: 0.84, - Volume: 28819, - High: 2.16, - Low: 2.11, - YearlyHigh: 2.94, - YearlyLow: 1.96, - YearlyStart: 2.45, - YearlyChange: -13.76, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Asia Pacific`, - Country: `India`, - Risk: `High`, - Sector: `Private`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-02-19`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 551 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Lumber`, - Spread: 0.01, - Open: 303.9, - Price: 309.11, - Buy: 304.59, - Sell: 304.6, - Change: 4.51, - ChangePercent: 1.48, - Volume: 2, - High: 304.6, - Low: 303.9, - YearlyHigh: 317.1, - YearlyLow: 236, - YearlyStart: 276.55, - YearlyChange: 10.14, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Middle East`, - Country: `Israel`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-06-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 552 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/CAD`, - Spread: 0.02, - Open: 0.7744, - Price: 0.95, - Buy: 0.94, - Sell: 0.96, - Change: 0, - ChangePercent: 0.04, - Volume: 13669, - High: 0.95, - Low: 0.77, - YearlyHigh: 0.95, - YearlyLow: 0.68, - YearlyStart: 0.76, - YearlyChange: 26.43, - Settlement: `Credit`, - Contract: `CFD`, - Region: `Middle East`, - Country: `Israel`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-02-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 553 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/CAD`, - Spread: 0.02, - Open: 0.7744, - Price: 0.94, - Buy: 0.94, - Sell: 0.96, - Change: -0.01, - ChangePercent: -1.88, - Volume: 13669, - High: 0.95, - Low: 0.77, - YearlyHigh: 0.95, - YearlyLow: 0.68, - YearlyStart: 0.76, - YearlyChange: 26.43, - Settlement: `Credit`, - Contract: `Forwards`, - Region: `Middle East`, - Country: `Syria`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-09-11`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 554 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `DOW Future`, - Spread: 0.01, - Open: 17711, - Price: 17506.69, - Buy: 17712.15, - Sell: 17712.16, - Change: -205.46, - ChangePercent: -1.16, - Volume: 22236, - High: 17727, - Low: 17642, - YearlyHigh: 18083, - YearlyLow: 15299, - YearlyStart: 16691, - YearlyChange: 6.12, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Africa`, - Country: `Tunisia`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `High`, - Issuer: `FedEx`, - Maturity: `2022-07-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 555 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Gold`, - Spread: 0.01, - Open: 1281.1, - Price: 1278.68, - Buy: 1280.73, - Sell: 1280.74, - Change: -2.05, - ChangePercent: -0.16, - Volume: 48387, - High: 1289.5, - Low: 1279.1, - YearlyHigh: 1306, - YearlyLow: 1047.2, - YearlyStart: 1176.6, - YearlyChange: 8.85, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Europe`, - Country: `Ireland`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-04-11`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 556 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `Lean Hogs`, - Spread: 0.01, - Open: 81.275, - Price: 83.19, - Buy: 81.81, - Sell: 81.82, - Change: 1.38, - ChangePercent: 1.68, - Volume: 1, - High: 81.81, - Low: 81.28, - YearlyHigh: 83.98, - YearlyLow: 70.25, - YearlyStart: 77.11, - YearlyChange: 6.09, - Settlement: `Loan`, - Contract: `Options`, - Region: `North America`, - Country: `Mexico`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `American Airlines`, - Maturity: `2022-08-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 557 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Gold`, - Spread: 0.01, - Open: 1281.1, - Price: 1281.24, - Buy: 1280.73, - Sell: 1280.74, - Change: 0.51, - ChangePercent: 0.04, - Volume: 48387, - High: 1289.5, - Low: 1279.1, - YearlyHigh: 1306, - YearlyLow: 1047.2, - YearlyStart: 1176.6, - YearlyChange: 8.85, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Europe`, - Country: `Switzerland`, - Risk: `Low`, - Sector: `Government`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `FedEx`, - Maturity: `2022-07-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 558 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Coffee`, - Spread: 0.01, - Open: 125.7, - Price: 125.59, - Buy: 125.7, - Sell: 125.7, - Change: -0.1, - ChangePercent: -0.08, - Volume: 1654, - High: 125.8, - Low: 125, - YearlyHigh: 155.75, - YearlyLow: 115.35, - YearlyStart: 135.55, - YearlyChange: -7.27, - Settlement: `Credit`, - Contract: `Futures`, - Region: `Asia Pacific`, - Country: `Japan`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `Poor`, - Issuer: `American Airlines`, - Maturity: `2022-06-21`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 559 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soy Meat`, - Spread: 0.01, - Open: 342.6, - Price: 341.39, - Buy: 342.6, - Sell: 342.6, - Change: -1.23, - ChangePercent: -0.36, - Volume: 5646, - High: 345.4, - Low: 340.3, - YearlyHigh: 353.4, - YearlyLow: 261.7, - YearlyStart: 307.55, - YearlyChange: 11.4, - Settlement: `Loan`, - Contract: `Futures`, - Region: `Middle East`, - Country: `Israel`, - Risk: `High`, - Sector: `Public`, - Currency: `USD`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-05-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 560 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Platinum`, - Spread: 0.01, - Open: 1071.6, - Price: 1067.67, - Buy: 1071.09, - Sell: 1071.1, - Change: -3.43, - ChangePercent: -0.32, - Volume: 3039, - High: 1081.2, - Low: 1070.5, - YearlyHigh: 1120.6, - YearlyLow: 812.4, - YearlyStart: 966.5, - YearlyChange: 10.82, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Asia Pacific`, - Country: `Taiwan`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `High`, - Issuer: `FedEx`, - Maturity: `2022-02-24`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 561 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `Euro$ 3M`, - Spread: 0.01, - Open: 99.18, - Price: 99.33, - Buy: 99.18, - Sell: 99.18, - Change: 0.16, - ChangePercent: 0.16, - Volume: 29509, - High: 99.18, - Low: 99.17, - YearlyHigh: 99.38, - YearlyLow: 98.41, - YearlyStart: 98.89, - YearlyChange: 0.28, - Settlement: `Cash`, - Contract: `Futures`, - Region: `South America`, - Country: `Brazil`, - Risk: `High`, - Sector: `Private`, - Currency: `PLN`, - Security: `High`, - Issuer: `American Airlines`, - Maturity: `2022-08-10`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 562 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `BTC/USD`, - Spread: 0.06, - Open: 93.88, - Price: 20740.36, - Buy: 21200.76, - Sell: 21400.78, - Change: -260.41, - ChangePercent: -1.24, - Volume: 5788000, - High: 22400.05, - Low: 20100.75, - YearlyHigh: 62400.7, - YearlyLow: 15100.88, - YearlyStart: 21200.29, - YearlyChange: -20.62, - Settlement: `Loan`, - Contract: `Forwards`, - Region: `Asia Pacific`, - Country: `New Zealand`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-07-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 563 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `OJ Future`, - Spread: 0.01, - Open: 140.6, - Price: 141.48, - Buy: 140.18, - Sell: 140.19, - Change: 1.29, - ChangePercent: 0.92, - Volume: 7, - High: 140.19, - Low: 0, - YearlyHigh: 155.95, - YearlyLow: 113, - YearlyStart: 134.47, - YearlyChange: 4.25, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Europe`, - Country: `Bulgaria`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-03-19`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 564 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/CHF`, - Spread: 0.02, - Open: 1.0337, - Price: 1.05, - Buy: 1.03, - Sell: 1.03, - Change: 0.01, - ChangePercent: 0.28, - Volume: 5550, - High: 1.03, - Low: 1.03, - YearlyHigh: 1.11, - YearlyLow: 0.98, - YearlyStart: 1.04, - YearlyChange: -0.12, - Settlement: `Loan`, - Contract: `Swap`, - Region: `South America`, - Country: `Bolivia`, - Risk: `Low`, - Sector: `Government`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-09-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 565 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/CHF`, - Spread: 0.02, - Open: 1.0337, - Price: 1.04, - Buy: 1.03, - Sell: 1.03, - Change: 0, - ChangePercent: -0.4, - Volume: 5550, - High: 1.03, - Low: 1.03, - YearlyHigh: 1.11, - YearlyLow: 0.98, - YearlyStart: 1.04, - YearlyChange: -0.12, - Settlement: `Cash`, - Contract: `Options`, - Region: `Asia Pacific`, - Country: `Indonesia`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-09-11`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 566 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Sugar`, - Spread: 0.01, - Open: 15.68, - Price: 14.87, - Buy: 14.67, - Sell: 14.68, - Change: 0.2, - ChangePercent: 1.32, - Volume: 4949, - High: 15.7, - Low: 14.67, - YearlyHigh: 16.87, - YearlyLow: 11.37, - YearlyStart: 14.12, - YearlyChange: 3.92, - Settlement: `Loan`, - Contract: `Futures`, - Region: `Middle East`, - Country: `Iran`, - Risk: `Low`, - Sector: `Government`, - Currency: `USD`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-04-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 567 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Coal`, - Spread: 0.015, - Open: 0.4363, - Price: 0.41, - Buy: 0.44, - Sell: 0.44, - Change: -0.01, - ChangePercent: -0.96, - Volume: 3, - High: 0.44, - Low: 0.44, - YearlyHigh: 0.48, - YearlyLow: 0.4, - YearlyStart: 0.44, - YearlyChange: -5.33, - Settlement: `Cash`, - Contract: `Options`, - Region: `Europe`, - Country: `Belgium`, - Risk: `Low`, - Sector: `Public`, - Currency: `USD`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-02-19`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 568 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Corn`, - Spread: 0.01, - Open: 379.5, - Price: 379.35, - Buy: 379.8, - Sell: 379.81, - Change: -0.45, - ChangePercent: -0.12, - Volume: 11266, - High: 381, - Low: 377.75, - YearlyHigh: 471.25, - YearlyLow: 351.25, - YearlyStart: 411.25, - YearlyChange: -7.65, - Settlement: `Cash`, - Contract: `Options`, - Region: `Asia Pacific`, - Country: `Korea`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `FedEx`, - Maturity: `2022-02-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 569 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `US 30YR Future`, - Spread: 0.01, - Open: 164.875, - Price: 163.5, - Buy: 164.15, - Sell: 164.16, - Change: -0.66, - ChangePercent: -0.4, - Volume: 28012, - High: 165.25, - Low: 164.04, - YearlyHigh: 169.38, - YearlyLow: 151.47, - YearlyStart: 160.43, - YearlyChange: 2.33, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Asia Pacific`, - Country: `Pakistan`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-02-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 570 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `FD Cattle`, - Spread: 0.01, - Open: 147.175, - Price: 149.68, - Buy: 148.6, - Sell: 148.61, - Change: 1.07, - ChangePercent: 0.72, - Volume: 5, - High: 148.61, - Low: 147.18, - YearlyHigh: 190, - YearlyLow: 138.1, - YearlyStart: 164.05, - YearlyChange: -9.41, - Settlement: `Cash`, - Contract: `CFD`, - Region: `Asia Pacific`, - Country: `Azerbaijan`, - Risk: `High`, - Sector: `Public`, - Currency: `USD`, - Security: `Poor`, - Issuer: `American Airlines`, - Maturity: `2022-05-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 571 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/JPY`, - Spread: 0.02, - Open: 9275.5, - Price: 9140.03, - Buy: 9277.32, - Sell: 9277.34, - Change: -137.3, - ChangePercent: -1.48, - Volume: 47734, - High: 9277.33, - Low: 0.93, - YearlyHigh: 9483, - YearlyLow: 0.93, - YearlyStart: 4741.97, - YearlyChange: 95.64, - Settlement: `Credit`, - Contract: `Options`, - Region: `Asia Pacific`, - Country: `New Zealand`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `Poor`, - Issuer: `FedEx`, - Maturity: `2022-04-21`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 572 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `FD Cattle`, - Spread: 0.01, - Open: 147.175, - Price: 149.14, - Buy: 148.6, - Sell: 148.61, - Change: 0.53, - ChangePercent: 0.36, - Volume: 5, - High: 148.61, - Low: 147.18, - YearlyHigh: 190, - YearlyLow: 138.1, - YearlyStart: 164.05, - YearlyChange: -9.41, - Settlement: `Credit`, - Contract: `CFD`, - Region: `Middle East`, - Country: `Bahrain`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-06-23`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 573 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Silver`, - Spread: 0.01, - Open: 17.43, - Price: 17.62, - Buy: 17.43, - Sell: 17.43, - Change: 0.2, - ChangePercent: 1.12, - Volume: 11720, - High: 17.51, - Low: 17.37, - YearlyHigh: 18.06, - YearlyLow: 13.73, - YearlyStart: 15.89, - YearlyChange: 9.59, - Settlement: `Cash`, - Contract: `Options`, - Region: `North America`, - Country: `United States`, - Risk: `High`, - Sector: `Public`, - Currency: `USD`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-02-10`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 574 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Lumber`, - Spread: 0.01, - Open: 303.9, - Price: 302.65, - Buy: 304.59, - Sell: 304.6, - Change: -1.95, - ChangePercent: -0.64, - Volume: 2, - High: 304.6, - Low: 303.9, - YearlyHigh: 317.1, - YearlyLow: 236, - YearlyStart: 276.55, - YearlyChange: 10.14, - Settlement: `Cash`, - Contract: `Futures`, - Region: `South America`, - Country: `Colombia`, - Risk: `Low`, - Sector: `Public`, - Currency: `USD`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-01-21`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 575 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Uranium`, - Spread: 0.02, - Open: 27.55, - Price: 27.19, - Buy: 27.55, - Sell: 27.55, - Change: -0.39, - ChangePercent: -1.4, - Volume: 12, - High: 27.55, - Low: 27.55, - YearlyHigh: 29.32, - YearlyLow: 21.28, - YearlyStart: 25.3, - YearlyChange: 9.01, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Europe`, - Country: `Sweden`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-05-16`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 576 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soy oil`, - Spread: 0.01, - Open: 33.26, - Price: 33.38, - Buy: 33.77, - Sell: 33.78, - Change: -0.39, - ChangePercent: -1.16, - Volume: 10592, - High: 33.77, - Low: 33.06, - YearlyHigh: 35.43, - YearlyLow: 26.61, - YearlyStart: 31.02, - YearlyChange: 8.87, - Settlement: `Credit`, - Contract: `CFD`, - Region: `South America`, - Country: `Paraguay`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-06-19`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 577 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `FD Cattle`, - Spread: 0.01, - Open: 147.175, - Price: 148.25, - Buy: 148.6, - Sell: 148.61, - Change: -0.36, - ChangePercent: -0.24, - Volume: 5, - High: 148.61, - Low: 147.18, - YearlyHigh: 190, - YearlyLow: 138.1, - YearlyStart: 164.05, - YearlyChange: -9.41, - Settlement: `Credit`, - Contract: `Options`, - Region: `Europe`, - Country: `Italy`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-06-10`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 578 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Coal`, - Spread: 0.015, - Open: 0.4363, - Price: 0.41, - Buy: 0.44, - Sell: 0.44, - Change: -0.01, - ChangePercent: -1.12, - Volume: 3, - High: 0.44, - Low: 0.44, - YearlyHigh: 0.48, - YearlyLow: 0.4, - YearlyStart: 0.44, - YearlyChange: -5.33, - Settlement: `Cash`, - Contract: `CFD`, - Region: `Middle East`, - Country: `UAE`, - Risk: `Low`, - Sector: `Government`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-04-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 579 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `Lean Hogs`, - Spread: 0.01, - Open: 81.275, - Price: 83.25, - Buy: 81.81, - Sell: 81.82, - Change: 1.44, - ChangePercent: 1.76, - Volume: 1, - High: 81.81, - Low: 81.28, - YearlyHigh: 83.98, - YearlyLow: 70.25, - YearlyStart: 77.11, - YearlyChange: 6.09, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Asia Pacific`, - Country: `Taiwan`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-08-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 580 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `LV Cattle`, - Spread: 0.01, - Open: 120.725, - Price: 119.5, - Buy: 120.72, - Sell: 120.72, - Change: -1.2, - ChangePercent: -1, - Volume: 4, - High: 120.72, - Low: 120.72, - YearlyHigh: 147.98, - YearlyLow: 113.9, - YearlyStart: 130.94, - YearlyChange: -7.82, - Settlement: `Credit`, - Contract: `Futures`, - Region: `Middle East`, - Country: `Turkey`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `High`, - Issuer: `American Airlines`, - Maturity: `2022-04-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 581 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Gold`, - Spread: 0.01, - Open: 1281.1, - Price: 1285.85, - Buy: 1280.73, - Sell: 1280.74, - Change: 5.12, - ChangePercent: 0.4, - Volume: 48387, - High: 1289.5, - Low: 1279.1, - YearlyHigh: 1306, - YearlyLow: 1047.2, - YearlyStart: 1176.6, - YearlyChange: 8.85, - Settlement: `Cash`, - Contract: `Options`, - Region: `Middle East`, - Country: `Jordan`, - Risk: `High`, - Sector: `Public`, - Currency: `PLN`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-05-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 582 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/CAD`, - Spread: 0.02, - Open: 0.7744, - Price: 0.97, - Buy: 0.94, - Sell: 0.96, - Change: 0.02, - ChangePercent: 1.88, - Volume: 13669, - High: 0.95, - Low: 0.77, - YearlyHigh: 0.95, - YearlyLow: 0.68, - YearlyStart: 0.76, - YearlyChange: 26.43, - Settlement: `Credit`, - Contract: `Options`, - Region: `Middle East`, - Country: `Kuwait`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-08-21`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 583 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `NAS Future`, - Spread: 0.01, - Open: 4341.25, - Price: 4303.08, - Buy: 4341.25, - Sell: 4341.25, - Change: -38.2, - ChangePercent: -0.88, - Volume: 18259, - High: 4347, - Low: 4318, - YearlyHigh: 4719.75, - YearlyLow: 3867.75, - YearlyStart: 4293.75, - YearlyChange: 1.11, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Asia Pacific`, - Country: `Singapore`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-02-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 584 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `Euro$ 3M`, - Spread: 0.01, - Open: 99.18, - Price: 98.65, - Buy: 99.18, - Sell: 99.18, - Change: -0.52, - ChangePercent: -0.52, - Volume: 29509, - High: 99.18, - Low: 99.17, - YearlyHigh: 99.38, - YearlyLow: 98.41, - YearlyStart: 98.89, - YearlyChange: 0.28, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Asia Pacific`, - Country: `Azerbaijan`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-08-23`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 585 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Lumber`, - Spread: 0.01, - Open: 303.9, - Price: 309.84, - Buy: 304.59, - Sell: 304.6, - Change: 5.24, - ChangePercent: 1.72, - Volume: 2, - High: 304.6, - Low: 303.9, - YearlyHigh: 317.1, - YearlyLow: 236, - YearlyStart: 276.55, - YearlyChange: 10.14, - Settlement: `Cash`, - Contract: `CFD`, - Region: `Asia Pacific`, - Country: `China`, - Risk: `Low`, - Sector: `Government`, - Currency: `USD`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-03-27`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 586 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `Euro$ 3M`, - Spread: 0.01, - Open: 99.18, - Price: 98.22, - Buy: 99.18, - Sell: 99.18, - Change: -0.95, - ChangePercent: -0.96, - Volume: 29509, - High: 99.18, - Low: 99.17, - YearlyHigh: 99.38, - YearlyLow: 98.41, - YearlyStart: 98.89, - YearlyChange: 0.28, - Settlement: `Credit`, - Contract: `Forwards`, - Region: `Asia Pacific`, - Country: `Thailand`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-02-21`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 587 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `AUD/USD`, - Spread: 0.02, - Open: 0.7344, - Price: 0.74, - Buy: 0.73, - Sell: 0.73, - Change: 0, - ChangePercent: -1.08, - Volume: 36764, - High: 0.74, - Low: 0.73, - YearlyHigh: 0.79, - YearlyLow: 0.68, - YearlyStart: 0.73, - YearlyChange: 1.28, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `Europe`, - Country: `Hungary`, - Risk: `Low`, - Sector: `Public`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-01-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 588 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Oil`, - Spread: 0.015, - Open: 45.54, - Price: 46.17, - Buy: 45.78, - Sell: 45.8, - Change: 0.38, - ChangePercent: 0.84, - Volume: 107196, - High: 45.94, - Low: 45, - YearlyHigh: 65.28, - YearlyLow: 30.79, - YearlyStart: 48.03, - YearlyChange: -4.67, - Settlement: `Loan`, - Contract: `Futures`, - Region: `Europe`, - Country: `Bulgaria`, - Risk: `High`, - Sector: `Private`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-05-23`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 589 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Uranium`, - Spread: 0.02, - Open: 27.55, - Price: 27.77, - Buy: 27.55, - Sell: 27.55, - Change: 0.19, - ChangePercent: 0.68, - Volume: 12, - High: 27.55, - Low: 27.55, - YearlyHigh: 29.32, - YearlyLow: 21.28, - YearlyStart: 25.3, - YearlyChange: 9.01, - Settlement: `Cash`, - Contract: `Swap`, - Region: `South America`, - Country: `Paraguay`, - Risk: `High`, - Sector: `Public`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-06-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 590 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `DOW Future`, - Spread: 0.01, - Open: 17711, - Price: 17740.49, - Buy: 17712.15, - Sell: 17712.16, - Change: 28.34, - ChangePercent: 0.16, - Volume: 22236, - High: 17727, - Low: 17642, - YearlyHigh: 18083, - YearlyLow: 15299, - YearlyStart: 16691, - YearlyChange: 6.12, - Settlement: `Cash`, - Contract: `Swap`, - Region: `South America`, - Country: `Guyana`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-03-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 591 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `GBP/USD`, - Spread: 0.02, - Open: 1.4464, - Price: 1.17, - Buy: 1.18, - Sell: 1.2, - Change: -0.02, - ChangePercent: -1.92, - Volume: 29450, - High: 1.45, - Low: 1.19, - YearlyHigh: 1.59, - YearlyLow: 1.19, - YearlyStart: 1.49, - YearlyChange: -19.59, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Europe`, - Country: `United Kingdom`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-05-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 592 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Wheat`, - Spread: 0.01, - Open: 465.5, - Price: 467.75, - Buy: 465.5, - Sell: 465.5, - Change: 2.23, - ChangePercent: 0.48, - Volume: 4318, - High: 467, - Low: 463.25, - YearlyHigh: 628.5, - YearlyLow: 449.5, - YearlyStart: 539, - YearlyChange: -13.63, - Settlement: `Credit`, - Contract: `Futures`, - Region: `Asia Pacific`, - Country: `New Zealand`, - Risk: `Low`, - Sector: `Public`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `American Airlines`, - Maturity: `2022-03-19`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 593 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `FD Cattle`, - Spread: 0.01, - Open: 147.175, - Price: 147.24, - Buy: 148.6, - Sell: 148.61, - Change: -1.37, - ChangePercent: -0.92, - Volume: 5, - High: 148.61, - Low: 147.18, - YearlyHigh: 190, - YearlyLow: 138.1, - YearlyStart: 164.05, - YearlyChange: -9.41, - Settlement: `Loan`, - Contract: `CFD`, - Region: `Europe`, - Country: `United Kingdom`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-05-11`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 594 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Natural Gas`, - Spread: 0.02, - Open: 2.094, - Price: 2.09, - Buy: 2.09, - Sell: 2.09, - Change: -0.01, - ChangePercent: -0.76, - Volume: 2783, - High: 2.11, - Low: 2.09, - YearlyHigh: 3.2, - YearlyLow: 1.84, - YearlyStart: 2.52, - YearlyChange: -16.51, - Settlement: `Cash`, - Contract: `Options`, - Region: `Europe`, - Country: `Slovakia`, - Risk: `High`, - Sector: `Government`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-06-11`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 595 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Cotton`, - Spread: 0.01, - Open: 61.77, - Price: 62.95, - Buy: 61.77, - Sell: 61.77, - Change: 1.19, - ChangePercent: 1.92, - Volume: 3612, - High: 62.06, - Low: 61.32, - YearlyHigh: 67.59, - YearlyLow: 54.33, - YearlyStart: 60.96, - YearlyChange: 1.31, - Settlement: `Loan`, - Contract: `Forwards`, - Region: `North America`, - Country: `Canada`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-01-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 596 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Wheat`, - Spread: 0.01, - Open: 465.5, - Price: 463.66, - Buy: 465.5, - Sell: 465.5, - Change: -1.86, - ChangePercent: -0.4, - Volume: 4318, - High: 467, - Low: 463.25, - YearlyHigh: 628.5, - YearlyLow: 449.5, - YearlyStart: 539, - YearlyChange: -13.63, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `North America`, - Country: `Canada`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `High`, - Issuer: `FedEx`, - Maturity: `2022-07-11`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 597 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `OJ Future`, - Spread: 0.01, - Open: 140.6, - Price: 140.58, - Buy: 140.18, - Sell: 140.19, - Change: 0.39, - ChangePercent: 0.28, - Volume: 7, - High: 140.19, - Low: 0, - YearlyHigh: 155.95, - YearlyLow: 113, - YearlyStart: 134.47, - YearlyChange: 4.25, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Europe`, - Country: `France`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-05-23`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 598 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `LV Cattle`, - Spread: 0.01, - Open: 120.725, - Price: 119.3, - Buy: 120.72, - Sell: 120.72, - Change: -1.41, - ChangePercent: -1.16, - Volume: 4, - High: 120.72, - Low: 120.72, - YearlyHigh: 147.98, - YearlyLow: 113.9, - YearlyStart: 130.94, - YearlyChange: -7.82, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Africa`, - Country: `Senegal`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-03-11`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 599 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Oil`, - Spread: 0.015, - Open: 45.54, - Price: 45.41, - Buy: 45.78, - Sell: 45.8, - Change: -0.38, - ChangePercent: -0.84, - Volume: 107196, - High: 45.94, - Low: 45, - YearlyHigh: 65.28, - YearlyLow: 30.79, - YearlyStart: 48.03, - YearlyChange: -4.67, - Settlement: `Cash`, - Contract: `Options`, - Region: `Africa`, - Country: `Algeria`, - Risk: `Low`, - Sector: `Government`, - Currency: `PLN`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-06-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 600 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Silver`, - Spread: 0.01, - Open: 17.43, - Price: 17.2, - Buy: 17.43, - Sell: 17.43, - Change: -0.22, - ChangePercent: -1.24, - Volume: 11720, - High: 17.51, - Low: 17.37, - YearlyHigh: 18.06, - YearlyLow: 13.73, - YearlyStart: 15.89, - YearlyChange: 9.59, - Settlement: `Loan`, - Contract: `Forwards`, - Region: `Europe`, - Country: `Germany`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-08-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 601 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Lumber`, - Spread: 0.01, - Open: 303.9, - Price: 302.41, - Buy: 304.59, - Sell: 304.6, - Change: -2.19, - ChangePercent: -0.72, - Volume: 2, - High: 304.6, - Low: 303.9, - YearlyHigh: 317.1, - YearlyLow: 236, - YearlyStart: 276.55, - YearlyChange: 10.14, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Africa`, - Country: `Tunisia`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-04-21`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 602 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `US 30YR Future`, - Spread: 0.01, - Open: 164.875, - Price: 164.49, - Buy: 164.15, - Sell: 164.16, - Change: 0.33, - ChangePercent: 0.2, - Volume: 28012, - High: 165.25, - Low: 164.04, - YearlyHigh: 169.38, - YearlyLow: 151.47, - YearlyStart: 160.43, - YearlyChange: 2.33, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Middle East`, - Country: `Saudi Arabia`, - Risk: `High`, - Sector: `Public`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-03-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 603 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soy oil`, - Spread: 0.01, - Open: 33.26, - Price: 33.74, - Buy: 33.77, - Sell: 33.78, - Change: -0.03, - ChangePercent: -0.08, - Volume: 10592, - High: 33.77, - Low: 33.06, - YearlyHigh: 35.43, - YearlyLow: 26.61, - YearlyStart: 31.02, - YearlyChange: 8.87, - Settlement: `Cash`, - Contract: `Options`, - Region: `South America`, - Country: `Chile`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-04-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 604 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Corn`, - Spread: 0.01, - Open: 379.5, - Price: 383.9, - Buy: 379.8, - Sell: 379.81, - Change: 4.1, - ChangePercent: 1.08, - Volume: 11266, - High: 381, - Low: 377.75, - YearlyHigh: 471.25, - YearlyLow: 351.25, - YearlyStart: 411.25, - YearlyChange: -7.65, - Settlement: `Credit`, - Contract: `Forwards`, - Region: `North America`, - Country: `Mexico`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-02-24`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 605 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Wheat`, - Spread: 0.01, - Open: 465.5, - Price: 467.38, - Buy: 465.5, - Sell: 465.5, - Change: 1.86, - ChangePercent: 0.4, - Volume: 4318, - High: 467, - Low: 463.25, - YearlyHigh: 628.5, - YearlyLow: 449.5, - YearlyStart: 539, - YearlyChange: -13.63, - Settlement: `Credit`, - Contract: `Forwards`, - Region: `Europe`, - Country: `Bulgaria`, - Risk: `Low`, - Sector: `Public`, - Currency: `USD`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-02-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 606 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soy Meat`, - Spread: 0.01, - Open: 342.6, - Price: 346.05, - Buy: 342.6, - Sell: 342.6, - Change: 3.43, - ChangePercent: 1, - Volume: 5646, - High: 345.4, - Low: 340.3, - YearlyHigh: 353.4, - YearlyLow: 261.7, - YearlyStart: 307.55, - YearlyChange: 11.4, - Settlement: `Cash`, - Contract: `Options`, - Region: `Africa`, - Country: `Morocco`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-05-10`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 607 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soy Meat`, - Spread: 0.01, - Open: 342.6, - Price: 343.44, - Buy: 342.6, - Sell: 342.6, - Change: 0.82, - ChangePercent: 0.24, - Volume: 5646, - High: 345.4, - Low: 340.3, - YearlyHigh: 353.4, - YearlyLow: 261.7, - YearlyStart: 307.55, - YearlyChange: 11.4, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Asia Pacific`, - Country: `China`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-07-19`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 608 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `Euro$ 3M`, - Spread: 0.01, - Open: 99.18, - Price: 97.74, - Buy: 99.18, - Sell: 99.18, - Change: -1.43, - ChangePercent: -1.44, - Volume: 29509, - High: 99.18, - Low: 99.17, - YearlyHigh: 99.38, - YearlyLow: 98.41, - YearlyStart: 98.89, - YearlyChange: 0.28, - Settlement: `Credit`, - Contract: `Options`, - Region: `South America`, - Country: `Colombia`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-05-19`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 609 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `US 30YR Future`, - Spread: 0.01, - Open: 164.875, - Price: 165.87, - Buy: 164.15, - Sell: 164.16, - Change: 1.71, - ChangePercent: 1.04, - Volume: 28012, - High: 165.25, - Low: 164.04, - YearlyHigh: 169.38, - YearlyLow: 151.47, - YearlyStart: 160.43, - YearlyChange: 2.33, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Asia Pacific`, - Country: `Malaysia`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `FedEx`, - Maturity: `2022-05-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 610 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Palladium`, - Spread: 0.01, - Open: 600.55, - Price: 590.42, - Buy: 601, - Sell: 601.01, - Change: -10.58, - ChangePercent: -1.76, - Volume: 651, - High: 607.2, - Low: 598.4, - YearlyHigh: 690, - YearlyLow: 458.6, - YearlyStart: 574.3, - YearlyChange: 4.65, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Middle East`, - Country: `Jordan`, - Risk: `High`, - Sector: `Private`, - Currency: `PLN`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-07-11`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 611 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Oil`, - Spread: 0.015, - Open: 45.54, - Price: 46.47, - Buy: 45.78, - Sell: 45.8, - Change: 0.68, - ChangePercent: 1.48, - Volume: 107196, - High: 45.94, - Low: 45, - YearlyHigh: 65.28, - YearlyLow: 30.79, - YearlyStart: 48.03, - YearlyChange: -4.67, - Settlement: `Cash`, - Contract: `Options`, - Region: `Middle East`, - Country: `Saudi Arabia`, - Risk: `Low`, - Sector: `Public`, - Currency: `USD`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-01-27`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 612 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Lumber`, - Spread: 0.01, - Open: 303.9, - Price: 300.7, - Buy: 304.59, - Sell: 304.6, - Change: -3.9, - ChangePercent: -1.28, - Volume: 2, - High: 304.6, - Low: 303.9, - YearlyHigh: 317.1, - YearlyLow: 236, - YearlyStart: 276.55, - YearlyChange: 10.14, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Middle East`, - Country: `Qatar`, - Risk: `High`, - Sector: `Government`, - Currency: `USD`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-05-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 613 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `DOW Future`, - Spread: 0.01, - Open: 17711, - Price: 17584.62, - Buy: 17712.15, - Sell: 17712.16, - Change: -127.53, - ChangePercent: -0.72, - Volume: 22236, - High: 17727, - Low: 17642, - YearlyHigh: 18083, - YearlyLow: 15299, - YearlyStart: 16691, - YearlyChange: 6.12, - Settlement: `Credit`, - Contract: `Options`, - Region: `South America`, - Country: `Peru`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-07-10`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 614 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Milk`, - Spread: 0.01, - Open: 12.87, - Price: 12.75, - Buy: 12.87, - Sell: 12.87, - Change: -0.11, - ChangePercent: -0.88, - Volume: 7, - High: 12.89, - Low: 12.81, - YearlyHigh: 16.96, - YearlyLow: 12.81, - YearlyStart: 14.88, - YearlyChange: -13.6, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Europe`, - Country: `Ireland`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-02-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 615 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `DOW Future`, - Spread: 0.01, - Open: 17711, - Price: 17733.41, - Buy: 17712.15, - Sell: 17712.16, - Change: 21.26, - ChangePercent: 0.12, - Volume: 22236, - High: 17727, - Low: 17642, - YearlyHigh: 18083, - YearlyLow: 15299, - YearlyStart: 16691, - YearlyChange: 6.12, - Settlement: `Cash`, - Contract: `Options`, - Region: `Middle East`, - Country: `Iraq`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-04-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 616 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Corn`, - Spread: 0.01, - Open: 379.5, - Price: 376.16, - Buy: 379.8, - Sell: 379.81, - Change: -3.64, - ChangePercent: -0.96, - Volume: 11266, - High: 381, - Low: 377.75, - YearlyHigh: 471.25, - YearlyLow: 351.25, - YearlyStart: 411.25, - YearlyChange: -7.65, - Settlement: `Credit`, - Contract: `Swap`, - Region: `North America`, - Country: `Canada`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-05-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 617 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P Future`, - Spread: 0.01, - Open: 2057.5, - Price: 2068.12, - Buy: 2056.6, - Sell: 2056.61, - Change: 11.52, - ChangePercent: 0.56, - Volume: 142780, - High: 2059.5, - Low: 2049, - YearlyHigh: 2105.5, - YearlyLow: 1794.5, - YearlyStart: 1950, - YearlyChange: 5.47, - Settlement: `Loan`, - Contract: `CFD`, - Region: `Asia Pacific`, - Country: `Korea`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-09-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 618 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `OJ Future`, - Spread: 0.01, - Open: 140.6, - Price: 141.03, - Buy: 140.18, - Sell: 140.19, - Change: 0.84, - ChangePercent: 0.6, - Volume: 7, - High: 140.19, - Low: 0, - YearlyHigh: 155.95, - YearlyLow: 113, - YearlyStart: 134.47, - YearlyChange: 4.25, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Asia Pacific`, - Country: `Taiwan`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `FedEx`, - Maturity: `2022-04-27`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 619 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Coal`, - Spread: 0.015, - Open: 0.4363, - Price: 0.42, - Buy: 0.44, - Sell: 0.44, - Change: 0, - ChangePercent: 1.4, - Volume: 3, - High: 0.44, - Low: 0.44, - YearlyHigh: 0.48, - YearlyLow: 0.4, - YearlyStart: 0.44, - YearlyChange: -5.33, - Settlement: `Cash`, - Contract: `Swap`, - Region: `North America`, - Country: `United States`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-05-27`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 620 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `OJ Future`, - Spread: 0.01, - Open: 140.6, - Price: 139.46, - Buy: 140.18, - Sell: 140.19, - Change: -0.73, - ChangePercent: -0.52, - Volume: 7, - High: 140.19, - Low: 0, - YearlyHigh: 155.95, - YearlyLow: 113, - YearlyStart: 134.47, - YearlyChange: 4.25, - Settlement: `Loan`, - Contract: `Forwards`, - Region: `North America`, - Country: `United States`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-01-21`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 621 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Coffee`, - Spread: 0.01, - Open: 125.7, - Price: 125.59, - Buy: 125.7, - Sell: 125.7, - Change: -0.1, - ChangePercent: -0.08, - Volume: 1654, - High: 125.8, - Low: 125, - YearlyHigh: 155.75, - YearlyLow: 115.35, - YearlyStart: 135.55, - YearlyChange: -7.27, - Settlement: `Loan`, - Contract: `Futures`, - Region: `Asia Pacific`, - Country: `New Zealand`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-04-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 622 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Corn`, - Spread: 0.01, - Open: 379.5, - Price: 376.16, - Buy: 379.8, - Sell: 379.81, - Change: -3.64, - ChangePercent: -0.96, - Volume: 11266, - High: 381, - Low: 377.75, - YearlyHigh: 471.25, - YearlyLow: 351.25, - YearlyStart: 411.25, - YearlyChange: -7.65, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Middle East`, - Country: `Saudi Arabia`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-09-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 623 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `US 10YR Future`, - Spread: 0.01, - Open: 130.5625, - Price: 131.57, - Buy: 130.56, - Sell: 130.56, - Change: 0.99, - ChangePercent: 0.76, - Volume: 189310, - High: 130.63, - Low: 130.44, - YearlyHigh: 132.64, - YearlyLow: 125.48, - YearlyStart: 129.06, - YearlyChange: 1.18, - Settlement: `Cash`, - Contract: `Options`, - Region: `Africa`, - Country: `Algeria`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-06-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 624 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soybean`, - Spread: 0.01, - Open: 1038, - Price: 1019.51, - Buy: 1038.61, - Sell: 1038.62, - Change: -19.11, - ChangePercent: -1.84, - Volume: 20356, - High: 1044, - Low: 1031.75, - YearlyHigh: 1057, - YearlyLow: 859.5, - YearlyStart: 958.25, - YearlyChange: 8.39, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Africa`, - Country: `Ethiopia`, - Risk: `Low`, - Sector: `Government`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `American Airlines`, - Maturity: `2022-08-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 625 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Diesel`, - Spread: 0.015, - Open: 1.3474, - Price: 1.34, - Buy: 1.35, - Sell: 1.35, - Change: -0.02, - ChangePercent: -0.96, - Volume: 2971, - High: 1.36, - Low: 1.34, - YearlyHigh: 2.11, - YearlyLow: 0.92, - YearlyStart: 1.51, - YearlyChange: -10.4, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Europe`, - Country: `United Kingdom`, - Risk: `High`, - Sector: `Private`, - Currency: `PLN`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-08-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 626 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Cocoa`, - Spread: 0.01, - Open: 3076, - Price: 3124.02, - Buy: 3076, - Sell: 3076, - Change: 47.99, - ChangePercent: 1.56, - Volume: 978, - High: 3078, - Low: 3066, - YearlyHigh: 3406, - YearlyLow: 2746, - YearlyStart: 3076, - YearlyChange: 0, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Middle East`, - Country: `Qatar`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `FedEx`, - Maturity: `2022-04-22`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 627 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Oil`, - Spread: 0.015, - Open: 45.54, - Price: 45.02, - Buy: 45.78, - Sell: 45.8, - Change: -0.77, - ChangePercent: -1.68, - Volume: 107196, - High: 45.94, - Low: 45, - YearlyHigh: 65.28, - YearlyLow: 30.79, - YearlyStart: 48.03, - YearlyChange: -4.67, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Africa`, - Country: `Tunisia`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `American Airlines`, - Maturity: `2022-03-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 628 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Coal`, - Spread: 0.015, - Open: 0.4363, - Price: 0.42, - Buy: 0.44, - Sell: 0.44, - Change: 0, - ChangePercent: 0.72, - Volume: 3, - High: 0.44, - Low: 0.44, - YearlyHigh: 0.48, - YearlyLow: 0.4, - YearlyStart: 0.44, - YearlyChange: -5.33, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `South America`, - Country: `Argentina`, - Risk: `High`, - Sector: `Public`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-03-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 629 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `GBP/USD`, - Spread: 0.02, - Open: 1.4464, - Price: 1.2, - Buy: 1.18, - Sell: 1.2, - Change: 0.01, - ChangePercent: 0.72, - Volume: 29450, - High: 1.45, - Low: 1.19, - YearlyHigh: 1.59, - YearlyLow: 1.19, - YearlyStart: 1.49, - YearlyChange: -19.59, - Settlement: `Credit`, - Contract: `CFD`, - Region: `South America`, - Country: `Brazil`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-03-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 630 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Gold`, - Spread: 0.01, - Open: 1281.1, - Price: 1256.65, - Buy: 1280.73, - Sell: 1280.74, - Change: -24.08, - ChangePercent: -1.88, - Volume: 48387, - High: 1289.5, - Low: 1279.1, - YearlyHigh: 1306, - YearlyLow: 1047.2, - YearlyStart: 1176.6, - YearlyChange: 8.85, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Africa`, - Country: `Ethiopia`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-03-21`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 631 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/CAD`, - Spread: 0.02, - Open: 0.7744, - Price: 0.97, - Buy: 0.94, - Sell: 0.96, - Change: 0.02, - ChangePercent: 1.32, - Volume: 13669, - High: 0.95, - Low: 0.77, - YearlyHigh: 0.95, - YearlyLow: 0.68, - YearlyStart: 0.76, - YearlyChange: 26.43, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Asia Pacific`, - Country: `Malaysia`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `Poor`, - Issuer: `American Airlines`, - Maturity: `2022-09-24`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 632 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Natural Gas`, - Spread: 0.02, - Open: 2.094, - Price: 2.09, - Buy: 2.09, - Sell: 2.09, - Change: -0.01, - ChangePercent: -0.6, - Volume: 2783, - High: 2.11, - Low: 2.09, - YearlyHigh: 3.2, - YearlyLow: 1.84, - YearlyStart: 2.52, - YearlyChange: -16.51, - Settlement: `Cash`, - Contract: `CFD`, - Region: `Europe`, - Country: `Sweden`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-03-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 633 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Lumber`, - Spread: 0.01, - Open: 303.9, - Price: 302.89, - Buy: 304.59, - Sell: 304.6, - Change: -1.71, - ChangePercent: -0.56, - Volume: 2, - High: 304.6, - Low: 303.9, - YearlyHigh: 317.1, - YearlyLow: 236, - YearlyStart: 276.55, - YearlyChange: 10.14, - Settlement: `Loan`, - Contract: `Futures`, - Region: `Asia Pacific`, - Country: `Australia`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-08-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 634 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Lumber`, - Spread: 0.01, - Open: 303.9, - Price: 307.89, - Buy: 304.59, - Sell: 304.6, - Change: 3.29, - ChangePercent: 1.08, - Volume: 2, - High: 304.6, - Low: 303.9, - YearlyHigh: 317.1, - YearlyLow: 236, - YearlyStart: 276.55, - YearlyChange: 10.14, - Settlement: `Credit`, - Contract: `Forwards`, - Region: `Middle East`, - Country: `UAE`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-06-11`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 635 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Silver`, - Spread: 0.01, - Open: 17.43, - Price: 17.17, - Buy: 17.43, - Sell: 17.43, - Change: -0.25, - ChangePercent: -1.44, - Volume: 11720, - High: 17.51, - Low: 17.37, - YearlyHigh: 18.06, - YearlyLow: 13.73, - YearlyStart: 15.89, - YearlyChange: 9.59, - Settlement: `Cash`, - Contract: `Options`, - Region: `Europe`, - Country: `Switzerland`, - Risk: `High`, - Sector: `Government`, - Currency: `PLN`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-03-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 636 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `GBP/USD`, - Spread: 0.02, - Open: 1.4464, - Price: 1.2, - Buy: 1.18, - Sell: 1.2, - Change: 0.01, - ChangePercent: 0.32, - Volume: 29450, - High: 1.45, - Low: 1.19, - YearlyHigh: 1.59, - YearlyLow: 1.19, - YearlyStart: 1.49, - YearlyChange: -19.59, - Settlement: `Credit`, - Contract: `Futures`, - Region: `Asia Pacific`, - Country: `Indonesia`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `High`, - Issuer: `FedEx`, - Maturity: `2022-07-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 637 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Oil`, - Spread: 0.015, - Open: 45.54, - Price: 46.41, - Buy: 45.78, - Sell: 45.8, - Change: 0.62, - ChangePercent: 1.36, - Volume: 107196, - High: 45.94, - Low: 45, - YearlyHigh: 65.28, - YearlyLow: 30.79, - YearlyStart: 48.03, - YearlyChange: -4.67, - Settlement: `Credit`, - Contract: `Forwards`, - Region: `Africa`, - Country: `South Africa`, - Risk: `Low`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-03-22`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 638 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `Lean Hogs`, - Spread: 0.01, - Open: 81.275, - Price: 81.91, - Buy: 81.81, - Sell: 81.82, - Change: 0.1, - ChangePercent: 0.12, - Volume: 1, - High: 81.81, - Low: 81.28, - YearlyHigh: 83.98, - YearlyLow: 70.25, - YearlyStart: 77.11, - YearlyChange: 6.09, - Settlement: `Credit`, - Contract: `CFD`, - Region: `Middle East`, - Country: `Syria`, - Risk: `Low`, - Sector: `Public`, - Currency: `PLN`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-08-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 639 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `US 30YR Future`, - Spread: 0.01, - Open: 164.875, - Price: 164.16, - Buy: 164.15, - Sell: 164.16, - Change: 0, - ChangePercent: 0, - Volume: 28012, - High: 165.25, - Low: 164.04, - YearlyHigh: 169.38, - YearlyLow: 151.47, - YearlyStart: 160.43, - YearlyChange: 2.33, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Europe`, - Country: `Spain`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-03-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 640 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P 600 MINI`, - Spread: 0.01, - Open: 687.9, - Price: 690.91, - Buy: 687.9, - Sell: 687.9, - Change: 3.03, - ChangePercent: 0.44, - Volume: 0, - High: 0, - Low: 0, - YearlyHigh: 620.32, - YearlyLow: 595.9, - YearlyStart: 608.11, - YearlyChange: 13.12, - Settlement: `Credit`, - Contract: `Futures`, - Region: `Middle East`, - Country: `Oman`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-03-24`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 641 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `DOW Future`, - Spread: 0.01, - Open: 17711, - Price: 17924.7, - Buy: 17712.15, - Sell: 17712.16, - Change: 212.55, - ChangePercent: 1.2, - Volume: 22236, - High: 17727, - Low: 17642, - YearlyHigh: 18083, - YearlyLow: 15299, - YearlyStart: 16691, - YearlyChange: 6.12, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Middle East`, - Country: `Syria`, - Risk: `High`, - Sector: `Private`, - Currency: `PLN`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-02-24`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 642 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/CHF`, - Spread: 0.02, - Open: 1.0337, - Price: 1.04, - Buy: 1.03, - Sell: 1.03, - Change: 0, - ChangePercent: -0.36, - Volume: 5550, - High: 1.03, - Low: 1.03, - YearlyHigh: 1.11, - YearlyLow: 0.98, - YearlyStart: 1.04, - YearlyChange: -0.12, - Settlement: `Cash`, - Contract: `Options`, - Region: `Middle East`, - Country: `Oman`, - Risk: `Low`, - Sector: `Public`, - Currency: `USD`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-08-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 643 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `OJ Future`, - Spread: 0.01, - Open: 140.6, - Price: 141.65, - Buy: 140.18, - Sell: 140.19, - Change: 1.46, - ChangePercent: 1.04, - Volume: 7, - High: 140.19, - Low: 0, - YearlyHigh: 155.95, - YearlyLow: 113, - YearlyStart: 134.47, - YearlyChange: 4.25, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Africa`, - Country: `Senegal`, - Risk: `High`, - Sector: `Private`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-06-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 644 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P MID MINI`, - Spread: 0.01, - Open: 1454.3, - Price: 1473.25, - Buy: 1455.78, - Sell: 1455.79, - Change: 17.47, - ChangePercent: 1.2, - Volume: 338, - High: 1455.78, - Low: 1448, - YearlyHigh: 1527.3, - YearlyLow: 1236, - YearlyStart: 1381.65, - YearlyChange: 5.37, - Settlement: `Loan`, - Contract: `Options`, - Region: `Asia Pacific`, - Country: `China`, - Risk: `High`, - Sector: `Government`, - Currency: `PLN`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-03-11`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 645 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `Euro$ 3M`, - Spread: 0.01, - Open: 99.18, - Price: 98.06, - Buy: 99.18, - Sell: 99.18, - Change: -1.11, - ChangePercent: -1.12, - Volume: 29509, - High: 99.18, - Low: 99.17, - YearlyHigh: 99.38, - YearlyLow: 98.41, - YearlyStart: 98.89, - YearlyChange: 0.28, - Settlement: `Cash`, - Contract: `Options`, - Region: `Asia Pacific`, - Country: `Azerbaijan`, - Risk: `Low`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-05-21`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 646 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Uranium`, - Spread: 0.02, - Open: 27.55, - Price: 27.72, - Buy: 27.55, - Sell: 27.55, - Change: 0.14, - ChangePercent: 0.52, - Volume: 12, - High: 27.55, - Low: 27.55, - YearlyHigh: 29.32, - YearlyLow: 21.28, - YearlyStart: 25.3, - YearlyChange: 9.01, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Asia Pacific`, - Country: `Indonesia`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-05-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 647 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/CAD`, - Spread: 0.02, - Open: 0.7744, - Price: 0.97, - Buy: 0.94, - Sell: 0.96, - Change: 0.02, - ChangePercent: 1.96, - Volume: 13669, - High: 0.95, - Low: 0.77, - YearlyHigh: 0.95, - YearlyLow: 0.68, - YearlyStart: 0.76, - YearlyChange: 26.43, - Settlement: `Loan`, - Contract: `CFD`, - Region: `Europe`, - Country: `Slovakia`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-03-16`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 648 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Ethanol`, - Spread: 0.01, - Open: 1.512, - Price: 2.77, - Buy: 2.75, - Sell: 2.76, - Change: 0.02, - ChangePercent: 0.64, - Volume: 14, - High: 2.75, - Low: 1.12, - YearlyHigh: 2.75, - YearlyLow: 1.12, - YearlyStart: 1.48, - YearlyChange: 86.7, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Africa`, - Country: `Senegal`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-03-22`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 649 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Diesel`, - Spread: 0.015, - Open: 1.3474, - Price: 1.34, - Buy: 1.35, - Sell: 1.35, - Change: -0.02, - ChangePercent: -1.08, - Volume: 2971, - High: 1.36, - Low: 1.34, - YearlyHigh: 2.11, - YearlyLow: 0.92, - YearlyStart: 1.51, - YearlyChange: -10.4, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Middle East`, - Country: `Qatar`, - Risk: `High`, - Sector: `Public`, - Currency: `USD`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-09-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 650 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P MID MINI`, - Spread: 0.01, - Open: 1454.3, - Price: 1460.44, - Buy: 1455.78, - Sell: 1455.79, - Change: 4.66, - ChangePercent: 0.32, - Volume: 338, - High: 1455.78, - Low: 1448, - YearlyHigh: 1527.3, - YearlyLow: 1236, - YearlyStart: 1381.65, - YearlyChange: 5.37, - Settlement: `Cash`, - Contract: `CFD`, - Region: `Asia Pacific`, - Country: `China`, - Risk: `High`, - Sector: `Private`, - Currency: `PLN`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-08-21`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 651 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Oats`, - Spread: 0.01, - Open: 194.5, - Price: 195.07, - Buy: 194.21, - Sell: 194.22, - Change: 0.85, - ChangePercent: 0.44, - Volume: 64, - High: 195.75, - Low: 194, - YearlyHigh: 241.25, - YearlyLow: 183.75, - YearlyStart: 212.5, - YearlyChange: -8.6, - Settlement: `Cash`, - Contract: `Options`, - Region: `Asia Pacific`, - Country: `Hong Kong`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-01-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 652 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Palladium`, - Spread: 0.01, - Open: 600.55, - Price: 608.45, - Buy: 601, - Sell: 601.01, - Change: 7.45, - ChangePercent: 1.24, - Volume: 651, - High: 607.2, - Low: 598.4, - YearlyHigh: 690, - YearlyLow: 458.6, - YearlyStart: 574.3, - YearlyChange: 4.65, - Settlement: `Loan`, - Contract: `Futures`, - Region: `Asia Pacific`, - Country: `Japan`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `High`, - Issuer: `American Airlines`, - Maturity: `2022-02-16`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 653 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Natural Gas`, - Spread: 0.02, - Open: 2.094, - Price: 2.09, - Buy: 2.09, - Sell: 2.09, - Change: -0.01, - ChangePercent: -0.84, - Volume: 2783, - High: 2.11, - Low: 2.09, - YearlyHigh: 3.2, - YearlyLow: 1.84, - YearlyStart: 2.52, - YearlyChange: -16.51, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Africa`, - Country: `Senegal`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `FedEx`, - Maturity: `2022-01-24`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 654 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Ethanol`, - Spread: 0.01, - Open: 1.512, - Price: 2.75, - Buy: 2.75, - Sell: 2.76, - Change: 0, - ChangePercent: -0.28, - Volume: 14, - High: 2.75, - Low: 1.12, - YearlyHigh: 2.75, - YearlyLow: 1.12, - YearlyStart: 1.48, - YearlyChange: 86.7, - Settlement: `Credit`, - Contract: `Options`, - Region: `South America`, - Country: `Brazil`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-05-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 655 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `NAS Future`, - Spread: 0.01, - Open: 4341.25, - Price: 4285.71, - Buy: 4341.25, - Sell: 4341.25, - Change: -55.57, - ChangePercent: -1.28, - Volume: 18259, - High: 4347, - Low: 4318, - YearlyHigh: 4719.75, - YearlyLow: 3867.75, - YearlyStart: 4293.75, - YearlyChange: 1.11, - Settlement: `Credit`, - Contract: `Forwards`, - Region: `Africa`, - Country: `Libya`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-08-27`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 656 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Coffee`, - Spread: 0.01, - Open: 125.7, - Price: 123.83, - Buy: 125.7, - Sell: 125.7, - Change: -1.86, - ChangePercent: -1.48, - Volume: 1654, - High: 125.8, - Low: 125, - YearlyHigh: 155.75, - YearlyLow: 115.35, - YearlyStart: 135.55, - YearlyChange: -7.27, - Settlement: `Loan`, - Contract: `Forwards`, - Region: `Asia Pacific`, - Country: `Japan`, - Risk: `High`, - Sector: `Private`, - Currency: `PLN`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-04-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 657 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Platinum`, - Spread: 0.01, - Open: 1071.6, - Price: 1051.82, - Buy: 1071.09, - Sell: 1071.1, - Change: -19.28, - ChangePercent: -1.8, - Volume: 3039, - High: 1081.2, - Low: 1070.5, - YearlyHigh: 1120.6, - YearlyLow: 812.4, - YearlyStart: 966.5, - YearlyChange: 10.82, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Africa`, - Country: `Tunisia`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `High`, - Issuer: `American Airlines`, - Maturity: `2022-03-16`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 658 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soy Meat`, - Spread: 0.01, - Open: 342.6, - Price: 339.74, - Buy: 342.6, - Sell: 342.6, - Change: -2.88, - ChangePercent: -0.84, - Volume: 5646, - High: 345.4, - Low: 340.3, - YearlyHigh: 353.4, - YearlyLow: 261.7, - YearlyStart: 307.55, - YearlyChange: 11.4, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Africa`, - Country: `South Africa`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `High`, - Issuer: `American Airlines`, - Maturity: `2022-04-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 659 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `US 10YR Future`, - Spread: 0.01, - Open: 130.5625, - Price: 128.08, - Buy: 130.56, - Sell: 130.56, - Change: -2.5, - ChangePercent: -1.92, - Volume: 189310, - High: 130.63, - Low: 130.44, - YearlyHigh: 132.64, - YearlyLow: 125.48, - YearlyStart: 129.06, - YearlyChange: 1.18, - Settlement: `Cash`, - Contract: `CFD`, - Region: `Asia Pacific`, - Country: `Indonesia`, - Risk: `Low`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-06-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 660 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Cotton`, - Spread: 0.01, - Open: 61.77, - Price: 62.77, - Buy: 61.77, - Sell: 61.77, - Change: 1.01, - ChangePercent: 1.64, - Volume: 3612, - High: 62.06, - Low: 61.32, - YearlyHigh: 67.59, - YearlyLow: 54.33, - YearlyStart: 60.96, - YearlyChange: 1.31, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Middle East`, - Country: `Qatar`, - Risk: `Low`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-05-22`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 661 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `NAS Future`, - Spread: 0.01, - Open: 4341.25, - Price: 4372.54, - Buy: 4341.25, - Sell: 4341.25, - Change: 31.26, - ChangePercent: 0.72, - Volume: 18259, - High: 4347, - Low: 4318, - YearlyHigh: 4719.75, - YearlyLow: 3867.75, - YearlyStart: 4293.75, - YearlyChange: 1.11, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Africa`, - Country: `Egypt`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-02-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 662 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Gold`, - Spread: 0.01, - Open: 1281.1, - Price: 1303.78, - Buy: 1280.73, - Sell: 1280.74, - Change: 23.05, - ChangePercent: 1.8, - Volume: 48387, - High: 1289.5, - Low: 1279.1, - YearlyHigh: 1306, - YearlyLow: 1047.2, - YearlyStart: 1176.6, - YearlyChange: 8.85, - Settlement: `Credit`, - Contract: `Futures`, - Region: `Africa`, - Country: `Morocco`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `High`, - Issuer: `FedEx`, - Maturity: `2022-06-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 663 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Wheat`, - Spread: 0.01, - Open: 465.5, - Price: 466.26, - Buy: 465.5, - Sell: 465.5, - Change: 0.74, - ChangePercent: 0.16, - Volume: 4318, - High: 467, - Low: 463.25, - YearlyHigh: 628.5, - YearlyLow: 449.5, - YearlyStart: 539, - YearlyChange: -13.63, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `South America`, - Country: `Guyana`, - Risk: `Low`, - Sector: `Public`, - Currency: `PLN`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-09-19`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 664 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Cocoa`, - Spread: 0.01, - Open: 3076, - Price: 3082.18, - Buy: 3076, - Sell: 3076, - Change: 6.15, - ChangePercent: 0.2, - Volume: 978, - High: 3078, - Low: 3066, - YearlyHigh: 3406, - YearlyLow: 2746, - YearlyStart: 3076, - YearlyChange: 0, - Settlement: `Cash`, - Contract: `Options`, - Region: `Africa`, - Country: `South Africa`, - Risk: `High`, - Sector: `Private`, - Currency: `PLN`, - Security: `High`, - Issuer: `FedEx`, - Maturity: `2022-06-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 665 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Oil`, - Spread: 0.015, - Open: 45.54, - Price: 46.12, - Buy: 45.78, - Sell: 45.8, - Change: 0.33, - ChangePercent: 0.72, - Volume: 107196, - High: 45.94, - Low: 45, - YearlyHigh: 65.28, - YearlyLow: 30.79, - YearlyStart: 48.03, - YearlyChange: -4.67, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Africa`, - Country: `Senegal`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-02-23`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 666 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `DOW Future`, - Spread: 0.01, - Open: 17711, - Price: 17995.55, - Buy: 17712.15, - Sell: 17712.16, - Change: 283.4, - ChangePercent: 1.6, - Volume: 22236, - High: 17727, - Low: 17642, - YearlyHigh: 18083, - YearlyLow: 15299, - YearlyStart: 16691, - YearlyChange: 6.12, - Settlement: `Credit`, - Contract: `Futures`, - Region: `Europe`, - Country: `Romania`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-06-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 667 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Corn`, - Spread: 0.01, - Open: 379.5, - Price: 384.82, - Buy: 379.8, - Sell: 379.81, - Change: 5.02, - ChangePercent: 1.32, - Volume: 11266, - High: 381, - Low: 377.75, - YearlyHigh: 471.25, - YearlyLow: 351.25, - YearlyStart: 411.25, - YearlyChange: -7.65, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Europe`, - Country: `Romania`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-04-16`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 668 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `FD Cattle`, - Spread: 0.01, - Open: 147.175, - Price: 148.78, - Buy: 148.6, - Sell: 148.61, - Change: 0.17, - ChangePercent: 0.12, - Volume: 5, - High: 148.61, - Low: 147.18, - YearlyHigh: 190, - YearlyLow: 138.1, - YearlyStart: 164.05, - YearlyChange: -9.41, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Asia Pacific`, - Country: `Korea`, - Risk: `Low`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-07-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 669 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `LV Cattle`, - Spread: 0.01, - Open: 120.725, - Price: 121.43, - Buy: 120.72, - Sell: 120.72, - Change: 0.73, - ChangePercent: 0.6, - Volume: 4, - High: 120.72, - Low: 120.72, - YearlyHigh: 147.98, - YearlyLow: 113.9, - YearlyStart: 130.94, - YearlyChange: -7.82, - Settlement: `Cash`, - Contract: `Options`, - Region: `Europe`, - Country: `Italy`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-03-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 670 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Palladium`, - Spread: 0.01, - Open: 600.55, - Price: 610.14, - Buy: 601, - Sell: 601.01, - Change: 9.14, - ChangePercent: 1.52, - Volume: 651, - High: 607.2, - Low: 598.4, - YearlyHigh: 690, - YearlyLow: 458.6, - YearlyStart: 574.3, - YearlyChange: 4.65, - Settlement: `Loan`, - Contract: `Forwards`, - Region: `North America`, - Country: `Mexico`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-05-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 671 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `AUD/USD`, - Spread: 0.02, - Open: 0.7344, - Price: 0.76, - Buy: 0.73, - Sell: 0.73, - Change: 0.02, - ChangePercent: 1.8, - Volume: 36764, - High: 0.74, - Low: 0.73, - YearlyHigh: 0.79, - YearlyLow: 0.68, - YearlyStart: 0.73, - YearlyChange: 1.28, - Settlement: `Credit`, - Contract: `Futures`, - Region: `Africa`, - Country: `Libya`, - Risk: `High`, - Sector: `Public`, - Currency: `USD`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-02-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 672 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `AUD/USD`, - Spread: 0.02, - Open: 0.7344, - Price: 0.76, - Buy: 0.73, - Sell: 0.73, - Change: 0.02, - ChangePercent: 1.88, - Volume: 36764, - High: 0.74, - Low: 0.73, - YearlyHigh: 0.79, - YearlyLow: 0.68, - YearlyStart: 0.73, - YearlyChange: 1.28, - Settlement: `Loan`, - Contract: `Futures`, - Region: `Africa`, - Country: `Cameroon`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `High`, - Issuer: `FedEx`, - Maturity: `2022-06-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 673 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Silver`, - Spread: 0.01, - Open: 17.43, - Price: 17.58, - Buy: 17.43, - Sell: 17.43, - Change: 0.16, - ChangePercent: 0.92, - Volume: 11720, - High: 17.51, - Low: 17.37, - YearlyHigh: 18.06, - YearlyLow: 13.73, - YearlyStart: 15.89, - YearlyChange: 9.59, - Settlement: `Loan`, - Contract: `Futures`, - Region: `Europe`, - Country: `Germany`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-02-27`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 674 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soy oil`, - Spread: 0.01, - Open: 33.26, - Price: 33.7, - Buy: 33.77, - Sell: 33.78, - Change: -0.07, - ChangePercent: -0.2, - Volume: 10592, - High: 33.77, - Low: 33.06, - YearlyHigh: 35.43, - YearlyLow: 26.61, - YearlyStart: 31.02, - YearlyChange: 8.87, - Settlement: `Loan`, - Contract: `Futures`, - Region: `Africa`, - Country: `Cameroon`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-05-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 675 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Corn`, - Spread: 0.01, - Open: 379.5, - Price: 377.52, - Buy: 379.8, - Sell: 379.81, - Change: -2.28, - ChangePercent: -0.6, - Volume: 11266, - High: 381, - Low: 377.75, - YearlyHigh: 471.25, - YearlyLow: 351.25, - YearlyStart: 411.25, - YearlyChange: -7.65, - Settlement: `Loan`, - Contract: `Forwards`, - Region: `Middle East`, - Country: `Iraq`, - Risk: `Low`, - Sector: `Public`, - Currency: `USD`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-03-10`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 676 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `US 2Y Future`, - Spread: 0.01, - Open: 109.3984, - Price: 110.18, - Buy: 109.4, - Sell: 109.4, - Change: 0.79, - ChangePercent: 0.72, - Volume: 17742, - High: 109.41, - Low: 109.38, - YearlyHigh: 109.8, - YearlyLow: 108.62, - YearlyStart: 109.21, - YearlyChange: 0.16, - Settlement: `Cash`, - Contract: `Options`, - Region: `Middle East`, - Country: `Iraq`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-05-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 677 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/JPY`, - Spread: 0.02, - Open: 9275.5, - Price: 9336.71, - Buy: 9277.32, - Sell: 9277.34, - Change: 59.38, - ChangePercent: 0.64, - Volume: 47734, - High: 9277.33, - Low: 0.93, - YearlyHigh: 9483, - YearlyLow: 0.93, - YearlyStart: 4741.97, - YearlyChange: 95.64, - Settlement: `Credit`, - Contract: `Options`, - Region: `Europe`, - Country: `Czechia`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-08-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 678 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soy Meat`, - Spread: 0.01, - Open: 342.6, - Price: 348.65, - Buy: 342.6, - Sell: 342.6, - Change: 6.03, - ChangePercent: 1.76, - Volume: 5646, - High: 345.4, - Low: 340.3, - YearlyHigh: 353.4, - YearlyLow: 261.7, - YearlyStart: 307.55, - YearlyChange: 11.4, - Settlement: `Credit`, - Contract: `Futures`, - Region: `Middle East`, - Country: `Iraq`, - Risk: `Low`, - Sector: `Government`, - Currency: `USD`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-02-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 679 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `US 30YR Future`, - Spread: 0.01, - Open: 164.875, - Price: 164.75, - Buy: 164.15, - Sell: 164.16, - Change: 0.59, - ChangePercent: 0.36, - Volume: 28012, - High: 165.25, - Low: 164.04, - YearlyHigh: 169.38, - YearlyLow: 151.47, - YearlyStart: 160.43, - YearlyChange: 2.33, - Settlement: `Credit`, - Contract: `CFD`, - Region: `Asia Pacific`, - Country: `Japan`, - Risk: `Low`, - Sector: `Public`, - Currency: `PLN`, - Security: `High`, - Issuer: `FedEx`, - Maturity: `2022-08-21`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 680 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `LV Cattle`, - Spread: 0.01, - Open: 120.725, - Price: 123.02, - Buy: 120.72, - Sell: 120.72, - Change: 2.31, - ChangePercent: 1.92, - Volume: 4, - High: 120.72, - Low: 120.72, - YearlyHigh: 147.98, - YearlyLow: 113.9, - YearlyStart: 130.94, - YearlyChange: -7.82, - Settlement: `Loan`, - Contract: `Futures`, - Region: `Europe`, - Country: `Hungary`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-07-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 681 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P 600 MINI`, - Spread: 0.01, - Open: 687.9, - Price: 679.08, - Buy: 687.9, - Sell: 687.9, - Change: -8.8, - ChangePercent: -1.28, - Volume: 0, - High: 0, - Low: 0, - YearlyHigh: 620.32, - YearlyLow: 595.9, - YearlyStart: 608.11, - YearlyChange: 13.12, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Middle East`, - Country: `Lebanon`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-07-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 682 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P Future`, - Spread: 0.01, - Open: 2057.5, - Price: 2031.1, - Buy: 2056.6, - Sell: 2056.61, - Change: -25.5, - ChangePercent: -1.24, - Volume: 142780, - High: 2059.5, - Low: 2049, - YearlyHigh: 2105.5, - YearlyLow: 1794.5, - YearlyStart: 1950, - YearlyChange: 5.47, - Settlement: `Loan`, - Contract: `Options`, - Region: `Middle East`, - Country: `Saudi Arabia`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-02-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 683 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Silver`, - Spread: 0.01, - Open: 17.43, - Price: 17.17, - Buy: 17.43, - Sell: 17.43, - Change: -0.25, - ChangePercent: -1.44, - Volume: 11720, - High: 17.51, - Low: 17.37, - YearlyHigh: 18.06, - YearlyLow: 13.73, - YearlyStart: 15.89, - YearlyChange: 9.59, - Settlement: `Loan`, - Contract: `Options`, - Region: `North America`, - Country: `United States`, - Risk: `High`, - Sector: `Private`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-01-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 684 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `AUD/USD`, - Spread: 0.02, - Open: 0.7344, - Price: 0.76, - Buy: 0.73, - Sell: 0.73, - Change: 0.02, - ChangePercent: 1.68, - Volume: 36764, - High: 0.74, - Low: 0.73, - YearlyHigh: 0.79, - YearlyLow: 0.68, - YearlyStart: 0.73, - YearlyChange: 1.28, - Settlement: `Cash`, - Contract: `Options`, - Region: `Africa`, - Country: `Tunisia`, - Risk: `Low`, - Sector: `Public`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-07-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 685 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Cocoa`, - Spread: 0.01, - Open: 3076, - Price: 3116.63, - Buy: 3076, - Sell: 3076, - Change: 40.6, - ChangePercent: 1.32, - Volume: 978, - High: 3078, - Low: 3066, - YearlyHigh: 3406, - YearlyLow: 2746, - YearlyStart: 3076, - YearlyChange: 0, - Settlement: `Loan`, - Contract: `Futures`, - Region: `Asia Pacific`, - Country: `China`, - Risk: `Low`, - Sector: `Public`, - Currency: `USD`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-02-21`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 686 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Coal`, - Spread: 0.015, - Open: 0.4363, - Price: 0.42, - Buy: 0.44, - Sell: 0.44, - Change: 0, - ChangePercent: 0.72, - Volume: 3, - High: 0.44, - Low: 0.44, - YearlyHigh: 0.48, - YearlyLow: 0.4, - YearlyStart: 0.44, - YearlyChange: -5.33, - Settlement: `Cash`, - Contract: `CFD`, - Region: `Europe`, - Country: `Greece`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-02-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 687 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Gold`, - Spread: 0.01, - Open: 1281.1, - Price: 1278.17, - Buy: 1280.73, - Sell: 1280.74, - Change: -2.56, - ChangePercent: -0.2, - Volume: 48387, - High: 1289.5, - Low: 1279.1, - YearlyHigh: 1306, - YearlyLow: 1047.2, - YearlyStart: 1176.6, - YearlyChange: 8.85, - Settlement: `Loan`, - Contract: `Futures`, - Region: `Africa`, - Country: `Libya`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-03-23`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 688 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `BTC/USD`, - Spread: 0.06, - Open: 93.88, - Price: 20589.16, - Buy: 21200.76, - Sell: 21400.78, - Change: -411.61, - ChangePercent: -1.96, - Volume: 5788000, - High: 22400.05, - Low: 20100.75, - YearlyHigh: 62400.7, - YearlyLow: 15100.88, - YearlyStart: 21200.29, - YearlyChange: -20.62, - Settlement: `Credit`, - Contract: `Forwards`, - Region: `Asia Pacific`, - Country: `Australia`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-05-23`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 689 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Natural Gas`, - Spread: 0.02, - Open: 2.094, - Price: 2.08, - Buy: 2.09, - Sell: 2.09, - Change: -0.02, - ChangePercent: -1.32, - Volume: 2783, - High: 2.11, - Low: 2.09, - YearlyHigh: 3.2, - YearlyLow: 1.84, - YearlyStart: 2.52, - YearlyChange: -16.51, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Europe`, - Country: `Switzerland`, - Risk: `Low`, - Sector: `Public`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-06-19`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 690 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `OJ Future`, - Spread: 0.01, - Open: 140.6, - Price: 141.76, - Buy: 140.18, - Sell: 140.19, - Change: 1.57, - ChangePercent: 1.12, - Volume: 7, - High: 140.19, - Low: 0, - YearlyHigh: 155.95, - YearlyLow: 113, - YearlyStart: 134.47, - YearlyChange: 4.25, - Settlement: `Credit`, - Contract: `Options`, - Region: `Middle East`, - Country: `Jordan`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-02-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 691 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Copper`, - Spread: 0.02, - Open: 2.123, - Price: 2.08, - Buy: 2.12, - Sell: 2.12, - Change: -0.03, - ChangePercent: -1.56, - Volume: 28819, - High: 2.16, - Low: 2.11, - YearlyHigh: 2.94, - YearlyLow: 1.96, - YearlyStart: 2.45, - YearlyChange: -13.76, - Settlement: `Cash`, - Contract: `CFD`, - Region: `Asia Pacific`, - Country: `Hong Kong`, - Risk: `Low`, - Sector: `Public`, - Currency: `USD`, - Security: `Poor`, - Issuer: `American Airlines`, - Maturity: `2022-06-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 692 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Palladium`, - Spread: 0.01, - Open: 600.55, - Price: 599.8, - Buy: 601, - Sell: 601.01, - Change: -1.2, - ChangePercent: -0.2, - Volume: 651, - High: 607.2, - Low: 598.4, - YearlyHigh: 690, - YearlyLow: 458.6, - YearlyStart: 574.3, - YearlyChange: 4.65, - Settlement: `Credit`, - Contract: `Options`, - Region: `Asia Pacific`, - Country: `India`, - Risk: `Low`, - Sector: `Government`, - Currency: `PLN`, - Security: `High`, - Issuer: `FedEx`, - Maturity: `2022-04-24`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 693 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soy Meat`, - Spread: 0.01, - Open: 342.6, - Price: 337.96, - Buy: 342.6, - Sell: 342.6, - Change: -4.66, - ChangePercent: -1.36, - Volume: 5646, - High: 345.4, - Low: 340.3, - YearlyHigh: 353.4, - YearlyLow: 261.7, - YearlyStart: 307.55, - YearlyChange: 11.4, - Settlement: `Cash`, - Contract: `CFD`, - Region: `Asia Pacific`, - Country: `India`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-03-21`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 694 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `US 30YR Future`, - Spread: 0.01, - Open: 164.875, - Price: 164.09, - Buy: 164.15, - Sell: 164.16, - Change: -0.07, - ChangePercent: -0.04, - Volume: 28012, - High: 165.25, - Low: 164.04, - YearlyHigh: 169.38, - YearlyLow: 151.47, - YearlyStart: 160.43, - YearlyChange: 2.33, - Settlement: `Credit`, - Contract: `Futures`, - Region: `Africa`, - Country: `Ethiopia`, - Risk: `Low`, - Sector: `Public`, - Currency: `PLN`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-05-11`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 695 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soy oil`, - Spread: 0.01, - Open: 33.26, - Price: 33.5, - Buy: 33.77, - Sell: 33.78, - Change: -0.27, - ChangePercent: -0.8, - Volume: 10592, - High: 33.77, - Low: 33.06, - YearlyHigh: 35.43, - YearlyLow: 26.61, - YearlyStart: 31.02, - YearlyChange: 8.87, - Settlement: `Credit`, - Contract: `Options`, - Region: `Africa`, - Country: `Ethiopia`, - Risk: `Low`, - Sector: `Government`, - Currency: `PLN`, - Security: `High`, - Issuer: `FedEx`, - Maturity: `2022-03-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 696 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Gold`, - Spread: 0.01, - Open: 1281.1, - Price: 1257.68, - Buy: 1280.73, - Sell: 1280.74, - Change: -23.05, - ChangePercent: -1.8, - Volume: 48387, - High: 1289.5, - Low: 1279.1, - YearlyHigh: 1306, - YearlyLow: 1047.2, - YearlyStart: 1176.6, - YearlyChange: 8.85, - Settlement: `Loan`, - Contract: `Options`, - Region: `Europe`, - Country: `Italy`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-04-21`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 697 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Milk`, - Spread: 0.01, - Open: 12.87, - Price: 12.98, - Buy: 12.87, - Sell: 12.87, - Change: 0.12, - ChangePercent: 0.96, - Volume: 7, - High: 12.89, - Low: 12.81, - YearlyHigh: 16.96, - YearlyLow: 12.81, - YearlyStart: 14.88, - YearlyChange: -13.6, - Settlement: `Loan`, - Contract: `Forwards`, - Region: `North America`, - Country: `United States`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-05-22`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 698 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `AUD/USD`, - Spread: 0.02, - Open: 0.7344, - Price: 0.75, - Buy: 0.73, - Sell: 0.73, - Change: 0.01, - ChangePercent: 1.32, - Volume: 36764, - High: 0.74, - Low: 0.73, - YearlyHigh: 0.79, - YearlyLow: 0.68, - YearlyStart: 0.73, - YearlyChange: 1.28, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Europe`, - Country: `Czechia`, - Risk: `Low`, - Sector: `Public`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-07-21`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 699 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `FD Cattle`, - Spread: 0.01, - Open: 147.175, - Price: 147.66, - Buy: 148.6, - Sell: 148.61, - Change: -0.95, - ChangePercent: -0.64, - Volume: 5, - High: 148.61, - Low: 147.18, - YearlyHigh: 190, - YearlyLow: 138.1, - YearlyStart: 164.05, - YearlyChange: -9.41, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Africa`, - Country: `Cameroon`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-09-21`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 700 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Gold`, - Spread: 0.01, - Open: 1281.1, - Price: 1299.17, - Buy: 1280.73, - Sell: 1280.74, - Change: 18.44, - ChangePercent: 1.44, - Volume: 48387, - High: 1289.5, - Low: 1279.1, - YearlyHigh: 1306, - YearlyLow: 1047.2, - YearlyStart: 1176.6, - YearlyChange: 8.85, - Settlement: `Cash`, - Contract: `Swap`, - Region: `South America`, - Country: `Ecuador`, - Risk: `High`, - Sector: `Public`, - Currency: `USD`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-07-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 701 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `FD Cattle`, - Spread: 0.01, - Open: 147.175, - Price: 149.44, - Buy: 148.6, - Sell: 148.61, - Change: 0.83, - ChangePercent: 0.56, - Volume: 5, - High: 148.61, - Low: 147.18, - YearlyHigh: 190, - YearlyLow: 138.1, - YearlyStart: 164.05, - YearlyChange: -9.41, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Africa`, - Country: `Senegal`, - Risk: `High`, - Sector: `Public`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-08-23`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 702 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `DOW Future`, - Spread: 0.01, - Open: 17711, - Price: 17535.03, - Buy: 17712.15, - Sell: 17712.16, - Change: -177.12, - ChangePercent: -1, - Volume: 22236, - High: 17727, - Low: 17642, - YearlyHigh: 18083, - YearlyLow: 15299, - YearlyStart: 16691, - YearlyChange: 6.12, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Middle East`, - Country: `Kuwait`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-02-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 703 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `BTC/USD`, - Spread: 0.06, - Open: 93.88, - Price: 21101.58, - Buy: 21200.76, - Sell: 21400.78, - Change: 100.81, - ChangePercent: 0.48, - Volume: 5788000, - High: 22400.05, - Low: 20100.75, - YearlyHigh: 62400.7, - YearlyLow: 15100.88, - YearlyStart: 21200.29, - YearlyChange: -20.62, - Settlement: `Credit`, - Contract: `Options`, - Region: `Middle East`, - Country: `Israel`, - Risk: `High`, - Sector: `Private`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-06-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 704 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Coal`, - Spread: 0.015, - Open: 0.4363, - Price: 0.41, - Buy: 0.44, - Sell: 0.44, - Change: -0.01, - ChangePercent: -0.72, - Volume: 3, - High: 0.44, - Low: 0.44, - YearlyHigh: 0.48, - YearlyLow: 0.4, - YearlyStart: 0.44, - YearlyChange: -5.33, - Settlement: `Loan`, - Contract: `Options`, - Region: `North America`, - Country: `Canada`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-03-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 705 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Sugar`, - Spread: 0.01, - Open: 15.68, - Price: 14.55, - Buy: 14.67, - Sell: 14.68, - Change: -0.12, - ChangePercent: -0.84, - Volume: 4949, - High: 15.7, - Low: 14.67, - YearlyHigh: 16.87, - YearlyLow: 11.37, - YearlyStart: 14.12, - YearlyChange: 3.92, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Middle East`, - Country: `Israel`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-01-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 706 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `BTC/USD`, - Spread: 0.06, - Open: 93.88, - Price: 20656.36, - Buy: 21200.76, - Sell: 21400.78, - Change: -344.41, - ChangePercent: -1.64, - Volume: 5788000, - High: 22400.05, - Low: 20100.75, - YearlyHigh: 62400.7, - YearlyLow: 15100.88, - YearlyStart: 21200.29, - YearlyChange: -20.62, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Europe`, - Country: `Denmark`, - Risk: `High`, - Sector: `Public`, - Currency: `USD`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-02-21`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 707 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soybean`, - Spread: 0.01, - Open: 1038, - Price: 1039.03, - Buy: 1038.61, - Sell: 1038.62, - Change: 0.41, - ChangePercent: 0.04, - Volume: 20356, - High: 1044, - Low: 1031.75, - YearlyHigh: 1057, - YearlyLow: 859.5, - YearlyStart: 958.25, - YearlyChange: 8.39, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `North America`, - Country: `Canada`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-06-21`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 708 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P MID MINI`, - Spread: 0.01, - Open: 1454.3, - Price: 1430.16, - Buy: 1455.78, - Sell: 1455.79, - Change: -25.62, - ChangePercent: -1.76, - Volume: 338, - High: 1455.78, - Low: 1448, - YearlyHigh: 1527.3, - YearlyLow: 1236, - YearlyStart: 1381.65, - YearlyChange: 5.37, - Settlement: `Credit`, - Contract: `Options`, - Region: `South America`, - Country: `Chile`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `High`, - Issuer: `FedEx`, - Maturity: `2022-01-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 709 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soybean`, - Spread: 0.01, - Open: 1038, - Price: 1040.69, - Buy: 1038.61, - Sell: 1038.62, - Change: 2.07, - ChangePercent: 0.2, - Volume: 20356, - High: 1044, - Low: 1031.75, - YearlyHigh: 1057, - YearlyLow: 859.5, - YearlyStart: 958.25, - YearlyChange: 8.39, - Settlement: `Cash`, - Contract: `Options`, - Region: `South America`, - Country: `Guyana`, - Risk: `High`, - Sector: `Government`, - Currency: `USD`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-06-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 710 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `DOW Future`, - Spread: 0.01, - Open: 17711, - Price: 17924.7, - Buy: 17712.15, - Sell: 17712.16, - Change: 212.55, - ChangePercent: 1.2, - Volume: 22236, - High: 17727, - Low: 17642, - YearlyHigh: 18083, - YearlyLow: 15299, - YearlyStart: 16691, - YearlyChange: 6.12, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Middle East`, - Country: `Lebanon`, - Risk: `High`, - Sector: `Public`, - Currency: `USD`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-09-23`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 711 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `LV Cattle`, - Spread: 0.01, - Open: 120.725, - Price: 119.69, - Buy: 120.72, - Sell: 120.72, - Change: -1.02, - ChangePercent: -0.84, - Volume: 4, - High: 120.72, - Low: 120.72, - YearlyHigh: 147.98, - YearlyLow: 113.9, - YearlyStart: 130.94, - YearlyChange: -7.82, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Europe`, - Country: `United Kingdom`, - Risk: `High`, - Sector: `Government`, - Currency: `PLN`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-06-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 712 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `US 30YR Future`, - Spread: 0.01, - Open: 164.875, - Price: 163.3, - Buy: 164.15, - Sell: 164.16, - Change: -0.86, - ChangePercent: -0.52, - Volume: 28012, - High: 165.25, - Low: 164.04, - YearlyHigh: 169.38, - YearlyLow: 151.47, - YearlyStart: 160.43, - YearlyChange: 2.33, - Settlement: `Credit`, - Contract: `Futures`, - Region: `Europe`, - Country: `Portugal`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-02-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 713 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Oats`, - Spread: 0.01, - Open: 194.5, - Price: 194.61, - Buy: 194.21, - Sell: 194.22, - Change: 0.39, - ChangePercent: 0.2, - Volume: 64, - High: 195.75, - Low: 194, - YearlyHigh: 241.25, - YearlyLow: 183.75, - YearlyStart: 212.5, - YearlyChange: -8.6, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Asia Pacific`, - Country: `Thailand`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `Poor`, - Issuer: `American Airlines`, - Maturity: `2022-04-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 714 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Wheat`, - Spread: 0.01, - Open: 465.5, - Price: 468.31, - Buy: 465.5, - Sell: 465.5, - Change: 2.79, - ChangePercent: 0.6, - Volume: 4318, - High: 467, - Low: 463.25, - YearlyHigh: 628.5, - YearlyLow: 449.5, - YearlyStart: 539, - YearlyChange: -13.63, - Settlement: `Cash`, - Contract: `Swap`, - Region: `North America`, - Country: `Mexico`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-01-23`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 715 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Ethanol`, - Spread: 0.01, - Open: 1.512, - Price: 2.71, - Buy: 2.75, - Sell: 2.76, - Change: -0.04, - ChangePercent: -1.44, - Volume: 14, - High: 2.75, - Low: 1.12, - YearlyHigh: 2.75, - YearlyLow: 1.12, - YearlyStart: 1.48, - YearlyChange: 86.7, - Settlement: `Loan`, - Contract: `Futures`, - Region: `Europe`, - Country: `Croatia`, - Risk: `Low`, - Sector: `Government`, - Currency: `USD`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-08-11`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 716 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soybean`, - Spread: 0.01, - Open: 1038, - Price: 1053.16, - Buy: 1038.61, - Sell: 1038.62, - Change: 14.54, - ChangePercent: 1.4, - Volume: 20356, - High: 1044, - Low: 1031.75, - YearlyHigh: 1057, - YearlyLow: 859.5, - YearlyStart: 958.25, - YearlyChange: 8.39, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Africa`, - Country: `Libya`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-05-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 717 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soy Meat`, - Spread: 0.01, - Open: 342.6, - Price: 341.39, - Buy: 342.6, - Sell: 342.6, - Change: -1.23, - ChangePercent: -0.36, - Volume: 5646, - High: 345.4, - Low: 340.3, - YearlyHigh: 353.4, - YearlyLow: 261.7, - YearlyStart: 307.55, - YearlyChange: 11.4, - Settlement: `Cash`, - Contract: `Futures`, - Region: `South America`, - Country: `Brazil`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-04-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 718 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `US 30YR Future`, - Spread: 0.01, - Open: 164.875, - Price: 163.83, - Buy: 164.15, - Sell: 164.16, - Change: -0.33, - ChangePercent: -0.2, - Volume: 28012, - High: 165.25, - Low: 164.04, - YearlyHigh: 169.38, - YearlyLow: 151.47, - YearlyStart: 160.43, - YearlyChange: 2.33, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Middle East`, - Country: `Saudi Arabia`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-06-23`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 719 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Milk`, - Spread: 0.01, - Open: 12.87, - Price: 12.94, - Buy: 12.87, - Sell: 12.87, - Change: 0.08, - ChangePercent: 0.64, - Volume: 7, - High: 12.89, - Low: 12.81, - YearlyHigh: 16.96, - YearlyLow: 12.81, - YearlyStart: 14.88, - YearlyChange: -13.6, - Settlement: `Loan`, - Contract: `Forwards`, - Region: `Asia Pacific`, - Country: `Taiwan`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-01-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 720 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Platinum`, - Spread: 0.01, - Open: 1071.6, - Price: 1070.67, - Buy: 1071.09, - Sell: 1071.1, - Change: -0.43, - ChangePercent: -0.04, - Volume: 3039, - High: 1081.2, - Low: 1070.5, - YearlyHigh: 1120.6, - YearlyLow: 812.4, - YearlyStart: 966.5, - YearlyChange: 10.82, - Settlement: `Loan`, - Contract: `CFD`, - Region: `Africa`, - Country: `Morocco`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-02-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 721 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `DOW Future`, - Spread: 0.01, - Open: 17711, - Price: 17683.81, - Buy: 17712.15, - Sell: 17712.16, - Change: -28.34, - ChangePercent: -0.16, - Volume: 22236, - High: 17727, - Low: 17642, - YearlyHigh: 18083, - YearlyLow: 15299, - YearlyStart: 16691, - YearlyChange: 6.12, - Settlement: `Credit`, - Contract: `Forwards`, - Region: `Asia Pacific`, - Country: `Australia`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-03-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 722 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P 600 MINI`, - Spread: 0.01, - Open: 687.9, - Price: 691.18, - Buy: 687.9, - Sell: 687.9, - Change: 3.3, - ChangePercent: 0.48, - Volume: 0, - High: 0, - Low: 0, - YearlyHigh: 620.32, - YearlyLow: 595.9, - YearlyStart: 608.11, - YearlyChange: 13.12, - Settlement: `Credit`, - Contract: `Forwards`, - Region: `Asia Pacific`, - Country: `Japan`, - Risk: `Low`, - Sector: `Public`, - Currency: `EUR`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-08-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 723 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P MID MINI`, - Spread: 0.01, - Open: 1454.3, - Price: 1459.28, - Buy: 1455.78, - Sell: 1455.79, - Change: 3.5, - ChangePercent: 0.24, - Volume: 338, - High: 1455.78, - Low: 1448, - YearlyHigh: 1527.3, - YearlyLow: 1236, - YearlyStart: 1381.65, - YearlyChange: 5.37, - Settlement: `Loan`, - Contract: `Futures`, - Region: `Africa`, - Country: `Morocco`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-08-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 724 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Uranium`, - Spread: 0.02, - Open: 27.55, - Price: 27.19, - Buy: 27.55, - Sell: 27.55, - Change: -0.39, - ChangePercent: -1.4, - Volume: 12, - High: 27.55, - Low: 27.55, - YearlyHigh: 29.32, - YearlyLow: 21.28, - YearlyStart: 25.3, - YearlyChange: 9.01, - Settlement: `Cash`, - Contract: `Options`, - Region: `Asia Pacific`, - Country: `Pakistan`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-08-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 725 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Sugar`, - Spread: 0.01, - Open: 15.68, - Price: 14.74, - Buy: 14.67, - Sell: 14.68, - Change: 0.07, - ChangePercent: 0.48, - Volume: 4949, - High: 15.7, - Low: 14.67, - YearlyHigh: 16.87, - YearlyLow: 11.37, - YearlyStart: 14.12, - YearlyChange: 3.92, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Africa`, - Country: `Ethiopia`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-08-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 726 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `FD Cattle`, - Spread: 0.01, - Open: 147.175, - Price: 146.23, - Buy: 148.6, - Sell: 148.61, - Change: -2.38, - ChangePercent: -1.6, - Volume: 5, - High: 148.61, - Low: 147.18, - YearlyHigh: 190, - YearlyLow: 138.1, - YearlyStart: 164.05, - YearlyChange: -9.41, - Settlement: `Credit`, - Contract: `Options`, - Region: `Africa`, - Country: `Tunisia`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-08-11`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 727 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Ethanol`, - Spread: 0.01, - Open: 1.512, - Price: 2.8, - Buy: 2.75, - Sell: 2.76, - Change: 0.05, - ChangePercent: 1.56, - Volume: 14, - High: 2.75, - Low: 1.12, - YearlyHigh: 2.75, - YearlyLow: 1.12, - YearlyStart: 1.48, - YearlyChange: 86.7, - Settlement: `Loan`, - Contract: `Options`, - Region: `Middle East`, - Country: `Israel`, - Risk: `High`, - Sector: `Government`, - Currency: `USD`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-07-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 728 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Gold`, - Spread: 0.01, - Open: 1281.1, - Price: 1271, - Buy: 1280.73, - Sell: 1280.74, - Change: -9.73, - ChangePercent: -0.76, - Volume: 48387, - High: 1289.5, - Low: 1279.1, - YearlyHigh: 1306, - YearlyLow: 1047.2, - YearlyStart: 1176.6, - YearlyChange: 8.85, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `Europe`, - Country: `Poland`, - Risk: `Low`, - Sector: `Government`, - Currency: `PLN`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-05-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 729 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `OJ Future`, - Spread: 0.01, - Open: 140.6, - Price: 142.26, - Buy: 140.18, - Sell: 140.19, - Change: 2.07, - ChangePercent: 1.48, - Volume: 7, - High: 140.19, - Low: 0, - YearlyHigh: 155.95, - YearlyLow: 113, - YearlyStart: 134.47, - YearlyChange: 4.25, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Africa`, - Country: `Cameroon`, - Risk: `Low`, - Sector: `Public`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-07-24`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 730 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `NAS Future`, - Spread: 0.01, - Open: 4341.25, - Price: 4271.82, - Buy: 4341.25, - Sell: 4341.25, - Change: -69.46, - ChangePercent: -1.6, - Volume: 18259, - High: 4347, - Low: 4318, - YearlyHigh: 4719.75, - YearlyLow: 3867.75, - YearlyStart: 4293.75, - YearlyChange: 1.11, - Settlement: `Credit`, - Contract: `Futures`, - Region: `Middle East`, - Country: `Lebanon`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-06-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 731 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Rice`, - Spread: 0.01, - Open: 11.245, - Price: 10.41, - Buy: 10.41, - Sell: 10.42, - Change: -0.01, - ChangePercent: -0.04, - Volume: 220, - High: 11.38, - Low: 10.42, - YearlyHigh: 14.14, - YearlyLow: 9.7, - YearlyStart: 11.92, - YearlyChange: -12.62, - Settlement: `Credit`, - Contract: `Options`, - Region: `Asia Pacific`, - Country: `New Zealand`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `FedEx`, - Maturity: `2022-01-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 732 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Rice`, - Spread: 0.01, - Open: 11.245, - Price: 10.52, - Buy: 10.41, - Sell: 10.42, - Change: 0.1, - ChangePercent: 1, - Volume: 220, - High: 11.38, - Low: 10.42, - YearlyHigh: 14.14, - YearlyLow: 9.7, - YearlyStart: 11.92, - YearlyChange: -12.62, - Settlement: `Loan`, - Contract: `Futures`, - Region: `Middle East`, - Country: `Qatar`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `High`, - Issuer: `FedEx`, - Maturity: `2022-08-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 733 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `LV Cattle`, - Spread: 0.01, - Open: 120.725, - Price: 119.79, - Buy: 120.72, - Sell: 120.72, - Change: -0.91, - ChangePercent: -0.76, - Volume: 4, - High: 120.72, - Low: 120.72, - YearlyHigh: 147.98, - YearlyLow: 113.9, - YearlyStart: 130.94, - YearlyChange: -7.82, - Settlement: `Cash`, - Contract: `Options`, - Region: `Africa`, - Country: `Niger`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-03-21`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 734 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `Lean Hogs`, - Spread: 0.01, - Open: 81.275, - Price: 83.39, - Buy: 81.81, - Sell: 81.82, - Change: 1.58, - ChangePercent: 1.92, - Volume: 1, - High: 81.81, - Low: 81.28, - YearlyHigh: 83.98, - YearlyLow: 70.25, - YearlyStart: 77.11, - YearlyChange: 6.09, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `Asia Pacific`, - Country: `Australia`, - Risk: `Low`, - Sector: `Government`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-05-16`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 735 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/CAD`, - Spread: 0.02, - Open: 0.7744, - Price: 0.94, - Buy: 0.94, - Sell: 0.96, - Change: -0.01, - ChangePercent: -1.08, - Volume: 13669, - High: 0.95, - Low: 0.77, - YearlyHigh: 0.95, - YearlyLow: 0.68, - YearlyStart: 0.76, - YearlyChange: 26.43, - Settlement: `Credit`, - Contract: `Options`, - Region: `Asia Pacific`, - Country: `Taiwan`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-03-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 736 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `GBP/USD`, - Spread: 0.02, - Open: 1.4464, - Price: 1.19, - Buy: 1.18, - Sell: 1.2, - Change: 0, - ChangePercent: -0.4, - Volume: 29450, - High: 1.45, - Low: 1.19, - YearlyHigh: 1.59, - YearlyLow: 1.19, - YearlyStart: 1.49, - YearlyChange: -19.59, - Settlement: `Credit`, - Contract: `Options`, - Region: `Africa`, - Country: `Senegal`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-05-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 737 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Milk`, - Spread: 0.01, - Open: 12.87, - Price: 12.69, - Buy: 12.87, - Sell: 12.87, - Change: -0.17, - ChangePercent: -1.36, - Volume: 7, - High: 12.89, - Low: 12.81, - YearlyHigh: 16.96, - YearlyLow: 12.81, - YearlyStart: 14.88, - YearlyChange: -13.6, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Africa`, - Country: `Niger`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-05-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 738 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Gold`, - Spread: 0.01, - Open: 1281.1, - Price: 1262.29, - Buy: 1280.73, - Sell: 1280.74, - Change: -18.44, - ChangePercent: -1.44, - Volume: 48387, - High: 1289.5, - Low: 1279.1, - YearlyHigh: 1306, - YearlyLow: 1047.2, - YearlyStart: 1176.6, - YearlyChange: 8.85, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Middle East`, - Country: `Oman`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-07-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 739 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P MID MINI`, - Spread: 0.01, - Open: 1454.3, - Price: 1437.15, - Buy: 1455.78, - Sell: 1455.79, - Change: -18.63, - ChangePercent: -1.28, - Volume: 338, - High: 1455.78, - Low: 1448, - YearlyHigh: 1527.3, - YearlyLow: 1236, - YearlyStart: 1381.65, - YearlyChange: 5.37, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Asia Pacific`, - Country: `Korea`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-02-16`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 740 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Coffee`, - Spread: 0.01, - Open: 125.7, - Price: 123.53, - Buy: 125.7, - Sell: 125.7, - Change: -2.16, - ChangePercent: -1.72, - Volume: 1654, - High: 125.8, - Low: 125, - YearlyHigh: 155.75, - YearlyLow: 115.35, - YearlyStart: 135.55, - YearlyChange: -7.27, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `North America`, - Country: `Canada`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-05-16`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 741 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soybean`, - Spread: 0.01, - Open: 1038, - Price: 1030.72, - Buy: 1038.61, - Sell: 1038.62, - Change: -7.9, - ChangePercent: -0.76, - Volume: 20356, - High: 1044, - Low: 1031.75, - YearlyHigh: 1057, - YearlyLow: 859.5, - YearlyStart: 958.25, - YearlyChange: 8.39, - Settlement: `Loan`, - Contract: `Futures`, - Region: `Europe`, - Country: `Portugal`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-02-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 742 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Gold`, - Spread: 0.01, - Open: 1281.1, - Price: 1296.1, - Buy: 1280.73, - Sell: 1280.74, - Change: 15.37, - ChangePercent: 1.2, - Volume: 48387, - High: 1289.5, - Low: 1279.1, - YearlyHigh: 1306, - YearlyLow: 1047.2, - YearlyStart: 1176.6, - YearlyChange: 8.85, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Asia Pacific`, - Country: `Malaysia`, - Risk: `High`, - Sector: `Public`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `FedEx`, - Maturity: `2022-01-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 743 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Oats`, - Spread: 0.01, - Open: 194.5, - Price: 195.54, - Buy: 194.21, - Sell: 194.22, - Change: 1.32, - ChangePercent: 0.68, - Volume: 64, - High: 195.75, - Low: 194, - YearlyHigh: 241.25, - YearlyLow: 183.75, - YearlyStart: 212.5, - YearlyChange: -8.6, - Settlement: `Loan`, - Contract: `Forwards`, - Region: `Europe`, - Country: `Sweden`, - Risk: `High`, - Sector: `Public`, - Currency: `USD`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-08-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 744 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Natural Gas`, - Spread: 0.02, - Open: 2.094, - Price: 2.14, - Buy: 2.09, - Sell: 2.09, - Change: 0.04, - ChangePercent: 1.76, - Volume: 2783, - High: 2.11, - Low: 2.09, - YearlyHigh: 3.2, - YearlyLow: 1.84, - YearlyStart: 2.52, - YearlyChange: -16.51, - Settlement: `Cash`, - Contract: `CFD`, - Region: `Middle East`, - Country: `Lebanon`, - Risk: `High`, - Sector: `Private`, - Currency: `PLN`, - Security: `High`, - Issuer: `American Airlines`, - Maturity: `2022-07-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 745 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Lumber`, - Spread: 0.01, - Open: 303.9, - Price: 309.59, - Buy: 304.59, - Sell: 304.6, - Change: 4.99, - ChangePercent: 1.64, - Volume: 2, - High: 304.6, - Low: 303.9, - YearlyHigh: 317.1, - YearlyLow: 236, - YearlyStart: 276.55, - YearlyChange: 10.14, - Settlement: `Credit`, - Contract: `CFD`, - Region: `Europe`, - Country: `Hungary`, - Risk: `Low`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-07-22`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 746 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Rice`, - Spread: 0.01, - Open: 11.245, - Price: 10.42, - Buy: 10.41, - Sell: 10.42, - Change: 0, - ChangePercent: 0.04, - Volume: 220, - High: 11.38, - Low: 10.42, - YearlyHigh: 14.14, - YearlyLow: 9.7, - YearlyStart: 11.92, - YearlyChange: -12.62, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Asia Pacific`, - Country: `Australia`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-08-27`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 747 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Copper`, - Spread: 0.02, - Open: 2.123, - Price: 2.12, - Buy: 2.12, - Sell: 2.12, - Change: 0.01, - ChangePercent: 0.12, - Volume: 28819, - High: 2.16, - Low: 2.11, - YearlyHigh: 2.94, - YearlyLow: 1.96, - YearlyStart: 2.45, - YearlyChange: -13.76, - Settlement: `Cash`, - Contract: `Options`, - Region: `Africa`, - Country: `Egypt`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-03-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 748 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soy oil`, - Spread: 0.01, - Open: 33.26, - Price: 33.26, - Buy: 33.77, - Sell: 33.78, - Change: -0.51, - ChangePercent: -1.52, - Volume: 10592, - High: 33.77, - Low: 33.06, - YearlyHigh: 35.43, - YearlyLow: 26.61, - YearlyStart: 31.02, - YearlyChange: 8.87, - Settlement: `Cash`, - Contract: `Options`, - Region: `Asia Pacific`, - Country: `Taiwan`, - Risk: `Low`, - Sector: `Public`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-01-11`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 749 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P Future`, - Spread: 0.01, - Open: 2057.5, - Price: 2038.5, - Buy: 2056.6, - Sell: 2056.61, - Change: -18.1, - ChangePercent: -0.88, - Volume: 142780, - High: 2059.5, - Low: 2049, - YearlyHigh: 2105.5, - YearlyLow: 1794.5, - YearlyStart: 1950, - YearlyChange: 5.47, - Settlement: `Cash`, - Contract: `Futures`, - Region: `North America`, - Country: `Mexico`, - Risk: `Low`, - Sector: `Government`, - Currency: `USD`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-09-27`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 750 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Corn`, - Spread: 0.01, - Open: 379.5, - Price: 374.49, - Buy: 379.8, - Sell: 379.81, - Change: -5.31, - ChangePercent: -1.4, - Volume: 11266, - High: 381, - Low: 377.75, - YearlyHigh: 471.25, - YearlyLow: 351.25, - YearlyStart: 411.25, - YearlyChange: -7.65, - Settlement: `Cash`, - Contract: `Options`, - Region: `South America`, - Country: `Uruguay`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-07-27`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 751 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `FD Cattle`, - Spread: 0.01, - Open: 147.175, - Price: 146.53, - Buy: 148.6, - Sell: 148.61, - Change: -2.08, - ChangePercent: -1.4, - Volume: 5, - High: 148.61, - Low: 147.18, - YearlyHigh: 190, - YearlyLow: 138.1, - YearlyStart: 164.05, - YearlyChange: -9.41, - Settlement: `Loan`, - Contract: `Options`, - Region: `Europe`, - Country: `Finland`, - Risk: `Low`, - Sector: `Public`, - Currency: `PLN`, - Security: `High`, - Issuer: `FedEx`, - Maturity: `2022-04-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 752 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/CHF`, - Spread: 0.02, - Open: 1.0337, - Price: 1.04, - Buy: 1.03, - Sell: 1.03, - Change: 0, - ChangePercent: -0.12, - Volume: 5550, - High: 1.03, - Low: 1.03, - YearlyHigh: 1.11, - YearlyLow: 0.98, - YearlyStart: 1.04, - YearlyChange: -0.12, - Settlement: `Loan`, - Contract: `Forwards`, - Region: `Africa`, - Country: `Tunisia`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `American Airlines`, - Maturity: `2022-05-22`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 753 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Gold`, - Spread: 0.01, - Open: 1281.1, - Price: 1259.73, - Buy: 1280.73, - Sell: 1280.74, - Change: -21, - ChangePercent: -1.64, - Volume: 48387, - High: 1289.5, - Low: 1279.1, - YearlyHigh: 1306, - YearlyLow: 1047.2, - YearlyStart: 1176.6, - YearlyChange: 8.85, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Africa`, - Country: `Egypt`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-04-19`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 754 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Milk`, - Spread: 0.01, - Open: 12.87, - Price: 12.69, - Buy: 12.87, - Sell: 12.87, - Change: -0.17, - ChangePercent: -1.36, - Volume: 7, - High: 12.89, - Low: 12.81, - YearlyHigh: 16.96, - YearlyLow: 12.81, - YearlyStart: 14.88, - YearlyChange: -13.6, - Settlement: `Credit`, - Contract: `CFD`, - Region: `North America`, - Country: `Mexico`, - Risk: `High`, - Sector: `Government`, - Currency: `USD`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-05-11`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 755 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `FD Cattle`, - Spread: 0.01, - Open: 147.175, - Price: 148.78, - Buy: 148.6, - Sell: 148.61, - Change: 0.17, - ChangePercent: 0.12, - Volume: 5, - High: 148.61, - Low: 147.18, - YearlyHigh: 190, - YearlyLow: 138.1, - YearlyStart: 164.05, - YearlyChange: -9.41, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Middle East`, - Country: `Syria`, - Risk: `High`, - Sector: `Government`, - Currency: `PLN`, - Security: `High`, - Issuer: `American Airlines`, - Maturity: `2022-08-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 756 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Cocoa`, - Spread: 0.01, - Open: 3076, - Price: 3130.17, - Buy: 3076, - Sell: 3076, - Change: 54.14, - ChangePercent: 1.76, - Volume: 978, - High: 3078, - Low: 3066, - YearlyHigh: 3406, - YearlyLow: 2746, - YearlyStart: 3076, - YearlyChange: 0, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Asia Pacific`, - Country: `Philippines`, - Risk: `High`, - Sector: `Government`, - Currency: `PLN`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-03-22`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 757 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soy oil`, - Spread: 0.01, - Open: 33.26, - Price: 34.43, - Buy: 33.77, - Sell: 33.78, - Change: 0.66, - ChangePercent: 1.96, - Volume: 10592, - High: 33.77, - Low: 33.06, - YearlyHigh: 35.43, - YearlyLow: 26.61, - YearlyStart: 31.02, - YearlyChange: 8.87, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `Middle East`, - Country: `UAE`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-02-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 758 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `NAS Future`, - Spread: 0.01, - Open: 4341.25, - Price: 4296.13, - Buy: 4341.25, - Sell: 4341.25, - Change: -45.15, - ChangePercent: -1.04, - Volume: 18259, - High: 4347, - Low: 4318, - YearlyHigh: 4719.75, - YearlyLow: 3867.75, - YearlyStart: 4293.75, - YearlyChange: 1.11, - Settlement: `Credit`, - Contract: `Futures`, - Region: `North America`, - Country: `United States`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `American Airlines`, - Maturity: `2022-02-22`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 759 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Milk`, - Spread: 0.01, - Open: 12.87, - Price: 13.02, - Buy: 12.87, - Sell: 12.87, - Change: 0.16, - ChangePercent: 1.24, - Volume: 7, - High: 12.89, - Low: 12.81, - YearlyHigh: 16.96, - YearlyLow: 12.81, - YearlyStart: 14.88, - YearlyChange: -13.6, - Settlement: `Cash`, - Contract: `CFD`, - Region: `Asia Pacific`, - Country: `China`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-06-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 760 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Cotton`, - Spread: 0.01, - Open: 61.77, - Price: 63, - Buy: 61.77, - Sell: 61.77, - Change: 1.24, - ChangePercent: 2, - Volume: 3612, - High: 62.06, - Low: 61.32, - YearlyHigh: 67.59, - YearlyLow: 54.33, - YearlyStart: 60.96, - YearlyChange: 1.31, - Settlement: `Cash`, - Contract: `Options`, - Region: `Africa`, - Country: `Nigeria`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-01-11`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 761 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `LV Cattle`, - Spread: 0.01, - Open: 120.725, - Price: 122.54, - Buy: 120.72, - Sell: 120.72, - Change: 1.84, - ChangePercent: 1.52, - Volume: 4, - High: 120.72, - Low: 120.72, - YearlyHigh: 147.98, - YearlyLow: 113.9, - YearlyStart: 130.94, - YearlyChange: -7.82, - Settlement: `Cash`, - Contract: `Swap`, - Region: `North America`, - Country: `United States`, - Risk: `High`, - Sector: `Public`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-06-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 762 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `NAS Future`, - Spread: 0.01, - Open: 4341.25, - Price: 4273.56, - Buy: 4341.25, - Sell: 4341.25, - Change: -67.72, - ChangePercent: -1.56, - Volume: 18259, - High: 4347, - Low: 4318, - YearlyHigh: 4719.75, - YearlyLow: 3867.75, - YearlyStart: 4293.75, - YearlyChange: 1.11, - Settlement: `Loan`, - Contract: `Futures`, - Region: `Europe`, - Country: `France`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-06-27`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 763 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Cotton`, - Spread: 0.01, - Open: 61.77, - Price: 60.57, - Buy: 61.77, - Sell: 61.77, - Change: -1.19, - ChangePercent: -1.92, - Volume: 3612, - High: 62.06, - Low: 61.32, - YearlyHigh: 67.59, - YearlyLow: 54.33, - YearlyStart: 60.96, - YearlyChange: 1.31, - Settlement: `Credit`, - Contract: `Options`, - Region: `South America`, - Country: `Colombia`, - Risk: `Low`, - Sector: `Government`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-03-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 764 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Sugar`, - Spread: 0.01, - Open: 15.68, - Price: 14.77, - Buy: 14.67, - Sell: 14.68, - Change: 0.1, - ChangePercent: 0.68, - Volume: 4949, - High: 15.7, - Low: 14.67, - YearlyHigh: 16.87, - YearlyLow: 11.37, - YearlyStart: 14.12, - YearlyChange: 3.92, - Settlement: `Cash`, - Contract: `Options`, - Region: `Middle East`, - Country: `Jordan`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-02-23`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 765 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `Lean Hogs`, - Spread: 0.01, - Open: 81.275, - Price: 81.55, - Buy: 81.81, - Sell: 81.82, - Change: -0.26, - ChangePercent: -0.32, - Volume: 1, - High: 81.81, - Low: 81.28, - YearlyHigh: 83.98, - YearlyLow: 70.25, - YearlyStart: 77.11, - YearlyChange: 6.09, - Settlement: `Cash`, - Contract: `Options`, - Region: `Europe`, - Country: `Spain`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-05-16`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 766 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `OJ Future`, - Spread: 0.01, - Open: 140.6, - Price: 141.37, - Buy: 140.18, - Sell: 140.19, - Change: 1.18, - ChangePercent: 0.84, - Volume: 7, - High: 140.19, - Low: 0, - YearlyHigh: 155.95, - YearlyLow: 113, - YearlyStart: 134.47, - YearlyChange: 4.25, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `Europe`, - Country: `Switzerland`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `High`, - Issuer: `American Airlines`, - Maturity: `2022-06-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 767 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `US 30YR Future`, - Spread: 0.01, - Open: 164.875, - Price: 163.37, - Buy: 164.15, - Sell: 164.16, - Change: -0.79, - ChangePercent: -0.48, - Volume: 28012, - High: 165.25, - Low: 164.04, - YearlyHigh: 169.38, - YearlyLow: 151.47, - YearlyStart: 160.43, - YearlyChange: 2.33, - Settlement: `Credit`, - Contract: `Options`, - Region: `Africa`, - Country: `South Africa`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-04-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 768 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Wheat`, - Spread: 0.01, - Open: 465.5, - Price: 460.68, - Buy: 465.5, - Sell: 465.5, - Change: -4.84, - ChangePercent: -1.04, - Volume: 4318, - High: 467, - Low: 463.25, - YearlyHigh: 628.5, - YearlyLow: 449.5, - YearlyStart: 539, - YearlyChange: -13.63, - Settlement: `Loan`, - Contract: `Futures`, - Region: `North America`, - Country: `United States`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-06-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 769 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Milk`, - Spread: 0.01, - Open: 12.87, - Price: 13.09, - Buy: 12.87, - Sell: 12.87, - Change: 0.23, - ChangePercent: 1.8, - Volume: 7, - High: 12.89, - Low: 12.81, - YearlyHigh: 16.96, - YearlyLow: 12.81, - YearlyStart: 14.88, - YearlyChange: -13.6, - Settlement: `Cash`, - Contract: `CFD`, - Region: `Europe`, - Country: `France`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-06-19`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 770 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Gold`, - Spread: 0.01, - Open: 1281.1, - Price: 1267.92, - Buy: 1280.73, - Sell: 1280.74, - Change: -12.81, - ChangePercent: -1, - Volume: 48387, - High: 1289.5, - Low: 1279.1, - YearlyHigh: 1306, - YearlyLow: 1047.2, - YearlyStart: 1176.6, - YearlyChange: 8.85, - Settlement: `Loan`, - Contract: `Options`, - Region: `Middle East`, - Country: `Israel`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-04-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 771 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P Future`, - Spread: 0.01, - Open: 2057.5, - Price: 2041.79, - Buy: 2056.6, - Sell: 2056.61, - Change: -14.81, - ChangePercent: -0.72, - Volume: 142780, - High: 2059.5, - Low: 2049, - YearlyHigh: 2105.5, - YearlyLow: 1794.5, - YearlyStart: 1950, - YearlyChange: 5.47, - Settlement: `Cash`, - Contract: `Options`, - Region: `Middle East`, - Country: `Turkey`, - Risk: `Low`, - Sector: `Public`, - Currency: `USD`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-07-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 772 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Platinum`, - Spread: 0.01, - Open: 1071.6, - Price: 1076.67, - Buy: 1071.09, - Sell: 1071.1, - Change: 5.57, - ChangePercent: 0.52, - Volume: 3039, - High: 1081.2, - Low: 1070.5, - YearlyHigh: 1120.6, - YearlyLow: 812.4, - YearlyStart: 966.5, - YearlyChange: 10.82, - Settlement: `Credit`, - Contract: `CFD`, - Region: `Middle East`, - Country: `Kuwait`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-07-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 773 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `GBP/USD`, - Spread: 0.02, - Open: 1.4464, - Price: 1.17, - Buy: 1.18, - Sell: 1.2, - Change: -0.02, - ChangePercent: -1.72, - Volume: 29450, - High: 1.45, - Low: 1.19, - YearlyHigh: 1.59, - YearlyLow: 1.19, - YearlyStart: 1.49, - YearlyChange: -19.59, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Africa`, - Country: `Morocco`, - Risk: `High`, - Sector: `Public`, - Currency: `USD`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-05-22`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 774 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soy Meat`, - Spread: 0.01, - Open: 342.6, - Price: 341.8, - Buy: 342.6, - Sell: 342.6, - Change: -0.82, - ChangePercent: -0.24, - Volume: 5646, - High: 345.4, - Low: 340.3, - YearlyHigh: 353.4, - YearlyLow: 261.7, - YearlyStart: 307.55, - YearlyChange: 11.4, - Settlement: `Credit`, - Contract: `Options`, - Region: `Asia Pacific`, - Country: `Japan`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `High`, - Issuer: `FedEx`, - Maturity: `2022-07-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 775 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Uranium`, - Spread: 0.02, - Open: 27.55, - Price: 27.3, - Buy: 27.55, - Sell: 27.55, - Change: -0.28, - ChangePercent: -1, - Volume: 12, - High: 27.55, - Low: 27.55, - YearlyHigh: 29.32, - YearlyLow: 21.28, - YearlyStart: 25.3, - YearlyChange: 9.01, - Settlement: `Credit`, - Contract: `Options`, - Region: `Europe`, - Country: `Spain`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `High`, - Issuer: `American Airlines`, - Maturity: `2022-04-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 776 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Oats`, - Spread: 0.01, - Open: 194.5, - Price: 193.98, - Buy: 194.21, - Sell: 194.22, - Change: -0.24, - ChangePercent: -0.12, - Volume: 64, - High: 195.75, - Low: 194, - YearlyHigh: 241.25, - YearlyLow: 183.75, - YearlyStart: 212.5, - YearlyChange: -8.6, - Settlement: `Credit`, - Contract: `Options`, - Region: `Europe`, - Country: `France`, - Risk: `High`, - Sector: `Private`, - Currency: `PLN`, - Security: `High`, - Issuer: `American Airlines`, - Maturity: `2022-05-16`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 777 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Corn`, - Spread: 0.01, - Open: 379.5, - Price: 375.7, - Buy: 379.8, - Sell: 379.81, - Change: -4.1, - ChangePercent: -1.08, - Volume: 11266, - High: 381, - Low: 377.75, - YearlyHigh: 471.25, - YearlyLow: 351.25, - YearlyStart: 411.25, - YearlyChange: -7.65, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Europe`, - Country: `Estonia`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-04-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 778 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Ethanol`, - Spread: 0.01, - Open: 1.512, - Price: 2.71, - Buy: 2.75, - Sell: 2.76, - Change: -0.04, - ChangePercent: -1.48, - Volume: 14, - High: 2.75, - Low: 1.12, - YearlyHigh: 2.75, - YearlyLow: 1.12, - YearlyStart: 1.48, - YearlyChange: 86.7, - Settlement: `Cash`, - Contract: `Options`, - Region: `Middle East`, - Country: `Lebanon`, - Risk: `Low`, - Sector: `Public`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `FedEx`, - Maturity: `2022-03-19`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 779 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Oil`, - Spread: 0.015, - Open: 45.54, - Price: 45.24, - Buy: 45.78, - Sell: 45.8, - Change: -0.55, - ChangePercent: -1.2, - Volume: 107196, - High: 45.94, - Low: 45, - YearlyHigh: 65.28, - YearlyLow: 30.79, - YearlyStart: 48.03, - YearlyChange: -4.67, - Settlement: `Cash`, - Contract: `Swap`, - Region: `South America`, - Country: `Uruguay`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-04-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 780 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Uranium`, - Spread: 0.02, - Open: 27.55, - Price: 27.8, - Buy: 27.55, - Sell: 27.55, - Change: 0.22, - ChangePercent: 0.8, - Volume: 12, - High: 27.55, - Low: 27.55, - YearlyHigh: 29.32, - YearlyLow: 21.28, - YearlyStart: 25.3, - YearlyChange: 9.01, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Asia Pacific`, - Country: `Philippines`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-06-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 781 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `Lean Hogs`, - Spread: 0.01, - Open: 81.275, - Price: 81.23, - Buy: 81.81, - Sell: 81.82, - Change: -0.58, - ChangePercent: -0.72, - Volume: 1, - High: 81.81, - Low: 81.28, - YearlyHigh: 83.98, - YearlyLow: 70.25, - YearlyStart: 77.11, - YearlyChange: 6.09, - Settlement: `Cash`, - Contract: `Options`, - Region: `North America`, - Country: `Canada`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-02-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 782 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soy oil`, - Spread: 0.01, - Open: 33.26, - Price: 33.72, - Buy: 33.77, - Sell: 33.78, - Change: -0.05, - ChangePercent: -0.16, - Volume: 10592, - High: 33.77, - Low: 33.06, - YearlyHigh: 35.43, - YearlyLow: 26.61, - YearlyStart: 31.02, - YearlyChange: 8.87, - Settlement: `Cash`, - Contract: `Options`, - Region: `Asia Pacific`, - Country: `Singapore`, - Risk: `High`, - Sector: `Private`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-05-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 783 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Rice`, - Spread: 0.01, - Open: 11.245, - Price: 10.26, - Buy: 10.41, - Sell: 10.42, - Change: -0.16, - ChangePercent: -1.48, - Volume: 220, - High: 11.38, - Low: 10.42, - YearlyHigh: 14.14, - YearlyLow: 9.7, - YearlyStart: 11.92, - YearlyChange: -12.62, - Settlement: `Credit`, - Contract: `Futures`, - Region: `Africa`, - Country: `Niger`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `Poor`, - Issuer: `FedEx`, - Maturity: `2022-07-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 784 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Corn`, - Spread: 0.01, - Open: 379.5, - Price: 385.12, - Buy: 379.8, - Sell: 379.81, - Change: 5.32, - ChangePercent: 1.4, - Volume: 11266, - High: 381, - Low: 377.75, - YearlyHigh: 471.25, - YearlyLow: 351.25, - YearlyStart: 411.25, - YearlyChange: -7.65, - Settlement: `Cash`, - Contract: `Options`, - Region: `Middle East`, - Country: `Saudi Arabia`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-06-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 785 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Palladium`, - Spread: 0.01, - Open: 600.55, - Price: 597.39, - Buy: 601, - Sell: 601.01, - Change: -3.61, - ChangePercent: -0.6, - Volume: 651, - High: 607.2, - Low: 598.4, - YearlyHigh: 690, - YearlyLow: 458.6, - YearlyStart: 574.3, - YearlyChange: 4.65, - Settlement: `Loan`, - Contract: `Forwards`, - Region: `Africa`, - Country: `Ethiopia`, - Risk: `High`, - Sector: `Private`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-07-27`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 786 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Ethanol`, - Spread: 0.01, - Open: 1.512, - Price: 2.7, - Buy: 2.75, - Sell: 2.76, - Change: -0.05, - ChangePercent: -1.8, - Volume: 14, - High: 2.75, - Low: 1.12, - YearlyHigh: 2.75, - YearlyLow: 1.12, - YearlyStart: 1.48, - YearlyChange: 86.7, - Settlement: `Credit`, - Contract: `Options`, - Region: `South America`, - Country: `Paraguay`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `High`, - Issuer: `FedEx`, - Maturity: `2022-06-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 787 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `US 10YR Future`, - Spread: 0.01, - Open: 130.5625, - Price: 132.2, - Buy: 130.56, - Sell: 130.56, - Change: 1.62, - ChangePercent: 1.24, - Volume: 189310, - High: 130.63, - Low: 130.44, - YearlyHigh: 132.64, - YearlyLow: 125.48, - YearlyStart: 129.06, - YearlyChange: 1.18, - Settlement: `Credit`, - Contract: `Futures`, - Region: `Middle East`, - Country: `Jordan`, - Risk: `Low`, - Sector: `Government`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-03-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 788 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Wheat`, - Spread: 0.01, - Open: 465.5, - Price: 458.82, - Buy: 465.5, - Sell: 465.5, - Change: -6.7, - ChangePercent: -1.44, - Volume: 4318, - High: 467, - Low: 463.25, - YearlyHigh: 628.5, - YearlyLow: 449.5, - YearlyStart: 539, - YearlyChange: -13.63, - Settlement: `Cash`, - Contract: `Swap`, - Region: `North America`, - Country: `United States`, - Risk: `High`, - Sector: `Private`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-04-23`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 789 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `BTC/USD`, - Spread: 0.06, - Open: 93.88, - Price: 21227.58, - Buy: 21200.76, - Sell: 21400.78, - Change: 226.81, - ChangePercent: 1.08, - Volume: 5788000, - High: 22400.05, - Low: 20100.75, - YearlyHigh: 62400.7, - YearlyLow: 15100.88, - YearlyStart: 21200.29, - YearlyChange: -20.62, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `Europe`, - Country: `Switzerland`, - Risk: `High`, - Sector: `Public`, - Currency: `USD`, - Security: `Poor`, - Issuer: `FedEx`, - Maturity: `2022-02-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 790 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Natural Gas`, - Spread: 0.02, - Open: 2.094, - Price: 2.11, - Buy: 2.09, - Sell: 2.09, - Change: 0.01, - ChangePercent: 0.16, - Volume: 2783, - High: 2.11, - Low: 2.09, - YearlyHigh: 3.2, - YearlyLow: 1.84, - YearlyStart: 2.52, - YearlyChange: -16.51, - Settlement: `Cash`, - Contract: `Options`, - Region: `Asia Pacific`, - Country: `Philippines`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-05-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 791 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Silver`, - Spread: 0.01, - Open: 17.43, - Price: 17.49, - Buy: 17.43, - Sell: 17.43, - Change: 0.07, - ChangePercent: 0.4, - Volume: 11720, - High: 17.51, - Low: 17.37, - YearlyHigh: 18.06, - YearlyLow: 13.73, - YearlyStart: 15.89, - YearlyChange: 9.59, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `Asia Pacific`, - Country: `Philippines`, - Risk: `High`, - Sector: `Public`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-04-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 792 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Wheat`, - Spread: 0.01, - Open: 465.5, - Price: 460.86, - Buy: 465.5, - Sell: 465.5, - Change: -4.66, - ChangePercent: -1, - Volume: 4318, - High: 467, - Low: 463.25, - YearlyHigh: 628.5, - YearlyLow: 449.5, - YearlyStart: 539, - YearlyChange: -13.63, - Settlement: `Loan`, - Contract: `Options`, - Region: `Asia Pacific`, - Country: `Philippines`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-06-10`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 793 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P Future`, - Spread: 0.01, - Open: 2057.5, - Price: 2066.47, - Buy: 2056.6, - Sell: 2056.61, - Change: 9.87, - ChangePercent: 0.48, - Volume: 142780, - High: 2059.5, - Low: 2049, - YearlyHigh: 2105.5, - YearlyLow: 1794.5, - YearlyStart: 1950, - YearlyChange: 5.47, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Asia Pacific`, - Country: `Afghanistan`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-08-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 794 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Cotton`, - Spread: 0.01, - Open: 61.77, - Price: 61.12, - Buy: 61.77, - Sell: 61.77, - Change: -0.64, - ChangePercent: -1.04, - Volume: 3612, - High: 62.06, - Low: 61.32, - YearlyHigh: 67.59, - YearlyLow: 54.33, - YearlyStart: 60.96, - YearlyChange: 1.31, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Africa`, - Country: `Cameroon`, - Risk: `Low`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-06-23`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 795 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/CHF`, - Spread: 0.02, - Open: 1.0337, - Price: 1.04, - Buy: 1.03, - Sell: 1.03, - Change: 0, - ChangePercent: -0.12, - Volume: 5550, - High: 1.03, - Low: 1.03, - YearlyHigh: 1.11, - YearlyLow: 0.98, - YearlyStart: 1.04, - YearlyChange: -0.12, - Settlement: `Loan`, - Contract: `Options`, - Region: `Africa`, - Country: `Cameroon`, - Risk: `High`, - Sector: `Government`, - Currency: `USD`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-04-16`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 796 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Palladium`, - Spread: 0.01, - Open: 600.55, - Price: 590.66, - Buy: 601, - Sell: 601.01, - Change: -10.34, - ChangePercent: -1.72, - Volume: 651, - High: 607.2, - Low: 598.4, - YearlyHigh: 690, - YearlyLow: 458.6, - YearlyStart: 574.3, - YearlyChange: 4.65, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Middle East`, - Country: `Iraq`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-06-22`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 797 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P 600 MINI`, - Spread: 0.01, - Open: 687.9, - Price: 689.26, - Buy: 687.9, - Sell: 687.9, - Change: 1.38, - ChangePercent: 0.2, - Volume: 0, - High: 0, - Low: 0, - YearlyHigh: 620.32, - YearlyLow: 595.9, - YearlyStart: 608.11, - YearlyChange: 13.12, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Africa`, - Country: `Tunisia`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-01-16`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 798 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `BTC/USD`, - Spread: 0.06, - Open: 93.88, - Price: 20731.96, - Buy: 21200.76, - Sell: 21400.78, - Change: -268.81, - ChangePercent: -1.28, - Volume: 5788000, - High: 22400.05, - Low: 20100.75, - YearlyHigh: 62400.7, - YearlyLow: 15100.88, - YearlyStart: 21200.29, - YearlyChange: -20.62, - Settlement: `Cash`, - Contract: `CFD`, - Region: `Middle East`, - Country: `Jordan`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `High`, - Issuer: `American Airlines`, - Maturity: `2022-05-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 799 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `AUD/USD`, - Spread: 0.02, - Open: 0.7344, - Price: 0.75, - Buy: 0.73, - Sell: 0.73, - Change: 0.01, - ChangePercent: 1.2, - Volume: 36764, - High: 0.74, - Low: 0.73, - YearlyHigh: 0.79, - YearlyLow: 0.68, - YearlyStart: 0.73, - YearlyChange: 1.28, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Middle East`, - Country: `Israel`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-04-23`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 800 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `Lean Hogs`, - Spread: 0.01, - Open: 81.275, - Price: 80.77, - Buy: 81.81, - Sell: 81.82, - Change: -1.04, - ChangePercent: -1.28, - Volume: 1, - High: 81.81, - Low: 81.28, - YearlyHigh: 83.98, - YearlyLow: 70.25, - YearlyStart: 77.11, - YearlyChange: 6.09, - Settlement: `Cash`, - Contract: `CFD`, - Region: `Europe`, - Country: `Slovenia`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-06-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 801 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Rice`, - Spread: 0.01, - Open: 11.245, - Price: 10.3, - Buy: 10.41, - Sell: 10.42, - Change: -0.12, - ChangePercent: -1.08, - Volume: 220, - High: 11.38, - Low: 10.42, - YearlyHigh: 14.14, - YearlyLow: 9.7, - YearlyStart: 11.92, - YearlyChange: -12.62, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Middle East`, - Country: `Lebanon`, - Risk: `High`, - Sector: `Government`, - Currency: `PLN`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-02-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 802 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soybean`, - Spread: 0.01, - Open: 1038, - Price: 1040.69, - Buy: 1038.61, - Sell: 1038.62, - Change: 2.07, - ChangePercent: 0.2, - Volume: 20356, - High: 1044, - Low: 1031.75, - YearlyHigh: 1057, - YearlyLow: 859.5, - YearlyStart: 958.25, - YearlyChange: 8.39, - Settlement: `Loan`, - Contract: `Options`, - Region: `Europe`, - Country: `Czechia`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-08-24`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 803 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soy oil`, - Spread: 0.01, - Open: 33.26, - Price: 33.97, - Buy: 33.77, - Sell: 33.78, - Change: 0.2, - ChangePercent: 0.6, - Volume: 10592, - High: 33.77, - Low: 33.06, - YearlyHigh: 35.43, - YearlyLow: 26.61, - YearlyStart: 31.02, - YearlyChange: 8.87, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `North America`, - Country: `United States`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-08-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 804 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Coffee`, - Spread: 0.01, - Open: 125.7, - Price: 128.15, - Buy: 125.7, - Sell: 125.7, - Change: 2.46, - ChangePercent: 1.96, - Volume: 1654, - High: 125.8, - Low: 125, - YearlyHigh: 155.75, - YearlyLow: 115.35, - YearlyStart: 135.55, - YearlyChange: -7.27, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Asia Pacific`, - Country: `Malaysia`, - Risk: `Low`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-06-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 805 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `DOW Future`, - Spread: 0.01, - Open: 17711, - Price: 17924.7, - Buy: 17712.15, - Sell: 17712.16, - Change: 212.55, - ChangePercent: 1.2, - Volume: 22236, - High: 17727, - Low: 17642, - YearlyHigh: 18083, - YearlyLow: 15299, - YearlyStart: 16691, - YearlyChange: 6.12, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `Asia Pacific`, - Country: `Philippines`, - Risk: `Low`, - Sector: `Public`, - Currency: `USD`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-04-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 806 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Corn`, - Spread: 0.01, - Open: 379.5, - Price: 379.8, - Buy: 379.8, - Sell: 379.81, - Change: 0, - ChangePercent: 0, - Volume: 11266, - High: 381, - Low: 377.75, - YearlyHigh: 471.25, - YearlyLow: 351.25, - YearlyStart: 411.25, - YearlyChange: -7.65, - Settlement: `Credit`, - Contract: `Forwards`, - Region: `Asia Pacific`, - Country: `Taiwan`, - Risk: `High`, - Sector: `Public`, - Currency: `USD`, - Security: `Poor`, - Issuer: `FedEx`, - Maturity: `2022-05-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 807 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P MID MINI`, - Spread: 0.01, - Open: 1454.3, - Price: 1443.55, - Buy: 1455.78, - Sell: 1455.79, - Change: -12.23, - ChangePercent: -0.84, - Volume: 338, - High: 1455.78, - Low: 1448, - YearlyHigh: 1527.3, - YearlyLow: 1236, - YearlyStart: 1381.65, - YearlyChange: 5.37, - Settlement: `Credit`, - Contract: `Options`, - Region: `Middle East`, - Country: `Israel`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `American Airlines`, - Maturity: `2022-08-11`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 808 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Gold`, - Spread: 0.01, - Open: 1281.1, - Price: 1268.44, - Buy: 1280.73, - Sell: 1280.74, - Change: -12.29, - ChangePercent: -0.96, - Volume: 48387, - High: 1289.5, - Low: 1279.1, - YearlyHigh: 1306, - YearlyLow: 1047.2, - YearlyStart: 1176.6, - YearlyChange: 8.85, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Africa`, - Country: `Morocco`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-07-10`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 809 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `GBP/USD`, - Spread: 0.02, - Open: 1.4464, - Price: 1.18, - Buy: 1.18, - Sell: 1.2, - Change: -0.01, - ChangePercent: -1, - Volume: 29450, - High: 1.45, - Low: 1.19, - YearlyHigh: 1.59, - YearlyLow: 1.19, - YearlyStart: 1.49, - YearlyChange: -19.59, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Middle East`, - Country: `Iraq`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-09-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 810 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Ethanol`, - Spread: 0.01, - Open: 1.512, - Price: 2.75, - Buy: 2.75, - Sell: 2.76, - Change: 0, - ChangePercent: 0, - Volume: 14, - High: 2.75, - Low: 1.12, - YearlyHigh: 2.75, - YearlyLow: 1.12, - YearlyStart: 1.48, - YearlyChange: 86.7, - Settlement: `Cash`, - Contract: `Options`, - Region: `Middle East`, - Country: `Kuwait`, - Risk: `High`, - Sector: `Public`, - Currency: `PLN`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-06-10`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 811 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soy Meat`, - Spread: 0.01, - Open: 342.6, - Price: 345.5, - Buy: 342.6, - Sell: 342.6, - Change: 2.88, - ChangePercent: 0.84, - Volume: 5646, - High: 345.4, - Low: 340.3, - YearlyHigh: 353.4, - YearlyLow: 261.7, - YearlyStart: 307.55, - YearlyChange: 11.4, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Africa`, - Country: `Egypt`, - Risk: `High`, - Sector: `Government`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-03-16`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 812 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `US 30YR Future`, - Spread: 0.01, - Open: 164.875, - Price: 161.6, - Buy: 164.15, - Sell: 164.16, - Change: -2.56, - ChangePercent: -1.56, - Volume: 28012, - High: 165.25, - Low: 164.04, - YearlyHigh: 169.38, - YearlyLow: 151.47, - YearlyStart: 160.43, - YearlyChange: 2.33, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Africa`, - Country: `Morocco`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `Poor`, - Issuer: `FedEx`, - Maturity: `2022-07-11`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 813 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Copper`, - Spread: 0.02, - Open: 2.123, - Price: 2.1, - Buy: 2.12, - Sell: 2.12, - Change: -0.01, - ChangePercent: -0.8, - Volume: 28819, - High: 2.16, - Low: 2.11, - YearlyHigh: 2.94, - YearlyLow: 1.96, - YearlyStart: 2.45, - YearlyChange: -13.76, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `Africa`, - Country: `Tunisia`, - Risk: `High`, - Sector: `Private`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-04-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 814 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `FD Cattle`, - Spread: 0.01, - Open: 147.175, - Price: 145.81, - Buy: 148.6, - Sell: 148.61, - Change: -2.8, - ChangePercent: -1.88, - Volume: 5, - High: 148.61, - Low: 147.18, - YearlyHigh: 190, - YearlyLow: 138.1, - YearlyStart: 164.05, - YearlyChange: -9.41, - Settlement: `Cash`, - Contract: `CFD`, - Region: `Middle East`, - Country: `UAE`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-05-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 815 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Ethanol`, - Spread: 0.01, - Open: 1.512, - Price: 2.75, - Buy: 2.75, - Sell: 2.76, - Change: 0, - ChangePercent: 0, - Volume: 14, - High: 2.75, - Low: 1.12, - YearlyHigh: 2.75, - YearlyLow: 1.12, - YearlyStart: 1.48, - YearlyChange: 86.7, - Settlement: `Cash`, - Contract: `Futures`, - Region: `South America`, - Country: `Paraguay`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-08-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 816 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/CHF`, - Spread: 0.02, - Open: 1.0337, - Price: 1.06, - Buy: 1.03, - Sell: 1.03, - Change: 0.02, - ChangePercent: 1.76, - Volume: 5550, - High: 1.03, - Low: 1.03, - YearlyHigh: 1.11, - YearlyLow: 0.98, - YearlyStart: 1.04, - YearlyChange: -0.12, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Middle East`, - Country: `UAE`, - Risk: `High`, - Sector: `Government`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-03-27`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 817 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P MID MINI`, - Spread: 0.01, - Open: 1454.3, - Price: 1435.98, - Buy: 1455.78, - Sell: 1455.79, - Change: -19.8, - ChangePercent: -1.36, - Volume: 338, - High: 1455.78, - Low: 1448, - YearlyHigh: 1527.3, - YearlyLow: 1236, - YearlyStart: 1381.65, - YearlyChange: 5.37, - Settlement: `Cash`, - Contract: `Options`, - Region: `Africa`, - Country: `Senegal`, - Risk: `Low`, - Sector: `Public`, - Currency: `PLN`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-02-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 818 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soybean`, - Spread: 0.01, - Open: 1038, - Price: 1023.66, - Buy: 1038.61, - Sell: 1038.62, - Change: -14.96, - ChangePercent: -1.44, - Volume: 20356, - High: 1044, - Low: 1031.75, - YearlyHigh: 1057, - YearlyLow: 859.5, - YearlyStart: 958.25, - YearlyChange: 8.39, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Europe`, - Country: `Slovakia`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-03-11`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 819 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `US 2Y Future`, - Spread: 0.01, - Open: 109.3984, - Price: 111.27, - Buy: 109.4, - Sell: 109.4, - Change: 1.88, - ChangePercent: 1.72, - Volume: 17742, - High: 109.41, - Low: 109.38, - YearlyHigh: 109.8, - YearlyLow: 108.62, - YearlyStart: 109.21, - YearlyChange: 0.16, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Africa`, - Country: `South Africa`, - Risk: `Low`, - Sector: `Government`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-02-22`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 820 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Rice`, - Spread: 0.01, - Open: 11.245, - Price: 10.37, - Buy: 10.41, - Sell: 10.42, - Change: -0.05, - ChangePercent: -0.4, - Volume: 220, - High: 11.38, - Low: 10.42, - YearlyHigh: 14.14, - YearlyLow: 9.7, - YearlyStart: 11.92, - YearlyChange: -12.62, - Settlement: `Cash`, - Contract: `Options`, - Region: `Africa`, - Country: `Senegal`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-03-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 821 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Silver`, - Spread: 0.01, - Open: 17.43, - Price: 17.26, - Buy: 17.43, - Sell: 17.43, - Change: -0.16, - ChangePercent: -0.92, - Volume: 11720, - High: 17.51, - Low: 17.37, - YearlyHigh: 18.06, - YearlyLow: 13.73, - YearlyStart: 15.89, - YearlyChange: 9.59, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Middle East`, - Country: `Israel`, - Risk: `High`, - Sector: `Public`, - Currency: `USD`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-05-19`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 822 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Natural Gas`, - Spread: 0.02, - Open: 2.094, - Price: 2.1, - Buy: 2.09, - Sell: 2.09, - Change: 0, - ChangePercent: -0.12, - Volume: 2783, - High: 2.11, - Low: 2.09, - YearlyHigh: 3.2, - YearlyLow: 1.84, - YearlyStart: 2.52, - YearlyChange: -16.51, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Asia Pacific`, - Country: `Indonesia`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-07-10`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 823 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Rice`, - Spread: 0.01, - Open: 11.245, - Price: 10.5, - Buy: 10.41, - Sell: 10.42, - Change: 0.08, - ChangePercent: 0.84, - Volume: 220, - High: 11.38, - Low: 10.42, - YearlyHigh: 14.14, - YearlyLow: 9.7, - YearlyStart: 11.92, - YearlyChange: -12.62, - Settlement: `Credit`, - Contract: `Options`, - Region: `Africa`, - Country: `Egypt`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-04-11`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 824 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soy oil`, - Spread: 0.01, - Open: 33.26, - Price: 34.15, - Buy: 33.77, - Sell: 33.78, - Change: 0.38, - ChangePercent: 1.12, - Volume: 10592, - High: 33.77, - Low: 33.06, - YearlyHigh: 35.43, - YearlyLow: 26.61, - YearlyStart: 31.02, - YearlyChange: 8.87, - Settlement: `Cash`, - Contract: `CFD`, - Region: `Africa`, - Country: `South Africa`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-07-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 825 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/CAD`, - Spread: 0.02, - Open: 0.7744, - Price: 0.94, - Buy: 0.94, - Sell: 0.96, - Change: -0.01, - ChangePercent: -1.8, - Volume: 13669, - High: 0.95, - Low: 0.77, - YearlyHigh: 0.95, - YearlyLow: 0.68, - YearlyStart: 0.76, - YearlyChange: 26.43, - Settlement: `Credit`, - Contract: `Forwards`, - Region: `Middle East`, - Country: `Oman`, - Risk: `Low`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-07-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 826 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Coal`, - Spread: 0.015, - Open: 0.4363, - Price: 0.42, - Buy: 0.44, - Sell: 0.44, - Change: 0, - ChangePercent: 0.8, - Volume: 3, - High: 0.44, - Low: 0.44, - YearlyHigh: 0.48, - YearlyLow: 0.4, - YearlyStart: 0.44, - YearlyChange: -5.33, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Africa`, - Country: `Egypt`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-07-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 827 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soy oil`, - Spread: 0.01, - Open: 33.26, - Price: 34.12, - Buy: 33.77, - Sell: 33.78, - Change: 0.35, - ChangePercent: 1.04, - Volume: 10592, - High: 33.77, - Low: 33.06, - YearlyHigh: 35.43, - YearlyLow: 26.61, - YearlyStart: 31.02, - YearlyChange: 8.87, - Settlement: `Cash`, - Contract: `Options`, - Region: `Middle East`, - Country: `Lebanon`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-02-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 828 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P Future`, - Spread: 0.01, - Open: 2057.5, - Price: 2087.86, - Buy: 2056.6, - Sell: 2056.61, - Change: 31.26, - ChangePercent: 1.52, - Volume: 142780, - High: 2059.5, - Low: 2049, - YearlyHigh: 2105.5, - YearlyLow: 1794.5, - YearlyStart: 1950, - YearlyChange: 5.47, - Settlement: `Cash`, - Contract: `Options`, - Region: `Middle East`, - Country: `UAE`, - Risk: `Low`, - Sector: `Public`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-07-21`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 829 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `BTC/USD`, - Spread: 0.06, - Open: 93.88, - Price: 20639.56, - Buy: 21200.76, - Sell: 21400.78, - Change: -361.21, - ChangePercent: -1.72, - Volume: 5788000, - High: 22400.05, - Low: 20100.75, - YearlyHigh: 62400.7, - YearlyLow: 15100.88, - YearlyStart: 21200.29, - YearlyChange: -20.62, - Settlement: `Cash`, - Contract: `CFD`, - Region: `Africa`, - Country: `Ethiopia`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-07-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 830 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Ethanol`, - Spread: 0.01, - Open: 1.512, - Price: 2.75, - Buy: 2.75, - Sell: 2.76, - Change: 0, - ChangePercent: -0.2, - Volume: 14, - High: 2.75, - Low: 1.12, - YearlyHigh: 2.75, - YearlyLow: 1.12, - YearlyStart: 1.48, - YearlyChange: 86.7, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Middle East`, - Country: `Iraq`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `High`, - Issuer: `American Airlines`, - Maturity: `2022-06-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 831 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `US 2Y Future`, - Spread: 0.01, - Open: 109.3984, - Price: 108.91, - Buy: 109.4, - Sell: 109.4, - Change: -0.48, - ChangePercent: -0.44, - Volume: 17742, - High: 109.41, - Low: 109.38, - YearlyHigh: 109.8, - YearlyLow: 108.62, - YearlyStart: 109.21, - YearlyChange: 0.16, - Settlement: `Credit`, - Contract: `Swap`, - Region: `South America`, - Country: `Brazil`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `High`, - Issuer: `FedEx`, - Maturity: `2022-03-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 832 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `FD Cattle`, - Spread: 0.01, - Open: 147.175, - Price: 149.97, - Buy: 148.6, - Sell: 148.61, - Change: 1.36, - ChangePercent: 0.92, - Volume: 5, - High: 148.61, - Low: 147.18, - YearlyHigh: 190, - YearlyLow: 138.1, - YearlyStart: 164.05, - YearlyChange: -9.41, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `Middle East`, - Country: `Israel`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-05-23`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 833 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `DOW Future`, - Spread: 0.01, - Open: 17711, - Price: 17485.44, - Buy: 17712.15, - Sell: 17712.16, - Change: -226.71, - ChangePercent: -1.28, - Volume: 22236, - High: 17727, - Low: 17642, - YearlyHigh: 18083, - YearlyLow: 15299, - YearlyStart: 16691, - YearlyChange: 6.12, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Africa`, - Country: `Niger`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-07-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 834 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Sugar`, - Spread: 0.01, - Open: 15.68, - Price: 14.49, - Buy: 14.67, - Sell: 14.68, - Change: -0.18, - ChangePercent: -1.24, - Volume: 4949, - High: 15.7, - Low: 14.67, - YearlyHigh: 16.87, - YearlyLow: 11.37, - YearlyStart: 14.12, - YearlyChange: 3.92, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Africa`, - Country: `Egypt`, - Risk: `Low`, - Sector: `Government`, - Currency: `USD`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-08-23`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 835 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soy oil`, - Spread: 0.01, - Open: 33.26, - Price: 33.66, - Buy: 33.77, - Sell: 33.78, - Change: -0.11, - ChangePercent: -0.32, - Volume: 10592, - High: 33.77, - Low: 33.06, - YearlyHigh: 35.43, - YearlyLow: 26.61, - YearlyStart: 31.02, - YearlyChange: 8.87, - Settlement: `Cash`, - Contract: `Options`, - Region: `Middle East`, - Country: `Lebanon`, - Risk: `High`, - Sector: `Government`, - Currency: `USD`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-08-16`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 836 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Uranium`, - Spread: 0.02, - Open: 27.55, - Price: 27.96, - Buy: 27.55, - Sell: 27.55, - Change: 0.38, - ChangePercent: 1.36, - Volume: 12, - High: 27.55, - Low: 27.55, - YearlyHigh: 29.32, - YearlyLow: 21.28, - YearlyStart: 25.3, - YearlyChange: 9.01, - Settlement: `Cash`, - Contract: `CFD`, - Region: `Middle East`, - Country: `Saudi Arabia`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-07-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 837 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Oats`, - Spread: 0.01, - Open: 194.5, - Price: 195.07, - Buy: 194.21, - Sell: 194.22, - Change: 0.85, - ChangePercent: 0.44, - Volume: 64, - High: 195.75, - Low: 194, - YearlyHigh: 241.25, - YearlyLow: 183.75, - YearlyStart: 212.5, - YearlyChange: -8.6, - Settlement: `Cash`, - Contract: `Swap`, - Region: `South America`, - Country: `Guyana`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-03-22`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 838 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Cotton`, - Spread: 0.01, - Open: 61.77, - Price: 61.56, - Buy: 61.77, - Sell: 61.77, - Change: -0.2, - ChangePercent: -0.32, - Volume: 3612, - High: 62.06, - Low: 61.32, - YearlyHigh: 67.59, - YearlyLow: 54.33, - YearlyStart: 60.96, - YearlyChange: 1.31, - Settlement: `Cash`, - Contract: `CFD`, - Region: `North America`, - Country: `United States`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-05-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 839 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `BTC/USD`, - Spread: 0.06, - Open: 93.88, - Price: 20925.17, - Buy: 21200.76, - Sell: 21400.78, - Change: -75.6, - ChangePercent: -0.36, - Volume: 5788000, - High: 22400.05, - Low: 20100.75, - YearlyHigh: 62400.7, - YearlyLow: 15100.88, - YearlyStart: 21200.29, - YearlyChange: -20.62, - Settlement: `Loan`, - Contract: `Options`, - Region: `Africa`, - Country: `Ethiopia`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-09-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 840 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soy Meat`, - Spread: 0.01, - Open: 342.6, - Price: 348.24, - Buy: 342.6, - Sell: 342.6, - Change: 5.62, - ChangePercent: 1.64, - Volume: 5646, - High: 345.4, - Low: 340.3, - YearlyHigh: 353.4, - YearlyLow: 261.7, - YearlyStart: 307.55, - YearlyChange: 11.4, - Settlement: `Loan`, - Contract: `Futures`, - Region: `North America`, - Country: `United States`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-04-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 841 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Milk`, - Spread: 0.01, - Open: 12.87, - Price: 12.86, - Buy: 12.87, - Sell: 12.87, - Change: 0, - ChangePercent: 0, - Volume: 7, - High: 12.89, - Low: 12.81, - YearlyHigh: 16.96, - YearlyLow: 12.81, - YearlyStart: 14.88, - YearlyChange: -13.6, - Settlement: `Cash`, - Contract: `CFD`, - Region: `Europe`, - Country: `Norway`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-02-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 842 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Silver`, - Spread: 0.01, - Open: 17.43, - Price: 17.52, - Buy: 17.43, - Sell: 17.43, - Change: 0.1, - ChangePercent: 0.56, - Volume: 11720, - High: 17.51, - Low: 17.37, - YearlyHigh: 18.06, - YearlyLow: 13.73, - YearlyStart: 15.89, - YearlyChange: 9.59, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Africa`, - Country: `Niger`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `High`, - Issuer: `American Airlines`, - Maturity: `2022-02-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 843 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Palladium`, - Spread: 0.01, - Open: 600.55, - Price: 606.53, - Buy: 601, - Sell: 601.01, - Change: 5.53, - ChangePercent: 0.92, - Volume: 651, - High: 607.2, - Low: 598.4, - YearlyHigh: 690, - YearlyLow: 458.6, - YearlyStart: 574.3, - YearlyChange: 4.65, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Europe`, - Country: `Slovakia`, - Risk: `High`, - Sector: `Public`, - Currency: `USD`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-07-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 844 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P MID MINI`, - Spread: 0.01, - Open: 1454.3, - Price: 1463.35, - Buy: 1455.78, - Sell: 1455.79, - Change: 7.57, - ChangePercent: 0.52, - Volume: 338, - High: 1455.78, - Low: 1448, - YearlyHigh: 1527.3, - YearlyLow: 1236, - YearlyStart: 1381.65, - YearlyChange: 5.37, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Middle East`, - Country: `Qatar`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-07-27`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 845 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Coffee`, - Spread: 0.01, - Open: 125.7, - Price: 125.39, - Buy: 125.7, - Sell: 125.7, - Change: -0.3, - ChangePercent: -0.24, - Volume: 1654, - High: 125.8, - Low: 125, - YearlyHigh: 155.75, - YearlyLow: 115.35, - YearlyStart: 135.55, - YearlyChange: -7.27, - Settlement: `Loan`, - Contract: `Swap`, - Region: `South America`, - Country: `Suriname`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-05-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 846 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Cocoa`, - Spread: 0.01, - Open: 3076, - Price: 3116.63, - Buy: 3076, - Sell: 3076, - Change: 40.6, - ChangePercent: 1.32, - Volume: 978, - High: 3078, - Low: 3066, - YearlyHigh: 3406, - YearlyLow: 2746, - YearlyStart: 3076, - YearlyChange: 0, - Settlement: `Cash`, - Contract: `Futures`, - Region: `North America`, - Country: `Mexico`, - Risk: `High`, - Sector: `Government`, - Currency: `USD`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-07-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 847 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Corn`, - Spread: 0.01, - Open: 379.5, - Price: 386.34, - Buy: 379.8, - Sell: 379.81, - Change: 6.54, - ChangePercent: 1.72, - Volume: 11266, - High: 381, - Low: 377.75, - YearlyHigh: 471.25, - YearlyLow: 351.25, - YearlyStart: 411.25, - YearlyChange: -7.65, - Settlement: `Credit`, - Contract: `Forwards`, - Region: `Middle East`, - Country: `UAE`, - Risk: `High`, - Sector: `Private`, - Currency: `PLN`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-08-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 848 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Sugar`, - Spread: 0.01, - Open: 15.68, - Price: 14.45, - Buy: 14.67, - Sell: 14.68, - Change: -0.22, - ChangePercent: -1.56, - Volume: 4949, - High: 15.7, - Low: 14.67, - YearlyHigh: 16.87, - YearlyLow: 11.37, - YearlyStart: 14.12, - YearlyChange: 3.92, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Asia Pacific`, - Country: `Taiwan`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-07-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 849 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `DOW Future`, - Spread: 0.01, - Open: 17711, - Price: 17549.2, - Buy: 17712.15, - Sell: 17712.16, - Change: -162.95, - ChangePercent: -0.92, - Volume: 22236, - High: 17727, - Low: 17642, - YearlyHigh: 18083, - YearlyLow: 15299, - YearlyStart: 16691, - YearlyChange: 6.12, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Middle East`, - Country: `UAE`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-04-21`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 850 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `FD Cattle`, - Spread: 0.01, - Open: 147.175, - Price: 150.69, - Buy: 148.6, - Sell: 148.61, - Change: 2.08, - ChangePercent: 1.4, - Volume: 5, - High: 148.61, - Low: 147.18, - YearlyHigh: 190, - YearlyLow: 138.1, - YearlyStart: 164.05, - YearlyChange: -9.41, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Africa`, - Country: `Tunisia`, - Risk: `High`, - Sector: `Public`, - Currency: `PLN`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-08-23`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 851 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Rice`, - Spread: 0.01, - Open: 11.245, - Price: 10.62, - Buy: 10.41, - Sell: 10.42, - Change: 0.2, - ChangePercent: 2, - Volume: 220, - High: 11.38, - Low: 10.42, - YearlyHigh: 14.14, - YearlyLow: 9.7, - YearlyStart: 11.92, - YearlyChange: -12.62, - Settlement: `Loan`, - Contract: `CFD`, - Region: `Middle East`, - Country: `Qatar`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-04-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 852 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Rice`, - Spread: 0.01, - Open: 11.245, - Price: 10.43, - Buy: 10.41, - Sell: 10.42, - Change: 0.01, - ChangePercent: 0.16, - Volume: 220, - High: 11.38, - Low: 10.42, - YearlyHigh: 14.14, - YearlyLow: 9.7, - YearlyStart: 11.92, - YearlyChange: -12.62, - Settlement: `Credit`, - Contract: `Futures`, - Region: `Europe`, - Country: `Belgium`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-04-23`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 853 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/CAD`, - Spread: 0.02, - Open: 0.7744, - Price: 0.95, - Buy: 0.94, - Sell: 0.96, - Change: 0, - ChangePercent: -0.24, - Volume: 13669, - High: 0.95, - Low: 0.77, - YearlyHigh: 0.95, - YearlyLow: 0.68, - YearlyStart: 0.76, - YearlyChange: 26.43, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Africa`, - Country: `Niger`, - Risk: `High`, - Sector: `Government`, - Currency: `PLN`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-04-22`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 854 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `DOW Future`, - Spread: 0.01, - Open: 17711, - Price: 17634.22, - Buy: 17712.15, - Sell: 17712.16, - Change: -77.93, - ChangePercent: -0.44, - Volume: 22236, - High: 17727, - Low: 17642, - YearlyHigh: 18083, - YearlyLow: 15299, - YearlyStart: 16691, - YearlyChange: 6.12, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Middle East`, - Country: `Syria`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-07-24`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 855 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soy Meat`, - Spread: 0.01, - Open: 342.6, - Price: 340.02, - Buy: 342.6, - Sell: 342.6, - Change: -2.6, - ChangePercent: -0.76, - Volume: 5646, - High: 345.4, - Low: 340.3, - YearlyHigh: 353.4, - YearlyLow: 261.7, - YearlyStart: 307.55, - YearlyChange: 11.4, - Settlement: `Credit`, - Contract: `Forwards`, - Region: `Europe`, - Country: `Norway`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-03-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 856 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Cocoa`, - Spread: 0.01, - Open: 3076, - Price: 3076.03, - Buy: 3076, - Sell: 3076, - Change: 0, - ChangePercent: 0, - Volume: 978, - High: 3078, - Low: 3066, - YearlyHigh: 3406, - YearlyLow: 2746, - YearlyStart: 3076, - YearlyChange: 0, - Settlement: `Cash`, - Contract: `Options`, - Region: `Africa`, - Country: `Ethiopia`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `FedEx`, - Maturity: `2022-06-23`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 857 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Sugar`, - Spread: 0.01, - Open: 15.68, - Price: 14.46, - Buy: 14.67, - Sell: 14.68, - Change: -0.21, - ChangePercent: -1.44, - Volume: 4949, - High: 15.7, - Low: 14.67, - YearlyHigh: 16.87, - YearlyLow: 11.37, - YearlyStart: 14.12, - YearlyChange: 3.92, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `Middle East`, - Country: `Oman`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-05-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 858 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `US 2Y Future`, - Spread: 0.01, - Open: 109.3984, - Price: 110.35, - Buy: 109.4, - Sell: 109.4, - Change: 0.96, - ChangePercent: 0.88, - Volume: 17742, - High: 109.41, - Low: 109.38, - YearlyHigh: 109.8, - YearlyLow: 108.62, - YearlyStart: 109.21, - YearlyChange: 0.16, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Asia Pacific`, - Country: `Thailand`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-07-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 859 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Diesel`, - Spread: 0.015, - Open: 1.3474, - Price: 1.35, - Buy: 1.35, - Sell: 1.35, - Change: -0.01, - ChangePercent: -0.36, - Volume: 2971, - High: 1.36, - Low: 1.34, - YearlyHigh: 2.11, - YearlyLow: 0.92, - YearlyStart: 1.51, - YearlyChange: -10.4, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `Asia Pacific`, - Country: `Taiwan`, - Risk: `Low`, - Sector: `Government`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-02-19`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 860 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Oats`, - Spread: 0.01, - Open: 194.5, - Price: 192.74, - Buy: 194.21, - Sell: 194.22, - Change: -1.48, - ChangePercent: -0.76, - Volume: 64, - High: 195.75, - Low: 194, - YearlyHigh: 241.25, - YearlyLow: 183.75, - YearlyStart: 212.5, - YearlyChange: -8.6, - Settlement: `Cash`, - Contract: `Options`, - Region: `Africa`, - Country: `Libya`, - Risk: `Low`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-09-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 861 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/CHF`, - Spread: 0.02, - Open: 1.0337, - Price: 1.05, - Buy: 1.03, - Sell: 1.03, - Change: 0.01, - ChangePercent: 0.92, - Volume: 5550, - High: 1.03, - Low: 1.03, - YearlyHigh: 1.11, - YearlyLow: 0.98, - YearlyStart: 1.04, - YearlyChange: -0.12, - Settlement: `Cash`, - Contract: `Options`, - Region: `North America`, - Country: `United States`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-04-22`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 862 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `DOW Future`, - Spread: 0.01, - Open: 17711, - Price: 17995.55, - Buy: 17712.15, - Sell: 17712.16, - Change: 283.4, - ChangePercent: 1.6, - Volume: 22236, - High: 17727, - Low: 17642, - YearlyHigh: 18083, - YearlyLow: 15299, - YearlyStart: 16691, - YearlyChange: 6.12, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Middle East`, - Country: `Israel`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-05-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 863 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Platinum`, - Spread: 0.01, - Open: 1071.6, - Price: 1075.38, - Buy: 1071.09, - Sell: 1071.1, - Change: 4.28, - ChangePercent: 0.4, - Volume: 3039, - High: 1081.2, - Low: 1070.5, - YearlyHigh: 1120.6, - YearlyLow: 812.4, - YearlyStart: 966.5, - YearlyChange: 10.82, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `Africa`, - Country: `Algeria`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-07-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 864 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Milk`, - Spread: 0.01, - Open: 12.87, - Price: 12.74, - Buy: 12.87, - Sell: 12.87, - Change: -0.12, - ChangePercent: -0.92, - Volume: 7, - High: 12.89, - Low: 12.81, - YearlyHigh: 16.96, - YearlyLow: 12.81, - YearlyStart: 14.88, - YearlyChange: -13.6, - Settlement: `Cash`, - Contract: `Options`, - Region: `South America`, - Country: `Colombia`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-09-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 865 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `DOW Future`, - Spread: 0.01, - Open: 17711, - Price: 17761.75, - Buy: 17712.15, - Sell: 17712.16, - Change: 49.6, - ChangePercent: 0.28, - Volume: 22236, - High: 17727, - Low: 17642, - YearlyHigh: 18083, - YearlyLow: 15299, - YearlyStart: 16691, - YearlyChange: 6.12, - Settlement: `Cash`, - Contract: `Options`, - Region: `North America`, - Country: `United States`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-05-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 866 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Rice`, - Spread: 0.01, - Open: 11.245, - Price: 10.24, - Buy: 10.41, - Sell: 10.42, - Change: -0.18, - ChangePercent: -1.64, - Volume: 220, - High: 11.38, - Low: 10.42, - YearlyHigh: 14.14, - YearlyLow: 9.7, - YearlyStart: 11.92, - YearlyChange: -12.62, - Settlement: `Credit`, - Contract: `CFD`, - Region: `South America`, - Country: `Bolivia`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-05-11`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 867 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Natural Gas`, - Spread: 0.02, - Open: 2.094, - Price: 2.11, - Buy: 2.09, - Sell: 2.09, - Change: 0.01, - ChangePercent: 0.32, - Volume: 2783, - High: 2.11, - Low: 2.09, - YearlyHigh: 3.2, - YearlyLow: 1.84, - YearlyStart: 2.52, - YearlyChange: -16.51, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Middle East`, - Country: `Israel`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `High`, - Issuer: `American Airlines`, - Maturity: `2022-07-19`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 868 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `OJ Future`, - Spread: 0.01, - Open: 140.6, - Price: 142.66, - Buy: 140.18, - Sell: 140.19, - Change: 2.47, - ChangePercent: 1.76, - Volume: 7, - High: 140.19, - Low: 0, - YearlyHigh: 155.95, - YearlyLow: 113, - YearlyStart: 134.47, - YearlyChange: 4.25, - Settlement: `Credit`, - Contract: `Options`, - Region: `Asia Pacific`, - Country: `Korea`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-02-22`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 869 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Corn`, - Spread: 0.01, - Open: 379.5, - Price: 372.97, - Buy: 379.8, - Sell: 379.81, - Change: -6.83, - ChangePercent: -1.8, - Volume: 11266, - High: 381, - Low: 377.75, - YearlyHigh: 471.25, - YearlyLow: 351.25, - YearlyStart: 411.25, - YearlyChange: -7.65, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Africa`, - Country: `Egypt`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-04-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 870 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Sugar`, - Spread: 0.01, - Open: 15.68, - Price: 14.97, - Buy: 14.67, - Sell: 14.68, - Change: 0.3, - ChangePercent: 2, - Volume: 4949, - High: 15.7, - Low: 14.67, - YearlyHigh: 16.87, - YearlyLow: 11.37, - YearlyStart: 14.12, - YearlyChange: 3.92, - Settlement: `Cash`, - Contract: `CFD`, - Region: `Europe`, - Country: `Croatia`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-08-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 871 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Oats`, - Spread: 0.01, - Open: 194.5, - Price: 193.05, - Buy: 194.21, - Sell: 194.22, - Change: -1.17, - ChangePercent: -0.6, - Volume: 64, - High: 195.75, - Low: 194, - YearlyHigh: 241.25, - YearlyLow: 183.75, - YearlyStart: 212.5, - YearlyChange: -8.6, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Africa`, - Country: `Algeria`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-08-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 872 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/CHF`, - Spread: 0.02, - Open: 1.0337, - Price: 1.03, - Buy: 1.03, - Sell: 1.03, - Change: -0.01, - ChangePercent: -1.2, - Volume: 5550, - High: 1.03, - Low: 1.03, - YearlyHigh: 1.11, - YearlyLow: 0.98, - YearlyStart: 1.04, - YearlyChange: -0.12, - Settlement: `Credit`, - Contract: `Options`, - Region: `Europe`, - Country: `Spain`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-03-19`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 873 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `US 30YR Future`, - Spread: 0.01, - Open: 164.875, - Price: 164.62, - Buy: 164.15, - Sell: 164.16, - Change: 0.46, - ChangePercent: 0.28, - Volume: 28012, - High: 165.25, - Low: 164.04, - YearlyHigh: 169.38, - YearlyLow: 151.47, - YearlyStart: 160.43, - YearlyChange: 2.33, - Settlement: `Loan`, - Contract: `Futures`, - Region: `Middle East`, - Country: `Bahrain`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-06-23`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 874 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Platinum`, - Spread: 0.01, - Open: 1071.6, - Price: 1051.82, - Buy: 1071.09, - Sell: 1071.1, - Change: -19.28, - ChangePercent: -1.8, - Volume: 3039, - High: 1081.2, - Low: 1070.5, - YearlyHigh: 1120.6, - YearlyLow: 812.4, - YearlyStart: 966.5, - YearlyChange: 10.82, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Asia Pacific`, - Country: `Singapore`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-01-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 875 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/CAD`, - Spread: 0.02, - Open: 0.7744, - Price: 0.96, - Buy: 0.94, - Sell: 0.96, - Change: 0.01, - ChangePercent: 0.88, - Volume: 13669, - High: 0.95, - Low: 0.77, - YearlyHigh: 0.95, - YearlyLow: 0.68, - YearlyStart: 0.76, - YearlyChange: 26.43, - Settlement: `Loan`, - Contract: `Options`, - Region: `Europe`, - Country: `Russia`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `High`, - Issuer: `American Airlines`, - Maturity: `2022-06-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 876 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Lumber`, - Spread: 0.01, - Open: 303.9, - Price: 302.53, - Buy: 304.59, - Sell: 304.6, - Change: -2.07, - ChangePercent: -0.68, - Volume: 2, - High: 304.6, - Low: 303.9, - YearlyHigh: 317.1, - YearlyLow: 236, - YearlyStart: 276.55, - YearlyChange: 10.14, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Middle East`, - Country: `Iraq`, - Risk: `High`, - Sector: `Public`, - Currency: `USD`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-07-16`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 877 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Cocoa`, - Spread: 0.01, - Open: 3076, - Price: 3084.64, - Buy: 3076, - Sell: 3076, - Change: 8.61, - ChangePercent: 0.28, - Volume: 978, - High: 3078, - Low: 3066, - YearlyHigh: 3406, - YearlyLow: 2746, - YearlyStart: 3076, - YearlyChange: 0, - Settlement: `Cash`, - Contract: `Options`, - Region: `Africa`, - Country: `Senegal`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-08-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 878 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Rice`, - Spread: 0.01, - Open: 11.245, - Price: 10.37, - Buy: 10.41, - Sell: 10.42, - Change: -0.05, - ChangePercent: -0.4, - Volume: 220, - High: 11.38, - Low: 10.42, - YearlyHigh: 14.14, - YearlyLow: 9.7, - YearlyStart: 11.92, - YearlyChange: -12.62, - Settlement: `Cash`, - Contract: `CFD`, - Region: `Europe`, - Country: `Germany`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-07-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 879 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Copper`, - Spread: 0.02, - Open: 2.123, - Price: 2.12, - Buy: 2.12, - Sell: 2.12, - Change: 0.01, - ChangePercent: 0.36, - Volume: 28819, - High: 2.16, - Low: 2.11, - YearlyHigh: 2.94, - YearlyLow: 1.96, - YearlyStart: 2.45, - YearlyChange: -13.76, - Settlement: `Credit`, - Contract: `CFD`, - Region: `North America`, - Country: `United States`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-06-27`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 880 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `NAS Future`, - Spread: 0.01, - Open: 4341.25, - Price: 4311.76, - Buy: 4341.25, - Sell: 4341.25, - Change: -29.52, - ChangePercent: -0.68, - Volume: 18259, - High: 4347, - Low: 4318, - YearlyHigh: 4719.75, - YearlyLow: 3867.75, - YearlyStart: 4293.75, - YearlyChange: 1.11, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Asia Pacific`, - Country: `Thailand`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-04-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 881 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `OJ Future`, - Spread: 0.01, - Open: 140.6, - Price: 139.68, - Buy: 140.18, - Sell: 140.19, - Change: -0.51, - ChangePercent: -0.36, - Volume: 7, - High: 140.19, - Low: 0, - YearlyHigh: 155.95, - YearlyLow: 113, - YearlyStart: 134.47, - YearlyChange: 4.25, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `Africa`, - Country: `Tunisia`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-03-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 882 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `LV Cattle`, - Spread: 0.01, - Open: 120.725, - Price: 118.48, - Buy: 120.72, - Sell: 120.72, - Change: -2.22, - ChangePercent: -1.84, - Volume: 4, - High: 120.72, - Low: 120.72, - YearlyHigh: 147.98, - YearlyLow: 113.9, - YearlyStart: 130.94, - YearlyChange: -7.82, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Asia Pacific`, - Country: `Azerbaijan`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-07-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 883 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Sugar`, - Spread: 0.01, - Open: 15.68, - Price: 14.66, - Buy: 14.67, - Sell: 14.68, - Change: -0.01, - ChangePercent: -0.08, - Volume: 4949, - High: 15.7, - Low: 14.67, - YearlyHigh: 16.87, - YearlyLow: 11.37, - YearlyStart: 14.12, - YearlyChange: 3.92, - Settlement: `Cash`, - Contract: `Futures`, - Region: `North America`, - Country: `Canada`, - Risk: `High`, - Sector: `Public`, - Currency: `PLN`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-01-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 884 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Gold`, - Spread: 0.01, - Open: 1281.1, - Price: 1274.07, - Buy: 1280.73, - Sell: 1280.74, - Change: -6.66, - ChangePercent: -0.52, - Volume: 48387, - High: 1289.5, - Low: 1279.1, - YearlyHigh: 1306, - YearlyLow: 1047.2, - YearlyStart: 1176.6, - YearlyChange: 8.85, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Asia Pacific`, - Country: `Philippines`, - Risk: `High`, - Sector: `Government`, - Currency: `USD`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-08-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 885 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Gold`, - Spread: 0.01, - Open: 1281.1, - Price: 1265.88, - Buy: 1280.73, - Sell: 1280.74, - Change: -14.85, - ChangePercent: -1.16, - Volume: 48387, - High: 1289.5, - Low: 1279.1, - YearlyHigh: 1306, - YearlyLow: 1047.2, - YearlyStart: 1176.6, - YearlyChange: 8.85, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Europe`, - Country: `Czechia`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-04-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 886 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soybean`, - Spread: 0.01, - Open: 1038, - Price: 1055.65, - Buy: 1038.61, - Sell: 1038.62, - Change: 17.03, - ChangePercent: 1.64, - Volume: 20356, - High: 1044, - Low: 1031.75, - YearlyHigh: 1057, - YearlyLow: 859.5, - YearlyStart: 958.25, - YearlyChange: 8.39, - Settlement: `Cash`, - Contract: `Options`, - Region: `South America`, - Country: `Peru`, - Risk: `Low`, - Sector: `Government`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-01-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 887 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P 600 MINI`, - Spread: 0.01, - Open: 687.9, - Price: 681.83, - Buy: 687.9, - Sell: 687.9, - Change: -6.05, - ChangePercent: -0.88, - Volume: 0, - High: 0, - Low: 0, - YearlyHigh: 620.32, - YearlyLow: 595.9, - YearlyStart: 608.11, - YearlyChange: 13.12, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Middle East`, - Country: `Israel`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-04-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 888 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Sugar`, - Spread: 0.01, - Open: 15.68, - Price: 14.66, - Buy: 14.67, - Sell: 14.68, - Change: -0.01, - ChangePercent: -0.08, - Volume: 4949, - High: 15.7, - Low: 14.67, - YearlyHigh: 16.87, - YearlyLow: 11.37, - YearlyStart: 14.12, - YearlyChange: 3.92, - Settlement: `Loan`, - Contract: `Futures`, - Region: `Middle East`, - Country: `Saudi Arabia`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-04-16`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 889 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Uranium`, - Spread: 0.02, - Open: 27.55, - Price: 28.08, - Buy: 27.55, - Sell: 27.55, - Change: 0.5, - ChangePercent: 1.8, - Volume: 12, - High: 27.55, - Low: 27.55, - YearlyHigh: 29.32, - YearlyLow: 21.28, - YearlyStart: 25.3, - YearlyChange: 9.01, - Settlement: `Cash`, - Contract: `Options`, - Region: `Asia Pacific`, - Country: `Australia`, - Risk: `High`, - Sector: `Private`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-04-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 890 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/CHF`, - Spread: 0.02, - Open: 1.0337, - Price: 1.05, - Buy: 1.03, - Sell: 1.03, - Change: 0.01, - ChangePercent: 0.2, - Volume: 5550, - High: 1.03, - Low: 1.03, - YearlyHigh: 1.11, - YearlyLow: 0.98, - YearlyStart: 1.04, - YearlyChange: -0.12, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Europe`, - Country: `Slovenia`, - Risk: `High`, - Sector: `Government`, - Currency: `USD`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-02-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 891 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Lumber`, - Spread: 0.01, - Open: 303.9, - Price: 298.75, - Buy: 304.59, - Sell: 304.6, - Change: -5.85, - ChangePercent: -1.92, - Volume: 2, - High: 304.6, - Low: 303.9, - YearlyHigh: 317.1, - YearlyLow: 236, - YearlyStart: 276.55, - YearlyChange: 10.14, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Middle East`, - Country: `Kuwait`, - Risk: `Low`, - Sector: `Government`, - Currency: `USD`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-04-24`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 892 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Platinum`, - Spread: 0.01, - Open: 1071.6, - Price: 1052.25, - Buy: 1071.09, - Sell: 1071.1, - Change: -18.85, - ChangePercent: -1.76, - Volume: 3039, - High: 1081.2, - Low: 1070.5, - YearlyHigh: 1120.6, - YearlyLow: 812.4, - YearlyStart: 966.5, - YearlyChange: 10.82, - Settlement: `Cash`, - Contract: `CFD`, - Region: `Africa`, - Country: `South Africa`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-08-21`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 893 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Lumber`, - Spread: 0.01, - Open: 303.9, - Price: 300.46, - Buy: 304.59, - Sell: 304.6, - Change: -4.14, - ChangePercent: -1.36, - Volume: 2, - High: 304.6, - Low: 303.9, - YearlyHigh: 317.1, - YearlyLow: 236, - YearlyStart: 276.55, - YearlyChange: 10.14, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Asia Pacific`, - Country: `Pakistan`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-06-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 894 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P MID MINI`, - Spread: 0.01, - Open: 1454.3, - Price: 1455.78, - Buy: 1455.78, - Sell: 1455.79, - Change: 0, - ChangePercent: 0, - Volume: 338, - High: 1455.78, - Low: 1448, - YearlyHigh: 1527.3, - YearlyLow: 1236, - YearlyStart: 1381.65, - YearlyChange: 5.37, - Settlement: `Cash`, - Contract: `Options`, - Region: `Asia Pacific`, - Country: `Philippines`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-02-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 895 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Ethanol`, - Spread: 0.01, - Open: 1.512, - Price: 2.76, - Buy: 2.75, - Sell: 2.76, - Change: 0.01, - ChangePercent: 0.36, - Volume: 14, - High: 2.75, - Low: 1.12, - YearlyHigh: 2.75, - YearlyLow: 1.12, - YearlyStart: 1.48, - YearlyChange: 86.7, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `South America`, - Country: `Paraguay`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `High`, - Issuer: `American Airlines`, - Maturity: `2022-02-21`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 896 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P 600 MINI`, - Spread: 0.01, - Open: 687.9, - Price: 691.46, - Buy: 687.9, - Sell: 687.9, - Change: 3.58, - ChangePercent: 0.52, - Volume: 0, - High: 0, - Low: 0, - YearlyHigh: 620.32, - YearlyLow: 595.9, - YearlyStart: 608.11, - YearlyChange: 13.12, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Europe`, - Country: `Iceland`, - Risk: `High`, - Sector: `Private`, - Currency: `PLN`, - Security: `High`, - Issuer: `FedEx`, - Maturity: `2022-05-22`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 897 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soybean`, - Spread: 0.01, - Open: 1038, - Price: 1044.43, - Buy: 1038.61, - Sell: 1038.62, - Change: 5.81, - ChangePercent: 0.56, - Volume: 20356, - High: 1044, - Low: 1031.75, - YearlyHigh: 1057, - YearlyLow: 859.5, - YearlyStart: 958.25, - YearlyChange: 8.39, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Middle East`, - Country: `Saudi Arabia`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-04-19`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 898 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soybean`, - Spread: 0.01, - Open: 1038, - Price: 1031.14, - Buy: 1038.61, - Sell: 1038.62, - Change: -7.48, - ChangePercent: -0.72, - Volume: 20356, - High: 1044, - Low: 1031.75, - YearlyHigh: 1057, - YearlyLow: 859.5, - YearlyStart: 958.25, - YearlyChange: 8.39, - Settlement: `Cash`, - Contract: `Options`, - Region: `Asia Pacific`, - Country: `Indonesia`, - Risk: `High`, - Sector: `Government`, - Currency: `USD`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-02-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 899 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P Future`, - Spread: 0.01, - Open: 2057.5, - Price: 2047.55, - Buy: 2056.6, - Sell: 2056.61, - Change: -9.05, - ChangePercent: -0.44, - Volume: 142780, - High: 2059.5, - Low: 2049, - YearlyHigh: 2105.5, - YearlyLow: 1794.5, - YearlyStart: 1950, - YearlyChange: 5.47, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `North America`, - Country: `Canada`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-03-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 900 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/CAD`, - Spread: 0.02, - Open: 0.7744, - Price: 0.94, - Buy: 0.94, - Sell: 0.96, - Change: -0.01, - ChangePercent: -1.36, - Volume: 13669, - High: 0.95, - Low: 0.77, - YearlyHigh: 0.95, - YearlyLow: 0.68, - YearlyStart: 0.76, - YearlyChange: 26.43, - Settlement: `Cash`, - Contract: `Options`, - Region: `Asia Pacific`, - Country: `Korea`, - Risk: `Low`, - Sector: `Government`, - Currency: `USD`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-02-24`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 901 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Corn`, - Spread: 0.01, - Open: 379.5, - Price: 375.85, - Buy: 379.8, - Sell: 379.81, - Change: -3.95, - ChangePercent: -1.04, - Volume: 11266, - High: 381, - Low: 377.75, - YearlyHigh: 471.25, - YearlyLow: 351.25, - YearlyStart: 411.25, - YearlyChange: -7.65, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Middle East`, - Country: `Syria`, - Risk: `High`, - Sector: `Government`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-06-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 902 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Rice`, - Spread: 0.01, - Open: 11.245, - Price: 10.4, - Buy: 10.41, - Sell: 10.42, - Change: -0.02, - ChangePercent: -0.12, - Volume: 220, - High: 11.38, - Low: 10.42, - YearlyHigh: 14.14, - YearlyLow: 9.7, - YearlyStart: 11.92, - YearlyChange: -12.62, - Settlement: `Cash`, - Contract: `Options`, - Region: `South America`, - Country: `Suriname`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-04-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 903 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Copper`, - Spread: 0.02, - Open: 2.123, - Price: 2.11, - Buy: 2.12, - Sell: 2.12, - Change: 0, - ChangePercent: -0.32, - Volume: 28819, - High: 2.16, - Low: 2.11, - YearlyHigh: 2.94, - YearlyLow: 1.96, - YearlyStart: 2.45, - YearlyChange: -13.76, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Africa`, - Country: `Morocco`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-05-23`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 904 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `Euro$ 3M`, - Spread: 0.01, - Open: 99.18, - Price: 101.03, - Buy: 99.18, - Sell: 99.18, - Change: 1.86, - ChangePercent: 1.88, - Volume: 29509, - High: 99.18, - Low: 99.17, - YearlyHigh: 99.38, - YearlyLow: 98.41, - YearlyStart: 98.89, - YearlyChange: 0.28, - Settlement: `Credit`, - Contract: `Futures`, - Region: `Asia Pacific`, - Country: `Philippines`, - Risk: `High`, - Sector: `Public`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-09-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 905 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soybean`, - Spread: 0.01, - Open: 1038, - Price: 1042.77, - Buy: 1038.61, - Sell: 1038.62, - Change: 4.15, - ChangePercent: 0.4, - Volume: 20356, - High: 1044, - Low: 1031.75, - YearlyHigh: 1057, - YearlyLow: 859.5, - YearlyStart: 958.25, - YearlyChange: 8.39, - Settlement: `Credit`, - Contract: `CFD`, - Region: `Middle East`, - Country: `Qatar`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-04-10`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 906 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Lumber`, - Spread: 0.01, - Open: 303.9, - Price: 302.16, - Buy: 304.59, - Sell: 304.6, - Change: -2.44, - ChangePercent: -0.8, - Volume: 2, - High: 304.6, - Low: 303.9, - YearlyHigh: 317.1, - YearlyLow: 236, - YearlyStart: 276.55, - YearlyChange: 10.14, - Settlement: `Cash`, - Contract: `Options`, - Region: `Middle East`, - Country: `UAE`, - Risk: `Low`, - Sector: `Public`, - Currency: `EUR`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-08-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 907 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soybean`, - Spread: 0.01, - Open: 1038, - Price: 1043.19, - Buy: 1038.61, - Sell: 1038.62, - Change: 4.57, - ChangePercent: 0.44, - Volume: 20356, - High: 1044, - Low: 1031.75, - YearlyHigh: 1057, - YearlyLow: 859.5, - YearlyStart: 958.25, - YearlyChange: 8.39, - Settlement: `Cash`, - Contract: `Options`, - Region: `Middle East`, - Country: `Lebanon`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-08-23`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 908 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soybean`, - Spread: 0.01, - Open: 1038, - Price: 1057.31, - Buy: 1038.61, - Sell: 1038.62, - Change: 18.69, - ChangePercent: 1.8, - Volume: 20356, - High: 1044, - Low: 1031.75, - YearlyHigh: 1057, - YearlyLow: 859.5, - YearlyStart: 958.25, - YearlyChange: 8.39, - Settlement: `Cash`, - Contract: `Swap`, - Region: `North America`, - Country: `United States`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-08-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 909 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Palladium`, - Spread: 0.01, - Open: 600.55, - Price: 606.29, - Buy: 601, - Sell: 601.01, - Change: 5.29, - ChangePercent: 0.88, - Volume: 651, - High: 607.2, - Low: 598.4, - YearlyHigh: 690, - YearlyLow: 458.6, - YearlyStart: 574.3, - YearlyChange: 4.65, - Settlement: `Loan`, - Contract: `Futures`, - Region: `Asia Pacific`, - Country: `Indonesia`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-02-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 910 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Lumber`, - Spread: 0.01, - Open: 303.9, - Price: 303.99, - Buy: 304.59, - Sell: 304.6, - Change: -0.61, - ChangePercent: -0.2, - Volume: 2, - High: 304.6, - Low: 303.9, - YearlyHigh: 317.1, - YearlyLow: 236, - YearlyStart: 276.55, - YearlyChange: 10.14, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Europe`, - Country: `France`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `High`, - Issuer: `FedEx`, - Maturity: `2022-02-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 911 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `Lean Hogs`, - Spread: 0.01, - Open: 81.275, - Price: 80.96, - Buy: 81.81, - Sell: 81.82, - Change: -0.85, - ChangePercent: -1.04, - Volume: 1, - High: 81.81, - Low: 81.28, - YearlyHigh: 83.98, - YearlyLow: 70.25, - YearlyStart: 77.11, - YearlyChange: 6.09, - Settlement: `Loan`, - Contract: `Futures`, - Region: `Middle East`, - Country: `Israel`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-06-24`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 912 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Coffee`, - Spread: 0.01, - Open: 125.7, - Price: 127.2, - Buy: 125.7, - Sell: 125.7, - Change: 1.51, - ChangePercent: 1.2, - Volume: 1654, - High: 125.8, - Low: 125, - YearlyHigh: 155.75, - YearlyLow: 115.35, - YearlyStart: 135.55, - YearlyChange: -7.27, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Asia Pacific`, - Country: `Afghanistan`, - Risk: `High`, - Sector: `Government`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-02-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 913 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Cotton`, - Spread: 0.01, - Open: 61.77, - Price: 62.9, - Buy: 61.77, - Sell: 61.77, - Change: 1.14, - ChangePercent: 1.84, - Volume: 3612, - High: 62.06, - Low: 61.32, - YearlyHigh: 67.59, - YearlyLow: 54.33, - YearlyStart: 60.96, - YearlyChange: 1.31, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `Middle East`, - Country: `Qatar`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-05-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 914 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/CAD`, - Spread: 0.02, - Open: 0.7744, - Price: 0.97, - Buy: 0.94, - Sell: 0.96, - Change: 0.02, - ChangePercent: 1.2, - Volume: 13669, - High: 0.95, - Low: 0.77, - YearlyHigh: 0.95, - YearlyLow: 0.68, - YearlyStart: 0.76, - YearlyChange: 26.43, - Settlement: `Credit`, - Contract: `Options`, - Region: `Middle East`, - Country: `Kuwait`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `American Airlines`, - Maturity: `2022-08-10`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 915 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Uranium`, - Spread: 0.02, - Open: 27.55, - Price: 27.78, - Buy: 27.55, - Sell: 27.55, - Change: 0.2, - ChangePercent: 0.72, - Volume: 12, - High: 27.55, - Low: 27.55, - YearlyHigh: 29.32, - YearlyLow: 21.28, - YearlyStart: 25.3, - YearlyChange: 9.01, - Settlement: `Loan`, - Contract: `Futures`, - Region: `South America`, - Country: `Ecuador`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-01-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 916 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/CHF`, - Spread: 0.02, - Open: 1.0337, - Price: 1.06, - Buy: 1.03, - Sell: 1.03, - Change: 0.02, - ChangePercent: 1.68, - Volume: 5550, - High: 1.03, - Low: 1.03, - YearlyHigh: 1.11, - YearlyLow: 0.98, - YearlyStart: 1.04, - YearlyChange: -0.12, - Settlement: `Credit`, - Contract: `Options`, - Region: `North America`, - Country: `Canada`, - Risk: `High`, - Sector: `Public`, - Currency: `USD`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-07-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 917 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `DOW Future`, - Spread: 0.01, - Open: 17711, - Price: 17953.04, - Buy: 17712.15, - Sell: 17712.16, - Change: 240.89, - ChangePercent: 1.36, - Volume: 22236, - High: 17727, - Low: 17642, - YearlyHigh: 18083, - YearlyLow: 15299, - YearlyStart: 16691, - YearlyChange: 6.12, - Settlement: `Credit`, - Contract: `CFD`, - Region: `Africa`, - Country: `Algeria`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-04-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 918 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/JPY`, - Spread: 0.02, - Open: 9275.5, - Price: 9362.69, - Buy: 9277.32, - Sell: 9277.34, - Change: 85.36, - ChangePercent: 0.92, - Volume: 47734, - High: 9277.33, - Low: 0.93, - YearlyHigh: 9483, - YearlyLow: 0.93, - YearlyStart: 4741.97, - YearlyChange: 95.64, - Settlement: `Cash`, - Contract: `CFD`, - Region: `Europe`, - Country: `Italy`, - Risk: `High`, - Sector: `Public`, - Currency: `USD`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-07-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 919 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Gold`, - Spread: 0.01, - Open: 1281.1, - Price: 1272.54, - Buy: 1280.73, - Sell: 1280.74, - Change: -8.19, - ChangePercent: -0.64, - Volume: 48387, - High: 1289.5, - Low: 1279.1, - YearlyHigh: 1306, - YearlyLow: 1047.2, - YearlyStart: 1176.6, - YearlyChange: 8.85, - Settlement: `Credit`, - Contract: `Swap`, - Region: `North America`, - Country: `Canada`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `High`, - Issuer: `American Airlines`, - Maturity: `2022-05-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 920 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Platinum`, - Spread: 0.01, - Open: 1071.6, - Price: 1061.25, - Buy: 1071.09, - Sell: 1071.1, - Change: -9.85, - ChangePercent: -0.92, - Volume: 3039, - High: 1081.2, - Low: 1070.5, - YearlyHigh: 1120.6, - YearlyLow: 812.4, - YearlyStart: 966.5, - YearlyChange: 10.82, - Settlement: `Credit`, - Contract: `Options`, - Region: `Africa`, - Country: `Tunisia`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-03-19`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 921 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Oats`, - Spread: 0.01, - Open: 194.5, - Price: 197.33, - Buy: 194.21, - Sell: 194.22, - Change: 3.11, - ChangePercent: 1.6, - Volume: 64, - High: 195.75, - Low: 194, - YearlyHigh: 241.25, - YearlyLow: 183.75, - YearlyStart: 212.5, - YearlyChange: -8.6, - Settlement: `Credit`, - Contract: `Forwards`, - Region: `Asia Pacific`, - Country: `Azerbaijan`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-03-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 922 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `NAS Future`, - Spread: 0.01, - Open: 4341.25, - Price: 4414.21, - Buy: 4341.25, - Sell: 4341.25, - Change: 72.93, - ChangePercent: 1.68, - Volume: 18259, - High: 4347, - Low: 4318, - YearlyHigh: 4719.75, - YearlyLow: 3867.75, - YearlyStart: 4293.75, - YearlyChange: 1.11, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Asia Pacific`, - Country: `Australia`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-08-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 923 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `OJ Future`, - Spread: 0.01, - Open: 140.6, - Price: 138.39, - Buy: 140.18, - Sell: 140.19, - Change: -1.8, - ChangePercent: -1.28, - Volume: 7, - High: 140.19, - Low: 0, - YearlyHigh: 155.95, - YearlyLow: 113, - YearlyStart: 134.47, - YearlyChange: 4.25, - Settlement: `Loan`, - Contract: `Options`, - Region: `South America`, - Country: `Colombia`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-05-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 924 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `Lean Hogs`, - Spread: 0.01, - Open: 81.275, - Price: 80.24, - Buy: 81.81, - Sell: 81.82, - Change: -1.57, - ChangePercent: -1.92, - Volume: 1, - High: 81.81, - Low: 81.28, - YearlyHigh: 83.98, - YearlyLow: 70.25, - YearlyStart: 77.11, - YearlyChange: 6.09, - Settlement: `Credit`, - Contract: `Options`, - Region: `Africa`, - Country: `South Africa`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-05-22`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 925 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Oats`, - Spread: 0.01, - Open: 194.5, - Price: 193.05, - Buy: 194.21, - Sell: 194.22, - Change: -1.17, - ChangePercent: -0.6, - Volume: 64, - High: 195.75, - Low: 194, - YearlyHigh: 241.25, - YearlyLow: 183.75, - YearlyStart: 212.5, - YearlyChange: -8.6, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Europe`, - Country: `United Kingdom`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-07-23`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 926 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P MID MINI`, - Spread: 0.01, - Open: 1454.3, - Price: 1441.22, - Buy: 1455.78, - Sell: 1455.79, - Change: -14.56, - ChangePercent: -1, - Volume: 338, - High: 1455.78, - Low: 1448, - YearlyHigh: 1527.3, - YearlyLow: 1236, - YearlyStart: 1381.65, - YearlyChange: 5.37, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Asia Pacific`, - Country: `New Zealand`, - Risk: `Low`, - Sector: `Public`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-04-21`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 927 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Oil`, - Spread: 0.015, - Open: 45.54, - Price: 46.56, - Buy: 45.78, - Sell: 45.8, - Change: 0.77, - ChangePercent: 1.68, - Volume: 107196, - High: 45.94, - Low: 45, - YearlyHigh: 65.28, - YearlyLow: 30.79, - YearlyStart: 48.03, - YearlyChange: -4.67, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Asia Pacific`, - Country: `Azerbaijan`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-02-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 928 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Oil`, - Spread: 0.015, - Open: 45.54, - Price: 45.33, - Buy: 45.78, - Sell: 45.8, - Change: -0.46, - ChangePercent: -1, - Volume: 107196, - High: 45.94, - Low: 45, - YearlyHigh: 65.28, - YearlyLow: 30.79, - YearlyStart: 48.03, - YearlyChange: -4.67, - Settlement: `Loan`, - Contract: `Futures`, - Region: `South America`, - Country: `Uruguay`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-03-16`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 929 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Platinum`, - Spread: 0.01, - Open: 1071.6, - Price: 1090.38, - Buy: 1071.09, - Sell: 1071.1, - Change: 19.28, - ChangePercent: 1.8, - Volume: 3039, - High: 1081.2, - Low: 1070.5, - YearlyHigh: 1120.6, - YearlyLow: 812.4, - YearlyStart: 966.5, - YearlyChange: 10.82, - Settlement: `Loan`, - Contract: `Futures`, - Region: `Europe`, - Country: `Denmark`, - Risk: `Low`, - Sector: `Government`, - Currency: `USD`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-06-16`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 930 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Gold`, - Spread: 0.01, - Open: 1281.1, - Price: 1279.19, - Buy: 1280.73, - Sell: 1280.74, - Change: -1.54, - ChangePercent: -0.12, - Volume: 48387, - High: 1289.5, - Low: 1279.1, - YearlyHigh: 1306, - YearlyLow: 1047.2, - YearlyStart: 1176.6, - YearlyChange: 8.85, - Settlement: `Cash`, - Contract: `Options`, - Region: `Europe`, - Country: `Greece`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-09-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 931 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/JPY`, - Spread: 0.02, - Open: 9275.5, - Price: 9114.05, - Buy: 9277.32, - Sell: 9277.34, - Change: -163.28, - ChangePercent: -1.76, - Volume: 47734, - High: 9277.33, - Low: 0.93, - YearlyHigh: 9483, - YearlyLow: 0.93, - YearlyStart: 4741.97, - YearlyChange: 95.64, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Middle East`, - Country: `Israel`, - Risk: `Low`, - Sector: `Government`, - Currency: `USD`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-07-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 932 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soy Meat`, - Spread: 0.01, - Open: 342.6, - Price: 343.99, - Buy: 342.6, - Sell: 342.6, - Change: 1.37, - ChangePercent: 0.4, - Volume: 5646, - High: 345.4, - Low: 340.3, - YearlyHigh: 353.4, - YearlyLow: 261.7, - YearlyStart: 307.55, - YearlyChange: 11.4, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Africa`, - Country: `Senegal`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-05-23`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 933 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `LV Cattle`, - Spread: 0.01, - Open: 120.725, - Price: 122.25, - Buy: 120.72, - Sell: 120.72, - Change: 1.55, - ChangePercent: 1.28, - Volume: 4, - High: 120.72, - Low: 120.72, - YearlyHigh: 147.98, - YearlyLow: 113.9, - YearlyStart: 130.94, - YearlyChange: -7.82, - Settlement: `Cash`, - Contract: `CFD`, - Region: `Middle East`, - Country: `Israel`, - Risk: `Low`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-04-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 934 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `NAS Future`, - Spread: 0.01, - Open: 4341.25, - Price: 4358.65, - Buy: 4341.25, - Sell: 4341.25, - Change: 17.37, - ChangePercent: 0.4, - Volume: 18259, - High: 4347, - Low: 4318, - YearlyHigh: 4719.75, - YearlyLow: 3867.75, - YearlyStart: 4293.75, - YearlyChange: 1.11, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Africa`, - Country: `Senegal`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-02-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 935 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Natural Gas`, - Spread: 0.02, - Open: 2.094, - Price: 2.08, - Buy: 2.09, - Sell: 2.09, - Change: -0.02, - ChangePercent: -1.12, - Volume: 2783, - High: 2.11, - Low: 2.09, - YearlyHigh: 3.2, - YearlyLow: 1.84, - YearlyStart: 2.52, - YearlyChange: -16.51, - Settlement: `Credit`, - Contract: `CFD`, - Region: `Europe`, - Country: `Czechia`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-02-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 936 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Sugar`, - Spread: 0.01, - Open: 15.68, - Price: 14.77, - Buy: 14.67, - Sell: 14.68, - Change: 0.1, - ChangePercent: 0.68, - Volume: 4949, - High: 15.7, - Low: 14.67, - YearlyHigh: 16.87, - YearlyLow: 11.37, - YearlyStart: 14.12, - YearlyChange: 3.92, - Settlement: `Credit`, - Contract: `Options`, - Region: `Asia Pacific`, - Country: `Australia`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-05-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 937 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Coffee`, - Spread: 0.01, - Open: 125.7, - Price: 127.9, - Buy: 125.7, - Sell: 125.7, - Change: 2.21, - ChangePercent: 1.76, - Volume: 1654, - High: 125.8, - Low: 125, - YearlyHigh: 155.75, - YearlyLow: 115.35, - YearlyStart: 135.55, - YearlyChange: -7.27, - Settlement: `Credit`, - Contract: `Options`, - Region: `North America`, - Country: `Canada`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-06-16`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 938 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Coal`, - Spread: 0.015, - Open: 0.4363, - Price: 0.42, - Buy: 0.44, - Sell: 0.44, - Change: 0, - ChangePercent: 1.32, - Volume: 3, - High: 0.44, - Low: 0.44, - YearlyHigh: 0.48, - YearlyLow: 0.4, - YearlyStart: 0.44, - YearlyChange: -5.33, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `Asia Pacific`, - Country: `Korea`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-06-21`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 939 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `Lean Hogs`, - Spread: 0.01, - Open: 81.275, - Price: 82.08, - Buy: 81.81, - Sell: 81.82, - Change: 0.27, - ChangePercent: 0.32, - Volume: 1, - High: 81.81, - Low: 81.28, - YearlyHigh: 83.98, - YearlyLow: 70.25, - YearlyStart: 77.11, - YearlyChange: 6.09, - Settlement: `Cash`, - Contract: `CFD`, - Region: `South America`, - Country: `Suriname`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-06-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 940 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Gold`, - Spread: 0.01, - Open: 1281.1, - Price: 1277.15, - Buy: 1280.73, - Sell: 1280.74, - Change: -3.58, - ChangePercent: -0.28, - Volume: 48387, - High: 1289.5, - Low: 1279.1, - YearlyHigh: 1306, - YearlyLow: 1047.2, - YearlyStart: 1176.6, - YearlyChange: 8.85, - Settlement: `Cash`, - Contract: `Options`, - Region: `Africa`, - Country: `Niger`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-07-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 941 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Silver`, - Spread: 0.01, - Open: 17.43, - Price: 17.34, - Buy: 17.43, - Sell: 17.43, - Change: -0.08, - ChangePercent: -0.44, - Volume: 11720, - High: 17.51, - Low: 17.37, - YearlyHigh: 18.06, - YearlyLow: 13.73, - YearlyStart: 15.89, - YearlyChange: 9.59, - Settlement: `Cash`, - Contract: `Futures`, - Region: `North America`, - Country: `Canada`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-07-22`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 942 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `NAS Future`, - Spread: 0.01, - Open: 4341.25, - Price: 4396.85, - Buy: 4341.25, - Sell: 4341.25, - Change: 55.57, - ChangePercent: 1.28, - Volume: 18259, - High: 4347, - Low: 4318, - YearlyHigh: 4719.75, - YearlyLow: 3867.75, - YearlyStart: 4293.75, - YearlyChange: 1.11, - Settlement: `Loan`, - Contract: `Futures`, - Region: `Middle East`, - Country: `Oman`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-06-21`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 943 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `FD Cattle`, - Spread: 0.01, - Open: 147.175, - Price: 149.38, - Buy: 148.6, - Sell: 148.61, - Change: 0.77, - ChangePercent: 0.52, - Volume: 5, - High: 148.61, - Low: 147.18, - YearlyHigh: 190, - YearlyLow: 138.1, - YearlyStart: 164.05, - YearlyChange: -9.41, - Settlement: `Loan`, - Contract: `Options`, - Region: `Asia Pacific`, - Country: `Thailand`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `American Airlines`, - Maturity: `2022-02-22`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 944 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Lumber`, - Spread: 0.01, - Open: 303.9, - Price: 308.13, - Buy: 304.59, - Sell: 304.6, - Change: 3.53, - ChangePercent: 1.16, - Volume: 2, - High: 304.6, - Low: 303.9, - YearlyHigh: 317.1, - YearlyLow: 236, - YearlyStart: 276.55, - YearlyChange: 10.14, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Asia Pacific`, - Country: `Japan`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-09-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 945 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `Euro$ 3M`, - Spread: 0.01, - Open: 99.18, - Price: 97.5, - Buy: 99.18, - Sell: 99.18, - Change: -1.67, - ChangePercent: -1.68, - Volume: 29509, - High: 99.18, - Low: 99.17, - YearlyHigh: 99.38, - YearlyLow: 98.41, - YearlyStart: 98.89, - YearlyChange: 0.28, - Settlement: `Cash`, - Contract: `Options`, - Region: `Middle East`, - Country: `Oman`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `FedEx`, - Maturity: `2022-05-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 946 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P Future`, - Spread: 0.01, - Open: 2057.5, - Price: 2051.67, - Buy: 2056.6, - Sell: 2056.61, - Change: -4.93, - ChangePercent: -0.24, - Volume: 142780, - High: 2059.5, - Low: 2049, - YearlyHigh: 2105.5, - YearlyLow: 1794.5, - YearlyStart: 1950, - YearlyChange: 5.47, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Middle East`, - Country: `Syria`, - Risk: `High`, - Sector: `Government`, - Currency: `PLN`, - Security: `High`, - Issuer: `American Airlines`, - Maturity: `2022-08-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 947 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/JPY`, - Spread: 0.02, - Open: 9275.5, - Price: 9277.33, - Buy: 9277.32, - Sell: 9277.34, - Change: 0, - ChangePercent: 0, - Volume: 47734, - High: 9277.33, - Low: 0.93, - YearlyHigh: 9483, - YearlyLow: 0.93, - YearlyStart: 4741.97, - YearlyChange: 95.64, - Settlement: `Loan`, - Contract: `Options`, - Region: `South America`, - Country: `Chile`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `American Airlines`, - Maturity: `2022-08-22`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 948 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Palladium`, - Spread: 0.01, - Open: 600.55, - Price: 596.43, - Buy: 601, - Sell: 601.01, - Change: -4.57, - ChangePercent: -0.76, - Volume: 651, - High: 607.2, - Low: 598.4, - YearlyHigh: 690, - YearlyLow: 458.6, - YearlyStart: 574.3, - YearlyChange: 4.65, - Settlement: `Credit`, - Contract: `CFD`, - Region: `Middle East`, - Country: `Jordan`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-06-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 949 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Platinum`, - Spread: 0.01, - Open: 1071.6, - Price: 1082.67, - Buy: 1071.09, - Sell: 1071.1, - Change: 11.57, - ChangePercent: 1.08, - Volume: 3039, - High: 1081.2, - Low: 1070.5, - YearlyHigh: 1120.6, - YearlyLow: 812.4, - YearlyStart: 966.5, - YearlyChange: 10.82, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Europe`, - Country: `Sweden`, - Risk: `High`, - Sector: `Private`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-01-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 950 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Sugar`, - Spread: 0.01, - Open: 15.68, - Price: 14.45, - Buy: 14.67, - Sell: 14.68, - Change: -0.22, - ChangePercent: -1.56, - Volume: 4949, - High: 15.7, - Low: 14.67, - YearlyHigh: 16.87, - YearlyLow: 11.37, - YearlyStart: 14.12, - YearlyChange: 3.92, - Settlement: `Cash`, - Contract: `Options`, - Region: `Middle East`, - Country: `Iraq`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-06-21`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 951 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/CAD`, - Spread: 0.02, - Open: 0.7744, - Price: 0.95, - Buy: 0.94, - Sell: 0.96, - Change: 0, - ChangePercent: -0.32, - Volume: 13669, - High: 0.95, - Low: 0.77, - YearlyHigh: 0.95, - YearlyLow: 0.68, - YearlyStart: 0.76, - YearlyChange: 26.43, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Asia Pacific`, - Country: `Hong Kong`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-05-22`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 952 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `US 2Y Future`, - Spread: 0.01, - Open: 109.3984, - Price: 109.91, - Buy: 109.4, - Sell: 109.4, - Change: 0.52, - ChangePercent: 0.48, - Volume: 17742, - High: 109.41, - Low: 109.38, - YearlyHigh: 109.8, - YearlyLow: 108.62, - YearlyStart: 109.21, - YearlyChange: 0.16, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `Africa`, - Country: `Egypt`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-03-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 953 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Cotton`, - Spread: 0.01, - Open: 61.77, - Price: 60.8, - Buy: 61.77, - Sell: 61.77, - Change: -0.96, - ChangePercent: -1.56, - Volume: 3612, - High: 62.06, - Low: 61.32, - YearlyHigh: 67.59, - YearlyLow: 54.33, - YearlyStart: 60.96, - YearlyChange: 1.31, - Settlement: `Cash`, - Contract: `Options`, - Region: `Europe`, - Country: `Poland`, - Risk: `High`, - Sector: `Government`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-01-19`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 954 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Natural Gas`, - Spread: 0.02, - Open: 2.094, - Price: 2.11, - Buy: 2.09, - Sell: 2.09, - Change: 0.01, - ChangePercent: 0.16, - Volume: 2783, - High: 2.11, - Low: 2.09, - YearlyHigh: 3.2, - YearlyLow: 1.84, - YearlyStart: 2.52, - YearlyChange: -16.51, - Settlement: `Cash`, - Contract: `Options`, - Region: `Africa`, - Country: `Algeria`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-06-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 955 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P MID MINI`, - Spread: 0.01, - Open: 1454.3, - Price: 1469.17, - Buy: 1455.78, - Sell: 1455.79, - Change: 13.39, - ChangePercent: 0.92, - Volume: 338, - High: 1455.78, - Low: 1448, - YearlyHigh: 1527.3, - YearlyLow: 1236, - YearlyStart: 1381.65, - YearlyChange: 5.37, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Europe`, - Country: `Hungary`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-06-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 956 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Platinum`, - Spread: 0.01, - Open: 1071.6, - Price: 1056.53, - Buy: 1071.09, - Sell: 1071.1, - Change: -14.57, - ChangePercent: -1.36, - Volume: 3039, - High: 1081.2, - Low: 1070.5, - YearlyHigh: 1120.6, - YearlyLow: 812.4, - YearlyStart: 966.5, - YearlyChange: 10.82, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Asia Pacific`, - Country: `Azerbaijan`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-04-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 957 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Coal`, - Spread: 0.015, - Open: 0.4363, - Price: 0.42, - Buy: 0.44, - Sell: 0.44, - Change: 0, - ChangePercent: 0.96, - Volume: 3, - High: 0.44, - Low: 0.44, - YearlyHigh: 0.48, - YearlyLow: 0.4, - YearlyStart: 0.44, - YearlyChange: -5.33, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Middle East`, - Country: `Qatar`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-01-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 958 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `US 2Y Future`, - Spread: 0.01, - Open: 109.3984, - Price: 109.34, - Buy: 109.4, - Sell: 109.4, - Change: -0.05, - ChangePercent: -0.04, - Volume: 17742, - High: 109.41, - Low: 109.38, - YearlyHigh: 109.8, - YearlyLow: 108.62, - YearlyStart: 109.21, - YearlyChange: 0.16, - Settlement: `Credit`, - Contract: `CFD`, - Region: `North America`, - Country: `United States`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-07-16`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 959 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/CHF`, - Spread: 0.02, - Open: 1.0337, - Price: 1.06, - Buy: 1.03, - Sell: 1.03, - Change: 0.02, - ChangePercent: 1.24, - Volume: 5550, - High: 1.03, - Low: 1.03, - YearlyHigh: 1.11, - YearlyLow: 0.98, - YearlyStart: 1.04, - YearlyChange: -0.12, - Settlement: `Loan`, - Contract: `Futures`, - Region: `Europe`, - Country: `Belgium`, - Risk: `Low`, - Sector: `Government`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-03-21`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 960 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Ethanol`, - Spread: 0.01, - Open: 1.512, - Price: 2.72, - Buy: 2.75, - Sell: 2.76, - Change: -0.03, - ChangePercent: -1.24, - Volume: 14, - High: 2.75, - Low: 1.12, - YearlyHigh: 2.75, - YearlyLow: 1.12, - YearlyStart: 1.48, - YearlyChange: 86.7, - Settlement: `Cash`, - Contract: `Options`, - Region: `Europe`, - Country: `Portugal`, - Risk: `High`, - Sector: `Government`, - Currency: `USD`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-09-23`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 961 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soy Meat`, - Spread: 0.01, - Open: 342.6, - Price: 338.78, - Buy: 342.6, - Sell: 342.6, - Change: -3.84, - ChangePercent: -1.12, - Volume: 5646, - High: 345.4, - Low: 340.3, - YearlyHigh: 353.4, - YearlyLow: 261.7, - YearlyStart: 307.55, - YearlyChange: 11.4, - Settlement: `Loan`, - Contract: `Options`, - Region: `South America`, - Country: `Suriname`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `FedEx`, - Maturity: `2022-01-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 962 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Oil`, - Spread: 0.015, - Open: 45.54, - Price: 45.2, - Buy: 45.78, - Sell: 45.8, - Change: -0.59, - ChangePercent: -1.28, - Volume: 107196, - High: 45.94, - Low: 45, - YearlyHigh: 65.28, - YearlyLow: 30.79, - YearlyStart: 48.03, - YearlyChange: -4.67, - Settlement: `Credit`, - Contract: `Options`, - Region: `Africa`, - Country: `Algeria`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-04-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 963 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Palladium`, - Spread: 0.01, - Open: 600.55, - Price: 604.13, - Buy: 601, - Sell: 601.01, - Change: 3.13, - ChangePercent: 0.52, - Volume: 651, - High: 607.2, - Low: 598.4, - YearlyHigh: 690, - YearlyLow: 458.6, - YearlyStart: 574.3, - YearlyChange: 4.65, - Settlement: `Credit`, - Contract: `Options`, - Region: `Middle East`, - Country: `Israel`, - Risk: `Low`, - Sector: `Public`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-03-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 964 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `LV Cattle`, - Spread: 0.01, - Open: 120.725, - Price: 119.21, - Buy: 120.72, - Sell: 120.72, - Change: -1.5, - ChangePercent: -1.24, - Volume: 4, - High: 120.72, - Low: 120.72, - YearlyHigh: 147.98, - YearlyLow: 113.9, - YearlyStart: 130.94, - YearlyChange: -7.82, - Settlement: `Loan`, - Contract: `Options`, - Region: `North America`, - Country: `Mexico`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `High`, - Issuer: `American Airlines`, - Maturity: `2022-05-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 965 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `LV Cattle`, - Spread: 0.01, - Open: 120.725, - Price: 121.19, - Buy: 120.72, - Sell: 120.72, - Change: 0.48, - ChangePercent: 0.4, - Volume: 4, - High: 120.72, - Low: 120.72, - YearlyHigh: 147.98, - YearlyLow: 113.9, - YearlyStart: 130.94, - YearlyChange: -7.82, - Settlement: `Credit`, - Contract: `CFD`, - Region: `South America`, - Country: `Uruguay`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-09-23`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 966 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `US 30YR Future`, - Spread: 0.01, - Open: 164.875, - Price: 166.26, - Buy: 164.15, - Sell: 164.16, - Change: 2.1, - ChangePercent: 1.28, - Volume: 28012, - High: 165.25, - Low: 164.04, - YearlyHigh: 169.38, - YearlyLow: 151.47, - YearlyStart: 160.43, - YearlyChange: 2.33, - Settlement: `Loan`, - Contract: `Futures`, - Region: `Africa`, - Country: `Algeria`, - Risk: `High`, - Sector: `Private`, - Currency: `USD`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-08-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 967 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Corn`, - Spread: 0.01, - Open: 379.5, - Price: 374.79, - Buy: 379.8, - Sell: 379.81, - Change: -5.01, - ChangePercent: -1.32, - Volume: 11266, - High: 381, - Low: 377.75, - YearlyHigh: 471.25, - YearlyLow: 351.25, - YearlyStart: 411.25, - YearlyChange: -7.65, - Settlement: `Credit`, - Contract: `Swap`, - Region: `Europe`, - Country: `Bulgaria`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-04-21`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 968 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Wheat`, - Spread: 0.01, - Open: 465.5, - Price: 474.46, - Buy: 465.5, - Sell: 465.5, - Change: 8.94, - ChangePercent: 1.92, - Volume: 4318, - High: 467, - Low: 463.25, - YearlyHigh: 628.5, - YearlyLow: 449.5, - YearlyStart: 539, - YearlyChange: -13.63, - Settlement: `Loan`, - Contract: `CFD`, - Region: `Europe`, - Country: `Sweden`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-08-10`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 969 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Natural Gas`, - Spread: 0.02, - Open: 2.094, - Price: 2.09, - Buy: 2.09, - Sell: 2.09, - Change: -0.01, - ChangePercent: -0.68, - Volume: 2783, - High: 2.11, - Low: 2.09, - YearlyHigh: 3.2, - YearlyLow: 1.84, - YearlyStart: 2.52, - YearlyChange: -16.51, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Middle East`, - Country: `Qatar`, - Risk: `Low`, - Sector: `Private`, - Currency: `USD`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-03-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 970 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soy Meat`, - Spread: 0.01, - Open: 342.6, - Price: 344.95, - Buy: 342.6, - Sell: 342.6, - Change: 2.33, - ChangePercent: 0.68, - Volume: 5646, - High: 345.4, - Low: 340.3, - YearlyHigh: 353.4, - YearlyLow: 261.7, - YearlyStart: 307.55, - YearlyChange: 11.4, - Settlement: `Credit`, - Contract: `Options`, - Region: `North America`, - Country: `Canada`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-08-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 971 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Oil`, - Spread: 0.015, - Open: 45.54, - Price: 46.28, - Buy: 45.78, - Sell: 45.8, - Change: 0.49, - ChangePercent: 1.08, - Volume: 107196, - High: 45.94, - Low: 45, - YearlyHigh: 65.28, - YearlyLow: 30.79, - YearlyStart: 48.03, - YearlyChange: -4.67, - Settlement: `Credit`, - Contract: `Futures`, - Region: `Middle East`, - Country: `Qatar`, - Risk: `High`, - Sector: `Private`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-01-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 972 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/CAD`, - Spread: 0.02, - Open: 0.7744, - Price: 0.97, - Buy: 0.94, - Sell: 0.96, - Change: 0.02, - ChangePercent: 2, - Volume: 13669, - High: 0.95, - Low: 0.77, - YearlyHigh: 0.95, - YearlyLow: 0.68, - YearlyStart: 0.76, - YearlyChange: 26.43, - Settlement: `Loan`, - Contract: `CFD`, - Region: `Asia Pacific`, - Country: `Pakistan`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `High`, - Issuer: `FedEx`, - Maturity: `2022-08-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 973 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P 600 MINI`, - Spread: 0.01, - Open: 687.9, - Price: 699.71, - Buy: 687.9, - Sell: 687.9, - Change: 11.83, - ChangePercent: 1.72, - Volume: 0, - High: 0, - Low: 0, - YearlyHigh: 620.32, - YearlyLow: 595.9, - YearlyStart: 608.11, - YearlyChange: 13.12, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Middle East`, - Country: `UAE`, - Risk: `Low`, - Sector: `Government`, - Currency: `USD`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-08-20`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 974 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Uranium`, - Spread: 0.02, - Open: 27.55, - Price: 27.86, - Buy: 27.55, - Sell: 27.55, - Change: 0.28, - ChangePercent: 1, - Volume: 12, - High: 27.55, - Low: 27.55, - YearlyHigh: 29.32, - YearlyLow: 21.28, - YearlyStart: 25.3, - YearlyChange: 9.01, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Africa`, - Country: `Algeria`, - Risk: `High`, - Sector: `Private`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-09-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 975 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `US 10YR Future`, - Spread: 0.01, - Open: 130.5625, - Price: 129.49, - Buy: 130.56, - Sell: 130.56, - Change: -1.09, - ChangePercent: -0.84, - Volume: 189310, - High: 130.63, - Low: 130.44, - YearlyHigh: 132.64, - YearlyLow: 125.48, - YearlyStart: 129.06, - YearlyChange: 1.18, - Settlement: `Loan`, - Contract: `Futures`, - Region: `Middle East`, - Country: `Iraq`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-05-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 976 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Oats`, - Spread: 0.01, - Open: 194.5, - Price: 190.49, - Buy: 194.21, - Sell: 194.22, - Change: -3.73, - ChangePercent: -1.92, - Volume: 64, - High: 195.75, - Low: 194, - YearlyHigh: 241.25, - YearlyLow: 183.75, - YearlyStart: 212.5, - YearlyChange: -8.6, - Settlement: `Loan`, - Contract: `Futures`, - Region: `Asia Pacific`, - Country: `Indonesia`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-08-12`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 977 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Sugar`, - Spread: 0.01, - Open: 15.68, - Price: 14.93, - Buy: 14.67, - Sell: 14.68, - Change: 0.26, - ChangePercent: 1.72, - Volume: 4949, - High: 15.7, - Low: 14.67, - YearlyHigh: 16.87, - YearlyLow: 11.37, - YearlyStart: 14.12, - YearlyChange: 3.92, - Settlement: `Loan`, - Contract: `Futures`, - Region: `Asia Pacific`, - Country: `Australia`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-02-19`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 978 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P Future`, - Spread: 0.01, - Open: 2057.5, - Price: 2062.36, - Buy: 2056.6, - Sell: 2056.61, - Change: 5.76, - ChangePercent: 0.28, - Volume: 142780, - High: 2059.5, - Low: 2049, - YearlyHigh: 2105.5, - YearlyLow: 1794.5, - YearlyStart: 1950, - YearlyChange: 5.47, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `Asia Pacific`, - Country: `China`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-04-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 979 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P MID MINI`, - Spread: 0.01, - Open: 1454.3, - Price: 1448.21, - Buy: 1455.78, - Sell: 1455.79, - Change: -7.57, - ChangePercent: -0.52, - Volume: 338, - High: 1455.78, - Low: 1448, - YearlyHigh: 1527.3, - YearlyLow: 1236, - YearlyStart: 1381.65, - YearlyChange: 5.37, - Settlement: `Credit`, - Contract: `Forwards`, - Region: `Africa`, - Country: `Egypt`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-03-11`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 980 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Soy Meat`, - Spread: 0.01, - Open: 342.6, - Price: 342.48, - Buy: 342.6, - Sell: 342.6, - Change: -0.14, - ChangePercent: -0.04, - Volume: 5646, - High: 345.4, - Low: 340.3, - YearlyHigh: 353.4, - YearlyLow: 261.7, - YearlyStart: 307.55, - YearlyChange: 11.4, - Settlement: `Loan`, - Contract: `Forwards`, - Region: `Africa`, - Country: `South Africa`, - Risk: `Low`, - Sector: `Government`, - Currency: `USD`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-04-27`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 981 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/CAD`, - Spread: 0.02, - Open: 0.7744, - Price: 0.95, - Buy: 0.94, - Sell: 0.96, - Change: 0, - ChangePercent: -0.72, - Volume: 13669, - High: 0.95, - Low: 0.77, - YearlyHigh: 0.95, - YearlyLow: 0.68, - YearlyStart: 0.76, - YearlyChange: 26.43, - Settlement: `Loan`, - Contract: `CFD`, - Region: `Middle East`, - Country: `Bahrain`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-07-19`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 982 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Ethanol`, - Spread: 0.01, - Open: 1.512, - Price: 2.76, - Buy: 2.75, - Sell: 2.76, - Change: 0.01, - ChangePercent: 0.08, - Volume: 14, - High: 2.75, - Low: 1.12, - YearlyHigh: 2.75, - YearlyLow: 1.12, - YearlyStart: 1.48, - YearlyChange: 86.7, - Settlement: `Cash`, - Contract: `Options`, - Region: `Africa`, - Country: `Morocco`, - Risk: `High`, - Sector: `Government`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-02-24`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 983 - }), - new FinancialDataAllItem( - { - Category: `Livestock`, - Type: `FD Cattle`, - Spread: 0.01, - Open: 147.175, - Price: 148.25, - Buy: 148.6, - Sell: 148.61, - Change: -0.36, - ChangePercent: -0.24, - Volume: 5, - High: 148.61, - Low: 147.18, - YearlyHigh: 190, - YearlyLow: 138.1, - YearlyStart: 164.05, - YearlyChange: -9.41, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Middle East`, - Country: `Jordan`, - Risk: `Low`, - Sector: `Private`, - Currency: `EUR`, - Security: `High`, - Issuer: `American Airlines`, - Maturity: `2022-01-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 984 - }), - new FinancialDataAllItem( - { - Category: `Metals`, - Type: `Gold`, - Spread: 0.01, - Open: 1281.1, - Price: 1283.29, - Buy: 1280.73, - Sell: 1280.74, - Change: 2.56, - ChangePercent: 0.2, - Volume: 48387, - High: 1289.5, - Low: 1279.1, - YearlyHigh: 1306, - YearlyLow: 1047.2, - YearlyStart: 1176.6, - YearlyChange: 8.85, - Settlement: `Cash`, - Contract: `Swap`, - Region: `Europe`, - Country: `Denmark`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Delta Airlines`, - Maturity: `2022-02-22`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 985 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/CHF`, - Spread: 0.02, - Open: 1.0337, - Price: 1.04, - Buy: 1.03, - Sell: 1.03, - Change: 0, - ChangePercent: -0.28, - Volume: 5550, - High: 1.03, - Low: 1.03, - YearlyHigh: 1.11, - YearlyLow: 0.98, - YearlyStart: 1.04, - YearlyChange: -0.12, - Settlement: `Loan`, - Contract: `Futures`, - Region: `Asia Pacific`, - Country: `Thailand`, - Risk: `High`, - Sector: `Public`, - Currency: `EUR`, - Security: `Good`, - Issuer: `FedEx`, - Maturity: `2022-08-25`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 986 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Ethanol`, - Spread: 0.01, - Open: 1.512, - Price: 2.77, - Buy: 2.75, - Sell: 2.76, - Change: 0.02, - ChangePercent: 0.64, - Volume: 14, - High: 2.75, - Low: 1.12, - YearlyHigh: 2.75, - YearlyLow: 1.12, - YearlyStart: 1.48, - YearlyChange: 86.7, - Settlement: `Cash`, - Contract: `Swap`, - Region: `South America`, - Country: `Uruguay`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-06-17`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 987 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/CAD`, - Spread: 0.02, - Open: 0.7744, - Price: 0.95, - Buy: 0.94, - Sell: 0.96, - Change: 0, - ChangePercent: -0.96, - Volume: 13669, - High: 0.95, - Low: 0.77, - YearlyHigh: 0.95, - YearlyLow: 0.68, - YearlyStart: 0.76, - YearlyChange: 26.43, - Settlement: `Credit`, - Contract: `Options`, - Region: `Asia Pacific`, - Country: `Malaysia`, - Risk: `High`, - Sector: `Government`, - Currency: `USD`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-05-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 988 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/CHF`, - Spread: 0.02, - Open: 1.0337, - Price: 1.03, - Buy: 1.03, - Sell: 1.03, - Change: -0.01, - ChangePercent: -1.68, - Volume: 5550, - High: 1.03, - Low: 1.03, - YearlyHigh: 1.11, - YearlyLow: 0.98, - YearlyStart: 1.04, - YearlyChange: -0.12, - Settlement: `Loan`, - Contract: `Swap`, - Region: `Africa`, - Country: `Senegal`, - Risk: `High`, - Sector: `Public`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-07-15`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 989 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Uranium`, - Spread: 0.02, - Open: 27.55, - Price: 27.48, - Buy: 27.55, - Sell: 27.55, - Change: -0.1, - ChangePercent: -0.36, - Volume: 12, - High: 27.55, - Low: 27.55, - YearlyHigh: 29.32, - YearlyLow: 21.28, - YearlyStart: 25.3, - YearlyChange: 9.01, - Settlement: `Credit`, - Contract: `CFD`, - Region: `North America`, - Country: `Canada`, - Risk: `High`, - Sector: `Private`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-07-26`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 990 - }), - new FinancialDataAllItem( - { - Category: `Index`, - Type: `S&P Future`, - Spread: 0.01, - Open: 2057.5, - Price: 2075.52, - Buy: 2056.6, - Sell: 2056.61, - Change: 18.92, - ChangePercent: 0.92, - Volume: 142780, - High: 2059.5, - Low: 2049, - YearlyHigh: 2105.5, - YearlyLow: 1794.5, - YearlyStart: 1950, - YearlyChange: 5.47, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Asia Pacific`, - Country: `Afghanistan`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Southwest`, - Maturity: `2022-06-22`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 991 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `Euro$ 3M`, - Spread: 0.01, - Open: 99.18, - Price: 98.42, - Buy: 99.18, - Sell: 99.18, - Change: -0.75, - ChangePercent: -0.76, - Volume: 29509, - High: 99.18, - Low: 99.17, - YearlyHigh: 99.38, - YearlyLow: 98.41, - YearlyStart: 98.89, - YearlyChange: 0.28, - Settlement: `Loan`, - Contract: `Options`, - Region: `Europe`, - Country: `Slovenia`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `High`, - Issuer: `Delta Airlines`, - Maturity: `2022-08-22`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 992 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Lumber`, - Spread: 0.01, - Open: 303.9, - Price: 310.2, - Buy: 304.59, - Sell: 304.6, - Change: 5.6, - ChangePercent: 1.84, - Volume: 2, - High: 304.6, - Low: 303.9, - YearlyHigh: 317.1, - YearlyLow: 236, - YearlyStart: 276.55, - YearlyChange: 10.14, - Settlement: `Loan`, - Contract: `CFD`, - Region: `Africa`, - Country: `Morocco`, - Risk: `Low`, - Sector: `Government`, - Currency: `PLN`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-05-13`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 993 - }), - new FinancialDataAllItem( - { - Category: `Agriculture`, - Type: `Lumber`, - Spread: 0.01, - Open: 303.9, - Price: 300.21, - Buy: 304.59, - Sell: 304.6, - Change: -4.39, - ChangePercent: -1.44, - Volume: 2, - High: 304.6, - Low: 303.9, - YearlyHigh: 317.1, - YearlyLow: 236, - YearlyStart: 276.55, - YearlyChange: 10.14, - Settlement: `Credit`, - Contract: `Options`, - Region: `Europe`, - Country: `Slovakia`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-05-16`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 994 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `BTC/USD`, - Spread: 0.06, - Open: 93.88, - Price: 21093.18, - Buy: 21200.76, - Sell: 21400.78, - Change: 92.41, - ChangePercent: 0.44, - Volume: 5788000, - High: 22400.05, - Low: 20100.75, - YearlyHigh: 62400.7, - YearlyLow: 15100.88, - YearlyStart: 21200.29, - YearlyChange: -20.62, - Settlement: `Credit`, - Contract: `CFD`, - Region: `Middle East`, - Country: `Turkey`, - Risk: `High`, - Sector: `Government`, - Currency: `EUR`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-03-16`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 995 - }), - new FinancialDataAllItem( - { - Category: `Interest Rate`, - Type: `Euro$ 3M`, - Spread: 0.01, - Open: 99.18, - Price: 100.64, - Buy: 99.18, - Sell: 99.18, - Change: 1.47, - ChangePercent: 1.48, - Volume: 29509, - High: 99.18, - Low: 99.17, - YearlyHigh: 99.38, - YearlyLow: 98.41, - YearlyStart: 98.89, - YearlyChange: 0.28, - Settlement: `Cash`, - Contract: `Forwards`, - Region: `Europe`, - Country: `Italy`, - Risk: `High`, - Sector: `Private`, - Currency: `PLN`, - Security: `Good`, - Issuer: `Delta Airlines`, - Maturity: `2022-09-14`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 996 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Uranium`, - Spread: 0.02, - Open: 27.55, - Price: 27.65, - Buy: 27.55, - Sell: 27.55, - Change: 0.07, - ChangePercent: 0.24, - Volume: 12, - High: 27.55, - Low: 27.55, - YearlyHigh: 29.32, - YearlyLow: 21.28, - YearlyStart: 25.3, - YearlyChange: 9.01, - Settlement: `Loan`, - Contract: `Futures`, - Region: `Middle East`, - Country: `Lebanon`, - Risk: `Low`, - Sector: `Private`, - Currency: `PLN`, - Security: `Good`, - Issuer: `American Airlines`, - Maturity: `2022-04-27`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 997 - }), - new FinancialDataAllItem( - { - Category: `Currencies`, - Type: `USD/JPY`, - Spread: 0.02, - Open: 9275.5, - Price: 9102.92, - Buy: 9277.32, - Sell: 9277.34, - Change: -174.41, - ChangePercent: -1.88, - Volume: 47734, - High: 9277.33, - Low: 0.93, - YearlyHigh: 9483, - YearlyLow: 0.93, - YearlyStart: 4741.97, - YearlyChange: 95.64, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Europe`, - Country: `Poland`, - Risk: `High`, - Sector: `Private`, - Currency: `EUR`, - Security: `High`, - Issuer: `Southwest`, - Maturity: `2022-07-11`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 998 - }), - new FinancialDataAllItem( - { - Category: `Fuel`, - Type: `Natural Gas`, - Spread: 0.02, - Open: 2.094, - Price: 2.09, - Buy: 2.09, - Sell: 2.09, - Change: -0.01, - ChangePercent: -0.76, - Volume: 2783, - High: 2.11, - Low: 2.09, - YearlyHigh: 3.2, - YearlyLow: 1.84, - YearlyStart: 2.52, - YearlyChange: -16.51, - Settlement: `Cash`, - Contract: `Futures`, - Region: `Europe`, - Country: `Hungary`, - Risk: `Low`, - Sector: `Public`, - Currency: `PLN`, - Security: `Poor`, - Issuer: `Southwest`, - Maturity: `2022-08-18`, - IndGroup: `Airlines`, - IndSector: `Consumer, Cyclical`, - IndCategory: `Airlines`, - CUSIP: `1765866`, - Cpn: `7.875`, - KRD_3YR: 6E-05, - ZV_SPREAD: 28.302, - KRD_5YR: 0, - KRD_1YR: -0.00187, - ID: 999 - }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Ethanol`, Spread: 0.01, Open: 1.512, Price: 2.76, Buy: 2.75, Sell: 2.76, Change: 0.01, ChangePercent: 0.2, Volume: 14, High: 2.75, Low: 1.12, YearlyHigh: 2.75, YearlyLow: 1.12, YearlyStart: 1.48, YearlyChange: 86.7, Settlement: `Cash`, Contract: `CFD`, Region: `Middle East`, Country: `Saudi Arabia`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-02-11`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 0 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Natural Gas`, Spread: 0.02, Open: 2.094, Price: 2.07, Buy: 2.09, Sell: 2.09, Change: -0.03, ChangePercent: -1.8, Volume: 2783, High: 2.11, Low: 2.09, YearlyHigh: 3.2, YearlyLow: 1.84, YearlyStart: 2.52, YearlyChange: -16.51, Settlement: `Credit`, Contract: `Options`, Region: `Middle East`, Country: `Saudi Arabia`, Risk: `High`, Sector: `Public`, Currency: `PLN`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-02-22`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 1 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Cotton`, Spread: 0.01, Open: 61.77, Price: 62.9, Buy: 61.77, Sell: 61.77, Change: 1.14, ChangePercent: 1.84, Volume: 3612, High: 62.06, Low: 61.32, YearlyHigh: 67.59, YearlyLow: 54.33, YearlyStart: 60.96, YearlyChange: 1.31, Settlement: `Cash`, Contract: `Options`, Region: `North America`, Country: `United States`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-05-23`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 2 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `FD Cattle`, Spread: 0.01, Open: 147.175, Price: 150.57, Buy: 148.6, Sell: 148.61, Change: 1.96, ChangePercent: 1.32, Volume: 5, High: 148.61, Low: 147.18, YearlyHigh: 190, YearlyLow: 138.1, YearlyStart: 164.05, YearlyChange: -9.41, Settlement: `Loan`, Contract: `Futures`, Region: `Africa`, Country: `South Africa`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-09-19`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 3 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Wheat`, Spread: 0.01, Open: 465.5, Price: 465.89, Buy: 465.5, Sell: 465.5, Change: 0.37, ChangePercent: 0.08, Volume: 4318, High: 467, Low: 463.25, YearlyHigh: 628.5, YearlyLow: 449.5, YearlyStart: 539, YearlyChange: -13.63, Settlement: `Cash`, Contract: `Futures`, Region: `Europe`, Country: `Slovenia`, Risk: `High`, Sector: `Government`, Currency: `PLN`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-04-19`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 4 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Milk`, Spread: 0.01, Open: 12.87, Price: 12.78, Buy: 12.87, Sell: 12.87, Change: -0.08, ChangePercent: -0.64, Volume: 7, High: 12.89, Low: 12.81, YearlyHigh: 16.96, YearlyLow: 12.81, YearlyStart: 14.88, YearlyChange: -13.6, Settlement: `Cash`, Contract: `CFD`, Region: `Africa`, Country: `Nigeria`, Risk: `High`, Sector: `Public`, Currency: `USD`, Security: `High`, Issuer: `American Airlines`, Maturity: `2022-06-23`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 5 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Oil`, Spread: 0.015, Open: 45.54, Price: 45.79, Buy: 45.78, Sell: 45.8, Change: 0, ChangePercent: 0, Volume: 107196, High: 45.94, Low: 45, YearlyHigh: 65.28, YearlyLow: 30.79, YearlyStart: 48.03, YearlyChange: -4.67, Settlement: `Loan`, Contract: `Futures`, Region: `Europe`, Country: `Iceland`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `FedEx`, Maturity: `2022-05-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 6 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P MID MINI`, Spread: 0.01, Open: 1454.3, Price: 1430.74, Buy: 1455.78, Sell: 1455.79, Change: -25.04, ChangePercent: -1.72, Volume: 338, High: 1455.78, Low: 1448, YearlyHigh: 1527.3, YearlyLow: 1236, YearlyStart: 1381.65, YearlyChange: 5.37, Settlement: `Cash`, Contract: `Options`, Region: `Asia Pacific`, Country: `China`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-07-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 7 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `Lean Hogs`, Spread: 0.01, Open: 81.275, Price: 80.54, Buy: 81.81, Sell: 81.82, Change: -1.27, ChangePercent: -1.56, Volume: 1, High: 81.81, Low: 81.28, YearlyHigh: 83.98, YearlyLow: 70.25, YearlyStart: 77.11, YearlyChange: 6.09, Settlement: `Cash`, Contract: `Futures`, Region: `Asia Pacific`, Country: `India`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-09-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 8 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `US 30YR Future`, Spread: 0.01, Open: 164.875, Price: 163.44, Buy: 164.15, Sell: 164.16, Change: -0.72, ChangePercent: -0.44, Volume: 28012, High: 165.25, Low: 164.04, YearlyHigh: 169.38, YearlyLow: 151.47, YearlyStart: 160.43, YearlyChange: 2.33, Settlement: `Credit`, Contract: `Swap`, Region: `Europe`, Country: `Netherlands`, Risk: `High`, Sector: `Government`, Currency: `USD`, Security: `Poor`, Issuer: `American Airlines`, Maturity: `2022-09-23`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 9 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Lumber`, Spread: 0.01, Open: 303.9, Price: 304.48, Buy: 304.59, Sell: 304.6, Change: -0.12, ChangePercent: -0.04, Volume: 2, High: 304.6, Low: 303.9, YearlyHigh: 317.1, YearlyLow: 236, YearlyStart: 276.55, YearlyChange: 10.14, Settlement: `Loan`, Contract: `Futures`, Region: `Africa`, Country: `Ethiopia`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-07-16`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 10 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Wheat`, Spread: 0.01, Open: 465.5, Price: 470.73, Buy: 465.5, Sell: 465.5, Change: 5.21, ChangePercent: 1.12, Volume: 4318, High: 467, Low: 463.25, YearlyHigh: 628.5, YearlyLow: 449.5, YearlyStart: 539, YearlyChange: -13.63, Settlement: `Cash`, Contract: `Swap`, Region: `Africa`, Country: `Cameroon`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `Poor`, Issuer: `FedEx`, Maturity: `2022-04-19`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 11 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `US 30YR Future`, Spread: 0.01, Open: 164.875, Price: 163.44, Buy: 164.15, Sell: 164.16, Change: -0.72, ChangePercent: -0.44, Volume: 28012, High: 165.25, Low: 164.04, YearlyHigh: 169.38, YearlyLow: 151.47, YearlyStart: 160.43, YearlyChange: 2.33, Settlement: `Loan`, Contract: `Futures`, Region: `Africa`, Country: `Egypt`, Risk: `Low`, Sector: `Public`, Currency: `EUR`, Security: `High`, Issuer: `American Airlines`, Maturity: `2022-08-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 12 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Platinum`, Spread: 0.01, Open: 1071.6, Price: 1050.53, Buy: 1071.09, Sell: 1071.1, Change: -20.57, ChangePercent: -1.92, Volume: 3039, High: 1081.2, Low: 1070.5, YearlyHigh: 1120.6, YearlyLow: 812.4, YearlyStart: 966.5, YearlyChange: 10.82, Settlement: `Cash`, Contract: `Options`, Region: `Africa`, Country: `South Africa`, Risk: `Low`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-02-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 13 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `GBP/USD`, Spread: 0.02, Open: 1.4464, Price: 1.18, Buy: 1.18, Sell: 1.2, Change: -0.01, ChangePercent: -0.8, Volume: 29450, High: 1.45, Low: 1.19, YearlyHigh: 1.59, YearlyLow: 1.19, YearlyStart: 1.49, YearlyChange: -19.59, Settlement: `Cash`, Contract: `Options`, Region: `Africa`, Country: `Nigeria`, Risk: `Low`, Sector: `Government`, Currency: `PLN`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-04-11`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 14 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Silver`, Spread: 0.01, Open: 17.43, Price: 17.77, Buy: 17.43, Sell: 17.43, Change: 0.35, ChangePercent: 2, Volume: 11720, High: 17.51, Low: 17.37, YearlyHigh: 18.06, YearlyLow: 13.73, YearlyStart: 15.89, YearlyChange: 9.59, Settlement: `Cash`, Contract: `Options`, Region: `Europe`, Country: `Netherlands`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-05-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 15 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Oil`, Spread: 0.015, Open: 45.54, Price: 44.93, Buy: 45.78, Sell: 45.8, Change: -0.86, ChangePercent: -1.88, Volume: 107196, High: 45.94, Low: 45, YearlyHigh: 65.28, YearlyLow: 30.79, YearlyStart: 48.03, YearlyChange: -4.67, Settlement: `Cash`, Contract: `Options`, Region: `South America`, Country: `Bolivia`, Risk: `Low`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-03-16`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 16 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `BTC/USD`, Spread: 0.06, Open: 93.88, Price: 21370.39, Buy: 21200.76, Sell: 21400.78, Change: 369.62, ChangePercent: 1.76, Volume: 5788000, High: 22400.05, Low: 20100.75, YearlyHigh: 62400.7, YearlyLow: 15100.88, YearlyStart: 21200.29, YearlyChange: -20.62, Settlement: `Credit`, Contract: `Forwards`, Region: `Middle East`, Country: `Iran`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-04-11`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 17 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Silver`, Spread: 0.01, Open: 17.43, Price: 17.62, Buy: 17.43, Sell: 17.43, Change: 0.2, ChangePercent: 1.16, Volume: 11720, High: 17.51, Low: 17.37, YearlyHigh: 18.06, YearlyLow: 13.73, YearlyStart: 15.89, YearlyChange: 9.59, Settlement: `Credit`, Contract: `Options`, Region: `Asia Pacific`, Country: `Taiwan`, Risk: `Low`, Sector: `Public`, Currency: `USD`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-04-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 18 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soy Meat`, Spread: 0.01, Open: 342.6, Price: 348.38, Buy: 342.6, Sell: 342.6, Change: 5.76, ChangePercent: 1.68, Volume: 5646, High: 345.4, Low: 340.3, YearlyHigh: 353.4, YearlyLow: 261.7, YearlyStart: 307.55, YearlyChange: 11.4, Settlement: `Credit`, Contract: `CFD`, Region: `Middle East`, Country: `UAE`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-06-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 19 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `AUD/USD`, Spread: 0.02, Open: 0.7344, Price: 0.74, Buy: 0.73, Sell: 0.73, Change: 0, ChangePercent: -1.2, Volume: 36764, High: 0.74, Low: 0.73, YearlyHigh: 0.79, YearlyLow: 0.68, YearlyStart: 0.73, YearlyChange: 1.28, Settlement: `Cash`, Contract: `Swap`, Region: `Middle East`, Country: `UAE`, Risk: `Low`, Sector: `Government`, Currency: `USD`, Security: `High`, Issuer: `American Airlines`, Maturity: `2022-07-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 20 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Coal`, Spread: 0.015, Open: 0.4363, Price: 0.41, Buy: 0.44, Sell: 0.44, Change: -0.01, ChangePercent: -1.2, Volume: 3, High: 0.44, Low: 0.44, YearlyHigh: 0.48, YearlyLow: 0.4, YearlyStart: 0.44, YearlyChange: -5.33, Settlement: `Loan`, Contract: `Swap`, Region: `Europe`, Country: `Germany`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-03-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 21 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `OJ Future`, Spread: 0.01, Open: 140.6, Price: 142.94, Buy: 140.18, Sell: 140.19, Change: 2.75, ChangePercent: 1.96, Volume: 7, High: 140.19, Low: 0, YearlyHigh: 155.95, YearlyLow: 113, YearlyStart: 134.47, YearlyChange: 4.25, Settlement: `Loan`, Contract: `Swap`, Region: `Europe`, Country: `Slovenia`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-05-23`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 22 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Wheat`, Spread: 0.01, Open: 465.5, Price: 462.54, Buy: 465.5, Sell: 465.5, Change: -2.98, ChangePercent: -0.64, Volume: 4318, High: 467, Low: 463.25, YearlyHigh: 628.5, YearlyLow: 449.5, YearlyStart: 539, YearlyChange: -13.63, Settlement: `Cash`, Contract: `Futures`, Region: `Asia Pacific`, Country: `Thailand`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-08-16`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 23 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Copper`, Spread: 0.02, Open: 2.123, Price: 2.14, Buy: 2.12, Sell: 2.12, Change: 0.03, ChangePercent: 1.24, Volume: 28819, High: 2.16, Low: 2.11, YearlyHigh: 2.94, YearlyLow: 1.96, YearlyStart: 2.45, YearlyChange: -13.76, Settlement: `Credit`, Contract: `CFD`, Region: `Middle East`, Country: `UAE`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `Poor`, Issuer: `American Airlines`, Maturity: `2022-01-22`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 24 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soy oil`, Spread: 0.01, Open: 33.26, Price: 33.99, Buy: 33.77, Sell: 33.78, Change: 0.22, ChangePercent: 0.64, Volume: 10592, High: 33.77, Low: 33.06, YearlyHigh: 35.43, YearlyLow: 26.61, YearlyStart: 31.02, YearlyChange: 8.87, Settlement: `Credit`, Contract: `Options`, Region: `Africa`, Country: `Cameroon`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-07-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 25 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Coal`, Spread: 0.015, Open: 0.4363, Price: 0.42, Buy: 0.44, Sell: 0.44, Change: 0, ChangePercent: 1, Volume: 3, High: 0.44, Low: 0.44, YearlyHigh: 0.48, YearlyLow: 0.4, YearlyStart: 0.44, YearlyChange: -5.33, Settlement: `Credit`, Contract: `Forwards`, Region: `Africa`, Country: `Tunisia`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-01-23`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 26 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `Euro$ 3M`, Spread: 0.01, Open: 99.18, Price: 100.8, Buy: 99.18, Sell: 99.18, Change: 1.63, ChangePercent: 1.64, Volume: 29509, High: 99.18, Low: 99.17, YearlyHigh: 99.38, YearlyLow: 98.41, YearlyStart: 98.89, YearlyChange: 0.28, Settlement: `Cash`, Contract: `Futures`, Region: `Middle East`, Country: `Israel`, Risk: `Low`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-07-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 27 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Milk`, Spread: 0.01, Open: 12.87, Price: 12.84, Buy: 12.87, Sell: 12.87, Change: -0.02, ChangePercent: -0.12, Volume: 7, High: 12.89, Low: 12.81, YearlyHigh: 16.96, YearlyLow: 12.81, YearlyStart: 14.88, YearlyChange: -13.6, Settlement: `Credit`, Contract: `Futures`, Region: `Africa`, Country: `South Africa`, Risk: `Low`, Sector: `Public`, Currency: `EUR`, Security: `High`, Issuer: `FedEx`, Maturity: `2022-08-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 28 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/JPY`, Spread: 0.02, Open: 9275.5, Price: 9162.3, Buy: 9277.32, Sell: 9277.34, Change: -115.03, ChangePercent: -1.24, Volume: 47734, High: 9277.33, Low: 0.93, YearlyHigh: 9483, YearlyLow: 0.93, YearlyStart: 4741.97, YearlyChange: 95.64, Settlement: `Cash`, Contract: `Swap`, Region: `North America`, Country: `Mexico`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-02-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 29 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Uranium`, Spread: 0.02, Open: 27.55, Price: 27.56, Buy: 27.55, Sell: 27.55, Change: -0.02, ChangePercent: -0.08, Volume: 12, High: 27.55, Low: 27.55, YearlyHigh: 29.32, YearlyLow: 21.28, YearlyStart: 25.3, YearlyChange: 9.01, Settlement: `Credit`, Contract: `Forwards`, Region: `Asia Pacific`, Country: `Taiwan`, Risk: `Low`, Sector: `Public`, Currency: `USD`, Security: `High`, Issuer: `FedEx`, Maturity: `2022-09-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 30 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `US 10YR Future`, Spread: 0.01, Open: 130.5625, Price: 131.78, Buy: 130.56, Sell: 130.56, Change: 1.2, ChangePercent: 0.92, Volume: 189310, High: 130.63, Low: 130.44, YearlyHigh: 132.64, YearlyLow: 125.48, YearlyStart: 129.06, YearlyChange: 1.18, Settlement: `Loan`, Contract: `Futures`, Region: `Asia Pacific`, Country: `India`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-01-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 31 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Uranium`, Spread: 0.02, Open: 27.55, Price: 27.6, Buy: 27.55, Sell: 27.55, Change: 0.02, ChangePercent: 0.08, Volume: 12, High: 27.55, Low: 27.55, YearlyHigh: 29.32, YearlyLow: 21.28, YearlyStart: 25.3, YearlyChange: 9.01, Settlement: `Loan`, Contract: `CFD`, Region: `Middle East`, Country: `Syria`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-03-24`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 32 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P MID MINI`, Spread: 0.01, Open: 1454.3, Price: 1472.09, Buy: 1455.78, Sell: 1455.79, Change: 16.31, ChangePercent: 1.12, Volume: 338, High: 1455.78, Low: 1448, YearlyHigh: 1527.3, YearlyLow: 1236, YearlyStart: 1381.65, YearlyChange: 5.37, Settlement: `Cash`, Contract: `Futures`, Region: `Asia Pacific`, Country: `Indonesia`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-07-11`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 33 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/JPY`, Spread: 0.02, Open: 9275.5, Price: 9236.51, Buy: 9277.32, Sell: 9277.34, Change: -40.82, ChangePercent: -0.44, Volume: 47734, High: 9277.33, Low: 0.93, YearlyHigh: 9483, YearlyLow: 0.93, YearlyStart: 4741.97, YearlyChange: 95.64, Settlement: `Credit`, Contract: `Options`, Region: `Asia Pacific`, Country: `Australia`, Risk: `Low`, Sector: `Public`, Currency: `PLN`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-02-19`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 34 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Diesel`, Spread: 0.015, Open: 1.3474, Price: 1.37, Buy: 1.35, Sell: 1.35, Change: 0.01, ChangePercent: 1.24, Volume: 2971, High: 1.36, Low: 1.34, YearlyHigh: 2.11, YearlyLow: 0.92, YearlyStart: 1.51, YearlyChange: -10.4, Settlement: `Cash`, Contract: `Swap`, Region: `Europe`, Country: `Norway`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `High`, Issuer: `FedEx`, Maturity: `2022-07-19`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 35 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `LV Cattle`, Spread: 0.01, Open: 120.725, Price: 121.82, Buy: 120.72, Sell: 120.72, Change: 1.11, ChangePercent: 0.92, Volume: 4, High: 120.72, Low: 120.72, YearlyHigh: 147.98, YearlyLow: 113.9, YearlyStart: 130.94, YearlyChange: -7.82, Settlement: `Loan`, Contract: `Forwards`, Region: `North America`, Country: `United States`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-06-19`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 36 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/CHF`, Spread: 0.02, Open: 1.0337, Price: 1.06, Buy: 1.03, Sell: 1.03, Change: 0.02, ChangePercent: 1.6, Volume: 5550, High: 1.03, Low: 1.03, YearlyHigh: 1.11, YearlyLow: 0.98, YearlyStart: 1.04, YearlyChange: -0.12, Settlement: `Credit`, Contract: `Options`, Region: `Asia Pacific`, Country: `Australia`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-03-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 37 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `US 2Y Future`, Spread: 0.01, Open: 109.3984, Price: 111.18, Buy: 109.4, Sell: 109.4, Change: 1.79, ChangePercent: 1.64, Volume: 17742, High: 109.41, Low: 109.38, YearlyHigh: 109.8, YearlyLow: 108.62, YearlyStart: 109.21, YearlyChange: 0.16, Settlement: `Cash`, Contract: `CFD`, Region: `Asia Pacific`, Country: `Thailand`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-03-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 38 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P Future`, Spread: 0.01, Open: 2057.5, Price: 2021.23, Buy: 2056.6, Sell: 2056.61, Change: -35.37, ChangePercent: -1.72, Volume: 142780, High: 2059.5, Low: 2049, YearlyHigh: 2105.5, YearlyLow: 1794.5, YearlyStart: 1950, YearlyChange: 5.47, Settlement: `Loan`, Contract: `CFD`, Region: `Asia Pacific`, Country: `China`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-02-23`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 39 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `BTC/USD`, Spread: 0.06, Open: 93.88, Price: 21395.59, Buy: 21200.76, Sell: 21400.78, Change: 394.82, ChangePercent: 1.88, Volume: 5788000, High: 22400.05, Low: 20100.75, YearlyHigh: 62400.7, YearlyLow: 15100.88, YearlyStart: 21200.29, YearlyChange: -20.62, Settlement: `Loan`, Contract: `CFD`, Region: `South America`, Country: `Venezuela`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-05-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 40 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/CAD`, Spread: 0.02, Open: 0.7744, Price: 0.96, Buy: 0.94, Sell: 0.96, Change: 0.01, ChangePercent: 0.92, Volume: 13669, High: 0.95, Low: 0.77, YearlyHigh: 0.95, YearlyLow: 0.68, YearlyStart: 0.76, YearlyChange: 26.43, Settlement: `Loan`, Contract: `Forwards`, Region: `Africa`, Country: `Morocco`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-01-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 41 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soybean`, Spread: 0.01, Open: 1038, Price: 1049, Buy: 1038.61, Sell: 1038.62, Change: 10.38, ChangePercent: 1, Volume: 20356, High: 1044, Low: 1031.75, YearlyHigh: 1057, YearlyLow: 859.5, YearlyStart: 958.25, YearlyChange: 8.39, Settlement: `Loan`, Contract: `Swap`, Region: `Asia Pacific`, Country: `Korea`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-04-11`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 42 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Oats`, Spread: 0.01, Open: 194.5, Price: 197.4, Buy: 194.21, Sell: 194.22, Change: 3.18, ChangePercent: 1.64, Volume: 64, High: 195.75, Low: 194, YearlyHigh: 241.25, YearlyLow: 183.75, YearlyStart: 212.5, YearlyChange: -8.6, Settlement: `Credit`, Contract: `Swap`, Region: `South America`, Country: `Guyana`, Risk: `Low`, Sector: `Public`, Currency: `USD`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-03-16`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 43 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Oil`, Spread: 0.015, Open: 45.54, Price: 45.57, Buy: 45.78, Sell: 45.8, Change: -0.22, ChangePercent: -0.48, Volume: 107196, High: 45.94, Low: 45, YearlyHigh: 65.28, YearlyLow: 30.79, YearlyStart: 48.03, YearlyChange: -4.67, Settlement: `Cash`, Contract: `Options`, Region: `Middle East`, Country: `Syria`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `High`, Issuer: `American Airlines`, Maturity: `2022-05-23`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 44 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Uranium`, Spread: 0.02, Open: 27.55, Price: 27.51, Buy: 27.55, Sell: 27.55, Change: -0.07, ChangePercent: -0.24, Volume: 12, High: 27.55, Low: 27.55, YearlyHigh: 29.32, YearlyLow: 21.28, YearlyStart: 25.3, YearlyChange: 9.01, Settlement: `Cash`, Contract: `Options`, Region: `Europe`, Country: `Slovakia`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-09-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 45 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/CAD`, Spread: 0.02, Open: 0.7744, Price: 0.94, Buy: 0.94, Sell: 0.96, Change: -0.01, ChangePercent: -1.84, Volume: 13669, High: 0.95, Low: 0.77, YearlyHigh: 0.95, YearlyLow: 0.68, YearlyStart: 0.76, YearlyChange: 26.43, Settlement: `Credit`, Contract: `Options`, Region: `Asia Pacific`, Country: `Australia`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-03-27`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 46 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Ethanol`, Spread: 0.01, Open: 1.512, Price: 2.76, Buy: 2.75, Sell: 2.76, Change: 0.01, ChangePercent: 0.12, Volume: 14, High: 2.75, Low: 1.12, YearlyHigh: 2.75, YearlyLow: 1.12, YearlyStart: 1.48, YearlyChange: 86.7, Settlement: `Cash`, Contract: `Futures`, Region: `Africa`, Country: `Cameroon`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-06-21`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 47 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Uranium`, Spread: 0.02, Open: 27.55, Price: 27.72, Buy: 27.55, Sell: 27.55, Change: 0.14, ChangePercent: 0.52, Volume: 12, High: 27.55, Low: 27.55, YearlyHigh: 29.32, YearlyLow: 21.28, YearlyStart: 25.3, YearlyChange: 9.01, Settlement: `Cash`, Contract: `CFD`, Region: `North America`, Country: `United States`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-03-24`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 48 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Cotton`, Spread: 0.01, Open: 61.77, Price: 60.75, Buy: 61.77, Sell: 61.77, Change: -1.01, ChangePercent: -1.64, Volume: 3612, High: 62.06, Low: 61.32, YearlyHigh: 67.59, YearlyLow: 54.33, YearlyStart: 60.96, YearlyChange: 1.31, Settlement: `Cash`, Contract: `Options`, Region: `Africa`, Country: `Cameroon`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-05-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 49 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Uranium`, Spread: 0.02, Open: 27.55, Price: 27.87, Buy: 27.55, Sell: 27.55, Change: 0.29, ChangePercent: 1.04, Volume: 12, High: 27.55, Low: 27.55, YearlyHigh: 29.32, YearlyLow: 21.28, YearlyStart: 25.3, YearlyChange: 9.01, Settlement: `Credit`, Contract: `Swap`, Region: `Middle East`, Country: `Syria`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `High`, Issuer: `American Airlines`, Maturity: `2022-09-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 50 }), + new FinancialDataAllItem({ Category: `Index`, Type: `DOW Future`, Spread: 0.01, Open: 17711, Price: 17747.58, Buy: 17712.15, Sell: 17712.16, Change: 35.43, ChangePercent: 0.2, Volume: 22236, High: 17727, Low: 17642, YearlyHigh: 18083, YearlyLow: 15299, YearlyStart: 16691, YearlyChange: 6.12, Settlement: `Loan`, Contract: `Swap`, Region: `Asia Pacific`, Country: `Pakistan`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-04-11`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 51 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `BTC/USD`, Spread: 0.06, Open: 93.88, Price: 20589.16, Buy: 21200.76, Sell: 21400.78, Change: -411.61, ChangePercent: -1.96, Volume: 5788000, High: 22400.05, Low: 20100.75, YearlyHigh: 62400.7, YearlyLow: 15100.88, YearlyStart: 21200.29, YearlyChange: -20.62, Settlement: `Cash`, Contract: `Futures`, Region: `Europe`, Country: `Russia`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-02-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 52 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Rice`, Spread: 0.01, Open: 11.245, Price: 10.32, Buy: 10.41, Sell: 10.42, Change: -0.1, ChangePercent: -0.92, Volume: 220, High: 11.38, Low: 10.42, YearlyHigh: 14.14, YearlyLow: 9.7, YearlyStart: 11.92, YearlyChange: -12.62, Settlement: `Cash`, Contract: `Futures`, Region: `South America`, Country: `Ecuador`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-09-19`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 53 }), + new FinancialDataAllItem({ Category: `Index`, Type: `NAS Future`, Spread: 0.01, Open: 4341.25, Price: 4297.87, Buy: 4341.25, Sell: 4341.25, Change: -43.41, ChangePercent: -1, Volume: 18259, High: 4347, Low: 4318, YearlyHigh: 4719.75, YearlyLow: 3867.75, YearlyStart: 4293.75, YearlyChange: 1.11, Settlement: `Cash`, Contract: `Options`, Region: `Middle East`, Country: `Jordan`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-02-24`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 54 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Corn`, Spread: 0.01, Open: 379.5, Price: 374.79, Buy: 379.8, Sell: 379.81, Change: -5.01, ChangePercent: -1.32, Volume: 11266, High: 381, Low: 377.75, YearlyHigh: 471.25, YearlyLow: 351.25, YearlyStart: 411.25, YearlyChange: -7.65, Settlement: `Loan`, Contract: `Swap`, Region: `South America`, Country: `Chile`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-08-11`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 55 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Coal`, Spread: 0.015, Open: 0.4363, Price: 0.41, Buy: 0.44, Sell: 0.44, Change: -0.01, ChangePercent: -1.64, Volume: 3, High: 0.44, Low: 0.44, YearlyHigh: 0.48, YearlyLow: 0.4, YearlyStart: 0.44, YearlyChange: -5.33, Settlement: `Cash`, Contract: `Futures`, Region: `Europe`, Country: `Hungary`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-07-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 56 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `OJ Future`, Spread: 0.01, Open: 140.6, Price: 140.41, Buy: 140.18, Sell: 140.19, Change: 0.22, ChangePercent: 0.16, Volume: 7, High: 140.19, Low: 0, YearlyHigh: 155.95, YearlyLow: 113, YearlyStart: 134.47, YearlyChange: 4.25, Settlement: `Loan`, Contract: `Futures`, Region: `Europe`, Country: `Spain`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-07-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 57 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `Lean Hogs`, Spread: 0.01, Open: 81.275, Price: 81.68, Buy: 81.81, Sell: 81.82, Change: -0.13, ChangePercent: -0.16, Volume: 1, High: 81.81, Low: 81.28, YearlyHigh: 83.98, YearlyLow: 70.25, YearlyStart: 77.11, YearlyChange: 6.09, Settlement: `Credit`, Contract: `Options`, Region: `South America`, Country: `Guyana`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-05-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 58 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `BTC/USD`, Spread: 0.06, Open: 93.88, Price: 21126.78, Buy: 21200.76, Sell: 21400.78, Change: 126.01, ChangePercent: 0.6, Volume: 5788000, High: 22400.05, Low: 20100.75, YearlyHigh: 62400.7, YearlyLow: 15100.88, YearlyStart: 21200.29, YearlyChange: -20.62, Settlement: `Cash`, Contract: `Options`, Region: `Africa`, Country: `Tunisia`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `High`, Issuer: `FedEx`, Maturity: `2022-08-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 59 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Platinum`, Spread: 0.01, Open: 1071.6, Price: 1055.68, Buy: 1071.09, Sell: 1071.1, Change: -15.42, ChangePercent: -1.44, Volume: 3039, High: 1081.2, Low: 1070.5, YearlyHigh: 1120.6, YearlyLow: 812.4, YearlyStart: 966.5, YearlyChange: 10.82, Settlement: `Cash`, Contract: `Futures`, Region: `South America`, Country: `Chile`, Risk: `High`, Sector: `Private`, Currency: `PLN`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-07-11`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 60 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Milk`, Spread: 0.01, Open: 12.87, Price: 13.08, Buy: 12.87, Sell: 12.87, Change: 0.22, ChangePercent: 1.68, Volume: 7, High: 12.89, Low: 12.81, YearlyHigh: 16.96, YearlyLow: 12.81, YearlyStart: 14.88, YearlyChange: -13.6, Settlement: `Credit`, Contract: `Futures`, Region: `Europe`, Country: `Hungary`, Risk: `High`, Sector: `Private`, Currency: `PLN`, Security: `High`, Issuer: `American Airlines`, Maturity: `2022-05-23`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 61 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soy oil`, Spread: 0.01, Open: 33.26, Price: 34.45, Buy: 33.77, Sell: 33.78, Change: 0.68, ChangePercent: 2, Volume: 10592, High: 33.77, Low: 33.06, YearlyHigh: 35.43, YearlyLow: 26.61, YearlyStart: 31.02, YearlyChange: 8.87, Settlement: `Cash`, Contract: `Swap`, Region: `Africa`, Country: `Morocco`, Risk: `High`, Sector: `Public`, Currency: `PLN`, Security: `Poor`, Issuer: `American Airlines`, Maturity: `2022-02-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 62 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Platinum`, Spread: 0.01, Open: 1071.6, Price: 1074.53, Buy: 1071.09, Sell: 1071.1, Change: 3.43, ChangePercent: 0.32, Volume: 3039, High: 1081.2, Low: 1070.5, YearlyHigh: 1120.6, YearlyLow: 812.4, YearlyStart: 966.5, YearlyChange: 10.82, Settlement: `Credit`, Contract: `CFD`, Region: `Africa`, Country: `Libya`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-04-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 63 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Ethanol`, Spread: 0.01, Open: 1.512, Price: 2.81, Buy: 2.75, Sell: 2.76, Change: 0.06, ChangePercent: 2, Volume: 14, High: 2.75, Low: 1.12, YearlyHigh: 2.75, YearlyLow: 1.12, YearlyStart: 1.48, YearlyChange: 86.7, Settlement: `Credit`, Contract: `Forwards`, Region: `Asia Pacific`, Country: `India`, Risk: `High`, Sector: `Public`, Currency: `USD`, Security: `High`, Issuer: `FedEx`, Maturity: `2022-03-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 64 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Cotton`, Spread: 0.01, Open: 61.77, Price: 61.86, Buy: 61.77, Sell: 61.77, Change: 0.1, ChangePercent: 0.16, Volume: 3612, High: 62.06, Low: 61.32, YearlyHigh: 67.59, YearlyLow: 54.33, YearlyStart: 60.96, YearlyChange: 1.31, Settlement: `Cash`, Contract: `Futures`, Region: `Africa`, Country: `Tunisia`, Risk: `High`, Sector: `Private`, Currency: `PLN`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-01-23`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 65 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Wheat`, Spread: 0.01, Open: 465.5, Price: 472.78, Buy: 465.5, Sell: 465.5, Change: 7.26, ChangePercent: 1.56, Volume: 4318, High: 467, Low: 463.25, YearlyHigh: 628.5, YearlyLow: 449.5, YearlyStart: 539, YearlyChange: -13.63, Settlement: `Cash`, Contract: `Futures`, Region: `Africa`, Country: `Cameroon`, Risk: `Low`, Sector: `Government`, Currency: `PLN`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-02-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 66 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Natural Gas`, Spread: 0.02, Open: 2.094, Price: 2.06, Buy: 2.09, Sell: 2.09, Change: -0.04, ChangePercent: -1.92, Volume: 2783, High: 2.11, Low: 2.09, YearlyHigh: 3.2, YearlyLow: 1.84, YearlyStart: 2.52, YearlyChange: -16.51, Settlement: `Cash`, Contract: `Options`, Region: `South America`, Country: `Uruguay`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-01-19`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 67 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `FD Cattle`, Spread: 0.01, Open: 147.175, Price: 148.55, Buy: 148.6, Sell: 148.61, Change: -0.06, ChangePercent: -0.04, Volume: 5, High: 148.61, Low: 147.18, YearlyHigh: 190, YearlyLow: 138.1, YearlyStart: 164.05, YearlyChange: -9.41, Settlement: `Cash`, Contract: `Swap`, Region: `South America`, Country: `Argentina`, Risk: `High`, Sector: `Government`, Currency: `USD`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-03-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 68 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/JPY`, Spread: 0.02, Open: 9275.5, Price: 9347.84, Buy: 9277.32, Sell: 9277.34, Change: 70.51, ChangePercent: 0.76, Volume: 47734, High: 9277.33, Low: 0.93, YearlyHigh: 9483, YearlyLow: 0.93, YearlyStart: 4741.97, YearlyChange: 95.64, Settlement: `Credit`, Contract: `Options`, Region: `Middle East`, Country: `Saudi Arabia`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `High`, Issuer: `American Airlines`, Maturity: `2022-07-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 69 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soy oil`, Spread: 0.01, Open: 33.26, Price: 33.38, Buy: 33.77, Sell: 33.78, Change: -0.39, ChangePercent: -1.16, Volume: 10592, High: 33.77, Low: 33.06, YearlyHigh: 35.43, YearlyLow: 26.61, YearlyStart: 31.02, YearlyChange: 8.87, Settlement: `Credit`, Contract: `Options`, Region: `Europe`, Country: `Netherlands`, Risk: `Low`, Sector: `Government`, Currency: `USD`, Security: `High`, Issuer: `American Airlines`, Maturity: `2022-09-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 70 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soy Meat`, Spread: 0.01, Open: 342.6, Price: 339.06, Buy: 342.6, Sell: 342.6, Change: -3.56, ChangePercent: -1.04, Volume: 5646, High: 345.4, Low: 340.3, YearlyHigh: 353.4, YearlyLow: 261.7, YearlyStart: 307.55, YearlyChange: 11.4, Settlement: `Loan`, Contract: `Options`, Region: `Europe`, Country: `Hungary`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-04-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 71 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Natural Gas`, Spread: 0.02, Open: 2.094, Price: 2.1, Buy: 2.09, Sell: 2.09, Change: 0, ChangePercent: -0.28, Volume: 2783, High: 2.11, Low: 2.09, YearlyHigh: 3.2, YearlyLow: 1.84, YearlyStart: 2.52, YearlyChange: -16.51, Settlement: `Loan`, Contract: `Forwards`, Region: `Europe`, Country: `Portugal`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-05-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 72 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/JPY`, Spread: 0.02, Open: 9275.5, Price: 9459.17, Buy: 9277.32, Sell: 9277.34, Change: 181.84, ChangePercent: 1.96, Volume: 47734, High: 9277.33, Low: 0.93, YearlyHigh: 9483, YearlyLow: 0.93, YearlyStart: 4741.97, YearlyChange: 95.64, Settlement: `Credit`, Contract: `Futures`, Region: `Middle East`, Country: `Iraq`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-07-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 73 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Oats`, Spread: 0.01, Open: 194.5, Price: 197.25, Buy: 194.21, Sell: 194.22, Change: 3.03, ChangePercent: 1.56, Volume: 64, High: 195.75, Low: 194, YearlyHigh: 241.25, YearlyLow: 183.75, YearlyStart: 212.5, YearlyChange: -8.6, Settlement: `Loan`, Contract: `Swap`, Region: `Europe`, Country: `Sweden`, Risk: `Low`, Sector: `Public`, Currency: `USD`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-04-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 74 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soy Meat`, Spread: 0.01, Open: 342.6, Price: 336.59, Buy: 342.6, Sell: 342.6, Change: -6.03, ChangePercent: -1.76, Volume: 5646, High: 345.4, Low: 340.3, YearlyHigh: 353.4, YearlyLow: 261.7, YearlyStart: 307.55, YearlyChange: 11.4, Settlement: `Loan`, Contract: `Swap`, Region: `Africa`, Country: `Ethiopia`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-09-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 75 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Gold`, Spread: 0.01, Open: 1281.1, Price: 1260.75, Buy: 1280.73, Sell: 1280.74, Change: -19.98, ChangePercent: -1.56, Volume: 48387, High: 1289.5, Low: 1279.1, YearlyHigh: 1306, YearlyLow: 1047.2, YearlyStart: 1176.6, YearlyChange: 8.85, Settlement: `Cash`, Contract: `Options`, Region: `Africa`, Country: `Nigeria`, Risk: `High`, Sector: `Private`, Currency: `PLN`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-04-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 76 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Sugar`, Spread: 0.01, Open: 15.68, Price: 14.91, Buy: 14.67, Sell: 14.68, Change: 0.24, ChangePercent: 1.64, Volume: 4949, High: 15.7, Low: 14.67, YearlyHigh: 16.87, YearlyLow: 11.37, YearlyStart: 14.12, YearlyChange: 3.92, Settlement: `Credit`, Contract: `Swap`, Region: `Europe`, Country: `Sweden`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-05-21`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 77 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Copper`, Spread: 0.02, Open: 2.123, Price: 2.1, Buy: 2.12, Sell: 2.12, Change: -0.01, ChangePercent: -0.64, Volume: 28819, High: 2.16, Low: 2.11, YearlyHigh: 2.94, YearlyLow: 1.96, YearlyStart: 2.45, YearlyChange: -13.76, Settlement: `Cash`, Contract: `Swap`, Region: `Africa`, Country: `Ethiopia`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-08-19`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 78 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/JPY`, Spread: 0.02, Open: 9275.5, Price: 9329.29, Buy: 9277.32, Sell: 9277.34, Change: 51.96, ChangePercent: 0.56, Volume: 47734, High: 9277.33, Low: 0.93, YearlyHigh: 9483, YearlyLow: 0.93, YearlyStart: 4741.97, YearlyChange: 95.64, Settlement: `Loan`, Contract: `Futures`, Region: `Europe`, Country: `Germany`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-07-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 79 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `OJ Future`, Spread: 0.01, Open: 140.6, Price: 140.97, Buy: 140.18, Sell: 140.19, Change: 0.78, ChangePercent: 0.56, Volume: 7, High: 140.19, Low: 0, YearlyHigh: 155.95, YearlyLow: 113, YearlyStart: 134.47, YearlyChange: 4.25, Settlement: `Loan`, Contract: `CFD`, Region: `Africa`, Country: `Morocco`, Risk: `Low`, Sector: `Government`, Currency: `USD`, Security: `High`, Issuer: `FedEx`, Maturity: `2022-06-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 80 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/JPY`, Spread: 0.02, Open: 9275.5, Price: 9455.46, Buy: 9277.32, Sell: 9277.34, Change: 178.13, ChangePercent: 1.92, Volume: 47734, High: 9277.33, Low: 0.93, YearlyHigh: 9483, YearlyLow: 0.93, YearlyStart: 4741.97, YearlyChange: 95.64, Settlement: `Loan`, Contract: `Futures`, Region: `Asia Pacific`, Country: `China`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-03-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 81 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `FD Cattle`, Spread: 0.01, Open: 147.175, Price: 148.37, Buy: 148.6, Sell: 148.61, Change: -0.24, ChangePercent: -0.16, Volume: 5, High: 148.61, Low: 147.18, YearlyHigh: 190, YearlyLow: 138.1, YearlyStart: 164.05, YearlyChange: -9.41, Settlement: `Loan`, Contract: `Futures`, Region: `Europe`, Country: `France`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-02-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 82 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Diesel`, Spread: 0.015, Open: 1.3474, Price: 1.38, Buy: 1.35, Sell: 1.35, Change: 0.02, ChangePercent: 1.56, Volume: 2971, High: 1.36, Low: 1.34, YearlyHigh: 2.11, YearlyLow: 0.92, YearlyStart: 1.51, YearlyChange: -10.4, Settlement: `Cash`, Contract: `Options`, Region: `North America`, Country: `United States`, Risk: `High`, Sector: `Public`, Currency: `PLN`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-03-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 83 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Ethanol`, Spread: 0.01, Open: 1.512, Price: 2.71, Buy: 2.75, Sell: 2.76, Change: -0.04, ChangePercent: -1.68, Volume: 14, High: 2.75, Low: 1.12, YearlyHigh: 2.75, YearlyLow: 1.12, YearlyStart: 1.48, YearlyChange: 86.7, Settlement: `Cash`, Contract: `Options`, Region: `Africa`, Country: `South Africa`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-04-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 84 }), + new FinancialDataAllItem({ Category: `Index`, Type: `DOW Future`, Spread: 0.01, Open: 17711, Price: 17875.1, Buy: 17712.15, Sell: 17712.16, Change: 162.95, ChangePercent: 0.92, Volume: 22236, High: 17727, Low: 17642, YearlyHigh: 18083, YearlyLow: 15299, YearlyStart: 16691, YearlyChange: 6.12, Settlement: `Credit`, Contract: `Swap`, Region: `Europe`, Country: `Ireland`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-02-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 85 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `LV Cattle`, Spread: 0.01, Open: 120.725, Price: 120.9, Buy: 120.72, Sell: 120.72, Change: 0.2, ChangePercent: 0.16, Volume: 4, High: 120.72, Low: 120.72, YearlyHigh: 147.98, YearlyLow: 113.9, YearlyStart: 130.94, YearlyChange: -7.82, Settlement: `Loan`, Contract: `Futures`, Region: `Europe`, Country: `Romania`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `American Airlines`, Maturity: `2022-06-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 86 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `LV Cattle`, Spread: 0.01, Open: 120.725, Price: 120.66, Buy: 120.72, Sell: 120.72, Change: -0.05, ChangePercent: -0.04, Volume: 4, High: 120.72, Low: 120.72, YearlyHigh: 147.98, YearlyLow: 113.9, YearlyStart: 130.94, YearlyChange: -7.82, Settlement: `Credit`, Contract: `Futures`, Region: `Europe`, Country: `France`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-02-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 87 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `LV Cattle`, Spread: 0.01, Open: 120.725, Price: 119.93, Buy: 120.72, Sell: 120.72, Change: -0.77, ChangePercent: -0.64, Volume: 4, High: 120.72, Low: 120.72, YearlyHigh: 147.98, YearlyLow: 113.9, YearlyStart: 130.94, YearlyChange: -7.82, Settlement: `Cash`, Contract: `Swap`, Region: `Middle East`, Country: `Qatar`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-03-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 88 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P Future`, Spread: 0.01, Open: 2057.5, Price: 2017.12, Buy: 2056.6, Sell: 2056.61, Change: -39.48, ChangePercent: -1.92, Volume: 142780, High: 2059.5, Low: 2049, YearlyHigh: 2105.5, YearlyLow: 1794.5, YearlyStart: 1950, YearlyChange: 5.47, Settlement: `Credit`, Contract: `Options`, Region: `Europe`, Country: `Denmark`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-08-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 89 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `Euro$ 3M`, Spread: 0.01, Open: 99.18, Price: 97.38, Buy: 99.18, Sell: 99.18, Change: -1.79, ChangePercent: -1.8, Volume: 29509, High: 99.18, Low: 99.17, YearlyHigh: 99.38, YearlyLow: 98.41, YearlyStart: 98.89, YearlyChange: 0.28, Settlement: `Loan`, Contract: `Forwards`, Region: `Asia Pacific`, Country: `Hong Kong`, Risk: `Low`, Sector: `Government`, Currency: `USD`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-07-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 90 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `AUD/USD`, Spread: 0.02, Open: 0.7344, Price: 0.73, Buy: 0.73, Sell: 0.73, Change: -0.01, ChangePercent: -1.48, Volume: 36764, High: 0.74, Low: 0.73, YearlyHigh: 0.79, YearlyLow: 0.68, YearlyStart: 0.73, YearlyChange: 1.28, Settlement: `Credit`, Contract: `Futures`, Region: `North America`, Country: `United States`, Risk: `High`, Sector: `Government`, Currency: `PLN`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-08-24`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 91 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Platinum`, Spread: 0.01, Open: 1071.6, Price: 1057.82, Buy: 1071.09, Sell: 1071.1, Change: -13.28, ChangePercent: -1.24, Volume: 3039, High: 1081.2, Low: 1070.5, YearlyHigh: 1120.6, YearlyLow: 812.4, YearlyStart: 966.5, YearlyChange: 10.82, Settlement: `Cash`, Contract: `Futures`, Region: `Middle East`, Country: `Oman`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-01-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 92 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Silver`, Spread: 0.01, Open: 17.43, Price: 17.27, Buy: 17.43, Sell: 17.43, Change: -0.15, ChangePercent: -0.84, Volume: 11720, High: 17.51, Low: 17.37, YearlyHigh: 18.06, YearlyLow: 13.73, YearlyStart: 15.89, YearlyChange: 9.59, Settlement: `Cash`, Contract: `CFD`, Region: `Europe`, Country: `Bulgaria`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-05-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 93 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `Lean Hogs`, Spread: 0.01, Open: 81.275, Price: 81.29, Buy: 81.81, Sell: 81.82, Change: -0.52, ChangePercent: -0.64, Volume: 1, High: 81.81, Low: 81.28, YearlyHigh: 83.98, YearlyLow: 70.25, YearlyStart: 77.11, YearlyChange: 6.09, Settlement: `Cash`, Contract: `Options`, Region: `Africa`, Country: `South Africa`, Risk: `Low`, Sector: `Public`, Currency: `EUR`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-01-27`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 94 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Wheat`, Spread: 0.01, Open: 465.5, Price: 469.8, Buy: 465.5, Sell: 465.5, Change: 4.28, ChangePercent: 0.92, Volume: 4318, High: 467, Low: 463.25, YearlyHigh: 628.5, YearlyLow: 449.5, YearlyStart: 539, YearlyChange: -13.63, Settlement: `Cash`, Contract: `Futures`, Region: `Africa`, Country: `South Africa`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-08-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 95 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Wheat`, Spread: 0.01, Open: 465.5, Price: 462.35, Buy: 465.5, Sell: 465.5, Change: -3.17, ChangePercent: -0.68, Volume: 4318, High: 467, Low: 463.25, YearlyHigh: 628.5, YearlyLow: 449.5, YearlyStart: 539, YearlyChange: -13.63, Settlement: `Cash`, Contract: `Futures`, Region: `Europe`, Country: `Finland`, Risk: `Low`, Sector: `Government`, Currency: `PLN`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-01-16`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 96 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `BTC/USD`, Spread: 0.06, Open: 93.88, Price: 20698.36, Buy: 21200.76, Sell: 21400.78, Change: -302.41, ChangePercent: -1.44, Volume: 5788000, High: 22400.05, Low: 20100.75, YearlyHigh: 62400.7, YearlyLow: 15100.88, YearlyStart: 21200.29, YearlyChange: -20.62, Settlement: `Loan`, Contract: `Options`, Region: `North America`, Country: `United States`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-08-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 97 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Corn`, Spread: 0.01, Open: 379.5, Price: 377.68, Buy: 379.8, Sell: 379.81, Change: -2.12, ChangePercent: -0.56, Volume: 11266, High: 381, Low: 377.75, YearlyHigh: 471.25, YearlyLow: 351.25, YearlyStart: 411.25, YearlyChange: -7.65, Settlement: `Loan`, Contract: `Options`, Region: `Europe`, Country: `Italy`, Risk: `Low`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-01-24`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 98 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Uranium`, Spread: 0.02, Open: 27.55, Price: 27.91, Buy: 27.55, Sell: 27.55, Change: 0.33, ChangePercent: 1.2, Volume: 12, High: 27.55, Low: 27.55, YearlyHigh: 29.32, YearlyLow: 21.28, YearlyStart: 25.3, YearlyChange: 9.01, Settlement: `Cash`, Contract: `Swap`, Region: `Middle East`, Country: `Lebanon`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-06-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 99 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Wheat`, Spread: 0.01, Open: 465.5, Price: 467.01, Buy: 465.5, Sell: 465.5, Change: 1.49, ChangePercent: 0.32, Volume: 4318, High: 467, Low: 463.25, YearlyHigh: 628.5, YearlyLow: 449.5, YearlyStart: 539, YearlyChange: -13.63, Settlement: `Cash`, Contract: `Swap`, Region: `Europe`, Country: `Ireland`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-06-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 100 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P MID MINI`, Spread: 0.01, Open: 1454.3, Price: 1453.45, Buy: 1455.78, Sell: 1455.79, Change: -2.33, ChangePercent: -0.16, Volume: 338, High: 1455.78, Low: 1448, YearlyHigh: 1527.3, YearlyLow: 1236, YearlyStart: 1381.65, YearlyChange: 5.37, Settlement: `Cash`, Contract: `Swap`, Region: `Africa`, Country: `Morocco`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-06-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 101 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `FD Cattle`, Spread: 0.01, Open: 147.175, Price: 149.85, Buy: 148.6, Sell: 148.61, Change: 1.24, ChangePercent: 0.84, Volume: 5, High: 148.61, Low: 147.18, YearlyHigh: 190, YearlyLow: 138.1, YearlyStart: 164.05, YearlyChange: -9.41, Settlement: `Cash`, Contract: `Options`, Region: `Africa`, Country: `Ethiopia`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-02-10`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 102 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Copper`, Spread: 0.02, Open: 2.123, Price: 2.16, Buy: 2.12, Sell: 2.12, Change: 0.05, ChangePercent: 2, Volume: 28819, High: 2.16, Low: 2.11, YearlyHigh: 2.94, YearlyLow: 1.96, YearlyStart: 2.45, YearlyChange: -13.76, Settlement: `Cash`, Contract: `Options`, Region: `Africa`, Country: `Senegal`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-03-19`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 103 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Uranium`, Spread: 0.02, Open: 27.55, Price: 27.81, Buy: 27.55, Sell: 27.55, Change: 0.23, ChangePercent: 0.84, Volume: 12, High: 27.55, Low: 27.55, YearlyHigh: 29.32, YearlyLow: 21.28, YearlyStart: 25.3, YearlyChange: 9.01, Settlement: `Cash`, Contract: `Futures`, Region: `Middle East`, Country: `Iran`, Risk: `High`, Sector: `Government`, Currency: `USD`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-08-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 104 }), + new FinancialDataAllItem({ Category: `Index`, Type: `DOW Future`, Spread: 0.01, Open: 17711, Price: 17457.1, Buy: 17712.15, Sell: 17712.16, Change: -255.05, ChangePercent: -1.44, Volume: 22236, High: 17727, Low: 17642, YearlyHigh: 18083, YearlyLow: 15299, YearlyStart: 16691, YearlyChange: 6.12, Settlement: `Cash`, Contract: `Swap`, Region: `Asia Pacific`, Country: `Thailand`, Risk: `High`, Sector: `Private`, Currency: `PLN`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-05-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 105 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Coal`, Spread: 0.015, Open: 0.4363, Price: 0.41, Buy: 0.44, Sell: 0.44, Change: -0.01, ChangePercent: -0.96, Volume: 3, High: 0.44, Low: 0.44, YearlyHigh: 0.48, YearlyLow: 0.4, YearlyStart: 0.44, YearlyChange: -5.33, Settlement: `Cash`, Contract: `Forwards`, Region: `Asia Pacific`, Country: `India`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-02-24`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 106 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Platinum`, Spread: 0.01, Open: 1071.6, Price: 1086.52, Buy: 1071.09, Sell: 1071.1, Change: 15.42, ChangePercent: 1.44, Volume: 3039, High: 1081.2, Low: 1070.5, YearlyHigh: 1120.6, YearlyLow: 812.4, YearlyStart: 966.5, YearlyChange: 10.82, Settlement: `Credit`, Contract: `Options`, Region: `North America`, Country: `Mexico`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-04-23`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 107 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Rice`, Spread: 0.01, Open: 11.245, Price: 10.61, Buy: 10.41, Sell: 10.42, Change: 0.19, ChangePercent: 1.84, Volume: 220, High: 11.38, Low: 10.42, YearlyHigh: 14.14, YearlyLow: 9.7, YearlyStart: 11.92, YearlyChange: -12.62, Settlement: `Cash`, Contract: `Swap`, Region: `Asia Pacific`, Country: `Indonesia`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `FedEx`, Maturity: `2022-06-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 108 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `BTC/USD`, Spread: 0.06, Open: 93.88, Price: 20765.56, Buy: 21200.76, Sell: 21400.78, Change: -235.21, ChangePercent: -1.12, Volume: 5788000, High: 22400.05, Low: 20100.75, YearlyHigh: 62400.7, YearlyLow: 15100.88, YearlyStart: 21200.29, YearlyChange: -20.62, Settlement: `Cash`, Contract: `Swap`, Region: `Middle East`, Country: `Iran`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-06-16`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 109 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P 600 MINI`, Spread: 0.01, Open: 687.9, Price: 691.18, Buy: 687.9, Sell: 687.9, Change: 3.3, ChangePercent: 0.48, Volume: 0, High: 0, Low: 0, YearlyHigh: 620.32, YearlyLow: 595.9, YearlyStart: 608.11, YearlyChange: 13.12, Settlement: `Credit`, Contract: `Swap`, Region: `Asia Pacific`, Country: `Malaysia`, Risk: `High`, Sector: `Government`, Currency: `PLN`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-02-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 110 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soy oil`, Spread: 0.01, Open: 33.26, Price: 34.26, Buy: 33.77, Sell: 33.78, Change: 0.49, ChangePercent: 1.44, Volume: 10592, High: 33.77, Low: 33.06, YearlyHigh: 35.43, YearlyLow: 26.61, YearlyStart: 31.02, YearlyChange: 8.87, Settlement: `Loan`, Contract: `Swap`, Region: `Europe`, Country: `Greece`, Risk: `High`, Sector: `Government`, Currency: `PLN`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-06-10`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 111 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `FD Cattle`, Spread: 0.01, Open: 147.175, Price: 148.07, Buy: 148.6, Sell: 148.61, Change: -0.54, ChangePercent: -0.36, Volume: 5, High: 148.61, Low: 147.18, YearlyHigh: 190, YearlyLow: 138.1, YearlyStart: 164.05, YearlyChange: -9.41, Settlement: `Cash`, Contract: `CFD`, Region: `Europe`, Country: `Portugal`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-01-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 112 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Coal`, Spread: 0.015, Open: 0.4363, Price: 0.42, Buy: 0.44, Sell: 0.44, Change: 0, ChangePercent: 1.8, Volume: 3, High: 0.44, Low: 0.44, YearlyHigh: 0.48, YearlyLow: 0.4, YearlyStart: 0.44, YearlyChange: -5.33, Settlement: `Cash`, Contract: `Options`, Region: `Middle East`, Country: `Israel`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `Poor`, Issuer: `FedEx`, Maturity: `2022-03-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 113 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Gold`, Spread: 0.01, Open: 1281.1, Price: 1272.54, Buy: 1280.73, Sell: 1280.74, Change: -8.19, ChangePercent: -0.64, Volume: 48387, High: 1289.5, Low: 1279.1, YearlyHigh: 1306, YearlyLow: 1047.2, YearlyStart: 1176.6, YearlyChange: 8.85, Settlement: `Cash`, Contract: `Swap`, Region: `Asia Pacific`, Country: `Indonesia`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-02-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 114 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Corn`, Spread: 0.01, Open: 379.5, Price: 373.42, Buy: 379.8, Sell: 379.81, Change: -6.38, ChangePercent: -1.68, Volume: 11266, High: 381, Low: 377.75, YearlyHigh: 471.25, YearlyLow: 351.25, YearlyStart: 411.25, YearlyChange: -7.65, Settlement: `Cash`, Contract: `Futures`, Region: `North America`, Country: `Canada`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `High`, Issuer: `FedEx`, Maturity: `2022-09-11`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 115 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `US 10YR Future`, Spread: 0.01, Open: 130.5625, Price: 131.47, Buy: 130.56, Sell: 130.56, Change: 0.89, ChangePercent: 0.68, Volume: 189310, High: 130.63, Low: 130.44, YearlyHigh: 132.64, YearlyLow: 125.48, YearlyStart: 129.06, YearlyChange: 1.18, Settlement: `Credit`, Contract: `Futures`, Region: `Africa`, Country: `Niger`, Risk: `Low`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-03-22`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 116 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Coal`, Spread: 0.015, Open: 0.4363, Price: 0.41, Buy: 0.44, Sell: 0.44, Change: -0.01, ChangePercent: -1.88, Volume: 3, High: 0.44, Low: 0.44, YearlyHigh: 0.48, YearlyLow: 0.4, YearlyStart: 0.44, YearlyChange: -5.33, Settlement: `Cash`, Contract: `Futures`, Region: `Europe`, Country: `Iceland`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-04-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 117 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P Future`, Spread: 0.01, Open: 2057.5, Price: 2086.22, Buy: 2056.6, Sell: 2056.61, Change: 29.62, ChangePercent: 1.44, Volume: 142780, High: 2059.5, Low: 2049, YearlyHigh: 2105.5, YearlyLow: 1794.5, YearlyStart: 1950, YearlyChange: 5.47, Settlement: `Loan`, Contract: `Swap`, Region: `Europe`, Country: `Greece`, Risk: `Low`, Sector: `Public`, Currency: `USD`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-03-23`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 118 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soy Meat`, Spread: 0.01, Open: 342.6, Price: 346.32, Buy: 342.6, Sell: 342.6, Change: 3.7, ChangePercent: 1.08, Volume: 5646, High: 345.4, Low: 340.3, YearlyHigh: 353.4, YearlyLow: 261.7, YearlyStart: 307.55, YearlyChange: 11.4, Settlement: `Loan`, Contract: `Futures`, Region: `Asia Pacific`, Country: `Azerbaijan`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-06-27`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 119 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `LV Cattle`, Spread: 0.01, Open: 120.725, Price: 122.78, Buy: 120.72, Sell: 120.72, Change: 2.08, ChangePercent: 1.72, Volume: 4, High: 120.72, Low: 120.72, YearlyHigh: 147.98, YearlyLow: 113.9, YearlyStart: 130.94, YearlyChange: -7.82, Settlement: `Loan`, Contract: `Futures`, Region: `Europe`, Country: `Ireland`, Risk: `High`, Sector: `Government`, Currency: `PLN`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-01-21`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 120 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Copper`, Spread: 0.02, Open: 2.123, Price: 2.1, Buy: 2.12, Sell: 2.12, Change: -0.01, ChangePercent: -0.56, Volume: 28819, High: 2.16, Low: 2.11, YearlyHigh: 2.94, YearlyLow: 1.96, YearlyStart: 2.45, YearlyChange: -13.76, Settlement: `Cash`, Contract: `Futures`, Region: `Europe`, Country: `Norway`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-01-16`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 121 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Uranium`, Spread: 0.02, Open: 27.55, Price: 27.52, Buy: 27.55, Sell: 27.55, Change: -0.06, ChangePercent: -0.2, Volume: 12, High: 27.55, Low: 27.55, YearlyHigh: 29.32, YearlyLow: 21.28, YearlyStart: 25.3, YearlyChange: 9.01, Settlement: `Credit`, Contract: `Futures`, Region: `Middle East`, Country: `Jordan`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-02-22`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 122 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Silver`, Spread: 0.01, Open: 17.43, Price: 17.18, Buy: 17.43, Sell: 17.43, Change: -0.24, ChangePercent: -1.4, Volume: 11720, High: 17.51, Low: 17.37, YearlyHigh: 18.06, YearlyLow: 13.73, YearlyStart: 15.89, YearlyChange: 9.59, Settlement: `Credit`, Contract: `Options`, Region: `Europe`, Country: `Romania`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-07-22`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 123 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soybean`, Spread: 0.01, Open: 1038, Price: 1044.02, Buy: 1038.61, Sell: 1038.62, Change: 5.4, ChangePercent: 0.52, Volume: 20356, High: 1044, Low: 1031.75, YearlyHigh: 1057, YearlyLow: 859.5, YearlyStart: 958.25, YearlyChange: 8.39, Settlement: `Cash`, Contract: `Options`, Region: `South America`, Country: `Brazil`, Risk: `Low`, Sector: `Government`, Currency: `PLN`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-07-24`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 124 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Coal`, Spread: 0.015, Open: 0.4363, Price: 0.42, Buy: 0.44, Sell: 0.44, Change: 0, ChangePercent: 1.36, Volume: 3, High: 0.44, Low: 0.44, YearlyHigh: 0.48, YearlyLow: 0.4, YearlyStart: 0.44, YearlyChange: -5.33, Settlement: `Cash`, Contract: `CFD`, Region: `Africa`, Country: `Algeria`, Risk: `Low`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-04-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 125 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Rice`, Spread: 0.01, Open: 11.245, Price: 10.26, Buy: 10.41, Sell: 10.42, Change: -0.16, ChangePercent: -1.48, Volume: 220, High: 11.38, Low: 10.42, YearlyHigh: 14.14, YearlyLow: 9.7, YearlyStart: 11.92, YearlyChange: -12.62, Settlement: `Credit`, Contract: `CFD`, Region: `Europe`, Country: `Poland`, Risk: `Low`, Sector: `Public`, Currency: `EUR`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-08-10`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 126 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Copper`, Spread: 0.02, Open: 2.123, Price: 2.1, Buy: 2.12, Sell: 2.12, Change: -0.01, ChangePercent: -0.52, Volume: 28819, High: 2.16, Low: 2.11, YearlyHigh: 2.94, YearlyLow: 1.96, YearlyStart: 2.45, YearlyChange: -13.76, Settlement: `Credit`, Contract: `Options`, Region: `Middle East`, Country: `Turkey`, Risk: `Low`, Sector: `Public`, Currency: `EUR`, Security: `High`, Issuer: `American Airlines`, Maturity: `2022-07-16`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 127 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `US 30YR Future`, Spread: 0.01, Open: 164.875, Price: 164.03, Buy: 164.15, Sell: 164.16, Change: -0.13, ChangePercent: -0.08, Volume: 28012, High: 165.25, Low: 164.04, YearlyHigh: 169.38, YearlyLow: 151.47, YearlyStart: 160.43, YearlyChange: 2.33, Settlement: `Credit`, Contract: `Swap`, Region: `Europe`, Country: `Italy`, Risk: `High`, Sector: `Public`, Currency: `PLN`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-07-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 128 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Platinum`, Spread: 0.01, Open: 1071.6, Price: 1075.38, Buy: 1071.09, Sell: 1071.1, Change: 4.28, ChangePercent: 0.4, Volume: 3039, High: 1081.2, Low: 1070.5, YearlyHigh: 1120.6, YearlyLow: 812.4, YearlyStart: 966.5, YearlyChange: 10.82, Settlement: `Credit`, Contract: `Swap`, Region: `South America`, Country: `Paraguay`, Risk: `Low`, Sector: `Government`, Currency: `USD`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-04-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 129 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `BTC/USD`, Spread: 0.06, Open: 93.88, Price: 20807.56, Buy: 21200.76, Sell: 21400.78, Change: -193.21, ChangePercent: -0.92, Volume: 5788000, High: 22400.05, Low: 20100.75, YearlyHigh: 62400.7, YearlyLow: 15100.88, YearlyStart: 21200.29, YearlyChange: -20.62, Settlement: `Cash`, Contract: `Futures`, Region: `Asia Pacific`, Country: `Malaysia`, Risk: `High`, Sector: `Private`, Currency: `PLN`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-08-24`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 130 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soy oil`, Spread: 0.01, Open: 33.26, Price: 33.28, Buy: 33.77, Sell: 33.78, Change: -0.49, ChangePercent: -1.44, Volume: 10592, High: 33.77, Low: 33.06, YearlyHigh: 35.43, YearlyLow: 26.61, YearlyStart: 31.02, YearlyChange: 8.87, Settlement: `Cash`, Contract: `Options`, Region: `Middle East`, Country: `Israel`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-05-21`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 131 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Cotton`, Spread: 0.01, Open: 61.77, Price: 61.02, Buy: 61.77, Sell: 61.77, Change: -0.74, ChangePercent: -1.2, Volume: 3612, High: 62.06, Low: 61.32, YearlyHigh: 67.59, YearlyLow: 54.33, YearlyStart: 60.96, YearlyChange: 1.31, Settlement: `Cash`, Contract: `Futures`, Region: `Asia Pacific`, Country: `Indonesia`, Risk: `High`, Sector: `Government`, Currency: `USD`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-08-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 132 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Silver`, Spread: 0.01, Open: 17.43, Price: 17.09, Buy: 17.43, Sell: 17.43, Change: -0.33, ChangePercent: -1.88, Volume: 11720, High: 17.51, Low: 17.37, YearlyHigh: 18.06, YearlyLow: 13.73, YearlyStart: 15.89, YearlyChange: 9.59, Settlement: `Cash`, Contract: `Swap`, Region: `Middle East`, Country: `Kuwait`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-08-24`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 133 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/CHF`, Spread: 0.02, Open: 1.0337, Price: 1.04, Buy: 1.03, Sell: 1.03, Change: 0, ChangePercent: -0.48, Volume: 5550, High: 1.03, Low: 1.03, YearlyHigh: 1.11, YearlyLow: 0.98, YearlyStart: 1.04, YearlyChange: -0.12, Settlement: `Cash`, Contract: `Swap`, Region: `Africa`, Country: `Morocco`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-03-16`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 134 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Cotton`, Spread: 0.01, Open: 61.77, Price: 62.5, Buy: 61.77, Sell: 61.77, Change: 0.74, ChangePercent: 1.2, Volume: 3612, High: 62.06, Low: 61.32, YearlyHigh: 67.59, YearlyLow: 54.33, YearlyStart: 60.96, YearlyChange: 1.31, Settlement: `Credit`, Contract: `Futures`, Region: `Europe`, Country: `Italy`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `Poor`, Issuer: `FedEx`, Maturity: `2022-06-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 135 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Sugar`, Spread: 0.01, Open: 15.68, Price: 14.68, Buy: 14.67, Sell: 14.68, Change: 0.01, ChangePercent: 0.04, Volume: 4949, High: 15.7, Low: 14.67, YearlyHigh: 16.87, YearlyLow: 11.37, YearlyStart: 14.12, YearlyChange: 3.92, Settlement: `Cash`, Contract: `Futures`, Region: `Asia Pacific`, Country: `Singapore`, Risk: `Low`, Sector: `Government`, Currency: `PLN`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-06-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 136 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Milk`, Spread: 0.01, Open: 12.87, Price: 12.84, Buy: 12.87, Sell: 12.87, Change: -0.02, ChangePercent: -0.12, Volume: 7, High: 12.89, Low: 12.81, YearlyHigh: 16.96, YearlyLow: 12.81, YearlyStart: 14.88, YearlyChange: -13.6, Settlement: `Cash`, Contract: `Forwards`, Region: `Europe`, Country: `Austria`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-04-21`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 137 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Diesel`, Spread: 0.015, Open: 1.3474, Price: 1.37, Buy: 1.35, Sell: 1.35, Change: 0.01, ChangePercent: 0.96, Volume: 2971, High: 1.36, Low: 1.34, YearlyHigh: 2.11, YearlyLow: 0.92, YearlyStart: 1.51, YearlyChange: -10.4, Settlement: `Cash`, Contract: `Swap`, Region: `Africa`, Country: `Ethiopia`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-09-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 138 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `US 10YR Future`, Spread: 0.01, Open: 130.5625, Price: 132.52, Buy: 130.56, Sell: 130.56, Change: 1.94, ChangePercent: 1.48, Volume: 189310, High: 130.63, Low: 130.44, YearlyHigh: 132.64, YearlyLow: 125.48, YearlyStart: 129.06, YearlyChange: 1.18, Settlement: `Cash`, Contract: `Futures`, Region: `Europe`, Country: `Norway`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-03-11`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 139 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Diesel`, Spread: 0.015, Open: 1.3474, Price: 1.35, Buy: 1.35, Sell: 1.35, Change: -0.01, ChangePercent: -0.24, Volume: 2971, High: 1.36, Low: 1.34, YearlyHigh: 2.11, YearlyLow: 0.92, YearlyStart: 1.51, YearlyChange: -10.4, Settlement: `Cash`, Contract: `Options`, Region: `Middle East`, Country: `Syria`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-05-16`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 140 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P Future`, Spread: 0.01, Open: 2057.5, Price: 2052.49, Buy: 2056.6, Sell: 2056.61, Change: -4.11, ChangePercent: -0.2, Volume: 142780, High: 2059.5, Low: 2049, YearlyHigh: 2105.5, YearlyLow: 1794.5, YearlyStart: 1950, YearlyChange: 5.47, Settlement: `Cash`, Contract: `Swap`, Region: `Asia Pacific`, Country: `Azerbaijan`, Risk: `Low`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-05-11`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 141 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `Lean Hogs`, Spread: 0.01, Open: 81.275, Price: 83.45, Buy: 81.81, Sell: 81.82, Change: 1.64, ChangePercent: 2, Volume: 1, High: 81.81, Low: 81.28, YearlyHigh: 83.98, YearlyLow: 70.25, YearlyStart: 77.11, YearlyChange: 6.09, Settlement: `Cash`, Contract: `CFD`, Region: `Europe`, Country: `Croatia`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `High`, Issuer: `FedEx`, Maturity: `2022-07-21`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 142 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `Euro$ 3M`, Spread: 0.01, Open: 99.18, Price: 98.81, Buy: 99.18, Sell: 99.18, Change: -0.36, ChangePercent: -0.36, Volume: 29509, High: 99.18, Low: 99.17, YearlyHigh: 99.38, YearlyLow: 98.41, YearlyStart: 98.89, YearlyChange: 0.28, Settlement: `Cash`, Contract: `Swap`, Region: `Middle East`, Country: `Turkey`, Risk: `Low`, Sector: `Public`, Currency: `EUR`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-03-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 143 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Oil`, Spread: 0.015, Open: 45.54, Price: 46.05, Buy: 45.78, Sell: 45.8, Change: 0.26, ChangePercent: 0.56, Volume: 107196, High: 45.94, Low: 45, YearlyHigh: 65.28, YearlyLow: 30.79, YearlyStart: 48.03, YearlyChange: -4.67, Settlement: `Cash`, Contract: `Futures`, Region: `Africa`, Country: `Tunisia`, Risk: `Low`, Sector: `Government`, Currency: `USD`, Security: `High`, Issuer: `FedEx`, Maturity: `2022-08-24`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 144 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `US 30YR Future`, Spread: 0.01, Open: 164.875, Price: 165.47, Buy: 164.15, Sell: 164.16, Change: 1.31, ChangePercent: 0.8, Volume: 28012, High: 165.25, Low: 164.04, YearlyHigh: 169.38, YearlyLow: 151.47, YearlyStart: 160.43, YearlyChange: 2.33, Settlement: `Cash`, Contract: `Futures`, Region: `Europe`, Country: `Netherlands`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-02-16`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 145 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `US 10YR Future`, Spread: 0.01, Open: 130.5625, Price: 132.67, Buy: 130.56, Sell: 130.56, Change: 2.09, ChangePercent: 1.6, Volume: 189310, High: 130.63, Low: 130.44, YearlyHigh: 132.64, YearlyLow: 125.48, YearlyStart: 129.06, YearlyChange: 1.18, Settlement: `Cash`, Contract: `Futures`, Region: `Middle East`, Country: `Saudi Arabia`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-09-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 146 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Wheat`, Spread: 0.01, Open: 465.5, Price: 465.89, Buy: 465.5, Sell: 465.5, Change: 0.37, ChangePercent: 0.08, Volume: 4318, High: 467, Low: 463.25, YearlyHigh: 628.5, YearlyLow: 449.5, YearlyStart: 539, YearlyChange: -13.63, Settlement: `Credit`, Contract: `Forwards`, Region: `Europe`, Country: `Bulgaria`, Risk: `Low`, Sector: `Public`, Currency: `PLN`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-03-24`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 147 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Uranium`, Spread: 0.02, Open: 27.55, Price: 27.39, Buy: 27.55, Sell: 27.55, Change: -0.19, ChangePercent: -0.68, Volume: 12, High: 27.55, Low: 27.55, YearlyHigh: 29.32, YearlyLow: 21.28, YearlyStart: 25.3, YearlyChange: 9.01, Settlement: `Loan`, Contract: `Options`, Region: `Asia Pacific`, Country: `Indonesia`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-07-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 148 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P MID MINI`, Spread: 0.01, Open: 1454.3, Price: 1446.46, Buy: 1455.78, Sell: 1455.79, Change: -9.32, ChangePercent: -0.64, Volume: 338, High: 1455.78, Low: 1448, YearlyHigh: 1527.3, YearlyLow: 1236, YearlyStart: 1381.65, YearlyChange: 5.37, Settlement: `Credit`, Contract: `Options`, Region: `Asia Pacific`, Country: `Taiwan`, Risk: `Low`, Sector: `Government`, Currency: `USD`, Security: `High`, Issuer: `American Airlines`, Maturity: `2022-08-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 149 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `FD Cattle`, Spread: 0.01, Open: 147.175, Price: 150.09, Buy: 148.6, Sell: 148.61, Change: 1.48, ChangePercent: 1, Volume: 5, High: 148.61, Low: 147.18, YearlyHigh: 190, YearlyLow: 138.1, YearlyStart: 164.05, YearlyChange: -9.41, Settlement: `Loan`, Contract: `Forwards`, Region: `Middle East`, Country: `Saudi Arabia`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-04-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 150 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `OJ Future`, Spread: 0.01, Open: 140.6, Price: 139.52, Buy: 140.18, Sell: 140.19, Change: -0.67, ChangePercent: -0.48, Volume: 7, High: 140.19, Low: 0, YearlyHigh: 155.95, YearlyLow: 113, YearlyStart: 134.47, YearlyChange: 4.25, Settlement: `Credit`, Contract: `Swap`, Region: `Asia Pacific`, Country: `Thailand`, Risk: `Low`, Sector: `Public`, Currency: `USD`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-02-16`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 151 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P 600 MINI`, Spread: 0.01, Open: 687.9, Price: 700.26, Buy: 687.9, Sell: 687.9, Change: 12.38, ChangePercent: 1.8, Volume: 0, High: 0, Low: 0, YearlyHigh: 620.32, YearlyLow: 595.9, YearlyStart: 608.11, YearlyChange: 13.12, Settlement: `Credit`, Contract: `Futures`, Region: `Africa`, Country: `Niger`, Risk: `High`, Sector: `Private`, Currency: `PLN`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-08-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 152 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `Lean Hogs`, Spread: 0.01, Open: 81.275, Price: 80.9, Buy: 81.81, Sell: 81.82, Change: -0.91, ChangePercent: -1.12, Volume: 1, High: 81.81, Low: 81.28, YearlyHigh: 83.98, YearlyLow: 70.25, YearlyStart: 77.11, YearlyChange: 6.09, Settlement: `Cash`, Contract: `Forwards`, Region: `North America`, Country: `United States`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-07-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 153 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Coffee`, Spread: 0.01, Open: 125.7, Price: 126.9, Buy: 125.7, Sell: 125.7, Change: 1.21, ChangePercent: 0.96, Volume: 1654, High: 125.8, Low: 125, YearlyHigh: 155.75, YearlyLow: 115.35, YearlyStart: 135.55, YearlyChange: -7.27, Settlement: `Loan`, Contract: `Swap`, Region: `Middle East`, Country: `Iraq`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-05-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 154 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P MID MINI`, Spread: 0.01, Open: 1454.3, Price: 1440.64, Buy: 1455.78, Sell: 1455.79, Change: -15.14, ChangePercent: -1.04, Volume: 338, High: 1455.78, Low: 1448, YearlyHigh: 1527.3, YearlyLow: 1236, YearlyStart: 1381.65, YearlyChange: 5.37, Settlement: `Credit`, Contract: `Options`, Region: `South America`, Country: `Uruguay`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-04-24`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 155 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `BTC/USD`, Spread: 0.06, Open: 93.88, Price: 20765.56, Buy: 21200.76, Sell: 21400.78, Change: -235.21, ChangePercent: -1.12, Volume: 5788000, High: 22400.05, Low: 20100.75, YearlyHigh: 62400.7, YearlyLow: 15100.88, YearlyStart: 21200.29, YearlyChange: -20.62, Settlement: `Cash`, Contract: `Futures`, Region: `Europe`, Country: `Finland`, Risk: `High`, Sector: `Private`, Currency: `PLN`, Security: `Poor`, Issuer: `FedEx`, Maturity: `2022-05-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 156 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `US 2Y Future`, Spread: 0.01, Open: 109.3984, Price: 108.12, Buy: 109.4, Sell: 109.4, Change: -1.27, ChangePercent: -1.16, Volume: 17742, High: 109.41, Low: 109.38, YearlyHigh: 109.8, YearlyLow: 108.62, YearlyStart: 109.21, YearlyChange: 0.16, Settlement: `Credit`, Contract: `Swap`, Region: `Asia Pacific`, Country: `Azerbaijan`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `High`, Issuer: `American Airlines`, Maturity: `2022-03-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 157 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Gold`, Spread: 0.01, Open: 1281.1, Price: 1273.56, Buy: 1280.73, Sell: 1280.74, Change: -7.17, ChangePercent: -0.56, Volume: 48387, High: 1289.5, Low: 1279.1, YearlyHigh: 1306, YearlyLow: 1047.2, YearlyStart: 1176.6, YearlyChange: 8.85, Settlement: `Cash`, Contract: `CFD`, Region: `Middle East`, Country: `Lebanon`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-04-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 158 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Rice`, Spread: 0.01, Open: 11.245, Price: 10.28, Buy: 10.41, Sell: 10.42, Change: -0.14, ChangePercent: -1.32, Volume: 220, High: 11.38, Low: 10.42, YearlyHigh: 14.14, YearlyLow: 9.7, YearlyStart: 11.92, YearlyChange: -12.62, Settlement: `Cash`, Contract: `Futures`, Region: `Europe`, Country: `Slovakia`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `High`, Issuer: `American Airlines`, Maturity: `2022-04-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 159 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/CHF`, Spread: 0.02, Open: 1.0337, Price: 1.04, Buy: 1.03, Sell: 1.03, Change: 0, ChangePercent: -0.52, Volume: 5550, High: 1.03, Low: 1.03, YearlyHigh: 1.11, YearlyLow: 0.98, YearlyStart: 1.04, YearlyChange: -0.12, Settlement: `Loan`, Contract: `Options`, Region: `Asia Pacific`, Country: `India`, Risk: `Low`, Sector: `Public`, Currency: `PLN`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-03-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 160 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `BTC/USD`, Spread: 0.06, Open: 93.88, Price: 21412.39, Buy: 21200.76, Sell: 21400.78, Change: 411.62, ChangePercent: 1.96, Volume: 5788000, High: 22400.05, Low: 20100.75, YearlyHigh: 62400.7, YearlyLow: 15100.88, YearlyStart: 21200.29, YearlyChange: -20.62, Settlement: `Loan`, Contract: `Options`, Region: `Middle East`, Country: `Israel`, Risk: `Low`, Sector: `Public`, Currency: `USD`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-04-16`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 161 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `GBP/USD`, Spread: 0.02, Open: 1.4464, Price: 1.18, Buy: 1.18, Sell: 1.2, Change: -0.01, ChangePercent: -0.96, Volume: 29450, High: 1.45, Low: 1.19, YearlyHigh: 1.59, YearlyLow: 1.19, YearlyStart: 1.49, YearlyChange: -19.59, Settlement: `Cash`, Contract: `Futures`, Region: `Europe`, Country: `Ireland`, Risk: `High`, Sector: `Government`, Currency: `USD`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-08-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 162 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `US 2Y Future`, Spread: 0.01, Open: 109.3984, Price: 108.69, Buy: 109.4, Sell: 109.4, Change: -0.7, ChangePercent: -0.64, Volume: 17742, High: 109.41, Low: 109.38, YearlyHigh: 109.8, YearlyLow: 108.62, YearlyStart: 109.21, YearlyChange: 0.16, Settlement: `Credit`, Contract: `Swap`, Region: `South America`, Country: `Paraguay`, Risk: `High`, Sector: `Public`, Currency: `USD`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-06-22`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 163 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `Euro$ 3M`, Spread: 0.01, Open: 99.18, Price: 97.23, Buy: 99.18, Sell: 99.18, Change: -1.94, ChangePercent: -1.96, Volume: 29509, High: 99.18, Low: 99.17, YearlyHigh: 99.38, YearlyLow: 98.41, YearlyStart: 98.89, YearlyChange: 0.28, Settlement: `Loan`, Contract: `Options`, Region: `Middle East`, Country: `UAE`, Risk: `Low`, Sector: `Public`, Currency: `PLN`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-06-21`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 164 }), + new FinancialDataAllItem({ Category: `Index`, Type: `DOW Future`, Spread: 0.01, Open: 17711, Price: 17697.98, Buy: 17712.15, Sell: 17712.16, Change: -14.17, ChangePercent: -0.08, Volume: 22236, High: 17727, Low: 17642, YearlyHigh: 18083, YearlyLow: 15299, YearlyStart: 16691, YearlyChange: 6.12, Settlement: `Credit`, Contract: `Swap`, Region: `Asia Pacific`, Country: `India`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-02-23`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 165 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/CAD`, Spread: 0.02, Open: 0.7744, Price: 0.94, Buy: 0.94, Sell: 0.96, Change: -0.01, ChangePercent: -1.72, Volume: 13669, High: 0.95, Low: 0.77, YearlyHigh: 0.95, YearlyLow: 0.68, YearlyStart: 0.76, YearlyChange: 26.43, Settlement: `Cash`, Contract: `Options`, Region: `Middle East`, Country: `Saudi Arabia`, Risk: `Low`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-06-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 166 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Gold`, Spread: 0.01, Open: 1281.1, Price: 1264.34, Buy: 1280.73, Sell: 1280.74, Change: -16.39, ChangePercent: -1.28, Volume: 48387, High: 1289.5, Low: 1279.1, YearlyHigh: 1306, YearlyLow: 1047.2, YearlyStart: 1176.6, YearlyChange: 8.85, Settlement: `Loan`, Contract: `Swap`, Region: `Europe`, Country: `Norway`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-08-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 167 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/JPY`, Spread: 0.02, Open: 9275.5, Price: 9370.11, Buy: 9277.32, Sell: 9277.34, Change: 92.78, ChangePercent: 1, Volume: 47734, High: 9277.33, Low: 0.93, YearlyHigh: 9483, YearlyLow: 0.93, YearlyStart: 4741.97, YearlyChange: 95.64, Settlement: `Cash`, Contract: `Futures`, Region: `Middle East`, Country: `Syria`, Risk: `High`, Sector: `Government`, Currency: `USD`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-01-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 168 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `US 2Y Future`, Spread: 0.01, Open: 109.3984, Price: 108.86, Buy: 109.4, Sell: 109.4, Change: -0.53, ChangePercent: -0.48, Volume: 17742, High: 109.41, Low: 109.38, YearlyHigh: 109.8, YearlyLow: 108.62, YearlyStart: 109.21, YearlyChange: 0.16, Settlement: `Cash`, Contract: `Forwards`, Region: `Asia Pacific`, Country: `Malaysia`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-08-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 169 }), + new FinancialDataAllItem({ Category: `Index`, Type: `NAS Future`, Spread: 0.01, Open: 4341.25, Price: 4398.58, Buy: 4341.25, Sell: 4341.25, Change: 57.3, ChangePercent: 1.32, Volume: 18259, High: 4347, Low: 4318, YearlyHigh: 4719.75, YearlyLow: 3867.75, YearlyStart: 4293.75, YearlyChange: 1.11, Settlement: `Credit`, Contract: `Options`, Region: `Middle East`, Country: `Iraq`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `High`, Issuer: `FedEx`, Maturity: `2022-08-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 170 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/JPY`, Spread: 0.02, Open: 9275.5, Price: 9303.31, Buy: 9277.32, Sell: 9277.34, Change: 25.98, ChangePercent: 0.28, Volume: 47734, High: 9277.33, Low: 0.93, YearlyHigh: 9483, YearlyLow: 0.93, YearlyStart: 4741.97, YearlyChange: 95.64, Settlement: `Credit`, Contract: `Swap`, Region: `Middle East`, Country: `Syria`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-03-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 171 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Natural Gas`, Spread: 0.02, Open: 2.094, Price: 2.07, Buy: 2.09, Sell: 2.09, Change: -0.03, ChangePercent: -1.6, Volume: 2783, High: 2.11, Low: 2.09, YearlyHigh: 3.2, YearlyLow: 1.84, YearlyStart: 2.52, YearlyChange: -16.51, Settlement: `Credit`, Contract: `Futures`, Region: `Asia Pacific`, Country: `Australia`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-03-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 172 }), + new FinancialDataAllItem({ Category: `Index`, Type: `NAS Future`, Spread: 0.01, Open: 4341.25, Price: 4402.06, Buy: 4341.25, Sell: 4341.25, Change: 60.78, ChangePercent: 1.4, Volume: 18259, High: 4347, Low: 4318, YearlyHigh: 4719.75, YearlyLow: 3867.75, YearlyStart: 4293.75, YearlyChange: 1.11, Settlement: `Cash`, Contract: `Options`, Region: `Africa`, Country: `Senegal`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-05-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 173 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Copper`, Spread: 0.02, Open: 2.123, Price: 2.14, Buy: 2.12, Sell: 2.12, Change: 0.03, ChangePercent: 1.16, Volume: 28819, High: 2.16, Low: 2.11, YearlyHigh: 2.94, YearlyLow: 1.96, YearlyStart: 2.45, YearlyChange: -13.76, Settlement: `Cash`, Contract: `Swap`, Region: `North America`, Country: `United States`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-05-19`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 174 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Milk`, Spread: 0.01, Open: 12.87, Price: 12.92, Buy: 12.87, Sell: 12.87, Change: 0.06, ChangePercent: 0.48, Volume: 7, High: 12.89, Low: 12.81, YearlyHigh: 16.96, YearlyLow: 12.81, YearlyStart: 14.88, YearlyChange: -13.6, Settlement: `Loan`, Contract: `Swap`, Region: `Asia Pacific`, Country: `Pakistan`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-09-21`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 175 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Cotton`, Spread: 0.01, Open: 61.77, Price: 61.19, Buy: 61.77, Sell: 61.77, Change: -0.57, ChangePercent: -0.92, Volume: 3612, High: 62.06, Low: 61.32, YearlyHigh: 67.59, YearlyLow: 54.33, YearlyStart: 60.96, YearlyChange: 1.31, Settlement: `Cash`, Contract: `Futures`, Region: `Europe`, Country: `Czechia`, Risk: `Low`, Sector: `Government`, Currency: `PLN`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-07-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 176 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Lumber`, Spread: 0.01, Open: 303.9, Price: 302.28, Buy: 304.59, Sell: 304.6, Change: -2.32, ChangePercent: -0.76, Volume: 2, High: 304.6, Low: 303.9, YearlyHigh: 317.1, YearlyLow: 236, YearlyStart: 276.55, YearlyChange: 10.14, Settlement: `Credit`, Contract: `CFD`, Region: `Africa`, Country: `Algeria`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-03-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 177 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Diesel`, Spread: 0.015, Open: 1.3474, Price: 1.34, Buy: 1.35, Sell: 1.35, Change: -0.02, ChangePercent: -1.32, Volume: 2971, High: 1.36, Low: 1.34, YearlyHigh: 2.11, YearlyLow: 0.92, YearlyStart: 1.51, YearlyChange: -10.4, Settlement: `Cash`, Contract: `Swap`, Region: `Africa`, Country: `Algeria`, Risk: `Low`, Sector: `Public`, Currency: `EUR`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-07-22`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 178 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Cocoa`, Spread: 0.01, Open: 3076, Price: 3077.26, Buy: 3076, Sell: 3076, Change: 1.23, ChangePercent: 0.04, Volume: 978, High: 3078, Low: 3066, YearlyHigh: 3406, YearlyLow: 2746, YearlyStart: 3076, YearlyChange: 0, Settlement: `Credit`, Contract: `Options`, Region: `Europe`, Country: `Italy`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-04-22`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 179 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `Euro$ 3M`, Spread: 0.01, Open: 99.18, Price: 97.94, Buy: 99.18, Sell: 99.18, Change: -1.23, ChangePercent: -1.24, Volume: 29509, High: 99.18, Low: 99.17, YearlyHigh: 99.38, YearlyLow: 98.41, YearlyStart: 98.89, YearlyChange: 0.28, Settlement: `Loan`, Contract: `Swap`, Region: `South America`, Country: `Venezuela`, Risk: `Low`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-03-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 180 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Coffee`, Spread: 0.01, Open: 125.7, Price: 124.63, Buy: 125.7, Sell: 125.7, Change: -1.06, ChangePercent: -0.84, Volume: 1654, High: 125.8, Low: 125, YearlyHigh: 155.75, YearlyLow: 115.35, YearlyStart: 135.55, YearlyChange: -7.27, Settlement: `Credit`, Contract: `Options`, Region: `Asia Pacific`, Country: `India`, Risk: `Low`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-05-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 181 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Cotton`, Spread: 0.01, Open: 61.77, Price: 60.77, Buy: 61.77, Sell: 61.77, Change: -0.99, ChangePercent: -1.6, Volume: 3612, High: 62.06, Low: 61.32, YearlyHigh: 67.59, YearlyLow: 54.33, YearlyStart: 60.96, YearlyChange: 1.31, Settlement: `Cash`, Contract: `Options`, Region: `Asia Pacific`, Country: `Japan`, Risk: `Low`, Sector: `Public`, Currency: `USD`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-02-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 182 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Diesel`, Spread: 0.015, Open: 1.3474, Price: 1.36, Buy: 1.35, Sell: 1.35, Change: 0, ChangePercent: -0.08, Volume: 2971, High: 1.36, Low: 1.34, YearlyHigh: 2.11, YearlyLow: 0.92, YearlyStart: 1.51, YearlyChange: -10.4, Settlement: `Loan`, Contract: `Futures`, Region: `Middle East`, Country: `Israel`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-02-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 183 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Silver`, Spread: 0.01, Open: 17.43, Price: 17.43, Buy: 17.43, Sell: 17.43, Change: 0.01, ChangePercent: 0.08, Volume: 11720, High: 17.51, Low: 17.37, YearlyHigh: 18.06, YearlyLow: 13.73, YearlyStart: 15.89, YearlyChange: 9.59, Settlement: `Credit`, Contract: `Swap`, Region: `Africa`, Country: `Senegal`, Risk: `High`, Sector: `Private`, Currency: `PLN`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-04-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 184 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `Lean Hogs`, Spread: 0.01, Open: 81.275, Price: 80.64, Buy: 81.81, Sell: 81.82, Change: -1.17, ChangePercent: -1.44, Volume: 1, High: 81.81, Low: 81.28, YearlyHigh: 83.98, YearlyLow: 70.25, YearlyStart: 77.11, YearlyChange: 6.09, Settlement: `Loan`, Contract: `Futures`, Region: `Europe`, Country: `Romania`, Risk: `High`, Sector: `Public`, Currency: `PLN`, Security: `Poor`, Issuer: `FedEx`, Maturity: `2022-07-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 185 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Oil`, Spread: 0.015, Open: 45.54, Price: 45.59, Buy: 45.78, Sell: 45.8, Change: -0.2, ChangePercent: -0.44, Volume: 107196, High: 45.94, Low: 45, YearlyHigh: 65.28, YearlyLow: 30.79, YearlyStart: 48.03, YearlyChange: -4.67, Settlement: `Cash`, Contract: `Futures`, Region: `Africa`, Country: `Egypt`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-02-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 186 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P MID MINI`, Spread: 0.01, Open: 1454.3, Price: 1443.55, Buy: 1455.78, Sell: 1455.79, Change: -12.23, ChangePercent: -0.84, Volume: 338, High: 1455.78, Low: 1448, YearlyHigh: 1527.3, YearlyLow: 1236, YearlyStart: 1381.65, YearlyChange: 5.37, Settlement: `Loan`, Contract: `Options`, Region: `Asia Pacific`, Country: `Taiwan`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-02-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 187 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Silver`, Spread: 0.01, Open: 17.43, Price: 17.09, Buy: 17.43, Sell: 17.43, Change: -0.33, ChangePercent: -1.88, Volume: 11720, High: 17.51, Low: 17.37, YearlyHigh: 18.06, YearlyLow: 13.73, YearlyStart: 15.89, YearlyChange: 9.59, Settlement: `Credit`, Contract: `CFD`, Region: `Africa`, Country: `Cameroon`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-06-22`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 188 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Lumber`, Spread: 0.01, Open: 303.9, Price: 310.08, Buy: 304.59, Sell: 304.6, Change: 5.48, ChangePercent: 1.8, Volume: 2, High: 304.6, Low: 303.9, YearlyHigh: 317.1, YearlyLow: 236, YearlyStart: 276.55, YearlyChange: 10.14, Settlement: `Cash`, Contract: `Options`, Region: `Asia Pacific`, Country: `India`, Risk: `High`, Sector: `Private`, Currency: `PLN`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-07-22`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 189 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `GBP/USD`, Spread: 0.02, Open: 1.4464, Price: 1.17, Buy: 1.18, Sell: 1.2, Change: -0.02, ChangePercent: -1.6, Volume: 29450, High: 1.45, Low: 1.19, YearlyHigh: 1.59, YearlyLow: 1.19, YearlyStart: 1.49, YearlyChange: -19.59, Settlement: `Loan`, Contract: `Swap`, Region: `Europe`, Country: `Poland`, Risk: `High`, Sector: `Government`, Currency: `USD`, Security: `High`, Issuer: `FedEx`, Maturity: `2022-08-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 190 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soybean`, Spread: 0.01, Open: 1038, Price: 1042.77, Buy: 1038.61, Sell: 1038.62, Change: 4.15, ChangePercent: 0.4, Volume: 20356, High: 1044, Low: 1031.75, YearlyHigh: 1057, YearlyLow: 859.5, YearlyStart: 958.25, YearlyChange: 8.39, Settlement: `Credit`, Contract: `Forwards`, Region: `Middle East`, Country: `Lebanon`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-02-11`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 191 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Coal`, Spread: 0.015, Open: 0.4363, Price: 0.42, Buy: 0.44, Sell: 0.44, Change: 0, ChangePercent: 1.84, Volume: 3, High: 0.44, Low: 0.44, YearlyHigh: 0.48, YearlyLow: 0.4, YearlyStart: 0.44, YearlyChange: -5.33, Settlement: `Cash`, Contract: `Swap`, Region: `Middle East`, Country: `Israel`, Risk: `High`, Sector: `Public`, Currency: `USD`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-06-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 192 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Cocoa`, Spread: 0.01, Open: 3076, Price: 3136.32, Buy: 3076, Sell: 3076, Change: 60.29, ChangePercent: 1.96, Volume: 978, High: 3078, Low: 3066, YearlyHigh: 3406, YearlyLow: 2746, YearlyStart: 3076, YearlyChange: 0, Settlement: `Cash`, Contract: `Forwards`, Region: `Middle East`, Country: `Lebanon`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-02-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 193 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `US 2Y Future`, Spread: 0.01, Open: 109.3984, Price: 108.95, Buy: 109.4, Sell: 109.4, Change: -0.44, ChangePercent: -0.4, Volume: 17742, High: 109.41, Low: 109.38, YearlyHigh: 109.8, YearlyLow: 108.62, YearlyStart: 109.21, YearlyChange: 0.16, Settlement: `Loan`, Contract: `Swap`, Region: `Asia Pacific`, Country: `Singapore`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-01-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 194 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `Lean Hogs`, Spread: 0.01, Open: 81.275, Price: 81.26, Buy: 81.81, Sell: 81.82, Change: -0.55, ChangePercent: -0.68, Volume: 1, High: 81.81, Low: 81.28, YearlyHigh: 83.98, YearlyLow: 70.25, YearlyStart: 77.11, YearlyChange: 6.09, Settlement: `Credit`, Contract: `Futures`, Region: `Middle East`, Country: `Israel`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-03-24`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 195 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/CHF`, Spread: 0.02, Open: 1.0337, Price: 1.03, Buy: 1.03, Sell: 1.03, Change: -0.01, ChangePercent: -0.92, Volume: 5550, High: 1.03, Low: 1.03, YearlyHigh: 1.11, YearlyLow: 0.98, YearlyStart: 1.04, YearlyChange: -0.12, Settlement: `Cash`, Contract: `Futures`, Region: `Asia Pacific`, Country: `Australia`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `Poor`, Issuer: `American Airlines`, Maturity: `2022-04-10`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 196 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `FD Cattle`, Spread: 0.01, Open: 147.175, Price: 146.17, Buy: 148.6, Sell: 148.61, Change: -2.44, ChangePercent: -1.64, Volume: 5, High: 148.61, Low: 147.18, YearlyHigh: 190, YearlyLow: 138.1, YearlyStart: 164.05, YearlyChange: -9.41, Settlement: `Credit`, Contract: `Options`, Region: `Europe`, Country: `Austria`, Risk: `High`, Sector: `Public`, Currency: `USD`, Security: `Poor`, Issuer: `FedEx`, Maturity: `2022-06-11`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 197 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Diesel`, Spread: 0.015, Open: 1.3474, Price: 1.33, Buy: 1.35, Sell: 1.35, Change: -0.03, ChangePercent: -1.92, Volume: 2971, High: 1.36, Low: 1.34, YearlyHigh: 2.11, YearlyLow: 0.92, YearlyStart: 1.51, YearlyChange: -10.4, Settlement: `Credit`, Contract: `Forwards`, Region: `Africa`, Country: `Ethiopia`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-03-10`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 198 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `OJ Future`, Spread: 0.01, Open: 140.6, Price: 140.86, Buy: 140.18, Sell: 140.19, Change: 0.67, ChangePercent: 0.48, Volume: 7, High: 140.19, Low: 0, YearlyHigh: 155.95, YearlyLow: 113, YearlyStart: 134.47, YearlyChange: 4.25, Settlement: `Credit`, Contract: `Futures`, Region: `Middle East`, Country: `Bahrain`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `High`, Issuer: `American Airlines`, Maturity: `2022-04-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 199 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Coffee`, Spread: 0.01, Open: 125.7, Price: 126.65, Buy: 125.7, Sell: 125.7, Change: 0.96, ChangePercent: 0.76, Volume: 1654, High: 125.8, Low: 125, YearlyHigh: 155.75, YearlyLow: 115.35, YearlyStart: 135.55, YearlyChange: -7.27, Settlement: `Cash`, Contract: `Futures`, Region: `Middle East`, Country: `Turkey`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-03-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 200 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `FD Cattle`, Spread: 0.01, Open: 147.175, Price: 147.77, Buy: 148.6, Sell: 148.61, Change: -0.84, ChangePercent: -0.56, Volume: 5, High: 148.61, Low: 147.18, YearlyHigh: 190, YearlyLow: 138.1, YearlyStart: 164.05, YearlyChange: -9.41, Settlement: `Credit`, Contract: `Swap`, Region: `Africa`, Country: `Ethiopia`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-06-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 201 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Copper`, Spread: 0.02, Open: 2.123, Price: 2.11, Buy: 2.12, Sell: 2.12, Change: 0, ChangePercent: -0.08, Volume: 28819, High: 2.16, Low: 2.11, YearlyHigh: 2.94, YearlyLow: 1.96, YearlyStart: 2.45, YearlyChange: -13.76, Settlement: `Loan`, Contract: `Futures`, Region: `Asia Pacific`, Country: `Taiwan`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `High`, Issuer: `FedEx`, Maturity: `2022-02-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 202 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Wheat`, Spread: 0.01, Open: 465.5, Price: 459.38, Buy: 465.5, Sell: 465.5, Change: -6.14, ChangePercent: -1.32, Volume: 4318, High: 467, Low: 463.25, YearlyHigh: 628.5, YearlyLow: 449.5, YearlyStart: 539, YearlyChange: -13.63, Settlement: `Credit`, Contract: `Swap`, Region: `Africa`, Country: `Algeria`, Risk: `Low`, Sector: `Government`, Currency: `PLN`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-07-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 203 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `Euro$ 3M`, Spread: 0.01, Open: 99.18, Price: 100.16, Buy: 99.18, Sell: 99.18, Change: 0.99, ChangePercent: 1, Volume: 29509, High: 99.18, Low: 99.17, YearlyHigh: 99.38, YearlyLow: 98.41, YearlyStart: 98.89, YearlyChange: 0.28, Settlement: `Loan`, Contract: `Options`, Region: `Africa`, Country: `Egypt`, Risk: `Low`, Sector: `Government`, Currency: `PLN`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-03-23`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 204 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `US 2Y Future`, Spread: 0.01, Open: 109.3984, Price: 108.78, Buy: 109.4, Sell: 109.4, Change: -0.61, ChangePercent: -0.56, Volume: 17742, High: 109.41, Low: 109.38, YearlyHigh: 109.8, YearlyLow: 108.62, YearlyStart: 109.21, YearlyChange: 0.16, Settlement: `Credit`, Contract: `Forwards`, Region: `Middle East`, Country: `Bahrain`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `High`, Issuer: `FedEx`, Maturity: `2022-03-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 205 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Ethanol`, Spread: 0.01, Open: 1.512, Price: 2.8, Buy: 2.75, Sell: 2.76, Change: 0.05, ChangePercent: 1.84, Volume: 14, High: 2.75, Low: 1.12, YearlyHigh: 2.75, YearlyLow: 1.12, YearlyStart: 1.48, YearlyChange: 86.7, Settlement: `Credit`, Contract: `Futures`, Region: `Africa`, Country: `South Africa`, Risk: `Low`, Sector: `Public`, Currency: `EUR`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-05-22`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 206 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Sugar`, Spread: 0.01, Open: 15.68, Price: 14.54, Buy: 14.67, Sell: 14.68, Change: -0.13, ChangePercent: -0.92, Volume: 4949, High: 15.7, Low: 14.67, YearlyHigh: 16.87, YearlyLow: 11.37, YearlyStart: 14.12, YearlyChange: 3.92, Settlement: `Credit`, Contract: `Swap`, Region: `Europe`, Country: `Slovenia`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-06-21`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 207 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Wheat`, Spread: 0.01, Open: 465.5, Price: 472.04, Buy: 465.5, Sell: 465.5, Change: 6.52, ChangePercent: 1.4, Volume: 4318, High: 467, Low: 463.25, YearlyHigh: 628.5, YearlyLow: 449.5, YearlyStart: 539, YearlyChange: -13.63, Settlement: `Loan`, Contract: `Options`, Region: `Africa`, Country: `Ethiopia`, Risk: `High`, Sector: `Public`, Currency: `USD`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-05-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 208 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P 600 MINI`, Spread: 0.01, Open: 687.9, Price: 698.89, Buy: 687.9, Sell: 687.9, Change: 11.01, ChangePercent: 1.6, Volume: 0, High: 0, Low: 0, YearlyHigh: 620.32, YearlyLow: 595.9, YearlyStart: 608.11, YearlyChange: 13.12, Settlement: `Loan`, Contract: `Swap`, Region: `North America`, Country: `Mexico`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-02-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 209 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/JPY`, Spread: 0.02, Open: 9275.5, Price: 9299.6, Buy: 9277.32, Sell: 9277.34, Change: 22.27, ChangePercent: 0.24, Volume: 47734, High: 9277.33, Low: 0.93, YearlyHigh: 9483, YearlyLow: 0.93, YearlyStart: 4741.97, YearlyChange: 95.64, Settlement: `Cash`, Contract: `Options`, Region: `Europe`, Country: `Netherlands`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-05-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 210 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `US 2Y Future`, Spread: 0.01, Open: 109.3984, Price: 110.48, Buy: 109.4, Sell: 109.4, Change: 1.09, ChangePercent: 1, Volume: 17742, High: 109.41, Low: 109.38, YearlyHigh: 109.8, YearlyLow: 108.62, YearlyStart: 109.21, YearlyChange: 0.16, Settlement: `Loan`, Contract: `Futures`, Region: `Europe`, Country: `Greece`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-03-11`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 211 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/CHF`, Spread: 0.02, Open: 1.0337, Price: 1.04, Buy: 1.03, Sell: 1.03, Change: 0, ChangePercent: 0.12, Volume: 5550, High: 1.03, Low: 1.03, YearlyHigh: 1.11, YearlyLow: 0.98, YearlyStart: 1.04, YearlyChange: -0.12, Settlement: `Credit`, Contract: `Futures`, Region: `Asia Pacific`, Country: `Taiwan`, Risk: `High`, Sector: `Government`, Currency: `PLN`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-04-21`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 212 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soybean`, Spread: 0.01, Open: 1038, Price: 1039.86, Buy: 1038.61, Sell: 1038.62, Change: 1.24, ChangePercent: 0.12, Volume: 20356, High: 1044, Low: 1031.75, YearlyHigh: 1057, YearlyLow: 859.5, YearlyStart: 958.25, YearlyChange: 8.39, Settlement: `Cash`, Contract: `Futures`, Region: `Asia Pacific`, Country: `Korea`, Risk: `Low`, Sector: `Government`, Currency: `PLN`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-02-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 213 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Gold`, Spread: 0.01, Open: 1281.1, Price: 1304.3, Buy: 1280.73, Sell: 1280.74, Change: 23.57, ChangePercent: 1.84, Volume: 48387, High: 1289.5, Low: 1279.1, YearlyHigh: 1306, YearlyLow: 1047.2, YearlyStart: 1176.6, YearlyChange: 8.85, Settlement: `Loan`, Contract: `Futures`, Region: `Europe`, Country: `Czechia`, Risk: `High`, Sector: `Government`, Currency: `PLN`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-09-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 214 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/CHF`, Spread: 0.02, Open: 1.0337, Price: 1.05, Buy: 1.03, Sell: 1.03, Change: 0.01, ChangePercent: 0.4, Volume: 5550, High: 1.03, Low: 1.03, YearlyHigh: 1.11, YearlyLow: 0.98, YearlyStart: 1.04, YearlyChange: -0.12, Settlement: `Cash`, Contract: `Swap`, Region: `Europe`, Country: `Austria`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-09-16`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 215 }), + new FinancialDataAllItem({ Category: `Index`, Type: `DOW Future`, Spread: 0.01, Open: 17711, Price: 17464.18, Buy: 17712.15, Sell: 17712.16, Change: -247.97, ChangePercent: -1.4, Volume: 22236, High: 17727, Low: 17642, YearlyHigh: 18083, YearlyLow: 15299, YearlyStart: 16691, YearlyChange: 6.12, Settlement: `Cash`, Contract: `Options`, Region: `Middle East`, Country: `Iraq`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-06-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 216 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Coffee`, Spread: 0.01, Open: 125.7, Price: 125.59, Buy: 125.7, Sell: 125.7, Change: -0.1, ChangePercent: -0.08, Volume: 1654, High: 125.8, Low: 125, YearlyHigh: 155.75, YearlyLow: 115.35, YearlyStart: 135.55, YearlyChange: -7.27, Settlement: `Cash`, Contract: `Swap`, Region: `South America`, Country: `Colombia`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-08-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 217 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/CAD`, Spread: 0.02, Open: 0.7744, Price: 0.95, Buy: 0.94, Sell: 0.96, Change: 0, ChangePercent: -0.16, Volume: 13669, High: 0.95, Low: 0.77, YearlyHigh: 0.95, YearlyLow: 0.68, YearlyStart: 0.76, YearlyChange: 26.43, Settlement: `Loan`, Contract: `Options`, Region: `Africa`, Country: `Ethiopia`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `Poor`, Issuer: `American Airlines`, Maturity: `2022-06-24`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 218 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Corn`, Spread: 0.01, Open: 379.5, Price: 375.24, Buy: 379.8, Sell: 379.81, Change: -4.56, ChangePercent: -1.2, Volume: 11266, High: 381, Low: 377.75, YearlyHigh: 471.25, YearlyLow: 351.25, YearlyStart: 411.25, YearlyChange: -7.65, Settlement: `Credit`, Contract: `Futures`, Region: `Europe`, Country: `Slovenia`, Risk: `High`, Sector: `Public`, Currency: `USD`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-04-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 219 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Diesel`, Spread: 0.015, Open: 1.3474, Price: 1.36, Buy: 1.35, Sell: 1.35, Change: 0, ChangePercent: 0.44, Volume: 2971, High: 1.36, Low: 1.34, YearlyHigh: 2.11, YearlyLow: 0.92, YearlyStart: 1.51, YearlyChange: -10.4, Settlement: `Loan`, Contract: `Options`, Region: `Asia Pacific`, Country: `Taiwan`, Risk: `High`, Sector: `Government`, Currency: `PLN`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-03-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 220 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/CHF`, Spread: 0.02, Open: 1.0337, Price: 1.05, Buy: 1.03, Sell: 1.03, Change: 0.01, ChangePercent: 0.68, Volume: 5550, High: 1.03, Low: 1.03, YearlyHigh: 1.11, YearlyLow: 0.98, YearlyStart: 1.04, YearlyChange: -0.12, Settlement: `Loan`, Contract: `Forwards`, Region: `Europe`, Country: `Greece`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-09-19`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 221 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Coal`, Spread: 0.015, Open: 0.4363, Price: 0.42, Buy: 0.44, Sell: 0.44, Change: 0, ChangePercent: 0.88, Volume: 3, High: 0.44, Low: 0.44, YearlyHigh: 0.48, YearlyLow: 0.4, YearlyStart: 0.44, YearlyChange: -5.33, Settlement: `Loan`, Contract: `Swap`, Region: `North America`, Country: `United States`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-04-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 222 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P Future`, Spread: 0.01, Open: 2057.5, Price: 2043.44, Buy: 2056.6, Sell: 2056.61, Change: -13.16, ChangePercent: -0.64, Volume: 142780, High: 2059.5, Low: 2049, YearlyHigh: 2105.5, YearlyLow: 1794.5, YearlyStart: 1950, YearlyChange: 5.47, Settlement: `Cash`, Contract: `Options`, Region: `Europe`, Country: `Austria`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-06-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 223 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Diesel`, Spread: 0.015, Open: 1.3474, Price: 1.34, Buy: 1.35, Sell: 1.35, Change: -0.02, ChangePercent: -1.6, Volume: 2971, High: 1.36, Low: 1.34, YearlyHigh: 2.11, YearlyLow: 0.92, YearlyStart: 1.51, YearlyChange: -10.4, Settlement: `Loan`, Contract: `Swap`, Region: `Europe`, Country: `Germany`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-04-10`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 224 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P 600 MINI`, Spread: 0.01, Open: 687.9, Price: 692.56, Buy: 687.9, Sell: 687.9, Change: 4.68, ChangePercent: 0.68, Volume: 0, High: 0, Low: 0, YearlyHigh: 620.32, YearlyLow: 595.9, YearlyStart: 608.11, YearlyChange: 13.12, Settlement: `Cash`, Contract: `Futures`, Region: `Middle East`, Country: `Israel`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `FedEx`, Maturity: `2022-05-11`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 225 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Ethanol`, Spread: 0.01, Open: 1.512, Price: 2.71, Buy: 2.75, Sell: 2.76, Change: -0.04, ChangePercent: -1.56, Volume: 14, High: 2.75, Low: 1.12, YearlyHigh: 2.75, YearlyLow: 1.12, YearlyStart: 1.48, YearlyChange: 86.7, Settlement: `Cash`, Contract: `Futures`, Region: `South America`, Country: `Paraguay`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-08-22`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 226 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `OJ Future`, Spread: 0.01, Open: 140.6, Price: 138.84, Buy: 140.18, Sell: 140.19, Change: -1.35, ChangePercent: -0.96, Volume: 7, High: 140.19, Low: 0, YearlyHigh: 155.95, YearlyLow: 113, YearlyStart: 134.47, YearlyChange: 4.25, Settlement: `Cash`, Contract: `Forwards`, Region: `Asia Pacific`, Country: `China`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-03-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 227 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Gold`, Spread: 0.01, Open: 1281.1, Price: 1302.76, Buy: 1280.73, Sell: 1280.74, Change: 22.03, ChangePercent: 1.72, Volume: 48387, High: 1289.5, Low: 1279.1, YearlyHigh: 1306, YearlyLow: 1047.2, YearlyStart: 1176.6, YearlyChange: 8.85, Settlement: `Cash`, Contract: `Options`, Region: `Europe`, Country: `Slovenia`, Risk: `Low`, Sector: `Public`, Currency: `USD`, Security: `High`, Issuer: `FedEx`, Maturity: `2022-04-24`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 228 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Cotton`, Spread: 0.01, Open: 61.77, Price: 60.62, Buy: 61.77, Sell: 61.77, Change: -1.14, ChangePercent: -1.84, Volume: 3612, High: 62.06, Low: 61.32, YearlyHigh: 67.59, YearlyLow: 54.33, YearlyStart: 60.96, YearlyChange: 1.31, Settlement: `Loan`, Contract: `Options`, Region: `Europe`, Country: `Sweden`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `FedEx`, Maturity: `2022-05-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 229 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `OJ Future`, Spread: 0.01, Open: 140.6, Price: 139.07, Buy: 140.18, Sell: 140.19, Change: -1.12, ChangePercent: -0.8, Volume: 7, High: 140.19, Low: 0, YearlyHigh: 155.95, YearlyLow: 113, YearlyStart: 134.47, YearlyChange: 4.25, Settlement: `Cash`, Contract: `CFD`, Region: `Africa`, Country: `Senegal`, Risk: `High`, Sector: `Public`, Currency: `USD`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-02-22`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 230 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `US 10YR Future`, Spread: 0.01, Open: 130.5625, Price: 128.6, Buy: 130.56, Sell: 130.56, Change: -1.98, ChangePercent: -1.52, Volume: 189310, High: 130.63, Low: 130.44, YearlyHigh: 132.64, YearlyLow: 125.48, YearlyStart: 129.06, YearlyChange: 1.18, Settlement: `Cash`, Contract: `Futures`, Region: `Europe`, Country: `Austria`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-06-19`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 231 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soybean`, Spread: 0.01, Open: 1038, Price: 1049.83, Buy: 1038.61, Sell: 1038.62, Change: 11.21, ChangePercent: 1.08, Volume: 20356, High: 1044, Low: 1031.75, YearlyHigh: 1057, YearlyLow: 859.5, YearlyStart: 958.25, YearlyChange: 8.39, Settlement: `Cash`, Contract: `Options`, Region: `Asia Pacific`, Country: `Singapore`, Risk: `High`, Sector: `Government`, Currency: `USD`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-06-23`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 232 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Cocoa`, Spread: 0.01, Open: 3076, Price: 3055.11, Buy: 3076, Sell: 3076, Change: -20.92, ChangePercent: -0.68, Volume: 978, High: 3078, Low: 3066, YearlyHigh: 3406, YearlyLow: 2746, YearlyStart: 3076, YearlyChange: 0, Settlement: `Cash`, Contract: `Futures`, Region: `Middle East`, Country: `Qatar`, Risk: `High`, Sector: `Private`, Currency: `PLN`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-05-22`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 233 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Uranium`, Spread: 0.02, Open: 27.55, Price: 27.36, Buy: 27.55, Sell: 27.55, Change: -0.22, ChangePercent: -0.8, Volume: 12, High: 27.55, Low: 27.55, YearlyHigh: 29.32, YearlyLow: 21.28, YearlyStart: 25.3, YearlyChange: 9.01, Settlement: `Cash`, Contract: `CFD`, Region: `South America`, Country: `Chile`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `American Airlines`, Maturity: `2022-04-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 234 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soy Meat`, Spread: 0.01, Open: 342.6, Price: 339.19, Buy: 342.6, Sell: 342.6, Change: -3.43, ChangePercent: -1, Volume: 5646, High: 345.4, Low: 340.3, YearlyHigh: 353.4, YearlyLow: 261.7, YearlyStart: 307.55, YearlyChange: 11.4, Settlement: `Loan`, Contract: `Options`, Region: `South America`, Country: `Guyana`, Risk: `High`, Sector: `Public`, Currency: `USD`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-03-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 235 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Silver`, Spread: 0.01, Open: 17.43, Price: 17.73, Buy: 17.43, Sell: 17.43, Change: 0.31, ChangePercent: 1.76, Volume: 11720, High: 17.51, Low: 17.37, YearlyHigh: 18.06, YearlyLow: 13.73, YearlyStart: 15.89, YearlyChange: 9.59, Settlement: `Cash`, Contract: `Forwards`, Region: `Middle East`, Country: `Syria`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-01-22`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 236 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Silver`, Spread: 0.01, Open: 17.43, Price: 17.27, Buy: 17.43, Sell: 17.43, Change: -0.15, ChangePercent: -0.84, Volume: 11720, High: 17.51, Low: 17.37, YearlyHigh: 18.06, YearlyLow: 13.73, YearlyStart: 15.89, YearlyChange: 9.59, Settlement: `Cash`, Contract: `Forwards`, Region: `North America`, Country: `Canada`, Risk: `Low`, Sector: `Government`, Currency: `USD`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-05-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 237 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P 600 MINI`, Spread: 0.01, Open: 687.9, Price: 687.6, Buy: 687.9, Sell: 687.9, Change: -0.28, ChangePercent: -0.04, Volume: 0, High: 0, Low: 0, YearlyHigh: 620.32, YearlyLow: 595.9, YearlyStart: 608.11, YearlyChange: 13.12, Settlement: `Loan`, Contract: `CFD`, Region: `Asia Pacific`, Country: `Australia`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `High`, Issuer: `FedEx`, Maturity: `2022-04-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 238 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Copper`, Spread: 0.02, Open: 2.123, Price: 2.07, Buy: 2.12, Sell: 2.12, Change: -0.04, ChangePercent: -1.96, Volume: 28819, High: 2.16, Low: 2.11, YearlyHigh: 2.94, YearlyLow: 1.96, YearlyStart: 2.45, YearlyChange: -13.76, Settlement: `Cash`, Contract: `Options`, Region: `Middle East`, Country: `Qatar`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-02-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 239 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Milk`, Spread: 0.01, Open: 12.87, Price: 12.87, Buy: 12.87, Sell: 12.87, Change: 0.01, ChangePercent: 0.08, Volume: 7, High: 12.89, Low: 12.81, YearlyHigh: 16.96, YearlyLow: 12.81, YearlyStart: 14.88, YearlyChange: -13.6, Settlement: `Cash`, Contract: `Swap`, Region: `Africa`, Country: `Nigeria`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-04-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 240 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Uranium`, Spread: 0.02, Open: 27.55, Price: 27.47, Buy: 27.55, Sell: 27.55, Change: -0.11, ChangePercent: -0.4, Volume: 12, High: 27.55, Low: 27.55, YearlyHigh: 29.32, YearlyLow: 21.28, YearlyStart: 25.3, YearlyChange: 9.01, Settlement: `Credit`, Contract: `Forwards`, Region: `Middle East`, Country: `UAE`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-02-24`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 241 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soy oil`, Spread: 0.01, Open: 33.26, Price: 33.93, Buy: 33.77, Sell: 33.78, Change: 0.16, ChangePercent: 0.48, Volume: 10592, High: 33.77, Low: 33.06, YearlyHigh: 35.43, YearlyLow: 26.61, YearlyStart: 31.02, YearlyChange: 8.87, Settlement: `Cash`, Contract: `Forwards`, Region: `Middle East`, Country: `Syria`, Risk: `Low`, Sector: `Government`, Currency: `USD`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-02-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 242 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `AUD/USD`, Spread: 0.02, Open: 0.7344, Price: 0.76, Buy: 0.73, Sell: 0.73, Change: 0.02, ChangePercent: 1.48, Volume: 36764, High: 0.74, Low: 0.73, YearlyHigh: 0.79, YearlyLow: 0.68, YearlyStart: 0.73, YearlyChange: 1.28, Settlement: `Credit`, Contract: `Options`, Region: `Asia Pacific`, Country: `Afghanistan`, Risk: `Low`, Sector: `Government`, Currency: `USD`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-05-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 243 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Sugar`, Spread: 0.01, Open: 15.68, Price: 14.61, Buy: 14.67, Sell: 14.68, Change: -0.06, ChangePercent: -0.44, Volume: 4949, High: 15.7, Low: 14.67, YearlyHigh: 16.87, YearlyLow: 11.37, YearlyStart: 14.12, YearlyChange: 3.92, Settlement: `Credit`, Contract: `Swap`, Region: `Asia Pacific`, Country: `Korea`, Risk: `Low`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-02-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 244 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Cocoa`, Spread: 0.01, Open: 3076, Price: 3050.19, Buy: 3076, Sell: 3076, Change: -25.84, ChangePercent: -0.84, Volume: 978, High: 3078, Low: 3066, YearlyHigh: 3406, YearlyLow: 2746, YearlyStart: 3076, YearlyChange: 0, Settlement: `Cash`, Contract: `Futures`, Region: `Europe`, Country: `Denmark`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `American Airlines`, Maturity: `2022-01-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 245 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `OJ Future`, Spread: 0.01, Open: 140.6, Price: 138.79, Buy: 140.18, Sell: 140.19, Change: -1.4, ChangePercent: -1, Volume: 7, High: 140.19, Low: 0, YearlyHigh: 155.95, YearlyLow: 113, YearlyStart: 134.47, YearlyChange: 4.25, Settlement: `Cash`, Contract: `Forwards`, Region: `Middle East`, Country: `Kuwait`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-03-16`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 246 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P Future`, Spread: 0.01, Open: 2057.5, Price: 2088.68, Buy: 2056.6, Sell: 2056.61, Change: 32.08, ChangePercent: 1.56, Volume: 142780, High: 2059.5, Low: 2049, YearlyHigh: 2105.5, YearlyLow: 1794.5, YearlyStart: 1950, YearlyChange: 5.47, Settlement: `Cash`, Contract: `CFD`, Region: `Europe`, Country: `France`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-04-21`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 247 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Gold`, Spread: 0.01, Open: 1281.1, Price: 1278.17, Buy: 1280.73, Sell: 1280.74, Change: -2.56, ChangePercent: -0.2, Volume: 48387, High: 1289.5, Low: 1279.1, YearlyHigh: 1306, YearlyLow: 1047.2, YearlyStart: 1176.6, YearlyChange: 8.85, Settlement: `Cash`, Contract: `Options`, Region: `Europe`, Country: `Austria`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-07-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 248 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Coal`, Spread: 0.015, Open: 0.4363, Price: 0.42, Buy: 0.44, Sell: 0.44, Change: 0, ChangePercent: 1.16, Volume: 3, High: 0.44, Low: 0.44, YearlyHigh: 0.48, YearlyLow: 0.4, YearlyStart: 0.44, YearlyChange: -5.33, Settlement: `Cash`, Contract: `CFD`, Region: `Europe`, Country: `Ireland`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `Poor`, Issuer: `American Airlines`, Maturity: `2022-06-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 249 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Uranium`, Spread: 0.02, Open: 27.55, Price: 28.08, Buy: 27.55, Sell: 27.55, Change: 0.5, ChangePercent: 1.8, Volume: 12, High: 27.55, Low: 27.55, YearlyHigh: 29.32, YearlyLow: 21.28, YearlyStart: 25.3, YearlyChange: 9.01, Settlement: `Cash`, Contract: `Futures`, Region: `North America`, Country: `Mexico`, Risk: `High`, Sector: `Government`, Currency: `USD`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-05-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 250 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Palladium`, Spread: 0.01, Open: 600.55, Price: 590.42, Buy: 601, Sell: 601.01, Change: -10.58, ChangePercent: -1.76, Volume: 651, High: 607.2, Low: 598.4, YearlyHigh: 690, YearlyLow: 458.6, YearlyStart: 574.3, YearlyChange: 4.65, Settlement: `Loan`, Contract: `Swap`, Region: `North America`, Country: `Canada`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-04-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 251 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Milk`, Spread: 0.01, Open: 12.87, Price: 12.66, Buy: 12.87, Sell: 12.87, Change: -0.2, ChangePercent: -1.52, Volume: 7, High: 12.89, Low: 12.81, YearlyHigh: 16.96, YearlyLow: 12.81, YearlyStart: 14.88, YearlyChange: -13.6, Settlement: `Loan`, Contract: `Swap`, Region: `Africa`, Country: `Morocco`, Risk: `High`, Sector: `Government`, Currency: `USD`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-08-24`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 252 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `US 10YR Future`, Spread: 0.01, Open: 130.5625, Price: 129.59, Buy: 130.56, Sell: 130.56, Change: -0.99, ChangePercent: -0.76, Volume: 189310, High: 130.63, Low: 130.44, YearlyHigh: 132.64, YearlyLow: 125.48, YearlyStart: 129.06, YearlyChange: 1.18, Settlement: `Cash`, Contract: `Futures`, Region: `South America`, Country: `Suriname`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-05-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 253 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P Future`, Spread: 0.01, Open: 2057.5, Price: 2032.75, Buy: 2056.6, Sell: 2056.61, Change: -23.85, ChangePercent: -1.16, Volume: 142780, High: 2059.5, Low: 2049, YearlyHigh: 2105.5, YearlyLow: 1794.5, YearlyStart: 1950, YearlyChange: 5.47, Settlement: `Loan`, Contract: `CFD`, Region: `Africa`, Country: `Senegal`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-01-21`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 254 }), + new FinancialDataAllItem({ Category: `Index`, Type: `DOW Future`, Spread: 0.01, Open: 17711, Price: 17733.41, Buy: 17712.15, Sell: 17712.16, Change: 21.26, ChangePercent: 0.12, Volume: 22236, High: 17727, Low: 17642, YearlyHigh: 18083, YearlyLow: 15299, YearlyStart: 16691, YearlyChange: 6.12, Settlement: `Credit`, Contract: `Options`, Region: `Africa`, Country: `Morocco`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-04-23`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 255 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soy Meat`, Spread: 0.01, Open: 342.6, Price: 345.36, Buy: 342.6, Sell: 342.6, Change: 2.74, ChangePercent: 0.8, Volume: 5646, High: 345.4, Low: 340.3, YearlyHigh: 353.4, YearlyLow: 261.7, YearlyStart: 307.55, YearlyChange: 11.4, Settlement: `Credit`, Contract: `Futures`, Region: `Africa`, Country: `Cameroon`, Risk: `High`, Sector: `Public`, Currency: `PLN`, Security: `Poor`, Issuer: `FedEx`, Maturity: `2022-03-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 256 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `FD Cattle`, Spread: 0.01, Open: 147.175, Price: 147.06, Buy: 148.6, Sell: 148.61, Change: -1.55, ChangePercent: -1.04, Volume: 5, High: 148.61, Low: 147.18, YearlyHigh: 190, YearlyLow: 138.1, YearlyStart: 164.05, YearlyChange: -9.41, Settlement: `Cash`, Contract: `Forwards`, Region: `Europe`, Country: `Slovenia`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `High`, Issuer: `FedEx`, Maturity: `2022-06-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 257 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P MID MINI`, Spread: 0.01, Open: 1454.3, Price: 1470.34, Buy: 1455.78, Sell: 1455.79, Change: 14.56, ChangePercent: 1, Volume: 338, High: 1455.78, Low: 1448, YearlyHigh: 1527.3, YearlyLow: 1236, YearlyStart: 1381.65, YearlyChange: 5.37, Settlement: `Credit`, Contract: `Options`, Region: `Middle East`, Country: `Israel`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-05-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 258 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Platinum`, Spread: 0.01, Open: 1071.6, Price: 1069.81, Buy: 1071.09, Sell: 1071.1, Change: -1.29, ChangePercent: -0.12, Volume: 3039, High: 1081.2, Low: 1070.5, YearlyHigh: 1120.6, YearlyLow: 812.4, YearlyStart: 966.5, YearlyChange: 10.82, Settlement: `Loan`, Contract: `Forwards`, Region: `Africa`, Country: `Senegal`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-01-16`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 259 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soy Meat`, Spread: 0.01, Open: 342.6, Price: 347.83, Buy: 342.6, Sell: 342.6, Change: 5.21, ChangePercent: 1.52, Volume: 5646, High: 345.4, Low: 340.3, YearlyHigh: 353.4, YearlyLow: 261.7, YearlyStart: 307.55, YearlyChange: 11.4, Settlement: `Loan`, Contract: `Swap`, Region: `Europe`, Country: `Finland`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-07-23`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 260 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Cocoa`, Spread: 0.01, Open: 3076, Price: 3041.58, Buy: 3076, Sell: 3076, Change: -34.45, ChangePercent: -1.12, Volume: 978, High: 3078, Low: 3066, YearlyHigh: 3406, YearlyLow: 2746, YearlyStart: 3076, YearlyChange: 0, Settlement: `Cash`, Contract: `Options`, Region: `Europe`, Country: `Norway`, Risk: `High`, Sector: `Government`, Currency: `PLN`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-07-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 261 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `BTC/USD`, Spread: 0.06, Open: 93.88, Price: 21135.18, Buy: 21200.76, Sell: 21400.78, Change: 134.41, ChangePercent: 0.64, Volume: 5788000, High: 22400.05, Low: 20100.75, YearlyHigh: 62400.7, YearlyLow: 15100.88, YearlyStart: 21200.29, YearlyChange: -20.62, Settlement: `Cash`, Contract: `Options`, Region: `Middle East`, Country: `UAE`, Risk: `High`, Sector: `Public`, Currency: `USD`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-08-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 262 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Diesel`, Spread: 0.015, Open: 1.3474, Price: 1.38, Buy: 1.35, Sell: 1.35, Change: 0.02, ChangePercent: 1.68, Volume: 2971, High: 1.36, Low: 1.34, YearlyHigh: 2.11, YearlyLow: 0.92, YearlyStart: 1.51, YearlyChange: -10.4, Settlement: `Cash`, Contract: `Forwards`, Region: `Asia Pacific`, Country: `India`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `High`, Issuer: `American Airlines`, Maturity: `2022-02-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 263 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soybean`, Spread: 0.01, Open: 1038, Price: 1058.14, Buy: 1038.61, Sell: 1038.62, Change: 19.52, ChangePercent: 1.88, Volume: 20356, High: 1044, Low: 1031.75, YearlyHigh: 1057, YearlyLow: 859.5, YearlyStart: 958.25, YearlyChange: 8.39, Settlement: `Cash`, Contract: `Futures`, Region: `Middle East`, Country: `Jordan`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-05-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 264 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `FD Cattle`, Spread: 0.01, Open: 147.175, Price: 149.02, Buy: 148.6, Sell: 148.61, Change: 0.41, ChangePercent: 0.28, Volume: 5, High: 148.61, Low: 147.18, YearlyHigh: 190, YearlyLow: 138.1, YearlyStart: 164.05, YearlyChange: -9.41, Settlement: `Credit`, Contract: `Swap`, Region: `South America`, Country: `Suriname`, Risk: `High`, Sector: `Private`, Currency: `PLN`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-08-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 265 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Coal`, Spread: 0.015, Open: 0.4363, Price: 0.42, Buy: 0.44, Sell: 0.44, Change: 0, ChangePercent: 0.28, Volume: 3, High: 0.44, Low: 0.44, YearlyHigh: 0.48, YearlyLow: 0.4, YearlyStart: 0.44, YearlyChange: -5.33, Settlement: `Credit`, Contract: `Options`, Region: `South America`, Country: `Ecuador`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-01-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 266 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `OJ Future`, Spread: 0.01, Open: 140.6, Price: 139.91, Buy: 140.18, Sell: 140.19, Change: -0.28, ChangePercent: -0.2, Volume: 7, High: 140.19, Low: 0, YearlyHigh: 155.95, YearlyLow: 113, YearlyStart: 134.47, YearlyChange: 4.25, Settlement: `Cash`, Contract: `Forwards`, Region: `Africa`, Country: `Ethiopia`, Risk: `Low`, Sector: `Public`, Currency: `USD`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-07-24`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 267 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Corn`, Spread: 0.01, Open: 379.5, Price: 384.36, Buy: 379.8, Sell: 379.81, Change: 4.56, ChangePercent: 1.2, Volume: 11266, High: 381, Low: 377.75, YearlyHigh: 471.25, YearlyLow: 351.25, YearlyStart: 411.25, YearlyChange: -7.65, Settlement: `Loan`, Contract: `Forwards`, Region: `Africa`, Country: `Niger`, Risk: `Low`, Sector: `Government`, Currency: `PLN`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-04-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 268 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Coal`, Spread: 0.015, Open: 0.4363, Price: 0.41, Buy: 0.44, Sell: 0.44, Change: -0.01, ChangePercent: -1.08, Volume: 3, High: 0.44, Low: 0.44, YearlyHigh: 0.48, YearlyLow: 0.4, YearlyStart: 0.44, YearlyChange: -5.33, Settlement: `Cash`, Contract: `Swap`, Region: `Africa`, Country: `Senegal`, Risk: `Low`, Sector: `Government`, Currency: `PLN`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-04-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 269 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P 600 MINI`, Spread: 0.01, Open: 687.9, Price: 693.11, Buy: 687.9, Sell: 687.9, Change: 5.23, ChangePercent: 0.76, Volume: 0, High: 0, Low: 0, YearlyHigh: 620.32, YearlyLow: 595.9, YearlyStart: 608.11, YearlyChange: 13.12, Settlement: `Cash`, Contract: `CFD`, Region: `Africa`, Country: `Ethiopia`, Risk: `High`, Sector: `Government`, Currency: `PLN`, Security: `Poor`, Issuer: `FedEx`, Maturity: `2022-02-22`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 270 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Silver`, Spread: 0.01, Open: 17.43, Price: 17.73, Buy: 17.43, Sell: 17.43, Change: 0.31, ChangePercent: 1.8, Volume: 11720, High: 17.51, Low: 17.37, YearlyHigh: 18.06, YearlyLow: 13.73, YearlyStart: 15.89, YearlyChange: 9.59, Settlement: `Cash`, Contract: `Swap`, Region: `South America`, Country: `Peru`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-05-21`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 271 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `OJ Future`, Spread: 0.01, Open: 140.6, Price: 141.03, Buy: 140.18, Sell: 140.19, Change: 0.84, ChangePercent: 0.6, Volume: 7, High: 140.19, Low: 0, YearlyHigh: 155.95, YearlyLow: 113, YearlyStart: 134.47, YearlyChange: 4.25, Settlement: `Cash`, Contract: `Options`, Region: `Asia Pacific`, Country: `China`, Risk: `High`, Sector: `Public`, Currency: `PLN`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-03-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 272 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Ethanol`, Spread: 0.01, Open: 1.512, Price: 2.74, Buy: 2.75, Sell: 2.76, Change: -0.01, ChangePercent: -0.6, Volume: 14, High: 2.75, Low: 1.12, YearlyHigh: 2.75, YearlyLow: 1.12, YearlyStart: 1.48, YearlyChange: 86.7, Settlement: `Credit`, Contract: `Futures`, Region: `Asia Pacific`, Country: `Singapore`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-03-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 273 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P 600 MINI`, Spread: 0.01, Open: 687.9, Price: 685.13, Buy: 687.9, Sell: 687.9, Change: -2.75, ChangePercent: -0.4, Volume: 0, High: 0, Low: 0, YearlyHigh: 620.32, YearlyLow: 595.9, YearlyStart: 608.11, YearlyChange: 13.12, Settlement: `Credit`, Contract: `Options`, Region: `Africa`, Country: `South Africa`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-04-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 274 }), + new FinancialDataAllItem({ Category: `Index`, Type: `DOW Future`, Spread: 0.01, Open: 17711, Price: 17818.42, Buy: 17712.15, Sell: 17712.16, Change: 106.27, ChangePercent: 0.6, Volume: 22236, High: 17727, Low: 17642, YearlyHigh: 18083, YearlyLow: 15299, YearlyStart: 16691, YearlyChange: 6.12, Settlement: `Credit`, Contract: `Futures`, Region: `Africa`, Country: `Nigeria`, Risk: `High`, Sector: `Public`, Currency: `USD`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-03-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 275 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Silver`, Spread: 0.01, Open: 17.43, Price: 17.1, Buy: 17.43, Sell: 17.43, Change: -0.32, ChangePercent: -1.84, Volume: 11720, High: 17.51, Low: 17.37, YearlyHigh: 18.06, YearlyLow: 13.73, YearlyStart: 15.89, YearlyChange: 9.59, Settlement: `Cash`, Contract: `Swap`, Region: `Asia Pacific`, Country: `India`, Risk: `Low`, Sector: `Public`, Currency: `PLN`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-09-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 276 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Wheat`, Spread: 0.01, Open: 465.5, Price: 470.92, Buy: 465.5, Sell: 465.5, Change: 5.4, ChangePercent: 1.16, Volume: 4318, High: 467, Low: 463.25, YearlyHigh: 628.5, YearlyLow: 449.5, YearlyStart: 539, YearlyChange: -13.63, Settlement: `Cash`, Contract: `Options`, Region: `Asia Pacific`, Country: `Philippines`, Risk: `High`, Sector: `Private`, Currency: `PLN`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-02-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 277 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Coffee`, Spread: 0.01, Open: 125.7, Price: 128, Buy: 125.7, Sell: 125.7, Change: 2.31, ChangePercent: 1.84, Volume: 1654, High: 125.8, Low: 125, YearlyHigh: 155.75, YearlyLow: 115.35, YearlyStart: 135.55, YearlyChange: -7.27, Settlement: `Cash`, Contract: `Swap`, Region: `Asia Pacific`, Country: `Azerbaijan`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-05-16`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 278 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `GBP/USD`, Spread: 0.02, Open: 1.4464, Price: 1.17, Buy: 1.18, Sell: 1.2, Change: -0.02, ChangePercent: -1.72, Volume: 29450, High: 1.45, Low: 1.19, YearlyHigh: 1.59, YearlyLow: 1.19, YearlyStart: 1.49, YearlyChange: -19.59, Settlement: `Credit`, Contract: `Futures`, Region: `Africa`, Country: `Algeria`, Risk: `Low`, Sector: `Government`, Currency: `PLN`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-08-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 279 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Uranium`, Spread: 0.02, Open: 27.55, Price: 27.8, Buy: 27.55, Sell: 27.55, Change: 0.22, ChangePercent: 0.8, Volume: 12, High: 27.55, Low: 27.55, YearlyHigh: 29.32, YearlyLow: 21.28, YearlyStart: 25.3, YearlyChange: 9.01, Settlement: `Cash`, Contract: `Futures`, Region: `Africa`, Country: `Tunisia`, Risk: `Low`, Sector: `Public`, Currency: `USD`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-01-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 280 }), + new FinancialDataAllItem({ Category: `Index`, Type: `DOW Future`, Spread: 0.01, Open: 17711, Price: 17697.98, Buy: 17712.15, Sell: 17712.16, Change: -14.17, ChangePercent: -0.08, Volume: 22236, High: 17727, Low: 17642, YearlyHigh: 18083, YearlyLow: 15299, YearlyStart: 16691, YearlyChange: 6.12, Settlement: `Credit`, Contract: `Options`, Region: `Middle East`, Country: `Lebanon`, Risk: `High`, Sector: `Private`, Currency: `PLN`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-04-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 281 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Milk`, Spread: 0.01, Open: 12.87, Price: 12.68, Buy: 12.87, Sell: 12.87, Change: -0.18, ChangePercent: -1.4, Volume: 7, High: 12.89, Low: 12.81, YearlyHigh: 16.96, YearlyLow: 12.81, YearlyStart: 14.88, YearlyChange: -13.6, Settlement: `Loan`, Contract: `Futures`, Region: `North America`, Country: `Mexico`, Risk: `Low`, Sector: `Public`, Currency: `EUR`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-04-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 282 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Natural Gas`, Spread: 0.02, Open: 2.094, Price: 2.11, Buy: 2.09, Sell: 2.09, Change: 0.01, ChangePercent: 0.4, Volume: 2783, High: 2.11, Low: 2.09, YearlyHigh: 3.2, YearlyLow: 1.84, YearlyStart: 2.52, YearlyChange: -16.51, Settlement: `Credit`, Contract: `Options`, Region: `Middle East`, Country: `Iraq`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-02-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 283 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Coal`, Spread: 0.015, Open: 0.4363, Price: 0.42, Buy: 0.44, Sell: 0.44, Change: 0, ChangePercent: -0.12, Volume: 3, High: 0.44, Low: 0.44, YearlyHigh: 0.48, YearlyLow: 0.4, YearlyStart: 0.44, YearlyChange: -5.33, Settlement: `Cash`, Contract: `Swap`, Region: `Middle East`, Country: `Syria`, Risk: `Low`, Sector: `Public`, Currency: `USD`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-09-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 284 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `GBP/USD`, Spread: 0.02, Open: 1.4464, Price: 1.22, Buy: 1.18, Sell: 1.2, Change: 0.03, ChangePercent: 1.84, Volume: 29450, High: 1.45, Low: 1.19, YearlyHigh: 1.59, YearlyLow: 1.19, YearlyStart: 1.49, YearlyChange: -19.59, Settlement: `Credit`, Contract: `Forwards`, Region: `South America`, Country: `Guyana`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-09-11`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 285 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P MID MINI`, Spread: 0.01, Open: 1454.3, Price: 1457.53, Buy: 1455.78, Sell: 1455.79, Change: 1.75, ChangePercent: 0.12, Volume: 338, High: 1455.78, Low: 1448, YearlyHigh: 1527.3, YearlyLow: 1236, YearlyStart: 1381.65, YearlyChange: 5.37, Settlement: `Loan`, Contract: `Options`, Region: `Asia Pacific`, Country: `Philippines`, Risk: `Low`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-05-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 286 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Silver`, Spread: 0.01, Open: 17.43, Price: 17.29, Buy: 17.43, Sell: 17.43, Change: -0.13, ChangePercent: -0.76, Volume: 11720, High: 17.51, Low: 17.37, YearlyHigh: 18.06, YearlyLow: 13.73, YearlyStart: 15.89, YearlyChange: 9.59, Settlement: `Cash`, Contract: `Options`, Region: `Asia Pacific`, Country: `New Zealand`, Risk: `High`, Sector: `Government`, Currency: `USD`, Security: `Poor`, Issuer: `American Airlines`, Maturity: `2022-07-27`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 287 }), + new FinancialDataAllItem({ Category: `Index`, Type: `NAS Future`, Spread: 0.01, Open: 4341.25, Price: 4257.93, Buy: 4341.25, Sell: 4341.25, Change: -83.35, ChangePercent: -1.92, Volume: 18259, High: 4347, Low: 4318, YearlyHigh: 4719.75, YearlyLow: 3867.75, YearlyStart: 4293.75, YearlyChange: 1.11, Settlement: `Loan`, Contract: `Futures`, Region: `South America`, Country: `Guyana`, Risk: `High`, Sector: `Private`, Currency: `PLN`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-05-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 288 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Ethanol`, Spread: 0.01, Open: 1.512, Price: 2.77, Buy: 2.75, Sell: 2.76, Change: 0.02, ChangePercent: 0.64, Volume: 14, High: 2.75, Low: 1.12, YearlyHigh: 2.75, YearlyLow: 1.12, YearlyStart: 1.48, YearlyChange: 86.7, Settlement: `Credit`, Contract: `Options`, Region: `Africa`, Country: `Morocco`, Risk: `Low`, Sector: `Government`, Currency: `PLN`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-05-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 289 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P MID MINI`, Spread: 0.01, Open: 1454.3, Price: 1466.85, Buy: 1455.78, Sell: 1455.79, Change: 11.07, ChangePercent: 0.76, Volume: 338, High: 1455.78, Low: 1448, YearlyHigh: 1527.3, YearlyLow: 1236, YearlyStart: 1381.65, YearlyChange: 5.37, Settlement: `Credit`, Contract: `CFD`, Region: `North America`, Country: `United States`, Risk: `Low`, Sector: `Government`, Currency: `PLN`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-05-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 290 }), + new FinancialDataAllItem({ Category: `Index`, Type: `DOW Future`, Spread: 0.01, Open: 17711, Price: 17825.51, Buy: 17712.15, Sell: 17712.16, Change: 113.36, ChangePercent: 0.64, Volume: 22236, High: 17727, Low: 17642, YearlyHigh: 18083, YearlyLow: 15299, YearlyStart: 16691, YearlyChange: 6.12, Settlement: `Cash`, Contract: `Options`, Region: `North America`, Country: `Canada`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-02-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 291 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `US 2Y Future`, Spread: 0.01, Open: 109.3984, Price: 108.38, Buy: 109.4, Sell: 109.4, Change: -1.01, ChangePercent: -0.92, Volume: 17742, High: 109.41, Low: 109.38, YearlyHigh: 109.8, YearlyLow: 108.62, YearlyStart: 109.21, YearlyChange: 0.16, Settlement: `Cash`, Contract: `CFD`, Region: `North America`, Country: `United States`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-02-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 292 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Platinum`, Spread: 0.01, Open: 1071.6, Price: 1053.1, Buy: 1071.09, Sell: 1071.1, Change: -18, ChangePercent: -1.68, Volume: 3039, High: 1081.2, Low: 1070.5, YearlyHigh: 1120.6, YearlyLow: 812.4, YearlyStart: 966.5, YearlyChange: 10.82, Settlement: `Credit`, Contract: `Futures`, Region: `Asia Pacific`, Country: `China`, Risk: `Low`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-07-24`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 293 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `BTC/USD`, Spread: 0.06, Open: 93.88, Price: 21177.18, Buy: 21200.76, Sell: 21400.78, Change: 176.41, ChangePercent: 0.84, Volume: 5788000, High: 22400.05, Low: 20100.75, YearlyHigh: 62400.7, YearlyLow: 15100.88, YearlyStart: 21200.29, YearlyChange: -20.62, Settlement: `Credit`, Contract: `Swap`, Region: `Middle East`, Country: `Oman`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-08-23`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 294 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Diesel`, Spread: 0.015, Open: 1.3474, Price: 1.33, Buy: 1.35, Sell: 1.35, Change: -0.03, ChangePercent: -1.84, Volume: 2971, High: 1.36, Low: 1.34, YearlyHigh: 2.11, YearlyLow: 0.92, YearlyStart: 1.51, YearlyChange: -10.4, Settlement: `Cash`, Contract: `Futures`, Region: `South America`, Country: `Paraguay`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-08-23`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 295 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Platinum`, Spread: 0.01, Open: 1071.6, Price: 1087.81, Buy: 1071.09, Sell: 1071.1, Change: 16.71, ChangePercent: 1.56, Volume: 3039, High: 1081.2, Low: 1070.5, YearlyHigh: 1120.6, YearlyLow: 812.4, YearlyStart: 966.5, YearlyChange: 10.82, Settlement: `Loan`, Contract: `Futures`, Region: `Europe`, Country: `Czechia`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-04-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 296 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Ethanol`, Spread: 0.01, Open: 1.512, Price: 2.8, Buy: 2.75, Sell: 2.76, Change: 0.05, ChangePercent: 1.84, Volume: 14, High: 2.75, Low: 1.12, YearlyHigh: 2.75, YearlyLow: 1.12, YearlyStart: 1.48, YearlyChange: 86.7, Settlement: `Credit`, Contract: `Swap`, Region: `Middle East`, Country: `Saudi Arabia`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-03-22`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 297 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soybean`, Spread: 0.01, Open: 1038, Price: 1053.99, Buy: 1038.61, Sell: 1038.62, Change: 15.37, ChangePercent: 1.48, Volume: 20356, High: 1044, Low: 1031.75, YearlyHigh: 1057, YearlyLow: 859.5, YearlyStart: 958.25, YearlyChange: 8.39, Settlement: `Cash`, Contract: `CFD`, Region: `Africa`, Country: `Tunisia`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-08-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 298 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `GBP/USD`, Spread: 0.02, Open: 1.4464, Price: 1.19, Buy: 1.18, Sell: 1.2, Change: 0, ChangePercent: -0.36, Volume: 29450, High: 1.45, Low: 1.19, YearlyHigh: 1.59, YearlyLow: 1.19, YearlyStart: 1.49, YearlyChange: -19.59, Settlement: `Cash`, Contract: `Forwards`, Region: `North America`, Country: `United States`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-02-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 299 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Ethanol`, Spread: 0.01, Open: 1.512, Price: 2.7, Buy: 2.75, Sell: 2.76, Change: -0.05, ChangePercent: -1.92, Volume: 14, High: 2.75, Low: 1.12, YearlyHigh: 2.75, YearlyLow: 1.12, YearlyStart: 1.48, YearlyChange: 86.7, Settlement: `Loan`, Contract: `Swap`, Region: `Middle East`, Country: `Oman`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-04-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 300 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Silver`, Spread: 0.01, Open: 17.43, Price: 17.39, Buy: 17.43, Sell: 17.43, Change: -0.03, ChangePercent: -0.2, Volume: 11720, High: 17.51, Low: 17.37, YearlyHigh: 18.06, YearlyLow: 13.73, YearlyStart: 15.89, YearlyChange: 9.59, Settlement: `Cash`, Contract: `Swap`, Region: `Africa`, Country: `Egypt`, Risk: `High`, Sector: `Private`, Currency: `PLN`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-04-24`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 301 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Sugar`, Spread: 0.01, Open: 15.68, Price: 14.96, Buy: 14.67, Sell: 14.68, Change: 0.29, ChangePercent: 1.96, Volume: 4949, High: 15.7, Low: 14.67, YearlyHigh: 16.87, YearlyLow: 11.37, YearlyStart: 14.12, YearlyChange: 3.92, Settlement: `Credit`, Contract: `Options`, Region: `Africa`, Country: `Cameroon`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-07-27`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 302 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Cocoa`, Spread: 0.01, Open: 3076, Price: 3117.86, Buy: 3076, Sell: 3076, Change: 41.83, ChangePercent: 1.36, Volume: 978, High: 3078, Low: 3066, YearlyHigh: 3406, YearlyLow: 2746, YearlyStart: 3076, YearlyChange: 0, Settlement: `Loan`, Contract: `Forwards`, Region: `Africa`, Country: `Algeria`, Risk: `Low`, Sector: `Public`, Currency: `PLN`, Security: `High`, Issuer: `FedEx`, Maturity: `2022-01-11`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 303 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Rice`, Spread: 0.01, Open: 11.245, Price: 10.44, Buy: 10.41, Sell: 10.42, Change: 0.02, ChangePercent: 0.28, Volume: 220, High: 11.38, Low: 10.42, YearlyHigh: 14.14, YearlyLow: 9.7, YearlyStart: 11.92, YearlyChange: -12.62, Settlement: `Loan`, Contract: `Forwards`, Region: `Asia Pacific`, Country: `China`, Risk: `Low`, Sector: `Public`, Currency: `USD`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-07-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 304 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soybean`, Spread: 0.01, Open: 1038, Price: 1026.15, Buy: 1038.61, Sell: 1038.62, Change: -12.47, ChangePercent: -1.2, Volume: 20356, High: 1044, Low: 1031.75, YearlyHigh: 1057, YearlyLow: 859.5, YearlyStart: 958.25, YearlyChange: 8.39, Settlement: `Cash`, Contract: `Futures`, Region: `North America`, Country: `United States`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `FedEx`, Maturity: `2022-02-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 305 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/CAD`, Spread: 0.02, Open: 0.7744, Price: 0.94, Buy: 0.94, Sell: 0.96, Change: -0.01, ChangePercent: -1.4, Volume: 13669, High: 0.95, Low: 0.77, YearlyHigh: 0.95, YearlyLow: 0.68, YearlyStart: 0.76, YearlyChange: 26.43, Settlement: `Credit`, Contract: `Swap`, Region: `North America`, Country: `Canada`, Risk: `Low`, Sector: `Public`, Currency: `USD`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-02-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 306 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Rice`, Spread: 0.01, Open: 11.245, Price: 10.3, Buy: 10.41, Sell: 10.42, Change: -0.12, ChangePercent: -1.08, Volume: 220, High: 11.38, Low: 10.42, YearlyHigh: 14.14, YearlyLow: 9.7, YearlyStart: 11.92, YearlyChange: -12.62, Settlement: `Cash`, Contract: `Futures`, Region: `Africa`, Country: `Libya`, Risk: `Low`, Sector: `Government`, Currency: `PLN`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-04-23`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 307 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soybean`, Spread: 0.01, Open: 1038, Price: 1026.15, Buy: 1038.61, Sell: 1038.62, Change: -12.47, ChangePercent: -1.2, Volume: 20356, High: 1044, Low: 1031.75, YearlyHigh: 1057, YearlyLow: 859.5, YearlyStart: 958.25, YearlyChange: 8.39, Settlement: `Cash`, Contract: `Futures`, Region: `Europe`, Country: `Hungary`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-06-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 308 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/CAD`, Spread: 0.02, Open: 0.7744, Price: 0.95, Buy: 0.94, Sell: 0.96, Change: 0, ChangePercent: -0.8, Volume: 13669, High: 0.95, Low: 0.77, YearlyHigh: 0.95, YearlyLow: 0.68, YearlyStart: 0.76, YearlyChange: 26.43, Settlement: `Cash`, Contract: `Forwards`, Region: `Asia Pacific`, Country: `Singapore`, Risk: `Low`, Sector: `Government`, Currency: `USD`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-08-16`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 309 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `US 30YR Future`, Spread: 0.01, Open: 164.875, Price: 160.94, Buy: 164.15, Sell: 164.16, Change: -3.22, ChangePercent: -1.96, Volume: 28012, High: 165.25, Low: 164.04, YearlyHigh: 169.38, YearlyLow: 151.47, YearlyStart: 160.43, YearlyChange: 2.33, Settlement: `Credit`, Contract: `Forwards`, Region: `Asia Pacific`, Country: `Thailand`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-09-22`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 310 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `US 10YR Future`, Spread: 0.01, Open: 130.5625, Price: 132.2, Buy: 130.56, Sell: 130.56, Change: 1.62, ChangePercent: 1.24, Volume: 189310, High: 130.63, Low: 130.44, YearlyHigh: 132.64, YearlyLow: 125.48, YearlyStart: 129.06, YearlyChange: 1.18, Settlement: `Credit`, Contract: `Forwards`, Region: `Asia Pacific`, Country: `India`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-09-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 311 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/CHF`, Spread: 0.02, Open: 1.0337, Price: 1.06, Buy: 1.03, Sell: 1.03, Change: 0.02, ChangePercent: 1.24, Volume: 5550, High: 1.03, Low: 1.03, YearlyHigh: 1.11, YearlyLow: 0.98, YearlyStart: 1.04, YearlyChange: -0.12, Settlement: `Cash`, Contract: `Swap`, Region: `Africa`, Country: `Ethiopia`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-03-24`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 312 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Lumber`, Spread: 0.01, Open: 303.9, Price: 308.62, Buy: 304.59, Sell: 304.6, Change: 4.02, ChangePercent: 1.32, Volume: 2, High: 304.6, Low: 303.9, YearlyHigh: 317.1, YearlyLow: 236, YearlyStart: 276.55, YearlyChange: 10.14, Settlement: `Credit`, Contract: `Options`, Region: `Europe`, Country: `Poland`, Risk: `Low`, Sector: `Public`, Currency: `EUR`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-09-16`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 313 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/CHF`, Spread: 0.02, Open: 1.0337, Price: 1.05, Buy: 1.03, Sell: 1.03, Change: 0.01, ChangePercent: 0.68, Volume: 5550, High: 1.03, Low: 1.03, YearlyHigh: 1.11, YearlyLow: 0.98, YearlyStart: 1.04, YearlyChange: -0.12, Settlement: `Credit`, Contract: `Swap`, Region: `North America`, Country: `Canada`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `Poor`, Issuer: `American Airlines`, Maturity: `2022-04-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 314 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `BTC/USD`, Spread: 0.06, Open: 93.88, Price: 21311.58, Buy: 21200.76, Sell: 21400.78, Change: 310.81, ChangePercent: 1.48, Volume: 5788000, High: 22400.05, Low: 20100.75, YearlyHigh: 62400.7, YearlyLow: 15100.88, YearlyStart: 21200.29, YearlyChange: -20.62, Settlement: `Credit`, Contract: `Forwards`, Region: `South America`, Country: `Colombia`, Risk: `Low`, Sector: `Government`, Currency: `PLN`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-03-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 315 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Lumber`, Spread: 0.01, Open: 303.9, Price: 308.86, Buy: 304.59, Sell: 304.6, Change: 4.26, ChangePercent: 1.4, Volume: 2, High: 304.6, Low: 303.9, YearlyHigh: 317.1, YearlyLow: 236, YearlyStart: 276.55, YearlyChange: 10.14, Settlement: `Loan`, Contract: `Futures`, Region: `Asia Pacific`, Country: `Korea`, Risk: `High`, Sector: `Public`, Currency: `PLN`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-03-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 316 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Wheat`, Spread: 0.01, Open: 465.5, Price: 472.78, Buy: 465.5, Sell: 465.5, Change: 7.26, ChangePercent: 1.56, Volume: 4318, High: 467, Low: 463.25, YearlyHigh: 628.5, YearlyLow: 449.5, YearlyStart: 539, YearlyChange: -13.63, Settlement: `Cash`, Contract: `Futures`, Region: `Europe`, Country: `Austria`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-04-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 317 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Oats`, Spread: 0.01, Open: 194.5, Price: 193.67, Buy: 194.21, Sell: 194.22, Change: -0.55, ChangePercent: -0.28, Volume: 64, High: 195.75, Low: 194, YearlyHigh: 241.25, YearlyLow: 183.75, YearlyStart: 212.5, YearlyChange: -8.6, Settlement: `Credit`, Contract: `Futures`, Region: `Middle East`, Country: `Lebanon`, Risk: `Low`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-06-11`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 318 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Wheat`, Spread: 0.01, Open: 465.5, Price: 467.75, Buy: 465.5, Sell: 465.5, Change: 2.23, ChangePercent: 0.48, Volume: 4318, High: 467, Low: 463.25, YearlyHigh: 628.5, YearlyLow: 449.5, YearlyStart: 539, YearlyChange: -13.63, Settlement: `Cash`, Contract: `CFD`, Region: `North America`, Country: `Mexico`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-04-11`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 319 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Gold`, Spread: 0.01, Open: 1281.1, Price: 1303.78, Buy: 1280.73, Sell: 1280.74, Change: 23.05, ChangePercent: 1.8, Volume: 48387, High: 1289.5, Low: 1279.1, YearlyHigh: 1306, YearlyLow: 1047.2, YearlyStart: 1176.6, YearlyChange: 8.85, Settlement: `Cash`, Contract: `Forwards`, Region: `Asia Pacific`, Country: `China`, Risk: `High`, Sector: `Private`, Currency: `PLN`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-02-19`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 320 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/JPY`, Spread: 0.02, Open: 9275.5, Price: 9140.03, Buy: 9277.32, Sell: 9277.34, Change: -137.3, ChangePercent: -1.48, Volume: 47734, High: 9277.33, Low: 0.93, YearlyHigh: 9483, YearlyLow: 0.93, YearlyStart: 4741.97, YearlyChange: 95.64, Settlement: `Cash`, Contract: `Futures`, Region: `Asia Pacific`, Country: `Hong Kong`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-03-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 321 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Rice`, Spread: 0.01, Open: 11.245, Price: 10.54, Buy: 10.41, Sell: 10.42, Change: 0.12, ChangePercent: 1.2, Volume: 220, High: 11.38, Low: 10.42, YearlyHigh: 14.14, YearlyLow: 9.7, YearlyStart: 11.92, YearlyChange: -12.62, Settlement: `Cash`, Contract: `Swap`, Region: `Africa`, Country: `Niger`, Risk: `Low`, Sector: `Public`, Currency: `PLN`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-07-11`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 322 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Coal`, Spread: 0.015, Open: 0.4363, Price: 0.42, Buy: 0.44, Sell: 0.44, Change: 0, ChangePercent: -0.2, Volume: 3, High: 0.44, Low: 0.44, YearlyHigh: 0.48, YearlyLow: 0.4, YearlyStart: 0.44, YearlyChange: -5.33, Settlement: `Credit`, Contract: `Forwards`, Region: `Europe`, Country: `Ireland`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-04-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 323 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Gold`, Spread: 0.01, Open: 1281.1, Price: 1261.78, Buy: 1280.73, Sell: 1280.74, Change: -18.95, ChangePercent: -1.48, Volume: 48387, High: 1289.5, Low: 1279.1, YearlyHigh: 1306, YearlyLow: 1047.2, YearlyStart: 1176.6, YearlyChange: 8.85, Settlement: `Loan`, Contract: `Forwards`, Region: `Africa`, Country: `Ethiopia`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-02-10`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 324 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `BTC/USD`, Spread: 0.06, Open: 93.88, Price: 21025.97, Buy: 21200.76, Sell: 21400.78, Change: 25.2, ChangePercent: 0.12, Volume: 5788000, High: 22400.05, Low: 20100.75, YearlyHigh: 62400.7, YearlyLow: 15100.88, YearlyStart: 21200.29, YearlyChange: -20.62, Settlement: `Cash`, Contract: `Swap`, Region: `Europe`, Country: `Estonia`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-05-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 325 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Diesel`, Spread: 0.015, Open: 1.3474, Price: 1.34, Buy: 1.35, Sell: 1.35, Change: -0.02, ChangePercent: -1.52, Volume: 2971, High: 1.36, Low: 1.34, YearlyHigh: 2.11, YearlyLow: 0.92, YearlyStart: 1.51, YearlyChange: -10.4, Settlement: `Credit`, Contract: `Forwards`, Region: `Europe`, Country: `Finland`, Risk: `Low`, Sector: `Public`, Currency: `EUR`, Security: `High`, Issuer: `FedEx`, Maturity: `2022-07-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 326 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Platinum`, Spread: 0.01, Open: 1071.6, Price: 1060.39, Buy: 1071.09, Sell: 1071.1, Change: -10.71, ChangePercent: -1, Volume: 3039, High: 1081.2, Low: 1070.5, YearlyHigh: 1120.6, YearlyLow: 812.4, YearlyStart: 966.5, YearlyChange: 10.82, Settlement: `Loan`, Contract: `Swap`, Region: `Europe`, Country: `Belgium`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-02-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 327 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Rice`, Spread: 0.01, Open: 11.245, Price: 10.57, Buy: 10.41, Sell: 10.42, Change: 0.15, ChangePercent: 1.52, Volume: 220, High: 11.38, Low: 10.42, YearlyHigh: 14.14, YearlyLow: 9.7, YearlyStart: 11.92, YearlyChange: -12.62, Settlement: `Cash`, Contract: `Futures`, Region: `Europe`, Country: `Ireland`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `High`, Issuer: `FedEx`, Maturity: `2022-05-24`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 328 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Sugar`, Spread: 0.01, Open: 15.68, Price: 14.8, Buy: 14.67, Sell: 14.68, Change: 0.13, ChangePercent: 0.84, Volume: 4949, High: 15.7, Low: 14.67, YearlyHigh: 16.87, YearlyLow: 11.37, YearlyStart: 14.12, YearlyChange: 3.92, Settlement: `Loan`, Contract: `Options`, Region: `Europe`, Country: `Denmark`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-04-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 329 }), + new FinancialDataAllItem({ Category: `Index`, Type: `NAS Future`, Spread: 0.01, Open: 4341.25, Price: 4327.39, Buy: 4341.25, Sell: 4341.25, Change: -13.89, ChangePercent: -0.32, Volume: 18259, High: 4347, Low: 4318, YearlyHigh: 4719.75, YearlyLow: 3867.75, YearlyStart: 4293.75, YearlyChange: 1.11, Settlement: `Loan`, Contract: `Forwards`, Region: `Europe`, Country: `Estonia`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-03-23`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 330 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `LV Cattle`, Spread: 0.01, Open: 120.725, Price: 122.15, Buy: 120.72, Sell: 120.72, Change: 1.45, ChangePercent: 1.2, Volume: 4, High: 120.72, Low: 120.72, YearlyHigh: 147.98, YearlyLow: 113.9, YearlyStart: 130.94, YearlyChange: -7.82, Settlement: `Cash`, Contract: `Swap`, Region: `North America`, Country: `United States`, Risk: `High`, Sector: `Government`, Currency: `PLN`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-02-19`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 331 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Palladium`, Spread: 0.01, Open: 600.55, Price: 612.06, Buy: 601, Sell: 601.01, Change: 11.06, ChangePercent: 1.84, Volume: 651, High: 607.2, Low: 598.4, YearlyHigh: 690, YearlyLow: 458.6, YearlyStart: 574.3, YearlyChange: 4.65, Settlement: `Cash`, Contract: `Options`, Region: `Middle East`, Country: `Bahrain`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-07-11`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 332 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Uranium`, Spread: 0.02, Open: 27.55, Price: 27.51, Buy: 27.55, Sell: 27.55, Change: -0.07, ChangePercent: -0.24, Volume: 12, High: 27.55, Low: 27.55, YearlyHigh: 29.32, YearlyLow: 21.28, YearlyStart: 25.3, YearlyChange: 9.01, Settlement: `Loan`, Contract: `CFD`, Region: `Europe`, Country: `Denmark`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-01-21`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 333 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `BTC/USD`, Spread: 0.06, Open: 93.88, Price: 20622.76, Buy: 21200.76, Sell: 21400.78, Change: -378.01, ChangePercent: -1.8, Volume: 5788000, High: 22400.05, Low: 20100.75, YearlyHigh: 62400.7, YearlyLow: 15100.88, YearlyStart: 21200.29, YearlyChange: -20.62, Settlement: `Credit`, Contract: `Futures`, Region: `South America`, Country: `Venezuela`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `Poor`, Issuer: `FedEx`, Maturity: `2022-06-27`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 334 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Ethanol`, Spread: 0.01, Open: 1.512, Price: 2.79, Buy: 2.75, Sell: 2.76, Change: 0.04, ChangePercent: 1.36, Volume: 14, High: 2.75, Low: 1.12, YearlyHigh: 2.75, YearlyLow: 1.12, YearlyStart: 1.48, YearlyChange: 86.7, Settlement: `Cash`, Contract: `Forwards`, Region: `Asia Pacific`, Country: `Singapore`, Risk: `High`, Sector: `Government`, Currency: `USD`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-04-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 335 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Diesel`, Spread: 0.015, Open: 1.3474, Price: 1.36, Buy: 1.35, Sell: 1.35, Change: 0, ChangePercent: 0.08, Volume: 2971, High: 1.36, Low: 1.34, YearlyHigh: 2.11, YearlyLow: 0.92, YearlyStart: 1.51, YearlyChange: -10.4, Settlement: `Loan`, Contract: `CFD`, Region: `Asia Pacific`, Country: `China`, Risk: `Low`, Sector: `Government`, Currency: `USD`, Security: `Poor`, Issuer: `American Airlines`, Maturity: `2022-05-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 336 }), + new FinancialDataAllItem({ Category: `Index`, Type: `NAS Future`, Spread: 0.01, Open: 4341.25, Price: 4299.6, Buy: 4341.25, Sell: 4341.25, Change: -41.68, ChangePercent: -0.96, Volume: 18259, High: 4347, Low: 4318, YearlyHigh: 4719.75, YearlyLow: 3867.75, YearlyStart: 4293.75, YearlyChange: 1.11, Settlement: `Credit`, Contract: `Swap`, Region: `Africa`, Country: `Senegal`, Risk: `Low`, Sector: `Public`, Currency: `USD`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-03-23`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 337 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Lumber`, Spread: 0.01, Open: 303.9, Price: 304.11, Buy: 304.59, Sell: 304.6, Change: -0.49, ChangePercent: -0.16, Volume: 2, High: 304.6, Low: 303.9, YearlyHigh: 317.1, YearlyLow: 236, YearlyStart: 276.55, YearlyChange: 10.14, Settlement: `Credit`, Contract: `Swap`, Region: `Middle East`, Country: `Lebanon`, Risk: `Low`, Sector: `Public`, Currency: `EUR`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-03-24`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 338 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Natural Gas`, Spread: 0.02, Open: 2.094, Price: 2.12, Buy: 2.09, Sell: 2.09, Change: 0.02, ChangePercent: 0.84, Volume: 2783, High: 2.11, Low: 2.09, YearlyHigh: 3.2, YearlyLow: 1.84, YearlyStart: 2.52, YearlyChange: -16.51, Settlement: `Cash`, Contract: `Futures`, Region: `Europe`, Country: `Bulgaria`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-02-24`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 339 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Wheat`, Spread: 0.01, Open: 465.5, Price: 472.6, Buy: 465.5, Sell: 465.5, Change: 7.08, ChangePercent: 1.52, Volume: 4318, High: 467, Low: 463.25, YearlyHigh: 628.5, YearlyLow: 449.5, YearlyStart: 539, YearlyChange: -13.63, Settlement: `Cash`, Contract: `Swap`, Region: `Africa`, Country: `Ethiopia`, Risk: `High`, Sector: `Private`, Currency: `PLN`, Security: `Poor`, Issuer: `FedEx`, Maturity: `2022-06-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 340 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/CAD`, Spread: 0.02, Open: 0.7744, Price: 0.96, Buy: 0.94, Sell: 0.96, Change: 0.01, ChangePercent: 0.64, Volume: 13669, High: 0.95, Low: 0.77, YearlyHigh: 0.95, YearlyLow: 0.68, YearlyStart: 0.76, YearlyChange: 26.43, Settlement: `Credit`, Contract: `Futures`, Region: `Asia Pacific`, Country: `Philippines`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `High`, Issuer: `FedEx`, Maturity: `2022-03-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 341 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P MID MINI`, Spread: 0.01, Open: 1454.3, Price: 1477.33, Buy: 1455.78, Sell: 1455.79, Change: 21.55, ChangePercent: 1.48, Volume: 338, High: 1455.78, Low: 1448, YearlyHigh: 1527.3, YearlyLow: 1236, YearlyStart: 1381.65, YearlyChange: 5.37, Settlement: `Credit`, Contract: `Futures`, Region: `Europe`, Country: `United Kingdom`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-02-19`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 342 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Ethanol`, Spread: 0.01, Open: 1.512, Price: 2.8, Buy: 2.75, Sell: 2.76, Change: 0.05, ChangePercent: 1.8, Volume: 14, High: 2.75, Low: 1.12, YearlyHigh: 2.75, YearlyLow: 1.12, YearlyStart: 1.48, YearlyChange: 86.7, Settlement: `Credit`, Contract: `Futures`, Region: `Middle East`, Country: `Syria`, Risk: `High`, Sector: `Private`, Currency: `PLN`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-05-16`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 343 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/CHF`, Spread: 0.02, Open: 1.0337, Price: 1.05, Buy: 1.03, Sell: 1.03, Change: 0.01, ChangePercent: 0.88, Volume: 5550, High: 1.03, Low: 1.03, YearlyHigh: 1.11, YearlyLow: 0.98, YearlyStart: 1.04, YearlyChange: -0.12, Settlement: `Loan`, Contract: `Options`, Region: `Middle East`, Country: `Kuwait`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-04-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 344 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `US 30YR Future`, Spread: 0.01, Open: 164.875, Price: 163.24, Buy: 164.15, Sell: 164.16, Change: -0.92, ChangePercent: -0.56, Volume: 28012, High: 165.25, Low: 164.04, YearlyHigh: 169.38, YearlyLow: 151.47, YearlyStart: 160.43, YearlyChange: 2.33, Settlement: `Credit`, Contract: `Options`, Region: `Europe`, Country: `Croatia`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-03-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 345 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Cotton`, Spread: 0.01, Open: 61.77, Price: 62.9, Buy: 61.77, Sell: 61.77, Change: 1.14, ChangePercent: 1.84, Volume: 3612, High: 62.06, Low: 61.32, YearlyHigh: 67.59, YearlyLow: 54.33, YearlyStart: 60.96, YearlyChange: 1.31, Settlement: `Loan`, Contract: `CFD`, Region: `Europe`, Country: `Portugal`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-02-22`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 346 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Sugar`, Spread: 0.01, Open: 15.68, Price: 14.94, Buy: 14.67, Sell: 14.68, Change: 0.27, ChangePercent: 1.8, Volume: 4949, High: 15.7, Low: 14.67, YearlyHigh: 16.87, YearlyLow: 11.37, YearlyStart: 14.12, YearlyChange: 3.92, Settlement: `Credit`, Contract: `Swap`, Region: `Middle East`, Country: `Kuwait`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-06-11`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 347 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soy Meat`, Spread: 0.01, Open: 342.6, Price: 338.1, Buy: 342.6, Sell: 342.6, Change: -4.52, ChangePercent: -1.32, Volume: 5646, High: 345.4, Low: 340.3, YearlyHigh: 353.4, YearlyLow: 261.7, YearlyStart: 307.55, YearlyChange: 11.4, Settlement: `Cash`, Contract: `Forwards`, Region: `North America`, Country: `Mexico`, Risk: `Low`, Sector: `Public`, Currency: `PLN`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-08-16`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 348 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `AUD/USD`, Spread: 0.02, Open: 0.7344, Price: 0.74, Buy: 0.73, Sell: 0.73, Change: 0, ChangePercent: -0.04, Volume: 36764, High: 0.74, Low: 0.73, YearlyHigh: 0.79, YearlyLow: 0.68, YearlyStart: 0.73, YearlyChange: 1.28, Settlement: `Credit`, Contract: `Swap`, Region: `Asia Pacific`, Country: `New Zealand`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-06-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 349 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P MID MINI`, Spread: 0.01, Open: 1454.3, Price: 1459.86, Buy: 1455.78, Sell: 1455.79, Change: 4.08, ChangePercent: 0.28, Volume: 338, High: 1455.78, Low: 1448, YearlyHigh: 1527.3, YearlyLow: 1236, YearlyStart: 1381.65, YearlyChange: 5.37, Settlement: `Cash`, Contract: `Swap`, Region: `South America`, Country: `Bolivia`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-01-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 350 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soy oil`, Spread: 0.01, Open: 33.26, Price: 34.07, Buy: 33.77, Sell: 33.78, Change: 0.3, ChangePercent: 0.88, Volume: 10592, High: 33.77, Low: 33.06, YearlyHigh: 35.43, YearlyLow: 26.61, YearlyStart: 31.02, YearlyChange: 8.87, Settlement: `Loan`, Contract: `Forwards`, Region: `Middle East`, Country: `Israel`, Risk: `Low`, Sector: `Government`, Currency: `USD`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-05-21`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 351 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P 600 MINI`, Spread: 0.01, Open: 687.9, Price: 687.05, Buy: 687.9, Sell: 687.9, Change: -0.83, ChangePercent: -0.12, Volume: 0, High: 0, Low: 0, YearlyHigh: 620.32, YearlyLow: 595.9, YearlyStart: 608.11, YearlyChange: 13.12, Settlement: `Loan`, Contract: `Forwards`, Region: `Asia Pacific`, Country: `Singapore`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-08-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 352 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Platinum`, Spread: 0.01, Open: 1071.6, Price: 1064.67, Buy: 1071.09, Sell: 1071.1, Change: -6.43, ChangePercent: -0.6, Volume: 3039, High: 1081.2, Low: 1070.5, YearlyHigh: 1120.6, YearlyLow: 812.4, YearlyStart: 966.5, YearlyChange: 10.82, Settlement: `Cash`, Contract: `Swap`, Region: `Asia Pacific`, Country: `Taiwan`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-09-19`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 353 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Coal`, Spread: 0.015, Open: 0.4363, Price: 0.41, Buy: 0.44, Sell: 0.44, Change: -0.01, ChangePercent: -0.92, Volume: 3, High: 0.44, Low: 0.44, YearlyHigh: 0.48, YearlyLow: 0.4, YearlyStart: 0.44, YearlyChange: -5.33, Settlement: `Cash`, Contract: `Options`, Region: `Asia Pacific`, Country: `India`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-03-19`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 354 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Silver`, Spread: 0.01, Open: 17.43, Price: 17.14, Buy: 17.43, Sell: 17.43, Change: -0.28, ChangePercent: -1.6, Volume: 11720, High: 17.51, Low: 17.37, YearlyHigh: 18.06, YearlyLow: 13.73, YearlyStart: 15.89, YearlyChange: 9.59, Settlement: `Credit`, Contract: `Swap`, Region: `Africa`, Country: `Morocco`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-01-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 355 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soy oil`, Spread: 0.01, Open: 33.26, Price: 33.43, Buy: 33.77, Sell: 33.78, Change: -0.34, ChangePercent: -1, Volume: 10592, High: 33.77, Low: 33.06, YearlyHigh: 35.43, YearlyLow: 26.61, YearlyStart: 31.02, YearlyChange: 8.87, Settlement: `Loan`, Contract: `Futures`, Region: `Middle East`, Country: `Kuwait`, Risk: `Low`, Sector: `Public`, Currency: `USD`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-06-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 356 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/CHF`, Spread: 0.02, Open: 1.0337, Price: 1.04, Buy: 1.03, Sell: 1.03, Change: 0, ChangePercent: -0.56, Volume: 5550, High: 1.03, Low: 1.03, YearlyHigh: 1.11, YearlyLow: 0.98, YearlyStart: 1.04, YearlyChange: -0.12, Settlement: `Loan`, Contract: `Options`, Region: `Europe`, Country: `Greece`, Risk: `High`, Sector: `Public`, Currency: `USD`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-09-21`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 357 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Lumber`, Spread: 0.01, Open: 303.9, Price: 301.55, Buy: 304.59, Sell: 304.6, Change: -3.05, ChangePercent: -1, Volume: 2, High: 304.6, Low: 303.9, YearlyHigh: 317.1, YearlyLow: 236, YearlyStart: 276.55, YearlyChange: 10.14, Settlement: `Loan`, Contract: `Forwards`, Region: `South America`, Country: `Bolivia`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `High`, Issuer: `American Airlines`, Maturity: `2022-07-19`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 358 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `GBP/USD`, Spread: 0.02, Open: 1.4464, Price: 1.18, Buy: 1.18, Sell: 1.2, Change: -0.01, ChangePercent: -1.28, Volume: 29450, High: 1.45, Low: 1.19, YearlyHigh: 1.59, YearlyLow: 1.19, YearlyStart: 1.49, YearlyChange: -19.59, Settlement: `Credit`, Contract: `Swap`, Region: `Middle East`, Country: `Oman`, Risk: `Low`, Sector: `Public`, Currency: `PLN`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-02-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 359 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Sugar`, Spread: 0.01, Open: 15.68, Price: 14.39, Buy: 14.67, Sell: 14.68, Change: -0.28, ChangePercent: -1.96, Volume: 4949, High: 15.7, Low: 14.67, YearlyHigh: 16.87, YearlyLow: 11.37, YearlyStart: 14.12, YearlyChange: 3.92, Settlement: `Cash`, Contract: `Futures`, Region: `Middle East`, Country: `UAE`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-06-11`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 360 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `LV Cattle`, Spread: 0.01, Open: 120.725, Price: 120.32, Buy: 120.72, Sell: 120.72, Change: -0.39, ChangePercent: -0.32, Volume: 4, High: 120.72, Low: 120.72, YearlyHigh: 147.98, YearlyLow: 113.9, YearlyStart: 130.94, YearlyChange: -7.82, Settlement: `Credit`, Contract: `Swap`, Region: `Africa`, Country: `South Africa`, Risk: `Low`, Sector: `Government`, Currency: `USD`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-06-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 361 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P Future`, Spread: 0.01, Open: 2057.5, Price: 2033.57, Buy: 2056.6, Sell: 2056.61, Change: -23.03, ChangePercent: -1.12, Volume: 142780, High: 2059.5, Low: 2049, YearlyHigh: 2105.5, YearlyLow: 1794.5, YearlyStart: 1950, YearlyChange: 5.47, Settlement: `Cash`, Contract: `Swap`, Region: `Asia Pacific`, Country: `Pakistan`, Risk: `High`, Sector: `Private`, Currency: `PLN`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-06-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 362 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `Euro$ 3M`, Spread: 0.01, Open: 99.18, Price: 99.8, Buy: 99.18, Sell: 99.18, Change: 0.63, ChangePercent: 0.64, Volume: 29509, High: 99.18, Low: 99.17, YearlyHigh: 99.38, YearlyLow: 98.41, YearlyStart: 98.89, YearlyChange: 0.28, Settlement: `Cash`, Contract: `Futures`, Region: `Europe`, Country: `United Kingdom`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-04-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 363 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `Euro$ 3M`, Spread: 0.01, Open: 99.18, Price: 99.61, Buy: 99.18, Sell: 99.18, Change: 0.44, ChangePercent: 0.44, Volume: 29509, High: 99.18, Low: 99.17, YearlyHigh: 99.38, YearlyLow: 98.41, YearlyStart: 98.89, YearlyChange: 0.28, Settlement: `Cash`, Contract: `Options`, Region: `Africa`, Country: `Niger`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-09-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 364 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P MID MINI`, Spread: 0.01, Open: 1454.3, Price: 1448.79, Buy: 1455.78, Sell: 1455.79, Change: -6.99, ChangePercent: -0.48, Volume: 338, High: 1455.78, Low: 1448, YearlyHigh: 1527.3, YearlyLow: 1236, YearlyStart: 1381.65, YearlyChange: 5.37, Settlement: `Loan`, Contract: `CFD`, Region: `Middle East`, Country: `Israel`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-02-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 365 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/CAD`, Spread: 0.02, Open: 0.7744, Price: 0.94, Buy: 0.94, Sell: 0.96, Change: -0.01, ChangePercent: -1, Volume: 13669, High: 0.95, Low: 0.77, YearlyHigh: 0.95, YearlyLow: 0.68, YearlyStart: 0.76, YearlyChange: 26.43, Settlement: `Cash`, Contract: `Futures`, Region: `North America`, Country: `Mexico`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-05-27`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 366 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Wheat`, Spread: 0.01, Open: 465.5, Price: 462.54, Buy: 465.5, Sell: 465.5, Change: -2.98, ChangePercent: -0.64, Volume: 4318, High: 467, Low: 463.25, YearlyHigh: 628.5, YearlyLow: 449.5, YearlyStart: 539, YearlyChange: -13.63, Settlement: `Loan`, Contract: `CFD`, Region: `North America`, Country: `United States`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-09-27`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 367 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P 600 MINI`, Spread: 0.01, Open: 687.9, Price: 689.81, Buy: 687.9, Sell: 687.9, Change: 1.93, ChangePercent: 0.28, Volume: 0, High: 0, Low: 0, YearlyHigh: 620.32, YearlyLow: 595.9, YearlyStart: 608.11, YearlyChange: 13.12, Settlement: `Credit`, Contract: `Swap`, Region: `Africa`, Country: `Ethiopia`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-02-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 368 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Cocoa`, Spread: 0.01, Open: 3076, Price: 3119.09, Buy: 3076, Sell: 3076, Change: 43.06, ChangePercent: 1.4, Volume: 978, High: 3078, Low: 3066, YearlyHigh: 3406, YearlyLow: 2746, YearlyStart: 3076, YearlyChange: 0, Settlement: `Loan`, Contract: `Forwards`, Region: `Africa`, Country: `South Africa`, Risk: `High`, Sector: `Government`, Currency: `PLN`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-02-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 369 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `US 10YR Future`, Spread: 0.01, Open: 130.5625, Price: 131.84, Buy: 130.56, Sell: 130.56, Change: 1.26, ChangePercent: 0.96, Volume: 189310, High: 130.63, Low: 130.44, YearlyHigh: 132.64, YearlyLow: 125.48, YearlyStart: 129.06, YearlyChange: 1.18, Settlement: `Credit`, Contract: `CFD`, Region: `South America`, Country: `Uruguay`, Risk: `High`, Sector: `Government`, Currency: `PLN`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-07-11`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 370 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Silver`, Spread: 0.01, Open: 17.43, Price: 17.34, Buy: 17.43, Sell: 17.43, Change: -0.08, ChangePercent: -0.48, Volume: 11720, High: 17.51, Low: 17.37, YearlyHigh: 18.06, YearlyLow: 13.73, YearlyStart: 15.89, YearlyChange: 9.59, Settlement: `Cash`, Contract: `Options`, Region: `South America`, Country: `Paraguay`, Risk: `High`, Sector: `Public`, Currency: `PLN`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-04-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 371 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `OJ Future`, Spread: 0.01, Open: 140.6, Price: 142.54, Buy: 140.18, Sell: 140.19, Change: 2.35, ChangePercent: 1.68, Volume: 7, High: 140.19, Low: 0, YearlyHigh: 155.95, YearlyLow: 113, YearlyStart: 134.47, YearlyChange: 4.25, Settlement: `Cash`, Contract: `Futures`, Region: `Middle East`, Country: `Iraq`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `Poor`, Issuer: `FedEx`, Maturity: `2022-08-11`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 372 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Oil`, Spread: 0.015, Open: 45.54, Price: 45.84, Buy: 45.78, Sell: 45.8, Change: 0.05, ChangePercent: 0.12, Volume: 107196, High: 45.94, Low: 45, YearlyHigh: 65.28, YearlyLow: 30.79, YearlyStart: 48.03, YearlyChange: -4.67, Settlement: `Cash`, Contract: `Futures`, Region: `Europe`, Country: `Switzerland`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-06-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 373 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Silver`, Spread: 0.01, Open: 17.43, Price: 17.21, Buy: 17.43, Sell: 17.43, Change: -0.21, ChangePercent: -1.2, Volume: 11720, High: 17.51, Low: 17.37, YearlyHigh: 18.06, YearlyLow: 13.73, YearlyStart: 15.89, YearlyChange: 9.59, Settlement: `Credit`, Contract: `Swap`, Region: `Asia Pacific`, Country: `Australia`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-09-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 374 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Wheat`, Spread: 0.01, Open: 465.5, Price: 474.09, Buy: 465.5, Sell: 465.5, Change: 8.57, ChangePercent: 1.84, Volume: 4318, High: 467, Low: 463.25, YearlyHigh: 628.5, YearlyLow: 449.5, YearlyStart: 539, YearlyChange: -13.63, Settlement: `Loan`, Contract: `CFD`, Region: `Europe`, Country: `Poland`, Risk: `Low`, Sector: `Public`, Currency: `PLN`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-03-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 375 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Gold`, Spread: 0.01, Open: 1281.1, Price: 1293.03, Buy: 1280.73, Sell: 1280.74, Change: 12.3, ChangePercent: 0.96, Volume: 48387, High: 1289.5, Low: 1279.1, YearlyHigh: 1306, YearlyLow: 1047.2, YearlyStart: 1176.6, YearlyChange: 8.85, Settlement: `Cash`, Contract: `Options`, Region: `Asia Pacific`, Country: `Japan`, Risk: `Low`, Sector: `Public`, Currency: `PLN`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-03-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 376 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soy Meat`, Spread: 0.01, Open: 342.6, Price: 338.51, Buy: 342.6, Sell: 342.6, Change: -4.11, ChangePercent: -1.2, Volume: 5646, High: 345.4, Low: 340.3, YearlyHigh: 353.4, YearlyLow: 261.7, YearlyStart: 307.55, YearlyChange: 11.4, Settlement: `Loan`, Contract: `CFD`, Region: `Middle East`, Country: `Lebanon`, Risk: `Low`, Sector: `Government`, Currency: `PLN`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-09-19`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 377 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `US 30YR Future`, Spread: 0.01, Open: 164.875, Price: 162.78, Buy: 164.15, Sell: 164.16, Change: -1.38, ChangePercent: -0.84, Volume: 28012, High: 165.25, Low: 164.04, YearlyHigh: 169.38, YearlyLow: 151.47, YearlyStart: 160.43, YearlyChange: 2.33, Settlement: `Cash`, Contract: `Swap`, Region: `Middle East`, Country: `Kuwait`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-07-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 378 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Cotton`, Spread: 0.01, Open: 61.77, Price: 62.5, Buy: 61.77, Sell: 61.77, Change: 0.74, ChangePercent: 1.2, Volume: 3612, High: 62.06, Low: 61.32, YearlyHigh: 67.59, YearlyLow: 54.33, YearlyStart: 60.96, YearlyChange: 1.31, Settlement: `Credit`, Contract: `Futures`, Region: `Europe`, Country: `Estonia`, Risk: `High`, Sector: `Public`, Currency: `PLN`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-02-23`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 379 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `FD Cattle`, Spread: 0.01, Open: 147.175, Price: 146.76, Buy: 148.6, Sell: 148.61, Change: -1.85, ChangePercent: -1.24, Volume: 5, High: 148.61, Low: 147.18, YearlyHigh: 190, YearlyLow: 138.1, YearlyStart: 164.05, YearlyChange: -9.41, Settlement: `Loan`, Contract: `Swap`, Region: `Europe`, Country: `Austria`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-04-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 380 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P Future`, Spread: 0.01, Open: 2057.5, Price: 2055.78, Buy: 2056.6, Sell: 2056.61, Change: -0.82, ChangePercent: -0.04, Volume: 142780, High: 2059.5, Low: 2049, YearlyHigh: 2105.5, YearlyLow: 1794.5, YearlyStart: 1950, YearlyChange: 5.47, Settlement: `Cash`, Contract: `Options`, Region: `Europe`, Country: `Finland`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-02-22`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 381 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Cocoa`, Spread: 0.01, Open: 3076, Price: 3028.04, Buy: 3076, Sell: 3076, Change: -47.99, ChangePercent: -1.56, Volume: 978, High: 3078, Low: 3066, YearlyHigh: 3406, YearlyLow: 2746, YearlyStart: 3076, YearlyChange: 0, Settlement: `Loan`, Contract: `Swap`, Region: `South America`, Country: `Ecuador`, Risk: `Low`, Sector: `Public`, Currency: `PLN`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-08-21`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 382 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soybean`, Spread: 0.01, Open: 1038, Price: 1036.96, Buy: 1038.61, Sell: 1038.62, Change: -1.66, ChangePercent: -0.16, Volume: 20356, High: 1044, Low: 1031.75, YearlyHigh: 1057, YearlyLow: 859.5, YearlyStart: 958.25, YearlyChange: 8.39, Settlement: `Cash`, Contract: `Forwards`, Region: `Middle East`, Country: `Iran`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-08-24`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 383 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `AUD/USD`, Spread: 0.02, Open: 0.7344, Price: 0.74, Buy: 0.73, Sell: 0.73, Change: 0, ChangePercent: -0.48, Volume: 36764, High: 0.74, Low: 0.73, YearlyHigh: 0.79, YearlyLow: 0.68, YearlyStart: 0.73, YearlyChange: 1.28, Settlement: `Cash`, Contract: `CFD`, Region: `Africa`, Country: `Niger`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-03-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 384 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `US 30YR Future`, Spread: 0.01, Open: 164.875, Price: 164.42, Buy: 164.15, Sell: 164.16, Change: 0.26, ChangePercent: 0.16, Volume: 28012, High: 165.25, Low: 164.04, YearlyHigh: 169.38, YearlyLow: 151.47, YearlyStart: 160.43, YearlyChange: 2.33, Settlement: `Credit`, Contract: `Futures`, Region: `Middle East`, Country: `UAE`, Risk: `Low`, Sector: `Government`, Currency: `PLN`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-03-16`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 385 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `Euro$ 3M`, Spread: 0.01, Open: 99.18, Price: 100.4, Buy: 99.18, Sell: 99.18, Change: 1.23, ChangePercent: 1.24, Volume: 29509, High: 99.18, Low: 99.17, YearlyHigh: 99.38, YearlyLow: 98.41, YearlyStart: 98.89, YearlyChange: 0.28, Settlement: `Cash`, Contract: `Swap`, Region: `Middle East`, Country: `Bahrain`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-08-21`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 386 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `LV Cattle`, Spread: 0.01, Open: 120.725, Price: 123.07, Buy: 120.72, Sell: 120.72, Change: 2.36, ChangePercent: 1.96, Volume: 4, High: 120.72, Low: 120.72, YearlyHigh: 147.98, YearlyLow: 113.9, YearlyStart: 130.94, YearlyChange: -7.82, Settlement: `Cash`, Contract: `Forwards`, Region: `Middle East`, Country: `Bahrain`, Risk: `High`, Sector: `Government`, Currency: `PLN`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-06-23`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 387 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `FD Cattle`, Spread: 0.01, Open: 147.175, Price: 150.39, Buy: 148.6, Sell: 148.61, Change: 1.78, ChangePercent: 1.2, Volume: 5, High: 148.61, Low: 147.18, YearlyHigh: 190, YearlyLow: 138.1, YearlyStart: 164.05, YearlyChange: -9.41, Settlement: `Cash`, Contract: `Options`, Region: `Asia Pacific`, Country: `Pakistan`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-08-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 388 }), + new FinancialDataAllItem({ Category: `Index`, Type: `NAS Future`, Spread: 0.01, Open: 4341.25, Price: 4327.39, Buy: 4341.25, Sell: 4341.25, Change: -13.89, ChangePercent: -0.32, Volume: 18259, High: 4347, Low: 4318, YearlyHigh: 4719.75, YearlyLow: 3867.75, YearlyStart: 4293.75, YearlyChange: 1.11, Settlement: `Credit`, Contract: `Futures`, Region: `South America`, Country: `Venezuela`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-09-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 389 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Lumber`, Spread: 0.01, Open: 303.9, Price: 298.63, Buy: 304.59, Sell: 304.6, Change: -5.97, ChangePercent: -1.96, Volume: 2, High: 304.6, Low: 303.9, YearlyHigh: 317.1, YearlyLow: 236, YearlyStart: 276.55, YearlyChange: 10.14, Settlement: `Cash`, Contract: `Futures`, Region: `Europe`, Country: `Iceland`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-05-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 390 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Rice`, Spread: 0.01, Open: 11.245, Price: 10.51, Buy: 10.41, Sell: 10.42, Change: 0.09, ChangePercent: 0.92, Volume: 220, High: 11.38, Low: 10.42, YearlyHigh: 14.14, YearlyLow: 9.7, YearlyStart: 11.92, YearlyChange: -12.62, Settlement: `Credit`, Contract: `Futures`, Region: `Asia Pacific`, Country: `Malaysia`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-02-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 391 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Natural Gas`, Spread: 0.02, Open: 2.094, Price: 2.08, Buy: 2.09, Sell: 2.09, Change: -0.02, ChangePercent: -1, Volume: 2783, High: 2.11, Low: 2.09, YearlyHigh: 3.2, YearlyLow: 1.84, YearlyStart: 2.52, YearlyChange: -16.51, Settlement: `Cash`, Contract: `Options`, Region: `Asia Pacific`, Country: `Philippines`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-03-27`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 392 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P Future`, Spread: 0.01, Open: 2057.5, Price: 2035.21, Buy: 2056.6, Sell: 2056.61, Change: -21.39, ChangePercent: -1.04, Volume: 142780, High: 2059.5, Low: 2049, YearlyHigh: 2105.5, YearlyLow: 1794.5, YearlyStart: 1950, YearlyChange: 5.47, Settlement: `Cash`, Contract: `CFD`, Region: `Africa`, Country: `Egypt`, Risk: `High`, Sector: `Private`, Currency: `PLN`, Security: `High`, Issuer: `American Airlines`, Maturity: `2022-05-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 393 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soy oil`, Spread: 0.01, Open: 33.26, Price: 33.53, Buy: 33.77, Sell: 33.78, Change: -0.24, ChangePercent: -0.72, Volume: 10592, High: 33.77, Low: 33.06, YearlyHigh: 35.43, YearlyLow: 26.61, YearlyStart: 31.02, YearlyChange: 8.87, Settlement: `Cash`, Contract: `CFD`, Region: `Africa`, Country: `Cameroon`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-04-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 394 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `US 10YR Future`, Spread: 0.01, Open: 130.5625, Price: 128.6, Buy: 130.56, Sell: 130.56, Change: -1.98, ChangePercent: -1.52, Volume: 189310, High: 130.63, Low: 130.44, YearlyHigh: 132.64, YearlyLow: 125.48, YearlyStart: 129.06, YearlyChange: 1.18, Settlement: `Cash`, Contract: `Forwards`, Region: `South America`, Country: `Venezuela`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `High`, Issuer: `FedEx`, Maturity: `2022-02-27`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 395 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Copper`, Spread: 0.02, Open: 2.123, Price: 2.09, Buy: 2.12, Sell: 2.12, Change: -0.02, ChangePercent: -0.92, Volume: 28819, High: 2.16, Low: 2.11, YearlyHigh: 2.94, YearlyLow: 1.96, YearlyStart: 2.45, YearlyChange: -13.76, Settlement: `Loan`, Contract: `CFD`, Region: `Europe`, Country: `United Kingdom`, Risk: `Low`, Sector: `Public`, Currency: `EUR`, Security: `Poor`, Issuer: `FedEx`, Maturity: `2022-06-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 396 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Oil`, Spread: 0.015, Open: 45.54, Price: 45.17, Buy: 45.78, Sell: 45.8, Change: -0.62, ChangePercent: -1.36, Volume: 107196, High: 45.94, Low: 45, YearlyHigh: 65.28, YearlyLow: 30.79, YearlyStart: 48.03, YearlyChange: -4.67, Settlement: `Cash`, Contract: `CFD`, Region: `North America`, Country: `United States`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-04-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 397 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P 600 MINI`, Spread: 0.01, Open: 687.9, Price: 686.5, Buy: 687.9, Sell: 687.9, Change: -1.38, ChangePercent: -0.2, Volume: 0, High: 0, Low: 0, YearlyHigh: 620.32, YearlyLow: 595.9, YearlyStart: 608.11, YearlyChange: 13.12, Settlement: `Cash`, Contract: `Options`, Region: `Europe`, Country: `Czechia`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-06-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 398 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soy Meat`, Spread: 0.01, Open: 342.6, Price: 341.93, Buy: 342.6, Sell: 342.6, Change: -0.69, ChangePercent: -0.2, Volume: 5646, High: 345.4, Low: 340.3, YearlyHigh: 353.4, YearlyLow: 261.7, YearlyStart: 307.55, YearlyChange: 11.4, Settlement: `Cash`, Contract: `Swap`, Region: `South America`, Country: `Suriname`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-08-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 399 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soy Meat`, Spread: 0.01, Open: 342.6, Price: 349.06, Buy: 342.6, Sell: 342.6, Change: 6.44, ChangePercent: 1.88, Volume: 5646, High: 345.4, Low: 340.3, YearlyHigh: 353.4, YearlyLow: 261.7, YearlyStart: 307.55, YearlyChange: 11.4, Settlement: `Credit`, Contract: `Forwards`, Region: `Africa`, Country: `Egypt`, Risk: `Low`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-02-19`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 400 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `LV Cattle`, Spread: 0.01, Open: 120.725, Price: 121.28, Buy: 120.72, Sell: 120.72, Change: 0.58, ChangePercent: 0.48, Volume: 4, High: 120.72, Low: 120.72, YearlyHigh: 147.98, YearlyLow: 113.9, YearlyStart: 130.94, YearlyChange: -7.82, Settlement: `Cash`, Contract: `Options`, Region: `South America`, Country: `Bolivia`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-06-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 401 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Coffee`, Spread: 0.01, Open: 125.7, Price: 123.28, Buy: 125.7, Sell: 125.7, Change: -2.41, ChangePercent: -1.92, Volume: 1654, High: 125.8, Low: 125, YearlyHigh: 155.75, YearlyLow: 115.35, YearlyStart: 135.55, YearlyChange: -7.27, Settlement: `Cash`, Contract: `Swap`, Region: `South America`, Country: `Ecuador`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `Poor`, Issuer: `American Airlines`, Maturity: `2022-08-21`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 402 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Corn`, Spread: 0.01, Open: 379.5, Price: 383.6, Buy: 379.8, Sell: 379.81, Change: 3.8, ChangePercent: 1, Volume: 11266, High: 381, Low: 377.75, YearlyHigh: 471.25, YearlyLow: 351.25, YearlyStart: 411.25, YearlyChange: -7.65, Settlement: `Credit`, Contract: `Options`, Region: `North America`, Country: `United States`, Risk: `High`, Sector: `Public`, Currency: `PLN`, Security: `High`, Issuer: `FedEx`, Maturity: `2022-02-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 403 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `GBP/USD`, Spread: 0.02, Open: 1.4464, Price: 1.2, Buy: 1.18, Sell: 1.2, Change: 0.01, ChangePercent: 0.56, Volume: 29450, High: 1.45, Low: 1.19, YearlyHigh: 1.59, YearlyLow: 1.19, YearlyStart: 1.49, YearlyChange: -19.59, Settlement: `Credit`, Contract: `Options`, Region: `Middle East`, Country: `Iraq`, Risk: `Low`, Sector: `Public`, Currency: `PLN`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-04-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 404 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Silver`, Spread: 0.01, Open: 17.43, Price: 17.44, Buy: 17.43, Sell: 17.43, Change: 0.02, ChangePercent: 0.12, Volume: 11720, High: 17.51, Low: 17.37, YearlyHigh: 18.06, YearlyLow: 13.73, YearlyStart: 15.89, YearlyChange: 9.59, Settlement: `Credit`, Contract: `Swap`, Region: `Asia Pacific`, Country: `Korea`, Risk: `High`, Sector: `Public`, Currency: `USD`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-05-16`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 405 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Gold`, Spread: 0.01, Open: 1281.1, Price: 1285.85, Buy: 1280.73, Sell: 1280.74, Change: 5.12, ChangePercent: 0.4, Volume: 48387, High: 1289.5, Low: 1279.1, YearlyHigh: 1306, YearlyLow: 1047.2, YearlyStart: 1176.6, YearlyChange: 8.85, Settlement: `Credit`, Contract: `Swap`, Region: `Europe`, Country: `Switzerland`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-02-11`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 406 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Ethanol`, Spread: 0.01, Open: 1.512, Price: 2.71, Buy: 2.75, Sell: 2.76, Change: -0.04, ChangePercent: -1.56, Volume: 14, High: 2.75, Low: 1.12, YearlyHigh: 2.75, YearlyLow: 1.12, YearlyStart: 1.48, YearlyChange: 86.7, Settlement: `Loan`, Contract: `Options`, Region: `Middle East`, Country: `Kuwait`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `High`, Issuer: `American Airlines`, Maturity: `2022-08-22`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 407 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `Euro$ 3M`, Spread: 0.01, Open: 99.18, Price: 99.73, Buy: 99.18, Sell: 99.18, Change: 0.56, ChangePercent: 0.56, Volume: 29509, High: 99.18, Low: 99.17, YearlyHigh: 99.38, YearlyLow: 98.41, YearlyStart: 98.89, YearlyChange: 0.28, Settlement: `Cash`, Contract: `Options`, Region: `South America`, Country: `Paraguay`, Risk: `Low`, Sector: `Government`, Currency: `PLN`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-01-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 408 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `US 10YR Future`, Spread: 0.01, Open: 130.5625, Price: 130.37, Buy: 130.56, Sell: 130.56, Change: -0.21, ChangePercent: -0.16, Volume: 189310, High: 130.63, Low: 130.44, YearlyHigh: 132.64, YearlyLow: 125.48, YearlyStart: 129.06, YearlyChange: 1.18, Settlement: `Loan`, Contract: `Swap`, Region: `Middle East`, Country: `UAE`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `High`, Issuer: `American Airlines`, Maturity: `2022-06-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 409 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/CAD`, Spread: 0.02, Open: 0.7744, Price: 0.96, Buy: 0.94, Sell: 0.96, Change: 0.01, ChangePercent: 0.48, Volume: 13669, High: 0.95, Low: 0.77, YearlyHigh: 0.95, YearlyLow: 0.68, YearlyStart: 0.76, YearlyChange: 26.43, Settlement: `Cash`, Contract: `Swap`, Region: `Middle East`, Country: `Bahrain`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-03-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 410 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `OJ Future`, Spread: 0.01, Open: 140.6, Price: 142.1, Buy: 140.18, Sell: 140.19, Change: 1.91, ChangePercent: 1.36, Volume: 7, High: 140.19, Low: 0, YearlyHigh: 155.95, YearlyLow: 113, YearlyStart: 134.47, YearlyChange: 4.25, Settlement: `Credit`, Contract: `CFD`, Region: `Middle East`, Country: `Saudi Arabia`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-02-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 411 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Natural Gas`, Spread: 0.02, Open: 2.094, Price: 2.06, Buy: 2.09, Sell: 2.09, Change: -0.04, ChangePercent: -1.88, Volume: 2783, High: 2.11, Low: 2.09, YearlyHigh: 3.2, YearlyLow: 1.84, YearlyStart: 2.52, YearlyChange: -16.51, Settlement: `Loan`, Contract: `CFD`, Region: `Middle East`, Country: `Iraq`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-04-19`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 412 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/CHF`, Spread: 0.02, Open: 1.0337, Price: 1.04, Buy: 1.03, Sell: 1.03, Change: 0, ChangePercent: 0.08, Volume: 5550, High: 1.03, Low: 1.03, YearlyHigh: 1.11, YearlyLow: 0.98, YearlyStart: 1.04, YearlyChange: -0.12, Settlement: `Cash`, Contract: `Futures`, Region: `Middle East`, Country: `Jordan`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-03-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 413 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `US 10YR Future`, Spread: 0.01, Open: 130.5625, Price: 131.94, Buy: 130.56, Sell: 130.56, Change: 1.36, ChangePercent: 1.04, Volume: 189310, High: 130.63, Low: 130.44, YearlyHigh: 132.64, YearlyLow: 125.48, YearlyStart: 129.06, YearlyChange: 1.18, Settlement: `Cash`, Contract: `Swap`, Region: `Middle East`, Country: `Bahrain`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-03-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 414 }), + new FinancialDataAllItem({ Category: `Index`, Type: `DOW Future`, Spread: 0.01, Open: 17711, Price: 17882.19, Buy: 17712.15, Sell: 17712.16, Change: 170.04, ChangePercent: 0.96, Volume: 22236, High: 17727, Low: 17642, YearlyHigh: 18083, YearlyLow: 15299, YearlyStart: 16691, YearlyChange: 6.12, Settlement: `Cash`, Contract: `Futures`, Region: `Asia Pacific`, Country: `Azerbaijan`, Risk: `High`, Sector: `Private`, Currency: `PLN`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-05-21`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 415 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `BTC/USD`, Spread: 0.06, Open: 93.88, Price: 21059.57, Buy: 21200.76, Sell: 21400.78, Change: 58.8, ChangePercent: 0.28, Volume: 5788000, High: 22400.05, Low: 20100.75, YearlyHigh: 62400.7, YearlyLow: 15100.88, YearlyStart: 21200.29, YearlyChange: -20.62, Settlement: `Cash`, Contract: `Swap`, Region: `Asia Pacific`, Country: `Malaysia`, Risk: `Low`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-06-10`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 416 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Palladium`, Spread: 0.01, Open: 600.55, Price: 610.38, Buy: 601, Sell: 601.01, Change: 9.38, ChangePercent: 1.56, Volume: 651, High: 607.2, Low: 598.4, YearlyHigh: 690, YearlyLow: 458.6, YearlyStart: 574.3, YearlyChange: 4.65, Settlement: `Cash`, Contract: `Swap`, Region: `North America`, Country: `United States`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-04-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 417 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P 600 MINI`, Spread: 0.01, Open: 687.9, Price: 693.38, Buy: 687.9, Sell: 687.9, Change: 5.5, ChangePercent: 0.8, Volume: 0, High: 0, Low: 0, YearlyHigh: 620.32, YearlyLow: 595.9, YearlyStart: 608.11, YearlyChange: 13.12, Settlement: `Loan`, Contract: `Swap`, Region: `Asia Pacific`, Country: `Philippines`, Risk: `High`, Sector: `Government`, Currency: `PLN`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-02-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 418 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Palladium`, Spread: 0.01, Open: 600.55, Price: 600.76, Buy: 601, Sell: 601.01, Change: -0.24, ChangePercent: -0.04, Volume: 651, High: 607.2, Low: 598.4, YearlyHigh: 690, YearlyLow: 458.6, YearlyStart: 574.3, YearlyChange: 4.65, Settlement: `Cash`, Contract: `Options`, Region: `Middle East`, Country: `Iraq`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-03-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 419 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Corn`, Spread: 0.01, Open: 379.5, Price: 375.09, Buy: 379.8, Sell: 379.81, Change: -4.71, ChangePercent: -1.24, Volume: 11266, High: 381, Low: 377.75, YearlyHigh: 471.25, YearlyLow: 351.25, YearlyStart: 411.25, YearlyChange: -7.65, Settlement: `Credit`, Contract: `Forwards`, Region: `Asia Pacific`, Country: `Korea`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `Poor`, Issuer: `FedEx`, Maturity: `2022-08-19`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 420 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Ethanol`, Spread: 0.01, Open: 1.512, Price: 2.78, Buy: 2.75, Sell: 2.76, Change: 0.03, ChangePercent: 0.92, Volume: 14, High: 2.75, Low: 1.12, YearlyHigh: 2.75, YearlyLow: 1.12, YearlyStart: 1.48, YearlyChange: 86.7, Settlement: `Cash`, Contract: `Futures`, Region: `South America`, Country: `Suriname`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-05-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 421 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Sugar`, Spread: 0.01, Open: 15.68, Price: 14.44, Buy: 14.67, Sell: 14.68, Change: -0.23, ChangePercent: -1.6, Volume: 4949, High: 15.7, Low: 14.67, YearlyHigh: 16.87, YearlyLow: 11.37, YearlyStart: 14.12, YearlyChange: 3.92, Settlement: `Cash`, Contract: `Options`, Region: `North America`, Country: `United States`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-05-23`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 422 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Ethanol`, Spread: 0.01, Open: 1.512, Price: 2.73, Buy: 2.75, Sell: 2.76, Change: -0.02, ChangePercent: -0.88, Volume: 14, High: 2.75, Low: 1.12, YearlyHigh: 2.75, YearlyLow: 1.12, YearlyStart: 1.48, YearlyChange: 86.7, Settlement: `Loan`, Contract: `Futures`, Region: `Asia Pacific`, Country: `Indonesia`, Risk: `High`, Sector: `Government`, Currency: `PLN`, Security: `High`, Issuer: `FedEx`, Maturity: `2022-07-21`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 423 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `BTC/USD`, Spread: 0.06, Open: 93.88, Price: 21311.58, Buy: 21200.76, Sell: 21400.78, Change: 310.81, ChangePercent: 1.48, Volume: 5788000, High: 22400.05, Low: 20100.75, YearlyHigh: 62400.7, YearlyLow: 15100.88, YearlyStart: 21200.29, YearlyChange: -20.62, Settlement: `Loan`, Contract: `Swap`, Region: `Asia Pacific`, Country: `Australia`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-04-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 424 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Coal`, Spread: 0.015, Open: 0.4363, Price: 0.41, Buy: 0.44, Sell: 0.44, Change: -0.01, ChangePercent: -1.4, Volume: 3, High: 0.44, Low: 0.44, YearlyHigh: 0.48, YearlyLow: 0.4, YearlyStart: 0.44, YearlyChange: -5.33, Settlement: `Cash`, Contract: `Forwards`, Region: `South America`, Country: `Chile`, Risk: `High`, Sector: `Private`, Currency: `PLN`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-01-19`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 425 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Rice`, Spread: 0.01, Open: 11.245, Price: 10.26, Buy: 10.41, Sell: 10.42, Change: -0.16, ChangePercent: -1.52, Volume: 220, High: 11.38, Low: 10.42, YearlyHigh: 14.14, YearlyLow: 9.7, YearlyStart: 11.92, YearlyChange: -12.62, Settlement: `Cash`, Contract: `Forwards`, Region: `Europe`, Country: `Romania`, Risk: `Low`, Sector: `Government`, Currency: `PLN`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-07-21`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 426 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Silver`, Spread: 0.01, Open: 17.43, Price: 17.47, Buy: 17.43, Sell: 17.43, Change: 0.05, ChangePercent: 0.28, Volume: 11720, High: 17.51, Low: 17.37, YearlyHigh: 18.06, YearlyLow: 13.73, YearlyStart: 15.89, YearlyChange: 9.59, Settlement: `Cash`, Contract: `CFD`, Region: `Africa`, Country: `Senegal`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-04-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 427 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `US 10YR Future`, Spread: 0.01, Open: 130.5625, Price: 132.57, Buy: 130.56, Sell: 130.56, Change: 1.99, ChangePercent: 1.52, Volume: 189310, High: 130.63, Low: 130.44, YearlyHigh: 132.64, YearlyLow: 125.48, YearlyStart: 129.06, YearlyChange: 1.18, Settlement: `Cash`, Contract: `Options`, Region: `Europe`, Country: `Bulgaria`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-02-19`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 428 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Gold`, Spread: 0.01, Open: 1281.1, Price: 1258.7, Buy: 1280.73, Sell: 1280.74, Change: -22.03, ChangePercent: -1.72, Volume: 48387, High: 1289.5, Low: 1279.1, YearlyHigh: 1306, YearlyLow: 1047.2, YearlyStart: 1176.6, YearlyChange: 8.85, Settlement: `Credit`, Contract: `Swap`, Region: `Europe`, Country: `Croatia`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-07-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 429 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `LV Cattle`, Spread: 0.01, Open: 120.725, Price: 122.15, Buy: 120.72, Sell: 120.72, Change: 1.45, ChangePercent: 1.2, Volume: 4, High: 120.72, Low: 120.72, YearlyHigh: 147.98, YearlyLow: 113.9, YearlyStart: 130.94, YearlyChange: -7.82, Settlement: `Loan`, Contract: `Options`, Region: `Africa`, Country: `Libya`, Risk: `High`, Sector: `Public`, Currency: `PLN`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-07-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 430 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Cotton`, Spread: 0.01, Open: 61.77, Price: 61.49, Buy: 61.77, Sell: 61.77, Change: -0.27, ChangePercent: -0.44, Volume: 3612, High: 62.06, Low: 61.32, YearlyHigh: 67.59, YearlyLow: 54.33, YearlyStart: 60.96, YearlyChange: 1.31, Settlement: `Cash`, Contract: `Swap`, Region: `Asia Pacific`, Country: `Hong Kong`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-04-21`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 431 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/CHF`, Spread: 0.02, Open: 1.0337, Price: 1.04, Buy: 1.03, Sell: 1.03, Change: 0, ChangePercent: -0.4, Volume: 5550, High: 1.03, Low: 1.03, YearlyHigh: 1.11, YearlyLow: 0.98, YearlyStart: 1.04, YearlyChange: -0.12, Settlement: `Cash`, Contract: `CFD`, Region: `Middle East`, Country: `Bahrain`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-02-22`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 432 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Ethanol`, Spread: 0.01, Open: 1.512, Price: 2.71, Buy: 2.75, Sell: 2.76, Change: -0.04, ChangePercent: -1.6, Volume: 14, High: 2.75, Low: 1.12, YearlyHigh: 2.75, YearlyLow: 1.12, YearlyStart: 1.48, YearlyChange: 86.7, Settlement: `Cash`, Contract: `CFD`, Region: `Europe`, Country: `Bulgaria`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-01-22`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 433 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `Lean Hogs`, Spread: 0.01, Open: 81.275, Price: 83.19, Buy: 81.81, Sell: 81.82, Change: 1.38, ChangePercent: 1.68, Volume: 1, High: 81.81, Low: 81.28, YearlyHigh: 83.98, YearlyLow: 70.25, YearlyStart: 77.11, YearlyChange: 6.09, Settlement: `Credit`, Contract: `Swap`, Region: `Europe`, Country: `Greece`, Risk: `High`, Sector: `Public`, Currency: `USD`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-04-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 434 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Milk`, Spread: 0.01, Open: 12.87, Price: 12.89, Buy: 12.87, Sell: 12.87, Change: 0.03, ChangePercent: 0.2, Volume: 7, High: 12.89, Low: 12.81, YearlyHigh: 16.96, YearlyLow: 12.81, YearlyStart: 14.88, YearlyChange: -13.6, Settlement: `Cash`, Contract: `Forwards`, Region: `Europe`, Country: `Russia`, Risk: `High`, Sector: `Private`, Currency: `PLN`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-02-21`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 435 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P MID MINI`, Spread: 0.01, Open: 1454.3, Price: 1472.09, Buy: 1455.78, Sell: 1455.79, Change: 16.31, ChangePercent: 1.12, Volume: 338, High: 1455.78, Low: 1448, YearlyHigh: 1527.3, YearlyLow: 1236, YearlyStart: 1381.65, YearlyChange: 5.37, Settlement: `Cash`, Contract: `Options`, Region: `South America`, Country: `Guyana`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-08-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 436 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `US 2Y Future`, Spread: 0.01, Open: 109.3984, Price: 110.31, Buy: 109.4, Sell: 109.4, Change: 0.92, ChangePercent: 0.84, Volume: 17742, High: 109.41, Low: 109.38, YearlyHigh: 109.8, YearlyLow: 108.62, YearlyStart: 109.21, YearlyChange: 0.16, Settlement: `Cash`, Contract: `Futures`, Region: `Asia Pacific`, Country: `Azerbaijan`, Risk: `Low`, Sector: `Public`, Currency: `EUR`, Security: `High`, Issuer: `FedEx`, Maturity: `2022-04-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 437 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `OJ Future`, Spread: 0.01, Open: 140.6, Price: 141.25, Buy: 140.18, Sell: 140.19, Change: 1.06, ChangePercent: 0.76, Volume: 7, High: 140.19, Low: 0, YearlyHigh: 155.95, YearlyLow: 113, YearlyStart: 134.47, YearlyChange: 4.25, Settlement: `Cash`, Contract: `Swap`, Region: `Europe`, Country: `Czechia`, Risk: `Low`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-08-16`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 438 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Coffee`, Spread: 0.01, Open: 125.7, Price: 123.63, Buy: 125.7, Sell: 125.7, Change: -2.06, ChangePercent: -1.64, Volume: 1654, High: 125.8, Low: 125, YearlyHigh: 155.75, YearlyLow: 115.35, YearlyStart: 135.55, YearlyChange: -7.27, Settlement: `Credit`, Contract: `Futures`, Region: `South America`, Country: `Brazil`, Risk: `Low`, Sector: `Government`, Currency: `PLN`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-05-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 439 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Coffee`, Spread: 0.01, Open: 125.7, Price: 124.03, Buy: 125.7, Sell: 125.7, Change: -1.66, ChangePercent: -1.32, Volume: 1654, High: 125.8, Low: 125, YearlyHigh: 155.75, YearlyLow: 115.35, YearlyStart: 135.55, YearlyChange: -7.27, Settlement: `Cash`, Contract: `Options`, Region: `South America`, Country: `Suriname`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-03-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 440 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Cotton`, Spread: 0.01, Open: 61.77, Price: 60.72, Buy: 61.77, Sell: 61.77, Change: -1.04, ChangePercent: -1.68, Volume: 3612, High: 62.06, Low: 61.32, YearlyHigh: 67.59, YearlyLow: 54.33, YearlyStart: 60.96, YearlyChange: 1.31, Settlement: `Cash`, Contract: `CFD`, Region: `Africa`, Country: `Cameroon`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-03-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 441 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `FD Cattle`, Spread: 0.01, Open: 147.175, Price: 148.25, Buy: 148.6, Sell: 148.61, Change: -0.36, ChangePercent: -0.24, Volume: 5, High: 148.61, Low: 147.18, YearlyHigh: 190, YearlyLow: 138.1, YearlyStart: 164.05, YearlyChange: -9.41, Settlement: `Credit`, Contract: `Swap`, Region: `Africa`, Country: `Ethiopia`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-08-11`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 442 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `GBP/USD`, Spread: 0.02, Open: 1.4464, Price: 1.19, Buy: 1.18, Sell: 1.2, Change: 0, ChangePercent: -0.72, Volume: 29450, High: 1.45, Low: 1.19, YearlyHigh: 1.59, YearlyLow: 1.19, YearlyStart: 1.49, YearlyChange: -19.59, Settlement: `Loan`, Contract: `CFD`, Region: `Middle East`, Country: `Syria`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-08-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 443 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P MID MINI`, Spread: 0.01, Open: 1454.3, Price: 1437.15, Buy: 1455.78, Sell: 1455.79, Change: -18.63, ChangePercent: -1.28, Volume: 338, High: 1455.78, Low: 1448, YearlyHigh: 1527.3, YearlyLow: 1236, YearlyStart: 1381.65, YearlyChange: 5.37, Settlement: `Loan`, Contract: `Forwards`, Region: `Africa`, Country: `South Africa`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-02-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 444 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Palladium`, Spread: 0.01, Open: 600.55, Price: 595.71, Buy: 601, Sell: 601.01, Change: -5.29, ChangePercent: -0.88, Volume: 651, High: 607.2, Low: 598.4, YearlyHigh: 690, YearlyLow: 458.6, YearlyStart: 574.3, YearlyChange: 4.65, Settlement: `Loan`, Contract: `CFD`, Region: `Middle East`, Country: `Israel`, Risk: `Low`, Sector: `Public`, Currency: `PLN`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-04-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 445 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `AUD/USD`, Spread: 0.02, Open: 0.7344, Price: 0.74, Buy: 0.73, Sell: 0.73, Change: 0, ChangePercent: -0.44, Volume: 36764, High: 0.74, Low: 0.73, YearlyHigh: 0.79, YearlyLow: 0.68, YearlyStart: 0.73, YearlyChange: 1.28, Settlement: `Cash`, Contract: `Swap`, Region: `Europe`, Country: `Switzerland`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `Poor`, Issuer: `FedEx`, Maturity: `2022-02-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 446 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `US 30YR Future`, Spread: 0.01, Open: 164.875, Price: 166.19, Buy: 164.15, Sell: 164.16, Change: 2.03, ChangePercent: 1.24, Volume: 28012, High: 165.25, Low: 164.04, YearlyHigh: 169.38, YearlyLow: 151.47, YearlyStart: 160.43, YearlyChange: 2.33, Settlement: `Cash`, Contract: `Options`, Region: `Middle East`, Country: `Bahrain`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `High`, Issuer: `American Airlines`, Maturity: `2022-02-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 447 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Rice`, Spread: 0.01, Open: 11.245, Price: 10.42, Buy: 10.41, Sell: 10.42, Change: 0, ChangePercent: 0.04, Volume: 220, High: 11.38, Low: 10.42, YearlyHigh: 14.14, YearlyLow: 9.7, YearlyStart: 11.92, YearlyChange: -12.62, Settlement: `Credit`, Contract: `Futures`, Region: `Europe`, Country: `Croatia`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-06-23`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 448 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `Lean Hogs`, Spread: 0.01, Open: 81.275, Price: 82.63, Buy: 81.81, Sell: 81.82, Change: 0.82, ChangePercent: 1, Volume: 1, High: 81.81, Low: 81.28, YearlyHigh: 83.98, YearlyLow: 70.25, YearlyStart: 77.11, YearlyChange: 6.09, Settlement: `Credit`, Contract: `Futures`, Region: `Asia Pacific`, Country: `Indonesia`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-04-10`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 449 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/JPY`, Spread: 0.02, Open: 9275.5, Price: 9429.48, Buy: 9277.32, Sell: 9277.34, Change: 152.15, ChangePercent: 1.64, Volume: 47734, High: 9277.33, Low: 0.93, YearlyHigh: 9483, YearlyLow: 0.93, YearlyStart: 4741.97, YearlyChange: 95.64, Settlement: `Loan`, Contract: `Swap`, Region: `North America`, Country: `United States`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-01-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 450 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `BTC/USD`, Spread: 0.06, Open: 93.88, Price: 20899.97, Buy: 21200.76, Sell: 21400.78, Change: -100.8, ChangePercent: -0.48, Volume: 5788000, High: 22400.05, Low: 20100.75, YearlyHigh: 62400.7, YearlyLow: 15100.88, YearlyStart: 21200.29, YearlyChange: -20.62, Settlement: `Loan`, Contract: `Futures`, Region: `Middle East`, Country: `Israel`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-02-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 451 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `US 10YR Future`, Spread: 0.01, Open: 130.5625, Price: 131.16, Buy: 130.56, Sell: 130.56, Change: 0.58, ChangePercent: 0.44, Volume: 189310, High: 130.63, Low: 130.44, YearlyHigh: 132.64, YearlyLow: 125.48, YearlyStart: 129.06, YearlyChange: 1.18, Settlement: `Loan`, Contract: `CFD`, Region: `Middle East`, Country: `Saudi Arabia`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-04-23`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 452 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Wheat`, Spread: 0.01, Open: 465.5, Price: 461.05, Buy: 465.5, Sell: 465.5, Change: -4.47, ChangePercent: -0.96, Volume: 4318, High: 467, Low: 463.25, YearlyHigh: 628.5, YearlyLow: 449.5, YearlyStart: 539, YearlyChange: -13.63, Settlement: `Cash`, Contract: `Futures`, Region: `Asia Pacific`, Country: `China`, Risk: `Low`, Sector: `Government`, Currency: `PLN`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-03-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 453 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `OJ Future`, Spread: 0.01, Open: 140.6, Price: 140.81, Buy: 140.18, Sell: 140.19, Change: 0.62, ChangePercent: 0.44, Volume: 7, High: 140.19, Low: 0, YearlyHigh: 155.95, YearlyLow: 113, YearlyStart: 134.47, YearlyChange: 4.25, Settlement: `Loan`, Contract: `Futures`, Region: `Asia Pacific`, Country: `Malaysia`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-05-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 454 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `AUD/USD`, Spread: 0.02, Open: 0.7344, Price: 0.74, Buy: 0.73, Sell: 0.73, Change: 0, ChangePercent: -0.8, Volume: 36764, High: 0.74, Low: 0.73, YearlyHigh: 0.79, YearlyLow: 0.68, YearlyStart: 0.73, YearlyChange: 1.28, Settlement: `Cash`, Contract: `Options`, Region: `Middle East`, Country: `Bahrain`, Risk: `Low`, Sector: `Public`, Currency: `EUR`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-02-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 455 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Copper`, Spread: 0.02, Open: 2.123, Price: 2.14, Buy: 2.12, Sell: 2.12, Change: 0.03, ChangePercent: 1.4, Volume: 28819, High: 2.16, Low: 2.11, YearlyHigh: 2.94, YearlyLow: 1.96, YearlyStart: 2.45, YearlyChange: -13.76, Settlement: `Cash`, Contract: `Options`, Region: `Africa`, Country: `South Africa`, Risk: `High`, Sector: `Private`, Currency: `PLN`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-03-11`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 456 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Uranium`, Spread: 0.02, Open: 27.55, Price: 27.66, Buy: 27.55, Sell: 27.55, Change: 0.08, ChangePercent: 0.28, Volume: 12, High: 27.55, Low: 27.55, YearlyHigh: 29.32, YearlyLow: 21.28, YearlyStart: 25.3, YearlyChange: 9.01, Settlement: `Cash`, Contract: `CFD`, Region: `Europe`, Country: `Finland`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-04-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 457 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Oil`, Spread: 0.015, Open: 45.54, Price: 45.31, Buy: 45.78, Sell: 45.8, Change: -0.48, ChangePercent: -1.04, Volume: 107196, High: 45.94, Low: 45, YearlyHigh: 65.28, YearlyLow: 30.79, YearlyStart: 48.03, YearlyChange: -4.67, Settlement: `Cash`, Contract: `Swap`, Region: `Africa`, Country: `Ethiopia`, Risk: `Low`, Sector: `Public`, Currency: `USD`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-01-24`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 458 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/JPY`, Spread: 0.02, Open: 9275.5, Price: 9277.33, Buy: 9277.32, Sell: 9277.34, Change: 0, ChangePercent: 0, Volume: 47734, High: 9277.33, Low: 0.93, YearlyHigh: 9483, YearlyLow: 0.93, YearlyStart: 4741.97, YearlyChange: 95.64, Settlement: `Cash`, Contract: `Options`, Region: `Middle East`, Country: `Lebanon`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-01-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 459 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Rice`, Spread: 0.01, Open: 11.245, Price: 10.43, Buy: 10.41, Sell: 10.42, Change: 0.01, ChangePercent: 0.12, Volume: 220, High: 11.38, Low: 10.42, YearlyHigh: 14.14, YearlyLow: 9.7, YearlyStart: 11.92, YearlyChange: -12.62, Settlement: `Credit`, Contract: `Futures`, Region: `Middle East`, Country: `Israel`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `Poor`, Issuer: `FedEx`, Maturity: `2022-07-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 460 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Coal`, Spread: 0.015, Open: 0.4363, Price: 0.41, Buy: 0.44, Sell: 0.44, Change: -0.01, ChangePercent: -0.52, Volume: 3, High: 0.44, Low: 0.44, YearlyHigh: 0.48, YearlyLow: 0.4, YearlyStart: 0.44, YearlyChange: -5.33, Settlement: `Cash`, Contract: `CFD`, Region: `Europe`, Country: `Czechia`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-09-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 461 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Coal`, Spread: 0.015, Open: 0.4363, Price: 0.41, Buy: 0.44, Sell: 0.44, Change: -0.01, ChangePercent: -0.8, Volume: 3, High: 0.44, Low: 0.44, YearlyHigh: 0.48, YearlyLow: 0.4, YearlyStart: 0.44, YearlyChange: -5.33, Settlement: `Cash`, Contract: `Options`, Region: `Middle East`, Country: `Lebanon`, Risk: `Low`, Sector: `Government`, Currency: `USD`, Security: `High`, Issuer: `American Airlines`, Maturity: `2022-01-16`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 462 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Coffee`, Spread: 0.01, Open: 125.7, Price: 123.33, Buy: 125.7, Sell: 125.7, Change: -2.36, ChangePercent: -1.88, Volume: 1654, High: 125.8, Low: 125, YearlyHigh: 155.75, YearlyLow: 115.35, YearlyStart: 135.55, YearlyChange: -7.27, Settlement: `Cash`, Contract: `Options`, Region: `Europe`, Country: `Romania`, Risk: `High`, Sector: `Public`, Currency: `USD`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-07-23`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 463 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `Lean Hogs`, Spread: 0.01, Open: 81.275, Price: 80.8, Buy: 81.81, Sell: 81.82, Change: -1.01, ChangePercent: -1.24, Volume: 1, High: 81.81, Low: 81.28, YearlyHigh: 83.98, YearlyLow: 70.25, YearlyStart: 77.11, YearlyChange: 6.09, Settlement: `Credit`, Contract: `Swap`, Region: `North America`, Country: `United States`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-06-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 464 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Rice`, Spread: 0.01, Open: 11.245, Price: 10.47, Buy: 10.41, Sell: 10.42, Change: 0.05, ChangePercent: 0.52, Volume: 220, High: 11.38, Low: 10.42, YearlyHigh: 14.14, YearlyLow: 9.7, YearlyStart: 11.92, YearlyChange: -12.62, Settlement: `Cash`, Contract: `Forwards`, Region: `Middle East`, Country: `Oman`, Risk: `High`, Sector: `Public`, Currency: `USD`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-02-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 465 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P 600 MINI`, Spread: 0.01, Open: 687.9, Price: 684.58, Buy: 687.9, Sell: 687.9, Change: -3.3, ChangePercent: -0.48, Volume: 0, High: 0, Low: 0, YearlyHigh: 620.32, YearlyLow: 595.9, YearlyStart: 608.11, YearlyChange: 13.12, Settlement: `Loan`, Contract: `Futures`, Region: `Middle East`, Country: `Oman`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-09-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 466 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `Euro$ 3M`, Spread: 0.01, Open: 99.18, Price: 100, Buy: 99.18, Sell: 99.18, Change: 0.83, ChangePercent: 0.84, Volume: 29509, High: 99.18, Low: 99.17, YearlyHigh: 99.38, YearlyLow: 98.41, YearlyStart: 98.89, YearlyChange: 0.28, Settlement: `Cash`, Contract: `Forwards`, Region: `Europe`, Country: `Finland`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-02-21`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 467 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Lumber`, Spread: 0.01, Open: 303.9, Price: 302.04, Buy: 304.59, Sell: 304.6, Change: -2.56, ChangePercent: -0.84, Volume: 2, High: 304.6, Low: 303.9, YearlyHigh: 317.1, YearlyLow: 236, YearlyStart: 276.55, YearlyChange: 10.14, Settlement: `Credit`, Contract: `Options`, Region: `Africa`, Country: `Niger`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-04-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 468 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Rice`, Spread: 0.01, Open: 11.245, Price: 10.56, Buy: 10.41, Sell: 10.42, Change: 0.14, ChangePercent: 1.36, Volume: 220, High: 11.38, Low: 10.42, YearlyHigh: 14.14, YearlyLow: 9.7, YearlyStart: 11.92, YearlyChange: -12.62, Settlement: `Cash`, Contract: `Futures`, Region: `Africa`, Country: `Cameroon`, Risk: `Low`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-05-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 469 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `LV Cattle`, Spread: 0.01, Open: 120.725, Price: 119.74, Buy: 120.72, Sell: 120.72, Change: -0.97, ChangePercent: -0.8, Volume: 4, High: 120.72, Low: 120.72, YearlyHigh: 147.98, YearlyLow: 113.9, YearlyStart: 130.94, YearlyChange: -7.82, Settlement: `Cash`, Contract: `Futures`, Region: `Asia Pacific`, Country: `Korea`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-05-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 470 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Platinum`, Spread: 0.01, Open: 1071.6, Price: 1062.96, Buy: 1071.09, Sell: 1071.1, Change: -8.14, ChangePercent: -0.76, Volume: 3039, High: 1081.2, Low: 1070.5, YearlyHigh: 1120.6, YearlyLow: 812.4, YearlyStart: 966.5, YearlyChange: 10.82, Settlement: `Cash`, Contract: `Futures`, Region: `North America`, Country: `Canada`, Risk: `High`, Sector: `Private`, Currency: `PLN`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-07-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 471 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Ethanol`, Spread: 0.01, Open: 1.512, Price: 2.73, Buy: 2.75, Sell: 2.76, Change: -0.02, ChangePercent: -0.88, Volume: 14, High: 2.75, Low: 1.12, YearlyHigh: 2.75, YearlyLow: 1.12, YearlyStart: 1.48, YearlyChange: 86.7, Settlement: `Loan`, Contract: `Swap`, Region: `South America`, Country: `Bolivia`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-02-24`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 472 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `AUD/USD`, Spread: 0.02, Open: 0.7344, Price: 0.76, Buy: 0.73, Sell: 0.73, Change: 0.02, ChangePercent: 1.76, Volume: 36764, High: 0.74, Low: 0.73, YearlyHigh: 0.79, YearlyLow: 0.68, YearlyStart: 0.73, YearlyChange: 1.28, Settlement: `Credit`, Contract: `Swap`, Region: `Africa`, Country: `Libya`, Risk: `Low`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-07-11`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 473 }), + new FinancialDataAllItem({ Category: `Index`, Type: `DOW Future`, Spread: 0.01, Open: 17711, Price: 18038.06, Buy: 17712.15, Sell: 17712.16, Change: 325.91, ChangePercent: 1.84, Volume: 22236, High: 17727, Low: 17642, YearlyHigh: 18083, YearlyLow: 15299, YearlyStart: 16691, YearlyChange: 6.12, Settlement: `Cash`, Contract: `Forwards`, Region: `Middle East`, Country: `Bahrain`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-02-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 474 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Copper`, Spread: 0.02, Open: 2.123, Price: 2.14, Buy: 2.12, Sell: 2.12, Change: 0.03, ChangePercent: 1.08, Volume: 28819, High: 2.16, Low: 2.11, YearlyHigh: 2.94, YearlyLow: 1.96, YearlyStart: 2.45, YearlyChange: -13.76, Settlement: `Loan`, Contract: `Forwards`, Region: `Europe`, Country: `Poland`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-08-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 475 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Diesel`, Spread: 0.015, Open: 1.3474, Price: 1.37, Buy: 1.35, Sell: 1.35, Change: 0.01, ChangePercent: 0.68, Volume: 2971, High: 1.36, Low: 1.34, YearlyHigh: 2.11, YearlyLow: 0.92, YearlyStart: 1.51, YearlyChange: -10.4, Settlement: `Cash`, Contract: `Forwards`, Region: `Asia Pacific`, Country: `Singapore`, Risk: `High`, Sector: `Public`, Currency: `PLN`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-02-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 476 }), + new FinancialDataAllItem({ Category: `Index`, Type: `NAS Future`, Spread: 0.01, Open: 4341.25, Price: 4402.06, Buy: 4341.25, Sell: 4341.25, Change: 60.78, ChangePercent: 1.4, Volume: 18259, High: 4347, Low: 4318, YearlyHigh: 4719.75, YearlyLow: 3867.75, YearlyStart: 4293.75, YearlyChange: 1.11, Settlement: `Credit`, Contract: `Swap`, Region: `Africa`, Country: `Cameroon`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `High`, Issuer: `FedEx`, Maturity: `2022-05-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 477 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `US 2Y Future`, Spread: 0.01, Open: 109.3984, Price: 110.26, Buy: 109.4, Sell: 109.4, Change: 0.87, ChangePercent: 0.8, Volume: 17742, High: 109.41, Low: 109.38, YearlyHigh: 109.8, YearlyLow: 108.62, YearlyStart: 109.21, YearlyChange: 0.16, Settlement: `Cash`, Contract: `Futures`, Region: `Africa`, Country: `Algeria`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-07-23`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 478 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P Future`, Spread: 0.01, Open: 2057.5, Price: 2020.41, Buy: 2056.6, Sell: 2056.61, Change: -36.19, ChangePercent: -1.76, Volume: 142780, High: 2059.5, Low: 2049, YearlyHigh: 2105.5, YearlyLow: 1794.5, YearlyStart: 1950, YearlyChange: 5.47, Settlement: `Loan`, Contract: `CFD`, Region: `Middle East`, Country: `Jordan`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-07-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 479 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Coal`, Spread: 0.015, Open: 0.4363, Price: 0.42, Buy: 0.44, Sell: 0.44, Change: 0, ChangePercent: 0.52, Volume: 3, High: 0.44, Low: 0.44, YearlyHigh: 0.48, YearlyLow: 0.4, YearlyStart: 0.44, YearlyChange: -5.33, Settlement: `Loan`, Contract: `Swap`, Region: `Europe`, Country: `Finland`, Risk: `Low`, Sector: `Public`, Currency: `PLN`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-07-22`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 480 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Oil`, Spread: 0.015, Open: 45.54, Price: 45.77, Buy: 45.78, Sell: 45.8, Change: -0.02, ChangePercent: -0.04, Volume: 107196, High: 45.94, Low: 45, YearlyHigh: 65.28, YearlyLow: 30.79, YearlyStart: 48.03, YearlyChange: -4.67, Settlement: `Credit`, Contract: `Swap`, Region: `South America`, Country: `Paraguay`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-07-19`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 481 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `Lean Hogs`, Spread: 0.01, Open: 81.275, Price: 81.16, Buy: 81.81, Sell: 81.82, Change: -0.65, ChangePercent: -0.8, Volume: 1, High: 81.81, Low: 81.28, YearlyHigh: 83.98, YearlyLow: 70.25, YearlyStart: 77.11, YearlyChange: 6.09, Settlement: `Cash`, Contract: `Forwards`, Region: `Asia Pacific`, Country: `Singapore`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-06-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 482 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Oats`, Spread: 0.01, Open: 194.5, Price: 196.39, Buy: 194.21, Sell: 194.22, Change: 2.17, ChangePercent: 1.12, Volume: 64, High: 195.75, Low: 194, YearlyHigh: 241.25, YearlyLow: 183.75, YearlyStart: 212.5, YearlyChange: -8.6, Settlement: `Loan`, Contract: `Swap`, Region: `Middle East`, Country: `Qatar`, Risk: `Low`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-08-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 483 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Ethanol`, Spread: 0.01, Open: 1.512, Price: 2.72, Buy: 2.75, Sell: 2.76, Change: -0.03, ChangePercent: -1.36, Volume: 14, High: 2.75, Low: 1.12, YearlyHigh: 2.75, YearlyLow: 1.12, YearlyStart: 1.48, YearlyChange: 86.7, Settlement: `Loan`, Contract: `Options`, Region: `Africa`, Country: `Tunisia`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `FedEx`, Maturity: `2022-06-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 484 }), + new FinancialDataAllItem({ Category: `Index`, Type: `DOW Future`, Spread: 0.01, Open: 17711, Price: 17740.49, Buy: 17712.15, Sell: 17712.16, Change: 28.34, ChangePercent: 0.16, Volume: 22236, High: 17727, Low: 17642, YearlyHigh: 18083, YearlyLow: 15299, YearlyStart: 16691, YearlyChange: 6.12, Settlement: `Cash`, Contract: `Futures`, Region: `Africa`, Country: `Tunisia`, Risk: `Low`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-05-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 485 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `OJ Future`, Spread: 0.01, Open: 140.6, Price: 140.19, Buy: 140.18, Sell: 140.19, Change: 0, ChangePercent: 0, Volume: 7, High: 140.19, Low: 0, YearlyHigh: 155.95, YearlyLow: 113, YearlyStart: 134.47, YearlyChange: 4.25, Settlement: `Cash`, Contract: `Futures`, Region: `Africa`, Country: `Libya`, Risk: `High`, Sector: `Government`, Currency: `PLN`, Security: `High`, Issuer: `American Airlines`, Maturity: `2022-02-24`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 486 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `OJ Future`, Spread: 0.01, Open: 140.6, Price: 139.12, Buy: 140.18, Sell: 140.19, Change: -1.07, ChangePercent: -0.76, Volume: 7, High: 140.19, Low: 0, YearlyHigh: 155.95, YearlyLow: 113, YearlyStart: 134.47, YearlyChange: 4.25, Settlement: `Credit`, Contract: `Swap`, Region: `South America`, Country: `Bolivia`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-01-24`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 487 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Palladium`, Spread: 0.01, Open: 600.55, Price: 594.51, Buy: 601, Sell: 601.01, Change: -6.49, ChangePercent: -1.08, Volume: 651, High: 607.2, Low: 598.4, YearlyHigh: 690, YearlyLow: 458.6, YearlyStart: 574.3, YearlyChange: 4.65, Settlement: `Loan`, Contract: `Options`, Region: `Africa`, Country: `Cameroon`, Risk: `Low`, Sector: `Public`, Currency: `USD`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-04-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 488 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Oats`, Spread: 0.01, Open: 194.5, Price: 193.83, Buy: 194.21, Sell: 194.22, Change: -0.39, ChangePercent: -0.2, Volume: 64, High: 195.75, Low: 194, YearlyHigh: 241.25, YearlyLow: 183.75, YearlyStart: 212.5, YearlyChange: -8.6, Settlement: `Cash`, Contract: `CFD`, Region: `Asia Pacific`, Country: `Korea`, Risk: `High`, Sector: `Government`, Currency: `PLN`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-02-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 489 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/JPY`, Spread: 0.02, Open: 9275.5, Price: 9351.55, Buy: 9277.32, Sell: 9277.34, Change: 74.22, ChangePercent: 0.8, Volume: 47734, High: 9277.33, Low: 0.93, YearlyHigh: 9483, YearlyLow: 0.93, YearlyStart: 4741.97, YearlyChange: 95.64, Settlement: `Loan`, Contract: `Swap`, Region: `North America`, Country: `Canada`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-05-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 490 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P Future`, Spread: 0.01, Open: 2057.5, Price: 2054.96, Buy: 2056.6, Sell: 2056.61, Change: -1.64, ChangePercent: -0.08, Volume: 142780, High: 2059.5, Low: 2049, YearlyHigh: 2105.5, YearlyLow: 1794.5, YearlyStart: 1950, YearlyChange: 5.47, Settlement: `Cash`, Contract: `Forwards`, Region: `Africa`, Country: `Niger`, Risk: `Low`, Sector: `Public`, Currency: `USD`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-01-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 491 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Lumber`, Spread: 0.01, Open: 303.9, Price: 304.84, Buy: 304.59, Sell: 304.6, Change: 0.24, ChangePercent: 0.08, Volume: 2, High: 304.6, Low: 303.9, YearlyHigh: 317.1, YearlyLow: 236, YearlyStart: 276.55, YearlyChange: 10.14, Settlement: `Cash`, Contract: `Swap`, Region: `South America`, Country: `Brazil`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `High`, Issuer: `American Airlines`, Maturity: `2022-04-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 492 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `US 30YR Future`, Spread: 0.01, Open: 164.875, Price: 165.6, Buy: 164.15, Sell: 164.16, Change: 1.44, ChangePercent: 0.88, Volume: 28012, High: 165.25, Low: 164.04, YearlyHigh: 169.38, YearlyLow: 151.47, YearlyStart: 160.43, YearlyChange: 2.33, Settlement: `Loan`, Contract: `Swap`, Region: `Asia Pacific`, Country: `New Zealand`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-04-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 493 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `Euro$ 3M`, Spread: 0.01, Open: 99.18, Price: 99.96, Buy: 99.18, Sell: 99.18, Change: 0.79, ChangePercent: 0.8, Volume: 29509, High: 99.18, Low: 99.17, YearlyHigh: 99.38, YearlyLow: 98.41, YearlyStart: 98.89, YearlyChange: 0.28, Settlement: `Cash`, Contract: `Swap`, Region: `Middle East`, Country: `Israel`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `Poor`, Issuer: `American Airlines`, Maturity: `2022-03-11`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 494 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/JPY`, Spread: 0.02, Open: 9275.5, Price: 9117.76, Buy: 9277.32, Sell: 9277.34, Change: -159.57, ChangePercent: -1.72, Volume: 47734, High: 9277.33, Low: 0.93, YearlyHigh: 9483, YearlyLow: 0.93, YearlyStart: 4741.97, YearlyChange: 95.64, Settlement: `Cash`, Contract: `CFD`, Region: `South America`, Country: `Bolivia`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-07-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 495 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `US 30YR Future`, Spread: 0.01, Open: 164.875, Price: 165.6, Buy: 164.15, Sell: 164.16, Change: 1.44, ChangePercent: 0.88, Volume: 28012, High: 165.25, Low: 164.04, YearlyHigh: 169.38, YearlyLow: 151.47, YearlyStart: 160.43, YearlyChange: 2.33, Settlement: `Credit`, Contract: `Options`, Region: `Europe`, Country: `Czechia`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-07-19`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 496 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Oil`, Spread: 0.015, Open: 45.54, Price: 46.47, Buy: 45.78, Sell: 45.8, Change: 0.68, ChangePercent: 1.48, Volume: 107196, High: 45.94, Low: 45, YearlyHigh: 65.28, YearlyLow: 30.79, YearlyStart: 48.03, YearlyChange: -4.67, Settlement: `Cash`, Contract: `Swap`, Region: `Asia Pacific`, Country: `Indonesia`, Risk: `High`, Sector: `Private`, Currency: `PLN`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-02-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 497 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Lumber`, Spread: 0.01, Open: 303.9, Price: 302.89, Buy: 304.59, Sell: 304.6, Change: -1.71, ChangePercent: -0.56, Volume: 2, High: 304.6, Low: 303.9, YearlyHigh: 317.1, YearlyLow: 236, YearlyStart: 276.55, YearlyChange: 10.14, Settlement: `Cash`, Contract: `CFD`, Region: `Europe`, Country: `Czechia`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-07-22`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 498 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/CHF`, Spread: 0.02, Open: 1.0337, Price: 1.06, Buy: 1.03, Sell: 1.03, Change: 0.02, ChangePercent: 1.76, Volume: 5550, High: 1.03, Low: 1.03, YearlyHigh: 1.11, YearlyLow: 0.98, YearlyStart: 1.04, YearlyChange: -0.12, Settlement: `Cash`, Contract: `Swap`, Region: `Europe`, Country: `Romania`, Risk: `High`, Sector: `Government`, Currency: `PLN`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-06-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 499 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Palladium`, Spread: 0.01, Open: 600.55, Price: 605.09, Buy: 601, Sell: 601.01, Change: 4.09, ChangePercent: 0.68, Volume: 651, High: 607.2, Low: 598.4, YearlyHigh: 690, YearlyLow: 458.6, YearlyStart: 574.3, YearlyChange: 4.65, Settlement: `Loan`, Contract: `Swap`, Region: `Africa`, Country: `Algeria`, Risk: `Low`, Sector: `Public`, Currency: `PLN`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-05-27`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 500 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `Lean Hogs`, Spread: 0.01, Open: 81.275, Price: 82.83, Buy: 81.81, Sell: 81.82, Change: 1.02, ChangePercent: 1.24, Volume: 1, High: 81.81, Low: 81.28, YearlyHigh: 83.98, YearlyLow: 70.25, YearlyStart: 77.11, YearlyChange: 6.09, Settlement: `Cash`, Contract: `CFD`, Region: `Europe`, Country: `Russia`, Risk: `Low`, Sector: `Public`, Currency: `USD`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-01-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 501 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/CHF`, Spread: 0.02, Open: 1.0337, Price: 1.06, Buy: 1.03, Sell: 1.03, Change: 0.02, ChangePercent: 1.44, Volume: 5550, High: 1.03, Low: 1.03, YearlyHigh: 1.11, YearlyLow: 0.98, YearlyStart: 1.04, YearlyChange: -0.12, Settlement: `Cash`, Contract: `Futures`, Region: `Asia Pacific`, Country: `Singapore`, Risk: `Low`, Sector: `Public`, Currency: `EUR`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-05-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 502 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soy oil`, Spread: 0.01, Open: 33.26, Price: 33.53, Buy: 33.77, Sell: 33.78, Change: -0.24, ChangePercent: -0.72, Volume: 10592, High: 33.77, Low: 33.06, YearlyHigh: 35.43, YearlyLow: 26.61, YearlyStart: 31.02, YearlyChange: 8.87, Settlement: `Loan`, Contract: `CFD`, Region: `Asia Pacific`, Country: `Malaysia`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-04-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 503 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Diesel`, Spread: 0.015, Open: 1.3474, Price: 1.33, Buy: 1.35, Sell: 1.35, Change: -0.03, ChangePercent: -1.92, Volume: 2971, High: 1.36, Low: 1.34, YearlyHigh: 2.11, YearlyLow: 0.92, YearlyStart: 1.51, YearlyChange: -10.4, Settlement: `Loan`, Contract: `Futures`, Region: `Africa`, Country: `Nigeria`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-05-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 504 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `AUD/USD`, Spread: 0.02, Open: 0.7344, Price: 0.75, Buy: 0.73, Sell: 0.73, Change: 0.01, ChangePercent: 0.72, Volume: 36764, High: 0.74, Low: 0.73, YearlyHigh: 0.79, YearlyLow: 0.68, YearlyStart: 0.73, YearlyChange: 1.28, Settlement: `Cash`, Contract: `Options`, Region: `Middle East`, Country: `Oman`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-02-21`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 505 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `Euro$ 3M`, Spread: 0.01, Open: 99.18, Price: 99.96, Buy: 99.18, Sell: 99.18, Change: 0.79, ChangePercent: 0.8, Volume: 29509, High: 99.18, Low: 99.17, YearlyHigh: 99.38, YearlyLow: 98.41, YearlyStart: 98.89, YearlyChange: 0.28, Settlement: `Credit`, Contract: `Futures`, Region: `Africa`, Country: `Niger`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-02-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 506 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `US 2Y Future`, Spread: 0.01, Open: 109.3984, Price: 111.58, Buy: 109.4, Sell: 109.4, Change: 2.19, ChangePercent: 2, Volume: 17742, High: 109.41, Low: 109.38, YearlyHigh: 109.8, YearlyLow: 108.62, YearlyStart: 109.21, YearlyChange: 0.16, Settlement: `Cash`, Contract: `Forwards`, Region: `Africa`, Country: `Morocco`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-02-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 507 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Oats`, Spread: 0.01, Open: 194.5, Price: 193.83, Buy: 194.21, Sell: 194.22, Change: -0.39, ChangePercent: -0.2, Volume: 64, High: 195.75, Low: 194, YearlyHigh: 241.25, YearlyLow: 183.75, YearlyStart: 212.5, YearlyChange: -8.6, Settlement: `Cash`, Contract: `Options`, Region: `Africa`, Country: `Egypt`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `FedEx`, Maturity: `2022-06-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 508 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `AUD/USD`, Spread: 0.02, Open: 0.7344, Price: 0.75, Buy: 0.73, Sell: 0.73, Change: 0.01, ChangePercent: 0.92, Volume: 36764, High: 0.74, Low: 0.73, YearlyHigh: 0.79, YearlyLow: 0.68, YearlyStart: 0.73, YearlyChange: 1.28, Settlement: `Cash`, Contract: `Swap`, Region: `Middle East`, Country: `Kuwait`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-07-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 509 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Gold`, Spread: 0.01, Open: 1281.1, Price: 1299.17, Buy: 1280.73, Sell: 1280.74, Change: 18.44, ChangePercent: 1.44, Volume: 48387, High: 1289.5, Low: 1279.1, YearlyHigh: 1306, YearlyLow: 1047.2, YearlyStart: 1176.6, YearlyChange: 8.85, Settlement: `Credit`, Contract: `Swap`, Region: `Middle East`, Country: `Turkey`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-07-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 510 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `Lean Hogs`, Spread: 0.01, Open: 81.275, Price: 81.52, Buy: 81.81, Sell: 81.82, Change: -0.29, ChangePercent: -0.36, Volume: 1, High: 81.81, Low: 81.28, YearlyHigh: 83.98, YearlyLow: 70.25, YearlyStart: 77.11, YearlyChange: 6.09, Settlement: `Cash`, Contract: `Options`, Region: `Africa`, Country: `Cameroon`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-08-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 511 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Silver`, Spread: 0.01, Open: 17.43, Price: 17.4, Buy: 17.43, Sell: 17.43, Change: -0.02, ChangePercent: -0.12, Volume: 11720, High: 17.51, Low: 17.37, YearlyHigh: 18.06, YearlyLow: 13.73, YearlyStart: 15.89, YearlyChange: 9.59, Settlement: `Cash`, Contract: `Forwards`, Region: `Africa`, Country: `Tunisia`, Risk: `High`, Sector: `Public`, Currency: `PLN`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-03-11`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 512 }), + new FinancialDataAllItem({ Category: `Index`, Type: `NAS Future`, Spread: 0.01, Open: 4341.25, Price: 4339.54, Buy: 4341.25, Sell: 4341.25, Change: -1.74, ChangePercent: -0.04, Volume: 18259, High: 4347, Low: 4318, YearlyHigh: 4719.75, YearlyLow: 3867.75, YearlyStart: 4293.75, YearlyChange: 1.11, Settlement: `Cash`, Contract: `Forwards`, Region: `Europe`, Country: `Finland`, Risk: `High`, Sector: `Government`, Currency: `PLN`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-06-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 513 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soy oil`, Spread: 0.01, Open: 33.26, Price: 34.11, Buy: 33.77, Sell: 33.78, Change: 0.34, ChangePercent: 1, Volume: 10592, High: 33.77, Low: 33.06, YearlyHigh: 35.43, YearlyLow: 26.61, YearlyStart: 31.02, YearlyChange: 8.87, Settlement: `Loan`, Contract: `Swap`, Region: `Africa`, Country: `Algeria`, Risk: `High`, Sector: `Private`, Currency: `PLN`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-05-24`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 514 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Silver`, Spread: 0.01, Open: 17.43, Price: 17.12, Buy: 17.43, Sell: 17.43, Change: -0.3, ChangePercent: -1.72, Volume: 11720, High: 17.51, Low: 17.37, YearlyHigh: 18.06, YearlyLow: 13.73, YearlyStart: 15.89, YearlyChange: 9.59, Settlement: `Loan`, Contract: `Options`, Region: `Middle East`, Country: `Lebanon`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-03-10`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 515 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Corn`, Spread: 0.01, Open: 379.5, Price: 377.22, Buy: 379.8, Sell: 379.81, Change: -2.58, ChangePercent: -0.68, Volume: 11266, High: 381, Low: 377.75, YearlyHigh: 471.25, YearlyLow: 351.25, YearlyStart: 411.25, YearlyChange: -7.65, Settlement: `Cash`, Contract: `Options`, Region: `Africa`, Country: `Nigeria`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-05-16`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 516 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soybean`, Spread: 0.01, Open: 1038, Price: 1036.12, Buy: 1038.61, Sell: 1038.62, Change: -2.5, ChangePercent: -0.24, Volume: 20356, High: 1044, Low: 1031.75, YearlyHigh: 1057, YearlyLow: 859.5, YearlyStart: 958.25, YearlyChange: 8.39, Settlement: `Credit`, Contract: `Options`, Region: `Asia Pacific`, Country: `Indonesia`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-02-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 517 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/JPY`, Spread: 0.02, Open: 9275.5, Price: 9195.69, Buy: 9277.32, Sell: 9277.34, Change: -81.64, ChangePercent: -0.88, Volume: 47734, High: 9277.33, Low: 0.93, YearlyHigh: 9483, YearlyLow: 0.93, YearlyStart: 4741.97, YearlyChange: 95.64, Settlement: `Cash`, Contract: `Forwards`, Region: `Asia Pacific`, Country: `Philippines`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-04-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 518 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Palladium`, Spread: 0.01, Open: 600.55, Price: 595.71, Buy: 601, Sell: 601.01, Change: -5.29, ChangePercent: -0.88, Volume: 651, High: 607.2, Low: 598.4, YearlyHigh: 690, YearlyLow: 458.6, YearlyStart: 574.3, YearlyChange: 4.65, Settlement: `Cash`, Contract: `Forwards`, Region: `Africa`, Country: `Libya`, Risk: `High`, Sector: `Public`, Currency: `USD`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-01-24`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 519 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Uranium`, Spread: 0.02, Open: 27.55, Price: 27.65, Buy: 27.55, Sell: 27.55, Change: 0.07, ChangePercent: 0.24, Volume: 12, High: 27.55, Low: 27.55, YearlyHigh: 29.32, YearlyLow: 21.28, YearlyStart: 25.3, YearlyChange: 9.01, Settlement: `Cash`, Contract: `Swap`, Region: `Africa`, Country: `Egypt`, Risk: `High`, Sector: `Public`, Currency: `PLN`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-07-11`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 520 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Coal`, Spread: 0.015, Open: 0.4363, Price: 0.42, Buy: 0.44, Sell: 0.44, Change: 0, ChangePercent: 1.2, Volume: 3, High: 0.44, Low: 0.44, YearlyHigh: 0.48, YearlyLow: 0.4, YearlyStart: 0.44, YearlyChange: -5.33, Settlement: `Cash`, Contract: `Forwards`, Region: `North America`, Country: `Canada`, Risk: `Low`, Sector: `Government`, Currency: `PLN`, Security: `Poor`, Issuer: `FedEx`, Maturity: `2022-02-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 521 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `Lean Hogs`, Spread: 0.01, Open: 81.275, Price: 81.32, Buy: 81.81, Sell: 81.82, Change: -0.49, ChangePercent: -0.6, Volume: 1, High: 81.81, Low: 81.28, YearlyHigh: 83.98, YearlyLow: 70.25, YearlyStart: 77.11, YearlyChange: 6.09, Settlement: `Cash`, Contract: `Swap`, Region: `Asia Pacific`, Country: `Malaysia`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-07-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 522 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soy Meat`, Spread: 0.01, Open: 342.6, Price: 338.23, Buy: 342.6, Sell: 342.6, Change: -4.39, ChangePercent: -1.28, Volume: 5646, High: 345.4, Low: 340.3, YearlyHigh: 353.4, YearlyLow: 261.7, YearlyStart: 307.55, YearlyChange: 11.4, Settlement: `Cash`, Contract: `Swap`, Region: `Europe`, Country: `Estonia`, Risk: `Low`, Sector: `Public`, Currency: `PLN`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-04-16`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 523 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `US 30YR Future`, Spread: 0.01, Open: 164.875, Price: 164.42, Buy: 164.15, Sell: 164.16, Change: 0.26, ChangePercent: 0.16, Volume: 28012, High: 165.25, Low: 164.04, YearlyHigh: 169.38, YearlyLow: 151.47, YearlyStart: 160.43, YearlyChange: 2.33, Settlement: `Cash`, Contract: `Swap`, Region: `Europe`, Country: `Germany`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-03-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 524 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `BTC/USD`, Spread: 0.06, Open: 93.88, Price: 20715.16, Buy: 21200.76, Sell: 21400.78, Change: -285.61, ChangePercent: -1.36, Volume: 5788000, High: 22400.05, Low: 20100.75, YearlyHigh: 62400.7, YearlyLow: 15100.88, YearlyStart: 21200.29, YearlyChange: -20.62, Settlement: `Credit`, Contract: `Options`, Region: `Europe`, Country: `Slovakia`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-08-16`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 525 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Sugar`, Spread: 0.01, Open: 15.68, Price: 14.54, Buy: 14.67, Sell: 14.68, Change: -0.13, ChangePercent: -0.92, Volume: 4949, High: 15.7, Low: 14.67, YearlyHigh: 16.87, YearlyLow: 11.37, YearlyStart: 14.12, YearlyChange: 3.92, Settlement: `Cash`, Contract: `Futures`, Region: `Asia Pacific`, Country: `Malaysia`, Risk: `High`, Sector: `Public`, Currency: `PLN`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-07-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 526 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Oats`, Spread: 0.01, Open: 194.5, Price: 196.55, Buy: 194.21, Sell: 194.22, Change: 2.33, ChangePercent: 1.2, Volume: 64, High: 195.75, Low: 194, YearlyHigh: 241.25, YearlyLow: 183.75, YearlyStart: 212.5, YearlyChange: -8.6, Settlement: `Cash`, Contract: `Forwards`, Region: `Africa`, Country: `Egypt`, Risk: `Low`, Sector: `Public`, Currency: `USD`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-04-19`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 527 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Coal`, Spread: 0.015, Open: 0.4363, Price: 0.41, Buy: 0.44, Sell: 0.44, Change: -0.01, ChangePercent: -1.04, Volume: 3, High: 0.44, Low: 0.44, YearlyHigh: 0.48, YearlyLow: 0.4, YearlyStart: 0.44, YearlyChange: -5.33, Settlement: `Loan`, Contract: `Forwards`, Region: `Africa`, Country: `Cameroon`, Risk: `Low`, Sector: `Government`, Currency: `USD`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-05-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 528 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P 600 MINI`, Spread: 0.01, Open: 687.9, Price: 693.11, Buy: 687.9, Sell: 687.9, Change: 5.23, ChangePercent: 0.76, Volume: 0, High: 0, Low: 0, YearlyHigh: 620.32, YearlyLow: 595.9, YearlyStart: 608.11, YearlyChange: 13.12, Settlement: `Loan`, Contract: `Futures`, Region: `Middle East`, Country: `Israel`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-07-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 529 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Wheat`, Spread: 0.01, Open: 465.5, Price: 470.36, Buy: 465.5, Sell: 465.5, Change: 4.84, ChangePercent: 1.04, Volume: 4318, High: 467, Low: 463.25, YearlyHigh: 628.5, YearlyLow: 449.5, YearlyStart: 539, YearlyChange: -13.63, Settlement: `Credit`, Contract: `Swap`, Region: `Africa`, Country: `Senegal`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `American Airlines`, Maturity: `2022-04-23`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 530 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `OJ Future`, Spread: 0.01, Open: 140.6, Price: 137.72, Buy: 140.18, Sell: 140.19, Change: -2.47, ChangePercent: -1.76, Volume: 7, High: 140.19, Low: 0, YearlyHigh: 155.95, YearlyLow: 113, YearlyStart: 134.47, YearlyChange: 4.25, Settlement: `Loan`, Contract: `Futures`, Region: `Middle East`, Country: `Saudi Arabia`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-05-21`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 531 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Copper`, Spread: 0.02, Open: 2.123, Price: 2.07, Buy: 2.12, Sell: 2.12, Change: -0.04, ChangePercent: -1.8, Volume: 28819, High: 2.16, Low: 2.11, YearlyHigh: 2.94, YearlyLow: 1.96, YearlyStart: 2.45, YearlyChange: -13.76, Settlement: `Cash`, Contract: `Options`, Region: `Middle East`, Country: `Oman`, Risk: `Low`, Sector: `Public`, Currency: `USD`, Security: `High`, Issuer: `FedEx`, Maturity: `2022-08-24`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 532 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Platinum`, Spread: 0.01, Open: 1071.6, Price: 1084.81, Buy: 1071.09, Sell: 1071.1, Change: 13.71, ChangePercent: 1.28, Volume: 3039, High: 1081.2, Low: 1070.5, YearlyHigh: 1120.6, YearlyLow: 812.4, YearlyStart: 966.5, YearlyChange: 10.82, Settlement: `Cash`, Contract: `Swap`, Region: `South America`, Country: `Chile`, Risk: `Low`, Sector: `Public`, Currency: `USD`, Security: `Poor`, Issuer: `FedEx`, Maturity: `2022-02-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 533 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `FD Cattle`, Spread: 0.01, Open: 147.175, Price: 148.31, Buy: 148.6, Sell: 148.61, Change: -0.3, ChangePercent: -0.2, Volume: 5, High: 148.61, Low: 147.18, YearlyHigh: 190, YearlyLow: 138.1, YearlyStart: 164.05, YearlyChange: -9.41, Settlement: `Cash`, Contract: `Swap`, Region: `Middle East`, Country: `Lebanon`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-04-23`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 534 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Wheat`, Spread: 0.01, Open: 465.5, Price: 470.18, Buy: 465.5, Sell: 465.5, Change: 4.66, ChangePercent: 1, Volume: 4318, High: 467, Low: 463.25, YearlyHigh: 628.5, YearlyLow: 449.5, YearlyStart: 539, YearlyChange: -13.63, Settlement: `Cash`, Contract: `Options`, Region: `Middle East`, Country: `Saudi Arabia`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-02-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 535 }), + new FinancialDataAllItem({ Category: `Index`, Type: `DOW Future`, Spread: 0.01, Open: 17711, Price: 17556.28, Buy: 17712.15, Sell: 17712.16, Change: -155.87, ChangePercent: -0.88, Volume: 22236, High: 17727, Low: 17642, YearlyHigh: 18083, YearlyLow: 15299, YearlyStart: 16691, YearlyChange: 6.12, Settlement: `Cash`, Contract: `CFD`, Region: `Africa`, Country: `Niger`, Risk: `High`, Sector: `Public`, Currency: `USD`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-03-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 536 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `OJ Future`, Spread: 0.01, Open: 140.6, Price: 139.46, Buy: 140.18, Sell: 140.19, Change: -0.73, ChangePercent: -0.52, Volume: 7, High: 140.19, Low: 0, YearlyHigh: 155.95, YearlyLow: 113, YearlyStart: 134.47, YearlyChange: 4.25, Settlement: `Loan`, Contract: `Swap`, Region: `Africa`, Country: `South Africa`, Risk: `Low`, Sector: `Government`, Currency: `USD`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-08-22`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 537 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soy Meat`, Spread: 0.01, Open: 342.6, Price: 336.73, Buy: 342.6, Sell: 342.6, Change: -5.89, ChangePercent: -1.72, Volume: 5646, High: 345.4, Low: 340.3, YearlyHigh: 353.4, YearlyLow: 261.7, YearlyStart: 307.55, YearlyChange: 11.4, Settlement: `Loan`, Contract: `Options`, Region: `Middle East`, Country: `Qatar`, Risk: `Low`, Sector: `Public`, Currency: `PLN`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-06-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 538 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Silver`, Spread: 0.01, Open: 17.43, Price: 17.46, Buy: 17.43, Sell: 17.43, Change: 0.04, ChangePercent: 0.24, Volume: 11720, High: 17.51, Low: 17.37, YearlyHigh: 18.06, YearlyLow: 13.73, YearlyStart: 15.89, YearlyChange: 9.59, Settlement: `Loan`, Contract: `Forwards`, Region: `Africa`, Country: `Cameroon`, Risk: `High`, Sector: `Private`, Currency: `PLN`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-04-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 539 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Coal`, Spread: 0.015, Open: 0.4363, Price: 0.41, Buy: 0.44, Sell: 0.44, Change: -0.01, ChangePercent: -1.08, Volume: 3, High: 0.44, Low: 0.44, YearlyHigh: 0.48, YearlyLow: 0.4, YearlyStart: 0.44, YearlyChange: -5.33, Settlement: `Cash`, Contract: `Options`, Region: `Asia Pacific`, Country: `Pakistan`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `American Airlines`, Maturity: `2022-03-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 540 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P Future`, Spread: 0.01, Open: 2057.5, Price: 2039.33, Buy: 2056.6, Sell: 2056.61, Change: -17.27, ChangePercent: -0.84, Volume: 142780, High: 2059.5, Low: 2049, YearlyHigh: 2105.5, YearlyLow: 1794.5, YearlyStart: 1950, YearlyChange: 5.47, Settlement: `Credit`, Contract: `Options`, Region: `North America`, Country: `United States`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-06-23`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 541 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `BTC/USD`, Spread: 0.06, Open: 93.88, Price: 20967.17, Buy: 21200.76, Sell: 21400.78, Change: -33.6, ChangePercent: -0.16, Volume: 5788000, High: 22400.05, Low: 20100.75, YearlyHigh: 62400.7, YearlyLow: 15100.88, YearlyStart: 21200.29, YearlyChange: -20.62, Settlement: `Loan`, Contract: `Swap`, Region: `Europe`, Country: `Russia`, Risk: `High`, Sector: `Public`, Currency: `USD`, Security: `High`, Issuer: `FedEx`, Maturity: `2022-08-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 542 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Palladium`, Spread: 0.01, Open: 600.55, Price: 607.97, Buy: 601, Sell: 601.01, Change: 6.97, ChangePercent: 1.16, Volume: 651, High: 607.2, Low: 598.4, YearlyHigh: 690, YearlyLow: 458.6, YearlyStart: 574.3, YearlyChange: 4.65, Settlement: `Loan`, Contract: `CFD`, Region: `Europe`, Country: `Finland`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-08-21`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 543 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P MID MINI`, Spread: 0.01, Open: 1454.3, Price: 1476.16, Buy: 1455.78, Sell: 1455.79, Change: 20.38, ChangePercent: 1.4, Volume: 338, High: 1455.78, Low: 1448, YearlyHigh: 1527.3, YearlyLow: 1236, YearlyStart: 1381.65, YearlyChange: 5.37, Settlement: `Loan`, Contract: `Futures`, Region: `South America`, Country: `Brazil`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-08-19`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 544 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soybean`, Spread: 0.01, Open: 1038, Price: 1039.45, Buy: 1038.61, Sell: 1038.62, Change: 0.83, ChangePercent: 0.08, Volume: 20356, High: 1044, Low: 1031.75, YearlyHigh: 1057, YearlyLow: 859.5, YearlyStart: 958.25, YearlyChange: 8.39, Settlement: `Cash`, Contract: `Options`, Region: `Asia Pacific`, Country: `Malaysia`, Risk: `High`, Sector: `Government`, Currency: `USD`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-04-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 545 }), + new FinancialDataAllItem({ Category: `Index`, Type: `DOW Future`, Spread: 0.01, Open: 17711, Price: 17535.03, Buy: 17712.15, Sell: 17712.16, Change: -177.12, ChangePercent: -1, Volume: 22236, High: 17727, Low: 17642, YearlyHigh: 18083, YearlyLow: 15299, YearlyStart: 16691, YearlyChange: 6.12, Settlement: `Cash`, Contract: `Forwards`, Region: `Africa`, Country: `Egypt`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `High`, Issuer: `American Airlines`, Maturity: `2022-08-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 546 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Coal`, Spread: 0.015, Open: 0.4363, Price: 0.42, Buy: 0.44, Sell: 0.44, Change: 0, ChangePercent: 1.88, Volume: 3, High: 0.44, Low: 0.44, YearlyHigh: 0.48, YearlyLow: 0.4, YearlyStart: 0.44, YearlyChange: -5.33, Settlement: `Cash`, Contract: `Options`, Region: `Asia Pacific`, Country: `Philippines`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-09-22`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 547 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P MID MINI`, Spread: 0.01, Open: 1454.3, Price: 1462.19, Buy: 1455.78, Sell: 1455.79, Change: 6.41, ChangePercent: 0.44, Volume: 338, High: 1455.78, Low: 1448, YearlyHigh: 1527.3, YearlyLow: 1236, YearlyStart: 1381.65, YearlyChange: 5.37, Settlement: `Credit`, Contract: `Options`, Region: `Asia Pacific`, Country: `Australia`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-09-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 548 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Natural Gas`, Spread: 0.02, Open: 2.094, Price: 2.13, Buy: 2.09, Sell: 2.09, Change: 0.03, ChangePercent: 1.16, Volume: 2783, High: 2.11, Low: 2.09, YearlyHigh: 3.2, YearlyLow: 1.84, YearlyStart: 2.52, YearlyChange: -16.51, Settlement: `Cash`, Contract: `Swap`, Region: `Europe`, Country: `Iceland`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `American Airlines`, Maturity: `2022-06-19`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 549 }), + new FinancialDataAllItem({ Category: `Index`, Type: `DOW Future`, Spread: 0.01, Open: 17711, Price: 17563.37, Buy: 17712.15, Sell: 17712.16, Change: -148.78, ChangePercent: -0.84, Volume: 22236, High: 17727, Low: 17642, YearlyHigh: 18083, YearlyLow: 15299, YearlyStart: 16691, YearlyChange: 6.12, Settlement: `Credit`, Contract: `Swap`, Region: `Asia Pacific`, Country: `Japan`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-02-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 550 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Copper`, Spread: 0.02, Open: 2.123, Price: 2.13, Buy: 2.12, Sell: 2.12, Change: 0.02, ChangePercent: 0.84, Volume: 28819, High: 2.16, Low: 2.11, YearlyHigh: 2.94, YearlyLow: 1.96, YearlyStart: 2.45, YearlyChange: -13.76, Settlement: `Cash`, Contract: `Swap`, Region: `Asia Pacific`, Country: `India`, Risk: `High`, Sector: `Private`, Currency: `PLN`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-02-19`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 551 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Lumber`, Spread: 0.01, Open: 303.9, Price: 309.11, Buy: 304.59, Sell: 304.6, Change: 4.51, ChangePercent: 1.48, Volume: 2, High: 304.6, Low: 303.9, YearlyHigh: 317.1, YearlyLow: 236, YearlyStart: 276.55, YearlyChange: 10.14, Settlement: `Cash`, Contract: `Swap`, Region: `Middle East`, Country: `Israel`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-06-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 552 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/CAD`, Spread: 0.02, Open: 0.7744, Price: 0.95, Buy: 0.94, Sell: 0.96, Change: 0, ChangePercent: 0.04, Volume: 13669, High: 0.95, Low: 0.77, YearlyHigh: 0.95, YearlyLow: 0.68, YearlyStart: 0.76, YearlyChange: 26.43, Settlement: `Credit`, Contract: `CFD`, Region: `Middle East`, Country: `Israel`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-02-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 553 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/CAD`, Spread: 0.02, Open: 0.7744, Price: 0.94, Buy: 0.94, Sell: 0.96, Change: -0.01, ChangePercent: -1.88, Volume: 13669, High: 0.95, Low: 0.77, YearlyHigh: 0.95, YearlyLow: 0.68, YearlyStart: 0.76, YearlyChange: 26.43, Settlement: `Credit`, Contract: `Forwards`, Region: `Middle East`, Country: `Syria`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-09-11`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 554 }), + new FinancialDataAllItem({ Category: `Index`, Type: `DOW Future`, Spread: 0.01, Open: 17711, Price: 17506.69, Buy: 17712.15, Sell: 17712.16, Change: -205.46, ChangePercent: -1.16, Volume: 22236, High: 17727, Low: 17642, YearlyHigh: 18083, YearlyLow: 15299, YearlyStart: 16691, YearlyChange: 6.12, Settlement: `Cash`, Contract: `Swap`, Region: `Africa`, Country: `Tunisia`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `High`, Issuer: `FedEx`, Maturity: `2022-07-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 555 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Gold`, Spread: 0.01, Open: 1281.1, Price: 1278.68, Buy: 1280.73, Sell: 1280.74, Change: -2.05, ChangePercent: -0.16, Volume: 48387, High: 1289.5, Low: 1279.1, YearlyHigh: 1306, YearlyLow: 1047.2, YearlyStart: 1176.6, YearlyChange: 8.85, Settlement: `Loan`, Contract: `Swap`, Region: `Europe`, Country: `Ireland`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-04-11`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 556 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `Lean Hogs`, Spread: 0.01, Open: 81.275, Price: 83.19, Buy: 81.81, Sell: 81.82, Change: 1.38, ChangePercent: 1.68, Volume: 1, High: 81.81, Low: 81.28, YearlyHigh: 83.98, YearlyLow: 70.25, YearlyStart: 77.11, YearlyChange: 6.09, Settlement: `Loan`, Contract: `Options`, Region: `North America`, Country: `Mexico`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `American Airlines`, Maturity: `2022-08-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 557 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Gold`, Spread: 0.01, Open: 1281.1, Price: 1281.24, Buy: 1280.73, Sell: 1280.74, Change: 0.51, ChangePercent: 0.04, Volume: 48387, High: 1289.5, Low: 1279.1, YearlyHigh: 1306, YearlyLow: 1047.2, YearlyStart: 1176.6, YearlyChange: 8.85, Settlement: `Cash`, Contract: `Swap`, Region: `Europe`, Country: `Switzerland`, Risk: `Low`, Sector: `Government`, Currency: `PLN`, Security: `Poor`, Issuer: `FedEx`, Maturity: `2022-07-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 558 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Coffee`, Spread: 0.01, Open: 125.7, Price: 125.59, Buy: 125.7, Sell: 125.7, Change: -0.1, ChangePercent: -0.08, Volume: 1654, High: 125.8, Low: 125, YearlyHigh: 155.75, YearlyLow: 115.35, YearlyStart: 135.55, YearlyChange: -7.27, Settlement: `Credit`, Contract: `Futures`, Region: `Asia Pacific`, Country: `Japan`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `Poor`, Issuer: `American Airlines`, Maturity: `2022-06-21`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 559 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soy Meat`, Spread: 0.01, Open: 342.6, Price: 341.39, Buy: 342.6, Sell: 342.6, Change: -1.23, ChangePercent: -0.36, Volume: 5646, High: 345.4, Low: 340.3, YearlyHigh: 353.4, YearlyLow: 261.7, YearlyStart: 307.55, YearlyChange: 11.4, Settlement: `Loan`, Contract: `Futures`, Region: `Middle East`, Country: `Israel`, Risk: `High`, Sector: `Public`, Currency: `USD`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-05-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 560 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Platinum`, Spread: 0.01, Open: 1071.6, Price: 1067.67, Buy: 1071.09, Sell: 1071.1, Change: -3.43, ChangePercent: -0.32, Volume: 3039, High: 1081.2, Low: 1070.5, YearlyHigh: 1120.6, YearlyLow: 812.4, YearlyStart: 966.5, YearlyChange: 10.82, Settlement: `Cash`, Contract: `Swap`, Region: `Asia Pacific`, Country: `Taiwan`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `High`, Issuer: `FedEx`, Maturity: `2022-02-24`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 561 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `Euro$ 3M`, Spread: 0.01, Open: 99.18, Price: 99.33, Buy: 99.18, Sell: 99.18, Change: 0.16, ChangePercent: 0.16, Volume: 29509, High: 99.18, Low: 99.17, YearlyHigh: 99.38, YearlyLow: 98.41, YearlyStart: 98.89, YearlyChange: 0.28, Settlement: `Cash`, Contract: `Futures`, Region: `South America`, Country: `Brazil`, Risk: `High`, Sector: `Private`, Currency: `PLN`, Security: `High`, Issuer: `American Airlines`, Maturity: `2022-08-10`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 562 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `BTC/USD`, Spread: 0.06, Open: 93.88, Price: 20740.36, Buy: 21200.76, Sell: 21400.78, Change: -260.41, ChangePercent: -1.24, Volume: 5788000, High: 22400.05, Low: 20100.75, YearlyHigh: 62400.7, YearlyLow: 15100.88, YearlyStart: 21200.29, YearlyChange: -20.62, Settlement: `Loan`, Contract: `Forwards`, Region: `Asia Pacific`, Country: `New Zealand`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-07-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 563 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `OJ Future`, Spread: 0.01, Open: 140.6, Price: 141.48, Buy: 140.18, Sell: 140.19, Change: 1.29, ChangePercent: 0.92, Volume: 7, High: 140.19, Low: 0, YearlyHigh: 155.95, YearlyLow: 113, YearlyStart: 134.47, YearlyChange: 4.25, Settlement: `Cash`, Contract: `Swap`, Region: `Europe`, Country: `Bulgaria`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-03-19`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 564 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/CHF`, Spread: 0.02, Open: 1.0337, Price: 1.05, Buy: 1.03, Sell: 1.03, Change: 0.01, ChangePercent: 0.28, Volume: 5550, High: 1.03, Low: 1.03, YearlyHigh: 1.11, YearlyLow: 0.98, YearlyStart: 1.04, YearlyChange: -0.12, Settlement: `Loan`, Contract: `Swap`, Region: `South America`, Country: `Bolivia`, Risk: `Low`, Sector: `Government`, Currency: `PLN`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-09-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 565 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/CHF`, Spread: 0.02, Open: 1.0337, Price: 1.04, Buy: 1.03, Sell: 1.03, Change: 0, ChangePercent: -0.4, Volume: 5550, High: 1.03, Low: 1.03, YearlyHigh: 1.11, YearlyLow: 0.98, YearlyStart: 1.04, YearlyChange: -0.12, Settlement: `Cash`, Contract: `Options`, Region: `Asia Pacific`, Country: `Indonesia`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-09-11`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 566 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Sugar`, Spread: 0.01, Open: 15.68, Price: 14.87, Buy: 14.67, Sell: 14.68, Change: 0.2, ChangePercent: 1.32, Volume: 4949, High: 15.7, Low: 14.67, YearlyHigh: 16.87, YearlyLow: 11.37, YearlyStart: 14.12, YearlyChange: 3.92, Settlement: `Loan`, Contract: `Futures`, Region: `Middle East`, Country: `Iran`, Risk: `Low`, Sector: `Government`, Currency: `USD`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-04-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 567 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Coal`, Spread: 0.015, Open: 0.4363, Price: 0.41, Buy: 0.44, Sell: 0.44, Change: -0.01, ChangePercent: -0.96, Volume: 3, High: 0.44, Low: 0.44, YearlyHigh: 0.48, YearlyLow: 0.4, YearlyStart: 0.44, YearlyChange: -5.33, Settlement: `Cash`, Contract: `Options`, Region: `Europe`, Country: `Belgium`, Risk: `Low`, Sector: `Public`, Currency: `USD`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-02-19`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 568 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Corn`, Spread: 0.01, Open: 379.5, Price: 379.35, Buy: 379.8, Sell: 379.81, Change: -0.45, ChangePercent: -0.12, Volume: 11266, High: 381, Low: 377.75, YearlyHigh: 471.25, YearlyLow: 351.25, YearlyStart: 411.25, YearlyChange: -7.65, Settlement: `Cash`, Contract: `Options`, Region: `Asia Pacific`, Country: `Korea`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `FedEx`, Maturity: `2022-02-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 569 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `US 30YR Future`, Spread: 0.01, Open: 164.875, Price: 163.5, Buy: 164.15, Sell: 164.16, Change: -0.66, ChangePercent: -0.4, Volume: 28012, High: 165.25, Low: 164.04, YearlyHigh: 169.38, YearlyLow: 151.47, YearlyStart: 160.43, YearlyChange: 2.33, Settlement: `Credit`, Contract: `Swap`, Region: `Asia Pacific`, Country: `Pakistan`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-02-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 570 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `FD Cattle`, Spread: 0.01, Open: 147.175, Price: 149.68, Buy: 148.6, Sell: 148.61, Change: 1.07, ChangePercent: 0.72, Volume: 5, High: 148.61, Low: 147.18, YearlyHigh: 190, YearlyLow: 138.1, YearlyStart: 164.05, YearlyChange: -9.41, Settlement: `Cash`, Contract: `CFD`, Region: `Asia Pacific`, Country: `Azerbaijan`, Risk: `High`, Sector: `Public`, Currency: `USD`, Security: `Poor`, Issuer: `American Airlines`, Maturity: `2022-05-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 571 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/JPY`, Spread: 0.02, Open: 9275.5, Price: 9140.03, Buy: 9277.32, Sell: 9277.34, Change: -137.3, ChangePercent: -1.48, Volume: 47734, High: 9277.33, Low: 0.93, YearlyHigh: 9483, YearlyLow: 0.93, YearlyStart: 4741.97, YearlyChange: 95.64, Settlement: `Credit`, Contract: `Options`, Region: `Asia Pacific`, Country: `New Zealand`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `Poor`, Issuer: `FedEx`, Maturity: `2022-04-21`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 572 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `FD Cattle`, Spread: 0.01, Open: 147.175, Price: 149.14, Buy: 148.6, Sell: 148.61, Change: 0.53, ChangePercent: 0.36, Volume: 5, High: 148.61, Low: 147.18, YearlyHigh: 190, YearlyLow: 138.1, YearlyStart: 164.05, YearlyChange: -9.41, Settlement: `Credit`, Contract: `CFD`, Region: `Middle East`, Country: `Bahrain`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-06-23`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 573 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Silver`, Spread: 0.01, Open: 17.43, Price: 17.62, Buy: 17.43, Sell: 17.43, Change: 0.2, ChangePercent: 1.12, Volume: 11720, High: 17.51, Low: 17.37, YearlyHigh: 18.06, YearlyLow: 13.73, YearlyStart: 15.89, YearlyChange: 9.59, Settlement: `Cash`, Contract: `Options`, Region: `North America`, Country: `United States`, Risk: `High`, Sector: `Public`, Currency: `USD`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-02-10`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 574 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Lumber`, Spread: 0.01, Open: 303.9, Price: 302.65, Buy: 304.59, Sell: 304.6, Change: -1.95, ChangePercent: -0.64, Volume: 2, High: 304.6, Low: 303.9, YearlyHigh: 317.1, YearlyLow: 236, YearlyStart: 276.55, YearlyChange: 10.14, Settlement: `Cash`, Contract: `Futures`, Region: `South America`, Country: `Colombia`, Risk: `Low`, Sector: `Public`, Currency: `USD`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-01-21`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 575 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Uranium`, Spread: 0.02, Open: 27.55, Price: 27.19, Buy: 27.55, Sell: 27.55, Change: -0.39, ChangePercent: -1.4, Volume: 12, High: 27.55, Low: 27.55, YearlyHigh: 29.32, YearlyLow: 21.28, YearlyStart: 25.3, YearlyChange: 9.01, Settlement: `Cash`, Contract: `Swap`, Region: `Europe`, Country: `Sweden`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-05-16`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 576 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soy oil`, Spread: 0.01, Open: 33.26, Price: 33.38, Buy: 33.77, Sell: 33.78, Change: -0.39, ChangePercent: -1.16, Volume: 10592, High: 33.77, Low: 33.06, YearlyHigh: 35.43, YearlyLow: 26.61, YearlyStart: 31.02, YearlyChange: 8.87, Settlement: `Credit`, Contract: `CFD`, Region: `South America`, Country: `Paraguay`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-06-19`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 577 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `FD Cattle`, Spread: 0.01, Open: 147.175, Price: 148.25, Buy: 148.6, Sell: 148.61, Change: -0.36, ChangePercent: -0.24, Volume: 5, High: 148.61, Low: 147.18, YearlyHigh: 190, YearlyLow: 138.1, YearlyStart: 164.05, YearlyChange: -9.41, Settlement: `Credit`, Contract: `Options`, Region: `Europe`, Country: `Italy`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-06-10`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 578 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Coal`, Spread: 0.015, Open: 0.4363, Price: 0.41, Buy: 0.44, Sell: 0.44, Change: -0.01, ChangePercent: -1.12, Volume: 3, High: 0.44, Low: 0.44, YearlyHigh: 0.48, YearlyLow: 0.4, YearlyStart: 0.44, YearlyChange: -5.33, Settlement: `Cash`, Contract: `CFD`, Region: `Middle East`, Country: `UAE`, Risk: `Low`, Sector: `Government`, Currency: `PLN`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-04-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 579 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `Lean Hogs`, Spread: 0.01, Open: 81.275, Price: 83.25, Buy: 81.81, Sell: 81.82, Change: 1.44, ChangePercent: 1.76, Volume: 1, High: 81.81, Low: 81.28, YearlyHigh: 83.98, YearlyLow: 70.25, YearlyStart: 77.11, YearlyChange: 6.09, Settlement: `Cash`, Contract: `Futures`, Region: `Asia Pacific`, Country: `Taiwan`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-08-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 580 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `LV Cattle`, Spread: 0.01, Open: 120.725, Price: 119.5, Buy: 120.72, Sell: 120.72, Change: -1.2, ChangePercent: -1, Volume: 4, High: 120.72, Low: 120.72, YearlyHigh: 147.98, YearlyLow: 113.9, YearlyStart: 130.94, YearlyChange: -7.82, Settlement: `Credit`, Contract: `Futures`, Region: `Middle East`, Country: `Turkey`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `High`, Issuer: `American Airlines`, Maturity: `2022-04-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 581 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Gold`, Spread: 0.01, Open: 1281.1, Price: 1285.85, Buy: 1280.73, Sell: 1280.74, Change: 5.12, ChangePercent: 0.4, Volume: 48387, High: 1289.5, Low: 1279.1, YearlyHigh: 1306, YearlyLow: 1047.2, YearlyStart: 1176.6, YearlyChange: 8.85, Settlement: `Cash`, Contract: `Options`, Region: `Middle East`, Country: `Jordan`, Risk: `High`, Sector: `Public`, Currency: `PLN`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-05-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 582 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/CAD`, Spread: 0.02, Open: 0.7744, Price: 0.97, Buy: 0.94, Sell: 0.96, Change: 0.02, ChangePercent: 1.88, Volume: 13669, High: 0.95, Low: 0.77, YearlyHigh: 0.95, YearlyLow: 0.68, YearlyStart: 0.76, YearlyChange: 26.43, Settlement: `Credit`, Contract: `Options`, Region: `Middle East`, Country: `Kuwait`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-08-21`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 583 }), + new FinancialDataAllItem({ Category: `Index`, Type: `NAS Future`, Spread: 0.01, Open: 4341.25, Price: 4303.08, Buy: 4341.25, Sell: 4341.25, Change: -38.2, ChangePercent: -0.88, Volume: 18259, High: 4347, Low: 4318, YearlyHigh: 4719.75, YearlyLow: 3867.75, YearlyStart: 4293.75, YearlyChange: 1.11, Settlement: `Cash`, Contract: `Futures`, Region: `Asia Pacific`, Country: `Singapore`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-02-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 584 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `Euro$ 3M`, Spread: 0.01, Open: 99.18, Price: 98.65, Buy: 99.18, Sell: 99.18, Change: -0.52, ChangePercent: -0.52, Volume: 29509, High: 99.18, Low: 99.17, YearlyHigh: 99.38, YearlyLow: 98.41, YearlyStart: 98.89, YearlyChange: 0.28, Settlement: `Cash`, Contract: `Futures`, Region: `Asia Pacific`, Country: `Azerbaijan`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-08-23`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 585 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Lumber`, Spread: 0.01, Open: 303.9, Price: 309.84, Buy: 304.59, Sell: 304.6, Change: 5.24, ChangePercent: 1.72, Volume: 2, High: 304.6, Low: 303.9, YearlyHigh: 317.1, YearlyLow: 236, YearlyStart: 276.55, YearlyChange: 10.14, Settlement: `Cash`, Contract: `CFD`, Region: `Asia Pacific`, Country: `China`, Risk: `Low`, Sector: `Government`, Currency: `USD`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-03-27`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 586 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `Euro$ 3M`, Spread: 0.01, Open: 99.18, Price: 98.22, Buy: 99.18, Sell: 99.18, Change: -0.95, ChangePercent: -0.96, Volume: 29509, High: 99.18, Low: 99.17, YearlyHigh: 99.38, YearlyLow: 98.41, YearlyStart: 98.89, YearlyChange: 0.28, Settlement: `Credit`, Contract: `Forwards`, Region: `Asia Pacific`, Country: `Thailand`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-02-21`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 587 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `AUD/USD`, Spread: 0.02, Open: 0.7344, Price: 0.74, Buy: 0.73, Sell: 0.73, Change: 0, ChangePercent: -1.08, Volume: 36764, High: 0.74, Low: 0.73, YearlyHigh: 0.79, YearlyLow: 0.68, YearlyStart: 0.73, YearlyChange: 1.28, Settlement: `Cash`, Contract: `Forwards`, Region: `Europe`, Country: `Hungary`, Risk: `Low`, Sector: `Public`, Currency: `PLN`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-01-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 588 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Oil`, Spread: 0.015, Open: 45.54, Price: 46.17, Buy: 45.78, Sell: 45.8, Change: 0.38, ChangePercent: 0.84, Volume: 107196, High: 45.94, Low: 45, YearlyHigh: 65.28, YearlyLow: 30.79, YearlyStart: 48.03, YearlyChange: -4.67, Settlement: `Loan`, Contract: `Futures`, Region: `Europe`, Country: `Bulgaria`, Risk: `High`, Sector: `Private`, Currency: `PLN`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-05-23`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 589 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Uranium`, Spread: 0.02, Open: 27.55, Price: 27.77, Buy: 27.55, Sell: 27.55, Change: 0.19, ChangePercent: 0.68, Volume: 12, High: 27.55, Low: 27.55, YearlyHigh: 29.32, YearlyLow: 21.28, YearlyStart: 25.3, YearlyChange: 9.01, Settlement: `Cash`, Contract: `Swap`, Region: `South America`, Country: `Paraguay`, Risk: `High`, Sector: `Public`, Currency: `PLN`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-06-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 590 }), + new FinancialDataAllItem({ Category: `Index`, Type: `DOW Future`, Spread: 0.01, Open: 17711, Price: 17740.49, Buy: 17712.15, Sell: 17712.16, Change: 28.34, ChangePercent: 0.16, Volume: 22236, High: 17727, Low: 17642, YearlyHigh: 18083, YearlyLow: 15299, YearlyStart: 16691, YearlyChange: 6.12, Settlement: `Cash`, Contract: `Swap`, Region: `South America`, Country: `Guyana`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-03-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 591 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `GBP/USD`, Spread: 0.02, Open: 1.4464, Price: 1.17, Buy: 1.18, Sell: 1.2, Change: -0.02, ChangePercent: -1.92, Volume: 29450, High: 1.45, Low: 1.19, YearlyHigh: 1.59, YearlyLow: 1.19, YearlyStart: 1.49, YearlyChange: -19.59, Settlement: `Credit`, Contract: `Swap`, Region: `Europe`, Country: `United Kingdom`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-05-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 592 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Wheat`, Spread: 0.01, Open: 465.5, Price: 467.75, Buy: 465.5, Sell: 465.5, Change: 2.23, ChangePercent: 0.48, Volume: 4318, High: 467, Low: 463.25, YearlyHigh: 628.5, YearlyLow: 449.5, YearlyStart: 539, YearlyChange: -13.63, Settlement: `Credit`, Contract: `Futures`, Region: `Asia Pacific`, Country: `New Zealand`, Risk: `Low`, Sector: `Public`, Currency: `EUR`, Security: `Poor`, Issuer: `American Airlines`, Maturity: `2022-03-19`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 593 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `FD Cattle`, Spread: 0.01, Open: 147.175, Price: 147.24, Buy: 148.6, Sell: 148.61, Change: -1.37, ChangePercent: -0.92, Volume: 5, High: 148.61, Low: 147.18, YearlyHigh: 190, YearlyLow: 138.1, YearlyStart: 164.05, YearlyChange: -9.41, Settlement: `Loan`, Contract: `CFD`, Region: `Europe`, Country: `United Kingdom`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-05-11`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 594 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Natural Gas`, Spread: 0.02, Open: 2.094, Price: 2.09, Buy: 2.09, Sell: 2.09, Change: -0.01, ChangePercent: -0.76, Volume: 2783, High: 2.11, Low: 2.09, YearlyHigh: 3.2, YearlyLow: 1.84, YearlyStart: 2.52, YearlyChange: -16.51, Settlement: `Cash`, Contract: `Options`, Region: `Europe`, Country: `Slovakia`, Risk: `High`, Sector: `Government`, Currency: `PLN`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-06-11`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 595 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Cotton`, Spread: 0.01, Open: 61.77, Price: 62.95, Buy: 61.77, Sell: 61.77, Change: 1.19, ChangePercent: 1.92, Volume: 3612, High: 62.06, Low: 61.32, YearlyHigh: 67.59, YearlyLow: 54.33, YearlyStart: 60.96, YearlyChange: 1.31, Settlement: `Loan`, Contract: `Forwards`, Region: `North America`, Country: `Canada`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-01-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 596 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Wheat`, Spread: 0.01, Open: 465.5, Price: 463.66, Buy: 465.5, Sell: 465.5, Change: -1.86, ChangePercent: -0.4, Volume: 4318, High: 467, Low: 463.25, YearlyHigh: 628.5, YearlyLow: 449.5, YearlyStart: 539, YearlyChange: -13.63, Settlement: `Cash`, Contract: `Forwards`, Region: `North America`, Country: `Canada`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `High`, Issuer: `FedEx`, Maturity: `2022-07-11`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 597 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `OJ Future`, Spread: 0.01, Open: 140.6, Price: 140.58, Buy: 140.18, Sell: 140.19, Change: 0.39, ChangePercent: 0.28, Volume: 7, High: 140.19, Low: 0, YearlyHigh: 155.95, YearlyLow: 113, YearlyStart: 134.47, YearlyChange: 4.25, Settlement: `Cash`, Contract: `Futures`, Region: `Europe`, Country: `France`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-05-23`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 598 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `LV Cattle`, Spread: 0.01, Open: 120.725, Price: 119.3, Buy: 120.72, Sell: 120.72, Change: -1.41, ChangePercent: -1.16, Volume: 4, High: 120.72, Low: 120.72, YearlyHigh: 147.98, YearlyLow: 113.9, YearlyStart: 130.94, YearlyChange: -7.82, Settlement: `Cash`, Contract: `Futures`, Region: `Africa`, Country: `Senegal`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-03-11`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 599 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Oil`, Spread: 0.015, Open: 45.54, Price: 45.41, Buy: 45.78, Sell: 45.8, Change: -0.38, ChangePercent: -0.84, Volume: 107196, High: 45.94, Low: 45, YearlyHigh: 65.28, YearlyLow: 30.79, YearlyStart: 48.03, YearlyChange: -4.67, Settlement: `Cash`, Contract: `Options`, Region: `Africa`, Country: `Algeria`, Risk: `Low`, Sector: `Government`, Currency: `PLN`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-06-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 600 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Silver`, Spread: 0.01, Open: 17.43, Price: 17.2, Buy: 17.43, Sell: 17.43, Change: -0.22, ChangePercent: -1.24, Volume: 11720, High: 17.51, Low: 17.37, YearlyHigh: 18.06, YearlyLow: 13.73, YearlyStart: 15.89, YearlyChange: 9.59, Settlement: `Loan`, Contract: `Forwards`, Region: `Europe`, Country: `Germany`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-08-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 601 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Lumber`, Spread: 0.01, Open: 303.9, Price: 302.41, Buy: 304.59, Sell: 304.6, Change: -2.19, ChangePercent: -0.72, Volume: 2, High: 304.6, Low: 303.9, YearlyHigh: 317.1, YearlyLow: 236, YearlyStart: 276.55, YearlyChange: 10.14, Settlement: `Credit`, Contract: `Swap`, Region: `Africa`, Country: `Tunisia`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-04-21`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 602 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `US 30YR Future`, Spread: 0.01, Open: 164.875, Price: 164.49, Buy: 164.15, Sell: 164.16, Change: 0.33, ChangePercent: 0.2, Volume: 28012, High: 165.25, Low: 164.04, YearlyHigh: 169.38, YearlyLow: 151.47, YearlyStart: 160.43, YearlyChange: 2.33, Settlement: `Loan`, Contract: `Swap`, Region: `Middle East`, Country: `Saudi Arabia`, Risk: `High`, Sector: `Public`, Currency: `PLN`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-03-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 603 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soy oil`, Spread: 0.01, Open: 33.26, Price: 33.74, Buy: 33.77, Sell: 33.78, Change: -0.03, ChangePercent: -0.08, Volume: 10592, High: 33.77, Low: 33.06, YearlyHigh: 35.43, YearlyLow: 26.61, YearlyStart: 31.02, YearlyChange: 8.87, Settlement: `Cash`, Contract: `Options`, Region: `South America`, Country: `Chile`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-04-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 604 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Corn`, Spread: 0.01, Open: 379.5, Price: 383.9, Buy: 379.8, Sell: 379.81, Change: 4.1, ChangePercent: 1.08, Volume: 11266, High: 381, Low: 377.75, YearlyHigh: 471.25, YearlyLow: 351.25, YearlyStart: 411.25, YearlyChange: -7.65, Settlement: `Credit`, Contract: `Forwards`, Region: `North America`, Country: `Mexico`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-02-24`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 605 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Wheat`, Spread: 0.01, Open: 465.5, Price: 467.38, Buy: 465.5, Sell: 465.5, Change: 1.86, ChangePercent: 0.4, Volume: 4318, High: 467, Low: 463.25, YearlyHigh: 628.5, YearlyLow: 449.5, YearlyStart: 539, YearlyChange: -13.63, Settlement: `Credit`, Contract: `Forwards`, Region: `Europe`, Country: `Bulgaria`, Risk: `Low`, Sector: `Public`, Currency: `USD`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-02-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 606 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soy Meat`, Spread: 0.01, Open: 342.6, Price: 346.05, Buy: 342.6, Sell: 342.6, Change: 3.43, ChangePercent: 1, Volume: 5646, High: 345.4, Low: 340.3, YearlyHigh: 353.4, YearlyLow: 261.7, YearlyStart: 307.55, YearlyChange: 11.4, Settlement: `Cash`, Contract: `Options`, Region: `Africa`, Country: `Morocco`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-05-10`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 607 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soy Meat`, Spread: 0.01, Open: 342.6, Price: 343.44, Buy: 342.6, Sell: 342.6, Change: 0.82, ChangePercent: 0.24, Volume: 5646, High: 345.4, Low: 340.3, YearlyHigh: 353.4, YearlyLow: 261.7, YearlyStart: 307.55, YearlyChange: 11.4, Settlement: `Cash`, Contract: `Swap`, Region: `Asia Pacific`, Country: `China`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-07-19`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 608 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `Euro$ 3M`, Spread: 0.01, Open: 99.18, Price: 97.74, Buy: 99.18, Sell: 99.18, Change: -1.43, ChangePercent: -1.44, Volume: 29509, High: 99.18, Low: 99.17, YearlyHigh: 99.38, YearlyLow: 98.41, YearlyStart: 98.89, YearlyChange: 0.28, Settlement: `Credit`, Contract: `Options`, Region: `South America`, Country: `Colombia`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-05-19`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 609 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `US 30YR Future`, Spread: 0.01, Open: 164.875, Price: 165.87, Buy: 164.15, Sell: 164.16, Change: 1.71, ChangePercent: 1.04, Volume: 28012, High: 165.25, Low: 164.04, YearlyHigh: 169.38, YearlyLow: 151.47, YearlyStart: 160.43, YearlyChange: 2.33, Settlement: `Cash`, Contract: `Swap`, Region: `Asia Pacific`, Country: `Malaysia`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `FedEx`, Maturity: `2022-05-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 610 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Palladium`, Spread: 0.01, Open: 600.55, Price: 590.42, Buy: 601, Sell: 601.01, Change: -10.58, ChangePercent: -1.76, Volume: 651, High: 607.2, Low: 598.4, YearlyHigh: 690, YearlyLow: 458.6, YearlyStart: 574.3, YearlyChange: 4.65, Settlement: `Cash`, Contract: `Swap`, Region: `Middle East`, Country: `Jordan`, Risk: `High`, Sector: `Private`, Currency: `PLN`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-07-11`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 611 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Oil`, Spread: 0.015, Open: 45.54, Price: 46.47, Buy: 45.78, Sell: 45.8, Change: 0.68, ChangePercent: 1.48, Volume: 107196, High: 45.94, Low: 45, YearlyHigh: 65.28, YearlyLow: 30.79, YearlyStart: 48.03, YearlyChange: -4.67, Settlement: `Cash`, Contract: `Options`, Region: `Middle East`, Country: `Saudi Arabia`, Risk: `Low`, Sector: `Public`, Currency: `USD`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-01-27`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 612 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Lumber`, Spread: 0.01, Open: 303.9, Price: 300.7, Buy: 304.59, Sell: 304.6, Change: -3.9, ChangePercent: -1.28, Volume: 2, High: 304.6, Low: 303.9, YearlyHigh: 317.1, YearlyLow: 236, YearlyStart: 276.55, YearlyChange: 10.14, Settlement: `Credit`, Contract: `Swap`, Region: `Middle East`, Country: `Qatar`, Risk: `High`, Sector: `Government`, Currency: `USD`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-05-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 613 }), + new FinancialDataAllItem({ Category: `Index`, Type: `DOW Future`, Spread: 0.01, Open: 17711, Price: 17584.62, Buy: 17712.15, Sell: 17712.16, Change: -127.53, ChangePercent: -0.72, Volume: 22236, High: 17727, Low: 17642, YearlyHigh: 18083, YearlyLow: 15299, YearlyStart: 16691, YearlyChange: 6.12, Settlement: `Credit`, Contract: `Options`, Region: `South America`, Country: `Peru`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-07-10`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 614 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Milk`, Spread: 0.01, Open: 12.87, Price: 12.75, Buy: 12.87, Sell: 12.87, Change: -0.11, ChangePercent: -0.88, Volume: 7, High: 12.89, Low: 12.81, YearlyHigh: 16.96, YearlyLow: 12.81, YearlyStart: 14.88, YearlyChange: -13.6, Settlement: `Loan`, Contract: `Swap`, Region: `Europe`, Country: `Ireland`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-02-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 615 }), + new FinancialDataAllItem({ Category: `Index`, Type: `DOW Future`, Spread: 0.01, Open: 17711, Price: 17733.41, Buy: 17712.15, Sell: 17712.16, Change: 21.26, ChangePercent: 0.12, Volume: 22236, High: 17727, Low: 17642, YearlyHigh: 18083, YearlyLow: 15299, YearlyStart: 16691, YearlyChange: 6.12, Settlement: `Cash`, Contract: `Options`, Region: `Middle East`, Country: `Iraq`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-04-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 616 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Corn`, Spread: 0.01, Open: 379.5, Price: 376.16, Buy: 379.8, Sell: 379.81, Change: -3.64, ChangePercent: -0.96, Volume: 11266, High: 381, Low: 377.75, YearlyHigh: 471.25, YearlyLow: 351.25, YearlyStart: 411.25, YearlyChange: -7.65, Settlement: `Credit`, Contract: `Swap`, Region: `North America`, Country: `Canada`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-05-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 617 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P Future`, Spread: 0.01, Open: 2057.5, Price: 2068.12, Buy: 2056.6, Sell: 2056.61, Change: 11.52, ChangePercent: 0.56, Volume: 142780, High: 2059.5, Low: 2049, YearlyHigh: 2105.5, YearlyLow: 1794.5, YearlyStart: 1950, YearlyChange: 5.47, Settlement: `Loan`, Contract: `CFD`, Region: `Asia Pacific`, Country: `Korea`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-09-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 618 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `OJ Future`, Spread: 0.01, Open: 140.6, Price: 141.03, Buy: 140.18, Sell: 140.19, Change: 0.84, ChangePercent: 0.6, Volume: 7, High: 140.19, Low: 0, YearlyHigh: 155.95, YearlyLow: 113, YearlyStart: 134.47, YearlyChange: 4.25, Settlement: `Cash`, Contract: `Swap`, Region: `Asia Pacific`, Country: `Taiwan`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `Poor`, Issuer: `FedEx`, Maturity: `2022-04-27`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 619 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Coal`, Spread: 0.015, Open: 0.4363, Price: 0.42, Buy: 0.44, Sell: 0.44, Change: 0, ChangePercent: 1.4, Volume: 3, High: 0.44, Low: 0.44, YearlyHigh: 0.48, YearlyLow: 0.4, YearlyStart: 0.44, YearlyChange: -5.33, Settlement: `Cash`, Contract: `Swap`, Region: `North America`, Country: `United States`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-05-27`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 620 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `OJ Future`, Spread: 0.01, Open: 140.6, Price: 139.46, Buy: 140.18, Sell: 140.19, Change: -0.73, ChangePercent: -0.52, Volume: 7, High: 140.19, Low: 0, YearlyHigh: 155.95, YearlyLow: 113, YearlyStart: 134.47, YearlyChange: 4.25, Settlement: `Loan`, Contract: `Forwards`, Region: `North America`, Country: `United States`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-01-21`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 621 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Coffee`, Spread: 0.01, Open: 125.7, Price: 125.59, Buy: 125.7, Sell: 125.7, Change: -0.1, ChangePercent: -0.08, Volume: 1654, High: 125.8, Low: 125, YearlyHigh: 155.75, YearlyLow: 115.35, YearlyStart: 135.55, YearlyChange: -7.27, Settlement: `Loan`, Contract: `Futures`, Region: `Asia Pacific`, Country: `New Zealand`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-04-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 622 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Corn`, Spread: 0.01, Open: 379.5, Price: 376.16, Buy: 379.8, Sell: 379.81, Change: -3.64, ChangePercent: -0.96, Volume: 11266, High: 381, Low: 377.75, YearlyHigh: 471.25, YearlyLow: 351.25, YearlyStart: 411.25, YearlyChange: -7.65, Settlement: `Cash`, Contract: `Swap`, Region: `Middle East`, Country: `Saudi Arabia`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-09-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 623 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `US 10YR Future`, Spread: 0.01, Open: 130.5625, Price: 131.57, Buy: 130.56, Sell: 130.56, Change: 0.99, ChangePercent: 0.76, Volume: 189310, High: 130.63, Low: 130.44, YearlyHigh: 132.64, YearlyLow: 125.48, YearlyStart: 129.06, YearlyChange: 1.18, Settlement: `Cash`, Contract: `Options`, Region: `Africa`, Country: `Algeria`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-06-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 624 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soybean`, Spread: 0.01, Open: 1038, Price: 1019.51, Buy: 1038.61, Sell: 1038.62, Change: -19.11, ChangePercent: -1.84, Volume: 20356, High: 1044, Low: 1031.75, YearlyHigh: 1057, YearlyLow: 859.5, YearlyStart: 958.25, YearlyChange: 8.39, Settlement: `Loan`, Contract: `Swap`, Region: `Africa`, Country: `Ethiopia`, Risk: `Low`, Sector: `Government`, Currency: `PLN`, Security: `Poor`, Issuer: `American Airlines`, Maturity: `2022-08-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 625 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Diesel`, Spread: 0.015, Open: 1.3474, Price: 1.34, Buy: 1.35, Sell: 1.35, Change: -0.02, ChangePercent: -0.96, Volume: 2971, High: 1.36, Low: 1.34, YearlyHigh: 2.11, YearlyLow: 0.92, YearlyStart: 1.51, YearlyChange: -10.4, Settlement: `Credit`, Contract: `Swap`, Region: `Europe`, Country: `United Kingdom`, Risk: `High`, Sector: `Private`, Currency: `PLN`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-08-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 626 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Cocoa`, Spread: 0.01, Open: 3076, Price: 3124.02, Buy: 3076, Sell: 3076, Change: 47.99, ChangePercent: 1.56, Volume: 978, High: 3078, Low: 3066, YearlyHigh: 3406, YearlyLow: 2746, YearlyStart: 3076, YearlyChange: 0, Settlement: `Credit`, Contract: `Swap`, Region: `Middle East`, Country: `Qatar`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `FedEx`, Maturity: `2022-04-22`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 627 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Oil`, Spread: 0.015, Open: 45.54, Price: 45.02, Buy: 45.78, Sell: 45.8, Change: -0.77, ChangePercent: -1.68, Volume: 107196, High: 45.94, Low: 45, YearlyHigh: 65.28, YearlyLow: 30.79, YearlyStart: 48.03, YearlyChange: -4.67, Settlement: `Loan`, Contract: `Swap`, Region: `Africa`, Country: `Tunisia`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `Poor`, Issuer: `American Airlines`, Maturity: `2022-03-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 628 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Coal`, Spread: 0.015, Open: 0.4363, Price: 0.42, Buy: 0.44, Sell: 0.44, Change: 0, ChangePercent: 0.72, Volume: 3, High: 0.44, Low: 0.44, YearlyHigh: 0.48, YearlyLow: 0.4, YearlyStart: 0.44, YearlyChange: -5.33, Settlement: `Cash`, Contract: `Forwards`, Region: `South America`, Country: `Argentina`, Risk: `High`, Sector: `Public`, Currency: `PLN`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-03-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 629 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `GBP/USD`, Spread: 0.02, Open: 1.4464, Price: 1.2, Buy: 1.18, Sell: 1.2, Change: 0.01, ChangePercent: 0.72, Volume: 29450, High: 1.45, Low: 1.19, YearlyHigh: 1.59, YearlyLow: 1.19, YearlyStart: 1.49, YearlyChange: -19.59, Settlement: `Credit`, Contract: `CFD`, Region: `South America`, Country: `Brazil`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-03-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 630 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Gold`, Spread: 0.01, Open: 1281.1, Price: 1256.65, Buy: 1280.73, Sell: 1280.74, Change: -24.08, ChangePercent: -1.88, Volume: 48387, High: 1289.5, Low: 1279.1, YearlyHigh: 1306, YearlyLow: 1047.2, YearlyStart: 1176.6, YearlyChange: 8.85, Settlement: `Cash`, Contract: `Futures`, Region: `Africa`, Country: `Ethiopia`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-03-21`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 631 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/CAD`, Spread: 0.02, Open: 0.7744, Price: 0.97, Buy: 0.94, Sell: 0.96, Change: 0.02, ChangePercent: 1.32, Volume: 13669, High: 0.95, Low: 0.77, YearlyHigh: 0.95, YearlyLow: 0.68, YearlyStart: 0.76, YearlyChange: 26.43, Settlement: `Cash`, Contract: `Futures`, Region: `Asia Pacific`, Country: `Malaysia`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `Poor`, Issuer: `American Airlines`, Maturity: `2022-09-24`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 632 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Natural Gas`, Spread: 0.02, Open: 2.094, Price: 2.09, Buy: 2.09, Sell: 2.09, Change: -0.01, ChangePercent: -0.6, Volume: 2783, High: 2.11, Low: 2.09, YearlyHigh: 3.2, YearlyLow: 1.84, YearlyStart: 2.52, YearlyChange: -16.51, Settlement: `Cash`, Contract: `CFD`, Region: `Europe`, Country: `Sweden`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-03-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 633 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Lumber`, Spread: 0.01, Open: 303.9, Price: 302.89, Buy: 304.59, Sell: 304.6, Change: -1.71, ChangePercent: -0.56, Volume: 2, High: 304.6, Low: 303.9, YearlyHigh: 317.1, YearlyLow: 236, YearlyStart: 276.55, YearlyChange: 10.14, Settlement: `Loan`, Contract: `Futures`, Region: `Asia Pacific`, Country: `Australia`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-08-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 634 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Lumber`, Spread: 0.01, Open: 303.9, Price: 307.89, Buy: 304.59, Sell: 304.6, Change: 3.29, ChangePercent: 1.08, Volume: 2, High: 304.6, Low: 303.9, YearlyHigh: 317.1, YearlyLow: 236, YearlyStart: 276.55, YearlyChange: 10.14, Settlement: `Credit`, Contract: `Forwards`, Region: `Middle East`, Country: `UAE`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-06-11`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 635 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Silver`, Spread: 0.01, Open: 17.43, Price: 17.17, Buy: 17.43, Sell: 17.43, Change: -0.25, ChangePercent: -1.44, Volume: 11720, High: 17.51, Low: 17.37, YearlyHigh: 18.06, YearlyLow: 13.73, YearlyStart: 15.89, YearlyChange: 9.59, Settlement: `Cash`, Contract: `Options`, Region: `Europe`, Country: `Switzerland`, Risk: `High`, Sector: `Government`, Currency: `PLN`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-03-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 636 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `GBP/USD`, Spread: 0.02, Open: 1.4464, Price: 1.2, Buy: 1.18, Sell: 1.2, Change: 0.01, ChangePercent: 0.32, Volume: 29450, High: 1.45, Low: 1.19, YearlyHigh: 1.59, YearlyLow: 1.19, YearlyStart: 1.49, YearlyChange: -19.59, Settlement: `Credit`, Contract: `Futures`, Region: `Asia Pacific`, Country: `Indonesia`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `High`, Issuer: `FedEx`, Maturity: `2022-07-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 637 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Oil`, Spread: 0.015, Open: 45.54, Price: 46.41, Buy: 45.78, Sell: 45.8, Change: 0.62, ChangePercent: 1.36, Volume: 107196, High: 45.94, Low: 45, YearlyHigh: 65.28, YearlyLow: 30.79, YearlyStart: 48.03, YearlyChange: -4.67, Settlement: `Credit`, Contract: `Forwards`, Region: `Africa`, Country: `South Africa`, Risk: `Low`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-03-22`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 638 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `Lean Hogs`, Spread: 0.01, Open: 81.275, Price: 81.91, Buy: 81.81, Sell: 81.82, Change: 0.1, ChangePercent: 0.12, Volume: 1, High: 81.81, Low: 81.28, YearlyHigh: 83.98, YearlyLow: 70.25, YearlyStart: 77.11, YearlyChange: 6.09, Settlement: `Credit`, Contract: `CFD`, Region: `Middle East`, Country: `Syria`, Risk: `Low`, Sector: `Public`, Currency: `PLN`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-08-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 639 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `US 30YR Future`, Spread: 0.01, Open: 164.875, Price: 164.16, Buy: 164.15, Sell: 164.16, Change: 0, ChangePercent: 0, Volume: 28012, High: 165.25, Low: 164.04, YearlyHigh: 169.38, YearlyLow: 151.47, YearlyStart: 160.43, YearlyChange: 2.33, Settlement: `Cash`, Contract: `Swap`, Region: `Europe`, Country: `Spain`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-03-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 640 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P 600 MINI`, Spread: 0.01, Open: 687.9, Price: 690.91, Buy: 687.9, Sell: 687.9, Change: 3.03, ChangePercent: 0.44, Volume: 0, High: 0, Low: 0, YearlyHigh: 620.32, YearlyLow: 595.9, YearlyStart: 608.11, YearlyChange: 13.12, Settlement: `Credit`, Contract: `Futures`, Region: `Middle East`, Country: `Oman`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-03-24`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 641 }), + new FinancialDataAllItem({ Category: `Index`, Type: `DOW Future`, Spread: 0.01, Open: 17711, Price: 17924.7, Buy: 17712.15, Sell: 17712.16, Change: 212.55, ChangePercent: 1.2, Volume: 22236, High: 17727, Low: 17642, YearlyHigh: 18083, YearlyLow: 15299, YearlyStart: 16691, YearlyChange: 6.12, Settlement: `Loan`, Contract: `Swap`, Region: `Middle East`, Country: `Syria`, Risk: `High`, Sector: `Private`, Currency: `PLN`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-02-24`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 642 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/CHF`, Spread: 0.02, Open: 1.0337, Price: 1.04, Buy: 1.03, Sell: 1.03, Change: 0, ChangePercent: -0.36, Volume: 5550, High: 1.03, Low: 1.03, YearlyHigh: 1.11, YearlyLow: 0.98, YearlyStart: 1.04, YearlyChange: -0.12, Settlement: `Cash`, Contract: `Options`, Region: `Middle East`, Country: `Oman`, Risk: `Low`, Sector: `Public`, Currency: `USD`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-08-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 643 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `OJ Future`, Spread: 0.01, Open: 140.6, Price: 141.65, Buy: 140.18, Sell: 140.19, Change: 1.46, ChangePercent: 1.04, Volume: 7, High: 140.19, Low: 0, YearlyHigh: 155.95, YearlyLow: 113, YearlyStart: 134.47, YearlyChange: 4.25, Settlement: `Credit`, Contract: `Swap`, Region: `Africa`, Country: `Senegal`, Risk: `High`, Sector: `Private`, Currency: `PLN`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-06-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 644 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P MID MINI`, Spread: 0.01, Open: 1454.3, Price: 1473.25, Buy: 1455.78, Sell: 1455.79, Change: 17.47, ChangePercent: 1.2, Volume: 338, High: 1455.78, Low: 1448, YearlyHigh: 1527.3, YearlyLow: 1236, YearlyStart: 1381.65, YearlyChange: 5.37, Settlement: `Loan`, Contract: `Options`, Region: `Asia Pacific`, Country: `China`, Risk: `High`, Sector: `Government`, Currency: `PLN`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-03-11`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 645 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `Euro$ 3M`, Spread: 0.01, Open: 99.18, Price: 98.06, Buy: 99.18, Sell: 99.18, Change: -1.11, ChangePercent: -1.12, Volume: 29509, High: 99.18, Low: 99.17, YearlyHigh: 99.38, YearlyLow: 98.41, YearlyStart: 98.89, YearlyChange: 0.28, Settlement: `Cash`, Contract: `Options`, Region: `Asia Pacific`, Country: `Azerbaijan`, Risk: `Low`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-05-21`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 646 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Uranium`, Spread: 0.02, Open: 27.55, Price: 27.72, Buy: 27.55, Sell: 27.55, Change: 0.14, ChangePercent: 0.52, Volume: 12, High: 27.55, Low: 27.55, YearlyHigh: 29.32, YearlyLow: 21.28, YearlyStart: 25.3, YearlyChange: 9.01, Settlement: `Cash`, Contract: `Swap`, Region: `Asia Pacific`, Country: `Indonesia`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-05-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 647 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/CAD`, Spread: 0.02, Open: 0.7744, Price: 0.97, Buy: 0.94, Sell: 0.96, Change: 0.02, ChangePercent: 1.96, Volume: 13669, High: 0.95, Low: 0.77, YearlyHigh: 0.95, YearlyLow: 0.68, YearlyStart: 0.76, YearlyChange: 26.43, Settlement: `Loan`, Contract: `CFD`, Region: `Europe`, Country: `Slovakia`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-03-16`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 648 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Ethanol`, Spread: 0.01, Open: 1.512, Price: 2.77, Buy: 2.75, Sell: 2.76, Change: 0.02, ChangePercent: 0.64, Volume: 14, High: 2.75, Low: 1.12, YearlyHigh: 2.75, YearlyLow: 1.12, YearlyStart: 1.48, YearlyChange: 86.7, Settlement: `Cash`, Contract: `Swap`, Region: `Africa`, Country: `Senegal`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-03-22`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 649 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Diesel`, Spread: 0.015, Open: 1.3474, Price: 1.34, Buy: 1.35, Sell: 1.35, Change: -0.02, ChangePercent: -1.08, Volume: 2971, High: 1.36, Low: 1.34, YearlyHigh: 2.11, YearlyLow: 0.92, YearlyStart: 1.51, YearlyChange: -10.4, Settlement: `Cash`, Contract: `Futures`, Region: `Middle East`, Country: `Qatar`, Risk: `High`, Sector: `Public`, Currency: `USD`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-09-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 650 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P MID MINI`, Spread: 0.01, Open: 1454.3, Price: 1460.44, Buy: 1455.78, Sell: 1455.79, Change: 4.66, ChangePercent: 0.32, Volume: 338, High: 1455.78, Low: 1448, YearlyHigh: 1527.3, YearlyLow: 1236, YearlyStart: 1381.65, YearlyChange: 5.37, Settlement: `Cash`, Contract: `CFD`, Region: `Asia Pacific`, Country: `China`, Risk: `High`, Sector: `Private`, Currency: `PLN`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-08-21`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 651 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Oats`, Spread: 0.01, Open: 194.5, Price: 195.07, Buy: 194.21, Sell: 194.22, Change: 0.85, ChangePercent: 0.44, Volume: 64, High: 195.75, Low: 194, YearlyHigh: 241.25, YearlyLow: 183.75, YearlyStart: 212.5, YearlyChange: -8.6, Settlement: `Cash`, Contract: `Options`, Region: `Asia Pacific`, Country: `Hong Kong`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-01-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 652 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Palladium`, Spread: 0.01, Open: 600.55, Price: 608.45, Buy: 601, Sell: 601.01, Change: 7.45, ChangePercent: 1.24, Volume: 651, High: 607.2, Low: 598.4, YearlyHigh: 690, YearlyLow: 458.6, YearlyStart: 574.3, YearlyChange: 4.65, Settlement: `Loan`, Contract: `Futures`, Region: `Asia Pacific`, Country: `Japan`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `High`, Issuer: `American Airlines`, Maturity: `2022-02-16`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 653 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Natural Gas`, Spread: 0.02, Open: 2.094, Price: 2.09, Buy: 2.09, Sell: 2.09, Change: -0.01, ChangePercent: -0.84, Volume: 2783, High: 2.11, Low: 2.09, YearlyHigh: 3.2, YearlyLow: 1.84, YearlyStart: 2.52, YearlyChange: -16.51, Settlement: `Credit`, Contract: `Swap`, Region: `Africa`, Country: `Senegal`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `Poor`, Issuer: `FedEx`, Maturity: `2022-01-24`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 654 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Ethanol`, Spread: 0.01, Open: 1.512, Price: 2.75, Buy: 2.75, Sell: 2.76, Change: 0, ChangePercent: -0.28, Volume: 14, High: 2.75, Low: 1.12, YearlyHigh: 2.75, YearlyLow: 1.12, YearlyStart: 1.48, YearlyChange: 86.7, Settlement: `Credit`, Contract: `Options`, Region: `South America`, Country: `Brazil`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-05-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 655 }), + new FinancialDataAllItem({ Category: `Index`, Type: `NAS Future`, Spread: 0.01, Open: 4341.25, Price: 4285.71, Buy: 4341.25, Sell: 4341.25, Change: -55.57, ChangePercent: -1.28, Volume: 18259, High: 4347, Low: 4318, YearlyHigh: 4719.75, YearlyLow: 3867.75, YearlyStart: 4293.75, YearlyChange: 1.11, Settlement: `Credit`, Contract: `Forwards`, Region: `Africa`, Country: `Libya`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-08-27`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 656 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Coffee`, Spread: 0.01, Open: 125.7, Price: 123.83, Buy: 125.7, Sell: 125.7, Change: -1.86, ChangePercent: -1.48, Volume: 1654, High: 125.8, Low: 125, YearlyHigh: 155.75, YearlyLow: 115.35, YearlyStart: 135.55, YearlyChange: -7.27, Settlement: `Loan`, Contract: `Forwards`, Region: `Asia Pacific`, Country: `Japan`, Risk: `High`, Sector: `Private`, Currency: `PLN`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-04-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 657 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Platinum`, Spread: 0.01, Open: 1071.6, Price: 1051.82, Buy: 1071.09, Sell: 1071.1, Change: -19.28, ChangePercent: -1.8, Volume: 3039, High: 1081.2, Low: 1070.5, YearlyHigh: 1120.6, YearlyLow: 812.4, YearlyStart: 966.5, YearlyChange: 10.82, Settlement: `Loan`, Contract: `Swap`, Region: `Africa`, Country: `Tunisia`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `High`, Issuer: `American Airlines`, Maturity: `2022-03-16`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 658 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soy Meat`, Spread: 0.01, Open: 342.6, Price: 339.74, Buy: 342.6, Sell: 342.6, Change: -2.88, ChangePercent: -0.84, Volume: 5646, High: 345.4, Low: 340.3, YearlyHigh: 353.4, YearlyLow: 261.7, YearlyStart: 307.55, YearlyChange: 11.4, Settlement: `Cash`, Contract: `Futures`, Region: `Africa`, Country: `South Africa`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `High`, Issuer: `American Airlines`, Maturity: `2022-04-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 659 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `US 10YR Future`, Spread: 0.01, Open: 130.5625, Price: 128.08, Buy: 130.56, Sell: 130.56, Change: -2.5, ChangePercent: -1.92, Volume: 189310, High: 130.63, Low: 130.44, YearlyHigh: 132.64, YearlyLow: 125.48, YearlyStart: 129.06, YearlyChange: 1.18, Settlement: `Cash`, Contract: `CFD`, Region: `Asia Pacific`, Country: `Indonesia`, Risk: `Low`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-06-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 660 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Cotton`, Spread: 0.01, Open: 61.77, Price: 62.77, Buy: 61.77, Sell: 61.77, Change: 1.01, ChangePercent: 1.64, Volume: 3612, High: 62.06, Low: 61.32, YearlyHigh: 67.59, YearlyLow: 54.33, YearlyStart: 60.96, YearlyChange: 1.31, Settlement: `Loan`, Contract: `Swap`, Region: `Middle East`, Country: `Qatar`, Risk: `Low`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-05-22`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 661 }), + new FinancialDataAllItem({ Category: `Index`, Type: `NAS Future`, Spread: 0.01, Open: 4341.25, Price: 4372.54, Buy: 4341.25, Sell: 4341.25, Change: 31.26, ChangePercent: 0.72, Volume: 18259, High: 4347, Low: 4318, YearlyHigh: 4719.75, YearlyLow: 3867.75, YearlyStart: 4293.75, YearlyChange: 1.11, Settlement: `Credit`, Contract: `Swap`, Region: `Africa`, Country: `Egypt`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-02-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 662 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Gold`, Spread: 0.01, Open: 1281.1, Price: 1303.78, Buy: 1280.73, Sell: 1280.74, Change: 23.05, ChangePercent: 1.8, Volume: 48387, High: 1289.5, Low: 1279.1, YearlyHigh: 1306, YearlyLow: 1047.2, YearlyStart: 1176.6, YearlyChange: 8.85, Settlement: `Credit`, Contract: `Futures`, Region: `Africa`, Country: `Morocco`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `High`, Issuer: `FedEx`, Maturity: `2022-06-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 663 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Wheat`, Spread: 0.01, Open: 465.5, Price: 466.26, Buy: 465.5, Sell: 465.5, Change: 0.74, ChangePercent: 0.16, Volume: 4318, High: 467, Low: 463.25, YearlyHigh: 628.5, YearlyLow: 449.5, YearlyStart: 539, YearlyChange: -13.63, Settlement: `Cash`, Contract: `Forwards`, Region: `South America`, Country: `Guyana`, Risk: `Low`, Sector: `Public`, Currency: `PLN`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-09-19`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 664 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Cocoa`, Spread: 0.01, Open: 3076, Price: 3082.18, Buy: 3076, Sell: 3076, Change: 6.15, ChangePercent: 0.2, Volume: 978, High: 3078, Low: 3066, YearlyHigh: 3406, YearlyLow: 2746, YearlyStart: 3076, YearlyChange: 0, Settlement: `Cash`, Contract: `Options`, Region: `Africa`, Country: `South Africa`, Risk: `High`, Sector: `Private`, Currency: `PLN`, Security: `High`, Issuer: `FedEx`, Maturity: `2022-06-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 665 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Oil`, Spread: 0.015, Open: 45.54, Price: 46.12, Buy: 45.78, Sell: 45.8, Change: 0.33, ChangePercent: 0.72, Volume: 107196, High: 45.94, Low: 45, YearlyHigh: 65.28, YearlyLow: 30.79, YearlyStart: 48.03, YearlyChange: -4.67, Settlement: `Cash`, Contract: `Futures`, Region: `Africa`, Country: `Senegal`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-02-23`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 666 }), + new FinancialDataAllItem({ Category: `Index`, Type: `DOW Future`, Spread: 0.01, Open: 17711, Price: 17995.55, Buy: 17712.15, Sell: 17712.16, Change: 283.4, ChangePercent: 1.6, Volume: 22236, High: 17727, Low: 17642, YearlyHigh: 18083, YearlyLow: 15299, YearlyStart: 16691, YearlyChange: 6.12, Settlement: `Credit`, Contract: `Futures`, Region: `Europe`, Country: `Romania`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-06-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 667 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Corn`, Spread: 0.01, Open: 379.5, Price: 384.82, Buy: 379.8, Sell: 379.81, Change: 5.02, ChangePercent: 1.32, Volume: 11266, High: 381, Low: 377.75, YearlyHigh: 471.25, YearlyLow: 351.25, YearlyStart: 411.25, YearlyChange: -7.65, Settlement: `Cash`, Contract: `Futures`, Region: `Europe`, Country: `Romania`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-04-16`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 668 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `FD Cattle`, Spread: 0.01, Open: 147.175, Price: 148.78, Buy: 148.6, Sell: 148.61, Change: 0.17, ChangePercent: 0.12, Volume: 5, High: 148.61, Low: 147.18, YearlyHigh: 190, YearlyLow: 138.1, YearlyStart: 164.05, YearlyChange: -9.41, Settlement: `Credit`, Contract: `Swap`, Region: `Asia Pacific`, Country: `Korea`, Risk: `Low`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-07-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 669 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `LV Cattle`, Spread: 0.01, Open: 120.725, Price: 121.43, Buy: 120.72, Sell: 120.72, Change: 0.73, ChangePercent: 0.6, Volume: 4, High: 120.72, Low: 120.72, YearlyHigh: 147.98, YearlyLow: 113.9, YearlyStart: 130.94, YearlyChange: -7.82, Settlement: `Cash`, Contract: `Options`, Region: `Europe`, Country: `Italy`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-03-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 670 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Palladium`, Spread: 0.01, Open: 600.55, Price: 610.14, Buy: 601, Sell: 601.01, Change: 9.14, ChangePercent: 1.52, Volume: 651, High: 607.2, Low: 598.4, YearlyHigh: 690, YearlyLow: 458.6, YearlyStart: 574.3, YearlyChange: 4.65, Settlement: `Loan`, Contract: `Forwards`, Region: `North America`, Country: `Mexico`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-05-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 671 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `AUD/USD`, Spread: 0.02, Open: 0.7344, Price: 0.76, Buy: 0.73, Sell: 0.73, Change: 0.02, ChangePercent: 1.8, Volume: 36764, High: 0.74, Low: 0.73, YearlyHigh: 0.79, YearlyLow: 0.68, YearlyStart: 0.73, YearlyChange: 1.28, Settlement: `Credit`, Contract: `Futures`, Region: `Africa`, Country: `Libya`, Risk: `High`, Sector: `Public`, Currency: `USD`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-02-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 672 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `AUD/USD`, Spread: 0.02, Open: 0.7344, Price: 0.76, Buy: 0.73, Sell: 0.73, Change: 0.02, ChangePercent: 1.88, Volume: 36764, High: 0.74, Low: 0.73, YearlyHigh: 0.79, YearlyLow: 0.68, YearlyStart: 0.73, YearlyChange: 1.28, Settlement: `Loan`, Contract: `Futures`, Region: `Africa`, Country: `Cameroon`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `High`, Issuer: `FedEx`, Maturity: `2022-06-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 673 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Silver`, Spread: 0.01, Open: 17.43, Price: 17.58, Buy: 17.43, Sell: 17.43, Change: 0.16, ChangePercent: 0.92, Volume: 11720, High: 17.51, Low: 17.37, YearlyHigh: 18.06, YearlyLow: 13.73, YearlyStart: 15.89, YearlyChange: 9.59, Settlement: `Loan`, Contract: `Futures`, Region: `Europe`, Country: `Germany`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-02-27`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 674 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soy oil`, Spread: 0.01, Open: 33.26, Price: 33.7, Buy: 33.77, Sell: 33.78, Change: -0.07, ChangePercent: -0.2, Volume: 10592, High: 33.77, Low: 33.06, YearlyHigh: 35.43, YearlyLow: 26.61, YearlyStart: 31.02, YearlyChange: 8.87, Settlement: `Loan`, Contract: `Futures`, Region: `Africa`, Country: `Cameroon`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-05-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 675 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Corn`, Spread: 0.01, Open: 379.5, Price: 377.52, Buy: 379.8, Sell: 379.81, Change: -2.28, ChangePercent: -0.6, Volume: 11266, High: 381, Low: 377.75, YearlyHigh: 471.25, YearlyLow: 351.25, YearlyStart: 411.25, YearlyChange: -7.65, Settlement: `Loan`, Contract: `Forwards`, Region: `Middle East`, Country: `Iraq`, Risk: `Low`, Sector: `Public`, Currency: `USD`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-03-10`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 676 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `US 2Y Future`, Spread: 0.01, Open: 109.3984, Price: 110.18, Buy: 109.4, Sell: 109.4, Change: 0.79, ChangePercent: 0.72, Volume: 17742, High: 109.41, Low: 109.38, YearlyHigh: 109.8, YearlyLow: 108.62, YearlyStart: 109.21, YearlyChange: 0.16, Settlement: `Cash`, Contract: `Options`, Region: `Middle East`, Country: `Iraq`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-05-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 677 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/JPY`, Spread: 0.02, Open: 9275.5, Price: 9336.71, Buy: 9277.32, Sell: 9277.34, Change: 59.38, ChangePercent: 0.64, Volume: 47734, High: 9277.33, Low: 0.93, YearlyHigh: 9483, YearlyLow: 0.93, YearlyStart: 4741.97, YearlyChange: 95.64, Settlement: `Credit`, Contract: `Options`, Region: `Europe`, Country: `Czechia`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-08-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 678 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soy Meat`, Spread: 0.01, Open: 342.6, Price: 348.65, Buy: 342.6, Sell: 342.6, Change: 6.03, ChangePercent: 1.76, Volume: 5646, High: 345.4, Low: 340.3, YearlyHigh: 353.4, YearlyLow: 261.7, YearlyStart: 307.55, YearlyChange: 11.4, Settlement: `Credit`, Contract: `Futures`, Region: `Middle East`, Country: `Iraq`, Risk: `Low`, Sector: `Government`, Currency: `USD`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-02-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 679 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `US 30YR Future`, Spread: 0.01, Open: 164.875, Price: 164.75, Buy: 164.15, Sell: 164.16, Change: 0.59, ChangePercent: 0.36, Volume: 28012, High: 165.25, Low: 164.04, YearlyHigh: 169.38, YearlyLow: 151.47, YearlyStart: 160.43, YearlyChange: 2.33, Settlement: `Credit`, Contract: `CFD`, Region: `Asia Pacific`, Country: `Japan`, Risk: `Low`, Sector: `Public`, Currency: `PLN`, Security: `High`, Issuer: `FedEx`, Maturity: `2022-08-21`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 680 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `LV Cattle`, Spread: 0.01, Open: 120.725, Price: 123.02, Buy: 120.72, Sell: 120.72, Change: 2.31, ChangePercent: 1.92, Volume: 4, High: 120.72, Low: 120.72, YearlyHigh: 147.98, YearlyLow: 113.9, YearlyStart: 130.94, YearlyChange: -7.82, Settlement: `Loan`, Contract: `Futures`, Region: `Europe`, Country: `Hungary`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-07-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 681 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P 600 MINI`, Spread: 0.01, Open: 687.9, Price: 679.08, Buy: 687.9, Sell: 687.9, Change: -8.8, ChangePercent: -1.28, Volume: 0, High: 0, Low: 0, YearlyHigh: 620.32, YearlyLow: 595.9, YearlyStart: 608.11, YearlyChange: 13.12, Settlement: `Credit`, Contract: `Swap`, Region: `Middle East`, Country: `Lebanon`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-07-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 682 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P Future`, Spread: 0.01, Open: 2057.5, Price: 2031.1, Buy: 2056.6, Sell: 2056.61, Change: -25.5, ChangePercent: -1.24, Volume: 142780, High: 2059.5, Low: 2049, YearlyHigh: 2105.5, YearlyLow: 1794.5, YearlyStart: 1950, YearlyChange: 5.47, Settlement: `Loan`, Contract: `Options`, Region: `Middle East`, Country: `Saudi Arabia`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-02-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 683 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Silver`, Spread: 0.01, Open: 17.43, Price: 17.17, Buy: 17.43, Sell: 17.43, Change: -0.25, ChangePercent: -1.44, Volume: 11720, High: 17.51, Low: 17.37, YearlyHigh: 18.06, YearlyLow: 13.73, YearlyStart: 15.89, YearlyChange: 9.59, Settlement: `Loan`, Contract: `Options`, Region: `North America`, Country: `United States`, Risk: `High`, Sector: `Private`, Currency: `PLN`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-01-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 684 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `AUD/USD`, Spread: 0.02, Open: 0.7344, Price: 0.76, Buy: 0.73, Sell: 0.73, Change: 0.02, ChangePercent: 1.68, Volume: 36764, High: 0.74, Low: 0.73, YearlyHigh: 0.79, YearlyLow: 0.68, YearlyStart: 0.73, YearlyChange: 1.28, Settlement: `Cash`, Contract: `Options`, Region: `Africa`, Country: `Tunisia`, Risk: `Low`, Sector: `Public`, Currency: `PLN`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-07-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 685 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Cocoa`, Spread: 0.01, Open: 3076, Price: 3116.63, Buy: 3076, Sell: 3076, Change: 40.6, ChangePercent: 1.32, Volume: 978, High: 3078, Low: 3066, YearlyHigh: 3406, YearlyLow: 2746, YearlyStart: 3076, YearlyChange: 0, Settlement: `Loan`, Contract: `Futures`, Region: `Asia Pacific`, Country: `China`, Risk: `Low`, Sector: `Public`, Currency: `USD`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-02-21`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 686 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Coal`, Spread: 0.015, Open: 0.4363, Price: 0.42, Buy: 0.44, Sell: 0.44, Change: 0, ChangePercent: 0.72, Volume: 3, High: 0.44, Low: 0.44, YearlyHigh: 0.48, YearlyLow: 0.4, YearlyStart: 0.44, YearlyChange: -5.33, Settlement: `Cash`, Contract: `CFD`, Region: `Europe`, Country: `Greece`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-02-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 687 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Gold`, Spread: 0.01, Open: 1281.1, Price: 1278.17, Buy: 1280.73, Sell: 1280.74, Change: -2.56, ChangePercent: -0.2, Volume: 48387, High: 1289.5, Low: 1279.1, YearlyHigh: 1306, YearlyLow: 1047.2, YearlyStart: 1176.6, YearlyChange: 8.85, Settlement: `Loan`, Contract: `Futures`, Region: `Africa`, Country: `Libya`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-03-23`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 688 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `BTC/USD`, Spread: 0.06, Open: 93.88, Price: 20589.16, Buy: 21200.76, Sell: 21400.78, Change: -411.61, ChangePercent: -1.96, Volume: 5788000, High: 22400.05, Low: 20100.75, YearlyHigh: 62400.7, YearlyLow: 15100.88, YearlyStart: 21200.29, YearlyChange: -20.62, Settlement: `Credit`, Contract: `Forwards`, Region: `Asia Pacific`, Country: `Australia`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-05-23`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 689 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Natural Gas`, Spread: 0.02, Open: 2.094, Price: 2.08, Buy: 2.09, Sell: 2.09, Change: -0.02, ChangePercent: -1.32, Volume: 2783, High: 2.11, Low: 2.09, YearlyHigh: 3.2, YearlyLow: 1.84, YearlyStart: 2.52, YearlyChange: -16.51, Settlement: `Cash`, Contract: `Swap`, Region: `Europe`, Country: `Switzerland`, Risk: `Low`, Sector: `Public`, Currency: `PLN`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-06-19`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 690 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `OJ Future`, Spread: 0.01, Open: 140.6, Price: 141.76, Buy: 140.18, Sell: 140.19, Change: 1.57, ChangePercent: 1.12, Volume: 7, High: 140.19, Low: 0, YearlyHigh: 155.95, YearlyLow: 113, YearlyStart: 134.47, YearlyChange: 4.25, Settlement: `Credit`, Contract: `Options`, Region: `Middle East`, Country: `Jordan`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-02-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 691 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Copper`, Spread: 0.02, Open: 2.123, Price: 2.08, Buy: 2.12, Sell: 2.12, Change: -0.03, ChangePercent: -1.56, Volume: 28819, High: 2.16, Low: 2.11, YearlyHigh: 2.94, YearlyLow: 1.96, YearlyStart: 2.45, YearlyChange: -13.76, Settlement: `Cash`, Contract: `CFD`, Region: `Asia Pacific`, Country: `Hong Kong`, Risk: `Low`, Sector: `Public`, Currency: `USD`, Security: `Poor`, Issuer: `American Airlines`, Maturity: `2022-06-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 692 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Palladium`, Spread: 0.01, Open: 600.55, Price: 599.8, Buy: 601, Sell: 601.01, Change: -1.2, ChangePercent: -0.2, Volume: 651, High: 607.2, Low: 598.4, YearlyHigh: 690, YearlyLow: 458.6, YearlyStart: 574.3, YearlyChange: 4.65, Settlement: `Credit`, Contract: `Options`, Region: `Asia Pacific`, Country: `India`, Risk: `Low`, Sector: `Government`, Currency: `PLN`, Security: `High`, Issuer: `FedEx`, Maturity: `2022-04-24`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 693 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soy Meat`, Spread: 0.01, Open: 342.6, Price: 337.96, Buy: 342.6, Sell: 342.6, Change: -4.66, ChangePercent: -1.36, Volume: 5646, High: 345.4, Low: 340.3, YearlyHigh: 353.4, YearlyLow: 261.7, YearlyStart: 307.55, YearlyChange: 11.4, Settlement: `Cash`, Contract: `CFD`, Region: `Asia Pacific`, Country: `India`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-03-21`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 694 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `US 30YR Future`, Spread: 0.01, Open: 164.875, Price: 164.09, Buy: 164.15, Sell: 164.16, Change: -0.07, ChangePercent: -0.04, Volume: 28012, High: 165.25, Low: 164.04, YearlyHigh: 169.38, YearlyLow: 151.47, YearlyStart: 160.43, YearlyChange: 2.33, Settlement: `Credit`, Contract: `Futures`, Region: `Africa`, Country: `Ethiopia`, Risk: `Low`, Sector: `Public`, Currency: `PLN`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-05-11`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 695 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soy oil`, Spread: 0.01, Open: 33.26, Price: 33.5, Buy: 33.77, Sell: 33.78, Change: -0.27, ChangePercent: -0.8, Volume: 10592, High: 33.77, Low: 33.06, YearlyHigh: 35.43, YearlyLow: 26.61, YearlyStart: 31.02, YearlyChange: 8.87, Settlement: `Credit`, Contract: `Options`, Region: `Africa`, Country: `Ethiopia`, Risk: `Low`, Sector: `Government`, Currency: `PLN`, Security: `High`, Issuer: `FedEx`, Maturity: `2022-03-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 696 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Gold`, Spread: 0.01, Open: 1281.1, Price: 1257.68, Buy: 1280.73, Sell: 1280.74, Change: -23.05, ChangePercent: -1.8, Volume: 48387, High: 1289.5, Low: 1279.1, YearlyHigh: 1306, YearlyLow: 1047.2, YearlyStart: 1176.6, YearlyChange: 8.85, Settlement: `Loan`, Contract: `Options`, Region: `Europe`, Country: `Italy`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-04-21`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 697 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Milk`, Spread: 0.01, Open: 12.87, Price: 12.98, Buy: 12.87, Sell: 12.87, Change: 0.12, ChangePercent: 0.96, Volume: 7, High: 12.89, Low: 12.81, YearlyHigh: 16.96, YearlyLow: 12.81, YearlyStart: 14.88, YearlyChange: -13.6, Settlement: `Loan`, Contract: `Forwards`, Region: `North America`, Country: `United States`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-05-22`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 698 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `AUD/USD`, Spread: 0.02, Open: 0.7344, Price: 0.75, Buy: 0.73, Sell: 0.73, Change: 0.01, ChangePercent: 1.32, Volume: 36764, High: 0.74, Low: 0.73, YearlyHigh: 0.79, YearlyLow: 0.68, YearlyStart: 0.73, YearlyChange: 1.28, Settlement: `Cash`, Contract: `Futures`, Region: `Europe`, Country: `Czechia`, Risk: `Low`, Sector: `Public`, Currency: `EUR`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-07-21`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 699 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `FD Cattle`, Spread: 0.01, Open: 147.175, Price: 147.66, Buy: 148.6, Sell: 148.61, Change: -0.95, ChangePercent: -0.64, Volume: 5, High: 148.61, Low: 147.18, YearlyHigh: 190, YearlyLow: 138.1, YearlyStart: 164.05, YearlyChange: -9.41, Settlement: `Loan`, Contract: `Swap`, Region: `Africa`, Country: `Cameroon`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-09-21`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 700 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Gold`, Spread: 0.01, Open: 1281.1, Price: 1299.17, Buy: 1280.73, Sell: 1280.74, Change: 18.44, ChangePercent: 1.44, Volume: 48387, High: 1289.5, Low: 1279.1, YearlyHigh: 1306, YearlyLow: 1047.2, YearlyStart: 1176.6, YearlyChange: 8.85, Settlement: `Cash`, Contract: `Swap`, Region: `South America`, Country: `Ecuador`, Risk: `High`, Sector: `Public`, Currency: `USD`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-07-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 701 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `FD Cattle`, Spread: 0.01, Open: 147.175, Price: 149.44, Buy: 148.6, Sell: 148.61, Change: 0.83, ChangePercent: 0.56, Volume: 5, High: 148.61, Low: 147.18, YearlyHigh: 190, YearlyLow: 138.1, YearlyStart: 164.05, YearlyChange: -9.41, Settlement: `Loan`, Contract: `Swap`, Region: `Africa`, Country: `Senegal`, Risk: `High`, Sector: `Public`, Currency: `PLN`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-08-23`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 702 }), + new FinancialDataAllItem({ Category: `Index`, Type: `DOW Future`, Spread: 0.01, Open: 17711, Price: 17535.03, Buy: 17712.15, Sell: 17712.16, Change: -177.12, ChangePercent: -1, Volume: 22236, High: 17727, Low: 17642, YearlyHigh: 18083, YearlyLow: 15299, YearlyStart: 16691, YearlyChange: 6.12, Settlement: `Cash`, Contract: `Futures`, Region: `Middle East`, Country: `Kuwait`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-02-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 703 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `BTC/USD`, Spread: 0.06, Open: 93.88, Price: 21101.58, Buy: 21200.76, Sell: 21400.78, Change: 100.81, ChangePercent: 0.48, Volume: 5788000, High: 22400.05, Low: 20100.75, YearlyHigh: 62400.7, YearlyLow: 15100.88, YearlyStart: 21200.29, YearlyChange: -20.62, Settlement: `Credit`, Contract: `Options`, Region: `Middle East`, Country: `Israel`, Risk: `High`, Sector: `Private`, Currency: `PLN`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-06-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 704 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Coal`, Spread: 0.015, Open: 0.4363, Price: 0.41, Buy: 0.44, Sell: 0.44, Change: -0.01, ChangePercent: -0.72, Volume: 3, High: 0.44, Low: 0.44, YearlyHigh: 0.48, YearlyLow: 0.4, YearlyStart: 0.44, YearlyChange: -5.33, Settlement: `Loan`, Contract: `Options`, Region: `North America`, Country: `Canada`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-03-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 705 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Sugar`, Spread: 0.01, Open: 15.68, Price: 14.55, Buy: 14.67, Sell: 14.68, Change: -0.12, ChangePercent: -0.84, Volume: 4949, High: 15.7, Low: 14.67, YearlyHigh: 16.87, YearlyLow: 11.37, YearlyStart: 14.12, YearlyChange: 3.92, Settlement: `Cash`, Contract: `Swap`, Region: `Middle East`, Country: `Israel`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-01-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 706 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `BTC/USD`, Spread: 0.06, Open: 93.88, Price: 20656.36, Buy: 21200.76, Sell: 21400.78, Change: -344.41, ChangePercent: -1.64, Volume: 5788000, High: 22400.05, Low: 20100.75, YearlyHigh: 62400.7, YearlyLow: 15100.88, YearlyStart: 21200.29, YearlyChange: -20.62, Settlement: `Cash`, Contract: `Futures`, Region: `Europe`, Country: `Denmark`, Risk: `High`, Sector: `Public`, Currency: `USD`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-02-21`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 707 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soybean`, Spread: 0.01, Open: 1038, Price: 1039.03, Buy: 1038.61, Sell: 1038.62, Change: 0.41, ChangePercent: 0.04, Volume: 20356, High: 1044, Low: 1031.75, YearlyHigh: 1057, YearlyLow: 859.5, YearlyStart: 958.25, YearlyChange: 8.39, Settlement: `Cash`, Contract: `Forwards`, Region: `North America`, Country: `Canada`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-06-21`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 708 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P MID MINI`, Spread: 0.01, Open: 1454.3, Price: 1430.16, Buy: 1455.78, Sell: 1455.79, Change: -25.62, ChangePercent: -1.76, Volume: 338, High: 1455.78, Low: 1448, YearlyHigh: 1527.3, YearlyLow: 1236, YearlyStart: 1381.65, YearlyChange: 5.37, Settlement: `Credit`, Contract: `Options`, Region: `South America`, Country: `Chile`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `High`, Issuer: `FedEx`, Maturity: `2022-01-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 709 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soybean`, Spread: 0.01, Open: 1038, Price: 1040.69, Buy: 1038.61, Sell: 1038.62, Change: 2.07, ChangePercent: 0.2, Volume: 20356, High: 1044, Low: 1031.75, YearlyHigh: 1057, YearlyLow: 859.5, YearlyStart: 958.25, YearlyChange: 8.39, Settlement: `Cash`, Contract: `Options`, Region: `South America`, Country: `Guyana`, Risk: `High`, Sector: `Government`, Currency: `USD`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-06-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 710 }), + new FinancialDataAllItem({ Category: `Index`, Type: `DOW Future`, Spread: 0.01, Open: 17711, Price: 17924.7, Buy: 17712.15, Sell: 17712.16, Change: 212.55, ChangePercent: 1.2, Volume: 22236, High: 17727, Low: 17642, YearlyHigh: 18083, YearlyLow: 15299, YearlyStart: 16691, YearlyChange: 6.12, Settlement: `Loan`, Contract: `Swap`, Region: `Middle East`, Country: `Lebanon`, Risk: `High`, Sector: `Public`, Currency: `USD`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-09-23`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 711 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `LV Cattle`, Spread: 0.01, Open: 120.725, Price: 119.69, Buy: 120.72, Sell: 120.72, Change: -1.02, ChangePercent: -0.84, Volume: 4, High: 120.72, Low: 120.72, YearlyHigh: 147.98, YearlyLow: 113.9, YearlyStart: 130.94, YearlyChange: -7.82, Settlement: `Loan`, Contract: `Swap`, Region: `Europe`, Country: `United Kingdom`, Risk: `High`, Sector: `Government`, Currency: `PLN`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-06-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 712 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `US 30YR Future`, Spread: 0.01, Open: 164.875, Price: 163.3, Buy: 164.15, Sell: 164.16, Change: -0.86, ChangePercent: -0.52, Volume: 28012, High: 165.25, Low: 164.04, YearlyHigh: 169.38, YearlyLow: 151.47, YearlyStart: 160.43, YearlyChange: 2.33, Settlement: `Credit`, Contract: `Futures`, Region: `Europe`, Country: `Portugal`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-02-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 713 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Oats`, Spread: 0.01, Open: 194.5, Price: 194.61, Buy: 194.21, Sell: 194.22, Change: 0.39, ChangePercent: 0.2, Volume: 64, High: 195.75, Low: 194, YearlyHigh: 241.25, YearlyLow: 183.75, YearlyStart: 212.5, YearlyChange: -8.6, Settlement: `Cash`, Contract: `Futures`, Region: `Asia Pacific`, Country: `Thailand`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `Poor`, Issuer: `American Airlines`, Maturity: `2022-04-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 714 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Wheat`, Spread: 0.01, Open: 465.5, Price: 468.31, Buy: 465.5, Sell: 465.5, Change: 2.79, ChangePercent: 0.6, Volume: 4318, High: 467, Low: 463.25, YearlyHigh: 628.5, YearlyLow: 449.5, YearlyStart: 539, YearlyChange: -13.63, Settlement: `Cash`, Contract: `Swap`, Region: `North America`, Country: `Mexico`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-01-23`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 715 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Ethanol`, Spread: 0.01, Open: 1.512, Price: 2.71, Buy: 2.75, Sell: 2.76, Change: -0.04, ChangePercent: -1.44, Volume: 14, High: 2.75, Low: 1.12, YearlyHigh: 2.75, YearlyLow: 1.12, YearlyStart: 1.48, YearlyChange: 86.7, Settlement: `Loan`, Contract: `Futures`, Region: `Europe`, Country: `Croatia`, Risk: `Low`, Sector: `Government`, Currency: `USD`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-08-11`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 716 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soybean`, Spread: 0.01, Open: 1038, Price: 1053.16, Buy: 1038.61, Sell: 1038.62, Change: 14.54, ChangePercent: 1.4, Volume: 20356, High: 1044, Low: 1031.75, YearlyHigh: 1057, YearlyLow: 859.5, YearlyStart: 958.25, YearlyChange: 8.39, Settlement: `Loan`, Contract: `Swap`, Region: `Africa`, Country: `Libya`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-05-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 717 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soy Meat`, Spread: 0.01, Open: 342.6, Price: 341.39, Buy: 342.6, Sell: 342.6, Change: -1.23, ChangePercent: -0.36, Volume: 5646, High: 345.4, Low: 340.3, YearlyHigh: 353.4, YearlyLow: 261.7, YearlyStart: 307.55, YearlyChange: 11.4, Settlement: `Cash`, Contract: `Futures`, Region: `South America`, Country: `Brazil`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-04-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 718 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `US 30YR Future`, Spread: 0.01, Open: 164.875, Price: 163.83, Buy: 164.15, Sell: 164.16, Change: -0.33, ChangePercent: -0.2, Volume: 28012, High: 165.25, Low: 164.04, YearlyHigh: 169.38, YearlyLow: 151.47, YearlyStart: 160.43, YearlyChange: 2.33, Settlement: `Credit`, Contract: `Swap`, Region: `Middle East`, Country: `Saudi Arabia`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-06-23`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 719 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Milk`, Spread: 0.01, Open: 12.87, Price: 12.94, Buy: 12.87, Sell: 12.87, Change: 0.08, ChangePercent: 0.64, Volume: 7, High: 12.89, Low: 12.81, YearlyHigh: 16.96, YearlyLow: 12.81, YearlyStart: 14.88, YearlyChange: -13.6, Settlement: `Loan`, Contract: `Forwards`, Region: `Asia Pacific`, Country: `Taiwan`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-01-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 720 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Platinum`, Spread: 0.01, Open: 1071.6, Price: 1070.67, Buy: 1071.09, Sell: 1071.1, Change: -0.43, ChangePercent: -0.04, Volume: 3039, High: 1081.2, Low: 1070.5, YearlyHigh: 1120.6, YearlyLow: 812.4, YearlyStart: 966.5, YearlyChange: 10.82, Settlement: `Loan`, Contract: `CFD`, Region: `Africa`, Country: `Morocco`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-02-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 721 }), + new FinancialDataAllItem({ Category: `Index`, Type: `DOW Future`, Spread: 0.01, Open: 17711, Price: 17683.81, Buy: 17712.15, Sell: 17712.16, Change: -28.34, ChangePercent: -0.16, Volume: 22236, High: 17727, Low: 17642, YearlyHigh: 18083, YearlyLow: 15299, YearlyStart: 16691, YearlyChange: 6.12, Settlement: `Credit`, Contract: `Forwards`, Region: `Asia Pacific`, Country: `Australia`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-03-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 722 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P 600 MINI`, Spread: 0.01, Open: 687.9, Price: 691.18, Buy: 687.9, Sell: 687.9, Change: 3.3, ChangePercent: 0.48, Volume: 0, High: 0, Low: 0, YearlyHigh: 620.32, YearlyLow: 595.9, YearlyStart: 608.11, YearlyChange: 13.12, Settlement: `Credit`, Contract: `Forwards`, Region: `Asia Pacific`, Country: `Japan`, Risk: `Low`, Sector: `Public`, Currency: `EUR`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-08-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 723 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P MID MINI`, Spread: 0.01, Open: 1454.3, Price: 1459.28, Buy: 1455.78, Sell: 1455.79, Change: 3.5, ChangePercent: 0.24, Volume: 338, High: 1455.78, Low: 1448, YearlyHigh: 1527.3, YearlyLow: 1236, YearlyStart: 1381.65, YearlyChange: 5.37, Settlement: `Loan`, Contract: `Futures`, Region: `Africa`, Country: `Morocco`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-08-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 724 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Uranium`, Spread: 0.02, Open: 27.55, Price: 27.19, Buy: 27.55, Sell: 27.55, Change: -0.39, ChangePercent: -1.4, Volume: 12, High: 27.55, Low: 27.55, YearlyHigh: 29.32, YearlyLow: 21.28, YearlyStart: 25.3, YearlyChange: 9.01, Settlement: `Cash`, Contract: `Options`, Region: `Asia Pacific`, Country: `Pakistan`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-08-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 725 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Sugar`, Spread: 0.01, Open: 15.68, Price: 14.74, Buy: 14.67, Sell: 14.68, Change: 0.07, ChangePercent: 0.48, Volume: 4949, High: 15.7, Low: 14.67, YearlyHigh: 16.87, YearlyLow: 11.37, YearlyStart: 14.12, YearlyChange: 3.92, Settlement: `Cash`, Contract: `Swap`, Region: `Africa`, Country: `Ethiopia`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-08-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 726 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `FD Cattle`, Spread: 0.01, Open: 147.175, Price: 146.23, Buy: 148.6, Sell: 148.61, Change: -2.38, ChangePercent: -1.6, Volume: 5, High: 148.61, Low: 147.18, YearlyHigh: 190, YearlyLow: 138.1, YearlyStart: 164.05, YearlyChange: -9.41, Settlement: `Credit`, Contract: `Options`, Region: `Africa`, Country: `Tunisia`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-08-11`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 727 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Ethanol`, Spread: 0.01, Open: 1.512, Price: 2.8, Buy: 2.75, Sell: 2.76, Change: 0.05, ChangePercent: 1.56, Volume: 14, High: 2.75, Low: 1.12, YearlyHigh: 2.75, YearlyLow: 1.12, YearlyStart: 1.48, YearlyChange: 86.7, Settlement: `Loan`, Contract: `Options`, Region: `Middle East`, Country: `Israel`, Risk: `High`, Sector: `Government`, Currency: `USD`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-07-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 728 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Gold`, Spread: 0.01, Open: 1281.1, Price: 1271, Buy: 1280.73, Sell: 1280.74, Change: -9.73, ChangePercent: -0.76, Volume: 48387, High: 1289.5, Low: 1279.1, YearlyHigh: 1306, YearlyLow: 1047.2, YearlyStart: 1176.6, YearlyChange: 8.85, Settlement: `Cash`, Contract: `Forwards`, Region: `Europe`, Country: `Poland`, Risk: `Low`, Sector: `Government`, Currency: `PLN`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-05-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 729 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `OJ Future`, Spread: 0.01, Open: 140.6, Price: 142.26, Buy: 140.18, Sell: 140.19, Change: 2.07, ChangePercent: 1.48, Volume: 7, High: 140.19, Low: 0, YearlyHigh: 155.95, YearlyLow: 113, YearlyStart: 134.47, YearlyChange: 4.25, Settlement: `Credit`, Contract: `Swap`, Region: `Africa`, Country: `Cameroon`, Risk: `Low`, Sector: `Public`, Currency: `PLN`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-07-24`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 730 }), + new FinancialDataAllItem({ Category: `Index`, Type: `NAS Future`, Spread: 0.01, Open: 4341.25, Price: 4271.82, Buy: 4341.25, Sell: 4341.25, Change: -69.46, ChangePercent: -1.6, Volume: 18259, High: 4347, Low: 4318, YearlyHigh: 4719.75, YearlyLow: 3867.75, YearlyStart: 4293.75, YearlyChange: 1.11, Settlement: `Credit`, Contract: `Futures`, Region: `Middle East`, Country: `Lebanon`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-06-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 731 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Rice`, Spread: 0.01, Open: 11.245, Price: 10.41, Buy: 10.41, Sell: 10.42, Change: -0.01, ChangePercent: -0.04, Volume: 220, High: 11.38, Low: 10.42, YearlyHigh: 14.14, YearlyLow: 9.7, YearlyStart: 11.92, YearlyChange: -12.62, Settlement: `Credit`, Contract: `Options`, Region: `Asia Pacific`, Country: `New Zealand`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `Poor`, Issuer: `FedEx`, Maturity: `2022-01-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 732 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Rice`, Spread: 0.01, Open: 11.245, Price: 10.52, Buy: 10.41, Sell: 10.42, Change: 0.1, ChangePercent: 1, Volume: 220, High: 11.38, Low: 10.42, YearlyHigh: 14.14, YearlyLow: 9.7, YearlyStart: 11.92, YearlyChange: -12.62, Settlement: `Loan`, Contract: `Futures`, Region: `Middle East`, Country: `Qatar`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `High`, Issuer: `FedEx`, Maturity: `2022-08-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 733 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `LV Cattle`, Spread: 0.01, Open: 120.725, Price: 119.79, Buy: 120.72, Sell: 120.72, Change: -0.91, ChangePercent: -0.76, Volume: 4, High: 120.72, Low: 120.72, YearlyHigh: 147.98, YearlyLow: 113.9, YearlyStart: 130.94, YearlyChange: -7.82, Settlement: `Cash`, Contract: `Options`, Region: `Africa`, Country: `Niger`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-03-21`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 734 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `Lean Hogs`, Spread: 0.01, Open: 81.275, Price: 83.39, Buy: 81.81, Sell: 81.82, Change: 1.58, ChangePercent: 1.92, Volume: 1, High: 81.81, Low: 81.28, YearlyHigh: 83.98, YearlyLow: 70.25, YearlyStart: 77.11, YearlyChange: 6.09, Settlement: `Cash`, Contract: `Forwards`, Region: `Asia Pacific`, Country: `Australia`, Risk: `Low`, Sector: `Government`, Currency: `PLN`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-05-16`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 735 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/CAD`, Spread: 0.02, Open: 0.7744, Price: 0.94, Buy: 0.94, Sell: 0.96, Change: -0.01, ChangePercent: -1.08, Volume: 13669, High: 0.95, Low: 0.77, YearlyHigh: 0.95, YearlyLow: 0.68, YearlyStart: 0.76, YearlyChange: 26.43, Settlement: `Credit`, Contract: `Options`, Region: `Asia Pacific`, Country: `Taiwan`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-03-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 736 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `GBP/USD`, Spread: 0.02, Open: 1.4464, Price: 1.19, Buy: 1.18, Sell: 1.2, Change: 0, ChangePercent: -0.4, Volume: 29450, High: 1.45, Low: 1.19, YearlyHigh: 1.59, YearlyLow: 1.19, YearlyStart: 1.49, YearlyChange: -19.59, Settlement: `Credit`, Contract: `Options`, Region: `Africa`, Country: `Senegal`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-05-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 737 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Milk`, Spread: 0.01, Open: 12.87, Price: 12.69, Buy: 12.87, Sell: 12.87, Change: -0.17, ChangePercent: -1.36, Volume: 7, High: 12.89, Low: 12.81, YearlyHigh: 16.96, YearlyLow: 12.81, YearlyStart: 14.88, YearlyChange: -13.6, Settlement: `Credit`, Contract: `Swap`, Region: `Africa`, Country: `Niger`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-05-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 738 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Gold`, Spread: 0.01, Open: 1281.1, Price: 1262.29, Buy: 1280.73, Sell: 1280.74, Change: -18.44, ChangePercent: -1.44, Volume: 48387, High: 1289.5, Low: 1279.1, YearlyHigh: 1306, YearlyLow: 1047.2, YearlyStart: 1176.6, YearlyChange: 8.85, Settlement: `Cash`, Contract: `Swap`, Region: `Middle East`, Country: `Oman`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-07-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 739 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P MID MINI`, Spread: 0.01, Open: 1454.3, Price: 1437.15, Buy: 1455.78, Sell: 1455.79, Change: -18.63, ChangePercent: -1.28, Volume: 338, High: 1455.78, Low: 1448, YearlyHigh: 1527.3, YearlyLow: 1236, YearlyStart: 1381.65, YearlyChange: 5.37, Settlement: `Cash`, Contract: `Futures`, Region: `Asia Pacific`, Country: `Korea`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-02-16`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 740 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Coffee`, Spread: 0.01, Open: 125.7, Price: 123.53, Buy: 125.7, Sell: 125.7, Change: -2.16, ChangePercent: -1.72, Volume: 1654, High: 125.8, Low: 125, YearlyHigh: 155.75, YearlyLow: 115.35, YearlyStart: 135.55, YearlyChange: -7.27, Settlement: `Cash`, Contract: `Forwards`, Region: `North America`, Country: `Canada`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-05-16`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 741 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soybean`, Spread: 0.01, Open: 1038, Price: 1030.72, Buy: 1038.61, Sell: 1038.62, Change: -7.9, ChangePercent: -0.76, Volume: 20356, High: 1044, Low: 1031.75, YearlyHigh: 1057, YearlyLow: 859.5, YearlyStart: 958.25, YearlyChange: 8.39, Settlement: `Loan`, Contract: `Futures`, Region: `Europe`, Country: `Portugal`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-02-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 742 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Gold`, Spread: 0.01, Open: 1281.1, Price: 1296.1, Buy: 1280.73, Sell: 1280.74, Change: 15.37, ChangePercent: 1.2, Volume: 48387, High: 1289.5, Low: 1279.1, YearlyHigh: 1306, YearlyLow: 1047.2, YearlyStart: 1176.6, YearlyChange: 8.85, Settlement: `Credit`, Contract: `Swap`, Region: `Asia Pacific`, Country: `Malaysia`, Risk: `High`, Sector: `Public`, Currency: `PLN`, Security: `Poor`, Issuer: `FedEx`, Maturity: `2022-01-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 743 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Oats`, Spread: 0.01, Open: 194.5, Price: 195.54, Buy: 194.21, Sell: 194.22, Change: 1.32, ChangePercent: 0.68, Volume: 64, High: 195.75, Low: 194, YearlyHigh: 241.25, YearlyLow: 183.75, YearlyStart: 212.5, YearlyChange: -8.6, Settlement: `Loan`, Contract: `Forwards`, Region: `Europe`, Country: `Sweden`, Risk: `High`, Sector: `Public`, Currency: `USD`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-08-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 744 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Natural Gas`, Spread: 0.02, Open: 2.094, Price: 2.14, Buy: 2.09, Sell: 2.09, Change: 0.04, ChangePercent: 1.76, Volume: 2783, High: 2.11, Low: 2.09, YearlyHigh: 3.2, YearlyLow: 1.84, YearlyStart: 2.52, YearlyChange: -16.51, Settlement: `Cash`, Contract: `CFD`, Region: `Middle East`, Country: `Lebanon`, Risk: `High`, Sector: `Private`, Currency: `PLN`, Security: `High`, Issuer: `American Airlines`, Maturity: `2022-07-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 745 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Lumber`, Spread: 0.01, Open: 303.9, Price: 309.59, Buy: 304.59, Sell: 304.6, Change: 4.99, ChangePercent: 1.64, Volume: 2, High: 304.6, Low: 303.9, YearlyHigh: 317.1, YearlyLow: 236, YearlyStart: 276.55, YearlyChange: 10.14, Settlement: `Credit`, Contract: `CFD`, Region: `Europe`, Country: `Hungary`, Risk: `Low`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-07-22`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 746 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Rice`, Spread: 0.01, Open: 11.245, Price: 10.42, Buy: 10.41, Sell: 10.42, Change: 0, ChangePercent: 0.04, Volume: 220, High: 11.38, Low: 10.42, YearlyHigh: 14.14, YearlyLow: 9.7, YearlyStart: 11.92, YearlyChange: -12.62, Settlement: `Credit`, Contract: `Swap`, Region: `Asia Pacific`, Country: `Australia`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-08-27`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 747 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Copper`, Spread: 0.02, Open: 2.123, Price: 2.12, Buy: 2.12, Sell: 2.12, Change: 0.01, ChangePercent: 0.12, Volume: 28819, High: 2.16, Low: 2.11, YearlyHigh: 2.94, YearlyLow: 1.96, YearlyStart: 2.45, YearlyChange: -13.76, Settlement: `Cash`, Contract: `Options`, Region: `Africa`, Country: `Egypt`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-03-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 748 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soy oil`, Spread: 0.01, Open: 33.26, Price: 33.26, Buy: 33.77, Sell: 33.78, Change: -0.51, ChangePercent: -1.52, Volume: 10592, High: 33.77, Low: 33.06, YearlyHigh: 35.43, YearlyLow: 26.61, YearlyStart: 31.02, YearlyChange: 8.87, Settlement: `Cash`, Contract: `Options`, Region: `Asia Pacific`, Country: `Taiwan`, Risk: `Low`, Sector: `Public`, Currency: `PLN`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-01-11`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 749 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P Future`, Spread: 0.01, Open: 2057.5, Price: 2038.5, Buy: 2056.6, Sell: 2056.61, Change: -18.1, ChangePercent: -0.88, Volume: 142780, High: 2059.5, Low: 2049, YearlyHigh: 2105.5, YearlyLow: 1794.5, YearlyStart: 1950, YearlyChange: 5.47, Settlement: `Cash`, Contract: `Futures`, Region: `North America`, Country: `Mexico`, Risk: `Low`, Sector: `Government`, Currency: `USD`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-09-27`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 750 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Corn`, Spread: 0.01, Open: 379.5, Price: 374.49, Buy: 379.8, Sell: 379.81, Change: -5.31, ChangePercent: -1.4, Volume: 11266, High: 381, Low: 377.75, YearlyHigh: 471.25, YearlyLow: 351.25, YearlyStart: 411.25, YearlyChange: -7.65, Settlement: `Cash`, Contract: `Options`, Region: `South America`, Country: `Uruguay`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-07-27`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 751 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `FD Cattle`, Spread: 0.01, Open: 147.175, Price: 146.53, Buy: 148.6, Sell: 148.61, Change: -2.08, ChangePercent: -1.4, Volume: 5, High: 148.61, Low: 147.18, YearlyHigh: 190, YearlyLow: 138.1, YearlyStart: 164.05, YearlyChange: -9.41, Settlement: `Loan`, Contract: `Options`, Region: `Europe`, Country: `Finland`, Risk: `Low`, Sector: `Public`, Currency: `PLN`, Security: `High`, Issuer: `FedEx`, Maturity: `2022-04-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 752 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/CHF`, Spread: 0.02, Open: 1.0337, Price: 1.04, Buy: 1.03, Sell: 1.03, Change: 0, ChangePercent: -0.12, Volume: 5550, High: 1.03, Low: 1.03, YearlyHigh: 1.11, YearlyLow: 0.98, YearlyStart: 1.04, YearlyChange: -0.12, Settlement: `Loan`, Contract: `Forwards`, Region: `Africa`, Country: `Tunisia`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `Poor`, Issuer: `American Airlines`, Maturity: `2022-05-22`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 753 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Gold`, Spread: 0.01, Open: 1281.1, Price: 1259.73, Buy: 1280.73, Sell: 1280.74, Change: -21, ChangePercent: -1.64, Volume: 48387, High: 1289.5, Low: 1279.1, YearlyHigh: 1306, YearlyLow: 1047.2, YearlyStart: 1176.6, YearlyChange: 8.85, Settlement: `Loan`, Contract: `Swap`, Region: `Africa`, Country: `Egypt`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-04-19`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 754 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Milk`, Spread: 0.01, Open: 12.87, Price: 12.69, Buy: 12.87, Sell: 12.87, Change: -0.17, ChangePercent: -1.36, Volume: 7, High: 12.89, Low: 12.81, YearlyHigh: 16.96, YearlyLow: 12.81, YearlyStart: 14.88, YearlyChange: -13.6, Settlement: `Credit`, Contract: `CFD`, Region: `North America`, Country: `Mexico`, Risk: `High`, Sector: `Government`, Currency: `USD`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-05-11`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 755 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `FD Cattle`, Spread: 0.01, Open: 147.175, Price: 148.78, Buy: 148.6, Sell: 148.61, Change: 0.17, ChangePercent: 0.12, Volume: 5, High: 148.61, Low: 147.18, YearlyHigh: 190, YearlyLow: 138.1, YearlyStart: 164.05, YearlyChange: -9.41, Settlement: `Loan`, Contract: `Swap`, Region: `Middle East`, Country: `Syria`, Risk: `High`, Sector: `Government`, Currency: `PLN`, Security: `High`, Issuer: `American Airlines`, Maturity: `2022-08-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 756 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Cocoa`, Spread: 0.01, Open: 3076, Price: 3130.17, Buy: 3076, Sell: 3076, Change: 54.14, ChangePercent: 1.76, Volume: 978, High: 3078, Low: 3066, YearlyHigh: 3406, YearlyLow: 2746, YearlyStart: 3076, YearlyChange: 0, Settlement: `Cash`, Contract: `Swap`, Region: `Asia Pacific`, Country: `Philippines`, Risk: `High`, Sector: `Government`, Currency: `PLN`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-03-22`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 757 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soy oil`, Spread: 0.01, Open: 33.26, Price: 34.43, Buy: 33.77, Sell: 33.78, Change: 0.66, ChangePercent: 1.96, Volume: 10592, High: 33.77, Low: 33.06, YearlyHigh: 35.43, YearlyLow: 26.61, YearlyStart: 31.02, YearlyChange: 8.87, Settlement: `Cash`, Contract: `Forwards`, Region: `Middle East`, Country: `UAE`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-02-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 758 }), + new FinancialDataAllItem({ Category: `Index`, Type: `NAS Future`, Spread: 0.01, Open: 4341.25, Price: 4296.13, Buy: 4341.25, Sell: 4341.25, Change: -45.15, ChangePercent: -1.04, Volume: 18259, High: 4347, Low: 4318, YearlyHigh: 4719.75, YearlyLow: 3867.75, YearlyStart: 4293.75, YearlyChange: 1.11, Settlement: `Credit`, Contract: `Futures`, Region: `North America`, Country: `United States`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `Poor`, Issuer: `American Airlines`, Maturity: `2022-02-22`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 759 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Milk`, Spread: 0.01, Open: 12.87, Price: 13.02, Buy: 12.87, Sell: 12.87, Change: 0.16, ChangePercent: 1.24, Volume: 7, High: 12.89, Low: 12.81, YearlyHigh: 16.96, YearlyLow: 12.81, YearlyStart: 14.88, YearlyChange: -13.6, Settlement: `Cash`, Contract: `CFD`, Region: `Asia Pacific`, Country: `China`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-06-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 760 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Cotton`, Spread: 0.01, Open: 61.77, Price: 63, Buy: 61.77, Sell: 61.77, Change: 1.24, ChangePercent: 2, Volume: 3612, High: 62.06, Low: 61.32, YearlyHigh: 67.59, YearlyLow: 54.33, YearlyStart: 60.96, YearlyChange: 1.31, Settlement: `Cash`, Contract: `Options`, Region: `Africa`, Country: `Nigeria`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-01-11`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 761 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `LV Cattle`, Spread: 0.01, Open: 120.725, Price: 122.54, Buy: 120.72, Sell: 120.72, Change: 1.84, ChangePercent: 1.52, Volume: 4, High: 120.72, Low: 120.72, YearlyHigh: 147.98, YearlyLow: 113.9, YearlyStart: 130.94, YearlyChange: -7.82, Settlement: `Cash`, Contract: `Swap`, Region: `North America`, Country: `United States`, Risk: `High`, Sector: `Public`, Currency: `PLN`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-06-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 762 }), + new FinancialDataAllItem({ Category: `Index`, Type: `NAS Future`, Spread: 0.01, Open: 4341.25, Price: 4273.56, Buy: 4341.25, Sell: 4341.25, Change: -67.72, ChangePercent: -1.56, Volume: 18259, High: 4347, Low: 4318, YearlyHigh: 4719.75, YearlyLow: 3867.75, YearlyStart: 4293.75, YearlyChange: 1.11, Settlement: `Loan`, Contract: `Futures`, Region: `Europe`, Country: `France`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-06-27`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 763 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Cotton`, Spread: 0.01, Open: 61.77, Price: 60.57, Buy: 61.77, Sell: 61.77, Change: -1.19, ChangePercent: -1.92, Volume: 3612, High: 62.06, Low: 61.32, YearlyHigh: 67.59, YearlyLow: 54.33, YearlyStart: 60.96, YearlyChange: 1.31, Settlement: `Credit`, Contract: `Options`, Region: `South America`, Country: `Colombia`, Risk: `Low`, Sector: `Government`, Currency: `PLN`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-03-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 764 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Sugar`, Spread: 0.01, Open: 15.68, Price: 14.77, Buy: 14.67, Sell: 14.68, Change: 0.1, ChangePercent: 0.68, Volume: 4949, High: 15.7, Low: 14.67, YearlyHigh: 16.87, YearlyLow: 11.37, YearlyStart: 14.12, YearlyChange: 3.92, Settlement: `Cash`, Contract: `Options`, Region: `Middle East`, Country: `Jordan`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-02-23`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 765 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `Lean Hogs`, Spread: 0.01, Open: 81.275, Price: 81.55, Buy: 81.81, Sell: 81.82, Change: -0.26, ChangePercent: -0.32, Volume: 1, High: 81.81, Low: 81.28, YearlyHigh: 83.98, YearlyLow: 70.25, YearlyStart: 77.11, YearlyChange: 6.09, Settlement: `Cash`, Contract: `Options`, Region: `Europe`, Country: `Spain`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-05-16`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 766 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `OJ Future`, Spread: 0.01, Open: 140.6, Price: 141.37, Buy: 140.18, Sell: 140.19, Change: 1.18, ChangePercent: 0.84, Volume: 7, High: 140.19, Low: 0, YearlyHigh: 155.95, YearlyLow: 113, YearlyStart: 134.47, YearlyChange: 4.25, Settlement: `Cash`, Contract: `Forwards`, Region: `Europe`, Country: `Switzerland`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `High`, Issuer: `American Airlines`, Maturity: `2022-06-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 767 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `US 30YR Future`, Spread: 0.01, Open: 164.875, Price: 163.37, Buy: 164.15, Sell: 164.16, Change: -0.79, ChangePercent: -0.48, Volume: 28012, High: 165.25, Low: 164.04, YearlyHigh: 169.38, YearlyLow: 151.47, YearlyStart: 160.43, YearlyChange: 2.33, Settlement: `Credit`, Contract: `Options`, Region: `Africa`, Country: `South Africa`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-04-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 768 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Wheat`, Spread: 0.01, Open: 465.5, Price: 460.68, Buy: 465.5, Sell: 465.5, Change: -4.84, ChangePercent: -1.04, Volume: 4318, High: 467, Low: 463.25, YearlyHigh: 628.5, YearlyLow: 449.5, YearlyStart: 539, YearlyChange: -13.63, Settlement: `Loan`, Contract: `Futures`, Region: `North America`, Country: `United States`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-06-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 769 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Milk`, Spread: 0.01, Open: 12.87, Price: 13.09, Buy: 12.87, Sell: 12.87, Change: 0.23, ChangePercent: 1.8, Volume: 7, High: 12.89, Low: 12.81, YearlyHigh: 16.96, YearlyLow: 12.81, YearlyStart: 14.88, YearlyChange: -13.6, Settlement: `Cash`, Contract: `CFD`, Region: `Europe`, Country: `France`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-06-19`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 770 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Gold`, Spread: 0.01, Open: 1281.1, Price: 1267.92, Buy: 1280.73, Sell: 1280.74, Change: -12.81, ChangePercent: -1, Volume: 48387, High: 1289.5, Low: 1279.1, YearlyHigh: 1306, YearlyLow: 1047.2, YearlyStart: 1176.6, YearlyChange: 8.85, Settlement: `Loan`, Contract: `Options`, Region: `Middle East`, Country: `Israel`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-04-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 771 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P Future`, Spread: 0.01, Open: 2057.5, Price: 2041.79, Buy: 2056.6, Sell: 2056.61, Change: -14.81, ChangePercent: -0.72, Volume: 142780, High: 2059.5, Low: 2049, YearlyHigh: 2105.5, YearlyLow: 1794.5, YearlyStart: 1950, YearlyChange: 5.47, Settlement: `Cash`, Contract: `Options`, Region: `Middle East`, Country: `Turkey`, Risk: `Low`, Sector: `Public`, Currency: `USD`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-07-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 772 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Platinum`, Spread: 0.01, Open: 1071.6, Price: 1076.67, Buy: 1071.09, Sell: 1071.1, Change: 5.57, ChangePercent: 0.52, Volume: 3039, High: 1081.2, Low: 1070.5, YearlyHigh: 1120.6, YearlyLow: 812.4, YearlyStart: 966.5, YearlyChange: 10.82, Settlement: `Credit`, Contract: `CFD`, Region: `Middle East`, Country: `Kuwait`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-07-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 773 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `GBP/USD`, Spread: 0.02, Open: 1.4464, Price: 1.17, Buy: 1.18, Sell: 1.2, Change: -0.02, ChangePercent: -1.72, Volume: 29450, High: 1.45, Low: 1.19, YearlyHigh: 1.59, YearlyLow: 1.19, YearlyStart: 1.49, YearlyChange: -19.59, Settlement: `Cash`, Contract: `Futures`, Region: `Africa`, Country: `Morocco`, Risk: `High`, Sector: `Public`, Currency: `USD`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-05-22`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 774 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soy Meat`, Spread: 0.01, Open: 342.6, Price: 341.8, Buy: 342.6, Sell: 342.6, Change: -0.82, ChangePercent: -0.24, Volume: 5646, High: 345.4, Low: 340.3, YearlyHigh: 353.4, YearlyLow: 261.7, YearlyStart: 307.55, YearlyChange: 11.4, Settlement: `Credit`, Contract: `Options`, Region: `Asia Pacific`, Country: `Japan`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `High`, Issuer: `FedEx`, Maturity: `2022-07-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 775 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Uranium`, Spread: 0.02, Open: 27.55, Price: 27.3, Buy: 27.55, Sell: 27.55, Change: -0.28, ChangePercent: -1, Volume: 12, High: 27.55, Low: 27.55, YearlyHigh: 29.32, YearlyLow: 21.28, YearlyStart: 25.3, YearlyChange: 9.01, Settlement: `Credit`, Contract: `Options`, Region: `Europe`, Country: `Spain`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `High`, Issuer: `American Airlines`, Maturity: `2022-04-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 776 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Oats`, Spread: 0.01, Open: 194.5, Price: 193.98, Buy: 194.21, Sell: 194.22, Change: -0.24, ChangePercent: -0.12, Volume: 64, High: 195.75, Low: 194, YearlyHigh: 241.25, YearlyLow: 183.75, YearlyStart: 212.5, YearlyChange: -8.6, Settlement: `Credit`, Contract: `Options`, Region: `Europe`, Country: `France`, Risk: `High`, Sector: `Private`, Currency: `PLN`, Security: `High`, Issuer: `American Airlines`, Maturity: `2022-05-16`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 777 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Corn`, Spread: 0.01, Open: 379.5, Price: 375.7, Buy: 379.8, Sell: 379.81, Change: -4.1, ChangePercent: -1.08, Volume: 11266, High: 381, Low: 377.75, YearlyHigh: 471.25, YearlyLow: 351.25, YearlyStart: 411.25, YearlyChange: -7.65, Settlement: `Loan`, Contract: `Swap`, Region: `Europe`, Country: `Estonia`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-04-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 778 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Ethanol`, Spread: 0.01, Open: 1.512, Price: 2.71, Buy: 2.75, Sell: 2.76, Change: -0.04, ChangePercent: -1.48, Volume: 14, High: 2.75, Low: 1.12, YearlyHigh: 2.75, YearlyLow: 1.12, YearlyStart: 1.48, YearlyChange: 86.7, Settlement: `Cash`, Contract: `Options`, Region: `Middle East`, Country: `Lebanon`, Risk: `Low`, Sector: `Public`, Currency: `PLN`, Security: `Poor`, Issuer: `FedEx`, Maturity: `2022-03-19`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 779 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Oil`, Spread: 0.015, Open: 45.54, Price: 45.24, Buy: 45.78, Sell: 45.8, Change: -0.55, ChangePercent: -1.2, Volume: 107196, High: 45.94, Low: 45, YearlyHigh: 65.28, YearlyLow: 30.79, YearlyStart: 48.03, YearlyChange: -4.67, Settlement: `Cash`, Contract: `Swap`, Region: `South America`, Country: `Uruguay`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-04-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 780 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Uranium`, Spread: 0.02, Open: 27.55, Price: 27.8, Buy: 27.55, Sell: 27.55, Change: 0.22, ChangePercent: 0.8, Volume: 12, High: 27.55, Low: 27.55, YearlyHigh: 29.32, YearlyLow: 21.28, YearlyStart: 25.3, YearlyChange: 9.01, Settlement: `Cash`, Contract: `Futures`, Region: `Asia Pacific`, Country: `Philippines`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-06-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 781 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `Lean Hogs`, Spread: 0.01, Open: 81.275, Price: 81.23, Buy: 81.81, Sell: 81.82, Change: -0.58, ChangePercent: -0.72, Volume: 1, High: 81.81, Low: 81.28, YearlyHigh: 83.98, YearlyLow: 70.25, YearlyStart: 77.11, YearlyChange: 6.09, Settlement: `Cash`, Contract: `Options`, Region: `North America`, Country: `Canada`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-02-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 782 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soy oil`, Spread: 0.01, Open: 33.26, Price: 33.72, Buy: 33.77, Sell: 33.78, Change: -0.05, ChangePercent: -0.16, Volume: 10592, High: 33.77, Low: 33.06, YearlyHigh: 35.43, YearlyLow: 26.61, YearlyStart: 31.02, YearlyChange: 8.87, Settlement: `Cash`, Contract: `Options`, Region: `Asia Pacific`, Country: `Singapore`, Risk: `High`, Sector: `Private`, Currency: `PLN`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-05-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 783 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Rice`, Spread: 0.01, Open: 11.245, Price: 10.26, Buy: 10.41, Sell: 10.42, Change: -0.16, ChangePercent: -1.48, Volume: 220, High: 11.38, Low: 10.42, YearlyHigh: 14.14, YearlyLow: 9.7, YearlyStart: 11.92, YearlyChange: -12.62, Settlement: `Credit`, Contract: `Futures`, Region: `Africa`, Country: `Niger`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `Poor`, Issuer: `FedEx`, Maturity: `2022-07-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 784 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Corn`, Spread: 0.01, Open: 379.5, Price: 385.12, Buy: 379.8, Sell: 379.81, Change: 5.32, ChangePercent: 1.4, Volume: 11266, High: 381, Low: 377.75, YearlyHigh: 471.25, YearlyLow: 351.25, YearlyStart: 411.25, YearlyChange: -7.65, Settlement: `Cash`, Contract: `Options`, Region: `Middle East`, Country: `Saudi Arabia`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-06-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 785 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Palladium`, Spread: 0.01, Open: 600.55, Price: 597.39, Buy: 601, Sell: 601.01, Change: -3.61, ChangePercent: -0.6, Volume: 651, High: 607.2, Low: 598.4, YearlyHigh: 690, YearlyLow: 458.6, YearlyStart: 574.3, YearlyChange: 4.65, Settlement: `Loan`, Contract: `Forwards`, Region: `Africa`, Country: `Ethiopia`, Risk: `High`, Sector: `Private`, Currency: `PLN`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-07-27`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 786 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Ethanol`, Spread: 0.01, Open: 1.512, Price: 2.7, Buy: 2.75, Sell: 2.76, Change: -0.05, ChangePercent: -1.8, Volume: 14, High: 2.75, Low: 1.12, YearlyHigh: 2.75, YearlyLow: 1.12, YearlyStart: 1.48, YearlyChange: 86.7, Settlement: `Credit`, Contract: `Options`, Region: `South America`, Country: `Paraguay`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `High`, Issuer: `FedEx`, Maturity: `2022-06-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 787 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `US 10YR Future`, Spread: 0.01, Open: 130.5625, Price: 132.2, Buy: 130.56, Sell: 130.56, Change: 1.62, ChangePercent: 1.24, Volume: 189310, High: 130.63, Low: 130.44, YearlyHigh: 132.64, YearlyLow: 125.48, YearlyStart: 129.06, YearlyChange: 1.18, Settlement: `Credit`, Contract: `Futures`, Region: `Middle East`, Country: `Jordan`, Risk: `Low`, Sector: `Government`, Currency: `PLN`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-03-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 788 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Wheat`, Spread: 0.01, Open: 465.5, Price: 458.82, Buy: 465.5, Sell: 465.5, Change: -6.7, ChangePercent: -1.44, Volume: 4318, High: 467, Low: 463.25, YearlyHigh: 628.5, YearlyLow: 449.5, YearlyStart: 539, YearlyChange: -13.63, Settlement: `Cash`, Contract: `Swap`, Region: `North America`, Country: `United States`, Risk: `High`, Sector: `Private`, Currency: `PLN`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-04-23`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 789 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `BTC/USD`, Spread: 0.06, Open: 93.88, Price: 21227.58, Buy: 21200.76, Sell: 21400.78, Change: 226.81, ChangePercent: 1.08, Volume: 5788000, High: 22400.05, Low: 20100.75, YearlyHigh: 62400.7, YearlyLow: 15100.88, YearlyStart: 21200.29, YearlyChange: -20.62, Settlement: `Cash`, Contract: `Forwards`, Region: `Europe`, Country: `Switzerland`, Risk: `High`, Sector: `Public`, Currency: `USD`, Security: `Poor`, Issuer: `FedEx`, Maturity: `2022-02-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 790 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Natural Gas`, Spread: 0.02, Open: 2.094, Price: 2.11, Buy: 2.09, Sell: 2.09, Change: 0.01, ChangePercent: 0.16, Volume: 2783, High: 2.11, Low: 2.09, YearlyHigh: 3.2, YearlyLow: 1.84, YearlyStart: 2.52, YearlyChange: -16.51, Settlement: `Cash`, Contract: `Options`, Region: `Asia Pacific`, Country: `Philippines`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-05-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 791 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Silver`, Spread: 0.01, Open: 17.43, Price: 17.49, Buy: 17.43, Sell: 17.43, Change: 0.07, ChangePercent: 0.4, Volume: 11720, High: 17.51, Low: 17.37, YearlyHigh: 18.06, YearlyLow: 13.73, YearlyStart: 15.89, YearlyChange: 9.59, Settlement: `Cash`, Contract: `Forwards`, Region: `Asia Pacific`, Country: `Philippines`, Risk: `High`, Sector: `Public`, Currency: `PLN`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-04-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 792 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Wheat`, Spread: 0.01, Open: 465.5, Price: 460.86, Buy: 465.5, Sell: 465.5, Change: -4.66, ChangePercent: -1, Volume: 4318, High: 467, Low: 463.25, YearlyHigh: 628.5, YearlyLow: 449.5, YearlyStart: 539, YearlyChange: -13.63, Settlement: `Loan`, Contract: `Options`, Region: `Asia Pacific`, Country: `Philippines`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-06-10`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 793 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P Future`, Spread: 0.01, Open: 2057.5, Price: 2066.47, Buy: 2056.6, Sell: 2056.61, Change: 9.87, ChangePercent: 0.48, Volume: 142780, High: 2059.5, Low: 2049, YearlyHigh: 2105.5, YearlyLow: 1794.5, YearlyStart: 1950, YearlyChange: 5.47, Settlement: `Loan`, Contract: `Swap`, Region: `Asia Pacific`, Country: `Afghanistan`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-08-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 794 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Cotton`, Spread: 0.01, Open: 61.77, Price: 61.12, Buy: 61.77, Sell: 61.77, Change: -0.64, ChangePercent: -1.04, Volume: 3612, High: 62.06, Low: 61.32, YearlyHigh: 67.59, YearlyLow: 54.33, YearlyStart: 60.96, YearlyChange: 1.31, Settlement: `Loan`, Contract: `Swap`, Region: `Africa`, Country: `Cameroon`, Risk: `Low`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-06-23`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 795 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/CHF`, Spread: 0.02, Open: 1.0337, Price: 1.04, Buy: 1.03, Sell: 1.03, Change: 0, ChangePercent: -0.12, Volume: 5550, High: 1.03, Low: 1.03, YearlyHigh: 1.11, YearlyLow: 0.98, YearlyStart: 1.04, YearlyChange: -0.12, Settlement: `Loan`, Contract: `Options`, Region: `Africa`, Country: `Cameroon`, Risk: `High`, Sector: `Government`, Currency: `USD`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-04-16`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 796 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Palladium`, Spread: 0.01, Open: 600.55, Price: 590.66, Buy: 601, Sell: 601.01, Change: -10.34, ChangePercent: -1.72, Volume: 651, High: 607.2, Low: 598.4, YearlyHigh: 690, YearlyLow: 458.6, YearlyStart: 574.3, YearlyChange: 4.65, Settlement: `Cash`, Contract: `Swap`, Region: `Middle East`, Country: `Iraq`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-06-22`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 797 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P 600 MINI`, Spread: 0.01, Open: 687.9, Price: 689.26, Buy: 687.9, Sell: 687.9, Change: 1.38, ChangePercent: 0.2, Volume: 0, High: 0, Low: 0, YearlyHigh: 620.32, YearlyLow: 595.9, YearlyStart: 608.11, YearlyChange: 13.12, Settlement: `Cash`, Contract: `Futures`, Region: `Africa`, Country: `Tunisia`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-01-16`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 798 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `BTC/USD`, Spread: 0.06, Open: 93.88, Price: 20731.96, Buy: 21200.76, Sell: 21400.78, Change: -268.81, ChangePercent: -1.28, Volume: 5788000, High: 22400.05, Low: 20100.75, YearlyHigh: 62400.7, YearlyLow: 15100.88, YearlyStart: 21200.29, YearlyChange: -20.62, Settlement: `Cash`, Contract: `CFD`, Region: `Middle East`, Country: `Jordan`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `High`, Issuer: `American Airlines`, Maturity: `2022-05-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 799 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `AUD/USD`, Spread: 0.02, Open: 0.7344, Price: 0.75, Buy: 0.73, Sell: 0.73, Change: 0.01, ChangePercent: 1.2, Volume: 36764, High: 0.74, Low: 0.73, YearlyHigh: 0.79, YearlyLow: 0.68, YearlyStart: 0.73, YearlyChange: 1.28, Settlement: `Cash`, Contract: `Futures`, Region: `Middle East`, Country: `Israel`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-04-23`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 800 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `Lean Hogs`, Spread: 0.01, Open: 81.275, Price: 80.77, Buy: 81.81, Sell: 81.82, Change: -1.04, ChangePercent: -1.28, Volume: 1, High: 81.81, Low: 81.28, YearlyHigh: 83.98, YearlyLow: 70.25, YearlyStart: 77.11, YearlyChange: 6.09, Settlement: `Cash`, Contract: `CFD`, Region: `Europe`, Country: `Slovenia`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-06-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 801 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Rice`, Spread: 0.01, Open: 11.245, Price: 10.3, Buy: 10.41, Sell: 10.42, Change: -0.12, ChangePercent: -1.08, Volume: 220, High: 11.38, Low: 10.42, YearlyHigh: 14.14, YearlyLow: 9.7, YearlyStart: 11.92, YearlyChange: -12.62, Settlement: `Credit`, Contract: `Swap`, Region: `Middle East`, Country: `Lebanon`, Risk: `High`, Sector: `Government`, Currency: `PLN`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-02-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 802 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soybean`, Spread: 0.01, Open: 1038, Price: 1040.69, Buy: 1038.61, Sell: 1038.62, Change: 2.07, ChangePercent: 0.2, Volume: 20356, High: 1044, Low: 1031.75, YearlyHigh: 1057, YearlyLow: 859.5, YearlyStart: 958.25, YearlyChange: 8.39, Settlement: `Loan`, Contract: `Options`, Region: `Europe`, Country: `Czechia`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-08-24`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 803 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soy oil`, Spread: 0.01, Open: 33.26, Price: 33.97, Buy: 33.77, Sell: 33.78, Change: 0.2, ChangePercent: 0.6, Volume: 10592, High: 33.77, Low: 33.06, YearlyHigh: 35.43, YearlyLow: 26.61, YearlyStart: 31.02, YearlyChange: 8.87, Settlement: `Cash`, Contract: `Forwards`, Region: `North America`, Country: `United States`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-08-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 804 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Coffee`, Spread: 0.01, Open: 125.7, Price: 128.15, Buy: 125.7, Sell: 125.7, Change: 2.46, ChangePercent: 1.96, Volume: 1654, High: 125.8, Low: 125, YearlyHigh: 155.75, YearlyLow: 115.35, YearlyStart: 135.55, YearlyChange: -7.27, Settlement: `Cash`, Contract: `Futures`, Region: `Asia Pacific`, Country: `Malaysia`, Risk: `Low`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-06-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 805 }), + new FinancialDataAllItem({ Category: `Index`, Type: `DOW Future`, Spread: 0.01, Open: 17711, Price: 17924.7, Buy: 17712.15, Sell: 17712.16, Change: 212.55, ChangePercent: 1.2, Volume: 22236, High: 17727, Low: 17642, YearlyHigh: 18083, YearlyLow: 15299, YearlyStart: 16691, YearlyChange: 6.12, Settlement: `Cash`, Contract: `Forwards`, Region: `Asia Pacific`, Country: `Philippines`, Risk: `Low`, Sector: `Public`, Currency: `USD`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-04-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 806 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Corn`, Spread: 0.01, Open: 379.5, Price: 379.8, Buy: 379.8, Sell: 379.81, Change: 0, ChangePercent: 0, Volume: 11266, High: 381, Low: 377.75, YearlyHigh: 471.25, YearlyLow: 351.25, YearlyStart: 411.25, YearlyChange: -7.65, Settlement: `Credit`, Contract: `Forwards`, Region: `Asia Pacific`, Country: `Taiwan`, Risk: `High`, Sector: `Public`, Currency: `USD`, Security: `Poor`, Issuer: `FedEx`, Maturity: `2022-05-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 807 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P MID MINI`, Spread: 0.01, Open: 1454.3, Price: 1443.55, Buy: 1455.78, Sell: 1455.79, Change: -12.23, ChangePercent: -0.84, Volume: 338, High: 1455.78, Low: 1448, YearlyHigh: 1527.3, YearlyLow: 1236, YearlyStart: 1381.65, YearlyChange: 5.37, Settlement: `Credit`, Contract: `Options`, Region: `Middle East`, Country: `Israel`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `American Airlines`, Maturity: `2022-08-11`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 808 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Gold`, Spread: 0.01, Open: 1281.1, Price: 1268.44, Buy: 1280.73, Sell: 1280.74, Change: -12.29, ChangePercent: -0.96, Volume: 48387, High: 1289.5, Low: 1279.1, YearlyHigh: 1306, YearlyLow: 1047.2, YearlyStart: 1176.6, YearlyChange: 8.85, Settlement: `Loan`, Contract: `Swap`, Region: `Africa`, Country: `Morocco`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-07-10`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 809 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `GBP/USD`, Spread: 0.02, Open: 1.4464, Price: 1.18, Buy: 1.18, Sell: 1.2, Change: -0.01, ChangePercent: -1, Volume: 29450, High: 1.45, Low: 1.19, YearlyHigh: 1.59, YearlyLow: 1.19, YearlyStart: 1.49, YearlyChange: -19.59, Settlement: `Cash`, Contract: `Futures`, Region: `Middle East`, Country: `Iraq`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-09-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 810 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Ethanol`, Spread: 0.01, Open: 1.512, Price: 2.75, Buy: 2.75, Sell: 2.76, Change: 0, ChangePercent: 0, Volume: 14, High: 2.75, Low: 1.12, YearlyHigh: 2.75, YearlyLow: 1.12, YearlyStart: 1.48, YearlyChange: 86.7, Settlement: `Cash`, Contract: `Options`, Region: `Middle East`, Country: `Kuwait`, Risk: `High`, Sector: `Public`, Currency: `PLN`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-06-10`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 811 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soy Meat`, Spread: 0.01, Open: 342.6, Price: 345.5, Buy: 342.6, Sell: 342.6, Change: 2.88, ChangePercent: 0.84, Volume: 5646, High: 345.4, Low: 340.3, YearlyHigh: 353.4, YearlyLow: 261.7, YearlyStart: 307.55, YearlyChange: 11.4, Settlement: `Loan`, Contract: `Swap`, Region: `Africa`, Country: `Egypt`, Risk: `High`, Sector: `Government`, Currency: `PLN`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-03-16`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 812 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `US 30YR Future`, Spread: 0.01, Open: 164.875, Price: 161.6, Buy: 164.15, Sell: 164.16, Change: -2.56, ChangePercent: -1.56, Volume: 28012, High: 165.25, Low: 164.04, YearlyHigh: 169.38, YearlyLow: 151.47, YearlyStart: 160.43, YearlyChange: 2.33, Settlement: `Cash`, Contract: `Swap`, Region: `Africa`, Country: `Morocco`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `Poor`, Issuer: `FedEx`, Maturity: `2022-07-11`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 813 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Copper`, Spread: 0.02, Open: 2.123, Price: 2.1, Buy: 2.12, Sell: 2.12, Change: -0.01, ChangePercent: -0.8, Volume: 28819, High: 2.16, Low: 2.11, YearlyHigh: 2.94, YearlyLow: 1.96, YearlyStart: 2.45, YearlyChange: -13.76, Settlement: `Cash`, Contract: `Forwards`, Region: `Africa`, Country: `Tunisia`, Risk: `High`, Sector: `Private`, Currency: `PLN`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-04-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 814 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `FD Cattle`, Spread: 0.01, Open: 147.175, Price: 145.81, Buy: 148.6, Sell: 148.61, Change: -2.8, ChangePercent: -1.88, Volume: 5, High: 148.61, Low: 147.18, YearlyHigh: 190, YearlyLow: 138.1, YearlyStart: 164.05, YearlyChange: -9.41, Settlement: `Cash`, Contract: `CFD`, Region: `Middle East`, Country: `UAE`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-05-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 815 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Ethanol`, Spread: 0.01, Open: 1.512, Price: 2.75, Buy: 2.75, Sell: 2.76, Change: 0, ChangePercent: 0, Volume: 14, High: 2.75, Low: 1.12, YearlyHigh: 2.75, YearlyLow: 1.12, YearlyStart: 1.48, YearlyChange: 86.7, Settlement: `Cash`, Contract: `Futures`, Region: `South America`, Country: `Paraguay`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-08-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 816 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/CHF`, Spread: 0.02, Open: 1.0337, Price: 1.06, Buy: 1.03, Sell: 1.03, Change: 0.02, ChangePercent: 1.76, Volume: 5550, High: 1.03, Low: 1.03, YearlyHigh: 1.11, YearlyLow: 0.98, YearlyStart: 1.04, YearlyChange: -0.12, Settlement: `Cash`, Contract: `Futures`, Region: `Middle East`, Country: `UAE`, Risk: `High`, Sector: `Government`, Currency: `PLN`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-03-27`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 817 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P MID MINI`, Spread: 0.01, Open: 1454.3, Price: 1435.98, Buy: 1455.78, Sell: 1455.79, Change: -19.8, ChangePercent: -1.36, Volume: 338, High: 1455.78, Low: 1448, YearlyHigh: 1527.3, YearlyLow: 1236, YearlyStart: 1381.65, YearlyChange: 5.37, Settlement: `Cash`, Contract: `Options`, Region: `Africa`, Country: `Senegal`, Risk: `Low`, Sector: `Public`, Currency: `PLN`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-02-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 818 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soybean`, Spread: 0.01, Open: 1038, Price: 1023.66, Buy: 1038.61, Sell: 1038.62, Change: -14.96, ChangePercent: -1.44, Volume: 20356, High: 1044, Low: 1031.75, YearlyHigh: 1057, YearlyLow: 859.5, YearlyStart: 958.25, YearlyChange: 8.39, Settlement: `Cash`, Contract: `Futures`, Region: `Europe`, Country: `Slovakia`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-03-11`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 819 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `US 2Y Future`, Spread: 0.01, Open: 109.3984, Price: 111.27, Buy: 109.4, Sell: 109.4, Change: 1.88, ChangePercent: 1.72, Volume: 17742, High: 109.41, Low: 109.38, YearlyHigh: 109.8, YearlyLow: 108.62, YearlyStart: 109.21, YearlyChange: 0.16, Settlement: `Loan`, Contract: `Swap`, Region: `Africa`, Country: `South Africa`, Risk: `Low`, Sector: `Government`, Currency: `PLN`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-02-22`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 820 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Rice`, Spread: 0.01, Open: 11.245, Price: 10.37, Buy: 10.41, Sell: 10.42, Change: -0.05, ChangePercent: -0.4, Volume: 220, High: 11.38, Low: 10.42, YearlyHigh: 14.14, YearlyLow: 9.7, YearlyStart: 11.92, YearlyChange: -12.62, Settlement: `Cash`, Contract: `Options`, Region: `Africa`, Country: `Senegal`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-03-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 821 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Silver`, Spread: 0.01, Open: 17.43, Price: 17.26, Buy: 17.43, Sell: 17.43, Change: -0.16, ChangePercent: -0.92, Volume: 11720, High: 17.51, Low: 17.37, YearlyHigh: 18.06, YearlyLow: 13.73, YearlyStart: 15.89, YearlyChange: 9.59, Settlement: `Cash`, Contract: `Futures`, Region: `Middle East`, Country: `Israel`, Risk: `High`, Sector: `Public`, Currency: `USD`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-05-19`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 822 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Natural Gas`, Spread: 0.02, Open: 2.094, Price: 2.1, Buy: 2.09, Sell: 2.09, Change: 0, ChangePercent: -0.12, Volume: 2783, High: 2.11, Low: 2.09, YearlyHigh: 3.2, YearlyLow: 1.84, YearlyStart: 2.52, YearlyChange: -16.51, Settlement: `Cash`, Contract: `Futures`, Region: `Asia Pacific`, Country: `Indonesia`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-07-10`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 823 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Rice`, Spread: 0.01, Open: 11.245, Price: 10.5, Buy: 10.41, Sell: 10.42, Change: 0.08, ChangePercent: 0.84, Volume: 220, High: 11.38, Low: 10.42, YearlyHigh: 14.14, YearlyLow: 9.7, YearlyStart: 11.92, YearlyChange: -12.62, Settlement: `Credit`, Contract: `Options`, Region: `Africa`, Country: `Egypt`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-04-11`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 824 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soy oil`, Spread: 0.01, Open: 33.26, Price: 34.15, Buy: 33.77, Sell: 33.78, Change: 0.38, ChangePercent: 1.12, Volume: 10592, High: 33.77, Low: 33.06, YearlyHigh: 35.43, YearlyLow: 26.61, YearlyStart: 31.02, YearlyChange: 8.87, Settlement: `Cash`, Contract: `CFD`, Region: `Africa`, Country: `South Africa`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-07-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 825 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/CAD`, Spread: 0.02, Open: 0.7744, Price: 0.94, Buy: 0.94, Sell: 0.96, Change: -0.01, ChangePercent: -1.8, Volume: 13669, High: 0.95, Low: 0.77, YearlyHigh: 0.95, YearlyLow: 0.68, YearlyStart: 0.76, YearlyChange: 26.43, Settlement: `Credit`, Contract: `Forwards`, Region: `Middle East`, Country: `Oman`, Risk: `Low`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-07-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 826 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Coal`, Spread: 0.015, Open: 0.4363, Price: 0.42, Buy: 0.44, Sell: 0.44, Change: 0, ChangePercent: 0.8, Volume: 3, High: 0.44, Low: 0.44, YearlyHigh: 0.48, YearlyLow: 0.4, YearlyStart: 0.44, YearlyChange: -5.33, Settlement: `Loan`, Contract: `Swap`, Region: `Africa`, Country: `Egypt`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-07-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 827 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soy oil`, Spread: 0.01, Open: 33.26, Price: 34.12, Buy: 33.77, Sell: 33.78, Change: 0.35, ChangePercent: 1.04, Volume: 10592, High: 33.77, Low: 33.06, YearlyHigh: 35.43, YearlyLow: 26.61, YearlyStart: 31.02, YearlyChange: 8.87, Settlement: `Cash`, Contract: `Options`, Region: `Middle East`, Country: `Lebanon`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-02-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 828 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P Future`, Spread: 0.01, Open: 2057.5, Price: 2087.86, Buy: 2056.6, Sell: 2056.61, Change: 31.26, ChangePercent: 1.52, Volume: 142780, High: 2059.5, Low: 2049, YearlyHigh: 2105.5, YearlyLow: 1794.5, YearlyStart: 1950, YearlyChange: 5.47, Settlement: `Cash`, Contract: `Options`, Region: `Middle East`, Country: `UAE`, Risk: `Low`, Sector: `Public`, Currency: `PLN`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-07-21`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 829 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `BTC/USD`, Spread: 0.06, Open: 93.88, Price: 20639.56, Buy: 21200.76, Sell: 21400.78, Change: -361.21, ChangePercent: -1.72, Volume: 5788000, High: 22400.05, Low: 20100.75, YearlyHigh: 62400.7, YearlyLow: 15100.88, YearlyStart: 21200.29, YearlyChange: -20.62, Settlement: `Cash`, Contract: `CFD`, Region: `Africa`, Country: `Ethiopia`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-07-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 830 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Ethanol`, Spread: 0.01, Open: 1.512, Price: 2.75, Buy: 2.75, Sell: 2.76, Change: 0, ChangePercent: -0.2, Volume: 14, High: 2.75, Low: 1.12, YearlyHigh: 2.75, YearlyLow: 1.12, YearlyStart: 1.48, YearlyChange: 86.7, Settlement: `Cash`, Contract: `Futures`, Region: `Middle East`, Country: `Iraq`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `High`, Issuer: `American Airlines`, Maturity: `2022-06-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 831 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `US 2Y Future`, Spread: 0.01, Open: 109.3984, Price: 108.91, Buy: 109.4, Sell: 109.4, Change: -0.48, ChangePercent: -0.44, Volume: 17742, High: 109.41, Low: 109.38, YearlyHigh: 109.8, YearlyLow: 108.62, YearlyStart: 109.21, YearlyChange: 0.16, Settlement: `Credit`, Contract: `Swap`, Region: `South America`, Country: `Brazil`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `High`, Issuer: `FedEx`, Maturity: `2022-03-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 832 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `FD Cattle`, Spread: 0.01, Open: 147.175, Price: 149.97, Buy: 148.6, Sell: 148.61, Change: 1.36, ChangePercent: 0.92, Volume: 5, High: 148.61, Low: 147.18, YearlyHigh: 190, YearlyLow: 138.1, YearlyStart: 164.05, YearlyChange: -9.41, Settlement: `Cash`, Contract: `Forwards`, Region: `Middle East`, Country: `Israel`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-05-23`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 833 }), + new FinancialDataAllItem({ Category: `Index`, Type: `DOW Future`, Spread: 0.01, Open: 17711, Price: 17485.44, Buy: 17712.15, Sell: 17712.16, Change: -226.71, ChangePercent: -1.28, Volume: 22236, High: 17727, Low: 17642, YearlyHigh: 18083, YearlyLow: 15299, YearlyStart: 16691, YearlyChange: 6.12, Settlement: `Loan`, Contract: `Swap`, Region: `Africa`, Country: `Niger`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-07-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 834 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Sugar`, Spread: 0.01, Open: 15.68, Price: 14.49, Buy: 14.67, Sell: 14.68, Change: -0.18, ChangePercent: -1.24, Volume: 4949, High: 15.7, Low: 14.67, YearlyHigh: 16.87, YearlyLow: 11.37, YearlyStart: 14.12, YearlyChange: 3.92, Settlement: `Cash`, Contract: `Swap`, Region: `Africa`, Country: `Egypt`, Risk: `Low`, Sector: `Government`, Currency: `USD`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-08-23`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 835 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soy oil`, Spread: 0.01, Open: 33.26, Price: 33.66, Buy: 33.77, Sell: 33.78, Change: -0.11, ChangePercent: -0.32, Volume: 10592, High: 33.77, Low: 33.06, YearlyHigh: 35.43, YearlyLow: 26.61, YearlyStart: 31.02, YearlyChange: 8.87, Settlement: `Cash`, Contract: `Options`, Region: `Middle East`, Country: `Lebanon`, Risk: `High`, Sector: `Government`, Currency: `USD`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-08-16`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 836 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Uranium`, Spread: 0.02, Open: 27.55, Price: 27.96, Buy: 27.55, Sell: 27.55, Change: 0.38, ChangePercent: 1.36, Volume: 12, High: 27.55, Low: 27.55, YearlyHigh: 29.32, YearlyLow: 21.28, YearlyStart: 25.3, YearlyChange: 9.01, Settlement: `Cash`, Contract: `CFD`, Region: `Middle East`, Country: `Saudi Arabia`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-07-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 837 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Oats`, Spread: 0.01, Open: 194.5, Price: 195.07, Buy: 194.21, Sell: 194.22, Change: 0.85, ChangePercent: 0.44, Volume: 64, High: 195.75, Low: 194, YearlyHigh: 241.25, YearlyLow: 183.75, YearlyStart: 212.5, YearlyChange: -8.6, Settlement: `Cash`, Contract: `Swap`, Region: `South America`, Country: `Guyana`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-03-22`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 838 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Cotton`, Spread: 0.01, Open: 61.77, Price: 61.56, Buy: 61.77, Sell: 61.77, Change: -0.2, ChangePercent: -0.32, Volume: 3612, High: 62.06, Low: 61.32, YearlyHigh: 67.59, YearlyLow: 54.33, YearlyStart: 60.96, YearlyChange: 1.31, Settlement: `Cash`, Contract: `CFD`, Region: `North America`, Country: `United States`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-05-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 839 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `BTC/USD`, Spread: 0.06, Open: 93.88, Price: 20925.17, Buy: 21200.76, Sell: 21400.78, Change: -75.6, ChangePercent: -0.36, Volume: 5788000, High: 22400.05, Low: 20100.75, YearlyHigh: 62400.7, YearlyLow: 15100.88, YearlyStart: 21200.29, YearlyChange: -20.62, Settlement: `Loan`, Contract: `Options`, Region: `Africa`, Country: `Ethiopia`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-09-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 840 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soy Meat`, Spread: 0.01, Open: 342.6, Price: 348.24, Buy: 342.6, Sell: 342.6, Change: 5.62, ChangePercent: 1.64, Volume: 5646, High: 345.4, Low: 340.3, YearlyHigh: 353.4, YearlyLow: 261.7, YearlyStart: 307.55, YearlyChange: 11.4, Settlement: `Loan`, Contract: `Futures`, Region: `North America`, Country: `United States`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-04-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 841 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Milk`, Spread: 0.01, Open: 12.87, Price: 12.86, Buy: 12.87, Sell: 12.87, Change: 0, ChangePercent: 0, Volume: 7, High: 12.89, Low: 12.81, YearlyHigh: 16.96, YearlyLow: 12.81, YearlyStart: 14.88, YearlyChange: -13.6, Settlement: `Cash`, Contract: `CFD`, Region: `Europe`, Country: `Norway`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-02-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 842 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Silver`, Spread: 0.01, Open: 17.43, Price: 17.52, Buy: 17.43, Sell: 17.43, Change: 0.1, ChangePercent: 0.56, Volume: 11720, High: 17.51, Low: 17.37, YearlyHigh: 18.06, YearlyLow: 13.73, YearlyStart: 15.89, YearlyChange: 9.59, Settlement: `Cash`, Contract: `Futures`, Region: `Africa`, Country: `Niger`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `High`, Issuer: `American Airlines`, Maturity: `2022-02-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 843 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Palladium`, Spread: 0.01, Open: 600.55, Price: 606.53, Buy: 601, Sell: 601.01, Change: 5.53, ChangePercent: 0.92, Volume: 651, High: 607.2, Low: 598.4, YearlyHigh: 690, YearlyLow: 458.6, YearlyStart: 574.3, YearlyChange: 4.65, Settlement: `Cash`, Contract: `Futures`, Region: `Europe`, Country: `Slovakia`, Risk: `High`, Sector: `Public`, Currency: `USD`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-07-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 844 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P MID MINI`, Spread: 0.01, Open: 1454.3, Price: 1463.35, Buy: 1455.78, Sell: 1455.79, Change: 7.57, ChangePercent: 0.52, Volume: 338, High: 1455.78, Low: 1448, YearlyHigh: 1527.3, YearlyLow: 1236, YearlyStart: 1381.65, YearlyChange: 5.37, Settlement: `Loan`, Contract: `Swap`, Region: `Middle East`, Country: `Qatar`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-07-27`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 845 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Coffee`, Spread: 0.01, Open: 125.7, Price: 125.39, Buy: 125.7, Sell: 125.7, Change: -0.3, ChangePercent: -0.24, Volume: 1654, High: 125.8, Low: 125, YearlyHigh: 155.75, YearlyLow: 115.35, YearlyStart: 135.55, YearlyChange: -7.27, Settlement: `Loan`, Contract: `Swap`, Region: `South America`, Country: `Suriname`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-05-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 846 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Cocoa`, Spread: 0.01, Open: 3076, Price: 3116.63, Buy: 3076, Sell: 3076, Change: 40.6, ChangePercent: 1.32, Volume: 978, High: 3078, Low: 3066, YearlyHigh: 3406, YearlyLow: 2746, YearlyStart: 3076, YearlyChange: 0, Settlement: `Cash`, Contract: `Futures`, Region: `North America`, Country: `Mexico`, Risk: `High`, Sector: `Government`, Currency: `USD`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-07-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 847 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Corn`, Spread: 0.01, Open: 379.5, Price: 386.34, Buy: 379.8, Sell: 379.81, Change: 6.54, ChangePercent: 1.72, Volume: 11266, High: 381, Low: 377.75, YearlyHigh: 471.25, YearlyLow: 351.25, YearlyStart: 411.25, YearlyChange: -7.65, Settlement: `Credit`, Contract: `Forwards`, Region: `Middle East`, Country: `UAE`, Risk: `High`, Sector: `Private`, Currency: `PLN`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-08-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 848 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Sugar`, Spread: 0.01, Open: 15.68, Price: 14.45, Buy: 14.67, Sell: 14.68, Change: -0.22, ChangePercent: -1.56, Volume: 4949, High: 15.7, Low: 14.67, YearlyHigh: 16.87, YearlyLow: 11.37, YearlyStart: 14.12, YearlyChange: 3.92, Settlement: `Cash`, Contract: `Futures`, Region: `Asia Pacific`, Country: `Taiwan`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-07-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 849 }), + new FinancialDataAllItem({ Category: `Index`, Type: `DOW Future`, Spread: 0.01, Open: 17711, Price: 17549.2, Buy: 17712.15, Sell: 17712.16, Change: -162.95, ChangePercent: -0.92, Volume: 22236, High: 17727, Low: 17642, YearlyHigh: 18083, YearlyLow: 15299, YearlyStart: 16691, YearlyChange: 6.12, Settlement: `Credit`, Contract: `Swap`, Region: `Middle East`, Country: `UAE`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-04-21`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 850 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `FD Cattle`, Spread: 0.01, Open: 147.175, Price: 150.69, Buy: 148.6, Sell: 148.61, Change: 2.08, ChangePercent: 1.4, Volume: 5, High: 148.61, Low: 147.18, YearlyHigh: 190, YearlyLow: 138.1, YearlyStart: 164.05, YearlyChange: -9.41, Settlement: `Cash`, Contract: `Swap`, Region: `Africa`, Country: `Tunisia`, Risk: `High`, Sector: `Public`, Currency: `PLN`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-08-23`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 851 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Rice`, Spread: 0.01, Open: 11.245, Price: 10.62, Buy: 10.41, Sell: 10.42, Change: 0.2, ChangePercent: 2, Volume: 220, High: 11.38, Low: 10.42, YearlyHigh: 14.14, YearlyLow: 9.7, YearlyStart: 11.92, YearlyChange: -12.62, Settlement: `Loan`, Contract: `CFD`, Region: `Middle East`, Country: `Qatar`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-04-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 852 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Rice`, Spread: 0.01, Open: 11.245, Price: 10.43, Buy: 10.41, Sell: 10.42, Change: 0.01, ChangePercent: 0.16, Volume: 220, High: 11.38, Low: 10.42, YearlyHigh: 14.14, YearlyLow: 9.7, YearlyStart: 11.92, YearlyChange: -12.62, Settlement: `Credit`, Contract: `Futures`, Region: `Europe`, Country: `Belgium`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-04-23`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 853 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/CAD`, Spread: 0.02, Open: 0.7744, Price: 0.95, Buy: 0.94, Sell: 0.96, Change: 0, ChangePercent: -0.24, Volume: 13669, High: 0.95, Low: 0.77, YearlyHigh: 0.95, YearlyLow: 0.68, YearlyStart: 0.76, YearlyChange: 26.43, Settlement: `Credit`, Contract: `Swap`, Region: `Africa`, Country: `Niger`, Risk: `High`, Sector: `Government`, Currency: `PLN`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-04-22`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 854 }), + new FinancialDataAllItem({ Category: `Index`, Type: `DOW Future`, Spread: 0.01, Open: 17711, Price: 17634.22, Buy: 17712.15, Sell: 17712.16, Change: -77.93, ChangePercent: -0.44, Volume: 22236, High: 17727, Low: 17642, YearlyHigh: 18083, YearlyLow: 15299, YearlyStart: 16691, YearlyChange: 6.12, Settlement: `Cash`, Contract: `Futures`, Region: `Middle East`, Country: `Syria`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-07-24`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 855 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soy Meat`, Spread: 0.01, Open: 342.6, Price: 340.02, Buy: 342.6, Sell: 342.6, Change: -2.6, ChangePercent: -0.76, Volume: 5646, High: 345.4, Low: 340.3, YearlyHigh: 353.4, YearlyLow: 261.7, YearlyStart: 307.55, YearlyChange: 11.4, Settlement: `Credit`, Contract: `Forwards`, Region: `Europe`, Country: `Norway`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-03-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 856 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Cocoa`, Spread: 0.01, Open: 3076, Price: 3076.03, Buy: 3076, Sell: 3076, Change: 0, ChangePercent: 0, Volume: 978, High: 3078, Low: 3066, YearlyHigh: 3406, YearlyLow: 2746, YearlyStart: 3076, YearlyChange: 0, Settlement: `Cash`, Contract: `Options`, Region: `Africa`, Country: `Ethiopia`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `Poor`, Issuer: `FedEx`, Maturity: `2022-06-23`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 857 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Sugar`, Spread: 0.01, Open: 15.68, Price: 14.46, Buy: 14.67, Sell: 14.68, Change: -0.21, ChangePercent: -1.44, Volume: 4949, High: 15.7, Low: 14.67, YearlyHigh: 16.87, YearlyLow: 11.37, YearlyStart: 14.12, YearlyChange: 3.92, Settlement: `Cash`, Contract: `Forwards`, Region: `Middle East`, Country: `Oman`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-05-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 858 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `US 2Y Future`, Spread: 0.01, Open: 109.3984, Price: 110.35, Buy: 109.4, Sell: 109.4, Change: 0.96, ChangePercent: 0.88, Volume: 17742, High: 109.41, Low: 109.38, YearlyHigh: 109.8, YearlyLow: 108.62, YearlyStart: 109.21, YearlyChange: 0.16, Settlement: `Loan`, Contract: `Swap`, Region: `Asia Pacific`, Country: `Thailand`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-07-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 859 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Diesel`, Spread: 0.015, Open: 1.3474, Price: 1.35, Buy: 1.35, Sell: 1.35, Change: -0.01, ChangePercent: -0.36, Volume: 2971, High: 1.36, Low: 1.34, YearlyHigh: 2.11, YearlyLow: 0.92, YearlyStart: 1.51, YearlyChange: -10.4, Settlement: `Cash`, Contract: `Forwards`, Region: `Asia Pacific`, Country: `Taiwan`, Risk: `Low`, Sector: `Government`, Currency: `PLN`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-02-19`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 860 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Oats`, Spread: 0.01, Open: 194.5, Price: 192.74, Buy: 194.21, Sell: 194.22, Change: -1.48, ChangePercent: -0.76, Volume: 64, High: 195.75, Low: 194, YearlyHigh: 241.25, YearlyLow: 183.75, YearlyStart: 212.5, YearlyChange: -8.6, Settlement: `Cash`, Contract: `Options`, Region: `Africa`, Country: `Libya`, Risk: `Low`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-09-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 861 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/CHF`, Spread: 0.02, Open: 1.0337, Price: 1.05, Buy: 1.03, Sell: 1.03, Change: 0.01, ChangePercent: 0.92, Volume: 5550, High: 1.03, Low: 1.03, YearlyHigh: 1.11, YearlyLow: 0.98, YearlyStart: 1.04, YearlyChange: -0.12, Settlement: `Cash`, Contract: `Options`, Region: `North America`, Country: `United States`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-04-22`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 862 }), + new FinancialDataAllItem({ Category: `Index`, Type: `DOW Future`, Spread: 0.01, Open: 17711, Price: 17995.55, Buy: 17712.15, Sell: 17712.16, Change: 283.4, ChangePercent: 1.6, Volume: 22236, High: 17727, Low: 17642, YearlyHigh: 18083, YearlyLow: 15299, YearlyStart: 16691, YearlyChange: 6.12, Settlement: `Loan`, Contract: `Swap`, Region: `Middle East`, Country: `Israel`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-05-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 863 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Platinum`, Spread: 0.01, Open: 1071.6, Price: 1075.38, Buy: 1071.09, Sell: 1071.1, Change: 4.28, ChangePercent: 0.4, Volume: 3039, High: 1081.2, Low: 1070.5, YearlyHigh: 1120.6, YearlyLow: 812.4, YearlyStart: 966.5, YearlyChange: 10.82, Settlement: `Cash`, Contract: `Forwards`, Region: `Africa`, Country: `Algeria`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-07-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 864 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Milk`, Spread: 0.01, Open: 12.87, Price: 12.74, Buy: 12.87, Sell: 12.87, Change: -0.12, ChangePercent: -0.92, Volume: 7, High: 12.89, Low: 12.81, YearlyHigh: 16.96, YearlyLow: 12.81, YearlyStart: 14.88, YearlyChange: -13.6, Settlement: `Cash`, Contract: `Options`, Region: `South America`, Country: `Colombia`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-09-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 865 }), + new FinancialDataAllItem({ Category: `Index`, Type: `DOW Future`, Spread: 0.01, Open: 17711, Price: 17761.75, Buy: 17712.15, Sell: 17712.16, Change: 49.6, ChangePercent: 0.28, Volume: 22236, High: 17727, Low: 17642, YearlyHigh: 18083, YearlyLow: 15299, YearlyStart: 16691, YearlyChange: 6.12, Settlement: `Cash`, Contract: `Options`, Region: `North America`, Country: `United States`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-05-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 866 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Rice`, Spread: 0.01, Open: 11.245, Price: 10.24, Buy: 10.41, Sell: 10.42, Change: -0.18, ChangePercent: -1.64, Volume: 220, High: 11.38, Low: 10.42, YearlyHigh: 14.14, YearlyLow: 9.7, YearlyStart: 11.92, YearlyChange: -12.62, Settlement: `Credit`, Contract: `CFD`, Region: `South America`, Country: `Bolivia`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-05-11`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 867 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Natural Gas`, Spread: 0.02, Open: 2.094, Price: 2.11, Buy: 2.09, Sell: 2.09, Change: 0.01, ChangePercent: 0.32, Volume: 2783, High: 2.11, Low: 2.09, YearlyHigh: 3.2, YearlyLow: 1.84, YearlyStart: 2.52, YearlyChange: -16.51, Settlement: `Cash`, Contract: `Swap`, Region: `Middle East`, Country: `Israel`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `High`, Issuer: `American Airlines`, Maturity: `2022-07-19`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 868 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `OJ Future`, Spread: 0.01, Open: 140.6, Price: 142.66, Buy: 140.18, Sell: 140.19, Change: 2.47, ChangePercent: 1.76, Volume: 7, High: 140.19, Low: 0, YearlyHigh: 155.95, YearlyLow: 113, YearlyStart: 134.47, YearlyChange: 4.25, Settlement: `Credit`, Contract: `Options`, Region: `Asia Pacific`, Country: `Korea`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-02-22`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 869 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Corn`, Spread: 0.01, Open: 379.5, Price: 372.97, Buy: 379.8, Sell: 379.81, Change: -6.83, ChangePercent: -1.8, Volume: 11266, High: 381, Low: 377.75, YearlyHigh: 471.25, YearlyLow: 351.25, YearlyStart: 411.25, YearlyChange: -7.65, Settlement: `Credit`, Contract: `Swap`, Region: `Africa`, Country: `Egypt`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-04-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 870 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Sugar`, Spread: 0.01, Open: 15.68, Price: 14.97, Buy: 14.67, Sell: 14.68, Change: 0.3, ChangePercent: 2, Volume: 4949, High: 15.7, Low: 14.67, YearlyHigh: 16.87, YearlyLow: 11.37, YearlyStart: 14.12, YearlyChange: 3.92, Settlement: `Cash`, Contract: `CFD`, Region: `Europe`, Country: `Croatia`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-08-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 871 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Oats`, Spread: 0.01, Open: 194.5, Price: 193.05, Buy: 194.21, Sell: 194.22, Change: -1.17, ChangePercent: -0.6, Volume: 64, High: 195.75, Low: 194, YearlyHigh: 241.25, YearlyLow: 183.75, YearlyStart: 212.5, YearlyChange: -8.6, Settlement: `Cash`, Contract: `Swap`, Region: `Africa`, Country: `Algeria`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-08-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 872 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/CHF`, Spread: 0.02, Open: 1.0337, Price: 1.03, Buy: 1.03, Sell: 1.03, Change: -0.01, ChangePercent: -1.2, Volume: 5550, High: 1.03, Low: 1.03, YearlyHigh: 1.11, YearlyLow: 0.98, YearlyStart: 1.04, YearlyChange: -0.12, Settlement: `Credit`, Contract: `Options`, Region: `Europe`, Country: `Spain`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-03-19`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 873 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `US 30YR Future`, Spread: 0.01, Open: 164.875, Price: 164.62, Buy: 164.15, Sell: 164.16, Change: 0.46, ChangePercent: 0.28, Volume: 28012, High: 165.25, Low: 164.04, YearlyHigh: 169.38, YearlyLow: 151.47, YearlyStart: 160.43, YearlyChange: 2.33, Settlement: `Loan`, Contract: `Futures`, Region: `Middle East`, Country: `Bahrain`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-06-23`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 874 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Platinum`, Spread: 0.01, Open: 1071.6, Price: 1051.82, Buy: 1071.09, Sell: 1071.1, Change: -19.28, ChangePercent: -1.8, Volume: 3039, High: 1081.2, Low: 1070.5, YearlyHigh: 1120.6, YearlyLow: 812.4, YearlyStart: 966.5, YearlyChange: 10.82, Settlement: `Cash`, Contract: `Futures`, Region: `Asia Pacific`, Country: `Singapore`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-01-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 875 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/CAD`, Spread: 0.02, Open: 0.7744, Price: 0.96, Buy: 0.94, Sell: 0.96, Change: 0.01, ChangePercent: 0.88, Volume: 13669, High: 0.95, Low: 0.77, YearlyHigh: 0.95, YearlyLow: 0.68, YearlyStart: 0.76, YearlyChange: 26.43, Settlement: `Loan`, Contract: `Options`, Region: `Europe`, Country: `Russia`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `High`, Issuer: `American Airlines`, Maturity: `2022-06-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 876 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Lumber`, Spread: 0.01, Open: 303.9, Price: 302.53, Buy: 304.59, Sell: 304.6, Change: -2.07, ChangePercent: -0.68, Volume: 2, High: 304.6, Low: 303.9, YearlyHigh: 317.1, YearlyLow: 236, YearlyStart: 276.55, YearlyChange: 10.14, Settlement: `Loan`, Contract: `Swap`, Region: `Middle East`, Country: `Iraq`, Risk: `High`, Sector: `Public`, Currency: `USD`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-07-16`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 877 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Cocoa`, Spread: 0.01, Open: 3076, Price: 3084.64, Buy: 3076, Sell: 3076, Change: 8.61, ChangePercent: 0.28, Volume: 978, High: 3078, Low: 3066, YearlyHigh: 3406, YearlyLow: 2746, YearlyStart: 3076, YearlyChange: 0, Settlement: `Cash`, Contract: `Options`, Region: `Africa`, Country: `Senegal`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-08-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 878 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Rice`, Spread: 0.01, Open: 11.245, Price: 10.37, Buy: 10.41, Sell: 10.42, Change: -0.05, ChangePercent: -0.4, Volume: 220, High: 11.38, Low: 10.42, YearlyHigh: 14.14, YearlyLow: 9.7, YearlyStart: 11.92, YearlyChange: -12.62, Settlement: `Cash`, Contract: `CFD`, Region: `Europe`, Country: `Germany`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-07-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 879 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Copper`, Spread: 0.02, Open: 2.123, Price: 2.12, Buy: 2.12, Sell: 2.12, Change: 0.01, ChangePercent: 0.36, Volume: 28819, High: 2.16, Low: 2.11, YearlyHigh: 2.94, YearlyLow: 1.96, YearlyStart: 2.45, YearlyChange: -13.76, Settlement: `Credit`, Contract: `CFD`, Region: `North America`, Country: `United States`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-06-27`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 880 }), + new FinancialDataAllItem({ Category: `Index`, Type: `NAS Future`, Spread: 0.01, Open: 4341.25, Price: 4311.76, Buy: 4341.25, Sell: 4341.25, Change: -29.52, ChangePercent: -0.68, Volume: 18259, High: 4347, Low: 4318, YearlyHigh: 4719.75, YearlyLow: 3867.75, YearlyStart: 4293.75, YearlyChange: 1.11, Settlement: `Cash`, Contract: `Swap`, Region: `Asia Pacific`, Country: `Thailand`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-04-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 881 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `OJ Future`, Spread: 0.01, Open: 140.6, Price: 139.68, Buy: 140.18, Sell: 140.19, Change: -0.51, ChangePercent: -0.36, Volume: 7, High: 140.19, Low: 0, YearlyHigh: 155.95, YearlyLow: 113, YearlyStart: 134.47, YearlyChange: 4.25, Settlement: `Cash`, Contract: `Forwards`, Region: `Africa`, Country: `Tunisia`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-03-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 882 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `LV Cattle`, Spread: 0.01, Open: 120.725, Price: 118.48, Buy: 120.72, Sell: 120.72, Change: -2.22, ChangePercent: -1.84, Volume: 4, High: 120.72, Low: 120.72, YearlyHigh: 147.98, YearlyLow: 113.9, YearlyStart: 130.94, YearlyChange: -7.82, Settlement: `Cash`, Contract: `Swap`, Region: `Asia Pacific`, Country: `Azerbaijan`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-07-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 883 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Sugar`, Spread: 0.01, Open: 15.68, Price: 14.66, Buy: 14.67, Sell: 14.68, Change: -0.01, ChangePercent: -0.08, Volume: 4949, High: 15.7, Low: 14.67, YearlyHigh: 16.87, YearlyLow: 11.37, YearlyStart: 14.12, YearlyChange: 3.92, Settlement: `Cash`, Contract: `Futures`, Region: `North America`, Country: `Canada`, Risk: `High`, Sector: `Public`, Currency: `PLN`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-01-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 884 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Gold`, Spread: 0.01, Open: 1281.1, Price: 1274.07, Buy: 1280.73, Sell: 1280.74, Change: -6.66, ChangePercent: -0.52, Volume: 48387, High: 1289.5, Low: 1279.1, YearlyHigh: 1306, YearlyLow: 1047.2, YearlyStart: 1176.6, YearlyChange: 8.85, Settlement: `Cash`, Contract: `Swap`, Region: `Asia Pacific`, Country: `Philippines`, Risk: `High`, Sector: `Government`, Currency: `USD`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-08-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 885 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Gold`, Spread: 0.01, Open: 1281.1, Price: 1265.88, Buy: 1280.73, Sell: 1280.74, Change: -14.85, ChangePercent: -1.16, Volume: 48387, High: 1289.5, Low: 1279.1, YearlyHigh: 1306, YearlyLow: 1047.2, YearlyStart: 1176.6, YearlyChange: 8.85, Settlement: `Cash`, Contract: `Futures`, Region: `Europe`, Country: `Czechia`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-04-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 886 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soybean`, Spread: 0.01, Open: 1038, Price: 1055.65, Buy: 1038.61, Sell: 1038.62, Change: 17.03, ChangePercent: 1.64, Volume: 20356, High: 1044, Low: 1031.75, YearlyHigh: 1057, YearlyLow: 859.5, YearlyStart: 958.25, YearlyChange: 8.39, Settlement: `Cash`, Contract: `Options`, Region: `South America`, Country: `Peru`, Risk: `Low`, Sector: `Government`, Currency: `PLN`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-01-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 887 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P 600 MINI`, Spread: 0.01, Open: 687.9, Price: 681.83, Buy: 687.9, Sell: 687.9, Change: -6.05, ChangePercent: -0.88, Volume: 0, High: 0, Low: 0, YearlyHigh: 620.32, YearlyLow: 595.9, YearlyStart: 608.11, YearlyChange: 13.12, Settlement: `Cash`, Contract: `Futures`, Region: `Middle East`, Country: `Israel`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-04-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 888 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Sugar`, Spread: 0.01, Open: 15.68, Price: 14.66, Buy: 14.67, Sell: 14.68, Change: -0.01, ChangePercent: -0.08, Volume: 4949, High: 15.7, Low: 14.67, YearlyHigh: 16.87, YearlyLow: 11.37, YearlyStart: 14.12, YearlyChange: 3.92, Settlement: `Loan`, Contract: `Futures`, Region: `Middle East`, Country: `Saudi Arabia`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-04-16`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 889 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Uranium`, Spread: 0.02, Open: 27.55, Price: 28.08, Buy: 27.55, Sell: 27.55, Change: 0.5, ChangePercent: 1.8, Volume: 12, High: 27.55, Low: 27.55, YearlyHigh: 29.32, YearlyLow: 21.28, YearlyStart: 25.3, YearlyChange: 9.01, Settlement: `Cash`, Contract: `Options`, Region: `Asia Pacific`, Country: `Australia`, Risk: `High`, Sector: `Private`, Currency: `PLN`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-04-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 890 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/CHF`, Spread: 0.02, Open: 1.0337, Price: 1.05, Buy: 1.03, Sell: 1.03, Change: 0.01, ChangePercent: 0.2, Volume: 5550, High: 1.03, Low: 1.03, YearlyHigh: 1.11, YearlyLow: 0.98, YearlyStart: 1.04, YearlyChange: -0.12, Settlement: `Credit`, Contract: `Swap`, Region: `Europe`, Country: `Slovenia`, Risk: `High`, Sector: `Government`, Currency: `USD`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-02-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 891 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Lumber`, Spread: 0.01, Open: 303.9, Price: 298.75, Buy: 304.59, Sell: 304.6, Change: -5.85, ChangePercent: -1.92, Volume: 2, High: 304.6, Low: 303.9, YearlyHigh: 317.1, YearlyLow: 236, YearlyStart: 276.55, YearlyChange: 10.14, Settlement: `Cash`, Contract: `Futures`, Region: `Middle East`, Country: `Kuwait`, Risk: `Low`, Sector: `Government`, Currency: `USD`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-04-24`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 892 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Platinum`, Spread: 0.01, Open: 1071.6, Price: 1052.25, Buy: 1071.09, Sell: 1071.1, Change: -18.85, ChangePercent: -1.76, Volume: 3039, High: 1081.2, Low: 1070.5, YearlyHigh: 1120.6, YearlyLow: 812.4, YearlyStart: 966.5, YearlyChange: 10.82, Settlement: `Cash`, Contract: `CFD`, Region: `Africa`, Country: `South Africa`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-08-21`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 893 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Lumber`, Spread: 0.01, Open: 303.9, Price: 300.46, Buy: 304.59, Sell: 304.6, Change: -4.14, ChangePercent: -1.36, Volume: 2, High: 304.6, Low: 303.9, YearlyHigh: 317.1, YearlyLow: 236, YearlyStart: 276.55, YearlyChange: 10.14, Settlement: `Loan`, Contract: `Swap`, Region: `Asia Pacific`, Country: `Pakistan`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-06-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 894 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P MID MINI`, Spread: 0.01, Open: 1454.3, Price: 1455.78, Buy: 1455.78, Sell: 1455.79, Change: 0, ChangePercent: 0, Volume: 338, High: 1455.78, Low: 1448, YearlyHigh: 1527.3, YearlyLow: 1236, YearlyStart: 1381.65, YearlyChange: 5.37, Settlement: `Cash`, Contract: `Options`, Region: `Asia Pacific`, Country: `Philippines`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-02-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 895 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Ethanol`, Spread: 0.01, Open: 1.512, Price: 2.76, Buy: 2.75, Sell: 2.76, Change: 0.01, ChangePercent: 0.36, Volume: 14, High: 2.75, Low: 1.12, YearlyHigh: 2.75, YearlyLow: 1.12, YearlyStart: 1.48, YearlyChange: 86.7, Settlement: `Cash`, Contract: `Forwards`, Region: `South America`, Country: `Paraguay`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `High`, Issuer: `American Airlines`, Maturity: `2022-02-21`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 896 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P 600 MINI`, Spread: 0.01, Open: 687.9, Price: 691.46, Buy: 687.9, Sell: 687.9, Change: 3.58, ChangePercent: 0.52, Volume: 0, High: 0, Low: 0, YearlyHigh: 620.32, YearlyLow: 595.9, YearlyStart: 608.11, YearlyChange: 13.12, Settlement: `Cash`, Contract: `Swap`, Region: `Europe`, Country: `Iceland`, Risk: `High`, Sector: `Private`, Currency: `PLN`, Security: `High`, Issuer: `FedEx`, Maturity: `2022-05-22`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 897 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soybean`, Spread: 0.01, Open: 1038, Price: 1044.43, Buy: 1038.61, Sell: 1038.62, Change: 5.81, ChangePercent: 0.56, Volume: 20356, High: 1044, Low: 1031.75, YearlyHigh: 1057, YearlyLow: 859.5, YearlyStart: 958.25, YearlyChange: 8.39, Settlement: `Cash`, Contract: `Swap`, Region: `Middle East`, Country: `Saudi Arabia`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-04-19`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 898 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soybean`, Spread: 0.01, Open: 1038, Price: 1031.14, Buy: 1038.61, Sell: 1038.62, Change: -7.48, ChangePercent: -0.72, Volume: 20356, High: 1044, Low: 1031.75, YearlyHigh: 1057, YearlyLow: 859.5, YearlyStart: 958.25, YearlyChange: 8.39, Settlement: `Cash`, Contract: `Options`, Region: `Asia Pacific`, Country: `Indonesia`, Risk: `High`, Sector: `Government`, Currency: `USD`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-02-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 899 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P Future`, Spread: 0.01, Open: 2057.5, Price: 2047.55, Buy: 2056.6, Sell: 2056.61, Change: -9.05, ChangePercent: -0.44, Volume: 142780, High: 2059.5, Low: 2049, YearlyHigh: 2105.5, YearlyLow: 1794.5, YearlyStart: 1950, YearlyChange: 5.47, Settlement: `Cash`, Contract: `Forwards`, Region: `North America`, Country: `Canada`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-03-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 900 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/CAD`, Spread: 0.02, Open: 0.7744, Price: 0.94, Buy: 0.94, Sell: 0.96, Change: -0.01, ChangePercent: -1.36, Volume: 13669, High: 0.95, Low: 0.77, YearlyHigh: 0.95, YearlyLow: 0.68, YearlyStart: 0.76, YearlyChange: 26.43, Settlement: `Cash`, Contract: `Options`, Region: `Asia Pacific`, Country: `Korea`, Risk: `Low`, Sector: `Government`, Currency: `USD`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-02-24`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 901 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Corn`, Spread: 0.01, Open: 379.5, Price: 375.85, Buy: 379.8, Sell: 379.81, Change: -3.95, ChangePercent: -1.04, Volume: 11266, High: 381, Low: 377.75, YearlyHigh: 471.25, YearlyLow: 351.25, YearlyStart: 411.25, YearlyChange: -7.65, Settlement: `Loan`, Contract: `Swap`, Region: `Middle East`, Country: `Syria`, Risk: `High`, Sector: `Government`, Currency: `PLN`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-06-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 902 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Rice`, Spread: 0.01, Open: 11.245, Price: 10.4, Buy: 10.41, Sell: 10.42, Change: -0.02, ChangePercent: -0.12, Volume: 220, High: 11.38, Low: 10.42, YearlyHigh: 14.14, YearlyLow: 9.7, YearlyStart: 11.92, YearlyChange: -12.62, Settlement: `Cash`, Contract: `Options`, Region: `South America`, Country: `Suriname`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-04-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 903 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Copper`, Spread: 0.02, Open: 2.123, Price: 2.11, Buy: 2.12, Sell: 2.12, Change: 0, ChangePercent: -0.32, Volume: 28819, High: 2.16, Low: 2.11, YearlyHigh: 2.94, YearlyLow: 1.96, YearlyStart: 2.45, YearlyChange: -13.76, Settlement: `Cash`, Contract: `Futures`, Region: `Africa`, Country: `Morocco`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-05-23`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 904 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `Euro$ 3M`, Spread: 0.01, Open: 99.18, Price: 101.03, Buy: 99.18, Sell: 99.18, Change: 1.86, ChangePercent: 1.88, Volume: 29509, High: 99.18, Low: 99.17, YearlyHigh: 99.38, YearlyLow: 98.41, YearlyStart: 98.89, YearlyChange: 0.28, Settlement: `Credit`, Contract: `Futures`, Region: `Asia Pacific`, Country: `Philippines`, Risk: `High`, Sector: `Public`, Currency: `PLN`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-09-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 905 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soybean`, Spread: 0.01, Open: 1038, Price: 1042.77, Buy: 1038.61, Sell: 1038.62, Change: 4.15, ChangePercent: 0.4, Volume: 20356, High: 1044, Low: 1031.75, YearlyHigh: 1057, YearlyLow: 859.5, YearlyStart: 958.25, YearlyChange: 8.39, Settlement: `Credit`, Contract: `CFD`, Region: `Middle East`, Country: `Qatar`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-04-10`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 906 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Lumber`, Spread: 0.01, Open: 303.9, Price: 302.16, Buy: 304.59, Sell: 304.6, Change: -2.44, ChangePercent: -0.8, Volume: 2, High: 304.6, Low: 303.9, YearlyHigh: 317.1, YearlyLow: 236, YearlyStart: 276.55, YearlyChange: 10.14, Settlement: `Cash`, Contract: `Options`, Region: `Middle East`, Country: `UAE`, Risk: `Low`, Sector: `Public`, Currency: `EUR`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-08-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 907 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soybean`, Spread: 0.01, Open: 1038, Price: 1043.19, Buy: 1038.61, Sell: 1038.62, Change: 4.57, ChangePercent: 0.44, Volume: 20356, High: 1044, Low: 1031.75, YearlyHigh: 1057, YearlyLow: 859.5, YearlyStart: 958.25, YearlyChange: 8.39, Settlement: `Cash`, Contract: `Options`, Region: `Middle East`, Country: `Lebanon`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-08-23`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 908 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soybean`, Spread: 0.01, Open: 1038, Price: 1057.31, Buy: 1038.61, Sell: 1038.62, Change: 18.69, ChangePercent: 1.8, Volume: 20356, High: 1044, Low: 1031.75, YearlyHigh: 1057, YearlyLow: 859.5, YearlyStart: 958.25, YearlyChange: 8.39, Settlement: `Cash`, Contract: `Swap`, Region: `North America`, Country: `United States`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-08-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 909 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Palladium`, Spread: 0.01, Open: 600.55, Price: 606.29, Buy: 601, Sell: 601.01, Change: 5.29, ChangePercent: 0.88, Volume: 651, High: 607.2, Low: 598.4, YearlyHigh: 690, YearlyLow: 458.6, YearlyStart: 574.3, YearlyChange: 4.65, Settlement: `Loan`, Contract: `Futures`, Region: `Asia Pacific`, Country: `Indonesia`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-02-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 910 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Lumber`, Spread: 0.01, Open: 303.9, Price: 303.99, Buy: 304.59, Sell: 304.6, Change: -0.61, ChangePercent: -0.2, Volume: 2, High: 304.6, Low: 303.9, YearlyHigh: 317.1, YearlyLow: 236, YearlyStart: 276.55, YearlyChange: 10.14, Settlement: `Credit`, Contract: `Swap`, Region: `Europe`, Country: `France`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `High`, Issuer: `FedEx`, Maturity: `2022-02-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 911 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `Lean Hogs`, Spread: 0.01, Open: 81.275, Price: 80.96, Buy: 81.81, Sell: 81.82, Change: -0.85, ChangePercent: -1.04, Volume: 1, High: 81.81, Low: 81.28, YearlyHigh: 83.98, YearlyLow: 70.25, YearlyStart: 77.11, YearlyChange: 6.09, Settlement: `Loan`, Contract: `Futures`, Region: `Middle East`, Country: `Israel`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-06-24`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 912 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Coffee`, Spread: 0.01, Open: 125.7, Price: 127.2, Buy: 125.7, Sell: 125.7, Change: 1.51, ChangePercent: 1.2, Volume: 1654, High: 125.8, Low: 125, YearlyHigh: 155.75, YearlyLow: 115.35, YearlyStart: 135.55, YearlyChange: -7.27, Settlement: `Cash`, Contract: `Swap`, Region: `Asia Pacific`, Country: `Afghanistan`, Risk: `High`, Sector: `Government`, Currency: `PLN`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-02-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 913 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Cotton`, Spread: 0.01, Open: 61.77, Price: 62.9, Buy: 61.77, Sell: 61.77, Change: 1.14, ChangePercent: 1.84, Volume: 3612, High: 62.06, Low: 61.32, YearlyHigh: 67.59, YearlyLow: 54.33, YearlyStart: 60.96, YearlyChange: 1.31, Settlement: `Cash`, Contract: `Forwards`, Region: `Middle East`, Country: `Qatar`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-05-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 914 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/CAD`, Spread: 0.02, Open: 0.7744, Price: 0.97, Buy: 0.94, Sell: 0.96, Change: 0.02, ChangePercent: 1.2, Volume: 13669, High: 0.95, Low: 0.77, YearlyHigh: 0.95, YearlyLow: 0.68, YearlyStart: 0.76, YearlyChange: 26.43, Settlement: `Credit`, Contract: `Options`, Region: `Middle East`, Country: `Kuwait`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `American Airlines`, Maturity: `2022-08-10`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 915 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Uranium`, Spread: 0.02, Open: 27.55, Price: 27.78, Buy: 27.55, Sell: 27.55, Change: 0.2, ChangePercent: 0.72, Volume: 12, High: 27.55, Low: 27.55, YearlyHigh: 29.32, YearlyLow: 21.28, YearlyStart: 25.3, YearlyChange: 9.01, Settlement: `Loan`, Contract: `Futures`, Region: `South America`, Country: `Ecuador`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-01-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 916 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/CHF`, Spread: 0.02, Open: 1.0337, Price: 1.06, Buy: 1.03, Sell: 1.03, Change: 0.02, ChangePercent: 1.68, Volume: 5550, High: 1.03, Low: 1.03, YearlyHigh: 1.11, YearlyLow: 0.98, YearlyStart: 1.04, YearlyChange: -0.12, Settlement: `Credit`, Contract: `Options`, Region: `North America`, Country: `Canada`, Risk: `High`, Sector: `Public`, Currency: `USD`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-07-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 917 }), + new FinancialDataAllItem({ Category: `Index`, Type: `DOW Future`, Spread: 0.01, Open: 17711, Price: 17953.04, Buy: 17712.15, Sell: 17712.16, Change: 240.89, ChangePercent: 1.36, Volume: 22236, High: 17727, Low: 17642, YearlyHigh: 18083, YearlyLow: 15299, YearlyStart: 16691, YearlyChange: 6.12, Settlement: `Credit`, Contract: `CFD`, Region: `Africa`, Country: `Algeria`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-04-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 918 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/JPY`, Spread: 0.02, Open: 9275.5, Price: 9362.69, Buy: 9277.32, Sell: 9277.34, Change: 85.36, ChangePercent: 0.92, Volume: 47734, High: 9277.33, Low: 0.93, YearlyHigh: 9483, YearlyLow: 0.93, YearlyStart: 4741.97, YearlyChange: 95.64, Settlement: `Cash`, Contract: `CFD`, Region: `Europe`, Country: `Italy`, Risk: `High`, Sector: `Public`, Currency: `USD`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-07-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 919 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Gold`, Spread: 0.01, Open: 1281.1, Price: 1272.54, Buy: 1280.73, Sell: 1280.74, Change: -8.19, ChangePercent: -0.64, Volume: 48387, High: 1289.5, Low: 1279.1, YearlyHigh: 1306, YearlyLow: 1047.2, YearlyStart: 1176.6, YearlyChange: 8.85, Settlement: `Credit`, Contract: `Swap`, Region: `North America`, Country: `Canada`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `High`, Issuer: `American Airlines`, Maturity: `2022-05-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 920 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Platinum`, Spread: 0.01, Open: 1071.6, Price: 1061.25, Buy: 1071.09, Sell: 1071.1, Change: -9.85, ChangePercent: -0.92, Volume: 3039, High: 1081.2, Low: 1070.5, YearlyHigh: 1120.6, YearlyLow: 812.4, YearlyStart: 966.5, YearlyChange: 10.82, Settlement: `Credit`, Contract: `Options`, Region: `Africa`, Country: `Tunisia`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-03-19`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 921 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Oats`, Spread: 0.01, Open: 194.5, Price: 197.33, Buy: 194.21, Sell: 194.22, Change: 3.11, ChangePercent: 1.6, Volume: 64, High: 195.75, Low: 194, YearlyHigh: 241.25, YearlyLow: 183.75, YearlyStart: 212.5, YearlyChange: -8.6, Settlement: `Credit`, Contract: `Forwards`, Region: `Asia Pacific`, Country: `Azerbaijan`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-03-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 922 }), + new FinancialDataAllItem({ Category: `Index`, Type: `NAS Future`, Spread: 0.01, Open: 4341.25, Price: 4414.21, Buy: 4341.25, Sell: 4341.25, Change: 72.93, ChangePercent: 1.68, Volume: 18259, High: 4347, Low: 4318, YearlyHigh: 4719.75, YearlyLow: 3867.75, YearlyStart: 4293.75, YearlyChange: 1.11, Settlement: `Loan`, Contract: `Swap`, Region: `Asia Pacific`, Country: `Australia`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-08-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 923 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `OJ Future`, Spread: 0.01, Open: 140.6, Price: 138.39, Buy: 140.18, Sell: 140.19, Change: -1.8, ChangePercent: -1.28, Volume: 7, High: 140.19, Low: 0, YearlyHigh: 155.95, YearlyLow: 113, YearlyStart: 134.47, YearlyChange: 4.25, Settlement: `Loan`, Contract: `Options`, Region: `South America`, Country: `Colombia`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-05-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 924 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `Lean Hogs`, Spread: 0.01, Open: 81.275, Price: 80.24, Buy: 81.81, Sell: 81.82, Change: -1.57, ChangePercent: -1.92, Volume: 1, High: 81.81, Low: 81.28, YearlyHigh: 83.98, YearlyLow: 70.25, YearlyStart: 77.11, YearlyChange: 6.09, Settlement: `Credit`, Contract: `Options`, Region: `Africa`, Country: `South Africa`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-05-22`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 925 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Oats`, Spread: 0.01, Open: 194.5, Price: 193.05, Buy: 194.21, Sell: 194.22, Change: -1.17, ChangePercent: -0.6, Volume: 64, High: 195.75, Low: 194, YearlyHigh: 241.25, YearlyLow: 183.75, YearlyStart: 212.5, YearlyChange: -8.6, Settlement: `Cash`, Contract: `Swap`, Region: `Europe`, Country: `United Kingdom`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-07-23`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 926 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P MID MINI`, Spread: 0.01, Open: 1454.3, Price: 1441.22, Buy: 1455.78, Sell: 1455.79, Change: -14.56, ChangePercent: -1, Volume: 338, High: 1455.78, Low: 1448, YearlyHigh: 1527.3, YearlyLow: 1236, YearlyStart: 1381.65, YearlyChange: 5.37, Settlement: `Cash`, Contract: `Futures`, Region: `Asia Pacific`, Country: `New Zealand`, Risk: `Low`, Sector: `Public`, Currency: `EUR`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-04-21`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 927 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Oil`, Spread: 0.015, Open: 45.54, Price: 46.56, Buy: 45.78, Sell: 45.8, Change: 0.77, ChangePercent: 1.68, Volume: 107196, High: 45.94, Low: 45, YearlyHigh: 65.28, YearlyLow: 30.79, YearlyStart: 48.03, YearlyChange: -4.67, Settlement: `Loan`, Contract: `Swap`, Region: `Asia Pacific`, Country: `Azerbaijan`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-02-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 928 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Oil`, Spread: 0.015, Open: 45.54, Price: 45.33, Buy: 45.78, Sell: 45.8, Change: -0.46, ChangePercent: -1, Volume: 107196, High: 45.94, Low: 45, YearlyHigh: 65.28, YearlyLow: 30.79, YearlyStart: 48.03, YearlyChange: -4.67, Settlement: `Loan`, Contract: `Futures`, Region: `South America`, Country: `Uruguay`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-03-16`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 929 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Platinum`, Spread: 0.01, Open: 1071.6, Price: 1090.38, Buy: 1071.09, Sell: 1071.1, Change: 19.28, ChangePercent: 1.8, Volume: 3039, High: 1081.2, Low: 1070.5, YearlyHigh: 1120.6, YearlyLow: 812.4, YearlyStart: 966.5, YearlyChange: 10.82, Settlement: `Loan`, Contract: `Futures`, Region: `Europe`, Country: `Denmark`, Risk: `Low`, Sector: `Government`, Currency: `USD`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-06-16`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 930 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Gold`, Spread: 0.01, Open: 1281.1, Price: 1279.19, Buy: 1280.73, Sell: 1280.74, Change: -1.54, ChangePercent: -0.12, Volume: 48387, High: 1289.5, Low: 1279.1, YearlyHigh: 1306, YearlyLow: 1047.2, YearlyStart: 1176.6, YearlyChange: 8.85, Settlement: `Cash`, Contract: `Options`, Region: `Europe`, Country: `Greece`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-09-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 931 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/JPY`, Spread: 0.02, Open: 9275.5, Price: 9114.05, Buy: 9277.32, Sell: 9277.34, Change: -163.28, ChangePercent: -1.76, Volume: 47734, High: 9277.33, Low: 0.93, YearlyHigh: 9483, YearlyLow: 0.93, YearlyStart: 4741.97, YearlyChange: 95.64, Settlement: `Cash`, Contract: `Futures`, Region: `Middle East`, Country: `Israel`, Risk: `Low`, Sector: `Government`, Currency: `USD`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-07-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 932 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soy Meat`, Spread: 0.01, Open: 342.6, Price: 343.99, Buy: 342.6, Sell: 342.6, Change: 1.37, ChangePercent: 0.4, Volume: 5646, High: 345.4, Low: 340.3, YearlyHigh: 353.4, YearlyLow: 261.7, YearlyStart: 307.55, YearlyChange: 11.4, Settlement: `Loan`, Contract: `Swap`, Region: `Africa`, Country: `Senegal`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-05-23`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 933 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `LV Cattle`, Spread: 0.01, Open: 120.725, Price: 122.25, Buy: 120.72, Sell: 120.72, Change: 1.55, ChangePercent: 1.28, Volume: 4, High: 120.72, Low: 120.72, YearlyHigh: 147.98, YearlyLow: 113.9, YearlyStart: 130.94, YearlyChange: -7.82, Settlement: `Cash`, Contract: `CFD`, Region: `Middle East`, Country: `Israel`, Risk: `Low`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-04-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 934 }), + new FinancialDataAllItem({ Category: `Index`, Type: `NAS Future`, Spread: 0.01, Open: 4341.25, Price: 4358.65, Buy: 4341.25, Sell: 4341.25, Change: 17.37, ChangePercent: 0.4, Volume: 18259, High: 4347, Low: 4318, YearlyHigh: 4719.75, YearlyLow: 3867.75, YearlyStart: 4293.75, YearlyChange: 1.11, Settlement: `Cash`, Contract: `Futures`, Region: `Africa`, Country: `Senegal`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-02-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 935 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Natural Gas`, Spread: 0.02, Open: 2.094, Price: 2.08, Buy: 2.09, Sell: 2.09, Change: -0.02, ChangePercent: -1.12, Volume: 2783, High: 2.11, Low: 2.09, YearlyHigh: 3.2, YearlyLow: 1.84, YearlyStart: 2.52, YearlyChange: -16.51, Settlement: `Credit`, Contract: `CFD`, Region: `Europe`, Country: `Czechia`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-02-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 936 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Sugar`, Spread: 0.01, Open: 15.68, Price: 14.77, Buy: 14.67, Sell: 14.68, Change: 0.1, ChangePercent: 0.68, Volume: 4949, High: 15.7, Low: 14.67, YearlyHigh: 16.87, YearlyLow: 11.37, YearlyStart: 14.12, YearlyChange: 3.92, Settlement: `Credit`, Contract: `Options`, Region: `Asia Pacific`, Country: `Australia`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-05-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 937 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Coffee`, Spread: 0.01, Open: 125.7, Price: 127.9, Buy: 125.7, Sell: 125.7, Change: 2.21, ChangePercent: 1.76, Volume: 1654, High: 125.8, Low: 125, YearlyHigh: 155.75, YearlyLow: 115.35, YearlyStart: 135.55, YearlyChange: -7.27, Settlement: `Credit`, Contract: `Options`, Region: `North America`, Country: `Canada`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-06-16`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 938 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Coal`, Spread: 0.015, Open: 0.4363, Price: 0.42, Buy: 0.44, Sell: 0.44, Change: 0, ChangePercent: 1.32, Volume: 3, High: 0.44, Low: 0.44, YearlyHigh: 0.48, YearlyLow: 0.4, YearlyStart: 0.44, YearlyChange: -5.33, Settlement: `Cash`, Contract: `Forwards`, Region: `Asia Pacific`, Country: `Korea`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-06-21`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 939 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `Lean Hogs`, Spread: 0.01, Open: 81.275, Price: 82.08, Buy: 81.81, Sell: 81.82, Change: 0.27, ChangePercent: 0.32, Volume: 1, High: 81.81, Low: 81.28, YearlyHigh: 83.98, YearlyLow: 70.25, YearlyStart: 77.11, YearlyChange: 6.09, Settlement: `Cash`, Contract: `CFD`, Region: `South America`, Country: `Suriname`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-06-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 940 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Gold`, Spread: 0.01, Open: 1281.1, Price: 1277.15, Buy: 1280.73, Sell: 1280.74, Change: -3.58, ChangePercent: -0.28, Volume: 48387, High: 1289.5, Low: 1279.1, YearlyHigh: 1306, YearlyLow: 1047.2, YearlyStart: 1176.6, YearlyChange: 8.85, Settlement: `Cash`, Contract: `Options`, Region: `Africa`, Country: `Niger`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-07-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 941 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Silver`, Spread: 0.01, Open: 17.43, Price: 17.34, Buy: 17.43, Sell: 17.43, Change: -0.08, ChangePercent: -0.44, Volume: 11720, High: 17.51, Low: 17.37, YearlyHigh: 18.06, YearlyLow: 13.73, YearlyStart: 15.89, YearlyChange: 9.59, Settlement: `Cash`, Contract: `Futures`, Region: `North America`, Country: `Canada`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-07-22`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 942 }), + new FinancialDataAllItem({ Category: `Index`, Type: `NAS Future`, Spread: 0.01, Open: 4341.25, Price: 4396.85, Buy: 4341.25, Sell: 4341.25, Change: 55.57, ChangePercent: 1.28, Volume: 18259, High: 4347, Low: 4318, YearlyHigh: 4719.75, YearlyLow: 3867.75, YearlyStart: 4293.75, YearlyChange: 1.11, Settlement: `Loan`, Contract: `Futures`, Region: `Middle East`, Country: `Oman`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-06-21`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 943 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `FD Cattle`, Spread: 0.01, Open: 147.175, Price: 149.38, Buy: 148.6, Sell: 148.61, Change: 0.77, ChangePercent: 0.52, Volume: 5, High: 148.61, Low: 147.18, YearlyHigh: 190, YearlyLow: 138.1, YearlyStart: 164.05, YearlyChange: -9.41, Settlement: `Loan`, Contract: `Options`, Region: `Asia Pacific`, Country: `Thailand`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `Poor`, Issuer: `American Airlines`, Maturity: `2022-02-22`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 944 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Lumber`, Spread: 0.01, Open: 303.9, Price: 308.13, Buy: 304.59, Sell: 304.6, Change: 3.53, ChangePercent: 1.16, Volume: 2, High: 304.6, Low: 303.9, YearlyHigh: 317.1, YearlyLow: 236, YearlyStart: 276.55, YearlyChange: 10.14, Settlement: `Credit`, Contract: `Swap`, Region: `Asia Pacific`, Country: `Japan`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-09-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 945 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `Euro$ 3M`, Spread: 0.01, Open: 99.18, Price: 97.5, Buy: 99.18, Sell: 99.18, Change: -1.67, ChangePercent: -1.68, Volume: 29509, High: 99.18, Low: 99.17, YearlyHigh: 99.38, YearlyLow: 98.41, YearlyStart: 98.89, YearlyChange: 0.28, Settlement: `Cash`, Contract: `Options`, Region: `Middle East`, Country: `Oman`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `FedEx`, Maturity: `2022-05-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 946 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P Future`, Spread: 0.01, Open: 2057.5, Price: 2051.67, Buy: 2056.6, Sell: 2056.61, Change: -4.93, ChangePercent: -0.24, Volume: 142780, High: 2059.5, Low: 2049, YearlyHigh: 2105.5, YearlyLow: 1794.5, YearlyStart: 1950, YearlyChange: 5.47, Settlement: `Credit`, Contract: `Swap`, Region: `Middle East`, Country: `Syria`, Risk: `High`, Sector: `Government`, Currency: `PLN`, Security: `High`, Issuer: `American Airlines`, Maturity: `2022-08-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 947 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/JPY`, Spread: 0.02, Open: 9275.5, Price: 9277.33, Buy: 9277.32, Sell: 9277.34, Change: 0, ChangePercent: 0, Volume: 47734, High: 9277.33, Low: 0.93, YearlyHigh: 9483, YearlyLow: 0.93, YearlyStart: 4741.97, YearlyChange: 95.64, Settlement: `Loan`, Contract: `Options`, Region: `South America`, Country: `Chile`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `Poor`, Issuer: `American Airlines`, Maturity: `2022-08-22`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 948 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Palladium`, Spread: 0.01, Open: 600.55, Price: 596.43, Buy: 601, Sell: 601.01, Change: -4.57, ChangePercent: -0.76, Volume: 651, High: 607.2, Low: 598.4, YearlyHigh: 690, YearlyLow: 458.6, YearlyStart: 574.3, YearlyChange: 4.65, Settlement: `Credit`, Contract: `CFD`, Region: `Middle East`, Country: `Jordan`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-06-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 949 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Platinum`, Spread: 0.01, Open: 1071.6, Price: 1082.67, Buy: 1071.09, Sell: 1071.1, Change: 11.57, ChangePercent: 1.08, Volume: 3039, High: 1081.2, Low: 1070.5, YearlyHigh: 1120.6, YearlyLow: 812.4, YearlyStart: 966.5, YearlyChange: 10.82, Settlement: `Cash`, Contract: `Futures`, Region: `Europe`, Country: `Sweden`, Risk: `High`, Sector: `Private`, Currency: `PLN`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-01-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 950 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Sugar`, Spread: 0.01, Open: 15.68, Price: 14.45, Buy: 14.67, Sell: 14.68, Change: -0.22, ChangePercent: -1.56, Volume: 4949, High: 15.7, Low: 14.67, YearlyHigh: 16.87, YearlyLow: 11.37, YearlyStart: 14.12, YearlyChange: 3.92, Settlement: `Cash`, Contract: `Options`, Region: `Middle East`, Country: `Iraq`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-06-21`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 951 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/CAD`, Spread: 0.02, Open: 0.7744, Price: 0.95, Buy: 0.94, Sell: 0.96, Change: 0, ChangePercent: -0.32, Volume: 13669, High: 0.95, Low: 0.77, YearlyHigh: 0.95, YearlyLow: 0.68, YearlyStart: 0.76, YearlyChange: 26.43, Settlement: `Loan`, Contract: `Swap`, Region: `Asia Pacific`, Country: `Hong Kong`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-05-22`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 952 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `US 2Y Future`, Spread: 0.01, Open: 109.3984, Price: 109.91, Buy: 109.4, Sell: 109.4, Change: 0.52, ChangePercent: 0.48, Volume: 17742, High: 109.41, Low: 109.38, YearlyHigh: 109.8, YearlyLow: 108.62, YearlyStart: 109.21, YearlyChange: 0.16, Settlement: `Cash`, Contract: `Forwards`, Region: `Africa`, Country: `Egypt`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-03-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 953 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Cotton`, Spread: 0.01, Open: 61.77, Price: 60.8, Buy: 61.77, Sell: 61.77, Change: -0.96, ChangePercent: -1.56, Volume: 3612, High: 62.06, Low: 61.32, YearlyHigh: 67.59, YearlyLow: 54.33, YearlyStart: 60.96, YearlyChange: 1.31, Settlement: `Cash`, Contract: `Options`, Region: `Europe`, Country: `Poland`, Risk: `High`, Sector: `Government`, Currency: `PLN`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-01-19`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 954 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Natural Gas`, Spread: 0.02, Open: 2.094, Price: 2.11, Buy: 2.09, Sell: 2.09, Change: 0.01, ChangePercent: 0.16, Volume: 2783, High: 2.11, Low: 2.09, YearlyHigh: 3.2, YearlyLow: 1.84, YearlyStart: 2.52, YearlyChange: -16.51, Settlement: `Cash`, Contract: `Options`, Region: `Africa`, Country: `Algeria`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-06-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 955 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P MID MINI`, Spread: 0.01, Open: 1454.3, Price: 1469.17, Buy: 1455.78, Sell: 1455.79, Change: 13.39, ChangePercent: 0.92, Volume: 338, High: 1455.78, Low: 1448, YearlyHigh: 1527.3, YearlyLow: 1236, YearlyStart: 1381.65, YearlyChange: 5.37, Settlement: `Cash`, Contract: `Swap`, Region: `Europe`, Country: `Hungary`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-06-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 956 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Platinum`, Spread: 0.01, Open: 1071.6, Price: 1056.53, Buy: 1071.09, Sell: 1071.1, Change: -14.57, ChangePercent: -1.36, Volume: 3039, High: 1081.2, Low: 1070.5, YearlyHigh: 1120.6, YearlyLow: 812.4, YearlyStart: 966.5, YearlyChange: 10.82, Settlement: `Credit`, Contract: `Swap`, Region: `Asia Pacific`, Country: `Azerbaijan`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-04-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 957 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Coal`, Spread: 0.015, Open: 0.4363, Price: 0.42, Buy: 0.44, Sell: 0.44, Change: 0, ChangePercent: 0.96, Volume: 3, High: 0.44, Low: 0.44, YearlyHigh: 0.48, YearlyLow: 0.4, YearlyStart: 0.44, YearlyChange: -5.33, Settlement: `Cash`, Contract: `Swap`, Region: `Middle East`, Country: `Qatar`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-01-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 958 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `US 2Y Future`, Spread: 0.01, Open: 109.3984, Price: 109.34, Buy: 109.4, Sell: 109.4, Change: -0.05, ChangePercent: -0.04, Volume: 17742, High: 109.41, Low: 109.38, YearlyHigh: 109.8, YearlyLow: 108.62, YearlyStart: 109.21, YearlyChange: 0.16, Settlement: `Credit`, Contract: `CFD`, Region: `North America`, Country: `United States`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-07-16`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 959 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/CHF`, Spread: 0.02, Open: 1.0337, Price: 1.06, Buy: 1.03, Sell: 1.03, Change: 0.02, ChangePercent: 1.24, Volume: 5550, High: 1.03, Low: 1.03, YearlyHigh: 1.11, YearlyLow: 0.98, YearlyStart: 1.04, YearlyChange: -0.12, Settlement: `Loan`, Contract: `Futures`, Region: `Europe`, Country: `Belgium`, Risk: `Low`, Sector: `Government`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-03-21`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 960 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Ethanol`, Spread: 0.01, Open: 1.512, Price: 2.72, Buy: 2.75, Sell: 2.76, Change: -0.03, ChangePercent: -1.24, Volume: 14, High: 2.75, Low: 1.12, YearlyHigh: 2.75, YearlyLow: 1.12, YearlyStart: 1.48, YearlyChange: 86.7, Settlement: `Cash`, Contract: `Options`, Region: `Europe`, Country: `Portugal`, Risk: `High`, Sector: `Government`, Currency: `USD`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-09-23`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 961 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soy Meat`, Spread: 0.01, Open: 342.6, Price: 338.78, Buy: 342.6, Sell: 342.6, Change: -3.84, ChangePercent: -1.12, Volume: 5646, High: 345.4, Low: 340.3, YearlyHigh: 353.4, YearlyLow: 261.7, YearlyStart: 307.55, YearlyChange: 11.4, Settlement: `Loan`, Contract: `Options`, Region: `South America`, Country: `Suriname`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `FedEx`, Maturity: `2022-01-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 962 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Oil`, Spread: 0.015, Open: 45.54, Price: 45.2, Buy: 45.78, Sell: 45.8, Change: -0.59, ChangePercent: -1.28, Volume: 107196, High: 45.94, Low: 45, YearlyHigh: 65.28, YearlyLow: 30.79, YearlyStart: 48.03, YearlyChange: -4.67, Settlement: `Credit`, Contract: `Options`, Region: `Africa`, Country: `Algeria`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-04-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 963 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Palladium`, Spread: 0.01, Open: 600.55, Price: 604.13, Buy: 601, Sell: 601.01, Change: 3.13, ChangePercent: 0.52, Volume: 651, High: 607.2, Low: 598.4, YearlyHigh: 690, YearlyLow: 458.6, YearlyStart: 574.3, YearlyChange: 4.65, Settlement: `Credit`, Contract: `Options`, Region: `Middle East`, Country: `Israel`, Risk: `Low`, Sector: `Public`, Currency: `EUR`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-03-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 964 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `LV Cattle`, Spread: 0.01, Open: 120.725, Price: 119.21, Buy: 120.72, Sell: 120.72, Change: -1.5, ChangePercent: -1.24, Volume: 4, High: 120.72, Low: 120.72, YearlyHigh: 147.98, YearlyLow: 113.9, YearlyStart: 130.94, YearlyChange: -7.82, Settlement: `Loan`, Contract: `Options`, Region: `North America`, Country: `Mexico`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `High`, Issuer: `American Airlines`, Maturity: `2022-05-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 965 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `LV Cattle`, Spread: 0.01, Open: 120.725, Price: 121.19, Buy: 120.72, Sell: 120.72, Change: 0.48, ChangePercent: 0.4, Volume: 4, High: 120.72, Low: 120.72, YearlyHigh: 147.98, YearlyLow: 113.9, YearlyStart: 130.94, YearlyChange: -7.82, Settlement: `Credit`, Contract: `CFD`, Region: `South America`, Country: `Uruguay`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-09-23`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 966 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `US 30YR Future`, Spread: 0.01, Open: 164.875, Price: 166.26, Buy: 164.15, Sell: 164.16, Change: 2.1, ChangePercent: 1.28, Volume: 28012, High: 165.25, Low: 164.04, YearlyHigh: 169.38, YearlyLow: 151.47, YearlyStart: 160.43, YearlyChange: 2.33, Settlement: `Loan`, Contract: `Futures`, Region: `Africa`, Country: `Algeria`, Risk: `High`, Sector: `Private`, Currency: `USD`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-08-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 967 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Corn`, Spread: 0.01, Open: 379.5, Price: 374.79, Buy: 379.8, Sell: 379.81, Change: -5.01, ChangePercent: -1.32, Volume: 11266, High: 381, Low: 377.75, YearlyHigh: 471.25, YearlyLow: 351.25, YearlyStart: 411.25, YearlyChange: -7.65, Settlement: `Credit`, Contract: `Swap`, Region: `Europe`, Country: `Bulgaria`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-04-21`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 968 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Wheat`, Spread: 0.01, Open: 465.5, Price: 474.46, Buy: 465.5, Sell: 465.5, Change: 8.94, ChangePercent: 1.92, Volume: 4318, High: 467, Low: 463.25, YearlyHigh: 628.5, YearlyLow: 449.5, YearlyStart: 539, YearlyChange: -13.63, Settlement: `Loan`, Contract: `CFD`, Region: `Europe`, Country: `Sweden`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-08-10`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 969 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Natural Gas`, Spread: 0.02, Open: 2.094, Price: 2.09, Buy: 2.09, Sell: 2.09, Change: -0.01, ChangePercent: -0.68, Volume: 2783, High: 2.11, Low: 2.09, YearlyHigh: 3.2, YearlyLow: 1.84, YearlyStart: 2.52, YearlyChange: -16.51, Settlement: `Cash`, Contract: `Futures`, Region: `Middle East`, Country: `Qatar`, Risk: `Low`, Sector: `Private`, Currency: `USD`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-03-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 970 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soy Meat`, Spread: 0.01, Open: 342.6, Price: 344.95, Buy: 342.6, Sell: 342.6, Change: 2.33, ChangePercent: 0.68, Volume: 5646, High: 345.4, Low: 340.3, YearlyHigh: 353.4, YearlyLow: 261.7, YearlyStart: 307.55, YearlyChange: 11.4, Settlement: `Credit`, Contract: `Options`, Region: `North America`, Country: `Canada`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-08-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 971 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Oil`, Spread: 0.015, Open: 45.54, Price: 46.28, Buy: 45.78, Sell: 45.8, Change: 0.49, ChangePercent: 1.08, Volume: 107196, High: 45.94, Low: 45, YearlyHigh: 65.28, YearlyLow: 30.79, YearlyStart: 48.03, YearlyChange: -4.67, Settlement: `Credit`, Contract: `Futures`, Region: `Middle East`, Country: `Qatar`, Risk: `High`, Sector: `Private`, Currency: `PLN`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-01-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 972 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/CAD`, Spread: 0.02, Open: 0.7744, Price: 0.97, Buy: 0.94, Sell: 0.96, Change: 0.02, ChangePercent: 2, Volume: 13669, High: 0.95, Low: 0.77, YearlyHigh: 0.95, YearlyLow: 0.68, YearlyStart: 0.76, YearlyChange: 26.43, Settlement: `Loan`, Contract: `CFD`, Region: `Asia Pacific`, Country: `Pakistan`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `High`, Issuer: `FedEx`, Maturity: `2022-08-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 973 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P 600 MINI`, Spread: 0.01, Open: 687.9, Price: 699.71, Buy: 687.9, Sell: 687.9, Change: 11.83, ChangePercent: 1.72, Volume: 0, High: 0, Low: 0, YearlyHigh: 620.32, YearlyLow: 595.9, YearlyStart: 608.11, YearlyChange: 13.12, Settlement: `Cash`, Contract: `Swap`, Region: `Middle East`, Country: `UAE`, Risk: `Low`, Sector: `Government`, Currency: `USD`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-08-20`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 974 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Uranium`, Spread: 0.02, Open: 27.55, Price: 27.86, Buy: 27.55, Sell: 27.55, Change: 0.28, ChangePercent: 1, Volume: 12, High: 27.55, Low: 27.55, YearlyHigh: 29.32, YearlyLow: 21.28, YearlyStart: 25.3, YearlyChange: 9.01, Settlement: `Cash`, Contract: `Swap`, Region: `Africa`, Country: `Algeria`, Risk: `High`, Sector: `Private`, Currency: `PLN`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-09-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 975 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `US 10YR Future`, Spread: 0.01, Open: 130.5625, Price: 129.49, Buy: 130.56, Sell: 130.56, Change: -1.09, ChangePercent: -0.84, Volume: 189310, High: 130.63, Low: 130.44, YearlyHigh: 132.64, YearlyLow: 125.48, YearlyStart: 129.06, YearlyChange: 1.18, Settlement: `Loan`, Contract: `Futures`, Region: `Middle East`, Country: `Iraq`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-05-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 976 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Oats`, Spread: 0.01, Open: 194.5, Price: 190.49, Buy: 194.21, Sell: 194.22, Change: -3.73, ChangePercent: -1.92, Volume: 64, High: 195.75, Low: 194, YearlyHigh: 241.25, YearlyLow: 183.75, YearlyStart: 212.5, YearlyChange: -8.6, Settlement: `Loan`, Contract: `Futures`, Region: `Asia Pacific`, Country: `Indonesia`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-08-12`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 977 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Sugar`, Spread: 0.01, Open: 15.68, Price: 14.93, Buy: 14.67, Sell: 14.68, Change: 0.26, ChangePercent: 1.72, Volume: 4949, High: 15.7, Low: 14.67, YearlyHigh: 16.87, YearlyLow: 11.37, YearlyStart: 14.12, YearlyChange: 3.92, Settlement: `Loan`, Contract: `Futures`, Region: `Asia Pacific`, Country: `Australia`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-02-19`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 978 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P Future`, Spread: 0.01, Open: 2057.5, Price: 2062.36, Buy: 2056.6, Sell: 2056.61, Change: 5.76, ChangePercent: 0.28, Volume: 142780, High: 2059.5, Low: 2049, YearlyHigh: 2105.5, YearlyLow: 1794.5, YearlyStart: 1950, YearlyChange: 5.47, Settlement: `Cash`, Contract: `Forwards`, Region: `Asia Pacific`, Country: `China`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-04-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 979 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P MID MINI`, Spread: 0.01, Open: 1454.3, Price: 1448.21, Buy: 1455.78, Sell: 1455.79, Change: -7.57, ChangePercent: -0.52, Volume: 338, High: 1455.78, Low: 1448, YearlyHigh: 1527.3, YearlyLow: 1236, YearlyStart: 1381.65, YearlyChange: 5.37, Settlement: `Credit`, Contract: `Forwards`, Region: `Africa`, Country: `Egypt`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-03-11`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 980 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Soy Meat`, Spread: 0.01, Open: 342.6, Price: 342.48, Buy: 342.6, Sell: 342.6, Change: -0.14, ChangePercent: -0.04, Volume: 5646, High: 345.4, Low: 340.3, YearlyHigh: 353.4, YearlyLow: 261.7, YearlyStart: 307.55, YearlyChange: 11.4, Settlement: `Loan`, Contract: `Forwards`, Region: `Africa`, Country: `South Africa`, Risk: `Low`, Sector: `Government`, Currency: `USD`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-04-27`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 981 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/CAD`, Spread: 0.02, Open: 0.7744, Price: 0.95, Buy: 0.94, Sell: 0.96, Change: 0, ChangePercent: -0.72, Volume: 13669, High: 0.95, Low: 0.77, YearlyHigh: 0.95, YearlyLow: 0.68, YearlyStart: 0.76, YearlyChange: 26.43, Settlement: `Loan`, Contract: `CFD`, Region: `Middle East`, Country: `Bahrain`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-07-19`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 982 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Ethanol`, Spread: 0.01, Open: 1.512, Price: 2.76, Buy: 2.75, Sell: 2.76, Change: 0.01, ChangePercent: 0.08, Volume: 14, High: 2.75, Low: 1.12, YearlyHigh: 2.75, YearlyLow: 1.12, YearlyStart: 1.48, YearlyChange: 86.7, Settlement: `Cash`, Contract: `Options`, Region: `Africa`, Country: `Morocco`, Risk: `High`, Sector: `Government`, Currency: `PLN`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-02-24`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 983 }), + new FinancialDataAllItem({ Category: `Livestock`, Type: `FD Cattle`, Spread: 0.01, Open: 147.175, Price: 148.25, Buy: 148.6, Sell: 148.61, Change: -0.36, ChangePercent: -0.24, Volume: 5, High: 148.61, Low: 147.18, YearlyHigh: 190, YearlyLow: 138.1, YearlyStart: 164.05, YearlyChange: -9.41, Settlement: `Cash`, Contract: `Futures`, Region: `Middle East`, Country: `Jordan`, Risk: `Low`, Sector: `Private`, Currency: `EUR`, Security: `High`, Issuer: `American Airlines`, Maturity: `2022-01-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 984 }), + new FinancialDataAllItem({ Category: `Metals`, Type: `Gold`, Spread: 0.01, Open: 1281.1, Price: 1283.29, Buy: 1280.73, Sell: 1280.74, Change: 2.56, ChangePercent: 0.2, Volume: 48387, High: 1289.5, Low: 1279.1, YearlyHigh: 1306, YearlyLow: 1047.2, YearlyStart: 1176.6, YearlyChange: 8.85, Settlement: `Cash`, Contract: `Swap`, Region: `Europe`, Country: `Denmark`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `Poor`, Issuer: `Delta Airlines`, Maturity: `2022-02-22`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 985 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/CHF`, Spread: 0.02, Open: 1.0337, Price: 1.04, Buy: 1.03, Sell: 1.03, Change: 0, ChangePercent: -0.28, Volume: 5550, High: 1.03, Low: 1.03, YearlyHigh: 1.11, YearlyLow: 0.98, YearlyStart: 1.04, YearlyChange: -0.12, Settlement: `Loan`, Contract: `Futures`, Region: `Asia Pacific`, Country: `Thailand`, Risk: `High`, Sector: `Public`, Currency: `EUR`, Security: `Good`, Issuer: `FedEx`, Maturity: `2022-08-25`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 986 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Ethanol`, Spread: 0.01, Open: 1.512, Price: 2.77, Buy: 2.75, Sell: 2.76, Change: 0.02, ChangePercent: 0.64, Volume: 14, High: 2.75, Low: 1.12, YearlyHigh: 2.75, YearlyLow: 1.12, YearlyStart: 1.48, YearlyChange: 86.7, Settlement: `Cash`, Contract: `Swap`, Region: `South America`, Country: `Uruguay`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-06-17`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 987 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/CAD`, Spread: 0.02, Open: 0.7744, Price: 0.95, Buy: 0.94, Sell: 0.96, Change: 0, ChangePercent: -0.96, Volume: 13669, High: 0.95, Low: 0.77, YearlyHigh: 0.95, YearlyLow: 0.68, YearlyStart: 0.76, YearlyChange: 26.43, Settlement: `Credit`, Contract: `Options`, Region: `Asia Pacific`, Country: `Malaysia`, Risk: `High`, Sector: `Government`, Currency: `USD`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-05-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 988 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/CHF`, Spread: 0.02, Open: 1.0337, Price: 1.03, Buy: 1.03, Sell: 1.03, Change: -0.01, ChangePercent: -1.68, Volume: 5550, High: 1.03, Low: 1.03, YearlyHigh: 1.11, YearlyLow: 0.98, YearlyStart: 1.04, YearlyChange: -0.12, Settlement: `Loan`, Contract: `Swap`, Region: `Africa`, Country: `Senegal`, Risk: `High`, Sector: `Public`, Currency: `PLN`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-07-15`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 989 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Uranium`, Spread: 0.02, Open: 27.55, Price: 27.48, Buy: 27.55, Sell: 27.55, Change: -0.1, ChangePercent: -0.36, Volume: 12, High: 27.55, Low: 27.55, YearlyHigh: 29.32, YearlyLow: 21.28, YearlyStart: 25.3, YearlyChange: 9.01, Settlement: `Credit`, Contract: `CFD`, Region: `North America`, Country: `Canada`, Risk: `High`, Sector: `Private`, Currency: `PLN`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-07-26`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 990 }), + new FinancialDataAllItem({ Category: `Index`, Type: `S&P Future`, Spread: 0.01, Open: 2057.5, Price: 2075.52, Buy: 2056.6, Sell: 2056.61, Change: 18.92, ChangePercent: 0.92, Volume: 142780, High: 2059.5, Low: 2049, YearlyHigh: 2105.5, YearlyLow: 1794.5, YearlyStart: 1950, YearlyChange: 5.47, Settlement: `Cash`, Contract: `Futures`, Region: `Asia Pacific`, Country: `Afghanistan`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `Good`, Issuer: `Southwest`, Maturity: `2022-06-22`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 991 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `Euro$ 3M`, Spread: 0.01, Open: 99.18, Price: 98.42, Buy: 99.18, Sell: 99.18, Change: -0.75, ChangePercent: -0.76, Volume: 29509, High: 99.18, Low: 99.17, YearlyHigh: 99.38, YearlyLow: 98.41, YearlyStart: 98.89, YearlyChange: 0.28, Settlement: `Loan`, Contract: `Options`, Region: `Europe`, Country: `Slovenia`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `High`, Issuer: `Delta Airlines`, Maturity: `2022-08-22`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 992 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Lumber`, Spread: 0.01, Open: 303.9, Price: 310.2, Buy: 304.59, Sell: 304.6, Change: 5.6, ChangePercent: 1.84, Volume: 2, High: 304.6, Low: 303.9, YearlyHigh: 317.1, YearlyLow: 236, YearlyStart: 276.55, YearlyChange: 10.14, Settlement: `Loan`, Contract: `CFD`, Region: `Africa`, Country: `Morocco`, Risk: `Low`, Sector: `Government`, Currency: `PLN`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-05-13`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 993 }), + new FinancialDataAllItem({ Category: `Agriculture`, Type: `Lumber`, Spread: 0.01, Open: 303.9, Price: 300.21, Buy: 304.59, Sell: 304.6, Change: -4.39, ChangePercent: -1.44, Volume: 2, High: 304.6, Low: 303.9, YearlyHigh: 317.1, YearlyLow: 236, YearlyStart: 276.55, YearlyChange: 10.14, Settlement: `Credit`, Contract: `Options`, Region: `Europe`, Country: `Slovakia`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-05-16`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 994 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `BTC/USD`, Spread: 0.06, Open: 93.88, Price: 21093.18, Buy: 21200.76, Sell: 21400.78, Change: 92.41, ChangePercent: 0.44, Volume: 5788000, High: 22400.05, Low: 20100.75, YearlyHigh: 62400.7, YearlyLow: 15100.88, YearlyStart: 21200.29, YearlyChange: -20.62, Settlement: `Credit`, Contract: `CFD`, Region: `Middle East`, Country: `Turkey`, Risk: `High`, Sector: `Government`, Currency: `EUR`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-03-16`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 995 }), + new FinancialDataAllItem({ Category: `Interest Rate`, Type: `Euro$ 3M`, Spread: 0.01, Open: 99.18, Price: 100.64, Buy: 99.18, Sell: 99.18, Change: 1.47, ChangePercent: 1.48, Volume: 29509, High: 99.18, Low: 99.17, YearlyHigh: 99.38, YearlyLow: 98.41, YearlyStart: 98.89, YearlyChange: 0.28, Settlement: `Cash`, Contract: `Forwards`, Region: `Europe`, Country: `Italy`, Risk: `High`, Sector: `Private`, Currency: `PLN`, Security: `Good`, Issuer: `Delta Airlines`, Maturity: `2022-09-14`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 996 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Uranium`, Spread: 0.02, Open: 27.55, Price: 27.65, Buy: 27.55, Sell: 27.55, Change: 0.07, ChangePercent: 0.24, Volume: 12, High: 27.55, Low: 27.55, YearlyHigh: 29.32, YearlyLow: 21.28, YearlyStart: 25.3, YearlyChange: 9.01, Settlement: `Loan`, Contract: `Futures`, Region: `Middle East`, Country: `Lebanon`, Risk: `Low`, Sector: `Private`, Currency: `PLN`, Security: `Good`, Issuer: `American Airlines`, Maturity: `2022-04-27`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 997 }), + new FinancialDataAllItem({ Category: `Currencies`, Type: `USD/JPY`, Spread: 0.02, Open: 9275.5, Price: 9102.92, Buy: 9277.32, Sell: 9277.34, Change: -174.41, ChangePercent: -1.88, Volume: 47734, High: 9277.33, Low: 0.93, YearlyHigh: 9483, YearlyLow: 0.93, YearlyStart: 4741.97, YearlyChange: 95.64, Settlement: `Cash`, Contract: `Futures`, Region: `Europe`, Country: `Poland`, Risk: `High`, Sector: `Private`, Currency: `EUR`, Security: `High`, Issuer: `Southwest`, Maturity: `2022-07-11`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 998 }), + new FinancialDataAllItem({ Category: `Fuel`, Type: `Natural Gas`, Spread: 0.02, Open: 2.094, Price: 2.09, Buy: 2.09, Sell: 2.09, Change: -0.01, ChangePercent: -0.76, Volume: 2783, High: 2.11, Low: 2.09, YearlyHigh: 3.2, YearlyLow: 1.84, YearlyStart: 2.52, YearlyChange: -16.51, Settlement: `Cash`, Contract: `Futures`, Region: `Europe`, Country: `Hungary`, Risk: `Low`, Sector: `Public`, Currency: `PLN`, Security: `Poor`, Issuer: `Southwest`, Maturity: `2022-08-18`, IndGroup: `Airlines`, IndSector: `Consumer, Cyclical`, IndCategory: `Airlines`, CUSIP: `1765866`, Cpn: `7.875`, KRD_3YR: 6E-05, ZV_SPREAD: 28.302, KRD_5YR: 0, KRD_1YR: -0.00187, ID: 999 }), ]; super(...newItems.slice(0)); } diff --git a/samples/grids/grid/styling-custom-CSS/src/SampleData.ts b/samples/grids/grid/styling-custom-CSS/src/SampleData.ts index e6b0466cec..46a44e9f9c 100644 --- a/samples/grids/grid/styling-custom-CSS/src/SampleData.ts +++ b/samples/grids/grid/styling-custom-CSS/src/SampleData.ts @@ -14,36 +14,11 @@ export class LocalData extends Array { super(...items); } else { const newItems = [ - new LocalDataItem( - { - MarketShare: 37, - Category: `Cooling`, - Summary: `Cooling 37%` - }), - new LocalDataItem( - { - MarketShare: 25, - Category: `Residential`, - Summary: `Residential 25%` - }), - new LocalDataItem( - { - MarketShare: 12, - Category: `Heating`, - Summary: `Heating 12%` - }), - new LocalDataItem( - { - MarketShare: 11, - Category: `Lighting`, - Summary: `Lighting 11%` - }), - new LocalDataItem( - { - MarketShare: 15, - Category: `Other`, - Summary: `Other 15%` - }), + new LocalDataItem({ MarketShare: 37, Category: `Cooling`, Summary: `Cooling 37%` }), + new LocalDataItem({ MarketShare: 25, Category: `Residential`, Summary: `Residential 25%` }), + new LocalDataItem({ MarketShare: 12, Category: `Heating`, Summary: `Heating 12%` }), + new LocalDataItem({ MarketShare: 11, Category: `Lighting`, Summary: `Lighting 11%` }), + new LocalDataItem({ MarketShare: 15, Category: `Other`, Summary: `Other 15%` }), ]; super(...newItems.slice(0)); } diff --git a/samples/grids/grid/toolbar-sample-1/src/AthletesData.ts b/samples/grids/grid/toolbar-sample-1/src/AthletesData.ts index cbfd6a40ca..3d63d083ff 100644 --- a/samples/grids/grid/toolbar-sample-1/src/AthletesData.ts +++ b/samples/grids/grid/toolbar-sample-1/src/AthletesData.ts @@ -22,2596 +22,191 @@ export class AthletesData extends Array { super(...items); } else { const newItems = [ - new AthletesDataItem( - { - Id: 100, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/20.jpg`, - Position: `current`, - Name: `Alexis Walker`, - AthleteNumber: 43183, - BeatsPerMinute: 103, - TopSpeed: 5.8, - Registered: `2017-08-07T10:35:06-03:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/gh.png`, - CountryName: `Ghana` - }), - new AthletesDataItem( - { - Id: 101, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/71.jpg`, - Position: `down`, - Name: `Lavínia Silva`, - AthleteNumber: 33994, - BeatsPerMinute: 93, - TopSpeed: 5.6, - Registered: `2017-03-22T08:55:46-02:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/no.png`, - CountryName: `Norway` - }), - new AthletesDataItem( - { - Id: 105, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/5.jpg`, - Position: `down`, - Name: `Samu Hokkanen`, - AthleteNumber: 22469, - BeatsPerMinute: 106, - TopSpeed: 5.5, - Registered: `2017-06-29T04:58:27-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/az.png`, - CountryName: `Azerbaijan` - }), - new AthletesDataItem( - { - Id: 107, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/92.jpg`, - Position: `down`, - Name: `Megan Webb`, - AthleteNumber: 30713, - BeatsPerMinute: 93, - TopSpeed: 5.6, - Registered: `2017-08-20T09:26:51-03:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/mt.png`, - CountryName: `Malta` - }), - new AthletesDataItem( - { - Id: 107, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/33.jpg`, - Position: `up`, - Name: `Pedro Marquez`, - AthleteNumber: 16169, - BeatsPerMinute: 97, - TopSpeed: 5.4, - Registered: `2017-11-11T05:14:31-02:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/mw.png`, - CountryName: `Malawi` - }), - new AthletesDataItem( - { - Id: 108, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/31.jpg`, - Position: `up`, - Name: `Noah Bergeron`, - AthleteNumber: 35139, - BeatsPerMinute: 110, - TopSpeed: 5.6, - Registered: `2017-06-23T01:21:21-03:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ci.png`, - CountryName: `Cote DIvoire` - }), - new AthletesDataItem( - { - Id: 110, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/15.jpg`, - Position: `current`, - Name: `Annabell Brand`, - AthleteNumber: 39233, - BeatsPerMinute: 93, - TopSpeed: 5.7, - Registered: `2017-03-01T12:21:24-02:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/pg.png`, - CountryName: `Papua New Guinea` - }), - new AthletesDataItem( - { - Id: 110, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/13.jpg`, - Position: `current`, - Name: `Özsu Keçeci`, - AthleteNumber: 29403, - BeatsPerMinute: 106, - TopSpeed: 4.2, - Registered: `2017-01-19T11:34:13-02:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/lv.png`, - CountryName: `Latvia` - }), - new AthletesDataItem( - { - Id: 110, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/26.jpg`, - Position: `down`, - Name: `Emilie Morin`, - AthleteNumber: 26164, - BeatsPerMinute: 98, - TopSpeed: 4.9, - Registered: `2017-02-01T04:18:19-02:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/kg.png`, - CountryName: `Kyrgyzstan` - }), - new AthletesDataItem( - { - Id: 111, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/23.jpg`, - Position: `up`, - Name: `Connor Green`, - AthleteNumber: 44716, - BeatsPerMinute: 95, - TopSpeed: 4.4, - Registered: `2017-06-30T11:23:25-03:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/bb.png`, - CountryName: `Barbados` - }), - new AthletesDataItem( - { - Id: 112, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/53.jpg`, - Position: `down`, - Name: `Karen Shaw`, - AthleteNumber: 31048, - BeatsPerMinute: 107, - TopSpeed: 5.7, - Registered: `2017-05-15T09:25:03-03:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ec.png`, - CountryName: `Ecuador` - }), - new AthletesDataItem( - { - Id: 113, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/36.jpg`, - Position: `current`, - Name: `Marialba Nascimento`, - AthleteNumber: 47061, - BeatsPerMinute: 108, - TopSpeed: 5.2, - Registered: `2017-09-19T05:47:21-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/tn.png`, - CountryName: `Tunisia` - }), - new AthletesDataItem( - { - Id: 113, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/37.jpg`, - Position: `current`, - Name: `Nick Naumann`, - AthleteNumber: 25566, - BeatsPerMinute: 109, - TopSpeed: 5.9, - Registered: `2017-07-12T09:01:11-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/sz.png`, - CountryName: `Swaziland` - }), - new AthletesDataItem( - { - Id: 116, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/1.jpg`, - Position: `down`, - Name: `Sevcan Kollen`, - AthleteNumber: 13728, - BeatsPerMinute: 104, - TopSpeed: 5.3, - Registered: `2017-09-08T08:29:08-03:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/gt.png`, - CountryName: `Guatemala` - }), - new AthletesDataItem( - { - Id: 121, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/48.jpg`, - Position: `current`, - Name: `Väinö Salmi`, - AthleteNumber: 29839, - BeatsPerMinute: 107, - TopSpeed: 5.5, - Registered: `2017-10-21T05:57:02-03:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/gw.png`, - CountryName: `Guinea-Bissau` - }), - new AthletesDataItem( - { - Id: 121, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/31.jpg`, - Position: `down`, - Name: `Ivan Ivanov`, - AthleteNumber: 11054, - BeatsPerMinute: 108, - TopSpeed: 5.7, - Registered: `2017-04-18T08:03:01-03:00`, - TrackProgress: 75, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/bg.png`, - CountryName: `Bulgaria` - }), - new AthletesDataItem( - { - Id: 121, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/45.jpg`, - Position: `current`, - Name: `Maurice Lambert`, - AthleteNumber: 17443, - BeatsPerMinute: 96, - TopSpeed: 5.6, - Registered: `2017-06-05T08:19:32-03:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/bd.png`, - CountryName: `Bangladesh` - }), - new AthletesDataItem( - { - Id: 122, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/71.jpg`, - Position: `down`, - Name: `Natalie Conrad`, - AthleteNumber: 42602, - BeatsPerMinute: 108, - TopSpeed: 6, - Registered: `2017-03-18T06:35:44-02:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/tt.png`, - CountryName: `Trinidad and Tobago` - }), - new AthletesDataItem( - { - Id: 122, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/57.jpg`, - Position: `down`, - Name: `Jack Jean-baptiste`, - AthleteNumber: 40427, - BeatsPerMinute: 110, - TopSpeed: 4.3, - Registered: `2017-11-09T08:50:06-02:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/cm.png`, - CountryName: `Cameroon` - }), - new AthletesDataItem( - { - Id: 123, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/19.jpg`, - Position: `down`, - Name: `Flora Perez`, - AthleteNumber: 23907, - BeatsPerMinute: 102, - TopSpeed: 5.8, - Registered: `2017-04-12T04:16:56-03:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/pl.png`, - CountryName: `Poland` - }), - new AthletesDataItem( - { - Id: 123, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/12.jpg`, - Position: `up`, - Name: `آنیتا كامياران`, - AthleteNumber: 18980, - BeatsPerMinute: 90, - TopSpeed: 4.5, - Registered: `2017-07-21T06:42:59-03:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/lb.png`, - CountryName: `Lebanon` - }), - new AthletesDataItem( - { - Id: 123, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/31.jpg`, - Position: `current`, - Name: `Eeli Makinen`, - AthleteNumber: 45296, - BeatsPerMinute: 106, - TopSpeed: 5.2, - Registered: `2017-01-06T09:58:02-02:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/fi.png`, - CountryName: `Finland` - }), - new AthletesDataItem( - { - Id: 124, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/98.jpg`, - Position: `down`, - Name: `Mathieu Mathieu`, - AthleteNumber: 10555, - BeatsPerMinute: 101, - TopSpeed: 5.2, - Registered: `2017-01-05T07:28:11-02:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/uz.png`, - CountryName: `Uzbekistan` - }), - new AthletesDataItem( - { - Id: 124, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/19.jpg`, - Position: `current`, - Name: `Marie Poulsen`, - AthleteNumber: 44113, - BeatsPerMinute: 109, - TopSpeed: 4.7, - Registered: `2017-04-15T10:25:21-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ma.png`, - CountryName: `Morocco` - }), - new AthletesDataItem( - { - Id: 125, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/16.jpg`, - Position: `current`, - Name: `Altiva Alves`, - AthleteNumber: 31850, - BeatsPerMinute: 106, - TopSpeed: 5.1, - Registered: `2017-11-09T02:43:54-02:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/km.png`, - CountryName: `Comoros` - }), - new AthletesDataItem( - { - Id: 127, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/52.jpg`, - Position: `down`, - Name: `Gerardo Soto`, - AthleteNumber: 22958, - BeatsPerMinute: 90, - TopSpeed: 5, - Registered: `2017-06-04T12:52:03-03:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/co.png`, - CountryName: `Colombia` - }), - new AthletesDataItem( - { - Id: 128, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/52.jpg`, - Position: `up`, - Name: `Sophie Lewis`, - AthleteNumber: 46222, - BeatsPerMinute: 106, - TopSpeed: 4.4, - Registered: `2017-02-20T09:42:07-02:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/mc.png`, - CountryName: `Monaco` - }), - new AthletesDataItem( - { - Id: 129, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/34.jpg`, - Position: `up`, - Name: `Ella Hansen`, - AthleteNumber: 27075, - BeatsPerMinute: 101, - TopSpeed: 5.1, - Registered: `2017-01-05T10:12:42-02:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/lk.png`, - CountryName: `Sri Lanka` - }), - new AthletesDataItem( - { - Id: 130, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/94.jpg`, - Position: `up`, - Name: `Adem Özdoğan`, - AthleteNumber: 45143, - BeatsPerMinute: 90, - TopSpeed: 5.5, - Registered: `2017-02-16T07:11:52-02:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/tm.png`, - CountryName: `Turkmenistan` - }), - new AthletesDataItem( - { - Id: 130, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/24.jpg`, - Position: `down`, - Name: `آوا احمدی`, - AthleteNumber: 44347, - BeatsPerMinute: 110, - TopSpeed: 4.1, - Registered: `2017-06-04T09:04:31-03:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/cn.png`, - CountryName: `China` - }), - new AthletesDataItem( - { - Id: 131, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/61.jpg`, - Position: `current`, - Name: `Eliza Bishop`, - AthleteNumber: 31774, - BeatsPerMinute: 96, - TopSpeed: 4.7, - Registered: `2017-09-22T11:49:02-03:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/eh.png`, - CountryName: `Western Sahara` - }), - new AthletesDataItem( - { - Id: 131, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/61.jpg`, - Position: `down`, - Name: `Veronika Huber`, - AthleteNumber: 18146, - BeatsPerMinute: 103, - TopSpeed: 5.2, - Registered: `2017-07-13T02:23:56-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/to.png`, - CountryName: `Tonga` - }), - new AthletesDataItem( - { - Id: 134, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/66.jpg`, - Position: `down`, - Name: `Anni Waisanen`, - AthleteNumber: 32133, - BeatsPerMinute: 99, - TopSpeed: 5, - Registered: `2017-08-17T01:35:09-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/do.png`, - CountryName: `Dominican Republic` - }), - new AthletesDataItem( - { - Id: 135, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/84.jpg`, - Position: `down`, - Name: `Darryl Douglas`, - AthleteNumber: 35826, - BeatsPerMinute: 96, - TopSpeed: 4.6, - Registered: `2017-07-20T11:45:52-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/tr.png`, - CountryName: `Turkey` - }), - new AthletesDataItem( - { - Id: 136, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/10.jpg`, - Position: `down`, - Name: `Elaine Matthews`, - AthleteNumber: 38574, - BeatsPerMinute: 110, - TopSpeed: 5.5, - Registered: `2017-01-26T11:50:00-02:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/cv.png`, - CountryName: `Cape Verde` - }), - new AthletesDataItem( - { - Id: 137, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/75.jpg`, - Position: `up`, - Name: `Gloria Caballero`, - AthleteNumber: 43379, - BeatsPerMinute: 103, - TopSpeed: 4.3, - Registered: `2017-08-10T08:27:45-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/il.png`, - CountryName: `Israel` - }), - new AthletesDataItem( - { - Id: 137, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/80.jpg`, - Position: `down`, - Name: `Lance Dunn`, - AthleteNumber: 10113, - BeatsPerMinute: 94, - TopSpeed: 4.5, - Registered: `2017-03-13T10:51:36-02:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/cy.png`, - CountryName: `Cyprus` - }), - new AthletesDataItem( - { - Id: 138, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/31.jpg`, - Position: `down`, - Name: `Antoine Mackay`, - AthleteNumber: 34547, - BeatsPerMinute: 104, - TopSpeed: 5, - Registered: `2017-08-22T09:11:37-03:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ls.png`, - CountryName: `Lesotho` - }), - new AthletesDataItem( - { - Id: 138, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/78.jpg`, - Position: `current`, - Name: `Oscar Calvo`, - AthleteNumber: 45078, - BeatsPerMinute: 109, - TopSpeed: 4.3, - Registered: `2017-06-19T10:57:42-03:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/cu.png`, - CountryName: `Cuba` - }), - new AthletesDataItem( - { - Id: 138, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/38.jpg`, - Position: `current`, - Name: `Derrick Price`, - AthleteNumber: 19792, - BeatsPerMinute: 94, - TopSpeed: 5.6, - Registered: `2017-03-19T01:10:55-02:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ar.png`, - CountryName: `Argentina` - }), - new AthletesDataItem( - { - Id: 139, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/28.jpg`, - Position: `current`, - Name: `Annabell Barth`, - AthleteNumber: 41130, - BeatsPerMinute: 103, - TopSpeed: 5, - Registered: `2017-08-24T11:58:56-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ht.png`, - CountryName: `Haiti` - }), - new AthletesDataItem( - { - Id: 141, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/15.jpg`, - Position: `current`, - Name: `Miro Korpela`, - AthleteNumber: 40544, - BeatsPerMinute: 104, - TopSpeed: 5.3, - Registered: `2017-01-10T07:12:44-02:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/nl.png`, - CountryName: `Netherlands` - }), - new AthletesDataItem( - { - Id: 142, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/63.jpg`, - Position: `current`, - Name: `Nicoline Thomsen`, - AthleteNumber: 36778, - BeatsPerMinute: 99, - TopSpeed: 5.5, - Registered: `2017-03-26T10:04:29-03:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/bj.png`, - CountryName: `Benin` - }), - new AthletesDataItem( - { - Id: 143, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/38.jpg`, - Position: `up`, - Name: `رضا کوتی`, - AthleteNumber: 13640, - BeatsPerMinute: 103, - TopSpeed: 4.2, - Registered: `2017-04-30T02:34:29-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/pk.png`, - CountryName: `Pakistan` - }), - new AthletesDataItem( - { - Id: 144, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/57.jpg`, - Position: `down`, - Name: `Milja Leino`, - AthleteNumber: 33563, - BeatsPerMinute: 110, - TopSpeed: 4.1, - Registered: `2017-11-01T10:34:07-02:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/bf.png`, - CountryName: `Burkina Faso` - }), - new AthletesDataItem( - { - Id: 147, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/8.jpg`, - Position: `down`, - Name: `میلاد یاسمی`, - AthleteNumber: 44023, - BeatsPerMinute: 104, - TopSpeed: 5.2, - Registered: `2017-06-10T04:11:01-03:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/tg.png`, - CountryName: `Togo` - }), - new AthletesDataItem( - { - Id: 150, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/52.jpg`, - Position: `up`, - Name: `Gustav Petersen`, - AthleteNumber: 20984, - BeatsPerMinute: 107, - TopSpeed: 4.6, - Registered: `2017-01-01T07:40:19-02:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/bz.png`, - CountryName: `Belize` - }), - new AthletesDataItem( - { - Id: 151, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/88.jpg`, - Position: `current`, - Name: `Charlotte Mills`, - AthleteNumber: 49829, - BeatsPerMinute: 92, - TopSpeed: 5.3, - Registered: `2017-05-10T04:33:10-03:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/mg.png`, - CountryName: `Madagascar` - }), - new AthletesDataItem( - { - Id: 154, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/54.jpg`, - Position: `down`, - Name: `Rhonda Simmmons`, - AthleteNumber: 37139, - BeatsPerMinute: 96, - TopSpeed: 5.1, - Registered: `2017-07-03T05:39:45-03:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/nr.png`, - CountryName: `Nauru` - }), - new AthletesDataItem( - { - Id: 155, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/82.jpg`, - Position: `up`, - Name: `Justin Philippe`, - AthleteNumber: 12858, - BeatsPerMinute: 104, - TopSpeed: 5.7, - Registered: `2017-03-16T02:00:35-02:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/mv.png`, - CountryName: `Maldives` - }), - new AthletesDataItem( - { - Id: 159, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/66.jpg`, - Position: `up`, - Name: `Eva Dean`, - AthleteNumber: 48874, - BeatsPerMinute: 103, - TopSpeed: 5.7, - Registered: `2017-03-04T01:58:52-02:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/st.png`, - CountryName: `Sao Tome and Principe` - }), - new AthletesDataItem( - { - Id: 161, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/89.jpg`, - Position: `up`, - Name: `Franklin Byrd`, - AthleteNumber: 49498, - BeatsPerMinute: 106, - TopSpeed: 5.3, - Registered: `2017-11-04T11:09:26-02:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/tw.png`, - CountryName: `Taiwan, Province of China` - }), - new AthletesDataItem( - { - Id: 161, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/38.jpg`, - Position: `current`, - Name: `Alex Martin`, - AthleteNumber: 27887, - BeatsPerMinute: 96, - TopSpeed: 4.2, - Registered: `2017-10-28T04:06:33-03:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/eg.png`, - CountryName: `Egypt` - }), - new AthletesDataItem( - { - Id: 162, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/0.jpg`, - Position: `current`, - Name: `Alex Craig`, - AthleteNumber: 21868, - BeatsPerMinute: 94, - TopSpeed: 4.2, - Registered: `2017-03-19T10:20:51-02:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/sy.png`, - CountryName: `Syrian Arab Republic` - }), - new AthletesDataItem( - { - Id: 162, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/5.jpg`, - Position: `down`, - Name: `Adam Bouchard`, - AthleteNumber: 38672, - BeatsPerMinute: 99, - TopSpeed: 4.7, - Registered: `2017-01-04T03:04:05-02:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/sc.png`, - CountryName: `Seychelles` - }), - new AthletesDataItem( - { - Id: 163, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/70.jpg`, - Position: `down`, - Name: `میلاد قاسمی`, - AthleteNumber: 12788, - BeatsPerMinute: 101, - TopSpeed: 4.1, - Registered: `2017-03-01T07:51:17-02:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ws.png`, - CountryName: `Samoa` - }), - new AthletesDataItem( - { - Id: 163, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/52.jpg`, - Position: `up`, - Name: `Millie Cooper`, - AthleteNumber: 14610, - BeatsPerMinute: 99, - TopSpeed: 5.4, - Registered: `2017-05-08T09:30:14-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ni.png`, - CountryName: `Nicaragua` - }), - new AthletesDataItem( - { - Id: 163, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/21.jpg`, - Position: `up`, - Name: `Pippa Roberts`, - AthleteNumber: 15588, - BeatsPerMinute: 105, - TopSpeed: 4.1, - Registered: `2017-02-07T10:23:13-02:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/kh.png`, - CountryName: `Cambodia` - }), - new AthletesDataItem( - { - Id: 164, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/51.jpg`, - Position: `current`, - Name: `Ethel Stephens`, - AthleteNumber: 18692, - BeatsPerMinute: 94, - TopSpeed: 4.1, - Registered: `2017-02-13T05:03:04-02:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ua.png`, - CountryName: `Ukraine` - }), - new AthletesDataItem( - { - Id: 165, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/79.jpg`, - Position: `down`, - Name: `Mario Ellis`, - AthleteNumber: 18026, - BeatsPerMinute: 99, - TopSpeed: 5.5, - Registered: `2017-02-13T11:53:15-02:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ml.png`, - CountryName: `Mali` - }), - new AthletesDataItem( - { - Id: 166, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/74.jpg`, - Position: `current`, - Name: `Maria Parra`, - AthleteNumber: 39861, - BeatsPerMinute: 106, - TopSpeed: 6, - Registered: `2017-01-30T09:22:52-02:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ki.png`, - CountryName: `Kiribati` - }), - new AthletesDataItem( - { - Id: 167, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/67.jpg`, - Position: `down`, - Name: `Aatu Ranta`, - AthleteNumber: 38049, - BeatsPerMinute: 94, - TopSpeed: 5.1, - Registered: `2017-07-21T04:22:18-03:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ae.png`, - CountryName: `United Arab Emirates` - }), - new AthletesDataItem( - { - Id: 167, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/62.jpg`, - Position: `current`, - Name: `Pippa Morris`, - AthleteNumber: 44421, - BeatsPerMinute: 101, - TopSpeed: 5.5, - Registered: `2017-03-06T09:21:58-02:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/tj.png`, - CountryName: `Tajikistan` - }), - new AthletesDataItem( - { - Id: 167, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/32.jpg`, - Position: `current`, - Name: `Esma Adıvar`, - AthleteNumber: 35565, - BeatsPerMinute: 99, - TopSpeed: 4.2, - Registered: `2017-06-17T12:34:29-03:00`, - TrackProgress: 75, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ph.png`, - CountryName: `Philippines` - }), - new AthletesDataItem( - { - Id: 167, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/19.jpg`, - Position: `down`, - Name: `Louis Smith`, - AthleteNumber: 31837, - BeatsPerMinute: 98, - TopSpeed: 5.4, - Registered: `2017-03-19T08:12:23-02:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/lr.png`, - CountryName: `Liberia` - }), - new AthletesDataItem( - { - Id: 167, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/81.jpg`, - Position: `down`, - Name: `Milo Charles`, - AthleteNumber: 10661, - BeatsPerMinute: 99, - TopSpeed: 5.4, - Registered: `2017-07-20T09:00:22-03:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/is.png`, - CountryName: `Iceland` - }), - new AthletesDataItem( - { - Id: 168, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/10.jpg`, - Position: `current`, - Name: `Calvin Hunt`, - AthleteNumber: 35535, - BeatsPerMinute: 94, - TopSpeed: 4.5, - Registered: `2017-11-07T09:58:42-02:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/at.png`, - CountryName: `Austria` - }), - new AthletesDataItem( - { - Id: 169, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/44.jpg`, - Position: `up`, - Name: `Aziz Santos`, - AthleteNumber: 38947, - BeatsPerMinute: 98, - TopSpeed: 4, - Registered: `2017-04-03T02:18:46-03:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/gb.png`, - CountryName: `United Kingdom` - }), - new AthletesDataItem( - { - Id: 169, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/21.jpg`, - Position: `down`, - Name: `Julian Barth`, - AthleteNumber: 19011, - BeatsPerMinute: 91, - TopSpeed: 5.2, - Registered: `2017-04-21T08:08:33-03:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/gd.png`, - CountryName: `Grenada` - }), - new AthletesDataItem( - { - Id: 170, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/60.jpg`, - Position: `up`, - Name: `Fernando Gimenez`, - AthleteNumber: 31290, - BeatsPerMinute: 102, - TopSpeed: 5.1, - Registered: `2017-06-21T06:45:54-03:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/uz.png`, - CountryName: `Uruguay` - }), - new AthletesDataItem( - { - Id: 173, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/18.jpg`, - Position: `current`, - Name: `Hassana Camp`, - AthleteNumber: 14467, - BeatsPerMinute: 104, - TopSpeed: 5.2, - Registered: `2017-06-02T12:21:59-03:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/cz.png`, - CountryName: `Czechia` - }), - new AthletesDataItem( - { - Id: 174, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/29.jpg`, - Position: `current`, - Name: `Beatriz Gallardo`, - AthleteNumber: 38538, - BeatsPerMinute: 101, - TopSpeed: 6, - Registered: `2017-11-06T02:14:31-02:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/er.png`, - CountryName: `Eritrea` - }), - new AthletesDataItem( - { - Id: 176, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/26.jpg`, - Position: `current`, - Name: `Tim Neal`, - AthleteNumber: 45860, - BeatsPerMinute: 97, - TopSpeed: 5.6, - Registered: `2017-04-21T04:06:34-03:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/pa.png`, - CountryName: `Panama` - }), - new AthletesDataItem( - { - Id: 176, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/35.jpg`, - Position: `down`, - Name: `Laudelino Castro`, - AthleteNumber: 12711, - BeatsPerMinute: 106, - TopSpeed: 4.4, - Registered: `2017-02-08T04:03:22-02:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/hr.png`, - CountryName: `Croatia` - }), - new AthletesDataItem( - { - Id: 178, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/65.jpg`, - Position: `down`, - Name: `Lillian Wade`, - AthleteNumber: 10729, - BeatsPerMinute: 110, - TopSpeed: 4.8, - Registered: `2017-04-07T09:53:13-03:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/sb.png`, - CountryName: `Solomon Islands` - }), - new AthletesDataItem( - { - Id: 180, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/90.jpg`, - Position: `up`, - Name: `Lillian Bowman`, - AthleteNumber: 35323, - BeatsPerMinute: 103, - TopSpeed: 4.5, - Registered: `2017-08-31T11:55:25-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/gy.png`, - CountryName: `Guyana` - }), - new AthletesDataItem( - { - Id: 182, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/14.jpg`, - Position: `up`, - Name: `Ariena Achterberg`, - AthleteNumber: 41330, - BeatsPerMinute: 92, - TopSpeed: 5.6, - Registered: `2017-10-22T02:15:39-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/kr.png`, - CountryName: `South Korea` - }), - new AthletesDataItem( - { - Id: 182, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/94.jpg`, - Position: `current`, - Name: `Gerald Schmidt`, - AthleteNumber: 47410, - BeatsPerMinute: 102, - TopSpeed: 5.8, - Registered: `2017-02-20T11:53:08-02:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ge.png`, - CountryName: `Georgia` - }), - new AthletesDataItem( - { - Id: 183, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/74.jpg`, - Position: `down`, - Name: `Yarno Kin`, - AthleteNumber: 47324, - BeatsPerMinute: 107, - TopSpeed: 5.1, - Registered: `2017-08-26T08:21:22-03:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ro.png`, - CountryName: `Romania` - }), - new AthletesDataItem( - { - Id: 183, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/53.jpg`, - Position: `up`, - Name: `رونیکا سلطانی نژاد`, - AthleteNumber: 35233, - BeatsPerMinute: 99, - TopSpeed: 4.6, - Registered: `2017-08-13T01:05:52-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/mk.png`, - CountryName: `Macedonia, The Former Yugoslav Republic of` - }), - new AthletesDataItem( - { - Id: 186, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/2.jpg`, - Position: `up`, - Name: `کوروش کامروا`, - AthleteNumber: 13506, - BeatsPerMinute: 109, - TopSpeed: 4.4, - Registered: `2017-04-16T01:10:37-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/nu.png`, - CountryName: `Niue` - }), - new AthletesDataItem( - { - Id: 186, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/42.jpg`, - Position: `up`, - Name: `Jimmy Bailey`, - AthleteNumber: 38510, - BeatsPerMinute: 101, - TopSpeed: 4.7, - Registered: `2017-06-30T04:13:42-03:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/cr.png`, - CountryName: `Costa Rica` - }), - new AthletesDataItem( - { - Id: 188, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/3.jpg`, - Position: `current`, - Name: `Foppe Delfos`, - AthleteNumber: 39679, - BeatsPerMinute: 107, - TopSpeed: 4.1, - Registered: `2017-08-05T10:54:56-03:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/py.png`, - CountryName: `Paraguay` - }), - new AthletesDataItem( - { - Id: 188, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/81.jpg`, - Position: `down`, - Name: `آراد یاسمی`, - AthleteNumber: 34370, - BeatsPerMinute: 99, - TopSpeed: 5.9, - Registered: `2017-02-02T11:42:41-02:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/mu.png`, - CountryName: `Mauritius` - }), - new AthletesDataItem( - { - Id: 188, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/45.jpg`, - Position: `down`, - Name: `Ceylan Duygulu`, - AthleteNumber: 21527, - BeatsPerMinute: 99, - TopSpeed: 4.9, - Registered: `2017-07-13T09:06:04-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/dm.png`, - CountryName: `Dominica` - }), - new AthletesDataItem( - { - Id: 190, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/2.jpg`, - Position: `current`, - Name: `Venla Korpela`, - AthleteNumber: 16454, - BeatsPerMinute: 92, - TopSpeed: 4.1, - Registered: `2017-08-22T10:36:38-03:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/hu.png`, - CountryName: `Hungary` - }), - new AthletesDataItem( - { - Id: 190, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/53.jpg`, - Position: `current`, - Name: `Gladys Van Der Steeg`, - AthleteNumber: 20216, - BeatsPerMinute: 94, - TopSpeed: 4.3, - Registered: `2017-10-09T02:01:16-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/de.png`, - CountryName: `Germany` - }), - new AthletesDataItem( - { - Id: 190, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/44.jpg`, - Position: `current`, - Name: `Kiara Dubois`, - AthleteNumber: 49964, - BeatsPerMinute: 97, - TopSpeed: 5.6, - Registered: `2017-09-28T04:37:56-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/au.png`, - CountryName: `Australia` - }), - new AthletesDataItem( - { - Id: 191, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/42.jpg`, - Position: `current`, - Name: `آرش احمدی`, - AthleteNumber: 36948, - BeatsPerMinute: 90, - TopSpeed: 4.1, - Registered: `2017-09-08T01:22:14-03:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/np.png`, - CountryName: `Nepal` - }), - new AthletesDataItem( - { - Id: 191, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/13.jpg`, - Position: `up`, - Name: `Sheryl Collins`, - AthleteNumber: 36473, - BeatsPerMinute: 98, - TopSpeed: 4.2, - Registered: `2017-03-23T12:54:35-02:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ke.png`, - CountryName: `Kenya` - }), - new AthletesDataItem( - { - Id: 191, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/72.jpg`, - Position: `up`, - Name: `Clarisse Rey`, - AthleteNumber: 29795, - BeatsPerMinute: 98, - TopSpeed: 4.9, - Registered: `2017-06-09T08:07:19-03:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ba.png`, - CountryName: `Bosnia and Herzegovina` - }), - new AthletesDataItem( - { - Id: 192, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/44.jpg`, - Position: `down`, - Name: `Viivi Kujala`, - AthleteNumber: 29939, - BeatsPerMinute: 93, - TopSpeed: 4.1, - Registered: `2017-05-03T02:40:05-03:00`, - TrackProgress: 75, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/so.png`, - CountryName: `Somalia` - }), - new AthletesDataItem( - { - Id: 193, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/9.jpg`, - Position: `down`, - Name: `Juanita Franklin`, - AthleteNumber: 13907, - BeatsPerMinute: 91, - TopSpeed: 6, - Registered: `2017-10-04T02:46:46-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/vu.png`, - CountryName: `Vanuatu` - }), - new AthletesDataItem( - { - Id: 193, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/59.jpg`, - Position: `down`, - Name: `Sophia Carlson`, - AthleteNumber: 44183, - BeatsPerMinute: 102, - TopSpeed: 5.1, - Registered: `2017-09-04T07:03:19-03:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ee.png`, - CountryName: `Estonia` - }), - new AthletesDataItem( - { - Id: 194, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/62.jpg`, - Position: `up`, - Name: `آوا سلطانی نژاد`, - AthleteNumber: 45635, - BeatsPerMinute: 98, - TopSpeed: 4.1, - Registered: `2017-04-10T11:39:46-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/se.png`, - CountryName: `Sweden` - }), - new AthletesDataItem( - { - Id: 194, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/11.jpg`, - Position: `down`, - Name: `Kaya Taşlı`, - AthleteNumber: 42291, - BeatsPerMinute: 100, - TopSpeed: 4.7, - Registered: `2017-01-30T03:23:36-02:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/sn.png`, - CountryName: `Senegal` - }), - new AthletesDataItem( - { - Id: 194, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/71.jpg`, - Position: `down`, - Name: `Adrian Ibañez`, - AthleteNumber: 21968, - BeatsPerMinute: 105, - TopSpeed: 5.3, - Registered: `2017-02-03T04:36:54-02:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/om.png`, - CountryName: `Oman` - }), - new AthletesDataItem( - { - Id: 196, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/17.jpg`, - Position: `current`, - Name: `Parel Zuidhof`, - AthleteNumber: 32718, - BeatsPerMinute: 105, - TopSpeed: 5, - Registered: `2017-01-21T10:19:56-02:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/jm.png`, - CountryName: `Jamaica` - }), - new AthletesDataItem( - { - Id: 196, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/30.jpg`, - Position: `up`, - Name: `Begüm Erkekli`, - AthleteNumber: 37888, - BeatsPerMinute: 104, - TopSpeed: 4.6, - Registered: `2017-10-04T03:02:35-03:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/sv.png`, - CountryName: `El Salvador` - }), - new AthletesDataItem( - { - Id: 197, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/93.jpg`, - Position: `current`, - Name: `Brent Lord`, - AthleteNumber: 20943, - BeatsPerMinute: 92, - TopSpeed: 4.8, - Registered: `2017-01-23T06:14:22-02:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/dz.png`, - CountryName: `Algeria` - }), - new AthletesDataItem( - { - Id: 199, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/68.jpg`, - Position: `up`, - Name: `Lucie Dumont`, - AthleteNumber: 12104, - BeatsPerMinute: 108, - TopSpeed: 4, - Registered: `2017-01-08T02:13:29-02:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ca.png`, - CountryName: `Canada` - }), - new AthletesDataItem( - { - Id: 210, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/13.jpg`, - Position: `down`, - Name: `Maeva Bergeron`, - AthleteNumber: 15655, - BeatsPerMinute: 94, - TopSpeed: 5.9, - Registered: `2017-10-03T09:42:15-03:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/mx.png`, - CountryName: `Mexico` - }), - new AthletesDataItem( - { - Id: 212, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/83.jpg`, - Position: `up`, - Name: `Sara Larsen`, - AthleteNumber: 37094, - BeatsPerMinute: 97, - TopSpeed: 4.5, - Registered: `2017-04-14T11:48:28-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/sa.png`, - CountryName: `Saudi Arabia` - }), - new AthletesDataItem( - { - Id: 214, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/84.jpg`, - Position: `up`, - Name: `Ömür Denkel`, - AthleteNumber: 31061, - BeatsPerMinute: 104, - TopSpeed: 4.5, - Registered: `2017-02-18T05:32:55-02:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/tv.png`, - CountryName: `Tuvalu` - }), - new AthletesDataItem( - { - Id: 215, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/79.jpg`, - Position: `down`, - Name: `Marilou Hubert`, - AthleteNumber: 43655, - BeatsPerMinute: 104, - TopSpeed: 4.2, - Registered: `2017-09-28T11:13:00-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/mm.png`, - CountryName: `Myanmar` - }), - new AthletesDataItem( - { - Id: 216, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/72.jpg`, - Position: `down`, - Name: `Felix Olsen`, - AthleteNumber: 43198, - BeatsPerMinute: 101, - TopSpeed: 4.2, - Registered: `2017-09-27T01:17:14-03:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/fr.png`, - CountryName: `France` - }), - new AthletesDataItem( - { - Id: 219, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/6.jpg`, - Position: `current`, - Name: `Sedef Tunçeri`, - AthleteNumber: 48164, - BeatsPerMinute: 108, - TopSpeed: 5.6, - Registered: `2017-03-29T11:54:15-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/bt.png`, - CountryName: `Bhutan` - }), - new AthletesDataItem( - { - Id: 221, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/73.jpg`, - Position: `down`, - Name: `Kuzey Aclan`, - AthleteNumber: 18583, - BeatsPerMinute: 102, - TopSpeed: 5.3, - Registered: `2017-09-12T09:14:14-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/td.png`, - CountryName: `Chad` - }), - new AthletesDataItem( - { - Id: 223, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/72.jpg`, - Position: `down`, - Name: `Gökhan Aşıkoğlu`, - AthleteNumber: 13890, - BeatsPerMinute: 105, - TopSpeed: 5.4, - Registered: `2017-03-31T06:14:26-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/jp.png`, - CountryName: `Japan` - }), - new AthletesDataItem( - { - Id: 224, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/0.jpg`, - Position: `down`, - Name: `Joan Ortega`, - AthleteNumber: 49478, - BeatsPerMinute: 103, - TopSpeed: 5.4, - Registered: `2017-07-04T03:01:47-03:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/gq.png`, - CountryName: `Equatorial Guinea` - }), - new AthletesDataItem( - { - Id: 225, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/42.jpg`, - Position: `up`, - Name: `Stanley Hart`, - AthleteNumber: 14150, - BeatsPerMinute: 91, - TopSpeed: 4.5, - Registered: `2017-08-19T03:02:33-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ve.png`, - CountryName: `Venezuela` - }), - new AthletesDataItem( - { - Id: 227, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/9.jpg`, - Position: `current`, - Name: `Johann Hinz`, - AthleteNumber: 48244, - BeatsPerMinute: 94, - TopSpeed: 4.3, - Registered: `2017-03-10T07:36:56-02:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/sd.png`, - CountryName: `Sudan` - }), - new AthletesDataItem( - { - Id: 227, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/61.jpg`, - Position: `up`, - Name: `Layla Douglas`, - AthleteNumber: 21977, - BeatsPerMinute: 97, - TopSpeed: 5.4, - Registered: `2017-04-19T11:43:38-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/si.png`, - CountryName: `Slovenia` - }), - new AthletesDataItem( - { - Id: 229, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/29.jpg`, - Position: `current`, - Name: `Selmo Caldeira`, - AthleteNumber: 21837, - BeatsPerMinute: 110, - TopSpeed: 4.9, - Registered: `2017-10-20T03:40:24-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ly.png`, - CountryName: `Libyan Arab Jamahiriya` - }), - new AthletesDataItem( - { - Id: 231, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/56.jpg`, - Position: `up`, - Name: `Judd Campbell`, - AthleteNumber: 37365, - BeatsPerMinute: 110, - TopSpeed: 5, - Registered: `2017-10-19T11:01:10-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/la.png`, - CountryName: `Lao PeopleS Democratic Republic` - }), - new AthletesDataItem( - { - Id: 233, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/18.jpg`, - Position: `up`, - Name: `Zackary Roy`, - AthleteNumber: 45996, - BeatsPerMinute: 92, - TopSpeed: 4.9, - Registered: `2017-07-07T03:51:26-03:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/bs.png`, - CountryName: `Bahamas` - }), - new AthletesDataItem( - { - Id: 234, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/19.jpg`, - Position: `down`, - Name: `Linda Schäfer`, - AthleteNumber: 43074, - BeatsPerMinute: 107, - TopSpeed: 5.1, - Registered: `2017-01-05T11:41:20-02:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ye.png`, - CountryName: `Yemen` - }), - new AthletesDataItem( - { - Id: 235, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/42.jpg`, - Position: `down`, - Name: `Elaine Smith`, - AthleteNumber: 38243, - BeatsPerMinute: 108, - TopSpeed: 4, - Registered: `2017-06-11T12:20:41-03:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/li.png`, - CountryName: `Liechtenstein` - }), - new AthletesDataItem( - { - Id: 237, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/86.jpg`, - Position: `down`, - Name: `Clyde Matthews`, - AthleteNumber: 11955, - BeatsPerMinute: 93, - TopSpeed: 5.2, - Registered: `2017-03-02T05:01:02-02:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/pw.png`, - CountryName: `Palau` - }), - new AthletesDataItem( - { - Id: 238, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/17.jpg`, - Position: `current`, - Name: `Charlotte Meyer`, - AthleteNumber: 21442, - BeatsPerMinute: 110, - TopSpeed: 4.6, - Registered: `2017-10-19T10:38:35-03:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ck.png`, - CountryName: `Cook Islands` - }), - new AthletesDataItem( - { - Id: 240, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/5.jpg`, - Position: `down`, - Name: `Carter Evans`, - AthleteNumber: 46961, - BeatsPerMinute: 100, - TopSpeed: 5.3, - Registered: `2017-07-23T02:43:07-03:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/lu.png`, - CountryName: `Luxembourg` - }), - new AthletesDataItem( - { - Id: 240, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/33.jpg`, - Position: `down`, - Name: `Alberto Clark`, - AthleteNumber: 29912, - BeatsPerMinute: 93, - TopSpeed: 4.6, - Registered: `2017-02-02T03:50:21-02:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ag.png`, - CountryName: `Antigua and Barbuda` - }), - new AthletesDataItem( - { - Id: 241, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/65.jpg`, - Position: `down`, - Name: `Lilly Keuter`, - AthleteNumber: 49893, - BeatsPerMinute: 102, - TopSpeed: 4.5, - Registered: `2017-01-20T02:38:39-02:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/kn.png`, - CountryName: `Saint Kitts and Nevis` - }), - new AthletesDataItem( - { - Id: 241, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/20.jpg`, - Position: `up`, - Name: `Oskari Karjala`, - AthleteNumber: 31498, - BeatsPerMinute: 90, - TopSpeed: 4.5, - Registered: `2017-05-10T12:45:12-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/fm.png`, - CountryName: `Micronesia, Federated States of` - }), - new AthletesDataItem( - { - Id: 242, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/83.jpg`, - Position: `down`, - Name: `Caitlin Jackson`, - AthleteNumber: 45472, - BeatsPerMinute: 101, - TopSpeed: 4.3, - Registered: `2017-09-17T09:41:01-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/mz.png`, - CountryName: `Mozambique` - }), - new AthletesDataItem( - { - Id: 243, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/77.jpg`, - Position: `down`, - Name: `Cathalijne Van Der Ree`, - AthleteNumber: 45160, - BeatsPerMinute: 102, - TopSpeed: 5.4, - Registered: `2017-02-13T05:23:49-02:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ug.png`, - CountryName: `Uganda` - }), - new AthletesDataItem( - { - Id: 243, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/94.jpg`, - Position: `up`, - Name: `Emma Turner`, - AthleteNumber: 39487, - BeatsPerMinute: 110, - TopSpeed: 5.7, - Registered: `2017-07-30T01:33:14-03:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/tz.png`, - CountryName: `Tanzania, United Republic of` - }), - new AthletesDataItem( - { - Id: 243, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/42.jpg`, - Position: `up`, - Name: `Kent Clark`, - AthleteNumber: 32799, - BeatsPerMinute: 106, - TopSpeed: 5.7, - Registered: `2017-01-24T01:00:15-02:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/pe.png`, - CountryName: `Peru` - }), - new AthletesDataItem( - { - Id: 246, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/55.jpg`, - Position: `current`, - Name: `Ronja Kraft`, - AthleteNumber: 21800, - BeatsPerMinute: 101, - TopSpeed: 5.3, - Registered: `2017-04-02T03:33:57-03:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/dk.png`, - CountryName: `Denmark` - }), - new AthletesDataItem( - { - Id: 251, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/34.jpg`, - Position: `down`, - Name: `Eléa Robin`, - AthleteNumber: 26742, - BeatsPerMinute: 90, - TopSpeed: 4.7, - Registered: `2017-03-30T12:34:24-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/vc.png`, - CountryName: `Saint Vincent and the Grenadines` - }), - new AthletesDataItem( - { - Id: 251, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/74.jpg`, - Position: `up`, - Name: `Alex Meyer`, - AthleteNumber: 44390, - BeatsPerMinute: 94, - TopSpeed: 4.3, - Registered: `2017-08-04T07:05:34-03:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/md.png`, - CountryName: `Moldova, Republic of` - }), - new AthletesDataItem( - { - Id: 252, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/94.jpg`, - Position: `down`, - Name: `Adérito Lopes`, - AthleteNumber: 21320, - BeatsPerMinute: 91, - TopSpeed: 5.2, - Registered: `2017-01-07T06:47:56-02:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/mh.png`, - CountryName: `Marshall Islands` - }), - new AthletesDataItem( - { - Id: 253, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/51.jpg`, - Position: `current`, - Name: `Kayla Patel`, - AthleteNumber: 42780, - BeatsPerMinute: 103, - TopSpeed: 4.7, - Registered: `2017-04-20T09:33:53-03:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ne.png`, - CountryName: `Niger` - }), - new AthletesDataItem( - { - Id: 258, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/31.jpg`, - Position: `current`, - Name: `Diego Gautier`, - AthleteNumber: 26320, - BeatsPerMinute: 97, - TopSpeed: 4.6, - Registered: `2017-06-11T03:50:43-03:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ng.png`, - CountryName: `Nigeria` - }), - new AthletesDataItem( - { - Id: 258, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/30.jpg`, - Position: `up`, - Name: `Veera Saari`, - AthleteNumber: 40408, - BeatsPerMinute: 100, - TopSpeed: 4.7, - Registered: `2017-10-28T10:39:22-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/iq.png`, - CountryName: `Iraq` - }), - new AthletesDataItem( - { - Id: 258, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/60.jpg`, - Position: `down`, - Name: `Zaina Pomp`, - AthleteNumber: 14109, - BeatsPerMinute: 90, - TopSpeed: 5.7, - Registered: `2017-09-07T11:17:40-03:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ao.png`, - CountryName: `Angola` - }), - new AthletesDataItem( - { - Id: 262, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/9.jpg`, - Position: `current`, - Name: `Anthony Harcourt`, - AthleteNumber: 33649, - BeatsPerMinute: 109, - TopSpeed: 5.5, - Registered: `2017-06-14T11:10:20-03:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/in.png`, - CountryName: `India` - }), - new AthletesDataItem( - { - Id: 262, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/43.jpg`, - Position: `current`, - Name: `Roman Smith`, - AthleteNumber: 15531, - BeatsPerMinute: 106, - TopSpeed: 4.9, - Registered: `2017-06-14T05:12:04-03:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ga.png`, - CountryName: `Gabon` - }), - new AthletesDataItem( - { - Id: 263, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/9.jpg`, - Position: `up`, - Name: `Estelle Vincent`, - AthleteNumber: 41700, - BeatsPerMinute: 99, - TopSpeed: 5.7, - Registered: `2017-05-31T02:56:58-03:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/na.png`, - CountryName: `Namibia` - }), - new AthletesDataItem( - { - Id: 265, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/47.jpg`, - Position: `current`, - Name: `Ilke Kisters`, - AthleteNumber: 23817, - BeatsPerMinute: 100, - TopSpeed: 5.9, - Registered: `2017-01-04T02:54:53-02:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ch.png`, - CountryName: `Switzerland` - }), - new AthletesDataItem( - { - Id: 265, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/9.jpg`, - Position: `down`, - Name: `Jenny Burke`, - AthleteNumber: 15266, - BeatsPerMinute: 99, - TopSpeed: 5.4, - Registered: `2017-09-11T12:20:19-03:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/my.png`, - CountryName: `Malaysia` - }), - new AthletesDataItem( - { - Id: 265, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/60.jpg`, - Position: `down`, - Name: `Keira Walker`, - AthleteNumber: 34116, - BeatsPerMinute: 94, - TopSpeed: 4.8, - Registered: `2017-01-09T05:46:07-02:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/al.png`, - CountryName: `Albania` - }), - new AthletesDataItem( - { - Id: 266, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/70.jpg`, - Position: `down`, - Name: `Moritz Braun`, - AthleteNumber: 48081, - BeatsPerMinute: 107, - TopSpeed: 6, - Registered: `2017-06-13T12:54:56-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ad.png`, - CountryName: `Andorra` - }), - new AthletesDataItem( - { - Id: 267, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/50.jpg`, - Position: `current`, - Name: `Villads Larsen`, - AthleteNumber: 44677, - BeatsPerMinute: 93, - TopSpeed: 5.7, - Registered: `2017-03-25T11:25:30-02:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/kw.png`, - CountryName: `Kuwait` - }), - new AthletesDataItem( - { - Id: 268, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/23.jpg`, - Position: `up`, - Name: `Sandro Carpentier`, - AthleteNumber: 23503, - BeatsPerMinute: 96, - TopSpeed: 5.7, - Registered: `2017-09-30T01:01:04-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/be.png`, - CountryName: `Belgium` - }), - new AthletesDataItem( - { - Id: 269, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/17.jpg`, - Position: `current`, - Name: `Emil Meißner`, - AthleteNumber: 37183, - BeatsPerMinute: 97, - TopSpeed: 4, - Registered: `2017-07-15T12:32:30-03:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/gm.png`, - CountryName: `Gambia` - }), - new AthletesDataItem( - { - Id: 270, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/14.jpg`, - Position: `up`, - Name: `Emily Olsen`, - AthleteNumber: 13887, - BeatsPerMinute: 110, - TopSpeed: 4.8, - Registered: `2017-10-03T08:01:40-03:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/cf.png`, - CountryName: `Central African Republic` - }), - new AthletesDataItem( - { - Id: 271, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/81.jpg`, - Position: `down`, - Name: `آراد جعفری`, - AthleteNumber: 34962, - BeatsPerMinute: 90, - TopSpeed: 4.8, - Registered: `2017-04-22T04:20:39-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/bi.png`, - CountryName: `Burundi` - }), - new AthletesDataItem( - { - Id: 271, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/74.jpg`, - Position: `down`, - Name: `Jimmie Mcguinness`, - AthleteNumber: 20729, - BeatsPerMinute: 90, - TopSpeed: 4.6, - Registered: `2017-10-07T06:08:00-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/bw.png`, - CountryName: `Botswana` - }), - new AthletesDataItem( - { - Id: 272, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/26.jpg`, - Position: `down`, - Name: `Sélène Roussel`, - AthleteNumber: 11261, - BeatsPerMinute: 99, - TopSpeed: 5.8, - Registered: `2017-05-10T02:18:02-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/sm.png`, - CountryName: `San Marino` - }), - new AthletesDataItem( - { - Id: 272, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/31.jpg`, - Position: `up`, - Name: `Aaron Robertson`, - AthleteNumber: 30727, - BeatsPerMinute: 95, - TopSpeed: 4.2, - Registered: `2017-08-23T09:37:40-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/id.png`, - CountryName: `Indonesia` - }), - new AthletesDataItem( - { - Id: 273, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/4.jpg`, - Position: `up`, - Name: `Afet Kumcuoğlu`, - AthleteNumber: 33454, - BeatsPerMinute: 106, - TopSpeed: 5.1, - Registered: `2017-09-16T07:05:43-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/nz.png`, - CountryName: `New Zealand` - }), - new AthletesDataItem( - { - Id: 273, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/33.jpg`, - Position: `up`, - Name: `Annabelle Besteman`, - AthleteNumber: 30560, - BeatsPerMinute: 105, - TopSpeed: 5.3, - Registered: `2017-11-11T02:04:19-02:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/kp.png`, - CountryName: `North Korea` - }), - new AthletesDataItem( - { - Id: 274, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/9.jpg`, - Position: `up`, - Name: `Minea Rantanen`, - AthleteNumber: 18835, - BeatsPerMinute: 105, - TopSpeed: 5, - Registered: `2017-01-24T07:30:43-02:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/jo.png`, - CountryName: `Jordan` - }), - new AthletesDataItem( - { - Id: 275, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/2.jpg`, - Position: `up`, - Name: `Fritz Sommer`, - AthleteNumber: 26210, - BeatsPerMinute: 99, - TopSpeed: 4.6, - Registered: `2017-09-29T03:54:57-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/lt.png`, - CountryName: `Lithuania` - }), - new AthletesDataItem( - { - Id: 275, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/88.jpg`, - Position: `down`, - Name: `Rafael Gutierrez`, - AthleteNumber: 38804, - BeatsPerMinute: 100, - TopSpeed: 5.9, - Registered: `2017-02-08T07:50:59-02:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/gn.png`, - CountryName: `Guinea` - }), - new AthletesDataItem( - { - Id: 275, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/69.jpg`, - Position: `current`, - Name: `Ellen Leppo`, - AthleteNumber: 29286, - BeatsPerMinute: 97, - TopSpeed: 5.6, - Registered: `2017-08-16T09:46:35-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/by.png`, - CountryName: `Belarus` - }), - new AthletesDataItem( - { - Id: 276, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/1.jpg`, - Position: `current`, - Name: `Encarnacion Martin`, - AthleteNumber: 40912, - BeatsPerMinute: 105, - TopSpeed: 5.5, - Registered: `2017-01-11T12:52:28-02:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/th.png`, - CountryName: `Thailand` - }), - new AthletesDataItem( - { - Id: 276, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/65.jpg`, - Position: `current`, - Name: `David Scott`, - AthleteNumber: 46997, - BeatsPerMinute: 101, - TopSpeed: 4.4, - Registered: `2017-07-25T09:23:24-03:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/pt.png`, - CountryName: `Portugal` - }), - new AthletesDataItem( - { - Id: 279, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/39.jpg`, - Position: `current`, - Name: `Ashley Romero`, - AthleteNumber: 36611, - BeatsPerMinute: 104, - TopSpeed: 5.5, - Registered: `2017-02-08T12:45:46-02:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/mn.png`, - CountryName: `Mongolia` - }), - new AthletesDataItem( - { - Id: 280, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/90.jpg`, - Position: `down`, - Name: `Cecil Nichols`, - AthleteNumber: 20656, - BeatsPerMinute: 100, - TopSpeed: 5, - Registered: `2017-04-24T01:20:34-03:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/rw.png`, - CountryName: `RWANDA` - }), - new AthletesDataItem( - { - Id: 282, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/55.jpg`, - Position: `current`, - Name: `Johann Fischer`, - AthleteNumber: 37212, - BeatsPerMinute: 98, - TopSpeed: 5.8, - Registered: `2017-09-01T04:39:52-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/br.png`, - CountryName: `Brazil` - }), - new AthletesDataItem( - { - Id: 283, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/10.jpg`, - Position: `current`, - Name: `سینا مرادی`, - AthleteNumber: 10809, - BeatsPerMinute: 105, - TopSpeed: 5.3, - Registered: `2017-04-05T05:27:13-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/bh.png`, - CountryName: `Bahrain` - }), - new AthletesDataItem( - { - Id: 284, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/12.jpg`, - Position: `current`, - Name: `Abel Brun`, - AthleteNumber: 39315, - BeatsPerMinute: 105, - TopSpeed: 5.1, - Registered: `2017-10-05T05:54:31-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/af.png`, - CountryName: `Afghanistan` - }), - new AthletesDataItem( - { - Id: 285, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/34.jpg`, - Position: `current`, - Name: `Jeffrey Medina`, - AthleteNumber: 42905, - BeatsPerMinute: 100, - TopSpeed: 5.2, - Registered: `2017-09-15T02:11:43-03:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/gr.png`, - CountryName: `Greece` - }), - new AthletesDataItem( - { - Id: 285, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/43.jpg`, - Position: `down`, - Name: `Niilo Laurila`, - AthleteNumber: 49215, - BeatsPerMinute: 104, - TopSpeed: 4.5, - Registered: `2017-04-26T01:26:36-03:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/et.png`, - CountryName: `Ethiopia` - }), - new AthletesDataItem( - { - Id: 286, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/45.jpg`, - Position: `down`, - Name: `Marisvalda Martins`, - AthleteNumber: 33879, - BeatsPerMinute: 107, - TopSpeed: 5.4, - Registered: `2017-01-31T12:07:48-02:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/es.png`, - CountryName: `Spain` - }), - new AthletesDataItem( - { - Id: 286, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/82.jpg`, - Position: `current`, - Name: `Eloida Novaes`, - AthleteNumber: 30751, - BeatsPerMinute: 107, - TopSpeed: 4.2, - Registered: `2017-01-02T01:04:04-02:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/cl.png`, - CountryName: `Chile` - }), - new AthletesDataItem( - { - Id: 287, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/72.jpg`, - Position: `up`, - Name: `Charlotte Dean`, - AthleteNumber: 45969, - BeatsPerMinute: 105, - TopSpeed: 5, - Registered: `2017-02-13T05:39:15-02:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/za.png`, - CountryName: `South Africa` - }), - new AthletesDataItem( - { - Id: 287, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/35.jpg`, - Position: `current`, - Name: `Loïc Gerard`, - AthleteNumber: 31706, - BeatsPerMinute: 102, - TopSpeed: 4.4, - Registered: `2017-07-28T09:10:43-03:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ie.png`, - CountryName: `Ireland` - }), - new AthletesDataItem( - { - Id: 292, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/4.jpg`, - Position: `down`, - Name: `Asta Hansen`, - AthleteNumber: 17222, - BeatsPerMinute: 101, - TopSpeed: 4.3, - Registered: `2017-01-08T02:41:56-02:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/kz.png`, - CountryName: `Kazakhstan` - }), - new AthletesDataItem( - { - Id: 293, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/21.jpg`, - Position: `up`, - Name: `Sara Hannula`, - AthleteNumber: 22025, - BeatsPerMinute: 102, - TopSpeed: 4.2, - Registered: `2017-10-09T11:32:13-03:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/tl.png`, - CountryName: `Timor-Leste` - }), - new AthletesDataItem( - { - Id: 293, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/90.jpg`, - Position: `current`, - Name: `Ana Bourgeois`, - AthleteNumber: 24612, - BeatsPerMinute: 110, - TopSpeed: 6, - Registered: `2017-11-02T02:17:43-02:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/sg.png`, - CountryName: `Singapore` - }), - new AthletesDataItem( - { - Id: 296, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/37.jpg`, - Position: `up`, - Name: `Thea Edwards`, - AthleteNumber: 29141, - BeatsPerMinute: 99, - TopSpeed: 5.8, - Registered: `2017-05-23T05:24:38-03:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/sl.png`, - CountryName: `Sierra Leone` - }), - new AthletesDataItem( - { - Id: 299, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/89.jpg`, - Position: `down`, - Name: `Victor Lévesque`, - AthleteNumber: 48375, - BeatsPerMinute: 110, - TopSpeed: 5.7, - Registered: `2017-11-10T11:31:44-02:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/mr.png`, - CountryName: `Mauritania` - }), - new AthletesDataItem( - { - Id: 301, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/65.jpg`, - Position: `down`, - Name: `Louis Stewart`, - AthleteNumber: 48131, - BeatsPerMinute: 103, - TopSpeed: 5.7, - Registered: `2017-02-26T07:28:02-02:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/hn.png`, - CountryName: `Honduras` - }), - new AthletesDataItem( - { - Id: 302, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/14.jpg`, - Position: `up`, - Name: `Bill Fox`, - AthleteNumber: 18511, - BeatsPerMinute: 91, - TopSpeed: 5, - Registered: `2017-10-24T08:25:40-03:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ir.png`, - CountryName: `Iran, Islamic Republic Of` - }), - new AthletesDataItem( - { - Id: 304, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/34.jpg`, - Position: `down`, - Name: `Mathys Martin`, - AthleteNumber: 32928, - BeatsPerMinute: 98, - TopSpeed: 5.5, - Registered: `2017-05-17T12:51:47-03:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/va.png`, - CountryName: `Holy See (Vatican City State)` - }), - new AthletesDataItem( - { - Id: 305, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/38.jpg`, - Position: `current`, - Name: `Gianne Godijn`, - AthleteNumber: 45945, - BeatsPerMinute: 96, - TopSpeed: 4.5, - Registered: `2017-03-22T03:23:12-02:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/it.png`, - CountryName: `Italy` - }), - new AthletesDataItem( - { - Id: 306, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/26.jpg`, - Position: `up`, - Name: `Mira Campos`, - AthleteNumber: 39222, - BeatsPerMinute: 95, - TopSpeed: 5.9, - Registered: `2017-01-11T01:41:31-02:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/am.png`, - CountryName: `Armenia` - }), - new AthletesDataItem( - { - Id: 308, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/15.jpg`, - Position: `down`, - Name: `Esther Kühn`, - AthleteNumber: 24868, - BeatsPerMinute: 92, - TopSpeed: 5.5, - Registered: `2017-05-14T12:30:08-03:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ru.png`, - CountryName: `Russian Federation` - }), - new AthletesDataItem( - { - Id: 308, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/14.jpg`, - Position: `up`, - Name: `Hans Möller`, - AthleteNumber: 34122, - BeatsPerMinute: 109, - TopSpeed: 5.6, - Registered: `2017-06-20T06:02:49-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/dj.png`, - CountryName: `Djibouti` - }), - new AthletesDataItem( - { - Id: 309, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/73.jpg`, - Position: `current`, - Name: `Alice Perry`, - AthleteNumber: 23750, - BeatsPerMinute: 104, - TopSpeed: 5.3, - Registered: `2017-03-31T07:15:46-03:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/lc.png`, - CountryName: `Saint Lucia` - }), - new AthletesDataItem( - { - Id: 310, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/92.jpg`, - Position: `up`, - Name: `Kaya Tekand`, - AthleteNumber: 11028, - BeatsPerMinute: 93, - TopSpeed: 5.2, - Registered: `2017-04-10T09:57:13-03:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/fj.png`, - CountryName: `Fiji` - }), - new AthletesDataItem( - { - Id: 311, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/92.jpg`, - Position: `down`, - Name: `Ilona Salonen`, - AthleteNumber: 27068, - BeatsPerMinute: 91, - TopSpeed: 5.4, - Registered: `2017-07-03T06:19:47-03:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/bo.png`, - CountryName: `Bolivia` - }), + new AthletesDataItem({ Id: 100, Avatar: `https://static.infragistics.com/xplatform/images/people/women/20.jpg`, Position: `current`, Name: `Alexis Walker`, AthleteNumber: 43183, BeatsPerMinute: 103, TopSpeed: 5.8, Registered: `2017-08-07T10:35:06-03:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/gh.png`, CountryName: `Ghana` }), + new AthletesDataItem({ Id: 101, Avatar: `https://static.infragistics.com/xplatform/images/people/women/71.jpg`, Position: `down`, Name: `Lavínia Silva`, AthleteNumber: 33994, BeatsPerMinute: 93, TopSpeed: 5.6, Registered: `2017-03-22T08:55:46-02:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/no.png`, CountryName: `Norway` }), + new AthletesDataItem({ Id: 105, Avatar: `https://static.infragistics.com/xplatform/images/people/men/5.jpg`, Position: `down`, Name: `Samu Hokkanen`, AthleteNumber: 22469, BeatsPerMinute: 106, TopSpeed: 5.5, Registered: `2017-06-29T04:58:27-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/az.png`, CountryName: `Azerbaijan` }), + new AthletesDataItem({ Id: 107, Avatar: `https://static.infragistics.com/xplatform/images/people/women/92.jpg`, Position: `down`, Name: `Megan Webb`, AthleteNumber: 30713, BeatsPerMinute: 93, TopSpeed: 5.6, Registered: `2017-08-20T09:26:51-03:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/mt.png`, CountryName: `Malta` }), + new AthletesDataItem({ Id: 107, Avatar: `https://static.infragistics.com/xplatform/images/people/men/33.jpg`, Position: `up`, Name: `Pedro Marquez`, AthleteNumber: 16169, BeatsPerMinute: 97, TopSpeed: 5.4, Registered: `2017-11-11T05:14:31-02:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/mw.png`, CountryName: `Malawi` }), + new AthletesDataItem({ Id: 108, Avatar: `https://static.infragistics.com/xplatform/images/people/men/31.jpg`, Position: `up`, Name: `Noah Bergeron`, AthleteNumber: 35139, BeatsPerMinute: 110, TopSpeed: 5.6, Registered: `2017-06-23T01:21:21-03:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ci.png`, CountryName: `Cote DIvoire` }), + new AthletesDataItem({ Id: 110, Avatar: `https://static.infragistics.com/xplatform/images/people/women/15.jpg`, Position: `current`, Name: `Annabell Brand`, AthleteNumber: 39233, BeatsPerMinute: 93, TopSpeed: 5.7, Registered: `2017-03-01T12:21:24-02:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/pg.png`, CountryName: `Papua New Guinea` }), + new AthletesDataItem({ Id: 110, Avatar: `https://static.infragistics.com/xplatform/images/people/women/13.jpg`, Position: `current`, Name: `Özsu Keçeci`, AthleteNumber: 29403, BeatsPerMinute: 106, TopSpeed: 4.2, Registered: `2017-01-19T11:34:13-02:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/lv.png`, CountryName: `Latvia` }), + new AthletesDataItem({ Id: 110, Avatar: `https://static.infragistics.com/xplatform/images/people/women/26.jpg`, Position: `down`, Name: `Emilie Morin`, AthleteNumber: 26164, BeatsPerMinute: 98, TopSpeed: 4.9, Registered: `2017-02-01T04:18:19-02:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/kg.png`, CountryName: `Kyrgyzstan` }), + new AthletesDataItem({ Id: 111, Avatar: `https://static.infragistics.com/xplatform/images/people/men/23.jpg`, Position: `up`, Name: `Connor Green`, AthleteNumber: 44716, BeatsPerMinute: 95, TopSpeed: 4.4, Registered: `2017-06-30T11:23:25-03:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/bb.png`, CountryName: `Barbados` }), + new AthletesDataItem({ Id: 112, Avatar: `https://static.infragistics.com/xplatform/images/people/women/53.jpg`, Position: `down`, Name: `Karen Shaw`, AthleteNumber: 31048, BeatsPerMinute: 107, TopSpeed: 5.7, Registered: `2017-05-15T09:25:03-03:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ec.png`, CountryName: `Ecuador` }), + new AthletesDataItem({ Id: 113, Avatar: `https://static.infragistics.com/xplatform/images/people/women/36.jpg`, Position: `current`, Name: `Marialba Nascimento`, AthleteNumber: 47061, BeatsPerMinute: 108, TopSpeed: 5.2, Registered: `2017-09-19T05:47:21-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/tn.png`, CountryName: `Tunisia` }), + new AthletesDataItem({ Id: 113, Avatar: `https://static.infragistics.com/xplatform/images/people/men/37.jpg`, Position: `current`, Name: `Nick Naumann`, AthleteNumber: 25566, BeatsPerMinute: 109, TopSpeed: 5.9, Registered: `2017-07-12T09:01:11-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/sz.png`, CountryName: `Swaziland` }), + new AthletesDataItem({ Id: 116, Avatar: `https://static.infragistics.com/xplatform/images/people/women/1.jpg`, Position: `down`, Name: `Sevcan Kollen`, AthleteNumber: 13728, BeatsPerMinute: 104, TopSpeed: 5.3, Registered: `2017-09-08T08:29:08-03:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/gt.png`, CountryName: `Guatemala` }), + new AthletesDataItem({ Id: 121, Avatar: `https://static.infragistics.com/xplatform/images/people/men/48.jpg`, Position: `current`, Name: `Väinö Salmi`, AthleteNumber: 29839, BeatsPerMinute: 107, TopSpeed: 5.5, Registered: `2017-10-21T05:57:02-03:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/gw.png`, CountryName: `Guinea-Bissau` }), + new AthletesDataItem({ Id: 121, Avatar: `https://static.infragistics.com/xplatform/images/people/men/31.jpg`, Position: `down`, Name: `Ivan Ivanov`, AthleteNumber: 11054, BeatsPerMinute: 108, TopSpeed: 5.7, Registered: `2017-04-18T08:03:01-03:00`, TrackProgress: 75, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/bg.png`, CountryName: `Bulgaria` }), + new AthletesDataItem({ Id: 121, Avatar: `https://static.infragistics.com/xplatform/images/people/men/45.jpg`, Position: `current`, Name: `Maurice Lambert`, AthleteNumber: 17443, BeatsPerMinute: 96, TopSpeed: 5.6, Registered: `2017-06-05T08:19:32-03:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/bd.png`, CountryName: `Bangladesh` }), + new AthletesDataItem({ Id: 122, Avatar: `https://static.infragistics.com/xplatform/images/people/women/71.jpg`, Position: `down`, Name: `Natalie Conrad`, AthleteNumber: 42602, BeatsPerMinute: 108, TopSpeed: 6, Registered: `2017-03-18T06:35:44-02:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/tt.png`, CountryName: `Trinidad and Tobago` }), + new AthletesDataItem({ Id: 122, Avatar: `https://static.infragistics.com/xplatform/images/people/men/57.jpg`, Position: `down`, Name: `Jack Jean-baptiste`, AthleteNumber: 40427, BeatsPerMinute: 110, TopSpeed: 4.3, Registered: `2017-11-09T08:50:06-02:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/cm.png`, CountryName: `Cameroon` }), + new AthletesDataItem({ Id: 123, Avatar: `https://static.infragistics.com/xplatform/images/people/women/19.jpg`, Position: `down`, Name: `Flora Perez`, AthleteNumber: 23907, BeatsPerMinute: 102, TopSpeed: 5.8, Registered: `2017-04-12T04:16:56-03:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/pl.png`, CountryName: `Poland` }), + new AthletesDataItem({ Id: 123, Avatar: `https://static.infragistics.com/xplatform/images/people/women/12.jpg`, Position: `up`, Name: `آنیتا كامياران`, AthleteNumber: 18980, BeatsPerMinute: 90, TopSpeed: 4.5, Registered: `2017-07-21T06:42:59-03:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/lb.png`, CountryName: `Lebanon` }), + new AthletesDataItem({ Id: 123, Avatar: `https://static.infragistics.com/xplatform/images/people/men/31.jpg`, Position: `current`, Name: `Eeli Makinen`, AthleteNumber: 45296, BeatsPerMinute: 106, TopSpeed: 5.2, Registered: `2017-01-06T09:58:02-02:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/fi.png`, CountryName: `Finland` }), + new AthletesDataItem({ Id: 124, Avatar: `https://static.infragistics.com/xplatform/images/people/men/98.jpg`, Position: `down`, Name: `Mathieu Mathieu`, AthleteNumber: 10555, BeatsPerMinute: 101, TopSpeed: 5.2, Registered: `2017-01-05T07:28:11-02:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/uz.png`, CountryName: `Uzbekistan` }), + new AthletesDataItem({ Id: 124, Avatar: `https://static.infragistics.com/xplatform/images/people/women/19.jpg`, Position: `current`, Name: `Marie Poulsen`, AthleteNumber: 44113, BeatsPerMinute: 109, TopSpeed: 4.7, Registered: `2017-04-15T10:25:21-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ma.png`, CountryName: `Morocco` }), + new AthletesDataItem({ Id: 125, Avatar: `https://static.infragistics.com/xplatform/images/people/women/16.jpg`, Position: `current`, Name: `Altiva Alves`, AthleteNumber: 31850, BeatsPerMinute: 106, TopSpeed: 5.1, Registered: `2017-11-09T02:43:54-02:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/km.png`, CountryName: `Comoros` }), + new AthletesDataItem({ Id: 127, Avatar: `https://static.infragistics.com/xplatform/images/people/men/52.jpg`, Position: `down`, Name: `Gerardo Soto`, AthleteNumber: 22958, BeatsPerMinute: 90, TopSpeed: 5, Registered: `2017-06-04T12:52:03-03:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/co.png`, CountryName: `Colombia` }), + new AthletesDataItem({ Id: 128, Avatar: `https://static.infragistics.com/xplatform/images/people/women/52.jpg`, Position: `up`, Name: `Sophie Lewis`, AthleteNumber: 46222, BeatsPerMinute: 106, TopSpeed: 4.4, Registered: `2017-02-20T09:42:07-02:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/mc.png`, CountryName: `Monaco` }), + new AthletesDataItem({ Id: 129, Avatar: `https://static.infragistics.com/xplatform/images/people/women/34.jpg`, Position: `up`, Name: `Ella Hansen`, AthleteNumber: 27075, BeatsPerMinute: 101, TopSpeed: 5.1, Registered: `2017-01-05T10:12:42-02:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/lk.png`, CountryName: `Sri Lanka` }), + new AthletesDataItem({ Id: 130, Avatar: `https://static.infragistics.com/xplatform/images/people/men/94.jpg`, Position: `up`, Name: `Adem Özdoğan`, AthleteNumber: 45143, BeatsPerMinute: 90, TopSpeed: 5.5, Registered: `2017-02-16T07:11:52-02:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/tm.png`, CountryName: `Turkmenistan` }), + new AthletesDataItem({ Id: 130, Avatar: `https://static.infragistics.com/xplatform/images/people/women/24.jpg`, Position: `down`, Name: `آوا احمدی`, AthleteNumber: 44347, BeatsPerMinute: 110, TopSpeed: 4.1, Registered: `2017-06-04T09:04:31-03:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/cn.png`, CountryName: `China` }), + new AthletesDataItem({ Id: 131, Avatar: `https://static.infragistics.com/xplatform/images/people/women/61.jpg`, Position: `current`, Name: `Eliza Bishop`, AthleteNumber: 31774, BeatsPerMinute: 96, TopSpeed: 4.7, Registered: `2017-09-22T11:49:02-03:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/eh.png`, CountryName: `Western Sahara` }), + new AthletesDataItem({ Id: 131, Avatar: `https://static.infragistics.com/xplatform/images/people/women/61.jpg`, Position: `down`, Name: `Veronika Huber`, AthleteNumber: 18146, BeatsPerMinute: 103, TopSpeed: 5.2, Registered: `2017-07-13T02:23:56-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/to.png`, CountryName: `Tonga` }), + new AthletesDataItem({ Id: 134, Avatar: `https://static.infragistics.com/xplatform/images/people/women/66.jpg`, Position: `down`, Name: `Anni Waisanen`, AthleteNumber: 32133, BeatsPerMinute: 99, TopSpeed: 5, Registered: `2017-08-17T01:35:09-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/do.png`, CountryName: `Dominican Republic` }), + new AthletesDataItem({ Id: 135, Avatar: `https://static.infragistics.com/xplatform/images/people/men/84.jpg`, Position: `down`, Name: `Darryl Douglas`, AthleteNumber: 35826, BeatsPerMinute: 96, TopSpeed: 4.6, Registered: `2017-07-20T11:45:52-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/tr.png`, CountryName: `Turkey` }), + new AthletesDataItem({ Id: 136, Avatar: `https://static.infragistics.com/xplatform/images/people/women/10.jpg`, Position: `down`, Name: `Elaine Matthews`, AthleteNumber: 38574, BeatsPerMinute: 110, TopSpeed: 5.5, Registered: `2017-01-26T11:50:00-02:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/cv.png`, CountryName: `Cape Verde` }), + new AthletesDataItem({ Id: 137, Avatar: `https://static.infragistics.com/xplatform/images/people/women/75.jpg`, Position: `up`, Name: `Gloria Caballero`, AthleteNumber: 43379, BeatsPerMinute: 103, TopSpeed: 4.3, Registered: `2017-08-10T08:27:45-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/il.png`, CountryName: `Israel` }), + new AthletesDataItem({ Id: 137, Avatar: `https://static.infragistics.com/xplatform/images/people/men/80.jpg`, Position: `down`, Name: `Lance Dunn`, AthleteNumber: 10113, BeatsPerMinute: 94, TopSpeed: 4.5, Registered: `2017-03-13T10:51:36-02:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/cy.png`, CountryName: `Cyprus` }), + new AthletesDataItem({ Id: 138, Avatar: `https://static.infragistics.com/xplatform/images/people/men/31.jpg`, Position: `down`, Name: `Antoine Mackay`, AthleteNumber: 34547, BeatsPerMinute: 104, TopSpeed: 5, Registered: `2017-08-22T09:11:37-03:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ls.png`, CountryName: `Lesotho` }), + new AthletesDataItem({ Id: 138, Avatar: `https://static.infragistics.com/xplatform/images/people/men/78.jpg`, Position: `current`, Name: `Oscar Calvo`, AthleteNumber: 45078, BeatsPerMinute: 109, TopSpeed: 4.3, Registered: `2017-06-19T10:57:42-03:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/cu.png`, CountryName: `Cuba` }), + new AthletesDataItem({ Id: 138, Avatar: `https://static.infragistics.com/xplatform/images/people/men/38.jpg`, Position: `current`, Name: `Derrick Price`, AthleteNumber: 19792, BeatsPerMinute: 94, TopSpeed: 5.6, Registered: `2017-03-19T01:10:55-02:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ar.png`, CountryName: `Argentina` }), + new AthletesDataItem({ Id: 139, Avatar: `https://static.infragistics.com/xplatform/images/people/women/28.jpg`, Position: `current`, Name: `Annabell Barth`, AthleteNumber: 41130, BeatsPerMinute: 103, TopSpeed: 5, Registered: `2017-08-24T11:58:56-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ht.png`, CountryName: `Haiti` }), + new AthletesDataItem({ Id: 141, Avatar: `https://static.infragistics.com/xplatform/images/people/men/15.jpg`, Position: `current`, Name: `Miro Korpela`, AthleteNumber: 40544, BeatsPerMinute: 104, TopSpeed: 5.3, Registered: `2017-01-10T07:12:44-02:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/nl.png`, CountryName: `Netherlands` }), + new AthletesDataItem({ Id: 142, Avatar: `https://static.infragistics.com/xplatform/images/people/women/63.jpg`, Position: `current`, Name: `Nicoline Thomsen`, AthleteNumber: 36778, BeatsPerMinute: 99, TopSpeed: 5.5, Registered: `2017-03-26T10:04:29-03:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/bj.png`, CountryName: `Benin` }), + new AthletesDataItem({ Id: 143, Avatar: `https://static.infragistics.com/xplatform/images/people/men/38.jpg`, Position: `up`, Name: `رضا کوتی`, AthleteNumber: 13640, BeatsPerMinute: 103, TopSpeed: 4.2, Registered: `2017-04-30T02:34:29-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/pk.png`, CountryName: `Pakistan` }), + new AthletesDataItem({ Id: 144, Avatar: `https://static.infragistics.com/xplatform/images/people/women/57.jpg`, Position: `down`, Name: `Milja Leino`, AthleteNumber: 33563, BeatsPerMinute: 110, TopSpeed: 4.1, Registered: `2017-11-01T10:34:07-02:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/bf.png`, CountryName: `Burkina Faso` }), + new AthletesDataItem({ Id: 147, Avatar: `https://static.infragistics.com/xplatform/images/people/men/8.jpg`, Position: `down`, Name: `میلاد یاسمی`, AthleteNumber: 44023, BeatsPerMinute: 104, TopSpeed: 5.2, Registered: `2017-06-10T04:11:01-03:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/tg.png`, CountryName: `Togo` }), + new AthletesDataItem({ Id: 150, Avatar: `https://static.infragistics.com/xplatform/images/people/men/52.jpg`, Position: `up`, Name: `Gustav Petersen`, AthleteNumber: 20984, BeatsPerMinute: 107, TopSpeed: 4.6, Registered: `2017-01-01T07:40:19-02:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/bz.png`, CountryName: `Belize` }), + new AthletesDataItem({ Id: 151, Avatar: `https://static.infragistics.com/xplatform/images/people/women/88.jpg`, Position: `current`, Name: `Charlotte Mills`, AthleteNumber: 49829, BeatsPerMinute: 92, TopSpeed: 5.3, Registered: `2017-05-10T04:33:10-03:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/mg.png`, CountryName: `Madagascar` }), + new AthletesDataItem({ Id: 154, Avatar: `https://static.infragistics.com/xplatform/images/people/women/54.jpg`, Position: `down`, Name: `Rhonda Simmmons`, AthleteNumber: 37139, BeatsPerMinute: 96, TopSpeed: 5.1, Registered: `2017-07-03T05:39:45-03:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/nr.png`, CountryName: `Nauru` }), + new AthletesDataItem({ Id: 155, Avatar: `https://static.infragistics.com/xplatform/images/people/men/82.jpg`, Position: `up`, Name: `Justin Philippe`, AthleteNumber: 12858, BeatsPerMinute: 104, TopSpeed: 5.7, Registered: `2017-03-16T02:00:35-02:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/mv.png`, CountryName: `Maldives` }), + new AthletesDataItem({ Id: 159, Avatar: `https://static.infragistics.com/xplatform/images/people/women/66.jpg`, Position: `up`, Name: `Eva Dean`, AthleteNumber: 48874, BeatsPerMinute: 103, TopSpeed: 5.7, Registered: `2017-03-04T01:58:52-02:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/st.png`, CountryName: `Sao Tome and Principe` }), + new AthletesDataItem({ Id: 161, Avatar: `https://static.infragistics.com/xplatform/images/people/men/89.jpg`, Position: `up`, Name: `Franklin Byrd`, AthleteNumber: 49498, BeatsPerMinute: 106, TopSpeed: 5.3, Registered: `2017-11-04T11:09:26-02:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/tw.png`, CountryName: `Taiwan, Province of China` }), + new AthletesDataItem({ Id: 161, Avatar: `https://static.infragistics.com/xplatform/images/people/men/38.jpg`, Position: `current`, Name: `Alex Martin`, AthleteNumber: 27887, BeatsPerMinute: 96, TopSpeed: 4.2, Registered: `2017-10-28T04:06:33-03:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/eg.png`, CountryName: `Egypt` }), + new AthletesDataItem({ Id: 162, Avatar: `https://static.infragistics.com/xplatform/images/people/women/0.jpg`, Position: `current`, Name: `Alex Craig`, AthleteNumber: 21868, BeatsPerMinute: 94, TopSpeed: 4.2, Registered: `2017-03-19T10:20:51-02:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/sy.png`, CountryName: `Syrian Arab Republic` }), + new AthletesDataItem({ Id: 162, Avatar: `https://static.infragistics.com/xplatform/images/people/men/5.jpg`, Position: `down`, Name: `Adam Bouchard`, AthleteNumber: 38672, BeatsPerMinute: 99, TopSpeed: 4.7, Registered: `2017-01-04T03:04:05-02:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/sc.png`, CountryName: `Seychelles` }), + new AthletesDataItem({ Id: 163, Avatar: `https://static.infragistics.com/xplatform/images/people/men/70.jpg`, Position: `down`, Name: `میلاد قاسمی`, AthleteNumber: 12788, BeatsPerMinute: 101, TopSpeed: 4.1, Registered: `2017-03-01T07:51:17-02:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ws.png`, CountryName: `Samoa` }), + new AthletesDataItem({ Id: 163, Avatar: `https://static.infragistics.com/xplatform/images/people/women/52.jpg`, Position: `up`, Name: `Millie Cooper`, AthleteNumber: 14610, BeatsPerMinute: 99, TopSpeed: 5.4, Registered: `2017-05-08T09:30:14-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ni.png`, CountryName: `Nicaragua` }), + new AthletesDataItem({ Id: 163, Avatar: `https://static.infragistics.com/xplatform/images/people/women/21.jpg`, Position: `up`, Name: `Pippa Roberts`, AthleteNumber: 15588, BeatsPerMinute: 105, TopSpeed: 4.1, Registered: `2017-02-07T10:23:13-02:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/kh.png`, CountryName: `Cambodia` }), + new AthletesDataItem({ Id: 164, Avatar: `https://static.infragistics.com/xplatform/images/people/women/51.jpg`, Position: `current`, Name: `Ethel Stephens`, AthleteNumber: 18692, BeatsPerMinute: 94, TopSpeed: 4.1, Registered: `2017-02-13T05:03:04-02:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ua.png`, CountryName: `Ukraine` }), + new AthletesDataItem({ Id: 165, Avatar: `https://static.infragistics.com/xplatform/images/people/men/79.jpg`, Position: `down`, Name: `Mario Ellis`, AthleteNumber: 18026, BeatsPerMinute: 99, TopSpeed: 5.5, Registered: `2017-02-13T11:53:15-02:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ml.png`, CountryName: `Mali` }), + new AthletesDataItem({ Id: 166, Avatar: `https://static.infragistics.com/xplatform/images/people/women/74.jpg`, Position: `current`, Name: `Maria Parra`, AthleteNumber: 39861, BeatsPerMinute: 106, TopSpeed: 6, Registered: `2017-01-30T09:22:52-02:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ki.png`, CountryName: `Kiribati` }), + new AthletesDataItem({ Id: 167, Avatar: `https://static.infragistics.com/xplatform/images/people/men/67.jpg`, Position: `down`, Name: `Aatu Ranta`, AthleteNumber: 38049, BeatsPerMinute: 94, TopSpeed: 5.1, Registered: `2017-07-21T04:22:18-03:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ae.png`, CountryName: `United Arab Emirates` }), + new AthletesDataItem({ Id: 167, Avatar: `https://static.infragistics.com/xplatform/images/people/women/62.jpg`, Position: `current`, Name: `Pippa Morris`, AthleteNumber: 44421, BeatsPerMinute: 101, TopSpeed: 5.5, Registered: `2017-03-06T09:21:58-02:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/tj.png`, CountryName: `Tajikistan` }), + new AthletesDataItem({ Id: 167, Avatar: `https://static.infragistics.com/xplatform/images/people/women/32.jpg`, Position: `current`, Name: `Esma Adıvar`, AthleteNumber: 35565, BeatsPerMinute: 99, TopSpeed: 4.2, Registered: `2017-06-17T12:34:29-03:00`, TrackProgress: 75, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ph.png`, CountryName: `Philippines` }), + new AthletesDataItem({ Id: 167, Avatar: `https://static.infragistics.com/xplatform/images/people/men/19.jpg`, Position: `down`, Name: `Louis Smith`, AthleteNumber: 31837, BeatsPerMinute: 98, TopSpeed: 5.4, Registered: `2017-03-19T08:12:23-02:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/lr.png`, CountryName: `Liberia` }), + new AthletesDataItem({ Id: 167, Avatar: `https://static.infragistics.com/xplatform/images/people/men/81.jpg`, Position: `down`, Name: `Milo Charles`, AthleteNumber: 10661, BeatsPerMinute: 99, TopSpeed: 5.4, Registered: `2017-07-20T09:00:22-03:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/is.png`, CountryName: `Iceland` }), + new AthletesDataItem({ Id: 168, Avatar: `https://static.infragistics.com/xplatform/images/people/men/10.jpg`, Position: `current`, Name: `Calvin Hunt`, AthleteNumber: 35535, BeatsPerMinute: 94, TopSpeed: 4.5, Registered: `2017-11-07T09:58:42-02:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/at.png`, CountryName: `Austria` }), + new AthletesDataItem({ Id: 169, Avatar: `https://static.infragistics.com/xplatform/images/people/men/44.jpg`, Position: `up`, Name: `Aziz Santos`, AthleteNumber: 38947, BeatsPerMinute: 98, TopSpeed: 4, Registered: `2017-04-03T02:18:46-03:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/gb.png`, CountryName: `United Kingdom` }), + new AthletesDataItem({ Id: 169, Avatar: `https://static.infragistics.com/xplatform/images/people/men/21.jpg`, Position: `down`, Name: `Julian Barth`, AthleteNumber: 19011, BeatsPerMinute: 91, TopSpeed: 5.2, Registered: `2017-04-21T08:08:33-03:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/gd.png`, CountryName: `Grenada` }), + new AthletesDataItem({ Id: 170, Avatar: `https://static.infragistics.com/xplatform/images/people/men/60.jpg`, Position: `up`, Name: `Fernando Gimenez`, AthleteNumber: 31290, BeatsPerMinute: 102, TopSpeed: 5.1, Registered: `2017-06-21T06:45:54-03:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/uz.png`, CountryName: `Uruguay` }), + new AthletesDataItem({ Id: 173, Avatar: `https://static.infragistics.com/xplatform/images/people/women/18.jpg`, Position: `current`, Name: `Hassana Camp`, AthleteNumber: 14467, BeatsPerMinute: 104, TopSpeed: 5.2, Registered: `2017-06-02T12:21:59-03:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/cz.png`, CountryName: `Czechia` }), + new AthletesDataItem({ Id: 174, Avatar: `https://static.infragistics.com/xplatform/images/people/women/29.jpg`, Position: `current`, Name: `Beatriz Gallardo`, AthleteNumber: 38538, BeatsPerMinute: 101, TopSpeed: 6, Registered: `2017-11-06T02:14:31-02:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/er.png`, CountryName: `Eritrea` }), + new AthletesDataItem({ Id: 176, Avatar: `https://static.infragistics.com/xplatform/images/people/men/26.jpg`, Position: `current`, Name: `Tim Neal`, AthleteNumber: 45860, BeatsPerMinute: 97, TopSpeed: 5.6, Registered: `2017-04-21T04:06:34-03:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/pa.png`, CountryName: `Panama` }), + new AthletesDataItem({ Id: 176, Avatar: `https://static.infragistics.com/xplatform/images/people/men/35.jpg`, Position: `down`, Name: `Laudelino Castro`, AthleteNumber: 12711, BeatsPerMinute: 106, TopSpeed: 4.4, Registered: `2017-02-08T04:03:22-02:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/hr.png`, CountryName: `Croatia` }), + new AthletesDataItem({ Id: 178, Avatar: `https://static.infragistics.com/xplatform/images/people/women/65.jpg`, Position: `down`, Name: `Lillian Wade`, AthleteNumber: 10729, BeatsPerMinute: 110, TopSpeed: 4.8, Registered: `2017-04-07T09:53:13-03:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/sb.png`, CountryName: `Solomon Islands` }), + new AthletesDataItem({ Id: 180, Avatar: `https://static.infragistics.com/xplatform/images/people/women/90.jpg`, Position: `up`, Name: `Lillian Bowman`, AthleteNumber: 35323, BeatsPerMinute: 103, TopSpeed: 4.5, Registered: `2017-08-31T11:55:25-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/gy.png`, CountryName: `Guyana` }), + new AthletesDataItem({ Id: 182, Avatar: `https://static.infragistics.com/xplatform/images/people/women/14.jpg`, Position: `up`, Name: `Ariena Achterberg`, AthleteNumber: 41330, BeatsPerMinute: 92, TopSpeed: 5.6, Registered: `2017-10-22T02:15:39-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/kr.png`, CountryName: `South Korea` }), + new AthletesDataItem({ Id: 182, Avatar: `https://static.infragistics.com/xplatform/images/people/men/94.jpg`, Position: `current`, Name: `Gerald Schmidt`, AthleteNumber: 47410, BeatsPerMinute: 102, TopSpeed: 5.8, Registered: `2017-02-20T11:53:08-02:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ge.png`, CountryName: `Georgia` }), + new AthletesDataItem({ Id: 183, Avatar: `https://static.infragistics.com/xplatform/images/people/men/74.jpg`, Position: `down`, Name: `Yarno Kin`, AthleteNumber: 47324, BeatsPerMinute: 107, TopSpeed: 5.1, Registered: `2017-08-26T08:21:22-03:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ro.png`, CountryName: `Romania` }), + new AthletesDataItem({ Id: 183, Avatar: `https://static.infragistics.com/xplatform/images/people/women/53.jpg`, Position: `up`, Name: `رونیکا سلطانی نژاد`, AthleteNumber: 35233, BeatsPerMinute: 99, TopSpeed: 4.6, Registered: `2017-08-13T01:05:52-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/mk.png`, CountryName: `Macedonia, The Former Yugoslav Republic of` }), + new AthletesDataItem({ Id: 186, Avatar: `https://static.infragistics.com/xplatform/images/people/men/2.jpg`, Position: `up`, Name: `کوروش کامروا`, AthleteNumber: 13506, BeatsPerMinute: 109, TopSpeed: 4.4, Registered: `2017-04-16T01:10:37-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/nu.png`, CountryName: `Niue` }), + new AthletesDataItem({ Id: 186, Avatar: `https://static.infragistics.com/xplatform/images/people/men/42.jpg`, Position: `up`, Name: `Jimmy Bailey`, AthleteNumber: 38510, BeatsPerMinute: 101, TopSpeed: 4.7, Registered: `2017-06-30T04:13:42-03:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/cr.png`, CountryName: `Costa Rica` }), + new AthletesDataItem({ Id: 188, Avatar: `https://static.infragistics.com/xplatform/images/people/men/3.jpg`, Position: `current`, Name: `Foppe Delfos`, AthleteNumber: 39679, BeatsPerMinute: 107, TopSpeed: 4.1, Registered: `2017-08-05T10:54:56-03:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/py.png`, CountryName: `Paraguay` }), + new AthletesDataItem({ Id: 188, Avatar: `https://static.infragistics.com/xplatform/images/people/men/81.jpg`, Position: `down`, Name: `آراد یاسمی`, AthleteNumber: 34370, BeatsPerMinute: 99, TopSpeed: 5.9, Registered: `2017-02-02T11:42:41-02:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/mu.png`, CountryName: `Mauritius` }), + new AthletesDataItem({ Id: 188, Avatar: `https://static.infragistics.com/xplatform/images/people/women/45.jpg`, Position: `down`, Name: `Ceylan Duygulu`, AthleteNumber: 21527, BeatsPerMinute: 99, TopSpeed: 4.9, Registered: `2017-07-13T09:06:04-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/dm.png`, CountryName: `Dominica` }), + new AthletesDataItem({ Id: 190, Avatar: `https://static.infragistics.com/xplatform/images/people/women/2.jpg`, Position: `current`, Name: `Venla Korpela`, AthleteNumber: 16454, BeatsPerMinute: 92, TopSpeed: 4.1, Registered: `2017-08-22T10:36:38-03:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/hu.png`, CountryName: `Hungary` }), + new AthletesDataItem({ Id: 190, Avatar: `https://static.infragistics.com/xplatform/images/people/women/53.jpg`, Position: `current`, Name: `Gladys Van Der Steeg`, AthleteNumber: 20216, BeatsPerMinute: 94, TopSpeed: 4.3, Registered: `2017-10-09T02:01:16-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/de.png`, CountryName: `Germany` }), + new AthletesDataItem({ Id: 190, Avatar: `https://static.infragistics.com/xplatform/images/people/women/44.jpg`, Position: `current`, Name: `Kiara Dubois`, AthleteNumber: 49964, BeatsPerMinute: 97, TopSpeed: 5.6, Registered: `2017-09-28T04:37:56-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/au.png`, CountryName: `Australia` }), + new AthletesDataItem({ Id: 191, Avatar: `https://static.infragistics.com/xplatform/images/people/men/42.jpg`, Position: `current`, Name: `آرش احمدی`, AthleteNumber: 36948, BeatsPerMinute: 90, TopSpeed: 4.1, Registered: `2017-09-08T01:22:14-03:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/np.png`, CountryName: `Nepal` }), + new AthletesDataItem({ Id: 191, Avatar: `https://static.infragistics.com/xplatform/images/people/women/13.jpg`, Position: `up`, Name: `Sheryl Collins`, AthleteNumber: 36473, BeatsPerMinute: 98, TopSpeed: 4.2, Registered: `2017-03-23T12:54:35-02:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ke.png`, CountryName: `Kenya` }), + new AthletesDataItem({ Id: 191, Avatar: `https://static.infragistics.com/xplatform/images/people/women/72.jpg`, Position: `up`, Name: `Clarisse Rey`, AthleteNumber: 29795, BeatsPerMinute: 98, TopSpeed: 4.9, Registered: `2017-06-09T08:07:19-03:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ba.png`, CountryName: `Bosnia and Herzegovina` }), + new AthletesDataItem({ Id: 192, Avatar: `https://static.infragistics.com/xplatform/images/people/women/44.jpg`, Position: `down`, Name: `Viivi Kujala`, AthleteNumber: 29939, BeatsPerMinute: 93, TopSpeed: 4.1, Registered: `2017-05-03T02:40:05-03:00`, TrackProgress: 75, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/so.png`, CountryName: `Somalia` }), + new AthletesDataItem({ Id: 193, Avatar: `https://static.infragistics.com/xplatform/images/people/women/9.jpg`, Position: `down`, Name: `Juanita Franklin`, AthleteNumber: 13907, BeatsPerMinute: 91, TopSpeed: 6, Registered: `2017-10-04T02:46:46-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/vu.png`, CountryName: `Vanuatu` }), + new AthletesDataItem({ Id: 193, Avatar: `https://static.infragistics.com/xplatform/images/people/women/59.jpg`, Position: `down`, Name: `Sophia Carlson`, AthleteNumber: 44183, BeatsPerMinute: 102, TopSpeed: 5.1, Registered: `2017-09-04T07:03:19-03:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ee.png`, CountryName: `Estonia` }), + new AthletesDataItem({ Id: 194, Avatar: `https://static.infragistics.com/xplatform/images/people/women/62.jpg`, Position: `up`, Name: `آوا سلطانی نژاد`, AthleteNumber: 45635, BeatsPerMinute: 98, TopSpeed: 4.1, Registered: `2017-04-10T11:39:46-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/se.png`, CountryName: `Sweden` }), + new AthletesDataItem({ Id: 194, Avatar: `https://static.infragistics.com/xplatform/images/people/men/11.jpg`, Position: `down`, Name: `Kaya Taşlı`, AthleteNumber: 42291, BeatsPerMinute: 100, TopSpeed: 4.7, Registered: `2017-01-30T03:23:36-02:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/sn.png`, CountryName: `Senegal` }), + new AthletesDataItem({ Id: 194, Avatar: `https://static.infragistics.com/xplatform/images/people/men/71.jpg`, Position: `down`, Name: `Adrian Ibañez`, AthleteNumber: 21968, BeatsPerMinute: 105, TopSpeed: 5.3, Registered: `2017-02-03T04:36:54-02:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/om.png`, CountryName: `Oman` }), + new AthletesDataItem({ Id: 196, Avatar: `https://static.infragistics.com/xplatform/images/people/women/17.jpg`, Position: `current`, Name: `Parel Zuidhof`, AthleteNumber: 32718, BeatsPerMinute: 105, TopSpeed: 5, Registered: `2017-01-21T10:19:56-02:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/jm.png`, CountryName: `Jamaica` }), + new AthletesDataItem({ Id: 196, Avatar: `https://static.infragistics.com/xplatform/images/people/women/30.jpg`, Position: `up`, Name: `Begüm Erkekli`, AthleteNumber: 37888, BeatsPerMinute: 104, TopSpeed: 4.6, Registered: `2017-10-04T03:02:35-03:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/sv.png`, CountryName: `El Salvador` }), + new AthletesDataItem({ Id: 197, Avatar: `https://static.infragistics.com/xplatform/images/people/men/93.jpg`, Position: `current`, Name: `Brent Lord`, AthleteNumber: 20943, BeatsPerMinute: 92, TopSpeed: 4.8, Registered: `2017-01-23T06:14:22-02:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/dz.png`, CountryName: `Algeria` }), + new AthletesDataItem({ Id: 199, Avatar: `https://static.infragistics.com/xplatform/images/people/women/68.jpg`, Position: `up`, Name: `Lucie Dumont`, AthleteNumber: 12104, BeatsPerMinute: 108, TopSpeed: 4, Registered: `2017-01-08T02:13:29-02:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ca.png`, CountryName: `Canada` }), + new AthletesDataItem({ Id: 210, Avatar: `https://static.infragistics.com/xplatform/images/people/women/13.jpg`, Position: `down`, Name: `Maeva Bergeron`, AthleteNumber: 15655, BeatsPerMinute: 94, TopSpeed: 5.9, Registered: `2017-10-03T09:42:15-03:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/mx.png`, CountryName: `Mexico` }), + new AthletesDataItem({ Id: 212, Avatar: `https://static.infragistics.com/xplatform/images/people/women/83.jpg`, Position: `up`, Name: `Sara Larsen`, AthleteNumber: 37094, BeatsPerMinute: 97, TopSpeed: 4.5, Registered: `2017-04-14T11:48:28-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/sa.png`, CountryName: `Saudi Arabia` }), + new AthletesDataItem({ Id: 214, Avatar: `https://static.infragistics.com/xplatform/images/people/women/84.jpg`, Position: `up`, Name: `Ömür Denkel`, AthleteNumber: 31061, BeatsPerMinute: 104, TopSpeed: 4.5, Registered: `2017-02-18T05:32:55-02:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/tv.png`, CountryName: `Tuvalu` }), + new AthletesDataItem({ Id: 215, Avatar: `https://static.infragistics.com/xplatform/images/people/women/79.jpg`, Position: `down`, Name: `Marilou Hubert`, AthleteNumber: 43655, BeatsPerMinute: 104, TopSpeed: 4.2, Registered: `2017-09-28T11:13:00-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/mm.png`, CountryName: `Myanmar` }), + new AthletesDataItem({ Id: 216, Avatar: `https://static.infragistics.com/xplatform/images/people/men/72.jpg`, Position: `down`, Name: `Felix Olsen`, AthleteNumber: 43198, BeatsPerMinute: 101, TopSpeed: 4.2, Registered: `2017-09-27T01:17:14-03:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/fr.png`, CountryName: `France` }), + new AthletesDataItem({ Id: 219, Avatar: `https://static.infragistics.com/xplatform/images/people/women/6.jpg`, Position: `current`, Name: `Sedef Tunçeri`, AthleteNumber: 48164, BeatsPerMinute: 108, TopSpeed: 5.6, Registered: `2017-03-29T11:54:15-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/bt.png`, CountryName: `Bhutan` }), + new AthletesDataItem({ Id: 221, Avatar: `https://static.infragistics.com/xplatform/images/people/men/73.jpg`, Position: `down`, Name: `Kuzey Aclan`, AthleteNumber: 18583, BeatsPerMinute: 102, TopSpeed: 5.3, Registered: `2017-09-12T09:14:14-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/td.png`, CountryName: `Chad` }), + new AthletesDataItem({ Id: 223, Avatar: `https://static.infragistics.com/xplatform/images/people/men/72.jpg`, Position: `down`, Name: `Gökhan Aşıkoğlu`, AthleteNumber: 13890, BeatsPerMinute: 105, TopSpeed: 5.4, Registered: `2017-03-31T06:14:26-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/jp.png`, CountryName: `Japan` }), + new AthletesDataItem({ Id: 224, Avatar: `https://static.infragistics.com/xplatform/images/people/men/0.jpg`, Position: `down`, Name: `Joan Ortega`, AthleteNumber: 49478, BeatsPerMinute: 103, TopSpeed: 5.4, Registered: `2017-07-04T03:01:47-03:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/gq.png`, CountryName: `Equatorial Guinea` }), + new AthletesDataItem({ Id: 225, Avatar: `https://static.infragistics.com/xplatform/images/people/men/42.jpg`, Position: `up`, Name: `Stanley Hart`, AthleteNumber: 14150, BeatsPerMinute: 91, TopSpeed: 4.5, Registered: `2017-08-19T03:02:33-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ve.png`, CountryName: `Venezuela` }), + new AthletesDataItem({ Id: 227, Avatar: `https://static.infragistics.com/xplatform/images/people/men/9.jpg`, Position: `current`, Name: `Johann Hinz`, AthleteNumber: 48244, BeatsPerMinute: 94, TopSpeed: 4.3, Registered: `2017-03-10T07:36:56-02:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/sd.png`, CountryName: `Sudan` }), + new AthletesDataItem({ Id: 227, Avatar: `https://static.infragistics.com/xplatform/images/people/women/61.jpg`, Position: `up`, Name: `Layla Douglas`, AthleteNumber: 21977, BeatsPerMinute: 97, TopSpeed: 5.4, Registered: `2017-04-19T11:43:38-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/si.png`, CountryName: `Slovenia` }), + new AthletesDataItem({ Id: 229, Avatar: `https://static.infragistics.com/xplatform/images/people/men/29.jpg`, Position: `current`, Name: `Selmo Caldeira`, AthleteNumber: 21837, BeatsPerMinute: 110, TopSpeed: 4.9, Registered: `2017-10-20T03:40:24-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ly.png`, CountryName: `Libyan Arab Jamahiriya` }), + new AthletesDataItem({ Id: 231, Avatar: `https://static.infragistics.com/xplatform/images/people/men/56.jpg`, Position: `up`, Name: `Judd Campbell`, AthleteNumber: 37365, BeatsPerMinute: 110, TopSpeed: 5, Registered: `2017-10-19T11:01:10-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/la.png`, CountryName: `Lao PeopleS Democratic Republic` }), + new AthletesDataItem({ Id: 233, Avatar: `https://static.infragistics.com/xplatform/images/people/men/18.jpg`, Position: `up`, Name: `Zackary Roy`, AthleteNumber: 45996, BeatsPerMinute: 92, TopSpeed: 4.9, Registered: `2017-07-07T03:51:26-03:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/bs.png`, CountryName: `Bahamas` }), + new AthletesDataItem({ Id: 234, Avatar: `https://static.infragistics.com/xplatform/images/people/women/19.jpg`, Position: `down`, Name: `Linda Schäfer`, AthleteNumber: 43074, BeatsPerMinute: 107, TopSpeed: 5.1, Registered: `2017-01-05T11:41:20-02:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ye.png`, CountryName: `Yemen` }), + new AthletesDataItem({ Id: 235, Avatar: `https://static.infragistics.com/xplatform/images/people/women/42.jpg`, Position: `down`, Name: `Elaine Smith`, AthleteNumber: 38243, BeatsPerMinute: 108, TopSpeed: 4, Registered: `2017-06-11T12:20:41-03:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/li.png`, CountryName: `Liechtenstein` }), + new AthletesDataItem({ Id: 237, Avatar: `https://static.infragistics.com/xplatform/images/people/men/86.jpg`, Position: `down`, Name: `Clyde Matthews`, AthleteNumber: 11955, BeatsPerMinute: 93, TopSpeed: 5.2, Registered: `2017-03-02T05:01:02-02:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/pw.png`, CountryName: `Palau` }), + new AthletesDataItem({ Id: 238, Avatar: `https://static.infragistics.com/xplatform/images/people/women/17.jpg`, Position: `current`, Name: `Charlotte Meyer`, AthleteNumber: 21442, BeatsPerMinute: 110, TopSpeed: 4.6, Registered: `2017-10-19T10:38:35-03:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ck.png`, CountryName: `Cook Islands` }), + new AthletesDataItem({ Id: 240, Avatar: `https://static.infragistics.com/xplatform/images/people/men/5.jpg`, Position: `down`, Name: `Carter Evans`, AthleteNumber: 46961, BeatsPerMinute: 100, TopSpeed: 5.3, Registered: `2017-07-23T02:43:07-03:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/lu.png`, CountryName: `Luxembourg` }), + new AthletesDataItem({ Id: 240, Avatar: `https://static.infragistics.com/xplatform/images/people/men/33.jpg`, Position: `down`, Name: `Alberto Clark`, AthleteNumber: 29912, BeatsPerMinute: 93, TopSpeed: 4.6, Registered: `2017-02-02T03:50:21-02:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ag.png`, CountryName: `Antigua and Barbuda` }), + new AthletesDataItem({ Id: 241, Avatar: `https://static.infragistics.com/xplatform/images/people/women/65.jpg`, Position: `down`, Name: `Lilly Keuter`, AthleteNumber: 49893, BeatsPerMinute: 102, TopSpeed: 4.5, Registered: `2017-01-20T02:38:39-02:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/kn.png`, CountryName: `Saint Kitts and Nevis` }), + new AthletesDataItem({ Id: 241, Avatar: `https://static.infragistics.com/xplatform/images/people/men/20.jpg`, Position: `up`, Name: `Oskari Karjala`, AthleteNumber: 31498, BeatsPerMinute: 90, TopSpeed: 4.5, Registered: `2017-05-10T12:45:12-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/fm.png`, CountryName: `Micronesia, Federated States of` }), + new AthletesDataItem({ Id: 242, Avatar: `https://static.infragistics.com/xplatform/images/people/women/83.jpg`, Position: `down`, Name: `Caitlin Jackson`, AthleteNumber: 45472, BeatsPerMinute: 101, TopSpeed: 4.3, Registered: `2017-09-17T09:41:01-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/mz.png`, CountryName: `Mozambique` }), + new AthletesDataItem({ Id: 243, Avatar: `https://static.infragistics.com/xplatform/images/people/women/77.jpg`, Position: `down`, Name: `Cathalijne Van Der Ree`, AthleteNumber: 45160, BeatsPerMinute: 102, TopSpeed: 5.4, Registered: `2017-02-13T05:23:49-02:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ug.png`, CountryName: `Uganda` }), + new AthletesDataItem({ Id: 243, Avatar: `https://static.infragistics.com/xplatform/images/people/women/94.jpg`, Position: `up`, Name: `Emma Turner`, AthleteNumber: 39487, BeatsPerMinute: 110, TopSpeed: 5.7, Registered: `2017-07-30T01:33:14-03:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/tz.png`, CountryName: `Tanzania, United Republic of` }), + new AthletesDataItem({ Id: 243, Avatar: `https://static.infragistics.com/xplatform/images/people/men/42.jpg`, Position: `up`, Name: `Kent Clark`, AthleteNumber: 32799, BeatsPerMinute: 106, TopSpeed: 5.7, Registered: `2017-01-24T01:00:15-02:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/pe.png`, CountryName: `Peru` }), + new AthletesDataItem({ Id: 246, Avatar: `https://static.infragistics.com/xplatform/images/people/women/55.jpg`, Position: `current`, Name: `Ronja Kraft`, AthleteNumber: 21800, BeatsPerMinute: 101, TopSpeed: 5.3, Registered: `2017-04-02T03:33:57-03:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/dk.png`, CountryName: `Denmark` }), + new AthletesDataItem({ Id: 251, Avatar: `https://static.infragistics.com/xplatform/images/people/women/34.jpg`, Position: `down`, Name: `Eléa Robin`, AthleteNumber: 26742, BeatsPerMinute: 90, TopSpeed: 4.7, Registered: `2017-03-30T12:34:24-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/vc.png`, CountryName: `Saint Vincent and the Grenadines` }), + new AthletesDataItem({ Id: 251, Avatar: `https://static.infragistics.com/xplatform/images/people/men/74.jpg`, Position: `up`, Name: `Alex Meyer`, AthleteNumber: 44390, BeatsPerMinute: 94, TopSpeed: 4.3, Registered: `2017-08-04T07:05:34-03:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/md.png`, CountryName: `Moldova, Republic of` }), + new AthletesDataItem({ Id: 252, Avatar: `https://static.infragistics.com/xplatform/images/people/men/94.jpg`, Position: `down`, Name: `Adérito Lopes`, AthleteNumber: 21320, BeatsPerMinute: 91, TopSpeed: 5.2, Registered: `2017-01-07T06:47:56-02:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/mh.png`, CountryName: `Marshall Islands` }), + new AthletesDataItem({ Id: 253, Avatar: `https://static.infragistics.com/xplatform/images/people/women/51.jpg`, Position: `current`, Name: `Kayla Patel`, AthleteNumber: 42780, BeatsPerMinute: 103, TopSpeed: 4.7, Registered: `2017-04-20T09:33:53-03:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ne.png`, CountryName: `Niger` }), + new AthletesDataItem({ Id: 258, Avatar: `https://static.infragistics.com/xplatform/images/people/men/31.jpg`, Position: `current`, Name: `Diego Gautier`, AthleteNumber: 26320, BeatsPerMinute: 97, TopSpeed: 4.6, Registered: `2017-06-11T03:50:43-03:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ng.png`, CountryName: `Nigeria` }), + new AthletesDataItem({ Id: 258, Avatar: `https://static.infragistics.com/xplatform/images/people/women/30.jpg`, Position: `up`, Name: `Veera Saari`, AthleteNumber: 40408, BeatsPerMinute: 100, TopSpeed: 4.7, Registered: `2017-10-28T10:39:22-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/iq.png`, CountryName: `Iraq` }), + new AthletesDataItem({ Id: 258, Avatar: `https://static.infragistics.com/xplatform/images/people/women/60.jpg`, Position: `down`, Name: `Zaina Pomp`, AthleteNumber: 14109, BeatsPerMinute: 90, TopSpeed: 5.7, Registered: `2017-09-07T11:17:40-03:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ao.png`, CountryName: `Angola` }), + new AthletesDataItem({ Id: 262, Avatar: `https://static.infragistics.com/xplatform/images/people/men/9.jpg`, Position: `current`, Name: `Anthony Harcourt`, AthleteNumber: 33649, BeatsPerMinute: 109, TopSpeed: 5.5, Registered: `2017-06-14T11:10:20-03:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/in.png`, CountryName: `India` }), + new AthletesDataItem({ Id: 262, Avatar: `https://static.infragistics.com/xplatform/images/people/men/43.jpg`, Position: `current`, Name: `Roman Smith`, AthleteNumber: 15531, BeatsPerMinute: 106, TopSpeed: 4.9, Registered: `2017-06-14T05:12:04-03:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ga.png`, CountryName: `Gabon` }), + new AthletesDataItem({ Id: 263, Avatar: `https://static.infragistics.com/xplatform/images/people/women/9.jpg`, Position: `up`, Name: `Estelle Vincent`, AthleteNumber: 41700, BeatsPerMinute: 99, TopSpeed: 5.7, Registered: `2017-05-31T02:56:58-03:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/na.png`, CountryName: `Namibia` }), + new AthletesDataItem({ Id: 265, Avatar: `https://static.infragistics.com/xplatform/images/people/women/47.jpg`, Position: `current`, Name: `Ilke Kisters`, AthleteNumber: 23817, BeatsPerMinute: 100, TopSpeed: 5.9, Registered: `2017-01-04T02:54:53-02:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ch.png`, CountryName: `Switzerland` }), + new AthletesDataItem({ Id: 265, Avatar: `https://static.infragistics.com/xplatform/images/people/women/9.jpg`, Position: `down`, Name: `Jenny Burke`, AthleteNumber: 15266, BeatsPerMinute: 99, TopSpeed: 5.4, Registered: `2017-09-11T12:20:19-03:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/my.png`, CountryName: `Malaysia` }), + new AthletesDataItem({ Id: 265, Avatar: `https://static.infragistics.com/xplatform/images/people/women/60.jpg`, Position: `down`, Name: `Keira Walker`, AthleteNumber: 34116, BeatsPerMinute: 94, TopSpeed: 4.8, Registered: `2017-01-09T05:46:07-02:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/al.png`, CountryName: `Albania` }), + new AthletesDataItem({ Id: 266, Avatar: `https://static.infragistics.com/xplatform/images/people/men/70.jpg`, Position: `down`, Name: `Moritz Braun`, AthleteNumber: 48081, BeatsPerMinute: 107, TopSpeed: 6, Registered: `2017-06-13T12:54:56-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ad.png`, CountryName: `Andorra` }), + new AthletesDataItem({ Id: 267, Avatar: `https://static.infragistics.com/xplatform/images/people/men/50.jpg`, Position: `current`, Name: `Villads Larsen`, AthleteNumber: 44677, BeatsPerMinute: 93, TopSpeed: 5.7, Registered: `2017-03-25T11:25:30-02:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/kw.png`, CountryName: `Kuwait` }), + new AthletesDataItem({ Id: 268, Avatar: `https://static.infragistics.com/xplatform/images/people/men/23.jpg`, Position: `up`, Name: `Sandro Carpentier`, AthleteNumber: 23503, BeatsPerMinute: 96, TopSpeed: 5.7, Registered: `2017-09-30T01:01:04-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/be.png`, CountryName: `Belgium` }), + new AthletesDataItem({ Id: 269, Avatar: `https://static.infragistics.com/xplatform/images/people/men/17.jpg`, Position: `current`, Name: `Emil Meißner`, AthleteNumber: 37183, BeatsPerMinute: 97, TopSpeed: 4, Registered: `2017-07-15T12:32:30-03:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/gm.png`, CountryName: `Gambia` }), + new AthletesDataItem({ Id: 270, Avatar: `https://static.infragistics.com/xplatform/images/people/women/14.jpg`, Position: `up`, Name: `Emily Olsen`, AthleteNumber: 13887, BeatsPerMinute: 110, TopSpeed: 4.8, Registered: `2017-10-03T08:01:40-03:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/cf.png`, CountryName: `Central African Republic` }), + new AthletesDataItem({ Id: 271, Avatar: `https://static.infragistics.com/xplatform/images/people/men/81.jpg`, Position: `down`, Name: `آراد جعفری`, AthleteNumber: 34962, BeatsPerMinute: 90, TopSpeed: 4.8, Registered: `2017-04-22T04:20:39-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/bi.png`, CountryName: `Burundi` }), + new AthletesDataItem({ Id: 271, Avatar: `https://static.infragistics.com/xplatform/images/people/men/74.jpg`, Position: `down`, Name: `Jimmie Mcguinness`, AthleteNumber: 20729, BeatsPerMinute: 90, TopSpeed: 4.6, Registered: `2017-10-07T06:08:00-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/bw.png`, CountryName: `Botswana` }), + new AthletesDataItem({ Id: 272, Avatar: `https://static.infragistics.com/xplatform/images/people/women/26.jpg`, Position: `down`, Name: `Sélène Roussel`, AthleteNumber: 11261, BeatsPerMinute: 99, TopSpeed: 5.8, Registered: `2017-05-10T02:18:02-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/sm.png`, CountryName: `San Marino` }), + new AthletesDataItem({ Id: 272, Avatar: `https://static.infragistics.com/xplatform/images/people/men/31.jpg`, Position: `up`, Name: `Aaron Robertson`, AthleteNumber: 30727, BeatsPerMinute: 95, TopSpeed: 4.2, Registered: `2017-08-23T09:37:40-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/id.png`, CountryName: `Indonesia` }), + new AthletesDataItem({ Id: 273, Avatar: `https://static.infragistics.com/xplatform/images/people/women/4.jpg`, Position: `up`, Name: `Afet Kumcuoğlu`, AthleteNumber: 33454, BeatsPerMinute: 106, TopSpeed: 5.1, Registered: `2017-09-16T07:05:43-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/nz.png`, CountryName: `New Zealand` }), + new AthletesDataItem({ Id: 273, Avatar: `https://static.infragistics.com/xplatform/images/people/women/33.jpg`, Position: `up`, Name: `Annabelle Besteman`, AthleteNumber: 30560, BeatsPerMinute: 105, TopSpeed: 5.3, Registered: `2017-11-11T02:04:19-02:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/kp.png`, CountryName: `North Korea` }), + new AthletesDataItem({ Id: 274, Avatar: `https://static.infragistics.com/xplatform/images/people/women/9.jpg`, Position: `up`, Name: `Minea Rantanen`, AthleteNumber: 18835, BeatsPerMinute: 105, TopSpeed: 5, Registered: `2017-01-24T07:30:43-02:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/jo.png`, CountryName: `Jordan` }), + new AthletesDataItem({ Id: 275, Avatar: `https://static.infragistics.com/xplatform/images/people/men/2.jpg`, Position: `up`, Name: `Fritz Sommer`, AthleteNumber: 26210, BeatsPerMinute: 99, TopSpeed: 4.6, Registered: `2017-09-29T03:54:57-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/lt.png`, CountryName: `Lithuania` }), + new AthletesDataItem({ Id: 275, Avatar: `https://static.infragistics.com/xplatform/images/people/men/88.jpg`, Position: `down`, Name: `Rafael Gutierrez`, AthleteNumber: 38804, BeatsPerMinute: 100, TopSpeed: 5.9, Registered: `2017-02-08T07:50:59-02:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/gn.png`, CountryName: `Guinea` }), + new AthletesDataItem({ Id: 275, Avatar: `https://static.infragistics.com/xplatform/images/people/women/69.jpg`, Position: `current`, Name: `Ellen Leppo`, AthleteNumber: 29286, BeatsPerMinute: 97, TopSpeed: 5.6, Registered: `2017-08-16T09:46:35-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/by.png`, CountryName: `Belarus` }), + new AthletesDataItem({ Id: 276, Avatar: `https://static.infragistics.com/xplatform/images/people/women/1.jpg`, Position: `current`, Name: `Encarnacion Martin`, AthleteNumber: 40912, BeatsPerMinute: 105, TopSpeed: 5.5, Registered: `2017-01-11T12:52:28-02:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/th.png`, CountryName: `Thailand` }), + new AthletesDataItem({ Id: 276, Avatar: `https://static.infragistics.com/xplatform/images/people/men/65.jpg`, Position: `current`, Name: `David Scott`, AthleteNumber: 46997, BeatsPerMinute: 101, TopSpeed: 4.4, Registered: `2017-07-25T09:23:24-03:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/pt.png`, CountryName: `Portugal` }), + new AthletesDataItem({ Id: 279, Avatar: `https://static.infragistics.com/xplatform/images/people/women/39.jpg`, Position: `current`, Name: `Ashley Romero`, AthleteNumber: 36611, BeatsPerMinute: 104, TopSpeed: 5.5, Registered: `2017-02-08T12:45:46-02:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/mn.png`, CountryName: `Mongolia` }), + new AthletesDataItem({ Id: 280, Avatar: `https://static.infragistics.com/xplatform/images/people/men/90.jpg`, Position: `down`, Name: `Cecil Nichols`, AthleteNumber: 20656, BeatsPerMinute: 100, TopSpeed: 5, Registered: `2017-04-24T01:20:34-03:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/rw.png`, CountryName: `RWANDA` }), + new AthletesDataItem({ Id: 282, Avatar: `https://static.infragistics.com/xplatform/images/people/men/55.jpg`, Position: `current`, Name: `Johann Fischer`, AthleteNumber: 37212, BeatsPerMinute: 98, TopSpeed: 5.8, Registered: `2017-09-01T04:39:52-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/br.png`, CountryName: `Brazil` }), + new AthletesDataItem({ Id: 283, Avatar: `https://static.infragistics.com/xplatform/images/people/men/10.jpg`, Position: `current`, Name: `سینا مرادی`, AthleteNumber: 10809, BeatsPerMinute: 105, TopSpeed: 5.3, Registered: `2017-04-05T05:27:13-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/bh.png`, CountryName: `Bahrain` }), + new AthletesDataItem({ Id: 284, Avatar: `https://static.infragistics.com/xplatform/images/people/men/12.jpg`, Position: `current`, Name: `Abel Brun`, AthleteNumber: 39315, BeatsPerMinute: 105, TopSpeed: 5.1, Registered: `2017-10-05T05:54:31-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/af.png`, CountryName: `Afghanistan` }), + new AthletesDataItem({ Id: 285, Avatar: `https://static.infragistics.com/xplatform/images/people/men/34.jpg`, Position: `current`, Name: `Jeffrey Medina`, AthleteNumber: 42905, BeatsPerMinute: 100, TopSpeed: 5.2, Registered: `2017-09-15T02:11:43-03:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/gr.png`, CountryName: `Greece` }), + new AthletesDataItem({ Id: 285, Avatar: `https://static.infragistics.com/xplatform/images/people/men/43.jpg`, Position: `down`, Name: `Niilo Laurila`, AthleteNumber: 49215, BeatsPerMinute: 104, TopSpeed: 4.5, Registered: `2017-04-26T01:26:36-03:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/et.png`, CountryName: `Ethiopia` }), + new AthletesDataItem({ Id: 286, Avatar: `https://static.infragistics.com/xplatform/images/people/women/45.jpg`, Position: `down`, Name: `Marisvalda Martins`, AthleteNumber: 33879, BeatsPerMinute: 107, TopSpeed: 5.4, Registered: `2017-01-31T12:07:48-02:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/es.png`, CountryName: `Spain` }), + new AthletesDataItem({ Id: 286, Avatar: `https://static.infragistics.com/xplatform/images/people/women/82.jpg`, Position: `current`, Name: `Eloida Novaes`, AthleteNumber: 30751, BeatsPerMinute: 107, TopSpeed: 4.2, Registered: `2017-01-02T01:04:04-02:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/cl.png`, CountryName: `Chile` }), + new AthletesDataItem({ Id: 287, Avatar: `https://static.infragistics.com/xplatform/images/people/women/72.jpg`, Position: `up`, Name: `Charlotte Dean`, AthleteNumber: 45969, BeatsPerMinute: 105, TopSpeed: 5, Registered: `2017-02-13T05:39:15-02:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/za.png`, CountryName: `South Africa` }), + new AthletesDataItem({ Id: 287, Avatar: `https://static.infragistics.com/xplatform/images/people/men/35.jpg`, Position: `current`, Name: `Loïc Gerard`, AthleteNumber: 31706, BeatsPerMinute: 102, TopSpeed: 4.4, Registered: `2017-07-28T09:10:43-03:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ie.png`, CountryName: `Ireland` }), + new AthletesDataItem({ Id: 292, Avatar: `https://static.infragistics.com/xplatform/images/people/women/4.jpg`, Position: `down`, Name: `Asta Hansen`, AthleteNumber: 17222, BeatsPerMinute: 101, TopSpeed: 4.3, Registered: `2017-01-08T02:41:56-02:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/kz.png`, CountryName: `Kazakhstan` }), + new AthletesDataItem({ Id: 293, Avatar: `https://static.infragistics.com/xplatform/images/people/women/21.jpg`, Position: `up`, Name: `Sara Hannula`, AthleteNumber: 22025, BeatsPerMinute: 102, TopSpeed: 4.2, Registered: `2017-10-09T11:32:13-03:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/tl.png`, CountryName: `Timor-Leste` }), + new AthletesDataItem({ Id: 293, Avatar: `https://static.infragistics.com/xplatform/images/people/women/90.jpg`, Position: `current`, Name: `Ana Bourgeois`, AthleteNumber: 24612, BeatsPerMinute: 110, TopSpeed: 6, Registered: `2017-11-02T02:17:43-02:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/sg.png`, CountryName: `Singapore` }), + new AthletesDataItem({ Id: 296, Avatar: `https://static.infragistics.com/xplatform/images/people/women/37.jpg`, Position: `up`, Name: `Thea Edwards`, AthleteNumber: 29141, BeatsPerMinute: 99, TopSpeed: 5.8, Registered: `2017-05-23T05:24:38-03:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/sl.png`, CountryName: `Sierra Leone` }), + new AthletesDataItem({ Id: 299, Avatar: `https://static.infragistics.com/xplatform/images/people/men/89.jpg`, Position: `down`, Name: `Victor Lévesque`, AthleteNumber: 48375, BeatsPerMinute: 110, TopSpeed: 5.7, Registered: `2017-11-10T11:31:44-02:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/mr.png`, CountryName: `Mauritania` }), + new AthletesDataItem({ Id: 301, Avatar: `https://static.infragistics.com/xplatform/images/people/men/65.jpg`, Position: `down`, Name: `Louis Stewart`, AthleteNumber: 48131, BeatsPerMinute: 103, TopSpeed: 5.7, Registered: `2017-02-26T07:28:02-02:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/hn.png`, CountryName: `Honduras` }), + new AthletesDataItem({ Id: 302, Avatar: `https://static.infragistics.com/xplatform/images/people/men/14.jpg`, Position: `up`, Name: `Bill Fox`, AthleteNumber: 18511, BeatsPerMinute: 91, TopSpeed: 5, Registered: `2017-10-24T08:25:40-03:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ir.png`, CountryName: `Iran, Islamic Republic Of` }), + new AthletesDataItem({ Id: 304, Avatar: `https://static.infragistics.com/xplatform/images/people/men/34.jpg`, Position: `down`, Name: `Mathys Martin`, AthleteNumber: 32928, BeatsPerMinute: 98, TopSpeed: 5.5, Registered: `2017-05-17T12:51:47-03:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/va.png`, CountryName: `Holy See (Vatican City State)` }), + new AthletesDataItem({ Id: 305, Avatar: `https://static.infragistics.com/xplatform/images/people/women/38.jpg`, Position: `current`, Name: `Gianne Godijn`, AthleteNumber: 45945, BeatsPerMinute: 96, TopSpeed: 4.5, Registered: `2017-03-22T03:23:12-02:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/it.png`, CountryName: `Italy` }), + new AthletesDataItem({ Id: 306, Avatar: `https://static.infragistics.com/xplatform/images/people/women/26.jpg`, Position: `up`, Name: `Mira Campos`, AthleteNumber: 39222, BeatsPerMinute: 95, TopSpeed: 5.9, Registered: `2017-01-11T01:41:31-02:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/am.png`, CountryName: `Armenia` }), + new AthletesDataItem({ Id: 308, Avatar: `https://static.infragistics.com/xplatform/images/people/women/15.jpg`, Position: `down`, Name: `Esther Kühn`, AthleteNumber: 24868, BeatsPerMinute: 92, TopSpeed: 5.5, Registered: `2017-05-14T12:30:08-03:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ru.png`, CountryName: `Russian Federation` }), + new AthletesDataItem({ Id: 308, Avatar: `https://static.infragistics.com/xplatform/images/people/men/14.jpg`, Position: `up`, Name: `Hans Möller`, AthleteNumber: 34122, BeatsPerMinute: 109, TopSpeed: 5.6, Registered: `2017-06-20T06:02:49-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/dj.png`, CountryName: `Djibouti` }), + new AthletesDataItem({ Id: 309, Avatar: `https://static.infragistics.com/xplatform/images/people/women/73.jpg`, Position: `current`, Name: `Alice Perry`, AthleteNumber: 23750, BeatsPerMinute: 104, TopSpeed: 5.3, Registered: `2017-03-31T07:15:46-03:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/lc.png`, CountryName: `Saint Lucia` }), + new AthletesDataItem({ Id: 310, Avatar: `https://static.infragistics.com/xplatform/images/people/men/92.jpg`, Position: `up`, Name: `Kaya Tekand`, AthleteNumber: 11028, BeatsPerMinute: 93, TopSpeed: 5.2, Registered: `2017-04-10T09:57:13-03:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/fj.png`, CountryName: `Fiji` }), + new AthletesDataItem({ Id: 311, Avatar: `https://static.infragistics.com/xplatform/images/people/women/92.jpg`, Position: `down`, Name: `Ilona Salonen`, AthleteNumber: 27068, BeatsPerMinute: 91, TopSpeed: 5.4, Registered: `2017-07-03T06:19:47-03:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/bo.png`, CountryName: `Bolivia` }), ]; super(...newItems.slice(0)); } diff --git a/samples/grids/grid/toolbar-sample-2/src/AthletesData.ts b/samples/grids/grid/toolbar-sample-2/src/AthletesData.ts index cbfd6a40ca..3d63d083ff 100644 --- a/samples/grids/grid/toolbar-sample-2/src/AthletesData.ts +++ b/samples/grids/grid/toolbar-sample-2/src/AthletesData.ts @@ -22,2596 +22,191 @@ export class AthletesData extends Array { super(...items); } else { const newItems = [ - new AthletesDataItem( - { - Id: 100, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/20.jpg`, - Position: `current`, - Name: `Alexis Walker`, - AthleteNumber: 43183, - BeatsPerMinute: 103, - TopSpeed: 5.8, - Registered: `2017-08-07T10:35:06-03:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/gh.png`, - CountryName: `Ghana` - }), - new AthletesDataItem( - { - Id: 101, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/71.jpg`, - Position: `down`, - Name: `Lavínia Silva`, - AthleteNumber: 33994, - BeatsPerMinute: 93, - TopSpeed: 5.6, - Registered: `2017-03-22T08:55:46-02:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/no.png`, - CountryName: `Norway` - }), - new AthletesDataItem( - { - Id: 105, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/5.jpg`, - Position: `down`, - Name: `Samu Hokkanen`, - AthleteNumber: 22469, - BeatsPerMinute: 106, - TopSpeed: 5.5, - Registered: `2017-06-29T04:58:27-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/az.png`, - CountryName: `Azerbaijan` - }), - new AthletesDataItem( - { - Id: 107, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/92.jpg`, - Position: `down`, - Name: `Megan Webb`, - AthleteNumber: 30713, - BeatsPerMinute: 93, - TopSpeed: 5.6, - Registered: `2017-08-20T09:26:51-03:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/mt.png`, - CountryName: `Malta` - }), - new AthletesDataItem( - { - Id: 107, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/33.jpg`, - Position: `up`, - Name: `Pedro Marquez`, - AthleteNumber: 16169, - BeatsPerMinute: 97, - TopSpeed: 5.4, - Registered: `2017-11-11T05:14:31-02:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/mw.png`, - CountryName: `Malawi` - }), - new AthletesDataItem( - { - Id: 108, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/31.jpg`, - Position: `up`, - Name: `Noah Bergeron`, - AthleteNumber: 35139, - BeatsPerMinute: 110, - TopSpeed: 5.6, - Registered: `2017-06-23T01:21:21-03:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ci.png`, - CountryName: `Cote DIvoire` - }), - new AthletesDataItem( - { - Id: 110, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/15.jpg`, - Position: `current`, - Name: `Annabell Brand`, - AthleteNumber: 39233, - BeatsPerMinute: 93, - TopSpeed: 5.7, - Registered: `2017-03-01T12:21:24-02:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/pg.png`, - CountryName: `Papua New Guinea` - }), - new AthletesDataItem( - { - Id: 110, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/13.jpg`, - Position: `current`, - Name: `Özsu Keçeci`, - AthleteNumber: 29403, - BeatsPerMinute: 106, - TopSpeed: 4.2, - Registered: `2017-01-19T11:34:13-02:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/lv.png`, - CountryName: `Latvia` - }), - new AthletesDataItem( - { - Id: 110, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/26.jpg`, - Position: `down`, - Name: `Emilie Morin`, - AthleteNumber: 26164, - BeatsPerMinute: 98, - TopSpeed: 4.9, - Registered: `2017-02-01T04:18:19-02:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/kg.png`, - CountryName: `Kyrgyzstan` - }), - new AthletesDataItem( - { - Id: 111, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/23.jpg`, - Position: `up`, - Name: `Connor Green`, - AthleteNumber: 44716, - BeatsPerMinute: 95, - TopSpeed: 4.4, - Registered: `2017-06-30T11:23:25-03:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/bb.png`, - CountryName: `Barbados` - }), - new AthletesDataItem( - { - Id: 112, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/53.jpg`, - Position: `down`, - Name: `Karen Shaw`, - AthleteNumber: 31048, - BeatsPerMinute: 107, - TopSpeed: 5.7, - Registered: `2017-05-15T09:25:03-03:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ec.png`, - CountryName: `Ecuador` - }), - new AthletesDataItem( - { - Id: 113, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/36.jpg`, - Position: `current`, - Name: `Marialba Nascimento`, - AthleteNumber: 47061, - BeatsPerMinute: 108, - TopSpeed: 5.2, - Registered: `2017-09-19T05:47:21-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/tn.png`, - CountryName: `Tunisia` - }), - new AthletesDataItem( - { - Id: 113, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/37.jpg`, - Position: `current`, - Name: `Nick Naumann`, - AthleteNumber: 25566, - BeatsPerMinute: 109, - TopSpeed: 5.9, - Registered: `2017-07-12T09:01:11-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/sz.png`, - CountryName: `Swaziland` - }), - new AthletesDataItem( - { - Id: 116, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/1.jpg`, - Position: `down`, - Name: `Sevcan Kollen`, - AthleteNumber: 13728, - BeatsPerMinute: 104, - TopSpeed: 5.3, - Registered: `2017-09-08T08:29:08-03:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/gt.png`, - CountryName: `Guatemala` - }), - new AthletesDataItem( - { - Id: 121, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/48.jpg`, - Position: `current`, - Name: `Väinö Salmi`, - AthleteNumber: 29839, - BeatsPerMinute: 107, - TopSpeed: 5.5, - Registered: `2017-10-21T05:57:02-03:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/gw.png`, - CountryName: `Guinea-Bissau` - }), - new AthletesDataItem( - { - Id: 121, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/31.jpg`, - Position: `down`, - Name: `Ivan Ivanov`, - AthleteNumber: 11054, - BeatsPerMinute: 108, - TopSpeed: 5.7, - Registered: `2017-04-18T08:03:01-03:00`, - TrackProgress: 75, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/bg.png`, - CountryName: `Bulgaria` - }), - new AthletesDataItem( - { - Id: 121, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/45.jpg`, - Position: `current`, - Name: `Maurice Lambert`, - AthleteNumber: 17443, - BeatsPerMinute: 96, - TopSpeed: 5.6, - Registered: `2017-06-05T08:19:32-03:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/bd.png`, - CountryName: `Bangladesh` - }), - new AthletesDataItem( - { - Id: 122, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/71.jpg`, - Position: `down`, - Name: `Natalie Conrad`, - AthleteNumber: 42602, - BeatsPerMinute: 108, - TopSpeed: 6, - Registered: `2017-03-18T06:35:44-02:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/tt.png`, - CountryName: `Trinidad and Tobago` - }), - new AthletesDataItem( - { - Id: 122, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/57.jpg`, - Position: `down`, - Name: `Jack Jean-baptiste`, - AthleteNumber: 40427, - BeatsPerMinute: 110, - TopSpeed: 4.3, - Registered: `2017-11-09T08:50:06-02:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/cm.png`, - CountryName: `Cameroon` - }), - new AthletesDataItem( - { - Id: 123, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/19.jpg`, - Position: `down`, - Name: `Flora Perez`, - AthleteNumber: 23907, - BeatsPerMinute: 102, - TopSpeed: 5.8, - Registered: `2017-04-12T04:16:56-03:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/pl.png`, - CountryName: `Poland` - }), - new AthletesDataItem( - { - Id: 123, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/12.jpg`, - Position: `up`, - Name: `آنیتا كامياران`, - AthleteNumber: 18980, - BeatsPerMinute: 90, - TopSpeed: 4.5, - Registered: `2017-07-21T06:42:59-03:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/lb.png`, - CountryName: `Lebanon` - }), - new AthletesDataItem( - { - Id: 123, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/31.jpg`, - Position: `current`, - Name: `Eeli Makinen`, - AthleteNumber: 45296, - BeatsPerMinute: 106, - TopSpeed: 5.2, - Registered: `2017-01-06T09:58:02-02:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/fi.png`, - CountryName: `Finland` - }), - new AthletesDataItem( - { - Id: 124, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/98.jpg`, - Position: `down`, - Name: `Mathieu Mathieu`, - AthleteNumber: 10555, - BeatsPerMinute: 101, - TopSpeed: 5.2, - Registered: `2017-01-05T07:28:11-02:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/uz.png`, - CountryName: `Uzbekistan` - }), - new AthletesDataItem( - { - Id: 124, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/19.jpg`, - Position: `current`, - Name: `Marie Poulsen`, - AthleteNumber: 44113, - BeatsPerMinute: 109, - TopSpeed: 4.7, - Registered: `2017-04-15T10:25:21-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ma.png`, - CountryName: `Morocco` - }), - new AthletesDataItem( - { - Id: 125, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/16.jpg`, - Position: `current`, - Name: `Altiva Alves`, - AthleteNumber: 31850, - BeatsPerMinute: 106, - TopSpeed: 5.1, - Registered: `2017-11-09T02:43:54-02:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/km.png`, - CountryName: `Comoros` - }), - new AthletesDataItem( - { - Id: 127, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/52.jpg`, - Position: `down`, - Name: `Gerardo Soto`, - AthleteNumber: 22958, - BeatsPerMinute: 90, - TopSpeed: 5, - Registered: `2017-06-04T12:52:03-03:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/co.png`, - CountryName: `Colombia` - }), - new AthletesDataItem( - { - Id: 128, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/52.jpg`, - Position: `up`, - Name: `Sophie Lewis`, - AthleteNumber: 46222, - BeatsPerMinute: 106, - TopSpeed: 4.4, - Registered: `2017-02-20T09:42:07-02:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/mc.png`, - CountryName: `Monaco` - }), - new AthletesDataItem( - { - Id: 129, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/34.jpg`, - Position: `up`, - Name: `Ella Hansen`, - AthleteNumber: 27075, - BeatsPerMinute: 101, - TopSpeed: 5.1, - Registered: `2017-01-05T10:12:42-02:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/lk.png`, - CountryName: `Sri Lanka` - }), - new AthletesDataItem( - { - Id: 130, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/94.jpg`, - Position: `up`, - Name: `Adem Özdoğan`, - AthleteNumber: 45143, - BeatsPerMinute: 90, - TopSpeed: 5.5, - Registered: `2017-02-16T07:11:52-02:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/tm.png`, - CountryName: `Turkmenistan` - }), - new AthletesDataItem( - { - Id: 130, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/24.jpg`, - Position: `down`, - Name: `آوا احمدی`, - AthleteNumber: 44347, - BeatsPerMinute: 110, - TopSpeed: 4.1, - Registered: `2017-06-04T09:04:31-03:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/cn.png`, - CountryName: `China` - }), - new AthletesDataItem( - { - Id: 131, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/61.jpg`, - Position: `current`, - Name: `Eliza Bishop`, - AthleteNumber: 31774, - BeatsPerMinute: 96, - TopSpeed: 4.7, - Registered: `2017-09-22T11:49:02-03:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/eh.png`, - CountryName: `Western Sahara` - }), - new AthletesDataItem( - { - Id: 131, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/61.jpg`, - Position: `down`, - Name: `Veronika Huber`, - AthleteNumber: 18146, - BeatsPerMinute: 103, - TopSpeed: 5.2, - Registered: `2017-07-13T02:23:56-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/to.png`, - CountryName: `Tonga` - }), - new AthletesDataItem( - { - Id: 134, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/66.jpg`, - Position: `down`, - Name: `Anni Waisanen`, - AthleteNumber: 32133, - BeatsPerMinute: 99, - TopSpeed: 5, - Registered: `2017-08-17T01:35:09-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/do.png`, - CountryName: `Dominican Republic` - }), - new AthletesDataItem( - { - Id: 135, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/84.jpg`, - Position: `down`, - Name: `Darryl Douglas`, - AthleteNumber: 35826, - BeatsPerMinute: 96, - TopSpeed: 4.6, - Registered: `2017-07-20T11:45:52-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/tr.png`, - CountryName: `Turkey` - }), - new AthletesDataItem( - { - Id: 136, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/10.jpg`, - Position: `down`, - Name: `Elaine Matthews`, - AthleteNumber: 38574, - BeatsPerMinute: 110, - TopSpeed: 5.5, - Registered: `2017-01-26T11:50:00-02:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/cv.png`, - CountryName: `Cape Verde` - }), - new AthletesDataItem( - { - Id: 137, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/75.jpg`, - Position: `up`, - Name: `Gloria Caballero`, - AthleteNumber: 43379, - BeatsPerMinute: 103, - TopSpeed: 4.3, - Registered: `2017-08-10T08:27:45-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/il.png`, - CountryName: `Israel` - }), - new AthletesDataItem( - { - Id: 137, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/80.jpg`, - Position: `down`, - Name: `Lance Dunn`, - AthleteNumber: 10113, - BeatsPerMinute: 94, - TopSpeed: 4.5, - Registered: `2017-03-13T10:51:36-02:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/cy.png`, - CountryName: `Cyprus` - }), - new AthletesDataItem( - { - Id: 138, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/31.jpg`, - Position: `down`, - Name: `Antoine Mackay`, - AthleteNumber: 34547, - BeatsPerMinute: 104, - TopSpeed: 5, - Registered: `2017-08-22T09:11:37-03:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ls.png`, - CountryName: `Lesotho` - }), - new AthletesDataItem( - { - Id: 138, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/78.jpg`, - Position: `current`, - Name: `Oscar Calvo`, - AthleteNumber: 45078, - BeatsPerMinute: 109, - TopSpeed: 4.3, - Registered: `2017-06-19T10:57:42-03:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/cu.png`, - CountryName: `Cuba` - }), - new AthletesDataItem( - { - Id: 138, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/38.jpg`, - Position: `current`, - Name: `Derrick Price`, - AthleteNumber: 19792, - BeatsPerMinute: 94, - TopSpeed: 5.6, - Registered: `2017-03-19T01:10:55-02:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ar.png`, - CountryName: `Argentina` - }), - new AthletesDataItem( - { - Id: 139, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/28.jpg`, - Position: `current`, - Name: `Annabell Barth`, - AthleteNumber: 41130, - BeatsPerMinute: 103, - TopSpeed: 5, - Registered: `2017-08-24T11:58:56-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ht.png`, - CountryName: `Haiti` - }), - new AthletesDataItem( - { - Id: 141, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/15.jpg`, - Position: `current`, - Name: `Miro Korpela`, - AthleteNumber: 40544, - BeatsPerMinute: 104, - TopSpeed: 5.3, - Registered: `2017-01-10T07:12:44-02:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/nl.png`, - CountryName: `Netherlands` - }), - new AthletesDataItem( - { - Id: 142, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/63.jpg`, - Position: `current`, - Name: `Nicoline Thomsen`, - AthleteNumber: 36778, - BeatsPerMinute: 99, - TopSpeed: 5.5, - Registered: `2017-03-26T10:04:29-03:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/bj.png`, - CountryName: `Benin` - }), - new AthletesDataItem( - { - Id: 143, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/38.jpg`, - Position: `up`, - Name: `رضا کوتی`, - AthleteNumber: 13640, - BeatsPerMinute: 103, - TopSpeed: 4.2, - Registered: `2017-04-30T02:34:29-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/pk.png`, - CountryName: `Pakistan` - }), - new AthletesDataItem( - { - Id: 144, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/57.jpg`, - Position: `down`, - Name: `Milja Leino`, - AthleteNumber: 33563, - BeatsPerMinute: 110, - TopSpeed: 4.1, - Registered: `2017-11-01T10:34:07-02:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/bf.png`, - CountryName: `Burkina Faso` - }), - new AthletesDataItem( - { - Id: 147, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/8.jpg`, - Position: `down`, - Name: `میلاد یاسمی`, - AthleteNumber: 44023, - BeatsPerMinute: 104, - TopSpeed: 5.2, - Registered: `2017-06-10T04:11:01-03:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/tg.png`, - CountryName: `Togo` - }), - new AthletesDataItem( - { - Id: 150, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/52.jpg`, - Position: `up`, - Name: `Gustav Petersen`, - AthleteNumber: 20984, - BeatsPerMinute: 107, - TopSpeed: 4.6, - Registered: `2017-01-01T07:40:19-02:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/bz.png`, - CountryName: `Belize` - }), - new AthletesDataItem( - { - Id: 151, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/88.jpg`, - Position: `current`, - Name: `Charlotte Mills`, - AthleteNumber: 49829, - BeatsPerMinute: 92, - TopSpeed: 5.3, - Registered: `2017-05-10T04:33:10-03:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/mg.png`, - CountryName: `Madagascar` - }), - new AthletesDataItem( - { - Id: 154, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/54.jpg`, - Position: `down`, - Name: `Rhonda Simmmons`, - AthleteNumber: 37139, - BeatsPerMinute: 96, - TopSpeed: 5.1, - Registered: `2017-07-03T05:39:45-03:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/nr.png`, - CountryName: `Nauru` - }), - new AthletesDataItem( - { - Id: 155, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/82.jpg`, - Position: `up`, - Name: `Justin Philippe`, - AthleteNumber: 12858, - BeatsPerMinute: 104, - TopSpeed: 5.7, - Registered: `2017-03-16T02:00:35-02:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/mv.png`, - CountryName: `Maldives` - }), - new AthletesDataItem( - { - Id: 159, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/66.jpg`, - Position: `up`, - Name: `Eva Dean`, - AthleteNumber: 48874, - BeatsPerMinute: 103, - TopSpeed: 5.7, - Registered: `2017-03-04T01:58:52-02:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/st.png`, - CountryName: `Sao Tome and Principe` - }), - new AthletesDataItem( - { - Id: 161, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/89.jpg`, - Position: `up`, - Name: `Franklin Byrd`, - AthleteNumber: 49498, - BeatsPerMinute: 106, - TopSpeed: 5.3, - Registered: `2017-11-04T11:09:26-02:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/tw.png`, - CountryName: `Taiwan, Province of China` - }), - new AthletesDataItem( - { - Id: 161, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/38.jpg`, - Position: `current`, - Name: `Alex Martin`, - AthleteNumber: 27887, - BeatsPerMinute: 96, - TopSpeed: 4.2, - Registered: `2017-10-28T04:06:33-03:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/eg.png`, - CountryName: `Egypt` - }), - new AthletesDataItem( - { - Id: 162, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/0.jpg`, - Position: `current`, - Name: `Alex Craig`, - AthleteNumber: 21868, - BeatsPerMinute: 94, - TopSpeed: 4.2, - Registered: `2017-03-19T10:20:51-02:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/sy.png`, - CountryName: `Syrian Arab Republic` - }), - new AthletesDataItem( - { - Id: 162, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/5.jpg`, - Position: `down`, - Name: `Adam Bouchard`, - AthleteNumber: 38672, - BeatsPerMinute: 99, - TopSpeed: 4.7, - Registered: `2017-01-04T03:04:05-02:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/sc.png`, - CountryName: `Seychelles` - }), - new AthletesDataItem( - { - Id: 163, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/70.jpg`, - Position: `down`, - Name: `میلاد قاسمی`, - AthleteNumber: 12788, - BeatsPerMinute: 101, - TopSpeed: 4.1, - Registered: `2017-03-01T07:51:17-02:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ws.png`, - CountryName: `Samoa` - }), - new AthletesDataItem( - { - Id: 163, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/52.jpg`, - Position: `up`, - Name: `Millie Cooper`, - AthleteNumber: 14610, - BeatsPerMinute: 99, - TopSpeed: 5.4, - Registered: `2017-05-08T09:30:14-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ni.png`, - CountryName: `Nicaragua` - }), - new AthletesDataItem( - { - Id: 163, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/21.jpg`, - Position: `up`, - Name: `Pippa Roberts`, - AthleteNumber: 15588, - BeatsPerMinute: 105, - TopSpeed: 4.1, - Registered: `2017-02-07T10:23:13-02:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/kh.png`, - CountryName: `Cambodia` - }), - new AthletesDataItem( - { - Id: 164, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/51.jpg`, - Position: `current`, - Name: `Ethel Stephens`, - AthleteNumber: 18692, - BeatsPerMinute: 94, - TopSpeed: 4.1, - Registered: `2017-02-13T05:03:04-02:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ua.png`, - CountryName: `Ukraine` - }), - new AthletesDataItem( - { - Id: 165, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/79.jpg`, - Position: `down`, - Name: `Mario Ellis`, - AthleteNumber: 18026, - BeatsPerMinute: 99, - TopSpeed: 5.5, - Registered: `2017-02-13T11:53:15-02:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ml.png`, - CountryName: `Mali` - }), - new AthletesDataItem( - { - Id: 166, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/74.jpg`, - Position: `current`, - Name: `Maria Parra`, - AthleteNumber: 39861, - BeatsPerMinute: 106, - TopSpeed: 6, - Registered: `2017-01-30T09:22:52-02:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ki.png`, - CountryName: `Kiribati` - }), - new AthletesDataItem( - { - Id: 167, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/67.jpg`, - Position: `down`, - Name: `Aatu Ranta`, - AthleteNumber: 38049, - BeatsPerMinute: 94, - TopSpeed: 5.1, - Registered: `2017-07-21T04:22:18-03:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ae.png`, - CountryName: `United Arab Emirates` - }), - new AthletesDataItem( - { - Id: 167, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/62.jpg`, - Position: `current`, - Name: `Pippa Morris`, - AthleteNumber: 44421, - BeatsPerMinute: 101, - TopSpeed: 5.5, - Registered: `2017-03-06T09:21:58-02:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/tj.png`, - CountryName: `Tajikistan` - }), - new AthletesDataItem( - { - Id: 167, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/32.jpg`, - Position: `current`, - Name: `Esma Adıvar`, - AthleteNumber: 35565, - BeatsPerMinute: 99, - TopSpeed: 4.2, - Registered: `2017-06-17T12:34:29-03:00`, - TrackProgress: 75, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ph.png`, - CountryName: `Philippines` - }), - new AthletesDataItem( - { - Id: 167, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/19.jpg`, - Position: `down`, - Name: `Louis Smith`, - AthleteNumber: 31837, - BeatsPerMinute: 98, - TopSpeed: 5.4, - Registered: `2017-03-19T08:12:23-02:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/lr.png`, - CountryName: `Liberia` - }), - new AthletesDataItem( - { - Id: 167, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/81.jpg`, - Position: `down`, - Name: `Milo Charles`, - AthleteNumber: 10661, - BeatsPerMinute: 99, - TopSpeed: 5.4, - Registered: `2017-07-20T09:00:22-03:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/is.png`, - CountryName: `Iceland` - }), - new AthletesDataItem( - { - Id: 168, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/10.jpg`, - Position: `current`, - Name: `Calvin Hunt`, - AthleteNumber: 35535, - BeatsPerMinute: 94, - TopSpeed: 4.5, - Registered: `2017-11-07T09:58:42-02:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/at.png`, - CountryName: `Austria` - }), - new AthletesDataItem( - { - Id: 169, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/44.jpg`, - Position: `up`, - Name: `Aziz Santos`, - AthleteNumber: 38947, - BeatsPerMinute: 98, - TopSpeed: 4, - Registered: `2017-04-03T02:18:46-03:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/gb.png`, - CountryName: `United Kingdom` - }), - new AthletesDataItem( - { - Id: 169, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/21.jpg`, - Position: `down`, - Name: `Julian Barth`, - AthleteNumber: 19011, - BeatsPerMinute: 91, - TopSpeed: 5.2, - Registered: `2017-04-21T08:08:33-03:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/gd.png`, - CountryName: `Grenada` - }), - new AthletesDataItem( - { - Id: 170, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/60.jpg`, - Position: `up`, - Name: `Fernando Gimenez`, - AthleteNumber: 31290, - BeatsPerMinute: 102, - TopSpeed: 5.1, - Registered: `2017-06-21T06:45:54-03:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/uz.png`, - CountryName: `Uruguay` - }), - new AthletesDataItem( - { - Id: 173, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/18.jpg`, - Position: `current`, - Name: `Hassana Camp`, - AthleteNumber: 14467, - BeatsPerMinute: 104, - TopSpeed: 5.2, - Registered: `2017-06-02T12:21:59-03:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/cz.png`, - CountryName: `Czechia` - }), - new AthletesDataItem( - { - Id: 174, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/29.jpg`, - Position: `current`, - Name: `Beatriz Gallardo`, - AthleteNumber: 38538, - BeatsPerMinute: 101, - TopSpeed: 6, - Registered: `2017-11-06T02:14:31-02:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/er.png`, - CountryName: `Eritrea` - }), - new AthletesDataItem( - { - Id: 176, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/26.jpg`, - Position: `current`, - Name: `Tim Neal`, - AthleteNumber: 45860, - BeatsPerMinute: 97, - TopSpeed: 5.6, - Registered: `2017-04-21T04:06:34-03:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/pa.png`, - CountryName: `Panama` - }), - new AthletesDataItem( - { - Id: 176, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/35.jpg`, - Position: `down`, - Name: `Laudelino Castro`, - AthleteNumber: 12711, - BeatsPerMinute: 106, - TopSpeed: 4.4, - Registered: `2017-02-08T04:03:22-02:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/hr.png`, - CountryName: `Croatia` - }), - new AthletesDataItem( - { - Id: 178, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/65.jpg`, - Position: `down`, - Name: `Lillian Wade`, - AthleteNumber: 10729, - BeatsPerMinute: 110, - TopSpeed: 4.8, - Registered: `2017-04-07T09:53:13-03:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/sb.png`, - CountryName: `Solomon Islands` - }), - new AthletesDataItem( - { - Id: 180, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/90.jpg`, - Position: `up`, - Name: `Lillian Bowman`, - AthleteNumber: 35323, - BeatsPerMinute: 103, - TopSpeed: 4.5, - Registered: `2017-08-31T11:55:25-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/gy.png`, - CountryName: `Guyana` - }), - new AthletesDataItem( - { - Id: 182, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/14.jpg`, - Position: `up`, - Name: `Ariena Achterberg`, - AthleteNumber: 41330, - BeatsPerMinute: 92, - TopSpeed: 5.6, - Registered: `2017-10-22T02:15:39-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/kr.png`, - CountryName: `South Korea` - }), - new AthletesDataItem( - { - Id: 182, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/94.jpg`, - Position: `current`, - Name: `Gerald Schmidt`, - AthleteNumber: 47410, - BeatsPerMinute: 102, - TopSpeed: 5.8, - Registered: `2017-02-20T11:53:08-02:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ge.png`, - CountryName: `Georgia` - }), - new AthletesDataItem( - { - Id: 183, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/74.jpg`, - Position: `down`, - Name: `Yarno Kin`, - AthleteNumber: 47324, - BeatsPerMinute: 107, - TopSpeed: 5.1, - Registered: `2017-08-26T08:21:22-03:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ro.png`, - CountryName: `Romania` - }), - new AthletesDataItem( - { - Id: 183, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/53.jpg`, - Position: `up`, - Name: `رونیکا سلطانی نژاد`, - AthleteNumber: 35233, - BeatsPerMinute: 99, - TopSpeed: 4.6, - Registered: `2017-08-13T01:05:52-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/mk.png`, - CountryName: `Macedonia, The Former Yugoslav Republic of` - }), - new AthletesDataItem( - { - Id: 186, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/2.jpg`, - Position: `up`, - Name: `کوروش کامروا`, - AthleteNumber: 13506, - BeatsPerMinute: 109, - TopSpeed: 4.4, - Registered: `2017-04-16T01:10:37-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/nu.png`, - CountryName: `Niue` - }), - new AthletesDataItem( - { - Id: 186, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/42.jpg`, - Position: `up`, - Name: `Jimmy Bailey`, - AthleteNumber: 38510, - BeatsPerMinute: 101, - TopSpeed: 4.7, - Registered: `2017-06-30T04:13:42-03:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/cr.png`, - CountryName: `Costa Rica` - }), - new AthletesDataItem( - { - Id: 188, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/3.jpg`, - Position: `current`, - Name: `Foppe Delfos`, - AthleteNumber: 39679, - BeatsPerMinute: 107, - TopSpeed: 4.1, - Registered: `2017-08-05T10:54:56-03:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/py.png`, - CountryName: `Paraguay` - }), - new AthletesDataItem( - { - Id: 188, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/81.jpg`, - Position: `down`, - Name: `آراد یاسمی`, - AthleteNumber: 34370, - BeatsPerMinute: 99, - TopSpeed: 5.9, - Registered: `2017-02-02T11:42:41-02:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/mu.png`, - CountryName: `Mauritius` - }), - new AthletesDataItem( - { - Id: 188, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/45.jpg`, - Position: `down`, - Name: `Ceylan Duygulu`, - AthleteNumber: 21527, - BeatsPerMinute: 99, - TopSpeed: 4.9, - Registered: `2017-07-13T09:06:04-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/dm.png`, - CountryName: `Dominica` - }), - new AthletesDataItem( - { - Id: 190, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/2.jpg`, - Position: `current`, - Name: `Venla Korpela`, - AthleteNumber: 16454, - BeatsPerMinute: 92, - TopSpeed: 4.1, - Registered: `2017-08-22T10:36:38-03:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/hu.png`, - CountryName: `Hungary` - }), - new AthletesDataItem( - { - Id: 190, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/53.jpg`, - Position: `current`, - Name: `Gladys Van Der Steeg`, - AthleteNumber: 20216, - BeatsPerMinute: 94, - TopSpeed: 4.3, - Registered: `2017-10-09T02:01:16-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/de.png`, - CountryName: `Germany` - }), - new AthletesDataItem( - { - Id: 190, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/44.jpg`, - Position: `current`, - Name: `Kiara Dubois`, - AthleteNumber: 49964, - BeatsPerMinute: 97, - TopSpeed: 5.6, - Registered: `2017-09-28T04:37:56-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/au.png`, - CountryName: `Australia` - }), - new AthletesDataItem( - { - Id: 191, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/42.jpg`, - Position: `current`, - Name: `آرش احمدی`, - AthleteNumber: 36948, - BeatsPerMinute: 90, - TopSpeed: 4.1, - Registered: `2017-09-08T01:22:14-03:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/np.png`, - CountryName: `Nepal` - }), - new AthletesDataItem( - { - Id: 191, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/13.jpg`, - Position: `up`, - Name: `Sheryl Collins`, - AthleteNumber: 36473, - BeatsPerMinute: 98, - TopSpeed: 4.2, - Registered: `2017-03-23T12:54:35-02:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ke.png`, - CountryName: `Kenya` - }), - new AthletesDataItem( - { - Id: 191, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/72.jpg`, - Position: `up`, - Name: `Clarisse Rey`, - AthleteNumber: 29795, - BeatsPerMinute: 98, - TopSpeed: 4.9, - Registered: `2017-06-09T08:07:19-03:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ba.png`, - CountryName: `Bosnia and Herzegovina` - }), - new AthletesDataItem( - { - Id: 192, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/44.jpg`, - Position: `down`, - Name: `Viivi Kujala`, - AthleteNumber: 29939, - BeatsPerMinute: 93, - TopSpeed: 4.1, - Registered: `2017-05-03T02:40:05-03:00`, - TrackProgress: 75, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/so.png`, - CountryName: `Somalia` - }), - new AthletesDataItem( - { - Id: 193, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/9.jpg`, - Position: `down`, - Name: `Juanita Franklin`, - AthleteNumber: 13907, - BeatsPerMinute: 91, - TopSpeed: 6, - Registered: `2017-10-04T02:46:46-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/vu.png`, - CountryName: `Vanuatu` - }), - new AthletesDataItem( - { - Id: 193, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/59.jpg`, - Position: `down`, - Name: `Sophia Carlson`, - AthleteNumber: 44183, - BeatsPerMinute: 102, - TopSpeed: 5.1, - Registered: `2017-09-04T07:03:19-03:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ee.png`, - CountryName: `Estonia` - }), - new AthletesDataItem( - { - Id: 194, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/62.jpg`, - Position: `up`, - Name: `آوا سلطانی نژاد`, - AthleteNumber: 45635, - BeatsPerMinute: 98, - TopSpeed: 4.1, - Registered: `2017-04-10T11:39:46-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/se.png`, - CountryName: `Sweden` - }), - new AthletesDataItem( - { - Id: 194, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/11.jpg`, - Position: `down`, - Name: `Kaya Taşlı`, - AthleteNumber: 42291, - BeatsPerMinute: 100, - TopSpeed: 4.7, - Registered: `2017-01-30T03:23:36-02:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/sn.png`, - CountryName: `Senegal` - }), - new AthletesDataItem( - { - Id: 194, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/71.jpg`, - Position: `down`, - Name: `Adrian Ibañez`, - AthleteNumber: 21968, - BeatsPerMinute: 105, - TopSpeed: 5.3, - Registered: `2017-02-03T04:36:54-02:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/om.png`, - CountryName: `Oman` - }), - new AthletesDataItem( - { - Id: 196, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/17.jpg`, - Position: `current`, - Name: `Parel Zuidhof`, - AthleteNumber: 32718, - BeatsPerMinute: 105, - TopSpeed: 5, - Registered: `2017-01-21T10:19:56-02:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/jm.png`, - CountryName: `Jamaica` - }), - new AthletesDataItem( - { - Id: 196, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/30.jpg`, - Position: `up`, - Name: `Begüm Erkekli`, - AthleteNumber: 37888, - BeatsPerMinute: 104, - TopSpeed: 4.6, - Registered: `2017-10-04T03:02:35-03:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/sv.png`, - CountryName: `El Salvador` - }), - new AthletesDataItem( - { - Id: 197, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/93.jpg`, - Position: `current`, - Name: `Brent Lord`, - AthleteNumber: 20943, - BeatsPerMinute: 92, - TopSpeed: 4.8, - Registered: `2017-01-23T06:14:22-02:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/dz.png`, - CountryName: `Algeria` - }), - new AthletesDataItem( - { - Id: 199, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/68.jpg`, - Position: `up`, - Name: `Lucie Dumont`, - AthleteNumber: 12104, - BeatsPerMinute: 108, - TopSpeed: 4, - Registered: `2017-01-08T02:13:29-02:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ca.png`, - CountryName: `Canada` - }), - new AthletesDataItem( - { - Id: 210, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/13.jpg`, - Position: `down`, - Name: `Maeva Bergeron`, - AthleteNumber: 15655, - BeatsPerMinute: 94, - TopSpeed: 5.9, - Registered: `2017-10-03T09:42:15-03:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/mx.png`, - CountryName: `Mexico` - }), - new AthletesDataItem( - { - Id: 212, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/83.jpg`, - Position: `up`, - Name: `Sara Larsen`, - AthleteNumber: 37094, - BeatsPerMinute: 97, - TopSpeed: 4.5, - Registered: `2017-04-14T11:48:28-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/sa.png`, - CountryName: `Saudi Arabia` - }), - new AthletesDataItem( - { - Id: 214, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/84.jpg`, - Position: `up`, - Name: `Ömür Denkel`, - AthleteNumber: 31061, - BeatsPerMinute: 104, - TopSpeed: 4.5, - Registered: `2017-02-18T05:32:55-02:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/tv.png`, - CountryName: `Tuvalu` - }), - new AthletesDataItem( - { - Id: 215, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/79.jpg`, - Position: `down`, - Name: `Marilou Hubert`, - AthleteNumber: 43655, - BeatsPerMinute: 104, - TopSpeed: 4.2, - Registered: `2017-09-28T11:13:00-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/mm.png`, - CountryName: `Myanmar` - }), - new AthletesDataItem( - { - Id: 216, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/72.jpg`, - Position: `down`, - Name: `Felix Olsen`, - AthleteNumber: 43198, - BeatsPerMinute: 101, - TopSpeed: 4.2, - Registered: `2017-09-27T01:17:14-03:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/fr.png`, - CountryName: `France` - }), - new AthletesDataItem( - { - Id: 219, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/6.jpg`, - Position: `current`, - Name: `Sedef Tunçeri`, - AthleteNumber: 48164, - BeatsPerMinute: 108, - TopSpeed: 5.6, - Registered: `2017-03-29T11:54:15-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/bt.png`, - CountryName: `Bhutan` - }), - new AthletesDataItem( - { - Id: 221, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/73.jpg`, - Position: `down`, - Name: `Kuzey Aclan`, - AthleteNumber: 18583, - BeatsPerMinute: 102, - TopSpeed: 5.3, - Registered: `2017-09-12T09:14:14-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/td.png`, - CountryName: `Chad` - }), - new AthletesDataItem( - { - Id: 223, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/72.jpg`, - Position: `down`, - Name: `Gökhan Aşıkoğlu`, - AthleteNumber: 13890, - BeatsPerMinute: 105, - TopSpeed: 5.4, - Registered: `2017-03-31T06:14:26-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/jp.png`, - CountryName: `Japan` - }), - new AthletesDataItem( - { - Id: 224, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/0.jpg`, - Position: `down`, - Name: `Joan Ortega`, - AthleteNumber: 49478, - BeatsPerMinute: 103, - TopSpeed: 5.4, - Registered: `2017-07-04T03:01:47-03:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/gq.png`, - CountryName: `Equatorial Guinea` - }), - new AthletesDataItem( - { - Id: 225, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/42.jpg`, - Position: `up`, - Name: `Stanley Hart`, - AthleteNumber: 14150, - BeatsPerMinute: 91, - TopSpeed: 4.5, - Registered: `2017-08-19T03:02:33-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ve.png`, - CountryName: `Venezuela` - }), - new AthletesDataItem( - { - Id: 227, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/9.jpg`, - Position: `current`, - Name: `Johann Hinz`, - AthleteNumber: 48244, - BeatsPerMinute: 94, - TopSpeed: 4.3, - Registered: `2017-03-10T07:36:56-02:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/sd.png`, - CountryName: `Sudan` - }), - new AthletesDataItem( - { - Id: 227, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/61.jpg`, - Position: `up`, - Name: `Layla Douglas`, - AthleteNumber: 21977, - BeatsPerMinute: 97, - TopSpeed: 5.4, - Registered: `2017-04-19T11:43:38-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/si.png`, - CountryName: `Slovenia` - }), - new AthletesDataItem( - { - Id: 229, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/29.jpg`, - Position: `current`, - Name: `Selmo Caldeira`, - AthleteNumber: 21837, - BeatsPerMinute: 110, - TopSpeed: 4.9, - Registered: `2017-10-20T03:40:24-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ly.png`, - CountryName: `Libyan Arab Jamahiriya` - }), - new AthletesDataItem( - { - Id: 231, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/56.jpg`, - Position: `up`, - Name: `Judd Campbell`, - AthleteNumber: 37365, - BeatsPerMinute: 110, - TopSpeed: 5, - Registered: `2017-10-19T11:01:10-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/la.png`, - CountryName: `Lao PeopleS Democratic Republic` - }), - new AthletesDataItem( - { - Id: 233, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/18.jpg`, - Position: `up`, - Name: `Zackary Roy`, - AthleteNumber: 45996, - BeatsPerMinute: 92, - TopSpeed: 4.9, - Registered: `2017-07-07T03:51:26-03:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/bs.png`, - CountryName: `Bahamas` - }), - new AthletesDataItem( - { - Id: 234, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/19.jpg`, - Position: `down`, - Name: `Linda Schäfer`, - AthleteNumber: 43074, - BeatsPerMinute: 107, - TopSpeed: 5.1, - Registered: `2017-01-05T11:41:20-02:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ye.png`, - CountryName: `Yemen` - }), - new AthletesDataItem( - { - Id: 235, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/42.jpg`, - Position: `down`, - Name: `Elaine Smith`, - AthleteNumber: 38243, - BeatsPerMinute: 108, - TopSpeed: 4, - Registered: `2017-06-11T12:20:41-03:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/li.png`, - CountryName: `Liechtenstein` - }), - new AthletesDataItem( - { - Id: 237, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/86.jpg`, - Position: `down`, - Name: `Clyde Matthews`, - AthleteNumber: 11955, - BeatsPerMinute: 93, - TopSpeed: 5.2, - Registered: `2017-03-02T05:01:02-02:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/pw.png`, - CountryName: `Palau` - }), - new AthletesDataItem( - { - Id: 238, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/17.jpg`, - Position: `current`, - Name: `Charlotte Meyer`, - AthleteNumber: 21442, - BeatsPerMinute: 110, - TopSpeed: 4.6, - Registered: `2017-10-19T10:38:35-03:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ck.png`, - CountryName: `Cook Islands` - }), - new AthletesDataItem( - { - Id: 240, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/5.jpg`, - Position: `down`, - Name: `Carter Evans`, - AthleteNumber: 46961, - BeatsPerMinute: 100, - TopSpeed: 5.3, - Registered: `2017-07-23T02:43:07-03:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/lu.png`, - CountryName: `Luxembourg` - }), - new AthletesDataItem( - { - Id: 240, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/33.jpg`, - Position: `down`, - Name: `Alberto Clark`, - AthleteNumber: 29912, - BeatsPerMinute: 93, - TopSpeed: 4.6, - Registered: `2017-02-02T03:50:21-02:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ag.png`, - CountryName: `Antigua and Barbuda` - }), - new AthletesDataItem( - { - Id: 241, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/65.jpg`, - Position: `down`, - Name: `Lilly Keuter`, - AthleteNumber: 49893, - BeatsPerMinute: 102, - TopSpeed: 4.5, - Registered: `2017-01-20T02:38:39-02:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/kn.png`, - CountryName: `Saint Kitts and Nevis` - }), - new AthletesDataItem( - { - Id: 241, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/20.jpg`, - Position: `up`, - Name: `Oskari Karjala`, - AthleteNumber: 31498, - BeatsPerMinute: 90, - TopSpeed: 4.5, - Registered: `2017-05-10T12:45:12-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/fm.png`, - CountryName: `Micronesia, Federated States of` - }), - new AthletesDataItem( - { - Id: 242, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/83.jpg`, - Position: `down`, - Name: `Caitlin Jackson`, - AthleteNumber: 45472, - BeatsPerMinute: 101, - TopSpeed: 4.3, - Registered: `2017-09-17T09:41:01-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/mz.png`, - CountryName: `Mozambique` - }), - new AthletesDataItem( - { - Id: 243, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/77.jpg`, - Position: `down`, - Name: `Cathalijne Van Der Ree`, - AthleteNumber: 45160, - BeatsPerMinute: 102, - TopSpeed: 5.4, - Registered: `2017-02-13T05:23:49-02:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ug.png`, - CountryName: `Uganda` - }), - new AthletesDataItem( - { - Id: 243, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/94.jpg`, - Position: `up`, - Name: `Emma Turner`, - AthleteNumber: 39487, - BeatsPerMinute: 110, - TopSpeed: 5.7, - Registered: `2017-07-30T01:33:14-03:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/tz.png`, - CountryName: `Tanzania, United Republic of` - }), - new AthletesDataItem( - { - Id: 243, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/42.jpg`, - Position: `up`, - Name: `Kent Clark`, - AthleteNumber: 32799, - BeatsPerMinute: 106, - TopSpeed: 5.7, - Registered: `2017-01-24T01:00:15-02:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/pe.png`, - CountryName: `Peru` - }), - new AthletesDataItem( - { - Id: 246, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/55.jpg`, - Position: `current`, - Name: `Ronja Kraft`, - AthleteNumber: 21800, - BeatsPerMinute: 101, - TopSpeed: 5.3, - Registered: `2017-04-02T03:33:57-03:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/dk.png`, - CountryName: `Denmark` - }), - new AthletesDataItem( - { - Id: 251, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/34.jpg`, - Position: `down`, - Name: `Eléa Robin`, - AthleteNumber: 26742, - BeatsPerMinute: 90, - TopSpeed: 4.7, - Registered: `2017-03-30T12:34:24-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/vc.png`, - CountryName: `Saint Vincent and the Grenadines` - }), - new AthletesDataItem( - { - Id: 251, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/74.jpg`, - Position: `up`, - Name: `Alex Meyer`, - AthleteNumber: 44390, - BeatsPerMinute: 94, - TopSpeed: 4.3, - Registered: `2017-08-04T07:05:34-03:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/md.png`, - CountryName: `Moldova, Republic of` - }), - new AthletesDataItem( - { - Id: 252, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/94.jpg`, - Position: `down`, - Name: `Adérito Lopes`, - AthleteNumber: 21320, - BeatsPerMinute: 91, - TopSpeed: 5.2, - Registered: `2017-01-07T06:47:56-02:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/mh.png`, - CountryName: `Marshall Islands` - }), - new AthletesDataItem( - { - Id: 253, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/51.jpg`, - Position: `current`, - Name: `Kayla Patel`, - AthleteNumber: 42780, - BeatsPerMinute: 103, - TopSpeed: 4.7, - Registered: `2017-04-20T09:33:53-03:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ne.png`, - CountryName: `Niger` - }), - new AthletesDataItem( - { - Id: 258, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/31.jpg`, - Position: `current`, - Name: `Diego Gautier`, - AthleteNumber: 26320, - BeatsPerMinute: 97, - TopSpeed: 4.6, - Registered: `2017-06-11T03:50:43-03:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ng.png`, - CountryName: `Nigeria` - }), - new AthletesDataItem( - { - Id: 258, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/30.jpg`, - Position: `up`, - Name: `Veera Saari`, - AthleteNumber: 40408, - BeatsPerMinute: 100, - TopSpeed: 4.7, - Registered: `2017-10-28T10:39:22-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/iq.png`, - CountryName: `Iraq` - }), - new AthletesDataItem( - { - Id: 258, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/60.jpg`, - Position: `down`, - Name: `Zaina Pomp`, - AthleteNumber: 14109, - BeatsPerMinute: 90, - TopSpeed: 5.7, - Registered: `2017-09-07T11:17:40-03:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ao.png`, - CountryName: `Angola` - }), - new AthletesDataItem( - { - Id: 262, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/9.jpg`, - Position: `current`, - Name: `Anthony Harcourt`, - AthleteNumber: 33649, - BeatsPerMinute: 109, - TopSpeed: 5.5, - Registered: `2017-06-14T11:10:20-03:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/in.png`, - CountryName: `India` - }), - new AthletesDataItem( - { - Id: 262, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/43.jpg`, - Position: `current`, - Name: `Roman Smith`, - AthleteNumber: 15531, - BeatsPerMinute: 106, - TopSpeed: 4.9, - Registered: `2017-06-14T05:12:04-03:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ga.png`, - CountryName: `Gabon` - }), - new AthletesDataItem( - { - Id: 263, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/9.jpg`, - Position: `up`, - Name: `Estelle Vincent`, - AthleteNumber: 41700, - BeatsPerMinute: 99, - TopSpeed: 5.7, - Registered: `2017-05-31T02:56:58-03:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/na.png`, - CountryName: `Namibia` - }), - new AthletesDataItem( - { - Id: 265, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/47.jpg`, - Position: `current`, - Name: `Ilke Kisters`, - AthleteNumber: 23817, - BeatsPerMinute: 100, - TopSpeed: 5.9, - Registered: `2017-01-04T02:54:53-02:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ch.png`, - CountryName: `Switzerland` - }), - new AthletesDataItem( - { - Id: 265, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/9.jpg`, - Position: `down`, - Name: `Jenny Burke`, - AthleteNumber: 15266, - BeatsPerMinute: 99, - TopSpeed: 5.4, - Registered: `2017-09-11T12:20:19-03:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/my.png`, - CountryName: `Malaysia` - }), - new AthletesDataItem( - { - Id: 265, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/60.jpg`, - Position: `down`, - Name: `Keira Walker`, - AthleteNumber: 34116, - BeatsPerMinute: 94, - TopSpeed: 4.8, - Registered: `2017-01-09T05:46:07-02:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/al.png`, - CountryName: `Albania` - }), - new AthletesDataItem( - { - Id: 266, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/70.jpg`, - Position: `down`, - Name: `Moritz Braun`, - AthleteNumber: 48081, - BeatsPerMinute: 107, - TopSpeed: 6, - Registered: `2017-06-13T12:54:56-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ad.png`, - CountryName: `Andorra` - }), - new AthletesDataItem( - { - Id: 267, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/50.jpg`, - Position: `current`, - Name: `Villads Larsen`, - AthleteNumber: 44677, - BeatsPerMinute: 93, - TopSpeed: 5.7, - Registered: `2017-03-25T11:25:30-02:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/kw.png`, - CountryName: `Kuwait` - }), - new AthletesDataItem( - { - Id: 268, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/23.jpg`, - Position: `up`, - Name: `Sandro Carpentier`, - AthleteNumber: 23503, - BeatsPerMinute: 96, - TopSpeed: 5.7, - Registered: `2017-09-30T01:01:04-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/be.png`, - CountryName: `Belgium` - }), - new AthletesDataItem( - { - Id: 269, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/17.jpg`, - Position: `current`, - Name: `Emil Meißner`, - AthleteNumber: 37183, - BeatsPerMinute: 97, - TopSpeed: 4, - Registered: `2017-07-15T12:32:30-03:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/gm.png`, - CountryName: `Gambia` - }), - new AthletesDataItem( - { - Id: 270, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/14.jpg`, - Position: `up`, - Name: `Emily Olsen`, - AthleteNumber: 13887, - BeatsPerMinute: 110, - TopSpeed: 4.8, - Registered: `2017-10-03T08:01:40-03:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/cf.png`, - CountryName: `Central African Republic` - }), - new AthletesDataItem( - { - Id: 271, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/81.jpg`, - Position: `down`, - Name: `آراد جعفری`, - AthleteNumber: 34962, - BeatsPerMinute: 90, - TopSpeed: 4.8, - Registered: `2017-04-22T04:20:39-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/bi.png`, - CountryName: `Burundi` - }), - new AthletesDataItem( - { - Id: 271, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/74.jpg`, - Position: `down`, - Name: `Jimmie Mcguinness`, - AthleteNumber: 20729, - BeatsPerMinute: 90, - TopSpeed: 4.6, - Registered: `2017-10-07T06:08:00-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/bw.png`, - CountryName: `Botswana` - }), - new AthletesDataItem( - { - Id: 272, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/26.jpg`, - Position: `down`, - Name: `Sélène Roussel`, - AthleteNumber: 11261, - BeatsPerMinute: 99, - TopSpeed: 5.8, - Registered: `2017-05-10T02:18:02-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/sm.png`, - CountryName: `San Marino` - }), - new AthletesDataItem( - { - Id: 272, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/31.jpg`, - Position: `up`, - Name: `Aaron Robertson`, - AthleteNumber: 30727, - BeatsPerMinute: 95, - TopSpeed: 4.2, - Registered: `2017-08-23T09:37:40-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/id.png`, - CountryName: `Indonesia` - }), - new AthletesDataItem( - { - Id: 273, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/4.jpg`, - Position: `up`, - Name: `Afet Kumcuoğlu`, - AthleteNumber: 33454, - BeatsPerMinute: 106, - TopSpeed: 5.1, - Registered: `2017-09-16T07:05:43-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/nz.png`, - CountryName: `New Zealand` - }), - new AthletesDataItem( - { - Id: 273, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/33.jpg`, - Position: `up`, - Name: `Annabelle Besteman`, - AthleteNumber: 30560, - BeatsPerMinute: 105, - TopSpeed: 5.3, - Registered: `2017-11-11T02:04:19-02:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/kp.png`, - CountryName: `North Korea` - }), - new AthletesDataItem( - { - Id: 274, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/9.jpg`, - Position: `up`, - Name: `Minea Rantanen`, - AthleteNumber: 18835, - BeatsPerMinute: 105, - TopSpeed: 5, - Registered: `2017-01-24T07:30:43-02:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/jo.png`, - CountryName: `Jordan` - }), - new AthletesDataItem( - { - Id: 275, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/2.jpg`, - Position: `up`, - Name: `Fritz Sommer`, - AthleteNumber: 26210, - BeatsPerMinute: 99, - TopSpeed: 4.6, - Registered: `2017-09-29T03:54:57-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/lt.png`, - CountryName: `Lithuania` - }), - new AthletesDataItem( - { - Id: 275, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/88.jpg`, - Position: `down`, - Name: `Rafael Gutierrez`, - AthleteNumber: 38804, - BeatsPerMinute: 100, - TopSpeed: 5.9, - Registered: `2017-02-08T07:50:59-02:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/gn.png`, - CountryName: `Guinea` - }), - new AthletesDataItem( - { - Id: 275, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/69.jpg`, - Position: `current`, - Name: `Ellen Leppo`, - AthleteNumber: 29286, - BeatsPerMinute: 97, - TopSpeed: 5.6, - Registered: `2017-08-16T09:46:35-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/by.png`, - CountryName: `Belarus` - }), - new AthletesDataItem( - { - Id: 276, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/1.jpg`, - Position: `current`, - Name: `Encarnacion Martin`, - AthleteNumber: 40912, - BeatsPerMinute: 105, - TopSpeed: 5.5, - Registered: `2017-01-11T12:52:28-02:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/th.png`, - CountryName: `Thailand` - }), - new AthletesDataItem( - { - Id: 276, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/65.jpg`, - Position: `current`, - Name: `David Scott`, - AthleteNumber: 46997, - BeatsPerMinute: 101, - TopSpeed: 4.4, - Registered: `2017-07-25T09:23:24-03:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/pt.png`, - CountryName: `Portugal` - }), - new AthletesDataItem( - { - Id: 279, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/39.jpg`, - Position: `current`, - Name: `Ashley Romero`, - AthleteNumber: 36611, - BeatsPerMinute: 104, - TopSpeed: 5.5, - Registered: `2017-02-08T12:45:46-02:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/mn.png`, - CountryName: `Mongolia` - }), - new AthletesDataItem( - { - Id: 280, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/90.jpg`, - Position: `down`, - Name: `Cecil Nichols`, - AthleteNumber: 20656, - BeatsPerMinute: 100, - TopSpeed: 5, - Registered: `2017-04-24T01:20:34-03:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/rw.png`, - CountryName: `RWANDA` - }), - new AthletesDataItem( - { - Id: 282, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/55.jpg`, - Position: `current`, - Name: `Johann Fischer`, - AthleteNumber: 37212, - BeatsPerMinute: 98, - TopSpeed: 5.8, - Registered: `2017-09-01T04:39:52-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/br.png`, - CountryName: `Brazil` - }), - new AthletesDataItem( - { - Id: 283, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/10.jpg`, - Position: `current`, - Name: `سینا مرادی`, - AthleteNumber: 10809, - BeatsPerMinute: 105, - TopSpeed: 5.3, - Registered: `2017-04-05T05:27:13-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/bh.png`, - CountryName: `Bahrain` - }), - new AthletesDataItem( - { - Id: 284, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/12.jpg`, - Position: `current`, - Name: `Abel Brun`, - AthleteNumber: 39315, - BeatsPerMinute: 105, - TopSpeed: 5.1, - Registered: `2017-10-05T05:54:31-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/af.png`, - CountryName: `Afghanistan` - }), - new AthletesDataItem( - { - Id: 285, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/34.jpg`, - Position: `current`, - Name: `Jeffrey Medina`, - AthleteNumber: 42905, - BeatsPerMinute: 100, - TopSpeed: 5.2, - Registered: `2017-09-15T02:11:43-03:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/gr.png`, - CountryName: `Greece` - }), - new AthletesDataItem( - { - Id: 285, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/43.jpg`, - Position: `down`, - Name: `Niilo Laurila`, - AthleteNumber: 49215, - BeatsPerMinute: 104, - TopSpeed: 4.5, - Registered: `2017-04-26T01:26:36-03:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/et.png`, - CountryName: `Ethiopia` - }), - new AthletesDataItem( - { - Id: 286, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/45.jpg`, - Position: `down`, - Name: `Marisvalda Martins`, - AthleteNumber: 33879, - BeatsPerMinute: 107, - TopSpeed: 5.4, - Registered: `2017-01-31T12:07:48-02:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/es.png`, - CountryName: `Spain` - }), - new AthletesDataItem( - { - Id: 286, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/82.jpg`, - Position: `current`, - Name: `Eloida Novaes`, - AthleteNumber: 30751, - BeatsPerMinute: 107, - TopSpeed: 4.2, - Registered: `2017-01-02T01:04:04-02:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/cl.png`, - CountryName: `Chile` - }), - new AthletesDataItem( - { - Id: 287, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/72.jpg`, - Position: `up`, - Name: `Charlotte Dean`, - AthleteNumber: 45969, - BeatsPerMinute: 105, - TopSpeed: 5, - Registered: `2017-02-13T05:39:15-02:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/za.png`, - CountryName: `South Africa` - }), - new AthletesDataItem( - { - Id: 287, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/35.jpg`, - Position: `current`, - Name: `Loïc Gerard`, - AthleteNumber: 31706, - BeatsPerMinute: 102, - TopSpeed: 4.4, - Registered: `2017-07-28T09:10:43-03:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ie.png`, - CountryName: `Ireland` - }), - new AthletesDataItem( - { - Id: 292, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/4.jpg`, - Position: `down`, - Name: `Asta Hansen`, - AthleteNumber: 17222, - BeatsPerMinute: 101, - TopSpeed: 4.3, - Registered: `2017-01-08T02:41:56-02:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/kz.png`, - CountryName: `Kazakhstan` - }), - new AthletesDataItem( - { - Id: 293, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/21.jpg`, - Position: `up`, - Name: `Sara Hannula`, - AthleteNumber: 22025, - BeatsPerMinute: 102, - TopSpeed: 4.2, - Registered: `2017-10-09T11:32:13-03:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/tl.png`, - CountryName: `Timor-Leste` - }), - new AthletesDataItem( - { - Id: 293, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/90.jpg`, - Position: `current`, - Name: `Ana Bourgeois`, - AthleteNumber: 24612, - BeatsPerMinute: 110, - TopSpeed: 6, - Registered: `2017-11-02T02:17:43-02:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/sg.png`, - CountryName: `Singapore` - }), - new AthletesDataItem( - { - Id: 296, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/37.jpg`, - Position: `up`, - Name: `Thea Edwards`, - AthleteNumber: 29141, - BeatsPerMinute: 99, - TopSpeed: 5.8, - Registered: `2017-05-23T05:24:38-03:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/sl.png`, - CountryName: `Sierra Leone` - }), - new AthletesDataItem( - { - Id: 299, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/89.jpg`, - Position: `down`, - Name: `Victor Lévesque`, - AthleteNumber: 48375, - BeatsPerMinute: 110, - TopSpeed: 5.7, - Registered: `2017-11-10T11:31:44-02:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/mr.png`, - CountryName: `Mauritania` - }), - new AthletesDataItem( - { - Id: 301, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/65.jpg`, - Position: `down`, - Name: `Louis Stewart`, - AthleteNumber: 48131, - BeatsPerMinute: 103, - TopSpeed: 5.7, - Registered: `2017-02-26T07:28:02-02:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/hn.png`, - CountryName: `Honduras` - }), - new AthletesDataItem( - { - Id: 302, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/14.jpg`, - Position: `up`, - Name: `Bill Fox`, - AthleteNumber: 18511, - BeatsPerMinute: 91, - TopSpeed: 5, - Registered: `2017-10-24T08:25:40-03:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ir.png`, - CountryName: `Iran, Islamic Republic Of` - }), - new AthletesDataItem( - { - Id: 304, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/34.jpg`, - Position: `down`, - Name: `Mathys Martin`, - AthleteNumber: 32928, - BeatsPerMinute: 98, - TopSpeed: 5.5, - Registered: `2017-05-17T12:51:47-03:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/va.png`, - CountryName: `Holy See (Vatican City State)` - }), - new AthletesDataItem( - { - Id: 305, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/38.jpg`, - Position: `current`, - Name: `Gianne Godijn`, - AthleteNumber: 45945, - BeatsPerMinute: 96, - TopSpeed: 4.5, - Registered: `2017-03-22T03:23:12-02:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/it.png`, - CountryName: `Italy` - }), - new AthletesDataItem( - { - Id: 306, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/26.jpg`, - Position: `up`, - Name: `Mira Campos`, - AthleteNumber: 39222, - BeatsPerMinute: 95, - TopSpeed: 5.9, - Registered: `2017-01-11T01:41:31-02:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/am.png`, - CountryName: `Armenia` - }), - new AthletesDataItem( - { - Id: 308, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/15.jpg`, - Position: `down`, - Name: `Esther Kühn`, - AthleteNumber: 24868, - BeatsPerMinute: 92, - TopSpeed: 5.5, - Registered: `2017-05-14T12:30:08-03:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ru.png`, - CountryName: `Russian Federation` - }), - new AthletesDataItem( - { - Id: 308, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/14.jpg`, - Position: `up`, - Name: `Hans Möller`, - AthleteNumber: 34122, - BeatsPerMinute: 109, - TopSpeed: 5.6, - Registered: `2017-06-20T06:02:49-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/dj.png`, - CountryName: `Djibouti` - }), - new AthletesDataItem( - { - Id: 309, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/73.jpg`, - Position: `current`, - Name: `Alice Perry`, - AthleteNumber: 23750, - BeatsPerMinute: 104, - TopSpeed: 5.3, - Registered: `2017-03-31T07:15:46-03:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/lc.png`, - CountryName: `Saint Lucia` - }), - new AthletesDataItem( - { - Id: 310, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/92.jpg`, - Position: `up`, - Name: `Kaya Tekand`, - AthleteNumber: 11028, - BeatsPerMinute: 93, - TopSpeed: 5.2, - Registered: `2017-04-10T09:57:13-03:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/fj.png`, - CountryName: `Fiji` - }), - new AthletesDataItem( - { - Id: 311, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/92.jpg`, - Position: `down`, - Name: `Ilona Salonen`, - AthleteNumber: 27068, - BeatsPerMinute: 91, - TopSpeed: 5.4, - Registered: `2017-07-03T06:19:47-03:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/bo.png`, - CountryName: `Bolivia` - }), + new AthletesDataItem({ Id: 100, Avatar: `https://static.infragistics.com/xplatform/images/people/women/20.jpg`, Position: `current`, Name: `Alexis Walker`, AthleteNumber: 43183, BeatsPerMinute: 103, TopSpeed: 5.8, Registered: `2017-08-07T10:35:06-03:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/gh.png`, CountryName: `Ghana` }), + new AthletesDataItem({ Id: 101, Avatar: `https://static.infragistics.com/xplatform/images/people/women/71.jpg`, Position: `down`, Name: `Lavínia Silva`, AthleteNumber: 33994, BeatsPerMinute: 93, TopSpeed: 5.6, Registered: `2017-03-22T08:55:46-02:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/no.png`, CountryName: `Norway` }), + new AthletesDataItem({ Id: 105, Avatar: `https://static.infragistics.com/xplatform/images/people/men/5.jpg`, Position: `down`, Name: `Samu Hokkanen`, AthleteNumber: 22469, BeatsPerMinute: 106, TopSpeed: 5.5, Registered: `2017-06-29T04:58:27-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/az.png`, CountryName: `Azerbaijan` }), + new AthletesDataItem({ Id: 107, Avatar: `https://static.infragistics.com/xplatform/images/people/women/92.jpg`, Position: `down`, Name: `Megan Webb`, AthleteNumber: 30713, BeatsPerMinute: 93, TopSpeed: 5.6, Registered: `2017-08-20T09:26:51-03:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/mt.png`, CountryName: `Malta` }), + new AthletesDataItem({ Id: 107, Avatar: `https://static.infragistics.com/xplatform/images/people/men/33.jpg`, Position: `up`, Name: `Pedro Marquez`, AthleteNumber: 16169, BeatsPerMinute: 97, TopSpeed: 5.4, Registered: `2017-11-11T05:14:31-02:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/mw.png`, CountryName: `Malawi` }), + new AthletesDataItem({ Id: 108, Avatar: `https://static.infragistics.com/xplatform/images/people/men/31.jpg`, Position: `up`, Name: `Noah Bergeron`, AthleteNumber: 35139, BeatsPerMinute: 110, TopSpeed: 5.6, Registered: `2017-06-23T01:21:21-03:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ci.png`, CountryName: `Cote DIvoire` }), + new AthletesDataItem({ Id: 110, Avatar: `https://static.infragistics.com/xplatform/images/people/women/15.jpg`, Position: `current`, Name: `Annabell Brand`, AthleteNumber: 39233, BeatsPerMinute: 93, TopSpeed: 5.7, Registered: `2017-03-01T12:21:24-02:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/pg.png`, CountryName: `Papua New Guinea` }), + new AthletesDataItem({ Id: 110, Avatar: `https://static.infragistics.com/xplatform/images/people/women/13.jpg`, Position: `current`, Name: `Özsu Keçeci`, AthleteNumber: 29403, BeatsPerMinute: 106, TopSpeed: 4.2, Registered: `2017-01-19T11:34:13-02:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/lv.png`, CountryName: `Latvia` }), + new AthletesDataItem({ Id: 110, Avatar: `https://static.infragistics.com/xplatform/images/people/women/26.jpg`, Position: `down`, Name: `Emilie Morin`, AthleteNumber: 26164, BeatsPerMinute: 98, TopSpeed: 4.9, Registered: `2017-02-01T04:18:19-02:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/kg.png`, CountryName: `Kyrgyzstan` }), + new AthletesDataItem({ Id: 111, Avatar: `https://static.infragistics.com/xplatform/images/people/men/23.jpg`, Position: `up`, Name: `Connor Green`, AthleteNumber: 44716, BeatsPerMinute: 95, TopSpeed: 4.4, Registered: `2017-06-30T11:23:25-03:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/bb.png`, CountryName: `Barbados` }), + new AthletesDataItem({ Id: 112, Avatar: `https://static.infragistics.com/xplatform/images/people/women/53.jpg`, Position: `down`, Name: `Karen Shaw`, AthleteNumber: 31048, BeatsPerMinute: 107, TopSpeed: 5.7, Registered: `2017-05-15T09:25:03-03:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ec.png`, CountryName: `Ecuador` }), + new AthletesDataItem({ Id: 113, Avatar: `https://static.infragistics.com/xplatform/images/people/women/36.jpg`, Position: `current`, Name: `Marialba Nascimento`, AthleteNumber: 47061, BeatsPerMinute: 108, TopSpeed: 5.2, Registered: `2017-09-19T05:47:21-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/tn.png`, CountryName: `Tunisia` }), + new AthletesDataItem({ Id: 113, Avatar: `https://static.infragistics.com/xplatform/images/people/men/37.jpg`, Position: `current`, Name: `Nick Naumann`, AthleteNumber: 25566, BeatsPerMinute: 109, TopSpeed: 5.9, Registered: `2017-07-12T09:01:11-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/sz.png`, CountryName: `Swaziland` }), + new AthletesDataItem({ Id: 116, Avatar: `https://static.infragistics.com/xplatform/images/people/women/1.jpg`, Position: `down`, Name: `Sevcan Kollen`, AthleteNumber: 13728, BeatsPerMinute: 104, TopSpeed: 5.3, Registered: `2017-09-08T08:29:08-03:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/gt.png`, CountryName: `Guatemala` }), + new AthletesDataItem({ Id: 121, Avatar: `https://static.infragistics.com/xplatform/images/people/men/48.jpg`, Position: `current`, Name: `Väinö Salmi`, AthleteNumber: 29839, BeatsPerMinute: 107, TopSpeed: 5.5, Registered: `2017-10-21T05:57:02-03:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/gw.png`, CountryName: `Guinea-Bissau` }), + new AthletesDataItem({ Id: 121, Avatar: `https://static.infragistics.com/xplatform/images/people/men/31.jpg`, Position: `down`, Name: `Ivan Ivanov`, AthleteNumber: 11054, BeatsPerMinute: 108, TopSpeed: 5.7, Registered: `2017-04-18T08:03:01-03:00`, TrackProgress: 75, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/bg.png`, CountryName: `Bulgaria` }), + new AthletesDataItem({ Id: 121, Avatar: `https://static.infragistics.com/xplatform/images/people/men/45.jpg`, Position: `current`, Name: `Maurice Lambert`, AthleteNumber: 17443, BeatsPerMinute: 96, TopSpeed: 5.6, Registered: `2017-06-05T08:19:32-03:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/bd.png`, CountryName: `Bangladesh` }), + new AthletesDataItem({ Id: 122, Avatar: `https://static.infragistics.com/xplatform/images/people/women/71.jpg`, Position: `down`, Name: `Natalie Conrad`, AthleteNumber: 42602, BeatsPerMinute: 108, TopSpeed: 6, Registered: `2017-03-18T06:35:44-02:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/tt.png`, CountryName: `Trinidad and Tobago` }), + new AthletesDataItem({ Id: 122, Avatar: `https://static.infragistics.com/xplatform/images/people/men/57.jpg`, Position: `down`, Name: `Jack Jean-baptiste`, AthleteNumber: 40427, BeatsPerMinute: 110, TopSpeed: 4.3, Registered: `2017-11-09T08:50:06-02:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/cm.png`, CountryName: `Cameroon` }), + new AthletesDataItem({ Id: 123, Avatar: `https://static.infragistics.com/xplatform/images/people/women/19.jpg`, Position: `down`, Name: `Flora Perez`, AthleteNumber: 23907, BeatsPerMinute: 102, TopSpeed: 5.8, Registered: `2017-04-12T04:16:56-03:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/pl.png`, CountryName: `Poland` }), + new AthletesDataItem({ Id: 123, Avatar: `https://static.infragistics.com/xplatform/images/people/women/12.jpg`, Position: `up`, Name: `آنیتا كامياران`, AthleteNumber: 18980, BeatsPerMinute: 90, TopSpeed: 4.5, Registered: `2017-07-21T06:42:59-03:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/lb.png`, CountryName: `Lebanon` }), + new AthletesDataItem({ Id: 123, Avatar: `https://static.infragistics.com/xplatform/images/people/men/31.jpg`, Position: `current`, Name: `Eeli Makinen`, AthleteNumber: 45296, BeatsPerMinute: 106, TopSpeed: 5.2, Registered: `2017-01-06T09:58:02-02:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/fi.png`, CountryName: `Finland` }), + new AthletesDataItem({ Id: 124, Avatar: `https://static.infragistics.com/xplatform/images/people/men/98.jpg`, Position: `down`, Name: `Mathieu Mathieu`, AthleteNumber: 10555, BeatsPerMinute: 101, TopSpeed: 5.2, Registered: `2017-01-05T07:28:11-02:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/uz.png`, CountryName: `Uzbekistan` }), + new AthletesDataItem({ Id: 124, Avatar: `https://static.infragistics.com/xplatform/images/people/women/19.jpg`, Position: `current`, Name: `Marie Poulsen`, AthleteNumber: 44113, BeatsPerMinute: 109, TopSpeed: 4.7, Registered: `2017-04-15T10:25:21-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ma.png`, CountryName: `Morocco` }), + new AthletesDataItem({ Id: 125, Avatar: `https://static.infragistics.com/xplatform/images/people/women/16.jpg`, Position: `current`, Name: `Altiva Alves`, AthleteNumber: 31850, BeatsPerMinute: 106, TopSpeed: 5.1, Registered: `2017-11-09T02:43:54-02:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/km.png`, CountryName: `Comoros` }), + new AthletesDataItem({ Id: 127, Avatar: `https://static.infragistics.com/xplatform/images/people/men/52.jpg`, Position: `down`, Name: `Gerardo Soto`, AthleteNumber: 22958, BeatsPerMinute: 90, TopSpeed: 5, Registered: `2017-06-04T12:52:03-03:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/co.png`, CountryName: `Colombia` }), + new AthletesDataItem({ Id: 128, Avatar: `https://static.infragistics.com/xplatform/images/people/women/52.jpg`, Position: `up`, Name: `Sophie Lewis`, AthleteNumber: 46222, BeatsPerMinute: 106, TopSpeed: 4.4, Registered: `2017-02-20T09:42:07-02:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/mc.png`, CountryName: `Monaco` }), + new AthletesDataItem({ Id: 129, Avatar: `https://static.infragistics.com/xplatform/images/people/women/34.jpg`, Position: `up`, Name: `Ella Hansen`, AthleteNumber: 27075, BeatsPerMinute: 101, TopSpeed: 5.1, Registered: `2017-01-05T10:12:42-02:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/lk.png`, CountryName: `Sri Lanka` }), + new AthletesDataItem({ Id: 130, Avatar: `https://static.infragistics.com/xplatform/images/people/men/94.jpg`, Position: `up`, Name: `Adem Özdoğan`, AthleteNumber: 45143, BeatsPerMinute: 90, TopSpeed: 5.5, Registered: `2017-02-16T07:11:52-02:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/tm.png`, CountryName: `Turkmenistan` }), + new AthletesDataItem({ Id: 130, Avatar: `https://static.infragistics.com/xplatform/images/people/women/24.jpg`, Position: `down`, Name: `آوا احمدی`, AthleteNumber: 44347, BeatsPerMinute: 110, TopSpeed: 4.1, Registered: `2017-06-04T09:04:31-03:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/cn.png`, CountryName: `China` }), + new AthletesDataItem({ Id: 131, Avatar: `https://static.infragistics.com/xplatform/images/people/women/61.jpg`, Position: `current`, Name: `Eliza Bishop`, AthleteNumber: 31774, BeatsPerMinute: 96, TopSpeed: 4.7, Registered: `2017-09-22T11:49:02-03:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/eh.png`, CountryName: `Western Sahara` }), + new AthletesDataItem({ Id: 131, Avatar: `https://static.infragistics.com/xplatform/images/people/women/61.jpg`, Position: `down`, Name: `Veronika Huber`, AthleteNumber: 18146, BeatsPerMinute: 103, TopSpeed: 5.2, Registered: `2017-07-13T02:23:56-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/to.png`, CountryName: `Tonga` }), + new AthletesDataItem({ Id: 134, Avatar: `https://static.infragistics.com/xplatform/images/people/women/66.jpg`, Position: `down`, Name: `Anni Waisanen`, AthleteNumber: 32133, BeatsPerMinute: 99, TopSpeed: 5, Registered: `2017-08-17T01:35:09-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/do.png`, CountryName: `Dominican Republic` }), + new AthletesDataItem({ Id: 135, Avatar: `https://static.infragistics.com/xplatform/images/people/men/84.jpg`, Position: `down`, Name: `Darryl Douglas`, AthleteNumber: 35826, BeatsPerMinute: 96, TopSpeed: 4.6, Registered: `2017-07-20T11:45:52-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/tr.png`, CountryName: `Turkey` }), + new AthletesDataItem({ Id: 136, Avatar: `https://static.infragistics.com/xplatform/images/people/women/10.jpg`, Position: `down`, Name: `Elaine Matthews`, AthleteNumber: 38574, BeatsPerMinute: 110, TopSpeed: 5.5, Registered: `2017-01-26T11:50:00-02:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/cv.png`, CountryName: `Cape Verde` }), + new AthletesDataItem({ Id: 137, Avatar: `https://static.infragistics.com/xplatform/images/people/women/75.jpg`, Position: `up`, Name: `Gloria Caballero`, AthleteNumber: 43379, BeatsPerMinute: 103, TopSpeed: 4.3, Registered: `2017-08-10T08:27:45-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/il.png`, CountryName: `Israel` }), + new AthletesDataItem({ Id: 137, Avatar: `https://static.infragistics.com/xplatform/images/people/men/80.jpg`, Position: `down`, Name: `Lance Dunn`, AthleteNumber: 10113, BeatsPerMinute: 94, TopSpeed: 4.5, Registered: `2017-03-13T10:51:36-02:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/cy.png`, CountryName: `Cyprus` }), + new AthletesDataItem({ Id: 138, Avatar: `https://static.infragistics.com/xplatform/images/people/men/31.jpg`, Position: `down`, Name: `Antoine Mackay`, AthleteNumber: 34547, BeatsPerMinute: 104, TopSpeed: 5, Registered: `2017-08-22T09:11:37-03:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ls.png`, CountryName: `Lesotho` }), + new AthletesDataItem({ Id: 138, Avatar: `https://static.infragistics.com/xplatform/images/people/men/78.jpg`, Position: `current`, Name: `Oscar Calvo`, AthleteNumber: 45078, BeatsPerMinute: 109, TopSpeed: 4.3, Registered: `2017-06-19T10:57:42-03:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/cu.png`, CountryName: `Cuba` }), + new AthletesDataItem({ Id: 138, Avatar: `https://static.infragistics.com/xplatform/images/people/men/38.jpg`, Position: `current`, Name: `Derrick Price`, AthleteNumber: 19792, BeatsPerMinute: 94, TopSpeed: 5.6, Registered: `2017-03-19T01:10:55-02:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ar.png`, CountryName: `Argentina` }), + new AthletesDataItem({ Id: 139, Avatar: `https://static.infragistics.com/xplatform/images/people/women/28.jpg`, Position: `current`, Name: `Annabell Barth`, AthleteNumber: 41130, BeatsPerMinute: 103, TopSpeed: 5, Registered: `2017-08-24T11:58:56-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ht.png`, CountryName: `Haiti` }), + new AthletesDataItem({ Id: 141, Avatar: `https://static.infragistics.com/xplatform/images/people/men/15.jpg`, Position: `current`, Name: `Miro Korpela`, AthleteNumber: 40544, BeatsPerMinute: 104, TopSpeed: 5.3, Registered: `2017-01-10T07:12:44-02:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/nl.png`, CountryName: `Netherlands` }), + new AthletesDataItem({ Id: 142, Avatar: `https://static.infragistics.com/xplatform/images/people/women/63.jpg`, Position: `current`, Name: `Nicoline Thomsen`, AthleteNumber: 36778, BeatsPerMinute: 99, TopSpeed: 5.5, Registered: `2017-03-26T10:04:29-03:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/bj.png`, CountryName: `Benin` }), + new AthletesDataItem({ Id: 143, Avatar: `https://static.infragistics.com/xplatform/images/people/men/38.jpg`, Position: `up`, Name: `رضا کوتی`, AthleteNumber: 13640, BeatsPerMinute: 103, TopSpeed: 4.2, Registered: `2017-04-30T02:34:29-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/pk.png`, CountryName: `Pakistan` }), + new AthletesDataItem({ Id: 144, Avatar: `https://static.infragistics.com/xplatform/images/people/women/57.jpg`, Position: `down`, Name: `Milja Leino`, AthleteNumber: 33563, BeatsPerMinute: 110, TopSpeed: 4.1, Registered: `2017-11-01T10:34:07-02:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/bf.png`, CountryName: `Burkina Faso` }), + new AthletesDataItem({ Id: 147, Avatar: `https://static.infragistics.com/xplatform/images/people/men/8.jpg`, Position: `down`, Name: `میلاد یاسمی`, AthleteNumber: 44023, BeatsPerMinute: 104, TopSpeed: 5.2, Registered: `2017-06-10T04:11:01-03:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/tg.png`, CountryName: `Togo` }), + new AthletesDataItem({ Id: 150, Avatar: `https://static.infragistics.com/xplatform/images/people/men/52.jpg`, Position: `up`, Name: `Gustav Petersen`, AthleteNumber: 20984, BeatsPerMinute: 107, TopSpeed: 4.6, Registered: `2017-01-01T07:40:19-02:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/bz.png`, CountryName: `Belize` }), + new AthletesDataItem({ Id: 151, Avatar: `https://static.infragistics.com/xplatform/images/people/women/88.jpg`, Position: `current`, Name: `Charlotte Mills`, AthleteNumber: 49829, BeatsPerMinute: 92, TopSpeed: 5.3, Registered: `2017-05-10T04:33:10-03:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/mg.png`, CountryName: `Madagascar` }), + new AthletesDataItem({ Id: 154, Avatar: `https://static.infragistics.com/xplatform/images/people/women/54.jpg`, Position: `down`, Name: `Rhonda Simmmons`, AthleteNumber: 37139, BeatsPerMinute: 96, TopSpeed: 5.1, Registered: `2017-07-03T05:39:45-03:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/nr.png`, CountryName: `Nauru` }), + new AthletesDataItem({ Id: 155, Avatar: `https://static.infragistics.com/xplatform/images/people/men/82.jpg`, Position: `up`, Name: `Justin Philippe`, AthleteNumber: 12858, BeatsPerMinute: 104, TopSpeed: 5.7, Registered: `2017-03-16T02:00:35-02:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/mv.png`, CountryName: `Maldives` }), + new AthletesDataItem({ Id: 159, Avatar: `https://static.infragistics.com/xplatform/images/people/women/66.jpg`, Position: `up`, Name: `Eva Dean`, AthleteNumber: 48874, BeatsPerMinute: 103, TopSpeed: 5.7, Registered: `2017-03-04T01:58:52-02:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/st.png`, CountryName: `Sao Tome and Principe` }), + new AthletesDataItem({ Id: 161, Avatar: `https://static.infragistics.com/xplatform/images/people/men/89.jpg`, Position: `up`, Name: `Franklin Byrd`, AthleteNumber: 49498, BeatsPerMinute: 106, TopSpeed: 5.3, Registered: `2017-11-04T11:09:26-02:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/tw.png`, CountryName: `Taiwan, Province of China` }), + new AthletesDataItem({ Id: 161, Avatar: `https://static.infragistics.com/xplatform/images/people/men/38.jpg`, Position: `current`, Name: `Alex Martin`, AthleteNumber: 27887, BeatsPerMinute: 96, TopSpeed: 4.2, Registered: `2017-10-28T04:06:33-03:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/eg.png`, CountryName: `Egypt` }), + new AthletesDataItem({ Id: 162, Avatar: `https://static.infragistics.com/xplatform/images/people/women/0.jpg`, Position: `current`, Name: `Alex Craig`, AthleteNumber: 21868, BeatsPerMinute: 94, TopSpeed: 4.2, Registered: `2017-03-19T10:20:51-02:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/sy.png`, CountryName: `Syrian Arab Republic` }), + new AthletesDataItem({ Id: 162, Avatar: `https://static.infragistics.com/xplatform/images/people/men/5.jpg`, Position: `down`, Name: `Adam Bouchard`, AthleteNumber: 38672, BeatsPerMinute: 99, TopSpeed: 4.7, Registered: `2017-01-04T03:04:05-02:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/sc.png`, CountryName: `Seychelles` }), + new AthletesDataItem({ Id: 163, Avatar: `https://static.infragistics.com/xplatform/images/people/men/70.jpg`, Position: `down`, Name: `میلاد قاسمی`, AthleteNumber: 12788, BeatsPerMinute: 101, TopSpeed: 4.1, Registered: `2017-03-01T07:51:17-02:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ws.png`, CountryName: `Samoa` }), + new AthletesDataItem({ Id: 163, Avatar: `https://static.infragistics.com/xplatform/images/people/women/52.jpg`, Position: `up`, Name: `Millie Cooper`, AthleteNumber: 14610, BeatsPerMinute: 99, TopSpeed: 5.4, Registered: `2017-05-08T09:30:14-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ni.png`, CountryName: `Nicaragua` }), + new AthletesDataItem({ Id: 163, Avatar: `https://static.infragistics.com/xplatform/images/people/women/21.jpg`, Position: `up`, Name: `Pippa Roberts`, AthleteNumber: 15588, BeatsPerMinute: 105, TopSpeed: 4.1, Registered: `2017-02-07T10:23:13-02:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/kh.png`, CountryName: `Cambodia` }), + new AthletesDataItem({ Id: 164, Avatar: `https://static.infragistics.com/xplatform/images/people/women/51.jpg`, Position: `current`, Name: `Ethel Stephens`, AthleteNumber: 18692, BeatsPerMinute: 94, TopSpeed: 4.1, Registered: `2017-02-13T05:03:04-02:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ua.png`, CountryName: `Ukraine` }), + new AthletesDataItem({ Id: 165, Avatar: `https://static.infragistics.com/xplatform/images/people/men/79.jpg`, Position: `down`, Name: `Mario Ellis`, AthleteNumber: 18026, BeatsPerMinute: 99, TopSpeed: 5.5, Registered: `2017-02-13T11:53:15-02:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ml.png`, CountryName: `Mali` }), + new AthletesDataItem({ Id: 166, Avatar: `https://static.infragistics.com/xplatform/images/people/women/74.jpg`, Position: `current`, Name: `Maria Parra`, AthleteNumber: 39861, BeatsPerMinute: 106, TopSpeed: 6, Registered: `2017-01-30T09:22:52-02:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ki.png`, CountryName: `Kiribati` }), + new AthletesDataItem({ Id: 167, Avatar: `https://static.infragistics.com/xplatform/images/people/men/67.jpg`, Position: `down`, Name: `Aatu Ranta`, AthleteNumber: 38049, BeatsPerMinute: 94, TopSpeed: 5.1, Registered: `2017-07-21T04:22:18-03:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ae.png`, CountryName: `United Arab Emirates` }), + new AthletesDataItem({ Id: 167, Avatar: `https://static.infragistics.com/xplatform/images/people/women/62.jpg`, Position: `current`, Name: `Pippa Morris`, AthleteNumber: 44421, BeatsPerMinute: 101, TopSpeed: 5.5, Registered: `2017-03-06T09:21:58-02:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/tj.png`, CountryName: `Tajikistan` }), + new AthletesDataItem({ Id: 167, Avatar: `https://static.infragistics.com/xplatform/images/people/women/32.jpg`, Position: `current`, Name: `Esma Adıvar`, AthleteNumber: 35565, BeatsPerMinute: 99, TopSpeed: 4.2, Registered: `2017-06-17T12:34:29-03:00`, TrackProgress: 75, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ph.png`, CountryName: `Philippines` }), + new AthletesDataItem({ Id: 167, Avatar: `https://static.infragistics.com/xplatform/images/people/men/19.jpg`, Position: `down`, Name: `Louis Smith`, AthleteNumber: 31837, BeatsPerMinute: 98, TopSpeed: 5.4, Registered: `2017-03-19T08:12:23-02:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/lr.png`, CountryName: `Liberia` }), + new AthletesDataItem({ Id: 167, Avatar: `https://static.infragistics.com/xplatform/images/people/men/81.jpg`, Position: `down`, Name: `Milo Charles`, AthleteNumber: 10661, BeatsPerMinute: 99, TopSpeed: 5.4, Registered: `2017-07-20T09:00:22-03:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/is.png`, CountryName: `Iceland` }), + new AthletesDataItem({ Id: 168, Avatar: `https://static.infragistics.com/xplatform/images/people/men/10.jpg`, Position: `current`, Name: `Calvin Hunt`, AthleteNumber: 35535, BeatsPerMinute: 94, TopSpeed: 4.5, Registered: `2017-11-07T09:58:42-02:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/at.png`, CountryName: `Austria` }), + new AthletesDataItem({ Id: 169, Avatar: `https://static.infragistics.com/xplatform/images/people/men/44.jpg`, Position: `up`, Name: `Aziz Santos`, AthleteNumber: 38947, BeatsPerMinute: 98, TopSpeed: 4, Registered: `2017-04-03T02:18:46-03:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/gb.png`, CountryName: `United Kingdom` }), + new AthletesDataItem({ Id: 169, Avatar: `https://static.infragistics.com/xplatform/images/people/men/21.jpg`, Position: `down`, Name: `Julian Barth`, AthleteNumber: 19011, BeatsPerMinute: 91, TopSpeed: 5.2, Registered: `2017-04-21T08:08:33-03:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/gd.png`, CountryName: `Grenada` }), + new AthletesDataItem({ Id: 170, Avatar: `https://static.infragistics.com/xplatform/images/people/men/60.jpg`, Position: `up`, Name: `Fernando Gimenez`, AthleteNumber: 31290, BeatsPerMinute: 102, TopSpeed: 5.1, Registered: `2017-06-21T06:45:54-03:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/uz.png`, CountryName: `Uruguay` }), + new AthletesDataItem({ Id: 173, Avatar: `https://static.infragistics.com/xplatform/images/people/women/18.jpg`, Position: `current`, Name: `Hassana Camp`, AthleteNumber: 14467, BeatsPerMinute: 104, TopSpeed: 5.2, Registered: `2017-06-02T12:21:59-03:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/cz.png`, CountryName: `Czechia` }), + new AthletesDataItem({ Id: 174, Avatar: `https://static.infragistics.com/xplatform/images/people/women/29.jpg`, Position: `current`, Name: `Beatriz Gallardo`, AthleteNumber: 38538, BeatsPerMinute: 101, TopSpeed: 6, Registered: `2017-11-06T02:14:31-02:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/er.png`, CountryName: `Eritrea` }), + new AthletesDataItem({ Id: 176, Avatar: `https://static.infragistics.com/xplatform/images/people/men/26.jpg`, Position: `current`, Name: `Tim Neal`, AthleteNumber: 45860, BeatsPerMinute: 97, TopSpeed: 5.6, Registered: `2017-04-21T04:06:34-03:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/pa.png`, CountryName: `Panama` }), + new AthletesDataItem({ Id: 176, Avatar: `https://static.infragistics.com/xplatform/images/people/men/35.jpg`, Position: `down`, Name: `Laudelino Castro`, AthleteNumber: 12711, BeatsPerMinute: 106, TopSpeed: 4.4, Registered: `2017-02-08T04:03:22-02:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/hr.png`, CountryName: `Croatia` }), + new AthletesDataItem({ Id: 178, Avatar: `https://static.infragistics.com/xplatform/images/people/women/65.jpg`, Position: `down`, Name: `Lillian Wade`, AthleteNumber: 10729, BeatsPerMinute: 110, TopSpeed: 4.8, Registered: `2017-04-07T09:53:13-03:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/sb.png`, CountryName: `Solomon Islands` }), + new AthletesDataItem({ Id: 180, Avatar: `https://static.infragistics.com/xplatform/images/people/women/90.jpg`, Position: `up`, Name: `Lillian Bowman`, AthleteNumber: 35323, BeatsPerMinute: 103, TopSpeed: 4.5, Registered: `2017-08-31T11:55:25-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/gy.png`, CountryName: `Guyana` }), + new AthletesDataItem({ Id: 182, Avatar: `https://static.infragistics.com/xplatform/images/people/women/14.jpg`, Position: `up`, Name: `Ariena Achterberg`, AthleteNumber: 41330, BeatsPerMinute: 92, TopSpeed: 5.6, Registered: `2017-10-22T02:15:39-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/kr.png`, CountryName: `South Korea` }), + new AthletesDataItem({ Id: 182, Avatar: `https://static.infragistics.com/xplatform/images/people/men/94.jpg`, Position: `current`, Name: `Gerald Schmidt`, AthleteNumber: 47410, BeatsPerMinute: 102, TopSpeed: 5.8, Registered: `2017-02-20T11:53:08-02:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ge.png`, CountryName: `Georgia` }), + new AthletesDataItem({ Id: 183, Avatar: `https://static.infragistics.com/xplatform/images/people/men/74.jpg`, Position: `down`, Name: `Yarno Kin`, AthleteNumber: 47324, BeatsPerMinute: 107, TopSpeed: 5.1, Registered: `2017-08-26T08:21:22-03:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ro.png`, CountryName: `Romania` }), + new AthletesDataItem({ Id: 183, Avatar: `https://static.infragistics.com/xplatform/images/people/women/53.jpg`, Position: `up`, Name: `رونیکا سلطانی نژاد`, AthleteNumber: 35233, BeatsPerMinute: 99, TopSpeed: 4.6, Registered: `2017-08-13T01:05:52-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/mk.png`, CountryName: `Macedonia, The Former Yugoslav Republic of` }), + new AthletesDataItem({ Id: 186, Avatar: `https://static.infragistics.com/xplatform/images/people/men/2.jpg`, Position: `up`, Name: `کوروش کامروا`, AthleteNumber: 13506, BeatsPerMinute: 109, TopSpeed: 4.4, Registered: `2017-04-16T01:10:37-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/nu.png`, CountryName: `Niue` }), + new AthletesDataItem({ Id: 186, Avatar: `https://static.infragistics.com/xplatform/images/people/men/42.jpg`, Position: `up`, Name: `Jimmy Bailey`, AthleteNumber: 38510, BeatsPerMinute: 101, TopSpeed: 4.7, Registered: `2017-06-30T04:13:42-03:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/cr.png`, CountryName: `Costa Rica` }), + new AthletesDataItem({ Id: 188, Avatar: `https://static.infragistics.com/xplatform/images/people/men/3.jpg`, Position: `current`, Name: `Foppe Delfos`, AthleteNumber: 39679, BeatsPerMinute: 107, TopSpeed: 4.1, Registered: `2017-08-05T10:54:56-03:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/py.png`, CountryName: `Paraguay` }), + new AthletesDataItem({ Id: 188, Avatar: `https://static.infragistics.com/xplatform/images/people/men/81.jpg`, Position: `down`, Name: `آراد یاسمی`, AthleteNumber: 34370, BeatsPerMinute: 99, TopSpeed: 5.9, Registered: `2017-02-02T11:42:41-02:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/mu.png`, CountryName: `Mauritius` }), + new AthletesDataItem({ Id: 188, Avatar: `https://static.infragistics.com/xplatform/images/people/women/45.jpg`, Position: `down`, Name: `Ceylan Duygulu`, AthleteNumber: 21527, BeatsPerMinute: 99, TopSpeed: 4.9, Registered: `2017-07-13T09:06:04-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/dm.png`, CountryName: `Dominica` }), + new AthletesDataItem({ Id: 190, Avatar: `https://static.infragistics.com/xplatform/images/people/women/2.jpg`, Position: `current`, Name: `Venla Korpela`, AthleteNumber: 16454, BeatsPerMinute: 92, TopSpeed: 4.1, Registered: `2017-08-22T10:36:38-03:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/hu.png`, CountryName: `Hungary` }), + new AthletesDataItem({ Id: 190, Avatar: `https://static.infragistics.com/xplatform/images/people/women/53.jpg`, Position: `current`, Name: `Gladys Van Der Steeg`, AthleteNumber: 20216, BeatsPerMinute: 94, TopSpeed: 4.3, Registered: `2017-10-09T02:01:16-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/de.png`, CountryName: `Germany` }), + new AthletesDataItem({ Id: 190, Avatar: `https://static.infragistics.com/xplatform/images/people/women/44.jpg`, Position: `current`, Name: `Kiara Dubois`, AthleteNumber: 49964, BeatsPerMinute: 97, TopSpeed: 5.6, Registered: `2017-09-28T04:37:56-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/au.png`, CountryName: `Australia` }), + new AthletesDataItem({ Id: 191, Avatar: `https://static.infragistics.com/xplatform/images/people/men/42.jpg`, Position: `current`, Name: `آرش احمدی`, AthleteNumber: 36948, BeatsPerMinute: 90, TopSpeed: 4.1, Registered: `2017-09-08T01:22:14-03:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/np.png`, CountryName: `Nepal` }), + new AthletesDataItem({ Id: 191, Avatar: `https://static.infragistics.com/xplatform/images/people/women/13.jpg`, Position: `up`, Name: `Sheryl Collins`, AthleteNumber: 36473, BeatsPerMinute: 98, TopSpeed: 4.2, Registered: `2017-03-23T12:54:35-02:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ke.png`, CountryName: `Kenya` }), + new AthletesDataItem({ Id: 191, Avatar: `https://static.infragistics.com/xplatform/images/people/women/72.jpg`, Position: `up`, Name: `Clarisse Rey`, AthleteNumber: 29795, BeatsPerMinute: 98, TopSpeed: 4.9, Registered: `2017-06-09T08:07:19-03:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ba.png`, CountryName: `Bosnia and Herzegovina` }), + new AthletesDataItem({ Id: 192, Avatar: `https://static.infragistics.com/xplatform/images/people/women/44.jpg`, Position: `down`, Name: `Viivi Kujala`, AthleteNumber: 29939, BeatsPerMinute: 93, TopSpeed: 4.1, Registered: `2017-05-03T02:40:05-03:00`, TrackProgress: 75, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/so.png`, CountryName: `Somalia` }), + new AthletesDataItem({ Id: 193, Avatar: `https://static.infragistics.com/xplatform/images/people/women/9.jpg`, Position: `down`, Name: `Juanita Franklin`, AthleteNumber: 13907, BeatsPerMinute: 91, TopSpeed: 6, Registered: `2017-10-04T02:46:46-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/vu.png`, CountryName: `Vanuatu` }), + new AthletesDataItem({ Id: 193, Avatar: `https://static.infragistics.com/xplatform/images/people/women/59.jpg`, Position: `down`, Name: `Sophia Carlson`, AthleteNumber: 44183, BeatsPerMinute: 102, TopSpeed: 5.1, Registered: `2017-09-04T07:03:19-03:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ee.png`, CountryName: `Estonia` }), + new AthletesDataItem({ Id: 194, Avatar: `https://static.infragistics.com/xplatform/images/people/women/62.jpg`, Position: `up`, Name: `آوا سلطانی نژاد`, AthleteNumber: 45635, BeatsPerMinute: 98, TopSpeed: 4.1, Registered: `2017-04-10T11:39:46-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/se.png`, CountryName: `Sweden` }), + new AthletesDataItem({ Id: 194, Avatar: `https://static.infragistics.com/xplatform/images/people/men/11.jpg`, Position: `down`, Name: `Kaya Taşlı`, AthleteNumber: 42291, BeatsPerMinute: 100, TopSpeed: 4.7, Registered: `2017-01-30T03:23:36-02:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/sn.png`, CountryName: `Senegal` }), + new AthletesDataItem({ Id: 194, Avatar: `https://static.infragistics.com/xplatform/images/people/men/71.jpg`, Position: `down`, Name: `Adrian Ibañez`, AthleteNumber: 21968, BeatsPerMinute: 105, TopSpeed: 5.3, Registered: `2017-02-03T04:36:54-02:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/om.png`, CountryName: `Oman` }), + new AthletesDataItem({ Id: 196, Avatar: `https://static.infragistics.com/xplatform/images/people/women/17.jpg`, Position: `current`, Name: `Parel Zuidhof`, AthleteNumber: 32718, BeatsPerMinute: 105, TopSpeed: 5, Registered: `2017-01-21T10:19:56-02:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/jm.png`, CountryName: `Jamaica` }), + new AthletesDataItem({ Id: 196, Avatar: `https://static.infragistics.com/xplatform/images/people/women/30.jpg`, Position: `up`, Name: `Begüm Erkekli`, AthleteNumber: 37888, BeatsPerMinute: 104, TopSpeed: 4.6, Registered: `2017-10-04T03:02:35-03:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/sv.png`, CountryName: `El Salvador` }), + new AthletesDataItem({ Id: 197, Avatar: `https://static.infragistics.com/xplatform/images/people/men/93.jpg`, Position: `current`, Name: `Brent Lord`, AthleteNumber: 20943, BeatsPerMinute: 92, TopSpeed: 4.8, Registered: `2017-01-23T06:14:22-02:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/dz.png`, CountryName: `Algeria` }), + new AthletesDataItem({ Id: 199, Avatar: `https://static.infragistics.com/xplatform/images/people/women/68.jpg`, Position: `up`, Name: `Lucie Dumont`, AthleteNumber: 12104, BeatsPerMinute: 108, TopSpeed: 4, Registered: `2017-01-08T02:13:29-02:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ca.png`, CountryName: `Canada` }), + new AthletesDataItem({ Id: 210, Avatar: `https://static.infragistics.com/xplatform/images/people/women/13.jpg`, Position: `down`, Name: `Maeva Bergeron`, AthleteNumber: 15655, BeatsPerMinute: 94, TopSpeed: 5.9, Registered: `2017-10-03T09:42:15-03:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/mx.png`, CountryName: `Mexico` }), + new AthletesDataItem({ Id: 212, Avatar: `https://static.infragistics.com/xplatform/images/people/women/83.jpg`, Position: `up`, Name: `Sara Larsen`, AthleteNumber: 37094, BeatsPerMinute: 97, TopSpeed: 4.5, Registered: `2017-04-14T11:48:28-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/sa.png`, CountryName: `Saudi Arabia` }), + new AthletesDataItem({ Id: 214, Avatar: `https://static.infragistics.com/xplatform/images/people/women/84.jpg`, Position: `up`, Name: `Ömür Denkel`, AthleteNumber: 31061, BeatsPerMinute: 104, TopSpeed: 4.5, Registered: `2017-02-18T05:32:55-02:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/tv.png`, CountryName: `Tuvalu` }), + new AthletesDataItem({ Id: 215, Avatar: `https://static.infragistics.com/xplatform/images/people/women/79.jpg`, Position: `down`, Name: `Marilou Hubert`, AthleteNumber: 43655, BeatsPerMinute: 104, TopSpeed: 4.2, Registered: `2017-09-28T11:13:00-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/mm.png`, CountryName: `Myanmar` }), + new AthletesDataItem({ Id: 216, Avatar: `https://static.infragistics.com/xplatform/images/people/men/72.jpg`, Position: `down`, Name: `Felix Olsen`, AthleteNumber: 43198, BeatsPerMinute: 101, TopSpeed: 4.2, Registered: `2017-09-27T01:17:14-03:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/fr.png`, CountryName: `France` }), + new AthletesDataItem({ Id: 219, Avatar: `https://static.infragistics.com/xplatform/images/people/women/6.jpg`, Position: `current`, Name: `Sedef Tunçeri`, AthleteNumber: 48164, BeatsPerMinute: 108, TopSpeed: 5.6, Registered: `2017-03-29T11:54:15-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/bt.png`, CountryName: `Bhutan` }), + new AthletesDataItem({ Id: 221, Avatar: `https://static.infragistics.com/xplatform/images/people/men/73.jpg`, Position: `down`, Name: `Kuzey Aclan`, AthleteNumber: 18583, BeatsPerMinute: 102, TopSpeed: 5.3, Registered: `2017-09-12T09:14:14-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/td.png`, CountryName: `Chad` }), + new AthletesDataItem({ Id: 223, Avatar: `https://static.infragistics.com/xplatform/images/people/men/72.jpg`, Position: `down`, Name: `Gökhan Aşıkoğlu`, AthleteNumber: 13890, BeatsPerMinute: 105, TopSpeed: 5.4, Registered: `2017-03-31T06:14:26-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/jp.png`, CountryName: `Japan` }), + new AthletesDataItem({ Id: 224, Avatar: `https://static.infragistics.com/xplatform/images/people/men/0.jpg`, Position: `down`, Name: `Joan Ortega`, AthleteNumber: 49478, BeatsPerMinute: 103, TopSpeed: 5.4, Registered: `2017-07-04T03:01:47-03:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/gq.png`, CountryName: `Equatorial Guinea` }), + new AthletesDataItem({ Id: 225, Avatar: `https://static.infragistics.com/xplatform/images/people/men/42.jpg`, Position: `up`, Name: `Stanley Hart`, AthleteNumber: 14150, BeatsPerMinute: 91, TopSpeed: 4.5, Registered: `2017-08-19T03:02:33-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ve.png`, CountryName: `Venezuela` }), + new AthletesDataItem({ Id: 227, Avatar: `https://static.infragistics.com/xplatform/images/people/men/9.jpg`, Position: `current`, Name: `Johann Hinz`, AthleteNumber: 48244, BeatsPerMinute: 94, TopSpeed: 4.3, Registered: `2017-03-10T07:36:56-02:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/sd.png`, CountryName: `Sudan` }), + new AthletesDataItem({ Id: 227, Avatar: `https://static.infragistics.com/xplatform/images/people/women/61.jpg`, Position: `up`, Name: `Layla Douglas`, AthleteNumber: 21977, BeatsPerMinute: 97, TopSpeed: 5.4, Registered: `2017-04-19T11:43:38-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/si.png`, CountryName: `Slovenia` }), + new AthletesDataItem({ Id: 229, Avatar: `https://static.infragistics.com/xplatform/images/people/men/29.jpg`, Position: `current`, Name: `Selmo Caldeira`, AthleteNumber: 21837, BeatsPerMinute: 110, TopSpeed: 4.9, Registered: `2017-10-20T03:40:24-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ly.png`, CountryName: `Libyan Arab Jamahiriya` }), + new AthletesDataItem({ Id: 231, Avatar: `https://static.infragistics.com/xplatform/images/people/men/56.jpg`, Position: `up`, Name: `Judd Campbell`, AthleteNumber: 37365, BeatsPerMinute: 110, TopSpeed: 5, Registered: `2017-10-19T11:01:10-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/la.png`, CountryName: `Lao PeopleS Democratic Republic` }), + new AthletesDataItem({ Id: 233, Avatar: `https://static.infragistics.com/xplatform/images/people/men/18.jpg`, Position: `up`, Name: `Zackary Roy`, AthleteNumber: 45996, BeatsPerMinute: 92, TopSpeed: 4.9, Registered: `2017-07-07T03:51:26-03:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/bs.png`, CountryName: `Bahamas` }), + new AthletesDataItem({ Id: 234, Avatar: `https://static.infragistics.com/xplatform/images/people/women/19.jpg`, Position: `down`, Name: `Linda Schäfer`, AthleteNumber: 43074, BeatsPerMinute: 107, TopSpeed: 5.1, Registered: `2017-01-05T11:41:20-02:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ye.png`, CountryName: `Yemen` }), + new AthletesDataItem({ Id: 235, Avatar: `https://static.infragistics.com/xplatform/images/people/women/42.jpg`, Position: `down`, Name: `Elaine Smith`, AthleteNumber: 38243, BeatsPerMinute: 108, TopSpeed: 4, Registered: `2017-06-11T12:20:41-03:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/li.png`, CountryName: `Liechtenstein` }), + new AthletesDataItem({ Id: 237, Avatar: `https://static.infragistics.com/xplatform/images/people/men/86.jpg`, Position: `down`, Name: `Clyde Matthews`, AthleteNumber: 11955, BeatsPerMinute: 93, TopSpeed: 5.2, Registered: `2017-03-02T05:01:02-02:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/pw.png`, CountryName: `Palau` }), + new AthletesDataItem({ Id: 238, Avatar: `https://static.infragistics.com/xplatform/images/people/women/17.jpg`, Position: `current`, Name: `Charlotte Meyer`, AthleteNumber: 21442, BeatsPerMinute: 110, TopSpeed: 4.6, Registered: `2017-10-19T10:38:35-03:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ck.png`, CountryName: `Cook Islands` }), + new AthletesDataItem({ Id: 240, Avatar: `https://static.infragistics.com/xplatform/images/people/men/5.jpg`, Position: `down`, Name: `Carter Evans`, AthleteNumber: 46961, BeatsPerMinute: 100, TopSpeed: 5.3, Registered: `2017-07-23T02:43:07-03:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/lu.png`, CountryName: `Luxembourg` }), + new AthletesDataItem({ Id: 240, Avatar: `https://static.infragistics.com/xplatform/images/people/men/33.jpg`, Position: `down`, Name: `Alberto Clark`, AthleteNumber: 29912, BeatsPerMinute: 93, TopSpeed: 4.6, Registered: `2017-02-02T03:50:21-02:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ag.png`, CountryName: `Antigua and Barbuda` }), + new AthletesDataItem({ Id: 241, Avatar: `https://static.infragistics.com/xplatform/images/people/women/65.jpg`, Position: `down`, Name: `Lilly Keuter`, AthleteNumber: 49893, BeatsPerMinute: 102, TopSpeed: 4.5, Registered: `2017-01-20T02:38:39-02:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/kn.png`, CountryName: `Saint Kitts and Nevis` }), + new AthletesDataItem({ Id: 241, Avatar: `https://static.infragistics.com/xplatform/images/people/men/20.jpg`, Position: `up`, Name: `Oskari Karjala`, AthleteNumber: 31498, BeatsPerMinute: 90, TopSpeed: 4.5, Registered: `2017-05-10T12:45:12-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/fm.png`, CountryName: `Micronesia, Federated States of` }), + new AthletesDataItem({ Id: 242, Avatar: `https://static.infragistics.com/xplatform/images/people/women/83.jpg`, Position: `down`, Name: `Caitlin Jackson`, AthleteNumber: 45472, BeatsPerMinute: 101, TopSpeed: 4.3, Registered: `2017-09-17T09:41:01-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/mz.png`, CountryName: `Mozambique` }), + new AthletesDataItem({ Id: 243, Avatar: `https://static.infragistics.com/xplatform/images/people/women/77.jpg`, Position: `down`, Name: `Cathalijne Van Der Ree`, AthleteNumber: 45160, BeatsPerMinute: 102, TopSpeed: 5.4, Registered: `2017-02-13T05:23:49-02:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ug.png`, CountryName: `Uganda` }), + new AthletesDataItem({ Id: 243, Avatar: `https://static.infragistics.com/xplatform/images/people/women/94.jpg`, Position: `up`, Name: `Emma Turner`, AthleteNumber: 39487, BeatsPerMinute: 110, TopSpeed: 5.7, Registered: `2017-07-30T01:33:14-03:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/tz.png`, CountryName: `Tanzania, United Republic of` }), + new AthletesDataItem({ Id: 243, Avatar: `https://static.infragistics.com/xplatform/images/people/men/42.jpg`, Position: `up`, Name: `Kent Clark`, AthleteNumber: 32799, BeatsPerMinute: 106, TopSpeed: 5.7, Registered: `2017-01-24T01:00:15-02:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/pe.png`, CountryName: `Peru` }), + new AthletesDataItem({ Id: 246, Avatar: `https://static.infragistics.com/xplatform/images/people/women/55.jpg`, Position: `current`, Name: `Ronja Kraft`, AthleteNumber: 21800, BeatsPerMinute: 101, TopSpeed: 5.3, Registered: `2017-04-02T03:33:57-03:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/dk.png`, CountryName: `Denmark` }), + new AthletesDataItem({ Id: 251, Avatar: `https://static.infragistics.com/xplatform/images/people/women/34.jpg`, Position: `down`, Name: `Eléa Robin`, AthleteNumber: 26742, BeatsPerMinute: 90, TopSpeed: 4.7, Registered: `2017-03-30T12:34:24-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/vc.png`, CountryName: `Saint Vincent and the Grenadines` }), + new AthletesDataItem({ Id: 251, Avatar: `https://static.infragistics.com/xplatform/images/people/men/74.jpg`, Position: `up`, Name: `Alex Meyer`, AthleteNumber: 44390, BeatsPerMinute: 94, TopSpeed: 4.3, Registered: `2017-08-04T07:05:34-03:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/md.png`, CountryName: `Moldova, Republic of` }), + new AthletesDataItem({ Id: 252, Avatar: `https://static.infragistics.com/xplatform/images/people/men/94.jpg`, Position: `down`, Name: `Adérito Lopes`, AthleteNumber: 21320, BeatsPerMinute: 91, TopSpeed: 5.2, Registered: `2017-01-07T06:47:56-02:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/mh.png`, CountryName: `Marshall Islands` }), + new AthletesDataItem({ Id: 253, Avatar: `https://static.infragistics.com/xplatform/images/people/women/51.jpg`, Position: `current`, Name: `Kayla Patel`, AthleteNumber: 42780, BeatsPerMinute: 103, TopSpeed: 4.7, Registered: `2017-04-20T09:33:53-03:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ne.png`, CountryName: `Niger` }), + new AthletesDataItem({ Id: 258, Avatar: `https://static.infragistics.com/xplatform/images/people/men/31.jpg`, Position: `current`, Name: `Diego Gautier`, AthleteNumber: 26320, BeatsPerMinute: 97, TopSpeed: 4.6, Registered: `2017-06-11T03:50:43-03:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ng.png`, CountryName: `Nigeria` }), + new AthletesDataItem({ Id: 258, Avatar: `https://static.infragistics.com/xplatform/images/people/women/30.jpg`, Position: `up`, Name: `Veera Saari`, AthleteNumber: 40408, BeatsPerMinute: 100, TopSpeed: 4.7, Registered: `2017-10-28T10:39:22-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/iq.png`, CountryName: `Iraq` }), + new AthletesDataItem({ Id: 258, Avatar: `https://static.infragistics.com/xplatform/images/people/women/60.jpg`, Position: `down`, Name: `Zaina Pomp`, AthleteNumber: 14109, BeatsPerMinute: 90, TopSpeed: 5.7, Registered: `2017-09-07T11:17:40-03:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ao.png`, CountryName: `Angola` }), + new AthletesDataItem({ Id: 262, Avatar: `https://static.infragistics.com/xplatform/images/people/men/9.jpg`, Position: `current`, Name: `Anthony Harcourt`, AthleteNumber: 33649, BeatsPerMinute: 109, TopSpeed: 5.5, Registered: `2017-06-14T11:10:20-03:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/in.png`, CountryName: `India` }), + new AthletesDataItem({ Id: 262, Avatar: `https://static.infragistics.com/xplatform/images/people/men/43.jpg`, Position: `current`, Name: `Roman Smith`, AthleteNumber: 15531, BeatsPerMinute: 106, TopSpeed: 4.9, Registered: `2017-06-14T05:12:04-03:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ga.png`, CountryName: `Gabon` }), + new AthletesDataItem({ Id: 263, Avatar: `https://static.infragistics.com/xplatform/images/people/women/9.jpg`, Position: `up`, Name: `Estelle Vincent`, AthleteNumber: 41700, BeatsPerMinute: 99, TopSpeed: 5.7, Registered: `2017-05-31T02:56:58-03:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/na.png`, CountryName: `Namibia` }), + new AthletesDataItem({ Id: 265, Avatar: `https://static.infragistics.com/xplatform/images/people/women/47.jpg`, Position: `current`, Name: `Ilke Kisters`, AthleteNumber: 23817, BeatsPerMinute: 100, TopSpeed: 5.9, Registered: `2017-01-04T02:54:53-02:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ch.png`, CountryName: `Switzerland` }), + new AthletesDataItem({ Id: 265, Avatar: `https://static.infragistics.com/xplatform/images/people/women/9.jpg`, Position: `down`, Name: `Jenny Burke`, AthleteNumber: 15266, BeatsPerMinute: 99, TopSpeed: 5.4, Registered: `2017-09-11T12:20:19-03:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/my.png`, CountryName: `Malaysia` }), + new AthletesDataItem({ Id: 265, Avatar: `https://static.infragistics.com/xplatform/images/people/women/60.jpg`, Position: `down`, Name: `Keira Walker`, AthleteNumber: 34116, BeatsPerMinute: 94, TopSpeed: 4.8, Registered: `2017-01-09T05:46:07-02:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/al.png`, CountryName: `Albania` }), + new AthletesDataItem({ Id: 266, Avatar: `https://static.infragistics.com/xplatform/images/people/men/70.jpg`, Position: `down`, Name: `Moritz Braun`, AthleteNumber: 48081, BeatsPerMinute: 107, TopSpeed: 6, Registered: `2017-06-13T12:54:56-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ad.png`, CountryName: `Andorra` }), + new AthletesDataItem({ Id: 267, Avatar: `https://static.infragistics.com/xplatform/images/people/men/50.jpg`, Position: `current`, Name: `Villads Larsen`, AthleteNumber: 44677, BeatsPerMinute: 93, TopSpeed: 5.7, Registered: `2017-03-25T11:25:30-02:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/kw.png`, CountryName: `Kuwait` }), + new AthletesDataItem({ Id: 268, Avatar: `https://static.infragistics.com/xplatform/images/people/men/23.jpg`, Position: `up`, Name: `Sandro Carpentier`, AthleteNumber: 23503, BeatsPerMinute: 96, TopSpeed: 5.7, Registered: `2017-09-30T01:01:04-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/be.png`, CountryName: `Belgium` }), + new AthletesDataItem({ Id: 269, Avatar: `https://static.infragistics.com/xplatform/images/people/men/17.jpg`, Position: `current`, Name: `Emil Meißner`, AthleteNumber: 37183, BeatsPerMinute: 97, TopSpeed: 4, Registered: `2017-07-15T12:32:30-03:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/gm.png`, CountryName: `Gambia` }), + new AthletesDataItem({ Id: 270, Avatar: `https://static.infragistics.com/xplatform/images/people/women/14.jpg`, Position: `up`, Name: `Emily Olsen`, AthleteNumber: 13887, BeatsPerMinute: 110, TopSpeed: 4.8, Registered: `2017-10-03T08:01:40-03:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/cf.png`, CountryName: `Central African Republic` }), + new AthletesDataItem({ Id: 271, Avatar: `https://static.infragistics.com/xplatform/images/people/men/81.jpg`, Position: `down`, Name: `آراد جعفری`, AthleteNumber: 34962, BeatsPerMinute: 90, TopSpeed: 4.8, Registered: `2017-04-22T04:20:39-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/bi.png`, CountryName: `Burundi` }), + new AthletesDataItem({ Id: 271, Avatar: `https://static.infragistics.com/xplatform/images/people/men/74.jpg`, Position: `down`, Name: `Jimmie Mcguinness`, AthleteNumber: 20729, BeatsPerMinute: 90, TopSpeed: 4.6, Registered: `2017-10-07T06:08:00-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/bw.png`, CountryName: `Botswana` }), + new AthletesDataItem({ Id: 272, Avatar: `https://static.infragistics.com/xplatform/images/people/women/26.jpg`, Position: `down`, Name: `Sélène Roussel`, AthleteNumber: 11261, BeatsPerMinute: 99, TopSpeed: 5.8, Registered: `2017-05-10T02:18:02-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/sm.png`, CountryName: `San Marino` }), + new AthletesDataItem({ Id: 272, Avatar: `https://static.infragistics.com/xplatform/images/people/men/31.jpg`, Position: `up`, Name: `Aaron Robertson`, AthleteNumber: 30727, BeatsPerMinute: 95, TopSpeed: 4.2, Registered: `2017-08-23T09:37:40-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/id.png`, CountryName: `Indonesia` }), + new AthletesDataItem({ Id: 273, Avatar: `https://static.infragistics.com/xplatform/images/people/women/4.jpg`, Position: `up`, Name: `Afet Kumcuoğlu`, AthleteNumber: 33454, BeatsPerMinute: 106, TopSpeed: 5.1, Registered: `2017-09-16T07:05:43-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/nz.png`, CountryName: `New Zealand` }), + new AthletesDataItem({ Id: 273, Avatar: `https://static.infragistics.com/xplatform/images/people/women/33.jpg`, Position: `up`, Name: `Annabelle Besteman`, AthleteNumber: 30560, BeatsPerMinute: 105, TopSpeed: 5.3, Registered: `2017-11-11T02:04:19-02:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/kp.png`, CountryName: `North Korea` }), + new AthletesDataItem({ Id: 274, Avatar: `https://static.infragistics.com/xplatform/images/people/women/9.jpg`, Position: `up`, Name: `Minea Rantanen`, AthleteNumber: 18835, BeatsPerMinute: 105, TopSpeed: 5, Registered: `2017-01-24T07:30:43-02:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/jo.png`, CountryName: `Jordan` }), + new AthletesDataItem({ Id: 275, Avatar: `https://static.infragistics.com/xplatform/images/people/men/2.jpg`, Position: `up`, Name: `Fritz Sommer`, AthleteNumber: 26210, BeatsPerMinute: 99, TopSpeed: 4.6, Registered: `2017-09-29T03:54:57-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/lt.png`, CountryName: `Lithuania` }), + new AthletesDataItem({ Id: 275, Avatar: `https://static.infragistics.com/xplatform/images/people/men/88.jpg`, Position: `down`, Name: `Rafael Gutierrez`, AthleteNumber: 38804, BeatsPerMinute: 100, TopSpeed: 5.9, Registered: `2017-02-08T07:50:59-02:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/gn.png`, CountryName: `Guinea` }), + new AthletesDataItem({ Id: 275, Avatar: `https://static.infragistics.com/xplatform/images/people/women/69.jpg`, Position: `current`, Name: `Ellen Leppo`, AthleteNumber: 29286, BeatsPerMinute: 97, TopSpeed: 5.6, Registered: `2017-08-16T09:46:35-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/by.png`, CountryName: `Belarus` }), + new AthletesDataItem({ Id: 276, Avatar: `https://static.infragistics.com/xplatform/images/people/women/1.jpg`, Position: `current`, Name: `Encarnacion Martin`, AthleteNumber: 40912, BeatsPerMinute: 105, TopSpeed: 5.5, Registered: `2017-01-11T12:52:28-02:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/th.png`, CountryName: `Thailand` }), + new AthletesDataItem({ Id: 276, Avatar: `https://static.infragistics.com/xplatform/images/people/men/65.jpg`, Position: `current`, Name: `David Scott`, AthleteNumber: 46997, BeatsPerMinute: 101, TopSpeed: 4.4, Registered: `2017-07-25T09:23:24-03:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/pt.png`, CountryName: `Portugal` }), + new AthletesDataItem({ Id: 279, Avatar: `https://static.infragistics.com/xplatform/images/people/women/39.jpg`, Position: `current`, Name: `Ashley Romero`, AthleteNumber: 36611, BeatsPerMinute: 104, TopSpeed: 5.5, Registered: `2017-02-08T12:45:46-02:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/mn.png`, CountryName: `Mongolia` }), + new AthletesDataItem({ Id: 280, Avatar: `https://static.infragistics.com/xplatform/images/people/men/90.jpg`, Position: `down`, Name: `Cecil Nichols`, AthleteNumber: 20656, BeatsPerMinute: 100, TopSpeed: 5, Registered: `2017-04-24T01:20:34-03:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/rw.png`, CountryName: `RWANDA` }), + new AthletesDataItem({ Id: 282, Avatar: `https://static.infragistics.com/xplatform/images/people/men/55.jpg`, Position: `current`, Name: `Johann Fischer`, AthleteNumber: 37212, BeatsPerMinute: 98, TopSpeed: 5.8, Registered: `2017-09-01T04:39:52-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/br.png`, CountryName: `Brazil` }), + new AthletesDataItem({ Id: 283, Avatar: `https://static.infragistics.com/xplatform/images/people/men/10.jpg`, Position: `current`, Name: `سینا مرادی`, AthleteNumber: 10809, BeatsPerMinute: 105, TopSpeed: 5.3, Registered: `2017-04-05T05:27:13-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/bh.png`, CountryName: `Bahrain` }), + new AthletesDataItem({ Id: 284, Avatar: `https://static.infragistics.com/xplatform/images/people/men/12.jpg`, Position: `current`, Name: `Abel Brun`, AthleteNumber: 39315, BeatsPerMinute: 105, TopSpeed: 5.1, Registered: `2017-10-05T05:54:31-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/af.png`, CountryName: `Afghanistan` }), + new AthletesDataItem({ Id: 285, Avatar: `https://static.infragistics.com/xplatform/images/people/men/34.jpg`, Position: `current`, Name: `Jeffrey Medina`, AthleteNumber: 42905, BeatsPerMinute: 100, TopSpeed: 5.2, Registered: `2017-09-15T02:11:43-03:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/gr.png`, CountryName: `Greece` }), + new AthletesDataItem({ Id: 285, Avatar: `https://static.infragistics.com/xplatform/images/people/men/43.jpg`, Position: `down`, Name: `Niilo Laurila`, AthleteNumber: 49215, BeatsPerMinute: 104, TopSpeed: 4.5, Registered: `2017-04-26T01:26:36-03:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/et.png`, CountryName: `Ethiopia` }), + new AthletesDataItem({ Id: 286, Avatar: `https://static.infragistics.com/xplatform/images/people/women/45.jpg`, Position: `down`, Name: `Marisvalda Martins`, AthleteNumber: 33879, BeatsPerMinute: 107, TopSpeed: 5.4, Registered: `2017-01-31T12:07:48-02:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/es.png`, CountryName: `Spain` }), + new AthletesDataItem({ Id: 286, Avatar: `https://static.infragistics.com/xplatform/images/people/women/82.jpg`, Position: `current`, Name: `Eloida Novaes`, AthleteNumber: 30751, BeatsPerMinute: 107, TopSpeed: 4.2, Registered: `2017-01-02T01:04:04-02:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/cl.png`, CountryName: `Chile` }), + new AthletesDataItem({ Id: 287, Avatar: `https://static.infragistics.com/xplatform/images/people/women/72.jpg`, Position: `up`, Name: `Charlotte Dean`, AthleteNumber: 45969, BeatsPerMinute: 105, TopSpeed: 5, Registered: `2017-02-13T05:39:15-02:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/za.png`, CountryName: `South Africa` }), + new AthletesDataItem({ Id: 287, Avatar: `https://static.infragistics.com/xplatform/images/people/men/35.jpg`, Position: `current`, Name: `Loïc Gerard`, AthleteNumber: 31706, BeatsPerMinute: 102, TopSpeed: 4.4, Registered: `2017-07-28T09:10:43-03:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ie.png`, CountryName: `Ireland` }), + new AthletesDataItem({ Id: 292, Avatar: `https://static.infragistics.com/xplatform/images/people/women/4.jpg`, Position: `down`, Name: `Asta Hansen`, AthleteNumber: 17222, BeatsPerMinute: 101, TopSpeed: 4.3, Registered: `2017-01-08T02:41:56-02:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/kz.png`, CountryName: `Kazakhstan` }), + new AthletesDataItem({ Id: 293, Avatar: `https://static.infragistics.com/xplatform/images/people/women/21.jpg`, Position: `up`, Name: `Sara Hannula`, AthleteNumber: 22025, BeatsPerMinute: 102, TopSpeed: 4.2, Registered: `2017-10-09T11:32:13-03:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/tl.png`, CountryName: `Timor-Leste` }), + new AthletesDataItem({ Id: 293, Avatar: `https://static.infragistics.com/xplatform/images/people/women/90.jpg`, Position: `current`, Name: `Ana Bourgeois`, AthleteNumber: 24612, BeatsPerMinute: 110, TopSpeed: 6, Registered: `2017-11-02T02:17:43-02:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/sg.png`, CountryName: `Singapore` }), + new AthletesDataItem({ Id: 296, Avatar: `https://static.infragistics.com/xplatform/images/people/women/37.jpg`, Position: `up`, Name: `Thea Edwards`, AthleteNumber: 29141, BeatsPerMinute: 99, TopSpeed: 5.8, Registered: `2017-05-23T05:24:38-03:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/sl.png`, CountryName: `Sierra Leone` }), + new AthletesDataItem({ Id: 299, Avatar: `https://static.infragistics.com/xplatform/images/people/men/89.jpg`, Position: `down`, Name: `Victor Lévesque`, AthleteNumber: 48375, BeatsPerMinute: 110, TopSpeed: 5.7, Registered: `2017-11-10T11:31:44-02:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/mr.png`, CountryName: `Mauritania` }), + new AthletesDataItem({ Id: 301, Avatar: `https://static.infragistics.com/xplatform/images/people/men/65.jpg`, Position: `down`, Name: `Louis Stewart`, AthleteNumber: 48131, BeatsPerMinute: 103, TopSpeed: 5.7, Registered: `2017-02-26T07:28:02-02:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/hn.png`, CountryName: `Honduras` }), + new AthletesDataItem({ Id: 302, Avatar: `https://static.infragistics.com/xplatform/images/people/men/14.jpg`, Position: `up`, Name: `Bill Fox`, AthleteNumber: 18511, BeatsPerMinute: 91, TopSpeed: 5, Registered: `2017-10-24T08:25:40-03:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ir.png`, CountryName: `Iran, Islamic Republic Of` }), + new AthletesDataItem({ Id: 304, Avatar: `https://static.infragistics.com/xplatform/images/people/men/34.jpg`, Position: `down`, Name: `Mathys Martin`, AthleteNumber: 32928, BeatsPerMinute: 98, TopSpeed: 5.5, Registered: `2017-05-17T12:51:47-03:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/va.png`, CountryName: `Holy See (Vatican City State)` }), + new AthletesDataItem({ Id: 305, Avatar: `https://static.infragistics.com/xplatform/images/people/women/38.jpg`, Position: `current`, Name: `Gianne Godijn`, AthleteNumber: 45945, BeatsPerMinute: 96, TopSpeed: 4.5, Registered: `2017-03-22T03:23:12-02:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/it.png`, CountryName: `Italy` }), + new AthletesDataItem({ Id: 306, Avatar: `https://static.infragistics.com/xplatform/images/people/women/26.jpg`, Position: `up`, Name: `Mira Campos`, AthleteNumber: 39222, BeatsPerMinute: 95, TopSpeed: 5.9, Registered: `2017-01-11T01:41:31-02:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/am.png`, CountryName: `Armenia` }), + new AthletesDataItem({ Id: 308, Avatar: `https://static.infragistics.com/xplatform/images/people/women/15.jpg`, Position: `down`, Name: `Esther Kühn`, AthleteNumber: 24868, BeatsPerMinute: 92, TopSpeed: 5.5, Registered: `2017-05-14T12:30:08-03:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ru.png`, CountryName: `Russian Federation` }), + new AthletesDataItem({ Id: 308, Avatar: `https://static.infragistics.com/xplatform/images/people/men/14.jpg`, Position: `up`, Name: `Hans Möller`, AthleteNumber: 34122, BeatsPerMinute: 109, TopSpeed: 5.6, Registered: `2017-06-20T06:02:49-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/dj.png`, CountryName: `Djibouti` }), + new AthletesDataItem({ Id: 309, Avatar: `https://static.infragistics.com/xplatform/images/people/women/73.jpg`, Position: `current`, Name: `Alice Perry`, AthleteNumber: 23750, BeatsPerMinute: 104, TopSpeed: 5.3, Registered: `2017-03-31T07:15:46-03:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/lc.png`, CountryName: `Saint Lucia` }), + new AthletesDataItem({ Id: 310, Avatar: `https://static.infragistics.com/xplatform/images/people/men/92.jpg`, Position: `up`, Name: `Kaya Tekand`, AthleteNumber: 11028, BeatsPerMinute: 93, TopSpeed: 5.2, Registered: `2017-04-10T09:57:13-03:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/fj.png`, CountryName: `Fiji` }), + new AthletesDataItem({ Id: 311, Avatar: `https://static.infragistics.com/xplatform/images/people/women/92.jpg`, Position: `down`, Name: `Ilona Salonen`, AthleteNumber: 27068, BeatsPerMinute: 91, TopSpeed: 5.4, Registered: `2017-07-03T06:19:47-03:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/bo.png`, CountryName: `Bolivia` }), ]; super(...newItems.slice(0)); } diff --git a/samples/grids/grid/toolbar-sample-3/src/AthletesData.ts b/samples/grids/grid/toolbar-sample-3/src/AthletesData.ts index cbfd6a40ca..3d63d083ff 100644 --- a/samples/grids/grid/toolbar-sample-3/src/AthletesData.ts +++ b/samples/grids/grid/toolbar-sample-3/src/AthletesData.ts @@ -22,2596 +22,191 @@ export class AthletesData extends Array { super(...items); } else { const newItems = [ - new AthletesDataItem( - { - Id: 100, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/20.jpg`, - Position: `current`, - Name: `Alexis Walker`, - AthleteNumber: 43183, - BeatsPerMinute: 103, - TopSpeed: 5.8, - Registered: `2017-08-07T10:35:06-03:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/gh.png`, - CountryName: `Ghana` - }), - new AthletesDataItem( - { - Id: 101, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/71.jpg`, - Position: `down`, - Name: `Lavínia Silva`, - AthleteNumber: 33994, - BeatsPerMinute: 93, - TopSpeed: 5.6, - Registered: `2017-03-22T08:55:46-02:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/no.png`, - CountryName: `Norway` - }), - new AthletesDataItem( - { - Id: 105, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/5.jpg`, - Position: `down`, - Name: `Samu Hokkanen`, - AthleteNumber: 22469, - BeatsPerMinute: 106, - TopSpeed: 5.5, - Registered: `2017-06-29T04:58:27-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/az.png`, - CountryName: `Azerbaijan` - }), - new AthletesDataItem( - { - Id: 107, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/92.jpg`, - Position: `down`, - Name: `Megan Webb`, - AthleteNumber: 30713, - BeatsPerMinute: 93, - TopSpeed: 5.6, - Registered: `2017-08-20T09:26:51-03:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/mt.png`, - CountryName: `Malta` - }), - new AthletesDataItem( - { - Id: 107, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/33.jpg`, - Position: `up`, - Name: `Pedro Marquez`, - AthleteNumber: 16169, - BeatsPerMinute: 97, - TopSpeed: 5.4, - Registered: `2017-11-11T05:14:31-02:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/mw.png`, - CountryName: `Malawi` - }), - new AthletesDataItem( - { - Id: 108, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/31.jpg`, - Position: `up`, - Name: `Noah Bergeron`, - AthleteNumber: 35139, - BeatsPerMinute: 110, - TopSpeed: 5.6, - Registered: `2017-06-23T01:21:21-03:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ci.png`, - CountryName: `Cote DIvoire` - }), - new AthletesDataItem( - { - Id: 110, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/15.jpg`, - Position: `current`, - Name: `Annabell Brand`, - AthleteNumber: 39233, - BeatsPerMinute: 93, - TopSpeed: 5.7, - Registered: `2017-03-01T12:21:24-02:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/pg.png`, - CountryName: `Papua New Guinea` - }), - new AthletesDataItem( - { - Id: 110, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/13.jpg`, - Position: `current`, - Name: `Özsu Keçeci`, - AthleteNumber: 29403, - BeatsPerMinute: 106, - TopSpeed: 4.2, - Registered: `2017-01-19T11:34:13-02:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/lv.png`, - CountryName: `Latvia` - }), - new AthletesDataItem( - { - Id: 110, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/26.jpg`, - Position: `down`, - Name: `Emilie Morin`, - AthleteNumber: 26164, - BeatsPerMinute: 98, - TopSpeed: 4.9, - Registered: `2017-02-01T04:18:19-02:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/kg.png`, - CountryName: `Kyrgyzstan` - }), - new AthletesDataItem( - { - Id: 111, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/23.jpg`, - Position: `up`, - Name: `Connor Green`, - AthleteNumber: 44716, - BeatsPerMinute: 95, - TopSpeed: 4.4, - Registered: `2017-06-30T11:23:25-03:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/bb.png`, - CountryName: `Barbados` - }), - new AthletesDataItem( - { - Id: 112, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/53.jpg`, - Position: `down`, - Name: `Karen Shaw`, - AthleteNumber: 31048, - BeatsPerMinute: 107, - TopSpeed: 5.7, - Registered: `2017-05-15T09:25:03-03:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ec.png`, - CountryName: `Ecuador` - }), - new AthletesDataItem( - { - Id: 113, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/36.jpg`, - Position: `current`, - Name: `Marialba Nascimento`, - AthleteNumber: 47061, - BeatsPerMinute: 108, - TopSpeed: 5.2, - Registered: `2017-09-19T05:47:21-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/tn.png`, - CountryName: `Tunisia` - }), - new AthletesDataItem( - { - Id: 113, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/37.jpg`, - Position: `current`, - Name: `Nick Naumann`, - AthleteNumber: 25566, - BeatsPerMinute: 109, - TopSpeed: 5.9, - Registered: `2017-07-12T09:01:11-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/sz.png`, - CountryName: `Swaziland` - }), - new AthletesDataItem( - { - Id: 116, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/1.jpg`, - Position: `down`, - Name: `Sevcan Kollen`, - AthleteNumber: 13728, - BeatsPerMinute: 104, - TopSpeed: 5.3, - Registered: `2017-09-08T08:29:08-03:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/gt.png`, - CountryName: `Guatemala` - }), - new AthletesDataItem( - { - Id: 121, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/48.jpg`, - Position: `current`, - Name: `Väinö Salmi`, - AthleteNumber: 29839, - BeatsPerMinute: 107, - TopSpeed: 5.5, - Registered: `2017-10-21T05:57:02-03:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/gw.png`, - CountryName: `Guinea-Bissau` - }), - new AthletesDataItem( - { - Id: 121, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/31.jpg`, - Position: `down`, - Name: `Ivan Ivanov`, - AthleteNumber: 11054, - BeatsPerMinute: 108, - TopSpeed: 5.7, - Registered: `2017-04-18T08:03:01-03:00`, - TrackProgress: 75, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/bg.png`, - CountryName: `Bulgaria` - }), - new AthletesDataItem( - { - Id: 121, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/45.jpg`, - Position: `current`, - Name: `Maurice Lambert`, - AthleteNumber: 17443, - BeatsPerMinute: 96, - TopSpeed: 5.6, - Registered: `2017-06-05T08:19:32-03:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/bd.png`, - CountryName: `Bangladesh` - }), - new AthletesDataItem( - { - Id: 122, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/71.jpg`, - Position: `down`, - Name: `Natalie Conrad`, - AthleteNumber: 42602, - BeatsPerMinute: 108, - TopSpeed: 6, - Registered: `2017-03-18T06:35:44-02:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/tt.png`, - CountryName: `Trinidad and Tobago` - }), - new AthletesDataItem( - { - Id: 122, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/57.jpg`, - Position: `down`, - Name: `Jack Jean-baptiste`, - AthleteNumber: 40427, - BeatsPerMinute: 110, - TopSpeed: 4.3, - Registered: `2017-11-09T08:50:06-02:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/cm.png`, - CountryName: `Cameroon` - }), - new AthletesDataItem( - { - Id: 123, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/19.jpg`, - Position: `down`, - Name: `Flora Perez`, - AthleteNumber: 23907, - BeatsPerMinute: 102, - TopSpeed: 5.8, - Registered: `2017-04-12T04:16:56-03:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/pl.png`, - CountryName: `Poland` - }), - new AthletesDataItem( - { - Id: 123, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/12.jpg`, - Position: `up`, - Name: `آنیتا كامياران`, - AthleteNumber: 18980, - BeatsPerMinute: 90, - TopSpeed: 4.5, - Registered: `2017-07-21T06:42:59-03:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/lb.png`, - CountryName: `Lebanon` - }), - new AthletesDataItem( - { - Id: 123, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/31.jpg`, - Position: `current`, - Name: `Eeli Makinen`, - AthleteNumber: 45296, - BeatsPerMinute: 106, - TopSpeed: 5.2, - Registered: `2017-01-06T09:58:02-02:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/fi.png`, - CountryName: `Finland` - }), - new AthletesDataItem( - { - Id: 124, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/98.jpg`, - Position: `down`, - Name: `Mathieu Mathieu`, - AthleteNumber: 10555, - BeatsPerMinute: 101, - TopSpeed: 5.2, - Registered: `2017-01-05T07:28:11-02:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/uz.png`, - CountryName: `Uzbekistan` - }), - new AthletesDataItem( - { - Id: 124, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/19.jpg`, - Position: `current`, - Name: `Marie Poulsen`, - AthleteNumber: 44113, - BeatsPerMinute: 109, - TopSpeed: 4.7, - Registered: `2017-04-15T10:25:21-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ma.png`, - CountryName: `Morocco` - }), - new AthletesDataItem( - { - Id: 125, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/16.jpg`, - Position: `current`, - Name: `Altiva Alves`, - AthleteNumber: 31850, - BeatsPerMinute: 106, - TopSpeed: 5.1, - Registered: `2017-11-09T02:43:54-02:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/km.png`, - CountryName: `Comoros` - }), - new AthletesDataItem( - { - Id: 127, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/52.jpg`, - Position: `down`, - Name: `Gerardo Soto`, - AthleteNumber: 22958, - BeatsPerMinute: 90, - TopSpeed: 5, - Registered: `2017-06-04T12:52:03-03:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/co.png`, - CountryName: `Colombia` - }), - new AthletesDataItem( - { - Id: 128, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/52.jpg`, - Position: `up`, - Name: `Sophie Lewis`, - AthleteNumber: 46222, - BeatsPerMinute: 106, - TopSpeed: 4.4, - Registered: `2017-02-20T09:42:07-02:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/mc.png`, - CountryName: `Monaco` - }), - new AthletesDataItem( - { - Id: 129, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/34.jpg`, - Position: `up`, - Name: `Ella Hansen`, - AthleteNumber: 27075, - BeatsPerMinute: 101, - TopSpeed: 5.1, - Registered: `2017-01-05T10:12:42-02:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/lk.png`, - CountryName: `Sri Lanka` - }), - new AthletesDataItem( - { - Id: 130, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/94.jpg`, - Position: `up`, - Name: `Adem Özdoğan`, - AthleteNumber: 45143, - BeatsPerMinute: 90, - TopSpeed: 5.5, - Registered: `2017-02-16T07:11:52-02:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/tm.png`, - CountryName: `Turkmenistan` - }), - new AthletesDataItem( - { - Id: 130, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/24.jpg`, - Position: `down`, - Name: `آوا احمدی`, - AthleteNumber: 44347, - BeatsPerMinute: 110, - TopSpeed: 4.1, - Registered: `2017-06-04T09:04:31-03:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/cn.png`, - CountryName: `China` - }), - new AthletesDataItem( - { - Id: 131, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/61.jpg`, - Position: `current`, - Name: `Eliza Bishop`, - AthleteNumber: 31774, - BeatsPerMinute: 96, - TopSpeed: 4.7, - Registered: `2017-09-22T11:49:02-03:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/eh.png`, - CountryName: `Western Sahara` - }), - new AthletesDataItem( - { - Id: 131, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/61.jpg`, - Position: `down`, - Name: `Veronika Huber`, - AthleteNumber: 18146, - BeatsPerMinute: 103, - TopSpeed: 5.2, - Registered: `2017-07-13T02:23:56-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/to.png`, - CountryName: `Tonga` - }), - new AthletesDataItem( - { - Id: 134, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/66.jpg`, - Position: `down`, - Name: `Anni Waisanen`, - AthleteNumber: 32133, - BeatsPerMinute: 99, - TopSpeed: 5, - Registered: `2017-08-17T01:35:09-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/do.png`, - CountryName: `Dominican Republic` - }), - new AthletesDataItem( - { - Id: 135, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/84.jpg`, - Position: `down`, - Name: `Darryl Douglas`, - AthleteNumber: 35826, - BeatsPerMinute: 96, - TopSpeed: 4.6, - Registered: `2017-07-20T11:45:52-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/tr.png`, - CountryName: `Turkey` - }), - new AthletesDataItem( - { - Id: 136, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/10.jpg`, - Position: `down`, - Name: `Elaine Matthews`, - AthleteNumber: 38574, - BeatsPerMinute: 110, - TopSpeed: 5.5, - Registered: `2017-01-26T11:50:00-02:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/cv.png`, - CountryName: `Cape Verde` - }), - new AthletesDataItem( - { - Id: 137, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/75.jpg`, - Position: `up`, - Name: `Gloria Caballero`, - AthleteNumber: 43379, - BeatsPerMinute: 103, - TopSpeed: 4.3, - Registered: `2017-08-10T08:27:45-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/il.png`, - CountryName: `Israel` - }), - new AthletesDataItem( - { - Id: 137, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/80.jpg`, - Position: `down`, - Name: `Lance Dunn`, - AthleteNumber: 10113, - BeatsPerMinute: 94, - TopSpeed: 4.5, - Registered: `2017-03-13T10:51:36-02:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/cy.png`, - CountryName: `Cyprus` - }), - new AthletesDataItem( - { - Id: 138, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/31.jpg`, - Position: `down`, - Name: `Antoine Mackay`, - AthleteNumber: 34547, - BeatsPerMinute: 104, - TopSpeed: 5, - Registered: `2017-08-22T09:11:37-03:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ls.png`, - CountryName: `Lesotho` - }), - new AthletesDataItem( - { - Id: 138, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/78.jpg`, - Position: `current`, - Name: `Oscar Calvo`, - AthleteNumber: 45078, - BeatsPerMinute: 109, - TopSpeed: 4.3, - Registered: `2017-06-19T10:57:42-03:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/cu.png`, - CountryName: `Cuba` - }), - new AthletesDataItem( - { - Id: 138, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/38.jpg`, - Position: `current`, - Name: `Derrick Price`, - AthleteNumber: 19792, - BeatsPerMinute: 94, - TopSpeed: 5.6, - Registered: `2017-03-19T01:10:55-02:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ar.png`, - CountryName: `Argentina` - }), - new AthletesDataItem( - { - Id: 139, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/28.jpg`, - Position: `current`, - Name: `Annabell Barth`, - AthleteNumber: 41130, - BeatsPerMinute: 103, - TopSpeed: 5, - Registered: `2017-08-24T11:58:56-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ht.png`, - CountryName: `Haiti` - }), - new AthletesDataItem( - { - Id: 141, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/15.jpg`, - Position: `current`, - Name: `Miro Korpela`, - AthleteNumber: 40544, - BeatsPerMinute: 104, - TopSpeed: 5.3, - Registered: `2017-01-10T07:12:44-02:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/nl.png`, - CountryName: `Netherlands` - }), - new AthletesDataItem( - { - Id: 142, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/63.jpg`, - Position: `current`, - Name: `Nicoline Thomsen`, - AthleteNumber: 36778, - BeatsPerMinute: 99, - TopSpeed: 5.5, - Registered: `2017-03-26T10:04:29-03:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/bj.png`, - CountryName: `Benin` - }), - new AthletesDataItem( - { - Id: 143, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/38.jpg`, - Position: `up`, - Name: `رضا کوتی`, - AthleteNumber: 13640, - BeatsPerMinute: 103, - TopSpeed: 4.2, - Registered: `2017-04-30T02:34:29-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/pk.png`, - CountryName: `Pakistan` - }), - new AthletesDataItem( - { - Id: 144, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/57.jpg`, - Position: `down`, - Name: `Milja Leino`, - AthleteNumber: 33563, - BeatsPerMinute: 110, - TopSpeed: 4.1, - Registered: `2017-11-01T10:34:07-02:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/bf.png`, - CountryName: `Burkina Faso` - }), - new AthletesDataItem( - { - Id: 147, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/8.jpg`, - Position: `down`, - Name: `میلاد یاسمی`, - AthleteNumber: 44023, - BeatsPerMinute: 104, - TopSpeed: 5.2, - Registered: `2017-06-10T04:11:01-03:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/tg.png`, - CountryName: `Togo` - }), - new AthletesDataItem( - { - Id: 150, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/52.jpg`, - Position: `up`, - Name: `Gustav Petersen`, - AthleteNumber: 20984, - BeatsPerMinute: 107, - TopSpeed: 4.6, - Registered: `2017-01-01T07:40:19-02:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/bz.png`, - CountryName: `Belize` - }), - new AthletesDataItem( - { - Id: 151, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/88.jpg`, - Position: `current`, - Name: `Charlotte Mills`, - AthleteNumber: 49829, - BeatsPerMinute: 92, - TopSpeed: 5.3, - Registered: `2017-05-10T04:33:10-03:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/mg.png`, - CountryName: `Madagascar` - }), - new AthletesDataItem( - { - Id: 154, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/54.jpg`, - Position: `down`, - Name: `Rhonda Simmmons`, - AthleteNumber: 37139, - BeatsPerMinute: 96, - TopSpeed: 5.1, - Registered: `2017-07-03T05:39:45-03:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/nr.png`, - CountryName: `Nauru` - }), - new AthletesDataItem( - { - Id: 155, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/82.jpg`, - Position: `up`, - Name: `Justin Philippe`, - AthleteNumber: 12858, - BeatsPerMinute: 104, - TopSpeed: 5.7, - Registered: `2017-03-16T02:00:35-02:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/mv.png`, - CountryName: `Maldives` - }), - new AthletesDataItem( - { - Id: 159, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/66.jpg`, - Position: `up`, - Name: `Eva Dean`, - AthleteNumber: 48874, - BeatsPerMinute: 103, - TopSpeed: 5.7, - Registered: `2017-03-04T01:58:52-02:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/st.png`, - CountryName: `Sao Tome and Principe` - }), - new AthletesDataItem( - { - Id: 161, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/89.jpg`, - Position: `up`, - Name: `Franklin Byrd`, - AthleteNumber: 49498, - BeatsPerMinute: 106, - TopSpeed: 5.3, - Registered: `2017-11-04T11:09:26-02:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/tw.png`, - CountryName: `Taiwan, Province of China` - }), - new AthletesDataItem( - { - Id: 161, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/38.jpg`, - Position: `current`, - Name: `Alex Martin`, - AthleteNumber: 27887, - BeatsPerMinute: 96, - TopSpeed: 4.2, - Registered: `2017-10-28T04:06:33-03:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/eg.png`, - CountryName: `Egypt` - }), - new AthletesDataItem( - { - Id: 162, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/0.jpg`, - Position: `current`, - Name: `Alex Craig`, - AthleteNumber: 21868, - BeatsPerMinute: 94, - TopSpeed: 4.2, - Registered: `2017-03-19T10:20:51-02:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/sy.png`, - CountryName: `Syrian Arab Republic` - }), - new AthletesDataItem( - { - Id: 162, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/5.jpg`, - Position: `down`, - Name: `Adam Bouchard`, - AthleteNumber: 38672, - BeatsPerMinute: 99, - TopSpeed: 4.7, - Registered: `2017-01-04T03:04:05-02:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/sc.png`, - CountryName: `Seychelles` - }), - new AthletesDataItem( - { - Id: 163, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/70.jpg`, - Position: `down`, - Name: `میلاد قاسمی`, - AthleteNumber: 12788, - BeatsPerMinute: 101, - TopSpeed: 4.1, - Registered: `2017-03-01T07:51:17-02:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ws.png`, - CountryName: `Samoa` - }), - new AthletesDataItem( - { - Id: 163, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/52.jpg`, - Position: `up`, - Name: `Millie Cooper`, - AthleteNumber: 14610, - BeatsPerMinute: 99, - TopSpeed: 5.4, - Registered: `2017-05-08T09:30:14-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ni.png`, - CountryName: `Nicaragua` - }), - new AthletesDataItem( - { - Id: 163, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/21.jpg`, - Position: `up`, - Name: `Pippa Roberts`, - AthleteNumber: 15588, - BeatsPerMinute: 105, - TopSpeed: 4.1, - Registered: `2017-02-07T10:23:13-02:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/kh.png`, - CountryName: `Cambodia` - }), - new AthletesDataItem( - { - Id: 164, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/51.jpg`, - Position: `current`, - Name: `Ethel Stephens`, - AthleteNumber: 18692, - BeatsPerMinute: 94, - TopSpeed: 4.1, - Registered: `2017-02-13T05:03:04-02:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ua.png`, - CountryName: `Ukraine` - }), - new AthletesDataItem( - { - Id: 165, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/79.jpg`, - Position: `down`, - Name: `Mario Ellis`, - AthleteNumber: 18026, - BeatsPerMinute: 99, - TopSpeed: 5.5, - Registered: `2017-02-13T11:53:15-02:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ml.png`, - CountryName: `Mali` - }), - new AthletesDataItem( - { - Id: 166, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/74.jpg`, - Position: `current`, - Name: `Maria Parra`, - AthleteNumber: 39861, - BeatsPerMinute: 106, - TopSpeed: 6, - Registered: `2017-01-30T09:22:52-02:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ki.png`, - CountryName: `Kiribati` - }), - new AthletesDataItem( - { - Id: 167, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/67.jpg`, - Position: `down`, - Name: `Aatu Ranta`, - AthleteNumber: 38049, - BeatsPerMinute: 94, - TopSpeed: 5.1, - Registered: `2017-07-21T04:22:18-03:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ae.png`, - CountryName: `United Arab Emirates` - }), - new AthletesDataItem( - { - Id: 167, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/62.jpg`, - Position: `current`, - Name: `Pippa Morris`, - AthleteNumber: 44421, - BeatsPerMinute: 101, - TopSpeed: 5.5, - Registered: `2017-03-06T09:21:58-02:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/tj.png`, - CountryName: `Tajikistan` - }), - new AthletesDataItem( - { - Id: 167, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/32.jpg`, - Position: `current`, - Name: `Esma Adıvar`, - AthleteNumber: 35565, - BeatsPerMinute: 99, - TopSpeed: 4.2, - Registered: `2017-06-17T12:34:29-03:00`, - TrackProgress: 75, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ph.png`, - CountryName: `Philippines` - }), - new AthletesDataItem( - { - Id: 167, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/19.jpg`, - Position: `down`, - Name: `Louis Smith`, - AthleteNumber: 31837, - BeatsPerMinute: 98, - TopSpeed: 5.4, - Registered: `2017-03-19T08:12:23-02:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/lr.png`, - CountryName: `Liberia` - }), - new AthletesDataItem( - { - Id: 167, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/81.jpg`, - Position: `down`, - Name: `Milo Charles`, - AthleteNumber: 10661, - BeatsPerMinute: 99, - TopSpeed: 5.4, - Registered: `2017-07-20T09:00:22-03:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/is.png`, - CountryName: `Iceland` - }), - new AthletesDataItem( - { - Id: 168, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/10.jpg`, - Position: `current`, - Name: `Calvin Hunt`, - AthleteNumber: 35535, - BeatsPerMinute: 94, - TopSpeed: 4.5, - Registered: `2017-11-07T09:58:42-02:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/at.png`, - CountryName: `Austria` - }), - new AthletesDataItem( - { - Id: 169, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/44.jpg`, - Position: `up`, - Name: `Aziz Santos`, - AthleteNumber: 38947, - BeatsPerMinute: 98, - TopSpeed: 4, - Registered: `2017-04-03T02:18:46-03:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/gb.png`, - CountryName: `United Kingdom` - }), - new AthletesDataItem( - { - Id: 169, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/21.jpg`, - Position: `down`, - Name: `Julian Barth`, - AthleteNumber: 19011, - BeatsPerMinute: 91, - TopSpeed: 5.2, - Registered: `2017-04-21T08:08:33-03:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/gd.png`, - CountryName: `Grenada` - }), - new AthletesDataItem( - { - Id: 170, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/60.jpg`, - Position: `up`, - Name: `Fernando Gimenez`, - AthleteNumber: 31290, - BeatsPerMinute: 102, - TopSpeed: 5.1, - Registered: `2017-06-21T06:45:54-03:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/uz.png`, - CountryName: `Uruguay` - }), - new AthletesDataItem( - { - Id: 173, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/18.jpg`, - Position: `current`, - Name: `Hassana Camp`, - AthleteNumber: 14467, - BeatsPerMinute: 104, - TopSpeed: 5.2, - Registered: `2017-06-02T12:21:59-03:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/cz.png`, - CountryName: `Czechia` - }), - new AthletesDataItem( - { - Id: 174, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/29.jpg`, - Position: `current`, - Name: `Beatriz Gallardo`, - AthleteNumber: 38538, - BeatsPerMinute: 101, - TopSpeed: 6, - Registered: `2017-11-06T02:14:31-02:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/er.png`, - CountryName: `Eritrea` - }), - new AthletesDataItem( - { - Id: 176, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/26.jpg`, - Position: `current`, - Name: `Tim Neal`, - AthleteNumber: 45860, - BeatsPerMinute: 97, - TopSpeed: 5.6, - Registered: `2017-04-21T04:06:34-03:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/pa.png`, - CountryName: `Panama` - }), - new AthletesDataItem( - { - Id: 176, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/35.jpg`, - Position: `down`, - Name: `Laudelino Castro`, - AthleteNumber: 12711, - BeatsPerMinute: 106, - TopSpeed: 4.4, - Registered: `2017-02-08T04:03:22-02:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/hr.png`, - CountryName: `Croatia` - }), - new AthletesDataItem( - { - Id: 178, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/65.jpg`, - Position: `down`, - Name: `Lillian Wade`, - AthleteNumber: 10729, - BeatsPerMinute: 110, - TopSpeed: 4.8, - Registered: `2017-04-07T09:53:13-03:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/sb.png`, - CountryName: `Solomon Islands` - }), - new AthletesDataItem( - { - Id: 180, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/90.jpg`, - Position: `up`, - Name: `Lillian Bowman`, - AthleteNumber: 35323, - BeatsPerMinute: 103, - TopSpeed: 4.5, - Registered: `2017-08-31T11:55:25-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/gy.png`, - CountryName: `Guyana` - }), - new AthletesDataItem( - { - Id: 182, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/14.jpg`, - Position: `up`, - Name: `Ariena Achterberg`, - AthleteNumber: 41330, - BeatsPerMinute: 92, - TopSpeed: 5.6, - Registered: `2017-10-22T02:15:39-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/kr.png`, - CountryName: `South Korea` - }), - new AthletesDataItem( - { - Id: 182, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/94.jpg`, - Position: `current`, - Name: `Gerald Schmidt`, - AthleteNumber: 47410, - BeatsPerMinute: 102, - TopSpeed: 5.8, - Registered: `2017-02-20T11:53:08-02:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ge.png`, - CountryName: `Georgia` - }), - new AthletesDataItem( - { - Id: 183, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/74.jpg`, - Position: `down`, - Name: `Yarno Kin`, - AthleteNumber: 47324, - BeatsPerMinute: 107, - TopSpeed: 5.1, - Registered: `2017-08-26T08:21:22-03:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ro.png`, - CountryName: `Romania` - }), - new AthletesDataItem( - { - Id: 183, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/53.jpg`, - Position: `up`, - Name: `رونیکا سلطانی نژاد`, - AthleteNumber: 35233, - BeatsPerMinute: 99, - TopSpeed: 4.6, - Registered: `2017-08-13T01:05:52-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/mk.png`, - CountryName: `Macedonia, The Former Yugoslav Republic of` - }), - new AthletesDataItem( - { - Id: 186, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/2.jpg`, - Position: `up`, - Name: `کوروش کامروا`, - AthleteNumber: 13506, - BeatsPerMinute: 109, - TopSpeed: 4.4, - Registered: `2017-04-16T01:10:37-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/nu.png`, - CountryName: `Niue` - }), - new AthletesDataItem( - { - Id: 186, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/42.jpg`, - Position: `up`, - Name: `Jimmy Bailey`, - AthleteNumber: 38510, - BeatsPerMinute: 101, - TopSpeed: 4.7, - Registered: `2017-06-30T04:13:42-03:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/cr.png`, - CountryName: `Costa Rica` - }), - new AthletesDataItem( - { - Id: 188, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/3.jpg`, - Position: `current`, - Name: `Foppe Delfos`, - AthleteNumber: 39679, - BeatsPerMinute: 107, - TopSpeed: 4.1, - Registered: `2017-08-05T10:54:56-03:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/py.png`, - CountryName: `Paraguay` - }), - new AthletesDataItem( - { - Id: 188, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/81.jpg`, - Position: `down`, - Name: `آراد یاسمی`, - AthleteNumber: 34370, - BeatsPerMinute: 99, - TopSpeed: 5.9, - Registered: `2017-02-02T11:42:41-02:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/mu.png`, - CountryName: `Mauritius` - }), - new AthletesDataItem( - { - Id: 188, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/45.jpg`, - Position: `down`, - Name: `Ceylan Duygulu`, - AthleteNumber: 21527, - BeatsPerMinute: 99, - TopSpeed: 4.9, - Registered: `2017-07-13T09:06:04-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/dm.png`, - CountryName: `Dominica` - }), - new AthletesDataItem( - { - Id: 190, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/2.jpg`, - Position: `current`, - Name: `Venla Korpela`, - AthleteNumber: 16454, - BeatsPerMinute: 92, - TopSpeed: 4.1, - Registered: `2017-08-22T10:36:38-03:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/hu.png`, - CountryName: `Hungary` - }), - new AthletesDataItem( - { - Id: 190, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/53.jpg`, - Position: `current`, - Name: `Gladys Van Der Steeg`, - AthleteNumber: 20216, - BeatsPerMinute: 94, - TopSpeed: 4.3, - Registered: `2017-10-09T02:01:16-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/de.png`, - CountryName: `Germany` - }), - new AthletesDataItem( - { - Id: 190, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/44.jpg`, - Position: `current`, - Name: `Kiara Dubois`, - AthleteNumber: 49964, - BeatsPerMinute: 97, - TopSpeed: 5.6, - Registered: `2017-09-28T04:37:56-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/au.png`, - CountryName: `Australia` - }), - new AthletesDataItem( - { - Id: 191, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/42.jpg`, - Position: `current`, - Name: `آرش احمدی`, - AthleteNumber: 36948, - BeatsPerMinute: 90, - TopSpeed: 4.1, - Registered: `2017-09-08T01:22:14-03:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/np.png`, - CountryName: `Nepal` - }), - new AthletesDataItem( - { - Id: 191, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/13.jpg`, - Position: `up`, - Name: `Sheryl Collins`, - AthleteNumber: 36473, - BeatsPerMinute: 98, - TopSpeed: 4.2, - Registered: `2017-03-23T12:54:35-02:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ke.png`, - CountryName: `Kenya` - }), - new AthletesDataItem( - { - Id: 191, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/72.jpg`, - Position: `up`, - Name: `Clarisse Rey`, - AthleteNumber: 29795, - BeatsPerMinute: 98, - TopSpeed: 4.9, - Registered: `2017-06-09T08:07:19-03:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ba.png`, - CountryName: `Bosnia and Herzegovina` - }), - new AthletesDataItem( - { - Id: 192, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/44.jpg`, - Position: `down`, - Name: `Viivi Kujala`, - AthleteNumber: 29939, - BeatsPerMinute: 93, - TopSpeed: 4.1, - Registered: `2017-05-03T02:40:05-03:00`, - TrackProgress: 75, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/so.png`, - CountryName: `Somalia` - }), - new AthletesDataItem( - { - Id: 193, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/9.jpg`, - Position: `down`, - Name: `Juanita Franklin`, - AthleteNumber: 13907, - BeatsPerMinute: 91, - TopSpeed: 6, - Registered: `2017-10-04T02:46:46-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/vu.png`, - CountryName: `Vanuatu` - }), - new AthletesDataItem( - { - Id: 193, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/59.jpg`, - Position: `down`, - Name: `Sophia Carlson`, - AthleteNumber: 44183, - BeatsPerMinute: 102, - TopSpeed: 5.1, - Registered: `2017-09-04T07:03:19-03:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ee.png`, - CountryName: `Estonia` - }), - new AthletesDataItem( - { - Id: 194, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/62.jpg`, - Position: `up`, - Name: `آوا سلطانی نژاد`, - AthleteNumber: 45635, - BeatsPerMinute: 98, - TopSpeed: 4.1, - Registered: `2017-04-10T11:39:46-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/se.png`, - CountryName: `Sweden` - }), - new AthletesDataItem( - { - Id: 194, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/11.jpg`, - Position: `down`, - Name: `Kaya Taşlı`, - AthleteNumber: 42291, - BeatsPerMinute: 100, - TopSpeed: 4.7, - Registered: `2017-01-30T03:23:36-02:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/sn.png`, - CountryName: `Senegal` - }), - new AthletesDataItem( - { - Id: 194, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/71.jpg`, - Position: `down`, - Name: `Adrian Ibañez`, - AthleteNumber: 21968, - BeatsPerMinute: 105, - TopSpeed: 5.3, - Registered: `2017-02-03T04:36:54-02:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/om.png`, - CountryName: `Oman` - }), - new AthletesDataItem( - { - Id: 196, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/17.jpg`, - Position: `current`, - Name: `Parel Zuidhof`, - AthleteNumber: 32718, - BeatsPerMinute: 105, - TopSpeed: 5, - Registered: `2017-01-21T10:19:56-02:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/jm.png`, - CountryName: `Jamaica` - }), - new AthletesDataItem( - { - Id: 196, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/30.jpg`, - Position: `up`, - Name: `Begüm Erkekli`, - AthleteNumber: 37888, - BeatsPerMinute: 104, - TopSpeed: 4.6, - Registered: `2017-10-04T03:02:35-03:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/sv.png`, - CountryName: `El Salvador` - }), - new AthletesDataItem( - { - Id: 197, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/93.jpg`, - Position: `current`, - Name: `Brent Lord`, - AthleteNumber: 20943, - BeatsPerMinute: 92, - TopSpeed: 4.8, - Registered: `2017-01-23T06:14:22-02:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/dz.png`, - CountryName: `Algeria` - }), - new AthletesDataItem( - { - Id: 199, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/68.jpg`, - Position: `up`, - Name: `Lucie Dumont`, - AthleteNumber: 12104, - BeatsPerMinute: 108, - TopSpeed: 4, - Registered: `2017-01-08T02:13:29-02:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ca.png`, - CountryName: `Canada` - }), - new AthletesDataItem( - { - Id: 210, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/13.jpg`, - Position: `down`, - Name: `Maeva Bergeron`, - AthleteNumber: 15655, - BeatsPerMinute: 94, - TopSpeed: 5.9, - Registered: `2017-10-03T09:42:15-03:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/mx.png`, - CountryName: `Mexico` - }), - new AthletesDataItem( - { - Id: 212, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/83.jpg`, - Position: `up`, - Name: `Sara Larsen`, - AthleteNumber: 37094, - BeatsPerMinute: 97, - TopSpeed: 4.5, - Registered: `2017-04-14T11:48:28-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/sa.png`, - CountryName: `Saudi Arabia` - }), - new AthletesDataItem( - { - Id: 214, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/84.jpg`, - Position: `up`, - Name: `Ömür Denkel`, - AthleteNumber: 31061, - BeatsPerMinute: 104, - TopSpeed: 4.5, - Registered: `2017-02-18T05:32:55-02:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/tv.png`, - CountryName: `Tuvalu` - }), - new AthletesDataItem( - { - Id: 215, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/79.jpg`, - Position: `down`, - Name: `Marilou Hubert`, - AthleteNumber: 43655, - BeatsPerMinute: 104, - TopSpeed: 4.2, - Registered: `2017-09-28T11:13:00-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/mm.png`, - CountryName: `Myanmar` - }), - new AthletesDataItem( - { - Id: 216, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/72.jpg`, - Position: `down`, - Name: `Felix Olsen`, - AthleteNumber: 43198, - BeatsPerMinute: 101, - TopSpeed: 4.2, - Registered: `2017-09-27T01:17:14-03:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/fr.png`, - CountryName: `France` - }), - new AthletesDataItem( - { - Id: 219, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/6.jpg`, - Position: `current`, - Name: `Sedef Tunçeri`, - AthleteNumber: 48164, - BeatsPerMinute: 108, - TopSpeed: 5.6, - Registered: `2017-03-29T11:54:15-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/bt.png`, - CountryName: `Bhutan` - }), - new AthletesDataItem( - { - Id: 221, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/73.jpg`, - Position: `down`, - Name: `Kuzey Aclan`, - AthleteNumber: 18583, - BeatsPerMinute: 102, - TopSpeed: 5.3, - Registered: `2017-09-12T09:14:14-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/td.png`, - CountryName: `Chad` - }), - new AthletesDataItem( - { - Id: 223, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/72.jpg`, - Position: `down`, - Name: `Gökhan Aşıkoğlu`, - AthleteNumber: 13890, - BeatsPerMinute: 105, - TopSpeed: 5.4, - Registered: `2017-03-31T06:14:26-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/jp.png`, - CountryName: `Japan` - }), - new AthletesDataItem( - { - Id: 224, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/0.jpg`, - Position: `down`, - Name: `Joan Ortega`, - AthleteNumber: 49478, - BeatsPerMinute: 103, - TopSpeed: 5.4, - Registered: `2017-07-04T03:01:47-03:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/gq.png`, - CountryName: `Equatorial Guinea` - }), - new AthletesDataItem( - { - Id: 225, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/42.jpg`, - Position: `up`, - Name: `Stanley Hart`, - AthleteNumber: 14150, - BeatsPerMinute: 91, - TopSpeed: 4.5, - Registered: `2017-08-19T03:02:33-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ve.png`, - CountryName: `Venezuela` - }), - new AthletesDataItem( - { - Id: 227, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/9.jpg`, - Position: `current`, - Name: `Johann Hinz`, - AthleteNumber: 48244, - BeatsPerMinute: 94, - TopSpeed: 4.3, - Registered: `2017-03-10T07:36:56-02:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/sd.png`, - CountryName: `Sudan` - }), - new AthletesDataItem( - { - Id: 227, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/61.jpg`, - Position: `up`, - Name: `Layla Douglas`, - AthleteNumber: 21977, - BeatsPerMinute: 97, - TopSpeed: 5.4, - Registered: `2017-04-19T11:43:38-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/si.png`, - CountryName: `Slovenia` - }), - new AthletesDataItem( - { - Id: 229, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/29.jpg`, - Position: `current`, - Name: `Selmo Caldeira`, - AthleteNumber: 21837, - BeatsPerMinute: 110, - TopSpeed: 4.9, - Registered: `2017-10-20T03:40:24-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ly.png`, - CountryName: `Libyan Arab Jamahiriya` - }), - new AthletesDataItem( - { - Id: 231, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/56.jpg`, - Position: `up`, - Name: `Judd Campbell`, - AthleteNumber: 37365, - BeatsPerMinute: 110, - TopSpeed: 5, - Registered: `2017-10-19T11:01:10-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/la.png`, - CountryName: `Lao PeopleS Democratic Republic` - }), - new AthletesDataItem( - { - Id: 233, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/18.jpg`, - Position: `up`, - Name: `Zackary Roy`, - AthleteNumber: 45996, - BeatsPerMinute: 92, - TopSpeed: 4.9, - Registered: `2017-07-07T03:51:26-03:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/bs.png`, - CountryName: `Bahamas` - }), - new AthletesDataItem( - { - Id: 234, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/19.jpg`, - Position: `down`, - Name: `Linda Schäfer`, - AthleteNumber: 43074, - BeatsPerMinute: 107, - TopSpeed: 5.1, - Registered: `2017-01-05T11:41:20-02:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ye.png`, - CountryName: `Yemen` - }), - new AthletesDataItem( - { - Id: 235, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/42.jpg`, - Position: `down`, - Name: `Elaine Smith`, - AthleteNumber: 38243, - BeatsPerMinute: 108, - TopSpeed: 4, - Registered: `2017-06-11T12:20:41-03:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/li.png`, - CountryName: `Liechtenstein` - }), - new AthletesDataItem( - { - Id: 237, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/86.jpg`, - Position: `down`, - Name: `Clyde Matthews`, - AthleteNumber: 11955, - BeatsPerMinute: 93, - TopSpeed: 5.2, - Registered: `2017-03-02T05:01:02-02:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/pw.png`, - CountryName: `Palau` - }), - new AthletesDataItem( - { - Id: 238, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/17.jpg`, - Position: `current`, - Name: `Charlotte Meyer`, - AthleteNumber: 21442, - BeatsPerMinute: 110, - TopSpeed: 4.6, - Registered: `2017-10-19T10:38:35-03:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ck.png`, - CountryName: `Cook Islands` - }), - new AthletesDataItem( - { - Id: 240, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/5.jpg`, - Position: `down`, - Name: `Carter Evans`, - AthleteNumber: 46961, - BeatsPerMinute: 100, - TopSpeed: 5.3, - Registered: `2017-07-23T02:43:07-03:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/lu.png`, - CountryName: `Luxembourg` - }), - new AthletesDataItem( - { - Id: 240, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/33.jpg`, - Position: `down`, - Name: `Alberto Clark`, - AthleteNumber: 29912, - BeatsPerMinute: 93, - TopSpeed: 4.6, - Registered: `2017-02-02T03:50:21-02:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ag.png`, - CountryName: `Antigua and Barbuda` - }), - new AthletesDataItem( - { - Id: 241, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/65.jpg`, - Position: `down`, - Name: `Lilly Keuter`, - AthleteNumber: 49893, - BeatsPerMinute: 102, - TopSpeed: 4.5, - Registered: `2017-01-20T02:38:39-02:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/kn.png`, - CountryName: `Saint Kitts and Nevis` - }), - new AthletesDataItem( - { - Id: 241, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/20.jpg`, - Position: `up`, - Name: `Oskari Karjala`, - AthleteNumber: 31498, - BeatsPerMinute: 90, - TopSpeed: 4.5, - Registered: `2017-05-10T12:45:12-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/fm.png`, - CountryName: `Micronesia, Federated States of` - }), - new AthletesDataItem( - { - Id: 242, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/83.jpg`, - Position: `down`, - Name: `Caitlin Jackson`, - AthleteNumber: 45472, - BeatsPerMinute: 101, - TopSpeed: 4.3, - Registered: `2017-09-17T09:41:01-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/mz.png`, - CountryName: `Mozambique` - }), - new AthletesDataItem( - { - Id: 243, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/77.jpg`, - Position: `down`, - Name: `Cathalijne Van Der Ree`, - AthleteNumber: 45160, - BeatsPerMinute: 102, - TopSpeed: 5.4, - Registered: `2017-02-13T05:23:49-02:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ug.png`, - CountryName: `Uganda` - }), - new AthletesDataItem( - { - Id: 243, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/94.jpg`, - Position: `up`, - Name: `Emma Turner`, - AthleteNumber: 39487, - BeatsPerMinute: 110, - TopSpeed: 5.7, - Registered: `2017-07-30T01:33:14-03:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/tz.png`, - CountryName: `Tanzania, United Republic of` - }), - new AthletesDataItem( - { - Id: 243, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/42.jpg`, - Position: `up`, - Name: `Kent Clark`, - AthleteNumber: 32799, - BeatsPerMinute: 106, - TopSpeed: 5.7, - Registered: `2017-01-24T01:00:15-02:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/pe.png`, - CountryName: `Peru` - }), - new AthletesDataItem( - { - Id: 246, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/55.jpg`, - Position: `current`, - Name: `Ronja Kraft`, - AthleteNumber: 21800, - BeatsPerMinute: 101, - TopSpeed: 5.3, - Registered: `2017-04-02T03:33:57-03:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/dk.png`, - CountryName: `Denmark` - }), - new AthletesDataItem( - { - Id: 251, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/34.jpg`, - Position: `down`, - Name: `Eléa Robin`, - AthleteNumber: 26742, - BeatsPerMinute: 90, - TopSpeed: 4.7, - Registered: `2017-03-30T12:34:24-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/vc.png`, - CountryName: `Saint Vincent and the Grenadines` - }), - new AthletesDataItem( - { - Id: 251, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/74.jpg`, - Position: `up`, - Name: `Alex Meyer`, - AthleteNumber: 44390, - BeatsPerMinute: 94, - TopSpeed: 4.3, - Registered: `2017-08-04T07:05:34-03:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/md.png`, - CountryName: `Moldova, Republic of` - }), - new AthletesDataItem( - { - Id: 252, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/94.jpg`, - Position: `down`, - Name: `Adérito Lopes`, - AthleteNumber: 21320, - BeatsPerMinute: 91, - TopSpeed: 5.2, - Registered: `2017-01-07T06:47:56-02:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/mh.png`, - CountryName: `Marshall Islands` - }), - new AthletesDataItem( - { - Id: 253, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/51.jpg`, - Position: `current`, - Name: `Kayla Patel`, - AthleteNumber: 42780, - BeatsPerMinute: 103, - TopSpeed: 4.7, - Registered: `2017-04-20T09:33:53-03:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ne.png`, - CountryName: `Niger` - }), - new AthletesDataItem( - { - Id: 258, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/31.jpg`, - Position: `current`, - Name: `Diego Gautier`, - AthleteNumber: 26320, - BeatsPerMinute: 97, - TopSpeed: 4.6, - Registered: `2017-06-11T03:50:43-03:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ng.png`, - CountryName: `Nigeria` - }), - new AthletesDataItem( - { - Id: 258, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/30.jpg`, - Position: `up`, - Name: `Veera Saari`, - AthleteNumber: 40408, - BeatsPerMinute: 100, - TopSpeed: 4.7, - Registered: `2017-10-28T10:39:22-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/iq.png`, - CountryName: `Iraq` - }), - new AthletesDataItem( - { - Id: 258, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/60.jpg`, - Position: `down`, - Name: `Zaina Pomp`, - AthleteNumber: 14109, - BeatsPerMinute: 90, - TopSpeed: 5.7, - Registered: `2017-09-07T11:17:40-03:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ao.png`, - CountryName: `Angola` - }), - new AthletesDataItem( - { - Id: 262, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/9.jpg`, - Position: `current`, - Name: `Anthony Harcourt`, - AthleteNumber: 33649, - BeatsPerMinute: 109, - TopSpeed: 5.5, - Registered: `2017-06-14T11:10:20-03:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/in.png`, - CountryName: `India` - }), - new AthletesDataItem( - { - Id: 262, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/43.jpg`, - Position: `current`, - Name: `Roman Smith`, - AthleteNumber: 15531, - BeatsPerMinute: 106, - TopSpeed: 4.9, - Registered: `2017-06-14T05:12:04-03:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ga.png`, - CountryName: `Gabon` - }), - new AthletesDataItem( - { - Id: 263, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/9.jpg`, - Position: `up`, - Name: `Estelle Vincent`, - AthleteNumber: 41700, - BeatsPerMinute: 99, - TopSpeed: 5.7, - Registered: `2017-05-31T02:56:58-03:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/na.png`, - CountryName: `Namibia` - }), - new AthletesDataItem( - { - Id: 265, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/47.jpg`, - Position: `current`, - Name: `Ilke Kisters`, - AthleteNumber: 23817, - BeatsPerMinute: 100, - TopSpeed: 5.9, - Registered: `2017-01-04T02:54:53-02:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ch.png`, - CountryName: `Switzerland` - }), - new AthletesDataItem( - { - Id: 265, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/9.jpg`, - Position: `down`, - Name: `Jenny Burke`, - AthleteNumber: 15266, - BeatsPerMinute: 99, - TopSpeed: 5.4, - Registered: `2017-09-11T12:20:19-03:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/my.png`, - CountryName: `Malaysia` - }), - new AthletesDataItem( - { - Id: 265, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/60.jpg`, - Position: `down`, - Name: `Keira Walker`, - AthleteNumber: 34116, - BeatsPerMinute: 94, - TopSpeed: 4.8, - Registered: `2017-01-09T05:46:07-02:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/al.png`, - CountryName: `Albania` - }), - new AthletesDataItem( - { - Id: 266, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/70.jpg`, - Position: `down`, - Name: `Moritz Braun`, - AthleteNumber: 48081, - BeatsPerMinute: 107, - TopSpeed: 6, - Registered: `2017-06-13T12:54:56-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ad.png`, - CountryName: `Andorra` - }), - new AthletesDataItem( - { - Id: 267, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/50.jpg`, - Position: `current`, - Name: `Villads Larsen`, - AthleteNumber: 44677, - BeatsPerMinute: 93, - TopSpeed: 5.7, - Registered: `2017-03-25T11:25:30-02:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/kw.png`, - CountryName: `Kuwait` - }), - new AthletesDataItem( - { - Id: 268, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/23.jpg`, - Position: `up`, - Name: `Sandro Carpentier`, - AthleteNumber: 23503, - BeatsPerMinute: 96, - TopSpeed: 5.7, - Registered: `2017-09-30T01:01:04-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/be.png`, - CountryName: `Belgium` - }), - new AthletesDataItem( - { - Id: 269, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/17.jpg`, - Position: `current`, - Name: `Emil Meißner`, - AthleteNumber: 37183, - BeatsPerMinute: 97, - TopSpeed: 4, - Registered: `2017-07-15T12:32:30-03:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/gm.png`, - CountryName: `Gambia` - }), - new AthletesDataItem( - { - Id: 270, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/14.jpg`, - Position: `up`, - Name: `Emily Olsen`, - AthleteNumber: 13887, - BeatsPerMinute: 110, - TopSpeed: 4.8, - Registered: `2017-10-03T08:01:40-03:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/cf.png`, - CountryName: `Central African Republic` - }), - new AthletesDataItem( - { - Id: 271, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/81.jpg`, - Position: `down`, - Name: `آراد جعفری`, - AthleteNumber: 34962, - BeatsPerMinute: 90, - TopSpeed: 4.8, - Registered: `2017-04-22T04:20:39-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/bi.png`, - CountryName: `Burundi` - }), - new AthletesDataItem( - { - Id: 271, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/74.jpg`, - Position: `down`, - Name: `Jimmie Mcguinness`, - AthleteNumber: 20729, - BeatsPerMinute: 90, - TopSpeed: 4.6, - Registered: `2017-10-07T06:08:00-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/bw.png`, - CountryName: `Botswana` - }), - new AthletesDataItem( - { - Id: 272, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/26.jpg`, - Position: `down`, - Name: `Sélène Roussel`, - AthleteNumber: 11261, - BeatsPerMinute: 99, - TopSpeed: 5.8, - Registered: `2017-05-10T02:18:02-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/sm.png`, - CountryName: `San Marino` - }), - new AthletesDataItem( - { - Id: 272, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/31.jpg`, - Position: `up`, - Name: `Aaron Robertson`, - AthleteNumber: 30727, - BeatsPerMinute: 95, - TopSpeed: 4.2, - Registered: `2017-08-23T09:37:40-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/id.png`, - CountryName: `Indonesia` - }), - new AthletesDataItem( - { - Id: 273, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/4.jpg`, - Position: `up`, - Name: `Afet Kumcuoğlu`, - AthleteNumber: 33454, - BeatsPerMinute: 106, - TopSpeed: 5.1, - Registered: `2017-09-16T07:05:43-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/nz.png`, - CountryName: `New Zealand` - }), - new AthletesDataItem( - { - Id: 273, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/33.jpg`, - Position: `up`, - Name: `Annabelle Besteman`, - AthleteNumber: 30560, - BeatsPerMinute: 105, - TopSpeed: 5.3, - Registered: `2017-11-11T02:04:19-02:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/kp.png`, - CountryName: `North Korea` - }), - new AthletesDataItem( - { - Id: 274, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/9.jpg`, - Position: `up`, - Name: `Minea Rantanen`, - AthleteNumber: 18835, - BeatsPerMinute: 105, - TopSpeed: 5, - Registered: `2017-01-24T07:30:43-02:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/jo.png`, - CountryName: `Jordan` - }), - new AthletesDataItem( - { - Id: 275, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/2.jpg`, - Position: `up`, - Name: `Fritz Sommer`, - AthleteNumber: 26210, - BeatsPerMinute: 99, - TopSpeed: 4.6, - Registered: `2017-09-29T03:54:57-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/lt.png`, - CountryName: `Lithuania` - }), - new AthletesDataItem( - { - Id: 275, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/88.jpg`, - Position: `down`, - Name: `Rafael Gutierrez`, - AthleteNumber: 38804, - BeatsPerMinute: 100, - TopSpeed: 5.9, - Registered: `2017-02-08T07:50:59-02:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/gn.png`, - CountryName: `Guinea` - }), - new AthletesDataItem( - { - Id: 275, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/69.jpg`, - Position: `current`, - Name: `Ellen Leppo`, - AthleteNumber: 29286, - BeatsPerMinute: 97, - TopSpeed: 5.6, - Registered: `2017-08-16T09:46:35-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/by.png`, - CountryName: `Belarus` - }), - new AthletesDataItem( - { - Id: 276, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/1.jpg`, - Position: `current`, - Name: `Encarnacion Martin`, - AthleteNumber: 40912, - BeatsPerMinute: 105, - TopSpeed: 5.5, - Registered: `2017-01-11T12:52:28-02:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/th.png`, - CountryName: `Thailand` - }), - new AthletesDataItem( - { - Id: 276, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/65.jpg`, - Position: `current`, - Name: `David Scott`, - AthleteNumber: 46997, - BeatsPerMinute: 101, - TopSpeed: 4.4, - Registered: `2017-07-25T09:23:24-03:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/pt.png`, - CountryName: `Portugal` - }), - new AthletesDataItem( - { - Id: 279, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/39.jpg`, - Position: `current`, - Name: `Ashley Romero`, - AthleteNumber: 36611, - BeatsPerMinute: 104, - TopSpeed: 5.5, - Registered: `2017-02-08T12:45:46-02:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/mn.png`, - CountryName: `Mongolia` - }), - new AthletesDataItem( - { - Id: 280, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/90.jpg`, - Position: `down`, - Name: `Cecil Nichols`, - AthleteNumber: 20656, - BeatsPerMinute: 100, - TopSpeed: 5, - Registered: `2017-04-24T01:20:34-03:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/rw.png`, - CountryName: `RWANDA` - }), - new AthletesDataItem( - { - Id: 282, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/55.jpg`, - Position: `current`, - Name: `Johann Fischer`, - AthleteNumber: 37212, - BeatsPerMinute: 98, - TopSpeed: 5.8, - Registered: `2017-09-01T04:39:52-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/br.png`, - CountryName: `Brazil` - }), - new AthletesDataItem( - { - Id: 283, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/10.jpg`, - Position: `current`, - Name: `سینا مرادی`, - AthleteNumber: 10809, - BeatsPerMinute: 105, - TopSpeed: 5.3, - Registered: `2017-04-05T05:27:13-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/bh.png`, - CountryName: `Bahrain` - }), - new AthletesDataItem( - { - Id: 284, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/12.jpg`, - Position: `current`, - Name: `Abel Brun`, - AthleteNumber: 39315, - BeatsPerMinute: 105, - TopSpeed: 5.1, - Registered: `2017-10-05T05:54:31-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/af.png`, - CountryName: `Afghanistan` - }), - new AthletesDataItem( - { - Id: 285, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/34.jpg`, - Position: `current`, - Name: `Jeffrey Medina`, - AthleteNumber: 42905, - BeatsPerMinute: 100, - TopSpeed: 5.2, - Registered: `2017-09-15T02:11:43-03:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/gr.png`, - CountryName: `Greece` - }), - new AthletesDataItem( - { - Id: 285, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/43.jpg`, - Position: `down`, - Name: `Niilo Laurila`, - AthleteNumber: 49215, - BeatsPerMinute: 104, - TopSpeed: 4.5, - Registered: `2017-04-26T01:26:36-03:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/et.png`, - CountryName: `Ethiopia` - }), - new AthletesDataItem( - { - Id: 286, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/45.jpg`, - Position: `down`, - Name: `Marisvalda Martins`, - AthleteNumber: 33879, - BeatsPerMinute: 107, - TopSpeed: 5.4, - Registered: `2017-01-31T12:07:48-02:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/es.png`, - CountryName: `Spain` - }), - new AthletesDataItem( - { - Id: 286, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/82.jpg`, - Position: `current`, - Name: `Eloida Novaes`, - AthleteNumber: 30751, - BeatsPerMinute: 107, - TopSpeed: 4.2, - Registered: `2017-01-02T01:04:04-02:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/cl.png`, - CountryName: `Chile` - }), - new AthletesDataItem( - { - Id: 287, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/72.jpg`, - Position: `up`, - Name: `Charlotte Dean`, - AthleteNumber: 45969, - BeatsPerMinute: 105, - TopSpeed: 5, - Registered: `2017-02-13T05:39:15-02:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/za.png`, - CountryName: `South Africa` - }), - new AthletesDataItem( - { - Id: 287, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/35.jpg`, - Position: `current`, - Name: `Loïc Gerard`, - AthleteNumber: 31706, - BeatsPerMinute: 102, - TopSpeed: 4.4, - Registered: `2017-07-28T09:10:43-03:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ie.png`, - CountryName: `Ireland` - }), - new AthletesDataItem( - { - Id: 292, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/4.jpg`, - Position: `down`, - Name: `Asta Hansen`, - AthleteNumber: 17222, - BeatsPerMinute: 101, - TopSpeed: 4.3, - Registered: `2017-01-08T02:41:56-02:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/kz.png`, - CountryName: `Kazakhstan` - }), - new AthletesDataItem( - { - Id: 293, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/21.jpg`, - Position: `up`, - Name: `Sara Hannula`, - AthleteNumber: 22025, - BeatsPerMinute: 102, - TopSpeed: 4.2, - Registered: `2017-10-09T11:32:13-03:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/tl.png`, - CountryName: `Timor-Leste` - }), - new AthletesDataItem( - { - Id: 293, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/90.jpg`, - Position: `current`, - Name: `Ana Bourgeois`, - AthleteNumber: 24612, - BeatsPerMinute: 110, - TopSpeed: 6, - Registered: `2017-11-02T02:17:43-02:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/sg.png`, - CountryName: `Singapore` - }), - new AthletesDataItem( - { - Id: 296, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/37.jpg`, - Position: `up`, - Name: `Thea Edwards`, - AthleteNumber: 29141, - BeatsPerMinute: 99, - TopSpeed: 5.8, - Registered: `2017-05-23T05:24:38-03:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/sl.png`, - CountryName: `Sierra Leone` - }), - new AthletesDataItem( - { - Id: 299, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/89.jpg`, - Position: `down`, - Name: `Victor Lévesque`, - AthleteNumber: 48375, - BeatsPerMinute: 110, - TopSpeed: 5.7, - Registered: `2017-11-10T11:31:44-02:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/mr.png`, - CountryName: `Mauritania` - }), - new AthletesDataItem( - { - Id: 301, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/65.jpg`, - Position: `down`, - Name: `Louis Stewart`, - AthleteNumber: 48131, - BeatsPerMinute: 103, - TopSpeed: 5.7, - Registered: `2017-02-26T07:28:02-02:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/hn.png`, - CountryName: `Honduras` - }), - new AthletesDataItem( - { - Id: 302, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/14.jpg`, - Position: `up`, - Name: `Bill Fox`, - AthleteNumber: 18511, - BeatsPerMinute: 91, - TopSpeed: 5, - Registered: `2017-10-24T08:25:40-03:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ir.png`, - CountryName: `Iran, Islamic Republic Of` - }), - new AthletesDataItem( - { - Id: 304, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/34.jpg`, - Position: `down`, - Name: `Mathys Martin`, - AthleteNumber: 32928, - BeatsPerMinute: 98, - TopSpeed: 5.5, - Registered: `2017-05-17T12:51:47-03:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/va.png`, - CountryName: `Holy See (Vatican City State)` - }), - new AthletesDataItem( - { - Id: 305, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/38.jpg`, - Position: `current`, - Name: `Gianne Godijn`, - AthleteNumber: 45945, - BeatsPerMinute: 96, - TopSpeed: 4.5, - Registered: `2017-03-22T03:23:12-02:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/it.png`, - CountryName: `Italy` - }), - new AthletesDataItem( - { - Id: 306, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/26.jpg`, - Position: `up`, - Name: `Mira Campos`, - AthleteNumber: 39222, - BeatsPerMinute: 95, - TopSpeed: 5.9, - Registered: `2017-01-11T01:41:31-02:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/am.png`, - CountryName: `Armenia` - }), - new AthletesDataItem( - { - Id: 308, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/15.jpg`, - Position: `down`, - Name: `Esther Kühn`, - AthleteNumber: 24868, - BeatsPerMinute: 92, - TopSpeed: 5.5, - Registered: `2017-05-14T12:30:08-03:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ru.png`, - CountryName: `Russian Federation` - }), - new AthletesDataItem( - { - Id: 308, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/14.jpg`, - Position: `up`, - Name: `Hans Möller`, - AthleteNumber: 34122, - BeatsPerMinute: 109, - TopSpeed: 5.6, - Registered: `2017-06-20T06:02:49-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/dj.png`, - CountryName: `Djibouti` - }), - new AthletesDataItem( - { - Id: 309, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/73.jpg`, - Position: `current`, - Name: `Alice Perry`, - AthleteNumber: 23750, - BeatsPerMinute: 104, - TopSpeed: 5.3, - Registered: `2017-03-31T07:15:46-03:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/lc.png`, - CountryName: `Saint Lucia` - }), - new AthletesDataItem( - { - Id: 310, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/92.jpg`, - Position: `up`, - Name: `Kaya Tekand`, - AthleteNumber: 11028, - BeatsPerMinute: 93, - TopSpeed: 5.2, - Registered: `2017-04-10T09:57:13-03:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/fj.png`, - CountryName: `Fiji` - }), - new AthletesDataItem( - { - Id: 311, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/92.jpg`, - Position: `down`, - Name: `Ilona Salonen`, - AthleteNumber: 27068, - BeatsPerMinute: 91, - TopSpeed: 5.4, - Registered: `2017-07-03T06:19:47-03:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/bo.png`, - CountryName: `Bolivia` - }), + new AthletesDataItem({ Id: 100, Avatar: `https://static.infragistics.com/xplatform/images/people/women/20.jpg`, Position: `current`, Name: `Alexis Walker`, AthleteNumber: 43183, BeatsPerMinute: 103, TopSpeed: 5.8, Registered: `2017-08-07T10:35:06-03:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/gh.png`, CountryName: `Ghana` }), + new AthletesDataItem({ Id: 101, Avatar: `https://static.infragistics.com/xplatform/images/people/women/71.jpg`, Position: `down`, Name: `Lavínia Silva`, AthleteNumber: 33994, BeatsPerMinute: 93, TopSpeed: 5.6, Registered: `2017-03-22T08:55:46-02:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/no.png`, CountryName: `Norway` }), + new AthletesDataItem({ Id: 105, Avatar: `https://static.infragistics.com/xplatform/images/people/men/5.jpg`, Position: `down`, Name: `Samu Hokkanen`, AthleteNumber: 22469, BeatsPerMinute: 106, TopSpeed: 5.5, Registered: `2017-06-29T04:58:27-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/az.png`, CountryName: `Azerbaijan` }), + new AthletesDataItem({ Id: 107, Avatar: `https://static.infragistics.com/xplatform/images/people/women/92.jpg`, Position: `down`, Name: `Megan Webb`, AthleteNumber: 30713, BeatsPerMinute: 93, TopSpeed: 5.6, Registered: `2017-08-20T09:26:51-03:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/mt.png`, CountryName: `Malta` }), + new AthletesDataItem({ Id: 107, Avatar: `https://static.infragistics.com/xplatform/images/people/men/33.jpg`, Position: `up`, Name: `Pedro Marquez`, AthleteNumber: 16169, BeatsPerMinute: 97, TopSpeed: 5.4, Registered: `2017-11-11T05:14:31-02:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/mw.png`, CountryName: `Malawi` }), + new AthletesDataItem({ Id: 108, Avatar: `https://static.infragistics.com/xplatform/images/people/men/31.jpg`, Position: `up`, Name: `Noah Bergeron`, AthleteNumber: 35139, BeatsPerMinute: 110, TopSpeed: 5.6, Registered: `2017-06-23T01:21:21-03:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ci.png`, CountryName: `Cote DIvoire` }), + new AthletesDataItem({ Id: 110, Avatar: `https://static.infragistics.com/xplatform/images/people/women/15.jpg`, Position: `current`, Name: `Annabell Brand`, AthleteNumber: 39233, BeatsPerMinute: 93, TopSpeed: 5.7, Registered: `2017-03-01T12:21:24-02:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/pg.png`, CountryName: `Papua New Guinea` }), + new AthletesDataItem({ Id: 110, Avatar: `https://static.infragistics.com/xplatform/images/people/women/13.jpg`, Position: `current`, Name: `Özsu Keçeci`, AthleteNumber: 29403, BeatsPerMinute: 106, TopSpeed: 4.2, Registered: `2017-01-19T11:34:13-02:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/lv.png`, CountryName: `Latvia` }), + new AthletesDataItem({ Id: 110, Avatar: `https://static.infragistics.com/xplatform/images/people/women/26.jpg`, Position: `down`, Name: `Emilie Morin`, AthleteNumber: 26164, BeatsPerMinute: 98, TopSpeed: 4.9, Registered: `2017-02-01T04:18:19-02:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/kg.png`, CountryName: `Kyrgyzstan` }), + new AthletesDataItem({ Id: 111, Avatar: `https://static.infragistics.com/xplatform/images/people/men/23.jpg`, Position: `up`, Name: `Connor Green`, AthleteNumber: 44716, BeatsPerMinute: 95, TopSpeed: 4.4, Registered: `2017-06-30T11:23:25-03:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/bb.png`, CountryName: `Barbados` }), + new AthletesDataItem({ Id: 112, Avatar: `https://static.infragistics.com/xplatform/images/people/women/53.jpg`, Position: `down`, Name: `Karen Shaw`, AthleteNumber: 31048, BeatsPerMinute: 107, TopSpeed: 5.7, Registered: `2017-05-15T09:25:03-03:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ec.png`, CountryName: `Ecuador` }), + new AthletesDataItem({ Id: 113, Avatar: `https://static.infragistics.com/xplatform/images/people/women/36.jpg`, Position: `current`, Name: `Marialba Nascimento`, AthleteNumber: 47061, BeatsPerMinute: 108, TopSpeed: 5.2, Registered: `2017-09-19T05:47:21-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/tn.png`, CountryName: `Tunisia` }), + new AthletesDataItem({ Id: 113, Avatar: `https://static.infragistics.com/xplatform/images/people/men/37.jpg`, Position: `current`, Name: `Nick Naumann`, AthleteNumber: 25566, BeatsPerMinute: 109, TopSpeed: 5.9, Registered: `2017-07-12T09:01:11-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/sz.png`, CountryName: `Swaziland` }), + new AthletesDataItem({ Id: 116, Avatar: `https://static.infragistics.com/xplatform/images/people/women/1.jpg`, Position: `down`, Name: `Sevcan Kollen`, AthleteNumber: 13728, BeatsPerMinute: 104, TopSpeed: 5.3, Registered: `2017-09-08T08:29:08-03:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/gt.png`, CountryName: `Guatemala` }), + new AthletesDataItem({ Id: 121, Avatar: `https://static.infragistics.com/xplatform/images/people/men/48.jpg`, Position: `current`, Name: `Väinö Salmi`, AthleteNumber: 29839, BeatsPerMinute: 107, TopSpeed: 5.5, Registered: `2017-10-21T05:57:02-03:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/gw.png`, CountryName: `Guinea-Bissau` }), + new AthletesDataItem({ Id: 121, Avatar: `https://static.infragistics.com/xplatform/images/people/men/31.jpg`, Position: `down`, Name: `Ivan Ivanov`, AthleteNumber: 11054, BeatsPerMinute: 108, TopSpeed: 5.7, Registered: `2017-04-18T08:03:01-03:00`, TrackProgress: 75, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/bg.png`, CountryName: `Bulgaria` }), + new AthletesDataItem({ Id: 121, Avatar: `https://static.infragistics.com/xplatform/images/people/men/45.jpg`, Position: `current`, Name: `Maurice Lambert`, AthleteNumber: 17443, BeatsPerMinute: 96, TopSpeed: 5.6, Registered: `2017-06-05T08:19:32-03:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/bd.png`, CountryName: `Bangladesh` }), + new AthletesDataItem({ Id: 122, Avatar: `https://static.infragistics.com/xplatform/images/people/women/71.jpg`, Position: `down`, Name: `Natalie Conrad`, AthleteNumber: 42602, BeatsPerMinute: 108, TopSpeed: 6, Registered: `2017-03-18T06:35:44-02:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/tt.png`, CountryName: `Trinidad and Tobago` }), + new AthletesDataItem({ Id: 122, Avatar: `https://static.infragistics.com/xplatform/images/people/men/57.jpg`, Position: `down`, Name: `Jack Jean-baptiste`, AthleteNumber: 40427, BeatsPerMinute: 110, TopSpeed: 4.3, Registered: `2017-11-09T08:50:06-02:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/cm.png`, CountryName: `Cameroon` }), + new AthletesDataItem({ Id: 123, Avatar: `https://static.infragistics.com/xplatform/images/people/women/19.jpg`, Position: `down`, Name: `Flora Perez`, AthleteNumber: 23907, BeatsPerMinute: 102, TopSpeed: 5.8, Registered: `2017-04-12T04:16:56-03:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/pl.png`, CountryName: `Poland` }), + new AthletesDataItem({ Id: 123, Avatar: `https://static.infragistics.com/xplatform/images/people/women/12.jpg`, Position: `up`, Name: `آنیتا كامياران`, AthleteNumber: 18980, BeatsPerMinute: 90, TopSpeed: 4.5, Registered: `2017-07-21T06:42:59-03:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/lb.png`, CountryName: `Lebanon` }), + new AthletesDataItem({ Id: 123, Avatar: `https://static.infragistics.com/xplatform/images/people/men/31.jpg`, Position: `current`, Name: `Eeli Makinen`, AthleteNumber: 45296, BeatsPerMinute: 106, TopSpeed: 5.2, Registered: `2017-01-06T09:58:02-02:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/fi.png`, CountryName: `Finland` }), + new AthletesDataItem({ Id: 124, Avatar: `https://static.infragistics.com/xplatform/images/people/men/98.jpg`, Position: `down`, Name: `Mathieu Mathieu`, AthleteNumber: 10555, BeatsPerMinute: 101, TopSpeed: 5.2, Registered: `2017-01-05T07:28:11-02:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/uz.png`, CountryName: `Uzbekistan` }), + new AthletesDataItem({ Id: 124, Avatar: `https://static.infragistics.com/xplatform/images/people/women/19.jpg`, Position: `current`, Name: `Marie Poulsen`, AthleteNumber: 44113, BeatsPerMinute: 109, TopSpeed: 4.7, Registered: `2017-04-15T10:25:21-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ma.png`, CountryName: `Morocco` }), + new AthletesDataItem({ Id: 125, Avatar: `https://static.infragistics.com/xplatform/images/people/women/16.jpg`, Position: `current`, Name: `Altiva Alves`, AthleteNumber: 31850, BeatsPerMinute: 106, TopSpeed: 5.1, Registered: `2017-11-09T02:43:54-02:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/km.png`, CountryName: `Comoros` }), + new AthletesDataItem({ Id: 127, Avatar: `https://static.infragistics.com/xplatform/images/people/men/52.jpg`, Position: `down`, Name: `Gerardo Soto`, AthleteNumber: 22958, BeatsPerMinute: 90, TopSpeed: 5, Registered: `2017-06-04T12:52:03-03:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/co.png`, CountryName: `Colombia` }), + new AthletesDataItem({ Id: 128, Avatar: `https://static.infragistics.com/xplatform/images/people/women/52.jpg`, Position: `up`, Name: `Sophie Lewis`, AthleteNumber: 46222, BeatsPerMinute: 106, TopSpeed: 4.4, Registered: `2017-02-20T09:42:07-02:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/mc.png`, CountryName: `Monaco` }), + new AthletesDataItem({ Id: 129, Avatar: `https://static.infragistics.com/xplatform/images/people/women/34.jpg`, Position: `up`, Name: `Ella Hansen`, AthleteNumber: 27075, BeatsPerMinute: 101, TopSpeed: 5.1, Registered: `2017-01-05T10:12:42-02:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/lk.png`, CountryName: `Sri Lanka` }), + new AthletesDataItem({ Id: 130, Avatar: `https://static.infragistics.com/xplatform/images/people/men/94.jpg`, Position: `up`, Name: `Adem Özdoğan`, AthleteNumber: 45143, BeatsPerMinute: 90, TopSpeed: 5.5, Registered: `2017-02-16T07:11:52-02:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/tm.png`, CountryName: `Turkmenistan` }), + new AthletesDataItem({ Id: 130, Avatar: `https://static.infragistics.com/xplatform/images/people/women/24.jpg`, Position: `down`, Name: `آوا احمدی`, AthleteNumber: 44347, BeatsPerMinute: 110, TopSpeed: 4.1, Registered: `2017-06-04T09:04:31-03:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/cn.png`, CountryName: `China` }), + new AthletesDataItem({ Id: 131, Avatar: `https://static.infragistics.com/xplatform/images/people/women/61.jpg`, Position: `current`, Name: `Eliza Bishop`, AthleteNumber: 31774, BeatsPerMinute: 96, TopSpeed: 4.7, Registered: `2017-09-22T11:49:02-03:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/eh.png`, CountryName: `Western Sahara` }), + new AthletesDataItem({ Id: 131, Avatar: `https://static.infragistics.com/xplatform/images/people/women/61.jpg`, Position: `down`, Name: `Veronika Huber`, AthleteNumber: 18146, BeatsPerMinute: 103, TopSpeed: 5.2, Registered: `2017-07-13T02:23:56-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/to.png`, CountryName: `Tonga` }), + new AthletesDataItem({ Id: 134, Avatar: `https://static.infragistics.com/xplatform/images/people/women/66.jpg`, Position: `down`, Name: `Anni Waisanen`, AthleteNumber: 32133, BeatsPerMinute: 99, TopSpeed: 5, Registered: `2017-08-17T01:35:09-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/do.png`, CountryName: `Dominican Republic` }), + new AthletesDataItem({ Id: 135, Avatar: `https://static.infragistics.com/xplatform/images/people/men/84.jpg`, Position: `down`, Name: `Darryl Douglas`, AthleteNumber: 35826, BeatsPerMinute: 96, TopSpeed: 4.6, Registered: `2017-07-20T11:45:52-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/tr.png`, CountryName: `Turkey` }), + new AthletesDataItem({ Id: 136, Avatar: `https://static.infragistics.com/xplatform/images/people/women/10.jpg`, Position: `down`, Name: `Elaine Matthews`, AthleteNumber: 38574, BeatsPerMinute: 110, TopSpeed: 5.5, Registered: `2017-01-26T11:50:00-02:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/cv.png`, CountryName: `Cape Verde` }), + new AthletesDataItem({ Id: 137, Avatar: `https://static.infragistics.com/xplatform/images/people/women/75.jpg`, Position: `up`, Name: `Gloria Caballero`, AthleteNumber: 43379, BeatsPerMinute: 103, TopSpeed: 4.3, Registered: `2017-08-10T08:27:45-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/il.png`, CountryName: `Israel` }), + new AthletesDataItem({ Id: 137, Avatar: `https://static.infragistics.com/xplatform/images/people/men/80.jpg`, Position: `down`, Name: `Lance Dunn`, AthleteNumber: 10113, BeatsPerMinute: 94, TopSpeed: 4.5, Registered: `2017-03-13T10:51:36-02:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/cy.png`, CountryName: `Cyprus` }), + new AthletesDataItem({ Id: 138, Avatar: `https://static.infragistics.com/xplatform/images/people/men/31.jpg`, Position: `down`, Name: `Antoine Mackay`, AthleteNumber: 34547, BeatsPerMinute: 104, TopSpeed: 5, Registered: `2017-08-22T09:11:37-03:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ls.png`, CountryName: `Lesotho` }), + new AthletesDataItem({ Id: 138, Avatar: `https://static.infragistics.com/xplatform/images/people/men/78.jpg`, Position: `current`, Name: `Oscar Calvo`, AthleteNumber: 45078, BeatsPerMinute: 109, TopSpeed: 4.3, Registered: `2017-06-19T10:57:42-03:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/cu.png`, CountryName: `Cuba` }), + new AthletesDataItem({ Id: 138, Avatar: `https://static.infragistics.com/xplatform/images/people/men/38.jpg`, Position: `current`, Name: `Derrick Price`, AthleteNumber: 19792, BeatsPerMinute: 94, TopSpeed: 5.6, Registered: `2017-03-19T01:10:55-02:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ar.png`, CountryName: `Argentina` }), + new AthletesDataItem({ Id: 139, Avatar: `https://static.infragistics.com/xplatform/images/people/women/28.jpg`, Position: `current`, Name: `Annabell Barth`, AthleteNumber: 41130, BeatsPerMinute: 103, TopSpeed: 5, Registered: `2017-08-24T11:58:56-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ht.png`, CountryName: `Haiti` }), + new AthletesDataItem({ Id: 141, Avatar: `https://static.infragistics.com/xplatform/images/people/men/15.jpg`, Position: `current`, Name: `Miro Korpela`, AthleteNumber: 40544, BeatsPerMinute: 104, TopSpeed: 5.3, Registered: `2017-01-10T07:12:44-02:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/nl.png`, CountryName: `Netherlands` }), + new AthletesDataItem({ Id: 142, Avatar: `https://static.infragistics.com/xplatform/images/people/women/63.jpg`, Position: `current`, Name: `Nicoline Thomsen`, AthleteNumber: 36778, BeatsPerMinute: 99, TopSpeed: 5.5, Registered: `2017-03-26T10:04:29-03:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/bj.png`, CountryName: `Benin` }), + new AthletesDataItem({ Id: 143, Avatar: `https://static.infragistics.com/xplatform/images/people/men/38.jpg`, Position: `up`, Name: `رضا کوتی`, AthleteNumber: 13640, BeatsPerMinute: 103, TopSpeed: 4.2, Registered: `2017-04-30T02:34:29-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/pk.png`, CountryName: `Pakistan` }), + new AthletesDataItem({ Id: 144, Avatar: `https://static.infragistics.com/xplatform/images/people/women/57.jpg`, Position: `down`, Name: `Milja Leino`, AthleteNumber: 33563, BeatsPerMinute: 110, TopSpeed: 4.1, Registered: `2017-11-01T10:34:07-02:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/bf.png`, CountryName: `Burkina Faso` }), + new AthletesDataItem({ Id: 147, Avatar: `https://static.infragistics.com/xplatform/images/people/men/8.jpg`, Position: `down`, Name: `میلاد یاسمی`, AthleteNumber: 44023, BeatsPerMinute: 104, TopSpeed: 5.2, Registered: `2017-06-10T04:11:01-03:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/tg.png`, CountryName: `Togo` }), + new AthletesDataItem({ Id: 150, Avatar: `https://static.infragistics.com/xplatform/images/people/men/52.jpg`, Position: `up`, Name: `Gustav Petersen`, AthleteNumber: 20984, BeatsPerMinute: 107, TopSpeed: 4.6, Registered: `2017-01-01T07:40:19-02:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/bz.png`, CountryName: `Belize` }), + new AthletesDataItem({ Id: 151, Avatar: `https://static.infragistics.com/xplatform/images/people/women/88.jpg`, Position: `current`, Name: `Charlotte Mills`, AthleteNumber: 49829, BeatsPerMinute: 92, TopSpeed: 5.3, Registered: `2017-05-10T04:33:10-03:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/mg.png`, CountryName: `Madagascar` }), + new AthletesDataItem({ Id: 154, Avatar: `https://static.infragistics.com/xplatform/images/people/women/54.jpg`, Position: `down`, Name: `Rhonda Simmmons`, AthleteNumber: 37139, BeatsPerMinute: 96, TopSpeed: 5.1, Registered: `2017-07-03T05:39:45-03:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/nr.png`, CountryName: `Nauru` }), + new AthletesDataItem({ Id: 155, Avatar: `https://static.infragistics.com/xplatform/images/people/men/82.jpg`, Position: `up`, Name: `Justin Philippe`, AthleteNumber: 12858, BeatsPerMinute: 104, TopSpeed: 5.7, Registered: `2017-03-16T02:00:35-02:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/mv.png`, CountryName: `Maldives` }), + new AthletesDataItem({ Id: 159, Avatar: `https://static.infragistics.com/xplatform/images/people/women/66.jpg`, Position: `up`, Name: `Eva Dean`, AthleteNumber: 48874, BeatsPerMinute: 103, TopSpeed: 5.7, Registered: `2017-03-04T01:58:52-02:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/st.png`, CountryName: `Sao Tome and Principe` }), + new AthletesDataItem({ Id: 161, Avatar: `https://static.infragistics.com/xplatform/images/people/men/89.jpg`, Position: `up`, Name: `Franklin Byrd`, AthleteNumber: 49498, BeatsPerMinute: 106, TopSpeed: 5.3, Registered: `2017-11-04T11:09:26-02:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/tw.png`, CountryName: `Taiwan, Province of China` }), + new AthletesDataItem({ Id: 161, Avatar: `https://static.infragistics.com/xplatform/images/people/men/38.jpg`, Position: `current`, Name: `Alex Martin`, AthleteNumber: 27887, BeatsPerMinute: 96, TopSpeed: 4.2, Registered: `2017-10-28T04:06:33-03:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/eg.png`, CountryName: `Egypt` }), + new AthletesDataItem({ Id: 162, Avatar: `https://static.infragistics.com/xplatform/images/people/women/0.jpg`, Position: `current`, Name: `Alex Craig`, AthleteNumber: 21868, BeatsPerMinute: 94, TopSpeed: 4.2, Registered: `2017-03-19T10:20:51-02:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/sy.png`, CountryName: `Syrian Arab Republic` }), + new AthletesDataItem({ Id: 162, Avatar: `https://static.infragistics.com/xplatform/images/people/men/5.jpg`, Position: `down`, Name: `Adam Bouchard`, AthleteNumber: 38672, BeatsPerMinute: 99, TopSpeed: 4.7, Registered: `2017-01-04T03:04:05-02:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/sc.png`, CountryName: `Seychelles` }), + new AthletesDataItem({ Id: 163, Avatar: `https://static.infragistics.com/xplatform/images/people/men/70.jpg`, Position: `down`, Name: `میلاد قاسمی`, AthleteNumber: 12788, BeatsPerMinute: 101, TopSpeed: 4.1, Registered: `2017-03-01T07:51:17-02:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ws.png`, CountryName: `Samoa` }), + new AthletesDataItem({ Id: 163, Avatar: `https://static.infragistics.com/xplatform/images/people/women/52.jpg`, Position: `up`, Name: `Millie Cooper`, AthleteNumber: 14610, BeatsPerMinute: 99, TopSpeed: 5.4, Registered: `2017-05-08T09:30:14-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ni.png`, CountryName: `Nicaragua` }), + new AthletesDataItem({ Id: 163, Avatar: `https://static.infragistics.com/xplatform/images/people/women/21.jpg`, Position: `up`, Name: `Pippa Roberts`, AthleteNumber: 15588, BeatsPerMinute: 105, TopSpeed: 4.1, Registered: `2017-02-07T10:23:13-02:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/kh.png`, CountryName: `Cambodia` }), + new AthletesDataItem({ Id: 164, Avatar: `https://static.infragistics.com/xplatform/images/people/women/51.jpg`, Position: `current`, Name: `Ethel Stephens`, AthleteNumber: 18692, BeatsPerMinute: 94, TopSpeed: 4.1, Registered: `2017-02-13T05:03:04-02:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ua.png`, CountryName: `Ukraine` }), + new AthletesDataItem({ Id: 165, Avatar: `https://static.infragistics.com/xplatform/images/people/men/79.jpg`, Position: `down`, Name: `Mario Ellis`, AthleteNumber: 18026, BeatsPerMinute: 99, TopSpeed: 5.5, Registered: `2017-02-13T11:53:15-02:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ml.png`, CountryName: `Mali` }), + new AthletesDataItem({ Id: 166, Avatar: `https://static.infragistics.com/xplatform/images/people/women/74.jpg`, Position: `current`, Name: `Maria Parra`, AthleteNumber: 39861, BeatsPerMinute: 106, TopSpeed: 6, Registered: `2017-01-30T09:22:52-02:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ki.png`, CountryName: `Kiribati` }), + new AthletesDataItem({ Id: 167, Avatar: `https://static.infragistics.com/xplatform/images/people/men/67.jpg`, Position: `down`, Name: `Aatu Ranta`, AthleteNumber: 38049, BeatsPerMinute: 94, TopSpeed: 5.1, Registered: `2017-07-21T04:22:18-03:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ae.png`, CountryName: `United Arab Emirates` }), + new AthletesDataItem({ Id: 167, Avatar: `https://static.infragistics.com/xplatform/images/people/women/62.jpg`, Position: `current`, Name: `Pippa Morris`, AthleteNumber: 44421, BeatsPerMinute: 101, TopSpeed: 5.5, Registered: `2017-03-06T09:21:58-02:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/tj.png`, CountryName: `Tajikistan` }), + new AthletesDataItem({ Id: 167, Avatar: `https://static.infragistics.com/xplatform/images/people/women/32.jpg`, Position: `current`, Name: `Esma Adıvar`, AthleteNumber: 35565, BeatsPerMinute: 99, TopSpeed: 4.2, Registered: `2017-06-17T12:34:29-03:00`, TrackProgress: 75, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ph.png`, CountryName: `Philippines` }), + new AthletesDataItem({ Id: 167, Avatar: `https://static.infragistics.com/xplatform/images/people/men/19.jpg`, Position: `down`, Name: `Louis Smith`, AthleteNumber: 31837, BeatsPerMinute: 98, TopSpeed: 5.4, Registered: `2017-03-19T08:12:23-02:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/lr.png`, CountryName: `Liberia` }), + new AthletesDataItem({ Id: 167, Avatar: `https://static.infragistics.com/xplatform/images/people/men/81.jpg`, Position: `down`, Name: `Milo Charles`, AthleteNumber: 10661, BeatsPerMinute: 99, TopSpeed: 5.4, Registered: `2017-07-20T09:00:22-03:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/is.png`, CountryName: `Iceland` }), + new AthletesDataItem({ Id: 168, Avatar: `https://static.infragistics.com/xplatform/images/people/men/10.jpg`, Position: `current`, Name: `Calvin Hunt`, AthleteNumber: 35535, BeatsPerMinute: 94, TopSpeed: 4.5, Registered: `2017-11-07T09:58:42-02:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/at.png`, CountryName: `Austria` }), + new AthletesDataItem({ Id: 169, Avatar: `https://static.infragistics.com/xplatform/images/people/men/44.jpg`, Position: `up`, Name: `Aziz Santos`, AthleteNumber: 38947, BeatsPerMinute: 98, TopSpeed: 4, Registered: `2017-04-03T02:18:46-03:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/gb.png`, CountryName: `United Kingdom` }), + new AthletesDataItem({ Id: 169, Avatar: `https://static.infragistics.com/xplatform/images/people/men/21.jpg`, Position: `down`, Name: `Julian Barth`, AthleteNumber: 19011, BeatsPerMinute: 91, TopSpeed: 5.2, Registered: `2017-04-21T08:08:33-03:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/gd.png`, CountryName: `Grenada` }), + new AthletesDataItem({ Id: 170, Avatar: `https://static.infragistics.com/xplatform/images/people/men/60.jpg`, Position: `up`, Name: `Fernando Gimenez`, AthleteNumber: 31290, BeatsPerMinute: 102, TopSpeed: 5.1, Registered: `2017-06-21T06:45:54-03:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/uz.png`, CountryName: `Uruguay` }), + new AthletesDataItem({ Id: 173, Avatar: `https://static.infragistics.com/xplatform/images/people/women/18.jpg`, Position: `current`, Name: `Hassana Camp`, AthleteNumber: 14467, BeatsPerMinute: 104, TopSpeed: 5.2, Registered: `2017-06-02T12:21:59-03:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/cz.png`, CountryName: `Czechia` }), + new AthletesDataItem({ Id: 174, Avatar: `https://static.infragistics.com/xplatform/images/people/women/29.jpg`, Position: `current`, Name: `Beatriz Gallardo`, AthleteNumber: 38538, BeatsPerMinute: 101, TopSpeed: 6, Registered: `2017-11-06T02:14:31-02:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/er.png`, CountryName: `Eritrea` }), + new AthletesDataItem({ Id: 176, Avatar: `https://static.infragistics.com/xplatform/images/people/men/26.jpg`, Position: `current`, Name: `Tim Neal`, AthleteNumber: 45860, BeatsPerMinute: 97, TopSpeed: 5.6, Registered: `2017-04-21T04:06:34-03:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/pa.png`, CountryName: `Panama` }), + new AthletesDataItem({ Id: 176, Avatar: `https://static.infragistics.com/xplatform/images/people/men/35.jpg`, Position: `down`, Name: `Laudelino Castro`, AthleteNumber: 12711, BeatsPerMinute: 106, TopSpeed: 4.4, Registered: `2017-02-08T04:03:22-02:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/hr.png`, CountryName: `Croatia` }), + new AthletesDataItem({ Id: 178, Avatar: `https://static.infragistics.com/xplatform/images/people/women/65.jpg`, Position: `down`, Name: `Lillian Wade`, AthleteNumber: 10729, BeatsPerMinute: 110, TopSpeed: 4.8, Registered: `2017-04-07T09:53:13-03:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/sb.png`, CountryName: `Solomon Islands` }), + new AthletesDataItem({ Id: 180, Avatar: `https://static.infragistics.com/xplatform/images/people/women/90.jpg`, Position: `up`, Name: `Lillian Bowman`, AthleteNumber: 35323, BeatsPerMinute: 103, TopSpeed: 4.5, Registered: `2017-08-31T11:55:25-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/gy.png`, CountryName: `Guyana` }), + new AthletesDataItem({ Id: 182, Avatar: `https://static.infragistics.com/xplatform/images/people/women/14.jpg`, Position: `up`, Name: `Ariena Achterberg`, AthleteNumber: 41330, BeatsPerMinute: 92, TopSpeed: 5.6, Registered: `2017-10-22T02:15:39-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/kr.png`, CountryName: `South Korea` }), + new AthletesDataItem({ Id: 182, Avatar: `https://static.infragistics.com/xplatform/images/people/men/94.jpg`, Position: `current`, Name: `Gerald Schmidt`, AthleteNumber: 47410, BeatsPerMinute: 102, TopSpeed: 5.8, Registered: `2017-02-20T11:53:08-02:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ge.png`, CountryName: `Georgia` }), + new AthletesDataItem({ Id: 183, Avatar: `https://static.infragistics.com/xplatform/images/people/men/74.jpg`, Position: `down`, Name: `Yarno Kin`, AthleteNumber: 47324, BeatsPerMinute: 107, TopSpeed: 5.1, Registered: `2017-08-26T08:21:22-03:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ro.png`, CountryName: `Romania` }), + new AthletesDataItem({ Id: 183, Avatar: `https://static.infragistics.com/xplatform/images/people/women/53.jpg`, Position: `up`, Name: `رونیکا سلطانی نژاد`, AthleteNumber: 35233, BeatsPerMinute: 99, TopSpeed: 4.6, Registered: `2017-08-13T01:05:52-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/mk.png`, CountryName: `Macedonia, The Former Yugoslav Republic of` }), + new AthletesDataItem({ Id: 186, Avatar: `https://static.infragistics.com/xplatform/images/people/men/2.jpg`, Position: `up`, Name: `کوروش کامروا`, AthleteNumber: 13506, BeatsPerMinute: 109, TopSpeed: 4.4, Registered: `2017-04-16T01:10:37-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/nu.png`, CountryName: `Niue` }), + new AthletesDataItem({ Id: 186, Avatar: `https://static.infragistics.com/xplatform/images/people/men/42.jpg`, Position: `up`, Name: `Jimmy Bailey`, AthleteNumber: 38510, BeatsPerMinute: 101, TopSpeed: 4.7, Registered: `2017-06-30T04:13:42-03:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/cr.png`, CountryName: `Costa Rica` }), + new AthletesDataItem({ Id: 188, Avatar: `https://static.infragistics.com/xplatform/images/people/men/3.jpg`, Position: `current`, Name: `Foppe Delfos`, AthleteNumber: 39679, BeatsPerMinute: 107, TopSpeed: 4.1, Registered: `2017-08-05T10:54:56-03:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/py.png`, CountryName: `Paraguay` }), + new AthletesDataItem({ Id: 188, Avatar: `https://static.infragistics.com/xplatform/images/people/men/81.jpg`, Position: `down`, Name: `آراد یاسمی`, AthleteNumber: 34370, BeatsPerMinute: 99, TopSpeed: 5.9, Registered: `2017-02-02T11:42:41-02:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/mu.png`, CountryName: `Mauritius` }), + new AthletesDataItem({ Id: 188, Avatar: `https://static.infragistics.com/xplatform/images/people/women/45.jpg`, Position: `down`, Name: `Ceylan Duygulu`, AthleteNumber: 21527, BeatsPerMinute: 99, TopSpeed: 4.9, Registered: `2017-07-13T09:06:04-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/dm.png`, CountryName: `Dominica` }), + new AthletesDataItem({ Id: 190, Avatar: `https://static.infragistics.com/xplatform/images/people/women/2.jpg`, Position: `current`, Name: `Venla Korpela`, AthleteNumber: 16454, BeatsPerMinute: 92, TopSpeed: 4.1, Registered: `2017-08-22T10:36:38-03:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/hu.png`, CountryName: `Hungary` }), + new AthletesDataItem({ Id: 190, Avatar: `https://static.infragistics.com/xplatform/images/people/women/53.jpg`, Position: `current`, Name: `Gladys Van Der Steeg`, AthleteNumber: 20216, BeatsPerMinute: 94, TopSpeed: 4.3, Registered: `2017-10-09T02:01:16-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/de.png`, CountryName: `Germany` }), + new AthletesDataItem({ Id: 190, Avatar: `https://static.infragistics.com/xplatform/images/people/women/44.jpg`, Position: `current`, Name: `Kiara Dubois`, AthleteNumber: 49964, BeatsPerMinute: 97, TopSpeed: 5.6, Registered: `2017-09-28T04:37:56-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/au.png`, CountryName: `Australia` }), + new AthletesDataItem({ Id: 191, Avatar: `https://static.infragistics.com/xplatform/images/people/men/42.jpg`, Position: `current`, Name: `آرش احمدی`, AthleteNumber: 36948, BeatsPerMinute: 90, TopSpeed: 4.1, Registered: `2017-09-08T01:22:14-03:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/np.png`, CountryName: `Nepal` }), + new AthletesDataItem({ Id: 191, Avatar: `https://static.infragistics.com/xplatform/images/people/women/13.jpg`, Position: `up`, Name: `Sheryl Collins`, AthleteNumber: 36473, BeatsPerMinute: 98, TopSpeed: 4.2, Registered: `2017-03-23T12:54:35-02:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ke.png`, CountryName: `Kenya` }), + new AthletesDataItem({ Id: 191, Avatar: `https://static.infragistics.com/xplatform/images/people/women/72.jpg`, Position: `up`, Name: `Clarisse Rey`, AthleteNumber: 29795, BeatsPerMinute: 98, TopSpeed: 4.9, Registered: `2017-06-09T08:07:19-03:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ba.png`, CountryName: `Bosnia and Herzegovina` }), + new AthletesDataItem({ Id: 192, Avatar: `https://static.infragistics.com/xplatform/images/people/women/44.jpg`, Position: `down`, Name: `Viivi Kujala`, AthleteNumber: 29939, BeatsPerMinute: 93, TopSpeed: 4.1, Registered: `2017-05-03T02:40:05-03:00`, TrackProgress: 75, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/so.png`, CountryName: `Somalia` }), + new AthletesDataItem({ Id: 193, Avatar: `https://static.infragistics.com/xplatform/images/people/women/9.jpg`, Position: `down`, Name: `Juanita Franklin`, AthleteNumber: 13907, BeatsPerMinute: 91, TopSpeed: 6, Registered: `2017-10-04T02:46:46-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/vu.png`, CountryName: `Vanuatu` }), + new AthletesDataItem({ Id: 193, Avatar: `https://static.infragistics.com/xplatform/images/people/women/59.jpg`, Position: `down`, Name: `Sophia Carlson`, AthleteNumber: 44183, BeatsPerMinute: 102, TopSpeed: 5.1, Registered: `2017-09-04T07:03:19-03:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ee.png`, CountryName: `Estonia` }), + new AthletesDataItem({ Id: 194, Avatar: `https://static.infragistics.com/xplatform/images/people/women/62.jpg`, Position: `up`, Name: `آوا سلطانی نژاد`, AthleteNumber: 45635, BeatsPerMinute: 98, TopSpeed: 4.1, Registered: `2017-04-10T11:39:46-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/se.png`, CountryName: `Sweden` }), + new AthletesDataItem({ Id: 194, Avatar: `https://static.infragistics.com/xplatform/images/people/men/11.jpg`, Position: `down`, Name: `Kaya Taşlı`, AthleteNumber: 42291, BeatsPerMinute: 100, TopSpeed: 4.7, Registered: `2017-01-30T03:23:36-02:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/sn.png`, CountryName: `Senegal` }), + new AthletesDataItem({ Id: 194, Avatar: `https://static.infragistics.com/xplatform/images/people/men/71.jpg`, Position: `down`, Name: `Adrian Ibañez`, AthleteNumber: 21968, BeatsPerMinute: 105, TopSpeed: 5.3, Registered: `2017-02-03T04:36:54-02:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/om.png`, CountryName: `Oman` }), + new AthletesDataItem({ Id: 196, Avatar: `https://static.infragistics.com/xplatform/images/people/women/17.jpg`, Position: `current`, Name: `Parel Zuidhof`, AthleteNumber: 32718, BeatsPerMinute: 105, TopSpeed: 5, Registered: `2017-01-21T10:19:56-02:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/jm.png`, CountryName: `Jamaica` }), + new AthletesDataItem({ Id: 196, Avatar: `https://static.infragistics.com/xplatform/images/people/women/30.jpg`, Position: `up`, Name: `Begüm Erkekli`, AthleteNumber: 37888, BeatsPerMinute: 104, TopSpeed: 4.6, Registered: `2017-10-04T03:02:35-03:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/sv.png`, CountryName: `El Salvador` }), + new AthletesDataItem({ Id: 197, Avatar: `https://static.infragistics.com/xplatform/images/people/men/93.jpg`, Position: `current`, Name: `Brent Lord`, AthleteNumber: 20943, BeatsPerMinute: 92, TopSpeed: 4.8, Registered: `2017-01-23T06:14:22-02:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/dz.png`, CountryName: `Algeria` }), + new AthletesDataItem({ Id: 199, Avatar: `https://static.infragistics.com/xplatform/images/people/women/68.jpg`, Position: `up`, Name: `Lucie Dumont`, AthleteNumber: 12104, BeatsPerMinute: 108, TopSpeed: 4, Registered: `2017-01-08T02:13:29-02:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ca.png`, CountryName: `Canada` }), + new AthletesDataItem({ Id: 210, Avatar: `https://static.infragistics.com/xplatform/images/people/women/13.jpg`, Position: `down`, Name: `Maeva Bergeron`, AthleteNumber: 15655, BeatsPerMinute: 94, TopSpeed: 5.9, Registered: `2017-10-03T09:42:15-03:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/mx.png`, CountryName: `Mexico` }), + new AthletesDataItem({ Id: 212, Avatar: `https://static.infragistics.com/xplatform/images/people/women/83.jpg`, Position: `up`, Name: `Sara Larsen`, AthleteNumber: 37094, BeatsPerMinute: 97, TopSpeed: 4.5, Registered: `2017-04-14T11:48:28-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/sa.png`, CountryName: `Saudi Arabia` }), + new AthletesDataItem({ Id: 214, Avatar: `https://static.infragistics.com/xplatform/images/people/women/84.jpg`, Position: `up`, Name: `Ömür Denkel`, AthleteNumber: 31061, BeatsPerMinute: 104, TopSpeed: 4.5, Registered: `2017-02-18T05:32:55-02:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/tv.png`, CountryName: `Tuvalu` }), + new AthletesDataItem({ Id: 215, Avatar: `https://static.infragistics.com/xplatform/images/people/women/79.jpg`, Position: `down`, Name: `Marilou Hubert`, AthleteNumber: 43655, BeatsPerMinute: 104, TopSpeed: 4.2, Registered: `2017-09-28T11:13:00-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/mm.png`, CountryName: `Myanmar` }), + new AthletesDataItem({ Id: 216, Avatar: `https://static.infragistics.com/xplatform/images/people/men/72.jpg`, Position: `down`, Name: `Felix Olsen`, AthleteNumber: 43198, BeatsPerMinute: 101, TopSpeed: 4.2, Registered: `2017-09-27T01:17:14-03:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/fr.png`, CountryName: `France` }), + new AthletesDataItem({ Id: 219, Avatar: `https://static.infragistics.com/xplatform/images/people/women/6.jpg`, Position: `current`, Name: `Sedef Tunçeri`, AthleteNumber: 48164, BeatsPerMinute: 108, TopSpeed: 5.6, Registered: `2017-03-29T11:54:15-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/bt.png`, CountryName: `Bhutan` }), + new AthletesDataItem({ Id: 221, Avatar: `https://static.infragistics.com/xplatform/images/people/men/73.jpg`, Position: `down`, Name: `Kuzey Aclan`, AthleteNumber: 18583, BeatsPerMinute: 102, TopSpeed: 5.3, Registered: `2017-09-12T09:14:14-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/td.png`, CountryName: `Chad` }), + new AthletesDataItem({ Id: 223, Avatar: `https://static.infragistics.com/xplatform/images/people/men/72.jpg`, Position: `down`, Name: `Gökhan Aşıkoğlu`, AthleteNumber: 13890, BeatsPerMinute: 105, TopSpeed: 5.4, Registered: `2017-03-31T06:14:26-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/jp.png`, CountryName: `Japan` }), + new AthletesDataItem({ Id: 224, Avatar: `https://static.infragistics.com/xplatform/images/people/men/0.jpg`, Position: `down`, Name: `Joan Ortega`, AthleteNumber: 49478, BeatsPerMinute: 103, TopSpeed: 5.4, Registered: `2017-07-04T03:01:47-03:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/gq.png`, CountryName: `Equatorial Guinea` }), + new AthletesDataItem({ Id: 225, Avatar: `https://static.infragistics.com/xplatform/images/people/men/42.jpg`, Position: `up`, Name: `Stanley Hart`, AthleteNumber: 14150, BeatsPerMinute: 91, TopSpeed: 4.5, Registered: `2017-08-19T03:02:33-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ve.png`, CountryName: `Venezuela` }), + new AthletesDataItem({ Id: 227, Avatar: `https://static.infragistics.com/xplatform/images/people/men/9.jpg`, Position: `current`, Name: `Johann Hinz`, AthleteNumber: 48244, BeatsPerMinute: 94, TopSpeed: 4.3, Registered: `2017-03-10T07:36:56-02:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/sd.png`, CountryName: `Sudan` }), + new AthletesDataItem({ Id: 227, Avatar: `https://static.infragistics.com/xplatform/images/people/women/61.jpg`, Position: `up`, Name: `Layla Douglas`, AthleteNumber: 21977, BeatsPerMinute: 97, TopSpeed: 5.4, Registered: `2017-04-19T11:43:38-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/si.png`, CountryName: `Slovenia` }), + new AthletesDataItem({ Id: 229, Avatar: `https://static.infragistics.com/xplatform/images/people/men/29.jpg`, Position: `current`, Name: `Selmo Caldeira`, AthleteNumber: 21837, BeatsPerMinute: 110, TopSpeed: 4.9, Registered: `2017-10-20T03:40:24-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ly.png`, CountryName: `Libyan Arab Jamahiriya` }), + new AthletesDataItem({ Id: 231, Avatar: `https://static.infragistics.com/xplatform/images/people/men/56.jpg`, Position: `up`, Name: `Judd Campbell`, AthleteNumber: 37365, BeatsPerMinute: 110, TopSpeed: 5, Registered: `2017-10-19T11:01:10-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/la.png`, CountryName: `Lao PeopleS Democratic Republic` }), + new AthletesDataItem({ Id: 233, Avatar: `https://static.infragistics.com/xplatform/images/people/men/18.jpg`, Position: `up`, Name: `Zackary Roy`, AthleteNumber: 45996, BeatsPerMinute: 92, TopSpeed: 4.9, Registered: `2017-07-07T03:51:26-03:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/bs.png`, CountryName: `Bahamas` }), + new AthletesDataItem({ Id: 234, Avatar: `https://static.infragistics.com/xplatform/images/people/women/19.jpg`, Position: `down`, Name: `Linda Schäfer`, AthleteNumber: 43074, BeatsPerMinute: 107, TopSpeed: 5.1, Registered: `2017-01-05T11:41:20-02:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ye.png`, CountryName: `Yemen` }), + new AthletesDataItem({ Id: 235, Avatar: `https://static.infragistics.com/xplatform/images/people/women/42.jpg`, Position: `down`, Name: `Elaine Smith`, AthleteNumber: 38243, BeatsPerMinute: 108, TopSpeed: 4, Registered: `2017-06-11T12:20:41-03:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/li.png`, CountryName: `Liechtenstein` }), + new AthletesDataItem({ Id: 237, Avatar: `https://static.infragistics.com/xplatform/images/people/men/86.jpg`, Position: `down`, Name: `Clyde Matthews`, AthleteNumber: 11955, BeatsPerMinute: 93, TopSpeed: 5.2, Registered: `2017-03-02T05:01:02-02:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/pw.png`, CountryName: `Palau` }), + new AthletesDataItem({ Id: 238, Avatar: `https://static.infragistics.com/xplatform/images/people/women/17.jpg`, Position: `current`, Name: `Charlotte Meyer`, AthleteNumber: 21442, BeatsPerMinute: 110, TopSpeed: 4.6, Registered: `2017-10-19T10:38:35-03:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ck.png`, CountryName: `Cook Islands` }), + new AthletesDataItem({ Id: 240, Avatar: `https://static.infragistics.com/xplatform/images/people/men/5.jpg`, Position: `down`, Name: `Carter Evans`, AthleteNumber: 46961, BeatsPerMinute: 100, TopSpeed: 5.3, Registered: `2017-07-23T02:43:07-03:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/lu.png`, CountryName: `Luxembourg` }), + new AthletesDataItem({ Id: 240, Avatar: `https://static.infragistics.com/xplatform/images/people/men/33.jpg`, Position: `down`, Name: `Alberto Clark`, AthleteNumber: 29912, BeatsPerMinute: 93, TopSpeed: 4.6, Registered: `2017-02-02T03:50:21-02:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ag.png`, CountryName: `Antigua and Barbuda` }), + new AthletesDataItem({ Id: 241, Avatar: `https://static.infragistics.com/xplatform/images/people/women/65.jpg`, Position: `down`, Name: `Lilly Keuter`, AthleteNumber: 49893, BeatsPerMinute: 102, TopSpeed: 4.5, Registered: `2017-01-20T02:38:39-02:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/kn.png`, CountryName: `Saint Kitts and Nevis` }), + new AthletesDataItem({ Id: 241, Avatar: `https://static.infragistics.com/xplatform/images/people/men/20.jpg`, Position: `up`, Name: `Oskari Karjala`, AthleteNumber: 31498, BeatsPerMinute: 90, TopSpeed: 4.5, Registered: `2017-05-10T12:45:12-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/fm.png`, CountryName: `Micronesia, Federated States of` }), + new AthletesDataItem({ Id: 242, Avatar: `https://static.infragistics.com/xplatform/images/people/women/83.jpg`, Position: `down`, Name: `Caitlin Jackson`, AthleteNumber: 45472, BeatsPerMinute: 101, TopSpeed: 4.3, Registered: `2017-09-17T09:41:01-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/mz.png`, CountryName: `Mozambique` }), + new AthletesDataItem({ Id: 243, Avatar: `https://static.infragistics.com/xplatform/images/people/women/77.jpg`, Position: `down`, Name: `Cathalijne Van Der Ree`, AthleteNumber: 45160, BeatsPerMinute: 102, TopSpeed: 5.4, Registered: `2017-02-13T05:23:49-02:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ug.png`, CountryName: `Uganda` }), + new AthletesDataItem({ Id: 243, Avatar: `https://static.infragistics.com/xplatform/images/people/women/94.jpg`, Position: `up`, Name: `Emma Turner`, AthleteNumber: 39487, BeatsPerMinute: 110, TopSpeed: 5.7, Registered: `2017-07-30T01:33:14-03:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/tz.png`, CountryName: `Tanzania, United Republic of` }), + new AthletesDataItem({ Id: 243, Avatar: `https://static.infragistics.com/xplatform/images/people/men/42.jpg`, Position: `up`, Name: `Kent Clark`, AthleteNumber: 32799, BeatsPerMinute: 106, TopSpeed: 5.7, Registered: `2017-01-24T01:00:15-02:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/pe.png`, CountryName: `Peru` }), + new AthletesDataItem({ Id: 246, Avatar: `https://static.infragistics.com/xplatform/images/people/women/55.jpg`, Position: `current`, Name: `Ronja Kraft`, AthleteNumber: 21800, BeatsPerMinute: 101, TopSpeed: 5.3, Registered: `2017-04-02T03:33:57-03:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/dk.png`, CountryName: `Denmark` }), + new AthletesDataItem({ Id: 251, Avatar: `https://static.infragistics.com/xplatform/images/people/women/34.jpg`, Position: `down`, Name: `Eléa Robin`, AthleteNumber: 26742, BeatsPerMinute: 90, TopSpeed: 4.7, Registered: `2017-03-30T12:34:24-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/vc.png`, CountryName: `Saint Vincent and the Grenadines` }), + new AthletesDataItem({ Id: 251, Avatar: `https://static.infragistics.com/xplatform/images/people/men/74.jpg`, Position: `up`, Name: `Alex Meyer`, AthleteNumber: 44390, BeatsPerMinute: 94, TopSpeed: 4.3, Registered: `2017-08-04T07:05:34-03:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/md.png`, CountryName: `Moldova, Republic of` }), + new AthletesDataItem({ Id: 252, Avatar: `https://static.infragistics.com/xplatform/images/people/men/94.jpg`, Position: `down`, Name: `Adérito Lopes`, AthleteNumber: 21320, BeatsPerMinute: 91, TopSpeed: 5.2, Registered: `2017-01-07T06:47:56-02:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/mh.png`, CountryName: `Marshall Islands` }), + new AthletesDataItem({ Id: 253, Avatar: `https://static.infragistics.com/xplatform/images/people/women/51.jpg`, Position: `current`, Name: `Kayla Patel`, AthleteNumber: 42780, BeatsPerMinute: 103, TopSpeed: 4.7, Registered: `2017-04-20T09:33:53-03:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ne.png`, CountryName: `Niger` }), + new AthletesDataItem({ Id: 258, Avatar: `https://static.infragistics.com/xplatform/images/people/men/31.jpg`, Position: `current`, Name: `Diego Gautier`, AthleteNumber: 26320, BeatsPerMinute: 97, TopSpeed: 4.6, Registered: `2017-06-11T03:50:43-03:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ng.png`, CountryName: `Nigeria` }), + new AthletesDataItem({ Id: 258, Avatar: `https://static.infragistics.com/xplatform/images/people/women/30.jpg`, Position: `up`, Name: `Veera Saari`, AthleteNumber: 40408, BeatsPerMinute: 100, TopSpeed: 4.7, Registered: `2017-10-28T10:39:22-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/iq.png`, CountryName: `Iraq` }), + new AthletesDataItem({ Id: 258, Avatar: `https://static.infragistics.com/xplatform/images/people/women/60.jpg`, Position: `down`, Name: `Zaina Pomp`, AthleteNumber: 14109, BeatsPerMinute: 90, TopSpeed: 5.7, Registered: `2017-09-07T11:17:40-03:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ao.png`, CountryName: `Angola` }), + new AthletesDataItem({ Id: 262, Avatar: `https://static.infragistics.com/xplatform/images/people/men/9.jpg`, Position: `current`, Name: `Anthony Harcourt`, AthleteNumber: 33649, BeatsPerMinute: 109, TopSpeed: 5.5, Registered: `2017-06-14T11:10:20-03:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/in.png`, CountryName: `India` }), + new AthletesDataItem({ Id: 262, Avatar: `https://static.infragistics.com/xplatform/images/people/men/43.jpg`, Position: `current`, Name: `Roman Smith`, AthleteNumber: 15531, BeatsPerMinute: 106, TopSpeed: 4.9, Registered: `2017-06-14T05:12:04-03:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ga.png`, CountryName: `Gabon` }), + new AthletesDataItem({ Id: 263, Avatar: `https://static.infragistics.com/xplatform/images/people/women/9.jpg`, Position: `up`, Name: `Estelle Vincent`, AthleteNumber: 41700, BeatsPerMinute: 99, TopSpeed: 5.7, Registered: `2017-05-31T02:56:58-03:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/na.png`, CountryName: `Namibia` }), + new AthletesDataItem({ Id: 265, Avatar: `https://static.infragistics.com/xplatform/images/people/women/47.jpg`, Position: `current`, Name: `Ilke Kisters`, AthleteNumber: 23817, BeatsPerMinute: 100, TopSpeed: 5.9, Registered: `2017-01-04T02:54:53-02:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ch.png`, CountryName: `Switzerland` }), + new AthletesDataItem({ Id: 265, Avatar: `https://static.infragistics.com/xplatform/images/people/women/9.jpg`, Position: `down`, Name: `Jenny Burke`, AthleteNumber: 15266, BeatsPerMinute: 99, TopSpeed: 5.4, Registered: `2017-09-11T12:20:19-03:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/my.png`, CountryName: `Malaysia` }), + new AthletesDataItem({ Id: 265, Avatar: `https://static.infragistics.com/xplatform/images/people/women/60.jpg`, Position: `down`, Name: `Keira Walker`, AthleteNumber: 34116, BeatsPerMinute: 94, TopSpeed: 4.8, Registered: `2017-01-09T05:46:07-02:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/al.png`, CountryName: `Albania` }), + new AthletesDataItem({ Id: 266, Avatar: `https://static.infragistics.com/xplatform/images/people/men/70.jpg`, Position: `down`, Name: `Moritz Braun`, AthleteNumber: 48081, BeatsPerMinute: 107, TopSpeed: 6, Registered: `2017-06-13T12:54:56-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ad.png`, CountryName: `Andorra` }), + new AthletesDataItem({ Id: 267, Avatar: `https://static.infragistics.com/xplatform/images/people/men/50.jpg`, Position: `current`, Name: `Villads Larsen`, AthleteNumber: 44677, BeatsPerMinute: 93, TopSpeed: 5.7, Registered: `2017-03-25T11:25:30-02:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/kw.png`, CountryName: `Kuwait` }), + new AthletesDataItem({ Id: 268, Avatar: `https://static.infragistics.com/xplatform/images/people/men/23.jpg`, Position: `up`, Name: `Sandro Carpentier`, AthleteNumber: 23503, BeatsPerMinute: 96, TopSpeed: 5.7, Registered: `2017-09-30T01:01:04-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/be.png`, CountryName: `Belgium` }), + new AthletesDataItem({ Id: 269, Avatar: `https://static.infragistics.com/xplatform/images/people/men/17.jpg`, Position: `current`, Name: `Emil Meißner`, AthleteNumber: 37183, BeatsPerMinute: 97, TopSpeed: 4, Registered: `2017-07-15T12:32:30-03:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/gm.png`, CountryName: `Gambia` }), + new AthletesDataItem({ Id: 270, Avatar: `https://static.infragistics.com/xplatform/images/people/women/14.jpg`, Position: `up`, Name: `Emily Olsen`, AthleteNumber: 13887, BeatsPerMinute: 110, TopSpeed: 4.8, Registered: `2017-10-03T08:01:40-03:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/cf.png`, CountryName: `Central African Republic` }), + new AthletesDataItem({ Id: 271, Avatar: `https://static.infragistics.com/xplatform/images/people/men/81.jpg`, Position: `down`, Name: `آراد جعفری`, AthleteNumber: 34962, BeatsPerMinute: 90, TopSpeed: 4.8, Registered: `2017-04-22T04:20:39-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/bi.png`, CountryName: `Burundi` }), + new AthletesDataItem({ Id: 271, Avatar: `https://static.infragistics.com/xplatform/images/people/men/74.jpg`, Position: `down`, Name: `Jimmie Mcguinness`, AthleteNumber: 20729, BeatsPerMinute: 90, TopSpeed: 4.6, Registered: `2017-10-07T06:08:00-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/bw.png`, CountryName: `Botswana` }), + new AthletesDataItem({ Id: 272, Avatar: `https://static.infragistics.com/xplatform/images/people/women/26.jpg`, Position: `down`, Name: `Sélène Roussel`, AthleteNumber: 11261, BeatsPerMinute: 99, TopSpeed: 5.8, Registered: `2017-05-10T02:18:02-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/sm.png`, CountryName: `San Marino` }), + new AthletesDataItem({ Id: 272, Avatar: `https://static.infragistics.com/xplatform/images/people/men/31.jpg`, Position: `up`, Name: `Aaron Robertson`, AthleteNumber: 30727, BeatsPerMinute: 95, TopSpeed: 4.2, Registered: `2017-08-23T09:37:40-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/id.png`, CountryName: `Indonesia` }), + new AthletesDataItem({ Id: 273, Avatar: `https://static.infragistics.com/xplatform/images/people/women/4.jpg`, Position: `up`, Name: `Afet Kumcuoğlu`, AthleteNumber: 33454, BeatsPerMinute: 106, TopSpeed: 5.1, Registered: `2017-09-16T07:05:43-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/nz.png`, CountryName: `New Zealand` }), + new AthletesDataItem({ Id: 273, Avatar: `https://static.infragistics.com/xplatform/images/people/women/33.jpg`, Position: `up`, Name: `Annabelle Besteman`, AthleteNumber: 30560, BeatsPerMinute: 105, TopSpeed: 5.3, Registered: `2017-11-11T02:04:19-02:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/kp.png`, CountryName: `North Korea` }), + new AthletesDataItem({ Id: 274, Avatar: `https://static.infragistics.com/xplatform/images/people/women/9.jpg`, Position: `up`, Name: `Minea Rantanen`, AthleteNumber: 18835, BeatsPerMinute: 105, TopSpeed: 5, Registered: `2017-01-24T07:30:43-02:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/jo.png`, CountryName: `Jordan` }), + new AthletesDataItem({ Id: 275, Avatar: `https://static.infragistics.com/xplatform/images/people/men/2.jpg`, Position: `up`, Name: `Fritz Sommer`, AthleteNumber: 26210, BeatsPerMinute: 99, TopSpeed: 4.6, Registered: `2017-09-29T03:54:57-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/lt.png`, CountryName: `Lithuania` }), + new AthletesDataItem({ Id: 275, Avatar: `https://static.infragistics.com/xplatform/images/people/men/88.jpg`, Position: `down`, Name: `Rafael Gutierrez`, AthleteNumber: 38804, BeatsPerMinute: 100, TopSpeed: 5.9, Registered: `2017-02-08T07:50:59-02:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/gn.png`, CountryName: `Guinea` }), + new AthletesDataItem({ Id: 275, Avatar: `https://static.infragistics.com/xplatform/images/people/women/69.jpg`, Position: `current`, Name: `Ellen Leppo`, AthleteNumber: 29286, BeatsPerMinute: 97, TopSpeed: 5.6, Registered: `2017-08-16T09:46:35-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/by.png`, CountryName: `Belarus` }), + new AthletesDataItem({ Id: 276, Avatar: `https://static.infragistics.com/xplatform/images/people/women/1.jpg`, Position: `current`, Name: `Encarnacion Martin`, AthleteNumber: 40912, BeatsPerMinute: 105, TopSpeed: 5.5, Registered: `2017-01-11T12:52:28-02:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/th.png`, CountryName: `Thailand` }), + new AthletesDataItem({ Id: 276, Avatar: `https://static.infragistics.com/xplatform/images/people/men/65.jpg`, Position: `current`, Name: `David Scott`, AthleteNumber: 46997, BeatsPerMinute: 101, TopSpeed: 4.4, Registered: `2017-07-25T09:23:24-03:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/pt.png`, CountryName: `Portugal` }), + new AthletesDataItem({ Id: 279, Avatar: `https://static.infragistics.com/xplatform/images/people/women/39.jpg`, Position: `current`, Name: `Ashley Romero`, AthleteNumber: 36611, BeatsPerMinute: 104, TopSpeed: 5.5, Registered: `2017-02-08T12:45:46-02:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/mn.png`, CountryName: `Mongolia` }), + new AthletesDataItem({ Id: 280, Avatar: `https://static.infragistics.com/xplatform/images/people/men/90.jpg`, Position: `down`, Name: `Cecil Nichols`, AthleteNumber: 20656, BeatsPerMinute: 100, TopSpeed: 5, Registered: `2017-04-24T01:20:34-03:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/rw.png`, CountryName: `RWANDA` }), + new AthletesDataItem({ Id: 282, Avatar: `https://static.infragistics.com/xplatform/images/people/men/55.jpg`, Position: `current`, Name: `Johann Fischer`, AthleteNumber: 37212, BeatsPerMinute: 98, TopSpeed: 5.8, Registered: `2017-09-01T04:39:52-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/br.png`, CountryName: `Brazil` }), + new AthletesDataItem({ Id: 283, Avatar: `https://static.infragistics.com/xplatform/images/people/men/10.jpg`, Position: `current`, Name: `سینا مرادی`, AthleteNumber: 10809, BeatsPerMinute: 105, TopSpeed: 5.3, Registered: `2017-04-05T05:27:13-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/bh.png`, CountryName: `Bahrain` }), + new AthletesDataItem({ Id: 284, Avatar: `https://static.infragistics.com/xplatform/images/people/men/12.jpg`, Position: `current`, Name: `Abel Brun`, AthleteNumber: 39315, BeatsPerMinute: 105, TopSpeed: 5.1, Registered: `2017-10-05T05:54:31-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/af.png`, CountryName: `Afghanistan` }), + new AthletesDataItem({ Id: 285, Avatar: `https://static.infragistics.com/xplatform/images/people/men/34.jpg`, Position: `current`, Name: `Jeffrey Medina`, AthleteNumber: 42905, BeatsPerMinute: 100, TopSpeed: 5.2, Registered: `2017-09-15T02:11:43-03:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/gr.png`, CountryName: `Greece` }), + new AthletesDataItem({ Id: 285, Avatar: `https://static.infragistics.com/xplatform/images/people/men/43.jpg`, Position: `down`, Name: `Niilo Laurila`, AthleteNumber: 49215, BeatsPerMinute: 104, TopSpeed: 4.5, Registered: `2017-04-26T01:26:36-03:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/et.png`, CountryName: `Ethiopia` }), + new AthletesDataItem({ Id: 286, Avatar: `https://static.infragistics.com/xplatform/images/people/women/45.jpg`, Position: `down`, Name: `Marisvalda Martins`, AthleteNumber: 33879, BeatsPerMinute: 107, TopSpeed: 5.4, Registered: `2017-01-31T12:07:48-02:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/es.png`, CountryName: `Spain` }), + new AthletesDataItem({ Id: 286, Avatar: `https://static.infragistics.com/xplatform/images/people/women/82.jpg`, Position: `current`, Name: `Eloida Novaes`, AthleteNumber: 30751, BeatsPerMinute: 107, TopSpeed: 4.2, Registered: `2017-01-02T01:04:04-02:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/cl.png`, CountryName: `Chile` }), + new AthletesDataItem({ Id: 287, Avatar: `https://static.infragistics.com/xplatform/images/people/women/72.jpg`, Position: `up`, Name: `Charlotte Dean`, AthleteNumber: 45969, BeatsPerMinute: 105, TopSpeed: 5, Registered: `2017-02-13T05:39:15-02:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/za.png`, CountryName: `South Africa` }), + new AthletesDataItem({ Id: 287, Avatar: `https://static.infragistics.com/xplatform/images/people/men/35.jpg`, Position: `current`, Name: `Loïc Gerard`, AthleteNumber: 31706, BeatsPerMinute: 102, TopSpeed: 4.4, Registered: `2017-07-28T09:10:43-03:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ie.png`, CountryName: `Ireland` }), + new AthletesDataItem({ Id: 292, Avatar: `https://static.infragistics.com/xplatform/images/people/women/4.jpg`, Position: `down`, Name: `Asta Hansen`, AthleteNumber: 17222, BeatsPerMinute: 101, TopSpeed: 4.3, Registered: `2017-01-08T02:41:56-02:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/kz.png`, CountryName: `Kazakhstan` }), + new AthletesDataItem({ Id: 293, Avatar: `https://static.infragistics.com/xplatform/images/people/women/21.jpg`, Position: `up`, Name: `Sara Hannula`, AthleteNumber: 22025, BeatsPerMinute: 102, TopSpeed: 4.2, Registered: `2017-10-09T11:32:13-03:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/tl.png`, CountryName: `Timor-Leste` }), + new AthletesDataItem({ Id: 293, Avatar: `https://static.infragistics.com/xplatform/images/people/women/90.jpg`, Position: `current`, Name: `Ana Bourgeois`, AthleteNumber: 24612, BeatsPerMinute: 110, TopSpeed: 6, Registered: `2017-11-02T02:17:43-02:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/sg.png`, CountryName: `Singapore` }), + new AthletesDataItem({ Id: 296, Avatar: `https://static.infragistics.com/xplatform/images/people/women/37.jpg`, Position: `up`, Name: `Thea Edwards`, AthleteNumber: 29141, BeatsPerMinute: 99, TopSpeed: 5.8, Registered: `2017-05-23T05:24:38-03:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/sl.png`, CountryName: `Sierra Leone` }), + new AthletesDataItem({ Id: 299, Avatar: `https://static.infragistics.com/xplatform/images/people/men/89.jpg`, Position: `down`, Name: `Victor Lévesque`, AthleteNumber: 48375, BeatsPerMinute: 110, TopSpeed: 5.7, Registered: `2017-11-10T11:31:44-02:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/mr.png`, CountryName: `Mauritania` }), + new AthletesDataItem({ Id: 301, Avatar: `https://static.infragistics.com/xplatform/images/people/men/65.jpg`, Position: `down`, Name: `Louis Stewart`, AthleteNumber: 48131, BeatsPerMinute: 103, TopSpeed: 5.7, Registered: `2017-02-26T07:28:02-02:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/hn.png`, CountryName: `Honduras` }), + new AthletesDataItem({ Id: 302, Avatar: `https://static.infragistics.com/xplatform/images/people/men/14.jpg`, Position: `up`, Name: `Bill Fox`, AthleteNumber: 18511, BeatsPerMinute: 91, TopSpeed: 5, Registered: `2017-10-24T08:25:40-03:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ir.png`, CountryName: `Iran, Islamic Republic Of` }), + new AthletesDataItem({ Id: 304, Avatar: `https://static.infragistics.com/xplatform/images/people/men/34.jpg`, Position: `down`, Name: `Mathys Martin`, AthleteNumber: 32928, BeatsPerMinute: 98, TopSpeed: 5.5, Registered: `2017-05-17T12:51:47-03:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/va.png`, CountryName: `Holy See (Vatican City State)` }), + new AthletesDataItem({ Id: 305, Avatar: `https://static.infragistics.com/xplatform/images/people/women/38.jpg`, Position: `current`, Name: `Gianne Godijn`, AthleteNumber: 45945, BeatsPerMinute: 96, TopSpeed: 4.5, Registered: `2017-03-22T03:23:12-02:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/it.png`, CountryName: `Italy` }), + new AthletesDataItem({ Id: 306, Avatar: `https://static.infragistics.com/xplatform/images/people/women/26.jpg`, Position: `up`, Name: `Mira Campos`, AthleteNumber: 39222, BeatsPerMinute: 95, TopSpeed: 5.9, Registered: `2017-01-11T01:41:31-02:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/am.png`, CountryName: `Armenia` }), + new AthletesDataItem({ Id: 308, Avatar: `https://static.infragistics.com/xplatform/images/people/women/15.jpg`, Position: `down`, Name: `Esther Kühn`, AthleteNumber: 24868, BeatsPerMinute: 92, TopSpeed: 5.5, Registered: `2017-05-14T12:30:08-03:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ru.png`, CountryName: `Russian Federation` }), + new AthletesDataItem({ Id: 308, Avatar: `https://static.infragistics.com/xplatform/images/people/men/14.jpg`, Position: `up`, Name: `Hans Möller`, AthleteNumber: 34122, BeatsPerMinute: 109, TopSpeed: 5.6, Registered: `2017-06-20T06:02:49-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/dj.png`, CountryName: `Djibouti` }), + new AthletesDataItem({ Id: 309, Avatar: `https://static.infragistics.com/xplatform/images/people/women/73.jpg`, Position: `current`, Name: `Alice Perry`, AthleteNumber: 23750, BeatsPerMinute: 104, TopSpeed: 5.3, Registered: `2017-03-31T07:15:46-03:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/lc.png`, CountryName: `Saint Lucia` }), + new AthletesDataItem({ Id: 310, Avatar: `https://static.infragistics.com/xplatform/images/people/men/92.jpg`, Position: `up`, Name: `Kaya Tekand`, AthleteNumber: 11028, BeatsPerMinute: 93, TopSpeed: 5.2, Registered: `2017-04-10T09:57:13-03:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/fj.png`, CountryName: `Fiji` }), + new AthletesDataItem({ Id: 311, Avatar: `https://static.infragistics.com/xplatform/images/people/women/92.jpg`, Position: `down`, Name: `Ilona Salonen`, AthleteNumber: 27068, BeatsPerMinute: 91, TopSpeed: 5.4, Registered: `2017-07-03T06:19:47-03:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/bo.png`, CountryName: `Bolivia` }), ]; super(...newItems.slice(0)); } diff --git a/samples/grids/grid/toolbar-style/src/AthletesData.ts b/samples/grids/grid/toolbar-style/src/AthletesData.ts index cbfd6a40ca..3d63d083ff 100644 --- a/samples/grids/grid/toolbar-style/src/AthletesData.ts +++ b/samples/grids/grid/toolbar-style/src/AthletesData.ts @@ -22,2596 +22,191 @@ export class AthletesData extends Array { super(...items); } else { const newItems = [ - new AthletesDataItem( - { - Id: 100, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/20.jpg`, - Position: `current`, - Name: `Alexis Walker`, - AthleteNumber: 43183, - BeatsPerMinute: 103, - TopSpeed: 5.8, - Registered: `2017-08-07T10:35:06-03:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/gh.png`, - CountryName: `Ghana` - }), - new AthletesDataItem( - { - Id: 101, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/71.jpg`, - Position: `down`, - Name: `Lavínia Silva`, - AthleteNumber: 33994, - BeatsPerMinute: 93, - TopSpeed: 5.6, - Registered: `2017-03-22T08:55:46-02:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/no.png`, - CountryName: `Norway` - }), - new AthletesDataItem( - { - Id: 105, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/5.jpg`, - Position: `down`, - Name: `Samu Hokkanen`, - AthleteNumber: 22469, - BeatsPerMinute: 106, - TopSpeed: 5.5, - Registered: `2017-06-29T04:58:27-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/az.png`, - CountryName: `Azerbaijan` - }), - new AthletesDataItem( - { - Id: 107, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/92.jpg`, - Position: `down`, - Name: `Megan Webb`, - AthleteNumber: 30713, - BeatsPerMinute: 93, - TopSpeed: 5.6, - Registered: `2017-08-20T09:26:51-03:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/mt.png`, - CountryName: `Malta` - }), - new AthletesDataItem( - { - Id: 107, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/33.jpg`, - Position: `up`, - Name: `Pedro Marquez`, - AthleteNumber: 16169, - BeatsPerMinute: 97, - TopSpeed: 5.4, - Registered: `2017-11-11T05:14:31-02:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/mw.png`, - CountryName: `Malawi` - }), - new AthletesDataItem( - { - Id: 108, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/31.jpg`, - Position: `up`, - Name: `Noah Bergeron`, - AthleteNumber: 35139, - BeatsPerMinute: 110, - TopSpeed: 5.6, - Registered: `2017-06-23T01:21:21-03:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ci.png`, - CountryName: `Cote DIvoire` - }), - new AthletesDataItem( - { - Id: 110, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/15.jpg`, - Position: `current`, - Name: `Annabell Brand`, - AthleteNumber: 39233, - BeatsPerMinute: 93, - TopSpeed: 5.7, - Registered: `2017-03-01T12:21:24-02:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/pg.png`, - CountryName: `Papua New Guinea` - }), - new AthletesDataItem( - { - Id: 110, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/13.jpg`, - Position: `current`, - Name: `Özsu Keçeci`, - AthleteNumber: 29403, - BeatsPerMinute: 106, - TopSpeed: 4.2, - Registered: `2017-01-19T11:34:13-02:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/lv.png`, - CountryName: `Latvia` - }), - new AthletesDataItem( - { - Id: 110, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/26.jpg`, - Position: `down`, - Name: `Emilie Morin`, - AthleteNumber: 26164, - BeatsPerMinute: 98, - TopSpeed: 4.9, - Registered: `2017-02-01T04:18:19-02:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/kg.png`, - CountryName: `Kyrgyzstan` - }), - new AthletesDataItem( - { - Id: 111, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/23.jpg`, - Position: `up`, - Name: `Connor Green`, - AthleteNumber: 44716, - BeatsPerMinute: 95, - TopSpeed: 4.4, - Registered: `2017-06-30T11:23:25-03:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/bb.png`, - CountryName: `Barbados` - }), - new AthletesDataItem( - { - Id: 112, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/53.jpg`, - Position: `down`, - Name: `Karen Shaw`, - AthleteNumber: 31048, - BeatsPerMinute: 107, - TopSpeed: 5.7, - Registered: `2017-05-15T09:25:03-03:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ec.png`, - CountryName: `Ecuador` - }), - new AthletesDataItem( - { - Id: 113, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/36.jpg`, - Position: `current`, - Name: `Marialba Nascimento`, - AthleteNumber: 47061, - BeatsPerMinute: 108, - TopSpeed: 5.2, - Registered: `2017-09-19T05:47:21-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/tn.png`, - CountryName: `Tunisia` - }), - new AthletesDataItem( - { - Id: 113, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/37.jpg`, - Position: `current`, - Name: `Nick Naumann`, - AthleteNumber: 25566, - BeatsPerMinute: 109, - TopSpeed: 5.9, - Registered: `2017-07-12T09:01:11-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/sz.png`, - CountryName: `Swaziland` - }), - new AthletesDataItem( - { - Id: 116, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/1.jpg`, - Position: `down`, - Name: `Sevcan Kollen`, - AthleteNumber: 13728, - BeatsPerMinute: 104, - TopSpeed: 5.3, - Registered: `2017-09-08T08:29:08-03:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/gt.png`, - CountryName: `Guatemala` - }), - new AthletesDataItem( - { - Id: 121, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/48.jpg`, - Position: `current`, - Name: `Väinö Salmi`, - AthleteNumber: 29839, - BeatsPerMinute: 107, - TopSpeed: 5.5, - Registered: `2017-10-21T05:57:02-03:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/gw.png`, - CountryName: `Guinea-Bissau` - }), - new AthletesDataItem( - { - Id: 121, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/31.jpg`, - Position: `down`, - Name: `Ivan Ivanov`, - AthleteNumber: 11054, - BeatsPerMinute: 108, - TopSpeed: 5.7, - Registered: `2017-04-18T08:03:01-03:00`, - TrackProgress: 75, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/bg.png`, - CountryName: `Bulgaria` - }), - new AthletesDataItem( - { - Id: 121, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/45.jpg`, - Position: `current`, - Name: `Maurice Lambert`, - AthleteNumber: 17443, - BeatsPerMinute: 96, - TopSpeed: 5.6, - Registered: `2017-06-05T08:19:32-03:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/bd.png`, - CountryName: `Bangladesh` - }), - new AthletesDataItem( - { - Id: 122, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/71.jpg`, - Position: `down`, - Name: `Natalie Conrad`, - AthleteNumber: 42602, - BeatsPerMinute: 108, - TopSpeed: 6, - Registered: `2017-03-18T06:35:44-02:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/tt.png`, - CountryName: `Trinidad and Tobago` - }), - new AthletesDataItem( - { - Id: 122, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/57.jpg`, - Position: `down`, - Name: `Jack Jean-baptiste`, - AthleteNumber: 40427, - BeatsPerMinute: 110, - TopSpeed: 4.3, - Registered: `2017-11-09T08:50:06-02:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/cm.png`, - CountryName: `Cameroon` - }), - new AthletesDataItem( - { - Id: 123, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/19.jpg`, - Position: `down`, - Name: `Flora Perez`, - AthleteNumber: 23907, - BeatsPerMinute: 102, - TopSpeed: 5.8, - Registered: `2017-04-12T04:16:56-03:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/pl.png`, - CountryName: `Poland` - }), - new AthletesDataItem( - { - Id: 123, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/12.jpg`, - Position: `up`, - Name: `آنیتا كامياران`, - AthleteNumber: 18980, - BeatsPerMinute: 90, - TopSpeed: 4.5, - Registered: `2017-07-21T06:42:59-03:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/lb.png`, - CountryName: `Lebanon` - }), - new AthletesDataItem( - { - Id: 123, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/31.jpg`, - Position: `current`, - Name: `Eeli Makinen`, - AthleteNumber: 45296, - BeatsPerMinute: 106, - TopSpeed: 5.2, - Registered: `2017-01-06T09:58:02-02:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/fi.png`, - CountryName: `Finland` - }), - new AthletesDataItem( - { - Id: 124, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/98.jpg`, - Position: `down`, - Name: `Mathieu Mathieu`, - AthleteNumber: 10555, - BeatsPerMinute: 101, - TopSpeed: 5.2, - Registered: `2017-01-05T07:28:11-02:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/uz.png`, - CountryName: `Uzbekistan` - }), - new AthletesDataItem( - { - Id: 124, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/19.jpg`, - Position: `current`, - Name: `Marie Poulsen`, - AthleteNumber: 44113, - BeatsPerMinute: 109, - TopSpeed: 4.7, - Registered: `2017-04-15T10:25:21-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ma.png`, - CountryName: `Morocco` - }), - new AthletesDataItem( - { - Id: 125, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/16.jpg`, - Position: `current`, - Name: `Altiva Alves`, - AthleteNumber: 31850, - BeatsPerMinute: 106, - TopSpeed: 5.1, - Registered: `2017-11-09T02:43:54-02:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/km.png`, - CountryName: `Comoros` - }), - new AthletesDataItem( - { - Id: 127, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/52.jpg`, - Position: `down`, - Name: `Gerardo Soto`, - AthleteNumber: 22958, - BeatsPerMinute: 90, - TopSpeed: 5, - Registered: `2017-06-04T12:52:03-03:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/co.png`, - CountryName: `Colombia` - }), - new AthletesDataItem( - { - Id: 128, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/52.jpg`, - Position: `up`, - Name: `Sophie Lewis`, - AthleteNumber: 46222, - BeatsPerMinute: 106, - TopSpeed: 4.4, - Registered: `2017-02-20T09:42:07-02:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/mc.png`, - CountryName: `Monaco` - }), - new AthletesDataItem( - { - Id: 129, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/34.jpg`, - Position: `up`, - Name: `Ella Hansen`, - AthleteNumber: 27075, - BeatsPerMinute: 101, - TopSpeed: 5.1, - Registered: `2017-01-05T10:12:42-02:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/lk.png`, - CountryName: `Sri Lanka` - }), - new AthletesDataItem( - { - Id: 130, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/94.jpg`, - Position: `up`, - Name: `Adem Özdoğan`, - AthleteNumber: 45143, - BeatsPerMinute: 90, - TopSpeed: 5.5, - Registered: `2017-02-16T07:11:52-02:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/tm.png`, - CountryName: `Turkmenistan` - }), - new AthletesDataItem( - { - Id: 130, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/24.jpg`, - Position: `down`, - Name: `آوا احمدی`, - AthleteNumber: 44347, - BeatsPerMinute: 110, - TopSpeed: 4.1, - Registered: `2017-06-04T09:04:31-03:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/cn.png`, - CountryName: `China` - }), - new AthletesDataItem( - { - Id: 131, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/61.jpg`, - Position: `current`, - Name: `Eliza Bishop`, - AthleteNumber: 31774, - BeatsPerMinute: 96, - TopSpeed: 4.7, - Registered: `2017-09-22T11:49:02-03:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/eh.png`, - CountryName: `Western Sahara` - }), - new AthletesDataItem( - { - Id: 131, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/61.jpg`, - Position: `down`, - Name: `Veronika Huber`, - AthleteNumber: 18146, - BeatsPerMinute: 103, - TopSpeed: 5.2, - Registered: `2017-07-13T02:23:56-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/to.png`, - CountryName: `Tonga` - }), - new AthletesDataItem( - { - Id: 134, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/66.jpg`, - Position: `down`, - Name: `Anni Waisanen`, - AthleteNumber: 32133, - BeatsPerMinute: 99, - TopSpeed: 5, - Registered: `2017-08-17T01:35:09-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/do.png`, - CountryName: `Dominican Republic` - }), - new AthletesDataItem( - { - Id: 135, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/84.jpg`, - Position: `down`, - Name: `Darryl Douglas`, - AthleteNumber: 35826, - BeatsPerMinute: 96, - TopSpeed: 4.6, - Registered: `2017-07-20T11:45:52-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/tr.png`, - CountryName: `Turkey` - }), - new AthletesDataItem( - { - Id: 136, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/10.jpg`, - Position: `down`, - Name: `Elaine Matthews`, - AthleteNumber: 38574, - BeatsPerMinute: 110, - TopSpeed: 5.5, - Registered: `2017-01-26T11:50:00-02:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/cv.png`, - CountryName: `Cape Verde` - }), - new AthletesDataItem( - { - Id: 137, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/75.jpg`, - Position: `up`, - Name: `Gloria Caballero`, - AthleteNumber: 43379, - BeatsPerMinute: 103, - TopSpeed: 4.3, - Registered: `2017-08-10T08:27:45-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/il.png`, - CountryName: `Israel` - }), - new AthletesDataItem( - { - Id: 137, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/80.jpg`, - Position: `down`, - Name: `Lance Dunn`, - AthleteNumber: 10113, - BeatsPerMinute: 94, - TopSpeed: 4.5, - Registered: `2017-03-13T10:51:36-02:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/cy.png`, - CountryName: `Cyprus` - }), - new AthletesDataItem( - { - Id: 138, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/31.jpg`, - Position: `down`, - Name: `Antoine Mackay`, - AthleteNumber: 34547, - BeatsPerMinute: 104, - TopSpeed: 5, - Registered: `2017-08-22T09:11:37-03:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ls.png`, - CountryName: `Lesotho` - }), - new AthletesDataItem( - { - Id: 138, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/78.jpg`, - Position: `current`, - Name: `Oscar Calvo`, - AthleteNumber: 45078, - BeatsPerMinute: 109, - TopSpeed: 4.3, - Registered: `2017-06-19T10:57:42-03:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/cu.png`, - CountryName: `Cuba` - }), - new AthletesDataItem( - { - Id: 138, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/38.jpg`, - Position: `current`, - Name: `Derrick Price`, - AthleteNumber: 19792, - BeatsPerMinute: 94, - TopSpeed: 5.6, - Registered: `2017-03-19T01:10:55-02:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ar.png`, - CountryName: `Argentina` - }), - new AthletesDataItem( - { - Id: 139, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/28.jpg`, - Position: `current`, - Name: `Annabell Barth`, - AthleteNumber: 41130, - BeatsPerMinute: 103, - TopSpeed: 5, - Registered: `2017-08-24T11:58:56-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ht.png`, - CountryName: `Haiti` - }), - new AthletesDataItem( - { - Id: 141, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/15.jpg`, - Position: `current`, - Name: `Miro Korpela`, - AthleteNumber: 40544, - BeatsPerMinute: 104, - TopSpeed: 5.3, - Registered: `2017-01-10T07:12:44-02:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/nl.png`, - CountryName: `Netherlands` - }), - new AthletesDataItem( - { - Id: 142, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/63.jpg`, - Position: `current`, - Name: `Nicoline Thomsen`, - AthleteNumber: 36778, - BeatsPerMinute: 99, - TopSpeed: 5.5, - Registered: `2017-03-26T10:04:29-03:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/bj.png`, - CountryName: `Benin` - }), - new AthletesDataItem( - { - Id: 143, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/38.jpg`, - Position: `up`, - Name: `رضا کوتی`, - AthleteNumber: 13640, - BeatsPerMinute: 103, - TopSpeed: 4.2, - Registered: `2017-04-30T02:34:29-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/pk.png`, - CountryName: `Pakistan` - }), - new AthletesDataItem( - { - Id: 144, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/57.jpg`, - Position: `down`, - Name: `Milja Leino`, - AthleteNumber: 33563, - BeatsPerMinute: 110, - TopSpeed: 4.1, - Registered: `2017-11-01T10:34:07-02:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/bf.png`, - CountryName: `Burkina Faso` - }), - new AthletesDataItem( - { - Id: 147, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/8.jpg`, - Position: `down`, - Name: `میلاد یاسمی`, - AthleteNumber: 44023, - BeatsPerMinute: 104, - TopSpeed: 5.2, - Registered: `2017-06-10T04:11:01-03:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/tg.png`, - CountryName: `Togo` - }), - new AthletesDataItem( - { - Id: 150, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/52.jpg`, - Position: `up`, - Name: `Gustav Petersen`, - AthleteNumber: 20984, - BeatsPerMinute: 107, - TopSpeed: 4.6, - Registered: `2017-01-01T07:40:19-02:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/bz.png`, - CountryName: `Belize` - }), - new AthletesDataItem( - { - Id: 151, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/88.jpg`, - Position: `current`, - Name: `Charlotte Mills`, - AthleteNumber: 49829, - BeatsPerMinute: 92, - TopSpeed: 5.3, - Registered: `2017-05-10T04:33:10-03:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/mg.png`, - CountryName: `Madagascar` - }), - new AthletesDataItem( - { - Id: 154, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/54.jpg`, - Position: `down`, - Name: `Rhonda Simmmons`, - AthleteNumber: 37139, - BeatsPerMinute: 96, - TopSpeed: 5.1, - Registered: `2017-07-03T05:39:45-03:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/nr.png`, - CountryName: `Nauru` - }), - new AthletesDataItem( - { - Id: 155, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/82.jpg`, - Position: `up`, - Name: `Justin Philippe`, - AthleteNumber: 12858, - BeatsPerMinute: 104, - TopSpeed: 5.7, - Registered: `2017-03-16T02:00:35-02:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/mv.png`, - CountryName: `Maldives` - }), - new AthletesDataItem( - { - Id: 159, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/66.jpg`, - Position: `up`, - Name: `Eva Dean`, - AthleteNumber: 48874, - BeatsPerMinute: 103, - TopSpeed: 5.7, - Registered: `2017-03-04T01:58:52-02:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/st.png`, - CountryName: `Sao Tome and Principe` - }), - new AthletesDataItem( - { - Id: 161, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/89.jpg`, - Position: `up`, - Name: `Franklin Byrd`, - AthleteNumber: 49498, - BeatsPerMinute: 106, - TopSpeed: 5.3, - Registered: `2017-11-04T11:09:26-02:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/tw.png`, - CountryName: `Taiwan, Province of China` - }), - new AthletesDataItem( - { - Id: 161, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/38.jpg`, - Position: `current`, - Name: `Alex Martin`, - AthleteNumber: 27887, - BeatsPerMinute: 96, - TopSpeed: 4.2, - Registered: `2017-10-28T04:06:33-03:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/eg.png`, - CountryName: `Egypt` - }), - new AthletesDataItem( - { - Id: 162, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/0.jpg`, - Position: `current`, - Name: `Alex Craig`, - AthleteNumber: 21868, - BeatsPerMinute: 94, - TopSpeed: 4.2, - Registered: `2017-03-19T10:20:51-02:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/sy.png`, - CountryName: `Syrian Arab Republic` - }), - new AthletesDataItem( - { - Id: 162, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/5.jpg`, - Position: `down`, - Name: `Adam Bouchard`, - AthleteNumber: 38672, - BeatsPerMinute: 99, - TopSpeed: 4.7, - Registered: `2017-01-04T03:04:05-02:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/sc.png`, - CountryName: `Seychelles` - }), - new AthletesDataItem( - { - Id: 163, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/70.jpg`, - Position: `down`, - Name: `میلاد قاسمی`, - AthleteNumber: 12788, - BeatsPerMinute: 101, - TopSpeed: 4.1, - Registered: `2017-03-01T07:51:17-02:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ws.png`, - CountryName: `Samoa` - }), - new AthletesDataItem( - { - Id: 163, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/52.jpg`, - Position: `up`, - Name: `Millie Cooper`, - AthleteNumber: 14610, - BeatsPerMinute: 99, - TopSpeed: 5.4, - Registered: `2017-05-08T09:30:14-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ni.png`, - CountryName: `Nicaragua` - }), - new AthletesDataItem( - { - Id: 163, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/21.jpg`, - Position: `up`, - Name: `Pippa Roberts`, - AthleteNumber: 15588, - BeatsPerMinute: 105, - TopSpeed: 4.1, - Registered: `2017-02-07T10:23:13-02:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/kh.png`, - CountryName: `Cambodia` - }), - new AthletesDataItem( - { - Id: 164, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/51.jpg`, - Position: `current`, - Name: `Ethel Stephens`, - AthleteNumber: 18692, - BeatsPerMinute: 94, - TopSpeed: 4.1, - Registered: `2017-02-13T05:03:04-02:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ua.png`, - CountryName: `Ukraine` - }), - new AthletesDataItem( - { - Id: 165, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/79.jpg`, - Position: `down`, - Name: `Mario Ellis`, - AthleteNumber: 18026, - BeatsPerMinute: 99, - TopSpeed: 5.5, - Registered: `2017-02-13T11:53:15-02:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ml.png`, - CountryName: `Mali` - }), - new AthletesDataItem( - { - Id: 166, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/74.jpg`, - Position: `current`, - Name: `Maria Parra`, - AthleteNumber: 39861, - BeatsPerMinute: 106, - TopSpeed: 6, - Registered: `2017-01-30T09:22:52-02:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ki.png`, - CountryName: `Kiribati` - }), - new AthletesDataItem( - { - Id: 167, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/67.jpg`, - Position: `down`, - Name: `Aatu Ranta`, - AthleteNumber: 38049, - BeatsPerMinute: 94, - TopSpeed: 5.1, - Registered: `2017-07-21T04:22:18-03:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ae.png`, - CountryName: `United Arab Emirates` - }), - new AthletesDataItem( - { - Id: 167, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/62.jpg`, - Position: `current`, - Name: `Pippa Morris`, - AthleteNumber: 44421, - BeatsPerMinute: 101, - TopSpeed: 5.5, - Registered: `2017-03-06T09:21:58-02:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/tj.png`, - CountryName: `Tajikistan` - }), - new AthletesDataItem( - { - Id: 167, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/32.jpg`, - Position: `current`, - Name: `Esma Adıvar`, - AthleteNumber: 35565, - BeatsPerMinute: 99, - TopSpeed: 4.2, - Registered: `2017-06-17T12:34:29-03:00`, - TrackProgress: 75, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ph.png`, - CountryName: `Philippines` - }), - new AthletesDataItem( - { - Id: 167, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/19.jpg`, - Position: `down`, - Name: `Louis Smith`, - AthleteNumber: 31837, - BeatsPerMinute: 98, - TopSpeed: 5.4, - Registered: `2017-03-19T08:12:23-02:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/lr.png`, - CountryName: `Liberia` - }), - new AthletesDataItem( - { - Id: 167, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/81.jpg`, - Position: `down`, - Name: `Milo Charles`, - AthleteNumber: 10661, - BeatsPerMinute: 99, - TopSpeed: 5.4, - Registered: `2017-07-20T09:00:22-03:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/is.png`, - CountryName: `Iceland` - }), - new AthletesDataItem( - { - Id: 168, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/10.jpg`, - Position: `current`, - Name: `Calvin Hunt`, - AthleteNumber: 35535, - BeatsPerMinute: 94, - TopSpeed: 4.5, - Registered: `2017-11-07T09:58:42-02:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/at.png`, - CountryName: `Austria` - }), - new AthletesDataItem( - { - Id: 169, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/44.jpg`, - Position: `up`, - Name: `Aziz Santos`, - AthleteNumber: 38947, - BeatsPerMinute: 98, - TopSpeed: 4, - Registered: `2017-04-03T02:18:46-03:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/gb.png`, - CountryName: `United Kingdom` - }), - new AthletesDataItem( - { - Id: 169, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/21.jpg`, - Position: `down`, - Name: `Julian Barth`, - AthleteNumber: 19011, - BeatsPerMinute: 91, - TopSpeed: 5.2, - Registered: `2017-04-21T08:08:33-03:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/gd.png`, - CountryName: `Grenada` - }), - new AthletesDataItem( - { - Id: 170, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/60.jpg`, - Position: `up`, - Name: `Fernando Gimenez`, - AthleteNumber: 31290, - BeatsPerMinute: 102, - TopSpeed: 5.1, - Registered: `2017-06-21T06:45:54-03:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/uz.png`, - CountryName: `Uruguay` - }), - new AthletesDataItem( - { - Id: 173, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/18.jpg`, - Position: `current`, - Name: `Hassana Camp`, - AthleteNumber: 14467, - BeatsPerMinute: 104, - TopSpeed: 5.2, - Registered: `2017-06-02T12:21:59-03:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/cz.png`, - CountryName: `Czechia` - }), - new AthletesDataItem( - { - Id: 174, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/29.jpg`, - Position: `current`, - Name: `Beatriz Gallardo`, - AthleteNumber: 38538, - BeatsPerMinute: 101, - TopSpeed: 6, - Registered: `2017-11-06T02:14:31-02:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/er.png`, - CountryName: `Eritrea` - }), - new AthletesDataItem( - { - Id: 176, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/26.jpg`, - Position: `current`, - Name: `Tim Neal`, - AthleteNumber: 45860, - BeatsPerMinute: 97, - TopSpeed: 5.6, - Registered: `2017-04-21T04:06:34-03:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/pa.png`, - CountryName: `Panama` - }), - new AthletesDataItem( - { - Id: 176, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/35.jpg`, - Position: `down`, - Name: `Laudelino Castro`, - AthleteNumber: 12711, - BeatsPerMinute: 106, - TopSpeed: 4.4, - Registered: `2017-02-08T04:03:22-02:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/hr.png`, - CountryName: `Croatia` - }), - new AthletesDataItem( - { - Id: 178, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/65.jpg`, - Position: `down`, - Name: `Lillian Wade`, - AthleteNumber: 10729, - BeatsPerMinute: 110, - TopSpeed: 4.8, - Registered: `2017-04-07T09:53:13-03:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/sb.png`, - CountryName: `Solomon Islands` - }), - new AthletesDataItem( - { - Id: 180, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/90.jpg`, - Position: `up`, - Name: `Lillian Bowman`, - AthleteNumber: 35323, - BeatsPerMinute: 103, - TopSpeed: 4.5, - Registered: `2017-08-31T11:55:25-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/gy.png`, - CountryName: `Guyana` - }), - new AthletesDataItem( - { - Id: 182, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/14.jpg`, - Position: `up`, - Name: `Ariena Achterberg`, - AthleteNumber: 41330, - BeatsPerMinute: 92, - TopSpeed: 5.6, - Registered: `2017-10-22T02:15:39-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/kr.png`, - CountryName: `South Korea` - }), - new AthletesDataItem( - { - Id: 182, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/94.jpg`, - Position: `current`, - Name: `Gerald Schmidt`, - AthleteNumber: 47410, - BeatsPerMinute: 102, - TopSpeed: 5.8, - Registered: `2017-02-20T11:53:08-02:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ge.png`, - CountryName: `Georgia` - }), - new AthletesDataItem( - { - Id: 183, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/74.jpg`, - Position: `down`, - Name: `Yarno Kin`, - AthleteNumber: 47324, - BeatsPerMinute: 107, - TopSpeed: 5.1, - Registered: `2017-08-26T08:21:22-03:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ro.png`, - CountryName: `Romania` - }), - new AthletesDataItem( - { - Id: 183, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/53.jpg`, - Position: `up`, - Name: `رونیکا سلطانی نژاد`, - AthleteNumber: 35233, - BeatsPerMinute: 99, - TopSpeed: 4.6, - Registered: `2017-08-13T01:05:52-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/mk.png`, - CountryName: `Macedonia, The Former Yugoslav Republic of` - }), - new AthletesDataItem( - { - Id: 186, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/2.jpg`, - Position: `up`, - Name: `کوروش کامروا`, - AthleteNumber: 13506, - BeatsPerMinute: 109, - TopSpeed: 4.4, - Registered: `2017-04-16T01:10:37-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/nu.png`, - CountryName: `Niue` - }), - new AthletesDataItem( - { - Id: 186, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/42.jpg`, - Position: `up`, - Name: `Jimmy Bailey`, - AthleteNumber: 38510, - BeatsPerMinute: 101, - TopSpeed: 4.7, - Registered: `2017-06-30T04:13:42-03:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/cr.png`, - CountryName: `Costa Rica` - }), - new AthletesDataItem( - { - Id: 188, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/3.jpg`, - Position: `current`, - Name: `Foppe Delfos`, - AthleteNumber: 39679, - BeatsPerMinute: 107, - TopSpeed: 4.1, - Registered: `2017-08-05T10:54:56-03:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/py.png`, - CountryName: `Paraguay` - }), - new AthletesDataItem( - { - Id: 188, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/81.jpg`, - Position: `down`, - Name: `آراد یاسمی`, - AthleteNumber: 34370, - BeatsPerMinute: 99, - TopSpeed: 5.9, - Registered: `2017-02-02T11:42:41-02:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/mu.png`, - CountryName: `Mauritius` - }), - new AthletesDataItem( - { - Id: 188, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/45.jpg`, - Position: `down`, - Name: `Ceylan Duygulu`, - AthleteNumber: 21527, - BeatsPerMinute: 99, - TopSpeed: 4.9, - Registered: `2017-07-13T09:06:04-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/dm.png`, - CountryName: `Dominica` - }), - new AthletesDataItem( - { - Id: 190, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/2.jpg`, - Position: `current`, - Name: `Venla Korpela`, - AthleteNumber: 16454, - BeatsPerMinute: 92, - TopSpeed: 4.1, - Registered: `2017-08-22T10:36:38-03:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/hu.png`, - CountryName: `Hungary` - }), - new AthletesDataItem( - { - Id: 190, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/53.jpg`, - Position: `current`, - Name: `Gladys Van Der Steeg`, - AthleteNumber: 20216, - BeatsPerMinute: 94, - TopSpeed: 4.3, - Registered: `2017-10-09T02:01:16-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/de.png`, - CountryName: `Germany` - }), - new AthletesDataItem( - { - Id: 190, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/44.jpg`, - Position: `current`, - Name: `Kiara Dubois`, - AthleteNumber: 49964, - BeatsPerMinute: 97, - TopSpeed: 5.6, - Registered: `2017-09-28T04:37:56-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/au.png`, - CountryName: `Australia` - }), - new AthletesDataItem( - { - Id: 191, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/42.jpg`, - Position: `current`, - Name: `آرش احمدی`, - AthleteNumber: 36948, - BeatsPerMinute: 90, - TopSpeed: 4.1, - Registered: `2017-09-08T01:22:14-03:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/np.png`, - CountryName: `Nepal` - }), - new AthletesDataItem( - { - Id: 191, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/13.jpg`, - Position: `up`, - Name: `Sheryl Collins`, - AthleteNumber: 36473, - BeatsPerMinute: 98, - TopSpeed: 4.2, - Registered: `2017-03-23T12:54:35-02:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ke.png`, - CountryName: `Kenya` - }), - new AthletesDataItem( - { - Id: 191, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/72.jpg`, - Position: `up`, - Name: `Clarisse Rey`, - AthleteNumber: 29795, - BeatsPerMinute: 98, - TopSpeed: 4.9, - Registered: `2017-06-09T08:07:19-03:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ba.png`, - CountryName: `Bosnia and Herzegovina` - }), - new AthletesDataItem( - { - Id: 192, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/44.jpg`, - Position: `down`, - Name: `Viivi Kujala`, - AthleteNumber: 29939, - BeatsPerMinute: 93, - TopSpeed: 4.1, - Registered: `2017-05-03T02:40:05-03:00`, - TrackProgress: 75, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/so.png`, - CountryName: `Somalia` - }), - new AthletesDataItem( - { - Id: 193, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/9.jpg`, - Position: `down`, - Name: `Juanita Franklin`, - AthleteNumber: 13907, - BeatsPerMinute: 91, - TopSpeed: 6, - Registered: `2017-10-04T02:46:46-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/vu.png`, - CountryName: `Vanuatu` - }), - new AthletesDataItem( - { - Id: 193, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/59.jpg`, - Position: `down`, - Name: `Sophia Carlson`, - AthleteNumber: 44183, - BeatsPerMinute: 102, - TopSpeed: 5.1, - Registered: `2017-09-04T07:03:19-03:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ee.png`, - CountryName: `Estonia` - }), - new AthletesDataItem( - { - Id: 194, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/62.jpg`, - Position: `up`, - Name: `آوا سلطانی نژاد`, - AthleteNumber: 45635, - BeatsPerMinute: 98, - TopSpeed: 4.1, - Registered: `2017-04-10T11:39:46-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/se.png`, - CountryName: `Sweden` - }), - new AthletesDataItem( - { - Id: 194, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/11.jpg`, - Position: `down`, - Name: `Kaya Taşlı`, - AthleteNumber: 42291, - BeatsPerMinute: 100, - TopSpeed: 4.7, - Registered: `2017-01-30T03:23:36-02:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/sn.png`, - CountryName: `Senegal` - }), - new AthletesDataItem( - { - Id: 194, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/71.jpg`, - Position: `down`, - Name: `Adrian Ibañez`, - AthleteNumber: 21968, - BeatsPerMinute: 105, - TopSpeed: 5.3, - Registered: `2017-02-03T04:36:54-02:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/om.png`, - CountryName: `Oman` - }), - new AthletesDataItem( - { - Id: 196, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/17.jpg`, - Position: `current`, - Name: `Parel Zuidhof`, - AthleteNumber: 32718, - BeatsPerMinute: 105, - TopSpeed: 5, - Registered: `2017-01-21T10:19:56-02:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/jm.png`, - CountryName: `Jamaica` - }), - new AthletesDataItem( - { - Id: 196, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/30.jpg`, - Position: `up`, - Name: `Begüm Erkekli`, - AthleteNumber: 37888, - BeatsPerMinute: 104, - TopSpeed: 4.6, - Registered: `2017-10-04T03:02:35-03:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/sv.png`, - CountryName: `El Salvador` - }), - new AthletesDataItem( - { - Id: 197, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/93.jpg`, - Position: `current`, - Name: `Brent Lord`, - AthleteNumber: 20943, - BeatsPerMinute: 92, - TopSpeed: 4.8, - Registered: `2017-01-23T06:14:22-02:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/dz.png`, - CountryName: `Algeria` - }), - new AthletesDataItem( - { - Id: 199, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/68.jpg`, - Position: `up`, - Name: `Lucie Dumont`, - AthleteNumber: 12104, - BeatsPerMinute: 108, - TopSpeed: 4, - Registered: `2017-01-08T02:13:29-02:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ca.png`, - CountryName: `Canada` - }), - new AthletesDataItem( - { - Id: 210, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/13.jpg`, - Position: `down`, - Name: `Maeva Bergeron`, - AthleteNumber: 15655, - BeatsPerMinute: 94, - TopSpeed: 5.9, - Registered: `2017-10-03T09:42:15-03:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/mx.png`, - CountryName: `Mexico` - }), - new AthletesDataItem( - { - Id: 212, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/83.jpg`, - Position: `up`, - Name: `Sara Larsen`, - AthleteNumber: 37094, - BeatsPerMinute: 97, - TopSpeed: 4.5, - Registered: `2017-04-14T11:48:28-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/sa.png`, - CountryName: `Saudi Arabia` - }), - new AthletesDataItem( - { - Id: 214, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/84.jpg`, - Position: `up`, - Name: `Ömür Denkel`, - AthleteNumber: 31061, - BeatsPerMinute: 104, - TopSpeed: 4.5, - Registered: `2017-02-18T05:32:55-02:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/tv.png`, - CountryName: `Tuvalu` - }), - new AthletesDataItem( - { - Id: 215, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/79.jpg`, - Position: `down`, - Name: `Marilou Hubert`, - AthleteNumber: 43655, - BeatsPerMinute: 104, - TopSpeed: 4.2, - Registered: `2017-09-28T11:13:00-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/mm.png`, - CountryName: `Myanmar` - }), - new AthletesDataItem( - { - Id: 216, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/72.jpg`, - Position: `down`, - Name: `Felix Olsen`, - AthleteNumber: 43198, - BeatsPerMinute: 101, - TopSpeed: 4.2, - Registered: `2017-09-27T01:17:14-03:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/fr.png`, - CountryName: `France` - }), - new AthletesDataItem( - { - Id: 219, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/6.jpg`, - Position: `current`, - Name: `Sedef Tunçeri`, - AthleteNumber: 48164, - BeatsPerMinute: 108, - TopSpeed: 5.6, - Registered: `2017-03-29T11:54:15-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/bt.png`, - CountryName: `Bhutan` - }), - new AthletesDataItem( - { - Id: 221, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/73.jpg`, - Position: `down`, - Name: `Kuzey Aclan`, - AthleteNumber: 18583, - BeatsPerMinute: 102, - TopSpeed: 5.3, - Registered: `2017-09-12T09:14:14-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/td.png`, - CountryName: `Chad` - }), - new AthletesDataItem( - { - Id: 223, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/72.jpg`, - Position: `down`, - Name: `Gökhan Aşıkoğlu`, - AthleteNumber: 13890, - BeatsPerMinute: 105, - TopSpeed: 5.4, - Registered: `2017-03-31T06:14:26-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/jp.png`, - CountryName: `Japan` - }), - new AthletesDataItem( - { - Id: 224, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/0.jpg`, - Position: `down`, - Name: `Joan Ortega`, - AthleteNumber: 49478, - BeatsPerMinute: 103, - TopSpeed: 5.4, - Registered: `2017-07-04T03:01:47-03:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/gq.png`, - CountryName: `Equatorial Guinea` - }), - new AthletesDataItem( - { - Id: 225, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/42.jpg`, - Position: `up`, - Name: `Stanley Hart`, - AthleteNumber: 14150, - BeatsPerMinute: 91, - TopSpeed: 4.5, - Registered: `2017-08-19T03:02:33-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ve.png`, - CountryName: `Venezuela` - }), - new AthletesDataItem( - { - Id: 227, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/9.jpg`, - Position: `current`, - Name: `Johann Hinz`, - AthleteNumber: 48244, - BeatsPerMinute: 94, - TopSpeed: 4.3, - Registered: `2017-03-10T07:36:56-02:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/sd.png`, - CountryName: `Sudan` - }), - new AthletesDataItem( - { - Id: 227, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/61.jpg`, - Position: `up`, - Name: `Layla Douglas`, - AthleteNumber: 21977, - BeatsPerMinute: 97, - TopSpeed: 5.4, - Registered: `2017-04-19T11:43:38-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/si.png`, - CountryName: `Slovenia` - }), - new AthletesDataItem( - { - Id: 229, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/29.jpg`, - Position: `current`, - Name: `Selmo Caldeira`, - AthleteNumber: 21837, - BeatsPerMinute: 110, - TopSpeed: 4.9, - Registered: `2017-10-20T03:40:24-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ly.png`, - CountryName: `Libyan Arab Jamahiriya` - }), - new AthletesDataItem( - { - Id: 231, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/56.jpg`, - Position: `up`, - Name: `Judd Campbell`, - AthleteNumber: 37365, - BeatsPerMinute: 110, - TopSpeed: 5, - Registered: `2017-10-19T11:01:10-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/la.png`, - CountryName: `Lao PeopleS Democratic Republic` - }), - new AthletesDataItem( - { - Id: 233, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/18.jpg`, - Position: `up`, - Name: `Zackary Roy`, - AthleteNumber: 45996, - BeatsPerMinute: 92, - TopSpeed: 4.9, - Registered: `2017-07-07T03:51:26-03:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/bs.png`, - CountryName: `Bahamas` - }), - new AthletesDataItem( - { - Id: 234, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/19.jpg`, - Position: `down`, - Name: `Linda Schäfer`, - AthleteNumber: 43074, - BeatsPerMinute: 107, - TopSpeed: 5.1, - Registered: `2017-01-05T11:41:20-02:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ye.png`, - CountryName: `Yemen` - }), - new AthletesDataItem( - { - Id: 235, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/42.jpg`, - Position: `down`, - Name: `Elaine Smith`, - AthleteNumber: 38243, - BeatsPerMinute: 108, - TopSpeed: 4, - Registered: `2017-06-11T12:20:41-03:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/li.png`, - CountryName: `Liechtenstein` - }), - new AthletesDataItem( - { - Id: 237, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/86.jpg`, - Position: `down`, - Name: `Clyde Matthews`, - AthleteNumber: 11955, - BeatsPerMinute: 93, - TopSpeed: 5.2, - Registered: `2017-03-02T05:01:02-02:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/pw.png`, - CountryName: `Palau` - }), - new AthletesDataItem( - { - Id: 238, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/17.jpg`, - Position: `current`, - Name: `Charlotte Meyer`, - AthleteNumber: 21442, - BeatsPerMinute: 110, - TopSpeed: 4.6, - Registered: `2017-10-19T10:38:35-03:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ck.png`, - CountryName: `Cook Islands` - }), - new AthletesDataItem( - { - Id: 240, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/5.jpg`, - Position: `down`, - Name: `Carter Evans`, - AthleteNumber: 46961, - BeatsPerMinute: 100, - TopSpeed: 5.3, - Registered: `2017-07-23T02:43:07-03:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/lu.png`, - CountryName: `Luxembourg` - }), - new AthletesDataItem( - { - Id: 240, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/33.jpg`, - Position: `down`, - Name: `Alberto Clark`, - AthleteNumber: 29912, - BeatsPerMinute: 93, - TopSpeed: 4.6, - Registered: `2017-02-02T03:50:21-02:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ag.png`, - CountryName: `Antigua and Barbuda` - }), - new AthletesDataItem( - { - Id: 241, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/65.jpg`, - Position: `down`, - Name: `Lilly Keuter`, - AthleteNumber: 49893, - BeatsPerMinute: 102, - TopSpeed: 4.5, - Registered: `2017-01-20T02:38:39-02:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/kn.png`, - CountryName: `Saint Kitts and Nevis` - }), - new AthletesDataItem( - { - Id: 241, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/20.jpg`, - Position: `up`, - Name: `Oskari Karjala`, - AthleteNumber: 31498, - BeatsPerMinute: 90, - TopSpeed: 4.5, - Registered: `2017-05-10T12:45:12-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/fm.png`, - CountryName: `Micronesia, Federated States of` - }), - new AthletesDataItem( - { - Id: 242, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/83.jpg`, - Position: `down`, - Name: `Caitlin Jackson`, - AthleteNumber: 45472, - BeatsPerMinute: 101, - TopSpeed: 4.3, - Registered: `2017-09-17T09:41:01-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/mz.png`, - CountryName: `Mozambique` - }), - new AthletesDataItem( - { - Id: 243, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/77.jpg`, - Position: `down`, - Name: `Cathalijne Van Der Ree`, - AthleteNumber: 45160, - BeatsPerMinute: 102, - TopSpeed: 5.4, - Registered: `2017-02-13T05:23:49-02:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ug.png`, - CountryName: `Uganda` - }), - new AthletesDataItem( - { - Id: 243, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/94.jpg`, - Position: `up`, - Name: `Emma Turner`, - AthleteNumber: 39487, - BeatsPerMinute: 110, - TopSpeed: 5.7, - Registered: `2017-07-30T01:33:14-03:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/tz.png`, - CountryName: `Tanzania, United Republic of` - }), - new AthletesDataItem( - { - Id: 243, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/42.jpg`, - Position: `up`, - Name: `Kent Clark`, - AthleteNumber: 32799, - BeatsPerMinute: 106, - TopSpeed: 5.7, - Registered: `2017-01-24T01:00:15-02:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/pe.png`, - CountryName: `Peru` - }), - new AthletesDataItem( - { - Id: 246, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/55.jpg`, - Position: `current`, - Name: `Ronja Kraft`, - AthleteNumber: 21800, - BeatsPerMinute: 101, - TopSpeed: 5.3, - Registered: `2017-04-02T03:33:57-03:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/dk.png`, - CountryName: `Denmark` - }), - new AthletesDataItem( - { - Id: 251, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/34.jpg`, - Position: `down`, - Name: `Eléa Robin`, - AthleteNumber: 26742, - BeatsPerMinute: 90, - TopSpeed: 4.7, - Registered: `2017-03-30T12:34:24-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/vc.png`, - CountryName: `Saint Vincent and the Grenadines` - }), - new AthletesDataItem( - { - Id: 251, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/74.jpg`, - Position: `up`, - Name: `Alex Meyer`, - AthleteNumber: 44390, - BeatsPerMinute: 94, - TopSpeed: 4.3, - Registered: `2017-08-04T07:05:34-03:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/md.png`, - CountryName: `Moldova, Republic of` - }), - new AthletesDataItem( - { - Id: 252, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/94.jpg`, - Position: `down`, - Name: `Adérito Lopes`, - AthleteNumber: 21320, - BeatsPerMinute: 91, - TopSpeed: 5.2, - Registered: `2017-01-07T06:47:56-02:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/mh.png`, - CountryName: `Marshall Islands` - }), - new AthletesDataItem( - { - Id: 253, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/51.jpg`, - Position: `current`, - Name: `Kayla Patel`, - AthleteNumber: 42780, - BeatsPerMinute: 103, - TopSpeed: 4.7, - Registered: `2017-04-20T09:33:53-03:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ne.png`, - CountryName: `Niger` - }), - new AthletesDataItem( - { - Id: 258, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/31.jpg`, - Position: `current`, - Name: `Diego Gautier`, - AthleteNumber: 26320, - BeatsPerMinute: 97, - TopSpeed: 4.6, - Registered: `2017-06-11T03:50:43-03:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ng.png`, - CountryName: `Nigeria` - }), - new AthletesDataItem( - { - Id: 258, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/30.jpg`, - Position: `up`, - Name: `Veera Saari`, - AthleteNumber: 40408, - BeatsPerMinute: 100, - TopSpeed: 4.7, - Registered: `2017-10-28T10:39:22-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/iq.png`, - CountryName: `Iraq` - }), - new AthletesDataItem( - { - Id: 258, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/60.jpg`, - Position: `down`, - Name: `Zaina Pomp`, - AthleteNumber: 14109, - BeatsPerMinute: 90, - TopSpeed: 5.7, - Registered: `2017-09-07T11:17:40-03:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ao.png`, - CountryName: `Angola` - }), - new AthletesDataItem( - { - Id: 262, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/9.jpg`, - Position: `current`, - Name: `Anthony Harcourt`, - AthleteNumber: 33649, - BeatsPerMinute: 109, - TopSpeed: 5.5, - Registered: `2017-06-14T11:10:20-03:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/in.png`, - CountryName: `India` - }), - new AthletesDataItem( - { - Id: 262, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/43.jpg`, - Position: `current`, - Name: `Roman Smith`, - AthleteNumber: 15531, - BeatsPerMinute: 106, - TopSpeed: 4.9, - Registered: `2017-06-14T05:12:04-03:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ga.png`, - CountryName: `Gabon` - }), - new AthletesDataItem( - { - Id: 263, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/9.jpg`, - Position: `up`, - Name: `Estelle Vincent`, - AthleteNumber: 41700, - BeatsPerMinute: 99, - TopSpeed: 5.7, - Registered: `2017-05-31T02:56:58-03:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/na.png`, - CountryName: `Namibia` - }), - new AthletesDataItem( - { - Id: 265, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/47.jpg`, - Position: `current`, - Name: `Ilke Kisters`, - AthleteNumber: 23817, - BeatsPerMinute: 100, - TopSpeed: 5.9, - Registered: `2017-01-04T02:54:53-02:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ch.png`, - CountryName: `Switzerland` - }), - new AthletesDataItem( - { - Id: 265, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/9.jpg`, - Position: `down`, - Name: `Jenny Burke`, - AthleteNumber: 15266, - BeatsPerMinute: 99, - TopSpeed: 5.4, - Registered: `2017-09-11T12:20:19-03:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/my.png`, - CountryName: `Malaysia` - }), - new AthletesDataItem( - { - Id: 265, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/60.jpg`, - Position: `down`, - Name: `Keira Walker`, - AthleteNumber: 34116, - BeatsPerMinute: 94, - TopSpeed: 4.8, - Registered: `2017-01-09T05:46:07-02:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/al.png`, - CountryName: `Albania` - }), - new AthletesDataItem( - { - Id: 266, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/70.jpg`, - Position: `down`, - Name: `Moritz Braun`, - AthleteNumber: 48081, - BeatsPerMinute: 107, - TopSpeed: 6, - Registered: `2017-06-13T12:54:56-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ad.png`, - CountryName: `Andorra` - }), - new AthletesDataItem( - { - Id: 267, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/50.jpg`, - Position: `current`, - Name: `Villads Larsen`, - AthleteNumber: 44677, - BeatsPerMinute: 93, - TopSpeed: 5.7, - Registered: `2017-03-25T11:25:30-02:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/kw.png`, - CountryName: `Kuwait` - }), - new AthletesDataItem( - { - Id: 268, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/23.jpg`, - Position: `up`, - Name: `Sandro Carpentier`, - AthleteNumber: 23503, - BeatsPerMinute: 96, - TopSpeed: 5.7, - Registered: `2017-09-30T01:01:04-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/be.png`, - CountryName: `Belgium` - }), - new AthletesDataItem( - { - Id: 269, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/17.jpg`, - Position: `current`, - Name: `Emil Meißner`, - AthleteNumber: 37183, - BeatsPerMinute: 97, - TopSpeed: 4, - Registered: `2017-07-15T12:32:30-03:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/gm.png`, - CountryName: `Gambia` - }), - new AthletesDataItem( - { - Id: 270, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/14.jpg`, - Position: `up`, - Name: `Emily Olsen`, - AthleteNumber: 13887, - BeatsPerMinute: 110, - TopSpeed: 4.8, - Registered: `2017-10-03T08:01:40-03:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/cf.png`, - CountryName: `Central African Republic` - }), - new AthletesDataItem( - { - Id: 271, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/81.jpg`, - Position: `down`, - Name: `آراد جعفری`, - AthleteNumber: 34962, - BeatsPerMinute: 90, - TopSpeed: 4.8, - Registered: `2017-04-22T04:20:39-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/bi.png`, - CountryName: `Burundi` - }), - new AthletesDataItem( - { - Id: 271, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/74.jpg`, - Position: `down`, - Name: `Jimmie Mcguinness`, - AthleteNumber: 20729, - BeatsPerMinute: 90, - TopSpeed: 4.6, - Registered: `2017-10-07T06:08:00-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/bw.png`, - CountryName: `Botswana` - }), - new AthletesDataItem( - { - Id: 272, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/26.jpg`, - Position: `down`, - Name: `Sélène Roussel`, - AthleteNumber: 11261, - BeatsPerMinute: 99, - TopSpeed: 5.8, - Registered: `2017-05-10T02:18:02-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/sm.png`, - CountryName: `San Marino` - }), - new AthletesDataItem( - { - Id: 272, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/31.jpg`, - Position: `up`, - Name: `Aaron Robertson`, - AthleteNumber: 30727, - BeatsPerMinute: 95, - TopSpeed: 4.2, - Registered: `2017-08-23T09:37:40-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/id.png`, - CountryName: `Indonesia` - }), - new AthletesDataItem( - { - Id: 273, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/4.jpg`, - Position: `up`, - Name: `Afet Kumcuoğlu`, - AthleteNumber: 33454, - BeatsPerMinute: 106, - TopSpeed: 5.1, - Registered: `2017-09-16T07:05:43-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/nz.png`, - CountryName: `New Zealand` - }), - new AthletesDataItem( - { - Id: 273, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/33.jpg`, - Position: `up`, - Name: `Annabelle Besteman`, - AthleteNumber: 30560, - BeatsPerMinute: 105, - TopSpeed: 5.3, - Registered: `2017-11-11T02:04:19-02:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/kp.png`, - CountryName: `North Korea` - }), - new AthletesDataItem( - { - Id: 274, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/9.jpg`, - Position: `up`, - Name: `Minea Rantanen`, - AthleteNumber: 18835, - BeatsPerMinute: 105, - TopSpeed: 5, - Registered: `2017-01-24T07:30:43-02:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/jo.png`, - CountryName: `Jordan` - }), - new AthletesDataItem( - { - Id: 275, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/2.jpg`, - Position: `up`, - Name: `Fritz Sommer`, - AthleteNumber: 26210, - BeatsPerMinute: 99, - TopSpeed: 4.6, - Registered: `2017-09-29T03:54:57-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/lt.png`, - CountryName: `Lithuania` - }), - new AthletesDataItem( - { - Id: 275, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/88.jpg`, - Position: `down`, - Name: `Rafael Gutierrez`, - AthleteNumber: 38804, - BeatsPerMinute: 100, - TopSpeed: 5.9, - Registered: `2017-02-08T07:50:59-02:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/gn.png`, - CountryName: `Guinea` - }), - new AthletesDataItem( - { - Id: 275, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/69.jpg`, - Position: `current`, - Name: `Ellen Leppo`, - AthleteNumber: 29286, - BeatsPerMinute: 97, - TopSpeed: 5.6, - Registered: `2017-08-16T09:46:35-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/by.png`, - CountryName: `Belarus` - }), - new AthletesDataItem( - { - Id: 276, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/1.jpg`, - Position: `current`, - Name: `Encarnacion Martin`, - AthleteNumber: 40912, - BeatsPerMinute: 105, - TopSpeed: 5.5, - Registered: `2017-01-11T12:52:28-02:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/th.png`, - CountryName: `Thailand` - }), - new AthletesDataItem( - { - Id: 276, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/65.jpg`, - Position: `current`, - Name: `David Scott`, - AthleteNumber: 46997, - BeatsPerMinute: 101, - TopSpeed: 4.4, - Registered: `2017-07-25T09:23:24-03:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/pt.png`, - CountryName: `Portugal` - }), - new AthletesDataItem( - { - Id: 279, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/39.jpg`, - Position: `current`, - Name: `Ashley Romero`, - AthleteNumber: 36611, - BeatsPerMinute: 104, - TopSpeed: 5.5, - Registered: `2017-02-08T12:45:46-02:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/mn.png`, - CountryName: `Mongolia` - }), - new AthletesDataItem( - { - Id: 280, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/90.jpg`, - Position: `down`, - Name: `Cecil Nichols`, - AthleteNumber: 20656, - BeatsPerMinute: 100, - TopSpeed: 5, - Registered: `2017-04-24T01:20:34-03:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/rw.png`, - CountryName: `RWANDA` - }), - new AthletesDataItem( - { - Id: 282, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/55.jpg`, - Position: `current`, - Name: `Johann Fischer`, - AthleteNumber: 37212, - BeatsPerMinute: 98, - TopSpeed: 5.8, - Registered: `2017-09-01T04:39:52-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/br.png`, - CountryName: `Brazil` - }), - new AthletesDataItem( - { - Id: 283, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/10.jpg`, - Position: `current`, - Name: `سینا مرادی`, - AthleteNumber: 10809, - BeatsPerMinute: 105, - TopSpeed: 5.3, - Registered: `2017-04-05T05:27:13-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/bh.png`, - CountryName: `Bahrain` - }), - new AthletesDataItem( - { - Id: 284, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/12.jpg`, - Position: `current`, - Name: `Abel Brun`, - AthleteNumber: 39315, - BeatsPerMinute: 105, - TopSpeed: 5.1, - Registered: `2017-10-05T05:54:31-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/af.png`, - CountryName: `Afghanistan` - }), - new AthletesDataItem( - { - Id: 285, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/34.jpg`, - Position: `current`, - Name: `Jeffrey Medina`, - AthleteNumber: 42905, - BeatsPerMinute: 100, - TopSpeed: 5.2, - Registered: `2017-09-15T02:11:43-03:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/gr.png`, - CountryName: `Greece` - }), - new AthletesDataItem( - { - Id: 285, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/43.jpg`, - Position: `down`, - Name: `Niilo Laurila`, - AthleteNumber: 49215, - BeatsPerMinute: 104, - TopSpeed: 4.5, - Registered: `2017-04-26T01:26:36-03:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/et.png`, - CountryName: `Ethiopia` - }), - new AthletesDataItem( - { - Id: 286, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/45.jpg`, - Position: `down`, - Name: `Marisvalda Martins`, - AthleteNumber: 33879, - BeatsPerMinute: 107, - TopSpeed: 5.4, - Registered: `2017-01-31T12:07:48-02:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/es.png`, - CountryName: `Spain` - }), - new AthletesDataItem( - { - Id: 286, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/82.jpg`, - Position: `current`, - Name: `Eloida Novaes`, - AthleteNumber: 30751, - BeatsPerMinute: 107, - TopSpeed: 4.2, - Registered: `2017-01-02T01:04:04-02:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/cl.png`, - CountryName: `Chile` - }), - new AthletesDataItem( - { - Id: 287, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/72.jpg`, - Position: `up`, - Name: `Charlotte Dean`, - AthleteNumber: 45969, - BeatsPerMinute: 105, - TopSpeed: 5, - Registered: `2017-02-13T05:39:15-02:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/za.png`, - CountryName: `South Africa` - }), - new AthletesDataItem( - { - Id: 287, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/35.jpg`, - Position: `current`, - Name: `Loïc Gerard`, - AthleteNumber: 31706, - BeatsPerMinute: 102, - TopSpeed: 4.4, - Registered: `2017-07-28T09:10:43-03:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ie.png`, - CountryName: `Ireland` - }), - new AthletesDataItem( - { - Id: 292, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/4.jpg`, - Position: `down`, - Name: `Asta Hansen`, - AthleteNumber: 17222, - BeatsPerMinute: 101, - TopSpeed: 4.3, - Registered: `2017-01-08T02:41:56-02:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/kz.png`, - CountryName: `Kazakhstan` - }), - new AthletesDataItem( - { - Id: 293, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/21.jpg`, - Position: `up`, - Name: `Sara Hannula`, - AthleteNumber: 22025, - BeatsPerMinute: 102, - TopSpeed: 4.2, - Registered: `2017-10-09T11:32:13-03:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/tl.png`, - CountryName: `Timor-Leste` - }), - new AthletesDataItem( - { - Id: 293, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/90.jpg`, - Position: `current`, - Name: `Ana Bourgeois`, - AthleteNumber: 24612, - BeatsPerMinute: 110, - TopSpeed: 6, - Registered: `2017-11-02T02:17:43-02:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/sg.png`, - CountryName: `Singapore` - }), - new AthletesDataItem( - { - Id: 296, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/37.jpg`, - Position: `up`, - Name: `Thea Edwards`, - AthleteNumber: 29141, - BeatsPerMinute: 99, - TopSpeed: 5.8, - Registered: `2017-05-23T05:24:38-03:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/sl.png`, - CountryName: `Sierra Leone` - }), - new AthletesDataItem( - { - Id: 299, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/89.jpg`, - Position: `down`, - Name: `Victor Lévesque`, - AthleteNumber: 48375, - BeatsPerMinute: 110, - TopSpeed: 5.7, - Registered: `2017-11-10T11:31:44-02:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/mr.png`, - CountryName: `Mauritania` - }), - new AthletesDataItem( - { - Id: 301, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/65.jpg`, - Position: `down`, - Name: `Louis Stewart`, - AthleteNumber: 48131, - BeatsPerMinute: 103, - TopSpeed: 5.7, - Registered: `2017-02-26T07:28:02-02:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/hn.png`, - CountryName: `Honduras` - }), - new AthletesDataItem( - { - Id: 302, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/14.jpg`, - Position: `up`, - Name: `Bill Fox`, - AthleteNumber: 18511, - BeatsPerMinute: 91, - TopSpeed: 5, - Registered: `2017-10-24T08:25:40-03:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ir.png`, - CountryName: `Iran, Islamic Republic Of` - }), - new AthletesDataItem( - { - Id: 304, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/34.jpg`, - Position: `down`, - Name: `Mathys Martin`, - AthleteNumber: 32928, - BeatsPerMinute: 98, - TopSpeed: 5.5, - Registered: `2017-05-17T12:51:47-03:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/va.png`, - CountryName: `Holy See (Vatican City State)` - }), - new AthletesDataItem( - { - Id: 305, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/38.jpg`, - Position: `current`, - Name: `Gianne Godijn`, - AthleteNumber: 45945, - BeatsPerMinute: 96, - TopSpeed: 4.5, - Registered: `2017-03-22T03:23:12-02:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/it.png`, - CountryName: `Italy` - }), - new AthletesDataItem( - { - Id: 306, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/26.jpg`, - Position: `up`, - Name: `Mira Campos`, - AthleteNumber: 39222, - BeatsPerMinute: 95, - TopSpeed: 5.9, - Registered: `2017-01-11T01:41:31-02:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/am.png`, - CountryName: `Armenia` - }), - new AthletesDataItem( - { - Id: 308, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/15.jpg`, - Position: `down`, - Name: `Esther Kühn`, - AthleteNumber: 24868, - BeatsPerMinute: 92, - TopSpeed: 5.5, - Registered: `2017-05-14T12:30:08-03:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ru.png`, - CountryName: `Russian Federation` - }), - new AthletesDataItem( - { - Id: 308, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/14.jpg`, - Position: `up`, - Name: `Hans Möller`, - AthleteNumber: 34122, - BeatsPerMinute: 109, - TopSpeed: 5.6, - Registered: `2017-06-20T06:02:49-03:00`, - TrackProgress: 25, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/dj.png`, - CountryName: `Djibouti` - }), - new AthletesDataItem( - { - Id: 309, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/73.jpg`, - Position: `current`, - Name: `Alice Perry`, - AthleteNumber: 23750, - BeatsPerMinute: 104, - TopSpeed: 5.3, - Registered: `2017-03-31T07:15:46-03:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/lc.png`, - CountryName: `Saint Lucia` - }), - new AthletesDataItem( - { - Id: 310, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/92.jpg`, - Position: `up`, - Name: `Kaya Tekand`, - AthleteNumber: 11028, - BeatsPerMinute: 93, - TopSpeed: 5.2, - Registered: `2017-04-10T09:57:13-03:00`, - TrackProgress: 60, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/fj.png`, - CountryName: `Fiji` - }), - new AthletesDataItem( - { - Id: 311, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/92.jpg`, - Position: `down`, - Name: `Ilona Salonen`, - AthleteNumber: 27068, - BeatsPerMinute: 91, - TopSpeed: 5.4, - Registered: `2017-07-03T06:19:47-03:00`, - TrackProgress: 45, - CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/bo.png`, - CountryName: `Bolivia` - }), + new AthletesDataItem({ Id: 100, Avatar: `https://static.infragistics.com/xplatform/images/people/women/20.jpg`, Position: `current`, Name: `Alexis Walker`, AthleteNumber: 43183, BeatsPerMinute: 103, TopSpeed: 5.8, Registered: `2017-08-07T10:35:06-03:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/gh.png`, CountryName: `Ghana` }), + new AthletesDataItem({ Id: 101, Avatar: `https://static.infragistics.com/xplatform/images/people/women/71.jpg`, Position: `down`, Name: `Lavínia Silva`, AthleteNumber: 33994, BeatsPerMinute: 93, TopSpeed: 5.6, Registered: `2017-03-22T08:55:46-02:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/no.png`, CountryName: `Norway` }), + new AthletesDataItem({ Id: 105, Avatar: `https://static.infragistics.com/xplatform/images/people/men/5.jpg`, Position: `down`, Name: `Samu Hokkanen`, AthleteNumber: 22469, BeatsPerMinute: 106, TopSpeed: 5.5, Registered: `2017-06-29T04:58:27-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/az.png`, CountryName: `Azerbaijan` }), + new AthletesDataItem({ Id: 107, Avatar: `https://static.infragistics.com/xplatform/images/people/women/92.jpg`, Position: `down`, Name: `Megan Webb`, AthleteNumber: 30713, BeatsPerMinute: 93, TopSpeed: 5.6, Registered: `2017-08-20T09:26:51-03:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/mt.png`, CountryName: `Malta` }), + new AthletesDataItem({ Id: 107, Avatar: `https://static.infragistics.com/xplatform/images/people/men/33.jpg`, Position: `up`, Name: `Pedro Marquez`, AthleteNumber: 16169, BeatsPerMinute: 97, TopSpeed: 5.4, Registered: `2017-11-11T05:14:31-02:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/mw.png`, CountryName: `Malawi` }), + new AthletesDataItem({ Id: 108, Avatar: `https://static.infragistics.com/xplatform/images/people/men/31.jpg`, Position: `up`, Name: `Noah Bergeron`, AthleteNumber: 35139, BeatsPerMinute: 110, TopSpeed: 5.6, Registered: `2017-06-23T01:21:21-03:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ci.png`, CountryName: `Cote DIvoire` }), + new AthletesDataItem({ Id: 110, Avatar: `https://static.infragistics.com/xplatform/images/people/women/15.jpg`, Position: `current`, Name: `Annabell Brand`, AthleteNumber: 39233, BeatsPerMinute: 93, TopSpeed: 5.7, Registered: `2017-03-01T12:21:24-02:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/pg.png`, CountryName: `Papua New Guinea` }), + new AthletesDataItem({ Id: 110, Avatar: `https://static.infragistics.com/xplatform/images/people/women/13.jpg`, Position: `current`, Name: `Özsu Keçeci`, AthleteNumber: 29403, BeatsPerMinute: 106, TopSpeed: 4.2, Registered: `2017-01-19T11:34:13-02:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/lv.png`, CountryName: `Latvia` }), + new AthletesDataItem({ Id: 110, Avatar: `https://static.infragistics.com/xplatform/images/people/women/26.jpg`, Position: `down`, Name: `Emilie Morin`, AthleteNumber: 26164, BeatsPerMinute: 98, TopSpeed: 4.9, Registered: `2017-02-01T04:18:19-02:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/kg.png`, CountryName: `Kyrgyzstan` }), + new AthletesDataItem({ Id: 111, Avatar: `https://static.infragistics.com/xplatform/images/people/men/23.jpg`, Position: `up`, Name: `Connor Green`, AthleteNumber: 44716, BeatsPerMinute: 95, TopSpeed: 4.4, Registered: `2017-06-30T11:23:25-03:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/bb.png`, CountryName: `Barbados` }), + new AthletesDataItem({ Id: 112, Avatar: `https://static.infragistics.com/xplatform/images/people/women/53.jpg`, Position: `down`, Name: `Karen Shaw`, AthleteNumber: 31048, BeatsPerMinute: 107, TopSpeed: 5.7, Registered: `2017-05-15T09:25:03-03:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ec.png`, CountryName: `Ecuador` }), + new AthletesDataItem({ Id: 113, Avatar: `https://static.infragistics.com/xplatform/images/people/women/36.jpg`, Position: `current`, Name: `Marialba Nascimento`, AthleteNumber: 47061, BeatsPerMinute: 108, TopSpeed: 5.2, Registered: `2017-09-19T05:47:21-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/tn.png`, CountryName: `Tunisia` }), + new AthletesDataItem({ Id: 113, Avatar: `https://static.infragistics.com/xplatform/images/people/men/37.jpg`, Position: `current`, Name: `Nick Naumann`, AthleteNumber: 25566, BeatsPerMinute: 109, TopSpeed: 5.9, Registered: `2017-07-12T09:01:11-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/sz.png`, CountryName: `Swaziland` }), + new AthletesDataItem({ Id: 116, Avatar: `https://static.infragistics.com/xplatform/images/people/women/1.jpg`, Position: `down`, Name: `Sevcan Kollen`, AthleteNumber: 13728, BeatsPerMinute: 104, TopSpeed: 5.3, Registered: `2017-09-08T08:29:08-03:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/gt.png`, CountryName: `Guatemala` }), + new AthletesDataItem({ Id: 121, Avatar: `https://static.infragistics.com/xplatform/images/people/men/48.jpg`, Position: `current`, Name: `Väinö Salmi`, AthleteNumber: 29839, BeatsPerMinute: 107, TopSpeed: 5.5, Registered: `2017-10-21T05:57:02-03:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/gw.png`, CountryName: `Guinea-Bissau` }), + new AthletesDataItem({ Id: 121, Avatar: `https://static.infragistics.com/xplatform/images/people/men/31.jpg`, Position: `down`, Name: `Ivan Ivanov`, AthleteNumber: 11054, BeatsPerMinute: 108, TopSpeed: 5.7, Registered: `2017-04-18T08:03:01-03:00`, TrackProgress: 75, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/bg.png`, CountryName: `Bulgaria` }), + new AthletesDataItem({ Id: 121, Avatar: `https://static.infragistics.com/xplatform/images/people/men/45.jpg`, Position: `current`, Name: `Maurice Lambert`, AthleteNumber: 17443, BeatsPerMinute: 96, TopSpeed: 5.6, Registered: `2017-06-05T08:19:32-03:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/bd.png`, CountryName: `Bangladesh` }), + new AthletesDataItem({ Id: 122, Avatar: `https://static.infragistics.com/xplatform/images/people/women/71.jpg`, Position: `down`, Name: `Natalie Conrad`, AthleteNumber: 42602, BeatsPerMinute: 108, TopSpeed: 6, Registered: `2017-03-18T06:35:44-02:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/tt.png`, CountryName: `Trinidad and Tobago` }), + new AthletesDataItem({ Id: 122, Avatar: `https://static.infragistics.com/xplatform/images/people/men/57.jpg`, Position: `down`, Name: `Jack Jean-baptiste`, AthleteNumber: 40427, BeatsPerMinute: 110, TopSpeed: 4.3, Registered: `2017-11-09T08:50:06-02:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/cm.png`, CountryName: `Cameroon` }), + new AthletesDataItem({ Id: 123, Avatar: `https://static.infragistics.com/xplatform/images/people/women/19.jpg`, Position: `down`, Name: `Flora Perez`, AthleteNumber: 23907, BeatsPerMinute: 102, TopSpeed: 5.8, Registered: `2017-04-12T04:16:56-03:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/pl.png`, CountryName: `Poland` }), + new AthletesDataItem({ Id: 123, Avatar: `https://static.infragistics.com/xplatform/images/people/women/12.jpg`, Position: `up`, Name: `آنیتا كامياران`, AthleteNumber: 18980, BeatsPerMinute: 90, TopSpeed: 4.5, Registered: `2017-07-21T06:42:59-03:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/lb.png`, CountryName: `Lebanon` }), + new AthletesDataItem({ Id: 123, Avatar: `https://static.infragistics.com/xplatform/images/people/men/31.jpg`, Position: `current`, Name: `Eeli Makinen`, AthleteNumber: 45296, BeatsPerMinute: 106, TopSpeed: 5.2, Registered: `2017-01-06T09:58:02-02:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/fi.png`, CountryName: `Finland` }), + new AthletesDataItem({ Id: 124, Avatar: `https://static.infragistics.com/xplatform/images/people/men/98.jpg`, Position: `down`, Name: `Mathieu Mathieu`, AthleteNumber: 10555, BeatsPerMinute: 101, TopSpeed: 5.2, Registered: `2017-01-05T07:28:11-02:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/uz.png`, CountryName: `Uzbekistan` }), + new AthletesDataItem({ Id: 124, Avatar: `https://static.infragistics.com/xplatform/images/people/women/19.jpg`, Position: `current`, Name: `Marie Poulsen`, AthleteNumber: 44113, BeatsPerMinute: 109, TopSpeed: 4.7, Registered: `2017-04-15T10:25:21-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ma.png`, CountryName: `Morocco` }), + new AthletesDataItem({ Id: 125, Avatar: `https://static.infragistics.com/xplatform/images/people/women/16.jpg`, Position: `current`, Name: `Altiva Alves`, AthleteNumber: 31850, BeatsPerMinute: 106, TopSpeed: 5.1, Registered: `2017-11-09T02:43:54-02:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/km.png`, CountryName: `Comoros` }), + new AthletesDataItem({ Id: 127, Avatar: `https://static.infragistics.com/xplatform/images/people/men/52.jpg`, Position: `down`, Name: `Gerardo Soto`, AthleteNumber: 22958, BeatsPerMinute: 90, TopSpeed: 5, Registered: `2017-06-04T12:52:03-03:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/co.png`, CountryName: `Colombia` }), + new AthletesDataItem({ Id: 128, Avatar: `https://static.infragistics.com/xplatform/images/people/women/52.jpg`, Position: `up`, Name: `Sophie Lewis`, AthleteNumber: 46222, BeatsPerMinute: 106, TopSpeed: 4.4, Registered: `2017-02-20T09:42:07-02:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/mc.png`, CountryName: `Monaco` }), + new AthletesDataItem({ Id: 129, Avatar: `https://static.infragistics.com/xplatform/images/people/women/34.jpg`, Position: `up`, Name: `Ella Hansen`, AthleteNumber: 27075, BeatsPerMinute: 101, TopSpeed: 5.1, Registered: `2017-01-05T10:12:42-02:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/lk.png`, CountryName: `Sri Lanka` }), + new AthletesDataItem({ Id: 130, Avatar: `https://static.infragistics.com/xplatform/images/people/men/94.jpg`, Position: `up`, Name: `Adem Özdoğan`, AthleteNumber: 45143, BeatsPerMinute: 90, TopSpeed: 5.5, Registered: `2017-02-16T07:11:52-02:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/tm.png`, CountryName: `Turkmenistan` }), + new AthletesDataItem({ Id: 130, Avatar: `https://static.infragistics.com/xplatform/images/people/women/24.jpg`, Position: `down`, Name: `آوا احمدی`, AthleteNumber: 44347, BeatsPerMinute: 110, TopSpeed: 4.1, Registered: `2017-06-04T09:04:31-03:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/cn.png`, CountryName: `China` }), + new AthletesDataItem({ Id: 131, Avatar: `https://static.infragistics.com/xplatform/images/people/women/61.jpg`, Position: `current`, Name: `Eliza Bishop`, AthleteNumber: 31774, BeatsPerMinute: 96, TopSpeed: 4.7, Registered: `2017-09-22T11:49:02-03:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/eh.png`, CountryName: `Western Sahara` }), + new AthletesDataItem({ Id: 131, Avatar: `https://static.infragistics.com/xplatform/images/people/women/61.jpg`, Position: `down`, Name: `Veronika Huber`, AthleteNumber: 18146, BeatsPerMinute: 103, TopSpeed: 5.2, Registered: `2017-07-13T02:23:56-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/to.png`, CountryName: `Tonga` }), + new AthletesDataItem({ Id: 134, Avatar: `https://static.infragistics.com/xplatform/images/people/women/66.jpg`, Position: `down`, Name: `Anni Waisanen`, AthleteNumber: 32133, BeatsPerMinute: 99, TopSpeed: 5, Registered: `2017-08-17T01:35:09-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/do.png`, CountryName: `Dominican Republic` }), + new AthletesDataItem({ Id: 135, Avatar: `https://static.infragistics.com/xplatform/images/people/men/84.jpg`, Position: `down`, Name: `Darryl Douglas`, AthleteNumber: 35826, BeatsPerMinute: 96, TopSpeed: 4.6, Registered: `2017-07-20T11:45:52-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/tr.png`, CountryName: `Turkey` }), + new AthletesDataItem({ Id: 136, Avatar: `https://static.infragistics.com/xplatform/images/people/women/10.jpg`, Position: `down`, Name: `Elaine Matthews`, AthleteNumber: 38574, BeatsPerMinute: 110, TopSpeed: 5.5, Registered: `2017-01-26T11:50:00-02:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/cv.png`, CountryName: `Cape Verde` }), + new AthletesDataItem({ Id: 137, Avatar: `https://static.infragistics.com/xplatform/images/people/women/75.jpg`, Position: `up`, Name: `Gloria Caballero`, AthleteNumber: 43379, BeatsPerMinute: 103, TopSpeed: 4.3, Registered: `2017-08-10T08:27:45-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/il.png`, CountryName: `Israel` }), + new AthletesDataItem({ Id: 137, Avatar: `https://static.infragistics.com/xplatform/images/people/men/80.jpg`, Position: `down`, Name: `Lance Dunn`, AthleteNumber: 10113, BeatsPerMinute: 94, TopSpeed: 4.5, Registered: `2017-03-13T10:51:36-02:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/cy.png`, CountryName: `Cyprus` }), + new AthletesDataItem({ Id: 138, Avatar: `https://static.infragistics.com/xplatform/images/people/men/31.jpg`, Position: `down`, Name: `Antoine Mackay`, AthleteNumber: 34547, BeatsPerMinute: 104, TopSpeed: 5, Registered: `2017-08-22T09:11:37-03:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ls.png`, CountryName: `Lesotho` }), + new AthletesDataItem({ Id: 138, Avatar: `https://static.infragistics.com/xplatform/images/people/men/78.jpg`, Position: `current`, Name: `Oscar Calvo`, AthleteNumber: 45078, BeatsPerMinute: 109, TopSpeed: 4.3, Registered: `2017-06-19T10:57:42-03:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/cu.png`, CountryName: `Cuba` }), + new AthletesDataItem({ Id: 138, Avatar: `https://static.infragistics.com/xplatform/images/people/men/38.jpg`, Position: `current`, Name: `Derrick Price`, AthleteNumber: 19792, BeatsPerMinute: 94, TopSpeed: 5.6, Registered: `2017-03-19T01:10:55-02:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ar.png`, CountryName: `Argentina` }), + new AthletesDataItem({ Id: 139, Avatar: `https://static.infragistics.com/xplatform/images/people/women/28.jpg`, Position: `current`, Name: `Annabell Barth`, AthleteNumber: 41130, BeatsPerMinute: 103, TopSpeed: 5, Registered: `2017-08-24T11:58:56-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ht.png`, CountryName: `Haiti` }), + new AthletesDataItem({ Id: 141, Avatar: `https://static.infragistics.com/xplatform/images/people/men/15.jpg`, Position: `current`, Name: `Miro Korpela`, AthleteNumber: 40544, BeatsPerMinute: 104, TopSpeed: 5.3, Registered: `2017-01-10T07:12:44-02:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/nl.png`, CountryName: `Netherlands` }), + new AthletesDataItem({ Id: 142, Avatar: `https://static.infragistics.com/xplatform/images/people/women/63.jpg`, Position: `current`, Name: `Nicoline Thomsen`, AthleteNumber: 36778, BeatsPerMinute: 99, TopSpeed: 5.5, Registered: `2017-03-26T10:04:29-03:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/bj.png`, CountryName: `Benin` }), + new AthletesDataItem({ Id: 143, Avatar: `https://static.infragistics.com/xplatform/images/people/men/38.jpg`, Position: `up`, Name: `رضا کوتی`, AthleteNumber: 13640, BeatsPerMinute: 103, TopSpeed: 4.2, Registered: `2017-04-30T02:34:29-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/pk.png`, CountryName: `Pakistan` }), + new AthletesDataItem({ Id: 144, Avatar: `https://static.infragistics.com/xplatform/images/people/women/57.jpg`, Position: `down`, Name: `Milja Leino`, AthleteNumber: 33563, BeatsPerMinute: 110, TopSpeed: 4.1, Registered: `2017-11-01T10:34:07-02:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/bf.png`, CountryName: `Burkina Faso` }), + new AthletesDataItem({ Id: 147, Avatar: `https://static.infragistics.com/xplatform/images/people/men/8.jpg`, Position: `down`, Name: `میلاد یاسمی`, AthleteNumber: 44023, BeatsPerMinute: 104, TopSpeed: 5.2, Registered: `2017-06-10T04:11:01-03:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/tg.png`, CountryName: `Togo` }), + new AthletesDataItem({ Id: 150, Avatar: `https://static.infragistics.com/xplatform/images/people/men/52.jpg`, Position: `up`, Name: `Gustav Petersen`, AthleteNumber: 20984, BeatsPerMinute: 107, TopSpeed: 4.6, Registered: `2017-01-01T07:40:19-02:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/bz.png`, CountryName: `Belize` }), + new AthletesDataItem({ Id: 151, Avatar: `https://static.infragistics.com/xplatform/images/people/women/88.jpg`, Position: `current`, Name: `Charlotte Mills`, AthleteNumber: 49829, BeatsPerMinute: 92, TopSpeed: 5.3, Registered: `2017-05-10T04:33:10-03:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/mg.png`, CountryName: `Madagascar` }), + new AthletesDataItem({ Id: 154, Avatar: `https://static.infragistics.com/xplatform/images/people/women/54.jpg`, Position: `down`, Name: `Rhonda Simmmons`, AthleteNumber: 37139, BeatsPerMinute: 96, TopSpeed: 5.1, Registered: `2017-07-03T05:39:45-03:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/nr.png`, CountryName: `Nauru` }), + new AthletesDataItem({ Id: 155, Avatar: `https://static.infragistics.com/xplatform/images/people/men/82.jpg`, Position: `up`, Name: `Justin Philippe`, AthleteNumber: 12858, BeatsPerMinute: 104, TopSpeed: 5.7, Registered: `2017-03-16T02:00:35-02:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/mv.png`, CountryName: `Maldives` }), + new AthletesDataItem({ Id: 159, Avatar: `https://static.infragistics.com/xplatform/images/people/women/66.jpg`, Position: `up`, Name: `Eva Dean`, AthleteNumber: 48874, BeatsPerMinute: 103, TopSpeed: 5.7, Registered: `2017-03-04T01:58:52-02:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/st.png`, CountryName: `Sao Tome and Principe` }), + new AthletesDataItem({ Id: 161, Avatar: `https://static.infragistics.com/xplatform/images/people/men/89.jpg`, Position: `up`, Name: `Franklin Byrd`, AthleteNumber: 49498, BeatsPerMinute: 106, TopSpeed: 5.3, Registered: `2017-11-04T11:09:26-02:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/tw.png`, CountryName: `Taiwan, Province of China` }), + new AthletesDataItem({ Id: 161, Avatar: `https://static.infragistics.com/xplatform/images/people/men/38.jpg`, Position: `current`, Name: `Alex Martin`, AthleteNumber: 27887, BeatsPerMinute: 96, TopSpeed: 4.2, Registered: `2017-10-28T04:06:33-03:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/eg.png`, CountryName: `Egypt` }), + new AthletesDataItem({ Id: 162, Avatar: `https://static.infragistics.com/xplatform/images/people/women/0.jpg`, Position: `current`, Name: `Alex Craig`, AthleteNumber: 21868, BeatsPerMinute: 94, TopSpeed: 4.2, Registered: `2017-03-19T10:20:51-02:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/sy.png`, CountryName: `Syrian Arab Republic` }), + new AthletesDataItem({ Id: 162, Avatar: `https://static.infragistics.com/xplatform/images/people/men/5.jpg`, Position: `down`, Name: `Adam Bouchard`, AthleteNumber: 38672, BeatsPerMinute: 99, TopSpeed: 4.7, Registered: `2017-01-04T03:04:05-02:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/sc.png`, CountryName: `Seychelles` }), + new AthletesDataItem({ Id: 163, Avatar: `https://static.infragistics.com/xplatform/images/people/men/70.jpg`, Position: `down`, Name: `میلاد قاسمی`, AthleteNumber: 12788, BeatsPerMinute: 101, TopSpeed: 4.1, Registered: `2017-03-01T07:51:17-02:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ws.png`, CountryName: `Samoa` }), + new AthletesDataItem({ Id: 163, Avatar: `https://static.infragistics.com/xplatform/images/people/women/52.jpg`, Position: `up`, Name: `Millie Cooper`, AthleteNumber: 14610, BeatsPerMinute: 99, TopSpeed: 5.4, Registered: `2017-05-08T09:30:14-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ni.png`, CountryName: `Nicaragua` }), + new AthletesDataItem({ Id: 163, Avatar: `https://static.infragistics.com/xplatform/images/people/women/21.jpg`, Position: `up`, Name: `Pippa Roberts`, AthleteNumber: 15588, BeatsPerMinute: 105, TopSpeed: 4.1, Registered: `2017-02-07T10:23:13-02:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/kh.png`, CountryName: `Cambodia` }), + new AthletesDataItem({ Id: 164, Avatar: `https://static.infragistics.com/xplatform/images/people/women/51.jpg`, Position: `current`, Name: `Ethel Stephens`, AthleteNumber: 18692, BeatsPerMinute: 94, TopSpeed: 4.1, Registered: `2017-02-13T05:03:04-02:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ua.png`, CountryName: `Ukraine` }), + new AthletesDataItem({ Id: 165, Avatar: `https://static.infragistics.com/xplatform/images/people/men/79.jpg`, Position: `down`, Name: `Mario Ellis`, AthleteNumber: 18026, BeatsPerMinute: 99, TopSpeed: 5.5, Registered: `2017-02-13T11:53:15-02:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ml.png`, CountryName: `Mali` }), + new AthletesDataItem({ Id: 166, Avatar: `https://static.infragistics.com/xplatform/images/people/women/74.jpg`, Position: `current`, Name: `Maria Parra`, AthleteNumber: 39861, BeatsPerMinute: 106, TopSpeed: 6, Registered: `2017-01-30T09:22:52-02:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ki.png`, CountryName: `Kiribati` }), + new AthletesDataItem({ Id: 167, Avatar: `https://static.infragistics.com/xplatform/images/people/men/67.jpg`, Position: `down`, Name: `Aatu Ranta`, AthleteNumber: 38049, BeatsPerMinute: 94, TopSpeed: 5.1, Registered: `2017-07-21T04:22:18-03:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ae.png`, CountryName: `United Arab Emirates` }), + new AthletesDataItem({ Id: 167, Avatar: `https://static.infragistics.com/xplatform/images/people/women/62.jpg`, Position: `current`, Name: `Pippa Morris`, AthleteNumber: 44421, BeatsPerMinute: 101, TopSpeed: 5.5, Registered: `2017-03-06T09:21:58-02:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/tj.png`, CountryName: `Tajikistan` }), + new AthletesDataItem({ Id: 167, Avatar: `https://static.infragistics.com/xplatform/images/people/women/32.jpg`, Position: `current`, Name: `Esma Adıvar`, AthleteNumber: 35565, BeatsPerMinute: 99, TopSpeed: 4.2, Registered: `2017-06-17T12:34:29-03:00`, TrackProgress: 75, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ph.png`, CountryName: `Philippines` }), + new AthletesDataItem({ Id: 167, Avatar: `https://static.infragistics.com/xplatform/images/people/men/19.jpg`, Position: `down`, Name: `Louis Smith`, AthleteNumber: 31837, BeatsPerMinute: 98, TopSpeed: 5.4, Registered: `2017-03-19T08:12:23-02:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/lr.png`, CountryName: `Liberia` }), + new AthletesDataItem({ Id: 167, Avatar: `https://static.infragistics.com/xplatform/images/people/men/81.jpg`, Position: `down`, Name: `Milo Charles`, AthleteNumber: 10661, BeatsPerMinute: 99, TopSpeed: 5.4, Registered: `2017-07-20T09:00:22-03:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/is.png`, CountryName: `Iceland` }), + new AthletesDataItem({ Id: 168, Avatar: `https://static.infragistics.com/xplatform/images/people/men/10.jpg`, Position: `current`, Name: `Calvin Hunt`, AthleteNumber: 35535, BeatsPerMinute: 94, TopSpeed: 4.5, Registered: `2017-11-07T09:58:42-02:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/at.png`, CountryName: `Austria` }), + new AthletesDataItem({ Id: 169, Avatar: `https://static.infragistics.com/xplatform/images/people/men/44.jpg`, Position: `up`, Name: `Aziz Santos`, AthleteNumber: 38947, BeatsPerMinute: 98, TopSpeed: 4, Registered: `2017-04-03T02:18:46-03:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/gb.png`, CountryName: `United Kingdom` }), + new AthletesDataItem({ Id: 169, Avatar: `https://static.infragistics.com/xplatform/images/people/men/21.jpg`, Position: `down`, Name: `Julian Barth`, AthleteNumber: 19011, BeatsPerMinute: 91, TopSpeed: 5.2, Registered: `2017-04-21T08:08:33-03:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/gd.png`, CountryName: `Grenada` }), + new AthletesDataItem({ Id: 170, Avatar: `https://static.infragistics.com/xplatform/images/people/men/60.jpg`, Position: `up`, Name: `Fernando Gimenez`, AthleteNumber: 31290, BeatsPerMinute: 102, TopSpeed: 5.1, Registered: `2017-06-21T06:45:54-03:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/uz.png`, CountryName: `Uruguay` }), + new AthletesDataItem({ Id: 173, Avatar: `https://static.infragistics.com/xplatform/images/people/women/18.jpg`, Position: `current`, Name: `Hassana Camp`, AthleteNumber: 14467, BeatsPerMinute: 104, TopSpeed: 5.2, Registered: `2017-06-02T12:21:59-03:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/cz.png`, CountryName: `Czechia` }), + new AthletesDataItem({ Id: 174, Avatar: `https://static.infragistics.com/xplatform/images/people/women/29.jpg`, Position: `current`, Name: `Beatriz Gallardo`, AthleteNumber: 38538, BeatsPerMinute: 101, TopSpeed: 6, Registered: `2017-11-06T02:14:31-02:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/er.png`, CountryName: `Eritrea` }), + new AthletesDataItem({ Id: 176, Avatar: `https://static.infragistics.com/xplatform/images/people/men/26.jpg`, Position: `current`, Name: `Tim Neal`, AthleteNumber: 45860, BeatsPerMinute: 97, TopSpeed: 5.6, Registered: `2017-04-21T04:06:34-03:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/pa.png`, CountryName: `Panama` }), + new AthletesDataItem({ Id: 176, Avatar: `https://static.infragistics.com/xplatform/images/people/men/35.jpg`, Position: `down`, Name: `Laudelino Castro`, AthleteNumber: 12711, BeatsPerMinute: 106, TopSpeed: 4.4, Registered: `2017-02-08T04:03:22-02:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/hr.png`, CountryName: `Croatia` }), + new AthletesDataItem({ Id: 178, Avatar: `https://static.infragistics.com/xplatform/images/people/women/65.jpg`, Position: `down`, Name: `Lillian Wade`, AthleteNumber: 10729, BeatsPerMinute: 110, TopSpeed: 4.8, Registered: `2017-04-07T09:53:13-03:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/sb.png`, CountryName: `Solomon Islands` }), + new AthletesDataItem({ Id: 180, Avatar: `https://static.infragistics.com/xplatform/images/people/women/90.jpg`, Position: `up`, Name: `Lillian Bowman`, AthleteNumber: 35323, BeatsPerMinute: 103, TopSpeed: 4.5, Registered: `2017-08-31T11:55:25-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/gy.png`, CountryName: `Guyana` }), + new AthletesDataItem({ Id: 182, Avatar: `https://static.infragistics.com/xplatform/images/people/women/14.jpg`, Position: `up`, Name: `Ariena Achterberg`, AthleteNumber: 41330, BeatsPerMinute: 92, TopSpeed: 5.6, Registered: `2017-10-22T02:15:39-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/kr.png`, CountryName: `South Korea` }), + new AthletesDataItem({ Id: 182, Avatar: `https://static.infragistics.com/xplatform/images/people/men/94.jpg`, Position: `current`, Name: `Gerald Schmidt`, AthleteNumber: 47410, BeatsPerMinute: 102, TopSpeed: 5.8, Registered: `2017-02-20T11:53:08-02:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ge.png`, CountryName: `Georgia` }), + new AthletesDataItem({ Id: 183, Avatar: `https://static.infragistics.com/xplatform/images/people/men/74.jpg`, Position: `down`, Name: `Yarno Kin`, AthleteNumber: 47324, BeatsPerMinute: 107, TopSpeed: 5.1, Registered: `2017-08-26T08:21:22-03:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ro.png`, CountryName: `Romania` }), + new AthletesDataItem({ Id: 183, Avatar: `https://static.infragistics.com/xplatform/images/people/women/53.jpg`, Position: `up`, Name: `رونیکا سلطانی نژاد`, AthleteNumber: 35233, BeatsPerMinute: 99, TopSpeed: 4.6, Registered: `2017-08-13T01:05:52-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/mk.png`, CountryName: `Macedonia, The Former Yugoslav Republic of` }), + new AthletesDataItem({ Id: 186, Avatar: `https://static.infragistics.com/xplatform/images/people/men/2.jpg`, Position: `up`, Name: `کوروش کامروا`, AthleteNumber: 13506, BeatsPerMinute: 109, TopSpeed: 4.4, Registered: `2017-04-16T01:10:37-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/nu.png`, CountryName: `Niue` }), + new AthletesDataItem({ Id: 186, Avatar: `https://static.infragistics.com/xplatform/images/people/men/42.jpg`, Position: `up`, Name: `Jimmy Bailey`, AthleteNumber: 38510, BeatsPerMinute: 101, TopSpeed: 4.7, Registered: `2017-06-30T04:13:42-03:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/cr.png`, CountryName: `Costa Rica` }), + new AthletesDataItem({ Id: 188, Avatar: `https://static.infragistics.com/xplatform/images/people/men/3.jpg`, Position: `current`, Name: `Foppe Delfos`, AthleteNumber: 39679, BeatsPerMinute: 107, TopSpeed: 4.1, Registered: `2017-08-05T10:54:56-03:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/py.png`, CountryName: `Paraguay` }), + new AthletesDataItem({ Id: 188, Avatar: `https://static.infragistics.com/xplatform/images/people/men/81.jpg`, Position: `down`, Name: `آراد یاسمی`, AthleteNumber: 34370, BeatsPerMinute: 99, TopSpeed: 5.9, Registered: `2017-02-02T11:42:41-02:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/mu.png`, CountryName: `Mauritius` }), + new AthletesDataItem({ Id: 188, Avatar: `https://static.infragistics.com/xplatform/images/people/women/45.jpg`, Position: `down`, Name: `Ceylan Duygulu`, AthleteNumber: 21527, BeatsPerMinute: 99, TopSpeed: 4.9, Registered: `2017-07-13T09:06:04-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/dm.png`, CountryName: `Dominica` }), + new AthletesDataItem({ Id: 190, Avatar: `https://static.infragistics.com/xplatform/images/people/women/2.jpg`, Position: `current`, Name: `Venla Korpela`, AthleteNumber: 16454, BeatsPerMinute: 92, TopSpeed: 4.1, Registered: `2017-08-22T10:36:38-03:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/hu.png`, CountryName: `Hungary` }), + new AthletesDataItem({ Id: 190, Avatar: `https://static.infragistics.com/xplatform/images/people/women/53.jpg`, Position: `current`, Name: `Gladys Van Der Steeg`, AthleteNumber: 20216, BeatsPerMinute: 94, TopSpeed: 4.3, Registered: `2017-10-09T02:01:16-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/de.png`, CountryName: `Germany` }), + new AthletesDataItem({ Id: 190, Avatar: `https://static.infragistics.com/xplatform/images/people/women/44.jpg`, Position: `current`, Name: `Kiara Dubois`, AthleteNumber: 49964, BeatsPerMinute: 97, TopSpeed: 5.6, Registered: `2017-09-28T04:37:56-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/au.png`, CountryName: `Australia` }), + new AthletesDataItem({ Id: 191, Avatar: `https://static.infragistics.com/xplatform/images/people/men/42.jpg`, Position: `current`, Name: `آرش احمدی`, AthleteNumber: 36948, BeatsPerMinute: 90, TopSpeed: 4.1, Registered: `2017-09-08T01:22:14-03:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/np.png`, CountryName: `Nepal` }), + new AthletesDataItem({ Id: 191, Avatar: `https://static.infragistics.com/xplatform/images/people/women/13.jpg`, Position: `up`, Name: `Sheryl Collins`, AthleteNumber: 36473, BeatsPerMinute: 98, TopSpeed: 4.2, Registered: `2017-03-23T12:54:35-02:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ke.png`, CountryName: `Kenya` }), + new AthletesDataItem({ Id: 191, Avatar: `https://static.infragistics.com/xplatform/images/people/women/72.jpg`, Position: `up`, Name: `Clarisse Rey`, AthleteNumber: 29795, BeatsPerMinute: 98, TopSpeed: 4.9, Registered: `2017-06-09T08:07:19-03:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ba.png`, CountryName: `Bosnia and Herzegovina` }), + new AthletesDataItem({ Id: 192, Avatar: `https://static.infragistics.com/xplatform/images/people/women/44.jpg`, Position: `down`, Name: `Viivi Kujala`, AthleteNumber: 29939, BeatsPerMinute: 93, TopSpeed: 4.1, Registered: `2017-05-03T02:40:05-03:00`, TrackProgress: 75, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/so.png`, CountryName: `Somalia` }), + new AthletesDataItem({ Id: 193, Avatar: `https://static.infragistics.com/xplatform/images/people/women/9.jpg`, Position: `down`, Name: `Juanita Franklin`, AthleteNumber: 13907, BeatsPerMinute: 91, TopSpeed: 6, Registered: `2017-10-04T02:46:46-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/vu.png`, CountryName: `Vanuatu` }), + new AthletesDataItem({ Id: 193, Avatar: `https://static.infragistics.com/xplatform/images/people/women/59.jpg`, Position: `down`, Name: `Sophia Carlson`, AthleteNumber: 44183, BeatsPerMinute: 102, TopSpeed: 5.1, Registered: `2017-09-04T07:03:19-03:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ee.png`, CountryName: `Estonia` }), + new AthletesDataItem({ Id: 194, Avatar: `https://static.infragistics.com/xplatform/images/people/women/62.jpg`, Position: `up`, Name: `آوا سلطانی نژاد`, AthleteNumber: 45635, BeatsPerMinute: 98, TopSpeed: 4.1, Registered: `2017-04-10T11:39:46-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/se.png`, CountryName: `Sweden` }), + new AthletesDataItem({ Id: 194, Avatar: `https://static.infragistics.com/xplatform/images/people/men/11.jpg`, Position: `down`, Name: `Kaya Taşlı`, AthleteNumber: 42291, BeatsPerMinute: 100, TopSpeed: 4.7, Registered: `2017-01-30T03:23:36-02:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/sn.png`, CountryName: `Senegal` }), + new AthletesDataItem({ Id: 194, Avatar: `https://static.infragistics.com/xplatform/images/people/men/71.jpg`, Position: `down`, Name: `Adrian Ibañez`, AthleteNumber: 21968, BeatsPerMinute: 105, TopSpeed: 5.3, Registered: `2017-02-03T04:36:54-02:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/om.png`, CountryName: `Oman` }), + new AthletesDataItem({ Id: 196, Avatar: `https://static.infragistics.com/xplatform/images/people/women/17.jpg`, Position: `current`, Name: `Parel Zuidhof`, AthleteNumber: 32718, BeatsPerMinute: 105, TopSpeed: 5, Registered: `2017-01-21T10:19:56-02:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/jm.png`, CountryName: `Jamaica` }), + new AthletesDataItem({ Id: 196, Avatar: `https://static.infragistics.com/xplatform/images/people/women/30.jpg`, Position: `up`, Name: `Begüm Erkekli`, AthleteNumber: 37888, BeatsPerMinute: 104, TopSpeed: 4.6, Registered: `2017-10-04T03:02:35-03:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/sv.png`, CountryName: `El Salvador` }), + new AthletesDataItem({ Id: 197, Avatar: `https://static.infragistics.com/xplatform/images/people/men/93.jpg`, Position: `current`, Name: `Brent Lord`, AthleteNumber: 20943, BeatsPerMinute: 92, TopSpeed: 4.8, Registered: `2017-01-23T06:14:22-02:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/dz.png`, CountryName: `Algeria` }), + new AthletesDataItem({ Id: 199, Avatar: `https://static.infragistics.com/xplatform/images/people/women/68.jpg`, Position: `up`, Name: `Lucie Dumont`, AthleteNumber: 12104, BeatsPerMinute: 108, TopSpeed: 4, Registered: `2017-01-08T02:13:29-02:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ca.png`, CountryName: `Canada` }), + new AthletesDataItem({ Id: 210, Avatar: `https://static.infragistics.com/xplatform/images/people/women/13.jpg`, Position: `down`, Name: `Maeva Bergeron`, AthleteNumber: 15655, BeatsPerMinute: 94, TopSpeed: 5.9, Registered: `2017-10-03T09:42:15-03:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/mx.png`, CountryName: `Mexico` }), + new AthletesDataItem({ Id: 212, Avatar: `https://static.infragistics.com/xplatform/images/people/women/83.jpg`, Position: `up`, Name: `Sara Larsen`, AthleteNumber: 37094, BeatsPerMinute: 97, TopSpeed: 4.5, Registered: `2017-04-14T11:48:28-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/sa.png`, CountryName: `Saudi Arabia` }), + new AthletesDataItem({ Id: 214, Avatar: `https://static.infragistics.com/xplatform/images/people/women/84.jpg`, Position: `up`, Name: `Ömür Denkel`, AthleteNumber: 31061, BeatsPerMinute: 104, TopSpeed: 4.5, Registered: `2017-02-18T05:32:55-02:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/tv.png`, CountryName: `Tuvalu` }), + new AthletesDataItem({ Id: 215, Avatar: `https://static.infragistics.com/xplatform/images/people/women/79.jpg`, Position: `down`, Name: `Marilou Hubert`, AthleteNumber: 43655, BeatsPerMinute: 104, TopSpeed: 4.2, Registered: `2017-09-28T11:13:00-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/mm.png`, CountryName: `Myanmar` }), + new AthletesDataItem({ Id: 216, Avatar: `https://static.infragistics.com/xplatform/images/people/men/72.jpg`, Position: `down`, Name: `Felix Olsen`, AthleteNumber: 43198, BeatsPerMinute: 101, TopSpeed: 4.2, Registered: `2017-09-27T01:17:14-03:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/fr.png`, CountryName: `France` }), + new AthletesDataItem({ Id: 219, Avatar: `https://static.infragistics.com/xplatform/images/people/women/6.jpg`, Position: `current`, Name: `Sedef Tunçeri`, AthleteNumber: 48164, BeatsPerMinute: 108, TopSpeed: 5.6, Registered: `2017-03-29T11:54:15-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/bt.png`, CountryName: `Bhutan` }), + new AthletesDataItem({ Id: 221, Avatar: `https://static.infragistics.com/xplatform/images/people/men/73.jpg`, Position: `down`, Name: `Kuzey Aclan`, AthleteNumber: 18583, BeatsPerMinute: 102, TopSpeed: 5.3, Registered: `2017-09-12T09:14:14-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/td.png`, CountryName: `Chad` }), + new AthletesDataItem({ Id: 223, Avatar: `https://static.infragistics.com/xplatform/images/people/men/72.jpg`, Position: `down`, Name: `Gökhan Aşıkoğlu`, AthleteNumber: 13890, BeatsPerMinute: 105, TopSpeed: 5.4, Registered: `2017-03-31T06:14:26-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/jp.png`, CountryName: `Japan` }), + new AthletesDataItem({ Id: 224, Avatar: `https://static.infragistics.com/xplatform/images/people/men/0.jpg`, Position: `down`, Name: `Joan Ortega`, AthleteNumber: 49478, BeatsPerMinute: 103, TopSpeed: 5.4, Registered: `2017-07-04T03:01:47-03:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/gq.png`, CountryName: `Equatorial Guinea` }), + new AthletesDataItem({ Id: 225, Avatar: `https://static.infragistics.com/xplatform/images/people/men/42.jpg`, Position: `up`, Name: `Stanley Hart`, AthleteNumber: 14150, BeatsPerMinute: 91, TopSpeed: 4.5, Registered: `2017-08-19T03:02:33-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ve.png`, CountryName: `Venezuela` }), + new AthletesDataItem({ Id: 227, Avatar: `https://static.infragistics.com/xplatform/images/people/men/9.jpg`, Position: `current`, Name: `Johann Hinz`, AthleteNumber: 48244, BeatsPerMinute: 94, TopSpeed: 4.3, Registered: `2017-03-10T07:36:56-02:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/sd.png`, CountryName: `Sudan` }), + new AthletesDataItem({ Id: 227, Avatar: `https://static.infragistics.com/xplatform/images/people/women/61.jpg`, Position: `up`, Name: `Layla Douglas`, AthleteNumber: 21977, BeatsPerMinute: 97, TopSpeed: 5.4, Registered: `2017-04-19T11:43:38-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/si.png`, CountryName: `Slovenia` }), + new AthletesDataItem({ Id: 229, Avatar: `https://static.infragistics.com/xplatform/images/people/men/29.jpg`, Position: `current`, Name: `Selmo Caldeira`, AthleteNumber: 21837, BeatsPerMinute: 110, TopSpeed: 4.9, Registered: `2017-10-20T03:40:24-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ly.png`, CountryName: `Libyan Arab Jamahiriya` }), + new AthletesDataItem({ Id: 231, Avatar: `https://static.infragistics.com/xplatform/images/people/men/56.jpg`, Position: `up`, Name: `Judd Campbell`, AthleteNumber: 37365, BeatsPerMinute: 110, TopSpeed: 5, Registered: `2017-10-19T11:01:10-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/la.png`, CountryName: `Lao PeopleS Democratic Republic` }), + new AthletesDataItem({ Id: 233, Avatar: `https://static.infragistics.com/xplatform/images/people/men/18.jpg`, Position: `up`, Name: `Zackary Roy`, AthleteNumber: 45996, BeatsPerMinute: 92, TopSpeed: 4.9, Registered: `2017-07-07T03:51:26-03:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/bs.png`, CountryName: `Bahamas` }), + new AthletesDataItem({ Id: 234, Avatar: `https://static.infragistics.com/xplatform/images/people/women/19.jpg`, Position: `down`, Name: `Linda Schäfer`, AthleteNumber: 43074, BeatsPerMinute: 107, TopSpeed: 5.1, Registered: `2017-01-05T11:41:20-02:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ye.png`, CountryName: `Yemen` }), + new AthletesDataItem({ Id: 235, Avatar: `https://static.infragistics.com/xplatform/images/people/women/42.jpg`, Position: `down`, Name: `Elaine Smith`, AthleteNumber: 38243, BeatsPerMinute: 108, TopSpeed: 4, Registered: `2017-06-11T12:20:41-03:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/li.png`, CountryName: `Liechtenstein` }), + new AthletesDataItem({ Id: 237, Avatar: `https://static.infragistics.com/xplatform/images/people/men/86.jpg`, Position: `down`, Name: `Clyde Matthews`, AthleteNumber: 11955, BeatsPerMinute: 93, TopSpeed: 5.2, Registered: `2017-03-02T05:01:02-02:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/pw.png`, CountryName: `Palau` }), + new AthletesDataItem({ Id: 238, Avatar: `https://static.infragistics.com/xplatform/images/people/women/17.jpg`, Position: `current`, Name: `Charlotte Meyer`, AthleteNumber: 21442, BeatsPerMinute: 110, TopSpeed: 4.6, Registered: `2017-10-19T10:38:35-03:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ck.png`, CountryName: `Cook Islands` }), + new AthletesDataItem({ Id: 240, Avatar: `https://static.infragistics.com/xplatform/images/people/men/5.jpg`, Position: `down`, Name: `Carter Evans`, AthleteNumber: 46961, BeatsPerMinute: 100, TopSpeed: 5.3, Registered: `2017-07-23T02:43:07-03:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/lu.png`, CountryName: `Luxembourg` }), + new AthletesDataItem({ Id: 240, Avatar: `https://static.infragistics.com/xplatform/images/people/men/33.jpg`, Position: `down`, Name: `Alberto Clark`, AthleteNumber: 29912, BeatsPerMinute: 93, TopSpeed: 4.6, Registered: `2017-02-02T03:50:21-02:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ag.png`, CountryName: `Antigua and Barbuda` }), + new AthletesDataItem({ Id: 241, Avatar: `https://static.infragistics.com/xplatform/images/people/women/65.jpg`, Position: `down`, Name: `Lilly Keuter`, AthleteNumber: 49893, BeatsPerMinute: 102, TopSpeed: 4.5, Registered: `2017-01-20T02:38:39-02:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/kn.png`, CountryName: `Saint Kitts and Nevis` }), + new AthletesDataItem({ Id: 241, Avatar: `https://static.infragistics.com/xplatform/images/people/men/20.jpg`, Position: `up`, Name: `Oskari Karjala`, AthleteNumber: 31498, BeatsPerMinute: 90, TopSpeed: 4.5, Registered: `2017-05-10T12:45:12-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/fm.png`, CountryName: `Micronesia, Federated States of` }), + new AthletesDataItem({ Id: 242, Avatar: `https://static.infragistics.com/xplatform/images/people/women/83.jpg`, Position: `down`, Name: `Caitlin Jackson`, AthleteNumber: 45472, BeatsPerMinute: 101, TopSpeed: 4.3, Registered: `2017-09-17T09:41:01-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/mz.png`, CountryName: `Mozambique` }), + new AthletesDataItem({ Id: 243, Avatar: `https://static.infragistics.com/xplatform/images/people/women/77.jpg`, Position: `down`, Name: `Cathalijne Van Der Ree`, AthleteNumber: 45160, BeatsPerMinute: 102, TopSpeed: 5.4, Registered: `2017-02-13T05:23:49-02:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ug.png`, CountryName: `Uganda` }), + new AthletesDataItem({ Id: 243, Avatar: `https://static.infragistics.com/xplatform/images/people/women/94.jpg`, Position: `up`, Name: `Emma Turner`, AthleteNumber: 39487, BeatsPerMinute: 110, TopSpeed: 5.7, Registered: `2017-07-30T01:33:14-03:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/tz.png`, CountryName: `Tanzania, United Republic of` }), + new AthletesDataItem({ Id: 243, Avatar: `https://static.infragistics.com/xplatform/images/people/men/42.jpg`, Position: `up`, Name: `Kent Clark`, AthleteNumber: 32799, BeatsPerMinute: 106, TopSpeed: 5.7, Registered: `2017-01-24T01:00:15-02:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/pe.png`, CountryName: `Peru` }), + new AthletesDataItem({ Id: 246, Avatar: `https://static.infragistics.com/xplatform/images/people/women/55.jpg`, Position: `current`, Name: `Ronja Kraft`, AthleteNumber: 21800, BeatsPerMinute: 101, TopSpeed: 5.3, Registered: `2017-04-02T03:33:57-03:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/dk.png`, CountryName: `Denmark` }), + new AthletesDataItem({ Id: 251, Avatar: `https://static.infragistics.com/xplatform/images/people/women/34.jpg`, Position: `down`, Name: `Eléa Robin`, AthleteNumber: 26742, BeatsPerMinute: 90, TopSpeed: 4.7, Registered: `2017-03-30T12:34:24-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/vc.png`, CountryName: `Saint Vincent and the Grenadines` }), + new AthletesDataItem({ Id: 251, Avatar: `https://static.infragistics.com/xplatform/images/people/men/74.jpg`, Position: `up`, Name: `Alex Meyer`, AthleteNumber: 44390, BeatsPerMinute: 94, TopSpeed: 4.3, Registered: `2017-08-04T07:05:34-03:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/md.png`, CountryName: `Moldova, Republic of` }), + new AthletesDataItem({ Id: 252, Avatar: `https://static.infragistics.com/xplatform/images/people/men/94.jpg`, Position: `down`, Name: `Adérito Lopes`, AthleteNumber: 21320, BeatsPerMinute: 91, TopSpeed: 5.2, Registered: `2017-01-07T06:47:56-02:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/mh.png`, CountryName: `Marshall Islands` }), + new AthletesDataItem({ Id: 253, Avatar: `https://static.infragistics.com/xplatform/images/people/women/51.jpg`, Position: `current`, Name: `Kayla Patel`, AthleteNumber: 42780, BeatsPerMinute: 103, TopSpeed: 4.7, Registered: `2017-04-20T09:33:53-03:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ne.png`, CountryName: `Niger` }), + new AthletesDataItem({ Id: 258, Avatar: `https://static.infragistics.com/xplatform/images/people/men/31.jpg`, Position: `current`, Name: `Diego Gautier`, AthleteNumber: 26320, BeatsPerMinute: 97, TopSpeed: 4.6, Registered: `2017-06-11T03:50:43-03:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ng.png`, CountryName: `Nigeria` }), + new AthletesDataItem({ Id: 258, Avatar: `https://static.infragistics.com/xplatform/images/people/women/30.jpg`, Position: `up`, Name: `Veera Saari`, AthleteNumber: 40408, BeatsPerMinute: 100, TopSpeed: 4.7, Registered: `2017-10-28T10:39:22-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/iq.png`, CountryName: `Iraq` }), + new AthletesDataItem({ Id: 258, Avatar: `https://static.infragistics.com/xplatform/images/people/women/60.jpg`, Position: `down`, Name: `Zaina Pomp`, AthleteNumber: 14109, BeatsPerMinute: 90, TopSpeed: 5.7, Registered: `2017-09-07T11:17:40-03:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ao.png`, CountryName: `Angola` }), + new AthletesDataItem({ Id: 262, Avatar: `https://static.infragistics.com/xplatform/images/people/men/9.jpg`, Position: `current`, Name: `Anthony Harcourt`, AthleteNumber: 33649, BeatsPerMinute: 109, TopSpeed: 5.5, Registered: `2017-06-14T11:10:20-03:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/in.png`, CountryName: `India` }), + new AthletesDataItem({ Id: 262, Avatar: `https://static.infragistics.com/xplatform/images/people/men/43.jpg`, Position: `current`, Name: `Roman Smith`, AthleteNumber: 15531, BeatsPerMinute: 106, TopSpeed: 4.9, Registered: `2017-06-14T05:12:04-03:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ga.png`, CountryName: `Gabon` }), + new AthletesDataItem({ Id: 263, Avatar: `https://static.infragistics.com/xplatform/images/people/women/9.jpg`, Position: `up`, Name: `Estelle Vincent`, AthleteNumber: 41700, BeatsPerMinute: 99, TopSpeed: 5.7, Registered: `2017-05-31T02:56:58-03:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/na.png`, CountryName: `Namibia` }), + new AthletesDataItem({ Id: 265, Avatar: `https://static.infragistics.com/xplatform/images/people/women/47.jpg`, Position: `current`, Name: `Ilke Kisters`, AthleteNumber: 23817, BeatsPerMinute: 100, TopSpeed: 5.9, Registered: `2017-01-04T02:54:53-02:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ch.png`, CountryName: `Switzerland` }), + new AthletesDataItem({ Id: 265, Avatar: `https://static.infragistics.com/xplatform/images/people/women/9.jpg`, Position: `down`, Name: `Jenny Burke`, AthleteNumber: 15266, BeatsPerMinute: 99, TopSpeed: 5.4, Registered: `2017-09-11T12:20:19-03:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/my.png`, CountryName: `Malaysia` }), + new AthletesDataItem({ Id: 265, Avatar: `https://static.infragistics.com/xplatform/images/people/women/60.jpg`, Position: `down`, Name: `Keira Walker`, AthleteNumber: 34116, BeatsPerMinute: 94, TopSpeed: 4.8, Registered: `2017-01-09T05:46:07-02:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/al.png`, CountryName: `Albania` }), + new AthletesDataItem({ Id: 266, Avatar: `https://static.infragistics.com/xplatform/images/people/men/70.jpg`, Position: `down`, Name: `Moritz Braun`, AthleteNumber: 48081, BeatsPerMinute: 107, TopSpeed: 6, Registered: `2017-06-13T12:54:56-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ad.png`, CountryName: `Andorra` }), + new AthletesDataItem({ Id: 267, Avatar: `https://static.infragistics.com/xplatform/images/people/men/50.jpg`, Position: `current`, Name: `Villads Larsen`, AthleteNumber: 44677, BeatsPerMinute: 93, TopSpeed: 5.7, Registered: `2017-03-25T11:25:30-02:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/kw.png`, CountryName: `Kuwait` }), + new AthletesDataItem({ Id: 268, Avatar: `https://static.infragistics.com/xplatform/images/people/men/23.jpg`, Position: `up`, Name: `Sandro Carpentier`, AthleteNumber: 23503, BeatsPerMinute: 96, TopSpeed: 5.7, Registered: `2017-09-30T01:01:04-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/be.png`, CountryName: `Belgium` }), + new AthletesDataItem({ Id: 269, Avatar: `https://static.infragistics.com/xplatform/images/people/men/17.jpg`, Position: `current`, Name: `Emil Meißner`, AthleteNumber: 37183, BeatsPerMinute: 97, TopSpeed: 4, Registered: `2017-07-15T12:32:30-03:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/gm.png`, CountryName: `Gambia` }), + new AthletesDataItem({ Id: 270, Avatar: `https://static.infragistics.com/xplatform/images/people/women/14.jpg`, Position: `up`, Name: `Emily Olsen`, AthleteNumber: 13887, BeatsPerMinute: 110, TopSpeed: 4.8, Registered: `2017-10-03T08:01:40-03:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/cf.png`, CountryName: `Central African Republic` }), + new AthletesDataItem({ Id: 271, Avatar: `https://static.infragistics.com/xplatform/images/people/men/81.jpg`, Position: `down`, Name: `آراد جعفری`, AthleteNumber: 34962, BeatsPerMinute: 90, TopSpeed: 4.8, Registered: `2017-04-22T04:20:39-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/bi.png`, CountryName: `Burundi` }), + new AthletesDataItem({ Id: 271, Avatar: `https://static.infragistics.com/xplatform/images/people/men/74.jpg`, Position: `down`, Name: `Jimmie Mcguinness`, AthleteNumber: 20729, BeatsPerMinute: 90, TopSpeed: 4.6, Registered: `2017-10-07T06:08:00-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/bw.png`, CountryName: `Botswana` }), + new AthletesDataItem({ Id: 272, Avatar: `https://static.infragistics.com/xplatform/images/people/women/26.jpg`, Position: `down`, Name: `Sélène Roussel`, AthleteNumber: 11261, BeatsPerMinute: 99, TopSpeed: 5.8, Registered: `2017-05-10T02:18:02-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/sm.png`, CountryName: `San Marino` }), + new AthletesDataItem({ Id: 272, Avatar: `https://static.infragistics.com/xplatform/images/people/men/31.jpg`, Position: `up`, Name: `Aaron Robertson`, AthleteNumber: 30727, BeatsPerMinute: 95, TopSpeed: 4.2, Registered: `2017-08-23T09:37:40-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/id.png`, CountryName: `Indonesia` }), + new AthletesDataItem({ Id: 273, Avatar: `https://static.infragistics.com/xplatform/images/people/women/4.jpg`, Position: `up`, Name: `Afet Kumcuoğlu`, AthleteNumber: 33454, BeatsPerMinute: 106, TopSpeed: 5.1, Registered: `2017-09-16T07:05:43-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/nz.png`, CountryName: `New Zealand` }), + new AthletesDataItem({ Id: 273, Avatar: `https://static.infragistics.com/xplatform/images/people/women/33.jpg`, Position: `up`, Name: `Annabelle Besteman`, AthleteNumber: 30560, BeatsPerMinute: 105, TopSpeed: 5.3, Registered: `2017-11-11T02:04:19-02:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/kp.png`, CountryName: `North Korea` }), + new AthletesDataItem({ Id: 274, Avatar: `https://static.infragistics.com/xplatform/images/people/women/9.jpg`, Position: `up`, Name: `Minea Rantanen`, AthleteNumber: 18835, BeatsPerMinute: 105, TopSpeed: 5, Registered: `2017-01-24T07:30:43-02:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/jo.png`, CountryName: `Jordan` }), + new AthletesDataItem({ Id: 275, Avatar: `https://static.infragistics.com/xplatform/images/people/men/2.jpg`, Position: `up`, Name: `Fritz Sommer`, AthleteNumber: 26210, BeatsPerMinute: 99, TopSpeed: 4.6, Registered: `2017-09-29T03:54:57-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/lt.png`, CountryName: `Lithuania` }), + new AthletesDataItem({ Id: 275, Avatar: `https://static.infragistics.com/xplatform/images/people/men/88.jpg`, Position: `down`, Name: `Rafael Gutierrez`, AthleteNumber: 38804, BeatsPerMinute: 100, TopSpeed: 5.9, Registered: `2017-02-08T07:50:59-02:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/gn.png`, CountryName: `Guinea` }), + new AthletesDataItem({ Id: 275, Avatar: `https://static.infragistics.com/xplatform/images/people/women/69.jpg`, Position: `current`, Name: `Ellen Leppo`, AthleteNumber: 29286, BeatsPerMinute: 97, TopSpeed: 5.6, Registered: `2017-08-16T09:46:35-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/by.png`, CountryName: `Belarus` }), + new AthletesDataItem({ Id: 276, Avatar: `https://static.infragistics.com/xplatform/images/people/women/1.jpg`, Position: `current`, Name: `Encarnacion Martin`, AthleteNumber: 40912, BeatsPerMinute: 105, TopSpeed: 5.5, Registered: `2017-01-11T12:52:28-02:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/th.png`, CountryName: `Thailand` }), + new AthletesDataItem({ Id: 276, Avatar: `https://static.infragistics.com/xplatform/images/people/men/65.jpg`, Position: `current`, Name: `David Scott`, AthleteNumber: 46997, BeatsPerMinute: 101, TopSpeed: 4.4, Registered: `2017-07-25T09:23:24-03:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/pt.png`, CountryName: `Portugal` }), + new AthletesDataItem({ Id: 279, Avatar: `https://static.infragistics.com/xplatform/images/people/women/39.jpg`, Position: `current`, Name: `Ashley Romero`, AthleteNumber: 36611, BeatsPerMinute: 104, TopSpeed: 5.5, Registered: `2017-02-08T12:45:46-02:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/mn.png`, CountryName: `Mongolia` }), + new AthletesDataItem({ Id: 280, Avatar: `https://static.infragistics.com/xplatform/images/people/men/90.jpg`, Position: `down`, Name: `Cecil Nichols`, AthleteNumber: 20656, BeatsPerMinute: 100, TopSpeed: 5, Registered: `2017-04-24T01:20:34-03:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/rw.png`, CountryName: `RWANDA` }), + new AthletesDataItem({ Id: 282, Avatar: `https://static.infragistics.com/xplatform/images/people/men/55.jpg`, Position: `current`, Name: `Johann Fischer`, AthleteNumber: 37212, BeatsPerMinute: 98, TopSpeed: 5.8, Registered: `2017-09-01T04:39:52-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/br.png`, CountryName: `Brazil` }), + new AthletesDataItem({ Id: 283, Avatar: `https://static.infragistics.com/xplatform/images/people/men/10.jpg`, Position: `current`, Name: `سینا مرادی`, AthleteNumber: 10809, BeatsPerMinute: 105, TopSpeed: 5.3, Registered: `2017-04-05T05:27:13-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/bh.png`, CountryName: `Bahrain` }), + new AthletesDataItem({ Id: 284, Avatar: `https://static.infragistics.com/xplatform/images/people/men/12.jpg`, Position: `current`, Name: `Abel Brun`, AthleteNumber: 39315, BeatsPerMinute: 105, TopSpeed: 5.1, Registered: `2017-10-05T05:54:31-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/af.png`, CountryName: `Afghanistan` }), + new AthletesDataItem({ Id: 285, Avatar: `https://static.infragistics.com/xplatform/images/people/men/34.jpg`, Position: `current`, Name: `Jeffrey Medina`, AthleteNumber: 42905, BeatsPerMinute: 100, TopSpeed: 5.2, Registered: `2017-09-15T02:11:43-03:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/gr.png`, CountryName: `Greece` }), + new AthletesDataItem({ Id: 285, Avatar: `https://static.infragistics.com/xplatform/images/people/men/43.jpg`, Position: `down`, Name: `Niilo Laurila`, AthleteNumber: 49215, BeatsPerMinute: 104, TopSpeed: 4.5, Registered: `2017-04-26T01:26:36-03:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/et.png`, CountryName: `Ethiopia` }), + new AthletesDataItem({ Id: 286, Avatar: `https://static.infragistics.com/xplatform/images/people/women/45.jpg`, Position: `down`, Name: `Marisvalda Martins`, AthleteNumber: 33879, BeatsPerMinute: 107, TopSpeed: 5.4, Registered: `2017-01-31T12:07:48-02:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/es.png`, CountryName: `Spain` }), + new AthletesDataItem({ Id: 286, Avatar: `https://static.infragistics.com/xplatform/images/people/women/82.jpg`, Position: `current`, Name: `Eloida Novaes`, AthleteNumber: 30751, BeatsPerMinute: 107, TopSpeed: 4.2, Registered: `2017-01-02T01:04:04-02:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/cl.png`, CountryName: `Chile` }), + new AthletesDataItem({ Id: 287, Avatar: `https://static.infragistics.com/xplatform/images/people/women/72.jpg`, Position: `up`, Name: `Charlotte Dean`, AthleteNumber: 45969, BeatsPerMinute: 105, TopSpeed: 5, Registered: `2017-02-13T05:39:15-02:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/za.png`, CountryName: `South Africa` }), + new AthletesDataItem({ Id: 287, Avatar: `https://static.infragistics.com/xplatform/images/people/men/35.jpg`, Position: `current`, Name: `Loïc Gerard`, AthleteNumber: 31706, BeatsPerMinute: 102, TopSpeed: 4.4, Registered: `2017-07-28T09:10:43-03:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ie.png`, CountryName: `Ireland` }), + new AthletesDataItem({ Id: 292, Avatar: `https://static.infragistics.com/xplatform/images/people/women/4.jpg`, Position: `down`, Name: `Asta Hansen`, AthleteNumber: 17222, BeatsPerMinute: 101, TopSpeed: 4.3, Registered: `2017-01-08T02:41:56-02:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/kz.png`, CountryName: `Kazakhstan` }), + new AthletesDataItem({ Id: 293, Avatar: `https://static.infragistics.com/xplatform/images/people/women/21.jpg`, Position: `up`, Name: `Sara Hannula`, AthleteNumber: 22025, BeatsPerMinute: 102, TopSpeed: 4.2, Registered: `2017-10-09T11:32:13-03:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/tl.png`, CountryName: `Timor-Leste` }), + new AthletesDataItem({ Id: 293, Avatar: `https://static.infragistics.com/xplatform/images/people/women/90.jpg`, Position: `current`, Name: `Ana Bourgeois`, AthleteNumber: 24612, BeatsPerMinute: 110, TopSpeed: 6, Registered: `2017-11-02T02:17:43-02:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/sg.png`, CountryName: `Singapore` }), + new AthletesDataItem({ Id: 296, Avatar: `https://static.infragistics.com/xplatform/images/people/women/37.jpg`, Position: `up`, Name: `Thea Edwards`, AthleteNumber: 29141, BeatsPerMinute: 99, TopSpeed: 5.8, Registered: `2017-05-23T05:24:38-03:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/sl.png`, CountryName: `Sierra Leone` }), + new AthletesDataItem({ Id: 299, Avatar: `https://static.infragistics.com/xplatform/images/people/men/89.jpg`, Position: `down`, Name: `Victor Lévesque`, AthleteNumber: 48375, BeatsPerMinute: 110, TopSpeed: 5.7, Registered: `2017-11-10T11:31:44-02:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/mr.png`, CountryName: `Mauritania` }), + new AthletesDataItem({ Id: 301, Avatar: `https://static.infragistics.com/xplatform/images/people/men/65.jpg`, Position: `down`, Name: `Louis Stewart`, AthleteNumber: 48131, BeatsPerMinute: 103, TopSpeed: 5.7, Registered: `2017-02-26T07:28:02-02:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/hn.png`, CountryName: `Honduras` }), + new AthletesDataItem({ Id: 302, Avatar: `https://static.infragistics.com/xplatform/images/people/men/14.jpg`, Position: `up`, Name: `Bill Fox`, AthleteNumber: 18511, BeatsPerMinute: 91, TopSpeed: 5, Registered: `2017-10-24T08:25:40-03:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ir.png`, CountryName: `Iran, Islamic Republic Of` }), + new AthletesDataItem({ Id: 304, Avatar: `https://static.infragistics.com/xplatform/images/people/men/34.jpg`, Position: `down`, Name: `Mathys Martin`, AthleteNumber: 32928, BeatsPerMinute: 98, TopSpeed: 5.5, Registered: `2017-05-17T12:51:47-03:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/va.png`, CountryName: `Holy See (Vatican City State)` }), + new AthletesDataItem({ Id: 305, Avatar: `https://static.infragistics.com/xplatform/images/people/women/38.jpg`, Position: `current`, Name: `Gianne Godijn`, AthleteNumber: 45945, BeatsPerMinute: 96, TopSpeed: 4.5, Registered: `2017-03-22T03:23:12-02:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/it.png`, CountryName: `Italy` }), + new AthletesDataItem({ Id: 306, Avatar: `https://static.infragistics.com/xplatform/images/people/women/26.jpg`, Position: `up`, Name: `Mira Campos`, AthleteNumber: 39222, BeatsPerMinute: 95, TopSpeed: 5.9, Registered: `2017-01-11T01:41:31-02:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/am.png`, CountryName: `Armenia` }), + new AthletesDataItem({ Id: 308, Avatar: `https://static.infragistics.com/xplatform/images/people/women/15.jpg`, Position: `down`, Name: `Esther Kühn`, AthleteNumber: 24868, BeatsPerMinute: 92, TopSpeed: 5.5, Registered: `2017-05-14T12:30:08-03:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/ru.png`, CountryName: `Russian Federation` }), + new AthletesDataItem({ Id: 308, Avatar: `https://static.infragistics.com/xplatform/images/people/men/14.jpg`, Position: `up`, Name: `Hans Möller`, AthleteNumber: 34122, BeatsPerMinute: 109, TopSpeed: 5.6, Registered: `2017-06-20T06:02:49-03:00`, TrackProgress: 25, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/dj.png`, CountryName: `Djibouti` }), + new AthletesDataItem({ Id: 309, Avatar: `https://static.infragistics.com/xplatform/images/people/women/73.jpg`, Position: `current`, Name: `Alice Perry`, AthleteNumber: 23750, BeatsPerMinute: 104, TopSpeed: 5.3, Registered: `2017-03-31T07:15:46-03:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/lc.png`, CountryName: `Saint Lucia` }), + new AthletesDataItem({ Id: 310, Avatar: `https://static.infragistics.com/xplatform/images/people/men/92.jpg`, Position: `up`, Name: `Kaya Tekand`, AthleteNumber: 11028, BeatsPerMinute: 93, TopSpeed: 5.2, Registered: `2017-04-10T09:57:13-03:00`, TrackProgress: 60, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/fj.png`, CountryName: `Fiji` }), + new AthletesDataItem({ Id: 311, Avatar: `https://static.infragistics.com/xplatform/images/people/women/92.jpg`, Position: `down`, Name: `Ilona Salonen`, AthleteNumber: 27068, BeatsPerMinute: 91, TopSpeed: 5.4, Registered: `2017-07-03T06:19:47-03:00`, TrackProgress: 45, CountryFlag: `https://static.infragistics.com/xplatform/images/flags/iso2/bo.png`, CountryName: `Bolivia` }), ]; super(...newItems.slice(0)); } diff --git a/samples/grids/hierarchical-grid/action-strip/src/SingersData.json b/samples/grids/hierarchical-grid/action-strip/src/SingersData.json index f7508f3c9a..75ec4ec561 100644 --- a/samples/grids/hierarchical-grid/action-strip/src/SingersData.json +++ b/samples/grids/hierarchical-grid/action-strip/src/SingersData.json @@ -78,7 +78,79 @@ "LaunchDate": "September 3, 2013", "BillboardReview": 86, "USBillboard200": 1, - "Artist": "Naomí Yepes" + "Artist": "Naomí Yepes", + "Songs": [ + { + "Number": 1, + "Title": "Lonely Falling", + "Released": "01 May 2019", + "Genre": "*", + "Album": "Initiation" + }, + { + "Number": 2, + "Title": "Bright Breaking", + "Released": "25 Jul 2019", + "Genre": "Electro house Electropop", + "Album": "Initiation" + }, + { + "Number": 3, + "Title": "River of Whisper", + "Released": "29 Jan 2020", + "Genre": "Electro house Electropop", + "Album": "Initiation" + }, + { + "Number": 4, + "Title": "Sky of Storm", + "Released": "07 May 2019", + "Genre": "Electro house Electropop", + "Album": "Initiation" + }, + { + "Number": 5, + "Title": "Electric River", + "Released": "20 Jan 2020", + "Genre": "R&B", + "Album": "Initiation" + }, + { + "Number": 6, + "Title": "Storm of Storm", + "Released": "01 Sep 2019", + "Genre": "Crunk reggaeton", + "Album": "Initiation" + }, + { + "Number": 7, + "Title": "Fire of Dream", + "Released": "12 Sep 2019", + "Genre": "Electro house Electropop", + "Album": "Initiation" + }, + { + "Number": 8, + "Title": "Burning in the Light", + "Released": "15 Apr 2019", + "Genre": "*", + "Album": "Initiation" + }, + { + "Number": 9, + "Title": "Burning in the Storm", + "Released": "10 Sep 2019", + "Genre": "Electro house Electropop", + "Album": "Initiation" + }, + { + "Number": 10, + "Title": "Shadow of Whisper", + "Released": "06 Jan 2019", + "Genre": "Crunk reggaeton", + "Album": "Initiation" + } + ] }, { "Album": "Dream Driven", @@ -90,7 +162,7 @@ { "Number": 1, "Title": "Intro", - "Released": false, + "Released": "10 Sep 2019", "Genre": "*", "Album": "Dream Driven" }, @@ -111,7 +183,7 @@ { "Number": 4, "Title": "Future past", - "Released": false, + "Released": "20 Sep 2011", "Genre": "*", "Album": "Dream Driven" }, @@ -132,14 +204,14 @@ { "Number": 7, "Title": "Stay where you are", - "Released": false, + "Released": "14 Sep 2013", "Genre": "*", "Album": "Dream Driven" }, { "Number": 8, "Title": "Imaginarium", - "Released": false, + "Released": "20 Sep 2021", "Genre": "*", "Album": "Dream Driven" }, @@ -153,21 +225,21 @@ { "Number": 10, "Title": "Shredded into pieces", - "Released": false, + "Released": "11 Sep 2015", "Genre": "*", "Album": "Dream Driven" }, { "Number": 11, "Title": "Capture this moment", - "Released": false, + "Released": "13 Sep 2016", "Genre": "*", "Album": "Dream Driven" }, { "Number": 12, "Title": "Dream Driven", - "Released": false, + "Released": "14 Sep 2014", "Genre": "*", "Album": "Dream Driven" } @@ -180,7 +252,76 @@ "USBillboard200": 2, "Artist": "Naomí Yepes", "Songs": [ - + { + "Number": 1, + "Title": "Calling in the Storm", + "Released": "12 Mar 2019", + "Genre": "Electro house Electropop", + "Album": "The dragon journey" + }, + { + "Number": 2, + "Title": "Hiding in the Dream", + "Released": "23 Mar 2019", + "Genre": "R&B", + "Album": "The dragon journey" + }, + { + "Number": 3, + "Title": "Electric Heart", + "Released": "17 Mar 2019", + "Genre": "ethno-tunes", + "Album": "The dragon journey" + }, + { + "Number": 4, + "Title": "Shadow of Echo", + "Released": "20 Feb 2019", + "Genre": "ethno-tunes", + "Album": "The dragon journey" + }, + { + "Number": 5, + "Title": "Flying in the Storm", + "Released": "08 Apr 2019", + "Genre": "R&B", + "Album": "The dragon journey" + }, + { + "Number": 6, + "Title": "Dark Waiting", + "Released": "20 Oct 2019", + "Genre": "Synth-pop R&B", + "Album": "The dragon journey" + }, + { + "Number": 7, + "Title": "Fire of River", + "Released": "20 Feb 2019", + "Genre": "Synth-pop R&B", + "Album": "The dragon journey" + }, + { + "Number": 8, + "Title": "Wild Crying", + "Released": "14 Jun 2019", + "Genre": "R&B", + "Album": "The dragon journey" + }, + { + "Number": 9, + "Title": "Bright Dancing", + "Released": "14 Mar 2019", + "Genre": "Electro house Electropop", + "Album": "The dragon journey" + }, + { + "Number": 10, + "Title": "Golden Waiting", + "Released": "12 Sep 2019", + "Genre": "Synth-pop R&B", + "Album": "The dragon journey" + } ] }, { @@ -276,7 +417,76 @@ "USBillboard200": 12, "Artist": "Naomí Yepes", "Songs": [ - + { + "Number": 1, + "Title": "Storm of Dream", + "Released": "05 Jan 2019", + "Genre": "*", + "Album": "Curiosity" + }, + { + "Number": 2, + "Title": "Echo of Dream", + "Released": "28 Jan 2019", + "Genre": "Synth-pop R&B", + "Album": "Curiosity" + }, + { + "Number": 3, + "Title": "Light of Shadow", + "Released": "07 Feb 2019", + "Genre": "Synth-pop R&B", + "Album": "Curiosity" + }, + { + "Number": 4, + "Title": "Storm of Heart", + "Released": "05 Jan 2020", + "Genre": "Electro house Electropop", + "Album": "Curiosity" + }, + { + "Number": 5, + "Title": "Shadow of River", + "Released": "27 Feb 2019", + "Genre": "*", + "Album": "Curiosity" + }, + { + "Number": 6, + "Title": "Wicked Dancing", + "Released": "17 Jan 2020", + "Genre": "ethno-tunes", + "Album": "Curiosity" + }, + { + "Number": 7, + "Title": "River of Light", + "Released": "22 Feb 2019", + "Genre": "R&B", + "Album": "Curiosity" + }, + { + "Number": 8, + "Title": "Lonely Breaking", + "Released": "09 Sep 2019", + "Genre": "ethno-tunes", + "Album": "Curiosity" + }, + { + "Number": 9, + "Title": "Furious Flying", + "Released": "08 Jun 2019", + "Genre": "R&B", + "Album": "Curiosity" + }, + { + "Number": 10, + "Title": "Hiding in the Storm", + "Released": "27 May 2019", + "Genre": "Electro house Electropop", + "Album": "Curiosity" + } ] } ] @@ -513,7 +723,76 @@ "USBillboard200": 69, "Artist": "Ahmad Nazeri", "Songs": [ - + { + "Number": 1, + "Title": "Gentle Falling", + "Released": "26 Apr 2019", + "Genre": "Crunk reggaeton", + "Album": "Emergency" + }, + { + "Number": 2, + "Title": "Calling in the Fire", + "Released": "03 Sep 2019", + "Genre": "ethno-tunes", + "Album": "Emergency" + }, + { + "Number": 3, + "Title": "Fire of Shadow", + "Released": "05 Jan 2019", + "Genre": "ethno-tunes", + "Album": "Emergency" + }, + { + "Number": 4, + "Title": "Dancing in the Dream", + "Released": "15 Apr 2019", + "Genre": "R&B", + "Album": "Emergency" + }, + { + "Number": 5, + "Title": "Calling in the Shadow", + "Released": "09 Oct 2019", + "Genre": "R&B", + "Album": "Emergency" + }, + { + "Number": 6, + "Title": "Falling in the Sky", + "Released": "08 Mar 2019", + "Genre": "ethno-tunes", + "Album": "Emergency" + }, + { + "Number": 7, + "Title": "Calling in the Storm", + "Released": "05 Dec 2019", + "Genre": "ethno-tunes", + "Album": "Emergency" + }, + { + "Number": 8, + "Title": "Falling in the River", + "Released": "19 Aug 2019", + "Genre": "Electro house Electropop", + "Album": "Emergency" + }, + { + "Number": 9, + "Title": "Electric Fire", + "Released": "30 Nov 2019", + "Genre": "Crunk reggaeton", + "Album": "Emergency" + }, + { + "Number": 10, + "Title": "Lonely River", + "Released": "11 Nov 2019", + "Genre": "Electro house Electropop", + "Album": "Emergency" + } ] }, { @@ -523,7 +802,76 @@ "USBillboard200": 39, "Artist": "Ahmad Nazeri", "Songs": [ - + { + "Number": 1, + "Title": "Lonely Dream", + "Released": "11 Dec 2019", + "Genre": "ethno-tunes", + "Album": "Bursting bubbles" + }, + { + "Number": 2, + "Title": "Fire of River", + "Released": "01 Aug 2019", + "Genre": "Synth-pop R&B", + "Album": "Bursting bubbles" + }, + { + "Number": 3, + "Title": "Wicked Falling", + "Released": "25 Jan 2019", + "Genre": "*", + "Album": "Bursting bubbles" + }, + { + "Number": 4, + "Title": "Crying in the Shadow", + "Released": "04 Jan 2019", + "Genre": "Synth-pop R&B", + "Album": "Bursting bubbles" + }, + { + "Number": 5, + "Title": "Wild Burning", + "Released": "10 May 2019", + "Genre": "ethno-tunes", + "Album": "Bursting bubbles" + }, + { + "Number": 6, + "Title": "Waiting in the Heart", + "Released": "07 Aug 2019", + "Genre": "ethno-tunes", + "Album": "Bursting bubbles" + }, + { + "Number": 7, + "Title": "Fire of Fire", + "Released": "16 May 2019", + "Genre": "Electro house Electropop", + "Album": "Bursting bubbles" + }, + { + "Number": 8, + "Title": "Bright Heart", + "Released": "14 Mar 2019", + "Genre": "Synth-pop R&B", + "Album": "Bursting bubbles" + }, + { + "Number": 9, + "Title": "Lonely Fire", + "Released": "15 Oct 2019", + "Genre": "R&B", + "Album": "Bursting bubbles" + }, + { + "Number": 10, + "Title": "Sky of Dream", + "Released": "20 Jun 2019", + "Genre": "ethno-tunes", + "Album": "Bursting bubbles" + } ] } ] @@ -547,7 +895,76 @@ "USBillboard200": 1, "Artist": "Kimmy McIlmorie", "Songs": [ - + { + "Number": 1, + "Title": "Storm of Sky", + "Released": "04 Mar 2019", + "Genre": "ethno-tunes", + "Album": "Here we go again" + }, + { + "Number": 2, + "Title": "Dream of Shadow", + "Released": "03 Jan 2019", + "Genre": "ethno-tunes", + "Album": "Here we go again" + }, + { + "Number": 3, + "Title": "Dream of Shadow", + "Released": "19 Dec 2019", + "Genre": "Electro house Electropop", + "Album": "Here we go again" + }, + { + "Number": 4, + "Title": "Golden Fire", + "Released": "20 Jan 2019", + "Genre": "R&B", + "Album": "Here we go again" + }, + { + "Number": 5, + "Title": "Running in the Light", + "Released": "03 Jan 2020", + "Genre": "Synth-pop R&B", + "Album": "Here we go again" + }, + { + "Number": 6, + "Title": "Flying in the Heart", + "Released": "17 Jan 2019", + "Genre": "*", + "Album": "Here we go again" + }, + { + "Number": 7, + "Title": "Fire of Storm", + "Released": "26 Jan 2019", + "Genre": "ethno-tunes", + "Album": "Here we go again" + }, + { + "Number": 8, + "Title": "Calling in the Sky", + "Released": "28 Oct 2019", + "Genre": "Synth-pop R&B", + "Album": "Here we go again" + }, + { + "Number": 9, + "Title": "Flying in the Shadow", + "Released": "30 Mar 2019", + "Genre": "ethno-tunes", + "Album": "Here we go again" + }, + { + "Number": 10, + "Title": "Golden Dancing", + "Released": "12 Oct 2019", + "Genre": "ethno-tunes", + "Album": "Here we go again" + } ] } ] @@ -771,7 +1188,76 @@ "USBillboard200": 85, "Artist": "Izabella Tabakova", "Songs": [ - + { + "Number": 1, + "Title": "Hiding in the Light", + "Released": "24 Jan 2019", + "Genre": "Synth-pop R&B", + "Album": "Dark matters" + }, + { + "Number": 2, + "Title": "Furious River", + "Released": "13 Jan 2020", + "Genre": "Electro house Electropop", + "Album": "Dark matters" + }, + { + "Number": 3, + "Title": "Wild Crying", + "Released": "27 Feb 2019", + "Genre": "Electro house Electropop", + "Album": "Dark matters" + }, + { + "Number": 4, + "Title": "Light of Dream", + "Released": "01 Jun 2019", + "Genre": "Crunk reggaeton", + "Album": "Dark matters" + }, + { + "Number": 5, + "Title": "Light of Dream", + "Released": "24 Aug 2019", + "Genre": "*", + "Album": "Dark matters" + }, + { + "Number": 6, + "Title": "Storm of Light", + "Released": "26 Feb 2019", + "Genre": "*", + "Album": "Dark matters" + }, + { + "Number": 7, + "Title": "Dark Storm", + "Released": "18 Jan 2020", + "Genre": "R&B", + "Album": "Dark matters" + }, + { + "Number": 8, + "Title": "Dark Calling", + "Released": "20 Mar 2019", + "Genre": "Crunk reggaeton", + "Album": "Dark matters" + }, + { + "Number": 9, + "Title": "Sky of Whisper", + "Released": "30 Jan 2019", + "Genre": "ethno-tunes", + "Album": "Dark matters" + }, + { + "Number": 10, + "Title": "Dancing in the Light", + "Released": "28 Nov 2019", + "Genre": "Synth-pop R&B", + "Album": "Dark matters" + } ] } ] @@ -795,7 +1281,76 @@ "USBillboard200": 5, "Artist": "Nguyễn Diệp Chi", "Songs": [ - + { + "Number": 1, + "Title": "Echo of River", + "Released": "05 Mar 2019", + "Genre": "Synth-pop R&B", + "Album": "Library of liberty" + }, + { + "Number": 2, + "Title": "Heart of River", + "Released": "12 Jan 2020", + "Genre": "Electro house Electropop", + "Album": "Library of liberty" + }, + { + "Number": 3, + "Title": "Dark Light", + "Released": "09 Aug 2019", + "Genre": "Electro house Electropop", + "Album": "Library of liberty" + }, + { + "Number": 4, + "Title": "Dark Fire", + "Released": "22 Jun 2019", + "Genre": "R&B", + "Album": "Library of liberty" + }, + { + "Number": 5, + "Title": "Flying in the Fire", + "Released": "22 Jul 2019", + "Genre": "*", + "Album": "Library of liberty" + }, + { + "Number": 6, + "Title": "Shadow of Heart", + "Released": "02 Jan 2020", + "Genre": "*", + "Album": "Library of liberty" + }, + { + "Number": 7, + "Title": "Fire of Fire", + "Released": "27 Jan 2019", + "Genre": "*", + "Album": "Library of liberty" + }, + { + "Number": 8, + "Title": "Falling in the River", + "Released": "05 Aug 2019", + "Genre": "Crunk reggaeton", + "Album": "Library of liberty" + }, + { + "Number": 9, + "Title": "Fire of Light", + "Released": "31 Dec 2019", + "Genre": "ethno-tunes", + "Album": "Library of liberty" + }, + { + "Number": 10, + "Title": "Bright Flying", + "Released": "24 Jan 2019", + "Genre": "*", + "Album": "Library of liberty" + } ] } ] @@ -819,7 +1374,76 @@ "USBillboard200": 29, "Artist": "Eva Lee", "Songs": [ - + { + "Number": 1, + "Title": "Dancing in the Shadow", + "Released": "02 Aug 2019", + "Genre": "ethno-tunes", + "Album": "Just a tease" + }, + { + "Number": 2, + "Title": "Silent Whisper", + "Released": "09 Jul 2019", + "Genre": "*", + "Album": "Just a tease" + }, + { + "Number": 3, + "Title": "Crying in the Whisper", + "Released": "30 May 2019", + "Genre": "Crunk reggaeton", + "Album": "Just a tease" + }, + { + "Number": 4, + "Title": "River of Light", + "Released": "10 Jan 2019", + "Genre": "Electro house Electropop", + "Album": "Just a tease" + }, + { + "Number": 5, + "Title": "Golden River", + "Released": "15 Nov 2019", + "Genre": "*", + "Album": "Just a tease" + }, + { + "Number": 6, + "Title": "Burning in the Shadow", + "Released": "18 Apr 2019", + "Genre": "Crunk reggaeton", + "Album": "Just a tease" + }, + { + "Number": 7, + "Title": "Shadow of Sky", + "Released": "06 Sep 2019", + "Genre": "Crunk reggaeton", + "Album": "Just a tease" + }, + { + "Number": 8, + "Title": "Gentle Waiting", + "Released": "05 Dec 2019", + "Genre": "R&B", + "Album": "Just a tease" + }, + { + "Number": 9, + "Title": "Bright River", + "Released": "27 Jan 2020", + "Genre": "R&B", + "Album": "Just a tease" + }, + { + "Number": 10, + "Title": "Heart of Storm", + "Released": "07 Jan 2019", + "Genre": "Synth-pop R&B", + "Album": "Just a tease" + } ] } ] @@ -1046,7 +1670,76 @@ "USBillboard200": 98, "Artist": "Pablo Cambeiro", "Songs": [ - + { + "Number": 1, + "Title": "Dancing in the Echo", + "Released": "03 Oct 2019", + "Genre": "Crunk reggaeton", + "Album": "Fluke" + }, + { + "Number": 2, + "Title": "Dream of Dream", + "Released": "03 Mar 2019", + "Genre": "*", + "Album": "Fluke" + }, + { + "Number": 3, + "Title": "Calling in the Echo", + "Released": "16 Sep 2019", + "Genre": "*", + "Album": "Fluke" + }, + { + "Number": 4, + "Title": "Light of Light", + "Released": "25 May 2019", + "Genre": "Electro house Electropop", + "Album": "Fluke" + }, + { + "Number": 5, + "Title": "Bright Light", + "Released": "21 Mar 2019", + "Genre": "R&B", + "Album": "Fluke" + }, + { + "Number": 6, + "Title": "Storm of Echo", + "Released": "17 Jul 2019", + "Genre": "Synth-pop R&B", + "Album": "Fluke" + }, + { + "Number": 7, + "Title": "Lonely Calling", + "Released": "10 Apr 2019", + "Genre": "ethno-tunes", + "Album": "Fluke" + }, + { + "Number": 8, + "Title": "Gentle Falling", + "Released": "28 Nov 2019", + "Genre": "Synth-pop R&B", + "Album": "Fluke" + }, + { + "Number": 9, + "Title": "Wild Flying", + "Released": "26 Nov 2019", + "Genre": "Crunk reggaeton", + "Album": "Fluke" + }, + { + "Number": 10, + "Title": "Sky of Dream", + "Released": "29 May 2019", + "Genre": "R&B", + "Album": "Fluke" + } ] }, { @@ -1142,7 +1835,76 @@ "USBillboard200": 77, "Artist": "Athar Malakooti", "Songs": [ - + { + "Number": 1, + "Title": "Hiding in the Whisper", + "Released": "03 Apr 2019", + "Genre": "R&B", + "Album": "Pushing up daisies" + }, + { + "Number": 2, + "Title": "Wicked Light", + "Released": "21 Aug 2019", + "Genre": "R&B", + "Album": "Pushing up daisies" + }, + { + "Number": 3, + "Title": "Flying in the River", + "Released": "03 Feb 2020", + "Genre": "Synth-pop R&B", + "Album": "Pushing up daisies" + }, + { + "Number": 4, + "Title": "Wicked Hiding", + "Released": "15 Sep 2019", + "Genre": "Synth-pop R&B", + "Album": "Pushing up daisies" + }, + { + "Number": 5, + "Title": "Lonely Light", + "Released": "13 May 2019", + "Genre": "Electro house Electropop", + "Album": "Pushing up daisies" + }, + { + "Number": 6, + "Title": "Bright Dancing", + "Released": "10 Apr 2019", + "Genre": "Synth-pop R&B", + "Album": "Pushing up daisies" + }, + { + "Number": 7, + "Title": "Gentle Dream", + "Released": "21 May 2019", + "Genre": "*", + "Album": "Pushing up daisies" + }, + { + "Number": 8, + "Title": "Sky of Echo", + "Released": "09 Jun 2019", + "Genre": "Synth-pop R&B", + "Album": "Pushing up daisies" + }, + { + "Number": 9, + "Title": "Breaking in the Sky", + "Released": "27 Dec 2019", + "Genre": "Crunk reggaeton", + "Album": "Pushing up daisies" + }, + { + "Number": 10, + "Title": "Whisper of Shadow", + "Released": "04 Jan 2019", + "Genre": "ethno-tunes", + "Album": "Pushing up daisies" + } ] } ] @@ -1179,7 +1941,76 @@ "USBillboard200": 9, "Artist": "Marti Valencia", "Songs": [ - + { + "Number": 1, + "Title": "Hiding in the Sky", + "Released": "26 Nov 2019", + "Genre": "Synth-pop R&B", + "Album": "Nemesis" + }, + { + "Number": 2, + "Title": "Waiting in the Echo", + "Released": "10 Jul 2019", + "Genre": "ethno-tunes", + "Album": "Nemesis" + }, + { + "Number": 3, + "Title": "Wicked Shadow", + "Released": "29 Jul 2019", + "Genre": "Synth-pop R&B", + "Album": "Nemesis" + }, + { + "Number": 4, + "Title": "Crying in the Whisper", + "Released": "09 Apr 2019", + "Genre": "*", + "Album": "Nemesis" + }, + { + "Number": 5, + "Title": "Echo of Storm", + "Released": "19 Nov 2019", + "Genre": "Crunk reggaeton", + "Album": "Nemesis" + }, + { + "Number": 6, + "Title": "Shadow of Sky", + "Released": "24 Jul 2019", + "Genre": "Crunk reggaeton", + "Album": "Nemesis" + }, + { + "Number": 7, + "Title": "Golden Hiding", + "Released": "12 Dec 2019", + "Genre": "Electro house Electropop", + "Album": "Nemesis" + }, + { + "Number": 8, + "Title": "Wild Dancing", + "Released": "17 Aug 2019", + "Genre": "Synth-pop R&B", + "Album": "Nemesis" + }, + { + "Number": 9, + "Title": "Bright Burning", + "Released": "30 Aug 2019", + "Genre": "Electro house Electropop", + "Album": "Nemesis" + }, + { + "Number": 10, + "Title": "Flying in the River", + "Released": "02 Sep 2019", + "Genre": "*", + "Album": "Nemesis" + } ] }, { @@ -1282,7 +2113,76 @@ "USBillboard200": 37, "Artist": "Marti Valencia", "Songs": [ - + { + "Number": 1, + "Title": "Wild River", + "Released": "11 Jan 2019", + "Genre": "*", + "Album": "God's advocate" + }, + { + "Number": 2, + "Title": "Wicked Whisper", + "Released": "16 Feb 2019", + "Genre": "Electro house Electropop", + "Album": "God's advocate" + }, + { + "Number": 3, + "Title": "Storm of Heart", + "Released": "11 Aug 2019", + "Genre": "*", + "Album": "God's advocate" + }, + { + "Number": 4, + "Title": "Golden Dancing", + "Released": "02 Mar 2019", + "Genre": "Crunk reggaeton", + "Album": "God's advocate" + }, + { + "Number": 5, + "Title": "Calling in the Sky", + "Released": "10 Sep 2019", + "Genre": "Electro house Electropop", + "Album": "God's advocate" + }, + { + "Number": 6, + "Title": "Calling in the Heart", + "Released": "12 Jan 2019", + "Genre": "ethno-tunes", + "Album": "God's advocate" + }, + { + "Number": 7, + "Title": "Running in the Storm", + "Released": "10 Nov 2019", + "Genre": "Synth-pop R&B", + "Album": "God's advocate" + }, + { + "Number": 8, + "Title": "Wild Sky", + "Released": "10 Apr 2019", + "Genre": "R&B", + "Album": "God's advocate" + }, + { + "Number": 9, + "Title": "Crying in the Shadow", + "Released": "02 Mar 2019", + "Genre": "R&B", + "Album": "God's advocate" + }, + { + "Number": 10, + "Title": "Whisper of River", + "Released": "12 May 2019", + "Genre": "*", + "Album": "God's advocate" + } ] } ] @@ -1306,7 +2206,76 @@ "USBillboard200": 7, "Artist": "Alicia Stanger", "Songs": [ - + { + "Number": 1, + "Title": "Shadow of Light", + "Released": "24 Mar 2019", + "Genre": "ethno-tunes", + "Album": "Forever alone" + }, + { + "Number": 2, + "Title": "Running in the Echo", + "Released": "03 May 2019", + "Genre": "Crunk reggaeton", + "Album": "Forever alone" + }, + { + "Number": 3, + "Title": "Gentle Dream", + "Released": "24 Aug 2019", + "Genre": "Crunk reggaeton", + "Album": "Forever alone" + }, + { + "Number": 4, + "Title": "Furious River", + "Released": "24 Apr 2019", + "Genre": "ethno-tunes", + "Album": "Forever alone" + }, + { + "Number": 5, + "Title": "Wild Whisper", + "Released": "09 Mar 2019", + "Genre": "ethno-tunes", + "Album": "Forever alone" + }, + { + "Number": 6, + "Title": "Whisper of Sky", + "Released": "24 Jul 2019", + "Genre": "Crunk reggaeton", + "Album": "Forever alone" + }, + { + "Number": 7, + "Title": "Lonely Storm", + "Released": "01 May 2019", + "Genre": "Crunk reggaeton", + "Album": "Forever alone" + }, + { + "Number": 8, + "Title": "Dancing in the River", + "Released": "17 Dec 2019", + "Genre": "*", + "Album": "Forever alone" + }, + { + "Number": 9, + "Title": "Electric Fire", + "Released": "17 Oct 2019", + "Genre": "Electro house Electropop", + "Album": "Forever alone" + }, + { + "Number": 10, + "Title": "Electric Sky", + "Released": "25 Sep 2019", + "Genre": "ethno-tunes", + "Album": "Forever alone" + } ] } ] @@ -1371,7 +2340,76 @@ "USBillboard200": 35, "Artist": "Peter Taylor", "Songs": [ - + { + "Number": 1, + "Title": "Calling in the Dream", + "Released": "01 Aug 2019", + "Genre": "R&B", + "Album": "Decisions decisions" + }, + { + "Number": 2, + "Title": "Electric Burning", + "Released": "10 Sep 2019", + "Genre": "Electro house Electropop", + "Album": "Decisions decisions" + }, + { + "Number": 3, + "Title": "Dark Flying", + "Released": "28 Apr 2019", + "Genre": "*", + "Album": "Decisions decisions" + }, + { + "Number": 4, + "Title": "Gentle Sky", + "Released": "20 Nov 2019", + "Genre": "ethno-tunes", + "Album": "Decisions decisions" + }, + { + "Number": 5, + "Title": "Gentle Calling", + "Released": "13 Jan 2019", + "Genre": "Crunk reggaeton", + "Album": "Decisions decisions" + }, + { + "Number": 6, + "Title": "Golden Falling", + "Released": "14 Feb 2019", + "Genre": "Crunk reggaeton", + "Album": "Decisions decisions" + }, + { + "Number": 7, + "Title": "Silent River", + "Released": "13 Feb 2019", + "Genre": "R&B", + "Album": "Decisions decisions" + }, + { + "Number": 8, + "Title": "Furious Calling", + "Released": "11 Jun 2019", + "Genre": "Synth-pop R&B", + "Album": "Decisions decisions" + }, + { + "Number": 9, + "Title": "Running in the Echo", + "Released": "06 Nov 2019", + "Genre": "Electro house Electropop", + "Album": "Decisions decisions" + }, + { + "Number": 10, + "Title": "Furious River", + "Released": "12 Mar 2019", + "Genre": "*", + "Album": "Decisions decisions" + } ] }, { @@ -1381,7 +2419,76 @@ "USBillboard200": 89, "Artist": "Peter Taylor", "Songs": [ - + { + "Number": 1, + "Title": "Dark Crying", + "Released": "27 Apr 2019", + "Genre": "Electro house Electropop", + "Album": "Climate changed" + }, + { + "Number": 2, + "Title": "Dark Waiting", + "Released": "14 Nov 2019", + "Genre": "Synth-pop R&B", + "Album": "Climate changed" + }, + { + "Number": 3, + "Title": "Furious Waiting", + "Released": "23 May 2019", + "Genre": "*", + "Album": "Climate changed" + }, + { + "Number": 4, + "Title": "Running in the Echo", + "Released": "29 Nov 2019", + "Genre": "Crunk reggaeton", + "Album": "Climate changed" + }, + { + "Number": 5, + "Title": "Dream of Sky", + "Released": "31 Oct 2019", + "Genre": "Crunk reggaeton", + "Album": "Climate changed" + }, + { + "Number": 6, + "Title": "Hiding in the Heart", + "Released": "09 Aug 2019", + "Genre": "R&B", + "Album": "Climate changed" + }, + { + "Number": 7, + "Title": "Sky of Storm", + "Released": "01 Jun 2019", + "Genre": "R&B", + "Album": "Climate changed" + }, + { + "Number": 8, + "Title": "Light of Storm", + "Released": "17 Jan 2020", + "Genre": "ethno-tunes", + "Album": "Climate changed" + }, + { + "Number": 9, + "Title": "Light of Sky", + "Released": "26 May 2019", + "Genre": "*", + "Album": "Climate changed" + }, + { + "Number": 10, + "Title": "Golden River", + "Released": "19 Jun 2019", + "Genre": "*", + "Album": "Climate changed" + } ] } ] diff --git a/samples/grids/hierarchical-grid/advanced-filtering-options/src/SingersData.json b/samples/grids/hierarchical-grid/advanced-filtering-options/src/SingersData.json index f7508f3c9a..75ec4ec561 100644 --- a/samples/grids/hierarchical-grid/advanced-filtering-options/src/SingersData.json +++ b/samples/grids/hierarchical-grid/advanced-filtering-options/src/SingersData.json @@ -78,7 +78,79 @@ "LaunchDate": "September 3, 2013", "BillboardReview": 86, "USBillboard200": 1, - "Artist": "Naomí Yepes" + "Artist": "Naomí Yepes", + "Songs": [ + { + "Number": 1, + "Title": "Lonely Falling", + "Released": "01 May 2019", + "Genre": "*", + "Album": "Initiation" + }, + { + "Number": 2, + "Title": "Bright Breaking", + "Released": "25 Jul 2019", + "Genre": "Electro house Electropop", + "Album": "Initiation" + }, + { + "Number": 3, + "Title": "River of Whisper", + "Released": "29 Jan 2020", + "Genre": "Electro house Electropop", + "Album": "Initiation" + }, + { + "Number": 4, + "Title": "Sky of Storm", + "Released": "07 May 2019", + "Genre": "Electro house Electropop", + "Album": "Initiation" + }, + { + "Number": 5, + "Title": "Electric River", + "Released": "20 Jan 2020", + "Genre": "R&B", + "Album": "Initiation" + }, + { + "Number": 6, + "Title": "Storm of Storm", + "Released": "01 Sep 2019", + "Genre": "Crunk reggaeton", + "Album": "Initiation" + }, + { + "Number": 7, + "Title": "Fire of Dream", + "Released": "12 Sep 2019", + "Genre": "Electro house Electropop", + "Album": "Initiation" + }, + { + "Number": 8, + "Title": "Burning in the Light", + "Released": "15 Apr 2019", + "Genre": "*", + "Album": "Initiation" + }, + { + "Number": 9, + "Title": "Burning in the Storm", + "Released": "10 Sep 2019", + "Genre": "Electro house Electropop", + "Album": "Initiation" + }, + { + "Number": 10, + "Title": "Shadow of Whisper", + "Released": "06 Jan 2019", + "Genre": "Crunk reggaeton", + "Album": "Initiation" + } + ] }, { "Album": "Dream Driven", @@ -90,7 +162,7 @@ { "Number": 1, "Title": "Intro", - "Released": false, + "Released": "10 Sep 2019", "Genre": "*", "Album": "Dream Driven" }, @@ -111,7 +183,7 @@ { "Number": 4, "Title": "Future past", - "Released": false, + "Released": "20 Sep 2011", "Genre": "*", "Album": "Dream Driven" }, @@ -132,14 +204,14 @@ { "Number": 7, "Title": "Stay where you are", - "Released": false, + "Released": "14 Sep 2013", "Genre": "*", "Album": "Dream Driven" }, { "Number": 8, "Title": "Imaginarium", - "Released": false, + "Released": "20 Sep 2021", "Genre": "*", "Album": "Dream Driven" }, @@ -153,21 +225,21 @@ { "Number": 10, "Title": "Shredded into pieces", - "Released": false, + "Released": "11 Sep 2015", "Genre": "*", "Album": "Dream Driven" }, { "Number": 11, "Title": "Capture this moment", - "Released": false, + "Released": "13 Sep 2016", "Genre": "*", "Album": "Dream Driven" }, { "Number": 12, "Title": "Dream Driven", - "Released": false, + "Released": "14 Sep 2014", "Genre": "*", "Album": "Dream Driven" } @@ -180,7 +252,76 @@ "USBillboard200": 2, "Artist": "Naomí Yepes", "Songs": [ - + { + "Number": 1, + "Title": "Calling in the Storm", + "Released": "12 Mar 2019", + "Genre": "Electro house Electropop", + "Album": "The dragon journey" + }, + { + "Number": 2, + "Title": "Hiding in the Dream", + "Released": "23 Mar 2019", + "Genre": "R&B", + "Album": "The dragon journey" + }, + { + "Number": 3, + "Title": "Electric Heart", + "Released": "17 Mar 2019", + "Genre": "ethno-tunes", + "Album": "The dragon journey" + }, + { + "Number": 4, + "Title": "Shadow of Echo", + "Released": "20 Feb 2019", + "Genre": "ethno-tunes", + "Album": "The dragon journey" + }, + { + "Number": 5, + "Title": "Flying in the Storm", + "Released": "08 Apr 2019", + "Genre": "R&B", + "Album": "The dragon journey" + }, + { + "Number": 6, + "Title": "Dark Waiting", + "Released": "20 Oct 2019", + "Genre": "Synth-pop R&B", + "Album": "The dragon journey" + }, + { + "Number": 7, + "Title": "Fire of River", + "Released": "20 Feb 2019", + "Genre": "Synth-pop R&B", + "Album": "The dragon journey" + }, + { + "Number": 8, + "Title": "Wild Crying", + "Released": "14 Jun 2019", + "Genre": "R&B", + "Album": "The dragon journey" + }, + { + "Number": 9, + "Title": "Bright Dancing", + "Released": "14 Mar 2019", + "Genre": "Electro house Electropop", + "Album": "The dragon journey" + }, + { + "Number": 10, + "Title": "Golden Waiting", + "Released": "12 Sep 2019", + "Genre": "Synth-pop R&B", + "Album": "The dragon journey" + } ] }, { @@ -276,7 +417,76 @@ "USBillboard200": 12, "Artist": "Naomí Yepes", "Songs": [ - + { + "Number": 1, + "Title": "Storm of Dream", + "Released": "05 Jan 2019", + "Genre": "*", + "Album": "Curiosity" + }, + { + "Number": 2, + "Title": "Echo of Dream", + "Released": "28 Jan 2019", + "Genre": "Synth-pop R&B", + "Album": "Curiosity" + }, + { + "Number": 3, + "Title": "Light of Shadow", + "Released": "07 Feb 2019", + "Genre": "Synth-pop R&B", + "Album": "Curiosity" + }, + { + "Number": 4, + "Title": "Storm of Heart", + "Released": "05 Jan 2020", + "Genre": "Electro house Electropop", + "Album": "Curiosity" + }, + { + "Number": 5, + "Title": "Shadow of River", + "Released": "27 Feb 2019", + "Genre": "*", + "Album": "Curiosity" + }, + { + "Number": 6, + "Title": "Wicked Dancing", + "Released": "17 Jan 2020", + "Genre": "ethno-tunes", + "Album": "Curiosity" + }, + { + "Number": 7, + "Title": "River of Light", + "Released": "22 Feb 2019", + "Genre": "R&B", + "Album": "Curiosity" + }, + { + "Number": 8, + "Title": "Lonely Breaking", + "Released": "09 Sep 2019", + "Genre": "ethno-tunes", + "Album": "Curiosity" + }, + { + "Number": 9, + "Title": "Furious Flying", + "Released": "08 Jun 2019", + "Genre": "R&B", + "Album": "Curiosity" + }, + { + "Number": 10, + "Title": "Hiding in the Storm", + "Released": "27 May 2019", + "Genre": "Electro house Electropop", + "Album": "Curiosity" + } ] } ] @@ -513,7 +723,76 @@ "USBillboard200": 69, "Artist": "Ahmad Nazeri", "Songs": [ - + { + "Number": 1, + "Title": "Gentle Falling", + "Released": "26 Apr 2019", + "Genre": "Crunk reggaeton", + "Album": "Emergency" + }, + { + "Number": 2, + "Title": "Calling in the Fire", + "Released": "03 Sep 2019", + "Genre": "ethno-tunes", + "Album": "Emergency" + }, + { + "Number": 3, + "Title": "Fire of Shadow", + "Released": "05 Jan 2019", + "Genre": "ethno-tunes", + "Album": "Emergency" + }, + { + "Number": 4, + "Title": "Dancing in the Dream", + "Released": "15 Apr 2019", + "Genre": "R&B", + "Album": "Emergency" + }, + { + "Number": 5, + "Title": "Calling in the Shadow", + "Released": "09 Oct 2019", + "Genre": "R&B", + "Album": "Emergency" + }, + { + "Number": 6, + "Title": "Falling in the Sky", + "Released": "08 Mar 2019", + "Genre": "ethno-tunes", + "Album": "Emergency" + }, + { + "Number": 7, + "Title": "Calling in the Storm", + "Released": "05 Dec 2019", + "Genre": "ethno-tunes", + "Album": "Emergency" + }, + { + "Number": 8, + "Title": "Falling in the River", + "Released": "19 Aug 2019", + "Genre": "Electro house Electropop", + "Album": "Emergency" + }, + { + "Number": 9, + "Title": "Electric Fire", + "Released": "30 Nov 2019", + "Genre": "Crunk reggaeton", + "Album": "Emergency" + }, + { + "Number": 10, + "Title": "Lonely River", + "Released": "11 Nov 2019", + "Genre": "Electro house Electropop", + "Album": "Emergency" + } ] }, { @@ -523,7 +802,76 @@ "USBillboard200": 39, "Artist": "Ahmad Nazeri", "Songs": [ - + { + "Number": 1, + "Title": "Lonely Dream", + "Released": "11 Dec 2019", + "Genre": "ethno-tunes", + "Album": "Bursting bubbles" + }, + { + "Number": 2, + "Title": "Fire of River", + "Released": "01 Aug 2019", + "Genre": "Synth-pop R&B", + "Album": "Bursting bubbles" + }, + { + "Number": 3, + "Title": "Wicked Falling", + "Released": "25 Jan 2019", + "Genre": "*", + "Album": "Bursting bubbles" + }, + { + "Number": 4, + "Title": "Crying in the Shadow", + "Released": "04 Jan 2019", + "Genre": "Synth-pop R&B", + "Album": "Bursting bubbles" + }, + { + "Number": 5, + "Title": "Wild Burning", + "Released": "10 May 2019", + "Genre": "ethno-tunes", + "Album": "Bursting bubbles" + }, + { + "Number": 6, + "Title": "Waiting in the Heart", + "Released": "07 Aug 2019", + "Genre": "ethno-tunes", + "Album": "Bursting bubbles" + }, + { + "Number": 7, + "Title": "Fire of Fire", + "Released": "16 May 2019", + "Genre": "Electro house Electropop", + "Album": "Bursting bubbles" + }, + { + "Number": 8, + "Title": "Bright Heart", + "Released": "14 Mar 2019", + "Genre": "Synth-pop R&B", + "Album": "Bursting bubbles" + }, + { + "Number": 9, + "Title": "Lonely Fire", + "Released": "15 Oct 2019", + "Genre": "R&B", + "Album": "Bursting bubbles" + }, + { + "Number": 10, + "Title": "Sky of Dream", + "Released": "20 Jun 2019", + "Genre": "ethno-tunes", + "Album": "Bursting bubbles" + } ] } ] @@ -547,7 +895,76 @@ "USBillboard200": 1, "Artist": "Kimmy McIlmorie", "Songs": [ - + { + "Number": 1, + "Title": "Storm of Sky", + "Released": "04 Mar 2019", + "Genre": "ethno-tunes", + "Album": "Here we go again" + }, + { + "Number": 2, + "Title": "Dream of Shadow", + "Released": "03 Jan 2019", + "Genre": "ethno-tunes", + "Album": "Here we go again" + }, + { + "Number": 3, + "Title": "Dream of Shadow", + "Released": "19 Dec 2019", + "Genre": "Electro house Electropop", + "Album": "Here we go again" + }, + { + "Number": 4, + "Title": "Golden Fire", + "Released": "20 Jan 2019", + "Genre": "R&B", + "Album": "Here we go again" + }, + { + "Number": 5, + "Title": "Running in the Light", + "Released": "03 Jan 2020", + "Genre": "Synth-pop R&B", + "Album": "Here we go again" + }, + { + "Number": 6, + "Title": "Flying in the Heart", + "Released": "17 Jan 2019", + "Genre": "*", + "Album": "Here we go again" + }, + { + "Number": 7, + "Title": "Fire of Storm", + "Released": "26 Jan 2019", + "Genre": "ethno-tunes", + "Album": "Here we go again" + }, + { + "Number": 8, + "Title": "Calling in the Sky", + "Released": "28 Oct 2019", + "Genre": "Synth-pop R&B", + "Album": "Here we go again" + }, + { + "Number": 9, + "Title": "Flying in the Shadow", + "Released": "30 Mar 2019", + "Genre": "ethno-tunes", + "Album": "Here we go again" + }, + { + "Number": 10, + "Title": "Golden Dancing", + "Released": "12 Oct 2019", + "Genre": "ethno-tunes", + "Album": "Here we go again" + } ] } ] @@ -771,7 +1188,76 @@ "USBillboard200": 85, "Artist": "Izabella Tabakova", "Songs": [ - + { + "Number": 1, + "Title": "Hiding in the Light", + "Released": "24 Jan 2019", + "Genre": "Synth-pop R&B", + "Album": "Dark matters" + }, + { + "Number": 2, + "Title": "Furious River", + "Released": "13 Jan 2020", + "Genre": "Electro house Electropop", + "Album": "Dark matters" + }, + { + "Number": 3, + "Title": "Wild Crying", + "Released": "27 Feb 2019", + "Genre": "Electro house Electropop", + "Album": "Dark matters" + }, + { + "Number": 4, + "Title": "Light of Dream", + "Released": "01 Jun 2019", + "Genre": "Crunk reggaeton", + "Album": "Dark matters" + }, + { + "Number": 5, + "Title": "Light of Dream", + "Released": "24 Aug 2019", + "Genre": "*", + "Album": "Dark matters" + }, + { + "Number": 6, + "Title": "Storm of Light", + "Released": "26 Feb 2019", + "Genre": "*", + "Album": "Dark matters" + }, + { + "Number": 7, + "Title": "Dark Storm", + "Released": "18 Jan 2020", + "Genre": "R&B", + "Album": "Dark matters" + }, + { + "Number": 8, + "Title": "Dark Calling", + "Released": "20 Mar 2019", + "Genre": "Crunk reggaeton", + "Album": "Dark matters" + }, + { + "Number": 9, + "Title": "Sky of Whisper", + "Released": "30 Jan 2019", + "Genre": "ethno-tunes", + "Album": "Dark matters" + }, + { + "Number": 10, + "Title": "Dancing in the Light", + "Released": "28 Nov 2019", + "Genre": "Synth-pop R&B", + "Album": "Dark matters" + } ] } ] @@ -795,7 +1281,76 @@ "USBillboard200": 5, "Artist": "Nguyễn Diệp Chi", "Songs": [ - + { + "Number": 1, + "Title": "Echo of River", + "Released": "05 Mar 2019", + "Genre": "Synth-pop R&B", + "Album": "Library of liberty" + }, + { + "Number": 2, + "Title": "Heart of River", + "Released": "12 Jan 2020", + "Genre": "Electro house Electropop", + "Album": "Library of liberty" + }, + { + "Number": 3, + "Title": "Dark Light", + "Released": "09 Aug 2019", + "Genre": "Electro house Electropop", + "Album": "Library of liberty" + }, + { + "Number": 4, + "Title": "Dark Fire", + "Released": "22 Jun 2019", + "Genre": "R&B", + "Album": "Library of liberty" + }, + { + "Number": 5, + "Title": "Flying in the Fire", + "Released": "22 Jul 2019", + "Genre": "*", + "Album": "Library of liberty" + }, + { + "Number": 6, + "Title": "Shadow of Heart", + "Released": "02 Jan 2020", + "Genre": "*", + "Album": "Library of liberty" + }, + { + "Number": 7, + "Title": "Fire of Fire", + "Released": "27 Jan 2019", + "Genre": "*", + "Album": "Library of liberty" + }, + { + "Number": 8, + "Title": "Falling in the River", + "Released": "05 Aug 2019", + "Genre": "Crunk reggaeton", + "Album": "Library of liberty" + }, + { + "Number": 9, + "Title": "Fire of Light", + "Released": "31 Dec 2019", + "Genre": "ethno-tunes", + "Album": "Library of liberty" + }, + { + "Number": 10, + "Title": "Bright Flying", + "Released": "24 Jan 2019", + "Genre": "*", + "Album": "Library of liberty" + } ] } ] @@ -819,7 +1374,76 @@ "USBillboard200": 29, "Artist": "Eva Lee", "Songs": [ - + { + "Number": 1, + "Title": "Dancing in the Shadow", + "Released": "02 Aug 2019", + "Genre": "ethno-tunes", + "Album": "Just a tease" + }, + { + "Number": 2, + "Title": "Silent Whisper", + "Released": "09 Jul 2019", + "Genre": "*", + "Album": "Just a tease" + }, + { + "Number": 3, + "Title": "Crying in the Whisper", + "Released": "30 May 2019", + "Genre": "Crunk reggaeton", + "Album": "Just a tease" + }, + { + "Number": 4, + "Title": "River of Light", + "Released": "10 Jan 2019", + "Genre": "Electro house Electropop", + "Album": "Just a tease" + }, + { + "Number": 5, + "Title": "Golden River", + "Released": "15 Nov 2019", + "Genre": "*", + "Album": "Just a tease" + }, + { + "Number": 6, + "Title": "Burning in the Shadow", + "Released": "18 Apr 2019", + "Genre": "Crunk reggaeton", + "Album": "Just a tease" + }, + { + "Number": 7, + "Title": "Shadow of Sky", + "Released": "06 Sep 2019", + "Genre": "Crunk reggaeton", + "Album": "Just a tease" + }, + { + "Number": 8, + "Title": "Gentle Waiting", + "Released": "05 Dec 2019", + "Genre": "R&B", + "Album": "Just a tease" + }, + { + "Number": 9, + "Title": "Bright River", + "Released": "27 Jan 2020", + "Genre": "R&B", + "Album": "Just a tease" + }, + { + "Number": 10, + "Title": "Heart of Storm", + "Released": "07 Jan 2019", + "Genre": "Synth-pop R&B", + "Album": "Just a tease" + } ] } ] @@ -1046,7 +1670,76 @@ "USBillboard200": 98, "Artist": "Pablo Cambeiro", "Songs": [ - + { + "Number": 1, + "Title": "Dancing in the Echo", + "Released": "03 Oct 2019", + "Genre": "Crunk reggaeton", + "Album": "Fluke" + }, + { + "Number": 2, + "Title": "Dream of Dream", + "Released": "03 Mar 2019", + "Genre": "*", + "Album": "Fluke" + }, + { + "Number": 3, + "Title": "Calling in the Echo", + "Released": "16 Sep 2019", + "Genre": "*", + "Album": "Fluke" + }, + { + "Number": 4, + "Title": "Light of Light", + "Released": "25 May 2019", + "Genre": "Electro house Electropop", + "Album": "Fluke" + }, + { + "Number": 5, + "Title": "Bright Light", + "Released": "21 Mar 2019", + "Genre": "R&B", + "Album": "Fluke" + }, + { + "Number": 6, + "Title": "Storm of Echo", + "Released": "17 Jul 2019", + "Genre": "Synth-pop R&B", + "Album": "Fluke" + }, + { + "Number": 7, + "Title": "Lonely Calling", + "Released": "10 Apr 2019", + "Genre": "ethno-tunes", + "Album": "Fluke" + }, + { + "Number": 8, + "Title": "Gentle Falling", + "Released": "28 Nov 2019", + "Genre": "Synth-pop R&B", + "Album": "Fluke" + }, + { + "Number": 9, + "Title": "Wild Flying", + "Released": "26 Nov 2019", + "Genre": "Crunk reggaeton", + "Album": "Fluke" + }, + { + "Number": 10, + "Title": "Sky of Dream", + "Released": "29 May 2019", + "Genre": "R&B", + "Album": "Fluke" + } ] }, { @@ -1142,7 +1835,76 @@ "USBillboard200": 77, "Artist": "Athar Malakooti", "Songs": [ - + { + "Number": 1, + "Title": "Hiding in the Whisper", + "Released": "03 Apr 2019", + "Genre": "R&B", + "Album": "Pushing up daisies" + }, + { + "Number": 2, + "Title": "Wicked Light", + "Released": "21 Aug 2019", + "Genre": "R&B", + "Album": "Pushing up daisies" + }, + { + "Number": 3, + "Title": "Flying in the River", + "Released": "03 Feb 2020", + "Genre": "Synth-pop R&B", + "Album": "Pushing up daisies" + }, + { + "Number": 4, + "Title": "Wicked Hiding", + "Released": "15 Sep 2019", + "Genre": "Synth-pop R&B", + "Album": "Pushing up daisies" + }, + { + "Number": 5, + "Title": "Lonely Light", + "Released": "13 May 2019", + "Genre": "Electro house Electropop", + "Album": "Pushing up daisies" + }, + { + "Number": 6, + "Title": "Bright Dancing", + "Released": "10 Apr 2019", + "Genre": "Synth-pop R&B", + "Album": "Pushing up daisies" + }, + { + "Number": 7, + "Title": "Gentle Dream", + "Released": "21 May 2019", + "Genre": "*", + "Album": "Pushing up daisies" + }, + { + "Number": 8, + "Title": "Sky of Echo", + "Released": "09 Jun 2019", + "Genre": "Synth-pop R&B", + "Album": "Pushing up daisies" + }, + { + "Number": 9, + "Title": "Breaking in the Sky", + "Released": "27 Dec 2019", + "Genre": "Crunk reggaeton", + "Album": "Pushing up daisies" + }, + { + "Number": 10, + "Title": "Whisper of Shadow", + "Released": "04 Jan 2019", + "Genre": "ethno-tunes", + "Album": "Pushing up daisies" + } ] } ] @@ -1179,7 +1941,76 @@ "USBillboard200": 9, "Artist": "Marti Valencia", "Songs": [ - + { + "Number": 1, + "Title": "Hiding in the Sky", + "Released": "26 Nov 2019", + "Genre": "Synth-pop R&B", + "Album": "Nemesis" + }, + { + "Number": 2, + "Title": "Waiting in the Echo", + "Released": "10 Jul 2019", + "Genre": "ethno-tunes", + "Album": "Nemesis" + }, + { + "Number": 3, + "Title": "Wicked Shadow", + "Released": "29 Jul 2019", + "Genre": "Synth-pop R&B", + "Album": "Nemesis" + }, + { + "Number": 4, + "Title": "Crying in the Whisper", + "Released": "09 Apr 2019", + "Genre": "*", + "Album": "Nemesis" + }, + { + "Number": 5, + "Title": "Echo of Storm", + "Released": "19 Nov 2019", + "Genre": "Crunk reggaeton", + "Album": "Nemesis" + }, + { + "Number": 6, + "Title": "Shadow of Sky", + "Released": "24 Jul 2019", + "Genre": "Crunk reggaeton", + "Album": "Nemesis" + }, + { + "Number": 7, + "Title": "Golden Hiding", + "Released": "12 Dec 2019", + "Genre": "Electro house Electropop", + "Album": "Nemesis" + }, + { + "Number": 8, + "Title": "Wild Dancing", + "Released": "17 Aug 2019", + "Genre": "Synth-pop R&B", + "Album": "Nemesis" + }, + { + "Number": 9, + "Title": "Bright Burning", + "Released": "30 Aug 2019", + "Genre": "Electro house Electropop", + "Album": "Nemesis" + }, + { + "Number": 10, + "Title": "Flying in the River", + "Released": "02 Sep 2019", + "Genre": "*", + "Album": "Nemesis" + } ] }, { @@ -1282,7 +2113,76 @@ "USBillboard200": 37, "Artist": "Marti Valencia", "Songs": [ - + { + "Number": 1, + "Title": "Wild River", + "Released": "11 Jan 2019", + "Genre": "*", + "Album": "God's advocate" + }, + { + "Number": 2, + "Title": "Wicked Whisper", + "Released": "16 Feb 2019", + "Genre": "Electro house Electropop", + "Album": "God's advocate" + }, + { + "Number": 3, + "Title": "Storm of Heart", + "Released": "11 Aug 2019", + "Genre": "*", + "Album": "God's advocate" + }, + { + "Number": 4, + "Title": "Golden Dancing", + "Released": "02 Mar 2019", + "Genre": "Crunk reggaeton", + "Album": "God's advocate" + }, + { + "Number": 5, + "Title": "Calling in the Sky", + "Released": "10 Sep 2019", + "Genre": "Electro house Electropop", + "Album": "God's advocate" + }, + { + "Number": 6, + "Title": "Calling in the Heart", + "Released": "12 Jan 2019", + "Genre": "ethno-tunes", + "Album": "God's advocate" + }, + { + "Number": 7, + "Title": "Running in the Storm", + "Released": "10 Nov 2019", + "Genre": "Synth-pop R&B", + "Album": "God's advocate" + }, + { + "Number": 8, + "Title": "Wild Sky", + "Released": "10 Apr 2019", + "Genre": "R&B", + "Album": "God's advocate" + }, + { + "Number": 9, + "Title": "Crying in the Shadow", + "Released": "02 Mar 2019", + "Genre": "R&B", + "Album": "God's advocate" + }, + { + "Number": 10, + "Title": "Whisper of River", + "Released": "12 May 2019", + "Genre": "*", + "Album": "God's advocate" + } ] } ] @@ -1306,7 +2206,76 @@ "USBillboard200": 7, "Artist": "Alicia Stanger", "Songs": [ - + { + "Number": 1, + "Title": "Shadow of Light", + "Released": "24 Mar 2019", + "Genre": "ethno-tunes", + "Album": "Forever alone" + }, + { + "Number": 2, + "Title": "Running in the Echo", + "Released": "03 May 2019", + "Genre": "Crunk reggaeton", + "Album": "Forever alone" + }, + { + "Number": 3, + "Title": "Gentle Dream", + "Released": "24 Aug 2019", + "Genre": "Crunk reggaeton", + "Album": "Forever alone" + }, + { + "Number": 4, + "Title": "Furious River", + "Released": "24 Apr 2019", + "Genre": "ethno-tunes", + "Album": "Forever alone" + }, + { + "Number": 5, + "Title": "Wild Whisper", + "Released": "09 Mar 2019", + "Genre": "ethno-tunes", + "Album": "Forever alone" + }, + { + "Number": 6, + "Title": "Whisper of Sky", + "Released": "24 Jul 2019", + "Genre": "Crunk reggaeton", + "Album": "Forever alone" + }, + { + "Number": 7, + "Title": "Lonely Storm", + "Released": "01 May 2019", + "Genre": "Crunk reggaeton", + "Album": "Forever alone" + }, + { + "Number": 8, + "Title": "Dancing in the River", + "Released": "17 Dec 2019", + "Genre": "*", + "Album": "Forever alone" + }, + { + "Number": 9, + "Title": "Electric Fire", + "Released": "17 Oct 2019", + "Genre": "Electro house Electropop", + "Album": "Forever alone" + }, + { + "Number": 10, + "Title": "Electric Sky", + "Released": "25 Sep 2019", + "Genre": "ethno-tunes", + "Album": "Forever alone" + } ] } ] @@ -1371,7 +2340,76 @@ "USBillboard200": 35, "Artist": "Peter Taylor", "Songs": [ - + { + "Number": 1, + "Title": "Calling in the Dream", + "Released": "01 Aug 2019", + "Genre": "R&B", + "Album": "Decisions decisions" + }, + { + "Number": 2, + "Title": "Electric Burning", + "Released": "10 Sep 2019", + "Genre": "Electro house Electropop", + "Album": "Decisions decisions" + }, + { + "Number": 3, + "Title": "Dark Flying", + "Released": "28 Apr 2019", + "Genre": "*", + "Album": "Decisions decisions" + }, + { + "Number": 4, + "Title": "Gentle Sky", + "Released": "20 Nov 2019", + "Genre": "ethno-tunes", + "Album": "Decisions decisions" + }, + { + "Number": 5, + "Title": "Gentle Calling", + "Released": "13 Jan 2019", + "Genre": "Crunk reggaeton", + "Album": "Decisions decisions" + }, + { + "Number": 6, + "Title": "Golden Falling", + "Released": "14 Feb 2019", + "Genre": "Crunk reggaeton", + "Album": "Decisions decisions" + }, + { + "Number": 7, + "Title": "Silent River", + "Released": "13 Feb 2019", + "Genre": "R&B", + "Album": "Decisions decisions" + }, + { + "Number": 8, + "Title": "Furious Calling", + "Released": "11 Jun 2019", + "Genre": "Synth-pop R&B", + "Album": "Decisions decisions" + }, + { + "Number": 9, + "Title": "Running in the Echo", + "Released": "06 Nov 2019", + "Genre": "Electro house Electropop", + "Album": "Decisions decisions" + }, + { + "Number": 10, + "Title": "Furious River", + "Released": "12 Mar 2019", + "Genre": "*", + "Album": "Decisions decisions" + } ] }, { @@ -1381,7 +2419,76 @@ "USBillboard200": 89, "Artist": "Peter Taylor", "Songs": [ - + { + "Number": 1, + "Title": "Dark Crying", + "Released": "27 Apr 2019", + "Genre": "Electro house Electropop", + "Album": "Climate changed" + }, + { + "Number": 2, + "Title": "Dark Waiting", + "Released": "14 Nov 2019", + "Genre": "Synth-pop R&B", + "Album": "Climate changed" + }, + { + "Number": 3, + "Title": "Furious Waiting", + "Released": "23 May 2019", + "Genre": "*", + "Album": "Climate changed" + }, + { + "Number": 4, + "Title": "Running in the Echo", + "Released": "29 Nov 2019", + "Genre": "Crunk reggaeton", + "Album": "Climate changed" + }, + { + "Number": 5, + "Title": "Dream of Sky", + "Released": "31 Oct 2019", + "Genre": "Crunk reggaeton", + "Album": "Climate changed" + }, + { + "Number": 6, + "Title": "Hiding in the Heart", + "Released": "09 Aug 2019", + "Genre": "R&B", + "Album": "Climate changed" + }, + { + "Number": 7, + "Title": "Sky of Storm", + "Released": "01 Jun 2019", + "Genre": "R&B", + "Album": "Climate changed" + }, + { + "Number": 8, + "Title": "Light of Storm", + "Released": "17 Jan 2020", + "Genre": "ethno-tunes", + "Album": "Climate changed" + }, + { + "Number": 9, + "Title": "Light of Sky", + "Released": "26 May 2019", + "Genre": "*", + "Album": "Climate changed" + }, + { + "Number": 10, + "Title": "Golden River", + "Released": "19 Jun 2019", + "Genre": "*", + "Album": "Climate changed" + } ] } ] diff --git a/samples/grids/hierarchical-grid/advanced-filtering-style/src/SingersData.json b/samples/grids/hierarchical-grid/advanced-filtering-style/src/SingersData.json index f7508f3c9a..75ec4ec561 100644 --- a/samples/grids/hierarchical-grid/advanced-filtering-style/src/SingersData.json +++ b/samples/grids/hierarchical-grid/advanced-filtering-style/src/SingersData.json @@ -78,7 +78,79 @@ "LaunchDate": "September 3, 2013", "BillboardReview": 86, "USBillboard200": 1, - "Artist": "Naomí Yepes" + "Artist": "Naomí Yepes", + "Songs": [ + { + "Number": 1, + "Title": "Lonely Falling", + "Released": "01 May 2019", + "Genre": "*", + "Album": "Initiation" + }, + { + "Number": 2, + "Title": "Bright Breaking", + "Released": "25 Jul 2019", + "Genre": "Electro house Electropop", + "Album": "Initiation" + }, + { + "Number": 3, + "Title": "River of Whisper", + "Released": "29 Jan 2020", + "Genre": "Electro house Electropop", + "Album": "Initiation" + }, + { + "Number": 4, + "Title": "Sky of Storm", + "Released": "07 May 2019", + "Genre": "Electro house Electropop", + "Album": "Initiation" + }, + { + "Number": 5, + "Title": "Electric River", + "Released": "20 Jan 2020", + "Genre": "R&B", + "Album": "Initiation" + }, + { + "Number": 6, + "Title": "Storm of Storm", + "Released": "01 Sep 2019", + "Genre": "Crunk reggaeton", + "Album": "Initiation" + }, + { + "Number": 7, + "Title": "Fire of Dream", + "Released": "12 Sep 2019", + "Genre": "Electro house Electropop", + "Album": "Initiation" + }, + { + "Number": 8, + "Title": "Burning in the Light", + "Released": "15 Apr 2019", + "Genre": "*", + "Album": "Initiation" + }, + { + "Number": 9, + "Title": "Burning in the Storm", + "Released": "10 Sep 2019", + "Genre": "Electro house Electropop", + "Album": "Initiation" + }, + { + "Number": 10, + "Title": "Shadow of Whisper", + "Released": "06 Jan 2019", + "Genre": "Crunk reggaeton", + "Album": "Initiation" + } + ] }, { "Album": "Dream Driven", @@ -90,7 +162,7 @@ { "Number": 1, "Title": "Intro", - "Released": false, + "Released": "10 Sep 2019", "Genre": "*", "Album": "Dream Driven" }, @@ -111,7 +183,7 @@ { "Number": 4, "Title": "Future past", - "Released": false, + "Released": "20 Sep 2011", "Genre": "*", "Album": "Dream Driven" }, @@ -132,14 +204,14 @@ { "Number": 7, "Title": "Stay where you are", - "Released": false, + "Released": "14 Sep 2013", "Genre": "*", "Album": "Dream Driven" }, { "Number": 8, "Title": "Imaginarium", - "Released": false, + "Released": "20 Sep 2021", "Genre": "*", "Album": "Dream Driven" }, @@ -153,21 +225,21 @@ { "Number": 10, "Title": "Shredded into pieces", - "Released": false, + "Released": "11 Sep 2015", "Genre": "*", "Album": "Dream Driven" }, { "Number": 11, "Title": "Capture this moment", - "Released": false, + "Released": "13 Sep 2016", "Genre": "*", "Album": "Dream Driven" }, { "Number": 12, "Title": "Dream Driven", - "Released": false, + "Released": "14 Sep 2014", "Genre": "*", "Album": "Dream Driven" } @@ -180,7 +252,76 @@ "USBillboard200": 2, "Artist": "Naomí Yepes", "Songs": [ - + { + "Number": 1, + "Title": "Calling in the Storm", + "Released": "12 Mar 2019", + "Genre": "Electro house Electropop", + "Album": "The dragon journey" + }, + { + "Number": 2, + "Title": "Hiding in the Dream", + "Released": "23 Mar 2019", + "Genre": "R&B", + "Album": "The dragon journey" + }, + { + "Number": 3, + "Title": "Electric Heart", + "Released": "17 Mar 2019", + "Genre": "ethno-tunes", + "Album": "The dragon journey" + }, + { + "Number": 4, + "Title": "Shadow of Echo", + "Released": "20 Feb 2019", + "Genre": "ethno-tunes", + "Album": "The dragon journey" + }, + { + "Number": 5, + "Title": "Flying in the Storm", + "Released": "08 Apr 2019", + "Genre": "R&B", + "Album": "The dragon journey" + }, + { + "Number": 6, + "Title": "Dark Waiting", + "Released": "20 Oct 2019", + "Genre": "Synth-pop R&B", + "Album": "The dragon journey" + }, + { + "Number": 7, + "Title": "Fire of River", + "Released": "20 Feb 2019", + "Genre": "Synth-pop R&B", + "Album": "The dragon journey" + }, + { + "Number": 8, + "Title": "Wild Crying", + "Released": "14 Jun 2019", + "Genre": "R&B", + "Album": "The dragon journey" + }, + { + "Number": 9, + "Title": "Bright Dancing", + "Released": "14 Mar 2019", + "Genre": "Electro house Electropop", + "Album": "The dragon journey" + }, + { + "Number": 10, + "Title": "Golden Waiting", + "Released": "12 Sep 2019", + "Genre": "Synth-pop R&B", + "Album": "The dragon journey" + } ] }, { @@ -276,7 +417,76 @@ "USBillboard200": 12, "Artist": "Naomí Yepes", "Songs": [ - + { + "Number": 1, + "Title": "Storm of Dream", + "Released": "05 Jan 2019", + "Genre": "*", + "Album": "Curiosity" + }, + { + "Number": 2, + "Title": "Echo of Dream", + "Released": "28 Jan 2019", + "Genre": "Synth-pop R&B", + "Album": "Curiosity" + }, + { + "Number": 3, + "Title": "Light of Shadow", + "Released": "07 Feb 2019", + "Genre": "Synth-pop R&B", + "Album": "Curiosity" + }, + { + "Number": 4, + "Title": "Storm of Heart", + "Released": "05 Jan 2020", + "Genre": "Electro house Electropop", + "Album": "Curiosity" + }, + { + "Number": 5, + "Title": "Shadow of River", + "Released": "27 Feb 2019", + "Genre": "*", + "Album": "Curiosity" + }, + { + "Number": 6, + "Title": "Wicked Dancing", + "Released": "17 Jan 2020", + "Genre": "ethno-tunes", + "Album": "Curiosity" + }, + { + "Number": 7, + "Title": "River of Light", + "Released": "22 Feb 2019", + "Genre": "R&B", + "Album": "Curiosity" + }, + { + "Number": 8, + "Title": "Lonely Breaking", + "Released": "09 Sep 2019", + "Genre": "ethno-tunes", + "Album": "Curiosity" + }, + { + "Number": 9, + "Title": "Furious Flying", + "Released": "08 Jun 2019", + "Genre": "R&B", + "Album": "Curiosity" + }, + { + "Number": 10, + "Title": "Hiding in the Storm", + "Released": "27 May 2019", + "Genre": "Electro house Electropop", + "Album": "Curiosity" + } ] } ] @@ -513,7 +723,76 @@ "USBillboard200": 69, "Artist": "Ahmad Nazeri", "Songs": [ - + { + "Number": 1, + "Title": "Gentle Falling", + "Released": "26 Apr 2019", + "Genre": "Crunk reggaeton", + "Album": "Emergency" + }, + { + "Number": 2, + "Title": "Calling in the Fire", + "Released": "03 Sep 2019", + "Genre": "ethno-tunes", + "Album": "Emergency" + }, + { + "Number": 3, + "Title": "Fire of Shadow", + "Released": "05 Jan 2019", + "Genre": "ethno-tunes", + "Album": "Emergency" + }, + { + "Number": 4, + "Title": "Dancing in the Dream", + "Released": "15 Apr 2019", + "Genre": "R&B", + "Album": "Emergency" + }, + { + "Number": 5, + "Title": "Calling in the Shadow", + "Released": "09 Oct 2019", + "Genre": "R&B", + "Album": "Emergency" + }, + { + "Number": 6, + "Title": "Falling in the Sky", + "Released": "08 Mar 2019", + "Genre": "ethno-tunes", + "Album": "Emergency" + }, + { + "Number": 7, + "Title": "Calling in the Storm", + "Released": "05 Dec 2019", + "Genre": "ethno-tunes", + "Album": "Emergency" + }, + { + "Number": 8, + "Title": "Falling in the River", + "Released": "19 Aug 2019", + "Genre": "Electro house Electropop", + "Album": "Emergency" + }, + { + "Number": 9, + "Title": "Electric Fire", + "Released": "30 Nov 2019", + "Genre": "Crunk reggaeton", + "Album": "Emergency" + }, + { + "Number": 10, + "Title": "Lonely River", + "Released": "11 Nov 2019", + "Genre": "Electro house Electropop", + "Album": "Emergency" + } ] }, { @@ -523,7 +802,76 @@ "USBillboard200": 39, "Artist": "Ahmad Nazeri", "Songs": [ - + { + "Number": 1, + "Title": "Lonely Dream", + "Released": "11 Dec 2019", + "Genre": "ethno-tunes", + "Album": "Bursting bubbles" + }, + { + "Number": 2, + "Title": "Fire of River", + "Released": "01 Aug 2019", + "Genre": "Synth-pop R&B", + "Album": "Bursting bubbles" + }, + { + "Number": 3, + "Title": "Wicked Falling", + "Released": "25 Jan 2019", + "Genre": "*", + "Album": "Bursting bubbles" + }, + { + "Number": 4, + "Title": "Crying in the Shadow", + "Released": "04 Jan 2019", + "Genre": "Synth-pop R&B", + "Album": "Bursting bubbles" + }, + { + "Number": 5, + "Title": "Wild Burning", + "Released": "10 May 2019", + "Genre": "ethno-tunes", + "Album": "Bursting bubbles" + }, + { + "Number": 6, + "Title": "Waiting in the Heart", + "Released": "07 Aug 2019", + "Genre": "ethno-tunes", + "Album": "Bursting bubbles" + }, + { + "Number": 7, + "Title": "Fire of Fire", + "Released": "16 May 2019", + "Genre": "Electro house Electropop", + "Album": "Bursting bubbles" + }, + { + "Number": 8, + "Title": "Bright Heart", + "Released": "14 Mar 2019", + "Genre": "Synth-pop R&B", + "Album": "Bursting bubbles" + }, + { + "Number": 9, + "Title": "Lonely Fire", + "Released": "15 Oct 2019", + "Genre": "R&B", + "Album": "Bursting bubbles" + }, + { + "Number": 10, + "Title": "Sky of Dream", + "Released": "20 Jun 2019", + "Genre": "ethno-tunes", + "Album": "Bursting bubbles" + } ] } ] @@ -547,7 +895,76 @@ "USBillboard200": 1, "Artist": "Kimmy McIlmorie", "Songs": [ - + { + "Number": 1, + "Title": "Storm of Sky", + "Released": "04 Mar 2019", + "Genre": "ethno-tunes", + "Album": "Here we go again" + }, + { + "Number": 2, + "Title": "Dream of Shadow", + "Released": "03 Jan 2019", + "Genre": "ethno-tunes", + "Album": "Here we go again" + }, + { + "Number": 3, + "Title": "Dream of Shadow", + "Released": "19 Dec 2019", + "Genre": "Electro house Electropop", + "Album": "Here we go again" + }, + { + "Number": 4, + "Title": "Golden Fire", + "Released": "20 Jan 2019", + "Genre": "R&B", + "Album": "Here we go again" + }, + { + "Number": 5, + "Title": "Running in the Light", + "Released": "03 Jan 2020", + "Genre": "Synth-pop R&B", + "Album": "Here we go again" + }, + { + "Number": 6, + "Title": "Flying in the Heart", + "Released": "17 Jan 2019", + "Genre": "*", + "Album": "Here we go again" + }, + { + "Number": 7, + "Title": "Fire of Storm", + "Released": "26 Jan 2019", + "Genre": "ethno-tunes", + "Album": "Here we go again" + }, + { + "Number": 8, + "Title": "Calling in the Sky", + "Released": "28 Oct 2019", + "Genre": "Synth-pop R&B", + "Album": "Here we go again" + }, + { + "Number": 9, + "Title": "Flying in the Shadow", + "Released": "30 Mar 2019", + "Genre": "ethno-tunes", + "Album": "Here we go again" + }, + { + "Number": 10, + "Title": "Golden Dancing", + "Released": "12 Oct 2019", + "Genre": "ethno-tunes", + "Album": "Here we go again" + } ] } ] @@ -771,7 +1188,76 @@ "USBillboard200": 85, "Artist": "Izabella Tabakova", "Songs": [ - + { + "Number": 1, + "Title": "Hiding in the Light", + "Released": "24 Jan 2019", + "Genre": "Synth-pop R&B", + "Album": "Dark matters" + }, + { + "Number": 2, + "Title": "Furious River", + "Released": "13 Jan 2020", + "Genre": "Electro house Electropop", + "Album": "Dark matters" + }, + { + "Number": 3, + "Title": "Wild Crying", + "Released": "27 Feb 2019", + "Genre": "Electro house Electropop", + "Album": "Dark matters" + }, + { + "Number": 4, + "Title": "Light of Dream", + "Released": "01 Jun 2019", + "Genre": "Crunk reggaeton", + "Album": "Dark matters" + }, + { + "Number": 5, + "Title": "Light of Dream", + "Released": "24 Aug 2019", + "Genre": "*", + "Album": "Dark matters" + }, + { + "Number": 6, + "Title": "Storm of Light", + "Released": "26 Feb 2019", + "Genre": "*", + "Album": "Dark matters" + }, + { + "Number": 7, + "Title": "Dark Storm", + "Released": "18 Jan 2020", + "Genre": "R&B", + "Album": "Dark matters" + }, + { + "Number": 8, + "Title": "Dark Calling", + "Released": "20 Mar 2019", + "Genre": "Crunk reggaeton", + "Album": "Dark matters" + }, + { + "Number": 9, + "Title": "Sky of Whisper", + "Released": "30 Jan 2019", + "Genre": "ethno-tunes", + "Album": "Dark matters" + }, + { + "Number": 10, + "Title": "Dancing in the Light", + "Released": "28 Nov 2019", + "Genre": "Synth-pop R&B", + "Album": "Dark matters" + } ] } ] @@ -795,7 +1281,76 @@ "USBillboard200": 5, "Artist": "Nguyễn Diệp Chi", "Songs": [ - + { + "Number": 1, + "Title": "Echo of River", + "Released": "05 Mar 2019", + "Genre": "Synth-pop R&B", + "Album": "Library of liberty" + }, + { + "Number": 2, + "Title": "Heart of River", + "Released": "12 Jan 2020", + "Genre": "Electro house Electropop", + "Album": "Library of liberty" + }, + { + "Number": 3, + "Title": "Dark Light", + "Released": "09 Aug 2019", + "Genre": "Electro house Electropop", + "Album": "Library of liberty" + }, + { + "Number": 4, + "Title": "Dark Fire", + "Released": "22 Jun 2019", + "Genre": "R&B", + "Album": "Library of liberty" + }, + { + "Number": 5, + "Title": "Flying in the Fire", + "Released": "22 Jul 2019", + "Genre": "*", + "Album": "Library of liberty" + }, + { + "Number": 6, + "Title": "Shadow of Heart", + "Released": "02 Jan 2020", + "Genre": "*", + "Album": "Library of liberty" + }, + { + "Number": 7, + "Title": "Fire of Fire", + "Released": "27 Jan 2019", + "Genre": "*", + "Album": "Library of liberty" + }, + { + "Number": 8, + "Title": "Falling in the River", + "Released": "05 Aug 2019", + "Genre": "Crunk reggaeton", + "Album": "Library of liberty" + }, + { + "Number": 9, + "Title": "Fire of Light", + "Released": "31 Dec 2019", + "Genre": "ethno-tunes", + "Album": "Library of liberty" + }, + { + "Number": 10, + "Title": "Bright Flying", + "Released": "24 Jan 2019", + "Genre": "*", + "Album": "Library of liberty" + } ] } ] @@ -819,7 +1374,76 @@ "USBillboard200": 29, "Artist": "Eva Lee", "Songs": [ - + { + "Number": 1, + "Title": "Dancing in the Shadow", + "Released": "02 Aug 2019", + "Genre": "ethno-tunes", + "Album": "Just a tease" + }, + { + "Number": 2, + "Title": "Silent Whisper", + "Released": "09 Jul 2019", + "Genre": "*", + "Album": "Just a tease" + }, + { + "Number": 3, + "Title": "Crying in the Whisper", + "Released": "30 May 2019", + "Genre": "Crunk reggaeton", + "Album": "Just a tease" + }, + { + "Number": 4, + "Title": "River of Light", + "Released": "10 Jan 2019", + "Genre": "Electro house Electropop", + "Album": "Just a tease" + }, + { + "Number": 5, + "Title": "Golden River", + "Released": "15 Nov 2019", + "Genre": "*", + "Album": "Just a tease" + }, + { + "Number": 6, + "Title": "Burning in the Shadow", + "Released": "18 Apr 2019", + "Genre": "Crunk reggaeton", + "Album": "Just a tease" + }, + { + "Number": 7, + "Title": "Shadow of Sky", + "Released": "06 Sep 2019", + "Genre": "Crunk reggaeton", + "Album": "Just a tease" + }, + { + "Number": 8, + "Title": "Gentle Waiting", + "Released": "05 Dec 2019", + "Genre": "R&B", + "Album": "Just a tease" + }, + { + "Number": 9, + "Title": "Bright River", + "Released": "27 Jan 2020", + "Genre": "R&B", + "Album": "Just a tease" + }, + { + "Number": 10, + "Title": "Heart of Storm", + "Released": "07 Jan 2019", + "Genre": "Synth-pop R&B", + "Album": "Just a tease" + } ] } ] @@ -1046,7 +1670,76 @@ "USBillboard200": 98, "Artist": "Pablo Cambeiro", "Songs": [ - + { + "Number": 1, + "Title": "Dancing in the Echo", + "Released": "03 Oct 2019", + "Genre": "Crunk reggaeton", + "Album": "Fluke" + }, + { + "Number": 2, + "Title": "Dream of Dream", + "Released": "03 Mar 2019", + "Genre": "*", + "Album": "Fluke" + }, + { + "Number": 3, + "Title": "Calling in the Echo", + "Released": "16 Sep 2019", + "Genre": "*", + "Album": "Fluke" + }, + { + "Number": 4, + "Title": "Light of Light", + "Released": "25 May 2019", + "Genre": "Electro house Electropop", + "Album": "Fluke" + }, + { + "Number": 5, + "Title": "Bright Light", + "Released": "21 Mar 2019", + "Genre": "R&B", + "Album": "Fluke" + }, + { + "Number": 6, + "Title": "Storm of Echo", + "Released": "17 Jul 2019", + "Genre": "Synth-pop R&B", + "Album": "Fluke" + }, + { + "Number": 7, + "Title": "Lonely Calling", + "Released": "10 Apr 2019", + "Genre": "ethno-tunes", + "Album": "Fluke" + }, + { + "Number": 8, + "Title": "Gentle Falling", + "Released": "28 Nov 2019", + "Genre": "Synth-pop R&B", + "Album": "Fluke" + }, + { + "Number": 9, + "Title": "Wild Flying", + "Released": "26 Nov 2019", + "Genre": "Crunk reggaeton", + "Album": "Fluke" + }, + { + "Number": 10, + "Title": "Sky of Dream", + "Released": "29 May 2019", + "Genre": "R&B", + "Album": "Fluke" + } ] }, { @@ -1142,7 +1835,76 @@ "USBillboard200": 77, "Artist": "Athar Malakooti", "Songs": [ - + { + "Number": 1, + "Title": "Hiding in the Whisper", + "Released": "03 Apr 2019", + "Genre": "R&B", + "Album": "Pushing up daisies" + }, + { + "Number": 2, + "Title": "Wicked Light", + "Released": "21 Aug 2019", + "Genre": "R&B", + "Album": "Pushing up daisies" + }, + { + "Number": 3, + "Title": "Flying in the River", + "Released": "03 Feb 2020", + "Genre": "Synth-pop R&B", + "Album": "Pushing up daisies" + }, + { + "Number": 4, + "Title": "Wicked Hiding", + "Released": "15 Sep 2019", + "Genre": "Synth-pop R&B", + "Album": "Pushing up daisies" + }, + { + "Number": 5, + "Title": "Lonely Light", + "Released": "13 May 2019", + "Genre": "Electro house Electropop", + "Album": "Pushing up daisies" + }, + { + "Number": 6, + "Title": "Bright Dancing", + "Released": "10 Apr 2019", + "Genre": "Synth-pop R&B", + "Album": "Pushing up daisies" + }, + { + "Number": 7, + "Title": "Gentle Dream", + "Released": "21 May 2019", + "Genre": "*", + "Album": "Pushing up daisies" + }, + { + "Number": 8, + "Title": "Sky of Echo", + "Released": "09 Jun 2019", + "Genre": "Synth-pop R&B", + "Album": "Pushing up daisies" + }, + { + "Number": 9, + "Title": "Breaking in the Sky", + "Released": "27 Dec 2019", + "Genre": "Crunk reggaeton", + "Album": "Pushing up daisies" + }, + { + "Number": 10, + "Title": "Whisper of Shadow", + "Released": "04 Jan 2019", + "Genre": "ethno-tunes", + "Album": "Pushing up daisies" + } ] } ] @@ -1179,7 +1941,76 @@ "USBillboard200": 9, "Artist": "Marti Valencia", "Songs": [ - + { + "Number": 1, + "Title": "Hiding in the Sky", + "Released": "26 Nov 2019", + "Genre": "Synth-pop R&B", + "Album": "Nemesis" + }, + { + "Number": 2, + "Title": "Waiting in the Echo", + "Released": "10 Jul 2019", + "Genre": "ethno-tunes", + "Album": "Nemesis" + }, + { + "Number": 3, + "Title": "Wicked Shadow", + "Released": "29 Jul 2019", + "Genre": "Synth-pop R&B", + "Album": "Nemesis" + }, + { + "Number": 4, + "Title": "Crying in the Whisper", + "Released": "09 Apr 2019", + "Genre": "*", + "Album": "Nemesis" + }, + { + "Number": 5, + "Title": "Echo of Storm", + "Released": "19 Nov 2019", + "Genre": "Crunk reggaeton", + "Album": "Nemesis" + }, + { + "Number": 6, + "Title": "Shadow of Sky", + "Released": "24 Jul 2019", + "Genre": "Crunk reggaeton", + "Album": "Nemesis" + }, + { + "Number": 7, + "Title": "Golden Hiding", + "Released": "12 Dec 2019", + "Genre": "Electro house Electropop", + "Album": "Nemesis" + }, + { + "Number": 8, + "Title": "Wild Dancing", + "Released": "17 Aug 2019", + "Genre": "Synth-pop R&B", + "Album": "Nemesis" + }, + { + "Number": 9, + "Title": "Bright Burning", + "Released": "30 Aug 2019", + "Genre": "Electro house Electropop", + "Album": "Nemesis" + }, + { + "Number": 10, + "Title": "Flying in the River", + "Released": "02 Sep 2019", + "Genre": "*", + "Album": "Nemesis" + } ] }, { @@ -1282,7 +2113,76 @@ "USBillboard200": 37, "Artist": "Marti Valencia", "Songs": [ - + { + "Number": 1, + "Title": "Wild River", + "Released": "11 Jan 2019", + "Genre": "*", + "Album": "God's advocate" + }, + { + "Number": 2, + "Title": "Wicked Whisper", + "Released": "16 Feb 2019", + "Genre": "Electro house Electropop", + "Album": "God's advocate" + }, + { + "Number": 3, + "Title": "Storm of Heart", + "Released": "11 Aug 2019", + "Genre": "*", + "Album": "God's advocate" + }, + { + "Number": 4, + "Title": "Golden Dancing", + "Released": "02 Mar 2019", + "Genre": "Crunk reggaeton", + "Album": "God's advocate" + }, + { + "Number": 5, + "Title": "Calling in the Sky", + "Released": "10 Sep 2019", + "Genre": "Electro house Electropop", + "Album": "God's advocate" + }, + { + "Number": 6, + "Title": "Calling in the Heart", + "Released": "12 Jan 2019", + "Genre": "ethno-tunes", + "Album": "God's advocate" + }, + { + "Number": 7, + "Title": "Running in the Storm", + "Released": "10 Nov 2019", + "Genre": "Synth-pop R&B", + "Album": "God's advocate" + }, + { + "Number": 8, + "Title": "Wild Sky", + "Released": "10 Apr 2019", + "Genre": "R&B", + "Album": "God's advocate" + }, + { + "Number": 9, + "Title": "Crying in the Shadow", + "Released": "02 Mar 2019", + "Genre": "R&B", + "Album": "God's advocate" + }, + { + "Number": 10, + "Title": "Whisper of River", + "Released": "12 May 2019", + "Genre": "*", + "Album": "God's advocate" + } ] } ] @@ -1306,7 +2206,76 @@ "USBillboard200": 7, "Artist": "Alicia Stanger", "Songs": [ - + { + "Number": 1, + "Title": "Shadow of Light", + "Released": "24 Mar 2019", + "Genre": "ethno-tunes", + "Album": "Forever alone" + }, + { + "Number": 2, + "Title": "Running in the Echo", + "Released": "03 May 2019", + "Genre": "Crunk reggaeton", + "Album": "Forever alone" + }, + { + "Number": 3, + "Title": "Gentle Dream", + "Released": "24 Aug 2019", + "Genre": "Crunk reggaeton", + "Album": "Forever alone" + }, + { + "Number": 4, + "Title": "Furious River", + "Released": "24 Apr 2019", + "Genre": "ethno-tunes", + "Album": "Forever alone" + }, + { + "Number": 5, + "Title": "Wild Whisper", + "Released": "09 Mar 2019", + "Genre": "ethno-tunes", + "Album": "Forever alone" + }, + { + "Number": 6, + "Title": "Whisper of Sky", + "Released": "24 Jul 2019", + "Genre": "Crunk reggaeton", + "Album": "Forever alone" + }, + { + "Number": 7, + "Title": "Lonely Storm", + "Released": "01 May 2019", + "Genre": "Crunk reggaeton", + "Album": "Forever alone" + }, + { + "Number": 8, + "Title": "Dancing in the River", + "Released": "17 Dec 2019", + "Genre": "*", + "Album": "Forever alone" + }, + { + "Number": 9, + "Title": "Electric Fire", + "Released": "17 Oct 2019", + "Genre": "Electro house Electropop", + "Album": "Forever alone" + }, + { + "Number": 10, + "Title": "Electric Sky", + "Released": "25 Sep 2019", + "Genre": "ethno-tunes", + "Album": "Forever alone" + } ] } ] @@ -1371,7 +2340,76 @@ "USBillboard200": 35, "Artist": "Peter Taylor", "Songs": [ - + { + "Number": 1, + "Title": "Calling in the Dream", + "Released": "01 Aug 2019", + "Genre": "R&B", + "Album": "Decisions decisions" + }, + { + "Number": 2, + "Title": "Electric Burning", + "Released": "10 Sep 2019", + "Genre": "Electro house Electropop", + "Album": "Decisions decisions" + }, + { + "Number": 3, + "Title": "Dark Flying", + "Released": "28 Apr 2019", + "Genre": "*", + "Album": "Decisions decisions" + }, + { + "Number": 4, + "Title": "Gentle Sky", + "Released": "20 Nov 2019", + "Genre": "ethno-tunes", + "Album": "Decisions decisions" + }, + { + "Number": 5, + "Title": "Gentle Calling", + "Released": "13 Jan 2019", + "Genre": "Crunk reggaeton", + "Album": "Decisions decisions" + }, + { + "Number": 6, + "Title": "Golden Falling", + "Released": "14 Feb 2019", + "Genre": "Crunk reggaeton", + "Album": "Decisions decisions" + }, + { + "Number": 7, + "Title": "Silent River", + "Released": "13 Feb 2019", + "Genre": "R&B", + "Album": "Decisions decisions" + }, + { + "Number": 8, + "Title": "Furious Calling", + "Released": "11 Jun 2019", + "Genre": "Synth-pop R&B", + "Album": "Decisions decisions" + }, + { + "Number": 9, + "Title": "Running in the Echo", + "Released": "06 Nov 2019", + "Genre": "Electro house Electropop", + "Album": "Decisions decisions" + }, + { + "Number": 10, + "Title": "Furious River", + "Released": "12 Mar 2019", + "Genre": "*", + "Album": "Decisions decisions" + } ] }, { @@ -1381,7 +2419,76 @@ "USBillboard200": 89, "Artist": "Peter Taylor", "Songs": [ - + { + "Number": 1, + "Title": "Dark Crying", + "Released": "27 Apr 2019", + "Genre": "Electro house Electropop", + "Album": "Climate changed" + }, + { + "Number": 2, + "Title": "Dark Waiting", + "Released": "14 Nov 2019", + "Genre": "Synth-pop R&B", + "Album": "Climate changed" + }, + { + "Number": 3, + "Title": "Furious Waiting", + "Released": "23 May 2019", + "Genre": "*", + "Album": "Climate changed" + }, + { + "Number": 4, + "Title": "Running in the Echo", + "Released": "29 Nov 2019", + "Genre": "Crunk reggaeton", + "Album": "Climate changed" + }, + { + "Number": 5, + "Title": "Dream of Sky", + "Released": "31 Oct 2019", + "Genre": "Crunk reggaeton", + "Album": "Climate changed" + }, + { + "Number": 6, + "Title": "Hiding in the Heart", + "Released": "09 Aug 2019", + "Genre": "R&B", + "Album": "Climate changed" + }, + { + "Number": 7, + "Title": "Sky of Storm", + "Released": "01 Jun 2019", + "Genre": "R&B", + "Album": "Climate changed" + }, + { + "Number": 8, + "Title": "Light of Storm", + "Released": "17 Jan 2020", + "Genre": "ethno-tunes", + "Album": "Climate changed" + }, + { + "Number": 9, + "Title": "Light of Sky", + "Released": "26 May 2019", + "Genre": "*", + "Album": "Climate changed" + }, + { + "Number": 10, + "Title": "Golden River", + "Released": "19 Jun 2019", + "Genre": "*", + "Album": "Climate changed" + } ] } ] diff --git a/samples/grids/hierarchical-grid/cell-selection-mode/src/SingersData.json b/samples/grids/hierarchical-grid/cell-selection-mode/src/SingersData.json index f7508f3c9a..75ec4ec561 100644 --- a/samples/grids/hierarchical-grid/cell-selection-mode/src/SingersData.json +++ b/samples/grids/hierarchical-grid/cell-selection-mode/src/SingersData.json @@ -78,7 +78,79 @@ "LaunchDate": "September 3, 2013", "BillboardReview": 86, "USBillboard200": 1, - "Artist": "Naomí Yepes" + "Artist": "Naomí Yepes", + "Songs": [ + { + "Number": 1, + "Title": "Lonely Falling", + "Released": "01 May 2019", + "Genre": "*", + "Album": "Initiation" + }, + { + "Number": 2, + "Title": "Bright Breaking", + "Released": "25 Jul 2019", + "Genre": "Electro house Electropop", + "Album": "Initiation" + }, + { + "Number": 3, + "Title": "River of Whisper", + "Released": "29 Jan 2020", + "Genre": "Electro house Electropop", + "Album": "Initiation" + }, + { + "Number": 4, + "Title": "Sky of Storm", + "Released": "07 May 2019", + "Genre": "Electro house Electropop", + "Album": "Initiation" + }, + { + "Number": 5, + "Title": "Electric River", + "Released": "20 Jan 2020", + "Genre": "R&B", + "Album": "Initiation" + }, + { + "Number": 6, + "Title": "Storm of Storm", + "Released": "01 Sep 2019", + "Genre": "Crunk reggaeton", + "Album": "Initiation" + }, + { + "Number": 7, + "Title": "Fire of Dream", + "Released": "12 Sep 2019", + "Genre": "Electro house Electropop", + "Album": "Initiation" + }, + { + "Number": 8, + "Title": "Burning in the Light", + "Released": "15 Apr 2019", + "Genre": "*", + "Album": "Initiation" + }, + { + "Number": 9, + "Title": "Burning in the Storm", + "Released": "10 Sep 2019", + "Genre": "Electro house Electropop", + "Album": "Initiation" + }, + { + "Number": 10, + "Title": "Shadow of Whisper", + "Released": "06 Jan 2019", + "Genre": "Crunk reggaeton", + "Album": "Initiation" + } + ] }, { "Album": "Dream Driven", @@ -90,7 +162,7 @@ { "Number": 1, "Title": "Intro", - "Released": false, + "Released": "10 Sep 2019", "Genre": "*", "Album": "Dream Driven" }, @@ -111,7 +183,7 @@ { "Number": 4, "Title": "Future past", - "Released": false, + "Released": "20 Sep 2011", "Genre": "*", "Album": "Dream Driven" }, @@ -132,14 +204,14 @@ { "Number": 7, "Title": "Stay where you are", - "Released": false, + "Released": "14 Sep 2013", "Genre": "*", "Album": "Dream Driven" }, { "Number": 8, "Title": "Imaginarium", - "Released": false, + "Released": "20 Sep 2021", "Genre": "*", "Album": "Dream Driven" }, @@ -153,21 +225,21 @@ { "Number": 10, "Title": "Shredded into pieces", - "Released": false, + "Released": "11 Sep 2015", "Genre": "*", "Album": "Dream Driven" }, { "Number": 11, "Title": "Capture this moment", - "Released": false, + "Released": "13 Sep 2016", "Genre": "*", "Album": "Dream Driven" }, { "Number": 12, "Title": "Dream Driven", - "Released": false, + "Released": "14 Sep 2014", "Genre": "*", "Album": "Dream Driven" } @@ -180,7 +252,76 @@ "USBillboard200": 2, "Artist": "Naomí Yepes", "Songs": [ - + { + "Number": 1, + "Title": "Calling in the Storm", + "Released": "12 Mar 2019", + "Genre": "Electro house Electropop", + "Album": "The dragon journey" + }, + { + "Number": 2, + "Title": "Hiding in the Dream", + "Released": "23 Mar 2019", + "Genre": "R&B", + "Album": "The dragon journey" + }, + { + "Number": 3, + "Title": "Electric Heart", + "Released": "17 Mar 2019", + "Genre": "ethno-tunes", + "Album": "The dragon journey" + }, + { + "Number": 4, + "Title": "Shadow of Echo", + "Released": "20 Feb 2019", + "Genre": "ethno-tunes", + "Album": "The dragon journey" + }, + { + "Number": 5, + "Title": "Flying in the Storm", + "Released": "08 Apr 2019", + "Genre": "R&B", + "Album": "The dragon journey" + }, + { + "Number": 6, + "Title": "Dark Waiting", + "Released": "20 Oct 2019", + "Genre": "Synth-pop R&B", + "Album": "The dragon journey" + }, + { + "Number": 7, + "Title": "Fire of River", + "Released": "20 Feb 2019", + "Genre": "Synth-pop R&B", + "Album": "The dragon journey" + }, + { + "Number": 8, + "Title": "Wild Crying", + "Released": "14 Jun 2019", + "Genre": "R&B", + "Album": "The dragon journey" + }, + { + "Number": 9, + "Title": "Bright Dancing", + "Released": "14 Mar 2019", + "Genre": "Electro house Electropop", + "Album": "The dragon journey" + }, + { + "Number": 10, + "Title": "Golden Waiting", + "Released": "12 Sep 2019", + "Genre": "Synth-pop R&B", + "Album": "The dragon journey" + } ] }, { @@ -276,7 +417,76 @@ "USBillboard200": 12, "Artist": "Naomí Yepes", "Songs": [ - + { + "Number": 1, + "Title": "Storm of Dream", + "Released": "05 Jan 2019", + "Genre": "*", + "Album": "Curiosity" + }, + { + "Number": 2, + "Title": "Echo of Dream", + "Released": "28 Jan 2019", + "Genre": "Synth-pop R&B", + "Album": "Curiosity" + }, + { + "Number": 3, + "Title": "Light of Shadow", + "Released": "07 Feb 2019", + "Genre": "Synth-pop R&B", + "Album": "Curiosity" + }, + { + "Number": 4, + "Title": "Storm of Heart", + "Released": "05 Jan 2020", + "Genre": "Electro house Electropop", + "Album": "Curiosity" + }, + { + "Number": 5, + "Title": "Shadow of River", + "Released": "27 Feb 2019", + "Genre": "*", + "Album": "Curiosity" + }, + { + "Number": 6, + "Title": "Wicked Dancing", + "Released": "17 Jan 2020", + "Genre": "ethno-tunes", + "Album": "Curiosity" + }, + { + "Number": 7, + "Title": "River of Light", + "Released": "22 Feb 2019", + "Genre": "R&B", + "Album": "Curiosity" + }, + { + "Number": 8, + "Title": "Lonely Breaking", + "Released": "09 Sep 2019", + "Genre": "ethno-tunes", + "Album": "Curiosity" + }, + { + "Number": 9, + "Title": "Furious Flying", + "Released": "08 Jun 2019", + "Genre": "R&B", + "Album": "Curiosity" + }, + { + "Number": 10, + "Title": "Hiding in the Storm", + "Released": "27 May 2019", + "Genre": "Electro house Electropop", + "Album": "Curiosity" + } ] } ] @@ -513,7 +723,76 @@ "USBillboard200": 69, "Artist": "Ahmad Nazeri", "Songs": [ - + { + "Number": 1, + "Title": "Gentle Falling", + "Released": "26 Apr 2019", + "Genre": "Crunk reggaeton", + "Album": "Emergency" + }, + { + "Number": 2, + "Title": "Calling in the Fire", + "Released": "03 Sep 2019", + "Genre": "ethno-tunes", + "Album": "Emergency" + }, + { + "Number": 3, + "Title": "Fire of Shadow", + "Released": "05 Jan 2019", + "Genre": "ethno-tunes", + "Album": "Emergency" + }, + { + "Number": 4, + "Title": "Dancing in the Dream", + "Released": "15 Apr 2019", + "Genre": "R&B", + "Album": "Emergency" + }, + { + "Number": 5, + "Title": "Calling in the Shadow", + "Released": "09 Oct 2019", + "Genre": "R&B", + "Album": "Emergency" + }, + { + "Number": 6, + "Title": "Falling in the Sky", + "Released": "08 Mar 2019", + "Genre": "ethno-tunes", + "Album": "Emergency" + }, + { + "Number": 7, + "Title": "Calling in the Storm", + "Released": "05 Dec 2019", + "Genre": "ethno-tunes", + "Album": "Emergency" + }, + { + "Number": 8, + "Title": "Falling in the River", + "Released": "19 Aug 2019", + "Genre": "Electro house Electropop", + "Album": "Emergency" + }, + { + "Number": 9, + "Title": "Electric Fire", + "Released": "30 Nov 2019", + "Genre": "Crunk reggaeton", + "Album": "Emergency" + }, + { + "Number": 10, + "Title": "Lonely River", + "Released": "11 Nov 2019", + "Genre": "Electro house Electropop", + "Album": "Emergency" + } ] }, { @@ -523,7 +802,76 @@ "USBillboard200": 39, "Artist": "Ahmad Nazeri", "Songs": [ - + { + "Number": 1, + "Title": "Lonely Dream", + "Released": "11 Dec 2019", + "Genre": "ethno-tunes", + "Album": "Bursting bubbles" + }, + { + "Number": 2, + "Title": "Fire of River", + "Released": "01 Aug 2019", + "Genre": "Synth-pop R&B", + "Album": "Bursting bubbles" + }, + { + "Number": 3, + "Title": "Wicked Falling", + "Released": "25 Jan 2019", + "Genre": "*", + "Album": "Bursting bubbles" + }, + { + "Number": 4, + "Title": "Crying in the Shadow", + "Released": "04 Jan 2019", + "Genre": "Synth-pop R&B", + "Album": "Bursting bubbles" + }, + { + "Number": 5, + "Title": "Wild Burning", + "Released": "10 May 2019", + "Genre": "ethno-tunes", + "Album": "Bursting bubbles" + }, + { + "Number": 6, + "Title": "Waiting in the Heart", + "Released": "07 Aug 2019", + "Genre": "ethno-tunes", + "Album": "Bursting bubbles" + }, + { + "Number": 7, + "Title": "Fire of Fire", + "Released": "16 May 2019", + "Genre": "Electro house Electropop", + "Album": "Bursting bubbles" + }, + { + "Number": 8, + "Title": "Bright Heart", + "Released": "14 Mar 2019", + "Genre": "Synth-pop R&B", + "Album": "Bursting bubbles" + }, + { + "Number": 9, + "Title": "Lonely Fire", + "Released": "15 Oct 2019", + "Genre": "R&B", + "Album": "Bursting bubbles" + }, + { + "Number": 10, + "Title": "Sky of Dream", + "Released": "20 Jun 2019", + "Genre": "ethno-tunes", + "Album": "Bursting bubbles" + } ] } ] @@ -547,7 +895,76 @@ "USBillboard200": 1, "Artist": "Kimmy McIlmorie", "Songs": [ - + { + "Number": 1, + "Title": "Storm of Sky", + "Released": "04 Mar 2019", + "Genre": "ethno-tunes", + "Album": "Here we go again" + }, + { + "Number": 2, + "Title": "Dream of Shadow", + "Released": "03 Jan 2019", + "Genre": "ethno-tunes", + "Album": "Here we go again" + }, + { + "Number": 3, + "Title": "Dream of Shadow", + "Released": "19 Dec 2019", + "Genre": "Electro house Electropop", + "Album": "Here we go again" + }, + { + "Number": 4, + "Title": "Golden Fire", + "Released": "20 Jan 2019", + "Genre": "R&B", + "Album": "Here we go again" + }, + { + "Number": 5, + "Title": "Running in the Light", + "Released": "03 Jan 2020", + "Genre": "Synth-pop R&B", + "Album": "Here we go again" + }, + { + "Number": 6, + "Title": "Flying in the Heart", + "Released": "17 Jan 2019", + "Genre": "*", + "Album": "Here we go again" + }, + { + "Number": 7, + "Title": "Fire of Storm", + "Released": "26 Jan 2019", + "Genre": "ethno-tunes", + "Album": "Here we go again" + }, + { + "Number": 8, + "Title": "Calling in the Sky", + "Released": "28 Oct 2019", + "Genre": "Synth-pop R&B", + "Album": "Here we go again" + }, + { + "Number": 9, + "Title": "Flying in the Shadow", + "Released": "30 Mar 2019", + "Genre": "ethno-tunes", + "Album": "Here we go again" + }, + { + "Number": 10, + "Title": "Golden Dancing", + "Released": "12 Oct 2019", + "Genre": "ethno-tunes", + "Album": "Here we go again" + } ] } ] @@ -771,7 +1188,76 @@ "USBillboard200": 85, "Artist": "Izabella Tabakova", "Songs": [ - + { + "Number": 1, + "Title": "Hiding in the Light", + "Released": "24 Jan 2019", + "Genre": "Synth-pop R&B", + "Album": "Dark matters" + }, + { + "Number": 2, + "Title": "Furious River", + "Released": "13 Jan 2020", + "Genre": "Electro house Electropop", + "Album": "Dark matters" + }, + { + "Number": 3, + "Title": "Wild Crying", + "Released": "27 Feb 2019", + "Genre": "Electro house Electropop", + "Album": "Dark matters" + }, + { + "Number": 4, + "Title": "Light of Dream", + "Released": "01 Jun 2019", + "Genre": "Crunk reggaeton", + "Album": "Dark matters" + }, + { + "Number": 5, + "Title": "Light of Dream", + "Released": "24 Aug 2019", + "Genre": "*", + "Album": "Dark matters" + }, + { + "Number": 6, + "Title": "Storm of Light", + "Released": "26 Feb 2019", + "Genre": "*", + "Album": "Dark matters" + }, + { + "Number": 7, + "Title": "Dark Storm", + "Released": "18 Jan 2020", + "Genre": "R&B", + "Album": "Dark matters" + }, + { + "Number": 8, + "Title": "Dark Calling", + "Released": "20 Mar 2019", + "Genre": "Crunk reggaeton", + "Album": "Dark matters" + }, + { + "Number": 9, + "Title": "Sky of Whisper", + "Released": "30 Jan 2019", + "Genre": "ethno-tunes", + "Album": "Dark matters" + }, + { + "Number": 10, + "Title": "Dancing in the Light", + "Released": "28 Nov 2019", + "Genre": "Synth-pop R&B", + "Album": "Dark matters" + } ] } ] @@ -795,7 +1281,76 @@ "USBillboard200": 5, "Artist": "Nguyễn Diệp Chi", "Songs": [ - + { + "Number": 1, + "Title": "Echo of River", + "Released": "05 Mar 2019", + "Genre": "Synth-pop R&B", + "Album": "Library of liberty" + }, + { + "Number": 2, + "Title": "Heart of River", + "Released": "12 Jan 2020", + "Genre": "Electro house Electropop", + "Album": "Library of liberty" + }, + { + "Number": 3, + "Title": "Dark Light", + "Released": "09 Aug 2019", + "Genre": "Electro house Electropop", + "Album": "Library of liberty" + }, + { + "Number": 4, + "Title": "Dark Fire", + "Released": "22 Jun 2019", + "Genre": "R&B", + "Album": "Library of liberty" + }, + { + "Number": 5, + "Title": "Flying in the Fire", + "Released": "22 Jul 2019", + "Genre": "*", + "Album": "Library of liberty" + }, + { + "Number": 6, + "Title": "Shadow of Heart", + "Released": "02 Jan 2020", + "Genre": "*", + "Album": "Library of liberty" + }, + { + "Number": 7, + "Title": "Fire of Fire", + "Released": "27 Jan 2019", + "Genre": "*", + "Album": "Library of liberty" + }, + { + "Number": 8, + "Title": "Falling in the River", + "Released": "05 Aug 2019", + "Genre": "Crunk reggaeton", + "Album": "Library of liberty" + }, + { + "Number": 9, + "Title": "Fire of Light", + "Released": "31 Dec 2019", + "Genre": "ethno-tunes", + "Album": "Library of liberty" + }, + { + "Number": 10, + "Title": "Bright Flying", + "Released": "24 Jan 2019", + "Genre": "*", + "Album": "Library of liberty" + } ] } ] @@ -819,7 +1374,76 @@ "USBillboard200": 29, "Artist": "Eva Lee", "Songs": [ - + { + "Number": 1, + "Title": "Dancing in the Shadow", + "Released": "02 Aug 2019", + "Genre": "ethno-tunes", + "Album": "Just a tease" + }, + { + "Number": 2, + "Title": "Silent Whisper", + "Released": "09 Jul 2019", + "Genre": "*", + "Album": "Just a tease" + }, + { + "Number": 3, + "Title": "Crying in the Whisper", + "Released": "30 May 2019", + "Genre": "Crunk reggaeton", + "Album": "Just a tease" + }, + { + "Number": 4, + "Title": "River of Light", + "Released": "10 Jan 2019", + "Genre": "Electro house Electropop", + "Album": "Just a tease" + }, + { + "Number": 5, + "Title": "Golden River", + "Released": "15 Nov 2019", + "Genre": "*", + "Album": "Just a tease" + }, + { + "Number": 6, + "Title": "Burning in the Shadow", + "Released": "18 Apr 2019", + "Genre": "Crunk reggaeton", + "Album": "Just a tease" + }, + { + "Number": 7, + "Title": "Shadow of Sky", + "Released": "06 Sep 2019", + "Genre": "Crunk reggaeton", + "Album": "Just a tease" + }, + { + "Number": 8, + "Title": "Gentle Waiting", + "Released": "05 Dec 2019", + "Genre": "R&B", + "Album": "Just a tease" + }, + { + "Number": 9, + "Title": "Bright River", + "Released": "27 Jan 2020", + "Genre": "R&B", + "Album": "Just a tease" + }, + { + "Number": 10, + "Title": "Heart of Storm", + "Released": "07 Jan 2019", + "Genre": "Synth-pop R&B", + "Album": "Just a tease" + } ] } ] @@ -1046,7 +1670,76 @@ "USBillboard200": 98, "Artist": "Pablo Cambeiro", "Songs": [ - + { + "Number": 1, + "Title": "Dancing in the Echo", + "Released": "03 Oct 2019", + "Genre": "Crunk reggaeton", + "Album": "Fluke" + }, + { + "Number": 2, + "Title": "Dream of Dream", + "Released": "03 Mar 2019", + "Genre": "*", + "Album": "Fluke" + }, + { + "Number": 3, + "Title": "Calling in the Echo", + "Released": "16 Sep 2019", + "Genre": "*", + "Album": "Fluke" + }, + { + "Number": 4, + "Title": "Light of Light", + "Released": "25 May 2019", + "Genre": "Electro house Electropop", + "Album": "Fluke" + }, + { + "Number": 5, + "Title": "Bright Light", + "Released": "21 Mar 2019", + "Genre": "R&B", + "Album": "Fluke" + }, + { + "Number": 6, + "Title": "Storm of Echo", + "Released": "17 Jul 2019", + "Genre": "Synth-pop R&B", + "Album": "Fluke" + }, + { + "Number": 7, + "Title": "Lonely Calling", + "Released": "10 Apr 2019", + "Genre": "ethno-tunes", + "Album": "Fluke" + }, + { + "Number": 8, + "Title": "Gentle Falling", + "Released": "28 Nov 2019", + "Genre": "Synth-pop R&B", + "Album": "Fluke" + }, + { + "Number": 9, + "Title": "Wild Flying", + "Released": "26 Nov 2019", + "Genre": "Crunk reggaeton", + "Album": "Fluke" + }, + { + "Number": 10, + "Title": "Sky of Dream", + "Released": "29 May 2019", + "Genre": "R&B", + "Album": "Fluke" + } ] }, { @@ -1142,7 +1835,76 @@ "USBillboard200": 77, "Artist": "Athar Malakooti", "Songs": [ - + { + "Number": 1, + "Title": "Hiding in the Whisper", + "Released": "03 Apr 2019", + "Genre": "R&B", + "Album": "Pushing up daisies" + }, + { + "Number": 2, + "Title": "Wicked Light", + "Released": "21 Aug 2019", + "Genre": "R&B", + "Album": "Pushing up daisies" + }, + { + "Number": 3, + "Title": "Flying in the River", + "Released": "03 Feb 2020", + "Genre": "Synth-pop R&B", + "Album": "Pushing up daisies" + }, + { + "Number": 4, + "Title": "Wicked Hiding", + "Released": "15 Sep 2019", + "Genre": "Synth-pop R&B", + "Album": "Pushing up daisies" + }, + { + "Number": 5, + "Title": "Lonely Light", + "Released": "13 May 2019", + "Genre": "Electro house Electropop", + "Album": "Pushing up daisies" + }, + { + "Number": 6, + "Title": "Bright Dancing", + "Released": "10 Apr 2019", + "Genre": "Synth-pop R&B", + "Album": "Pushing up daisies" + }, + { + "Number": 7, + "Title": "Gentle Dream", + "Released": "21 May 2019", + "Genre": "*", + "Album": "Pushing up daisies" + }, + { + "Number": 8, + "Title": "Sky of Echo", + "Released": "09 Jun 2019", + "Genre": "Synth-pop R&B", + "Album": "Pushing up daisies" + }, + { + "Number": 9, + "Title": "Breaking in the Sky", + "Released": "27 Dec 2019", + "Genre": "Crunk reggaeton", + "Album": "Pushing up daisies" + }, + { + "Number": 10, + "Title": "Whisper of Shadow", + "Released": "04 Jan 2019", + "Genre": "ethno-tunes", + "Album": "Pushing up daisies" + } ] } ] @@ -1179,7 +1941,76 @@ "USBillboard200": 9, "Artist": "Marti Valencia", "Songs": [ - + { + "Number": 1, + "Title": "Hiding in the Sky", + "Released": "26 Nov 2019", + "Genre": "Synth-pop R&B", + "Album": "Nemesis" + }, + { + "Number": 2, + "Title": "Waiting in the Echo", + "Released": "10 Jul 2019", + "Genre": "ethno-tunes", + "Album": "Nemesis" + }, + { + "Number": 3, + "Title": "Wicked Shadow", + "Released": "29 Jul 2019", + "Genre": "Synth-pop R&B", + "Album": "Nemesis" + }, + { + "Number": 4, + "Title": "Crying in the Whisper", + "Released": "09 Apr 2019", + "Genre": "*", + "Album": "Nemesis" + }, + { + "Number": 5, + "Title": "Echo of Storm", + "Released": "19 Nov 2019", + "Genre": "Crunk reggaeton", + "Album": "Nemesis" + }, + { + "Number": 6, + "Title": "Shadow of Sky", + "Released": "24 Jul 2019", + "Genre": "Crunk reggaeton", + "Album": "Nemesis" + }, + { + "Number": 7, + "Title": "Golden Hiding", + "Released": "12 Dec 2019", + "Genre": "Electro house Electropop", + "Album": "Nemesis" + }, + { + "Number": 8, + "Title": "Wild Dancing", + "Released": "17 Aug 2019", + "Genre": "Synth-pop R&B", + "Album": "Nemesis" + }, + { + "Number": 9, + "Title": "Bright Burning", + "Released": "30 Aug 2019", + "Genre": "Electro house Electropop", + "Album": "Nemesis" + }, + { + "Number": 10, + "Title": "Flying in the River", + "Released": "02 Sep 2019", + "Genre": "*", + "Album": "Nemesis" + } ] }, { @@ -1282,7 +2113,76 @@ "USBillboard200": 37, "Artist": "Marti Valencia", "Songs": [ - + { + "Number": 1, + "Title": "Wild River", + "Released": "11 Jan 2019", + "Genre": "*", + "Album": "God's advocate" + }, + { + "Number": 2, + "Title": "Wicked Whisper", + "Released": "16 Feb 2019", + "Genre": "Electro house Electropop", + "Album": "God's advocate" + }, + { + "Number": 3, + "Title": "Storm of Heart", + "Released": "11 Aug 2019", + "Genre": "*", + "Album": "God's advocate" + }, + { + "Number": 4, + "Title": "Golden Dancing", + "Released": "02 Mar 2019", + "Genre": "Crunk reggaeton", + "Album": "God's advocate" + }, + { + "Number": 5, + "Title": "Calling in the Sky", + "Released": "10 Sep 2019", + "Genre": "Electro house Electropop", + "Album": "God's advocate" + }, + { + "Number": 6, + "Title": "Calling in the Heart", + "Released": "12 Jan 2019", + "Genre": "ethno-tunes", + "Album": "God's advocate" + }, + { + "Number": 7, + "Title": "Running in the Storm", + "Released": "10 Nov 2019", + "Genre": "Synth-pop R&B", + "Album": "God's advocate" + }, + { + "Number": 8, + "Title": "Wild Sky", + "Released": "10 Apr 2019", + "Genre": "R&B", + "Album": "God's advocate" + }, + { + "Number": 9, + "Title": "Crying in the Shadow", + "Released": "02 Mar 2019", + "Genre": "R&B", + "Album": "God's advocate" + }, + { + "Number": 10, + "Title": "Whisper of River", + "Released": "12 May 2019", + "Genre": "*", + "Album": "God's advocate" + } ] } ] @@ -1306,7 +2206,76 @@ "USBillboard200": 7, "Artist": "Alicia Stanger", "Songs": [ - + { + "Number": 1, + "Title": "Shadow of Light", + "Released": "24 Mar 2019", + "Genre": "ethno-tunes", + "Album": "Forever alone" + }, + { + "Number": 2, + "Title": "Running in the Echo", + "Released": "03 May 2019", + "Genre": "Crunk reggaeton", + "Album": "Forever alone" + }, + { + "Number": 3, + "Title": "Gentle Dream", + "Released": "24 Aug 2019", + "Genre": "Crunk reggaeton", + "Album": "Forever alone" + }, + { + "Number": 4, + "Title": "Furious River", + "Released": "24 Apr 2019", + "Genre": "ethno-tunes", + "Album": "Forever alone" + }, + { + "Number": 5, + "Title": "Wild Whisper", + "Released": "09 Mar 2019", + "Genre": "ethno-tunes", + "Album": "Forever alone" + }, + { + "Number": 6, + "Title": "Whisper of Sky", + "Released": "24 Jul 2019", + "Genre": "Crunk reggaeton", + "Album": "Forever alone" + }, + { + "Number": 7, + "Title": "Lonely Storm", + "Released": "01 May 2019", + "Genre": "Crunk reggaeton", + "Album": "Forever alone" + }, + { + "Number": 8, + "Title": "Dancing in the River", + "Released": "17 Dec 2019", + "Genre": "*", + "Album": "Forever alone" + }, + { + "Number": 9, + "Title": "Electric Fire", + "Released": "17 Oct 2019", + "Genre": "Electro house Electropop", + "Album": "Forever alone" + }, + { + "Number": 10, + "Title": "Electric Sky", + "Released": "25 Sep 2019", + "Genre": "ethno-tunes", + "Album": "Forever alone" + } ] } ] @@ -1371,7 +2340,76 @@ "USBillboard200": 35, "Artist": "Peter Taylor", "Songs": [ - + { + "Number": 1, + "Title": "Calling in the Dream", + "Released": "01 Aug 2019", + "Genre": "R&B", + "Album": "Decisions decisions" + }, + { + "Number": 2, + "Title": "Electric Burning", + "Released": "10 Sep 2019", + "Genre": "Electro house Electropop", + "Album": "Decisions decisions" + }, + { + "Number": 3, + "Title": "Dark Flying", + "Released": "28 Apr 2019", + "Genre": "*", + "Album": "Decisions decisions" + }, + { + "Number": 4, + "Title": "Gentle Sky", + "Released": "20 Nov 2019", + "Genre": "ethno-tunes", + "Album": "Decisions decisions" + }, + { + "Number": 5, + "Title": "Gentle Calling", + "Released": "13 Jan 2019", + "Genre": "Crunk reggaeton", + "Album": "Decisions decisions" + }, + { + "Number": 6, + "Title": "Golden Falling", + "Released": "14 Feb 2019", + "Genre": "Crunk reggaeton", + "Album": "Decisions decisions" + }, + { + "Number": 7, + "Title": "Silent River", + "Released": "13 Feb 2019", + "Genre": "R&B", + "Album": "Decisions decisions" + }, + { + "Number": 8, + "Title": "Furious Calling", + "Released": "11 Jun 2019", + "Genre": "Synth-pop R&B", + "Album": "Decisions decisions" + }, + { + "Number": 9, + "Title": "Running in the Echo", + "Released": "06 Nov 2019", + "Genre": "Electro house Electropop", + "Album": "Decisions decisions" + }, + { + "Number": 10, + "Title": "Furious River", + "Released": "12 Mar 2019", + "Genre": "*", + "Album": "Decisions decisions" + } ] }, { @@ -1381,7 +2419,76 @@ "USBillboard200": 89, "Artist": "Peter Taylor", "Songs": [ - + { + "Number": 1, + "Title": "Dark Crying", + "Released": "27 Apr 2019", + "Genre": "Electro house Electropop", + "Album": "Climate changed" + }, + { + "Number": 2, + "Title": "Dark Waiting", + "Released": "14 Nov 2019", + "Genre": "Synth-pop R&B", + "Album": "Climate changed" + }, + { + "Number": 3, + "Title": "Furious Waiting", + "Released": "23 May 2019", + "Genre": "*", + "Album": "Climate changed" + }, + { + "Number": 4, + "Title": "Running in the Echo", + "Released": "29 Nov 2019", + "Genre": "Crunk reggaeton", + "Album": "Climate changed" + }, + { + "Number": 5, + "Title": "Dream of Sky", + "Released": "31 Oct 2019", + "Genre": "Crunk reggaeton", + "Album": "Climate changed" + }, + { + "Number": 6, + "Title": "Hiding in the Heart", + "Released": "09 Aug 2019", + "Genre": "R&B", + "Album": "Climate changed" + }, + { + "Number": 7, + "Title": "Sky of Storm", + "Released": "01 Jun 2019", + "Genre": "R&B", + "Album": "Climate changed" + }, + { + "Number": 8, + "Title": "Light of Storm", + "Released": "17 Jan 2020", + "Genre": "ethno-tunes", + "Album": "Climate changed" + }, + { + "Number": 9, + "Title": "Light of Sky", + "Released": "26 May 2019", + "Genre": "*", + "Album": "Climate changed" + }, + { + "Number": 10, + "Title": "Golden River", + "Released": "19 Jun 2019", + "Genre": "*", + "Album": "Climate changed" + } ] } ] diff --git a/samples/grids/hierarchical-grid/cell-selection-overview/src/SingersData.json b/samples/grids/hierarchical-grid/cell-selection-overview/src/SingersData.json index f7508f3c9a..75ec4ec561 100644 --- a/samples/grids/hierarchical-grid/cell-selection-overview/src/SingersData.json +++ b/samples/grids/hierarchical-grid/cell-selection-overview/src/SingersData.json @@ -78,7 +78,79 @@ "LaunchDate": "September 3, 2013", "BillboardReview": 86, "USBillboard200": 1, - "Artist": "Naomí Yepes" + "Artist": "Naomí Yepes", + "Songs": [ + { + "Number": 1, + "Title": "Lonely Falling", + "Released": "01 May 2019", + "Genre": "*", + "Album": "Initiation" + }, + { + "Number": 2, + "Title": "Bright Breaking", + "Released": "25 Jul 2019", + "Genre": "Electro house Electropop", + "Album": "Initiation" + }, + { + "Number": 3, + "Title": "River of Whisper", + "Released": "29 Jan 2020", + "Genre": "Electro house Electropop", + "Album": "Initiation" + }, + { + "Number": 4, + "Title": "Sky of Storm", + "Released": "07 May 2019", + "Genre": "Electro house Electropop", + "Album": "Initiation" + }, + { + "Number": 5, + "Title": "Electric River", + "Released": "20 Jan 2020", + "Genre": "R&B", + "Album": "Initiation" + }, + { + "Number": 6, + "Title": "Storm of Storm", + "Released": "01 Sep 2019", + "Genre": "Crunk reggaeton", + "Album": "Initiation" + }, + { + "Number": 7, + "Title": "Fire of Dream", + "Released": "12 Sep 2019", + "Genre": "Electro house Electropop", + "Album": "Initiation" + }, + { + "Number": 8, + "Title": "Burning in the Light", + "Released": "15 Apr 2019", + "Genre": "*", + "Album": "Initiation" + }, + { + "Number": 9, + "Title": "Burning in the Storm", + "Released": "10 Sep 2019", + "Genre": "Electro house Electropop", + "Album": "Initiation" + }, + { + "Number": 10, + "Title": "Shadow of Whisper", + "Released": "06 Jan 2019", + "Genre": "Crunk reggaeton", + "Album": "Initiation" + } + ] }, { "Album": "Dream Driven", @@ -90,7 +162,7 @@ { "Number": 1, "Title": "Intro", - "Released": false, + "Released": "10 Sep 2019", "Genre": "*", "Album": "Dream Driven" }, @@ -111,7 +183,7 @@ { "Number": 4, "Title": "Future past", - "Released": false, + "Released": "20 Sep 2011", "Genre": "*", "Album": "Dream Driven" }, @@ -132,14 +204,14 @@ { "Number": 7, "Title": "Stay where you are", - "Released": false, + "Released": "14 Sep 2013", "Genre": "*", "Album": "Dream Driven" }, { "Number": 8, "Title": "Imaginarium", - "Released": false, + "Released": "20 Sep 2021", "Genre": "*", "Album": "Dream Driven" }, @@ -153,21 +225,21 @@ { "Number": 10, "Title": "Shredded into pieces", - "Released": false, + "Released": "11 Sep 2015", "Genre": "*", "Album": "Dream Driven" }, { "Number": 11, "Title": "Capture this moment", - "Released": false, + "Released": "13 Sep 2016", "Genre": "*", "Album": "Dream Driven" }, { "Number": 12, "Title": "Dream Driven", - "Released": false, + "Released": "14 Sep 2014", "Genre": "*", "Album": "Dream Driven" } @@ -180,7 +252,76 @@ "USBillboard200": 2, "Artist": "Naomí Yepes", "Songs": [ - + { + "Number": 1, + "Title": "Calling in the Storm", + "Released": "12 Mar 2019", + "Genre": "Electro house Electropop", + "Album": "The dragon journey" + }, + { + "Number": 2, + "Title": "Hiding in the Dream", + "Released": "23 Mar 2019", + "Genre": "R&B", + "Album": "The dragon journey" + }, + { + "Number": 3, + "Title": "Electric Heart", + "Released": "17 Mar 2019", + "Genre": "ethno-tunes", + "Album": "The dragon journey" + }, + { + "Number": 4, + "Title": "Shadow of Echo", + "Released": "20 Feb 2019", + "Genre": "ethno-tunes", + "Album": "The dragon journey" + }, + { + "Number": 5, + "Title": "Flying in the Storm", + "Released": "08 Apr 2019", + "Genre": "R&B", + "Album": "The dragon journey" + }, + { + "Number": 6, + "Title": "Dark Waiting", + "Released": "20 Oct 2019", + "Genre": "Synth-pop R&B", + "Album": "The dragon journey" + }, + { + "Number": 7, + "Title": "Fire of River", + "Released": "20 Feb 2019", + "Genre": "Synth-pop R&B", + "Album": "The dragon journey" + }, + { + "Number": 8, + "Title": "Wild Crying", + "Released": "14 Jun 2019", + "Genre": "R&B", + "Album": "The dragon journey" + }, + { + "Number": 9, + "Title": "Bright Dancing", + "Released": "14 Mar 2019", + "Genre": "Electro house Electropop", + "Album": "The dragon journey" + }, + { + "Number": 10, + "Title": "Golden Waiting", + "Released": "12 Sep 2019", + "Genre": "Synth-pop R&B", + "Album": "The dragon journey" + } ] }, { @@ -276,7 +417,76 @@ "USBillboard200": 12, "Artist": "Naomí Yepes", "Songs": [ - + { + "Number": 1, + "Title": "Storm of Dream", + "Released": "05 Jan 2019", + "Genre": "*", + "Album": "Curiosity" + }, + { + "Number": 2, + "Title": "Echo of Dream", + "Released": "28 Jan 2019", + "Genre": "Synth-pop R&B", + "Album": "Curiosity" + }, + { + "Number": 3, + "Title": "Light of Shadow", + "Released": "07 Feb 2019", + "Genre": "Synth-pop R&B", + "Album": "Curiosity" + }, + { + "Number": 4, + "Title": "Storm of Heart", + "Released": "05 Jan 2020", + "Genre": "Electro house Electropop", + "Album": "Curiosity" + }, + { + "Number": 5, + "Title": "Shadow of River", + "Released": "27 Feb 2019", + "Genre": "*", + "Album": "Curiosity" + }, + { + "Number": 6, + "Title": "Wicked Dancing", + "Released": "17 Jan 2020", + "Genre": "ethno-tunes", + "Album": "Curiosity" + }, + { + "Number": 7, + "Title": "River of Light", + "Released": "22 Feb 2019", + "Genre": "R&B", + "Album": "Curiosity" + }, + { + "Number": 8, + "Title": "Lonely Breaking", + "Released": "09 Sep 2019", + "Genre": "ethno-tunes", + "Album": "Curiosity" + }, + { + "Number": 9, + "Title": "Furious Flying", + "Released": "08 Jun 2019", + "Genre": "R&B", + "Album": "Curiosity" + }, + { + "Number": 10, + "Title": "Hiding in the Storm", + "Released": "27 May 2019", + "Genre": "Electro house Electropop", + "Album": "Curiosity" + } ] } ] @@ -513,7 +723,76 @@ "USBillboard200": 69, "Artist": "Ahmad Nazeri", "Songs": [ - + { + "Number": 1, + "Title": "Gentle Falling", + "Released": "26 Apr 2019", + "Genre": "Crunk reggaeton", + "Album": "Emergency" + }, + { + "Number": 2, + "Title": "Calling in the Fire", + "Released": "03 Sep 2019", + "Genre": "ethno-tunes", + "Album": "Emergency" + }, + { + "Number": 3, + "Title": "Fire of Shadow", + "Released": "05 Jan 2019", + "Genre": "ethno-tunes", + "Album": "Emergency" + }, + { + "Number": 4, + "Title": "Dancing in the Dream", + "Released": "15 Apr 2019", + "Genre": "R&B", + "Album": "Emergency" + }, + { + "Number": 5, + "Title": "Calling in the Shadow", + "Released": "09 Oct 2019", + "Genre": "R&B", + "Album": "Emergency" + }, + { + "Number": 6, + "Title": "Falling in the Sky", + "Released": "08 Mar 2019", + "Genre": "ethno-tunes", + "Album": "Emergency" + }, + { + "Number": 7, + "Title": "Calling in the Storm", + "Released": "05 Dec 2019", + "Genre": "ethno-tunes", + "Album": "Emergency" + }, + { + "Number": 8, + "Title": "Falling in the River", + "Released": "19 Aug 2019", + "Genre": "Electro house Electropop", + "Album": "Emergency" + }, + { + "Number": 9, + "Title": "Electric Fire", + "Released": "30 Nov 2019", + "Genre": "Crunk reggaeton", + "Album": "Emergency" + }, + { + "Number": 10, + "Title": "Lonely River", + "Released": "11 Nov 2019", + "Genre": "Electro house Electropop", + "Album": "Emergency" + } ] }, { @@ -523,7 +802,76 @@ "USBillboard200": 39, "Artist": "Ahmad Nazeri", "Songs": [ - + { + "Number": 1, + "Title": "Lonely Dream", + "Released": "11 Dec 2019", + "Genre": "ethno-tunes", + "Album": "Bursting bubbles" + }, + { + "Number": 2, + "Title": "Fire of River", + "Released": "01 Aug 2019", + "Genre": "Synth-pop R&B", + "Album": "Bursting bubbles" + }, + { + "Number": 3, + "Title": "Wicked Falling", + "Released": "25 Jan 2019", + "Genre": "*", + "Album": "Bursting bubbles" + }, + { + "Number": 4, + "Title": "Crying in the Shadow", + "Released": "04 Jan 2019", + "Genre": "Synth-pop R&B", + "Album": "Bursting bubbles" + }, + { + "Number": 5, + "Title": "Wild Burning", + "Released": "10 May 2019", + "Genre": "ethno-tunes", + "Album": "Bursting bubbles" + }, + { + "Number": 6, + "Title": "Waiting in the Heart", + "Released": "07 Aug 2019", + "Genre": "ethno-tunes", + "Album": "Bursting bubbles" + }, + { + "Number": 7, + "Title": "Fire of Fire", + "Released": "16 May 2019", + "Genre": "Electro house Electropop", + "Album": "Bursting bubbles" + }, + { + "Number": 8, + "Title": "Bright Heart", + "Released": "14 Mar 2019", + "Genre": "Synth-pop R&B", + "Album": "Bursting bubbles" + }, + { + "Number": 9, + "Title": "Lonely Fire", + "Released": "15 Oct 2019", + "Genre": "R&B", + "Album": "Bursting bubbles" + }, + { + "Number": 10, + "Title": "Sky of Dream", + "Released": "20 Jun 2019", + "Genre": "ethno-tunes", + "Album": "Bursting bubbles" + } ] } ] @@ -547,7 +895,76 @@ "USBillboard200": 1, "Artist": "Kimmy McIlmorie", "Songs": [ - + { + "Number": 1, + "Title": "Storm of Sky", + "Released": "04 Mar 2019", + "Genre": "ethno-tunes", + "Album": "Here we go again" + }, + { + "Number": 2, + "Title": "Dream of Shadow", + "Released": "03 Jan 2019", + "Genre": "ethno-tunes", + "Album": "Here we go again" + }, + { + "Number": 3, + "Title": "Dream of Shadow", + "Released": "19 Dec 2019", + "Genre": "Electro house Electropop", + "Album": "Here we go again" + }, + { + "Number": 4, + "Title": "Golden Fire", + "Released": "20 Jan 2019", + "Genre": "R&B", + "Album": "Here we go again" + }, + { + "Number": 5, + "Title": "Running in the Light", + "Released": "03 Jan 2020", + "Genre": "Synth-pop R&B", + "Album": "Here we go again" + }, + { + "Number": 6, + "Title": "Flying in the Heart", + "Released": "17 Jan 2019", + "Genre": "*", + "Album": "Here we go again" + }, + { + "Number": 7, + "Title": "Fire of Storm", + "Released": "26 Jan 2019", + "Genre": "ethno-tunes", + "Album": "Here we go again" + }, + { + "Number": 8, + "Title": "Calling in the Sky", + "Released": "28 Oct 2019", + "Genre": "Synth-pop R&B", + "Album": "Here we go again" + }, + { + "Number": 9, + "Title": "Flying in the Shadow", + "Released": "30 Mar 2019", + "Genre": "ethno-tunes", + "Album": "Here we go again" + }, + { + "Number": 10, + "Title": "Golden Dancing", + "Released": "12 Oct 2019", + "Genre": "ethno-tunes", + "Album": "Here we go again" + } ] } ] @@ -771,7 +1188,76 @@ "USBillboard200": 85, "Artist": "Izabella Tabakova", "Songs": [ - + { + "Number": 1, + "Title": "Hiding in the Light", + "Released": "24 Jan 2019", + "Genre": "Synth-pop R&B", + "Album": "Dark matters" + }, + { + "Number": 2, + "Title": "Furious River", + "Released": "13 Jan 2020", + "Genre": "Electro house Electropop", + "Album": "Dark matters" + }, + { + "Number": 3, + "Title": "Wild Crying", + "Released": "27 Feb 2019", + "Genre": "Electro house Electropop", + "Album": "Dark matters" + }, + { + "Number": 4, + "Title": "Light of Dream", + "Released": "01 Jun 2019", + "Genre": "Crunk reggaeton", + "Album": "Dark matters" + }, + { + "Number": 5, + "Title": "Light of Dream", + "Released": "24 Aug 2019", + "Genre": "*", + "Album": "Dark matters" + }, + { + "Number": 6, + "Title": "Storm of Light", + "Released": "26 Feb 2019", + "Genre": "*", + "Album": "Dark matters" + }, + { + "Number": 7, + "Title": "Dark Storm", + "Released": "18 Jan 2020", + "Genre": "R&B", + "Album": "Dark matters" + }, + { + "Number": 8, + "Title": "Dark Calling", + "Released": "20 Mar 2019", + "Genre": "Crunk reggaeton", + "Album": "Dark matters" + }, + { + "Number": 9, + "Title": "Sky of Whisper", + "Released": "30 Jan 2019", + "Genre": "ethno-tunes", + "Album": "Dark matters" + }, + { + "Number": 10, + "Title": "Dancing in the Light", + "Released": "28 Nov 2019", + "Genre": "Synth-pop R&B", + "Album": "Dark matters" + } ] } ] @@ -795,7 +1281,76 @@ "USBillboard200": 5, "Artist": "Nguyễn Diệp Chi", "Songs": [ - + { + "Number": 1, + "Title": "Echo of River", + "Released": "05 Mar 2019", + "Genre": "Synth-pop R&B", + "Album": "Library of liberty" + }, + { + "Number": 2, + "Title": "Heart of River", + "Released": "12 Jan 2020", + "Genre": "Electro house Electropop", + "Album": "Library of liberty" + }, + { + "Number": 3, + "Title": "Dark Light", + "Released": "09 Aug 2019", + "Genre": "Electro house Electropop", + "Album": "Library of liberty" + }, + { + "Number": 4, + "Title": "Dark Fire", + "Released": "22 Jun 2019", + "Genre": "R&B", + "Album": "Library of liberty" + }, + { + "Number": 5, + "Title": "Flying in the Fire", + "Released": "22 Jul 2019", + "Genre": "*", + "Album": "Library of liberty" + }, + { + "Number": 6, + "Title": "Shadow of Heart", + "Released": "02 Jan 2020", + "Genre": "*", + "Album": "Library of liberty" + }, + { + "Number": 7, + "Title": "Fire of Fire", + "Released": "27 Jan 2019", + "Genre": "*", + "Album": "Library of liberty" + }, + { + "Number": 8, + "Title": "Falling in the River", + "Released": "05 Aug 2019", + "Genre": "Crunk reggaeton", + "Album": "Library of liberty" + }, + { + "Number": 9, + "Title": "Fire of Light", + "Released": "31 Dec 2019", + "Genre": "ethno-tunes", + "Album": "Library of liberty" + }, + { + "Number": 10, + "Title": "Bright Flying", + "Released": "24 Jan 2019", + "Genre": "*", + "Album": "Library of liberty" + } ] } ] @@ -819,7 +1374,76 @@ "USBillboard200": 29, "Artist": "Eva Lee", "Songs": [ - + { + "Number": 1, + "Title": "Dancing in the Shadow", + "Released": "02 Aug 2019", + "Genre": "ethno-tunes", + "Album": "Just a tease" + }, + { + "Number": 2, + "Title": "Silent Whisper", + "Released": "09 Jul 2019", + "Genre": "*", + "Album": "Just a tease" + }, + { + "Number": 3, + "Title": "Crying in the Whisper", + "Released": "30 May 2019", + "Genre": "Crunk reggaeton", + "Album": "Just a tease" + }, + { + "Number": 4, + "Title": "River of Light", + "Released": "10 Jan 2019", + "Genre": "Electro house Electropop", + "Album": "Just a tease" + }, + { + "Number": 5, + "Title": "Golden River", + "Released": "15 Nov 2019", + "Genre": "*", + "Album": "Just a tease" + }, + { + "Number": 6, + "Title": "Burning in the Shadow", + "Released": "18 Apr 2019", + "Genre": "Crunk reggaeton", + "Album": "Just a tease" + }, + { + "Number": 7, + "Title": "Shadow of Sky", + "Released": "06 Sep 2019", + "Genre": "Crunk reggaeton", + "Album": "Just a tease" + }, + { + "Number": 8, + "Title": "Gentle Waiting", + "Released": "05 Dec 2019", + "Genre": "R&B", + "Album": "Just a tease" + }, + { + "Number": 9, + "Title": "Bright River", + "Released": "27 Jan 2020", + "Genre": "R&B", + "Album": "Just a tease" + }, + { + "Number": 10, + "Title": "Heart of Storm", + "Released": "07 Jan 2019", + "Genre": "Synth-pop R&B", + "Album": "Just a tease" + } ] } ] @@ -1046,7 +1670,76 @@ "USBillboard200": 98, "Artist": "Pablo Cambeiro", "Songs": [ - + { + "Number": 1, + "Title": "Dancing in the Echo", + "Released": "03 Oct 2019", + "Genre": "Crunk reggaeton", + "Album": "Fluke" + }, + { + "Number": 2, + "Title": "Dream of Dream", + "Released": "03 Mar 2019", + "Genre": "*", + "Album": "Fluke" + }, + { + "Number": 3, + "Title": "Calling in the Echo", + "Released": "16 Sep 2019", + "Genre": "*", + "Album": "Fluke" + }, + { + "Number": 4, + "Title": "Light of Light", + "Released": "25 May 2019", + "Genre": "Electro house Electropop", + "Album": "Fluke" + }, + { + "Number": 5, + "Title": "Bright Light", + "Released": "21 Mar 2019", + "Genre": "R&B", + "Album": "Fluke" + }, + { + "Number": 6, + "Title": "Storm of Echo", + "Released": "17 Jul 2019", + "Genre": "Synth-pop R&B", + "Album": "Fluke" + }, + { + "Number": 7, + "Title": "Lonely Calling", + "Released": "10 Apr 2019", + "Genre": "ethno-tunes", + "Album": "Fluke" + }, + { + "Number": 8, + "Title": "Gentle Falling", + "Released": "28 Nov 2019", + "Genre": "Synth-pop R&B", + "Album": "Fluke" + }, + { + "Number": 9, + "Title": "Wild Flying", + "Released": "26 Nov 2019", + "Genre": "Crunk reggaeton", + "Album": "Fluke" + }, + { + "Number": 10, + "Title": "Sky of Dream", + "Released": "29 May 2019", + "Genre": "R&B", + "Album": "Fluke" + } ] }, { @@ -1142,7 +1835,76 @@ "USBillboard200": 77, "Artist": "Athar Malakooti", "Songs": [ - + { + "Number": 1, + "Title": "Hiding in the Whisper", + "Released": "03 Apr 2019", + "Genre": "R&B", + "Album": "Pushing up daisies" + }, + { + "Number": 2, + "Title": "Wicked Light", + "Released": "21 Aug 2019", + "Genre": "R&B", + "Album": "Pushing up daisies" + }, + { + "Number": 3, + "Title": "Flying in the River", + "Released": "03 Feb 2020", + "Genre": "Synth-pop R&B", + "Album": "Pushing up daisies" + }, + { + "Number": 4, + "Title": "Wicked Hiding", + "Released": "15 Sep 2019", + "Genre": "Synth-pop R&B", + "Album": "Pushing up daisies" + }, + { + "Number": 5, + "Title": "Lonely Light", + "Released": "13 May 2019", + "Genre": "Electro house Electropop", + "Album": "Pushing up daisies" + }, + { + "Number": 6, + "Title": "Bright Dancing", + "Released": "10 Apr 2019", + "Genre": "Synth-pop R&B", + "Album": "Pushing up daisies" + }, + { + "Number": 7, + "Title": "Gentle Dream", + "Released": "21 May 2019", + "Genre": "*", + "Album": "Pushing up daisies" + }, + { + "Number": 8, + "Title": "Sky of Echo", + "Released": "09 Jun 2019", + "Genre": "Synth-pop R&B", + "Album": "Pushing up daisies" + }, + { + "Number": 9, + "Title": "Breaking in the Sky", + "Released": "27 Dec 2019", + "Genre": "Crunk reggaeton", + "Album": "Pushing up daisies" + }, + { + "Number": 10, + "Title": "Whisper of Shadow", + "Released": "04 Jan 2019", + "Genre": "ethno-tunes", + "Album": "Pushing up daisies" + } ] } ] @@ -1179,7 +1941,76 @@ "USBillboard200": 9, "Artist": "Marti Valencia", "Songs": [ - + { + "Number": 1, + "Title": "Hiding in the Sky", + "Released": "26 Nov 2019", + "Genre": "Synth-pop R&B", + "Album": "Nemesis" + }, + { + "Number": 2, + "Title": "Waiting in the Echo", + "Released": "10 Jul 2019", + "Genre": "ethno-tunes", + "Album": "Nemesis" + }, + { + "Number": 3, + "Title": "Wicked Shadow", + "Released": "29 Jul 2019", + "Genre": "Synth-pop R&B", + "Album": "Nemesis" + }, + { + "Number": 4, + "Title": "Crying in the Whisper", + "Released": "09 Apr 2019", + "Genre": "*", + "Album": "Nemesis" + }, + { + "Number": 5, + "Title": "Echo of Storm", + "Released": "19 Nov 2019", + "Genre": "Crunk reggaeton", + "Album": "Nemesis" + }, + { + "Number": 6, + "Title": "Shadow of Sky", + "Released": "24 Jul 2019", + "Genre": "Crunk reggaeton", + "Album": "Nemesis" + }, + { + "Number": 7, + "Title": "Golden Hiding", + "Released": "12 Dec 2019", + "Genre": "Electro house Electropop", + "Album": "Nemesis" + }, + { + "Number": 8, + "Title": "Wild Dancing", + "Released": "17 Aug 2019", + "Genre": "Synth-pop R&B", + "Album": "Nemesis" + }, + { + "Number": 9, + "Title": "Bright Burning", + "Released": "30 Aug 2019", + "Genre": "Electro house Electropop", + "Album": "Nemesis" + }, + { + "Number": 10, + "Title": "Flying in the River", + "Released": "02 Sep 2019", + "Genre": "*", + "Album": "Nemesis" + } ] }, { @@ -1282,7 +2113,76 @@ "USBillboard200": 37, "Artist": "Marti Valencia", "Songs": [ - + { + "Number": 1, + "Title": "Wild River", + "Released": "11 Jan 2019", + "Genre": "*", + "Album": "God's advocate" + }, + { + "Number": 2, + "Title": "Wicked Whisper", + "Released": "16 Feb 2019", + "Genre": "Electro house Electropop", + "Album": "God's advocate" + }, + { + "Number": 3, + "Title": "Storm of Heart", + "Released": "11 Aug 2019", + "Genre": "*", + "Album": "God's advocate" + }, + { + "Number": 4, + "Title": "Golden Dancing", + "Released": "02 Mar 2019", + "Genre": "Crunk reggaeton", + "Album": "God's advocate" + }, + { + "Number": 5, + "Title": "Calling in the Sky", + "Released": "10 Sep 2019", + "Genre": "Electro house Electropop", + "Album": "God's advocate" + }, + { + "Number": 6, + "Title": "Calling in the Heart", + "Released": "12 Jan 2019", + "Genre": "ethno-tunes", + "Album": "God's advocate" + }, + { + "Number": 7, + "Title": "Running in the Storm", + "Released": "10 Nov 2019", + "Genre": "Synth-pop R&B", + "Album": "God's advocate" + }, + { + "Number": 8, + "Title": "Wild Sky", + "Released": "10 Apr 2019", + "Genre": "R&B", + "Album": "God's advocate" + }, + { + "Number": 9, + "Title": "Crying in the Shadow", + "Released": "02 Mar 2019", + "Genre": "R&B", + "Album": "God's advocate" + }, + { + "Number": 10, + "Title": "Whisper of River", + "Released": "12 May 2019", + "Genre": "*", + "Album": "God's advocate" + } ] } ] @@ -1306,7 +2206,76 @@ "USBillboard200": 7, "Artist": "Alicia Stanger", "Songs": [ - + { + "Number": 1, + "Title": "Shadow of Light", + "Released": "24 Mar 2019", + "Genre": "ethno-tunes", + "Album": "Forever alone" + }, + { + "Number": 2, + "Title": "Running in the Echo", + "Released": "03 May 2019", + "Genre": "Crunk reggaeton", + "Album": "Forever alone" + }, + { + "Number": 3, + "Title": "Gentle Dream", + "Released": "24 Aug 2019", + "Genre": "Crunk reggaeton", + "Album": "Forever alone" + }, + { + "Number": 4, + "Title": "Furious River", + "Released": "24 Apr 2019", + "Genre": "ethno-tunes", + "Album": "Forever alone" + }, + { + "Number": 5, + "Title": "Wild Whisper", + "Released": "09 Mar 2019", + "Genre": "ethno-tunes", + "Album": "Forever alone" + }, + { + "Number": 6, + "Title": "Whisper of Sky", + "Released": "24 Jul 2019", + "Genre": "Crunk reggaeton", + "Album": "Forever alone" + }, + { + "Number": 7, + "Title": "Lonely Storm", + "Released": "01 May 2019", + "Genre": "Crunk reggaeton", + "Album": "Forever alone" + }, + { + "Number": 8, + "Title": "Dancing in the River", + "Released": "17 Dec 2019", + "Genre": "*", + "Album": "Forever alone" + }, + { + "Number": 9, + "Title": "Electric Fire", + "Released": "17 Oct 2019", + "Genre": "Electro house Electropop", + "Album": "Forever alone" + }, + { + "Number": 10, + "Title": "Electric Sky", + "Released": "25 Sep 2019", + "Genre": "ethno-tunes", + "Album": "Forever alone" + } ] } ] @@ -1371,7 +2340,76 @@ "USBillboard200": 35, "Artist": "Peter Taylor", "Songs": [ - + { + "Number": 1, + "Title": "Calling in the Dream", + "Released": "01 Aug 2019", + "Genre": "R&B", + "Album": "Decisions decisions" + }, + { + "Number": 2, + "Title": "Electric Burning", + "Released": "10 Sep 2019", + "Genre": "Electro house Electropop", + "Album": "Decisions decisions" + }, + { + "Number": 3, + "Title": "Dark Flying", + "Released": "28 Apr 2019", + "Genre": "*", + "Album": "Decisions decisions" + }, + { + "Number": 4, + "Title": "Gentle Sky", + "Released": "20 Nov 2019", + "Genre": "ethno-tunes", + "Album": "Decisions decisions" + }, + { + "Number": 5, + "Title": "Gentle Calling", + "Released": "13 Jan 2019", + "Genre": "Crunk reggaeton", + "Album": "Decisions decisions" + }, + { + "Number": 6, + "Title": "Golden Falling", + "Released": "14 Feb 2019", + "Genre": "Crunk reggaeton", + "Album": "Decisions decisions" + }, + { + "Number": 7, + "Title": "Silent River", + "Released": "13 Feb 2019", + "Genre": "R&B", + "Album": "Decisions decisions" + }, + { + "Number": 8, + "Title": "Furious Calling", + "Released": "11 Jun 2019", + "Genre": "Synth-pop R&B", + "Album": "Decisions decisions" + }, + { + "Number": 9, + "Title": "Running in the Echo", + "Released": "06 Nov 2019", + "Genre": "Electro house Electropop", + "Album": "Decisions decisions" + }, + { + "Number": 10, + "Title": "Furious River", + "Released": "12 Mar 2019", + "Genre": "*", + "Album": "Decisions decisions" + } ] }, { @@ -1381,7 +2419,76 @@ "USBillboard200": 89, "Artist": "Peter Taylor", "Songs": [ - + { + "Number": 1, + "Title": "Dark Crying", + "Released": "27 Apr 2019", + "Genre": "Electro house Electropop", + "Album": "Climate changed" + }, + { + "Number": 2, + "Title": "Dark Waiting", + "Released": "14 Nov 2019", + "Genre": "Synth-pop R&B", + "Album": "Climate changed" + }, + { + "Number": 3, + "Title": "Furious Waiting", + "Released": "23 May 2019", + "Genre": "*", + "Album": "Climate changed" + }, + { + "Number": 4, + "Title": "Running in the Echo", + "Released": "29 Nov 2019", + "Genre": "Crunk reggaeton", + "Album": "Climate changed" + }, + { + "Number": 5, + "Title": "Dream of Sky", + "Released": "31 Oct 2019", + "Genre": "Crunk reggaeton", + "Album": "Climate changed" + }, + { + "Number": 6, + "Title": "Hiding in the Heart", + "Released": "09 Aug 2019", + "Genre": "R&B", + "Album": "Climate changed" + }, + { + "Number": 7, + "Title": "Sky of Storm", + "Released": "01 Jun 2019", + "Genre": "R&B", + "Album": "Climate changed" + }, + { + "Number": 8, + "Title": "Light of Storm", + "Released": "17 Jan 2020", + "Genre": "ethno-tunes", + "Album": "Climate changed" + }, + { + "Number": 9, + "Title": "Light of Sky", + "Released": "26 May 2019", + "Genre": "*", + "Album": "Climate changed" + }, + { + "Number": 10, + "Title": "Golden River", + "Released": "19 Jun 2019", + "Genre": "*", + "Album": "Climate changed" + } ] } ] diff --git a/samples/grids/hierarchical-grid/cell-selection-style/src/SingersData.json b/samples/grids/hierarchical-grid/cell-selection-style/src/SingersData.json index f7508f3c9a..75ec4ec561 100644 --- a/samples/grids/hierarchical-grid/cell-selection-style/src/SingersData.json +++ b/samples/grids/hierarchical-grid/cell-selection-style/src/SingersData.json @@ -78,7 +78,79 @@ "LaunchDate": "September 3, 2013", "BillboardReview": 86, "USBillboard200": 1, - "Artist": "Naomí Yepes" + "Artist": "Naomí Yepes", + "Songs": [ + { + "Number": 1, + "Title": "Lonely Falling", + "Released": "01 May 2019", + "Genre": "*", + "Album": "Initiation" + }, + { + "Number": 2, + "Title": "Bright Breaking", + "Released": "25 Jul 2019", + "Genre": "Electro house Electropop", + "Album": "Initiation" + }, + { + "Number": 3, + "Title": "River of Whisper", + "Released": "29 Jan 2020", + "Genre": "Electro house Electropop", + "Album": "Initiation" + }, + { + "Number": 4, + "Title": "Sky of Storm", + "Released": "07 May 2019", + "Genre": "Electro house Electropop", + "Album": "Initiation" + }, + { + "Number": 5, + "Title": "Electric River", + "Released": "20 Jan 2020", + "Genre": "R&B", + "Album": "Initiation" + }, + { + "Number": 6, + "Title": "Storm of Storm", + "Released": "01 Sep 2019", + "Genre": "Crunk reggaeton", + "Album": "Initiation" + }, + { + "Number": 7, + "Title": "Fire of Dream", + "Released": "12 Sep 2019", + "Genre": "Electro house Electropop", + "Album": "Initiation" + }, + { + "Number": 8, + "Title": "Burning in the Light", + "Released": "15 Apr 2019", + "Genre": "*", + "Album": "Initiation" + }, + { + "Number": 9, + "Title": "Burning in the Storm", + "Released": "10 Sep 2019", + "Genre": "Electro house Electropop", + "Album": "Initiation" + }, + { + "Number": 10, + "Title": "Shadow of Whisper", + "Released": "06 Jan 2019", + "Genre": "Crunk reggaeton", + "Album": "Initiation" + } + ] }, { "Album": "Dream Driven", @@ -90,7 +162,7 @@ { "Number": 1, "Title": "Intro", - "Released": false, + "Released": "10 Sep 2019", "Genre": "*", "Album": "Dream Driven" }, @@ -111,7 +183,7 @@ { "Number": 4, "Title": "Future past", - "Released": false, + "Released": "20 Sep 2011", "Genre": "*", "Album": "Dream Driven" }, @@ -132,14 +204,14 @@ { "Number": 7, "Title": "Stay where you are", - "Released": false, + "Released": "14 Sep 2013", "Genre": "*", "Album": "Dream Driven" }, { "Number": 8, "Title": "Imaginarium", - "Released": false, + "Released": "20 Sep 2021", "Genre": "*", "Album": "Dream Driven" }, @@ -153,21 +225,21 @@ { "Number": 10, "Title": "Shredded into pieces", - "Released": false, + "Released": "11 Sep 2015", "Genre": "*", "Album": "Dream Driven" }, { "Number": 11, "Title": "Capture this moment", - "Released": false, + "Released": "13 Sep 2016", "Genre": "*", "Album": "Dream Driven" }, { "Number": 12, "Title": "Dream Driven", - "Released": false, + "Released": "14 Sep 2014", "Genre": "*", "Album": "Dream Driven" } @@ -180,7 +252,76 @@ "USBillboard200": 2, "Artist": "Naomí Yepes", "Songs": [ - + { + "Number": 1, + "Title": "Calling in the Storm", + "Released": "12 Mar 2019", + "Genre": "Electro house Electropop", + "Album": "The dragon journey" + }, + { + "Number": 2, + "Title": "Hiding in the Dream", + "Released": "23 Mar 2019", + "Genre": "R&B", + "Album": "The dragon journey" + }, + { + "Number": 3, + "Title": "Electric Heart", + "Released": "17 Mar 2019", + "Genre": "ethno-tunes", + "Album": "The dragon journey" + }, + { + "Number": 4, + "Title": "Shadow of Echo", + "Released": "20 Feb 2019", + "Genre": "ethno-tunes", + "Album": "The dragon journey" + }, + { + "Number": 5, + "Title": "Flying in the Storm", + "Released": "08 Apr 2019", + "Genre": "R&B", + "Album": "The dragon journey" + }, + { + "Number": 6, + "Title": "Dark Waiting", + "Released": "20 Oct 2019", + "Genre": "Synth-pop R&B", + "Album": "The dragon journey" + }, + { + "Number": 7, + "Title": "Fire of River", + "Released": "20 Feb 2019", + "Genre": "Synth-pop R&B", + "Album": "The dragon journey" + }, + { + "Number": 8, + "Title": "Wild Crying", + "Released": "14 Jun 2019", + "Genre": "R&B", + "Album": "The dragon journey" + }, + { + "Number": 9, + "Title": "Bright Dancing", + "Released": "14 Mar 2019", + "Genre": "Electro house Electropop", + "Album": "The dragon journey" + }, + { + "Number": 10, + "Title": "Golden Waiting", + "Released": "12 Sep 2019", + "Genre": "Synth-pop R&B", + "Album": "The dragon journey" + } ] }, { @@ -276,7 +417,76 @@ "USBillboard200": 12, "Artist": "Naomí Yepes", "Songs": [ - + { + "Number": 1, + "Title": "Storm of Dream", + "Released": "05 Jan 2019", + "Genre": "*", + "Album": "Curiosity" + }, + { + "Number": 2, + "Title": "Echo of Dream", + "Released": "28 Jan 2019", + "Genre": "Synth-pop R&B", + "Album": "Curiosity" + }, + { + "Number": 3, + "Title": "Light of Shadow", + "Released": "07 Feb 2019", + "Genre": "Synth-pop R&B", + "Album": "Curiosity" + }, + { + "Number": 4, + "Title": "Storm of Heart", + "Released": "05 Jan 2020", + "Genre": "Electro house Electropop", + "Album": "Curiosity" + }, + { + "Number": 5, + "Title": "Shadow of River", + "Released": "27 Feb 2019", + "Genre": "*", + "Album": "Curiosity" + }, + { + "Number": 6, + "Title": "Wicked Dancing", + "Released": "17 Jan 2020", + "Genre": "ethno-tunes", + "Album": "Curiosity" + }, + { + "Number": 7, + "Title": "River of Light", + "Released": "22 Feb 2019", + "Genre": "R&B", + "Album": "Curiosity" + }, + { + "Number": 8, + "Title": "Lonely Breaking", + "Released": "09 Sep 2019", + "Genre": "ethno-tunes", + "Album": "Curiosity" + }, + { + "Number": 9, + "Title": "Furious Flying", + "Released": "08 Jun 2019", + "Genre": "R&B", + "Album": "Curiosity" + }, + { + "Number": 10, + "Title": "Hiding in the Storm", + "Released": "27 May 2019", + "Genre": "Electro house Electropop", + "Album": "Curiosity" + } ] } ] @@ -513,7 +723,76 @@ "USBillboard200": 69, "Artist": "Ahmad Nazeri", "Songs": [ - + { + "Number": 1, + "Title": "Gentle Falling", + "Released": "26 Apr 2019", + "Genre": "Crunk reggaeton", + "Album": "Emergency" + }, + { + "Number": 2, + "Title": "Calling in the Fire", + "Released": "03 Sep 2019", + "Genre": "ethno-tunes", + "Album": "Emergency" + }, + { + "Number": 3, + "Title": "Fire of Shadow", + "Released": "05 Jan 2019", + "Genre": "ethno-tunes", + "Album": "Emergency" + }, + { + "Number": 4, + "Title": "Dancing in the Dream", + "Released": "15 Apr 2019", + "Genre": "R&B", + "Album": "Emergency" + }, + { + "Number": 5, + "Title": "Calling in the Shadow", + "Released": "09 Oct 2019", + "Genre": "R&B", + "Album": "Emergency" + }, + { + "Number": 6, + "Title": "Falling in the Sky", + "Released": "08 Mar 2019", + "Genre": "ethno-tunes", + "Album": "Emergency" + }, + { + "Number": 7, + "Title": "Calling in the Storm", + "Released": "05 Dec 2019", + "Genre": "ethno-tunes", + "Album": "Emergency" + }, + { + "Number": 8, + "Title": "Falling in the River", + "Released": "19 Aug 2019", + "Genre": "Electro house Electropop", + "Album": "Emergency" + }, + { + "Number": 9, + "Title": "Electric Fire", + "Released": "30 Nov 2019", + "Genre": "Crunk reggaeton", + "Album": "Emergency" + }, + { + "Number": 10, + "Title": "Lonely River", + "Released": "11 Nov 2019", + "Genre": "Electro house Electropop", + "Album": "Emergency" + } ] }, { @@ -523,7 +802,76 @@ "USBillboard200": 39, "Artist": "Ahmad Nazeri", "Songs": [ - + { + "Number": 1, + "Title": "Lonely Dream", + "Released": "11 Dec 2019", + "Genre": "ethno-tunes", + "Album": "Bursting bubbles" + }, + { + "Number": 2, + "Title": "Fire of River", + "Released": "01 Aug 2019", + "Genre": "Synth-pop R&B", + "Album": "Bursting bubbles" + }, + { + "Number": 3, + "Title": "Wicked Falling", + "Released": "25 Jan 2019", + "Genre": "*", + "Album": "Bursting bubbles" + }, + { + "Number": 4, + "Title": "Crying in the Shadow", + "Released": "04 Jan 2019", + "Genre": "Synth-pop R&B", + "Album": "Bursting bubbles" + }, + { + "Number": 5, + "Title": "Wild Burning", + "Released": "10 May 2019", + "Genre": "ethno-tunes", + "Album": "Bursting bubbles" + }, + { + "Number": 6, + "Title": "Waiting in the Heart", + "Released": "07 Aug 2019", + "Genre": "ethno-tunes", + "Album": "Bursting bubbles" + }, + { + "Number": 7, + "Title": "Fire of Fire", + "Released": "16 May 2019", + "Genre": "Electro house Electropop", + "Album": "Bursting bubbles" + }, + { + "Number": 8, + "Title": "Bright Heart", + "Released": "14 Mar 2019", + "Genre": "Synth-pop R&B", + "Album": "Bursting bubbles" + }, + { + "Number": 9, + "Title": "Lonely Fire", + "Released": "15 Oct 2019", + "Genre": "R&B", + "Album": "Bursting bubbles" + }, + { + "Number": 10, + "Title": "Sky of Dream", + "Released": "20 Jun 2019", + "Genre": "ethno-tunes", + "Album": "Bursting bubbles" + } ] } ] @@ -547,7 +895,76 @@ "USBillboard200": 1, "Artist": "Kimmy McIlmorie", "Songs": [ - + { + "Number": 1, + "Title": "Storm of Sky", + "Released": "04 Mar 2019", + "Genre": "ethno-tunes", + "Album": "Here we go again" + }, + { + "Number": 2, + "Title": "Dream of Shadow", + "Released": "03 Jan 2019", + "Genre": "ethno-tunes", + "Album": "Here we go again" + }, + { + "Number": 3, + "Title": "Dream of Shadow", + "Released": "19 Dec 2019", + "Genre": "Electro house Electropop", + "Album": "Here we go again" + }, + { + "Number": 4, + "Title": "Golden Fire", + "Released": "20 Jan 2019", + "Genre": "R&B", + "Album": "Here we go again" + }, + { + "Number": 5, + "Title": "Running in the Light", + "Released": "03 Jan 2020", + "Genre": "Synth-pop R&B", + "Album": "Here we go again" + }, + { + "Number": 6, + "Title": "Flying in the Heart", + "Released": "17 Jan 2019", + "Genre": "*", + "Album": "Here we go again" + }, + { + "Number": 7, + "Title": "Fire of Storm", + "Released": "26 Jan 2019", + "Genre": "ethno-tunes", + "Album": "Here we go again" + }, + { + "Number": 8, + "Title": "Calling in the Sky", + "Released": "28 Oct 2019", + "Genre": "Synth-pop R&B", + "Album": "Here we go again" + }, + { + "Number": 9, + "Title": "Flying in the Shadow", + "Released": "30 Mar 2019", + "Genre": "ethno-tunes", + "Album": "Here we go again" + }, + { + "Number": 10, + "Title": "Golden Dancing", + "Released": "12 Oct 2019", + "Genre": "ethno-tunes", + "Album": "Here we go again" + } ] } ] @@ -771,7 +1188,76 @@ "USBillboard200": 85, "Artist": "Izabella Tabakova", "Songs": [ - + { + "Number": 1, + "Title": "Hiding in the Light", + "Released": "24 Jan 2019", + "Genre": "Synth-pop R&B", + "Album": "Dark matters" + }, + { + "Number": 2, + "Title": "Furious River", + "Released": "13 Jan 2020", + "Genre": "Electro house Electropop", + "Album": "Dark matters" + }, + { + "Number": 3, + "Title": "Wild Crying", + "Released": "27 Feb 2019", + "Genre": "Electro house Electropop", + "Album": "Dark matters" + }, + { + "Number": 4, + "Title": "Light of Dream", + "Released": "01 Jun 2019", + "Genre": "Crunk reggaeton", + "Album": "Dark matters" + }, + { + "Number": 5, + "Title": "Light of Dream", + "Released": "24 Aug 2019", + "Genre": "*", + "Album": "Dark matters" + }, + { + "Number": 6, + "Title": "Storm of Light", + "Released": "26 Feb 2019", + "Genre": "*", + "Album": "Dark matters" + }, + { + "Number": 7, + "Title": "Dark Storm", + "Released": "18 Jan 2020", + "Genre": "R&B", + "Album": "Dark matters" + }, + { + "Number": 8, + "Title": "Dark Calling", + "Released": "20 Mar 2019", + "Genre": "Crunk reggaeton", + "Album": "Dark matters" + }, + { + "Number": 9, + "Title": "Sky of Whisper", + "Released": "30 Jan 2019", + "Genre": "ethno-tunes", + "Album": "Dark matters" + }, + { + "Number": 10, + "Title": "Dancing in the Light", + "Released": "28 Nov 2019", + "Genre": "Synth-pop R&B", + "Album": "Dark matters" + } ] } ] @@ -795,7 +1281,76 @@ "USBillboard200": 5, "Artist": "Nguyễn Diệp Chi", "Songs": [ - + { + "Number": 1, + "Title": "Echo of River", + "Released": "05 Mar 2019", + "Genre": "Synth-pop R&B", + "Album": "Library of liberty" + }, + { + "Number": 2, + "Title": "Heart of River", + "Released": "12 Jan 2020", + "Genre": "Electro house Electropop", + "Album": "Library of liberty" + }, + { + "Number": 3, + "Title": "Dark Light", + "Released": "09 Aug 2019", + "Genre": "Electro house Electropop", + "Album": "Library of liberty" + }, + { + "Number": 4, + "Title": "Dark Fire", + "Released": "22 Jun 2019", + "Genre": "R&B", + "Album": "Library of liberty" + }, + { + "Number": 5, + "Title": "Flying in the Fire", + "Released": "22 Jul 2019", + "Genre": "*", + "Album": "Library of liberty" + }, + { + "Number": 6, + "Title": "Shadow of Heart", + "Released": "02 Jan 2020", + "Genre": "*", + "Album": "Library of liberty" + }, + { + "Number": 7, + "Title": "Fire of Fire", + "Released": "27 Jan 2019", + "Genre": "*", + "Album": "Library of liberty" + }, + { + "Number": 8, + "Title": "Falling in the River", + "Released": "05 Aug 2019", + "Genre": "Crunk reggaeton", + "Album": "Library of liberty" + }, + { + "Number": 9, + "Title": "Fire of Light", + "Released": "31 Dec 2019", + "Genre": "ethno-tunes", + "Album": "Library of liberty" + }, + { + "Number": 10, + "Title": "Bright Flying", + "Released": "24 Jan 2019", + "Genre": "*", + "Album": "Library of liberty" + } ] } ] @@ -819,7 +1374,76 @@ "USBillboard200": 29, "Artist": "Eva Lee", "Songs": [ - + { + "Number": 1, + "Title": "Dancing in the Shadow", + "Released": "02 Aug 2019", + "Genre": "ethno-tunes", + "Album": "Just a tease" + }, + { + "Number": 2, + "Title": "Silent Whisper", + "Released": "09 Jul 2019", + "Genre": "*", + "Album": "Just a tease" + }, + { + "Number": 3, + "Title": "Crying in the Whisper", + "Released": "30 May 2019", + "Genre": "Crunk reggaeton", + "Album": "Just a tease" + }, + { + "Number": 4, + "Title": "River of Light", + "Released": "10 Jan 2019", + "Genre": "Electro house Electropop", + "Album": "Just a tease" + }, + { + "Number": 5, + "Title": "Golden River", + "Released": "15 Nov 2019", + "Genre": "*", + "Album": "Just a tease" + }, + { + "Number": 6, + "Title": "Burning in the Shadow", + "Released": "18 Apr 2019", + "Genre": "Crunk reggaeton", + "Album": "Just a tease" + }, + { + "Number": 7, + "Title": "Shadow of Sky", + "Released": "06 Sep 2019", + "Genre": "Crunk reggaeton", + "Album": "Just a tease" + }, + { + "Number": 8, + "Title": "Gentle Waiting", + "Released": "05 Dec 2019", + "Genre": "R&B", + "Album": "Just a tease" + }, + { + "Number": 9, + "Title": "Bright River", + "Released": "27 Jan 2020", + "Genre": "R&B", + "Album": "Just a tease" + }, + { + "Number": 10, + "Title": "Heart of Storm", + "Released": "07 Jan 2019", + "Genre": "Synth-pop R&B", + "Album": "Just a tease" + } ] } ] @@ -1046,7 +1670,76 @@ "USBillboard200": 98, "Artist": "Pablo Cambeiro", "Songs": [ - + { + "Number": 1, + "Title": "Dancing in the Echo", + "Released": "03 Oct 2019", + "Genre": "Crunk reggaeton", + "Album": "Fluke" + }, + { + "Number": 2, + "Title": "Dream of Dream", + "Released": "03 Mar 2019", + "Genre": "*", + "Album": "Fluke" + }, + { + "Number": 3, + "Title": "Calling in the Echo", + "Released": "16 Sep 2019", + "Genre": "*", + "Album": "Fluke" + }, + { + "Number": 4, + "Title": "Light of Light", + "Released": "25 May 2019", + "Genre": "Electro house Electropop", + "Album": "Fluke" + }, + { + "Number": 5, + "Title": "Bright Light", + "Released": "21 Mar 2019", + "Genre": "R&B", + "Album": "Fluke" + }, + { + "Number": 6, + "Title": "Storm of Echo", + "Released": "17 Jul 2019", + "Genre": "Synth-pop R&B", + "Album": "Fluke" + }, + { + "Number": 7, + "Title": "Lonely Calling", + "Released": "10 Apr 2019", + "Genre": "ethno-tunes", + "Album": "Fluke" + }, + { + "Number": 8, + "Title": "Gentle Falling", + "Released": "28 Nov 2019", + "Genre": "Synth-pop R&B", + "Album": "Fluke" + }, + { + "Number": 9, + "Title": "Wild Flying", + "Released": "26 Nov 2019", + "Genre": "Crunk reggaeton", + "Album": "Fluke" + }, + { + "Number": 10, + "Title": "Sky of Dream", + "Released": "29 May 2019", + "Genre": "R&B", + "Album": "Fluke" + } ] }, { @@ -1142,7 +1835,76 @@ "USBillboard200": 77, "Artist": "Athar Malakooti", "Songs": [ - + { + "Number": 1, + "Title": "Hiding in the Whisper", + "Released": "03 Apr 2019", + "Genre": "R&B", + "Album": "Pushing up daisies" + }, + { + "Number": 2, + "Title": "Wicked Light", + "Released": "21 Aug 2019", + "Genre": "R&B", + "Album": "Pushing up daisies" + }, + { + "Number": 3, + "Title": "Flying in the River", + "Released": "03 Feb 2020", + "Genre": "Synth-pop R&B", + "Album": "Pushing up daisies" + }, + { + "Number": 4, + "Title": "Wicked Hiding", + "Released": "15 Sep 2019", + "Genre": "Synth-pop R&B", + "Album": "Pushing up daisies" + }, + { + "Number": 5, + "Title": "Lonely Light", + "Released": "13 May 2019", + "Genre": "Electro house Electropop", + "Album": "Pushing up daisies" + }, + { + "Number": 6, + "Title": "Bright Dancing", + "Released": "10 Apr 2019", + "Genre": "Synth-pop R&B", + "Album": "Pushing up daisies" + }, + { + "Number": 7, + "Title": "Gentle Dream", + "Released": "21 May 2019", + "Genre": "*", + "Album": "Pushing up daisies" + }, + { + "Number": 8, + "Title": "Sky of Echo", + "Released": "09 Jun 2019", + "Genre": "Synth-pop R&B", + "Album": "Pushing up daisies" + }, + { + "Number": 9, + "Title": "Breaking in the Sky", + "Released": "27 Dec 2019", + "Genre": "Crunk reggaeton", + "Album": "Pushing up daisies" + }, + { + "Number": 10, + "Title": "Whisper of Shadow", + "Released": "04 Jan 2019", + "Genre": "ethno-tunes", + "Album": "Pushing up daisies" + } ] } ] @@ -1179,7 +1941,76 @@ "USBillboard200": 9, "Artist": "Marti Valencia", "Songs": [ - + { + "Number": 1, + "Title": "Hiding in the Sky", + "Released": "26 Nov 2019", + "Genre": "Synth-pop R&B", + "Album": "Nemesis" + }, + { + "Number": 2, + "Title": "Waiting in the Echo", + "Released": "10 Jul 2019", + "Genre": "ethno-tunes", + "Album": "Nemesis" + }, + { + "Number": 3, + "Title": "Wicked Shadow", + "Released": "29 Jul 2019", + "Genre": "Synth-pop R&B", + "Album": "Nemesis" + }, + { + "Number": 4, + "Title": "Crying in the Whisper", + "Released": "09 Apr 2019", + "Genre": "*", + "Album": "Nemesis" + }, + { + "Number": 5, + "Title": "Echo of Storm", + "Released": "19 Nov 2019", + "Genre": "Crunk reggaeton", + "Album": "Nemesis" + }, + { + "Number": 6, + "Title": "Shadow of Sky", + "Released": "24 Jul 2019", + "Genre": "Crunk reggaeton", + "Album": "Nemesis" + }, + { + "Number": 7, + "Title": "Golden Hiding", + "Released": "12 Dec 2019", + "Genre": "Electro house Electropop", + "Album": "Nemesis" + }, + { + "Number": 8, + "Title": "Wild Dancing", + "Released": "17 Aug 2019", + "Genre": "Synth-pop R&B", + "Album": "Nemesis" + }, + { + "Number": 9, + "Title": "Bright Burning", + "Released": "30 Aug 2019", + "Genre": "Electro house Electropop", + "Album": "Nemesis" + }, + { + "Number": 10, + "Title": "Flying in the River", + "Released": "02 Sep 2019", + "Genre": "*", + "Album": "Nemesis" + } ] }, { @@ -1282,7 +2113,76 @@ "USBillboard200": 37, "Artist": "Marti Valencia", "Songs": [ - + { + "Number": 1, + "Title": "Wild River", + "Released": "11 Jan 2019", + "Genre": "*", + "Album": "God's advocate" + }, + { + "Number": 2, + "Title": "Wicked Whisper", + "Released": "16 Feb 2019", + "Genre": "Electro house Electropop", + "Album": "God's advocate" + }, + { + "Number": 3, + "Title": "Storm of Heart", + "Released": "11 Aug 2019", + "Genre": "*", + "Album": "God's advocate" + }, + { + "Number": 4, + "Title": "Golden Dancing", + "Released": "02 Mar 2019", + "Genre": "Crunk reggaeton", + "Album": "God's advocate" + }, + { + "Number": 5, + "Title": "Calling in the Sky", + "Released": "10 Sep 2019", + "Genre": "Electro house Electropop", + "Album": "God's advocate" + }, + { + "Number": 6, + "Title": "Calling in the Heart", + "Released": "12 Jan 2019", + "Genre": "ethno-tunes", + "Album": "God's advocate" + }, + { + "Number": 7, + "Title": "Running in the Storm", + "Released": "10 Nov 2019", + "Genre": "Synth-pop R&B", + "Album": "God's advocate" + }, + { + "Number": 8, + "Title": "Wild Sky", + "Released": "10 Apr 2019", + "Genre": "R&B", + "Album": "God's advocate" + }, + { + "Number": 9, + "Title": "Crying in the Shadow", + "Released": "02 Mar 2019", + "Genre": "R&B", + "Album": "God's advocate" + }, + { + "Number": 10, + "Title": "Whisper of River", + "Released": "12 May 2019", + "Genre": "*", + "Album": "God's advocate" + } ] } ] @@ -1306,7 +2206,76 @@ "USBillboard200": 7, "Artist": "Alicia Stanger", "Songs": [ - + { + "Number": 1, + "Title": "Shadow of Light", + "Released": "24 Mar 2019", + "Genre": "ethno-tunes", + "Album": "Forever alone" + }, + { + "Number": 2, + "Title": "Running in the Echo", + "Released": "03 May 2019", + "Genre": "Crunk reggaeton", + "Album": "Forever alone" + }, + { + "Number": 3, + "Title": "Gentle Dream", + "Released": "24 Aug 2019", + "Genre": "Crunk reggaeton", + "Album": "Forever alone" + }, + { + "Number": 4, + "Title": "Furious River", + "Released": "24 Apr 2019", + "Genre": "ethno-tunes", + "Album": "Forever alone" + }, + { + "Number": 5, + "Title": "Wild Whisper", + "Released": "09 Mar 2019", + "Genre": "ethno-tunes", + "Album": "Forever alone" + }, + { + "Number": 6, + "Title": "Whisper of Sky", + "Released": "24 Jul 2019", + "Genre": "Crunk reggaeton", + "Album": "Forever alone" + }, + { + "Number": 7, + "Title": "Lonely Storm", + "Released": "01 May 2019", + "Genre": "Crunk reggaeton", + "Album": "Forever alone" + }, + { + "Number": 8, + "Title": "Dancing in the River", + "Released": "17 Dec 2019", + "Genre": "*", + "Album": "Forever alone" + }, + { + "Number": 9, + "Title": "Electric Fire", + "Released": "17 Oct 2019", + "Genre": "Electro house Electropop", + "Album": "Forever alone" + }, + { + "Number": 10, + "Title": "Electric Sky", + "Released": "25 Sep 2019", + "Genre": "ethno-tunes", + "Album": "Forever alone" + } ] } ] @@ -1371,7 +2340,76 @@ "USBillboard200": 35, "Artist": "Peter Taylor", "Songs": [ - + { + "Number": 1, + "Title": "Calling in the Dream", + "Released": "01 Aug 2019", + "Genre": "R&B", + "Album": "Decisions decisions" + }, + { + "Number": 2, + "Title": "Electric Burning", + "Released": "10 Sep 2019", + "Genre": "Electro house Electropop", + "Album": "Decisions decisions" + }, + { + "Number": 3, + "Title": "Dark Flying", + "Released": "28 Apr 2019", + "Genre": "*", + "Album": "Decisions decisions" + }, + { + "Number": 4, + "Title": "Gentle Sky", + "Released": "20 Nov 2019", + "Genre": "ethno-tunes", + "Album": "Decisions decisions" + }, + { + "Number": 5, + "Title": "Gentle Calling", + "Released": "13 Jan 2019", + "Genre": "Crunk reggaeton", + "Album": "Decisions decisions" + }, + { + "Number": 6, + "Title": "Golden Falling", + "Released": "14 Feb 2019", + "Genre": "Crunk reggaeton", + "Album": "Decisions decisions" + }, + { + "Number": 7, + "Title": "Silent River", + "Released": "13 Feb 2019", + "Genre": "R&B", + "Album": "Decisions decisions" + }, + { + "Number": 8, + "Title": "Furious Calling", + "Released": "11 Jun 2019", + "Genre": "Synth-pop R&B", + "Album": "Decisions decisions" + }, + { + "Number": 9, + "Title": "Running in the Echo", + "Released": "06 Nov 2019", + "Genre": "Electro house Electropop", + "Album": "Decisions decisions" + }, + { + "Number": 10, + "Title": "Furious River", + "Released": "12 Mar 2019", + "Genre": "*", + "Album": "Decisions decisions" + } ] }, { @@ -1381,7 +2419,76 @@ "USBillboard200": 89, "Artist": "Peter Taylor", "Songs": [ - + { + "Number": 1, + "Title": "Dark Crying", + "Released": "27 Apr 2019", + "Genre": "Electro house Electropop", + "Album": "Climate changed" + }, + { + "Number": 2, + "Title": "Dark Waiting", + "Released": "14 Nov 2019", + "Genre": "Synth-pop R&B", + "Album": "Climate changed" + }, + { + "Number": 3, + "Title": "Furious Waiting", + "Released": "23 May 2019", + "Genre": "*", + "Album": "Climate changed" + }, + { + "Number": 4, + "Title": "Running in the Echo", + "Released": "29 Nov 2019", + "Genre": "Crunk reggaeton", + "Album": "Climate changed" + }, + { + "Number": 5, + "Title": "Dream of Sky", + "Released": "31 Oct 2019", + "Genre": "Crunk reggaeton", + "Album": "Climate changed" + }, + { + "Number": 6, + "Title": "Hiding in the Heart", + "Released": "09 Aug 2019", + "Genre": "R&B", + "Album": "Climate changed" + }, + { + "Number": 7, + "Title": "Sky of Storm", + "Released": "01 Jun 2019", + "Genre": "R&B", + "Album": "Climate changed" + }, + { + "Number": 8, + "Title": "Light of Storm", + "Released": "17 Jan 2020", + "Genre": "ethno-tunes", + "Album": "Climate changed" + }, + { + "Number": 9, + "Title": "Light of Sky", + "Released": "26 May 2019", + "Genre": "*", + "Album": "Climate changed" + }, + { + "Number": 10, + "Title": "Golden River", + "Released": "19 Jun 2019", + "Genre": "*", + "Album": "Climate changed" + } ] } ] diff --git a/samples/grids/hierarchical-grid/column-hiding-toolbar-style/src/SingersData.json b/samples/grids/hierarchical-grid/column-hiding-toolbar-style/src/SingersData.json index f7508f3c9a..75ec4ec561 100644 --- a/samples/grids/hierarchical-grid/column-hiding-toolbar-style/src/SingersData.json +++ b/samples/grids/hierarchical-grid/column-hiding-toolbar-style/src/SingersData.json @@ -78,7 +78,79 @@ "LaunchDate": "September 3, 2013", "BillboardReview": 86, "USBillboard200": 1, - "Artist": "Naomí Yepes" + "Artist": "Naomí Yepes", + "Songs": [ + { + "Number": 1, + "Title": "Lonely Falling", + "Released": "01 May 2019", + "Genre": "*", + "Album": "Initiation" + }, + { + "Number": 2, + "Title": "Bright Breaking", + "Released": "25 Jul 2019", + "Genre": "Electro house Electropop", + "Album": "Initiation" + }, + { + "Number": 3, + "Title": "River of Whisper", + "Released": "29 Jan 2020", + "Genre": "Electro house Electropop", + "Album": "Initiation" + }, + { + "Number": 4, + "Title": "Sky of Storm", + "Released": "07 May 2019", + "Genre": "Electro house Electropop", + "Album": "Initiation" + }, + { + "Number": 5, + "Title": "Electric River", + "Released": "20 Jan 2020", + "Genre": "R&B", + "Album": "Initiation" + }, + { + "Number": 6, + "Title": "Storm of Storm", + "Released": "01 Sep 2019", + "Genre": "Crunk reggaeton", + "Album": "Initiation" + }, + { + "Number": 7, + "Title": "Fire of Dream", + "Released": "12 Sep 2019", + "Genre": "Electro house Electropop", + "Album": "Initiation" + }, + { + "Number": 8, + "Title": "Burning in the Light", + "Released": "15 Apr 2019", + "Genre": "*", + "Album": "Initiation" + }, + { + "Number": 9, + "Title": "Burning in the Storm", + "Released": "10 Sep 2019", + "Genre": "Electro house Electropop", + "Album": "Initiation" + }, + { + "Number": 10, + "Title": "Shadow of Whisper", + "Released": "06 Jan 2019", + "Genre": "Crunk reggaeton", + "Album": "Initiation" + } + ] }, { "Album": "Dream Driven", @@ -90,7 +162,7 @@ { "Number": 1, "Title": "Intro", - "Released": false, + "Released": "10 Sep 2019", "Genre": "*", "Album": "Dream Driven" }, @@ -111,7 +183,7 @@ { "Number": 4, "Title": "Future past", - "Released": false, + "Released": "20 Sep 2011", "Genre": "*", "Album": "Dream Driven" }, @@ -132,14 +204,14 @@ { "Number": 7, "Title": "Stay where you are", - "Released": false, + "Released": "14 Sep 2013", "Genre": "*", "Album": "Dream Driven" }, { "Number": 8, "Title": "Imaginarium", - "Released": false, + "Released": "20 Sep 2021", "Genre": "*", "Album": "Dream Driven" }, @@ -153,21 +225,21 @@ { "Number": 10, "Title": "Shredded into pieces", - "Released": false, + "Released": "11 Sep 2015", "Genre": "*", "Album": "Dream Driven" }, { "Number": 11, "Title": "Capture this moment", - "Released": false, + "Released": "13 Sep 2016", "Genre": "*", "Album": "Dream Driven" }, { "Number": 12, "Title": "Dream Driven", - "Released": false, + "Released": "14 Sep 2014", "Genre": "*", "Album": "Dream Driven" } @@ -180,7 +252,76 @@ "USBillboard200": 2, "Artist": "Naomí Yepes", "Songs": [ - + { + "Number": 1, + "Title": "Calling in the Storm", + "Released": "12 Mar 2019", + "Genre": "Electro house Electropop", + "Album": "The dragon journey" + }, + { + "Number": 2, + "Title": "Hiding in the Dream", + "Released": "23 Mar 2019", + "Genre": "R&B", + "Album": "The dragon journey" + }, + { + "Number": 3, + "Title": "Electric Heart", + "Released": "17 Mar 2019", + "Genre": "ethno-tunes", + "Album": "The dragon journey" + }, + { + "Number": 4, + "Title": "Shadow of Echo", + "Released": "20 Feb 2019", + "Genre": "ethno-tunes", + "Album": "The dragon journey" + }, + { + "Number": 5, + "Title": "Flying in the Storm", + "Released": "08 Apr 2019", + "Genre": "R&B", + "Album": "The dragon journey" + }, + { + "Number": 6, + "Title": "Dark Waiting", + "Released": "20 Oct 2019", + "Genre": "Synth-pop R&B", + "Album": "The dragon journey" + }, + { + "Number": 7, + "Title": "Fire of River", + "Released": "20 Feb 2019", + "Genre": "Synth-pop R&B", + "Album": "The dragon journey" + }, + { + "Number": 8, + "Title": "Wild Crying", + "Released": "14 Jun 2019", + "Genre": "R&B", + "Album": "The dragon journey" + }, + { + "Number": 9, + "Title": "Bright Dancing", + "Released": "14 Mar 2019", + "Genre": "Electro house Electropop", + "Album": "The dragon journey" + }, + { + "Number": 10, + "Title": "Golden Waiting", + "Released": "12 Sep 2019", + "Genre": "Synth-pop R&B", + "Album": "The dragon journey" + } ] }, { @@ -276,7 +417,76 @@ "USBillboard200": 12, "Artist": "Naomí Yepes", "Songs": [ - + { + "Number": 1, + "Title": "Storm of Dream", + "Released": "05 Jan 2019", + "Genre": "*", + "Album": "Curiosity" + }, + { + "Number": 2, + "Title": "Echo of Dream", + "Released": "28 Jan 2019", + "Genre": "Synth-pop R&B", + "Album": "Curiosity" + }, + { + "Number": 3, + "Title": "Light of Shadow", + "Released": "07 Feb 2019", + "Genre": "Synth-pop R&B", + "Album": "Curiosity" + }, + { + "Number": 4, + "Title": "Storm of Heart", + "Released": "05 Jan 2020", + "Genre": "Electro house Electropop", + "Album": "Curiosity" + }, + { + "Number": 5, + "Title": "Shadow of River", + "Released": "27 Feb 2019", + "Genre": "*", + "Album": "Curiosity" + }, + { + "Number": 6, + "Title": "Wicked Dancing", + "Released": "17 Jan 2020", + "Genre": "ethno-tunes", + "Album": "Curiosity" + }, + { + "Number": 7, + "Title": "River of Light", + "Released": "22 Feb 2019", + "Genre": "R&B", + "Album": "Curiosity" + }, + { + "Number": 8, + "Title": "Lonely Breaking", + "Released": "09 Sep 2019", + "Genre": "ethno-tunes", + "Album": "Curiosity" + }, + { + "Number": 9, + "Title": "Furious Flying", + "Released": "08 Jun 2019", + "Genre": "R&B", + "Album": "Curiosity" + }, + { + "Number": 10, + "Title": "Hiding in the Storm", + "Released": "27 May 2019", + "Genre": "Electro house Electropop", + "Album": "Curiosity" + } ] } ] @@ -513,7 +723,76 @@ "USBillboard200": 69, "Artist": "Ahmad Nazeri", "Songs": [ - + { + "Number": 1, + "Title": "Gentle Falling", + "Released": "26 Apr 2019", + "Genre": "Crunk reggaeton", + "Album": "Emergency" + }, + { + "Number": 2, + "Title": "Calling in the Fire", + "Released": "03 Sep 2019", + "Genre": "ethno-tunes", + "Album": "Emergency" + }, + { + "Number": 3, + "Title": "Fire of Shadow", + "Released": "05 Jan 2019", + "Genre": "ethno-tunes", + "Album": "Emergency" + }, + { + "Number": 4, + "Title": "Dancing in the Dream", + "Released": "15 Apr 2019", + "Genre": "R&B", + "Album": "Emergency" + }, + { + "Number": 5, + "Title": "Calling in the Shadow", + "Released": "09 Oct 2019", + "Genre": "R&B", + "Album": "Emergency" + }, + { + "Number": 6, + "Title": "Falling in the Sky", + "Released": "08 Mar 2019", + "Genre": "ethno-tunes", + "Album": "Emergency" + }, + { + "Number": 7, + "Title": "Calling in the Storm", + "Released": "05 Dec 2019", + "Genre": "ethno-tunes", + "Album": "Emergency" + }, + { + "Number": 8, + "Title": "Falling in the River", + "Released": "19 Aug 2019", + "Genre": "Electro house Electropop", + "Album": "Emergency" + }, + { + "Number": 9, + "Title": "Electric Fire", + "Released": "30 Nov 2019", + "Genre": "Crunk reggaeton", + "Album": "Emergency" + }, + { + "Number": 10, + "Title": "Lonely River", + "Released": "11 Nov 2019", + "Genre": "Electro house Electropop", + "Album": "Emergency" + } ] }, { @@ -523,7 +802,76 @@ "USBillboard200": 39, "Artist": "Ahmad Nazeri", "Songs": [ - + { + "Number": 1, + "Title": "Lonely Dream", + "Released": "11 Dec 2019", + "Genre": "ethno-tunes", + "Album": "Bursting bubbles" + }, + { + "Number": 2, + "Title": "Fire of River", + "Released": "01 Aug 2019", + "Genre": "Synth-pop R&B", + "Album": "Bursting bubbles" + }, + { + "Number": 3, + "Title": "Wicked Falling", + "Released": "25 Jan 2019", + "Genre": "*", + "Album": "Bursting bubbles" + }, + { + "Number": 4, + "Title": "Crying in the Shadow", + "Released": "04 Jan 2019", + "Genre": "Synth-pop R&B", + "Album": "Bursting bubbles" + }, + { + "Number": 5, + "Title": "Wild Burning", + "Released": "10 May 2019", + "Genre": "ethno-tunes", + "Album": "Bursting bubbles" + }, + { + "Number": 6, + "Title": "Waiting in the Heart", + "Released": "07 Aug 2019", + "Genre": "ethno-tunes", + "Album": "Bursting bubbles" + }, + { + "Number": 7, + "Title": "Fire of Fire", + "Released": "16 May 2019", + "Genre": "Electro house Electropop", + "Album": "Bursting bubbles" + }, + { + "Number": 8, + "Title": "Bright Heart", + "Released": "14 Mar 2019", + "Genre": "Synth-pop R&B", + "Album": "Bursting bubbles" + }, + { + "Number": 9, + "Title": "Lonely Fire", + "Released": "15 Oct 2019", + "Genre": "R&B", + "Album": "Bursting bubbles" + }, + { + "Number": 10, + "Title": "Sky of Dream", + "Released": "20 Jun 2019", + "Genre": "ethno-tunes", + "Album": "Bursting bubbles" + } ] } ] @@ -547,7 +895,76 @@ "USBillboard200": 1, "Artist": "Kimmy McIlmorie", "Songs": [ - + { + "Number": 1, + "Title": "Storm of Sky", + "Released": "04 Mar 2019", + "Genre": "ethno-tunes", + "Album": "Here we go again" + }, + { + "Number": 2, + "Title": "Dream of Shadow", + "Released": "03 Jan 2019", + "Genre": "ethno-tunes", + "Album": "Here we go again" + }, + { + "Number": 3, + "Title": "Dream of Shadow", + "Released": "19 Dec 2019", + "Genre": "Electro house Electropop", + "Album": "Here we go again" + }, + { + "Number": 4, + "Title": "Golden Fire", + "Released": "20 Jan 2019", + "Genre": "R&B", + "Album": "Here we go again" + }, + { + "Number": 5, + "Title": "Running in the Light", + "Released": "03 Jan 2020", + "Genre": "Synth-pop R&B", + "Album": "Here we go again" + }, + { + "Number": 6, + "Title": "Flying in the Heart", + "Released": "17 Jan 2019", + "Genre": "*", + "Album": "Here we go again" + }, + { + "Number": 7, + "Title": "Fire of Storm", + "Released": "26 Jan 2019", + "Genre": "ethno-tunes", + "Album": "Here we go again" + }, + { + "Number": 8, + "Title": "Calling in the Sky", + "Released": "28 Oct 2019", + "Genre": "Synth-pop R&B", + "Album": "Here we go again" + }, + { + "Number": 9, + "Title": "Flying in the Shadow", + "Released": "30 Mar 2019", + "Genre": "ethno-tunes", + "Album": "Here we go again" + }, + { + "Number": 10, + "Title": "Golden Dancing", + "Released": "12 Oct 2019", + "Genre": "ethno-tunes", + "Album": "Here we go again" + } ] } ] @@ -771,7 +1188,76 @@ "USBillboard200": 85, "Artist": "Izabella Tabakova", "Songs": [ - + { + "Number": 1, + "Title": "Hiding in the Light", + "Released": "24 Jan 2019", + "Genre": "Synth-pop R&B", + "Album": "Dark matters" + }, + { + "Number": 2, + "Title": "Furious River", + "Released": "13 Jan 2020", + "Genre": "Electro house Electropop", + "Album": "Dark matters" + }, + { + "Number": 3, + "Title": "Wild Crying", + "Released": "27 Feb 2019", + "Genre": "Electro house Electropop", + "Album": "Dark matters" + }, + { + "Number": 4, + "Title": "Light of Dream", + "Released": "01 Jun 2019", + "Genre": "Crunk reggaeton", + "Album": "Dark matters" + }, + { + "Number": 5, + "Title": "Light of Dream", + "Released": "24 Aug 2019", + "Genre": "*", + "Album": "Dark matters" + }, + { + "Number": 6, + "Title": "Storm of Light", + "Released": "26 Feb 2019", + "Genre": "*", + "Album": "Dark matters" + }, + { + "Number": 7, + "Title": "Dark Storm", + "Released": "18 Jan 2020", + "Genre": "R&B", + "Album": "Dark matters" + }, + { + "Number": 8, + "Title": "Dark Calling", + "Released": "20 Mar 2019", + "Genre": "Crunk reggaeton", + "Album": "Dark matters" + }, + { + "Number": 9, + "Title": "Sky of Whisper", + "Released": "30 Jan 2019", + "Genre": "ethno-tunes", + "Album": "Dark matters" + }, + { + "Number": 10, + "Title": "Dancing in the Light", + "Released": "28 Nov 2019", + "Genre": "Synth-pop R&B", + "Album": "Dark matters" + } ] } ] @@ -795,7 +1281,76 @@ "USBillboard200": 5, "Artist": "Nguyễn Diệp Chi", "Songs": [ - + { + "Number": 1, + "Title": "Echo of River", + "Released": "05 Mar 2019", + "Genre": "Synth-pop R&B", + "Album": "Library of liberty" + }, + { + "Number": 2, + "Title": "Heart of River", + "Released": "12 Jan 2020", + "Genre": "Electro house Electropop", + "Album": "Library of liberty" + }, + { + "Number": 3, + "Title": "Dark Light", + "Released": "09 Aug 2019", + "Genre": "Electro house Electropop", + "Album": "Library of liberty" + }, + { + "Number": 4, + "Title": "Dark Fire", + "Released": "22 Jun 2019", + "Genre": "R&B", + "Album": "Library of liberty" + }, + { + "Number": 5, + "Title": "Flying in the Fire", + "Released": "22 Jul 2019", + "Genre": "*", + "Album": "Library of liberty" + }, + { + "Number": 6, + "Title": "Shadow of Heart", + "Released": "02 Jan 2020", + "Genre": "*", + "Album": "Library of liberty" + }, + { + "Number": 7, + "Title": "Fire of Fire", + "Released": "27 Jan 2019", + "Genre": "*", + "Album": "Library of liberty" + }, + { + "Number": 8, + "Title": "Falling in the River", + "Released": "05 Aug 2019", + "Genre": "Crunk reggaeton", + "Album": "Library of liberty" + }, + { + "Number": 9, + "Title": "Fire of Light", + "Released": "31 Dec 2019", + "Genre": "ethno-tunes", + "Album": "Library of liberty" + }, + { + "Number": 10, + "Title": "Bright Flying", + "Released": "24 Jan 2019", + "Genre": "*", + "Album": "Library of liberty" + } ] } ] @@ -819,7 +1374,76 @@ "USBillboard200": 29, "Artist": "Eva Lee", "Songs": [ - + { + "Number": 1, + "Title": "Dancing in the Shadow", + "Released": "02 Aug 2019", + "Genre": "ethno-tunes", + "Album": "Just a tease" + }, + { + "Number": 2, + "Title": "Silent Whisper", + "Released": "09 Jul 2019", + "Genre": "*", + "Album": "Just a tease" + }, + { + "Number": 3, + "Title": "Crying in the Whisper", + "Released": "30 May 2019", + "Genre": "Crunk reggaeton", + "Album": "Just a tease" + }, + { + "Number": 4, + "Title": "River of Light", + "Released": "10 Jan 2019", + "Genre": "Electro house Electropop", + "Album": "Just a tease" + }, + { + "Number": 5, + "Title": "Golden River", + "Released": "15 Nov 2019", + "Genre": "*", + "Album": "Just a tease" + }, + { + "Number": 6, + "Title": "Burning in the Shadow", + "Released": "18 Apr 2019", + "Genre": "Crunk reggaeton", + "Album": "Just a tease" + }, + { + "Number": 7, + "Title": "Shadow of Sky", + "Released": "06 Sep 2019", + "Genre": "Crunk reggaeton", + "Album": "Just a tease" + }, + { + "Number": 8, + "Title": "Gentle Waiting", + "Released": "05 Dec 2019", + "Genre": "R&B", + "Album": "Just a tease" + }, + { + "Number": 9, + "Title": "Bright River", + "Released": "27 Jan 2020", + "Genre": "R&B", + "Album": "Just a tease" + }, + { + "Number": 10, + "Title": "Heart of Storm", + "Released": "07 Jan 2019", + "Genre": "Synth-pop R&B", + "Album": "Just a tease" + } ] } ] @@ -1046,7 +1670,76 @@ "USBillboard200": 98, "Artist": "Pablo Cambeiro", "Songs": [ - + { + "Number": 1, + "Title": "Dancing in the Echo", + "Released": "03 Oct 2019", + "Genre": "Crunk reggaeton", + "Album": "Fluke" + }, + { + "Number": 2, + "Title": "Dream of Dream", + "Released": "03 Mar 2019", + "Genre": "*", + "Album": "Fluke" + }, + { + "Number": 3, + "Title": "Calling in the Echo", + "Released": "16 Sep 2019", + "Genre": "*", + "Album": "Fluke" + }, + { + "Number": 4, + "Title": "Light of Light", + "Released": "25 May 2019", + "Genre": "Electro house Electropop", + "Album": "Fluke" + }, + { + "Number": 5, + "Title": "Bright Light", + "Released": "21 Mar 2019", + "Genre": "R&B", + "Album": "Fluke" + }, + { + "Number": 6, + "Title": "Storm of Echo", + "Released": "17 Jul 2019", + "Genre": "Synth-pop R&B", + "Album": "Fluke" + }, + { + "Number": 7, + "Title": "Lonely Calling", + "Released": "10 Apr 2019", + "Genre": "ethno-tunes", + "Album": "Fluke" + }, + { + "Number": 8, + "Title": "Gentle Falling", + "Released": "28 Nov 2019", + "Genre": "Synth-pop R&B", + "Album": "Fluke" + }, + { + "Number": 9, + "Title": "Wild Flying", + "Released": "26 Nov 2019", + "Genre": "Crunk reggaeton", + "Album": "Fluke" + }, + { + "Number": 10, + "Title": "Sky of Dream", + "Released": "29 May 2019", + "Genre": "R&B", + "Album": "Fluke" + } ] }, { @@ -1142,7 +1835,76 @@ "USBillboard200": 77, "Artist": "Athar Malakooti", "Songs": [ - + { + "Number": 1, + "Title": "Hiding in the Whisper", + "Released": "03 Apr 2019", + "Genre": "R&B", + "Album": "Pushing up daisies" + }, + { + "Number": 2, + "Title": "Wicked Light", + "Released": "21 Aug 2019", + "Genre": "R&B", + "Album": "Pushing up daisies" + }, + { + "Number": 3, + "Title": "Flying in the River", + "Released": "03 Feb 2020", + "Genre": "Synth-pop R&B", + "Album": "Pushing up daisies" + }, + { + "Number": 4, + "Title": "Wicked Hiding", + "Released": "15 Sep 2019", + "Genre": "Synth-pop R&B", + "Album": "Pushing up daisies" + }, + { + "Number": 5, + "Title": "Lonely Light", + "Released": "13 May 2019", + "Genre": "Electro house Electropop", + "Album": "Pushing up daisies" + }, + { + "Number": 6, + "Title": "Bright Dancing", + "Released": "10 Apr 2019", + "Genre": "Synth-pop R&B", + "Album": "Pushing up daisies" + }, + { + "Number": 7, + "Title": "Gentle Dream", + "Released": "21 May 2019", + "Genre": "*", + "Album": "Pushing up daisies" + }, + { + "Number": 8, + "Title": "Sky of Echo", + "Released": "09 Jun 2019", + "Genre": "Synth-pop R&B", + "Album": "Pushing up daisies" + }, + { + "Number": 9, + "Title": "Breaking in the Sky", + "Released": "27 Dec 2019", + "Genre": "Crunk reggaeton", + "Album": "Pushing up daisies" + }, + { + "Number": 10, + "Title": "Whisper of Shadow", + "Released": "04 Jan 2019", + "Genre": "ethno-tunes", + "Album": "Pushing up daisies" + } ] } ] @@ -1179,7 +1941,76 @@ "USBillboard200": 9, "Artist": "Marti Valencia", "Songs": [ - + { + "Number": 1, + "Title": "Hiding in the Sky", + "Released": "26 Nov 2019", + "Genre": "Synth-pop R&B", + "Album": "Nemesis" + }, + { + "Number": 2, + "Title": "Waiting in the Echo", + "Released": "10 Jul 2019", + "Genre": "ethno-tunes", + "Album": "Nemesis" + }, + { + "Number": 3, + "Title": "Wicked Shadow", + "Released": "29 Jul 2019", + "Genre": "Synth-pop R&B", + "Album": "Nemesis" + }, + { + "Number": 4, + "Title": "Crying in the Whisper", + "Released": "09 Apr 2019", + "Genre": "*", + "Album": "Nemesis" + }, + { + "Number": 5, + "Title": "Echo of Storm", + "Released": "19 Nov 2019", + "Genre": "Crunk reggaeton", + "Album": "Nemesis" + }, + { + "Number": 6, + "Title": "Shadow of Sky", + "Released": "24 Jul 2019", + "Genre": "Crunk reggaeton", + "Album": "Nemesis" + }, + { + "Number": 7, + "Title": "Golden Hiding", + "Released": "12 Dec 2019", + "Genre": "Electro house Electropop", + "Album": "Nemesis" + }, + { + "Number": 8, + "Title": "Wild Dancing", + "Released": "17 Aug 2019", + "Genre": "Synth-pop R&B", + "Album": "Nemesis" + }, + { + "Number": 9, + "Title": "Bright Burning", + "Released": "30 Aug 2019", + "Genre": "Electro house Electropop", + "Album": "Nemesis" + }, + { + "Number": 10, + "Title": "Flying in the River", + "Released": "02 Sep 2019", + "Genre": "*", + "Album": "Nemesis" + } ] }, { @@ -1282,7 +2113,76 @@ "USBillboard200": 37, "Artist": "Marti Valencia", "Songs": [ - + { + "Number": 1, + "Title": "Wild River", + "Released": "11 Jan 2019", + "Genre": "*", + "Album": "God's advocate" + }, + { + "Number": 2, + "Title": "Wicked Whisper", + "Released": "16 Feb 2019", + "Genre": "Electro house Electropop", + "Album": "God's advocate" + }, + { + "Number": 3, + "Title": "Storm of Heart", + "Released": "11 Aug 2019", + "Genre": "*", + "Album": "God's advocate" + }, + { + "Number": 4, + "Title": "Golden Dancing", + "Released": "02 Mar 2019", + "Genre": "Crunk reggaeton", + "Album": "God's advocate" + }, + { + "Number": 5, + "Title": "Calling in the Sky", + "Released": "10 Sep 2019", + "Genre": "Electro house Electropop", + "Album": "God's advocate" + }, + { + "Number": 6, + "Title": "Calling in the Heart", + "Released": "12 Jan 2019", + "Genre": "ethno-tunes", + "Album": "God's advocate" + }, + { + "Number": 7, + "Title": "Running in the Storm", + "Released": "10 Nov 2019", + "Genre": "Synth-pop R&B", + "Album": "God's advocate" + }, + { + "Number": 8, + "Title": "Wild Sky", + "Released": "10 Apr 2019", + "Genre": "R&B", + "Album": "God's advocate" + }, + { + "Number": 9, + "Title": "Crying in the Shadow", + "Released": "02 Mar 2019", + "Genre": "R&B", + "Album": "God's advocate" + }, + { + "Number": 10, + "Title": "Whisper of River", + "Released": "12 May 2019", + "Genre": "*", + "Album": "God's advocate" + } ] } ] @@ -1306,7 +2206,76 @@ "USBillboard200": 7, "Artist": "Alicia Stanger", "Songs": [ - + { + "Number": 1, + "Title": "Shadow of Light", + "Released": "24 Mar 2019", + "Genre": "ethno-tunes", + "Album": "Forever alone" + }, + { + "Number": 2, + "Title": "Running in the Echo", + "Released": "03 May 2019", + "Genre": "Crunk reggaeton", + "Album": "Forever alone" + }, + { + "Number": 3, + "Title": "Gentle Dream", + "Released": "24 Aug 2019", + "Genre": "Crunk reggaeton", + "Album": "Forever alone" + }, + { + "Number": 4, + "Title": "Furious River", + "Released": "24 Apr 2019", + "Genre": "ethno-tunes", + "Album": "Forever alone" + }, + { + "Number": 5, + "Title": "Wild Whisper", + "Released": "09 Mar 2019", + "Genre": "ethno-tunes", + "Album": "Forever alone" + }, + { + "Number": 6, + "Title": "Whisper of Sky", + "Released": "24 Jul 2019", + "Genre": "Crunk reggaeton", + "Album": "Forever alone" + }, + { + "Number": 7, + "Title": "Lonely Storm", + "Released": "01 May 2019", + "Genre": "Crunk reggaeton", + "Album": "Forever alone" + }, + { + "Number": 8, + "Title": "Dancing in the River", + "Released": "17 Dec 2019", + "Genre": "*", + "Album": "Forever alone" + }, + { + "Number": 9, + "Title": "Electric Fire", + "Released": "17 Oct 2019", + "Genre": "Electro house Electropop", + "Album": "Forever alone" + }, + { + "Number": 10, + "Title": "Electric Sky", + "Released": "25 Sep 2019", + "Genre": "ethno-tunes", + "Album": "Forever alone" + } ] } ] @@ -1371,7 +2340,76 @@ "USBillboard200": 35, "Artist": "Peter Taylor", "Songs": [ - + { + "Number": 1, + "Title": "Calling in the Dream", + "Released": "01 Aug 2019", + "Genre": "R&B", + "Album": "Decisions decisions" + }, + { + "Number": 2, + "Title": "Electric Burning", + "Released": "10 Sep 2019", + "Genre": "Electro house Electropop", + "Album": "Decisions decisions" + }, + { + "Number": 3, + "Title": "Dark Flying", + "Released": "28 Apr 2019", + "Genre": "*", + "Album": "Decisions decisions" + }, + { + "Number": 4, + "Title": "Gentle Sky", + "Released": "20 Nov 2019", + "Genre": "ethno-tunes", + "Album": "Decisions decisions" + }, + { + "Number": 5, + "Title": "Gentle Calling", + "Released": "13 Jan 2019", + "Genre": "Crunk reggaeton", + "Album": "Decisions decisions" + }, + { + "Number": 6, + "Title": "Golden Falling", + "Released": "14 Feb 2019", + "Genre": "Crunk reggaeton", + "Album": "Decisions decisions" + }, + { + "Number": 7, + "Title": "Silent River", + "Released": "13 Feb 2019", + "Genre": "R&B", + "Album": "Decisions decisions" + }, + { + "Number": 8, + "Title": "Furious Calling", + "Released": "11 Jun 2019", + "Genre": "Synth-pop R&B", + "Album": "Decisions decisions" + }, + { + "Number": 9, + "Title": "Running in the Echo", + "Released": "06 Nov 2019", + "Genre": "Electro house Electropop", + "Album": "Decisions decisions" + }, + { + "Number": 10, + "Title": "Furious River", + "Released": "12 Mar 2019", + "Genre": "*", + "Album": "Decisions decisions" + } ] }, { @@ -1381,7 +2419,76 @@ "USBillboard200": 89, "Artist": "Peter Taylor", "Songs": [ - + { + "Number": 1, + "Title": "Dark Crying", + "Released": "27 Apr 2019", + "Genre": "Electro house Electropop", + "Album": "Climate changed" + }, + { + "Number": 2, + "Title": "Dark Waiting", + "Released": "14 Nov 2019", + "Genre": "Synth-pop R&B", + "Album": "Climate changed" + }, + { + "Number": 3, + "Title": "Furious Waiting", + "Released": "23 May 2019", + "Genre": "*", + "Album": "Climate changed" + }, + { + "Number": 4, + "Title": "Running in the Echo", + "Released": "29 Nov 2019", + "Genre": "Crunk reggaeton", + "Album": "Climate changed" + }, + { + "Number": 5, + "Title": "Dream of Sky", + "Released": "31 Oct 2019", + "Genre": "Crunk reggaeton", + "Album": "Climate changed" + }, + { + "Number": 6, + "Title": "Hiding in the Heart", + "Released": "09 Aug 2019", + "Genre": "R&B", + "Album": "Climate changed" + }, + { + "Number": 7, + "Title": "Sky of Storm", + "Released": "01 Jun 2019", + "Genre": "R&B", + "Album": "Climate changed" + }, + { + "Number": 8, + "Title": "Light of Storm", + "Released": "17 Jan 2020", + "Genre": "ethno-tunes", + "Album": "Climate changed" + }, + { + "Number": 9, + "Title": "Light of Sky", + "Released": "26 May 2019", + "Genre": "*", + "Album": "Climate changed" + }, + { + "Number": 10, + "Title": "Golden River", + "Released": "19 Jun 2019", + "Genre": "*", + "Album": "Climate changed" + } ] } ] diff --git a/samples/grids/hierarchical-grid/column-hiding-toolbar/src/SingersData.json b/samples/grids/hierarchical-grid/column-hiding-toolbar/src/SingersData.json index f7508f3c9a..75ec4ec561 100644 --- a/samples/grids/hierarchical-grid/column-hiding-toolbar/src/SingersData.json +++ b/samples/grids/hierarchical-grid/column-hiding-toolbar/src/SingersData.json @@ -78,7 +78,79 @@ "LaunchDate": "September 3, 2013", "BillboardReview": 86, "USBillboard200": 1, - "Artist": "Naomí Yepes" + "Artist": "Naomí Yepes", + "Songs": [ + { + "Number": 1, + "Title": "Lonely Falling", + "Released": "01 May 2019", + "Genre": "*", + "Album": "Initiation" + }, + { + "Number": 2, + "Title": "Bright Breaking", + "Released": "25 Jul 2019", + "Genre": "Electro house Electropop", + "Album": "Initiation" + }, + { + "Number": 3, + "Title": "River of Whisper", + "Released": "29 Jan 2020", + "Genre": "Electro house Electropop", + "Album": "Initiation" + }, + { + "Number": 4, + "Title": "Sky of Storm", + "Released": "07 May 2019", + "Genre": "Electro house Electropop", + "Album": "Initiation" + }, + { + "Number": 5, + "Title": "Electric River", + "Released": "20 Jan 2020", + "Genre": "R&B", + "Album": "Initiation" + }, + { + "Number": 6, + "Title": "Storm of Storm", + "Released": "01 Sep 2019", + "Genre": "Crunk reggaeton", + "Album": "Initiation" + }, + { + "Number": 7, + "Title": "Fire of Dream", + "Released": "12 Sep 2019", + "Genre": "Electro house Electropop", + "Album": "Initiation" + }, + { + "Number": 8, + "Title": "Burning in the Light", + "Released": "15 Apr 2019", + "Genre": "*", + "Album": "Initiation" + }, + { + "Number": 9, + "Title": "Burning in the Storm", + "Released": "10 Sep 2019", + "Genre": "Electro house Electropop", + "Album": "Initiation" + }, + { + "Number": 10, + "Title": "Shadow of Whisper", + "Released": "06 Jan 2019", + "Genre": "Crunk reggaeton", + "Album": "Initiation" + } + ] }, { "Album": "Dream Driven", @@ -90,7 +162,7 @@ { "Number": 1, "Title": "Intro", - "Released": false, + "Released": "10 Sep 2019", "Genre": "*", "Album": "Dream Driven" }, @@ -111,7 +183,7 @@ { "Number": 4, "Title": "Future past", - "Released": false, + "Released": "20 Sep 2011", "Genre": "*", "Album": "Dream Driven" }, @@ -132,14 +204,14 @@ { "Number": 7, "Title": "Stay where you are", - "Released": false, + "Released": "14 Sep 2013", "Genre": "*", "Album": "Dream Driven" }, { "Number": 8, "Title": "Imaginarium", - "Released": false, + "Released": "20 Sep 2021", "Genre": "*", "Album": "Dream Driven" }, @@ -153,21 +225,21 @@ { "Number": 10, "Title": "Shredded into pieces", - "Released": false, + "Released": "11 Sep 2015", "Genre": "*", "Album": "Dream Driven" }, { "Number": 11, "Title": "Capture this moment", - "Released": false, + "Released": "13 Sep 2016", "Genre": "*", "Album": "Dream Driven" }, { "Number": 12, "Title": "Dream Driven", - "Released": false, + "Released": "14 Sep 2014", "Genre": "*", "Album": "Dream Driven" } @@ -180,7 +252,76 @@ "USBillboard200": 2, "Artist": "Naomí Yepes", "Songs": [ - + { + "Number": 1, + "Title": "Calling in the Storm", + "Released": "12 Mar 2019", + "Genre": "Electro house Electropop", + "Album": "The dragon journey" + }, + { + "Number": 2, + "Title": "Hiding in the Dream", + "Released": "23 Mar 2019", + "Genre": "R&B", + "Album": "The dragon journey" + }, + { + "Number": 3, + "Title": "Electric Heart", + "Released": "17 Mar 2019", + "Genre": "ethno-tunes", + "Album": "The dragon journey" + }, + { + "Number": 4, + "Title": "Shadow of Echo", + "Released": "20 Feb 2019", + "Genre": "ethno-tunes", + "Album": "The dragon journey" + }, + { + "Number": 5, + "Title": "Flying in the Storm", + "Released": "08 Apr 2019", + "Genre": "R&B", + "Album": "The dragon journey" + }, + { + "Number": 6, + "Title": "Dark Waiting", + "Released": "20 Oct 2019", + "Genre": "Synth-pop R&B", + "Album": "The dragon journey" + }, + { + "Number": 7, + "Title": "Fire of River", + "Released": "20 Feb 2019", + "Genre": "Synth-pop R&B", + "Album": "The dragon journey" + }, + { + "Number": 8, + "Title": "Wild Crying", + "Released": "14 Jun 2019", + "Genre": "R&B", + "Album": "The dragon journey" + }, + { + "Number": 9, + "Title": "Bright Dancing", + "Released": "14 Mar 2019", + "Genre": "Electro house Electropop", + "Album": "The dragon journey" + }, + { + "Number": 10, + "Title": "Golden Waiting", + "Released": "12 Sep 2019", + "Genre": "Synth-pop R&B", + "Album": "The dragon journey" + } ] }, { @@ -276,7 +417,76 @@ "USBillboard200": 12, "Artist": "Naomí Yepes", "Songs": [ - + { + "Number": 1, + "Title": "Storm of Dream", + "Released": "05 Jan 2019", + "Genre": "*", + "Album": "Curiosity" + }, + { + "Number": 2, + "Title": "Echo of Dream", + "Released": "28 Jan 2019", + "Genre": "Synth-pop R&B", + "Album": "Curiosity" + }, + { + "Number": 3, + "Title": "Light of Shadow", + "Released": "07 Feb 2019", + "Genre": "Synth-pop R&B", + "Album": "Curiosity" + }, + { + "Number": 4, + "Title": "Storm of Heart", + "Released": "05 Jan 2020", + "Genre": "Electro house Electropop", + "Album": "Curiosity" + }, + { + "Number": 5, + "Title": "Shadow of River", + "Released": "27 Feb 2019", + "Genre": "*", + "Album": "Curiosity" + }, + { + "Number": 6, + "Title": "Wicked Dancing", + "Released": "17 Jan 2020", + "Genre": "ethno-tunes", + "Album": "Curiosity" + }, + { + "Number": 7, + "Title": "River of Light", + "Released": "22 Feb 2019", + "Genre": "R&B", + "Album": "Curiosity" + }, + { + "Number": 8, + "Title": "Lonely Breaking", + "Released": "09 Sep 2019", + "Genre": "ethno-tunes", + "Album": "Curiosity" + }, + { + "Number": 9, + "Title": "Furious Flying", + "Released": "08 Jun 2019", + "Genre": "R&B", + "Album": "Curiosity" + }, + { + "Number": 10, + "Title": "Hiding in the Storm", + "Released": "27 May 2019", + "Genre": "Electro house Electropop", + "Album": "Curiosity" + } ] } ] @@ -513,7 +723,76 @@ "USBillboard200": 69, "Artist": "Ahmad Nazeri", "Songs": [ - + { + "Number": 1, + "Title": "Gentle Falling", + "Released": "26 Apr 2019", + "Genre": "Crunk reggaeton", + "Album": "Emergency" + }, + { + "Number": 2, + "Title": "Calling in the Fire", + "Released": "03 Sep 2019", + "Genre": "ethno-tunes", + "Album": "Emergency" + }, + { + "Number": 3, + "Title": "Fire of Shadow", + "Released": "05 Jan 2019", + "Genre": "ethno-tunes", + "Album": "Emergency" + }, + { + "Number": 4, + "Title": "Dancing in the Dream", + "Released": "15 Apr 2019", + "Genre": "R&B", + "Album": "Emergency" + }, + { + "Number": 5, + "Title": "Calling in the Shadow", + "Released": "09 Oct 2019", + "Genre": "R&B", + "Album": "Emergency" + }, + { + "Number": 6, + "Title": "Falling in the Sky", + "Released": "08 Mar 2019", + "Genre": "ethno-tunes", + "Album": "Emergency" + }, + { + "Number": 7, + "Title": "Calling in the Storm", + "Released": "05 Dec 2019", + "Genre": "ethno-tunes", + "Album": "Emergency" + }, + { + "Number": 8, + "Title": "Falling in the River", + "Released": "19 Aug 2019", + "Genre": "Electro house Electropop", + "Album": "Emergency" + }, + { + "Number": 9, + "Title": "Electric Fire", + "Released": "30 Nov 2019", + "Genre": "Crunk reggaeton", + "Album": "Emergency" + }, + { + "Number": 10, + "Title": "Lonely River", + "Released": "11 Nov 2019", + "Genre": "Electro house Electropop", + "Album": "Emergency" + } ] }, { @@ -523,7 +802,76 @@ "USBillboard200": 39, "Artist": "Ahmad Nazeri", "Songs": [ - + { + "Number": 1, + "Title": "Lonely Dream", + "Released": "11 Dec 2019", + "Genre": "ethno-tunes", + "Album": "Bursting bubbles" + }, + { + "Number": 2, + "Title": "Fire of River", + "Released": "01 Aug 2019", + "Genre": "Synth-pop R&B", + "Album": "Bursting bubbles" + }, + { + "Number": 3, + "Title": "Wicked Falling", + "Released": "25 Jan 2019", + "Genre": "*", + "Album": "Bursting bubbles" + }, + { + "Number": 4, + "Title": "Crying in the Shadow", + "Released": "04 Jan 2019", + "Genre": "Synth-pop R&B", + "Album": "Bursting bubbles" + }, + { + "Number": 5, + "Title": "Wild Burning", + "Released": "10 May 2019", + "Genre": "ethno-tunes", + "Album": "Bursting bubbles" + }, + { + "Number": 6, + "Title": "Waiting in the Heart", + "Released": "07 Aug 2019", + "Genre": "ethno-tunes", + "Album": "Bursting bubbles" + }, + { + "Number": 7, + "Title": "Fire of Fire", + "Released": "16 May 2019", + "Genre": "Electro house Electropop", + "Album": "Bursting bubbles" + }, + { + "Number": 8, + "Title": "Bright Heart", + "Released": "14 Mar 2019", + "Genre": "Synth-pop R&B", + "Album": "Bursting bubbles" + }, + { + "Number": 9, + "Title": "Lonely Fire", + "Released": "15 Oct 2019", + "Genre": "R&B", + "Album": "Bursting bubbles" + }, + { + "Number": 10, + "Title": "Sky of Dream", + "Released": "20 Jun 2019", + "Genre": "ethno-tunes", + "Album": "Bursting bubbles" + } ] } ] @@ -547,7 +895,76 @@ "USBillboard200": 1, "Artist": "Kimmy McIlmorie", "Songs": [ - + { + "Number": 1, + "Title": "Storm of Sky", + "Released": "04 Mar 2019", + "Genre": "ethno-tunes", + "Album": "Here we go again" + }, + { + "Number": 2, + "Title": "Dream of Shadow", + "Released": "03 Jan 2019", + "Genre": "ethno-tunes", + "Album": "Here we go again" + }, + { + "Number": 3, + "Title": "Dream of Shadow", + "Released": "19 Dec 2019", + "Genre": "Electro house Electropop", + "Album": "Here we go again" + }, + { + "Number": 4, + "Title": "Golden Fire", + "Released": "20 Jan 2019", + "Genre": "R&B", + "Album": "Here we go again" + }, + { + "Number": 5, + "Title": "Running in the Light", + "Released": "03 Jan 2020", + "Genre": "Synth-pop R&B", + "Album": "Here we go again" + }, + { + "Number": 6, + "Title": "Flying in the Heart", + "Released": "17 Jan 2019", + "Genre": "*", + "Album": "Here we go again" + }, + { + "Number": 7, + "Title": "Fire of Storm", + "Released": "26 Jan 2019", + "Genre": "ethno-tunes", + "Album": "Here we go again" + }, + { + "Number": 8, + "Title": "Calling in the Sky", + "Released": "28 Oct 2019", + "Genre": "Synth-pop R&B", + "Album": "Here we go again" + }, + { + "Number": 9, + "Title": "Flying in the Shadow", + "Released": "30 Mar 2019", + "Genre": "ethno-tunes", + "Album": "Here we go again" + }, + { + "Number": 10, + "Title": "Golden Dancing", + "Released": "12 Oct 2019", + "Genre": "ethno-tunes", + "Album": "Here we go again" + } ] } ] @@ -771,7 +1188,76 @@ "USBillboard200": 85, "Artist": "Izabella Tabakova", "Songs": [ - + { + "Number": 1, + "Title": "Hiding in the Light", + "Released": "24 Jan 2019", + "Genre": "Synth-pop R&B", + "Album": "Dark matters" + }, + { + "Number": 2, + "Title": "Furious River", + "Released": "13 Jan 2020", + "Genre": "Electro house Electropop", + "Album": "Dark matters" + }, + { + "Number": 3, + "Title": "Wild Crying", + "Released": "27 Feb 2019", + "Genre": "Electro house Electropop", + "Album": "Dark matters" + }, + { + "Number": 4, + "Title": "Light of Dream", + "Released": "01 Jun 2019", + "Genre": "Crunk reggaeton", + "Album": "Dark matters" + }, + { + "Number": 5, + "Title": "Light of Dream", + "Released": "24 Aug 2019", + "Genre": "*", + "Album": "Dark matters" + }, + { + "Number": 6, + "Title": "Storm of Light", + "Released": "26 Feb 2019", + "Genre": "*", + "Album": "Dark matters" + }, + { + "Number": 7, + "Title": "Dark Storm", + "Released": "18 Jan 2020", + "Genre": "R&B", + "Album": "Dark matters" + }, + { + "Number": 8, + "Title": "Dark Calling", + "Released": "20 Mar 2019", + "Genre": "Crunk reggaeton", + "Album": "Dark matters" + }, + { + "Number": 9, + "Title": "Sky of Whisper", + "Released": "30 Jan 2019", + "Genre": "ethno-tunes", + "Album": "Dark matters" + }, + { + "Number": 10, + "Title": "Dancing in the Light", + "Released": "28 Nov 2019", + "Genre": "Synth-pop R&B", + "Album": "Dark matters" + } ] } ] @@ -795,7 +1281,76 @@ "USBillboard200": 5, "Artist": "Nguyễn Diệp Chi", "Songs": [ - + { + "Number": 1, + "Title": "Echo of River", + "Released": "05 Mar 2019", + "Genre": "Synth-pop R&B", + "Album": "Library of liberty" + }, + { + "Number": 2, + "Title": "Heart of River", + "Released": "12 Jan 2020", + "Genre": "Electro house Electropop", + "Album": "Library of liberty" + }, + { + "Number": 3, + "Title": "Dark Light", + "Released": "09 Aug 2019", + "Genre": "Electro house Electropop", + "Album": "Library of liberty" + }, + { + "Number": 4, + "Title": "Dark Fire", + "Released": "22 Jun 2019", + "Genre": "R&B", + "Album": "Library of liberty" + }, + { + "Number": 5, + "Title": "Flying in the Fire", + "Released": "22 Jul 2019", + "Genre": "*", + "Album": "Library of liberty" + }, + { + "Number": 6, + "Title": "Shadow of Heart", + "Released": "02 Jan 2020", + "Genre": "*", + "Album": "Library of liberty" + }, + { + "Number": 7, + "Title": "Fire of Fire", + "Released": "27 Jan 2019", + "Genre": "*", + "Album": "Library of liberty" + }, + { + "Number": 8, + "Title": "Falling in the River", + "Released": "05 Aug 2019", + "Genre": "Crunk reggaeton", + "Album": "Library of liberty" + }, + { + "Number": 9, + "Title": "Fire of Light", + "Released": "31 Dec 2019", + "Genre": "ethno-tunes", + "Album": "Library of liberty" + }, + { + "Number": 10, + "Title": "Bright Flying", + "Released": "24 Jan 2019", + "Genre": "*", + "Album": "Library of liberty" + } ] } ] @@ -819,7 +1374,76 @@ "USBillboard200": 29, "Artist": "Eva Lee", "Songs": [ - + { + "Number": 1, + "Title": "Dancing in the Shadow", + "Released": "02 Aug 2019", + "Genre": "ethno-tunes", + "Album": "Just a tease" + }, + { + "Number": 2, + "Title": "Silent Whisper", + "Released": "09 Jul 2019", + "Genre": "*", + "Album": "Just a tease" + }, + { + "Number": 3, + "Title": "Crying in the Whisper", + "Released": "30 May 2019", + "Genre": "Crunk reggaeton", + "Album": "Just a tease" + }, + { + "Number": 4, + "Title": "River of Light", + "Released": "10 Jan 2019", + "Genre": "Electro house Electropop", + "Album": "Just a tease" + }, + { + "Number": 5, + "Title": "Golden River", + "Released": "15 Nov 2019", + "Genre": "*", + "Album": "Just a tease" + }, + { + "Number": 6, + "Title": "Burning in the Shadow", + "Released": "18 Apr 2019", + "Genre": "Crunk reggaeton", + "Album": "Just a tease" + }, + { + "Number": 7, + "Title": "Shadow of Sky", + "Released": "06 Sep 2019", + "Genre": "Crunk reggaeton", + "Album": "Just a tease" + }, + { + "Number": 8, + "Title": "Gentle Waiting", + "Released": "05 Dec 2019", + "Genre": "R&B", + "Album": "Just a tease" + }, + { + "Number": 9, + "Title": "Bright River", + "Released": "27 Jan 2020", + "Genre": "R&B", + "Album": "Just a tease" + }, + { + "Number": 10, + "Title": "Heart of Storm", + "Released": "07 Jan 2019", + "Genre": "Synth-pop R&B", + "Album": "Just a tease" + } ] } ] @@ -1046,7 +1670,76 @@ "USBillboard200": 98, "Artist": "Pablo Cambeiro", "Songs": [ - + { + "Number": 1, + "Title": "Dancing in the Echo", + "Released": "03 Oct 2019", + "Genre": "Crunk reggaeton", + "Album": "Fluke" + }, + { + "Number": 2, + "Title": "Dream of Dream", + "Released": "03 Mar 2019", + "Genre": "*", + "Album": "Fluke" + }, + { + "Number": 3, + "Title": "Calling in the Echo", + "Released": "16 Sep 2019", + "Genre": "*", + "Album": "Fluke" + }, + { + "Number": 4, + "Title": "Light of Light", + "Released": "25 May 2019", + "Genre": "Electro house Electropop", + "Album": "Fluke" + }, + { + "Number": 5, + "Title": "Bright Light", + "Released": "21 Mar 2019", + "Genre": "R&B", + "Album": "Fluke" + }, + { + "Number": 6, + "Title": "Storm of Echo", + "Released": "17 Jul 2019", + "Genre": "Synth-pop R&B", + "Album": "Fluke" + }, + { + "Number": 7, + "Title": "Lonely Calling", + "Released": "10 Apr 2019", + "Genre": "ethno-tunes", + "Album": "Fluke" + }, + { + "Number": 8, + "Title": "Gentle Falling", + "Released": "28 Nov 2019", + "Genre": "Synth-pop R&B", + "Album": "Fluke" + }, + { + "Number": 9, + "Title": "Wild Flying", + "Released": "26 Nov 2019", + "Genre": "Crunk reggaeton", + "Album": "Fluke" + }, + { + "Number": 10, + "Title": "Sky of Dream", + "Released": "29 May 2019", + "Genre": "R&B", + "Album": "Fluke" + } ] }, { @@ -1142,7 +1835,76 @@ "USBillboard200": 77, "Artist": "Athar Malakooti", "Songs": [ - + { + "Number": 1, + "Title": "Hiding in the Whisper", + "Released": "03 Apr 2019", + "Genre": "R&B", + "Album": "Pushing up daisies" + }, + { + "Number": 2, + "Title": "Wicked Light", + "Released": "21 Aug 2019", + "Genre": "R&B", + "Album": "Pushing up daisies" + }, + { + "Number": 3, + "Title": "Flying in the River", + "Released": "03 Feb 2020", + "Genre": "Synth-pop R&B", + "Album": "Pushing up daisies" + }, + { + "Number": 4, + "Title": "Wicked Hiding", + "Released": "15 Sep 2019", + "Genre": "Synth-pop R&B", + "Album": "Pushing up daisies" + }, + { + "Number": 5, + "Title": "Lonely Light", + "Released": "13 May 2019", + "Genre": "Electro house Electropop", + "Album": "Pushing up daisies" + }, + { + "Number": 6, + "Title": "Bright Dancing", + "Released": "10 Apr 2019", + "Genre": "Synth-pop R&B", + "Album": "Pushing up daisies" + }, + { + "Number": 7, + "Title": "Gentle Dream", + "Released": "21 May 2019", + "Genre": "*", + "Album": "Pushing up daisies" + }, + { + "Number": 8, + "Title": "Sky of Echo", + "Released": "09 Jun 2019", + "Genre": "Synth-pop R&B", + "Album": "Pushing up daisies" + }, + { + "Number": 9, + "Title": "Breaking in the Sky", + "Released": "27 Dec 2019", + "Genre": "Crunk reggaeton", + "Album": "Pushing up daisies" + }, + { + "Number": 10, + "Title": "Whisper of Shadow", + "Released": "04 Jan 2019", + "Genre": "ethno-tunes", + "Album": "Pushing up daisies" + } ] } ] @@ -1179,7 +1941,76 @@ "USBillboard200": 9, "Artist": "Marti Valencia", "Songs": [ - + { + "Number": 1, + "Title": "Hiding in the Sky", + "Released": "26 Nov 2019", + "Genre": "Synth-pop R&B", + "Album": "Nemesis" + }, + { + "Number": 2, + "Title": "Waiting in the Echo", + "Released": "10 Jul 2019", + "Genre": "ethno-tunes", + "Album": "Nemesis" + }, + { + "Number": 3, + "Title": "Wicked Shadow", + "Released": "29 Jul 2019", + "Genre": "Synth-pop R&B", + "Album": "Nemesis" + }, + { + "Number": 4, + "Title": "Crying in the Whisper", + "Released": "09 Apr 2019", + "Genre": "*", + "Album": "Nemesis" + }, + { + "Number": 5, + "Title": "Echo of Storm", + "Released": "19 Nov 2019", + "Genre": "Crunk reggaeton", + "Album": "Nemesis" + }, + { + "Number": 6, + "Title": "Shadow of Sky", + "Released": "24 Jul 2019", + "Genre": "Crunk reggaeton", + "Album": "Nemesis" + }, + { + "Number": 7, + "Title": "Golden Hiding", + "Released": "12 Dec 2019", + "Genre": "Electro house Electropop", + "Album": "Nemesis" + }, + { + "Number": 8, + "Title": "Wild Dancing", + "Released": "17 Aug 2019", + "Genre": "Synth-pop R&B", + "Album": "Nemesis" + }, + { + "Number": 9, + "Title": "Bright Burning", + "Released": "30 Aug 2019", + "Genre": "Electro house Electropop", + "Album": "Nemesis" + }, + { + "Number": 10, + "Title": "Flying in the River", + "Released": "02 Sep 2019", + "Genre": "*", + "Album": "Nemesis" + } ] }, { @@ -1282,7 +2113,76 @@ "USBillboard200": 37, "Artist": "Marti Valencia", "Songs": [ - + { + "Number": 1, + "Title": "Wild River", + "Released": "11 Jan 2019", + "Genre": "*", + "Album": "God's advocate" + }, + { + "Number": 2, + "Title": "Wicked Whisper", + "Released": "16 Feb 2019", + "Genre": "Electro house Electropop", + "Album": "God's advocate" + }, + { + "Number": 3, + "Title": "Storm of Heart", + "Released": "11 Aug 2019", + "Genre": "*", + "Album": "God's advocate" + }, + { + "Number": 4, + "Title": "Golden Dancing", + "Released": "02 Mar 2019", + "Genre": "Crunk reggaeton", + "Album": "God's advocate" + }, + { + "Number": 5, + "Title": "Calling in the Sky", + "Released": "10 Sep 2019", + "Genre": "Electro house Electropop", + "Album": "God's advocate" + }, + { + "Number": 6, + "Title": "Calling in the Heart", + "Released": "12 Jan 2019", + "Genre": "ethno-tunes", + "Album": "God's advocate" + }, + { + "Number": 7, + "Title": "Running in the Storm", + "Released": "10 Nov 2019", + "Genre": "Synth-pop R&B", + "Album": "God's advocate" + }, + { + "Number": 8, + "Title": "Wild Sky", + "Released": "10 Apr 2019", + "Genre": "R&B", + "Album": "God's advocate" + }, + { + "Number": 9, + "Title": "Crying in the Shadow", + "Released": "02 Mar 2019", + "Genre": "R&B", + "Album": "God's advocate" + }, + { + "Number": 10, + "Title": "Whisper of River", + "Released": "12 May 2019", + "Genre": "*", + "Album": "God's advocate" + } ] } ] @@ -1306,7 +2206,76 @@ "USBillboard200": 7, "Artist": "Alicia Stanger", "Songs": [ - + { + "Number": 1, + "Title": "Shadow of Light", + "Released": "24 Mar 2019", + "Genre": "ethno-tunes", + "Album": "Forever alone" + }, + { + "Number": 2, + "Title": "Running in the Echo", + "Released": "03 May 2019", + "Genre": "Crunk reggaeton", + "Album": "Forever alone" + }, + { + "Number": 3, + "Title": "Gentle Dream", + "Released": "24 Aug 2019", + "Genre": "Crunk reggaeton", + "Album": "Forever alone" + }, + { + "Number": 4, + "Title": "Furious River", + "Released": "24 Apr 2019", + "Genre": "ethno-tunes", + "Album": "Forever alone" + }, + { + "Number": 5, + "Title": "Wild Whisper", + "Released": "09 Mar 2019", + "Genre": "ethno-tunes", + "Album": "Forever alone" + }, + { + "Number": 6, + "Title": "Whisper of Sky", + "Released": "24 Jul 2019", + "Genre": "Crunk reggaeton", + "Album": "Forever alone" + }, + { + "Number": 7, + "Title": "Lonely Storm", + "Released": "01 May 2019", + "Genre": "Crunk reggaeton", + "Album": "Forever alone" + }, + { + "Number": 8, + "Title": "Dancing in the River", + "Released": "17 Dec 2019", + "Genre": "*", + "Album": "Forever alone" + }, + { + "Number": 9, + "Title": "Electric Fire", + "Released": "17 Oct 2019", + "Genre": "Electro house Electropop", + "Album": "Forever alone" + }, + { + "Number": 10, + "Title": "Electric Sky", + "Released": "25 Sep 2019", + "Genre": "ethno-tunes", + "Album": "Forever alone" + } ] } ] @@ -1371,7 +2340,76 @@ "USBillboard200": 35, "Artist": "Peter Taylor", "Songs": [ - + { + "Number": 1, + "Title": "Calling in the Dream", + "Released": "01 Aug 2019", + "Genre": "R&B", + "Album": "Decisions decisions" + }, + { + "Number": 2, + "Title": "Electric Burning", + "Released": "10 Sep 2019", + "Genre": "Electro house Electropop", + "Album": "Decisions decisions" + }, + { + "Number": 3, + "Title": "Dark Flying", + "Released": "28 Apr 2019", + "Genre": "*", + "Album": "Decisions decisions" + }, + { + "Number": 4, + "Title": "Gentle Sky", + "Released": "20 Nov 2019", + "Genre": "ethno-tunes", + "Album": "Decisions decisions" + }, + { + "Number": 5, + "Title": "Gentle Calling", + "Released": "13 Jan 2019", + "Genre": "Crunk reggaeton", + "Album": "Decisions decisions" + }, + { + "Number": 6, + "Title": "Golden Falling", + "Released": "14 Feb 2019", + "Genre": "Crunk reggaeton", + "Album": "Decisions decisions" + }, + { + "Number": 7, + "Title": "Silent River", + "Released": "13 Feb 2019", + "Genre": "R&B", + "Album": "Decisions decisions" + }, + { + "Number": 8, + "Title": "Furious Calling", + "Released": "11 Jun 2019", + "Genre": "Synth-pop R&B", + "Album": "Decisions decisions" + }, + { + "Number": 9, + "Title": "Running in the Echo", + "Released": "06 Nov 2019", + "Genre": "Electro house Electropop", + "Album": "Decisions decisions" + }, + { + "Number": 10, + "Title": "Furious River", + "Released": "12 Mar 2019", + "Genre": "*", + "Album": "Decisions decisions" + } ] }, { @@ -1381,7 +2419,76 @@ "USBillboard200": 89, "Artist": "Peter Taylor", "Songs": [ - + { + "Number": 1, + "Title": "Dark Crying", + "Released": "27 Apr 2019", + "Genre": "Electro house Electropop", + "Album": "Climate changed" + }, + { + "Number": 2, + "Title": "Dark Waiting", + "Released": "14 Nov 2019", + "Genre": "Synth-pop R&B", + "Album": "Climate changed" + }, + { + "Number": 3, + "Title": "Furious Waiting", + "Released": "23 May 2019", + "Genre": "*", + "Album": "Climate changed" + }, + { + "Number": 4, + "Title": "Running in the Echo", + "Released": "29 Nov 2019", + "Genre": "Crunk reggaeton", + "Album": "Climate changed" + }, + { + "Number": 5, + "Title": "Dream of Sky", + "Released": "31 Oct 2019", + "Genre": "Crunk reggaeton", + "Album": "Climate changed" + }, + { + "Number": 6, + "Title": "Hiding in the Heart", + "Released": "09 Aug 2019", + "Genre": "R&B", + "Album": "Climate changed" + }, + { + "Number": 7, + "Title": "Sky of Storm", + "Released": "01 Jun 2019", + "Genre": "R&B", + "Album": "Climate changed" + }, + { + "Number": 8, + "Title": "Light of Storm", + "Released": "17 Jan 2020", + "Genre": "ethno-tunes", + "Album": "Climate changed" + }, + { + "Number": 9, + "Title": "Light of Sky", + "Released": "26 May 2019", + "Genre": "*", + "Album": "Climate changed" + }, + { + "Number": 10, + "Title": "Golden River", + "Released": "19 Jun 2019", + "Genre": "*", + "Album": "Climate changed" + } ] } ] diff --git a/samples/grids/hierarchical-grid/column-resize-styling/src/SingersData.json b/samples/grids/hierarchical-grid/column-resize-styling/src/SingersData.json index f7508f3c9a..75ec4ec561 100644 --- a/samples/grids/hierarchical-grid/column-resize-styling/src/SingersData.json +++ b/samples/grids/hierarchical-grid/column-resize-styling/src/SingersData.json @@ -78,7 +78,79 @@ "LaunchDate": "September 3, 2013", "BillboardReview": 86, "USBillboard200": 1, - "Artist": "Naomí Yepes" + "Artist": "Naomí Yepes", + "Songs": [ + { + "Number": 1, + "Title": "Lonely Falling", + "Released": "01 May 2019", + "Genre": "*", + "Album": "Initiation" + }, + { + "Number": 2, + "Title": "Bright Breaking", + "Released": "25 Jul 2019", + "Genre": "Electro house Electropop", + "Album": "Initiation" + }, + { + "Number": 3, + "Title": "River of Whisper", + "Released": "29 Jan 2020", + "Genre": "Electro house Electropop", + "Album": "Initiation" + }, + { + "Number": 4, + "Title": "Sky of Storm", + "Released": "07 May 2019", + "Genre": "Electro house Electropop", + "Album": "Initiation" + }, + { + "Number": 5, + "Title": "Electric River", + "Released": "20 Jan 2020", + "Genre": "R&B", + "Album": "Initiation" + }, + { + "Number": 6, + "Title": "Storm of Storm", + "Released": "01 Sep 2019", + "Genre": "Crunk reggaeton", + "Album": "Initiation" + }, + { + "Number": 7, + "Title": "Fire of Dream", + "Released": "12 Sep 2019", + "Genre": "Electro house Electropop", + "Album": "Initiation" + }, + { + "Number": 8, + "Title": "Burning in the Light", + "Released": "15 Apr 2019", + "Genre": "*", + "Album": "Initiation" + }, + { + "Number": 9, + "Title": "Burning in the Storm", + "Released": "10 Sep 2019", + "Genre": "Electro house Electropop", + "Album": "Initiation" + }, + { + "Number": 10, + "Title": "Shadow of Whisper", + "Released": "06 Jan 2019", + "Genre": "Crunk reggaeton", + "Album": "Initiation" + } + ] }, { "Album": "Dream Driven", @@ -90,7 +162,7 @@ { "Number": 1, "Title": "Intro", - "Released": false, + "Released": "10 Sep 2019", "Genre": "*", "Album": "Dream Driven" }, @@ -111,7 +183,7 @@ { "Number": 4, "Title": "Future past", - "Released": false, + "Released": "20 Sep 2011", "Genre": "*", "Album": "Dream Driven" }, @@ -132,14 +204,14 @@ { "Number": 7, "Title": "Stay where you are", - "Released": false, + "Released": "14 Sep 2013", "Genre": "*", "Album": "Dream Driven" }, { "Number": 8, "Title": "Imaginarium", - "Released": false, + "Released": "20 Sep 2021", "Genre": "*", "Album": "Dream Driven" }, @@ -153,21 +225,21 @@ { "Number": 10, "Title": "Shredded into pieces", - "Released": false, + "Released": "11 Sep 2015", "Genre": "*", "Album": "Dream Driven" }, { "Number": 11, "Title": "Capture this moment", - "Released": false, + "Released": "13 Sep 2016", "Genre": "*", "Album": "Dream Driven" }, { "Number": 12, "Title": "Dream Driven", - "Released": false, + "Released": "14 Sep 2014", "Genre": "*", "Album": "Dream Driven" } @@ -180,7 +252,76 @@ "USBillboard200": 2, "Artist": "Naomí Yepes", "Songs": [ - + { + "Number": 1, + "Title": "Calling in the Storm", + "Released": "12 Mar 2019", + "Genre": "Electro house Electropop", + "Album": "The dragon journey" + }, + { + "Number": 2, + "Title": "Hiding in the Dream", + "Released": "23 Mar 2019", + "Genre": "R&B", + "Album": "The dragon journey" + }, + { + "Number": 3, + "Title": "Electric Heart", + "Released": "17 Mar 2019", + "Genre": "ethno-tunes", + "Album": "The dragon journey" + }, + { + "Number": 4, + "Title": "Shadow of Echo", + "Released": "20 Feb 2019", + "Genre": "ethno-tunes", + "Album": "The dragon journey" + }, + { + "Number": 5, + "Title": "Flying in the Storm", + "Released": "08 Apr 2019", + "Genre": "R&B", + "Album": "The dragon journey" + }, + { + "Number": 6, + "Title": "Dark Waiting", + "Released": "20 Oct 2019", + "Genre": "Synth-pop R&B", + "Album": "The dragon journey" + }, + { + "Number": 7, + "Title": "Fire of River", + "Released": "20 Feb 2019", + "Genre": "Synth-pop R&B", + "Album": "The dragon journey" + }, + { + "Number": 8, + "Title": "Wild Crying", + "Released": "14 Jun 2019", + "Genre": "R&B", + "Album": "The dragon journey" + }, + { + "Number": 9, + "Title": "Bright Dancing", + "Released": "14 Mar 2019", + "Genre": "Electro house Electropop", + "Album": "The dragon journey" + }, + { + "Number": 10, + "Title": "Golden Waiting", + "Released": "12 Sep 2019", + "Genre": "Synth-pop R&B", + "Album": "The dragon journey" + } ] }, { @@ -276,7 +417,76 @@ "USBillboard200": 12, "Artist": "Naomí Yepes", "Songs": [ - + { + "Number": 1, + "Title": "Storm of Dream", + "Released": "05 Jan 2019", + "Genre": "*", + "Album": "Curiosity" + }, + { + "Number": 2, + "Title": "Echo of Dream", + "Released": "28 Jan 2019", + "Genre": "Synth-pop R&B", + "Album": "Curiosity" + }, + { + "Number": 3, + "Title": "Light of Shadow", + "Released": "07 Feb 2019", + "Genre": "Synth-pop R&B", + "Album": "Curiosity" + }, + { + "Number": 4, + "Title": "Storm of Heart", + "Released": "05 Jan 2020", + "Genre": "Electro house Electropop", + "Album": "Curiosity" + }, + { + "Number": 5, + "Title": "Shadow of River", + "Released": "27 Feb 2019", + "Genre": "*", + "Album": "Curiosity" + }, + { + "Number": 6, + "Title": "Wicked Dancing", + "Released": "17 Jan 2020", + "Genre": "ethno-tunes", + "Album": "Curiosity" + }, + { + "Number": 7, + "Title": "River of Light", + "Released": "22 Feb 2019", + "Genre": "R&B", + "Album": "Curiosity" + }, + { + "Number": 8, + "Title": "Lonely Breaking", + "Released": "09 Sep 2019", + "Genre": "ethno-tunes", + "Album": "Curiosity" + }, + { + "Number": 9, + "Title": "Furious Flying", + "Released": "08 Jun 2019", + "Genre": "R&B", + "Album": "Curiosity" + }, + { + "Number": 10, + "Title": "Hiding in the Storm", + "Released": "27 May 2019", + "Genre": "Electro house Electropop", + "Album": "Curiosity" + } ] } ] @@ -513,7 +723,76 @@ "USBillboard200": 69, "Artist": "Ahmad Nazeri", "Songs": [ - + { + "Number": 1, + "Title": "Gentle Falling", + "Released": "26 Apr 2019", + "Genre": "Crunk reggaeton", + "Album": "Emergency" + }, + { + "Number": 2, + "Title": "Calling in the Fire", + "Released": "03 Sep 2019", + "Genre": "ethno-tunes", + "Album": "Emergency" + }, + { + "Number": 3, + "Title": "Fire of Shadow", + "Released": "05 Jan 2019", + "Genre": "ethno-tunes", + "Album": "Emergency" + }, + { + "Number": 4, + "Title": "Dancing in the Dream", + "Released": "15 Apr 2019", + "Genre": "R&B", + "Album": "Emergency" + }, + { + "Number": 5, + "Title": "Calling in the Shadow", + "Released": "09 Oct 2019", + "Genre": "R&B", + "Album": "Emergency" + }, + { + "Number": 6, + "Title": "Falling in the Sky", + "Released": "08 Mar 2019", + "Genre": "ethno-tunes", + "Album": "Emergency" + }, + { + "Number": 7, + "Title": "Calling in the Storm", + "Released": "05 Dec 2019", + "Genre": "ethno-tunes", + "Album": "Emergency" + }, + { + "Number": 8, + "Title": "Falling in the River", + "Released": "19 Aug 2019", + "Genre": "Electro house Electropop", + "Album": "Emergency" + }, + { + "Number": 9, + "Title": "Electric Fire", + "Released": "30 Nov 2019", + "Genre": "Crunk reggaeton", + "Album": "Emergency" + }, + { + "Number": 10, + "Title": "Lonely River", + "Released": "11 Nov 2019", + "Genre": "Electro house Electropop", + "Album": "Emergency" + } ] }, { @@ -523,7 +802,76 @@ "USBillboard200": 39, "Artist": "Ahmad Nazeri", "Songs": [ - + { + "Number": 1, + "Title": "Lonely Dream", + "Released": "11 Dec 2019", + "Genre": "ethno-tunes", + "Album": "Bursting bubbles" + }, + { + "Number": 2, + "Title": "Fire of River", + "Released": "01 Aug 2019", + "Genre": "Synth-pop R&B", + "Album": "Bursting bubbles" + }, + { + "Number": 3, + "Title": "Wicked Falling", + "Released": "25 Jan 2019", + "Genre": "*", + "Album": "Bursting bubbles" + }, + { + "Number": 4, + "Title": "Crying in the Shadow", + "Released": "04 Jan 2019", + "Genre": "Synth-pop R&B", + "Album": "Bursting bubbles" + }, + { + "Number": 5, + "Title": "Wild Burning", + "Released": "10 May 2019", + "Genre": "ethno-tunes", + "Album": "Bursting bubbles" + }, + { + "Number": 6, + "Title": "Waiting in the Heart", + "Released": "07 Aug 2019", + "Genre": "ethno-tunes", + "Album": "Bursting bubbles" + }, + { + "Number": 7, + "Title": "Fire of Fire", + "Released": "16 May 2019", + "Genre": "Electro house Electropop", + "Album": "Bursting bubbles" + }, + { + "Number": 8, + "Title": "Bright Heart", + "Released": "14 Mar 2019", + "Genre": "Synth-pop R&B", + "Album": "Bursting bubbles" + }, + { + "Number": 9, + "Title": "Lonely Fire", + "Released": "15 Oct 2019", + "Genre": "R&B", + "Album": "Bursting bubbles" + }, + { + "Number": 10, + "Title": "Sky of Dream", + "Released": "20 Jun 2019", + "Genre": "ethno-tunes", + "Album": "Bursting bubbles" + } ] } ] @@ -547,7 +895,76 @@ "USBillboard200": 1, "Artist": "Kimmy McIlmorie", "Songs": [ - + { + "Number": 1, + "Title": "Storm of Sky", + "Released": "04 Mar 2019", + "Genre": "ethno-tunes", + "Album": "Here we go again" + }, + { + "Number": 2, + "Title": "Dream of Shadow", + "Released": "03 Jan 2019", + "Genre": "ethno-tunes", + "Album": "Here we go again" + }, + { + "Number": 3, + "Title": "Dream of Shadow", + "Released": "19 Dec 2019", + "Genre": "Electro house Electropop", + "Album": "Here we go again" + }, + { + "Number": 4, + "Title": "Golden Fire", + "Released": "20 Jan 2019", + "Genre": "R&B", + "Album": "Here we go again" + }, + { + "Number": 5, + "Title": "Running in the Light", + "Released": "03 Jan 2020", + "Genre": "Synth-pop R&B", + "Album": "Here we go again" + }, + { + "Number": 6, + "Title": "Flying in the Heart", + "Released": "17 Jan 2019", + "Genre": "*", + "Album": "Here we go again" + }, + { + "Number": 7, + "Title": "Fire of Storm", + "Released": "26 Jan 2019", + "Genre": "ethno-tunes", + "Album": "Here we go again" + }, + { + "Number": 8, + "Title": "Calling in the Sky", + "Released": "28 Oct 2019", + "Genre": "Synth-pop R&B", + "Album": "Here we go again" + }, + { + "Number": 9, + "Title": "Flying in the Shadow", + "Released": "30 Mar 2019", + "Genre": "ethno-tunes", + "Album": "Here we go again" + }, + { + "Number": 10, + "Title": "Golden Dancing", + "Released": "12 Oct 2019", + "Genre": "ethno-tunes", + "Album": "Here we go again" + } ] } ] @@ -771,7 +1188,76 @@ "USBillboard200": 85, "Artist": "Izabella Tabakova", "Songs": [ - + { + "Number": 1, + "Title": "Hiding in the Light", + "Released": "24 Jan 2019", + "Genre": "Synth-pop R&B", + "Album": "Dark matters" + }, + { + "Number": 2, + "Title": "Furious River", + "Released": "13 Jan 2020", + "Genre": "Electro house Electropop", + "Album": "Dark matters" + }, + { + "Number": 3, + "Title": "Wild Crying", + "Released": "27 Feb 2019", + "Genre": "Electro house Electropop", + "Album": "Dark matters" + }, + { + "Number": 4, + "Title": "Light of Dream", + "Released": "01 Jun 2019", + "Genre": "Crunk reggaeton", + "Album": "Dark matters" + }, + { + "Number": 5, + "Title": "Light of Dream", + "Released": "24 Aug 2019", + "Genre": "*", + "Album": "Dark matters" + }, + { + "Number": 6, + "Title": "Storm of Light", + "Released": "26 Feb 2019", + "Genre": "*", + "Album": "Dark matters" + }, + { + "Number": 7, + "Title": "Dark Storm", + "Released": "18 Jan 2020", + "Genre": "R&B", + "Album": "Dark matters" + }, + { + "Number": 8, + "Title": "Dark Calling", + "Released": "20 Mar 2019", + "Genre": "Crunk reggaeton", + "Album": "Dark matters" + }, + { + "Number": 9, + "Title": "Sky of Whisper", + "Released": "30 Jan 2019", + "Genre": "ethno-tunes", + "Album": "Dark matters" + }, + { + "Number": 10, + "Title": "Dancing in the Light", + "Released": "28 Nov 2019", + "Genre": "Synth-pop R&B", + "Album": "Dark matters" + } ] } ] @@ -795,7 +1281,76 @@ "USBillboard200": 5, "Artist": "Nguyễn Diệp Chi", "Songs": [ - + { + "Number": 1, + "Title": "Echo of River", + "Released": "05 Mar 2019", + "Genre": "Synth-pop R&B", + "Album": "Library of liberty" + }, + { + "Number": 2, + "Title": "Heart of River", + "Released": "12 Jan 2020", + "Genre": "Electro house Electropop", + "Album": "Library of liberty" + }, + { + "Number": 3, + "Title": "Dark Light", + "Released": "09 Aug 2019", + "Genre": "Electro house Electropop", + "Album": "Library of liberty" + }, + { + "Number": 4, + "Title": "Dark Fire", + "Released": "22 Jun 2019", + "Genre": "R&B", + "Album": "Library of liberty" + }, + { + "Number": 5, + "Title": "Flying in the Fire", + "Released": "22 Jul 2019", + "Genre": "*", + "Album": "Library of liberty" + }, + { + "Number": 6, + "Title": "Shadow of Heart", + "Released": "02 Jan 2020", + "Genre": "*", + "Album": "Library of liberty" + }, + { + "Number": 7, + "Title": "Fire of Fire", + "Released": "27 Jan 2019", + "Genre": "*", + "Album": "Library of liberty" + }, + { + "Number": 8, + "Title": "Falling in the River", + "Released": "05 Aug 2019", + "Genre": "Crunk reggaeton", + "Album": "Library of liberty" + }, + { + "Number": 9, + "Title": "Fire of Light", + "Released": "31 Dec 2019", + "Genre": "ethno-tunes", + "Album": "Library of liberty" + }, + { + "Number": 10, + "Title": "Bright Flying", + "Released": "24 Jan 2019", + "Genre": "*", + "Album": "Library of liberty" + } ] } ] @@ -819,7 +1374,76 @@ "USBillboard200": 29, "Artist": "Eva Lee", "Songs": [ - + { + "Number": 1, + "Title": "Dancing in the Shadow", + "Released": "02 Aug 2019", + "Genre": "ethno-tunes", + "Album": "Just a tease" + }, + { + "Number": 2, + "Title": "Silent Whisper", + "Released": "09 Jul 2019", + "Genre": "*", + "Album": "Just a tease" + }, + { + "Number": 3, + "Title": "Crying in the Whisper", + "Released": "30 May 2019", + "Genre": "Crunk reggaeton", + "Album": "Just a tease" + }, + { + "Number": 4, + "Title": "River of Light", + "Released": "10 Jan 2019", + "Genre": "Electro house Electropop", + "Album": "Just a tease" + }, + { + "Number": 5, + "Title": "Golden River", + "Released": "15 Nov 2019", + "Genre": "*", + "Album": "Just a tease" + }, + { + "Number": 6, + "Title": "Burning in the Shadow", + "Released": "18 Apr 2019", + "Genre": "Crunk reggaeton", + "Album": "Just a tease" + }, + { + "Number": 7, + "Title": "Shadow of Sky", + "Released": "06 Sep 2019", + "Genre": "Crunk reggaeton", + "Album": "Just a tease" + }, + { + "Number": 8, + "Title": "Gentle Waiting", + "Released": "05 Dec 2019", + "Genre": "R&B", + "Album": "Just a tease" + }, + { + "Number": 9, + "Title": "Bright River", + "Released": "27 Jan 2020", + "Genre": "R&B", + "Album": "Just a tease" + }, + { + "Number": 10, + "Title": "Heart of Storm", + "Released": "07 Jan 2019", + "Genre": "Synth-pop R&B", + "Album": "Just a tease" + } ] } ] @@ -1046,7 +1670,76 @@ "USBillboard200": 98, "Artist": "Pablo Cambeiro", "Songs": [ - + { + "Number": 1, + "Title": "Dancing in the Echo", + "Released": "03 Oct 2019", + "Genre": "Crunk reggaeton", + "Album": "Fluke" + }, + { + "Number": 2, + "Title": "Dream of Dream", + "Released": "03 Mar 2019", + "Genre": "*", + "Album": "Fluke" + }, + { + "Number": 3, + "Title": "Calling in the Echo", + "Released": "16 Sep 2019", + "Genre": "*", + "Album": "Fluke" + }, + { + "Number": 4, + "Title": "Light of Light", + "Released": "25 May 2019", + "Genre": "Electro house Electropop", + "Album": "Fluke" + }, + { + "Number": 5, + "Title": "Bright Light", + "Released": "21 Mar 2019", + "Genre": "R&B", + "Album": "Fluke" + }, + { + "Number": 6, + "Title": "Storm of Echo", + "Released": "17 Jul 2019", + "Genre": "Synth-pop R&B", + "Album": "Fluke" + }, + { + "Number": 7, + "Title": "Lonely Calling", + "Released": "10 Apr 2019", + "Genre": "ethno-tunes", + "Album": "Fluke" + }, + { + "Number": 8, + "Title": "Gentle Falling", + "Released": "28 Nov 2019", + "Genre": "Synth-pop R&B", + "Album": "Fluke" + }, + { + "Number": 9, + "Title": "Wild Flying", + "Released": "26 Nov 2019", + "Genre": "Crunk reggaeton", + "Album": "Fluke" + }, + { + "Number": 10, + "Title": "Sky of Dream", + "Released": "29 May 2019", + "Genre": "R&B", + "Album": "Fluke" + } ] }, { @@ -1142,7 +1835,76 @@ "USBillboard200": 77, "Artist": "Athar Malakooti", "Songs": [ - + { + "Number": 1, + "Title": "Hiding in the Whisper", + "Released": "03 Apr 2019", + "Genre": "R&B", + "Album": "Pushing up daisies" + }, + { + "Number": 2, + "Title": "Wicked Light", + "Released": "21 Aug 2019", + "Genre": "R&B", + "Album": "Pushing up daisies" + }, + { + "Number": 3, + "Title": "Flying in the River", + "Released": "03 Feb 2020", + "Genre": "Synth-pop R&B", + "Album": "Pushing up daisies" + }, + { + "Number": 4, + "Title": "Wicked Hiding", + "Released": "15 Sep 2019", + "Genre": "Synth-pop R&B", + "Album": "Pushing up daisies" + }, + { + "Number": 5, + "Title": "Lonely Light", + "Released": "13 May 2019", + "Genre": "Electro house Electropop", + "Album": "Pushing up daisies" + }, + { + "Number": 6, + "Title": "Bright Dancing", + "Released": "10 Apr 2019", + "Genre": "Synth-pop R&B", + "Album": "Pushing up daisies" + }, + { + "Number": 7, + "Title": "Gentle Dream", + "Released": "21 May 2019", + "Genre": "*", + "Album": "Pushing up daisies" + }, + { + "Number": 8, + "Title": "Sky of Echo", + "Released": "09 Jun 2019", + "Genre": "Synth-pop R&B", + "Album": "Pushing up daisies" + }, + { + "Number": 9, + "Title": "Breaking in the Sky", + "Released": "27 Dec 2019", + "Genre": "Crunk reggaeton", + "Album": "Pushing up daisies" + }, + { + "Number": 10, + "Title": "Whisper of Shadow", + "Released": "04 Jan 2019", + "Genre": "ethno-tunes", + "Album": "Pushing up daisies" + } ] } ] @@ -1179,7 +1941,76 @@ "USBillboard200": 9, "Artist": "Marti Valencia", "Songs": [ - + { + "Number": 1, + "Title": "Hiding in the Sky", + "Released": "26 Nov 2019", + "Genre": "Synth-pop R&B", + "Album": "Nemesis" + }, + { + "Number": 2, + "Title": "Waiting in the Echo", + "Released": "10 Jul 2019", + "Genre": "ethno-tunes", + "Album": "Nemesis" + }, + { + "Number": 3, + "Title": "Wicked Shadow", + "Released": "29 Jul 2019", + "Genre": "Synth-pop R&B", + "Album": "Nemesis" + }, + { + "Number": 4, + "Title": "Crying in the Whisper", + "Released": "09 Apr 2019", + "Genre": "*", + "Album": "Nemesis" + }, + { + "Number": 5, + "Title": "Echo of Storm", + "Released": "19 Nov 2019", + "Genre": "Crunk reggaeton", + "Album": "Nemesis" + }, + { + "Number": 6, + "Title": "Shadow of Sky", + "Released": "24 Jul 2019", + "Genre": "Crunk reggaeton", + "Album": "Nemesis" + }, + { + "Number": 7, + "Title": "Golden Hiding", + "Released": "12 Dec 2019", + "Genre": "Electro house Electropop", + "Album": "Nemesis" + }, + { + "Number": 8, + "Title": "Wild Dancing", + "Released": "17 Aug 2019", + "Genre": "Synth-pop R&B", + "Album": "Nemesis" + }, + { + "Number": 9, + "Title": "Bright Burning", + "Released": "30 Aug 2019", + "Genre": "Electro house Electropop", + "Album": "Nemesis" + }, + { + "Number": 10, + "Title": "Flying in the River", + "Released": "02 Sep 2019", + "Genre": "*", + "Album": "Nemesis" + } ] }, { @@ -1282,7 +2113,76 @@ "USBillboard200": 37, "Artist": "Marti Valencia", "Songs": [ - + { + "Number": 1, + "Title": "Wild River", + "Released": "11 Jan 2019", + "Genre": "*", + "Album": "God's advocate" + }, + { + "Number": 2, + "Title": "Wicked Whisper", + "Released": "16 Feb 2019", + "Genre": "Electro house Electropop", + "Album": "God's advocate" + }, + { + "Number": 3, + "Title": "Storm of Heart", + "Released": "11 Aug 2019", + "Genre": "*", + "Album": "God's advocate" + }, + { + "Number": 4, + "Title": "Golden Dancing", + "Released": "02 Mar 2019", + "Genre": "Crunk reggaeton", + "Album": "God's advocate" + }, + { + "Number": 5, + "Title": "Calling in the Sky", + "Released": "10 Sep 2019", + "Genre": "Electro house Electropop", + "Album": "God's advocate" + }, + { + "Number": 6, + "Title": "Calling in the Heart", + "Released": "12 Jan 2019", + "Genre": "ethno-tunes", + "Album": "God's advocate" + }, + { + "Number": 7, + "Title": "Running in the Storm", + "Released": "10 Nov 2019", + "Genre": "Synth-pop R&B", + "Album": "God's advocate" + }, + { + "Number": 8, + "Title": "Wild Sky", + "Released": "10 Apr 2019", + "Genre": "R&B", + "Album": "God's advocate" + }, + { + "Number": 9, + "Title": "Crying in the Shadow", + "Released": "02 Mar 2019", + "Genre": "R&B", + "Album": "God's advocate" + }, + { + "Number": 10, + "Title": "Whisper of River", + "Released": "12 May 2019", + "Genre": "*", + "Album": "God's advocate" + } ] } ] @@ -1306,7 +2206,76 @@ "USBillboard200": 7, "Artist": "Alicia Stanger", "Songs": [ - + { + "Number": 1, + "Title": "Shadow of Light", + "Released": "24 Mar 2019", + "Genre": "ethno-tunes", + "Album": "Forever alone" + }, + { + "Number": 2, + "Title": "Running in the Echo", + "Released": "03 May 2019", + "Genre": "Crunk reggaeton", + "Album": "Forever alone" + }, + { + "Number": 3, + "Title": "Gentle Dream", + "Released": "24 Aug 2019", + "Genre": "Crunk reggaeton", + "Album": "Forever alone" + }, + { + "Number": 4, + "Title": "Furious River", + "Released": "24 Apr 2019", + "Genre": "ethno-tunes", + "Album": "Forever alone" + }, + { + "Number": 5, + "Title": "Wild Whisper", + "Released": "09 Mar 2019", + "Genre": "ethno-tunes", + "Album": "Forever alone" + }, + { + "Number": 6, + "Title": "Whisper of Sky", + "Released": "24 Jul 2019", + "Genre": "Crunk reggaeton", + "Album": "Forever alone" + }, + { + "Number": 7, + "Title": "Lonely Storm", + "Released": "01 May 2019", + "Genre": "Crunk reggaeton", + "Album": "Forever alone" + }, + { + "Number": 8, + "Title": "Dancing in the River", + "Released": "17 Dec 2019", + "Genre": "*", + "Album": "Forever alone" + }, + { + "Number": 9, + "Title": "Electric Fire", + "Released": "17 Oct 2019", + "Genre": "Electro house Electropop", + "Album": "Forever alone" + }, + { + "Number": 10, + "Title": "Electric Sky", + "Released": "25 Sep 2019", + "Genre": "ethno-tunes", + "Album": "Forever alone" + } ] } ] @@ -1371,7 +2340,76 @@ "USBillboard200": 35, "Artist": "Peter Taylor", "Songs": [ - + { + "Number": 1, + "Title": "Calling in the Dream", + "Released": "01 Aug 2019", + "Genre": "R&B", + "Album": "Decisions decisions" + }, + { + "Number": 2, + "Title": "Electric Burning", + "Released": "10 Sep 2019", + "Genre": "Electro house Electropop", + "Album": "Decisions decisions" + }, + { + "Number": 3, + "Title": "Dark Flying", + "Released": "28 Apr 2019", + "Genre": "*", + "Album": "Decisions decisions" + }, + { + "Number": 4, + "Title": "Gentle Sky", + "Released": "20 Nov 2019", + "Genre": "ethno-tunes", + "Album": "Decisions decisions" + }, + { + "Number": 5, + "Title": "Gentle Calling", + "Released": "13 Jan 2019", + "Genre": "Crunk reggaeton", + "Album": "Decisions decisions" + }, + { + "Number": 6, + "Title": "Golden Falling", + "Released": "14 Feb 2019", + "Genre": "Crunk reggaeton", + "Album": "Decisions decisions" + }, + { + "Number": 7, + "Title": "Silent River", + "Released": "13 Feb 2019", + "Genre": "R&B", + "Album": "Decisions decisions" + }, + { + "Number": 8, + "Title": "Furious Calling", + "Released": "11 Jun 2019", + "Genre": "Synth-pop R&B", + "Album": "Decisions decisions" + }, + { + "Number": 9, + "Title": "Running in the Echo", + "Released": "06 Nov 2019", + "Genre": "Electro house Electropop", + "Album": "Decisions decisions" + }, + { + "Number": 10, + "Title": "Furious River", + "Released": "12 Mar 2019", + "Genre": "*", + "Album": "Decisions decisions" + } ] }, { @@ -1381,7 +2419,76 @@ "USBillboard200": 89, "Artist": "Peter Taylor", "Songs": [ - + { + "Number": 1, + "Title": "Dark Crying", + "Released": "27 Apr 2019", + "Genre": "Electro house Electropop", + "Album": "Climate changed" + }, + { + "Number": 2, + "Title": "Dark Waiting", + "Released": "14 Nov 2019", + "Genre": "Synth-pop R&B", + "Album": "Climate changed" + }, + { + "Number": 3, + "Title": "Furious Waiting", + "Released": "23 May 2019", + "Genre": "*", + "Album": "Climate changed" + }, + { + "Number": 4, + "Title": "Running in the Echo", + "Released": "29 Nov 2019", + "Genre": "Crunk reggaeton", + "Album": "Climate changed" + }, + { + "Number": 5, + "Title": "Dream of Sky", + "Released": "31 Oct 2019", + "Genre": "Crunk reggaeton", + "Album": "Climate changed" + }, + { + "Number": 6, + "Title": "Hiding in the Heart", + "Released": "09 Aug 2019", + "Genre": "R&B", + "Album": "Climate changed" + }, + { + "Number": 7, + "Title": "Sky of Storm", + "Released": "01 Jun 2019", + "Genre": "R&B", + "Album": "Climate changed" + }, + { + "Number": 8, + "Title": "Light of Storm", + "Released": "17 Jan 2020", + "Genre": "ethno-tunes", + "Album": "Climate changed" + }, + { + "Number": 9, + "Title": "Light of Sky", + "Released": "26 May 2019", + "Genre": "*", + "Album": "Climate changed" + }, + { + "Number": 10, + "Title": "Golden River", + "Released": "19 Jun 2019", + "Genre": "*", + "Album": "Climate changed" + } ] } ] diff --git a/samples/grids/hierarchical-grid/column-resizing/src/SingersData.json b/samples/grids/hierarchical-grid/column-resizing/src/SingersData.json index f7508f3c9a..75ec4ec561 100644 --- a/samples/grids/hierarchical-grid/column-resizing/src/SingersData.json +++ b/samples/grids/hierarchical-grid/column-resizing/src/SingersData.json @@ -78,7 +78,79 @@ "LaunchDate": "September 3, 2013", "BillboardReview": 86, "USBillboard200": 1, - "Artist": "Naomí Yepes" + "Artist": "Naomí Yepes", + "Songs": [ + { + "Number": 1, + "Title": "Lonely Falling", + "Released": "01 May 2019", + "Genre": "*", + "Album": "Initiation" + }, + { + "Number": 2, + "Title": "Bright Breaking", + "Released": "25 Jul 2019", + "Genre": "Electro house Electropop", + "Album": "Initiation" + }, + { + "Number": 3, + "Title": "River of Whisper", + "Released": "29 Jan 2020", + "Genre": "Electro house Electropop", + "Album": "Initiation" + }, + { + "Number": 4, + "Title": "Sky of Storm", + "Released": "07 May 2019", + "Genre": "Electro house Electropop", + "Album": "Initiation" + }, + { + "Number": 5, + "Title": "Electric River", + "Released": "20 Jan 2020", + "Genre": "R&B", + "Album": "Initiation" + }, + { + "Number": 6, + "Title": "Storm of Storm", + "Released": "01 Sep 2019", + "Genre": "Crunk reggaeton", + "Album": "Initiation" + }, + { + "Number": 7, + "Title": "Fire of Dream", + "Released": "12 Sep 2019", + "Genre": "Electro house Electropop", + "Album": "Initiation" + }, + { + "Number": 8, + "Title": "Burning in the Light", + "Released": "15 Apr 2019", + "Genre": "*", + "Album": "Initiation" + }, + { + "Number": 9, + "Title": "Burning in the Storm", + "Released": "10 Sep 2019", + "Genre": "Electro house Electropop", + "Album": "Initiation" + }, + { + "Number": 10, + "Title": "Shadow of Whisper", + "Released": "06 Jan 2019", + "Genre": "Crunk reggaeton", + "Album": "Initiation" + } + ] }, { "Album": "Dream Driven", @@ -90,7 +162,7 @@ { "Number": 1, "Title": "Intro", - "Released": false, + "Released": "10 Sep 2019", "Genre": "*", "Album": "Dream Driven" }, @@ -111,7 +183,7 @@ { "Number": 4, "Title": "Future past", - "Released": false, + "Released": "20 Sep 2011", "Genre": "*", "Album": "Dream Driven" }, @@ -132,14 +204,14 @@ { "Number": 7, "Title": "Stay where you are", - "Released": false, + "Released": "14 Sep 2013", "Genre": "*", "Album": "Dream Driven" }, { "Number": 8, "Title": "Imaginarium", - "Released": false, + "Released": "20 Sep 2021", "Genre": "*", "Album": "Dream Driven" }, @@ -153,21 +225,21 @@ { "Number": 10, "Title": "Shredded into pieces", - "Released": false, + "Released": "11 Sep 2015", "Genre": "*", "Album": "Dream Driven" }, { "Number": 11, "Title": "Capture this moment", - "Released": false, + "Released": "13 Sep 2016", "Genre": "*", "Album": "Dream Driven" }, { "Number": 12, "Title": "Dream Driven", - "Released": false, + "Released": "14 Sep 2014", "Genre": "*", "Album": "Dream Driven" } @@ -180,7 +252,76 @@ "USBillboard200": 2, "Artist": "Naomí Yepes", "Songs": [ - + { + "Number": 1, + "Title": "Calling in the Storm", + "Released": "12 Mar 2019", + "Genre": "Electro house Electropop", + "Album": "The dragon journey" + }, + { + "Number": 2, + "Title": "Hiding in the Dream", + "Released": "23 Mar 2019", + "Genre": "R&B", + "Album": "The dragon journey" + }, + { + "Number": 3, + "Title": "Electric Heart", + "Released": "17 Mar 2019", + "Genre": "ethno-tunes", + "Album": "The dragon journey" + }, + { + "Number": 4, + "Title": "Shadow of Echo", + "Released": "20 Feb 2019", + "Genre": "ethno-tunes", + "Album": "The dragon journey" + }, + { + "Number": 5, + "Title": "Flying in the Storm", + "Released": "08 Apr 2019", + "Genre": "R&B", + "Album": "The dragon journey" + }, + { + "Number": 6, + "Title": "Dark Waiting", + "Released": "20 Oct 2019", + "Genre": "Synth-pop R&B", + "Album": "The dragon journey" + }, + { + "Number": 7, + "Title": "Fire of River", + "Released": "20 Feb 2019", + "Genre": "Synth-pop R&B", + "Album": "The dragon journey" + }, + { + "Number": 8, + "Title": "Wild Crying", + "Released": "14 Jun 2019", + "Genre": "R&B", + "Album": "The dragon journey" + }, + { + "Number": 9, + "Title": "Bright Dancing", + "Released": "14 Mar 2019", + "Genre": "Electro house Electropop", + "Album": "The dragon journey" + }, + { + "Number": 10, + "Title": "Golden Waiting", + "Released": "12 Sep 2019", + "Genre": "Synth-pop R&B", + "Album": "The dragon journey" + } ] }, { @@ -276,7 +417,76 @@ "USBillboard200": 12, "Artist": "Naomí Yepes", "Songs": [ - + { + "Number": 1, + "Title": "Storm of Dream", + "Released": "05 Jan 2019", + "Genre": "*", + "Album": "Curiosity" + }, + { + "Number": 2, + "Title": "Echo of Dream", + "Released": "28 Jan 2019", + "Genre": "Synth-pop R&B", + "Album": "Curiosity" + }, + { + "Number": 3, + "Title": "Light of Shadow", + "Released": "07 Feb 2019", + "Genre": "Synth-pop R&B", + "Album": "Curiosity" + }, + { + "Number": 4, + "Title": "Storm of Heart", + "Released": "05 Jan 2020", + "Genre": "Electro house Electropop", + "Album": "Curiosity" + }, + { + "Number": 5, + "Title": "Shadow of River", + "Released": "27 Feb 2019", + "Genre": "*", + "Album": "Curiosity" + }, + { + "Number": 6, + "Title": "Wicked Dancing", + "Released": "17 Jan 2020", + "Genre": "ethno-tunes", + "Album": "Curiosity" + }, + { + "Number": 7, + "Title": "River of Light", + "Released": "22 Feb 2019", + "Genre": "R&B", + "Album": "Curiosity" + }, + { + "Number": 8, + "Title": "Lonely Breaking", + "Released": "09 Sep 2019", + "Genre": "ethno-tunes", + "Album": "Curiosity" + }, + { + "Number": 9, + "Title": "Furious Flying", + "Released": "08 Jun 2019", + "Genre": "R&B", + "Album": "Curiosity" + }, + { + "Number": 10, + "Title": "Hiding in the Storm", + "Released": "27 May 2019", + "Genre": "Electro house Electropop", + "Album": "Curiosity" + } ] } ] @@ -513,7 +723,76 @@ "USBillboard200": 69, "Artist": "Ahmad Nazeri", "Songs": [ - + { + "Number": 1, + "Title": "Gentle Falling", + "Released": "26 Apr 2019", + "Genre": "Crunk reggaeton", + "Album": "Emergency" + }, + { + "Number": 2, + "Title": "Calling in the Fire", + "Released": "03 Sep 2019", + "Genre": "ethno-tunes", + "Album": "Emergency" + }, + { + "Number": 3, + "Title": "Fire of Shadow", + "Released": "05 Jan 2019", + "Genre": "ethno-tunes", + "Album": "Emergency" + }, + { + "Number": 4, + "Title": "Dancing in the Dream", + "Released": "15 Apr 2019", + "Genre": "R&B", + "Album": "Emergency" + }, + { + "Number": 5, + "Title": "Calling in the Shadow", + "Released": "09 Oct 2019", + "Genre": "R&B", + "Album": "Emergency" + }, + { + "Number": 6, + "Title": "Falling in the Sky", + "Released": "08 Mar 2019", + "Genre": "ethno-tunes", + "Album": "Emergency" + }, + { + "Number": 7, + "Title": "Calling in the Storm", + "Released": "05 Dec 2019", + "Genre": "ethno-tunes", + "Album": "Emergency" + }, + { + "Number": 8, + "Title": "Falling in the River", + "Released": "19 Aug 2019", + "Genre": "Electro house Electropop", + "Album": "Emergency" + }, + { + "Number": 9, + "Title": "Electric Fire", + "Released": "30 Nov 2019", + "Genre": "Crunk reggaeton", + "Album": "Emergency" + }, + { + "Number": 10, + "Title": "Lonely River", + "Released": "11 Nov 2019", + "Genre": "Electro house Electropop", + "Album": "Emergency" + } ] }, { @@ -523,7 +802,76 @@ "USBillboard200": 39, "Artist": "Ahmad Nazeri", "Songs": [ - + { + "Number": 1, + "Title": "Lonely Dream", + "Released": "11 Dec 2019", + "Genre": "ethno-tunes", + "Album": "Bursting bubbles" + }, + { + "Number": 2, + "Title": "Fire of River", + "Released": "01 Aug 2019", + "Genre": "Synth-pop R&B", + "Album": "Bursting bubbles" + }, + { + "Number": 3, + "Title": "Wicked Falling", + "Released": "25 Jan 2019", + "Genre": "*", + "Album": "Bursting bubbles" + }, + { + "Number": 4, + "Title": "Crying in the Shadow", + "Released": "04 Jan 2019", + "Genre": "Synth-pop R&B", + "Album": "Bursting bubbles" + }, + { + "Number": 5, + "Title": "Wild Burning", + "Released": "10 May 2019", + "Genre": "ethno-tunes", + "Album": "Bursting bubbles" + }, + { + "Number": 6, + "Title": "Waiting in the Heart", + "Released": "07 Aug 2019", + "Genre": "ethno-tunes", + "Album": "Bursting bubbles" + }, + { + "Number": 7, + "Title": "Fire of Fire", + "Released": "16 May 2019", + "Genre": "Electro house Electropop", + "Album": "Bursting bubbles" + }, + { + "Number": 8, + "Title": "Bright Heart", + "Released": "14 Mar 2019", + "Genre": "Synth-pop R&B", + "Album": "Bursting bubbles" + }, + { + "Number": 9, + "Title": "Lonely Fire", + "Released": "15 Oct 2019", + "Genre": "R&B", + "Album": "Bursting bubbles" + }, + { + "Number": 10, + "Title": "Sky of Dream", + "Released": "20 Jun 2019", + "Genre": "ethno-tunes", + "Album": "Bursting bubbles" + } ] } ] @@ -547,7 +895,76 @@ "USBillboard200": 1, "Artist": "Kimmy McIlmorie", "Songs": [ - + { + "Number": 1, + "Title": "Storm of Sky", + "Released": "04 Mar 2019", + "Genre": "ethno-tunes", + "Album": "Here we go again" + }, + { + "Number": 2, + "Title": "Dream of Shadow", + "Released": "03 Jan 2019", + "Genre": "ethno-tunes", + "Album": "Here we go again" + }, + { + "Number": 3, + "Title": "Dream of Shadow", + "Released": "19 Dec 2019", + "Genre": "Electro house Electropop", + "Album": "Here we go again" + }, + { + "Number": 4, + "Title": "Golden Fire", + "Released": "20 Jan 2019", + "Genre": "R&B", + "Album": "Here we go again" + }, + { + "Number": 5, + "Title": "Running in the Light", + "Released": "03 Jan 2020", + "Genre": "Synth-pop R&B", + "Album": "Here we go again" + }, + { + "Number": 6, + "Title": "Flying in the Heart", + "Released": "17 Jan 2019", + "Genre": "*", + "Album": "Here we go again" + }, + { + "Number": 7, + "Title": "Fire of Storm", + "Released": "26 Jan 2019", + "Genre": "ethno-tunes", + "Album": "Here we go again" + }, + { + "Number": 8, + "Title": "Calling in the Sky", + "Released": "28 Oct 2019", + "Genre": "Synth-pop R&B", + "Album": "Here we go again" + }, + { + "Number": 9, + "Title": "Flying in the Shadow", + "Released": "30 Mar 2019", + "Genre": "ethno-tunes", + "Album": "Here we go again" + }, + { + "Number": 10, + "Title": "Golden Dancing", + "Released": "12 Oct 2019", + "Genre": "ethno-tunes", + "Album": "Here we go again" + } ] } ] @@ -771,7 +1188,76 @@ "USBillboard200": 85, "Artist": "Izabella Tabakova", "Songs": [ - + { + "Number": 1, + "Title": "Hiding in the Light", + "Released": "24 Jan 2019", + "Genre": "Synth-pop R&B", + "Album": "Dark matters" + }, + { + "Number": 2, + "Title": "Furious River", + "Released": "13 Jan 2020", + "Genre": "Electro house Electropop", + "Album": "Dark matters" + }, + { + "Number": 3, + "Title": "Wild Crying", + "Released": "27 Feb 2019", + "Genre": "Electro house Electropop", + "Album": "Dark matters" + }, + { + "Number": 4, + "Title": "Light of Dream", + "Released": "01 Jun 2019", + "Genre": "Crunk reggaeton", + "Album": "Dark matters" + }, + { + "Number": 5, + "Title": "Light of Dream", + "Released": "24 Aug 2019", + "Genre": "*", + "Album": "Dark matters" + }, + { + "Number": 6, + "Title": "Storm of Light", + "Released": "26 Feb 2019", + "Genre": "*", + "Album": "Dark matters" + }, + { + "Number": 7, + "Title": "Dark Storm", + "Released": "18 Jan 2020", + "Genre": "R&B", + "Album": "Dark matters" + }, + { + "Number": 8, + "Title": "Dark Calling", + "Released": "20 Mar 2019", + "Genre": "Crunk reggaeton", + "Album": "Dark matters" + }, + { + "Number": 9, + "Title": "Sky of Whisper", + "Released": "30 Jan 2019", + "Genre": "ethno-tunes", + "Album": "Dark matters" + }, + { + "Number": 10, + "Title": "Dancing in the Light", + "Released": "28 Nov 2019", + "Genre": "Synth-pop R&B", + "Album": "Dark matters" + } ] } ] @@ -795,7 +1281,76 @@ "USBillboard200": 5, "Artist": "Nguyễn Diệp Chi", "Songs": [ - + { + "Number": 1, + "Title": "Echo of River", + "Released": "05 Mar 2019", + "Genre": "Synth-pop R&B", + "Album": "Library of liberty" + }, + { + "Number": 2, + "Title": "Heart of River", + "Released": "12 Jan 2020", + "Genre": "Electro house Electropop", + "Album": "Library of liberty" + }, + { + "Number": 3, + "Title": "Dark Light", + "Released": "09 Aug 2019", + "Genre": "Electro house Electropop", + "Album": "Library of liberty" + }, + { + "Number": 4, + "Title": "Dark Fire", + "Released": "22 Jun 2019", + "Genre": "R&B", + "Album": "Library of liberty" + }, + { + "Number": 5, + "Title": "Flying in the Fire", + "Released": "22 Jul 2019", + "Genre": "*", + "Album": "Library of liberty" + }, + { + "Number": 6, + "Title": "Shadow of Heart", + "Released": "02 Jan 2020", + "Genre": "*", + "Album": "Library of liberty" + }, + { + "Number": 7, + "Title": "Fire of Fire", + "Released": "27 Jan 2019", + "Genre": "*", + "Album": "Library of liberty" + }, + { + "Number": 8, + "Title": "Falling in the River", + "Released": "05 Aug 2019", + "Genre": "Crunk reggaeton", + "Album": "Library of liberty" + }, + { + "Number": 9, + "Title": "Fire of Light", + "Released": "31 Dec 2019", + "Genre": "ethno-tunes", + "Album": "Library of liberty" + }, + { + "Number": 10, + "Title": "Bright Flying", + "Released": "24 Jan 2019", + "Genre": "*", + "Album": "Library of liberty" + } ] } ] @@ -819,7 +1374,76 @@ "USBillboard200": 29, "Artist": "Eva Lee", "Songs": [ - + { + "Number": 1, + "Title": "Dancing in the Shadow", + "Released": "02 Aug 2019", + "Genre": "ethno-tunes", + "Album": "Just a tease" + }, + { + "Number": 2, + "Title": "Silent Whisper", + "Released": "09 Jul 2019", + "Genre": "*", + "Album": "Just a tease" + }, + { + "Number": 3, + "Title": "Crying in the Whisper", + "Released": "30 May 2019", + "Genre": "Crunk reggaeton", + "Album": "Just a tease" + }, + { + "Number": 4, + "Title": "River of Light", + "Released": "10 Jan 2019", + "Genre": "Electro house Electropop", + "Album": "Just a tease" + }, + { + "Number": 5, + "Title": "Golden River", + "Released": "15 Nov 2019", + "Genre": "*", + "Album": "Just a tease" + }, + { + "Number": 6, + "Title": "Burning in the Shadow", + "Released": "18 Apr 2019", + "Genre": "Crunk reggaeton", + "Album": "Just a tease" + }, + { + "Number": 7, + "Title": "Shadow of Sky", + "Released": "06 Sep 2019", + "Genre": "Crunk reggaeton", + "Album": "Just a tease" + }, + { + "Number": 8, + "Title": "Gentle Waiting", + "Released": "05 Dec 2019", + "Genre": "R&B", + "Album": "Just a tease" + }, + { + "Number": 9, + "Title": "Bright River", + "Released": "27 Jan 2020", + "Genre": "R&B", + "Album": "Just a tease" + }, + { + "Number": 10, + "Title": "Heart of Storm", + "Released": "07 Jan 2019", + "Genre": "Synth-pop R&B", + "Album": "Just a tease" + } ] } ] @@ -1046,7 +1670,76 @@ "USBillboard200": 98, "Artist": "Pablo Cambeiro", "Songs": [ - + { + "Number": 1, + "Title": "Dancing in the Echo", + "Released": "03 Oct 2019", + "Genre": "Crunk reggaeton", + "Album": "Fluke" + }, + { + "Number": 2, + "Title": "Dream of Dream", + "Released": "03 Mar 2019", + "Genre": "*", + "Album": "Fluke" + }, + { + "Number": 3, + "Title": "Calling in the Echo", + "Released": "16 Sep 2019", + "Genre": "*", + "Album": "Fluke" + }, + { + "Number": 4, + "Title": "Light of Light", + "Released": "25 May 2019", + "Genre": "Electro house Electropop", + "Album": "Fluke" + }, + { + "Number": 5, + "Title": "Bright Light", + "Released": "21 Mar 2019", + "Genre": "R&B", + "Album": "Fluke" + }, + { + "Number": 6, + "Title": "Storm of Echo", + "Released": "17 Jul 2019", + "Genre": "Synth-pop R&B", + "Album": "Fluke" + }, + { + "Number": 7, + "Title": "Lonely Calling", + "Released": "10 Apr 2019", + "Genre": "ethno-tunes", + "Album": "Fluke" + }, + { + "Number": 8, + "Title": "Gentle Falling", + "Released": "28 Nov 2019", + "Genre": "Synth-pop R&B", + "Album": "Fluke" + }, + { + "Number": 9, + "Title": "Wild Flying", + "Released": "26 Nov 2019", + "Genre": "Crunk reggaeton", + "Album": "Fluke" + }, + { + "Number": 10, + "Title": "Sky of Dream", + "Released": "29 May 2019", + "Genre": "R&B", + "Album": "Fluke" + } ] }, { @@ -1142,7 +1835,76 @@ "USBillboard200": 77, "Artist": "Athar Malakooti", "Songs": [ - + { + "Number": 1, + "Title": "Hiding in the Whisper", + "Released": "03 Apr 2019", + "Genre": "R&B", + "Album": "Pushing up daisies" + }, + { + "Number": 2, + "Title": "Wicked Light", + "Released": "21 Aug 2019", + "Genre": "R&B", + "Album": "Pushing up daisies" + }, + { + "Number": 3, + "Title": "Flying in the River", + "Released": "03 Feb 2020", + "Genre": "Synth-pop R&B", + "Album": "Pushing up daisies" + }, + { + "Number": 4, + "Title": "Wicked Hiding", + "Released": "15 Sep 2019", + "Genre": "Synth-pop R&B", + "Album": "Pushing up daisies" + }, + { + "Number": 5, + "Title": "Lonely Light", + "Released": "13 May 2019", + "Genre": "Electro house Electropop", + "Album": "Pushing up daisies" + }, + { + "Number": 6, + "Title": "Bright Dancing", + "Released": "10 Apr 2019", + "Genre": "Synth-pop R&B", + "Album": "Pushing up daisies" + }, + { + "Number": 7, + "Title": "Gentle Dream", + "Released": "21 May 2019", + "Genre": "*", + "Album": "Pushing up daisies" + }, + { + "Number": 8, + "Title": "Sky of Echo", + "Released": "09 Jun 2019", + "Genre": "Synth-pop R&B", + "Album": "Pushing up daisies" + }, + { + "Number": 9, + "Title": "Breaking in the Sky", + "Released": "27 Dec 2019", + "Genre": "Crunk reggaeton", + "Album": "Pushing up daisies" + }, + { + "Number": 10, + "Title": "Whisper of Shadow", + "Released": "04 Jan 2019", + "Genre": "ethno-tunes", + "Album": "Pushing up daisies" + } ] } ] @@ -1179,7 +1941,76 @@ "USBillboard200": 9, "Artist": "Marti Valencia", "Songs": [ - + { + "Number": 1, + "Title": "Hiding in the Sky", + "Released": "26 Nov 2019", + "Genre": "Synth-pop R&B", + "Album": "Nemesis" + }, + { + "Number": 2, + "Title": "Waiting in the Echo", + "Released": "10 Jul 2019", + "Genre": "ethno-tunes", + "Album": "Nemesis" + }, + { + "Number": 3, + "Title": "Wicked Shadow", + "Released": "29 Jul 2019", + "Genre": "Synth-pop R&B", + "Album": "Nemesis" + }, + { + "Number": 4, + "Title": "Crying in the Whisper", + "Released": "09 Apr 2019", + "Genre": "*", + "Album": "Nemesis" + }, + { + "Number": 5, + "Title": "Echo of Storm", + "Released": "19 Nov 2019", + "Genre": "Crunk reggaeton", + "Album": "Nemesis" + }, + { + "Number": 6, + "Title": "Shadow of Sky", + "Released": "24 Jul 2019", + "Genre": "Crunk reggaeton", + "Album": "Nemesis" + }, + { + "Number": 7, + "Title": "Golden Hiding", + "Released": "12 Dec 2019", + "Genre": "Electro house Electropop", + "Album": "Nemesis" + }, + { + "Number": 8, + "Title": "Wild Dancing", + "Released": "17 Aug 2019", + "Genre": "Synth-pop R&B", + "Album": "Nemesis" + }, + { + "Number": 9, + "Title": "Bright Burning", + "Released": "30 Aug 2019", + "Genre": "Electro house Electropop", + "Album": "Nemesis" + }, + { + "Number": 10, + "Title": "Flying in the River", + "Released": "02 Sep 2019", + "Genre": "*", + "Album": "Nemesis" + } ] }, { @@ -1282,7 +2113,76 @@ "USBillboard200": 37, "Artist": "Marti Valencia", "Songs": [ - + { + "Number": 1, + "Title": "Wild River", + "Released": "11 Jan 2019", + "Genre": "*", + "Album": "God's advocate" + }, + { + "Number": 2, + "Title": "Wicked Whisper", + "Released": "16 Feb 2019", + "Genre": "Electro house Electropop", + "Album": "God's advocate" + }, + { + "Number": 3, + "Title": "Storm of Heart", + "Released": "11 Aug 2019", + "Genre": "*", + "Album": "God's advocate" + }, + { + "Number": 4, + "Title": "Golden Dancing", + "Released": "02 Mar 2019", + "Genre": "Crunk reggaeton", + "Album": "God's advocate" + }, + { + "Number": 5, + "Title": "Calling in the Sky", + "Released": "10 Sep 2019", + "Genre": "Electro house Electropop", + "Album": "God's advocate" + }, + { + "Number": 6, + "Title": "Calling in the Heart", + "Released": "12 Jan 2019", + "Genre": "ethno-tunes", + "Album": "God's advocate" + }, + { + "Number": 7, + "Title": "Running in the Storm", + "Released": "10 Nov 2019", + "Genre": "Synth-pop R&B", + "Album": "God's advocate" + }, + { + "Number": 8, + "Title": "Wild Sky", + "Released": "10 Apr 2019", + "Genre": "R&B", + "Album": "God's advocate" + }, + { + "Number": 9, + "Title": "Crying in the Shadow", + "Released": "02 Mar 2019", + "Genre": "R&B", + "Album": "God's advocate" + }, + { + "Number": 10, + "Title": "Whisper of River", + "Released": "12 May 2019", + "Genre": "*", + "Album": "God's advocate" + } ] } ] @@ -1306,7 +2206,76 @@ "USBillboard200": 7, "Artist": "Alicia Stanger", "Songs": [ - + { + "Number": 1, + "Title": "Shadow of Light", + "Released": "24 Mar 2019", + "Genre": "ethno-tunes", + "Album": "Forever alone" + }, + { + "Number": 2, + "Title": "Running in the Echo", + "Released": "03 May 2019", + "Genre": "Crunk reggaeton", + "Album": "Forever alone" + }, + { + "Number": 3, + "Title": "Gentle Dream", + "Released": "24 Aug 2019", + "Genre": "Crunk reggaeton", + "Album": "Forever alone" + }, + { + "Number": 4, + "Title": "Furious River", + "Released": "24 Apr 2019", + "Genre": "ethno-tunes", + "Album": "Forever alone" + }, + { + "Number": 5, + "Title": "Wild Whisper", + "Released": "09 Mar 2019", + "Genre": "ethno-tunes", + "Album": "Forever alone" + }, + { + "Number": 6, + "Title": "Whisper of Sky", + "Released": "24 Jul 2019", + "Genre": "Crunk reggaeton", + "Album": "Forever alone" + }, + { + "Number": 7, + "Title": "Lonely Storm", + "Released": "01 May 2019", + "Genre": "Crunk reggaeton", + "Album": "Forever alone" + }, + { + "Number": 8, + "Title": "Dancing in the River", + "Released": "17 Dec 2019", + "Genre": "*", + "Album": "Forever alone" + }, + { + "Number": 9, + "Title": "Electric Fire", + "Released": "17 Oct 2019", + "Genre": "Electro house Electropop", + "Album": "Forever alone" + }, + { + "Number": 10, + "Title": "Electric Sky", + "Released": "25 Sep 2019", + "Genre": "ethno-tunes", + "Album": "Forever alone" + } ] } ] @@ -1371,7 +2340,76 @@ "USBillboard200": 35, "Artist": "Peter Taylor", "Songs": [ - + { + "Number": 1, + "Title": "Calling in the Dream", + "Released": "01 Aug 2019", + "Genre": "R&B", + "Album": "Decisions decisions" + }, + { + "Number": 2, + "Title": "Electric Burning", + "Released": "10 Sep 2019", + "Genre": "Electro house Electropop", + "Album": "Decisions decisions" + }, + { + "Number": 3, + "Title": "Dark Flying", + "Released": "28 Apr 2019", + "Genre": "*", + "Album": "Decisions decisions" + }, + { + "Number": 4, + "Title": "Gentle Sky", + "Released": "20 Nov 2019", + "Genre": "ethno-tunes", + "Album": "Decisions decisions" + }, + { + "Number": 5, + "Title": "Gentle Calling", + "Released": "13 Jan 2019", + "Genre": "Crunk reggaeton", + "Album": "Decisions decisions" + }, + { + "Number": 6, + "Title": "Golden Falling", + "Released": "14 Feb 2019", + "Genre": "Crunk reggaeton", + "Album": "Decisions decisions" + }, + { + "Number": 7, + "Title": "Silent River", + "Released": "13 Feb 2019", + "Genre": "R&B", + "Album": "Decisions decisions" + }, + { + "Number": 8, + "Title": "Furious Calling", + "Released": "11 Jun 2019", + "Genre": "Synth-pop R&B", + "Album": "Decisions decisions" + }, + { + "Number": 9, + "Title": "Running in the Echo", + "Released": "06 Nov 2019", + "Genre": "Electro house Electropop", + "Album": "Decisions decisions" + }, + { + "Number": 10, + "Title": "Furious River", + "Released": "12 Mar 2019", + "Genre": "*", + "Album": "Decisions decisions" + } ] }, { @@ -1381,7 +2419,76 @@ "USBillboard200": 89, "Artist": "Peter Taylor", "Songs": [ - + { + "Number": 1, + "Title": "Dark Crying", + "Released": "27 Apr 2019", + "Genre": "Electro house Electropop", + "Album": "Climate changed" + }, + { + "Number": 2, + "Title": "Dark Waiting", + "Released": "14 Nov 2019", + "Genre": "Synth-pop R&B", + "Album": "Climate changed" + }, + { + "Number": 3, + "Title": "Furious Waiting", + "Released": "23 May 2019", + "Genre": "*", + "Album": "Climate changed" + }, + { + "Number": 4, + "Title": "Running in the Echo", + "Released": "29 Nov 2019", + "Genre": "Crunk reggaeton", + "Album": "Climate changed" + }, + { + "Number": 5, + "Title": "Dream of Sky", + "Released": "31 Oct 2019", + "Genre": "Crunk reggaeton", + "Album": "Climate changed" + }, + { + "Number": 6, + "Title": "Hiding in the Heart", + "Released": "09 Aug 2019", + "Genre": "R&B", + "Album": "Climate changed" + }, + { + "Number": 7, + "Title": "Sky of Storm", + "Released": "01 Jun 2019", + "Genre": "R&B", + "Album": "Climate changed" + }, + { + "Number": 8, + "Title": "Light of Storm", + "Released": "17 Jan 2020", + "Genre": "ethno-tunes", + "Album": "Climate changed" + }, + { + "Number": 9, + "Title": "Light of Sky", + "Released": "26 May 2019", + "Genre": "*", + "Album": "Climate changed" + }, + { + "Number": 10, + "Title": "Golden River", + "Released": "19 Jun 2019", + "Genre": "*", + "Album": "Climate changed" + } ] } ] diff --git a/samples/grids/hierarchical-grid/column-selection-mode/src/SingersData.json b/samples/grids/hierarchical-grid/column-selection-mode/src/SingersData.json index f7508f3c9a..75ec4ec561 100644 --- a/samples/grids/hierarchical-grid/column-selection-mode/src/SingersData.json +++ b/samples/grids/hierarchical-grid/column-selection-mode/src/SingersData.json @@ -78,7 +78,79 @@ "LaunchDate": "September 3, 2013", "BillboardReview": 86, "USBillboard200": 1, - "Artist": "Naomí Yepes" + "Artist": "Naomí Yepes", + "Songs": [ + { + "Number": 1, + "Title": "Lonely Falling", + "Released": "01 May 2019", + "Genre": "*", + "Album": "Initiation" + }, + { + "Number": 2, + "Title": "Bright Breaking", + "Released": "25 Jul 2019", + "Genre": "Electro house Electropop", + "Album": "Initiation" + }, + { + "Number": 3, + "Title": "River of Whisper", + "Released": "29 Jan 2020", + "Genre": "Electro house Electropop", + "Album": "Initiation" + }, + { + "Number": 4, + "Title": "Sky of Storm", + "Released": "07 May 2019", + "Genre": "Electro house Electropop", + "Album": "Initiation" + }, + { + "Number": 5, + "Title": "Electric River", + "Released": "20 Jan 2020", + "Genre": "R&B", + "Album": "Initiation" + }, + { + "Number": 6, + "Title": "Storm of Storm", + "Released": "01 Sep 2019", + "Genre": "Crunk reggaeton", + "Album": "Initiation" + }, + { + "Number": 7, + "Title": "Fire of Dream", + "Released": "12 Sep 2019", + "Genre": "Electro house Electropop", + "Album": "Initiation" + }, + { + "Number": 8, + "Title": "Burning in the Light", + "Released": "15 Apr 2019", + "Genre": "*", + "Album": "Initiation" + }, + { + "Number": 9, + "Title": "Burning in the Storm", + "Released": "10 Sep 2019", + "Genre": "Electro house Electropop", + "Album": "Initiation" + }, + { + "Number": 10, + "Title": "Shadow of Whisper", + "Released": "06 Jan 2019", + "Genre": "Crunk reggaeton", + "Album": "Initiation" + } + ] }, { "Album": "Dream Driven", @@ -90,7 +162,7 @@ { "Number": 1, "Title": "Intro", - "Released": false, + "Released": "10 Sep 2019", "Genre": "*", "Album": "Dream Driven" }, @@ -111,7 +183,7 @@ { "Number": 4, "Title": "Future past", - "Released": false, + "Released": "20 Sep 2011", "Genre": "*", "Album": "Dream Driven" }, @@ -132,14 +204,14 @@ { "Number": 7, "Title": "Stay where you are", - "Released": false, + "Released": "14 Sep 2013", "Genre": "*", "Album": "Dream Driven" }, { "Number": 8, "Title": "Imaginarium", - "Released": false, + "Released": "20 Sep 2021", "Genre": "*", "Album": "Dream Driven" }, @@ -153,21 +225,21 @@ { "Number": 10, "Title": "Shredded into pieces", - "Released": false, + "Released": "11 Sep 2015", "Genre": "*", "Album": "Dream Driven" }, { "Number": 11, "Title": "Capture this moment", - "Released": false, + "Released": "13 Sep 2016", "Genre": "*", "Album": "Dream Driven" }, { "Number": 12, "Title": "Dream Driven", - "Released": false, + "Released": "14 Sep 2014", "Genre": "*", "Album": "Dream Driven" } @@ -180,7 +252,76 @@ "USBillboard200": 2, "Artist": "Naomí Yepes", "Songs": [ - + { + "Number": 1, + "Title": "Calling in the Storm", + "Released": "12 Mar 2019", + "Genre": "Electro house Electropop", + "Album": "The dragon journey" + }, + { + "Number": 2, + "Title": "Hiding in the Dream", + "Released": "23 Mar 2019", + "Genre": "R&B", + "Album": "The dragon journey" + }, + { + "Number": 3, + "Title": "Electric Heart", + "Released": "17 Mar 2019", + "Genre": "ethno-tunes", + "Album": "The dragon journey" + }, + { + "Number": 4, + "Title": "Shadow of Echo", + "Released": "20 Feb 2019", + "Genre": "ethno-tunes", + "Album": "The dragon journey" + }, + { + "Number": 5, + "Title": "Flying in the Storm", + "Released": "08 Apr 2019", + "Genre": "R&B", + "Album": "The dragon journey" + }, + { + "Number": 6, + "Title": "Dark Waiting", + "Released": "20 Oct 2019", + "Genre": "Synth-pop R&B", + "Album": "The dragon journey" + }, + { + "Number": 7, + "Title": "Fire of River", + "Released": "20 Feb 2019", + "Genre": "Synth-pop R&B", + "Album": "The dragon journey" + }, + { + "Number": 8, + "Title": "Wild Crying", + "Released": "14 Jun 2019", + "Genre": "R&B", + "Album": "The dragon journey" + }, + { + "Number": 9, + "Title": "Bright Dancing", + "Released": "14 Mar 2019", + "Genre": "Electro house Electropop", + "Album": "The dragon journey" + }, + { + "Number": 10, + "Title": "Golden Waiting", + "Released": "12 Sep 2019", + "Genre": "Synth-pop R&B", + "Album": "The dragon journey" + } ] }, { @@ -276,7 +417,76 @@ "USBillboard200": 12, "Artist": "Naomí Yepes", "Songs": [ - + { + "Number": 1, + "Title": "Storm of Dream", + "Released": "05 Jan 2019", + "Genre": "*", + "Album": "Curiosity" + }, + { + "Number": 2, + "Title": "Echo of Dream", + "Released": "28 Jan 2019", + "Genre": "Synth-pop R&B", + "Album": "Curiosity" + }, + { + "Number": 3, + "Title": "Light of Shadow", + "Released": "07 Feb 2019", + "Genre": "Synth-pop R&B", + "Album": "Curiosity" + }, + { + "Number": 4, + "Title": "Storm of Heart", + "Released": "05 Jan 2020", + "Genre": "Electro house Electropop", + "Album": "Curiosity" + }, + { + "Number": 5, + "Title": "Shadow of River", + "Released": "27 Feb 2019", + "Genre": "*", + "Album": "Curiosity" + }, + { + "Number": 6, + "Title": "Wicked Dancing", + "Released": "17 Jan 2020", + "Genre": "ethno-tunes", + "Album": "Curiosity" + }, + { + "Number": 7, + "Title": "River of Light", + "Released": "22 Feb 2019", + "Genre": "R&B", + "Album": "Curiosity" + }, + { + "Number": 8, + "Title": "Lonely Breaking", + "Released": "09 Sep 2019", + "Genre": "ethno-tunes", + "Album": "Curiosity" + }, + { + "Number": 9, + "Title": "Furious Flying", + "Released": "08 Jun 2019", + "Genre": "R&B", + "Album": "Curiosity" + }, + { + "Number": 10, + "Title": "Hiding in the Storm", + "Released": "27 May 2019", + "Genre": "Electro house Electropop", + "Album": "Curiosity" + } ] } ] @@ -513,7 +723,76 @@ "USBillboard200": 69, "Artist": "Ahmad Nazeri", "Songs": [ - + { + "Number": 1, + "Title": "Gentle Falling", + "Released": "26 Apr 2019", + "Genre": "Crunk reggaeton", + "Album": "Emergency" + }, + { + "Number": 2, + "Title": "Calling in the Fire", + "Released": "03 Sep 2019", + "Genre": "ethno-tunes", + "Album": "Emergency" + }, + { + "Number": 3, + "Title": "Fire of Shadow", + "Released": "05 Jan 2019", + "Genre": "ethno-tunes", + "Album": "Emergency" + }, + { + "Number": 4, + "Title": "Dancing in the Dream", + "Released": "15 Apr 2019", + "Genre": "R&B", + "Album": "Emergency" + }, + { + "Number": 5, + "Title": "Calling in the Shadow", + "Released": "09 Oct 2019", + "Genre": "R&B", + "Album": "Emergency" + }, + { + "Number": 6, + "Title": "Falling in the Sky", + "Released": "08 Mar 2019", + "Genre": "ethno-tunes", + "Album": "Emergency" + }, + { + "Number": 7, + "Title": "Calling in the Storm", + "Released": "05 Dec 2019", + "Genre": "ethno-tunes", + "Album": "Emergency" + }, + { + "Number": 8, + "Title": "Falling in the River", + "Released": "19 Aug 2019", + "Genre": "Electro house Electropop", + "Album": "Emergency" + }, + { + "Number": 9, + "Title": "Electric Fire", + "Released": "30 Nov 2019", + "Genre": "Crunk reggaeton", + "Album": "Emergency" + }, + { + "Number": 10, + "Title": "Lonely River", + "Released": "11 Nov 2019", + "Genre": "Electro house Electropop", + "Album": "Emergency" + } ] }, { @@ -523,7 +802,76 @@ "USBillboard200": 39, "Artist": "Ahmad Nazeri", "Songs": [ - + { + "Number": 1, + "Title": "Lonely Dream", + "Released": "11 Dec 2019", + "Genre": "ethno-tunes", + "Album": "Bursting bubbles" + }, + { + "Number": 2, + "Title": "Fire of River", + "Released": "01 Aug 2019", + "Genre": "Synth-pop R&B", + "Album": "Bursting bubbles" + }, + { + "Number": 3, + "Title": "Wicked Falling", + "Released": "25 Jan 2019", + "Genre": "*", + "Album": "Bursting bubbles" + }, + { + "Number": 4, + "Title": "Crying in the Shadow", + "Released": "04 Jan 2019", + "Genre": "Synth-pop R&B", + "Album": "Bursting bubbles" + }, + { + "Number": 5, + "Title": "Wild Burning", + "Released": "10 May 2019", + "Genre": "ethno-tunes", + "Album": "Bursting bubbles" + }, + { + "Number": 6, + "Title": "Waiting in the Heart", + "Released": "07 Aug 2019", + "Genre": "ethno-tunes", + "Album": "Bursting bubbles" + }, + { + "Number": 7, + "Title": "Fire of Fire", + "Released": "16 May 2019", + "Genre": "Electro house Electropop", + "Album": "Bursting bubbles" + }, + { + "Number": 8, + "Title": "Bright Heart", + "Released": "14 Mar 2019", + "Genre": "Synth-pop R&B", + "Album": "Bursting bubbles" + }, + { + "Number": 9, + "Title": "Lonely Fire", + "Released": "15 Oct 2019", + "Genre": "R&B", + "Album": "Bursting bubbles" + }, + { + "Number": 10, + "Title": "Sky of Dream", + "Released": "20 Jun 2019", + "Genre": "ethno-tunes", + "Album": "Bursting bubbles" + } ] } ] @@ -547,7 +895,76 @@ "USBillboard200": 1, "Artist": "Kimmy McIlmorie", "Songs": [ - + { + "Number": 1, + "Title": "Storm of Sky", + "Released": "04 Mar 2019", + "Genre": "ethno-tunes", + "Album": "Here we go again" + }, + { + "Number": 2, + "Title": "Dream of Shadow", + "Released": "03 Jan 2019", + "Genre": "ethno-tunes", + "Album": "Here we go again" + }, + { + "Number": 3, + "Title": "Dream of Shadow", + "Released": "19 Dec 2019", + "Genre": "Electro house Electropop", + "Album": "Here we go again" + }, + { + "Number": 4, + "Title": "Golden Fire", + "Released": "20 Jan 2019", + "Genre": "R&B", + "Album": "Here we go again" + }, + { + "Number": 5, + "Title": "Running in the Light", + "Released": "03 Jan 2020", + "Genre": "Synth-pop R&B", + "Album": "Here we go again" + }, + { + "Number": 6, + "Title": "Flying in the Heart", + "Released": "17 Jan 2019", + "Genre": "*", + "Album": "Here we go again" + }, + { + "Number": 7, + "Title": "Fire of Storm", + "Released": "26 Jan 2019", + "Genre": "ethno-tunes", + "Album": "Here we go again" + }, + { + "Number": 8, + "Title": "Calling in the Sky", + "Released": "28 Oct 2019", + "Genre": "Synth-pop R&B", + "Album": "Here we go again" + }, + { + "Number": 9, + "Title": "Flying in the Shadow", + "Released": "30 Mar 2019", + "Genre": "ethno-tunes", + "Album": "Here we go again" + }, + { + "Number": 10, + "Title": "Golden Dancing", + "Released": "12 Oct 2019", + "Genre": "ethno-tunes", + "Album": "Here we go again" + } ] } ] @@ -771,7 +1188,76 @@ "USBillboard200": 85, "Artist": "Izabella Tabakova", "Songs": [ - + { + "Number": 1, + "Title": "Hiding in the Light", + "Released": "24 Jan 2019", + "Genre": "Synth-pop R&B", + "Album": "Dark matters" + }, + { + "Number": 2, + "Title": "Furious River", + "Released": "13 Jan 2020", + "Genre": "Electro house Electropop", + "Album": "Dark matters" + }, + { + "Number": 3, + "Title": "Wild Crying", + "Released": "27 Feb 2019", + "Genre": "Electro house Electropop", + "Album": "Dark matters" + }, + { + "Number": 4, + "Title": "Light of Dream", + "Released": "01 Jun 2019", + "Genre": "Crunk reggaeton", + "Album": "Dark matters" + }, + { + "Number": 5, + "Title": "Light of Dream", + "Released": "24 Aug 2019", + "Genre": "*", + "Album": "Dark matters" + }, + { + "Number": 6, + "Title": "Storm of Light", + "Released": "26 Feb 2019", + "Genre": "*", + "Album": "Dark matters" + }, + { + "Number": 7, + "Title": "Dark Storm", + "Released": "18 Jan 2020", + "Genre": "R&B", + "Album": "Dark matters" + }, + { + "Number": 8, + "Title": "Dark Calling", + "Released": "20 Mar 2019", + "Genre": "Crunk reggaeton", + "Album": "Dark matters" + }, + { + "Number": 9, + "Title": "Sky of Whisper", + "Released": "30 Jan 2019", + "Genre": "ethno-tunes", + "Album": "Dark matters" + }, + { + "Number": 10, + "Title": "Dancing in the Light", + "Released": "28 Nov 2019", + "Genre": "Synth-pop R&B", + "Album": "Dark matters" + } ] } ] @@ -795,7 +1281,76 @@ "USBillboard200": 5, "Artist": "Nguyễn Diệp Chi", "Songs": [ - + { + "Number": 1, + "Title": "Echo of River", + "Released": "05 Mar 2019", + "Genre": "Synth-pop R&B", + "Album": "Library of liberty" + }, + { + "Number": 2, + "Title": "Heart of River", + "Released": "12 Jan 2020", + "Genre": "Electro house Electropop", + "Album": "Library of liberty" + }, + { + "Number": 3, + "Title": "Dark Light", + "Released": "09 Aug 2019", + "Genre": "Electro house Electropop", + "Album": "Library of liberty" + }, + { + "Number": 4, + "Title": "Dark Fire", + "Released": "22 Jun 2019", + "Genre": "R&B", + "Album": "Library of liberty" + }, + { + "Number": 5, + "Title": "Flying in the Fire", + "Released": "22 Jul 2019", + "Genre": "*", + "Album": "Library of liberty" + }, + { + "Number": 6, + "Title": "Shadow of Heart", + "Released": "02 Jan 2020", + "Genre": "*", + "Album": "Library of liberty" + }, + { + "Number": 7, + "Title": "Fire of Fire", + "Released": "27 Jan 2019", + "Genre": "*", + "Album": "Library of liberty" + }, + { + "Number": 8, + "Title": "Falling in the River", + "Released": "05 Aug 2019", + "Genre": "Crunk reggaeton", + "Album": "Library of liberty" + }, + { + "Number": 9, + "Title": "Fire of Light", + "Released": "31 Dec 2019", + "Genre": "ethno-tunes", + "Album": "Library of liberty" + }, + { + "Number": 10, + "Title": "Bright Flying", + "Released": "24 Jan 2019", + "Genre": "*", + "Album": "Library of liberty" + } ] } ] @@ -819,7 +1374,76 @@ "USBillboard200": 29, "Artist": "Eva Lee", "Songs": [ - + { + "Number": 1, + "Title": "Dancing in the Shadow", + "Released": "02 Aug 2019", + "Genre": "ethno-tunes", + "Album": "Just a tease" + }, + { + "Number": 2, + "Title": "Silent Whisper", + "Released": "09 Jul 2019", + "Genre": "*", + "Album": "Just a tease" + }, + { + "Number": 3, + "Title": "Crying in the Whisper", + "Released": "30 May 2019", + "Genre": "Crunk reggaeton", + "Album": "Just a tease" + }, + { + "Number": 4, + "Title": "River of Light", + "Released": "10 Jan 2019", + "Genre": "Electro house Electropop", + "Album": "Just a tease" + }, + { + "Number": 5, + "Title": "Golden River", + "Released": "15 Nov 2019", + "Genre": "*", + "Album": "Just a tease" + }, + { + "Number": 6, + "Title": "Burning in the Shadow", + "Released": "18 Apr 2019", + "Genre": "Crunk reggaeton", + "Album": "Just a tease" + }, + { + "Number": 7, + "Title": "Shadow of Sky", + "Released": "06 Sep 2019", + "Genre": "Crunk reggaeton", + "Album": "Just a tease" + }, + { + "Number": 8, + "Title": "Gentle Waiting", + "Released": "05 Dec 2019", + "Genre": "R&B", + "Album": "Just a tease" + }, + { + "Number": 9, + "Title": "Bright River", + "Released": "27 Jan 2020", + "Genre": "R&B", + "Album": "Just a tease" + }, + { + "Number": 10, + "Title": "Heart of Storm", + "Released": "07 Jan 2019", + "Genre": "Synth-pop R&B", + "Album": "Just a tease" + } ] } ] @@ -1046,7 +1670,76 @@ "USBillboard200": 98, "Artist": "Pablo Cambeiro", "Songs": [ - + { + "Number": 1, + "Title": "Dancing in the Echo", + "Released": "03 Oct 2019", + "Genre": "Crunk reggaeton", + "Album": "Fluke" + }, + { + "Number": 2, + "Title": "Dream of Dream", + "Released": "03 Mar 2019", + "Genre": "*", + "Album": "Fluke" + }, + { + "Number": 3, + "Title": "Calling in the Echo", + "Released": "16 Sep 2019", + "Genre": "*", + "Album": "Fluke" + }, + { + "Number": 4, + "Title": "Light of Light", + "Released": "25 May 2019", + "Genre": "Electro house Electropop", + "Album": "Fluke" + }, + { + "Number": 5, + "Title": "Bright Light", + "Released": "21 Mar 2019", + "Genre": "R&B", + "Album": "Fluke" + }, + { + "Number": 6, + "Title": "Storm of Echo", + "Released": "17 Jul 2019", + "Genre": "Synth-pop R&B", + "Album": "Fluke" + }, + { + "Number": 7, + "Title": "Lonely Calling", + "Released": "10 Apr 2019", + "Genre": "ethno-tunes", + "Album": "Fluke" + }, + { + "Number": 8, + "Title": "Gentle Falling", + "Released": "28 Nov 2019", + "Genre": "Synth-pop R&B", + "Album": "Fluke" + }, + { + "Number": 9, + "Title": "Wild Flying", + "Released": "26 Nov 2019", + "Genre": "Crunk reggaeton", + "Album": "Fluke" + }, + { + "Number": 10, + "Title": "Sky of Dream", + "Released": "29 May 2019", + "Genre": "R&B", + "Album": "Fluke" + } ] }, { @@ -1142,7 +1835,76 @@ "USBillboard200": 77, "Artist": "Athar Malakooti", "Songs": [ - + { + "Number": 1, + "Title": "Hiding in the Whisper", + "Released": "03 Apr 2019", + "Genre": "R&B", + "Album": "Pushing up daisies" + }, + { + "Number": 2, + "Title": "Wicked Light", + "Released": "21 Aug 2019", + "Genre": "R&B", + "Album": "Pushing up daisies" + }, + { + "Number": 3, + "Title": "Flying in the River", + "Released": "03 Feb 2020", + "Genre": "Synth-pop R&B", + "Album": "Pushing up daisies" + }, + { + "Number": 4, + "Title": "Wicked Hiding", + "Released": "15 Sep 2019", + "Genre": "Synth-pop R&B", + "Album": "Pushing up daisies" + }, + { + "Number": 5, + "Title": "Lonely Light", + "Released": "13 May 2019", + "Genre": "Electro house Electropop", + "Album": "Pushing up daisies" + }, + { + "Number": 6, + "Title": "Bright Dancing", + "Released": "10 Apr 2019", + "Genre": "Synth-pop R&B", + "Album": "Pushing up daisies" + }, + { + "Number": 7, + "Title": "Gentle Dream", + "Released": "21 May 2019", + "Genre": "*", + "Album": "Pushing up daisies" + }, + { + "Number": 8, + "Title": "Sky of Echo", + "Released": "09 Jun 2019", + "Genre": "Synth-pop R&B", + "Album": "Pushing up daisies" + }, + { + "Number": 9, + "Title": "Breaking in the Sky", + "Released": "27 Dec 2019", + "Genre": "Crunk reggaeton", + "Album": "Pushing up daisies" + }, + { + "Number": 10, + "Title": "Whisper of Shadow", + "Released": "04 Jan 2019", + "Genre": "ethno-tunes", + "Album": "Pushing up daisies" + } ] } ] @@ -1179,7 +1941,76 @@ "USBillboard200": 9, "Artist": "Marti Valencia", "Songs": [ - + { + "Number": 1, + "Title": "Hiding in the Sky", + "Released": "26 Nov 2019", + "Genre": "Synth-pop R&B", + "Album": "Nemesis" + }, + { + "Number": 2, + "Title": "Waiting in the Echo", + "Released": "10 Jul 2019", + "Genre": "ethno-tunes", + "Album": "Nemesis" + }, + { + "Number": 3, + "Title": "Wicked Shadow", + "Released": "29 Jul 2019", + "Genre": "Synth-pop R&B", + "Album": "Nemesis" + }, + { + "Number": 4, + "Title": "Crying in the Whisper", + "Released": "09 Apr 2019", + "Genre": "*", + "Album": "Nemesis" + }, + { + "Number": 5, + "Title": "Echo of Storm", + "Released": "19 Nov 2019", + "Genre": "Crunk reggaeton", + "Album": "Nemesis" + }, + { + "Number": 6, + "Title": "Shadow of Sky", + "Released": "24 Jul 2019", + "Genre": "Crunk reggaeton", + "Album": "Nemesis" + }, + { + "Number": 7, + "Title": "Golden Hiding", + "Released": "12 Dec 2019", + "Genre": "Electro house Electropop", + "Album": "Nemesis" + }, + { + "Number": 8, + "Title": "Wild Dancing", + "Released": "17 Aug 2019", + "Genre": "Synth-pop R&B", + "Album": "Nemesis" + }, + { + "Number": 9, + "Title": "Bright Burning", + "Released": "30 Aug 2019", + "Genre": "Electro house Electropop", + "Album": "Nemesis" + }, + { + "Number": 10, + "Title": "Flying in the River", + "Released": "02 Sep 2019", + "Genre": "*", + "Album": "Nemesis" + } ] }, { @@ -1282,7 +2113,76 @@ "USBillboard200": 37, "Artist": "Marti Valencia", "Songs": [ - + { + "Number": 1, + "Title": "Wild River", + "Released": "11 Jan 2019", + "Genre": "*", + "Album": "God's advocate" + }, + { + "Number": 2, + "Title": "Wicked Whisper", + "Released": "16 Feb 2019", + "Genre": "Electro house Electropop", + "Album": "God's advocate" + }, + { + "Number": 3, + "Title": "Storm of Heart", + "Released": "11 Aug 2019", + "Genre": "*", + "Album": "God's advocate" + }, + { + "Number": 4, + "Title": "Golden Dancing", + "Released": "02 Mar 2019", + "Genre": "Crunk reggaeton", + "Album": "God's advocate" + }, + { + "Number": 5, + "Title": "Calling in the Sky", + "Released": "10 Sep 2019", + "Genre": "Electro house Electropop", + "Album": "God's advocate" + }, + { + "Number": 6, + "Title": "Calling in the Heart", + "Released": "12 Jan 2019", + "Genre": "ethno-tunes", + "Album": "God's advocate" + }, + { + "Number": 7, + "Title": "Running in the Storm", + "Released": "10 Nov 2019", + "Genre": "Synth-pop R&B", + "Album": "God's advocate" + }, + { + "Number": 8, + "Title": "Wild Sky", + "Released": "10 Apr 2019", + "Genre": "R&B", + "Album": "God's advocate" + }, + { + "Number": 9, + "Title": "Crying in the Shadow", + "Released": "02 Mar 2019", + "Genre": "R&B", + "Album": "God's advocate" + }, + { + "Number": 10, + "Title": "Whisper of River", + "Released": "12 May 2019", + "Genre": "*", + "Album": "God's advocate" + } ] } ] @@ -1306,7 +2206,76 @@ "USBillboard200": 7, "Artist": "Alicia Stanger", "Songs": [ - + { + "Number": 1, + "Title": "Shadow of Light", + "Released": "24 Mar 2019", + "Genre": "ethno-tunes", + "Album": "Forever alone" + }, + { + "Number": 2, + "Title": "Running in the Echo", + "Released": "03 May 2019", + "Genre": "Crunk reggaeton", + "Album": "Forever alone" + }, + { + "Number": 3, + "Title": "Gentle Dream", + "Released": "24 Aug 2019", + "Genre": "Crunk reggaeton", + "Album": "Forever alone" + }, + { + "Number": 4, + "Title": "Furious River", + "Released": "24 Apr 2019", + "Genre": "ethno-tunes", + "Album": "Forever alone" + }, + { + "Number": 5, + "Title": "Wild Whisper", + "Released": "09 Mar 2019", + "Genre": "ethno-tunes", + "Album": "Forever alone" + }, + { + "Number": 6, + "Title": "Whisper of Sky", + "Released": "24 Jul 2019", + "Genre": "Crunk reggaeton", + "Album": "Forever alone" + }, + { + "Number": 7, + "Title": "Lonely Storm", + "Released": "01 May 2019", + "Genre": "Crunk reggaeton", + "Album": "Forever alone" + }, + { + "Number": 8, + "Title": "Dancing in the River", + "Released": "17 Dec 2019", + "Genre": "*", + "Album": "Forever alone" + }, + { + "Number": 9, + "Title": "Electric Fire", + "Released": "17 Oct 2019", + "Genre": "Electro house Electropop", + "Album": "Forever alone" + }, + { + "Number": 10, + "Title": "Electric Sky", + "Released": "25 Sep 2019", + "Genre": "ethno-tunes", + "Album": "Forever alone" + } ] } ] @@ -1371,7 +2340,76 @@ "USBillboard200": 35, "Artist": "Peter Taylor", "Songs": [ - + { + "Number": 1, + "Title": "Calling in the Dream", + "Released": "01 Aug 2019", + "Genre": "R&B", + "Album": "Decisions decisions" + }, + { + "Number": 2, + "Title": "Electric Burning", + "Released": "10 Sep 2019", + "Genre": "Electro house Electropop", + "Album": "Decisions decisions" + }, + { + "Number": 3, + "Title": "Dark Flying", + "Released": "28 Apr 2019", + "Genre": "*", + "Album": "Decisions decisions" + }, + { + "Number": 4, + "Title": "Gentle Sky", + "Released": "20 Nov 2019", + "Genre": "ethno-tunes", + "Album": "Decisions decisions" + }, + { + "Number": 5, + "Title": "Gentle Calling", + "Released": "13 Jan 2019", + "Genre": "Crunk reggaeton", + "Album": "Decisions decisions" + }, + { + "Number": 6, + "Title": "Golden Falling", + "Released": "14 Feb 2019", + "Genre": "Crunk reggaeton", + "Album": "Decisions decisions" + }, + { + "Number": 7, + "Title": "Silent River", + "Released": "13 Feb 2019", + "Genre": "R&B", + "Album": "Decisions decisions" + }, + { + "Number": 8, + "Title": "Furious Calling", + "Released": "11 Jun 2019", + "Genre": "Synth-pop R&B", + "Album": "Decisions decisions" + }, + { + "Number": 9, + "Title": "Running in the Echo", + "Released": "06 Nov 2019", + "Genre": "Electro house Electropop", + "Album": "Decisions decisions" + }, + { + "Number": 10, + "Title": "Furious River", + "Released": "12 Mar 2019", + "Genre": "*", + "Album": "Decisions decisions" + } ] }, { @@ -1381,7 +2419,76 @@ "USBillboard200": 89, "Artist": "Peter Taylor", "Songs": [ - + { + "Number": 1, + "Title": "Dark Crying", + "Released": "27 Apr 2019", + "Genre": "Electro house Electropop", + "Album": "Climate changed" + }, + { + "Number": 2, + "Title": "Dark Waiting", + "Released": "14 Nov 2019", + "Genre": "Synth-pop R&B", + "Album": "Climate changed" + }, + { + "Number": 3, + "Title": "Furious Waiting", + "Released": "23 May 2019", + "Genre": "*", + "Album": "Climate changed" + }, + { + "Number": 4, + "Title": "Running in the Echo", + "Released": "29 Nov 2019", + "Genre": "Crunk reggaeton", + "Album": "Climate changed" + }, + { + "Number": 5, + "Title": "Dream of Sky", + "Released": "31 Oct 2019", + "Genre": "Crunk reggaeton", + "Album": "Climate changed" + }, + { + "Number": 6, + "Title": "Hiding in the Heart", + "Released": "09 Aug 2019", + "Genre": "R&B", + "Album": "Climate changed" + }, + { + "Number": 7, + "Title": "Sky of Storm", + "Released": "01 Jun 2019", + "Genre": "R&B", + "Album": "Climate changed" + }, + { + "Number": 8, + "Title": "Light of Storm", + "Released": "17 Jan 2020", + "Genre": "ethno-tunes", + "Album": "Climate changed" + }, + { + "Number": 9, + "Title": "Light of Sky", + "Released": "26 May 2019", + "Genre": "*", + "Album": "Climate changed" + }, + { + "Number": 10, + "Title": "Golden River", + "Released": "19 Jun 2019", + "Genre": "*", + "Album": "Climate changed" + } ] } ] diff --git a/samples/grids/hierarchical-grid/column-selection-styles/src/SingersData.json b/samples/grids/hierarchical-grid/column-selection-styles/src/SingersData.json index f7508f3c9a..75ec4ec561 100644 --- a/samples/grids/hierarchical-grid/column-selection-styles/src/SingersData.json +++ b/samples/grids/hierarchical-grid/column-selection-styles/src/SingersData.json @@ -78,7 +78,79 @@ "LaunchDate": "September 3, 2013", "BillboardReview": 86, "USBillboard200": 1, - "Artist": "Naomí Yepes" + "Artist": "Naomí Yepes", + "Songs": [ + { + "Number": 1, + "Title": "Lonely Falling", + "Released": "01 May 2019", + "Genre": "*", + "Album": "Initiation" + }, + { + "Number": 2, + "Title": "Bright Breaking", + "Released": "25 Jul 2019", + "Genre": "Electro house Electropop", + "Album": "Initiation" + }, + { + "Number": 3, + "Title": "River of Whisper", + "Released": "29 Jan 2020", + "Genre": "Electro house Electropop", + "Album": "Initiation" + }, + { + "Number": 4, + "Title": "Sky of Storm", + "Released": "07 May 2019", + "Genre": "Electro house Electropop", + "Album": "Initiation" + }, + { + "Number": 5, + "Title": "Electric River", + "Released": "20 Jan 2020", + "Genre": "R&B", + "Album": "Initiation" + }, + { + "Number": 6, + "Title": "Storm of Storm", + "Released": "01 Sep 2019", + "Genre": "Crunk reggaeton", + "Album": "Initiation" + }, + { + "Number": 7, + "Title": "Fire of Dream", + "Released": "12 Sep 2019", + "Genre": "Electro house Electropop", + "Album": "Initiation" + }, + { + "Number": 8, + "Title": "Burning in the Light", + "Released": "15 Apr 2019", + "Genre": "*", + "Album": "Initiation" + }, + { + "Number": 9, + "Title": "Burning in the Storm", + "Released": "10 Sep 2019", + "Genre": "Electro house Electropop", + "Album": "Initiation" + }, + { + "Number": 10, + "Title": "Shadow of Whisper", + "Released": "06 Jan 2019", + "Genre": "Crunk reggaeton", + "Album": "Initiation" + } + ] }, { "Album": "Dream Driven", @@ -90,7 +162,7 @@ { "Number": 1, "Title": "Intro", - "Released": false, + "Released": "10 Sep 2019", "Genre": "*", "Album": "Dream Driven" }, @@ -111,7 +183,7 @@ { "Number": 4, "Title": "Future past", - "Released": false, + "Released": "20 Sep 2011", "Genre": "*", "Album": "Dream Driven" }, @@ -132,14 +204,14 @@ { "Number": 7, "Title": "Stay where you are", - "Released": false, + "Released": "14 Sep 2013", "Genre": "*", "Album": "Dream Driven" }, { "Number": 8, "Title": "Imaginarium", - "Released": false, + "Released": "20 Sep 2021", "Genre": "*", "Album": "Dream Driven" }, @@ -153,21 +225,21 @@ { "Number": 10, "Title": "Shredded into pieces", - "Released": false, + "Released": "11 Sep 2015", "Genre": "*", "Album": "Dream Driven" }, { "Number": 11, "Title": "Capture this moment", - "Released": false, + "Released": "13 Sep 2016", "Genre": "*", "Album": "Dream Driven" }, { "Number": 12, "Title": "Dream Driven", - "Released": false, + "Released": "14 Sep 2014", "Genre": "*", "Album": "Dream Driven" } @@ -180,7 +252,76 @@ "USBillboard200": 2, "Artist": "Naomí Yepes", "Songs": [ - + { + "Number": 1, + "Title": "Calling in the Storm", + "Released": "12 Mar 2019", + "Genre": "Electro house Electropop", + "Album": "The dragon journey" + }, + { + "Number": 2, + "Title": "Hiding in the Dream", + "Released": "23 Mar 2019", + "Genre": "R&B", + "Album": "The dragon journey" + }, + { + "Number": 3, + "Title": "Electric Heart", + "Released": "17 Mar 2019", + "Genre": "ethno-tunes", + "Album": "The dragon journey" + }, + { + "Number": 4, + "Title": "Shadow of Echo", + "Released": "20 Feb 2019", + "Genre": "ethno-tunes", + "Album": "The dragon journey" + }, + { + "Number": 5, + "Title": "Flying in the Storm", + "Released": "08 Apr 2019", + "Genre": "R&B", + "Album": "The dragon journey" + }, + { + "Number": 6, + "Title": "Dark Waiting", + "Released": "20 Oct 2019", + "Genre": "Synth-pop R&B", + "Album": "The dragon journey" + }, + { + "Number": 7, + "Title": "Fire of River", + "Released": "20 Feb 2019", + "Genre": "Synth-pop R&B", + "Album": "The dragon journey" + }, + { + "Number": 8, + "Title": "Wild Crying", + "Released": "14 Jun 2019", + "Genre": "R&B", + "Album": "The dragon journey" + }, + { + "Number": 9, + "Title": "Bright Dancing", + "Released": "14 Mar 2019", + "Genre": "Electro house Electropop", + "Album": "The dragon journey" + }, + { + "Number": 10, + "Title": "Golden Waiting", + "Released": "12 Sep 2019", + "Genre": "Synth-pop R&B", + "Album": "The dragon journey" + } ] }, { @@ -276,7 +417,76 @@ "USBillboard200": 12, "Artist": "Naomí Yepes", "Songs": [ - + { + "Number": 1, + "Title": "Storm of Dream", + "Released": "05 Jan 2019", + "Genre": "*", + "Album": "Curiosity" + }, + { + "Number": 2, + "Title": "Echo of Dream", + "Released": "28 Jan 2019", + "Genre": "Synth-pop R&B", + "Album": "Curiosity" + }, + { + "Number": 3, + "Title": "Light of Shadow", + "Released": "07 Feb 2019", + "Genre": "Synth-pop R&B", + "Album": "Curiosity" + }, + { + "Number": 4, + "Title": "Storm of Heart", + "Released": "05 Jan 2020", + "Genre": "Electro house Electropop", + "Album": "Curiosity" + }, + { + "Number": 5, + "Title": "Shadow of River", + "Released": "27 Feb 2019", + "Genre": "*", + "Album": "Curiosity" + }, + { + "Number": 6, + "Title": "Wicked Dancing", + "Released": "17 Jan 2020", + "Genre": "ethno-tunes", + "Album": "Curiosity" + }, + { + "Number": 7, + "Title": "River of Light", + "Released": "22 Feb 2019", + "Genre": "R&B", + "Album": "Curiosity" + }, + { + "Number": 8, + "Title": "Lonely Breaking", + "Released": "09 Sep 2019", + "Genre": "ethno-tunes", + "Album": "Curiosity" + }, + { + "Number": 9, + "Title": "Furious Flying", + "Released": "08 Jun 2019", + "Genre": "R&B", + "Album": "Curiosity" + }, + { + "Number": 10, + "Title": "Hiding in the Storm", + "Released": "27 May 2019", + "Genre": "Electro house Electropop", + "Album": "Curiosity" + } ] } ] @@ -513,7 +723,76 @@ "USBillboard200": 69, "Artist": "Ahmad Nazeri", "Songs": [ - + { + "Number": 1, + "Title": "Gentle Falling", + "Released": "26 Apr 2019", + "Genre": "Crunk reggaeton", + "Album": "Emergency" + }, + { + "Number": 2, + "Title": "Calling in the Fire", + "Released": "03 Sep 2019", + "Genre": "ethno-tunes", + "Album": "Emergency" + }, + { + "Number": 3, + "Title": "Fire of Shadow", + "Released": "05 Jan 2019", + "Genre": "ethno-tunes", + "Album": "Emergency" + }, + { + "Number": 4, + "Title": "Dancing in the Dream", + "Released": "15 Apr 2019", + "Genre": "R&B", + "Album": "Emergency" + }, + { + "Number": 5, + "Title": "Calling in the Shadow", + "Released": "09 Oct 2019", + "Genre": "R&B", + "Album": "Emergency" + }, + { + "Number": 6, + "Title": "Falling in the Sky", + "Released": "08 Mar 2019", + "Genre": "ethno-tunes", + "Album": "Emergency" + }, + { + "Number": 7, + "Title": "Calling in the Storm", + "Released": "05 Dec 2019", + "Genre": "ethno-tunes", + "Album": "Emergency" + }, + { + "Number": 8, + "Title": "Falling in the River", + "Released": "19 Aug 2019", + "Genre": "Electro house Electropop", + "Album": "Emergency" + }, + { + "Number": 9, + "Title": "Electric Fire", + "Released": "30 Nov 2019", + "Genre": "Crunk reggaeton", + "Album": "Emergency" + }, + { + "Number": 10, + "Title": "Lonely River", + "Released": "11 Nov 2019", + "Genre": "Electro house Electropop", + "Album": "Emergency" + } ] }, { @@ -523,7 +802,76 @@ "USBillboard200": 39, "Artist": "Ahmad Nazeri", "Songs": [ - + { + "Number": 1, + "Title": "Lonely Dream", + "Released": "11 Dec 2019", + "Genre": "ethno-tunes", + "Album": "Bursting bubbles" + }, + { + "Number": 2, + "Title": "Fire of River", + "Released": "01 Aug 2019", + "Genre": "Synth-pop R&B", + "Album": "Bursting bubbles" + }, + { + "Number": 3, + "Title": "Wicked Falling", + "Released": "25 Jan 2019", + "Genre": "*", + "Album": "Bursting bubbles" + }, + { + "Number": 4, + "Title": "Crying in the Shadow", + "Released": "04 Jan 2019", + "Genre": "Synth-pop R&B", + "Album": "Bursting bubbles" + }, + { + "Number": 5, + "Title": "Wild Burning", + "Released": "10 May 2019", + "Genre": "ethno-tunes", + "Album": "Bursting bubbles" + }, + { + "Number": 6, + "Title": "Waiting in the Heart", + "Released": "07 Aug 2019", + "Genre": "ethno-tunes", + "Album": "Bursting bubbles" + }, + { + "Number": 7, + "Title": "Fire of Fire", + "Released": "16 May 2019", + "Genre": "Electro house Electropop", + "Album": "Bursting bubbles" + }, + { + "Number": 8, + "Title": "Bright Heart", + "Released": "14 Mar 2019", + "Genre": "Synth-pop R&B", + "Album": "Bursting bubbles" + }, + { + "Number": 9, + "Title": "Lonely Fire", + "Released": "15 Oct 2019", + "Genre": "R&B", + "Album": "Bursting bubbles" + }, + { + "Number": 10, + "Title": "Sky of Dream", + "Released": "20 Jun 2019", + "Genre": "ethno-tunes", + "Album": "Bursting bubbles" + } ] } ] @@ -547,7 +895,76 @@ "USBillboard200": 1, "Artist": "Kimmy McIlmorie", "Songs": [ - + { + "Number": 1, + "Title": "Storm of Sky", + "Released": "04 Mar 2019", + "Genre": "ethno-tunes", + "Album": "Here we go again" + }, + { + "Number": 2, + "Title": "Dream of Shadow", + "Released": "03 Jan 2019", + "Genre": "ethno-tunes", + "Album": "Here we go again" + }, + { + "Number": 3, + "Title": "Dream of Shadow", + "Released": "19 Dec 2019", + "Genre": "Electro house Electropop", + "Album": "Here we go again" + }, + { + "Number": 4, + "Title": "Golden Fire", + "Released": "20 Jan 2019", + "Genre": "R&B", + "Album": "Here we go again" + }, + { + "Number": 5, + "Title": "Running in the Light", + "Released": "03 Jan 2020", + "Genre": "Synth-pop R&B", + "Album": "Here we go again" + }, + { + "Number": 6, + "Title": "Flying in the Heart", + "Released": "17 Jan 2019", + "Genre": "*", + "Album": "Here we go again" + }, + { + "Number": 7, + "Title": "Fire of Storm", + "Released": "26 Jan 2019", + "Genre": "ethno-tunes", + "Album": "Here we go again" + }, + { + "Number": 8, + "Title": "Calling in the Sky", + "Released": "28 Oct 2019", + "Genre": "Synth-pop R&B", + "Album": "Here we go again" + }, + { + "Number": 9, + "Title": "Flying in the Shadow", + "Released": "30 Mar 2019", + "Genre": "ethno-tunes", + "Album": "Here we go again" + }, + { + "Number": 10, + "Title": "Golden Dancing", + "Released": "12 Oct 2019", + "Genre": "ethno-tunes", + "Album": "Here we go again" + } ] } ] @@ -771,7 +1188,76 @@ "USBillboard200": 85, "Artist": "Izabella Tabakova", "Songs": [ - + { + "Number": 1, + "Title": "Hiding in the Light", + "Released": "24 Jan 2019", + "Genre": "Synth-pop R&B", + "Album": "Dark matters" + }, + { + "Number": 2, + "Title": "Furious River", + "Released": "13 Jan 2020", + "Genre": "Electro house Electropop", + "Album": "Dark matters" + }, + { + "Number": 3, + "Title": "Wild Crying", + "Released": "27 Feb 2019", + "Genre": "Electro house Electropop", + "Album": "Dark matters" + }, + { + "Number": 4, + "Title": "Light of Dream", + "Released": "01 Jun 2019", + "Genre": "Crunk reggaeton", + "Album": "Dark matters" + }, + { + "Number": 5, + "Title": "Light of Dream", + "Released": "24 Aug 2019", + "Genre": "*", + "Album": "Dark matters" + }, + { + "Number": 6, + "Title": "Storm of Light", + "Released": "26 Feb 2019", + "Genre": "*", + "Album": "Dark matters" + }, + { + "Number": 7, + "Title": "Dark Storm", + "Released": "18 Jan 2020", + "Genre": "R&B", + "Album": "Dark matters" + }, + { + "Number": 8, + "Title": "Dark Calling", + "Released": "20 Mar 2019", + "Genre": "Crunk reggaeton", + "Album": "Dark matters" + }, + { + "Number": 9, + "Title": "Sky of Whisper", + "Released": "30 Jan 2019", + "Genre": "ethno-tunes", + "Album": "Dark matters" + }, + { + "Number": 10, + "Title": "Dancing in the Light", + "Released": "28 Nov 2019", + "Genre": "Synth-pop R&B", + "Album": "Dark matters" + } ] } ] @@ -795,7 +1281,76 @@ "USBillboard200": 5, "Artist": "Nguyễn Diệp Chi", "Songs": [ - + { + "Number": 1, + "Title": "Echo of River", + "Released": "05 Mar 2019", + "Genre": "Synth-pop R&B", + "Album": "Library of liberty" + }, + { + "Number": 2, + "Title": "Heart of River", + "Released": "12 Jan 2020", + "Genre": "Electro house Electropop", + "Album": "Library of liberty" + }, + { + "Number": 3, + "Title": "Dark Light", + "Released": "09 Aug 2019", + "Genre": "Electro house Electropop", + "Album": "Library of liberty" + }, + { + "Number": 4, + "Title": "Dark Fire", + "Released": "22 Jun 2019", + "Genre": "R&B", + "Album": "Library of liberty" + }, + { + "Number": 5, + "Title": "Flying in the Fire", + "Released": "22 Jul 2019", + "Genre": "*", + "Album": "Library of liberty" + }, + { + "Number": 6, + "Title": "Shadow of Heart", + "Released": "02 Jan 2020", + "Genre": "*", + "Album": "Library of liberty" + }, + { + "Number": 7, + "Title": "Fire of Fire", + "Released": "27 Jan 2019", + "Genre": "*", + "Album": "Library of liberty" + }, + { + "Number": 8, + "Title": "Falling in the River", + "Released": "05 Aug 2019", + "Genre": "Crunk reggaeton", + "Album": "Library of liberty" + }, + { + "Number": 9, + "Title": "Fire of Light", + "Released": "31 Dec 2019", + "Genre": "ethno-tunes", + "Album": "Library of liberty" + }, + { + "Number": 10, + "Title": "Bright Flying", + "Released": "24 Jan 2019", + "Genre": "*", + "Album": "Library of liberty" + } ] } ] @@ -819,7 +1374,76 @@ "USBillboard200": 29, "Artist": "Eva Lee", "Songs": [ - + { + "Number": 1, + "Title": "Dancing in the Shadow", + "Released": "02 Aug 2019", + "Genre": "ethno-tunes", + "Album": "Just a tease" + }, + { + "Number": 2, + "Title": "Silent Whisper", + "Released": "09 Jul 2019", + "Genre": "*", + "Album": "Just a tease" + }, + { + "Number": 3, + "Title": "Crying in the Whisper", + "Released": "30 May 2019", + "Genre": "Crunk reggaeton", + "Album": "Just a tease" + }, + { + "Number": 4, + "Title": "River of Light", + "Released": "10 Jan 2019", + "Genre": "Electro house Electropop", + "Album": "Just a tease" + }, + { + "Number": 5, + "Title": "Golden River", + "Released": "15 Nov 2019", + "Genre": "*", + "Album": "Just a tease" + }, + { + "Number": 6, + "Title": "Burning in the Shadow", + "Released": "18 Apr 2019", + "Genre": "Crunk reggaeton", + "Album": "Just a tease" + }, + { + "Number": 7, + "Title": "Shadow of Sky", + "Released": "06 Sep 2019", + "Genre": "Crunk reggaeton", + "Album": "Just a tease" + }, + { + "Number": 8, + "Title": "Gentle Waiting", + "Released": "05 Dec 2019", + "Genre": "R&B", + "Album": "Just a tease" + }, + { + "Number": 9, + "Title": "Bright River", + "Released": "27 Jan 2020", + "Genre": "R&B", + "Album": "Just a tease" + }, + { + "Number": 10, + "Title": "Heart of Storm", + "Released": "07 Jan 2019", + "Genre": "Synth-pop R&B", + "Album": "Just a tease" + } ] } ] @@ -1046,7 +1670,76 @@ "USBillboard200": 98, "Artist": "Pablo Cambeiro", "Songs": [ - + { + "Number": 1, + "Title": "Dancing in the Echo", + "Released": "03 Oct 2019", + "Genre": "Crunk reggaeton", + "Album": "Fluke" + }, + { + "Number": 2, + "Title": "Dream of Dream", + "Released": "03 Mar 2019", + "Genre": "*", + "Album": "Fluke" + }, + { + "Number": 3, + "Title": "Calling in the Echo", + "Released": "16 Sep 2019", + "Genre": "*", + "Album": "Fluke" + }, + { + "Number": 4, + "Title": "Light of Light", + "Released": "25 May 2019", + "Genre": "Electro house Electropop", + "Album": "Fluke" + }, + { + "Number": 5, + "Title": "Bright Light", + "Released": "21 Mar 2019", + "Genre": "R&B", + "Album": "Fluke" + }, + { + "Number": 6, + "Title": "Storm of Echo", + "Released": "17 Jul 2019", + "Genre": "Synth-pop R&B", + "Album": "Fluke" + }, + { + "Number": 7, + "Title": "Lonely Calling", + "Released": "10 Apr 2019", + "Genre": "ethno-tunes", + "Album": "Fluke" + }, + { + "Number": 8, + "Title": "Gentle Falling", + "Released": "28 Nov 2019", + "Genre": "Synth-pop R&B", + "Album": "Fluke" + }, + { + "Number": 9, + "Title": "Wild Flying", + "Released": "26 Nov 2019", + "Genre": "Crunk reggaeton", + "Album": "Fluke" + }, + { + "Number": 10, + "Title": "Sky of Dream", + "Released": "29 May 2019", + "Genre": "R&B", + "Album": "Fluke" + } ] }, { @@ -1142,7 +1835,76 @@ "USBillboard200": 77, "Artist": "Athar Malakooti", "Songs": [ - + { + "Number": 1, + "Title": "Hiding in the Whisper", + "Released": "03 Apr 2019", + "Genre": "R&B", + "Album": "Pushing up daisies" + }, + { + "Number": 2, + "Title": "Wicked Light", + "Released": "21 Aug 2019", + "Genre": "R&B", + "Album": "Pushing up daisies" + }, + { + "Number": 3, + "Title": "Flying in the River", + "Released": "03 Feb 2020", + "Genre": "Synth-pop R&B", + "Album": "Pushing up daisies" + }, + { + "Number": 4, + "Title": "Wicked Hiding", + "Released": "15 Sep 2019", + "Genre": "Synth-pop R&B", + "Album": "Pushing up daisies" + }, + { + "Number": 5, + "Title": "Lonely Light", + "Released": "13 May 2019", + "Genre": "Electro house Electropop", + "Album": "Pushing up daisies" + }, + { + "Number": 6, + "Title": "Bright Dancing", + "Released": "10 Apr 2019", + "Genre": "Synth-pop R&B", + "Album": "Pushing up daisies" + }, + { + "Number": 7, + "Title": "Gentle Dream", + "Released": "21 May 2019", + "Genre": "*", + "Album": "Pushing up daisies" + }, + { + "Number": 8, + "Title": "Sky of Echo", + "Released": "09 Jun 2019", + "Genre": "Synth-pop R&B", + "Album": "Pushing up daisies" + }, + { + "Number": 9, + "Title": "Breaking in the Sky", + "Released": "27 Dec 2019", + "Genre": "Crunk reggaeton", + "Album": "Pushing up daisies" + }, + { + "Number": 10, + "Title": "Whisper of Shadow", + "Released": "04 Jan 2019", + "Genre": "ethno-tunes", + "Album": "Pushing up daisies" + } ] } ] @@ -1179,7 +1941,76 @@ "USBillboard200": 9, "Artist": "Marti Valencia", "Songs": [ - + { + "Number": 1, + "Title": "Hiding in the Sky", + "Released": "26 Nov 2019", + "Genre": "Synth-pop R&B", + "Album": "Nemesis" + }, + { + "Number": 2, + "Title": "Waiting in the Echo", + "Released": "10 Jul 2019", + "Genre": "ethno-tunes", + "Album": "Nemesis" + }, + { + "Number": 3, + "Title": "Wicked Shadow", + "Released": "29 Jul 2019", + "Genre": "Synth-pop R&B", + "Album": "Nemesis" + }, + { + "Number": 4, + "Title": "Crying in the Whisper", + "Released": "09 Apr 2019", + "Genre": "*", + "Album": "Nemesis" + }, + { + "Number": 5, + "Title": "Echo of Storm", + "Released": "19 Nov 2019", + "Genre": "Crunk reggaeton", + "Album": "Nemesis" + }, + { + "Number": 6, + "Title": "Shadow of Sky", + "Released": "24 Jul 2019", + "Genre": "Crunk reggaeton", + "Album": "Nemesis" + }, + { + "Number": 7, + "Title": "Golden Hiding", + "Released": "12 Dec 2019", + "Genre": "Electro house Electropop", + "Album": "Nemesis" + }, + { + "Number": 8, + "Title": "Wild Dancing", + "Released": "17 Aug 2019", + "Genre": "Synth-pop R&B", + "Album": "Nemesis" + }, + { + "Number": 9, + "Title": "Bright Burning", + "Released": "30 Aug 2019", + "Genre": "Electro house Electropop", + "Album": "Nemesis" + }, + { + "Number": 10, + "Title": "Flying in the River", + "Released": "02 Sep 2019", + "Genre": "*", + "Album": "Nemesis" + } ] }, { @@ -1282,7 +2113,76 @@ "USBillboard200": 37, "Artist": "Marti Valencia", "Songs": [ - + { + "Number": 1, + "Title": "Wild River", + "Released": "11 Jan 2019", + "Genre": "*", + "Album": "God's advocate" + }, + { + "Number": 2, + "Title": "Wicked Whisper", + "Released": "16 Feb 2019", + "Genre": "Electro house Electropop", + "Album": "God's advocate" + }, + { + "Number": 3, + "Title": "Storm of Heart", + "Released": "11 Aug 2019", + "Genre": "*", + "Album": "God's advocate" + }, + { + "Number": 4, + "Title": "Golden Dancing", + "Released": "02 Mar 2019", + "Genre": "Crunk reggaeton", + "Album": "God's advocate" + }, + { + "Number": 5, + "Title": "Calling in the Sky", + "Released": "10 Sep 2019", + "Genre": "Electro house Electropop", + "Album": "God's advocate" + }, + { + "Number": 6, + "Title": "Calling in the Heart", + "Released": "12 Jan 2019", + "Genre": "ethno-tunes", + "Album": "God's advocate" + }, + { + "Number": 7, + "Title": "Running in the Storm", + "Released": "10 Nov 2019", + "Genre": "Synth-pop R&B", + "Album": "God's advocate" + }, + { + "Number": 8, + "Title": "Wild Sky", + "Released": "10 Apr 2019", + "Genre": "R&B", + "Album": "God's advocate" + }, + { + "Number": 9, + "Title": "Crying in the Shadow", + "Released": "02 Mar 2019", + "Genre": "R&B", + "Album": "God's advocate" + }, + { + "Number": 10, + "Title": "Whisper of River", + "Released": "12 May 2019", + "Genre": "*", + "Album": "God's advocate" + } ] } ] @@ -1306,7 +2206,76 @@ "USBillboard200": 7, "Artist": "Alicia Stanger", "Songs": [ - + { + "Number": 1, + "Title": "Shadow of Light", + "Released": "24 Mar 2019", + "Genre": "ethno-tunes", + "Album": "Forever alone" + }, + { + "Number": 2, + "Title": "Running in the Echo", + "Released": "03 May 2019", + "Genre": "Crunk reggaeton", + "Album": "Forever alone" + }, + { + "Number": 3, + "Title": "Gentle Dream", + "Released": "24 Aug 2019", + "Genre": "Crunk reggaeton", + "Album": "Forever alone" + }, + { + "Number": 4, + "Title": "Furious River", + "Released": "24 Apr 2019", + "Genre": "ethno-tunes", + "Album": "Forever alone" + }, + { + "Number": 5, + "Title": "Wild Whisper", + "Released": "09 Mar 2019", + "Genre": "ethno-tunes", + "Album": "Forever alone" + }, + { + "Number": 6, + "Title": "Whisper of Sky", + "Released": "24 Jul 2019", + "Genre": "Crunk reggaeton", + "Album": "Forever alone" + }, + { + "Number": 7, + "Title": "Lonely Storm", + "Released": "01 May 2019", + "Genre": "Crunk reggaeton", + "Album": "Forever alone" + }, + { + "Number": 8, + "Title": "Dancing in the River", + "Released": "17 Dec 2019", + "Genre": "*", + "Album": "Forever alone" + }, + { + "Number": 9, + "Title": "Electric Fire", + "Released": "17 Oct 2019", + "Genre": "Electro house Electropop", + "Album": "Forever alone" + }, + { + "Number": 10, + "Title": "Electric Sky", + "Released": "25 Sep 2019", + "Genre": "ethno-tunes", + "Album": "Forever alone" + } ] } ] @@ -1371,7 +2340,76 @@ "USBillboard200": 35, "Artist": "Peter Taylor", "Songs": [ - + { + "Number": 1, + "Title": "Calling in the Dream", + "Released": "01 Aug 2019", + "Genre": "R&B", + "Album": "Decisions decisions" + }, + { + "Number": 2, + "Title": "Electric Burning", + "Released": "10 Sep 2019", + "Genre": "Electro house Electropop", + "Album": "Decisions decisions" + }, + { + "Number": 3, + "Title": "Dark Flying", + "Released": "28 Apr 2019", + "Genre": "*", + "Album": "Decisions decisions" + }, + { + "Number": 4, + "Title": "Gentle Sky", + "Released": "20 Nov 2019", + "Genre": "ethno-tunes", + "Album": "Decisions decisions" + }, + { + "Number": 5, + "Title": "Gentle Calling", + "Released": "13 Jan 2019", + "Genre": "Crunk reggaeton", + "Album": "Decisions decisions" + }, + { + "Number": 6, + "Title": "Golden Falling", + "Released": "14 Feb 2019", + "Genre": "Crunk reggaeton", + "Album": "Decisions decisions" + }, + { + "Number": 7, + "Title": "Silent River", + "Released": "13 Feb 2019", + "Genre": "R&B", + "Album": "Decisions decisions" + }, + { + "Number": 8, + "Title": "Furious Calling", + "Released": "11 Jun 2019", + "Genre": "Synth-pop R&B", + "Album": "Decisions decisions" + }, + { + "Number": 9, + "Title": "Running in the Echo", + "Released": "06 Nov 2019", + "Genre": "Electro house Electropop", + "Album": "Decisions decisions" + }, + { + "Number": 10, + "Title": "Furious River", + "Released": "12 Mar 2019", + "Genre": "*", + "Album": "Decisions decisions" + } ] }, { @@ -1381,7 +2419,76 @@ "USBillboard200": 89, "Artist": "Peter Taylor", "Songs": [ - + { + "Number": 1, + "Title": "Dark Crying", + "Released": "27 Apr 2019", + "Genre": "Electro house Electropop", + "Album": "Climate changed" + }, + { + "Number": 2, + "Title": "Dark Waiting", + "Released": "14 Nov 2019", + "Genre": "Synth-pop R&B", + "Album": "Climate changed" + }, + { + "Number": 3, + "Title": "Furious Waiting", + "Released": "23 May 2019", + "Genre": "*", + "Album": "Climate changed" + }, + { + "Number": 4, + "Title": "Running in the Echo", + "Released": "29 Nov 2019", + "Genre": "Crunk reggaeton", + "Album": "Climate changed" + }, + { + "Number": 5, + "Title": "Dream of Sky", + "Released": "31 Oct 2019", + "Genre": "Crunk reggaeton", + "Album": "Climate changed" + }, + { + "Number": 6, + "Title": "Hiding in the Heart", + "Released": "09 Aug 2019", + "Genre": "R&B", + "Album": "Climate changed" + }, + { + "Number": 7, + "Title": "Sky of Storm", + "Released": "01 Jun 2019", + "Genre": "R&B", + "Album": "Climate changed" + }, + { + "Number": 8, + "Title": "Light of Storm", + "Released": "17 Jan 2020", + "Genre": "ethno-tunes", + "Album": "Climate changed" + }, + { + "Number": 9, + "Title": "Light of Sky", + "Released": "26 May 2019", + "Genre": "*", + "Album": "Climate changed" + }, + { + "Number": 10, + "Title": "Golden River", + "Released": "19 Jun 2019", + "Genre": "*", + "Album": "Climate changed" + } ] } ] diff --git a/samples/grids/hierarchical-grid/column-sorting-indicators/src/SingersData.json b/samples/grids/hierarchical-grid/column-sorting-indicators/src/SingersData.json index f7508f3c9a..75ec4ec561 100644 --- a/samples/grids/hierarchical-grid/column-sorting-indicators/src/SingersData.json +++ b/samples/grids/hierarchical-grid/column-sorting-indicators/src/SingersData.json @@ -78,7 +78,79 @@ "LaunchDate": "September 3, 2013", "BillboardReview": 86, "USBillboard200": 1, - "Artist": "Naomí Yepes" + "Artist": "Naomí Yepes", + "Songs": [ + { + "Number": 1, + "Title": "Lonely Falling", + "Released": "01 May 2019", + "Genre": "*", + "Album": "Initiation" + }, + { + "Number": 2, + "Title": "Bright Breaking", + "Released": "25 Jul 2019", + "Genre": "Electro house Electropop", + "Album": "Initiation" + }, + { + "Number": 3, + "Title": "River of Whisper", + "Released": "29 Jan 2020", + "Genre": "Electro house Electropop", + "Album": "Initiation" + }, + { + "Number": 4, + "Title": "Sky of Storm", + "Released": "07 May 2019", + "Genre": "Electro house Electropop", + "Album": "Initiation" + }, + { + "Number": 5, + "Title": "Electric River", + "Released": "20 Jan 2020", + "Genre": "R&B", + "Album": "Initiation" + }, + { + "Number": 6, + "Title": "Storm of Storm", + "Released": "01 Sep 2019", + "Genre": "Crunk reggaeton", + "Album": "Initiation" + }, + { + "Number": 7, + "Title": "Fire of Dream", + "Released": "12 Sep 2019", + "Genre": "Electro house Electropop", + "Album": "Initiation" + }, + { + "Number": 8, + "Title": "Burning in the Light", + "Released": "15 Apr 2019", + "Genre": "*", + "Album": "Initiation" + }, + { + "Number": 9, + "Title": "Burning in the Storm", + "Released": "10 Sep 2019", + "Genre": "Electro house Electropop", + "Album": "Initiation" + }, + { + "Number": 10, + "Title": "Shadow of Whisper", + "Released": "06 Jan 2019", + "Genre": "Crunk reggaeton", + "Album": "Initiation" + } + ] }, { "Album": "Dream Driven", @@ -90,7 +162,7 @@ { "Number": 1, "Title": "Intro", - "Released": false, + "Released": "10 Sep 2019", "Genre": "*", "Album": "Dream Driven" }, @@ -111,7 +183,7 @@ { "Number": 4, "Title": "Future past", - "Released": false, + "Released": "20 Sep 2011", "Genre": "*", "Album": "Dream Driven" }, @@ -132,14 +204,14 @@ { "Number": 7, "Title": "Stay where you are", - "Released": false, + "Released": "14 Sep 2013", "Genre": "*", "Album": "Dream Driven" }, { "Number": 8, "Title": "Imaginarium", - "Released": false, + "Released": "20 Sep 2021", "Genre": "*", "Album": "Dream Driven" }, @@ -153,21 +225,21 @@ { "Number": 10, "Title": "Shredded into pieces", - "Released": false, + "Released": "11 Sep 2015", "Genre": "*", "Album": "Dream Driven" }, { "Number": 11, "Title": "Capture this moment", - "Released": false, + "Released": "13 Sep 2016", "Genre": "*", "Album": "Dream Driven" }, { "Number": 12, "Title": "Dream Driven", - "Released": false, + "Released": "14 Sep 2014", "Genre": "*", "Album": "Dream Driven" } @@ -180,7 +252,76 @@ "USBillboard200": 2, "Artist": "Naomí Yepes", "Songs": [ - + { + "Number": 1, + "Title": "Calling in the Storm", + "Released": "12 Mar 2019", + "Genre": "Electro house Electropop", + "Album": "The dragon journey" + }, + { + "Number": 2, + "Title": "Hiding in the Dream", + "Released": "23 Mar 2019", + "Genre": "R&B", + "Album": "The dragon journey" + }, + { + "Number": 3, + "Title": "Electric Heart", + "Released": "17 Mar 2019", + "Genre": "ethno-tunes", + "Album": "The dragon journey" + }, + { + "Number": 4, + "Title": "Shadow of Echo", + "Released": "20 Feb 2019", + "Genre": "ethno-tunes", + "Album": "The dragon journey" + }, + { + "Number": 5, + "Title": "Flying in the Storm", + "Released": "08 Apr 2019", + "Genre": "R&B", + "Album": "The dragon journey" + }, + { + "Number": 6, + "Title": "Dark Waiting", + "Released": "20 Oct 2019", + "Genre": "Synth-pop R&B", + "Album": "The dragon journey" + }, + { + "Number": 7, + "Title": "Fire of River", + "Released": "20 Feb 2019", + "Genre": "Synth-pop R&B", + "Album": "The dragon journey" + }, + { + "Number": 8, + "Title": "Wild Crying", + "Released": "14 Jun 2019", + "Genre": "R&B", + "Album": "The dragon journey" + }, + { + "Number": 9, + "Title": "Bright Dancing", + "Released": "14 Mar 2019", + "Genre": "Electro house Electropop", + "Album": "The dragon journey" + }, + { + "Number": 10, + "Title": "Golden Waiting", + "Released": "12 Sep 2019", + "Genre": "Synth-pop R&B", + "Album": "The dragon journey" + } ] }, { @@ -276,7 +417,76 @@ "USBillboard200": 12, "Artist": "Naomí Yepes", "Songs": [ - + { + "Number": 1, + "Title": "Storm of Dream", + "Released": "05 Jan 2019", + "Genre": "*", + "Album": "Curiosity" + }, + { + "Number": 2, + "Title": "Echo of Dream", + "Released": "28 Jan 2019", + "Genre": "Synth-pop R&B", + "Album": "Curiosity" + }, + { + "Number": 3, + "Title": "Light of Shadow", + "Released": "07 Feb 2019", + "Genre": "Synth-pop R&B", + "Album": "Curiosity" + }, + { + "Number": 4, + "Title": "Storm of Heart", + "Released": "05 Jan 2020", + "Genre": "Electro house Electropop", + "Album": "Curiosity" + }, + { + "Number": 5, + "Title": "Shadow of River", + "Released": "27 Feb 2019", + "Genre": "*", + "Album": "Curiosity" + }, + { + "Number": 6, + "Title": "Wicked Dancing", + "Released": "17 Jan 2020", + "Genre": "ethno-tunes", + "Album": "Curiosity" + }, + { + "Number": 7, + "Title": "River of Light", + "Released": "22 Feb 2019", + "Genre": "R&B", + "Album": "Curiosity" + }, + { + "Number": 8, + "Title": "Lonely Breaking", + "Released": "09 Sep 2019", + "Genre": "ethno-tunes", + "Album": "Curiosity" + }, + { + "Number": 9, + "Title": "Furious Flying", + "Released": "08 Jun 2019", + "Genre": "R&B", + "Album": "Curiosity" + }, + { + "Number": 10, + "Title": "Hiding in the Storm", + "Released": "27 May 2019", + "Genre": "Electro house Electropop", + "Album": "Curiosity" + } ] } ] @@ -513,7 +723,76 @@ "USBillboard200": 69, "Artist": "Ahmad Nazeri", "Songs": [ - + { + "Number": 1, + "Title": "Gentle Falling", + "Released": "26 Apr 2019", + "Genre": "Crunk reggaeton", + "Album": "Emergency" + }, + { + "Number": 2, + "Title": "Calling in the Fire", + "Released": "03 Sep 2019", + "Genre": "ethno-tunes", + "Album": "Emergency" + }, + { + "Number": 3, + "Title": "Fire of Shadow", + "Released": "05 Jan 2019", + "Genre": "ethno-tunes", + "Album": "Emergency" + }, + { + "Number": 4, + "Title": "Dancing in the Dream", + "Released": "15 Apr 2019", + "Genre": "R&B", + "Album": "Emergency" + }, + { + "Number": 5, + "Title": "Calling in the Shadow", + "Released": "09 Oct 2019", + "Genre": "R&B", + "Album": "Emergency" + }, + { + "Number": 6, + "Title": "Falling in the Sky", + "Released": "08 Mar 2019", + "Genre": "ethno-tunes", + "Album": "Emergency" + }, + { + "Number": 7, + "Title": "Calling in the Storm", + "Released": "05 Dec 2019", + "Genre": "ethno-tunes", + "Album": "Emergency" + }, + { + "Number": 8, + "Title": "Falling in the River", + "Released": "19 Aug 2019", + "Genre": "Electro house Electropop", + "Album": "Emergency" + }, + { + "Number": 9, + "Title": "Electric Fire", + "Released": "30 Nov 2019", + "Genre": "Crunk reggaeton", + "Album": "Emergency" + }, + { + "Number": 10, + "Title": "Lonely River", + "Released": "11 Nov 2019", + "Genre": "Electro house Electropop", + "Album": "Emergency" + } ] }, { @@ -523,7 +802,76 @@ "USBillboard200": 39, "Artist": "Ahmad Nazeri", "Songs": [ - + { + "Number": 1, + "Title": "Lonely Dream", + "Released": "11 Dec 2019", + "Genre": "ethno-tunes", + "Album": "Bursting bubbles" + }, + { + "Number": 2, + "Title": "Fire of River", + "Released": "01 Aug 2019", + "Genre": "Synth-pop R&B", + "Album": "Bursting bubbles" + }, + { + "Number": 3, + "Title": "Wicked Falling", + "Released": "25 Jan 2019", + "Genre": "*", + "Album": "Bursting bubbles" + }, + { + "Number": 4, + "Title": "Crying in the Shadow", + "Released": "04 Jan 2019", + "Genre": "Synth-pop R&B", + "Album": "Bursting bubbles" + }, + { + "Number": 5, + "Title": "Wild Burning", + "Released": "10 May 2019", + "Genre": "ethno-tunes", + "Album": "Bursting bubbles" + }, + { + "Number": 6, + "Title": "Waiting in the Heart", + "Released": "07 Aug 2019", + "Genre": "ethno-tunes", + "Album": "Bursting bubbles" + }, + { + "Number": 7, + "Title": "Fire of Fire", + "Released": "16 May 2019", + "Genre": "Electro house Electropop", + "Album": "Bursting bubbles" + }, + { + "Number": 8, + "Title": "Bright Heart", + "Released": "14 Mar 2019", + "Genre": "Synth-pop R&B", + "Album": "Bursting bubbles" + }, + { + "Number": 9, + "Title": "Lonely Fire", + "Released": "15 Oct 2019", + "Genre": "R&B", + "Album": "Bursting bubbles" + }, + { + "Number": 10, + "Title": "Sky of Dream", + "Released": "20 Jun 2019", + "Genre": "ethno-tunes", + "Album": "Bursting bubbles" + } ] } ] @@ -547,7 +895,76 @@ "USBillboard200": 1, "Artist": "Kimmy McIlmorie", "Songs": [ - + { + "Number": 1, + "Title": "Storm of Sky", + "Released": "04 Mar 2019", + "Genre": "ethno-tunes", + "Album": "Here we go again" + }, + { + "Number": 2, + "Title": "Dream of Shadow", + "Released": "03 Jan 2019", + "Genre": "ethno-tunes", + "Album": "Here we go again" + }, + { + "Number": 3, + "Title": "Dream of Shadow", + "Released": "19 Dec 2019", + "Genre": "Electro house Electropop", + "Album": "Here we go again" + }, + { + "Number": 4, + "Title": "Golden Fire", + "Released": "20 Jan 2019", + "Genre": "R&B", + "Album": "Here we go again" + }, + { + "Number": 5, + "Title": "Running in the Light", + "Released": "03 Jan 2020", + "Genre": "Synth-pop R&B", + "Album": "Here we go again" + }, + { + "Number": 6, + "Title": "Flying in the Heart", + "Released": "17 Jan 2019", + "Genre": "*", + "Album": "Here we go again" + }, + { + "Number": 7, + "Title": "Fire of Storm", + "Released": "26 Jan 2019", + "Genre": "ethno-tunes", + "Album": "Here we go again" + }, + { + "Number": 8, + "Title": "Calling in the Sky", + "Released": "28 Oct 2019", + "Genre": "Synth-pop R&B", + "Album": "Here we go again" + }, + { + "Number": 9, + "Title": "Flying in the Shadow", + "Released": "30 Mar 2019", + "Genre": "ethno-tunes", + "Album": "Here we go again" + }, + { + "Number": 10, + "Title": "Golden Dancing", + "Released": "12 Oct 2019", + "Genre": "ethno-tunes", + "Album": "Here we go again" + } ] } ] @@ -771,7 +1188,76 @@ "USBillboard200": 85, "Artist": "Izabella Tabakova", "Songs": [ - + { + "Number": 1, + "Title": "Hiding in the Light", + "Released": "24 Jan 2019", + "Genre": "Synth-pop R&B", + "Album": "Dark matters" + }, + { + "Number": 2, + "Title": "Furious River", + "Released": "13 Jan 2020", + "Genre": "Electro house Electropop", + "Album": "Dark matters" + }, + { + "Number": 3, + "Title": "Wild Crying", + "Released": "27 Feb 2019", + "Genre": "Electro house Electropop", + "Album": "Dark matters" + }, + { + "Number": 4, + "Title": "Light of Dream", + "Released": "01 Jun 2019", + "Genre": "Crunk reggaeton", + "Album": "Dark matters" + }, + { + "Number": 5, + "Title": "Light of Dream", + "Released": "24 Aug 2019", + "Genre": "*", + "Album": "Dark matters" + }, + { + "Number": 6, + "Title": "Storm of Light", + "Released": "26 Feb 2019", + "Genre": "*", + "Album": "Dark matters" + }, + { + "Number": 7, + "Title": "Dark Storm", + "Released": "18 Jan 2020", + "Genre": "R&B", + "Album": "Dark matters" + }, + { + "Number": 8, + "Title": "Dark Calling", + "Released": "20 Mar 2019", + "Genre": "Crunk reggaeton", + "Album": "Dark matters" + }, + { + "Number": 9, + "Title": "Sky of Whisper", + "Released": "30 Jan 2019", + "Genre": "ethno-tunes", + "Album": "Dark matters" + }, + { + "Number": 10, + "Title": "Dancing in the Light", + "Released": "28 Nov 2019", + "Genre": "Synth-pop R&B", + "Album": "Dark matters" + } ] } ] @@ -795,7 +1281,76 @@ "USBillboard200": 5, "Artist": "Nguyễn Diệp Chi", "Songs": [ - + { + "Number": 1, + "Title": "Echo of River", + "Released": "05 Mar 2019", + "Genre": "Synth-pop R&B", + "Album": "Library of liberty" + }, + { + "Number": 2, + "Title": "Heart of River", + "Released": "12 Jan 2020", + "Genre": "Electro house Electropop", + "Album": "Library of liberty" + }, + { + "Number": 3, + "Title": "Dark Light", + "Released": "09 Aug 2019", + "Genre": "Electro house Electropop", + "Album": "Library of liberty" + }, + { + "Number": 4, + "Title": "Dark Fire", + "Released": "22 Jun 2019", + "Genre": "R&B", + "Album": "Library of liberty" + }, + { + "Number": 5, + "Title": "Flying in the Fire", + "Released": "22 Jul 2019", + "Genre": "*", + "Album": "Library of liberty" + }, + { + "Number": 6, + "Title": "Shadow of Heart", + "Released": "02 Jan 2020", + "Genre": "*", + "Album": "Library of liberty" + }, + { + "Number": 7, + "Title": "Fire of Fire", + "Released": "27 Jan 2019", + "Genre": "*", + "Album": "Library of liberty" + }, + { + "Number": 8, + "Title": "Falling in the River", + "Released": "05 Aug 2019", + "Genre": "Crunk reggaeton", + "Album": "Library of liberty" + }, + { + "Number": 9, + "Title": "Fire of Light", + "Released": "31 Dec 2019", + "Genre": "ethno-tunes", + "Album": "Library of liberty" + }, + { + "Number": 10, + "Title": "Bright Flying", + "Released": "24 Jan 2019", + "Genre": "*", + "Album": "Library of liberty" + } ] } ] @@ -819,7 +1374,76 @@ "USBillboard200": 29, "Artist": "Eva Lee", "Songs": [ - + { + "Number": 1, + "Title": "Dancing in the Shadow", + "Released": "02 Aug 2019", + "Genre": "ethno-tunes", + "Album": "Just a tease" + }, + { + "Number": 2, + "Title": "Silent Whisper", + "Released": "09 Jul 2019", + "Genre": "*", + "Album": "Just a tease" + }, + { + "Number": 3, + "Title": "Crying in the Whisper", + "Released": "30 May 2019", + "Genre": "Crunk reggaeton", + "Album": "Just a tease" + }, + { + "Number": 4, + "Title": "River of Light", + "Released": "10 Jan 2019", + "Genre": "Electro house Electropop", + "Album": "Just a tease" + }, + { + "Number": 5, + "Title": "Golden River", + "Released": "15 Nov 2019", + "Genre": "*", + "Album": "Just a tease" + }, + { + "Number": 6, + "Title": "Burning in the Shadow", + "Released": "18 Apr 2019", + "Genre": "Crunk reggaeton", + "Album": "Just a tease" + }, + { + "Number": 7, + "Title": "Shadow of Sky", + "Released": "06 Sep 2019", + "Genre": "Crunk reggaeton", + "Album": "Just a tease" + }, + { + "Number": 8, + "Title": "Gentle Waiting", + "Released": "05 Dec 2019", + "Genre": "R&B", + "Album": "Just a tease" + }, + { + "Number": 9, + "Title": "Bright River", + "Released": "27 Jan 2020", + "Genre": "R&B", + "Album": "Just a tease" + }, + { + "Number": 10, + "Title": "Heart of Storm", + "Released": "07 Jan 2019", + "Genre": "Synth-pop R&B", + "Album": "Just a tease" + } ] } ] @@ -1046,7 +1670,76 @@ "USBillboard200": 98, "Artist": "Pablo Cambeiro", "Songs": [ - + { + "Number": 1, + "Title": "Dancing in the Echo", + "Released": "03 Oct 2019", + "Genre": "Crunk reggaeton", + "Album": "Fluke" + }, + { + "Number": 2, + "Title": "Dream of Dream", + "Released": "03 Mar 2019", + "Genre": "*", + "Album": "Fluke" + }, + { + "Number": 3, + "Title": "Calling in the Echo", + "Released": "16 Sep 2019", + "Genre": "*", + "Album": "Fluke" + }, + { + "Number": 4, + "Title": "Light of Light", + "Released": "25 May 2019", + "Genre": "Electro house Electropop", + "Album": "Fluke" + }, + { + "Number": 5, + "Title": "Bright Light", + "Released": "21 Mar 2019", + "Genre": "R&B", + "Album": "Fluke" + }, + { + "Number": 6, + "Title": "Storm of Echo", + "Released": "17 Jul 2019", + "Genre": "Synth-pop R&B", + "Album": "Fluke" + }, + { + "Number": 7, + "Title": "Lonely Calling", + "Released": "10 Apr 2019", + "Genre": "ethno-tunes", + "Album": "Fluke" + }, + { + "Number": 8, + "Title": "Gentle Falling", + "Released": "28 Nov 2019", + "Genre": "Synth-pop R&B", + "Album": "Fluke" + }, + { + "Number": 9, + "Title": "Wild Flying", + "Released": "26 Nov 2019", + "Genre": "Crunk reggaeton", + "Album": "Fluke" + }, + { + "Number": 10, + "Title": "Sky of Dream", + "Released": "29 May 2019", + "Genre": "R&B", + "Album": "Fluke" + } ] }, { @@ -1142,7 +1835,76 @@ "USBillboard200": 77, "Artist": "Athar Malakooti", "Songs": [ - + { + "Number": 1, + "Title": "Hiding in the Whisper", + "Released": "03 Apr 2019", + "Genre": "R&B", + "Album": "Pushing up daisies" + }, + { + "Number": 2, + "Title": "Wicked Light", + "Released": "21 Aug 2019", + "Genre": "R&B", + "Album": "Pushing up daisies" + }, + { + "Number": 3, + "Title": "Flying in the River", + "Released": "03 Feb 2020", + "Genre": "Synth-pop R&B", + "Album": "Pushing up daisies" + }, + { + "Number": 4, + "Title": "Wicked Hiding", + "Released": "15 Sep 2019", + "Genre": "Synth-pop R&B", + "Album": "Pushing up daisies" + }, + { + "Number": 5, + "Title": "Lonely Light", + "Released": "13 May 2019", + "Genre": "Electro house Electropop", + "Album": "Pushing up daisies" + }, + { + "Number": 6, + "Title": "Bright Dancing", + "Released": "10 Apr 2019", + "Genre": "Synth-pop R&B", + "Album": "Pushing up daisies" + }, + { + "Number": 7, + "Title": "Gentle Dream", + "Released": "21 May 2019", + "Genre": "*", + "Album": "Pushing up daisies" + }, + { + "Number": 8, + "Title": "Sky of Echo", + "Released": "09 Jun 2019", + "Genre": "Synth-pop R&B", + "Album": "Pushing up daisies" + }, + { + "Number": 9, + "Title": "Breaking in the Sky", + "Released": "27 Dec 2019", + "Genre": "Crunk reggaeton", + "Album": "Pushing up daisies" + }, + { + "Number": 10, + "Title": "Whisper of Shadow", + "Released": "04 Jan 2019", + "Genre": "ethno-tunes", + "Album": "Pushing up daisies" + } ] } ] @@ -1179,7 +1941,76 @@ "USBillboard200": 9, "Artist": "Marti Valencia", "Songs": [ - + { + "Number": 1, + "Title": "Hiding in the Sky", + "Released": "26 Nov 2019", + "Genre": "Synth-pop R&B", + "Album": "Nemesis" + }, + { + "Number": 2, + "Title": "Waiting in the Echo", + "Released": "10 Jul 2019", + "Genre": "ethno-tunes", + "Album": "Nemesis" + }, + { + "Number": 3, + "Title": "Wicked Shadow", + "Released": "29 Jul 2019", + "Genre": "Synth-pop R&B", + "Album": "Nemesis" + }, + { + "Number": 4, + "Title": "Crying in the Whisper", + "Released": "09 Apr 2019", + "Genre": "*", + "Album": "Nemesis" + }, + { + "Number": 5, + "Title": "Echo of Storm", + "Released": "19 Nov 2019", + "Genre": "Crunk reggaeton", + "Album": "Nemesis" + }, + { + "Number": 6, + "Title": "Shadow of Sky", + "Released": "24 Jul 2019", + "Genre": "Crunk reggaeton", + "Album": "Nemesis" + }, + { + "Number": 7, + "Title": "Golden Hiding", + "Released": "12 Dec 2019", + "Genre": "Electro house Electropop", + "Album": "Nemesis" + }, + { + "Number": 8, + "Title": "Wild Dancing", + "Released": "17 Aug 2019", + "Genre": "Synth-pop R&B", + "Album": "Nemesis" + }, + { + "Number": 9, + "Title": "Bright Burning", + "Released": "30 Aug 2019", + "Genre": "Electro house Electropop", + "Album": "Nemesis" + }, + { + "Number": 10, + "Title": "Flying in the River", + "Released": "02 Sep 2019", + "Genre": "*", + "Album": "Nemesis" + } ] }, { @@ -1282,7 +2113,76 @@ "USBillboard200": 37, "Artist": "Marti Valencia", "Songs": [ - + { + "Number": 1, + "Title": "Wild River", + "Released": "11 Jan 2019", + "Genre": "*", + "Album": "God's advocate" + }, + { + "Number": 2, + "Title": "Wicked Whisper", + "Released": "16 Feb 2019", + "Genre": "Electro house Electropop", + "Album": "God's advocate" + }, + { + "Number": 3, + "Title": "Storm of Heart", + "Released": "11 Aug 2019", + "Genre": "*", + "Album": "God's advocate" + }, + { + "Number": 4, + "Title": "Golden Dancing", + "Released": "02 Mar 2019", + "Genre": "Crunk reggaeton", + "Album": "God's advocate" + }, + { + "Number": 5, + "Title": "Calling in the Sky", + "Released": "10 Sep 2019", + "Genre": "Electro house Electropop", + "Album": "God's advocate" + }, + { + "Number": 6, + "Title": "Calling in the Heart", + "Released": "12 Jan 2019", + "Genre": "ethno-tunes", + "Album": "God's advocate" + }, + { + "Number": 7, + "Title": "Running in the Storm", + "Released": "10 Nov 2019", + "Genre": "Synth-pop R&B", + "Album": "God's advocate" + }, + { + "Number": 8, + "Title": "Wild Sky", + "Released": "10 Apr 2019", + "Genre": "R&B", + "Album": "God's advocate" + }, + { + "Number": 9, + "Title": "Crying in the Shadow", + "Released": "02 Mar 2019", + "Genre": "R&B", + "Album": "God's advocate" + }, + { + "Number": 10, + "Title": "Whisper of River", + "Released": "12 May 2019", + "Genre": "*", + "Album": "God's advocate" + } ] } ] @@ -1306,7 +2206,76 @@ "USBillboard200": 7, "Artist": "Alicia Stanger", "Songs": [ - + { + "Number": 1, + "Title": "Shadow of Light", + "Released": "24 Mar 2019", + "Genre": "ethno-tunes", + "Album": "Forever alone" + }, + { + "Number": 2, + "Title": "Running in the Echo", + "Released": "03 May 2019", + "Genre": "Crunk reggaeton", + "Album": "Forever alone" + }, + { + "Number": 3, + "Title": "Gentle Dream", + "Released": "24 Aug 2019", + "Genre": "Crunk reggaeton", + "Album": "Forever alone" + }, + { + "Number": 4, + "Title": "Furious River", + "Released": "24 Apr 2019", + "Genre": "ethno-tunes", + "Album": "Forever alone" + }, + { + "Number": 5, + "Title": "Wild Whisper", + "Released": "09 Mar 2019", + "Genre": "ethno-tunes", + "Album": "Forever alone" + }, + { + "Number": 6, + "Title": "Whisper of Sky", + "Released": "24 Jul 2019", + "Genre": "Crunk reggaeton", + "Album": "Forever alone" + }, + { + "Number": 7, + "Title": "Lonely Storm", + "Released": "01 May 2019", + "Genre": "Crunk reggaeton", + "Album": "Forever alone" + }, + { + "Number": 8, + "Title": "Dancing in the River", + "Released": "17 Dec 2019", + "Genre": "*", + "Album": "Forever alone" + }, + { + "Number": 9, + "Title": "Electric Fire", + "Released": "17 Oct 2019", + "Genre": "Electro house Electropop", + "Album": "Forever alone" + }, + { + "Number": 10, + "Title": "Electric Sky", + "Released": "25 Sep 2019", + "Genre": "ethno-tunes", + "Album": "Forever alone" + } ] } ] @@ -1371,7 +2340,76 @@ "USBillboard200": 35, "Artist": "Peter Taylor", "Songs": [ - + { + "Number": 1, + "Title": "Calling in the Dream", + "Released": "01 Aug 2019", + "Genre": "R&B", + "Album": "Decisions decisions" + }, + { + "Number": 2, + "Title": "Electric Burning", + "Released": "10 Sep 2019", + "Genre": "Electro house Electropop", + "Album": "Decisions decisions" + }, + { + "Number": 3, + "Title": "Dark Flying", + "Released": "28 Apr 2019", + "Genre": "*", + "Album": "Decisions decisions" + }, + { + "Number": 4, + "Title": "Gentle Sky", + "Released": "20 Nov 2019", + "Genre": "ethno-tunes", + "Album": "Decisions decisions" + }, + { + "Number": 5, + "Title": "Gentle Calling", + "Released": "13 Jan 2019", + "Genre": "Crunk reggaeton", + "Album": "Decisions decisions" + }, + { + "Number": 6, + "Title": "Golden Falling", + "Released": "14 Feb 2019", + "Genre": "Crunk reggaeton", + "Album": "Decisions decisions" + }, + { + "Number": 7, + "Title": "Silent River", + "Released": "13 Feb 2019", + "Genre": "R&B", + "Album": "Decisions decisions" + }, + { + "Number": 8, + "Title": "Furious Calling", + "Released": "11 Jun 2019", + "Genre": "Synth-pop R&B", + "Album": "Decisions decisions" + }, + { + "Number": 9, + "Title": "Running in the Echo", + "Released": "06 Nov 2019", + "Genre": "Electro house Electropop", + "Album": "Decisions decisions" + }, + { + "Number": 10, + "Title": "Furious River", + "Released": "12 Mar 2019", + "Genre": "*", + "Album": "Decisions decisions" + } ] }, { @@ -1381,7 +2419,76 @@ "USBillboard200": 89, "Artist": "Peter Taylor", "Songs": [ - + { + "Number": 1, + "Title": "Dark Crying", + "Released": "27 Apr 2019", + "Genre": "Electro house Electropop", + "Album": "Climate changed" + }, + { + "Number": 2, + "Title": "Dark Waiting", + "Released": "14 Nov 2019", + "Genre": "Synth-pop R&B", + "Album": "Climate changed" + }, + { + "Number": 3, + "Title": "Furious Waiting", + "Released": "23 May 2019", + "Genre": "*", + "Album": "Climate changed" + }, + { + "Number": 4, + "Title": "Running in the Echo", + "Released": "29 Nov 2019", + "Genre": "Crunk reggaeton", + "Album": "Climate changed" + }, + { + "Number": 5, + "Title": "Dream of Sky", + "Released": "31 Oct 2019", + "Genre": "Crunk reggaeton", + "Album": "Climate changed" + }, + { + "Number": 6, + "Title": "Hiding in the Heart", + "Released": "09 Aug 2019", + "Genre": "R&B", + "Album": "Climate changed" + }, + { + "Number": 7, + "Title": "Sky of Storm", + "Released": "01 Jun 2019", + "Genre": "R&B", + "Album": "Climate changed" + }, + { + "Number": 8, + "Title": "Light of Storm", + "Released": "17 Jan 2020", + "Genre": "ethno-tunes", + "Album": "Climate changed" + }, + { + "Number": 9, + "Title": "Light of Sky", + "Released": "26 May 2019", + "Genre": "*", + "Album": "Climate changed" + }, + { + "Number": 10, + "Title": "Golden River", + "Released": "19 Jun 2019", + "Genre": "*", + "Album": "Climate changed" + } ] } ] diff --git a/samples/grids/hierarchical-grid/column-sorting-options/src/SingersData.json b/samples/grids/hierarchical-grid/column-sorting-options/src/SingersData.json index f7508f3c9a..75ec4ec561 100644 --- a/samples/grids/hierarchical-grid/column-sorting-options/src/SingersData.json +++ b/samples/grids/hierarchical-grid/column-sorting-options/src/SingersData.json @@ -78,7 +78,79 @@ "LaunchDate": "September 3, 2013", "BillboardReview": 86, "USBillboard200": 1, - "Artist": "Naomí Yepes" + "Artist": "Naomí Yepes", + "Songs": [ + { + "Number": 1, + "Title": "Lonely Falling", + "Released": "01 May 2019", + "Genre": "*", + "Album": "Initiation" + }, + { + "Number": 2, + "Title": "Bright Breaking", + "Released": "25 Jul 2019", + "Genre": "Electro house Electropop", + "Album": "Initiation" + }, + { + "Number": 3, + "Title": "River of Whisper", + "Released": "29 Jan 2020", + "Genre": "Electro house Electropop", + "Album": "Initiation" + }, + { + "Number": 4, + "Title": "Sky of Storm", + "Released": "07 May 2019", + "Genre": "Electro house Electropop", + "Album": "Initiation" + }, + { + "Number": 5, + "Title": "Electric River", + "Released": "20 Jan 2020", + "Genre": "R&B", + "Album": "Initiation" + }, + { + "Number": 6, + "Title": "Storm of Storm", + "Released": "01 Sep 2019", + "Genre": "Crunk reggaeton", + "Album": "Initiation" + }, + { + "Number": 7, + "Title": "Fire of Dream", + "Released": "12 Sep 2019", + "Genre": "Electro house Electropop", + "Album": "Initiation" + }, + { + "Number": 8, + "Title": "Burning in the Light", + "Released": "15 Apr 2019", + "Genre": "*", + "Album": "Initiation" + }, + { + "Number": 9, + "Title": "Burning in the Storm", + "Released": "10 Sep 2019", + "Genre": "Electro house Electropop", + "Album": "Initiation" + }, + { + "Number": 10, + "Title": "Shadow of Whisper", + "Released": "06 Jan 2019", + "Genre": "Crunk reggaeton", + "Album": "Initiation" + } + ] }, { "Album": "Dream Driven", @@ -90,7 +162,7 @@ { "Number": 1, "Title": "Intro", - "Released": false, + "Released": "10 Sep 2019", "Genre": "*", "Album": "Dream Driven" }, @@ -111,7 +183,7 @@ { "Number": 4, "Title": "Future past", - "Released": false, + "Released": "20 Sep 2011", "Genre": "*", "Album": "Dream Driven" }, @@ -132,14 +204,14 @@ { "Number": 7, "Title": "Stay where you are", - "Released": false, + "Released": "14 Sep 2013", "Genre": "*", "Album": "Dream Driven" }, { "Number": 8, "Title": "Imaginarium", - "Released": false, + "Released": "20 Sep 2021", "Genre": "*", "Album": "Dream Driven" }, @@ -153,21 +225,21 @@ { "Number": 10, "Title": "Shredded into pieces", - "Released": false, + "Released": "11 Sep 2015", "Genre": "*", "Album": "Dream Driven" }, { "Number": 11, "Title": "Capture this moment", - "Released": false, + "Released": "13 Sep 2016", "Genre": "*", "Album": "Dream Driven" }, { "Number": 12, "Title": "Dream Driven", - "Released": false, + "Released": "14 Sep 2014", "Genre": "*", "Album": "Dream Driven" } @@ -180,7 +252,76 @@ "USBillboard200": 2, "Artist": "Naomí Yepes", "Songs": [ - + { + "Number": 1, + "Title": "Calling in the Storm", + "Released": "12 Mar 2019", + "Genre": "Electro house Electropop", + "Album": "The dragon journey" + }, + { + "Number": 2, + "Title": "Hiding in the Dream", + "Released": "23 Mar 2019", + "Genre": "R&B", + "Album": "The dragon journey" + }, + { + "Number": 3, + "Title": "Electric Heart", + "Released": "17 Mar 2019", + "Genre": "ethno-tunes", + "Album": "The dragon journey" + }, + { + "Number": 4, + "Title": "Shadow of Echo", + "Released": "20 Feb 2019", + "Genre": "ethno-tunes", + "Album": "The dragon journey" + }, + { + "Number": 5, + "Title": "Flying in the Storm", + "Released": "08 Apr 2019", + "Genre": "R&B", + "Album": "The dragon journey" + }, + { + "Number": 6, + "Title": "Dark Waiting", + "Released": "20 Oct 2019", + "Genre": "Synth-pop R&B", + "Album": "The dragon journey" + }, + { + "Number": 7, + "Title": "Fire of River", + "Released": "20 Feb 2019", + "Genre": "Synth-pop R&B", + "Album": "The dragon journey" + }, + { + "Number": 8, + "Title": "Wild Crying", + "Released": "14 Jun 2019", + "Genre": "R&B", + "Album": "The dragon journey" + }, + { + "Number": 9, + "Title": "Bright Dancing", + "Released": "14 Mar 2019", + "Genre": "Electro house Electropop", + "Album": "The dragon journey" + }, + { + "Number": 10, + "Title": "Golden Waiting", + "Released": "12 Sep 2019", + "Genre": "Synth-pop R&B", + "Album": "The dragon journey" + } ] }, { @@ -276,7 +417,76 @@ "USBillboard200": 12, "Artist": "Naomí Yepes", "Songs": [ - + { + "Number": 1, + "Title": "Storm of Dream", + "Released": "05 Jan 2019", + "Genre": "*", + "Album": "Curiosity" + }, + { + "Number": 2, + "Title": "Echo of Dream", + "Released": "28 Jan 2019", + "Genre": "Synth-pop R&B", + "Album": "Curiosity" + }, + { + "Number": 3, + "Title": "Light of Shadow", + "Released": "07 Feb 2019", + "Genre": "Synth-pop R&B", + "Album": "Curiosity" + }, + { + "Number": 4, + "Title": "Storm of Heart", + "Released": "05 Jan 2020", + "Genre": "Electro house Electropop", + "Album": "Curiosity" + }, + { + "Number": 5, + "Title": "Shadow of River", + "Released": "27 Feb 2019", + "Genre": "*", + "Album": "Curiosity" + }, + { + "Number": 6, + "Title": "Wicked Dancing", + "Released": "17 Jan 2020", + "Genre": "ethno-tunes", + "Album": "Curiosity" + }, + { + "Number": 7, + "Title": "River of Light", + "Released": "22 Feb 2019", + "Genre": "R&B", + "Album": "Curiosity" + }, + { + "Number": 8, + "Title": "Lonely Breaking", + "Released": "09 Sep 2019", + "Genre": "ethno-tunes", + "Album": "Curiosity" + }, + { + "Number": 9, + "Title": "Furious Flying", + "Released": "08 Jun 2019", + "Genre": "R&B", + "Album": "Curiosity" + }, + { + "Number": 10, + "Title": "Hiding in the Storm", + "Released": "27 May 2019", + "Genre": "Electro house Electropop", + "Album": "Curiosity" + } ] } ] @@ -513,7 +723,76 @@ "USBillboard200": 69, "Artist": "Ahmad Nazeri", "Songs": [ - + { + "Number": 1, + "Title": "Gentle Falling", + "Released": "26 Apr 2019", + "Genre": "Crunk reggaeton", + "Album": "Emergency" + }, + { + "Number": 2, + "Title": "Calling in the Fire", + "Released": "03 Sep 2019", + "Genre": "ethno-tunes", + "Album": "Emergency" + }, + { + "Number": 3, + "Title": "Fire of Shadow", + "Released": "05 Jan 2019", + "Genre": "ethno-tunes", + "Album": "Emergency" + }, + { + "Number": 4, + "Title": "Dancing in the Dream", + "Released": "15 Apr 2019", + "Genre": "R&B", + "Album": "Emergency" + }, + { + "Number": 5, + "Title": "Calling in the Shadow", + "Released": "09 Oct 2019", + "Genre": "R&B", + "Album": "Emergency" + }, + { + "Number": 6, + "Title": "Falling in the Sky", + "Released": "08 Mar 2019", + "Genre": "ethno-tunes", + "Album": "Emergency" + }, + { + "Number": 7, + "Title": "Calling in the Storm", + "Released": "05 Dec 2019", + "Genre": "ethno-tunes", + "Album": "Emergency" + }, + { + "Number": 8, + "Title": "Falling in the River", + "Released": "19 Aug 2019", + "Genre": "Electro house Electropop", + "Album": "Emergency" + }, + { + "Number": 9, + "Title": "Electric Fire", + "Released": "30 Nov 2019", + "Genre": "Crunk reggaeton", + "Album": "Emergency" + }, + { + "Number": 10, + "Title": "Lonely River", + "Released": "11 Nov 2019", + "Genre": "Electro house Electropop", + "Album": "Emergency" + } ] }, { @@ -523,7 +802,76 @@ "USBillboard200": 39, "Artist": "Ahmad Nazeri", "Songs": [ - + { + "Number": 1, + "Title": "Lonely Dream", + "Released": "11 Dec 2019", + "Genre": "ethno-tunes", + "Album": "Bursting bubbles" + }, + { + "Number": 2, + "Title": "Fire of River", + "Released": "01 Aug 2019", + "Genre": "Synth-pop R&B", + "Album": "Bursting bubbles" + }, + { + "Number": 3, + "Title": "Wicked Falling", + "Released": "25 Jan 2019", + "Genre": "*", + "Album": "Bursting bubbles" + }, + { + "Number": 4, + "Title": "Crying in the Shadow", + "Released": "04 Jan 2019", + "Genre": "Synth-pop R&B", + "Album": "Bursting bubbles" + }, + { + "Number": 5, + "Title": "Wild Burning", + "Released": "10 May 2019", + "Genre": "ethno-tunes", + "Album": "Bursting bubbles" + }, + { + "Number": 6, + "Title": "Waiting in the Heart", + "Released": "07 Aug 2019", + "Genre": "ethno-tunes", + "Album": "Bursting bubbles" + }, + { + "Number": 7, + "Title": "Fire of Fire", + "Released": "16 May 2019", + "Genre": "Electro house Electropop", + "Album": "Bursting bubbles" + }, + { + "Number": 8, + "Title": "Bright Heart", + "Released": "14 Mar 2019", + "Genre": "Synth-pop R&B", + "Album": "Bursting bubbles" + }, + { + "Number": 9, + "Title": "Lonely Fire", + "Released": "15 Oct 2019", + "Genre": "R&B", + "Album": "Bursting bubbles" + }, + { + "Number": 10, + "Title": "Sky of Dream", + "Released": "20 Jun 2019", + "Genre": "ethno-tunes", + "Album": "Bursting bubbles" + } ] } ] @@ -547,7 +895,76 @@ "USBillboard200": 1, "Artist": "Kimmy McIlmorie", "Songs": [ - + { + "Number": 1, + "Title": "Storm of Sky", + "Released": "04 Mar 2019", + "Genre": "ethno-tunes", + "Album": "Here we go again" + }, + { + "Number": 2, + "Title": "Dream of Shadow", + "Released": "03 Jan 2019", + "Genre": "ethno-tunes", + "Album": "Here we go again" + }, + { + "Number": 3, + "Title": "Dream of Shadow", + "Released": "19 Dec 2019", + "Genre": "Electro house Electropop", + "Album": "Here we go again" + }, + { + "Number": 4, + "Title": "Golden Fire", + "Released": "20 Jan 2019", + "Genre": "R&B", + "Album": "Here we go again" + }, + { + "Number": 5, + "Title": "Running in the Light", + "Released": "03 Jan 2020", + "Genre": "Synth-pop R&B", + "Album": "Here we go again" + }, + { + "Number": 6, + "Title": "Flying in the Heart", + "Released": "17 Jan 2019", + "Genre": "*", + "Album": "Here we go again" + }, + { + "Number": 7, + "Title": "Fire of Storm", + "Released": "26 Jan 2019", + "Genre": "ethno-tunes", + "Album": "Here we go again" + }, + { + "Number": 8, + "Title": "Calling in the Sky", + "Released": "28 Oct 2019", + "Genre": "Synth-pop R&B", + "Album": "Here we go again" + }, + { + "Number": 9, + "Title": "Flying in the Shadow", + "Released": "30 Mar 2019", + "Genre": "ethno-tunes", + "Album": "Here we go again" + }, + { + "Number": 10, + "Title": "Golden Dancing", + "Released": "12 Oct 2019", + "Genre": "ethno-tunes", + "Album": "Here we go again" + } ] } ] @@ -771,7 +1188,76 @@ "USBillboard200": 85, "Artist": "Izabella Tabakova", "Songs": [ - + { + "Number": 1, + "Title": "Hiding in the Light", + "Released": "24 Jan 2019", + "Genre": "Synth-pop R&B", + "Album": "Dark matters" + }, + { + "Number": 2, + "Title": "Furious River", + "Released": "13 Jan 2020", + "Genre": "Electro house Electropop", + "Album": "Dark matters" + }, + { + "Number": 3, + "Title": "Wild Crying", + "Released": "27 Feb 2019", + "Genre": "Electro house Electropop", + "Album": "Dark matters" + }, + { + "Number": 4, + "Title": "Light of Dream", + "Released": "01 Jun 2019", + "Genre": "Crunk reggaeton", + "Album": "Dark matters" + }, + { + "Number": 5, + "Title": "Light of Dream", + "Released": "24 Aug 2019", + "Genre": "*", + "Album": "Dark matters" + }, + { + "Number": 6, + "Title": "Storm of Light", + "Released": "26 Feb 2019", + "Genre": "*", + "Album": "Dark matters" + }, + { + "Number": 7, + "Title": "Dark Storm", + "Released": "18 Jan 2020", + "Genre": "R&B", + "Album": "Dark matters" + }, + { + "Number": 8, + "Title": "Dark Calling", + "Released": "20 Mar 2019", + "Genre": "Crunk reggaeton", + "Album": "Dark matters" + }, + { + "Number": 9, + "Title": "Sky of Whisper", + "Released": "30 Jan 2019", + "Genre": "ethno-tunes", + "Album": "Dark matters" + }, + { + "Number": 10, + "Title": "Dancing in the Light", + "Released": "28 Nov 2019", + "Genre": "Synth-pop R&B", + "Album": "Dark matters" + } ] } ] @@ -795,7 +1281,76 @@ "USBillboard200": 5, "Artist": "Nguyễn Diệp Chi", "Songs": [ - + { + "Number": 1, + "Title": "Echo of River", + "Released": "05 Mar 2019", + "Genre": "Synth-pop R&B", + "Album": "Library of liberty" + }, + { + "Number": 2, + "Title": "Heart of River", + "Released": "12 Jan 2020", + "Genre": "Electro house Electropop", + "Album": "Library of liberty" + }, + { + "Number": 3, + "Title": "Dark Light", + "Released": "09 Aug 2019", + "Genre": "Electro house Electropop", + "Album": "Library of liberty" + }, + { + "Number": 4, + "Title": "Dark Fire", + "Released": "22 Jun 2019", + "Genre": "R&B", + "Album": "Library of liberty" + }, + { + "Number": 5, + "Title": "Flying in the Fire", + "Released": "22 Jul 2019", + "Genre": "*", + "Album": "Library of liberty" + }, + { + "Number": 6, + "Title": "Shadow of Heart", + "Released": "02 Jan 2020", + "Genre": "*", + "Album": "Library of liberty" + }, + { + "Number": 7, + "Title": "Fire of Fire", + "Released": "27 Jan 2019", + "Genre": "*", + "Album": "Library of liberty" + }, + { + "Number": 8, + "Title": "Falling in the River", + "Released": "05 Aug 2019", + "Genre": "Crunk reggaeton", + "Album": "Library of liberty" + }, + { + "Number": 9, + "Title": "Fire of Light", + "Released": "31 Dec 2019", + "Genre": "ethno-tunes", + "Album": "Library of liberty" + }, + { + "Number": 10, + "Title": "Bright Flying", + "Released": "24 Jan 2019", + "Genre": "*", + "Album": "Library of liberty" + } ] } ] @@ -819,7 +1374,76 @@ "USBillboard200": 29, "Artist": "Eva Lee", "Songs": [ - + { + "Number": 1, + "Title": "Dancing in the Shadow", + "Released": "02 Aug 2019", + "Genre": "ethno-tunes", + "Album": "Just a tease" + }, + { + "Number": 2, + "Title": "Silent Whisper", + "Released": "09 Jul 2019", + "Genre": "*", + "Album": "Just a tease" + }, + { + "Number": 3, + "Title": "Crying in the Whisper", + "Released": "30 May 2019", + "Genre": "Crunk reggaeton", + "Album": "Just a tease" + }, + { + "Number": 4, + "Title": "River of Light", + "Released": "10 Jan 2019", + "Genre": "Electro house Electropop", + "Album": "Just a tease" + }, + { + "Number": 5, + "Title": "Golden River", + "Released": "15 Nov 2019", + "Genre": "*", + "Album": "Just a tease" + }, + { + "Number": 6, + "Title": "Burning in the Shadow", + "Released": "18 Apr 2019", + "Genre": "Crunk reggaeton", + "Album": "Just a tease" + }, + { + "Number": 7, + "Title": "Shadow of Sky", + "Released": "06 Sep 2019", + "Genre": "Crunk reggaeton", + "Album": "Just a tease" + }, + { + "Number": 8, + "Title": "Gentle Waiting", + "Released": "05 Dec 2019", + "Genre": "R&B", + "Album": "Just a tease" + }, + { + "Number": 9, + "Title": "Bright River", + "Released": "27 Jan 2020", + "Genre": "R&B", + "Album": "Just a tease" + }, + { + "Number": 10, + "Title": "Heart of Storm", + "Released": "07 Jan 2019", + "Genre": "Synth-pop R&B", + "Album": "Just a tease" + } ] } ] @@ -1046,7 +1670,76 @@ "USBillboard200": 98, "Artist": "Pablo Cambeiro", "Songs": [ - + { + "Number": 1, + "Title": "Dancing in the Echo", + "Released": "03 Oct 2019", + "Genre": "Crunk reggaeton", + "Album": "Fluke" + }, + { + "Number": 2, + "Title": "Dream of Dream", + "Released": "03 Mar 2019", + "Genre": "*", + "Album": "Fluke" + }, + { + "Number": 3, + "Title": "Calling in the Echo", + "Released": "16 Sep 2019", + "Genre": "*", + "Album": "Fluke" + }, + { + "Number": 4, + "Title": "Light of Light", + "Released": "25 May 2019", + "Genre": "Electro house Electropop", + "Album": "Fluke" + }, + { + "Number": 5, + "Title": "Bright Light", + "Released": "21 Mar 2019", + "Genre": "R&B", + "Album": "Fluke" + }, + { + "Number": 6, + "Title": "Storm of Echo", + "Released": "17 Jul 2019", + "Genre": "Synth-pop R&B", + "Album": "Fluke" + }, + { + "Number": 7, + "Title": "Lonely Calling", + "Released": "10 Apr 2019", + "Genre": "ethno-tunes", + "Album": "Fluke" + }, + { + "Number": 8, + "Title": "Gentle Falling", + "Released": "28 Nov 2019", + "Genre": "Synth-pop R&B", + "Album": "Fluke" + }, + { + "Number": 9, + "Title": "Wild Flying", + "Released": "26 Nov 2019", + "Genre": "Crunk reggaeton", + "Album": "Fluke" + }, + { + "Number": 10, + "Title": "Sky of Dream", + "Released": "29 May 2019", + "Genre": "R&B", + "Album": "Fluke" + } ] }, { @@ -1142,7 +1835,76 @@ "USBillboard200": 77, "Artist": "Athar Malakooti", "Songs": [ - + { + "Number": 1, + "Title": "Hiding in the Whisper", + "Released": "03 Apr 2019", + "Genre": "R&B", + "Album": "Pushing up daisies" + }, + { + "Number": 2, + "Title": "Wicked Light", + "Released": "21 Aug 2019", + "Genre": "R&B", + "Album": "Pushing up daisies" + }, + { + "Number": 3, + "Title": "Flying in the River", + "Released": "03 Feb 2020", + "Genre": "Synth-pop R&B", + "Album": "Pushing up daisies" + }, + { + "Number": 4, + "Title": "Wicked Hiding", + "Released": "15 Sep 2019", + "Genre": "Synth-pop R&B", + "Album": "Pushing up daisies" + }, + { + "Number": 5, + "Title": "Lonely Light", + "Released": "13 May 2019", + "Genre": "Electro house Electropop", + "Album": "Pushing up daisies" + }, + { + "Number": 6, + "Title": "Bright Dancing", + "Released": "10 Apr 2019", + "Genre": "Synth-pop R&B", + "Album": "Pushing up daisies" + }, + { + "Number": 7, + "Title": "Gentle Dream", + "Released": "21 May 2019", + "Genre": "*", + "Album": "Pushing up daisies" + }, + { + "Number": 8, + "Title": "Sky of Echo", + "Released": "09 Jun 2019", + "Genre": "Synth-pop R&B", + "Album": "Pushing up daisies" + }, + { + "Number": 9, + "Title": "Breaking in the Sky", + "Released": "27 Dec 2019", + "Genre": "Crunk reggaeton", + "Album": "Pushing up daisies" + }, + { + "Number": 10, + "Title": "Whisper of Shadow", + "Released": "04 Jan 2019", + "Genre": "ethno-tunes", + "Album": "Pushing up daisies" + } ] } ] @@ -1179,7 +1941,76 @@ "USBillboard200": 9, "Artist": "Marti Valencia", "Songs": [ - + { + "Number": 1, + "Title": "Hiding in the Sky", + "Released": "26 Nov 2019", + "Genre": "Synth-pop R&B", + "Album": "Nemesis" + }, + { + "Number": 2, + "Title": "Waiting in the Echo", + "Released": "10 Jul 2019", + "Genre": "ethno-tunes", + "Album": "Nemesis" + }, + { + "Number": 3, + "Title": "Wicked Shadow", + "Released": "29 Jul 2019", + "Genre": "Synth-pop R&B", + "Album": "Nemesis" + }, + { + "Number": 4, + "Title": "Crying in the Whisper", + "Released": "09 Apr 2019", + "Genre": "*", + "Album": "Nemesis" + }, + { + "Number": 5, + "Title": "Echo of Storm", + "Released": "19 Nov 2019", + "Genre": "Crunk reggaeton", + "Album": "Nemesis" + }, + { + "Number": 6, + "Title": "Shadow of Sky", + "Released": "24 Jul 2019", + "Genre": "Crunk reggaeton", + "Album": "Nemesis" + }, + { + "Number": 7, + "Title": "Golden Hiding", + "Released": "12 Dec 2019", + "Genre": "Electro house Electropop", + "Album": "Nemesis" + }, + { + "Number": 8, + "Title": "Wild Dancing", + "Released": "17 Aug 2019", + "Genre": "Synth-pop R&B", + "Album": "Nemesis" + }, + { + "Number": 9, + "Title": "Bright Burning", + "Released": "30 Aug 2019", + "Genre": "Electro house Electropop", + "Album": "Nemesis" + }, + { + "Number": 10, + "Title": "Flying in the River", + "Released": "02 Sep 2019", + "Genre": "*", + "Album": "Nemesis" + } ] }, { @@ -1282,7 +2113,76 @@ "USBillboard200": 37, "Artist": "Marti Valencia", "Songs": [ - + { + "Number": 1, + "Title": "Wild River", + "Released": "11 Jan 2019", + "Genre": "*", + "Album": "God's advocate" + }, + { + "Number": 2, + "Title": "Wicked Whisper", + "Released": "16 Feb 2019", + "Genre": "Electro house Electropop", + "Album": "God's advocate" + }, + { + "Number": 3, + "Title": "Storm of Heart", + "Released": "11 Aug 2019", + "Genre": "*", + "Album": "God's advocate" + }, + { + "Number": 4, + "Title": "Golden Dancing", + "Released": "02 Mar 2019", + "Genre": "Crunk reggaeton", + "Album": "God's advocate" + }, + { + "Number": 5, + "Title": "Calling in the Sky", + "Released": "10 Sep 2019", + "Genre": "Electro house Electropop", + "Album": "God's advocate" + }, + { + "Number": 6, + "Title": "Calling in the Heart", + "Released": "12 Jan 2019", + "Genre": "ethno-tunes", + "Album": "God's advocate" + }, + { + "Number": 7, + "Title": "Running in the Storm", + "Released": "10 Nov 2019", + "Genre": "Synth-pop R&B", + "Album": "God's advocate" + }, + { + "Number": 8, + "Title": "Wild Sky", + "Released": "10 Apr 2019", + "Genre": "R&B", + "Album": "God's advocate" + }, + { + "Number": 9, + "Title": "Crying in the Shadow", + "Released": "02 Mar 2019", + "Genre": "R&B", + "Album": "God's advocate" + }, + { + "Number": 10, + "Title": "Whisper of River", + "Released": "12 May 2019", + "Genre": "*", + "Album": "God's advocate" + } ] } ] @@ -1306,7 +2206,76 @@ "USBillboard200": 7, "Artist": "Alicia Stanger", "Songs": [ - + { + "Number": 1, + "Title": "Shadow of Light", + "Released": "24 Mar 2019", + "Genre": "ethno-tunes", + "Album": "Forever alone" + }, + { + "Number": 2, + "Title": "Running in the Echo", + "Released": "03 May 2019", + "Genre": "Crunk reggaeton", + "Album": "Forever alone" + }, + { + "Number": 3, + "Title": "Gentle Dream", + "Released": "24 Aug 2019", + "Genre": "Crunk reggaeton", + "Album": "Forever alone" + }, + { + "Number": 4, + "Title": "Furious River", + "Released": "24 Apr 2019", + "Genre": "ethno-tunes", + "Album": "Forever alone" + }, + { + "Number": 5, + "Title": "Wild Whisper", + "Released": "09 Mar 2019", + "Genre": "ethno-tunes", + "Album": "Forever alone" + }, + { + "Number": 6, + "Title": "Whisper of Sky", + "Released": "24 Jul 2019", + "Genre": "Crunk reggaeton", + "Album": "Forever alone" + }, + { + "Number": 7, + "Title": "Lonely Storm", + "Released": "01 May 2019", + "Genre": "Crunk reggaeton", + "Album": "Forever alone" + }, + { + "Number": 8, + "Title": "Dancing in the River", + "Released": "17 Dec 2019", + "Genre": "*", + "Album": "Forever alone" + }, + { + "Number": 9, + "Title": "Electric Fire", + "Released": "17 Oct 2019", + "Genre": "Electro house Electropop", + "Album": "Forever alone" + }, + { + "Number": 10, + "Title": "Electric Sky", + "Released": "25 Sep 2019", + "Genre": "ethno-tunes", + "Album": "Forever alone" + } ] } ] @@ -1371,7 +2340,76 @@ "USBillboard200": 35, "Artist": "Peter Taylor", "Songs": [ - + { + "Number": 1, + "Title": "Calling in the Dream", + "Released": "01 Aug 2019", + "Genre": "R&B", + "Album": "Decisions decisions" + }, + { + "Number": 2, + "Title": "Electric Burning", + "Released": "10 Sep 2019", + "Genre": "Electro house Electropop", + "Album": "Decisions decisions" + }, + { + "Number": 3, + "Title": "Dark Flying", + "Released": "28 Apr 2019", + "Genre": "*", + "Album": "Decisions decisions" + }, + { + "Number": 4, + "Title": "Gentle Sky", + "Released": "20 Nov 2019", + "Genre": "ethno-tunes", + "Album": "Decisions decisions" + }, + { + "Number": 5, + "Title": "Gentle Calling", + "Released": "13 Jan 2019", + "Genre": "Crunk reggaeton", + "Album": "Decisions decisions" + }, + { + "Number": 6, + "Title": "Golden Falling", + "Released": "14 Feb 2019", + "Genre": "Crunk reggaeton", + "Album": "Decisions decisions" + }, + { + "Number": 7, + "Title": "Silent River", + "Released": "13 Feb 2019", + "Genre": "R&B", + "Album": "Decisions decisions" + }, + { + "Number": 8, + "Title": "Furious Calling", + "Released": "11 Jun 2019", + "Genre": "Synth-pop R&B", + "Album": "Decisions decisions" + }, + { + "Number": 9, + "Title": "Running in the Echo", + "Released": "06 Nov 2019", + "Genre": "Electro house Electropop", + "Album": "Decisions decisions" + }, + { + "Number": 10, + "Title": "Furious River", + "Released": "12 Mar 2019", + "Genre": "*", + "Album": "Decisions decisions" + } ] }, { @@ -1381,7 +2419,76 @@ "USBillboard200": 89, "Artist": "Peter Taylor", "Songs": [ - + { + "Number": 1, + "Title": "Dark Crying", + "Released": "27 Apr 2019", + "Genre": "Electro house Electropop", + "Album": "Climate changed" + }, + { + "Number": 2, + "Title": "Dark Waiting", + "Released": "14 Nov 2019", + "Genre": "Synth-pop R&B", + "Album": "Climate changed" + }, + { + "Number": 3, + "Title": "Furious Waiting", + "Released": "23 May 2019", + "Genre": "*", + "Album": "Climate changed" + }, + { + "Number": 4, + "Title": "Running in the Echo", + "Released": "29 Nov 2019", + "Genre": "Crunk reggaeton", + "Album": "Climate changed" + }, + { + "Number": 5, + "Title": "Dream of Sky", + "Released": "31 Oct 2019", + "Genre": "Crunk reggaeton", + "Album": "Climate changed" + }, + { + "Number": 6, + "Title": "Hiding in the Heart", + "Released": "09 Aug 2019", + "Genre": "R&B", + "Album": "Climate changed" + }, + { + "Number": 7, + "Title": "Sky of Storm", + "Released": "01 Jun 2019", + "Genre": "R&B", + "Album": "Climate changed" + }, + { + "Number": 8, + "Title": "Light of Storm", + "Released": "17 Jan 2020", + "Genre": "ethno-tunes", + "Album": "Climate changed" + }, + { + "Number": 9, + "Title": "Light of Sky", + "Released": "26 May 2019", + "Genre": "*", + "Album": "Climate changed" + }, + { + "Number": 10, + "Title": "Golden River", + "Released": "19 Jun 2019", + "Genre": "*", + "Album": "Climate changed" + } ] } ] diff --git a/samples/grids/hierarchical-grid/column-sorting-style/src/SingersData.json b/samples/grids/hierarchical-grid/column-sorting-style/src/SingersData.json index f7508f3c9a..75ec4ec561 100644 --- a/samples/grids/hierarchical-grid/column-sorting-style/src/SingersData.json +++ b/samples/grids/hierarchical-grid/column-sorting-style/src/SingersData.json @@ -78,7 +78,79 @@ "LaunchDate": "September 3, 2013", "BillboardReview": 86, "USBillboard200": 1, - "Artist": "Naomí Yepes" + "Artist": "Naomí Yepes", + "Songs": [ + { + "Number": 1, + "Title": "Lonely Falling", + "Released": "01 May 2019", + "Genre": "*", + "Album": "Initiation" + }, + { + "Number": 2, + "Title": "Bright Breaking", + "Released": "25 Jul 2019", + "Genre": "Electro house Electropop", + "Album": "Initiation" + }, + { + "Number": 3, + "Title": "River of Whisper", + "Released": "29 Jan 2020", + "Genre": "Electro house Electropop", + "Album": "Initiation" + }, + { + "Number": 4, + "Title": "Sky of Storm", + "Released": "07 May 2019", + "Genre": "Electro house Electropop", + "Album": "Initiation" + }, + { + "Number": 5, + "Title": "Electric River", + "Released": "20 Jan 2020", + "Genre": "R&B", + "Album": "Initiation" + }, + { + "Number": 6, + "Title": "Storm of Storm", + "Released": "01 Sep 2019", + "Genre": "Crunk reggaeton", + "Album": "Initiation" + }, + { + "Number": 7, + "Title": "Fire of Dream", + "Released": "12 Sep 2019", + "Genre": "Electro house Electropop", + "Album": "Initiation" + }, + { + "Number": 8, + "Title": "Burning in the Light", + "Released": "15 Apr 2019", + "Genre": "*", + "Album": "Initiation" + }, + { + "Number": 9, + "Title": "Burning in the Storm", + "Released": "10 Sep 2019", + "Genre": "Electro house Electropop", + "Album": "Initiation" + }, + { + "Number": 10, + "Title": "Shadow of Whisper", + "Released": "06 Jan 2019", + "Genre": "Crunk reggaeton", + "Album": "Initiation" + } + ] }, { "Album": "Dream Driven", @@ -90,7 +162,7 @@ { "Number": 1, "Title": "Intro", - "Released": false, + "Released": "10 Sep 2019", "Genre": "*", "Album": "Dream Driven" }, @@ -111,7 +183,7 @@ { "Number": 4, "Title": "Future past", - "Released": false, + "Released": "20 Sep 2011", "Genre": "*", "Album": "Dream Driven" }, @@ -132,14 +204,14 @@ { "Number": 7, "Title": "Stay where you are", - "Released": false, + "Released": "14 Sep 2013", "Genre": "*", "Album": "Dream Driven" }, { "Number": 8, "Title": "Imaginarium", - "Released": false, + "Released": "20 Sep 2021", "Genre": "*", "Album": "Dream Driven" }, @@ -153,21 +225,21 @@ { "Number": 10, "Title": "Shredded into pieces", - "Released": false, + "Released": "11 Sep 2015", "Genre": "*", "Album": "Dream Driven" }, { "Number": 11, "Title": "Capture this moment", - "Released": false, + "Released": "13 Sep 2016", "Genre": "*", "Album": "Dream Driven" }, { "Number": 12, "Title": "Dream Driven", - "Released": false, + "Released": "14 Sep 2014", "Genre": "*", "Album": "Dream Driven" } @@ -180,7 +252,76 @@ "USBillboard200": 2, "Artist": "Naomí Yepes", "Songs": [ - + { + "Number": 1, + "Title": "Calling in the Storm", + "Released": "12 Mar 2019", + "Genre": "Electro house Electropop", + "Album": "The dragon journey" + }, + { + "Number": 2, + "Title": "Hiding in the Dream", + "Released": "23 Mar 2019", + "Genre": "R&B", + "Album": "The dragon journey" + }, + { + "Number": 3, + "Title": "Electric Heart", + "Released": "17 Mar 2019", + "Genre": "ethno-tunes", + "Album": "The dragon journey" + }, + { + "Number": 4, + "Title": "Shadow of Echo", + "Released": "20 Feb 2019", + "Genre": "ethno-tunes", + "Album": "The dragon journey" + }, + { + "Number": 5, + "Title": "Flying in the Storm", + "Released": "08 Apr 2019", + "Genre": "R&B", + "Album": "The dragon journey" + }, + { + "Number": 6, + "Title": "Dark Waiting", + "Released": "20 Oct 2019", + "Genre": "Synth-pop R&B", + "Album": "The dragon journey" + }, + { + "Number": 7, + "Title": "Fire of River", + "Released": "20 Feb 2019", + "Genre": "Synth-pop R&B", + "Album": "The dragon journey" + }, + { + "Number": 8, + "Title": "Wild Crying", + "Released": "14 Jun 2019", + "Genre": "R&B", + "Album": "The dragon journey" + }, + { + "Number": 9, + "Title": "Bright Dancing", + "Released": "14 Mar 2019", + "Genre": "Electro house Electropop", + "Album": "The dragon journey" + }, + { + "Number": 10, + "Title": "Golden Waiting", + "Released": "12 Sep 2019", + "Genre": "Synth-pop R&B", + "Album": "The dragon journey" + } ] }, { @@ -276,7 +417,76 @@ "USBillboard200": 12, "Artist": "Naomí Yepes", "Songs": [ - + { + "Number": 1, + "Title": "Storm of Dream", + "Released": "05 Jan 2019", + "Genre": "*", + "Album": "Curiosity" + }, + { + "Number": 2, + "Title": "Echo of Dream", + "Released": "28 Jan 2019", + "Genre": "Synth-pop R&B", + "Album": "Curiosity" + }, + { + "Number": 3, + "Title": "Light of Shadow", + "Released": "07 Feb 2019", + "Genre": "Synth-pop R&B", + "Album": "Curiosity" + }, + { + "Number": 4, + "Title": "Storm of Heart", + "Released": "05 Jan 2020", + "Genre": "Electro house Electropop", + "Album": "Curiosity" + }, + { + "Number": 5, + "Title": "Shadow of River", + "Released": "27 Feb 2019", + "Genre": "*", + "Album": "Curiosity" + }, + { + "Number": 6, + "Title": "Wicked Dancing", + "Released": "17 Jan 2020", + "Genre": "ethno-tunes", + "Album": "Curiosity" + }, + { + "Number": 7, + "Title": "River of Light", + "Released": "22 Feb 2019", + "Genre": "R&B", + "Album": "Curiosity" + }, + { + "Number": 8, + "Title": "Lonely Breaking", + "Released": "09 Sep 2019", + "Genre": "ethno-tunes", + "Album": "Curiosity" + }, + { + "Number": 9, + "Title": "Furious Flying", + "Released": "08 Jun 2019", + "Genre": "R&B", + "Album": "Curiosity" + }, + { + "Number": 10, + "Title": "Hiding in the Storm", + "Released": "27 May 2019", + "Genre": "Electro house Electropop", + "Album": "Curiosity" + } ] } ] @@ -513,7 +723,76 @@ "USBillboard200": 69, "Artist": "Ahmad Nazeri", "Songs": [ - + { + "Number": 1, + "Title": "Gentle Falling", + "Released": "26 Apr 2019", + "Genre": "Crunk reggaeton", + "Album": "Emergency" + }, + { + "Number": 2, + "Title": "Calling in the Fire", + "Released": "03 Sep 2019", + "Genre": "ethno-tunes", + "Album": "Emergency" + }, + { + "Number": 3, + "Title": "Fire of Shadow", + "Released": "05 Jan 2019", + "Genre": "ethno-tunes", + "Album": "Emergency" + }, + { + "Number": 4, + "Title": "Dancing in the Dream", + "Released": "15 Apr 2019", + "Genre": "R&B", + "Album": "Emergency" + }, + { + "Number": 5, + "Title": "Calling in the Shadow", + "Released": "09 Oct 2019", + "Genre": "R&B", + "Album": "Emergency" + }, + { + "Number": 6, + "Title": "Falling in the Sky", + "Released": "08 Mar 2019", + "Genre": "ethno-tunes", + "Album": "Emergency" + }, + { + "Number": 7, + "Title": "Calling in the Storm", + "Released": "05 Dec 2019", + "Genre": "ethno-tunes", + "Album": "Emergency" + }, + { + "Number": 8, + "Title": "Falling in the River", + "Released": "19 Aug 2019", + "Genre": "Electro house Electropop", + "Album": "Emergency" + }, + { + "Number": 9, + "Title": "Electric Fire", + "Released": "30 Nov 2019", + "Genre": "Crunk reggaeton", + "Album": "Emergency" + }, + { + "Number": 10, + "Title": "Lonely River", + "Released": "11 Nov 2019", + "Genre": "Electro house Electropop", + "Album": "Emergency" + } ] }, { @@ -523,7 +802,76 @@ "USBillboard200": 39, "Artist": "Ahmad Nazeri", "Songs": [ - + { + "Number": 1, + "Title": "Lonely Dream", + "Released": "11 Dec 2019", + "Genre": "ethno-tunes", + "Album": "Bursting bubbles" + }, + { + "Number": 2, + "Title": "Fire of River", + "Released": "01 Aug 2019", + "Genre": "Synth-pop R&B", + "Album": "Bursting bubbles" + }, + { + "Number": 3, + "Title": "Wicked Falling", + "Released": "25 Jan 2019", + "Genre": "*", + "Album": "Bursting bubbles" + }, + { + "Number": 4, + "Title": "Crying in the Shadow", + "Released": "04 Jan 2019", + "Genre": "Synth-pop R&B", + "Album": "Bursting bubbles" + }, + { + "Number": 5, + "Title": "Wild Burning", + "Released": "10 May 2019", + "Genre": "ethno-tunes", + "Album": "Bursting bubbles" + }, + { + "Number": 6, + "Title": "Waiting in the Heart", + "Released": "07 Aug 2019", + "Genre": "ethno-tunes", + "Album": "Bursting bubbles" + }, + { + "Number": 7, + "Title": "Fire of Fire", + "Released": "16 May 2019", + "Genre": "Electro house Electropop", + "Album": "Bursting bubbles" + }, + { + "Number": 8, + "Title": "Bright Heart", + "Released": "14 Mar 2019", + "Genre": "Synth-pop R&B", + "Album": "Bursting bubbles" + }, + { + "Number": 9, + "Title": "Lonely Fire", + "Released": "15 Oct 2019", + "Genre": "R&B", + "Album": "Bursting bubbles" + }, + { + "Number": 10, + "Title": "Sky of Dream", + "Released": "20 Jun 2019", + "Genre": "ethno-tunes", + "Album": "Bursting bubbles" + } ] } ] @@ -547,7 +895,76 @@ "USBillboard200": 1, "Artist": "Kimmy McIlmorie", "Songs": [ - + { + "Number": 1, + "Title": "Storm of Sky", + "Released": "04 Mar 2019", + "Genre": "ethno-tunes", + "Album": "Here we go again" + }, + { + "Number": 2, + "Title": "Dream of Shadow", + "Released": "03 Jan 2019", + "Genre": "ethno-tunes", + "Album": "Here we go again" + }, + { + "Number": 3, + "Title": "Dream of Shadow", + "Released": "19 Dec 2019", + "Genre": "Electro house Electropop", + "Album": "Here we go again" + }, + { + "Number": 4, + "Title": "Golden Fire", + "Released": "20 Jan 2019", + "Genre": "R&B", + "Album": "Here we go again" + }, + { + "Number": 5, + "Title": "Running in the Light", + "Released": "03 Jan 2020", + "Genre": "Synth-pop R&B", + "Album": "Here we go again" + }, + { + "Number": 6, + "Title": "Flying in the Heart", + "Released": "17 Jan 2019", + "Genre": "*", + "Album": "Here we go again" + }, + { + "Number": 7, + "Title": "Fire of Storm", + "Released": "26 Jan 2019", + "Genre": "ethno-tunes", + "Album": "Here we go again" + }, + { + "Number": 8, + "Title": "Calling in the Sky", + "Released": "28 Oct 2019", + "Genre": "Synth-pop R&B", + "Album": "Here we go again" + }, + { + "Number": 9, + "Title": "Flying in the Shadow", + "Released": "30 Mar 2019", + "Genre": "ethno-tunes", + "Album": "Here we go again" + }, + { + "Number": 10, + "Title": "Golden Dancing", + "Released": "12 Oct 2019", + "Genre": "ethno-tunes", + "Album": "Here we go again" + } ] } ] @@ -771,7 +1188,76 @@ "USBillboard200": 85, "Artist": "Izabella Tabakova", "Songs": [ - + { + "Number": 1, + "Title": "Hiding in the Light", + "Released": "24 Jan 2019", + "Genre": "Synth-pop R&B", + "Album": "Dark matters" + }, + { + "Number": 2, + "Title": "Furious River", + "Released": "13 Jan 2020", + "Genre": "Electro house Electropop", + "Album": "Dark matters" + }, + { + "Number": 3, + "Title": "Wild Crying", + "Released": "27 Feb 2019", + "Genre": "Electro house Electropop", + "Album": "Dark matters" + }, + { + "Number": 4, + "Title": "Light of Dream", + "Released": "01 Jun 2019", + "Genre": "Crunk reggaeton", + "Album": "Dark matters" + }, + { + "Number": 5, + "Title": "Light of Dream", + "Released": "24 Aug 2019", + "Genre": "*", + "Album": "Dark matters" + }, + { + "Number": 6, + "Title": "Storm of Light", + "Released": "26 Feb 2019", + "Genre": "*", + "Album": "Dark matters" + }, + { + "Number": 7, + "Title": "Dark Storm", + "Released": "18 Jan 2020", + "Genre": "R&B", + "Album": "Dark matters" + }, + { + "Number": 8, + "Title": "Dark Calling", + "Released": "20 Mar 2019", + "Genre": "Crunk reggaeton", + "Album": "Dark matters" + }, + { + "Number": 9, + "Title": "Sky of Whisper", + "Released": "30 Jan 2019", + "Genre": "ethno-tunes", + "Album": "Dark matters" + }, + { + "Number": 10, + "Title": "Dancing in the Light", + "Released": "28 Nov 2019", + "Genre": "Synth-pop R&B", + "Album": "Dark matters" + } ] } ] @@ -795,7 +1281,76 @@ "USBillboard200": 5, "Artist": "Nguyễn Diệp Chi", "Songs": [ - + { + "Number": 1, + "Title": "Echo of River", + "Released": "05 Mar 2019", + "Genre": "Synth-pop R&B", + "Album": "Library of liberty" + }, + { + "Number": 2, + "Title": "Heart of River", + "Released": "12 Jan 2020", + "Genre": "Electro house Electropop", + "Album": "Library of liberty" + }, + { + "Number": 3, + "Title": "Dark Light", + "Released": "09 Aug 2019", + "Genre": "Electro house Electropop", + "Album": "Library of liberty" + }, + { + "Number": 4, + "Title": "Dark Fire", + "Released": "22 Jun 2019", + "Genre": "R&B", + "Album": "Library of liberty" + }, + { + "Number": 5, + "Title": "Flying in the Fire", + "Released": "22 Jul 2019", + "Genre": "*", + "Album": "Library of liberty" + }, + { + "Number": 6, + "Title": "Shadow of Heart", + "Released": "02 Jan 2020", + "Genre": "*", + "Album": "Library of liberty" + }, + { + "Number": 7, + "Title": "Fire of Fire", + "Released": "27 Jan 2019", + "Genre": "*", + "Album": "Library of liberty" + }, + { + "Number": 8, + "Title": "Falling in the River", + "Released": "05 Aug 2019", + "Genre": "Crunk reggaeton", + "Album": "Library of liberty" + }, + { + "Number": 9, + "Title": "Fire of Light", + "Released": "31 Dec 2019", + "Genre": "ethno-tunes", + "Album": "Library of liberty" + }, + { + "Number": 10, + "Title": "Bright Flying", + "Released": "24 Jan 2019", + "Genre": "*", + "Album": "Library of liberty" + } ] } ] @@ -819,7 +1374,76 @@ "USBillboard200": 29, "Artist": "Eva Lee", "Songs": [ - + { + "Number": 1, + "Title": "Dancing in the Shadow", + "Released": "02 Aug 2019", + "Genre": "ethno-tunes", + "Album": "Just a tease" + }, + { + "Number": 2, + "Title": "Silent Whisper", + "Released": "09 Jul 2019", + "Genre": "*", + "Album": "Just a tease" + }, + { + "Number": 3, + "Title": "Crying in the Whisper", + "Released": "30 May 2019", + "Genre": "Crunk reggaeton", + "Album": "Just a tease" + }, + { + "Number": 4, + "Title": "River of Light", + "Released": "10 Jan 2019", + "Genre": "Electro house Electropop", + "Album": "Just a tease" + }, + { + "Number": 5, + "Title": "Golden River", + "Released": "15 Nov 2019", + "Genre": "*", + "Album": "Just a tease" + }, + { + "Number": 6, + "Title": "Burning in the Shadow", + "Released": "18 Apr 2019", + "Genre": "Crunk reggaeton", + "Album": "Just a tease" + }, + { + "Number": 7, + "Title": "Shadow of Sky", + "Released": "06 Sep 2019", + "Genre": "Crunk reggaeton", + "Album": "Just a tease" + }, + { + "Number": 8, + "Title": "Gentle Waiting", + "Released": "05 Dec 2019", + "Genre": "R&B", + "Album": "Just a tease" + }, + { + "Number": 9, + "Title": "Bright River", + "Released": "27 Jan 2020", + "Genre": "R&B", + "Album": "Just a tease" + }, + { + "Number": 10, + "Title": "Heart of Storm", + "Released": "07 Jan 2019", + "Genre": "Synth-pop R&B", + "Album": "Just a tease" + } ] } ] @@ -1046,7 +1670,76 @@ "USBillboard200": 98, "Artist": "Pablo Cambeiro", "Songs": [ - + { + "Number": 1, + "Title": "Dancing in the Echo", + "Released": "03 Oct 2019", + "Genre": "Crunk reggaeton", + "Album": "Fluke" + }, + { + "Number": 2, + "Title": "Dream of Dream", + "Released": "03 Mar 2019", + "Genre": "*", + "Album": "Fluke" + }, + { + "Number": 3, + "Title": "Calling in the Echo", + "Released": "16 Sep 2019", + "Genre": "*", + "Album": "Fluke" + }, + { + "Number": 4, + "Title": "Light of Light", + "Released": "25 May 2019", + "Genre": "Electro house Electropop", + "Album": "Fluke" + }, + { + "Number": 5, + "Title": "Bright Light", + "Released": "21 Mar 2019", + "Genre": "R&B", + "Album": "Fluke" + }, + { + "Number": 6, + "Title": "Storm of Echo", + "Released": "17 Jul 2019", + "Genre": "Synth-pop R&B", + "Album": "Fluke" + }, + { + "Number": 7, + "Title": "Lonely Calling", + "Released": "10 Apr 2019", + "Genre": "ethno-tunes", + "Album": "Fluke" + }, + { + "Number": 8, + "Title": "Gentle Falling", + "Released": "28 Nov 2019", + "Genre": "Synth-pop R&B", + "Album": "Fluke" + }, + { + "Number": 9, + "Title": "Wild Flying", + "Released": "26 Nov 2019", + "Genre": "Crunk reggaeton", + "Album": "Fluke" + }, + { + "Number": 10, + "Title": "Sky of Dream", + "Released": "29 May 2019", + "Genre": "R&B", + "Album": "Fluke" + } ] }, { @@ -1142,7 +1835,76 @@ "USBillboard200": 77, "Artist": "Athar Malakooti", "Songs": [ - + { + "Number": 1, + "Title": "Hiding in the Whisper", + "Released": "03 Apr 2019", + "Genre": "R&B", + "Album": "Pushing up daisies" + }, + { + "Number": 2, + "Title": "Wicked Light", + "Released": "21 Aug 2019", + "Genre": "R&B", + "Album": "Pushing up daisies" + }, + { + "Number": 3, + "Title": "Flying in the River", + "Released": "03 Feb 2020", + "Genre": "Synth-pop R&B", + "Album": "Pushing up daisies" + }, + { + "Number": 4, + "Title": "Wicked Hiding", + "Released": "15 Sep 2019", + "Genre": "Synth-pop R&B", + "Album": "Pushing up daisies" + }, + { + "Number": 5, + "Title": "Lonely Light", + "Released": "13 May 2019", + "Genre": "Electro house Electropop", + "Album": "Pushing up daisies" + }, + { + "Number": 6, + "Title": "Bright Dancing", + "Released": "10 Apr 2019", + "Genre": "Synth-pop R&B", + "Album": "Pushing up daisies" + }, + { + "Number": 7, + "Title": "Gentle Dream", + "Released": "21 May 2019", + "Genre": "*", + "Album": "Pushing up daisies" + }, + { + "Number": 8, + "Title": "Sky of Echo", + "Released": "09 Jun 2019", + "Genre": "Synth-pop R&B", + "Album": "Pushing up daisies" + }, + { + "Number": 9, + "Title": "Breaking in the Sky", + "Released": "27 Dec 2019", + "Genre": "Crunk reggaeton", + "Album": "Pushing up daisies" + }, + { + "Number": 10, + "Title": "Whisper of Shadow", + "Released": "04 Jan 2019", + "Genre": "ethno-tunes", + "Album": "Pushing up daisies" + } ] } ] @@ -1179,7 +1941,76 @@ "USBillboard200": 9, "Artist": "Marti Valencia", "Songs": [ - + { + "Number": 1, + "Title": "Hiding in the Sky", + "Released": "26 Nov 2019", + "Genre": "Synth-pop R&B", + "Album": "Nemesis" + }, + { + "Number": 2, + "Title": "Waiting in the Echo", + "Released": "10 Jul 2019", + "Genre": "ethno-tunes", + "Album": "Nemesis" + }, + { + "Number": 3, + "Title": "Wicked Shadow", + "Released": "29 Jul 2019", + "Genre": "Synth-pop R&B", + "Album": "Nemesis" + }, + { + "Number": 4, + "Title": "Crying in the Whisper", + "Released": "09 Apr 2019", + "Genre": "*", + "Album": "Nemesis" + }, + { + "Number": 5, + "Title": "Echo of Storm", + "Released": "19 Nov 2019", + "Genre": "Crunk reggaeton", + "Album": "Nemesis" + }, + { + "Number": 6, + "Title": "Shadow of Sky", + "Released": "24 Jul 2019", + "Genre": "Crunk reggaeton", + "Album": "Nemesis" + }, + { + "Number": 7, + "Title": "Golden Hiding", + "Released": "12 Dec 2019", + "Genre": "Electro house Electropop", + "Album": "Nemesis" + }, + { + "Number": 8, + "Title": "Wild Dancing", + "Released": "17 Aug 2019", + "Genre": "Synth-pop R&B", + "Album": "Nemesis" + }, + { + "Number": 9, + "Title": "Bright Burning", + "Released": "30 Aug 2019", + "Genre": "Electro house Electropop", + "Album": "Nemesis" + }, + { + "Number": 10, + "Title": "Flying in the River", + "Released": "02 Sep 2019", + "Genre": "*", + "Album": "Nemesis" + } ] }, { @@ -1282,7 +2113,76 @@ "USBillboard200": 37, "Artist": "Marti Valencia", "Songs": [ - + { + "Number": 1, + "Title": "Wild River", + "Released": "11 Jan 2019", + "Genre": "*", + "Album": "God's advocate" + }, + { + "Number": 2, + "Title": "Wicked Whisper", + "Released": "16 Feb 2019", + "Genre": "Electro house Electropop", + "Album": "God's advocate" + }, + { + "Number": 3, + "Title": "Storm of Heart", + "Released": "11 Aug 2019", + "Genre": "*", + "Album": "God's advocate" + }, + { + "Number": 4, + "Title": "Golden Dancing", + "Released": "02 Mar 2019", + "Genre": "Crunk reggaeton", + "Album": "God's advocate" + }, + { + "Number": 5, + "Title": "Calling in the Sky", + "Released": "10 Sep 2019", + "Genre": "Electro house Electropop", + "Album": "God's advocate" + }, + { + "Number": 6, + "Title": "Calling in the Heart", + "Released": "12 Jan 2019", + "Genre": "ethno-tunes", + "Album": "God's advocate" + }, + { + "Number": 7, + "Title": "Running in the Storm", + "Released": "10 Nov 2019", + "Genre": "Synth-pop R&B", + "Album": "God's advocate" + }, + { + "Number": 8, + "Title": "Wild Sky", + "Released": "10 Apr 2019", + "Genre": "R&B", + "Album": "God's advocate" + }, + { + "Number": 9, + "Title": "Crying in the Shadow", + "Released": "02 Mar 2019", + "Genre": "R&B", + "Album": "God's advocate" + }, + { + "Number": 10, + "Title": "Whisper of River", + "Released": "12 May 2019", + "Genre": "*", + "Album": "God's advocate" + } ] } ] @@ -1306,7 +2206,76 @@ "USBillboard200": 7, "Artist": "Alicia Stanger", "Songs": [ - + { + "Number": 1, + "Title": "Shadow of Light", + "Released": "24 Mar 2019", + "Genre": "ethno-tunes", + "Album": "Forever alone" + }, + { + "Number": 2, + "Title": "Running in the Echo", + "Released": "03 May 2019", + "Genre": "Crunk reggaeton", + "Album": "Forever alone" + }, + { + "Number": 3, + "Title": "Gentle Dream", + "Released": "24 Aug 2019", + "Genre": "Crunk reggaeton", + "Album": "Forever alone" + }, + { + "Number": 4, + "Title": "Furious River", + "Released": "24 Apr 2019", + "Genre": "ethno-tunes", + "Album": "Forever alone" + }, + { + "Number": 5, + "Title": "Wild Whisper", + "Released": "09 Mar 2019", + "Genre": "ethno-tunes", + "Album": "Forever alone" + }, + { + "Number": 6, + "Title": "Whisper of Sky", + "Released": "24 Jul 2019", + "Genre": "Crunk reggaeton", + "Album": "Forever alone" + }, + { + "Number": 7, + "Title": "Lonely Storm", + "Released": "01 May 2019", + "Genre": "Crunk reggaeton", + "Album": "Forever alone" + }, + { + "Number": 8, + "Title": "Dancing in the River", + "Released": "17 Dec 2019", + "Genre": "*", + "Album": "Forever alone" + }, + { + "Number": 9, + "Title": "Electric Fire", + "Released": "17 Oct 2019", + "Genre": "Electro house Electropop", + "Album": "Forever alone" + }, + { + "Number": 10, + "Title": "Electric Sky", + "Released": "25 Sep 2019", + "Genre": "ethno-tunes", + "Album": "Forever alone" + } ] } ] @@ -1371,7 +2340,76 @@ "USBillboard200": 35, "Artist": "Peter Taylor", "Songs": [ - + { + "Number": 1, + "Title": "Calling in the Dream", + "Released": "01 Aug 2019", + "Genre": "R&B", + "Album": "Decisions decisions" + }, + { + "Number": 2, + "Title": "Electric Burning", + "Released": "10 Sep 2019", + "Genre": "Electro house Electropop", + "Album": "Decisions decisions" + }, + { + "Number": 3, + "Title": "Dark Flying", + "Released": "28 Apr 2019", + "Genre": "*", + "Album": "Decisions decisions" + }, + { + "Number": 4, + "Title": "Gentle Sky", + "Released": "20 Nov 2019", + "Genre": "ethno-tunes", + "Album": "Decisions decisions" + }, + { + "Number": 5, + "Title": "Gentle Calling", + "Released": "13 Jan 2019", + "Genre": "Crunk reggaeton", + "Album": "Decisions decisions" + }, + { + "Number": 6, + "Title": "Golden Falling", + "Released": "14 Feb 2019", + "Genre": "Crunk reggaeton", + "Album": "Decisions decisions" + }, + { + "Number": 7, + "Title": "Silent River", + "Released": "13 Feb 2019", + "Genre": "R&B", + "Album": "Decisions decisions" + }, + { + "Number": 8, + "Title": "Furious Calling", + "Released": "11 Jun 2019", + "Genre": "Synth-pop R&B", + "Album": "Decisions decisions" + }, + { + "Number": 9, + "Title": "Running in the Echo", + "Released": "06 Nov 2019", + "Genre": "Electro house Electropop", + "Album": "Decisions decisions" + }, + { + "Number": 10, + "Title": "Furious River", + "Released": "12 Mar 2019", + "Genre": "*", + "Album": "Decisions decisions" + } ] }, { @@ -1381,7 +2419,76 @@ "USBillboard200": 89, "Artist": "Peter Taylor", "Songs": [ - + { + "Number": 1, + "Title": "Dark Crying", + "Released": "27 Apr 2019", + "Genre": "Electro house Electropop", + "Album": "Climate changed" + }, + { + "Number": 2, + "Title": "Dark Waiting", + "Released": "14 Nov 2019", + "Genre": "Synth-pop R&B", + "Album": "Climate changed" + }, + { + "Number": 3, + "Title": "Furious Waiting", + "Released": "23 May 2019", + "Genre": "*", + "Album": "Climate changed" + }, + { + "Number": 4, + "Title": "Running in the Echo", + "Released": "29 Nov 2019", + "Genre": "Crunk reggaeton", + "Album": "Climate changed" + }, + { + "Number": 5, + "Title": "Dream of Sky", + "Released": "31 Oct 2019", + "Genre": "Crunk reggaeton", + "Album": "Climate changed" + }, + { + "Number": 6, + "Title": "Hiding in the Heart", + "Released": "09 Aug 2019", + "Genre": "R&B", + "Album": "Climate changed" + }, + { + "Number": 7, + "Title": "Sky of Storm", + "Released": "01 Jun 2019", + "Genre": "R&B", + "Album": "Climate changed" + }, + { + "Number": 8, + "Title": "Light of Storm", + "Released": "17 Jan 2020", + "Genre": "ethno-tunes", + "Album": "Climate changed" + }, + { + "Number": 9, + "Title": "Light of Sky", + "Released": "26 May 2019", + "Genre": "*", + "Album": "Climate changed" + }, + { + "Number": 10, + "Title": "Golden River", + "Released": "19 Jun 2019", + "Genre": "*", + "Album": "Climate changed" + } ] } ] diff --git a/samples/grids/hierarchical-grid/conditional-cell-style-1/src/SingersData.json b/samples/grids/hierarchical-grid/conditional-cell-style-1/src/SingersData.json index f7508f3c9a..75ec4ec561 100644 --- a/samples/grids/hierarchical-grid/conditional-cell-style-1/src/SingersData.json +++ b/samples/grids/hierarchical-grid/conditional-cell-style-1/src/SingersData.json @@ -78,7 +78,79 @@ "LaunchDate": "September 3, 2013", "BillboardReview": 86, "USBillboard200": 1, - "Artist": "Naomí Yepes" + "Artist": "Naomí Yepes", + "Songs": [ + { + "Number": 1, + "Title": "Lonely Falling", + "Released": "01 May 2019", + "Genre": "*", + "Album": "Initiation" + }, + { + "Number": 2, + "Title": "Bright Breaking", + "Released": "25 Jul 2019", + "Genre": "Electro house Electropop", + "Album": "Initiation" + }, + { + "Number": 3, + "Title": "River of Whisper", + "Released": "29 Jan 2020", + "Genre": "Electro house Electropop", + "Album": "Initiation" + }, + { + "Number": 4, + "Title": "Sky of Storm", + "Released": "07 May 2019", + "Genre": "Electro house Electropop", + "Album": "Initiation" + }, + { + "Number": 5, + "Title": "Electric River", + "Released": "20 Jan 2020", + "Genre": "R&B", + "Album": "Initiation" + }, + { + "Number": 6, + "Title": "Storm of Storm", + "Released": "01 Sep 2019", + "Genre": "Crunk reggaeton", + "Album": "Initiation" + }, + { + "Number": 7, + "Title": "Fire of Dream", + "Released": "12 Sep 2019", + "Genre": "Electro house Electropop", + "Album": "Initiation" + }, + { + "Number": 8, + "Title": "Burning in the Light", + "Released": "15 Apr 2019", + "Genre": "*", + "Album": "Initiation" + }, + { + "Number": 9, + "Title": "Burning in the Storm", + "Released": "10 Sep 2019", + "Genre": "Electro house Electropop", + "Album": "Initiation" + }, + { + "Number": 10, + "Title": "Shadow of Whisper", + "Released": "06 Jan 2019", + "Genre": "Crunk reggaeton", + "Album": "Initiation" + } + ] }, { "Album": "Dream Driven", @@ -90,7 +162,7 @@ { "Number": 1, "Title": "Intro", - "Released": false, + "Released": "10 Sep 2019", "Genre": "*", "Album": "Dream Driven" }, @@ -111,7 +183,7 @@ { "Number": 4, "Title": "Future past", - "Released": false, + "Released": "20 Sep 2011", "Genre": "*", "Album": "Dream Driven" }, @@ -132,14 +204,14 @@ { "Number": 7, "Title": "Stay where you are", - "Released": false, + "Released": "14 Sep 2013", "Genre": "*", "Album": "Dream Driven" }, { "Number": 8, "Title": "Imaginarium", - "Released": false, + "Released": "20 Sep 2021", "Genre": "*", "Album": "Dream Driven" }, @@ -153,21 +225,21 @@ { "Number": 10, "Title": "Shredded into pieces", - "Released": false, + "Released": "11 Sep 2015", "Genre": "*", "Album": "Dream Driven" }, { "Number": 11, "Title": "Capture this moment", - "Released": false, + "Released": "13 Sep 2016", "Genre": "*", "Album": "Dream Driven" }, { "Number": 12, "Title": "Dream Driven", - "Released": false, + "Released": "14 Sep 2014", "Genre": "*", "Album": "Dream Driven" } @@ -180,7 +252,76 @@ "USBillboard200": 2, "Artist": "Naomí Yepes", "Songs": [ - + { + "Number": 1, + "Title": "Calling in the Storm", + "Released": "12 Mar 2019", + "Genre": "Electro house Electropop", + "Album": "The dragon journey" + }, + { + "Number": 2, + "Title": "Hiding in the Dream", + "Released": "23 Mar 2019", + "Genre": "R&B", + "Album": "The dragon journey" + }, + { + "Number": 3, + "Title": "Electric Heart", + "Released": "17 Mar 2019", + "Genre": "ethno-tunes", + "Album": "The dragon journey" + }, + { + "Number": 4, + "Title": "Shadow of Echo", + "Released": "20 Feb 2019", + "Genre": "ethno-tunes", + "Album": "The dragon journey" + }, + { + "Number": 5, + "Title": "Flying in the Storm", + "Released": "08 Apr 2019", + "Genre": "R&B", + "Album": "The dragon journey" + }, + { + "Number": 6, + "Title": "Dark Waiting", + "Released": "20 Oct 2019", + "Genre": "Synth-pop R&B", + "Album": "The dragon journey" + }, + { + "Number": 7, + "Title": "Fire of River", + "Released": "20 Feb 2019", + "Genre": "Synth-pop R&B", + "Album": "The dragon journey" + }, + { + "Number": 8, + "Title": "Wild Crying", + "Released": "14 Jun 2019", + "Genre": "R&B", + "Album": "The dragon journey" + }, + { + "Number": 9, + "Title": "Bright Dancing", + "Released": "14 Mar 2019", + "Genre": "Electro house Electropop", + "Album": "The dragon journey" + }, + { + "Number": 10, + "Title": "Golden Waiting", + "Released": "12 Sep 2019", + "Genre": "Synth-pop R&B", + "Album": "The dragon journey" + } ] }, { @@ -276,7 +417,76 @@ "USBillboard200": 12, "Artist": "Naomí Yepes", "Songs": [ - + { + "Number": 1, + "Title": "Storm of Dream", + "Released": "05 Jan 2019", + "Genre": "*", + "Album": "Curiosity" + }, + { + "Number": 2, + "Title": "Echo of Dream", + "Released": "28 Jan 2019", + "Genre": "Synth-pop R&B", + "Album": "Curiosity" + }, + { + "Number": 3, + "Title": "Light of Shadow", + "Released": "07 Feb 2019", + "Genre": "Synth-pop R&B", + "Album": "Curiosity" + }, + { + "Number": 4, + "Title": "Storm of Heart", + "Released": "05 Jan 2020", + "Genre": "Electro house Electropop", + "Album": "Curiosity" + }, + { + "Number": 5, + "Title": "Shadow of River", + "Released": "27 Feb 2019", + "Genre": "*", + "Album": "Curiosity" + }, + { + "Number": 6, + "Title": "Wicked Dancing", + "Released": "17 Jan 2020", + "Genre": "ethno-tunes", + "Album": "Curiosity" + }, + { + "Number": 7, + "Title": "River of Light", + "Released": "22 Feb 2019", + "Genre": "R&B", + "Album": "Curiosity" + }, + { + "Number": 8, + "Title": "Lonely Breaking", + "Released": "09 Sep 2019", + "Genre": "ethno-tunes", + "Album": "Curiosity" + }, + { + "Number": 9, + "Title": "Furious Flying", + "Released": "08 Jun 2019", + "Genre": "R&B", + "Album": "Curiosity" + }, + { + "Number": 10, + "Title": "Hiding in the Storm", + "Released": "27 May 2019", + "Genre": "Electro house Electropop", + "Album": "Curiosity" + } ] } ] @@ -513,7 +723,76 @@ "USBillboard200": 69, "Artist": "Ahmad Nazeri", "Songs": [ - + { + "Number": 1, + "Title": "Gentle Falling", + "Released": "26 Apr 2019", + "Genre": "Crunk reggaeton", + "Album": "Emergency" + }, + { + "Number": 2, + "Title": "Calling in the Fire", + "Released": "03 Sep 2019", + "Genre": "ethno-tunes", + "Album": "Emergency" + }, + { + "Number": 3, + "Title": "Fire of Shadow", + "Released": "05 Jan 2019", + "Genre": "ethno-tunes", + "Album": "Emergency" + }, + { + "Number": 4, + "Title": "Dancing in the Dream", + "Released": "15 Apr 2019", + "Genre": "R&B", + "Album": "Emergency" + }, + { + "Number": 5, + "Title": "Calling in the Shadow", + "Released": "09 Oct 2019", + "Genre": "R&B", + "Album": "Emergency" + }, + { + "Number": 6, + "Title": "Falling in the Sky", + "Released": "08 Mar 2019", + "Genre": "ethno-tunes", + "Album": "Emergency" + }, + { + "Number": 7, + "Title": "Calling in the Storm", + "Released": "05 Dec 2019", + "Genre": "ethno-tunes", + "Album": "Emergency" + }, + { + "Number": 8, + "Title": "Falling in the River", + "Released": "19 Aug 2019", + "Genre": "Electro house Electropop", + "Album": "Emergency" + }, + { + "Number": 9, + "Title": "Electric Fire", + "Released": "30 Nov 2019", + "Genre": "Crunk reggaeton", + "Album": "Emergency" + }, + { + "Number": 10, + "Title": "Lonely River", + "Released": "11 Nov 2019", + "Genre": "Electro house Electropop", + "Album": "Emergency" + } ] }, { @@ -523,7 +802,76 @@ "USBillboard200": 39, "Artist": "Ahmad Nazeri", "Songs": [ - + { + "Number": 1, + "Title": "Lonely Dream", + "Released": "11 Dec 2019", + "Genre": "ethno-tunes", + "Album": "Bursting bubbles" + }, + { + "Number": 2, + "Title": "Fire of River", + "Released": "01 Aug 2019", + "Genre": "Synth-pop R&B", + "Album": "Bursting bubbles" + }, + { + "Number": 3, + "Title": "Wicked Falling", + "Released": "25 Jan 2019", + "Genre": "*", + "Album": "Bursting bubbles" + }, + { + "Number": 4, + "Title": "Crying in the Shadow", + "Released": "04 Jan 2019", + "Genre": "Synth-pop R&B", + "Album": "Bursting bubbles" + }, + { + "Number": 5, + "Title": "Wild Burning", + "Released": "10 May 2019", + "Genre": "ethno-tunes", + "Album": "Bursting bubbles" + }, + { + "Number": 6, + "Title": "Waiting in the Heart", + "Released": "07 Aug 2019", + "Genre": "ethno-tunes", + "Album": "Bursting bubbles" + }, + { + "Number": 7, + "Title": "Fire of Fire", + "Released": "16 May 2019", + "Genre": "Electro house Electropop", + "Album": "Bursting bubbles" + }, + { + "Number": 8, + "Title": "Bright Heart", + "Released": "14 Mar 2019", + "Genre": "Synth-pop R&B", + "Album": "Bursting bubbles" + }, + { + "Number": 9, + "Title": "Lonely Fire", + "Released": "15 Oct 2019", + "Genre": "R&B", + "Album": "Bursting bubbles" + }, + { + "Number": 10, + "Title": "Sky of Dream", + "Released": "20 Jun 2019", + "Genre": "ethno-tunes", + "Album": "Bursting bubbles" + } ] } ] @@ -547,7 +895,76 @@ "USBillboard200": 1, "Artist": "Kimmy McIlmorie", "Songs": [ - + { + "Number": 1, + "Title": "Storm of Sky", + "Released": "04 Mar 2019", + "Genre": "ethno-tunes", + "Album": "Here we go again" + }, + { + "Number": 2, + "Title": "Dream of Shadow", + "Released": "03 Jan 2019", + "Genre": "ethno-tunes", + "Album": "Here we go again" + }, + { + "Number": 3, + "Title": "Dream of Shadow", + "Released": "19 Dec 2019", + "Genre": "Electro house Electropop", + "Album": "Here we go again" + }, + { + "Number": 4, + "Title": "Golden Fire", + "Released": "20 Jan 2019", + "Genre": "R&B", + "Album": "Here we go again" + }, + { + "Number": 5, + "Title": "Running in the Light", + "Released": "03 Jan 2020", + "Genre": "Synth-pop R&B", + "Album": "Here we go again" + }, + { + "Number": 6, + "Title": "Flying in the Heart", + "Released": "17 Jan 2019", + "Genre": "*", + "Album": "Here we go again" + }, + { + "Number": 7, + "Title": "Fire of Storm", + "Released": "26 Jan 2019", + "Genre": "ethno-tunes", + "Album": "Here we go again" + }, + { + "Number": 8, + "Title": "Calling in the Sky", + "Released": "28 Oct 2019", + "Genre": "Synth-pop R&B", + "Album": "Here we go again" + }, + { + "Number": 9, + "Title": "Flying in the Shadow", + "Released": "30 Mar 2019", + "Genre": "ethno-tunes", + "Album": "Here we go again" + }, + { + "Number": 10, + "Title": "Golden Dancing", + "Released": "12 Oct 2019", + "Genre": "ethno-tunes", + "Album": "Here we go again" + } ] } ] @@ -771,7 +1188,76 @@ "USBillboard200": 85, "Artist": "Izabella Tabakova", "Songs": [ - + { + "Number": 1, + "Title": "Hiding in the Light", + "Released": "24 Jan 2019", + "Genre": "Synth-pop R&B", + "Album": "Dark matters" + }, + { + "Number": 2, + "Title": "Furious River", + "Released": "13 Jan 2020", + "Genre": "Electro house Electropop", + "Album": "Dark matters" + }, + { + "Number": 3, + "Title": "Wild Crying", + "Released": "27 Feb 2019", + "Genre": "Electro house Electropop", + "Album": "Dark matters" + }, + { + "Number": 4, + "Title": "Light of Dream", + "Released": "01 Jun 2019", + "Genre": "Crunk reggaeton", + "Album": "Dark matters" + }, + { + "Number": 5, + "Title": "Light of Dream", + "Released": "24 Aug 2019", + "Genre": "*", + "Album": "Dark matters" + }, + { + "Number": 6, + "Title": "Storm of Light", + "Released": "26 Feb 2019", + "Genre": "*", + "Album": "Dark matters" + }, + { + "Number": 7, + "Title": "Dark Storm", + "Released": "18 Jan 2020", + "Genre": "R&B", + "Album": "Dark matters" + }, + { + "Number": 8, + "Title": "Dark Calling", + "Released": "20 Mar 2019", + "Genre": "Crunk reggaeton", + "Album": "Dark matters" + }, + { + "Number": 9, + "Title": "Sky of Whisper", + "Released": "30 Jan 2019", + "Genre": "ethno-tunes", + "Album": "Dark matters" + }, + { + "Number": 10, + "Title": "Dancing in the Light", + "Released": "28 Nov 2019", + "Genre": "Synth-pop R&B", + "Album": "Dark matters" + } ] } ] @@ -795,7 +1281,76 @@ "USBillboard200": 5, "Artist": "Nguyễn Diệp Chi", "Songs": [ - + { + "Number": 1, + "Title": "Echo of River", + "Released": "05 Mar 2019", + "Genre": "Synth-pop R&B", + "Album": "Library of liberty" + }, + { + "Number": 2, + "Title": "Heart of River", + "Released": "12 Jan 2020", + "Genre": "Electro house Electropop", + "Album": "Library of liberty" + }, + { + "Number": 3, + "Title": "Dark Light", + "Released": "09 Aug 2019", + "Genre": "Electro house Electropop", + "Album": "Library of liberty" + }, + { + "Number": 4, + "Title": "Dark Fire", + "Released": "22 Jun 2019", + "Genre": "R&B", + "Album": "Library of liberty" + }, + { + "Number": 5, + "Title": "Flying in the Fire", + "Released": "22 Jul 2019", + "Genre": "*", + "Album": "Library of liberty" + }, + { + "Number": 6, + "Title": "Shadow of Heart", + "Released": "02 Jan 2020", + "Genre": "*", + "Album": "Library of liberty" + }, + { + "Number": 7, + "Title": "Fire of Fire", + "Released": "27 Jan 2019", + "Genre": "*", + "Album": "Library of liberty" + }, + { + "Number": 8, + "Title": "Falling in the River", + "Released": "05 Aug 2019", + "Genre": "Crunk reggaeton", + "Album": "Library of liberty" + }, + { + "Number": 9, + "Title": "Fire of Light", + "Released": "31 Dec 2019", + "Genre": "ethno-tunes", + "Album": "Library of liberty" + }, + { + "Number": 10, + "Title": "Bright Flying", + "Released": "24 Jan 2019", + "Genre": "*", + "Album": "Library of liberty" + } ] } ] @@ -819,7 +1374,76 @@ "USBillboard200": 29, "Artist": "Eva Lee", "Songs": [ - + { + "Number": 1, + "Title": "Dancing in the Shadow", + "Released": "02 Aug 2019", + "Genre": "ethno-tunes", + "Album": "Just a tease" + }, + { + "Number": 2, + "Title": "Silent Whisper", + "Released": "09 Jul 2019", + "Genre": "*", + "Album": "Just a tease" + }, + { + "Number": 3, + "Title": "Crying in the Whisper", + "Released": "30 May 2019", + "Genre": "Crunk reggaeton", + "Album": "Just a tease" + }, + { + "Number": 4, + "Title": "River of Light", + "Released": "10 Jan 2019", + "Genre": "Electro house Electropop", + "Album": "Just a tease" + }, + { + "Number": 5, + "Title": "Golden River", + "Released": "15 Nov 2019", + "Genre": "*", + "Album": "Just a tease" + }, + { + "Number": 6, + "Title": "Burning in the Shadow", + "Released": "18 Apr 2019", + "Genre": "Crunk reggaeton", + "Album": "Just a tease" + }, + { + "Number": 7, + "Title": "Shadow of Sky", + "Released": "06 Sep 2019", + "Genre": "Crunk reggaeton", + "Album": "Just a tease" + }, + { + "Number": 8, + "Title": "Gentle Waiting", + "Released": "05 Dec 2019", + "Genre": "R&B", + "Album": "Just a tease" + }, + { + "Number": 9, + "Title": "Bright River", + "Released": "27 Jan 2020", + "Genre": "R&B", + "Album": "Just a tease" + }, + { + "Number": 10, + "Title": "Heart of Storm", + "Released": "07 Jan 2019", + "Genre": "Synth-pop R&B", + "Album": "Just a tease" + } ] } ] @@ -1046,7 +1670,76 @@ "USBillboard200": 98, "Artist": "Pablo Cambeiro", "Songs": [ - + { + "Number": 1, + "Title": "Dancing in the Echo", + "Released": "03 Oct 2019", + "Genre": "Crunk reggaeton", + "Album": "Fluke" + }, + { + "Number": 2, + "Title": "Dream of Dream", + "Released": "03 Mar 2019", + "Genre": "*", + "Album": "Fluke" + }, + { + "Number": 3, + "Title": "Calling in the Echo", + "Released": "16 Sep 2019", + "Genre": "*", + "Album": "Fluke" + }, + { + "Number": 4, + "Title": "Light of Light", + "Released": "25 May 2019", + "Genre": "Electro house Electropop", + "Album": "Fluke" + }, + { + "Number": 5, + "Title": "Bright Light", + "Released": "21 Mar 2019", + "Genre": "R&B", + "Album": "Fluke" + }, + { + "Number": 6, + "Title": "Storm of Echo", + "Released": "17 Jul 2019", + "Genre": "Synth-pop R&B", + "Album": "Fluke" + }, + { + "Number": 7, + "Title": "Lonely Calling", + "Released": "10 Apr 2019", + "Genre": "ethno-tunes", + "Album": "Fluke" + }, + { + "Number": 8, + "Title": "Gentle Falling", + "Released": "28 Nov 2019", + "Genre": "Synth-pop R&B", + "Album": "Fluke" + }, + { + "Number": 9, + "Title": "Wild Flying", + "Released": "26 Nov 2019", + "Genre": "Crunk reggaeton", + "Album": "Fluke" + }, + { + "Number": 10, + "Title": "Sky of Dream", + "Released": "29 May 2019", + "Genre": "R&B", + "Album": "Fluke" + } ] }, { @@ -1142,7 +1835,76 @@ "USBillboard200": 77, "Artist": "Athar Malakooti", "Songs": [ - + { + "Number": 1, + "Title": "Hiding in the Whisper", + "Released": "03 Apr 2019", + "Genre": "R&B", + "Album": "Pushing up daisies" + }, + { + "Number": 2, + "Title": "Wicked Light", + "Released": "21 Aug 2019", + "Genre": "R&B", + "Album": "Pushing up daisies" + }, + { + "Number": 3, + "Title": "Flying in the River", + "Released": "03 Feb 2020", + "Genre": "Synth-pop R&B", + "Album": "Pushing up daisies" + }, + { + "Number": 4, + "Title": "Wicked Hiding", + "Released": "15 Sep 2019", + "Genre": "Synth-pop R&B", + "Album": "Pushing up daisies" + }, + { + "Number": 5, + "Title": "Lonely Light", + "Released": "13 May 2019", + "Genre": "Electro house Electropop", + "Album": "Pushing up daisies" + }, + { + "Number": 6, + "Title": "Bright Dancing", + "Released": "10 Apr 2019", + "Genre": "Synth-pop R&B", + "Album": "Pushing up daisies" + }, + { + "Number": 7, + "Title": "Gentle Dream", + "Released": "21 May 2019", + "Genre": "*", + "Album": "Pushing up daisies" + }, + { + "Number": 8, + "Title": "Sky of Echo", + "Released": "09 Jun 2019", + "Genre": "Synth-pop R&B", + "Album": "Pushing up daisies" + }, + { + "Number": 9, + "Title": "Breaking in the Sky", + "Released": "27 Dec 2019", + "Genre": "Crunk reggaeton", + "Album": "Pushing up daisies" + }, + { + "Number": 10, + "Title": "Whisper of Shadow", + "Released": "04 Jan 2019", + "Genre": "ethno-tunes", + "Album": "Pushing up daisies" + } ] } ] @@ -1179,7 +1941,76 @@ "USBillboard200": 9, "Artist": "Marti Valencia", "Songs": [ - + { + "Number": 1, + "Title": "Hiding in the Sky", + "Released": "26 Nov 2019", + "Genre": "Synth-pop R&B", + "Album": "Nemesis" + }, + { + "Number": 2, + "Title": "Waiting in the Echo", + "Released": "10 Jul 2019", + "Genre": "ethno-tunes", + "Album": "Nemesis" + }, + { + "Number": 3, + "Title": "Wicked Shadow", + "Released": "29 Jul 2019", + "Genre": "Synth-pop R&B", + "Album": "Nemesis" + }, + { + "Number": 4, + "Title": "Crying in the Whisper", + "Released": "09 Apr 2019", + "Genre": "*", + "Album": "Nemesis" + }, + { + "Number": 5, + "Title": "Echo of Storm", + "Released": "19 Nov 2019", + "Genre": "Crunk reggaeton", + "Album": "Nemesis" + }, + { + "Number": 6, + "Title": "Shadow of Sky", + "Released": "24 Jul 2019", + "Genre": "Crunk reggaeton", + "Album": "Nemesis" + }, + { + "Number": 7, + "Title": "Golden Hiding", + "Released": "12 Dec 2019", + "Genre": "Electro house Electropop", + "Album": "Nemesis" + }, + { + "Number": 8, + "Title": "Wild Dancing", + "Released": "17 Aug 2019", + "Genre": "Synth-pop R&B", + "Album": "Nemesis" + }, + { + "Number": 9, + "Title": "Bright Burning", + "Released": "30 Aug 2019", + "Genre": "Electro house Electropop", + "Album": "Nemesis" + }, + { + "Number": 10, + "Title": "Flying in the River", + "Released": "02 Sep 2019", + "Genre": "*", + "Album": "Nemesis" + } ] }, { @@ -1282,7 +2113,76 @@ "USBillboard200": 37, "Artist": "Marti Valencia", "Songs": [ - + { + "Number": 1, + "Title": "Wild River", + "Released": "11 Jan 2019", + "Genre": "*", + "Album": "God's advocate" + }, + { + "Number": 2, + "Title": "Wicked Whisper", + "Released": "16 Feb 2019", + "Genre": "Electro house Electropop", + "Album": "God's advocate" + }, + { + "Number": 3, + "Title": "Storm of Heart", + "Released": "11 Aug 2019", + "Genre": "*", + "Album": "God's advocate" + }, + { + "Number": 4, + "Title": "Golden Dancing", + "Released": "02 Mar 2019", + "Genre": "Crunk reggaeton", + "Album": "God's advocate" + }, + { + "Number": 5, + "Title": "Calling in the Sky", + "Released": "10 Sep 2019", + "Genre": "Electro house Electropop", + "Album": "God's advocate" + }, + { + "Number": 6, + "Title": "Calling in the Heart", + "Released": "12 Jan 2019", + "Genre": "ethno-tunes", + "Album": "God's advocate" + }, + { + "Number": 7, + "Title": "Running in the Storm", + "Released": "10 Nov 2019", + "Genre": "Synth-pop R&B", + "Album": "God's advocate" + }, + { + "Number": 8, + "Title": "Wild Sky", + "Released": "10 Apr 2019", + "Genre": "R&B", + "Album": "God's advocate" + }, + { + "Number": 9, + "Title": "Crying in the Shadow", + "Released": "02 Mar 2019", + "Genre": "R&B", + "Album": "God's advocate" + }, + { + "Number": 10, + "Title": "Whisper of River", + "Released": "12 May 2019", + "Genre": "*", + "Album": "God's advocate" + } ] } ] @@ -1306,7 +2206,76 @@ "USBillboard200": 7, "Artist": "Alicia Stanger", "Songs": [ - + { + "Number": 1, + "Title": "Shadow of Light", + "Released": "24 Mar 2019", + "Genre": "ethno-tunes", + "Album": "Forever alone" + }, + { + "Number": 2, + "Title": "Running in the Echo", + "Released": "03 May 2019", + "Genre": "Crunk reggaeton", + "Album": "Forever alone" + }, + { + "Number": 3, + "Title": "Gentle Dream", + "Released": "24 Aug 2019", + "Genre": "Crunk reggaeton", + "Album": "Forever alone" + }, + { + "Number": 4, + "Title": "Furious River", + "Released": "24 Apr 2019", + "Genre": "ethno-tunes", + "Album": "Forever alone" + }, + { + "Number": 5, + "Title": "Wild Whisper", + "Released": "09 Mar 2019", + "Genre": "ethno-tunes", + "Album": "Forever alone" + }, + { + "Number": 6, + "Title": "Whisper of Sky", + "Released": "24 Jul 2019", + "Genre": "Crunk reggaeton", + "Album": "Forever alone" + }, + { + "Number": 7, + "Title": "Lonely Storm", + "Released": "01 May 2019", + "Genre": "Crunk reggaeton", + "Album": "Forever alone" + }, + { + "Number": 8, + "Title": "Dancing in the River", + "Released": "17 Dec 2019", + "Genre": "*", + "Album": "Forever alone" + }, + { + "Number": 9, + "Title": "Electric Fire", + "Released": "17 Oct 2019", + "Genre": "Electro house Electropop", + "Album": "Forever alone" + }, + { + "Number": 10, + "Title": "Electric Sky", + "Released": "25 Sep 2019", + "Genre": "ethno-tunes", + "Album": "Forever alone" + } ] } ] @@ -1371,7 +2340,76 @@ "USBillboard200": 35, "Artist": "Peter Taylor", "Songs": [ - + { + "Number": 1, + "Title": "Calling in the Dream", + "Released": "01 Aug 2019", + "Genre": "R&B", + "Album": "Decisions decisions" + }, + { + "Number": 2, + "Title": "Electric Burning", + "Released": "10 Sep 2019", + "Genre": "Electro house Electropop", + "Album": "Decisions decisions" + }, + { + "Number": 3, + "Title": "Dark Flying", + "Released": "28 Apr 2019", + "Genre": "*", + "Album": "Decisions decisions" + }, + { + "Number": 4, + "Title": "Gentle Sky", + "Released": "20 Nov 2019", + "Genre": "ethno-tunes", + "Album": "Decisions decisions" + }, + { + "Number": 5, + "Title": "Gentle Calling", + "Released": "13 Jan 2019", + "Genre": "Crunk reggaeton", + "Album": "Decisions decisions" + }, + { + "Number": 6, + "Title": "Golden Falling", + "Released": "14 Feb 2019", + "Genre": "Crunk reggaeton", + "Album": "Decisions decisions" + }, + { + "Number": 7, + "Title": "Silent River", + "Released": "13 Feb 2019", + "Genre": "R&B", + "Album": "Decisions decisions" + }, + { + "Number": 8, + "Title": "Furious Calling", + "Released": "11 Jun 2019", + "Genre": "Synth-pop R&B", + "Album": "Decisions decisions" + }, + { + "Number": 9, + "Title": "Running in the Echo", + "Released": "06 Nov 2019", + "Genre": "Electro house Electropop", + "Album": "Decisions decisions" + }, + { + "Number": 10, + "Title": "Furious River", + "Released": "12 Mar 2019", + "Genre": "*", + "Album": "Decisions decisions" + } ] }, { @@ -1381,7 +2419,76 @@ "USBillboard200": 89, "Artist": "Peter Taylor", "Songs": [ - + { + "Number": 1, + "Title": "Dark Crying", + "Released": "27 Apr 2019", + "Genre": "Electro house Electropop", + "Album": "Climate changed" + }, + { + "Number": 2, + "Title": "Dark Waiting", + "Released": "14 Nov 2019", + "Genre": "Synth-pop R&B", + "Album": "Climate changed" + }, + { + "Number": 3, + "Title": "Furious Waiting", + "Released": "23 May 2019", + "Genre": "*", + "Album": "Climate changed" + }, + { + "Number": 4, + "Title": "Running in the Echo", + "Released": "29 Nov 2019", + "Genre": "Crunk reggaeton", + "Album": "Climate changed" + }, + { + "Number": 5, + "Title": "Dream of Sky", + "Released": "31 Oct 2019", + "Genre": "Crunk reggaeton", + "Album": "Climate changed" + }, + { + "Number": 6, + "Title": "Hiding in the Heart", + "Released": "09 Aug 2019", + "Genre": "R&B", + "Album": "Climate changed" + }, + { + "Number": 7, + "Title": "Sky of Storm", + "Released": "01 Jun 2019", + "Genre": "R&B", + "Album": "Climate changed" + }, + { + "Number": 8, + "Title": "Light of Storm", + "Released": "17 Jan 2020", + "Genre": "ethno-tunes", + "Album": "Climate changed" + }, + { + "Number": 9, + "Title": "Light of Sky", + "Released": "26 May 2019", + "Genre": "*", + "Album": "Climate changed" + }, + { + "Number": 10, + "Title": "Golden River", + "Released": "19 Jun 2019", + "Genre": "*", + "Album": "Climate changed" + } ] } ] diff --git a/samples/grids/hierarchical-grid/conditional-cell-style-2/src/SingersData.json b/samples/grids/hierarchical-grid/conditional-cell-style-2/src/SingersData.json index f7508f3c9a..75ec4ec561 100644 --- a/samples/grids/hierarchical-grid/conditional-cell-style-2/src/SingersData.json +++ b/samples/grids/hierarchical-grid/conditional-cell-style-2/src/SingersData.json @@ -78,7 +78,79 @@ "LaunchDate": "September 3, 2013", "BillboardReview": 86, "USBillboard200": 1, - "Artist": "Naomí Yepes" + "Artist": "Naomí Yepes", + "Songs": [ + { + "Number": 1, + "Title": "Lonely Falling", + "Released": "01 May 2019", + "Genre": "*", + "Album": "Initiation" + }, + { + "Number": 2, + "Title": "Bright Breaking", + "Released": "25 Jul 2019", + "Genre": "Electro house Electropop", + "Album": "Initiation" + }, + { + "Number": 3, + "Title": "River of Whisper", + "Released": "29 Jan 2020", + "Genre": "Electro house Electropop", + "Album": "Initiation" + }, + { + "Number": 4, + "Title": "Sky of Storm", + "Released": "07 May 2019", + "Genre": "Electro house Electropop", + "Album": "Initiation" + }, + { + "Number": 5, + "Title": "Electric River", + "Released": "20 Jan 2020", + "Genre": "R&B", + "Album": "Initiation" + }, + { + "Number": 6, + "Title": "Storm of Storm", + "Released": "01 Sep 2019", + "Genre": "Crunk reggaeton", + "Album": "Initiation" + }, + { + "Number": 7, + "Title": "Fire of Dream", + "Released": "12 Sep 2019", + "Genre": "Electro house Electropop", + "Album": "Initiation" + }, + { + "Number": 8, + "Title": "Burning in the Light", + "Released": "15 Apr 2019", + "Genre": "*", + "Album": "Initiation" + }, + { + "Number": 9, + "Title": "Burning in the Storm", + "Released": "10 Sep 2019", + "Genre": "Electro house Electropop", + "Album": "Initiation" + }, + { + "Number": 10, + "Title": "Shadow of Whisper", + "Released": "06 Jan 2019", + "Genre": "Crunk reggaeton", + "Album": "Initiation" + } + ] }, { "Album": "Dream Driven", @@ -90,7 +162,7 @@ { "Number": 1, "Title": "Intro", - "Released": false, + "Released": "10 Sep 2019", "Genre": "*", "Album": "Dream Driven" }, @@ -111,7 +183,7 @@ { "Number": 4, "Title": "Future past", - "Released": false, + "Released": "20 Sep 2011", "Genre": "*", "Album": "Dream Driven" }, @@ -132,14 +204,14 @@ { "Number": 7, "Title": "Stay where you are", - "Released": false, + "Released": "14 Sep 2013", "Genre": "*", "Album": "Dream Driven" }, { "Number": 8, "Title": "Imaginarium", - "Released": false, + "Released": "20 Sep 2021", "Genre": "*", "Album": "Dream Driven" }, @@ -153,21 +225,21 @@ { "Number": 10, "Title": "Shredded into pieces", - "Released": false, + "Released": "11 Sep 2015", "Genre": "*", "Album": "Dream Driven" }, { "Number": 11, "Title": "Capture this moment", - "Released": false, + "Released": "13 Sep 2016", "Genre": "*", "Album": "Dream Driven" }, { "Number": 12, "Title": "Dream Driven", - "Released": false, + "Released": "14 Sep 2014", "Genre": "*", "Album": "Dream Driven" } @@ -180,7 +252,76 @@ "USBillboard200": 2, "Artist": "Naomí Yepes", "Songs": [ - + { + "Number": 1, + "Title": "Calling in the Storm", + "Released": "12 Mar 2019", + "Genre": "Electro house Electropop", + "Album": "The dragon journey" + }, + { + "Number": 2, + "Title": "Hiding in the Dream", + "Released": "23 Mar 2019", + "Genre": "R&B", + "Album": "The dragon journey" + }, + { + "Number": 3, + "Title": "Electric Heart", + "Released": "17 Mar 2019", + "Genre": "ethno-tunes", + "Album": "The dragon journey" + }, + { + "Number": 4, + "Title": "Shadow of Echo", + "Released": "20 Feb 2019", + "Genre": "ethno-tunes", + "Album": "The dragon journey" + }, + { + "Number": 5, + "Title": "Flying in the Storm", + "Released": "08 Apr 2019", + "Genre": "R&B", + "Album": "The dragon journey" + }, + { + "Number": 6, + "Title": "Dark Waiting", + "Released": "20 Oct 2019", + "Genre": "Synth-pop R&B", + "Album": "The dragon journey" + }, + { + "Number": 7, + "Title": "Fire of River", + "Released": "20 Feb 2019", + "Genre": "Synth-pop R&B", + "Album": "The dragon journey" + }, + { + "Number": 8, + "Title": "Wild Crying", + "Released": "14 Jun 2019", + "Genre": "R&B", + "Album": "The dragon journey" + }, + { + "Number": 9, + "Title": "Bright Dancing", + "Released": "14 Mar 2019", + "Genre": "Electro house Electropop", + "Album": "The dragon journey" + }, + { + "Number": 10, + "Title": "Golden Waiting", + "Released": "12 Sep 2019", + "Genre": "Synth-pop R&B", + "Album": "The dragon journey" + } ] }, { @@ -276,7 +417,76 @@ "USBillboard200": 12, "Artist": "Naomí Yepes", "Songs": [ - + { + "Number": 1, + "Title": "Storm of Dream", + "Released": "05 Jan 2019", + "Genre": "*", + "Album": "Curiosity" + }, + { + "Number": 2, + "Title": "Echo of Dream", + "Released": "28 Jan 2019", + "Genre": "Synth-pop R&B", + "Album": "Curiosity" + }, + { + "Number": 3, + "Title": "Light of Shadow", + "Released": "07 Feb 2019", + "Genre": "Synth-pop R&B", + "Album": "Curiosity" + }, + { + "Number": 4, + "Title": "Storm of Heart", + "Released": "05 Jan 2020", + "Genre": "Electro house Electropop", + "Album": "Curiosity" + }, + { + "Number": 5, + "Title": "Shadow of River", + "Released": "27 Feb 2019", + "Genre": "*", + "Album": "Curiosity" + }, + { + "Number": 6, + "Title": "Wicked Dancing", + "Released": "17 Jan 2020", + "Genre": "ethno-tunes", + "Album": "Curiosity" + }, + { + "Number": 7, + "Title": "River of Light", + "Released": "22 Feb 2019", + "Genre": "R&B", + "Album": "Curiosity" + }, + { + "Number": 8, + "Title": "Lonely Breaking", + "Released": "09 Sep 2019", + "Genre": "ethno-tunes", + "Album": "Curiosity" + }, + { + "Number": 9, + "Title": "Furious Flying", + "Released": "08 Jun 2019", + "Genre": "R&B", + "Album": "Curiosity" + }, + { + "Number": 10, + "Title": "Hiding in the Storm", + "Released": "27 May 2019", + "Genre": "Electro house Electropop", + "Album": "Curiosity" + } ] } ] @@ -513,7 +723,76 @@ "USBillboard200": 69, "Artist": "Ahmad Nazeri", "Songs": [ - + { + "Number": 1, + "Title": "Gentle Falling", + "Released": "26 Apr 2019", + "Genre": "Crunk reggaeton", + "Album": "Emergency" + }, + { + "Number": 2, + "Title": "Calling in the Fire", + "Released": "03 Sep 2019", + "Genre": "ethno-tunes", + "Album": "Emergency" + }, + { + "Number": 3, + "Title": "Fire of Shadow", + "Released": "05 Jan 2019", + "Genre": "ethno-tunes", + "Album": "Emergency" + }, + { + "Number": 4, + "Title": "Dancing in the Dream", + "Released": "15 Apr 2019", + "Genre": "R&B", + "Album": "Emergency" + }, + { + "Number": 5, + "Title": "Calling in the Shadow", + "Released": "09 Oct 2019", + "Genre": "R&B", + "Album": "Emergency" + }, + { + "Number": 6, + "Title": "Falling in the Sky", + "Released": "08 Mar 2019", + "Genre": "ethno-tunes", + "Album": "Emergency" + }, + { + "Number": 7, + "Title": "Calling in the Storm", + "Released": "05 Dec 2019", + "Genre": "ethno-tunes", + "Album": "Emergency" + }, + { + "Number": 8, + "Title": "Falling in the River", + "Released": "19 Aug 2019", + "Genre": "Electro house Electropop", + "Album": "Emergency" + }, + { + "Number": 9, + "Title": "Electric Fire", + "Released": "30 Nov 2019", + "Genre": "Crunk reggaeton", + "Album": "Emergency" + }, + { + "Number": 10, + "Title": "Lonely River", + "Released": "11 Nov 2019", + "Genre": "Electro house Electropop", + "Album": "Emergency" + } ] }, { @@ -523,7 +802,76 @@ "USBillboard200": 39, "Artist": "Ahmad Nazeri", "Songs": [ - + { + "Number": 1, + "Title": "Lonely Dream", + "Released": "11 Dec 2019", + "Genre": "ethno-tunes", + "Album": "Bursting bubbles" + }, + { + "Number": 2, + "Title": "Fire of River", + "Released": "01 Aug 2019", + "Genre": "Synth-pop R&B", + "Album": "Bursting bubbles" + }, + { + "Number": 3, + "Title": "Wicked Falling", + "Released": "25 Jan 2019", + "Genre": "*", + "Album": "Bursting bubbles" + }, + { + "Number": 4, + "Title": "Crying in the Shadow", + "Released": "04 Jan 2019", + "Genre": "Synth-pop R&B", + "Album": "Bursting bubbles" + }, + { + "Number": 5, + "Title": "Wild Burning", + "Released": "10 May 2019", + "Genre": "ethno-tunes", + "Album": "Bursting bubbles" + }, + { + "Number": 6, + "Title": "Waiting in the Heart", + "Released": "07 Aug 2019", + "Genre": "ethno-tunes", + "Album": "Bursting bubbles" + }, + { + "Number": 7, + "Title": "Fire of Fire", + "Released": "16 May 2019", + "Genre": "Electro house Electropop", + "Album": "Bursting bubbles" + }, + { + "Number": 8, + "Title": "Bright Heart", + "Released": "14 Mar 2019", + "Genre": "Synth-pop R&B", + "Album": "Bursting bubbles" + }, + { + "Number": 9, + "Title": "Lonely Fire", + "Released": "15 Oct 2019", + "Genre": "R&B", + "Album": "Bursting bubbles" + }, + { + "Number": 10, + "Title": "Sky of Dream", + "Released": "20 Jun 2019", + "Genre": "ethno-tunes", + "Album": "Bursting bubbles" + } ] } ] @@ -547,7 +895,76 @@ "USBillboard200": 1, "Artist": "Kimmy McIlmorie", "Songs": [ - + { + "Number": 1, + "Title": "Storm of Sky", + "Released": "04 Mar 2019", + "Genre": "ethno-tunes", + "Album": "Here we go again" + }, + { + "Number": 2, + "Title": "Dream of Shadow", + "Released": "03 Jan 2019", + "Genre": "ethno-tunes", + "Album": "Here we go again" + }, + { + "Number": 3, + "Title": "Dream of Shadow", + "Released": "19 Dec 2019", + "Genre": "Electro house Electropop", + "Album": "Here we go again" + }, + { + "Number": 4, + "Title": "Golden Fire", + "Released": "20 Jan 2019", + "Genre": "R&B", + "Album": "Here we go again" + }, + { + "Number": 5, + "Title": "Running in the Light", + "Released": "03 Jan 2020", + "Genre": "Synth-pop R&B", + "Album": "Here we go again" + }, + { + "Number": 6, + "Title": "Flying in the Heart", + "Released": "17 Jan 2019", + "Genre": "*", + "Album": "Here we go again" + }, + { + "Number": 7, + "Title": "Fire of Storm", + "Released": "26 Jan 2019", + "Genre": "ethno-tunes", + "Album": "Here we go again" + }, + { + "Number": 8, + "Title": "Calling in the Sky", + "Released": "28 Oct 2019", + "Genre": "Synth-pop R&B", + "Album": "Here we go again" + }, + { + "Number": 9, + "Title": "Flying in the Shadow", + "Released": "30 Mar 2019", + "Genre": "ethno-tunes", + "Album": "Here we go again" + }, + { + "Number": 10, + "Title": "Golden Dancing", + "Released": "12 Oct 2019", + "Genre": "ethno-tunes", + "Album": "Here we go again" + } ] } ] @@ -771,7 +1188,76 @@ "USBillboard200": 85, "Artist": "Izabella Tabakova", "Songs": [ - + { + "Number": 1, + "Title": "Hiding in the Light", + "Released": "24 Jan 2019", + "Genre": "Synth-pop R&B", + "Album": "Dark matters" + }, + { + "Number": 2, + "Title": "Furious River", + "Released": "13 Jan 2020", + "Genre": "Electro house Electropop", + "Album": "Dark matters" + }, + { + "Number": 3, + "Title": "Wild Crying", + "Released": "27 Feb 2019", + "Genre": "Electro house Electropop", + "Album": "Dark matters" + }, + { + "Number": 4, + "Title": "Light of Dream", + "Released": "01 Jun 2019", + "Genre": "Crunk reggaeton", + "Album": "Dark matters" + }, + { + "Number": 5, + "Title": "Light of Dream", + "Released": "24 Aug 2019", + "Genre": "*", + "Album": "Dark matters" + }, + { + "Number": 6, + "Title": "Storm of Light", + "Released": "26 Feb 2019", + "Genre": "*", + "Album": "Dark matters" + }, + { + "Number": 7, + "Title": "Dark Storm", + "Released": "18 Jan 2020", + "Genre": "R&B", + "Album": "Dark matters" + }, + { + "Number": 8, + "Title": "Dark Calling", + "Released": "20 Mar 2019", + "Genre": "Crunk reggaeton", + "Album": "Dark matters" + }, + { + "Number": 9, + "Title": "Sky of Whisper", + "Released": "30 Jan 2019", + "Genre": "ethno-tunes", + "Album": "Dark matters" + }, + { + "Number": 10, + "Title": "Dancing in the Light", + "Released": "28 Nov 2019", + "Genre": "Synth-pop R&B", + "Album": "Dark matters" + } ] } ] @@ -795,7 +1281,76 @@ "USBillboard200": 5, "Artist": "Nguyễn Diệp Chi", "Songs": [ - + { + "Number": 1, + "Title": "Echo of River", + "Released": "05 Mar 2019", + "Genre": "Synth-pop R&B", + "Album": "Library of liberty" + }, + { + "Number": 2, + "Title": "Heart of River", + "Released": "12 Jan 2020", + "Genre": "Electro house Electropop", + "Album": "Library of liberty" + }, + { + "Number": 3, + "Title": "Dark Light", + "Released": "09 Aug 2019", + "Genre": "Electro house Electropop", + "Album": "Library of liberty" + }, + { + "Number": 4, + "Title": "Dark Fire", + "Released": "22 Jun 2019", + "Genre": "R&B", + "Album": "Library of liberty" + }, + { + "Number": 5, + "Title": "Flying in the Fire", + "Released": "22 Jul 2019", + "Genre": "*", + "Album": "Library of liberty" + }, + { + "Number": 6, + "Title": "Shadow of Heart", + "Released": "02 Jan 2020", + "Genre": "*", + "Album": "Library of liberty" + }, + { + "Number": 7, + "Title": "Fire of Fire", + "Released": "27 Jan 2019", + "Genre": "*", + "Album": "Library of liberty" + }, + { + "Number": 8, + "Title": "Falling in the River", + "Released": "05 Aug 2019", + "Genre": "Crunk reggaeton", + "Album": "Library of liberty" + }, + { + "Number": 9, + "Title": "Fire of Light", + "Released": "31 Dec 2019", + "Genre": "ethno-tunes", + "Album": "Library of liberty" + }, + { + "Number": 10, + "Title": "Bright Flying", + "Released": "24 Jan 2019", + "Genre": "*", + "Album": "Library of liberty" + } ] } ] @@ -819,7 +1374,76 @@ "USBillboard200": 29, "Artist": "Eva Lee", "Songs": [ - + { + "Number": 1, + "Title": "Dancing in the Shadow", + "Released": "02 Aug 2019", + "Genre": "ethno-tunes", + "Album": "Just a tease" + }, + { + "Number": 2, + "Title": "Silent Whisper", + "Released": "09 Jul 2019", + "Genre": "*", + "Album": "Just a tease" + }, + { + "Number": 3, + "Title": "Crying in the Whisper", + "Released": "30 May 2019", + "Genre": "Crunk reggaeton", + "Album": "Just a tease" + }, + { + "Number": 4, + "Title": "River of Light", + "Released": "10 Jan 2019", + "Genre": "Electro house Electropop", + "Album": "Just a tease" + }, + { + "Number": 5, + "Title": "Golden River", + "Released": "15 Nov 2019", + "Genre": "*", + "Album": "Just a tease" + }, + { + "Number": 6, + "Title": "Burning in the Shadow", + "Released": "18 Apr 2019", + "Genre": "Crunk reggaeton", + "Album": "Just a tease" + }, + { + "Number": 7, + "Title": "Shadow of Sky", + "Released": "06 Sep 2019", + "Genre": "Crunk reggaeton", + "Album": "Just a tease" + }, + { + "Number": 8, + "Title": "Gentle Waiting", + "Released": "05 Dec 2019", + "Genre": "R&B", + "Album": "Just a tease" + }, + { + "Number": 9, + "Title": "Bright River", + "Released": "27 Jan 2020", + "Genre": "R&B", + "Album": "Just a tease" + }, + { + "Number": 10, + "Title": "Heart of Storm", + "Released": "07 Jan 2019", + "Genre": "Synth-pop R&B", + "Album": "Just a tease" + } ] } ] @@ -1046,7 +1670,76 @@ "USBillboard200": 98, "Artist": "Pablo Cambeiro", "Songs": [ - + { + "Number": 1, + "Title": "Dancing in the Echo", + "Released": "03 Oct 2019", + "Genre": "Crunk reggaeton", + "Album": "Fluke" + }, + { + "Number": 2, + "Title": "Dream of Dream", + "Released": "03 Mar 2019", + "Genre": "*", + "Album": "Fluke" + }, + { + "Number": 3, + "Title": "Calling in the Echo", + "Released": "16 Sep 2019", + "Genre": "*", + "Album": "Fluke" + }, + { + "Number": 4, + "Title": "Light of Light", + "Released": "25 May 2019", + "Genre": "Electro house Electropop", + "Album": "Fluke" + }, + { + "Number": 5, + "Title": "Bright Light", + "Released": "21 Mar 2019", + "Genre": "R&B", + "Album": "Fluke" + }, + { + "Number": 6, + "Title": "Storm of Echo", + "Released": "17 Jul 2019", + "Genre": "Synth-pop R&B", + "Album": "Fluke" + }, + { + "Number": 7, + "Title": "Lonely Calling", + "Released": "10 Apr 2019", + "Genre": "ethno-tunes", + "Album": "Fluke" + }, + { + "Number": 8, + "Title": "Gentle Falling", + "Released": "28 Nov 2019", + "Genre": "Synth-pop R&B", + "Album": "Fluke" + }, + { + "Number": 9, + "Title": "Wild Flying", + "Released": "26 Nov 2019", + "Genre": "Crunk reggaeton", + "Album": "Fluke" + }, + { + "Number": 10, + "Title": "Sky of Dream", + "Released": "29 May 2019", + "Genre": "R&B", + "Album": "Fluke" + } ] }, { @@ -1142,7 +1835,76 @@ "USBillboard200": 77, "Artist": "Athar Malakooti", "Songs": [ - + { + "Number": 1, + "Title": "Hiding in the Whisper", + "Released": "03 Apr 2019", + "Genre": "R&B", + "Album": "Pushing up daisies" + }, + { + "Number": 2, + "Title": "Wicked Light", + "Released": "21 Aug 2019", + "Genre": "R&B", + "Album": "Pushing up daisies" + }, + { + "Number": 3, + "Title": "Flying in the River", + "Released": "03 Feb 2020", + "Genre": "Synth-pop R&B", + "Album": "Pushing up daisies" + }, + { + "Number": 4, + "Title": "Wicked Hiding", + "Released": "15 Sep 2019", + "Genre": "Synth-pop R&B", + "Album": "Pushing up daisies" + }, + { + "Number": 5, + "Title": "Lonely Light", + "Released": "13 May 2019", + "Genre": "Electro house Electropop", + "Album": "Pushing up daisies" + }, + { + "Number": 6, + "Title": "Bright Dancing", + "Released": "10 Apr 2019", + "Genre": "Synth-pop R&B", + "Album": "Pushing up daisies" + }, + { + "Number": 7, + "Title": "Gentle Dream", + "Released": "21 May 2019", + "Genre": "*", + "Album": "Pushing up daisies" + }, + { + "Number": 8, + "Title": "Sky of Echo", + "Released": "09 Jun 2019", + "Genre": "Synth-pop R&B", + "Album": "Pushing up daisies" + }, + { + "Number": 9, + "Title": "Breaking in the Sky", + "Released": "27 Dec 2019", + "Genre": "Crunk reggaeton", + "Album": "Pushing up daisies" + }, + { + "Number": 10, + "Title": "Whisper of Shadow", + "Released": "04 Jan 2019", + "Genre": "ethno-tunes", + "Album": "Pushing up daisies" + } ] } ] @@ -1179,7 +1941,76 @@ "USBillboard200": 9, "Artist": "Marti Valencia", "Songs": [ - + { + "Number": 1, + "Title": "Hiding in the Sky", + "Released": "26 Nov 2019", + "Genre": "Synth-pop R&B", + "Album": "Nemesis" + }, + { + "Number": 2, + "Title": "Waiting in the Echo", + "Released": "10 Jul 2019", + "Genre": "ethno-tunes", + "Album": "Nemesis" + }, + { + "Number": 3, + "Title": "Wicked Shadow", + "Released": "29 Jul 2019", + "Genre": "Synth-pop R&B", + "Album": "Nemesis" + }, + { + "Number": 4, + "Title": "Crying in the Whisper", + "Released": "09 Apr 2019", + "Genre": "*", + "Album": "Nemesis" + }, + { + "Number": 5, + "Title": "Echo of Storm", + "Released": "19 Nov 2019", + "Genre": "Crunk reggaeton", + "Album": "Nemesis" + }, + { + "Number": 6, + "Title": "Shadow of Sky", + "Released": "24 Jul 2019", + "Genre": "Crunk reggaeton", + "Album": "Nemesis" + }, + { + "Number": 7, + "Title": "Golden Hiding", + "Released": "12 Dec 2019", + "Genre": "Electro house Electropop", + "Album": "Nemesis" + }, + { + "Number": 8, + "Title": "Wild Dancing", + "Released": "17 Aug 2019", + "Genre": "Synth-pop R&B", + "Album": "Nemesis" + }, + { + "Number": 9, + "Title": "Bright Burning", + "Released": "30 Aug 2019", + "Genre": "Electro house Electropop", + "Album": "Nemesis" + }, + { + "Number": 10, + "Title": "Flying in the River", + "Released": "02 Sep 2019", + "Genre": "*", + "Album": "Nemesis" + } ] }, { @@ -1282,7 +2113,76 @@ "USBillboard200": 37, "Artist": "Marti Valencia", "Songs": [ - + { + "Number": 1, + "Title": "Wild River", + "Released": "11 Jan 2019", + "Genre": "*", + "Album": "God's advocate" + }, + { + "Number": 2, + "Title": "Wicked Whisper", + "Released": "16 Feb 2019", + "Genre": "Electro house Electropop", + "Album": "God's advocate" + }, + { + "Number": 3, + "Title": "Storm of Heart", + "Released": "11 Aug 2019", + "Genre": "*", + "Album": "God's advocate" + }, + { + "Number": 4, + "Title": "Golden Dancing", + "Released": "02 Mar 2019", + "Genre": "Crunk reggaeton", + "Album": "God's advocate" + }, + { + "Number": 5, + "Title": "Calling in the Sky", + "Released": "10 Sep 2019", + "Genre": "Electro house Electropop", + "Album": "God's advocate" + }, + { + "Number": 6, + "Title": "Calling in the Heart", + "Released": "12 Jan 2019", + "Genre": "ethno-tunes", + "Album": "God's advocate" + }, + { + "Number": 7, + "Title": "Running in the Storm", + "Released": "10 Nov 2019", + "Genre": "Synth-pop R&B", + "Album": "God's advocate" + }, + { + "Number": 8, + "Title": "Wild Sky", + "Released": "10 Apr 2019", + "Genre": "R&B", + "Album": "God's advocate" + }, + { + "Number": 9, + "Title": "Crying in the Shadow", + "Released": "02 Mar 2019", + "Genre": "R&B", + "Album": "God's advocate" + }, + { + "Number": 10, + "Title": "Whisper of River", + "Released": "12 May 2019", + "Genre": "*", + "Album": "God's advocate" + } ] } ] @@ -1306,7 +2206,76 @@ "USBillboard200": 7, "Artist": "Alicia Stanger", "Songs": [ - + { + "Number": 1, + "Title": "Shadow of Light", + "Released": "24 Mar 2019", + "Genre": "ethno-tunes", + "Album": "Forever alone" + }, + { + "Number": 2, + "Title": "Running in the Echo", + "Released": "03 May 2019", + "Genre": "Crunk reggaeton", + "Album": "Forever alone" + }, + { + "Number": 3, + "Title": "Gentle Dream", + "Released": "24 Aug 2019", + "Genre": "Crunk reggaeton", + "Album": "Forever alone" + }, + { + "Number": 4, + "Title": "Furious River", + "Released": "24 Apr 2019", + "Genre": "ethno-tunes", + "Album": "Forever alone" + }, + { + "Number": 5, + "Title": "Wild Whisper", + "Released": "09 Mar 2019", + "Genre": "ethno-tunes", + "Album": "Forever alone" + }, + { + "Number": 6, + "Title": "Whisper of Sky", + "Released": "24 Jul 2019", + "Genre": "Crunk reggaeton", + "Album": "Forever alone" + }, + { + "Number": 7, + "Title": "Lonely Storm", + "Released": "01 May 2019", + "Genre": "Crunk reggaeton", + "Album": "Forever alone" + }, + { + "Number": 8, + "Title": "Dancing in the River", + "Released": "17 Dec 2019", + "Genre": "*", + "Album": "Forever alone" + }, + { + "Number": 9, + "Title": "Electric Fire", + "Released": "17 Oct 2019", + "Genre": "Electro house Electropop", + "Album": "Forever alone" + }, + { + "Number": 10, + "Title": "Electric Sky", + "Released": "25 Sep 2019", + "Genre": "ethno-tunes", + "Album": "Forever alone" + } ] } ] @@ -1371,7 +2340,76 @@ "USBillboard200": 35, "Artist": "Peter Taylor", "Songs": [ - + { + "Number": 1, + "Title": "Calling in the Dream", + "Released": "01 Aug 2019", + "Genre": "R&B", + "Album": "Decisions decisions" + }, + { + "Number": 2, + "Title": "Electric Burning", + "Released": "10 Sep 2019", + "Genre": "Electro house Electropop", + "Album": "Decisions decisions" + }, + { + "Number": 3, + "Title": "Dark Flying", + "Released": "28 Apr 2019", + "Genre": "*", + "Album": "Decisions decisions" + }, + { + "Number": 4, + "Title": "Gentle Sky", + "Released": "20 Nov 2019", + "Genre": "ethno-tunes", + "Album": "Decisions decisions" + }, + { + "Number": 5, + "Title": "Gentle Calling", + "Released": "13 Jan 2019", + "Genre": "Crunk reggaeton", + "Album": "Decisions decisions" + }, + { + "Number": 6, + "Title": "Golden Falling", + "Released": "14 Feb 2019", + "Genre": "Crunk reggaeton", + "Album": "Decisions decisions" + }, + { + "Number": 7, + "Title": "Silent River", + "Released": "13 Feb 2019", + "Genre": "R&B", + "Album": "Decisions decisions" + }, + { + "Number": 8, + "Title": "Furious Calling", + "Released": "11 Jun 2019", + "Genre": "Synth-pop R&B", + "Album": "Decisions decisions" + }, + { + "Number": 9, + "Title": "Running in the Echo", + "Released": "06 Nov 2019", + "Genre": "Electro house Electropop", + "Album": "Decisions decisions" + }, + { + "Number": 10, + "Title": "Furious River", + "Released": "12 Mar 2019", + "Genre": "*", + "Album": "Decisions decisions" + } ] }, { @@ -1381,7 +2419,76 @@ "USBillboard200": 89, "Artist": "Peter Taylor", "Songs": [ - + { + "Number": 1, + "Title": "Dark Crying", + "Released": "27 Apr 2019", + "Genre": "Electro house Electropop", + "Album": "Climate changed" + }, + { + "Number": 2, + "Title": "Dark Waiting", + "Released": "14 Nov 2019", + "Genre": "Synth-pop R&B", + "Album": "Climate changed" + }, + { + "Number": 3, + "Title": "Furious Waiting", + "Released": "23 May 2019", + "Genre": "*", + "Album": "Climate changed" + }, + { + "Number": 4, + "Title": "Running in the Echo", + "Released": "29 Nov 2019", + "Genre": "Crunk reggaeton", + "Album": "Climate changed" + }, + { + "Number": 5, + "Title": "Dream of Sky", + "Released": "31 Oct 2019", + "Genre": "Crunk reggaeton", + "Album": "Climate changed" + }, + { + "Number": 6, + "Title": "Hiding in the Heart", + "Released": "09 Aug 2019", + "Genre": "R&B", + "Album": "Climate changed" + }, + { + "Number": 7, + "Title": "Sky of Storm", + "Released": "01 Jun 2019", + "Genre": "R&B", + "Album": "Climate changed" + }, + { + "Number": 8, + "Title": "Light of Storm", + "Released": "17 Jan 2020", + "Genre": "ethno-tunes", + "Album": "Climate changed" + }, + { + "Number": 9, + "Title": "Light of Sky", + "Released": "26 May 2019", + "Genre": "*", + "Album": "Climate changed" + }, + { + "Number": 10, + "Title": "Golden River", + "Released": "19 Jun 2019", + "Genre": "*", + "Album": "Climate changed" + } ] } ] diff --git a/samples/grids/hierarchical-grid/conditional-row-selectors/src/SingersData.json b/samples/grids/hierarchical-grid/conditional-row-selectors/src/SingersData.json index f7508f3c9a..75ec4ec561 100644 --- a/samples/grids/hierarchical-grid/conditional-row-selectors/src/SingersData.json +++ b/samples/grids/hierarchical-grid/conditional-row-selectors/src/SingersData.json @@ -78,7 +78,79 @@ "LaunchDate": "September 3, 2013", "BillboardReview": 86, "USBillboard200": 1, - "Artist": "Naomí Yepes" + "Artist": "Naomí Yepes", + "Songs": [ + { + "Number": 1, + "Title": "Lonely Falling", + "Released": "01 May 2019", + "Genre": "*", + "Album": "Initiation" + }, + { + "Number": 2, + "Title": "Bright Breaking", + "Released": "25 Jul 2019", + "Genre": "Electro house Electropop", + "Album": "Initiation" + }, + { + "Number": 3, + "Title": "River of Whisper", + "Released": "29 Jan 2020", + "Genre": "Electro house Electropop", + "Album": "Initiation" + }, + { + "Number": 4, + "Title": "Sky of Storm", + "Released": "07 May 2019", + "Genre": "Electro house Electropop", + "Album": "Initiation" + }, + { + "Number": 5, + "Title": "Electric River", + "Released": "20 Jan 2020", + "Genre": "R&B", + "Album": "Initiation" + }, + { + "Number": 6, + "Title": "Storm of Storm", + "Released": "01 Sep 2019", + "Genre": "Crunk reggaeton", + "Album": "Initiation" + }, + { + "Number": 7, + "Title": "Fire of Dream", + "Released": "12 Sep 2019", + "Genre": "Electro house Electropop", + "Album": "Initiation" + }, + { + "Number": 8, + "Title": "Burning in the Light", + "Released": "15 Apr 2019", + "Genre": "*", + "Album": "Initiation" + }, + { + "Number": 9, + "Title": "Burning in the Storm", + "Released": "10 Sep 2019", + "Genre": "Electro house Electropop", + "Album": "Initiation" + }, + { + "Number": 10, + "Title": "Shadow of Whisper", + "Released": "06 Jan 2019", + "Genre": "Crunk reggaeton", + "Album": "Initiation" + } + ] }, { "Album": "Dream Driven", @@ -90,7 +162,7 @@ { "Number": 1, "Title": "Intro", - "Released": false, + "Released": "10 Sep 2019", "Genre": "*", "Album": "Dream Driven" }, @@ -111,7 +183,7 @@ { "Number": 4, "Title": "Future past", - "Released": false, + "Released": "20 Sep 2011", "Genre": "*", "Album": "Dream Driven" }, @@ -132,14 +204,14 @@ { "Number": 7, "Title": "Stay where you are", - "Released": false, + "Released": "14 Sep 2013", "Genre": "*", "Album": "Dream Driven" }, { "Number": 8, "Title": "Imaginarium", - "Released": false, + "Released": "20 Sep 2021", "Genre": "*", "Album": "Dream Driven" }, @@ -153,21 +225,21 @@ { "Number": 10, "Title": "Shredded into pieces", - "Released": false, + "Released": "11 Sep 2015", "Genre": "*", "Album": "Dream Driven" }, { "Number": 11, "Title": "Capture this moment", - "Released": false, + "Released": "13 Sep 2016", "Genre": "*", "Album": "Dream Driven" }, { "Number": 12, "Title": "Dream Driven", - "Released": false, + "Released": "14 Sep 2014", "Genre": "*", "Album": "Dream Driven" } @@ -180,7 +252,76 @@ "USBillboard200": 2, "Artist": "Naomí Yepes", "Songs": [ - + { + "Number": 1, + "Title": "Calling in the Storm", + "Released": "12 Mar 2019", + "Genre": "Electro house Electropop", + "Album": "The dragon journey" + }, + { + "Number": 2, + "Title": "Hiding in the Dream", + "Released": "23 Mar 2019", + "Genre": "R&B", + "Album": "The dragon journey" + }, + { + "Number": 3, + "Title": "Electric Heart", + "Released": "17 Mar 2019", + "Genre": "ethno-tunes", + "Album": "The dragon journey" + }, + { + "Number": 4, + "Title": "Shadow of Echo", + "Released": "20 Feb 2019", + "Genre": "ethno-tunes", + "Album": "The dragon journey" + }, + { + "Number": 5, + "Title": "Flying in the Storm", + "Released": "08 Apr 2019", + "Genre": "R&B", + "Album": "The dragon journey" + }, + { + "Number": 6, + "Title": "Dark Waiting", + "Released": "20 Oct 2019", + "Genre": "Synth-pop R&B", + "Album": "The dragon journey" + }, + { + "Number": 7, + "Title": "Fire of River", + "Released": "20 Feb 2019", + "Genre": "Synth-pop R&B", + "Album": "The dragon journey" + }, + { + "Number": 8, + "Title": "Wild Crying", + "Released": "14 Jun 2019", + "Genre": "R&B", + "Album": "The dragon journey" + }, + { + "Number": 9, + "Title": "Bright Dancing", + "Released": "14 Mar 2019", + "Genre": "Electro house Electropop", + "Album": "The dragon journey" + }, + { + "Number": 10, + "Title": "Golden Waiting", + "Released": "12 Sep 2019", + "Genre": "Synth-pop R&B", + "Album": "The dragon journey" + } ] }, { @@ -276,7 +417,76 @@ "USBillboard200": 12, "Artist": "Naomí Yepes", "Songs": [ - + { + "Number": 1, + "Title": "Storm of Dream", + "Released": "05 Jan 2019", + "Genre": "*", + "Album": "Curiosity" + }, + { + "Number": 2, + "Title": "Echo of Dream", + "Released": "28 Jan 2019", + "Genre": "Synth-pop R&B", + "Album": "Curiosity" + }, + { + "Number": 3, + "Title": "Light of Shadow", + "Released": "07 Feb 2019", + "Genre": "Synth-pop R&B", + "Album": "Curiosity" + }, + { + "Number": 4, + "Title": "Storm of Heart", + "Released": "05 Jan 2020", + "Genre": "Electro house Electropop", + "Album": "Curiosity" + }, + { + "Number": 5, + "Title": "Shadow of River", + "Released": "27 Feb 2019", + "Genre": "*", + "Album": "Curiosity" + }, + { + "Number": 6, + "Title": "Wicked Dancing", + "Released": "17 Jan 2020", + "Genre": "ethno-tunes", + "Album": "Curiosity" + }, + { + "Number": 7, + "Title": "River of Light", + "Released": "22 Feb 2019", + "Genre": "R&B", + "Album": "Curiosity" + }, + { + "Number": 8, + "Title": "Lonely Breaking", + "Released": "09 Sep 2019", + "Genre": "ethno-tunes", + "Album": "Curiosity" + }, + { + "Number": 9, + "Title": "Furious Flying", + "Released": "08 Jun 2019", + "Genre": "R&B", + "Album": "Curiosity" + }, + { + "Number": 10, + "Title": "Hiding in the Storm", + "Released": "27 May 2019", + "Genre": "Electro house Electropop", + "Album": "Curiosity" + } ] } ] @@ -513,7 +723,76 @@ "USBillboard200": 69, "Artist": "Ahmad Nazeri", "Songs": [ - + { + "Number": 1, + "Title": "Gentle Falling", + "Released": "26 Apr 2019", + "Genre": "Crunk reggaeton", + "Album": "Emergency" + }, + { + "Number": 2, + "Title": "Calling in the Fire", + "Released": "03 Sep 2019", + "Genre": "ethno-tunes", + "Album": "Emergency" + }, + { + "Number": 3, + "Title": "Fire of Shadow", + "Released": "05 Jan 2019", + "Genre": "ethno-tunes", + "Album": "Emergency" + }, + { + "Number": 4, + "Title": "Dancing in the Dream", + "Released": "15 Apr 2019", + "Genre": "R&B", + "Album": "Emergency" + }, + { + "Number": 5, + "Title": "Calling in the Shadow", + "Released": "09 Oct 2019", + "Genre": "R&B", + "Album": "Emergency" + }, + { + "Number": 6, + "Title": "Falling in the Sky", + "Released": "08 Mar 2019", + "Genre": "ethno-tunes", + "Album": "Emergency" + }, + { + "Number": 7, + "Title": "Calling in the Storm", + "Released": "05 Dec 2019", + "Genre": "ethno-tunes", + "Album": "Emergency" + }, + { + "Number": 8, + "Title": "Falling in the River", + "Released": "19 Aug 2019", + "Genre": "Electro house Electropop", + "Album": "Emergency" + }, + { + "Number": 9, + "Title": "Electric Fire", + "Released": "30 Nov 2019", + "Genre": "Crunk reggaeton", + "Album": "Emergency" + }, + { + "Number": 10, + "Title": "Lonely River", + "Released": "11 Nov 2019", + "Genre": "Electro house Electropop", + "Album": "Emergency" + } ] }, { @@ -523,7 +802,76 @@ "USBillboard200": 39, "Artist": "Ahmad Nazeri", "Songs": [ - + { + "Number": 1, + "Title": "Lonely Dream", + "Released": "11 Dec 2019", + "Genre": "ethno-tunes", + "Album": "Bursting bubbles" + }, + { + "Number": 2, + "Title": "Fire of River", + "Released": "01 Aug 2019", + "Genre": "Synth-pop R&B", + "Album": "Bursting bubbles" + }, + { + "Number": 3, + "Title": "Wicked Falling", + "Released": "25 Jan 2019", + "Genre": "*", + "Album": "Bursting bubbles" + }, + { + "Number": 4, + "Title": "Crying in the Shadow", + "Released": "04 Jan 2019", + "Genre": "Synth-pop R&B", + "Album": "Bursting bubbles" + }, + { + "Number": 5, + "Title": "Wild Burning", + "Released": "10 May 2019", + "Genre": "ethno-tunes", + "Album": "Bursting bubbles" + }, + { + "Number": 6, + "Title": "Waiting in the Heart", + "Released": "07 Aug 2019", + "Genre": "ethno-tunes", + "Album": "Bursting bubbles" + }, + { + "Number": 7, + "Title": "Fire of Fire", + "Released": "16 May 2019", + "Genre": "Electro house Electropop", + "Album": "Bursting bubbles" + }, + { + "Number": 8, + "Title": "Bright Heart", + "Released": "14 Mar 2019", + "Genre": "Synth-pop R&B", + "Album": "Bursting bubbles" + }, + { + "Number": 9, + "Title": "Lonely Fire", + "Released": "15 Oct 2019", + "Genre": "R&B", + "Album": "Bursting bubbles" + }, + { + "Number": 10, + "Title": "Sky of Dream", + "Released": "20 Jun 2019", + "Genre": "ethno-tunes", + "Album": "Bursting bubbles" + } ] } ] @@ -547,7 +895,76 @@ "USBillboard200": 1, "Artist": "Kimmy McIlmorie", "Songs": [ - + { + "Number": 1, + "Title": "Storm of Sky", + "Released": "04 Mar 2019", + "Genre": "ethno-tunes", + "Album": "Here we go again" + }, + { + "Number": 2, + "Title": "Dream of Shadow", + "Released": "03 Jan 2019", + "Genre": "ethno-tunes", + "Album": "Here we go again" + }, + { + "Number": 3, + "Title": "Dream of Shadow", + "Released": "19 Dec 2019", + "Genre": "Electro house Electropop", + "Album": "Here we go again" + }, + { + "Number": 4, + "Title": "Golden Fire", + "Released": "20 Jan 2019", + "Genre": "R&B", + "Album": "Here we go again" + }, + { + "Number": 5, + "Title": "Running in the Light", + "Released": "03 Jan 2020", + "Genre": "Synth-pop R&B", + "Album": "Here we go again" + }, + { + "Number": 6, + "Title": "Flying in the Heart", + "Released": "17 Jan 2019", + "Genre": "*", + "Album": "Here we go again" + }, + { + "Number": 7, + "Title": "Fire of Storm", + "Released": "26 Jan 2019", + "Genre": "ethno-tunes", + "Album": "Here we go again" + }, + { + "Number": 8, + "Title": "Calling in the Sky", + "Released": "28 Oct 2019", + "Genre": "Synth-pop R&B", + "Album": "Here we go again" + }, + { + "Number": 9, + "Title": "Flying in the Shadow", + "Released": "30 Mar 2019", + "Genre": "ethno-tunes", + "Album": "Here we go again" + }, + { + "Number": 10, + "Title": "Golden Dancing", + "Released": "12 Oct 2019", + "Genre": "ethno-tunes", + "Album": "Here we go again" + } ] } ] @@ -771,7 +1188,76 @@ "USBillboard200": 85, "Artist": "Izabella Tabakova", "Songs": [ - + { + "Number": 1, + "Title": "Hiding in the Light", + "Released": "24 Jan 2019", + "Genre": "Synth-pop R&B", + "Album": "Dark matters" + }, + { + "Number": 2, + "Title": "Furious River", + "Released": "13 Jan 2020", + "Genre": "Electro house Electropop", + "Album": "Dark matters" + }, + { + "Number": 3, + "Title": "Wild Crying", + "Released": "27 Feb 2019", + "Genre": "Electro house Electropop", + "Album": "Dark matters" + }, + { + "Number": 4, + "Title": "Light of Dream", + "Released": "01 Jun 2019", + "Genre": "Crunk reggaeton", + "Album": "Dark matters" + }, + { + "Number": 5, + "Title": "Light of Dream", + "Released": "24 Aug 2019", + "Genre": "*", + "Album": "Dark matters" + }, + { + "Number": 6, + "Title": "Storm of Light", + "Released": "26 Feb 2019", + "Genre": "*", + "Album": "Dark matters" + }, + { + "Number": 7, + "Title": "Dark Storm", + "Released": "18 Jan 2020", + "Genre": "R&B", + "Album": "Dark matters" + }, + { + "Number": 8, + "Title": "Dark Calling", + "Released": "20 Mar 2019", + "Genre": "Crunk reggaeton", + "Album": "Dark matters" + }, + { + "Number": 9, + "Title": "Sky of Whisper", + "Released": "30 Jan 2019", + "Genre": "ethno-tunes", + "Album": "Dark matters" + }, + { + "Number": 10, + "Title": "Dancing in the Light", + "Released": "28 Nov 2019", + "Genre": "Synth-pop R&B", + "Album": "Dark matters" + } ] } ] @@ -795,7 +1281,76 @@ "USBillboard200": 5, "Artist": "Nguyễn Diệp Chi", "Songs": [ - + { + "Number": 1, + "Title": "Echo of River", + "Released": "05 Mar 2019", + "Genre": "Synth-pop R&B", + "Album": "Library of liberty" + }, + { + "Number": 2, + "Title": "Heart of River", + "Released": "12 Jan 2020", + "Genre": "Electro house Electropop", + "Album": "Library of liberty" + }, + { + "Number": 3, + "Title": "Dark Light", + "Released": "09 Aug 2019", + "Genre": "Electro house Electropop", + "Album": "Library of liberty" + }, + { + "Number": 4, + "Title": "Dark Fire", + "Released": "22 Jun 2019", + "Genre": "R&B", + "Album": "Library of liberty" + }, + { + "Number": 5, + "Title": "Flying in the Fire", + "Released": "22 Jul 2019", + "Genre": "*", + "Album": "Library of liberty" + }, + { + "Number": 6, + "Title": "Shadow of Heart", + "Released": "02 Jan 2020", + "Genre": "*", + "Album": "Library of liberty" + }, + { + "Number": 7, + "Title": "Fire of Fire", + "Released": "27 Jan 2019", + "Genre": "*", + "Album": "Library of liberty" + }, + { + "Number": 8, + "Title": "Falling in the River", + "Released": "05 Aug 2019", + "Genre": "Crunk reggaeton", + "Album": "Library of liberty" + }, + { + "Number": 9, + "Title": "Fire of Light", + "Released": "31 Dec 2019", + "Genre": "ethno-tunes", + "Album": "Library of liberty" + }, + { + "Number": 10, + "Title": "Bright Flying", + "Released": "24 Jan 2019", + "Genre": "*", + "Album": "Library of liberty" + } ] } ] @@ -819,7 +1374,76 @@ "USBillboard200": 29, "Artist": "Eva Lee", "Songs": [ - + { + "Number": 1, + "Title": "Dancing in the Shadow", + "Released": "02 Aug 2019", + "Genre": "ethno-tunes", + "Album": "Just a tease" + }, + { + "Number": 2, + "Title": "Silent Whisper", + "Released": "09 Jul 2019", + "Genre": "*", + "Album": "Just a tease" + }, + { + "Number": 3, + "Title": "Crying in the Whisper", + "Released": "30 May 2019", + "Genre": "Crunk reggaeton", + "Album": "Just a tease" + }, + { + "Number": 4, + "Title": "River of Light", + "Released": "10 Jan 2019", + "Genre": "Electro house Electropop", + "Album": "Just a tease" + }, + { + "Number": 5, + "Title": "Golden River", + "Released": "15 Nov 2019", + "Genre": "*", + "Album": "Just a tease" + }, + { + "Number": 6, + "Title": "Burning in the Shadow", + "Released": "18 Apr 2019", + "Genre": "Crunk reggaeton", + "Album": "Just a tease" + }, + { + "Number": 7, + "Title": "Shadow of Sky", + "Released": "06 Sep 2019", + "Genre": "Crunk reggaeton", + "Album": "Just a tease" + }, + { + "Number": 8, + "Title": "Gentle Waiting", + "Released": "05 Dec 2019", + "Genre": "R&B", + "Album": "Just a tease" + }, + { + "Number": 9, + "Title": "Bright River", + "Released": "27 Jan 2020", + "Genre": "R&B", + "Album": "Just a tease" + }, + { + "Number": 10, + "Title": "Heart of Storm", + "Released": "07 Jan 2019", + "Genre": "Synth-pop R&B", + "Album": "Just a tease" + } ] } ] @@ -1046,7 +1670,76 @@ "USBillboard200": 98, "Artist": "Pablo Cambeiro", "Songs": [ - + { + "Number": 1, + "Title": "Dancing in the Echo", + "Released": "03 Oct 2019", + "Genre": "Crunk reggaeton", + "Album": "Fluke" + }, + { + "Number": 2, + "Title": "Dream of Dream", + "Released": "03 Mar 2019", + "Genre": "*", + "Album": "Fluke" + }, + { + "Number": 3, + "Title": "Calling in the Echo", + "Released": "16 Sep 2019", + "Genre": "*", + "Album": "Fluke" + }, + { + "Number": 4, + "Title": "Light of Light", + "Released": "25 May 2019", + "Genre": "Electro house Electropop", + "Album": "Fluke" + }, + { + "Number": 5, + "Title": "Bright Light", + "Released": "21 Mar 2019", + "Genre": "R&B", + "Album": "Fluke" + }, + { + "Number": 6, + "Title": "Storm of Echo", + "Released": "17 Jul 2019", + "Genre": "Synth-pop R&B", + "Album": "Fluke" + }, + { + "Number": 7, + "Title": "Lonely Calling", + "Released": "10 Apr 2019", + "Genre": "ethno-tunes", + "Album": "Fluke" + }, + { + "Number": 8, + "Title": "Gentle Falling", + "Released": "28 Nov 2019", + "Genre": "Synth-pop R&B", + "Album": "Fluke" + }, + { + "Number": 9, + "Title": "Wild Flying", + "Released": "26 Nov 2019", + "Genre": "Crunk reggaeton", + "Album": "Fluke" + }, + { + "Number": 10, + "Title": "Sky of Dream", + "Released": "29 May 2019", + "Genre": "R&B", + "Album": "Fluke" + } ] }, { @@ -1142,7 +1835,76 @@ "USBillboard200": 77, "Artist": "Athar Malakooti", "Songs": [ - + { + "Number": 1, + "Title": "Hiding in the Whisper", + "Released": "03 Apr 2019", + "Genre": "R&B", + "Album": "Pushing up daisies" + }, + { + "Number": 2, + "Title": "Wicked Light", + "Released": "21 Aug 2019", + "Genre": "R&B", + "Album": "Pushing up daisies" + }, + { + "Number": 3, + "Title": "Flying in the River", + "Released": "03 Feb 2020", + "Genre": "Synth-pop R&B", + "Album": "Pushing up daisies" + }, + { + "Number": 4, + "Title": "Wicked Hiding", + "Released": "15 Sep 2019", + "Genre": "Synth-pop R&B", + "Album": "Pushing up daisies" + }, + { + "Number": 5, + "Title": "Lonely Light", + "Released": "13 May 2019", + "Genre": "Electro house Electropop", + "Album": "Pushing up daisies" + }, + { + "Number": 6, + "Title": "Bright Dancing", + "Released": "10 Apr 2019", + "Genre": "Synth-pop R&B", + "Album": "Pushing up daisies" + }, + { + "Number": 7, + "Title": "Gentle Dream", + "Released": "21 May 2019", + "Genre": "*", + "Album": "Pushing up daisies" + }, + { + "Number": 8, + "Title": "Sky of Echo", + "Released": "09 Jun 2019", + "Genre": "Synth-pop R&B", + "Album": "Pushing up daisies" + }, + { + "Number": 9, + "Title": "Breaking in the Sky", + "Released": "27 Dec 2019", + "Genre": "Crunk reggaeton", + "Album": "Pushing up daisies" + }, + { + "Number": 10, + "Title": "Whisper of Shadow", + "Released": "04 Jan 2019", + "Genre": "ethno-tunes", + "Album": "Pushing up daisies" + } ] } ] @@ -1179,7 +1941,76 @@ "USBillboard200": 9, "Artist": "Marti Valencia", "Songs": [ - + { + "Number": 1, + "Title": "Hiding in the Sky", + "Released": "26 Nov 2019", + "Genre": "Synth-pop R&B", + "Album": "Nemesis" + }, + { + "Number": 2, + "Title": "Waiting in the Echo", + "Released": "10 Jul 2019", + "Genre": "ethno-tunes", + "Album": "Nemesis" + }, + { + "Number": 3, + "Title": "Wicked Shadow", + "Released": "29 Jul 2019", + "Genre": "Synth-pop R&B", + "Album": "Nemesis" + }, + { + "Number": 4, + "Title": "Crying in the Whisper", + "Released": "09 Apr 2019", + "Genre": "*", + "Album": "Nemesis" + }, + { + "Number": 5, + "Title": "Echo of Storm", + "Released": "19 Nov 2019", + "Genre": "Crunk reggaeton", + "Album": "Nemesis" + }, + { + "Number": 6, + "Title": "Shadow of Sky", + "Released": "24 Jul 2019", + "Genre": "Crunk reggaeton", + "Album": "Nemesis" + }, + { + "Number": 7, + "Title": "Golden Hiding", + "Released": "12 Dec 2019", + "Genre": "Electro house Electropop", + "Album": "Nemesis" + }, + { + "Number": 8, + "Title": "Wild Dancing", + "Released": "17 Aug 2019", + "Genre": "Synth-pop R&B", + "Album": "Nemesis" + }, + { + "Number": 9, + "Title": "Bright Burning", + "Released": "30 Aug 2019", + "Genre": "Electro house Electropop", + "Album": "Nemesis" + }, + { + "Number": 10, + "Title": "Flying in the River", + "Released": "02 Sep 2019", + "Genre": "*", + "Album": "Nemesis" + } ] }, { @@ -1282,7 +2113,76 @@ "USBillboard200": 37, "Artist": "Marti Valencia", "Songs": [ - + { + "Number": 1, + "Title": "Wild River", + "Released": "11 Jan 2019", + "Genre": "*", + "Album": "God's advocate" + }, + { + "Number": 2, + "Title": "Wicked Whisper", + "Released": "16 Feb 2019", + "Genre": "Electro house Electropop", + "Album": "God's advocate" + }, + { + "Number": 3, + "Title": "Storm of Heart", + "Released": "11 Aug 2019", + "Genre": "*", + "Album": "God's advocate" + }, + { + "Number": 4, + "Title": "Golden Dancing", + "Released": "02 Mar 2019", + "Genre": "Crunk reggaeton", + "Album": "God's advocate" + }, + { + "Number": 5, + "Title": "Calling in the Sky", + "Released": "10 Sep 2019", + "Genre": "Electro house Electropop", + "Album": "God's advocate" + }, + { + "Number": 6, + "Title": "Calling in the Heart", + "Released": "12 Jan 2019", + "Genre": "ethno-tunes", + "Album": "God's advocate" + }, + { + "Number": 7, + "Title": "Running in the Storm", + "Released": "10 Nov 2019", + "Genre": "Synth-pop R&B", + "Album": "God's advocate" + }, + { + "Number": 8, + "Title": "Wild Sky", + "Released": "10 Apr 2019", + "Genre": "R&B", + "Album": "God's advocate" + }, + { + "Number": 9, + "Title": "Crying in the Shadow", + "Released": "02 Mar 2019", + "Genre": "R&B", + "Album": "God's advocate" + }, + { + "Number": 10, + "Title": "Whisper of River", + "Released": "12 May 2019", + "Genre": "*", + "Album": "God's advocate" + } ] } ] @@ -1306,7 +2206,76 @@ "USBillboard200": 7, "Artist": "Alicia Stanger", "Songs": [ - + { + "Number": 1, + "Title": "Shadow of Light", + "Released": "24 Mar 2019", + "Genre": "ethno-tunes", + "Album": "Forever alone" + }, + { + "Number": 2, + "Title": "Running in the Echo", + "Released": "03 May 2019", + "Genre": "Crunk reggaeton", + "Album": "Forever alone" + }, + { + "Number": 3, + "Title": "Gentle Dream", + "Released": "24 Aug 2019", + "Genre": "Crunk reggaeton", + "Album": "Forever alone" + }, + { + "Number": 4, + "Title": "Furious River", + "Released": "24 Apr 2019", + "Genre": "ethno-tunes", + "Album": "Forever alone" + }, + { + "Number": 5, + "Title": "Wild Whisper", + "Released": "09 Mar 2019", + "Genre": "ethno-tunes", + "Album": "Forever alone" + }, + { + "Number": 6, + "Title": "Whisper of Sky", + "Released": "24 Jul 2019", + "Genre": "Crunk reggaeton", + "Album": "Forever alone" + }, + { + "Number": 7, + "Title": "Lonely Storm", + "Released": "01 May 2019", + "Genre": "Crunk reggaeton", + "Album": "Forever alone" + }, + { + "Number": 8, + "Title": "Dancing in the River", + "Released": "17 Dec 2019", + "Genre": "*", + "Album": "Forever alone" + }, + { + "Number": 9, + "Title": "Electric Fire", + "Released": "17 Oct 2019", + "Genre": "Electro house Electropop", + "Album": "Forever alone" + }, + { + "Number": 10, + "Title": "Electric Sky", + "Released": "25 Sep 2019", + "Genre": "ethno-tunes", + "Album": "Forever alone" + } ] } ] @@ -1371,7 +2340,76 @@ "USBillboard200": 35, "Artist": "Peter Taylor", "Songs": [ - + { + "Number": 1, + "Title": "Calling in the Dream", + "Released": "01 Aug 2019", + "Genre": "R&B", + "Album": "Decisions decisions" + }, + { + "Number": 2, + "Title": "Electric Burning", + "Released": "10 Sep 2019", + "Genre": "Electro house Electropop", + "Album": "Decisions decisions" + }, + { + "Number": 3, + "Title": "Dark Flying", + "Released": "28 Apr 2019", + "Genre": "*", + "Album": "Decisions decisions" + }, + { + "Number": 4, + "Title": "Gentle Sky", + "Released": "20 Nov 2019", + "Genre": "ethno-tunes", + "Album": "Decisions decisions" + }, + { + "Number": 5, + "Title": "Gentle Calling", + "Released": "13 Jan 2019", + "Genre": "Crunk reggaeton", + "Album": "Decisions decisions" + }, + { + "Number": 6, + "Title": "Golden Falling", + "Released": "14 Feb 2019", + "Genre": "Crunk reggaeton", + "Album": "Decisions decisions" + }, + { + "Number": 7, + "Title": "Silent River", + "Released": "13 Feb 2019", + "Genre": "R&B", + "Album": "Decisions decisions" + }, + { + "Number": 8, + "Title": "Furious Calling", + "Released": "11 Jun 2019", + "Genre": "Synth-pop R&B", + "Album": "Decisions decisions" + }, + { + "Number": 9, + "Title": "Running in the Echo", + "Released": "06 Nov 2019", + "Genre": "Electro house Electropop", + "Album": "Decisions decisions" + }, + { + "Number": 10, + "Title": "Furious River", + "Released": "12 Mar 2019", + "Genre": "*", + "Album": "Decisions decisions" + } ] }, { @@ -1381,7 +2419,76 @@ "USBillboard200": 89, "Artist": "Peter Taylor", "Songs": [ - + { + "Number": 1, + "Title": "Dark Crying", + "Released": "27 Apr 2019", + "Genre": "Electro house Electropop", + "Album": "Climate changed" + }, + { + "Number": 2, + "Title": "Dark Waiting", + "Released": "14 Nov 2019", + "Genre": "Synth-pop R&B", + "Album": "Climate changed" + }, + { + "Number": 3, + "Title": "Furious Waiting", + "Released": "23 May 2019", + "Genre": "*", + "Album": "Climate changed" + }, + { + "Number": 4, + "Title": "Running in the Echo", + "Released": "29 Nov 2019", + "Genre": "Crunk reggaeton", + "Album": "Climate changed" + }, + { + "Number": 5, + "Title": "Dream of Sky", + "Released": "31 Oct 2019", + "Genre": "Crunk reggaeton", + "Album": "Climate changed" + }, + { + "Number": 6, + "Title": "Hiding in the Heart", + "Released": "09 Aug 2019", + "Genre": "R&B", + "Album": "Climate changed" + }, + { + "Number": 7, + "Title": "Sky of Storm", + "Released": "01 Jun 2019", + "Genre": "R&B", + "Album": "Climate changed" + }, + { + "Number": 8, + "Title": "Light of Storm", + "Released": "17 Jan 2020", + "Genre": "ethno-tunes", + "Album": "Climate changed" + }, + { + "Number": 9, + "Title": "Light of Sky", + "Released": "26 May 2019", + "Genre": "*", + "Album": "Climate changed" + }, + { + "Number": 10, + "Title": "Golden River", + "Released": "19 Jun 2019", + "Genre": "*", + "Album": "Climate changed" + } ] } ] diff --git a/samples/grids/hierarchical-grid/custom-filtering/src/SingersData.json b/samples/grids/hierarchical-grid/custom-filtering/src/SingersData.json index f7508f3c9a..75ec4ec561 100644 --- a/samples/grids/hierarchical-grid/custom-filtering/src/SingersData.json +++ b/samples/grids/hierarchical-grid/custom-filtering/src/SingersData.json @@ -78,7 +78,79 @@ "LaunchDate": "September 3, 2013", "BillboardReview": 86, "USBillboard200": 1, - "Artist": "Naomí Yepes" + "Artist": "Naomí Yepes", + "Songs": [ + { + "Number": 1, + "Title": "Lonely Falling", + "Released": "01 May 2019", + "Genre": "*", + "Album": "Initiation" + }, + { + "Number": 2, + "Title": "Bright Breaking", + "Released": "25 Jul 2019", + "Genre": "Electro house Electropop", + "Album": "Initiation" + }, + { + "Number": 3, + "Title": "River of Whisper", + "Released": "29 Jan 2020", + "Genre": "Electro house Electropop", + "Album": "Initiation" + }, + { + "Number": 4, + "Title": "Sky of Storm", + "Released": "07 May 2019", + "Genre": "Electro house Electropop", + "Album": "Initiation" + }, + { + "Number": 5, + "Title": "Electric River", + "Released": "20 Jan 2020", + "Genre": "R&B", + "Album": "Initiation" + }, + { + "Number": 6, + "Title": "Storm of Storm", + "Released": "01 Sep 2019", + "Genre": "Crunk reggaeton", + "Album": "Initiation" + }, + { + "Number": 7, + "Title": "Fire of Dream", + "Released": "12 Sep 2019", + "Genre": "Electro house Electropop", + "Album": "Initiation" + }, + { + "Number": 8, + "Title": "Burning in the Light", + "Released": "15 Apr 2019", + "Genre": "*", + "Album": "Initiation" + }, + { + "Number": 9, + "Title": "Burning in the Storm", + "Released": "10 Sep 2019", + "Genre": "Electro house Electropop", + "Album": "Initiation" + }, + { + "Number": 10, + "Title": "Shadow of Whisper", + "Released": "06 Jan 2019", + "Genre": "Crunk reggaeton", + "Album": "Initiation" + } + ] }, { "Album": "Dream Driven", @@ -90,7 +162,7 @@ { "Number": 1, "Title": "Intro", - "Released": false, + "Released": "10 Sep 2019", "Genre": "*", "Album": "Dream Driven" }, @@ -111,7 +183,7 @@ { "Number": 4, "Title": "Future past", - "Released": false, + "Released": "20 Sep 2011", "Genre": "*", "Album": "Dream Driven" }, @@ -132,14 +204,14 @@ { "Number": 7, "Title": "Stay where you are", - "Released": false, + "Released": "14 Sep 2013", "Genre": "*", "Album": "Dream Driven" }, { "Number": 8, "Title": "Imaginarium", - "Released": false, + "Released": "20 Sep 2021", "Genre": "*", "Album": "Dream Driven" }, @@ -153,21 +225,21 @@ { "Number": 10, "Title": "Shredded into pieces", - "Released": false, + "Released": "11 Sep 2015", "Genre": "*", "Album": "Dream Driven" }, { "Number": 11, "Title": "Capture this moment", - "Released": false, + "Released": "13 Sep 2016", "Genre": "*", "Album": "Dream Driven" }, { "Number": 12, "Title": "Dream Driven", - "Released": false, + "Released": "14 Sep 2014", "Genre": "*", "Album": "Dream Driven" } @@ -180,7 +252,76 @@ "USBillboard200": 2, "Artist": "Naomí Yepes", "Songs": [ - + { + "Number": 1, + "Title": "Calling in the Storm", + "Released": "12 Mar 2019", + "Genre": "Electro house Electropop", + "Album": "The dragon journey" + }, + { + "Number": 2, + "Title": "Hiding in the Dream", + "Released": "23 Mar 2019", + "Genre": "R&B", + "Album": "The dragon journey" + }, + { + "Number": 3, + "Title": "Electric Heart", + "Released": "17 Mar 2019", + "Genre": "ethno-tunes", + "Album": "The dragon journey" + }, + { + "Number": 4, + "Title": "Shadow of Echo", + "Released": "20 Feb 2019", + "Genre": "ethno-tunes", + "Album": "The dragon journey" + }, + { + "Number": 5, + "Title": "Flying in the Storm", + "Released": "08 Apr 2019", + "Genre": "R&B", + "Album": "The dragon journey" + }, + { + "Number": 6, + "Title": "Dark Waiting", + "Released": "20 Oct 2019", + "Genre": "Synth-pop R&B", + "Album": "The dragon journey" + }, + { + "Number": 7, + "Title": "Fire of River", + "Released": "20 Feb 2019", + "Genre": "Synth-pop R&B", + "Album": "The dragon journey" + }, + { + "Number": 8, + "Title": "Wild Crying", + "Released": "14 Jun 2019", + "Genre": "R&B", + "Album": "The dragon journey" + }, + { + "Number": 9, + "Title": "Bright Dancing", + "Released": "14 Mar 2019", + "Genre": "Electro house Electropop", + "Album": "The dragon journey" + }, + { + "Number": 10, + "Title": "Golden Waiting", + "Released": "12 Sep 2019", + "Genre": "Synth-pop R&B", + "Album": "The dragon journey" + } ] }, { @@ -276,7 +417,76 @@ "USBillboard200": 12, "Artist": "Naomí Yepes", "Songs": [ - + { + "Number": 1, + "Title": "Storm of Dream", + "Released": "05 Jan 2019", + "Genre": "*", + "Album": "Curiosity" + }, + { + "Number": 2, + "Title": "Echo of Dream", + "Released": "28 Jan 2019", + "Genre": "Synth-pop R&B", + "Album": "Curiosity" + }, + { + "Number": 3, + "Title": "Light of Shadow", + "Released": "07 Feb 2019", + "Genre": "Synth-pop R&B", + "Album": "Curiosity" + }, + { + "Number": 4, + "Title": "Storm of Heart", + "Released": "05 Jan 2020", + "Genre": "Electro house Electropop", + "Album": "Curiosity" + }, + { + "Number": 5, + "Title": "Shadow of River", + "Released": "27 Feb 2019", + "Genre": "*", + "Album": "Curiosity" + }, + { + "Number": 6, + "Title": "Wicked Dancing", + "Released": "17 Jan 2020", + "Genre": "ethno-tunes", + "Album": "Curiosity" + }, + { + "Number": 7, + "Title": "River of Light", + "Released": "22 Feb 2019", + "Genre": "R&B", + "Album": "Curiosity" + }, + { + "Number": 8, + "Title": "Lonely Breaking", + "Released": "09 Sep 2019", + "Genre": "ethno-tunes", + "Album": "Curiosity" + }, + { + "Number": 9, + "Title": "Furious Flying", + "Released": "08 Jun 2019", + "Genre": "R&B", + "Album": "Curiosity" + }, + { + "Number": 10, + "Title": "Hiding in the Storm", + "Released": "27 May 2019", + "Genre": "Electro house Electropop", + "Album": "Curiosity" + } ] } ] @@ -513,7 +723,76 @@ "USBillboard200": 69, "Artist": "Ahmad Nazeri", "Songs": [ - + { + "Number": 1, + "Title": "Gentle Falling", + "Released": "26 Apr 2019", + "Genre": "Crunk reggaeton", + "Album": "Emergency" + }, + { + "Number": 2, + "Title": "Calling in the Fire", + "Released": "03 Sep 2019", + "Genre": "ethno-tunes", + "Album": "Emergency" + }, + { + "Number": 3, + "Title": "Fire of Shadow", + "Released": "05 Jan 2019", + "Genre": "ethno-tunes", + "Album": "Emergency" + }, + { + "Number": 4, + "Title": "Dancing in the Dream", + "Released": "15 Apr 2019", + "Genre": "R&B", + "Album": "Emergency" + }, + { + "Number": 5, + "Title": "Calling in the Shadow", + "Released": "09 Oct 2019", + "Genre": "R&B", + "Album": "Emergency" + }, + { + "Number": 6, + "Title": "Falling in the Sky", + "Released": "08 Mar 2019", + "Genre": "ethno-tunes", + "Album": "Emergency" + }, + { + "Number": 7, + "Title": "Calling in the Storm", + "Released": "05 Dec 2019", + "Genre": "ethno-tunes", + "Album": "Emergency" + }, + { + "Number": 8, + "Title": "Falling in the River", + "Released": "19 Aug 2019", + "Genre": "Electro house Electropop", + "Album": "Emergency" + }, + { + "Number": 9, + "Title": "Electric Fire", + "Released": "30 Nov 2019", + "Genre": "Crunk reggaeton", + "Album": "Emergency" + }, + { + "Number": 10, + "Title": "Lonely River", + "Released": "11 Nov 2019", + "Genre": "Electro house Electropop", + "Album": "Emergency" + } ] }, { @@ -523,7 +802,76 @@ "USBillboard200": 39, "Artist": "Ahmad Nazeri", "Songs": [ - + { + "Number": 1, + "Title": "Lonely Dream", + "Released": "11 Dec 2019", + "Genre": "ethno-tunes", + "Album": "Bursting bubbles" + }, + { + "Number": 2, + "Title": "Fire of River", + "Released": "01 Aug 2019", + "Genre": "Synth-pop R&B", + "Album": "Bursting bubbles" + }, + { + "Number": 3, + "Title": "Wicked Falling", + "Released": "25 Jan 2019", + "Genre": "*", + "Album": "Bursting bubbles" + }, + { + "Number": 4, + "Title": "Crying in the Shadow", + "Released": "04 Jan 2019", + "Genre": "Synth-pop R&B", + "Album": "Bursting bubbles" + }, + { + "Number": 5, + "Title": "Wild Burning", + "Released": "10 May 2019", + "Genre": "ethno-tunes", + "Album": "Bursting bubbles" + }, + { + "Number": 6, + "Title": "Waiting in the Heart", + "Released": "07 Aug 2019", + "Genre": "ethno-tunes", + "Album": "Bursting bubbles" + }, + { + "Number": 7, + "Title": "Fire of Fire", + "Released": "16 May 2019", + "Genre": "Electro house Electropop", + "Album": "Bursting bubbles" + }, + { + "Number": 8, + "Title": "Bright Heart", + "Released": "14 Mar 2019", + "Genre": "Synth-pop R&B", + "Album": "Bursting bubbles" + }, + { + "Number": 9, + "Title": "Lonely Fire", + "Released": "15 Oct 2019", + "Genre": "R&B", + "Album": "Bursting bubbles" + }, + { + "Number": 10, + "Title": "Sky of Dream", + "Released": "20 Jun 2019", + "Genre": "ethno-tunes", + "Album": "Bursting bubbles" + } ] } ] @@ -547,7 +895,76 @@ "USBillboard200": 1, "Artist": "Kimmy McIlmorie", "Songs": [ - + { + "Number": 1, + "Title": "Storm of Sky", + "Released": "04 Mar 2019", + "Genre": "ethno-tunes", + "Album": "Here we go again" + }, + { + "Number": 2, + "Title": "Dream of Shadow", + "Released": "03 Jan 2019", + "Genre": "ethno-tunes", + "Album": "Here we go again" + }, + { + "Number": 3, + "Title": "Dream of Shadow", + "Released": "19 Dec 2019", + "Genre": "Electro house Electropop", + "Album": "Here we go again" + }, + { + "Number": 4, + "Title": "Golden Fire", + "Released": "20 Jan 2019", + "Genre": "R&B", + "Album": "Here we go again" + }, + { + "Number": 5, + "Title": "Running in the Light", + "Released": "03 Jan 2020", + "Genre": "Synth-pop R&B", + "Album": "Here we go again" + }, + { + "Number": 6, + "Title": "Flying in the Heart", + "Released": "17 Jan 2019", + "Genre": "*", + "Album": "Here we go again" + }, + { + "Number": 7, + "Title": "Fire of Storm", + "Released": "26 Jan 2019", + "Genre": "ethno-tunes", + "Album": "Here we go again" + }, + { + "Number": 8, + "Title": "Calling in the Sky", + "Released": "28 Oct 2019", + "Genre": "Synth-pop R&B", + "Album": "Here we go again" + }, + { + "Number": 9, + "Title": "Flying in the Shadow", + "Released": "30 Mar 2019", + "Genre": "ethno-tunes", + "Album": "Here we go again" + }, + { + "Number": 10, + "Title": "Golden Dancing", + "Released": "12 Oct 2019", + "Genre": "ethno-tunes", + "Album": "Here we go again" + } ] } ] @@ -771,7 +1188,76 @@ "USBillboard200": 85, "Artist": "Izabella Tabakova", "Songs": [ - + { + "Number": 1, + "Title": "Hiding in the Light", + "Released": "24 Jan 2019", + "Genre": "Synth-pop R&B", + "Album": "Dark matters" + }, + { + "Number": 2, + "Title": "Furious River", + "Released": "13 Jan 2020", + "Genre": "Electro house Electropop", + "Album": "Dark matters" + }, + { + "Number": 3, + "Title": "Wild Crying", + "Released": "27 Feb 2019", + "Genre": "Electro house Electropop", + "Album": "Dark matters" + }, + { + "Number": 4, + "Title": "Light of Dream", + "Released": "01 Jun 2019", + "Genre": "Crunk reggaeton", + "Album": "Dark matters" + }, + { + "Number": 5, + "Title": "Light of Dream", + "Released": "24 Aug 2019", + "Genre": "*", + "Album": "Dark matters" + }, + { + "Number": 6, + "Title": "Storm of Light", + "Released": "26 Feb 2019", + "Genre": "*", + "Album": "Dark matters" + }, + { + "Number": 7, + "Title": "Dark Storm", + "Released": "18 Jan 2020", + "Genre": "R&B", + "Album": "Dark matters" + }, + { + "Number": 8, + "Title": "Dark Calling", + "Released": "20 Mar 2019", + "Genre": "Crunk reggaeton", + "Album": "Dark matters" + }, + { + "Number": 9, + "Title": "Sky of Whisper", + "Released": "30 Jan 2019", + "Genre": "ethno-tunes", + "Album": "Dark matters" + }, + { + "Number": 10, + "Title": "Dancing in the Light", + "Released": "28 Nov 2019", + "Genre": "Synth-pop R&B", + "Album": "Dark matters" + } ] } ] @@ -795,7 +1281,76 @@ "USBillboard200": 5, "Artist": "Nguyễn Diệp Chi", "Songs": [ - + { + "Number": 1, + "Title": "Echo of River", + "Released": "05 Mar 2019", + "Genre": "Synth-pop R&B", + "Album": "Library of liberty" + }, + { + "Number": 2, + "Title": "Heart of River", + "Released": "12 Jan 2020", + "Genre": "Electro house Electropop", + "Album": "Library of liberty" + }, + { + "Number": 3, + "Title": "Dark Light", + "Released": "09 Aug 2019", + "Genre": "Electro house Electropop", + "Album": "Library of liberty" + }, + { + "Number": 4, + "Title": "Dark Fire", + "Released": "22 Jun 2019", + "Genre": "R&B", + "Album": "Library of liberty" + }, + { + "Number": 5, + "Title": "Flying in the Fire", + "Released": "22 Jul 2019", + "Genre": "*", + "Album": "Library of liberty" + }, + { + "Number": 6, + "Title": "Shadow of Heart", + "Released": "02 Jan 2020", + "Genre": "*", + "Album": "Library of liberty" + }, + { + "Number": 7, + "Title": "Fire of Fire", + "Released": "27 Jan 2019", + "Genre": "*", + "Album": "Library of liberty" + }, + { + "Number": 8, + "Title": "Falling in the River", + "Released": "05 Aug 2019", + "Genre": "Crunk reggaeton", + "Album": "Library of liberty" + }, + { + "Number": 9, + "Title": "Fire of Light", + "Released": "31 Dec 2019", + "Genre": "ethno-tunes", + "Album": "Library of liberty" + }, + { + "Number": 10, + "Title": "Bright Flying", + "Released": "24 Jan 2019", + "Genre": "*", + "Album": "Library of liberty" + } ] } ] @@ -819,7 +1374,76 @@ "USBillboard200": 29, "Artist": "Eva Lee", "Songs": [ - + { + "Number": 1, + "Title": "Dancing in the Shadow", + "Released": "02 Aug 2019", + "Genre": "ethno-tunes", + "Album": "Just a tease" + }, + { + "Number": 2, + "Title": "Silent Whisper", + "Released": "09 Jul 2019", + "Genre": "*", + "Album": "Just a tease" + }, + { + "Number": 3, + "Title": "Crying in the Whisper", + "Released": "30 May 2019", + "Genre": "Crunk reggaeton", + "Album": "Just a tease" + }, + { + "Number": 4, + "Title": "River of Light", + "Released": "10 Jan 2019", + "Genre": "Electro house Electropop", + "Album": "Just a tease" + }, + { + "Number": 5, + "Title": "Golden River", + "Released": "15 Nov 2019", + "Genre": "*", + "Album": "Just a tease" + }, + { + "Number": 6, + "Title": "Burning in the Shadow", + "Released": "18 Apr 2019", + "Genre": "Crunk reggaeton", + "Album": "Just a tease" + }, + { + "Number": 7, + "Title": "Shadow of Sky", + "Released": "06 Sep 2019", + "Genre": "Crunk reggaeton", + "Album": "Just a tease" + }, + { + "Number": 8, + "Title": "Gentle Waiting", + "Released": "05 Dec 2019", + "Genre": "R&B", + "Album": "Just a tease" + }, + { + "Number": 9, + "Title": "Bright River", + "Released": "27 Jan 2020", + "Genre": "R&B", + "Album": "Just a tease" + }, + { + "Number": 10, + "Title": "Heart of Storm", + "Released": "07 Jan 2019", + "Genre": "Synth-pop R&B", + "Album": "Just a tease" + } ] } ] @@ -1046,7 +1670,76 @@ "USBillboard200": 98, "Artist": "Pablo Cambeiro", "Songs": [ - + { + "Number": 1, + "Title": "Dancing in the Echo", + "Released": "03 Oct 2019", + "Genre": "Crunk reggaeton", + "Album": "Fluke" + }, + { + "Number": 2, + "Title": "Dream of Dream", + "Released": "03 Mar 2019", + "Genre": "*", + "Album": "Fluke" + }, + { + "Number": 3, + "Title": "Calling in the Echo", + "Released": "16 Sep 2019", + "Genre": "*", + "Album": "Fluke" + }, + { + "Number": 4, + "Title": "Light of Light", + "Released": "25 May 2019", + "Genre": "Electro house Electropop", + "Album": "Fluke" + }, + { + "Number": 5, + "Title": "Bright Light", + "Released": "21 Mar 2019", + "Genre": "R&B", + "Album": "Fluke" + }, + { + "Number": 6, + "Title": "Storm of Echo", + "Released": "17 Jul 2019", + "Genre": "Synth-pop R&B", + "Album": "Fluke" + }, + { + "Number": 7, + "Title": "Lonely Calling", + "Released": "10 Apr 2019", + "Genre": "ethno-tunes", + "Album": "Fluke" + }, + { + "Number": 8, + "Title": "Gentle Falling", + "Released": "28 Nov 2019", + "Genre": "Synth-pop R&B", + "Album": "Fluke" + }, + { + "Number": 9, + "Title": "Wild Flying", + "Released": "26 Nov 2019", + "Genre": "Crunk reggaeton", + "Album": "Fluke" + }, + { + "Number": 10, + "Title": "Sky of Dream", + "Released": "29 May 2019", + "Genre": "R&B", + "Album": "Fluke" + } ] }, { @@ -1142,7 +1835,76 @@ "USBillboard200": 77, "Artist": "Athar Malakooti", "Songs": [ - + { + "Number": 1, + "Title": "Hiding in the Whisper", + "Released": "03 Apr 2019", + "Genre": "R&B", + "Album": "Pushing up daisies" + }, + { + "Number": 2, + "Title": "Wicked Light", + "Released": "21 Aug 2019", + "Genre": "R&B", + "Album": "Pushing up daisies" + }, + { + "Number": 3, + "Title": "Flying in the River", + "Released": "03 Feb 2020", + "Genre": "Synth-pop R&B", + "Album": "Pushing up daisies" + }, + { + "Number": 4, + "Title": "Wicked Hiding", + "Released": "15 Sep 2019", + "Genre": "Synth-pop R&B", + "Album": "Pushing up daisies" + }, + { + "Number": 5, + "Title": "Lonely Light", + "Released": "13 May 2019", + "Genre": "Electro house Electropop", + "Album": "Pushing up daisies" + }, + { + "Number": 6, + "Title": "Bright Dancing", + "Released": "10 Apr 2019", + "Genre": "Synth-pop R&B", + "Album": "Pushing up daisies" + }, + { + "Number": 7, + "Title": "Gentle Dream", + "Released": "21 May 2019", + "Genre": "*", + "Album": "Pushing up daisies" + }, + { + "Number": 8, + "Title": "Sky of Echo", + "Released": "09 Jun 2019", + "Genre": "Synth-pop R&B", + "Album": "Pushing up daisies" + }, + { + "Number": 9, + "Title": "Breaking in the Sky", + "Released": "27 Dec 2019", + "Genre": "Crunk reggaeton", + "Album": "Pushing up daisies" + }, + { + "Number": 10, + "Title": "Whisper of Shadow", + "Released": "04 Jan 2019", + "Genre": "ethno-tunes", + "Album": "Pushing up daisies" + } ] } ] @@ -1179,7 +1941,76 @@ "USBillboard200": 9, "Artist": "Marti Valencia", "Songs": [ - + { + "Number": 1, + "Title": "Hiding in the Sky", + "Released": "26 Nov 2019", + "Genre": "Synth-pop R&B", + "Album": "Nemesis" + }, + { + "Number": 2, + "Title": "Waiting in the Echo", + "Released": "10 Jul 2019", + "Genre": "ethno-tunes", + "Album": "Nemesis" + }, + { + "Number": 3, + "Title": "Wicked Shadow", + "Released": "29 Jul 2019", + "Genre": "Synth-pop R&B", + "Album": "Nemesis" + }, + { + "Number": 4, + "Title": "Crying in the Whisper", + "Released": "09 Apr 2019", + "Genre": "*", + "Album": "Nemesis" + }, + { + "Number": 5, + "Title": "Echo of Storm", + "Released": "19 Nov 2019", + "Genre": "Crunk reggaeton", + "Album": "Nemesis" + }, + { + "Number": 6, + "Title": "Shadow of Sky", + "Released": "24 Jul 2019", + "Genre": "Crunk reggaeton", + "Album": "Nemesis" + }, + { + "Number": 7, + "Title": "Golden Hiding", + "Released": "12 Dec 2019", + "Genre": "Electro house Electropop", + "Album": "Nemesis" + }, + { + "Number": 8, + "Title": "Wild Dancing", + "Released": "17 Aug 2019", + "Genre": "Synth-pop R&B", + "Album": "Nemesis" + }, + { + "Number": 9, + "Title": "Bright Burning", + "Released": "30 Aug 2019", + "Genre": "Electro house Electropop", + "Album": "Nemesis" + }, + { + "Number": 10, + "Title": "Flying in the River", + "Released": "02 Sep 2019", + "Genre": "*", + "Album": "Nemesis" + } ] }, { @@ -1282,7 +2113,76 @@ "USBillboard200": 37, "Artist": "Marti Valencia", "Songs": [ - + { + "Number": 1, + "Title": "Wild River", + "Released": "11 Jan 2019", + "Genre": "*", + "Album": "God's advocate" + }, + { + "Number": 2, + "Title": "Wicked Whisper", + "Released": "16 Feb 2019", + "Genre": "Electro house Electropop", + "Album": "God's advocate" + }, + { + "Number": 3, + "Title": "Storm of Heart", + "Released": "11 Aug 2019", + "Genre": "*", + "Album": "God's advocate" + }, + { + "Number": 4, + "Title": "Golden Dancing", + "Released": "02 Mar 2019", + "Genre": "Crunk reggaeton", + "Album": "God's advocate" + }, + { + "Number": 5, + "Title": "Calling in the Sky", + "Released": "10 Sep 2019", + "Genre": "Electro house Electropop", + "Album": "God's advocate" + }, + { + "Number": 6, + "Title": "Calling in the Heart", + "Released": "12 Jan 2019", + "Genre": "ethno-tunes", + "Album": "God's advocate" + }, + { + "Number": 7, + "Title": "Running in the Storm", + "Released": "10 Nov 2019", + "Genre": "Synth-pop R&B", + "Album": "God's advocate" + }, + { + "Number": 8, + "Title": "Wild Sky", + "Released": "10 Apr 2019", + "Genre": "R&B", + "Album": "God's advocate" + }, + { + "Number": 9, + "Title": "Crying in the Shadow", + "Released": "02 Mar 2019", + "Genre": "R&B", + "Album": "God's advocate" + }, + { + "Number": 10, + "Title": "Whisper of River", + "Released": "12 May 2019", + "Genre": "*", + "Album": "God's advocate" + } ] } ] @@ -1306,7 +2206,76 @@ "USBillboard200": 7, "Artist": "Alicia Stanger", "Songs": [ - + { + "Number": 1, + "Title": "Shadow of Light", + "Released": "24 Mar 2019", + "Genre": "ethno-tunes", + "Album": "Forever alone" + }, + { + "Number": 2, + "Title": "Running in the Echo", + "Released": "03 May 2019", + "Genre": "Crunk reggaeton", + "Album": "Forever alone" + }, + { + "Number": 3, + "Title": "Gentle Dream", + "Released": "24 Aug 2019", + "Genre": "Crunk reggaeton", + "Album": "Forever alone" + }, + { + "Number": 4, + "Title": "Furious River", + "Released": "24 Apr 2019", + "Genre": "ethno-tunes", + "Album": "Forever alone" + }, + { + "Number": 5, + "Title": "Wild Whisper", + "Released": "09 Mar 2019", + "Genre": "ethno-tunes", + "Album": "Forever alone" + }, + { + "Number": 6, + "Title": "Whisper of Sky", + "Released": "24 Jul 2019", + "Genre": "Crunk reggaeton", + "Album": "Forever alone" + }, + { + "Number": 7, + "Title": "Lonely Storm", + "Released": "01 May 2019", + "Genre": "Crunk reggaeton", + "Album": "Forever alone" + }, + { + "Number": 8, + "Title": "Dancing in the River", + "Released": "17 Dec 2019", + "Genre": "*", + "Album": "Forever alone" + }, + { + "Number": 9, + "Title": "Electric Fire", + "Released": "17 Oct 2019", + "Genre": "Electro house Electropop", + "Album": "Forever alone" + }, + { + "Number": 10, + "Title": "Electric Sky", + "Released": "25 Sep 2019", + "Genre": "ethno-tunes", + "Album": "Forever alone" + } ] } ] @@ -1371,7 +2340,76 @@ "USBillboard200": 35, "Artist": "Peter Taylor", "Songs": [ - + { + "Number": 1, + "Title": "Calling in the Dream", + "Released": "01 Aug 2019", + "Genre": "R&B", + "Album": "Decisions decisions" + }, + { + "Number": 2, + "Title": "Electric Burning", + "Released": "10 Sep 2019", + "Genre": "Electro house Electropop", + "Album": "Decisions decisions" + }, + { + "Number": 3, + "Title": "Dark Flying", + "Released": "28 Apr 2019", + "Genre": "*", + "Album": "Decisions decisions" + }, + { + "Number": 4, + "Title": "Gentle Sky", + "Released": "20 Nov 2019", + "Genre": "ethno-tunes", + "Album": "Decisions decisions" + }, + { + "Number": 5, + "Title": "Gentle Calling", + "Released": "13 Jan 2019", + "Genre": "Crunk reggaeton", + "Album": "Decisions decisions" + }, + { + "Number": 6, + "Title": "Golden Falling", + "Released": "14 Feb 2019", + "Genre": "Crunk reggaeton", + "Album": "Decisions decisions" + }, + { + "Number": 7, + "Title": "Silent River", + "Released": "13 Feb 2019", + "Genre": "R&B", + "Album": "Decisions decisions" + }, + { + "Number": 8, + "Title": "Furious Calling", + "Released": "11 Jun 2019", + "Genre": "Synth-pop R&B", + "Album": "Decisions decisions" + }, + { + "Number": 9, + "Title": "Running in the Echo", + "Released": "06 Nov 2019", + "Genre": "Electro house Electropop", + "Album": "Decisions decisions" + }, + { + "Number": 10, + "Title": "Furious River", + "Released": "12 Mar 2019", + "Genre": "*", + "Album": "Decisions decisions" + } ] }, { @@ -1381,7 +2419,76 @@ "USBillboard200": 89, "Artist": "Peter Taylor", "Songs": [ - + { + "Number": 1, + "Title": "Dark Crying", + "Released": "27 Apr 2019", + "Genre": "Electro house Electropop", + "Album": "Climate changed" + }, + { + "Number": 2, + "Title": "Dark Waiting", + "Released": "14 Nov 2019", + "Genre": "Synth-pop R&B", + "Album": "Climate changed" + }, + { + "Number": 3, + "Title": "Furious Waiting", + "Released": "23 May 2019", + "Genre": "*", + "Album": "Climate changed" + }, + { + "Number": 4, + "Title": "Running in the Echo", + "Released": "29 Nov 2019", + "Genre": "Crunk reggaeton", + "Album": "Climate changed" + }, + { + "Number": 5, + "Title": "Dream of Sky", + "Released": "31 Oct 2019", + "Genre": "Crunk reggaeton", + "Album": "Climate changed" + }, + { + "Number": 6, + "Title": "Hiding in the Heart", + "Released": "09 Aug 2019", + "Genre": "R&B", + "Album": "Climate changed" + }, + { + "Number": 7, + "Title": "Sky of Storm", + "Released": "01 Jun 2019", + "Genre": "R&B", + "Album": "Climate changed" + }, + { + "Number": 8, + "Title": "Light of Storm", + "Released": "17 Jan 2020", + "Genre": "ethno-tunes", + "Album": "Climate changed" + }, + { + "Number": 9, + "Title": "Light of Sky", + "Released": "26 May 2019", + "Genre": "*", + "Album": "Climate changed" + }, + { + "Number": 10, + "Title": "Golden River", + "Released": "19 Jun 2019", + "Genre": "*", + "Album": "Climate changed" + } ] } ] diff --git a/samples/grids/hierarchical-grid/data-summary-formatter/src/SingersData.json b/samples/grids/hierarchical-grid/data-summary-formatter/src/SingersData.json index f7508f3c9a..75ec4ec561 100644 --- a/samples/grids/hierarchical-grid/data-summary-formatter/src/SingersData.json +++ b/samples/grids/hierarchical-grid/data-summary-formatter/src/SingersData.json @@ -78,7 +78,79 @@ "LaunchDate": "September 3, 2013", "BillboardReview": 86, "USBillboard200": 1, - "Artist": "Naomí Yepes" + "Artist": "Naomí Yepes", + "Songs": [ + { + "Number": 1, + "Title": "Lonely Falling", + "Released": "01 May 2019", + "Genre": "*", + "Album": "Initiation" + }, + { + "Number": 2, + "Title": "Bright Breaking", + "Released": "25 Jul 2019", + "Genre": "Electro house Electropop", + "Album": "Initiation" + }, + { + "Number": 3, + "Title": "River of Whisper", + "Released": "29 Jan 2020", + "Genre": "Electro house Electropop", + "Album": "Initiation" + }, + { + "Number": 4, + "Title": "Sky of Storm", + "Released": "07 May 2019", + "Genre": "Electro house Electropop", + "Album": "Initiation" + }, + { + "Number": 5, + "Title": "Electric River", + "Released": "20 Jan 2020", + "Genre": "R&B", + "Album": "Initiation" + }, + { + "Number": 6, + "Title": "Storm of Storm", + "Released": "01 Sep 2019", + "Genre": "Crunk reggaeton", + "Album": "Initiation" + }, + { + "Number": 7, + "Title": "Fire of Dream", + "Released": "12 Sep 2019", + "Genre": "Electro house Electropop", + "Album": "Initiation" + }, + { + "Number": 8, + "Title": "Burning in the Light", + "Released": "15 Apr 2019", + "Genre": "*", + "Album": "Initiation" + }, + { + "Number": 9, + "Title": "Burning in the Storm", + "Released": "10 Sep 2019", + "Genre": "Electro house Electropop", + "Album": "Initiation" + }, + { + "Number": 10, + "Title": "Shadow of Whisper", + "Released": "06 Jan 2019", + "Genre": "Crunk reggaeton", + "Album": "Initiation" + } + ] }, { "Album": "Dream Driven", @@ -90,7 +162,7 @@ { "Number": 1, "Title": "Intro", - "Released": false, + "Released": "10 Sep 2019", "Genre": "*", "Album": "Dream Driven" }, @@ -111,7 +183,7 @@ { "Number": 4, "Title": "Future past", - "Released": false, + "Released": "20 Sep 2011", "Genre": "*", "Album": "Dream Driven" }, @@ -132,14 +204,14 @@ { "Number": 7, "Title": "Stay where you are", - "Released": false, + "Released": "14 Sep 2013", "Genre": "*", "Album": "Dream Driven" }, { "Number": 8, "Title": "Imaginarium", - "Released": false, + "Released": "20 Sep 2021", "Genre": "*", "Album": "Dream Driven" }, @@ -153,21 +225,21 @@ { "Number": 10, "Title": "Shredded into pieces", - "Released": false, + "Released": "11 Sep 2015", "Genre": "*", "Album": "Dream Driven" }, { "Number": 11, "Title": "Capture this moment", - "Released": false, + "Released": "13 Sep 2016", "Genre": "*", "Album": "Dream Driven" }, { "Number": 12, "Title": "Dream Driven", - "Released": false, + "Released": "14 Sep 2014", "Genre": "*", "Album": "Dream Driven" } @@ -180,7 +252,76 @@ "USBillboard200": 2, "Artist": "Naomí Yepes", "Songs": [ - + { + "Number": 1, + "Title": "Calling in the Storm", + "Released": "12 Mar 2019", + "Genre": "Electro house Electropop", + "Album": "The dragon journey" + }, + { + "Number": 2, + "Title": "Hiding in the Dream", + "Released": "23 Mar 2019", + "Genre": "R&B", + "Album": "The dragon journey" + }, + { + "Number": 3, + "Title": "Electric Heart", + "Released": "17 Mar 2019", + "Genre": "ethno-tunes", + "Album": "The dragon journey" + }, + { + "Number": 4, + "Title": "Shadow of Echo", + "Released": "20 Feb 2019", + "Genre": "ethno-tunes", + "Album": "The dragon journey" + }, + { + "Number": 5, + "Title": "Flying in the Storm", + "Released": "08 Apr 2019", + "Genre": "R&B", + "Album": "The dragon journey" + }, + { + "Number": 6, + "Title": "Dark Waiting", + "Released": "20 Oct 2019", + "Genre": "Synth-pop R&B", + "Album": "The dragon journey" + }, + { + "Number": 7, + "Title": "Fire of River", + "Released": "20 Feb 2019", + "Genre": "Synth-pop R&B", + "Album": "The dragon journey" + }, + { + "Number": 8, + "Title": "Wild Crying", + "Released": "14 Jun 2019", + "Genre": "R&B", + "Album": "The dragon journey" + }, + { + "Number": 9, + "Title": "Bright Dancing", + "Released": "14 Mar 2019", + "Genre": "Electro house Electropop", + "Album": "The dragon journey" + }, + { + "Number": 10, + "Title": "Golden Waiting", + "Released": "12 Sep 2019", + "Genre": "Synth-pop R&B", + "Album": "The dragon journey" + } ] }, { @@ -276,7 +417,76 @@ "USBillboard200": 12, "Artist": "Naomí Yepes", "Songs": [ - + { + "Number": 1, + "Title": "Storm of Dream", + "Released": "05 Jan 2019", + "Genre": "*", + "Album": "Curiosity" + }, + { + "Number": 2, + "Title": "Echo of Dream", + "Released": "28 Jan 2019", + "Genre": "Synth-pop R&B", + "Album": "Curiosity" + }, + { + "Number": 3, + "Title": "Light of Shadow", + "Released": "07 Feb 2019", + "Genre": "Synth-pop R&B", + "Album": "Curiosity" + }, + { + "Number": 4, + "Title": "Storm of Heart", + "Released": "05 Jan 2020", + "Genre": "Electro house Electropop", + "Album": "Curiosity" + }, + { + "Number": 5, + "Title": "Shadow of River", + "Released": "27 Feb 2019", + "Genre": "*", + "Album": "Curiosity" + }, + { + "Number": 6, + "Title": "Wicked Dancing", + "Released": "17 Jan 2020", + "Genre": "ethno-tunes", + "Album": "Curiosity" + }, + { + "Number": 7, + "Title": "River of Light", + "Released": "22 Feb 2019", + "Genre": "R&B", + "Album": "Curiosity" + }, + { + "Number": 8, + "Title": "Lonely Breaking", + "Released": "09 Sep 2019", + "Genre": "ethno-tunes", + "Album": "Curiosity" + }, + { + "Number": 9, + "Title": "Furious Flying", + "Released": "08 Jun 2019", + "Genre": "R&B", + "Album": "Curiosity" + }, + { + "Number": 10, + "Title": "Hiding in the Storm", + "Released": "27 May 2019", + "Genre": "Electro house Electropop", + "Album": "Curiosity" + } ] } ] @@ -513,7 +723,76 @@ "USBillboard200": 69, "Artist": "Ahmad Nazeri", "Songs": [ - + { + "Number": 1, + "Title": "Gentle Falling", + "Released": "26 Apr 2019", + "Genre": "Crunk reggaeton", + "Album": "Emergency" + }, + { + "Number": 2, + "Title": "Calling in the Fire", + "Released": "03 Sep 2019", + "Genre": "ethno-tunes", + "Album": "Emergency" + }, + { + "Number": 3, + "Title": "Fire of Shadow", + "Released": "05 Jan 2019", + "Genre": "ethno-tunes", + "Album": "Emergency" + }, + { + "Number": 4, + "Title": "Dancing in the Dream", + "Released": "15 Apr 2019", + "Genre": "R&B", + "Album": "Emergency" + }, + { + "Number": 5, + "Title": "Calling in the Shadow", + "Released": "09 Oct 2019", + "Genre": "R&B", + "Album": "Emergency" + }, + { + "Number": 6, + "Title": "Falling in the Sky", + "Released": "08 Mar 2019", + "Genre": "ethno-tunes", + "Album": "Emergency" + }, + { + "Number": 7, + "Title": "Calling in the Storm", + "Released": "05 Dec 2019", + "Genre": "ethno-tunes", + "Album": "Emergency" + }, + { + "Number": 8, + "Title": "Falling in the River", + "Released": "19 Aug 2019", + "Genre": "Electro house Electropop", + "Album": "Emergency" + }, + { + "Number": 9, + "Title": "Electric Fire", + "Released": "30 Nov 2019", + "Genre": "Crunk reggaeton", + "Album": "Emergency" + }, + { + "Number": 10, + "Title": "Lonely River", + "Released": "11 Nov 2019", + "Genre": "Electro house Electropop", + "Album": "Emergency" + } ] }, { @@ -523,7 +802,76 @@ "USBillboard200": 39, "Artist": "Ahmad Nazeri", "Songs": [ - + { + "Number": 1, + "Title": "Lonely Dream", + "Released": "11 Dec 2019", + "Genre": "ethno-tunes", + "Album": "Bursting bubbles" + }, + { + "Number": 2, + "Title": "Fire of River", + "Released": "01 Aug 2019", + "Genre": "Synth-pop R&B", + "Album": "Bursting bubbles" + }, + { + "Number": 3, + "Title": "Wicked Falling", + "Released": "25 Jan 2019", + "Genre": "*", + "Album": "Bursting bubbles" + }, + { + "Number": 4, + "Title": "Crying in the Shadow", + "Released": "04 Jan 2019", + "Genre": "Synth-pop R&B", + "Album": "Bursting bubbles" + }, + { + "Number": 5, + "Title": "Wild Burning", + "Released": "10 May 2019", + "Genre": "ethno-tunes", + "Album": "Bursting bubbles" + }, + { + "Number": 6, + "Title": "Waiting in the Heart", + "Released": "07 Aug 2019", + "Genre": "ethno-tunes", + "Album": "Bursting bubbles" + }, + { + "Number": 7, + "Title": "Fire of Fire", + "Released": "16 May 2019", + "Genre": "Electro house Electropop", + "Album": "Bursting bubbles" + }, + { + "Number": 8, + "Title": "Bright Heart", + "Released": "14 Mar 2019", + "Genre": "Synth-pop R&B", + "Album": "Bursting bubbles" + }, + { + "Number": 9, + "Title": "Lonely Fire", + "Released": "15 Oct 2019", + "Genre": "R&B", + "Album": "Bursting bubbles" + }, + { + "Number": 10, + "Title": "Sky of Dream", + "Released": "20 Jun 2019", + "Genre": "ethno-tunes", + "Album": "Bursting bubbles" + } ] } ] @@ -547,7 +895,76 @@ "USBillboard200": 1, "Artist": "Kimmy McIlmorie", "Songs": [ - + { + "Number": 1, + "Title": "Storm of Sky", + "Released": "04 Mar 2019", + "Genre": "ethno-tunes", + "Album": "Here we go again" + }, + { + "Number": 2, + "Title": "Dream of Shadow", + "Released": "03 Jan 2019", + "Genre": "ethno-tunes", + "Album": "Here we go again" + }, + { + "Number": 3, + "Title": "Dream of Shadow", + "Released": "19 Dec 2019", + "Genre": "Electro house Electropop", + "Album": "Here we go again" + }, + { + "Number": 4, + "Title": "Golden Fire", + "Released": "20 Jan 2019", + "Genre": "R&B", + "Album": "Here we go again" + }, + { + "Number": 5, + "Title": "Running in the Light", + "Released": "03 Jan 2020", + "Genre": "Synth-pop R&B", + "Album": "Here we go again" + }, + { + "Number": 6, + "Title": "Flying in the Heart", + "Released": "17 Jan 2019", + "Genre": "*", + "Album": "Here we go again" + }, + { + "Number": 7, + "Title": "Fire of Storm", + "Released": "26 Jan 2019", + "Genre": "ethno-tunes", + "Album": "Here we go again" + }, + { + "Number": 8, + "Title": "Calling in the Sky", + "Released": "28 Oct 2019", + "Genre": "Synth-pop R&B", + "Album": "Here we go again" + }, + { + "Number": 9, + "Title": "Flying in the Shadow", + "Released": "30 Mar 2019", + "Genre": "ethno-tunes", + "Album": "Here we go again" + }, + { + "Number": 10, + "Title": "Golden Dancing", + "Released": "12 Oct 2019", + "Genre": "ethno-tunes", + "Album": "Here we go again" + } ] } ] @@ -771,7 +1188,76 @@ "USBillboard200": 85, "Artist": "Izabella Tabakova", "Songs": [ - + { + "Number": 1, + "Title": "Hiding in the Light", + "Released": "24 Jan 2019", + "Genre": "Synth-pop R&B", + "Album": "Dark matters" + }, + { + "Number": 2, + "Title": "Furious River", + "Released": "13 Jan 2020", + "Genre": "Electro house Electropop", + "Album": "Dark matters" + }, + { + "Number": 3, + "Title": "Wild Crying", + "Released": "27 Feb 2019", + "Genre": "Electro house Electropop", + "Album": "Dark matters" + }, + { + "Number": 4, + "Title": "Light of Dream", + "Released": "01 Jun 2019", + "Genre": "Crunk reggaeton", + "Album": "Dark matters" + }, + { + "Number": 5, + "Title": "Light of Dream", + "Released": "24 Aug 2019", + "Genre": "*", + "Album": "Dark matters" + }, + { + "Number": 6, + "Title": "Storm of Light", + "Released": "26 Feb 2019", + "Genre": "*", + "Album": "Dark matters" + }, + { + "Number": 7, + "Title": "Dark Storm", + "Released": "18 Jan 2020", + "Genre": "R&B", + "Album": "Dark matters" + }, + { + "Number": 8, + "Title": "Dark Calling", + "Released": "20 Mar 2019", + "Genre": "Crunk reggaeton", + "Album": "Dark matters" + }, + { + "Number": 9, + "Title": "Sky of Whisper", + "Released": "30 Jan 2019", + "Genre": "ethno-tunes", + "Album": "Dark matters" + }, + { + "Number": 10, + "Title": "Dancing in the Light", + "Released": "28 Nov 2019", + "Genre": "Synth-pop R&B", + "Album": "Dark matters" + } ] } ] @@ -795,7 +1281,76 @@ "USBillboard200": 5, "Artist": "Nguyễn Diệp Chi", "Songs": [ - + { + "Number": 1, + "Title": "Echo of River", + "Released": "05 Mar 2019", + "Genre": "Synth-pop R&B", + "Album": "Library of liberty" + }, + { + "Number": 2, + "Title": "Heart of River", + "Released": "12 Jan 2020", + "Genre": "Electro house Electropop", + "Album": "Library of liberty" + }, + { + "Number": 3, + "Title": "Dark Light", + "Released": "09 Aug 2019", + "Genre": "Electro house Electropop", + "Album": "Library of liberty" + }, + { + "Number": 4, + "Title": "Dark Fire", + "Released": "22 Jun 2019", + "Genre": "R&B", + "Album": "Library of liberty" + }, + { + "Number": 5, + "Title": "Flying in the Fire", + "Released": "22 Jul 2019", + "Genre": "*", + "Album": "Library of liberty" + }, + { + "Number": 6, + "Title": "Shadow of Heart", + "Released": "02 Jan 2020", + "Genre": "*", + "Album": "Library of liberty" + }, + { + "Number": 7, + "Title": "Fire of Fire", + "Released": "27 Jan 2019", + "Genre": "*", + "Album": "Library of liberty" + }, + { + "Number": 8, + "Title": "Falling in the River", + "Released": "05 Aug 2019", + "Genre": "Crunk reggaeton", + "Album": "Library of liberty" + }, + { + "Number": 9, + "Title": "Fire of Light", + "Released": "31 Dec 2019", + "Genre": "ethno-tunes", + "Album": "Library of liberty" + }, + { + "Number": 10, + "Title": "Bright Flying", + "Released": "24 Jan 2019", + "Genre": "*", + "Album": "Library of liberty" + } ] } ] @@ -819,7 +1374,76 @@ "USBillboard200": 29, "Artist": "Eva Lee", "Songs": [ - + { + "Number": 1, + "Title": "Dancing in the Shadow", + "Released": "02 Aug 2019", + "Genre": "ethno-tunes", + "Album": "Just a tease" + }, + { + "Number": 2, + "Title": "Silent Whisper", + "Released": "09 Jul 2019", + "Genre": "*", + "Album": "Just a tease" + }, + { + "Number": 3, + "Title": "Crying in the Whisper", + "Released": "30 May 2019", + "Genre": "Crunk reggaeton", + "Album": "Just a tease" + }, + { + "Number": 4, + "Title": "River of Light", + "Released": "10 Jan 2019", + "Genre": "Electro house Electropop", + "Album": "Just a tease" + }, + { + "Number": 5, + "Title": "Golden River", + "Released": "15 Nov 2019", + "Genre": "*", + "Album": "Just a tease" + }, + { + "Number": 6, + "Title": "Burning in the Shadow", + "Released": "18 Apr 2019", + "Genre": "Crunk reggaeton", + "Album": "Just a tease" + }, + { + "Number": 7, + "Title": "Shadow of Sky", + "Released": "06 Sep 2019", + "Genre": "Crunk reggaeton", + "Album": "Just a tease" + }, + { + "Number": 8, + "Title": "Gentle Waiting", + "Released": "05 Dec 2019", + "Genre": "R&B", + "Album": "Just a tease" + }, + { + "Number": 9, + "Title": "Bright River", + "Released": "27 Jan 2020", + "Genre": "R&B", + "Album": "Just a tease" + }, + { + "Number": 10, + "Title": "Heart of Storm", + "Released": "07 Jan 2019", + "Genre": "Synth-pop R&B", + "Album": "Just a tease" + } ] } ] @@ -1046,7 +1670,76 @@ "USBillboard200": 98, "Artist": "Pablo Cambeiro", "Songs": [ - + { + "Number": 1, + "Title": "Dancing in the Echo", + "Released": "03 Oct 2019", + "Genre": "Crunk reggaeton", + "Album": "Fluke" + }, + { + "Number": 2, + "Title": "Dream of Dream", + "Released": "03 Mar 2019", + "Genre": "*", + "Album": "Fluke" + }, + { + "Number": 3, + "Title": "Calling in the Echo", + "Released": "16 Sep 2019", + "Genre": "*", + "Album": "Fluke" + }, + { + "Number": 4, + "Title": "Light of Light", + "Released": "25 May 2019", + "Genre": "Electro house Electropop", + "Album": "Fluke" + }, + { + "Number": 5, + "Title": "Bright Light", + "Released": "21 Mar 2019", + "Genre": "R&B", + "Album": "Fluke" + }, + { + "Number": 6, + "Title": "Storm of Echo", + "Released": "17 Jul 2019", + "Genre": "Synth-pop R&B", + "Album": "Fluke" + }, + { + "Number": 7, + "Title": "Lonely Calling", + "Released": "10 Apr 2019", + "Genre": "ethno-tunes", + "Album": "Fluke" + }, + { + "Number": 8, + "Title": "Gentle Falling", + "Released": "28 Nov 2019", + "Genre": "Synth-pop R&B", + "Album": "Fluke" + }, + { + "Number": 9, + "Title": "Wild Flying", + "Released": "26 Nov 2019", + "Genre": "Crunk reggaeton", + "Album": "Fluke" + }, + { + "Number": 10, + "Title": "Sky of Dream", + "Released": "29 May 2019", + "Genre": "R&B", + "Album": "Fluke" + } ] }, { @@ -1142,7 +1835,76 @@ "USBillboard200": 77, "Artist": "Athar Malakooti", "Songs": [ - + { + "Number": 1, + "Title": "Hiding in the Whisper", + "Released": "03 Apr 2019", + "Genre": "R&B", + "Album": "Pushing up daisies" + }, + { + "Number": 2, + "Title": "Wicked Light", + "Released": "21 Aug 2019", + "Genre": "R&B", + "Album": "Pushing up daisies" + }, + { + "Number": 3, + "Title": "Flying in the River", + "Released": "03 Feb 2020", + "Genre": "Synth-pop R&B", + "Album": "Pushing up daisies" + }, + { + "Number": 4, + "Title": "Wicked Hiding", + "Released": "15 Sep 2019", + "Genre": "Synth-pop R&B", + "Album": "Pushing up daisies" + }, + { + "Number": 5, + "Title": "Lonely Light", + "Released": "13 May 2019", + "Genre": "Electro house Electropop", + "Album": "Pushing up daisies" + }, + { + "Number": 6, + "Title": "Bright Dancing", + "Released": "10 Apr 2019", + "Genre": "Synth-pop R&B", + "Album": "Pushing up daisies" + }, + { + "Number": 7, + "Title": "Gentle Dream", + "Released": "21 May 2019", + "Genre": "*", + "Album": "Pushing up daisies" + }, + { + "Number": 8, + "Title": "Sky of Echo", + "Released": "09 Jun 2019", + "Genre": "Synth-pop R&B", + "Album": "Pushing up daisies" + }, + { + "Number": 9, + "Title": "Breaking in the Sky", + "Released": "27 Dec 2019", + "Genre": "Crunk reggaeton", + "Album": "Pushing up daisies" + }, + { + "Number": 10, + "Title": "Whisper of Shadow", + "Released": "04 Jan 2019", + "Genre": "ethno-tunes", + "Album": "Pushing up daisies" + } ] } ] @@ -1179,7 +1941,76 @@ "USBillboard200": 9, "Artist": "Marti Valencia", "Songs": [ - + { + "Number": 1, + "Title": "Hiding in the Sky", + "Released": "26 Nov 2019", + "Genre": "Synth-pop R&B", + "Album": "Nemesis" + }, + { + "Number": 2, + "Title": "Waiting in the Echo", + "Released": "10 Jul 2019", + "Genre": "ethno-tunes", + "Album": "Nemesis" + }, + { + "Number": 3, + "Title": "Wicked Shadow", + "Released": "29 Jul 2019", + "Genre": "Synth-pop R&B", + "Album": "Nemesis" + }, + { + "Number": 4, + "Title": "Crying in the Whisper", + "Released": "09 Apr 2019", + "Genre": "*", + "Album": "Nemesis" + }, + { + "Number": 5, + "Title": "Echo of Storm", + "Released": "19 Nov 2019", + "Genre": "Crunk reggaeton", + "Album": "Nemesis" + }, + { + "Number": 6, + "Title": "Shadow of Sky", + "Released": "24 Jul 2019", + "Genre": "Crunk reggaeton", + "Album": "Nemesis" + }, + { + "Number": 7, + "Title": "Golden Hiding", + "Released": "12 Dec 2019", + "Genre": "Electro house Electropop", + "Album": "Nemesis" + }, + { + "Number": 8, + "Title": "Wild Dancing", + "Released": "17 Aug 2019", + "Genre": "Synth-pop R&B", + "Album": "Nemesis" + }, + { + "Number": 9, + "Title": "Bright Burning", + "Released": "30 Aug 2019", + "Genre": "Electro house Electropop", + "Album": "Nemesis" + }, + { + "Number": 10, + "Title": "Flying in the River", + "Released": "02 Sep 2019", + "Genre": "*", + "Album": "Nemesis" + } ] }, { @@ -1282,7 +2113,76 @@ "USBillboard200": 37, "Artist": "Marti Valencia", "Songs": [ - + { + "Number": 1, + "Title": "Wild River", + "Released": "11 Jan 2019", + "Genre": "*", + "Album": "God's advocate" + }, + { + "Number": 2, + "Title": "Wicked Whisper", + "Released": "16 Feb 2019", + "Genre": "Electro house Electropop", + "Album": "God's advocate" + }, + { + "Number": 3, + "Title": "Storm of Heart", + "Released": "11 Aug 2019", + "Genre": "*", + "Album": "God's advocate" + }, + { + "Number": 4, + "Title": "Golden Dancing", + "Released": "02 Mar 2019", + "Genre": "Crunk reggaeton", + "Album": "God's advocate" + }, + { + "Number": 5, + "Title": "Calling in the Sky", + "Released": "10 Sep 2019", + "Genre": "Electro house Electropop", + "Album": "God's advocate" + }, + { + "Number": 6, + "Title": "Calling in the Heart", + "Released": "12 Jan 2019", + "Genre": "ethno-tunes", + "Album": "God's advocate" + }, + { + "Number": 7, + "Title": "Running in the Storm", + "Released": "10 Nov 2019", + "Genre": "Synth-pop R&B", + "Album": "God's advocate" + }, + { + "Number": 8, + "Title": "Wild Sky", + "Released": "10 Apr 2019", + "Genre": "R&B", + "Album": "God's advocate" + }, + { + "Number": 9, + "Title": "Crying in the Shadow", + "Released": "02 Mar 2019", + "Genre": "R&B", + "Album": "God's advocate" + }, + { + "Number": 10, + "Title": "Whisper of River", + "Released": "12 May 2019", + "Genre": "*", + "Album": "God's advocate" + } ] } ] @@ -1306,7 +2206,76 @@ "USBillboard200": 7, "Artist": "Alicia Stanger", "Songs": [ - + { + "Number": 1, + "Title": "Shadow of Light", + "Released": "24 Mar 2019", + "Genre": "ethno-tunes", + "Album": "Forever alone" + }, + { + "Number": 2, + "Title": "Running in the Echo", + "Released": "03 May 2019", + "Genre": "Crunk reggaeton", + "Album": "Forever alone" + }, + { + "Number": 3, + "Title": "Gentle Dream", + "Released": "24 Aug 2019", + "Genre": "Crunk reggaeton", + "Album": "Forever alone" + }, + { + "Number": 4, + "Title": "Furious River", + "Released": "24 Apr 2019", + "Genre": "ethno-tunes", + "Album": "Forever alone" + }, + { + "Number": 5, + "Title": "Wild Whisper", + "Released": "09 Mar 2019", + "Genre": "ethno-tunes", + "Album": "Forever alone" + }, + { + "Number": 6, + "Title": "Whisper of Sky", + "Released": "24 Jul 2019", + "Genre": "Crunk reggaeton", + "Album": "Forever alone" + }, + { + "Number": 7, + "Title": "Lonely Storm", + "Released": "01 May 2019", + "Genre": "Crunk reggaeton", + "Album": "Forever alone" + }, + { + "Number": 8, + "Title": "Dancing in the River", + "Released": "17 Dec 2019", + "Genre": "*", + "Album": "Forever alone" + }, + { + "Number": 9, + "Title": "Electric Fire", + "Released": "17 Oct 2019", + "Genre": "Electro house Electropop", + "Album": "Forever alone" + }, + { + "Number": 10, + "Title": "Electric Sky", + "Released": "25 Sep 2019", + "Genre": "ethno-tunes", + "Album": "Forever alone" + } ] } ] @@ -1371,7 +2340,76 @@ "USBillboard200": 35, "Artist": "Peter Taylor", "Songs": [ - + { + "Number": 1, + "Title": "Calling in the Dream", + "Released": "01 Aug 2019", + "Genre": "R&B", + "Album": "Decisions decisions" + }, + { + "Number": 2, + "Title": "Electric Burning", + "Released": "10 Sep 2019", + "Genre": "Electro house Electropop", + "Album": "Decisions decisions" + }, + { + "Number": 3, + "Title": "Dark Flying", + "Released": "28 Apr 2019", + "Genre": "*", + "Album": "Decisions decisions" + }, + { + "Number": 4, + "Title": "Gentle Sky", + "Released": "20 Nov 2019", + "Genre": "ethno-tunes", + "Album": "Decisions decisions" + }, + { + "Number": 5, + "Title": "Gentle Calling", + "Released": "13 Jan 2019", + "Genre": "Crunk reggaeton", + "Album": "Decisions decisions" + }, + { + "Number": 6, + "Title": "Golden Falling", + "Released": "14 Feb 2019", + "Genre": "Crunk reggaeton", + "Album": "Decisions decisions" + }, + { + "Number": 7, + "Title": "Silent River", + "Released": "13 Feb 2019", + "Genre": "R&B", + "Album": "Decisions decisions" + }, + { + "Number": 8, + "Title": "Furious Calling", + "Released": "11 Jun 2019", + "Genre": "Synth-pop R&B", + "Album": "Decisions decisions" + }, + { + "Number": 9, + "Title": "Running in the Echo", + "Released": "06 Nov 2019", + "Genre": "Electro house Electropop", + "Album": "Decisions decisions" + }, + { + "Number": 10, + "Title": "Furious River", + "Released": "12 Mar 2019", + "Genre": "*", + "Album": "Decisions decisions" + } ] }, { @@ -1381,7 +2419,76 @@ "USBillboard200": 89, "Artist": "Peter Taylor", "Songs": [ - + { + "Number": 1, + "Title": "Dark Crying", + "Released": "27 Apr 2019", + "Genre": "Electro house Electropop", + "Album": "Climate changed" + }, + { + "Number": 2, + "Title": "Dark Waiting", + "Released": "14 Nov 2019", + "Genre": "Synth-pop R&B", + "Album": "Climate changed" + }, + { + "Number": 3, + "Title": "Furious Waiting", + "Released": "23 May 2019", + "Genre": "*", + "Album": "Climate changed" + }, + { + "Number": 4, + "Title": "Running in the Echo", + "Released": "29 Nov 2019", + "Genre": "Crunk reggaeton", + "Album": "Climate changed" + }, + { + "Number": 5, + "Title": "Dream of Sky", + "Released": "31 Oct 2019", + "Genre": "Crunk reggaeton", + "Album": "Climate changed" + }, + { + "Number": 6, + "Title": "Hiding in the Heart", + "Released": "09 Aug 2019", + "Genre": "R&B", + "Album": "Climate changed" + }, + { + "Number": 7, + "Title": "Sky of Storm", + "Released": "01 Jun 2019", + "Genre": "R&B", + "Album": "Climate changed" + }, + { + "Number": 8, + "Title": "Light of Storm", + "Released": "17 Jan 2020", + "Genre": "ethno-tunes", + "Album": "Climate changed" + }, + { + "Number": 9, + "Title": "Light of Sky", + "Released": "26 May 2019", + "Genre": "*", + "Album": "Climate changed" + }, + { + "Number": 10, + "Title": "Golden River", + "Released": "19 Jun 2019", + "Genre": "*", + "Album": "Climate changed" + } ] } ] diff --git a/samples/grids/hierarchical-grid/data-summary-options-styling/src/SingersData.json b/samples/grids/hierarchical-grid/data-summary-options-styling/src/SingersData.json index f7508f3c9a..75ec4ec561 100644 --- a/samples/grids/hierarchical-grid/data-summary-options-styling/src/SingersData.json +++ b/samples/grids/hierarchical-grid/data-summary-options-styling/src/SingersData.json @@ -78,7 +78,79 @@ "LaunchDate": "September 3, 2013", "BillboardReview": 86, "USBillboard200": 1, - "Artist": "Naomí Yepes" + "Artist": "Naomí Yepes", + "Songs": [ + { + "Number": 1, + "Title": "Lonely Falling", + "Released": "01 May 2019", + "Genre": "*", + "Album": "Initiation" + }, + { + "Number": 2, + "Title": "Bright Breaking", + "Released": "25 Jul 2019", + "Genre": "Electro house Electropop", + "Album": "Initiation" + }, + { + "Number": 3, + "Title": "River of Whisper", + "Released": "29 Jan 2020", + "Genre": "Electro house Electropop", + "Album": "Initiation" + }, + { + "Number": 4, + "Title": "Sky of Storm", + "Released": "07 May 2019", + "Genre": "Electro house Electropop", + "Album": "Initiation" + }, + { + "Number": 5, + "Title": "Electric River", + "Released": "20 Jan 2020", + "Genre": "R&B", + "Album": "Initiation" + }, + { + "Number": 6, + "Title": "Storm of Storm", + "Released": "01 Sep 2019", + "Genre": "Crunk reggaeton", + "Album": "Initiation" + }, + { + "Number": 7, + "Title": "Fire of Dream", + "Released": "12 Sep 2019", + "Genre": "Electro house Electropop", + "Album": "Initiation" + }, + { + "Number": 8, + "Title": "Burning in the Light", + "Released": "15 Apr 2019", + "Genre": "*", + "Album": "Initiation" + }, + { + "Number": 9, + "Title": "Burning in the Storm", + "Released": "10 Sep 2019", + "Genre": "Electro house Electropop", + "Album": "Initiation" + }, + { + "Number": 10, + "Title": "Shadow of Whisper", + "Released": "06 Jan 2019", + "Genre": "Crunk reggaeton", + "Album": "Initiation" + } + ] }, { "Album": "Dream Driven", @@ -90,7 +162,7 @@ { "Number": 1, "Title": "Intro", - "Released": false, + "Released": "10 Sep 2019", "Genre": "*", "Album": "Dream Driven" }, @@ -111,7 +183,7 @@ { "Number": 4, "Title": "Future past", - "Released": false, + "Released": "20 Sep 2011", "Genre": "*", "Album": "Dream Driven" }, @@ -132,14 +204,14 @@ { "Number": 7, "Title": "Stay where you are", - "Released": false, + "Released": "14 Sep 2013", "Genre": "*", "Album": "Dream Driven" }, { "Number": 8, "Title": "Imaginarium", - "Released": false, + "Released": "20 Sep 2021", "Genre": "*", "Album": "Dream Driven" }, @@ -153,21 +225,21 @@ { "Number": 10, "Title": "Shredded into pieces", - "Released": false, + "Released": "11 Sep 2015", "Genre": "*", "Album": "Dream Driven" }, { "Number": 11, "Title": "Capture this moment", - "Released": false, + "Released": "13 Sep 2016", "Genre": "*", "Album": "Dream Driven" }, { "Number": 12, "Title": "Dream Driven", - "Released": false, + "Released": "14 Sep 2014", "Genre": "*", "Album": "Dream Driven" } @@ -180,7 +252,76 @@ "USBillboard200": 2, "Artist": "Naomí Yepes", "Songs": [ - + { + "Number": 1, + "Title": "Calling in the Storm", + "Released": "12 Mar 2019", + "Genre": "Electro house Electropop", + "Album": "The dragon journey" + }, + { + "Number": 2, + "Title": "Hiding in the Dream", + "Released": "23 Mar 2019", + "Genre": "R&B", + "Album": "The dragon journey" + }, + { + "Number": 3, + "Title": "Electric Heart", + "Released": "17 Mar 2019", + "Genre": "ethno-tunes", + "Album": "The dragon journey" + }, + { + "Number": 4, + "Title": "Shadow of Echo", + "Released": "20 Feb 2019", + "Genre": "ethno-tunes", + "Album": "The dragon journey" + }, + { + "Number": 5, + "Title": "Flying in the Storm", + "Released": "08 Apr 2019", + "Genre": "R&B", + "Album": "The dragon journey" + }, + { + "Number": 6, + "Title": "Dark Waiting", + "Released": "20 Oct 2019", + "Genre": "Synth-pop R&B", + "Album": "The dragon journey" + }, + { + "Number": 7, + "Title": "Fire of River", + "Released": "20 Feb 2019", + "Genre": "Synth-pop R&B", + "Album": "The dragon journey" + }, + { + "Number": 8, + "Title": "Wild Crying", + "Released": "14 Jun 2019", + "Genre": "R&B", + "Album": "The dragon journey" + }, + { + "Number": 9, + "Title": "Bright Dancing", + "Released": "14 Mar 2019", + "Genre": "Electro house Electropop", + "Album": "The dragon journey" + }, + { + "Number": 10, + "Title": "Golden Waiting", + "Released": "12 Sep 2019", + "Genre": "Synth-pop R&B", + "Album": "The dragon journey" + } ] }, { @@ -276,7 +417,76 @@ "USBillboard200": 12, "Artist": "Naomí Yepes", "Songs": [ - + { + "Number": 1, + "Title": "Storm of Dream", + "Released": "05 Jan 2019", + "Genre": "*", + "Album": "Curiosity" + }, + { + "Number": 2, + "Title": "Echo of Dream", + "Released": "28 Jan 2019", + "Genre": "Synth-pop R&B", + "Album": "Curiosity" + }, + { + "Number": 3, + "Title": "Light of Shadow", + "Released": "07 Feb 2019", + "Genre": "Synth-pop R&B", + "Album": "Curiosity" + }, + { + "Number": 4, + "Title": "Storm of Heart", + "Released": "05 Jan 2020", + "Genre": "Electro house Electropop", + "Album": "Curiosity" + }, + { + "Number": 5, + "Title": "Shadow of River", + "Released": "27 Feb 2019", + "Genre": "*", + "Album": "Curiosity" + }, + { + "Number": 6, + "Title": "Wicked Dancing", + "Released": "17 Jan 2020", + "Genre": "ethno-tunes", + "Album": "Curiosity" + }, + { + "Number": 7, + "Title": "River of Light", + "Released": "22 Feb 2019", + "Genre": "R&B", + "Album": "Curiosity" + }, + { + "Number": 8, + "Title": "Lonely Breaking", + "Released": "09 Sep 2019", + "Genre": "ethno-tunes", + "Album": "Curiosity" + }, + { + "Number": 9, + "Title": "Furious Flying", + "Released": "08 Jun 2019", + "Genre": "R&B", + "Album": "Curiosity" + }, + { + "Number": 10, + "Title": "Hiding in the Storm", + "Released": "27 May 2019", + "Genre": "Electro house Electropop", + "Album": "Curiosity" + } ] } ] @@ -513,7 +723,76 @@ "USBillboard200": 69, "Artist": "Ahmad Nazeri", "Songs": [ - + { + "Number": 1, + "Title": "Gentle Falling", + "Released": "26 Apr 2019", + "Genre": "Crunk reggaeton", + "Album": "Emergency" + }, + { + "Number": 2, + "Title": "Calling in the Fire", + "Released": "03 Sep 2019", + "Genre": "ethno-tunes", + "Album": "Emergency" + }, + { + "Number": 3, + "Title": "Fire of Shadow", + "Released": "05 Jan 2019", + "Genre": "ethno-tunes", + "Album": "Emergency" + }, + { + "Number": 4, + "Title": "Dancing in the Dream", + "Released": "15 Apr 2019", + "Genre": "R&B", + "Album": "Emergency" + }, + { + "Number": 5, + "Title": "Calling in the Shadow", + "Released": "09 Oct 2019", + "Genre": "R&B", + "Album": "Emergency" + }, + { + "Number": 6, + "Title": "Falling in the Sky", + "Released": "08 Mar 2019", + "Genre": "ethno-tunes", + "Album": "Emergency" + }, + { + "Number": 7, + "Title": "Calling in the Storm", + "Released": "05 Dec 2019", + "Genre": "ethno-tunes", + "Album": "Emergency" + }, + { + "Number": 8, + "Title": "Falling in the River", + "Released": "19 Aug 2019", + "Genre": "Electro house Electropop", + "Album": "Emergency" + }, + { + "Number": 9, + "Title": "Electric Fire", + "Released": "30 Nov 2019", + "Genre": "Crunk reggaeton", + "Album": "Emergency" + }, + { + "Number": 10, + "Title": "Lonely River", + "Released": "11 Nov 2019", + "Genre": "Electro house Electropop", + "Album": "Emergency" + } ] }, { @@ -523,7 +802,76 @@ "USBillboard200": 39, "Artist": "Ahmad Nazeri", "Songs": [ - + { + "Number": 1, + "Title": "Lonely Dream", + "Released": "11 Dec 2019", + "Genre": "ethno-tunes", + "Album": "Bursting bubbles" + }, + { + "Number": 2, + "Title": "Fire of River", + "Released": "01 Aug 2019", + "Genre": "Synth-pop R&B", + "Album": "Bursting bubbles" + }, + { + "Number": 3, + "Title": "Wicked Falling", + "Released": "25 Jan 2019", + "Genre": "*", + "Album": "Bursting bubbles" + }, + { + "Number": 4, + "Title": "Crying in the Shadow", + "Released": "04 Jan 2019", + "Genre": "Synth-pop R&B", + "Album": "Bursting bubbles" + }, + { + "Number": 5, + "Title": "Wild Burning", + "Released": "10 May 2019", + "Genre": "ethno-tunes", + "Album": "Bursting bubbles" + }, + { + "Number": 6, + "Title": "Waiting in the Heart", + "Released": "07 Aug 2019", + "Genre": "ethno-tunes", + "Album": "Bursting bubbles" + }, + { + "Number": 7, + "Title": "Fire of Fire", + "Released": "16 May 2019", + "Genre": "Electro house Electropop", + "Album": "Bursting bubbles" + }, + { + "Number": 8, + "Title": "Bright Heart", + "Released": "14 Mar 2019", + "Genre": "Synth-pop R&B", + "Album": "Bursting bubbles" + }, + { + "Number": 9, + "Title": "Lonely Fire", + "Released": "15 Oct 2019", + "Genre": "R&B", + "Album": "Bursting bubbles" + }, + { + "Number": 10, + "Title": "Sky of Dream", + "Released": "20 Jun 2019", + "Genre": "ethno-tunes", + "Album": "Bursting bubbles" + } ] } ] @@ -547,7 +895,76 @@ "USBillboard200": 1, "Artist": "Kimmy McIlmorie", "Songs": [ - + { + "Number": 1, + "Title": "Storm of Sky", + "Released": "04 Mar 2019", + "Genre": "ethno-tunes", + "Album": "Here we go again" + }, + { + "Number": 2, + "Title": "Dream of Shadow", + "Released": "03 Jan 2019", + "Genre": "ethno-tunes", + "Album": "Here we go again" + }, + { + "Number": 3, + "Title": "Dream of Shadow", + "Released": "19 Dec 2019", + "Genre": "Electro house Electropop", + "Album": "Here we go again" + }, + { + "Number": 4, + "Title": "Golden Fire", + "Released": "20 Jan 2019", + "Genre": "R&B", + "Album": "Here we go again" + }, + { + "Number": 5, + "Title": "Running in the Light", + "Released": "03 Jan 2020", + "Genre": "Synth-pop R&B", + "Album": "Here we go again" + }, + { + "Number": 6, + "Title": "Flying in the Heart", + "Released": "17 Jan 2019", + "Genre": "*", + "Album": "Here we go again" + }, + { + "Number": 7, + "Title": "Fire of Storm", + "Released": "26 Jan 2019", + "Genre": "ethno-tunes", + "Album": "Here we go again" + }, + { + "Number": 8, + "Title": "Calling in the Sky", + "Released": "28 Oct 2019", + "Genre": "Synth-pop R&B", + "Album": "Here we go again" + }, + { + "Number": 9, + "Title": "Flying in the Shadow", + "Released": "30 Mar 2019", + "Genre": "ethno-tunes", + "Album": "Here we go again" + }, + { + "Number": 10, + "Title": "Golden Dancing", + "Released": "12 Oct 2019", + "Genre": "ethno-tunes", + "Album": "Here we go again" + } ] } ] @@ -771,7 +1188,76 @@ "USBillboard200": 85, "Artist": "Izabella Tabakova", "Songs": [ - + { + "Number": 1, + "Title": "Hiding in the Light", + "Released": "24 Jan 2019", + "Genre": "Synth-pop R&B", + "Album": "Dark matters" + }, + { + "Number": 2, + "Title": "Furious River", + "Released": "13 Jan 2020", + "Genre": "Electro house Electropop", + "Album": "Dark matters" + }, + { + "Number": 3, + "Title": "Wild Crying", + "Released": "27 Feb 2019", + "Genre": "Electro house Electropop", + "Album": "Dark matters" + }, + { + "Number": 4, + "Title": "Light of Dream", + "Released": "01 Jun 2019", + "Genre": "Crunk reggaeton", + "Album": "Dark matters" + }, + { + "Number": 5, + "Title": "Light of Dream", + "Released": "24 Aug 2019", + "Genre": "*", + "Album": "Dark matters" + }, + { + "Number": 6, + "Title": "Storm of Light", + "Released": "26 Feb 2019", + "Genre": "*", + "Album": "Dark matters" + }, + { + "Number": 7, + "Title": "Dark Storm", + "Released": "18 Jan 2020", + "Genre": "R&B", + "Album": "Dark matters" + }, + { + "Number": 8, + "Title": "Dark Calling", + "Released": "20 Mar 2019", + "Genre": "Crunk reggaeton", + "Album": "Dark matters" + }, + { + "Number": 9, + "Title": "Sky of Whisper", + "Released": "30 Jan 2019", + "Genre": "ethno-tunes", + "Album": "Dark matters" + }, + { + "Number": 10, + "Title": "Dancing in the Light", + "Released": "28 Nov 2019", + "Genre": "Synth-pop R&B", + "Album": "Dark matters" + } ] } ] @@ -795,7 +1281,76 @@ "USBillboard200": 5, "Artist": "Nguyễn Diệp Chi", "Songs": [ - + { + "Number": 1, + "Title": "Echo of River", + "Released": "05 Mar 2019", + "Genre": "Synth-pop R&B", + "Album": "Library of liberty" + }, + { + "Number": 2, + "Title": "Heart of River", + "Released": "12 Jan 2020", + "Genre": "Electro house Electropop", + "Album": "Library of liberty" + }, + { + "Number": 3, + "Title": "Dark Light", + "Released": "09 Aug 2019", + "Genre": "Electro house Electropop", + "Album": "Library of liberty" + }, + { + "Number": 4, + "Title": "Dark Fire", + "Released": "22 Jun 2019", + "Genre": "R&B", + "Album": "Library of liberty" + }, + { + "Number": 5, + "Title": "Flying in the Fire", + "Released": "22 Jul 2019", + "Genre": "*", + "Album": "Library of liberty" + }, + { + "Number": 6, + "Title": "Shadow of Heart", + "Released": "02 Jan 2020", + "Genre": "*", + "Album": "Library of liberty" + }, + { + "Number": 7, + "Title": "Fire of Fire", + "Released": "27 Jan 2019", + "Genre": "*", + "Album": "Library of liberty" + }, + { + "Number": 8, + "Title": "Falling in the River", + "Released": "05 Aug 2019", + "Genre": "Crunk reggaeton", + "Album": "Library of liberty" + }, + { + "Number": 9, + "Title": "Fire of Light", + "Released": "31 Dec 2019", + "Genre": "ethno-tunes", + "Album": "Library of liberty" + }, + { + "Number": 10, + "Title": "Bright Flying", + "Released": "24 Jan 2019", + "Genre": "*", + "Album": "Library of liberty" + } ] } ] @@ -819,7 +1374,76 @@ "USBillboard200": 29, "Artist": "Eva Lee", "Songs": [ - + { + "Number": 1, + "Title": "Dancing in the Shadow", + "Released": "02 Aug 2019", + "Genre": "ethno-tunes", + "Album": "Just a tease" + }, + { + "Number": 2, + "Title": "Silent Whisper", + "Released": "09 Jul 2019", + "Genre": "*", + "Album": "Just a tease" + }, + { + "Number": 3, + "Title": "Crying in the Whisper", + "Released": "30 May 2019", + "Genre": "Crunk reggaeton", + "Album": "Just a tease" + }, + { + "Number": 4, + "Title": "River of Light", + "Released": "10 Jan 2019", + "Genre": "Electro house Electropop", + "Album": "Just a tease" + }, + { + "Number": 5, + "Title": "Golden River", + "Released": "15 Nov 2019", + "Genre": "*", + "Album": "Just a tease" + }, + { + "Number": 6, + "Title": "Burning in the Shadow", + "Released": "18 Apr 2019", + "Genre": "Crunk reggaeton", + "Album": "Just a tease" + }, + { + "Number": 7, + "Title": "Shadow of Sky", + "Released": "06 Sep 2019", + "Genre": "Crunk reggaeton", + "Album": "Just a tease" + }, + { + "Number": 8, + "Title": "Gentle Waiting", + "Released": "05 Dec 2019", + "Genre": "R&B", + "Album": "Just a tease" + }, + { + "Number": 9, + "Title": "Bright River", + "Released": "27 Jan 2020", + "Genre": "R&B", + "Album": "Just a tease" + }, + { + "Number": 10, + "Title": "Heart of Storm", + "Released": "07 Jan 2019", + "Genre": "Synth-pop R&B", + "Album": "Just a tease" + } ] } ] @@ -1046,7 +1670,76 @@ "USBillboard200": 98, "Artist": "Pablo Cambeiro", "Songs": [ - + { + "Number": 1, + "Title": "Dancing in the Echo", + "Released": "03 Oct 2019", + "Genre": "Crunk reggaeton", + "Album": "Fluke" + }, + { + "Number": 2, + "Title": "Dream of Dream", + "Released": "03 Mar 2019", + "Genre": "*", + "Album": "Fluke" + }, + { + "Number": 3, + "Title": "Calling in the Echo", + "Released": "16 Sep 2019", + "Genre": "*", + "Album": "Fluke" + }, + { + "Number": 4, + "Title": "Light of Light", + "Released": "25 May 2019", + "Genre": "Electro house Electropop", + "Album": "Fluke" + }, + { + "Number": 5, + "Title": "Bright Light", + "Released": "21 Mar 2019", + "Genre": "R&B", + "Album": "Fluke" + }, + { + "Number": 6, + "Title": "Storm of Echo", + "Released": "17 Jul 2019", + "Genre": "Synth-pop R&B", + "Album": "Fluke" + }, + { + "Number": 7, + "Title": "Lonely Calling", + "Released": "10 Apr 2019", + "Genre": "ethno-tunes", + "Album": "Fluke" + }, + { + "Number": 8, + "Title": "Gentle Falling", + "Released": "28 Nov 2019", + "Genre": "Synth-pop R&B", + "Album": "Fluke" + }, + { + "Number": 9, + "Title": "Wild Flying", + "Released": "26 Nov 2019", + "Genre": "Crunk reggaeton", + "Album": "Fluke" + }, + { + "Number": 10, + "Title": "Sky of Dream", + "Released": "29 May 2019", + "Genre": "R&B", + "Album": "Fluke" + } ] }, { @@ -1142,7 +1835,76 @@ "USBillboard200": 77, "Artist": "Athar Malakooti", "Songs": [ - + { + "Number": 1, + "Title": "Hiding in the Whisper", + "Released": "03 Apr 2019", + "Genre": "R&B", + "Album": "Pushing up daisies" + }, + { + "Number": 2, + "Title": "Wicked Light", + "Released": "21 Aug 2019", + "Genre": "R&B", + "Album": "Pushing up daisies" + }, + { + "Number": 3, + "Title": "Flying in the River", + "Released": "03 Feb 2020", + "Genre": "Synth-pop R&B", + "Album": "Pushing up daisies" + }, + { + "Number": 4, + "Title": "Wicked Hiding", + "Released": "15 Sep 2019", + "Genre": "Synth-pop R&B", + "Album": "Pushing up daisies" + }, + { + "Number": 5, + "Title": "Lonely Light", + "Released": "13 May 2019", + "Genre": "Electro house Electropop", + "Album": "Pushing up daisies" + }, + { + "Number": 6, + "Title": "Bright Dancing", + "Released": "10 Apr 2019", + "Genre": "Synth-pop R&B", + "Album": "Pushing up daisies" + }, + { + "Number": 7, + "Title": "Gentle Dream", + "Released": "21 May 2019", + "Genre": "*", + "Album": "Pushing up daisies" + }, + { + "Number": 8, + "Title": "Sky of Echo", + "Released": "09 Jun 2019", + "Genre": "Synth-pop R&B", + "Album": "Pushing up daisies" + }, + { + "Number": 9, + "Title": "Breaking in the Sky", + "Released": "27 Dec 2019", + "Genre": "Crunk reggaeton", + "Album": "Pushing up daisies" + }, + { + "Number": 10, + "Title": "Whisper of Shadow", + "Released": "04 Jan 2019", + "Genre": "ethno-tunes", + "Album": "Pushing up daisies" + } ] } ] @@ -1179,7 +1941,76 @@ "USBillboard200": 9, "Artist": "Marti Valencia", "Songs": [ - + { + "Number": 1, + "Title": "Hiding in the Sky", + "Released": "26 Nov 2019", + "Genre": "Synth-pop R&B", + "Album": "Nemesis" + }, + { + "Number": 2, + "Title": "Waiting in the Echo", + "Released": "10 Jul 2019", + "Genre": "ethno-tunes", + "Album": "Nemesis" + }, + { + "Number": 3, + "Title": "Wicked Shadow", + "Released": "29 Jul 2019", + "Genre": "Synth-pop R&B", + "Album": "Nemesis" + }, + { + "Number": 4, + "Title": "Crying in the Whisper", + "Released": "09 Apr 2019", + "Genre": "*", + "Album": "Nemesis" + }, + { + "Number": 5, + "Title": "Echo of Storm", + "Released": "19 Nov 2019", + "Genre": "Crunk reggaeton", + "Album": "Nemesis" + }, + { + "Number": 6, + "Title": "Shadow of Sky", + "Released": "24 Jul 2019", + "Genre": "Crunk reggaeton", + "Album": "Nemesis" + }, + { + "Number": 7, + "Title": "Golden Hiding", + "Released": "12 Dec 2019", + "Genre": "Electro house Electropop", + "Album": "Nemesis" + }, + { + "Number": 8, + "Title": "Wild Dancing", + "Released": "17 Aug 2019", + "Genre": "Synth-pop R&B", + "Album": "Nemesis" + }, + { + "Number": 9, + "Title": "Bright Burning", + "Released": "30 Aug 2019", + "Genre": "Electro house Electropop", + "Album": "Nemesis" + }, + { + "Number": 10, + "Title": "Flying in the River", + "Released": "02 Sep 2019", + "Genre": "*", + "Album": "Nemesis" + } ] }, { @@ -1282,7 +2113,76 @@ "USBillboard200": 37, "Artist": "Marti Valencia", "Songs": [ - + { + "Number": 1, + "Title": "Wild River", + "Released": "11 Jan 2019", + "Genre": "*", + "Album": "God's advocate" + }, + { + "Number": 2, + "Title": "Wicked Whisper", + "Released": "16 Feb 2019", + "Genre": "Electro house Electropop", + "Album": "God's advocate" + }, + { + "Number": 3, + "Title": "Storm of Heart", + "Released": "11 Aug 2019", + "Genre": "*", + "Album": "God's advocate" + }, + { + "Number": 4, + "Title": "Golden Dancing", + "Released": "02 Mar 2019", + "Genre": "Crunk reggaeton", + "Album": "God's advocate" + }, + { + "Number": 5, + "Title": "Calling in the Sky", + "Released": "10 Sep 2019", + "Genre": "Electro house Electropop", + "Album": "God's advocate" + }, + { + "Number": 6, + "Title": "Calling in the Heart", + "Released": "12 Jan 2019", + "Genre": "ethno-tunes", + "Album": "God's advocate" + }, + { + "Number": 7, + "Title": "Running in the Storm", + "Released": "10 Nov 2019", + "Genre": "Synth-pop R&B", + "Album": "God's advocate" + }, + { + "Number": 8, + "Title": "Wild Sky", + "Released": "10 Apr 2019", + "Genre": "R&B", + "Album": "God's advocate" + }, + { + "Number": 9, + "Title": "Crying in the Shadow", + "Released": "02 Mar 2019", + "Genre": "R&B", + "Album": "God's advocate" + }, + { + "Number": 10, + "Title": "Whisper of River", + "Released": "12 May 2019", + "Genre": "*", + "Album": "God's advocate" + } ] } ] @@ -1306,7 +2206,76 @@ "USBillboard200": 7, "Artist": "Alicia Stanger", "Songs": [ - + { + "Number": 1, + "Title": "Shadow of Light", + "Released": "24 Mar 2019", + "Genre": "ethno-tunes", + "Album": "Forever alone" + }, + { + "Number": 2, + "Title": "Running in the Echo", + "Released": "03 May 2019", + "Genre": "Crunk reggaeton", + "Album": "Forever alone" + }, + { + "Number": 3, + "Title": "Gentle Dream", + "Released": "24 Aug 2019", + "Genre": "Crunk reggaeton", + "Album": "Forever alone" + }, + { + "Number": 4, + "Title": "Furious River", + "Released": "24 Apr 2019", + "Genre": "ethno-tunes", + "Album": "Forever alone" + }, + { + "Number": 5, + "Title": "Wild Whisper", + "Released": "09 Mar 2019", + "Genre": "ethno-tunes", + "Album": "Forever alone" + }, + { + "Number": 6, + "Title": "Whisper of Sky", + "Released": "24 Jul 2019", + "Genre": "Crunk reggaeton", + "Album": "Forever alone" + }, + { + "Number": 7, + "Title": "Lonely Storm", + "Released": "01 May 2019", + "Genre": "Crunk reggaeton", + "Album": "Forever alone" + }, + { + "Number": 8, + "Title": "Dancing in the River", + "Released": "17 Dec 2019", + "Genre": "*", + "Album": "Forever alone" + }, + { + "Number": 9, + "Title": "Electric Fire", + "Released": "17 Oct 2019", + "Genre": "Electro house Electropop", + "Album": "Forever alone" + }, + { + "Number": 10, + "Title": "Electric Sky", + "Released": "25 Sep 2019", + "Genre": "ethno-tunes", + "Album": "Forever alone" + } ] } ] @@ -1371,7 +2340,76 @@ "USBillboard200": 35, "Artist": "Peter Taylor", "Songs": [ - + { + "Number": 1, + "Title": "Calling in the Dream", + "Released": "01 Aug 2019", + "Genre": "R&B", + "Album": "Decisions decisions" + }, + { + "Number": 2, + "Title": "Electric Burning", + "Released": "10 Sep 2019", + "Genre": "Electro house Electropop", + "Album": "Decisions decisions" + }, + { + "Number": 3, + "Title": "Dark Flying", + "Released": "28 Apr 2019", + "Genre": "*", + "Album": "Decisions decisions" + }, + { + "Number": 4, + "Title": "Gentle Sky", + "Released": "20 Nov 2019", + "Genre": "ethno-tunes", + "Album": "Decisions decisions" + }, + { + "Number": 5, + "Title": "Gentle Calling", + "Released": "13 Jan 2019", + "Genre": "Crunk reggaeton", + "Album": "Decisions decisions" + }, + { + "Number": 6, + "Title": "Golden Falling", + "Released": "14 Feb 2019", + "Genre": "Crunk reggaeton", + "Album": "Decisions decisions" + }, + { + "Number": 7, + "Title": "Silent River", + "Released": "13 Feb 2019", + "Genre": "R&B", + "Album": "Decisions decisions" + }, + { + "Number": 8, + "Title": "Furious Calling", + "Released": "11 Jun 2019", + "Genre": "Synth-pop R&B", + "Album": "Decisions decisions" + }, + { + "Number": 9, + "Title": "Running in the Echo", + "Released": "06 Nov 2019", + "Genre": "Electro house Electropop", + "Album": "Decisions decisions" + }, + { + "Number": 10, + "Title": "Furious River", + "Released": "12 Mar 2019", + "Genre": "*", + "Album": "Decisions decisions" + } ] }, { @@ -1381,7 +2419,76 @@ "USBillboard200": 89, "Artist": "Peter Taylor", "Songs": [ - + { + "Number": 1, + "Title": "Dark Crying", + "Released": "27 Apr 2019", + "Genre": "Electro house Electropop", + "Album": "Climate changed" + }, + { + "Number": 2, + "Title": "Dark Waiting", + "Released": "14 Nov 2019", + "Genre": "Synth-pop R&B", + "Album": "Climate changed" + }, + { + "Number": 3, + "Title": "Furious Waiting", + "Released": "23 May 2019", + "Genre": "*", + "Album": "Climate changed" + }, + { + "Number": 4, + "Title": "Running in the Echo", + "Released": "29 Nov 2019", + "Genre": "Crunk reggaeton", + "Album": "Climate changed" + }, + { + "Number": 5, + "Title": "Dream of Sky", + "Released": "31 Oct 2019", + "Genre": "Crunk reggaeton", + "Album": "Climate changed" + }, + { + "Number": 6, + "Title": "Hiding in the Heart", + "Released": "09 Aug 2019", + "Genre": "R&B", + "Album": "Climate changed" + }, + { + "Number": 7, + "Title": "Sky of Storm", + "Released": "01 Jun 2019", + "Genre": "R&B", + "Album": "Climate changed" + }, + { + "Number": 8, + "Title": "Light of Storm", + "Released": "17 Jan 2020", + "Genre": "ethno-tunes", + "Album": "Climate changed" + }, + { + "Number": 9, + "Title": "Light of Sky", + "Released": "26 May 2019", + "Genre": "*", + "Album": "Climate changed" + }, + { + "Number": 10, + "Title": "Golden River", + "Released": "19 Jun 2019", + "Genre": "*", + "Album": "Climate changed" + } ] } ] diff --git a/samples/grids/hierarchical-grid/data-summary-options/src/SingersData.json b/samples/grids/hierarchical-grid/data-summary-options/src/SingersData.json index f7508f3c9a..75ec4ec561 100644 --- a/samples/grids/hierarchical-grid/data-summary-options/src/SingersData.json +++ b/samples/grids/hierarchical-grid/data-summary-options/src/SingersData.json @@ -78,7 +78,79 @@ "LaunchDate": "September 3, 2013", "BillboardReview": 86, "USBillboard200": 1, - "Artist": "Naomí Yepes" + "Artist": "Naomí Yepes", + "Songs": [ + { + "Number": 1, + "Title": "Lonely Falling", + "Released": "01 May 2019", + "Genre": "*", + "Album": "Initiation" + }, + { + "Number": 2, + "Title": "Bright Breaking", + "Released": "25 Jul 2019", + "Genre": "Electro house Electropop", + "Album": "Initiation" + }, + { + "Number": 3, + "Title": "River of Whisper", + "Released": "29 Jan 2020", + "Genre": "Electro house Electropop", + "Album": "Initiation" + }, + { + "Number": 4, + "Title": "Sky of Storm", + "Released": "07 May 2019", + "Genre": "Electro house Electropop", + "Album": "Initiation" + }, + { + "Number": 5, + "Title": "Electric River", + "Released": "20 Jan 2020", + "Genre": "R&B", + "Album": "Initiation" + }, + { + "Number": 6, + "Title": "Storm of Storm", + "Released": "01 Sep 2019", + "Genre": "Crunk reggaeton", + "Album": "Initiation" + }, + { + "Number": 7, + "Title": "Fire of Dream", + "Released": "12 Sep 2019", + "Genre": "Electro house Electropop", + "Album": "Initiation" + }, + { + "Number": 8, + "Title": "Burning in the Light", + "Released": "15 Apr 2019", + "Genre": "*", + "Album": "Initiation" + }, + { + "Number": 9, + "Title": "Burning in the Storm", + "Released": "10 Sep 2019", + "Genre": "Electro house Electropop", + "Album": "Initiation" + }, + { + "Number": 10, + "Title": "Shadow of Whisper", + "Released": "06 Jan 2019", + "Genre": "Crunk reggaeton", + "Album": "Initiation" + } + ] }, { "Album": "Dream Driven", @@ -90,7 +162,7 @@ { "Number": 1, "Title": "Intro", - "Released": false, + "Released": "10 Sep 2019", "Genre": "*", "Album": "Dream Driven" }, @@ -111,7 +183,7 @@ { "Number": 4, "Title": "Future past", - "Released": false, + "Released": "20 Sep 2011", "Genre": "*", "Album": "Dream Driven" }, @@ -132,14 +204,14 @@ { "Number": 7, "Title": "Stay where you are", - "Released": false, + "Released": "14 Sep 2013", "Genre": "*", "Album": "Dream Driven" }, { "Number": 8, "Title": "Imaginarium", - "Released": false, + "Released": "20 Sep 2021", "Genre": "*", "Album": "Dream Driven" }, @@ -153,21 +225,21 @@ { "Number": 10, "Title": "Shredded into pieces", - "Released": false, + "Released": "11 Sep 2015", "Genre": "*", "Album": "Dream Driven" }, { "Number": 11, "Title": "Capture this moment", - "Released": false, + "Released": "13 Sep 2016", "Genre": "*", "Album": "Dream Driven" }, { "Number": 12, "Title": "Dream Driven", - "Released": false, + "Released": "14 Sep 2014", "Genre": "*", "Album": "Dream Driven" } @@ -180,7 +252,76 @@ "USBillboard200": 2, "Artist": "Naomí Yepes", "Songs": [ - + { + "Number": 1, + "Title": "Calling in the Storm", + "Released": "12 Mar 2019", + "Genre": "Electro house Electropop", + "Album": "The dragon journey" + }, + { + "Number": 2, + "Title": "Hiding in the Dream", + "Released": "23 Mar 2019", + "Genre": "R&B", + "Album": "The dragon journey" + }, + { + "Number": 3, + "Title": "Electric Heart", + "Released": "17 Mar 2019", + "Genre": "ethno-tunes", + "Album": "The dragon journey" + }, + { + "Number": 4, + "Title": "Shadow of Echo", + "Released": "20 Feb 2019", + "Genre": "ethno-tunes", + "Album": "The dragon journey" + }, + { + "Number": 5, + "Title": "Flying in the Storm", + "Released": "08 Apr 2019", + "Genre": "R&B", + "Album": "The dragon journey" + }, + { + "Number": 6, + "Title": "Dark Waiting", + "Released": "20 Oct 2019", + "Genre": "Synth-pop R&B", + "Album": "The dragon journey" + }, + { + "Number": 7, + "Title": "Fire of River", + "Released": "20 Feb 2019", + "Genre": "Synth-pop R&B", + "Album": "The dragon journey" + }, + { + "Number": 8, + "Title": "Wild Crying", + "Released": "14 Jun 2019", + "Genre": "R&B", + "Album": "The dragon journey" + }, + { + "Number": 9, + "Title": "Bright Dancing", + "Released": "14 Mar 2019", + "Genre": "Electro house Electropop", + "Album": "The dragon journey" + }, + { + "Number": 10, + "Title": "Golden Waiting", + "Released": "12 Sep 2019", + "Genre": "Synth-pop R&B", + "Album": "The dragon journey" + } ] }, { @@ -276,7 +417,76 @@ "USBillboard200": 12, "Artist": "Naomí Yepes", "Songs": [ - + { + "Number": 1, + "Title": "Storm of Dream", + "Released": "05 Jan 2019", + "Genre": "*", + "Album": "Curiosity" + }, + { + "Number": 2, + "Title": "Echo of Dream", + "Released": "28 Jan 2019", + "Genre": "Synth-pop R&B", + "Album": "Curiosity" + }, + { + "Number": 3, + "Title": "Light of Shadow", + "Released": "07 Feb 2019", + "Genre": "Synth-pop R&B", + "Album": "Curiosity" + }, + { + "Number": 4, + "Title": "Storm of Heart", + "Released": "05 Jan 2020", + "Genre": "Electro house Electropop", + "Album": "Curiosity" + }, + { + "Number": 5, + "Title": "Shadow of River", + "Released": "27 Feb 2019", + "Genre": "*", + "Album": "Curiosity" + }, + { + "Number": 6, + "Title": "Wicked Dancing", + "Released": "17 Jan 2020", + "Genre": "ethno-tunes", + "Album": "Curiosity" + }, + { + "Number": 7, + "Title": "River of Light", + "Released": "22 Feb 2019", + "Genre": "R&B", + "Album": "Curiosity" + }, + { + "Number": 8, + "Title": "Lonely Breaking", + "Released": "09 Sep 2019", + "Genre": "ethno-tunes", + "Album": "Curiosity" + }, + { + "Number": 9, + "Title": "Furious Flying", + "Released": "08 Jun 2019", + "Genre": "R&B", + "Album": "Curiosity" + }, + { + "Number": 10, + "Title": "Hiding in the Storm", + "Released": "27 May 2019", + "Genre": "Electro house Electropop", + "Album": "Curiosity" + } ] } ] @@ -513,7 +723,76 @@ "USBillboard200": 69, "Artist": "Ahmad Nazeri", "Songs": [ - + { + "Number": 1, + "Title": "Gentle Falling", + "Released": "26 Apr 2019", + "Genre": "Crunk reggaeton", + "Album": "Emergency" + }, + { + "Number": 2, + "Title": "Calling in the Fire", + "Released": "03 Sep 2019", + "Genre": "ethno-tunes", + "Album": "Emergency" + }, + { + "Number": 3, + "Title": "Fire of Shadow", + "Released": "05 Jan 2019", + "Genre": "ethno-tunes", + "Album": "Emergency" + }, + { + "Number": 4, + "Title": "Dancing in the Dream", + "Released": "15 Apr 2019", + "Genre": "R&B", + "Album": "Emergency" + }, + { + "Number": 5, + "Title": "Calling in the Shadow", + "Released": "09 Oct 2019", + "Genre": "R&B", + "Album": "Emergency" + }, + { + "Number": 6, + "Title": "Falling in the Sky", + "Released": "08 Mar 2019", + "Genre": "ethno-tunes", + "Album": "Emergency" + }, + { + "Number": 7, + "Title": "Calling in the Storm", + "Released": "05 Dec 2019", + "Genre": "ethno-tunes", + "Album": "Emergency" + }, + { + "Number": 8, + "Title": "Falling in the River", + "Released": "19 Aug 2019", + "Genre": "Electro house Electropop", + "Album": "Emergency" + }, + { + "Number": 9, + "Title": "Electric Fire", + "Released": "30 Nov 2019", + "Genre": "Crunk reggaeton", + "Album": "Emergency" + }, + { + "Number": 10, + "Title": "Lonely River", + "Released": "11 Nov 2019", + "Genre": "Electro house Electropop", + "Album": "Emergency" + } ] }, { @@ -523,7 +802,76 @@ "USBillboard200": 39, "Artist": "Ahmad Nazeri", "Songs": [ - + { + "Number": 1, + "Title": "Lonely Dream", + "Released": "11 Dec 2019", + "Genre": "ethno-tunes", + "Album": "Bursting bubbles" + }, + { + "Number": 2, + "Title": "Fire of River", + "Released": "01 Aug 2019", + "Genre": "Synth-pop R&B", + "Album": "Bursting bubbles" + }, + { + "Number": 3, + "Title": "Wicked Falling", + "Released": "25 Jan 2019", + "Genre": "*", + "Album": "Bursting bubbles" + }, + { + "Number": 4, + "Title": "Crying in the Shadow", + "Released": "04 Jan 2019", + "Genre": "Synth-pop R&B", + "Album": "Bursting bubbles" + }, + { + "Number": 5, + "Title": "Wild Burning", + "Released": "10 May 2019", + "Genre": "ethno-tunes", + "Album": "Bursting bubbles" + }, + { + "Number": 6, + "Title": "Waiting in the Heart", + "Released": "07 Aug 2019", + "Genre": "ethno-tunes", + "Album": "Bursting bubbles" + }, + { + "Number": 7, + "Title": "Fire of Fire", + "Released": "16 May 2019", + "Genre": "Electro house Electropop", + "Album": "Bursting bubbles" + }, + { + "Number": 8, + "Title": "Bright Heart", + "Released": "14 Mar 2019", + "Genre": "Synth-pop R&B", + "Album": "Bursting bubbles" + }, + { + "Number": 9, + "Title": "Lonely Fire", + "Released": "15 Oct 2019", + "Genre": "R&B", + "Album": "Bursting bubbles" + }, + { + "Number": 10, + "Title": "Sky of Dream", + "Released": "20 Jun 2019", + "Genre": "ethno-tunes", + "Album": "Bursting bubbles" + } ] } ] @@ -547,7 +895,76 @@ "USBillboard200": 1, "Artist": "Kimmy McIlmorie", "Songs": [ - + { + "Number": 1, + "Title": "Storm of Sky", + "Released": "04 Mar 2019", + "Genre": "ethno-tunes", + "Album": "Here we go again" + }, + { + "Number": 2, + "Title": "Dream of Shadow", + "Released": "03 Jan 2019", + "Genre": "ethno-tunes", + "Album": "Here we go again" + }, + { + "Number": 3, + "Title": "Dream of Shadow", + "Released": "19 Dec 2019", + "Genre": "Electro house Electropop", + "Album": "Here we go again" + }, + { + "Number": 4, + "Title": "Golden Fire", + "Released": "20 Jan 2019", + "Genre": "R&B", + "Album": "Here we go again" + }, + { + "Number": 5, + "Title": "Running in the Light", + "Released": "03 Jan 2020", + "Genre": "Synth-pop R&B", + "Album": "Here we go again" + }, + { + "Number": 6, + "Title": "Flying in the Heart", + "Released": "17 Jan 2019", + "Genre": "*", + "Album": "Here we go again" + }, + { + "Number": 7, + "Title": "Fire of Storm", + "Released": "26 Jan 2019", + "Genre": "ethno-tunes", + "Album": "Here we go again" + }, + { + "Number": 8, + "Title": "Calling in the Sky", + "Released": "28 Oct 2019", + "Genre": "Synth-pop R&B", + "Album": "Here we go again" + }, + { + "Number": 9, + "Title": "Flying in the Shadow", + "Released": "30 Mar 2019", + "Genre": "ethno-tunes", + "Album": "Here we go again" + }, + { + "Number": 10, + "Title": "Golden Dancing", + "Released": "12 Oct 2019", + "Genre": "ethno-tunes", + "Album": "Here we go again" + } ] } ] @@ -771,7 +1188,76 @@ "USBillboard200": 85, "Artist": "Izabella Tabakova", "Songs": [ - + { + "Number": 1, + "Title": "Hiding in the Light", + "Released": "24 Jan 2019", + "Genre": "Synth-pop R&B", + "Album": "Dark matters" + }, + { + "Number": 2, + "Title": "Furious River", + "Released": "13 Jan 2020", + "Genre": "Electro house Electropop", + "Album": "Dark matters" + }, + { + "Number": 3, + "Title": "Wild Crying", + "Released": "27 Feb 2019", + "Genre": "Electro house Electropop", + "Album": "Dark matters" + }, + { + "Number": 4, + "Title": "Light of Dream", + "Released": "01 Jun 2019", + "Genre": "Crunk reggaeton", + "Album": "Dark matters" + }, + { + "Number": 5, + "Title": "Light of Dream", + "Released": "24 Aug 2019", + "Genre": "*", + "Album": "Dark matters" + }, + { + "Number": 6, + "Title": "Storm of Light", + "Released": "26 Feb 2019", + "Genre": "*", + "Album": "Dark matters" + }, + { + "Number": 7, + "Title": "Dark Storm", + "Released": "18 Jan 2020", + "Genre": "R&B", + "Album": "Dark matters" + }, + { + "Number": 8, + "Title": "Dark Calling", + "Released": "20 Mar 2019", + "Genre": "Crunk reggaeton", + "Album": "Dark matters" + }, + { + "Number": 9, + "Title": "Sky of Whisper", + "Released": "30 Jan 2019", + "Genre": "ethno-tunes", + "Album": "Dark matters" + }, + { + "Number": 10, + "Title": "Dancing in the Light", + "Released": "28 Nov 2019", + "Genre": "Synth-pop R&B", + "Album": "Dark matters" + } ] } ] @@ -795,7 +1281,76 @@ "USBillboard200": 5, "Artist": "Nguyễn Diệp Chi", "Songs": [ - + { + "Number": 1, + "Title": "Echo of River", + "Released": "05 Mar 2019", + "Genre": "Synth-pop R&B", + "Album": "Library of liberty" + }, + { + "Number": 2, + "Title": "Heart of River", + "Released": "12 Jan 2020", + "Genre": "Electro house Electropop", + "Album": "Library of liberty" + }, + { + "Number": 3, + "Title": "Dark Light", + "Released": "09 Aug 2019", + "Genre": "Electro house Electropop", + "Album": "Library of liberty" + }, + { + "Number": 4, + "Title": "Dark Fire", + "Released": "22 Jun 2019", + "Genre": "R&B", + "Album": "Library of liberty" + }, + { + "Number": 5, + "Title": "Flying in the Fire", + "Released": "22 Jul 2019", + "Genre": "*", + "Album": "Library of liberty" + }, + { + "Number": 6, + "Title": "Shadow of Heart", + "Released": "02 Jan 2020", + "Genre": "*", + "Album": "Library of liberty" + }, + { + "Number": 7, + "Title": "Fire of Fire", + "Released": "27 Jan 2019", + "Genre": "*", + "Album": "Library of liberty" + }, + { + "Number": 8, + "Title": "Falling in the River", + "Released": "05 Aug 2019", + "Genre": "Crunk reggaeton", + "Album": "Library of liberty" + }, + { + "Number": 9, + "Title": "Fire of Light", + "Released": "31 Dec 2019", + "Genre": "ethno-tunes", + "Album": "Library of liberty" + }, + { + "Number": 10, + "Title": "Bright Flying", + "Released": "24 Jan 2019", + "Genre": "*", + "Album": "Library of liberty" + } ] } ] @@ -819,7 +1374,76 @@ "USBillboard200": 29, "Artist": "Eva Lee", "Songs": [ - + { + "Number": 1, + "Title": "Dancing in the Shadow", + "Released": "02 Aug 2019", + "Genre": "ethno-tunes", + "Album": "Just a tease" + }, + { + "Number": 2, + "Title": "Silent Whisper", + "Released": "09 Jul 2019", + "Genre": "*", + "Album": "Just a tease" + }, + { + "Number": 3, + "Title": "Crying in the Whisper", + "Released": "30 May 2019", + "Genre": "Crunk reggaeton", + "Album": "Just a tease" + }, + { + "Number": 4, + "Title": "River of Light", + "Released": "10 Jan 2019", + "Genre": "Electro house Electropop", + "Album": "Just a tease" + }, + { + "Number": 5, + "Title": "Golden River", + "Released": "15 Nov 2019", + "Genre": "*", + "Album": "Just a tease" + }, + { + "Number": 6, + "Title": "Burning in the Shadow", + "Released": "18 Apr 2019", + "Genre": "Crunk reggaeton", + "Album": "Just a tease" + }, + { + "Number": 7, + "Title": "Shadow of Sky", + "Released": "06 Sep 2019", + "Genre": "Crunk reggaeton", + "Album": "Just a tease" + }, + { + "Number": 8, + "Title": "Gentle Waiting", + "Released": "05 Dec 2019", + "Genre": "R&B", + "Album": "Just a tease" + }, + { + "Number": 9, + "Title": "Bright River", + "Released": "27 Jan 2020", + "Genre": "R&B", + "Album": "Just a tease" + }, + { + "Number": 10, + "Title": "Heart of Storm", + "Released": "07 Jan 2019", + "Genre": "Synth-pop R&B", + "Album": "Just a tease" + } ] } ] @@ -1046,7 +1670,76 @@ "USBillboard200": 98, "Artist": "Pablo Cambeiro", "Songs": [ - + { + "Number": 1, + "Title": "Dancing in the Echo", + "Released": "03 Oct 2019", + "Genre": "Crunk reggaeton", + "Album": "Fluke" + }, + { + "Number": 2, + "Title": "Dream of Dream", + "Released": "03 Mar 2019", + "Genre": "*", + "Album": "Fluke" + }, + { + "Number": 3, + "Title": "Calling in the Echo", + "Released": "16 Sep 2019", + "Genre": "*", + "Album": "Fluke" + }, + { + "Number": 4, + "Title": "Light of Light", + "Released": "25 May 2019", + "Genre": "Electro house Electropop", + "Album": "Fluke" + }, + { + "Number": 5, + "Title": "Bright Light", + "Released": "21 Mar 2019", + "Genre": "R&B", + "Album": "Fluke" + }, + { + "Number": 6, + "Title": "Storm of Echo", + "Released": "17 Jul 2019", + "Genre": "Synth-pop R&B", + "Album": "Fluke" + }, + { + "Number": 7, + "Title": "Lonely Calling", + "Released": "10 Apr 2019", + "Genre": "ethno-tunes", + "Album": "Fluke" + }, + { + "Number": 8, + "Title": "Gentle Falling", + "Released": "28 Nov 2019", + "Genre": "Synth-pop R&B", + "Album": "Fluke" + }, + { + "Number": 9, + "Title": "Wild Flying", + "Released": "26 Nov 2019", + "Genre": "Crunk reggaeton", + "Album": "Fluke" + }, + { + "Number": 10, + "Title": "Sky of Dream", + "Released": "29 May 2019", + "Genre": "R&B", + "Album": "Fluke" + } ] }, { @@ -1142,7 +1835,76 @@ "USBillboard200": 77, "Artist": "Athar Malakooti", "Songs": [ - + { + "Number": 1, + "Title": "Hiding in the Whisper", + "Released": "03 Apr 2019", + "Genre": "R&B", + "Album": "Pushing up daisies" + }, + { + "Number": 2, + "Title": "Wicked Light", + "Released": "21 Aug 2019", + "Genre": "R&B", + "Album": "Pushing up daisies" + }, + { + "Number": 3, + "Title": "Flying in the River", + "Released": "03 Feb 2020", + "Genre": "Synth-pop R&B", + "Album": "Pushing up daisies" + }, + { + "Number": 4, + "Title": "Wicked Hiding", + "Released": "15 Sep 2019", + "Genre": "Synth-pop R&B", + "Album": "Pushing up daisies" + }, + { + "Number": 5, + "Title": "Lonely Light", + "Released": "13 May 2019", + "Genre": "Electro house Electropop", + "Album": "Pushing up daisies" + }, + { + "Number": 6, + "Title": "Bright Dancing", + "Released": "10 Apr 2019", + "Genre": "Synth-pop R&B", + "Album": "Pushing up daisies" + }, + { + "Number": 7, + "Title": "Gentle Dream", + "Released": "21 May 2019", + "Genre": "*", + "Album": "Pushing up daisies" + }, + { + "Number": 8, + "Title": "Sky of Echo", + "Released": "09 Jun 2019", + "Genre": "Synth-pop R&B", + "Album": "Pushing up daisies" + }, + { + "Number": 9, + "Title": "Breaking in the Sky", + "Released": "27 Dec 2019", + "Genre": "Crunk reggaeton", + "Album": "Pushing up daisies" + }, + { + "Number": 10, + "Title": "Whisper of Shadow", + "Released": "04 Jan 2019", + "Genre": "ethno-tunes", + "Album": "Pushing up daisies" + } ] } ] @@ -1179,7 +1941,76 @@ "USBillboard200": 9, "Artist": "Marti Valencia", "Songs": [ - + { + "Number": 1, + "Title": "Hiding in the Sky", + "Released": "26 Nov 2019", + "Genre": "Synth-pop R&B", + "Album": "Nemesis" + }, + { + "Number": 2, + "Title": "Waiting in the Echo", + "Released": "10 Jul 2019", + "Genre": "ethno-tunes", + "Album": "Nemesis" + }, + { + "Number": 3, + "Title": "Wicked Shadow", + "Released": "29 Jul 2019", + "Genre": "Synth-pop R&B", + "Album": "Nemesis" + }, + { + "Number": 4, + "Title": "Crying in the Whisper", + "Released": "09 Apr 2019", + "Genre": "*", + "Album": "Nemesis" + }, + { + "Number": 5, + "Title": "Echo of Storm", + "Released": "19 Nov 2019", + "Genre": "Crunk reggaeton", + "Album": "Nemesis" + }, + { + "Number": 6, + "Title": "Shadow of Sky", + "Released": "24 Jul 2019", + "Genre": "Crunk reggaeton", + "Album": "Nemesis" + }, + { + "Number": 7, + "Title": "Golden Hiding", + "Released": "12 Dec 2019", + "Genre": "Electro house Electropop", + "Album": "Nemesis" + }, + { + "Number": 8, + "Title": "Wild Dancing", + "Released": "17 Aug 2019", + "Genre": "Synth-pop R&B", + "Album": "Nemesis" + }, + { + "Number": 9, + "Title": "Bright Burning", + "Released": "30 Aug 2019", + "Genre": "Electro house Electropop", + "Album": "Nemesis" + }, + { + "Number": 10, + "Title": "Flying in the River", + "Released": "02 Sep 2019", + "Genre": "*", + "Album": "Nemesis" + } ] }, { @@ -1282,7 +2113,76 @@ "USBillboard200": 37, "Artist": "Marti Valencia", "Songs": [ - + { + "Number": 1, + "Title": "Wild River", + "Released": "11 Jan 2019", + "Genre": "*", + "Album": "God's advocate" + }, + { + "Number": 2, + "Title": "Wicked Whisper", + "Released": "16 Feb 2019", + "Genre": "Electro house Electropop", + "Album": "God's advocate" + }, + { + "Number": 3, + "Title": "Storm of Heart", + "Released": "11 Aug 2019", + "Genre": "*", + "Album": "God's advocate" + }, + { + "Number": 4, + "Title": "Golden Dancing", + "Released": "02 Mar 2019", + "Genre": "Crunk reggaeton", + "Album": "God's advocate" + }, + { + "Number": 5, + "Title": "Calling in the Sky", + "Released": "10 Sep 2019", + "Genre": "Electro house Electropop", + "Album": "God's advocate" + }, + { + "Number": 6, + "Title": "Calling in the Heart", + "Released": "12 Jan 2019", + "Genre": "ethno-tunes", + "Album": "God's advocate" + }, + { + "Number": 7, + "Title": "Running in the Storm", + "Released": "10 Nov 2019", + "Genre": "Synth-pop R&B", + "Album": "God's advocate" + }, + { + "Number": 8, + "Title": "Wild Sky", + "Released": "10 Apr 2019", + "Genre": "R&B", + "Album": "God's advocate" + }, + { + "Number": 9, + "Title": "Crying in the Shadow", + "Released": "02 Mar 2019", + "Genre": "R&B", + "Album": "God's advocate" + }, + { + "Number": 10, + "Title": "Whisper of River", + "Released": "12 May 2019", + "Genre": "*", + "Album": "God's advocate" + } ] } ] @@ -1306,7 +2206,76 @@ "USBillboard200": 7, "Artist": "Alicia Stanger", "Songs": [ - + { + "Number": 1, + "Title": "Shadow of Light", + "Released": "24 Mar 2019", + "Genre": "ethno-tunes", + "Album": "Forever alone" + }, + { + "Number": 2, + "Title": "Running in the Echo", + "Released": "03 May 2019", + "Genre": "Crunk reggaeton", + "Album": "Forever alone" + }, + { + "Number": 3, + "Title": "Gentle Dream", + "Released": "24 Aug 2019", + "Genre": "Crunk reggaeton", + "Album": "Forever alone" + }, + { + "Number": 4, + "Title": "Furious River", + "Released": "24 Apr 2019", + "Genre": "ethno-tunes", + "Album": "Forever alone" + }, + { + "Number": 5, + "Title": "Wild Whisper", + "Released": "09 Mar 2019", + "Genre": "ethno-tunes", + "Album": "Forever alone" + }, + { + "Number": 6, + "Title": "Whisper of Sky", + "Released": "24 Jul 2019", + "Genre": "Crunk reggaeton", + "Album": "Forever alone" + }, + { + "Number": 7, + "Title": "Lonely Storm", + "Released": "01 May 2019", + "Genre": "Crunk reggaeton", + "Album": "Forever alone" + }, + { + "Number": 8, + "Title": "Dancing in the River", + "Released": "17 Dec 2019", + "Genre": "*", + "Album": "Forever alone" + }, + { + "Number": 9, + "Title": "Electric Fire", + "Released": "17 Oct 2019", + "Genre": "Electro house Electropop", + "Album": "Forever alone" + }, + { + "Number": 10, + "Title": "Electric Sky", + "Released": "25 Sep 2019", + "Genre": "ethno-tunes", + "Album": "Forever alone" + } ] } ] @@ -1371,7 +2340,76 @@ "USBillboard200": 35, "Artist": "Peter Taylor", "Songs": [ - + { + "Number": 1, + "Title": "Calling in the Dream", + "Released": "01 Aug 2019", + "Genre": "R&B", + "Album": "Decisions decisions" + }, + { + "Number": 2, + "Title": "Electric Burning", + "Released": "10 Sep 2019", + "Genre": "Electro house Electropop", + "Album": "Decisions decisions" + }, + { + "Number": 3, + "Title": "Dark Flying", + "Released": "28 Apr 2019", + "Genre": "*", + "Album": "Decisions decisions" + }, + { + "Number": 4, + "Title": "Gentle Sky", + "Released": "20 Nov 2019", + "Genre": "ethno-tunes", + "Album": "Decisions decisions" + }, + { + "Number": 5, + "Title": "Gentle Calling", + "Released": "13 Jan 2019", + "Genre": "Crunk reggaeton", + "Album": "Decisions decisions" + }, + { + "Number": 6, + "Title": "Golden Falling", + "Released": "14 Feb 2019", + "Genre": "Crunk reggaeton", + "Album": "Decisions decisions" + }, + { + "Number": 7, + "Title": "Silent River", + "Released": "13 Feb 2019", + "Genre": "R&B", + "Album": "Decisions decisions" + }, + { + "Number": 8, + "Title": "Furious Calling", + "Released": "11 Jun 2019", + "Genre": "Synth-pop R&B", + "Album": "Decisions decisions" + }, + { + "Number": 9, + "Title": "Running in the Echo", + "Released": "06 Nov 2019", + "Genre": "Electro house Electropop", + "Album": "Decisions decisions" + }, + { + "Number": 10, + "Title": "Furious River", + "Released": "12 Mar 2019", + "Genre": "*", + "Album": "Decisions decisions" + } ] }, { @@ -1381,7 +2419,76 @@ "USBillboard200": 89, "Artist": "Peter Taylor", "Songs": [ - + { + "Number": 1, + "Title": "Dark Crying", + "Released": "27 Apr 2019", + "Genre": "Electro house Electropop", + "Album": "Climate changed" + }, + { + "Number": 2, + "Title": "Dark Waiting", + "Released": "14 Nov 2019", + "Genre": "Synth-pop R&B", + "Album": "Climate changed" + }, + { + "Number": 3, + "Title": "Furious Waiting", + "Released": "23 May 2019", + "Genre": "*", + "Album": "Climate changed" + }, + { + "Number": 4, + "Title": "Running in the Echo", + "Released": "29 Nov 2019", + "Genre": "Crunk reggaeton", + "Album": "Climate changed" + }, + { + "Number": 5, + "Title": "Dream of Sky", + "Released": "31 Oct 2019", + "Genre": "Crunk reggaeton", + "Album": "Climate changed" + }, + { + "Number": 6, + "Title": "Hiding in the Heart", + "Released": "09 Aug 2019", + "Genre": "R&B", + "Album": "Climate changed" + }, + { + "Number": 7, + "Title": "Sky of Storm", + "Released": "01 Jun 2019", + "Genre": "R&B", + "Album": "Climate changed" + }, + { + "Number": 8, + "Title": "Light of Storm", + "Released": "17 Jan 2020", + "Genre": "ethno-tunes", + "Album": "Climate changed" + }, + { + "Number": 9, + "Title": "Light of Sky", + "Released": "26 May 2019", + "Genre": "*", + "Album": "Climate changed" + }, + { + "Number": 10, + "Title": "Golden River", + "Released": "19 Jun 2019", + "Genre": "*", + "Album": "Climate changed" + } ] } ] diff --git a/samples/grids/hierarchical-grid/data-summary-template/src/SingersData.json b/samples/grids/hierarchical-grid/data-summary-template/src/SingersData.json index f7508f3c9a..75ec4ec561 100644 --- a/samples/grids/hierarchical-grid/data-summary-template/src/SingersData.json +++ b/samples/grids/hierarchical-grid/data-summary-template/src/SingersData.json @@ -78,7 +78,79 @@ "LaunchDate": "September 3, 2013", "BillboardReview": 86, "USBillboard200": 1, - "Artist": "Naomí Yepes" + "Artist": "Naomí Yepes", + "Songs": [ + { + "Number": 1, + "Title": "Lonely Falling", + "Released": "01 May 2019", + "Genre": "*", + "Album": "Initiation" + }, + { + "Number": 2, + "Title": "Bright Breaking", + "Released": "25 Jul 2019", + "Genre": "Electro house Electropop", + "Album": "Initiation" + }, + { + "Number": 3, + "Title": "River of Whisper", + "Released": "29 Jan 2020", + "Genre": "Electro house Electropop", + "Album": "Initiation" + }, + { + "Number": 4, + "Title": "Sky of Storm", + "Released": "07 May 2019", + "Genre": "Electro house Electropop", + "Album": "Initiation" + }, + { + "Number": 5, + "Title": "Electric River", + "Released": "20 Jan 2020", + "Genre": "R&B", + "Album": "Initiation" + }, + { + "Number": 6, + "Title": "Storm of Storm", + "Released": "01 Sep 2019", + "Genre": "Crunk reggaeton", + "Album": "Initiation" + }, + { + "Number": 7, + "Title": "Fire of Dream", + "Released": "12 Sep 2019", + "Genre": "Electro house Electropop", + "Album": "Initiation" + }, + { + "Number": 8, + "Title": "Burning in the Light", + "Released": "15 Apr 2019", + "Genre": "*", + "Album": "Initiation" + }, + { + "Number": 9, + "Title": "Burning in the Storm", + "Released": "10 Sep 2019", + "Genre": "Electro house Electropop", + "Album": "Initiation" + }, + { + "Number": 10, + "Title": "Shadow of Whisper", + "Released": "06 Jan 2019", + "Genre": "Crunk reggaeton", + "Album": "Initiation" + } + ] }, { "Album": "Dream Driven", @@ -90,7 +162,7 @@ { "Number": 1, "Title": "Intro", - "Released": false, + "Released": "10 Sep 2019", "Genre": "*", "Album": "Dream Driven" }, @@ -111,7 +183,7 @@ { "Number": 4, "Title": "Future past", - "Released": false, + "Released": "20 Sep 2011", "Genre": "*", "Album": "Dream Driven" }, @@ -132,14 +204,14 @@ { "Number": 7, "Title": "Stay where you are", - "Released": false, + "Released": "14 Sep 2013", "Genre": "*", "Album": "Dream Driven" }, { "Number": 8, "Title": "Imaginarium", - "Released": false, + "Released": "20 Sep 2021", "Genre": "*", "Album": "Dream Driven" }, @@ -153,21 +225,21 @@ { "Number": 10, "Title": "Shredded into pieces", - "Released": false, + "Released": "11 Sep 2015", "Genre": "*", "Album": "Dream Driven" }, { "Number": 11, "Title": "Capture this moment", - "Released": false, + "Released": "13 Sep 2016", "Genre": "*", "Album": "Dream Driven" }, { "Number": 12, "Title": "Dream Driven", - "Released": false, + "Released": "14 Sep 2014", "Genre": "*", "Album": "Dream Driven" } @@ -180,7 +252,76 @@ "USBillboard200": 2, "Artist": "Naomí Yepes", "Songs": [ - + { + "Number": 1, + "Title": "Calling in the Storm", + "Released": "12 Mar 2019", + "Genre": "Electro house Electropop", + "Album": "The dragon journey" + }, + { + "Number": 2, + "Title": "Hiding in the Dream", + "Released": "23 Mar 2019", + "Genre": "R&B", + "Album": "The dragon journey" + }, + { + "Number": 3, + "Title": "Electric Heart", + "Released": "17 Mar 2019", + "Genre": "ethno-tunes", + "Album": "The dragon journey" + }, + { + "Number": 4, + "Title": "Shadow of Echo", + "Released": "20 Feb 2019", + "Genre": "ethno-tunes", + "Album": "The dragon journey" + }, + { + "Number": 5, + "Title": "Flying in the Storm", + "Released": "08 Apr 2019", + "Genre": "R&B", + "Album": "The dragon journey" + }, + { + "Number": 6, + "Title": "Dark Waiting", + "Released": "20 Oct 2019", + "Genre": "Synth-pop R&B", + "Album": "The dragon journey" + }, + { + "Number": 7, + "Title": "Fire of River", + "Released": "20 Feb 2019", + "Genre": "Synth-pop R&B", + "Album": "The dragon journey" + }, + { + "Number": 8, + "Title": "Wild Crying", + "Released": "14 Jun 2019", + "Genre": "R&B", + "Album": "The dragon journey" + }, + { + "Number": 9, + "Title": "Bright Dancing", + "Released": "14 Mar 2019", + "Genre": "Electro house Electropop", + "Album": "The dragon journey" + }, + { + "Number": 10, + "Title": "Golden Waiting", + "Released": "12 Sep 2019", + "Genre": "Synth-pop R&B", + "Album": "The dragon journey" + } ] }, { @@ -276,7 +417,76 @@ "USBillboard200": 12, "Artist": "Naomí Yepes", "Songs": [ - + { + "Number": 1, + "Title": "Storm of Dream", + "Released": "05 Jan 2019", + "Genre": "*", + "Album": "Curiosity" + }, + { + "Number": 2, + "Title": "Echo of Dream", + "Released": "28 Jan 2019", + "Genre": "Synth-pop R&B", + "Album": "Curiosity" + }, + { + "Number": 3, + "Title": "Light of Shadow", + "Released": "07 Feb 2019", + "Genre": "Synth-pop R&B", + "Album": "Curiosity" + }, + { + "Number": 4, + "Title": "Storm of Heart", + "Released": "05 Jan 2020", + "Genre": "Electro house Electropop", + "Album": "Curiosity" + }, + { + "Number": 5, + "Title": "Shadow of River", + "Released": "27 Feb 2019", + "Genre": "*", + "Album": "Curiosity" + }, + { + "Number": 6, + "Title": "Wicked Dancing", + "Released": "17 Jan 2020", + "Genre": "ethno-tunes", + "Album": "Curiosity" + }, + { + "Number": 7, + "Title": "River of Light", + "Released": "22 Feb 2019", + "Genre": "R&B", + "Album": "Curiosity" + }, + { + "Number": 8, + "Title": "Lonely Breaking", + "Released": "09 Sep 2019", + "Genre": "ethno-tunes", + "Album": "Curiosity" + }, + { + "Number": 9, + "Title": "Furious Flying", + "Released": "08 Jun 2019", + "Genre": "R&B", + "Album": "Curiosity" + }, + { + "Number": 10, + "Title": "Hiding in the Storm", + "Released": "27 May 2019", + "Genre": "Electro house Electropop", + "Album": "Curiosity" + } ] } ] @@ -513,7 +723,76 @@ "USBillboard200": 69, "Artist": "Ahmad Nazeri", "Songs": [ - + { + "Number": 1, + "Title": "Gentle Falling", + "Released": "26 Apr 2019", + "Genre": "Crunk reggaeton", + "Album": "Emergency" + }, + { + "Number": 2, + "Title": "Calling in the Fire", + "Released": "03 Sep 2019", + "Genre": "ethno-tunes", + "Album": "Emergency" + }, + { + "Number": 3, + "Title": "Fire of Shadow", + "Released": "05 Jan 2019", + "Genre": "ethno-tunes", + "Album": "Emergency" + }, + { + "Number": 4, + "Title": "Dancing in the Dream", + "Released": "15 Apr 2019", + "Genre": "R&B", + "Album": "Emergency" + }, + { + "Number": 5, + "Title": "Calling in the Shadow", + "Released": "09 Oct 2019", + "Genre": "R&B", + "Album": "Emergency" + }, + { + "Number": 6, + "Title": "Falling in the Sky", + "Released": "08 Mar 2019", + "Genre": "ethno-tunes", + "Album": "Emergency" + }, + { + "Number": 7, + "Title": "Calling in the Storm", + "Released": "05 Dec 2019", + "Genre": "ethno-tunes", + "Album": "Emergency" + }, + { + "Number": 8, + "Title": "Falling in the River", + "Released": "19 Aug 2019", + "Genre": "Electro house Electropop", + "Album": "Emergency" + }, + { + "Number": 9, + "Title": "Electric Fire", + "Released": "30 Nov 2019", + "Genre": "Crunk reggaeton", + "Album": "Emergency" + }, + { + "Number": 10, + "Title": "Lonely River", + "Released": "11 Nov 2019", + "Genre": "Electro house Electropop", + "Album": "Emergency" + } ] }, { @@ -523,7 +802,76 @@ "USBillboard200": 39, "Artist": "Ahmad Nazeri", "Songs": [ - + { + "Number": 1, + "Title": "Lonely Dream", + "Released": "11 Dec 2019", + "Genre": "ethno-tunes", + "Album": "Bursting bubbles" + }, + { + "Number": 2, + "Title": "Fire of River", + "Released": "01 Aug 2019", + "Genre": "Synth-pop R&B", + "Album": "Bursting bubbles" + }, + { + "Number": 3, + "Title": "Wicked Falling", + "Released": "25 Jan 2019", + "Genre": "*", + "Album": "Bursting bubbles" + }, + { + "Number": 4, + "Title": "Crying in the Shadow", + "Released": "04 Jan 2019", + "Genre": "Synth-pop R&B", + "Album": "Bursting bubbles" + }, + { + "Number": 5, + "Title": "Wild Burning", + "Released": "10 May 2019", + "Genre": "ethno-tunes", + "Album": "Bursting bubbles" + }, + { + "Number": 6, + "Title": "Waiting in the Heart", + "Released": "07 Aug 2019", + "Genre": "ethno-tunes", + "Album": "Bursting bubbles" + }, + { + "Number": 7, + "Title": "Fire of Fire", + "Released": "16 May 2019", + "Genre": "Electro house Electropop", + "Album": "Bursting bubbles" + }, + { + "Number": 8, + "Title": "Bright Heart", + "Released": "14 Mar 2019", + "Genre": "Synth-pop R&B", + "Album": "Bursting bubbles" + }, + { + "Number": 9, + "Title": "Lonely Fire", + "Released": "15 Oct 2019", + "Genre": "R&B", + "Album": "Bursting bubbles" + }, + { + "Number": 10, + "Title": "Sky of Dream", + "Released": "20 Jun 2019", + "Genre": "ethno-tunes", + "Album": "Bursting bubbles" + } ] } ] @@ -547,7 +895,76 @@ "USBillboard200": 1, "Artist": "Kimmy McIlmorie", "Songs": [ - + { + "Number": 1, + "Title": "Storm of Sky", + "Released": "04 Mar 2019", + "Genre": "ethno-tunes", + "Album": "Here we go again" + }, + { + "Number": 2, + "Title": "Dream of Shadow", + "Released": "03 Jan 2019", + "Genre": "ethno-tunes", + "Album": "Here we go again" + }, + { + "Number": 3, + "Title": "Dream of Shadow", + "Released": "19 Dec 2019", + "Genre": "Electro house Electropop", + "Album": "Here we go again" + }, + { + "Number": 4, + "Title": "Golden Fire", + "Released": "20 Jan 2019", + "Genre": "R&B", + "Album": "Here we go again" + }, + { + "Number": 5, + "Title": "Running in the Light", + "Released": "03 Jan 2020", + "Genre": "Synth-pop R&B", + "Album": "Here we go again" + }, + { + "Number": 6, + "Title": "Flying in the Heart", + "Released": "17 Jan 2019", + "Genre": "*", + "Album": "Here we go again" + }, + { + "Number": 7, + "Title": "Fire of Storm", + "Released": "26 Jan 2019", + "Genre": "ethno-tunes", + "Album": "Here we go again" + }, + { + "Number": 8, + "Title": "Calling in the Sky", + "Released": "28 Oct 2019", + "Genre": "Synth-pop R&B", + "Album": "Here we go again" + }, + { + "Number": 9, + "Title": "Flying in the Shadow", + "Released": "30 Mar 2019", + "Genre": "ethno-tunes", + "Album": "Here we go again" + }, + { + "Number": 10, + "Title": "Golden Dancing", + "Released": "12 Oct 2019", + "Genre": "ethno-tunes", + "Album": "Here we go again" + } ] } ] @@ -771,7 +1188,76 @@ "USBillboard200": 85, "Artist": "Izabella Tabakova", "Songs": [ - + { + "Number": 1, + "Title": "Hiding in the Light", + "Released": "24 Jan 2019", + "Genre": "Synth-pop R&B", + "Album": "Dark matters" + }, + { + "Number": 2, + "Title": "Furious River", + "Released": "13 Jan 2020", + "Genre": "Electro house Electropop", + "Album": "Dark matters" + }, + { + "Number": 3, + "Title": "Wild Crying", + "Released": "27 Feb 2019", + "Genre": "Electro house Electropop", + "Album": "Dark matters" + }, + { + "Number": 4, + "Title": "Light of Dream", + "Released": "01 Jun 2019", + "Genre": "Crunk reggaeton", + "Album": "Dark matters" + }, + { + "Number": 5, + "Title": "Light of Dream", + "Released": "24 Aug 2019", + "Genre": "*", + "Album": "Dark matters" + }, + { + "Number": 6, + "Title": "Storm of Light", + "Released": "26 Feb 2019", + "Genre": "*", + "Album": "Dark matters" + }, + { + "Number": 7, + "Title": "Dark Storm", + "Released": "18 Jan 2020", + "Genre": "R&B", + "Album": "Dark matters" + }, + { + "Number": 8, + "Title": "Dark Calling", + "Released": "20 Mar 2019", + "Genre": "Crunk reggaeton", + "Album": "Dark matters" + }, + { + "Number": 9, + "Title": "Sky of Whisper", + "Released": "30 Jan 2019", + "Genre": "ethno-tunes", + "Album": "Dark matters" + }, + { + "Number": 10, + "Title": "Dancing in the Light", + "Released": "28 Nov 2019", + "Genre": "Synth-pop R&B", + "Album": "Dark matters" + } ] } ] @@ -795,7 +1281,76 @@ "USBillboard200": 5, "Artist": "Nguyễn Diệp Chi", "Songs": [ - + { + "Number": 1, + "Title": "Echo of River", + "Released": "05 Mar 2019", + "Genre": "Synth-pop R&B", + "Album": "Library of liberty" + }, + { + "Number": 2, + "Title": "Heart of River", + "Released": "12 Jan 2020", + "Genre": "Electro house Electropop", + "Album": "Library of liberty" + }, + { + "Number": 3, + "Title": "Dark Light", + "Released": "09 Aug 2019", + "Genre": "Electro house Electropop", + "Album": "Library of liberty" + }, + { + "Number": 4, + "Title": "Dark Fire", + "Released": "22 Jun 2019", + "Genre": "R&B", + "Album": "Library of liberty" + }, + { + "Number": 5, + "Title": "Flying in the Fire", + "Released": "22 Jul 2019", + "Genre": "*", + "Album": "Library of liberty" + }, + { + "Number": 6, + "Title": "Shadow of Heart", + "Released": "02 Jan 2020", + "Genre": "*", + "Album": "Library of liberty" + }, + { + "Number": 7, + "Title": "Fire of Fire", + "Released": "27 Jan 2019", + "Genre": "*", + "Album": "Library of liberty" + }, + { + "Number": 8, + "Title": "Falling in the River", + "Released": "05 Aug 2019", + "Genre": "Crunk reggaeton", + "Album": "Library of liberty" + }, + { + "Number": 9, + "Title": "Fire of Light", + "Released": "31 Dec 2019", + "Genre": "ethno-tunes", + "Album": "Library of liberty" + }, + { + "Number": 10, + "Title": "Bright Flying", + "Released": "24 Jan 2019", + "Genre": "*", + "Album": "Library of liberty" + } ] } ] @@ -819,7 +1374,76 @@ "USBillboard200": 29, "Artist": "Eva Lee", "Songs": [ - + { + "Number": 1, + "Title": "Dancing in the Shadow", + "Released": "02 Aug 2019", + "Genre": "ethno-tunes", + "Album": "Just a tease" + }, + { + "Number": 2, + "Title": "Silent Whisper", + "Released": "09 Jul 2019", + "Genre": "*", + "Album": "Just a tease" + }, + { + "Number": 3, + "Title": "Crying in the Whisper", + "Released": "30 May 2019", + "Genre": "Crunk reggaeton", + "Album": "Just a tease" + }, + { + "Number": 4, + "Title": "River of Light", + "Released": "10 Jan 2019", + "Genre": "Electro house Electropop", + "Album": "Just a tease" + }, + { + "Number": 5, + "Title": "Golden River", + "Released": "15 Nov 2019", + "Genre": "*", + "Album": "Just a tease" + }, + { + "Number": 6, + "Title": "Burning in the Shadow", + "Released": "18 Apr 2019", + "Genre": "Crunk reggaeton", + "Album": "Just a tease" + }, + { + "Number": 7, + "Title": "Shadow of Sky", + "Released": "06 Sep 2019", + "Genre": "Crunk reggaeton", + "Album": "Just a tease" + }, + { + "Number": 8, + "Title": "Gentle Waiting", + "Released": "05 Dec 2019", + "Genre": "R&B", + "Album": "Just a tease" + }, + { + "Number": 9, + "Title": "Bright River", + "Released": "27 Jan 2020", + "Genre": "R&B", + "Album": "Just a tease" + }, + { + "Number": 10, + "Title": "Heart of Storm", + "Released": "07 Jan 2019", + "Genre": "Synth-pop R&B", + "Album": "Just a tease" + } ] } ] @@ -1046,7 +1670,76 @@ "USBillboard200": 98, "Artist": "Pablo Cambeiro", "Songs": [ - + { + "Number": 1, + "Title": "Dancing in the Echo", + "Released": "03 Oct 2019", + "Genre": "Crunk reggaeton", + "Album": "Fluke" + }, + { + "Number": 2, + "Title": "Dream of Dream", + "Released": "03 Mar 2019", + "Genre": "*", + "Album": "Fluke" + }, + { + "Number": 3, + "Title": "Calling in the Echo", + "Released": "16 Sep 2019", + "Genre": "*", + "Album": "Fluke" + }, + { + "Number": 4, + "Title": "Light of Light", + "Released": "25 May 2019", + "Genre": "Electro house Electropop", + "Album": "Fluke" + }, + { + "Number": 5, + "Title": "Bright Light", + "Released": "21 Mar 2019", + "Genre": "R&B", + "Album": "Fluke" + }, + { + "Number": 6, + "Title": "Storm of Echo", + "Released": "17 Jul 2019", + "Genre": "Synth-pop R&B", + "Album": "Fluke" + }, + { + "Number": 7, + "Title": "Lonely Calling", + "Released": "10 Apr 2019", + "Genre": "ethno-tunes", + "Album": "Fluke" + }, + { + "Number": 8, + "Title": "Gentle Falling", + "Released": "28 Nov 2019", + "Genre": "Synth-pop R&B", + "Album": "Fluke" + }, + { + "Number": 9, + "Title": "Wild Flying", + "Released": "26 Nov 2019", + "Genre": "Crunk reggaeton", + "Album": "Fluke" + }, + { + "Number": 10, + "Title": "Sky of Dream", + "Released": "29 May 2019", + "Genre": "R&B", + "Album": "Fluke" + } ] }, { @@ -1142,7 +1835,76 @@ "USBillboard200": 77, "Artist": "Athar Malakooti", "Songs": [ - + { + "Number": 1, + "Title": "Hiding in the Whisper", + "Released": "03 Apr 2019", + "Genre": "R&B", + "Album": "Pushing up daisies" + }, + { + "Number": 2, + "Title": "Wicked Light", + "Released": "21 Aug 2019", + "Genre": "R&B", + "Album": "Pushing up daisies" + }, + { + "Number": 3, + "Title": "Flying in the River", + "Released": "03 Feb 2020", + "Genre": "Synth-pop R&B", + "Album": "Pushing up daisies" + }, + { + "Number": 4, + "Title": "Wicked Hiding", + "Released": "15 Sep 2019", + "Genre": "Synth-pop R&B", + "Album": "Pushing up daisies" + }, + { + "Number": 5, + "Title": "Lonely Light", + "Released": "13 May 2019", + "Genre": "Electro house Electropop", + "Album": "Pushing up daisies" + }, + { + "Number": 6, + "Title": "Bright Dancing", + "Released": "10 Apr 2019", + "Genre": "Synth-pop R&B", + "Album": "Pushing up daisies" + }, + { + "Number": 7, + "Title": "Gentle Dream", + "Released": "21 May 2019", + "Genre": "*", + "Album": "Pushing up daisies" + }, + { + "Number": 8, + "Title": "Sky of Echo", + "Released": "09 Jun 2019", + "Genre": "Synth-pop R&B", + "Album": "Pushing up daisies" + }, + { + "Number": 9, + "Title": "Breaking in the Sky", + "Released": "27 Dec 2019", + "Genre": "Crunk reggaeton", + "Album": "Pushing up daisies" + }, + { + "Number": 10, + "Title": "Whisper of Shadow", + "Released": "04 Jan 2019", + "Genre": "ethno-tunes", + "Album": "Pushing up daisies" + } ] } ] @@ -1179,7 +1941,76 @@ "USBillboard200": 9, "Artist": "Marti Valencia", "Songs": [ - + { + "Number": 1, + "Title": "Hiding in the Sky", + "Released": "26 Nov 2019", + "Genre": "Synth-pop R&B", + "Album": "Nemesis" + }, + { + "Number": 2, + "Title": "Waiting in the Echo", + "Released": "10 Jul 2019", + "Genre": "ethno-tunes", + "Album": "Nemesis" + }, + { + "Number": 3, + "Title": "Wicked Shadow", + "Released": "29 Jul 2019", + "Genre": "Synth-pop R&B", + "Album": "Nemesis" + }, + { + "Number": 4, + "Title": "Crying in the Whisper", + "Released": "09 Apr 2019", + "Genre": "*", + "Album": "Nemesis" + }, + { + "Number": 5, + "Title": "Echo of Storm", + "Released": "19 Nov 2019", + "Genre": "Crunk reggaeton", + "Album": "Nemesis" + }, + { + "Number": 6, + "Title": "Shadow of Sky", + "Released": "24 Jul 2019", + "Genre": "Crunk reggaeton", + "Album": "Nemesis" + }, + { + "Number": 7, + "Title": "Golden Hiding", + "Released": "12 Dec 2019", + "Genre": "Electro house Electropop", + "Album": "Nemesis" + }, + { + "Number": 8, + "Title": "Wild Dancing", + "Released": "17 Aug 2019", + "Genre": "Synth-pop R&B", + "Album": "Nemesis" + }, + { + "Number": 9, + "Title": "Bright Burning", + "Released": "30 Aug 2019", + "Genre": "Electro house Electropop", + "Album": "Nemesis" + }, + { + "Number": 10, + "Title": "Flying in the River", + "Released": "02 Sep 2019", + "Genre": "*", + "Album": "Nemesis" + } ] }, { @@ -1282,7 +2113,76 @@ "USBillboard200": 37, "Artist": "Marti Valencia", "Songs": [ - + { + "Number": 1, + "Title": "Wild River", + "Released": "11 Jan 2019", + "Genre": "*", + "Album": "God's advocate" + }, + { + "Number": 2, + "Title": "Wicked Whisper", + "Released": "16 Feb 2019", + "Genre": "Electro house Electropop", + "Album": "God's advocate" + }, + { + "Number": 3, + "Title": "Storm of Heart", + "Released": "11 Aug 2019", + "Genre": "*", + "Album": "God's advocate" + }, + { + "Number": 4, + "Title": "Golden Dancing", + "Released": "02 Mar 2019", + "Genre": "Crunk reggaeton", + "Album": "God's advocate" + }, + { + "Number": 5, + "Title": "Calling in the Sky", + "Released": "10 Sep 2019", + "Genre": "Electro house Electropop", + "Album": "God's advocate" + }, + { + "Number": 6, + "Title": "Calling in the Heart", + "Released": "12 Jan 2019", + "Genre": "ethno-tunes", + "Album": "God's advocate" + }, + { + "Number": 7, + "Title": "Running in the Storm", + "Released": "10 Nov 2019", + "Genre": "Synth-pop R&B", + "Album": "God's advocate" + }, + { + "Number": 8, + "Title": "Wild Sky", + "Released": "10 Apr 2019", + "Genre": "R&B", + "Album": "God's advocate" + }, + { + "Number": 9, + "Title": "Crying in the Shadow", + "Released": "02 Mar 2019", + "Genre": "R&B", + "Album": "God's advocate" + }, + { + "Number": 10, + "Title": "Whisper of River", + "Released": "12 May 2019", + "Genre": "*", + "Album": "God's advocate" + } ] } ] @@ -1306,7 +2206,76 @@ "USBillboard200": 7, "Artist": "Alicia Stanger", "Songs": [ - + { + "Number": 1, + "Title": "Shadow of Light", + "Released": "24 Mar 2019", + "Genre": "ethno-tunes", + "Album": "Forever alone" + }, + { + "Number": 2, + "Title": "Running in the Echo", + "Released": "03 May 2019", + "Genre": "Crunk reggaeton", + "Album": "Forever alone" + }, + { + "Number": 3, + "Title": "Gentle Dream", + "Released": "24 Aug 2019", + "Genre": "Crunk reggaeton", + "Album": "Forever alone" + }, + { + "Number": 4, + "Title": "Furious River", + "Released": "24 Apr 2019", + "Genre": "ethno-tunes", + "Album": "Forever alone" + }, + { + "Number": 5, + "Title": "Wild Whisper", + "Released": "09 Mar 2019", + "Genre": "ethno-tunes", + "Album": "Forever alone" + }, + { + "Number": 6, + "Title": "Whisper of Sky", + "Released": "24 Jul 2019", + "Genre": "Crunk reggaeton", + "Album": "Forever alone" + }, + { + "Number": 7, + "Title": "Lonely Storm", + "Released": "01 May 2019", + "Genre": "Crunk reggaeton", + "Album": "Forever alone" + }, + { + "Number": 8, + "Title": "Dancing in the River", + "Released": "17 Dec 2019", + "Genre": "*", + "Album": "Forever alone" + }, + { + "Number": 9, + "Title": "Electric Fire", + "Released": "17 Oct 2019", + "Genre": "Electro house Electropop", + "Album": "Forever alone" + }, + { + "Number": 10, + "Title": "Electric Sky", + "Released": "25 Sep 2019", + "Genre": "ethno-tunes", + "Album": "Forever alone" + } ] } ] @@ -1371,7 +2340,76 @@ "USBillboard200": 35, "Artist": "Peter Taylor", "Songs": [ - + { + "Number": 1, + "Title": "Calling in the Dream", + "Released": "01 Aug 2019", + "Genre": "R&B", + "Album": "Decisions decisions" + }, + { + "Number": 2, + "Title": "Electric Burning", + "Released": "10 Sep 2019", + "Genre": "Electro house Electropop", + "Album": "Decisions decisions" + }, + { + "Number": 3, + "Title": "Dark Flying", + "Released": "28 Apr 2019", + "Genre": "*", + "Album": "Decisions decisions" + }, + { + "Number": 4, + "Title": "Gentle Sky", + "Released": "20 Nov 2019", + "Genre": "ethno-tunes", + "Album": "Decisions decisions" + }, + { + "Number": 5, + "Title": "Gentle Calling", + "Released": "13 Jan 2019", + "Genre": "Crunk reggaeton", + "Album": "Decisions decisions" + }, + { + "Number": 6, + "Title": "Golden Falling", + "Released": "14 Feb 2019", + "Genre": "Crunk reggaeton", + "Album": "Decisions decisions" + }, + { + "Number": 7, + "Title": "Silent River", + "Released": "13 Feb 2019", + "Genre": "R&B", + "Album": "Decisions decisions" + }, + { + "Number": 8, + "Title": "Furious Calling", + "Released": "11 Jun 2019", + "Genre": "Synth-pop R&B", + "Album": "Decisions decisions" + }, + { + "Number": 9, + "Title": "Running in the Echo", + "Released": "06 Nov 2019", + "Genre": "Electro house Electropop", + "Album": "Decisions decisions" + }, + { + "Number": 10, + "Title": "Furious River", + "Released": "12 Mar 2019", + "Genre": "*", + "Album": "Decisions decisions" + } ] }, { @@ -1381,7 +2419,76 @@ "USBillboard200": 89, "Artist": "Peter Taylor", "Songs": [ - + { + "Number": 1, + "Title": "Dark Crying", + "Released": "27 Apr 2019", + "Genre": "Electro house Electropop", + "Album": "Climate changed" + }, + { + "Number": 2, + "Title": "Dark Waiting", + "Released": "14 Nov 2019", + "Genre": "Synth-pop R&B", + "Album": "Climate changed" + }, + { + "Number": 3, + "Title": "Furious Waiting", + "Released": "23 May 2019", + "Genre": "*", + "Album": "Climate changed" + }, + { + "Number": 4, + "Title": "Running in the Echo", + "Released": "29 Nov 2019", + "Genre": "Crunk reggaeton", + "Album": "Climate changed" + }, + { + "Number": 5, + "Title": "Dream of Sky", + "Released": "31 Oct 2019", + "Genre": "Crunk reggaeton", + "Album": "Climate changed" + }, + { + "Number": 6, + "Title": "Hiding in the Heart", + "Released": "09 Aug 2019", + "Genre": "R&B", + "Album": "Climate changed" + }, + { + "Number": 7, + "Title": "Sky of Storm", + "Released": "01 Jun 2019", + "Genre": "R&B", + "Album": "Climate changed" + }, + { + "Number": 8, + "Title": "Light of Storm", + "Released": "17 Jan 2020", + "Genre": "ethno-tunes", + "Album": "Climate changed" + }, + { + "Number": 9, + "Title": "Light of Sky", + "Released": "26 May 2019", + "Genre": "*", + "Album": "Climate changed" + }, + { + "Number": 10, + "Title": "Golden River", + "Released": "19 Jun 2019", + "Genre": "*", + "Album": "Climate changed" + } ] } ] diff --git a/samples/grids/hierarchical-grid/editing-lifecycle/src/SingersData.json b/samples/grids/hierarchical-grid/editing-lifecycle/src/SingersData.json index f7508f3c9a..75ec4ec561 100644 --- a/samples/grids/hierarchical-grid/editing-lifecycle/src/SingersData.json +++ b/samples/grids/hierarchical-grid/editing-lifecycle/src/SingersData.json @@ -78,7 +78,79 @@ "LaunchDate": "September 3, 2013", "BillboardReview": 86, "USBillboard200": 1, - "Artist": "Naomí Yepes" + "Artist": "Naomí Yepes", + "Songs": [ + { + "Number": 1, + "Title": "Lonely Falling", + "Released": "01 May 2019", + "Genre": "*", + "Album": "Initiation" + }, + { + "Number": 2, + "Title": "Bright Breaking", + "Released": "25 Jul 2019", + "Genre": "Electro house Electropop", + "Album": "Initiation" + }, + { + "Number": 3, + "Title": "River of Whisper", + "Released": "29 Jan 2020", + "Genre": "Electro house Electropop", + "Album": "Initiation" + }, + { + "Number": 4, + "Title": "Sky of Storm", + "Released": "07 May 2019", + "Genre": "Electro house Electropop", + "Album": "Initiation" + }, + { + "Number": 5, + "Title": "Electric River", + "Released": "20 Jan 2020", + "Genre": "R&B", + "Album": "Initiation" + }, + { + "Number": 6, + "Title": "Storm of Storm", + "Released": "01 Sep 2019", + "Genre": "Crunk reggaeton", + "Album": "Initiation" + }, + { + "Number": 7, + "Title": "Fire of Dream", + "Released": "12 Sep 2019", + "Genre": "Electro house Electropop", + "Album": "Initiation" + }, + { + "Number": 8, + "Title": "Burning in the Light", + "Released": "15 Apr 2019", + "Genre": "*", + "Album": "Initiation" + }, + { + "Number": 9, + "Title": "Burning in the Storm", + "Released": "10 Sep 2019", + "Genre": "Electro house Electropop", + "Album": "Initiation" + }, + { + "Number": 10, + "Title": "Shadow of Whisper", + "Released": "06 Jan 2019", + "Genre": "Crunk reggaeton", + "Album": "Initiation" + } + ] }, { "Album": "Dream Driven", @@ -90,7 +162,7 @@ { "Number": 1, "Title": "Intro", - "Released": false, + "Released": "10 Sep 2019", "Genre": "*", "Album": "Dream Driven" }, @@ -111,7 +183,7 @@ { "Number": 4, "Title": "Future past", - "Released": false, + "Released": "20 Sep 2011", "Genre": "*", "Album": "Dream Driven" }, @@ -132,14 +204,14 @@ { "Number": 7, "Title": "Stay where you are", - "Released": false, + "Released": "14 Sep 2013", "Genre": "*", "Album": "Dream Driven" }, { "Number": 8, "Title": "Imaginarium", - "Released": false, + "Released": "20 Sep 2021", "Genre": "*", "Album": "Dream Driven" }, @@ -153,21 +225,21 @@ { "Number": 10, "Title": "Shredded into pieces", - "Released": false, + "Released": "11 Sep 2015", "Genre": "*", "Album": "Dream Driven" }, { "Number": 11, "Title": "Capture this moment", - "Released": false, + "Released": "13 Sep 2016", "Genre": "*", "Album": "Dream Driven" }, { "Number": 12, "Title": "Dream Driven", - "Released": false, + "Released": "14 Sep 2014", "Genre": "*", "Album": "Dream Driven" } @@ -180,7 +252,76 @@ "USBillboard200": 2, "Artist": "Naomí Yepes", "Songs": [ - + { + "Number": 1, + "Title": "Calling in the Storm", + "Released": "12 Mar 2019", + "Genre": "Electro house Electropop", + "Album": "The dragon journey" + }, + { + "Number": 2, + "Title": "Hiding in the Dream", + "Released": "23 Mar 2019", + "Genre": "R&B", + "Album": "The dragon journey" + }, + { + "Number": 3, + "Title": "Electric Heart", + "Released": "17 Mar 2019", + "Genre": "ethno-tunes", + "Album": "The dragon journey" + }, + { + "Number": 4, + "Title": "Shadow of Echo", + "Released": "20 Feb 2019", + "Genre": "ethno-tunes", + "Album": "The dragon journey" + }, + { + "Number": 5, + "Title": "Flying in the Storm", + "Released": "08 Apr 2019", + "Genre": "R&B", + "Album": "The dragon journey" + }, + { + "Number": 6, + "Title": "Dark Waiting", + "Released": "20 Oct 2019", + "Genre": "Synth-pop R&B", + "Album": "The dragon journey" + }, + { + "Number": 7, + "Title": "Fire of River", + "Released": "20 Feb 2019", + "Genre": "Synth-pop R&B", + "Album": "The dragon journey" + }, + { + "Number": 8, + "Title": "Wild Crying", + "Released": "14 Jun 2019", + "Genre": "R&B", + "Album": "The dragon journey" + }, + { + "Number": 9, + "Title": "Bright Dancing", + "Released": "14 Mar 2019", + "Genre": "Electro house Electropop", + "Album": "The dragon journey" + }, + { + "Number": 10, + "Title": "Golden Waiting", + "Released": "12 Sep 2019", + "Genre": "Synth-pop R&B", + "Album": "The dragon journey" + } ] }, { @@ -276,7 +417,76 @@ "USBillboard200": 12, "Artist": "Naomí Yepes", "Songs": [ - + { + "Number": 1, + "Title": "Storm of Dream", + "Released": "05 Jan 2019", + "Genre": "*", + "Album": "Curiosity" + }, + { + "Number": 2, + "Title": "Echo of Dream", + "Released": "28 Jan 2019", + "Genre": "Synth-pop R&B", + "Album": "Curiosity" + }, + { + "Number": 3, + "Title": "Light of Shadow", + "Released": "07 Feb 2019", + "Genre": "Synth-pop R&B", + "Album": "Curiosity" + }, + { + "Number": 4, + "Title": "Storm of Heart", + "Released": "05 Jan 2020", + "Genre": "Electro house Electropop", + "Album": "Curiosity" + }, + { + "Number": 5, + "Title": "Shadow of River", + "Released": "27 Feb 2019", + "Genre": "*", + "Album": "Curiosity" + }, + { + "Number": 6, + "Title": "Wicked Dancing", + "Released": "17 Jan 2020", + "Genre": "ethno-tunes", + "Album": "Curiosity" + }, + { + "Number": 7, + "Title": "River of Light", + "Released": "22 Feb 2019", + "Genre": "R&B", + "Album": "Curiosity" + }, + { + "Number": 8, + "Title": "Lonely Breaking", + "Released": "09 Sep 2019", + "Genre": "ethno-tunes", + "Album": "Curiosity" + }, + { + "Number": 9, + "Title": "Furious Flying", + "Released": "08 Jun 2019", + "Genre": "R&B", + "Album": "Curiosity" + }, + { + "Number": 10, + "Title": "Hiding in the Storm", + "Released": "27 May 2019", + "Genre": "Electro house Electropop", + "Album": "Curiosity" + } ] } ] @@ -513,7 +723,76 @@ "USBillboard200": 69, "Artist": "Ahmad Nazeri", "Songs": [ - + { + "Number": 1, + "Title": "Gentle Falling", + "Released": "26 Apr 2019", + "Genre": "Crunk reggaeton", + "Album": "Emergency" + }, + { + "Number": 2, + "Title": "Calling in the Fire", + "Released": "03 Sep 2019", + "Genre": "ethno-tunes", + "Album": "Emergency" + }, + { + "Number": 3, + "Title": "Fire of Shadow", + "Released": "05 Jan 2019", + "Genre": "ethno-tunes", + "Album": "Emergency" + }, + { + "Number": 4, + "Title": "Dancing in the Dream", + "Released": "15 Apr 2019", + "Genre": "R&B", + "Album": "Emergency" + }, + { + "Number": 5, + "Title": "Calling in the Shadow", + "Released": "09 Oct 2019", + "Genre": "R&B", + "Album": "Emergency" + }, + { + "Number": 6, + "Title": "Falling in the Sky", + "Released": "08 Mar 2019", + "Genre": "ethno-tunes", + "Album": "Emergency" + }, + { + "Number": 7, + "Title": "Calling in the Storm", + "Released": "05 Dec 2019", + "Genre": "ethno-tunes", + "Album": "Emergency" + }, + { + "Number": 8, + "Title": "Falling in the River", + "Released": "19 Aug 2019", + "Genre": "Electro house Electropop", + "Album": "Emergency" + }, + { + "Number": 9, + "Title": "Electric Fire", + "Released": "30 Nov 2019", + "Genre": "Crunk reggaeton", + "Album": "Emergency" + }, + { + "Number": 10, + "Title": "Lonely River", + "Released": "11 Nov 2019", + "Genre": "Electro house Electropop", + "Album": "Emergency" + } ] }, { @@ -523,7 +802,76 @@ "USBillboard200": 39, "Artist": "Ahmad Nazeri", "Songs": [ - + { + "Number": 1, + "Title": "Lonely Dream", + "Released": "11 Dec 2019", + "Genre": "ethno-tunes", + "Album": "Bursting bubbles" + }, + { + "Number": 2, + "Title": "Fire of River", + "Released": "01 Aug 2019", + "Genre": "Synth-pop R&B", + "Album": "Bursting bubbles" + }, + { + "Number": 3, + "Title": "Wicked Falling", + "Released": "25 Jan 2019", + "Genre": "*", + "Album": "Bursting bubbles" + }, + { + "Number": 4, + "Title": "Crying in the Shadow", + "Released": "04 Jan 2019", + "Genre": "Synth-pop R&B", + "Album": "Bursting bubbles" + }, + { + "Number": 5, + "Title": "Wild Burning", + "Released": "10 May 2019", + "Genre": "ethno-tunes", + "Album": "Bursting bubbles" + }, + { + "Number": 6, + "Title": "Waiting in the Heart", + "Released": "07 Aug 2019", + "Genre": "ethno-tunes", + "Album": "Bursting bubbles" + }, + { + "Number": 7, + "Title": "Fire of Fire", + "Released": "16 May 2019", + "Genre": "Electro house Electropop", + "Album": "Bursting bubbles" + }, + { + "Number": 8, + "Title": "Bright Heart", + "Released": "14 Mar 2019", + "Genre": "Synth-pop R&B", + "Album": "Bursting bubbles" + }, + { + "Number": 9, + "Title": "Lonely Fire", + "Released": "15 Oct 2019", + "Genre": "R&B", + "Album": "Bursting bubbles" + }, + { + "Number": 10, + "Title": "Sky of Dream", + "Released": "20 Jun 2019", + "Genre": "ethno-tunes", + "Album": "Bursting bubbles" + } ] } ] @@ -547,7 +895,76 @@ "USBillboard200": 1, "Artist": "Kimmy McIlmorie", "Songs": [ - + { + "Number": 1, + "Title": "Storm of Sky", + "Released": "04 Mar 2019", + "Genre": "ethno-tunes", + "Album": "Here we go again" + }, + { + "Number": 2, + "Title": "Dream of Shadow", + "Released": "03 Jan 2019", + "Genre": "ethno-tunes", + "Album": "Here we go again" + }, + { + "Number": 3, + "Title": "Dream of Shadow", + "Released": "19 Dec 2019", + "Genre": "Electro house Electropop", + "Album": "Here we go again" + }, + { + "Number": 4, + "Title": "Golden Fire", + "Released": "20 Jan 2019", + "Genre": "R&B", + "Album": "Here we go again" + }, + { + "Number": 5, + "Title": "Running in the Light", + "Released": "03 Jan 2020", + "Genre": "Synth-pop R&B", + "Album": "Here we go again" + }, + { + "Number": 6, + "Title": "Flying in the Heart", + "Released": "17 Jan 2019", + "Genre": "*", + "Album": "Here we go again" + }, + { + "Number": 7, + "Title": "Fire of Storm", + "Released": "26 Jan 2019", + "Genre": "ethno-tunes", + "Album": "Here we go again" + }, + { + "Number": 8, + "Title": "Calling in the Sky", + "Released": "28 Oct 2019", + "Genre": "Synth-pop R&B", + "Album": "Here we go again" + }, + { + "Number": 9, + "Title": "Flying in the Shadow", + "Released": "30 Mar 2019", + "Genre": "ethno-tunes", + "Album": "Here we go again" + }, + { + "Number": 10, + "Title": "Golden Dancing", + "Released": "12 Oct 2019", + "Genre": "ethno-tunes", + "Album": "Here we go again" + } ] } ] @@ -771,7 +1188,76 @@ "USBillboard200": 85, "Artist": "Izabella Tabakova", "Songs": [ - + { + "Number": 1, + "Title": "Hiding in the Light", + "Released": "24 Jan 2019", + "Genre": "Synth-pop R&B", + "Album": "Dark matters" + }, + { + "Number": 2, + "Title": "Furious River", + "Released": "13 Jan 2020", + "Genre": "Electro house Electropop", + "Album": "Dark matters" + }, + { + "Number": 3, + "Title": "Wild Crying", + "Released": "27 Feb 2019", + "Genre": "Electro house Electropop", + "Album": "Dark matters" + }, + { + "Number": 4, + "Title": "Light of Dream", + "Released": "01 Jun 2019", + "Genre": "Crunk reggaeton", + "Album": "Dark matters" + }, + { + "Number": 5, + "Title": "Light of Dream", + "Released": "24 Aug 2019", + "Genre": "*", + "Album": "Dark matters" + }, + { + "Number": 6, + "Title": "Storm of Light", + "Released": "26 Feb 2019", + "Genre": "*", + "Album": "Dark matters" + }, + { + "Number": 7, + "Title": "Dark Storm", + "Released": "18 Jan 2020", + "Genre": "R&B", + "Album": "Dark matters" + }, + { + "Number": 8, + "Title": "Dark Calling", + "Released": "20 Mar 2019", + "Genre": "Crunk reggaeton", + "Album": "Dark matters" + }, + { + "Number": 9, + "Title": "Sky of Whisper", + "Released": "30 Jan 2019", + "Genre": "ethno-tunes", + "Album": "Dark matters" + }, + { + "Number": 10, + "Title": "Dancing in the Light", + "Released": "28 Nov 2019", + "Genre": "Synth-pop R&B", + "Album": "Dark matters" + } ] } ] @@ -795,7 +1281,76 @@ "USBillboard200": 5, "Artist": "Nguyễn Diệp Chi", "Songs": [ - + { + "Number": 1, + "Title": "Echo of River", + "Released": "05 Mar 2019", + "Genre": "Synth-pop R&B", + "Album": "Library of liberty" + }, + { + "Number": 2, + "Title": "Heart of River", + "Released": "12 Jan 2020", + "Genre": "Electro house Electropop", + "Album": "Library of liberty" + }, + { + "Number": 3, + "Title": "Dark Light", + "Released": "09 Aug 2019", + "Genre": "Electro house Electropop", + "Album": "Library of liberty" + }, + { + "Number": 4, + "Title": "Dark Fire", + "Released": "22 Jun 2019", + "Genre": "R&B", + "Album": "Library of liberty" + }, + { + "Number": 5, + "Title": "Flying in the Fire", + "Released": "22 Jul 2019", + "Genre": "*", + "Album": "Library of liberty" + }, + { + "Number": 6, + "Title": "Shadow of Heart", + "Released": "02 Jan 2020", + "Genre": "*", + "Album": "Library of liberty" + }, + { + "Number": 7, + "Title": "Fire of Fire", + "Released": "27 Jan 2019", + "Genre": "*", + "Album": "Library of liberty" + }, + { + "Number": 8, + "Title": "Falling in the River", + "Released": "05 Aug 2019", + "Genre": "Crunk reggaeton", + "Album": "Library of liberty" + }, + { + "Number": 9, + "Title": "Fire of Light", + "Released": "31 Dec 2019", + "Genre": "ethno-tunes", + "Album": "Library of liberty" + }, + { + "Number": 10, + "Title": "Bright Flying", + "Released": "24 Jan 2019", + "Genre": "*", + "Album": "Library of liberty" + } ] } ] @@ -819,7 +1374,76 @@ "USBillboard200": 29, "Artist": "Eva Lee", "Songs": [ - + { + "Number": 1, + "Title": "Dancing in the Shadow", + "Released": "02 Aug 2019", + "Genre": "ethno-tunes", + "Album": "Just a tease" + }, + { + "Number": 2, + "Title": "Silent Whisper", + "Released": "09 Jul 2019", + "Genre": "*", + "Album": "Just a tease" + }, + { + "Number": 3, + "Title": "Crying in the Whisper", + "Released": "30 May 2019", + "Genre": "Crunk reggaeton", + "Album": "Just a tease" + }, + { + "Number": 4, + "Title": "River of Light", + "Released": "10 Jan 2019", + "Genre": "Electro house Electropop", + "Album": "Just a tease" + }, + { + "Number": 5, + "Title": "Golden River", + "Released": "15 Nov 2019", + "Genre": "*", + "Album": "Just a tease" + }, + { + "Number": 6, + "Title": "Burning in the Shadow", + "Released": "18 Apr 2019", + "Genre": "Crunk reggaeton", + "Album": "Just a tease" + }, + { + "Number": 7, + "Title": "Shadow of Sky", + "Released": "06 Sep 2019", + "Genre": "Crunk reggaeton", + "Album": "Just a tease" + }, + { + "Number": 8, + "Title": "Gentle Waiting", + "Released": "05 Dec 2019", + "Genre": "R&B", + "Album": "Just a tease" + }, + { + "Number": 9, + "Title": "Bright River", + "Released": "27 Jan 2020", + "Genre": "R&B", + "Album": "Just a tease" + }, + { + "Number": 10, + "Title": "Heart of Storm", + "Released": "07 Jan 2019", + "Genre": "Synth-pop R&B", + "Album": "Just a tease" + } ] } ] @@ -1046,7 +1670,76 @@ "USBillboard200": 98, "Artist": "Pablo Cambeiro", "Songs": [ - + { + "Number": 1, + "Title": "Dancing in the Echo", + "Released": "03 Oct 2019", + "Genre": "Crunk reggaeton", + "Album": "Fluke" + }, + { + "Number": 2, + "Title": "Dream of Dream", + "Released": "03 Mar 2019", + "Genre": "*", + "Album": "Fluke" + }, + { + "Number": 3, + "Title": "Calling in the Echo", + "Released": "16 Sep 2019", + "Genre": "*", + "Album": "Fluke" + }, + { + "Number": 4, + "Title": "Light of Light", + "Released": "25 May 2019", + "Genre": "Electro house Electropop", + "Album": "Fluke" + }, + { + "Number": 5, + "Title": "Bright Light", + "Released": "21 Mar 2019", + "Genre": "R&B", + "Album": "Fluke" + }, + { + "Number": 6, + "Title": "Storm of Echo", + "Released": "17 Jul 2019", + "Genre": "Synth-pop R&B", + "Album": "Fluke" + }, + { + "Number": 7, + "Title": "Lonely Calling", + "Released": "10 Apr 2019", + "Genre": "ethno-tunes", + "Album": "Fluke" + }, + { + "Number": 8, + "Title": "Gentle Falling", + "Released": "28 Nov 2019", + "Genre": "Synth-pop R&B", + "Album": "Fluke" + }, + { + "Number": 9, + "Title": "Wild Flying", + "Released": "26 Nov 2019", + "Genre": "Crunk reggaeton", + "Album": "Fluke" + }, + { + "Number": 10, + "Title": "Sky of Dream", + "Released": "29 May 2019", + "Genre": "R&B", + "Album": "Fluke" + } ] }, { @@ -1142,7 +1835,76 @@ "USBillboard200": 77, "Artist": "Athar Malakooti", "Songs": [ - + { + "Number": 1, + "Title": "Hiding in the Whisper", + "Released": "03 Apr 2019", + "Genre": "R&B", + "Album": "Pushing up daisies" + }, + { + "Number": 2, + "Title": "Wicked Light", + "Released": "21 Aug 2019", + "Genre": "R&B", + "Album": "Pushing up daisies" + }, + { + "Number": 3, + "Title": "Flying in the River", + "Released": "03 Feb 2020", + "Genre": "Synth-pop R&B", + "Album": "Pushing up daisies" + }, + { + "Number": 4, + "Title": "Wicked Hiding", + "Released": "15 Sep 2019", + "Genre": "Synth-pop R&B", + "Album": "Pushing up daisies" + }, + { + "Number": 5, + "Title": "Lonely Light", + "Released": "13 May 2019", + "Genre": "Electro house Electropop", + "Album": "Pushing up daisies" + }, + { + "Number": 6, + "Title": "Bright Dancing", + "Released": "10 Apr 2019", + "Genre": "Synth-pop R&B", + "Album": "Pushing up daisies" + }, + { + "Number": 7, + "Title": "Gentle Dream", + "Released": "21 May 2019", + "Genre": "*", + "Album": "Pushing up daisies" + }, + { + "Number": 8, + "Title": "Sky of Echo", + "Released": "09 Jun 2019", + "Genre": "Synth-pop R&B", + "Album": "Pushing up daisies" + }, + { + "Number": 9, + "Title": "Breaking in the Sky", + "Released": "27 Dec 2019", + "Genre": "Crunk reggaeton", + "Album": "Pushing up daisies" + }, + { + "Number": 10, + "Title": "Whisper of Shadow", + "Released": "04 Jan 2019", + "Genre": "ethno-tunes", + "Album": "Pushing up daisies" + } ] } ] @@ -1179,7 +1941,76 @@ "USBillboard200": 9, "Artist": "Marti Valencia", "Songs": [ - + { + "Number": 1, + "Title": "Hiding in the Sky", + "Released": "26 Nov 2019", + "Genre": "Synth-pop R&B", + "Album": "Nemesis" + }, + { + "Number": 2, + "Title": "Waiting in the Echo", + "Released": "10 Jul 2019", + "Genre": "ethno-tunes", + "Album": "Nemesis" + }, + { + "Number": 3, + "Title": "Wicked Shadow", + "Released": "29 Jul 2019", + "Genre": "Synth-pop R&B", + "Album": "Nemesis" + }, + { + "Number": 4, + "Title": "Crying in the Whisper", + "Released": "09 Apr 2019", + "Genre": "*", + "Album": "Nemesis" + }, + { + "Number": 5, + "Title": "Echo of Storm", + "Released": "19 Nov 2019", + "Genre": "Crunk reggaeton", + "Album": "Nemesis" + }, + { + "Number": 6, + "Title": "Shadow of Sky", + "Released": "24 Jul 2019", + "Genre": "Crunk reggaeton", + "Album": "Nemesis" + }, + { + "Number": 7, + "Title": "Golden Hiding", + "Released": "12 Dec 2019", + "Genre": "Electro house Electropop", + "Album": "Nemesis" + }, + { + "Number": 8, + "Title": "Wild Dancing", + "Released": "17 Aug 2019", + "Genre": "Synth-pop R&B", + "Album": "Nemesis" + }, + { + "Number": 9, + "Title": "Bright Burning", + "Released": "30 Aug 2019", + "Genre": "Electro house Electropop", + "Album": "Nemesis" + }, + { + "Number": 10, + "Title": "Flying in the River", + "Released": "02 Sep 2019", + "Genre": "*", + "Album": "Nemesis" + } ] }, { @@ -1282,7 +2113,76 @@ "USBillboard200": 37, "Artist": "Marti Valencia", "Songs": [ - + { + "Number": 1, + "Title": "Wild River", + "Released": "11 Jan 2019", + "Genre": "*", + "Album": "God's advocate" + }, + { + "Number": 2, + "Title": "Wicked Whisper", + "Released": "16 Feb 2019", + "Genre": "Electro house Electropop", + "Album": "God's advocate" + }, + { + "Number": 3, + "Title": "Storm of Heart", + "Released": "11 Aug 2019", + "Genre": "*", + "Album": "God's advocate" + }, + { + "Number": 4, + "Title": "Golden Dancing", + "Released": "02 Mar 2019", + "Genre": "Crunk reggaeton", + "Album": "God's advocate" + }, + { + "Number": 5, + "Title": "Calling in the Sky", + "Released": "10 Sep 2019", + "Genre": "Electro house Electropop", + "Album": "God's advocate" + }, + { + "Number": 6, + "Title": "Calling in the Heart", + "Released": "12 Jan 2019", + "Genre": "ethno-tunes", + "Album": "God's advocate" + }, + { + "Number": 7, + "Title": "Running in the Storm", + "Released": "10 Nov 2019", + "Genre": "Synth-pop R&B", + "Album": "God's advocate" + }, + { + "Number": 8, + "Title": "Wild Sky", + "Released": "10 Apr 2019", + "Genre": "R&B", + "Album": "God's advocate" + }, + { + "Number": 9, + "Title": "Crying in the Shadow", + "Released": "02 Mar 2019", + "Genre": "R&B", + "Album": "God's advocate" + }, + { + "Number": 10, + "Title": "Whisper of River", + "Released": "12 May 2019", + "Genre": "*", + "Album": "God's advocate" + } ] } ] @@ -1306,7 +2206,76 @@ "USBillboard200": 7, "Artist": "Alicia Stanger", "Songs": [ - + { + "Number": 1, + "Title": "Shadow of Light", + "Released": "24 Mar 2019", + "Genre": "ethno-tunes", + "Album": "Forever alone" + }, + { + "Number": 2, + "Title": "Running in the Echo", + "Released": "03 May 2019", + "Genre": "Crunk reggaeton", + "Album": "Forever alone" + }, + { + "Number": 3, + "Title": "Gentle Dream", + "Released": "24 Aug 2019", + "Genre": "Crunk reggaeton", + "Album": "Forever alone" + }, + { + "Number": 4, + "Title": "Furious River", + "Released": "24 Apr 2019", + "Genre": "ethno-tunes", + "Album": "Forever alone" + }, + { + "Number": 5, + "Title": "Wild Whisper", + "Released": "09 Mar 2019", + "Genre": "ethno-tunes", + "Album": "Forever alone" + }, + { + "Number": 6, + "Title": "Whisper of Sky", + "Released": "24 Jul 2019", + "Genre": "Crunk reggaeton", + "Album": "Forever alone" + }, + { + "Number": 7, + "Title": "Lonely Storm", + "Released": "01 May 2019", + "Genre": "Crunk reggaeton", + "Album": "Forever alone" + }, + { + "Number": 8, + "Title": "Dancing in the River", + "Released": "17 Dec 2019", + "Genre": "*", + "Album": "Forever alone" + }, + { + "Number": 9, + "Title": "Electric Fire", + "Released": "17 Oct 2019", + "Genre": "Electro house Electropop", + "Album": "Forever alone" + }, + { + "Number": 10, + "Title": "Electric Sky", + "Released": "25 Sep 2019", + "Genre": "ethno-tunes", + "Album": "Forever alone" + } ] } ] @@ -1371,7 +2340,76 @@ "USBillboard200": 35, "Artist": "Peter Taylor", "Songs": [ - + { + "Number": 1, + "Title": "Calling in the Dream", + "Released": "01 Aug 2019", + "Genre": "R&B", + "Album": "Decisions decisions" + }, + { + "Number": 2, + "Title": "Electric Burning", + "Released": "10 Sep 2019", + "Genre": "Electro house Electropop", + "Album": "Decisions decisions" + }, + { + "Number": 3, + "Title": "Dark Flying", + "Released": "28 Apr 2019", + "Genre": "*", + "Album": "Decisions decisions" + }, + { + "Number": 4, + "Title": "Gentle Sky", + "Released": "20 Nov 2019", + "Genre": "ethno-tunes", + "Album": "Decisions decisions" + }, + { + "Number": 5, + "Title": "Gentle Calling", + "Released": "13 Jan 2019", + "Genre": "Crunk reggaeton", + "Album": "Decisions decisions" + }, + { + "Number": 6, + "Title": "Golden Falling", + "Released": "14 Feb 2019", + "Genre": "Crunk reggaeton", + "Album": "Decisions decisions" + }, + { + "Number": 7, + "Title": "Silent River", + "Released": "13 Feb 2019", + "Genre": "R&B", + "Album": "Decisions decisions" + }, + { + "Number": 8, + "Title": "Furious Calling", + "Released": "11 Jun 2019", + "Genre": "Synth-pop R&B", + "Album": "Decisions decisions" + }, + { + "Number": 9, + "Title": "Running in the Echo", + "Released": "06 Nov 2019", + "Genre": "Electro house Electropop", + "Album": "Decisions decisions" + }, + { + "Number": 10, + "Title": "Furious River", + "Released": "12 Mar 2019", + "Genre": "*", + "Album": "Decisions decisions" + } ] }, { @@ -1381,7 +2419,76 @@ "USBillboard200": 89, "Artist": "Peter Taylor", "Songs": [ - + { + "Number": 1, + "Title": "Dark Crying", + "Released": "27 Apr 2019", + "Genre": "Electro house Electropop", + "Album": "Climate changed" + }, + { + "Number": 2, + "Title": "Dark Waiting", + "Released": "14 Nov 2019", + "Genre": "Synth-pop R&B", + "Album": "Climate changed" + }, + { + "Number": 3, + "Title": "Furious Waiting", + "Released": "23 May 2019", + "Genre": "*", + "Album": "Climate changed" + }, + { + "Number": 4, + "Title": "Running in the Echo", + "Released": "29 Nov 2019", + "Genre": "Crunk reggaeton", + "Album": "Climate changed" + }, + { + "Number": 5, + "Title": "Dream of Sky", + "Released": "31 Oct 2019", + "Genre": "Crunk reggaeton", + "Album": "Climate changed" + }, + { + "Number": 6, + "Title": "Hiding in the Heart", + "Released": "09 Aug 2019", + "Genre": "R&B", + "Album": "Climate changed" + }, + { + "Number": 7, + "Title": "Sky of Storm", + "Released": "01 Jun 2019", + "Genre": "R&B", + "Album": "Climate changed" + }, + { + "Number": 8, + "Title": "Light of Storm", + "Released": "17 Jan 2020", + "Genre": "ethno-tunes", + "Album": "Climate changed" + }, + { + "Number": 9, + "Title": "Light of Sky", + "Released": "26 May 2019", + "Genre": "*", + "Album": "Climate changed" + }, + { + "Number": 10, + "Title": "Golden River", + "Released": "19 Jun 2019", + "Genre": "*", + "Album": "Climate changed" + } ] } ] diff --git a/samples/grids/hierarchical-grid/excel-style-filtering-sample-1/src/SingersData.json b/samples/grids/hierarchical-grid/excel-style-filtering-sample-1/src/SingersData.json index f7508f3c9a..75ec4ec561 100644 --- a/samples/grids/hierarchical-grid/excel-style-filtering-sample-1/src/SingersData.json +++ b/samples/grids/hierarchical-grid/excel-style-filtering-sample-1/src/SingersData.json @@ -78,7 +78,79 @@ "LaunchDate": "September 3, 2013", "BillboardReview": 86, "USBillboard200": 1, - "Artist": "Naomí Yepes" + "Artist": "Naomí Yepes", + "Songs": [ + { + "Number": 1, + "Title": "Lonely Falling", + "Released": "01 May 2019", + "Genre": "*", + "Album": "Initiation" + }, + { + "Number": 2, + "Title": "Bright Breaking", + "Released": "25 Jul 2019", + "Genre": "Electro house Electropop", + "Album": "Initiation" + }, + { + "Number": 3, + "Title": "River of Whisper", + "Released": "29 Jan 2020", + "Genre": "Electro house Electropop", + "Album": "Initiation" + }, + { + "Number": 4, + "Title": "Sky of Storm", + "Released": "07 May 2019", + "Genre": "Electro house Electropop", + "Album": "Initiation" + }, + { + "Number": 5, + "Title": "Electric River", + "Released": "20 Jan 2020", + "Genre": "R&B", + "Album": "Initiation" + }, + { + "Number": 6, + "Title": "Storm of Storm", + "Released": "01 Sep 2019", + "Genre": "Crunk reggaeton", + "Album": "Initiation" + }, + { + "Number": 7, + "Title": "Fire of Dream", + "Released": "12 Sep 2019", + "Genre": "Electro house Electropop", + "Album": "Initiation" + }, + { + "Number": 8, + "Title": "Burning in the Light", + "Released": "15 Apr 2019", + "Genre": "*", + "Album": "Initiation" + }, + { + "Number": 9, + "Title": "Burning in the Storm", + "Released": "10 Sep 2019", + "Genre": "Electro house Electropop", + "Album": "Initiation" + }, + { + "Number": 10, + "Title": "Shadow of Whisper", + "Released": "06 Jan 2019", + "Genre": "Crunk reggaeton", + "Album": "Initiation" + } + ] }, { "Album": "Dream Driven", @@ -90,7 +162,7 @@ { "Number": 1, "Title": "Intro", - "Released": false, + "Released": "10 Sep 2019", "Genre": "*", "Album": "Dream Driven" }, @@ -111,7 +183,7 @@ { "Number": 4, "Title": "Future past", - "Released": false, + "Released": "20 Sep 2011", "Genre": "*", "Album": "Dream Driven" }, @@ -132,14 +204,14 @@ { "Number": 7, "Title": "Stay where you are", - "Released": false, + "Released": "14 Sep 2013", "Genre": "*", "Album": "Dream Driven" }, { "Number": 8, "Title": "Imaginarium", - "Released": false, + "Released": "20 Sep 2021", "Genre": "*", "Album": "Dream Driven" }, @@ -153,21 +225,21 @@ { "Number": 10, "Title": "Shredded into pieces", - "Released": false, + "Released": "11 Sep 2015", "Genre": "*", "Album": "Dream Driven" }, { "Number": 11, "Title": "Capture this moment", - "Released": false, + "Released": "13 Sep 2016", "Genre": "*", "Album": "Dream Driven" }, { "Number": 12, "Title": "Dream Driven", - "Released": false, + "Released": "14 Sep 2014", "Genre": "*", "Album": "Dream Driven" } @@ -180,7 +252,76 @@ "USBillboard200": 2, "Artist": "Naomí Yepes", "Songs": [ - + { + "Number": 1, + "Title": "Calling in the Storm", + "Released": "12 Mar 2019", + "Genre": "Electro house Electropop", + "Album": "The dragon journey" + }, + { + "Number": 2, + "Title": "Hiding in the Dream", + "Released": "23 Mar 2019", + "Genre": "R&B", + "Album": "The dragon journey" + }, + { + "Number": 3, + "Title": "Electric Heart", + "Released": "17 Mar 2019", + "Genre": "ethno-tunes", + "Album": "The dragon journey" + }, + { + "Number": 4, + "Title": "Shadow of Echo", + "Released": "20 Feb 2019", + "Genre": "ethno-tunes", + "Album": "The dragon journey" + }, + { + "Number": 5, + "Title": "Flying in the Storm", + "Released": "08 Apr 2019", + "Genre": "R&B", + "Album": "The dragon journey" + }, + { + "Number": 6, + "Title": "Dark Waiting", + "Released": "20 Oct 2019", + "Genre": "Synth-pop R&B", + "Album": "The dragon journey" + }, + { + "Number": 7, + "Title": "Fire of River", + "Released": "20 Feb 2019", + "Genre": "Synth-pop R&B", + "Album": "The dragon journey" + }, + { + "Number": 8, + "Title": "Wild Crying", + "Released": "14 Jun 2019", + "Genre": "R&B", + "Album": "The dragon journey" + }, + { + "Number": 9, + "Title": "Bright Dancing", + "Released": "14 Mar 2019", + "Genre": "Electro house Electropop", + "Album": "The dragon journey" + }, + { + "Number": 10, + "Title": "Golden Waiting", + "Released": "12 Sep 2019", + "Genre": "Synth-pop R&B", + "Album": "The dragon journey" + } ] }, { @@ -276,7 +417,76 @@ "USBillboard200": 12, "Artist": "Naomí Yepes", "Songs": [ - + { + "Number": 1, + "Title": "Storm of Dream", + "Released": "05 Jan 2019", + "Genre": "*", + "Album": "Curiosity" + }, + { + "Number": 2, + "Title": "Echo of Dream", + "Released": "28 Jan 2019", + "Genre": "Synth-pop R&B", + "Album": "Curiosity" + }, + { + "Number": 3, + "Title": "Light of Shadow", + "Released": "07 Feb 2019", + "Genre": "Synth-pop R&B", + "Album": "Curiosity" + }, + { + "Number": 4, + "Title": "Storm of Heart", + "Released": "05 Jan 2020", + "Genre": "Electro house Electropop", + "Album": "Curiosity" + }, + { + "Number": 5, + "Title": "Shadow of River", + "Released": "27 Feb 2019", + "Genre": "*", + "Album": "Curiosity" + }, + { + "Number": 6, + "Title": "Wicked Dancing", + "Released": "17 Jan 2020", + "Genre": "ethno-tunes", + "Album": "Curiosity" + }, + { + "Number": 7, + "Title": "River of Light", + "Released": "22 Feb 2019", + "Genre": "R&B", + "Album": "Curiosity" + }, + { + "Number": 8, + "Title": "Lonely Breaking", + "Released": "09 Sep 2019", + "Genre": "ethno-tunes", + "Album": "Curiosity" + }, + { + "Number": 9, + "Title": "Furious Flying", + "Released": "08 Jun 2019", + "Genre": "R&B", + "Album": "Curiosity" + }, + { + "Number": 10, + "Title": "Hiding in the Storm", + "Released": "27 May 2019", + "Genre": "Electro house Electropop", + "Album": "Curiosity" + } ] } ] @@ -513,7 +723,76 @@ "USBillboard200": 69, "Artist": "Ahmad Nazeri", "Songs": [ - + { + "Number": 1, + "Title": "Gentle Falling", + "Released": "26 Apr 2019", + "Genre": "Crunk reggaeton", + "Album": "Emergency" + }, + { + "Number": 2, + "Title": "Calling in the Fire", + "Released": "03 Sep 2019", + "Genre": "ethno-tunes", + "Album": "Emergency" + }, + { + "Number": 3, + "Title": "Fire of Shadow", + "Released": "05 Jan 2019", + "Genre": "ethno-tunes", + "Album": "Emergency" + }, + { + "Number": 4, + "Title": "Dancing in the Dream", + "Released": "15 Apr 2019", + "Genre": "R&B", + "Album": "Emergency" + }, + { + "Number": 5, + "Title": "Calling in the Shadow", + "Released": "09 Oct 2019", + "Genre": "R&B", + "Album": "Emergency" + }, + { + "Number": 6, + "Title": "Falling in the Sky", + "Released": "08 Mar 2019", + "Genre": "ethno-tunes", + "Album": "Emergency" + }, + { + "Number": 7, + "Title": "Calling in the Storm", + "Released": "05 Dec 2019", + "Genre": "ethno-tunes", + "Album": "Emergency" + }, + { + "Number": 8, + "Title": "Falling in the River", + "Released": "19 Aug 2019", + "Genre": "Electro house Electropop", + "Album": "Emergency" + }, + { + "Number": 9, + "Title": "Electric Fire", + "Released": "30 Nov 2019", + "Genre": "Crunk reggaeton", + "Album": "Emergency" + }, + { + "Number": 10, + "Title": "Lonely River", + "Released": "11 Nov 2019", + "Genre": "Electro house Electropop", + "Album": "Emergency" + } ] }, { @@ -523,7 +802,76 @@ "USBillboard200": 39, "Artist": "Ahmad Nazeri", "Songs": [ - + { + "Number": 1, + "Title": "Lonely Dream", + "Released": "11 Dec 2019", + "Genre": "ethno-tunes", + "Album": "Bursting bubbles" + }, + { + "Number": 2, + "Title": "Fire of River", + "Released": "01 Aug 2019", + "Genre": "Synth-pop R&B", + "Album": "Bursting bubbles" + }, + { + "Number": 3, + "Title": "Wicked Falling", + "Released": "25 Jan 2019", + "Genre": "*", + "Album": "Bursting bubbles" + }, + { + "Number": 4, + "Title": "Crying in the Shadow", + "Released": "04 Jan 2019", + "Genre": "Synth-pop R&B", + "Album": "Bursting bubbles" + }, + { + "Number": 5, + "Title": "Wild Burning", + "Released": "10 May 2019", + "Genre": "ethno-tunes", + "Album": "Bursting bubbles" + }, + { + "Number": 6, + "Title": "Waiting in the Heart", + "Released": "07 Aug 2019", + "Genre": "ethno-tunes", + "Album": "Bursting bubbles" + }, + { + "Number": 7, + "Title": "Fire of Fire", + "Released": "16 May 2019", + "Genre": "Electro house Electropop", + "Album": "Bursting bubbles" + }, + { + "Number": 8, + "Title": "Bright Heart", + "Released": "14 Mar 2019", + "Genre": "Synth-pop R&B", + "Album": "Bursting bubbles" + }, + { + "Number": 9, + "Title": "Lonely Fire", + "Released": "15 Oct 2019", + "Genre": "R&B", + "Album": "Bursting bubbles" + }, + { + "Number": 10, + "Title": "Sky of Dream", + "Released": "20 Jun 2019", + "Genre": "ethno-tunes", + "Album": "Bursting bubbles" + } ] } ] @@ -547,7 +895,76 @@ "USBillboard200": 1, "Artist": "Kimmy McIlmorie", "Songs": [ - + { + "Number": 1, + "Title": "Storm of Sky", + "Released": "04 Mar 2019", + "Genre": "ethno-tunes", + "Album": "Here we go again" + }, + { + "Number": 2, + "Title": "Dream of Shadow", + "Released": "03 Jan 2019", + "Genre": "ethno-tunes", + "Album": "Here we go again" + }, + { + "Number": 3, + "Title": "Dream of Shadow", + "Released": "19 Dec 2019", + "Genre": "Electro house Electropop", + "Album": "Here we go again" + }, + { + "Number": 4, + "Title": "Golden Fire", + "Released": "20 Jan 2019", + "Genre": "R&B", + "Album": "Here we go again" + }, + { + "Number": 5, + "Title": "Running in the Light", + "Released": "03 Jan 2020", + "Genre": "Synth-pop R&B", + "Album": "Here we go again" + }, + { + "Number": 6, + "Title": "Flying in the Heart", + "Released": "17 Jan 2019", + "Genre": "*", + "Album": "Here we go again" + }, + { + "Number": 7, + "Title": "Fire of Storm", + "Released": "26 Jan 2019", + "Genre": "ethno-tunes", + "Album": "Here we go again" + }, + { + "Number": 8, + "Title": "Calling in the Sky", + "Released": "28 Oct 2019", + "Genre": "Synth-pop R&B", + "Album": "Here we go again" + }, + { + "Number": 9, + "Title": "Flying in the Shadow", + "Released": "30 Mar 2019", + "Genre": "ethno-tunes", + "Album": "Here we go again" + }, + { + "Number": 10, + "Title": "Golden Dancing", + "Released": "12 Oct 2019", + "Genre": "ethno-tunes", + "Album": "Here we go again" + } ] } ] @@ -771,7 +1188,76 @@ "USBillboard200": 85, "Artist": "Izabella Tabakova", "Songs": [ - + { + "Number": 1, + "Title": "Hiding in the Light", + "Released": "24 Jan 2019", + "Genre": "Synth-pop R&B", + "Album": "Dark matters" + }, + { + "Number": 2, + "Title": "Furious River", + "Released": "13 Jan 2020", + "Genre": "Electro house Electropop", + "Album": "Dark matters" + }, + { + "Number": 3, + "Title": "Wild Crying", + "Released": "27 Feb 2019", + "Genre": "Electro house Electropop", + "Album": "Dark matters" + }, + { + "Number": 4, + "Title": "Light of Dream", + "Released": "01 Jun 2019", + "Genre": "Crunk reggaeton", + "Album": "Dark matters" + }, + { + "Number": 5, + "Title": "Light of Dream", + "Released": "24 Aug 2019", + "Genre": "*", + "Album": "Dark matters" + }, + { + "Number": 6, + "Title": "Storm of Light", + "Released": "26 Feb 2019", + "Genre": "*", + "Album": "Dark matters" + }, + { + "Number": 7, + "Title": "Dark Storm", + "Released": "18 Jan 2020", + "Genre": "R&B", + "Album": "Dark matters" + }, + { + "Number": 8, + "Title": "Dark Calling", + "Released": "20 Mar 2019", + "Genre": "Crunk reggaeton", + "Album": "Dark matters" + }, + { + "Number": 9, + "Title": "Sky of Whisper", + "Released": "30 Jan 2019", + "Genre": "ethno-tunes", + "Album": "Dark matters" + }, + { + "Number": 10, + "Title": "Dancing in the Light", + "Released": "28 Nov 2019", + "Genre": "Synth-pop R&B", + "Album": "Dark matters" + } ] } ] @@ -795,7 +1281,76 @@ "USBillboard200": 5, "Artist": "Nguyễn Diệp Chi", "Songs": [ - + { + "Number": 1, + "Title": "Echo of River", + "Released": "05 Mar 2019", + "Genre": "Synth-pop R&B", + "Album": "Library of liberty" + }, + { + "Number": 2, + "Title": "Heart of River", + "Released": "12 Jan 2020", + "Genre": "Electro house Electropop", + "Album": "Library of liberty" + }, + { + "Number": 3, + "Title": "Dark Light", + "Released": "09 Aug 2019", + "Genre": "Electro house Electropop", + "Album": "Library of liberty" + }, + { + "Number": 4, + "Title": "Dark Fire", + "Released": "22 Jun 2019", + "Genre": "R&B", + "Album": "Library of liberty" + }, + { + "Number": 5, + "Title": "Flying in the Fire", + "Released": "22 Jul 2019", + "Genre": "*", + "Album": "Library of liberty" + }, + { + "Number": 6, + "Title": "Shadow of Heart", + "Released": "02 Jan 2020", + "Genre": "*", + "Album": "Library of liberty" + }, + { + "Number": 7, + "Title": "Fire of Fire", + "Released": "27 Jan 2019", + "Genre": "*", + "Album": "Library of liberty" + }, + { + "Number": 8, + "Title": "Falling in the River", + "Released": "05 Aug 2019", + "Genre": "Crunk reggaeton", + "Album": "Library of liberty" + }, + { + "Number": 9, + "Title": "Fire of Light", + "Released": "31 Dec 2019", + "Genre": "ethno-tunes", + "Album": "Library of liberty" + }, + { + "Number": 10, + "Title": "Bright Flying", + "Released": "24 Jan 2019", + "Genre": "*", + "Album": "Library of liberty" + } ] } ] @@ -819,7 +1374,76 @@ "USBillboard200": 29, "Artist": "Eva Lee", "Songs": [ - + { + "Number": 1, + "Title": "Dancing in the Shadow", + "Released": "02 Aug 2019", + "Genre": "ethno-tunes", + "Album": "Just a tease" + }, + { + "Number": 2, + "Title": "Silent Whisper", + "Released": "09 Jul 2019", + "Genre": "*", + "Album": "Just a tease" + }, + { + "Number": 3, + "Title": "Crying in the Whisper", + "Released": "30 May 2019", + "Genre": "Crunk reggaeton", + "Album": "Just a tease" + }, + { + "Number": 4, + "Title": "River of Light", + "Released": "10 Jan 2019", + "Genre": "Electro house Electropop", + "Album": "Just a tease" + }, + { + "Number": 5, + "Title": "Golden River", + "Released": "15 Nov 2019", + "Genre": "*", + "Album": "Just a tease" + }, + { + "Number": 6, + "Title": "Burning in the Shadow", + "Released": "18 Apr 2019", + "Genre": "Crunk reggaeton", + "Album": "Just a tease" + }, + { + "Number": 7, + "Title": "Shadow of Sky", + "Released": "06 Sep 2019", + "Genre": "Crunk reggaeton", + "Album": "Just a tease" + }, + { + "Number": 8, + "Title": "Gentle Waiting", + "Released": "05 Dec 2019", + "Genre": "R&B", + "Album": "Just a tease" + }, + { + "Number": 9, + "Title": "Bright River", + "Released": "27 Jan 2020", + "Genre": "R&B", + "Album": "Just a tease" + }, + { + "Number": 10, + "Title": "Heart of Storm", + "Released": "07 Jan 2019", + "Genre": "Synth-pop R&B", + "Album": "Just a tease" + } ] } ] @@ -1046,7 +1670,76 @@ "USBillboard200": 98, "Artist": "Pablo Cambeiro", "Songs": [ - + { + "Number": 1, + "Title": "Dancing in the Echo", + "Released": "03 Oct 2019", + "Genre": "Crunk reggaeton", + "Album": "Fluke" + }, + { + "Number": 2, + "Title": "Dream of Dream", + "Released": "03 Mar 2019", + "Genre": "*", + "Album": "Fluke" + }, + { + "Number": 3, + "Title": "Calling in the Echo", + "Released": "16 Sep 2019", + "Genre": "*", + "Album": "Fluke" + }, + { + "Number": 4, + "Title": "Light of Light", + "Released": "25 May 2019", + "Genre": "Electro house Electropop", + "Album": "Fluke" + }, + { + "Number": 5, + "Title": "Bright Light", + "Released": "21 Mar 2019", + "Genre": "R&B", + "Album": "Fluke" + }, + { + "Number": 6, + "Title": "Storm of Echo", + "Released": "17 Jul 2019", + "Genre": "Synth-pop R&B", + "Album": "Fluke" + }, + { + "Number": 7, + "Title": "Lonely Calling", + "Released": "10 Apr 2019", + "Genre": "ethno-tunes", + "Album": "Fluke" + }, + { + "Number": 8, + "Title": "Gentle Falling", + "Released": "28 Nov 2019", + "Genre": "Synth-pop R&B", + "Album": "Fluke" + }, + { + "Number": 9, + "Title": "Wild Flying", + "Released": "26 Nov 2019", + "Genre": "Crunk reggaeton", + "Album": "Fluke" + }, + { + "Number": 10, + "Title": "Sky of Dream", + "Released": "29 May 2019", + "Genre": "R&B", + "Album": "Fluke" + } ] }, { @@ -1142,7 +1835,76 @@ "USBillboard200": 77, "Artist": "Athar Malakooti", "Songs": [ - + { + "Number": 1, + "Title": "Hiding in the Whisper", + "Released": "03 Apr 2019", + "Genre": "R&B", + "Album": "Pushing up daisies" + }, + { + "Number": 2, + "Title": "Wicked Light", + "Released": "21 Aug 2019", + "Genre": "R&B", + "Album": "Pushing up daisies" + }, + { + "Number": 3, + "Title": "Flying in the River", + "Released": "03 Feb 2020", + "Genre": "Synth-pop R&B", + "Album": "Pushing up daisies" + }, + { + "Number": 4, + "Title": "Wicked Hiding", + "Released": "15 Sep 2019", + "Genre": "Synth-pop R&B", + "Album": "Pushing up daisies" + }, + { + "Number": 5, + "Title": "Lonely Light", + "Released": "13 May 2019", + "Genre": "Electro house Electropop", + "Album": "Pushing up daisies" + }, + { + "Number": 6, + "Title": "Bright Dancing", + "Released": "10 Apr 2019", + "Genre": "Synth-pop R&B", + "Album": "Pushing up daisies" + }, + { + "Number": 7, + "Title": "Gentle Dream", + "Released": "21 May 2019", + "Genre": "*", + "Album": "Pushing up daisies" + }, + { + "Number": 8, + "Title": "Sky of Echo", + "Released": "09 Jun 2019", + "Genre": "Synth-pop R&B", + "Album": "Pushing up daisies" + }, + { + "Number": 9, + "Title": "Breaking in the Sky", + "Released": "27 Dec 2019", + "Genre": "Crunk reggaeton", + "Album": "Pushing up daisies" + }, + { + "Number": 10, + "Title": "Whisper of Shadow", + "Released": "04 Jan 2019", + "Genre": "ethno-tunes", + "Album": "Pushing up daisies" + } ] } ] @@ -1179,7 +1941,76 @@ "USBillboard200": 9, "Artist": "Marti Valencia", "Songs": [ - + { + "Number": 1, + "Title": "Hiding in the Sky", + "Released": "26 Nov 2019", + "Genre": "Synth-pop R&B", + "Album": "Nemesis" + }, + { + "Number": 2, + "Title": "Waiting in the Echo", + "Released": "10 Jul 2019", + "Genre": "ethno-tunes", + "Album": "Nemesis" + }, + { + "Number": 3, + "Title": "Wicked Shadow", + "Released": "29 Jul 2019", + "Genre": "Synth-pop R&B", + "Album": "Nemesis" + }, + { + "Number": 4, + "Title": "Crying in the Whisper", + "Released": "09 Apr 2019", + "Genre": "*", + "Album": "Nemesis" + }, + { + "Number": 5, + "Title": "Echo of Storm", + "Released": "19 Nov 2019", + "Genre": "Crunk reggaeton", + "Album": "Nemesis" + }, + { + "Number": 6, + "Title": "Shadow of Sky", + "Released": "24 Jul 2019", + "Genre": "Crunk reggaeton", + "Album": "Nemesis" + }, + { + "Number": 7, + "Title": "Golden Hiding", + "Released": "12 Dec 2019", + "Genre": "Electro house Electropop", + "Album": "Nemesis" + }, + { + "Number": 8, + "Title": "Wild Dancing", + "Released": "17 Aug 2019", + "Genre": "Synth-pop R&B", + "Album": "Nemesis" + }, + { + "Number": 9, + "Title": "Bright Burning", + "Released": "30 Aug 2019", + "Genre": "Electro house Electropop", + "Album": "Nemesis" + }, + { + "Number": 10, + "Title": "Flying in the River", + "Released": "02 Sep 2019", + "Genre": "*", + "Album": "Nemesis" + } ] }, { @@ -1282,7 +2113,76 @@ "USBillboard200": 37, "Artist": "Marti Valencia", "Songs": [ - + { + "Number": 1, + "Title": "Wild River", + "Released": "11 Jan 2019", + "Genre": "*", + "Album": "God's advocate" + }, + { + "Number": 2, + "Title": "Wicked Whisper", + "Released": "16 Feb 2019", + "Genre": "Electro house Electropop", + "Album": "God's advocate" + }, + { + "Number": 3, + "Title": "Storm of Heart", + "Released": "11 Aug 2019", + "Genre": "*", + "Album": "God's advocate" + }, + { + "Number": 4, + "Title": "Golden Dancing", + "Released": "02 Mar 2019", + "Genre": "Crunk reggaeton", + "Album": "God's advocate" + }, + { + "Number": 5, + "Title": "Calling in the Sky", + "Released": "10 Sep 2019", + "Genre": "Electro house Electropop", + "Album": "God's advocate" + }, + { + "Number": 6, + "Title": "Calling in the Heart", + "Released": "12 Jan 2019", + "Genre": "ethno-tunes", + "Album": "God's advocate" + }, + { + "Number": 7, + "Title": "Running in the Storm", + "Released": "10 Nov 2019", + "Genre": "Synth-pop R&B", + "Album": "God's advocate" + }, + { + "Number": 8, + "Title": "Wild Sky", + "Released": "10 Apr 2019", + "Genre": "R&B", + "Album": "God's advocate" + }, + { + "Number": 9, + "Title": "Crying in the Shadow", + "Released": "02 Mar 2019", + "Genre": "R&B", + "Album": "God's advocate" + }, + { + "Number": 10, + "Title": "Whisper of River", + "Released": "12 May 2019", + "Genre": "*", + "Album": "God's advocate" + } ] } ] @@ -1306,7 +2206,76 @@ "USBillboard200": 7, "Artist": "Alicia Stanger", "Songs": [ - + { + "Number": 1, + "Title": "Shadow of Light", + "Released": "24 Mar 2019", + "Genre": "ethno-tunes", + "Album": "Forever alone" + }, + { + "Number": 2, + "Title": "Running in the Echo", + "Released": "03 May 2019", + "Genre": "Crunk reggaeton", + "Album": "Forever alone" + }, + { + "Number": 3, + "Title": "Gentle Dream", + "Released": "24 Aug 2019", + "Genre": "Crunk reggaeton", + "Album": "Forever alone" + }, + { + "Number": 4, + "Title": "Furious River", + "Released": "24 Apr 2019", + "Genre": "ethno-tunes", + "Album": "Forever alone" + }, + { + "Number": 5, + "Title": "Wild Whisper", + "Released": "09 Mar 2019", + "Genre": "ethno-tunes", + "Album": "Forever alone" + }, + { + "Number": 6, + "Title": "Whisper of Sky", + "Released": "24 Jul 2019", + "Genre": "Crunk reggaeton", + "Album": "Forever alone" + }, + { + "Number": 7, + "Title": "Lonely Storm", + "Released": "01 May 2019", + "Genre": "Crunk reggaeton", + "Album": "Forever alone" + }, + { + "Number": 8, + "Title": "Dancing in the River", + "Released": "17 Dec 2019", + "Genre": "*", + "Album": "Forever alone" + }, + { + "Number": 9, + "Title": "Electric Fire", + "Released": "17 Oct 2019", + "Genre": "Electro house Electropop", + "Album": "Forever alone" + }, + { + "Number": 10, + "Title": "Electric Sky", + "Released": "25 Sep 2019", + "Genre": "ethno-tunes", + "Album": "Forever alone" + } ] } ] @@ -1371,7 +2340,76 @@ "USBillboard200": 35, "Artist": "Peter Taylor", "Songs": [ - + { + "Number": 1, + "Title": "Calling in the Dream", + "Released": "01 Aug 2019", + "Genre": "R&B", + "Album": "Decisions decisions" + }, + { + "Number": 2, + "Title": "Electric Burning", + "Released": "10 Sep 2019", + "Genre": "Electro house Electropop", + "Album": "Decisions decisions" + }, + { + "Number": 3, + "Title": "Dark Flying", + "Released": "28 Apr 2019", + "Genre": "*", + "Album": "Decisions decisions" + }, + { + "Number": 4, + "Title": "Gentle Sky", + "Released": "20 Nov 2019", + "Genre": "ethno-tunes", + "Album": "Decisions decisions" + }, + { + "Number": 5, + "Title": "Gentle Calling", + "Released": "13 Jan 2019", + "Genre": "Crunk reggaeton", + "Album": "Decisions decisions" + }, + { + "Number": 6, + "Title": "Golden Falling", + "Released": "14 Feb 2019", + "Genre": "Crunk reggaeton", + "Album": "Decisions decisions" + }, + { + "Number": 7, + "Title": "Silent River", + "Released": "13 Feb 2019", + "Genre": "R&B", + "Album": "Decisions decisions" + }, + { + "Number": 8, + "Title": "Furious Calling", + "Released": "11 Jun 2019", + "Genre": "Synth-pop R&B", + "Album": "Decisions decisions" + }, + { + "Number": 9, + "Title": "Running in the Echo", + "Released": "06 Nov 2019", + "Genre": "Electro house Electropop", + "Album": "Decisions decisions" + }, + { + "Number": 10, + "Title": "Furious River", + "Released": "12 Mar 2019", + "Genre": "*", + "Album": "Decisions decisions" + } ] }, { @@ -1381,7 +2419,76 @@ "USBillboard200": 89, "Artist": "Peter Taylor", "Songs": [ - + { + "Number": 1, + "Title": "Dark Crying", + "Released": "27 Apr 2019", + "Genre": "Electro house Electropop", + "Album": "Climate changed" + }, + { + "Number": 2, + "Title": "Dark Waiting", + "Released": "14 Nov 2019", + "Genre": "Synth-pop R&B", + "Album": "Climate changed" + }, + { + "Number": 3, + "Title": "Furious Waiting", + "Released": "23 May 2019", + "Genre": "*", + "Album": "Climate changed" + }, + { + "Number": 4, + "Title": "Running in the Echo", + "Released": "29 Nov 2019", + "Genre": "Crunk reggaeton", + "Album": "Climate changed" + }, + { + "Number": 5, + "Title": "Dream of Sky", + "Released": "31 Oct 2019", + "Genre": "Crunk reggaeton", + "Album": "Climate changed" + }, + { + "Number": 6, + "Title": "Hiding in the Heart", + "Released": "09 Aug 2019", + "Genre": "R&B", + "Album": "Climate changed" + }, + { + "Number": 7, + "Title": "Sky of Storm", + "Released": "01 Jun 2019", + "Genre": "R&B", + "Album": "Climate changed" + }, + { + "Number": 8, + "Title": "Light of Storm", + "Released": "17 Jan 2020", + "Genre": "ethno-tunes", + "Album": "Climate changed" + }, + { + "Number": 9, + "Title": "Light of Sky", + "Released": "26 May 2019", + "Genre": "*", + "Album": "Climate changed" + }, + { + "Number": 10, + "Title": "Golden River", + "Released": "19 Jun 2019", + "Genre": "*", + "Album": "Climate changed" + } ] } ] diff --git a/samples/grids/hierarchical-grid/excel-style-filtering-sample-2/src/SingersData.json b/samples/grids/hierarchical-grid/excel-style-filtering-sample-2/src/SingersData.json index f7508f3c9a..75ec4ec561 100644 --- a/samples/grids/hierarchical-grid/excel-style-filtering-sample-2/src/SingersData.json +++ b/samples/grids/hierarchical-grid/excel-style-filtering-sample-2/src/SingersData.json @@ -78,7 +78,79 @@ "LaunchDate": "September 3, 2013", "BillboardReview": 86, "USBillboard200": 1, - "Artist": "Naomí Yepes" + "Artist": "Naomí Yepes", + "Songs": [ + { + "Number": 1, + "Title": "Lonely Falling", + "Released": "01 May 2019", + "Genre": "*", + "Album": "Initiation" + }, + { + "Number": 2, + "Title": "Bright Breaking", + "Released": "25 Jul 2019", + "Genre": "Electro house Electropop", + "Album": "Initiation" + }, + { + "Number": 3, + "Title": "River of Whisper", + "Released": "29 Jan 2020", + "Genre": "Electro house Electropop", + "Album": "Initiation" + }, + { + "Number": 4, + "Title": "Sky of Storm", + "Released": "07 May 2019", + "Genre": "Electro house Electropop", + "Album": "Initiation" + }, + { + "Number": 5, + "Title": "Electric River", + "Released": "20 Jan 2020", + "Genre": "R&B", + "Album": "Initiation" + }, + { + "Number": 6, + "Title": "Storm of Storm", + "Released": "01 Sep 2019", + "Genre": "Crunk reggaeton", + "Album": "Initiation" + }, + { + "Number": 7, + "Title": "Fire of Dream", + "Released": "12 Sep 2019", + "Genre": "Electro house Electropop", + "Album": "Initiation" + }, + { + "Number": 8, + "Title": "Burning in the Light", + "Released": "15 Apr 2019", + "Genre": "*", + "Album": "Initiation" + }, + { + "Number": 9, + "Title": "Burning in the Storm", + "Released": "10 Sep 2019", + "Genre": "Electro house Electropop", + "Album": "Initiation" + }, + { + "Number": 10, + "Title": "Shadow of Whisper", + "Released": "06 Jan 2019", + "Genre": "Crunk reggaeton", + "Album": "Initiation" + } + ] }, { "Album": "Dream Driven", @@ -90,7 +162,7 @@ { "Number": 1, "Title": "Intro", - "Released": false, + "Released": "10 Sep 2019", "Genre": "*", "Album": "Dream Driven" }, @@ -111,7 +183,7 @@ { "Number": 4, "Title": "Future past", - "Released": false, + "Released": "20 Sep 2011", "Genre": "*", "Album": "Dream Driven" }, @@ -132,14 +204,14 @@ { "Number": 7, "Title": "Stay where you are", - "Released": false, + "Released": "14 Sep 2013", "Genre": "*", "Album": "Dream Driven" }, { "Number": 8, "Title": "Imaginarium", - "Released": false, + "Released": "20 Sep 2021", "Genre": "*", "Album": "Dream Driven" }, @@ -153,21 +225,21 @@ { "Number": 10, "Title": "Shredded into pieces", - "Released": false, + "Released": "11 Sep 2015", "Genre": "*", "Album": "Dream Driven" }, { "Number": 11, "Title": "Capture this moment", - "Released": false, + "Released": "13 Sep 2016", "Genre": "*", "Album": "Dream Driven" }, { "Number": 12, "Title": "Dream Driven", - "Released": false, + "Released": "14 Sep 2014", "Genre": "*", "Album": "Dream Driven" } @@ -180,7 +252,76 @@ "USBillboard200": 2, "Artist": "Naomí Yepes", "Songs": [ - + { + "Number": 1, + "Title": "Calling in the Storm", + "Released": "12 Mar 2019", + "Genre": "Electro house Electropop", + "Album": "The dragon journey" + }, + { + "Number": 2, + "Title": "Hiding in the Dream", + "Released": "23 Mar 2019", + "Genre": "R&B", + "Album": "The dragon journey" + }, + { + "Number": 3, + "Title": "Electric Heart", + "Released": "17 Mar 2019", + "Genre": "ethno-tunes", + "Album": "The dragon journey" + }, + { + "Number": 4, + "Title": "Shadow of Echo", + "Released": "20 Feb 2019", + "Genre": "ethno-tunes", + "Album": "The dragon journey" + }, + { + "Number": 5, + "Title": "Flying in the Storm", + "Released": "08 Apr 2019", + "Genre": "R&B", + "Album": "The dragon journey" + }, + { + "Number": 6, + "Title": "Dark Waiting", + "Released": "20 Oct 2019", + "Genre": "Synth-pop R&B", + "Album": "The dragon journey" + }, + { + "Number": 7, + "Title": "Fire of River", + "Released": "20 Feb 2019", + "Genre": "Synth-pop R&B", + "Album": "The dragon journey" + }, + { + "Number": 8, + "Title": "Wild Crying", + "Released": "14 Jun 2019", + "Genre": "R&B", + "Album": "The dragon journey" + }, + { + "Number": 9, + "Title": "Bright Dancing", + "Released": "14 Mar 2019", + "Genre": "Electro house Electropop", + "Album": "The dragon journey" + }, + { + "Number": 10, + "Title": "Golden Waiting", + "Released": "12 Sep 2019", + "Genre": "Synth-pop R&B", + "Album": "The dragon journey" + } ] }, { @@ -276,7 +417,76 @@ "USBillboard200": 12, "Artist": "Naomí Yepes", "Songs": [ - + { + "Number": 1, + "Title": "Storm of Dream", + "Released": "05 Jan 2019", + "Genre": "*", + "Album": "Curiosity" + }, + { + "Number": 2, + "Title": "Echo of Dream", + "Released": "28 Jan 2019", + "Genre": "Synth-pop R&B", + "Album": "Curiosity" + }, + { + "Number": 3, + "Title": "Light of Shadow", + "Released": "07 Feb 2019", + "Genre": "Synth-pop R&B", + "Album": "Curiosity" + }, + { + "Number": 4, + "Title": "Storm of Heart", + "Released": "05 Jan 2020", + "Genre": "Electro house Electropop", + "Album": "Curiosity" + }, + { + "Number": 5, + "Title": "Shadow of River", + "Released": "27 Feb 2019", + "Genre": "*", + "Album": "Curiosity" + }, + { + "Number": 6, + "Title": "Wicked Dancing", + "Released": "17 Jan 2020", + "Genre": "ethno-tunes", + "Album": "Curiosity" + }, + { + "Number": 7, + "Title": "River of Light", + "Released": "22 Feb 2019", + "Genre": "R&B", + "Album": "Curiosity" + }, + { + "Number": 8, + "Title": "Lonely Breaking", + "Released": "09 Sep 2019", + "Genre": "ethno-tunes", + "Album": "Curiosity" + }, + { + "Number": 9, + "Title": "Furious Flying", + "Released": "08 Jun 2019", + "Genre": "R&B", + "Album": "Curiosity" + }, + { + "Number": 10, + "Title": "Hiding in the Storm", + "Released": "27 May 2019", + "Genre": "Electro house Electropop", + "Album": "Curiosity" + } ] } ] @@ -513,7 +723,76 @@ "USBillboard200": 69, "Artist": "Ahmad Nazeri", "Songs": [ - + { + "Number": 1, + "Title": "Gentle Falling", + "Released": "26 Apr 2019", + "Genre": "Crunk reggaeton", + "Album": "Emergency" + }, + { + "Number": 2, + "Title": "Calling in the Fire", + "Released": "03 Sep 2019", + "Genre": "ethno-tunes", + "Album": "Emergency" + }, + { + "Number": 3, + "Title": "Fire of Shadow", + "Released": "05 Jan 2019", + "Genre": "ethno-tunes", + "Album": "Emergency" + }, + { + "Number": 4, + "Title": "Dancing in the Dream", + "Released": "15 Apr 2019", + "Genre": "R&B", + "Album": "Emergency" + }, + { + "Number": 5, + "Title": "Calling in the Shadow", + "Released": "09 Oct 2019", + "Genre": "R&B", + "Album": "Emergency" + }, + { + "Number": 6, + "Title": "Falling in the Sky", + "Released": "08 Mar 2019", + "Genre": "ethno-tunes", + "Album": "Emergency" + }, + { + "Number": 7, + "Title": "Calling in the Storm", + "Released": "05 Dec 2019", + "Genre": "ethno-tunes", + "Album": "Emergency" + }, + { + "Number": 8, + "Title": "Falling in the River", + "Released": "19 Aug 2019", + "Genre": "Electro house Electropop", + "Album": "Emergency" + }, + { + "Number": 9, + "Title": "Electric Fire", + "Released": "30 Nov 2019", + "Genre": "Crunk reggaeton", + "Album": "Emergency" + }, + { + "Number": 10, + "Title": "Lonely River", + "Released": "11 Nov 2019", + "Genre": "Electro house Electropop", + "Album": "Emergency" + } ] }, { @@ -523,7 +802,76 @@ "USBillboard200": 39, "Artist": "Ahmad Nazeri", "Songs": [ - + { + "Number": 1, + "Title": "Lonely Dream", + "Released": "11 Dec 2019", + "Genre": "ethno-tunes", + "Album": "Bursting bubbles" + }, + { + "Number": 2, + "Title": "Fire of River", + "Released": "01 Aug 2019", + "Genre": "Synth-pop R&B", + "Album": "Bursting bubbles" + }, + { + "Number": 3, + "Title": "Wicked Falling", + "Released": "25 Jan 2019", + "Genre": "*", + "Album": "Bursting bubbles" + }, + { + "Number": 4, + "Title": "Crying in the Shadow", + "Released": "04 Jan 2019", + "Genre": "Synth-pop R&B", + "Album": "Bursting bubbles" + }, + { + "Number": 5, + "Title": "Wild Burning", + "Released": "10 May 2019", + "Genre": "ethno-tunes", + "Album": "Bursting bubbles" + }, + { + "Number": 6, + "Title": "Waiting in the Heart", + "Released": "07 Aug 2019", + "Genre": "ethno-tunes", + "Album": "Bursting bubbles" + }, + { + "Number": 7, + "Title": "Fire of Fire", + "Released": "16 May 2019", + "Genre": "Electro house Electropop", + "Album": "Bursting bubbles" + }, + { + "Number": 8, + "Title": "Bright Heart", + "Released": "14 Mar 2019", + "Genre": "Synth-pop R&B", + "Album": "Bursting bubbles" + }, + { + "Number": 9, + "Title": "Lonely Fire", + "Released": "15 Oct 2019", + "Genre": "R&B", + "Album": "Bursting bubbles" + }, + { + "Number": 10, + "Title": "Sky of Dream", + "Released": "20 Jun 2019", + "Genre": "ethno-tunes", + "Album": "Bursting bubbles" + } ] } ] @@ -547,7 +895,76 @@ "USBillboard200": 1, "Artist": "Kimmy McIlmorie", "Songs": [ - + { + "Number": 1, + "Title": "Storm of Sky", + "Released": "04 Mar 2019", + "Genre": "ethno-tunes", + "Album": "Here we go again" + }, + { + "Number": 2, + "Title": "Dream of Shadow", + "Released": "03 Jan 2019", + "Genre": "ethno-tunes", + "Album": "Here we go again" + }, + { + "Number": 3, + "Title": "Dream of Shadow", + "Released": "19 Dec 2019", + "Genre": "Electro house Electropop", + "Album": "Here we go again" + }, + { + "Number": 4, + "Title": "Golden Fire", + "Released": "20 Jan 2019", + "Genre": "R&B", + "Album": "Here we go again" + }, + { + "Number": 5, + "Title": "Running in the Light", + "Released": "03 Jan 2020", + "Genre": "Synth-pop R&B", + "Album": "Here we go again" + }, + { + "Number": 6, + "Title": "Flying in the Heart", + "Released": "17 Jan 2019", + "Genre": "*", + "Album": "Here we go again" + }, + { + "Number": 7, + "Title": "Fire of Storm", + "Released": "26 Jan 2019", + "Genre": "ethno-tunes", + "Album": "Here we go again" + }, + { + "Number": 8, + "Title": "Calling in the Sky", + "Released": "28 Oct 2019", + "Genre": "Synth-pop R&B", + "Album": "Here we go again" + }, + { + "Number": 9, + "Title": "Flying in the Shadow", + "Released": "30 Mar 2019", + "Genre": "ethno-tunes", + "Album": "Here we go again" + }, + { + "Number": 10, + "Title": "Golden Dancing", + "Released": "12 Oct 2019", + "Genre": "ethno-tunes", + "Album": "Here we go again" + } ] } ] @@ -771,7 +1188,76 @@ "USBillboard200": 85, "Artist": "Izabella Tabakova", "Songs": [ - + { + "Number": 1, + "Title": "Hiding in the Light", + "Released": "24 Jan 2019", + "Genre": "Synth-pop R&B", + "Album": "Dark matters" + }, + { + "Number": 2, + "Title": "Furious River", + "Released": "13 Jan 2020", + "Genre": "Electro house Electropop", + "Album": "Dark matters" + }, + { + "Number": 3, + "Title": "Wild Crying", + "Released": "27 Feb 2019", + "Genre": "Electro house Electropop", + "Album": "Dark matters" + }, + { + "Number": 4, + "Title": "Light of Dream", + "Released": "01 Jun 2019", + "Genre": "Crunk reggaeton", + "Album": "Dark matters" + }, + { + "Number": 5, + "Title": "Light of Dream", + "Released": "24 Aug 2019", + "Genre": "*", + "Album": "Dark matters" + }, + { + "Number": 6, + "Title": "Storm of Light", + "Released": "26 Feb 2019", + "Genre": "*", + "Album": "Dark matters" + }, + { + "Number": 7, + "Title": "Dark Storm", + "Released": "18 Jan 2020", + "Genre": "R&B", + "Album": "Dark matters" + }, + { + "Number": 8, + "Title": "Dark Calling", + "Released": "20 Mar 2019", + "Genre": "Crunk reggaeton", + "Album": "Dark matters" + }, + { + "Number": 9, + "Title": "Sky of Whisper", + "Released": "30 Jan 2019", + "Genre": "ethno-tunes", + "Album": "Dark matters" + }, + { + "Number": 10, + "Title": "Dancing in the Light", + "Released": "28 Nov 2019", + "Genre": "Synth-pop R&B", + "Album": "Dark matters" + } ] } ] @@ -795,7 +1281,76 @@ "USBillboard200": 5, "Artist": "Nguyễn Diệp Chi", "Songs": [ - + { + "Number": 1, + "Title": "Echo of River", + "Released": "05 Mar 2019", + "Genre": "Synth-pop R&B", + "Album": "Library of liberty" + }, + { + "Number": 2, + "Title": "Heart of River", + "Released": "12 Jan 2020", + "Genre": "Electro house Electropop", + "Album": "Library of liberty" + }, + { + "Number": 3, + "Title": "Dark Light", + "Released": "09 Aug 2019", + "Genre": "Electro house Electropop", + "Album": "Library of liberty" + }, + { + "Number": 4, + "Title": "Dark Fire", + "Released": "22 Jun 2019", + "Genre": "R&B", + "Album": "Library of liberty" + }, + { + "Number": 5, + "Title": "Flying in the Fire", + "Released": "22 Jul 2019", + "Genre": "*", + "Album": "Library of liberty" + }, + { + "Number": 6, + "Title": "Shadow of Heart", + "Released": "02 Jan 2020", + "Genre": "*", + "Album": "Library of liberty" + }, + { + "Number": 7, + "Title": "Fire of Fire", + "Released": "27 Jan 2019", + "Genre": "*", + "Album": "Library of liberty" + }, + { + "Number": 8, + "Title": "Falling in the River", + "Released": "05 Aug 2019", + "Genre": "Crunk reggaeton", + "Album": "Library of liberty" + }, + { + "Number": 9, + "Title": "Fire of Light", + "Released": "31 Dec 2019", + "Genre": "ethno-tunes", + "Album": "Library of liberty" + }, + { + "Number": 10, + "Title": "Bright Flying", + "Released": "24 Jan 2019", + "Genre": "*", + "Album": "Library of liberty" + } ] } ] @@ -819,7 +1374,76 @@ "USBillboard200": 29, "Artist": "Eva Lee", "Songs": [ - + { + "Number": 1, + "Title": "Dancing in the Shadow", + "Released": "02 Aug 2019", + "Genre": "ethno-tunes", + "Album": "Just a tease" + }, + { + "Number": 2, + "Title": "Silent Whisper", + "Released": "09 Jul 2019", + "Genre": "*", + "Album": "Just a tease" + }, + { + "Number": 3, + "Title": "Crying in the Whisper", + "Released": "30 May 2019", + "Genre": "Crunk reggaeton", + "Album": "Just a tease" + }, + { + "Number": 4, + "Title": "River of Light", + "Released": "10 Jan 2019", + "Genre": "Electro house Electropop", + "Album": "Just a tease" + }, + { + "Number": 5, + "Title": "Golden River", + "Released": "15 Nov 2019", + "Genre": "*", + "Album": "Just a tease" + }, + { + "Number": 6, + "Title": "Burning in the Shadow", + "Released": "18 Apr 2019", + "Genre": "Crunk reggaeton", + "Album": "Just a tease" + }, + { + "Number": 7, + "Title": "Shadow of Sky", + "Released": "06 Sep 2019", + "Genre": "Crunk reggaeton", + "Album": "Just a tease" + }, + { + "Number": 8, + "Title": "Gentle Waiting", + "Released": "05 Dec 2019", + "Genre": "R&B", + "Album": "Just a tease" + }, + { + "Number": 9, + "Title": "Bright River", + "Released": "27 Jan 2020", + "Genre": "R&B", + "Album": "Just a tease" + }, + { + "Number": 10, + "Title": "Heart of Storm", + "Released": "07 Jan 2019", + "Genre": "Synth-pop R&B", + "Album": "Just a tease" + } ] } ] @@ -1046,7 +1670,76 @@ "USBillboard200": 98, "Artist": "Pablo Cambeiro", "Songs": [ - + { + "Number": 1, + "Title": "Dancing in the Echo", + "Released": "03 Oct 2019", + "Genre": "Crunk reggaeton", + "Album": "Fluke" + }, + { + "Number": 2, + "Title": "Dream of Dream", + "Released": "03 Mar 2019", + "Genre": "*", + "Album": "Fluke" + }, + { + "Number": 3, + "Title": "Calling in the Echo", + "Released": "16 Sep 2019", + "Genre": "*", + "Album": "Fluke" + }, + { + "Number": 4, + "Title": "Light of Light", + "Released": "25 May 2019", + "Genre": "Electro house Electropop", + "Album": "Fluke" + }, + { + "Number": 5, + "Title": "Bright Light", + "Released": "21 Mar 2019", + "Genre": "R&B", + "Album": "Fluke" + }, + { + "Number": 6, + "Title": "Storm of Echo", + "Released": "17 Jul 2019", + "Genre": "Synth-pop R&B", + "Album": "Fluke" + }, + { + "Number": 7, + "Title": "Lonely Calling", + "Released": "10 Apr 2019", + "Genre": "ethno-tunes", + "Album": "Fluke" + }, + { + "Number": 8, + "Title": "Gentle Falling", + "Released": "28 Nov 2019", + "Genre": "Synth-pop R&B", + "Album": "Fluke" + }, + { + "Number": 9, + "Title": "Wild Flying", + "Released": "26 Nov 2019", + "Genre": "Crunk reggaeton", + "Album": "Fluke" + }, + { + "Number": 10, + "Title": "Sky of Dream", + "Released": "29 May 2019", + "Genre": "R&B", + "Album": "Fluke" + } ] }, { @@ -1142,7 +1835,76 @@ "USBillboard200": 77, "Artist": "Athar Malakooti", "Songs": [ - + { + "Number": 1, + "Title": "Hiding in the Whisper", + "Released": "03 Apr 2019", + "Genre": "R&B", + "Album": "Pushing up daisies" + }, + { + "Number": 2, + "Title": "Wicked Light", + "Released": "21 Aug 2019", + "Genre": "R&B", + "Album": "Pushing up daisies" + }, + { + "Number": 3, + "Title": "Flying in the River", + "Released": "03 Feb 2020", + "Genre": "Synth-pop R&B", + "Album": "Pushing up daisies" + }, + { + "Number": 4, + "Title": "Wicked Hiding", + "Released": "15 Sep 2019", + "Genre": "Synth-pop R&B", + "Album": "Pushing up daisies" + }, + { + "Number": 5, + "Title": "Lonely Light", + "Released": "13 May 2019", + "Genre": "Electro house Electropop", + "Album": "Pushing up daisies" + }, + { + "Number": 6, + "Title": "Bright Dancing", + "Released": "10 Apr 2019", + "Genre": "Synth-pop R&B", + "Album": "Pushing up daisies" + }, + { + "Number": 7, + "Title": "Gentle Dream", + "Released": "21 May 2019", + "Genre": "*", + "Album": "Pushing up daisies" + }, + { + "Number": 8, + "Title": "Sky of Echo", + "Released": "09 Jun 2019", + "Genre": "Synth-pop R&B", + "Album": "Pushing up daisies" + }, + { + "Number": 9, + "Title": "Breaking in the Sky", + "Released": "27 Dec 2019", + "Genre": "Crunk reggaeton", + "Album": "Pushing up daisies" + }, + { + "Number": 10, + "Title": "Whisper of Shadow", + "Released": "04 Jan 2019", + "Genre": "ethno-tunes", + "Album": "Pushing up daisies" + } ] } ] @@ -1179,7 +1941,76 @@ "USBillboard200": 9, "Artist": "Marti Valencia", "Songs": [ - + { + "Number": 1, + "Title": "Hiding in the Sky", + "Released": "26 Nov 2019", + "Genre": "Synth-pop R&B", + "Album": "Nemesis" + }, + { + "Number": 2, + "Title": "Waiting in the Echo", + "Released": "10 Jul 2019", + "Genre": "ethno-tunes", + "Album": "Nemesis" + }, + { + "Number": 3, + "Title": "Wicked Shadow", + "Released": "29 Jul 2019", + "Genre": "Synth-pop R&B", + "Album": "Nemesis" + }, + { + "Number": 4, + "Title": "Crying in the Whisper", + "Released": "09 Apr 2019", + "Genre": "*", + "Album": "Nemesis" + }, + { + "Number": 5, + "Title": "Echo of Storm", + "Released": "19 Nov 2019", + "Genre": "Crunk reggaeton", + "Album": "Nemesis" + }, + { + "Number": 6, + "Title": "Shadow of Sky", + "Released": "24 Jul 2019", + "Genre": "Crunk reggaeton", + "Album": "Nemesis" + }, + { + "Number": 7, + "Title": "Golden Hiding", + "Released": "12 Dec 2019", + "Genre": "Electro house Electropop", + "Album": "Nemesis" + }, + { + "Number": 8, + "Title": "Wild Dancing", + "Released": "17 Aug 2019", + "Genre": "Synth-pop R&B", + "Album": "Nemesis" + }, + { + "Number": 9, + "Title": "Bright Burning", + "Released": "30 Aug 2019", + "Genre": "Electro house Electropop", + "Album": "Nemesis" + }, + { + "Number": 10, + "Title": "Flying in the River", + "Released": "02 Sep 2019", + "Genre": "*", + "Album": "Nemesis" + } ] }, { @@ -1282,7 +2113,76 @@ "USBillboard200": 37, "Artist": "Marti Valencia", "Songs": [ - + { + "Number": 1, + "Title": "Wild River", + "Released": "11 Jan 2019", + "Genre": "*", + "Album": "God's advocate" + }, + { + "Number": 2, + "Title": "Wicked Whisper", + "Released": "16 Feb 2019", + "Genre": "Electro house Electropop", + "Album": "God's advocate" + }, + { + "Number": 3, + "Title": "Storm of Heart", + "Released": "11 Aug 2019", + "Genre": "*", + "Album": "God's advocate" + }, + { + "Number": 4, + "Title": "Golden Dancing", + "Released": "02 Mar 2019", + "Genre": "Crunk reggaeton", + "Album": "God's advocate" + }, + { + "Number": 5, + "Title": "Calling in the Sky", + "Released": "10 Sep 2019", + "Genre": "Electro house Electropop", + "Album": "God's advocate" + }, + { + "Number": 6, + "Title": "Calling in the Heart", + "Released": "12 Jan 2019", + "Genre": "ethno-tunes", + "Album": "God's advocate" + }, + { + "Number": 7, + "Title": "Running in the Storm", + "Released": "10 Nov 2019", + "Genre": "Synth-pop R&B", + "Album": "God's advocate" + }, + { + "Number": 8, + "Title": "Wild Sky", + "Released": "10 Apr 2019", + "Genre": "R&B", + "Album": "God's advocate" + }, + { + "Number": 9, + "Title": "Crying in the Shadow", + "Released": "02 Mar 2019", + "Genre": "R&B", + "Album": "God's advocate" + }, + { + "Number": 10, + "Title": "Whisper of River", + "Released": "12 May 2019", + "Genre": "*", + "Album": "God's advocate" + } ] } ] @@ -1306,7 +2206,76 @@ "USBillboard200": 7, "Artist": "Alicia Stanger", "Songs": [ - + { + "Number": 1, + "Title": "Shadow of Light", + "Released": "24 Mar 2019", + "Genre": "ethno-tunes", + "Album": "Forever alone" + }, + { + "Number": 2, + "Title": "Running in the Echo", + "Released": "03 May 2019", + "Genre": "Crunk reggaeton", + "Album": "Forever alone" + }, + { + "Number": 3, + "Title": "Gentle Dream", + "Released": "24 Aug 2019", + "Genre": "Crunk reggaeton", + "Album": "Forever alone" + }, + { + "Number": 4, + "Title": "Furious River", + "Released": "24 Apr 2019", + "Genre": "ethno-tunes", + "Album": "Forever alone" + }, + { + "Number": 5, + "Title": "Wild Whisper", + "Released": "09 Mar 2019", + "Genre": "ethno-tunes", + "Album": "Forever alone" + }, + { + "Number": 6, + "Title": "Whisper of Sky", + "Released": "24 Jul 2019", + "Genre": "Crunk reggaeton", + "Album": "Forever alone" + }, + { + "Number": 7, + "Title": "Lonely Storm", + "Released": "01 May 2019", + "Genre": "Crunk reggaeton", + "Album": "Forever alone" + }, + { + "Number": 8, + "Title": "Dancing in the River", + "Released": "17 Dec 2019", + "Genre": "*", + "Album": "Forever alone" + }, + { + "Number": 9, + "Title": "Electric Fire", + "Released": "17 Oct 2019", + "Genre": "Electro house Electropop", + "Album": "Forever alone" + }, + { + "Number": 10, + "Title": "Electric Sky", + "Released": "25 Sep 2019", + "Genre": "ethno-tunes", + "Album": "Forever alone" + } ] } ] @@ -1371,7 +2340,76 @@ "USBillboard200": 35, "Artist": "Peter Taylor", "Songs": [ - + { + "Number": 1, + "Title": "Calling in the Dream", + "Released": "01 Aug 2019", + "Genre": "R&B", + "Album": "Decisions decisions" + }, + { + "Number": 2, + "Title": "Electric Burning", + "Released": "10 Sep 2019", + "Genre": "Electro house Electropop", + "Album": "Decisions decisions" + }, + { + "Number": 3, + "Title": "Dark Flying", + "Released": "28 Apr 2019", + "Genre": "*", + "Album": "Decisions decisions" + }, + { + "Number": 4, + "Title": "Gentle Sky", + "Released": "20 Nov 2019", + "Genre": "ethno-tunes", + "Album": "Decisions decisions" + }, + { + "Number": 5, + "Title": "Gentle Calling", + "Released": "13 Jan 2019", + "Genre": "Crunk reggaeton", + "Album": "Decisions decisions" + }, + { + "Number": 6, + "Title": "Golden Falling", + "Released": "14 Feb 2019", + "Genre": "Crunk reggaeton", + "Album": "Decisions decisions" + }, + { + "Number": 7, + "Title": "Silent River", + "Released": "13 Feb 2019", + "Genre": "R&B", + "Album": "Decisions decisions" + }, + { + "Number": 8, + "Title": "Furious Calling", + "Released": "11 Jun 2019", + "Genre": "Synth-pop R&B", + "Album": "Decisions decisions" + }, + { + "Number": 9, + "Title": "Running in the Echo", + "Released": "06 Nov 2019", + "Genre": "Electro house Electropop", + "Album": "Decisions decisions" + }, + { + "Number": 10, + "Title": "Furious River", + "Released": "12 Mar 2019", + "Genre": "*", + "Album": "Decisions decisions" + } ] }, { @@ -1381,7 +2419,76 @@ "USBillboard200": 89, "Artist": "Peter Taylor", "Songs": [ - + { + "Number": 1, + "Title": "Dark Crying", + "Released": "27 Apr 2019", + "Genre": "Electro house Electropop", + "Album": "Climate changed" + }, + { + "Number": 2, + "Title": "Dark Waiting", + "Released": "14 Nov 2019", + "Genre": "Synth-pop R&B", + "Album": "Climate changed" + }, + { + "Number": 3, + "Title": "Furious Waiting", + "Released": "23 May 2019", + "Genre": "*", + "Album": "Climate changed" + }, + { + "Number": 4, + "Title": "Running in the Echo", + "Released": "29 Nov 2019", + "Genre": "Crunk reggaeton", + "Album": "Climate changed" + }, + { + "Number": 5, + "Title": "Dream of Sky", + "Released": "31 Oct 2019", + "Genre": "Crunk reggaeton", + "Album": "Climate changed" + }, + { + "Number": 6, + "Title": "Hiding in the Heart", + "Released": "09 Aug 2019", + "Genre": "R&B", + "Album": "Climate changed" + }, + { + "Number": 7, + "Title": "Sky of Storm", + "Released": "01 Jun 2019", + "Genre": "R&B", + "Album": "Climate changed" + }, + { + "Number": 8, + "Title": "Light of Storm", + "Released": "17 Jan 2020", + "Genre": "ethno-tunes", + "Album": "Climate changed" + }, + { + "Number": 9, + "Title": "Light of Sky", + "Released": "26 May 2019", + "Genre": "*", + "Album": "Climate changed" + }, + { + "Number": 10, + "Title": "Golden River", + "Released": "19 Jun 2019", + "Genre": "*", + "Album": "Climate changed" + } ] } ] diff --git a/samples/grids/hierarchical-grid/excel-style-filtering-sample-3/src/SingersData.json b/samples/grids/hierarchical-grid/excel-style-filtering-sample-3/src/SingersData.json index f7508f3c9a..75ec4ec561 100644 --- a/samples/grids/hierarchical-grid/excel-style-filtering-sample-3/src/SingersData.json +++ b/samples/grids/hierarchical-grid/excel-style-filtering-sample-3/src/SingersData.json @@ -78,7 +78,79 @@ "LaunchDate": "September 3, 2013", "BillboardReview": 86, "USBillboard200": 1, - "Artist": "Naomí Yepes" + "Artist": "Naomí Yepes", + "Songs": [ + { + "Number": 1, + "Title": "Lonely Falling", + "Released": "01 May 2019", + "Genre": "*", + "Album": "Initiation" + }, + { + "Number": 2, + "Title": "Bright Breaking", + "Released": "25 Jul 2019", + "Genre": "Electro house Electropop", + "Album": "Initiation" + }, + { + "Number": 3, + "Title": "River of Whisper", + "Released": "29 Jan 2020", + "Genre": "Electro house Electropop", + "Album": "Initiation" + }, + { + "Number": 4, + "Title": "Sky of Storm", + "Released": "07 May 2019", + "Genre": "Electro house Electropop", + "Album": "Initiation" + }, + { + "Number": 5, + "Title": "Electric River", + "Released": "20 Jan 2020", + "Genre": "R&B", + "Album": "Initiation" + }, + { + "Number": 6, + "Title": "Storm of Storm", + "Released": "01 Sep 2019", + "Genre": "Crunk reggaeton", + "Album": "Initiation" + }, + { + "Number": 7, + "Title": "Fire of Dream", + "Released": "12 Sep 2019", + "Genre": "Electro house Electropop", + "Album": "Initiation" + }, + { + "Number": 8, + "Title": "Burning in the Light", + "Released": "15 Apr 2019", + "Genre": "*", + "Album": "Initiation" + }, + { + "Number": 9, + "Title": "Burning in the Storm", + "Released": "10 Sep 2019", + "Genre": "Electro house Electropop", + "Album": "Initiation" + }, + { + "Number": 10, + "Title": "Shadow of Whisper", + "Released": "06 Jan 2019", + "Genre": "Crunk reggaeton", + "Album": "Initiation" + } + ] }, { "Album": "Dream Driven", @@ -90,7 +162,7 @@ { "Number": 1, "Title": "Intro", - "Released": false, + "Released": "10 Sep 2019", "Genre": "*", "Album": "Dream Driven" }, @@ -111,7 +183,7 @@ { "Number": 4, "Title": "Future past", - "Released": false, + "Released": "20 Sep 2011", "Genre": "*", "Album": "Dream Driven" }, @@ -132,14 +204,14 @@ { "Number": 7, "Title": "Stay where you are", - "Released": false, + "Released": "14 Sep 2013", "Genre": "*", "Album": "Dream Driven" }, { "Number": 8, "Title": "Imaginarium", - "Released": false, + "Released": "20 Sep 2021", "Genre": "*", "Album": "Dream Driven" }, @@ -153,21 +225,21 @@ { "Number": 10, "Title": "Shredded into pieces", - "Released": false, + "Released": "11 Sep 2015", "Genre": "*", "Album": "Dream Driven" }, { "Number": 11, "Title": "Capture this moment", - "Released": false, + "Released": "13 Sep 2016", "Genre": "*", "Album": "Dream Driven" }, { "Number": 12, "Title": "Dream Driven", - "Released": false, + "Released": "14 Sep 2014", "Genre": "*", "Album": "Dream Driven" } @@ -180,7 +252,76 @@ "USBillboard200": 2, "Artist": "Naomí Yepes", "Songs": [ - + { + "Number": 1, + "Title": "Calling in the Storm", + "Released": "12 Mar 2019", + "Genre": "Electro house Electropop", + "Album": "The dragon journey" + }, + { + "Number": 2, + "Title": "Hiding in the Dream", + "Released": "23 Mar 2019", + "Genre": "R&B", + "Album": "The dragon journey" + }, + { + "Number": 3, + "Title": "Electric Heart", + "Released": "17 Mar 2019", + "Genre": "ethno-tunes", + "Album": "The dragon journey" + }, + { + "Number": 4, + "Title": "Shadow of Echo", + "Released": "20 Feb 2019", + "Genre": "ethno-tunes", + "Album": "The dragon journey" + }, + { + "Number": 5, + "Title": "Flying in the Storm", + "Released": "08 Apr 2019", + "Genre": "R&B", + "Album": "The dragon journey" + }, + { + "Number": 6, + "Title": "Dark Waiting", + "Released": "20 Oct 2019", + "Genre": "Synth-pop R&B", + "Album": "The dragon journey" + }, + { + "Number": 7, + "Title": "Fire of River", + "Released": "20 Feb 2019", + "Genre": "Synth-pop R&B", + "Album": "The dragon journey" + }, + { + "Number": 8, + "Title": "Wild Crying", + "Released": "14 Jun 2019", + "Genre": "R&B", + "Album": "The dragon journey" + }, + { + "Number": 9, + "Title": "Bright Dancing", + "Released": "14 Mar 2019", + "Genre": "Electro house Electropop", + "Album": "The dragon journey" + }, + { + "Number": 10, + "Title": "Golden Waiting", + "Released": "12 Sep 2019", + "Genre": "Synth-pop R&B", + "Album": "The dragon journey" + } ] }, { @@ -276,7 +417,76 @@ "USBillboard200": 12, "Artist": "Naomí Yepes", "Songs": [ - + { + "Number": 1, + "Title": "Storm of Dream", + "Released": "05 Jan 2019", + "Genre": "*", + "Album": "Curiosity" + }, + { + "Number": 2, + "Title": "Echo of Dream", + "Released": "28 Jan 2019", + "Genre": "Synth-pop R&B", + "Album": "Curiosity" + }, + { + "Number": 3, + "Title": "Light of Shadow", + "Released": "07 Feb 2019", + "Genre": "Synth-pop R&B", + "Album": "Curiosity" + }, + { + "Number": 4, + "Title": "Storm of Heart", + "Released": "05 Jan 2020", + "Genre": "Electro house Electropop", + "Album": "Curiosity" + }, + { + "Number": 5, + "Title": "Shadow of River", + "Released": "27 Feb 2019", + "Genre": "*", + "Album": "Curiosity" + }, + { + "Number": 6, + "Title": "Wicked Dancing", + "Released": "17 Jan 2020", + "Genre": "ethno-tunes", + "Album": "Curiosity" + }, + { + "Number": 7, + "Title": "River of Light", + "Released": "22 Feb 2019", + "Genre": "R&B", + "Album": "Curiosity" + }, + { + "Number": 8, + "Title": "Lonely Breaking", + "Released": "09 Sep 2019", + "Genre": "ethno-tunes", + "Album": "Curiosity" + }, + { + "Number": 9, + "Title": "Furious Flying", + "Released": "08 Jun 2019", + "Genre": "R&B", + "Album": "Curiosity" + }, + { + "Number": 10, + "Title": "Hiding in the Storm", + "Released": "27 May 2019", + "Genre": "Electro house Electropop", + "Album": "Curiosity" + } ] } ] @@ -513,7 +723,76 @@ "USBillboard200": 69, "Artist": "Ahmad Nazeri", "Songs": [ - + { + "Number": 1, + "Title": "Gentle Falling", + "Released": "26 Apr 2019", + "Genre": "Crunk reggaeton", + "Album": "Emergency" + }, + { + "Number": 2, + "Title": "Calling in the Fire", + "Released": "03 Sep 2019", + "Genre": "ethno-tunes", + "Album": "Emergency" + }, + { + "Number": 3, + "Title": "Fire of Shadow", + "Released": "05 Jan 2019", + "Genre": "ethno-tunes", + "Album": "Emergency" + }, + { + "Number": 4, + "Title": "Dancing in the Dream", + "Released": "15 Apr 2019", + "Genre": "R&B", + "Album": "Emergency" + }, + { + "Number": 5, + "Title": "Calling in the Shadow", + "Released": "09 Oct 2019", + "Genre": "R&B", + "Album": "Emergency" + }, + { + "Number": 6, + "Title": "Falling in the Sky", + "Released": "08 Mar 2019", + "Genre": "ethno-tunes", + "Album": "Emergency" + }, + { + "Number": 7, + "Title": "Calling in the Storm", + "Released": "05 Dec 2019", + "Genre": "ethno-tunes", + "Album": "Emergency" + }, + { + "Number": 8, + "Title": "Falling in the River", + "Released": "19 Aug 2019", + "Genre": "Electro house Electropop", + "Album": "Emergency" + }, + { + "Number": 9, + "Title": "Electric Fire", + "Released": "30 Nov 2019", + "Genre": "Crunk reggaeton", + "Album": "Emergency" + }, + { + "Number": 10, + "Title": "Lonely River", + "Released": "11 Nov 2019", + "Genre": "Electro house Electropop", + "Album": "Emergency" + } ] }, { @@ -523,7 +802,76 @@ "USBillboard200": 39, "Artist": "Ahmad Nazeri", "Songs": [ - + { + "Number": 1, + "Title": "Lonely Dream", + "Released": "11 Dec 2019", + "Genre": "ethno-tunes", + "Album": "Bursting bubbles" + }, + { + "Number": 2, + "Title": "Fire of River", + "Released": "01 Aug 2019", + "Genre": "Synth-pop R&B", + "Album": "Bursting bubbles" + }, + { + "Number": 3, + "Title": "Wicked Falling", + "Released": "25 Jan 2019", + "Genre": "*", + "Album": "Bursting bubbles" + }, + { + "Number": 4, + "Title": "Crying in the Shadow", + "Released": "04 Jan 2019", + "Genre": "Synth-pop R&B", + "Album": "Bursting bubbles" + }, + { + "Number": 5, + "Title": "Wild Burning", + "Released": "10 May 2019", + "Genre": "ethno-tunes", + "Album": "Bursting bubbles" + }, + { + "Number": 6, + "Title": "Waiting in the Heart", + "Released": "07 Aug 2019", + "Genre": "ethno-tunes", + "Album": "Bursting bubbles" + }, + { + "Number": 7, + "Title": "Fire of Fire", + "Released": "16 May 2019", + "Genre": "Electro house Electropop", + "Album": "Bursting bubbles" + }, + { + "Number": 8, + "Title": "Bright Heart", + "Released": "14 Mar 2019", + "Genre": "Synth-pop R&B", + "Album": "Bursting bubbles" + }, + { + "Number": 9, + "Title": "Lonely Fire", + "Released": "15 Oct 2019", + "Genre": "R&B", + "Album": "Bursting bubbles" + }, + { + "Number": 10, + "Title": "Sky of Dream", + "Released": "20 Jun 2019", + "Genre": "ethno-tunes", + "Album": "Bursting bubbles" + } ] } ] @@ -547,7 +895,76 @@ "USBillboard200": 1, "Artist": "Kimmy McIlmorie", "Songs": [ - + { + "Number": 1, + "Title": "Storm of Sky", + "Released": "04 Mar 2019", + "Genre": "ethno-tunes", + "Album": "Here we go again" + }, + { + "Number": 2, + "Title": "Dream of Shadow", + "Released": "03 Jan 2019", + "Genre": "ethno-tunes", + "Album": "Here we go again" + }, + { + "Number": 3, + "Title": "Dream of Shadow", + "Released": "19 Dec 2019", + "Genre": "Electro house Electropop", + "Album": "Here we go again" + }, + { + "Number": 4, + "Title": "Golden Fire", + "Released": "20 Jan 2019", + "Genre": "R&B", + "Album": "Here we go again" + }, + { + "Number": 5, + "Title": "Running in the Light", + "Released": "03 Jan 2020", + "Genre": "Synth-pop R&B", + "Album": "Here we go again" + }, + { + "Number": 6, + "Title": "Flying in the Heart", + "Released": "17 Jan 2019", + "Genre": "*", + "Album": "Here we go again" + }, + { + "Number": 7, + "Title": "Fire of Storm", + "Released": "26 Jan 2019", + "Genre": "ethno-tunes", + "Album": "Here we go again" + }, + { + "Number": 8, + "Title": "Calling in the Sky", + "Released": "28 Oct 2019", + "Genre": "Synth-pop R&B", + "Album": "Here we go again" + }, + { + "Number": 9, + "Title": "Flying in the Shadow", + "Released": "30 Mar 2019", + "Genre": "ethno-tunes", + "Album": "Here we go again" + }, + { + "Number": 10, + "Title": "Golden Dancing", + "Released": "12 Oct 2019", + "Genre": "ethno-tunes", + "Album": "Here we go again" + } ] } ] @@ -771,7 +1188,76 @@ "USBillboard200": 85, "Artist": "Izabella Tabakova", "Songs": [ - + { + "Number": 1, + "Title": "Hiding in the Light", + "Released": "24 Jan 2019", + "Genre": "Synth-pop R&B", + "Album": "Dark matters" + }, + { + "Number": 2, + "Title": "Furious River", + "Released": "13 Jan 2020", + "Genre": "Electro house Electropop", + "Album": "Dark matters" + }, + { + "Number": 3, + "Title": "Wild Crying", + "Released": "27 Feb 2019", + "Genre": "Electro house Electropop", + "Album": "Dark matters" + }, + { + "Number": 4, + "Title": "Light of Dream", + "Released": "01 Jun 2019", + "Genre": "Crunk reggaeton", + "Album": "Dark matters" + }, + { + "Number": 5, + "Title": "Light of Dream", + "Released": "24 Aug 2019", + "Genre": "*", + "Album": "Dark matters" + }, + { + "Number": 6, + "Title": "Storm of Light", + "Released": "26 Feb 2019", + "Genre": "*", + "Album": "Dark matters" + }, + { + "Number": 7, + "Title": "Dark Storm", + "Released": "18 Jan 2020", + "Genre": "R&B", + "Album": "Dark matters" + }, + { + "Number": 8, + "Title": "Dark Calling", + "Released": "20 Mar 2019", + "Genre": "Crunk reggaeton", + "Album": "Dark matters" + }, + { + "Number": 9, + "Title": "Sky of Whisper", + "Released": "30 Jan 2019", + "Genre": "ethno-tunes", + "Album": "Dark matters" + }, + { + "Number": 10, + "Title": "Dancing in the Light", + "Released": "28 Nov 2019", + "Genre": "Synth-pop R&B", + "Album": "Dark matters" + } ] } ] @@ -795,7 +1281,76 @@ "USBillboard200": 5, "Artist": "Nguyễn Diệp Chi", "Songs": [ - + { + "Number": 1, + "Title": "Echo of River", + "Released": "05 Mar 2019", + "Genre": "Synth-pop R&B", + "Album": "Library of liberty" + }, + { + "Number": 2, + "Title": "Heart of River", + "Released": "12 Jan 2020", + "Genre": "Electro house Electropop", + "Album": "Library of liberty" + }, + { + "Number": 3, + "Title": "Dark Light", + "Released": "09 Aug 2019", + "Genre": "Electro house Electropop", + "Album": "Library of liberty" + }, + { + "Number": 4, + "Title": "Dark Fire", + "Released": "22 Jun 2019", + "Genre": "R&B", + "Album": "Library of liberty" + }, + { + "Number": 5, + "Title": "Flying in the Fire", + "Released": "22 Jul 2019", + "Genre": "*", + "Album": "Library of liberty" + }, + { + "Number": 6, + "Title": "Shadow of Heart", + "Released": "02 Jan 2020", + "Genre": "*", + "Album": "Library of liberty" + }, + { + "Number": 7, + "Title": "Fire of Fire", + "Released": "27 Jan 2019", + "Genre": "*", + "Album": "Library of liberty" + }, + { + "Number": 8, + "Title": "Falling in the River", + "Released": "05 Aug 2019", + "Genre": "Crunk reggaeton", + "Album": "Library of liberty" + }, + { + "Number": 9, + "Title": "Fire of Light", + "Released": "31 Dec 2019", + "Genre": "ethno-tunes", + "Album": "Library of liberty" + }, + { + "Number": 10, + "Title": "Bright Flying", + "Released": "24 Jan 2019", + "Genre": "*", + "Album": "Library of liberty" + } ] } ] @@ -819,7 +1374,76 @@ "USBillboard200": 29, "Artist": "Eva Lee", "Songs": [ - + { + "Number": 1, + "Title": "Dancing in the Shadow", + "Released": "02 Aug 2019", + "Genre": "ethno-tunes", + "Album": "Just a tease" + }, + { + "Number": 2, + "Title": "Silent Whisper", + "Released": "09 Jul 2019", + "Genre": "*", + "Album": "Just a tease" + }, + { + "Number": 3, + "Title": "Crying in the Whisper", + "Released": "30 May 2019", + "Genre": "Crunk reggaeton", + "Album": "Just a tease" + }, + { + "Number": 4, + "Title": "River of Light", + "Released": "10 Jan 2019", + "Genre": "Electro house Electropop", + "Album": "Just a tease" + }, + { + "Number": 5, + "Title": "Golden River", + "Released": "15 Nov 2019", + "Genre": "*", + "Album": "Just a tease" + }, + { + "Number": 6, + "Title": "Burning in the Shadow", + "Released": "18 Apr 2019", + "Genre": "Crunk reggaeton", + "Album": "Just a tease" + }, + { + "Number": 7, + "Title": "Shadow of Sky", + "Released": "06 Sep 2019", + "Genre": "Crunk reggaeton", + "Album": "Just a tease" + }, + { + "Number": 8, + "Title": "Gentle Waiting", + "Released": "05 Dec 2019", + "Genre": "R&B", + "Album": "Just a tease" + }, + { + "Number": 9, + "Title": "Bright River", + "Released": "27 Jan 2020", + "Genre": "R&B", + "Album": "Just a tease" + }, + { + "Number": 10, + "Title": "Heart of Storm", + "Released": "07 Jan 2019", + "Genre": "Synth-pop R&B", + "Album": "Just a tease" + } ] } ] @@ -1046,7 +1670,76 @@ "USBillboard200": 98, "Artist": "Pablo Cambeiro", "Songs": [ - + { + "Number": 1, + "Title": "Dancing in the Echo", + "Released": "03 Oct 2019", + "Genre": "Crunk reggaeton", + "Album": "Fluke" + }, + { + "Number": 2, + "Title": "Dream of Dream", + "Released": "03 Mar 2019", + "Genre": "*", + "Album": "Fluke" + }, + { + "Number": 3, + "Title": "Calling in the Echo", + "Released": "16 Sep 2019", + "Genre": "*", + "Album": "Fluke" + }, + { + "Number": 4, + "Title": "Light of Light", + "Released": "25 May 2019", + "Genre": "Electro house Electropop", + "Album": "Fluke" + }, + { + "Number": 5, + "Title": "Bright Light", + "Released": "21 Mar 2019", + "Genre": "R&B", + "Album": "Fluke" + }, + { + "Number": 6, + "Title": "Storm of Echo", + "Released": "17 Jul 2019", + "Genre": "Synth-pop R&B", + "Album": "Fluke" + }, + { + "Number": 7, + "Title": "Lonely Calling", + "Released": "10 Apr 2019", + "Genre": "ethno-tunes", + "Album": "Fluke" + }, + { + "Number": 8, + "Title": "Gentle Falling", + "Released": "28 Nov 2019", + "Genre": "Synth-pop R&B", + "Album": "Fluke" + }, + { + "Number": 9, + "Title": "Wild Flying", + "Released": "26 Nov 2019", + "Genre": "Crunk reggaeton", + "Album": "Fluke" + }, + { + "Number": 10, + "Title": "Sky of Dream", + "Released": "29 May 2019", + "Genre": "R&B", + "Album": "Fluke" + } ] }, { @@ -1142,7 +1835,76 @@ "USBillboard200": 77, "Artist": "Athar Malakooti", "Songs": [ - + { + "Number": 1, + "Title": "Hiding in the Whisper", + "Released": "03 Apr 2019", + "Genre": "R&B", + "Album": "Pushing up daisies" + }, + { + "Number": 2, + "Title": "Wicked Light", + "Released": "21 Aug 2019", + "Genre": "R&B", + "Album": "Pushing up daisies" + }, + { + "Number": 3, + "Title": "Flying in the River", + "Released": "03 Feb 2020", + "Genre": "Synth-pop R&B", + "Album": "Pushing up daisies" + }, + { + "Number": 4, + "Title": "Wicked Hiding", + "Released": "15 Sep 2019", + "Genre": "Synth-pop R&B", + "Album": "Pushing up daisies" + }, + { + "Number": 5, + "Title": "Lonely Light", + "Released": "13 May 2019", + "Genre": "Electro house Electropop", + "Album": "Pushing up daisies" + }, + { + "Number": 6, + "Title": "Bright Dancing", + "Released": "10 Apr 2019", + "Genre": "Synth-pop R&B", + "Album": "Pushing up daisies" + }, + { + "Number": 7, + "Title": "Gentle Dream", + "Released": "21 May 2019", + "Genre": "*", + "Album": "Pushing up daisies" + }, + { + "Number": 8, + "Title": "Sky of Echo", + "Released": "09 Jun 2019", + "Genre": "Synth-pop R&B", + "Album": "Pushing up daisies" + }, + { + "Number": 9, + "Title": "Breaking in the Sky", + "Released": "27 Dec 2019", + "Genre": "Crunk reggaeton", + "Album": "Pushing up daisies" + }, + { + "Number": 10, + "Title": "Whisper of Shadow", + "Released": "04 Jan 2019", + "Genre": "ethno-tunes", + "Album": "Pushing up daisies" + } ] } ] @@ -1179,7 +1941,76 @@ "USBillboard200": 9, "Artist": "Marti Valencia", "Songs": [ - + { + "Number": 1, + "Title": "Hiding in the Sky", + "Released": "26 Nov 2019", + "Genre": "Synth-pop R&B", + "Album": "Nemesis" + }, + { + "Number": 2, + "Title": "Waiting in the Echo", + "Released": "10 Jul 2019", + "Genre": "ethno-tunes", + "Album": "Nemesis" + }, + { + "Number": 3, + "Title": "Wicked Shadow", + "Released": "29 Jul 2019", + "Genre": "Synth-pop R&B", + "Album": "Nemesis" + }, + { + "Number": 4, + "Title": "Crying in the Whisper", + "Released": "09 Apr 2019", + "Genre": "*", + "Album": "Nemesis" + }, + { + "Number": 5, + "Title": "Echo of Storm", + "Released": "19 Nov 2019", + "Genre": "Crunk reggaeton", + "Album": "Nemesis" + }, + { + "Number": 6, + "Title": "Shadow of Sky", + "Released": "24 Jul 2019", + "Genre": "Crunk reggaeton", + "Album": "Nemesis" + }, + { + "Number": 7, + "Title": "Golden Hiding", + "Released": "12 Dec 2019", + "Genre": "Electro house Electropop", + "Album": "Nemesis" + }, + { + "Number": 8, + "Title": "Wild Dancing", + "Released": "17 Aug 2019", + "Genre": "Synth-pop R&B", + "Album": "Nemesis" + }, + { + "Number": 9, + "Title": "Bright Burning", + "Released": "30 Aug 2019", + "Genre": "Electro house Electropop", + "Album": "Nemesis" + }, + { + "Number": 10, + "Title": "Flying in the River", + "Released": "02 Sep 2019", + "Genre": "*", + "Album": "Nemesis" + } ] }, { @@ -1282,7 +2113,76 @@ "USBillboard200": 37, "Artist": "Marti Valencia", "Songs": [ - + { + "Number": 1, + "Title": "Wild River", + "Released": "11 Jan 2019", + "Genre": "*", + "Album": "God's advocate" + }, + { + "Number": 2, + "Title": "Wicked Whisper", + "Released": "16 Feb 2019", + "Genre": "Electro house Electropop", + "Album": "God's advocate" + }, + { + "Number": 3, + "Title": "Storm of Heart", + "Released": "11 Aug 2019", + "Genre": "*", + "Album": "God's advocate" + }, + { + "Number": 4, + "Title": "Golden Dancing", + "Released": "02 Mar 2019", + "Genre": "Crunk reggaeton", + "Album": "God's advocate" + }, + { + "Number": 5, + "Title": "Calling in the Sky", + "Released": "10 Sep 2019", + "Genre": "Electro house Electropop", + "Album": "God's advocate" + }, + { + "Number": 6, + "Title": "Calling in the Heart", + "Released": "12 Jan 2019", + "Genre": "ethno-tunes", + "Album": "God's advocate" + }, + { + "Number": 7, + "Title": "Running in the Storm", + "Released": "10 Nov 2019", + "Genre": "Synth-pop R&B", + "Album": "God's advocate" + }, + { + "Number": 8, + "Title": "Wild Sky", + "Released": "10 Apr 2019", + "Genre": "R&B", + "Album": "God's advocate" + }, + { + "Number": 9, + "Title": "Crying in the Shadow", + "Released": "02 Mar 2019", + "Genre": "R&B", + "Album": "God's advocate" + }, + { + "Number": 10, + "Title": "Whisper of River", + "Released": "12 May 2019", + "Genre": "*", + "Album": "God's advocate" + } ] } ] @@ -1306,7 +2206,76 @@ "USBillboard200": 7, "Artist": "Alicia Stanger", "Songs": [ - + { + "Number": 1, + "Title": "Shadow of Light", + "Released": "24 Mar 2019", + "Genre": "ethno-tunes", + "Album": "Forever alone" + }, + { + "Number": 2, + "Title": "Running in the Echo", + "Released": "03 May 2019", + "Genre": "Crunk reggaeton", + "Album": "Forever alone" + }, + { + "Number": 3, + "Title": "Gentle Dream", + "Released": "24 Aug 2019", + "Genre": "Crunk reggaeton", + "Album": "Forever alone" + }, + { + "Number": 4, + "Title": "Furious River", + "Released": "24 Apr 2019", + "Genre": "ethno-tunes", + "Album": "Forever alone" + }, + { + "Number": 5, + "Title": "Wild Whisper", + "Released": "09 Mar 2019", + "Genre": "ethno-tunes", + "Album": "Forever alone" + }, + { + "Number": 6, + "Title": "Whisper of Sky", + "Released": "24 Jul 2019", + "Genre": "Crunk reggaeton", + "Album": "Forever alone" + }, + { + "Number": 7, + "Title": "Lonely Storm", + "Released": "01 May 2019", + "Genre": "Crunk reggaeton", + "Album": "Forever alone" + }, + { + "Number": 8, + "Title": "Dancing in the River", + "Released": "17 Dec 2019", + "Genre": "*", + "Album": "Forever alone" + }, + { + "Number": 9, + "Title": "Electric Fire", + "Released": "17 Oct 2019", + "Genre": "Electro house Electropop", + "Album": "Forever alone" + }, + { + "Number": 10, + "Title": "Electric Sky", + "Released": "25 Sep 2019", + "Genre": "ethno-tunes", + "Album": "Forever alone" + } ] } ] @@ -1371,7 +2340,76 @@ "USBillboard200": 35, "Artist": "Peter Taylor", "Songs": [ - + { + "Number": 1, + "Title": "Calling in the Dream", + "Released": "01 Aug 2019", + "Genre": "R&B", + "Album": "Decisions decisions" + }, + { + "Number": 2, + "Title": "Electric Burning", + "Released": "10 Sep 2019", + "Genre": "Electro house Electropop", + "Album": "Decisions decisions" + }, + { + "Number": 3, + "Title": "Dark Flying", + "Released": "28 Apr 2019", + "Genre": "*", + "Album": "Decisions decisions" + }, + { + "Number": 4, + "Title": "Gentle Sky", + "Released": "20 Nov 2019", + "Genre": "ethno-tunes", + "Album": "Decisions decisions" + }, + { + "Number": 5, + "Title": "Gentle Calling", + "Released": "13 Jan 2019", + "Genre": "Crunk reggaeton", + "Album": "Decisions decisions" + }, + { + "Number": 6, + "Title": "Golden Falling", + "Released": "14 Feb 2019", + "Genre": "Crunk reggaeton", + "Album": "Decisions decisions" + }, + { + "Number": 7, + "Title": "Silent River", + "Released": "13 Feb 2019", + "Genre": "R&B", + "Album": "Decisions decisions" + }, + { + "Number": 8, + "Title": "Furious Calling", + "Released": "11 Jun 2019", + "Genre": "Synth-pop R&B", + "Album": "Decisions decisions" + }, + { + "Number": 9, + "Title": "Running in the Echo", + "Released": "06 Nov 2019", + "Genre": "Electro house Electropop", + "Album": "Decisions decisions" + }, + { + "Number": 10, + "Title": "Furious River", + "Released": "12 Mar 2019", + "Genre": "*", + "Album": "Decisions decisions" + } ] }, { @@ -1381,7 +2419,76 @@ "USBillboard200": 89, "Artist": "Peter Taylor", "Songs": [ - + { + "Number": 1, + "Title": "Dark Crying", + "Released": "27 Apr 2019", + "Genre": "Electro house Electropop", + "Album": "Climate changed" + }, + { + "Number": 2, + "Title": "Dark Waiting", + "Released": "14 Nov 2019", + "Genre": "Synth-pop R&B", + "Album": "Climate changed" + }, + { + "Number": 3, + "Title": "Furious Waiting", + "Released": "23 May 2019", + "Genre": "*", + "Album": "Climate changed" + }, + { + "Number": 4, + "Title": "Running in the Echo", + "Released": "29 Nov 2019", + "Genre": "Crunk reggaeton", + "Album": "Climate changed" + }, + { + "Number": 5, + "Title": "Dream of Sky", + "Released": "31 Oct 2019", + "Genre": "Crunk reggaeton", + "Album": "Climate changed" + }, + { + "Number": 6, + "Title": "Hiding in the Heart", + "Released": "09 Aug 2019", + "Genre": "R&B", + "Album": "Climate changed" + }, + { + "Number": 7, + "Title": "Sky of Storm", + "Released": "01 Jun 2019", + "Genre": "R&B", + "Album": "Climate changed" + }, + { + "Number": 8, + "Title": "Light of Storm", + "Released": "17 Jan 2020", + "Genre": "ethno-tunes", + "Album": "Climate changed" + }, + { + "Number": 9, + "Title": "Light of Sky", + "Released": "26 May 2019", + "Genre": "*", + "Album": "Climate changed" + }, + { + "Number": 10, + "Title": "Golden River", + "Released": "19 Jun 2019", + "Genre": "*", + "Album": "Climate changed" + } ] } ] diff --git a/samples/grids/hierarchical-grid/excel-style-filtering-style/src/SingersData.json b/samples/grids/hierarchical-grid/excel-style-filtering-style/src/SingersData.json index f7508f3c9a..75ec4ec561 100644 --- a/samples/grids/hierarchical-grid/excel-style-filtering-style/src/SingersData.json +++ b/samples/grids/hierarchical-grid/excel-style-filtering-style/src/SingersData.json @@ -78,7 +78,79 @@ "LaunchDate": "September 3, 2013", "BillboardReview": 86, "USBillboard200": 1, - "Artist": "Naomí Yepes" + "Artist": "Naomí Yepes", + "Songs": [ + { + "Number": 1, + "Title": "Lonely Falling", + "Released": "01 May 2019", + "Genre": "*", + "Album": "Initiation" + }, + { + "Number": 2, + "Title": "Bright Breaking", + "Released": "25 Jul 2019", + "Genre": "Electro house Electropop", + "Album": "Initiation" + }, + { + "Number": 3, + "Title": "River of Whisper", + "Released": "29 Jan 2020", + "Genre": "Electro house Electropop", + "Album": "Initiation" + }, + { + "Number": 4, + "Title": "Sky of Storm", + "Released": "07 May 2019", + "Genre": "Electro house Electropop", + "Album": "Initiation" + }, + { + "Number": 5, + "Title": "Electric River", + "Released": "20 Jan 2020", + "Genre": "R&B", + "Album": "Initiation" + }, + { + "Number": 6, + "Title": "Storm of Storm", + "Released": "01 Sep 2019", + "Genre": "Crunk reggaeton", + "Album": "Initiation" + }, + { + "Number": 7, + "Title": "Fire of Dream", + "Released": "12 Sep 2019", + "Genre": "Electro house Electropop", + "Album": "Initiation" + }, + { + "Number": 8, + "Title": "Burning in the Light", + "Released": "15 Apr 2019", + "Genre": "*", + "Album": "Initiation" + }, + { + "Number": 9, + "Title": "Burning in the Storm", + "Released": "10 Sep 2019", + "Genre": "Electro house Electropop", + "Album": "Initiation" + }, + { + "Number": 10, + "Title": "Shadow of Whisper", + "Released": "06 Jan 2019", + "Genre": "Crunk reggaeton", + "Album": "Initiation" + } + ] }, { "Album": "Dream Driven", @@ -90,7 +162,7 @@ { "Number": 1, "Title": "Intro", - "Released": false, + "Released": "10 Sep 2019", "Genre": "*", "Album": "Dream Driven" }, @@ -111,7 +183,7 @@ { "Number": 4, "Title": "Future past", - "Released": false, + "Released": "20 Sep 2011", "Genre": "*", "Album": "Dream Driven" }, @@ -132,14 +204,14 @@ { "Number": 7, "Title": "Stay where you are", - "Released": false, + "Released": "14 Sep 2013", "Genre": "*", "Album": "Dream Driven" }, { "Number": 8, "Title": "Imaginarium", - "Released": false, + "Released": "20 Sep 2021", "Genre": "*", "Album": "Dream Driven" }, @@ -153,21 +225,21 @@ { "Number": 10, "Title": "Shredded into pieces", - "Released": false, + "Released": "11 Sep 2015", "Genre": "*", "Album": "Dream Driven" }, { "Number": 11, "Title": "Capture this moment", - "Released": false, + "Released": "13 Sep 2016", "Genre": "*", "Album": "Dream Driven" }, { "Number": 12, "Title": "Dream Driven", - "Released": false, + "Released": "14 Sep 2014", "Genre": "*", "Album": "Dream Driven" } @@ -180,7 +252,76 @@ "USBillboard200": 2, "Artist": "Naomí Yepes", "Songs": [ - + { + "Number": 1, + "Title": "Calling in the Storm", + "Released": "12 Mar 2019", + "Genre": "Electro house Electropop", + "Album": "The dragon journey" + }, + { + "Number": 2, + "Title": "Hiding in the Dream", + "Released": "23 Mar 2019", + "Genre": "R&B", + "Album": "The dragon journey" + }, + { + "Number": 3, + "Title": "Electric Heart", + "Released": "17 Mar 2019", + "Genre": "ethno-tunes", + "Album": "The dragon journey" + }, + { + "Number": 4, + "Title": "Shadow of Echo", + "Released": "20 Feb 2019", + "Genre": "ethno-tunes", + "Album": "The dragon journey" + }, + { + "Number": 5, + "Title": "Flying in the Storm", + "Released": "08 Apr 2019", + "Genre": "R&B", + "Album": "The dragon journey" + }, + { + "Number": 6, + "Title": "Dark Waiting", + "Released": "20 Oct 2019", + "Genre": "Synth-pop R&B", + "Album": "The dragon journey" + }, + { + "Number": 7, + "Title": "Fire of River", + "Released": "20 Feb 2019", + "Genre": "Synth-pop R&B", + "Album": "The dragon journey" + }, + { + "Number": 8, + "Title": "Wild Crying", + "Released": "14 Jun 2019", + "Genre": "R&B", + "Album": "The dragon journey" + }, + { + "Number": 9, + "Title": "Bright Dancing", + "Released": "14 Mar 2019", + "Genre": "Electro house Electropop", + "Album": "The dragon journey" + }, + { + "Number": 10, + "Title": "Golden Waiting", + "Released": "12 Sep 2019", + "Genre": "Synth-pop R&B", + "Album": "The dragon journey" + } ] }, { @@ -276,7 +417,76 @@ "USBillboard200": 12, "Artist": "Naomí Yepes", "Songs": [ - + { + "Number": 1, + "Title": "Storm of Dream", + "Released": "05 Jan 2019", + "Genre": "*", + "Album": "Curiosity" + }, + { + "Number": 2, + "Title": "Echo of Dream", + "Released": "28 Jan 2019", + "Genre": "Synth-pop R&B", + "Album": "Curiosity" + }, + { + "Number": 3, + "Title": "Light of Shadow", + "Released": "07 Feb 2019", + "Genre": "Synth-pop R&B", + "Album": "Curiosity" + }, + { + "Number": 4, + "Title": "Storm of Heart", + "Released": "05 Jan 2020", + "Genre": "Electro house Electropop", + "Album": "Curiosity" + }, + { + "Number": 5, + "Title": "Shadow of River", + "Released": "27 Feb 2019", + "Genre": "*", + "Album": "Curiosity" + }, + { + "Number": 6, + "Title": "Wicked Dancing", + "Released": "17 Jan 2020", + "Genre": "ethno-tunes", + "Album": "Curiosity" + }, + { + "Number": 7, + "Title": "River of Light", + "Released": "22 Feb 2019", + "Genre": "R&B", + "Album": "Curiosity" + }, + { + "Number": 8, + "Title": "Lonely Breaking", + "Released": "09 Sep 2019", + "Genre": "ethno-tunes", + "Album": "Curiosity" + }, + { + "Number": 9, + "Title": "Furious Flying", + "Released": "08 Jun 2019", + "Genre": "R&B", + "Album": "Curiosity" + }, + { + "Number": 10, + "Title": "Hiding in the Storm", + "Released": "27 May 2019", + "Genre": "Electro house Electropop", + "Album": "Curiosity" + } ] } ] @@ -513,7 +723,76 @@ "USBillboard200": 69, "Artist": "Ahmad Nazeri", "Songs": [ - + { + "Number": 1, + "Title": "Gentle Falling", + "Released": "26 Apr 2019", + "Genre": "Crunk reggaeton", + "Album": "Emergency" + }, + { + "Number": 2, + "Title": "Calling in the Fire", + "Released": "03 Sep 2019", + "Genre": "ethno-tunes", + "Album": "Emergency" + }, + { + "Number": 3, + "Title": "Fire of Shadow", + "Released": "05 Jan 2019", + "Genre": "ethno-tunes", + "Album": "Emergency" + }, + { + "Number": 4, + "Title": "Dancing in the Dream", + "Released": "15 Apr 2019", + "Genre": "R&B", + "Album": "Emergency" + }, + { + "Number": 5, + "Title": "Calling in the Shadow", + "Released": "09 Oct 2019", + "Genre": "R&B", + "Album": "Emergency" + }, + { + "Number": 6, + "Title": "Falling in the Sky", + "Released": "08 Mar 2019", + "Genre": "ethno-tunes", + "Album": "Emergency" + }, + { + "Number": 7, + "Title": "Calling in the Storm", + "Released": "05 Dec 2019", + "Genre": "ethno-tunes", + "Album": "Emergency" + }, + { + "Number": 8, + "Title": "Falling in the River", + "Released": "19 Aug 2019", + "Genre": "Electro house Electropop", + "Album": "Emergency" + }, + { + "Number": 9, + "Title": "Electric Fire", + "Released": "30 Nov 2019", + "Genre": "Crunk reggaeton", + "Album": "Emergency" + }, + { + "Number": 10, + "Title": "Lonely River", + "Released": "11 Nov 2019", + "Genre": "Electro house Electropop", + "Album": "Emergency" + } ] }, { @@ -523,7 +802,76 @@ "USBillboard200": 39, "Artist": "Ahmad Nazeri", "Songs": [ - + { + "Number": 1, + "Title": "Lonely Dream", + "Released": "11 Dec 2019", + "Genre": "ethno-tunes", + "Album": "Bursting bubbles" + }, + { + "Number": 2, + "Title": "Fire of River", + "Released": "01 Aug 2019", + "Genre": "Synth-pop R&B", + "Album": "Bursting bubbles" + }, + { + "Number": 3, + "Title": "Wicked Falling", + "Released": "25 Jan 2019", + "Genre": "*", + "Album": "Bursting bubbles" + }, + { + "Number": 4, + "Title": "Crying in the Shadow", + "Released": "04 Jan 2019", + "Genre": "Synth-pop R&B", + "Album": "Bursting bubbles" + }, + { + "Number": 5, + "Title": "Wild Burning", + "Released": "10 May 2019", + "Genre": "ethno-tunes", + "Album": "Bursting bubbles" + }, + { + "Number": 6, + "Title": "Waiting in the Heart", + "Released": "07 Aug 2019", + "Genre": "ethno-tunes", + "Album": "Bursting bubbles" + }, + { + "Number": 7, + "Title": "Fire of Fire", + "Released": "16 May 2019", + "Genre": "Electro house Electropop", + "Album": "Bursting bubbles" + }, + { + "Number": 8, + "Title": "Bright Heart", + "Released": "14 Mar 2019", + "Genre": "Synth-pop R&B", + "Album": "Bursting bubbles" + }, + { + "Number": 9, + "Title": "Lonely Fire", + "Released": "15 Oct 2019", + "Genre": "R&B", + "Album": "Bursting bubbles" + }, + { + "Number": 10, + "Title": "Sky of Dream", + "Released": "20 Jun 2019", + "Genre": "ethno-tunes", + "Album": "Bursting bubbles" + } ] } ] @@ -547,7 +895,76 @@ "USBillboard200": 1, "Artist": "Kimmy McIlmorie", "Songs": [ - + { + "Number": 1, + "Title": "Storm of Sky", + "Released": "04 Mar 2019", + "Genre": "ethno-tunes", + "Album": "Here we go again" + }, + { + "Number": 2, + "Title": "Dream of Shadow", + "Released": "03 Jan 2019", + "Genre": "ethno-tunes", + "Album": "Here we go again" + }, + { + "Number": 3, + "Title": "Dream of Shadow", + "Released": "19 Dec 2019", + "Genre": "Electro house Electropop", + "Album": "Here we go again" + }, + { + "Number": 4, + "Title": "Golden Fire", + "Released": "20 Jan 2019", + "Genre": "R&B", + "Album": "Here we go again" + }, + { + "Number": 5, + "Title": "Running in the Light", + "Released": "03 Jan 2020", + "Genre": "Synth-pop R&B", + "Album": "Here we go again" + }, + { + "Number": 6, + "Title": "Flying in the Heart", + "Released": "17 Jan 2019", + "Genre": "*", + "Album": "Here we go again" + }, + { + "Number": 7, + "Title": "Fire of Storm", + "Released": "26 Jan 2019", + "Genre": "ethno-tunes", + "Album": "Here we go again" + }, + { + "Number": 8, + "Title": "Calling in the Sky", + "Released": "28 Oct 2019", + "Genre": "Synth-pop R&B", + "Album": "Here we go again" + }, + { + "Number": 9, + "Title": "Flying in the Shadow", + "Released": "30 Mar 2019", + "Genre": "ethno-tunes", + "Album": "Here we go again" + }, + { + "Number": 10, + "Title": "Golden Dancing", + "Released": "12 Oct 2019", + "Genre": "ethno-tunes", + "Album": "Here we go again" + } ] } ] @@ -771,7 +1188,76 @@ "USBillboard200": 85, "Artist": "Izabella Tabakova", "Songs": [ - + { + "Number": 1, + "Title": "Hiding in the Light", + "Released": "24 Jan 2019", + "Genre": "Synth-pop R&B", + "Album": "Dark matters" + }, + { + "Number": 2, + "Title": "Furious River", + "Released": "13 Jan 2020", + "Genre": "Electro house Electropop", + "Album": "Dark matters" + }, + { + "Number": 3, + "Title": "Wild Crying", + "Released": "27 Feb 2019", + "Genre": "Electro house Electropop", + "Album": "Dark matters" + }, + { + "Number": 4, + "Title": "Light of Dream", + "Released": "01 Jun 2019", + "Genre": "Crunk reggaeton", + "Album": "Dark matters" + }, + { + "Number": 5, + "Title": "Light of Dream", + "Released": "24 Aug 2019", + "Genre": "*", + "Album": "Dark matters" + }, + { + "Number": 6, + "Title": "Storm of Light", + "Released": "26 Feb 2019", + "Genre": "*", + "Album": "Dark matters" + }, + { + "Number": 7, + "Title": "Dark Storm", + "Released": "18 Jan 2020", + "Genre": "R&B", + "Album": "Dark matters" + }, + { + "Number": 8, + "Title": "Dark Calling", + "Released": "20 Mar 2019", + "Genre": "Crunk reggaeton", + "Album": "Dark matters" + }, + { + "Number": 9, + "Title": "Sky of Whisper", + "Released": "30 Jan 2019", + "Genre": "ethno-tunes", + "Album": "Dark matters" + }, + { + "Number": 10, + "Title": "Dancing in the Light", + "Released": "28 Nov 2019", + "Genre": "Synth-pop R&B", + "Album": "Dark matters" + } ] } ] @@ -795,7 +1281,76 @@ "USBillboard200": 5, "Artist": "Nguyễn Diệp Chi", "Songs": [ - + { + "Number": 1, + "Title": "Echo of River", + "Released": "05 Mar 2019", + "Genre": "Synth-pop R&B", + "Album": "Library of liberty" + }, + { + "Number": 2, + "Title": "Heart of River", + "Released": "12 Jan 2020", + "Genre": "Electro house Electropop", + "Album": "Library of liberty" + }, + { + "Number": 3, + "Title": "Dark Light", + "Released": "09 Aug 2019", + "Genre": "Electro house Electropop", + "Album": "Library of liberty" + }, + { + "Number": 4, + "Title": "Dark Fire", + "Released": "22 Jun 2019", + "Genre": "R&B", + "Album": "Library of liberty" + }, + { + "Number": 5, + "Title": "Flying in the Fire", + "Released": "22 Jul 2019", + "Genre": "*", + "Album": "Library of liberty" + }, + { + "Number": 6, + "Title": "Shadow of Heart", + "Released": "02 Jan 2020", + "Genre": "*", + "Album": "Library of liberty" + }, + { + "Number": 7, + "Title": "Fire of Fire", + "Released": "27 Jan 2019", + "Genre": "*", + "Album": "Library of liberty" + }, + { + "Number": 8, + "Title": "Falling in the River", + "Released": "05 Aug 2019", + "Genre": "Crunk reggaeton", + "Album": "Library of liberty" + }, + { + "Number": 9, + "Title": "Fire of Light", + "Released": "31 Dec 2019", + "Genre": "ethno-tunes", + "Album": "Library of liberty" + }, + { + "Number": 10, + "Title": "Bright Flying", + "Released": "24 Jan 2019", + "Genre": "*", + "Album": "Library of liberty" + } ] } ] @@ -819,7 +1374,76 @@ "USBillboard200": 29, "Artist": "Eva Lee", "Songs": [ - + { + "Number": 1, + "Title": "Dancing in the Shadow", + "Released": "02 Aug 2019", + "Genre": "ethno-tunes", + "Album": "Just a tease" + }, + { + "Number": 2, + "Title": "Silent Whisper", + "Released": "09 Jul 2019", + "Genre": "*", + "Album": "Just a tease" + }, + { + "Number": 3, + "Title": "Crying in the Whisper", + "Released": "30 May 2019", + "Genre": "Crunk reggaeton", + "Album": "Just a tease" + }, + { + "Number": 4, + "Title": "River of Light", + "Released": "10 Jan 2019", + "Genre": "Electro house Electropop", + "Album": "Just a tease" + }, + { + "Number": 5, + "Title": "Golden River", + "Released": "15 Nov 2019", + "Genre": "*", + "Album": "Just a tease" + }, + { + "Number": 6, + "Title": "Burning in the Shadow", + "Released": "18 Apr 2019", + "Genre": "Crunk reggaeton", + "Album": "Just a tease" + }, + { + "Number": 7, + "Title": "Shadow of Sky", + "Released": "06 Sep 2019", + "Genre": "Crunk reggaeton", + "Album": "Just a tease" + }, + { + "Number": 8, + "Title": "Gentle Waiting", + "Released": "05 Dec 2019", + "Genre": "R&B", + "Album": "Just a tease" + }, + { + "Number": 9, + "Title": "Bright River", + "Released": "27 Jan 2020", + "Genre": "R&B", + "Album": "Just a tease" + }, + { + "Number": 10, + "Title": "Heart of Storm", + "Released": "07 Jan 2019", + "Genre": "Synth-pop R&B", + "Album": "Just a tease" + } ] } ] @@ -1046,7 +1670,76 @@ "USBillboard200": 98, "Artist": "Pablo Cambeiro", "Songs": [ - + { + "Number": 1, + "Title": "Dancing in the Echo", + "Released": "03 Oct 2019", + "Genre": "Crunk reggaeton", + "Album": "Fluke" + }, + { + "Number": 2, + "Title": "Dream of Dream", + "Released": "03 Mar 2019", + "Genre": "*", + "Album": "Fluke" + }, + { + "Number": 3, + "Title": "Calling in the Echo", + "Released": "16 Sep 2019", + "Genre": "*", + "Album": "Fluke" + }, + { + "Number": 4, + "Title": "Light of Light", + "Released": "25 May 2019", + "Genre": "Electro house Electropop", + "Album": "Fluke" + }, + { + "Number": 5, + "Title": "Bright Light", + "Released": "21 Mar 2019", + "Genre": "R&B", + "Album": "Fluke" + }, + { + "Number": 6, + "Title": "Storm of Echo", + "Released": "17 Jul 2019", + "Genre": "Synth-pop R&B", + "Album": "Fluke" + }, + { + "Number": 7, + "Title": "Lonely Calling", + "Released": "10 Apr 2019", + "Genre": "ethno-tunes", + "Album": "Fluke" + }, + { + "Number": 8, + "Title": "Gentle Falling", + "Released": "28 Nov 2019", + "Genre": "Synth-pop R&B", + "Album": "Fluke" + }, + { + "Number": 9, + "Title": "Wild Flying", + "Released": "26 Nov 2019", + "Genre": "Crunk reggaeton", + "Album": "Fluke" + }, + { + "Number": 10, + "Title": "Sky of Dream", + "Released": "29 May 2019", + "Genre": "R&B", + "Album": "Fluke" + } ] }, { @@ -1142,7 +1835,76 @@ "USBillboard200": 77, "Artist": "Athar Malakooti", "Songs": [ - + { + "Number": 1, + "Title": "Hiding in the Whisper", + "Released": "03 Apr 2019", + "Genre": "R&B", + "Album": "Pushing up daisies" + }, + { + "Number": 2, + "Title": "Wicked Light", + "Released": "21 Aug 2019", + "Genre": "R&B", + "Album": "Pushing up daisies" + }, + { + "Number": 3, + "Title": "Flying in the River", + "Released": "03 Feb 2020", + "Genre": "Synth-pop R&B", + "Album": "Pushing up daisies" + }, + { + "Number": 4, + "Title": "Wicked Hiding", + "Released": "15 Sep 2019", + "Genre": "Synth-pop R&B", + "Album": "Pushing up daisies" + }, + { + "Number": 5, + "Title": "Lonely Light", + "Released": "13 May 2019", + "Genre": "Electro house Electropop", + "Album": "Pushing up daisies" + }, + { + "Number": 6, + "Title": "Bright Dancing", + "Released": "10 Apr 2019", + "Genre": "Synth-pop R&B", + "Album": "Pushing up daisies" + }, + { + "Number": 7, + "Title": "Gentle Dream", + "Released": "21 May 2019", + "Genre": "*", + "Album": "Pushing up daisies" + }, + { + "Number": 8, + "Title": "Sky of Echo", + "Released": "09 Jun 2019", + "Genre": "Synth-pop R&B", + "Album": "Pushing up daisies" + }, + { + "Number": 9, + "Title": "Breaking in the Sky", + "Released": "27 Dec 2019", + "Genre": "Crunk reggaeton", + "Album": "Pushing up daisies" + }, + { + "Number": 10, + "Title": "Whisper of Shadow", + "Released": "04 Jan 2019", + "Genre": "ethno-tunes", + "Album": "Pushing up daisies" + } ] } ] @@ -1179,7 +1941,76 @@ "USBillboard200": 9, "Artist": "Marti Valencia", "Songs": [ - + { + "Number": 1, + "Title": "Hiding in the Sky", + "Released": "26 Nov 2019", + "Genre": "Synth-pop R&B", + "Album": "Nemesis" + }, + { + "Number": 2, + "Title": "Waiting in the Echo", + "Released": "10 Jul 2019", + "Genre": "ethno-tunes", + "Album": "Nemesis" + }, + { + "Number": 3, + "Title": "Wicked Shadow", + "Released": "29 Jul 2019", + "Genre": "Synth-pop R&B", + "Album": "Nemesis" + }, + { + "Number": 4, + "Title": "Crying in the Whisper", + "Released": "09 Apr 2019", + "Genre": "*", + "Album": "Nemesis" + }, + { + "Number": 5, + "Title": "Echo of Storm", + "Released": "19 Nov 2019", + "Genre": "Crunk reggaeton", + "Album": "Nemesis" + }, + { + "Number": 6, + "Title": "Shadow of Sky", + "Released": "24 Jul 2019", + "Genre": "Crunk reggaeton", + "Album": "Nemesis" + }, + { + "Number": 7, + "Title": "Golden Hiding", + "Released": "12 Dec 2019", + "Genre": "Electro house Electropop", + "Album": "Nemesis" + }, + { + "Number": 8, + "Title": "Wild Dancing", + "Released": "17 Aug 2019", + "Genre": "Synth-pop R&B", + "Album": "Nemesis" + }, + { + "Number": 9, + "Title": "Bright Burning", + "Released": "30 Aug 2019", + "Genre": "Electro house Electropop", + "Album": "Nemesis" + }, + { + "Number": 10, + "Title": "Flying in the River", + "Released": "02 Sep 2019", + "Genre": "*", + "Album": "Nemesis" + } ] }, { @@ -1282,7 +2113,76 @@ "USBillboard200": 37, "Artist": "Marti Valencia", "Songs": [ - + { + "Number": 1, + "Title": "Wild River", + "Released": "11 Jan 2019", + "Genre": "*", + "Album": "God's advocate" + }, + { + "Number": 2, + "Title": "Wicked Whisper", + "Released": "16 Feb 2019", + "Genre": "Electro house Electropop", + "Album": "God's advocate" + }, + { + "Number": 3, + "Title": "Storm of Heart", + "Released": "11 Aug 2019", + "Genre": "*", + "Album": "God's advocate" + }, + { + "Number": 4, + "Title": "Golden Dancing", + "Released": "02 Mar 2019", + "Genre": "Crunk reggaeton", + "Album": "God's advocate" + }, + { + "Number": 5, + "Title": "Calling in the Sky", + "Released": "10 Sep 2019", + "Genre": "Electro house Electropop", + "Album": "God's advocate" + }, + { + "Number": 6, + "Title": "Calling in the Heart", + "Released": "12 Jan 2019", + "Genre": "ethno-tunes", + "Album": "God's advocate" + }, + { + "Number": 7, + "Title": "Running in the Storm", + "Released": "10 Nov 2019", + "Genre": "Synth-pop R&B", + "Album": "God's advocate" + }, + { + "Number": 8, + "Title": "Wild Sky", + "Released": "10 Apr 2019", + "Genre": "R&B", + "Album": "God's advocate" + }, + { + "Number": 9, + "Title": "Crying in the Shadow", + "Released": "02 Mar 2019", + "Genre": "R&B", + "Album": "God's advocate" + }, + { + "Number": 10, + "Title": "Whisper of River", + "Released": "12 May 2019", + "Genre": "*", + "Album": "God's advocate" + } ] } ] @@ -1306,7 +2206,76 @@ "USBillboard200": 7, "Artist": "Alicia Stanger", "Songs": [ - + { + "Number": 1, + "Title": "Shadow of Light", + "Released": "24 Mar 2019", + "Genre": "ethno-tunes", + "Album": "Forever alone" + }, + { + "Number": 2, + "Title": "Running in the Echo", + "Released": "03 May 2019", + "Genre": "Crunk reggaeton", + "Album": "Forever alone" + }, + { + "Number": 3, + "Title": "Gentle Dream", + "Released": "24 Aug 2019", + "Genre": "Crunk reggaeton", + "Album": "Forever alone" + }, + { + "Number": 4, + "Title": "Furious River", + "Released": "24 Apr 2019", + "Genre": "ethno-tunes", + "Album": "Forever alone" + }, + { + "Number": 5, + "Title": "Wild Whisper", + "Released": "09 Mar 2019", + "Genre": "ethno-tunes", + "Album": "Forever alone" + }, + { + "Number": 6, + "Title": "Whisper of Sky", + "Released": "24 Jul 2019", + "Genre": "Crunk reggaeton", + "Album": "Forever alone" + }, + { + "Number": 7, + "Title": "Lonely Storm", + "Released": "01 May 2019", + "Genre": "Crunk reggaeton", + "Album": "Forever alone" + }, + { + "Number": 8, + "Title": "Dancing in the River", + "Released": "17 Dec 2019", + "Genre": "*", + "Album": "Forever alone" + }, + { + "Number": 9, + "Title": "Electric Fire", + "Released": "17 Oct 2019", + "Genre": "Electro house Electropop", + "Album": "Forever alone" + }, + { + "Number": 10, + "Title": "Electric Sky", + "Released": "25 Sep 2019", + "Genre": "ethno-tunes", + "Album": "Forever alone" + } ] } ] @@ -1371,7 +2340,76 @@ "USBillboard200": 35, "Artist": "Peter Taylor", "Songs": [ - + { + "Number": 1, + "Title": "Calling in the Dream", + "Released": "01 Aug 2019", + "Genre": "R&B", + "Album": "Decisions decisions" + }, + { + "Number": 2, + "Title": "Electric Burning", + "Released": "10 Sep 2019", + "Genre": "Electro house Electropop", + "Album": "Decisions decisions" + }, + { + "Number": 3, + "Title": "Dark Flying", + "Released": "28 Apr 2019", + "Genre": "*", + "Album": "Decisions decisions" + }, + { + "Number": 4, + "Title": "Gentle Sky", + "Released": "20 Nov 2019", + "Genre": "ethno-tunes", + "Album": "Decisions decisions" + }, + { + "Number": 5, + "Title": "Gentle Calling", + "Released": "13 Jan 2019", + "Genre": "Crunk reggaeton", + "Album": "Decisions decisions" + }, + { + "Number": 6, + "Title": "Golden Falling", + "Released": "14 Feb 2019", + "Genre": "Crunk reggaeton", + "Album": "Decisions decisions" + }, + { + "Number": 7, + "Title": "Silent River", + "Released": "13 Feb 2019", + "Genre": "R&B", + "Album": "Decisions decisions" + }, + { + "Number": 8, + "Title": "Furious Calling", + "Released": "11 Jun 2019", + "Genre": "Synth-pop R&B", + "Album": "Decisions decisions" + }, + { + "Number": 9, + "Title": "Running in the Echo", + "Released": "06 Nov 2019", + "Genre": "Electro house Electropop", + "Album": "Decisions decisions" + }, + { + "Number": 10, + "Title": "Furious River", + "Released": "12 Mar 2019", + "Genre": "*", + "Album": "Decisions decisions" + } ] }, { @@ -1381,7 +2419,76 @@ "USBillboard200": 89, "Artist": "Peter Taylor", "Songs": [ - + { + "Number": 1, + "Title": "Dark Crying", + "Released": "27 Apr 2019", + "Genre": "Electro house Electropop", + "Album": "Climate changed" + }, + { + "Number": 2, + "Title": "Dark Waiting", + "Released": "14 Nov 2019", + "Genre": "Synth-pop R&B", + "Album": "Climate changed" + }, + { + "Number": 3, + "Title": "Furious Waiting", + "Released": "23 May 2019", + "Genre": "*", + "Album": "Climate changed" + }, + { + "Number": 4, + "Title": "Running in the Echo", + "Released": "29 Nov 2019", + "Genre": "Crunk reggaeton", + "Album": "Climate changed" + }, + { + "Number": 5, + "Title": "Dream of Sky", + "Released": "31 Oct 2019", + "Genre": "Crunk reggaeton", + "Album": "Climate changed" + }, + { + "Number": 6, + "Title": "Hiding in the Heart", + "Released": "09 Aug 2019", + "Genre": "R&B", + "Album": "Climate changed" + }, + { + "Number": 7, + "Title": "Sky of Storm", + "Released": "01 Jun 2019", + "Genre": "R&B", + "Album": "Climate changed" + }, + { + "Number": 8, + "Title": "Light of Storm", + "Released": "17 Jan 2020", + "Genre": "ethno-tunes", + "Album": "Climate changed" + }, + { + "Number": 9, + "Title": "Light of Sky", + "Released": "26 May 2019", + "Genre": "*", + "Album": "Climate changed" + }, + { + "Number": 10, + "Title": "Golden River", + "Released": "19 Jun 2019", + "Genre": "*", + "Album": "Climate changed" + } ] } ] diff --git a/samples/grids/hierarchical-grid/filtering-options/src/SingersData.json b/samples/grids/hierarchical-grid/filtering-options/src/SingersData.json index f7508f3c9a..75ec4ec561 100644 --- a/samples/grids/hierarchical-grid/filtering-options/src/SingersData.json +++ b/samples/grids/hierarchical-grid/filtering-options/src/SingersData.json @@ -78,7 +78,79 @@ "LaunchDate": "September 3, 2013", "BillboardReview": 86, "USBillboard200": 1, - "Artist": "Naomí Yepes" + "Artist": "Naomí Yepes", + "Songs": [ + { + "Number": 1, + "Title": "Lonely Falling", + "Released": "01 May 2019", + "Genre": "*", + "Album": "Initiation" + }, + { + "Number": 2, + "Title": "Bright Breaking", + "Released": "25 Jul 2019", + "Genre": "Electro house Electropop", + "Album": "Initiation" + }, + { + "Number": 3, + "Title": "River of Whisper", + "Released": "29 Jan 2020", + "Genre": "Electro house Electropop", + "Album": "Initiation" + }, + { + "Number": 4, + "Title": "Sky of Storm", + "Released": "07 May 2019", + "Genre": "Electro house Electropop", + "Album": "Initiation" + }, + { + "Number": 5, + "Title": "Electric River", + "Released": "20 Jan 2020", + "Genre": "R&B", + "Album": "Initiation" + }, + { + "Number": 6, + "Title": "Storm of Storm", + "Released": "01 Sep 2019", + "Genre": "Crunk reggaeton", + "Album": "Initiation" + }, + { + "Number": 7, + "Title": "Fire of Dream", + "Released": "12 Sep 2019", + "Genre": "Electro house Electropop", + "Album": "Initiation" + }, + { + "Number": 8, + "Title": "Burning in the Light", + "Released": "15 Apr 2019", + "Genre": "*", + "Album": "Initiation" + }, + { + "Number": 9, + "Title": "Burning in the Storm", + "Released": "10 Sep 2019", + "Genre": "Electro house Electropop", + "Album": "Initiation" + }, + { + "Number": 10, + "Title": "Shadow of Whisper", + "Released": "06 Jan 2019", + "Genre": "Crunk reggaeton", + "Album": "Initiation" + } + ] }, { "Album": "Dream Driven", @@ -90,7 +162,7 @@ { "Number": 1, "Title": "Intro", - "Released": false, + "Released": "10 Sep 2019", "Genre": "*", "Album": "Dream Driven" }, @@ -111,7 +183,7 @@ { "Number": 4, "Title": "Future past", - "Released": false, + "Released": "20 Sep 2011", "Genre": "*", "Album": "Dream Driven" }, @@ -132,14 +204,14 @@ { "Number": 7, "Title": "Stay where you are", - "Released": false, + "Released": "14 Sep 2013", "Genre": "*", "Album": "Dream Driven" }, { "Number": 8, "Title": "Imaginarium", - "Released": false, + "Released": "20 Sep 2021", "Genre": "*", "Album": "Dream Driven" }, @@ -153,21 +225,21 @@ { "Number": 10, "Title": "Shredded into pieces", - "Released": false, + "Released": "11 Sep 2015", "Genre": "*", "Album": "Dream Driven" }, { "Number": 11, "Title": "Capture this moment", - "Released": false, + "Released": "13 Sep 2016", "Genre": "*", "Album": "Dream Driven" }, { "Number": 12, "Title": "Dream Driven", - "Released": false, + "Released": "14 Sep 2014", "Genre": "*", "Album": "Dream Driven" } @@ -180,7 +252,76 @@ "USBillboard200": 2, "Artist": "Naomí Yepes", "Songs": [ - + { + "Number": 1, + "Title": "Calling in the Storm", + "Released": "12 Mar 2019", + "Genre": "Electro house Electropop", + "Album": "The dragon journey" + }, + { + "Number": 2, + "Title": "Hiding in the Dream", + "Released": "23 Mar 2019", + "Genre": "R&B", + "Album": "The dragon journey" + }, + { + "Number": 3, + "Title": "Electric Heart", + "Released": "17 Mar 2019", + "Genre": "ethno-tunes", + "Album": "The dragon journey" + }, + { + "Number": 4, + "Title": "Shadow of Echo", + "Released": "20 Feb 2019", + "Genre": "ethno-tunes", + "Album": "The dragon journey" + }, + { + "Number": 5, + "Title": "Flying in the Storm", + "Released": "08 Apr 2019", + "Genre": "R&B", + "Album": "The dragon journey" + }, + { + "Number": 6, + "Title": "Dark Waiting", + "Released": "20 Oct 2019", + "Genre": "Synth-pop R&B", + "Album": "The dragon journey" + }, + { + "Number": 7, + "Title": "Fire of River", + "Released": "20 Feb 2019", + "Genre": "Synth-pop R&B", + "Album": "The dragon journey" + }, + { + "Number": 8, + "Title": "Wild Crying", + "Released": "14 Jun 2019", + "Genre": "R&B", + "Album": "The dragon journey" + }, + { + "Number": 9, + "Title": "Bright Dancing", + "Released": "14 Mar 2019", + "Genre": "Electro house Electropop", + "Album": "The dragon journey" + }, + { + "Number": 10, + "Title": "Golden Waiting", + "Released": "12 Sep 2019", + "Genre": "Synth-pop R&B", + "Album": "The dragon journey" + } ] }, { @@ -276,7 +417,76 @@ "USBillboard200": 12, "Artist": "Naomí Yepes", "Songs": [ - + { + "Number": 1, + "Title": "Storm of Dream", + "Released": "05 Jan 2019", + "Genre": "*", + "Album": "Curiosity" + }, + { + "Number": 2, + "Title": "Echo of Dream", + "Released": "28 Jan 2019", + "Genre": "Synth-pop R&B", + "Album": "Curiosity" + }, + { + "Number": 3, + "Title": "Light of Shadow", + "Released": "07 Feb 2019", + "Genre": "Synth-pop R&B", + "Album": "Curiosity" + }, + { + "Number": 4, + "Title": "Storm of Heart", + "Released": "05 Jan 2020", + "Genre": "Electro house Electropop", + "Album": "Curiosity" + }, + { + "Number": 5, + "Title": "Shadow of River", + "Released": "27 Feb 2019", + "Genre": "*", + "Album": "Curiosity" + }, + { + "Number": 6, + "Title": "Wicked Dancing", + "Released": "17 Jan 2020", + "Genre": "ethno-tunes", + "Album": "Curiosity" + }, + { + "Number": 7, + "Title": "River of Light", + "Released": "22 Feb 2019", + "Genre": "R&B", + "Album": "Curiosity" + }, + { + "Number": 8, + "Title": "Lonely Breaking", + "Released": "09 Sep 2019", + "Genre": "ethno-tunes", + "Album": "Curiosity" + }, + { + "Number": 9, + "Title": "Furious Flying", + "Released": "08 Jun 2019", + "Genre": "R&B", + "Album": "Curiosity" + }, + { + "Number": 10, + "Title": "Hiding in the Storm", + "Released": "27 May 2019", + "Genre": "Electro house Electropop", + "Album": "Curiosity" + } ] } ] @@ -513,7 +723,76 @@ "USBillboard200": 69, "Artist": "Ahmad Nazeri", "Songs": [ - + { + "Number": 1, + "Title": "Gentle Falling", + "Released": "26 Apr 2019", + "Genre": "Crunk reggaeton", + "Album": "Emergency" + }, + { + "Number": 2, + "Title": "Calling in the Fire", + "Released": "03 Sep 2019", + "Genre": "ethno-tunes", + "Album": "Emergency" + }, + { + "Number": 3, + "Title": "Fire of Shadow", + "Released": "05 Jan 2019", + "Genre": "ethno-tunes", + "Album": "Emergency" + }, + { + "Number": 4, + "Title": "Dancing in the Dream", + "Released": "15 Apr 2019", + "Genre": "R&B", + "Album": "Emergency" + }, + { + "Number": 5, + "Title": "Calling in the Shadow", + "Released": "09 Oct 2019", + "Genre": "R&B", + "Album": "Emergency" + }, + { + "Number": 6, + "Title": "Falling in the Sky", + "Released": "08 Mar 2019", + "Genre": "ethno-tunes", + "Album": "Emergency" + }, + { + "Number": 7, + "Title": "Calling in the Storm", + "Released": "05 Dec 2019", + "Genre": "ethno-tunes", + "Album": "Emergency" + }, + { + "Number": 8, + "Title": "Falling in the River", + "Released": "19 Aug 2019", + "Genre": "Electro house Electropop", + "Album": "Emergency" + }, + { + "Number": 9, + "Title": "Electric Fire", + "Released": "30 Nov 2019", + "Genre": "Crunk reggaeton", + "Album": "Emergency" + }, + { + "Number": 10, + "Title": "Lonely River", + "Released": "11 Nov 2019", + "Genre": "Electro house Electropop", + "Album": "Emergency" + } ] }, { @@ -523,7 +802,76 @@ "USBillboard200": 39, "Artist": "Ahmad Nazeri", "Songs": [ - + { + "Number": 1, + "Title": "Lonely Dream", + "Released": "11 Dec 2019", + "Genre": "ethno-tunes", + "Album": "Bursting bubbles" + }, + { + "Number": 2, + "Title": "Fire of River", + "Released": "01 Aug 2019", + "Genre": "Synth-pop R&B", + "Album": "Bursting bubbles" + }, + { + "Number": 3, + "Title": "Wicked Falling", + "Released": "25 Jan 2019", + "Genre": "*", + "Album": "Bursting bubbles" + }, + { + "Number": 4, + "Title": "Crying in the Shadow", + "Released": "04 Jan 2019", + "Genre": "Synth-pop R&B", + "Album": "Bursting bubbles" + }, + { + "Number": 5, + "Title": "Wild Burning", + "Released": "10 May 2019", + "Genre": "ethno-tunes", + "Album": "Bursting bubbles" + }, + { + "Number": 6, + "Title": "Waiting in the Heart", + "Released": "07 Aug 2019", + "Genre": "ethno-tunes", + "Album": "Bursting bubbles" + }, + { + "Number": 7, + "Title": "Fire of Fire", + "Released": "16 May 2019", + "Genre": "Electro house Electropop", + "Album": "Bursting bubbles" + }, + { + "Number": 8, + "Title": "Bright Heart", + "Released": "14 Mar 2019", + "Genre": "Synth-pop R&B", + "Album": "Bursting bubbles" + }, + { + "Number": 9, + "Title": "Lonely Fire", + "Released": "15 Oct 2019", + "Genre": "R&B", + "Album": "Bursting bubbles" + }, + { + "Number": 10, + "Title": "Sky of Dream", + "Released": "20 Jun 2019", + "Genre": "ethno-tunes", + "Album": "Bursting bubbles" + } ] } ] @@ -547,7 +895,76 @@ "USBillboard200": 1, "Artist": "Kimmy McIlmorie", "Songs": [ - + { + "Number": 1, + "Title": "Storm of Sky", + "Released": "04 Mar 2019", + "Genre": "ethno-tunes", + "Album": "Here we go again" + }, + { + "Number": 2, + "Title": "Dream of Shadow", + "Released": "03 Jan 2019", + "Genre": "ethno-tunes", + "Album": "Here we go again" + }, + { + "Number": 3, + "Title": "Dream of Shadow", + "Released": "19 Dec 2019", + "Genre": "Electro house Electropop", + "Album": "Here we go again" + }, + { + "Number": 4, + "Title": "Golden Fire", + "Released": "20 Jan 2019", + "Genre": "R&B", + "Album": "Here we go again" + }, + { + "Number": 5, + "Title": "Running in the Light", + "Released": "03 Jan 2020", + "Genre": "Synth-pop R&B", + "Album": "Here we go again" + }, + { + "Number": 6, + "Title": "Flying in the Heart", + "Released": "17 Jan 2019", + "Genre": "*", + "Album": "Here we go again" + }, + { + "Number": 7, + "Title": "Fire of Storm", + "Released": "26 Jan 2019", + "Genre": "ethno-tunes", + "Album": "Here we go again" + }, + { + "Number": 8, + "Title": "Calling in the Sky", + "Released": "28 Oct 2019", + "Genre": "Synth-pop R&B", + "Album": "Here we go again" + }, + { + "Number": 9, + "Title": "Flying in the Shadow", + "Released": "30 Mar 2019", + "Genre": "ethno-tunes", + "Album": "Here we go again" + }, + { + "Number": 10, + "Title": "Golden Dancing", + "Released": "12 Oct 2019", + "Genre": "ethno-tunes", + "Album": "Here we go again" + } ] } ] @@ -771,7 +1188,76 @@ "USBillboard200": 85, "Artist": "Izabella Tabakova", "Songs": [ - + { + "Number": 1, + "Title": "Hiding in the Light", + "Released": "24 Jan 2019", + "Genre": "Synth-pop R&B", + "Album": "Dark matters" + }, + { + "Number": 2, + "Title": "Furious River", + "Released": "13 Jan 2020", + "Genre": "Electro house Electropop", + "Album": "Dark matters" + }, + { + "Number": 3, + "Title": "Wild Crying", + "Released": "27 Feb 2019", + "Genre": "Electro house Electropop", + "Album": "Dark matters" + }, + { + "Number": 4, + "Title": "Light of Dream", + "Released": "01 Jun 2019", + "Genre": "Crunk reggaeton", + "Album": "Dark matters" + }, + { + "Number": 5, + "Title": "Light of Dream", + "Released": "24 Aug 2019", + "Genre": "*", + "Album": "Dark matters" + }, + { + "Number": 6, + "Title": "Storm of Light", + "Released": "26 Feb 2019", + "Genre": "*", + "Album": "Dark matters" + }, + { + "Number": 7, + "Title": "Dark Storm", + "Released": "18 Jan 2020", + "Genre": "R&B", + "Album": "Dark matters" + }, + { + "Number": 8, + "Title": "Dark Calling", + "Released": "20 Mar 2019", + "Genre": "Crunk reggaeton", + "Album": "Dark matters" + }, + { + "Number": 9, + "Title": "Sky of Whisper", + "Released": "30 Jan 2019", + "Genre": "ethno-tunes", + "Album": "Dark matters" + }, + { + "Number": 10, + "Title": "Dancing in the Light", + "Released": "28 Nov 2019", + "Genre": "Synth-pop R&B", + "Album": "Dark matters" + } ] } ] @@ -795,7 +1281,76 @@ "USBillboard200": 5, "Artist": "Nguyễn Diệp Chi", "Songs": [ - + { + "Number": 1, + "Title": "Echo of River", + "Released": "05 Mar 2019", + "Genre": "Synth-pop R&B", + "Album": "Library of liberty" + }, + { + "Number": 2, + "Title": "Heart of River", + "Released": "12 Jan 2020", + "Genre": "Electro house Electropop", + "Album": "Library of liberty" + }, + { + "Number": 3, + "Title": "Dark Light", + "Released": "09 Aug 2019", + "Genre": "Electro house Electropop", + "Album": "Library of liberty" + }, + { + "Number": 4, + "Title": "Dark Fire", + "Released": "22 Jun 2019", + "Genre": "R&B", + "Album": "Library of liberty" + }, + { + "Number": 5, + "Title": "Flying in the Fire", + "Released": "22 Jul 2019", + "Genre": "*", + "Album": "Library of liberty" + }, + { + "Number": 6, + "Title": "Shadow of Heart", + "Released": "02 Jan 2020", + "Genre": "*", + "Album": "Library of liberty" + }, + { + "Number": 7, + "Title": "Fire of Fire", + "Released": "27 Jan 2019", + "Genre": "*", + "Album": "Library of liberty" + }, + { + "Number": 8, + "Title": "Falling in the River", + "Released": "05 Aug 2019", + "Genre": "Crunk reggaeton", + "Album": "Library of liberty" + }, + { + "Number": 9, + "Title": "Fire of Light", + "Released": "31 Dec 2019", + "Genre": "ethno-tunes", + "Album": "Library of liberty" + }, + { + "Number": 10, + "Title": "Bright Flying", + "Released": "24 Jan 2019", + "Genre": "*", + "Album": "Library of liberty" + } ] } ] @@ -819,7 +1374,76 @@ "USBillboard200": 29, "Artist": "Eva Lee", "Songs": [ - + { + "Number": 1, + "Title": "Dancing in the Shadow", + "Released": "02 Aug 2019", + "Genre": "ethno-tunes", + "Album": "Just a tease" + }, + { + "Number": 2, + "Title": "Silent Whisper", + "Released": "09 Jul 2019", + "Genre": "*", + "Album": "Just a tease" + }, + { + "Number": 3, + "Title": "Crying in the Whisper", + "Released": "30 May 2019", + "Genre": "Crunk reggaeton", + "Album": "Just a tease" + }, + { + "Number": 4, + "Title": "River of Light", + "Released": "10 Jan 2019", + "Genre": "Electro house Electropop", + "Album": "Just a tease" + }, + { + "Number": 5, + "Title": "Golden River", + "Released": "15 Nov 2019", + "Genre": "*", + "Album": "Just a tease" + }, + { + "Number": 6, + "Title": "Burning in the Shadow", + "Released": "18 Apr 2019", + "Genre": "Crunk reggaeton", + "Album": "Just a tease" + }, + { + "Number": 7, + "Title": "Shadow of Sky", + "Released": "06 Sep 2019", + "Genre": "Crunk reggaeton", + "Album": "Just a tease" + }, + { + "Number": 8, + "Title": "Gentle Waiting", + "Released": "05 Dec 2019", + "Genre": "R&B", + "Album": "Just a tease" + }, + { + "Number": 9, + "Title": "Bright River", + "Released": "27 Jan 2020", + "Genre": "R&B", + "Album": "Just a tease" + }, + { + "Number": 10, + "Title": "Heart of Storm", + "Released": "07 Jan 2019", + "Genre": "Synth-pop R&B", + "Album": "Just a tease" + } ] } ] @@ -1046,7 +1670,76 @@ "USBillboard200": 98, "Artist": "Pablo Cambeiro", "Songs": [ - + { + "Number": 1, + "Title": "Dancing in the Echo", + "Released": "03 Oct 2019", + "Genre": "Crunk reggaeton", + "Album": "Fluke" + }, + { + "Number": 2, + "Title": "Dream of Dream", + "Released": "03 Mar 2019", + "Genre": "*", + "Album": "Fluke" + }, + { + "Number": 3, + "Title": "Calling in the Echo", + "Released": "16 Sep 2019", + "Genre": "*", + "Album": "Fluke" + }, + { + "Number": 4, + "Title": "Light of Light", + "Released": "25 May 2019", + "Genre": "Electro house Electropop", + "Album": "Fluke" + }, + { + "Number": 5, + "Title": "Bright Light", + "Released": "21 Mar 2019", + "Genre": "R&B", + "Album": "Fluke" + }, + { + "Number": 6, + "Title": "Storm of Echo", + "Released": "17 Jul 2019", + "Genre": "Synth-pop R&B", + "Album": "Fluke" + }, + { + "Number": 7, + "Title": "Lonely Calling", + "Released": "10 Apr 2019", + "Genre": "ethno-tunes", + "Album": "Fluke" + }, + { + "Number": 8, + "Title": "Gentle Falling", + "Released": "28 Nov 2019", + "Genre": "Synth-pop R&B", + "Album": "Fluke" + }, + { + "Number": 9, + "Title": "Wild Flying", + "Released": "26 Nov 2019", + "Genre": "Crunk reggaeton", + "Album": "Fluke" + }, + { + "Number": 10, + "Title": "Sky of Dream", + "Released": "29 May 2019", + "Genre": "R&B", + "Album": "Fluke" + } ] }, { @@ -1142,7 +1835,76 @@ "USBillboard200": 77, "Artist": "Athar Malakooti", "Songs": [ - + { + "Number": 1, + "Title": "Hiding in the Whisper", + "Released": "03 Apr 2019", + "Genre": "R&B", + "Album": "Pushing up daisies" + }, + { + "Number": 2, + "Title": "Wicked Light", + "Released": "21 Aug 2019", + "Genre": "R&B", + "Album": "Pushing up daisies" + }, + { + "Number": 3, + "Title": "Flying in the River", + "Released": "03 Feb 2020", + "Genre": "Synth-pop R&B", + "Album": "Pushing up daisies" + }, + { + "Number": 4, + "Title": "Wicked Hiding", + "Released": "15 Sep 2019", + "Genre": "Synth-pop R&B", + "Album": "Pushing up daisies" + }, + { + "Number": 5, + "Title": "Lonely Light", + "Released": "13 May 2019", + "Genre": "Electro house Electropop", + "Album": "Pushing up daisies" + }, + { + "Number": 6, + "Title": "Bright Dancing", + "Released": "10 Apr 2019", + "Genre": "Synth-pop R&B", + "Album": "Pushing up daisies" + }, + { + "Number": 7, + "Title": "Gentle Dream", + "Released": "21 May 2019", + "Genre": "*", + "Album": "Pushing up daisies" + }, + { + "Number": 8, + "Title": "Sky of Echo", + "Released": "09 Jun 2019", + "Genre": "Synth-pop R&B", + "Album": "Pushing up daisies" + }, + { + "Number": 9, + "Title": "Breaking in the Sky", + "Released": "27 Dec 2019", + "Genre": "Crunk reggaeton", + "Album": "Pushing up daisies" + }, + { + "Number": 10, + "Title": "Whisper of Shadow", + "Released": "04 Jan 2019", + "Genre": "ethno-tunes", + "Album": "Pushing up daisies" + } ] } ] @@ -1179,7 +1941,76 @@ "USBillboard200": 9, "Artist": "Marti Valencia", "Songs": [ - + { + "Number": 1, + "Title": "Hiding in the Sky", + "Released": "26 Nov 2019", + "Genre": "Synth-pop R&B", + "Album": "Nemesis" + }, + { + "Number": 2, + "Title": "Waiting in the Echo", + "Released": "10 Jul 2019", + "Genre": "ethno-tunes", + "Album": "Nemesis" + }, + { + "Number": 3, + "Title": "Wicked Shadow", + "Released": "29 Jul 2019", + "Genre": "Synth-pop R&B", + "Album": "Nemesis" + }, + { + "Number": 4, + "Title": "Crying in the Whisper", + "Released": "09 Apr 2019", + "Genre": "*", + "Album": "Nemesis" + }, + { + "Number": 5, + "Title": "Echo of Storm", + "Released": "19 Nov 2019", + "Genre": "Crunk reggaeton", + "Album": "Nemesis" + }, + { + "Number": 6, + "Title": "Shadow of Sky", + "Released": "24 Jul 2019", + "Genre": "Crunk reggaeton", + "Album": "Nemesis" + }, + { + "Number": 7, + "Title": "Golden Hiding", + "Released": "12 Dec 2019", + "Genre": "Electro house Electropop", + "Album": "Nemesis" + }, + { + "Number": 8, + "Title": "Wild Dancing", + "Released": "17 Aug 2019", + "Genre": "Synth-pop R&B", + "Album": "Nemesis" + }, + { + "Number": 9, + "Title": "Bright Burning", + "Released": "30 Aug 2019", + "Genre": "Electro house Electropop", + "Album": "Nemesis" + }, + { + "Number": 10, + "Title": "Flying in the River", + "Released": "02 Sep 2019", + "Genre": "*", + "Album": "Nemesis" + } ] }, { @@ -1282,7 +2113,76 @@ "USBillboard200": 37, "Artist": "Marti Valencia", "Songs": [ - + { + "Number": 1, + "Title": "Wild River", + "Released": "11 Jan 2019", + "Genre": "*", + "Album": "God's advocate" + }, + { + "Number": 2, + "Title": "Wicked Whisper", + "Released": "16 Feb 2019", + "Genre": "Electro house Electropop", + "Album": "God's advocate" + }, + { + "Number": 3, + "Title": "Storm of Heart", + "Released": "11 Aug 2019", + "Genre": "*", + "Album": "God's advocate" + }, + { + "Number": 4, + "Title": "Golden Dancing", + "Released": "02 Mar 2019", + "Genre": "Crunk reggaeton", + "Album": "God's advocate" + }, + { + "Number": 5, + "Title": "Calling in the Sky", + "Released": "10 Sep 2019", + "Genre": "Electro house Electropop", + "Album": "God's advocate" + }, + { + "Number": 6, + "Title": "Calling in the Heart", + "Released": "12 Jan 2019", + "Genre": "ethno-tunes", + "Album": "God's advocate" + }, + { + "Number": 7, + "Title": "Running in the Storm", + "Released": "10 Nov 2019", + "Genre": "Synth-pop R&B", + "Album": "God's advocate" + }, + { + "Number": 8, + "Title": "Wild Sky", + "Released": "10 Apr 2019", + "Genre": "R&B", + "Album": "God's advocate" + }, + { + "Number": 9, + "Title": "Crying in the Shadow", + "Released": "02 Mar 2019", + "Genre": "R&B", + "Album": "God's advocate" + }, + { + "Number": 10, + "Title": "Whisper of River", + "Released": "12 May 2019", + "Genre": "*", + "Album": "God's advocate" + } ] } ] @@ -1306,7 +2206,76 @@ "USBillboard200": 7, "Artist": "Alicia Stanger", "Songs": [ - + { + "Number": 1, + "Title": "Shadow of Light", + "Released": "24 Mar 2019", + "Genre": "ethno-tunes", + "Album": "Forever alone" + }, + { + "Number": 2, + "Title": "Running in the Echo", + "Released": "03 May 2019", + "Genre": "Crunk reggaeton", + "Album": "Forever alone" + }, + { + "Number": 3, + "Title": "Gentle Dream", + "Released": "24 Aug 2019", + "Genre": "Crunk reggaeton", + "Album": "Forever alone" + }, + { + "Number": 4, + "Title": "Furious River", + "Released": "24 Apr 2019", + "Genre": "ethno-tunes", + "Album": "Forever alone" + }, + { + "Number": 5, + "Title": "Wild Whisper", + "Released": "09 Mar 2019", + "Genre": "ethno-tunes", + "Album": "Forever alone" + }, + { + "Number": 6, + "Title": "Whisper of Sky", + "Released": "24 Jul 2019", + "Genre": "Crunk reggaeton", + "Album": "Forever alone" + }, + { + "Number": 7, + "Title": "Lonely Storm", + "Released": "01 May 2019", + "Genre": "Crunk reggaeton", + "Album": "Forever alone" + }, + { + "Number": 8, + "Title": "Dancing in the River", + "Released": "17 Dec 2019", + "Genre": "*", + "Album": "Forever alone" + }, + { + "Number": 9, + "Title": "Electric Fire", + "Released": "17 Oct 2019", + "Genre": "Electro house Electropop", + "Album": "Forever alone" + }, + { + "Number": 10, + "Title": "Electric Sky", + "Released": "25 Sep 2019", + "Genre": "ethno-tunes", + "Album": "Forever alone" + } ] } ] @@ -1371,7 +2340,76 @@ "USBillboard200": 35, "Artist": "Peter Taylor", "Songs": [ - + { + "Number": 1, + "Title": "Calling in the Dream", + "Released": "01 Aug 2019", + "Genre": "R&B", + "Album": "Decisions decisions" + }, + { + "Number": 2, + "Title": "Electric Burning", + "Released": "10 Sep 2019", + "Genre": "Electro house Electropop", + "Album": "Decisions decisions" + }, + { + "Number": 3, + "Title": "Dark Flying", + "Released": "28 Apr 2019", + "Genre": "*", + "Album": "Decisions decisions" + }, + { + "Number": 4, + "Title": "Gentle Sky", + "Released": "20 Nov 2019", + "Genre": "ethno-tunes", + "Album": "Decisions decisions" + }, + { + "Number": 5, + "Title": "Gentle Calling", + "Released": "13 Jan 2019", + "Genre": "Crunk reggaeton", + "Album": "Decisions decisions" + }, + { + "Number": 6, + "Title": "Golden Falling", + "Released": "14 Feb 2019", + "Genre": "Crunk reggaeton", + "Album": "Decisions decisions" + }, + { + "Number": 7, + "Title": "Silent River", + "Released": "13 Feb 2019", + "Genre": "R&B", + "Album": "Decisions decisions" + }, + { + "Number": 8, + "Title": "Furious Calling", + "Released": "11 Jun 2019", + "Genre": "Synth-pop R&B", + "Album": "Decisions decisions" + }, + { + "Number": 9, + "Title": "Running in the Echo", + "Released": "06 Nov 2019", + "Genre": "Electro house Electropop", + "Album": "Decisions decisions" + }, + { + "Number": 10, + "Title": "Furious River", + "Released": "12 Mar 2019", + "Genre": "*", + "Album": "Decisions decisions" + } ] }, { @@ -1381,7 +2419,76 @@ "USBillboard200": 89, "Artist": "Peter Taylor", "Songs": [ - + { + "Number": 1, + "Title": "Dark Crying", + "Released": "27 Apr 2019", + "Genre": "Electro house Electropop", + "Album": "Climate changed" + }, + { + "Number": 2, + "Title": "Dark Waiting", + "Released": "14 Nov 2019", + "Genre": "Synth-pop R&B", + "Album": "Climate changed" + }, + { + "Number": 3, + "Title": "Furious Waiting", + "Released": "23 May 2019", + "Genre": "*", + "Album": "Climate changed" + }, + { + "Number": 4, + "Title": "Running in the Echo", + "Released": "29 Nov 2019", + "Genre": "Crunk reggaeton", + "Album": "Climate changed" + }, + { + "Number": 5, + "Title": "Dream of Sky", + "Released": "31 Oct 2019", + "Genre": "Crunk reggaeton", + "Album": "Climate changed" + }, + { + "Number": 6, + "Title": "Hiding in the Heart", + "Released": "09 Aug 2019", + "Genre": "R&B", + "Album": "Climate changed" + }, + { + "Number": 7, + "Title": "Sky of Storm", + "Released": "01 Jun 2019", + "Genre": "R&B", + "Album": "Climate changed" + }, + { + "Number": 8, + "Title": "Light of Storm", + "Released": "17 Jan 2020", + "Genre": "ethno-tunes", + "Album": "Climate changed" + }, + { + "Number": 9, + "Title": "Light of Sky", + "Released": "26 May 2019", + "Genre": "*", + "Album": "Climate changed" + }, + { + "Number": 10, + "Title": "Golden River", + "Released": "19 Jun 2019", + "Genre": "*", + "Album": "Climate changed" + } ] } ] diff --git a/samples/grids/hierarchical-grid/filtering-style/src/SingersData.json b/samples/grids/hierarchical-grid/filtering-style/src/SingersData.json index f7508f3c9a..75ec4ec561 100644 --- a/samples/grids/hierarchical-grid/filtering-style/src/SingersData.json +++ b/samples/grids/hierarchical-grid/filtering-style/src/SingersData.json @@ -78,7 +78,79 @@ "LaunchDate": "September 3, 2013", "BillboardReview": 86, "USBillboard200": 1, - "Artist": "Naomí Yepes" + "Artist": "Naomí Yepes", + "Songs": [ + { + "Number": 1, + "Title": "Lonely Falling", + "Released": "01 May 2019", + "Genre": "*", + "Album": "Initiation" + }, + { + "Number": 2, + "Title": "Bright Breaking", + "Released": "25 Jul 2019", + "Genre": "Electro house Electropop", + "Album": "Initiation" + }, + { + "Number": 3, + "Title": "River of Whisper", + "Released": "29 Jan 2020", + "Genre": "Electro house Electropop", + "Album": "Initiation" + }, + { + "Number": 4, + "Title": "Sky of Storm", + "Released": "07 May 2019", + "Genre": "Electro house Electropop", + "Album": "Initiation" + }, + { + "Number": 5, + "Title": "Electric River", + "Released": "20 Jan 2020", + "Genre": "R&B", + "Album": "Initiation" + }, + { + "Number": 6, + "Title": "Storm of Storm", + "Released": "01 Sep 2019", + "Genre": "Crunk reggaeton", + "Album": "Initiation" + }, + { + "Number": 7, + "Title": "Fire of Dream", + "Released": "12 Sep 2019", + "Genre": "Electro house Electropop", + "Album": "Initiation" + }, + { + "Number": 8, + "Title": "Burning in the Light", + "Released": "15 Apr 2019", + "Genre": "*", + "Album": "Initiation" + }, + { + "Number": 9, + "Title": "Burning in the Storm", + "Released": "10 Sep 2019", + "Genre": "Electro house Electropop", + "Album": "Initiation" + }, + { + "Number": 10, + "Title": "Shadow of Whisper", + "Released": "06 Jan 2019", + "Genre": "Crunk reggaeton", + "Album": "Initiation" + } + ] }, { "Album": "Dream Driven", @@ -90,7 +162,7 @@ { "Number": 1, "Title": "Intro", - "Released": false, + "Released": "10 Sep 2019", "Genre": "*", "Album": "Dream Driven" }, @@ -111,7 +183,7 @@ { "Number": 4, "Title": "Future past", - "Released": false, + "Released": "20 Sep 2011", "Genre": "*", "Album": "Dream Driven" }, @@ -132,14 +204,14 @@ { "Number": 7, "Title": "Stay where you are", - "Released": false, + "Released": "14 Sep 2013", "Genre": "*", "Album": "Dream Driven" }, { "Number": 8, "Title": "Imaginarium", - "Released": false, + "Released": "20 Sep 2021", "Genre": "*", "Album": "Dream Driven" }, @@ -153,21 +225,21 @@ { "Number": 10, "Title": "Shredded into pieces", - "Released": false, + "Released": "11 Sep 2015", "Genre": "*", "Album": "Dream Driven" }, { "Number": 11, "Title": "Capture this moment", - "Released": false, + "Released": "13 Sep 2016", "Genre": "*", "Album": "Dream Driven" }, { "Number": 12, "Title": "Dream Driven", - "Released": false, + "Released": "14 Sep 2014", "Genre": "*", "Album": "Dream Driven" } @@ -180,7 +252,76 @@ "USBillboard200": 2, "Artist": "Naomí Yepes", "Songs": [ - + { + "Number": 1, + "Title": "Calling in the Storm", + "Released": "12 Mar 2019", + "Genre": "Electro house Electropop", + "Album": "The dragon journey" + }, + { + "Number": 2, + "Title": "Hiding in the Dream", + "Released": "23 Mar 2019", + "Genre": "R&B", + "Album": "The dragon journey" + }, + { + "Number": 3, + "Title": "Electric Heart", + "Released": "17 Mar 2019", + "Genre": "ethno-tunes", + "Album": "The dragon journey" + }, + { + "Number": 4, + "Title": "Shadow of Echo", + "Released": "20 Feb 2019", + "Genre": "ethno-tunes", + "Album": "The dragon journey" + }, + { + "Number": 5, + "Title": "Flying in the Storm", + "Released": "08 Apr 2019", + "Genre": "R&B", + "Album": "The dragon journey" + }, + { + "Number": 6, + "Title": "Dark Waiting", + "Released": "20 Oct 2019", + "Genre": "Synth-pop R&B", + "Album": "The dragon journey" + }, + { + "Number": 7, + "Title": "Fire of River", + "Released": "20 Feb 2019", + "Genre": "Synth-pop R&B", + "Album": "The dragon journey" + }, + { + "Number": 8, + "Title": "Wild Crying", + "Released": "14 Jun 2019", + "Genre": "R&B", + "Album": "The dragon journey" + }, + { + "Number": 9, + "Title": "Bright Dancing", + "Released": "14 Mar 2019", + "Genre": "Electro house Electropop", + "Album": "The dragon journey" + }, + { + "Number": 10, + "Title": "Golden Waiting", + "Released": "12 Sep 2019", + "Genre": "Synth-pop R&B", + "Album": "The dragon journey" + } ] }, { @@ -276,7 +417,76 @@ "USBillboard200": 12, "Artist": "Naomí Yepes", "Songs": [ - + { + "Number": 1, + "Title": "Storm of Dream", + "Released": "05 Jan 2019", + "Genre": "*", + "Album": "Curiosity" + }, + { + "Number": 2, + "Title": "Echo of Dream", + "Released": "28 Jan 2019", + "Genre": "Synth-pop R&B", + "Album": "Curiosity" + }, + { + "Number": 3, + "Title": "Light of Shadow", + "Released": "07 Feb 2019", + "Genre": "Synth-pop R&B", + "Album": "Curiosity" + }, + { + "Number": 4, + "Title": "Storm of Heart", + "Released": "05 Jan 2020", + "Genre": "Electro house Electropop", + "Album": "Curiosity" + }, + { + "Number": 5, + "Title": "Shadow of River", + "Released": "27 Feb 2019", + "Genre": "*", + "Album": "Curiosity" + }, + { + "Number": 6, + "Title": "Wicked Dancing", + "Released": "17 Jan 2020", + "Genre": "ethno-tunes", + "Album": "Curiosity" + }, + { + "Number": 7, + "Title": "River of Light", + "Released": "22 Feb 2019", + "Genre": "R&B", + "Album": "Curiosity" + }, + { + "Number": 8, + "Title": "Lonely Breaking", + "Released": "09 Sep 2019", + "Genre": "ethno-tunes", + "Album": "Curiosity" + }, + { + "Number": 9, + "Title": "Furious Flying", + "Released": "08 Jun 2019", + "Genre": "R&B", + "Album": "Curiosity" + }, + { + "Number": 10, + "Title": "Hiding in the Storm", + "Released": "27 May 2019", + "Genre": "Electro house Electropop", + "Album": "Curiosity" + } ] } ] @@ -513,7 +723,76 @@ "USBillboard200": 69, "Artist": "Ahmad Nazeri", "Songs": [ - + { + "Number": 1, + "Title": "Gentle Falling", + "Released": "26 Apr 2019", + "Genre": "Crunk reggaeton", + "Album": "Emergency" + }, + { + "Number": 2, + "Title": "Calling in the Fire", + "Released": "03 Sep 2019", + "Genre": "ethno-tunes", + "Album": "Emergency" + }, + { + "Number": 3, + "Title": "Fire of Shadow", + "Released": "05 Jan 2019", + "Genre": "ethno-tunes", + "Album": "Emergency" + }, + { + "Number": 4, + "Title": "Dancing in the Dream", + "Released": "15 Apr 2019", + "Genre": "R&B", + "Album": "Emergency" + }, + { + "Number": 5, + "Title": "Calling in the Shadow", + "Released": "09 Oct 2019", + "Genre": "R&B", + "Album": "Emergency" + }, + { + "Number": 6, + "Title": "Falling in the Sky", + "Released": "08 Mar 2019", + "Genre": "ethno-tunes", + "Album": "Emergency" + }, + { + "Number": 7, + "Title": "Calling in the Storm", + "Released": "05 Dec 2019", + "Genre": "ethno-tunes", + "Album": "Emergency" + }, + { + "Number": 8, + "Title": "Falling in the River", + "Released": "19 Aug 2019", + "Genre": "Electro house Electropop", + "Album": "Emergency" + }, + { + "Number": 9, + "Title": "Electric Fire", + "Released": "30 Nov 2019", + "Genre": "Crunk reggaeton", + "Album": "Emergency" + }, + { + "Number": 10, + "Title": "Lonely River", + "Released": "11 Nov 2019", + "Genre": "Electro house Electropop", + "Album": "Emergency" + } ] }, { @@ -523,7 +802,76 @@ "USBillboard200": 39, "Artist": "Ahmad Nazeri", "Songs": [ - + { + "Number": 1, + "Title": "Lonely Dream", + "Released": "11 Dec 2019", + "Genre": "ethno-tunes", + "Album": "Bursting bubbles" + }, + { + "Number": 2, + "Title": "Fire of River", + "Released": "01 Aug 2019", + "Genre": "Synth-pop R&B", + "Album": "Bursting bubbles" + }, + { + "Number": 3, + "Title": "Wicked Falling", + "Released": "25 Jan 2019", + "Genre": "*", + "Album": "Bursting bubbles" + }, + { + "Number": 4, + "Title": "Crying in the Shadow", + "Released": "04 Jan 2019", + "Genre": "Synth-pop R&B", + "Album": "Bursting bubbles" + }, + { + "Number": 5, + "Title": "Wild Burning", + "Released": "10 May 2019", + "Genre": "ethno-tunes", + "Album": "Bursting bubbles" + }, + { + "Number": 6, + "Title": "Waiting in the Heart", + "Released": "07 Aug 2019", + "Genre": "ethno-tunes", + "Album": "Bursting bubbles" + }, + { + "Number": 7, + "Title": "Fire of Fire", + "Released": "16 May 2019", + "Genre": "Electro house Electropop", + "Album": "Bursting bubbles" + }, + { + "Number": 8, + "Title": "Bright Heart", + "Released": "14 Mar 2019", + "Genre": "Synth-pop R&B", + "Album": "Bursting bubbles" + }, + { + "Number": 9, + "Title": "Lonely Fire", + "Released": "15 Oct 2019", + "Genre": "R&B", + "Album": "Bursting bubbles" + }, + { + "Number": 10, + "Title": "Sky of Dream", + "Released": "20 Jun 2019", + "Genre": "ethno-tunes", + "Album": "Bursting bubbles" + } ] } ] @@ -547,7 +895,76 @@ "USBillboard200": 1, "Artist": "Kimmy McIlmorie", "Songs": [ - + { + "Number": 1, + "Title": "Storm of Sky", + "Released": "04 Mar 2019", + "Genre": "ethno-tunes", + "Album": "Here we go again" + }, + { + "Number": 2, + "Title": "Dream of Shadow", + "Released": "03 Jan 2019", + "Genre": "ethno-tunes", + "Album": "Here we go again" + }, + { + "Number": 3, + "Title": "Dream of Shadow", + "Released": "19 Dec 2019", + "Genre": "Electro house Electropop", + "Album": "Here we go again" + }, + { + "Number": 4, + "Title": "Golden Fire", + "Released": "20 Jan 2019", + "Genre": "R&B", + "Album": "Here we go again" + }, + { + "Number": 5, + "Title": "Running in the Light", + "Released": "03 Jan 2020", + "Genre": "Synth-pop R&B", + "Album": "Here we go again" + }, + { + "Number": 6, + "Title": "Flying in the Heart", + "Released": "17 Jan 2019", + "Genre": "*", + "Album": "Here we go again" + }, + { + "Number": 7, + "Title": "Fire of Storm", + "Released": "26 Jan 2019", + "Genre": "ethno-tunes", + "Album": "Here we go again" + }, + { + "Number": 8, + "Title": "Calling in the Sky", + "Released": "28 Oct 2019", + "Genre": "Synth-pop R&B", + "Album": "Here we go again" + }, + { + "Number": 9, + "Title": "Flying in the Shadow", + "Released": "30 Mar 2019", + "Genre": "ethno-tunes", + "Album": "Here we go again" + }, + { + "Number": 10, + "Title": "Golden Dancing", + "Released": "12 Oct 2019", + "Genre": "ethno-tunes", + "Album": "Here we go again" + } ] } ] @@ -771,7 +1188,76 @@ "USBillboard200": 85, "Artist": "Izabella Tabakova", "Songs": [ - + { + "Number": 1, + "Title": "Hiding in the Light", + "Released": "24 Jan 2019", + "Genre": "Synth-pop R&B", + "Album": "Dark matters" + }, + { + "Number": 2, + "Title": "Furious River", + "Released": "13 Jan 2020", + "Genre": "Electro house Electropop", + "Album": "Dark matters" + }, + { + "Number": 3, + "Title": "Wild Crying", + "Released": "27 Feb 2019", + "Genre": "Electro house Electropop", + "Album": "Dark matters" + }, + { + "Number": 4, + "Title": "Light of Dream", + "Released": "01 Jun 2019", + "Genre": "Crunk reggaeton", + "Album": "Dark matters" + }, + { + "Number": 5, + "Title": "Light of Dream", + "Released": "24 Aug 2019", + "Genre": "*", + "Album": "Dark matters" + }, + { + "Number": 6, + "Title": "Storm of Light", + "Released": "26 Feb 2019", + "Genre": "*", + "Album": "Dark matters" + }, + { + "Number": 7, + "Title": "Dark Storm", + "Released": "18 Jan 2020", + "Genre": "R&B", + "Album": "Dark matters" + }, + { + "Number": 8, + "Title": "Dark Calling", + "Released": "20 Mar 2019", + "Genre": "Crunk reggaeton", + "Album": "Dark matters" + }, + { + "Number": 9, + "Title": "Sky of Whisper", + "Released": "30 Jan 2019", + "Genre": "ethno-tunes", + "Album": "Dark matters" + }, + { + "Number": 10, + "Title": "Dancing in the Light", + "Released": "28 Nov 2019", + "Genre": "Synth-pop R&B", + "Album": "Dark matters" + } ] } ] @@ -795,7 +1281,76 @@ "USBillboard200": 5, "Artist": "Nguyễn Diệp Chi", "Songs": [ - + { + "Number": 1, + "Title": "Echo of River", + "Released": "05 Mar 2019", + "Genre": "Synth-pop R&B", + "Album": "Library of liberty" + }, + { + "Number": 2, + "Title": "Heart of River", + "Released": "12 Jan 2020", + "Genre": "Electro house Electropop", + "Album": "Library of liberty" + }, + { + "Number": 3, + "Title": "Dark Light", + "Released": "09 Aug 2019", + "Genre": "Electro house Electropop", + "Album": "Library of liberty" + }, + { + "Number": 4, + "Title": "Dark Fire", + "Released": "22 Jun 2019", + "Genre": "R&B", + "Album": "Library of liberty" + }, + { + "Number": 5, + "Title": "Flying in the Fire", + "Released": "22 Jul 2019", + "Genre": "*", + "Album": "Library of liberty" + }, + { + "Number": 6, + "Title": "Shadow of Heart", + "Released": "02 Jan 2020", + "Genre": "*", + "Album": "Library of liberty" + }, + { + "Number": 7, + "Title": "Fire of Fire", + "Released": "27 Jan 2019", + "Genre": "*", + "Album": "Library of liberty" + }, + { + "Number": 8, + "Title": "Falling in the River", + "Released": "05 Aug 2019", + "Genre": "Crunk reggaeton", + "Album": "Library of liberty" + }, + { + "Number": 9, + "Title": "Fire of Light", + "Released": "31 Dec 2019", + "Genre": "ethno-tunes", + "Album": "Library of liberty" + }, + { + "Number": 10, + "Title": "Bright Flying", + "Released": "24 Jan 2019", + "Genre": "*", + "Album": "Library of liberty" + } ] } ] @@ -819,7 +1374,76 @@ "USBillboard200": 29, "Artist": "Eva Lee", "Songs": [ - + { + "Number": 1, + "Title": "Dancing in the Shadow", + "Released": "02 Aug 2019", + "Genre": "ethno-tunes", + "Album": "Just a tease" + }, + { + "Number": 2, + "Title": "Silent Whisper", + "Released": "09 Jul 2019", + "Genre": "*", + "Album": "Just a tease" + }, + { + "Number": 3, + "Title": "Crying in the Whisper", + "Released": "30 May 2019", + "Genre": "Crunk reggaeton", + "Album": "Just a tease" + }, + { + "Number": 4, + "Title": "River of Light", + "Released": "10 Jan 2019", + "Genre": "Electro house Electropop", + "Album": "Just a tease" + }, + { + "Number": 5, + "Title": "Golden River", + "Released": "15 Nov 2019", + "Genre": "*", + "Album": "Just a tease" + }, + { + "Number": 6, + "Title": "Burning in the Shadow", + "Released": "18 Apr 2019", + "Genre": "Crunk reggaeton", + "Album": "Just a tease" + }, + { + "Number": 7, + "Title": "Shadow of Sky", + "Released": "06 Sep 2019", + "Genre": "Crunk reggaeton", + "Album": "Just a tease" + }, + { + "Number": 8, + "Title": "Gentle Waiting", + "Released": "05 Dec 2019", + "Genre": "R&B", + "Album": "Just a tease" + }, + { + "Number": 9, + "Title": "Bright River", + "Released": "27 Jan 2020", + "Genre": "R&B", + "Album": "Just a tease" + }, + { + "Number": 10, + "Title": "Heart of Storm", + "Released": "07 Jan 2019", + "Genre": "Synth-pop R&B", + "Album": "Just a tease" + } ] } ] @@ -1046,7 +1670,76 @@ "USBillboard200": 98, "Artist": "Pablo Cambeiro", "Songs": [ - + { + "Number": 1, + "Title": "Dancing in the Echo", + "Released": "03 Oct 2019", + "Genre": "Crunk reggaeton", + "Album": "Fluke" + }, + { + "Number": 2, + "Title": "Dream of Dream", + "Released": "03 Mar 2019", + "Genre": "*", + "Album": "Fluke" + }, + { + "Number": 3, + "Title": "Calling in the Echo", + "Released": "16 Sep 2019", + "Genre": "*", + "Album": "Fluke" + }, + { + "Number": 4, + "Title": "Light of Light", + "Released": "25 May 2019", + "Genre": "Electro house Electropop", + "Album": "Fluke" + }, + { + "Number": 5, + "Title": "Bright Light", + "Released": "21 Mar 2019", + "Genre": "R&B", + "Album": "Fluke" + }, + { + "Number": 6, + "Title": "Storm of Echo", + "Released": "17 Jul 2019", + "Genre": "Synth-pop R&B", + "Album": "Fluke" + }, + { + "Number": 7, + "Title": "Lonely Calling", + "Released": "10 Apr 2019", + "Genre": "ethno-tunes", + "Album": "Fluke" + }, + { + "Number": 8, + "Title": "Gentle Falling", + "Released": "28 Nov 2019", + "Genre": "Synth-pop R&B", + "Album": "Fluke" + }, + { + "Number": 9, + "Title": "Wild Flying", + "Released": "26 Nov 2019", + "Genre": "Crunk reggaeton", + "Album": "Fluke" + }, + { + "Number": 10, + "Title": "Sky of Dream", + "Released": "29 May 2019", + "Genre": "R&B", + "Album": "Fluke" + } ] }, { @@ -1142,7 +1835,76 @@ "USBillboard200": 77, "Artist": "Athar Malakooti", "Songs": [ - + { + "Number": 1, + "Title": "Hiding in the Whisper", + "Released": "03 Apr 2019", + "Genre": "R&B", + "Album": "Pushing up daisies" + }, + { + "Number": 2, + "Title": "Wicked Light", + "Released": "21 Aug 2019", + "Genre": "R&B", + "Album": "Pushing up daisies" + }, + { + "Number": 3, + "Title": "Flying in the River", + "Released": "03 Feb 2020", + "Genre": "Synth-pop R&B", + "Album": "Pushing up daisies" + }, + { + "Number": 4, + "Title": "Wicked Hiding", + "Released": "15 Sep 2019", + "Genre": "Synth-pop R&B", + "Album": "Pushing up daisies" + }, + { + "Number": 5, + "Title": "Lonely Light", + "Released": "13 May 2019", + "Genre": "Electro house Electropop", + "Album": "Pushing up daisies" + }, + { + "Number": 6, + "Title": "Bright Dancing", + "Released": "10 Apr 2019", + "Genre": "Synth-pop R&B", + "Album": "Pushing up daisies" + }, + { + "Number": 7, + "Title": "Gentle Dream", + "Released": "21 May 2019", + "Genre": "*", + "Album": "Pushing up daisies" + }, + { + "Number": 8, + "Title": "Sky of Echo", + "Released": "09 Jun 2019", + "Genre": "Synth-pop R&B", + "Album": "Pushing up daisies" + }, + { + "Number": 9, + "Title": "Breaking in the Sky", + "Released": "27 Dec 2019", + "Genre": "Crunk reggaeton", + "Album": "Pushing up daisies" + }, + { + "Number": 10, + "Title": "Whisper of Shadow", + "Released": "04 Jan 2019", + "Genre": "ethno-tunes", + "Album": "Pushing up daisies" + } ] } ] @@ -1179,7 +1941,76 @@ "USBillboard200": 9, "Artist": "Marti Valencia", "Songs": [ - + { + "Number": 1, + "Title": "Hiding in the Sky", + "Released": "26 Nov 2019", + "Genre": "Synth-pop R&B", + "Album": "Nemesis" + }, + { + "Number": 2, + "Title": "Waiting in the Echo", + "Released": "10 Jul 2019", + "Genre": "ethno-tunes", + "Album": "Nemesis" + }, + { + "Number": 3, + "Title": "Wicked Shadow", + "Released": "29 Jul 2019", + "Genre": "Synth-pop R&B", + "Album": "Nemesis" + }, + { + "Number": 4, + "Title": "Crying in the Whisper", + "Released": "09 Apr 2019", + "Genre": "*", + "Album": "Nemesis" + }, + { + "Number": 5, + "Title": "Echo of Storm", + "Released": "19 Nov 2019", + "Genre": "Crunk reggaeton", + "Album": "Nemesis" + }, + { + "Number": 6, + "Title": "Shadow of Sky", + "Released": "24 Jul 2019", + "Genre": "Crunk reggaeton", + "Album": "Nemesis" + }, + { + "Number": 7, + "Title": "Golden Hiding", + "Released": "12 Dec 2019", + "Genre": "Electro house Electropop", + "Album": "Nemesis" + }, + { + "Number": 8, + "Title": "Wild Dancing", + "Released": "17 Aug 2019", + "Genre": "Synth-pop R&B", + "Album": "Nemesis" + }, + { + "Number": 9, + "Title": "Bright Burning", + "Released": "30 Aug 2019", + "Genre": "Electro house Electropop", + "Album": "Nemesis" + }, + { + "Number": 10, + "Title": "Flying in the River", + "Released": "02 Sep 2019", + "Genre": "*", + "Album": "Nemesis" + } ] }, { @@ -1282,7 +2113,76 @@ "USBillboard200": 37, "Artist": "Marti Valencia", "Songs": [ - + { + "Number": 1, + "Title": "Wild River", + "Released": "11 Jan 2019", + "Genre": "*", + "Album": "God's advocate" + }, + { + "Number": 2, + "Title": "Wicked Whisper", + "Released": "16 Feb 2019", + "Genre": "Electro house Electropop", + "Album": "God's advocate" + }, + { + "Number": 3, + "Title": "Storm of Heart", + "Released": "11 Aug 2019", + "Genre": "*", + "Album": "God's advocate" + }, + { + "Number": 4, + "Title": "Golden Dancing", + "Released": "02 Mar 2019", + "Genre": "Crunk reggaeton", + "Album": "God's advocate" + }, + { + "Number": 5, + "Title": "Calling in the Sky", + "Released": "10 Sep 2019", + "Genre": "Electro house Electropop", + "Album": "God's advocate" + }, + { + "Number": 6, + "Title": "Calling in the Heart", + "Released": "12 Jan 2019", + "Genre": "ethno-tunes", + "Album": "God's advocate" + }, + { + "Number": 7, + "Title": "Running in the Storm", + "Released": "10 Nov 2019", + "Genre": "Synth-pop R&B", + "Album": "God's advocate" + }, + { + "Number": 8, + "Title": "Wild Sky", + "Released": "10 Apr 2019", + "Genre": "R&B", + "Album": "God's advocate" + }, + { + "Number": 9, + "Title": "Crying in the Shadow", + "Released": "02 Mar 2019", + "Genre": "R&B", + "Album": "God's advocate" + }, + { + "Number": 10, + "Title": "Whisper of River", + "Released": "12 May 2019", + "Genre": "*", + "Album": "God's advocate" + } ] } ] @@ -1306,7 +2206,76 @@ "USBillboard200": 7, "Artist": "Alicia Stanger", "Songs": [ - + { + "Number": 1, + "Title": "Shadow of Light", + "Released": "24 Mar 2019", + "Genre": "ethno-tunes", + "Album": "Forever alone" + }, + { + "Number": 2, + "Title": "Running in the Echo", + "Released": "03 May 2019", + "Genre": "Crunk reggaeton", + "Album": "Forever alone" + }, + { + "Number": 3, + "Title": "Gentle Dream", + "Released": "24 Aug 2019", + "Genre": "Crunk reggaeton", + "Album": "Forever alone" + }, + { + "Number": 4, + "Title": "Furious River", + "Released": "24 Apr 2019", + "Genre": "ethno-tunes", + "Album": "Forever alone" + }, + { + "Number": 5, + "Title": "Wild Whisper", + "Released": "09 Mar 2019", + "Genre": "ethno-tunes", + "Album": "Forever alone" + }, + { + "Number": 6, + "Title": "Whisper of Sky", + "Released": "24 Jul 2019", + "Genre": "Crunk reggaeton", + "Album": "Forever alone" + }, + { + "Number": 7, + "Title": "Lonely Storm", + "Released": "01 May 2019", + "Genre": "Crunk reggaeton", + "Album": "Forever alone" + }, + { + "Number": 8, + "Title": "Dancing in the River", + "Released": "17 Dec 2019", + "Genre": "*", + "Album": "Forever alone" + }, + { + "Number": 9, + "Title": "Electric Fire", + "Released": "17 Oct 2019", + "Genre": "Electro house Electropop", + "Album": "Forever alone" + }, + { + "Number": 10, + "Title": "Electric Sky", + "Released": "25 Sep 2019", + "Genre": "ethno-tunes", + "Album": "Forever alone" + } ] } ] @@ -1371,7 +2340,76 @@ "USBillboard200": 35, "Artist": "Peter Taylor", "Songs": [ - + { + "Number": 1, + "Title": "Calling in the Dream", + "Released": "01 Aug 2019", + "Genre": "R&B", + "Album": "Decisions decisions" + }, + { + "Number": 2, + "Title": "Electric Burning", + "Released": "10 Sep 2019", + "Genre": "Electro house Electropop", + "Album": "Decisions decisions" + }, + { + "Number": 3, + "Title": "Dark Flying", + "Released": "28 Apr 2019", + "Genre": "*", + "Album": "Decisions decisions" + }, + { + "Number": 4, + "Title": "Gentle Sky", + "Released": "20 Nov 2019", + "Genre": "ethno-tunes", + "Album": "Decisions decisions" + }, + { + "Number": 5, + "Title": "Gentle Calling", + "Released": "13 Jan 2019", + "Genre": "Crunk reggaeton", + "Album": "Decisions decisions" + }, + { + "Number": 6, + "Title": "Golden Falling", + "Released": "14 Feb 2019", + "Genre": "Crunk reggaeton", + "Album": "Decisions decisions" + }, + { + "Number": 7, + "Title": "Silent River", + "Released": "13 Feb 2019", + "Genre": "R&B", + "Album": "Decisions decisions" + }, + { + "Number": 8, + "Title": "Furious Calling", + "Released": "11 Jun 2019", + "Genre": "Synth-pop R&B", + "Album": "Decisions decisions" + }, + { + "Number": 9, + "Title": "Running in the Echo", + "Released": "06 Nov 2019", + "Genre": "Electro house Electropop", + "Album": "Decisions decisions" + }, + { + "Number": 10, + "Title": "Furious River", + "Released": "12 Mar 2019", + "Genre": "*", + "Album": "Decisions decisions" + } ] }, { @@ -1381,7 +2419,76 @@ "USBillboard200": 89, "Artist": "Peter Taylor", "Songs": [ - + { + "Number": 1, + "Title": "Dark Crying", + "Released": "27 Apr 2019", + "Genre": "Electro house Electropop", + "Album": "Climate changed" + }, + { + "Number": 2, + "Title": "Dark Waiting", + "Released": "14 Nov 2019", + "Genre": "Synth-pop R&B", + "Album": "Climate changed" + }, + { + "Number": 3, + "Title": "Furious Waiting", + "Released": "23 May 2019", + "Genre": "*", + "Album": "Climate changed" + }, + { + "Number": 4, + "Title": "Running in the Echo", + "Released": "29 Nov 2019", + "Genre": "Crunk reggaeton", + "Album": "Climate changed" + }, + { + "Number": 5, + "Title": "Dream of Sky", + "Released": "31 Oct 2019", + "Genre": "Crunk reggaeton", + "Album": "Climate changed" + }, + { + "Number": 6, + "Title": "Hiding in the Heart", + "Released": "09 Aug 2019", + "Genre": "R&B", + "Album": "Climate changed" + }, + { + "Number": 7, + "Title": "Sky of Storm", + "Released": "01 Jun 2019", + "Genre": "R&B", + "Album": "Climate changed" + }, + { + "Number": 8, + "Title": "Light of Storm", + "Released": "17 Jan 2020", + "Genre": "ethno-tunes", + "Album": "Climate changed" + }, + { + "Number": 9, + "Title": "Light of Sky", + "Released": "26 May 2019", + "Genre": "*", + "Album": "Climate changed" + }, + { + "Number": 10, + "Title": "Golden River", + "Released": "19 Jun 2019", + "Genre": "*", + "Album": "Climate changed" + } ] } ] diff --git a/samples/grids/hierarchical-grid/hierarchical-grid-options/src/SingersData.json b/samples/grids/hierarchical-grid/hierarchical-grid-options/src/SingersData.json index f7508f3c9a..75ec4ec561 100644 --- a/samples/grids/hierarchical-grid/hierarchical-grid-options/src/SingersData.json +++ b/samples/grids/hierarchical-grid/hierarchical-grid-options/src/SingersData.json @@ -78,7 +78,79 @@ "LaunchDate": "September 3, 2013", "BillboardReview": 86, "USBillboard200": 1, - "Artist": "Naomí Yepes" + "Artist": "Naomí Yepes", + "Songs": [ + { + "Number": 1, + "Title": "Lonely Falling", + "Released": "01 May 2019", + "Genre": "*", + "Album": "Initiation" + }, + { + "Number": 2, + "Title": "Bright Breaking", + "Released": "25 Jul 2019", + "Genre": "Electro house Electropop", + "Album": "Initiation" + }, + { + "Number": 3, + "Title": "River of Whisper", + "Released": "29 Jan 2020", + "Genre": "Electro house Electropop", + "Album": "Initiation" + }, + { + "Number": 4, + "Title": "Sky of Storm", + "Released": "07 May 2019", + "Genre": "Electro house Electropop", + "Album": "Initiation" + }, + { + "Number": 5, + "Title": "Electric River", + "Released": "20 Jan 2020", + "Genre": "R&B", + "Album": "Initiation" + }, + { + "Number": 6, + "Title": "Storm of Storm", + "Released": "01 Sep 2019", + "Genre": "Crunk reggaeton", + "Album": "Initiation" + }, + { + "Number": 7, + "Title": "Fire of Dream", + "Released": "12 Sep 2019", + "Genre": "Electro house Electropop", + "Album": "Initiation" + }, + { + "Number": 8, + "Title": "Burning in the Light", + "Released": "15 Apr 2019", + "Genre": "*", + "Album": "Initiation" + }, + { + "Number": 9, + "Title": "Burning in the Storm", + "Released": "10 Sep 2019", + "Genre": "Electro house Electropop", + "Album": "Initiation" + }, + { + "Number": 10, + "Title": "Shadow of Whisper", + "Released": "06 Jan 2019", + "Genre": "Crunk reggaeton", + "Album": "Initiation" + } + ] }, { "Album": "Dream Driven", @@ -90,7 +162,7 @@ { "Number": 1, "Title": "Intro", - "Released": false, + "Released": "10 Sep 2019", "Genre": "*", "Album": "Dream Driven" }, @@ -111,7 +183,7 @@ { "Number": 4, "Title": "Future past", - "Released": false, + "Released": "20 Sep 2011", "Genre": "*", "Album": "Dream Driven" }, @@ -132,14 +204,14 @@ { "Number": 7, "Title": "Stay where you are", - "Released": false, + "Released": "14 Sep 2013", "Genre": "*", "Album": "Dream Driven" }, { "Number": 8, "Title": "Imaginarium", - "Released": false, + "Released": "20 Sep 2021", "Genre": "*", "Album": "Dream Driven" }, @@ -153,21 +225,21 @@ { "Number": 10, "Title": "Shredded into pieces", - "Released": false, + "Released": "11 Sep 2015", "Genre": "*", "Album": "Dream Driven" }, { "Number": 11, "Title": "Capture this moment", - "Released": false, + "Released": "13 Sep 2016", "Genre": "*", "Album": "Dream Driven" }, { "Number": 12, "Title": "Dream Driven", - "Released": false, + "Released": "14 Sep 2014", "Genre": "*", "Album": "Dream Driven" } @@ -180,7 +252,76 @@ "USBillboard200": 2, "Artist": "Naomí Yepes", "Songs": [ - + { + "Number": 1, + "Title": "Calling in the Storm", + "Released": "12 Mar 2019", + "Genre": "Electro house Electropop", + "Album": "The dragon journey" + }, + { + "Number": 2, + "Title": "Hiding in the Dream", + "Released": "23 Mar 2019", + "Genre": "R&B", + "Album": "The dragon journey" + }, + { + "Number": 3, + "Title": "Electric Heart", + "Released": "17 Mar 2019", + "Genre": "ethno-tunes", + "Album": "The dragon journey" + }, + { + "Number": 4, + "Title": "Shadow of Echo", + "Released": "20 Feb 2019", + "Genre": "ethno-tunes", + "Album": "The dragon journey" + }, + { + "Number": 5, + "Title": "Flying in the Storm", + "Released": "08 Apr 2019", + "Genre": "R&B", + "Album": "The dragon journey" + }, + { + "Number": 6, + "Title": "Dark Waiting", + "Released": "20 Oct 2019", + "Genre": "Synth-pop R&B", + "Album": "The dragon journey" + }, + { + "Number": 7, + "Title": "Fire of River", + "Released": "20 Feb 2019", + "Genre": "Synth-pop R&B", + "Album": "The dragon journey" + }, + { + "Number": 8, + "Title": "Wild Crying", + "Released": "14 Jun 2019", + "Genre": "R&B", + "Album": "The dragon journey" + }, + { + "Number": 9, + "Title": "Bright Dancing", + "Released": "14 Mar 2019", + "Genre": "Electro house Electropop", + "Album": "The dragon journey" + }, + { + "Number": 10, + "Title": "Golden Waiting", + "Released": "12 Sep 2019", + "Genre": "Synth-pop R&B", + "Album": "The dragon journey" + } ] }, { @@ -276,7 +417,76 @@ "USBillboard200": 12, "Artist": "Naomí Yepes", "Songs": [ - + { + "Number": 1, + "Title": "Storm of Dream", + "Released": "05 Jan 2019", + "Genre": "*", + "Album": "Curiosity" + }, + { + "Number": 2, + "Title": "Echo of Dream", + "Released": "28 Jan 2019", + "Genre": "Synth-pop R&B", + "Album": "Curiosity" + }, + { + "Number": 3, + "Title": "Light of Shadow", + "Released": "07 Feb 2019", + "Genre": "Synth-pop R&B", + "Album": "Curiosity" + }, + { + "Number": 4, + "Title": "Storm of Heart", + "Released": "05 Jan 2020", + "Genre": "Electro house Electropop", + "Album": "Curiosity" + }, + { + "Number": 5, + "Title": "Shadow of River", + "Released": "27 Feb 2019", + "Genre": "*", + "Album": "Curiosity" + }, + { + "Number": 6, + "Title": "Wicked Dancing", + "Released": "17 Jan 2020", + "Genre": "ethno-tunes", + "Album": "Curiosity" + }, + { + "Number": 7, + "Title": "River of Light", + "Released": "22 Feb 2019", + "Genre": "R&B", + "Album": "Curiosity" + }, + { + "Number": 8, + "Title": "Lonely Breaking", + "Released": "09 Sep 2019", + "Genre": "ethno-tunes", + "Album": "Curiosity" + }, + { + "Number": 9, + "Title": "Furious Flying", + "Released": "08 Jun 2019", + "Genre": "R&B", + "Album": "Curiosity" + }, + { + "Number": 10, + "Title": "Hiding in the Storm", + "Released": "27 May 2019", + "Genre": "Electro house Electropop", + "Album": "Curiosity" + } ] } ] @@ -513,7 +723,76 @@ "USBillboard200": 69, "Artist": "Ahmad Nazeri", "Songs": [ - + { + "Number": 1, + "Title": "Gentle Falling", + "Released": "26 Apr 2019", + "Genre": "Crunk reggaeton", + "Album": "Emergency" + }, + { + "Number": 2, + "Title": "Calling in the Fire", + "Released": "03 Sep 2019", + "Genre": "ethno-tunes", + "Album": "Emergency" + }, + { + "Number": 3, + "Title": "Fire of Shadow", + "Released": "05 Jan 2019", + "Genre": "ethno-tunes", + "Album": "Emergency" + }, + { + "Number": 4, + "Title": "Dancing in the Dream", + "Released": "15 Apr 2019", + "Genre": "R&B", + "Album": "Emergency" + }, + { + "Number": 5, + "Title": "Calling in the Shadow", + "Released": "09 Oct 2019", + "Genre": "R&B", + "Album": "Emergency" + }, + { + "Number": 6, + "Title": "Falling in the Sky", + "Released": "08 Mar 2019", + "Genre": "ethno-tunes", + "Album": "Emergency" + }, + { + "Number": 7, + "Title": "Calling in the Storm", + "Released": "05 Dec 2019", + "Genre": "ethno-tunes", + "Album": "Emergency" + }, + { + "Number": 8, + "Title": "Falling in the River", + "Released": "19 Aug 2019", + "Genre": "Electro house Electropop", + "Album": "Emergency" + }, + { + "Number": 9, + "Title": "Electric Fire", + "Released": "30 Nov 2019", + "Genre": "Crunk reggaeton", + "Album": "Emergency" + }, + { + "Number": 10, + "Title": "Lonely River", + "Released": "11 Nov 2019", + "Genre": "Electro house Electropop", + "Album": "Emergency" + } ] }, { @@ -523,7 +802,76 @@ "USBillboard200": 39, "Artist": "Ahmad Nazeri", "Songs": [ - + { + "Number": 1, + "Title": "Lonely Dream", + "Released": "11 Dec 2019", + "Genre": "ethno-tunes", + "Album": "Bursting bubbles" + }, + { + "Number": 2, + "Title": "Fire of River", + "Released": "01 Aug 2019", + "Genre": "Synth-pop R&B", + "Album": "Bursting bubbles" + }, + { + "Number": 3, + "Title": "Wicked Falling", + "Released": "25 Jan 2019", + "Genre": "*", + "Album": "Bursting bubbles" + }, + { + "Number": 4, + "Title": "Crying in the Shadow", + "Released": "04 Jan 2019", + "Genre": "Synth-pop R&B", + "Album": "Bursting bubbles" + }, + { + "Number": 5, + "Title": "Wild Burning", + "Released": "10 May 2019", + "Genre": "ethno-tunes", + "Album": "Bursting bubbles" + }, + { + "Number": 6, + "Title": "Waiting in the Heart", + "Released": "07 Aug 2019", + "Genre": "ethno-tunes", + "Album": "Bursting bubbles" + }, + { + "Number": 7, + "Title": "Fire of Fire", + "Released": "16 May 2019", + "Genre": "Electro house Electropop", + "Album": "Bursting bubbles" + }, + { + "Number": 8, + "Title": "Bright Heart", + "Released": "14 Mar 2019", + "Genre": "Synth-pop R&B", + "Album": "Bursting bubbles" + }, + { + "Number": 9, + "Title": "Lonely Fire", + "Released": "15 Oct 2019", + "Genre": "R&B", + "Album": "Bursting bubbles" + }, + { + "Number": 10, + "Title": "Sky of Dream", + "Released": "20 Jun 2019", + "Genre": "ethno-tunes", + "Album": "Bursting bubbles" + } ] } ] @@ -547,7 +895,76 @@ "USBillboard200": 1, "Artist": "Kimmy McIlmorie", "Songs": [ - + { + "Number": 1, + "Title": "Storm of Sky", + "Released": "04 Mar 2019", + "Genre": "ethno-tunes", + "Album": "Here we go again" + }, + { + "Number": 2, + "Title": "Dream of Shadow", + "Released": "03 Jan 2019", + "Genre": "ethno-tunes", + "Album": "Here we go again" + }, + { + "Number": 3, + "Title": "Dream of Shadow", + "Released": "19 Dec 2019", + "Genre": "Electro house Electropop", + "Album": "Here we go again" + }, + { + "Number": 4, + "Title": "Golden Fire", + "Released": "20 Jan 2019", + "Genre": "R&B", + "Album": "Here we go again" + }, + { + "Number": 5, + "Title": "Running in the Light", + "Released": "03 Jan 2020", + "Genre": "Synth-pop R&B", + "Album": "Here we go again" + }, + { + "Number": 6, + "Title": "Flying in the Heart", + "Released": "17 Jan 2019", + "Genre": "*", + "Album": "Here we go again" + }, + { + "Number": 7, + "Title": "Fire of Storm", + "Released": "26 Jan 2019", + "Genre": "ethno-tunes", + "Album": "Here we go again" + }, + { + "Number": 8, + "Title": "Calling in the Sky", + "Released": "28 Oct 2019", + "Genre": "Synth-pop R&B", + "Album": "Here we go again" + }, + { + "Number": 9, + "Title": "Flying in the Shadow", + "Released": "30 Mar 2019", + "Genre": "ethno-tunes", + "Album": "Here we go again" + }, + { + "Number": 10, + "Title": "Golden Dancing", + "Released": "12 Oct 2019", + "Genre": "ethno-tunes", + "Album": "Here we go again" + } ] } ] @@ -771,7 +1188,76 @@ "USBillboard200": 85, "Artist": "Izabella Tabakova", "Songs": [ - + { + "Number": 1, + "Title": "Hiding in the Light", + "Released": "24 Jan 2019", + "Genre": "Synth-pop R&B", + "Album": "Dark matters" + }, + { + "Number": 2, + "Title": "Furious River", + "Released": "13 Jan 2020", + "Genre": "Electro house Electropop", + "Album": "Dark matters" + }, + { + "Number": 3, + "Title": "Wild Crying", + "Released": "27 Feb 2019", + "Genre": "Electro house Electropop", + "Album": "Dark matters" + }, + { + "Number": 4, + "Title": "Light of Dream", + "Released": "01 Jun 2019", + "Genre": "Crunk reggaeton", + "Album": "Dark matters" + }, + { + "Number": 5, + "Title": "Light of Dream", + "Released": "24 Aug 2019", + "Genre": "*", + "Album": "Dark matters" + }, + { + "Number": 6, + "Title": "Storm of Light", + "Released": "26 Feb 2019", + "Genre": "*", + "Album": "Dark matters" + }, + { + "Number": 7, + "Title": "Dark Storm", + "Released": "18 Jan 2020", + "Genre": "R&B", + "Album": "Dark matters" + }, + { + "Number": 8, + "Title": "Dark Calling", + "Released": "20 Mar 2019", + "Genre": "Crunk reggaeton", + "Album": "Dark matters" + }, + { + "Number": 9, + "Title": "Sky of Whisper", + "Released": "30 Jan 2019", + "Genre": "ethno-tunes", + "Album": "Dark matters" + }, + { + "Number": 10, + "Title": "Dancing in the Light", + "Released": "28 Nov 2019", + "Genre": "Synth-pop R&B", + "Album": "Dark matters" + } ] } ] @@ -795,7 +1281,76 @@ "USBillboard200": 5, "Artist": "Nguyễn Diệp Chi", "Songs": [ - + { + "Number": 1, + "Title": "Echo of River", + "Released": "05 Mar 2019", + "Genre": "Synth-pop R&B", + "Album": "Library of liberty" + }, + { + "Number": 2, + "Title": "Heart of River", + "Released": "12 Jan 2020", + "Genre": "Electro house Electropop", + "Album": "Library of liberty" + }, + { + "Number": 3, + "Title": "Dark Light", + "Released": "09 Aug 2019", + "Genre": "Electro house Electropop", + "Album": "Library of liberty" + }, + { + "Number": 4, + "Title": "Dark Fire", + "Released": "22 Jun 2019", + "Genre": "R&B", + "Album": "Library of liberty" + }, + { + "Number": 5, + "Title": "Flying in the Fire", + "Released": "22 Jul 2019", + "Genre": "*", + "Album": "Library of liberty" + }, + { + "Number": 6, + "Title": "Shadow of Heart", + "Released": "02 Jan 2020", + "Genre": "*", + "Album": "Library of liberty" + }, + { + "Number": 7, + "Title": "Fire of Fire", + "Released": "27 Jan 2019", + "Genre": "*", + "Album": "Library of liberty" + }, + { + "Number": 8, + "Title": "Falling in the River", + "Released": "05 Aug 2019", + "Genre": "Crunk reggaeton", + "Album": "Library of liberty" + }, + { + "Number": 9, + "Title": "Fire of Light", + "Released": "31 Dec 2019", + "Genre": "ethno-tunes", + "Album": "Library of liberty" + }, + { + "Number": 10, + "Title": "Bright Flying", + "Released": "24 Jan 2019", + "Genre": "*", + "Album": "Library of liberty" + } ] } ] @@ -819,7 +1374,76 @@ "USBillboard200": 29, "Artist": "Eva Lee", "Songs": [ - + { + "Number": 1, + "Title": "Dancing in the Shadow", + "Released": "02 Aug 2019", + "Genre": "ethno-tunes", + "Album": "Just a tease" + }, + { + "Number": 2, + "Title": "Silent Whisper", + "Released": "09 Jul 2019", + "Genre": "*", + "Album": "Just a tease" + }, + { + "Number": 3, + "Title": "Crying in the Whisper", + "Released": "30 May 2019", + "Genre": "Crunk reggaeton", + "Album": "Just a tease" + }, + { + "Number": 4, + "Title": "River of Light", + "Released": "10 Jan 2019", + "Genre": "Electro house Electropop", + "Album": "Just a tease" + }, + { + "Number": 5, + "Title": "Golden River", + "Released": "15 Nov 2019", + "Genre": "*", + "Album": "Just a tease" + }, + { + "Number": 6, + "Title": "Burning in the Shadow", + "Released": "18 Apr 2019", + "Genre": "Crunk reggaeton", + "Album": "Just a tease" + }, + { + "Number": 7, + "Title": "Shadow of Sky", + "Released": "06 Sep 2019", + "Genre": "Crunk reggaeton", + "Album": "Just a tease" + }, + { + "Number": 8, + "Title": "Gentle Waiting", + "Released": "05 Dec 2019", + "Genre": "R&B", + "Album": "Just a tease" + }, + { + "Number": 9, + "Title": "Bright River", + "Released": "27 Jan 2020", + "Genre": "R&B", + "Album": "Just a tease" + }, + { + "Number": 10, + "Title": "Heart of Storm", + "Released": "07 Jan 2019", + "Genre": "Synth-pop R&B", + "Album": "Just a tease" + } ] } ] @@ -1046,7 +1670,76 @@ "USBillboard200": 98, "Artist": "Pablo Cambeiro", "Songs": [ - + { + "Number": 1, + "Title": "Dancing in the Echo", + "Released": "03 Oct 2019", + "Genre": "Crunk reggaeton", + "Album": "Fluke" + }, + { + "Number": 2, + "Title": "Dream of Dream", + "Released": "03 Mar 2019", + "Genre": "*", + "Album": "Fluke" + }, + { + "Number": 3, + "Title": "Calling in the Echo", + "Released": "16 Sep 2019", + "Genre": "*", + "Album": "Fluke" + }, + { + "Number": 4, + "Title": "Light of Light", + "Released": "25 May 2019", + "Genre": "Electro house Electropop", + "Album": "Fluke" + }, + { + "Number": 5, + "Title": "Bright Light", + "Released": "21 Mar 2019", + "Genre": "R&B", + "Album": "Fluke" + }, + { + "Number": 6, + "Title": "Storm of Echo", + "Released": "17 Jul 2019", + "Genre": "Synth-pop R&B", + "Album": "Fluke" + }, + { + "Number": 7, + "Title": "Lonely Calling", + "Released": "10 Apr 2019", + "Genre": "ethno-tunes", + "Album": "Fluke" + }, + { + "Number": 8, + "Title": "Gentle Falling", + "Released": "28 Nov 2019", + "Genre": "Synth-pop R&B", + "Album": "Fluke" + }, + { + "Number": 9, + "Title": "Wild Flying", + "Released": "26 Nov 2019", + "Genre": "Crunk reggaeton", + "Album": "Fluke" + }, + { + "Number": 10, + "Title": "Sky of Dream", + "Released": "29 May 2019", + "Genre": "R&B", + "Album": "Fluke" + } ] }, { @@ -1142,7 +1835,76 @@ "USBillboard200": 77, "Artist": "Athar Malakooti", "Songs": [ - + { + "Number": 1, + "Title": "Hiding in the Whisper", + "Released": "03 Apr 2019", + "Genre": "R&B", + "Album": "Pushing up daisies" + }, + { + "Number": 2, + "Title": "Wicked Light", + "Released": "21 Aug 2019", + "Genre": "R&B", + "Album": "Pushing up daisies" + }, + { + "Number": 3, + "Title": "Flying in the River", + "Released": "03 Feb 2020", + "Genre": "Synth-pop R&B", + "Album": "Pushing up daisies" + }, + { + "Number": 4, + "Title": "Wicked Hiding", + "Released": "15 Sep 2019", + "Genre": "Synth-pop R&B", + "Album": "Pushing up daisies" + }, + { + "Number": 5, + "Title": "Lonely Light", + "Released": "13 May 2019", + "Genre": "Electro house Electropop", + "Album": "Pushing up daisies" + }, + { + "Number": 6, + "Title": "Bright Dancing", + "Released": "10 Apr 2019", + "Genre": "Synth-pop R&B", + "Album": "Pushing up daisies" + }, + { + "Number": 7, + "Title": "Gentle Dream", + "Released": "21 May 2019", + "Genre": "*", + "Album": "Pushing up daisies" + }, + { + "Number": 8, + "Title": "Sky of Echo", + "Released": "09 Jun 2019", + "Genre": "Synth-pop R&B", + "Album": "Pushing up daisies" + }, + { + "Number": 9, + "Title": "Breaking in the Sky", + "Released": "27 Dec 2019", + "Genre": "Crunk reggaeton", + "Album": "Pushing up daisies" + }, + { + "Number": 10, + "Title": "Whisper of Shadow", + "Released": "04 Jan 2019", + "Genre": "ethno-tunes", + "Album": "Pushing up daisies" + } ] } ] @@ -1179,7 +1941,76 @@ "USBillboard200": 9, "Artist": "Marti Valencia", "Songs": [ - + { + "Number": 1, + "Title": "Hiding in the Sky", + "Released": "26 Nov 2019", + "Genre": "Synth-pop R&B", + "Album": "Nemesis" + }, + { + "Number": 2, + "Title": "Waiting in the Echo", + "Released": "10 Jul 2019", + "Genre": "ethno-tunes", + "Album": "Nemesis" + }, + { + "Number": 3, + "Title": "Wicked Shadow", + "Released": "29 Jul 2019", + "Genre": "Synth-pop R&B", + "Album": "Nemesis" + }, + { + "Number": 4, + "Title": "Crying in the Whisper", + "Released": "09 Apr 2019", + "Genre": "*", + "Album": "Nemesis" + }, + { + "Number": 5, + "Title": "Echo of Storm", + "Released": "19 Nov 2019", + "Genre": "Crunk reggaeton", + "Album": "Nemesis" + }, + { + "Number": 6, + "Title": "Shadow of Sky", + "Released": "24 Jul 2019", + "Genre": "Crunk reggaeton", + "Album": "Nemesis" + }, + { + "Number": 7, + "Title": "Golden Hiding", + "Released": "12 Dec 2019", + "Genre": "Electro house Electropop", + "Album": "Nemesis" + }, + { + "Number": 8, + "Title": "Wild Dancing", + "Released": "17 Aug 2019", + "Genre": "Synth-pop R&B", + "Album": "Nemesis" + }, + { + "Number": 9, + "Title": "Bright Burning", + "Released": "30 Aug 2019", + "Genre": "Electro house Electropop", + "Album": "Nemesis" + }, + { + "Number": 10, + "Title": "Flying in the River", + "Released": "02 Sep 2019", + "Genre": "*", + "Album": "Nemesis" + } ] }, { @@ -1282,7 +2113,76 @@ "USBillboard200": 37, "Artist": "Marti Valencia", "Songs": [ - + { + "Number": 1, + "Title": "Wild River", + "Released": "11 Jan 2019", + "Genre": "*", + "Album": "God's advocate" + }, + { + "Number": 2, + "Title": "Wicked Whisper", + "Released": "16 Feb 2019", + "Genre": "Electro house Electropop", + "Album": "God's advocate" + }, + { + "Number": 3, + "Title": "Storm of Heart", + "Released": "11 Aug 2019", + "Genre": "*", + "Album": "God's advocate" + }, + { + "Number": 4, + "Title": "Golden Dancing", + "Released": "02 Mar 2019", + "Genre": "Crunk reggaeton", + "Album": "God's advocate" + }, + { + "Number": 5, + "Title": "Calling in the Sky", + "Released": "10 Sep 2019", + "Genre": "Electro house Electropop", + "Album": "God's advocate" + }, + { + "Number": 6, + "Title": "Calling in the Heart", + "Released": "12 Jan 2019", + "Genre": "ethno-tunes", + "Album": "God's advocate" + }, + { + "Number": 7, + "Title": "Running in the Storm", + "Released": "10 Nov 2019", + "Genre": "Synth-pop R&B", + "Album": "God's advocate" + }, + { + "Number": 8, + "Title": "Wild Sky", + "Released": "10 Apr 2019", + "Genre": "R&B", + "Album": "God's advocate" + }, + { + "Number": 9, + "Title": "Crying in the Shadow", + "Released": "02 Mar 2019", + "Genre": "R&B", + "Album": "God's advocate" + }, + { + "Number": 10, + "Title": "Whisper of River", + "Released": "12 May 2019", + "Genre": "*", + "Album": "God's advocate" + } ] } ] @@ -1306,7 +2206,76 @@ "USBillboard200": 7, "Artist": "Alicia Stanger", "Songs": [ - + { + "Number": 1, + "Title": "Shadow of Light", + "Released": "24 Mar 2019", + "Genre": "ethno-tunes", + "Album": "Forever alone" + }, + { + "Number": 2, + "Title": "Running in the Echo", + "Released": "03 May 2019", + "Genre": "Crunk reggaeton", + "Album": "Forever alone" + }, + { + "Number": 3, + "Title": "Gentle Dream", + "Released": "24 Aug 2019", + "Genre": "Crunk reggaeton", + "Album": "Forever alone" + }, + { + "Number": 4, + "Title": "Furious River", + "Released": "24 Apr 2019", + "Genre": "ethno-tunes", + "Album": "Forever alone" + }, + { + "Number": 5, + "Title": "Wild Whisper", + "Released": "09 Mar 2019", + "Genre": "ethno-tunes", + "Album": "Forever alone" + }, + { + "Number": 6, + "Title": "Whisper of Sky", + "Released": "24 Jul 2019", + "Genre": "Crunk reggaeton", + "Album": "Forever alone" + }, + { + "Number": 7, + "Title": "Lonely Storm", + "Released": "01 May 2019", + "Genre": "Crunk reggaeton", + "Album": "Forever alone" + }, + { + "Number": 8, + "Title": "Dancing in the River", + "Released": "17 Dec 2019", + "Genre": "*", + "Album": "Forever alone" + }, + { + "Number": 9, + "Title": "Electric Fire", + "Released": "17 Oct 2019", + "Genre": "Electro house Electropop", + "Album": "Forever alone" + }, + { + "Number": 10, + "Title": "Electric Sky", + "Released": "25 Sep 2019", + "Genre": "ethno-tunes", + "Album": "Forever alone" + } ] } ] @@ -1371,7 +2340,76 @@ "USBillboard200": 35, "Artist": "Peter Taylor", "Songs": [ - + { + "Number": 1, + "Title": "Calling in the Dream", + "Released": "01 Aug 2019", + "Genre": "R&B", + "Album": "Decisions decisions" + }, + { + "Number": 2, + "Title": "Electric Burning", + "Released": "10 Sep 2019", + "Genre": "Electro house Electropop", + "Album": "Decisions decisions" + }, + { + "Number": 3, + "Title": "Dark Flying", + "Released": "28 Apr 2019", + "Genre": "*", + "Album": "Decisions decisions" + }, + { + "Number": 4, + "Title": "Gentle Sky", + "Released": "20 Nov 2019", + "Genre": "ethno-tunes", + "Album": "Decisions decisions" + }, + { + "Number": 5, + "Title": "Gentle Calling", + "Released": "13 Jan 2019", + "Genre": "Crunk reggaeton", + "Album": "Decisions decisions" + }, + { + "Number": 6, + "Title": "Golden Falling", + "Released": "14 Feb 2019", + "Genre": "Crunk reggaeton", + "Album": "Decisions decisions" + }, + { + "Number": 7, + "Title": "Silent River", + "Released": "13 Feb 2019", + "Genre": "R&B", + "Album": "Decisions decisions" + }, + { + "Number": 8, + "Title": "Furious Calling", + "Released": "11 Jun 2019", + "Genre": "Synth-pop R&B", + "Album": "Decisions decisions" + }, + { + "Number": 9, + "Title": "Running in the Echo", + "Released": "06 Nov 2019", + "Genre": "Electro house Electropop", + "Album": "Decisions decisions" + }, + { + "Number": 10, + "Title": "Furious River", + "Released": "12 Mar 2019", + "Genre": "*", + "Album": "Decisions decisions" + } ] }, { @@ -1381,7 +2419,76 @@ "USBillboard200": 89, "Artist": "Peter Taylor", "Songs": [ - + { + "Number": 1, + "Title": "Dark Crying", + "Released": "27 Apr 2019", + "Genre": "Electro house Electropop", + "Album": "Climate changed" + }, + { + "Number": 2, + "Title": "Dark Waiting", + "Released": "14 Nov 2019", + "Genre": "Synth-pop R&B", + "Album": "Climate changed" + }, + { + "Number": 3, + "Title": "Furious Waiting", + "Released": "23 May 2019", + "Genre": "*", + "Album": "Climate changed" + }, + { + "Number": 4, + "Title": "Running in the Echo", + "Released": "29 Nov 2019", + "Genre": "Crunk reggaeton", + "Album": "Climate changed" + }, + { + "Number": 5, + "Title": "Dream of Sky", + "Released": "31 Oct 2019", + "Genre": "Crunk reggaeton", + "Album": "Climate changed" + }, + { + "Number": 6, + "Title": "Hiding in the Heart", + "Released": "09 Aug 2019", + "Genre": "R&B", + "Album": "Climate changed" + }, + { + "Number": 7, + "Title": "Sky of Storm", + "Released": "01 Jun 2019", + "Genre": "R&B", + "Album": "Climate changed" + }, + { + "Number": 8, + "Title": "Light of Storm", + "Released": "17 Jan 2020", + "Genre": "ethno-tunes", + "Album": "Climate changed" + }, + { + "Number": 9, + "Title": "Light of Sky", + "Released": "26 May 2019", + "Genre": "*", + "Album": "Climate changed" + }, + { + "Number": 10, + "Title": "Golden River", + "Released": "19 Jun 2019", + "Genre": "*", + "Album": "Climate changed" + } ] } ] diff --git a/samples/grids/hierarchical-grid/hierarchical-grid-paging-style/src/SingersData.json b/samples/grids/hierarchical-grid/hierarchical-grid-paging-style/src/SingersData.json index f7508f3c9a..75ec4ec561 100644 --- a/samples/grids/hierarchical-grid/hierarchical-grid-paging-style/src/SingersData.json +++ b/samples/grids/hierarchical-grid/hierarchical-grid-paging-style/src/SingersData.json @@ -78,7 +78,79 @@ "LaunchDate": "September 3, 2013", "BillboardReview": 86, "USBillboard200": 1, - "Artist": "Naomí Yepes" + "Artist": "Naomí Yepes", + "Songs": [ + { + "Number": 1, + "Title": "Lonely Falling", + "Released": "01 May 2019", + "Genre": "*", + "Album": "Initiation" + }, + { + "Number": 2, + "Title": "Bright Breaking", + "Released": "25 Jul 2019", + "Genre": "Electro house Electropop", + "Album": "Initiation" + }, + { + "Number": 3, + "Title": "River of Whisper", + "Released": "29 Jan 2020", + "Genre": "Electro house Electropop", + "Album": "Initiation" + }, + { + "Number": 4, + "Title": "Sky of Storm", + "Released": "07 May 2019", + "Genre": "Electro house Electropop", + "Album": "Initiation" + }, + { + "Number": 5, + "Title": "Electric River", + "Released": "20 Jan 2020", + "Genre": "R&B", + "Album": "Initiation" + }, + { + "Number": 6, + "Title": "Storm of Storm", + "Released": "01 Sep 2019", + "Genre": "Crunk reggaeton", + "Album": "Initiation" + }, + { + "Number": 7, + "Title": "Fire of Dream", + "Released": "12 Sep 2019", + "Genre": "Electro house Electropop", + "Album": "Initiation" + }, + { + "Number": 8, + "Title": "Burning in the Light", + "Released": "15 Apr 2019", + "Genre": "*", + "Album": "Initiation" + }, + { + "Number": 9, + "Title": "Burning in the Storm", + "Released": "10 Sep 2019", + "Genre": "Electro house Electropop", + "Album": "Initiation" + }, + { + "Number": 10, + "Title": "Shadow of Whisper", + "Released": "06 Jan 2019", + "Genre": "Crunk reggaeton", + "Album": "Initiation" + } + ] }, { "Album": "Dream Driven", @@ -90,7 +162,7 @@ { "Number": 1, "Title": "Intro", - "Released": false, + "Released": "10 Sep 2019", "Genre": "*", "Album": "Dream Driven" }, @@ -111,7 +183,7 @@ { "Number": 4, "Title": "Future past", - "Released": false, + "Released": "20 Sep 2011", "Genre": "*", "Album": "Dream Driven" }, @@ -132,14 +204,14 @@ { "Number": 7, "Title": "Stay where you are", - "Released": false, + "Released": "14 Sep 2013", "Genre": "*", "Album": "Dream Driven" }, { "Number": 8, "Title": "Imaginarium", - "Released": false, + "Released": "20 Sep 2021", "Genre": "*", "Album": "Dream Driven" }, @@ -153,21 +225,21 @@ { "Number": 10, "Title": "Shredded into pieces", - "Released": false, + "Released": "11 Sep 2015", "Genre": "*", "Album": "Dream Driven" }, { "Number": 11, "Title": "Capture this moment", - "Released": false, + "Released": "13 Sep 2016", "Genre": "*", "Album": "Dream Driven" }, { "Number": 12, "Title": "Dream Driven", - "Released": false, + "Released": "14 Sep 2014", "Genre": "*", "Album": "Dream Driven" } @@ -180,7 +252,76 @@ "USBillboard200": 2, "Artist": "Naomí Yepes", "Songs": [ - + { + "Number": 1, + "Title": "Calling in the Storm", + "Released": "12 Mar 2019", + "Genre": "Electro house Electropop", + "Album": "The dragon journey" + }, + { + "Number": 2, + "Title": "Hiding in the Dream", + "Released": "23 Mar 2019", + "Genre": "R&B", + "Album": "The dragon journey" + }, + { + "Number": 3, + "Title": "Electric Heart", + "Released": "17 Mar 2019", + "Genre": "ethno-tunes", + "Album": "The dragon journey" + }, + { + "Number": 4, + "Title": "Shadow of Echo", + "Released": "20 Feb 2019", + "Genre": "ethno-tunes", + "Album": "The dragon journey" + }, + { + "Number": 5, + "Title": "Flying in the Storm", + "Released": "08 Apr 2019", + "Genre": "R&B", + "Album": "The dragon journey" + }, + { + "Number": 6, + "Title": "Dark Waiting", + "Released": "20 Oct 2019", + "Genre": "Synth-pop R&B", + "Album": "The dragon journey" + }, + { + "Number": 7, + "Title": "Fire of River", + "Released": "20 Feb 2019", + "Genre": "Synth-pop R&B", + "Album": "The dragon journey" + }, + { + "Number": 8, + "Title": "Wild Crying", + "Released": "14 Jun 2019", + "Genre": "R&B", + "Album": "The dragon journey" + }, + { + "Number": 9, + "Title": "Bright Dancing", + "Released": "14 Mar 2019", + "Genre": "Electro house Electropop", + "Album": "The dragon journey" + }, + { + "Number": 10, + "Title": "Golden Waiting", + "Released": "12 Sep 2019", + "Genre": "Synth-pop R&B", + "Album": "The dragon journey" + } ] }, { @@ -276,7 +417,76 @@ "USBillboard200": 12, "Artist": "Naomí Yepes", "Songs": [ - + { + "Number": 1, + "Title": "Storm of Dream", + "Released": "05 Jan 2019", + "Genre": "*", + "Album": "Curiosity" + }, + { + "Number": 2, + "Title": "Echo of Dream", + "Released": "28 Jan 2019", + "Genre": "Synth-pop R&B", + "Album": "Curiosity" + }, + { + "Number": 3, + "Title": "Light of Shadow", + "Released": "07 Feb 2019", + "Genre": "Synth-pop R&B", + "Album": "Curiosity" + }, + { + "Number": 4, + "Title": "Storm of Heart", + "Released": "05 Jan 2020", + "Genre": "Electro house Electropop", + "Album": "Curiosity" + }, + { + "Number": 5, + "Title": "Shadow of River", + "Released": "27 Feb 2019", + "Genre": "*", + "Album": "Curiosity" + }, + { + "Number": 6, + "Title": "Wicked Dancing", + "Released": "17 Jan 2020", + "Genre": "ethno-tunes", + "Album": "Curiosity" + }, + { + "Number": 7, + "Title": "River of Light", + "Released": "22 Feb 2019", + "Genre": "R&B", + "Album": "Curiosity" + }, + { + "Number": 8, + "Title": "Lonely Breaking", + "Released": "09 Sep 2019", + "Genre": "ethno-tunes", + "Album": "Curiosity" + }, + { + "Number": 9, + "Title": "Furious Flying", + "Released": "08 Jun 2019", + "Genre": "R&B", + "Album": "Curiosity" + }, + { + "Number": 10, + "Title": "Hiding in the Storm", + "Released": "27 May 2019", + "Genre": "Electro house Electropop", + "Album": "Curiosity" + } ] } ] @@ -513,7 +723,76 @@ "USBillboard200": 69, "Artist": "Ahmad Nazeri", "Songs": [ - + { + "Number": 1, + "Title": "Gentle Falling", + "Released": "26 Apr 2019", + "Genre": "Crunk reggaeton", + "Album": "Emergency" + }, + { + "Number": 2, + "Title": "Calling in the Fire", + "Released": "03 Sep 2019", + "Genre": "ethno-tunes", + "Album": "Emergency" + }, + { + "Number": 3, + "Title": "Fire of Shadow", + "Released": "05 Jan 2019", + "Genre": "ethno-tunes", + "Album": "Emergency" + }, + { + "Number": 4, + "Title": "Dancing in the Dream", + "Released": "15 Apr 2019", + "Genre": "R&B", + "Album": "Emergency" + }, + { + "Number": 5, + "Title": "Calling in the Shadow", + "Released": "09 Oct 2019", + "Genre": "R&B", + "Album": "Emergency" + }, + { + "Number": 6, + "Title": "Falling in the Sky", + "Released": "08 Mar 2019", + "Genre": "ethno-tunes", + "Album": "Emergency" + }, + { + "Number": 7, + "Title": "Calling in the Storm", + "Released": "05 Dec 2019", + "Genre": "ethno-tunes", + "Album": "Emergency" + }, + { + "Number": 8, + "Title": "Falling in the River", + "Released": "19 Aug 2019", + "Genre": "Electro house Electropop", + "Album": "Emergency" + }, + { + "Number": 9, + "Title": "Electric Fire", + "Released": "30 Nov 2019", + "Genre": "Crunk reggaeton", + "Album": "Emergency" + }, + { + "Number": 10, + "Title": "Lonely River", + "Released": "11 Nov 2019", + "Genre": "Electro house Electropop", + "Album": "Emergency" + } ] }, { @@ -523,7 +802,76 @@ "USBillboard200": 39, "Artist": "Ahmad Nazeri", "Songs": [ - + { + "Number": 1, + "Title": "Lonely Dream", + "Released": "11 Dec 2019", + "Genre": "ethno-tunes", + "Album": "Bursting bubbles" + }, + { + "Number": 2, + "Title": "Fire of River", + "Released": "01 Aug 2019", + "Genre": "Synth-pop R&B", + "Album": "Bursting bubbles" + }, + { + "Number": 3, + "Title": "Wicked Falling", + "Released": "25 Jan 2019", + "Genre": "*", + "Album": "Bursting bubbles" + }, + { + "Number": 4, + "Title": "Crying in the Shadow", + "Released": "04 Jan 2019", + "Genre": "Synth-pop R&B", + "Album": "Bursting bubbles" + }, + { + "Number": 5, + "Title": "Wild Burning", + "Released": "10 May 2019", + "Genre": "ethno-tunes", + "Album": "Bursting bubbles" + }, + { + "Number": 6, + "Title": "Waiting in the Heart", + "Released": "07 Aug 2019", + "Genre": "ethno-tunes", + "Album": "Bursting bubbles" + }, + { + "Number": 7, + "Title": "Fire of Fire", + "Released": "16 May 2019", + "Genre": "Electro house Electropop", + "Album": "Bursting bubbles" + }, + { + "Number": 8, + "Title": "Bright Heart", + "Released": "14 Mar 2019", + "Genre": "Synth-pop R&B", + "Album": "Bursting bubbles" + }, + { + "Number": 9, + "Title": "Lonely Fire", + "Released": "15 Oct 2019", + "Genre": "R&B", + "Album": "Bursting bubbles" + }, + { + "Number": 10, + "Title": "Sky of Dream", + "Released": "20 Jun 2019", + "Genre": "ethno-tunes", + "Album": "Bursting bubbles" + } ] } ] @@ -547,7 +895,76 @@ "USBillboard200": 1, "Artist": "Kimmy McIlmorie", "Songs": [ - + { + "Number": 1, + "Title": "Storm of Sky", + "Released": "04 Mar 2019", + "Genre": "ethno-tunes", + "Album": "Here we go again" + }, + { + "Number": 2, + "Title": "Dream of Shadow", + "Released": "03 Jan 2019", + "Genre": "ethno-tunes", + "Album": "Here we go again" + }, + { + "Number": 3, + "Title": "Dream of Shadow", + "Released": "19 Dec 2019", + "Genre": "Electro house Electropop", + "Album": "Here we go again" + }, + { + "Number": 4, + "Title": "Golden Fire", + "Released": "20 Jan 2019", + "Genre": "R&B", + "Album": "Here we go again" + }, + { + "Number": 5, + "Title": "Running in the Light", + "Released": "03 Jan 2020", + "Genre": "Synth-pop R&B", + "Album": "Here we go again" + }, + { + "Number": 6, + "Title": "Flying in the Heart", + "Released": "17 Jan 2019", + "Genre": "*", + "Album": "Here we go again" + }, + { + "Number": 7, + "Title": "Fire of Storm", + "Released": "26 Jan 2019", + "Genre": "ethno-tunes", + "Album": "Here we go again" + }, + { + "Number": 8, + "Title": "Calling in the Sky", + "Released": "28 Oct 2019", + "Genre": "Synth-pop R&B", + "Album": "Here we go again" + }, + { + "Number": 9, + "Title": "Flying in the Shadow", + "Released": "30 Mar 2019", + "Genre": "ethno-tunes", + "Album": "Here we go again" + }, + { + "Number": 10, + "Title": "Golden Dancing", + "Released": "12 Oct 2019", + "Genre": "ethno-tunes", + "Album": "Here we go again" + } ] } ] @@ -771,7 +1188,76 @@ "USBillboard200": 85, "Artist": "Izabella Tabakova", "Songs": [ - + { + "Number": 1, + "Title": "Hiding in the Light", + "Released": "24 Jan 2019", + "Genre": "Synth-pop R&B", + "Album": "Dark matters" + }, + { + "Number": 2, + "Title": "Furious River", + "Released": "13 Jan 2020", + "Genre": "Electro house Electropop", + "Album": "Dark matters" + }, + { + "Number": 3, + "Title": "Wild Crying", + "Released": "27 Feb 2019", + "Genre": "Electro house Electropop", + "Album": "Dark matters" + }, + { + "Number": 4, + "Title": "Light of Dream", + "Released": "01 Jun 2019", + "Genre": "Crunk reggaeton", + "Album": "Dark matters" + }, + { + "Number": 5, + "Title": "Light of Dream", + "Released": "24 Aug 2019", + "Genre": "*", + "Album": "Dark matters" + }, + { + "Number": 6, + "Title": "Storm of Light", + "Released": "26 Feb 2019", + "Genre": "*", + "Album": "Dark matters" + }, + { + "Number": 7, + "Title": "Dark Storm", + "Released": "18 Jan 2020", + "Genre": "R&B", + "Album": "Dark matters" + }, + { + "Number": 8, + "Title": "Dark Calling", + "Released": "20 Mar 2019", + "Genre": "Crunk reggaeton", + "Album": "Dark matters" + }, + { + "Number": 9, + "Title": "Sky of Whisper", + "Released": "30 Jan 2019", + "Genre": "ethno-tunes", + "Album": "Dark matters" + }, + { + "Number": 10, + "Title": "Dancing in the Light", + "Released": "28 Nov 2019", + "Genre": "Synth-pop R&B", + "Album": "Dark matters" + } ] } ] @@ -795,7 +1281,76 @@ "USBillboard200": 5, "Artist": "Nguyễn Diệp Chi", "Songs": [ - + { + "Number": 1, + "Title": "Echo of River", + "Released": "05 Mar 2019", + "Genre": "Synth-pop R&B", + "Album": "Library of liberty" + }, + { + "Number": 2, + "Title": "Heart of River", + "Released": "12 Jan 2020", + "Genre": "Electro house Electropop", + "Album": "Library of liberty" + }, + { + "Number": 3, + "Title": "Dark Light", + "Released": "09 Aug 2019", + "Genre": "Electro house Electropop", + "Album": "Library of liberty" + }, + { + "Number": 4, + "Title": "Dark Fire", + "Released": "22 Jun 2019", + "Genre": "R&B", + "Album": "Library of liberty" + }, + { + "Number": 5, + "Title": "Flying in the Fire", + "Released": "22 Jul 2019", + "Genre": "*", + "Album": "Library of liberty" + }, + { + "Number": 6, + "Title": "Shadow of Heart", + "Released": "02 Jan 2020", + "Genre": "*", + "Album": "Library of liberty" + }, + { + "Number": 7, + "Title": "Fire of Fire", + "Released": "27 Jan 2019", + "Genre": "*", + "Album": "Library of liberty" + }, + { + "Number": 8, + "Title": "Falling in the River", + "Released": "05 Aug 2019", + "Genre": "Crunk reggaeton", + "Album": "Library of liberty" + }, + { + "Number": 9, + "Title": "Fire of Light", + "Released": "31 Dec 2019", + "Genre": "ethno-tunes", + "Album": "Library of liberty" + }, + { + "Number": 10, + "Title": "Bright Flying", + "Released": "24 Jan 2019", + "Genre": "*", + "Album": "Library of liberty" + } ] } ] @@ -819,7 +1374,76 @@ "USBillboard200": 29, "Artist": "Eva Lee", "Songs": [ - + { + "Number": 1, + "Title": "Dancing in the Shadow", + "Released": "02 Aug 2019", + "Genre": "ethno-tunes", + "Album": "Just a tease" + }, + { + "Number": 2, + "Title": "Silent Whisper", + "Released": "09 Jul 2019", + "Genre": "*", + "Album": "Just a tease" + }, + { + "Number": 3, + "Title": "Crying in the Whisper", + "Released": "30 May 2019", + "Genre": "Crunk reggaeton", + "Album": "Just a tease" + }, + { + "Number": 4, + "Title": "River of Light", + "Released": "10 Jan 2019", + "Genre": "Electro house Electropop", + "Album": "Just a tease" + }, + { + "Number": 5, + "Title": "Golden River", + "Released": "15 Nov 2019", + "Genre": "*", + "Album": "Just a tease" + }, + { + "Number": 6, + "Title": "Burning in the Shadow", + "Released": "18 Apr 2019", + "Genre": "Crunk reggaeton", + "Album": "Just a tease" + }, + { + "Number": 7, + "Title": "Shadow of Sky", + "Released": "06 Sep 2019", + "Genre": "Crunk reggaeton", + "Album": "Just a tease" + }, + { + "Number": 8, + "Title": "Gentle Waiting", + "Released": "05 Dec 2019", + "Genre": "R&B", + "Album": "Just a tease" + }, + { + "Number": 9, + "Title": "Bright River", + "Released": "27 Jan 2020", + "Genre": "R&B", + "Album": "Just a tease" + }, + { + "Number": 10, + "Title": "Heart of Storm", + "Released": "07 Jan 2019", + "Genre": "Synth-pop R&B", + "Album": "Just a tease" + } ] } ] @@ -1046,7 +1670,76 @@ "USBillboard200": 98, "Artist": "Pablo Cambeiro", "Songs": [ - + { + "Number": 1, + "Title": "Dancing in the Echo", + "Released": "03 Oct 2019", + "Genre": "Crunk reggaeton", + "Album": "Fluke" + }, + { + "Number": 2, + "Title": "Dream of Dream", + "Released": "03 Mar 2019", + "Genre": "*", + "Album": "Fluke" + }, + { + "Number": 3, + "Title": "Calling in the Echo", + "Released": "16 Sep 2019", + "Genre": "*", + "Album": "Fluke" + }, + { + "Number": 4, + "Title": "Light of Light", + "Released": "25 May 2019", + "Genre": "Electro house Electropop", + "Album": "Fluke" + }, + { + "Number": 5, + "Title": "Bright Light", + "Released": "21 Mar 2019", + "Genre": "R&B", + "Album": "Fluke" + }, + { + "Number": 6, + "Title": "Storm of Echo", + "Released": "17 Jul 2019", + "Genre": "Synth-pop R&B", + "Album": "Fluke" + }, + { + "Number": 7, + "Title": "Lonely Calling", + "Released": "10 Apr 2019", + "Genre": "ethno-tunes", + "Album": "Fluke" + }, + { + "Number": 8, + "Title": "Gentle Falling", + "Released": "28 Nov 2019", + "Genre": "Synth-pop R&B", + "Album": "Fluke" + }, + { + "Number": 9, + "Title": "Wild Flying", + "Released": "26 Nov 2019", + "Genre": "Crunk reggaeton", + "Album": "Fluke" + }, + { + "Number": 10, + "Title": "Sky of Dream", + "Released": "29 May 2019", + "Genre": "R&B", + "Album": "Fluke" + } ] }, { @@ -1142,7 +1835,76 @@ "USBillboard200": 77, "Artist": "Athar Malakooti", "Songs": [ - + { + "Number": 1, + "Title": "Hiding in the Whisper", + "Released": "03 Apr 2019", + "Genre": "R&B", + "Album": "Pushing up daisies" + }, + { + "Number": 2, + "Title": "Wicked Light", + "Released": "21 Aug 2019", + "Genre": "R&B", + "Album": "Pushing up daisies" + }, + { + "Number": 3, + "Title": "Flying in the River", + "Released": "03 Feb 2020", + "Genre": "Synth-pop R&B", + "Album": "Pushing up daisies" + }, + { + "Number": 4, + "Title": "Wicked Hiding", + "Released": "15 Sep 2019", + "Genre": "Synth-pop R&B", + "Album": "Pushing up daisies" + }, + { + "Number": 5, + "Title": "Lonely Light", + "Released": "13 May 2019", + "Genre": "Electro house Electropop", + "Album": "Pushing up daisies" + }, + { + "Number": 6, + "Title": "Bright Dancing", + "Released": "10 Apr 2019", + "Genre": "Synth-pop R&B", + "Album": "Pushing up daisies" + }, + { + "Number": 7, + "Title": "Gentle Dream", + "Released": "21 May 2019", + "Genre": "*", + "Album": "Pushing up daisies" + }, + { + "Number": 8, + "Title": "Sky of Echo", + "Released": "09 Jun 2019", + "Genre": "Synth-pop R&B", + "Album": "Pushing up daisies" + }, + { + "Number": 9, + "Title": "Breaking in the Sky", + "Released": "27 Dec 2019", + "Genre": "Crunk reggaeton", + "Album": "Pushing up daisies" + }, + { + "Number": 10, + "Title": "Whisper of Shadow", + "Released": "04 Jan 2019", + "Genre": "ethno-tunes", + "Album": "Pushing up daisies" + } ] } ] @@ -1179,7 +1941,76 @@ "USBillboard200": 9, "Artist": "Marti Valencia", "Songs": [ - + { + "Number": 1, + "Title": "Hiding in the Sky", + "Released": "26 Nov 2019", + "Genre": "Synth-pop R&B", + "Album": "Nemesis" + }, + { + "Number": 2, + "Title": "Waiting in the Echo", + "Released": "10 Jul 2019", + "Genre": "ethno-tunes", + "Album": "Nemesis" + }, + { + "Number": 3, + "Title": "Wicked Shadow", + "Released": "29 Jul 2019", + "Genre": "Synth-pop R&B", + "Album": "Nemesis" + }, + { + "Number": 4, + "Title": "Crying in the Whisper", + "Released": "09 Apr 2019", + "Genre": "*", + "Album": "Nemesis" + }, + { + "Number": 5, + "Title": "Echo of Storm", + "Released": "19 Nov 2019", + "Genre": "Crunk reggaeton", + "Album": "Nemesis" + }, + { + "Number": 6, + "Title": "Shadow of Sky", + "Released": "24 Jul 2019", + "Genre": "Crunk reggaeton", + "Album": "Nemesis" + }, + { + "Number": 7, + "Title": "Golden Hiding", + "Released": "12 Dec 2019", + "Genre": "Electro house Electropop", + "Album": "Nemesis" + }, + { + "Number": 8, + "Title": "Wild Dancing", + "Released": "17 Aug 2019", + "Genre": "Synth-pop R&B", + "Album": "Nemesis" + }, + { + "Number": 9, + "Title": "Bright Burning", + "Released": "30 Aug 2019", + "Genre": "Electro house Electropop", + "Album": "Nemesis" + }, + { + "Number": 10, + "Title": "Flying in the River", + "Released": "02 Sep 2019", + "Genre": "*", + "Album": "Nemesis" + } ] }, { @@ -1282,7 +2113,76 @@ "USBillboard200": 37, "Artist": "Marti Valencia", "Songs": [ - + { + "Number": 1, + "Title": "Wild River", + "Released": "11 Jan 2019", + "Genre": "*", + "Album": "God's advocate" + }, + { + "Number": 2, + "Title": "Wicked Whisper", + "Released": "16 Feb 2019", + "Genre": "Electro house Electropop", + "Album": "God's advocate" + }, + { + "Number": 3, + "Title": "Storm of Heart", + "Released": "11 Aug 2019", + "Genre": "*", + "Album": "God's advocate" + }, + { + "Number": 4, + "Title": "Golden Dancing", + "Released": "02 Mar 2019", + "Genre": "Crunk reggaeton", + "Album": "God's advocate" + }, + { + "Number": 5, + "Title": "Calling in the Sky", + "Released": "10 Sep 2019", + "Genre": "Electro house Electropop", + "Album": "God's advocate" + }, + { + "Number": 6, + "Title": "Calling in the Heart", + "Released": "12 Jan 2019", + "Genre": "ethno-tunes", + "Album": "God's advocate" + }, + { + "Number": 7, + "Title": "Running in the Storm", + "Released": "10 Nov 2019", + "Genre": "Synth-pop R&B", + "Album": "God's advocate" + }, + { + "Number": 8, + "Title": "Wild Sky", + "Released": "10 Apr 2019", + "Genre": "R&B", + "Album": "God's advocate" + }, + { + "Number": 9, + "Title": "Crying in the Shadow", + "Released": "02 Mar 2019", + "Genre": "R&B", + "Album": "God's advocate" + }, + { + "Number": 10, + "Title": "Whisper of River", + "Released": "12 May 2019", + "Genre": "*", + "Album": "God's advocate" + } ] } ] @@ -1306,7 +2206,76 @@ "USBillboard200": 7, "Artist": "Alicia Stanger", "Songs": [ - + { + "Number": 1, + "Title": "Shadow of Light", + "Released": "24 Mar 2019", + "Genre": "ethno-tunes", + "Album": "Forever alone" + }, + { + "Number": 2, + "Title": "Running in the Echo", + "Released": "03 May 2019", + "Genre": "Crunk reggaeton", + "Album": "Forever alone" + }, + { + "Number": 3, + "Title": "Gentle Dream", + "Released": "24 Aug 2019", + "Genre": "Crunk reggaeton", + "Album": "Forever alone" + }, + { + "Number": 4, + "Title": "Furious River", + "Released": "24 Apr 2019", + "Genre": "ethno-tunes", + "Album": "Forever alone" + }, + { + "Number": 5, + "Title": "Wild Whisper", + "Released": "09 Mar 2019", + "Genre": "ethno-tunes", + "Album": "Forever alone" + }, + { + "Number": 6, + "Title": "Whisper of Sky", + "Released": "24 Jul 2019", + "Genre": "Crunk reggaeton", + "Album": "Forever alone" + }, + { + "Number": 7, + "Title": "Lonely Storm", + "Released": "01 May 2019", + "Genre": "Crunk reggaeton", + "Album": "Forever alone" + }, + { + "Number": 8, + "Title": "Dancing in the River", + "Released": "17 Dec 2019", + "Genre": "*", + "Album": "Forever alone" + }, + { + "Number": 9, + "Title": "Electric Fire", + "Released": "17 Oct 2019", + "Genre": "Electro house Electropop", + "Album": "Forever alone" + }, + { + "Number": 10, + "Title": "Electric Sky", + "Released": "25 Sep 2019", + "Genre": "ethno-tunes", + "Album": "Forever alone" + } ] } ] @@ -1371,7 +2340,76 @@ "USBillboard200": 35, "Artist": "Peter Taylor", "Songs": [ - + { + "Number": 1, + "Title": "Calling in the Dream", + "Released": "01 Aug 2019", + "Genre": "R&B", + "Album": "Decisions decisions" + }, + { + "Number": 2, + "Title": "Electric Burning", + "Released": "10 Sep 2019", + "Genre": "Electro house Electropop", + "Album": "Decisions decisions" + }, + { + "Number": 3, + "Title": "Dark Flying", + "Released": "28 Apr 2019", + "Genre": "*", + "Album": "Decisions decisions" + }, + { + "Number": 4, + "Title": "Gentle Sky", + "Released": "20 Nov 2019", + "Genre": "ethno-tunes", + "Album": "Decisions decisions" + }, + { + "Number": 5, + "Title": "Gentle Calling", + "Released": "13 Jan 2019", + "Genre": "Crunk reggaeton", + "Album": "Decisions decisions" + }, + { + "Number": 6, + "Title": "Golden Falling", + "Released": "14 Feb 2019", + "Genre": "Crunk reggaeton", + "Album": "Decisions decisions" + }, + { + "Number": 7, + "Title": "Silent River", + "Released": "13 Feb 2019", + "Genre": "R&B", + "Album": "Decisions decisions" + }, + { + "Number": 8, + "Title": "Furious Calling", + "Released": "11 Jun 2019", + "Genre": "Synth-pop R&B", + "Album": "Decisions decisions" + }, + { + "Number": 9, + "Title": "Running in the Echo", + "Released": "06 Nov 2019", + "Genre": "Electro house Electropop", + "Album": "Decisions decisions" + }, + { + "Number": 10, + "Title": "Furious River", + "Released": "12 Mar 2019", + "Genre": "*", + "Album": "Decisions decisions" + } ] }, { @@ -1381,7 +2419,76 @@ "USBillboard200": 89, "Artist": "Peter Taylor", "Songs": [ - + { + "Number": 1, + "Title": "Dark Crying", + "Released": "27 Apr 2019", + "Genre": "Electro house Electropop", + "Album": "Climate changed" + }, + { + "Number": 2, + "Title": "Dark Waiting", + "Released": "14 Nov 2019", + "Genre": "Synth-pop R&B", + "Album": "Climate changed" + }, + { + "Number": 3, + "Title": "Furious Waiting", + "Released": "23 May 2019", + "Genre": "*", + "Album": "Climate changed" + }, + { + "Number": 4, + "Title": "Running in the Echo", + "Released": "29 Nov 2019", + "Genre": "Crunk reggaeton", + "Album": "Climate changed" + }, + { + "Number": 5, + "Title": "Dream of Sky", + "Released": "31 Oct 2019", + "Genre": "Crunk reggaeton", + "Album": "Climate changed" + }, + { + "Number": 6, + "Title": "Hiding in the Heart", + "Released": "09 Aug 2019", + "Genre": "R&B", + "Album": "Climate changed" + }, + { + "Number": 7, + "Title": "Sky of Storm", + "Released": "01 Jun 2019", + "Genre": "R&B", + "Album": "Climate changed" + }, + { + "Number": 8, + "Title": "Light of Storm", + "Released": "17 Jan 2020", + "Genre": "ethno-tunes", + "Album": "Climate changed" + }, + { + "Number": 9, + "Title": "Light of Sky", + "Released": "26 May 2019", + "Genre": "*", + "Album": "Climate changed" + }, + { + "Number": 10, + "Title": "Golden River", + "Released": "19 Jun 2019", + "Genre": "*", + "Album": "Climate changed" + } ] } ] diff --git a/samples/grids/hierarchical-grid/hierarchical-grid-styling/src/SingersData.json b/samples/grids/hierarchical-grid/hierarchical-grid-styling/src/SingersData.json index f7508f3c9a..75ec4ec561 100644 --- a/samples/grids/hierarchical-grid/hierarchical-grid-styling/src/SingersData.json +++ b/samples/grids/hierarchical-grid/hierarchical-grid-styling/src/SingersData.json @@ -78,7 +78,79 @@ "LaunchDate": "September 3, 2013", "BillboardReview": 86, "USBillboard200": 1, - "Artist": "Naomí Yepes" + "Artist": "Naomí Yepes", + "Songs": [ + { + "Number": 1, + "Title": "Lonely Falling", + "Released": "01 May 2019", + "Genre": "*", + "Album": "Initiation" + }, + { + "Number": 2, + "Title": "Bright Breaking", + "Released": "25 Jul 2019", + "Genre": "Electro house Electropop", + "Album": "Initiation" + }, + { + "Number": 3, + "Title": "River of Whisper", + "Released": "29 Jan 2020", + "Genre": "Electro house Electropop", + "Album": "Initiation" + }, + { + "Number": 4, + "Title": "Sky of Storm", + "Released": "07 May 2019", + "Genre": "Electro house Electropop", + "Album": "Initiation" + }, + { + "Number": 5, + "Title": "Electric River", + "Released": "20 Jan 2020", + "Genre": "R&B", + "Album": "Initiation" + }, + { + "Number": 6, + "Title": "Storm of Storm", + "Released": "01 Sep 2019", + "Genre": "Crunk reggaeton", + "Album": "Initiation" + }, + { + "Number": 7, + "Title": "Fire of Dream", + "Released": "12 Sep 2019", + "Genre": "Electro house Electropop", + "Album": "Initiation" + }, + { + "Number": 8, + "Title": "Burning in the Light", + "Released": "15 Apr 2019", + "Genre": "*", + "Album": "Initiation" + }, + { + "Number": 9, + "Title": "Burning in the Storm", + "Released": "10 Sep 2019", + "Genre": "Electro house Electropop", + "Album": "Initiation" + }, + { + "Number": 10, + "Title": "Shadow of Whisper", + "Released": "06 Jan 2019", + "Genre": "Crunk reggaeton", + "Album": "Initiation" + } + ] }, { "Album": "Dream Driven", @@ -90,7 +162,7 @@ { "Number": 1, "Title": "Intro", - "Released": false, + "Released": "10 Sep 2019", "Genre": "*", "Album": "Dream Driven" }, @@ -111,7 +183,7 @@ { "Number": 4, "Title": "Future past", - "Released": false, + "Released": "20 Sep 2011", "Genre": "*", "Album": "Dream Driven" }, @@ -132,14 +204,14 @@ { "Number": 7, "Title": "Stay where you are", - "Released": false, + "Released": "14 Sep 2013", "Genre": "*", "Album": "Dream Driven" }, { "Number": 8, "Title": "Imaginarium", - "Released": false, + "Released": "20 Sep 2021", "Genre": "*", "Album": "Dream Driven" }, @@ -153,21 +225,21 @@ { "Number": 10, "Title": "Shredded into pieces", - "Released": false, + "Released": "11 Sep 2015", "Genre": "*", "Album": "Dream Driven" }, { "Number": 11, "Title": "Capture this moment", - "Released": false, + "Released": "13 Sep 2016", "Genre": "*", "Album": "Dream Driven" }, { "Number": 12, "Title": "Dream Driven", - "Released": false, + "Released": "14 Sep 2014", "Genre": "*", "Album": "Dream Driven" } @@ -180,7 +252,76 @@ "USBillboard200": 2, "Artist": "Naomí Yepes", "Songs": [ - + { + "Number": 1, + "Title": "Calling in the Storm", + "Released": "12 Mar 2019", + "Genre": "Electro house Electropop", + "Album": "The dragon journey" + }, + { + "Number": 2, + "Title": "Hiding in the Dream", + "Released": "23 Mar 2019", + "Genre": "R&B", + "Album": "The dragon journey" + }, + { + "Number": 3, + "Title": "Electric Heart", + "Released": "17 Mar 2019", + "Genre": "ethno-tunes", + "Album": "The dragon journey" + }, + { + "Number": 4, + "Title": "Shadow of Echo", + "Released": "20 Feb 2019", + "Genre": "ethno-tunes", + "Album": "The dragon journey" + }, + { + "Number": 5, + "Title": "Flying in the Storm", + "Released": "08 Apr 2019", + "Genre": "R&B", + "Album": "The dragon journey" + }, + { + "Number": 6, + "Title": "Dark Waiting", + "Released": "20 Oct 2019", + "Genre": "Synth-pop R&B", + "Album": "The dragon journey" + }, + { + "Number": 7, + "Title": "Fire of River", + "Released": "20 Feb 2019", + "Genre": "Synth-pop R&B", + "Album": "The dragon journey" + }, + { + "Number": 8, + "Title": "Wild Crying", + "Released": "14 Jun 2019", + "Genre": "R&B", + "Album": "The dragon journey" + }, + { + "Number": 9, + "Title": "Bright Dancing", + "Released": "14 Mar 2019", + "Genre": "Electro house Electropop", + "Album": "The dragon journey" + }, + { + "Number": 10, + "Title": "Golden Waiting", + "Released": "12 Sep 2019", + "Genre": "Synth-pop R&B", + "Album": "The dragon journey" + } ] }, { @@ -276,7 +417,76 @@ "USBillboard200": 12, "Artist": "Naomí Yepes", "Songs": [ - + { + "Number": 1, + "Title": "Storm of Dream", + "Released": "05 Jan 2019", + "Genre": "*", + "Album": "Curiosity" + }, + { + "Number": 2, + "Title": "Echo of Dream", + "Released": "28 Jan 2019", + "Genre": "Synth-pop R&B", + "Album": "Curiosity" + }, + { + "Number": 3, + "Title": "Light of Shadow", + "Released": "07 Feb 2019", + "Genre": "Synth-pop R&B", + "Album": "Curiosity" + }, + { + "Number": 4, + "Title": "Storm of Heart", + "Released": "05 Jan 2020", + "Genre": "Electro house Electropop", + "Album": "Curiosity" + }, + { + "Number": 5, + "Title": "Shadow of River", + "Released": "27 Feb 2019", + "Genre": "*", + "Album": "Curiosity" + }, + { + "Number": 6, + "Title": "Wicked Dancing", + "Released": "17 Jan 2020", + "Genre": "ethno-tunes", + "Album": "Curiosity" + }, + { + "Number": 7, + "Title": "River of Light", + "Released": "22 Feb 2019", + "Genre": "R&B", + "Album": "Curiosity" + }, + { + "Number": 8, + "Title": "Lonely Breaking", + "Released": "09 Sep 2019", + "Genre": "ethno-tunes", + "Album": "Curiosity" + }, + { + "Number": 9, + "Title": "Furious Flying", + "Released": "08 Jun 2019", + "Genre": "R&B", + "Album": "Curiosity" + }, + { + "Number": 10, + "Title": "Hiding in the Storm", + "Released": "27 May 2019", + "Genre": "Electro house Electropop", + "Album": "Curiosity" + } ] } ] @@ -513,7 +723,76 @@ "USBillboard200": 69, "Artist": "Ahmad Nazeri", "Songs": [ - + { + "Number": 1, + "Title": "Gentle Falling", + "Released": "26 Apr 2019", + "Genre": "Crunk reggaeton", + "Album": "Emergency" + }, + { + "Number": 2, + "Title": "Calling in the Fire", + "Released": "03 Sep 2019", + "Genre": "ethno-tunes", + "Album": "Emergency" + }, + { + "Number": 3, + "Title": "Fire of Shadow", + "Released": "05 Jan 2019", + "Genre": "ethno-tunes", + "Album": "Emergency" + }, + { + "Number": 4, + "Title": "Dancing in the Dream", + "Released": "15 Apr 2019", + "Genre": "R&B", + "Album": "Emergency" + }, + { + "Number": 5, + "Title": "Calling in the Shadow", + "Released": "09 Oct 2019", + "Genre": "R&B", + "Album": "Emergency" + }, + { + "Number": 6, + "Title": "Falling in the Sky", + "Released": "08 Mar 2019", + "Genre": "ethno-tunes", + "Album": "Emergency" + }, + { + "Number": 7, + "Title": "Calling in the Storm", + "Released": "05 Dec 2019", + "Genre": "ethno-tunes", + "Album": "Emergency" + }, + { + "Number": 8, + "Title": "Falling in the River", + "Released": "19 Aug 2019", + "Genre": "Electro house Electropop", + "Album": "Emergency" + }, + { + "Number": 9, + "Title": "Electric Fire", + "Released": "30 Nov 2019", + "Genre": "Crunk reggaeton", + "Album": "Emergency" + }, + { + "Number": 10, + "Title": "Lonely River", + "Released": "11 Nov 2019", + "Genre": "Electro house Electropop", + "Album": "Emergency" + } ] }, { @@ -523,7 +802,76 @@ "USBillboard200": 39, "Artist": "Ahmad Nazeri", "Songs": [ - + { + "Number": 1, + "Title": "Lonely Dream", + "Released": "11 Dec 2019", + "Genre": "ethno-tunes", + "Album": "Bursting bubbles" + }, + { + "Number": 2, + "Title": "Fire of River", + "Released": "01 Aug 2019", + "Genre": "Synth-pop R&B", + "Album": "Bursting bubbles" + }, + { + "Number": 3, + "Title": "Wicked Falling", + "Released": "25 Jan 2019", + "Genre": "*", + "Album": "Bursting bubbles" + }, + { + "Number": 4, + "Title": "Crying in the Shadow", + "Released": "04 Jan 2019", + "Genre": "Synth-pop R&B", + "Album": "Bursting bubbles" + }, + { + "Number": 5, + "Title": "Wild Burning", + "Released": "10 May 2019", + "Genre": "ethno-tunes", + "Album": "Bursting bubbles" + }, + { + "Number": 6, + "Title": "Waiting in the Heart", + "Released": "07 Aug 2019", + "Genre": "ethno-tunes", + "Album": "Bursting bubbles" + }, + { + "Number": 7, + "Title": "Fire of Fire", + "Released": "16 May 2019", + "Genre": "Electro house Electropop", + "Album": "Bursting bubbles" + }, + { + "Number": 8, + "Title": "Bright Heart", + "Released": "14 Mar 2019", + "Genre": "Synth-pop R&B", + "Album": "Bursting bubbles" + }, + { + "Number": 9, + "Title": "Lonely Fire", + "Released": "15 Oct 2019", + "Genre": "R&B", + "Album": "Bursting bubbles" + }, + { + "Number": 10, + "Title": "Sky of Dream", + "Released": "20 Jun 2019", + "Genre": "ethno-tunes", + "Album": "Bursting bubbles" + } ] } ] @@ -547,7 +895,76 @@ "USBillboard200": 1, "Artist": "Kimmy McIlmorie", "Songs": [ - + { + "Number": 1, + "Title": "Storm of Sky", + "Released": "04 Mar 2019", + "Genre": "ethno-tunes", + "Album": "Here we go again" + }, + { + "Number": 2, + "Title": "Dream of Shadow", + "Released": "03 Jan 2019", + "Genre": "ethno-tunes", + "Album": "Here we go again" + }, + { + "Number": 3, + "Title": "Dream of Shadow", + "Released": "19 Dec 2019", + "Genre": "Electro house Electropop", + "Album": "Here we go again" + }, + { + "Number": 4, + "Title": "Golden Fire", + "Released": "20 Jan 2019", + "Genre": "R&B", + "Album": "Here we go again" + }, + { + "Number": 5, + "Title": "Running in the Light", + "Released": "03 Jan 2020", + "Genre": "Synth-pop R&B", + "Album": "Here we go again" + }, + { + "Number": 6, + "Title": "Flying in the Heart", + "Released": "17 Jan 2019", + "Genre": "*", + "Album": "Here we go again" + }, + { + "Number": 7, + "Title": "Fire of Storm", + "Released": "26 Jan 2019", + "Genre": "ethno-tunes", + "Album": "Here we go again" + }, + { + "Number": 8, + "Title": "Calling in the Sky", + "Released": "28 Oct 2019", + "Genre": "Synth-pop R&B", + "Album": "Here we go again" + }, + { + "Number": 9, + "Title": "Flying in the Shadow", + "Released": "30 Mar 2019", + "Genre": "ethno-tunes", + "Album": "Here we go again" + }, + { + "Number": 10, + "Title": "Golden Dancing", + "Released": "12 Oct 2019", + "Genre": "ethno-tunes", + "Album": "Here we go again" + } ] } ] @@ -771,7 +1188,76 @@ "USBillboard200": 85, "Artist": "Izabella Tabakova", "Songs": [ - + { + "Number": 1, + "Title": "Hiding in the Light", + "Released": "24 Jan 2019", + "Genre": "Synth-pop R&B", + "Album": "Dark matters" + }, + { + "Number": 2, + "Title": "Furious River", + "Released": "13 Jan 2020", + "Genre": "Electro house Electropop", + "Album": "Dark matters" + }, + { + "Number": 3, + "Title": "Wild Crying", + "Released": "27 Feb 2019", + "Genre": "Electro house Electropop", + "Album": "Dark matters" + }, + { + "Number": 4, + "Title": "Light of Dream", + "Released": "01 Jun 2019", + "Genre": "Crunk reggaeton", + "Album": "Dark matters" + }, + { + "Number": 5, + "Title": "Light of Dream", + "Released": "24 Aug 2019", + "Genre": "*", + "Album": "Dark matters" + }, + { + "Number": 6, + "Title": "Storm of Light", + "Released": "26 Feb 2019", + "Genre": "*", + "Album": "Dark matters" + }, + { + "Number": 7, + "Title": "Dark Storm", + "Released": "18 Jan 2020", + "Genre": "R&B", + "Album": "Dark matters" + }, + { + "Number": 8, + "Title": "Dark Calling", + "Released": "20 Mar 2019", + "Genre": "Crunk reggaeton", + "Album": "Dark matters" + }, + { + "Number": 9, + "Title": "Sky of Whisper", + "Released": "30 Jan 2019", + "Genre": "ethno-tunes", + "Album": "Dark matters" + }, + { + "Number": 10, + "Title": "Dancing in the Light", + "Released": "28 Nov 2019", + "Genre": "Synth-pop R&B", + "Album": "Dark matters" + } ] } ] @@ -795,7 +1281,76 @@ "USBillboard200": 5, "Artist": "Nguyễn Diệp Chi", "Songs": [ - + { + "Number": 1, + "Title": "Echo of River", + "Released": "05 Mar 2019", + "Genre": "Synth-pop R&B", + "Album": "Library of liberty" + }, + { + "Number": 2, + "Title": "Heart of River", + "Released": "12 Jan 2020", + "Genre": "Electro house Electropop", + "Album": "Library of liberty" + }, + { + "Number": 3, + "Title": "Dark Light", + "Released": "09 Aug 2019", + "Genre": "Electro house Electropop", + "Album": "Library of liberty" + }, + { + "Number": 4, + "Title": "Dark Fire", + "Released": "22 Jun 2019", + "Genre": "R&B", + "Album": "Library of liberty" + }, + { + "Number": 5, + "Title": "Flying in the Fire", + "Released": "22 Jul 2019", + "Genre": "*", + "Album": "Library of liberty" + }, + { + "Number": 6, + "Title": "Shadow of Heart", + "Released": "02 Jan 2020", + "Genre": "*", + "Album": "Library of liberty" + }, + { + "Number": 7, + "Title": "Fire of Fire", + "Released": "27 Jan 2019", + "Genre": "*", + "Album": "Library of liberty" + }, + { + "Number": 8, + "Title": "Falling in the River", + "Released": "05 Aug 2019", + "Genre": "Crunk reggaeton", + "Album": "Library of liberty" + }, + { + "Number": 9, + "Title": "Fire of Light", + "Released": "31 Dec 2019", + "Genre": "ethno-tunes", + "Album": "Library of liberty" + }, + { + "Number": 10, + "Title": "Bright Flying", + "Released": "24 Jan 2019", + "Genre": "*", + "Album": "Library of liberty" + } ] } ] @@ -819,7 +1374,76 @@ "USBillboard200": 29, "Artist": "Eva Lee", "Songs": [ - + { + "Number": 1, + "Title": "Dancing in the Shadow", + "Released": "02 Aug 2019", + "Genre": "ethno-tunes", + "Album": "Just a tease" + }, + { + "Number": 2, + "Title": "Silent Whisper", + "Released": "09 Jul 2019", + "Genre": "*", + "Album": "Just a tease" + }, + { + "Number": 3, + "Title": "Crying in the Whisper", + "Released": "30 May 2019", + "Genre": "Crunk reggaeton", + "Album": "Just a tease" + }, + { + "Number": 4, + "Title": "River of Light", + "Released": "10 Jan 2019", + "Genre": "Electro house Electropop", + "Album": "Just a tease" + }, + { + "Number": 5, + "Title": "Golden River", + "Released": "15 Nov 2019", + "Genre": "*", + "Album": "Just a tease" + }, + { + "Number": 6, + "Title": "Burning in the Shadow", + "Released": "18 Apr 2019", + "Genre": "Crunk reggaeton", + "Album": "Just a tease" + }, + { + "Number": 7, + "Title": "Shadow of Sky", + "Released": "06 Sep 2019", + "Genre": "Crunk reggaeton", + "Album": "Just a tease" + }, + { + "Number": 8, + "Title": "Gentle Waiting", + "Released": "05 Dec 2019", + "Genre": "R&B", + "Album": "Just a tease" + }, + { + "Number": 9, + "Title": "Bright River", + "Released": "27 Jan 2020", + "Genre": "R&B", + "Album": "Just a tease" + }, + { + "Number": 10, + "Title": "Heart of Storm", + "Released": "07 Jan 2019", + "Genre": "Synth-pop R&B", + "Album": "Just a tease" + } ] } ] @@ -1046,7 +1670,76 @@ "USBillboard200": 98, "Artist": "Pablo Cambeiro", "Songs": [ - + { + "Number": 1, + "Title": "Dancing in the Echo", + "Released": "03 Oct 2019", + "Genre": "Crunk reggaeton", + "Album": "Fluke" + }, + { + "Number": 2, + "Title": "Dream of Dream", + "Released": "03 Mar 2019", + "Genre": "*", + "Album": "Fluke" + }, + { + "Number": 3, + "Title": "Calling in the Echo", + "Released": "16 Sep 2019", + "Genre": "*", + "Album": "Fluke" + }, + { + "Number": 4, + "Title": "Light of Light", + "Released": "25 May 2019", + "Genre": "Electro house Electropop", + "Album": "Fluke" + }, + { + "Number": 5, + "Title": "Bright Light", + "Released": "21 Mar 2019", + "Genre": "R&B", + "Album": "Fluke" + }, + { + "Number": 6, + "Title": "Storm of Echo", + "Released": "17 Jul 2019", + "Genre": "Synth-pop R&B", + "Album": "Fluke" + }, + { + "Number": 7, + "Title": "Lonely Calling", + "Released": "10 Apr 2019", + "Genre": "ethno-tunes", + "Album": "Fluke" + }, + { + "Number": 8, + "Title": "Gentle Falling", + "Released": "28 Nov 2019", + "Genre": "Synth-pop R&B", + "Album": "Fluke" + }, + { + "Number": 9, + "Title": "Wild Flying", + "Released": "26 Nov 2019", + "Genre": "Crunk reggaeton", + "Album": "Fluke" + }, + { + "Number": 10, + "Title": "Sky of Dream", + "Released": "29 May 2019", + "Genre": "R&B", + "Album": "Fluke" + } ] }, { @@ -1142,7 +1835,76 @@ "USBillboard200": 77, "Artist": "Athar Malakooti", "Songs": [ - + { + "Number": 1, + "Title": "Hiding in the Whisper", + "Released": "03 Apr 2019", + "Genre": "R&B", + "Album": "Pushing up daisies" + }, + { + "Number": 2, + "Title": "Wicked Light", + "Released": "21 Aug 2019", + "Genre": "R&B", + "Album": "Pushing up daisies" + }, + { + "Number": 3, + "Title": "Flying in the River", + "Released": "03 Feb 2020", + "Genre": "Synth-pop R&B", + "Album": "Pushing up daisies" + }, + { + "Number": 4, + "Title": "Wicked Hiding", + "Released": "15 Sep 2019", + "Genre": "Synth-pop R&B", + "Album": "Pushing up daisies" + }, + { + "Number": 5, + "Title": "Lonely Light", + "Released": "13 May 2019", + "Genre": "Electro house Electropop", + "Album": "Pushing up daisies" + }, + { + "Number": 6, + "Title": "Bright Dancing", + "Released": "10 Apr 2019", + "Genre": "Synth-pop R&B", + "Album": "Pushing up daisies" + }, + { + "Number": 7, + "Title": "Gentle Dream", + "Released": "21 May 2019", + "Genre": "*", + "Album": "Pushing up daisies" + }, + { + "Number": 8, + "Title": "Sky of Echo", + "Released": "09 Jun 2019", + "Genre": "Synth-pop R&B", + "Album": "Pushing up daisies" + }, + { + "Number": 9, + "Title": "Breaking in the Sky", + "Released": "27 Dec 2019", + "Genre": "Crunk reggaeton", + "Album": "Pushing up daisies" + }, + { + "Number": 10, + "Title": "Whisper of Shadow", + "Released": "04 Jan 2019", + "Genre": "ethno-tunes", + "Album": "Pushing up daisies" + } ] } ] @@ -1179,7 +1941,76 @@ "USBillboard200": 9, "Artist": "Marti Valencia", "Songs": [ - + { + "Number": 1, + "Title": "Hiding in the Sky", + "Released": "26 Nov 2019", + "Genre": "Synth-pop R&B", + "Album": "Nemesis" + }, + { + "Number": 2, + "Title": "Waiting in the Echo", + "Released": "10 Jul 2019", + "Genre": "ethno-tunes", + "Album": "Nemesis" + }, + { + "Number": 3, + "Title": "Wicked Shadow", + "Released": "29 Jul 2019", + "Genre": "Synth-pop R&B", + "Album": "Nemesis" + }, + { + "Number": 4, + "Title": "Crying in the Whisper", + "Released": "09 Apr 2019", + "Genre": "*", + "Album": "Nemesis" + }, + { + "Number": 5, + "Title": "Echo of Storm", + "Released": "19 Nov 2019", + "Genre": "Crunk reggaeton", + "Album": "Nemesis" + }, + { + "Number": 6, + "Title": "Shadow of Sky", + "Released": "24 Jul 2019", + "Genre": "Crunk reggaeton", + "Album": "Nemesis" + }, + { + "Number": 7, + "Title": "Golden Hiding", + "Released": "12 Dec 2019", + "Genre": "Electro house Electropop", + "Album": "Nemesis" + }, + { + "Number": 8, + "Title": "Wild Dancing", + "Released": "17 Aug 2019", + "Genre": "Synth-pop R&B", + "Album": "Nemesis" + }, + { + "Number": 9, + "Title": "Bright Burning", + "Released": "30 Aug 2019", + "Genre": "Electro house Electropop", + "Album": "Nemesis" + }, + { + "Number": 10, + "Title": "Flying in the River", + "Released": "02 Sep 2019", + "Genre": "*", + "Album": "Nemesis" + } ] }, { @@ -1282,7 +2113,76 @@ "USBillboard200": 37, "Artist": "Marti Valencia", "Songs": [ - + { + "Number": 1, + "Title": "Wild River", + "Released": "11 Jan 2019", + "Genre": "*", + "Album": "God's advocate" + }, + { + "Number": 2, + "Title": "Wicked Whisper", + "Released": "16 Feb 2019", + "Genre": "Electro house Electropop", + "Album": "God's advocate" + }, + { + "Number": 3, + "Title": "Storm of Heart", + "Released": "11 Aug 2019", + "Genre": "*", + "Album": "God's advocate" + }, + { + "Number": 4, + "Title": "Golden Dancing", + "Released": "02 Mar 2019", + "Genre": "Crunk reggaeton", + "Album": "God's advocate" + }, + { + "Number": 5, + "Title": "Calling in the Sky", + "Released": "10 Sep 2019", + "Genre": "Electro house Electropop", + "Album": "God's advocate" + }, + { + "Number": 6, + "Title": "Calling in the Heart", + "Released": "12 Jan 2019", + "Genre": "ethno-tunes", + "Album": "God's advocate" + }, + { + "Number": 7, + "Title": "Running in the Storm", + "Released": "10 Nov 2019", + "Genre": "Synth-pop R&B", + "Album": "God's advocate" + }, + { + "Number": 8, + "Title": "Wild Sky", + "Released": "10 Apr 2019", + "Genre": "R&B", + "Album": "God's advocate" + }, + { + "Number": 9, + "Title": "Crying in the Shadow", + "Released": "02 Mar 2019", + "Genre": "R&B", + "Album": "God's advocate" + }, + { + "Number": 10, + "Title": "Whisper of River", + "Released": "12 May 2019", + "Genre": "*", + "Album": "God's advocate" + } ] } ] @@ -1306,7 +2206,76 @@ "USBillboard200": 7, "Artist": "Alicia Stanger", "Songs": [ - + { + "Number": 1, + "Title": "Shadow of Light", + "Released": "24 Mar 2019", + "Genre": "ethno-tunes", + "Album": "Forever alone" + }, + { + "Number": 2, + "Title": "Running in the Echo", + "Released": "03 May 2019", + "Genre": "Crunk reggaeton", + "Album": "Forever alone" + }, + { + "Number": 3, + "Title": "Gentle Dream", + "Released": "24 Aug 2019", + "Genre": "Crunk reggaeton", + "Album": "Forever alone" + }, + { + "Number": 4, + "Title": "Furious River", + "Released": "24 Apr 2019", + "Genre": "ethno-tunes", + "Album": "Forever alone" + }, + { + "Number": 5, + "Title": "Wild Whisper", + "Released": "09 Mar 2019", + "Genre": "ethno-tunes", + "Album": "Forever alone" + }, + { + "Number": 6, + "Title": "Whisper of Sky", + "Released": "24 Jul 2019", + "Genre": "Crunk reggaeton", + "Album": "Forever alone" + }, + { + "Number": 7, + "Title": "Lonely Storm", + "Released": "01 May 2019", + "Genre": "Crunk reggaeton", + "Album": "Forever alone" + }, + { + "Number": 8, + "Title": "Dancing in the River", + "Released": "17 Dec 2019", + "Genre": "*", + "Album": "Forever alone" + }, + { + "Number": 9, + "Title": "Electric Fire", + "Released": "17 Oct 2019", + "Genre": "Electro house Electropop", + "Album": "Forever alone" + }, + { + "Number": 10, + "Title": "Electric Sky", + "Released": "25 Sep 2019", + "Genre": "ethno-tunes", + "Album": "Forever alone" + } ] } ] @@ -1371,7 +2340,76 @@ "USBillboard200": 35, "Artist": "Peter Taylor", "Songs": [ - + { + "Number": 1, + "Title": "Calling in the Dream", + "Released": "01 Aug 2019", + "Genre": "R&B", + "Album": "Decisions decisions" + }, + { + "Number": 2, + "Title": "Electric Burning", + "Released": "10 Sep 2019", + "Genre": "Electro house Electropop", + "Album": "Decisions decisions" + }, + { + "Number": 3, + "Title": "Dark Flying", + "Released": "28 Apr 2019", + "Genre": "*", + "Album": "Decisions decisions" + }, + { + "Number": 4, + "Title": "Gentle Sky", + "Released": "20 Nov 2019", + "Genre": "ethno-tunes", + "Album": "Decisions decisions" + }, + { + "Number": 5, + "Title": "Gentle Calling", + "Released": "13 Jan 2019", + "Genre": "Crunk reggaeton", + "Album": "Decisions decisions" + }, + { + "Number": 6, + "Title": "Golden Falling", + "Released": "14 Feb 2019", + "Genre": "Crunk reggaeton", + "Album": "Decisions decisions" + }, + { + "Number": 7, + "Title": "Silent River", + "Released": "13 Feb 2019", + "Genre": "R&B", + "Album": "Decisions decisions" + }, + { + "Number": 8, + "Title": "Furious Calling", + "Released": "11 Jun 2019", + "Genre": "Synth-pop R&B", + "Album": "Decisions decisions" + }, + { + "Number": 9, + "Title": "Running in the Echo", + "Released": "06 Nov 2019", + "Genre": "Electro house Electropop", + "Album": "Decisions decisions" + }, + { + "Number": 10, + "Title": "Furious River", + "Released": "12 Mar 2019", + "Genre": "*", + "Album": "Decisions decisions" + } ] }, { @@ -1381,7 +2419,76 @@ "USBillboard200": 89, "Artist": "Peter Taylor", "Songs": [ - + { + "Number": 1, + "Title": "Dark Crying", + "Released": "27 Apr 2019", + "Genre": "Electro house Electropop", + "Album": "Climate changed" + }, + { + "Number": 2, + "Title": "Dark Waiting", + "Released": "14 Nov 2019", + "Genre": "Synth-pop R&B", + "Album": "Climate changed" + }, + { + "Number": 3, + "Title": "Furious Waiting", + "Released": "23 May 2019", + "Genre": "*", + "Album": "Climate changed" + }, + { + "Number": 4, + "Title": "Running in the Echo", + "Released": "29 Nov 2019", + "Genre": "Crunk reggaeton", + "Album": "Climate changed" + }, + { + "Number": 5, + "Title": "Dream of Sky", + "Released": "31 Oct 2019", + "Genre": "Crunk reggaeton", + "Album": "Climate changed" + }, + { + "Number": 6, + "Title": "Hiding in the Heart", + "Released": "09 Aug 2019", + "Genre": "R&B", + "Album": "Climate changed" + }, + { + "Number": 7, + "Title": "Sky of Storm", + "Released": "01 Jun 2019", + "Genre": "R&B", + "Album": "Climate changed" + }, + { + "Number": 8, + "Title": "Light of Storm", + "Released": "17 Jan 2020", + "Genre": "ethno-tunes", + "Album": "Climate changed" + }, + { + "Number": 9, + "Title": "Light of Sky", + "Released": "26 May 2019", + "Genre": "*", + "Album": "Climate changed" + }, + { + "Number": 10, + "Title": "Golden River", + "Released": "19 Jun 2019", + "Genre": "*", + "Album": "Climate changed" + } ] } ] diff --git a/samples/grids/hierarchical-grid/overview/src/SingersData.json b/samples/grids/hierarchical-grid/overview/src/SingersData.json index f7508f3c9a..75ec4ec561 100644 --- a/samples/grids/hierarchical-grid/overview/src/SingersData.json +++ b/samples/grids/hierarchical-grid/overview/src/SingersData.json @@ -78,7 +78,79 @@ "LaunchDate": "September 3, 2013", "BillboardReview": 86, "USBillboard200": 1, - "Artist": "Naomí Yepes" + "Artist": "Naomí Yepes", + "Songs": [ + { + "Number": 1, + "Title": "Lonely Falling", + "Released": "01 May 2019", + "Genre": "*", + "Album": "Initiation" + }, + { + "Number": 2, + "Title": "Bright Breaking", + "Released": "25 Jul 2019", + "Genre": "Electro house Electropop", + "Album": "Initiation" + }, + { + "Number": 3, + "Title": "River of Whisper", + "Released": "29 Jan 2020", + "Genre": "Electro house Electropop", + "Album": "Initiation" + }, + { + "Number": 4, + "Title": "Sky of Storm", + "Released": "07 May 2019", + "Genre": "Electro house Electropop", + "Album": "Initiation" + }, + { + "Number": 5, + "Title": "Electric River", + "Released": "20 Jan 2020", + "Genre": "R&B", + "Album": "Initiation" + }, + { + "Number": 6, + "Title": "Storm of Storm", + "Released": "01 Sep 2019", + "Genre": "Crunk reggaeton", + "Album": "Initiation" + }, + { + "Number": 7, + "Title": "Fire of Dream", + "Released": "12 Sep 2019", + "Genre": "Electro house Electropop", + "Album": "Initiation" + }, + { + "Number": 8, + "Title": "Burning in the Light", + "Released": "15 Apr 2019", + "Genre": "*", + "Album": "Initiation" + }, + { + "Number": 9, + "Title": "Burning in the Storm", + "Released": "10 Sep 2019", + "Genre": "Electro house Electropop", + "Album": "Initiation" + }, + { + "Number": 10, + "Title": "Shadow of Whisper", + "Released": "06 Jan 2019", + "Genre": "Crunk reggaeton", + "Album": "Initiation" + } + ] }, { "Album": "Dream Driven", @@ -90,7 +162,7 @@ { "Number": 1, "Title": "Intro", - "Released": false, + "Released": "10 Sep 2019", "Genre": "*", "Album": "Dream Driven" }, @@ -111,7 +183,7 @@ { "Number": 4, "Title": "Future past", - "Released": false, + "Released": "20 Sep 2011", "Genre": "*", "Album": "Dream Driven" }, @@ -132,14 +204,14 @@ { "Number": 7, "Title": "Stay where you are", - "Released": false, + "Released": "14 Sep 2013", "Genre": "*", "Album": "Dream Driven" }, { "Number": 8, "Title": "Imaginarium", - "Released": false, + "Released": "20 Sep 2021", "Genre": "*", "Album": "Dream Driven" }, @@ -153,21 +225,21 @@ { "Number": 10, "Title": "Shredded into pieces", - "Released": false, + "Released": "11 Sep 2015", "Genre": "*", "Album": "Dream Driven" }, { "Number": 11, "Title": "Capture this moment", - "Released": false, + "Released": "13 Sep 2016", "Genre": "*", "Album": "Dream Driven" }, { "Number": 12, "Title": "Dream Driven", - "Released": false, + "Released": "14 Sep 2014", "Genre": "*", "Album": "Dream Driven" } @@ -180,7 +252,76 @@ "USBillboard200": 2, "Artist": "Naomí Yepes", "Songs": [ - + { + "Number": 1, + "Title": "Calling in the Storm", + "Released": "12 Mar 2019", + "Genre": "Electro house Electropop", + "Album": "The dragon journey" + }, + { + "Number": 2, + "Title": "Hiding in the Dream", + "Released": "23 Mar 2019", + "Genre": "R&B", + "Album": "The dragon journey" + }, + { + "Number": 3, + "Title": "Electric Heart", + "Released": "17 Mar 2019", + "Genre": "ethno-tunes", + "Album": "The dragon journey" + }, + { + "Number": 4, + "Title": "Shadow of Echo", + "Released": "20 Feb 2019", + "Genre": "ethno-tunes", + "Album": "The dragon journey" + }, + { + "Number": 5, + "Title": "Flying in the Storm", + "Released": "08 Apr 2019", + "Genre": "R&B", + "Album": "The dragon journey" + }, + { + "Number": 6, + "Title": "Dark Waiting", + "Released": "20 Oct 2019", + "Genre": "Synth-pop R&B", + "Album": "The dragon journey" + }, + { + "Number": 7, + "Title": "Fire of River", + "Released": "20 Feb 2019", + "Genre": "Synth-pop R&B", + "Album": "The dragon journey" + }, + { + "Number": 8, + "Title": "Wild Crying", + "Released": "14 Jun 2019", + "Genre": "R&B", + "Album": "The dragon journey" + }, + { + "Number": 9, + "Title": "Bright Dancing", + "Released": "14 Mar 2019", + "Genre": "Electro house Electropop", + "Album": "The dragon journey" + }, + { + "Number": 10, + "Title": "Golden Waiting", + "Released": "12 Sep 2019", + "Genre": "Synth-pop R&B", + "Album": "The dragon journey" + } ] }, { @@ -276,7 +417,76 @@ "USBillboard200": 12, "Artist": "Naomí Yepes", "Songs": [ - + { + "Number": 1, + "Title": "Storm of Dream", + "Released": "05 Jan 2019", + "Genre": "*", + "Album": "Curiosity" + }, + { + "Number": 2, + "Title": "Echo of Dream", + "Released": "28 Jan 2019", + "Genre": "Synth-pop R&B", + "Album": "Curiosity" + }, + { + "Number": 3, + "Title": "Light of Shadow", + "Released": "07 Feb 2019", + "Genre": "Synth-pop R&B", + "Album": "Curiosity" + }, + { + "Number": 4, + "Title": "Storm of Heart", + "Released": "05 Jan 2020", + "Genre": "Electro house Electropop", + "Album": "Curiosity" + }, + { + "Number": 5, + "Title": "Shadow of River", + "Released": "27 Feb 2019", + "Genre": "*", + "Album": "Curiosity" + }, + { + "Number": 6, + "Title": "Wicked Dancing", + "Released": "17 Jan 2020", + "Genre": "ethno-tunes", + "Album": "Curiosity" + }, + { + "Number": 7, + "Title": "River of Light", + "Released": "22 Feb 2019", + "Genre": "R&B", + "Album": "Curiosity" + }, + { + "Number": 8, + "Title": "Lonely Breaking", + "Released": "09 Sep 2019", + "Genre": "ethno-tunes", + "Album": "Curiosity" + }, + { + "Number": 9, + "Title": "Furious Flying", + "Released": "08 Jun 2019", + "Genre": "R&B", + "Album": "Curiosity" + }, + { + "Number": 10, + "Title": "Hiding in the Storm", + "Released": "27 May 2019", + "Genre": "Electro house Electropop", + "Album": "Curiosity" + } ] } ] @@ -513,7 +723,76 @@ "USBillboard200": 69, "Artist": "Ahmad Nazeri", "Songs": [ - + { + "Number": 1, + "Title": "Gentle Falling", + "Released": "26 Apr 2019", + "Genre": "Crunk reggaeton", + "Album": "Emergency" + }, + { + "Number": 2, + "Title": "Calling in the Fire", + "Released": "03 Sep 2019", + "Genre": "ethno-tunes", + "Album": "Emergency" + }, + { + "Number": 3, + "Title": "Fire of Shadow", + "Released": "05 Jan 2019", + "Genre": "ethno-tunes", + "Album": "Emergency" + }, + { + "Number": 4, + "Title": "Dancing in the Dream", + "Released": "15 Apr 2019", + "Genre": "R&B", + "Album": "Emergency" + }, + { + "Number": 5, + "Title": "Calling in the Shadow", + "Released": "09 Oct 2019", + "Genre": "R&B", + "Album": "Emergency" + }, + { + "Number": 6, + "Title": "Falling in the Sky", + "Released": "08 Mar 2019", + "Genre": "ethno-tunes", + "Album": "Emergency" + }, + { + "Number": 7, + "Title": "Calling in the Storm", + "Released": "05 Dec 2019", + "Genre": "ethno-tunes", + "Album": "Emergency" + }, + { + "Number": 8, + "Title": "Falling in the River", + "Released": "19 Aug 2019", + "Genre": "Electro house Electropop", + "Album": "Emergency" + }, + { + "Number": 9, + "Title": "Electric Fire", + "Released": "30 Nov 2019", + "Genre": "Crunk reggaeton", + "Album": "Emergency" + }, + { + "Number": 10, + "Title": "Lonely River", + "Released": "11 Nov 2019", + "Genre": "Electro house Electropop", + "Album": "Emergency" + } ] }, { @@ -523,7 +802,76 @@ "USBillboard200": 39, "Artist": "Ahmad Nazeri", "Songs": [ - + { + "Number": 1, + "Title": "Lonely Dream", + "Released": "11 Dec 2019", + "Genre": "ethno-tunes", + "Album": "Bursting bubbles" + }, + { + "Number": 2, + "Title": "Fire of River", + "Released": "01 Aug 2019", + "Genre": "Synth-pop R&B", + "Album": "Bursting bubbles" + }, + { + "Number": 3, + "Title": "Wicked Falling", + "Released": "25 Jan 2019", + "Genre": "*", + "Album": "Bursting bubbles" + }, + { + "Number": 4, + "Title": "Crying in the Shadow", + "Released": "04 Jan 2019", + "Genre": "Synth-pop R&B", + "Album": "Bursting bubbles" + }, + { + "Number": 5, + "Title": "Wild Burning", + "Released": "10 May 2019", + "Genre": "ethno-tunes", + "Album": "Bursting bubbles" + }, + { + "Number": 6, + "Title": "Waiting in the Heart", + "Released": "07 Aug 2019", + "Genre": "ethno-tunes", + "Album": "Bursting bubbles" + }, + { + "Number": 7, + "Title": "Fire of Fire", + "Released": "16 May 2019", + "Genre": "Electro house Electropop", + "Album": "Bursting bubbles" + }, + { + "Number": 8, + "Title": "Bright Heart", + "Released": "14 Mar 2019", + "Genre": "Synth-pop R&B", + "Album": "Bursting bubbles" + }, + { + "Number": 9, + "Title": "Lonely Fire", + "Released": "15 Oct 2019", + "Genre": "R&B", + "Album": "Bursting bubbles" + }, + { + "Number": 10, + "Title": "Sky of Dream", + "Released": "20 Jun 2019", + "Genre": "ethno-tunes", + "Album": "Bursting bubbles" + } ] } ] @@ -547,7 +895,76 @@ "USBillboard200": 1, "Artist": "Kimmy McIlmorie", "Songs": [ - + { + "Number": 1, + "Title": "Storm of Sky", + "Released": "04 Mar 2019", + "Genre": "ethno-tunes", + "Album": "Here we go again" + }, + { + "Number": 2, + "Title": "Dream of Shadow", + "Released": "03 Jan 2019", + "Genre": "ethno-tunes", + "Album": "Here we go again" + }, + { + "Number": 3, + "Title": "Dream of Shadow", + "Released": "19 Dec 2019", + "Genre": "Electro house Electropop", + "Album": "Here we go again" + }, + { + "Number": 4, + "Title": "Golden Fire", + "Released": "20 Jan 2019", + "Genre": "R&B", + "Album": "Here we go again" + }, + { + "Number": 5, + "Title": "Running in the Light", + "Released": "03 Jan 2020", + "Genre": "Synth-pop R&B", + "Album": "Here we go again" + }, + { + "Number": 6, + "Title": "Flying in the Heart", + "Released": "17 Jan 2019", + "Genre": "*", + "Album": "Here we go again" + }, + { + "Number": 7, + "Title": "Fire of Storm", + "Released": "26 Jan 2019", + "Genre": "ethno-tunes", + "Album": "Here we go again" + }, + { + "Number": 8, + "Title": "Calling in the Sky", + "Released": "28 Oct 2019", + "Genre": "Synth-pop R&B", + "Album": "Here we go again" + }, + { + "Number": 9, + "Title": "Flying in the Shadow", + "Released": "30 Mar 2019", + "Genre": "ethno-tunes", + "Album": "Here we go again" + }, + { + "Number": 10, + "Title": "Golden Dancing", + "Released": "12 Oct 2019", + "Genre": "ethno-tunes", + "Album": "Here we go again" + } ] } ] @@ -771,7 +1188,76 @@ "USBillboard200": 85, "Artist": "Izabella Tabakova", "Songs": [ - + { + "Number": 1, + "Title": "Hiding in the Light", + "Released": "24 Jan 2019", + "Genre": "Synth-pop R&B", + "Album": "Dark matters" + }, + { + "Number": 2, + "Title": "Furious River", + "Released": "13 Jan 2020", + "Genre": "Electro house Electropop", + "Album": "Dark matters" + }, + { + "Number": 3, + "Title": "Wild Crying", + "Released": "27 Feb 2019", + "Genre": "Electro house Electropop", + "Album": "Dark matters" + }, + { + "Number": 4, + "Title": "Light of Dream", + "Released": "01 Jun 2019", + "Genre": "Crunk reggaeton", + "Album": "Dark matters" + }, + { + "Number": 5, + "Title": "Light of Dream", + "Released": "24 Aug 2019", + "Genre": "*", + "Album": "Dark matters" + }, + { + "Number": 6, + "Title": "Storm of Light", + "Released": "26 Feb 2019", + "Genre": "*", + "Album": "Dark matters" + }, + { + "Number": 7, + "Title": "Dark Storm", + "Released": "18 Jan 2020", + "Genre": "R&B", + "Album": "Dark matters" + }, + { + "Number": 8, + "Title": "Dark Calling", + "Released": "20 Mar 2019", + "Genre": "Crunk reggaeton", + "Album": "Dark matters" + }, + { + "Number": 9, + "Title": "Sky of Whisper", + "Released": "30 Jan 2019", + "Genre": "ethno-tunes", + "Album": "Dark matters" + }, + { + "Number": 10, + "Title": "Dancing in the Light", + "Released": "28 Nov 2019", + "Genre": "Synth-pop R&B", + "Album": "Dark matters" + } ] } ] @@ -795,7 +1281,76 @@ "USBillboard200": 5, "Artist": "Nguyễn Diệp Chi", "Songs": [ - + { + "Number": 1, + "Title": "Echo of River", + "Released": "05 Mar 2019", + "Genre": "Synth-pop R&B", + "Album": "Library of liberty" + }, + { + "Number": 2, + "Title": "Heart of River", + "Released": "12 Jan 2020", + "Genre": "Electro house Electropop", + "Album": "Library of liberty" + }, + { + "Number": 3, + "Title": "Dark Light", + "Released": "09 Aug 2019", + "Genre": "Electro house Electropop", + "Album": "Library of liberty" + }, + { + "Number": 4, + "Title": "Dark Fire", + "Released": "22 Jun 2019", + "Genre": "R&B", + "Album": "Library of liberty" + }, + { + "Number": 5, + "Title": "Flying in the Fire", + "Released": "22 Jul 2019", + "Genre": "*", + "Album": "Library of liberty" + }, + { + "Number": 6, + "Title": "Shadow of Heart", + "Released": "02 Jan 2020", + "Genre": "*", + "Album": "Library of liberty" + }, + { + "Number": 7, + "Title": "Fire of Fire", + "Released": "27 Jan 2019", + "Genre": "*", + "Album": "Library of liberty" + }, + { + "Number": 8, + "Title": "Falling in the River", + "Released": "05 Aug 2019", + "Genre": "Crunk reggaeton", + "Album": "Library of liberty" + }, + { + "Number": 9, + "Title": "Fire of Light", + "Released": "31 Dec 2019", + "Genre": "ethno-tunes", + "Album": "Library of liberty" + }, + { + "Number": 10, + "Title": "Bright Flying", + "Released": "24 Jan 2019", + "Genre": "*", + "Album": "Library of liberty" + } ] } ] @@ -819,7 +1374,76 @@ "USBillboard200": 29, "Artist": "Eva Lee", "Songs": [ - + { + "Number": 1, + "Title": "Dancing in the Shadow", + "Released": "02 Aug 2019", + "Genre": "ethno-tunes", + "Album": "Just a tease" + }, + { + "Number": 2, + "Title": "Silent Whisper", + "Released": "09 Jul 2019", + "Genre": "*", + "Album": "Just a tease" + }, + { + "Number": 3, + "Title": "Crying in the Whisper", + "Released": "30 May 2019", + "Genre": "Crunk reggaeton", + "Album": "Just a tease" + }, + { + "Number": 4, + "Title": "River of Light", + "Released": "10 Jan 2019", + "Genre": "Electro house Electropop", + "Album": "Just a tease" + }, + { + "Number": 5, + "Title": "Golden River", + "Released": "15 Nov 2019", + "Genre": "*", + "Album": "Just a tease" + }, + { + "Number": 6, + "Title": "Burning in the Shadow", + "Released": "18 Apr 2019", + "Genre": "Crunk reggaeton", + "Album": "Just a tease" + }, + { + "Number": 7, + "Title": "Shadow of Sky", + "Released": "06 Sep 2019", + "Genre": "Crunk reggaeton", + "Album": "Just a tease" + }, + { + "Number": 8, + "Title": "Gentle Waiting", + "Released": "05 Dec 2019", + "Genre": "R&B", + "Album": "Just a tease" + }, + { + "Number": 9, + "Title": "Bright River", + "Released": "27 Jan 2020", + "Genre": "R&B", + "Album": "Just a tease" + }, + { + "Number": 10, + "Title": "Heart of Storm", + "Released": "07 Jan 2019", + "Genre": "Synth-pop R&B", + "Album": "Just a tease" + } ] } ] @@ -1046,7 +1670,76 @@ "USBillboard200": 98, "Artist": "Pablo Cambeiro", "Songs": [ - + { + "Number": 1, + "Title": "Dancing in the Echo", + "Released": "03 Oct 2019", + "Genre": "Crunk reggaeton", + "Album": "Fluke" + }, + { + "Number": 2, + "Title": "Dream of Dream", + "Released": "03 Mar 2019", + "Genre": "*", + "Album": "Fluke" + }, + { + "Number": 3, + "Title": "Calling in the Echo", + "Released": "16 Sep 2019", + "Genre": "*", + "Album": "Fluke" + }, + { + "Number": 4, + "Title": "Light of Light", + "Released": "25 May 2019", + "Genre": "Electro house Electropop", + "Album": "Fluke" + }, + { + "Number": 5, + "Title": "Bright Light", + "Released": "21 Mar 2019", + "Genre": "R&B", + "Album": "Fluke" + }, + { + "Number": 6, + "Title": "Storm of Echo", + "Released": "17 Jul 2019", + "Genre": "Synth-pop R&B", + "Album": "Fluke" + }, + { + "Number": 7, + "Title": "Lonely Calling", + "Released": "10 Apr 2019", + "Genre": "ethno-tunes", + "Album": "Fluke" + }, + { + "Number": 8, + "Title": "Gentle Falling", + "Released": "28 Nov 2019", + "Genre": "Synth-pop R&B", + "Album": "Fluke" + }, + { + "Number": 9, + "Title": "Wild Flying", + "Released": "26 Nov 2019", + "Genre": "Crunk reggaeton", + "Album": "Fluke" + }, + { + "Number": 10, + "Title": "Sky of Dream", + "Released": "29 May 2019", + "Genre": "R&B", + "Album": "Fluke" + } ] }, { @@ -1142,7 +1835,76 @@ "USBillboard200": 77, "Artist": "Athar Malakooti", "Songs": [ - + { + "Number": 1, + "Title": "Hiding in the Whisper", + "Released": "03 Apr 2019", + "Genre": "R&B", + "Album": "Pushing up daisies" + }, + { + "Number": 2, + "Title": "Wicked Light", + "Released": "21 Aug 2019", + "Genre": "R&B", + "Album": "Pushing up daisies" + }, + { + "Number": 3, + "Title": "Flying in the River", + "Released": "03 Feb 2020", + "Genre": "Synth-pop R&B", + "Album": "Pushing up daisies" + }, + { + "Number": 4, + "Title": "Wicked Hiding", + "Released": "15 Sep 2019", + "Genre": "Synth-pop R&B", + "Album": "Pushing up daisies" + }, + { + "Number": 5, + "Title": "Lonely Light", + "Released": "13 May 2019", + "Genre": "Electro house Electropop", + "Album": "Pushing up daisies" + }, + { + "Number": 6, + "Title": "Bright Dancing", + "Released": "10 Apr 2019", + "Genre": "Synth-pop R&B", + "Album": "Pushing up daisies" + }, + { + "Number": 7, + "Title": "Gentle Dream", + "Released": "21 May 2019", + "Genre": "*", + "Album": "Pushing up daisies" + }, + { + "Number": 8, + "Title": "Sky of Echo", + "Released": "09 Jun 2019", + "Genre": "Synth-pop R&B", + "Album": "Pushing up daisies" + }, + { + "Number": 9, + "Title": "Breaking in the Sky", + "Released": "27 Dec 2019", + "Genre": "Crunk reggaeton", + "Album": "Pushing up daisies" + }, + { + "Number": 10, + "Title": "Whisper of Shadow", + "Released": "04 Jan 2019", + "Genre": "ethno-tunes", + "Album": "Pushing up daisies" + } ] } ] @@ -1179,7 +1941,76 @@ "USBillboard200": 9, "Artist": "Marti Valencia", "Songs": [ - + { + "Number": 1, + "Title": "Hiding in the Sky", + "Released": "26 Nov 2019", + "Genre": "Synth-pop R&B", + "Album": "Nemesis" + }, + { + "Number": 2, + "Title": "Waiting in the Echo", + "Released": "10 Jul 2019", + "Genre": "ethno-tunes", + "Album": "Nemesis" + }, + { + "Number": 3, + "Title": "Wicked Shadow", + "Released": "29 Jul 2019", + "Genre": "Synth-pop R&B", + "Album": "Nemesis" + }, + { + "Number": 4, + "Title": "Crying in the Whisper", + "Released": "09 Apr 2019", + "Genre": "*", + "Album": "Nemesis" + }, + { + "Number": 5, + "Title": "Echo of Storm", + "Released": "19 Nov 2019", + "Genre": "Crunk reggaeton", + "Album": "Nemesis" + }, + { + "Number": 6, + "Title": "Shadow of Sky", + "Released": "24 Jul 2019", + "Genre": "Crunk reggaeton", + "Album": "Nemesis" + }, + { + "Number": 7, + "Title": "Golden Hiding", + "Released": "12 Dec 2019", + "Genre": "Electro house Electropop", + "Album": "Nemesis" + }, + { + "Number": 8, + "Title": "Wild Dancing", + "Released": "17 Aug 2019", + "Genre": "Synth-pop R&B", + "Album": "Nemesis" + }, + { + "Number": 9, + "Title": "Bright Burning", + "Released": "30 Aug 2019", + "Genre": "Electro house Electropop", + "Album": "Nemesis" + }, + { + "Number": 10, + "Title": "Flying in the River", + "Released": "02 Sep 2019", + "Genre": "*", + "Album": "Nemesis" + } ] }, { @@ -1282,7 +2113,76 @@ "USBillboard200": 37, "Artist": "Marti Valencia", "Songs": [ - + { + "Number": 1, + "Title": "Wild River", + "Released": "11 Jan 2019", + "Genre": "*", + "Album": "God's advocate" + }, + { + "Number": 2, + "Title": "Wicked Whisper", + "Released": "16 Feb 2019", + "Genre": "Electro house Electropop", + "Album": "God's advocate" + }, + { + "Number": 3, + "Title": "Storm of Heart", + "Released": "11 Aug 2019", + "Genre": "*", + "Album": "God's advocate" + }, + { + "Number": 4, + "Title": "Golden Dancing", + "Released": "02 Mar 2019", + "Genre": "Crunk reggaeton", + "Album": "God's advocate" + }, + { + "Number": 5, + "Title": "Calling in the Sky", + "Released": "10 Sep 2019", + "Genre": "Electro house Electropop", + "Album": "God's advocate" + }, + { + "Number": 6, + "Title": "Calling in the Heart", + "Released": "12 Jan 2019", + "Genre": "ethno-tunes", + "Album": "God's advocate" + }, + { + "Number": 7, + "Title": "Running in the Storm", + "Released": "10 Nov 2019", + "Genre": "Synth-pop R&B", + "Album": "God's advocate" + }, + { + "Number": 8, + "Title": "Wild Sky", + "Released": "10 Apr 2019", + "Genre": "R&B", + "Album": "God's advocate" + }, + { + "Number": 9, + "Title": "Crying in the Shadow", + "Released": "02 Mar 2019", + "Genre": "R&B", + "Album": "God's advocate" + }, + { + "Number": 10, + "Title": "Whisper of River", + "Released": "12 May 2019", + "Genre": "*", + "Album": "God's advocate" + } ] } ] @@ -1306,7 +2206,76 @@ "USBillboard200": 7, "Artist": "Alicia Stanger", "Songs": [ - + { + "Number": 1, + "Title": "Shadow of Light", + "Released": "24 Mar 2019", + "Genre": "ethno-tunes", + "Album": "Forever alone" + }, + { + "Number": 2, + "Title": "Running in the Echo", + "Released": "03 May 2019", + "Genre": "Crunk reggaeton", + "Album": "Forever alone" + }, + { + "Number": 3, + "Title": "Gentle Dream", + "Released": "24 Aug 2019", + "Genre": "Crunk reggaeton", + "Album": "Forever alone" + }, + { + "Number": 4, + "Title": "Furious River", + "Released": "24 Apr 2019", + "Genre": "ethno-tunes", + "Album": "Forever alone" + }, + { + "Number": 5, + "Title": "Wild Whisper", + "Released": "09 Mar 2019", + "Genre": "ethno-tunes", + "Album": "Forever alone" + }, + { + "Number": 6, + "Title": "Whisper of Sky", + "Released": "24 Jul 2019", + "Genre": "Crunk reggaeton", + "Album": "Forever alone" + }, + { + "Number": 7, + "Title": "Lonely Storm", + "Released": "01 May 2019", + "Genre": "Crunk reggaeton", + "Album": "Forever alone" + }, + { + "Number": 8, + "Title": "Dancing in the River", + "Released": "17 Dec 2019", + "Genre": "*", + "Album": "Forever alone" + }, + { + "Number": 9, + "Title": "Electric Fire", + "Released": "17 Oct 2019", + "Genre": "Electro house Electropop", + "Album": "Forever alone" + }, + { + "Number": 10, + "Title": "Electric Sky", + "Released": "25 Sep 2019", + "Genre": "ethno-tunes", + "Album": "Forever alone" + } ] } ] @@ -1371,7 +2340,76 @@ "USBillboard200": 35, "Artist": "Peter Taylor", "Songs": [ - + { + "Number": 1, + "Title": "Calling in the Dream", + "Released": "01 Aug 2019", + "Genre": "R&B", + "Album": "Decisions decisions" + }, + { + "Number": 2, + "Title": "Electric Burning", + "Released": "10 Sep 2019", + "Genre": "Electro house Electropop", + "Album": "Decisions decisions" + }, + { + "Number": 3, + "Title": "Dark Flying", + "Released": "28 Apr 2019", + "Genre": "*", + "Album": "Decisions decisions" + }, + { + "Number": 4, + "Title": "Gentle Sky", + "Released": "20 Nov 2019", + "Genre": "ethno-tunes", + "Album": "Decisions decisions" + }, + { + "Number": 5, + "Title": "Gentle Calling", + "Released": "13 Jan 2019", + "Genre": "Crunk reggaeton", + "Album": "Decisions decisions" + }, + { + "Number": 6, + "Title": "Golden Falling", + "Released": "14 Feb 2019", + "Genre": "Crunk reggaeton", + "Album": "Decisions decisions" + }, + { + "Number": 7, + "Title": "Silent River", + "Released": "13 Feb 2019", + "Genre": "R&B", + "Album": "Decisions decisions" + }, + { + "Number": 8, + "Title": "Furious Calling", + "Released": "11 Jun 2019", + "Genre": "Synth-pop R&B", + "Album": "Decisions decisions" + }, + { + "Number": 9, + "Title": "Running in the Echo", + "Released": "06 Nov 2019", + "Genre": "Electro house Electropop", + "Album": "Decisions decisions" + }, + { + "Number": 10, + "Title": "Furious River", + "Released": "12 Mar 2019", + "Genre": "*", + "Album": "Decisions decisions" + } ] }, { @@ -1381,7 +2419,76 @@ "USBillboard200": 89, "Artist": "Peter Taylor", "Songs": [ - + { + "Number": 1, + "Title": "Dark Crying", + "Released": "27 Apr 2019", + "Genre": "Electro house Electropop", + "Album": "Climate changed" + }, + { + "Number": 2, + "Title": "Dark Waiting", + "Released": "14 Nov 2019", + "Genre": "Synth-pop R&B", + "Album": "Climate changed" + }, + { + "Number": 3, + "Title": "Furious Waiting", + "Released": "23 May 2019", + "Genre": "*", + "Album": "Climate changed" + }, + { + "Number": 4, + "Title": "Running in the Echo", + "Released": "29 Nov 2019", + "Genre": "Crunk reggaeton", + "Album": "Climate changed" + }, + { + "Number": 5, + "Title": "Dream of Sky", + "Released": "31 Oct 2019", + "Genre": "Crunk reggaeton", + "Album": "Climate changed" + }, + { + "Number": 6, + "Title": "Hiding in the Heart", + "Released": "09 Aug 2019", + "Genre": "R&B", + "Album": "Climate changed" + }, + { + "Number": 7, + "Title": "Sky of Storm", + "Released": "01 Jun 2019", + "Genre": "R&B", + "Album": "Climate changed" + }, + { + "Number": 8, + "Title": "Light of Storm", + "Released": "17 Jan 2020", + "Genre": "ethno-tunes", + "Album": "Climate changed" + }, + { + "Number": 9, + "Title": "Light of Sky", + "Released": "26 May 2019", + "Genre": "*", + "Album": "Climate changed" + }, + { + "Number": 10, + "Title": "Golden River", + "Released": "19 Jun 2019", + "Genre": "*", + "Album": "Climate changed" + } ] } ] diff --git a/samples/grids/hierarchical-grid/row-adding/src/SingersData.json b/samples/grids/hierarchical-grid/row-adding/src/SingersData.json index f7508f3c9a..75ec4ec561 100644 --- a/samples/grids/hierarchical-grid/row-adding/src/SingersData.json +++ b/samples/grids/hierarchical-grid/row-adding/src/SingersData.json @@ -78,7 +78,79 @@ "LaunchDate": "September 3, 2013", "BillboardReview": 86, "USBillboard200": 1, - "Artist": "Naomí Yepes" + "Artist": "Naomí Yepes", + "Songs": [ + { + "Number": 1, + "Title": "Lonely Falling", + "Released": "01 May 2019", + "Genre": "*", + "Album": "Initiation" + }, + { + "Number": 2, + "Title": "Bright Breaking", + "Released": "25 Jul 2019", + "Genre": "Electro house Electropop", + "Album": "Initiation" + }, + { + "Number": 3, + "Title": "River of Whisper", + "Released": "29 Jan 2020", + "Genre": "Electro house Electropop", + "Album": "Initiation" + }, + { + "Number": 4, + "Title": "Sky of Storm", + "Released": "07 May 2019", + "Genre": "Electro house Electropop", + "Album": "Initiation" + }, + { + "Number": 5, + "Title": "Electric River", + "Released": "20 Jan 2020", + "Genre": "R&B", + "Album": "Initiation" + }, + { + "Number": 6, + "Title": "Storm of Storm", + "Released": "01 Sep 2019", + "Genre": "Crunk reggaeton", + "Album": "Initiation" + }, + { + "Number": 7, + "Title": "Fire of Dream", + "Released": "12 Sep 2019", + "Genre": "Electro house Electropop", + "Album": "Initiation" + }, + { + "Number": 8, + "Title": "Burning in the Light", + "Released": "15 Apr 2019", + "Genre": "*", + "Album": "Initiation" + }, + { + "Number": 9, + "Title": "Burning in the Storm", + "Released": "10 Sep 2019", + "Genre": "Electro house Electropop", + "Album": "Initiation" + }, + { + "Number": 10, + "Title": "Shadow of Whisper", + "Released": "06 Jan 2019", + "Genre": "Crunk reggaeton", + "Album": "Initiation" + } + ] }, { "Album": "Dream Driven", @@ -90,7 +162,7 @@ { "Number": 1, "Title": "Intro", - "Released": false, + "Released": "10 Sep 2019", "Genre": "*", "Album": "Dream Driven" }, @@ -111,7 +183,7 @@ { "Number": 4, "Title": "Future past", - "Released": false, + "Released": "20 Sep 2011", "Genre": "*", "Album": "Dream Driven" }, @@ -132,14 +204,14 @@ { "Number": 7, "Title": "Stay where you are", - "Released": false, + "Released": "14 Sep 2013", "Genre": "*", "Album": "Dream Driven" }, { "Number": 8, "Title": "Imaginarium", - "Released": false, + "Released": "20 Sep 2021", "Genre": "*", "Album": "Dream Driven" }, @@ -153,21 +225,21 @@ { "Number": 10, "Title": "Shredded into pieces", - "Released": false, + "Released": "11 Sep 2015", "Genre": "*", "Album": "Dream Driven" }, { "Number": 11, "Title": "Capture this moment", - "Released": false, + "Released": "13 Sep 2016", "Genre": "*", "Album": "Dream Driven" }, { "Number": 12, "Title": "Dream Driven", - "Released": false, + "Released": "14 Sep 2014", "Genre": "*", "Album": "Dream Driven" } @@ -180,7 +252,76 @@ "USBillboard200": 2, "Artist": "Naomí Yepes", "Songs": [ - + { + "Number": 1, + "Title": "Calling in the Storm", + "Released": "12 Mar 2019", + "Genre": "Electro house Electropop", + "Album": "The dragon journey" + }, + { + "Number": 2, + "Title": "Hiding in the Dream", + "Released": "23 Mar 2019", + "Genre": "R&B", + "Album": "The dragon journey" + }, + { + "Number": 3, + "Title": "Electric Heart", + "Released": "17 Mar 2019", + "Genre": "ethno-tunes", + "Album": "The dragon journey" + }, + { + "Number": 4, + "Title": "Shadow of Echo", + "Released": "20 Feb 2019", + "Genre": "ethno-tunes", + "Album": "The dragon journey" + }, + { + "Number": 5, + "Title": "Flying in the Storm", + "Released": "08 Apr 2019", + "Genre": "R&B", + "Album": "The dragon journey" + }, + { + "Number": 6, + "Title": "Dark Waiting", + "Released": "20 Oct 2019", + "Genre": "Synth-pop R&B", + "Album": "The dragon journey" + }, + { + "Number": 7, + "Title": "Fire of River", + "Released": "20 Feb 2019", + "Genre": "Synth-pop R&B", + "Album": "The dragon journey" + }, + { + "Number": 8, + "Title": "Wild Crying", + "Released": "14 Jun 2019", + "Genre": "R&B", + "Album": "The dragon journey" + }, + { + "Number": 9, + "Title": "Bright Dancing", + "Released": "14 Mar 2019", + "Genre": "Electro house Electropop", + "Album": "The dragon journey" + }, + { + "Number": 10, + "Title": "Golden Waiting", + "Released": "12 Sep 2019", + "Genre": "Synth-pop R&B", + "Album": "The dragon journey" + } ] }, { @@ -276,7 +417,76 @@ "USBillboard200": 12, "Artist": "Naomí Yepes", "Songs": [ - + { + "Number": 1, + "Title": "Storm of Dream", + "Released": "05 Jan 2019", + "Genre": "*", + "Album": "Curiosity" + }, + { + "Number": 2, + "Title": "Echo of Dream", + "Released": "28 Jan 2019", + "Genre": "Synth-pop R&B", + "Album": "Curiosity" + }, + { + "Number": 3, + "Title": "Light of Shadow", + "Released": "07 Feb 2019", + "Genre": "Synth-pop R&B", + "Album": "Curiosity" + }, + { + "Number": 4, + "Title": "Storm of Heart", + "Released": "05 Jan 2020", + "Genre": "Electro house Electropop", + "Album": "Curiosity" + }, + { + "Number": 5, + "Title": "Shadow of River", + "Released": "27 Feb 2019", + "Genre": "*", + "Album": "Curiosity" + }, + { + "Number": 6, + "Title": "Wicked Dancing", + "Released": "17 Jan 2020", + "Genre": "ethno-tunes", + "Album": "Curiosity" + }, + { + "Number": 7, + "Title": "River of Light", + "Released": "22 Feb 2019", + "Genre": "R&B", + "Album": "Curiosity" + }, + { + "Number": 8, + "Title": "Lonely Breaking", + "Released": "09 Sep 2019", + "Genre": "ethno-tunes", + "Album": "Curiosity" + }, + { + "Number": 9, + "Title": "Furious Flying", + "Released": "08 Jun 2019", + "Genre": "R&B", + "Album": "Curiosity" + }, + { + "Number": 10, + "Title": "Hiding in the Storm", + "Released": "27 May 2019", + "Genre": "Electro house Electropop", + "Album": "Curiosity" + } ] } ] @@ -513,7 +723,76 @@ "USBillboard200": 69, "Artist": "Ahmad Nazeri", "Songs": [ - + { + "Number": 1, + "Title": "Gentle Falling", + "Released": "26 Apr 2019", + "Genre": "Crunk reggaeton", + "Album": "Emergency" + }, + { + "Number": 2, + "Title": "Calling in the Fire", + "Released": "03 Sep 2019", + "Genre": "ethno-tunes", + "Album": "Emergency" + }, + { + "Number": 3, + "Title": "Fire of Shadow", + "Released": "05 Jan 2019", + "Genre": "ethno-tunes", + "Album": "Emergency" + }, + { + "Number": 4, + "Title": "Dancing in the Dream", + "Released": "15 Apr 2019", + "Genre": "R&B", + "Album": "Emergency" + }, + { + "Number": 5, + "Title": "Calling in the Shadow", + "Released": "09 Oct 2019", + "Genre": "R&B", + "Album": "Emergency" + }, + { + "Number": 6, + "Title": "Falling in the Sky", + "Released": "08 Mar 2019", + "Genre": "ethno-tunes", + "Album": "Emergency" + }, + { + "Number": 7, + "Title": "Calling in the Storm", + "Released": "05 Dec 2019", + "Genre": "ethno-tunes", + "Album": "Emergency" + }, + { + "Number": 8, + "Title": "Falling in the River", + "Released": "19 Aug 2019", + "Genre": "Electro house Electropop", + "Album": "Emergency" + }, + { + "Number": 9, + "Title": "Electric Fire", + "Released": "30 Nov 2019", + "Genre": "Crunk reggaeton", + "Album": "Emergency" + }, + { + "Number": 10, + "Title": "Lonely River", + "Released": "11 Nov 2019", + "Genre": "Electro house Electropop", + "Album": "Emergency" + } ] }, { @@ -523,7 +802,76 @@ "USBillboard200": 39, "Artist": "Ahmad Nazeri", "Songs": [ - + { + "Number": 1, + "Title": "Lonely Dream", + "Released": "11 Dec 2019", + "Genre": "ethno-tunes", + "Album": "Bursting bubbles" + }, + { + "Number": 2, + "Title": "Fire of River", + "Released": "01 Aug 2019", + "Genre": "Synth-pop R&B", + "Album": "Bursting bubbles" + }, + { + "Number": 3, + "Title": "Wicked Falling", + "Released": "25 Jan 2019", + "Genre": "*", + "Album": "Bursting bubbles" + }, + { + "Number": 4, + "Title": "Crying in the Shadow", + "Released": "04 Jan 2019", + "Genre": "Synth-pop R&B", + "Album": "Bursting bubbles" + }, + { + "Number": 5, + "Title": "Wild Burning", + "Released": "10 May 2019", + "Genre": "ethno-tunes", + "Album": "Bursting bubbles" + }, + { + "Number": 6, + "Title": "Waiting in the Heart", + "Released": "07 Aug 2019", + "Genre": "ethno-tunes", + "Album": "Bursting bubbles" + }, + { + "Number": 7, + "Title": "Fire of Fire", + "Released": "16 May 2019", + "Genre": "Electro house Electropop", + "Album": "Bursting bubbles" + }, + { + "Number": 8, + "Title": "Bright Heart", + "Released": "14 Mar 2019", + "Genre": "Synth-pop R&B", + "Album": "Bursting bubbles" + }, + { + "Number": 9, + "Title": "Lonely Fire", + "Released": "15 Oct 2019", + "Genre": "R&B", + "Album": "Bursting bubbles" + }, + { + "Number": 10, + "Title": "Sky of Dream", + "Released": "20 Jun 2019", + "Genre": "ethno-tunes", + "Album": "Bursting bubbles" + } ] } ] @@ -547,7 +895,76 @@ "USBillboard200": 1, "Artist": "Kimmy McIlmorie", "Songs": [ - + { + "Number": 1, + "Title": "Storm of Sky", + "Released": "04 Mar 2019", + "Genre": "ethno-tunes", + "Album": "Here we go again" + }, + { + "Number": 2, + "Title": "Dream of Shadow", + "Released": "03 Jan 2019", + "Genre": "ethno-tunes", + "Album": "Here we go again" + }, + { + "Number": 3, + "Title": "Dream of Shadow", + "Released": "19 Dec 2019", + "Genre": "Electro house Electropop", + "Album": "Here we go again" + }, + { + "Number": 4, + "Title": "Golden Fire", + "Released": "20 Jan 2019", + "Genre": "R&B", + "Album": "Here we go again" + }, + { + "Number": 5, + "Title": "Running in the Light", + "Released": "03 Jan 2020", + "Genre": "Synth-pop R&B", + "Album": "Here we go again" + }, + { + "Number": 6, + "Title": "Flying in the Heart", + "Released": "17 Jan 2019", + "Genre": "*", + "Album": "Here we go again" + }, + { + "Number": 7, + "Title": "Fire of Storm", + "Released": "26 Jan 2019", + "Genre": "ethno-tunes", + "Album": "Here we go again" + }, + { + "Number": 8, + "Title": "Calling in the Sky", + "Released": "28 Oct 2019", + "Genre": "Synth-pop R&B", + "Album": "Here we go again" + }, + { + "Number": 9, + "Title": "Flying in the Shadow", + "Released": "30 Mar 2019", + "Genre": "ethno-tunes", + "Album": "Here we go again" + }, + { + "Number": 10, + "Title": "Golden Dancing", + "Released": "12 Oct 2019", + "Genre": "ethno-tunes", + "Album": "Here we go again" + } ] } ] @@ -771,7 +1188,76 @@ "USBillboard200": 85, "Artist": "Izabella Tabakova", "Songs": [ - + { + "Number": 1, + "Title": "Hiding in the Light", + "Released": "24 Jan 2019", + "Genre": "Synth-pop R&B", + "Album": "Dark matters" + }, + { + "Number": 2, + "Title": "Furious River", + "Released": "13 Jan 2020", + "Genre": "Electro house Electropop", + "Album": "Dark matters" + }, + { + "Number": 3, + "Title": "Wild Crying", + "Released": "27 Feb 2019", + "Genre": "Electro house Electropop", + "Album": "Dark matters" + }, + { + "Number": 4, + "Title": "Light of Dream", + "Released": "01 Jun 2019", + "Genre": "Crunk reggaeton", + "Album": "Dark matters" + }, + { + "Number": 5, + "Title": "Light of Dream", + "Released": "24 Aug 2019", + "Genre": "*", + "Album": "Dark matters" + }, + { + "Number": 6, + "Title": "Storm of Light", + "Released": "26 Feb 2019", + "Genre": "*", + "Album": "Dark matters" + }, + { + "Number": 7, + "Title": "Dark Storm", + "Released": "18 Jan 2020", + "Genre": "R&B", + "Album": "Dark matters" + }, + { + "Number": 8, + "Title": "Dark Calling", + "Released": "20 Mar 2019", + "Genre": "Crunk reggaeton", + "Album": "Dark matters" + }, + { + "Number": 9, + "Title": "Sky of Whisper", + "Released": "30 Jan 2019", + "Genre": "ethno-tunes", + "Album": "Dark matters" + }, + { + "Number": 10, + "Title": "Dancing in the Light", + "Released": "28 Nov 2019", + "Genre": "Synth-pop R&B", + "Album": "Dark matters" + } ] } ] @@ -795,7 +1281,76 @@ "USBillboard200": 5, "Artist": "Nguyễn Diệp Chi", "Songs": [ - + { + "Number": 1, + "Title": "Echo of River", + "Released": "05 Mar 2019", + "Genre": "Synth-pop R&B", + "Album": "Library of liberty" + }, + { + "Number": 2, + "Title": "Heart of River", + "Released": "12 Jan 2020", + "Genre": "Electro house Electropop", + "Album": "Library of liberty" + }, + { + "Number": 3, + "Title": "Dark Light", + "Released": "09 Aug 2019", + "Genre": "Electro house Electropop", + "Album": "Library of liberty" + }, + { + "Number": 4, + "Title": "Dark Fire", + "Released": "22 Jun 2019", + "Genre": "R&B", + "Album": "Library of liberty" + }, + { + "Number": 5, + "Title": "Flying in the Fire", + "Released": "22 Jul 2019", + "Genre": "*", + "Album": "Library of liberty" + }, + { + "Number": 6, + "Title": "Shadow of Heart", + "Released": "02 Jan 2020", + "Genre": "*", + "Album": "Library of liberty" + }, + { + "Number": 7, + "Title": "Fire of Fire", + "Released": "27 Jan 2019", + "Genre": "*", + "Album": "Library of liberty" + }, + { + "Number": 8, + "Title": "Falling in the River", + "Released": "05 Aug 2019", + "Genre": "Crunk reggaeton", + "Album": "Library of liberty" + }, + { + "Number": 9, + "Title": "Fire of Light", + "Released": "31 Dec 2019", + "Genre": "ethno-tunes", + "Album": "Library of liberty" + }, + { + "Number": 10, + "Title": "Bright Flying", + "Released": "24 Jan 2019", + "Genre": "*", + "Album": "Library of liberty" + } ] } ] @@ -819,7 +1374,76 @@ "USBillboard200": 29, "Artist": "Eva Lee", "Songs": [ - + { + "Number": 1, + "Title": "Dancing in the Shadow", + "Released": "02 Aug 2019", + "Genre": "ethno-tunes", + "Album": "Just a tease" + }, + { + "Number": 2, + "Title": "Silent Whisper", + "Released": "09 Jul 2019", + "Genre": "*", + "Album": "Just a tease" + }, + { + "Number": 3, + "Title": "Crying in the Whisper", + "Released": "30 May 2019", + "Genre": "Crunk reggaeton", + "Album": "Just a tease" + }, + { + "Number": 4, + "Title": "River of Light", + "Released": "10 Jan 2019", + "Genre": "Electro house Electropop", + "Album": "Just a tease" + }, + { + "Number": 5, + "Title": "Golden River", + "Released": "15 Nov 2019", + "Genre": "*", + "Album": "Just a tease" + }, + { + "Number": 6, + "Title": "Burning in the Shadow", + "Released": "18 Apr 2019", + "Genre": "Crunk reggaeton", + "Album": "Just a tease" + }, + { + "Number": 7, + "Title": "Shadow of Sky", + "Released": "06 Sep 2019", + "Genre": "Crunk reggaeton", + "Album": "Just a tease" + }, + { + "Number": 8, + "Title": "Gentle Waiting", + "Released": "05 Dec 2019", + "Genre": "R&B", + "Album": "Just a tease" + }, + { + "Number": 9, + "Title": "Bright River", + "Released": "27 Jan 2020", + "Genre": "R&B", + "Album": "Just a tease" + }, + { + "Number": 10, + "Title": "Heart of Storm", + "Released": "07 Jan 2019", + "Genre": "Synth-pop R&B", + "Album": "Just a tease" + } ] } ] @@ -1046,7 +1670,76 @@ "USBillboard200": 98, "Artist": "Pablo Cambeiro", "Songs": [ - + { + "Number": 1, + "Title": "Dancing in the Echo", + "Released": "03 Oct 2019", + "Genre": "Crunk reggaeton", + "Album": "Fluke" + }, + { + "Number": 2, + "Title": "Dream of Dream", + "Released": "03 Mar 2019", + "Genre": "*", + "Album": "Fluke" + }, + { + "Number": 3, + "Title": "Calling in the Echo", + "Released": "16 Sep 2019", + "Genre": "*", + "Album": "Fluke" + }, + { + "Number": 4, + "Title": "Light of Light", + "Released": "25 May 2019", + "Genre": "Electro house Electropop", + "Album": "Fluke" + }, + { + "Number": 5, + "Title": "Bright Light", + "Released": "21 Mar 2019", + "Genre": "R&B", + "Album": "Fluke" + }, + { + "Number": 6, + "Title": "Storm of Echo", + "Released": "17 Jul 2019", + "Genre": "Synth-pop R&B", + "Album": "Fluke" + }, + { + "Number": 7, + "Title": "Lonely Calling", + "Released": "10 Apr 2019", + "Genre": "ethno-tunes", + "Album": "Fluke" + }, + { + "Number": 8, + "Title": "Gentle Falling", + "Released": "28 Nov 2019", + "Genre": "Synth-pop R&B", + "Album": "Fluke" + }, + { + "Number": 9, + "Title": "Wild Flying", + "Released": "26 Nov 2019", + "Genre": "Crunk reggaeton", + "Album": "Fluke" + }, + { + "Number": 10, + "Title": "Sky of Dream", + "Released": "29 May 2019", + "Genre": "R&B", + "Album": "Fluke" + } ] }, { @@ -1142,7 +1835,76 @@ "USBillboard200": 77, "Artist": "Athar Malakooti", "Songs": [ - + { + "Number": 1, + "Title": "Hiding in the Whisper", + "Released": "03 Apr 2019", + "Genre": "R&B", + "Album": "Pushing up daisies" + }, + { + "Number": 2, + "Title": "Wicked Light", + "Released": "21 Aug 2019", + "Genre": "R&B", + "Album": "Pushing up daisies" + }, + { + "Number": 3, + "Title": "Flying in the River", + "Released": "03 Feb 2020", + "Genre": "Synth-pop R&B", + "Album": "Pushing up daisies" + }, + { + "Number": 4, + "Title": "Wicked Hiding", + "Released": "15 Sep 2019", + "Genre": "Synth-pop R&B", + "Album": "Pushing up daisies" + }, + { + "Number": 5, + "Title": "Lonely Light", + "Released": "13 May 2019", + "Genre": "Electro house Electropop", + "Album": "Pushing up daisies" + }, + { + "Number": 6, + "Title": "Bright Dancing", + "Released": "10 Apr 2019", + "Genre": "Synth-pop R&B", + "Album": "Pushing up daisies" + }, + { + "Number": 7, + "Title": "Gentle Dream", + "Released": "21 May 2019", + "Genre": "*", + "Album": "Pushing up daisies" + }, + { + "Number": 8, + "Title": "Sky of Echo", + "Released": "09 Jun 2019", + "Genre": "Synth-pop R&B", + "Album": "Pushing up daisies" + }, + { + "Number": 9, + "Title": "Breaking in the Sky", + "Released": "27 Dec 2019", + "Genre": "Crunk reggaeton", + "Album": "Pushing up daisies" + }, + { + "Number": 10, + "Title": "Whisper of Shadow", + "Released": "04 Jan 2019", + "Genre": "ethno-tunes", + "Album": "Pushing up daisies" + } ] } ] @@ -1179,7 +1941,76 @@ "USBillboard200": 9, "Artist": "Marti Valencia", "Songs": [ - + { + "Number": 1, + "Title": "Hiding in the Sky", + "Released": "26 Nov 2019", + "Genre": "Synth-pop R&B", + "Album": "Nemesis" + }, + { + "Number": 2, + "Title": "Waiting in the Echo", + "Released": "10 Jul 2019", + "Genre": "ethno-tunes", + "Album": "Nemesis" + }, + { + "Number": 3, + "Title": "Wicked Shadow", + "Released": "29 Jul 2019", + "Genre": "Synth-pop R&B", + "Album": "Nemesis" + }, + { + "Number": 4, + "Title": "Crying in the Whisper", + "Released": "09 Apr 2019", + "Genre": "*", + "Album": "Nemesis" + }, + { + "Number": 5, + "Title": "Echo of Storm", + "Released": "19 Nov 2019", + "Genre": "Crunk reggaeton", + "Album": "Nemesis" + }, + { + "Number": 6, + "Title": "Shadow of Sky", + "Released": "24 Jul 2019", + "Genre": "Crunk reggaeton", + "Album": "Nemesis" + }, + { + "Number": 7, + "Title": "Golden Hiding", + "Released": "12 Dec 2019", + "Genre": "Electro house Electropop", + "Album": "Nemesis" + }, + { + "Number": 8, + "Title": "Wild Dancing", + "Released": "17 Aug 2019", + "Genre": "Synth-pop R&B", + "Album": "Nemesis" + }, + { + "Number": 9, + "Title": "Bright Burning", + "Released": "30 Aug 2019", + "Genre": "Electro house Electropop", + "Album": "Nemesis" + }, + { + "Number": 10, + "Title": "Flying in the River", + "Released": "02 Sep 2019", + "Genre": "*", + "Album": "Nemesis" + } ] }, { @@ -1282,7 +2113,76 @@ "USBillboard200": 37, "Artist": "Marti Valencia", "Songs": [ - + { + "Number": 1, + "Title": "Wild River", + "Released": "11 Jan 2019", + "Genre": "*", + "Album": "God's advocate" + }, + { + "Number": 2, + "Title": "Wicked Whisper", + "Released": "16 Feb 2019", + "Genre": "Electro house Electropop", + "Album": "God's advocate" + }, + { + "Number": 3, + "Title": "Storm of Heart", + "Released": "11 Aug 2019", + "Genre": "*", + "Album": "God's advocate" + }, + { + "Number": 4, + "Title": "Golden Dancing", + "Released": "02 Mar 2019", + "Genre": "Crunk reggaeton", + "Album": "God's advocate" + }, + { + "Number": 5, + "Title": "Calling in the Sky", + "Released": "10 Sep 2019", + "Genre": "Electro house Electropop", + "Album": "God's advocate" + }, + { + "Number": 6, + "Title": "Calling in the Heart", + "Released": "12 Jan 2019", + "Genre": "ethno-tunes", + "Album": "God's advocate" + }, + { + "Number": 7, + "Title": "Running in the Storm", + "Released": "10 Nov 2019", + "Genre": "Synth-pop R&B", + "Album": "God's advocate" + }, + { + "Number": 8, + "Title": "Wild Sky", + "Released": "10 Apr 2019", + "Genre": "R&B", + "Album": "God's advocate" + }, + { + "Number": 9, + "Title": "Crying in the Shadow", + "Released": "02 Mar 2019", + "Genre": "R&B", + "Album": "God's advocate" + }, + { + "Number": 10, + "Title": "Whisper of River", + "Released": "12 May 2019", + "Genre": "*", + "Album": "God's advocate" + } ] } ] @@ -1306,7 +2206,76 @@ "USBillboard200": 7, "Artist": "Alicia Stanger", "Songs": [ - + { + "Number": 1, + "Title": "Shadow of Light", + "Released": "24 Mar 2019", + "Genre": "ethno-tunes", + "Album": "Forever alone" + }, + { + "Number": 2, + "Title": "Running in the Echo", + "Released": "03 May 2019", + "Genre": "Crunk reggaeton", + "Album": "Forever alone" + }, + { + "Number": 3, + "Title": "Gentle Dream", + "Released": "24 Aug 2019", + "Genre": "Crunk reggaeton", + "Album": "Forever alone" + }, + { + "Number": 4, + "Title": "Furious River", + "Released": "24 Apr 2019", + "Genre": "ethno-tunes", + "Album": "Forever alone" + }, + { + "Number": 5, + "Title": "Wild Whisper", + "Released": "09 Mar 2019", + "Genre": "ethno-tunes", + "Album": "Forever alone" + }, + { + "Number": 6, + "Title": "Whisper of Sky", + "Released": "24 Jul 2019", + "Genre": "Crunk reggaeton", + "Album": "Forever alone" + }, + { + "Number": 7, + "Title": "Lonely Storm", + "Released": "01 May 2019", + "Genre": "Crunk reggaeton", + "Album": "Forever alone" + }, + { + "Number": 8, + "Title": "Dancing in the River", + "Released": "17 Dec 2019", + "Genre": "*", + "Album": "Forever alone" + }, + { + "Number": 9, + "Title": "Electric Fire", + "Released": "17 Oct 2019", + "Genre": "Electro house Electropop", + "Album": "Forever alone" + }, + { + "Number": 10, + "Title": "Electric Sky", + "Released": "25 Sep 2019", + "Genre": "ethno-tunes", + "Album": "Forever alone" + } ] } ] @@ -1371,7 +2340,76 @@ "USBillboard200": 35, "Artist": "Peter Taylor", "Songs": [ - + { + "Number": 1, + "Title": "Calling in the Dream", + "Released": "01 Aug 2019", + "Genre": "R&B", + "Album": "Decisions decisions" + }, + { + "Number": 2, + "Title": "Electric Burning", + "Released": "10 Sep 2019", + "Genre": "Electro house Electropop", + "Album": "Decisions decisions" + }, + { + "Number": 3, + "Title": "Dark Flying", + "Released": "28 Apr 2019", + "Genre": "*", + "Album": "Decisions decisions" + }, + { + "Number": 4, + "Title": "Gentle Sky", + "Released": "20 Nov 2019", + "Genre": "ethno-tunes", + "Album": "Decisions decisions" + }, + { + "Number": 5, + "Title": "Gentle Calling", + "Released": "13 Jan 2019", + "Genre": "Crunk reggaeton", + "Album": "Decisions decisions" + }, + { + "Number": 6, + "Title": "Golden Falling", + "Released": "14 Feb 2019", + "Genre": "Crunk reggaeton", + "Album": "Decisions decisions" + }, + { + "Number": 7, + "Title": "Silent River", + "Released": "13 Feb 2019", + "Genre": "R&B", + "Album": "Decisions decisions" + }, + { + "Number": 8, + "Title": "Furious Calling", + "Released": "11 Jun 2019", + "Genre": "Synth-pop R&B", + "Album": "Decisions decisions" + }, + { + "Number": 9, + "Title": "Running in the Echo", + "Released": "06 Nov 2019", + "Genre": "Electro house Electropop", + "Album": "Decisions decisions" + }, + { + "Number": 10, + "Title": "Furious River", + "Released": "12 Mar 2019", + "Genre": "*", + "Album": "Decisions decisions" + } ] }, { @@ -1381,7 +2419,76 @@ "USBillboard200": 89, "Artist": "Peter Taylor", "Songs": [ - + { + "Number": 1, + "Title": "Dark Crying", + "Released": "27 Apr 2019", + "Genre": "Electro house Electropop", + "Album": "Climate changed" + }, + { + "Number": 2, + "Title": "Dark Waiting", + "Released": "14 Nov 2019", + "Genre": "Synth-pop R&B", + "Album": "Climate changed" + }, + { + "Number": 3, + "Title": "Furious Waiting", + "Released": "23 May 2019", + "Genre": "*", + "Album": "Climate changed" + }, + { + "Number": 4, + "Title": "Running in the Echo", + "Released": "29 Nov 2019", + "Genre": "Crunk reggaeton", + "Album": "Climate changed" + }, + { + "Number": 5, + "Title": "Dream of Sky", + "Released": "31 Oct 2019", + "Genre": "Crunk reggaeton", + "Album": "Climate changed" + }, + { + "Number": 6, + "Title": "Hiding in the Heart", + "Released": "09 Aug 2019", + "Genre": "R&B", + "Album": "Climate changed" + }, + { + "Number": 7, + "Title": "Sky of Storm", + "Released": "01 Jun 2019", + "Genre": "R&B", + "Album": "Climate changed" + }, + { + "Number": 8, + "Title": "Light of Storm", + "Released": "17 Jan 2020", + "Genre": "ethno-tunes", + "Album": "Climate changed" + }, + { + "Number": 9, + "Title": "Light of Sky", + "Released": "26 May 2019", + "Genre": "*", + "Album": "Climate changed" + }, + { + "Number": 10, + "Title": "Golden River", + "Released": "19 Jun 2019", + "Genre": "*", + "Album": "Climate changed" + } ] } ] diff --git a/samples/grids/hierarchical-grid/row-classes/src/SingersData.json b/samples/grids/hierarchical-grid/row-classes/src/SingersData.json index f7508f3c9a..75ec4ec561 100644 --- a/samples/grids/hierarchical-grid/row-classes/src/SingersData.json +++ b/samples/grids/hierarchical-grid/row-classes/src/SingersData.json @@ -78,7 +78,79 @@ "LaunchDate": "September 3, 2013", "BillboardReview": 86, "USBillboard200": 1, - "Artist": "Naomí Yepes" + "Artist": "Naomí Yepes", + "Songs": [ + { + "Number": 1, + "Title": "Lonely Falling", + "Released": "01 May 2019", + "Genre": "*", + "Album": "Initiation" + }, + { + "Number": 2, + "Title": "Bright Breaking", + "Released": "25 Jul 2019", + "Genre": "Electro house Electropop", + "Album": "Initiation" + }, + { + "Number": 3, + "Title": "River of Whisper", + "Released": "29 Jan 2020", + "Genre": "Electro house Electropop", + "Album": "Initiation" + }, + { + "Number": 4, + "Title": "Sky of Storm", + "Released": "07 May 2019", + "Genre": "Electro house Electropop", + "Album": "Initiation" + }, + { + "Number": 5, + "Title": "Electric River", + "Released": "20 Jan 2020", + "Genre": "R&B", + "Album": "Initiation" + }, + { + "Number": 6, + "Title": "Storm of Storm", + "Released": "01 Sep 2019", + "Genre": "Crunk reggaeton", + "Album": "Initiation" + }, + { + "Number": 7, + "Title": "Fire of Dream", + "Released": "12 Sep 2019", + "Genre": "Electro house Electropop", + "Album": "Initiation" + }, + { + "Number": 8, + "Title": "Burning in the Light", + "Released": "15 Apr 2019", + "Genre": "*", + "Album": "Initiation" + }, + { + "Number": 9, + "Title": "Burning in the Storm", + "Released": "10 Sep 2019", + "Genre": "Electro house Electropop", + "Album": "Initiation" + }, + { + "Number": 10, + "Title": "Shadow of Whisper", + "Released": "06 Jan 2019", + "Genre": "Crunk reggaeton", + "Album": "Initiation" + } + ] }, { "Album": "Dream Driven", @@ -90,7 +162,7 @@ { "Number": 1, "Title": "Intro", - "Released": false, + "Released": "10 Sep 2019", "Genre": "*", "Album": "Dream Driven" }, @@ -111,7 +183,7 @@ { "Number": 4, "Title": "Future past", - "Released": false, + "Released": "20 Sep 2011", "Genre": "*", "Album": "Dream Driven" }, @@ -132,14 +204,14 @@ { "Number": 7, "Title": "Stay where you are", - "Released": false, + "Released": "14 Sep 2013", "Genre": "*", "Album": "Dream Driven" }, { "Number": 8, "Title": "Imaginarium", - "Released": false, + "Released": "20 Sep 2021", "Genre": "*", "Album": "Dream Driven" }, @@ -153,21 +225,21 @@ { "Number": 10, "Title": "Shredded into pieces", - "Released": false, + "Released": "11 Sep 2015", "Genre": "*", "Album": "Dream Driven" }, { "Number": 11, "Title": "Capture this moment", - "Released": false, + "Released": "13 Sep 2016", "Genre": "*", "Album": "Dream Driven" }, { "Number": 12, "Title": "Dream Driven", - "Released": false, + "Released": "14 Sep 2014", "Genre": "*", "Album": "Dream Driven" } @@ -180,7 +252,76 @@ "USBillboard200": 2, "Artist": "Naomí Yepes", "Songs": [ - + { + "Number": 1, + "Title": "Calling in the Storm", + "Released": "12 Mar 2019", + "Genre": "Electro house Electropop", + "Album": "The dragon journey" + }, + { + "Number": 2, + "Title": "Hiding in the Dream", + "Released": "23 Mar 2019", + "Genre": "R&B", + "Album": "The dragon journey" + }, + { + "Number": 3, + "Title": "Electric Heart", + "Released": "17 Mar 2019", + "Genre": "ethno-tunes", + "Album": "The dragon journey" + }, + { + "Number": 4, + "Title": "Shadow of Echo", + "Released": "20 Feb 2019", + "Genre": "ethno-tunes", + "Album": "The dragon journey" + }, + { + "Number": 5, + "Title": "Flying in the Storm", + "Released": "08 Apr 2019", + "Genre": "R&B", + "Album": "The dragon journey" + }, + { + "Number": 6, + "Title": "Dark Waiting", + "Released": "20 Oct 2019", + "Genre": "Synth-pop R&B", + "Album": "The dragon journey" + }, + { + "Number": 7, + "Title": "Fire of River", + "Released": "20 Feb 2019", + "Genre": "Synth-pop R&B", + "Album": "The dragon journey" + }, + { + "Number": 8, + "Title": "Wild Crying", + "Released": "14 Jun 2019", + "Genre": "R&B", + "Album": "The dragon journey" + }, + { + "Number": 9, + "Title": "Bright Dancing", + "Released": "14 Mar 2019", + "Genre": "Electro house Electropop", + "Album": "The dragon journey" + }, + { + "Number": 10, + "Title": "Golden Waiting", + "Released": "12 Sep 2019", + "Genre": "Synth-pop R&B", + "Album": "The dragon journey" + } ] }, { @@ -276,7 +417,76 @@ "USBillboard200": 12, "Artist": "Naomí Yepes", "Songs": [ - + { + "Number": 1, + "Title": "Storm of Dream", + "Released": "05 Jan 2019", + "Genre": "*", + "Album": "Curiosity" + }, + { + "Number": 2, + "Title": "Echo of Dream", + "Released": "28 Jan 2019", + "Genre": "Synth-pop R&B", + "Album": "Curiosity" + }, + { + "Number": 3, + "Title": "Light of Shadow", + "Released": "07 Feb 2019", + "Genre": "Synth-pop R&B", + "Album": "Curiosity" + }, + { + "Number": 4, + "Title": "Storm of Heart", + "Released": "05 Jan 2020", + "Genre": "Electro house Electropop", + "Album": "Curiosity" + }, + { + "Number": 5, + "Title": "Shadow of River", + "Released": "27 Feb 2019", + "Genre": "*", + "Album": "Curiosity" + }, + { + "Number": 6, + "Title": "Wicked Dancing", + "Released": "17 Jan 2020", + "Genre": "ethno-tunes", + "Album": "Curiosity" + }, + { + "Number": 7, + "Title": "River of Light", + "Released": "22 Feb 2019", + "Genre": "R&B", + "Album": "Curiosity" + }, + { + "Number": 8, + "Title": "Lonely Breaking", + "Released": "09 Sep 2019", + "Genre": "ethno-tunes", + "Album": "Curiosity" + }, + { + "Number": 9, + "Title": "Furious Flying", + "Released": "08 Jun 2019", + "Genre": "R&B", + "Album": "Curiosity" + }, + { + "Number": 10, + "Title": "Hiding in the Storm", + "Released": "27 May 2019", + "Genre": "Electro house Electropop", + "Album": "Curiosity" + } ] } ] @@ -513,7 +723,76 @@ "USBillboard200": 69, "Artist": "Ahmad Nazeri", "Songs": [ - + { + "Number": 1, + "Title": "Gentle Falling", + "Released": "26 Apr 2019", + "Genre": "Crunk reggaeton", + "Album": "Emergency" + }, + { + "Number": 2, + "Title": "Calling in the Fire", + "Released": "03 Sep 2019", + "Genre": "ethno-tunes", + "Album": "Emergency" + }, + { + "Number": 3, + "Title": "Fire of Shadow", + "Released": "05 Jan 2019", + "Genre": "ethno-tunes", + "Album": "Emergency" + }, + { + "Number": 4, + "Title": "Dancing in the Dream", + "Released": "15 Apr 2019", + "Genre": "R&B", + "Album": "Emergency" + }, + { + "Number": 5, + "Title": "Calling in the Shadow", + "Released": "09 Oct 2019", + "Genre": "R&B", + "Album": "Emergency" + }, + { + "Number": 6, + "Title": "Falling in the Sky", + "Released": "08 Mar 2019", + "Genre": "ethno-tunes", + "Album": "Emergency" + }, + { + "Number": 7, + "Title": "Calling in the Storm", + "Released": "05 Dec 2019", + "Genre": "ethno-tunes", + "Album": "Emergency" + }, + { + "Number": 8, + "Title": "Falling in the River", + "Released": "19 Aug 2019", + "Genre": "Electro house Electropop", + "Album": "Emergency" + }, + { + "Number": 9, + "Title": "Electric Fire", + "Released": "30 Nov 2019", + "Genre": "Crunk reggaeton", + "Album": "Emergency" + }, + { + "Number": 10, + "Title": "Lonely River", + "Released": "11 Nov 2019", + "Genre": "Electro house Electropop", + "Album": "Emergency" + } ] }, { @@ -523,7 +802,76 @@ "USBillboard200": 39, "Artist": "Ahmad Nazeri", "Songs": [ - + { + "Number": 1, + "Title": "Lonely Dream", + "Released": "11 Dec 2019", + "Genre": "ethno-tunes", + "Album": "Bursting bubbles" + }, + { + "Number": 2, + "Title": "Fire of River", + "Released": "01 Aug 2019", + "Genre": "Synth-pop R&B", + "Album": "Bursting bubbles" + }, + { + "Number": 3, + "Title": "Wicked Falling", + "Released": "25 Jan 2019", + "Genre": "*", + "Album": "Bursting bubbles" + }, + { + "Number": 4, + "Title": "Crying in the Shadow", + "Released": "04 Jan 2019", + "Genre": "Synth-pop R&B", + "Album": "Bursting bubbles" + }, + { + "Number": 5, + "Title": "Wild Burning", + "Released": "10 May 2019", + "Genre": "ethno-tunes", + "Album": "Bursting bubbles" + }, + { + "Number": 6, + "Title": "Waiting in the Heart", + "Released": "07 Aug 2019", + "Genre": "ethno-tunes", + "Album": "Bursting bubbles" + }, + { + "Number": 7, + "Title": "Fire of Fire", + "Released": "16 May 2019", + "Genre": "Electro house Electropop", + "Album": "Bursting bubbles" + }, + { + "Number": 8, + "Title": "Bright Heart", + "Released": "14 Mar 2019", + "Genre": "Synth-pop R&B", + "Album": "Bursting bubbles" + }, + { + "Number": 9, + "Title": "Lonely Fire", + "Released": "15 Oct 2019", + "Genre": "R&B", + "Album": "Bursting bubbles" + }, + { + "Number": 10, + "Title": "Sky of Dream", + "Released": "20 Jun 2019", + "Genre": "ethno-tunes", + "Album": "Bursting bubbles" + } ] } ] @@ -547,7 +895,76 @@ "USBillboard200": 1, "Artist": "Kimmy McIlmorie", "Songs": [ - + { + "Number": 1, + "Title": "Storm of Sky", + "Released": "04 Mar 2019", + "Genre": "ethno-tunes", + "Album": "Here we go again" + }, + { + "Number": 2, + "Title": "Dream of Shadow", + "Released": "03 Jan 2019", + "Genre": "ethno-tunes", + "Album": "Here we go again" + }, + { + "Number": 3, + "Title": "Dream of Shadow", + "Released": "19 Dec 2019", + "Genre": "Electro house Electropop", + "Album": "Here we go again" + }, + { + "Number": 4, + "Title": "Golden Fire", + "Released": "20 Jan 2019", + "Genre": "R&B", + "Album": "Here we go again" + }, + { + "Number": 5, + "Title": "Running in the Light", + "Released": "03 Jan 2020", + "Genre": "Synth-pop R&B", + "Album": "Here we go again" + }, + { + "Number": 6, + "Title": "Flying in the Heart", + "Released": "17 Jan 2019", + "Genre": "*", + "Album": "Here we go again" + }, + { + "Number": 7, + "Title": "Fire of Storm", + "Released": "26 Jan 2019", + "Genre": "ethno-tunes", + "Album": "Here we go again" + }, + { + "Number": 8, + "Title": "Calling in the Sky", + "Released": "28 Oct 2019", + "Genre": "Synth-pop R&B", + "Album": "Here we go again" + }, + { + "Number": 9, + "Title": "Flying in the Shadow", + "Released": "30 Mar 2019", + "Genre": "ethno-tunes", + "Album": "Here we go again" + }, + { + "Number": 10, + "Title": "Golden Dancing", + "Released": "12 Oct 2019", + "Genre": "ethno-tunes", + "Album": "Here we go again" + } ] } ] @@ -771,7 +1188,76 @@ "USBillboard200": 85, "Artist": "Izabella Tabakova", "Songs": [ - + { + "Number": 1, + "Title": "Hiding in the Light", + "Released": "24 Jan 2019", + "Genre": "Synth-pop R&B", + "Album": "Dark matters" + }, + { + "Number": 2, + "Title": "Furious River", + "Released": "13 Jan 2020", + "Genre": "Electro house Electropop", + "Album": "Dark matters" + }, + { + "Number": 3, + "Title": "Wild Crying", + "Released": "27 Feb 2019", + "Genre": "Electro house Electropop", + "Album": "Dark matters" + }, + { + "Number": 4, + "Title": "Light of Dream", + "Released": "01 Jun 2019", + "Genre": "Crunk reggaeton", + "Album": "Dark matters" + }, + { + "Number": 5, + "Title": "Light of Dream", + "Released": "24 Aug 2019", + "Genre": "*", + "Album": "Dark matters" + }, + { + "Number": 6, + "Title": "Storm of Light", + "Released": "26 Feb 2019", + "Genre": "*", + "Album": "Dark matters" + }, + { + "Number": 7, + "Title": "Dark Storm", + "Released": "18 Jan 2020", + "Genre": "R&B", + "Album": "Dark matters" + }, + { + "Number": 8, + "Title": "Dark Calling", + "Released": "20 Mar 2019", + "Genre": "Crunk reggaeton", + "Album": "Dark matters" + }, + { + "Number": 9, + "Title": "Sky of Whisper", + "Released": "30 Jan 2019", + "Genre": "ethno-tunes", + "Album": "Dark matters" + }, + { + "Number": 10, + "Title": "Dancing in the Light", + "Released": "28 Nov 2019", + "Genre": "Synth-pop R&B", + "Album": "Dark matters" + } ] } ] @@ -795,7 +1281,76 @@ "USBillboard200": 5, "Artist": "Nguyễn Diệp Chi", "Songs": [ - + { + "Number": 1, + "Title": "Echo of River", + "Released": "05 Mar 2019", + "Genre": "Synth-pop R&B", + "Album": "Library of liberty" + }, + { + "Number": 2, + "Title": "Heart of River", + "Released": "12 Jan 2020", + "Genre": "Electro house Electropop", + "Album": "Library of liberty" + }, + { + "Number": 3, + "Title": "Dark Light", + "Released": "09 Aug 2019", + "Genre": "Electro house Electropop", + "Album": "Library of liberty" + }, + { + "Number": 4, + "Title": "Dark Fire", + "Released": "22 Jun 2019", + "Genre": "R&B", + "Album": "Library of liberty" + }, + { + "Number": 5, + "Title": "Flying in the Fire", + "Released": "22 Jul 2019", + "Genre": "*", + "Album": "Library of liberty" + }, + { + "Number": 6, + "Title": "Shadow of Heart", + "Released": "02 Jan 2020", + "Genre": "*", + "Album": "Library of liberty" + }, + { + "Number": 7, + "Title": "Fire of Fire", + "Released": "27 Jan 2019", + "Genre": "*", + "Album": "Library of liberty" + }, + { + "Number": 8, + "Title": "Falling in the River", + "Released": "05 Aug 2019", + "Genre": "Crunk reggaeton", + "Album": "Library of liberty" + }, + { + "Number": 9, + "Title": "Fire of Light", + "Released": "31 Dec 2019", + "Genre": "ethno-tunes", + "Album": "Library of liberty" + }, + { + "Number": 10, + "Title": "Bright Flying", + "Released": "24 Jan 2019", + "Genre": "*", + "Album": "Library of liberty" + } ] } ] @@ -819,7 +1374,76 @@ "USBillboard200": 29, "Artist": "Eva Lee", "Songs": [ - + { + "Number": 1, + "Title": "Dancing in the Shadow", + "Released": "02 Aug 2019", + "Genre": "ethno-tunes", + "Album": "Just a tease" + }, + { + "Number": 2, + "Title": "Silent Whisper", + "Released": "09 Jul 2019", + "Genre": "*", + "Album": "Just a tease" + }, + { + "Number": 3, + "Title": "Crying in the Whisper", + "Released": "30 May 2019", + "Genre": "Crunk reggaeton", + "Album": "Just a tease" + }, + { + "Number": 4, + "Title": "River of Light", + "Released": "10 Jan 2019", + "Genre": "Electro house Electropop", + "Album": "Just a tease" + }, + { + "Number": 5, + "Title": "Golden River", + "Released": "15 Nov 2019", + "Genre": "*", + "Album": "Just a tease" + }, + { + "Number": 6, + "Title": "Burning in the Shadow", + "Released": "18 Apr 2019", + "Genre": "Crunk reggaeton", + "Album": "Just a tease" + }, + { + "Number": 7, + "Title": "Shadow of Sky", + "Released": "06 Sep 2019", + "Genre": "Crunk reggaeton", + "Album": "Just a tease" + }, + { + "Number": 8, + "Title": "Gentle Waiting", + "Released": "05 Dec 2019", + "Genre": "R&B", + "Album": "Just a tease" + }, + { + "Number": 9, + "Title": "Bright River", + "Released": "27 Jan 2020", + "Genre": "R&B", + "Album": "Just a tease" + }, + { + "Number": 10, + "Title": "Heart of Storm", + "Released": "07 Jan 2019", + "Genre": "Synth-pop R&B", + "Album": "Just a tease" + } ] } ] @@ -1046,7 +1670,76 @@ "USBillboard200": 98, "Artist": "Pablo Cambeiro", "Songs": [ - + { + "Number": 1, + "Title": "Dancing in the Echo", + "Released": "03 Oct 2019", + "Genre": "Crunk reggaeton", + "Album": "Fluke" + }, + { + "Number": 2, + "Title": "Dream of Dream", + "Released": "03 Mar 2019", + "Genre": "*", + "Album": "Fluke" + }, + { + "Number": 3, + "Title": "Calling in the Echo", + "Released": "16 Sep 2019", + "Genre": "*", + "Album": "Fluke" + }, + { + "Number": 4, + "Title": "Light of Light", + "Released": "25 May 2019", + "Genre": "Electro house Electropop", + "Album": "Fluke" + }, + { + "Number": 5, + "Title": "Bright Light", + "Released": "21 Mar 2019", + "Genre": "R&B", + "Album": "Fluke" + }, + { + "Number": 6, + "Title": "Storm of Echo", + "Released": "17 Jul 2019", + "Genre": "Synth-pop R&B", + "Album": "Fluke" + }, + { + "Number": 7, + "Title": "Lonely Calling", + "Released": "10 Apr 2019", + "Genre": "ethno-tunes", + "Album": "Fluke" + }, + { + "Number": 8, + "Title": "Gentle Falling", + "Released": "28 Nov 2019", + "Genre": "Synth-pop R&B", + "Album": "Fluke" + }, + { + "Number": 9, + "Title": "Wild Flying", + "Released": "26 Nov 2019", + "Genre": "Crunk reggaeton", + "Album": "Fluke" + }, + { + "Number": 10, + "Title": "Sky of Dream", + "Released": "29 May 2019", + "Genre": "R&B", + "Album": "Fluke" + } ] }, { @@ -1142,7 +1835,76 @@ "USBillboard200": 77, "Artist": "Athar Malakooti", "Songs": [ - + { + "Number": 1, + "Title": "Hiding in the Whisper", + "Released": "03 Apr 2019", + "Genre": "R&B", + "Album": "Pushing up daisies" + }, + { + "Number": 2, + "Title": "Wicked Light", + "Released": "21 Aug 2019", + "Genre": "R&B", + "Album": "Pushing up daisies" + }, + { + "Number": 3, + "Title": "Flying in the River", + "Released": "03 Feb 2020", + "Genre": "Synth-pop R&B", + "Album": "Pushing up daisies" + }, + { + "Number": 4, + "Title": "Wicked Hiding", + "Released": "15 Sep 2019", + "Genre": "Synth-pop R&B", + "Album": "Pushing up daisies" + }, + { + "Number": 5, + "Title": "Lonely Light", + "Released": "13 May 2019", + "Genre": "Electro house Electropop", + "Album": "Pushing up daisies" + }, + { + "Number": 6, + "Title": "Bright Dancing", + "Released": "10 Apr 2019", + "Genre": "Synth-pop R&B", + "Album": "Pushing up daisies" + }, + { + "Number": 7, + "Title": "Gentle Dream", + "Released": "21 May 2019", + "Genre": "*", + "Album": "Pushing up daisies" + }, + { + "Number": 8, + "Title": "Sky of Echo", + "Released": "09 Jun 2019", + "Genre": "Synth-pop R&B", + "Album": "Pushing up daisies" + }, + { + "Number": 9, + "Title": "Breaking in the Sky", + "Released": "27 Dec 2019", + "Genre": "Crunk reggaeton", + "Album": "Pushing up daisies" + }, + { + "Number": 10, + "Title": "Whisper of Shadow", + "Released": "04 Jan 2019", + "Genre": "ethno-tunes", + "Album": "Pushing up daisies" + } ] } ] @@ -1179,7 +1941,76 @@ "USBillboard200": 9, "Artist": "Marti Valencia", "Songs": [ - + { + "Number": 1, + "Title": "Hiding in the Sky", + "Released": "26 Nov 2019", + "Genre": "Synth-pop R&B", + "Album": "Nemesis" + }, + { + "Number": 2, + "Title": "Waiting in the Echo", + "Released": "10 Jul 2019", + "Genre": "ethno-tunes", + "Album": "Nemesis" + }, + { + "Number": 3, + "Title": "Wicked Shadow", + "Released": "29 Jul 2019", + "Genre": "Synth-pop R&B", + "Album": "Nemesis" + }, + { + "Number": 4, + "Title": "Crying in the Whisper", + "Released": "09 Apr 2019", + "Genre": "*", + "Album": "Nemesis" + }, + { + "Number": 5, + "Title": "Echo of Storm", + "Released": "19 Nov 2019", + "Genre": "Crunk reggaeton", + "Album": "Nemesis" + }, + { + "Number": 6, + "Title": "Shadow of Sky", + "Released": "24 Jul 2019", + "Genre": "Crunk reggaeton", + "Album": "Nemesis" + }, + { + "Number": 7, + "Title": "Golden Hiding", + "Released": "12 Dec 2019", + "Genre": "Electro house Electropop", + "Album": "Nemesis" + }, + { + "Number": 8, + "Title": "Wild Dancing", + "Released": "17 Aug 2019", + "Genre": "Synth-pop R&B", + "Album": "Nemesis" + }, + { + "Number": 9, + "Title": "Bright Burning", + "Released": "30 Aug 2019", + "Genre": "Electro house Electropop", + "Album": "Nemesis" + }, + { + "Number": 10, + "Title": "Flying in the River", + "Released": "02 Sep 2019", + "Genre": "*", + "Album": "Nemesis" + } ] }, { @@ -1282,7 +2113,76 @@ "USBillboard200": 37, "Artist": "Marti Valencia", "Songs": [ - + { + "Number": 1, + "Title": "Wild River", + "Released": "11 Jan 2019", + "Genre": "*", + "Album": "God's advocate" + }, + { + "Number": 2, + "Title": "Wicked Whisper", + "Released": "16 Feb 2019", + "Genre": "Electro house Electropop", + "Album": "God's advocate" + }, + { + "Number": 3, + "Title": "Storm of Heart", + "Released": "11 Aug 2019", + "Genre": "*", + "Album": "God's advocate" + }, + { + "Number": 4, + "Title": "Golden Dancing", + "Released": "02 Mar 2019", + "Genre": "Crunk reggaeton", + "Album": "God's advocate" + }, + { + "Number": 5, + "Title": "Calling in the Sky", + "Released": "10 Sep 2019", + "Genre": "Electro house Electropop", + "Album": "God's advocate" + }, + { + "Number": 6, + "Title": "Calling in the Heart", + "Released": "12 Jan 2019", + "Genre": "ethno-tunes", + "Album": "God's advocate" + }, + { + "Number": 7, + "Title": "Running in the Storm", + "Released": "10 Nov 2019", + "Genre": "Synth-pop R&B", + "Album": "God's advocate" + }, + { + "Number": 8, + "Title": "Wild Sky", + "Released": "10 Apr 2019", + "Genre": "R&B", + "Album": "God's advocate" + }, + { + "Number": 9, + "Title": "Crying in the Shadow", + "Released": "02 Mar 2019", + "Genre": "R&B", + "Album": "God's advocate" + }, + { + "Number": 10, + "Title": "Whisper of River", + "Released": "12 May 2019", + "Genre": "*", + "Album": "God's advocate" + } ] } ] @@ -1306,7 +2206,76 @@ "USBillboard200": 7, "Artist": "Alicia Stanger", "Songs": [ - + { + "Number": 1, + "Title": "Shadow of Light", + "Released": "24 Mar 2019", + "Genre": "ethno-tunes", + "Album": "Forever alone" + }, + { + "Number": 2, + "Title": "Running in the Echo", + "Released": "03 May 2019", + "Genre": "Crunk reggaeton", + "Album": "Forever alone" + }, + { + "Number": 3, + "Title": "Gentle Dream", + "Released": "24 Aug 2019", + "Genre": "Crunk reggaeton", + "Album": "Forever alone" + }, + { + "Number": 4, + "Title": "Furious River", + "Released": "24 Apr 2019", + "Genre": "ethno-tunes", + "Album": "Forever alone" + }, + { + "Number": 5, + "Title": "Wild Whisper", + "Released": "09 Mar 2019", + "Genre": "ethno-tunes", + "Album": "Forever alone" + }, + { + "Number": 6, + "Title": "Whisper of Sky", + "Released": "24 Jul 2019", + "Genre": "Crunk reggaeton", + "Album": "Forever alone" + }, + { + "Number": 7, + "Title": "Lonely Storm", + "Released": "01 May 2019", + "Genre": "Crunk reggaeton", + "Album": "Forever alone" + }, + { + "Number": 8, + "Title": "Dancing in the River", + "Released": "17 Dec 2019", + "Genre": "*", + "Album": "Forever alone" + }, + { + "Number": 9, + "Title": "Electric Fire", + "Released": "17 Oct 2019", + "Genre": "Electro house Electropop", + "Album": "Forever alone" + }, + { + "Number": 10, + "Title": "Electric Sky", + "Released": "25 Sep 2019", + "Genre": "ethno-tunes", + "Album": "Forever alone" + } ] } ] @@ -1371,7 +2340,76 @@ "USBillboard200": 35, "Artist": "Peter Taylor", "Songs": [ - + { + "Number": 1, + "Title": "Calling in the Dream", + "Released": "01 Aug 2019", + "Genre": "R&B", + "Album": "Decisions decisions" + }, + { + "Number": 2, + "Title": "Electric Burning", + "Released": "10 Sep 2019", + "Genre": "Electro house Electropop", + "Album": "Decisions decisions" + }, + { + "Number": 3, + "Title": "Dark Flying", + "Released": "28 Apr 2019", + "Genre": "*", + "Album": "Decisions decisions" + }, + { + "Number": 4, + "Title": "Gentle Sky", + "Released": "20 Nov 2019", + "Genre": "ethno-tunes", + "Album": "Decisions decisions" + }, + { + "Number": 5, + "Title": "Gentle Calling", + "Released": "13 Jan 2019", + "Genre": "Crunk reggaeton", + "Album": "Decisions decisions" + }, + { + "Number": 6, + "Title": "Golden Falling", + "Released": "14 Feb 2019", + "Genre": "Crunk reggaeton", + "Album": "Decisions decisions" + }, + { + "Number": 7, + "Title": "Silent River", + "Released": "13 Feb 2019", + "Genre": "R&B", + "Album": "Decisions decisions" + }, + { + "Number": 8, + "Title": "Furious Calling", + "Released": "11 Jun 2019", + "Genre": "Synth-pop R&B", + "Album": "Decisions decisions" + }, + { + "Number": 9, + "Title": "Running in the Echo", + "Released": "06 Nov 2019", + "Genre": "Electro house Electropop", + "Album": "Decisions decisions" + }, + { + "Number": 10, + "Title": "Furious River", + "Released": "12 Mar 2019", + "Genre": "*", + "Album": "Decisions decisions" + } ] }, { @@ -1381,7 +2419,76 @@ "USBillboard200": 89, "Artist": "Peter Taylor", "Songs": [ - + { + "Number": 1, + "Title": "Dark Crying", + "Released": "27 Apr 2019", + "Genre": "Electro house Electropop", + "Album": "Climate changed" + }, + { + "Number": 2, + "Title": "Dark Waiting", + "Released": "14 Nov 2019", + "Genre": "Synth-pop R&B", + "Album": "Climate changed" + }, + { + "Number": 3, + "Title": "Furious Waiting", + "Released": "23 May 2019", + "Genre": "*", + "Album": "Climate changed" + }, + { + "Number": 4, + "Title": "Running in the Echo", + "Released": "29 Nov 2019", + "Genre": "Crunk reggaeton", + "Album": "Climate changed" + }, + { + "Number": 5, + "Title": "Dream of Sky", + "Released": "31 Oct 2019", + "Genre": "Crunk reggaeton", + "Album": "Climate changed" + }, + { + "Number": 6, + "Title": "Hiding in the Heart", + "Released": "09 Aug 2019", + "Genre": "R&B", + "Album": "Climate changed" + }, + { + "Number": 7, + "Title": "Sky of Storm", + "Released": "01 Jun 2019", + "Genre": "R&B", + "Album": "Climate changed" + }, + { + "Number": 8, + "Title": "Light of Storm", + "Released": "17 Jan 2020", + "Genre": "ethno-tunes", + "Album": "Climate changed" + }, + { + "Number": 9, + "Title": "Light of Sky", + "Released": "26 May 2019", + "Genre": "*", + "Album": "Climate changed" + }, + { + "Number": 10, + "Title": "Golden River", + "Released": "19 Jun 2019", + "Genre": "*", + "Album": "Climate changed" + } ] } ] diff --git a/samples/grids/hierarchical-grid/row-editing-options/src/SingersData.json b/samples/grids/hierarchical-grid/row-editing-options/src/SingersData.json index f7508f3c9a..75ec4ec561 100644 --- a/samples/grids/hierarchical-grid/row-editing-options/src/SingersData.json +++ b/samples/grids/hierarchical-grid/row-editing-options/src/SingersData.json @@ -78,7 +78,79 @@ "LaunchDate": "September 3, 2013", "BillboardReview": 86, "USBillboard200": 1, - "Artist": "Naomí Yepes" + "Artist": "Naomí Yepes", + "Songs": [ + { + "Number": 1, + "Title": "Lonely Falling", + "Released": "01 May 2019", + "Genre": "*", + "Album": "Initiation" + }, + { + "Number": 2, + "Title": "Bright Breaking", + "Released": "25 Jul 2019", + "Genre": "Electro house Electropop", + "Album": "Initiation" + }, + { + "Number": 3, + "Title": "River of Whisper", + "Released": "29 Jan 2020", + "Genre": "Electro house Electropop", + "Album": "Initiation" + }, + { + "Number": 4, + "Title": "Sky of Storm", + "Released": "07 May 2019", + "Genre": "Electro house Electropop", + "Album": "Initiation" + }, + { + "Number": 5, + "Title": "Electric River", + "Released": "20 Jan 2020", + "Genre": "R&B", + "Album": "Initiation" + }, + { + "Number": 6, + "Title": "Storm of Storm", + "Released": "01 Sep 2019", + "Genre": "Crunk reggaeton", + "Album": "Initiation" + }, + { + "Number": 7, + "Title": "Fire of Dream", + "Released": "12 Sep 2019", + "Genre": "Electro house Electropop", + "Album": "Initiation" + }, + { + "Number": 8, + "Title": "Burning in the Light", + "Released": "15 Apr 2019", + "Genre": "*", + "Album": "Initiation" + }, + { + "Number": 9, + "Title": "Burning in the Storm", + "Released": "10 Sep 2019", + "Genre": "Electro house Electropop", + "Album": "Initiation" + }, + { + "Number": 10, + "Title": "Shadow of Whisper", + "Released": "06 Jan 2019", + "Genre": "Crunk reggaeton", + "Album": "Initiation" + } + ] }, { "Album": "Dream Driven", @@ -90,7 +162,7 @@ { "Number": 1, "Title": "Intro", - "Released": false, + "Released": "10 Sep 2019", "Genre": "*", "Album": "Dream Driven" }, @@ -111,7 +183,7 @@ { "Number": 4, "Title": "Future past", - "Released": false, + "Released": "20 Sep 2011", "Genre": "*", "Album": "Dream Driven" }, @@ -132,14 +204,14 @@ { "Number": 7, "Title": "Stay where you are", - "Released": false, + "Released": "14 Sep 2013", "Genre": "*", "Album": "Dream Driven" }, { "Number": 8, "Title": "Imaginarium", - "Released": false, + "Released": "20 Sep 2021", "Genre": "*", "Album": "Dream Driven" }, @@ -153,21 +225,21 @@ { "Number": 10, "Title": "Shredded into pieces", - "Released": false, + "Released": "11 Sep 2015", "Genre": "*", "Album": "Dream Driven" }, { "Number": 11, "Title": "Capture this moment", - "Released": false, + "Released": "13 Sep 2016", "Genre": "*", "Album": "Dream Driven" }, { "Number": 12, "Title": "Dream Driven", - "Released": false, + "Released": "14 Sep 2014", "Genre": "*", "Album": "Dream Driven" } @@ -180,7 +252,76 @@ "USBillboard200": 2, "Artist": "Naomí Yepes", "Songs": [ - + { + "Number": 1, + "Title": "Calling in the Storm", + "Released": "12 Mar 2019", + "Genre": "Electro house Electropop", + "Album": "The dragon journey" + }, + { + "Number": 2, + "Title": "Hiding in the Dream", + "Released": "23 Mar 2019", + "Genre": "R&B", + "Album": "The dragon journey" + }, + { + "Number": 3, + "Title": "Electric Heart", + "Released": "17 Mar 2019", + "Genre": "ethno-tunes", + "Album": "The dragon journey" + }, + { + "Number": 4, + "Title": "Shadow of Echo", + "Released": "20 Feb 2019", + "Genre": "ethno-tunes", + "Album": "The dragon journey" + }, + { + "Number": 5, + "Title": "Flying in the Storm", + "Released": "08 Apr 2019", + "Genre": "R&B", + "Album": "The dragon journey" + }, + { + "Number": 6, + "Title": "Dark Waiting", + "Released": "20 Oct 2019", + "Genre": "Synth-pop R&B", + "Album": "The dragon journey" + }, + { + "Number": 7, + "Title": "Fire of River", + "Released": "20 Feb 2019", + "Genre": "Synth-pop R&B", + "Album": "The dragon journey" + }, + { + "Number": 8, + "Title": "Wild Crying", + "Released": "14 Jun 2019", + "Genre": "R&B", + "Album": "The dragon journey" + }, + { + "Number": 9, + "Title": "Bright Dancing", + "Released": "14 Mar 2019", + "Genre": "Electro house Electropop", + "Album": "The dragon journey" + }, + { + "Number": 10, + "Title": "Golden Waiting", + "Released": "12 Sep 2019", + "Genre": "Synth-pop R&B", + "Album": "The dragon journey" + } ] }, { @@ -276,7 +417,76 @@ "USBillboard200": 12, "Artist": "Naomí Yepes", "Songs": [ - + { + "Number": 1, + "Title": "Storm of Dream", + "Released": "05 Jan 2019", + "Genre": "*", + "Album": "Curiosity" + }, + { + "Number": 2, + "Title": "Echo of Dream", + "Released": "28 Jan 2019", + "Genre": "Synth-pop R&B", + "Album": "Curiosity" + }, + { + "Number": 3, + "Title": "Light of Shadow", + "Released": "07 Feb 2019", + "Genre": "Synth-pop R&B", + "Album": "Curiosity" + }, + { + "Number": 4, + "Title": "Storm of Heart", + "Released": "05 Jan 2020", + "Genre": "Electro house Electropop", + "Album": "Curiosity" + }, + { + "Number": 5, + "Title": "Shadow of River", + "Released": "27 Feb 2019", + "Genre": "*", + "Album": "Curiosity" + }, + { + "Number": 6, + "Title": "Wicked Dancing", + "Released": "17 Jan 2020", + "Genre": "ethno-tunes", + "Album": "Curiosity" + }, + { + "Number": 7, + "Title": "River of Light", + "Released": "22 Feb 2019", + "Genre": "R&B", + "Album": "Curiosity" + }, + { + "Number": 8, + "Title": "Lonely Breaking", + "Released": "09 Sep 2019", + "Genre": "ethno-tunes", + "Album": "Curiosity" + }, + { + "Number": 9, + "Title": "Furious Flying", + "Released": "08 Jun 2019", + "Genre": "R&B", + "Album": "Curiosity" + }, + { + "Number": 10, + "Title": "Hiding in the Storm", + "Released": "27 May 2019", + "Genre": "Electro house Electropop", + "Album": "Curiosity" + } ] } ] @@ -513,7 +723,76 @@ "USBillboard200": 69, "Artist": "Ahmad Nazeri", "Songs": [ - + { + "Number": 1, + "Title": "Gentle Falling", + "Released": "26 Apr 2019", + "Genre": "Crunk reggaeton", + "Album": "Emergency" + }, + { + "Number": 2, + "Title": "Calling in the Fire", + "Released": "03 Sep 2019", + "Genre": "ethno-tunes", + "Album": "Emergency" + }, + { + "Number": 3, + "Title": "Fire of Shadow", + "Released": "05 Jan 2019", + "Genre": "ethno-tunes", + "Album": "Emergency" + }, + { + "Number": 4, + "Title": "Dancing in the Dream", + "Released": "15 Apr 2019", + "Genre": "R&B", + "Album": "Emergency" + }, + { + "Number": 5, + "Title": "Calling in the Shadow", + "Released": "09 Oct 2019", + "Genre": "R&B", + "Album": "Emergency" + }, + { + "Number": 6, + "Title": "Falling in the Sky", + "Released": "08 Mar 2019", + "Genre": "ethno-tunes", + "Album": "Emergency" + }, + { + "Number": 7, + "Title": "Calling in the Storm", + "Released": "05 Dec 2019", + "Genre": "ethno-tunes", + "Album": "Emergency" + }, + { + "Number": 8, + "Title": "Falling in the River", + "Released": "19 Aug 2019", + "Genre": "Electro house Electropop", + "Album": "Emergency" + }, + { + "Number": 9, + "Title": "Electric Fire", + "Released": "30 Nov 2019", + "Genre": "Crunk reggaeton", + "Album": "Emergency" + }, + { + "Number": 10, + "Title": "Lonely River", + "Released": "11 Nov 2019", + "Genre": "Electro house Electropop", + "Album": "Emergency" + } ] }, { @@ -523,7 +802,76 @@ "USBillboard200": 39, "Artist": "Ahmad Nazeri", "Songs": [ - + { + "Number": 1, + "Title": "Lonely Dream", + "Released": "11 Dec 2019", + "Genre": "ethno-tunes", + "Album": "Bursting bubbles" + }, + { + "Number": 2, + "Title": "Fire of River", + "Released": "01 Aug 2019", + "Genre": "Synth-pop R&B", + "Album": "Bursting bubbles" + }, + { + "Number": 3, + "Title": "Wicked Falling", + "Released": "25 Jan 2019", + "Genre": "*", + "Album": "Bursting bubbles" + }, + { + "Number": 4, + "Title": "Crying in the Shadow", + "Released": "04 Jan 2019", + "Genre": "Synth-pop R&B", + "Album": "Bursting bubbles" + }, + { + "Number": 5, + "Title": "Wild Burning", + "Released": "10 May 2019", + "Genre": "ethno-tunes", + "Album": "Bursting bubbles" + }, + { + "Number": 6, + "Title": "Waiting in the Heart", + "Released": "07 Aug 2019", + "Genre": "ethno-tunes", + "Album": "Bursting bubbles" + }, + { + "Number": 7, + "Title": "Fire of Fire", + "Released": "16 May 2019", + "Genre": "Electro house Electropop", + "Album": "Bursting bubbles" + }, + { + "Number": 8, + "Title": "Bright Heart", + "Released": "14 Mar 2019", + "Genre": "Synth-pop R&B", + "Album": "Bursting bubbles" + }, + { + "Number": 9, + "Title": "Lonely Fire", + "Released": "15 Oct 2019", + "Genre": "R&B", + "Album": "Bursting bubbles" + }, + { + "Number": 10, + "Title": "Sky of Dream", + "Released": "20 Jun 2019", + "Genre": "ethno-tunes", + "Album": "Bursting bubbles" + } ] } ] @@ -547,7 +895,76 @@ "USBillboard200": 1, "Artist": "Kimmy McIlmorie", "Songs": [ - + { + "Number": 1, + "Title": "Storm of Sky", + "Released": "04 Mar 2019", + "Genre": "ethno-tunes", + "Album": "Here we go again" + }, + { + "Number": 2, + "Title": "Dream of Shadow", + "Released": "03 Jan 2019", + "Genre": "ethno-tunes", + "Album": "Here we go again" + }, + { + "Number": 3, + "Title": "Dream of Shadow", + "Released": "19 Dec 2019", + "Genre": "Electro house Electropop", + "Album": "Here we go again" + }, + { + "Number": 4, + "Title": "Golden Fire", + "Released": "20 Jan 2019", + "Genre": "R&B", + "Album": "Here we go again" + }, + { + "Number": 5, + "Title": "Running in the Light", + "Released": "03 Jan 2020", + "Genre": "Synth-pop R&B", + "Album": "Here we go again" + }, + { + "Number": 6, + "Title": "Flying in the Heart", + "Released": "17 Jan 2019", + "Genre": "*", + "Album": "Here we go again" + }, + { + "Number": 7, + "Title": "Fire of Storm", + "Released": "26 Jan 2019", + "Genre": "ethno-tunes", + "Album": "Here we go again" + }, + { + "Number": 8, + "Title": "Calling in the Sky", + "Released": "28 Oct 2019", + "Genre": "Synth-pop R&B", + "Album": "Here we go again" + }, + { + "Number": 9, + "Title": "Flying in the Shadow", + "Released": "30 Mar 2019", + "Genre": "ethno-tunes", + "Album": "Here we go again" + }, + { + "Number": 10, + "Title": "Golden Dancing", + "Released": "12 Oct 2019", + "Genre": "ethno-tunes", + "Album": "Here we go again" + } ] } ] @@ -771,7 +1188,76 @@ "USBillboard200": 85, "Artist": "Izabella Tabakova", "Songs": [ - + { + "Number": 1, + "Title": "Hiding in the Light", + "Released": "24 Jan 2019", + "Genre": "Synth-pop R&B", + "Album": "Dark matters" + }, + { + "Number": 2, + "Title": "Furious River", + "Released": "13 Jan 2020", + "Genre": "Electro house Electropop", + "Album": "Dark matters" + }, + { + "Number": 3, + "Title": "Wild Crying", + "Released": "27 Feb 2019", + "Genre": "Electro house Electropop", + "Album": "Dark matters" + }, + { + "Number": 4, + "Title": "Light of Dream", + "Released": "01 Jun 2019", + "Genre": "Crunk reggaeton", + "Album": "Dark matters" + }, + { + "Number": 5, + "Title": "Light of Dream", + "Released": "24 Aug 2019", + "Genre": "*", + "Album": "Dark matters" + }, + { + "Number": 6, + "Title": "Storm of Light", + "Released": "26 Feb 2019", + "Genre": "*", + "Album": "Dark matters" + }, + { + "Number": 7, + "Title": "Dark Storm", + "Released": "18 Jan 2020", + "Genre": "R&B", + "Album": "Dark matters" + }, + { + "Number": 8, + "Title": "Dark Calling", + "Released": "20 Mar 2019", + "Genre": "Crunk reggaeton", + "Album": "Dark matters" + }, + { + "Number": 9, + "Title": "Sky of Whisper", + "Released": "30 Jan 2019", + "Genre": "ethno-tunes", + "Album": "Dark matters" + }, + { + "Number": 10, + "Title": "Dancing in the Light", + "Released": "28 Nov 2019", + "Genre": "Synth-pop R&B", + "Album": "Dark matters" + } ] } ] @@ -795,7 +1281,76 @@ "USBillboard200": 5, "Artist": "Nguyễn Diệp Chi", "Songs": [ - + { + "Number": 1, + "Title": "Echo of River", + "Released": "05 Mar 2019", + "Genre": "Synth-pop R&B", + "Album": "Library of liberty" + }, + { + "Number": 2, + "Title": "Heart of River", + "Released": "12 Jan 2020", + "Genre": "Electro house Electropop", + "Album": "Library of liberty" + }, + { + "Number": 3, + "Title": "Dark Light", + "Released": "09 Aug 2019", + "Genre": "Electro house Electropop", + "Album": "Library of liberty" + }, + { + "Number": 4, + "Title": "Dark Fire", + "Released": "22 Jun 2019", + "Genre": "R&B", + "Album": "Library of liberty" + }, + { + "Number": 5, + "Title": "Flying in the Fire", + "Released": "22 Jul 2019", + "Genre": "*", + "Album": "Library of liberty" + }, + { + "Number": 6, + "Title": "Shadow of Heart", + "Released": "02 Jan 2020", + "Genre": "*", + "Album": "Library of liberty" + }, + { + "Number": 7, + "Title": "Fire of Fire", + "Released": "27 Jan 2019", + "Genre": "*", + "Album": "Library of liberty" + }, + { + "Number": 8, + "Title": "Falling in the River", + "Released": "05 Aug 2019", + "Genre": "Crunk reggaeton", + "Album": "Library of liberty" + }, + { + "Number": 9, + "Title": "Fire of Light", + "Released": "31 Dec 2019", + "Genre": "ethno-tunes", + "Album": "Library of liberty" + }, + { + "Number": 10, + "Title": "Bright Flying", + "Released": "24 Jan 2019", + "Genre": "*", + "Album": "Library of liberty" + } ] } ] @@ -819,7 +1374,76 @@ "USBillboard200": 29, "Artist": "Eva Lee", "Songs": [ - + { + "Number": 1, + "Title": "Dancing in the Shadow", + "Released": "02 Aug 2019", + "Genre": "ethno-tunes", + "Album": "Just a tease" + }, + { + "Number": 2, + "Title": "Silent Whisper", + "Released": "09 Jul 2019", + "Genre": "*", + "Album": "Just a tease" + }, + { + "Number": 3, + "Title": "Crying in the Whisper", + "Released": "30 May 2019", + "Genre": "Crunk reggaeton", + "Album": "Just a tease" + }, + { + "Number": 4, + "Title": "River of Light", + "Released": "10 Jan 2019", + "Genre": "Electro house Electropop", + "Album": "Just a tease" + }, + { + "Number": 5, + "Title": "Golden River", + "Released": "15 Nov 2019", + "Genre": "*", + "Album": "Just a tease" + }, + { + "Number": 6, + "Title": "Burning in the Shadow", + "Released": "18 Apr 2019", + "Genre": "Crunk reggaeton", + "Album": "Just a tease" + }, + { + "Number": 7, + "Title": "Shadow of Sky", + "Released": "06 Sep 2019", + "Genre": "Crunk reggaeton", + "Album": "Just a tease" + }, + { + "Number": 8, + "Title": "Gentle Waiting", + "Released": "05 Dec 2019", + "Genre": "R&B", + "Album": "Just a tease" + }, + { + "Number": 9, + "Title": "Bright River", + "Released": "27 Jan 2020", + "Genre": "R&B", + "Album": "Just a tease" + }, + { + "Number": 10, + "Title": "Heart of Storm", + "Released": "07 Jan 2019", + "Genre": "Synth-pop R&B", + "Album": "Just a tease" + } ] } ] @@ -1046,7 +1670,76 @@ "USBillboard200": 98, "Artist": "Pablo Cambeiro", "Songs": [ - + { + "Number": 1, + "Title": "Dancing in the Echo", + "Released": "03 Oct 2019", + "Genre": "Crunk reggaeton", + "Album": "Fluke" + }, + { + "Number": 2, + "Title": "Dream of Dream", + "Released": "03 Mar 2019", + "Genre": "*", + "Album": "Fluke" + }, + { + "Number": 3, + "Title": "Calling in the Echo", + "Released": "16 Sep 2019", + "Genre": "*", + "Album": "Fluke" + }, + { + "Number": 4, + "Title": "Light of Light", + "Released": "25 May 2019", + "Genre": "Electro house Electropop", + "Album": "Fluke" + }, + { + "Number": 5, + "Title": "Bright Light", + "Released": "21 Mar 2019", + "Genre": "R&B", + "Album": "Fluke" + }, + { + "Number": 6, + "Title": "Storm of Echo", + "Released": "17 Jul 2019", + "Genre": "Synth-pop R&B", + "Album": "Fluke" + }, + { + "Number": 7, + "Title": "Lonely Calling", + "Released": "10 Apr 2019", + "Genre": "ethno-tunes", + "Album": "Fluke" + }, + { + "Number": 8, + "Title": "Gentle Falling", + "Released": "28 Nov 2019", + "Genre": "Synth-pop R&B", + "Album": "Fluke" + }, + { + "Number": 9, + "Title": "Wild Flying", + "Released": "26 Nov 2019", + "Genre": "Crunk reggaeton", + "Album": "Fluke" + }, + { + "Number": 10, + "Title": "Sky of Dream", + "Released": "29 May 2019", + "Genre": "R&B", + "Album": "Fluke" + } ] }, { @@ -1142,7 +1835,76 @@ "USBillboard200": 77, "Artist": "Athar Malakooti", "Songs": [ - + { + "Number": 1, + "Title": "Hiding in the Whisper", + "Released": "03 Apr 2019", + "Genre": "R&B", + "Album": "Pushing up daisies" + }, + { + "Number": 2, + "Title": "Wicked Light", + "Released": "21 Aug 2019", + "Genre": "R&B", + "Album": "Pushing up daisies" + }, + { + "Number": 3, + "Title": "Flying in the River", + "Released": "03 Feb 2020", + "Genre": "Synth-pop R&B", + "Album": "Pushing up daisies" + }, + { + "Number": 4, + "Title": "Wicked Hiding", + "Released": "15 Sep 2019", + "Genre": "Synth-pop R&B", + "Album": "Pushing up daisies" + }, + { + "Number": 5, + "Title": "Lonely Light", + "Released": "13 May 2019", + "Genre": "Electro house Electropop", + "Album": "Pushing up daisies" + }, + { + "Number": 6, + "Title": "Bright Dancing", + "Released": "10 Apr 2019", + "Genre": "Synth-pop R&B", + "Album": "Pushing up daisies" + }, + { + "Number": 7, + "Title": "Gentle Dream", + "Released": "21 May 2019", + "Genre": "*", + "Album": "Pushing up daisies" + }, + { + "Number": 8, + "Title": "Sky of Echo", + "Released": "09 Jun 2019", + "Genre": "Synth-pop R&B", + "Album": "Pushing up daisies" + }, + { + "Number": 9, + "Title": "Breaking in the Sky", + "Released": "27 Dec 2019", + "Genre": "Crunk reggaeton", + "Album": "Pushing up daisies" + }, + { + "Number": 10, + "Title": "Whisper of Shadow", + "Released": "04 Jan 2019", + "Genre": "ethno-tunes", + "Album": "Pushing up daisies" + } ] } ] @@ -1179,7 +1941,76 @@ "USBillboard200": 9, "Artist": "Marti Valencia", "Songs": [ - + { + "Number": 1, + "Title": "Hiding in the Sky", + "Released": "26 Nov 2019", + "Genre": "Synth-pop R&B", + "Album": "Nemesis" + }, + { + "Number": 2, + "Title": "Waiting in the Echo", + "Released": "10 Jul 2019", + "Genre": "ethno-tunes", + "Album": "Nemesis" + }, + { + "Number": 3, + "Title": "Wicked Shadow", + "Released": "29 Jul 2019", + "Genre": "Synth-pop R&B", + "Album": "Nemesis" + }, + { + "Number": 4, + "Title": "Crying in the Whisper", + "Released": "09 Apr 2019", + "Genre": "*", + "Album": "Nemesis" + }, + { + "Number": 5, + "Title": "Echo of Storm", + "Released": "19 Nov 2019", + "Genre": "Crunk reggaeton", + "Album": "Nemesis" + }, + { + "Number": 6, + "Title": "Shadow of Sky", + "Released": "24 Jul 2019", + "Genre": "Crunk reggaeton", + "Album": "Nemesis" + }, + { + "Number": 7, + "Title": "Golden Hiding", + "Released": "12 Dec 2019", + "Genre": "Electro house Electropop", + "Album": "Nemesis" + }, + { + "Number": 8, + "Title": "Wild Dancing", + "Released": "17 Aug 2019", + "Genre": "Synth-pop R&B", + "Album": "Nemesis" + }, + { + "Number": 9, + "Title": "Bright Burning", + "Released": "30 Aug 2019", + "Genre": "Electro house Electropop", + "Album": "Nemesis" + }, + { + "Number": 10, + "Title": "Flying in the River", + "Released": "02 Sep 2019", + "Genre": "*", + "Album": "Nemesis" + } ] }, { @@ -1282,7 +2113,76 @@ "USBillboard200": 37, "Artist": "Marti Valencia", "Songs": [ - + { + "Number": 1, + "Title": "Wild River", + "Released": "11 Jan 2019", + "Genre": "*", + "Album": "God's advocate" + }, + { + "Number": 2, + "Title": "Wicked Whisper", + "Released": "16 Feb 2019", + "Genre": "Electro house Electropop", + "Album": "God's advocate" + }, + { + "Number": 3, + "Title": "Storm of Heart", + "Released": "11 Aug 2019", + "Genre": "*", + "Album": "God's advocate" + }, + { + "Number": 4, + "Title": "Golden Dancing", + "Released": "02 Mar 2019", + "Genre": "Crunk reggaeton", + "Album": "God's advocate" + }, + { + "Number": 5, + "Title": "Calling in the Sky", + "Released": "10 Sep 2019", + "Genre": "Electro house Electropop", + "Album": "God's advocate" + }, + { + "Number": 6, + "Title": "Calling in the Heart", + "Released": "12 Jan 2019", + "Genre": "ethno-tunes", + "Album": "God's advocate" + }, + { + "Number": 7, + "Title": "Running in the Storm", + "Released": "10 Nov 2019", + "Genre": "Synth-pop R&B", + "Album": "God's advocate" + }, + { + "Number": 8, + "Title": "Wild Sky", + "Released": "10 Apr 2019", + "Genre": "R&B", + "Album": "God's advocate" + }, + { + "Number": 9, + "Title": "Crying in the Shadow", + "Released": "02 Mar 2019", + "Genre": "R&B", + "Album": "God's advocate" + }, + { + "Number": 10, + "Title": "Whisper of River", + "Released": "12 May 2019", + "Genre": "*", + "Album": "God's advocate" + } ] } ] @@ -1306,7 +2206,76 @@ "USBillboard200": 7, "Artist": "Alicia Stanger", "Songs": [ - + { + "Number": 1, + "Title": "Shadow of Light", + "Released": "24 Mar 2019", + "Genre": "ethno-tunes", + "Album": "Forever alone" + }, + { + "Number": 2, + "Title": "Running in the Echo", + "Released": "03 May 2019", + "Genre": "Crunk reggaeton", + "Album": "Forever alone" + }, + { + "Number": 3, + "Title": "Gentle Dream", + "Released": "24 Aug 2019", + "Genre": "Crunk reggaeton", + "Album": "Forever alone" + }, + { + "Number": 4, + "Title": "Furious River", + "Released": "24 Apr 2019", + "Genre": "ethno-tunes", + "Album": "Forever alone" + }, + { + "Number": 5, + "Title": "Wild Whisper", + "Released": "09 Mar 2019", + "Genre": "ethno-tunes", + "Album": "Forever alone" + }, + { + "Number": 6, + "Title": "Whisper of Sky", + "Released": "24 Jul 2019", + "Genre": "Crunk reggaeton", + "Album": "Forever alone" + }, + { + "Number": 7, + "Title": "Lonely Storm", + "Released": "01 May 2019", + "Genre": "Crunk reggaeton", + "Album": "Forever alone" + }, + { + "Number": 8, + "Title": "Dancing in the River", + "Released": "17 Dec 2019", + "Genre": "*", + "Album": "Forever alone" + }, + { + "Number": 9, + "Title": "Electric Fire", + "Released": "17 Oct 2019", + "Genre": "Electro house Electropop", + "Album": "Forever alone" + }, + { + "Number": 10, + "Title": "Electric Sky", + "Released": "25 Sep 2019", + "Genre": "ethno-tunes", + "Album": "Forever alone" + } ] } ] @@ -1371,7 +2340,76 @@ "USBillboard200": 35, "Artist": "Peter Taylor", "Songs": [ - + { + "Number": 1, + "Title": "Calling in the Dream", + "Released": "01 Aug 2019", + "Genre": "R&B", + "Album": "Decisions decisions" + }, + { + "Number": 2, + "Title": "Electric Burning", + "Released": "10 Sep 2019", + "Genre": "Electro house Electropop", + "Album": "Decisions decisions" + }, + { + "Number": 3, + "Title": "Dark Flying", + "Released": "28 Apr 2019", + "Genre": "*", + "Album": "Decisions decisions" + }, + { + "Number": 4, + "Title": "Gentle Sky", + "Released": "20 Nov 2019", + "Genre": "ethno-tunes", + "Album": "Decisions decisions" + }, + { + "Number": 5, + "Title": "Gentle Calling", + "Released": "13 Jan 2019", + "Genre": "Crunk reggaeton", + "Album": "Decisions decisions" + }, + { + "Number": 6, + "Title": "Golden Falling", + "Released": "14 Feb 2019", + "Genre": "Crunk reggaeton", + "Album": "Decisions decisions" + }, + { + "Number": 7, + "Title": "Silent River", + "Released": "13 Feb 2019", + "Genre": "R&B", + "Album": "Decisions decisions" + }, + { + "Number": 8, + "Title": "Furious Calling", + "Released": "11 Jun 2019", + "Genre": "Synth-pop R&B", + "Album": "Decisions decisions" + }, + { + "Number": 9, + "Title": "Running in the Echo", + "Released": "06 Nov 2019", + "Genre": "Electro house Electropop", + "Album": "Decisions decisions" + }, + { + "Number": 10, + "Title": "Furious River", + "Released": "12 Mar 2019", + "Genre": "*", + "Album": "Decisions decisions" + } ] }, { @@ -1381,7 +2419,76 @@ "USBillboard200": 89, "Artist": "Peter Taylor", "Songs": [ - + { + "Number": 1, + "Title": "Dark Crying", + "Released": "27 Apr 2019", + "Genre": "Electro house Electropop", + "Album": "Climate changed" + }, + { + "Number": 2, + "Title": "Dark Waiting", + "Released": "14 Nov 2019", + "Genre": "Synth-pop R&B", + "Album": "Climate changed" + }, + { + "Number": 3, + "Title": "Furious Waiting", + "Released": "23 May 2019", + "Genre": "*", + "Album": "Climate changed" + }, + { + "Number": 4, + "Title": "Running in the Echo", + "Released": "29 Nov 2019", + "Genre": "Crunk reggaeton", + "Album": "Climate changed" + }, + { + "Number": 5, + "Title": "Dream of Sky", + "Released": "31 Oct 2019", + "Genre": "Crunk reggaeton", + "Album": "Climate changed" + }, + { + "Number": 6, + "Title": "Hiding in the Heart", + "Released": "09 Aug 2019", + "Genre": "R&B", + "Album": "Climate changed" + }, + { + "Number": 7, + "Title": "Sky of Storm", + "Released": "01 Jun 2019", + "Genre": "R&B", + "Album": "Climate changed" + }, + { + "Number": 8, + "Title": "Light of Storm", + "Released": "17 Jan 2020", + "Genre": "ethno-tunes", + "Album": "Climate changed" + }, + { + "Number": 9, + "Title": "Light of Sky", + "Released": "26 May 2019", + "Genre": "*", + "Album": "Climate changed" + }, + { + "Number": 10, + "Title": "Golden River", + "Released": "19 Jun 2019", + "Genre": "*", + "Album": "Climate changed" + } ] } ] diff --git a/samples/grids/hierarchical-grid/row-editing-style/src/SingersData.json b/samples/grids/hierarchical-grid/row-editing-style/src/SingersData.json index f7508f3c9a..75ec4ec561 100644 --- a/samples/grids/hierarchical-grid/row-editing-style/src/SingersData.json +++ b/samples/grids/hierarchical-grid/row-editing-style/src/SingersData.json @@ -78,7 +78,79 @@ "LaunchDate": "September 3, 2013", "BillboardReview": 86, "USBillboard200": 1, - "Artist": "Naomí Yepes" + "Artist": "Naomí Yepes", + "Songs": [ + { + "Number": 1, + "Title": "Lonely Falling", + "Released": "01 May 2019", + "Genre": "*", + "Album": "Initiation" + }, + { + "Number": 2, + "Title": "Bright Breaking", + "Released": "25 Jul 2019", + "Genre": "Electro house Electropop", + "Album": "Initiation" + }, + { + "Number": 3, + "Title": "River of Whisper", + "Released": "29 Jan 2020", + "Genre": "Electro house Electropop", + "Album": "Initiation" + }, + { + "Number": 4, + "Title": "Sky of Storm", + "Released": "07 May 2019", + "Genre": "Electro house Electropop", + "Album": "Initiation" + }, + { + "Number": 5, + "Title": "Electric River", + "Released": "20 Jan 2020", + "Genre": "R&B", + "Album": "Initiation" + }, + { + "Number": 6, + "Title": "Storm of Storm", + "Released": "01 Sep 2019", + "Genre": "Crunk reggaeton", + "Album": "Initiation" + }, + { + "Number": 7, + "Title": "Fire of Dream", + "Released": "12 Sep 2019", + "Genre": "Electro house Electropop", + "Album": "Initiation" + }, + { + "Number": 8, + "Title": "Burning in the Light", + "Released": "15 Apr 2019", + "Genre": "*", + "Album": "Initiation" + }, + { + "Number": 9, + "Title": "Burning in the Storm", + "Released": "10 Sep 2019", + "Genre": "Electro house Electropop", + "Album": "Initiation" + }, + { + "Number": 10, + "Title": "Shadow of Whisper", + "Released": "06 Jan 2019", + "Genre": "Crunk reggaeton", + "Album": "Initiation" + } + ] }, { "Album": "Dream Driven", @@ -90,7 +162,7 @@ { "Number": 1, "Title": "Intro", - "Released": false, + "Released": "10 Sep 2019", "Genre": "*", "Album": "Dream Driven" }, @@ -111,7 +183,7 @@ { "Number": 4, "Title": "Future past", - "Released": false, + "Released": "20 Sep 2011", "Genre": "*", "Album": "Dream Driven" }, @@ -132,14 +204,14 @@ { "Number": 7, "Title": "Stay where you are", - "Released": false, + "Released": "14 Sep 2013", "Genre": "*", "Album": "Dream Driven" }, { "Number": 8, "Title": "Imaginarium", - "Released": false, + "Released": "20 Sep 2021", "Genre": "*", "Album": "Dream Driven" }, @@ -153,21 +225,21 @@ { "Number": 10, "Title": "Shredded into pieces", - "Released": false, + "Released": "11 Sep 2015", "Genre": "*", "Album": "Dream Driven" }, { "Number": 11, "Title": "Capture this moment", - "Released": false, + "Released": "13 Sep 2016", "Genre": "*", "Album": "Dream Driven" }, { "Number": 12, "Title": "Dream Driven", - "Released": false, + "Released": "14 Sep 2014", "Genre": "*", "Album": "Dream Driven" } @@ -180,7 +252,76 @@ "USBillboard200": 2, "Artist": "Naomí Yepes", "Songs": [ - + { + "Number": 1, + "Title": "Calling in the Storm", + "Released": "12 Mar 2019", + "Genre": "Electro house Electropop", + "Album": "The dragon journey" + }, + { + "Number": 2, + "Title": "Hiding in the Dream", + "Released": "23 Mar 2019", + "Genre": "R&B", + "Album": "The dragon journey" + }, + { + "Number": 3, + "Title": "Electric Heart", + "Released": "17 Mar 2019", + "Genre": "ethno-tunes", + "Album": "The dragon journey" + }, + { + "Number": 4, + "Title": "Shadow of Echo", + "Released": "20 Feb 2019", + "Genre": "ethno-tunes", + "Album": "The dragon journey" + }, + { + "Number": 5, + "Title": "Flying in the Storm", + "Released": "08 Apr 2019", + "Genre": "R&B", + "Album": "The dragon journey" + }, + { + "Number": 6, + "Title": "Dark Waiting", + "Released": "20 Oct 2019", + "Genre": "Synth-pop R&B", + "Album": "The dragon journey" + }, + { + "Number": 7, + "Title": "Fire of River", + "Released": "20 Feb 2019", + "Genre": "Synth-pop R&B", + "Album": "The dragon journey" + }, + { + "Number": 8, + "Title": "Wild Crying", + "Released": "14 Jun 2019", + "Genre": "R&B", + "Album": "The dragon journey" + }, + { + "Number": 9, + "Title": "Bright Dancing", + "Released": "14 Mar 2019", + "Genre": "Electro house Electropop", + "Album": "The dragon journey" + }, + { + "Number": 10, + "Title": "Golden Waiting", + "Released": "12 Sep 2019", + "Genre": "Synth-pop R&B", + "Album": "The dragon journey" + } ] }, { @@ -276,7 +417,76 @@ "USBillboard200": 12, "Artist": "Naomí Yepes", "Songs": [ - + { + "Number": 1, + "Title": "Storm of Dream", + "Released": "05 Jan 2019", + "Genre": "*", + "Album": "Curiosity" + }, + { + "Number": 2, + "Title": "Echo of Dream", + "Released": "28 Jan 2019", + "Genre": "Synth-pop R&B", + "Album": "Curiosity" + }, + { + "Number": 3, + "Title": "Light of Shadow", + "Released": "07 Feb 2019", + "Genre": "Synth-pop R&B", + "Album": "Curiosity" + }, + { + "Number": 4, + "Title": "Storm of Heart", + "Released": "05 Jan 2020", + "Genre": "Electro house Electropop", + "Album": "Curiosity" + }, + { + "Number": 5, + "Title": "Shadow of River", + "Released": "27 Feb 2019", + "Genre": "*", + "Album": "Curiosity" + }, + { + "Number": 6, + "Title": "Wicked Dancing", + "Released": "17 Jan 2020", + "Genre": "ethno-tunes", + "Album": "Curiosity" + }, + { + "Number": 7, + "Title": "River of Light", + "Released": "22 Feb 2019", + "Genre": "R&B", + "Album": "Curiosity" + }, + { + "Number": 8, + "Title": "Lonely Breaking", + "Released": "09 Sep 2019", + "Genre": "ethno-tunes", + "Album": "Curiosity" + }, + { + "Number": 9, + "Title": "Furious Flying", + "Released": "08 Jun 2019", + "Genre": "R&B", + "Album": "Curiosity" + }, + { + "Number": 10, + "Title": "Hiding in the Storm", + "Released": "27 May 2019", + "Genre": "Electro house Electropop", + "Album": "Curiosity" + } ] } ] @@ -513,7 +723,76 @@ "USBillboard200": 69, "Artist": "Ahmad Nazeri", "Songs": [ - + { + "Number": 1, + "Title": "Gentle Falling", + "Released": "26 Apr 2019", + "Genre": "Crunk reggaeton", + "Album": "Emergency" + }, + { + "Number": 2, + "Title": "Calling in the Fire", + "Released": "03 Sep 2019", + "Genre": "ethno-tunes", + "Album": "Emergency" + }, + { + "Number": 3, + "Title": "Fire of Shadow", + "Released": "05 Jan 2019", + "Genre": "ethno-tunes", + "Album": "Emergency" + }, + { + "Number": 4, + "Title": "Dancing in the Dream", + "Released": "15 Apr 2019", + "Genre": "R&B", + "Album": "Emergency" + }, + { + "Number": 5, + "Title": "Calling in the Shadow", + "Released": "09 Oct 2019", + "Genre": "R&B", + "Album": "Emergency" + }, + { + "Number": 6, + "Title": "Falling in the Sky", + "Released": "08 Mar 2019", + "Genre": "ethno-tunes", + "Album": "Emergency" + }, + { + "Number": 7, + "Title": "Calling in the Storm", + "Released": "05 Dec 2019", + "Genre": "ethno-tunes", + "Album": "Emergency" + }, + { + "Number": 8, + "Title": "Falling in the River", + "Released": "19 Aug 2019", + "Genre": "Electro house Electropop", + "Album": "Emergency" + }, + { + "Number": 9, + "Title": "Electric Fire", + "Released": "30 Nov 2019", + "Genre": "Crunk reggaeton", + "Album": "Emergency" + }, + { + "Number": 10, + "Title": "Lonely River", + "Released": "11 Nov 2019", + "Genre": "Electro house Electropop", + "Album": "Emergency" + } ] }, { @@ -523,7 +802,76 @@ "USBillboard200": 39, "Artist": "Ahmad Nazeri", "Songs": [ - + { + "Number": 1, + "Title": "Lonely Dream", + "Released": "11 Dec 2019", + "Genre": "ethno-tunes", + "Album": "Bursting bubbles" + }, + { + "Number": 2, + "Title": "Fire of River", + "Released": "01 Aug 2019", + "Genre": "Synth-pop R&B", + "Album": "Bursting bubbles" + }, + { + "Number": 3, + "Title": "Wicked Falling", + "Released": "25 Jan 2019", + "Genre": "*", + "Album": "Bursting bubbles" + }, + { + "Number": 4, + "Title": "Crying in the Shadow", + "Released": "04 Jan 2019", + "Genre": "Synth-pop R&B", + "Album": "Bursting bubbles" + }, + { + "Number": 5, + "Title": "Wild Burning", + "Released": "10 May 2019", + "Genre": "ethno-tunes", + "Album": "Bursting bubbles" + }, + { + "Number": 6, + "Title": "Waiting in the Heart", + "Released": "07 Aug 2019", + "Genre": "ethno-tunes", + "Album": "Bursting bubbles" + }, + { + "Number": 7, + "Title": "Fire of Fire", + "Released": "16 May 2019", + "Genre": "Electro house Electropop", + "Album": "Bursting bubbles" + }, + { + "Number": 8, + "Title": "Bright Heart", + "Released": "14 Mar 2019", + "Genre": "Synth-pop R&B", + "Album": "Bursting bubbles" + }, + { + "Number": 9, + "Title": "Lonely Fire", + "Released": "15 Oct 2019", + "Genre": "R&B", + "Album": "Bursting bubbles" + }, + { + "Number": 10, + "Title": "Sky of Dream", + "Released": "20 Jun 2019", + "Genre": "ethno-tunes", + "Album": "Bursting bubbles" + } ] } ] @@ -547,7 +895,76 @@ "USBillboard200": 1, "Artist": "Kimmy McIlmorie", "Songs": [ - + { + "Number": 1, + "Title": "Storm of Sky", + "Released": "04 Mar 2019", + "Genre": "ethno-tunes", + "Album": "Here we go again" + }, + { + "Number": 2, + "Title": "Dream of Shadow", + "Released": "03 Jan 2019", + "Genre": "ethno-tunes", + "Album": "Here we go again" + }, + { + "Number": 3, + "Title": "Dream of Shadow", + "Released": "19 Dec 2019", + "Genre": "Electro house Electropop", + "Album": "Here we go again" + }, + { + "Number": 4, + "Title": "Golden Fire", + "Released": "20 Jan 2019", + "Genre": "R&B", + "Album": "Here we go again" + }, + { + "Number": 5, + "Title": "Running in the Light", + "Released": "03 Jan 2020", + "Genre": "Synth-pop R&B", + "Album": "Here we go again" + }, + { + "Number": 6, + "Title": "Flying in the Heart", + "Released": "17 Jan 2019", + "Genre": "*", + "Album": "Here we go again" + }, + { + "Number": 7, + "Title": "Fire of Storm", + "Released": "26 Jan 2019", + "Genre": "ethno-tunes", + "Album": "Here we go again" + }, + { + "Number": 8, + "Title": "Calling in the Sky", + "Released": "28 Oct 2019", + "Genre": "Synth-pop R&B", + "Album": "Here we go again" + }, + { + "Number": 9, + "Title": "Flying in the Shadow", + "Released": "30 Mar 2019", + "Genre": "ethno-tunes", + "Album": "Here we go again" + }, + { + "Number": 10, + "Title": "Golden Dancing", + "Released": "12 Oct 2019", + "Genre": "ethno-tunes", + "Album": "Here we go again" + } ] } ] @@ -771,7 +1188,76 @@ "USBillboard200": 85, "Artist": "Izabella Tabakova", "Songs": [ - + { + "Number": 1, + "Title": "Hiding in the Light", + "Released": "24 Jan 2019", + "Genre": "Synth-pop R&B", + "Album": "Dark matters" + }, + { + "Number": 2, + "Title": "Furious River", + "Released": "13 Jan 2020", + "Genre": "Electro house Electropop", + "Album": "Dark matters" + }, + { + "Number": 3, + "Title": "Wild Crying", + "Released": "27 Feb 2019", + "Genre": "Electro house Electropop", + "Album": "Dark matters" + }, + { + "Number": 4, + "Title": "Light of Dream", + "Released": "01 Jun 2019", + "Genre": "Crunk reggaeton", + "Album": "Dark matters" + }, + { + "Number": 5, + "Title": "Light of Dream", + "Released": "24 Aug 2019", + "Genre": "*", + "Album": "Dark matters" + }, + { + "Number": 6, + "Title": "Storm of Light", + "Released": "26 Feb 2019", + "Genre": "*", + "Album": "Dark matters" + }, + { + "Number": 7, + "Title": "Dark Storm", + "Released": "18 Jan 2020", + "Genre": "R&B", + "Album": "Dark matters" + }, + { + "Number": 8, + "Title": "Dark Calling", + "Released": "20 Mar 2019", + "Genre": "Crunk reggaeton", + "Album": "Dark matters" + }, + { + "Number": 9, + "Title": "Sky of Whisper", + "Released": "30 Jan 2019", + "Genre": "ethno-tunes", + "Album": "Dark matters" + }, + { + "Number": 10, + "Title": "Dancing in the Light", + "Released": "28 Nov 2019", + "Genre": "Synth-pop R&B", + "Album": "Dark matters" + } ] } ] @@ -795,7 +1281,76 @@ "USBillboard200": 5, "Artist": "Nguyễn Diệp Chi", "Songs": [ - + { + "Number": 1, + "Title": "Echo of River", + "Released": "05 Mar 2019", + "Genre": "Synth-pop R&B", + "Album": "Library of liberty" + }, + { + "Number": 2, + "Title": "Heart of River", + "Released": "12 Jan 2020", + "Genre": "Electro house Electropop", + "Album": "Library of liberty" + }, + { + "Number": 3, + "Title": "Dark Light", + "Released": "09 Aug 2019", + "Genre": "Electro house Electropop", + "Album": "Library of liberty" + }, + { + "Number": 4, + "Title": "Dark Fire", + "Released": "22 Jun 2019", + "Genre": "R&B", + "Album": "Library of liberty" + }, + { + "Number": 5, + "Title": "Flying in the Fire", + "Released": "22 Jul 2019", + "Genre": "*", + "Album": "Library of liberty" + }, + { + "Number": 6, + "Title": "Shadow of Heart", + "Released": "02 Jan 2020", + "Genre": "*", + "Album": "Library of liberty" + }, + { + "Number": 7, + "Title": "Fire of Fire", + "Released": "27 Jan 2019", + "Genre": "*", + "Album": "Library of liberty" + }, + { + "Number": 8, + "Title": "Falling in the River", + "Released": "05 Aug 2019", + "Genre": "Crunk reggaeton", + "Album": "Library of liberty" + }, + { + "Number": 9, + "Title": "Fire of Light", + "Released": "31 Dec 2019", + "Genre": "ethno-tunes", + "Album": "Library of liberty" + }, + { + "Number": 10, + "Title": "Bright Flying", + "Released": "24 Jan 2019", + "Genre": "*", + "Album": "Library of liberty" + } ] } ] @@ -819,7 +1374,76 @@ "USBillboard200": 29, "Artist": "Eva Lee", "Songs": [ - + { + "Number": 1, + "Title": "Dancing in the Shadow", + "Released": "02 Aug 2019", + "Genre": "ethno-tunes", + "Album": "Just a tease" + }, + { + "Number": 2, + "Title": "Silent Whisper", + "Released": "09 Jul 2019", + "Genre": "*", + "Album": "Just a tease" + }, + { + "Number": 3, + "Title": "Crying in the Whisper", + "Released": "30 May 2019", + "Genre": "Crunk reggaeton", + "Album": "Just a tease" + }, + { + "Number": 4, + "Title": "River of Light", + "Released": "10 Jan 2019", + "Genre": "Electro house Electropop", + "Album": "Just a tease" + }, + { + "Number": 5, + "Title": "Golden River", + "Released": "15 Nov 2019", + "Genre": "*", + "Album": "Just a tease" + }, + { + "Number": 6, + "Title": "Burning in the Shadow", + "Released": "18 Apr 2019", + "Genre": "Crunk reggaeton", + "Album": "Just a tease" + }, + { + "Number": 7, + "Title": "Shadow of Sky", + "Released": "06 Sep 2019", + "Genre": "Crunk reggaeton", + "Album": "Just a tease" + }, + { + "Number": 8, + "Title": "Gentle Waiting", + "Released": "05 Dec 2019", + "Genre": "R&B", + "Album": "Just a tease" + }, + { + "Number": 9, + "Title": "Bright River", + "Released": "27 Jan 2020", + "Genre": "R&B", + "Album": "Just a tease" + }, + { + "Number": 10, + "Title": "Heart of Storm", + "Released": "07 Jan 2019", + "Genre": "Synth-pop R&B", + "Album": "Just a tease" + } ] } ] @@ -1046,7 +1670,76 @@ "USBillboard200": 98, "Artist": "Pablo Cambeiro", "Songs": [ - + { + "Number": 1, + "Title": "Dancing in the Echo", + "Released": "03 Oct 2019", + "Genre": "Crunk reggaeton", + "Album": "Fluke" + }, + { + "Number": 2, + "Title": "Dream of Dream", + "Released": "03 Mar 2019", + "Genre": "*", + "Album": "Fluke" + }, + { + "Number": 3, + "Title": "Calling in the Echo", + "Released": "16 Sep 2019", + "Genre": "*", + "Album": "Fluke" + }, + { + "Number": 4, + "Title": "Light of Light", + "Released": "25 May 2019", + "Genre": "Electro house Electropop", + "Album": "Fluke" + }, + { + "Number": 5, + "Title": "Bright Light", + "Released": "21 Mar 2019", + "Genre": "R&B", + "Album": "Fluke" + }, + { + "Number": 6, + "Title": "Storm of Echo", + "Released": "17 Jul 2019", + "Genre": "Synth-pop R&B", + "Album": "Fluke" + }, + { + "Number": 7, + "Title": "Lonely Calling", + "Released": "10 Apr 2019", + "Genre": "ethno-tunes", + "Album": "Fluke" + }, + { + "Number": 8, + "Title": "Gentle Falling", + "Released": "28 Nov 2019", + "Genre": "Synth-pop R&B", + "Album": "Fluke" + }, + { + "Number": 9, + "Title": "Wild Flying", + "Released": "26 Nov 2019", + "Genre": "Crunk reggaeton", + "Album": "Fluke" + }, + { + "Number": 10, + "Title": "Sky of Dream", + "Released": "29 May 2019", + "Genre": "R&B", + "Album": "Fluke" + } ] }, { @@ -1142,7 +1835,76 @@ "USBillboard200": 77, "Artist": "Athar Malakooti", "Songs": [ - + { + "Number": 1, + "Title": "Hiding in the Whisper", + "Released": "03 Apr 2019", + "Genre": "R&B", + "Album": "Pushing up daisies" + }, + { + "Number": 2, + "Title": "Wicked Light", + "Released": "21 Aug 2019", + "Genre": "R&B", + "Album": "Pushing up daisies" + }, + { + "Number": 3, + "Title": "Flying in the River", + "Released": "03 Feb 2020", + "Genre": "Synth-pop R&B", + "Album": "Pushing up daisies" + }, + { + "Number": 4, + "Title": "Wicked Hiding", + "Released": "15 Sep 2019", + "Genre": "Synth-pop R&B", + "Album": "Pushing up daisies" + }, + { + "Number": 5, + "Title": "Lonely Light", + "Released": "13 May 2019", + "Genre": "Electro house Electropop", + "Album": "Pushing up daisies" + }, + { + "Number": 6, + "Title": "Bright Dancing", + "Released": "10 Apr 2019", + "Genre": "Synth-pop R&B", + "Album": "Pushing up daisies" + }, + { + "Number": 7, + "Title": "Gentle Dream", + "Released": "21 May 2019", + "Genre": "*", + "Album": "Pushing up daisies" + }, + { + "Number": 8, + "Title": "Sky of Echo", + "Released": "09 Jun 2019", + "Genre": "Synth-pop R&B", + "Album": "Pushing up daisies" + }, + { + "Number": 9, + "Title": "Breaking in the Sky", + "Released": "27 Dec 2019", + "Genre": "Crunk reggaeton", + "Album": "Pushing up daisies" + }, + { + "Number": 10, + "Title": "Whisper of Shadow", + "Released": "04 Jan 2019", + "Genre": "ethno-tunes", + "Album": "Pushing up daisies" + } ] } ] @@ -1179,7 +1941,76 @@ "USBillboard200": 9, "Artist": "Marti Valencia", "Songs": [ - + { + "Number": 1, + "Title": "Hiding in the Sky", + "Released": "26 Nov 2019", + "Genre": "Synth-pop R&B", + "Album": "Nemesis" + }, + { + "Number": 2, + "Title": "Waiting in the Echo", + "Released": "10 Jul 2019", + "Genre": "ethno-tunes", + "Album": "Nemesis" + }, + { + "Number": 3, + "Title": "Wicked Shadow", + "Released": "29 Jul 2019", + "Genre": "Synth-pop R&B", + "Album": "Nemesis" + }, + { + "Number": 4, + "Title": "Crying in the Whisper", + "Released": "09 Apr 2019", + "Genre": "*", + "Album": "Nemesis" + }, + { + "Number": 5, + "Title": "Echo of Storm", + "Released": "19 Nov 2019", + "Genre": "Crunk reggaeton", + "Album": "Nemesis" + }, + { + "Number": 6, + "Title": "Shadow of Sky", + "Released": "24 Jul 2019", + "Genre": "Crunk reggaeton", + "Album": "Nemesis" + }, + { + "Number": 7, + "Title": "Golden Hiding", + "Released": "12 Dec 2019", + "Genre": "Electro house Electropop", + "Album": "Nemesis" + }, + { + "Number": 8, + "Title": "Wild Dancing", + "Released": "17 Aug 2019", + "Genre": "Synth-pop R&B", + "Album": "Nemesis" + }, + { + "Number": 9, + "Title": "Bright Burning", + "Released": "30 Aug 2019", + "Genre": "Electro house Electropop", + "Album": "Nemesis" + }, + { + "Number": 10, + "Title": "Flying in the River", + "Released": "02 Sep 2019", + "Genre": "*", + "Album": "Nemesis" + } ] }, { @@ -1282,7 +2113,76 @@ "USBillboard200": 37, "Artist": "Marti Valencia", "Songs": [ - + { + "Number": 1, + "Title": "Wild River", + "Released": "11 Jan 2019", + "Genre": "*", + "Album": "God's advocate" + }, + { + "Number": 2, + "Title": "Wicked Whisper", + "Released": "16 Feb 2019", + "Genre": "Electro house Electropop", + "Album": "God's advocate" + }, + { + "Number": 3, + "Title": "Storm of Heart", + "Released": "11 Aug 2019", + "Genre": "*", + "Album": "God's advocate" + }, + { + "Number": 4, + "Title": "Golden Dancing", + "Released": "02 Mar 2019", + "Genre": "Crunk reggaeton", + "Album": "God's advocate" + }, + { + "Number": 5, + "Title": "Calling in the Sky", + "Released": "10 Sep 2019", + "Genre": "Electro house Electropop", + "Album": "God's advocate" + }, + { + "Number": 6, + "Title": "Calling in the Heart", + "Released": "12 Jan 2019", + "Genre": "ethno-tunes", + "Album": "God's advocate" + }, + { + "Number": 7, + "Title": "Running in the Storm", + "Released": "10 Nov 2019", + "Genre": "Synth-pop R&B", + "Album": "God's advocate" + }, + { + "Number": 8, + "Title": "Wild Sky", + "Released": "10 Apr 2019", + "Genre": "R&B", + "Album": "God's advocate" + }, + { + "Number": 9, + "Title": "Crying in the Shadow", + "Released": "02 Mar 2019", + "Genre": "R&B", + "Album": "God's advocate" + }, + { + "Number": 10, + "Title": "Whisper of River", + "Released": "12 May 2019", + "Genre": "*", + "Album": "God's advocate" + } ] } ] @@ -1306,7 +2206,76 @@ "USBillboard200": 7, "Artist": "Alicia Stanger", "Songs": [ - + { + "Number": 1, + "Title": "Shadow of Light", + "Released": "24 Mar 2019", + "Genre": "ethno-tunes", + "Album": "Forever alone" + }, + { + "Number": 2, + "Title": "Running in the Echo", + "Released": "03 May 2019", + "Genre": "Crunk reggaeton", + "Album": "Forever alone" + }, + { + "Number": 3, + "Title": "Gentle Dream", + "Released": "24 Aug 2019", + "Genre": "Crunk reggaeton", + "Album": "Forever alone" + }, + { + "Number": 4, + "Title": "Furious River", + "Released": "24 Apr 2019", + "Genre": "ethno-tunes", + "Album": "Forever alone" + }, + { + "Number": 5, + "Title": "Wild Whisper", + "Released": "09 Mar 2019", + "Genre": "ethno-tunes", + "Album": "Forever alone" + }, + { + "Number": 6, + "Title": "Whisper of Sky", + "Released": "24 Jul 2019", + "Genre": "Crunk reggaeton", + "Album": "Forever alone" + }, + { + "Number": 7, + "Title": "Lonely Storm", + "Released": "01 May 2019", + "Genre": "Crunk reggaeton", + "Album": "Forever alone" + }, + { + "Number": 8, + "Title": "Dancing in the River", + "Released": "17 Dec 2019", + "Genre": "*", + "Album": "Forever alone" + }, + { + "Number": 9, + "Title": "Electric Fire", + "Released": "17 Oct 2019", + "Genre": "Electro house Electropop", + "Album": "Forever alone" + }, + { + "Number": 10, + "Title": "Electric Sky", + "Released": "25 Sep 2019", + "Genre": "ethno-tunes", + "Album": "Forever alone" + } ] } ] @@ -1371,7 +2340,76 @@ "USBillboard200": 35, "Artist": "Peter Taylor", "Songs": [ - + { + "Number": 1, + "Title": "Calling in the Dream", + "Released": "01 Aug 2019", + "Genre": "R&B", + "Album": "Decisions decisions" + }, + { + "Number": 2, + "Title": "Electric Burning", + "Released": "10 Sep 2019", + "Genre": "Electro house Electropop", + "Album": "Decisions decisions" + }, + { + "Number": 3, + "Title": "Dark Flying", + "Released": "28 Apr 2019", + "Genre": "*", + "Album": "Decisions decisions" + }, + { + "Number": 4, + "Title": "Gentle Sky", + "Released": "20 Nov 2019", + "Genre": "ethno-tunes", + "Album": "Decisions decisions" + }, + { + "Number": 5, + "Title": "Gentle Calling", + "Released": "13 Jan 2019", + "Genre": "Crunk reggaeton", + "Album": "Decisions decisions" + }, + { + "Number": 6, + "Title": "Golden Falling", + "Released": "14 Feb 2019", + "Genre": "Crunk reggaeton", + "Album": "Decisions decisions" + }, + { + "Number": 7, + "Title": "Silent River", + "Released": "13 Feb 2019", + "Genre": "R&B", + "Album": "Decisions decisions" + }, + { + "Number": 8, + "Title": "Furious Calling", + "Released": "11 Jun 2019", + "Genre": "Synth-pop R&B", + "Album": "Decisions decisions" + }, + { + "Number": 9, + "Title": "Running in the Echo", + "Released": "06 Nov 2019", + "Genre": "Electro house Electropop", + "Album": "Decisions decisions" + }, + { + "Number": 10, + "Title": "Furious River", + "Released": "12 Mar 2019", + "Genre": "*", + "Album": "Decisions decisions" + } ] }, { @@ -1381,7 +2419,76 @@ "USBillboard200": 89, "Artist": "Peter Taylor", "Songs": [ - + { + "Number": 1, + "Title": "Dark Crying", + "Released": "27 Apr 2019", + "Genre": "Electro house Electropop", + "Album": "Climate changed" + }, + { + "Number": 2, + "Title": "Dark Waiting", + "Released": "14 Nov 2019", + "Genre": "Synth-pop R&B", + "Album": "Climate changed" + }, + { + "Number": 3, + "Title": "Furious Waiting", + "Released": "23 May 2019", + "Genre": "*", + "Album": "Climate changed" + }, + { + "Number": 4, + "Title": "Running in the Echo", + "Released": "29 Nov 2019", + "Genre": "Crunk reggaeton", + "Album": "Climate changed" + }, + { + "Number": 5, + "Title": "Dream of Sky", + "Released": "31 Oct 2019", + "Genre": "Crunk reggaeton", + "Album": "Climate changed" + }, + { + "Number": 6, + "Title": "Hiding in the Heart", + "Released": "09 Aug 2019", + "Genre": "R&B", + "Album": "Climate changed" + }, + { + "Number": 7, + "Title": "Sky of Storm", + "Released": "01 Jun 2019", + "Genre": "R&B", + "Album": "Climate changed" + }, + { + "Number": 8, + "Title": "Light of Storm", + "Released": "17 Jan 2020", + "Genre": "ethno-tunes", + "Album": "Climate changed" + }, + { + "Number": 9, + "Title": "Light of Sky", + "Released": "26 May 2019", + "Genre": "*", + "Album": "Climate changed" + }, + { + "Number": 10, + "Title": "Golden River", + "Released": "19 Jun 2019", + "Genre": "*", + "Album": "Climate changed" + } ] } ] diff --git a/samples/grids/hierarchical-grid/row-pinning-extra-column/src/SingersData.json b/samples/grids/hierarchical-grid/row-pinning-extra-column/src/SingersData.json index f7508f3c9a..75ec4ec561 100644 --- a/samples/grids/hierarchical-grid/row-pinning-extra-column/src/SingersData.json +++ b/samples/grids/hierarchical-grid/row-pinning-extra-column/src/SingersData.json @@ -78,7 +78,79 @@ "LaunchDate": "September 3, 2013", "BillboardReview": 86, "USBillboard200": 1, - "Artist": "Naomí Yepes" + "Artist": "Naomí Yepes", + "Songs": [ + { + "Number": 1, + "Title": "Lonely Falling", + "Released": "01 May 2019", + "Genre": "*", + "Album": "Initiation" + }, + { + "Number": 2, + "Title": "Bright Breaking", + "Released": "25 Jul 2019", + "Genre": "Electro house Electropop", + "Album": "Initiation" + }, + { + "Number": 3, + "Title": "River of Whisper", + "Released": "29 Jan 2020", + "Genre": "Electro house Electropop", + "Album": "Initiation" + }, + { + "Number": 4, + "Title": "Sky of Storm", + "Released": "07 May 2019", + "Genre": "Electro house Electropop", + "Album": "Initiation" + }, + { + "Number": 5, + "Title": "Electric River", + "Released": "20 Jan 2020", + "Genre": "R&B", + "Album": "Initiation" + }, + { + "Number": 6, + "Title": "Storm of Storm", + "Released": "01 Sep 2019", + "Genre": "Crunk reggaeton", + "Album": "Initiation" + }, + { + "Number": 7, + "Title": "Fire of Dream", + "Released": "12 Sep 2019", + "Genre": "Electro house Electropop", + "Album": "Initiation" + }, + { + "Number": 8, + "Title": "Burning in the Light", + "Released": "15 Apr 2019", + "Genre": "*", + "Album": "Initiation" + }, + { + "Number": 9, + "Title": "Burning in the Storm", + "Released": "10 Sep 2019", + "Genre": "Electro house Electropop", + "Album": "Initiation" + }, + { + "Number": 10, + "Title": "Shadow of Whisper", + "Released": "06 Jan 2019", + "Genre": "Crunk reggaeton", + "Album": "Initiation" + } + ] }, { "Album": "Dream Driven", @@ -90,7 +162,7 @@ { "Number": 1, "Title": "Intro", - "Released": false, + "Released": "10 Sep 2019", "Genre": "*", "Album": "Dream Driven" }, @@ -111,7 +183,7 @@ { "Number": 4, "Title": "Future past", - "Released": false, + "Released": "20 Sep 2011", "Genre": "*", "Album": "Dream Driven" }, @@ -132,14 +204,14 @@ { "Number": 7, "Title": "Stay where you are", - "Released": false, + "Released": "14 Sep 2013", "Genre": "*", "Album": "Dream Driven" }, { "Number": 8, "Title": "Imaginarium", - "Released": false, + "Released": "20 Sep 2021", "Genre": "*", "Album": "Dream Driven" }, @@ -153,21 +225,21 @@ { "Number": 10, "Title": "Shredded into pieces", - "Released": false, + "Released": "11 Sep 2015", "Genre": "*", "Album": "Dream Driven" }, { "Number": 11, "Title": "Capture this moment", - "Released": false, + "Released": "13 Sep 2016", "Genre": "*", "Album": "Dream Driven" }, { "Number": 12, "Title": "Dream Driven", - "Released": false, + "Released": "14 Sep 2014", "Genre": "*", "Album": "Dream Driven" } @@ -180,7 +252,76 @@ "USBillboard200": 2, "Artist": "Naomí Yepes", "Songs": [ - + { + "Number": 1, + "Title": "Calling in the Storm", + "Released": "12 Mar 2019", + "Genre": "Electro house Electropop", + "Album": "The dragon journey" + }, + { + "Number": 2, + "Title": "Hiding in the Dream", + "Released": "23 Mar 2019", + "Genre": "R&B", + "Album": "The dragon journey" + }, + { + "Number": 3, + "Title": "Electric Heart", + "Released": "17 Mar 2019", + "Genre": "ethno-tunes", + "Album": "The dragon journey" + }, + { + "Number": 4, + "Title": "Shadow of Echo", + "Released": "20 Feb 2019", + "Genre": "ethno-tunes", + "Album": "The dragon journey" + }, + { + "Number": 5, + "Title": "Flying in the Storm", + "Released": "08 Apr 2019", + "Genre": "R&B", + "Album": "The dragon journey" + }, + { + "Number": 6, + "Title": "Dark Waiting", + "Released": "20 Oct 2019", + "Genre": "Synth-pop R&B", + "Album": "The dragon journey" + }, + { + "Number": 7, + "Title": "Fire of River", + "Released": "20 Feb 2019", + "Genre": "Synth-pop R&B", + "Album": "The dragon journey" + }, + { + "Number": 8, + "Title": "Wild Crying", + "Released": "14 Jun 2019", + "Genre": "R&B", + "Album": "The dragon journey" + }, + { + "Number": 9, + "Title": "Bright Dancing", + "Released": "14 Mar 2019", + "Genre": "Electro house Electropop", + "Album": "The dragon journey" + }, + { + "Number": 10, + "Title": "Golden Waiting", + "Released": "12 Sep 2019", + "Genre": "Synth-pop R&B", + "Album": "The dragon journey" + } ] }, { @@ -276,7 +417,76 @@ "USBillboard200": 12, "Artist": "Naomí Yepes", "Songs": [ - + { + "Number": 1, + "Title": "Storm of Dream", + "Released": "05 Jan 2019", + "Genre": "*", + "Album": "Curiosity" + }, + { + "Number": 2, + "Title": "Echo of Dream", + "Released": "28 Jan 2019", + "Genre": "Synth-pop R&B", + "Album": "Curiosity" + }, + { + "Number": 3, + "Title": "Light of Shadow", + "Released": "07 Feb 2019", + "Genre": "Synth-pop R&B", + "Album": "Curiosity" + }, + { + "Number": 4, + "Title": "Storm of Heart", + "Released": "05 Jan 2020", + "Genre": "Electro house Electropop", + "Album": "Curiosity" + }, + { + "Number": 5, + "Title": "Shadow of River", + "Released": "27 Feb 2019", + "Genre": "*", + "Album": "Curiosity" + }, + { + "Number": 6, + "Title": "Wicked Dancing", + "Released": "17 Jan 2020", + "Genre": "ethno-tunes", + "Album": "Curiosity" + }, + { + "Number": 7, + "Title": "River of Light", + "Released": "22 Feb 2019", + "Genre": "R&B", + "Album": "Curiosity" + }, + { + "Number": 8, + "Title": "Lonely Breaking", + "Released": "09 Sep 2019", + "Genre": "ethno-tunes", + "Album": "Curiosity" + }, + { + "Number": 9, + "Title": "Furious Flying", + "Released": "08 Jun 2019", + "Genre": "R&B", + "Album": "Curiosity" + }, + { + "Number": 10, + "Title": "Hiding in the Storm", + "Released": "27 May 2019", + "Genre": "Electro house Electropop", + "Album": "Curiosity" + } ] } ] @@ -513,7 +723,76 @@ "USBillboard200": 69, "Artist": "Ahmad Nazeri", "Songs": [ - + { + "Number": 1, + "Title": "Gentle Falling", + "Released": "26 Apr 2019", + "Genre": "Crunk reggaeton", + "Album": "Emergency" + }, + { + "Number": 2, + "Title": "Calling in the Fire", + "Released": "03 Sep 2019", + "Genre": "ethno-tunes", + "Album": "Emergency" + }, + { + "Number": 3, + "Title": "Fire of Shadow", + "Released": "05 Jan 2019", + "Genre": "ethno-tunes", + "Album": "Emergency" + }, + { + "Number": 4, + "Title": "Dancing in the Dream", + "Released": "15 Apr 2019", + "Genre": "R&B", + "Album": "Emergency" + }, + { + "Number": 5, + "Title": "Calling in the Shadow", + "Released": "09 Oct 2019", + "Genre": "R&B", + "Album": "Emergency" + }, + { + "Number": 6, + "Title": "Falling in the Sky", + "Released": "08 Mar 2019", + "Genre": "ethno-tunes", + "Album": "Emergency" + }, + { + "Number": 7, + "Title": "Calling in the Storm", + "Released": "05 Dec 2019", + "Genre": "ethno-tunes", + "Album": "Emergency" + }, + { + "Number": 8, + "Title": "Falling in the River", + "Released": "19 Aug 2019", + "Genre": "Electro house Electropop", + "Album": "Emergency" + }, + { + "Number": 9, + "Title": "Electric Fire", + "Released": "30 Nov 2019", + "Genre": "Crunk reggaeton", + "Album": "Emergency" + }, + { + "Number": 10, + "Title": "Lonely River", + "Released": "11 Nov 2019", + "Genre": "Electro house Electropop", + "Album": "Emergency" + } ] }, { @@ -523,7 +802,76 @@ "USBillboard200": 39, "Artist": "Ahmad Nazeri", "Songs": [ - + { + "Number": 1, + "Title": "Lonely Dream", + "Released": "11 Dec 2019", + "Genre": "ethno-tunes", + "Album": "Bursting bubbles" + }, + { + "Number": 2, + "Title": "Fire of River", + "Released": "01 Aug 2019", + "Genre": "Synth-pop R&B", + "Album": "Bursting bubbles" + }, + { + "Number": 3, + "Title": "Wicked Falling", + "Released": "25 Jan 2019", + "Genre": "*", + "Album": "Bursting bubbles" + }, + { + "Number": 4, + "Title": "Crying in the Shadow", + "Released": "04 Jan 2019", + "Genre": "Synth-pop R&B", + "Album": "Bursting bubbles" + }, + { + "Number": 5, + "Title": "Wild Burning", + "Released": "10 May 2019", + "Genre": "ethno-tunes", + "Album": "Bursting bubbles" + }, + { + "Number": 6, + "Title": "Waiting in the Heart", + "Released": "07 Aug 2019", + "Genre": "ethno-tunes", + "Album": "Bursting bubbles" + }, + { + "Number": 7, + "Title": "Fire of Fire", + "Released": "16 May 2019", + "Genre": "Electro house Electropop", + "Album": "Bursting bubbles" + }, + { + "Number": 8, + "Title": "Bright Heart", + "Released": "14 Mar 2019", + "Genre": "Synth-pop R&B", + "Album": "Bursting bubbles" + }, + { + "Number": 9, + "Title": "Lonely Fire", + "Released": "15 Oct 2019", + "Genre": "R&B", + "Album": "Bursting bubbles" + }, + { + "Number": 10, + "Title": "Sky of Dream", + "Released": "20 Jun 2019", + "Genre": "ethno-tunes", + "Album": "Bursting bubbles" + } ] } ] @@ -547,7 +895,76 @@ "USBillboard200": 1, "Artist": "Kimmy McIlmorie", "Songs": [ - + { + "Number": 1, + "Title": "Storm of Sky", + "Released": "04 Mar 2019", + "Genre": "ethno-tunes", + "Album": "Here we go again" + }, + { + "Number": 2, + "Title": "Dream of Shadow", + "Released": "03 Jan 2019", + "Genre": "ethno-tunes", + "Album": "Here we go again" + }, + { + "Number": 3, + "Title": "Dream of Shadow", + "Released": "19 Dec 2019", + "Genre": "Electro house Electropop", + "Album": "Here we go again" + }, + { + "Number": 4, + "Title": "Golden Fire", + "Released": "20 Jan 2019", + "Genre": "R&B", + "Album": "Here we go again" + }, + { + "Number": 5, + "Title": "Running in the Light", + "Released": "03 Jan 2020", + "Genre": "Synth-pop R&B", + "Album": "Here we go again" + }, + { + "Number": 6, + "Title": "Flying in the Heart", + "Released": "17 Jan 2019", + "Genre": "*", + "Album": "Here we go again" + }, + { + "Number": 7, + "Title": "Fire of Storm", + "Released": "26 Jan 2019", + "Genre": "ethno-tunes", + "Album": "Here we go again" + }, + { + "Number": 8, + "Title": "Calling in the Sky", + "Released": "28 Oct 2019", + "Genre": "Synth-pop R&B", + "Album": "Here we go again" + }, + { + "Number": 9, + "Title": "Flying in the Shadow", + "Released": "30 Mar 2019", + "Genre": "ethno-tunes", + "Album": "Here we go again" + }, + { + "Number": 10, + "Title": "Golden Dancing", + "Released": "12 Oct 2019", + "Genre": "ethno-tunes", + "Album": "Here we go again" + } ] } ] @@ -771,7 +1188,76 @@ "USBillboard200": 85, "Artist": "Izabella Tabakova", "Songs": [ - + { + "Number": 1, + "Title": "Hiding in the Light", + "Released": "24 Jan 2019", + "Genre": "Synth-pop R&B", + "Album": "Dark matters" + }, + { + "Number": 2, + "Title": "Furious River", + "Released": "13 Jan 2020", + "Genre": "Electro house Electropop", + "Album": "Dark matters" + }, + { + "Number": 3, + "Title": "Wild Crying", + "Released": "27 Feb 2019", + "Genre": "Electro house Electropop", + "Album": "Dark matters" + }, + { + "Number": 4, + "Title": "Light of Dream", + "Released": "01 Jun 2019", + "Genre": "Crunk reggaeton", + "Album": "Dark matters" + }, + { + "Number": 5, + "Title": "Light of Dream", + "Released": "24 Aug 2019", + "Genre": "*", + "Album": "Dark matters" + }, + { + "Number": 6, + "Title": "Storm of Light", + "Released": "26 Feb 2019", + "Genre": "*", + "Album": "Dark matters" + }, + { + "Number": 7, + "Title": "Dark Storm", + "Released": "18 Jan 2020", + "Genre": "R&B", + "Album": "Dark matters" + }, + { + "Number": 8, + "Title": "Dark Calling", + "Released": "20 Mar 2019", + "Genre": "Crunk reggaeton", + "Album": "Dark matters" + }, + { + "Number": 9, + "Title": "Sky of Whisper", + "Released": "30 Jan 2019", + "Genre": "ethno-tunes", + "Album": "Dark matters" + }, + { + "Number": 10, + "Title": "Dancing in the Light", + "Released": "28 Nov 2019", + "Genre": "Synth-pop R&B", + "Album": "Dark matters" + } ] } ] @@ -795,7 +1281,76 @@ "USBillboard200": 5, "Artist": "Nguyễn Diệp Chi", "Songs": [ - + { + "Number": 1, + "Title": "Echo of River", + "Released": "05 Mar 2019", + "Genre": "Synth-pop R&B", + "Album": "Library of liberty" + }, + { + "Number": 2, + "Title": "Heart of River", + "Released": "12 Jan 2020", + "Genre": "Electro house Electropop", + "Album": "Library of liberty" + }, + { + "Number": 3, + "Title": "Dark Light", + "Released": "09 Aug 2019", + "Genre": "Electro house Electropop", + "Album": "Library of liberty" + }, + { + "Number": 4, + "Title": "Dark Fire", + "Released": "22 Jun 2019", + "Genre": "R&B", + "Album": "Library of liberty" + }, + { + "Number": 5, + "Title": "Flying in the Fire", + "Released": "22 Jul 2019", + "Genre": "*", + "Album": "Library of liberty" + }, + { + "Number": 6, + "Title": "Shadow of Heart", + "Released": "02 Jan 2020", + "Genre": "*", + "Album": "Library of liberty" + }, + { + "Number": 7, + "Title": "Fire of Fire", + "Released": "27 Jan 2019", + "Genre": "*", + "Album": "Library of liberty" + }, + { + "Number": 8, + "Title": "Falling in the River", + "Released": "05 Aug 2019", + "Genre": "Crunk reggaeton", + "Album": "Library of liberty" + }, + { + "Number": 9, + "Title": "Fire of Light", + "Released": "31 Dec 2019", + "Genre": "ethno-tunes", + "Album": "Library of liberty" + }, + { + "Number": 10, + "Title": "Bright Flying", + "Released": "24 Jan 2019", + "Genre": "*", + "Album": "Library of liberty" + } ] } ] @@ -819,7 +1374,76 @@ "USBillboard200": 29, "Artist": "Eva Lee", "Songs": [ - + { + "Number": 1, + "Title": "Dancing in the Shadow", + "Released": "02 Aug 2019", + "Genre": "ethno-tunes", + "Album": "Just a tease" + }, + { + "Number": 2, + "Title": "Silent Whisper", + "Released": "09 Jul 2019", + "Genre": "*", + "Album": "Just a tease" + }, + { + "Number": 3, + "Title": "Crying in the Whisper", + "Released": "30 May 2019", + "Genre": "Crunk reggaeton", + "Album": "Just a tease" + }, + { + "Number": 4, + "Title": "River of Light", + "Released": "10 Jan 2019", + "Genre": "Electro house Electropop", + "Album": "Just a tease" + }, + { + "Number": 5, + "Title": "Golden River", + "Released": "15 Nov 2019", + "Genre": "*", + "Album": "Just a tease" + }, + { + "Number": 6, + "Title": "Burning in the Shadow", + "Released": "18 Apr 2019", + "Genre": "Crunk reggaeton", + "Album": "Just a tease" + }, + { + "Number": 7, + "Title": "Shadow of Sky", + "Released": "06 Sep 2019", + "Genre": "Crunk reggaeton", + "Album": "Just a tease" + }, + { + "Number": 8, + "Title": "Gentle Waiting", + "Released": "05 Dec 2019", + "Genre": "R&B", + "Album": "Just a tease" + }, + { + "Number": 9, + "Title": "Bright River", + "Released": "27 Jan 2020", + "Genre": "R&B", + "Album": "Just a tease" + }, + { + "Number": 10, + "Title": "Heart of Storm", + "Released": "07 Jan 2019", + "Genre": "Synth-pop R&B", + "Album": "Just a tease" + } ] } ] @@ -1046,7 +1670,76 @@ "USBillboard200": 98, "Artist": "Pablo Cambeiro", "Songs": [ - + { + "Number": 1, + "Title": "Dancing in the Echo", + "Released": "03 Oct 2019", + "Genre": "Crunk reggaeton", + "Album": "Fluke" + }, + { + "Number": 2, + "Title": "Dream of Dream", + "Released": "03 Mar 2019", + "Genre": "*", + "Album": "Fluke" + }, + { + "Number": 3, + "Title": "Calling in the Echo", + "Released": "16 Sep 2019", + "Genre": "*", + "Album": "Fluke" + }, + { + "Number": 4, + "Title": "Light of Light", + "Released": "25 May 2019", + "Genre": "Electro house Electropop", + "Album": "Fluke" + }, + { + "Number": 5, + "Title": "Bright Light", + "Released": "21 Mar 2019", + "Genre": "R&B", + "Album": "Fluke" + }, + { + "Number": 6, + "Title": "Storm of Echo", + "Released": "17 Jul 2019", + "Genre": "Synth-pop R&B", + "Album": "Fluke" + }, + { + "Number": 7, + "Title": "Lonely Calling", + "Released": "10 Apr 2019", + "Genre": "ethno-tunes", + "Album": "Fluke" + }, + { + "Number": 8, + "Title": "Gentle Falling", + "Released": "28 Nov 2019", + "Genre": "Synth-pop R&B", + "Album": "Fluke" + }, + { + "Number": 9, + "Title": "Wild Flying", + "Released": "26 Nov 2019", + "Genre": "Crunk reggaeton", + "Album": "Fluke" + }, + { + "Number": 10, + "Title": "Sky of Dream", + "Released": "29 May 2019", + "Genre": "R&B", + "Album": "Fluke" + } ] }, { @@ -1142,7 +1835,76 @@ "USBillboard200": 77, "Artist": "Athar Malakooti", "Songs": [ - + { + "Number": 1, + "Title": "Hiding in the Whisper", + "Released": "03 Apr 2019", + "Genre": "R&B", + "Album": "Pushing up daisies" + }, + { + "Number": 2, + "Title": "Wicked Light", + "Released": "21 Aug 2019", + "Genre": "R&B", + "Album": "Pushing up daisies" + }, + { + "Number": 3, + "Title": "Flying in the River", + "Released": "03 Feb 2020", + "Genre": "Synth-pop R&B", + "Album": "Pushing up daisies" + }, + { + "Number": 4, + "Title": "Wicked Hiding", + "Released": "15 Sep 2019", + "Genre": "Synth-pop R&B", + "Album": "Pushing up daisies" + }, + { + "Number": 5, + "Title": "Lonely Light", + "Released": "13 May 2019", + "Genre": "Electro house Electropop", + "Album": "Pushing up daisies" + }, + { + "Number": 6, + "Title": "Bright Dancing", + "Released": "10 Apr 2019", + "Genre": "Synth-pop R&B", + "Album": "Pushing up daisies" + }, + { + "Number": 7, + "Title": "Gentle Dream", + "Released": "21 May 2019", + "Genre": "*", + "Album": "Pushing up daisies" + }, + { + "Number": 8, + "Title": "Sky of Echo", + "Released": "09 Jun 2019", + "Genre": "Synth-pop R&B", + "Album": "Pushing up daisies" + }, + { + "Number": 9, + "Title": "Breaking in the Sky", + "Released": "27 Dec 2019", + "Genre": "Crunk reggaeton", + "Album": "Pushing up daisies" + }, + { + "Number": 10, + "Title": "Whisper of Shadow", + "Released": "04 Jan 2019", + "Genre": "ethno-tunes", + "Album": "Pushing up daisies" + } ] } ] @@ -1179,7 +1941,76 @@ "USBillboard200": 9, "Artist": "Marti Valencia", "Songs": [ - + { + "Number": 1, + "Title": "Hiding in the Sky", + "Released": "26 Nov 2019", + "Genre": "Synth-pop R&B", + "Album": "Nemesis" + }, + { + "Number": 2, + "Title": "Waiting in the Echo", + "Released": "10 Jul 2019", + "Genre": "ethno-tunes", + "Album": "Nemesis" + }, + { + "Number": 3, + "Title": "Wicked Shadow", + "Released": "29 Jul 2019", + "Genre": "Synth-pop R&B", + "Album": "Nemesis" + }, + { + "Number": 4, + "Title": "Crying in the Whisper", + "Released": "09 Apr 2019", + "Genre": "*", + "Album": "Nemesis" + }, + { + "Number": 5, + "Title": "Echo of Storm", + "Released": "19 Nov 2019", + "Genre": "Crunk reggaeton", + "Album": "Nemesis" + }, + { + "Number": 6, + "Title": "Shadow of Sky", + "Released": "24 Jul 2019", + "Genre": "Crunk reggaeton", + "Album": "Nemesis" + }, + { + "Number": 7, + "Title": "Golden Hiding", + "Released": "12 Dec 2019", + "Genre": "Electro house Electropop", + "Album": "Nemesis" + }, + { + "Number": 8, + "Title": "Wild Dancing", + "Released": "17 Aug 2019", + "Genre": "Synth-pop R&B", + "Album": "Nemesis" + }, + { + "Number": 9, + "Title": "Bright Burning", + "Released": "30 Aug 2019", + "Genre": "Electro house Electropop", + "Album": "Nemesis" + }, + { + "Number": 10, + "Title": "Flying in the River", + "Released": "02 Sep 2019", + "Genre": "*", + "Album": "Nemesis" + } ] }, { @@ -1282,7 +2113,76 @@ "USBillboard200": 37, "Artist": "Marti Valencia", "Songs": [ - + { + "Number": 1, + "Title": "Wild River", + "Released": "11 Jan 2019", + "Genre": "*", + "Album": "God's advocate" + }, + { + "Number": 2, + "Title": "Wicked Whisper", + "Released": "16 Feb 2019", + "Genre": "Electro house Electropop", + "Album": "God's advocate" + }, + { + "Number": 3, + "Title": "Storm of Heart", + "Released": "11 Aug 2019", + "Genre": "*", + "Album": "God's advocate" + }, + { + "Number": 4, + "Title": "Golden Dancing", + "Released": "02 Mar 2019", + "Genre": "Crunk reggaeton", + "Album": "God's advocate" + }, + { + "Number": 5, + "Title": "Calling in the Sky", + "Released": "10 Sep 2019", + "Genre": "Electro house Electropop", + "Album": "God's advocate" + }, + { + "Number": 6, + "Title": "Calling in the Heart", + "Released": "12 Jan 2019", + "Genre": "ethno-tunes", + "Album": "God's advocate" + }, + { + "Number": 7, + "Title": "Running in the Storm", + "Released": "10 Nov 2019", + "Genre": "Synth-pop R&B", + "Album": "God's advocate" + }, + { + "Number": 8, + "Title": "Wild Sky", + "Released": "10 Apr 2019", + "Genre": "R&B", + "Album": "God's advocate" + }, + { + "Number": 9, + "Title": "Crying in the Shadow", + "Released": "02 Mar 2019", + "Genre": "R&B", + "Album": "God's advocate" + }, + { + "Number": 10, + "Title": "Whisper of River", + "Released": "12 May 2019", + "Genre": "*", + "Album": "God's advocate" + } ] } ] @@ -1306,7 +2206,76 @@ "USBillboard200": 7, "Artist": "Alicia Stanger", "Songs": [ - + { + "Number": 1, + "Title": "Shadow of Light", + "Released": "24 Mar 2019", + "Genre": "ethno-tunes", + "Album": "Forever alone" + }, + { + "Number": 2, + "Title": "Running in the Echo", + "Released": "03 May 2019", + "Genre": "Crunk reggaeton", + "Album": "Forever alone" + }, + { + "Number": 3, + "Title": "Gentle Dream", + "Released": "24 Aug 2019", + "Genre": "Crunk reggaeton", + "Album": "Forever alone" + }, + { + "Number": 4, + "Title": "Furious River", + "Released": "24 Apr 2019", + "Genre": "ethno-tunes", + "Album": "Forever alone" + }, + { + "Number": 5, + "Title": "Wild Whisper", + "Released": "09 Mar 2019", + "Genre": "ethno-tunes", + "Album": "Forever alone" + }, + { + "Number": 6, + "Title": "Whisper of Sky", + "Released": "24 Jul 2019", + "Genre": "Crunk reggaeton", + "Album": "Forever alone" + }, + { + "Number": 7, + "Title": "Lonely Storm", + "Released": "01 May 2019", + "Genre": "Crunk reggaeton", + "Album": "Forever alone" + }, + { + "Number": 8, + "Title": "Dancing in the River", + "Released": "17 Dec 2019", + "Genre": "*", + "Album": "Forever alone" + }, + { + "Number": 9, + "Title": "Electric Fire", + "Released": "17 Oct 2019", + "Genre": "Electro house Electropop", + "Album": "Forever alone" + }, + { + "Number": 10, + "Title": "Electric Sky", + "Released": "25 Sep 2019", + "Genre": "ethno-tunes", + "Album": "Forever alone" + } ] } ] @@ -1371,7 +2340,76 @@ "USBillboard200": 35, "Artist": "Peter Taylor", "Songs": [ - + { + "Number": 1, + "Title": "Calling in the Dream", + "Released": "01 Aug 2019", + "Genre": "R&B", + "Album": "Decisions decisions" + }, + { + "Number": 2, + "Title": "Electric Burning", + "Released": "10 Sep 2019", + "Genre": "Electro house Electropop", + "Album": "Decisions decisions" + }, + { + "Number": 3, + "Title": "Dark Flying", + "Released": "28 Apr 2019", + "Genre": "*", + "Album": "Decisions decisions" + }, + { + "Number": 4, + "Title": "Gentle Sky", + "Released": "20 Nov 2019", + "Genre": "ethno-tunes", + "Album": "Decisions decisions" + }, + { + "Number": 5, + "Title": "Gentle Calling", + "Released": "13 Jan 2019", + "Genre": "Crunk reggaeton", + "Album": "Decisions decisions" + }, + { + "Number": 6, + "Title": "Golden Falling", + "Released": "14 Feb 2019", + "Genre": "Crunk reggaeton", + "Album": "Decisions decisions" + }, + { + "Number": 7, + "Title": "Silent River", + "Released": "13 Feb 2019", + "Genre": "R&B", + "Album": "Decisions decisions" + }, + { + "Number": 8, + "Title": "Furious Calling", + "Released": "11 Jun 2019", + "Genre": "Synth-pop R&B", + "Album": "Decisions decisions" + }, + { + "Number": 9, + "Title": "Running in the Echo", + "Released": "06 Nov 2019", + "Genre": "Electro house Electropop", + "Album": "Decisions decisions" + }, + { + "Number": 10, + "Title": "Furious River", + "Released": "12 Mar 2019", + "Genre": "*", + "Album": "Decisions decisions" + } ] }, { @@ -1381,7 +2419,76 @@ "USBillboard200": 89, "Artist": "Peter Taylor", "Songs": [ - + { + "Number": 1, + "Title": "Dark Crying", + "Released": "27 Apr 2019", + "Genre": "Electro house Electropop", + "Album": "Climate changed" + }, + { + "Number": 2, + "Title": "Dark Waiting", + "Released": "14 Nov 2019", + "Genre": "Synth-pop R&B", + "Album": "Climate changed" + }, + { + "Number": 3, + "Title": "Furious Waiting", + "Released": "23 May 2019", + "Genre": "*", + "Album": "Climate changed" + }, + { + "Number": 4, + "Title": "Running in the Echo", + "Released": "29 Nov 2019", + "Genre": "Crunk reggaeton", + "Album": "Climate changed" + }, + { + "Number": 5, + "Title": "Dream of Sky", + "Released": "31 Oct 2019", + "Genre": "Crunk reggaeton", + "Album": "Climate changed" + }, + { + "Number": 6, + "Title": "Hiding in the Heart", + "Released": "09 Aug 2019", + "Genre": "R&B", + "Album": "Climate changed" + }, + { + "Number": 7, + "Title": "Sky of Storm", + "Released": "01 Jun 2019", + "Genre": "R&B", + "Album": "Climate changed" + }, + { + "Number": 8, + "Title": "Light of Storm", + "Released": "17 Jan 2020", + "Genre": "ethno-tunes", + "Album": "Climate changed" + }, + { + "Number": 9, + "Title": "Light of Sky", + "Released": "26 May 2019", + "Genre": "*", + "Album": "Climate changed" + }, + { + "Number": 10, + "Title": "Golden River", + "Released": "19 Jun 2019", + "Genre": "*", + "Album": "Climate changed" + } ] } ] diff --git a/samples/grids/hierarchical-grid/row-pinning-options/src/SingersData.json b/samples/grids/hierarchical-grid/row-pinning-options/src/SingersData.json index f7508f3c9a..75ec4ec561 100644 --- a/samples/grids/hierarchical-grid/row-pinning-options/src/SingersData.json +++ b/samples/grids/hierarchical-grid/row-pinning-options/src/SingersData.json @@ -78,7 +78,79 @@ "LaunchDate": "September 3, 2013", "BillboardReview": 86, "USBillboard200": 1, - "Artist": "Naomí Yepes" + "Artist": "Naomí Yepes", + "Songs": [ + { + "Number": 1, + "Title": "Lonely Falling", + "Released": "01 May 2019", + "Genre": "*", + "Album": "Initiation" + }, + { + "Number": 2, + "Title": "Bright Breaking", + "Released": "25 Jul 2019", + "Genre": "Electro house Electropop", + "Album": "Initiation" + }, + { + "Number": 3, + "Title": "River of Whisper", + "Released": "29 Jan 2020", + "Genre": "Electro house Electropop", + "Album": "Initiation" + }, + { + "Number": 4, + "Title": "Sky of Storm", + "Released": "07 May 2019", + "Genre": "Electro house Electropop", + "Album": "Initiation" + }, + { + "Number": 5, + "Title": "Electric River", + "Released": "20 Jan 2020", + "Genre": "R&B", + "Album": "Initiation" + }, + { + "Number": 6, + "Title": "Storm of Storm", + "Released": "01 Sep 2019", + "Genre": "Crunk reggaeton", + "Album": "Initiation" + }, + { + "Number": 7, + "Title": "Fire of Dream", + "Released": "12 Sep 2019", + "Genre": "Electro house Electropop", + "Album": "Initiation" + }, + { + "Number": 8, + "Title": "Burning in the Light", + "Released": "15 Apr 2019", + "Genre": "*", + "Album": "Initiation" + }, + { + "Number": 9, + "Title": "Burning in the Storm", + "Released": "10 Sep 2019", + "Genre": "Electro house Electropop", + "Album": "Initiation" + }, + { + "Number": 10, + "Title": "Shadow of Whisper", + "Released": "06 Jan 2019", + "Genre": "Crunk reggaeton", + "Album": "Initiation" + } + ] }, { "Album": "Dream Driven", @@ -90,7 +162,7 @@ { "Number": 1, "Title": "Intro", - "Released": false, + "Released": "10 Sep 2019", "Genre": "*", "Album": "Dream Driven" }, @@ -111,7 +183,7 @@ { "Number": 4, "Title": "Future past", - "Released": false, + "Released": "20 Sep 2011", "Genre": "*", "Album": "Dream Driven" }, @@ -132,14 +204,14 @@ { "Number": 7, "Title": "Stay where you are", - "Released": false, + "Released": "14 Sep 2013", "Genre": "*", "Album": "Dream Driven" }, { "Number": 8, "Title": "Imaginarium", - "Released": false, + "Released": "20 Sep 2021", "Genre": "*", "Album": "Dream Driven" }, @@ -153,21 +225,21 @@ { "Number": 10, "Title": "Shredded into pieces", - "Released": false, + "Released": "11 Sep 2015", "Genre": "*", "Album": "Dream Driven" }, { "Number": 11, "Title": "Capture this moment", - "Released": false, + "Released": "13 Sep 2016", "Genre": "*", "Album": "Dream Driven" }, { "Number": 12, "Title": "Dream Driven", - "Released": false, + "Released": "14 Sep 2014", "Genre": "*", "Album": "Dream Driven" } @@ -180,7 +252,76 @@ "USBillboard200": 2, "Artist": "Naomí Yepes", "Songs": [ - + { + "Number": 1, + "Title": "Calling in the Storm", + "Released": "12 Mar 2019", + "Genre": "Electro house Electropop", + "Album": "The dragon journey" + }, + { + "Number": 2, + "Title": "Hiding in the Dream", + "Released": "23 Mar 2019", + "Genre": "R&B", + "Album": "The dragon journey" + }, + { + "Number": 3, + "Title": "Electric Heart", + "Released": "17 Mar 2019", + "Genre": "ethno-tunes", + "Album": "The dragon journey" + }, + { + "Number": 4, + "Title": "Shadow of Echo", + "Released": "20 Feb 2019", + "Genre": "ethno-tunes", + "Album": "The dragon journey" + }, + { + "Number": 5, + "Title": "Flying in the Storm", + "Released": "08 Apr 2019", + "Genre": "R&B", + "Album": "The dragon journey" + }, + { + "Number": 6, + "Title": "Dark Waiting", + "Released": "20 Oct 2019", + "Genre": "Synth-pop R&B", + "Album": "The dragon journey" + }, + { + "Number": 7, + "Title": "Fire of River", + "Released": "20 Feb 2019", + "Genre": "Synth-pop R&B", + "Album": "The dragon journey" + }, + { + "Number": 8, + "Title": "Wild Crying", + "Released": "14 Jun 2019", + "Genre": "R&B", + "Album": "The dragon journey" + }, + { + "Number": 9, + "Title": "Bright Dancing", + "Released": "14 Mar 2019", + "Genre": "Electro house Electropop", + "Album": "The dragon journey" + }, + { + "Number": 10, + "Title": "Golden Waiting", + "Released": "12 Sep 2019", + "Genre": "Synth-pop R&B", + "Album": "The dragon journey" + } ] }, { @@ -276,7 +417,76 @@ "USBillboard200": 12, "Artist": "Naomí Yepes", "Songs": [ - + { + "Number": 1, + "Title": "Storm of Dream", + "Released": "05 Jan 2019", + "Genre": "*", + "Album": "Curiosity" + }, + { + "Number": 2, + "Title": "Echo of Dream", + "Released": "28 Jan 2019", + "Genre": "Synth-pop R&B", + "Album": "Curiosity" + }, + { + "Number": 3, + "Title": "Light of Shadow", + "Released": "07 Feb 2019", + "Genre": "Synth-pop R&B", + "Album": "Curiosity" + }, + { + "Number": 4, + "Title": "Storm of Heart", + "Released": "05 Jan 2020", + "Genre": "Electro house Electropop", + "Album": "Curiosity" + }, + { + "Number": 5, + "Title": "Shadow of River", + "Released": "27 Feb 2019", + "Genre": "*", + "Album": "Curiosity" + }, + { + "Number": 6, + "Title": "Wicked Dancing", + "Released": "17 Jan 2020", + "Genre": "ethno-tunes", + "Album": "Curiosity" + }, + { + "Number": 7, + "Title": "River of Light", + "Released": "22 Feb 2019", + "Genre": "R&B", + "Album": "Curiosity" + }, + { + "Number": 8, + "Title": "Lonely Breaking", + "Released": "09 Sep 2019", + "Genre": "ethno-tunes", + "Album": "Curiosity" + }, + { + "Number": 9, + "Title": "Furious Flying", + "Released": "08 Jun 2019", + "Genre": "R&B", + "Album": "Curiosity" + }, + { + "Number": 10, + "Title": "Hiding in the Storm", + "Released": "27 May 2019", + "Genre": "Electro house Electropop", + "Album": "Curiosity" + } ] } ] @@ -513,7 +723,76 @@ "USBillboard200": 69, "Artist": "Ahmad Nazeri", "Songs": [ - + { + "Number": 1, + "Title": "Gentle Falling", + "Released": "26 Apr 2019", + "Genre": "Crunk reggaeton", + "Album": "Emergency" + }, + { + "Number": 2, + "Title": "Calling in the Fire", + "Released": "03 Sep 2019", + "Genre": "ethno-tunes", + "Album": "Emergency" + }, + { + "Number": 3, + "Title": "Fire of Shadow", + "Released": "05 Jan 2019", + "Genre": "ethno-tunes", + "Album": "Emergency" + }, + { + "Number": 4, + "Title": "Dancing in the Dream", + "Released": "15 Apr 2019", + "Genre": "R&B", + "Album": "Emergency" + }, + { + "Number": 5, + "Title": "Calling in the Shadow", + "Released": "09 Oct 2019", + "Genre": "R&B", + "Album": "Emergency" + }, + { + "Number": 6, + "Title": "Falling in the Sky", + "Released": "08 Mar 2019", + "Genre": "ethno-tunes", + "Album": "Emergency" + }, + { + "Number": 7, + "Title": "Calling in the Storm", + "Released": "05 Dec 2019", + "Genre": "ethno-tunes", + "Album": "Emergency" + }, + { + "Number": 8, + "Title": "Falling in the River", + "Released": "19 Aug 2019", + "Genre": "Electro house Electropop", + "Album": "Emergency" + }, + { + "Number": 9, + "Title": "Electric Fire", + "Released": "30 Nov 2019", + "Genre": "Crunk reggaeton", + "Album": "Emergency" + }, + { + "Number": 10, + "Title": "Lonely River", + "Released": "11 Nov 2019", + "Genre": "Electro house Electropop", + "Album": "Emergency" + } ] }, { @@ -523,7 +802,76 @@ "USBillboard200": 39, "Artist": "Ahmad Nazeri", "Songs": [ - + { + "Number": 1, + "Title": "Lonely Dream", + "Released": "11 Dec 2019", + "Genre": "ethno-tunes", + "Album": "Bursting bubbles" + }, + { + "Number": 2, + "Title": "Fire of River", + "Released": "01 Aug 2019", + "Genre": "Synth-pop R&B", + "Album": "Bursting bubbles" + }, + { + "Number": 3, + "Title": "Wicked Falling", + "Released": "25 Jan 2019", + "Genre": "*", + "Album": "Bursting bubbles" + }, + { + "Number": 4, + "Title": "Crying in the Shadow", + "Released": "04 Jan 2019", + "Genre": "Synth-pop R&B", + "Album": "Bursting bubbles" + }, + { + "Number": 5, + "Title": "Wild Burning", + "Released": "10 May 2019", + "Genre": "ethno-tunes", + "Album": "Bursting bubbles" + }, + { + "Number": 6, + "Title": "Waiting in the Heart", + "Released": "07 Aug 2019", + "Genre": "ethno-tunes", + "Album": "Bursting bubbles" + }, + { + "Number": 7, + "Title": "Fire of Fire", + "Released": "16 May 2019", + "Genre": "Electro house Electropop", + "Album": "Bursting bubbles" + }, + { + "Number": 8, + "Title": "Bright Heart", + "Released": "14 Mar 2019", + "Genre": "Synth-pop R&B", + "Album": "Bursting bubbles" + }, + { + "Number": 9, + "Title": "Lonely Fire", + "Released": "15 Oct 2019", + "Genre": "R&B", + "Album": "Bursting bubbles" + }, + { + "Number": 10, + "Title": "Sky of Dream", + "Released": "20 Jun 2019", + "Genre": "ethno-tunes", + "Album": "Bursting bubbles" + } ] } ] @@ -547,7 +895,76 @@ "USBillboard200": 1, "Artist": "Kimmy McIlmorie", "Songs": [ - + { + "Number": 1, + "Title": "Storm of Sky", + "Released": "04 Mar 2019", + "Genre": "ethno-tunes", + "Album": "Here we go again" + }, + { + "Number": 2, + "Title": "Dream of Shadow", + "Released": "03 Jan 2019", + "Genre": "ethno-tunes", + "Album": "Here we go again" + }, + { + "Number": 3, + "Title": "Dream of Shadow", + "Released": "19 Dec 2019", + "Genre": "Electro house Electropop", + "Album": "Here we go again" + }, + { + "Number": 4, + "Title": "Golden Fire", + "Released": "20 Jan 2019", + "Genre": "R&B", + "Album": "Here we go again" + }, + { + "Number": 5, + "Title": "Running in the Light", + "Released": "03 Jan 2020", + "Genre": "Synth-pop R&B", + "Album": "Here we go again" + }, + { + "Number": 6, + "Title": "Flying in the Heart", + "Released": "17 Jan 2019", + "Genre": "*", + "Album": "Here we go again" + }, + { + "Number": 7, + "Title": "Fire of Storm", + "Released": "26 Jan 2019", + "Genre": "ethno-tunes", + "Album": "Here we go again" + }, + { + "Number": 8, + "Title": "Calling in the Sky", + "Released": "28 Oct 2019", + "Genre": "Synth-pop R&B", + "Album": "Here we go again" + }, + { + "Number": 9, + "Title": "Flying in the Shadow", + "Released": "30 Mar 2019", + "Genre": "ethno-tunes", + "Album": "Here we go again" + }, + { + "Number": 10, + "Title": "Golden Dancing", + "Released": "12 Oct 2019", + "Genre": "ethno-tunes", + "Album": "Here we go again" + } ] } ] @@ -771,7 +1188,76 @@ "USBillboard200": 85, "Artist": "Izabella Tabakova", "Songs": [ - + { + "Number": 1, + "Title": "Hiding in the Light", + "Released": "24 Jan 2019", + "Genre": "Synth-pop R&B", + "Album": "Dark matters" + }, + { + "Number": 2, + "Title": "Furious River", + "Released": "13 Jan 2020", + "Genre": "Electro house Electropop", + "Album": "Dark matters" + }, + { + "Number": 3, + "Title": "Wild Crying", + "Released": "27 Feb 2019", + "Genre": "Electro house Electropop", + "Album": "Dark matters" + }, + { + "Number": 4, + "Title": "Light of Dream", + "Released": "01 Jun 2019", + "Genre": "Crunk reggaeton", + "Album": "Dark matters" + }, + { + "Number": 5, + "Title": "Light of Dream", + "Released": "24 Aug 2019", + "Genre": "*", + "Album": "Dark matters" + }, + { + "Number": 6, + "Title": "Storm of Light", + "Released": "26 Feb 2019", + "Genre": "*", + "Album": "Dark matters" + }, + { + "Number": 7, + "Title": "Dark Storm", + "Released": "18 Jan 2020", + "Genre": "R&B", + "Album": "Dark matters" + }, + { + "Number": 8, + "Title": "Dark Calling", + "Released": "20 Mar 2019", + "Genre": "Crunk reggaeton", + "Album": "Dark matters" + }, + { + "Number": 9, + "Title": "Sky of Whisper", + "Released": "30 Jan 2019", + "Genre": "ethno-tunes", + "Album": "Dark matters" + }, + { + "Number": 10, + "Title": "Dancing in the Light", + "Released": "28 Nov 2019", + "Genre": "Synth-pop R&B", + "Album": "Dark matters" + } ] } ] @@ -795,7 +1281,76 @@ "USBillboard200": 5, "Artist": "Nguyễn Diệp Chi", "Songs": [ - + { + "Number": 1, + "Title": "Echo of River", + "Released": "05 Mar 2019", + "Genre": "Synth-pop R&B", + "Album": "Library of liberty" + }, + { + "Number": 2, + "Title": "Heart of River", + "Released": "12 Jan 2020", + "Genre": "Electro house Electropop", + "Album": "Library of liberty" + }, + { + "Number": 3, + "Title": "Dark Light", + "Released": "09 Aug 2019", + "Genre": "Electro house Electropop", + "Album": "Library of liberty" + }, + { + "Number": 4, + "Title": "Dark Fire", + "Released": "22 Jun 2019", + "Genre": "R&B", + "Album": "Library of liberty" + }, + { + "Number": 5, + "Title": "Flying in the Fire", + "Released": "22 Jul 2019", + "Genre": "*", + "Album": "Library of liberty" + }, + { + "Number": 6, + "Title": "Shadow of Heart", + "Released": "02 Jan 2020", + "Genre": "*", + "Album": "Library of liberty" + }, + { + "Number": 7, + "Title": "Fire of Fire", + "Released": "27 Jan 2019", + "Genre": "*", + "Album": "Library of liberty" + }, + { + "Number": 8, + "Title": "Falling in the River", + "Released": "05 Aug 2019", + "Genre": "Crunk reggaeton", + "Album": "Library of liberty" + }, + { + "Number": 9, + "Title": "Fire of Light", + "Released": "31 Dec 2019", + "Genre": "ethno-tunes", + "Album": "Library of liberty" + }, + { + "Number": 10, + "Title": "Bright Flying", + "Released": "24 Jan 2019", + "Genre": "*", + "Album": "Library of liberty" + } ] } ] @@ -819,7 +1374,76 @@ "USBillboard200": 29, "Artist": "Eva Lee", "Songs": [ - + { + "Number": 1, + "Title": "Dancing in the Shadow", + "Released": "02 Aug 2019", + "Genre": "ethno-tunes", + "Album": "Just a tease" + }, + { + "Number": 2, + "Title": "Silent Whisper", + "Released": "09 Jul 2019", + "Genre": "*", + "Album": "Just a tease" + }, + { + "Number": 3, + "Title": "Crying in the Whisper", + "Released": "30 May 2019", + "Genre": "Crunk reggaeton", + "Album": "Just a tease" + }, + { + "Number": 4, + "Title": "River of Light", + "Released": "10 Jan 2019", + "Genre": "Electro house Electropop", + "Album": "Just a tease" + }, + { + "Number": 5, + "Title": "Golden River", + "Released": "15 Nov 2019", + "Genre": "*", + "Album": "Just a tease" + }, + { + "Number": 6, + "Title": "Burning in the Shadow", + "Released": "18 Apr 2019", + "Genre": "Crunk reggaeton", + "Album": "Just a tease" + }, + { + "Number": 7, + "Title": "Shadow of Sky", + "Released": "06 Sep 2019", + "Genre": "Crunk reggaeton", + "Album": "Just a tease" + }, + { + "Number": 8, + "Title": "Gentle Waiting", + "Released": "05 Dec 2019", + "Genre": "R&B", + "Album": "Just a tease" + }, + { + "Number": 9, + "Title": "Bright River", + "Released": "27 Jan 2020", + "Genre": "R&B", + "Album": "Just a tease" + }, + { + "Number": 10, + "Title": "Heart of Storm", + "Released": "07 Jan 2019", + "Genre": "Synth-pop R&B", + "Album": "Just a tease" + } ] } ] @@ -1046,7 +1670,76 @@ "USBillboard200": 98, "Artist": "Pablo Cambeiro", "Songs": [ - + { + "Number": 1, + "Title": "Dancing in the Echo", + "Released": "03 Oct 2019", + "Genre": "Crunk reggaeton", + "Album": "Fluke" + }, + { + "Number": 2, + "Title": "Dream of Dream", + "Released": "03 Mar 2019", + "Genre": "*", + "Album": "Fluke" + }, + { + "Number": 3, + "Title": "Calling in the Echo", + "Released": "16 Sep 2019", + "Genre": "*", + "Album": "Fluke" + }, + { + "Number": 4, + "Title": "Light of Light", + "Released": "25 May 2019", + "Genre": "Electro house Electropop", + "Album": "Fluke" + }, + { + "Number": 5, + "Title": "Bright Light", + "Released": "21 Mar 2019", + "Genre": "R&B", + "Album": "Fluke" + }, + { + "Number": 6, + "Title": "Storm of Echo", + "Released": "17 Jul 2019", + "Genre": "Synth-pop R&B", + "Album": "Fluke" + }, + { + "Number": 7, + "Title": "Lonely Calling", + "Released": "10 Apr 2019", + "Genre": "ethno-tunes", + "Album": "Fluke" + }, + { + "Number": 8, + "Title": "Gentle Falling", + "Released": "28 Nov 2019", + "Genre": "Synth-pop R&B", + "Album": "Fluke" + }, + { + "Number": 9, + "Title": "Wild Flying", + "Released": "26 Nov 2019", + "Genre": "Crunk reggaeton", + "Album": "Fluke" + }, + { + "Number": 10, + "Title": "Sky of Dream", + "Released": "29 May 2019", + "Genre": "R&B", + "Album": "Fluke" + } ] }, { @@ -1142,7 +1835,76 @@ "USBillboard200": 77, "Artist": "Athar Malakooti", "Songs": [ - + { + "Number": 1, + "Title": "Hiding in the Whisper", + "Released": "03 Apr 2019", + "Genre": "R&B", + "Album": "Pushing up daisies" + }, + { + "Number": 2, + "Title": "Wicked Light", + "Released": "21 Aug 2019", + "Genre": "R&B", + "Album": "Pushing up daisies" + }, + { + "Number": 3, + "Title": "Flying in the River", + "Released": "03 Feb 2020", + "Genre": "Synth-pop R&B", + "Album": "Pushing up daisies" + }, + { + "Number": 4, + "Title": "Wicked Hiding", + "Released": "15 Sep 2019", + "Genre": "Synth-pop R&B", + "Album": "Pushing up daisies" + }, + { + "Number": 5, + "Title": "Lonely Light", + "Released": "13 May 2019", + "Genre": "Electro house Electropop", + "Album": "Pushing up daisies" + }, + { + "Number": 6, + "Title": "Bright Dancing", + "Released": "10 Apr 2019", + "Genre": "Synth-pop R&B", + "Album": "Pushing up daisies" + }, + { + "Number": 7, + "Title": "Gentle Dream", + "Released": "21 May 2019", + "Genre": "*", + "Album": "Pushing up daisies" + }, + { + "Number": 8, + "Title": "Sky of Echo", + "Released": "09 Jun 2019", + "Genre": "Synth-pop R&B", + "Album": "Pushing up daisies" + }, + { + "Number": 9, + "Title": "Breaking in the Sky", + "Released": "27 Dec 2019", + "Genre": "Crunk reggaeton", + "Album": "Pushing up daisies" + }, + { + "Number": 10, + "Title": "Whisper of Shadow", + "Released": "04 Jan 2019", + "Genre": "ethno-tunes", + "Album": "Pushing up daisies" + } ] } ] @@ -1179,7 +1941,76 @@ "USBillboard200": 9, "Artist": "Marti Valencia", "Songs": [ - + { + "Number": 1, + "Title": "Hiding in the Sky", + "Released": "26 Nov 2019", + "Genre": "Synth-pop R&B", + "Album": "Nemesis" + }, + { + "Number": 2, + "Title": "Waiting in the Echo", + "Released": "10 Jul 2019", + "Genre": "ethno-tunes", + "Album": "Nemesis" + }, + { + "Number": 3, + "Title": "Wicked Shadow", + "Released": "29 Jul 2019", + "Genre": "Synth-pop R&B", + "Album": "Nemesis" + }, + { + "Number": 4, + "Title": "Crying in the Whisper", + "Released": "09 Apr 2019", + "Genre": "*", + "Album": "Nemesis" + }, + { + "Number": 5, + "Title": "Echo of Storm", + "Released": "19 Nov 2019", + "Genre": "Crunk reggaeton", + "Album": "Nemesis" + }, + { + "Number": 6, + "Title": "Shadow of Sky", + "Released": "24 Jul 2019", + "Genre": "Crunk reggaeton", + "Album": "Nemesis" + }, + { + "Number": 7, + "Title": "Golden Hiding", + "Released": "12 Dec 2019", + "Genre": "Electro house Electropop", + "Album": "Nemesis" + }, + { + "Number": 8, + "Title": "Wild Dancing", + "Released": "17 Aug 2019", + "Genre": "Synth-pop R&B", + "Album": "Nemesis" + }, + { + "Number": 9, + "Title": "Bright Burning", + "Released": "30 Aug 2019", + "Genre": "Electro house Electropop", + "Album": "Nemesis" + }, + { + "Number": 10, + "Title": "Flying in the River", + "Released": "02 Sep 2019", + "Genre": "*", + "Album": "Nemesis" + } ] }, { @@ -1282,7 +2113,76 @@ "USBillboard200": 37, "Artist": "Marti Valencia", "Songs": [ - + { + "Number": 1, + "Title": "Wild River", + "Released": "11 Jan 2019", + "Genre": "*", + "Album": "God's advocate" + }, + { + "Number": 2, + "Title": "Wicked Whisper", + "Released": "16 Feb 2019", + "Genre": "Electro house Electropop", + "Album": "God's advocate" + }, + { + "Number": 3, + "Title": "Storm of Heart", + "Released": "11 Aug 2019", + "Genre": "*", + "Album": "God's advocate" + }, + { + "Number": 4, + "Title": "Golden Dancing", + "Released": "02 Mar 2019", + "Genre": "Crunk reggaeton", + "Album": "God's advocate" + }, + { + "Number": 5, + "Title": "Calling in the Sky", + "Released": "10 Sep 2019", + "Genre": "Electro house Electropop", + "Album": "God's advocate" + }, + { + "Number": 6, + "Title": "Calling in the Heart", + "Released": "12 Jan 2019", + "Genre": "ethno-tunes", + "Album": "God's advocate" + }, + { + "Number": 7, + "Title": "Running in the Storm", + "Released": "10 Nov 2019", + "Genre": "Synth-pop R&B", + "Album": "God's advocate" + }, + { + "Number": 8, + "Title": "Wild Sky", + "Released": "10 Apr 2019", + "Genre": "R&B", + "Album": "God's advocate" + }, + { + "Number": 9, + "Title": "Crying in the Shadow", + "Released": "02 Mar 2019", + "Genre": "R&B", + "Album": "God's advocate" + }, + { + "Number": 10, + "Title": "Whisper of River", + "Released": "12 May 2019", + "Genre": "*", + "Album": "God's advocate" + } ] } ] @@ -1306,7 +2206,76 @@ "USBillboard200": 7, "Artist": "Alicia Stanger", "Songs": [ - + { + "Number": 1, + "Title": "Shadow of Light", + "Released": "24 Mar 2019", + "Genre": "ethno-tunes", + "Album": "Forever alone" + }, + { + "Number": 2, + "Title": "Running in the Echo", + "Released": "03 May 2019", + "Genre": "Crunk reggaeton", + "Album": "Forever alone" + }, + { + "Number": 3, + "Title": "Gentle Dream", + "Released": "24 Aug 2019", + "Genre": "Crunk reggaeton", + "Album": "Forever alone" + }, + { + "Number": 4, + "Title": "Furious River", + "Released": "24 Apr 2019", + "Genre": "ethno-tunes", + "Album": "Forever alone" + }, + { + "Number": 5, + "Title": "Wild Whisper", + "Released": "09 Mar 2019", + "Genre": "ethno-tunes", + "Album": "Forever alone" + }, + { + "Number": 6, + "Title": "Whisper of Sky", + "Released": "24 Jul 2019", + "Genre": "Crunk reggaeton", + "Album": "Forever alone" + }, + { + "Number": 7, + "Title": "Lonely Storm", + "Released": "01 May 2019", + "Genre": "Crunk reggaeton", + "Album": "Forever alone" + }, + { + "Number": 8, + "Title": "Dancing in the River", + "Released": "17 Dec 2019", + "Genre": "*", + "Album": "Forever alone" + }, + { + "Number": 9, + "Title": "Electric Fire", + "Released": "17 Oct 2019", + "Genre": "Electro house Electropop", + "Album": "Forever alone" + }, + { + "Number": 10, + "Title": "Electric Sky", + "Released": "25 Sep 2019", + "Genre": "ethno-tunes", + "Album": "Forever alone" + } ] } ] @@ -1371,7 +2340,76 @@ "USBillboard200": 35, "Artist": "Peter Taylor", "Songs": [ - + { + "Number": 1, + "Title": "Calling in the Dream", + "Released": "01 Aug 2019", + "Genre": "R&B", + "Album": "Decisions decisions" + }, + { + "Number": 2, + "Title": "Electric Burning", + "Released": "10 Sep 2019", + "Genre": "Electro house Electropop", + "Album": "Decisions decisions" + }, + { + "Number": 3, + "Title": "Dark Flying", + "Released": "28 Apr 2019", + "Genre": "*", + "Album": "Decisions decisions" + }, + { + "Number": 4, + "Title": "Gentle Sky", + "Released": "20 Nov 2019", + "Genre": "ethno-tunes", + "Album": "Decisions decisions" + }, + { + "Number": 5, + "Title": "Gentle Calling", + "Released": "13 Jan 2019", + "Genre": "Crunk reggaeton", + "Album": "Decisions decisions" + }, + { + "Number": 6, + "Title": "Golden Falling", + "Released": "14 Feb 2019", + "Genre": "Crunk reggaeton", + "Album": "Decisions decisions" + }, + { + "Number": 7, + "Title": "Silent River", + "Released": "13 Feb 2019", + "Genre": "R&B", + "Album": "Decisions decisions" + }, + { + "Number": 8, + "Title": "Furious Calling", + "Released": "11 Jun 2019", + "Genre": "Synth-pop R&B", + "Album": "Decisions decisions" + }, + { + "Number": 9, + "Title": "Running in the Echo", + "Released": "06 Nov 2019", + "Genre": "Electro house Electropop", + "Album": "Decisions decisions" + }, + { + "Number": 10, + "Title": "Furious River", + "Released": "12 Mar 2019", + "Genre": "*", + "Album": "Decisions decisions" + } ] }, { @@ -1381,7 +2419,76 @@ "USBillboard200": 89, "Artist": "Peter Taylor", "Songs": [ - + { + "Number": 1, + "Title": "Dark Crying", + "Released": "27 Apr 2019", + "Genre": "Electro house Electropop", + "Album": "Climate changed" + }, + { + "Number": 2, + "Title": "Dark Waiting", + "Released": "14 Nov 2019", + "Genre": "Synth-pop R&B", + "Album": "Climate changed" + }, + { + "Number": 3, + "Title": "Furious Waiting", + "Released": "23 May 2019", + "Genre": "*", + "Album": "Climate changed" + }, + { + "Number": 4, + "Title": "Running in the Echo", + "Released": "29 Nov 2019", + "Genre": "Crunk reggaeton", + "Album": "Climate changed" + }, + { + "Number": 5, + "Title": "Dream of Sky", + "Released": "31 Oct 2019", + "Genre": "Crunk reggaeton", + "Album": "Climate changed" + }, + { + "Number": 6, + "Title": "Hiding in the Heart", + "Released": "09 Aug 2019", + "Genre": "R&B", + "Album": "Climate changed" + }, + { + "Number": 7, + "Title": "Sky of Storm", + "Released": "01 Jun 2019", + "Genre": "R&B", + "Album": "Climate changed" + }, + { + "Number": 8, + "Title": "Light of Storm", + "Released": "17 Jan 2020", + "Genre": "ethno-tunes", + "Album": "Climate changed" + }, + { + "Number": 9, + "Title": "Light of Sky", + "Released": "26 May 2019", + "Genre": "*", + "Album": "Climate changed" + }, + { + "Number": 10, + "Title": "Golden River", + "Released": "19 Jun 2019", + "Genre": "*", + "Album": "Climate changed" + } ] } ] diff --git a/samples/grids/hierarchical-grid/row-pinning-style/src/SingersData.json b/samples/grids/hierarchical-grid/row-pinning-style/src/SingersData.json index f7508f3c9a..75ec4ec561 100644 --- a/samples/grids/hierarchical-grid/row-pinning-style/src/SingersData.json +++ b/samples/grids/hierarchical-grid/row-pinning-style/src/SingersData.json @@ -78,7 +78,79 @@ "LaunchDate": "September 3, 2013", "BillboardReview": 86, "USBillboard200": 1, - "Artist": "Naomí Yepes" + "Artist": "Naomí Yepes", + "Songs": [ + { + "Number": 1, + "Title": "Lonely Falling", + "Released": "01 May 2019", + "Genre": "*", + "Album": "Initiation" + }, + { + "Number": 2, + "Title": "Bright Breaking", + "Released": "25 Jul 2019", + "Genre": "Electro house Electropop", + "Album": "Initiation" + }, + { + "Number": 3, + "Title": "River of Whisper", + "Released": "29 Jan 2020", + "Genre": "Electro house Electropop", + "Album": "Initiation" + }, + { + "Number": 4, + "Title": "Sky of Storm", + "Released": "07 May 2019", + "Genre": "Electro house Electropop", + "Album": "Initiation" + }, + { + "Number": 5, + "Title": "Electric River", + "Released": "20 Jan 2020", + "Genre": "R&B", + "Album": "Initiation" + }, + { + "Number": 6, + "Title": "Storm of Storm", + "Released": "01 Sep 2019", + "Genre": "Crunk reggaeton", + "Album": "Initiation" + }, + { + "Number": 7, + "Title": "Fire of Dream", + "Released": "12 Sep 2019", + "Genre": "Electro house Electropop", + "Album": "Initiation" + }, + { + "Number": 8, + "Title": "Burning in the Light", + "Released": "15 Apr 2019", + "Genre": "*", + "Album": "Initiation" + }, + { + "Number": 9, + "Title": "Burning in the Storm", + "Released": "10 Sep 2019", + "Genre": "Electro house Electropop", + "Album": "Initiation" + }, + { + "Number": 10, + "Title": "Shadow of Whisper", + "Released": "06 Jan 2019", + "Genre": "Crunk reggaeton", + "Album": "Initiation" + } + ] }, { "Album": "Dream Driven", @@ -90,7 +162,7 @@ { "Number": 1, "Title": "Intro", - "Released": false, + "Released": "10 Sep 2019", "Genre": "*", "Album": "Dream Driven" }, @@ -111,7 +183,7 @@ { "Number": 4, "Title": "Future past", - "Released": false, + "Released": "20 Sep 2011", "Genre": "*", "Album": "Dream Driven" }, @@ -132,14 +204,14 @@ { "Number": 7, "Title": "Stay where you are", - "Released": false, + "Released": "14 Sep 2013", "Genre": "*", "Album": "Dream Driven" }, { "Number": 8, "Title": "Imaginarium", - "Released": false, + "Released": "20 Sep 2021", "Genre": "*", "Album": "Dream Driven" }, @@ -153,21 +225,21 @@ { "Number": 10, "Title": "Shredded into pieces", - "Released": false, + "Released": "11 Sep 2015", "Genre": "*", "Album": "Dream Driven" }, { "Number": 11, "Title": "Capture this moment", - "Released": false, + "Released": "13 Sep 2016", "Genre": "*", "Album": "Dream Driven" }, { "Number": 12, "Title": "Dream Driven", - "Released": false, + "Released": "14 Sep 2014", "Genre": "*", "Album": "Dream Driven" } @@ -180,7 +252,76 @@ "USBillboard200": 2, "Artist": "Naomí Yepes", "Songs": [ - + { + "Number": 1, + "Title": "Calling in the Storm", + "Released": "12 Mar 2019", + "Genre": "Electro house Electropop", + "Album": "The dragon journey" + }, + { + "Number": 2, + "Title": "Hiding in the Dream", + "Released": "23 Mar 2019", + "Genre": "R&B", + "Album": "The dragon journey" + }, + { + "Number": 3, + "Title": "Electric Heart", + "Released": "17 Mar 2019", + "Genre": "ethno-tunes", + "Album": "The dragon journey" + }, + { + "Number": 4, + "Title": "Shadow of Echo", + "Released": "20 Feb 2019", + "Genre": "ethno-tunes", + "Album": "The dragon journey" + }, + { + "Number": 5, + "Title": "Flying in the Storm", + "Released": "08 Apr 2019", + "Genre": "R&B", + "Album": "The dragon journey" + }, + { + "Number": 6, + "Title": "Dark Waiting", + "Released": "20 Oct 2019", + "Genre": "Synth-pop R&B", + "Album": "The dragon journey" + }, + { + "Number": 7, + "Title": "Fire of River", + "Released": "20 Feb 2019", + "Genre": "Synth-pop R&B", + "Album": "The dragon journey" + }, + { + "Number": 8, + "Title": "Wild Crying", + "Released": "14 Jun 2019", + "Genre": "R&B", + "Album": "The dragon journey" + }, + { + "Number": 9, + "Title": "Bright Dancing", + "Released": "14 Mar 2019", + "Genre": "Electro house Electropop", + "Album": "The dragon journey" + }, + { + "Number": 10, + "Title": "Golden Waiting", + "Released": "12 Sep 2019", + "Genre": "Synth-pop R&B", + "Album": "The dragon journey" + } ] }, { @@ -276,7 +417,76 @@ "USBillboard200": 12, "Artist": "Naomí Yepes", "Songs": [ - + { + "Number": 1, + "Title": "Storm of Dream", + "Released": "05 Jan 2019", + "Genre": "*", + "Album": "Curiosity" + }, + { + "Number": 2, + "Title": "Echo of Dream", + "Released": "28 Jan 2019", + "Genre": "Synth-pop R&B", + "Album": "Curiosity" + }, + { + "Number": 3, + "Title": "Light of Shadow", + "Released": "07 Feb 2019", + "Genre": "Synth-pop R&B", + "Album": "Curiosity" + }, + { + "Number": 4, + "Title": "Storm of Heart", + "Released": "05 Jan 2020", + "Genre": "Electro house Electropop", + "Album": "Curiosity" + }, + { + "Number": 5, + "Title": "Shadow of River", + "Released": "27 Feb 2019", + "Genre": "*", + "Album": "Curiosity" + }, + { + "Number": 6, + "Title": "Wicked Dancing", + "Released": "17 Jan 2020", + "Genre": "ethno-tunes", + "Album": "Curiosity" + }, + { + "Number": 7, + "Title": "River of Light", + "Released": "22 Feb 2019", + "Genre": "R&B", + "Album": "Curiosity" + }, + { + "Number": 8, + "Title": "Lonely Breaking", + "Released": "09 Sep 2019", + "Genre": "ethno-tunes", + "Album": "Curiosity" + }, + { + "Number": 9, + "Title": "Furious Flying", + "Released": "08 Jun 2019", + "Genre": "R&B", + "Album": "Curiosity" + }, + { + "Number": 10, + "Title": "Hiding in the Storm", + "Released": "27 May 2019", + "Genre": "Electro house Electropop", + "Album": "Curiosity" + } ] } ] @@ -513,7 +723,76 @@ "USBillboard200": 69, "Artist": "Ahmad Nazeri", "Songs": [ - + { + "Number": 1, + "Title": "Gentle Falling", + "Released": "26 Apr 2019", + "Genre": "Crunk reggaeton", + "Album": "Emergency" + }, + { + "Number": 2, + "Title": "Calling in the Fire", + "Released": "03 Sep 2019", + "Genre": "ethno-tunes", + "Album": "Emergency" + }, + { + "Number": 3, + "Title": "Fire of Shadow", + "Released": "05 Jan 2019", + "Genre": "ethno-tunes", + "Album": "Emergency" + }, + { + "Number": 4, + "Title": "Dancing in the Dream", + "Released": "15 Apr 2019", + "Genre": "R&B", + "Album": "Emergency" + }, + { + "Number": 5, + "Title": "Calling in the Shadow", + "Released": "09 Oct 2019", + "Genre": "R&B", + "Album": "Emergency" + }, + { + "Number": 6, + "Title": "Falling in the Sky", + "Released": "08 Mar 2019", + "Genre": "ethno-tunes", + "Album": "Emergency" + }, + { + "Number": 7, + "Title": "Calling in the Storm", + "Released": "05 Dec 2019", + "Genre": "ethno-tunes", + "Album": "Emergency" + }, + { + "Number": 8, + "Title": "Falling in the River", + "Released": "19 Aug 2019", + "Genre": "Electro house Electropop", + "Album": "Emergency" + }, + { + "Number": 9, + "Title": "Electric Fire", + "Released": "30 Nov 2019", + "Genre": "Crunk reggaeton", + "Album": "Emergency" + }, + { + "Number": 10, + "Title": "Lonely River", + "Released": "11 Nov 2019", + "Genre": "Electro house Electropop", + "Album": "Emergency" + } ] }, { @@ -523,7 +802,76 @@ "USBillboard200": 39, "Artist": "Ahmad Nazeri", "Songs": [ - + { + "Number": 1, + "Title": "Lonely Dream", + "Released": "11 Dec 2019", + "Genre": "ethno-tunes", + "Album": "Bursting bubbles" + }, + { + "Number": 2, + "Title": "Fire of River", + "Released": "01 Aug 2019", + "Genre": "Synth-pop R&B", + "Album": "Bursting bubbles" + }, + { + "Number": 3, + "Title": "Wicked Falling", + "Released": "25 Jan 2019", + "Genre": "*", + "Album": "Bursting bubbles" + }, + { + "Number": 4, + "Title": "Crying in the Shadow", + "Released": "04 Jan 2019", + "Genre": "Synth-pop R&B", + "Album": "Bursting bubbles" + }, + { + "Number": 5, + "Title": "Wild Burning", + "Released": "10 May 2019", + "Genre": "ethno-tunes", + "Album": "Bursting bubbles" + }, + { + "Number": 6, + "Title": "Waiting in the Heart", + "Released": "07 Aug 2019", + "Genre": "ethno-tunes", + "Album": "Bursting bubbles" + }, + { + "Number": 7, + "Title": "Fire of Fire", + "Released": "16 May 2019", + "Genre": "Electro house Electropop", + "Album": "Bursting bubbles" + }, + { + "Number": 8, + "Title": "Bright Heart", + "Released": "14 Mar 2019", + "Genre": "Synth-pop R&B", + "Album": "Bursting bubbles" + }, + { + "Number": 9, + "Title": "Lonely Fire", + "Released": "15 Oct 2019", + "Genre": "R&B", + "Album": "Bursting bubbles" + }, + { + "Number": 10, + "Title": "Sky of Dream", + "Released": "20 Jun 2019", + "Genre": "ethno-tunes", + "Album": "Bursting bubbles" + } ] } ] @@ -547,7 +895,76 @@ "USBillboard200": 1, "Artist": "Kimmy McIlmorie", "Songs": [ - + { + "Number": 1, + "Title": "Storm of Sky", + "Released": "04 Mar 2019", + "Genre": "ethno-tunes", + "Album": "Here we go again" + }, + { + "Number": 2, + "Title": "Dream of Shadow", + "Released": "03 Jan 2019", + "Genre": "ethno-tunes", + "Album": "Here we go again" + }, + { + "Number": 3, + "Title": "Dream of Shadow", + "Released": "19 Dec 2019", + "Genre": "Electro house Electropop", + "Album": "Here we go again" + }, + { + "Number": 4, + "Title": "Golden Fire", + "Released": "20 Jan 2019", + "Genre": "R&B", + "Album": "Here we go again" + }, + { + "Number": 5, + "Title": "Running in the Light", + "Released": "03 Jan 2020", + "Genre": "Synth-pop R&B", + "Album": "Here we go again" + }, + { + "Number": 6, + "Title": "Flying in the Heart", + "Released": "17 Jan 2019", + "Genre": "*", + "Album": "Here we go again" + }, + { + "Number": 7, + "Title": "Fire of Storm", + "Released": "26 Jan 2019", + "Genre": "ethno-tunes", + "Album": "Here we go again" + }, + { + "Number": 8, + "Title": "Calling in the Sky", + "Released": "28 Oct 2019", + "Genre": "Synth-pop R&B", + "Album": "Here we go again" + }, + { + "Number": 9, + "Title": "Flying in the Shadow", + "Released": "30 Mar 2019", + "Genre": "ethno-tunes", + "Album": "Here we go again" + }, + { + "Number": 10, + "Title": "Golden Dancing", + "Released": "12 Oct 2019", + "Genre": "ethno-tunes", + "Album": "Here we go again" + } ] } ] @@ -771,7 +1188,76 @@ "USBillboard200": 85, "Artist": "Izabella Tabakova", "Songs": [ - + { + "Number": 1, + "Title": "Hiding in the Light", + "Released": "24 Jan 2019", + "Genre": "Synth-pop R&B", + "Album": "Dark matters" + }, + { + "Number": 2, + "Title": "Furious River", + "Released": "13 Jan 2020", + "Genre": "Electro house Electropop", + "Album": "Dark matters" + }, + { + "Number": 3, + "Title": "Wild Crying", + "Released": "27 Feb 2019", + "Genre": "Electro house Electropop", + "Album": "Dark matters" + }, + { + "Number": 4, + "Title": "Light of Dream", + "Released": "01 Jun 2019", + "Genre": "Crunk reggaeton", + "Album": "Dark matters" + }, + { + "Number": 5, + "Title": "Light of Dream", + "Released": "24 Aug 2019", + "Genre": "*", + "Album": "Dark matters" + }, + { + "Number": 6, + "Title": "Storm of Light", + "Released": "26 Feb 2019", + "Genre": "*", + "Album": "Dark matters" + }, + { + "Number": 7, + "Title": "Dark Storm", + "Released": "18 Jan 2020", + "Genre": "R&B", + "Album": "Dark matters" + }, + { + "Number": 8, + "Title": "Dark Calling", + "Released": "20 Mar 2019", + "Genre": "Crunk reggaeton", + "Album": "Dark matters" + }, + { + "Number": 9, + "Title": "Sky of Whisper", + "Released": "30 Jan 2019", + "Genre": "ethno-tunes", + "Album": "Dark matters" + }, + { + "Number": 10, + "Title": "Dancing in the Light", + "Released": "28 Nov 2019", + "Genre": "Synth-pop R&B", + "Album": "Dark matters" + } ] } ] @@ -795,7 +1281,76 @@ "USBillboard200": 5, "Artist": "Nguyễn Diệp Chi", "Songs": [ - + { + "Number": 1, + "Title": "Echo of River", + "Released": "05 Mar 2019", + "Genre": "Synth-pop R&B", + "Album": "Library of liberty" + }, + { + "Number": 2, + "Title": "Heart of River", + "Released": "12 Jan 2020", + "Genre": "Electro house Electropop", + "Album": "Library of liberty" + }, + { + "Number": 3, + "Title": "Dark Light", + "Released": "09 Aug 2019", + "Genre": "Electro house Electropop", + "Album": "Library of liberty" + }, + { + "Number": 4, + "Title": "Dark Fire", + "Released": "22 Jun 2019", + "Genre": "R&B", + "Album": "Library of liberty" + }, + { + "Number": 5, + "Title": "Flying in the Fire", + "Released": "22 Jul 2019", + "Genre": "*", + "Album": "Library of liberty" + }, + { + "Number": 6, + "Title": "Shadow of Heart", + "Released": "02 Jan 2020", + "Genre": "*", + "Album": "Library of liberty" + }, + { + "Number": 7, + "Title": "Fire of Fire", + "Released": "27 Jan 2019", + "Genre": "*", + "Album": "Library of liberty" + }, + { + "Number": 8, + "Title": "Falling in the River", + "Released": "05 Aug 2019", + "Genre": "Crunk reggaeton", + "Album": "Library of liberty" + }, + { + "Number": 9, + "Title": "Fire of Light", + "Released": "31 Dec 2019", + "Genre": "ethno-tunes", + "Album": "Library of liberty" + }, + { + "Number": 10, + "Title": "Bright Flying", + "Released": "24 Jan 2019", + "Genre": "*", + "Album": "Library of liberty" + } ] } ] @@ -819,7 +1374,76 @@ "USBillboard200": 29, "Artist": "Eva Lee", "Songs": [ - + { + "Number": 1, + "Title": "Dancing in the Shadow", + "Released": "02 Aug 2019", + "Genre": "ethno-tunes", + "Album": "Just a tease" + }, + { + "Number": 2, + "Title": "Silent Whisper", + "Released": "09 Jul 2019", + "Genre": "*", + "Album": "Just a tease" + }, + { + "Number": 3, + "Title": "Crying in the Whisper", + "Released": "30 May 2019", + "Genre": "Crunk reggaeton", + "Album": "Just a tease" + }, + { + "Number": 4, + "Title": "River of Light", + "Released": "10 Jan 2019", + "Genre": "Electro house Electropop", + "Album": "Just a tease" + }, + { + "Number": 5, + "Title": "Golden River", + "Released": "15 Nov 2019", + "Genre": "*", + "Album": "Just a tease" + }, + { + "Number": 6, + "Title": "Burning in the Shadow", + "Released": "18 Apr 2019", + "Genre": "Crunk reggaeton", + "Album": "Just a tease" + }, + { + "Number": 7, + "Title": "Shadow of Sky", + "Released": "06 Sep 2019", + "Genre": "Crunk reggaeton", + "Album": "Just a tease" + }, + { + "Number": 8, + "Title": "Gentle Waiting", + "Released": "05 Dec 2019", + "Genre": "R&B", + "Album": "Just a tease" + }, + { + "Number": 9, + "Title": "Bright River", + "Released": "27 Jan 2020", + "Genre": "R&B", + "Album": "Just a tease" + }, + { + "Number": 10, + "Title": "Heart of Storm", + "Released": "07 Jan 2019", + "Genre": "Synth-pop R&B", + "Album": "Just a tease" + } ] } ] @@ -1046,7 +1670,76 @@ "USBillboard200": 98, "Artist": "Pablo Cambeiro", "Songs": [ - + { + "Number": 1, + "Title": "Dancing in the Echo", + "Released": "03 Oct 2019", + "Genre": "Crunk reggaeton", + "Album": "Fluke" + }, + { + "Number": 2, + "Title": "Dream of Dream", + "Released": "03 Mar 2019", + "Genre": "*", + "Album": "Fluke" + }, + { + "Number": 3, + "Title": "Calling in the Echo", + "Released": "16 Sep 2019", + "Genre": "*", + "Album": "Fluke" + }, + { + "Number": 4, + "Title": "Light of Light", + "Released": "25 May 2019", + "Genre": "Electro house Electropop", + "Album": "Fluke" + }, + { + "Number": 5, + "Title": "Bright Light", + "Released": "21 Mar 2019", + "Genre": "R&B", + "Album": "Fluke" + }, + { + "Number": 6, + "Title": "Storm of Echo", + "Released": "17 Jul 2019", + "Genre": "Synth-pop R&B", + "Album": "Fluke" + }, + { + "Number": 7, + "Title": "Lonely Calling", + "Released": "10 Apr 2019", + "Genre": "ethno-tunes", + "Album": "Fluke" + }, + { + "Number": 8, + "Title": "Gentle Falling", + "Released": "28 Nov 2019", + "Genre": "Synth-pop R&B", + "Album": "Fluke" + }, + { + "Number": 9, + "Title": "Wild Flying", + "Released": "26 Nov 2019", + "Genre": "Crunk reggaeton", + "Album": "Fluke" + }, + { + "Number": 10, + "Title": "Sky of Dream", + "Released": "29 May 2019", + "Genre": "R&B", + "Album": "Fluke" + } ] }, { @@ -1142,7 +1835,76 @@ "USBillboard200": 77, "Artist": "Athar Malakooti", "Songs": [ - + { + "Number": 1, + "Title": "Hiding in the Whisper", + "Released": "03 Apr 2019", + "Genre": "R&B", + "Album": "Pushing up daisies" + }, + { + "Number": 2, + "Title": "Wicked Light", + "Released": "21 Aug 2019", + "Genre": "R&B", + "Album": "Pushing up daisies" + }, + { + "Number": 3, + "Title": "Flying in the River", + "Released": "03 Feb 2020", + "Genre": "Synth-pop R&B", + "Album": "Pushing up daisies" + }, + { + "Number": 4, + "Title": "Wicked Hiding", + "Released": "15 Sep 2019", + "Genre": "Synth-pop R&B", + "Album": "Pushing up daisies" + }, + { + "Number": 5, + "Title": "Lonely Light", + "Released": "13 May 2019", + "Genre": "Electro house Electropop", + "Album": "Pushing up daisies" + }, + { + "Number": 6, + "Title": "Bright Dancing", + "Released": "10 Apr 2019", + "Genre": "Synth-pop R&B", + "Album": "Pushing up daisies" + }, + { + "Number": 7, + "Title": "Gentle Dream", + "Released": "21 May 2019", + "Genre": "*", + "Album": "Pushing up daisies" + }, + { + "Number": 8, + "Title": "Sky of Echo", + "Released": "09 Jun 2019", + "Genre": "Synth-pop R&B", + "Album": "Pushing up daisies" + }, + { + "Number": 9, + "Title": "Breaking in the Sky", + "Released": "27 Dec 2019", + "Genre": "Crunk reggaeton", + "Album": "Pushing up daisies" + }, + { + "Number": 10, + "Title": "Whisper of Shadow", + "Released": "04 Jan 2019", + "Genre": "ethno-tunes", + "Album": "Pushing up daisies" + } ] } ] @@ -1179,7 +1941,76 @@ "USBillboard200": 9, "Artist": "Marti Valencia", "Songs": [ - + { + "Number": 1, + "Title": "Hiding in the Sky", + "Released": "26 Nov 2019", + "Genre": "Synth-pop R&B", + "Album": "Nemesis" + }, + { + "Number": 2, + "Title": "Waiting in the Echo", + "Released": "10 Jul 2019", + "Genre": "ethno-tunes", + "Album": "Nemesis" + }, + { + "Number": 3, + "Title": "Wicked Shadow", + "Released": "29 Jul 2019", + "Genre": "Synth-pop R&B", + "Album": "Nemesis" + }, + { + "Number": 4, + "Title": "Crying in the Whisper", + "Released": "09 Apr 2019", + "Genre": "*", + "Album": "Nemesis" + }, + { + "Number": 5, + "Title": "Echo of Storm", + "Released": "19 Nov 2019", + "Genre": "Crunk reggaeton", + "Album": "Nemesis" + }, + { + "Number": 6, + "Title": "Shadow of Sky", + "Released": "24 Jul 2019", + "Genre": "Crunk reggaeton", + "Album": "Nemesis" + }, + { + "Number": 7, + "Title": "Golden Hiding", + "Released": "12 Dec 2019", + "Genre": "Electro house Electropop", + "Album": "Nemesis" + }, + { + "Number": 8, + "Title": "Wild Dancing", + "Released": "17 Aug 2019", + "Genre": "Synth-pop R&B", + "Album": "Nemesis" + }, + { + "Number": 9, + "Title": "Bright Burning", + "Released": "30 Aug 2019", + "Genre": "Electro house Electropop", + "Album": "Nemesis" + }, + { + "Number": 10, + "Title": "Flying in the River", + "Released": "02 Sep 2019", + "Genre": "*", + "Album": "Nemesis" + } ] }, { @@ -1282,7 +2113,76 @@ "USBillboard200": 37, "Artist": "Marti Valencia", "Songs": [ - + { + "Number": 1, + "Title": "Wild River", + "Released": "11 Jan 2019", + "Genre": "*", + "Album": "God's advocate" + }, + { + "Number": 2, + "Title": "Wicked Whisper", + "Released": "16 Feb 2019", + "Genre": "Electro house Electropop", + "Album": "God's advocate" + }, + { + "Number": 3, + "Title": "Storm of Heart", + "Released": "11 Aug 2019", + "Genre": "*", + "Album": "God's advocate" + }, + { + "Number": 4, + "Title": "Golden Dancing", + "Released": "02 Mar 2019", + "Genre": "Crunk reggaeton", + "Album": "God's advocate" + }, + { + "Number": 5, + "Title": "Calling in the Sky", + "Released": "10 Sep 2019", + "Genre": "Electro house Electropop", + "Album": "God's advocate" + }, + { + "Number": 6, + "Title": "Calling in the Heart", + "Released": "12 Jan 2019", + "Genre": "ethno-tunes", + "Album": "God's advocate" + }, + { + "Number": 7, + "Title": "Running in the Storm", + "Released": "10 Nov 2019", + "Genre": "Synth-pop R&B", + "Album": "God's advocate" + }, + { + "Number": 8, + "Title": "Wild Sky", + "Released": "10 Apr 2019", + "Genre": "R&B", + "Album": "God's advocate" + }, + { + "Number": 9, + "Title": "Crying in the Shadow", + "Released": "02 Mar 2019", + "Genre": "R&B", + "Album": "God's advocate" + }, + { + "Number": 10, + "Title": "Whisper of River", + "Released": "12 May 2019", + "Genre": "*", + "Album": "God's advocate" + } ] } ] @@ -1306,7 +2206,76 @@ "USBillboard200": 7, "Artist": "Alicia Stanger", "Songs": [ - + { + "Number": 1, + "Title": "Shadow of Light", + "Released": "24 Mar 2019", + "Genre": "ethno-tunes", + "Album": "Forever alone" + }, + { + "Number": 2, + "Title": "Running in the Echo", + "Released": "03 May 2019", + "Genre": "Crunk reggaeton", + "Album": "Forever alone" + }, + { + "Number": 3, + "Title": "Gentle Dream", + "Released": "24 Aug 2019", + "Genre": "Crunk reggaeton", + "Album": "Forever alone" + }, + { + "Number": 4, + "Title": "Furious River", + "Released": "24 Apr 2019", + "Genre": "ethno-tunes", + "Album": "Forever alone" + }, + { + "Number": 5, + "Title": "Wild Whisper", + "Released": "09 Mar 2019", + "Genre": "ethno-tunes", + "Album": "Forever alone" + }, + { + "Number": 6, + "Title": "Whisper of Sky", + "Released": "24 Jul 2019", + "Genre": "Crunk reggaeton", + "Album": "Forever alone" + }, + { + "Number": 7, + "Title": "Lonely Storm", + "Released": "01 May 2019", + "Genre": "Crunk reggaeton", + "Album": "Forever alone" + }, + { + "Number": 8, + "Title": "Dancing in the River", + "Released": "17 Dec 2019", + "Genre": "*", + "Album": "Forever alone" + }, + { + "Number": 9, + "Title": "Electric Fire", + "Released": "17 Oct 2019", + "Genre": "Electro house Electropop", + "Album": "Forever alone" + }, + { + "Number": 10, + "Title": "Electric Sky", + "Released": "25 Sep 2019", + "Genre": "ethno-tunes", + "Album": "Forever alone" + } ] } ] @@ -1371,7 +2340,76 @@ "USBillboard200": 35, "Artist": "Peter Taylor", "Songs": [ - + { + "Number": 1, + "Title": "Calling in the Dream", + "Released": "01 Aug 2019", + "Genre": "R&B", + "Album": "Decisions decisions" + }, + { + "Number": 2, + "Title": "Electric Burning", + "Released": "10 Sep 2019", + "Genre": "Electro house Electropop", + "Album": "Decisions decisions" + }, + { + "Number": 3, + "Title": "Dark Flying", + "Released": "28 Apr 2019", + "Genre": "*", + "Album": "Decisions decisions" + }, + { + "Number": 4, + "Title": "Gentle Sky", + "Released": "20 Nov 2019", + "Genre": "ethno-tunes", + "Album": "Decisions decisions" + }, + { + "Number": 5, + "Title": "Gentle Calling", + "Released": "13 Jan 2019", + "Genre": "Crunk reggaeton", + "Album": "Decisions decisions" + }, + { + "Number": 6, + "Title": "Golden Falling", + "Released": "14 Feb 2019", + "Genre": "Crunk reggaeton", + "Album": "Decisions decisions" + }, + { + "Number": 7, + "Title": "Silent River", + "Released": "13 Feb 2019", + "Genre": "R&B", + "Album": "Decisions decisions" + }, + { + "Number": 8, + "Title": "Furious Calling", + "Released": "11 Jun 2019", + "Genre": "Synth-pop R&B", + "Album": "Decisions decisions" + }, + { + "Number": 9, + "Title": "Running in the Echo", + "Released": "06 Nov 2019", + "Genre": "Electro house Electropop", + "Album": "Decisions decisions" + }, + { + "Number": 10, + "Title": "Furious River", + "Released": "12 Mar 2019", + "Genre": "*", + "Album": "Decisions decisions" + } ] }, { @@ -1381,7 +2419,76 @@ "USBillboard200": 89, "Artist": "Peter Taylor", "Songs": [ - + { + "Number": 1, + "Title": "Dark Crying", + "Released": "27 Apr 2019", + "Genre": "Electro house Electropop", + "Album": "Climate changed" + }, + { + "Number": 2, + "Title": "Dark Waiting", + "Released": "14 Nov 2019", + "Genre": "Synth-pop R&B", + "Album": "Climate changed" + }, + { + "Number": 3, + "Title": "Furious Waiting", + "Released": "23 May 2019", + "Genre": "*", + "Album": "Climate changed" + }, + { + "Number": 4, + "Title": "Running in the Echo", + "Released": "29 Nov 2019", + "Genre": "Crunk reggaeton", + "Album": "Climate changed" + }, + { + "Number": 5, + "Title": "Dream of Sky", + "Released": "31 Oct 2019", + "Genre": "Crunk reggaeton", + "Album": "Climate changed" + }, + { + "Number": 6, + "Title": "Hiding in the Heart", + "Released": "09 Aug 2019", + "Genre": "R&B", + "Album": "Climate changed" + }, + { + "Number": 7, + "Title": "Sky of Storm", + "Released": "01 Jun 2019", + "Genre": "R&B", + "Album": "Climate changed" + }, + { + "Number": 8, + "Title": "Light of Storm", + "Released": "17 Jan 2020", + "Genre": "ethno-tunes", + "Album": "Climate changed" + }, + { + "Number": 9, + "Title": "Light of Sky", + "Released": "26 May 2019", + "Genre": "*", + "Album": "Climate changed" + }, + { + "Number": 10, + "Title": "Golden River", + "Released": "19 Jun 2019", + "Genre": "*", + "Album": "Climate changed" + } ] } ] diff --git a/samples/grids/hierarchical-grid/row-reorder/src/SingersData.json b/samples/grids/hierarchical-grid/row-reorder/src/SingersData.json index f7508f3c9a..75ec4ec561 100644 --- a/samples/grids/hierarchical-grid/row-reorder/src/SingersData.json +++ b/samples/grids/hierarchical-grid/row-reorder/src/SingersData.json @@ -78,7 +78,79 @@ "LaunchDate": "September 3, 2013", "BillboardReview": 86, "USBillboard200": 1, - "Artist": "Naomí Yepes" + "Artist": "Naomí Yepes", + "Songs": [ + { + "Number": 1, + "Title": "Lonely Falling", + "Released": "01 May 2019", + "Genre": "*", + "Album": "Initiation" + }, + { + "Number": 2, + "Title": "Bright Breaking", + "Released": "25 Jul 2019", + "Genre": "Electro house Electropop", + "Album": "Initiation" + }, + { + "Number": 3, + "Title": "River of Whisper", + "Released": "29 Jan 2020", + "Genre": "Electro house Electropop", + "Album": "Initiation" + }, + { + "Number": 4, + "Title": "Sky of Storm", + "Released": "07 May 2019", + "Genre": "Electro house Electropop", + "Album": "Initiation" + }, + { + "Number": 5, + "Title": "Electric River", + "Released": "20 Jan 2020", + "Genre": "R&B", + "Album": "Initiation" + }, + { + "Number": 6, + "Title": "Storm of Storm", + "Released": "01 Sep 2019", + "Genre": "Crunk reggaeton", + "Album": "Initiation" + }, + { + "Number": 7, + "Title": "Fire of Dream", + "Released": "12 Sep 2019", + "Genre": "Electro house Electropop", + "Album": "Initiation" + }, + { + "Number": 8, + "Title": "Burning in the Light", + "Released": "15 Apr 2019", + "Genre": "*", + "Album": "Initiation" + }, + { + "Number": 9, + "Title": "Burning in the Storm", + "Released": "10 Sep 2019", + "Genre": "Electro house Electropop", + "Album": "Initiation" + }, + { + "Number": 10, + "Title": "Shadow of Whisper", + "Released": "06 Jan 2019", + "Genre": "Crunk reggaeton", + "Album": "Initiation" + } + ] }, { "Album": "Dream Driven", @@ -90,7 +162,7 @@ { "Number": 1, "Title": "Intro", - "Released": false, + "Released": "10 Sep 2019", "Genre": "*", "Album": "Dream Driven" }, @@ -111,7 +183,7 @@ { "Number": 4, "Title": "Future past", - "Released": false, + "Released": "20 Sep 2011", "Genre": "*", "Album": "Dream Driven" }, @@ -132,14 +204,14 @@ { "Number": 7, "Title": "Stay where you are", - "Released": false, + "Released": "14 Sep 2013", "Genre": "*", "Album": "Dream Driven" }, { "Number": 8, "Title": "Imaginarium", - "Released": false, + "Released": "20 Sep 2021", "Genre": "*", "Album": "Dream Driven" }, @@ -153,21 +225,21 @@ { "Number": 10, "Title": "Shredded into pieces", - "Released": false, + "Released": "11 Sep 2015", "Genre": "*", "Album": "Dream Driven" }, { "Number": 11, "Title": "Capture this moment", - "Released": false, + "Released": "13 Sep 2016", "Genre": "*", "Album": "Dream Driven" }, { "Number": 12, "Title": "Dream Driven", - "Released": false, + "Released": "14 Sep 2014", "Genre": "*", "Album": "Dream Driven" } @@ -180,7 +252,76 @@ "USBillboard200": 2, "Artist": "Naomí Yepes", "Songs": [ - + { + "Number": 1, + "Title": "Calling in the Storm", + "Released": "12 Mar 2019", + "Genre": "Electro house Electropop", + "Album": "The dragon journey" + }, + { + "Number": 2, + "Title": "Hiding in the Dream", + "Released": "23 Mar 2019", + "Genre": "R&B", + "Album": "The dragon journey" + }, + { + "Number": 3, + "Title": "Electric Heart", + "Released": "17 Mar 2019", + "Genre": "ethno-tunes", + "Album": "The dragon journey" + }, + { + "Number": 4, + "Title": "Shadow of Echo", + "Released": "20 Feb 2019", + "Genre": "ethno-tunes", + "Album": "The dragon journey" + }, + { + "Number": 5, + "Title": "Flying in the Storm", + "Released": "08 Apr 2019", + "Genre": "R&B", + "Album": "The dragon journey" + }, + { + "Number": 6, + "Title": "Dark Waiting", + "Released": "20 Oct 2019", + "Genre": "Synth-pop R&B", + "Album": "The dragon journey" + }, + { + "Number": 7, + "Title": "Fire of River", + "Released": "20 Feb 2019", + "Genre": "Synth-pop R&B", + "Album": "The dragon journey" + }, + { + "Number": 8, + "Title": "Wild Crying", + "Released": "14 Jun 2019", + "Genre": "R&B", + "Album": "The dragon journey" + }, + { + "Number": 9, + "Title": "Bright Dancing", + "Released": "14 Mar 2019", + "Genre": "Electro house Electropop", + "Album": "The dragon journey" + }, + { + "Number": 10, + "Title": "Golden Waiting", + "Released": "12 Sep 2019", + "Genre": "Synth-pop R&B", + "Album": "The dragon journey" + } ] }, { @@ -276,7 +417,76 @@ "USBillboard200": 12, "Artist": "Naomí Yepes", "Songs": [ - + { + "Number": 1, + "Title": "Storm of Dream", + "Released": "05 Jan 2019", + "Genre": "*", + "Album": "Curiosity" + }, + { + "Number": 2, + "Title": "Echo of Dream", + "Released": "28 Jan 2019", + "Genre": "Synth-pop R&B", + "Album": "Curiosity" + }, + { + "Number": 3, + "Title": "Light of Shadow", + "Released": "07 Feb 2019", + "Genre": "Synth-pop R&B", + "Album": "Curiosity" + }, + { + "Number": 4, + "Title": "Storm of Heart", + "Released": "05 Jan 2020", + "Genre": "Electro house Electropop", + "Album": "Curiosity" + }, + { + "Number": 5, + "Title": "Shadow of River", + "Released": "27 Feb 2019", + "Genre": "*", + "Album": "Curiosity" + }, + { + "Number": 6, + "Title": "Wicked Dancing", + "Released": "17 Jan 2020", + "Genre": "ethno-tunes", + "Album": "Curiosity" + }, + { + "Number": 7, + "Title": "River of Light", + "Released": "22 Feb 2019", + "Genre": "R&B", + "Album": "Curiosity" + }, + { + "Number": 8, + "Title": "Lonely Breaking", + "Released": "09 Sep 2019", + "Genre": "ethno-tunes", + "Album": "Curiosity" + }, + { + "Number": 9, + "Title": "Furious Flying", + "Released": "08 Jun 2019", + "Genre": "R&B", + "Album": "Curiosity" + }, + { + "Number": 10, + "Title": "Hiding in the Storm", + "Released": "27 May 2019", + "Genre": "Electro house Electropop", + "Album": "Curiosity" + } ] } ] @@ -513,7 +723,76 @@ "USBillboard200": 69, "Artist": "Ahmad Nazeri", "Songs": [ - + { + "Number": 1, + "Title": "Gentle Falling", + "Released": "26 Apr 2019", + "Genre": "Crunk reggaeton", + "Album": "Emergency" + }, + { + "Number": 2, + "Title": "Calling in the Fire", + "Released": "03 Sep 2019", + "Genre": "ethno-tunes", + "Album": "Emergency" + }, + { + "Number": 3, + "Title": "Fire of Shadow", + "Released": "05 Jan 2019", + "Genre": "ethno-tunes", + "Album": "Emergency" + }, + { + "Number": 4, + "Title": "Dancing in the Dream", + "Released": "15 Apr 2019", + "Genre": "R&B", + "Album": "Emergency" + }, + { + "Number": 5, + "Title": "Calling in the Shadow", + "Released": "09 Oct 2019", + "Genre": "R&B", + "Album": "Emergency" + }, + { + "Number": 6, + "Title": "Falling in the Sky", + "Released": "08 Mar 2019", + "Genre": "ethno-tunes", + "Album": "Emergency" + }, + { + "Number": 7, + "Title": "Calling in the Storm", + "Released": "05 Dec 2019", + "Genre": "ethno-tunes", + "Album": "Emergency" + }, + { + "Number": 8, + "Title": "Falling in the River", + "Released": "19 Aug 2019", + "Genre": "Electro house Electropop", + "Album": "Emergency" + }, + { + "Number": 9, + "Title": "Electric Fire", + "Released": "30 Nov 2019", + "Genre": "Crunk reggaeton", + "Album": "Emergency" + }, + { + "Number": 10, + "Title": "Lonely River", + "Released": "11 Nov 2019", + "Genre": "Electro house Electropop", + "Album": "Emergency" + } ] }, { @@ -523,7 +802,76 @@ "USBillboard200": 39, "Artist": "Ahmad Nazeri", "Songs": [ - + { + "Number": 1, + "Title": "Lonely Dream", + "Released": "11 Dec 2019", + "Genre": "ethno-tunes", + "Album": "Bursting bubbles" + }, + { + "Number": 2, + "Title": "Fire of River", + "Released": "01 Aug 2019", + "Genre": "Synth-pop R&B", + "Album": "Bursting bubbles" + }, + { + "Number": 3, + "Title": "Wicked Falling", + "Released": "25 Jan 2019", + "Genre": "*", + "Album": "Bursting bubbles" + }, + { + "Number": 4, + "Title": "Crying in the Shadow", + "Released": "04 Jan 2019", + "Genre": "Synth-pop R&B", + "Album": "Bursting bubbles" + }, + { + "Number": 5, + "Title": "Wild Burning", + "Released": "10 May 2019", + "Genre": "ethno-tunes", + "Album": "Bursting bubbles" + }, + { + "Number": 6, + "Title": "Waiting in the Heart", + "Released": "07 Aug 2019", + "Genre": "ethno-tunes", + "Album": "Bursting bubbles" + }, + { + "Number": 7, + "Title": "Fire of Fire", + "Released": "16 May 2019", + "Genre": "Electro house Electropop", + "Album": "Bursting bubbles" + }, + { + "Number": 8, + "Title": "Bright Heart", + "Released": "14 Mar 2019", + "Genre": "Synth-pop R&B", + "Album": "Bursting bubbles" + }, + { + "Number": 9, + "Title": "Lonely Fire", + "Released": "15 Oct 2019", + "Genre": "R&B", + "Album": "Bursting bubbles" + }, + { + "Number": 10, + "Title": "Sky of Dream", + "Released": "20 Jun 2019", + "Genre": "ethno-tunes", + "Album": "Bursting bubbles" + } ] } ] @@ -547,7 +895,76 @@ "USBillboard200": 1, "Artist": "Kimmy McIlmorie", "Songs": [ - + { + "Number": 1, + "Title": "Storm of Sky", + "Released": "04 Mar 2019", + "Genre": "ethno-tunes", + "Album": "Here we go again" + }, + { + "Number": 2, + "Title": "Dream of Shadow", + "Released": "03 Jan 2019", + "Genre": "ethno-tunes", + "Album": "Here we go again" + }, + { + "Number": 3, + "Title": "Dream of Shadow", + "Released": "19 Dec 2019", + "Genre": "Electro house Electropop", + "Album": "Here we go again" + }, + { + "Number": 4, + "Title": "Golden Fire", + "Released": "20 Jan 2019", + "Genre": "R&B", + "Album": "Here we go again" + }, + { + "Number": 5, + "Title": "Running in the Light", + "Released": "03 Jan 2020", + "Genre": "Synth-pop R&B", + "Album": "Here we go again" + }, + { + "Number": 6, + "Title": "Flying in the Heart", + "Released": "17 Jan 2019", + "Genre": "*", + "Album": "Here we go again" + }, + { + "Number": 7, + "Title": "Fire of Storm", + "Released": "26 Jan 2019", + "Genre": "ethno-tunes", + "Album": "Here we go again" + }, + { + "Number": 8, + "Title": "Calling in the Sky", + "Released": "28 Oct 2019", + "Genre": "Synth-pop R&B", + "Album": "Here we go again" + }, + { + "Number": 9, + "Title": "Flying in the Shadow", + "Released": "30 Mar 2019", + "Genre": "ethno-tunes", + "Album": "Here we go again" + }, + { + "Number": 10, + "Title": "Golden Dancing", + "Released": "12 Oct 2019", + "Genre": "ethno-tunes", + "Album": "Here we go again" + } ] } ] @@ -771,7 +1188,76 @@ "USBillboard200": 85, "Artist": "Izabella Tabakova", "Songs": [ - + { + "Number": 1, + "Title": "Hiding in the Light", + "Released": "24 Jan 2019", + "Genre": "Synth-pop R&B", + "Album": "Dark matters" + }, + { + "Number": 2, + "Title": "Furious River", + "Released": "13 Jan 2020", + "Genre": "Electro house Electropop", + "Album": "Dark matters" + }, + { + "Number": 3, + "Title": "Wild Crying", + "Released": "27 Feb 2019", + "Genre": "Electro house Electropop", + "Album": "Dark matters" + }, + { + "Number": 4, + "Title": "Light of Dream", + "Released": "01 Jun 2019", + "Genre": "Crunk reggaeton", + "Album": "Dark matters" + }, + { + "Number": 5, + "Title": "Light of Dream", + "Released": "24 Aug 2019", + "Genre": "*", + "Album": "Dark matters" + }, + { + "Number": 6, + "Title": "Storm of Light", + "Released": "26 Feb 2019", + "Genre": "*", + "Album": "Dark matters" + }, + { + "Number": 7, + "Title": "Dark Storm", + "Released": "18 Jan 2020", + "Genre": "R&B", + "Album": "Dark matters" + }, + { + "Number": 8, + "Title": "Dark Calling", + "Released": "20 Mar 2019", + "Genre": "Crunk reggaeton", + "Album": "Dark matters" + }, + { + "Number": 9, + "Title": "Sky of Whisper", + "Released": "30 Jan 2019", + "Genre": "ethno-tunes", + "Album": "Dark matters" + }, + { + "Number": 10, + "Title": "Dancing in the Light", + "Released": "28 Nov 2019", + "Genre": "Synth-pop R&B", + "Album": "Dark matters" + } ] } ] @@ -795,7 +1281,76 @@ "USBillboard200": 5, "Artist": "Nguyễn Diệp Chi", "Songs": [ - + { + "Number": 1, + "Title": "Echo of River", + "Released": "05 Mar 2019", + "Genre": "Synth-pop R&B", + "Album": "Library of liberty" + }, + { + "Number": 2, + "Title": "Heart of River", + "Released": "12 Jan 2020", + "Genre": "Electro house Electropop", + "Album": "Library of liberty" + }, + { + "Number": 3, + "Title": "Dark Light", + "Released": "09 Aug 2019", + "Genre": "Electro house Electropop", + "Album": "Library of liberty" + }, + { + "Number": 4, + "Title": "Dark Fire", + "Released": "22 Jun 2019", + "Genre": "R&B", + "Album": "Library of liberty" + }, + { + "Number": 5, + "Title": "Flying in the Fire", + "Released": "22 Jul 2019", + "Genre": "*", + "Album": "Library of liberty" + }, + { + "Number": 6, + "Title": "Shadow of Heart", + "Released": "02 Jan 2020", + "Genre": "*", + "Album": "Library of liberty" + }, + { + "Number": 7, + "Title": "Fire of Fire", + "Released": "27 Jan 2019", + "Genre": "*", + "Album": "Library of liberty" + }, + { + "Number": 8, + "Title": "Falling in the River", + "Released": "05 Aug 2019", + "Genre": "Crunk reggaeton", + "Album": "Library of liberty" + }, + { + "Number": 9, + "Title": "Fire of Light", + "Released": "31 Dec 2019", + "Genre": "ethno-tunes", + "Album": "Library of liberty" + }, + { + "Number": 10, + "Title": "Bright Flying", + "Released": "24 Jan 2019", + "Genre": "*", + "Album": "Library of liberty" + } ] } ] @@ -819,7 +1374,76 @@ "USBillboard200": 29, "Artist": "Eva Lee", "Songs": [ - + { + "Number": 1, + "Title": "Dancing in the Shadow", + "Released": "02 Aug 2019", + "Genre": "ethno-tunes", + "Album": "Just a tease" + }, + { + "Number": 2, + "Title": "Silent Whisper", + "Released": "09 Jul 2019", + "Genre": "*", + "Album": "Just a tease" + }, + { + "Number": 3, + "Title": "Crying in the Whisper", + "Released": "30 May 2019", + "Genre": "Crunk reggaeton", + "Album": "Just a tease" + }, + { + "Number": 4, + "Title": "River of Light", + "Released": "10 Jan 2019", + "Genre": "Electro house Electropop", + "Album": "Just a tease" + }, + { + "Number": 5, + "Title": "Golden River", + "Released": "15 Nov 2019", + "Genre": "*", + "Album": "Just a tease" + }, + { + "Number": 6, + "Title": "Burning in the Shadow", + "Released": "18 Apr 2019", + "Genre": "Crunk reggaeton", + "Album": "Just a tease" + }, + { + "Number": 7, + "Title": "Shadow of Sky", + "Released": "06 Sep 2019", + "Genre": "Crunk reggaeton", + "Album": "Just a tease" + }, + { + "Number": 8, + "Title": "Gentle Waiting", + "Released": "05 Dec 2019", + "Genre": "R&B", + "Album": "Just a tease" + }, + { + "Number": 9, + "Title": "Bright River", + "Released": "27 Jan 2020", + "Genre": "R&B", + "Album": "Just a tease" + }, + { + "Number": 10, + "Title": "Heart of Storm", + "Released": "07 Jan 2019", + "Genre": "Synth-pop R&B", + "Album": "Just a tease" + } ] } ] @@ -1046,7 +1670,76 @@ "USBillboard200": 98, "Artist": "Pablo Cambeiro", "Songs": [ - + { + "Number": 1, + "Title": "Dancing in the Echo", + "Released": "03 Oct 2019", + "Genre": "Crunk reggaeton", + "Album": "Fluke" + }, + { + "Number": 2, + "Title": "Dream of Dream", + "Released": "03 Mar 2019", + "Genre": "*", + "Album": "Fluke" + }, + { + "Number": 3, + "Title": "Calling in the Echo", + "Released": "16 Sep 2019", + "Genre": "*", + "Album": "Fluke" + }, + { + "Number": 4, + "Title": "Light of Light", + "Released": "25 May 2019", + "Genre": "Electro house Electropop", + "Album": "Fluke" + }, + { + "Number": 5, + "Title": "Bright Light", + "Released": "21 Mar 2019", + "Genre": "R&B", + "Album": "Fluke" + }, + { + "Number": 6, + "Title": "Storm of Echo", + "Released": "17 Jul 2019", + "Genre": "Synth-pop R&B", + "Album": "Fluke" + }, + { + "Number": 7, + "Title": "Lonely Calling", + "Released": "10 Apr 2019", + "Genre": "ethno-tunes", + "Album": "Fluke" + }, + { + "Number": 8, + "Title": "Gentle Falling", + "Released": "28 Nov 2019", + "Genre": "Synth-pop R&B", + "Album": "Fluke" + }, + { + "Number": 9, + "Title": "Wild Flying", + "Released": "26 Nov 2019", + "Genre": "Crunk reggaeton", + "Album": "Fluke" + }, + { + "Number": 10, + "Title": "Sky of Dream", + "Released": "29 May 2019", + "Genre": "R&B", + "Album": "Fluke" + } ] }, { @@ -1142,7 +1835,76 @@ "USBillboard200": 77, "Artist": "Athar Malakooti", "Songs": [ - + { + "Number": 1, + "Title": "Hiding in the Whisper", + "Released": "03 Apr 2019", + "Genre": "R&B", + "Album": "Pushing up daisies" + }, + { + "Number": 2, + "Title": "Wicked Light", + "Released": "21 Aug 2019", + "Genre": "R&B", + "Album": "Pushing up daisies" + }, + { + "Number": 3, + "Title": "Flying in the River", + "Released": "03 Feb 2020", + "Genre": "Synth-pop R&B", + "Album": "Pushing up daisies" + }, + { + "Number": 4, + "Title": "Wicked Hiding", + "Released": "15 Sep 2019", + "Genre": "Synth-pop R&B", + "Album": "Pushing up daisies" + }, + { + "Number": 5, + "Title": "Lonely Light", + "Released": "13 May 2019", + "Genre": "Electro house Electropop", + "Album": "Pushing up daisies" + }, + { + "Number": 6, + "Title": "Bright Dancing", + "Released": "10 Apr 2019", + "Genre": "Synth-pop R&B", + "Album": "Pushing up daisies" + }, + { + "Number": 7, + "Title": "Gentle Dream", + "Released": "21 May 2019", + "Genre": "*", + "Album": "Pushing up daisies" + }, + { + "Number": 8, + "Title": "Sky of Echo", + "Released": "09 Jun 2019", + "Genre": "Synth-pop R&B", + "Album": "Pushing up daisies" + }, + { + "Number": 9, + "Title": "Breaking in the Sky", + "Released": "27 Dec 2019", + "Genre": "Crunk reggaeton", + "Album": "Pushing up daisies" + }, + { + "Number": 10, + "Title": "Whisper of Shadow", + "Released": "04 Jan 2019", + "Genre": "ethno-tunes", + "Album": "Pushing up daisies" + } ] } ] @@ -1179,7 +1941,76 @@ "USBillboard200": 9, "Artist": "Marti Valencia", "Songs": [ - + { + "Number": 1, + "Title": "Hiding in the Sky", + "Released": "26 Nov 2019", + "Genre": "Synth-pop R&B", + "Album": "Nemesis" + }, + { + "Number": 2, + "Title": "Waiting in the Echo", + "Released": "10 Jul 2019", + "Genre": "ethno-tunes", + "Album": "Nemesis" + }, + { + "Number": 3, + "Title": "Wicked Shadow", + "Released": "29 Jul 2019", + "Genre": "Synth-pop R&B", + "Album": "Nemesis" + }, + { + "Number": 4, + "Title": "Crying in the Whisper", + "Released": "09 Apr 2019", + "Genre": "*", + "Album": "Nemesis" + }, + { + "Number": 5, + "Title": "Echo of Storm", + "Released": "19 Nov 2019", + "Genre": "Crunk reggaeton", + "Album": "Nemesis" + }, + { + "Number": 6, + "Title": "Shadow of Sky", + "Released": "24 Jul 2019", + "Genre": "Crunk reggaeton", + "Album": "Nemesis" + }, + { + "Number": 7, + "Title": "Golden Hiding", + "Released": "12 Dec 2019", + "Genre": "Electro house Electropop", + "Album": "Nemesis" + }, + { + "Number": 8, + "Title": "Wild Dancing", + "Released": "17 Aug 2019", + "Genre": "Synth-pop R&B", + "Album": "Nemesis" + }, + { + "Number": 9, + "Title": "Bright Burning", + "Released": "30 Aug 2019", + "Genre": "Electro house Electropop", + "Album": "Nemesis" + }, + { + "Number": 10, + "Title": "Flying in the River", + "Released": "02 Sep 2019", + "Genre": "*", + "Album": "Nemesis" + } ] }, { @@ -1282,7 +2113,76 @@ "USBillboard200": 37, "Artist": "Marti Valencia", "Songs": [ - + { + "Number": 1, + "Title": "Wild River", + "Released": "11 Jan 2019", + "Genre": "*", + "Album": "God's advocate" + }, + { + "Number": 2, + "Title": "Wicked Whisper", + "Released": "16 Feb 2019", + "Genre": "Electro house Electropop", + "Album": "God's advocate" + }, + { + "Number": 3, + "Title": "Storm of Heart", + "Released": "11 Aug 2019", + "Genre": "*", + "Album": "God's advocate" + }, + { + "Number": 4, + "Title": "Golden Dancing", + "Released": "02 Mar 2019", + "Genre": "Crunk reggaeton", + "Album": "God's advocate" + }, + { + "Number": 5, + "Title": "Calling in the Sky", + "Released": "10 Sep 2019", + "Genre": "Electro house Electropop", + "Album": "God's advocate" + }, + { + "Number": 6, + "Title": "Calling in the Heart", + "Released": "12 Jan 2019", + "Genre": "ethno-tunes", + "Album": "God's advocate" + }, + { + "Number": 7, + "Title": "Running in the Storm", + "Released": "10 Nov 2019", + "Genre": "Synth-pop R&B", + "Album": "God's advocate" + }, + { + "Number": 8, + "Title": "Wild Sky", + "Released": "10 Apr 2019", + "Genre": "R&B", + "Album": "God's advocate" + }, + { + "Number": 9, + "Title": "Crying in the Shadow", + "Released": "02 Mar 2019", + "Genre": "R&B", + "Album": "God's advocate" + }, + { + "Number": 10, + "Title": "Whisper of River", + "Released": "12 May 2019", + "Genre": "*", + "Album": "God's advocate" + } ] } ] @@ -1306,7 +2206,76 @@ "USBillboard200": 7, "Artist": "Alicia Stanger", "Songs": [ - + { + "Number": 1, + "Title": "Shadow of Light", + "Released": "24 Mar 2019", + "Genre": "ethno-tunes", + "Album": "Forever alone" + }, + { + "Number": 2, + "Title": "Running in the Echo", + "Released": "03 May 2019", + "Genre": "Crunk reggaeton", + "Album": "Forever alone" + }, + { + "Number": 3, + "Title": "Gentle Dream", + "Released": "24 Aug 2019", + "Genre": "Crunk reggaeton", + "Album": "Forever alone" + }, + { + "Number": 4, + "Title": "Furious River", + "Released": "24 Apr 2019", + "Genre": "ethno-tunes", + "Album": "Forever alone" + }, + { + "Number": 5, + "Title": "Wild Whisper", + "Released": "09 Mar 2019", + "Genre": "ethno-tunes", + "Album": "Forever alone" + }, + { + "Number": 6, + "Title": "Whisper of Sky", + "Released": "24 Jul 2019", + "Genre": "Crunk reggaeton", + "Album": "Forever alone" + }, + { + "Number": 7, + "Title": "Lonely Storm", + "Released": "01 May 2019", + "Genre": "Crunk reggaeton", + "Album": "Forever alone" + }, + { + "Number": 8, + "Title": "Dancing in the River", + "Released": "17 Dec 2019", + "Genre": "*", + "Album": "Forever alone" + }, + { + "Number": 9, + "Title": "Electric Fire", + "Released": "17 Oct 2019", + "Genre": "Electro house Electropop", + "Album": "Forever alone" + }, + { + "Number": 10, + "Title": "Electric Sky", + "Released": "25 Sep 2019", + "Genre": "ethno-tunes", + "Album": "Forever alone" + } ] } ] @@ -1371,7 +2340,76 @@ "USBillboard200": 35, "Artist": "Peter Taylor", "Songs": [ - + { + "Number": 1, + "Title": "Calling in the Dream", + "Released": "01 Aug 2019", + "Genre": "R&B", + "Album": "Decisions decisions" + }, + { + "Number": 2, + "Title": "Electric Burning", + "Released": "10 Sep 2019", + "Genre": "Electro house Electropop", + "Album": "Decisions decisions" + }, + { + "Number": 3, + "Title": "Dark Flying", + "Released": "28 Apr 2019", + "Genre": "*", + "Album": "Decisions decisions" + }, + { + "Number": 4, + "Title": "Gentle Sky", + "Released": "20 Nov 2019", + "Genre": "ethno-tunes", + "Album": "Decisions decisions" + }, + { + "Number": 5, + "Title": "Gentle Calling", + "Released": "13 Jan 2019", + "Genre": "Crunk reggaeton", + "Album": "Decisions decisions" + }, + { + "Number": 6, + "Title": "Golden Falling", + "Released": "14 Feb 2019", + "Genre": "Crunk reggaeton", + "Album": "Decisions decisions" + }, + { + "Number": 7, + "Title": "Silent River", + "Released": "13 Feb 2019", + "Genre": "R&B", + "Album": "Decisions decisions" + }, + { + "Number": 8, + "Title": "Furious Calling", + "Released": "11 Jun 2019", + "Genre": "Synth-pop R&B", + "Album": "Decisions decisions" + }, + { + "Number": 9, + "Title": "Running in the Echo", + "Released": "06 Nov 2019", + "Genre": "Electro house Electropop", + "Album": "Decisions decisions" + }, + { + "Number": 10, + "Title": "Furious River", + "Released": "12 Mar 2019", + "Genre": "*", + "Album": "Decisions decisions" + } ] }, { @@ -1381,7 +2419,76 @@ "USBillboard200": 89, "Artist": "Peter Taylor", "Songs": [ - + { + "Number": 1, + "Title": "Dark Crying", + "Released": "27 Apr 2019", + "Genre": "Electro house Electropop", + "Album": "Climate changed" + }, + { + "Number": 2, + "Title": "Dark Waiting", + "Released": "14 Nov 2019", + "Genre": "Synth-pop R&B", + "Album": "Climate changed" + }, + { + "Number": 3, + "Title": "Furious Waiting", + "Released": "23 May 2019", + "Genre": "*", + "Album": "Climate changed" + }, + { + "Number": 4, + "Title": "Running in the Echo", + "Released": "29 Nov 2019", + "Genre": "Crunk reggaeton", + "Album": "Climate changed" + }, + { + "Number": 5, + "Title": "Dream of Sky", + "Released": "31 Oct 2019", + "Genre": "Crunk reggaeton", + "Album": "Climate changed" + }, + { + "Number": 6, + "Title": "Hiding in the Heart", + "Released": "09 Aug 2019", + "Genre": "R&B", + "Album": "Climate changed" + }, + { + "Number": 7, + "Title": "Sky of Storm", + "Released": "01 Jun 2019", + "Genre": "R&B", + "Album": "Climate changed" + }, + { + "Number": 8, + "Title": "Light of Storm", + "Released": "17 Jan 2020", + "Genre": "ethno-tunes", + "Album": "Climate changed" + }, + { + "Number": 9, + "Title": "Light of Sky", + "Released": "26 May 2019", + "Genre": "*", + "Album": "Climate changed" + }, + { + "Number": 10, + "Title": "Golden River", + "Released": "19 Jun 2019", + "Genre": "*", + "Album": "Climate changed" + } ] } ] diff --git a/samples/grids/hierarchical-grid/row-selection-mode/src/SingersData.json b/samples/grids/hierarchical-grid/row-selection-mode/src/SingersData.json index f7508f3c9a..75ec4ec561 100644 --- a/samples/grids/hierarchical-grid/row-selection-mode/src/SingersData.json +++ b/samples/grids/hierarchical-grid/row-selection-mode/src/SingersData.json @@ -78,7 +78,79 @@ "LaunchDate": "September 3, 2013", "BillboardReview": 86, "USBillboard200": 1, - "Artist": "Naomí Yepes" + "Artist": "Naomí Yepes", + "Songs": [ + { + "Number": 1, + "Title": "Lonely Falling", + "Released": "01 May 2019", + "Genre": "*", + "Album": "Initiation" + }, + { + "Number": 2, + "Title": "Bright Breaking", + "Released": "25 Jul 2019", + "Genre": "Electro house Electropop", + "Album": "Initiation" + }, + { + "Number": 3, + "Title": "River of Whisper", + "Released": "29 Jan 2020", + "Genre": "Electro house Electropop", + "Album": "Initiation" + }, + { + "Number": 4, + "Title": "Sky of Storm", + "Released": "07 May 2019", + "Genre": "Electro house Electropop", + "Album": "Initiation" + }, + { + "Number": 5, + "Title": "Electric River", + "Released": "20 Jan 2020", + "Genre": "R&B", + "Album": "Initiation" + }, + { + "Number": 6, + "Title": "Storm of Storm", + "Released": "01 Sep 2019", + "Genre": "Crunk reggaeton", + "Album": "Initiation" + }, + { + "Number": 7, + "Title": "Fire of Dream", + "Released": "12 Sep 2019", + "Genre": "Electro house Electropop", + "Album": "Initiation" + }, + { + "Number": 8, + "Title": "Burning in the Light", + "Released": "15 Apr 2019", + "Genre": "*", + "Album": "Initiation" + }, + { + "Number": 9, + "Title": "Burning in the Storm", + "Released": "10 Sep 2019", + "Genre": "Electro house Electropop", + "Album": "Initiation" + }, + { + "Number": 10, + "Title": "Shadow of Whisper", + "Released": "06 Jan 2019", + "Genre": "Crunk reggaeton", + "Album": "Initiation" + } + ] }, { "Album": "Dream Driven", @@ -90,7 +162,7 @@ { "Number": 1, "Title": "Intro", - "Released": false, + "Released": "10 Sep 2019", "Genre": "*", "Album": "Dream Driven" }, @@ -111,7 +183,7 @@ { "Number": 4, "Title": "Future past", - "Released": false, + "Released": "20 Sep 2011", "Genre": "*", "Album": "Dream Driven" }, @@ -132,14 +204,14 @@ { "Number": 7, "Title": "Stay where you are", - "Released": false, + "Released": "14 Sep 2013", "Genre": "*", "Album": "Dream Driven" }, { "Number": 8, "Title": "Imaginarium", - "Released": false, + "Released": "20 Sep 2021", "Genre": "*", "Album": "Dream Driven" }, @@ -153,21 +225,21 @@ { "Number": 10, "Title": "Shredded into pieces", - "Released": false, + "Released": "11 Sep 2015", "Genre": "*", "Album": "Dream Driven" }, { "Number": 11, "Title": "Capture this moment", - "Released": false, + "Released": "13 Sep 2016", "Genre": "*", "Album": "Dream Driven" }, { "Number": 12, "Title": "Dream Driven", - "Released": false, + "Released": "14 Sep 2014", "Genre": "*", "Album": "Dream Driven" } @@ -180,7 +252,76 @@ "USBillboard200": 2, "Artist": "Naomí Yepes", "Songs": [ - + { + "Number": 1, + "Title": "Calling in the Storm", + "Released": "12 Mar 2019", + "Genre": "Electro house Electropop", + "Album": "The dragon journey" + }, + { + "Number": 2, + "Title": "Hiding in the Dream", + "Released": "23 Mar 2019", + "Genre": "R&B", + "Album": "The dragon journey" + }, + { + "Number": 3, + "Title": "Electric Heart", + "Released": "17 Mar 2019", + "Genre": "ethno-tunes", + "Album": "The dragon journey" + }, + { + "Number": 4, + "Title": "Shadow of Echo", + "Released": "20 Feb 2019", + "Genre": "ethno-tunes", + "Album": "The dragon journey" + }, + { + "Number": 5, + "Title": "Flying in the Storm", + "Released": "08 Apr 2019", + "Genre": "R&B", + "Album": "The dragon journey" + }, + { + "Number": 6, + "Title": "Dark Waiting", + "Released": "20 Oct 2019", + "Genre": "Synth-pop R&B", + "Album": "The dragon journey" + }, + { + "Number": 7, + "Title": "Fire of River", + "Released": "20 Feb 2019", + "Genre": "Synth-pop R&B", + "Album": "The dragon journey" + }, + { + "Number": 8, + "Title": "Wild Crying", + "Released": "14 Jun 2019", + "Genre": "R&B", + "Album": "The dragon journey" + }, + { + "Number": 9, + "Title": "Bright Dancing", + "Released": "14 Mar 2019", + "Genre": "Electro house Electropop", + "Album": "The dragon journey" + }, + { + "Number": 10, + "Title": "Golden Waiting", + "Released": "12 Sep 2019", + "Genre": "Synth-pop R&B", + "Album": "The dragon journey" + } ] }, { @@ -276,7 +417,76 @@ "USBillboard200": 12, "Artist": "Naomí Yepes", "Songs": [ - + { + "Number": 1, + "Title": "Storm of Dream", + "Released": "05 Jan 2019", + "Genre": "*", + "Album": "Curiosity" + }, + { + "Number": 2, + "Title": "Echo of Dream", + "Released": "28 Jan 2019", + "Genre": "Synth-pop R&B", + "Album": "Curiosity" + }, + { + "Number": 3, + "Title": "Light of Shadow", + "Released": "07 Feb 2019", + "Genre": "Synth-pop R&B", + "Album": "Curiosity" + }, + { + "Number": 4, + "Title": "Storm of Heart", + "Released": "05 Jan 2020", + "Genre": "Electro house Electropop", + "Album": "Curiosity" + }, + { + "Number": 5, + "Title": "Shadow of River", + "Released": "27 Feb 2019", + "Genre": "*", + "Album": "Curiosity" + }, + { + "Number": 6, + "Title": "Wicked Dancing", + "Released": "17 Jan 2020", + "Genre": "ethno-tunes", + "Album": "Curiosity" + }, + { + "Number": 7, + "Title": "River of Light", + "Released": "22 Feb 2019", + "Genre": "R&B", + "Album": "Curiosity" + }, + { + "Number": 8, + "Title": "Lonely Breaking", + "Released": "09 Sep 2019", + "Genre": "ethno-tunes", + "Album": "Curiosity" + }, + { + "Number": 9, + "Title": "Furious Flying", + "Released": "08 Jun 2019", + "Genre": "R&B", + "Album": "Curiosity" + }, + { + "Number": 10, + "Title": "Hiding in the Storm", + "Released": "27 May 2019", + "Genre": "Electro house Electropop", + "Album": "Curiosity" + } ] } ] @@ -513,7 +723,76 @@ "USBillboard200": 69, "Artist": "Ahmad Nazeri", "Songs": [ - + { + "Number": 1, + "Title": "Gentle Falling", + "Released": "26 Apr 2019", + "Genre": "Crunk reggaeton", + "Album": "Emergency" + }, + { + "Number": 2, + "Title": "Calling in the Fire", + "Released": "03 Sep 2019", + "Genre": "ethno-tunes", + "Album": "Emergency" + }, + { + "Number": 3, + "Title": "Fire of Shadow", + "Released": "05 Jan 2019", + "Genre": "ethno-tunes", + "Album": "Emergency" + }, + { + "Number": 4, + "Title": "Dancing in the Dream", + "Released": "15 Apr 2019", + "Genre": "R&B", + "Album": "Emergency" + }, + { + "Number": 5, + "Title": "Calling in the Shadow", + "Released": "09 Oct 2019", + "Genre": "R&B", + "Album": "Emergency" + }, + { + "Number": 6, + "Title": "Falling in the Sky", + "Released": "08 Mar 2019", + "Genre": "ethno-tunes", + "Album": "Emergency" + }, + { + "Number": 7, + "Title": "Calling in the Storm", + "Released": "05 Dec 2019", + "Genre": "ethno-tunes", + "Album": "Emergency" + }, + { + "Number": 8, + "Title": "Falling in the River", + "Released": "19 Aug 2019", + "Genre": "Electro house Electropop", + "Album": "Emergency" + }, + { + "Number": 9, + "Title": "Electric Fire", + "Released": "30 Nov 2019", + "Genre": "Crunk reggaeton", + "Album": "Emergency" + }, + { + "Number": 10, + "Title": "Lonely River", + "Released": "11 Nov 2019", + "Genre": "Electro house Electropop", + "Album": "Emergency" + } ] }, { @@ -523,7 +802,76 @@ "USBillboard200": 39, "Artist": "Ahmad Nazeri", "Songs": [ - + { + "Number": 1, + "Title": "Lonely Dream", + "Released": "11 Dec 2019", + "Genre": "ethno-tunes", + "Album": "Bursting bubbles" + }, + { + "Number": 2, + "Title": "Fire of River", + "Released": "01 Aug 2019", + "Genre": "Synth-pop R&B", + "Album": "Bursting bubbles" + }, + { + "Number": 3, + "Title": "Wicked Falling", + "Released": "25 Jan 2019", + "Genre": "*", + "Album": "Bursting bubbles" + }, + { + "Number": 4, + "Title": "Crying in the Shadow", + "Released": "04 Jan 2019", + "Genre": "Synth-pop R&B", + "Album": "Bursting bubbles" + }, + { + "Number": 5, + "Title": "Wild Burning", + "Released": "10 May 2019", + "Genre": "ethno-tunes", + "Album": "Bursting bubbles" + }, + { + "Number": 6, + "Title": "Waiting in the Heart", + "Released": "07 Aug 2019", + "Genre": "ethno-tunes", + "Album": "Bursting bubbles" + }, + { + "Number": 7, + "Title": "Fire of Fire", + "Released": "16 May 2019", + "Genre": "Electro house Electropop", + "Album": "Bursting bubbles" + }, + { + "Number": 8, + "Title": "Bright Heart", + "Released": "14 Mar 2019", + "Genre": "Synth-pop R&B", + "Album": "Bursting bubbles" + }, + { + "Number": 9, + "Title": "Lonely Fire", + "Released": "15 Oct 2019", + "Genre": "R&B", + "Album": "Bursting bubbles" + }, + { + "Number": 10, + "Title": "Sky of Dream", + "Released": "20 Jun 2019", + "Genre": "ethno-tunes", + "Album": "Bursting bubbles" + } ] } ] @@ -547,7 +895,76 @@ "USBillboard200": 1, "Artist": "Kimmy McIlmorie", "Songs": [ - + { + "Number": 1, + "Title": "Storm of Sky", + "Released": "04 Mar 2019", + "Genre": "ethno-tunes", + "Album": "Here we go again" + }, + { + "Number": 2, + "Title": "Dream of Shadow", + "Released": "03 Jan 2019", + "Genre": "ethno-tunes", + "Album": "Here we go again" + }, + { + "Number": 3, + "Title": "Dream of Shadow", + "Released": "19 Dec 2019", + "Genre": "Electro house Electropop", + "Album": "Here we go again" + }, + { + "Number": 4, + "Title": "Golden Fire", + "Released": "20 Jan 2019", + "Genre": "R&B", + "Album": "Here we go again" + }, + { + "Number": 5, + "Title": "Running in the Light", + "Released": "03 Jan 2020", + "Genre": "Synth-pop R&B", + "Album": "Here we go again" + }, + { + "Number": 6, + "Title": "Flying in the Heart", + "Released": "17 Jan 2019", + "Genre": "*", + "Album": "Here we go again" + }, + { + "Number": 7, + "Title": "Fire of Storm", + "Released": "26 Jan 2019", + "Genre": "ethno-tunes", + "Album": "Here we go again" + }, + { + "Number": 8, + "Title": "Calling in the Sky", + "Released": "28 Oct 2019", + "Genre": "Synth-pop R&B", + "Album": "Here we go again" + }, + { + "Number": 9, + "Title": "Flying in the Shadow", + "Released": "30 Mar 2019", + "Genre": "ethno-tunes", + "Album": "Here we go again" + }, + { + "Number": 10, + "Title": "Golden Dancing", + "Released": "12 Oct 2019", + "Genre": "ethno-tunes", + "Album": "Here we go again" + } ] } ] @@ -771,7 +1188,76 @@ "USBillboard200": 85, "Artist": "Izabella Tabakova", "Songs": [ - + { + "Number": 1, + "Title": "Hiding in the Light", + "Released": "24 Jan 2019", + "Genre": "Synth-pop R&B", + "Album": "Dark matters" + }, + { + "Number": 2, + "Title": "Furious River", + "Released": "13 Jan 2020", + "Genre": "Electro house Electropop", + "Album": "Dark matters" + }, + { + "Number": 3, + "Title": "Wild Crying", + "Released": "27 Feb 2019", + "Genre": "Electro house Electropop", + "Album": "Dark matters" + }, + { + "Number": 4, + "Title": "Light of Dream", + "Released": "01 Jun 2019", + "Genre": "Crunk reggaeton", + "Album": "Dark matters" + }, + { + "Number": 5, + "Title": "Light of Dream", + "Released": "24 Aug 2019", + "Genre": "*", + "Album": "Dark matters" + }, + { + "Number": 6, + "Title": "Storm of Light", + "Released": "26 Feb 2019", + "Genre": "*", + "Album": "Dark matters" + }, + { + "Number": 7, + "Title": "Dark Storm", + "Released": "18 Jan 2020", + "Genre": "R&B", + "Album": "Dark matters" + }, + { + "Number": 8, + "Title": "Dark Calling", + "Released": "20 Mar 2019", + "Genre": "Crunk reggaeton", + "Album": "Dark matters" + }, + { + "Number": 9, + "Title": "Sky of Whisper", + "Released": "30 Jan 2019", + "Genre": "ethno-tunes", + "Album": "Dark matters" + }, + { + "Number": 10, + "Title": "Dancing in the Light", + "Released": "28 Nov 2019", + "Genre": "Synth-pop R&B", + "Album": "Dark matters" + } ] } ] @@ -795,7 +1281,76 @@ "USBillboard200": 5, "Artist": "Nguyễn Diệp Chi", "Songs": [ - + { + "Number": 1, + "Title": "Echo of River", + "Released": "05 Mar 2019", + "Genre": "Synth-pop R&B", + "Album": "Library of liberty" + }, + { + "Number": 2, + "Title": "Heart of River", + "Released": "12 Jan 2020", + "Genre": "Electro house Electropop", + "Album": "Library of liberty" + }, + { + "Number": 3, + "Title": "Dark Light", + "Released": "09 Aug 2019", + "Genre": "Electro house Electropop", + "Album": "Library of liberty" + }, + { + "Number": 4, + "Title": "Dark Fire", + "Released": "22 Jun 2019", + "Genre": "R&B", + "Album": "Library of liberty" + }, + { + "Number": 5, + "Title": "Flying in the Fire", + "Released": "22 Jul 2019", + "Genre": "*", + "Album": "Library of liberty" + }, + { + "Number": 6, + "Title": "Shadow of Heart", + "Released": "02 Jan 2020", + "Genre": "*", + "Album": "Library of liberty" + }, + { + "Number": 7, + "Title": "Fire of Fire", + "Released": "27 Jan 2019", + "Genre": "*", + "Album": "Library of liberty" + }, + { + "Number": 8, + "Title": "Falling in the River", + "Released": "05 Aug 2019", + "Genre": "Crunk reggaeton", + "Album": "Library of liberty" + }, + { + "Number": 9, + "Title": "Fire of Light", + "Released": "31 Dec 2019", + "Genre": "ethno-tunes", + "Album": "Library of liberty" + }, + { + "Number": 10, + "Title": "Bright Flying", + "Released": "24 Jan 2019", + "Genre": "*", + "Album": "Library of liberty" + } ] } ] @@ -819,7 +1374,76 @@ "USBillboard200": 29, "Artist": "Eva Lee", "Songs": [ - + { + "Number": 1, + "Title": "Dancing in the Shadow", + "Released": "02 Aug 2019", + "Genre": "ethno-tunes", + "Album": "Just a tease" + }, + { + "Number": 2, + "Title": "Silent Whisper", + "Released": "09 Jul 2019", + "Genre": "*", + "Album": "Just a tease" + }, + { + "Number": 3, + "Title": "Crying in the Whisper", + "Released": "30 May 2019", + "Genre": "Crunk reggaeton", + "Album": "Just a tease" + }, + { + "Number": 4, + "Title": "River of Light", + "Released": "10 Jan 2019", + "Genre": "Electro house Electropop", + "Album": "Just a tease" + }, + { + "Number": 5, + "Title": "Golden River", + "Released": "15 Nov 2019", + "Genre": "*", + "Album": "Just a tease" + }, + { + "Number": 6, + "Title": "Burning in the Shadow", + "Released": "18 Apr 2019", + "Genre": "Crunk reggaeton", + "Album": "Just a tease" + }, + { + "Number": 7, + "Title": "Shadow of Sky", + "Released": "06 Sep 2019", + "Genre": "Crunk reggaeton", + "Album": "Just a tease" + }, + { + "Number": 8, + "Title": "Gentle Waiting", + "Released": "05 Dec 2019", + "Genre": "R&B", + "Album": "Just a tease" + }, + { + "Number": 9, + "Title": "Bright River", + "Released": "27 Jan 2020", + "Genre": "R&B", + "Album": "Just a tease" + }, + { + "Number": 10, + "Title": "Heart of Storm", + "Released": "07 Jan 2019", + "Genre": "Synth-pop R&B", + "Album": "Just a tease" + } ] } ] @@ -1046,7 +1670,76 @@ "USBillboard200": 98, "Artist": "Pablo Cambeiro", "Songs": [ - + { + "Number": 1, + "Title": "Dancing in the Echo", + "Released": "03 Oct 2019", + "Genre": "Crunk reggaeton", + "Album": "Fluke" + }, + { + "Number": 2, + "Title": "Dream of Dream", + "Released": "03 Mar 2019", + "Genre": "*", + "Album": "Fluke" + }, + { + "Number": 3, + "Title": "Calling in the Echo", + "Released": "16 Sep 2019", + "Genre": "*", + "Album": "Fluke" + }, + { + "Number": 4, + "Title": "Light of Light", + "Released": "25 May 2019", + "Genre": "Electro house Electropop", + "Album": "Fluke" + }, + { + "Number": 5, + "Title": "Bright Light", + "Released": "21 Mar 2019", + "Genre": "R&B", + "Album": "Fluke" + }, + { + "Number": 6, + "Title": "Storm of Echo", + "Released": "17 Jul 2019", + "Genre": "Synth-pop R&B", + "Album": "Fluke" + }, + { + "Number": 7, + "Title": "Lonely Calling", + "Released": "10 Apr 2019", + "Genre": "ethno-tunes", + "Album": "Fluke" + }, + { + "Number": 8, + "Title": "Gentle Falling", + "Released": "28 Nov 2019", + "Genre": "Synth-pop R&B", + "Album": "Fluke" + }, + { + "Number": 9, + "Title": "Wild Flying", + "Released": "26 Nov 2019", + "Genre": "Crunk reggaeton", + "Album": "Fluke" + }, + { + "Number": 10, + "Title": "Sky of Dream", + "Released": "29 May 2019", + "Genre": "R&B", + "Album": "Fluke" + } ] }, { @@ -1142,7 +1835,76 @@ "USBillboard200": 77, "Artist": "Athar Malakooti", "Songs": [ - + { + "Number": 1, + "Title": "Hiding in the Whisper", + "Released": "03 Apr 2019", + "Genre": "R&B", + "Album": "Pushing up daisies" + }, + { + "Number": 2, + "Title": "Wicked Light", + "Released": "21 Aug 2019", + "Genre": "R&B", + "Album": "Pushing up daisies" + }, + { + "Number": 3, + "Title": "Flying in the River", + "Released": "03 Feb 2020", + "Genre": "Synth-pop R&B", + "Album": "Pushing up daisies" + }, + { + "Number": 4, + "Title": "Wicked Hiding", + "Released": "15 Sep 2019", + "Genre": "Synth-pop R&B", + "Album": "Pushing up daisies" + }, + { + "Number": 5, + "Title": "Lonely Light", + "Released": "13 May 2019", + "Genre": "Electro house Electropop", + "Album": "Pushing up daisies" + }, + { + "Number": 6, + "Title": "Bright Dancing", + "Released": "10 Apr 2019", + "Genre": "Synth-pop R&B", + "Album": "Pushing up daisies" + }, + { + "Number": 7, + "Title": "Gentle Dream", + "Released": "21 May 2019", + "Genre": "*", + "Album": "Pushing up daisies" + }, + { + "Number": 8, + "Title": "Sky of Echo", + "Released": "09 Jun 2019", + "Genre": "Synth-pop R&B", + "Album": "Pushing up daisies" + }, + { + "Number": 9, + "Title": "Breaking in the Sky", + "Released": "27 Dec 2019", + "Genre": "Crunk reggaeton", + "Album": "Pushing up daisies" + }, + { + "Number": 10, + "Title": "Whisper of Shadow", + "Released": "04 Jan 2019", + "Genre": "ethno-tunes", + "Album": "Pushing up daisies" + } ] } ] @@ -1179,7 +1941,76 @@ "USBillboard200": 9, "Artist": "Marti Valencia", "Songs": [ - + { + "Number": 1, + "Title": "Hiding in the Sky", + "Released": "26 Nov 2019", + "Genre": "Synth-pop R&B", + "Album": "Nemesis" + }, + { + "Number": 2, + "Title": "Waiting in the Echo", + "Released": "10 Jul 2019", + "Genre": "ethno-tunes", + "Album": "Nemesis" + }, + { + "Number": 3, + "Title": "Wicked Shadow", + "Released": "29 Jul 2019", + "Genre": "Synth-pop R&B", + "Album": "Nemesis" + }, + { + "Number": 4, + "Title": "Crying in the Whisper", + "Released": "09 Apr 2019", + "Genre": "*", + "Album": "Nemesis" + }, + { + "Number": 5, + "Title": "Echo of Storm", + "Released": "19 Nov 2019", + "Genre": "Crunk reggaeton", + "Album": "Nemesis" + }, + { + "Number": 6, + "Title": "Shadow of Sky", + "Released": "24 Jul 2019", + "Genre": "Crunk reggaeton", + "Album": "Nemesis" + }, + { + "Number": 7, + "Title": "Golden Hiding", + "Released": "12 Dec 2019", + "Genre": "Electro house Electropop", + "Album": "Nemesis" + }, + { + "Number": 8, + "Title": "Wild Dancing", + "Released": "17 Aug 2019", + "Genre": "Synth-pop R&B", + "Album": "Nemesis" + }, + { + "Number": 9, + "Title": "Bright Burning", + "Released": "30 Aug 2019", + "Genre": "Electro house Electropop", + "Album": "Nemesis" + }, + { + "Number": 10, + "Title": "Flying in the River", + "Released": "02 Sep 2019", + "Genre": "*", + "Album": "Nemesis" + } ] }, { @@ -1282,7 +2113,76 @@ "USBillboard200": 37, "Artist": "Marti Valencia", "Songs": [ - + { + "Number": 1, + "Title": "Wild River", + "Released": "11 Jan 2019", + "Genre": "*", + "Album": "God's advocate" + }, + { + "Number": 2, + "Title": "Wicked Whisper", + "Released": "16 Feb 2019", + "Genre": "Electro house Electropop", + "Album": "God's advocate" + }, + { + "Number": 3, + "Title": "Storm of Heart", + "Released": "11 Aug 2019", + "Genre": "*", + "Album": "God's advocate" + }, + { + "Number": 4, + "Title": "Golden Dancing", + "Released": "02 Mar 2019", + "Genre": "Crunk reggaeton", + "Album": "God's advocate" + }, + { + "Number": 5, + "Title": "Calling in the Sky", + "Released": "10 Sep 2019", + "Genre": "Electro house Electropop", + "Album": "God's advocate" + }, + { + "Number": 6, + "Title": "Calling in the Heart", + "Released": "12 Jan 2019", + "Genre": "ethno-tunes", + "Album": "God's advocate" + }, + { + "Number": 7, + "Title": "Running in the Storm", + "Released": "10 Nov 2019", + "Genre": "Synth-pop R&B", + "Album": "God's advocate" + }, + { + "Number": 8, + "Title": "Wild Sky", + "Released": "10 Apr 2019", + "Genre": "R&B", + "Album": "God's advocate" + }, + { + "Number": 9, + "Title": "Crying in the Shadow", + "Released": "02 Mar 2019", + "Genre": "R&B", + "Album": "God's advocate" + }, + { + "Number": 10, + "Title": "Whisper of River", + "Released": "12 May 2019", + "Genre": "*", + "Album": "God's advocate" + } ] } ] @@ -1306,7 +2206,76 @@ "USBillboard200": 7, "Artist": "Alicia Stanger", "Songs": [ - + { + "Number": 1, + "Title": "Shadow of Light", + "Released": "24 Mar 2019", + "Genre": "ethno-tunes", + "Album": "Forever alone" + }, + { + "Number": 2, + "Title": "Running in the Echo", + "Released": "03 May 2019", + "Genre": "Crunk reggaeton", + "Album": "Forever alone" + }, + { + "Number": 3, + "Title": "Gentle Dream", + "Released": "24 Aug 2019", + "Genre": "Crunk reggaeton", + "Album": "Forever alone" + }, + { + "Number": 4, + "Title": "Furious River", + "Released": "24 Apr 2019", + "Genre": "ethno-tunes", + "Album": "Forever alone" + }, + { + "Number": 5, + "Title": "Wild Whisper", + "Released": "09 Mar 2019", + "Genre": "ethno-tunes", + "Album": "Forever alone" + }, + { + "Number": 6, + "Title": "Whisper of Sky", + "Released": "24 Jul 2019", + "Genre": "Crunk reggaeton", + "Album": "Forever alone" + }, + { + "Number": 7, + "Title": "Lonely Storm", + "Released": "01 May 2019", + "Genre": "Crunk reggaeton", + "Album": "Forever alone" + }, + { + "Number": 8, + "Title": "Dancing in the River", + "Released": "17 Dec 2019", + "Genre": "*", + "Album": "Forever alone" + }, + { + "Number": 9, + "Title": "Electric Fire", + "Released": "17 Oct 2019", + "Genre": "Electro house Electropop", + "Album": "Forever alone" + }, + { + "Number": 10, + "Title": "Electric Sky", + "Released": "25 Sep 2019", + "Genre": "ethno-tunes", + "Album": "Forever alone" + } ] } ] @@ -1371,7 +2340,76 @@ "USBillboard200": 35, "Artist": "Peter Taylor", "Songs": [ - + { + "Number": 1, + "Title": "Calling in the Dream", + "Released": "01 Aug 2019", + "Genre": "R&B", + "Album": "Decisions decisions" + }, + { + "Number": 2, + "Title": "Electric Burning", + "Released": "10 Sep 2019", + "Genre": "Electro house Electropop", + "Album": "Decisions decisions" + }, + { + "Number": 3, + "Title": "Dark Flying", + "Released": "28 Apr 2019", + "Genre": "*", + "Album": "Decisions decisions" + }, + { + "Number": 4, + "Title": "Gentle Sky", + "Released": "20 Nov 2019", + "Genre": "ethno-tunes", + "Album": "Decisions decisions" + }, + { + "Number": 5, + "Title": "Gentle Calling", + "Released": "13 Jan 2019", + "Genre": "Crunk reggaeton", + "Album": "Decisions decisions" + }, + { + "Number": 6, + "Title": "Golden Falling", + "Released": "14 Feb 2019", + "Genre": "Crunk reggaeton", + "Album": "Decisions decisions" + }, + { + "Number": 7, + "Title": "Silent River", + "Released": "13 Feb 2019", + "Genre": "R&B", + "Album": "Decisions decisions" + }, + { + "Number": 8, + "Title": "Furious Calling", + "Released": "11 Jun 2019", + "Genre": "Synth-pop R&B", + "Album": "Decisions decisions" + }, + { + "Number": 9, + "Title": "Running in the Echo", + "Released": "06 Nov 2019", + "Genre": "Electro house Electropop", + "Album": "Decisions decisions" + }, + { + "Number": 10, + "Title": "Furious River", + "Released": "12 Mar 2019", + "Genre": "*", + "Album": "Decisions decisions" + } ] }, { @@ -1381,7 +2419,76 @@ "USBillboard200": 89, "Artist": "Peter Taylor", "Songs": [ - + { + "Number": 1, + "Title": "Dark Crying", + "Released": "27 Apr 2019", + "Genre": "Electro house Electropop", + "Album": "Climate changed" + }, + { + "Number": 2, + "Title": "Dark Waiting", + "Released": "14 Nov 2019", + "Genre": "Synth-pop R&B", + "Album": "Climate changed" + }, + { + "Number": 3, + "Title": "Furious Waiting", + "Released": "23 May 2019", + "Genre": "*", + "Album": "Climate changed" + }, + { + "Number": 4, + "Title": "Running in the Echo", + "Released": "29 Nov 2019", + "Genre": "Crunk reggaeton", + "Album": "Climate changed" + }, + { + "Number": 5, + "Title": "Dream of Sky", + "Released": "31 Oct 2019", + "Genre": "Crunk reggaeton", + "Album": "Climate changed" + }, + { + "Number": 6, + "Title": "Hiding in the Heart", + "Released": "09 Aug 2019", + "Genre": "R&B", + "Album": "Climate changed" + }, + { + "Number": 7, + "Title": "Sky of Storm", + "Released": "01 Jun 2019", + "Genre": "R&B", + "Album": "Climate changed" + }, + { + "Number": 8, + "Title": "Light of Storm", + "Released": "17 Jan 2020", + "Genre": "ethno-tunes", + "Album": "Climate changed" + }, + { + "Number": 9, + "Title": "Light of Sky", + "Released": "26 May 2019", + "Genre": "*", + "Album": "Climate changed" + }, + { + "Number": 10, + "Title": "Golden River", + "Released": "19 Jun 2019", + "Genre": "*", + "Album": "Climate changed" + } ] } ] diff --git a/samples/grids/hierarchical-grid/row-selection-template-numbers/src/SingersData.json b/samples/grids/hierarchical-grid/row-selection-template-numbers/src/SingersData.json index f7508f3c9a..75ec4ec561 100644 --- a/samples/grids/hierarchical-grid/row-selection-template-numbers/src/SingersData.json +++ b/samples/grids/hierarchical-grid/row-selection-template-numbers/src/SingersData.json @@ -78,7 +78,79 @@ "LaunchDate": "September 3, 2013", "BillboardReview": 86, "USBillboard200": 1, - "Artist": "Naomí Yepes" + "Artist": "Naomí Yepes", + "Songs": [ + { + "Number": 1, + "Title": "Lonely Falling", + "Released": "01 May 2019", + "Genre": "*", + "Album": "Initiation" + }, + { + "Number": 2, + "Title": "Bright Breaking", + "Released": "25 Jul 2019", + "Genre": "Electro house Electropop", + "Album": "Initiation" + }, + { + "Number": 3, + "Title": "River of Whisper", + "Released": "29 Jan 2020", + "Genre": "Electro house Electropop", + "Album": "Initiation" + }, + { + "Number": 4, + "Title": "Sky of Storm", + "Released": "07 May 2019", + "Genre": "Electro house Electropop", + "Album": "Initiation" + }, + { + "Number": 5, + "Title": "Electric River", + "Released": "20 Jan 2020", + "Genre": "R&B", + "Album": "Initiation" + }, + { + "Number": 6, + "Title": "Storm of Storm", + "Released": "01 Sep 2019", + "Genre": "Crunk reggaeton", + "Album": "Initiation" + }, + { + "Number": 7, + "Title": "Fire of Dream", + "Released": "12 Sep 2019", + "Genre": "Electro house Electropop", + "Album": "Initiation" + }, + { + "Number": 8, + "Title": "Burning in the Light", + "Released": "15 Apr 2019", + "Genre": "*", + "Album": "Initiation" + }, + { + "Number": 9, + "Title": "Burning in the Storm", + "Released": "10 Sep 2019", + "Genre": "Electro house Electropop", + "Album": "Initiation" + }, + { + "Number": 10, + "Title": "Shadow of Whisper", + "Released": "06 Jan 2019", + "Genre": "Crunk reggaeton", + "Album": "Initiation" + } + ] }, { "Album": "Dream Driven", @@ -90,7 +162,7 @@ { "Number": 1, "Title": "Intro", - "Released": false, + "Released": "10 Sep 2019", "Genre": "*", "Album": "Dream Driven" }, @@ -111,7 +183,7 @@ { "Number": 4, "Title": "Future past", - "Released": false, + "Released": "20 Sep 2011", "Genre": "*", "Album": "Dream Driven" }, @@ -132,14 +204,14 @@ { "Number": 7, "Title": "Stay where you are", - "Released": false, + "Released": "14 Sep 2013", "Genre": "*", "Album": "Dream Driven" }, { "Number": 8, "Title": "Imaginarium", - "Released": false, + "Released": "20 Sep 2021", "Genre": "*", "Album": "Dream Driven" }, @@ -153,21 +225,21 @@ { "Number": 10, "Title": "Shredded into pieces", - "Released": false, + "Released": "11 Sep 2015", "Genre": "*", "Album": "Dream Driven" }, { "Number": 11, "Title": "Capture this moment", - "Released": false, + "Released": "13 Sep 2016", "Genre": "*", "Album": "Dream Driven" }, { "Number": 12, "Title": "Dream Driven", - "Released": false, + "Released": "14 Sep 2014", "Genre": "*", "Album": "Dream Driven" } @@ -180,7 +252,76 @@ "USBillboard200": 2, "Artist": "Naomí Yepes", "Songs": [ - + { + "Number": 1, + "Title": "Calling in the Storm", + "Released": "12 Mar 2019", + "Genre": "Electro house Electropop", + "Album": "The dragon journey" + }, + { + "Number": 2, + "Title": "Hiding in the Dream", + "Released": "23 Mar 2019", + "Genre": "R&B", + "Album": "The dragon journey" + }, + { + "Number": 3, + "Title": "Electric Heart", + "Released": "17 Mar 2019", + "Genre": "ethno-tunes", + "Album": "The dragon journey" + }, + { + "Number": 4, + "Title": "Shadow of Echo", + "Released": "20 Feb 2019", + "Genre": "ethno-tunes", + "Album": "The dragon journey" + }, + { + "Number": 5, + "Title": "Flying in the Storm", + "Released": "08 Apr 2019", + "Genre": "R&B", + "Album": "The dragon journey" + }, + { + "Number": 6, + "Title": "Dark Waiting", + "Released": "20 Oct 2019", + "Genre": "Synth-pop R&B", + "Album": "The dragon journey" + }, + { + "Number": 7, + "Title": "Fire of River", + "Released": "20 Feb 2019", + "Genre": "Synth-pop R&B", + "Album": "The dragon journey" + }, + { + "Number": 8, + "Title": "Wild Crying", + "Released": "14 Jun 2019", + "Genre": "R&B", + "Album": "The dragon journey" + }, + { + "Number": 9, + "Title": "Bright Dancing", + "Released": "14 Mar 2019", + "Genre": "Electro house Electropop", + "Album": "The dragon journey" + }, + { + "Number": 10, + "Title": "Golden Waiting", + "Released": "12 Sep 2019", + "Genre": "Synth-pop R&B", + "Album": "The dragon journey" + } ] }, { @@ -276,7 +417,76 @@ "USBillboard200": 12, "Artist": "Naomí Yepes", "Songs": [ - + { + "Number": 1, + "Title": "Storm of Dream", + "Released": "05 Jan 2019", + "Genre": "*", + "Album": "Curiosity" + }, + { + "Number": 2, + "Title": "Echo of Dream", + "Released": "28 Jan 2019", + "Genre": "Synth-pop R&B", + "Album": "Curiosity" + }, + { + "Number": 3, + "Title": "Light of Shadow", + "Released": "07 Feb 2019", + "Genre": "Synth-pop R&B", + "Album": "Curiosity" + }, + { + "Number": 4, + "Title": "Storm of Heart", + "Released": "05 Jan 2020", + "Genre": "Electro house Electropop", + "Album": "Curiosity" + }, + { + "Number": 5, + "Title": "Shadow of River", + "Released": "27 Feb 2019", + "Genre": "*", + "Album": "Curiosity" + }, + { + "Number": 6, + "Title": "Wicked Dancing", + "Released": "17 Jan 2020", + "Genre": "ethno-tunes", + "Album": "Curiosity" + }, + { + "Number": 7, + "Title": "River of Light", + "Released": "22 Feb 2019", + "Genre": "R&B", + "Album": "Curiosity" + }, + { + "Number": 8, + "Title": "Lonely Breaking", + "Released": "09 Sep 2019", + "Genre": "ethno-tunes", + "Album": "Curiosity" + }, + { + "Number": 9, + "Title": "Furious Flying", + "Released": "08 Jun 2019", + "Genre": "R&B", + "Album": "Curiosity" + }, + { + "Number": 10, + "Title": "Hiding in the Storm", + "Released": "27 May 2019", + "Genre": "Electro house Electropop", + "Album": "Curiosity" + } ] } ] @@ -513,7 +723,76 @@ "USBillboard200": 69, "Artist": "Ahmad Nazeri", "Songs": [ - + { + "Number": 1, + "Title": "Gentle Falling", + "Released": "26 Apr 2019", + "Genre": "Crunk reggaeton", + "Album": "Emergency" + }, + { + "Number": 2, + "Title": "Calling in the Fire", + "Released": "03 Sep 2019", + "Genre": "ethno-tunes", + "Album": "Emergency" + }, + { + "Number": 3, + "Title": "Fire of Shadow", + "Released": "05 Jan 2019", + "Genre": "ethno-tunes", + "Album": "Emergency" + }, + { + "Number": 4, + "Title": "Dancing in the Dream", + "Released": "15 Apr 2019", + "Genre": "R&B", + "Album": "Emergency" + }, + { + "Number": 5, + "Title": "Calling in the Shadow", + "Released": "09 Oct 2019", + "Genre": "R&B", + "Album": "Emergency" + }, + { + "Number": 6, + "Title": "Falling in the Sky", + "Released": "08 Mar 2019", + "Genre": "ethno-tunes", + "Album": "Emergency" + }, + { + "Number": 7, + "Title": "Calling in the Storm", + "Released": "05 Dec 2019", + "Genre": "ethno-tunes", + "Album": "Emergency" + }, + { + "Number": 8, + "Title": "Falling in the River", + "Released": "19 Aug 2019", + "Genre": "Electro house Electropop", + "Album": "Emergency" + }, + { + "Number": 9, + "Title": "Electric Fire", + "Released": "30 Nov 2019", + "Genre": "Crunk reggaeton", + "Album": "Emergency" + }, + { + "Number": 10, + "Title": "Lonely River", + "Released": "11 Nov 2019", + "Genre": "Electro house Electropop", + "Album": "Emergency" + } ] }, { @@ -523,7 +802,76 @@ "USBillboard200": 39, "Artist": "Ahmad Nazeri", "Songs": [ - + { + "Number": 1, + "Title": "Lonely Dream", + "Released": "11 Dec 2019", + "Genre": "ethno-tunes", + "Album": "Bursting bubbles" + }, + { + "Number": 2, + "Title": "Fire of River", + "Released": "01 Aug 2019", + "Genre": "Synth-pop R&B", + "Album": "Bursting bubbles" + }, + { + "Number": 3, + "Title": "Wicked Falling", + "Released": "25 Jan 2019", + "Genre": "*", + "Album": "Bursting bubbles" + }, + { + "Number": 4, + "Title": "Crying in the Shadow", + "Released": "04 Jan 2019", + "Genre": "Synth-pop R&B", + "Album": "Bursting bubbles" + }, + { + "Number": 5, + "Title": "Wild Burning", + "Released": "10 May 2019", + "Genre": "ethno-tunes", + "Album": "Bursting bubbles" + }, + { + "Number": 6, + "Title": "Waiting in the Heart", + "Released": "07 Aug 2019", + "Genre": "ethno-tunes", + "Album": "Bursting bubbles" + }, + { + "Number": 7, + "Title": "Fire of Fire", + "Released": "16 May 2019", + "Genre": "Electro house Electropop", + "Album": "Bursting bubbles" + }, + { + "Number": 8, + "Title": "Bright Heart", + "Released": "14 Mar 2019", + "Genre": "Synth-pop R&B", + "Album": "Bursting bubbles" + }, + { + "Number": 9, + "Title": "Lonely Fire", + "Released": "15 Oct 2019", + "Genre": "R&B", + "Album": "Bursting bubbles" + }, + { + "Number": 10, + "Title": "Sky of Dream", + "Released": "20 Jun 2019", + "Genre": "ethno-tunes", + "Album": "Bursting bubbles" + } ] } ] @@ -547,7 +895,76 @@ "USBillboard200": 1, "Artist": "Kimmy McIlmorie", "Songs": [ - + { + "Number": 1, + "Title": "Storm of Sky", + "Released": "04 Mar 2019", + "Genre": "ethno-tunes", + "Album": "Here we go again" + }, + { + "Number": 2, + "Title": "Dream of Shadow", + "Released": "03 Jan 2019", + "Genre": "ethno-tunes", + "Album": "Here we go again" + }, + { + "Number": 3, + "Title": "Dream of Shadow", + "Released": "19 Dec 2019", + "Genre": "Electro house Electropop", + "Album": "Here we go again" + }, + { + "Number": 4, + "Title": "Golden Fire", + "Released": "20 Jan 2019", + "Genre": "R&B", + "Album": "Here we go again" + }, + { + "Number": 5, + "Title": "Running in the Light", + "Released": "03 Jan 2020", + "Genre": "Synth-pop R&B", + "Album": "Here we go again" + }, + { + "Number": 6, + "Title": "Flying in the Heart", + "Released": "17 Jan 2019", + "Genre": "*", + "Album": "Here we go again" + }, + { + "Number": 7, + "Title": "Fire of Storm", + "Released": "26 Jan 2019", + "Genre": "ethno-tunes", + "Album": "Here we go again" + }, + { + "Number": 8, + "Title": "Calling in the Sky", + "Released": "28 Oct 2019", + "Genre": "Synth-pop R&B", + "Album": "Here we go again" + }, + { + "Number": 9, + "Title": "Flying in the Shadow", + "Released": "30 Mar 2019", + "Genre": "ethno-tunes", + "Album": "Here we go again" + }, + { + "Number": 10, + "Title": "Golden Dancing", + "Released": "12 Oct 2019", + "Genre": "ethno-tunes", + "Album": "Here we go again" + } ] } ] @@ -771,7 +1188,76 @@ "USBillboard200": 85, "Artist": "Izabella Tabakova", "Songs": [ - + { + "Number": 1, + "Title": "Hiding in the Light", + "Released": "24 Jan 2019", + "Genre": "Synth-pop R&B", + "Album": "Dark matters" + }, + { + "Number": 2, + "Title": "Furious River", + "Released": "13 Jan 2020", + "Genre": "Electro house Electropop", + "Album": "Dark matters" + }, + { + "Number": 3, + "Title": "Wild Crying", + "Released": "27 Feb 2019", + "Genre": "Electro house Electropop", + "Album": "Dark matters" + }, + { + "Number": 4, + "Title": "Light of Dream", + "Released": "01 Jun 2019", + "Genre": "Crunk reggaeton", + "Album": "Dark matters" + }, + { + "Number": 5, + "Title": "Light of Dream", + "Released": "24 Aug 2019", + "Genre": "*", + "Album": "Dark matters" + }, + { + "Number": 6, + "Title": "Storm of Light", + "Released": "26 Feb 2019", + "Genre": "*", + "Album": "Dark matters" + }, + { + "Number": 7, + "Title": "Dark Storm", + "Released": "18 Jan 2020", + "Genre": "R&B", + "Album": "Dark matters" + }, + { + "Number": 8, + "Title": "Dark Calling", + "Released": "20 Mar 2019", + "Genre": "Crunk reggaeton", + "Album": "Dark matters" + }, + { + "Number": 9, + "Title": "Sky of Whisper", + "Released": "30 Jan 2019", + "Genre": "ethno-tunes", + "Album": "Dark matters" + }, + { + "Number": 10, + "Title": "Dancing in the Light", + "Released": "28 Nov 2019", + "Genre": "Synth-pop R&B", + "Album": "Dark matters" + } ] } ] @@ -795,7 +1281,76 @@ "USBillboard200": 5, "Artist": "Nguyễn Diệp Chi", "Songs": [ - + { + "Number": 1, + "Title": "Echo of River", + "Released": "05 Mar 2019", + "Genre": "Synth-pop R&B", + "Album": "Library of liberty" + }, + { + "Number": 2, + "Title": "Heart of River", + "Released": "12 Jan 2020", + "Genre": "Electro house Electropop", + "Album": "Library of liberty" + }, + { + "Number": 3, + "Title": "Dark Light", + "Released": "09 Aug 2019", + "Genre": "Electro house Electropop", + "Album": "Library of liberty" + }, + { + "Number": 4, + "Title": "Dark Fire", + "Released": "22 Jun 2019", + "Genre": "R&B", + "Album": "Library of liberty" + }, + { + "Number": 5, + "Title": "Flying in the Fire", + "Released": "22 Jul 2019", + "Genre": "*", + "Album": "Library of liberty" + }, + { + "Number": 6, + "Title": "Shadow of Heart", + "Released": "02 Jan 2020", + "Genre": "*", + "Album": "Library of liberty" + }, + { + "Number": 7, + "Title": "Fire of Fire", + "Released": "27 Jan 2019", + "Genre": "*", + "Album": "Library of liberty" + }, + { + "Number": 8, + "Title": "Falling in the River", + "Released": "05 Aug 2019", + "Genre": "Crunk reggaeton", + "Album": "Library of liberty" + }, + { + "Number": 9, + "Title": "Fire of Light", + "Released": "31 Dec 2019", + "Genre": "ethno-tunes", + "Album": "Library of liberty" + }, + { + "Number": 10, + "Title": "Bright Flying", + "Released": "24 Jan 2019", + "Genre": "*", + "Album": "Library of liberty" + } ] } ] @@ -819,7 +1374,76 @@ "USBillboard200": 29, "Artist": "Eva Lee", "Songs": [ - + { + "Number": 1, + "Title": "Dancing in the Shadow", + "Released": "02 Aug 2019", + "Genre": "ethno-tunes", + "Album": "Just a tease" + }, + { + "Number": 2, + "Title": "Silent Whisper", + "Released": "09 Jul 2019", + "Genre": "*", + "Album": "Just a tease" + }, + { + "Number": 3, + "Title": "Crying in the Whisper", + "Released": "30 May 2019", + "Genre": "Crunk reggaeton", + "Album": "Just a tease" + }, + { + "Number": 4, + "Title": "River of Light", + "Released": "10 Jan 2019", + "Genre": "Electro house Electropop", + "Album": "Just a tease" + }, + { + "Number": 5, + "Title": "Golden River", + "Released": "15 Nov 2019", + "Genre": "*", + "Album": "Just a tease" + }, + { + "Number": 6, + "Title": "Burning in the Shadow", + "Released": "18 Apr 2019", + "Genre": "Crunk reggaeton", + "Album": "Just a tease" + }, + { + "Number": 7, + "Title": "Shadow of Sky", + "Released": "06 Sep 2019", + "Genre": "Crunk reggaeton", + "Album": "Just a tease" + }, + { + "Number": 8, + "Title": "Gentle Waiting", + "Released": "05 Dec 2019", + "Genre": "R&B", + "Album": "Just a tease" + }, + { + "Number": 9, + "Title": "Bright River", + "Released": "27 Jan 2020", + "Genre": "R&B", + "Album": "Just a tease" + }, + { + "Number": 10, + "Title": "Heart of Storm", + "Released": "07 Jan 2019", + "Genre": "Synth-pop R&B", + "Album": "Just a tease" + } ] } ] @@ -1046,7 +1670,76 @@ "USBillboard200": 98, "Artist": "Pablo Cambeiro", "Songs": [ - + { + "Number": 1, + "Title": "Dancing in the Echo", + "Released": "03 Oct 2019", + "Genre": "Crunk reggaeton", + "Album": "Fluke" + }, + { + "Number": 2, + "Title": "Dream of Dream", + "Released": "03 Mar 2019", + "Genre": "*", + "Album": "Fluke" + }, + { + "Number": 3, + "Title": "Calling in the Echo", + "Released": "16 Sep 2019", + "Genre": "*", + "Album": "Fluke" + }, + { + "Number": 4, + "Title": "Light of Light", + "Released": "25 May 2019", + "Genre": "Electro house Electropop", + "Album": "Fluke" + }, + { + "Number": 5, + "Title": "Bright Light", + "Released": "21 Mar 2019", + "Genre": "R&B", + "Album": "Fluke" + }, + { + "Number": 6, + "Title": "Storm of Echo", + "Released": "17 Jul 2019", + "Genre": "Synth-pop R&B", + "Album": "Fluke" + }, + { + "Number": 7, + "Title": "Lonely Calling", + "Released": "10 Apr 2019", + "Genre": "ethno-tunes", + "Album": "Fluke" + }, + { + "Number": 8, + "Title": "Gentle Falling", + "Released": "28 Nov 2019", + "Genre": "Synth-pop R&B", + "Album": "Fluke" + }, + { + "Number": 9, + "Title": "Wild Flying", + "Released": "26 Nov 2019", + "Genre": "Crunk reggaeton", + "Album": "Fluke" + }, + { + "Number": 10, + "Title": "Sky of Dream", + "Released": "29 May 2019", + "Genre": "R&B", + "Album": "Fluke" + } ] }, { @@ -1142,7 +1835,76 @@ "USBillboard200": 77, "Artist": "Athar Malakooti", "Songs": [ - + { + "Number": 1, + "Title": "Hiding in the Whisper", + "Released": "03 Apr 2019", + "Genre": "R&B", + "Album": "Pushing up daisies" + }, + { + "Number": 2, + "Title": "Wicked Light", + "Released": "21 Aug 2019", + "Genre": "R&B", + "Album": "Pushing up daisies" + }, + { + "Number": 3, + "Title": "Flying in the River", + "Released": "03 Feb 2020", + "Genre": "Synth-pop R&B", + "Album": "Pushing up daisies" + }, + { + "Number": 4, + "Title": "Wicked Hiding", + "Released": "15 Sep 2019", + "Genre": "Synth-pop R&B", + "Album": "Pushing up daisies" + }, + { + "Number": 5, + "Title": "Lonely Light", + "Released": "13 May 2019", + "Genre": "Electro house Electropop", + "Album": "Pushing up daisies" + }, + { + "Number": 6, + "Title": "Bright Dancing", + "Released": "10 Apr 2019", + "Genre": "Synth-pop R&B", + "Album": "Pushing up daisies" + }, + { + "Number": 7, + "Title": "Gentle Dream", + "Released": "21 May 2019", + "Genre": "*", + "Album": "Pushing up daisies" + }, + { + "Number": 8, + "Title": "Sky of Echo", + "Released": "09 Jun 2019", + "Genre": "Synth-pop R&B", + "Album": "Pushing up daisies" + }, + { + "Number": 9, + "Title": "Breaking in the Sky", + "Released": "27 Dec 2019", + "Genre": "Crunk reggaeton", + "Album": "Pushing up daisies" + }, + { + "Number": 10, + "Title": "Whisper of Shadow", + "Released": "04 Jan 2019", + "Genre": "ethno-tunes", + "Album": "Pushing up daisies" + } ] } ] @@ -1179,7 +1941,76 @@ "USBillboard200": 9, "Artist": "Marti Valencia", "Songs": [ - + { + "Number": 1, + "Title": "Hiding in the Sky", + "Released": "26 Nov 2019", + "Genre": "Synth-pop R&B", + "Album": "Nemesis" + }, + { + "Number": 2, + "Title": "Waiting in the Echo", + "Released": "10 Jul 2019", + "Genre": "ethno-tunes", + "Album": "Nemesis" + }, + { + "Number": 3, + "Title": "Wicked Shadow", + "Released": "29 Jul 2019", + "Genre": "Synth-pop R&B", + "Album": "Nemesis" + }, + { + "Number": 4, + "Title": "Crying in the Whisper", + "Released": "09 Apr 2019", + "Genre": "*", + "Album": "Nemesis" + }, + { + "Number": 5, + "Title": "Echo of Storm", + "Released": "19 Nov 2019", + "Genre": "Crunk reggaeton", + "Album": "Nemesis" + }, + { + "Number": 6, + "Title": "Shadow of Sky", + "Released": "24 Jul 2019", + "Genre": "Crunk reggaeton", + "Album": "Nemesis" + }, + { + "Number": 7, + "Title": "Golden Hiding", + "Released": "12 Dec 2019", + "Genre": "Electro house Electropop", + "Album": "Nemesis" + }, + { + "Number": 8, + "Title": "Wild Dancing", + "Released": "17 Aug 2019", + "Genre": "Synth-pop R&B", + "Album": "Nemesis" + }, + { + "Number": 9, + "Title": "Bright Burning", + "Released": "30 Aug 2019", + "Genre": "Electro house Electropop", + "Album": "Nemesis" + }, + { + "Number": 10, + "Title": "Flying in the River", + "Released": "02 Sep 2019", + "Genre": "*", + "Album": "Nemesis" + } ] }, { @@ -1282,7 +2113,76 @@ "USBillboard200": 37, "Artist": "Marti Valencia", "Songs": [ - + { + "Number": 1, + "Title": "Wild River", + "Released": "11 Jan 2019", + "Genre": "*", + "Album": "God's advocate" + }, + { + "Number": 2, + "Title": "Wicked Whisper", + "Released": "16 Feb 2019", + "Genre": "Electro house Electropop", + "Album": "God's advocate" + }, + { + "Number": 3, + "Title": "Storm of Heart", + "Released": "11 Aug 2019", + "Genre": "*", + "Album": "God's advocate" + }, + { + "Number": 4, + "Title": "Golden Dancing", + "Released": "02 Mar 2019", + "Genre": "Crunk reggaeton", + "Album": "God's advocate" + }, + { + "Number": 5, + "Title": "Calling in the Sky", + "Released": "10 Sep 2019", + "Genre": "Electro house Electropop", + "Album": "God's advocate" + }, + { + "Number": 6, + "Title": "Calling in the Heart", + "Released": "12 Jan 2019", + "Genre": "ethno-tunes", + "Album": "God's advocate" + }, + { + "Number": 7, + "Title": "Running in the Storm", + "Released": "10 Nov 2019", + "Genre": "Synth-pop R&B", + "Album": "God's advocate" + }, + { + "Number": 8, + "Title": "Wild Sky", + "Released": "10 Apr 2019", + "Genre": "R&B", + "Album": "God's advocate" + }, + { + "Number": 9, + "Title": "Crying in the Shadow", + "Released": "02 Mar 2019", + "Genre": "R&B", + "Album": "God's advocate" + }, + { + "Number": 10, + "Title": "Whisper of River", + "Released": "12 May 2019", + "Genre": "*", + "Album": "God's advocate" + } ] } ] @@ -1306,7 +2206,76 @@ "USBillboard200": 7, "Artist": "Alicia Stanger", "Songs": [ - + { + "Number": 1, + "Title": "Shadow of Light", + "Released": "24 Mar 2019", + "Genre": "ethno-tunes", + "Album": "Forever alone" + }, + { + "Number": 2, + "Title": "Running in the Echo", + "Released": "03 May 2019", + "Genre": "Crunk reggaeton", + "Album": "Forever alone" + }, + { + "Number": 3, + "Title": "Gentle Dream", + "Released": "24 Aug 2019", + "Genre": "Crunk reggaeton", + "Album": "Forever alone" + }, + { + "Number": 4, + "Title": "Furious River", + "Released": "24 Apr 2019", + "Genre": "ethno-tunes", + "Album": "Forever alone" + }, + { + "Number": 5, + "Title": "Wild Whisper", + "Released": "09 Mar 2019", + "Genre": "ethno-tunes", + "Album": "Forever alone" + }, + { + "Number": 6, + "Title": "Whisper of Sky", + "Released": "24 Jul 2019", + "Genre": "Crunk reggaeton", + "Album": "Forever alone" + }, + { + "Number": 7, + "Title": "Lonely Storm", + "Released": "01 May 2019", + "Genre": "Crunk reggaeton", + "Album": "Forever alone" + }, + { + "Number": 8, + "Title": "Dancing in the River", + "Released": "17 Dec 2019", + "Genre": "*", + "Album": "Forever alone" + }, + { + "Number": 9, + "Title": "Electric Fire", + "Released": "17 Oct 2019", + "Genre": "Electro house Electropop", + "Album": "Forever alone" + }, + { + "Number": 10, + "Title": "Electric Sky", + "Released": "25 Sep 2019", + "Genre": "ethno-tunes", + "Album": "Forever alone" + } ] } ] @@ -1371,7 +2340,76 @@ "USBillboard200": 35, "Artist": "Peter Taylor", "Songs": [ - + { + "Number": 1, + "Title": "Calling in the Dream", + "Released": "01 Aug 2019", + "Genre": "R&B", + "Album": "Decisions decisions" + }, + { + "Number": 2, + "Title": "Electric Burning", + "Released": "10 Sep 2019", + "Genre": "Electro house Electropop", + "Album": "Decisions decisions" + }, + { + "Number": 3, + "Title": "Dark Flying", + "Released": "28 Apr 2019", + "Genre": "*", + "Album": "Decisions decisions" + }, + { + "Number": 4, + "Title": "Gentle Sky", + "Released": "20 Nov 2019", + "Genre": "ethno-tunes", + "Album": "Decisions decisions" + }, + { + "Number": 5, + "Title": "Gentle Calling", + "Released": "13 Jan 2019", + "Genre": "Crunk reggaeton", + "Album": "Decisions decisions" + }, + { + "Number": 6, + "Title": "Golden Falling", + "Released": "14 Feb 2019", + "Genre": "Crunk reggaeton", + "Album": "Decisions decisions" + }, + { + "Number": 7, + "Title": "Silent River", + "Released": "13 Feb 2019", + "Genre": "R&B", + "Album": "Decisions decisions" + }, + { + "Number": 8, + "Title": "Furious Calling", + "Released": "11 Jun 2019", + "Genre": "Synth-pop R&B", + "Album": "Decisions decisions" + }, + { + "Number": 9, + "Title": "Running in the Echo", + "Released": "06 Nov 2019", + "Genre": "Electro house Electropop", + "Album": "Decisions decisions" + }, + { + "Number": 10, + "Title": "Furious River", + "Released": "12 Mar 2019", + "Genre": "*", + "Album": "Decisions decisions" + } ] }, { @@ -1381,7 +2419,76 @@ "USBillboard200": 89, "Artist": "Peter Taylor", "Songs": [ - + { + "Number": 1, + "Title": "Dark Crying", + "Released": "27 Apr 2019", + "Genre": "Electro house Electropop", + "Album": "Climate changed" + }, + { + "Number": 2, + "Title": "Dark Waiting", + "Released": "14 Nov 2019", + "Genre": "Synth-pop R&B", + "Album": "Climate changed" + }, + { + "Number": 3, + "Title": "Furious Waiting", + "Released": "23 May 2019", + "Genre": "*", + "Album": "Climate changed" + }, + { + "Number": 4, + "Title": "Running in the Echo", + "Released": "29 Nov 2019", + "Genre": "Crunk reggaeton", + "Album": "Climate changed" + }, + { + "Number": 5, + "Title": "Dream of Sky", + "Released": "31 Oct 2019", + "Genre": "Crunk reggaeton", + "Album": "Climate changed" + }, + { + "Number": 6, + "Title": "Hiding in the Heart", + "Released": "09 Aug 2019", + "Genre": "R&B", + "Album": "Climate changed" + }, + { + "Number": 7, + "Title": "Sky of Storm", + "Released": "01 Jun 2019", + "Genre": "R&B", + "Album": "Climate changed" + }, + { + "Number": 8, + "Title": "Light of Storm", + "Released": "17 Jan 2020", + "Genre": "ethno-tunes", + "Album": "Climate changed" + }, + { + "Number": 9, + "Title": "Light of Sky", + "Released": "26 May 2019", + "Genre": "*", + "Album": "Climate changed" + }, + { + "Number": 10, + "Title": "Golden River", + "Released": "19 Jun 2019", + "Genre": "*", + "Album": "Climate changed" + } ] } ] diff --git a/samples/grids/hierarchical-grid/row-styles/src/SingersData.json b/samples/grids/hierarchical-grid/row-styles/src/SingersData.json index f7508f3c9a..75ec4ec561 100644 --- a/samples/grids/hierarchical-grid/row-styles/src/SingersData.json +++ b/samples/grids/hierarchical-grid/row-styles/src/SingersData.json @@ -78,7 +78,79 @@ "LaunchDate": "September 3, 2013", "BillboardReview": 86, "USBillboard200": 1, - "Artist": "Naomí Yepes" + "Artist": "Naomí Yepes", + "Songs": [ + { + "Number": 1, + "Title": "Lonely Falling", + "Released": "01 May 2019", + "Genre": "*", + "Album": "Initiation" + }, + { + "Number": 2, + "Title": "Bright Breaking", + "Released": "25 Jul 2019", + "Genre": "Electro house Electropop", + "Album": "Initiation" + }, + { + "Number": 3, + "Title": "River of Whisper", + "Released": "29 Jan 2020", + "Genre": "Electro house Electropop", + "Album": "Initiation" + }, + { + "Number": 4, + "Title": "Sky of Storm", + "Released": "07 May 2019", + "Genre": "Electro house Electropop", + "Album": "Initiation" + }, + { + "Number": 5, + "Title": "Electric River", + "Released": "20 Jan 2020", + "Genre": "R&B", + "Album": "Initiation" + }, + { + "Number": 6, + "Title": "Storm of Storm", + "Released": "01 Sep 2019", + "Genre": "Crunk reggaeton", + "Album": "Initiation" + }, + { + "Number": 7, + "Title": "Fire of Dream", + "Released": "12 Sep 2019", + "Genre": "Electro house Electropop", + "Album": "Initiation" + }, + { + "Number": 8, + "Title": "Burning in the Light", + "Released": "15 Apr 2019", + "Genre": "*", + "Album": "Initiation" + }, + { + "Number": 9, + "Title": "Burning in the Storm", + "Released": "10 Sep 2019", + "Genre": "Electro house Electropop", + "Album": "Initiation" + }, + { + "Number": 10, + "Title": "Shadow of Whisper", + "Released": "06 Jan 2019", + "Genre": "Crunk reggaeton", + "Album": "Initiation" + } + ] }, { "Album": "Dream Driven", @@ -90,7 +162,7 @@ { "Number": 1, "Title": "Intro", - "Released": false, + "Released": "10 Sep 2019", "Genre": "*", "Album": "Dream Driven" }, @@ -111,7 +183,7 @@ { "Number": 4, "Title": "Future past", - "Released": false, + "Released": "20 Sep 2011", "Genre": "*", "Album": "Dream Driven" }, @@ -132,14 +204,14 @@ { "Number": 7, "Title": "Stay where you are", - "Released": false, + "Released": "14 Sep 2013", "Genre": "*", "Album": "Dream Driven" }, { "Number": 8, "Title": "Imaginarium", - "Released": false, + "Released": "20 Sep 2021", "Genre": "*", "Album": "Dream Driven" }, @@ -153,21 +225,21 @@ { "Number": 10, "Title": "Shredded into pieces", - "Released": false, + "Released": "11 Sep 2015", "Genre": "*", "Album": "Dream Driven" }, { "Number": 11, "Title": "Capture this moment", - "Released": false, + "Released": "13 Sep 2016", "Genre": "*", "Album": "Dream Driven" }, { "Number": 12, "Title": "Dream Driven", - "Released": false, + "Released": "14 Sep 2014", "Genre": "*", "Album": "Dream Driven" } @@ -180,7 +252,76 @@ "USBillboard200": 2, "Artist": "Naomí Yepes", "Songs": [ - + { + "Number": 1, + "Title": "Calling in the Storm", + "Released": "12 Mar 2019", + "Genre": "Electro house Electropop", + "Album": "The dragon journey" + }, + { + "Number": 2, + "Title": "Hiding in the Dream", + "Released": "23 Mar 2019", + "Genre": "R&B", + "Album": "The dragon journey" + }, + { + "Number": 3, + "Title": "Electric Heart", + "Released": "17 Mar 2019", + "Genre": "ethno-tunes", + "Album": "The dragon journey" + }, + { + "Number": 4, + "Title": "Shadow of Echo", + "Released": "20 Feb 2019", + "Genre": "ethno-tunes", + "Album": "The dragon journey" + }, + { + "Number": 5, + "Title": "Flying in the Storm", + "Released": "08 Apr 2019", + "Genre": "R&B", + "Album": "The dragon journey" + }, + { + "Number": 6, + "Title": "Dark Waiting", + "Released": "20 Oct 2019", + "Genre": "Synth-pop R&B", + "Album": "The dragon journey" + }, + { + "Number": 7, + "Title": "Fire of River", + "Released": "20 Feb 2019", + "Genre": "Synth-pop R&B", + "Album": "The dragon journey" + }, + { + "Number": 8, + "Title": "Wild Crying", + "Released": "14 Jun 2019", + "Genre": "R&B", + "Album": "The dragon journey" + }, + { + "Number": 9, + "Title": "Bright Dancing", + "Released": "14 Mar 2019", + "Genre": "Electro house Electropop", + "Album": "The dragon journey" + }, + { + "Number": 10, + "Title": "Golden Waiting", + "Released": "12 Sep 2019", + "Genre": "Synth-pop R&B", + "Album": "The dragon journey" + } ] }, { @@ -276,7 +417,76 @@ "USBillboard200": 12, "Artist": "Naomí Yepes", "Songs": [ - + { + "Number": 1, + "Title": "Storm of Dream", + "Released": "05 Jan 2019", + "Genre": "*", + "Album": "Curiosity" + }, + { + "Number": 2, + "Title": "Echo of Dream", + "Released": "28 Jan 2019", + "Genre": "Synth-pop R&B", + "Album": "Curiosity" + }, + { + "Number": 3, + "Title": "Light of Shadow", + "Released": "07 Feb 2019", + "Genre": "Synth-pop R&B", + "Album": "Curiosity" + }, + { + "Number": 4, + "Title": "Storm of Heart", + "Released": "05 Jan 2020", + "Genre": "Electro house Electropop", + "Album": "Curiosity" + }, + { + "Number": 5, + "Title": "Shadow of River", + "Released": "27 Feb 2019", + "Genre": "*", + "Album": "Curiosity" + }, + { + "Number": 6, + "Title": "Wicked Dancing", + "Released": "17 Jan 2020", + "Genre": "ethno-tunes", + "Album": "Curiosity" + }, + { + "Number": 7, + "Title": "River of Light", + "Released": "22 Feb 2019", + "Genre": "R&B", + "Album": "Curiosity" + }, + { + "Number": 8, + "Title": "Lonely Breaking", + "Released": "09 Sep 2019", + "Genre": "ethno-tunes", + "Album": "Curiosity" + }, + { + "Number": 9, + "Title": "Furious Flying", + "Released": "08 Jun 2019", + "Genre": "R&B", + "Album": "Curiosity" + }, + { + "Number": 10, + "Title": "Hiding in the Storm", + "Released": "27 May 2019", + "Genre": "Electro house Electropop", + "Album": "Curiosity" + } ] } ] @@ -513,7 +723,76 @@ "USBillboard200": 69, "Artist": "Ahmad Nazeri", "Songs": [ - + { + "Number": 1, + "Title": "Gentle Falling", + "Released": "26 Apr 2019", + "Genre": "Crunk reggaeton", + "Album": "Emergency" + }, + { + "Number": 2, + "Title": "Calling in the Fire", + "Released": "03 Sep 2019", + "Genre": "ethno-tunes", + "Album": "Emergency" + }, + { + "Number": 3, + "Title": "Fire of Shadow", + "Released": "05 Jan 2019", + "Genre": "ethno-tunes", + "Album": "Emergency" + }, + { + "Number": 4, + "Title": "Dancing in the Dream", + "Released": "15 Apr 2019", + "Genre": "R&B", + "Album": "Emergency" + }, + { + "Number": 5, + "Title": "Calling in the Shadow", + "Released": "09 Oct 2019", + "Genre": "R&B", + "Album": "Emergency" + }, + { + "Number": 6, + "Title": "Falling in the Sky", + "Released": "08 Mar 2019", + "Genre": "ethno-tunes", + "Album": "Emergency" + }, + { + "Number": 7, + "Title": "Calling in the Storm", + "Released": "05 Dec 2019", + "Genre": "ethno-tunes", + "Album": "Emergency" + }, + { + "Number": 8, + "Title": "Falling in the River", + "Released": "19 Aug 2019", + "Genre": "Electro house Electropop", + "Album": "Emergency" + }, + { + "Number": 9, + "Title": "Electric Fire", + "Released": "30 Nov 2019", + "Genre": "Crunk reggaeton", + "Album": "Emergency" + }, + { + "Number": 10, + "Title": "Lonely River", + "Released": "11 Nov 2019", + "Genre": "Electro house Electropop", + "Album": "Emergency" + } ] }, { @@ -523,7 +802,76 @@ "USBillboard200": 39, "Artist": "Ahmad Nazeri", "Songs": [ - + { + "Number": 1, + "Title": "Lonely Dream", + "Released": "11 Dec 2019", + "Genre": "ethno-tunes", + "Album": "Bursting bubbles" + }, + { + "Number": 2, + "Title": "Fire of River", + "Released": "01 Aug 2019", + "Genre": "Synth-pop R&B", + "Album": "Bursting bubbles" + }, + { + "Number": 3, + "Title": "Wicked Falling", + "Released": "25 Jan 2019", + "Genre": "*", + "Album": "Bursting bubbles" + }, + { + "Number": 4, + "Title": "Crying in the Shadow", + "Released": "04 Jan 2019", + "Genre": "Synth-pop R&B", + "Album": "Bursting bubbles" + }, + { + "Number": 5, + "Title": "Wild Burning", + "Released": "10 May 2019", + "Genre": "ethno-tunes", + "Album": "Bursting bubbles" + }, + { + "Number": 6, + "Title": "Waiting in the Heart", + "Released": "07 Aug 2019", + "Genre": "ethno-tunes", + "Album": "Bursting bubbles" + }, + { + "Number": 7, + "Title": "Fire of Fire", + "Released": "16 May 2019", + "Genre": "Electro house Electropop", + "Album": "Bursting bubbles" + }, + { + "Number": 8, + "Title": "Bright Heart", + "Released": "14 Mar 2019", + "Genre": "Synth-pop R&B", + "Album": "Bursting bubbles" + }, + { + "Number": 9, + "Title": "Lonely Fire", + "Released": "15 Oct 2019", + "Genre": "R&B", + "Album": "Bursting bubbles" + }, + { + "Number": 10, + "Title": "Sky of Dream", + "Released": "20 Jun 2019", + "Genre": "ethno-tunes", + "Album": "Bursting bubbles" + } ] } ] @@ -547,7 +895,76 @@ "USBillboard200": 1, "Artist": "Kimmy McIlmorie", "Songs": [ - + { + "Number": 1, + "Title": "Storm of Sky", + "Released": "04 Mar 2019", + "Genre": "ethno-tunes", + "Album": "Here we go again" + }, + { + "Number": 2, + "Title": "Dream of Shadow", + "Released": "03 Jan 2019", + "Genre": "ethno-tunes", + "Album": "Here we go again" + }, + { + "Number": 3, + "Title": "Dream of Shadow", + "Released": "19 Dec 2019", + "Genre": "Electro house Electropop", + "Album": "Here we go again" + }, + { + "Number": 4, + "Title": "Golden Fire", + "Released": "20 Jan 2019", + "Genre": "R&B", + "Album": "Here we go again" + }, + { + "Number": 5, + "Title": "Running in the Light", + "Released": "03 Jan 2020", + "Genre": "Synth-pop R&B", + "Album": "Here we go again" + }, + { + "Number": 6, + "Title": "Flying in the Heart", + "Released": "17 Jan 2019", + "Genre": "*", + "Album": "Here we go again" + }, + { + "Number": 7, + "Title": "Fire of Storm", + "Released": "26 Jan 2019", + "Genre": "ethno-tunes", + "Album": "Here we go again" + }, + { + "Number": 8, + "Title": "Calling in the Sky", + "Released": "28 Oct 2019", + "Genre": "Synth-pop R&B", + "Album": "Here we go again" + }, + { + "Number": 9, + "Title": "Flying in the Shadow", + "Released": "30 Mar 2019", + "Genre": "ethno-tunes", + "Album": "Here we go again" + }, + { + "Number": 10, + "Title": "Golden Dancing", + "Released": "12 Oct 2019", + "Genre": "ethno-tunes", + "Album": "Here we go again" + } ] } ] @@ -771,7 +1188,76 @@ "USBillboard200": 85, "Artist": "Izabella Tabakova", "Songs": [ - + { + "Number": 1, + "Title": "Hiding in the Light", + "Released": "24 Jan 2019", + "Genre": "Synth-pop R&B", + "Album": "Dark matters" + }, + { + "Number": 2, + "Title": "Furious River", + "Released": "13 Jan 2020", + "Genre": "Electro house Electropop", + "Album": "Dark matters" + }, + { + "Number": 3, + "Title": "Wild Crying", + "Released": "27 Feb 2019", + "Genre": "Electro house Electropop", + "Album": "Dark matters" + }, + { + "Number": 4, + "Title": "Light of Dream", + "Released": "01 Jun 2019", + "Genre": "Crunk reggaeton", + "Album": "Dark matters" + }, + { + "Number": 5, + "Title": "Light of Dream", + "Released": "24 Aug 2019", + "Genre": "*", + "Album": "Dark matters" + }, + { + "Number": 6, + "Title": "Storm of Light", + "Released": "26 Feb 2019", + "Genre": "*", + "Album": "Dark matters" + }, + { + "Number": 7, + "Title": "Dark Storm", + "Released": "18 Jan 2020", + "Genre": "R&B", + "Album": "Dark matters" + }, + { + "Number": 8, + "Title": "Dark Calling", + "Released": "20 Mar 2019", + "Genre": "Crunk reggaeton", + "Album": "Dark matters" + }, + { + "Number": 9, + "Title": "Sky of Whisper", + "Released": "30 Jan 2019", + "Genre": "ethno-tunes", + "Album": "Dark matters" + }, + { + "Number": 10, + "Title": "Dancing in the Light", + "Released": "28 Nov 2019", + "Genre": "Synth-pop R&B", + "Album": "Dark matters" + } ] } ] @@ -795,7 +1281,76 @@ "USBillboard200": 5, "Artist": "Nguyễn Diệp Chi", "Songs": [ - + { + "Number": 1, + "Title": "Echo of River", + "Released": "05 Mar 2019", + "Genre": "Synth-pop R&B", + "Album": "Library of liberty" + }, + { + "Number": 2, + "Title": "Heart of River", + "Released": "12 Jan 2020", + "Genre": "Electro house Electropop", + "Album": "Library of liberty" + }, + { + "Number": 3, + "Title": "Dark Light", + "Released": "09 Aug 2019", + "Genre": "Electro house Electropop", + "Album": "Library of liberty" + }, + { + "Number": 4, + "Title": "Dark Fire", + "Released": "22 Jun 2019", + "Genre": "R&B", + "Album": "Library of liberty" + }, + { + "Number": 5, + "Title": "Flying in the Fire", + "Released": "22 Jul 2019", + "Genre": "*", + "Album": "Library of liberty" + }, + { + "Number": 6, + "Title": "Shadow of Heart", + "Released": "02 Jan 2020", + "Genre": "*", + "Album": "Library of liberty" + }, + { + "Number": 7, + "Title": "Fire of Fire", + "Released": "27 Jan 2019", + "Genre": "*", + "Album": "Library of liberty" + }, + { + "Number": 8, + "Title": "Falling in the River", + "Released": "05 Aug 2019", + "Genre": "Crunk reggaeton", + "Album": "Library of liberty" + }, + { + "Number": 9, + "Title": "Fire of Light", + "Released": "31 Dec 2019", + "Genre": "ethno-tunes", + "Album": "Library of liberty" + }, + { + "Number": 10, + "Title": "Bright Flying", + "Released": "24 Jan 2019", + "Genre": "*", + "Album": "Library of liberty" + } ] } ] @@ -819,7 +1374,76 @@ "USBillboard200": 29, "Artist": "Eva Lee", "Songs": [ - + { + "Number": 1, + "Title": "Dancing in the Shadow", + "Released": "02 Aug 2019", + "Genre": "ethno-tunes", + "Album": "Just a tease" + }, + { + "Number": 2, + "Title": "Silent Whisper", + "Released": "09 Jul 2019", + "Genre": "*", + "Album": "Just a tease" + }, + { + "Number": 3, + "Title": "Crying in the Whisper", + "Released": "30 May 2019", + "Genre": "Crunk reggaeton", + "Album": "Just a tease" + }, + { + "Number": 4, + "Title": "River of Light", + "Released": "10 Jan 2019", + "Genre": "Electro house Electropop", + "Album": "Just a tease" + }, + { + "Number": 5, + "Title": "Golden River", + "Released": "15 Nov 2019", + "Genre": "*", + "Album": "Just a tease" + }, + { + "Number": 6, + "Title": "Burning in the Shadow", + "Released": "18 Apr 2019", + "Genre": "Crunk reggaeton", + "Album": "Just a tease" + }, + { + "Number": 7, + "Title": "Shadow of Sky", + "Released": "06 Sep 2019", + "Genre": "Crunk reggaeton", + "Album": "Just a tease" + }, + { + "Number": 8, + "Title": "Gentle Waiting", + "Released": "05 Dec 2019", + "Genre": "R&B", + "Album": "Just a tease" + }, + { + "Number": 9, + "Title": "Bright River", + "Released": "27 Jan 2020", + "Genre": "R&B", + "Album": "Just a tease" + }, + { + "Number": 10, + "Title": "Heart of Storm", + "Released": "07 Jan 2019", + "Genre": "Synth-pop R&B", + "Album": "Just a tease" + } ] } ] @@ -1046,7 +1670,76 @@ "USBillboard200": 98, "Artist": "Pablo Cambeiro", "Songs": [ - + { + "Number": 1, + "Title": "Dancing in the Echo", + "Released": "03 Oct 2019", + "Genre": "Crunk reggaeton", + "Album": "Fluke" + }, + { + "Number": 2, + "Title": "Dream of Dream", + "Released": "03 Mar 2019", + "Genre": "*", + "Album": "Fluke" + }, + { + "Number": 3, + "Title": "Calling in the Echo", + "Released": "16 Sep 2019", + "Genre": "*", + "Album": "Fluke" + }, + { + "Number": 4, + "Title": "Light of Light", + "Released": "25 May 2019", + "Genre": "Electro house Electropop", + "Album": "Fluke" + }, + { + "Number": 5, + "Title": "Bright Light", + "Released": "21 Mar 2019", + "Genre": "R&B", + "Album": "Fluke" + }, + { + "Number": 6, + "Title": "Storm of Echo", + "Released": "17 Jul 2019", + "Genre": "Synth-pop R&B", + "Album": "Fluke" + }, + { + "Number": 7, + "Title": "Lonely Calling", + "Released": "10 Apr 2019", + "Genre": "ethno-tunes", + "Album": "Fluke" + }, + { + "Number": 8, + "Title": "Gentle Falling", + "Released": "28 Nov 2019", + "Genre": "Synth-pop R&B", + "Album": "Fluke" + }, + { + "Number": 9, + "Title": "Wild Flying", + "Released": "26 Nov 2019", + "Genre": "Crunk reggaeton", + "Album": "Fluke" + }, + { + "Number": 10, + "Title": "Sky of Dream", + "Released": "29 May 2019", + "Genre": "R&B", + "Album": "Fluke" + } ] }, { @@ -1142,7 +1835,76 @@ "USBillboard200": 77, "Artist": "Athar Malakooti", "Songs": [ - + { + "Number": 1, + "Title": "Hiding in the Whisper", + "Released": "03 Apr 2019", + "Genre": "R&B", + "Album": "Pushing up daisies" + }, + { + "Number": 2, + "Title": "Wicked Light", + "Released": "21 Aug 2019", + "Genre": "R&B", + "Album": "Pushing up daisies" + }, + { + "Number": 3, + "Title": "Flying in the River", + "Released": "03 Feb 2020", + "Genre": "Synth-pop R&B", + "Album": "Pushing up daisies" + }, + { + "Number": 4, + "Title": "Wicked Hiding", + "Released": "15 Sep 2019", + "Genre": "Synth-pop R&B", + "Album": "Pushing up daisies" + }, + { + "Number": 5, + "Title": "Lonely Light", + "Released": "13 May 2019", + "Genre": "Electro house Electropop", + "Album": "Pushing up daisies" + }, + { + "Number": 6, + "Title": "Bright Dancing", + "Released": "10 Apr 2019", + "Genre": "Synth-pop R&B", + "Album": "Pushing up daisies" + }, + { + "Number": 7, + "Title": "Gentle Dream", + "Released": "21 May 2019", + "Genre": "*", + "Album": "Pushing up daisies" + }, + { + "Number": 8, + "Title": "Sky of Echo", + "Released": "09 Jun 2019", + "Genre": "Synth-pop R&B", + "Album": "Pushing up daisies" + }, + { + "Number": 9, + "Title": "Breaking in the Sky", + "Released": "27 Dec 2019", + "Genre": "Crunk reggaeton", + "Album": "Pushing up daisies" + }, + { + "Number": 10, + "Title": "Whisper of Shadow", + "Released": "04 Jan 2019", + "Genre": "ethno-tunes", + "Album": "Pushing up daisies" + } ] } ] @@ -1179,7 +1941,76 @@ "USBillboard200": 9, "Artist": "Marti Valencia", "Songs": [ - + { + "Number": 1, + "Title": "Hiding in the Sky", + "Released": "26 Nov 2019", + "Genre": "Synth-pop R&B", + "Album": "Nemesis" + }, + { + "Number": 2, + "Title": "Waiting in the Echo", + "Released": "10 Jul 2019", + "Genre": "ethno-tunes", + "Album": "Nemesis" + }, + { + "Number": 3, + "Title": "Wicked Shadow", + "Released": "29 Jul 2019", + "Genre": "Synth-pop R&B", + "Album": "Nemesis" + }, + { + "Number": 4, + "Title": "Crying in the Whisper", + "Released": "09 Apr 2019", + "Genre": "*", + "Album": "Nemesis" + }, + { + "Number": 5, + "Title": "Echo of Storm", + "Released": "19 Nov 2019", + "Genre": "Crunk reggaeton", + "Album": "Nemesis" + }, + { + "Number": 6, + "Title": "Shadow of Sky", + "Released": "24 Jul 2019", + "Genre": "Crunk reggaeton", + "Album": "Nemesis" + }, + { + "Number": 7, + "Title": "Golden Hiding", + "Released": "12 Dec 2019", + "Genre": "Electro house Electropop", + "Album": "Nemesis" + }, + { + "Number": 8, + "Title": "Wild Dancing", + "Released": "17 Aug 2019", + "Genre": "Synth-pop R&B", + "Album": "Nemesis" + }, + { + "Number": 9, + "Title": "Bright Burning", + "Released": "30 Aug 2019", + "Genre": "Electro house Electropop", + "Album": "Nemesis" + }, + { + "Number": 10, + "Title": "Flying in the River", + "Released": "02 Sep 2019", + "Genre": "*", + "Album": "Nemesis" + } ] }, { @@ -1282,7 +2113,76 @@ "USBillboard200": 37, "Artist": "Marti Valencia", "Songs": [ - + { + "Number": 1, + "Title": "Wild River", + "Released": "11 Jan 2019", + "Genre": "*", + "Album": "God's advocate" + }, + { + "Number": 2, + "Title": "Wicked Whisper", + "Released": "16 Feb 2019", + "Genre": "Electro house Electropop", + "Album": "God's advocate" + }, + { + "Number": 3, + "Title": "Storm of Heart", + "Released": "11 Aug 2019", + "Genre": "*", + "Album": "God's advocate" + }, + { + "Number": 4, + "Title": "Golden Dancing", + "Released": "02 Mar 2019", + "Genre": "Crunk reggaeton", + "Album": "God's advocate" + }, + { + "Number": 5, + "Title": "Calling in the Sky", + "Released": "10 Sep 2019", + "Genre": "Electro house Electropop", + "Album": "God's advocate" + }, + { + "Number": 6, + "Title": "Calling in the Heart", + "Released": "12 Jan 2019", + "Genre": "ethno-tunes", + "Album": "God's advocate" + }, + { + "Number": 7, + "Title": "Running in the Storm", + "Released": "10 Nov 2019", + "Genre": "Synth-pop R&B", + "Album": "God's advocate" + }, + { + "Number": 8, + "Title": "Wild Sky", + "Released": "10 Apr 2019", + "Genre": "R&B", + "Album": "God's advocate" + }, + { + "Number": 9, + "Title": "Crying in the Shadow", + "Released": "02 Mar 2019", + "Genre": "R&B", + "Album": "God's advocate" + }, + { + "Number": 10, + "Title": "Whisper of River", + "Released": "12 May 2019", + "Genre": "*", + "Album": "God's advocate" + } ] } ] @@ -1306,7 +2206,76 @@ "USBillboard200": 7, "Artist": "Alicia Stanger", "Songs": [ - + { + "Number": 1, + "Title": "Shadow of Light", + "Released": "24 Mar 2019", + "Genre": "ethno-tunes", + "Album": "Forever alone" + }, + { + "Number": 2, + "Title": "Running in the Echo", + "Released": "03 May 2019", + "Genre": "Crunk reggaeton", + "Album": "Forever alone" + }, + { + "Number": 3, + "Title": "Gentle Dream", + "Released": "24 Aug 2019", + "Genre": "Crunk reggaeton", + "Album": "Forever alone" + }, + { + "Number": 4, + "Title": "Furious River", + "Released": "24 Apr 2019", + "Genre": "ethno-tunes", + "Album": "Forever alone" + }, + { + "Number": 5, + "Title": "Wild Whisper", + "Released": "09 Mar 2019", + "Genre": "ethno-tunes", + "Album": "Forever alone" + }, + { + "Number": 6, + "Title": "Whisper of Sky", + "Released": "24 Jul 2019", + "Genre": "Crunk reggaeton", + "Album": "Forever alone" + }, + { + "Number": 7, + "Title": "Lonely Storm", + "Released": "01 May 2019", + "Genre": "Crunk reggaeton", + "Album": "Forever alone" + }, + { + "Number": 8, + "Title": "Dancing in the River", + "Released": "17 Dec 2019", + "Genre": "*", + "Album": "Forever alone" + }, + { + "Number": 9, + "Title": "Electric Fire", + "Released": "17 Oct 2019", + "Genre": "Electro house Electropop", + "Album": "Forever alone" + }, + { + "Number": 10, + "Title": "Electric Sky", + "Released": "25 Sep 2019", + "Genre": "ethno-tunes", + "Album": "Forever alone" + } ] } ] @@ -1371,7 +2340,76 @@ "USBillboard200": 35, "Artist": "Peter Taylor", "Songs": [ - + { + "Number": 1, + "Title": "Calling in the Dream", + "Released": "01 Aug 2019", + "Genre": "R&B", + "Album": "Decisions decisions" + }, + { + "Number": 2, + "Title": "Electric Burning", + "Released": "10 Sep 2019", + "Genre": "Electro house Electropop", + "Album": "Decisions decisions" + }, + { + "Number": 3, + "Title": "Dark Flying", + "Released": "28 Apr 2019", + "Genre": "*", + "Album": "Decisions decisions" + }, + { + "Number": 4, + "Title": "Gentle Sky", + "Released": "20 Nov 2019", + "Genre": "ethno-tunes", + "Album": "Decisions decisions" + }, + { + "Number": 5, + "Title": "Gentle Calling", + "Released": "13 Jan 2019", + "Genre": "Crunk reggaeton", + "Album": "Decisions decisions" + }, + { + "Number": 6, + "Title": "Golden Falling", + "Released": "14 Feb 2019", + "Genre": "Crunk reggaeton", + "Album": "Decisions decisions" + }, + { + "Number": 7, + "Title": "Silent River", + "Released": "13 Feb 2019", + "Genre": "R&B", + "Album": "Decisions decisions" + }, + { + "Number": 8, + "Title": "Furious Calling", + "Released": "11 Jun 2019", + "Genre": "Synth-pop R&B", + "Album": "Decisions decisions" + }, + { + "Number": 9, + "Title": "Running in the Echo", + "Released": "06 Nov 2019", + "Genre": "Electro house Electropop", + "Album": "Decisions decisions" + }, + { + "Number": 10, + "Title": "Furious River", + "Released": "12 Mar 2019", + "Genre": "*", + "Album": "Decisions decisions" + } ] }, { @@ -1381,7 +2419,76 @@ "USBillboard200": 89, "Artist": "Peter Taylor", "Songs": [ - + { + "Number": 1, + "Title": "Dark Crying", + "Released": "27 Apr 2019", + "Genre": "Electro house Electropop", + "Album": "Climate changed" + }, + { + "Number": 2, + "Title": "Dark Waiting", + "Released": "14 Nov 2019", + "Genre": "Synth-pop R&B", + "Album": "Climate changed" + }, + { + "Number": 3, + "Title": "Furious Waiting", + "Released": "23 May 2019", + "Genre": "*", + "Album": "Climate changed" + }, + { + "Number": 4, + "Title": "Running in the Echo", + "Released": "29 Nov 2019", + "Genre": "Crunk reggaeton", + "Album": "Climate changed" + }, + { + "Number": 5, + "Title": "Dream of Sky", + "Released": "31 Oct 2019", + "Genre": "Crunk reggaeton", + "Album": "Climate changed" + }, + { + "Number": 6, + "Title": "Hiding in the Heart", + "Released": "09 Aug 2019", + "Genre": "R&B", + "Album": "Climate changed" + }, + { + "Number": 7, + "Title": "Sky of Storm", + "Released": "01 Jun 2019", + "Genre": "R&B", + "Album": "Climate changed" + }, + { + "Number": 8, + "Title": "Light of Storm", + "Released": "17 Jan 2020", + "Genre": "ethno-tunes", + "Album": "Climate changed" + }, + { + "Number": 9, + "Title": "Light of Sky", + "Released": "26 May 2019", + "Genre": "*", + "Album": "Climate changed" + }, + { + "Number": 10, + "Title": "Golden River", + "Released": "19 Jun 2019", + "Genre": "*", + "Album": "Climate changed" + } ] } ] diff --git a/samples/grids/hierarchical-grid/toolbar-sample-1/src/SingersData.json b/samples/grids/hierarchical-grid/toolbar-sample-1/src/SingersData.json index f7508f3c9a..75ec4ec561 100644 --- a/samples/grids/hierarchical-grid/toolbar-sample-1/src/SingersData.json +++ b/samples/grids/hierarchical-grid/toolbar-sample-1/src/SingersData.json @@ -78,7 +78,79 @@ "LaunchDate": "September 3, 2013", "BillboardReview": 86, "USBillboard200": 1, - "Artist": "Naomí Yepes" + "Artist": "Naomí Yepes", + "Songs": [ + { + "Number": 1, + "Title": "Lonely Falling", + "Released": "01 May 2019", + "Genre": "*", + "Album": "Initiation" + }, + { + "Number": 2, + "Title": "Bright Breaking", + "Released": "25 Jul 2019", + "Genre": "Electro house Electropop", + "Album": "Initiation" + }, + { + "Number": 3, + "Title": "River of Whisper", + "Released": "29 Jan 2020", + "Genre": "Electro house Electropop", + "Album": "Initiation" + }, + { + "Number": 4, + "Title": "Sky of Storm", + "Released": "07 May 2019", + "Genre": "Electro house Electropop", + "Album": "Initiation" + }, + { + "Number": 5, + "Title": "Electric River", + "Released": "20 Jan 2020", + "Genre": "R&B", + "Album": "Initiation" + }, + { + "Number": 6, + "Title": "Storm of Storm", + "Released": "01 Sep 2019", + "Genre": "Crunk reggaeton", + "Album": "Initiation" + }, + { + "Number": 7, + "Title": "Fire of Dream", + "Released": "12 Sep 2019", + "Genre": "Electro house Electropop", + "Album": "Initiation" + }, + { + "Number": 8, + "Title": "Burning in the Light", + "Released": "15 Apr 2019", + "Genre": "*", + "Album": "Initiation" + }, + { + "Number": 9, + "Title": "Burning in the Storm", + "Released": "10 Sep 2019", + "Genre": "Electro house Electropop", + "Album": "Initiation" + }, + { + "Number": 10, + "Title": "Shadow of Whisper", + "Released": "06 Jan 2019", + "Genre": "Crunk reggaeton", + "Album": "Initiation" + } + ] }, { "Album": "Dream Driven", @@ -90,7 +162,7 @@ { "Number": 1, "Title": "Intro", - "Released": false, + "Released": "10 Sep 2019", "Genre": "*", "Album": "Dream Driven" }, @@ -111,7 +183,7 @@ { "Number": 4, "Title": "Future past", - "Released": false, + "Released": "20 Sep 2011", "Genre": "*", "Album": "Dream Driven" }, @@ -132,14 +204,14 @@ { "Number": 7, "Title": "Stay where you are", - "Released": false, + "Released": "14 Sep 2013", "Genre": "*", "Album": "Dream Driven" }, { "Number": 8, "Title": "Imaginarium", - "Released": false, + "Released": "20 Sep 2021", "Genre": "*", "Album": "Dream Driven" }, @@ -153,21 +225,21 @@ { "Number": 10, "Title": "Shredded into pieces", - "Released": false, + "Released": "11 Sep 2015", "Genre": "*", "Album": "Dream Driven" }, { "Number": 11, "Title": "Capture this moment", - "Released": false, + "Released": "13 Sep 2016", "Genre": "*", "Album": "Dream Driven" }, { "Number": 12, "Title": "Dream Driven", - "Released": false, + "Released": "14 Sep 2014", "Genre": "*", "Album": "Dream Driven" } @@ -180,7 +252,76 @@ "USBillboard200": 2, "Artist": "Naomí Yepes", "Songs": [ - + { + "Number": 1, + "Title": "Calling in the Storm", + "Released": "12 Mar 2019", + "Genre": "Electro house Electropop", + "Album": "The dragon journey" + }, + { + "Number": 2, + "Title": "Hiding in the Dream", + "Released": "23 Mar 2019", + "Genre": "R&B", + "Album": "The dragon journey" + }, + { + "Number": 3, + "Title": "Electric Heart", + "Released": "17 Mar 2019", + "Genre": "ethno-tunes", + "Album": "The dragon journey" + }, + { + "Number": 4, + "Title": "Shadow of Echo", + "Released": "20 Feb 2019", + "Genre": "ethno-tunes", + "Album": "The dragon journey" + }, + { + "Number": 5, + "Title": "Flying in the Storm", + "Released": "08 Apr 2019", + "Genre": "R&B", + "Album": "The dragon journey" + }, + { + "Number": 6, + "Title": "Dark Waiting", + "Released": "20 Oct 2019", + "Genre": "Synth-pop R&B", + "Album": "The dragon journey" + }, + { + "Number": 7, + "Title": "Fire of River", + "Released": "20 Feb 2019", + "Genre": "Synth-pop R&B", + "Album": "The dragon journey" + }, + { + "Number": 8, + "Title": "Wild Crying", + "Released": "14 Jun 2019", + "Genre": "R&B", + "Album": "The dragon journey" + }, + { + "Number": 9, + "Title": "Bright Dancing", + "Released": "14 Mar 2019", + "Genre": "Electro house Electropop", + "Album": "The dragon journey" + }, + { + "Number": 10, + "Title": "Golden Waiting", + "Released": "12 Sep 2019", + "Genre": "Synth-pop R&B", + "Album": "The dragon journey" + } ] }, { @@ -276,7 +417,76 @@ "USBillboard200": 12, "Artist": "Naomí Yepes", "Songs": [ - + { + "Number": 1, + "Title": "Storm of Dream", + "Released": "05 Jan 2019", + "Genre": "*", + "Album": "Curiosity" + }, + { + "Number": 2, + "Title": "Echo of Dream", + "Released": "28 Jan 2019", + "Genre": "Synth-pop R&B", + "Album": "Curiosity" + }, + { + "Number": 3, + "Title": "Light of Shadow", + "Released": "07 Feb 2019", + "Genre": "Synth-pop R&B", + "Album": "Curiosity" + }, + { + "Number": 4, + "Title": "Storm of Heart", + "Released": "05 Jan 2020", + "Genre": "Electro house Electropop", + "Album": "Curiosity" + }, + { + "Number": 5, + "Title": "Shadow of River", + "Released": "27 Feb 2019", + "Genre": "*", + "Album": "Curiosity" + }, + { + "Number": 6, + "Title": "Wicked Dancing", + "Released": "17 Jan 2020", + "Genre": "ethno-tunes", + "Album": "Curiosity" + }, + { + "Number": 7, + "Title": "River of Light", + "Released": "22 Feb 2019", + "Genre": "R&B", + "Album": "Curiosity" + }, + { + "Number": 8, + "Title": "Lonely Breaking", + "Released": "09 Sep 2019", + "Genre": "ethno-tunes", + "Album": "Curiosity" + }, + { + "Number": 9, + "Title": "Furious Flying", + "Released": "08 Jun 2019", + "Genre": "R&B", + "Album": "Curiosity" + }, + { + "Number": 10, + "Title": "Hiding in the Storm", + "Released": "27 May 2019", + "Genre": "Electro house Electropop", + "Album": "Curiosity" + } ] } ] @@ -513,7 +723,76 @@ "USBillboard200": 69, "Artist": "Ahmad Nazeri", "Songs": [ - + { + "Number": 1, + "Title": "Gentle Falling", + "Released": "26 Apr 2019", + "Genre": "Crunk reggaeton", + "Album": "Emergency" + }, + { + "Number": 2, + "Title": "Calling in the Fire", + "Released": "03 Sep 2019", + "Genre": "ethno-tunes", + "Album": "Emergency" + }, + { + "Number": 3, + "Title": "Fire of Shadow", + "Released": "05 Jan 2019", + "Genre": "ethno-tunes", + "Album": "Emergency" + }, + { + "Number": 4, + "Title": "Dancing in the Dream", + "Released": "15 Apr 2019", + "Genre": "R&B", + "Album": "Emergency" + }, + { + "Number": 5, + "Title": "Calling in the Shadow", + "Released": "09 Oct 2019", + "Genre": "R&B", + "Album": "Emergency" + }, + { + "Number": 6, + "Title": "Falling in the Sky", + "Released": "08 Mar 2019", + "Genre": "ethno-tunes", + "Album": "Emergency" + }, + { + "Number": 7, + "Title": "Calling in the Storm", + "Released": "05 Dec 2019", + "Genre": "ethno-tunes", + "Album": "Emergency" + }, + { + "Number": 8, + "Title": "Falling in the River", + "Released": "19 Aug 2019", + "Genre": "Electro house Electropop", + "Album": "Emergency" + }, + { + "Number": 9, + "Title": "Electric Fire", + "Released": "30 Nov 2019", + "Genre": "Crunk reggaeton", + "Album": "Emergency" + }, + { + "Number": 10, + "Title": "Lonely River", + "Released": "11 Nov 2019", + "Genre": "Electro house Electropop", + "Album": "Emergency" + } ] }, { @@ -523,7 +802,76 @@ "USBillboard200": 39, "Artist": "Ahmad Nazeri", "Songs": [ - + { + "Number": 1, + "Title": "Lonely Dream", + "Released": "11 Dec 2019", + "Genre": "ethno-tunes", + "Album": "Bursting bubbles" + }, + { + "Number": 2, + "Title": "Fire of River", + "Released": "01 Aug 2019", + "Genre": "Synth-pop R&B", + "Album": "Bursting bubbles" + }, + { + "Number": 3, + "Title": "Wicked Falling", + "Released": "25 Jan 2019", + "Genre": "*", + "Album": "Bursting bubbles" + }, + { + "Number": 4, + "Title": "Crying in the Shadow", + "Released": "04 Jan 2019", + "Genre": "Synth-pop R&B", + "Album": "Bursting bubbles" + }, + { + "Number": 5, + "Title": "Wild Burning", + "Released": "10 May 2019", + "Genre": "ethno-tunes", + "Album": "Bursting bubbles" + }, + { + "Number": 6, + "Title": "Waiting in the Heart", + "Released": "07 Aug 2019", + "Genre": "ethno-tunes", + "Album": "Bursting bubbles" + }, + { + "Number": 7, + "Title": "Fire of Fire", + "Released": "16 May 2019", + "Genre": "Electro house Electropop", + "Album": "Bursting bubbles" + }, + { + "Number": 8, + "Title": "Bright Heart", + "Released": "14 Mar 2019", + "Genre": "Synth-pop R&B", + "Album": "Bursting bubbles" + }, + { + "Number": 9, + "Title": "Lonely Fire", + "Released": "15 Oct 2019", + "Genre": "R&B", + "Album": "Bursting bubbles" + }, + { + "Number": 10, + "Title": "Sky of Dream", + "Released": "20 Jun 2019", + "Genre": "ethno-tunes", + "Album": "Bursting bubbles" + } ] } ] @@ -547,7 +895,76 @@ "USBillboard200": 1, "Artist": "Kimmy McIlmorie", "Songs": [ - + { + "Number": 1, + "Title": "Storm of Sky", + "Released": "04 Mar 2019", + "Genre": "ethno-tunes", + "Album": "Here we go again" + }, + { + "Number": 2, + "Title": "Dream of Shadow", + "Released": "03 Jan 2019", + "Genre": "ethno-tunes", + "Album": "Here we go again" + }, + { + "Number": 3, + "Title": "Dream of Shadow", + "Released": "19 Dec 2019", + "Genre": "Electro house Electropop", + "Album": "Here we go again" + }, + { + "Number": 4, + "Title": "Golden Fire", + "Released": "20 Jan 2019", + "Genre": "R&B", + "Album": "Here we go again" + }, + { + "Number": 5, + "Title": "Running in the Light", + "Released": "03 Jan 2020", + "Genre": "Synth-pop R&B", + "Album": "Here we go again" + }, + { + "Number": 6, + "Title": "Flying in the Heart", + "Released": "17 Jan 2019", + "Genre": "*", + "Album": "Here we go again" + }, + { + "Number": 7, + "Title": "Fire of Storm", + "Released": "26 Jan 2019", + "Genre": "ethno-tunes", + "Album": "Here we go again" + }, + { + "Number": 8, + "Title": "Calling in the Sky", + "Released": "28 Oct 2019", + "Genre": "Synth-pop R&B", + "Album": "Here we go again" + }, + { + "Number": 9, + "Title": "Flying in the Shadow", + "Released": "30 Mar 2019", + "Genre": "ethno-tunes", + "Album": "Here we go again" + }, + { + "Number": 10, + "Title": "Golden Dancing", + "Released": "12 Oct 2019", + "Genre": "ethno-tunes", + "Album": "Here we go again" + } ] } ] @@ -771,7 +1188,76 @@ "USBillboard200": 85, "Artist": "Izabella Tabakova", "Songs": [ - + { + "Number": 1, + "Title": "Hiding in the Light", + "Released": "24 Jan 2019", + "Genre": "Synth-pop R&B", + "Album": "Dark matters" + }, + { + "Number": 2, + "Title": "Furious River", + "Released": "13 Jan 2020", + "Genre": "Electro house Electropop", + "Album": "Dark matters" + }, + { + "Number": 3, + "Title": "Wild Crying", + "Released": "27 Feb 2019", + "Genre": "Electro house Electropop", + "Album": "Dark matters" + }, + { + "Number": 4, + "Title": "Light of Dream", + "Released": "01 Jun 2019", + "Genre": "Crunk reggaeton", + "Album": "Dark matters" + }, + { + "Number": 5, + "Title": "Light of Dream", + "Released": "24 Aug 2019", + "Genre": "*", + "Album": "Dark matters" + }, + { + "Number": 6, + "Title": "Storm of Light", + "Released": "26 Feb 2019", + "Genre": "*", + "Album": "Dark matters" + }, + { + "Number": 7, + "Title": "Dark Storm", + "Released": "18 Jan 2020", + "Genre": "R&B", + "Album": "Dark matters" + }, + { + "Number": 8, + "Title": "Dark Calling", + "Released": "20 Mar 2019", + "Genre": "Crunk reggaeton", + "Album": "Dark matters" + }, + { + "Number": 9, + "Title": "Sky of Whisper", + "Released": "30 Jan 2019", + "Genre": "ethno-tunes", + "Album": "Dark matters" + }, + { + "Number": 10, + "Title": "Dancing in the Light", + "Released": "28 Nov 2019", + "Genre": "Synth-pop R&B", + "Album": "Dark matters" + } ] } ] @@ -795,7 +1281,76 @@ "USBillboard200": 5, "Artist": "Nguyễn Diệp Chi", "Songs": [ - + { + "Number": 1, + "Title": "Echo of River", + "Released": "05 Mar 2019", + "Genre": "Synth-pop R&B", + "Album": "Library of liberty" + }, + { + "Number": 2, + "Title": "Heart of River", + "Released": "12 Jan 2020", + "Genre": "Electro house Electropop", + "Album": "Library of liberty" + }, + { + "Number": 3, + "Title": "Dark Light", + "Released": "09 Aug 2019", + "Genre": "Electro house Electropop", + "Album": "Library of liberty" + }, + { + "Number": 4, + "Title": "Dark Fire", + "Released": "22 Jun 2019", + "Genre": "R&B", + "Album": "Library of liberty" + }, + { + "Number": 5, + "Title": "Flying in the Fire", + "Released": "22 Jul 2019", + "Genre": "*", + "Album": "Library of liberty" + }, + { + "Number": 6, + "Title": "Shadow of Heart", + "Released": "02 Jan 2020", + "Genre": "*", + "Album": "Library of liberty" + }, + { + "Number": 7, + "Title": "Fire of Fire", + "Released": "27 Jan 2019", + "Genre": "*", + "Album": "Library of liberty" + }, + { + "Number": 8, + "Title": "Falling in the River", + "Released": "05 Aug 2019", + "Genre": "Crunk reggaeton", + "Album": "Library of liberty" + }, + { + "Number": 9, + "Title": "Fire of Light", + "Released": "31 Dec 2019", + "Genre": "ethno-tunes", + "Album": "Library of liberty" + }, + { + "Number": 10, + "Title": "Bright Flying", + "Released": "24 Jan 2019", + "Genre": "*", + "Album": "Library of liberty" + } ] } ] @@ -819,7 +1374,76 @@ "USBillboard200": 29, "Artist": "Eva Lee", "Songs": [ - + { + "Number": 1, + "Title": "Dancing in the Shadow", + "Released": "02 Aug 2019", + "Genre": "ethno-tunes", + "Album": "Just a tease" + }, + { + "Number": 2, + "Title": "Silent Whisper", + "Released": "09 Jul 2019", + "Genre": "*", + "Album": "Just a tease" + }, + { + "Number": 3, + "Title": "Crying in the Whisper", + "Released": "30 May 2019", + "Genre": "Crunk reggaeton", + "Album": "Just a tease" + }, + { + "Number": 4, + "Title": "River of Light", + "Released": "10 Jan 2019", + "Genre": "Electro house Electropop", + "Album": "Just a tease" + }, + { + "Number": 5, + "Title": "Golden River", + "Released": "15 Nov 2019", + "Genre": "*", + "Album": "Just a tease" + }, + { + "Number": 6, + "Title": "Burning in the Shadow", + "Released": "18 Apr 2019", + "Genre": "Crunk reggaeton", + "Album": "Just a tease" + }, + { + "Number": 7, + "Title": "Shadow of Sky", + "Released": "06 Sep 2019", + "Genre": "Crunk reggaeton", + "Album": "Just a tease" + }, + { + "Number": 8, + "Title": "Gentle Waiting", + "Released": "05 Dec 2019", + "Genre": "R&B", + "Album": "Just a tease" + }, + { + "Number": 9, + "Title": "Bright River", + "Released": "27 Jan 2020", + "Genre": "R&B", + "Album": "Just a tease" + }, + { + "Number": 10, + "Title": "Heart of Storm", + "Released": "07 Jan 2019", + "Genre": "Synth-pop R&B", + "Album": "Just a tease" + } ] } ] @@ -1046,7 +1670,76 @@ "USBillboard200": 98, "Artist": "Pablo Cambeiro", "Songs": [ - + { + "Number": 1, + "Title": "Dancing in the Echo", + "Released": "03 Oct 2019", + "Genre": "Crunk reggaeton", + "Album": "Fluke" + }, + { + "Number": 2, + "Title": "Dream of Dream", + "Released": "03 Mar 2019", + "Genre": "*", + "Album": "Fluke" + }, + { + "Number": 3, + "Title": "Calling in the Echo", + "Released": "16 Sep 2019", + "Genre": "*", + "Album": "Fluke" + }, + { + "Number": 4, + "Title": "Light of Light", + "Released": "25 May 2019", + "Genre": "Electro house Electropop", + "Album": "Fluke" + }, + { + "Number": 5, + "Title": "Bright Light", + "Released": "21 Mar 2019", + "Genre": "R&B", + "Album": "Fluke" + }, + { + "Number": 6, + "Title": "Storm of Echo", + "Released": "17 Jul 2019", + "Genre": "Synth-pop R&B", + "Album": "Fluke" + }, + { + "Number": 7, + "Title": "Lonely Calling", + "Released": "10 Apr 2019", + "Genre": "ethno-tunes", + "Album": "Fluke" + }, + { + "Number": 8, + "Title": "Gentle Falling", + "Released": "28 Nov 2019", + "Genre": "Synth-pop R&B", + "Album": "Fluke" + }, + { + "Number": 9, + "Title": "Wild Flying", + "Released": "26 Nov 2019", + "Genre": "Crunk reggaeton", + "Album": "Fluke" + }, + { + "Number": 10, + "Title": "Sky of Dream", + "Released": "29 May 2019", + "Genre": "R&B", + "Album": "Fluke" + } ] }, { @@ -1142,7 +1835,76 @@ "USBillboard200": 77, "Artist": "Athar Malakooti", "Songs": [ - + { + "Number": 1, + "Title": "Hiding in the Whisper", + "Released": "03 Apr 2019", + "Genre": "R&B", + "Album": "Pushing up daisies" + }, + { + "Number": 2, + "Title": "Wicked Light", + "Released": "21 Aug 2019", + "Genre": "R&B", + "Album": "Pushing up daisies" + }, + { + "Number": 3, + "Title": "Flying in the River", + "Released": "03 Feb 2020", + "Genre": "Synth-pop R&B", + "Album": "Pushing up daisies" + }, + { + "Number": 4, + "Title": "Wicked Hiding", + "Released": "15 Sep 2019", + "Genre": "Synth-pop R&B", + "Album": "Pushing up daisies" + }, + { + "Number": 5, + "Title": "Lonely Light", + "Released": "13 May 2019", + "Genre": "Electro house Electropop", + "Album": "Pushing up daisies" + }, + { + "Number": 6, + "Title": "Bright Dancing", + "Released": "10 Apr 2019", + "Genre": "Synth-pop R&B", + "Album": "Pushing up daisies" + }, + { + "Number": 7, + "Title": "Gentle Dream", + "Released": "21 May 2019", + "Genre": "*", + "Album": "Pushing up daisies" + }, + { + "Number": 8, + "Title": "Sky of Echo", + "Released": "09 Jun 2019", + "Genre": "Synth-pop R&B", + "Album": "Pushing up daisies" + }, + { + "Number": 9, + "Title": "Breaking in the Sky", + "Released": "27 Dec 2019", + "Genre": "Crunk reggaeton", + "Album": "Pushing up daisies" + }, + { + "Number": 10, + "Title": "Whisper of Shadow", + "Released": "04 Jan 2019", + "Genre": "ethno-tunes", + "Album": "Pushing up daisies" + } ] } ] @@ -1179,7 +1941,76 @@ "USBillboard200": 9, "Artist": "Marti Valencia", "Songs": [ - + { + "Number": 1, + "Title": "Hiding in the Sky", + "Released": "26 Nov 2019", + "Genre": "Synth-pop R&B", + "Album": "Nemesis" + }, + { + "Number": 2, + "Title": "Waiting in the Echo", + "Released": "10 Jul 2019", + "Genre": "ethno-tunes", + "Album": "Nemesis" + }, + { + "Number": 3, + "Title": "Wicked Shadow", + "Released": "29 Jul 2019", + "Genre": "Synth-pop R&B", + "Album": "Nemesis" + }, + { + "Number": 4, + "Title": "Crying in the Whisper", + "Released": "09 Apr 2019", + "Genre": "*", + "Album": "Nemesis" + }, + { + "Number": 5, + "Title": "Echo of Storm", + "Released": "19 Nov 2019", + "Genre": "Crunk reggaeton", + "Album": "Nemesis" + }, + { + "Number": 6, + "Title": "Shadow of Sky", + "Released": "24 Jul 2019", + "Genre": "Crunk reggaeton", + "Album": "Nemesis" + }, + { + "Number": 7, + "Title": "Golden Hiding", + "Released": "12 Dec 2019", + "Genre": "Electro house Electropop", + "Album": "Nemesis" + }, + { + "Number": 8, + "Title": "Wild Dancing", + "Released": "17 Aug 2019", + "Genre": "Synth-pop R&B", + "Album": "Nemesis" + }, + { + "Number": 9, + "Title": "Bright Burning", + "Released": "30 Aug 2019", + "Genre": "Electro house Electropop", + "Album": "Nemesis" + }, + { + "Number": 10, + "Title": "Flying in the River", + "Released": "02 Sep 2019", + "Genre": "*", + "Album": "Nemesis" + } ] }, { @@ -1282,7 +2113,76 @@ "USBillboard200": 37, "Artist": "Marti Valencia", "Songs": [ - + { + "Number": 1, + "Title": "Wild River", + "Released": "11 Jan 2019", + "Genre": "*", + "Album": "God's advocate" + }, + { + "Number": 2, + "Title": "Wicked Whisper", + "Released": "16 Feb 2019", + "Genre": "Electro house Electropop", + "Album": "God's advocate" + }, + { + "Number": 3, + "Title": "Storm of Heart", + "Released": "11 Aug 2019", + "Genre": "*", + "Album": "God's advocate" + }, + { + "Number": 4, + "Title": "Golden Dancing", + "Released": "02 Mar 2019", + "Genre": "Crunk reggaeton", + "Album": "God's advocate" + }, + { + "Number": 5, + "Title": "Calling in the Sky", + "Released": "10 Sep 2019", + "Genre": "Electro house Electropop", + "Album": "God's advocate" + }, + { + "Number": 6, + "Title": "Calling in the Heart", + "Released": "12 Jan 2019", + "Genre": "ethno-tunes", + "Album": "God's advocate" + }, + { + "Number": 7, + "Title": "Running in the Storm", + "Released": "10 Nov 2019", + "Genre": "Synth-pop R&B", + "Album": "God's advocate" + }, + { + "Number": 8, + "Title": "Wild Sky", + "Released": "10 Apr 2019", + "Genre": "R&B", + "Album": "God's advocate" + }, + { + "Number": 9, + "Title": "Crying in the Shadow", + "Released": "02 Mar 2019", + "Genre": "R&B", + "Album": "God's advocate" + }, + { + "Number": 10, + "Title": "Whisper of River", + "Released": "12 May 2019", + "Genre": "*", + "Album": "God's advocate" + } ] } ] @@ -1306,7 +2206,76 @@ "USBillboard200": 7, "Artist": "Alicia Stanger", "Songs": [ - + { + "Number": 1, + "Title": "Shadow of Light", + "Released": "24 Mar 2019", + "Genre": "ethno-tunes", + "Album": "Forever alone" + }, + { + "Number": 2, + "Title": "Running in the Echo", + "Released": "03 May 2019", + "Genre": "Crunk reggaeton", + "Album": "Forever alone" + }, + { + "Number": 3, + "Title": "Gentle Dream", + "Released": "24 Aug 2019", + "Genre": "Crunk reggaeton", + "Album": "Forever alone" + }, + { + "Number": 4, + "Title": "Furious River", + "Released": "24 Apr 2019", + "Genre": "ethno-tunes", + "Album": "Forever alone" + }, + { + "Number": 5, + "Title": "Wild Whisper", + "Released": "09 Mar 2019", + "Genre": "ethno-tunes", + "Album": "Forever alone" + }, + { + "Number": 6, + "Title": "Whisper of Sky", + "Released": "24 Jul 2019", + "Genre": "Crunk reggaeton", + "Album": "Forever alone" + }, + { + "Number": 7, + "Title": "Lonely Storm", + "Released": "01 May 2019", + "Genre": "Crunk reggaeton", + "Album": "Forever alone" + }, + { + "Number": 8, + "Title": "Dancing in the River", + "Released": "17 Dec 2019", + "Genre": "*", + "Album": "Forever alone" + }, + { + "Number": 9, + "Title": "Electric Fire", + "Released": "17 Oct 2019", + "Genre": "Electro house Electropop", + "Album": "Forever alone" + }, + { + "Number": 10, + "Title": "Electric Sky", + "Released": "25 Sep 2019", + "Genre": "ethno-tunes", + "Album": "Forever alone" + } ] } ] @@ -1371,7 +2340,76 @@ "USBillboard200": 35, "Artist": "Peter Taylor", "Songs": [ - + { + "Number": 1, + "Title": "Calling in the Dream", + "Released": "01 Aug 2019", + "Genre": "R&B", + "Album": "Decisions decisions" + }, + { + "Number": 2, + "Title": "Electric Burning", + "Released": "10 Sep 2019", + "Genre": "Electro house Electropop", + "Album": "Decisions decisions" + }, + { + "Number": 3, + "Title": "Dark Flying", + "Released": "28 Apr 2019", + "Genre": "*", + "Album": "Decisions decisions" + }, + { + "Number": 4, + "Title": "Gentle Sky", + "Released": "20 Nov 2019", + "Genre": "ethno-tunes", + "Album": "Decisions decisions" + }, + { + "Number": 5, + "Title": "Gentle Calling", + "Released": "13 Jan 2019", + "Genre": "Crunk reggaeton", + "Album": "Decisions decisions" + }, + { + "Number": 6, + "Title": "Golden Falling", + "Released": "14 Feb 2019", + "Genre": "Crunk reggaeton", + "Album": "Decisions decisions" + }, + { + "Number": 7, + "Title": "Silent River", + "Released": "13 Feb 2019", + "Genre": "R&B", + "Album": "Decisions decisions" + }, + { + "Number": 8, + "Title": "Furious Calling", + "Released": "11 Jun 2019", + "Genre": "Synth-pop R&B", + "Album": "Decisions decisions" + }, + { + "Number": 9, + "Title": "Running in the Echo", + "Released": "06 Nov 2019", + "Genre": "Electro house Electropop", + "Album": "Decisions decisions" + }, + { + "Number": 10, + "Title": "Furious River", + "Released": "12 Mar 2019", + "Genre": "*", + "Album": "Decisions decisions" + } ] }, { @@ -1381,7 +2419,76 @@ "USBillboard200": 89, "Artist": "Peter Taylor", "Songs": [ - + { + "Number": 1, + "Title": "Dark Crying", + "Released": "27 Apr 2019", + "Genre": "Electro house Electropop", + "Album": "Climate changed" + }, + { + "Number": 2, + "Title": "Dark Waiting", + "Released": "14 Nov 2019", + "Genre": "Synth-pop R&B", + "Album": "Climate changed" + }, + { + "Number": 3, + "Title": "Furious Waiting", + "Released": "23 May 2019", + "Genre": "*", + "Album": "Climate changed" + }, + { + "Number": 4, + "Title": "Running in the Echo", + "Released": "29 Nov 2019", + "Genre": "Crunk reggaeton", + "Album": "Climate changed" + }, + { + "Number": 5, + "Title": "Dream of Sky", + "Released": "31 Oct 2019", + "Genre": "Crunk reggaeton", + "Album": "Climate changed" + }, + { + "Number": 6, + "Title": "Hiding in the Heart", + "Released": "09 Aug 2019", + "Genre": "R&B", + "Album": "Climate changed" + }, + { + "Number": 7, + "Title": "Sky of Storm", + "Released": "01 Jun 2019", + "Genre": "R&B", + "Album": "Climate changed" + }, + { + "Number": 8, + "Title": "Light of Storm", + "Released": "17 Jan 2020", + "Genre": "ethno-tunes", + "Album": "Climate changed" + }, + { + "Number": 9, + "Title": "Light of Sky", + "Released": "26 May 2019", + "Genre": "*", + "Album": "Climate changed" + }, + { + "Number": 10, + "Title": "Golden River", + "Released": "19 Jun 2019", + "Genre": "*", + "Album": "Climate changed" + } ] } ] diff --git a/samples/grids/hierarchical-grid/toolbar-sample-2/src/SingersData.json b/samples/grids/hierarchical-grid/toolbar-sample-2/src/SingersData.json index f7508f3c9a..75ec4ec561 100644 --- a/samples/grids/hierarchical-grid/toolbar-sample-2/src/SingersData.json +++ b/samples/grids/hierarchical-grid/toolbar-sample-2/src/SingersData.json @@ -78,7 +78,79 @@ "LaunchDate": "September 3, 2013", "BillboardReview": 86, "USBillboard200": 1, - "Artist": "Naomí Yepes" + "Artist": "Naomí Yepes", + "Songs": [ + { + "Number": 1, + "Title": "Lonely Falling", + "Released": "01 May 2019", + "Genre": "*", + "Album": "Initiation" + }, + { + "Number": 2, + "Title": "Bright Breaking", + "Released": "25 Jul 2019", + "Genre": "Electro house Electropop", + "Album": "Initiation" + }, + { + "Number": 3, + "Title": "River of Whisper", + "Released": "29 Jan 2020", + "Genre": "Electro house Electropop", + "Album": "Initiation" + }, + { + "Number": 4, + "Title": "Sky of Storm", + "Released": "07 May 2019", + "Genre": "Electro house Electropop", + "Album": "Initiation" + }, + { + "Number": 5, + "Title": "Electric River", + "Released": "20 Jan 2020", + "Genre": "R&B", + "Album": "Initiation" + }, + { + "Number": 6, + "Title": "Storm of Storm", + "Released": "01 Sep 2019", + "Genre": "Crunk reggaeton", + "Album": "Initiation" + }, + { + "Number": 7, + "Title": "Fire of Dream", + "Released": "12 Sep 2019", + "Genre": "Electro house Electropop", + "Album": "Initiation" + }, + { + "Number": 8, + "Title": "Burning in the Light", + "Released": "15 Apr 2019", + "Genre": "*", + "Album": "Initiation" + }, + { + "Number": 9, + "Title": "Burning in the Storm", + "Released": "10 Sep 2019", + "Genre": "Electro house Electropop", + "Album": "Initiation" + }, + { + "Number": 10, + "Title": "Shadow of Whisper", + "Released": "06 Jan 2019", + "Genre": "Crunk reggaeton", + "Album": "Initiation" + } + ] }, { "Album": "Dream Driven", @@ -90,7 +162,7 @@ { "Number": 1, "Title": "Intro", - "Released": false, + "Released": "10 Sep 2019", "Genre": "*", "Album": "Dream Driven" }, @@ -111,7 +183,7 @@ { "Number": 4, "Title": "Future past", - "Released": false, + "Released": "20 Sep 2011", "Genre": "*", "Album": "Dream Driven" }, @@ -132,14 +204,14 @@ { "Number": 7, "Title": "Stay where you are", - "Released": false, + "Released": "14 Sep 2013", "Genre": "*", "Album": "Dream Driven" }, { "Number": 8, "Title": "Imaginarium", - "Released": false, + "Released": "20 Sep 2021", "Genre": "*", "Album": "Dream Driven" }, @@ -153,21 +225,21 @@ { "Number": 10, "Title": "Shredded into pieces", - "Released": false, + "Released": "11 Sep 2015", "Genre": "*", "Album": "Dream Driven" }, { "Number": 11, "Title": "Capture this moment", - "Released": false, + "Released": "13 Sep 2016", "Genre": "*", "Album": "Dream Driven" }, { "Number": 12, "Title": "Dream Driven", - "Released": false, + "Released": "14 Sep 2014", "Genre": "*", "Album": "Dream Driven" } @@ -180,7 +252,76 @@ "USBillboard200": 2, "Artist": "Naomí Yepes", "Songs": [ - + { + "Number": 1, + "Title": "Calling in the Storm", + "Released": "12 Mar 2019", + "Genre": "Electro house Electropop", + "Album": "The dragon journey" + }, + { + "Number": 2, + "Title": "Hiding in the Dream", + "Released": "23 Mar 2019", + "Genre": "R&B", + "Album": "The dragon journey" + }, + { + "Number": 3, + "Title": "Electric Heart", + "Released": "17 Mar 2019", + "Genre": "ethno-tunes", + "Album": "The dragon journey" + }, + { + "Number": 4, + "Title": "Shadow of Echo", + "Released": "20 Feb 2019", + "Genre": "ethno-tunes", + "Album": "The dragon journey" + }, + { + "Number": 5, + "Title": "Flying in the Storm", + "Released": "08 Apr 2019", + "Genre": "R&B", + "Album": "The dragon journey" + }, + { + "Number": 6, + "Title": "Dark Waiting", + "Released": "20 Oct 2019", + "Genre": "Synth-pop R&B", + "Album": "The dragon journey" + }, + { + "Number": 7, + "Title": "Fire of River", + "Released": "20 Feb 2019", + "Genre": "Synth-pop R&B", + "Album": "The dragon journey" + }, + { + "Number": 8, + "Title": "Wild Crying", + "Released": "14 Jun 2019", + "Genre": "R&B", + "Album": "The dragon journey" + }, + { + "Number": 9, + "Title": "Bright Dancing", + "Released": "14 Mar 2019", + "Genre": "Electro house Electropop", + "Album": "The dragon journey" + }, + { + "Number": 10, + "Title": "Golden Waiting", + "Released": "12 Sep 2019", + "Genre": "Synth-pop R&B", + "Album": "The dragon journey" + } ] }, { @@ -276,7 +417,76 @@ "USBillboard200": 12, "Artist": "Naomí Yepes", "Songs": [ - + { + "Number": 1, + "Title": "Storm of Dream", + "Released": "05 Jan 2019", + "Genre": "*", + "Album": "Curiosity" + }, + { + "Number": 2, + "Title": "Echo of Dream", + "Released": "28 Jan 2019", + "Genre": "Synth-pop R&B", + "Album": "Curiosity" + }, + { + "Number": 3, + "Title": "Light of Shadow", + "Released": "07 Feb 2019", + "Genre": "Synth-pop R&B", + "Album": "Curiosity" + }, + { + "Number": 4, + "Title": "Storm of Heart", + "Released": "05 Jan 2020", + "Genre": "Electro house Electropop", + "Album": "Curiosity" + }, + { + "Number": 5, + "Title": "Shadow of River", + "Released": "27 Feb 2019", + "Genre": "*", + "Album": "Curiosity" + }, + { + "Number": 6, + "Title": "Wicked Dancing", + "Released": "17 Jan 2020", + "Genre": "ethno-tunes", + "Album": "Curiosity" + }, + { + "Number": 7, + "Title": "River of Light", + "Released": "22 Feb 2019", + "Genre": "R&B", + "Album": "Curiosity" + }, + { + "Number": 8, + "Title": "Lonely Breaking", + "Released": "09 Sep 2019", + "Genre": "ethno-tunes", + "Album": "Curiosity" + }, + { + "Number": 9, + "Title": "Furious Flying", + "Released": "08 Jun 2019", + "Genre": "R&B", + "Album": "Curiosity" + }, + { + "Number": 10, + "Title": "Hiding in the Storm", + "Released": "27 May 2019", + "Genre": "Electro house Electropop", + "Album": "Curiosity" + } ] } ] @@ -513,7 +723,76 @@ "USBillboard200": 69, "Artist": "Ahmad Nazeri", "Songs": [ - + { + "Number": 1, + "Title": "Gentle Falling", + "Released": "26 Apr 2019", + "Genre": "Crunk reggaeton", + "Album": "Emergency" + }, + { + "Number": 2, + "Title": "Calling in the Fire", + "Released": "03 Sep 2019", + "Genre": "ethno-tunes", + "Album": "Emergency" + }, + { + "Number": 3, + "Title": "Fire of Shadow", + "Released": "05 Jan 2019", + "Genre": "ethno-tunes", + "Album": "Emergency" + }, + { + "Number": 4, + "Title": "Dancing in the Dream", + "Released": "15 Apr 2019", + "Genre": "R&B", + "Album": "Emergency" + }, + { + "Number": 5, + "Title": "Calling in the Shadow", + "Released": "09 Oct 2019", + "Genre": "R&B", + "Album": "Emergency" + }, + { + "Number": 6, + "Title": "Falling in the Sky", + "Released": "08 Mar 2019", + "Genre": "ethno-tunes", + "Album": "Emergency" + }, + { + "Number": 7, + "Title": "Calling in the Storm", + "Released": "05 Dec 2019", + "Genre": "ethno-tunes", + "Album": "Emergency" + }, + { + "Number": 8, + "Title": "Falling in the River", + "Released": "19 Aug 2019", + "Genre": "Electro house Electropop", + "Album": "Emergency" + }, + { + "Number": 9, + "Title": "Electric Fire", + "Released": "30 Nov 2019", + "Genre": "Crunk reggaeton", + "Album": "Emergency" + }, + { + "Number": 10, + "Title": "Lonely River", + "Released": "11 Nov 2019", + "Genre": "Electro house Electropop", + "Album": "Emergency" + } ] }, { @@ -523,7 +802,76 @@ "USBillboard200": 39, "Artist": "Ahmad Nazeri", "Songs": [ - + { + "Number": 1, + "Title": "Lonely Dream", + "Released": "11 Dec 2019", + "Genre": "ethno-tunes", + "Album": "Bursting bubbles" + }, + { + "Number": 2, + "Title": "Fire of River", + "Released": "01 Aug 2019", + "Genre": "Synth-pop R&B", + "Album": "Bursting bubbles" + }, + { + "Number": 3, + "Title": "Wicked Falling", + "Released": "25 Jan 2019", + "Genre": "*", + "Album": "Bursting bubbles" + }, + { + "Number": 4, + "Title": "Crying in the Shadow", + "Released": "04 Jan 2019", + "Genre": "Synth-pop R&B", + "Album": "Bursting bubbles" + }, + { + "Number": 5, + "Title": "Wild Burning", + "Released": "10 May 2019", + "Genre": "ethno-tunes", + "Album": "Bursting bubbles" + }, + { + "Number": 6, + "Title": "Waiting in the Heart", + "Released": "07 Aug 2019", + "Genre": "ethno-tunes", + "Album": "Bursting bubbles" + }, + { + "Number": 7, + "Title": "Fire of Fire", + "Released": "16 May 2019", + "Genre": "Electro house Electropop", + "Album": "Bursting bubbles" + }, + { + "Number": 8, + "Title": "Bright Heart", + "Released": "14 Mar 2019", + "Genre": "Synth-pop R&B", + "Album": "Bursting bubbles" + }, + { + "Number": 9, + "Title": "Lonely Fire", + "Released": "15 Oct 2019", + "Genre": "R&B", + "Album": "Bursting bubbles" + }, + { + "Number": 10, + "Title": "Sky of Dream", + "Released": "20 Jun 2019", + "Genre": "ethno-tunes", + "Album": "Bursting bubbles" + } ] } ] @@ -547,7 +895,76 @@ "USBillboard200": 1, "Artist": "Kimmy McIlmorie", "Songs": [ - + { + "Number": 1, + "Title": "Storm of Sky", + "Released": "04 Mar 2019", + "Genre": "ethno-tunes", + "Album": "Here we go again" + }, + { + "Number": 2, + "Title": "Dream of Shadow", + "Released": "03 Jan 2019", + "Genre": "ethno-tunes", + "Album": "Here we go again" + }, + { + "Number": 3, + "Title": "Dream of Shadow", + "Released": "19 Dec 2019", + "Genre": "Electro house Electropop", + "Album": "Here we go again" + }, + { + "Number": 4, + "Title": "Golden Fire", + "Released": "20 Jan 2019", + "Genre": "R&B", + "Album": "Here we go again" + }, + { + "Number": 5, + "Title": "Running in the Light", + "Released": "03 Jan 2020", + "Genre": "Synth-pop R&B", + "Album": "Here we go again" + }, + { + "Number": 6, + "Title": "Flying in the Heart", + "Released": "17 Jan 2019", + "Genre": "*", + "Album": "Here we go again" + }, + { + "Number": 7, + "Title": "Fire of Storm", + "Released": "26 Jan 2019", + "Genre": "ethno-tunes", + "Album": "Here we go again" + }, + { + "Number": 8, + "Title": "Calling in the Sky", + "Released": "28 Oct 2019", + "Genre": "Synth-pop R&B", + "Album": "Here we go again" + }, + { + "Number": 9, + "Title": "Flying in the Shadow", + "Released": "30 Mar 2019", + "Genre": "ethno-tunes", + "Album": "Here we go again" + }, + { + "Number": 10, + "Title": "Golden Dancing", + "Released": "12 Oct 2019", + "Genre": "ethno-tunes", + "Album": "Here we go again" + } ] } ] @@ -771,7 +1188,76 @@ "USBillboard200": 85, "Artist": "Izabella Tabakova", "Songs": [ - + { + "Number": 1, + "Title": "Hiding in the Light", + "Released": "24 Jan 2019", + "Genre": "Synth-pop R&B", + "Album": "Dark matters" + }, + { + "Number": 2, + "Title": "Furious River", + "Released": "13 Jan 2020", + "Genre": "Electro house Electropop", + "Album": "Dark matters" + }, + { + "Number": 3, + "Title": "Wild Crying", + "Released": "27 Feb 2019", + "Genre": "Electro house Electropop", + "Album": "Dark matters" + }, + { + "Number": 4, + "Title": "Light of Dream", + "Released": "01 Jun 2019", + "Genre": "Crunk reggaeton", + "Album": "Dark matters" + }, + { + "Number": 5, + "Title": "Light of Dream", + "Released": "24 Aug 2019", + "Genre": "*", + "Album": "Dark matters" + }, + { + "Number": 6, + "Title": "Storm of Light", + "Released": "26 Feb 2019", + "Genre": "*", + "Album": "Dark matters" + }, + { + "Number": 7, + "Title": "Dark Storm", + "Released": "18 Jan 2020", + "Genre": "R&B", + "Album": "Dark matters" + }, + { + "Number": 8, + "Title": "Dark Calling", + "Released": "20 Mar 2019", + "Genre": "Crunk reggaeton", + "Album": "Dark matters" + }, + { + "Number": 9, + "Title": "Sky of Whisper", + "Released": "30 Jan 2019", + "Genre": "ethno-tunes", + "Album": "Dark matters" + }, + { + "Number": 10, + "Title": "Dancing in the Light", + "Released": "28 Nov 2019", + "Genre": "Synth-pop R&B", + "Album": "Dark matters" + } ] } ] @@ -795,7 +1281,76 @@ "USBillboard200": 5, "Artist": "Nguyễn Diệp Chi", "Songs": [ - + { + "Number": 1, + "Title": "Echo of River", + "Released": "05 Mar 2019", + "Genre": "Synth-pop R&B", + "Album": "Library of liberty" + }, + { + "Number": 2, + "Title": "Heart of River", + "Released": "12 Jan 2020", + "Genre": "Electro house Electropop", + "Album": "Library of liberty" + }, + { + "Number": 3, + "Title": "Dark Light", + "Released": "09 Aug 2019", + "Genre": "Electro house Electropop", + "Album": "Library of liberty" + }, + { + "Number": 4, + "Title": "Dark Fire", + "Released": "22 Jun 2019", + "Genre": "R&B", + "Album": "Library of liberty" + }, + { + "Number": 5, + "Title": "Flying in the Fire", + "Released": "22 Jul 2019", + "Genre": "*", + "Album": "Library of liberty" + }, + { + "Number": 6, + "Title": "Shadow of Heart", + "Released": "02 Jan 2020", + "Genre": "*", + "Album": "Library of liberty" + }, + { + "Number": 7, + "Title": "Fire of Fire", + "Released": "27 Jan 2019", + "Genre": "*", + "Album": "Library of liberty" + }, + { + "Number": 8, + "Title": "Falling in the River", + "Released": "05 Aug 2019", + "Genre": "Crunk reggaeton", + "Album": "Library of liberty" + }, + { + "Number": 9, + "Title": "Fire of Light", + "Released": "31 Dec 2019", + "Genre": "ethno-tunes", + "Album": "Library of liberty" + }, + { + "Number": 10, + "Title": "Bright Flying", + "Released": "24 Jan 2019", + "Genre": "*", + "Album": "Library of liberty" + } ] } ] @@ -819,7 +1374,76 @@ "USBillboard200": 29, "Artist": "Eva Lee", "Songs": [ - + { + "Number": 1, + "Title": "Dancing in the Shadow", + "Released": "02 Aug 2019", + "Genre": "ethno-tunes", + "Album": "Just a tease" + }, + { + "Number": 2, + "Title": "Silent Whisper", + "Released": "09 Jul 2019", + "Genre": "*", + "Album": "Just a tease" + }, + { + "Number": 3, + "Title": "Crying in the Whisper", + "Released": "30 May 2019", + "Genre": "Crunk reggaeton", + "Album": "Just a tease" + }, + { + "Number": 4, + "Title": "River of Light", + "Released": "10 Jan 2019", + "Genre": "Electro house Electropop", + "Album": "Just a tease" + }, + { + "Number": 5, + "Title": "Golden River", + "Released": "15 Nov 2019", + "Genre": "*", + "Album": "Just a tease" + }, + { + "Number": 6, + "Title": "Burning in the Shadow", + "Released": "18 Apr 2019", + "Genre": "Crunk reggaeton", + "Album": "Just a tease" + }, + { + "Number": 7, + "Title": "Shadow of Sky", + "Released": "06 Sep 2019", + "Genre": "Crunk reggaeton", + "Album": "Just a tease" + }, + { + "Number": 8, + "Title": "Gentle Waiting", + "Released": "05 Dec 2019", + "Genre": "R&B", + "Album": "Just a tease" + }, + { + "Number": 9, + "Title": "Bright River", + "Released": "27 Jan 2020", + "Genre": "R&B", + "Album": "Just a tease" + }, + { + "Number": 10, + "Title": "Heart of Storm", + "Released": "07 Jan 2019", + "Genre": "Synth-pop R&B", + "Album": "Just a tease" + } ] } ] @@ -1046,7 +1670,76 @@ "USBillboard200": 98, "Artist": "Pablo Cambeiro", "Songs": [ - + { + "Number": 1, + "Title": "Dancing in the Echo", + "Released": "03 Oct 2019", + "Genre": "Crunk reggaeton", + "Album": "Fluke" + }, + { + "Number": 2, + "Title": "Dream of Dream", + "Released": "03 Mar 2019", + "Genre": "*", + "Album": "Fluke" + }, + { + "Number": 3, + "Title": "Calling in the Echo", + "Released": "16 Sep 2019", + "Genre": "*", + "Album": "Fluke" + }, + { + "Number": 4, + "Title": "Light of Light", + "Released": "25 May 2019", + "Genre": "Electro house Electropop", + "Album": "Fluke" + }, + { + "Number": 5, + "Title": "Bright Light", + "Released": "21 Mar 2019", + "Genre": "R&B", + "Album": "Fluke" + }, + { + "Number": 6, + "Title": "Storm of Echo", + "Released": "17 Jul 2019", + "Genre": "Synth-pop R&B", + "Album": "Fluke" + }, + { + "Number": 7, + "Title": "Lonely Calling", + "Released": "10 Apr 2019", + "Genre": "ethno-tunes", + "Album": "Fluke" + }, + { + "Number": 8, + "Title": "Gentle Falling", + "Released": "28 Nov 2019", + "Genre": "Synth-pop R&B", + "Album": "Fluke" + }, + { + "Number": 9, + "Title": "Wild Flying", + "Released": "26 Nov 2019", + "Genre": "Crunk reggaeton", + "Album": "Fluke" + }, + { + "Number": 10, + "Title": "Sky of Dream", + "Released": "29 May 2019", + "Genre": "R&B", + "Album": "Fluke" + } ] }, { @@ -1142,7 +1835,76 @@ "USBillboard200": 77, "Artist": "Athar Malakooti", "Songs": [ - + { + "Number": 1, + "Title": "Hiding in the Whisper", + "Released": "03 Apr 2019", + "Genre": "R&B", + "Album": "Pushing up daisies" + }, + { + "Number": 2, + "Title": "Wicked Light", + "Released": "21 Aug 2019", + "Genre": "R&B", + "Album": "Pushing up daisies" + }, + { + "Number": 3, + "Title": "Flying in the River", + "Released": "03 Feb 2020", + "Genre": "Synth-pop R&B", + "Album": "Pushing up daisies" + }, + { + "Number": 4, + "Title": "Wicked Hiding", + "Released": "15 Sep 2019", + "Genre": "Synth-pop R&B", + "Album": "Pushing up daisies" + }, + { + "Number": 5, + "Title": "Lonely Light", + "Released": "13 May 2019", + "Genre": "Electro house Electropop", + "Album": "Pushing up daisies" + }, + { + "Number": 6, + "Title": "Bright Dancing", + "Released": "10 Apr 2019", + "Genre": "Synth-pop R&B", + "Album": "Pushing up daisies" + }, + { + "Number": 7, + "Title": "Gentle Dream", + "Released": "21 May 2019", + "Genre": "*", + "Album": "Pushing up daisies" + }, + { + "Number": 8, + "Title": "Sky of Echo", + "Released": "09 Jun 2019", + "Genre": "Synth-pop R&B", + "Album": "Pushing up daisies" + }, + { + "Number": 9, + "Title": "Breaking in the Sky", + "Released": "27 Dec 2019", + "Genre": "Crunk reggaeton", + "Album": "Pushing up daisies" + }, + { + "Number": 10, + "Title": "Whisper of Shadow", + "Released": "04 Jan 2019", + "Genre": "ethno-tunes", + "Album": "Pushing up daisies" + } ] } ] @@ -1179,7 +1941,76 @@ "USBillboard200": 9, "Artist": "Marti Valencia", "Songs": [ - + { + "Number": 1, + "Title": "Hiding in the Sky", + "Released": "26 Nov 2019", + "Genre": "Synth-pop R&B", + "Album": "Nemesis" + }, + { + "Number": 2, + "Title": "Waiting in the Echo", + "Released": "10 Jul 2019", + "Genre": "ethno-tunes", + "Album": "Nemesis" + }, + { + "Number": 3, + "Title": "Wicked Shadow", + "Released": "29 Jul 2019", + "Genre": "Synth-pop R&B", + "Album": "Nemesis" + }, + { + "Number": 4, + "Title": "Crying in the Whisper", + "Released": "09 Apr 2019", + "Genre": "*", + "Album": "Nemesis" + }, + { + "Number": 5, + "Title": "Echo of Storm", + "Released": "19 Nov 2019", + "Genre": "Crunk reggaeton", + "Album": "Nemesis" + }, + { + "Number": 6, + "Title": "Shadow of Sky", + "Released": "24 Jul 2019", + "Genre": "Crunk reggaeton", + "Album": "Nemesis" + }, + { + "Number": 7, + "Title": "Golden Hiding", + "Released": "12 Dec 2019", + "Genre": "Electro house Electropop", + "Album": "Nemesis" + }, + { + "Number": 8, + "Title": "Wild Dancing", + "Released": "17 Aug 2019", + "Genre": "Synth-pop R&B", + "Album": "Nemesis" + }, + { + "Number": 9, + "Title": "Bright Burning", + "Released": "30 Aug 2019", + "Genre": "Electro house Electropop", + "Album": "Nemesis" + }, + { + "Number": 10, + "Title": "Flying in the River", + "Released": "02 Sep 2019", + "Genre": "*", + "Album": "Nemesis" + } ] }, { @@ -1282,7 +2113,76 @@ "USBillboard200": 37, "Artist": "Marti Valencia", "Songs": [ - + { + "Number": 1, + "Title": "Wild River", + "Released": "11 Jan 2019", + "Genre": "*", + "Album": "God's advocate" + }, + { + "Number": 2, + "Title": "Wicked Whisper", + "Released": "16 Feb 2019", + "Genre": "Electro house Electropop", + "Album": "God's advocate" + }, + { + "Number": 3, + "Title": "Storm of Heart", + "Released": "11 Aug 2019", + "Genre": "*", + "Album": "God's advocate" + }, + { + "Number": 4, + "Title": "Golden Dancing", + "Released": "02 Mar 2019", + "Genre": "Crunk reggaeton", + "Album": "God's advocate" + }, + { + "Number": 5, + "Title": "Calling in the Sky", + "Released": "10 Sep 2019", + "Genre": "Electro house Electropop", + "Album": "God's advocate" + }, + { + "Number": 6, + "Title": "Calling in the Heart", + "Released": "12 Jan 2019", + "Genre": "ethno-tunes", + "Album": "God's advocate" + }, + { + "Number": 7, + "Title": "Running in the Storm", + "Released": "10 Nov 2019", + "Genre": "Synth-pop R&B", + "Album": "God's advocate" + }, + { + "Number": 8, + "Title": "Wild Sky", + "Released": "10 Apr 2019", + "Genre": "R&B", + "Album": "God's advocate" + }, + { + "Number": 9, + "Title": "Crying in the Shadow", + "Released": "02 Mar 2019", + "Genre": "R&B", + "Album": "God's advocate" + }, + { + "Number": 10, + "Title": "Whisper of River", + "Released": "12 May 2019", + "Genre": "*", + "Album": "God's advocate" + } ] } ] @@ -1306,7 +2206,76 @@ "USBillboard200": 7, "Artist": "Alicia Stanger", "Songs": [ - + { + "Number": 1, + "Title": "Shadow of Light", + "Released": "24 Mar 2019", + "Genre": "ethno-tunes", + "Album": "Forever alone" + }, + { + "Number": 2, + "Title": "Running in the Echo", + "Released": "03 May 2019", + "Genre": "Crunk reggaeton", + "Album": "Forever alone" + }, + { + "Number": 3, + "Title": "Gentle Dream", + "Released": "24 Aug 2019", + "Genre": "Crunk reggaeton", + "Album": "Forever alone" + }, + { + "Number": 4, + "Title": "Furious River", + "Released": "24 Apr 2019", + "Genre": "ethno-tunes", + "Album": "Forever alone" + }, + { + "Number": 5, + "Title": "Wild Whisper", + "Released": "09 Mar 2019", + "Genre": "ethno-tunes", + "Album": "Forever alone" + }, + { + "Number": 6, + "Title": "Whisper of Sky", + "Released": "24 Jul 2019", + "Genre": "Crunk reggaeton", + "Album": "Forever alone" + }, + { + "Number": 7, + "Title": "Lonely Storm", + "Released": "01 May 2019", + "Genre": "Crunk reggaeton", + "Album": "Forever alone" + }, + { + "Number": 8, + "Title": "Dancing in the River", + "Released": "17 Dec 2019", + "Genre": "*", + "Album": "Forever alone" + }, + { + "Number": 9, + "Title": "Electric Fire", + "Released": "17 Oct 2019", + "Genre": "Electro house Electropop", + "Album": "Forever alone" + }, + { + "Number": 10, + "Title": "Electric Sky", + "Released": "25 Sep 2019", + "Genre": "ethno-tunes", + "Album": "Forever alone" + } ] } ] @@ -1371,7 +2340,76 @@ "USBillboard200": 35, "Artist": "Peter Taylor", "Songs": [ - + { + "Number": 1, + "Title": "Calling in the Dream", + "Released": "01 Aug 2019", + "Genre": "R&B", + "Album": "Decisions decisions" + }, + { + "Number": 2, + "Title": "Electric Burning", + "Released": "10 Sep 2019", + "Genre": "Electro house Electropop", + "Album": "Decisions decisions" + }, + { + "Number": 3, + "Title": "Dark Flying", + "Released": "28 Apr 2019", + "Genre": "*", + "Album": "Decisions decisions" + }, + { + "Number": 4, + "Title": "Gentle Sky", + "Released": "20 Nov 2019", + "Genre": "ethno-tunes", + "Album": "Decisions decisions" + }, + { + "Number": 5, + "Title": "Gentle Calling", + "Released": "13 Jan 2019", + "Genre": "Crunk reggaeton", + "Album": "Decisions decisions" + }, + { + "Number": 6, + "Title": "Golden Falling", + "Released": "14 Feb 2019", + "Genre": "Crunk reggaeton", + "Album": "Decisions decisions" + }, + { + "Number": 7, + "Title": "Silent River", + "Released": "13 Feb 2019", + "Genre": "R&B", + "Album": "Decisions decisions" + }, + { + "Number": 8, + "Title": "Furious Calling", + "Released": "11 Jun 2019", + "Genre": "Synth-pop R&B", + "Album": "Decisions decisions" + }, + { + "Number": 9, + "Title": "Running in the Echo", + "Released": "06 Nov 2019", + "Genre": "Electro house Electropop", + "Album": "Decisions decisions" + }, + { + "Number": 10, + "Title": "Furious River", + "Released": "12 Mar 2019", + "Genre": "*", + "Album": "Decisions decisions" + } ] }, { @@ -1381,7 +2419,76 @@ "USBillboard200": 89, "Artist": "Peter Taylor", "Songs": [ - + { + "Number": 1, + "Title": "Dark Crying", + "Released": "27 Apr 2019", + "Genre": "Electro house Electropop", + "Album": "Climate changed" + }, + { + "Number": 2, + "Title": "Dark Waiting", + "Released": "14 Nov 2019", + "Genre": "Synth-pop R&B", + "Album": "Climate changed" + }, + { + "Number": 3, + "Title": "Furious Waiting", + "Released": "23 May 2019", + "Genre": "*", + "Album": "Climate changed" + }, + { + "Number": 4, + "Title": "Running in the Echo", + "Released": "29 Nov 2019", + "Genre": "Crunk reggaeton", + "Album": "Climate changed" + }, + { + "Number": 5, + "Title": "Dream of Sky", + "Released": "31 Oct 2019", + "Genre": "Crunk reggaeton", + "Album": "Climate changed" + }, + { + "Number": 6, + "Title": "Hiding in the Heart", + "Released": "09 Aug 2019", + "Genre": "R&B", + "Album": "Climate changed" + }, + { + "Number": 7, + "Title": "Sky of Storm", + "Released": "01 Jun 2019", + "Genre": "R&B", + "Album": "Climate changed" + }, + { + "Number": 8, + "Title": "Light of Storm", + "Released": "17 Jan 2020", + "Genre": "ethno-tunes", + "Album": "Climate changed" + }, + { + "Number": 9, + "Title": "Light of Sky", + "Released": "26 May 2019", + "Genre": "*", + "Album": "Climate changed" + }, + { + "Number": 10, + "Title": "Golden River", + "Released": "19 Jun 2019", + "Genre": "*", + "Album": "Climate changed" + } ] } ] diff --git a/samples/grids/hierarchical-grid/toolbar-sample-3/src/SingersData.json b/samples/grids/hierarchical-grid/toolbar-sample-3/src/SingersData.json index f7508f3c9a..75ec4ec561 100644 --- a/samples/grids/hierarchical-grid/toolbar-sample-3/src/SingersData.json +++ b/samples/grids/hierarchical-grid/toolbar-sample-3/src/SingersData.json @@ -78,7 +78,79 @@ "LaunchDate": "September 3, 2013", "BillboardReview": 86, "USBillboard200": 1, - "Artist": "Naomí Yepes" + "Artist": "Naomí Yepes", + "Songs": [ + { + "Number": 1, + "Title": "Lonely Falling", + "Released": "01 May 2019", + "Genre": "*", + "Album": "Initiation" + }, + { + "Number": 2, + "Title": "Bright Breaking", + "Released": "25 Jul 2019", + "Genre": "Electro house Electropop", + "Album": "Initiation" + }, + { + "Number": 3, + "Title": "River of Whisper", + "Released": "29 Jan 2020", + "Genre": "Electro house Electropop", + "Album": "Initiation" + }, + { + "Number": 4, + "Title": "Sky of Storm", + "Released": "07 May 2019", + "Genre": "Electro house Electropop", + "Album": "Initiation" + }, + { + "Number": 5, + "Title": "Electric River", + "Released": "20 Jan 2020", + "Genre": "R&B", + "Album": "Initiation" + }, + { + "Number": 6, + "Title": "Storm of Storm", + "Released": "01 Sep 2019", + "Genre": "Crunk reggaeton", + "Album": "Initiation" + }, + { + "Number": 7, + "Title": "Fire of Dream", + "Released": "12 Sep 2019", + "Genre": "Electro house Electropop", + "Album": "Initiation" + }, + { + "Number": 8, + "Title": "Burning in the Light", + "Released": "15 Apr 2019", + "Genre": "*", + "Album": "Initiation" + }, + { + "Number": 9, + "Title": "Burning in the Storm", + "Released": "10 Sep 2019", + "Genre": "Electro house Electropop", + "Album": "Initiation" + }, + { + "Number": 10, + "Title": "Shadow of Whisper", + "Released": "06 Jan 2019", + "Genre": "Crunk reggaeton", + "Album": "Initiation" + } + ] }, { "Album": "Dream Driven", @@ -90,7 +162,7 @@ { "Number": 1, "Title": "Intro", - "Released": false, + "Released": "10 Sep 2019", "Genre": "*", "Album": "Dream Driven" }, @@ -111,7 +183,7 @@ { "Number": 4, "Title": "Future past", - "Released": false, + "Released": "20 Sep 2011", "Genre": "*", "Album": "Dream Driven" }, @@ -132,14 +204,14 @@ { "Number": 7, "Title": "Stay where you are", - "Released": false, + "Released": "14 Sep 2013", "Genre": "*", "Album": "Dream Driven" }, { "Number": 8, "Title": "Imaginarium", - "Released": false, + "Released": "20 Sep 2021", "Genre": "*", "Album": "Dream Driven" }, @@ -153,21 +225,21 @@ { "Number": 10, "Title": "Shredded into pieces", - "Released": false, + "Released": "11 Sep 2015", "Genre": "*", "Album": "Dream Driven" }, { "Number": 11, "Title": "Capture this moment", - "Released": false, + "Released": "13 Sep 2016", "Genre": "*", "Album": "Dream Driven" }, { "Number": 12, "Title": "Dream Driven", - "Released": false, + "Released": "14 Sep 2014", "Genre": "*", "Album": "Dream Driven" } @@ -180,7 +252,76 @@ "USBillboard200": 2, "Artist": "Naomí Yepes", "Songs": [ - + { + "Number": 1, + "Title": "Calling in the Storm", + "Released": "12 Mar 2019", + "Genre": "Electro house Electropop", + "Album": "The dragon journey" + }, + { + "Number": 2, + "Title": "Hiding in the Dream", + "Released": "23 Mar 2019", + "Genre": "R&B", + "Album": "The dragon journey" + }, + { + "Number": 3, + "Title": "Electric Heart", + "Released": "17 Mar 2019", + "Genre": "ethno-tunes", + "Album": "The dragon journey" + }, + { + "Number": 4, + "Title": "Shadow of Echo", + "Released": "20 Feb 2019", + "Genre": "ethno-tunes", + "Album": "The dragon journey" + }, + { + "Number": 5, + "Title": "Flying in the Storm", + "Released": "08 Apr 2019", + "Genre": "R&B", + "Album": "The dragon journey" + }, + { + "Number": 6, + "Title": "Dark Waiting", + "Released": "20 Oct 2019", + "Genre": "Synth-pop R&B", + "Album": "The dragon journey" + }, + { + "Number": 7, + "Title": "Fire of River", + "Released": "20 Feb 2019", + "Genre": "Synth-pop R&B", + "Album": "The dragon journey" + }, + { + "Number": 8, + "Title": "Wild Crying", + "Released": "14 Jun 2019", + "Genre": "R&B", + "Album": "The dragon journey" + }, + { + "Number": 9, + "Title": "Bright Dancing", + "Released": "14 Mar 2019", + "Genre": "Electro house Electropop", + "Album": "The dragon journey" + }, + { + "Number": 10, + "Title": "Golden Waiting", + "Released": "12 Sep 2019", + "Genre": "Synth-pop R&B", + "Album": "The dragon journey" + } ] }, { @@ -276,7 +417,76 @@ "USBillboard200": 12, "Artist": "Naomí Yepes", "Songs": [ - + { + "Number": 1, + "Title": "Storm of Dream", + "Released": "05 Jan 2019", + "Genre": "*", + "Album": "Curiosity" + }, + { + "Number": 2, + "Title": "Echo of Dream", + "Released": "28 Jan 2019", + "Genre": "Synth-pop R&B", + "Album": "Curiosity" + }, + { + "Number": 3, + "Title": "Light of Shadow", + "Released": "07 Feb 2019", + "Genre": "Synth-pop R&B", + "Album": "Curiosity" + }, + { + "Number": 4, + "Title": "Storm of Heart", + "Released": "05 Jan 2020", + "Genre": "Electro house Electropop", + "Album": "Curiosity" + }, + { + "Number": 5, + "Title": "Shadow of River", + "Released": "27 Feb 2019", + "Genre": "*", + "Album": "Curiosity" + }, + { + "Number": 6, + "Title": "Wicked Dancing", + "Released": "17 Jan 2020", + "Genre": "ethno-tunes", + "Album": "Curiosity" + }, + { + "Number": 7, + "Title": "River of Light", + "Released": "22 Feb 2019", + "Genre": "R&B", + "Album": "Curiosity" + }, + { + "Number": 8, + "Title": "Lonely Breaking", + "Released": "09 Sep 2019", + "Genre": "ethno-tunes", + "Album": "Curiosity" + }, + { + "Number": 9, + "Title": "Furious Flying", + "Released": "08 Jun 2019", + "Genre": "R&B", + "Album": "Curiosity" + }, + { + "Number": 10, + "Title": "Hiding in the Storm", + "Released": "27 May 2019", + "Genre": "Electro house Electropop", + "Album": "Curiosity" + } ] } ] @@ -513,7 +723,76 @@ "USBillboard200": 69, "Artist": "Ahmad Nazeri", "Songs": [ - + { + "Number": 1, + "Title": "Gentle Falling", + "Released": "26 Apr 2019", + "Genre": "Crunk reggaeton", + "Album": "Emergency" + }, + { + "Number": 2, + "Title": "Calling in the Fire", + "Released": "03 Sep 2019", + "Genre": "ethno-tunes", + "Album": "Emergency" + }, + { + "Number": 3, + "Title": "Fire of Shadow", + "Released": "05 Jan 2019", + "Genre": "ethno-tunes", + "Album": "Emergency" + }, + { + "Number": 4, + "Title": "Dancing in the Dream", + "Released": "15 Apr 2019", + "Genre": "R&B", + "Album": "Emergency" + }, + { + "Number": 5, + "Title": "Calling in the Shadow", + "Released": "09 Oct 2019", + "Genre": "R&B", + "Album": "Emergency" + }, + { + "Number": 6, + "Title": "Falling in the Sky", + "Released": "08 Mar 2019", + "Genre": "ethno-tunes", + "Album": "Emergency" + }, + { + "Number": 7, + "Title": "Calling in the Storm", + "Released": "05 Dec 2019", + "Genre": "ethno-tunes", + "Album": "Emergency" + }, + { + "Number": 8, + "Title": "Falling in the River", + "Released": "19 Aug 2019", + "Genre": "Electro house Electropop", + "Album": "Emergency" + }, + { + "Number": 9, + "Title": "Electric Fire", + "Released": "30 Nov 2019", + "Genre": "Crunk reggaeton", + "Album": "Emergency" + }, + { + "Number": 10, + "Title": "Lonely River", + "Released": "11 Nov 2019", + "Genre": "Electro house Electropop", + "Album": "Emergency" + } ] }, { @@ -523,7 +802,76 @@ "USBillboard200": 39, "Artist": "Ahmad Nazeri", "Songs": [ - + { + "Number": 1, + "Title": "Lonely Dream", + "Released": "11 Dec 2019", + "Genre": "ethno-tunes", + "Album": "Bursting bubbles" + }, + { + "Number": 2, + "Title": "Fire of River", + "Released": "01 Aug 2019", + "Genre": "Synth-pop R&B", + "Album": "Bursting bubbles" + }, + { + "Number": 3, + "Title": "Wicked Falling", + "Released": "25 Jan 2019", + "Genre": "*", + "Album": "Bursting bubbles" + }, + { + "Number": 4, + "Title": "Crying in the Shadow", + "Released": "04 Jan 2019", + "Genre": "Synth-pop R&B", + "Album": "Bursting bubbles" + }, + { + "Number": 5, + "Title": "Wild Burning", + "Released": "10 May 2019", + "Genre": "ethno-tunes", + "Album": "Bursting bubbles" + }, + { + "Number": 6, + "Title": "Waiting in the Heart", + "Released": "07 Aug 2019", + "Genre": "ethno-tunes", + "Album": "Bursting bubbles" + }, + { + "Number": 7, + "Title": "Fire of Fire", + "Released": "16 May 2019", + "Genre": "Electro house Electropop", + "Album": "Bursting bubbles" + }, + { + "Number": 8, + "Title": "Bright Heart", + "Released": "14 Mar 2019", + "Genre": "Synth-pop R&B", + "Album": "Bursting bubbles" + }, + { + "Number": 9, + "Title": "Lonely Fire", + "Released": "15 Oct 2019", + "Genre": "R&B", + "Album": "Bursting bubbles" + }, + { + "Number": 10, + "Title": "Sky of Dream", + "Released": "20 Jun 2019", + "Genre": "ethno-tunes", + "Album": "Bursting bubbles" + } ] } ] @@ -547,7 +895,76 @@ "USBillboard200": 1, "Artist": "Kimmy McIlmorie", "Songs": [ - + { + "Number": 1, + "Title": "Storm of Sky", + "Released": "04 Mar 2019", + "Genre": "ethno-tunes", + "Album": "Here we go again" + }, + { + "Number": 2, + "Title": "Dream of Shadow", + "Released": "03 Jan 2019", + "Genre": "ethno-tunes", + "Album": "Here we go again" + }, + { + "Number": 3, + "Title": "Dream of Shadow", + "Released": "19 Dec 2019", + "Genre": "Electro house Electropop", + "Album": "Here we go again" + }, + { + "Number": 4, + "Title": "Golden Fire", + "Released": "20 Jan 2019", + "Genre": "R&B", + "Album": "Here we go again" + }, + { + "Number": 5, + "Title": "Running in the Light", + "Released": "03 Jan 2020", + "Genre": "Synth-pop R&B", + "Album": "Here we go again" + }, + { + "Number": 6, + "Title": "Flying in the Heart", + "Released": "17 Jan 2019", + "Genre": "*", + "Album": "Here we go again" + }, + { + "Number": 7, + "Title": "Fire of Storm", + "Released": "26 Jan 2019", + "Genre": "ethno-tunes", + "Album": "Here we go again" + }, + { + "Number": 8, + "Title": "Calling in the Sky", + "Released": "28 Oct 2019", + "Genre": "Synth-pop R&B", + "Album": "Here we go again" + }, + { + "Number": 9, + "Title": "Flying in the Shadow", + "Released": "30 Mar 2019", + "Genre": "ethno-tunes", + "Album": "Here we go again" + }, + { + "Number": 10, + "Title": "Golden Dancing", + "Released": "12 Oct 2019", + "Genre": "ethno-tunes", + "Album": "Here we go again" + } ] } ] @@ -771,7 +1188,76 @@ "USBillboard200": 85, "Artist": "Izabella Tabakova", "Songs": [ - + { + "Number": 1, + "Title": "Hiding in the Light", + "Released": "24 Jan 2019", + "Genre": "Synth-pop R&B", + "Album": "Dark matters" + }, + { + "Number": 2, + "Title": "Furious River", + "Released": "13 Jan 2020", + "Genre": "Electro house Electropop", + "Album": "Dark matters" + }, + { + "Number": 3, + "Title": "Wild Crying", + "Released": "27 Feb 2019", + "Genre": "Electro house Electropop", + "Album": "Dark matters" + }, + { + "Number": 4, + "Title": "Light of Dream", + "Released": "01 Jun 2019", + "Genre": "Crunk reggaeton", + "Album": "Dark matters" + }, + { + "Number": 5, + "Title": "Light of Dream", + "Released": "24 Aug 2019", + "Genre": "*", + "Album": "Dark matters" + }, + { + "Number": 6, + "Title": "Storm of Light", + "Released": "26 Feb 2019", + "Genre": "*", + "Album": "Dark matters" + }, + { + "Number": 7, + "Title": "Dark Storm", + "Released": "18 Jan 2020", + "Genre": "R&B", + "Album": "Dark matters" + }, + { + "Number": 8, + "Title": "Dark Calling", + "Released": "20 Mar 2019", + "Genre": "Crunk reggaeton", + "Album": "Dark matters" + }, + { + "Number": 9, + "Title": "Sky of Whisper", + "Released": "30 Jan 2019", + "Genre": "ethno-tunes", + "Album": "Dark matters" + }, + { + "Number": 10, + "Title": "Dancing in the Light", + "Released": "28 Nov 2019", + "Genre": "Synth-pop R&B", + "Album": "Dark matters" + } ] } ] @@ -795,7 +1281,76 @@ "USBillboard200": 5, "Artist": "Nguyễn Diệp Chi", "Songs": [ - + { + "Number": 1, + "Title": "Echo of River", + "Released": "05 Mar 2019", + "Genre": "Synth-pop R&B", + "Album": "Library of liberty" + }, + { + "Number": 2, + "Title": "Heart of River", + "Released": "12 Jan 2020", + "Genre": "Electro house Electropop", + "Album": "Library of liberty" + }, + { + "Number": 3, + "Title": "Dark Light", + "Released": "09 Aug 2019", + "Genre": "Electro house Electropop", + "Album": "Library of liberty" + }, + { + "Number": 4, + "Title": "Dark Fire", + "Released": "22 Jun 2019", + "Genre": "R&B", + "Album": "Library of liberty" + }, + { + "Number": 5, + "Title": "Flying in the Fire", + "Released": "22 Jul 2019", + "Genre": "*", + "Album": "Library of liberty" + }, + { + "Number": 6, + "Title": "Shadow of Heart", + "Released": "02 Jan 2020", + "Genre": "*", + "Album": "Library of liberty" + }, + { + "Number": 7, + "Title": "Fire of Fire", + "Released": "27 Jan 2019", + "Genre": "*", + "Album": "Library of liberty" + }, + { + "Number": 8, + "Title": "Falling in the River", + "Released": "05 Aug 2019", + "Genre": "Crunk reggaeton", + "Album": "Library of liberty" + }, + { + "Number": 9, + "Title": "Fire of Light", + "Released": "31 Dec 2019", + "Genre": "ethno-tunes", + "Album": "Library of liberty" + }, + { + "Number": 10, + "Title": "Bright Flying", + "Released": "24 Jan 2019", + "Genre": "*", + "Album": "Library of liberty" + } ] } ] @@ -819,7 +1374,76 @@ "USBillboard200": 29, "Artist": "Eva Lee", "Songs": [ - + { + "Number": 1, + "Title": "Dancing in the Shadow", + "Released": "02 Aug 2019", + "Genre": "ethno-tunes", + "Album": "Just a tease" + }, + { + "Number": 2, + "Title": "Silent Whisper", + "Released": "09 Jul 2019", + "Genre": "*", + "Album": "Just a tease" + }, + { + "Number": 3, + "Title": "Crying in the Whisper", + "Released": "30 May 2019", + "Genre": "Crunk reggaeton", + "Album": "Just a tease" + }, + { + "Number": 4, + "Title": "River of Light", + "Released": "10 Jan 2019", + "Genre": "Electro house Electropop", + "Album": "Just a tease" + }, + { + "Number": 5, + "Title": "Golden River", + "Released": "15 Nov 2019", + "Genre": "*", + "Album": "Just a tease" + }, + { + "Number": 6, + "Title": "Burning in the Shadow", + "Released": "18 Apr 2019", + "Genre": "Crunk reggaeton", + "Album": "Just a tease" + }, + { + "Number": 7, + "Title": "Shadow of Sky", + "Released": "06 Sep 2019", + "Genre": "Crunk reggaeton", + "Album": "Just a tease" + }, + { + "Number": 8, + "Title": "Gentle Waiting", + "Released": "05 Dec 2019", + "Genre": "R&B", + "Album": "Just a tease" + }, + { + "Number": 9, + "Title": "Bright River", + "Released": "27 Jan 2020", + "Genre": "R&B", + "Album": "Just a tease" + }, + { + "Number": 10, + "Title": "Heart of Storm", + "Released": "07 Jan 2019", + "Genre": "Synth-pop R&B", + "Album": "Just a tease" + } ] } ] @@ -1046,7 +1670,76 @@ "USBillboard200": 98, "Artist": "Pablo Cambeiro", "Songs": [ - + { + "Number": 1, + "Title": "Dancing in the Echo", + "Released": "03 Oct 2019", + "Genre": "Crunk reggaeton", + "Album": "Fluke" + }, + { + "Number": 2, + "Title": "Dream of Dream", + "Released": "03 Mar 2019", + "Genre": "*", + "Album": "Fluke" + }, + { + "Number": 3, + "Title": "Calling in the Echo", + "Released": "16 Sep 2019", + "Genre": "*", + "Album": "Fluke" + }, + { + "Number": 4, + "Title": "Light of Light", + "Released": "25 May 2019", + "Genre": "Electro house Electropop", + "Album": "Fluke" + }, + { + "Number": 5, + "Title": "Bright Light", + "Released": "21 Mar 2019", + "Genre": "R&B", + "Album": "Fluke" + }, + { + "Number": 6, + "Title": "Storm of Echo", + "Released": "17 Jul 2019", + "Genre": "Synth-pop R&B", + "Album": "Fluke" + }, + { + "Number": 7, + "Title": "Lonely Calling", + "Released": "10 Apr 2019", + "Genre": "ethno-tunes", + "Album": "Fluke" + }, + { + "Number": 8, + "Title": "Gentle Falling", + "Released": "28 Nov 2019", + "Genre": "Synth-pop R&B", + "Album": "Fluke" + }, + { + "Number": 9, + "Title": "Wild Flying", + "Released": "26 Nov 2019", + "Genre": "Crunk reggaeton", + "Album": "Fluke" + }, + { + "Number": 10, + "Title": "Sky of Dream", + "Released": "29 May 2019", + "Genre": "R&B", + "Album": "Fluke" + } ] }, { @@ -1142,7 +1835,76 @@ "USBillboard200": 77, "Artist": "Athar Malakooti", "Songs": [ - + { + "Number": 1, + "Title": "Hiding in the Whisper", + "Released": "03 Apr 2019", + "Genre": "R&B", + "Album": "Pushing up daisies" + }, + { + "Number": 2, + "Title": "Wicked Light", + "Released": "21 Aug 2019", + "Genre": "R&B", + "Album": "Pushing up daisies" + }, + { + "Number": 3, + "Title": "Flying in the River", + "Released": "03 Feb 2020", + "Genre": "Synth-pop R&B", + "Album": "Pushing up daisies" + }, + { + "Number": 4, + "Title": "Wicked Hiding", + "Released": "15 Sep 2019", + "Genre": "Synth-pop R&B", + "Album": "Pushing up daisies" + }, + { + "Number": 5, + "Title": "Lonely Light", + "Released": "13 May 2019", + "Genre": "Electro house Electropop", + "Album": "Pushing up daisies" + }, + { + "Number": 6, + "Title": "Bright Dancing", + "Released": "10 Apr 2019", + "Genre": "Synth-pop R&B", + "Album": "Pushing up daisies" + }, + { + "Number": 7, + "Title": "Gentle Dream", + "Released": "21 May 2019", + "Genre": "*", + "Album": "Pushing up daisies" + }, + { + "Number": 8, + "Title": "Sky of Echo", + "Released": "09 Jun 2019", + "Genre": "Synth-pop R&B", + "Album": "Pushing up daisies" + }, + { + "Number": 9, + "Title": "Breaking in the Sky", + "Released": "27 Dec 2019", + "Genre": "Crunk reggaeton", + "Album": "Pushing up daisies" + }, + { + "Number": 10, + "Title": "Whisper of Shadow", + "Released": "04 Jan 2019", + "Genre": "ethno-tunes", + "Album": "Pushing up daisies" + } ] } ] @@ -1179,7 +1941,76 @@ "USBillboard200": 9, "Artist": "Marti Valencia", "Songs": [ - + { + "Number": 1, + "Title": "Hiding in the Sky", + "Released": "26 Nov 2019", + "Genre": "Synth-pop R&B", + "Album": "Nemesis" + }, + { + "Number": 2, + "Title": "Waiting in the Echo", + "Released": "10 Jul 2019", + "Genre": "ethno-tunes", + "Album": "Nemesis" + }, + { + "Number": 3, + "Title": "Wicked Shadow", + "Released": "29 Jul 2019", + "Genre": "Synth-pop R&B", + "Album": "Nemesis" + }, + { + "Number": 4, + "Title": "Crying in the Whisper", + "Released": "09 Apr 2019", + "Genre": "*", + "Album": "Nemesis" + }, + { + "Number": 5, + "Title": "Echo of Storm", + "Released": "19 Nov 2019", + "Genre": "Crunk reggaeton", + "Album": "Nemesis" + }, + { + "Number": 6, + "Title": "Shadow of Sky", + "Released": "24 Jul 2019", + "Genre": "Crunk reggaeton", + "Album": "Nemesis" + }, + { + "Number": 7, + "Title": "Golden Hiding", + "Released": "12 Dec 2019", + "Genre": "Electro house Electropop", + "Album": "Nemesis" + }, + { + "Number": 8, + "Title": "Wild Dancing", + "Released": "17 Aug 2019", + "Genre": "Synth-pop R&B", + "Album": "Nemesis" + }, + { + "Number": 9, + "Title": "Bright Burning", + "Released": "30 Aug 2019", + "Genre": "Electro house Electropop", + "Album": "Nemesis" + }, + { + "Number": 10, + "Title": "Flying in the River", + "Released": "02 Sep 2019", + "Genre": "*", + "Album": "Nemesis" + } ] }, { @@ -1282,7 +2113,76 @@ "USBillboard200": 37, "Artist": "Marti Valencia", "Songs": [ - + { + "Number": 1, + "Title": "Wild River", + "Released": "11 Jan 2019", + "Genre": "*", + "Album": "God's advocate" + }, + { + "Number": 2, + "Title": "Wicked Whisper", + "Released": "16 Feb 2019", + "Genre": "Electro house Electropop", + "Album": "God's advocate" + }, + { + "Number": 3, + "Title": "Storm of Heart", + "Released": "11 Aug 2019", + "Genre": "*", + "Album": "God's advocate" + }, + { + "Number": 4, + "Title": "Golden Dancing", + "Released": "02 Mar 2019", + "Genre": "Crunk reggaeton", + "Album": "God's advocate" + }, + { + "Number": 5, + "Title": "Calling in the Sky", + "Released": "10 Sep 2019", + "Genre": "Electro house Electropop", + "Album": "God's advocate" + }, + { + "Number": 6, + "Title": "Calling in the Heart", + "Released": "12 Jan 2019", + "Genre": "ethno-tunes", + "Album": "God's advocate" + }, + { + "Number": 7, + "Title": "Running in the Storm", + "Released": "10 Nov 2019", + "Genre": "Synth-pop R&B", + "Album": "God's advocate" + }, + { + "Number": 8, + "Title": "Wild Sky", + "Released": "10 Apr 2019", + "Genre": "R&B", + "Album": "God's advocate" + }, + { + "Number": 9, + "Title": "Crying in the Shadow", + "Released": "02 Mar 2019", + "Genre": "R&B", + "Album": "God's advocate" + }, + { + "Number": 10, + "Title": "Whisper of River", + "Released": "12 May 2019", + "Genre": "*", + "Album": "God's advocate" + } ] } ] @@ -1306,7 +2206,76 @@ "USBillboard200": 7, "Artist": "Alicia Stanger", "Songs": [ - + { + "Number": 1, + "Title": "Shadow of Light", + "Released": "24 Mar 2019", + "Genre": "ethno-tunes", + "Album": "Forever alone" + }, + { + "Number": 2, + "Title": "Running in the Echo", + "Released": "03 May 2019", + "Genre": "Crunk reggaeton", + "Album": "Forever alone" + }, + { + "Number": 3, + "Title": "Gentle Dream", + "Released": "24 Aug 2019", + "Genre": "Crunk reggaeton", + "Album": "Forever alone" + }, + { + "Number": 4, + "Title": "Furious River", + "Released": "24 Apr 2019", + "Genre": "ethno-tunes", + "Album": "Forever alone" + }, + { + "Number": 5, + "Title": "Wild Whisper", + "Released": "09 Mar 2019", + "Genre": "ethno-tunes", + "Album": "Forever alone" + }, + { + "Number": 6, + "Title": "Whisper of Sky", + "Released": "24 Jul 2019", + "Genre": "Crunk reggaeton", + "Album": "Forever alone" + }, + { + "Number": 7, + "Title": "Lonely Storm", + "Released": "01 May 2019", + "Genre": "Crunk reggaeton", + "Album": "Forever alone" + }, + { + "Number": 8, + "Title": "Dancing in the River", + "Released": "17 Dec 2019", + "Genre": "*", + "Album": "Forever alone" + }, + { + "Number": 9, + "Title": "Electric Fire", + "Released": "17 Oct 2019", + "Genre": "Electro house Electropop", + "Album": "Forever alone" + }, + { + "Number": 10, + "Title": "Electric Sky", + "Released": "25 Sep 2019", + "Genre": "ethno-tunes", + "Album": "Forever alone" + } ] } ] @@ -1371,7 +2340,76 @@ "USBillboard200": 35, "Artist": "Peter Taylor", "Songs": [ - + { + "Number": 1, + "Title": "Calling in the Dream", + "Released": "01 Aug 2019", + "Genre": "R&B", + "Album": "Decisions decisions" + }, + { + "Number": 2, + "Title": "Electric Burning", + "Released": "10 Sep 2019", + "Genre": "Electro house Electropop", + "Album": "Decisions decisions" + }, + { + "Number": 3, + "Title": "Dark Flying", + "Released": "28 Apr 2019", + "Genre": "*", + "Album": "Decisions decisions" + }, + { + "Number": 4, + "Title": "Gentle Sky", + "Released": "20 Nov 2019", + "Genre": "ethno-tunes", + "Album": "Decisions decisions" + }, + { + "Number": 5, + "Title": "Gentle Calling", + "Released": "13 Jan 2019", + "Genre": "Crunk reggaeton", + "Album": "Decisions decisions" + }, + { + "Number": 6, + "Title": "Golden Falling", + "Released": "14 Feb 2019", + "Genre": "Crunk reggaeton", + "Album": "Decisions decisions" + }, + { + "Number": 7, + "Title": "Silent River", + "Released": "13 Feb 2019", + "Genre": "R&B", + "Album": "Decisions decisions" + }, + { + "Number": 8, + "Title": "Furious Calling", + "Released": "11 Jun 2019", + "Genre": "Synth-pop R&B", + "Album": "Decisions decisions" + }, + { + "Number": 9, + "Title": "Running in the Echo", + "Released": "06 Nov 2019", + "Genre": "Electro house Electropop", + "Album": "Decisions decisions" + }, + { + "Number": 10, + "Title": "Furious River", + "Released": "12 Mar 2019", + "Genre": "*", + "Album": "Decisions decisions" + } ] }, { @@ -1381,7 +2419,76 @@ "USBillboard200": 89, "Artist": "Peter Taylor", "Songs": [ - + { + "Number": 1, + "Title": "Dark Crying", + "Released": "27 Apr 2019", + "Genre": "Electro house Electropop", + "Album": "Climate changed" + }, + { + "Number": 2, + "Title": "Dark Waiting", + "Released": "14 Nov 2019", + "Genre": "Synth-pop R&B", + "Album": "Climate changed" + }, + { + "Number": 3, + "Title": "Furious Waiting", + "Released": "23 May 2019", + "Genre": "*", + "Album": "Climate changed" + }, + { + "Number": 4, + "Title": "Running in the Echo", + "Released": "29 Nov 2019", + "Genre": "Crunk reggaeton", + "Album": "Climate changed" + }, + { + "Number": 5, + "Title": "Dream of Sky", + "Released": "31 Oct 2019", + "Genre": "Crunk reggaeton", + "Album": "Climate changed" + }, + { + "Number": 6, + "Title": "Hiding in the Heart", + "Released": "09 Aug 2019", + "Genre": "R&B", + "Album": "Climate changed" + }, + { + "Number": 7, + "Title": "Sky of Storm", + "Released": "01 Jun 2019", + "Genre": "R&B", + "Album": "Climate changed" + }, + { + "Number": 8, + "Title": "Light of Storm", + "Released": "17 Jan 2020", + "Genre": "ethno-tunes", + "Album": "Climate changed" + }, + { + "Number": 9, + "Title": "Light of Sky", + "Released": "26 May 2019", + "Genre": "*", + "Album": "Climate changed" + }, + { + "Number": 10, + "Title": "Golden River", + "Released": "19 Jun 2019", + "Genre": "*", + "Album": "Climate changed" + } ] } ] diff --git a/samples/grids/hierarchical-grid/toolbar-style/src/SingersData.json b/samples/grids/hierarchical-grid/toolbar-style/src/SingersData.json index f7508f3c9a..75ec4ec561 100644 --- a/samples/grids/hierarchical-grid/toolbar-style/src/SingersData.json +++ b/samples/grids/hierarchical-grid/toolbar-style/src/SingersData.json @@ -78,7 +78,79 @@ "LaunchDate": "September 3, 2013", "BillboardReview": 86, "USBillboard200": 1, - "Artist": "Naomí Yepes" + "Artist": "Naomí Yepes", + "Songs": [ + { + "Number": 1, + "Title": "Lonely Falling", + "Released": "01 May 2019", + "Genre": "*", + "Album": "Initiation" + }, + { + "Number": 2, + "Title": "Bright Breaking", + "Released": "25 Jul 2019", + "Genre": "Electro house Electropop", + "Album": "Initiation" + }, + { + "Number": 3, + "Title": "River of Whisper", + "Released": "29 Jan 2020", + "Genre": "Electro house Electropop", + "Album": "Initiation" + }, + { + "Number": 4, + "Title": "Sky of Storm", + "Released": "07 May 2019", + "Genre": "Electro house Electropop", + "Album": "Initiation" + }, + { + "Number": 5, + "Title": "Electric River", + "Released": "20 Jan 2020", + "Genre": "R&B", + "Album": "Initiation" + }, + { + "Number": 6, + "Title": "Storm of Storm", + "Released": "01 Sep 2019", + "Genre": "Crunk reggaeton", + "Album": "Initiation" + }, + { + "Number": 7, + "Title": "Fire of Dream", + "Released": "12 Sep 2019", + "Genre": "Electro house Electropop", + "Album": "Initiation" + }, + { + "Number": 8, + "Title": "Burning in the Light", + "Released": "15 Apr 2019", + "Genre": "*", + "Album": "Initiation" + }, + { + "Number": 9, + "Title": "Burning in the Storm", + "Released": "10 Sep 2019", + "Genre": "Electro house Electropop", + "Album": "Initiation" + }, + { + "Number": 10, + "Title": "Shadow of Whisper", + "Released": "06 Jan 2019", + "Genre": "Crunk reggaeton", + "Album": "Initiation" + } + ] }, { "Album": "Dream Driven", @@ -90,7 +162,7 @@ { "Number": 1, "Title": "Intro", - "Released": false, + "Released": "10 Sep 2019", "Genre": "*", "Album": "Dream Driven" }, @@ -111,7 +183,7 @@ { "Number": 4, "Title": "Future past", - "Released": false, + "Released": "20 Sep 2011", "Genre": "*", "Album": "Dream Driven" }, @@ -132,14 +204,14 @@ { "Number": 7, "Title": "Stay where you are", - "Released": false, + "Released": "14 Sep 2013", "Genre": "*", "Album": "Dream Driven" }, { "Number": 8, "Title": "Imaginarium", - "Released": false, + "Released": "20 Sep 2021", "Genre": "*", "Album": "Dream Driven" }, @@ -153,21 +225,21 @@ { "Number": 10, "Title": "Shredded into pieces", - "Released": false, + "Released": "11 Sep 2015", "Genre": "*", "Album": "Dream Driven" }, { "Number": 11, "Title": "Capture this moment", - "Released": false, + "Released": "13 Sep 2016", "Genre": "*", "Album": "Dream Driven" }, { "Number": 12, "Title": "Dream Driven", - "Released": false, + "Released": "14 Sep 2014", "Genre": "*", "Album": "Dream Driven" } @@ -180,7 +252,76 @@ "USBillboard200": 2, "Artist": "Naomí Yepes", "Songs": [ - + { + "Number": 1, + "Title": "Calling in the Storm", + "Released": "12 Mar 2019", + "Genre": "Electro house Electropop", + "Album": "The dragon journey" + }, + { + "Number": 2, + "Title": "Hiding in the Dream", + "Released": "23 Mar 2019", + "Genre": "R&B", + "Album": "The dragon journey" + }, + { + "Number": 3, + "Title": "Electric Heart", + "Released": "17 Mar 2019", + "Genre": "ethno-tunes", + "Album": "The dragon journey" + }, + { + "Number": 4, + "Title": "Shadow of Echo", + "Released": "20 Feb 2019", + "Genre": "ethno-tunes", + "Album": "The dragon journey" + }, + { + "Number": 5, + "Title": "Flying in the Storm", + "Released": "08 Apr 2019", + "Genre": "R&B", + "Album": "The dragon journey" + }, + { + "Number": 6, + "Title": "Dark Waiting", + "Released": "20 Oct 2019", + "Genre": "Synth-pop R&B", + "Album": "The dragon journey" + }, + { + "Number": 7, + "Title": "Fire of River", + "Released": "20 Feb 2019", + "Genre": "Synth-pop R&B", + "Album": "The dragon journey" + }, + { + "Number": 8, + "Title": "Wild Crying", + "Released": "14 Jun 2019", + "Genre": "R&B", + "Album": "The dragon journey" + }, + { + "Number": 9, + "Title": "Bright Dancing", + "Released": "14 Mar 2019", + "Genre": "Electro house Electropop", + "Album": "The dragon journey" + }, + { + "Number": 10, + "Title": "Golden Waiting", + "Released": "12 Sep 2019", + "Genre": "Synth-pop R&B", + "Album": "The dragon journey" + } ] }, { @@ -276,7 +417,76 @@ "USBillboard200": 12, "Artist": "Naomí Yepes", "Songs": [ - + { + "Number": 1, + "Title": "Storm of Dream", + "Released": "05 Jan 2019", + "Genre": "*", + "Album": "Curiosity" + }, + { + "Number": 2, + "Title": "Echo of Dream", + "Released": "28 Jan 2019", + "Genre": "Synth-pop R&B", + "Album": "Curiosity" + }, + { + "Number": 3, + "Title": "Light of Shadow", + "Released": "07 Feb 2019", + "Genre": "Synth-pop R&B", + "Album": "Curiosity" + }, + { + "Number": 4, + "Title": "Storm of Heart", + "Released": "05 Jan 2020", + "Genre": "Electro house Electropop", + "Album": "Curiosity" + }, + { + "Number": 5, + "Title": "Shadow of River", + "Released": "27 Feb 2019", + "Genre": "*", + "Album": "Curiosity" + }, + { + "Number": 6, + "Title": "Wicked Dancing", + "Released": "17 Jan 2020", + "Genre": "ethno-tunes", + "Album": "Curiosity" + }, + { + "Number": 7, + "Title": "River of Light", + "Released": "22 Feb 2019", + "Genre": "R&B", + "Album": "Curiosity" + }, + { + "Number": 8, + "Title": "Lonely Breaking", + "Released": "09 Sep 2019", + "Genre": "ethno-tunes", + "Album": "Curiosity" + }, + { + "Number": 9, + "Title": "Furious Flying", + "Released": "08 Jun 2019", + "Genre": "R&B", + "Album": "Curiosity" + }, + { + "Number": 10, + "Title": "Hiding in the Storm", + "Released": "27 May 2019", + "Genre": "Electro house Electropop", + "Album": "Curiosity" + } ] } ] @@ -513,7 +723,76 @@ "USBillboard200": 69, "Artist": "Ahmad Nazeri", "Songs": [ - + { + "Number": 1, + "Title": "Gentle Falling", + "Released": "26 Apr 2019", + "Genre": "Crunk reggaeton", + "Album": "Emergency" + }, + { + "Number": 2, + "Title": "Calling in the Fire", + "Released": "03 Sep 2019", + "Genre": "ethno-tunes", + "Album": "Emergency" + }, + { + "Number": 3, + "Title": "Fire of Shadow", + "Released": "05 Jan 2019", + "Genre": "ethno-tunes", + "Album": "Emergency" + }, + { + "Number": 4, + "Title": "Dancing in the Dream", + "Released": "15 Apr 2019", + "Genre": "R&B", + "Album": "Emergency" + }, + { + "Number": 5, + "Title": "Calling in the Shadow", + "Released": "09 Oct 2019", + "Genre": "R&B", + "Album": "Emergency" + }, + { + "Number": 6, + "Title": "Falling in the Sky", + "Released": "08 Mar 2019", + "Genre": "ethno-tunes", + "Album": "Emergency" + }, + { + "Number": 7, + "Title": "Calling in the Storm", + "Released": "05 Dec 2019", + "Genre": "ethno-tunes", + "Album": "Emergency" + }, + { + "Number": 8, + "Title": "Falling in the River", + "Released": "19 Aug 2019", + "Genre": "Electro house Electropop", + "Album": "Emergency" + }, + { + "Number": 9, + "Title": "Electric Fire", + "Released": "30 Nov 2019", + "Genre": "Crunk reggaeton", + "Album": "Emergency" + }, + { + "Number": 10, + "Title": "Lonely River", + "Released": "11 Nov 2019", + "Genre": "Electro house Electropop", + "Album": "Emergency" + } ] }, { @@ -523,7 +802,76 @@ "USBillboard200": 39, "Artist": "Ahmad Nazeri", "Songs": [ - + { + "Number": 1, + "Title": "Lonely Dream", + "Released": "11 Dec 2019", + "Genre": "ethno-tunes", + "Album": "Bursting bubbles" + }, + { + "Number": 2, + "Title": "Fire of River", + "Released": "01 Aug 2019", + "Genre": "Synth-pop R&B", + "Album": "Bursting bubbles" + }, + { + "Number": 3, + "Title": "Wicked Falling", + "Released": "25 Jan 2019", + "Genre": "*", + "Album": "Bursting bubbles" + }, + { + "Number": 4, + "Title": "Crying in the Shadow", + "Released": "04 Jan 2019", + "Genre": "Synth-pop R&B", + "Album": "Bursting bubbles" + }, + { + "Number": 5, + "Title": "Wild Burning", + "Released": "10 May 2019", + "Genre": "ethno-tunes", + "Album": "Bursting bubbles" + }, + { + "Number": 6, + "Title": "Waiting in the Heart", + "Released": "07 Aug 2019", + "Genre": "ethno-tunes", + "Album": "Bursting bubbles" + }, + { + "Number": 7, + "Title": "Fire of Fire", + "Released": "16 May 2019", + "Genre": "Electro house Electropop", + "Album": "Bursting bubbles" + }, + { + "Number": 8, + "Title": "Bright Heart", + "Released": "14 Mar 2019", + "Genre": "Synth-pop R&B", + "Album": "Bursting bubbles" + }, + { + "Number": 9, + "Title": "Lonely Fire", + "Released": "15 Oct 2019", + "Genre": "R&B", + "Album": "Bursting bubbles" + }, + { + "Number": 10, + "Title": "Sky of Dream", + "Released": "20 Jun 2019", + "Genre": "ethno-tunes", + "Album": "Bursting bubbles" + } ] } ] @@ -547,7 +895,76 @@ "USBillboard200": 1, "Artist": "Kimmy McIlmorie", "Songs": [ - + { + "Number": 1, + "Title": "Storm of Sky", + "Released": "04 Mar 2019", + "Genre": "ethno-tunes", + "Album": "Here we go again" + }, + { + "Number": 2, + "Title": "Dream of Shadow", + "Released": "03 Jan 2019", + "Genre": "ethno-tunes", + "Album": "Here we go again" + }, + { + "Number": 3, + "Title": "Dream of Shadow", + "Released": "19 Dec 2019", + "Genre": "Electro house Electropop", + "Album": "Here we go again" + }, + { + "Number": 4, + "Title": "Golden Fire", + "Released": "20 Jan 2019", + "Genre": "R&B", + "Album": "Here we go again" + }, + { + "Number": 5, + "Title": "Running in the Light", + "Released": "03 Jan 2020", + "Genre": "Synth-pop R&B", + "Album": "Here we go again" + }, + { + "Number": 6, + "Title": "Flying in the Heart", + "Released": "17 Jan 2019", + "Genre": "*", + "Album": "Here we go again" + }, + { + "Number": 7, + "Title": "Fire of Storm", + "Released": "26 Jan 2019", + "Genre": "ethno-tunes", + "Album": "Here we go again" + }, + { + "Number": 8, + "Title": "Calling in the Sky", + "Released": "28 Oct 2019", + "Genre": "Synth-pop R&B", + "Album": "Here we go again" + }, + { + "Number": 9, + "Title": "Flying in the Shadow", + "Released": "30 Mar 2019", + "Genre": "ethno-tunes", + "Album": "Here we go again" + }, + { + "Number": 10, + "Title": "Golden Dancing", + "Released": "12 Oct 2019", + "Genre": "ethno-tunes", + "Album": "Here we go again" + } ] } ] @@ -771,7 +1188,76 @@ "USBillboard200": 85, "Artist": "Izabella Tabakova", "Songs": [ - + { + "Number": 1, + "Title": "Hiding in the Light", + "Released": "24 Jan 2019", + "Genre": "Synth-pop R&B", + "Album": "Dark matters" + }, + { + "Number": 2, + "Title": "Furious River", + "Released": "13 Jan 2020", + "Genre": "Electro house Electropop", + "Album": "Dark matters" + }, + { + "Number": 3, + "Title": "Wild Crying", + "Released": "27 Feb 2019", + "Genre": "Electro house Electropop", + "Album": "Dark matters" + }, + { + "Number": 4, + "Title": "Light of Dream", + "Released": "01 Jun 2019", + "Genre": "Crunk reggaeton", + "Album": "Dark matters" + }, + { + "Number": 5, + "Title": "Light of Dream", + "Released": "24 Aug 2019", + "Genre": "*", + "Album": "Dark matters" + }, + { + "Number": 6, + "Title": "Storm of Light", + "Released": "26 Feb 2019", + "Genre": "*", + "Album": "Dark matters" + }, + { + "Number": 7, + "Title": "Dark Storm", + "Released": "18 Jan 2020", + "Genre": "R&B", + "Album": "Dark matters" + }, + { + "Number": 8, + "Title": "Dark Calling", + "Released": "20 Mar 2019", + "Genre": "Crunk reggaeton", + "Album": "Dark matters" + }, + { + "Number": 9, + "Title": "Sky of Whisper", + "Released": "30 Jan 2019", + "Genre": "ethno-tunes", + "Album": "Dark matters" + }, + { + "Number": 10, + "Title": "Dancing in the Light", + "Released": "28 Nov 2019", + "Genre": "Synth-pop R&B", + "Album": "Dark matters" + } ] } ] @@ -795,7 +1281,76 @@ "USBillboard200": 5, "Artist": "Nguyễn Diệp Chi", "Songs": [ - + { + "Number": 1, + "Title": "Echo of River", + "Released": "05 Mar 2019", + "Genre": "Synth-pop R&B", + "Album": "Library of liberty" + }, + { + "Number": 2, + "Title": "Heart of River", + "Released": "12 Jan 2020", + "Genre": "Electro house Electropop", + "Album": "Library of liberty" + }, + { + "Number": 3, + "Title": "Dark Light", + "Released": "09 Aug 2019", + "Genre": "Electro house Electropop", + "Album": "Library of liberty" + }, + { + "Number": 4, + "Title": "Dark Fire", + "Released": "22 Jun 2019", + "Genre": "R&B", + "Album": "Library of liberty" + }, + { + "Number": 5, + "Title": "Flying in the Fire", + "Released": "22 Jul 2019", + "Genre": "*", + "Album": "Library of liberty" + }, + { + "Number": 6, + "Title": "Shadow of Heart", + "Released": "02 Jan 2020", + "Genre": "*", + "Album": "Library of liberty" + }, + { + "Number": 7, + "Title": "Fire of Fire", + "Released": "27 Jan 2019", + "Genre": "*", + "Album": "Library of liberty" + }, + { + "Number": 8, + "Title": "Falling in the River", + "Released": "05 Aug 2019", + "Genre": "Crunk reggaeton", + "Album": "Library of liberty" + }, + { + "Number": 9, + "Title": "Fire of Light", + "Released": "31 Dec 2019", + "Genre": "ethno-tunes", + "Album": "Library of liberty" + }, + { + "Number": 10, + "Title": "Bright Flying", + "Released": "24 Jan 2019", + "Genre": "*", + "Album": "Library of liberty" + } ] } ] @@ -819,7 +1374,76 @@ "USBillboard200": 29, "Artist": "Eva Lee", "Songs": [ - + { + "Number": 1, + "Title": "Dancing in the Shadow", + "Released": "02 Aug 2019", + "Genre": "ethno-tunes", + "Album": "Just a tease" + }, + { + "Number": 2, + "Title": "Silent Whisper", + "Released": "09 Jul 2019", + "Genre": "*", + "Album": "Just a tease" + }, + { + "Number": 3, + "Title": "Crying in the Whisper", + "Released": "30 May 2019", + "Genre": "Crunk reggaeton", + "Album": "Just a tease" + }, + { + "Number": 4, + "Title": "River of Light", + "Released": "10 Jan 2019", + "Genre": "Electro house Electropop", + "Album": "Just a tease" + }, + { + "Number": 5, + "Title": "Golden River", + "Released": "15 Nov 2019", + "Genre": "*", + "Album": "Just a tease" + }, + { + "Number": 6, + "Title": "Burning in the Shadow", + "Released": "18 Apr 2019", + "Genre": "Crunk reggaeton", + "Album": "Just a tease" + }, + { + "Number": 7, + "Title": "Shadow of Sky", + "Released": "06 Sep 2019", + "Genre": "Crunk reggaeton", + "Album": "Just a tease" + }, + { + "Number": 8, + "Title": "Gentle Waiting", + "Released": "05 Dec 2019", + "Genre": "R&B", + "Album": "Just a tease" + }, + { + "Number": 9, + "Title": "Bright River", + "Released": "27 Jan 2020", + "Genre": "R&B", + "Album": "Just a tease" + }, + { + "Number": 10, + "Title": "Heart of Storm", + "Released": "07 Jan 2019", + "Genre": "Synth-pop R&B", + "Album": "Just a tease" + } ] } ] @@ -1046,7 +1670,76 @@ "USBillboard200": 98, "Artist": "Pablo Cambeiro", "Songs": [ - + { + "Number": 1, + "Title": "Dancing in the Echo", + "Released": "03 Oct 2019", + "Genre": "Crunk reggaeton", + "Album": "Fluke" + }, + { + "Number": 2, + "Title": "Dream of Dream", + "Released": "03 Mar 2019", + "Genre": "*", + "Album": "Fluke" + }, + { + "Number": 3, + "Title": "Calling in the Echo", + "Released": "16 Sep 2019", + "Genre": "*", + "Album": "Fluke" + }, + { + "Number": 4, + "Title": "Light of Light", + "Released": "25 May 2019", + "Genre": "Electro house Electropop", + "Album": "Fluke" + }, + { + "Number": 5, + "Title": "Bright Light", + "Released": "21 Mar 2019", + "Genre": "R&B", + "Album": "Fluke" + }, + { + "Number": 6, + "Title": "Storm of Echo", + "Released": "17 Jul 2019", + "Genre": "Synth-pop R&B", + "Album": "Fluke" + }, + { + "Number": 7, + "Title": "Lonely Calling", + "Released": "10 Apr 2019", + "Genre": "ethno-tunes", + "Album": "Fluke" + }, + { + "Number": 8, + "Title": "Gentle Falling", + "Released": "28 Nov 2019", + "Genre": "Synth-pop R&B", + "Album": "Fluke" + }, + { + "Number": 9, + "Title": "Wild Flying", + "Released": "26 Nov 2019", + "Genre": "Crunk reggaeton", + "Album": "Fluke" + }, + { + "Number": 10, + "Title": "Sky of Dream", + "Released": "29 May 2019", + "Genre": "R&B", + "Album": "Fluke" + } ] }, { @@ -1142,7 +1835,76 @@ "USBillboard200": 77, "Artist": "Athar Malakooti", "Songs": [ - + { + "Number": 1, + "Title": "Hiding in the Whisper", + "Released": "03 Apr 2019", + "Genre": "R&B", + "Album": "Pushing up daisies" + }, + { + "Number": 2, + "Title": "Wicked Light", + "Released": "21 Aug 2019", + "Genre": "R&B", + "Album": "Pushing up daisies" + }, + { + "Number": 3, + "Title": "Flying in the River", + "Released": "03 Feb 2020", + "Genre": "Synth-pop R&B", + "Album": "Pushing up daisies" + }, + { + "Number": 4, + "Title": "Wicked Hiding", + "Released": "15 Sep 2019", + "Genre": "Synth-pop R&B", + "Album": "Pushing up daisies" + }, + { + "Number": 5, + "Title": "Lonely Light", + "Released": "13 May 2019", + "Genre": "Electro house Electropop", + "Album": "Pushing up daisies" + }, + { + "Number": 6, + "Title": "Bright Dancing", + "Released": "10 Apr 2019", + "Genre": "Synth-pop R&B", + "Album": "Pushing up daisies" + }, + { + "Number": 7, + "Title": "Gentle Dream", + "Released": "21 May 2019", + "Genre": "*", + "Album": "Pushing up daisies" + }, + { + "Number": 8, + "Title": "Sky of Echo", + "Released": "09 Jun 2019", + "Genre": "Synth-pop R&B", + "Album": "Pushing up daisies" + }, + { + "Number": 9, + "Title": "Breaking in the Sky", + "Released": "27 Dec 2019", + "Genre": "Crunk reggaeton", + "Album": "Pushing up daisies" + }, + { + "Number": 10, + "Title": "Whisper of Shadow", + "Released": "04 Jan 2019", + "Genre": "ethno-tunes", + "Album": "Pushing up daisies" + } ] } ] @@ -1179,7 +1941,76 @@ "USBillboard200": 9, "Artist": "Marti Valencia", "Songs": [ - + { + "Number": 1, + "Title": "Hiding in the Sky", + "Released": "26 Nov 2019", + "Genre": "Synth-pop R&B", + "Album": "Nemesis" + }, + { + "Number": 2, + "Title": "Waiting in the Echo", + "Released": "10 Jul 2019", + "Genre": "ethno-tunes", + "Album": "Nemesis" + }, + { + "Number": 3, + "Title": "Wicked Shadow", + "Released": "29 Jul 2019", + "Genre": "Synth-pop R&B", + "Album": "Nemesis" + }, + { + "Number": 4, + "Title": "Crying in the Whisper", + "Released": "09 Apr 2019", + "Genre": "*", + "Album": "Nemesis" + }, + { + "Number": 5, + "Title": "Echo of Storm", + "Released": "19 Nov 2019", + "Genre": "Crunk reggaeton", + "Album": "Nemesis" + }, + { + "Number": 6, + "Title": "Shadow of Sky", + "Released": "24 Jul 2019", + "Genre": "Crunk reggaeton", + "Album": "Nemesis" + }, + { + "Number": 7, + "Title": "Golden Hiding", + "Released": "12 Dec 2019", + "Genre": "Electro house Electropop", + "Album": "Nemesis" + }, + { + "Number": 8, + "Title": "Wild Dancing", + "Released": "17 Aug 2019", + "Genre": "Synth-pop R&B", + "Album": "Nemesis" + }, + { + "Number": 9, + "Title": "Bright Burning", + "Released": "30 Aug 2019", + "Genre": "Electro house Electropop", + "Album": "Nemesis" + }, + { + "Number": 10, + "Title": "Flying in the River", + "Released": "02 Sep 2019", + "Genre": "*", + "Album": "Nemesis" + } ] }, { @@ -1282,7 +2113,76 @@ "USBillboard200": 37, "Artist": "Marti Valencia", "Songs": [ - + { + "Number": 1, + "Title": "Wild River", + "Released": "11 Jan 2019", + "Genre": "*", + "Album": "God's advocate" + }, + { + "Number": 2, + "Title": "Wicked Whisper", + "Released": "16 Feb 2019", + "Genre": "Electro house Electropop", + "Album": "God's advocate" + }, + { + "Number": 3, + "Title": "Storm of Heart", + "Released": "11 Aug 2019", + "Genre": "*", + "Album": "God's advocate" + }, + { + "Number": 4, + "Title": "Golden Dancing", + "Released": "02 Mar 2019", + "Genre": "Crunk reggaeton", + "Album": "God's advocate" + }, + { + "Number": 5, + "Title": "Calling in the Sky", + "Released": "10 Sep 2019", + "Genre": "Electro house Electropop", + "Album": "God's advocate" + }, + { + "Number": 6, + "Title": "Calling in the Heart", + "Released": "12 Jan 2019", + "Genre": "ethno-tunes", + "Album": "God's advocate" + }, + { + "Number": 7, + "Title": "Running in the Storm", + "Released": "10 Nov 2019", + "Genre": "Synth-pop R&B", + "Album": "God's advocate" + }, + { + "Number": 8, + "Title": "Wild Sky", + "Released": "10 Apr 2019", + "Genre": "R&B", + "Album": "God's advocate" + }, + { + "Number": 9, + "Title": "Crying in the Shadow", + "Released": "02 Mar 2019", + "Genre": "R&B", + "Album": "God's advocate" + }, + { + "Number": 10, + "Title": "Whisper of River", + "Released": "12 May 2019", + "Genre": "*", + "Album": "God's advocate" + } ] } ] @@ -1306,7 +2206,76 @@ "USBillboard200": 7, "Artist": "Alicia Stanger", "Songs": [ - + { + "Number": 1, + "Title": "Shadow of Light", + "Released": "24 Mar 2019", + "Genre": "ethno-tunes", + "Album": "Forever alone" + }, + { + "Number": 2, + "Title": "Running in the Echo", + "Released": "03 May 2019", + "Genre": "Crunk reggaeton", + "Album": "Forever alone" + }, + { + "Number": 3, + "Title": "Gentle Dream", + "Released": "24 Aug 2019", + "Genre": "Crunk reggaeton", + "Album": "Forever alone" + }, + { + "Number": 4, + "Title": "Furious River", + "Released": "24 Apr 2019", + "Genre": "ethno-tunes", + "Album": "Forever alone" + }, + { + "Number": 5, + "Title": "Wild Whisper", + "Released": "09 Mar 2019", + "Genre": "ethno-tunes", + "Album": "Forever alone" + }, + { + "Number": 6, + "Title": "Whisper of Sky", + "Released": "24 Jul 2019", + "Genre": "Crunk reggaeton", + "Album": "Forever alone" + }, + { + "Number": 7, + "Title": "Lonely Storm", + "Released": "01 May 2019", + "Genre": "Crunk reggaeton", + "Album": "Forever alone" + }, + { + "Number": 8, + "Title": "Dancing in the River", + "Released": "17 Dec 2019", + "Genre": "*", + "Album": "Forever alone" + }, + { + "Number": 9, + "Title": "Electric Fire", + "Released": "17 Oct 2019", + "Genre": "Electro house Electropop", + "Album": "Forever alone" + }, + { + "Number": 10, + "Title": "Electric Sky", + "Released": "25 Sep 2019", + "Genre": "ethno-tunes", + "Album": "Forever alone" + } ] } ] @@ -1371,7 +2340,76 @@ "USBillboard200": 35, "Artist": "Peter Taylor", "Songs": [ - + { + "Number": 1, + "Title": "Calling in the Dream", + "Released": "01 Aug 2019", + "Genre": "R&B", + "Album": "Decisions decisions" + }, + { + "Number": 2, + "Title": "Electric Burning", + "Released": "10 Sep 2019", + "Genre": "Electro house Electropop", + "Album": "Decisions decisions" + }, + { + "Number": 3, + "Title": "Dark Flying", + "Released": "28 Apr 2019", + "Genre": "*", + "Album": "Decisions decisions" + }, + { + "Number": 4, + "Title": "Gentle Sky", + "Released": "20 Nov 2019", + "Genre": "ethno-tunes", + "Album": "Decisions decisions" + }, + { + "Number": 5, + "Title": "Gentle Calling", + "Released": "13 Jan 2019", + "Genre": "Crunk reggaeton", + "Album": "Decisions decisions" + }, + { + "Number": 6, + "Title": "Golden Falling", + "Released": "14 Feb 2019", + "Genre": "Crunk reggaeton", + "Album": "Decisions decisions" + }, + { + "Number": 7, + "Title": "Silent River", + "Released": "13 Feb 2019", + "Genre": "R&B", + "Album": "Decisions decisions" + }, + { + "Number": 8, + "Title": "Furious Calling", + "Released": "11 Jun 2019", + "Genre": "Synth-pop R&B", + "Album": "Decisions decisions" + }, + { + "Number": 9, + "Title": "Running in the Echo", + "Released": "06 Nov 2019", + "Genre": "Electro house Electropop", + "Album": "Decisions decisions" + }, + { + "Number": 10, + "Title": "Furious River", + "Released": "12 Mar 2019", + "Genre": "*", + "Album": "Decisions decisions" + } ] }, { @@ -1381,7 +2419,76 @@ "USBillboard200": 89, "Artist": "Peter Taylor", "Songs": [ - + { + "Number": 1, + "Title": "Dark Crying", + "Released": "27 Apr 2019", + "Genre": "Electro house Electropop", + "Album": "Climate changed" + }, + { + "Number": 2, + "Title": "Dark Waiting", + "Released": "14 Nov 2019", + "Genre": "Synth-pop R&B", + "Album": "Climate changed" + }, + { + "Number": 3, + "Title": "Furious Waiting", + "Released": "23 May 2019", + "Genre": "*", + "Album": "Climate changed" + }, + { + "Number": 4, + "Title": "Running in the Echo", + "Released": "29 Nov 2019", + "Genre": "Crunk reggaeton", + "Album": "Climate changed" + }, + { + "Number": 5, + "Title": "Dream of Sky", + "Released": "31 Oct 2019", + "Genre": "Crunk reggaeton", + "Album": "Climate changed" + }, + { + "Number": 6, + "Title": "Hiding in the Heart", + "Released": "09 Aug 2019", + "Genre": "R&B", + "Album": "Climate changed" + }, + { + "Number": 7, + "Title": "Sky of Storm", + "Released": "01 Jun 2019", + "Genre": "R&B", + "Album": "Climate changed" + }, + { + "Number": 8, + "Title": "Light of Storm", + "Released": "17 Jan 2020", + "Genre": "ethno-tunes", + "Album": "Climate changed" + }, + { + "Number": 9, + "Title": "Light of Sky", + "Released": "26 May 2019", + "Genre": "*", + "Album": "Climate changed" + }, + { + "Number": 10, + "Title": "Golden River", + "Released": "19 Jun 2019", + "Genre": "*", + "Album": "Climate changed" + } ] } ] diff --git a/samples/grids/pivot-grid/aggregate-max-sales/src/PivotSalesData.ts b/samples/grids/pivot-grid/aggregate-max-sales/src/PivotSalesData.ts index f4a39fb98f..16696999ff 100644 --- a/samples/grids/pivot-grid/aggregate-max-sales/src/PivotSalesData.ts +++ b/samples/grids/pivot-grid/aggregate-max-sales/src/PivotSalesData.ts @@ -24,16678 +24,1048 @@ export class PivotSalesData extends Array { super(...items); } else { const newItems = [ - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Vermont`, - UnitsSold: 501, - ManufacturingPrice: 15, - SalePrice: 23, - GrossSales: 26440, - Discounts: null, - Sales: 26440, - COGS: 16185, - Profit: 11255, - Date: `01/01/2020`, - MonthName: `January`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Kensington`, - UnitsSold: 1372, - ManufacturingPrice: 3, - SalePrice: 20, - GrossSales: 27440, - Discounts: null, - Sales: 27440, - COGS: 16185, - Profit: 11255, - Date: `01/01/2020`, - MonthName: `January`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Kensington`, - UnitsSold: 2762, - ManufacturingPrice: 3, - SalePrice: 20, - GrossSales: 55240, - Discounts: null, - Sales: 55240, - COGS: 13210, - Profit: 42030, - Date: `01/01/2020`, - MonthName: `January`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Kensington`, - UnitsSold: 1464, - ManufacturingPrice: 3, - SalePrice: 15, - GrossSales: 21960, - Discounts: null, - Sales: 21960, - COGS: 21780, - Profit: 180, - Date: `06/01/2020`, - MonthName: `June`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Kensington`, - UnitsSold: 719, - ManufacturingPrice: 3, - SalePrice: 15, - GrossSales: 10785, - Discounts: null, - Sales: 10785, - COGS: 8880, - Profit: 1905, - Date: `06/01/2020`, - MonthName: `June`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Kensington`, - UnitsSold: 3576, - ManufacturingPrice: 3, - SalePrice: 15, - GrossSales: 53640, - Discounts: null, - Sales: 53640, - COGS: 24700, - Profit: 28940, - Date: `06/01/2020`, - MonthName: `June`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Kensington`, - UnitsSold: 4422, - ManufacturingPrice: 3, - SalePrice: 350, - GrossSales: 1547700, - Discounts: null, - Sales: 1547700, - COGS: 393380, - Profit: 1154320, - Date: `12/01/2020`, - MonthName: `December`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Royal Oak`, - UnitsSold: 3649, - ManufacturingPrice: 5, - SalePrice: 15, - GrossSales: 54735, - Discounts: null, - Sales: 54735, - COGS: 9210, - Profit: 45525, - Date: `03/01/2020`, - MonthName: `March`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Royal Oak`, - UnitsSold: 4172, - ManufacturingPrice: 5, - SalePrice: 12, - GrossSales: 50064, - Discounts: null, - Sales: 50064, - COGS: 7554, - Profit: 42510, - Date: `06/01/2020`, - MonthName: `June`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Royal Oak`, - UnitsSold: 3841, - ManufacturingPrice: 5, - SalePrice: 20, - GrossSales: 76820, - Discounts: null, - Sales: 76820, - COGS: 18990, - Profit: 57830, - Date: `06/01/2020`, - MonthName: `June`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Royal Oak`, - UnitsSold: 3726, - ManufacturingPrice: 5, - SalePrice: 12, - GrossSales: 44712, - Discounts: null, - Sales: 44712, - COGS: 4635, - Profit: 40077, - Date: `06/01/2020`, - MonthName: `June`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Royal Oak`, - UnitsSold: 2625, - ManufacturingPrice: 5, - SalePrice: 15, - GrossSales: 39375, - Discounts: null, - Sales: 39375, - COGS: 24700, - Profit: 14675, - Date: `06/01/2020`, - MonthName: `June`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Royal Oak`, - UnitsSold: 1958, - ManufacturingPrice: 5, - SalePrice: 125, - GrossSales: 244750, - Discounts: null, - Sales: 244750, - COGS: 319860, - Profit: 75110, - Date: `07/01/2020`, - MonthName: `July`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Royal Oak`, - UnitsSold: 3271, - ManufacturingPrice: 5, - SalePrice: 300, - GrossSales: 981300, - Discounts: null, - Sales: 981300, - COGS: 239500, - Profit: 741800, - Date: `08/01/2020`, - MonthName: `August`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Royal Oak`, - UnitsSold: 2091, - ManufacturingPrice: 5, - SalePrice: 7, - GrossSales: 14637, - Discounts: null, - Sales: 14637, - COGS: 10730, - Profit: 3907, - Date: `09/01/2020`, - MonthName: `September`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Royal Oak`, - UnitsSold: 2825, - ManufacturingPrice: 5, - SalePrice: 15, - GrossSales: 42375, - Discounts: null, - Sales: 42375, - COGS: 6150, - Profit: 36225, - Date: `12/01/2020`, - MonthName: `December`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Vermont`, - UnitsSold: 2513, - ManufacturingPrice: 10, - SalePrice: 20, - GrossSales: 50260, - Discounts: null, - Sales: 50260, - COGS: 2920, - Profit: 47340, - Date: `02/01/2020`, - MonthName: `February`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Vermont`, - UnitsSold: 883, - ManufacturingPrice: 10, - SalePrice: 15, - GrossSales: 13245, - Discounts: null, - Sales: 13245, - COGS: 9740, - Profit: 3505, - Date: `02/01/2020`, - MonthName: `February`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Vermont`, - UnitsSold: 2087, - ManufacturingPrice: 10, - SalePrice: 12, - GrossSales: 25044, - Discounts: null, - Sales: 25044, - COGS: 7554, - Profit: 17490, - Date: `06/01/2020`, - MonthName: `June`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Vermont`, - UnitsSold: 2563, - ManufacturingPrice: 10, - SalePrice: 350, - GrossSales: 897050, - Discounts: null, - Sales: 897050, - COGS: 261560, - Profit: 635490, - Date: `06/01/2020`, - MonthName: `June`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Vermont`, - UnitsSold: 2846, - ManufacturingPrice: 10, - SalePrice: 12, - GrossSales: 34152, - Discounts: null, - Sales: 34152, - COGS: 1101, - Profit: 33051, - Date: `07/01/2020`, - MonthName: `July`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Vermont`, - UnitsSold: 997, - ManufacturingPrice: 10, - SalePrice: 7, - GrossSales: 6979, - Discounts: null, - Sales: 6979, - COGS: 4415, - Profit: 2564, - Date: `08/01/2020`, - MonthName: `August`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Vermont`, - UnitsSold: 2290, - ManufacturingPrice: 10, - SalePrice: 15, - GrossSales: 34350, - Discounts: null, - Sales: 34350, - COGS: 24720, - Profit: 9630, - Date: `09/01/2020`, - MonthName: `September`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Vermont`, - UnitsSold: 2133, - ManufacturingPrice: 10, - SalePrice: 7, - GrossSales: 14931, - Discounts: null, - Sales: 14931, - COGS: 5715, - Profit: 9216, - Date: `10/01/2020`, - MonthName: `October`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Vermont`, - UnitsSold: 3617, - ManufacturingPrice: 10, - SalePrice: 20, - GrossSales: 72340, - Discounts: null, - Sales: 72340, - COGS: 18170, - Profit: 54170, - Date: `12/01/2020`, - MonthName: `December`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Vermont`, - UnitsSold: 1266, - ManufacturingPrice: 10, - SalePrice: 350, - GrossSales: 443100, - Discounts: null, - Sales: 443100, - COGS: 393380, - Profit: 49720, - Date: `12/01/2020`, - MonthName: `December`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Burlington`, - UnitsSold: 894, - ManufacturingPrice: 120, - SalePrice: 7, - GrossSales: 6258, - Discounts: null, - Sales: 6258, - COGS: 7465, - Profit: 1207, - Date: `01/01/2020`, - MonthName: `January`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Burlington`, - UnitsSold: 2725, - ManufacturingPrice: 120, - SalePrice: 125, - GrossSales: 340625, - Discounts: null, - Sales: 340625, - COGS: 216480, - Profit: 124145, - Date: `02/01/2020`, - MonthName: `February`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Burlington`, - UnitsSold: 3061, - ManufacturingPrice: 120, - SalePrice: 12, - GrossSales: 36732, - Discounts: null, - Sales: 36732, - COGS: 6483, - Profit: 30249, - Date: `03/01/2020`, - MonthName: `March`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Burlington`, - UnitsSold: 3958, - ManufacturingPrice: 120, - SalePrice: 350, - GrossSales: 1385300, - Discounts: null, - Sales: 1385300, - COGS: 261560, - Profit: 1123740, - Date: `06/01/2020`, - MonthName: `June`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Burlington`, - UnitsSold: 3920, - ManufacturingPrice: 120, - SalePrice: 12, - GrossSales: 47040, - Discounts: null, - Sales: 47040, - COGS: 4635, - Profit: 42405, - Date: `06/01/2020`, - MonthName: `June`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Burlington`, - UnitsSold: 3381, - ManufacturingPrice: 120, - SalePrice: 125, - GrossSales: 422625, - Discounts: null, - Sales: 422625, - COGS: 338520, - Profit: 84105, - Date: `08/01/2020`, - MonthName: `August`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Mandarin`, - UnitsSold: 4307, - ManufacturingPrice: 250, - SalePrice: 300, - GrossSales: 1292100, - Discounts: null, - Sales: 1292100, - COGS: 500250, - Profit: 791850, - Date: `02/01/2020`, - MonthName: `February`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Mandarin`, - UnitsSold: 878, - ManufacturingPrice: 250, - SalePrice: 12, - GrossSales: 10536, - Discounts: null, - Sales: 10536, - COGS: 8514, - Profit: 2022, - Date: `04/01/2020`, - MonthName: `April`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Mandarin`, - UnitsSold: 496, - ManufacturingPrice: 250, - SalePrice: 15, - GrossSales: 7440, - Discounts: null, - Sales: 7440, - COGS: 21780, - Profit: 14340, - Date: `06/01/2020`, - MonthName: `June`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Mandarin`, - UnitsSold: 3367, - ManufacturingPrice: 250, - SalePrice: 15, - GrossSales: 50505, - Discounts: null, - Sales: 50505, - COGS: 8880, - Profit: 41625, - Date: `06/01/2020`, - MonthName: `June`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Mandarin`, - UnitsSold: 2055, - ManufacturingPrice: 250, - SalePrice: 300, - GrossSales: 616500, - Discounts: null, - Sales: 616500, - COGS: 537750, - Profit: 78750, - Date: `09/01/2020`, - MonthName: `September`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Mandarin`, - UnitsSold: 4041, - ManufacturingPrice: 250, - SalePrice: 20, - GrossSales: 80820, - Discounts: null, - Sales: 80820, - COGS: 18170, - Profit: 62650, - Date: `12/01/2020`, - MonthName: `December`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Luxe`, - UnitsSold: 3237, - ManufacturingPrice: 260, - SalePrice: 350, - GrossSales: 1132950, - Discounts: null, - Sales: 1132950, - COGS: 715000, - Profit: 417950, - Date: `02/01/2020`, - MonthName: `February`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Luxe`, - UnitsSold: 630, - ManufacturingPrice: 260, - SalePrice: 12, - GrossSales: 7560, - Discounts: null, - Sales: 7560, - COGS: 5859, - Profit: 1701, - Date: `04/01/2020`, - MonthName: `April`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Luxe`, - UnitsSold: 4210, - ManufacturingPrice: 260, - SalePrice: 125, - GrossSales: 526250, - Discounts: null, - Sales: 526250, - COGS: 506340, - Profit: 19910, - Date: `04/01/2020`, - MonthName: `April`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Luxe`, - UnitsSold: 1127, - ManufacturingPrice: 260, - SalePrice: 20, - GrossSales: 22540, - Discounts: null, - Sales: 22540, - COGS: 18990, - Profit: 3550, - Date: `06/01/2020`, - MonthName: `June`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Luxe`, - UnitsSold: 3438, - ManufacturingPrice: 260, - SalePrice: 7, - GrossSales: 24066, - Discounts: null, - Sales: 24066, - COGS: 8430, - Profit: 15636, - Date: `07/01/2020`, - MonthName: `July`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Luxe`, - UnitsSold: 2015, - ManufacturingPrice: 260, - SalePrice: 12, - GrossSales: 24180, - Discounts: null, - Sales: 24180, - COGS: 6423, - Profit: 17757, - Date: `08/01/2020`, - MonthName: `August`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Luxe`, - UnitsSold: 2534, - ManufacturingPrice: 260, - SalePrice: 7, - GrossSales: 17738, - Discounts: null, - Sales: 17738, - COGS: 5715, - Profit: 12023, - Date: `10/01/2020`, - MonthName: `October`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Luxe`, - UnitsSold: 1384, - ManufacturingPrice: 260, - SalePrice: 15, - GrossSales: 20760, - Discounts: null, - Sales: 20760, - COGS: 6150, - Profit: 14610, - Date: `12/01/2020`, - MonthName: `December`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Vermont`, - UnitsSold: 3561, - ManufacturingPrice: 10, - SalePrice: 7, - GrossSales: 24927, - Discounts: 276.15, - Sales: 24650.85, - COGS: 19725, - Profit: 4925.85, - Date: `01/01/2020`, - MonthName: `January`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Vermont`, - UnitsSold: 1823, - ManufacturingPrice: 10, - SalePrice: 15, - GrossSales: 27345, - Discounts: 344.4, - Sales: 27000.6, - COGS: 22960, - Profit: 4040.6, - Date: `02/01/2020`, - MonthName: `February`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Vermont`, - UnitsSold: 2795, - ManufacturingPrice: 10, - SalePrice: 7, - GrossSales: 19565, - Discounts: 72.1, - Sales: 19492.9, - COGS: 5150, - Profit: 14342.9, - Date: `05/01/2020`, - MonthName: `May`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Burlington`, - UnitsSold: 457, - ManufacturingPrice: 120, - SalePrice: 7, - GrossSales: 3199, - Discounts: 44.73, - Sales: 3154.27, - COGS: 3195, - Profit: 40.73, - Date: `11/01/2020`, - MonthName: `November`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Mandarin`, - UnitsSold: 3785, - ManufacturingPrice: 250, - SalePrice: 7, - GrossSales: 26495, - Discounts: 92.82, - Sales: 26402.18, - COGS: 6630, - Profit: 19772.18, - Date: `03/01/2020`, - MonthName: `March`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Kensington`, - UnitsSold: 748, - ManufacturingPrice: 3, - SalePrice: 12, - GrossSales: 8976, - Discounts: 222.96, - Sales: 8753.04, - COGS: 5574, - Profit: 3179.04, - Date: `02/01/2020`, - MonthName: `February`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Kensington`, - UnitsSold: 1021, - ManufacturingPrice: 3, - SalePrice: 350, - GrossSales: 357350, - Discounts: 4235, - Sales: 353115, - COGS: 314600, - Profit: 38515, - Date: `03/01/2020`, - MonthName: `March`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Kensington`, - UnitsSold: 2076, - ManufacturingPrice: 3, - SalePrice: 7, - GrossSales: 14532, - Discounts: 177.03, - Sales: 14354.97, - COGS: 12645, - Profit: 1709.97, - Date: `07/01/2020`, - MonthName: `July`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Kensington`, - UnitsSold: 4316, - ManufacturingPrice: 3, - SalePrice: 12, - GrossSales: 51792, - Discounts: 173.4, - Sales: 51618.6, - COGS: 4335, - Profit: 47283.6, - Date: `09/01/2020`, - MonthName: `September`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Kensington`, - UnitsSold: 4174, - ManufacturingPrice: 3, - SalePrice: 12, - GrossSales: 50088, - Discounts: 320.52, - Sales: 49767.48, - COGS: 8013, - Profit: 41754.48, - Date: `09/01/2020`, - MonthName: `September`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Kensington`, - UnitsSold: 3736, - ManufacturingPrice: 3, - SalePrice: 350, - GrossSales: 1307600, - Discounts: 4889.5, - Sales: 1302710.5, - COGS: 363220, - Profit: 939490.5, - Date: `10/01/2020`, - MonthName: `October`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Kensington`, - UnitsSold: 1914, - ManufacturingPrice: 3, - SalePrice: 350, - GrossSales: 669900, - Discounts: 7542.5, - Sales: 662357.5, - COGS: 560300, - Profit: 102057.5, - Date: `12/01/2020`, - MonthName: `December`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Royal Oak`, - UnitsSold: 2742, - ManufacturingPrice: 5, - SalePrice: 15, - GrossSales: 41130, - Discounts: 332.1, - Sales: 40797.9, - COGS: 22140, - Profit: 18657.9, - Date: `03/01/2020`, - MonthName: `March`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Royal Oak`, - UnitsSold: 1499, - ManufacturingPrice: 5, - SalePrice: 300, - GrossSales: 449700, - Discounts: 6903, - Sales: 442797, - COGS: 575250, - Profit: 132453, - Date: `04/01/2020`, - MonthName: `April`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Royal Oak`, - UnitsSold: 3772, - ManufacturingPrice: 5, - SalePrice: 20, - GrossSales: 75440, - Discounts: 275.1, - Sales: 75164.9, - COGS: 13755, - Profit: 61409.9, - Date: `07/01/2020`, - MonthName: `July`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Royal Oak`, - UnitsSold: 1112, - ManufacturingPrice: 5, - SalePrice: 7, - GrossSales: 7784, - Discounts: 128.1, - Sales: 7655.9, - COGS: 9150, - Profit: 1494.1, - Date: `08/01/2020`, - MonthName: `August`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Vermont`, - UnitsSold: 2368, - ManufacturingPrice: 10, - SalePrice: 15, - GrossSales: 35520, - Discounts: 227.1, - Sales: 35292.9, - COGS: 15140, - Profit: 20152.9, - Date: `02/01/2020`, - MonthName: `February`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Vermont`, - UnitsSold: 1586, - ManufacturingPrice: 10, - SalePrice: 7, - GrossSales: 11102, - Discounts: 314.48, - Sales: 10787.52, - COGS: 22462.5, - Profit: 11674.98, - Date: `04/01/2020`, - MonthName: `April`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Vermont`, - UnitsSold: 3386, - ManufacturingPrice: 10, - SalePrice: 125, - GrossSales: 423250, - Discounts: 908.75, - Sales: 422341.25, - COGS: 87240, - Profit: 335101.25, - Date: `06/01/2020`, - MonthName: `June`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Vermont`, - UnitsSold: 852, - ManufacturingPrice: 10, - SalePrice: 125, - GrossSales: 106500, - Discounts: 983.75, - Sales: 105516.25, - COGS: 94440, - Profit: 11076.25, - Date: `06/01/2020`, - MonthName: `June`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Vermont`, - UnitsSold: 2783, - ManufacturingPrice: 10, - SalePrice: 125, - GrossSales: 347875, - Discounts: 2278.75, - Sales: 345596.25, - COGS: 218760, - Profit: 126836.25, - Date: `07/01/2020`, - MonthName: `July`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Vermont`, - UnitsSold: 2684, - ManufacturingPrice: 10, - SalePrice: 15, - GrossSales: 40260, - Discounts: 112.05, - Sales: 40147.95, - COGS: 7470, - Profit: 32677.95, - Date: `09/01/2020`, - MonthName: `September`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Vermont`, - UnitsSold: 4083, - ManufacturingPrice: 10, - SalePrice: 300, - GrossSales: 1224900, - Discounts: 8715, - Sales: 1216185, - COGS: 726250, - Profit: 489935, - Date: `11/01/2020`, - MonthName: `November`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Vermont`, - UnitsSold: 2816, - ManufacturingPrice: 10, - SalePrice: 350, - GrossSales: 985600, - Discounts: 7542.5, - Sales: 978057.5, - COGS: 560300, - Profit: 417757.5, - Date: `12/01/2020`, - MonthName: `December`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Burlington`, - UnitsSold: 4294, - ManufacturingPrice: 120, - SalePrice: 20, - GrossSales: 85880, - Discounts: 772.8, - Sales: 85107.2, - COGS: 38640, - Profit: 46467.2, - Date: `04/01/2020`, - MonthName: `April`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Burlington`, - UnitsSold: 2856, - ManufacturingPrice: 120, - SalePrice: 7, - GrossSales: 19992, - Discounts: 25.34, - Sales: 19966.66, - COGS: 1810, - Profit: 18156.66, - Date: `05/01/2020`, - MonthName: `May`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Burlington`, - UnitsSold: 1407, - ManufacturingPrice: 120, - SalePrice: 125, - GrossSales: 175875, - Discounts: 1153.75, - Sales: 174721.25, - COGS: 110760, - Profit: 63961.25, - Date: `08/01/2020`, - MonthName: `August`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Mandarin`, - UnitsSold: 1265, - ManufacturingPrice: 250, - SalePrice: 7, - GrossSales: 8855, - Discounts: 18.41, - Sales: 8836.59, - COGS: 1315, - Profit: 7521.59, - Date: `03/01/2020`, - MonthName: `March`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Mandarin`, - UnitsSold: 3892, - ManufacturingPrice: 250, - SalePrice: 350, - GrossSales: 1362200, - Discounts: 3302.25, - Sales: 1358897.75, - COGS: 245310, - Profit: 1113587.75, - Date: `04/01/2020`, - MonthName: `April`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Mandarin`, - UnitsSold: 3068, - ManufacturingPrice: 250, - SalePrice: 125, - GrossSales: 383500, - Discounts: 908.75, - Sales: 382591.25, - COGS: 87240, - Profit: 295351.25, - Date: `06/01/2020`, - MonthName: `June`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Mandarin`, - UnitsSold: 2181, - ManufacturingPrice: 250, - SalePrice: 125, - GrossSales: 272625, - Discounts: 983.75, - Sales: 271641.25, - COGS: 94440, - Profit: 177201.25, - Date: `06/01/2020`, - MonthName: `June`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Mandarin`, - UnitsSold: 1356, - ManufacturingPrice: 250, - SalePrice: 300, - GrossSales: 406800, - Discounts: 2958, - Sales: 403842, - COGS: 246500, - Profit: 177201.25, - Date: `06/01/2020`, - MonthName: `June`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Mandarin`, - UnitsSold: 1814, - ManufacturingPrice: 250, - SalePrice: 350, - GrossSales: 634900, - Discounts: 4889.5, - Sales: 630010.5, - COGS: 363220, - Profit: 266790.5, - Date: `10/01/2020`, - MonthName: `October`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Mandarin`, - UnitsSold: 1495, - ManufacturingPrice: 250, - SalePrice: 125, - GrossSales: 186875, - Discounts: 2180, - Sales: 184695, - COGS: 209280, - Profit: 24585, - Date: `11/01/2020`, - MonthName: `November`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Kensington`, - UnitsSold: 1463, - ManufacturingPrice: 3, - SalePrice: 125, - GrossSales: 182875, - Discounts: 1856.25, - Sales: 181018.75, - COGS: 89100, - Profit: 91918.75, - Date: `04/01/2020`, - MonthName: `April`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Kensington`, - UnitsSold: 215, - ManufacturingPrice: 3, - SalePrice: 12, - GrossSales: 2580, - Discounts: 310.8, - Sales: 2269.2, - COGS: 3885, - Profit: 1615.8, - Date: `10/01/2020`, - MonthName: `October`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Kensington`, - UnitsSold: 566, - ManufacturingPrice: 3, - SalePrice: 350, - GrossSales: 198100, - Discounts: 19964, - Sales: 178136, - COGS: 741520, - Profit: 563384, - Date: `12/01/2020`, - MonthName: `December`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Royal Oak`, - UnitsSold: 3255, - ManufacturingPrice: 5, - SalePrice: 12, - GrossSales: 39060, - Discounts: 274.08, - Sales: 38785.92, - COGS: 3426, - Profit: 35359.92, - Date: `06/01/2020`, - MonthName: `June`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Royal Oak`, - UnitsSold: 772, - ManufacturingPrice: 5, - SalePrice: 20, - GrossSales: 15440, - Discounts: 626.4, - Sales: 14813.6, - COGS: 15660, - Profit: 846.4, - Date: `10/01/2020`, - MonthName: `October`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Royal Oak`, - UnitsSold: 1135, - ManufacturingPrice: 5, - SalePrice: 12, - GrossSales: 13620, - Discounts: 165.6, - Sales: 13454.4, - COGS: 2070, - Profit: 11384.4, - Date: `11/01/2020`, - MonthName: `November`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Vermont`, - UnitsSold: 1193, - ManufacturingPrice: 10, - SalePrice: 15, - GrossSales: 17895, - Discounts: 708.9, - Sales: 17186.1, - COGS: 23630, - Profit: 6443.9, - Date: `02/01/2020`, - MonthName: `February`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Vermont`, - UnitsSold: 2530, - ManufacturingPrice: 10, - SalePrice: 300, - GrossSales: 759000, - Discounts: 5508, - Sales: 753492, - COGS: 229500, - Profit: 523992, - Date: `05/01/2020`, - MonthName: `May`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Vermont`, - UnitsSold: 3451, - ManufacturingPrice: 10, - SalePrice: 300, - GrossSales: 1035300, - Discounts: 10368, - Sales: 1024932, - COGS: 432000, - Profit: 592932, - Date: `05/01/2020`, - MonthName: `May`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Vermont`, - UnitsSold: 3059, - ManufacturingPrice: 10, - SalePrice: 12, - GrossSales: 36708, - Discounts: 274.08, - Sales: 36433.92, - COGS: 3426, - Profit: 33007.92, - Date: `06/01/2020`, - MonthName: `June`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Vermont`, - UnitsSold: 3957, - ManufacturingPrice: 10, - SalePrice: 125, - GrossSales: 494625, - Discounts: 1655, - Sales: 492970, - COGS: 79440, - Profit: 413530, - Date: `06/01/2020`, - MonthName: `June`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Vermont`, - UnitsSold: 3444, - ManufacturingPrice: 10, - SalePrice: 12, - GrossSales: 41328, - Discounts: 310.8, - Sales: 41017.2, - COGS: 3885, - Profit: 37132.2, - Date: `10/01/2020`, - MonthName: `October`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Vermont`, - UnitsSold: 3154, - ManufacturingPrice: 10, - SalePrice: 300, - GrossSales: 946200, - Discounts: 11496, - Sales: 934704, - COGS: 479000, - Profit: 455704, - Date: `12/01/2020`, - MonthName: `December`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Vermont`, - UnitsSold: 4108, - ManufacturingPrice: 10, - SalePrice: 350, - GrossSales: 1437800, - Discounts: 19964, - Sales: 1417836, - COGS: 741520, - Profit: 676316, - Date: `12/01/2020`, - MonthName: `December`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Vermont`, - UnitsSold: 3760, - ManufacturingPrice: 10, - SalePrice: 125, - GrossSales: 470000, - Discounts: 6822.5, - Sales: 463177.5, - COGS: 327480, - Profit: 135697.5, - Date: `12/01/2020`, - MonthName: `December`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Vermont`, - UnitsSold: 2334, - ManufacturingPrice: 10, - SalePrice: 12, - GrossSales: 28008, - Discounts: 253.2, - Sales: 27754.8, - COGS: 3165, - Profit: 24589.8, - Date: `12/01/2020`, - MonthName: `December`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Vermont`, - UnitsSold: 580, - ManufacturingPrice: 10, - SalePrice: 12, - GrossSales: 6960, - Discounts: 260.16, - Sales: 6699.84, - COGS: 3252, - Profit: 3447.84, - Date: `12/01/2020`, - MonthName: `December`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Burlington`, - UnitsSold: 2610, - ManufacturingPrice: 120, - SalePrice: 20, - GrossSales: 52200, - Discounts: 626.4, - Sales: 51573.6, - COGS: 15660, - Profit: 35913.6, - Date: `10/01/2020`, - MonthName: `October`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Burlington`, - UnitsSold: 1459, - ManufacturingPrice: 120, - SalePrice: 350, - GrossSales: 510650, - Discounts: 20139, - Sales: 490511, - COGS: 748020, - Profit: 257509, - Date: `10/01/2020`, - MonthName: `October`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Burlington`, - UnitsSold: 3774, - ManufacturingPrice: 120, - SalePrice: 12, - GrossSales: 45288, - Discounts: 253.2, - Sales: 45034.8, - COGS: 3165, - Profit: 41869.8, - Date: `12/01/2020`, - MonthName: `December`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Burlington`, - UnitsSold: 2572, - ManufacturingPrice: 120, - SalePrice: 12, - GrossSales: 30864, - Discounts: 260.16, - Sales: 30603.84, - COGS: 3252, - Profit: 27351.84, - Date: `12/01/2020`, - MonthName: `December`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Mandarin`, - UnitsSold: 320, - ManufacturingPrice: 250, - SalePrice: 125, - GrossSales: 40000, - Discounts: 1655, - Sales: 38345, - COGS: 79440, - Profit: 41095, - Date: `06/01/2020`, - MonthName: `June`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Mandarin`, - UnitsSold: 3275, - ManufacturingPrice: 250, - SalePrice: 350, - GrossSales: 1146250, - Discounts: 20139, - Sales: 1126111, - COGS: 748020, - Profit: 378091, - Date: `10/01/2020`, - MonthName: `October`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Mandarin`, - UnitsSold: 3582, - ManufacturingPrice: 250, - SalePrice: 125, - GrossSales: 447750, - Discounts: 6822.5, - Sales: 440927.5, - COGS: 327480, - Profit: 113447.5, - Date: `12/01/2020`, - MonthName: `December`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Luxe`, - UnitsSold: 4056, - ManufacturingPrice: 260, - SalePrice: 300, - GrossSales: 1216800, - Discounts: 1554, - Sales: 1215246, - COGS: 64750, - Profit: 1150496, - Date: `03/01/2020`, - MonthName: `March`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Luxe`, - UnitsSold: 2144, - ManufacturingPrice: 260, - SalePrice: 300, - GrossSales: 643200, - Discounts: 6606, - Sales: 636594, - COGS: 275250, - Profit: 361344, - Date: `03/01/2020`, - MonthName: `March`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Luxe`, - UnitsSold: 3502, - ManufacturingPrice: 260, - SalePrice: 125, - GrossSales: 437750, - Discounts: 5690, - Sales: 432060, - COGS: 273120, - Profit: 158940, - Date: `05/01/2020`, - MonthName: `May`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Luxe`, - UnitsSold: 679, - ManufacturingPrice: 260, - SalePrice: 20, - GrossSales: 13580, - Discounts: 494.4, - Sales: 13085.6, - COGS: 12360, - Profit: 725.6, - Date: `11/01/2020`, - MonthName: `November`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Luxe`, - UnitsSold: 2351, - ManufacturingPrice: 260, - SalePrice: 20, - GrossSales: 47020, - Discounts: 376.4, - Sales: 46643.6, - COGS: 9410, - Profit: 37233.6, - Date: `11/01/2020`, - MonthName: `November`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Luxe`, - UnitsSold: 2043, - ManufacturingPrice: 260, - SalePrice: 300, - GrossSales: 612900, - Discounts: 11496, - Sales: 601404, - COGS: 479000, - Profit: 122404, - Date: `12/01/2020`, - MonthName: `December`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Kensington`, - UnitsSold: 3565, - ManufacturingPrice: 3, - SalePrice: 125, - GrossSales: 445625, - Discounts: 15913.13, - Sales: 429711.88, - COGS: 509220, - Profit: 79508.13, - Date: `04/01/2020`, - MonthName: `April`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Kensington`, - UnitsSold: 1401, - ManufacturingPrice: 3, - SalePrice: 20, - GrossSales: 28020, - Discounts: 1548, - Sales: 26472, - COGS: 25800, - Profit: 672, - Date: `04/01/2020`, - MonthName: `April`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Kensington`, - UnitsSold: 2077, - ManufacturingPrice: 3, - SalePrice: 300, - GrossSales: 623100, - Discounts: 6201, - Sales: 616899, - COGS: 172250, - Profit: 444649, - Date: `06/01/2020`, - MonthName: `June`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Kensington`, - UnitsSold: 3643, - ManufacturingPrice: 3, - SalePrice: 12, - GrossSales: 43716, - Discounts: 700.92, - Sales: 43015.08, - COGS: 5841, - Profit: 37174.08, - Date: `09/01/2020`, - MonthName: `September`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Royal Oak`, - UnitsSold: 2960, - ManufacturingPrice: 5, - SalePrice: 7, - GrossSales: 20720, - Discounts: 411.18, - Sales: 20308.82, - COGS: 9790, - Profit: 10518.82, - Date: `02/01/2020`, - MonthName: `February`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Royal Oak`, - UnitsSold: 1201, - ManufacturingPrice: 5, - SalePrice: 12, - GrossSales: 14412, - Discounts: 684.36, - Sales: 13727.64, - COGS: 5703, - Profit: 8024.64, - Date: `06/01/2020`, - MonthName: `June`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Royal Oak`, - UnitsSold: 2321, - ManufacturingPrice: 5, - SalePrice: 7, - GrossSales: 16247, - Discounts: 114.24, - Sales: 16132.76, - COGS: 2720, - Profit: 13412.76, - Date: `09/01/2020`, - MonthName: `September`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Royal Oak`, - UnitsSold: 3972, - ManufacturingPrice: 5, - SalePrice: 125, - GrossSales: 496500, - Discounts: 4826.25, - Sales: 491673.75, - COGS: 154440, - Profit: 337233.75, - Date: `12/01/2020`, - MonthName: `December`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Royal Oak`, - UnitsSold: 3878, - ManufacturingPrice: 5, - SalePrice: 125, - GrossSales: 484750, - Discounts: 6397.5, - Sales: 478352.5, - COGS: 204720, - Profit: 273632.5, - Date: `12/01/2020`, - MonthName: `December`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Vermont`, - UnitsSold: 2278, - ManufacturingPrice: 10, - SalePrice: 300, - GrossSales: 683400, - Discounts: 21910.5, - Sales: 661489.5, - COGS: 608625, - Profit: 52864.5, - Date: `01/01/2020`, - MonthName: `January`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Vermont`, - UnitsSold: 1075, - ManufacturingPrice: 10, - SalePrice: 125, - GrossSales: 134375, - Discounts: 6652.5, - Sales: 127722.5, - COGS: 212880, - Profit: 85157.5, - Date: `03/01/2020`, - MonthName: `March`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Vermont`, - UnitsSold: 4050, - ManufacturingPrice: 10, - SalePrice: 12, - GrossSales: 48600, - Discounts: 684.36, - Sales: 47915.64, - COGS: 5703, - Profit: 42212.64, - Date: `06/01/2020`, - MonthName: `June`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Vermont`, - UnitsSold: 3035, - ManufacturingPrice: 10, - SalePrice: 300, - GrossSales: 910500, - Discounts: 6201, - Sales: 904299, - COGS: 172250, - Profit: 732049, - Date: `06/01/2020`, - MonthName: `June`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Vermont`, - UnitsSold: 3636, - ManufacturingPrice: 10, - SalePrice: 125, - GrossSales: 454500, - Discounts: 5887.5, - Sales: 448612.5, - COGS: 188400, - Profit: 260212.5, - Date: `06/01/2020`, - MonthName: `June`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Vermont`, - UnitsSold: 1379, - ManufacturingPrice: 10, - SalePrice: 12, - GrossSales: 16548, - Discounts: 493.02, - Sales: 16054.98, - COGS: 4108.5, - Profit: 11946.48, - Date: `07/01/2020`, - MonthName: `July`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Vermont`, - UnitsSold: 4492, - ManufacturingPrice: 10, - SalePrice: 125, - GrossSales: 561500, - Discounts: 7533.75, - Sales: 553966.25, - COGS: 241080, - Profit: 312886.25, - Date: `10/01/2020`, - MonthName: `October`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Vermont`, - UnitsSold: 1744, - ManufacturingPrice: 10, - SalePrice: 125, - GrossSales: 218000, - Discounts: 4826.25, - Sales: 213173.75, - COGS: 154440, - Profit: 58733.75, - Date: `12/01/2020`, - MonthName: `December`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Vermont`, - UnitsSold: 2341, - ManufacturingPrice: 10, - SalePrice: 125, - GrossSales: 292625, - Discounts: 6397.5, - Sales: 286227.5, - COGS: 204720, - Profit: 81507.5, - Date: `12/01/2020`, - MonthName: `December`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Burlington`, - UnitsSold: 3835, - ManufacturingPrice: 120, - SalePrice: 125, - GrossSales: 479375, - Discounts: 7533.75, - Sales: 471841.25, - COGS: 241080, - Profit: 230761.25, - Date: `10/01/2020`, - MonthName: `October`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Mandarin`, - UnitsSold: 1161, - ManufacturingPrice: 250, - SalePrice: 300, - GrossSales: 348300, - Discounts: 25596, - Sales: 322704, - COGS: 711000, - Profit: 388296, - Date: `02/01/2020`, - MonthName: `February`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Mandarin`, - UnitsSold: 876, - ManufacturingPrice: 250, - SalePrice: 12, - GrossSales: 10512, - Discounts: 689.76, - Sales: 9822.24, - COGS: 5748, - Profit: 4074.24, - Date: `04/01/2020`, - MonthName: `April`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Mandarin`, - UnitsSold: 1705, - ManufacturingPrice: 250, - SalePrice: 125, - GrossSales: 213125, - Discounts: 5887.5, - Sales: 207237.5, - COGS: 188400, - Profit: 18837.5, - Date: `06/01/2020`, - MonthName: `June`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Mandarin`, - UnitsSold: 1805, - ManufacturingPrice: 250, - SalePrice: 300, - GrossSales: 541500, - Discounts: 16866, - Sales: 524634, - COGS: 468500, - Profit: 56134, - Date: `08/01/2020`, - MonthName: `August`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Mandarin`, - UnitsSold: 389, - ManufacturingPrice: 250, - SalePrice: 350, - GrossSales: 136150, - Discounts: 17241, - Sales: 118909, - COGS: 426920, - Profit: 308011, - Date: `08/01/2020`, - MonthName: `August`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Kensington`, - UnitsSold: 1459, - ManufacturingPrice: 3, - SalePrice: 20, - GrossSales: 29180, - Discounts: 498.6, - Sales: 28681.4, - COGS: 8310, - Profit: 20371.4, - Date: `05/01/2020`, - MonthName: `May`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Burlington`, - UnitsSold: 4236, - ManufacturingPrice: 120, - SalePrice: 20, - GrossSales: 84720, - Discounts: 2310.3, - Sales: 82409.7, - COGS: 38505, - Profit: 43904.7, - Date: `04/01/2020`, - MonthName: `April`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Mandarin`, - UnitsSold: 3627, - ManufacturingPrice: 250, - SalePrice: 12, - GrossSales: 43524, - Discounts: 892.44, - Sales: 42631.56, - COGS: 7437, - Profit: 35194.56, - Date: `01/01/2020`, - MonthName: `January`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Royal Oak`, - UnitsSold: 1756, - ManufacturingPrice: 5, - SalePrice: 15, - GrossSales: 26340, - Discounts: 1218.6, - Sales: 25121.4, - COGS: 20310, - Profit: 4811.4, - Date: `10/01/2020`, - MonthName: `October`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Vermont`, - UnitsSold: 307, - ManufacturingPrice: 10, - SalePrice: 15, - GrossSales: 4605, - Discounts: 1218.6, - Sales: 3386.4, - COGS: 20310, - Profit: 16923.6, - Date: `10/01/2020`, - MonthName: `October`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Kensington`, - UnitsSold: 1222, - ManufacturingPrice: 3, - SalePrice: 300, - GrossSales: 366600, - Discounts: 24252, - Sales: 342348, - COGS: 505250, - Profit: 162902, - Date: `10/01/2020`, - MonthName: `October`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Kensington`, - UnitsSold: 489, - ManufacturingPrice: 3, - SalePrice: 350, - GrossSales: 171150, - Discounts: 3836, - Sales: 167314, - COGS: 71240, - Profit: 96074, - Date: `12/01/2020`, - MonthName: `December`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Royal Oak`, - UnitsSold: 4133, - ManufacturingPrice: 5, - SalePrice: 15, - GrossSales: 61995, - Discounts: 1180.2, - Sales: 60814.8, - COGS: 19670, - Profit: 41144.8, - Date: `03/01/2020`, - MonthName: `March`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Royal Oak`, - UnitsSold: 2743, - ManufacturingPrice: 5, - SalePrice: 300, - GrossSales: 822900, - Discounts: 22308, - Sales: 800592, - COGS: 464750, - Profit: 335842, - Date: `08/01/2020`, - MonthName: `August`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Royal Oak`, - UnitsSold: 4460, - ManufacturingPrice: 5, - SalePrice: 300, - GrossSales: 1338000, - Discounts: 24252, - Sales: 1313748, - COGS: 505250, - Profit: 808498, - Date: `10/01/2020`, - MonthName: `October`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Royal Oak`, - UnitsSold: 1232, - ManufacturingPrice: 5, - SalePrice: 125, - GrossSales: 154000, - Discounts: 5690, - Sales: 148310, - COGS: 136560, - Profit: 11750, - Date: `12/01/2020`, - MonthName: `December`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Vermont`, - UnitsSold: 2586, - ManufacturingPrice: 10, - SalePrice: 7, - GrossSales: 18102, - Discounts: 1190.28, - Sales: 16911.72, - COGS: 21255, - Profit: 4343.28, - Date: `01/01/2020`, - MonthName: `January`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Vermont`, - UnitsSold: 1332, - ManufacturingPrice: 10, - SalePrice: 125, - GrossSales: 166500, - Discounts: 3975, - Sales: 162525, - COGS: 95400, - Profit: 67125, - Date: `03/01/2020`, - MonthName: `March`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Vermont`, - UnitsSold: 4487, - ManufacturingPrice: 10, - SalePrice: 300, - GrossSales: 1346100, - Discounts: 16974, - Sales: 1329126, - COGS: 353625, - Profit: 975501, - Date: `04/01/2020`, - MonthName: `April`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Vermont`, - UnitsSold: 3862, - ManufacturingPrice: 10, - SalePrice: 300, - GrossSales: 1158600, - Discounts: 35016, - Sales: 1123584, - COGS: 729500, - Profit: 394084, - Date: `05/01/2020`, - MonthName: `May`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Vermont`, - UnitsSold: 1765, - ManufacturingPrice: 10, - SalePrice: 350, - GrossSales: 617750, - Discounts: 48300, - Sales: 569450, - COGS: 897000, - Profit: 327550, - Date: `07/01/2020`, - MonthName: `July`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Vermont`, - UnitsSold: 3533, - ManufacturingPrice: 10, - SalePrice: 125, - GrossSales: 441625, - Discounts: 14940, - Sales: 426685, - COGS: 358560, - Profit: 68125, - Date: `07/01/2020`, - MonthName: `July`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Vermont`, - UnitsSold: 2016, - ManufacturingPrice: 10, - SalePrice: 15, - GrossSales: 30240, - Discounts: 130.8, - Sales: 30109.2, - COGS: 2180, - Profit: 27929.2, - Date: `09/01/2020`, - MonthName: `September`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Vermont`, - UnitsSold: 2938, - ManufacturingPrice: 10, - SalePrice: 20, - GrossSales: 58760, - Discounts: 1659.2, - Sales: 57100.8, - COGS: 20740, - Profit: 36360.8, - Date: `09/01/2020`, - MonthName: `September`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Vermont`, - UnitsSold: 3352, - ManufacturingPrice: 10, - SalePrice: 20, - GrossSales: 67040, - Discounts: 844.8, - Sales: 66195.2, - COGS: 10560, - Profit: 55635.2, - Date: `09/01/2020`, - MonthName: `September`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Vermont`, - UnitsSold: 2430, - ManufacturingPrice: 10, - SalePrice: 350, - GrossSales: 850500, - Discounts: 3836, - Sales: 846664, - COGS: 71240, - Profit: 775424, - Date: `12/01/2020`, - MonthName: `December`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Vermont`, - UnitsSold: 535, - ManufacturingPrice: 10, - SalePrice: 125, - GrossSales: 66875, - Discounts: 5690, - Sales: 61185, - COGS: 136560, - Profit: 75375, - Date: `12/01/2020`, - MonthName: `December`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Burlington`, - UnitsSold: 1523, - ManufacturingPrice: 120, - SalePrice: 12, - GrossSales: 18276, - Discounts: 703.2, - Sales: 17572.8, - COGS: 4395, - Profit: 13177.8, - Date: `03/01/2020`, - MonthName: `March`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Burlington`, - UnitsSold: 1782, - ManufacturingPrice: 120, - SalePrice: 350, - GrossSales: 623700, - Discounts: 30478, - Sales: 593222, - COGS: 566020, - Profit: 27202, - Date: `10/01/2020`, - MonthName: `October`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Mandarin`, - UnitsSold: 347, - ManufacturingPrice: 250, - SalePrice: 12, - GrossSales: 4164, - Discounts: 415.68, - Sales: 3748.32, - COGS: 2598, - Profit: 1150.32, - Date: `05/01/2020`, - MonthName: `May`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Mandarin`, - UnitsSold: 3509, - ManufacturingPrice: 250, - SalePrice: 350, - GrossSales: 1228150, - Discounts: 30478, - Sales: 1197672, - COGS: 566020, - Profit: 631652, - Date: `10/01/2020`, - MonthName: `October`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Luxe`, - UnitsSold: 2943, - ManufacturingPrice: 260, - SalePrice: 350, - GrossSales: 1030050, - Discounts: 26110, - Sales: 1003940, - COGS: 484900, - Profit: 519040, - Date: `02/01/2020`, - MonthName: `February`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Luxe`, - UnitsSold: 4037, - ManufacturingPrice: 260, - SalePrice: 125, - GrossSales: 504625, - Discounts: 5370, - Sales: 499255, - COGS: 128880, - Profit: 370375, - Date: `04/01/2020`, - MonthName: `April`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Luxe`, - UnitsSold: 4146, - ManufacturingPrice: 260, - SalePrice: 350, - GrossSales: 1451100, - Discounts: 26698, - Sales: 1424402, - COGS: 495820, - Profit: 928582, - Date: `09/01/2020`, - MonthName: `September`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Vermont`, - UnitsSold: 725, - ManufacturingPrice: 10, - SalePrice: 7, - GrossSales: 5075, - Discounts: 480.2, - Sales: 4594.8, - COGS: 6860, - Profit: 2265.2, - Date: `01/01/2020`, - MonthName: `January`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Vermont`, - UnitsSold: 2325, - ManufacturingPrice: 10, - SalePrice: 7, - GrossSales: 16275, - Discounts: 941.15, - Sales: 15333.85, - COGS: 13445, - Profit: 1888.85, - Date: `10/01/2020`, - MonthName: `October`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Vermont`, - UnitsSold: 675, - ManufacturingPrice: 10, - SalePrice: 12, - GrossSales: 8100, - Discounts: 1458.6, - Sales: 6641.4, - COGS: 7293, - Profit: 651.6, - Date: `12/01/2020`, - MonthName: `December`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Burlington`, - UnitsSold: 2990, - ManufacturingPrice: 120, - SalePrice: 12, - GrossSales: 35880, - Discounts: 1458.6, - Sales: 34421.4, - COGS: 7293, - Profit: 27128.4, - Date: `12/01/2020`, - MonthName: `December`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Mandarin`, - UnitsSold: 1072, - ManufacturingPrice: 250, - SalePrice: 7, - GrossSales: 7504, - Discounts: 941.15, - Sales: 6562.85, - COGS: 13445, - Profit: 6882.15, - Date: `10/01/2020`, - MonthName: `October`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Luxe`, - UnitsSold: 1048, - ManufacturingPrice: 260, - SalePrice: 7, - GrossSales: 7336, - Discounts: 589.05, - Sales: 6746.95, - COGS: 8415, - Profit: 1668.05, - Date: `07/01/2020`, - MonthName: `July`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Luxe`, - UnitsSold: 469, - ManufacturingPrice: 260, - SalePrice: 12, - GrossSales: 5628, - Discounts: 673.8, - Sales: 4954.2, - COGS: 3369, - Profit: 1585.2, - Date: `08/01/2020`, - MonthName: `August`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Kensington`, - UnitsSold: 4240, - ManufacturingPrice: 3, - SalePrice: 12, - GrossSales: 50880, - Discounts: 1119, - Sales: 49761, - COGS: 5595, - Profit: 44166, - Date: `02/01/2020`, - MonthName: `February`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Kensington`, - UnitsSold: 1976, - ManufacturingPrice: 3, - SalePrice: 12, - GrossSales: 23712, - Discounts: 669.6, - Sales: 23042.4, - COGS: 3348, - Profit: 19694.4, - Date: `02/01/2020`, - MonthName: `February`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Kensington`, - UnitsSold: 1984, - ManufacturingPrice: 3, - SalePrice: 20, - GrossSales: 39680, - Discounts: 1563, - Sales: 38117, - COGS: 15630, - Profit: 22487, - Date: `05/01/2020`, - MonthName: `May`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Kensington`, - UnitsSold: 480, - ManufacturingPrice: 3, - SalePrice: 300, - GrossSales: 144000, - Discounts: 14865, - Sales: 129135, - COGS: 247750, - Profit: 118615, - Date: `06/01/2020`, - MonthName: `June`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Kensington`, - UnitsSold: 1205, - ManufacturingPrice: 3, - SalePrice: 15, - GrossSales: 18075, - Discounts: 2093.25, - Sales: 15981.75, - COGS: 27910, - Profit: 11928.25, - Date: `11/01/2020`, - MonthName: `November`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Kensington`, - UnitsSold: 2480, - ManufacturingPrice: 3, - SalePrice: 7, - GrossSales: 17360, - Discounts: 199.5, - Sales: 17160.5, - COGS: 2850, - Profit: 14310.5, - Date: `12/01/2020`, - MonthName: `December`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Kensington`, - UnitsSold: 2926, - ManufacturingPrice: 3, - SalePrice: 7, - GrossSales: 20482, - Discounts: 870.45, - Sales: 19611.55, - COGS: 12435, - Profit: 7176.55, - Date: `12/01/2020`, - MonthName: `December`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Royal Oak`, - UnitsSold: 3210, - ManufacturingPrice: 5, - SalePrice: 350, - GrossSales: 1123500, - Discounts: 24228.75, - Sales: 1099271.25, - COGS: 359970, - Profit: 739301.25, - Date: `01/01/2020`, - MonthName: `January`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Royal Oak`, - UnitsSold: 3221, - ManufacturingPrice: 5, - SalePrice: 125, - GrossSales: 402625, - Discounts: 22668.75, - Sales: 379956.25, - COGS: 435240, - Profit: 55283.75, - Date: `07/01/2020`, - MonthName: `July`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Royal Oak`, - UnitsSold: 1127, - ManufacturingPrice: 5, - SalePrice: 12, - GrossSales: 13524, - Discounts: 1405.2, - Sales: 12118.8, - COGS: 7026, - Profit: 5092.8, - Date: `11/01/2020`, - MonthName: `November`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Vermont`, - UnitsSold: 1610, - ManufacturingPrice: 10, - SalePrice: 20, - GrossSales: 32200, - Discounts: 1303, - Sales: 30897, - COGS: 13030, - Profit: 17867, - Date: `02/01/2020`, - MonthName: `February`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Vermont`, - UnitsSold: 4100, - ManufacturingPrice: 10, - SalePrice: 125, - GrossSales: 512500, - Discounts: 18700, - Sales: 493800, - COGS: 359040, - Profit: 134760, - Date: `03/01/2020`, - MonthName: `March`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Vermont`, - UnitsSold: 1012, - ManufacturingPrice: 10, - SalePrice: 125, - GrossSales: 126500, - Discounts: 14906.25, - Sales: 111593.75, - COGS: 286200, - Profit: 174606.25, - Date: `03/01/2020`, - MonthName: `March`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Vermont`, - UnitsSold: 3337, - ManufacturingPrice: 10, - SalePrice: 300, - GrossSales: 1001100, - Discounts: 24105, - Sales: 976995, - COGS: 401750, - Profit: 575245, - Date: `04/01/2020`, - MonthName: `April`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Vermont`, - UnitsSold: 3955, - ManufacturingPrice: 10, - SalePrice: 7, - GrossSales: 27685, - Discounts: 814.45, - Sales: 26870.55, - COGS: 11635, - Profit: 15235.55, - Date: `05/01/2020`, - MonthName: `May`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Vermont`, - UnitsSold: 4347, - ManufacturingPrice: 10, - SalePrice: 300, - GrossSales: 1304100, - Discounts: 14865, - Sales: 1289235, - COGS: 247750, - Profit: 1041485, - Date: `06/01/2020`, - MonthName: `June`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Vermont`, - UnitsSold: 1548, - ManufacturingPrice: 10, - SalePrice: 350, - GrossSales: 541800, - Discounts: 10535, - Sales: 531265, - COGS: 156520, - Profit: 374745, - Date: `06/01/2020`, - MonthName: `June`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Vermont`, - UnitsSold: 2153, - ManufacturingPrice: 10, - SalePrice: 15, - GrossSales: 32295, - Discounts: 1965, - Sales: 30330, - COGS: 26200, - Profit: 4130, - Date: `09/01/2020`, - MonthName: `September`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Vermont`, - UnitsSold: 4126, - ManufacturingPrice: 10, - SalePrice: 125, - GrossSales: 515750, - Discounts: 5381.25, - Sales: 510368.75, - COGS: 103320, - Profit: 407048.75, - Date: `10/01/2020`, - MonthName: `October`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Vermont`, - UnitsSold: 3376, - ManufacturingPrice: 10, - SalePrice: 20, - GrossSales: 67520, - Discounts: 2663, - Sales: 64857, - COGS: 26630, - Profit: 38227, - Date: `12/01/2020`, - MonthName: `December`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Burlington`, - UnitsSold: 2244, - ManufacturingPrice: 120, - SalePrice: 15, - GrossSales: 33660, - Discounts: 416.25, - Sales: 33243.75, - COGS: 5550, - Profit: 27693.75, - Date: `01/01/2020`, - MonthName: `January`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Burlington`, - UnitsSold: 1360, - ManufacturingPrice: 120, - SalePrice: 15, - GrossSales: 20400, - Discounts: 2145.75, - Sales: 18254.25, - COGS: 28610, - Profit: 10355.75, - Date: `01/01/2020`, - MonthName: `January`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Burlington`, - UnitsSold: 279, - ManufacturingPrice: 120, - SalePrice: 125, - GrossSales: 34875, - Discounts: 5043.75, - Sales: 29831.25, - COGS: 96840, - Profit: 67008.75, - Date: `02/01/2020`, - MonthName: `February`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Burlington`, - UnitsSold: 2521, - ManufacturingPrice: 120, - SalePrice: 350, - GrossSales: 882350, - Discounts: 10535, - Sales: 871815, - COGS: 156520, - Profit: 715295, - Date: `06/01/2020`, - MonthName: `June`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Burlington`, - UnitsSold: 2433, - ManufacturingPrice: 120, - SalePrice: 20, - GrossSales: 48660, - Discounts: 2832, - Sales: 45828, - COGS: 28320, - Profit: 17508, - Date: `08/01/2020`, - MonthName: `August`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Burlington`, - UnitsSold: 1738, - ManufacturingPrice: 120, - SalePrice: 20, - GrossSales: 34760, - Discounts: 1579, - Sales: 33181, - COGS: 15790, - Profit: 17391, - Date: `08/01/2020`, - MonthName: `August`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Burlington`, - UnitsSold: 1106, - ManufacturingPrice: 120, - SalePrice: 125, - GrossSales: 138250, - Discounts: 5381.25, - Sales: 132868.75, - COGS: 103320, - Profit: 29548.75, - Date: `10/01/2020`, - MonthName: `October`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Burlington`, - UnitsSold: 213, - ManufacturingPrice: 120, - SalePrice: 300, - GrossSales: 63900, - Discounts: 18750, - Sales: 45150, - COGS: 312500, - Profit: 267350, - Date: `12/01/2020`, - MonthName: `December`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Mandarin`, - UnitsSold: 2929, - ManufacturingPrice: 250, - SalePrice: 20, - GrossSales: 58580, - Discounts: 2663, - Sales: 55917, - COGS: 26630, - Profit: 29287, - Date: `12/01/2020`, - MonthName: `December`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Mandarin`, - UnitsSold: 2389, - ManufacturingPrice: 250, - SalePrice: 7, - GrossSales: 16723, - Discounts: 199.5, - Sales: 16523.5, - COGS: 2850, - Profit: 13673.5, - Date: `12/01/2020`, - MonthName: `December`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Mandarin`, - UnitsSold: 3086, - ManufacturingPrice: 250, - SalePrice: 7, - GrossSales: 21602, - Discounts: 870.45, - Sales: 20731.55, - COGS: 12435, - Profit: 8296.55, - Date: `12/01/2020`, - MonthName: `December`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Luxe`, - UnitsSold: 745, - ManufacturingPrice: 260, - SalePrice: 350, - GrossSales: 260750, - Discounts: 23625, - Sales: 237125, - COGS: 351000, - Profit: 113875, - Date: `02/01/2020`, - MonthName: `February`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Luxe`, - UnitsSold: 1266, - ManufacturingPrice: 260, - SalePrice: 350, - GrossSales: 443100, - Discounts: 9660, - Sales: 433440, - COGS: 143520, - Profit: 289920, - Date: `08/01/2020`, - MonthName: `August`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Luxe`, - UnitsSold: 4287, - ManufacturingPrice: 260, - SalePrice: 300, - GrossSales: 1286100, - Discounts: 18750, - Sales: 1267350, - COGS: 312500, - Profit: 954850, - Date: `12/01/2020`, - MonthName: `December`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Vermont`, - UnitsSold: 3193, - ManufacturingPrice: 10, - SalePrice: 15, - GrossSales: 47895, - Discounts: 3420.9, - Sales: 44474.1, - COGS: 38010, - Profit: 6464.1, - Date: `04/01/2020`, - MonthName: `April`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Kensington`, - UnitsSold: 1967, - ManufacturingPrice: 3, - SalePrice: 20, - GrossSales: 39340, - Discounts: 1341, - Sales: 37999, - COGS: 11175, - Profit: 26824, - Date: `01/01/2020`, - MonthName: `January`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Kensington`, - UnitsSold: 631, - ManufacturingPrice: 3, - SalePrice: 15, - GrossSales: 9465, - Discounts: 2559.6, - Sales: 6905.4, - COGS: 28440, - Profit: 21534.6, - Date: `06/01/2020`, - MonthName: `June`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Kensington`, - UnitsSold: 3469, - ManufacturingPrice: 3, - SalePrice: 12, - GrossSales: 41628, - Discounts: 404.64, - Sales: 41223.36, - COGS: 1686, - Profit: 39537.36, - Date: `09/01/2020`, - MonthName: `September`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Kensington`, - UnitsSold: 3215, - ManufacturingPrice: 3, - SalePrice: 15, - GrossSales: 48225, - Discounts: 1827, - Sales: 46398, - COGS: 20300, - Profit: 26098, - Date: `11/01/2020`, - MonthName: `November`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Royal Oak`, - UnitsSold: 1959, - ManufacturingPrice: 5, - SalePrice: 350, - GrossSales: 685650, - Discounts: 20580, - Sales: 665070, - COGS: 254800, - Profit: 410270, - Date: `04/01/2020`, - MonthName: `April`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Royal Oak`, - UnitsSold: 2181, - ManufacturingPrice: 5, - SalePrice: 350, - GrossSales: 763350, - Discounts: 30660, - Sales: 732690, - COGS: 379600, - Profit: 353090, - Date: `05/01/2020`, - MonthName: `May`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Royal Oak`, - UnitsSold: 2205, - ManufacturingPrice: 5, - SalePrice: 12, - GrossSales: 26460, - Discounts: 1960.56, - Sales: 24499.44, - COGS: 8169, - Profit: 16330.44, - Date: `11/01/2020`, - MonthName: `November`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Vermont`, - UnitsSold: 1890, - ManufacturingPrice: 10, - SalePrice: 350, - GrossSales: 661500, - Discounts: 31416, - Sales: 630084, - COGS: 388960, - Profit: 241124, - Date: `06/01/2020`, - MonthName: `June`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Burlington`, - UnitsSold: 2417, - ManufacturingPrice: 120, - SalePrice: 125, - GrossSales: 302125, - Discounts: 7140, - Sales: 294985, - COGS: 114240, - Profit: 180745, - Date: `02/01/2020`, - MonthName: `February`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Burlington`, - UnitsSold: 1158, - ManufacturingPrice: 120, - SalePrice: 125, - GrossSales: 144750, - Discounts: 20662.5, - Sales: 124087.5, - COGS: 330600, - Profit: 206512.5, - Date: `02/01/2020`, - MonthName: `February`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Burlington`, - UnitsSold: 803, - ManufacturingPrice: 120, - SalePrice: 15, - GrossSales: 12045, - Discounts: 1377, - Sales: 10668, - COGS: 15300, - Profit: 4632, - Date: `05/01/2020`, - MonthName: `May`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Burlington`, - UnitsSold: 3705, - ManufacturingPrice: 120, - SalePrice: 350, - GrossSales: 1296750, - Discounts: 31416, - Sales: 1265334, - COGS: 388960, - Profit: 876374, - Date: `06/01/2020`, - MonthName: `June`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Burlington`, - UnitsSold: 589, - ManufacturingPrice: 120, - SalePrice: 7, - GrossSales: 4123, - Discounts: 629.16, - Sales: 3493.84, - COGS: 7490, - Profit: 3996.16, - Date: `06/01/2020`, - MonthName: `June`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Mandarin`, - UnitsSold: 3999, - ManufacturingPrice: 250, - SalePrice: 15, - GrossSales: 59985, - Discounts: 2559.6, - Sales: 57425.4, - COGS: 28440, - Profit: 28985.4, - Date: `06/01/2020`, - MonthName: `June`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Mandarin`, - UnitsSold: 4256, - ManufacturingPrice: 250, - SalePrice: 7, - GrossSales: 29792, - Discounts: 629.16, - Sales: 29162.84, - COGS: 7490, - Profit: 21672.84, - Date: `06/01/2020`, - MonthName: `June`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Luxe`, - UnitsSold: 2160, - ManufacturingPrice: 260, - SalePrice: 125, - GrossSales: 270000, - Discounts: 14906.25, - Sales: 255093.75, - COGS: 238500, - Profit: 16593.75, - Date: `01/01/2020`, - MonthName: `January`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Luxe`, - UnitsSold: 466, - ManufacturingPrice: 260, - SalePrice: 350, - GrossSales: 163100, - Discounts: 35259, - Sales: 127841, - COGS: 436540, - Profit: 308699, - Date: `09/01/2020`, - MonthName: `September`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Vermont`, - UnitsSold: 1478, - ManufacturingPrice: 10, - SalePrice: 15, - GrossSales: 22170, - Discounts: 1978.2, - Sales: 20191.8, - COGS: 21980, - Profit: 1788.2, - Date: `08/01/2020`, - MonthName: `August`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Vermont`, - UnitsSold: 3798, - ManufacturingPrice: 10, - SalePrice: 15, - GrossSales: 56970, - Discounts: 1568.7, - Sales: 55401.3, - COGS: 17430, - Profit: 37971.3, - Date: `08/01/2020`, - MonthName: `August`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Vermont`, - UnitsSold: 447, - ManufacturingPrice: 10, - SalePrice: 15, - GrossSales: 6705, - Discounts: 1037.7, - Sales: 5667.3, - COGS: 11530, - Profit: 5862.7, - Date: `10/01/2020`, - MonthName: `October`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Burlington`, - UnitsSold: 745, - ManufacturingPrice: 120, - SalePrice: 20, - GrossSales: 14900, - Discounts: 1201.2, - Sales: 13698.8, - COGS: 10010, - Profit: 3688.8, - Date: `08/01/2020`, - MonthName: `August`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Burlington`, - UnitsSold: 1732, - ManufacturingPrice: 120, - SalePrice: 7, - GrossSales: 12124, - Discounts: 559.86, - Sales: 11564.14, - COGS: 6665, - Profit: 4899.14, - Date: `11/01/2020`, - MonthName: `November`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Mandarin`, - UnitsSold: 1759, - ManufacturingPrice: 250, - SalePrice: 15, - GrossSales: 26385, - Discounts: 1037.7, - Sales: 25347.3, - COGS: 11530, - Profit: 13817.3, - Date: `10/01/2020`, - MonthName: `October`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Kensington`, - UnitsSold: 338, - ManufacturingPrice: 3, - SalePrice: 12, - GrossSales: 4056, - Discounts: 610.68, - Sales: 3445.32, - COGS: 2181, - Profit: 1264.32, - Date: `02/01/2020`, - MonthName: `February`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Kensington`, - UnitsSold: 3911, - ManufacturingPrice: 3, - SalePrice: 12, - GrossSales: 46932, - Discounts: 1582.56, - Sales: 45349.44, - COGS: 5652, - Profit: 39697.44, - Date: `08/01/2020`, - MonthName: `August`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Royal Oak`, - UnitsSold: 4473, - ManufacturingPrice: 5, - SalePrice: 12, - GrossSales: 53676, - Discounts: 1965.6, - Sales: 51710.4, - COGS: 7020, - Profit: 44690.4, - Date: `01/01/2020`, - MonthName: `January`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Royal Oak`, - UnitsSold: 383, - ManufacturingPrice: 5, - SalePrice: 12, - GrossSales: 4596, - Discounts: 1967.28, - Sales: 2628.72, - COGS: 7026, - Profit: 4397.28, - Date: `11/01/2020`, - MonthName: `November`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Burlington`, - UnitsSold: 1062, - ManufacturingPrice: 120, - SalePrice: 15, - GrossSales: 15930, - Discounts: 1325.1, - Sales: 14604.9, - COGS: 12620, - Profit: 1984.9, - Date: `05/01/2020`, - MonthName: `May`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Burlington`, - UnitsSold: 4083, - ManufacturingPrice: 120, - SalePrice: 7, - GrossSales: 28581, - Discounts: 556.15, - Sales: 28024.85, - COGS: 5675, - Profit: 22349.85, - Date: `06/01/2020`, - MonthName: `June`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Burlington`, - UnitsSold: 3974, - ManufacturingPrice: 120, - SalePrice: 7, - GrossSales: 27818, - Discounts: 268.03, - Sales: 27549.97, - COGS: 2735, - Profit: 24814.97, - Date: `11/01/2020`, - MonthName: `November`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Burlington`, - UnitsSold: 3723, - ManufacturingPrice: 120, - SalePrice: 7, - GrossSales: 26061, - Discounts: 775.18, - Sales: 25285.82, - COGS: 7910, - Profit: 17375.82, - Date: `12/01/2020`, - MonthName: `December`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Mandarin`, - UnitsSold: 2435, - ManufacturingPrice: 250, - SalePrice: 12, - GrossSales: 29220, - Discounts: 1460.34, - Sales: 27759.66, - COGS: 5215.5, - Profit: 22544.16, - Date: `04/01/2020`, - MonthName: `April`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Mandarin`, - UnitsSold: 1763, - ManufacturingPrice: 250, - SalePrice: 7, - GrossSales: 12341, - Discounts: 775.18, - Sales: 11565.82, - COGS: 7910, - Profit: 3655.82, - Date: `12/01/2020`, - MonthName: `December`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Luxe`, - UnitsSold: 4473, - ManufacturingPrice: 260, - SalePrice: 7, - GrossSales: 31311, - Discounts: 556.15, - Sales: 30754.85, - COGS: 5675, - Profit: 25079.85, - Date: `06/01/2020`, - MonthName: `June`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Kensington`, - UnitsSold: 1246, - ManufacturingPrice: 3, - SalePrice: 350, - GrossSales: 436100, - Discounts: 43144.5, - Sales: 392955.5, - COGS: 457860, - Profit: 64904.5, - Date: `03/01/2020`, - MonthName: `March`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Kensington`, - UnitsSold: 1615, - ManufacturingPrice: 3, - SalePrice: 300, - GrossSales: 484500, - Discounts: 9408, - Sales: 475092, - COGS: 112000, - Profit: 363092, - Date: `06/01/2020`, - MonthName: `June`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Kensington`, - UnitsSold: 749, - ManufacturingPrice: 3, - SalePrice: 300, - GrossSales: 224700, - Discounts: 45801, - Sales: 178899, - COGS: 545250, - Profit: 366351, - Date: `10/01/2020`, - MonthName: `October`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Royal Oak`, - UnitsSold: 1318, - ManufacturingPrice: 5, - SalePrice: 20, - GrossSales: 26360, - Discounts: 2766.4, - Sales: 23593.6, - COGS: 19760, - Profit: 3833.6, - Date: `10/01/2020`, - MonthName: `October`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Royal Oak`, - UnitsSold: 2882, - ManufacturingPrice: 5, - SalePrice: 300, - GrossSales: 864600, - Discounts: 45801, - Sales: 818799, - COGS: 545250, - Profit: 273549, - Date: `10/01/2020`, - MonthName: `October`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Vermont`, - UnitsSold: 2484, - ManufacturingPrice: 10, - SalePrice: 300, - GrossSales: 745200, - Discounts: 35742, - Sales: 709458, - COGS: 425500, - Profit: 283958, - Date: `05/01/2020`, - MonthName: `May`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Vermont`, - UnitsSold: 3169, - ManufacturingPrice: 10, - SalePrice: 300, - GrossSales: 950700, - Discounts: 9408, - Sales: 941292, - COGS: 112000, - Profit: 829292, - Date: `06/01/2020`, - MonthName: `June`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Vermont`, - UnitsSold: 4080, - ManufacturingPrice: 10, - SalePrice: 125, - GrossSales: 510000, - Discounts: 30738.75, - Sales: 479261.25, - COGS: 421560, - Profit: 57701.25, - Date: `07/01/2020`, - MonthName: `July`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Vermont`, - UnitsSold: 3943, - ManufacturingPrice: 10, - SalePrice: 15, - GrossSales: 59145, - Discounts: 2206.05, - Sales: 56938.95, - COGS: 21010, - Profit: 35928.95, - Date: `08/01/2020`, - MonthName: `August`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Vermont`, - UnitsSold: 253, - ManufacturingPrice: 10, - SalePrice: 20, - GrossSales: 5060, - Discounts: 2149, - Sales: 2911, - COGS: 15350, - Profit: 12439, - Date: `09/01/2020`, - MonthName: `September`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Burlington`, - UnitsSold: 799, - ManufacturingPrice: 120, - SalePrice: 300, - GrossSales: 239700, - Discounts: 34839, - Sales: 204861, - COGS: 414750, - Profit: 209889, - Date: `07/01/2020`, - MonthName: `July`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Burlington`, - UnitsSold: 3942, - ManufacturingPrice: 120, - SalePrice: 20, - GrossSales: 78840, - Discounts: 852.6, - Sales: 77987.4, - COGS: 6090, - Profit: 71897.4, - Date: `08/01/2020`, - MonthName: `August`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Burlington`, - UnitsSold: 2498, - ManufacturingPrice: 120, - SalePrice: 125, - GrossSales: 312250, - Discounts: 18261.25, - Sales: 293988.75, - COGS: 250440, - Profit: 43548.75, - Date: `09/01/2020`, - MonthName: `September`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Burlington`, - UnitsSold: 2517, - ManufacturingPrice: 120, - SalePrice: 20, - GrossSales: 50340, - Discounts: 2766.4, - Sales: 47573.6, - COGS: 19760, - Profit: 27813.6, - Date: `10/01/2020`, - MonthName: `October`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Burlington`, - UnitsSold: 1145, - ManufacturingPrice: 120, - SalePrice: 300, - GrossSales: 343500, - Discounts: 28812, - Sales: 314688, - COGS: 343000, - Profit: 28312, - Date: `12/01/2020`, - MonthName: `December`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Mandarin`, - UnitsSold: 3814, - ManufacturingPrice: 250, - SalePrice: 12, - GrossSales: 45768, - Discounts: 2725.38, - Sales: 43042.62, - COGS: 9733.5, - Profit: 33309.12, - Date: `01/01/2020`, - MonthName: `January`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Mandarin`, - UnitsSold: 1188, - ManufacturingPrice: 250, - SalePrice: 300, - GrossSales: 356400, - Discounts: 20139, - Sales: 336261, - COGS: 239750, - Profit: 96511, - Date: `02/01/2020`, - MonthName: `February`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Mandarin`, - UnitsSold: 2233, - ManufacturingPrice: 250, - SalePrice: 300, - GrossSales: 669900, - Discounts: 57687, - Sales: 612213, - COGS: 686750, - Profit: 74537, - Date: `02/01/2020`, - MonthName: `February`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Luxe`, - UnitsSold: 421, - ManufacturingPrice: 260, - SalePrice: 125, - GrossSales: 52625, - Discounts: 14393.75, - Sales: 38231.25, - COGS: 197400, - Profit: 159168.75, - Date: `05/01/2020`, - MonthName: `May`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Luxe`, - UnitsSold: 269, - ManufacturingPrice: 260, - SalePrice: 350, - GrossSales: 94150, - Discounts: 70462, - Sales: 23688, - COGS: 747760, - Profit: 724072, - Date: `09/01/2020`, - MonthName: `September`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Luxe`, - UnitsSold: 952, - ManufacturingPrice: 260, - SalePrice: 20, - GrossSales: 19040, - Discounts: 1565.2, - Sales: 17474.8, - COGS: 11180, - Profit: 6294.8, - Date: `11/01/2020`, - MonthName: `November`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Luxe`, - UnitsSold: 2964, - ManufacturingPrice: 260, - SalePrice: 300, - GrossSales: 889200, - Discounts: 28812, - Sales: 860388, - COGS: 343000, - Profit: 517388, - Date: `12/01/2020`, - MonthName: `December`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Royal Oak`, - UnitsSold: 1505, - ManufacturingPrice: 5, - SalePrice: 7, - GrossSales: 10535, - Discounts: 273.28, - Sales: 10261.72, - COGS: 2440, - Profit: 7821.72, - Date: `02/01/2020`, - MonthName: `February`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Royal Oak`, - UnitsSold: 1678, - ManufacturingPrice: 5, - SalePrice: 20, - GrossSales: 33560, - Discounts: 2051.2, - Sales: 31508.8, - COGS: 12820, - Profit: 18688.8, - Date: `06/01/2020`, - MonthName: `June`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Vermont`, - UnitsSold: 4249, - ManufacturingPrice: 10, - SalePrice: 7, - GrossSales: 29743, - Discounts: 143.92, - Sales: 29599.08, - COGS: 1285, - Profit: 28314.08, - Date: `05/01/2020`, - MonthName: `May`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Luxe`, - UnitsSold: 1677, - ManufacturingPrice: 260, - SalePrice: 20, - GrossSales: 33540, - Discounts: 2051.2, - Sales: 31488.8, - COGS: 12820, - Profit: 18668.8, - Date: `06/01/2020`, - MonthName: `June`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Kensington`, - UnitsSold: 3051, - ManufacturingPrice: 3, - SalePrice: 125, - GrossSales: 381375, - Discounts: 15400, - Sales: 365975, - COGS: 184800, - Profit: 181175, - Date: `08/01/2020`, - MonthName: `August`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Kensington`, - UnitsSold: 3372, - ManufacturingPrice: 3, - SalePrice: 15, - GrossSales: 50580, - Discounts: 588, - Sales: 49992, - COGS: 4900, - Profit: 45092, - Date: `11/01/2020`, - MonthName: `November`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Kensington`, - UnitsSold: 1686, - ManufacturingPrice: 3, - SalePrice: 350, - GrossSales: 590100, - Discounts: 38136, - Sales: 551964, - COGS: 354120, - Profit: 197844, - Date: `12/01/2020`, - MonthName: `December`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Royal Oak`, - UnitsSold: 3086, - ManufacturingPrice: 5, - SalePrice: 15, - GrossSales: 46290, - Discounts: 3001.2, - Sales: 43288.8, - COGS: 25010, - Profit: 18278.8, - Date: `03/01/2020`, - MonthName: `March`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Royal Oak`, - UnitsSold: 4150, - ManufacturingPrice: 5, - SalePrice: 20, - GrossSales: 83000, - Discounts: 1132.8, - Sales: 81867.2, - COGS: 7080, - Profit: 74787.2, - Date: `06/01/2020`, - MonthName: `June`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Royal Oak`, - UnitsSold: 3027, - ManufacturingPrice: 5, - SalePrice: 20, - GrossSales: 60540, - Discounts: 1032, - Sales: 59508, - COGS: 6450, - Profit: 53058, - Date: `07/01/2020`, - MonthName: `July`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Royal Oak`, - UnitsSold: 4359, - ManufacturingPrice: 5, - SalePrice: 300, - GrossSales: 1307700, - Discounts: 37488, - Sales: 1270212, - COGS: 390500, - Profit: 879712, - Date: `08/01/2020`, - MonthName: `August`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Royal Oak`, - UnitsSold: 1589, - ManufacturingPrice: 5, - SalePrice: 15, - GrossSales: 23835, - Discounts: 853.2, - Sales: 22981.8, - COGS: 7110, - Profit: 15871.8, - Date: `12/01/2020`, - MonthName: `December`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Vermont`, - UnitsSold: 2679, - ManufacturingPrice: 10, - SalePrice: 125, - GrossSales: 334875, - Discounts: 11140, - Sales: 323735, - COGS: 133680, - Profit: 190055, - Date: `03/01/2020`, - MonthName: `March`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Vermont`, - UnitsSold: 3401, - ManufacturingPrice: 10, - SalePrice: 7, - GrossSales: 23807, - Discounts: 705.04, - Sales: 23101.96, - COGS: 6295, - Profit: 16806.96, - Date: `04/01/2020`, - MonthName: `April`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Vermont`, - UnitsSold: 2815, - ManufacturingPrice: 10, - SalePrice: 7, - GrossSales: 19705, - Discounts: 613.2, - Sales: 19091.8, - COGS: 5475, - Profit: 13616.8, - Date: `05/01/2020`, - MonthName: `May`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Vermont`, - UnitsSold: 2964, - ManufacturingPrice: 10, - SalePrice: 20, - GrossSales: 59280, - Discounts: 2185.6, - Sales: 57094.4, - COGS: 13660, - Profit: 43434.4, - Date: `06/01/2020`, - MonthName: `June`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Vermont`, - UnitsSold: 4173, - ManufacturingPrice: 10, - SalePrice: 300, - GrossSales: 1251900, - Discounts: 59040, - Sales: 1192860, - COGS: 615000, - Profit: 577860, - Date: `06/01/2020`, - MonthName: `June`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Vermont`, - UnitsSold: 1157, - ManufacturingPrice: 10, - SalePrice: 7, - GrossSales: 8099, - Discounts: 379.68, - Sales: 7719.32, - COGS: 3390, - Profit: 4329.32, - Date: `08/01/2020`, - MonthName: `August`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Vermont`, - UnitsSold: 3065, - ManufacturingPrice: 10, - SalePrice: 7, - GrossSales: 21455, - Discounts: 894.88, - Sales: 20560.12, - COGS: 7990, - Profit: 12570.12, - Date: `08/01/2020`, - MonthName: `August`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Vermont`, - UnitsSold: 4080, - ManufacturingPrice: 10, - SalePrice: 20, - GrossSales: 81600, - Discounts: 3094.4, - Sales: 78505.6, - COGS: 19340, - Profit: 59165.6, - Date: `09/01/2020`, - MonthName: `September`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Vermont`, - UnitsSold: 1713, - ManufacturingPrice: 10, - SalePrice: 20, - GrossSales: 34260, - Discounts: 4788.8, - Sales: 29471.2, - COGS: 29930, - Profit: 458.8, - Date: `09/01/2020`, - MonthName: `September`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Vermont`, - UnitsSold: 1691, - ManufacturingPrice: 10, - SalePrice: 350, - GrossSales: 591850, - Discounts: 38136, - Sales: 553714, - COGS: 354120, - Profit: 199594, - Date: `12/01/2020`, - MonthName: `December`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Burlington`, - UnitsSold: 2305, - ManufacturingPrice: 120, - SalePrice: 12, - GrossSales: 27660, - Discounts: 574.08, - Sales: 27085.92, - COGS: 1794, - Profit: 25291.92, - Date: `03/01/2020`, - MonthName: `March`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Burlington`, - UnitsSold: 3401, - ManufacturingPrice: 120, - SalePrice: 7, - GrossSales: 23807, - Discounts: 1627.92, - Sales: 22179.08, - COGS: 14535, - Profit: 7644.08, - Date: `06/01/2020`, - MonthName: `June`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Burlington`, - UnitsSold: 2288, - ManufacturingPrice: 120, - SalePrice: 7, - GrossSales: 16016, - Discounts: 1309.28, - Sales: 14706.72, - COGS: 11690, - Profit: 3016.72, - Date: `06/01/2020`, - MonthName: `June`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Burlington`, - UnitsSold: 4086, - ManufacturingPrice: 120, - SalePrice: 300, - GrossSales: 1225800, - Discounts: 15240, - Sales: 1210560, - COGS: 158750, - Profit: 1051810, - Date: `12/01/2020`, - MonthName: `December`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Mandarin`, - UnitsSold: 2651, - ManufacturingPrice: 250, - SalePrice: 350, - GrossSales: 927850, - Discounts: 16086, - Sales: 911764, - COGS: 149370, - Profit: 762394, - Date: `04/01/2020`, - MonthName: `April`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Mandarin`, - UnitsSold: 3971, - ManufacturingPrice: 250, - SalePrice: 7, - GrossSales: 27797, - Discounts: 1309.28, - Sales: 26487.72, - COGS: 11690, - Profit: 14797.72, - Date: `06/01/2020`, - MonthName: `June`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Mandarin`, - UnitsSold: 2512, - ManufacturingPrice: 250, - SalePrice: 350, - GrossSales: 879200, - Discounts: 10668, - Sales: 868532, - COGS: 99060, - Profit: 769472, - Date: `08/01/2020`, - MonthName: `August`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Mandarin`, - UnitsSold: 2745, - ManufacturingPrice: 250, - SalePrice: 350, - GrossSales: 960750, - Discounts: 11816, - Sales: 948934, - COGS: 109720, - Profit: 839214, - Date: `08/01/2020`, - MonthName: `August`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Mandarin`, - UnitsSold: 1903, - ManufacturingPrice: 250, - SalePrice: 300, - GrossSales: 570900, - Discounts: 51216, - Sales: 519684, - COGS: 533500, - Profit: 13816, - Date: `09/01/2020`, - MonthName: `September`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Luxe`, - UnitsSold: 2914, - ManufacturingPrice: 260, - SalePrice: 20, - GrossSales: 58280, - Discounts: 1132.8, - Sales: 57147.2, - COGS: 7080, - Profit: 50067.2, - Date: `06/01/2020`, - MonthName: `June`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Luxe`, - UnitsSold: 1889, - ManufacturingPrice: 260, - SalePrice: 7, - GrossSales: 13223, - Discounts: 1627.92, - Sales: 11595.08, - COGS: 14535, - Profit: 2939.92, - Date: `06/01/2020`, - MonthName: `June`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Luxe`, - UnitsSold: 1466, - ManufacturingPrice: 260, - SalePrice: 20, - GrossSales: 29320, - Discounts: 2185.6, - Sales: 27134.4, - COGS: 13660, - Profit: 13474.4, - Date: `06/01/2020`, - MonthName: `June`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Luxe`, - UnitsSold: 887, - ManufacturingPrice: 260, - SalePrice: 300, - GrossSales: 266100, - Discounts: 59040, - Sales: 207060, - COGS: 615000, - Profit: 407940, - Date: `06/01/2020`, - MonthName: `June`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Luxe`, - UnitsSold: 395, - ManufacturingPrice: 260, - SalePrice: 20, - GrossSales: 7900, - Discounts: 2432, - Sales: 5468, - COGS: 15200, - Profit: 9732, - Date: `11/01/2020`, - MonthName: `November`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Luxe`, - UnitsSold: 1693, - ManufacturingPrice: 260, - SalePrice: 15, - GrossSales: 25395, - Discounts: 853.2, - Sales: 24541.8, - COGS: 7110, - Profit: 17431.8, - Date: `12/01/2020`, - MonthName: `December`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Luxe`, - UnitsSold: 2649, - ManufacturingPrice: 260, - SalePrice: 300, - GrossSales: 794700, - Discounts: 15240, - Sales: 779460, - COGS: 158750, - Profit: 620710, - Date: `12/01/2020`, - MonthName: `December`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Mandarin`, - UnitsSold: 3608, - ManufacturingPrice: 250, - SalePrice: 20, - GrossSales: 72160, - Discounts: 698.4, - Sales: 71461.6, - COGS: 4365, - Profit: 67096.6, - Date: `07/01/2020`, - MonthName: `July`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Kensington`, - UnitsSold: 1073, - ManufacturingPrice: 3, - SalePrice: 300, - GrossSales: 321900, - Discounts: 29538, - Sales: 292362, - COGS: 273500, - Profit: 18862, - Date: `06/01/2020`, - MonthName: `June`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Royal Oak`, - UnitsSold: 2167, - ManufacturingPrice: 5, - SalePrice: 300, - GrossSales: 650100, - Discounts: 102667.5, - Sales: 547432.5, - COGS: 950625, - Profit: 403192.5, - Date: `04/01/2020`, - MonthName: `April`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Royal Oak`, - UnitsSold: 1319, - ManufacturingPrice: 5, - SalePrice: 350, - GrossSales: 461650, - Discounts: 52479, - Sales: 409171, - COGS: 433160, - Profit: 23989, - Date: `05/01/2020`, - MonthName: `May`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Royal Oak`, - UnitsSold: 1252, - ManufacturingPrice: 5, - SalePrice: 12, - GrossSales: 15024, - Discounts: 2506.68, - Sales: 12517.32, - COGS: 6963, - Profit: 5554.32, - Date: `11/01/2020`, - MonthName: `November`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Royal Oak`, - UnitsSold: 1156, - ManufacturingPrice: 5, - SalePrice: 125, - GrossSales: 144500, - Discounts: 31466.25, - Sales: 113033.75, - COGS: 335640, - Profit: 222606.25, - Date: `12/01/2020`, - MonthName: `December`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Vermont`, - UnitsSold: 1153, - ManufacturingPrice: 10, - SalePrice: 300, - GrossSales: 345900, - Discounts: 69255, - Sales: 276645, - COGS: 641250, - Profit: 364605, - Date: `01/01/2020`, - MonthName: `January`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Vermont`, - UnitsSold: 2720, - ManufacturingPrice: 10, - SalePrice: 350, - GrossSales: 952000, - Discounts: 76135.5, - Sales: 875864.5, - COGS: 628420, - Profit: 247444.5, - Date: `01/01/2020`, - MonthName: `January`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Vermont`, - UnitsSold: 3658, - ManufacturingPrice: 10, - SalePrice: 15, - GrossSales: 54870, - Discounts: 4961.25, - Sales: 49908.75, - COGS: 36750, - Profit: 13158.75, - Date: `04/01/2020`, - MonthName: `April`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Vermont`, - UnitsSold: 2950, - ManufacturingPrice: 10, - SalePrice: 300, - GrossSales: 885000, - Discounts: 29538, - Sales: 855462, - COGS: 273500, - Profit: 581962, - Date: `06/01/2020`, - MonthName: `June`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Vermont`, - UnitsSold: 1821, - ManufacturingPrice: 10, - SalePrice: 15, - GrossSales: 27315, - Discounts: 1656.45, - Sales: 25658.55, - COGS: 12270, - Profit: 13388.55, - Date: `10/01/2020`, - MonthName: `October`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Vermont`, - UnitsSold: 1127, - ManufacturingPrice: 10, - SalePrice: 300, - GrossSales: 338100, - Discounts: 35748, - Sales: 302352, - COGS: 331000, - Profit: 28648, - Date: `11/01/2020`, - MonthName: `November`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Vermont`, - UnitsSold: 862, - ManufacturingPrice: 10, - SalePrice: 125, - GrossSales: 107750, - Discounts: 31466.25, - Sales: 76283.75, - COGS: 335640, - Profit: 259356.25, - Date: `12/01/2020`, - MonthName: `December`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Burlington`, - UnitsSold: 3805, - ManufacturingPrice: 120, - SalePrice: 15, - GrossSales: 57075, - Discounts: 330.75, - Sales: 56744.25, - COGS: 2450, - Profit: 54294.25, - Date: `05/01/2020`, - MonthName: `May`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Burlington`, - UnitsSold: 1415, - ManufacturingPrice: 120, - SalePrice: 300, - GrossSales: 424500, - Discounts: 102424.5, - Sales: 322075.5, - COGS: 948375, - Profit: 626299.5, - Date: `07/01/2020`, - MonthName: `July`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Burlington`, - UnitsSold: 2231, - ManufacturingPrice: 120, - SalePrice: 350, - GrossSales: 780850, - Discounts: 41170.5, - Sales: 739679.5, - COGS: 339820, - Profit: 399859.5, - Date: `07/01/2020`, - MonthName: `July`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Burlington`, - UnitsSold: 3649, - ManufacturingPrice: 120, - SalePrice: 125, - GrossSales: 456125, - Discounts: 6378.75, - Sales: 449746.25, - COGS: 68040, - Profit: 381706.25, - Date: `09/01/2020`, - MonthName: `September`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Burlington`, - UnitsSold: 2948, - ManufacturingPrice: 120, - SalePrice: 125, - GrossSales: 368500, - Discounts: 23737.5, - Sales: 344762.5, - COGS: 253200, - Profit: 91562.5, - Date: `09/01/2020`, - MonthName: `September`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Burlington`, - UnitsSold: 3395, - ManufacturingPrice: 120, - SalePrice: 350, - GrossSales: 1188250, - Discounts: 39973.5, - Sales: 1148276.5, - COGS: 329940, - Profit: 818336.5, - Date: `10/01/2020`, - MonthName: `October`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Mandarin`, - UnitsSold: 2650, - ManufacturingPrice: 250, - SalePrice: 12, - GrossSales: 31800, - Discounts: 2112.48, - Sales: 29687.52, - COGS: 5868, - Profit: 23819.52, - Date: `01/01/2020`, - MonthName: `January`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Mandarin`, - UnitsSold: 585, - ManufacturingPrice: 250, - SalePrice: 300, - GrossSales: 175500, - Discounts: 71793, - Sales: 103707, - COGS: 664750, - Profit: 561043, - Date: `02/01/2020`, - MonthName: `February`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Mandarin`, - UnitsSold: 1316, - ManufacturingPrice: 250, - SalePrice: 350, - GrossSales: 460600, - Discounts: 42572.25, - Sales: 418027.75, - COGS: 351390, - Profit: 66637.75, - Date: `04/01/2020`, - MonthName: `April`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Mandarin`, - UnitsSold: 4459, - ManufacturingPrice: 250, - SalePrice: 12, - GrossSales: 53508, - Discounts: 950.4, - Sales: 52557.6, - COGS: 2640, - Profit: 49917.6, - Date: `05/01/2020`, - MonthName: `May`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Mandarin`, - UnitsSold: 2711, - ManufacturingPrice: 250, - SalePrice: 300, - GrossSales: 813300, - Discounts: 50409, - Sales: 762891, - COGS: 466750, - Profit: 296141, - Date: `09/01/2020`, - MonthName: `September`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Mandarin`, - UnitsSold: 3613, - ManufacturingPrice: 250, - SalePrice: 15, - GrossSales: 54195, - Discounts: 1656.45, - Sales: 52538.55, - COGS: 12270, - Profit: 40268.55, - Date: `10/01/2020`, - MonthName: `October`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Mandarin`, - UnitsSold: 1847, - ManufacturingPrice: 250, - SalePrice: 125, - GrossSales: 230875, - Discounts: 9866.25, - Sales: 221008.75, - COGS: 105240, - Profit: 115768.75, - Date: `11/01/2020`, - MonthName: `November`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Luxe`, - UnitsSold: 2996, - ManufacturingPrice: 260, - SalePrice: 350, - GrossSales: 1048600, - Discounts: 65236.5, - Sales: 983363.5, - COGS: 538460, - Profit: 444903.5, - Date: `09/01/2020`, - MonthName: `September`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Luxe`, - UnitsSold: 2838, - ManufacturingPrice: 260, - SalePrice: 350, - GrossSales: 993300, - Discounts: 39973.5, - Sales: 953326.5, - COGS: 329940, - Profit: 623386.5, - Date: `10/01/2020`, - MonthName: `October`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Luxe`, - UnitsSold: 1536, - ManufacturingPrice: 260, - SalePrice: 20, - GrossSales: 30720, - Discounts: 3049.2, - Sales: 27670.8, - COGS: 16940, - Profit: 10730.8, - Date: `11/01/2020`, - MonthName: `November`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Kensington`, - UnitsSold: 1291, - ManufacturingPrice: 3, - SalePrice: 20, - GrossSales: 25820, - Discounts: 1193.4, - Sales: 24626.6, - COGS: 6630, - Profit: 17996.6, - Date: `05/01/2020`, - MonthName: `May`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Kensington`, - UnitsSold: 1213, - ManufacturingPrice: 3, - SalePrice: 7, - GrossSales: 8491, - Discounts: 515.97, - Sales: 7975.03, - COGS: 4095, - Profit: 3880.03, - Date: `07/01/2020`, - MonthName: `July`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Kensington`, - UnitsSold: 2370, - ManufacturingPrice: 3, - SalePrice: 12, - GrossSales: 28440, - Discounts: 1706.4, - Sales: 26733.6, - COGS: 4740, - Profit: 21993.6, - Date: `09/01/2020`, - MonthName: `September`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Kensington`, - UnitsSold: 1979, - ManufacturingPrice: 3, - SalePrice: 7, - GrossSales: 13853, - Discounts: 328.23, - Sales: 13524.77, - COGS: 2605, - Profit: 10919.77, - Date: `12/01/2020`, - MonthName: `December`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Vermont`, - UnitsSold: 2879, - ManufacturingPrice: 10, - SalePrice: 20, - GrossSales: 57580, - Discounts: 1751.4, - Sales: 55828.6, - COGS: 9730, - Profit: 46098.6, - Date: `03/01/2020`, - MonthName: `March`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Vermont`, - UnitsSold: 1707, - ManufacturingPrice: 10, - SalePrice: 20, - GrossSales: 34140, - Discounts: 1868.4, - Sales: 32271.6, - COGS: 10380, - Profit: 21891.6, - Date: `06/01/2020`, - MonthName: `June`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Vermont`, - UnitsSold: 2933, - ManufacturingPrice: 10, - SalePrice: 7, - GrossSales: 20531, - Discounts: 226.8, - Sales: 20304.2, - COGS: 1800, - Profit: 18504.2, - Date: `10/01/2020`, - MonthName: `October`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Burlington`, - UnitsSold: 1014, - ManufacturingPrice: 120, - SalePrice: 12, - GrossSales: 12168, - Discounts: 2124.36, - Sales: 10043.64, - COGS: 5901, - Profit: 4142.64, - Date: `03/01/2020`, - MonthName: `March`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Burlington`, - UnitsSold: 693, - ManufacturingPrice: 120, - SalePrice: 15, - GrossSales: 10395, - Discounts: 3547.8, - Sales: 6847.2, - COGS: 26280, - Profit: 19432.8, - Date: `04/01/2020`, - MonthName: `April`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Mandarin`, - UnitsSold: 3741, - ManufacturingPrice: 250, - SalePrice: 7, - GrossSales: 26187, - Discounts: 226.8, - Sales: 25960.2, - COGS: 1800, - Profit: 24160.2, - Date: `10/01/2020`, - MonthName: `October`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Mandarin`, - UnitsSold: 3995, - ManufacturingPrice: 250, - SalePrice: 7, - GrossSales: 27965, - Discounts: 328.23, - Sales: 27636.77, - COGS: 2605, - Profit: 25031.77, - Date: `12/01/2020`, - MonthName: `December`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Luxe`, - UnitsSold: 953, - ManufacturingPrice: 260, - SalePrice: 20, - GrossSales: 19060, - Discounts: 1868.4, - Sales: 17191.6, - COGS: 10380, - Profit: 6811.6, - Date: `06/01/2020`, - MonthName: `June`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Luxe`, - UnitsSold: 2530, - ManufacturingPrice: 260, - SalePrice: 15, - GrossSales: 37950, - Discounts: 2201.18, - Sales: 35748.82, - COGS: 16305, - Profit: 19443.82, - Date: `07/01/2020`, - MonthName: `July`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Kensington`, - UnitsSold: 1372, - ManufacturingPrice: 3, - SalePrice: 20, - GrossSales: 27440, - Discounts: null, - Sales: 27440, - COGS: 16185, - Profit: 11255, - Date: `01/01/2019`, - MonthName: `January`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Kensington`, - UnitsSold: 2762, - ManufacturingPrice: 3, - SalePrice: 20, - GrossSales: 55240, - Discounts: null, - Sales: 55240, - COGS: 13210, - Profit: 42030, - Date: `01/01/2019`, - MonthName: `January`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Kensington`, - UnitsSold: 1464, - ManufacturingPrice: 3, - SalePrice: 15, - GrossSales: 21960, - Discounts: null, - Sales: 21960, - COGS: 21780, - Profit: 180, - Date: `06/01/2019`, - MonthName: `June`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Kensington`, - UnitsSold: 719, - ManufacturingPrice: 3, - SalePrice: 15, - GrossSales: 10785, - Discounts: null, - Sales: 10785, - COGS: 8880, - Profit: 1905, - Date: `06/01/2019`, - MonthName: `June`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Kensington`, - UnitsSold: 3576, - ManufacturingPrice: 3, - SalePrice: 15, - GrossSales: 53640, - Discounts: null, - Sales: 53640, - COGS: 24700, - Profit: 28940, - Date: `06/01/2019`, - MonthName: `June`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Kensington`, - UnitsSold: 4422, - ManufacturingPrice: 3, - SalePrice: 350, - GrossSales: 1547700, - Discounts: null, - Sales: 1547700, - COGS: 393380, - Profit: 1154320, - Date: `12/01/2019`, - MonthName: `December`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Royal Oak`, - UnitsSold: 3649, - ManufacturingPrice: 5, - SalePrice: 15, - GrossSales: 54735, - Discounts: null, - Sales: 54735, - COGS: 9210, - Profit: 45525, - Date: `03/01/2019`, - MonthName: `March`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Royal Oak`, - UnitsSold: 4172, - ManufacturingPrice: 5, - SalePrice: 12, - GrossSales: 50064, - Discounts: null, - Sales: 50064, - COGS: 7554, - Profit: 42510, - Date: `06/01/2019`, - MonthName: `June`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Royal Oak`, - UnitsSold: 3841, - ManufacturingPrice: 5, - SalePrice: 20, - GrossSales: 76820, - Discounts: null, - Sales: 76820, - COGS: 18990, - Profit: 57830, - Date: `06/01/2019`, - MonthName: `June`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Royal Oak`, - UnitsSold: 3726, - ManufacturingPrice: 5, - SalePrice: 12, - GrossSales: 44712, - Discounts: null, - Sales: 44712, - COGS: 4635, - Profit: 40077, - Date: `06/01/2019`, - MonthName: `June`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Royal Oak`, - UnitsSold: 2625, - ManufacturingPrice: 5, - SalePrice: 15, - GrossSales: 39375, - Discounts: null, - Sales: 39375, - COGS: 24700, - Profit: 14675, - Date: `06/01/2019`, - MonthName: `June`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Royal Oak`, - UnitsSold: 1958, - ManufacturingPrice: 5, - SalePrice: 125, - GrossSales: 244750, - Discounts: null, - Sales: 244750, - COGS: 319860, - Profit: 75110, - Date: `07/01/2019`, - MonthName: `July`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Royal Oak`, - UnitsSold: 3271, - ManufacturingPrice: 5, - SalePrice: 300, - GrossSales: 981300, - Discounts: null, - Sales: 981300, - COGS: 239500, - Profit: 741800, - Date: `08/01/2019`, - MonthName: `August`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Royal Oak`, - UnitsSold: 2091, - ManufacturingPrice: 5, - SalePrice: 7, - GrossSales: 14637, - Discounts: null, - Sales: 14637, - COGS: 10730, - Profit: 3907, - Date: `09/01/2019`, - MonthName: `September`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Royal Oak`, - UnitsSold: 2530, - ManufacturingPrice: 5, - SalePrice: 125, - GrossSales: 316250, - Discounts: null, - Sales: 316250, - COGS: 41400, - Profit: 274850, - Date: `10/01/2018`, - MonthName: `October`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Royal Oak`, - UnitsSold: 2825, - ManufacturingPrice: 5, - SalePrice: 15, - GrossSales: 42375, - Discounts: null, - Sales: 42375, - COGS: 6150, - Profit: 36225, - Date: `12/01/2019`, - MonthName: `December`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Vermont`, - UnitsSold: 2513, - ManufacturingPrice: 10, - SalePrice: 20, - GrossSales: 50260, - Discounts: null, - Sales: 50260, - COGS: 2920, - Profit: 47340, - Date: `02/01/2019`, - MonthName: `February`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Vermont`, - UnitsSold: 883, - ManufacturingPrice: 10, - SalePrice: 15, - GrossSales: 13245, - Discounts: null, - Sales: 13245, - COGS: 9740, - Profit: 3505, - Date: `02/01/2019`, - MonthName: `February`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Vermont`, - UnitsSold: 2087, - ManufacturingPrice: 10, - SalePrice: 12, - GrossSales: 25044, - Discounts: null, - Sales: 25044, - COGS: 7554, - Profit: 17490, - Date: `06/01/2019`, - MonthName: `June`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Vermont`, - UnitsSold: 2563, - ManufacturingPrice: 10, - SalePrice: 350, - GrossSales: 897050, - Discounts: null, - Sales: 897050, - COGS: 261560, - Profit: 635490, - Date: `06/01/2019`, - MonthName: `June`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Vermont`, - UnitsSold: 2846, - ManufacturingPrice: 10, - SalePrice: 12, - GrossSales: 34152, - Discounts: null, - Sales: 34152, - COGS: 1101, - Profit: 33051, - Date: `07/01/2019`, - MonthName: `July`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Vermont`, - UnitsSold: 997, - ManufacturingPrice: 10, - SalePrice: 7, - GrossSales: 6979, - Discounts: null, - Sales: 6979, - COGS: 4415, - Profit: 2564, - Date: `08/01/2019`, - MonthName: `August`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Vermont`, - UnitsSold: 3421, - ManufacturingPrice: 10, - SalePrice: 15, - GrossSales: 51315, - Discounts: null, - Sales: 51315, - COGS: 5490, - Profit: 45825, - Date: `09/01/2018`, - MonthName: `September`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Marchesa`, - UnitsSold: 70000, - ManufacturingPrice: 10, - SalePrice: 15, - GrossSales: 1050000, - Discounts: null, - Sales: 1050000, - COGS: 5490, - Profit: 1044510, - Date: `09/01/2018`, - MonthName: `September`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Vermont`, - UnitsSold: 2291, - ManufacturingPrice: 10, - SalePrice: 300, - GrossSales: 687300, - Discounts: null, - Sales: 687300, - COGS: 197000, - Profit: 490300, - Date: `09/01/2018`, - MonthName: `September`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Vermont`, - UnitsSold: 2290, - ManufacturingPrice: 10, - SalePrice: 15, - GrossSales: 34350, - Discounts: null, - Sales: 34350, - COGS: 24720, - Profit: 9630, - Date: `09/01/2019`, - MonthName: `September`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Vermont`, - UnitsSold: 2133, - ManufacturingPrice: 10, - SalePrice: 7, - GrossSales: 14931, - Discounts: null, - Sales: 14931, - COGS: 5715, - Profit: 9216, - Date: `10/01/2019`, - MonthName: `October`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Vermont`, - UnitsSold: 3475, - ManufacturingPrice: 10, - SalePrice: 350, - GrossSales: 1216250, - Discounts: null, - Sales: 1216250, - COGS: 448500, - Profit: 767750, - Date: `11/01/2018`, - MonthName: `November`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Vermont`, - UnitsSold: 3686, - ManufacturingPrice: 10, - SalePrice: 12, - GrossSales: 44232, - Discounts: null, - Sales: 44232, - COGS: 2736, - Profit: 41496, - Date: `11/01/2018`, - MonthName: `November`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Vermont`, - UnitsSold: 3319, - ManufacturingPrice: 10, - SalePrice: 15, - GrossSales: 49785, - Discounts: null, - Sales: 49785, - COGS: 21520, - Profit: 28265, - Date: `12/01/2018`, - MonthName: `December`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Vermont`, - UnitsSold: 3617, - ManufacturingPrice: 10, - SalePrice: 20, - GrossSales: 72340, - Discounts: null, - Sales: 72340, - COGS: 18170, - Profit: 54170, - Date: `12/01/2019`, - MonthName: `December`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Vermont`, - UnitsSold: 1266, - ManufacturingPrice: 10, - SalePrice: 350, - GrossSales: 443100, - Discounts: null, - Sales: 443100, - COGS: 393380, - Profit: 49720, - Date: `12/01/2019`, - MonthName: `December`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Burlington`, - UnitsSold: 894, - ManufacturingPrice: 120, - SalePrice: 7, - GrossSales: 6258, - Discounts: null, - Sales: 6258, - COGS: 7465, - Profit: 1207, - Date: `01/01/2019`, - MonthName: `January`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Burlington`, - UnitsSold: 2725, - ManufacturingPrice: 120, - SalePrice: 125, - GrossSales: 340625, - Discounts: null, - Sales: 340625, - COGS: 216480, - Profit: 124145, - Date: `02/01/2019`, - MonthName: `February`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Burlington`, - UnitsSold: 3061, - ManufacturingPrice: 120, - SalePrice: 12, - GrossSales: 36732, - Discounts: null, - Sales: 36732, - COGS: 6483, - Profit: 30249, - Date: `03/01/2019`, - MonthName: `March`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Burlington`, - UnitsSold: 3958, - ManufacturingPrice: 120, - SalePrice: 350, - GrossSales: 1385300, - Discounts: null, - Sales: 1385300, - COGS: 261560, - Profit: 1123740, - Date: `06/01/2019`, - MonthName: `June`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Burlington`, - UnitsSold: 3920, - ManufacturingPrice: 120, - SalePrice: 12, - GrossSales: 47040, - Discounts: null, - Sales: 47040, - COGS: 4635, - Profit: 42405, - Date: `06/01/2019`, - MonthName: `June`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Burlington`, - UnitsSold: 3381, - ManufacturingPrice: 120, - SalePrice: 125, - GrossSales: 422625, - Discounts: null, - Sales: 422625, - COGS: 338520, - Profit: 84105, - Date: `08/01/2019`, - MonthName: `August`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Burlington`, - UnitsSold: 1094, - ManufacturingPrice: 120, - SalePrice: 125, - GrossSales: 136750, - Discounts: null, - Sales: 136750, - COGS: 41400, - Profit: 95350, - Date: `10/01/2018`, - MonthName: `October`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Mandarin`, - UnitsSold: 4307, - ManufacturingPrice: 250, - SalePrice: 300, - GrossSales: 1292100, - Discounts: null, - Sales: 1292100, - COGS: 500250, - Profit: 791850, - Date: `02/01/2019`, - MonthName: `February`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Mandarin`, - UnitsSold: 878, - ManufacturingPrice: 250, - SalePrice: 12, - GrossSales: 10536, - Discounts: null, - Sales: 10536, - COGS: 8514, - Profit: 2022, - Date: `04/01/2019`, - MonthName: `April`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Mandarin`, - UnitsSold: 496, - ManufacturingPrice: 250, - SalePrice: 15, - GrossSales: 7440, - Discounts: null, - Sales: 7440, - COGS: 21780, - Profit: 14340, - Date: `06/01/2019`, - MonthName: `June`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Mandarin`, - UnitsSold: 3367, - ManufacturingPrice: 250, - SalePrice: 15, - GrossSales: 50505, - Discounts: null, - Sales: 50505, - COGS: 8880, - Profit: 41625, - Date: `06/01/2019`, - MonthName: `June`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Mandarin`, - UnitsSold: 3880, - ManufacturingPrice: 250, - SalePrice: 350, - GrossSales: 1358000, - Discounts: null, - Sales: 1358000, - COGS: 397020, - Profit: 960980, - Date: `09/01/2018`, - MonthName: `September`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Mandarin`, - UnitsSold: 2055, - ManufacturingPrice: 250, - SalePrice: 300, - GrossSales: 616500, - Discounts: null, - Sales: 616500, - COGS: 537750, - Profit: 78750, - Date: `09/01/2019`, - MonthName: `September`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Mandarin`, - UnitsSold: 4041, - ManufacturingPrice: 250, - SalePrice: 20, - GrossSales: 80820, - Discounts: null, - Sales: 80820, - COGS: 18170, - Profit: 62650, - Date: `12/01/2019`, - MonthName: `December`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Luxe`, - UnitsSold: 3237, - ManufacturingPrice: 260, - SalePrice: 350, - GrossSales: 1132950, - Discounts: null, - Sales: 1132950, - COGS: 715000, - Profit: 417950, - Date: `02/01/2019`, - MonthName: `February`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Luxe`, - UnitsSold: 630, - ManufacturingPrice: 260, - SalePrice: 12, - GrossSales: 7560, - Discounts: null, - Sales: 7560, - COGS: 5859, - Profit: 1701, - Date: `04/01/2019`, - MonthName: `April`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Luxe`, - UnitsSold: 4210, - ManufacturingPrice: 260, - SalePrice: 125, - GrossSales: 526250, - Discounts: null, - Sales: 526250, - COGS: 506340, - Profit: 19910, - Date: `04/01/2019`, - MonthName: `April`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Luxe`, - UnitsSold: 1127, - ManufacturingPrice: 260, - SalePrice: 20, - GrossSales: 22540, - Discounts: null, - Sales: 22540, - COGS: 18990, - Profit: 3550, - Date: `06/01/2019`, - MonthName: `June`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Luxe`, - UnitsSold: 3438, - ManufacturingPrice: 260, - SalePrice: 7, - GrossSales: 24066, - Discounts: null, - Sales: 24066, - COGS: 8430, - Profit: 15636, - Date: `07/01/2019`, - MonthName: `July`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Luxe`, - UnitsSold: 2015, - ManufacturingPrice: 260, - SalePrice: 12, - GrossSales: 24180, - Discounts: null, - Sales: 24180, - COGS: 6423, - Profit: 17757, - Date: `08/01/2019`, - MonthName: `August`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Luxe`, - UnitsSold: 2534, - ManufacturingPrice: 260, - SalePrice: 7, - GrossSales: 17738, - Discounts: null, - Sales: 17738, - COGS: 5715, - Profit: 12023, - Date: `10/01/2019`, - MonthName: `October`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Luxe`, - UnitsSold: 1384, - ManufacturingPrice: 260, - SalePrice: 15, - GrossSales: 20760, - Discounts: null, - Sales: 20760, - COGS: 6150, - Profit: 14610, - Date: `12/01/2019`, - MonthName: `December`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Vermont`, - UnitsSold: 3561, - ManufacturingPrice: 10, - SalePrice: 7, - GrossSales: 24927, - Discounts: 276.15, - Sales: 24650.85, - COGS: 19725, - Profit: 4925.85, - Date: `01/01/2019`, - MonthName: `January`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Vermont`, - UnitsSold: 1823, - ManufacturingPrice: 10, - SalePrice: 15, - GrossSales: 27345, - Discounts: 344.4, - Sales: 27000.6, - COGS: 22960, - Profit: 4040.6, - Date: `02/01/2019`, - MonthName: `February`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Vermont`, - UnitsSold: 2795, - ManufacturingPrice: 10, - SalePrice: 7, - GrossSales: 19565, - Discounts: 72.1, - Sales: 19492.9, - COGS: 5150, - Profit: 14342.9, - Date: `05/01/2019`, - MonthName: `May`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Burlington`, - UnitsSold: 457, - ManufacturingPrice: 120, - SalePrice: 7, - GrossSales: 3199, - Discounts: 44.73, - Sales: 3154.27, - COGS: 3195, - Profit: 40.73, - Date: `11/01/2019`, - MonthName: `November`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Mandarin`, - UnitsSold: 3785, - ManufacturingPrice: 250, - SalePrice: 7, - GrossSales: 26495, - Discounts: 92.82, - Sales: 26402.18, - COGS: 6630, - Profit: 19772.18, - Date: `03/01/2019`, - MonthName: `March`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Kensington`, - UnitsSold: 748, - ManufacturingPrice: 3, - SalePrice: 12, - GrossSales: 8976, - Discounts: 222.96, - Sales: 8753.04, - COGS: 5574, - Profit: 3179.04, - Date: `02/01/2019`, - MonthName: `February`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Kensington`, - UnitsSold: 1021, - ManufacturingPrice: 3, - SalePrice: 350, - GrossSales: 357350, - Discounts: 4235, - Sales: 353115, - COGS: 314600, - Profit: 38515, - Date: `03/01/2019`, - MonthName: `March`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Kensington`, - UnitsSold: 2076, - ManufacturingPrice: 3, - SalePrice: 7, - GrossSales: 14532, - Discounts: 177.03, - Sales: 14354.97, - COGS: 12645, - Profit: 1709.97, - Date: `07/01/2019`, - MonthName: `July`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Kensington`, - UnitsSold: 4316, - ManufacturingPrice: 3, - SalePrice: 12, - GrossSales: 51792, - Discounts: 173.4, - Sales: 51618.6, - COGS: 4335, - Profit: 47283.6, - Date: `09/01/2019`, - MonthName: `September`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Kensington`, - UnitsSold: 2654, - ManufacturingPrice: 3, - SalePrice: 125, - GrossSales: 331750, - Discounts: 412.5, - Sales: 331337.5, - COGS: 39600, - Profit: 291737.5, - Date: `09/01/2018`, - MonthName: `September`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Kensington`, - UnitsSold: 4174, - ManufacturingPrice: 3, - SalePrice: 12, - GrossSales: 50088, - Discounts: 320.52, - Sales: 49767.48, - COGS: 8013, - Profit: 41754.48, - Date: `09/01/2019`, - MonthName: `September`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Kensington`, - UnitsSold: 1675, - ManufacturingPrice: 3, - SalePrice: 12, - GrossSales: 20100, - Discounts: 91.92, - Sales: 20008.08, - COGS: 2298, - Profit: 17710.08, - Date: `10/01/2018`, - MonthName: `October`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Kensington`, - UnitsSold: 1572, - ManufacturingPrice: 3, - SalePrice: 300, - GrossSales: 471600, - Discounts: 1482, - Sales: 470118, - COGS: 123500, - Profit: 346618, - Date: `10/01/2018`, - MonthName: `October`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Kensington`, - UnitsSold: 3736, - ManufacturingPrice: 3, - SalePrice: 350, - GrossSales: 1307600, - Discounts: 4889.5, - Sales: 1302710.5, - COGS: 363220, - Profit: 939490.5, - Date: `10/01/2019`, - MonthName: `October`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Kensington`, - UnitsSold: 1914, - ManufacturingPrice: 3, - SalePrice: 350, - GrossSales: 669900, - Discounts: 7542.5, - Sales: 662357.5, - COGS: 560300, - Profit: 102057.5, - Date: `12/01/2019`, - MonthName: `December`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Royal Oak`, - UnitsSold: 2742, - ManufacturingPrice: 5, - SalePrice: 15, - GrossSales: 41130, - Discounts: 332.1, - Sales: 40797.9, - COGS: 22140, - Profit: 18657.9, - Date: `03/01/2019`, - MonthName: `March`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Royal Oak`, - UnitsSold: 1499, - ManufacturingPrice: 5, - SalePrice: 300, - GrossSales: 449700, - Discounts: 6903, - Sales: 442797, - COGS: 575250, - Profit: 132453, - Date: `04/01/2019`, - MonthName: `April`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Royal Oak`, - UnitsSold: 3772, - ManufacturingPrice: 5, - SalePrice: 20, - GrossSales: 75440, - Discounts: 275.1, - Sales: 75164.9, - COGS: 13755, - Profit: 61409.9, - Date: `07/01/2019`, - MonthName: `July`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Royal Oak`, - UnitsSold: 1112, - ManufacturingPrice: 5, - SalePrice: 7, - GrossSales: 7784, - Discounts: 128.1, - Sales: 7655.9, - COGS: 9150, - Profit: 1494.1, - Date: `08/01/2019`, - MonthName: `August`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Royal Oak`, - UnitsSold: 1723, - ManufacturingPrice: 5, - SalePrice: 300, - GrossSales: 516900, - Discounts: 7494, - Sales: 509406, - COGS: 624500, - Profit: 115094, - Date: `09/01/2018`, - MonthName: `September`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Royal Oak`, - UnitsSold: 423, - ManufacturingPrice: 5, - SalePrice: 125, - GrossSales: 52875, - Discounts: 828.75, - Sales: 52046.25, - COGS: 79560, - Profit: 27513.75, - Date: `10/01/2018`, - MonthName: `October`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Vermont`, - UnitsSold: 2368, - ManufacturingPrice: 10, - SalePrice: 15, - GrossSales: 35520, - Discounts: 227.1, - Sales: 35292.9, - COGS: 15140, - Profit: 20152.9, - Date: `02/01/2019`, - MonthName: `February`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Vermont`, - UnitsSold: 1586, - ManufacturingPrice: 10, - SalePrice: 7, - GrossSales: 11102, - Discounts: 314.48, - Sales: 10787.52, - COGS: 22462.5, - Profit: 11674.98, - Date: `04/01/2019`, - MonthName: `April`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Vermont`, - UnitsSold: 3386, - ManufacturingPrice: 10, - SalePrice: 125, - GrossSales: 423250, - Discounts: 908.75, - Sales: 422341.25, - COGS: 87240, - Profit: 335101.25, - Date: `06/01/2019`, - MonthName: `June`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Vermont`, - UnitsSold: 852, - ManufacturingPrice: 10, - SalePrice: 125, - GrossSales: 106500, - Discounts: 983.75, - Sales: 105516.25, - COGS: 94440, - Profit: 11076.25, - Date: `06/01/2019`, - MonthName: `June`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Vermont`, - UnitsSold: 2783, - ManufacturingPrice: 10, - SalePrice: 125, - GrossSales: 347875, - Discounts: 2278.75, - Sales: 345596.25, - COGS: 218760, - Profit: 126836.25, - Date: `07/01/2019`, - MonthName: `July`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Vermont`, - UnitsSold: 2684, - ManufacturingPrice: 10, - SalePrice: 15, - GrossSales: 40260, - Discounts: 112.05, - Sales: 40147.95, - COGS: 7470, - Profit: 32677.95, - Date: `09/01/2019`, - MonthName: `September`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Vermont`, - UnitsSold: 4393, - ManufacturingPrice: 10, - SalePrice: 12, - GrossSales: 52716, - Discounts: 91.92, - Sales: 52624.08, - COGS: 2298, - Profit: 50326.08, - Date: `10/01/2018`, - MonthName: `October`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Vermont`, - UnitsSold: 4083, - ManufacturingPrice: 10, - SalePrice: 300, - GrossSales: 1224900, - Discounts: 8715, - Sales: 1216185, - COGS: 726250, - Profit: 489935, - Date: `11/01/2019`, - MonthName: `November`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Vermont`, - UnitsSold: 2816, - ManufacturingPrice: 10, - SalePrice: 350, - GrossSales: 985600, - Discounts: 7542.5, - Sales: 978057.5, - COGS: 560300, - Profit: 417757.5, - Date: `12/01/2019`, - MonthName: `December`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Burlington`, - UnitsSold: 4294, - ManufacturingPrice: 120, - SalePrice: 20, - GrossSales: 85880, - Discounts: 772.8, - Sales: 85107.2, - COGS: 38640, - Profit: 46467.2, - Date: `04/01/2019`, - MonthName: `April`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Burlington`, - UnitsSold: 2856, - ManufacturingPrice: 120, - SalePrice: 7, - GrossSales: 19992, - Discounts: 25.34, - Sales: 19966.66, - COGS: 1810, - Profit: 18156.66, - Date: `05/01/2019`, - MonthName: `May`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Burlington`, - UnitsSold: 1407, - ManufacturingPrice: 120, - SalePrice: 125, - GrossSales: 175875, - Discounts: 1153.75, - Sales: 174721.25, - COGS: 110760, - Profit: 63961.25, - Date: `08/01/2019`, - MonthName: `August`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Burlington`, - UnitsSold: 3850, - ManufacturingPrice: 120, - SalePrice: 125, - GrossSales: 481250, - Discounts: 828.75, - Sales: 480421.25, - COGS: 79560, - Profit: 400861.25, - Date: `10/01/2018`, - MonthName: `October`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Burlington`, - UnitsSold: 2856, - ManufacturingPrice: 120, - SalePrice: 7, - GrossSales: 19992, - Discounts: 146.44, - Sales: 19845.56, - COGS: 10460, - Profit: 9385.56, - Date: `11/01/2018`, - MonthName: `November`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Mandarin`, - UnitsSold: 1265, - ManufacturingPrice: 250, - SalePrice: 7, - GrossSales: 8855, - Discounts: 18.41, - Sales: 8836.59, - COGS: 1315, - Profit: 7521.59, - Date: `03/01/2019`, - MonthName: `March`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Mandarin`, - UnitsSold: 3892, - ManufacturingPrice: 250, - SalePrice: 350, - GrossSales: 1362200, - Discounts: 3302.25, - Sales: 1358897.75, - COGS: 245310, - Profit: 1113587.75, - Date: `04/01/2019`, - MonthName: `April`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Mandarin`, - UnitsSold: 3068, - ManufacturingPrice: 250, - SalePrice: 125, - GrossSales: 383500, - Discounts: 908.75, - Sales: 382591.25, - COGS: 87240, - Profit: 295351.25, - Date: `06/01/2019`, - MonthName: `June`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Mandarin`, - UnitsSold: 2181, - ManufacturingPrice: 250, - SalePrice: 125, - GrossSales: 272625, - Discounts: 983.75, - Sales: 271641.25, - COGS: 94440, - Profit: 177201.25, - Date: `06/01/2019`, - MonthName: `June`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Mandarin`, - UnitsSold: 1356, - ManufacturingPrice: 250, - SalePrice: 300, - GrossSales: 406800, - Discounts: 2958, - Sales: 403842, - COGS: 246500, - Profit: 157342, - Date: `09/01/2019`, - MonthName: `September`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Mandarin`, - UnitsSold: 2545, - ManufacturingPrice: 250, - SalePrice: 300, - GrossSales: 763500, - Discounts: 1482, - Sales: 762018, - COGS: 123500, - Profit: 638518, - Date: `10/01/2018`, - MonthName: `October`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Mandarin`, - UnitsSold: 1814, - ManufacturingPrice: 250, - SalePrice: 350, - GrossSales: 634900, - Discounts: 4889.5, - Sales: 630010.5, - COGS: 363220, - Profit: 266790.5, - Date: `10/01/2019`, - MonthName: `October`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Mandarin`, - UnitsSold: 1495, - ManufacturingPrice: 250, - SalePrice: 125, - GrossSales: 186875, - Discounts: 2180, - Sales: 184695, - COGS: 209280, - Profit: 24585, - Date: `11/01/2019`, - MonthName: `November`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Luxe`, - UnitsSold: 1154, - ManufacturingPrice: 260, - SalePrice: 12, - GrossSales: 13848, - Discounts: 238.68, - Sales: 13609.32, - COGS: 5967, - Profit: 7642.32, - Date: `09/01/2018`, - MonthName: `September`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Luxe`, - UnitsSold: 4180, - ManufacturingPrice: 260, - SalePrice: 15, - GrossSales: 62700, - Discounts: 48.15, - Sales: 62651.85, - COGS: 3210, - Profit: 59441.85, - Date: `11/01/2018`, - MonthName: `November`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Kensington`, - UnitsSold: 1463, - ManufacturingPrice: 3, - SalePrice: 125, - GrossSales: 182875, - Discounts: 1856.25, - Sales: 181018.75, - COGS: 89100, - Profit: 91918.75, - Date: `04/01/2019`, - MonthName: `April`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Kensington`, - UnitsSold: 215, - ManufacturingPrice: 3, - SalePrice: 12, - GrossSales: 2580, - Discounts: 310.8, - Sales: 2269.2, - COGS: 3885, - Profit: 1615.8, - Date: `10/01/2019`, - MonthName: `October`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Kensington`, - UnitsSold: 4099, - ManufacturingPrice: 3, - SalePrice: 300, - GrossSales: 1229700, - Discounts: 1284, - Sales: 1228416, - COGS: 53500, - Profit: 1174916, - Date: `10/01/2018`, - MonthName: `October`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Kensington`, - UnitsSold: 2660, - ManufacturingPrice: 3, - SalePrice: 7, - GrossSales: 18620, - Discounts: 300.3, - Sales: 18319.7, - COGS: 10725, - Profit: 7594.7, - Date: `11/01/2018`, - MonthName: `November`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Kensington`, - UnitsSold: 566, - ManufacturingPrice: 3, - SalePrice: 350, - GrossSales: 198100, - Discounts: 19964, - Sales: 178136, - COGS: 741520, - Profit: 563384, - Date: `12/01/2019`, - MonthName: `December`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Royal Oak`, - UnitsSold: 3255, - ManufacturingPrice: 5, - SalePrice: 12, - GrossSales: 39060, - Discounts: 274.08, - Sales: 38785.92, - COGS: 3426, - Profit: 35359.92, - Date: `06/01/2019`, - MonthName: `June`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Royal Oak`, - UnitsSold: 772, - ManufacturingPrice: 5, - SalePrice: 20, - GrossSales: 15440, - Discounts: 626.4, - Sales: 14813.6, - COGS: 15660, - Profit: 846.4, - Date: `10/01/2019`, - MonthName: `October`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Royal Oak`, - UnitsSold: 1135, - ManufacturingPrice: 5, - SalePrice: 12, - GrossSales: 13620, - Discounts: 165.6, - Sales: 13454.4, - COGS: 2070, - Profit: 11384.4, - Date: `11/01/2019`, - MonthName: `November`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Royal Oak`, - UnitsSold: 3826, - ManufacturingPrice: 5, - SalePrice: 125, - GrossSales: 478250, - Discounts: 4150, - Sales: 474100, - COGS: 199200, - Profit: 274900, - Date: `11/01/2018`, - MonthName: `November`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Vermont`, - UnitsSold: 1193, - ManufacturingPrice: 10, - SalePrice: 15, - GrossSales: 17895, - Discounts: 708.9, - Sales: 17186.1, - COGS: 23630, - Profit: 6443.9, - Date: `02/01/2019`, - MonthName: `February`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Vermont`, - UnitsSold: 2530, - ManufacturingPrice: 10, - SalePrice: 300, - GrossSales: 759000, - Discounts: 5508, - Sales: 753492, - COGS: 229500, - Profit: 523992, - Date: `05/01/2019`, - MonthName: `May`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Vermont`, - UnitsSold: 3451, - ManufacturingPrice: 10, - SalePrice: 300, - GrossSales: 1035300, - Discounts: 10368, - Sales: 1024932, - COGS: 432000, - Profit: 592932, - Date: `05/01/2019`, - MonthName: `May`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Vermont`, - UnitsSold: 3059, - ManufacturingPrice: 10, - SalePrice: 12, - GrossSales: 36708, - Discounts: 274.08, - Sales: 36433.92, - COGS: 3426, - Profit: 33007.92, - Date: `06/01/2019`, - MonthName: `June`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Vermont`, - UnitsSold: 3957, - ManufacturingPrice: 10, - SalePrice: 125, - GrossSales: 494625, - Discounts: 1655, - Sales: 492970, - COGS: 79440, - Profit: 413530, - Date: `06/01/2019`, - MonthName: `June`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Vermont`, - UnitsSold: 3444, - ManufacturingPrice: 10, - SalePrice: 12, - GrossSales: 41328, - Discounts: 310.8, - Sales: 41017.2, - COGS: 3885, - Profit: 37132.2, - Date: `10/01/2019`, - MonthName: `October`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Vermont`, - UnitsSold: 4388, - ManufacturingPrice: 10, - SalePrice: 125, - GrossSales: 548500, - Discounts: 2022.5, - Sales: 546477.5, - COGS: 97080, - Profit: 449397.5, - Date: `10/01/2018`, - MonthName: `October`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Vermont`, - UnitsSold: 2106, - ManufacturingPrice: 10, - SalePrice: 125, - GrossSales: 263250, - Discounts: 5362.5, - Sales: 257887.5, - COGS: 257400, - Profit: 487.5, - Date: `10/01/2018`, - MonthName: `October`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Vermont`, - UnitsSold: 799, - ManufacturingPrice: 10, - SalePrice: 12, - GrossSales: 9588, - Discounts: 428.4, - Sales: 9159.6, - COGS: 5355, - Profit: 3804.6, - Date: `11/01/2018`, - MonthName: `November`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Vermont`, - UnitsSold: 3154, - ManufacturingPrice: 10, - SalePrice: 300, - GrossSales: 946200, - Discounts: 11496, - Sales: 934704, - COGS: 479000, - Profit: 455704, - Date: `12/01/2019`, - MonthName: `December`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Vermont`, - UnitsSold: 4108, - ManufacturingPrice: 10, - SalePrice: 350, - GrossSales: 1437800, - Discounts: 19964, - Sales: 1417836, - COGS: 741520, - Profit: 676316, - Date: `12/01/2019`, - MonthName: `December`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Vermont`, - UnitsSold: 3760, - ManufacturingPrice: 10, - SalePrice: 125, - GrossSales: 470000, - Discounts: 6822.5, - Sales: 463177.5, - COGS: 327480, - Profit: 135697.5, - Date: `12/01/2019`, - MonthName: `December`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Vermont`, - UnitsSold: 377, - ManufacturingPrice: 10, - SalePrice: 15, - GrossSales: 5655, - Discounts: 577.5, - Sales: 5077.5, - COGS: 19250, - Profit: 14172.5, - Date: `12/01/2018`, - MonthName: `December`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Vermont`, - UnitsSold: 2110, - ManufacturingPrice: 10, - SalePrice: 7, - GrossSales: 14770, - Discounts: 281.82, - Sales: 14488.18, - COGS: 10065, - Profit: 4423.18, - Date: `12/01/2018`, - MonthName: `December`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Vermont`, - UnitsSold: 2334, - ManufacturingPrice: 10, - SalePrice: 12, - GrossSales: 28008, - Discounts: 253.2, - Sales: 27754.8, - COGS: 3165, - Profit: 24589.8, - Date: `12/01/2019`, - MonthName: `December`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Vermont`, - UnitsSold: 580, - ManufacturingPrice: 10, - SalePrice: 12, - GrossSales: 6960, - Discounts: 260.16, - Sales: 6699.84, - COGS: 3252, - Profit: 3447.84, - Date: `12/01/2019`, - MonthName: `December`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Burlington`, - UnitsSold: 2610, - ManufacturingPrice: 120, - SalePrice: 20, - GrossSales: 52200, - Discounts: 626.4, - Sales: 51573.6, - COGS: 15660, - Profit: 35913.6, - Date: `10/01/2019`, - MonthName: `October`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Burlington`, - UnitsSold: 1598, - ManufacturingPrice: 120, - SalePrice: 350, - GrossSales: 559300, - Discounts: 20762, - Sales: 538538, - COGS: 771160, - Profit: 232622, - Date: `10/01/2018`, - MonthName: `October`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Burlington`, - UnitsSold: 1459, - ManufacturingPrice: 120, - SalePrice: 350, - GrossSales: 510650, - Discounts: 20139, - Sales: 490511, - COGS: 748020, - Profit: 257509, - Date: `10/01/2019`, - MonthName: `October`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Burlington`, - UnitsSold: 3284, - ManufacturingPrice: 120, - SalePrice: 125, - GrossSales: 410500, - Discounts: 2022.5, - Sales: 408477.5, - COGS: 97080, - Profit: 311397.5, - Date: `10/01/2018`, - MonthName: `October`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Burlington`, - UnitsSold: 1197, - ManufacturingPrice: 120, - SalePrice: 125, - GrossSales: 149625, - Discounts: 5362.5, - Sales: 144262.5, - COGS: 257400, - Profit: 113137.5, - Date: `10/01/2018`, - MonthName: `October`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Burlington`, - UnitsSold: 3774, - ManufacturingPrice: 120, - SalePrice: 12, - GrossSales: 45288, - Discounts: 253.2, - Sales: 45034.8, - COGS: 3165, - Profit: 41869.8, - Date: `12/01/2019`, - MonthName: `December`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Burlington`, - UnitsSold: 2303, - ManufacturingPrice: 120, - SalePrice: 20, - GrossSales: 46060, - Discounts: 217.6, - Sales: 45842.4, - COGS: 5440, - Profit: 40402.4, - Date: `12/01/2018`, - MonthName: `December`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Burlington`, - UnitsSold: 2572, - ManufacturingPrice: 120, - SalePrice: 12, - GrossSales: 30864, - Discounts: 260.16, - Sales: 30603.84, - COGS: 3252, - Profit: 27351.84, - Date: `12/01/2019`, - MonthName: `December`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Mandarin`, - UnitsSold: 320, - ManufacturingPrice: 250, - SalePrice: 125, - GrossSales: 40000, - Discounts: 1655, - Sales: 38345, - COGS: 79440, - Profit: 41095, - Date: `06/01/2019`, - MonthName: `June`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Mandarin`, - UnitsSold: 2126, - ManufacturingPrice: 250, - SalePrice: 300, - GrossSales: 637800, - Discounts: 1284, - Sales: 636516, - COGS: 53500, - Profit: 583016, - Date: `10/01/2018`, - MonthName: `October`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Mandarin`, - UnitsSold: 3275, - ManufacturingPrice: 250, - SalePrice: 350, - GrossSales: 1146250, - Discounts: 20139, - Sales: 1126111, - COGS: 748020, - Profit: 378091, - Date: `10/01/2019`, - MonthName: `October`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Mandarin`, - UnitsSold: 3582, - ManufacturingPrice: 250, - SalePrice: 125, - GrossSales: 447750, - Discounts: 6822.5, - Sales: 440927.5, - COGS: 327480, - Profit: 113447.5, - Date: `12/01/2019`, - MonthName: `December`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Mandarin`, - UnitsSold: 783, - ManufacturingPrice: 250, - SalePrice: 350, - GrossSales: 274050, - Discounts: 1862, - Sales: 272188, - COGS: 69160, - Profit: 203028, - Date: `12/01/2018`, - MonthName: `December`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Mandarin`, - UnitsSold: 1202, - ManufacturingPrice: 250, - SalePrice: 350, - GrossSales: 420700, - Discounts: 13580, - Sales: 407120, - COGS: 504400, - Profit: 97280, - Date: `12/01/2018`, - MonthName: `December`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Luxe`, - UnitsSold: 4056, - ManufacturingPrice: 260, - SalePrice: 300, - GrossSales: 1216800, - Discounts: 1554, - Sales: 1215246, - COGS: 64750, - Profit: 1150496, - Date: `03/01/2019`, - MonthName: `March`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Luxe`, - UnitsSold: 2144, - ManufacturingPrice: 260, - SalePrice: 300, - GrossSales: 643200, - Discounts: 6606, - Sales: 636594, - COGS: 275250, - Profit: 361344, - Date: `03/01/2019`, - MonthName: `March`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Luxe`, - UnitsSold: 3502, - ManufacturingPrice: 260, - SalePrice: 125, - GrossSales: 437750, - Discounts: 5690, - Sales: 432060, - COGS: 273120, - Profit: 158940, - Date: `05/01/2019`, - MonthName: `May`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Luxe`, - UnitsSold: 1397, - ManufacturingPrice: 260, - SalePrice: 350, - GrossSales: 488950, - Discounts: 20762, - Sales: 468188, - COGS: 771160, - Profit: 302972, - Date: `10/01/2018`, - MonthName: `October`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Luxe`, - UnitsSold: 679, - ManufacturingPrice: 260, - SalePrice: 20, - GrossSales: 13580, - Discounts: 494.4, - Sales: 13085.6, - COGS: 12360, - Profit: 725.6, - Date: `11/01/2019`, - MonthName: `November`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Luxe`, - UnitsSold: 2351, - ManufacturingPrice: 260, - SalePrice: 20, - GrossSales: 47020, - Discounts: 376.4, - Sales: 46643.6, - COGS: 9410, - Profit: 37233.6, - Date: `11/01/2019`, - MonthName: `November`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Luxe`, - UnitsSold: 2043, - ManufacturingPrice: 260, - SalePrice: 300, - GrossSales: 612900, - Discounts: 11496, - Sales: 601404, - COGS: 479000, - Profit: 122404, - Date: `12/01/2019`, - MonthName: `December`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Kensington`, - UnitsSold: 3565, - ManufacturingPrice: 3, - SalePrice: 125, - GrossSales: 445625, - Discounts: 15913.13, - Sales: 429711.88, - COGS: 509220, - Profit: 79508.13, - Date: `04/01/2019`, - MonthName: `April`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Kensington`, - UnitsSold: 1401, - ManufacturingPrice: 3, - SalePrice: 20, - GrossSales: 28020, - Discounts: 1548, - Sales: 26472, - COGS: 25800, - Profit: 672, - Date: `04/01/2019`, - MonthName: `April`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Kensington`, - UnitsSold: 2077, - ManufacturingPrice: 3, - SalePrice: 300, - GrossSales: 623100, - Discounts: 6201, - Sales: 616899, - COGS: 172250, - Profit: 444649, - Date: `06/01/2019`, - MonthName: `June`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Kensington`, - UnitsSold: 3643, - ManufacturingPrice: 3, - SalePrice: 12, - GrossSales: 43716, - Discounts: 700.92, - Sales: 43015.08, - COGS: 5841, - Profit: 37174.08, - Date: `09/01/2019`, - MonthName: `September`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Kensington`, - UnitsSold: 1105, - ManufacturingPrice: 3, - SalePrice: 12, - GrossSales: 13260, - Discounts: 326.88, - Sales: 12933.12, - COGS: 2724, - Profit: 10209.12, - Date: `12/01/2018`, - MonthName: `December`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Royal Oak`, - UnitsSold: 2960, - ManufacturingPrice: 5, - SalePrice: 7, - GrossSales: 20720, - Discounts: 411.18, - Sales: 20308.82, - COGS: 9790, - Profit: 10518.82, - Date: `02/01/2019`, - MonthName: `February`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Royal Oak`, - UnitsSold: 1201, - ManufacturingPrice: 5, - SalePrice: 12, - GrossSales: 14412, - Discounts: 684.36, - Sales: 13727.64, - COGS: 5703, - Profit: 8024.64, - Date: `06/01/2019`, - MonthName: `June`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Royal Oak`, - UnitsSold: 2321, - ManufacturingPrice: 5, - SalePrice: 7, - GrossSales: 16247, - Discounts: 114.24, - Sales: 16132.76, - COGS: 2720, - Profit: 13412.76, - Date: `09/01/2019`, - MonthName: `September`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Royal Oak`, - UnitsSold: 3640, - ManufacturingPrice: 5, - SalePrice: 350, - GrossSales: 1274000, - Discounts: 18868.5, - Sales: 1255131.5, - COGS: 467220, - Profit: 787911.5, - Date: `09/01/2018`, - MonthName: `September`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Royal Oak`, - UnitsSold: 3972, - ManufacturingPrice: 5, - SalePrice: 125, - GrossSales: 496500, - Discounts: 4826.25, - Sales: 491673.75, - COGS: 154440, - Profit: 337233.75, - Date: `12/01/2019`, - MonthName: `December`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Royal Oak`, - UnitsSold: 3878, - ManufacturingPrice: 5, - SalePrice: 125, - GrossSales: 484750, - Discounts: 6397.5, - Sales: 478352.5, - COGS: 204720, - Profit: 273632.5, - Date: `12/01/2019`, - MonthName: `December`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Vermont`, - UnitsSold: 2278, - ManufacturingPrice: 10, - SalePrice: 300, - GrossSales: 683400, - Discounts: 21910.5, - Sales: 661489.5, - COGS: 608625, - Profit: 52864.5, - Date: `01/01/2019`, - MonthName: `January`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Vermont`, - UnitsSold: 1075, - ManufacturingPrice: 10, - SalePrice: 125, - GrossSales: 134375, - Discounts: 6652.5, - Sales: 127722.5, - COGS: 212880, - Profit: 85157.5, - Date: `03/01/2019`, - MonthName: `March`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Vermont`, - UnitsSold: 4050, - ManufacturingPrice: 10, - SalePrice: 12, - GrossSales: 48600, - Discounts: 684.36, - Sales: 47915.64, - COGS: 5703, - Profit: 42212.64, - Date: `06/01/2019`, - MonthName: `June`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Vermont`, - UnitsSold: 3035, - ManufacturingPrice: 10, - SalePrice: 300, - GrossSales: 910500, - Discounts: 6201, - Sales: 904299, - COGS: 172250, - Profit: 732049, - Date: `06/01/2019`, - MonthName: `June`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Vermont`, - UnitsSold: 3636, - ManufacturingPrice: 10, - SalePrice: 125, - GrossSales: 454500, - Discounts: 5887.5, - Sales: 448612.5, - COGS: 188400, - Profit: 260212.5, - Date: `06/01/2019`, - MonthName: `June`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Vermont`, - UnitsSold: 1379, - ManufacturingPrice: 10, - SalePrice: 12, - GrossSales: 16548, - Discounts: 493.02, - Sales: 16054.98, - COGS: 4108.5, - Profit: 11946.48, - Date: `07/01/2019`, - MonthName: `July`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Vermont`, - UnitsSold: 4492, - ManufacturingPrice: 10, - SalePrice: 125, - GrossSales: 561500, - Discounts: 7533.75, - Sales: 553966.25, - COGS: 241080, - Profit: 312886.25, - Date: `10/01/2019`, - MonthName: `October`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Vermont`, - UnitsSold: 764, - ManufacturingPrice: 10, - SalePrice: 15, - GrossSales: 11460, - Discounts: 875.25, - Sales: 10584.75, - COGS: 19450, - Profit: 8865.25, - Date: `10/01/2018`, - MonthName: `October`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Vermont`, - UnitsSold: 1744, - ManufacturingPrice: 10, - SalePrice: 125, - GrossSales: 218000, - Discounts: 4826.25, - Sales: 213173.75, - COGS: 154440, - Profit: 58733.75, - Date: `12/01/2019`, - MonthName: `December`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Vermont`, - UnitsSold: 2341, - ManufacturingPrice: 10, - SalePrice: 125, - GrossSales: 292625, - Discounts: 6397.5, - Sales: 286227.5, - COGS: 204720, - Profit: 81507.5, - Date: `12/01/2019`, - MonthName: `December`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Burlington`, - UnitsSold: 3835, - ManufacturingPrice: 120, - SalePrice: 125, - GrossSales: 479375, - Discounts: 7533.75, - Sales: 471841.25, - COGS: 241080, - Profit: 230761.25, - Date: `10/01/2019`, - MonthName: `October`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Mandarin`, - UnitsSold: 1161, - ManufacturingPrice: 250, - SalePrice: 300, - GrossSales: 348300, - Discounts: 25596, - Sales: 322704, - COGS: 711000, - Profit: 388296, - Date: `02/01/2019`, - MonthName: `February`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Mandarin`, - UnitsSold: 876, - ManufacturingPrice: 250, - SalePrice: 12, - GrossSales: 10512, - Discounts: 689.76, - Sales: 9822.24, - COGS: 5748, - Profit: 4074.24, - Date: `04/01/2019`, - MonthName: `April`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Mandarin`, - UnitsSold: 1705, - ManufacturingPrice: 250, - SalePrice: 125, - GrossSales: 213125, - Discounts: 5887.5, - Sales: 207237.5, - COGS: 188400, - Profit: 18837.5, - Date: `06/01/2019`, - MonthName: `June`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Mandarin`, - UnitsSold: 1805, - ManufacturingPrice: 250, - SalePrice: 300, - GrossSales: 541500, - Discounts: 16866, - Sales: 524634, - COGS: 468500, - Profit: 56134, - Date: `08/01/2019`, - MonthName: `August`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Mandarin`, - UnitsSold: 389, - ManufacturingPrice: 250, - SalePrice: 350, - GrossSales: 136150, - Discounts: 17241, - Sales: 118909, - COGS: 426920, - Profit: 308011, - Date: `08/01/2019`, - MonthName: `August`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Mandarin`, - UnitsSold: 2745, - ManufacturingPrice: 250, - SalePrice: 15, - GrossSales: 41175, - Discounts: 875.25, - Sales: 40299.75, - COGS: 19450, - Profit: 20849.75, - Date: `10/01/2018`, - MonthName: `October`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Kensington`, - UnitsSold: 1459, - ManufacturingPrice: 3, - SalePrice: 20, - GrossSales: 29180, - Discounts: 498.6, - Sales: 28681.4, - COGS: 8310, - Profit: 20371.4, - Date: `05/01/2019`, - MonthName: `May`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Vermont`, - UnitsSold: 3938, - ManufacturingPrice: 10, - SalePrice: 7, - GrossSales: 27566, - Discounts: 369.6, - Sales: 27196.4, - COGS: 8800, - Profit: 18396.4, - Date: `09/01/2018`, - MonthName: `September`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Burlington`, - UnitsSold: 4236, - ManufacturingPrice: 120, - SalePrice: 20, - GrossSales: 84720, - Discounts: 2310.3, - Sales: 82409.7, - COGS: 38505, - Profit: 43904.7, - Date: `04/01/2019`, - MonthName: `April`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Mandarin`, - UnitsSold: 3627, - ManufacturingPrice: 250, - SalePrice: 12, - GrossSales: 43524, - Discounts: 892.44, - Sales: 42631.56, - COGS: 7437, - Profit: 35194.56, - Date: `01/01/2019`, - MonthName: `January`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Royal Oak`, - UnitsSold: 1756, - ManufacturingPrice: 5, - SalePrice: 15, - GrossSales: 26340, - Discounts: 1218.6, - Sales: 25121.4, - COGS: 20310, - Profit: 4811.4, - Date: `10/01/2019`, - MonthName: `October`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Vermont`, - UnitsSold: 307, - ManufacturingPrice: 10, - SalePrice: 15, - GrossSales: 4605, - Discounts: 1218.6, - Sales: 3386.4, - COGS: 20310, - Profit: 16923.6, - Date: `10/01/2019`, - MonthName: `October`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Vermont`, - UnitsSold: 4489, - ManufacturingPrice: 10, - SalePrice: 15, - GrossSales: 67335, - Discounts: 1356.6, - Sales: 65978.4, - COGS: 22610, - Profit: 43368.4, - Date: `12/01/2018`, - MonthName: `December`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Burlington`, - UnitsSold: 2167, - ManufacturingPrice: 120, - SalePrice: 20, - GrossSales: 43340, - Discounts: 588.8, - Sales: 42751.2, - COGS: 7360, - Profit: 35391.2, - Date: `09/01/2018`, - MonthName: `September`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Kensington`, - UnitsSold: 1137, - ManufacturingPrice: 3, - SalePrice: 7, - GrossSales: 7959, - Discounts: 798.28, - Sales: 7160.72, - COGS: 14255, - Profit: 7094.28, - Date: `10/01/2018`, - MonthName: `October`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Kensington`, - UnitsSold: 1222, - ManufacturingPrice: 3, - SalePrice: 300, - GrossSales: 366600, - Discounts: 24252, - Sales: 342348, - COGS: 505250, - Profit: 162902, - Date: `10/01/2019`, - MonthName: `October`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Kensington`, - UnitsSold: 489, - ManufacturingPrice: 3, - SalePrice: 350, - GrossSales: 171150, - Discounts: 3836, - Sales: 167314, - COGS: 71240, - Profit: 96074, - Date: `12/01/2019`, - MonthName: `December`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Royal Oak`, - UnitsSold: 4133, - ManufacturingPrice: 5, - SalePrice: 15, - GrossSales: 61995, - Discounts: 1180.2, - Sales: 60814.8, - COGS: 19670, - Profit: 41144.8, - Date: `03/01/2019`, - MonthName: `March`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Royal Oak`, - UnitsSold: 2743, - ManufacturingPrice: 5, - SalePrice: 300, - GrossSales: 822900, - Discounts: 22308, - Sales: 800592, - COGS: 464750, - Profit: 335842, - Date: `08/01/2019`, - MonthName: `August`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Royal Oak`, - UnitsSold: 3699, - ManufacturingPrice: 5, - SalePrice: 7, - GrossSales: 25893, - Discounts: 798.28, - Sales: 25094.72, - COGS: 14255, - Profit: 10839.72, - Date: `10/01/2018`, - MonthName: `October`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Royal Oak`, - UnitsSold: 4460, - ManufacturingPrice: 5, - SalePrice: 300, - GrossSales: 1338000, - Discounts: 24252, - Sales: 1313748, - COGS: 505250, - Profit: 808498, - Date: `10/01/2019`, - MonthName: `October`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Royal Oak`, - UnitsSold: 1232, - ManufacturingPrice: 5, - SalePrice: 125, - GrossSales: 154000, - Discounts: 5690, - Sales: 148310, - COGS: 136560, - Profit: 11750, - Date: `12/01/2019`, - MonthName: `December`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Vermont`, - UnitsSold: 2586, - ManufacturingPrice: 10, - SalePrice: 7, - GrossSales: 18102, - Discounts: 1190.28, - Sales: 16911.72, - COGS: 21255, - Profit: 4343.28, - Date: `01/01/2019`, - MonthName: `January`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Vermont`, - UnitsSold: 1332, - ManufacturingPrice: 10, - SalePrice: 125, - GrossSales: 166500, - Discounts: 3975, - Sales: 162525, - COGS: 95400, - Profit: 67125, - Date: `03/01/2019`, - MonthName: `March`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Vermont`, - UnitsSold: 4487, - ManufacturingPrice: 10, - SalePrice: 300, - GrossSales: 1346100, - Discounts: 16974, - Sales: 1329126, - COGS: 353625, - Profit: 975501, - Date: `04/01/2019`, - MonthName: `April`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Vermont`, - UnitsSold: 3862, - ManufacturingPrice: 10, - SalePrice: 300, - GrossSales: 1158600, - Discounts: 35016, - Sales: 1123584, - COGS: 729500, - Profit: 394084, - Date: `05/01/2019`, - MonthName: `May`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Vermont`, - UnitsSold: 1765, - ManufacturingPrice: 10, - SalePrice: 350, - GrossSales: 617750, - Discounts: 48300, - Sales: 569450, - COGS: 897000, - Profit: 327550, - Date: `07/01/2019`, - MonthName: `July`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Vermont`, - UnitsSold: 3533, - ManufacturingPrice: 10, - SalePrice: 125, - GrossSales: 441625, - Discounts: 14940, - Sales: 426685, - COGS: 358560, - Profit: 68125, - Date: `07/01/2019`, - MonthName: `July`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Vermont`, - UnitsSold: 2016, - ManufacturingPrice: 10, - SalePrice: 15, - GrossSales: 30240, - Discounts: 130.8, - Sales: 30109.2, - COGS: 2180, - Profit: 27929.2, - Date: `09/01/2019`, - MonthName: `September`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Vermont`, - UnitsSold: 2938, - ManufacturingPrice: 10, - SalePrice: 20, - GrossSales: 58760, - Discounts: 1659.2, - Sales: 57100.8, - COGS: 20740, - Profit: 36360.8, - Date: `09/01/2019`, - MonthName: `September`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Vermont`, - UnitsSold: 3352, - ManufacturingPrice: 10, - SalePrice: 20, - GrossSales: 67040, - Discounts: 844.8, - Sales: 66195.2, - COGS: 10560, - Profit: 55635.2, - Date: `09/01/2019`, - MonthName: `September`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Vermont`, - UnitsSold: 4409, - ManufacturingPrice: 10, - SalePrice: 15, - GrossSales: 66135, - Discounts: 402.6, - Sales: 65732.4, - COGS: 6710, - Profit: 59022.4, - Date: `10/01/2018`, - MonthName: `October`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Vermont`, - UnitsSold: 3323, - ManufacturingPrice: 10, - SalePrice: 15, - GrossSales: 49845, - Discounts: 908.4, - Sales: 48936.6, - COGS: 15140, - Profit: 33796.6, - Date: `10/01/2018`, - MonthName: `October`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Vermont`, - UnitsSold: 2430, - ManufacturingPrice: 10, - SalePrice: 350, - GrossSales: 850500, - Discounts: 3836, - Sales: 846664, - COGS: 71240, - Profit: 775424, - Date: `12/01/2019`, - MonthName: `December`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Vermont`, - UnitsSold: 535, - ManufacturingPrice: 10, - SalePrice: 125, - GrossSales: 66875, - Discounts: 5690, - Sales: 61185, - COGS: 136560, - Profit: 75375, - Date: `12/01/2019`, - MonthName: `December`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Burlington`, - UnitsSold: 1523, - ManufacturingPrice: 120, - SalePrice: 12, - GrossSales: 18276, - Discounts: 703.2, - Sales: 17572.8, - COGS: 4395, - Profit: 13177.8, - Date: `03/01/2019`, - MonthName: `March`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Burlington`, - UnitsSold: 3631, - ManufacturingPrice: 120, - SalePrice: 20, - GrossSales: 72620, - Discounts: 2116.8, - Sales: 70503.2, - COGS: 26460, - Profit: 44043.2, - Date: `09/01/2018`, - MonthName: `September`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Burlington`, - UnitsSold: 1782, - ManufacturingPrice: 120, - SalePrice: 350, - GrossSales: 623700, - Discounts: 30478, - Sales: 593222, - COGS: 566020, - Profit: 27202, - Date: `10/01/2019`, - MonthName: `October`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Mandarin`, - UnitsSold: 347, - ManufacturingPrice: 250, - SalePrice: 12, - GrossSales: 4164, - Discounts: 415.68, - Sales: 3748.32, - COGS: 2598, - Profit: 1150.32, - Date: `05/01/2019`, - MonthName: `May`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Mandarin`, - UnitsSold: 4147, - ManufacturingPrice: 250, - SalePrice: 350, - GrossSales: 1451450, - Discounts: 4886, - Sales: 1446564, - COGS: 90740, - Profit: 1355824, - Date: `09/01/2018`, - MonthName: `September`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Mandarin`, - UnitsSold: 3509, - ManufacturingPrice: 250, - SalePrice: 350, - GrossSales: 1228150, - Discounts: 30478, - Sales: 1197672, - COGS: 566020, - Profit: 631652, - Date: `10/01/2019`, - MonthName: `October`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Mandarin`, - UnitsSold: 2774, - ManufacturingPrice: 250, - SalePrice: 15, - GrossSales: 41610, - Discounts: 908.4, - Sales: 40701.6, - COGS: 15140, - Profit: 25561.6, - Date: `10/01/2018`, - MonthName: `October`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Luxe`, - UnitsSold: 2943, - ManufacturingPrice: 260, - SalePrice: 350, - GrossSales: 1030050, - Discounts: 26110, - Sales: 1003940, - COGS: 484900, - Profit: 519040, - Date: `02/01/2019`, - MonthName: `February`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Luxe`, - UnitsSold: 4037, - ManufacturingPrice: 260, - SalePrice: 125, - GrossSales: 504625, - Discounts: 5370, - Sales: 499255, - COGS: 128880, - Profit: 370375, - Date: `04/01/2019`, - MonthName: `April`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Luxe`, - UnitsSold: 4146, - ManufacturingPrice: 260, - SalePrice: 350, - GrossSales: 1451100, - Discounts: 26698, - Sales: 1424402, - COGS: 495820, - Profit: 928582, - Date: `09/01/2019`, - MonthName: `September`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Luxe`, - UnitsSold: 4123, - ManufacturingPrice: 260, - SalePrice: 15, - GrossSales: 61845, - Discounts: 402.6, - Sales: 61442.4, - COGS: 6710, - Profit: 54732.4, - Date: `10/01/2018`, - MonthName: `October`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Luxe`, - UnitsSold: 1337, - ManufacturingPrice: 260, - SalePrice: 350, - GrossSales: 467950, - Discounts: 24892, - Sales: 443058, - COGS: 462280, - Profit: 19222, - Date: `12/01/2018`, - MonthName: `December`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Royal Oak`, - UnitsSold: 599, - ManufacturingPrice: 5, - SalePrice: 7, - GrossSales: 4193, - Discounts: 405.65, - Sales: 3787.35, - COGS: 5795, - Profit: 2007.65, - Date: `10/01/2018`, - MonthName: `October`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Vermont`, - UnitsSold: 725, - ManufacturingPrice: 10, - SalePrice: 7, - GrossSales: 5075, - Discounts: 480.2, - Sales: 4594.8, - COGS: 6860, - Profit: 2265.2, - Date: `01/01/2019`, - MonthName: `January`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Vermont`, - UnitsSold: 477, - ManufacturingPrice: 10, - SalePrice: 7, - GrossSales: 3339, - Discounts: 822.15, - Sales: 2516.85, - COGS: 11745, - Profit: 9228.15, - Date: `09/01/2018`, - MonthName: `September`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Vermont`, - UnitsSold: 2325, - ManufacturingPrice: 10, - SalePrice: 7, - GrossSales: 16275, - Discounts: 941.15, - Sales: 15333.85, - COGS: 13445, - Profit: 1888.85, - Date: `10/01/2019`, - MonthName: `October`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Vermont`, - UnitsSold: 675, - ManufacturingPrice: 10, - SalePrice: 12, - GrossSales: 8100, - Discounts: 1458.6, - Sales: 6641.4, - COGS: 7293, - Profit: 651.6, - Date: `12/01/2019`, - MonthName: `December`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Burlington`, - UnitsSold: 2990, - ManufacturingPrice: 120, - SalePrice: 12, - GrossSales: 35880, - Discounts: 1458.6, - Sales: 34421.4, - COGS: 7293, - Profit: 27128.4, - Date: `12/01/2019`, - MonthName: `December`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Mandarin`, - UnitsSold: 1072, - ManufacturingPrice: 250, - SalePrice: 7, - GrossSales: 7504, - Discounts: 941.15, - Sales: 6562.85, - COGS: 13445, - Profit: 6882.15, - Date: `10/01/2019`, - MonthName: `October`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Luxe`, - UnitsSold: 1048, - ManufacturingPrice: 260, - SalePrice: 7, - GrossSales: 7336, - Discounts: 589.05, - Sales: 6746.95, - COGS: 8415, - Profit: 1668.05, - Date: `07/01/2019`, - MonthName: `July`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Luxe`, - UnitsSold: 469, - ManufacturingPrice: 260, - SalePrice: 12, - GrossSales: 5628, - Discounts: 673.8, - Sales: 4954.2, - COGS: 3369, - Profit: 1585.2, - Date: `08/01/2019`, - MonthName: `August`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Luxe`, - UnitsSold: 804, - ManufacturingPrice: 260, - SalePrice: 7, - GrossSales: 5628, - Discounts: 405.65, - Sales: 5222.35, - COGS: 5795, - Profit: 572.65, - Date: `10/01/2018`, - MonthName: `October`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Kensington`, - UnitsSold: 4240, - ManufacturingPrice: 3, - SalePrice: 12, - GrossSales: 50880, - Discounts: 1119, - Sales: 49761, - COGS: 5595, - Profit: 44166, - Date: `02/01/2019`, - MonthName: `February`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Kensington`, - UnitsSold: 1976, - ManufacturingPrice: 3, - SalePrice: 12, - GrossSales: 23712, - Discounts: 669.6, - Sales: 23042.4, - COGS: 3348, - Profit: 19694.4, - Date: `02/01/2019`, - MonthName: `February`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Kensington`, - UnitsSold: 1984, - ManufacturingPrice: 3, - SalePrice: 20, - GrossSales: 39680, - Discounts: 1563, - Sales: 38117, - COGS: 15630, - Profit: 22487, - Date: `05/01/2019`, - MonthName: `May`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Kensington`, - UnitsSold: 480, - ManufacturingPrice: 3, - SalePrice: 300, - GrossSales: 144000, - Discounts: 14865, - Sales: 129135, - COGS: 247750, - Profit: 118615, - Date: `06/01/2019`, - MonthName: `June`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Kensington`, - UnitsSold: 3551, - ManufacturingPrice: 3, - SalePrice: 7, - GrossSales: 24857, - Discounts: 355.6, - Sales: 24501.4, - COGS: 5080, - Profit: 19421.4, - Date: `11/01/2018`, - MonthName: `November`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Kensington`, - UnitsSold: 1205, - ManufacturingPrice: 3, - SalePrice: 15, - GrossSales: 18075, - Discounts: 2093.25, - Sales: 15981.75, - COGS: 27910, - Profit: 11928.25, - Date: `11/01/2019`, - MonthName: `November`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Kensington`, - UnitsSold: 2480, - ManufacturingPrice: 3, - SalePrice: 7, - GrossSales: 17360, - Discounts: 199.5, - Sales: 17160.5, - COGS: 2850, - Profit: 14310.5, - Date: `12/01/2019`, - MonthName: `December`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Kensington`, - UnitsSold: 2926, - ManufacturingPrice: 3, - SalePrice: 7, - GrossSales: 20482, - Discounts: 870.45, - Sales: 19611.55, - COGS: 12435, - Profit: 7176.55, - Date: `12/01/2019`, - MonthName: `December`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Royal Oak`, - UnitsSold: 3210, - ManufacturingPrice: 5, - SalePrice: 350, - GrossSales: 1123500, - Discounts: 24228.75, - Sales: 1099271.25, - COGS: 359970, - Profit: 739301.25, - Date: `01/01/2019`, - MonthName: `January`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Royal Oak`, - UnitsSold: 3221, - ManufacturingPrice: 5, - SalePrice: 125, - GrossSales: 402625, - Discounts: 22668.75, - Sales: 379956.25, - COGS: 435240, - Profit: 55283.75, - Date: `07/01/2019`, - MonthName: `July`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Royal Oak`, - UnitsSold: 2389, - ManufacturingPrice: 5, - SalePrice: 350, - GrossSales: 836150, - Discounts: 12600, - Sales: 823550, - COGS: 187200, - Profit: 636350, - Date: `09/01/2018`, - MonthName: `September`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Royal Oak`, - UnitsSold: 1127, - ManufacturingPrice: 5, - SalePrice: 12, - GrossSales: 13524, - Discounts: 1405.2, - Sales: 12118.8, - COGS: 7026, - Profit: 5092.8, - Date: `11/01/2019`, - MonthName: `November`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Royal Oak`, - UnitsSold: 319, - ManufacturingPrice: 5, - SalePrice: 300, - GrossSales: 95700, - Discounts: 16500, - Sales: 79200, - COGS: 275000, - Profit: 195800, - Date: `12/01/2018`, - MonthName: `December`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Vermont`, - UnitsSold: 1610, - ManufacturingPrice: 10, - SalePrice: 20, - GrossSales: 32200, - Discounts: 1303, - Sales: 30897, - COGS: 13030, - Profit: 17867, - Date: `02/01/2019`, - MonthName: `February`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Vermont`, - UnitsSold: 4100, - ManufacturingPrice: 10, - SalePrice: 125, - GrossSales: 512500, - Discounts: 18700, - Sales: 493800, - COGS: 359040, - Profit: 134760, - Date: `03/01/2019`, - MonthName: `March`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Vermont`, - UnitsSold: 1012, - ManufacturingPrice: 10, - SalePrice: 125, - GrossSales: 126500, - Discounts: 14906.25, - Sales: 111593.75, - COGS: 286200, - Profit: 174606.25, - Date: `03/01/2019`, - MonthName: `March`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Vermont`, - UnitsSold: 3337, - ManufacturingPrice: 10, - SalePrice: 300, - GrossSales: 1001100, - Discounts: 24105, - Sales: 976995, - COGS: 401750, - Profit: 575245, - Date: `04/01/2019`, - MonthName: `April`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Vermont`, - UnitsSold: 3955, - ManufacturingPrice: 10, - SalePrice: 7, - GrossSales: 27685, - Discounts: 814.45, - Sales: 26870.55, - COGS: 11635, - Profit: 15235.55, - Date: `05/01/2019`, - MonthName: `May`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Vermont`, - UnitsSold: 4347, - ManufacturingPrice: 10, - SalePrice: 300, - GrossSales: 1304100, - Discounts: 14865, - Sales: 1289235, - COGS: 247750, - Profit: 1041485, - Date: `06/01/2019`, - MonthName: `June`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Vermont`, - UnitsSold: 1548, - ManufacturingPrice: 10, - SalePrice: 350, - GrossSales: 541800, - Discounts: 10535, - Sales: 531265, - COGS: 156520, - Profit: 374745, - Date: `06/01/2019`, - MonthName: `June`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Vermont`, - UnitsSold: 2153, - ManufacturingPrice: 10, - SalePrice: 15, - GrossSales: 32295, - Discounts: 1965, - Sales: 30330, - COGS: 26200, - Profit: 4130, - Date: `09/01/2019`, - MonthName: `September`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Vermont`, - UnitsSold: 3789, - ManufacturingPrice: 10, - SalePrice: 350, - GrossSales: 1326150, - Discounts: 21490, - Sales: 1304660, - COGS: 319280, - Profit: 985380, - Date: `10/01/2018`, - MonthName: `October`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Vermont`, - UnitsSold: 4364, - ManufacturingPrice: 10, - SalePrice: 20, - GrossSales: 87280, - Discounts: 1389, - Sales: 85891, - COGS: 13890, - Profit: 72001, - Date: `10/01/2018`, - MonthName: `October`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Vermont`, - UnitsSold: 4126, - ManufacturingPrice: 10, - SalePrice: 125, - GrossSales: 515750, - Discounts: 5381.25, - Sales: 510368.75, - COGS: 103320, - Profit: 407048.75, - Date: `10/01/2019`, - MonthName: `October`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Vermont`, - UnitsSold: 1343, - ManufacturingPrice: 10, - SalePrice: 125, - GrossSales: 167875, - Discounts: 4400, - Sales: 163475, - COGS: 84480, - Profit: 78995, - Date: `10/01/2018`, - MonthName: `October`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Vermont`, - UnitsSold: 245, - ManufacturingPrice: 10, - SalePrice: 20, - GrossSales: 4900, - Discounts: 1802, - Sales: 3098, - COGS: 18020, - Profit: 14922, - Date: `12/01/2018`, - MonthName: `December`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Vermont`, - UnitsSold: 3376, - ManufacturingPrice: 10, - SalePrice: 20, - GrossSales: 67520, - Discounts: 2663, - Sales: 64857, - COGS: 26630, - Profit: 38227, - Date: `12/01/2019`, - MonthName: `December`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Vermont`, - UnitsSold: 1401, - ManufacturingPrice: 10, - SalePrice: 7, - GrossSales: 9807, - Discounts: 747.6, - Sales: 9059.4, - COGS: 10680, - Profit: 1620.6, - Date: `12/01/2018`, - MonthName: `December`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Vermont`, - UnitsSold: 3483, - ManufacturingPrice: 10, - SalePrice: 15, - GrossSales: 52245, - Discounts: 1587, - Sales: 50658, - COGS: 21160, - Profit: 29498, - Date: `12/01/2018`, - MonthName: `December`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Burlington`, - UnitsSold: 2244, - ManufacturingPrice: 120, - SalePrice: 15, - GrossSales: 33660, - Discounts: 416.25, - Sales: 33243.75, - COGS: 5550, - Profit: 27693.75, - Date: `01/01/2019`, - MonthName: `January`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Burlington`, - UnitsSold: 1360, - ManufacturingPrice: 120, - SalePrice: 15, - GrossSales: 20400, - Discounts: 2145.75, - Sales: 18254.25, - COGS: 28610, - Profit: 10355.75, - Date: `01/01/2019`, - MonthName: `January`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Burlington`, - UnitsSold: 279, - ManufacturingPrice: 120, - SalePrice: 125, - GrossSales: 34875, - Discounts: 5043.75, - Sales: 29831.25, - COGS: 96840, - Profit: 67008.75, - Date: `02/01/2019`, - MonthName: `February`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Burlington`, - UnitsSold: 2521, - ManufacturingPrice: 120, - SalePrice: 350, - GrossSales: 882350, - Discounts: 10535, - Sales: 871815, - COGS: 156520, - Profit: 715295, - Date: `06/01/2019`, - MonthName: `June`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Burlington`, - UnitsSold: 2433, - ManufacturingPrice: 120, - SalePrice: 20, - GrossSales: 48660, - Discounts: 2832, - Sales: 45828, - COGS: 28320, - Profit: 17508, - Date: `08/01/2019`, - MonthName: `August`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Burlington`, - UnitsSold: 1738, - ManufacturingPrice: 120, - SalePrice: 20, - GrossSales: 34760, - Discounts: 1579, - Sales: 33181, - COGS: 15790, - Profit: 17391, - Date: `08/01/2019`, - MonthName: `August`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Burlington`, - UnitsSold: 1106, - ManufacturingPrice: 120, - SalePrice: 125, - GrossSales: 138250, - Discounts: 5381.25, - Sales: 132868.75, - COGS: 103320, - Profit: 29548.75, - Date: `10/01/2019`, - MonthName: `October`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Burlington`, - UnitsSold: 3379, - ManufacturingPrice: 120, - SalePrice: 125, - GrossSales: 422375, - Discounts: 4400, - Sales: 417975, - COGS: 84480, - Profit: 333495, - Date: `10/01/2018`, - MonthName: `October`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Burlington`, - UnitsSold: 1221, - ManufacturingPrice: 120, - SalePrice: 20, - GrossSales: 24420, - Discounts: 1033, - Sales: 23387, - COGS: 10330, - Profit: 13057, - Date: `12/01/2018`, - MonthName: `December`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Burlington`, - UnitsSold: 213, - ManufacturingPrice: 120, - SalePrice: 300, - GrossSales: 63900, - Discounts: 18750, - Sales: 45150, - COGS: 312500, - Profit: 267350, - Date: `12/01/2019`, - MonthName: `December`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Mandarin`, - UnitsSold: 3335, - ManufacturingPrice: 250, - SalePrice: 20, - GrossSales: 66700, - Discounts: 1389, - Sales: 65311, - COGS: 13890, - Profit: 51421, - Date: `10/01/2018`, - MonthName: `October`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Mandarin`, - UnitsSold: 1260, - ManufacturingPrice: 250, - SalePrice: 20, - GrossSales: 25200, - Discounts: 1265, - Sales: 23935, - COGS: 12650, - Profit: 11285, - Date: `11/01/2018`, - MonthName: `November`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Mandarin`, - UnitsSold: 3034, - ManufacturingPrice: 250, - SalePrice: 20, - GrossSales: 60680, - Discounts: 2297, - Sales: 58383, - COGS: 22970, - Profit: 35413, - Date: `11/01/2018`, - MonthName: `November`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Mandarin`, - UnitsSold: 2929, - ManufacturingPrice: 250, - SalePrice: 20, - GrossSales: 58580, - Discounts: 2663, - Sales: 55917, - COGS: 26630, - Profit: 29287, - Date: `12/01/2019`, - MonthName: `December`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Mandarin`, - UnitsSold: 2389, - ManufacturingPrice: 250, - SalePrice: 7, - GrossSales: 16723, - Discounts: 199.5, - Sales: 16523.5, - COGS: 2850, - Profit: 13673.5, - Date: `12/01/2019`, - MonthName: `December`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Mandarin`, - UnitsSold: 3086, - ManufacturingPrice: 250, - SalePrice: 7, - GrossSales: 21602, - Discounts: 870.45, - Sales: 20731.55, - COGS: 12435, - Profit: 8296.55, - Date: `12/01/2019`, - MonthName: `December`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Luxe`, - UnitsSold: 745, - ManufacturingPrice: 260, - SalePrice: 350, - GrossSales: 260750, - Discounts: 23625, - Sales: 237125, - COGS: 351000, - Profit: 113875, - Date: `02/01/2019`, - MonthName: `February`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Luxe`, - UnitsSold: 1266, - ManufacturingPrice: 260, - SalePrice: 350, - GrossSales: 443100, - Discounts: 9660, - Sales: 433440, - COGS: 143520, - Profit: 289920, - Date: `08/01/2019`, - MonthName: `August`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Luxe`, - UnitsSold: 3790, - ManufacturingPrice: 260, - SalePrice: 350, - GrossSales: 1326500, - Discounts: 21490, - Sales: 1305010, - COGS: 319280, - Profit: 985730, - Date: `10/01/2018`, - MonthName: `October`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Luxe`, - UnitsSold: 4287, - ManufacturingPrice: 260, - SalePrice: 300, - GrossSales: 1286100, - Discounts: 18750, - Sales: 1267350, - COGS: 312500, - Profit: 954850, - Date: `12/01/2019`, - MonthName: `December`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Vermont`, - UnitsSold: 3193, - ManufacturingPrice: 10, - SalePrice: 15, - GrossSales: 47895, - Discounts: 3420.9, - Sales: 44474.1, - COGS: 38010, - Profit: 6464.1, - Date: `04/01/2019`, - MonthName: `April`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Kensington`, - UnitsSold: 1967, - ManufacturingPrice: 3, - SalePrice: 20, - GrossSales: 39340, - Discounts: 1341, - Sales: 37999, - COGS: 11175, - Profit: 26824, - Date: `01/01/2019`, - MonthName: `January`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Kensington`, - UnitsSold: 631, - ManufacturingPrice: 3, - SalePrice: 15, - GrossSales: 9465, - Discounts: 2559.6, - Sales: 6905.4, - COGS: 28440, - Profit: 21534.6, - Date: `06/01/2019`, - MonthName: `June`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Kensington`, - UnitsSold: 3469, - ManufacturingPrice: 3, - SalePrice: 12, - GrossSales: 41628, - Discounts: 404.64, - Sales: 41223.36, - COGS: 1686, - Profit: 39537.36, - Date: `09/01/2019`, - MonthName: `September`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Kensington`, - UnitsSold: 570, - ManufacturingPrice: 3, - SalePrice: 12, - GrossSales: 6840, - Discounts: 1655.28, - Sales: 5184.72, - COGS: 6897, - Profit: 1712.28, - Date: `10/01/2018`, - MonthName: `October`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Kensington`, - UnitsSold: 3215, - ManufacturingPrice: 3, - SalePrice: 15, - GrossSales: 48225, - Discounts: 1827, - Sales: 46398, - COGS: 20300, - Profit: 26098, - Date: `11/01/2019`, - MonthName: `November`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Kensington`, - UnitsSold: 3754, - ManufacturingPrice: 3, - SalePrice: 7, - GrossSales: 26278, - Discounts: 110.46, - Sales: 26167.54, - COGS: 1315, - Profit: 24852.54, - Date: `11/01/2018`, - MonthName: `November`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Kensington`, - UnitsSold: 2187, - ManufacturingPrice: 3, - SalePrice: 125, - GrossSales: 273375, - Discounts: 6652.5, - Sales: 266722.5, - COGS: 106440, - Profit: 160282.5, - Date: `12/01/2018`, - MonthName: `December`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Royal Oak`, - UnitsSold: 1959, - ManufacturingPrice: 5, - SalePrice: 350, - GrossSales: 685650, - Discounts: 20580, - Sales: 665070, - COGS: 254800, - Profit: 410270, - Date: `04/01/2019`, - MonthName: `April`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Royal Oak`, - UnitsSold: 2181, - ManufacturingPrice: 5, - SalePrice: 350, - GrossSales: 763350, - Discounts: 30660, - Sales: 732690, - COGS: 379600, - Profit: 353090, - Date: `05/01/2019`, - MonthName: `May`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Royal Oak`, - UnitsSold: 3559, - ManufacturingPrice: 5, - SalePrice: 7, - GrossSales: 24913, - Discounts: 589.26, - Sales: 24323.74, - COGS: 7015, - Profit: 17308.74, - Date: `10/01/2018`, - MonthName: `October`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Royal Oak`, - UnitsSold: 2205, - ManufacturingPrice: 5, - SalePrice: 12, - GrossSales: 26460, - Discounts: 1960.56, - Sales: 24499.44, - COGS: 8169, - Profit: 16330.44, - Date: `11/01/2019`, - MonthName: `November`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Vermont`, - UnitsSold: 1890, - ManufacturingPrice: 10, - SalePrice: 350, - GrossSales: 661500, - Discounts: 31416, - Sales: 630084, - COGS: 388960, - Profit: 241124, - Date: `06/01/2019`, - MonthName: `June`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Vermont`, - UnitsSold: 1296, - ManufacturingPrice: 10, - SalePrice: 12, - GrossSales: 15552, - Discounts: 1655.28, - Sales: 13896.72, - COGS: 6897, - Profit: 6999.72, - Date: `10/01/2018`, - MonthName: `October`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Vermont`, - UnitsSold: 775, - ManufacturingPrice: 10, - SalePrice: 350, - GrossSales: 271250, - Discounts: 15267, - Sales: 255983, - COGS: 189020, - Profit: 66963, - Date: `10/01/2018`, - MonthName: `October`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Burlington`, - UnitsSold: 2417, - ManufacturingPrice: 120, - SalePrice: 125, - GrossSales: 302125, - Discounts: 7140, - Sales: 294985, - COGS: 114240, - Profit: 180745, - Date: `02/01/2019`, - MonthName: `February`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Burlington`, - UnitsSold: 1158, - ManufacturingPrice: 120, - SalePrice: 125, - GrossSales: 144750, - Discounts: 20662.5, - Sales: 124087.5, - COGS: 330600, - Profit: 206512.5, - Date: `02/01/2019`, - MonthName: `February`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Burlington`, - UnitsSold: 803, - ManufacturingPrice: 120, - SalePrice: 15, - GrossSales: 12045, - Discounts: 1377, - Sales: 10668, - COGS: 15300, - Profit: 4632, - Date: `05/01/2019`, - MonthName: `May`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Burlington`, - UnitsSold: 3705, - ManufacturingPrice: 120, - SalePrice: 350, - GrossSales: 1296750, - Discounts: 31416, - Sales: 1265334, - COGS: 388960, - Profit: 876374, - Date: `06/01/2019`, - MonthName: `June`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Burlington`, - UnitsSold: 589, - ManufacturingPrice: 120, - SalePrice: 7, - GrossSales: 4123, - Discounts: 629.16, - Sales: 3493.84, - COGS: 7490, - Profit: 3996.16, - Date: `06/01/2019`, - MonthName: `June`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Burlington`, - UnitsSold: 3797, - ManufacturingPrice: 120, - SalePrice: 300, - GrossSales: 1139100, - Discounts: 21978, - Sales: 1117122, - COGS: 305250, - Profit: 811872, - Date: `10/01/2018`, - MonthName: `October`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Burlington`, - UnitsSold: 1321, - ManufacturingPrice: 120, - SalePrice: 350, - GrossSales: 462350, - Discounts: 43596, - Sales: 418754, - COGS: 539760, - Profit: 121006, - Date: `10/01/2018`, - MonthName: `October`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Mandarin`, - UnitsSold: 3999, - ManufacturingPrice: 250, - SalePrice: 15, - GrossSales: 59985, - Discounts: 2559.6, - Sales: 57425.4, - COGS: 28440, - Profit: 28985.4, - Date: `06/01/2019`, - MonthName: `June`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Mandarin`, - UnitsSold: 4256, - ManufacturingPrice: 250, - SalePrice: 7, - GrossSales: 29792, - Discounts: 629.16, - Sales: 29162.84, - COGS: 7490, - Profit: 21672.84, - Date: `06/01/2019`, - MonthName: `June`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Mandarin`, - UnitsSold: 1643, - ManufacturingPrice: 250, - SalePrice: 300, - GrossSales: 492900, - Discounts: 21978, - Sales: 470922, - COGS: 305250, - Profit: 165672, - Date: `10/01/2018`, - MonthName: `October`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Mandarin`, - UnitsSold: 1912, - ManufacturingPrice: 250, - SalePrice: 20, - GrossSales: 38240, - Discounts: 1347.6, - Sales: 36892.4, - COGS: 11230, - Profit: 25662.4, - Date: `11/01/2018`, - MonthName: `November`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Mandarin`, - UnitsSold: 1610, - ManufacturingPrice: 250, - SalePrice: 300, - GrossSales: 483000, - Discounts: 43848, - Sales: 439152, - COGS: 609000, - Profit: 169848, - Date: `12/01/2018`, - MonthName: `December`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Luxe`, - UnitsSold: 2160, - ManufacturingPrice: 260, - SalePrice: 125, - GrossSales: 270000, - Discounts: 14906.25, - Sales: 255093.75, - COGS: 238500, - Profit: 16593.75, - Date: `01/01/2019`, - MonthName: `January`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Luxe`, - UnitsSold: 466, - ManufacturingPrice: 260, - SalePrice: 350, - GrossSales: 163100, - Discounts: 35259, - Sales: 127841, - COGS: 436540, - Profit: 308699, - Date: `09/01/2019`, - MonthName: `September`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Luxe`, - UnitsSold: 328, - ManufacturingPrice: 260, - SalePrice: 350, - GrossSales: 114800, - Discounts: 15267, - Sales: 99533, - COGS: 189020, - Profit: 89487, - Date: `10/01/2018`, - MonthName: `October`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Luxe`, - UnitsSold: 4099, - ManufacturingPrice: 260, - SalePrice: 7, - GrossSales: 28693, - Discounts: 589.26, - Sales: 28103.74, - COGS: 7015, - Profit: 21088.74, - Date: `10/01/2018`, - MonthName: `October`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Luxe`, - UnitsSold: 990, - ManufacturingPrice: 260, - SalePrice: 350, - GrossSales: 346500, - Discounts: 43596, - Sales: 302904, - COGS: 539760, - Profit: 236856, - Date: `10/01/2018`, - MonthName: `October`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Royal Oak`, - UnitsSold: 1433, - ManufacturingPrice: 5, - SalePrice: 20, - GrossSales: 28660, - Discounts: 2108.4, - Sales: 26551.6, - COGS: 17570, - Profit: 8981.6, - Date: `10/01/2018`, - MonthName: `October`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Vermont`, - UnitsSold: 1478, - ManufacturingPrice: 10, - SalePrice: 15, - GrossSales: 22170, - Discounts: 1978.2, - Sales: 20191.8, - COGS: 21980, - Profit: 1788.2, - Date: `08/01/2019`, - MonthName: `August`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Vermont`, - UnitsSold: 3798, - ManufacturingPrice: 10, - SalePrice: 15, - GrossSales: 56970, - Discounts: 1568.7, - Sales: 55401.3, - COGS: 17430, - Profit: 37971.3, - Date: `08/01/2019`, - MonthName: `August`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Vermont`, - UnitsSold: 447, - ManufacturingPrice: 10, - SalePrice: 15, - GrossSales: 6705, - Discounts: 1037.7, - Sales: 5667.3, - COGS: 11530, - Profit: 5862.7, - Date: `10/01/2019`, - MonthName: `October`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Vermont`, - UnitsSold: 1711, - ManufacturingPrice: 10, - SalePrice: 20, - GrossSales: 34220, - Discounts: 2108.4, - Sales: 32111.6, - COGS: 17570, - Profit: 14541.6, - Date: `10/01/2018`, - MonthName: `October`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Burlington`, - UnitsSold: 745, - ManufacturingPrice: 120, - SalePrice: 20, - GrossSales: 14900, - Discounts: 1201.2, - Sales: 13698.8, - COGS: 10010, - Profit: 3688.8, - Date: `08/01/2019`, - MonthName: `August`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Burlington`, - UnitsSold: 1732, - ManufacturingPrice: 120, - SalePrice: 7, - GrossSales: 12124, - Discounts: 559.86, - Sales: 11564.14, - COGS: 6665, - Profit: 4899.14, - Date: `11/01/2019`, - MonthName: `November`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Mandarin`, - UnitsSold: 1759, - ManufacturingPrice: 250, - SalePrice: 15, - GrossSales: 26385, - Discounts: 1037.7, - Sales: 25347.3, - COGS: 11530, - Profit: 13817.3, - Date: `10/01/2019`, - MonthName: `October`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Kensington`, - UnitsSold: 338, - ManufacturingPrice: 3, - SalePrice: 12, - GrossSales: 4056, - Discounts: 610.68, - Sales: 3445.32, - COGS: 2181, - Profit: 1264.32, - Date: `02/01/2019`, - MonthName: `February`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Kensington`, - UnitsSold: 3911, - ManufacturingPrice: 3, - SalePrice: 12, - GrossSales: 46932, - Discounts: 1582.56, - Sales: 45349.44, - COGS: 5652, - Profit: 39697.44, - Date: `08/01/2019`, - MonthName: `August`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Kensington`, - UnitsSold: 3691, - ManufacturingPrice: 3, - SalePrice: 20, - GrossSales: 73820, - Discounts: 2567.6, - Sales: 71252.4, - COGS: 18340, - Profit: 52912.4, - Date: `09/01/2018`, - MonthName: `September`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Royal Oak`, - UnitsSold: 4473, - ManufacturingPrice: 5, - SalePrice: 12, - GrossSales: 53676, - Discounts: 1965.6, - Sales: 51710.4, - COGS: 7020, - Profit: 44690.4, - Date: `01/01/2019`, - MonthName: `January`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Royal Oak`, - UnitsSold: 383, - ManufacturingPrice: 5, - SalePrice: 12, - GrossSales: 4596, - Discounts: 1967.28, - Sales: 2628.72, - COGS: 7026, - Profit: 4397.28, - Date: `11/01/2019`, - MonthName: `November`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Vermont`, - UnitsSold: 3105, - ManufacturingPrice: 10, - SalePrice: 7, - GrossSales: 21735, - Discounts: 505.19, - Sales: 21229.81, - COGS: 5155, - Profit: 16074.81, - Date: `09/01/2018`, - MonthName: `September`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Burlington`, - UnitsSold: 1062, - ManufacturingPrice: 120, - SalePrice: 15, - GrossSales: 15930, - Discounts: 1325.1, - Sales: 14604.9, - COGS: 12620, - Profit: 1984.9, - Date: `05/01/2019`, - MonthName: `May`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Burlington`, - UnitsSold: 4083, - ManufacturingPrice: 120, - SalePrice: 7, - GrossSales: 28581, - Discounts: 556.15, - Sales: 28024.85, - COGS: 5675, - Profit: 22349.85, - Date: `06/01/2019`, - MonthName: `June`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Burlington`, - UnitsSold: 3974, - ManufacturingPrice: 120, - SalePrice: 7, - GrossSales: 27818, - Discounts: 268.03, - Sales: 27549.97, - COGS: 2735, - Profit: 24814.97, - Date: `11/01/2019`, - MonthName: `November`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Burlington`, - UnitsSold: 3723, - ManufacturingPrice: 120, - SalePrice: 7, - GrossSales: 26061, - Discounts: 775.18, - Sales: 25285.82, - COGS: 7910, - Profit: 17375.82, - Date: `12/01/2019`, - MonthName: `December`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Mandarin`, - UnitsSold: 2435, - ManufacturingPrice: 250, - SalePrice: 12, - GrossSales: 29220, - Discounts: 1460.34, - Sales: 27759.66, - COGS: 5215.5, - Profit: 22544.16, - Date: `04/01/2019`, - MonthName: `April`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Mandarin`, - UnitsSold: 1678, - ManufacturingPrice: 250, - SalePrice: 12, - GrossSales: 20136, - Discounts: 1860.6, - Sales: 18275.4, - COGS: 6645, - Profit: 11630.4, - Date: `09/01/2018`, - MonthName: `September`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Mandarin`, - UnitsSold: 1763, - ManufacturingPrice: 250, - SalePrice: 7, - GrossSales: 12341, - Discounts: 775.18, - Sales: 11565.82, - COGS: 7910, - Profit: 3655.82, - Date: `12/01/2019`, - MonthName: `December`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Luxe`, - UnitsSold: 4473, - ManufacturingPrice: 260, - SalePrice: 7, - GrossSales: 31311, - Discounts: 556.15, - Sales: 30754.85, - COGS: 5675, - Profit: 25079.85, - Date: `06/01/2019`, - MonthName: `June`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Kensington`, - UnitsSold: 1246, - ManufacturingPrice: 3, - SalePrice: 350, - GrossSales: 436100, - Discounts: 43144.5, - Sales: 392955.5, - COGS: 457860, - Profit: 64904.5, - Date: `03/01/2019`, - MonthName: `March`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Kensington`, - UnitsSold: 1615, - ManufacturingPrice: 3, - SalePrice: 300, - GrossSales: 484500, - Discounts: 9408, - Sales: 475092, - COGS: 112000, - Profit: 363092, - Date: `06/01/2019`, - MonthName: `June`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Kensington`, - UnitsSold: 749, - ManufacturingPrice: 3, - SalePrice: 300, - GrossSales: 224700, - Discounts: 45801, - Sales: 178899, - COGS: 545250, - Profit: 366351, - Date: `10/01/2019`, - MonthName: `October`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Royal Oak`, - UnitsSold: 1318, - ManufacturingPrice: 5, - SalePrice: 20, - GrossSales: 26360, - Discounts: 2766.4, - Sales: 23593.6, - COGS: 19760, - Profit: 3833.6, - Date: `10/01/2019`, - MonthName: `October`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Royal Oak`, - UnitsSold: 2882, - ManufacturingPrice: 5, - SalePrice: 300, - GrossSales: 864600, - Discounts: 45801, - Sales: 818799, - COGS: 545250, - Profit: 273549, - Date: `10/01/2019`, - MonthName: `October`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Royal Oak`, - UnitsSold: 3039, - ManufacturingPrice: 5, - SalePrice: 125, - GrossSales: 379875, - Discounts: 21875, - Sales: 358000, - COGS: 300000, - Profit: 58000, - Date: `11/01/2018`, - MonthName: `November`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Vermont`, - UnitsSold: 2484, - ManufacturingPrice: 10, - SalePrice: 300, - GrossSales: 745200, - Discounts: 35742, - Sales: 709458, - COGS: 425500, - Profit: 283958, - Date: `05/01/2019`, - MonthName: `May`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Vermont`, - UnitsSold: 3169, - ManufacturingPrice: 10, - SalePrice: 300, - GrossSales: 950700, - Discounts: 9408, - Sales: 941292, - COGS: 112000, - Profit: 829292, - Date: `06/01/2019`, - MonthName: `June`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Vermont`, - UnitsSold: 4080, - ManufacturingPrice: 10, - SalePrice: 125, - GrossSales: 510000, - Discounts: 30738.75, - Sales: 479261.25, - COGS: 421560, - Profit: 57701.25, - Date: `07/01/2019`, - MonthName: `July`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Vermont`, - UnitsSold: 3943, - ManufacturingPrice: 10, - SalePrice: 15, - GrossSales: 59145, - Discounts: 2206.05, - Sales: 56938.95, - COGS: 21010, - Profit: 35928.95, - Date: `08/01/2019`, - MonthName: `August`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Vermont`, - UnitsSold: 784, - ManufacturingPrice: 10, - SalePrice: 15, - GrossSales: 11760, - Discounts: 3077.55, - Sales: 8682.45, - COGS: 29310, - Profit: 20627.55, - Date: `09/01/2018`, - MonthName: `September`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Vermont`, - UnitsSold: 253, - ManufacturingPrice: 10, - SalePrice: 20, - GrossSales: 5060, - Discounts: 2149, - Sales: 2911, - COGS: 15350, - Profit: 12439, - Date: `09/01/2019`, - MonthName: `September`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Vermont`, - UnitsSold: 1316, - ManufacturingPrice: 10, - SalePrice: 300, - GrossSales: 394800, - Discounts: 23583, - Sales: 371217, - COGS: 280750, - Profit: 90467, - Date: `09/01/2018`, - MonthName: `September`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Vermont`, - UnitsSold: 808, - ManufacturingPrice: 10, - SalePrice: 300, - GrossSales: 242400, - Discounts: 29484, - Sales: 212916, - COGS: 351000, - Profit: 138084, - Date: `11/01/2018`, - MonthName: `November`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Vermont`, - UnitsSold: 3295, - ManufacturingPrice: 10, - SalePrice: 12, - GrossSales: 39540, - Discounts: 2320.92, - Sales: 37219.08, - COGS: 8289, - Profit: 28930.08, - Date: `11/01/2018`, - MonthName: `November`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Vermont`, - UnitsSold: 520, - ManufacturingPrice: 10, - SalePrice: 7, - GrossSales: 3640, - Discounts: 1041.25, - Sales: 2598.75, - COGS: 10625, - Profit: 8026.25, - Date: `12/01/2018`, - MonthName: `December`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Burlington`, - UnitsSold: 799, - ManufacturingPrice: 120, - SalePrice: 300, - GrossSales: 239700, - Discounts: 34839, - Sales: 204861, - COGS: 414750, - Profit: 209889, - Date: `07/01/2019`, - MonthName: `July`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Burlington`, - UnitsSold: 3942, - ManufacturingPrice: 120, - SalePrice: 20, - GrossSales: 78840, - Discounts: 852.6, - Sales: 77987.4, - COGS: 6090, - Profit: 71897.4, - Date: `08/01/2019`, - MonthName: `August`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Burlington`, - UnitsSold: 2498, - ManufacturingPrice: 120, - SalePrice: 125, - GrossSales: 312250, - Discounts: 18261.25, - Sales: 293988.75, - COGS: 250440, - Profit: 43548.75, - Date: `09/01/2019`, - MonthName: `September`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Burlington`, - UnitsSold: 2517, - ManufacturingPrice: 120, - SalePrice: 20, - GrossSales: 50340, - Discounts: 2766.4, - Sales: 47573.6, - COGS: 19760, - Profit: 27813.6, - Date: `10/01/2019`, - MonthName: `October`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Burlington`, - UnitsSold: 3182, - ManufacturingPrice: 120, - SalePrice: 20, - GrossSales: 63640, - Discounts: 1989.4, - Sales: 61650.6, - COGS: 14210, - Profit: 47440.6, - Date: `12/01/2018`, - MonthName: `December`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Burlington`, - UnitsSold: 1145, - ManufacturingPrice: 120, - SalePrice: 300, - GrossSales: 343500, - Discounts: 28812, - Sales: 314688, - COGS: 343000, - Profit: 28312, - Date: `12/01/2019`, - MonthName: `December`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Burlington`, - UnitsSold: 895, - ManufacturingPrice: 120, - SalePrice: 20, - GrossSales: 17900, - Discounts: 823.2, - Sales: 17076.8, - COGS: 5880, - Profit: 11196.8, - Date: `12/01/2018`, - MonthName: `December`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Mandarin`, - UnitsSold: 3814, - ManufacturingPrice: 250, - SalePrice: 12, - GrossSales: 45768, - Discounts: 2725.38, - Sales: 43042.62, - COGS: 9733.5, - Profit: 33309.12, - Date: `01/01/2019`, - MonthName: `January`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Mandarin`, - UnitsSold: 1188, - ManufacturingPrice: 250, - SalePrice: 300, - GrossSales: 356400, - Discounts: 20139, - Sales: 336261, - COGS: 239750, - Profit: 96511, - Date: `02/01/2019`, - MonthName: `February`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Mandarin`, - UnitsSold: 2233, - ManufacturingPrice: 250, - SalePrice: 300, - GrossSales: 669900, - Discounts: 57687, - Sales: 612213, - COGS: 686750, - Profit: 74537, - Date: `02/01/2019`, - MonthName: `February`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Luxe`, - UnitsSold: 421, - ManufacturingPrice: 260, - SalePrice: 125, - GrossSales: 52625, - Discounts: 14393.75, - Sales: 38231.25, - COGS: 197400, - Profit: 159168.75, - Date: `05/01/2019`, - MonthName: `May`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Luxe`, - UnitsSold: 269, - ManufacturingPrice: 260, - SalePrice: 350, - GrossSales: 94150, - Discounts: 70462, - Sales: 23688, - COGS: 747760, - Profit: 724072, - Date: `09/01/2019`, - MonthName: `September`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Luxe`, - UnitsSold: 3766, - ManufacturingPrice: 260, - SalePrice: 125, - GrossSales: 470750, - Discounts: 8697.5, - Sales: 462052.5, - COGS: 119280, - Profit: 342772.5, - Date: `09/01/2018`, - MonthName: `September`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Luxe`, - UnitsSold: 952, - ManufacturingPrice: 260, - SalePrice: 20, - GrossSales: 19040, - Discounts: 1565.2, - Sales: 17474.8, - COGS: 11180, - Profit: 6294.8, - Date: `11/01/2019`, - MonthName: `November`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Luxe`, - UnitsSold: 2964, - ManufacturingPrice: 260, - SalePrice: 300, - GrossSales: 889200, - Discounts: 28812, - Sales: 860388, - COGS: 343000, - Profit: 517388, - Date: `12/01/2019`, - MonthName: `December`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Royal Oak`, - UnitsSold: 1505, - ManufacturingPrice: 5, - SalePrice: 7, - GrossSales: 10535, - Discounts: 273.28, - Sales: 10261.72, - COGS: 2440, - Profit: 7821.72, - Date: `02/01/2019`, - MonthName: `February`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Royal Oak`, - UnitsSold: 1678, - ManufacturingPrice: 5, - SalePrice: 20, - GrossSales: 33560, - Discounts: 2051.2, - Sales: 31508.8, - COGS: 12820, - Profit: 18688.8, - Date: `06/01/2019`, - MonthName: `June`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Vermont`, - UnitsSold: 4249, - ManufacturingPrice: 10, - SalePrice: 7, - GrossSales: 29743, - Discounts: 143.92, - Sales: 29599.08, - COGS: 1285, - Profit: 28314.08, - Date: `05/01/2019`, - MonthName: `May`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Luxe`, - UnitsSold: 1677, - ManufacturingPrice: 260, - SalePrice: 20, - GrossSales: 33540, - Discounts: 2051.2, - Sales: 31488.8, - COGS: 12820, - Profit: 18668.8, - Date: `06/01/2019`, - MonthName: `June`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Kensington`, - UnitsSold: 3051, - ManufacturingPrice: 3, - SalePrice: 125, - GrossSales: 381375, - Discounts: 15400, - Sales: 365975, - COGS: 184800, - Profit: 181175, - Date: `08/01/2019`, - MonthName: `August`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Kensington`, - UnitsSold: 3372, - ManufacturingPrice: 3, - SalePrice: 15, - GrossSales: 50580, - Discounts: 588, - Sales: 49992, - COGS: 4900, - Profit: 45092, - Date: `11/01/2019`, - MonthName: `November`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Kensington`, - UnitsSold: 1686, - ManufacturingPrice: 3, - SalePrice: 350, - GrossSales: 590100, - Discounts: 38136, - Sales: 551964, - COGS: 354120, - Profit: 197844, - Date: `12/01/2019`, - MonthName: `December`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Royal Oak`, - UnitsSold: 3086, - ManufacturingPrice: 5, - SalePrice: 15, - GrossSales: 46290, - Discounts: 3001.2, - Sales: 43288.8, - COGS: 25010, - Profit: 18278.8, - Date: `03/01/2019`, - MonthName: `March`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Royal Oak`, - UnitsSold: 4150, - ManufacturingPrice: 5, - SalePrice: 20, - GrossSales: 83000, - Discounts: 1132.8, - Sales: 81867.2, - COGS: 7080, - Profit: 74787.2, - Date: `06/01/2019`, - MonthName: `June`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Royal Oak`, - UnitsSold: 3027, - ManufacturingPrice: 5, - SalePrice: 20, - GrossSales: 60540, - Discounts: 1032, - Sales: 59508, - COGS: 6450, - Profit: 53058, - Date: `07/01/2019`, - MonthName: `July`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Royal Oak`, - UnitsSold: 4359, - ManufacturingPrice: 5, - SalePrice: 300, - GrossSales: 1307700, - Discounts: 37488, - Sales: 1270212, - COGS: 390500, - Profit: 879712, - Date: `08/01/2019`, - MonthName: `August`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Royal Oak`, - UnitsSold: 3628, - ManufacturingPrice: 5, - SalePrice: 300, - GrossSales: 1088400, - Discounts: 30792, - Sales: 1057608, - COGS: 320750, - Profit: 736858, - Date: `09/01/2018`, - MonthName: `September`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Royal Oak`, - UnitsSold: 1589, - ManufacturingPrice: 5, - SalePrice: 15, - GrossSales: 23835, - Discounts: 853.2, - Sales: 22981.8, - COGS: 7110, - Profit: 15871.8, - Date: `12/01/2019`, - MonthName: `December`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Vermont`, - UnitsSold: 2679, - ManufacturingPrice: 10, - SalePrice: 125, - GrossSales: 334875, - Discounts: 11140, - Sales: 323735, - COGS: 133680, - Profit: 190055, - Date: `03/01/2019`, - MonthName: `March`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Vermont`, - UnitsSold: 3401, - ManufacturingPrice: 10, - SalePrice: 7, - GrossSales: 23807, - Discounts: 705.04, - Sales: 23101.96, - COGS: 6295, - Profit: 16806.96, - Date: `04/01/2019`, - MonthName: `April`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Vermont`, - UnitsSold: 2815, - ManufacturingPrice: 10, - SalePrice: 7, - GrossSales: 19705, - Discounts: 613.2, - Sales: 19091.8, - COGS: 5475, - Profit: 13616.8, - Date: `05/01/2019`, - MonthName: `May`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Vermont`, - UnitsSold: 2964, - ManufacturingPrice: 10, - SalePrice: 20, - GrossSales: 59280, - Discounts: 2185.6, - Sales: 57094.4, - COGS: 13660, - Profit: 43434.4, - Date: `06/01/2019`, - MonthName: `June`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Vermont`, - UnitsSold: 4173, - ManufacturingPrice: 10, - SalePrice: 300, - GrossSales: 1251900, - Discounts: 59040, - Sales: 1192860, - COGS: 615000, - Profit: 577860, - Date: `06/01/2019`, - MonthName: `June`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Vermont`, - UnitsSold: 1157, - ManufacturingPrice: 10, - SalePrice: 7, - GrossSales: 8099, - Discounts: 379.68, - Sales: 7719.32, - COGS: 3390, - Profit: 4329.32, - Date: `08/01/2019`, - MonthName: `August`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Vermont`, - UnitsSold: 3065, - ManufacturingPrice: 10, - SalePrice: 7, - GrossSales: 21455, - Discounts: 894.88, - Sales: 20560.12, - COGS: 7990, - Profit: 12570.12, - Date: `08/01/2019`, - MonthName: `August`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Vermont`, - UnitsSold: 1962, - ManufacturingPrice: 10, - SalePrice: 7, - GrossSales: 13734, - Discounts: 1349.04, - Sales: 12384.96, - COGS: 12045, - Profit: 339.96, - Date: `09/01/2018`, - MonthName: `September`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Vermont`, - UnitsSold: 4080, - ManufacturingPrice: 10, - SalePrice: 20, - GrossSales: 81600, - Discounts: 3094.4, - Sales: 78505.6, - COGS: 19340, - Profit: 59165.6, - Date: `09/01/2019`, - MonthName: `September`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Vermont`, - UnitsSold: 1713, - ManufacturingPrice: 10, - SalePrice: 20, - GrossSales: 34260, - Discounts: 4788.8, - Sales: 29471.2, - COGS: 29930, - Profit: 458.8, - Date: `09/01/2019`, - MonthName: `September`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Vermont`, - UnitsSold: 2795, - ManufacturingPrice: 10, - SalePrice: 350, - GrossSales: 978250, - Discounts: 60088, - Sales: 918162, - COGS: 557960, - Profit: 360202, - Date: `11/01/2018`, - MonthName: `November`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Vermont`, - UnitsSold: 4082, - ManufacturingPrice: 10, - SalePrice: 7, - GrossSales: 28574, - Discounts: 1089.76, - Sales: 27484.24, - COGS: 9730, - Profit: 17754.24, - Date: `12/01/2018`, - MonthName: `December`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Vermont`, - UnitsSold: 1691, - ManufacturingPrice: 10, - SalePrice: 350, - GrossSales: 591850, - Discounts: 38136, - Sales: 553714, - COGS: 354120, - Profit: 199594, - Date: `12/01/2019`, - MonthName: `December`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Burlington`, - UnitsSold: 2305, - ManufacturingPrice: 120, - SalePrice: 12, - GrossSales: 27660, - Discounts: 574.08, - Sales: 27085.92, - COGS: 1794, - Profit: 25291.92, - Date: `03/01/2019`, - MonthName: `March`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Burlington`, - UnitsSold: 3401, - ManufacturingPrice: 120, - SalePrice: 7, - GrossSales: 23807, - Discounts: 1627.92, - Sales: 22179.08, - COGS: 14535, - Profit: 7644.08, - Date: `06/01/2019`, - MonthName: `June`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Burlington`, - UnitsSold: 2288, - ManufacturingPrice: 120, - SalePrice: 7, - GrossSales: 16016, - Discounts: 1309.28, - Sales: 14706.72, - COGS: 11690, - Profit: 3016.72, - Date: `06/01/2019`, - MonthName: `June`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Burlington`, - UnitsSold: 2399, - ManufacturingPrice: 120, - SalePrice: 300, - GrossSales: 719700, - Discounts: 9264, - Sales: 710436, - COGS: 96500, - Profit: 613936, - Date: `11/01/2018`, - MonthName: `November`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Burlington`, - UnitsSold: 4086, - ManufacturingPrice: 120, - SalePrice: 300, - GrossSales: 1225800, - Discounts: 15240, - Sales: 1210560, - COGS: 158750, - Profit: 1051810, - Date: `12/01/2019`, - MonthName: `December`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Mandarin`, - UnitsSold: 2651, - ManufacturingPrice: 250, - SalePrice: 350, - GrossSales: 927850, - Discounts: 16086, - Sales: 911764, - COGS: 149370, - Profit: 762394, - Date: `04/01/2019`, - MonthName: `April`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Mandarin`, - UnitsSold: 3971, - ManufacturingPrice: 250, - SalePrice: 7, - GrossSales: 27797, - Discounts: 1309.28, - Sales: 26487.72, - COGS: 11690, - Profit: 14797.72, - Date: `06/01/2019`, - MonthName: `June`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Mandarin`, - UnitsSold: 2512, - ManufacturingPrice: 250, - SalePrice: 350, - GrossSales: 879200, - Discounts: 10668, - Sales: 868532, - COGS: 99060, - Profit: 769472, - Date: `08/01/2019`, - MonthName: `August`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Mandarin`, - UnitsSold: 2745, - ManufacturingPrice: 250, - SalePrice: 350, - GrossSales: 960750, - Discounts: 11816, - Sales: 948934, - COGS: 109720, - Profit: 839214, - Date: `08/01/2019`, - MonthName: `August`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Mandarin`, - UnitsSold: 1903, - ManufacturingPrice: 250, - SalePrice: 300, - GrossSales: 570900, - Discounts: 51216, - Sales: 519684, - COGS: 533500, - Profit: 13816, - Date: `09/01/2019`, - MonthName: `September`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Mandarin`, - UnitsSold: 647, - ManufacturingPrice: 250, - SalePrice: 300, - GrossSales: 194100, - Discounts: 19392, - Sales: 174708, - COGS: 202000, - Profit: 27292, - Date: `12/01/2018`, - MonthName: `December`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Luxe`, - UnitsSold: 2914, - ManufacturingPrice: 260, - SalePrice: 20, - GrossSales: 58280, - Discounts: 1132.8, - Sales: 57147.2, - COGS: 7080, - Profit: 50067.2, - Date: `06/01/2019`, - MonthName: `June`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Luxe`, - UnitsSold: 1889, - ManufacturingPrice: 260, - SalePrice: 7, - GrossSales: 13223, - Discounts: 1627.92, - Sales: 11595.08, - COGS: 14535, - Profit: 2939.92, - Date: `06/01/2019`, - MonthName: `June`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Luxe`, - UnitsSold: 1466, - ManufacturingPrice: 260, - SalePrice: 20, - GrossSales: 29320, - Discounts: 2185.6, - Sales: 27134.4, - COGS: 13660, - Profit: 13474.4, - Date: `06/01/2019`, - MonthName: `June`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Luxe`, - UnitsSold: 887, - ManufacturingPrice: 260, - SalePrice: 300, - GrossSales: 266100, - Discounts: 59040, - Sales: 207060, - COGS: 615000, - Profit: 407940, - Date: `06/01/2019`, - MonthName: `June`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Luxe`, - UnitsSold: 395, - ManufacturingPrice: 260, - SalePrice: 20, - GrossSales: 7900, - Discounts: 2432, - Sales: 5468, - COGS: 15200, - Profit: 9732, - Date: `11/01/2019`, - MonthName: `November`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Luxe`, - UnitsSold: 1693, - ManufacturingPrice: 260, - SalePrice: 15, - GrossSales: 25395, - Discounts: 853.2, - Sales: 24541.8, - COGS: 7110, - Profit: 17431.8, - Date: `12/01/2019`, - MonthName: `December`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Luxe`, - UnitsSold: 2459, - ManufacturingPrice: 260, - SalePrice: 12, - GrossSales: 29508, - Discounts: 1320, - Sales: 28188, - COGS: 4125, - Profit: 24063, - Date: `12/01/2018`, - MonthName: `December`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Luxe`, - UnitsSold: 2649, - ManufacturingPrice: 260, - SalePrice: 300, - GrossSales: 794700, - Discounts: 15240, - Sales: 779460, - COGS: 158750, - Profit: 620710, - Date: `12/01/2019`, - MonthName: `December`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Mandarin`, - UnitsSold: 3608, - ManufacturingPrice: 250, - SalePrice: 20, - GrossSales: 72160, - Discounts: 698.4, - Sales: 71461.6, - COGS: 4365, - Profit: 67096.6, - Date: `07/01/2019`, - MonthName: `July`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Kensington`, - UnitsSold: 1073, - ManufacturingPrice: 3, - SalePrice: 300, - GrossSales: 321900, - Discounts: 29538, - Sales: 292362, - COGS: 273500, - Profit: 18862, - Date: `06/01/2019`, - MonthName: `June`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Kensington`, - UnitsSold: 1754, - ManufacturingPrice: 3, - SalePrice: 12, - GrossSales: 21048, - Discounts: 396.36, - Sales: 20651.64, - COGS: 1101, - Profit: 19550.64, - Date: `10/01/2018`, - MonthName: `October`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Royal Oak`, - UnitsSold: 2167, - ManufacturingPrice: 5, - SalePrice: 300, - GrossSales: 650100, - Discounts: 102667.5, - Sales: 547432.5, - COGS: 950625, - Profit: 403192.5, - Date: `04/01/2019`, - MonthName: `April`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Royal Oak`, - UnitsSold: 1319, - ManufacturingPrice: 5, - SalePrice: 350, - GrossSales: 461650, - Discounts: 52479, - Sales: 409171, - COGS: 433160, - Profit: 23989, - Date: `05/01/2019`, - MonthName: `May`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Royal Oak`, - UnitsSold: 1679, - ManufacturingPrice: 5, - SalePrice: 300, - GrossSales: 503700, - Discounts: 8694, - Sales: 495006, - COGS: 80500, - Profit: 414506, - Date: `09/01/2018`, - MonthName: `September`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Royal Oak`, - UnitsSold: 1252, - ManufacturingPrice: 5, - SalePrice: 12, - GrossSales: 15024, - Discounts: 2506.68, - Sales: 12517.32, - COGS: 6963, - Profit: 5554.32, - Date: `11/01/2019`, - MonthName: `November`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Royal Oak`, - UnitsSold: 3493, - ManufacturingPrice: 5, - SalePrice: 125, - GrossSales: 436625, - Discounts: 20891.25, - Sales: 415733.75, - COGS: 222840, - Profit: 192893.75, - Date: `11/01/2018`, - MonthName: `November`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Royal Oak`, - UnitsSold: 1697, - ManufacturingPrice: 5, - SalePrice: 7, - GrossSales: 11879, - Discounts: 1014.93, - Sales: 10864.07, - COGS: 8055, - Profit: 2809.07, - Date: `12/01/2018`, - MonthName: `December`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Royal Oak`, - UnitsSold: 1156, - ManufacturingPrice: 5, - SalePrice: 125, - GrossSales: 144500, - Discounts: 31466.25, - Sales: 113033.75, - COGS: 335640, - Profit: 222606.25, - Date: `12/01/2019`, - MonthName: `December`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Royal Oak`, - UnitsSold: 726, - ManufacturingPrice: 5, - SalePrice: 300, - GrossSales: 217800, - Discounts: 9018, - Sales: 208782, - COGS: 83500, - Profit: 125282, - Date: `12/01/2018`, - MonthName: `December`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Vermont`, - UnitsSold: 1153, - ManufacturingPrice: 10, - SalePrice: 300, - GrossSales: 345900, - Discounts: 69255, - Sales: 276645, - COGS: 641250, - Profit: 364605, - Date: `01/01/2019`, - MonthName: `January`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Vermont`, - UnitsSold: 2720, - ManufacturingPrice: 10, - SalePrice: 350, - GrossSales: 952000, - Discounts: 76135.5, - Sales: 875864.5, - COGS: 628420, - Profit: 247444.5, - Date: `01/01/2019`, - MonthName: `January`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Vermont`, - UnitsSold: 3658, - ManufacturingPrice: 10, - SalePrice: 15, - GrossSales: 54870, - Discounts: 4961.25, - Sales: 49908.75, - COGS: 36750, - Profit: 13158.75, - Date: `04/01/2019`, - MonthName: `April`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Vermont`, - UnitsSold: 2950, - ManufacturingPrice: 10, - SalePrice: 300, - GrossSales: 885000, - Discounts: 29538, - Sales: 855462, - COGS: 273500, - Profit: 581962, - Date: `06/01/2019`, - MonthName: `June`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Vermont`, - UnitsSold: 1821, - ManufacturingPrice: 10, - SalePrice: 15, - GrossSales: 27315, - Discounts: 1656.45, - Sales: 25658.55, - COGS: 12270, - Profit: 13388.55, - Date: `10/01/2019`, - MonthName: `October`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Vermont`, - UnitsSold: 4174, - ManufacturingPrice: 10, - SalePrice: 12, - GrossSales: 50088, - Discounts: 396.36, - Sales: 49691.64, - COGS: 1101, - Profit: 48590.64, - Date: `10/01/2018`, - MonthName: `October`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Vermont`, - UnitsSold: 1127, - ManufacturingPrice: 10, - SalePrice: 300, - GrossSales: 338100, - Discounts: 35748, - Sales: 302352, - COGS: 331000, - Profit: 28648, - Date: `11/01/2019`, - MonthName: `November`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Vermont`, - UnitsSold: 2209, - ManufacturingPrice: 10, - SalePrice: 12, - GrossSales: 26508, - Discounts: 1917, - Sales: 24591, - COGS: 5325, - Profit: 19266, - Date: `11/01/2018`, - MonthName: `November`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Vermont`, - UnitsSold: 862, - ManufacturingPrice: 10, - SalePrice: 125, - GrossSales: 107750, - Discounts: 31466.25, - Sales: 76283.75, - COGS: 335640, - Profit: 259356.25, - Date: `12/01/2019`, - MonthName: `December`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Burlington`, - UnitsSold: 3805, - ManufacturingPrice: 120, - SalePrice: 15, - GrossSales: 57075, - Discounts: 330.75, - Sales: 56744.25, - COGS: 2450, - Profit: 54294.25, - Date: `05/01/2019`, - MonthName: `May`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Burlington`, - UnitsSold: 1415, - ManufacturingPrice: 120, - SalePrice: 300, - GrossSales: 424500, - Discounts: 102424.5, - Sales: 322075.5, - COGS: 948375, - Profit: 626299.5, - Date: `07/01/2019`, - MonthName: `July`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Burlington`, - UnitsSold: 2231, - ManufacturingPrice: 120, - SalePrice: 350, - GrossSales: 780850, - Discounts: 41170.5, - Sales: 739679.5, - COGS: 339820, - Profit: 399859.5, - Date: `07/01/2019`, - MonthName: `July`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Burlington`, - UnitsSold: 3649, - ManufacturingPrice: 120, - SalePrice: 125, - GrossSales: 456125, - Discounts: 6378.75, - Sales: 449746.25, - COGS: 68040, - Profit: 381706.25, - Date: `09/01/2019`, - MonthName: `September`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Burlington`, - UnitsSold: 2948, - ManufacturingPrice: 120, - SalePrice: 125, - GrossSales: 368500, - Discounts: 23737.5, - Sales: 344762.5, - COGS: 253200, - Profit: 91562.5, - Date: `09/01/2019`, - MonthName: `September`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Burlington`, - UnitsSold: 3395, - ManufacturingPrice: 120, - SalePrice: 350, - GrossSales: 1188250, - Discounts: 39973.5, - Sales: 1148276.5, - COGS: 329940, - Profit: 818336.5, - Date: `10/01/2019`, - MonthName: `October`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Mandarin`, - UnitsSold: 2650, - ManufacturingPrice: 250, - SalePrice: 12, - GrossSales: 31800, - Discounts: 2112.48, - Sales: 29687.52, - COGS: 5868, - Profit: 23819.52, - Date: `01/01/2019`, - MonthName: `January`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Mandarin`, - UnitsSold: 585, - ManufacturingPrice: 250, - SalePrice: 300, - GrossSales: 175500, - Discounts: 71793, - Sales: 103707, - COGS: 664750, - Profit: 561043, - Date: `02/01/2019`, - MonthName: `February`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Mandarin`, - UnitsSold: 1316, - ManufacturingPrice: 250, - SalePrice: 350, - GrossSales: 460600, - Discounts: 42572.25, - Sales: 418027.75, - COGS: 351390, - Profit: 66637.75, - Date: `04/01/2019`, - MonthName: `April`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Mandarin`, - UnitsSold: 4459, - ManufacturingPrice: 250, - SalePrice: 12, - GrossSales: 53508, - Discounts: 950.4, - Sales: 52557.6, - COGS: 2640, - Profit: 49917.6, - Date: `05/01/2019`, - MonthName: `May`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Mandarin`, - UnitsSold: 2711, - ManufacturingPrice: 250, - SalePrice: 300, - GrossSales: 813300, - Discounts: 50409, - Sales: 762891, - COGS: 466750, - Profit: 296141, - Date: `09/01/2019`, - MonthName: `September`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Mandarin`, - UnitsSold: 2621, - ManufacturingPrice: 250, - SalePrice: 12, - GrossSales: 31452, - Discounts: 2412.72, - Sales: 29039.28, - COGS: 6702, - Profit: 22337.28, - Date: `09/01/2018`, - MonthName: `September`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Mandarin`, - UnitsSold: 3613, - ManufacturingPrice: 250, - SalePrice: 15, - GrossSales: 54195, - Discounts: 1656.45, - Sales: 52538.55, - COGS: 12270, - Profit: 40268.55, - Date: `10/01/2019`, - MonthName: `October`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Mandarin`, - UnitsSold: 1847, - ManufacturingPrice: 250, - SalePrice: 125, - GrossSales: 230875, - Discounts: 9866.25, - Sales: 221008.75, - COGS: 105240, - Profit: 115768.75, - Date: `11/01/2019`, - MonthName: `November`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Luxe`, - UnitsSold: 2996, - ManufacturingPrice: 260, - SalePrice: 350, - GrossSales: 1048600, - Discounts: 65236.5, - Sales: 983363.5, - COGS: 538460, - Profit: 444903.5, - Date: `09/01/2019`, - MonthName: `September`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Luxe`, - UnitsSold: 2838, - ManufacturingPrice: 260, - SalePrice: 350, - GrossSales: 993300, - Discounts: 39973.5, - Sales: 953326.5, - COGS: 329940, - Profit: 623386.5, - Date: `10/01/2019`, - MonthName: `October`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Luxe`, - UnitsSold: 1302, - ManufacturingPrice: 260, - SalePrice: 15, - GrossSales: 19530, - Discounts: 1309.5, - Sales: 18220.5, - COGS: 9700, - Profit: 8520.5, - Date: `11/01/2018`, - MonthName: `November`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Luxe`, - UnitsSold: 1536, - ManufacturingPrice: 260, - SalePrice: 20, - GrossSales: 30720, - Discounts: 3049.2, - Sales: 27670.8, - COGS: 16940, - Profit: 10730.8, - Date: `11/01/2019`, - MonthName: `November`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Kensington`, - UnitsSold: 1291, - ManufacturingPrice: 3, - SalePrice: 20, - GrossSales: 25820, - Discounts: 1193.4, - Sales: 24626.6, - COGS: 6630, - Profit: 17996.6, - Date: `05/01/2019`, - MonthName: `May`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Kensington`, - UnitsSold: 1213, - ManufacturingPrice: 3, - SalePrice: 7, - GrossSales: 8491, - Discounts: 515.97, - Sales: 7975.03, - COGS: 4095, - Profit: 3880.03, - Date: `07/01/2019`, - MonthName: `July`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Kensington`, - UnitsSold: 2370, - ManufacturingPrice: 3, - SalePrice: 12, - GrossSales: 28440, - Discounts: 1706.4, - Sales: 26733.6, - COGS: 4740, - Profit: 21993.6, - Date: `09/01/2019`, - MonthName: `September`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Kensington`, - UnitsSold: 1979, - ManufacturingPrice: 3, - SalePrice: 7, - GrossSales: 13853, - Discounts: 328.23, - Sales: 13524.77, - COGS: 2605, - Profit: 10919.77, - Date: `12/01/2019`, - MonthName: `December`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Vermont`, - UnitsSold: 2879, - ManufacturingPrice: 10, - SalePrice: 20, - GrossSales: 57580, - Discounts: 1751.4, - Sales: 55828.6, - COGS: 9730, - Profit: 46098.6, - Date: `03/01/2019`, - MonthName: `March`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Vermont`, - UnitsSold: 1707, - ManufacturingPrice: 10, - SalePrice: 20, - GrossSales: 34140, - Discounts: 1868.4, - Sales: 32271.6, - COGS: 10380, - Profit: 21891.6, - Date: `06/01/2019`, - MonthName: `June`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Vermont`, - UnitsSold: 2933, - ManufacturingPrice: 10, - SalePrice: 7, - GrossSales: 20531, - Discounts: 226.8, - Sales: 20304.2, - COGS: 1800, - Profit: 18504.2, - Date: `10/01/2019`, - MonthName: `October`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Burlington`, - UnitsSold: 1014, - ManufacturingPrice: 120, - SalePrice: 12, - GrossSales: 12168, - Discounts: 2124.36, - Sales: 10043.64, - COGS: 5901, - Profit: 4142.64, - Date: `03/01/2019`, - MonthName: `March`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Burlington`, - UnitsSold: 693, - ManufacturingPrice: 120, - SalePrice: 15, - GrossSales: 10395, - Discounts: 3547.8, - Sales: 6847.2, - COGS: 26280, - Profit: 19432.8, - Date: `04/01/2019`, - MonthName: `April`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Mandarin`, - UnitsSold: 3741, - ManufacturingPrice: 250, - SalePrice: 7, - GrossSales: 26187, - Discounts: 226.8, - Sales: 25960.2, - COGS: 1800, - Profit: 24160.2, - Date: `10/01/2019`, - MonthName: `October`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Mandarin`, - UnitsSold: 3116, - ManufacturingPrice: 250, - SalePrice: 20, - GrossSales: 62320, - Discounts: 4827.6, - Sales: 57492.4, - COGS: 26820, - Profit: 30672.4, - Date: `11/01/2018`, - MonthName: `November`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Mandarin`, - UnitsSold: 3995, - ManufacturingPrice: 250, - SalePrice: 7, - GrossSales: 27965, - Discounts: 328.23, - Sales: 27636.77, - COGS: 2605, - Profit: 25031.77, - Date: `12/01/2019`, - MonthName: `December`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Luxe`, - UnitsSold: 953, - ManufacturingPrice: 260, - SalePrice: 20, - GrossSales: 19060, - Discounts: 1868.4, - Sales: 17191.6, - COGS: 10380, - Profit: 6811.6, - Date: `06/01/2019`, - MonthName: `June`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Luxe`, - UnitsSold: 2530, - ManufacturingPrice: 260, - SalePrice: 15, - GrossSales: 37950, - Discounts: 2201.18, - Sales: 35748.82, - COGS: 16305, - Profit: 19443.82, - Date: `07/01/2019`, - MonthName: `July`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Luxe`, - UnitsSold: 2565, - ManufacturingPrice: 260, - SalePrice: 12, - GrossSales: 30780, - Discounts: 330.48, - Sales: 30449.52, - COGS: 918, - Profit: 29531.52, - Date: `12/01/2018`, - MonthName: `December`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Kensington`, - UnitsSold: 4297, - ManufacturingPrice: 3, - SalePrice: 12, - GrossSales: 51564, - Discounts: 463.2, - Sales: 51100.8, - COGS: 1158, - Profit: 49942.8, - Date: `10/01/2018`, - MonthName: `October`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Royal Oak`, - UnitsSold: 2871, - ManufacturingPrice: 5, - SalePrice: 7, - GrossSales: 20097, - Discounts: 1629.6, - Sales: 18467.4, - COGS: 11640, - Profit: 6827.4, - Date: `09/01/2019`, - MonthName: `September`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Vermont`, - UnitsSold: 3537, - ManufacturingPrice: 10, - SalePrice: 12, - GrossSales: 42444, - Discounts: 463.2, - Sales: 41980.8, - COGS: 1158, - Profit: 40822.8, - Date: `10/01/2018`, - MonthName: `October`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Kensington`, - UnitsSold: 1598, - ManufacturingPrice: 3, - SalePrice: 125, - GrossSales: 199750, - Discounts: 43068.75, - Sales: 156681.25, - COGS: 413460, - Profit: 256778.75, - Date: `04/01/2019`, - MonthName: `April`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Kensington`, - UnitsSold: 2616, - ManufacturingPrice: 3, - SalePrice: 125, - GrossSales: 327000, - Discounts: 18525, - Sales: 308475, - COGS: 177840, - Profit: 130635, - Date: `12/01/2018`, - MonthName: `December`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Royal Oak`, - UnitsSold: 2836, - ManufacturingPrice: 5, - SalePrice: 350, - GrossSales: 992600, - Discounts: 80955, - Sales: 911645, - COGS: 601380, - Profit: 310265, - Date: `05/01/2019`, - MonthName: `May`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Royal Oak`, - UnitsSold: 4023, - ManufacturingPrice: 5, - SalePrice: 125, - GrossSales: 502875, - Discounts: 22550, - Sales: 480325, - COGS: 216480, - Profit: 263845, - Date: `11/01/2018`, - MonthName: `November`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Royal Oak`, - UnitsSold: 3994, - ManufacturingPrice: 5, - SalePrice: 15, - GrossSales: 59910, - Discounts: 3108, - Sales: 56802, - COGS: 20720, - Profit: 36082, - Date: `12/01/2019`, - MonthName: `December`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Vermont`, - UnitsSold: 2928, - ManufacturingPrice: 10, - SalePrice: 20, - GrossSales: 58560, - Discounts: 3908, - Sales: 54652, - COGS: 19540, - Profit: 35112, - Date: `03/01/2019`, - MonthName: `March`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Vermont`, - UnitsSold: 2912, - ManufacturingPrice: 10, - SalePrice: 300, - GrossSales: 873600, - Discounts: 17730, - Sales: 855870, - COGS: 147750, - Profit: 708120, - Date: `05/01/2019`, - MonthName: `May`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Vermont`, - UnitsSold: 3671, - ManufacturingPrice: 10, - SalePrice: 15, - GrossSales: 55065, - Discounts: 3250.5, - Sales: 51814.5, - COGS: 21670, - Profit: 30144.5, - Date: `10/01/2018`, - MonthName: `October`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Vermont`, - UnitsSold: 2778, - ManufacturingPrice: 10, - SalePrice: 20, - GrossSales: 55560, - Discounts: 482, - Sales: 55078, - COGS: 2410, - Profit: 52668, - Date: `10/01/2019`, - MonthName: `October`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Burlington`, - UnitsSold: 405, - ManufacturingPrice: 120, - SalePrice: 15, - GrossSales: 6075, - Discounts: 1021.5, - Sales: 5053.5, - COGS: 6810, - Profit: 1756.5, - Date: `01/01/2019`, - MonthName: `January`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Burlington`, - UnitsSold: 2013, - ManufacturingPrice: 120, - SalePrice: 15, - GrossSales: 30195, - Discounts: 765, - Sales: 29430, - COGS: 5100, - Profit: 24330, - Date: `04/01/2019`, - MonthName: `April`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Burlington`, - UnitsSold: 2634, - ManufacturingPrice: 120, - SalePrice: 15, - GrossSales: 39510, - Discounts: 1185, - Sales: 38325, - COGS: 7900, - Profit: 30425, - Date: `05/01/2019`, - MonthName: `May`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Burlington`, - UnitsSold: 4166, - ManufacturingPrice: 120, - SalePrice: 350, - GrossSales: 1458100, - Discounts: 22365, - Sales: 1435735, - COGS: 166140, - Profit: 1269595, - Date: `07/01/2019`, - MonthName: `July`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Burlington`, - UnitsSold: 355, - ManufacturingPrice: 120, - SalePrice: 125, - GrossSales: 44375, - Discounts: 19950, - Sales: 24425, - COGS: 191520, - Profit: 167095, - Date: `09/01/2019`, - MonthName: `September`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Burlington`, - UnitsSold: 2382, - ManufacturingPrice: 120, - SalePrice: 300, - GrossSales: 714600, - Discounts: 68820, - Sales: 645780, - COGS: 573500, - Profit: 72280, - Date: `10/01/2018`, - MonthName: `October`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Burlington`, - UnitsSold: 4170, - ManufacturingPrice: 120, - SalePrice: 20, - GrossSales: 83400, - Discounts: 482, - Sales: 82918, - COGS: 2410, - Profit: 80508, - Date: `10/01/2019`, - MonthName: `October`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Burlington`, - UnitsSold: 892, - ManufacturingPrice: 120, - SalePrice: 7, - GrossSales: 6244, - Discounts: 1865.5, - Sales: 4378.5, - COGS: 13325, - Profit: 8946.5, - Date: `11/01/2019`, - MonthName: `November`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Burlington`, - UnitsSold: 2200, - ManufacturingPrice: 120, - SalePrice: 125, - GrossSales: 275000, - Discounts: 23950, - Sales: 251050, - COGS: 229920, - Profit: 21130, - Date: `12/01/2018`, - MonthName: `December`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Burlington`, - UnitsSold: 3389, - ManufacturingPrice: 120, - SalePrice: 300, - GrossSales: 1016700, - Discounts: 25590, - Sales: 991110, - COGS: 213250, - Profit: 777860, - Date: `12/01/2019`, - MonthName: `December`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Mandarin`, - UnitsSold: 2990, - ManufacturingPrice: 250, - SalePrice: 125, - GrossSales: 373750, - Discounts: 4262.5, - Sales: 369487.5, - COGS: 40920, - Profit: 328567.5, - Date: `05/01/2019`, - MonthName: `May`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Mandarin`, - UnitsSold: 4013, - ManufacturingPrice: 250, - SalePrice: 15, - GrossSales: 60195, - Discounts: 961.5, - Sales: 59233.5, - COGS: 6410, - Profit: 52823.5, - Date: `07/01/2019`, - MonthName: `July`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Mandarin`, - UnitsSold: 739, - ManufacturingPrice: 250, - SalePrice: 350, - GrossSales: 258650, - Discounts: 98245, - Sales: 160405, - COGS: 729820, - Profit: 569415, - Date: `08/01/2019`, - MonthName: `August`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Mandarin`, - UnitsSold: 1989, - ManufacturingPrice: 250, - SalePrice: 300, - GrossSales: 596700, - Discounts: 12960, - Sales: 583740, - COGS: 108000, - Profit: 475740, - Date: `09/01/2019`, - MonthName: `September`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Mandarin`, - UnitsSold: 2991, - ManufacturingPrice: 250, - SalePrice: 300, - GrossSales: 897300, - Discounts: 68820, - Sales: 828480, - COGS: 573500, - Profit: 254980, - Date: `10/01/2018`, - MonthName: `October`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Mandarin`, - UnitsSold: 4237, - ManufacturingPrice: 250, - SalePrice: 15, - GrossSales: 63555, - Discounts: 3250.5, - Sales: 60304.5, - COGS: 21670, - Profit: 38634.5, - Date: `10/01/2018`, - MonthName: `October`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Mandarin`, - UnitsSold: 1442, - ManufacturingPrice: 250, - SalePrice: 125, - GrossSales: 180250, - Discounts: 31612.5, - Sales: 148637.5, - COGS: 303480, - Profit: 154842.5, - Date: `11/01/2019`, - MonthName: `November`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Mandarin`, - UnitsSold: 2712, - ManufacturingPrice: 250, - SalePrice: 350, - GrossSales: 949200, - Discounts: 65450, - Sales: 883750, - COGS: 486200, - Profit: 397550, - Date: `12/01/2018`, - MonthName: `December`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Luxe`, - UnitsSold: 1508, - ManufacturingPrice: 260, - SalePrice: 125, - GrossSales: 188500, - Discounts: 7237.5, - Sales: 181262.5, - COGS: 69480, - Profit: 111782.5, - Date: `01/01/2019`, - MonthName: `January`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Luxe`, - UnitsSold: 4245, - ManufacturingPrice: 260, - SalePrice: 350, - GrossSales: 1485750, - Discounts: 78400, - Sales: 1407350, - COGS: 582400, - Profit: 824950, - Date: `02/01/2019`, - MonthName: `February`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Luxe`, - UnitsSold: 2630, - ManufacturingPrice: 260, - SalePrice: 300, - GrossSales: 789000, - Discounts: 89790, - Sales: 699210, - COGS: 748250, - Profit: 49040, - Date: `03/01/2019`, - MonthName: `March`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Luxe`, - UnitsSold: 1182, - ManufacturingPrice: 260, - SalePrice: 12, - GrossSales: 14184, - Discounts: 4224.6, - Sales: 9959.4, - COGS: 10561.5, - Profit: 602.1, - Date: `04/01/2019`, - MonthName: `April`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Luxe`, - UnitsSold: 1221, - ManufacturingPrice: 260, - SalePrice: 20, - GrossSales: 24420, - Discounts: 4078, - Sales: 20342, - COGS: 20390, - Profit: 48, - Date: `05/01/2019`, - MonthName: `May`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Luxe`, - UnitsSold: 963, - ManufacturingPrice: 260, - SalePrice: 12, - GrossSales: 11556, - Discounts: 3088.8, - Sales: 8467.2, - COGS: 7722, - Profit: 745.2, - Date: `08/01/2019`, - MonthName: `August`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Luxe`, - UnitsSold: 3243, - ManufacturingPrice: 260, - SalePrice: 350, - GrossSales: 1135050, - Discounts: 24745, - Sales: 1110305, - COGS: 183820, - Profit: 926485, - Date: `09/01/2019`, - MonthName: `September`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Luxe`, - UnitsSold: 1120, - ManufacturingPrice: 260, - SalePrice: 15, - GrossSales: 16800, - Discounts: 3108, - Sales: 13692, - COGS: 20720, - Profit: 7028, - Date: `12/01/2019`, - MonthName: `December`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Luxe`, - UnitsSold: 1174, - ManufacturingPrice: 260, - SalePrice: 300, - GrossSales: 352200, - Discounts: 25590, - Sales: 326610, - COGS: 213250, - Profit: 113360, - Date: `12/01/2019`, - MonthName: `December`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Kensington`, - UnitsSold: 2541, - ManufacturingPrice: 3, - SalePrice: 12, - GrossSales: 30492, - Discounts: 1581.36, - Sales: 28910.64, - COGS: 3594, - Profit: 25316.64, - Date: `10/01/2018`, - MonthName: `October`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Vermont`, - UnitsSold: 3246, - ManufacturingPrice: 10, - SalePrice: 7, - GrossSales: 22722, - Discounts: 1949.64, - Sales: 20772.36, - COGS: 12660, - Profit: 8112.36, - Date: `04/01/2019`, - MonthName: `April`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Vermont`, - UnitsSold: 1531, - ManufacturingPrice: 10, - SalePrice: 12, - GrossSales: 18372, - Discounts: 1581.36, - Sales: 16790.64, - COGS: 3594, - Profit: 13196.64, - Date: `10/01/2018`, - MonthName: `October`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Burlington`, - UnitsSold: 2526, - ManufacturingPrice: 120, - SalePrice: 15, - GrossSales: 37890, - Discounts: 633.6, - Sales: 37256.4, - COGS: 3840, - Profit: 33416.4, - Date: `01/01/2019`, - MonthName: `January`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Burlington`, - UnitsSold: 1136, - ManufacturingPrice: 120, - SalePrice: 12, - GrossSales: 13632, - Discounts: 623.04, - Sales: 13008.96, - COGS: 1416, - Profit: 11592.96, - Date: `10/01/2019`, - MonthName: `October`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Mandarin`, - UnitsSold: 1983, - ManufacturingPrice: 250, - SalePrice: 7, - GrossSales: 13881, - Discounts: 1215.83, - Sales: 12665.17, - COGS: 7895, - Profit: 4770.17, - Date: `03/01/2019`, - MonthName: `March`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Mandarin`, - UnitsSold: 3259, - ManufacturingPrice: 250, - SalePrice: 12, - GrossSales: 39108, - Discounts: 1326.6, - Sales: 37781.4, - COGS: 3015, - Profit: 34766.4, - Date: `09/01/2018`, - MonthName: `September`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Luxe`, - UnitsSold: 3267, - ManufacturingPrice: 260, - SalePrice: 15, - GrossSales: 49005, - Discounts: 5279.17, - Sales: 43725.82, - COGS: 31995, - Profit: 11730.82, - Date: `07/01/2019`, - MonthName: `July`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Luxe`, - UnitsSold: 2454, - ManufacturingPrice: 260, - SalePrice: 12, - GrossSales: 29448, - Discounts: 623.04, - Sales: 28824.96, - COGS: 1416, - Profit: 27408.96, - Date: `10/01/2019`, - MonthName: `October`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Kensington`, - UnitsSold: 2643, - ManufacturingPrice: 3, - SalePrice: 12, - GrossSales: 31716, - Discounts: 2556.84, - Sales: 29159.16, - COGS: 5811, - Profit: 23348.16, - Date: `02/01/2019`, - MonthName: `February`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Kensington`, - UnitsSold: 383, - ManufacturingPrice: 3, - SalePrice: 350, - GrossSales: 134050, - Discounts: 30492, - Sales: 103558, - COGS: 205920, - Profit: 102362, - Date: `03/01/2019`, - MonthName: `March`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Kensington`, - UnitsSold: 2801, - ManufacturingPrice: 3, - SalePrice: 300, - GrossSales: 840300, - Discounts: 92763, - Sales: 747537, - COGS: 702750, - Profit: 44787, - Date: `07/01/2019`, - MonthName: `July`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Kensington`, - UnitsSold: 1667, - ManufacturingPrice: 3, - SalePrice: 125, - GrossSales: 208375, - Discounts: 33563.75, - Sales: 174811.25, - COGS: 292920, - Profit: 118108.75, - Date: `10/01/2019`, - MonthName: `October`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Kensington`, - UnitsSold: 3539, - ManufacturingPrice: 3, - SalePrice: 15, - GrossSales: 53085, - Discounts: 2574, - Sales: 50511, - COGS: 15600, - Profit: 34911, - Date: `11/01/2018`, - MonthName: `November`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Kensington`, - UnitsSold: 4226, - ManufacturingPrice: 3, - SalePrice: 7, - GrossSales: 29582, - Discounts: 2083.62, - Sales: 27498.38, - COGS: 13530, - Profit: 13968.38, - Date: `11/01/2018`, - MonthName: `November`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Royal Oak`, - UnitsSold: 2220, - ManufacturingPrice: 5, - SalePrice: 350, - GrossSales: 777000, - Discounts: 29491, - Sales: 747509, - COGS: 199160, - Profit: 548349, - Date: `01/01/2019`, - MonthName: `January`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Royal Oak`, - UnitsSold: 776, - ManufacturingPrice: 5, - SalePrice: 20, - GrossSales: 15520, - Discounts: 6582.4, - Sales: 8937.6, - COGS: 29920, - Profit: 20982.4, - Date: `10/01/2018`, - MonthName: `October`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Royal Oak`, - UnitsSold: 553, - ManufacturingPrice: 5, - SalePrice: 15, - GrossSales: 8295, - Discounts: 3559.05, - Sales: 4735.95, - COGS: 21570, - Profit: 16834.05, - Date: `12/01/2019`, - MonthName: `December`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Vermont`, - UnitsSold: 2107, - ManufacturingPrice: 10, - SalePrice: 300, - GrossSales: 632100, - Discounts: 28809, - Sales: 603291, - COGS: 218250, - Profit: 385041, - Date: `01/01/2019`, - MonthName: `January`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Vermont`, - UnitsSold: 2468, - ManufacturingPrice: 10, - SalePrice: 20, - GrossSales: 49360, - Discounts: 2468.4, - Sales: 46891.6, - COGS: 11220, - Profit: 35671.6, - Date: `03/01/2019`, - MonthName: `March`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Vermont`, - UnitsSold: 1905, - ManufacturingPrice: 10, - SalePrice: 350, - GrossSales: 666750, - Discounts: 81023.25, - Sales: 585726.75, - COGS: 547170, - Profit: 38556.75, - Date: `07/01/2019`, - MonthName: `July`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Vermont`, - UnitsSold: 3658, - ManufacturingPrice: 10, - SalePrice: 12, - GrossSales: 43896, - Discounts: 5314.32, - Sales: 38581.68, - COGS: 12078, - Profit: 26503.68, - Date: `07/01/2019`, - MonthName: `July`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Vermont`, - UnitsSold: 4301, - ManufacturingPrice: 10, - SalePrice: 12, - GrossSales: 51612, - Discounts: 3201.66, - Sales: 48410.34, - COGS: 7276.5, - Profit: 41133.84, - Date: `07/01/2019`, - MonthName: `July`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Vermont`, - UnitsSold: 2446, - ManufacturingPrice: 10, - SalePrice: 20, - GrossSales: 48920, - Discounts: 5266.8, - Sales: 43653.2, - COGS: 23940, - Profit: 19713.2, - Date: `08/01/2019`, - MonthName: `August`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Vermont`, - UnitsSold: 4209, - ManufacturingPrice: 10, - SalePrice: 15, - GrossSales: 63135, - Discounts: 3273.6, - Sales: 59861.4, - COGS: 19840, - Profit: 40021.4, - Date: `08/01/2019`, - MonthName: `August`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Vermont`, - UnitsSold: 3353, - ManufacturingPrice: 10, - SalePrice: 125, - GrossSales: 419125, - Discounts: 33563.75, - Sales: 385561.25, - COGS: 292920, - Profit: 92641.25, - Date: `10/01/2019`, - MonthName: `October`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Vermont`, - UnitsSold: 1401, - ManufacturingPrice: 10, - SalePrice: 20, - GrossSales: 28020, - Discounts: 6582.4, - Sales: 21437.6, - COGS: 29920, - Profit: 8482.4, - Date: `10/01/2018`, - MonthName: `October`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Vermont`, - UnitsSold: 1865, - ManufacturingPrice: 10, - SalePrice: 300, - GrossSales: 559500, - Discounts: 45078, - Sales: 514422, - COGS: 341500, - Profit: 172922, - Date: `11/01/2019`, - MonthName: `November`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Burlington`, - UnitsSold: 463, - ManufacturingPrice: 120, - SalePrice: 20, - GrossSales: 9260, - Discounts: 6171, - Sales: 3089, - COGS: 28050, - Profit: 24961, - Date: `09/01/2018`, - MonthName: `September`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Burlington`, - UnitsSold: 4177, - ManufacturingPrice: 120, - SalePrice: 15, - GrossSales: 62655, - Discounts: 1080.75, - Sales: 61574.25, - COGS: 6550, - Profit: 55024.25, - Date: `09/01/2018`, - MonthName: `September`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Burlington`, - UnitsSold: 2523, - ManufacturingPrice: 120, - SalePrice: 350, - GrossSales: 883050, - Discounts: 13244, - Sales: 869806, - COGS: 89440, - Profit: 780366, - Date: `10/01/2018`, - MonthName: `October`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Burlington`, - UnitsSold: 1930, - ManufacturingPrice: 120, - SalePrice: 7, - GrossSales: 13510, - Discounts: 1392.16, - Sales: 12117.84, - COGS: 9040, - Profit: 3077.84, - Date: `11/01/2019`, - MonthName: `November`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Mandarin`, - UnitsSold: 1301, - ManufacturingPrice: 250, - SalePrice: 12, - GrossSales: 15612, - Discounts: 2288.88, - Sales: 13323.12, - COGS: 5202, - Profit: 8121.12, - Date: `01/01/2019`, - MonthName: `January`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Mandarin`, - UnitsSold: 4125, - ManufacturingPrice: 250, - SalePrice: 125, - GrossSales: 515625, - Discounts: 7617.5, - Sales: 508007.5, - COGS: 66480, - Profit: 441527.5, - Date: `01/01/2019`, - MonthName: `January`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Mandarin`, - UnitsSold: 607, - ManufacturingPrice: 250, - SalePrice: 20, - GrossSales: 12140, - Discounts: 6457, - Sales: 5683, - COGS: 29350, - Profit: 23667, - Date: `11/01/2018`, - MonthName: `November`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Luxe`, - UnitsSold: 478, - ManufacturingPrice: 260, - SalePrice: 125, - GrossSales: 59750, - Discounts: 43518.75, - Sales: 16231.25, - COGS: 379800, - Profit: 363568.75, - Date: `01/01/2019`, - MonthName: `January`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Luxe`, - UnitsSold: 4489, - ManufacturingPrice: 260, - SalePrice: 20, - GrossSales: 89780, - Discounts: 5783.8, - Sales: 83996.2, - COGS: 26290, - Profit: 57706.2, - Date: `01/01/2019`, - MonthName: `January`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Luxe`, - UnitsSold: 1504, - ManufacturingPrice: 260, - SalePrice: 125, - GrossSales: 188000, - Discounts: 19703.75, - Sales: 168296.25, - COGS: 171960, - Profit: 3663.75, - Date: `05/01/2019`, - MonthName: `May`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Luxe`, - UnitsSold: 3763, - ManufacturingPrice: 260, - SalePrice: 125, - GrossSales: 470375, - Discounts: 13021.25, - Sales: 457353.75, - COGS: 113640, - Profit: 343713.75, - Date: `09/01/2018`, - MonthName: `September`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Luxe`, - UnitsSold: 2412, - ManufacturingPrice: 260, - SalePrice: 350, - GrossSales: 844200, - Discounts: 13244, - Sales: 830956, - COGS: 89440, - Profit: 741516, - Date: `10/01/2018`, - MonthName: `October`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Luxe`, - UnitsSold: 2342, - ManufacturingPrice: 260, - SalePrice: 15, - GrossSales: 35130, - Discounts: 3559.05, - Sales: 31570.95, - COGS: 21570, - Profit: 10000.95, - Date: `12/01/2019`, - MonthName: `December`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Vermont`, - UnitsSold: 4451, - ManufacturingPrice: 10, - SalePrice: 7, - GrossSales: 31157, - Discounts: 292.6, - Sales: 30864.4, - COGS: 1900, - Profit: 28964.4, - Date: `09/01/2018`, - MonthName: `September`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Kensington`, - UnitsSold: 3796, - ManufacturingPrice: 3, - SalePrice: 350, - GrossSales: 1328600, - Discounts: 37212, - Sales: 1291388, - COGS: 230360, - Profit: 1061028, - Date: `06/01/2019`, - MonthName: `June`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Kensington`, - UnitsSold: 2286, - ManufacturingPrice: 3, - SalePrice: 125, - GrossSales: 285750, - Discounts: 36240, - Sales: 249510, - COGS: 289920, - Profit: 40410, - Date: `09/01/2018`, - MonthName: `September`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Kensington`, - UnitsSold: 3614, - ManufacturingPrice: 3, - SalePrice: 125, - GrossSales: 451750, - Discounts: 32340, - Sales: 419410, - COGS: 258720, - Profit: 160690, - Date: `10/01/2019`, - MonthName: `October`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Kensington`, - UnitsSold: 1716, - ManufacturingPrice: 3, - SalePrice: 15, - GrossSales: 25740, - Discounts: 4840.2, - Sales: 20899.8, - COGS: 26890, - Profit: 5990.2, - Date: `11/01/2019`, - MonthName: `November`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Royal Oak`, - UnitsSold: 1301, - ManufacturingPrice: 5, - SalePrice: 15, - GrossSales: 19515, - Discounts: 1218.6, - Sales: 18296.4, - COGS: 6770, - Profit: 11526.4, - Date: `03/01/2019`, - MonthName: `March`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Royal Oak`, - UnitsSold: 4175, - ManufacturingPrice: 5, - SalePrice: 300, - GrossSales: 1252500, - Discounts: 63828, - Sales: 1188672, - COGS: 443250, - Profit: 745422, - Date: `04/01/2019`, - MonthName: `April`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Royal Oak`, - UnitsSold: 975, - ManufacturingPrice: 5, - SalePrice: 7, - GrossSales: 6825, - Discounts: 2032.8, - Sales: 4792.2, - COGS: 12100, - Profit: 7307.8, - Date: `09/01/2019`, - MonthName: `September`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Royal Oak`, - UnitsSold: 1154, - ManufacturingPrice: 5, - SalePrice: 7, - GrossSales: 8078, - Discounts: 2296.56, - Sales: 5781.44, - COGS: 13670, - Profit: 7888.56, - Date: `10/01/2019`, - MonthName: `October`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Royal Oak`, - UnitsSold: 1873, - ManufacturingPrice: 5, - SalePrice: 20, - GrossSales: 37460, - Discounts: 4116, - Sales: 33344, - COGS: 17150, - Profit: 16194, - Date: `10/01/2018`, - MonthName: `October`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Royal Oak`, - UnitsSold: 3766, - ManufacturingPrice: 5, - SalePrice: 300, - GrossSales: 1129800, - Discounts: 42696, - Sales: 1087104, - COGS: 296500, - Profit: 790604, - Date: `12/01/2018`, - MonthName: `December`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Vermont`, - UnitsSold: 3558, - ManufacturingPrice: 10, - SalePrice: 300, - GrossSales: 1067400, - Discounts: 125820, - Sales: 941580, - COGS: 873750, - Profit: 67830, - Date: `01/01/2019`, - MonthName: `January`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Vermont`, - UnitsSold: 3156, - ManufacturingPrice: 10, - SalePrice: 350, - GrossSales: 1104600, - Discounts: 37212, - Sales: 1067388, - COGS: 230360, - Profit: 837028, - Date: `06/01/2019`, - MonthName: `June`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Vermont`, - UnitsSold: 2994, - ManufacturingPrice: 10, - SalePrice: 125, - GrossSales: 374250, - Discounts: 32340, - Sales: 341910, - COGS: 258720, - Profit: 83190, - Date: `10/01/2019`, - MonthName: `October`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Vermont`, - UnitsSold: 2087, - ManufacturingPrice: 10, - SalePrice: 20, - GrossSales: 41740, - Discounts: 2172, - Sales: 39568, - COGS: 9050, - Profit: 30518, - Date: `10/01/2019`, - MonthName: `October`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Vermont`, - UnitsSold: 1056, - ManufacturingPrice: 10, - SalePrice: 20, - GrossSales: 21120, - Discounts: 4116, - Sales: 17004, - COGS: 17150, - Profit: 146, - Date: `10/01/2018`, - MonthName: `October`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Vermont`, - UnitsSold: 1353, - ManufacturingPrice: 10, - SalePrice: 350, - GrossSales: 473550, - Discounts: 66948, - Sales: 406602, - COGS: 414440, - Profit: 7838, - Date: `11/01/2019`, - MonthName: `November`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Vermont`, - UnitsSold: 416, - ManufacturingPrice: 10, - SalePrice: 300, - GrossSales: 124800, - Discounts: 48924, - Sales: 75876, - COGS: 339750, - Profit: 263874, - Date: `11/01/2019`, - MonthName: `November`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Vermont`, - UnitsSold: 3880, - ManufacturingPrice: 10, - SalePrice: 300, - GrossSales: 1164000, - Discounts: 77400, - Sales: 1086600, - COGS: 537500, - Profit: 549100, - Date: `11/01/2019`, - MonthName: `November`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Vermont`, - UnitsSold: 809, - ManufacturingPrice: 10, - SalePrice: 350, - GrossSales: 283150, - Discounts: 50274, - Sales: 232876, - COGS: 311220, - Profit: 78344, - Date: `11/01/2019`, - MonthName: `November`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Vermont`, - UnitsSold: 1892, - ManufacturingPrice: 10, - SalePrice: 15, - GrossSales: 28380, - Discounts: 684, - Sales: 27696, - COGS: 3800, - Profit: 23896, - Date: `12/01/2018`, - MonthName: `December`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Vermont`, - UnitsSold: 2072, - ManufacturingPrice: 10, - SalePrice: 20, - GrossSales: 41440, - Discounts: 2959.2, - Sales: 38480.8, - COGS: 12330, - Profit: 26150.8, - Date: `12/01/2019`, - MonthName: `December`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Burlington`, - UnitsSold: 3052, - ManufacturingPrice: 120, - SalePrice: 350, - GrossSales: 1068200, - Discounts: 58590, - Sales: 1009610, - COGS: 362700, - Profit: 646910, - Date: `07/01/2019`, - MonthName: `July`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Burlington`, - UnitsSold: 3121, - ManufacturingPrice: 120, - SalePrice: 350, - GrossSales: 1092350, - Discounts: 41412, - Sales: 1050938, - COGS: 256360, - Profit: 794578, - Date: `10/01/2019`, - MonthName: `October`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Burlington`, - UnitsSold: 2059, - ManufacturingPrice: 120, - SalePrice: 20, - GrossSales: 41180, - Discounts: 2172, - Sales: 39008, - COGS: 9050, - Profit: 29958, - Date: `10/01/2019`, - MonthName: `October`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Mandarin`, - UnitsSold: 4254, - ManufacturingPrice: 250, - SalePrice: 12, - GrossSales: 51048, - Discounts: 3036.96, - Sales: 48011.04, - COGS: 6327, - Profit: 41684.04, - Date: `05/01/2019`, - MonthName: `May`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Mandarin`, - UnitsSold: 1293, - ManufacturingPrice: 250, - SalePrice: 15, - GrossSales: 19395, - Discounts: 6974.1, - Sales: 12420.9, - COGS: 38745, - Profit: 26324.1, - Date: `07/01/2019`, - MonthName: `July`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Mandarin`, - UnitsSold: 1293, - ManufacturingPrice: 250, - SalePrice: 350, - GrossSales: 452550, - Discounts: 26166, - Sales: 426384, - COGS: 161980, - Profit: 264404, - Date: `09/01/2018`, - MonthName: `September`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Mandarin`, - UnitsSold: 230, - ManufacturingPrice: 250, - SalePrice: 350, - GrossSales: 80500, - Discounts: 41412, - Sales: 39088, - COGS: 256360, - Profit: 217272, - Date: `10/01/2019`, - MonthName: `October`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Mandarin`, - UnitsSold: 1723, - ManufacturingPrice: 250, - SalePrice: 125, - GrossSales: 215375, - Discounts: 35805, - Sales: 179570, - COGS: 286440, - Profit: 106870, - Date: `11/01/2019`, - MonthName: `November`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Mandarin`, - UnitsSold: 240, - ManufacturingPrice: 250, - SalePrice: 20, - GrossSales: 4800, - Discounts: 2959.2, - Sales: 1840.8, - COGS: 12330, - Profit: 10489.2, - Date: `12/01/2019`, - MonthName: `December`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Luxe`, - UnitsSold: 2571, - ManufacturingPrice: 260, - SalePrice: 350, - GrossSales: 899850, - Discounts: 11340, - Sales: 888510, - COGS: 70200, - Profit: 818310, - Date: `02/01/2019`, - MonthName: `February`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Luxe`, - UnitsSold: 1661, - ManufacturingPrice: 260, - SalePrice: 7, - GrossSales: 11627, - Discounts: 2874.06, - Sales: 8752.94, - COGS: 17107.5, - Profit: 8354.56, - Date: `07/01/2019`, - MonthName: `July`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Luxe`, - UnitsSold: 4474, - ManufacturingPrice: 260, - SalePrice: 7, - GrossSales: 31318, - Discounts: 2296.56, - Sales: 29021.44, - COGS: 13670, - Profit: 15351.44, - Date: `10/01/2019`, - MonthName: `October`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Luxe`, - UnitsSold: 833, - ManufacturingPrice: 260, - SalePrice: 15, - GrossSales: 12495, - Discounts: 4586.4, - Sales: 7908.6, - COGS: 25480, - Profit: 17571.4, - Date: `11/01/2018`, - MonthName: `November`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Kensington`, - UnitsSold: 674, - ManufacturingPrice: 3, - SalePrice: 20, - GrossSales: 13480, - Discounts: 6051.6, - Sales: 7428.4, - COGS: 25215, - Profit: 17786.6, - Date: `01/01/2019`, - MonthName: `January`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Royal Oak`, - UnitsSold: 778, - ManufacturingPrice: 5, - SalePrice: 12, - GrossSales: 9336, - Discounts: 3831.84, - Sales: 5504.16, - COGS: 7983, - Profit: 2478.84, - Date: `05/01/2019`, - MonthName: `May`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Vermont`, - UnitsSold: 1457, - ManufacturingPrice: 10, - SalePrice: 20, - GrossSales: 29140, - Discounts: 3674.4, - Sales: 25465.6, - COGS: 15310, - Profit: 10155.6, - Date: `12/01/2019`, - MonthName: `December`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Mandarin`, - UnitsSold: 3158, - ManufacturingPrice: 250, - SalePrice: 7, - GrossSales: 22106, - Discounts: 1252.44, - Sales: 20853.56, - COGS: 7455, - Profit: 13398.56, - Date: `03/01/2019`, - MonthName: `March`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Mandarin`, - UnitsSold: 4095, - ManufacturingPrice: 250, - SalePrice: 20, - GrossSales: 81900, - Discounts: 3674.4, - Sales: 78225.6, - COGS: 15310, - Profit: 62915.6, - Date: `12/01/2019`, - MonthName: `December`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Luxe`, - UnitsSold: 3170, - ManufacturingPrice: 260, - SalePrice: 12, - GrossSales: 38040, - Discounts: 3975.84, - Sales: 34064.16, - COGS: 8283, - Profit: 25781.16, - Date: `09/01/2018`, - MonthName: `September`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Kensington`, - UnitsSold: 493, - ManufacturingPrice: 3, - SalePrice: 15, - GrossSales: 7395, - Discounts: 5005.65, - Sales: 2389.35, - COGS: 25670, - Profit: 23280.65, - Date: `06/01/2019`, - MonthName: `June`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Mandarin`, - UnitsSold: 3286, - ManufacturingPrice: 250, - SalePrice: 15, - GrossSales: 49290, - Discounts: 5005.65, - Sales: 44284.35, - COGS: 25670, - Profit: 18614.35, - Date: `06/01/2019`, - MonthName: `June`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Kensington`, - UnitsSold: 3563, - ManufacturingPrice: 3, - SalePrice: 350, - GrossSales: 1247050, - Discounts: 41996.5, - Sales: 1205053.5, - COGS: 239980, - Profit: 965073.5, - Date: `03/01/2019`, - MonthName: `March`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Kensington`, - UnitsSold: 4109, - ManufacturingPrice: 3, - SalePrice: 350, - GrossSales: 1438150, - Discounts: 81445, - Sales: 1356705, - COGS: 465400, - Profit: 891305, - Date: `03/01/2019`, - MonthName: `March`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Kensington`, - UnitsSold: 3653, - ManufacturingPrice: 3, - SalePrice: 20, - GrossSales: 73060, - Discounts: 1149.2, - Sales: 71910.8, - COGS: 4420, - Profit: 67490.8, - Date: `09/01/2018`, - MonthName: `September`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Royal Oak`, - UnitsSold: 2203, - ManufacturingPrice: 5, - SalePrice: 350, - GrossSales: 771050, - Discounts: 44703.75, - Sales: 726346.25, - COGS: 255450, - Profit: 470896.25, - Date: `01/01/2019`, - MonthName: `January`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Royal Oak`, - UnitsSold: 2924, - ManufacturingPrice: 5, - SalePrice: 7, - GrossSales: 20468, - Discounts: 1181.18, - Sales: 19286.82, - COGS: 6490, - Profit: 12796.82, - Date: `02/01/2019`, - MonthName: `February`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Royal Oak`, - UnitsSold: 2650, - ManufacturingPrice: 5, - SalePrice: 12, - GrossSales: 31800, - Discounts: 942.24, - Sales: 30857.76, - COGS: 1812, - Profit: 29045.76, - Date: `06/01/2019`, - MonthName: `June`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Royal Oak`, - UnitsSold: 1194, - ManufacturingPrice: 5, - SalePrice: 20, - GrossSales: 23880, - Discounts: 5863, - Sales: 18017, - COGS: 22550, - Profit: 4533, - Date: `07/01/2019`, - MonthName: `July`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Royal Oak`, - UnitsSold: 3366, - ManufacturingPrice: 5, - SalePrice: 20, - GrossSales: 67320, - Discounts: 3247.4, - Sales: 64072.6, - COGS: 12490, - Profit: 51582.6, - Date: `10/01/2019`, - MonthName: `October`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Vermont`, - UnitsSold: 1325, - ManufacturingPrice: 10, - SalePrice: 7, - GrossSales: 9275, - Discounts: 1309.04, - Sales: 7965.97, - COGS: 7192.5, - Profit: 773.47, - Date: `01/01/2019`, - MonthName: `January`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Vermont`, - UnitsSold: 4243, - ManufacturingPrice: 10, - SalePrice: 300, - GrossSales: 1272900, - Discounts: 31473, - Sales: 1241427, - COGS: 201750, - Profit: 1039677, - Date: `01/01/2019`, - MonthName: `January`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Vermont`, - UnitsSold: 2887, - ManufacturingPrice: 10, - SalePrice: 20, - GrossSales: 57740, - Discounts: 6866.6, - Sales: 50873.4, - COGS: 26410, - Profit: 24463.4, - Date: `02/01/2019`, - MonthName: `February`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Vermont`, - UnitsSold: 3839, - ManufacturingPrice: 10, - SalePrice: 20, - GrossSales: 76780, - Discounts: 7040.8, - Sales: 69739.2, - COGS: 27080, - Profit: 42659.2, - Date: `02/01/2019`, - MonthName: `February`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Vermont`, - UnitsSold: 1863, - ManufacturingPrice: 10, - SalePrice: 350, - GrossSales: 652050, - Discounts: 119756, - Sales: 532294, - COGS: 684320, - Profit: 152026, - Date: `06/01/2019`, - MonthName: `June`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Vermont`, - UnitsSold: 2858, - ManufacturingPrice: 10, - SalePrice: 125, - GrossSales: 357250, - Discounts: 25723.75, - Sales: 331526.25, - COGS: 189960, - Profit: 141566.25, - Date: `06/01/2019`, - MonthName: `June`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Vermont`, - UnitsSold: 2868, - ManufacturingPrice: 10, - SalePrice: 12, - GrossSales: 34416, - Discounts: 890.76, - Sales: 33525.24, - COGS: 1713, - Profit: 31812.24, - Date: `07/01/2019`, - MonthName: `July`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Vermont`, - UnitsSold: 3805, - ManufacturingPrice: 10, - SalePrice: 7, - GrossSales: 26635, - Discounts: 2453.36, - Sales: 24181.64, - COGS: 13480, - Profit: 10701.64, - Date: `08/01/2019`, - MonthName: `August`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Vermont`, - UnitsSold: 3914, - ManufacturingPrice: 10, - SalePrice: 15, - GrossSales: 58710, - Discounts: 3051.75, - Sales: 55658.25, - COGS: 15650, - Profit: 40008.25, - Date: `10/01/2019`, - MonthName: `October`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Vermont`, - UnitsSold: 524, - ManufacturingPrice: 10, - SalePrice: 20, - GrossSales: 10480, - Discounts: 3247.4, - Sales: 7232.6, - COGS: 12490, - Profit: 5257.4, - Date: `10/01/2019`, - MonthName: `October`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Vermont`, - UnitsSold: 3095, - ManufacturingPrice: 10, - SalePrice: 350, - GrossSales: 1083250, - Discounts: 16243.5, - Sales: 1067006.5, - COGS: 92820, - Profit: 974186.5, - Date: `11/01/2019`, - MonthName: `November`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Vermont`, - UnitsSold: 2410, - ManufacturingPrice: 10, - SalePrice: 12, - GrossSales: 28920, - Discounts: 1580.28, - Sales: 27339.72, - COGS: 3039, - Profit: 24300.72, - Date: `12/01/2019`, - MonthName: `December`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Burlington`, - UnitsSold: 4263, - ManufacturingPrice: 120, - SalePrice: 15, - GrossSales: 63945, - Discounts: 7795.13, - Sales: 56149.88, - COGS: 39975, - Profit: 16174.88, - Date: `01/01/2019`, - MonthName: `January`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Burlington`, - UnitsSold: 2239, - ManufacturingPrice: 120, - SalePrice: 350, - GrossSales: 783650, - Discounts: 119756, - Sales: 663894, - COGS: 684320, - Profit: 20426, - Date: `06/01/2019`, - MonthName: `June`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Burlington`, - UnitsSold: 569, - ManufacturingPrice: 120, - SalePrice: 7, - GrossSales: 3983, - Discounts: 1082.9, - Sales: 2900.1, - COGS: 5950, - Profit: 3049.9, - Date: `06/01/2019`, - MonthName: `June`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Burlington`, - UnitsSold: 3889, - ManufacturingPrice: 120, - SalePrice: 12, - GrossSales: 46668, - Discounts: 942.24, - Sales: 45725.76, - COGS: 1812, - Profit: 43913.76, - Date: `06/01/2019`, - MonthName: `June`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Burlington`, - UnitsSold: 1378, - ManufacturingPrice: 120, - SalePrice: 15, - GrossSales: 20670, - Discounts: 1287, - Sales: 19383, - COGS: 6600, - Profit: 12783, - Date: `09/01/2018`, - MonthName: `September`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Burlington`, - UnitsSold: 2253, - ManufacturingPrice: 120, - SalePrice: 12, - GrossSales: 27036, - Discounts: 639.6, - Sales: 26396.4, - COGS: 1230, - Profit: 25166.4, - Date: `10/01/2019`, - MonthName: `October`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Burlington`, - UnitsSold: 3202, - ManufacturingPrice: 120, - SalePrice: 300, - GrossSales: 960600, - Discounts: 101595, - Sales: 859005, - COGS: 651250, - Profit: 207755, - Date: `11/01/2018`, - MonthName: `November`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Burlington`, - UnitsSold: 3835, - ManufacturingPrice: 120, - SalePrice: 12, - GrossSales: 46020, - Discounts: 1580.28, - Sales: 44439.72, - COGS: 3039, - Profit: 41400.72, - Date: `12/01/2019`, - MonthName: `December`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Mandarin`, - UnitsSold: 2487, - ManufacturingPrice: 250, - SalePrice: 125, - GrossSales: 310875, - Discounts: 25723.75, - Sales: 285151.25, - COGS: 189960, - Profit: 95191.25, - Date: `06/01/2019`, - MonthName: `June`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Mandarin`, - UnitsSold: 4428, - ManufacturingPrice: 250, - SalePrice: 15, - GrossSales: 66420, - Discounts: 3051.75, - Sales: 63368.25, - COGS: 15650, - Profit: 47718.25, - Date: `10/01/2019`, - MonthName: `October`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Luxe`, - UnitsSold: 1200, - ManufacturingPrice: 260, - SalePrice: 125, - GrossSales: 150000, - Discounts: 26958.75, - Sales: 123041.25, - COGS: 199080, - Profit: 76038.75, - Date: `01/01/2019`, - MonthName: `January`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Luxe`, - UnitsSold: 2953, - ManufacturingPrice: 260, - SalePrice: 7, - GrossSales: 20671, - Discounts: 1082.9, - Sales: 19588.1, - COGS: 5950, - Profit: 13638.1, - Date: `06/01/2019`, - MonthName: `June`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Luxe`, - UnitsSold: 1453, - ManufacturingPrice: 260, - SalePrice: 12, - GrossSales: 17436, - Discounts: 639.6, - Sales: 16796.4, - COGS: 1230, - Profit: 15566.4, - Date: `10/01/2019`, - MonthName: `October`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Luxe`, - UnitsSold: 865, - ManufacturingPrice: 260, - SalePrice: 12, - GrossSales: 10380, - Discounts: 2761.2, - Sales: 7618.8, - COGS: 5310, - Profit: 2308.8, - Date: `12/01/2018`, - MonthName: `December`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Kensington`, - UnitsSold: 1072, - ManufacturingPrice: 3, - SalePrice: 20, - GrossSales: 21440, - Discounts: 7221.2, - Sales: 14218.8, - COGS: 25790, - Profit: 11571.2, - Date: `04/01/2019`, - MonthName: `April`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Kensington`, - UnitsSold: 1737, - ManufacturingPrice: 3, - SalePrice: 20, - GrossSales: 34740, - Discounts: 4880.4, - Sales: 29859.6, - COGS: 17430, - Profit: 12429.6, - Date: `05/01/2019`, - MonthName: `May`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Kensington`, - UnitsSold: 1535, - ManufacturingPrice: 3, - SalePrice: 7, - GrossSales: 10745, - Discounts: 2936.08, - Sales: 7808.92, - COGS: 14980, - Profit: 7171.08, - Date: `10/01/2018`, - MonthName: `October`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Kensington`, - UnitsSold: 2532, - ManufacturingPrice: 3, - SalePrice: 7, - GrossSales: 17724, - Discounts: 274.4, - Sales: 17449.6, - COGS: 1400, - Profit: 16049.6, - Date: `12/01/2019`, - MonthName: `December`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Royal Oak`, - UnitsSold: 1765, - ManufacturingPrice: 5, - SalePrice: 7, - GrossSales: 12355, - Discounts: 287.14, - Sales: 12067.86, - COGS: 1465, - Profit: 10602.86, - Date: `02/01/2019`, - MonthName: `February`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Royal Oak`, - UnitsSold: 1567, - ManufacturingPrice: 5, - SalePrice: 7, - GrossSales: 10969, - Discounts: 2936.08, - Sales: 8032.92, - COGS: 14980, - Profit: 6947.08, - Date: `10/01/2018`, - MonthName: `October`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Vermont`, - UnitsSold: 2640, - ManufacturingPrice: 10, - SalePrice: 15, - GrossSales: 39600, - Discounts: 583.8, - Sales: 39016.2, - COGS: 2780, - Profit: 36236.2, - Date: `02/01/2019`, - MonthName: `February`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Vermont`, - UnitsSold: 3079, - ManufacturingPrice: 10, - SalePrice: 20, - GrossSales: 61580, - Discounts: 6798.4, - Sales: 54781.6, - COGS: 24280, - Profit: 30501.6, - Date: `03/01/2019`, - MonthName: `March`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Vermont`, - UnitsSold: 4130, - ManufacturingPrice: 10, - SalePrice: 15, - GrossSales: 61950, - Discounts: 3710.7, - Sales: 58239.3, - COGS: 17670, - Profit: 40569.3, - Date: `09/01/2019`, - MonthName: `September`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Vermont`, - UnitsSold: 2938, - ManufacturingPrice: 10, - SalePrice: 12, - GrossSales: 35256, - Discounts: 2340.24, - Sales: 32915.76, - COGS: 4179, - Profit: 28736.76, - Date: `10/01/2019`, - MonthName: `October`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Mandarin`, - UnitsSold: 3080, - ManufacturingPrice: 250, - SalePrice: 7, - GrossSales: 21560, - Discounts: 274.4, - Sales: 21285.6, - COGS: 1400, - Profit: 19885.6, - Date: `12/01/2019`, - MonthName: `December`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Luxe`, - UnitsSold: 1530, - ManufacturingPrice: 260, - SalePrice: 12, - GrossSales: 18360, - Discounts: 2340.24, - Sales: 16019.76, - COGS: 4179, - Profit: 11840.76, - Date: `10/01/2019`, - MonthName: `October`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Luxe`, - UnitsSold: 3537, - ManufacturingPrice: 260, - SalePrice: 12, - GrossSales: 42444, - Discounts: 3385.2, - Sales: 39058.8, - COGS: 6045, - Profit: 33013.8, - Date: `12/01/2018`, - MonthName: `December`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Kensington`, - UnitsSold: 2021, - ManufacturingPrice: 3, - SalePrice: 300, - GrossSales: 606300, - Discounts: 33642, - Sales: 572658, - COGS: 200250, - Profit: 372408, - Date: `07/01/2019`, - MonthName: `July`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Kensington`, - UnitsSold: 1804, - ManufacturingPrice: 3, - SalePrice: 125, - GrossSales: 225500, - Discounts: 17902.5, - Sales: 207597.5, - COGS: 122760, - Profit: 84837.5, - Date: `09/01/2018`, - MonthName: `September`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Kensington`, - UnitsSold: 1014, - ManufacturingPrice: 3, - SalePrice: 300, - GrossSales: 304200, - Discounts: 62832, - Sales: 241368, - COGS: 374000, - Profit: 132632, - Date: `10/01/2019`, - MonthName: `October`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Kensington`, - UnitsSold: 2913, - ManufacturingPrice: 3, - SalePrice: 300, - GrossSales: 873900, - Discounts: 42420, - Sales: 831480, - COGS: 252500, - Profit: 578980, - Date: `10/01/2019`, - MonthName: `October`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Kensington`, - UnitsSold: 763, - ManufacturingPrice: 3, - SalePrice: 15, - GrossSales: 11445, - Discounts: 3177.3, - Sales: 8267.7, - COGS: 15130, - Profit: 6862.3, - Date: `11/01/2019`, - MonthName: `November`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Kensington`, - UnitsSold: 1425, - ManufacturingPrice: 3, - SalePrice: 15, - GrossSales: 21375, - Discounts: 4830, - Sales: 16545, - COGS: 23000, - Profit: 6455, - Date: `12/01/2019`, - MonthName: `December`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Kensington`, - UnitsSold: 4357, - ManufacturingPrice: 3, - SalePrice: 125, - GrossSales: 544625, - Discounts: 49367.5, - Sales: 495257.5, - COGS: 338520, - Profit: 156737.5, - Date: `12/01/2018`, - MonthName: `December`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Royal Oak`, - UnitsSold: 2138, - ManufacturingPrice: 5, - SalePrice: 350, - GrossSales: 748300, - Discounts: 109147.5, - Sales: 639152.5, - COGS: 579150, - Profit: 60002.5, - Date: `01/01/2019`, - MonthName: `January`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Royal Oak`, - UnitsSold: 3825, - ManufacturingPrice: 5, - SalePrice: 350, - GrossSales: 1338750, - Discounts: 58751, - Sales: 1279999, - COGS: 311740, - Profit: 968259, - Date: `04/01/2019`, - MonthName: `April`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Royal Oak`, - UnitsSold: 3393, - ManufacturingPrice: 5, - SalePrice: 350, - GrossSales: 1187550, - Discounts: 9800, - Sales: 1177750, - COGS: 52000, - Profit: 1125750, - Date: `05/01/2019`, - MonthName: `May`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Royal Oak`, - UnitsSold: 2215, - ManufacturingPrice: 5, - SalePrice: 7, - GrossSales: 15505, - Discounts: 380.24, - Sales: 15124.76, - COGS: 1940, - Profit: 13184.76, - Date: `09/01/2019`, - MonthName: `September`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Royal Oak`, - UnitsSold: 2278, - ManufacturingPrice: 5, - SalePrice: 7, - GrossSales: 15946, - Discounts: 1692.46, - Sales: 14253.54, - COGS: 8635, - Profit: 5618.54, - Date: `10/01/2018`, - MonthName: `October`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Royal Oak`, - UnitsSold: 403, - ManufacturingPrice: 5, - SalePrice: 15, - GrossSales: 6045, - Discounts: 4830, - Sales: 1215, - COGS: 23000, - Profit: 21785, - Date: `12/01/2019`, - MonthName: `December`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Vermont`, - UnitsSold: 289, - ManufacturingPrice: 10, - SalePrice: 20, - GrossSales: 5780, - Discounts: 728, - Sales: 5052, - COGS: 2600, - Profit: 2452, - Date: `02/01/2019`, - MonthName: `February`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Vermont`, - UnitsSold: 749, - ManufacturingPrice: 10, - SalePrice: 15, - GrossSales: 11235, - Discounts: 5187, - Sales: 6048, - COGS: 24700, - Profit: 18652, - Date: `09/01/2018`, - MonthName: `September`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Vermont`, - UnitsSold: 372, - ManufacturingPrice: 10, - SalePrice: 15, - GrossSales: 5580, - Discounts: 3660.3, - Sales: 1919.7, - COGS: 17430, - Profit: 15510.3, - Date: `10/01/2018`, - MonthName: `October`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Vermont`, - UnitsSold: 3781, - ManufacturingPrice: 10, - SalePrice: 12, - GrossSales: 45372, - Discounts: 4895.52, - Sales: 40476.48, - COGS: 8742, - Profit: 31734.48, - Date: `10/01/2019`, - MonthName: `October`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Vermont`, - UnitsSold: 1785, - ManufacturingPrice: 10, - SalePrice: 7, - GrossSales: 12495, - Discounts: 1696.38, - Sales: 10798.62, - COGS: 8655, - Profit: 2143.62, - Date: `10/01/2019`, - MonthName: `October`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Vermont`, - UnitsSold: 4029, - ManufacturingPrice: 10, - SalePrice: 350, - GrossSales: 1410150, - Discounts: 34300, - Sales: 1375850, - COGS: 182000, - Profit: 1193850, - Date: `11/01/2019`, - MonthName: `November`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Vermont`, - UnitsSold: 2813, - ManufacturingPrice: 10, - SalePrice: 12, - GrossSales: 33756, - Discounts: 3732.96, - Sales: 30023.04, - COGS: 6666, - Profit: 23357.04, - Date: `11/01/2018`, - MonthName: `November`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Vermont`, - UnitsSold: 2150, - ManufacturingPrice: 10, - SalePrice: 350, - GrossSales: 752500, - Discounts: 57673, - Sales: 694827, - COGS: 306020, - Profit: 388807, - Date: `11/01/2019`, - MonthName: `November`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Vermont`, - UnitsSold: 2093, - ManufacturingPrice: 10, - SalePrice: 350, - GrossSales: 732550, - Discounts: 94178, - Sales: 638372, - COGS: 499720, - Profit: 138652, - Date: `11/01/2018`, - MonthName: `November`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Burlington`, - UnitsSold: 4391, - ManufacturingPrice: 120, - SalePrice: 125, - GrossSales: 548875, - Discounts: 27562.5, - Sales: 521312.5, - COGS: 189000, - Profit: 332312.5, - Date: `02/01/2019`, - MonthName: `February`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Burlington`, - UnitsSold: 2695, - ManufacturingPrice: 120, - SalePrice: 20, - GrossSales: 53900, - Discounts: 1696.8, - Sales: 52203.2, - COGS: 6060, - Profit: 46143.2, - Date: `04/01/2019`, - MonthName: `April`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Burlington`, - UnitsSold: 1337, - ManufacturingPrice: 120, - SalePrice: 300, - GrossSales: 401100, - Discounts: 103320, - Sales: 297780, - COGS: 615000, - Profit: 317220, - Date: `07/01/2019`, - MonthName: `July`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Burlington`, - UnitsSold: 2621, - ManufacturingPrice: 120, - SalePrice: 300, - GrossSales: 786300, - Discounts: 11298, - Sales: 775002, - COGS: 67250, - Profit: 707752, - Date: `10/01/2018`, - MonthName: `October`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Burlington`, - UnitsSold: 3735, - ManufacturingPrice: 120, - SalePrice: 300, - GrossSales: 1120500, - Discounts: 106512, - Sales: 1013988, - COGS: 634000, - Profit: 379988, - Date: `11/01/2018`, - MonthName: `November`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Mandarin`, - UnitsSold: 4320, - ManufacturingPrice: 250, - SalePrice: 7, - GrossSales: 30240, - Discounts: 2844.94, - Sales: 27395.06, - COGS: 14515, - Profit: 12880.06, - Date: `03/01/2019`, - MonthName: `March`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Mandarin`, - UnitsSold: 2828, - ManufacturingPrice: 250, - SalePrice: 300, - GrossSales: 848400, - Discounts: 106722, - Sales: 741678, - COGS: 635250, - Profit: 106428, - Date: `08/01/2019`, - MonthName: `August`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Mandarin`, - UnitsSold: 2586, - ManufacturingPrice: 250, - SalePrice: 300, - GrossSales: 775800, - Discounts: 11298, - Sales: 764502, - COGS: 67250, - Profit: 697252, - Date: `10/01/2018`, - MonthName: `October`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Mandarin`, - UnitsSold: 1248, - ManufacturingPrice: 250, - SalePrice: 300, - GrossSales: 374400, - Discounts: 62832, - Sales: 311568, - COGS: 374000, - Profit: 62432, - Date: `10/01/2019`, - MonthName: `October`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Mandarin`, - UnitsSold: 4035, - ManufacturingPrice: 250, - SalePrice: 300, - GrossSales: 1210500, - Discounts: 42420, - Sales: 1168080, - COGS: 252500, - Profit: 915580, - Date: `10/01/2019`, - MonthName: `October`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Mandarin`, - UnitsSold: 359, - ManufacturingPrice: 250, - SalePrice: 350, - GrossSales: 125650, - Discounts: 62769, - Sales: 62881, - COGS: 333060, - Profit: 270179, - Date: `12/01/2018`, - MonthName: `December`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Luxe`, - UnitsSold: 3926, - ManufacturingPrice: 260, - SalePrice: 300, - GrossSales: 1177800, - Discounts: 37296, - Sales: 1140504, - COGS: 222000, - Profit: 918504, - Date: `03/01/2019`, - MonthName: `March`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Luxe`, - UnitsSold: 4247, - ManufacturingPrice: 260, - SalePrice: 125, - GrossSales: 530875, - Discounts: 49770, - Sales: 481105, - COGS: 341280, - Profit: 139825, - Date: `05/01/2019`, - MonthName: `May`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Luxe`, - UnitsSold: 2695, - ManufacturingPrice: 260, - SalePrice: 12, - GrossSales: 32340, - Discounts: 4158, - Sales: 28182, - COGS: 7425, - Profit: 20757, - Date: `08/01/2019`, - MonthName: `August`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Luxe`, - UnitsSold: 1104, - ManufacturingPrice: 260, - SalePrice: 15, - GrossSales: 16560, - Discounts: 3660.3, - Sales: 12899.7, - COGS: 17430, - Profit: 4530.3, - Date: `10/01/2018`, - MonthName: `October`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Luxe`, - UnitsSold: 1449, - ManufacturingPrice: 260, - SalePrice: 12, - GrossSales: 17388, - Discounts: 4895.52, - Sales: 12492.48, - COGS: 8742, - Profit: 3750.48, - Date: `10/01/2019`, - MonthName: `October`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Luxe`, - UnitsSold: 1131, - ManufacturingPrice: 260, - SalePrice: 7, - GrossSales: 7917, - Discounts: 1696.38, - Sales: 6220.62, - COGS: 8655, - Profit: 2434.38, - Date: `10/01/2019`, - MonthName: `October`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Luxe`, - UnitsSold: 1468, - ManufacturingPrice: 260, - SalePrice: 7, - GrossSales: 10276, - Discounts: 1692.46, - Sales: 8583.54, - COGS: 8635, - Profit: 51.46, - Date: `10/01/2018`, - MonthName: `October`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Luxe`, - UnitsSold: 1272, - ManufacturingPrice: 260, - SalePrice: 15, - GrossSales: 19080, - Discounts: 3927, - Sales: 15153, - COGS: 18700, - Profit: 3547, - Date: `11/01/2018`, - MonthName: `November`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Kensington`, - UnitsSold: 1403, - ManufacturingPrice: 3, - SalePrice: 125, - GrossSales: 175375, - Discounts: 22012.5, - Sales: 153362.5, - COGS: 140880, - Profit: 12482.5, - Date: `08/01/2019`, - MonthName: `August`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Kensington`, - UnitsSold: 2161, - ManufacturingPrice: 3, - SalePrice: 125, - GrossSales: 270125, - Discounts: 51881.25, - Sales: 218243.75, - COGS: 332040, - Profit: 113796.25, - Date: `08/01/2019`, - MonthName: `August`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Kensington`, - UnitsSold: 1937, - ManufacturingPrice: 3, - SalePrice: 125, - GrossSales: 242125, - Discounts: 20343.75, - Sales: 221781.25, - COGS: 130200, - Profit: 91581.25, - Date: `10/01/2019`, - MonthName: `October`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Royal Oak`, - UnitsSold: 2879, - ManufacturingPrice: 5, - SalePrice: 300, - GrossSales: 863700, - Discounts: 24570, - Sales: 839130, - COGS: 136500, - Profit: 702630, - Date: `10/01/2019`, - MonthName: `October`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Vermont`, - UnitsSold: 1330, - ManufacturingPrice: 10, - SalePrice: 20, - GrossSales: 26600, - Discounts: 3474, - Sales: 23126, - COGS: 11580, - Profit: 11546, - Date: `03/01/2019`, - MonthName: `March`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Vermont`, - UnitsSold: 2426, - ManufacturingPrice: 10, - SalePrice: 15, - GrossSales: 36390, - Discounts: 3631.5, - Sales: 32758.5, - COGS: 16140, - Profit: 16618.5, - Date: `04/01/2019`, - MonthName: `April`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Vermont`, - UnitsSold: 2033, - ManufacturingPrice: 10, - SalePrice: 7, - GrossSales: 14231, - Discounts: 2661.75, - Sales: 11569.25, - COGS: 12675, - Profit: 1105.75, - Date: `04/01/2019`, - MonthName: `April`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Vermont`, - UnitsSold: 2029, - ManufacturingPrice: 10, - SalePrice: 350, - GrossSales: 710150, - Discounts: 149677.5, - Sales: 560472.5, - COGS: 741260, - Profit: 180787.5, - Date: `05/01/2019`, - MonthName: `May`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Vermont`, - UnitsSold: 1049, - ManufacturingPrice: 10, - SalePrice: 15, - GrossSales: 15735, - Discounts: 5757.75, - Sales: 9977.25, - COGS: 25590, - Profit: 15612.75, - Date: `08/01/2019`, - MonthName: `August`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Vermont`, - UnitsSold: 1062, - ManufacturingPrice: 10, - SalePrice: 20, - GrossSales: 21240, - Discounts: 801, - Sales: 20439, - COGS: 2670, - Profit: 17769, - Date: `10/01/2018`, - MonthName: `October`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Vermont`, - UnitsSold: 2509, - ManufacturingPrice: 10, - SalePrice: 125, - GrossSales: 313625, - Discounts: 20343.75, - Sales: 293281.25, - COGS: 130200, - Profit: 163081.25, - Date: `10/01/2019`, - MonthName: `October`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Vermont`, - UnitsSold: 1743, - ManufacturingPrice: 10, - SalePrice: 15, - GrossSales: 26145, - Discounts: 2643.75, - Sales: 23501.25, - COGS: 11750, - Profit: 11751.25, - Date: `10/01/2019`, - MonthName: `October`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Vermont`, - UnitsSold: 3418, - ManufacturingPrice: 10, - SalePrice: 350, - GrossSales: 1196300, - Discounts: 105367.5, - Sales: 1090932.5, - COGS: 521820, - Profit: 569112.5, - Date: `11/01/2018`, - MonthName: `November`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Vermont`, - UnitsSold: 1751, - ManufacturingPrice: 10, - SalePrice: 350, - GrossSales: 612850, - Discounts: 112927.5, - Sales: 499922.5, - COGS: 559260, - Profit: 59337.5, - Date: `11/01/2018`, - MonthName: `November`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Vermont`, - UnitsSold: 3228, - ManufacturingPrice: 10, - SalePrice: 12, - GrossSales: 38736, - Discounts: 1645.2, - Sales: 37090.8, - COGS: 2742, - Profit: 34348.8, - Date: `12/01/2019`, - MonthName: `December`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Vermont`, - UnitsSold: 1105, - ManufacturingPrice: 10, - SalePrice: 20, - GrossSales: 22100, - Discounts: 879, - Sales: 21221, - COGS: 2930, - Profit: 18291, - Date: `12/01/2019`, - MonthName: `December`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Burlington`, - UnitsSold: 2778, - ManufacturingPrice: 120, - SalePrice: 12, - GrossSales: 33336, - Discounts: 900, - Sales: 32436, - COGS: 1500, - Profit: 30936, - Date: `03/01/2019`, - MonthName: `March`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Burlington`, - UnitsSold: 1173, - ManufacturingPrice: 120, - SalePrice: 15, - GrossSales: 17595, - Discounts: 6358.5, - Sales: 11236.5, - COGS: 28260, - Profit: 17023.5, - Date: `05/01/2019`, - MonthName: `May`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Burlington`, - UnitsSold: 3160, - ManufacturingPrice: 120, - SalePrice: 125, - GrossSales: 395000, - Discounts: 12431.25, - Sales: 382568.75, - COGS: 79560, - Profit: 303008.75, - Date: `09/01/2019`, - MonthName: `September`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Burlington`, - UnitsSold: 4322, - ManufacturingPrice: 120, - SalePrice: 300, - GrossSales: 1296600, - Discounts: 115830, - Sales: 1180770, - COGS: 643500, - Profit: 537270, - Date: `11/01/2018`, - MonthName: `November`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Burlington`, - UnitsSold: 1901, - ManufacturingPrice: 120, - SalePrice: 125, - GrossSales: 237625, - Discounts: 45712.5, - Sales: 191912.5, - COGS: 292560, - Profit: 100647.5, - Date: `12/01/2018`, - MonthName: `December`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Burlington`, - UnitsSold: 2980, - ManufacturingPrice: 120, - SalePrice: 12, - GrossSales: 35760, - Discounts: 1645.2, - Sales: 34114.8, - COGS: 2742, - Profit: 31372.8, - Date: `12/01/2019`, - MonthName: `December`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Mandarin`, - UnitsSold: 4068, - ManufacturingPrice: 250, - SalePrice: 20, - GrossSales: 81360, - Discounts: 2596.5, - Sales: 78763.5, - COGS: 8655, - Profit: 70108.5, - Date: `07/01/2019`, - MonthName: `July`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Mandarin`, - UnitsSold: 2105, - ManufacturingPrice: 250, - SalePrice: 15, - GrossSales: 31575, - Discounts: 1107, - Sales: 30468, - COGS: 4920, - Profit: 25548, - Date: `07/01/2019`, - MonthName: `July`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Mandarin`, - UnitsSold: 1647, - ManufacturingPrice: 250, - SalePrice: 20, - GrossSales: 32940, - Discounts: 801, - Sales: 32139, - COGS: 2670, - Profit: 29469, - Date: `10/01/2018`, - MonthName: `October`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Mandarin`, - UnitsSold: 235, - ManufacturingPrice: 250, - SalePrice: 15, - GrossSales: 3525, - Discounts: 2643.75, - Sales: 881.25, - COGS: 11750, - Profit: 10868.75, - Date: `10/01/2019`, - MonthName: `October`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Mandarin`, - UnitsSold: 3617, - ManufacturingPrice: 250, - SalePrice: 125, - GrossSales: 452125, - Discounts: 55387.5, - Sales: 396737.5, - COGS: 354480, - Profit: 42257.5, - Date: `11/01/2018`, - MonthName: `November`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Mandarin`, - UnitsSold: 2106, - ManufacturingPrice: 250, - SalePrice: 125, - GrossSales: 263250, - Discounts: 10350, - Sales: 252900, - COGS: 66240, - Profit: 186660, - Date: `11/01/2019`, - MonthName: `November`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Mandarin`, - UnitsSold: 2351, - ManufacturingPrice: 250, - SalePrice: 20, - GrossSales: 47020, - Discounts: 879, - Sales: 46141, - COGS: 2930, - Profit: 43211, - Date: `12/01/2019`, - MonthName: `December`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Luxe`, - UnitsSold: 1897, - ManufacturingPrice: 260, - SalePrice: 300, - GrossSales: 569100, - Discounts: 111375, - Sales: 457725, - COGS: 618750, - Profit: 161025, - Date: `03/01/2019`, - MonthName: `March`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Luxe`, - UnitsSold: 647, - ManufacturingPrice: 260, - SalePrice: 300, - GrossSales: 194100, - Discounts: 24570, - Sales: 169530, - COGS: 136500, - Profit: 33030, - Date: `10/01/2019`, - MonthName: `October`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Royal Oak`, - UnitsSold: 3621, - ManufacturingPrice: 5, - SalePrice: 7, - GrossSales: 25347, - Discounts: 1436.4, - Sales: 23910.6, - COGS: 6840, - Profit: 17070.6, - Date: `02/01/2019`, - MonthName: `February`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Vermont`, - UnitsSold: 3221, - ManufacturingPrice: 10, - SalePrice: 7, - GrossSales: 22547, - Discounts: 759.15, - Sales: 21787.85, - COGS: 3615, - Profit: 18172.85, - Date: `04/01/2019`, - MonthName: `April`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Mandarin`, - UnitsSold: 493, - ManufacturingPrice: 250, - SalePrice: 12, - GrossSales: 5916, - Discounts: 3250.8, - Sales: 2665.2, - COGS: 5418, - Profit: 2752.8, - Date: `05/01/2019`, - MonthName: `May`, - Year: 2019 - }), + new PivotSalesDataItem({ Country: `UK`, Product: `Vermont`, UnitsSold: 501, ManufacturingPrice: 15, SalePrice: 23, GrossSales: 26440, Discounts: null, Sales: 26440, COGS: 16185, Profit: 11255, Date: `01/01/2020`, MonthName: `January`, Year: 2020 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Kensington`, UnitsSold: 1372, ManufacturingPrice: 3, SalePrice: 20, GrossSales: 27440, Discounts: null, Sales: 27440, COGS: 16185, Profit: 11255, Date: `01/01/2020`, MonthName: `January`, Year: 2020 }), + new PivotSalesDataItem({ Country: `India`, Product: `Kensington`, UnitsSold: 2762, ManufacturingPrice: 3, SalePrice: 20, GrossSales: 55240, Discounts: null, Sales: 55240, COGS: 13210, Profit: 42030, Date: `01/01/2020`, MonthName: `January`, Year: 2020 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Kensington`, UnitsSold: 1464, ManufacturingPrice: 3, SalePrice: 15, GrossSales: 21960, Discounts: null, Sales: 21960, COGS: 21780, Profit: 180, Date: `06/01/2020`, MonthName: `June`, Year: 2020 }), + new PivotSalesDataItem({ Country: `India`, Product: `Kensington`, UnitsSold: 719, ManufacturingPrice: 3, SalePrice: 15, GrossSales: 10785, Discounts: null, Sales: 10785, COGS: 8880, Profit: 1905, Date: `06/01/2020`, MonthName: `June`, Year: 2020 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Kensington`, UnitsSold: 3576, ManufacturingPrice: 3, SalePrice: 15, GrossSales: 53640, Discounts: null, Sales: 53640, COGS: 24700, Profit: 28940, Date: `06/01/2020`, MonthName: `June`, Year: 2020 }), + new PivotSalesDataItem({ Country: `India`, Product: `Kensington`, UnitsSold: 4422, ManufacturingPrice: 3, SalePrice: 350, GrossSales: 1547700, Discounts: null, Sales: 1547700, COGS: 393380, Profit: 1154320, Date: `12/01/2020`, MonthName: `December`, Year: 2020 }), + new PivotSalesDataItem({ Country: `India`, Product: `Royal Oak`, UnitsSold: 3649, ManufacturingPrice: 5, SalePrice: 15, GrossSales: 54735, Discounts: null, Sales: 54735, COGS: 9210, Profit: 45525, Date: `03/01/2020`, MonthName: `March`, Year: 2020 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Royal Oak`, UnitsSold: 4172, ManufacturingPrice: 5, SalePrice: 12, GrossSales: 50064, Discounts: null, Sales: 50064, COGS: 7554, Profit: 42510, Date: `06/01/2020`, MonthName: `June`, Year: 2020 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Royal Oak`, UnitsSold: 3841, ManufacturingPrice: 5, SalePrice: 20, GrossSales: 76820, Discounts: null, Sales: 76820, COGS: 18990, Profit: 57830, Date: `06/01/2020`, MonthName: `June`, Year: 2020 }), + new PivotSalesDataItem({ Country: `India`, Product: `Royal Oak`, UnitsSold: 3726, ManufacturingPrice: 5, SalePrice: 12, GrossSales: 44712, Discounts: null, Sales: 44712, COGS: 4635, Profit: 40077, Date: `06/01/2020`, MonthName: `June`, Year: 2020 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Royal Oak`, UnitsSold: 2625, ManufacturingPrice: 5, SalePrice: 15, GrossSales: 39375, Discounts: null, Sales: 39375, COGS: 24700, Profit: 14675, Date: `06/01/2020`, MonthName: `June`, Year: 2020 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Royal Oak`, UnitsSold: 1958, ManufacturingPrice: 5, SalePrice: 125, GrossSales: 244750, Discounts: null, Sales: 244750, COGS: 319860, Profit: 75110, Date: `07/01/2020`, MonthName: `July`, Year: 2020 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Royal Oak`, UnitsSold: 3271, ManufacturingPrice: 5, SalePrice: 300, GrossSales: 981300, Discounts: null, Sales: 981300, COGS: 239500, Profit: 741800, Date: `08/01/2020`, MonthName: `August`, Year: 2020 }), + new PivotSalesDataItem({ Country: `India`, Product: `Royal Oak`, UnitsSold: 2091, ManufacturingPrice: 5, SalePrice: 7, GrossSales: 14637, Discounts: null, Sales: 14637, COGS: 10730, Profit: 3907, Date: `09/01/2020`, MonthName: `September`, Year: 2020 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Royal Oak`, UnitsSold: 2825, ManufacturingPrice: 5, SalePrice: 15, GrossSales: 42375, Discounts: null, Sales: 42375, COGS: 6150, Profit: 36225, Date: `12/01/2020`, MonthName: `December`, Year: 2020 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Vermont`, UnitsSold: 2513, ManufacturingPrice: 10, SalePrice: 20, GrossSales: 50260, Discounts: null, Sales: 50260, COGS: 2920, Profit: 47340, Date: `02/01/2020`, MonthName: `February`, Year: 2020 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Vermont`, UnitsSold: 883, ManufacturingPrice: 10, SalePrice: 15, GrossSales: 13245, Discounts: null, Sales: 13245, COGS: 9740, Profit: 3505, Date: `02/01/2020`, MonthName: `February`, Year: 2020 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Vermont`, UnitsSold: 2087, ManufacturingPrice: 10, SalePrice: 12, GrossSales: 25044, Discounts: null, Sales: 25044, COGS: 7554, Profit: 17490, Date: `06/01/2020`, MonthName: `June`, Year: 2020 }), + new PivotSalesDataItem({ Country: `India`, Product: `Vermont`, UnitsSold: 2563, ManufacturingPrice: 10, SalePrice: 350, GrossSales: 897050, Discounts: null, Sales: 897050, COGS: 261560, Profit: 635490, Date: `06/01/2020`, MonthName: `June`, Year: 2020 }), + new PivotSalesDataItem({ Country: `India`, Product: `Vermont`, UnitsSold: 2846, ManufacturingPrice: 10, SalePrice: 12, GrossSales: 34152, Discounts: null, Sales: 34152, COGS: 1101, Profit: 33051, Date: `07/01/2020`, MonthName: `July`, Year: 2020 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Vermont`, UnitsSold: 997, ManufacturingPrice: 10, SalePrice: 7, GrossSales: 6979, Discounts: null, Sales: 6979, COGS: 4415, Profit: 2564, Date: `08/01/2020`, MonthName: `August`, Year: 2020 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Vermont`, UnitsSold: 2290, ManufacturingPrice: 10, SalePrice: 15, GrossSales: 34350, Discounts: null, Sales: 34350, COGS: 24720, Profit: 9630, Date: `09/01/2020`, MonthName: `September`, Year: 2020 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Vermont`, UnitsSold: 2133, ManufacturingPrice: 10, SalePrice: 7, GrossSales: 14931, Discounts: null, Sales: 14931, COGS: 5715, Profit: 9216, Date: `10/01/2020`, MonthName: `October`, Year: 2020 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Vermont`, UnitsSold: 3617, ManufacturingPrice: 10, SalePrice: 20, GrossSales: 72340, Discounts: null, Sales: 72340, COGS: 18170, Profit: 54170, Date: `12/01/2020`, MonthName: `December`, Year: 2020 }), + new PivotSalesDataItem({ Country: `India`, Product: `Vermont`, UnitsSold: 1266, ManufacturingPrice: 10, SalePrice: 350, GrossSales: 443100, Discounts: null, Sales: 443100, COGS: 393380, Profit: 49720, Date: `12/01/2020`, MonthName: `December`, Year: 2020 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Burlington`, UnitsSold: 894, ManufacturingPrice: 120, SalePrice: 7, GrossSales: 6258, Discounts: null, Sales: 6258, COGS: 7465, Profit: 1207, Date: `01/01/2020`, MonthName: `January`, Year: 2020 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Burlington`, UnitsSold: 2725, ManufacturingPrice: 120, SalePrice: 125, GrossSales: 340625, Discounts: null, Sales: 340625, COGS: 216480, Profit: 124145, Date: `02/01/2020`, MonthName: `February`, Year: 2020 }), + new PivotSalesDataItem({ Country: `India`, Product: `Burlington`, UnitsSold: 3061, ManufacturingPrice: 120, SalePrice: 12, GrossSales: 36732, Discounts: null, Sales: 36732, COGS: 6483, Profit: 30249, Date: `03/01/2020`, MonthName: `March`, Year: 2020 }), + new PivotSalesDataItem({ Country: `India`, Product: `Burlington`, UnitsSold: 3958, ManufacturingPrice: 120, SalePrice: 350, GrossSales: 1385300, Discounts: null, Sales: 1385300, COGS: 261560, Profit: 1123740, Date: `06/01/2020`, MonthName: `June`, Year: 2020 }), + new PivotSalesDataItem({ Country: `India`, Product: `Burlington`, UnitsSold: 3920, ManufacturingPrice: 120, SalePrice: 12, GrossSales: 47040, Discounts: null, Sales: 47040, COGS: 4635, Profit: 42405, Date: `06/01/2020`, MonthName: `June`, Year: 2020 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Burlington`, UnitsSold: 3381, ManufacturingPrice: 120, SalePrice: 125, GrossSales: 422625, Discounts: null, Sales: 422625, COGS: 338520, Profit: 84105, Date: `08/01/2020`, MonthName: `August`, Year: 2020 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Mandarin`, UnitsSold: 4307, ManufacturingPrice: 250, SalePrice: 300, GrossSales: 1292100, Discounts: null, Sales: 1292100, COGS: 500250, Profit: 791850, Date: `02/01/2020`, MonthName: `February`, Year: 2020 }), + new PivotSalesDataItem({ Country: `India`, Product: `Mandarin`, UnitsSold: 878, ManufacturingPrice: 250, SalePrice: 12, GrossSales: 10536, Discounts: null, Sales: 10536, COGS: 8514, Profit: 2022, Date: `04/01/2020`, MonthName: `April`, Year: 2020 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Mandarin`, UnitsSold: 496, ManufacturingPrice: 250, SalePrice: 15, GrossSales: 7440, Discounts: null, Sales: 7440, COGS: 21780, Profit: 14340, Date: `06/01/2020`, MonthName: `June`, Year: 2020 }), + new PivotSalesDataItem({ Country: `India`, Product: `Mandarin`, UnitsSold: 3367, ManufacturingPrice: 250, SalePrice: 15, GrossSales: 50505, Discounts: null, Sales: 50505, COGS: 8880, Profit: 41625, Date: `06/01/2020`, MonthName: `June`, Year: 2020 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Mandarin`, UnitsSold: 2055, ManufacturingPrice: 250, SalePrice: 300, GrossSales: 616500, Discounts: null, Sales: 616500, COGS: 537750, Profit: 78750, Date: `09/01/2020`, MonthName: `September`, Year: 2020 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Mandarin`, UnitsSold: 4041, ManufacturingPrice: 250, SalePrice: 20, GrossSales: 80820, Discounts: null, Sales: 80820, COGS: 18170, Profit: 62650, Date: `12/01/2020`, MonthName: `December`, Year: 2020 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Luxe`, UnitsSold: 3237, ManufacturingPrice: 260, SalePrice: 350, GrossSales: 1132950, Discounts: null, Sales: 1132950, COGS: 715000, Profit: 417950, Date: `02/01/2020`, MonthName: `February`, Year: 2020 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Luxe`, UnitsSold: 630, ManufacturingPrice: 260, SalePrice: 12, GrossSales: 7560, Discounts: null, Sales: 7560, COGS: 5859, Profit: 1701, Date: `04/01/2020`, MonthName: `April`, Year: 2020 }), + new PivotSalesDataItem({ Country: `India`, Product: `Luxe`, UnitsSold: 4210, ManufacturingPrice: 260, SalePrice: 125, GrossSales: 526250, Discounts: null, Sales: 526250, COGS: 506340, Profit: 19910, Date: `04/01/2020`, MonthName: `April`, Year: 2020 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Luxe`, UnitsSold: 1127, ManufacturingPrice: 260, SalePrice: 20, GrossSales: 22540, Discounts: null, Sales: 22540, COGS: 18990, Profit: 3550, Date: `06/01/2020`, MonthName: `June`, Year: 2020 }), + new PivotSalesDataItem({ Country: `India`, Product: `Luxe`, UnitsSold: 3438, ManufacturingPrice: 260, SalePrice: 7, GrossSales: 24066, Discounts: null, Sales: 24066, COGS: 8430, Profit: 15636, Date: `07/01/2020`, MonthName: `July`, Year: 2020 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Luxe`, UnitsSold: 2015, ManufacturingPrice: 260, SalePrice: 12, GrossSales: 24180, Discounts: null, Sales: 24180, COGS: 6423, Profit: 17757, Date: `08/01/2020`, MonthName: `August`, Year: 2020 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Luxe`, UnitsSold: 2534, ManufacturingPrice: 260, SalePrice: 7, GrossSales: 17738, Discounts: null, Sales: 17738, COGS: 5715, Profit: 12023, Date: `10/01/2020`, MonthName: `October`, Year: 2020 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Luxe`, UnitsSold: 1384, ManufacturingPrice: 260, SalePrice: 15, GrossSales: 20760, Discounts: null, Sales: 20760, COGS: 6150, Profit: 14610, Date: `12/01/2020`, MonthName: `December`, Year: 2020 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Vermont`, UnitsSold: 3561, ManufacturingPrice: 10, SalePrice: 7, GrossSales: 24927, Discounts: 276.15, Sales: 24650.85, COGS: 19725, Profit: 4925.85, Date: `01/01/2020`, MonthName: `January`, Year: 2020 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Vermont`, UnitsSold: 1823, ManufacturingPrice: 10, SalePrice: 15, GrossSales: 27345, Discounts: 344.4, Sales: 27000.6, COGS: 22960, Profit: 4040.6, Date: `02/01/2020`, MonthName: `February`, Year: 2020 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Vermont`, UnitsSold: 2795, ManufacturingPrice: 10, SalePrice: 7, GrossSales: 19565, Discounts: 72.1, Sales: 19492.9, COGS: 5150, Profit: 14342.9, Date: `05/01/2020`, MonthName: `May`, Year: 2020 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Burlington`, UnitsSold: 457, ManufacturingPrice: 120, SalePrice: 7, GrossSales: 3199, Discounts: 44.73, Sales: 3154.27, COGS: 3195, Profit: 40.73, Date: `11/01/2020`, MonthName: `November`, Year: 2020 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Mandarin`, UnitsSold: 3785, ManufacturingPrice: 250, SalePrice: 7, GrossSales: 26495, Discounts: 92.82, Sales: 26402.18, COGS: 6630, Profit: 19772.18, Date: `03/01/2020`, MonthName: `March`, Year: 2020 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Kensington`, UnitsSold: 748, ManufacturingPrice: 3, SalePrice: 12, GrossSales: 8976, Discounts: 222.96, Sales: 8753.04, COGS: 5574, Profit: 3179.04, Date: `02/01/2020`, MonthName: `February`, Year: 2020 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Kensington`, UnitsSold: 1021, ManufacturingPrice: 3, SalePrice: 350, GrossSales: 357350, Discounts: 4235, Sales: 353115, COGS: 314600, Profit: 38515, Date: `03/01/2020`, MonthName: `March`, Year: 2020 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Kensington`, UnitsSold: 2076, ManufacturingPrice: 3, SalePrice: 7, GrossSales: 14532, Discounts: 177.03, Sales: 14354.97, COGS: 12645, Profit: 1709.97, Date: `07/01/2020`, MonthName: `July`, Year: 2020 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Kensington`, UnitsSold: 4316, ManufacturingPrice: 3, SalePrice: 12, GrossSales: 51792, Discounts: 173.4, Sales: 51618.6, COGS: 4335, Profit: 47283.6, Date: `09/01/2020`, MonthName: `September`, Year: 2020 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Kensington`, UnitsSold: 4174, ManufacturingPrice: 3, SalePrice: 12, GrossSales: 50088, Discounts: 320.52, Sales: 49767.48, COGS: 8013, Profit: 41754.48, Date: `09/01/2020`, MonthName: `September`, Year: 2020 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Kensington`, UnitsSold: 3736, ManufacturingPrice: 3, SalePrice: 350, GrossSales: 1307600, Discounts: 4889.5, Sales: 1302710.5, COGS: 363220, Profit: 939490.5, Date: `10/01/2020`, MonthName: `October`, Year: 2020 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Kensington`, UnitsSold: 1914, ManufacturingPrice: 3, SalePrice: 350, GrossSales: 669900, Discounts: 7542.5, Sales: 662357.5, COGS: 560300, Profit: 102057.5, Date: `12/01/2020`, MonthName: `December`, Year: 2020 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Royal Oak`, UnitsSold: 2742, ManufacturingPrice: 5, SalePrice: 15, GrossSales: 41130, Discounts: 332.1, Sales: 40797.9, COGS: 22140, Profit: 18657.9, Date: `03/01/2020`, MonthName: `March`, Year: 2020 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Royal Oak`, UnitsSold: 1499, ManufacturingPrice: 5, SalePrice: 300, GrossSales: 449700, Discounts: 6903, Sales: 442797, COGS: 575250, Profit: 132453, Date: `04/01/2020`, MonthName: `April`, Year: 2020 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Royal Oak`, UnitsSold: 3772, ManufacturingPrice: 5, SalePrice: 20, GrossSales: 75440, Discounts: 275.1, Sales: 75164.9, COGS: 13755, Profit: 61409.9, Date: `07/01/2020`, MonthName: `July`, Year: 2020 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Royal Oak`, UnitsSold: 1112, ManufacturingPrice: 5, SalePrice: 7, GrossSales: 7784, Discounts: 128.1, Sales: 7655.9, COGS: 9150, Profit: 1494.1, Date: `08/01/2020`, MonthName: `August`, Year: 2020 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Vermont`, UnitsSold: 2368, ManufacturingPrice: 10, SalePrice: 15, GrossSales: 35520, Discounts: 227.1, Sales: 35292.9, COGS: 15140, Profit: 20152.9, Date: `02/01/2020`, MonthName: `February`, Year: 2020 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Vermont`, UnitsSold: 1586, ManufacturingPrice: 10, SalePrice: 7, GrossSales: 11102, Discounts: 314.48, Sales: 10787.52, COGS: 22462.5, Profit: 11674.98, Date: `04/01/2020`, MonthName: `April`, Year: 2020 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Vermont`, UnitsSold: 3386, ManufacturingPrice: 10, SalePrice: 125, GrossSales: 423250, Discounts: 908.75, Sales: 422341.25, COGS: 87240, Profit: 335101.25, Date: `06/01/2020`, MonthName: `June`, Year: 2020 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Vermont`, UnitsSold: 852, ManufacturingPrice: 10, SalePrice: 125, GrossSales: 106500, Discounts: 983.75, Sales: 105516.25, COGS: 94440, Profit: 11076.25, Date: `06/01/2020`, MonthName: `June`, Year: 2020 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Vermont`, UnitsSold: 2783, ManufacturingPrice: 10, SalePrice: 125, GrossSales: 347875, Discounts: 2278.75, Sales: 345596.25, COGS: 218760, Profit: 126836.25, Date: `07/01/2020`, MonthName: `July`, Year: 2020 }), + new PivotSalesDataItem({ Country: `India`, Product: `Vermont`, UnitsSold: 2684, ManufacturingPrice: 10, SalePrice: 15, GrossSales: 40260, Discounts: 112.05, Sales: 40147.95, COGS: 7470, Profit: 32677.95, Date: `09/01/2020`, MonthName: `September`, Year: 2020 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Vermont`, UnitsSold: 4083, ManufacturingPrice: 10, SalePrice: 300, GrossSales: 1224900, Discounts: 8715, Sales: 1216185, COGS: 726250, Profit: 489935, Date: `11/01/2020`, MonthName: `November`, Year: 2020 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Vermont`, UnitsSold: 2816, ManufacturingPrice: 10, SalePrice: 350, GrossSales: 985600, Discounts: 7542.5, Sales: 978057.5, COGS: 560300, Profit: 417757.5, Date: `12/01/2020`, MonthName: `December`, Year: 2020 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Burlington`, UnitsSold: 4294, ManufacturingPrice: 120, SalePrice: 20, GrossSales: 85880, Discounts: 772.8, Sales: 85107.2, COGS: 38640, Profit: 46467.2, Date: `04/01/2020`, MonthName: `April`, Year: 2020 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Burlington`, UnitsSold: 2856, ManufacturingPrice: 120, SalePrice: 7, GrossSales: 19992, Discounts: 25.34, Sales: 19966.66, COGS: 1810, Profit: 18156.66, Date: `05/01/2020`, MonthName: `May`, Year: 2020 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Burlington`, UnitsSold: 1407, ManufacturingPrice: 120, SalePrice: 125, GrossSales: 175875, Discounts: 1153.75, Sales: 174721.25, COGS: 110760, Profit: 63961.25, Date: `08/01/2020`, MonthName: `August`, Year: 2020 }), + new PivotSalesDataItem({ Country: `India`, Product: `Mandarin`, UnitsSold: 1265, ManufacturingPrice: 250, SalePrice: 7, GrossSales: 8855, Discounts: 18.41, Sales: 8836.59, COGS: 1315, Profit: 7521.59, Date: `03/01/2020`, MonthName: `March`, Year: 2020 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Mandarin`, UnitsSold: 3892, ManufacturingPrice: 250, SalePrice: 350, GrossSales: 1362200, Discounts: 3302.25, Sales: 1358897.75, COGS: 245310, Profit: 1113587.75, Date: `04/01/2020`, MonthName: `April`, Year: 2020 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Mandarin`, UnitsSold: 3068, ManufacturingPrice: 250, SalePrice: 125, GrossSales: 383500, Discounts: 908.75, Sales: 382591.25, COGS: 87240, Profit: 295351.25, Date: `06/01/2020`, MonthName: `June`, Year: 2020 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Mandarin`, UnitsSold: 2181, ManufacturingPrice: 250, SalePrice: 125, GrossSales: 272625, Discounts: 983.75, Sales: 271641.25, COGS: 94440, Profit: 177201.25, Date: `06/01/2020`, MonthName: `June`, Year: 2020 }), + new PivotSalesDataItem({ Country: `India`, Product: `Mandarin`, UnitsSold: 1356, ManufacturingPrice: 250, SalePrice: 300, GrossSales: 406800, Discounts: 2958, Sales: 403842, COGS: 246500, Profit: 177201.25, Date: `06/01/2020`, MonthName: `June`, Year: 2020 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Mandarin`, UnitsSold: 1814, ManufacturingPrice: 250, SalePrice: 350, GrossSales: 634900, Discounts: 4889.5, Sales: 630010.5, COGS: 363220, Profit: 266790.5, Date: `10/01/2020`, MonthName: `October`, Year: 2020 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Mandarin`, UnitsSold: 1495, ManufacturingPrice: 250, SalePrice: 125, GrossSales: 186875, Discounts: 2180, Sales: 184695, COGS: 209280, Profit: 24585, Date: `11/01/2020`, MonthName: `November`, Year: 2020 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Kensington`, UnitsSold: 1463, ManufacturingPrice: 3, SalePrice: 125, GrossSales: 182875, Discounts: 1856.25, Sales: 181018.75, COGS: 89100, Profit: 91918.75, Date: `04/01/2020`, MonthName: `April`, Year: 2020 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Kensington`, UnitsSold: 215, ManufacturingPrice: 3, SalePrice: 12, GrossSales: 2580, Discounts: 310.8, Sales: 2269.2, COGS: 3885, Profit: 1615.8, Date: `10/01/2020`, MonthName: `October`, Year: 2020 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Kensington`, UnitsSold: 566, ManufacturingPrice: 3, SalePrice: 350, GrossSales: 198100, Discounts: 19964, Sales: 178136, COGS: 741520, Profit: 563384, Date: `12/01/2020`, MonthName: `December`, Year: 2020 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Royal Oak`, UnitsSold: 3255, ManufacturingPrice: 5, SalePrice: 12, GrossSales: 39060, Discounts: 274.08, Sales: 38785.92, COGS: 3426, Profit: 35359.92, Date: `06/01/2020`, MonthName: `June`, Year: 2020 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Royal Oak`, UnitsSold: 772, ManufacturingPrice: 5, SalePrice: 20, GrossSales: 15440, Discounts: 626.4, Sales: 14813.6, COGS: 15660, Profit: 846.4, Date: `10/01/2020`, MonthName: `October`, Year: 2020 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Royal Oak`, UnitsSold: 1135, ManufacturingPrice: 5, SalePrice: 12, GrossSales: 13620, Discounts: 165.6, Sales: 13454.4, COGS: 2070, Profit: 11384.4, Date: `11/01/2020`, MonthName: `November`, Year: 2020 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Vermont`, UnitsSold: 1193, ManufacturingPrice: 10, SalePrice: 15, GrossSales: 17895, Discounts: 708.9, Sales: 17186.1, COGS: 23630, Profit: 6443.9, Date: `02/01/2020`, MonthName: `February`, Year: 2020 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Vermont`, UnitsSold: 2530, ManufacturingPrice: 10, SalePrice: 300, GrossSales: 759000, Discounts: 5508, Sales: 753492, COGS: 229500, Profit: 523992, Date: `05/01/2020`, MonthName: `May`, Year: 2020 }), + new PivotSalesDataItem({ Country: `India`, Product: `Vermont`, UnitsSold: 3451, ManufacturingPrice: 10, SalePrice: 300, GrossSales: 1035300, Discounts: 10368, Sales: 1024932, COGS: 432000, Profit: 592932, Date: `05/01/2020`, MonthName: `May`, Year: 2020 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Vermont`, UnitsSold: 3059, ManufacturingPrice: 10, SalePrice: 12, GrossSales: 36708, Discounts: 274.08, Sales: 36433.92, COGS: 3426, Profit: 33007.92, Date: `06/01/2020`, MonthName: `June`, Year: 2020 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Vermont`, UnitsSold: 3957, ManufacturingPrice: 10, SalePrice: 125, GrossSales: 494625, Discounts: 1655, Sales: 492970, COGS: 79440, Profit: 413530, Date: `06/01/2020`, MonthName: `June`, Year: 2020 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Vermont`, UnitsSold: 3444, ManufacturingPrice: 10, SalePrice: 12, GrossSales: 41328, Discounts: 310.8, Sales: 41017.2, COGS: 3885, Profit: 37132.2, Date: `10/01/2020`, MonthName: `October`, Year: 2020 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Vermont`, UnitsSold: 3154, ManufacturingPrice: 10, SalePrice: 300, GrossSales: 946200, Discounts: 11496, Sales: 934704, COGS: 479000, Profit: 455704, Date: `12/01/2020`, MonthName: `December`, Year: 2020 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Vermont`, UnitsSold: 4108, ManufacturingPrice: 10, SalePrice: 350, GrossSales: 1437800, Discounts: 19964, Sales: 1417836, COGS: 741520, Profit: 676316, Date: `12/01/2020`, MonthName: `December`, Year: 2020 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Vermont`, UnitsSold: 3760, ManufacturingPrice: 10, SalePrice: 125, GrossSales: 470000, Discounts: 6822.5, Sales: 463177.5, COGS: 327480, Profit: 135697.5, Date: `12/01/2020`, MonthName: `December`, Year: 2020 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Vermont`, UnitsSold: 2334, ManufacturingPrice: 10, SalePrice: 12, GrossSales: 28008, Discounts: 253.2, Sales: 27754.8, COGS: 3165, Profit: 24589.8, Date: `12/01/2020`, MonthName: `December`, Year: 2020 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Vermont`, UnitsSold: 580, ManufacturingPrice: 10, SalePrice: 12, GrossSales: 6960, Discounts: 260.16, Sales: 6699.84, COGS: 3252, Profit: 3447.84, Date: `12/01/2020`, MonthName: `December`, Year: 2020 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Burlington`, UnitsSold: 2610, ManufacturingPrice: 120, SalePrice: 20, GrossSales: 52200, Discounts: 626.4, Sales: 51573.6, COGS: 15660, Profit: 35913.6, Date: `10/01/2020`, MonthName: `October`, Year: 2020 }), + new PivotSalesDataItem({ Country: `India`, Product: `Burlington`, UnitsSold: 1459, ManufacturingPrice: 120, SalePrice: 350, GrossSales: 510650, Discounts: 20139, Sales: 490511, COGS: 748020, Profit: 257509, Date: `10/01/2020`, MonthName: `October`, Year: 2020 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Burlington`, UnitsSold: 3774, ManufacturingPrice: 120, SalePrice: 12, GrossSales: 45288, Discounts: 253.2, Sales: 45034.8, COGS: 3165, Profit: 41869.8, Date: `12/01/2020`, MonthName: `December`, Year: 2020 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Burlington`, UnitsSold: 2572, ManufacturingPrice: 120, SalePrice: 12, GrossSales: 30864, Discounts: 260.16, Sales: 30603.84, COGS: 3252, Profit: 27351.84, Date: `12/01/2020`, MonthName: `December`, Year: 2020 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Mandarin`, UnitsSold: 320, ManufacturingPrice: 250, SalePrice: 125, GrossSales: 40000, Discounts: 1655, Sales: 38345, COGS: 79440, Profit: 41095, Date: `06/01/2020`, MonthName: `June`, Year: 2020 }), + new PivotSalesDataItem({ Country: `India`, Product: `Mandarin`, UnitsSold: 3275, ManufacturingPrice: 250, SalePrice: 350, GrossSales: 1146250, Discounts: 20139, Sales: 1126111, COGS: 748020, Profit: 378091, Date: `10/01/2020`, MonthName: `October`, Year: 2020 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Mandarin`, UnitsSold: 3582, ManufacturingPrice: 250, SalePrice: 125, GrossSales: 447750, Discounts: 6822.5, Sales: 440927.5, COGS: 327480, Profit: 113447.5, Date: `12/01/2020`, MonthName: `December`, Year: 2020 }), + new PivotSalesDataItem({ Country: `India`, Product: `Luxe`, UnitsSold: 4056, ManufacturingPrice: 260, SalePrice: 300, GrossSales: 1216800, Discounts: 1554, Sales: 1215246, COGS: 64750, Profit: 1150496, Date: `03/01/2020`, MonthName: `March`, Year: 2020 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Luxe`, UnitsSold: 2144, ManufacturingPrice: 260, SalePrice: 300, GrossSales: 643200, Discounts: 6606, Sales: 636594, COGS: 275250, Profit: 361344, Date: `03/01/2020`, MonthName: `March`, Year: 2020 }), + new PivotSalesDataItem({ Country: `India`, Product: `Luxe`, UnitsSold: 3502, ManufacturingPrice: 260, SalePrice: 125, GrossSales: 437750, Discounts: 5690, Sales: 432060, COGS: 273120, Profit: 158940, Date: `05/01/2020`, MonthName: `May`, Year: 2020 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Luxe`, UnitsSold: 679, ManufacturingPrice: 260, SalePrice: 20, GrossSales: 13580, Discounts: 494.4, Sales: 13085.6, COGS: 12360, Profit: 725.6, Date: `11/01/2020`, MonthName: `November`, Year: 2020 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Luxe`, UnitsSold: 2351, ManufacturingPrice: 260, SalePrice: 20, GrossSales: 47020, Discounts: 376.4, Sales: 46643.6, COGS: 9410, Profit: 37233.6, Date: `11/01/2020`, MonthName: `November`, Year: 2020 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Luxe`, UnitsSold: 2043, ManufacturingPrice: 260, SalePrice: 300, GrossSales: 612900, Discounts: 11496, Sales: 601404, COGS: 479000, Profit: 122404, Date: `12/01/2020`, MonthName: `December`, Year: 2020 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Kensington`, UnitsSold: 3565, ManufacturingPrice: 3, SalePrice: 125, GrossSales: 445625, Discounts: 15913.13, Sales: 429711.88, COGS: 509220, Profit: 79508.13, Date: `04/01/2020`, MonthName: `April`, Year: 2020 }), + new PivotSalesDataItem({ Country: `India`, Product: `Kensington`, UnitsSold: 1401, ManufacturingPrice: 3, SalePrice: 20, GrossSales: 28020, Discounts: 1548, Sales: 26472, COGS: 25800, Profit: 672, Date: `04/01/2020`, MonthName: `April`, Year: 2020 }), + new PivotSalesDataItem({ Country: `India`, Product: `Kensington`, UnitsSold: 2077, ManufacturingPrice: 3, SalePrice: 300, GrossSales: 623100, Discounts: 6201, Sales: 616899, COGS: 172250, Profit: 444649, Date: `06/01/2020`, MonthName: `June`, Year: 2020 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Kensington`, UnitsSold: 3643, ManufacturingPrice: 3, SalePrice: 12, GrossSales: 43716, Discounts: 700.92, Sales: 43015.08, COGS: 5841, Profit: 37174.08, Date: `09/01/2020`, MonthName: `September`, Year: 2020 }), + new PivotSalesDataItem({ Country: `India`, Product: `Royal Oak`, UnitsSold: 2960, ManufacturingPrice: 5, SalePrice: 7, GrossSales: 20720, Discounts: 411.18, Sales: 20308.82, COGS: 9790, Profit: 10518.82, Date: `02/01/2020`, MonthName: `February`, Year: 2020 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Royal Oak`, UnitsSold: 1201, ManufacturingPrice: 5, SalePrice: 12, GrossSales: 14412, Discounts: 684.36, Sales: 13727.64, COGS: 5703, Profit: 8024.64, Date: `06/01/2020`, MonthName: `June`, Year: 2020 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Royal Oak`, UnitsSold: 2321, ManufacturingPrice: 5, SalePrice: 7, GrossSales: 16247, Discounts: 114.24, Sales: 16132.76, COGS: 2720, Profit: 13412.76, Date: `09/01/2020`, MonthName: `September`, Year: 2020 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Royal Oak`, UnitsSold: 3972, ManufacturingPrice: 5, SalePrice: 125, GrossSales: 496500, Discounts: 4826.25, Sales: 491673.75, COGS: 154440, Profit: 337233.75, Date: `12/01/2020`, MonthName: `December`, Year: 2020 }), + new PivotSalesDataItem({ Country: `India`, Product: `Royal Oak`, UnitsSold: 3878, ManufacturingPrice: 5, SalePrice: 125, GrossSales: 484750, Discounts: 6397.5, Sales: 478352.5, COGS: 204720, Profit: 273632.5, Date: `12/01/2020`, MonthName: `December`, Year: 2020 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Vermont`, UnitsSold: 2278, ManufacturingPrice: 10, SalePrice: 300, GrossSales: 683400, Discounts: 21910.5, Sales: 661489.5, COGS: 608625, Profit: 52864.5, Date: `01/01/2020`, MonthName: `January`, Year: 2020 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Vermont`, UnitsSold: 1075, ManufacturingPrice: 10, SalePrice: 125, GrossSales: 134375, Discounts: 6652.5, Sales: 127722.5, COGS: 212880, Profit: 85157.5, Date: `03/01/2020`, MonthName: `March`, Year: 2020 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Vermont`, UnitsSold: 4050, ManufacturingPrice: 10, SalePrice: 12, GrossSales: 48600, Discounts: 684.36, Sales: 47915.64, COGS: 5703, Profit: 42212.64, Date: `06/01/2020`, MonthName: `June`, Year: 2020 }), + new PivotSalesDataItem({ Country: `India`, Product: `Vermont`, UnitsSold: 3035, ManufacturingPrice: 10, SalePrice: 300, GrossSales: 910500, Discounts: 6201, Sales: 904299, COGS: 172250, Profit: 732049, Date: `06/01/2020`, MonthName: `June`, Year: 2020 }), + new PivotSalesDataItem({ Country: `India`, Product: `Vermont`, UnitsSold: 3636, ManufacturingPrice: 10, SalePrice: 125, GrossSales: 454500, Discounts: 5887.5, Sales: 448612.5, COGS: 188400, Profit: 260212.5, Date: `06/01/2020`, MonthName: `June`, Year: 2020 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Vermont`, UnitsSold: 1379, ManufacturingPrice: 10, SalePrice: 12, GrossSales: 16548, Discounts: 493.02, Sales: 16054.98, COGS: 4108.5, Profit: 11946.48, Date: `07/01/2020`, MonthName: `July`, Year: 2020 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Vermont`, UnitsSold: 4492, ManufacturingPrice: 10, SalePrice: 125, GrossSales: 561500, Discounts: 7533.75, Sales: 553966.25, COGS: 241080, Profit: 312886.25, Date: `10/01/2020`, MonthName: `October`, Year: 2020 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Vermont`, UnitsSold: 1744, ManufacturingPrice: 10, SalePrice: 125, GrossSales: 218000, Discounts: 4826.25, Sales: 213173.75, COGS: 154440, Profit: 58733.75, Date: `12/01/2020`, MonthName: `December`, Year: 2020 }), + new PivotSalesDataItem({ Country: `India`, Product: `Vermont`, UnitsSold: 2341, ManufacturingPrice: 10, SalePrice: 125, GrossSales: 292625, Discounts: 6397.5, Sales: 286227.5, COGS: 204720, Profit: 81507.5, Date: `12/01/2020`, MonthName: `December`, Year: 2020 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Burlington`, UnitsSold: 3835, ManufacturingPrice: 120, SalePrice: 125, GrossSales: 479375, Discounts: 7533.75, Sales: 471841.25, COGS: 241080, Profit: 230761.25, Date: `10/01/2020`, MonthName: `October`, Year: 2020 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Mandarin`, UnitsSold: 1161, ManufacturingPrice: 250, SalePrice: 300, GrossSales: 348300, Discounts: 25596, Sales: 322704, COGS: 711000, Profit: 388296, Date: `02/01/2020`, MonthName: `February`, Year: 2020 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Mandarin`, UnitsSold: 876, ManufacturingPrice: 250, SalePrice: 12, GrossSales: 10512, Discounts: 689.76, Sales: 9822.24, COGS: 5748, Profit: 4074.24, Date: `04/01/2020`, MonthName: `April`, Year: 2020 }), + new PivotSalesDataItem({ Country: `India`, Product: `Mandarin`, UnitsSold: 1705, ManufacturingPrice: 250, SalePrice: 125, GrossSales: 213125, Discounts: 5887.5, Sales: 207237.5, COGS: 188400, Profit: 18837.5, Date: `06/01/2020`, MonthName: `June`, Year: 2020 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Mandarin`, UnitsSold: 1805, ManufacturingPrice: 250, SalePrice: 300, GrossSales: 541500, Discounts: 16866, Sales: 524634, COGS: 468500, Profit: 56134, Date: `08/01/2020`, MonthName: `August`, Year: 2020 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Mandarin`, UnitsSold: 389, ManufacturingPrice: 250, SalePrice: 350, GrossSales: 136150, Discounts: 17241, Sales: 118909, COGS: 426920, Profit: 308011, Date: `08/01/2020`, MonthName: `August`, Year: 2020 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Kensington`, UnitsSold: 1459, ManufacturingPrice: 3, SalePrice: 20, GrossSales: 29180, Discounts: 498.6, Sales: 28681.4, COGS: 8310, Profit: 20371.4, Date: `05/01/2020`, MonthName: `May`, Year: 2020 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Burlington`, UnitsSold: 4236, ManufacturingPrice: 120, SalePrice: 20, GrossSales: 84720, Discounts: 2310.3, Sales: 82409.7, COGS: 38505, Profit: 43904.7, Date: `04/01/2020`, MonthName: `April`, Year: 2020 }), + new PivotSalesDataItem({ Country: `India`, Product: `Mandarin`, UnitsSold: 3627, ManufacturingPrice: 250, SalePrice: 12, GrossSales: 43524, Discounts: 892.44, Sales: 42631.56, COGS: 7437, Profit: 35194.56, Date: `01/01/2020`, MonthName: `January`, Year: 2020 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Royal Oak`, UnitsSold: 1756, ManufacturingPrice: 5, SalePrice: 15, GrossSales: 26340, Discounts: 1218.6, Sales: 25121.4, COGS: 20310, Profit: 4811.4, Date: `10/01/2020`, MonthName: `October`, Year: 2020 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Vermont`, UnitsSold: 307, ManufacturingPrice: 10, SalePrice: 15, GrossSales: 4605, Discounts: 1218.6, Sales: 3386.4, COGS: 20310, Profit: 16923.6, Date: `10/01/2020`, MonthName: `October`, Year: 2020 }), + new PivotSalesDataItem({ Country: `India`, Product: `Kensington`, UnitsSold: 1222, ManufacturingPrice: 3, SalePrice: 300, GrossSales: 366600, Discounts: 24252, Sales: 342348, COGS: 505250, Profit: 162902, Date: `10/01/2020`, MonthName: `October`, Year: 2020 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Kensington`, UnitsSold: 489, ManufacturingPrice: 3, SalePrice: 350, GrossSales: 171150, Discounts: 3836, Sales: 167314, COGS: 71240, Profit: 96074, Date: `12/01/2020`, MonthName: `December`, Year: 2020 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Royal Oak`, UnitsSold: 4133, ManufacturingPrice: 5, SalePrice: 15, GrossSales: 61995, Discounts: 1180.2, Sales: 60814.8, COGS: 19670, Profit: 41144.8, Date: `03/01/2020`, MonthName: `March`, Year: 2020 }), + new PivotSalesDataItem({ Country: `India`, Product: `Royal Oak`, UnitsSold: 2743, ManufacturingPrice: 5, SalePrice: 300, GrossSales: 822900, Discounts: 22308, Sales: 800592, COGS: 464750, Profit: 335842, Date: `08/01/2020`, MonthName: `August`, Year: 2020 }), + new PivotSalesDataItem({ Country: `India`, Product: `Royal Oak`, UnitsSold: 4460, ManufacturingPrice: 5, SalePrice: 300, GrossSales: 1338000, Discounts: 24252, Sales: 1313748, COGS: 505250, Profit: 808498, Date: `10/01/2020`, MonthName: `October`, Year: 2020 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Royal Oak`, UnitsSold: 1232, ManufacturingPrice: 5, SalePrice: 125, GrossSales: 154000, Discounts: 5690, Sales: 148310, COGS: 136560, Profit: 11750, Date: `12/01/2020`, MonthName: `December`, Year: 2020 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Vermont`, UnitsSold: 2586, ManufacturingPrice: 10, SalePrice: 7, GrossSales: 18102, Discounts: 1190.28, Sales: 16911.72, COGS: 21255, Profit: 4343.28, Date: `01/01/2020`, MonthName: `January`, Year: 2020 }), + new PivotSalesDataItem({ Country: `India`, Product: `Vermont`, UnitsSold: 1332, ManufacturingPrice: 10, SalePrice: 125, GrossSales: 166500, Discounts: 3975, Sales: 162525, COGS: 95400, Profit: 67125, Date: `03/01/2020`, MonthName: `March`, Year: 2020 }), + new PivotSalesDataItem({ Country: `India`, Product: `Vermont`, UnitsSold: 4487, ManufacturingPrice: 10, SalePrice: 300, GrossSales: 1346100, Discounts: 16974, Sales: 1329126, COGS: 353625, Profit: 975501, Date: `04/01/2020`, MonthName: `April`, Year: 2020 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Vermont`, UnitsSold: 3862, ManufacturingPrice: 10, SalePrice: 300, GrossSales: 1158600, Discounts: 35016, Sales: 1123584, COGS: 729500, Profit: 394084, Date: `05/01/2020`, MonthName: `May`, Year: 2020 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Vermont`, UnitsSold: 1765, ManufacturingPrice: 10, SalePrice: 350, GrossSales: 617750, Discounts: 48300, Sales: 569450, COGS: 897000, Profit: 327550, Date: `07/01/2020`, MonthName: `July`, Year: 2020 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Vermont`, UnitsSold: 3533, ManufacturingPrice: 10, SalePrice: 125, GrossSales: 441625, Discounts: 14940, Sales: 426685, COGS: 358560, Profit: 68125, Date: `07/01/2020`, MonthName: `July`, Year: 2020 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Vermont`, UnitsSold: 2016, ManufacturingPrice: 10, SalePrice: 15, GrossSales: 30240, Discounts: 130.8, Sales: 30109.2, COGS: 2180, Profit: 27929.2, Date: `09/01/2020`, MonthName: `September`, Year: 2020 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Vermont`, UnitsSold: 2938, ManufacturingPrice: 10, SalePrice: 20, GrossSales: 58760, Discounts: 1659.2, Sales: 57100.8, COGS: 20740, Profit: 36360.8, Date: `09/01/2020`, MonthName: `September`, Year: 2020 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Vermont`, UnitsSold: 3352, ManufacturingPrice: 10, SalePrice: 20, GrossSales: 67040, Discounts: 844.8, Sales: 66195.2, COGS: 10560, Profit: 55635.2, Date: `09/01/2020`, MonthName: `September`, Year: 2020 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Vermont`, UnitsSold: 2430, ManufacturingPrice: 10, SalePrice: 350, GrossSales: 850500, Discounts: 3836, Sales: 846664, COGS: 71240, Profit: 775424, Date: `12/01/2020`, MonthName: `December`, Year: 2020 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Vermont`, UnitsSold: 535, ManufacturingPrice: 10, SalePrice: 125, GrossSales: 66875, Discounts: 5690, Sales: 61185, COGS: 136560, Profit: 75375, Date: `12/01/2020`, MonthName: `December`, Year: 2020 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Burlington`, UnitsSold: 1523, ManufacturingPrice: 120, SalePrice: 12, GrossSales: 18276, Discounts: 703.2, Sales: 17572.8, COGS: 4395, Profit: 13177.8, Date: `03/01/2020`, MonthName: `March`, Year: 2020 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Burlington`, UnitsSold: 1782, ManufacturingPrice: 120, SalePrice: 350, GrossSales: 623700, Discounts: 30478, Sales: 593222, COGS: 566020, Profit: 27202, Date: `10/01/2020`, MonthName: `October`, Year: 2020 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Mandarin`, UnitsSold: 347, ManufacturingPrice: 250, SalePrice: 12, GrossSales: 4164, Discounts: 415.68, Sales: 3748.32, COGS: 2598, Profit: 1150.32, Date: `05/01/2020`, MonthName: `May`, Year: 2020 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Mandarin`, UnitsSold: 3509, ManufacturingPrice: 250, SalePrice: 350, GrossSales: 1228150, Discounts: 30478, Sales: 1197672, COGS: 566020, Profit: 631652, Date: `10/01/2020`, MonthName: `October`, Year: 2020 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Luxe`, UnitsSold: 2943, ManufacturingPrice: 260, SalePrice: 350, GrossSales: 1030050, Discounts: 26110, Sales: 1003940, COGS: 484900, Profit: 519040, Date: `02/01/2020`, MonthName: `February`, Year: 2020 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Luxe`, UnitsSold: 4037, ManufacturingPrice: 260, SalePrice: 125, GrossSales: 504625, Discounts: 5370, Sales: 499255, COGS: 128880, Profit: 370375, Date: `04/01/2020`, MonthName: `April`, Year: 2020 }), + new PivotSalesDataItem({ Country: `India`, Product: `Luxe`, UnitsSold: 4146, ManufacturingPrice: 260, SalePrice: 350, GrossSales: 1451100, Discounts: 26698, Sales: 1424402, COGS: 495820, Profit: 928582, Date: `09/01/2020`, MonthName: `September`, Year: 2020 }), + new PivotSalesDataItem({ Country: `India`, Product: `Vermont`, UnitsSold: 725, ManufacturingPrice: 10, SalePrice: 7, GrossSales: 5075, Discounts: 480.2, Sales: 4594.8, COGS: 6860, Profit: 2265.2, Date: `01/01/2020`, MonthName: `January`, Year: 2020 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Vermont`, UnitsSold: 2325, ManufacturingPrice: 10, SalePrice: 7, GrossSales: 16275, Discounts: 941.15, Sales: 15333.85, COGS: 13445, Profit: 1888.85, Date: `10/01/2020`, MonthName: `October`, Year: 2020 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Vermont`, UnitsSold: 675, ManufacturingPrice: 10, SalePrice: 12, GrossSales: 8100, Discounts: 1458.6, Sales: 6641.4, COGS: 7293, Profit: 651.6, Date: `12/01/2020`, MonthName: `December`, Year: 2020 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Burlington`, UnitsSold: 2990, ManufacturingPrice: 120, SalePrice: 12, GrossSales: 35880, Discounts: 1458.6, Sales: 34421.4, COGS: 7293, Profit: 27128.4, Date: `12/01/2020`, MonthName: `December`, Year: 2020 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Mandarin`, UnitsSold: 1072, ManufacturingPrice: 250, SalePrice: 7, GrossSales: 7504, Discounts: 941.15, Sales: 6562.85, COGS: 13445, Profit: 6882.15, Date: `10/01/2020`, MonthName: `October`, Year: 2020 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Luxe`, UnitsSold: 1048, ManufacturingPrice: 260, SalePrice: 7, GrossSales: 7336, Discounts: 589.05, Sales: 6746.95, COGS: 8415, Profit: 1668.05, Date: `07/01/2020`, MonthName: `July`, Year: 2020 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Luxe`, UnitsSold: 469, ManufacturingPrice: 260, SalePrice: 12, GrossSales: 5628, Discounts: 673.8, Sales: 4954.2, COGS: 3369, Profit: 1585.2, Date: `08/01/2020`, MonthName: `August`, Year: 2020 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Kensington`, UnitsSold: 4240, ManufacturingPrice: 3, SalePrice: 12, GrossSales: 50880, Discounts: 1119, Sales: 49761, COGS: 5595, Profit: 44166, Date: `02/01/2020`, MonthName: `February`, Year: 2020 }), + new PivotSalesDataItem({ Country: `India`, Product: `Kensington`, UnitsSold: 1976, ManufacturingPrice: 3, SalePrice: 12, GrossSales: 23712, Discounts: 669.6, Sales: 23042.4, COGS: 3348, Profit: 19694.4, Date: `02/01/2020`, MonthName: `February`, Year: 2020 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Kensington`, UnitsSold: 1984, ManufacturingPrice: 3, SalePrice: 20, GrossSales: 39680, Discounts: 1563, Sales: 38117, COGS: 15630, Profit: 22487, Date: `05/01/2020`, MonthName: `May`, Year: 2020 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Kensington`, UnitsSold: 480, ManufacturingPrice: 3, SalePrice: 300, GrossSales: 144000, Discounts: 14865, Sales: 129135, COGS: 247750, Profit: 118615, Date: `06/01/2020`, MonthName: `June`, Year: 2020 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Kensington`, UnitsSold: 1205, ManufacturingPrice: 3, SalePrice: 15, GrossSales: 18075, Discounts: 2093.25, Sales: 15981.75, COGS: 27910, Profit: 11928.25, Date: `11/01/2020`, MonthName: `November`, Year: 2020 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Kensington`, UnitsSold: 2480, ManufacturingPrice: 3, SalePrice: 7, GrossSales: 17360, Discounts: 199.5, Sales: 17160.5, COGS: 2850, Profit: 14310.5, Date: `12/01/2020`, MonthName: `December`, Year: 2020 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Kensington`, UnitsSold: 2926, ManufacturingPrice: 3, SalePrice: 7, GrossSales: 20482, Discounts: 870.45, Sales: 19611.55, COGS: 12435, Profit: 7176.55, Date: `12/01/2020`, MonthName: `December`, Year: 2020 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Royal Oak`, UnitsSold: 3210, ManufacturingPrice: 5, SalePrice: 350, GrossSales: 1123500, Discounts: 24228.75, Sales: 1099271.25, COGS: 359970, Profit: 739301.25, Date: `01/01/2020`, MonthName: `January`, Year: 2020 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Royal Oak`, UnitsSold: 3221, ManufacturingPrice: 5, SalePrice: 125, GrossSales: 402625, Discounts: 22668.75, Sales: 379956.25, COGS: 435240, Profit: 55283.75, Date: `07/01/2020`, MonthName: `July`, Year: 2020 }), + new PivotSalesDataItem({ Country: `India`, Product: `Royal Oak`, UnitsSold: 1127, ManufacturingPrice: 5, SalePrice: 12, GrossSales: 13524, Discounts: 1405.2, Sales: 12118.8, COGS: 7026, Profit: 5092.8, Date: `11/01/2020`, MonthName: `November`, Year: 2020 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Vermont`, UnitsSold: 1610, ManufacturingPrice: 10, SalePrice: 20, GrossSales: 32200, Discounts: 1303, Sales: 30897, COGS: 13030, Profit: 17867, Date: `02/01/2020`, MonthName: `February`, Year: 2020 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Vermont`, UnitsSold: 4100, ManufacturingPrice: 10, SalePrice: 125, GrossSales: 512500, Discounts: 18700, Sales: 493800, COGS: 359040, Profit: 134760, Date: `03/01/2020`, MonthName: `March`, Year: 2020 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Vermont`, UnitsSold: 1012, ManufacturingPrice: 10, SalePrice: 125, GrossSales: 126500, Discounts: 14906.25, Sales: 111593.75, COGS: 286200, Profit: 174606.25, Date: `03/01/2020`, MonthName: `March`, Year: 2020 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Vermont`, UnitsSold: 3337, ManufacturingPrice: 10, SalePrice: 300, GrossSales: 1001100, Discounts: 24105, Sales: 976995, COGS: 401750, Profit: 575245, Date: `04/01/2020`, MonthName: `April`, Year: 2020 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Vermont`, UnitsSold: 3955, ManufacturingPrice: 10, SalePrice: 7, GrossSales: 27685, Discounts: 814.45, Sales: 26870.55, COGS: 11635, Profit: 15235.55, Date: `05/01/2020`, MonthName: `May`, Year: 2020 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Vermont`, UnitsSold: 4347, ManufacturingPrice: 10, SalePrice: 300, GrossSales: 1304100, Discounts: 14865, Sales: 1289235, COGS: 247750, Profit: 1041485, Date: `06/01/2020`, MonthName: `June`, Year: 2020 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Vermont`, UnitsSold: 1548, ManufacturingPrice: 10, SalePrice: 350, GrossSales: 541800, Discounts: 10535, Sales: 531265, COGS: 156520, Profit: 374745, Date: `06/01/2020`, MonthName: `June`, Year: 2020 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Vermont`, UnitsSold: 2153, ManufacturingPrice: 10, SalePrice: 15, GrossSales: 32295, Discounts: 1965, Sales: 30330, COGS: 26200, Profit: 4130, Date: `09/01/2020`, MonthName: `September`, Year: 2020 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Vermont`, UnitsSold: 4126, ManufacturingPrice: 10, SalePrice: 125, GrossSales: 515750, Discounts: 5381.25, Sales: 510368.75, COGS: 103320, Profit: 407048.75, Date: `10/01/2020`, MonthName: `October`, Year: 2020 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Vermont`, UnitsSold: 3376, ManufacturingPrice: 10, SalePrice: 20, GrossSales: 67520, Discounts: 2663, Sales: 64857, COGS: 26630, Profit: 38227, Date: `12/01/2020`, MonthName: `December`, Year: 2020 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Burlington`, UnitsSold: 2244, ManufacturingPrice: 120, SalePrice: 15, GrossSales: 33660, Discounts: 416.25, Sales: 33243.75, COGS: 5550, Profit: 27693.75, Date: `01/01/2020`, MonthName: `January`, Year: 2020 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Burlington`, UnitsSold: 1360, ManufacturingPrice: 120, SalePrice: 15, GrossSales: 20400, Discounts: 2145.75, Sales: 18254.25, COGS: 28610, Profit: 10355.75, Date: `01/01/2020`, MonthName: `January`, Year: 2020 }), + new PivotSalesDataItem({ Country: `India`, Product: `Burlington`, UnitsSold: 279, ManufacturingPrice: 120, SalePrice: 125, GrossSales: 34875, Discounts: 5043.75, Sales: 29831.25, COGS: 96840, Profit: 67008.75, Date: `02/01/2020`, MonthName: `February`, Year: 2020 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Burlington`, UnitsSold: 2521, ManufacturingPrice: 120, SalePrice: 350, GrossSales: 882350, Discounts: 10535, Sales: 871815, COGS: 156520, Profit: 715295, Date: `06/01/2020`, MonthName: `June`, Year: 2020 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Burlington`, UnitsSold: 2433, ManufacturingPrice: 120, SalePrice: 20, GrossSales: 48660, Discounts: 2832, Sales: 45828, COGS: 28320, Profit: 17508, Date: `08/01/2020`, MonthName: `August`, Year: 2020 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Burlington`, UnitsSold: 1738, ManufacturingPrice: 120, SalePrice: 20, GrossSales: 34760, Discounts: 1579, Sales: 33181, COGS: 15790, Profit: 17391, Date: `08/01/2020`, MonthName: `August`, Year: 2020 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Burlington`, UnitsSold: 1106, ManufacturingPrice: 120, SalePrice: 125, GrossSales: 138250, Discounts: 5381.25, Sales: 132868.75, COGS: 103320, Profit: 29548.75, Date: `10/01/2020`, MonthName: `October`, Year: 2020 }), + new PivotSalesDataItem({ Country: `India`, Product: `Burlington`, UnitsSold: 213, ManufacturingPrice: 120, SalePrice: 300, GrossSales: 63900, Discounts: 18750, Sales: 45150, COGS: 312500, Profit: 267350, Date: `12/01/2020`, MonthName: `December`, Year: 2020 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Mandarin`, UnitsSold: 2929, ManufacturingPrice: 250, SalePrice: 20, GrossSales: 58580, Discounts: 2663, Sales: 55917, COGS: 26630, Profit: 29287, Date: `12/01/2020`, MonthName: `December`, Year: 2020 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Mandarin`, UnitsSold: 2389, ManufacturingPrice: 250, SalePrice: 7, GrossSales: 16723, Discounts: 199.5, Sales: 16523.5, COGS: 2850, Profit: 13673.5, Date: `12/01/2020`, MonthName: `December`, Year: 2020 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Mandarin`, UnitsSold: 3086, ManufacturingPrice: 250, SalePrice: 7, GrossSales: 21602, Discounts: 870.45, Sales: 20731.55, COGS: 12435, Profit: 8296.55, Date: `12/01/2020`, MonthName: `December`, Year: 2020 }), + new PivotSalesDataItem({ Country: `India`, Product: `Luxe`, UnitsSold: 745, ManufacturingPrice: 260, SalePrice: 350, GrossSales: 260750, Discounts: 23625, Sales: 237125, COGS: 351000, Profit: 113875, Date: `02/01/2020`, MonthName: `February`, Year: 2020 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Luxe`, UnitsSold: 1266, ManufacturingPrice: 260, SalePrice: 350, GrossSales: 443100, Discounts: 9660, Sales: 433440, COGS: 143520, Profit: 289920, Date: `08/01/2020`, MonthName: `August`, Year: 2020 }), + new PivotSalesDataItem({ Country: `India`, Product: `Luxe`, UnitsSold: 4287, ManufacturingPrice: 260, SalePrice: 300, GrossSales: 1286100, Discounts: 18750, Sales: 1267350, COGS: 312500, Profit: 954850, Date: `12/01/2020`, MonthName: `December`, Year: 2020 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Vermont`, UnitsSold: 3193, ManufacturingPrice: 10, SalePrice: 15, GrossSales: 47895, Discounts: 3420.9, Sales: 44474.1, COGS: 38010, Profit: 6464.1, Date: `04/01/2020`, MonthName: `April`, Year: 2020 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Kensington`, UnitsSold: 1967, ManufacturingPrice: 3, SalePrice: 20, GrossSales: 39340, Discounts: 1341, Sales: 37999, COGS: 11175, Profit: 26824, Date: `01/01/2020`, MonthName: `January`, Year: 2020 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Kensington`, UnitsSold: 631, ManufacturingPrice: 3, SalePrice: 15, GrossSales: 9465, Discounts: 2559.6, Sales: 6905.4, COGS: 28440, Profit: 21534.6, Date: `06/01/2020`, MonthName: `June`, Year: 2020 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Kensington`, UnitsSold: 3469, ManufacturingPrice: 3, SalePrice: 12, GrossSales: 41628, Discounts: 404.64, Sales: 41223.36, COGS: 1686, Profit: 39537.36, Date: `09/01/2020`, MonthName: `September`, Year: 2020 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Kensington`, UnitsSold: 3215, ManufacturingPrice: 3, SalePrice: 15, GrossSales: 48225, Discounts: 1827, Sales: 46398, COGS: 20300, Profit: 26098, Date: `11/01/2020`, MonthName: `November`, Year: 2020 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Royal Oak`, UnitsSold: 1959, ManufacturingPrice: 5, SalePrice: 350, GrossSales: 685650, Discounts: 20580, Sales: 665070, COGS: 254800, Profit: 410270, Date: `04/01/2020`, MonthName: `April`, Year: 2020 }), + new PivotSalesDataItem({ Country: `India`, Product: `Royal Oak`, UnitsSold: 2181, ManufacturingPrice: 5, SalePrice: 350, GrossSales: 763350, Discounts: 30660, Sales: 732690, COGS: 379600, Profit: 353090, Date: `05/01/2020`, MonthName: `May`, Year: 2020 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Royal Oak`, UnitsSold: 2205, ManufacturingPrice: 5, SalePrice: 12, GrossSales: 26460, Discounts: 1960.56, Sales: 24499.44, COGS: 8169, Profit: 16330.44, Date: `11/01/2020`, MonthName: `November`, Year: 2020 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Vermont`, UnitsSold: 1890, ManufacturingPrice: 10, SalePrice: 350, GrossSales: 661500, Discounts: 31416, Sales: 630084, COGS: 388960, Profit: 241124, Date: `06/01/2020`, MonthName: `June`, Year: 2020 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Burlington`, UnitsSold: 2417, ManufacturingPrice: 120, SalePrice: 125, GrossSales: 302125, Discounts: 7140, Sales: 294985, COGS: 114240, Profit: 180745, Date: `02/01/2020`, MonthName: `February`, Year: 2020 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Burlington`, UnitsSold: 1158, ManufacturingPrice: 120, SalePrice: 125, GrossSales: 144750, Discounts: 20662.5, Sales: 124087.5, COGS: 330600, Profit: 206512.5, Date: `02/01/2020`, MonthName: `February`, Year: 2020 }), + new PivotSalesDataItem({ Country: `India`, Product: `Burlington`, UnitsSold: 803, ManufacturingPrice: 120, SalePrice: 15, GrossSales: 12045, Discounts: 1377, Sales: 10668, COGS: 15300, Profit: 4632, Date: `05/01/2020`, MonthName: `May`, Year: 2020 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Burlington`, UnitsSold: 3705, ManufacturingPrice: 120, SalePrice: 350, GrossSales: 1296750, Discounts: 31416, Sales: 1265334, COGS: 388960, Profit: 876374, Date: `06/01/2020`, MonthName: `June`, Year: 2020 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Burlington`, UnitsSold: 589, ManufacturingPrice: 120, SalePrice: 7, GrossSales: 4123, Discounts: 629.16, Sales: 3493.84, COGS: 7490, Profit: 3996.16, Date: `06/01/2020`, MonthName: `June`, Year: 2020 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Mandarin`, UnitsSold: 3999, ManufacturingPrice: 250, SalePrice: 15, GrossSales: 59985, Discounts: 2559.6, Sales: 57425.4, COGS: 28440, Profit: 28985.4, Date: `06/01/2020`, MonthName: `June`, Year: 2020 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Mandarin`, UnitsSold: 4256, ManufacturingPrice: 250, SalePrice: 7, GrossSales: 29792, Discounts: 629.16, Sales: 29162.84, COGS: 7490, Profit: 21672.84, Date: `06/01/2020`, MonthName: `June`, Year: 2020 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Luxe`, UnitsSold: 2160, ManufacturingPrice: 260, SalePrice: 125, GrossSales: 270000, Discounts: 14906.25, Sales: 255093.75, COGS: 238500, Profit: 16593.75, Date: `01/01/2020`, MonthName: `January`, Year: 2020 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Luxe`, UnitsSold: 466, ManufacturingPrice: 260, SalePrice: 350, GrossSales: 163100, Discounts: 35259, Sales: 127841, COGS: 436540, Profit: 308699, Date: `09/01/2020`, MonthName: `September`, Year: 2020 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Vermont`, UnitsSold: 1478, ManufacturingPrice: 10, SalePrice: 15, GrossSales: 22170, Discounts: 1978.2, Sales: 20191.8, COGS: 21980, Profit: 1788.2, Date: `08/01/2020`, MonthName: `August`, Year: 2020 }), + new PivotSalesDataItem({ Country: `India`, Product: `Vermont`, UnitsSold: 3798, ManufacturingPrice: 10, SalePrice: 15, GrossSales: 56970, Discounts: 1568.7, Sales: 55401.3, COGS: 17430, Profit: 37971.3, Date: `08/01/2020`, MonthName: `August`, Year: 2020 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Vermont`, UnitsSold: 447, ManufacturingPrice: 10, SalePrice: 15, GrossSales: 6705, Discounts: 1037.7, Sales: 5667.3, COGS: 11530, Profit: 5862.7, Date: `10/01/2020`, MonthName: `October`, Year: 2020 }), + new PivotSalesDataItem({ Country: `India`, Product: `Burlington`, UnitsSold: 745, ManufacturingPrice: 120, SalePrice: 20, GrossSales: 14900, Discounts: 1201.2, Sales: 13698.8, COGS: 10010, Profit: 3688.8, Date: `08/01/2020`, MonthName: `August`, Year: 2020 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Burlington`, UnitsSold: 1732, ManufacturingPrice: 120, SalePrice: 7, GrossSales: 12124, Discounts: 559.86, Sales: 11564.14, COGS: 6665, Profit: 4899.14, Date: `11/01/2020`, MonthName: `November`, Year: 2020 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Mandarin`, UnitsSold: 1759, ManufacturingPrice: 250, SalePrice: 15, GrossSales: 26385, Discounts: 1037.7, Sales: 25347.3, COGS: 11530, Profit: 13817.3, Date: `10/01/2020`, MonthName: `October`, Year: 2020 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Kensington`, UnitsSold: 338, ManufacturingPrice: 3, SalePrice: 12, GrossSales: 4056, Discounts: 610.68, Sales: 3445.32, COGS: 2181, Profit: 1264.32, Date: `02/01/2020`, MonthName: `February`, Year: 2020 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Kensington`, UnitsSold: 3911, ManufacturingPrice: 3, SalePrice: 12, GrossSales: 46932, Discounts: 1582.56, Sales: 45349.44, COGS: 5652, Profit: 39697.44, Date: `08/01/2020`, MonthName: `August`, Year: 2020 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Royal Oak`, UnitsSold: 4473, ManufacturingPrice: 5, SalePrice: 12, GrossSales: 53676, Discounts: 1965.6, Sales: 51710.4, COGS: 7020, Profit: 44690.4, Date: `01/01/2020`, MonthName: `January`, Year: 2020 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Royal Oak`, UnitsSold: 383, ManufacturingPrice: 5, SalePrice: 12, GrossSales: 4596, Discounts: 1967.28, Sales: 2628.72, COGS: 7026, Profit: 4397.28, Date: `11/01/2020`, MonthName: `November`, Year: 2020 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Burlington`, UnitsSold: 1062, ManufacturingPrice: 120, SalePrice: 15, GrossSales: 15930, Discounts: 1325.1, Sales: 14604.9, COGS: 12620, Profit: 1984.9, Date: `05/01/2020`, MonthName: `May`, Year: 2020 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Burlington`, UnitsSold: 4083, ManufacturingPrice: 120, SalePrice: 7, GrossSales: 28581, Discounts: 556.15, Sales: 28024.85, COGS: 5675, Profit: 22349.85, Date: `06/01/2020`, MonthName: `June`, Year: 2020 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Burlington`, UnitsSold: 3974, ManufacturingPrice: 120, SalePrice: 7, GrossSales: 27818, Discounts: 268.03, Sales: 27549.97, COGS: 2735, Profit: 24814.97, Date: `11/01/2020`, MonthName: `November`, Year: 2020 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Burlington`, UnitsSold: 3723, ManufacturingPrice: 120, SalePrice: 7, GrossSales: 26061, Discounts: 775.18, Sales: 25285.82, COGS: 7910, Profit: 17375.82, Date: `12/01/2020`, MonthName: `December`, Year: 2020 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Mandarin`, UnitsSold: 2435, ManufacturingPrice: 250, SalePrice: 12, GrossSales: 29220, Discounts: 1460.34, Sales: 27759.66, COGS: 5215.5, Profit: 22544.16, Date: `04/01/2020`, MonthName: `April`, Year: 2020 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Mandarin`, UnitsSold: 1763, ManufacturingPrice: 250, SalePrice: 7, GrossSales: 12341, Discounts: 775.18, Sales: 11565.82, COGS: 7910, Profit: 3655.82, Date: `12/01/2020`, MonthName: `December`, Year: 2020 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Luxe`, UnitsSold: 4473, ManufacturingPrice: 260, SalePrice: 7, GrossSales: 31311, Discounts: 556.15, Sales: 30754.85, COGS: 5675, Profit: 25079.85, Date: `06/01/2020`, MonthName: `June`, Year: 2020 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Kensington`, UnitsSold: 1246, ManufacturingPrice: 3, SalePrice: 350, GrossSales: 436100, Discounts: 43144.5, Sales: 392955.5, COGS: 457860, Profit: 64904.5, Date: `03/01/2020`, MonthName: `March`, Year: 2020 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Kensington`, UnitsSold: 1615, ManufacturingPrice: 3, SalePrice: 300, GrossSales: 484500, Discounts: 9408, Sales: 475092, COGS: 112000, Profit: 363092, Date: `06/01/2020`, MonthName: `June`, Year: 2020 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Kensington`, UnitsSold: 749, ManufacturingPrice: 3, SalePrice: 300, GrossSales: 224700, Discounts: 45801, Sales: 178899, COGS: 545250, Profit: 366351, Date: `10/01/2020`, MonthName: `October`, Year: 2020 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Royal Oak`, UnitsSold: 1318, ManufacturingPrice: 5, SalePrice: 20, GrossSales: 26360, Discounts: 2766.4, Sales: 23593.6, COGS: 19760, Profit: 3833.6, Date: `10/01/2020`, MonthName: `October`, Year: 2020 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Royal Oak`, UnitsSold: 2882, ManufacturingPrice: 5, SalePrice: 300, GrossSales: 864600, Discounts: 45801, Sales: 818799, COGS: 545250, Profit: 273549, Date: `10/01/2020`, MonthName: `October`, Year: 2020 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Vermont`, UnitsSold: 2484, ManufacturingPrice: 10, SalePrice: 300, GrossSales: 745200, Discounts: 35742, Sales: 709458, COGS: 425500, Profit: 283958, Date: `05/01/2020`, MonthName: `May`, Year: 2020 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Vermont`, UnitsSold: 3169, ManufacturingPrice: 10, SalePrice: 300, GrossSales: 950700, Discounts: 9408, Sales: 941292, COGS: 112000, Profit: 829292, Date: `06/01/2020`, MonthName: `June`, Year: 2020 }), + new PivotSalesDataItem({ Country: `India`, Product: `Vermont`, UnitsSold: 4080, ManufacturingPrice: 10, SalePrice: 125, GrossSales: 510000, Discounts: 30738.75, Sales: 479261.25, COGS: 421560, Profit: 57701.25, Date: `07/01/2020`, MonthName: `July`, Year: 2020 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Vermont`, UnitsSold: 3943, ManufacturingPrice: 10, SalePrice: 15, GrossSales: 59145, Discounts: 2206.05, Sales: 56938.95, COGS: 21010, Profit: 35928.95, Date: `08/01/2020`, MonthName: `August`, Year: 2020 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Vermont`, UnitsSold: 253, ManufacturingPrice: 10, SalePrice: 20, GrossSales: 5060, Discounts: 2149, Sales: 2911, COGS: 15350, Profit: 12439, Date: `09/01/2020`, MonthName: `September`, Year: 2020 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Burlington`, UnitsSold: 799, ManufacturingPrice: 120, SalePrice: 300, GrossSales: 239700, Discounts: 34839, Sales: 204861, COGS: 414750, Profit: 209889, Date: `07/01/2020`, MonthName: `July`, Year: 2020 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Burlington`, UnitsSold: 3942, ManufacturingPrice: 120, SalePrice: 20, GrossSales: 78840, Discounts: 852.6, Sales: 77987.4, COGS: 6090, Profit: 71897.4, Date: `08/01/2020`, MonthName: `August`, Year: 2020 }), + new PivotSalesDataItem({ Country: `India`, Product: `Burlington`, UnitsSold: 2498, ManufacturingPrice: 120, SalePrice: 125, GrossSales: 312250, Discounts: 18261.25, Sales: 293988.75, COGS: 250440, Profit: 43548.75, Date: `09/01/2020`, MonthName: `September`, Year: 2020 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Burlington`, UnitsSold: 2517, ManufacturingPrice: 120, SalePrice: 20, GrossSales: 50340, Discounts: 2766.4, Sales: 47573.6, COGS: 19760, Profit: 27813.6, Date: `10/01/2020`, MonthName: `October`, Year: 2020 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Burlington`, UnitsSold: 1145, ManufacturingPrice: 120, SalePrice: 300, GrossSales: 343500, Discounts: 28812, Sales: 314688, COGS: 343000, Profit: 28312, Date: `12/01/2020`, MonthName: `December`, Year: 2020 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Mandarin`, UnitsSold: 3814, ManufacturingPrice: 250, SalePrice: 12, GrossSales: 45768, Discounts: 2725.38, Sales: 43042.62, COGS: 9733.5, Profit: 33309.12, Date: `01/01/2020`, MonthName: `January`, Year: 2020 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Mandarin`, UnitsSold: 1188, ManufacturingPrice: 250, SalePrice: 300, GrossSales: 356400, Discounts: 20139, Sales: 336261, COGS: 239750, Profit: 96511, Date: `02/01/2020`, MonthName: `February`, Year: 2020 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Mandarin`, UnitsSold: 2233, ManufacturingPrice: 250, SalePrice: 300, GrossSales: 669900, Discounts: 57687, Sales: 612213, COGS: 686750, Profit: 74537, Date: `02/01/2020`, MonthName: `February`, Year: 2020 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Luxe`, UnitsSold: 421, ManufacturingPrice: 260, SalePrice: 125, GrossSales: 52625, Discounts: 14393.75, Sales: 38231.25, COGS: 197400, Profit: 159168.75, Date: `05/01/2020`, MonthName: `May`, Year: 2020 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Luxe`, UnitsSold: 269, ManufacturingPrice: 260, SalePrice: 350, GrossSales: 94150, Discounts: 70462, Sales: 23688, COGS: 747760, Profit: 724072, Date: `09/01/2020`, MonthName: `September`, Year: 2020 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Luxe`, UnitsSold: 952, ManufacturingPrice: 260, SalePrice: 20, GrossSales: 19040, Discounts: 1565.2, Sales: 17474.8, COGS: 11180, Profit: 6294.8, Date: `11/01/2020`, MonthName: `November`, Year: 2020 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Luxe`, UnitsSold: 2964, ManufacturingPrice: 260, SalePrice: 300, GrossSales: 889200, Discounts: 28812, Sales: 860388, COGS: 343000, Profit: 517388, Date: `12/01/2020`, MonthName: `December`, Year: 2020 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Royal Oak`, UnitsSold: 1505, ManufacturingPrice: 5, SalePrice: 7, GrossSales: 10535, Discounts: 273.28, Sales: 10261.72, COGS: 2440, Profit: 7821.72, Date: `02/01/2020`, MonthName: `February`, Year: 2020 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Royal Oak`, UnitsSold: 1678, ManufacturingPrice: 5, SalePrice: 20, GrossSales: 33560, Discounts: 2051.2, Sales: 31508.8, COGS: 12820, Profit: 18688.8, Date: `06/01/2020`, MonthName: `June`, Year: 2020 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Vermont`, UnitsSold: 4249, ManufacturingPrice: 10, SalePrice: 7, GrossSales: 29743, Discounts: 143.92, Sales: 29599.08, COGS: 1285, Profit: 28314.08, Date: `05/01/2020`, MonthName: `May`, Year: 2020 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Luxe`, UnitsSold: 1677, ManufacturingPrice: 260, SalePrice: 20, GrossSales: 33540, Discounts: 2051.2, Sales: 31488.8, COGS: 12820, Profit: 18668.8, Date: `06/01/2020`, MonthName: `June`, Year: 2020 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Kensington`, UnitsSold: 3051, ManufacturingPrice: 3, SalePrice: 125, GrossSales: 381375, Discounts: 15400, Sales: 365975, COGS: 184800, Profit: 181175, Date: `08/01/2020`, MonthName: `August`, Year: 2020 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Kensington`, UnitsSold: 3372, ManufacturingPrice: 3, SalePrice: 15, GrossSales: 50580, Discounts: 588, Sales: 49992, COGS: 4900, Profit: 45092, Date: `11/01/2020`, MonthName: `November`, Year: 2020 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Kensington`, UnitsSold: 1686, ManufacturingPrice: 3, SalePrice: 350, GrossSales: 590100, Discounts: 38136, Sales: 551964, COGS: 354120, Profit: 197844, Date: `12/01/2020`, MonthName: `December`, Year: 2020 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Royal Oak`, UnitsSold: 3086, ManufacturingPrice: 5, SalePrice: 15, GrossSales: 46290, Discounts: 3001.2, Sales: 43288.8, COGS: 25010, Profit: 18278.8, Date: `03/01/2020`, MonthName: `March`, Year: 2020 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Royal Oak`, UnitsSold: 4150, ManufacturingPrice: 5, SalePrice: 20, GrossSales: 83000, Discounts: 1132.8, Sales: 81867.2, COGS: 7080, Profit: 74787.2, Date: `06/01/2020`, MonthName: `June`, Year: 2020 }), + new PivotSalesDataItem({ Country: `India`, Product: `Royal Oak`, UnitsSold: 3027, ManufacturingPrice: 5, SalePrice: 20, GrossSales: 60540, Discounts: 1032, Sales: 59508, COGS: 6450, Profit: 53058, Date: `07/01/2020`, MonthName: `July`, Year: 2020 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Royal Oak`, UnitsSold: 4359, ManufacturingPrice: 5, SalePrice: 300, GrossSales: 1307700, Discounts: 37488, Sales: 1270212, COGS: 390500, Profit: 879712, Date: `08/01/2020`, MonthName: `August`, Year: 2020 }), + new PivotSalesDataItem({ Country: `India`, Product: `Royal Oak`, UnitsSold: 1589, ManufacturingPrice: 5, SalePrice: 15, GrossSales: 23835, Discounts: 853.2, Sales: 22981.8, COGS: 7110, Profit: 15871.8, Date: `12/01/2020`, MonthName: `December`, Year: 2020 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Vermont`, UnitsSold: 2679, ManufacturingPrice: 10, SalePrice: 125, GrossSales: 334875, Discounts: 11140, Sales: 323735, COGS: 133680, Profit: 190055, Date: `03/01/2020`, MonthName: `March`, Year: 2020 }), + new PivotSalesDataItem({ Country: `India`, Product: `Vermont`, UnitsSold: 3401, ManufacturingPrice: 10, SalePrice: 7, GrossSales: 23807, Discounts: 705.04, Sales: 23101.96, COGS: 6295, Profit: 16806.96, Date: `04/01/2020`, MonthName: `April`, Year: 2020 }), + new PivotSalesDataItem({ Country: `India`, Product: `Vermont`, UnitsSold: 2815, ManufacturingPrice: 10, SalePrice: 7, GrossSales: 19705, Discounts: 613.2, Sales: 19091.8, COGS: 5475, Profit: 13616.8, Date: `05/01/2020`, MonthName: `May`, Year: 2020 }), + new PivotSalesDataItem({ Country: `India`, Product: `Vermont`, UnitsSold: 2964, ManufacturingPrice: 10, SalePrice: 20, GrossSales: 59280, Discounts: 2185.6, Sales: 57094.4, COGS: 13660, Profit: 43434.4, Date: `06/01/2020`, MonthName: `June`, Year: 2020 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Vermont`, UnitsSold: 4173, ManufacturingPrice: 10, SalePrice: 300, GrossSales: 1251900, Discounts: 59040, Sales: 1192860, COGS: 615000, Profit: 577860, Date: `06/01/2020`, MonthName: `June`, Year: 2020 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Vermont`, UnitsSold: 1157, ManufacturingPrice: 10, SalePrice: 7, GrossSales: 8099, Discounts: 379.68, Sales: 7719.32, COGS: 3390, Profit: 4329.32, Date: `08/01/2020`, MonthName: `August`, Year: 2020 }), + new PivotSalesDataItem({ Country: `India`, Product: `Vermont`, UnitsSold: 3065, ManufacturingPrice: 10, SalePrice: 7, GrossSales: 21455, Discounts: 894.88, Sales: 20560.12, COGS: 7990, Profit: 12570.12, Date: `08/01/2020`, MonthName: `August`, Year: 2020 }), + new PivotSalesDataItem({ Country: `India`, Product: `Vermont`, UnitsSold: 4080, ManufacturingPrice: 10, SalePrice: 20, GrossSales: 81600, Discounts: 3094.4, Sales: 78505.6, COGS: 19340, Profit: 59165.6, Date: `09/01/2020`, MonthName: `September`, Year: 2020 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Vermont`, UnitsSold: 1713, ManufacturingPrice: 10, SalePrice: 20, GrossSales: 34260, Discounts: 4788.8, Sales: 29471.2, COGS: 29930, Profit: 458.8, Date: `09/01/2020`, MonthName: `September`, Year: 2020 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Vermont`, UnitsSold: 1691, ManufacturingPrice: 10, SalePrice: 350, GrossSales: 591850, Discounts: 38136, Sales: 553714, COGS: 354120, Profit: 199594, Date: `12/01/2020`, MonthName: `December`, Year: 2020 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Burlington`, UnitsSold: 2305, ManufacturingPrice: 120, SalePrice: 12, GrossSales: 27660, Discounts: 574.08, Sales: 27085.92, COGS: 1794, Profit: 25291.92, Date: `03/01/2020`, MonthName: `March`, Year: 2020 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Burlington`, UnitsSold: 3401, ManufacturingPrice: 120, SalePrice: 7, GrossSales: 23807, Discounts: 1627.92, Sales: 22179.08, COGS: 14535, Profit: 7644.08, Date: `06/01/2020`, MonthName: `June`, Year: 2020 }), + new PivotSalesDataItem({ Country: `India`, Product: `Burlington`, UnitsSold: 2288, ManufacturingPrice: 120, SalePrice: 7, GrossSales: 16016, Discounts: 1309.28, Sales: 14706.72, COGS: 11690, Profit: 3016.72, Date: `06/01/2020`, MonthName: `June`, Year: 2020 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Burlington`, UnitsSold: 4086, ManufacturingPrice: 120, SalePrice: 300, GrossSales: 1225800, Discounts: 15240, Sales: 1210560, COGS: 158750, Profit: 1051810, Date: `12/01/2020`, MonthName: `December`, Year: 2020 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Mandarin`, UnitsSold: 2651, ManufacturingPrice: 250, SalePrice: 350, GrossSales: 927850, Discounts: 16086, Sales: 911764, COGS: 149370, Profit: 762394, Date: `04/01/2020`, MonthName: `April`, Year: 2020 }), + new PivotSalesDataItem({ Country: `India`, Product: `Mandarin`, UnitsSold: 3971, ManufacturingPrice: 250, SalePrice: 7, GrossSales: 27797, Discounts: 1309.28, Sales: 26487.72, COGS: 11690, Profit: 14797.72, Date: `06/01/2020`, MonthName: `June`, Year: 2020 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Mandarin`, UnitsSold: 2512, ManufacturingPrice: 250, SalePrice: 350, GrossSales: 879200, Discounts: 10668, Sales: 868532, COGS: 99060, Profit: 769472, Date: `08/01/2020`, MonthName: `August`, Year: 2020 }), + new PivotSalesDataItem({ Country: `India`, Product: `Mandarin`, UnitsSold: 2745, ManufacturingPrice: 250, SalePrice: 350, GrossSales: 960750, Discounts: 11816, Sales: 948934, COGS: 109720, Profit: 839214, Date: `08/01/2020`, MonthName: `August`, Year: 2020 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Mandarin`, UnitsSold: 1903, ManufacturingPrice: 250, SalePrice: 300, GrossSales: 570900, Discounts: 51216, Sales: 519684, COGS: 533500, Profit: 13816, Date: `09/01/2020`, MonthName: `September`, Year: 2020 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Luxe`, UnitsSold: 2914, ManufacturingPrice: 260, SalePrice: 20, GrossSales: 58280, Discounts: 1132.8, Sales: 57147.2, COGS: 7080, Profit: 50067.2, Date: `06/01/2020`, MonthName: `June`, Year: 2020 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Luxe`, UnitsSold: 1889, ManufacturingPrice: 260, SalePrice: 7, GrossSales: 13223, Discounts: 1627.92, Sales: 11595.08, COGS: 14535, Profit: 2939.92, Date: `06/01/2020`, MonthName: `June`, Year: 2020 }), + new PivotSalesDataItem({ Country: `India`, Product: `Luxe`, UnitsSold: 1466, ManufacturingPrice: 260, SalePrice: 20, GrossSales: 29320, Discounts: 2185.6, Sales: 27134.4, COGS: 13660, Profit: 13474.4, Date: `06/01/2020`, MonthName: `June`, Year: 2020 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Luxe`, UnitsSold: 887, ManufacturingPrice: 260, SalePrice: 300, GrossSales: 266100, Discounts: 59040, Sales: 207060, COGS: 615000, Profit: 407940, Date: `06/01/2020`, MonthName: `June`, Year: 2020 }), + new PivotSalesDataItem({ Country: `India`, Product: `Luxe`, UnitsSold: 395, ManufacturingPrice: 260, SalePrice: 20, GrossSales: 7900, Discounts: 2432, Sales: 5468, COGS: 15200, Profit: 9732, Date: `11/01/2020`, MonthName: `November`, Year: 2020 }), + new PivotSalesDataItem({ Country: `India`, Product: `Luxe`, UnitsSold: 1693, ManufacturingPrice: 260, SalePrice: 15, GrossSales: 25395, Discounts: 853.2, Sales: 24541.8, COGS: 7110, Profit: 17431.8, Date: `12/01/2020`, MonthName: `December`, Year: 2020 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Luxe`, UnitsSold: 2649, ManufacturingPrice: 260, SalePrice: 300, GrossSales: 794700, Discounts: 15240, Sales: 779460, COGS: 158750, Profit: 620710, Date: `12/01/2020`, MonthName: `December`, Year: 2020 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Mandarin`, UnitsSold: 3608, ManufacturingPrice: 250, SalePrice: 20, GrossSales: 72160, Discounts: 698.4, Sales: 71461.6, COGS: 4365, Profit: 67096.6, Date: `07/01/2020`, MonthName: `July`, Year: 2020 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Kensington`, UnitsSold: 1073, ManufacturingPrice: 3, SalePrice: 300, GrossSales: 321900, Discounts: 29538, Sales: 292362, COGS: 273500, Profit: 18862, Date: `06/01/2020`, MonthName: `June`, Year: 2020 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Royal Oak`, UnitsSold: 2167, ManufacturingPrice: 5, SalePrice: 300, GrossSales: 650100, Discounts: 102667.5, Sales: 547432.5, COGS: 950625, Profit: 403192.5, Date: `04/01/2020`, MonthName: `April`, Year: 2020 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Royal Oak`, UnitsSold: 1319, ManufacturingPrice: 5, SalePrice: 350, GrossSales: 461650, Discounts: 52479, Sales: 409171, COGS: 433160, Profit: 23989, Date: `05/01/2020`, MonthName: `May`, Year: 2020 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Royal Oak`, UnitsSold: 1252, ManufacturingPrice: 5, SalePrice: 12, GrossSales: 15024, Discounts: 2506.68, Sales: 12517.32, COGS: 6963, Profit: 5554.32, Date: `11/01/2020`, MonthName: `November`, Year: 2020 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Royal Oak`, UnitsSold: 1156, ManufacturingPrice: 5, SalePrice: 125, GrossSales: 144500, Discounts: 31466.25, Sales: 113033.75, COGS: 335640, Profit: 222606.25, Date: `12/01/2020`, MonthName: `December`, Year: 2020 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Vermont`, UnitsSold: 1153, ManufacturingPrice: 10, SalePrice: 300, GrossSales: 345900, Discounts: 69255, Sales: 276645, COGS: 641250, Profit: 364605, Date: `01/01/2020`, MonthName: `January`, Year: 2020 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Vermont`, UnitsSold: 2720, ManufacturingPrice: 10, SalePrice: 350, GrossSales: 952000, Discounts: 76135.5, Sales: 875864.5, COGS: 628420, Profit: 247444.5, Date: `01/01/2020`, MonthName: `January`, Year: 2020 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Vermont`, UnitsSold: 3658, ManufacturingPrice: 10, SalePrice: 15, GrossSales: 54870, Discounts: 4961.25, Sales: 49908.75, COGS: 36750, Profit: 13158.75, Date: `04/01/2020`, MonthName: `April`, Year: 2020 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Vermont`, UnitsSold: 2950, ManufacturingPrice: 10, SalePrice: 300, GrossSales: 885000, Discounts: 29538, Sales: 855462, COGS: 273500, Profit: 581962, Date: `06/01/2020`, MonthName: `June`, Year: 2020 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Vermont`, UnitsSold: 1821, ManufacturingPrice: 10, SalePrice: 15, GrossSales: 27315, Discounts: 1656.45, Sales: 25658.55, COGS: 12270, Profit: 13388.55, Date: `10/01/2020`, MonthName: `October`, Year: 2020 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Vermont`, UnitsSold: 1127, ManufacturingPrice: 10, SalePrice: 300, GrossSales: 338100, Discounts: 35748, Sales: 302352, COGS: 331000, Profit: 28648, Date: `11/01/2020`, MonthName: `November`, Year: 2020 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Vermont`, UnitsSold: 862, ManufacturingPrice: 10, SalePrice: 125, GrossSales: 107750, Discounts: 31466.25, Sales: 76283.75, COGS: 335640, Profit: 259356.25, Date: `12/01/2020`, MonthName: `December`, Year: 2020 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Burlington`, UnitsSold: 3805, ManufacturingPrice: 120, SalePrice: 15, GrossSales: 57075, Discounts: 330.75, Sales: 56744.25, COGS: 2450, Profit: 54294.25, Date: `05/01/2020`, MonthName: `May`, Year: 2020 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Burlington`, UnitsSold: 1415, ManufacturingPrice: 120, SalePrice: 300, GrossSales: 424500, Discounts: 102424.5, Sales: 322075.5, COGS: 948375, Profit: 626299.5, Date: `07/01/2020`, MonthName: `July`, Year: 2020 }), + new PivotSalesDataItem({ Country: `India`, Product: `Burlington`, UnitsSold: 2231, ManufacturingPrice: 120, SalePrice: 350, GrossSales: 780850, Discounts: 41170.5, Sales: 739679.5, COGS: 339820, Profit: 399859.5, Date: `07/01/2020`, MonthName: `July`, Year: 2020 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Burlington`, UnitsSold: 3649, ManufacturingPrice: 120, SalePrice: 125, GrossSales: 456125, Discounts: 6378.75, Sales: 449746.25, COGS: 68040, Profit: 381706.25, Date: `09/01/2020`, MonthName: `September`, Year: 2020 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Burlington`, UnitsSold: 2948, ManufacturingPrice: 120, SalePrice: 125, GrossSales: 368500, Discounts: 23737.5, Sales: 344762.5, COGS: 253200, Profit: 91562.5, Date: `09/01/2020`, MonthName: `September`, Year: 2020 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Burlington`, UnitsSold: 3395, ManufacturingPrice: 120, SalePrice: 350, GrossSales: 1188250, Discounts: 39973.5, Sales: 1148276.5, COGS: 329940, Profit: 818336.5, Date: `10/01/2020`, MonthName: `October`, Year: 2020 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Mandarin`, UnitsSold: 2650, ManufacturingPrice: 250, SalePrice: 12, GrossSales: 31800, Discounts: 2112.48, Sales: 29687.52, COGS: 5868, Profit: 23819.52, Date: `01/01/2020`, MonthName: `January`, Year: 2020 }), + new PivotSalesDataItem({ Country: `India`, Product: `Mandarin`, UnitsSold: 585, ManufacturingPrice: 250, SalePrice: 300, GrossSales: 175500, Discounts: 71793, Sales: 103707, COGS: 664750, Profit: 561043, Date: `02/01/2020`, MonthName: `February`, Year: 2020 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Mandarin`, UnitsSold: 1316, ManufacturingPrice: 250, SalePrice: 350, GrossSales: 460600, Discounts: 42572.25, Sales: 418027.75, COGS: 351390, Profit: 66637.75, Date: `04/01/2020`, MonthName: `April`, Year: 2020 }), + new PivotSalesDataItem({ Country: `India`, Product: `Mandarin`, UnitsSold: 4459, ManufacturingPrice: 250, SalePrice: 12, GrossSales: 53508, Discounts: 950.4, Sales: 52557.6, COGS: 2640, Profit: 49917.6, Date: `05/01/2020`, MonthName: `May`, Year: 2020 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Mandarin`, UnitsSold: 2711, ManufacturingPrice: 250, SalePrice: 300, GrossSales: 813300, Discounts: 50409, Sales: 762891, COGS: 466750, Profit: 296141, Date: `09/01/2020`, MonthName: `September`, Year: 2020 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Mandarin`, UnitsSold: 3613, ManufacturingPrice: 250, SalePrice: 15, GrossSales: 54195, Discounts: 1656.45, Sales: 52538.55, COGS: 12270, Profit: 40268.55, Date: `10/01/2020`, MonthName: `October`, Year: 2020 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Mandarin`, UnitsSold: 1847, ManufacturingPrice: 250, SalePrice: 125, GrossSales: 230875, Discounts: 9866.25, Sales: 221008.75, COGS: 105240, Profit: 115768.75, Date: `11/01/2020`, MonthName: `November`, Year: 2020 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Luxe`, UnitsSold: 2996, ManufacturingPrice: 260, SalePrice: 350, GrossSales: 1048600, Discounts: 65236.5, Sales: 983363.5, COGS: 538460, Profit: 444903.5, Date: `09/01/2020`, MonthName: `September`, Year: 2020 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Luxe`, UnitsSold: 2838, ManufacturingPrice: 260, SalePrice: 350, GrossSales: 993300, Discounts: 39973.5, Sales: 953326.5, COGS: 329940, Profit: 623386.5, Date: `10/01/2020`, MonthName: `October`, Year: 2020 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Luxe`, UnitsSold: 1536, ManufacturingPrice: 260, SalePrice: 20, GrossSales: 30720, Discounts: 3049.2, Sales: 27670.8, COGS: 16940, Profit: 10730.8, Date: `11/01/2020`, MonthName: `November`, Year: 2020 }), + new PivotSalesDataItem({ Country: `India`, Product: `Kensington`, UnitsSold: 1291, ManufacturingPrice: 3, SalePrice: 20, GrossSales: 25820, Discounts: 1193.4, Sales: 24626.6, COGS: 6630, Profit: 17996.6, Date: `05/01/2020`, MonthName: `May`, Year: 2020 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Kensington`, UnitsSold: 1213, ManufacturingPrice: 3, SalePrice: 7, GrossSales: 8491, Discounts: 515.97, Sales: 7975.03, COGS: 4095, Profit: 3880.03, Date: `07/01/2020`, MonthName: `July`, Year: 2020 }), + new PivotSalesDataItem({ Country: `India`, Product: `Kensington`, UnitsSold: 2370, ManufacturingPrice: 3, SalePrice: 12, GrossSales: 28440, Discounts: 1706.4, Sales: 26733.6, COGS: 4740, Profit: 21993.6, Date: `09/01/2020`, MonthName: `September`, Year: 2020 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Kensington`, UnitsSold: 1979, ManufacturingPrice: 3, SalePrice: 7, GrossSales: 13853, Discounts: 328.23, Sales: 13524.77, COGS: 2605, Profit: 10919.77, Date: `12/01/2020`, MonthName: `December`, Year: 2020 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Vermont`, UnitsSold: 2879, ManufacturingPrice: 10, SalePrice: 20, GrossSales: 57580, Discounts: 1751.4, Sales: 55828.6, COGS: 9730, Profit: 46098.6, Date: `03/01/2020`, MonthName: `March`, Year: 2020 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Vermont`, UnitsSold: 1707, ManufacturingPrice: 10, SalePrice: 20, GrossSales: 34140, Discounts: 1868.4, Sales: 32271.6, COGS: 10380, Profit: 21891.6, Date: `06/01/2020`, MonthName: `June`, Year: 2020 }), + new PivotSalesDataItem({ Country: `India`, Product: `Vermont`, UnitsSold: 2933, ManufacturingPrice: 10, SalePrice: 7, GrossSales: 20531, Discounts: 226.8, Sales: 20304.2, COGS: 1800, Profit: 18504.2, Date: `10/01/2020`, MonthName: `October`, Year: 2020 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Burlington`, UnitsSold: 1014, ManufacturingPrice: 120, SalePrice: 12, GrossSales: 12168, Discounts: 2124.36, Sales: 10043.64, COGS: 5901, Profit: 4142.64, Date: `03/01/2020`, MonthName: `March`, Year: 2020 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Burlington`, UnitsSold: 693, ManufacturingPrice: 120, SalePrice: 15, GrossSales: 10395, Discounts: 3547.8, Sales: 6847.2, COGS: 26280, Profit: 19432.8, Date: `04/01/2020`, MonthName: `April`, Year: 2020 }), + new PivotSalesDataItem({ Country: `India`, Product: `Mandarin`, UnitsSold: 3741, ManufacturingPrice: 250, SalePrice: 7, GrossSales: 26187, Discounts: 226.8, Sales: 25960.2, COGS: 1800, Profit: 24160.2, Date: `10/01/2020`, MonthName: `October`, Year: 2020 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Mandarin`, UnitsSold: 3995, ManufacturingPrice: 250, SalePrice: 7, GrossSales: 27965, Discounts: 328.23, Sales: 27636.77, COGS: 2605, Profit: 25031.77, Date: `12/01/2020`, MonthName: `December`, Year: 2020 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Luxe`, UnitsSold: 953, ManufacturingPrice: 260, SalePrice: 20, GrossSales: 19060, Discounts: 1868.4, Sales: 17191.6, COGS: 10380, Profit: 6811.6, Date: `06/01/2020`, MonthName: `June`, Year: 2020 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Luxe`, UnitsSold: 2530, ManufacturingPrice: 260, SalePrice: 15, GrossSales: 37950, Discounts: 2201.18, Sales: 35748.82, COGS: 16305, Profit: 19443.82, Date: `07/01/2020`, MonthName: `July`, Year: 2020 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Kensington`, UnitsSold: 1372, ManufacturingPrice: 3, SalePrice: 20, GrossSales: 27440, Discounts: null, Sales: 27440, COGS: 16185, Profit: 11255, Date: `01/01/2019`, MonthName: `January`, Year: 2019 }), + new PivotSalesDataItem({ Country: `India`, Product: `Kensington`, UnitsSold: 2762, ManufacturingPrice: 3, SalePrice: 20, GrossSales: 55240, Discounts: null, Sales: 55240, COGS: 13210, Profit: 42030, Date: `01/01/2019`, MonthName: `January`, Year: 2019 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Kensington`, UnitsSold: 1464, ManufacturingPrice: 3, SalePrice: 15, GrossSales: 21960, Discounts: null, Sales: 21960, COGS: 21780, Profit: 180, Date: `06/01/2019`, MonthName: `June`, Year: 2019 }), + new PivotSalesDataItem({ Country: `India`, Product: `Kensington`, UnitsSold: 719, ManufacturingPrice: 3, SalePrice: 15, GrossSales: 10785, Discounts: null, Sales: 10785, COGS: 8880, Profit: 1905, Date: `06/01/2019`, MonthName: `June`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Kensington`, UnitsSold: 3576, ManufacturingPrice: 3, SalePrice: 15, GrossSales: 53640, Discounts: null, Sales: 53640, COGS: 24700, Profit: 28940, Date: `06/01/2019`, MonthName: `June`, Year: 2019 }), + new PivotSalesDataItem({ Country: `India`, Product: `Kensington`, UnitsSold: 4422, ManufacturingPrice: 3, SalePrice: 350, GrossSales: 1547700, Discounts: null, Sales: 1547700, COGS: 393380, Profit: 1154320, Date: `12/01/2019`, MonthName: `December`, Year: 2019 }), + new PivotSalesDataItem({ Country: `India`, Product: `Royal Oak`, UnitsSold: 3649, ManufacturingPrice: 5, SalePrice: 15, GrossSales: 54735, Discounts: null, Sales: 54735, COGS: 9210, Profit: 45525, Date: `03/01/2019`, MonthName: `March`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Royal Oak`, UnitsSold: 4172, ManufacturingPrice: 5, SalePrice: 12, GrossSales: 50064, Discounts: null, Sales: 50064, COGS: 7554, Profit: 42510, Date: `06/01/2019`, MonthName: `June`, Year: 2019 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Royal Oak`, UnitsSold: 3841, ManufacturingPrice: 5, SalePrice: 20, GrossSales: 76820, Discounts: null, Sales: 76820, COGS: 18990, Profit: 57830, Date: `06/01/2019`, MonthName: `June`, Year: 2019 }), + new PivotSalesDataItem({ Country: `India`, Product: `Royal Oak`, UnitsSold: 3726, ManufacturingPrice: 5, SalePrice: 12, GrossSales: 44712, Discounts: null, Sales: 44712, COGS: 4635, Profit: 40077, Date: `06/01/2019`, MonthName: `June`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Royal Oak`, UnitsSold: 2625, ManufacturingPrice: 5, SalePrice: 15, GrossSales: 39375, Discounts: null, Sales: 39375, COGS: 24700, Profit: 14675, Date: `06/01/2019`, MonthName: `June`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Royal Oak`, UnitsSold: 1958, ManufacturingPrice: 5, SalePrice: 125, GrossSales: 244750, Discounts: null, Sales: 244750, COGS: 319860, Profit: 75110, Date: `07/01/2019`, MonthName: `July`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Royal Oak`, UnitsSold: 3271, ManufacturingPrice: 5, SalePrice: 300, GrossSales: 981300, Discounts: null, Sales: 981300, COGS: 239500, Profit: 741800, Date: `08/01/2019`, MonthName: `August`, Year: 2019 }), + new PivotSalesDataItem({ Country: `India`, Product: `Royal Oak`, UnitsSold: 2091, ManufacturingPrice: 5, SalePrice: 7, GrossSales: 14637, Discounts: null, Sales: 14637, COGS: 10730, Profit: 3907, Date: `09/01/2019`, MonthName: `September`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Royal Oak`, UnitsSold: 2530, ManufacturingPrice: 5, SalePrice: 125, GrossSales: 316250, Discounts: null, Sales: 316250, COGS: 41400, Profit: 274850, Date: `10/01/2018`, MonthName: `October`, Year: 2018 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Royal Oak`, UnitsSold: 2825, ManufacturingPrice: 5, SalePrice: 15, GrossSales: 42375, Discounts: null, Sales: 42375, COGS: 6150, Profit: 36225, Date: `12/01/2019`, MonthName: `December`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Vermont`, UnitsSold: 2513, ManufacturingPrice: 10, SalePrice: 20, GrossSales: 50260, Discounts: null, Sales: 50260, COGS: 2920, Profit: 47340, Date: `02/01/2019`, MonthName: `February`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Vermont`, UnitsSold: 883, ManufacturingPrice: 10, SalePrice: 15, GrossSales: 13245, Discounts: null, Sales: 13245, COGS: 9740, Profit: 3505, Date: `02/01/2019`, MonthName: `February`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Vermont`, UnitsSold: 2087, ManufacturingPrice: 10, SalePrice: 12, GrossSales: 25044, Discounts: null, Sales: 25044, COGS: 7554, Profit: 17490, Date: `06/01/2019`, MonthName: `June`, Year: 2019 }), + new PivotSalesDataItem({ Country: `India`, Product: `Vermont`, UnitsSold: 2563, ManufacturingPrice: 10, SalePrice: 350, GrossSales: 897050, Discounts: null, Sales: 897050, COGS: 261560, Profit: 635490, Date: `06/01/2019`, MonthName: `June`, Year: 2019 }), + new PivotSalesDataItem({ Country: `India`, Product: `Vermont`, UnitsSold: 2846, ManufacturingPrice: 10, SalePrice: 12, GrossSales: 34152, Discounts: null, Sales: 34152, COGS: 1101, Profit: 33051, Date: `07/01/2019`, MonthName: `July`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Vermont`, UnitsSold: 997, ManufacturingPrice: 10, SalePrice: 7, GrossSales: 6979, Discounts: null, Sales: 6979, COGS: 4415, Profit: 2564, Date: `08/01/2019`, MonthName: `August`, Year: 2019 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Vermont`, UnitsSold: 3421, ManufacturingPrice: 10, SalePrice: 15, GrossSales: 51315, Discounts: null, Sales: 51315, COGS: 5490, Profit: 45825, Date: `09/01/2018`, MonthName: `September`, Year: 2018 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Marchesa`, UnitsSold: 70000, ManufacturingPrice: 10, SalePrice: 15, GrossSales: 1050000, Discounts: null, Sales: 1050000, COGS: 5490, Profit: 1044510, Date: `09/01/2018`, MonthName: `September`, Year: 2018 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Vermont`, UnitsSold: 2291, ManufacturingPrice: 10, SalePrice: 300, GrossSales: 687300, Discounts: null, Sales: 687300, COGS: 197000, Profit: 490300, Date: `09/01/2018`, MonthName: `September`, Year: 2018 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Vermont`, UnitsSold: 2290, ManufacturingPrice: 10, SalePrice: 15, GrossSales: 34350, Discounts: null, Sales: 34350, COGS: 24720, Profit: 9630, Date: `09/01/2019`, MonthName: `September`, Year: 2019 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Vermont`, UnitsSold: 2133, ManufacturingPrice: 10, SalePrice: 7, GrossSales: 14931, Discounts: null, Sales: 14931, COGS: 5715, Profit: 9216, Date: `10/01/2019`, MonthName: `October`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Vermont`, UnitsSold: 3475, ManufacturingPrice: 10, SalePrice: 350, GrossSales: 1216250, Discounts: null, Sales: 1216250, COGS: 448500, Profit: 767750, Date: `11/01/2018`, MonthName: `November`, Year: 2018 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Vermont`, UnitsSold: 3686, ManufacturingPrice: 10, SalePrice: 12, GrossSales: 44232, Discounts: null, Sales: 44232, COGS: 2736, Profit: 41496, Date: `11/01/2018`, MonthName: `November`, Year: 2018 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Vermont`, UnitsSold: 3319, ManufacturingPrice: 10, SalePrice: 15, GrossSales: 49785, Discounts: null, Sales: 49785, COGS: 21520, Profit: 28265, Date: `12/01/2018`, MonthName: `December`, Year: 2018 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Vermont`, UnitsSold: 3617, ManufacturingPrice: 10, SalePrice: 20, GrossSales: 72340, Discounts: null, Sales: 72340, COGS: 18170, Profit: 54170, Date: `12/01/2019`, MonthName: `December`, Year: 2019 }), + new PivotSalesDataItem({ Country: `India`, Product: `Vermont`, UnitsSold: 1266, ManufacturingPrice: 10, SalePrice: 350, GrossSales: 443100, Discounts: null, Sales: 443100, COGS: 393380, Profit: 49720, Date: `12/01/2019`, MonthName: `December`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Burlington`, UnitsSold: 894, ManufacturingPrice: 120, SalePrice: 7, GrossSales: 6258, Discounts: null, Sales: 6258, COGS: 7465, Profit: 1207, Date: `01/01/2019`, MonthName: `January`, Year: 2019 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Burlington`, UnitsSold: 2725, ManufacturingPrice: 120, SalePrice: 125, GrossSales: 340625, Discounts: null, Sales: 340625, COGS: 216480, Profit: 124145, Date: `02/01/2019`, MonthName: `February`, Year: 2019 }), + new PivotSalesDataItem({ Country: `India`, Product: `Burlington`, UnitsSold: 3061, ManufacturingPrice: 120, SalePrice: 12, GrossSales: 36732, Discounts: null, Sales: 36732, COGS: 6483, Profit: 30249, Date: `03/01/2019`, MonthName: `March`, Year: 2019 }), + new PivotSalesDataItem({ Country: `India`, Product: `Burlington`, UnitsSold: 3958, ManufacturingPrice: 120, SalePrice: 350, GrossSales: 1385300, Discounts: null, Sales: 1385300, COGS: 261560, Profit: 1123740, Date: `06/01/2019`, MonthName: `June`, Year: 2019 }), + new PivotSalesDataItem({ Country: `India`, Product: `Burlington`, UnitsSold: 3920, ManufacturingPrice: 120, SalePrice: 12, GrossSales: 47040, Discounts: null, Sales: 47040, COGS: 4635, Profit: 42405, Date: `06/01/2019`, MonthName: `June`, Year: 2019 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Burlington`, UnitsSold: 3381, ManufacturingPrice: 120, SalePrice: 125, GrossSales: 422625, Discounts: null, Sales: 422625, COGS: 338520, Profit: 84105, Date: `08/01/2019`, MonthName: `August`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Burlington`, UnitsSold: 1094, ManufacturingPrice: 120, SalePrice: 125, GrossSales: 136750, Discounts: null, Sales: 136750, COGS: 41400, Profit: 95350, Date: `10/01/2018`, MonthName: `October`, Year: 2018 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Mandarin`, UnitsSold: 4307, ManufacturingPrice: 250, SalePrice: 300, GrossSales: 1292100, Discounts: null, Sales: 1292100, COGS: 500250, Profit: 791850, Date: `02/01/2019`, MonthName: `February`, Year: 2019 }), + new PivotSalesDataItem({ Country: `India`, Product: `Mandarin`, UnitsSold: 878, ManufacturingPrice: 250, SalePrice: 12, GrossSales: 10536, Discounts: null, Sales: 10536, COGS: 8514, Profit: 2022, Date: `04/01/2019`, MonthName: `April`, Year: 2019 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Mandarin`, UnitsSold: 496, ManufacturingPrice: 250, SalePrice: 15, GrossSales: 7440, Discounts: null, Sales: 7440, COGS: 21780, Profit: 14340, Date: `06/01/2019`, MonthName: `June`, Year: 2019 }), + new PivotSalesDataItem({ Country: `India`, Product: `Mandarin`, UnitsSold: 3367, ManufacturingPrice: 250, SalePrice: 15, GrossSales: 50505, Discounts: null, Sales: 50505, COGS: 8880, Profit: 41625, Date: `06/01/2019`, MonthName: `June`, Year: 2019 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Mandarin`, UnitsSold: 3880, ManufacturingPrice: 250, SalePrice: 350, GrossSales: 1358000, Discounts: null, Sales: 1358000, COGS: 397020, Profit: 960980, Date: `09/01/2018`, MonthName: `September`, Year: 2018 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Mandarin`, UnitsSold: 2055, ManufacturingPrice: 250, SalePrice: 300, GrossSales: 616500, Discounts: null, Sales: 616500, COGS: 537750, Profit: 78750, Date: `09/01/2019`, MonthName: `September`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Mandarin`, UnitsSold: 4041, ManufacturingPrice: 250, SalePrice: 20, GrossSales: 80820, Discounts: null, Sales: 80820, COGS: 18170, Profit: 62650, Date: `12/01/2019`, MonthName: `December`, Year: 2019 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Luxe`, UnitsSold: 3237, ManufacturingPrice: 260, SalePrice: 350, GrossSales: 1132950, Discounts: null, Sales: 1132950, COGS: 715000, Profit: 417950, Date: `02/01/2019`, MonthName: `February`, Year: 2019 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Luxe`, UnitsSold: 630, ManufacturingPrice: 260, SalePrice: 12, GrossSales: 7560, Discounts: null, Sales: 7560, COGS: 5859, Profit: 1701, Date: `04/01/2019`, MonthName: `April`, Year: 2019 }), + new PivotSalesDataItem({ Country: `India`, Product: `Luxe`, UnitsSold: 4210, ManufacturingPrice: 260, SalePrice: 125, GrossSales: 526250, Discounts: null, Sales: 526250, COGS: 506340, Profit: 19910, Date: `04/01/2019`, MonthName: `April`, Year: 2019 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Luxe`, UnitsSold: 1127, ManufacturingPrice: 260, SalePrice: 20, GrossSales: 22540, Discounts: null, Sales: 22540, COGS: 18990, Profit: 3550, Date: `06/01/2019`, MonthName: `June`, Year: 2019 }), + new PivotSalesDataItem({ Country: `India`, Product: `Luxe`, UnitsSold: 3438, ManufacturingPrice: 260, SalePrice: 7, GrossSales: 24066, Discounts: null, Sales: 24066, COGS: 8430, Profit: 15636, Date: `07/01/2019`, MonthName: `July`, Year: 2019 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Luxe`, UnitsSold: 2015, ManufacturingPrice: 260, SalePrice: 12, GrossSales: 24180, Discounts: null, Sales: 24180, COGS: 6423, Profit: 17757, Date: `08/01/2019`, MonthName: `August`, Year: 2019 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Luxe`, UnitsSold: 2534, ManufacturingPrice: 260, SalePrice: 7, GrossSales: 17738, Discounts: null, Sales: 17738, COGS: 5715, Profit: 12023, Date: `10/01/2019`, MonthName: `October`, Year: 2019 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Luxe`, UnitsSold: 1384, ManufacturingPrice: 260, SalePrice: 15, GrossSales: 20760, Discounts: null, Sales: 20760, COGS: 6150, Profit: 14610, Date: `12/01/2019`, MonthName: `December`, Year: 2019 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Vermont`, UnitsSold: 3561, ManufacturingPrice: 10, SalePrice: 7, GrossSales: 24927, Discounts: 276.15, Sales: 24650.85, COGS: 19725, Profit: 4925.85, Date: `01/01/2019`, MonthName: `January`, Year: 2019 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Vermont`, UnitsSold: 1823, ManufacturingPrice: 10, SalePrice: 15, GrossSales: 27345, Discounts: 344.4, Sales: 27000.6, COGS: 22960, Profit: 4040.6, Date: `02/01/2019`, MonthName: `February`, Year: 2019 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Vermont`, UnitsSold: 2795, ManufacturingPrice: 10, SalePrice: 7, GrossSales: 19565, Discounts: 72.1, Sales: 19492.9, COGS: 5150, Profit: 14342.9, Date: `05/01/2019`, MonthName: `May`, Year: 2019 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Burlington`, UnitsSold: 457, ManufacturingPrice: 120, SalePrice: 7, GrossSales: 3199, Discounts: 44.73, Sales: 3154.27, COGS: 3195, Profit: 40.73, Date: `11/01/2019`, MonthName: `November`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Mandarin`, UnitsSold: 3785, ManufacturingPrice: 250, SalePrice: 7, GrossSales: 26495, Discounts: 92.82, Sales: 26402.18, COGS: 6630, Profit: 19772.18, Date: `03/01/2019`, MonthName: `March`, Year: 2019 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Kensington`, UnitsSold: 748, ManufacturingPrice: 3, SalePrice: 12, GrossSales: 8976, Discounts: 222.96, Sales: 8753.04, COGS: 5574, Profit: 3179.04, Date: `02/01/2019`, MonthName: `February`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Kensington`, UnitsSold: 1021, ManufacturingPrice: 3, SalePrice: 350, GrossSales: 357350, Discounts: 4235, Sales: 353115, COGS: 314600, Profit: 38515, Date: `03/01/2019`, MonthName: `March`, Year: 2019 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Kensington`, UnitsSold: 2076, ManufacturingPrice: 3, SalePrice: 7, GrossSales: 14532, Discounts: 177.03, Sales: 14354.97, COGS: 12645, Profit: 1709.97, Date: `07/01/2019`, MonthName: `July`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Kensington`, UnitsSold: 4316, ManufacturingPrice: 3, SalePrice: 12, GrossSales: 51792, Discounts: 173.4, Sales: 51618.6, COGS: 4335, Profit: 47283.6, Date: `09/01/2019`, MonthName: `September`, Year: 2019 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Kensington`, UnitsSold: 2654, ManufacturingPrice: 3, SalePrice: 125, GrossSales: 331750, Discounts: 412.5, Sales: 331337.5, COGS: 39600, Profit: 291737.5, Date: `09/01/2018`, MonthName: `September`, Year: 2018 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Kensington`, UnitsSold: 4174, ManufacturingPrice: 3, SalePrice: 12, GrossSales: 50088, Discounts: 320.52, Sales: 49767.48, COGS: 8013, Profit: 41754.48, Date: `09/01/2019`, MonthName: `September`, Year: 2019 }), + new PivotSalesDataItem({ Country: `India`, Product: `Kensington`, UnitsSold: 1675, ManufacturingPrice: 3, SalePrice: 12, GrossSales: 20100, Discounts: 91.92, Sales: 20008.08, COGS: 2298, Profit: 17710.08, Date: `10/01/2018`, MonthName: `October`, Year: 2018 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Kensington`, UnitsSold: 1572, ManufacturingPrice: 3, SalePrice: 300, GrossSales: 471600, Discounts: 1482, Sales: 470118, COGS: 123500, Profit: 346618, Date: `10/01/2018`, MonthName: `October`, Year: 2018 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Kensington`, UnitsSold: 3736, ManufacturingPrice: 3, SalePrice: 350, GrossSales: 1307600, Discounts: 4889.5, Sales: 1302710.5, COGS: 363220, Profit: 939490.5, Date: `10/01/2019`, MonthName: `October`, Year: 2019 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Kensington`, UnitsSold: 1914, ManufacturingPrice: 3, SalePrice: 350, GrossSales: 669900, Discounts: 7542.5, Sales: 662357.5, COGS: 560300, Profit: 102057.5, Date: `12/01/2019`, MonthName: `December`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Royal Oak`, UnitsSold: 2742, ManufacturingPrice: 5, SalePrice: 15, GrossSales: 41130, Discounts: 332.1, Sales: 40797.9, COGS: 22140, Profit: 18657.9, Date: `03/01/2019`, MonthName: `March`, Year: 2019 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Royal Oak`, UnitsSold: 1499, ManufacturingPrice: 5, SalePrice: 300, GrossSales: 449700, Discounts: 6903, Sales: 442797, COGS: 575250, Profit: 132453, Date: `04/01/2019`, MonthName: `April`, Year: 2019 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Royal Oak`, UnitsSold: 3772, ManufacturingPrice: 5, SalePrice: 20, GrossSales: 75440, Discounts: 275.1, Sales: 75164.9, COGS: 13755, Profit: 61409.9, Date: `07/01/2019`, MonthName: `July`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Royal Oak`, UnitsSold: 1112, ManufacturingPrice: 5, SalePrice: 7, GrossSales: 7784, Discounts: 128.1, Sales: 7655.9, COGS: 9150, Profit: 1494.1, Date: `08/01/2019`, MonthName: `August`, Year: 2019 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Royal Oak`, UnitsSold: 1723, ManufacturingPrice: 5, SalePrice: 300, GrossSales: 516900, Discounts: 7494, Sales: 509406, COGS: 624500, Profit: 115094, Date: `09/01/2018`, MonthName: `September`, Year: 2018 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Royal Oak`, UnitsSold: 423, ManufacturingPrice: 5, SalePrice: 125, GrossSales: 52875, Discounts: 828.75, Sales: 52046.25, COGS: 79560, Profit: 27513.75, Date: `10/01/2018`, MonthName: `October`, Year: 2018 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Vermont`, UnitsSold: 2368, ManufacturingPrice: 10, SalePrice: 15, GrossSales: 35520, Discounts: 227.1, Sales: 35292.9, COGS: 15140, Profit: 20152.9, Date: `02/01/2019`, MonthName: `February`, Year: 2019 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Vermont`, UnitsSold: 1586, ManufacturingPrice: 10, SalePrice: 7, GrossSales: 11102, Discounts: 314.48, Sales: 10787.52, COGS: 22462.5, Profit: 11674.98, Date: `04/01/2019`, MonthName: `April`, Year: 2019 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Vermont`, UnitsSold: 3386, ManufacturingPrice: 10, SalePrice: 125, GrossSales: 423250, Discounts: 908.75, Sales: 422341.25, COGS: 87240, Profit: 335101.25, Date: `06/01/2019`, MonthName: `June`, Year: 2019 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Vermont`, UnitsSold: 852, ManufacturingPrice: 10, SalePrice: 125, GrossSales: 106500, Discounts: 983.75, Sales: 105516.25, COGS: 94440, Profit: 11076.25, Date: `06/01/2019`, MonthName: `June`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Vermont`, UnitsSold: 2783, ManufacturingPrice: 10, SalePrice: 125, GrossSales: 347875, Discounts: 2278.75, Sales: 345596.25, COGS: 218760, Profit: 126836.25, Date: `07/01/2019`, MonthName: `July`, Year: 2019 }), + new PivotSalesDataItem({ Country: `India`, Product: `Vermont`, UnitsSold: 2684, ManufacturingPrice: 10, SalePrice: 15, GrossSales: 40260, Discounts: 112.05, Sales: 40147.95, COGS: 7470, Profit: 32677.95, Date: `09/01/2019`, MonthName: `September`, Year: 2019 }), + new PivotSalesDataItem({ Country: `India`, Product: `Vermont`, UnitsSold: 4393, ManufacturingPrice: 10, SalePrice: 12, GrossSales: 52716, Discounts: 91.92, Sales: 52624.08, COGS: 2298, Profit: 50326.08, Date: `10/01/2018`, MonthName: `October`, Year: 2018 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Vermont`, UnitsSold: 4083, ManufacturingPrice: 10, SalePrice: 300, GrossSales: 1224900, Discounts: 8715, Sales: 1216185, COGS: 726250, Profit: 489935, Date: `11/01/2019`, MonthName: `November`, Year: 2019 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Vermont`, UnitsSold: 2816, ManufacturingPrice: 10, SalePrice: 350, GrossSales: 985600, Discounts: 7542.5, Sales: 978057.5, COGS: 560300, Profit: 417757.5, Date: `12/01/2019`, MonthName: `December`, Year: 2019 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Burlington`, UnitsSold: 4294, ManufacturingPrice: 120, SalePrice: 20, GrossSales: 85880, Discounts: 772.8, Sales: 85107.2, COGS: 38640, Profit: 46467.2, Date: `04/01/2019`, MonthName: `April`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Burlington`, UnitsSold: 2856, ManufacturingPrice: 120, SalePrice: 7, GrossSales: 19992, Discounts: 25.34, Sales: 19966.66, COGS: 1810, Profit: 18156.66, Date: `05/01/2019`, MonthName: `May`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Burlington`, UnitsSold: 1407, ManufacturingPrice: 120, SalePrice: 125, GrossSales: 175875, Discounts: 1153.75, Sales: 174721.25, COGS: 110760, Profit: 63961.25, Date: `08/01/2019`, MonthName: `August`, Year: 2019 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Burlington`, UnitsSold: 3850, ManufacturingPrice: 120, SalePrice: 125, GrossSales: 481250, Discounts: 828.75, Sales: 480421.25, COGS: 79560, Profit: 400861.25, Date: `10/01/2018`, MonthName: `October`, Year: 2018 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Burlington`, UnitsSold: 2856, ManufacturingPrice: 120, SalePrice: 7, GrossSales: 19992, Discounts: 146.44, Sales: 19845.56, COGS: 10460, Profit: 9385.56, Date: `11/01/2018`, MonthName: `November`, Year: 2018 }), + new PivotSalesDataItem({ Country: `India`, Product: `Mandarin`, UnitsSold: 1265, ManufacturingPrice: 250, SalePrice: 7, GrossSales: 8855, Discounts: 18.41, Sales: 8836.59, COGS: 1315, Profit: 7521.59, Date: `03/01/2019`, MonthName: `March`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Mandarin`, UnitsSold: 3892, ManufacturingPrice: 250, SalePrice: 350, GrossSales: 1362200, Discounts: 3302.25, Sales: 1358897.75, COGS: 245310, Profit: 1113587.75, Date: `04/01/2019`, MonthName: `April`, Year: 2019 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Mandarin`, UnitsSold: 3068, ManufacturingPrice: 250, SalePrice: 125, GrossSales: 383500, Discounts: 908.75, Sales: 382591.25, COGS: 87240, Profit: 295351.25, Date: `06/01/2019`, MonthName: `June`, Year: 2019 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Mandarin`, UnitsSold: 2181, ManufacturingPrice: 250, SalePrice: 125, GrossSales: 272625, Discounts: 983.75, Sales: 271641.25, COGS: 94440, Profit: 177201.25, Date: `06/01/2019`, MonthName: `June`, Year: 2019 }), + new PivotSalesDataItem({ Country: `India`, Product: `Mandarin`, UnitsSold: 1356, ManufacturingPrice: 250, SalePrice: 300, GrossSales: 406800, Discounts: 2958, Sales: 403842, COGS: 246500, Profit: 157342, Date: `09/01/2019`, MonthName: `September`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Mandarin`, UnitsSold: 2545, ManufacturingPrice: 250, SalePrice: 300, GrossSales: 763500, Discounts: 1482, Sales: 762018, COGS: 123500, Profit: 638518, Date: `10/01/2018`, MonthName: `October`, Year: 2018 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Mandarin`, UnitsSold: 1814, ManufacturingPrice: 250, SalePrice: 350, GrossSales: 634900, Discounts: 4889.5, Sales: 630010.5, COGS: 363220, Profit: 266790.5, Date: `10/01/2019`, MonthName: `October`, Year: 2019 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Mandarin`, UnitsSold: 1495, ManufacturingPrice: 250, SalePrice: 125, GrossSales: 186875, Discounts: 2180, Sales: 184695, COGS: 209280, Profit: 24585, Date: `11/01/2019`, MonthName: `November`, Year: 2019 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Luxe`, UnitsSold: 1154, ManufacturingPrice: 260, SalePrice: 12, GrossSales: 13848, Discounts: 238.68, Sales: 13609.32, COGS: 5967, Profit: 7642.32, Date: `09/01/2018`, MonthName: `September`, Year: 2018 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Luxe`, UnitsSold: 4180, ManufacturingPrice: 260, SalePrice: 15, GrossSales: 62700, Discounts: 48.15, Sales: 62651.85, COGS: 3210, Profit: 59441.85, Date: `11/01/2018`, MonthName: `November`, Year: 2018 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Kensington`, UnitsSold: 1463, ManufacturingPrice: 3, SalePrice: 125, GrossSales: 182875, Discounts: 1856.25, Sales: 181018.75, COGS: 89100, Profit: 91918.75, Date: `04/01/2019`, MonthName: `April`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Kensington`, UnitsSold: 215, ManufacturingPrice: 3, SalePrice: 12, GrossSales: 2580, Discounts: 310.8, Sales: 2269.2, COGS: 3885, Profit: 1615.8, Date: `10/01/2019`, MonthName: `October`, Year: 2019 }), + new PivotSalesDataItem({ Country: `India`, Product: `Kensington`, UnitsSold: 4099, ManufacturingPrice: 3, SalePrice: 300, GrossSales: 1229700, Discounts: 1284, Sales: 1228416, COGS: 53500, Profit: 1174916, Date: `10/01/2018`, MonthName: `October`, Year: 2018 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Kensington`, UnitsSold: 2660, ManufacturingPrice: 3, SalePrice: 7, GrossSales: 18620, Discounts: 300.3, Sales: 18319.7, COGS: 10725, Profit: 7594.7, Date: `11/01/2018`, MonthName: `November`, Year: 2018 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Kensington`, UnitsSold: 566, ManufacturingPrice: 3, SalePrice: 350, GrossSales: 198100, Discounts: 19964, Sales: 178136, COGS: 741520, Profit: 563384, Date: `12/01/2019`, MonthName: `December`, Year: 2019 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Royal Oak`, UnitsSold: 3255, ManufacturingPrice: 5, SalePrice: 12, GrossSales: 39060, Discounts: 274.08, Sales: 38785.92, COGS: 3426, Profit: 35359.92, Date: `06/01/2019`, MonthName: `June`, Year: 2019 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Royal Oak`, UnitsSold: 772, ManufacturingPrice: 5, SalePrice: 20, GrossSales: 15440, Discounts: 626.4, Sales: 14813.6, COGS: 15660, Profit: 846.4, Date: `10/01/2019`, MonthName: `October`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Royal Oak`, UnitsSold: 1135, ManufacturingPrice: 5, SalePrice: 12, GrossSales: 13620, Discounts: 165.6, Sales: 13454.4, COGS: 2070, Profit: 11384.4, Date: `11/01/2019`, MonthName: `November`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Royal Oak`, UnitsSold: 3826, ManufacturingPrice: 5, SalePrice: 125, GrossSales: 478250, Discounts: 4150, Sales: 474100, COGS: 199200, Profit: 274900, Date: `11/01/2018`, MonthName: `November`, Year: 2018 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Vermont`, UnitsSold: 1193, ManufacturingPrice: 10, SalePrice: 15, GrossSales: 17895, Discounts: 708.9, Sales: 17186.1, COGS: 23630, Profit: 6443.9, Date: `02/01/2019`, MonthName: `February`, Year: 2019 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Vermont`, UnitsSold: 2530, ManufacturingPrice: 10, SalePrice: 300, GrossSales: 759000, Discounts: 5508, Sales: 753492, COGS: 229500, Profit: 523992, Date: `05/01/2019`, MonthName: `May`, Year: 2019 }), + new PivotSalesDataItem({ Country: `India`, Product: `Vermont`, UnitsSold: 3451, ManufacturingPrice: 10, SalePrice: 300, GrossSales: 1035300, Discounts: 10368, Sales: 1024932, COGS: 432000, Profit: 592932, Date: `05/01/2019`, MonthName: `May`, Year: 2019 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Vermont`, UnitsSold: 3059, ManufacturingPrice: 10, SalePrice: 12, GrossSales: 36708, Discounts: 274.08, Sales: 36433.92, COGS: 3426, Profit: 33007.92, Date: `06/01/2019`, MonthName: `June`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Vermont`, UnitsSold: 3957, ManufacturingPrice: 10, SalePrice: 125, GrossSales: 494625, Discounts: 1655, Sales: 492970, COGS: 79440, Profit: 413530, Date: `06/01/2019`, MonthName: `June`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Vermont`, UnitsSold: 3444, ManufacturingPrice: 10, SalePrice: 12, GrossSales: 41328, Discounts: 310.8, Sales: 41017.2, COGS: 3885, Profit: 37132.2, Date: `10/01/2019`, MonthName: `October`, Year: 2019 }), + new PivotSalesDataItem({ Country: `India`, Product: `Vermont`, UnitsSold: 4388, ManufacturingPrice: 10, SalePrice: 125, GrossSales: 548500, Discounts: 2022.5, Sales: 546477.5, COGS: 97080, Profit: 449397.5, Date: `10/01/2018`, MonthName: `October`, Year: 2018 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Vermont`, UnitsSold: 2106, ManufacturingPrice: 10, SalePrice: 125, GrossSales: 263250, Discounts: 5362.5, Sales: 257887.5, COGS: 257400, Profit: 487.5, Date: `10/01/2018`, MonthName: `October`, Year: 2018 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Vermont`, UnitsSold: 799, ManufacturingPrice: 10, SalePrice: 12, GrossSales: 9588, Discounts: 428.4, Sales: 9159.6, COGS: 5355, Profit: 3804.6, Date: `11/01/2018`, MonthName: `November`, Year: 2018 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Vermont`, UnitsSold: 3154, ManufacturingPrice: 10, SalePrice: 300, GrossSales: 946200, Discounts: 11496, Sales: 934704, COGS: 479000, Profit: 455704, Date: `12/01/2019`, MonthName: `December`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Vermont`, UnitsSold: 4108, ManufacturingPrice: 10, SalePrice: 350, GrossSales: 1437800, Discounts: 19964, Sales: 1417836, COGS: 741520, Profit: 676316, Date: `12/01/2019`, MonthName: `December`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Vermont`, UnitsSold: 3760, ManufacturingPrice: 10, SalePrice: 125, GrossSales: 470000, Discounts: 6822.5, Sales: 463177.5, COGS: 327480, Profit: 135697.5, Date: `12/01/2019`, MonthName: `December`, Year: 2019 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Vermont`, UnitsSold: 377, ManufacturingPrice: 10, SalePrice: 15, GrossSales: 5655, Discounts: 577.5, Sales: 5077.5, COGS: 19250, Profit: 14172.5, Date: `12/01/2018`, MonthName: `December`, Year: 2018 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Vermont`, UnitsSold: 2110, ManufacturingPrice: 10, SalePrice: 7, GrossSales: 14770, Discounts: 281.82, Sales: 14488.18, COGS: 10065, Profit: 4423.18, Date: `12/01/2018`, MonthName: `December`, Year: 2018 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Vermont`, UnitsSold: 2334, ManufacturingPrice: 10, SalePrice: 12, GrossSales: 28008, Discounts: 253.2, Sales: 27754.8, COGS: 3165, Profit: 24589.8, Date: `12/01/2019`, MonthName: `December`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Vermont`, UnitsSold: 580, ManufacturingPrice: 10, SalePrice: 12, GrossSales: 6960, Discounts: 260.16, Sales: 6699.84, COGS: 3252, Profit: 3447.84, Date: `12/01/2019`, MonthName: `December`, Year: 2019 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Burlington`, UnitsSold: 2610, ManufacturingPrice: 120, SalePrice: 20, GrossSales: 52200, Discounts: 626.4, Sales: 51573.6, COGS: 15660, Profit: 35913.6, Date: `10/01/2019`, MonthName: `October`, Year: 2019 }), + new PivotSalesDataItem({ Country: `India`, Product: `Burlington`, UnitsSold: 1598, ManufacturingPrice: 120, SalePrice: 350, GrossSales: 559300, Discounts: 20762, Sales: 538538, COGS: 771160, Profit: 232622, Date: `10/01/2018`, MonthName: `October`, Year: 2018 }), + new PivotSalesDataItem({ Country: `India`, Product: `Burlington`, UnitsSold: 1459, ManufacturingPrice: 120, SalePrice: 350, GrossSales: 510650, Discounts: 20139, Sales: 490511, COGS: 748020, Profit: 257509, Date: `10/01/2019`, MonthName: `October`, Year: 2019 }), + new PivotSalesDataItem({ Country: `India`, Product: `Burlington`, UnitsSold: 3284, ManufacturingPrice: 120, SalePrice: 125, GrossSales: 410500, Discounts: 2022.5, Sales: 408477.5, COGS: 97080, Profit: 311397.5, Date: `10/01/2018`, MonthName: `October`, Year: 2018 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Burlington`, UnitsSold: 1197, ManufacturingPrice: 120, SalePrice: 125, GrossSales: 149625, Discounts: 5362.5, Sales: 144262.5, COGS: 257400, Profit: 113137.5, Date: `10/01/2018`, MonthName: `October`, Year: 2018 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Burlington`, UnitsSold: 3774, ManufacturingPrice: 120, SalePrice: 12, GrossSales: 45288, Discounts: 253.2, Sales: 45034.8, COGS: 3165, Profit: 41869.8, Date: `12/01/2019`, MonthName: `December`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Burlington`, UnitsSold: 2303, ManufacturingPrice: 120, SalePrice: 20, GrossSales: 46060, Discounts: 217.6, Sales: 45842.4, COGS: 5440, Profit: 40402.4, Date: `12/01/2018`, MonthName: `December`, Year: 2018 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Burlington`, UnitsSold: 2572, ManufacturingPrice: 120, SalePrice: 12, GrossSales: 30864, Discounts: 260.16, Sales: 30603.84, COGS: 3252, Profit: 27351.84, Date: `12/01/2019`, MonthName: `December`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Mandarin`, UnitsSold: 320, ManufacturingPrice: 250, SalePrice: 125, GrossSales: 40000, Discounts: 1655, Sales: 38345, COGS: 79440, Profit: 41095, Date: `06/01/2019`, MonthName: `June`, Year: 2019 }), + new PivotSalesDataItem({ Country: `India`, Product: `Mandarin`, UnitsSold: 2126, ManufacturingPrice: 250, SalePrice: 300, GrossSales: 637800, Discounts: 1284, Sales: 636516, COGS: 53500, Profit: 583016, Date: `10/01/2018`, MonthName: `October`, Year: 2018 }), + new PivotSalesDataItem({ Country: `India`, Product: `Mandarin`, UnitsSold: 3275, ManufacturingPrice: 250, SalePrice: 350, GrossSales: 1146250, Discounts: 20139, Sales: 1126111, COGS: 748020, Profit: 378091, Date: `10/01/2019`, MonthName: `October`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Mandarin`, UnitsSold: 3582, ManufacturingPrice: 250, SalePrice: 125, GrossSales: 447750, Discounts: 6822.5, Sales: 440927.5, COGS: 327480, Profit: 113447.5, Date: `12/01/2019`, MonthName: `December`, Year: 2019 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Mandarin`, UnitsSold: 783, ManufacturingPrice: 250, SalePrice: 350, GrossSales: 274050, Discounts: 1862, Sales: 272188, COGS: 69160, Profit: 203028, Date: `12/01/2018`, MonthName: `December`, Year: 2018 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Mandarin`, UnitsSold: 1202, ManufacturingPrice: 250, SalePrice: 350, GrossSales: 420700, Discounts: 13580, Sales: 407120, COGS: 504400, Profit: 97280, Date: `12/01/2018`, MonthName: `December`, Year: 2018 }), + new PivotSalesDataItem({ Country: `India`, Product: `Luxe`, UnitsSold: 4056, ManufacturingPrice: 260, SalePrice: 300, GrossSales: 1216800, Discounts: 1554, Sales: 1215246, COGS: 64750, Profit: 1150496, Date: `03/01/2019`, MonthName: `March`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Luxe`, UnitsSold: 2144, ManufacturingPrice: 260, SalePrice: 300, GrossSales: 643200, Discounts: 6606, Sales: 636594, COGS: 275250, Profit: 361344, Date: `03/01/2019`, MonthName: `March`, Year: 2019 }), + new PivotSalesDataItem({ Country: `India`, Product: `Luxe`, UnitsSold: 3502, ManufacturingPrice: 260, SalePrice: 125, GrossSales: 437750, Discounts: 5690, Sales: 432060, COGS: 273120, Profit: 158940, Date: `05/01/2019`, MonthName: `May`, Year: 2019 }), + new PivotSalesDataItem({ Country: `India`, Product: `Luxe`, UnitsSold: 1397, ManufacturingPrice: 260, SalePrice: 350, GrossSales: 488950, Discounts: 20762, Sales: 468188, COGS: 771160, Profit: 302972, Date: `10/01/2018`, MonthName: `October`, Year: 2018 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Luxe`, UnitsSold: 679, ManufacturingPrice: 260, SalePrice: 20, GrossSales: 13580, Discounts: 494.4, Sales: 13085.6, COGS: 12360, Profit: 725.6, Date: `11/01/2019`, MonthName: `November`, Year: 2019 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Luxe`, UnitsSold: 2351, ManufacturingPrice: 260, SalePrice: 20, GrossSales: 47020, Discounts: 376.4, Sales: 46643.6, COGS: 9410, Profit: 37233.6, Date: `11/01/2019`, MonthName: `November`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Luxe`, UnitsSold: 2043, ManufacturingPrice: 260, SalePrice: 300, GrossSales: 612900, Discounts: 11496, Sales: 601404, COGS: 479000, Profit: 122404, Date: `12/01/2019`, MonthName: `December`, Year: 2019 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Kensington`, UnitsSold: 3565, ManufacturingPrice: 3, SalePrice: 125, GrossSales: 445625, Discounts: 15913.13, Sales: 429711.88, COGS: 509220, Profit: 79508.13, Date: `04/01/2019`, MonthName: `April`, Year: 2019 }), + new PivotSalesDataItem({ Country: `India`, Product: `Kensington`, UnitsSold: 1401, ManufacturingPrice: 3, SalePrice: 20, GrossSales: 28020, Discounts: 1548, Sales: 26472, COGS: 25800, Profit: 672, Date: `04/01/2019`, MonthName: `April`, Year: 2019 }), + new PivotSalesDataItem({ Country: `India`, Product: `Kensington`, UnitsSold: 2077, ManufacturingPrice: 3, SalePrice: 300, GrossSales: 623100, Discounts: 6201, Sales: 616899, COGS: 172250, Profit: 444649, Date: `06/01/2019`, MonthName: `June`, Year: 2019 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Kensington`, UnitsSold: 3643, ManufacturingPrice: 3, SalePrice: 12, GrossSales: 43716, Discounts: 700.92, Sales: 43015.08, COGS: 5841, Profit: 37174.08, Date: `09/01/2019`, MonthName: `September`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Kensington`, UnitsSold: 1105, ManufacturingPrice: 3, SalePrice: 12, GrossSales: 13260, Discounts: 326.88, Sales: 12933.12, COGS: 2724, Profit: 10209.12, Date: `12/01/2018`, MonthName: `December`, Year: 2018 }), + new PivotSalesDataItem({ Country: `India`, Product: `Royal Oak`, UnitsSold: 2960, ManufacturingPrice: 5, SalePrice: 7, GrossSales: 20720, Discounts: 411.18, Sales: 20308.82, COGS: 9790, Profit: 10518.82, Date: `02/01/2019`, MonthName: `February`, Year: 2019 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Royal Oak`, UnitsSold: 1201, ManufacturingPrice: 5, SalePrice: 12, GrossSales: 14412, Discounts: 684.36, Sales: 13727.64, COGS: 5703, Profit: 8024.64, Date: `06/01/2019`, MonthName: `June`, Year: 2019 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Royal Oak`, UnitsSold: 2321, ManufacturingPrice: 5, SalePrice: 7, GrossSales: 16247, Discounts: 114.24, Sales: 16132.76, COGS: 2720, Profit: 13412.76, Date: `09/01/2019`, MonthName: `September`, Year: 2019 }), + new PivotSalesDataItem({ Country: `India`, Product: `Royal Oak`, UnitsSold: 3640, ManufacturingPrice: 5, SalePrice: 350, GrossSales: 1274000, Discounts: 18868.5, Sales: 1255131.5, COGS: 467220, Profit: 787911.5, Date: `09/01/2018`, MonthName: `September`, Year: 2018 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Royal Oak`, UnitsSold: 3972, ManufacturingPrice: 5, SalePrice: 125, GrossSales: 496500, Discounts: 4826.25, Sales: 491673.75, COGS: 154440, Profit: 337233.75, Date: `12/01/2019`, MonthName: `December`, Year: 2019 }), + new PivotSalesDataItem({ Country: `India`, Product: `Royal Oak`, UnitsSold: 3878, ManufacturingPrice: 5, SalePrice: 125, GrossSales: 484750, Discounts: 6397.5, Sales: 478352.5, COGS: 204720, Profit: 273632.5, Date: `12/01/2019`, MonthName: `December`, Year: 2019 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Vermont`, UnitsSold: 2278, ManufacturingPrice: 10, SalePrice: 300, GrossSales: 683400, Discounts: 21910.5, Sales: 661489.5, COGS: 608625, Profit: 52864.5, Date: `01/01/2019`, MonthName: `January`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Vermont`, UnitsSold: 1075, ManufacturingPrice: 10, SalePrice: 125, GrossSales: 134375, Discounts: 6652.5, Sales: 127722.5, COGS: 212880, Profit: 85157.5, Date: `03/01/2019`, MonthName: `March`, Year: 2019 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Vermont`, UnitsSold: 4050, ManufacturingPrice: 10, SalePrice: 12, GrossSales: 48600, Discounts: 684.36, Sales: 47915.64, COGS: 5703, Profit: 42212.64, Date: `06/01/2019`, MonthName: `June`, Year: 2019 }), + new PivotSalesDataItem({ Country: `India`, Product: `Vermont`, UnitsSold: 3035, ManufacturingPrice: 10, SalePrice: 300, GrossSales: 910500, Discounts: 6201, Sales: 904299, COGS: 172250, Profit: 732049, Date: `06/01/2019`, MonthName: `June`, Year: 2019 }), + new PivotSalesDataItem({ Country: `India`, Product: `Vermont`, UnitsSold: 3636, ManufacturingPrice: 10, SalePrice: 125, GrossSales: 454500, Discounts: 5887.5, Sales: 448612.5, COGS: 188400, Profit: 260212.5, Date: `06/01/2019`, MonthName: `June`, Year: 2019 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Vermont`, UnitsSold: 1379, ManufacturingPrice: 10, SalePrice: 12, GrossSales: 16548, Discounts: 493.02, Sales: 16054.98, COGS: 4108.5, Profit: 11946.48, Date: `07/01/2019`, MonthName: `July`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Vermont`, UnitsSold: 4492, ManufacturingPrice: 10, SalePrice: 125, GrossSales: 561500, Discounts: 7533.75, Sales: 553966.25, COGS: 241080, Profit: 312886.25, Date: `10/01/2019`, MonthName: `October`, Year: 2019 }), + new PivotSalesDataItem({ Country: `India`, Product: `Vermont`, UnitsSold: 764, ManufacturingPrice: 10, SalePrice: 15, GrossSales: 11460, Discounts: 875.25, Sales: 10584.75, COGS: 19450, Profit: 8865.25, Date: `10/01/2018`, MonthName: `October`, Year: 2018 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Vermont`, UnitsSold: 1744, ManufacturingPrice: 10, SalePrice: 125, GrossSales: 218000, Discounts: 4826.25, Sales: 213173.75, COGS: 154440, Profit: 58733.75, Date: `12/01/2019`, MonthName: `December`, Year: 2019 }), + new PivotSalesDataItem({ Country: `India`, Product: `Vermont`, UnitsSold: 2341, ManufacturingPrice: 10, SalePrice: 125, GrossSales: 292625, Discounts: 6397.5, Sales: 286227.5, COGS: 204720, Profit: 81507.5, Date: `12/01/2019`, MonthName: `December`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Burlington`, UnitsSold: 3835, ManufacturingPrice: 120, SalePrice: 125, GrossSales: 479375, Discounts: 7533.75, Sales: 471841.25, COGS: 241080, Profit: 230761.25, Date: `10/01/2019`, MonthName: `October`, Year: 2019 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Mandarin`, UnitsSold: 1161, ManufacturingPrice: 250, SalePrice: 300, GrossSales: 348300, Discounts: 25596, Sales: 322704, COGS: 711000, Profit: 388296, Date: `02/01/2019`, MonthName: `February`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Mandarin`, UnitsSold: 876, ManufacturingPrice: 250, SalePrice: 12, GrossSales: 10512, Discounts: 689.76, Sales: 9822.24, COGS: 5748, Profit: 4074.24, Date: `04/01/2019`, MonthName: `April`, Year: 2019 }), + new PivotSalesDataItem({ Country: `India`, Product: `Mandarin`, UnitsSold: 1705, ManufacturingPrice: 250, SalePrice: 125, GrossSales: 213125, Discounts: 5887.5, Sales: 207237.5, COGS: 188400, Profit: 18837.5, Date: `06/01/2019`, MonthName: `June`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Mandarin`, UnitsSold: 1805, ManufacturingPrice: 250, SalePrice: 300, GrossSales: 541500, Discounts: 16866, Sales: 524634, COGS: 468500, Profit: 56134, Date: `08/01/2019`, MonthName: `August`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Mandarin`, UnitsSold: 389, ManufacturingPrice: 250, SalePrice: 350, GrossSales: 136150, Discounts: 17241, Sales: 118909, COGS: 426920, Profit: 308011, Date: `08/01/2019`, MonthName: `August`, Year: 2019 }), + new PivotSalesDataItem({ Country: `India`, Product: `Mandarin`, UnitsSold: 2745, ManufacturingPrice: 250, SalePrice: 15, GrossSales: 41175, Discounts: 875.25, Sales: 40299.75, COGS: 19450, Profit: 20849.75, Date: `10/01/2018`, MonthName: `October`, Year: 2018 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Kensington`, UnitsSold: 1459, ManufacturingPrice: 3, SalePrice: 20, GrossSales: 29180, Discounts: 498.6, Sales: 28681.4, COGS: 8310, Profit: 20371.4, Date: `05/01/2019`, MonthName: `May`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Vermont`, UnitsSold: 3938, ManufacturingPrice: 10, SalePrice: 7, GrossSales: 27566, Discounts: 369.6, Sales: 27196.4, COGS: 8800, Profit: 18396.4, Date: `09/01/2018`, MonthName: `September`, Year: 2018 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Burlington`, UnitsSold: 4236, ManufacturingPrice: 120, SalePrice: 20, GrossSales: 84720, Discounts: 2310.3, Sales: 82409.7, COGS: 38505, Profit: 43904.7, Date: `04/01/2019`, MonthName: `April`, Year: 2019 }), + new PivotSalesDataItem({ Country: `India`, Product: `Mandarin`, UnitsSold: 3627, ManufacturingPrice: 250, SalePrice: 12, GrossSales: 43524, Discounts: 892.44, Sales: 42631.56, COGS: 7437, Profit: 35194.56, Date: `01/01/2019`, MonthName: `January`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Royal Oak`, UnitsSold: 1756, ManufacturingPrice: 5, SalePrice: 15, GrossSales: 26340, Discounts: 1218.6, Sales: 25121.4, COGS: 20310, Profit: 4811.4, Date: `10/01/2019`, MonthName: `October`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Vermont`, UnitsSold: 307, ManufacturingPrice: 10, SalePrice: 15, GrossSales: 4605, Discounts: 1218.6, Sales: 3386.4, COGS: 20310, Profit: 16923.6, Date: `10/01/2019`, MonthName: `October`, Year: 2019 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Vermont`, UnitsSold: 4489, ManufacturingPrice: 10, SalePrice: 15, GrossSales: 67335, Discounts: 1356.6, Sales: 65978.4, COGS: 22610, Profit: 43368.4, Date: `12/01/2018`, MonthName: `December`, Year: 2018 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Burlington`, UnitsSold: 2167, ManufacturingPrice: 120, SalePrice: 20, GrossSales: 43340, Discounts: 588.8, Sales: 42751.2, COGS: 7360, Profit: 35391.2, Date: `09/01/2018`, MonthName: `September`, Year: 2018 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Kensington`, UnitsSold: 1137, ManufacturingPrice: 3, SalePrice: 7, GrossSales: 7959, Discounts: 798.28, Sales: 7160.72, COGS: 14255, Profit: 7094.28, Date: `10/01/2018`, MonthName: `October`, Year: 2018 }), + new PivotSalesDataItem({ Country: `India`, Product: `Kensington`, UnitsSold: 1222, ManufacturingPrice: 3, SalePrice: 300, GrossSales: 366600, Discounts: 24252, Sales: 342348, COGS: 505250, Profit: 162902, Date: `10/01/2019`, MonthName: `October`, Year: 2019 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Kensington`, UnitsSold: 489, ManufacturingPrice: 3, SalePrice: 350, GrossSales: 171150, Discounts: 3836, Sales: 167314, COGS: 71240, Profit: 96074, Date: `12/01/2019`, MonthName: `December`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Royal Oak`, UnitsSold: 4133, ManufacturingPrice: 5, SalePrice: 15, GrossSales: 61995, Discounts: 1180.2, Sales: 60814.8, COGS: 19670, Profit: 41144.8, Date: `03/01/2019`, MonthName: `March`, Year: 2019 }), + new PivotSalesDataItem({ Country: `India`, Product: `Royal Oak`, UnitsSold: 2743, ManufacturingPrice: 5, SalePrice: 300, GrossSales: 822900, Discounts: 22308, Sales: 800592, COGS: 464750, Profit: 335842, Date: `08/01/2019`, MonthName: `August`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Royal Oak`, UnitsSold: 3699, ManufacturingPrice: 5, SalePrice: 7, GrossSales: 25893, Discounts: 798.28, Sales: 25094.72, COGS: 14255, Profit: 10839.72, Date: `10/01/2018`, MonthName: `October`, Year: 2018 }), + new PivotSalesDataItem({ Country: `India`, Product: `Royal Oak`, UnitsSold: 4460, ManufacturingPrice: 5, SalePrice: 300, GrossSales: 1338000, Discounts: 24252, Sales: 1313748, COGS: 505250, Profit: 808498, Date: `10/01/2019`, MonthName: `October`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Royal Oak`, UnitsSold: 1232, ManufacturingPrice: 5, SalePrice: 125, GrossSales: 154000, Discounts: 5690, Sales: 148310, COGS: 136560, Profit: 11750, Date: `12/01/2019`, MonthName: `December`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Vermont`, UnitsSold: 2586, ManufacturingPrice: 10, SalePrice: 7, GrossSales: 18102, Discounts: 1190.28, Sales: 16911.72, COGS: 21255, Profit: 4343.28, Date: `01/01/2019`, MonthName: `January`, Year: 2019 }), + new PivotSalesDataItem({ Country: `India`, Product: `Vermont`, UnitsSold: 1332, ManufacturingPrice: 10, SalePrice: 125, GrossSales: 166500, Discounts: 3975, Sales: 162525, COGS: 95400, Profit: 67125, Date: `03/01/2019`, MonthName: `March`, Year: 2019 }), + new PivotSalesDataItem({ Country: `India`, Product: `Vermont`, UnitsSold: 4487, ManufacturingPrice: 10, SalePrice: 300, GrossSales: 1346100, Discounts: 16974, Sales: 1329126, COGS: 353625, Profit: 975501, Date: `04/01/2019`, MonthName: `April`, Year: 2019 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Vermont`, UnitsSold: 3862, ManufacturingPrice: 10, SalePrice: 300, GrossSales: 1158600, Discounts: 35016, Sales: 1123584, COGS: 729500, Profit: 394084, Date: `05/01/2019`, MonthName: `May`, Year: 2019 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Vermont`, UnitsSold: 1765, ManufacturingPrice: 10, SalePrice: 350, GrossSales: 617750, Discounts: 48300, Sales: 569450, COGS: 897000, Profit: 327550, Date: `07/01/2019`, MonthName: `July`, Year: 2019 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Vermont`, UnitsSold: 3533, ManufacturingPrice: 10, SalePrice: 125, GrossSales: 441625, Discounts: 14940, Sales: 426685, COGS: 358560, Profit: 68125, Date: `07/01/2019`, MonthName: `July`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Vermont`, UnitsSold: 2016, ManufacturingPrice: 10, SalePrice: 15, GrossSales: 30240, Discounts: 130.8, Sales: 30109.2, COGS: 2180, Profit: 27929.2, Date: `09/01/2019`, MonthName: `September`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Vermont`, UnitsSold: 2938, ManufacturingPrice: 10, SalePrice: 20, GrossSales: 58760, Discounts: 1659.2, Sales: 57100.8, COGS: 20740, Profit: 36360.8, Date: `09/01/2019`, MonthName: `September`, Year: 2019 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Vermont`, UnitsSold: 3352, ManufacturingPrice: 10, SalePrice: 20, GrossSales: 67040, Discounts: 844.8, Sales: 66195.2, COGS: 10560, Profit: 55635.2, Date: `09/01/2019`, MonthName: `September`, Year: 2019 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Vermont`, UnitsSold: 4409, ManufacturingPrice: 10, SalePrice: 15, GrossSales: 66135, Discounts: 402.6, Sales: 65732.4, COGS: 6710, Profit: 59022.4, Date: `10/01/2018`, MonthName: `October`, Year: 2018 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Vermont`, UnitsSold: 3323, ManufacturingPrice: 10, SalePrice: 15, GrossSales: 49845, Discounts: 908.4, Sales: 48936.6, COGS: 15140, Profit: 33796.6, Date: `10/01/2018`, MonthName: `October`, Year: 2018 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Vermont`, UnitsSold: 2430, ManufacturingPrice: 10, SalePrice: 350, GrossSales: 850500, Discounts: 3836, Sales: 846664, COGS: 71240, Profit: 775424, Date: `12/01/2019`, MonthName: `December`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Vermont`, UnitsSold: 535, ManufacturingPrice: 10, SalePrice: 125, GrossSales: 66875, Discounts: 5690, Sales: 61185, COGS: 136560, Profit: 75375, Date: `12/01/2019`, MonthName: `December`, Year: 2019 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Burlington`, UnitsSold: 1523, ManufacturingPrice: 120, SalePrice: 12, GrossSales: 18276, Discounts: 703.2, Sales: 17572.8, COGS: 4395, Profit: 13177.8, Date: `03/01/2019`, MonthName: `March`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Burlington`, UnitsSold: 3631, ManufacturingPrice: 120, SalePrice: 20, GrossSales: 72620, Discounts: 2116.8, Sales: 70503.2, COGS: 26460, Profit: 44043.2, Date: `09/01/2018`, MonthName: `September`, Year: 2018 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Burlington`, UnitsSold: 1782, ManufacturingPrice: 120, SalePrice: 350, GrossSales: 623700, Discounts: 30478, Sales: 593222, COGS: 566020, Profit: 27202, Date: `10/01/2019`, MonthName: `October`, Year: 2019 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Mandarin`, UnitsSold: 347, ManufacturingPrice: 250, SalePrice: 12, GrossSales: 4164, Discounts: 415.68, Sales: 3748.32, COGS: 2598, Profit: 1150.32, Date: `05/01/2019`, MonthName: `May`, Year: 2019 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Mandarin`, UnitsSold: 4147, ManufacturingPrice: 250, SalePrice: 350, GrossSales: 1451450, Discounts: 4886, Sales: 1446564, COGS: 90740, Profit: 1355824, Date: `09/01/2018`, MonthName: `September`, Year: 2018 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Mandarin`, UnitsSold: 3509, ManufacturingPrice: 250, SalePrice: 350, GrossSales: 1228150, Discounts: 30478, Sales: 1197672, COGS: 566020, Profit: 631652, Date: `10/01/2019`, MonthName: `October`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Mandarin`, UnitsSold: 2774, ManufacturingPrice: 250, SalePrice: 15, GrossSales: 41610, Discounts: 908.4, Sales: 40701.6, COGS: 15140, Profit: 25561.6, Date: `10/01/2018`, MonthName: `October`, Year: 2018 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Luxe`, UnitsSold: 2943, ManufacturingPrice: 260, SalePrice: 350, GrossSales: 1030050, Discounts: 26110, Sales: 1003940, COGS: 484900, Profit: 519040, Date: `02/01/2019`, MonthName: `February`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Luxe`, UnitsSold: 4037, ManufacturingPrice: 260, SalePrice: 125, GrossSales: 504625, Discounts: 5370, Sales: 499255, COGS: 128880, Profit: 370375, Date: `04/01/2019`, MonthName: `April`, Year: 2019 }), + new PivotSalesDataItem({ Country: `India`, Product: `Luxe`, UnitsSold: 4146, ManufacturingPrice: 260, SalePrice: 350, GrossSales: 1451100, Discounts: 26698, Sales: 1424402, COGS: 495820, Profit: 928582, Date: `09/01/2019`, MonthName: `September`, Year: 2019 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Luxe`, UnitsSold: 4123, ManufacturingPrice: 260, SalePrice: 15, GrossSales: 61845, Discounts: 402.6, Sales: 61442.4, COGS: 6710, Profit: 54732.4, Date: `10/01/2018`, MonthName: `October`, Year: 2018 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Luxe`, UnitsSold: 1337, ManufacturingPrice: 260, SalePrice: 350, GrossSales: 467950, Discounts: 24892, Sales: 443058, COGS: 462280, Profit: 19222, Date: `12/01/2018`, MonthName: `December`, Year: 2018 }), + new PivotSalesDataItem({ Country: `India`, Product: `Royal Oak`, UnitsSold: 599, ManufacturingPrice: 5, SalePrice: 7, GrossSales: 4193, Discounts: 405.65, Sales: 3787.35, COGS: 5795, Profit: 2007.65, Date: `10/01/2018`, MonthName: `October`, Year: 2018 }), + new PivotSalesDataItem({ Country: `India`, Product: `Vermont`, UnitsSold: 725, ManufacturingPrice: 10, SalePrice: 7, GrossSales: 5075, Discounts: 480.2, Sales: 4594.8, COGS: 6860, Profit: 2265.2, Date: `01/01/2019`, MonthName: `January`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Vermont`, UnitsSold: 477, ManufacturingPrice: 10, SalePrice: 7, GrossSales: 3339, Discounts: 822.15, Sales: 2516.85, COGS: 11745, Profit: 9228.15, Date: `09/01/2018`, MonthName: `September`, Year: 2018 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Vermont`, UnitsSold: 2325, ManufacturingPrice: 10, SalePrice: 7, GrossSales: 16275, Discounts: 941.15, Sales: 15333.85, COGS: 13445, Profit: 1888.85, Date: `10/01/2019`, MonthName: `October`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Vermont`, UnitsSold: 675, ManufacturingPrice: 10, SalePrice: 12, GrossSales: 8100, Discounts: 1458.6, Sales: 6641.4, COGS: 7293, Profit: 651.6, Date: `12/01/2019`, MonthName: `December`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Burlington`, UnitsSold: 2990, ManufacturingPrice: 120, SalePrice: 12, GrossSales: 35880, Discounts: 1458.6, Sales: 34421.4, COGS: 7293, Profit: 27128.4, Date: `12/01/2019`, MonthName: `December`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Mandarin`, UnitsSold: 1072, ManufacturingPrice: 250, SalePrice: 7, GrossSales: 7504, Discounts: 941.15, Sales: 6562.85, COGS: 13445, Profit: 6882.15, Date: `10/01/2019`, MonthName: `October`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Luxe`, UnitsSold: 1048, ManufacturingPrice: 260, SalePrice: 7, GrossSales: 7336, Discounts: 589.05, Sales: 6746.95, COGS: 8415, Profit: 1668.05, Date: `07/01/2019`, MonthName: `July`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Luxe`, UnitsSold: 469, ManufacturingPrice: 260, SalePrice: 12, GrossSales: 5628, Discounts: 673.8, Sales: 4954.2, COGS: 3369, Profit: 1585.2, Date: `08/01/2019`, MonthName: `August`, Year: 2019 }), + new PivotSalesDataItem({ Country: `India`, Product: `Luxe`, UnitsSold: 804, ManufacturingPrice: 260, SalePrice: 7, GrossSales: 5628, Discounts: 405.65, Sales: 5222.35, COGS: 5795, Profit: 572.65, Date: `10/01/2018`, MonthName: `October`, Year: 2018 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Kensington`, UnitsSold: 4240, ManufacturingPrice: 3, SalePrice: 12, GrossSales: 50880, Discounts: 1119, Sales: 49761, COGS: 5595, Profit: 44166, Date: `02/01/2019`, MonthName: `February`, Year: 2019 }), + new PivotSalesDataItem({ Country: `India`, Product: `Kensington`, UnitsSold: 1976, ManufacturingPrice: 3, SalePrice: 12, GrossSales: 23712, Discounts: 669.6, Sales: 23042.4, COGS: 3348, Profit: 19694.4, Date: `02/01/2019`, MonthName: `February`, Year: 2019 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Kensington`, UnitsSold: 1984, ManufacturingPrice: 3, SalePrice: 20, GrossSales: 39680, Discounts: 1563, Sales: 38117, COGS: 15630, Profit: 22487, Date: `05/01/2019`, MonthName: `May`, Year: 2019 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Kensington`, UnitsSold: 480, ManufacturingPrice: 3, SalePrice: 300, GrossSales: 144000, Discounts: 14865, Sales: 129135, COGS: 247750, Profit: 118615, Date: `06/01/2019`, MonthName: `June`, Year: 2019 }), + new PivotSalesDataItem({ Country: `India`, Product: `Kensington`, UnitsSold: 3551, ManufacturingPrice: 3, SalePrice: 7, GrossSales: 24857, Discounts: 355.6, Sales: 24501.4, COGS: 5080, Profit: 19421.4, Date: `11/01/2018`, MonthName: `November`, Year: 2018 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Kensington`, UnitsSold: 1205, ManufacturingPrice: 3, SalePrice: 15, GrossSales: 18075, Discounts: 2093.25, Sales: 15981.75, COGS: 27910, Profit: 11928.25, Date: `11/01/2019`, MonthName: `November`, Year: 2019 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Kensington`, UnitsSold: 2480, ManufacturingPrice: 3, SalePrice: 7, GrossSales: 17360, Discounts: 199.5, Sales: 17160.5, COGS: 2850, Profit: 14310.5, Date: `12/01/2019`, MonthName: `December`, Year: 2019 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Kensington`, UnitsSold: 2926, ManufacturingPrice: 3, SalePrice: 7, GrossSales: 20482, Discounts: 870.45, Sales: 19611.55, COGS: 12435, Profit: 7176.55, Date: `12/01/2019`, MonthName: `December`, Year: 2019 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Royal Oak`, UnitsSold: 3210, ManufacturingPrice: 5, SalePrice: 350, GrossSales: 1123500, Discounts: 24228.75, Sales: 1099271.25, COGS: 359970, Profit: 739301.25, Date: `01/01/2019`, MonthName: `January`, Year: 2019 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Royal Oak`, UnitsSold: 3221, ManufacturingPrice: 5, SalePrice: 125, GrossSales: 402625, Discounts: 22668.75, Sales: 379956.25, COGS: 435240, Profit: 55283.75, Date: `07/01/2019`, MonthName: `July`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Royal Oak`, UnitsSold: 2389, ManufacturingPrice: 5, SalePrice: 350, GrossSales: 836150, Discounts: 12600, Sales: 823550, COGS: 187200, Profit: 636350, Date: `09/01/2018`, MonthName: `September`, Year: 2018 }), + new PivotSalesDataItem({ Country: `India`, Product: `Royal Oak`, UnitsSold: 1127, ManufacturingPrice: 5, SalePrice: 12, GrossSales: 13524, Discounts: 1405.2, Sales: 12118.8, COGS: 7026, Profit: 5092.8, Date: `11/01/2019`, MonthName: `November`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Royal Oak`, UnitsSold: 319, ManufacturingPrice: 5, SalePrice: 300, GrossSales: 95700, Discounts: 16500, Sales: 79200, COGS: 275000, Profit: 195800, Date: `12/01/2018`, MonthName: `December`, Year: 2018 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Vermont`, UnitsSold: 1610, ManufacturingPrice: 10, SalePrice: 20, GrossSales: 32200, Discounts: 1303, Sales: 30897, COGS: 13030, Profit: 17867, Date: `02/01/2019`, MonthName: `February`, Year: 2019 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Vermont`, UnitsSold: 4100, ManufacturingPrice: 10, SalePrice: 125, GrossSales: 512500, Discounts: 18700, Sales: 493800, COGS: 359040, Profit: 134760, Date: `03/01/2019`, MonthName: `March`, Year: 2019 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Vermont`, UnitsSold: 1012, ManufacturingPrice: 10, SalePrice: 125, GrossSales: 126500, Discounts: 14906.25, Sales: 111593.75, COGS: 286200, Profit: 174606.25, Date: `03/01/2019`, MonthName: `March`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Vermont`, UnitsSold: 3337, ManufacturingPrice: 10, SalePrice: 300, GrossSales: 1001100, Discounts: 24105, Sales: 976995, COGS: 401750, Profit: 575245, Date: `04/01/2019`, MonthName: `April`, Year: 2019 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Vermont`, UnitsSold: 3955, ManufacturingPrice: 10, SalePrice: 7, GrossSales: 27685, Discounts: 814.45, Sales: 26870.55, COGS: 11635, Profit: 15235.55, Date: `05/01/2019`, MonthName: `May`, Year: 2019 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Vermont`, UnitsSold: 4347, ManufacturingPrice: 10, SalePrice: 300, GrossSales: 1304100, Discounts: 14865, Sales: 1289235, COGS: 247750, Profit: 1041485, Date: `06/01/2019`, MonthName: `June`, Year: 2019 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Vermont`, UnitsSold: 1548, ManufacturingPrice: 10, SalePrice: 350, GrossSales: 541800, Discounts: 10535, Sales: 531265, COGS: 156520, Profit: 374745, Date: `06/01/2019`, MonthName: `June`, Year: 2019 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Vermont`, UnitsSold: 2153, ManufacturingPrice: 10, SalePrice: 15, GrossSales: 32295, Discounts: 1965, Sales: 30330, COGS: 26200, Profit: 4130, Date: `09/01/2019`, MonthName: `September`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Vermont`, UnitsSold: 3789, ManufacturingPrice: 10, SalePrice: 350, GrossSales: 1326150, Discounts: 21490, Sales: 1304660, COGS: 319280, Profit: 985380, Date: `10/01/2018`, MonthName: `October`, Year: 2018 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Vermont`, UnitsSold: 4364, ManufacturingPrice: 10, SalePrice: 20, GrossSales: 87280, Discounts: 1389, Sales: 85891, COGS: 13890, Profit: 72001, Date: `10/01/2018`, MonthName: `October`, Year: 2018 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Vermont`, UnitsSold: 4126, ManufacturingPrice: 10, SalePrice: 125, GrossSales: 515750, Discounts: 5381.25, Sales: 510368.75, COGS: 103320, Profit: 407048.75, Date: `10/01/2019`, MonthName: `October`, Year: 2019 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Vermont`, UnitsSold: 1343, ManufacturingPrice: 10, SalePrice: 125, GrossSales: 167875, Discounts: 4400, Sales: 163475, COGS: 84480, Profit: 78995, Date: `10/01/2018`, MonthName: `October`, Year: 2018 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Vermont`, UnitsSold: 245, ManufacturingPrice: 10, SalePrice: 20, GrossSales: 4900, Discounts: 1802, Sales: 3098, COGS: 18020, Profit: 14922, Date: `12/01/2018`, MonthName: `December`, Year: 2018 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Vermont`, UnitsSold: 3376, ManufacturingPrice: 10, SalePrice: 20, GrossSales: 67520, Discounts: 2663, Sales: 64857, COGS: 26630, Profit: 38227, Date: `12/01/2019`, MonthName: `December`, Year: 2019 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Vermont`, UnitsSold: 1401, ManufacturingPrice: 10, SalePrice: 7, GrossSales: 9807, Discounts: 747.6, Sales: 9059.4, COGS: 10680, Profit: 1620.6, Date: `12/01/2018`, MonthName: `December`, Year: 2018 }), + new PivotSalesDataItem({ Country: `India`, Product: `Vermont`, UnitsSold: 3483, ManufacturingPrice: 10, SalePrice: 15, GrossSales: 52245, Discounts: 1587, Sales: 50658, COGS: 21160, Profit: 29498, Date: `12/01/2018`, MonthName: `December`, Year: 2018 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Burlington`, UnitsSold: 2244, ManufacturingPrice: 120, SalePrice: 15, GrossSales: 33660, Discounts: 416.25, Sales: 33243.75, COGS: 5550, Profit: 27693.75, Date: `01/01/2019`, MonthName: `January`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Burlington`, UnitsSold: 1360, ManufacturingPrice: 120, SalePrice: 15, GrossSales: 20400, Discounts: 2145.75, Sales: 18254.25, COGS: 28610, Profit: 10355.75, Date: `01/01/2019`, MonthName: `January`, Year: 2019 }), + new PivotSalesDataItem({ Country: `India`, Product: `Burlington`, UnitsSold: 279, ManufacturingPrice: 120, SalePrice: 125, GrossSales: 34875, Discounts: 5043.75, Sales: 29831.25, COGS: 96840, Profit: 67008.75, Date: `02/01/2019`, MonthName: `February`, Year: 2019 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Burlington`, UnitsSold: 2521, ManufacturingPrice: 120, SalePrice: 350, GrossSales: 882350, Discounts: 10535, Sales: 871815, COGS: 156520, Profit: 715295, Date: `06/01/2019`, MonthName: `June`, Year: 2019 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Burlington`, UnitsSold: 2433, ManufacturingPrice: 120, SalePrice: 20, GrossSales: 48660, Discounts: 2832, Sales: 45828, COGS: 28320, Profit: 17508, Date: `08/01/2019`, MonthName: `August`, Year: 2019 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Burlington`, UnitsSold: 1738, ManufacturingPrice: 120, SalePrice: 20, GrossSales: 34760, Discounts: 1579, Sales: 33181, COGS: 15790, Profit: 17391, Date: `08/01/2019`, MonthName: `August`, Year: 2019 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Burlington`, UnitsSold: 1106, ManufacturingPrice: 120, SalePrice: 125, GrossSales: 138250, Discounts: 5381.25, Sales: 132868.75, COGS: 103320, Profit: 29548.75, Date: `10/01/2019`, MonthName: `October`, Year: 2019 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Burlington`, UnitsSold: 3379, ManufacturingPrice: 120, SalePrice: 125, GrossSales: 422375, Discounts: 4400, Sales: 417975, COGS: 84480, Profit: 333495, Date: `10/01/2018`, MonthName: `October`, Year: 2018 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Burlington`, UnitsSold: 1221, ManufacturingPrice: 120, SalePrice: 20, GrossSales: 24420, Discounts: 1033, Sales: 23387, COGS: 10330, Profit: 13057, Date: `12/01/2018`, MonthName: `December`, Year: 2018 }), + new PivotSalesDataItem({ Country: `India`, Product: `Burlington`, UnitsSold: 213, ManufacturingPrice: 120, SalePrice: 300, GrossSales: 63900, Discounts: 18750, Sales: 45150, COGS: 312500, Profit: 267350, Date: `12/01/2019`, MonthName: `December`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Mandarin`, UnitsSold: 3335, ManufacturingPrice: 250, SalePrice: 20, GrossSales: 66700, Discounts: 1389, Sales: 65311, COGS: 13890, Profit: 51421, Date: `10/01/2018`, MonthName: `October`, Year: 2018 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Mandarin`, UnitsSold: 1260, ManufacturingPrice: 250, SalePrice: 20, GrossSales: 25200, Discounts: 1265, Sales: 23935, COGS: 12650, Profit: 11285, Date: `11/01/2018`, MonthName: `November`, Year: 2018 }), + new PivotSalesDataItem({ Country: `India`, Product: `Mandarin`, UnitsSold: 3034, ManufacturingPrice: 250, SalePrice: 20, GrossSales: 60680, Discounts: 2297, Sales: 58383, COGS: 22970, Profit: 35413, Date: `11/01/2018`, MonthName: `November`, Year: 2018 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Mandarin`, UnitsSold: 2929, ManufacturingPrice: 250, SalePrice: 20, GrossSales: 58580, Discounts: 2663, Sales: 55917, COGS: 26630, Profit: 29287, Date: `12/01/2019`, MonthName: `December`, Year: 2019 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Mandarin`, UnitsSold: 2389, ManufacturingPrice: 250, SalePrice: 7, GrossSales: 16723, Discounts: 199.5, Sales: 16523.5, COGS: 2850, Profit: 13673.5, Date: `12/01/2019`, MonthName: `December`, Year: 2019 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Mandarin`, UnitsSold: 3086, ManufacturingPrice: 250, SalePrice: 7, GrossSales: 21602, Discounts: 870.45, Sales: 20731.55, COGS: 12435, Profit: 8296.55, Date: `12/01/2019`, MonthName: `December`, Year: 2019 }), + new PivotSalesDataItem({ Country: `India`, Product: `Luxe`, UnitsSold: 745, ManufacturingPrice: 260, SalePrice: 350, GrossSales: 260750, Discounts: 23625, Sales: 237125, COGS: 351000, Profit: 113875, Date: `02/01/2019`, MonthName: `February`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Luxe`, UnitsSold: 1266, ManufacturingPrice: 260, SalePrice: 350, GrossSales: 443100, Discounts: 9660, Sales: 433440, COGS: 143520, Profit: 289920, Date: `08/01/2019`, MonthName: `August`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Luxe`, UnitsSold: 3790, ManufacturingPrice: 260, SalePrice: 350, GrossSales: 1326500, Discounts: 21490, Sales: 1305010, COGS: 319280, Profit: 985730, Date: `10/01/2018`, MonthName: `October`, Year: 2018 }), + new PivotSalesDataItem({ Country: `India`, Product: `Luxe`, UnitsSold: 4287, ManufacturingPrice: 260, SalePrice: 300, GrossSales: 1286100, Discounts: 18750, Sales: 1267350, COGS: 312500, Profit: 954850, Date: `12/01/2019`, MonthName: `December`, Year: 2019 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Vermont`, UnitsSold: 3193, ManufacturingPrice: 10, SalePrice: 15, GrossSales: 47895, Discounts: 3420.9, Sales: 44474.1, COGS: 38010, Profit: 6464.1, Date: `04/01/2019`, MonthName: `April`, Year: 2019 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Kensington`, UnitsSold: 1967, ManufacturingPrice: 3, SalePrice: 20, GrossSales: 39340, Discounts: 1341, Sales: 37999, COGS: 11175, Profit: 26824, Date: `01/01/2019`, MonthName: `January`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Kensington`, UnitsSold: 631, ManufacturingPrice: 3, SalePrice: 15, GrossSales: 9465, Discounts: 2559.6, Sales: 6905.4, COGS: 28440, Profit: 21534.6, Date: `06/01/2019`, MonthName: `June`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Kensington`, UnitsSold: 3469, ManufacturingPrice: 3, SalePrice: 12, GrossSales: 41628, Discounts: 404.64, Sales: 41223.36, COGS: 1686, Profit: 39537.36, Date: `09/01/2019`, MonthName: `September`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Kensington`, UnitsSold: 570, ManufacturingPrice: 3, SalePrice: 12, GrossSales: 6840, Discounts: 1655.28, Sales: 5184.72, COGS: 6897, Profit: 1712.28, Date: `10/01/2018`, MonthName: `October`, Year: 2018 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Kensington`, UnitsSold: 3215, ManufacturingPrice: 3, SalePrice: 15, GrossSales: 48225, Discounts: 1827, Sales: 46398, COGS: 20300, Profit: 26098, Date: `11/01/2019`, MonthName: `November`, Year: 2019 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Kensington`, UnitsSold: 3754, ManufacturingPrice: 3, SalePrice: 7, GrossSales: 26278, Discounts: 110.46, Sales: 26167.54, COGS: 1315, Profit: 24852.54, Date: `11/01/2018`, MonthName: `November`, Year: 2018 }), + new PivotSalesDataItem({ Country: `India`, Product: `Kensington`, UnitsSold: 2187, ManufacturingPrice: 3, SalePrice: 125, GrossSales: 273375, Discounts: 6652.5, Sales: 266722.5, COGS: 106440, Profit: 160282.5, Date: `12/01/2018`, MonthName: `December`, Year: 2018 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Royal Oak`, UnitsSold: 1959, ManufacturingPrice: 5, SalePrice: 350, GrossSales: 685650, Discounts: 20580, Sales: 665070, COGS: 254800, Profit: 410270, Date: `04/01/2019`, MonthName: `April`, Year: 2019 }), + new PivotSalesDataItem({ Country: `India`, Product: `Royal Oak`, UnitsSold: 2181, ManufacturingPrice: 5, SalePrice: 350, GrossSales: 763350, Discounts: 30660, Sales: 732690, COGS: 379600, Profit: 353090, Date: `05/01/2019`, MonthName: `May`, Year: 2019 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Royal Oak`, UnitsSold: 3559, ManufacturingPrice: 5, SalePrice: 7, GrossSales: 24913, Discounts: 589.26, Sales: 24323.74, COGS: 7015, Profit: 17308.74, Date: `10/01/2018`, MonthName: `October`, Year: 2018 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Royal Oak`, UnitsSold: 2205, ManufacturingPrice: 5, SalePrice: 12, GrossSales: 26460, Discounts: 1960.56, Sales: 24499.44, COGS: 8169, Profit: 16330.44, Date: `11/01/2019`, MonthName: `November`, Year: 2019 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Vermont`, UnitsSold: 1890, ManufacturingPrice: 10, SalePrice: 350, GrossSales: 661500, Discounts: 31416, Sales: 630084, COGS: 388960, Profit: 241124, Date: `06/01/2019`, MonthName: `June`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Vermont`, UnitsSold: 1296, ManufacturingPrice: 10, SalePrice: 12, GrossSales: 15552, Discounts: 1655.28, Sales: 13896.72, COGS: 6897, Profit: 6999.72, Date: `10/01/2018`, MonthName: `October`, Year: 2018 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Vermont`, UnitsSold: 775, ManufacturingPrice: 10, SalePrice: 350, GrossSales: 271250, Discounts: 15267, Sales: 255983, COGS: 189020, Profit: 66963, Date: `10/01/2018`, MonthName: `October`, Year: 2018 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Burlington`, UnitsSold: 2417, ManufacturingPrice: 120, SalePrice: 125, GrossSales: 302125, Discounts: 7140, Sales: 294985, COGS: 114240, Profit: 180745, Date: `02/01/2019`, MonthName: `February`, Year: 2019 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Burlington`, UnitsSold: 1158, ManufacturingPrice: 120, SalePrice: 125, GrossSales: 144750, Discounts: 20662.5, Sales: 124087.5, COGS: 330600, Profit: 206512.5, Date: `02/01/2019`, MonthName: `February`, Year: 2019 }), + new PivotSalesDataItem({ Country: `India`, Product: `Burlington`, UnitsSold: 803, ManufacturingPrice: 120, SalePrice: 15, GrossSales: 12045, Discounts: 1377, Sales: 10668, COGS: 15300, Profit: 4632, Date: `05/01/2019`, MonthName: `May`, Year: 2019 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Burlington`, UnitsSold: 3705, ManufacturingPrice: 120, SalePrice: 350, GrossSales: 1296750, Discounts: 31416, Sales: 1265334, COGS: 388960, Profit: 876374, Date: `06/01/2019`, MonthName: `June`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Burlington`, UnitsSold: 589, ManufacturingPrice: 120, SalePrice: 7, GrossSales: 4123, Discounts: 629.16, Sales: 3493.84, COGS: 7490, Profit: 3996.16, Date: `06/01/2019`, MonthName: `June`, Year: 2019 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Burlington`, UnitsSold: 3797, ManufacturingPrice: 120, SalePrice: 300, GrossSales: 1139100, Discounts: 21978, Sales: 1117122, COGS: 305250, Profit: 811872, Date: `10/01/2018`, MonthName: `October`, Year: 2018 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Burlington`, UnitsSold: 1321, ManufacturingPrice: 120, SalePrice: 350, GrossSales: 462350, Discounts: 43596, Sales: 418754, COGS: 539760, Profit: 121006, Date: `10/01/2018`, MonthName: `October`, Year: 2018 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Mandarin`, UnitsSold: 3999, ManufacturingPrice: 250, SalePrice: 15, GrossSales: 59985, Discounts: 2559.6, Sales: 57425.4, COGS: 28440, Profit: 28985.4, Date: `06/01/2019`, MonthName: `June`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Mandarin`, UnitsSold: 4256, ManufacturingPrice: 250, SalePrice: 7, GrossSales: 29792, Discounts: 629.16, Sales: 29162.84, COGS: 7490, Profit: 21672.84, Date: `06/01/2019`, MonthName: `June`, Year: 2019 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Mandarin`, UnitsSold: 1643, ManufacturingPrice: 250, SalePrice: 300, GrossSales: 492900, Discounts: 21978, Sales: 470922, COGS: 305250, Profit: 165672, Date: `10/01/2018`, MonthName: `October`, Year: 2018 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Mandarin`, UnitsSold: 1912, ManufacturingPrice: 250, SalePrice: 20, GrossSales: 38240, Discounts: 1347.6, Sales: 36892.4, COGS: 11230, Profit: 25662.4, Date: `11/01/2018`, MonthName: `November`, Year: 2018 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Mandarin`, UnitsSold: 1610, ManufacturingPrice: 250, SalePrice: 300, GrossSales: 483000, Discounts: 43848, Sales: 439152, COGS: 609000, Profit: 169848, Date: `12/01/2018`, MonthName: `December`, Year: 2018 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Luxe`, UnitsSold: 2160, ManufacturingPrice: 260, SalePrice: 125, GrossSales: 270000, Discounts: 14906.25, Sales: 255093.75, COGS: 238500, Profit: 16593.75, Date: `01/01/2019`, MonthName: `January`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Luxe`, UnitsSold: 466, ManufacturingPrice: 260, SalePrice: 350, GrossSales: 163100, Discounts: 35259, Sales: 127841, COGS: 436540, Profit: 308699, Date: `09/01/2019`, MonthName: `September`, Year: 2019 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Luxe`, UnitsSold: 328, ManufacturingPrice: 260, SalePrice: 350, GrossSales: 114800, Discounts: 15267, Sales: 99533, COGS: 189020, Profit: 89487, Date: `10/01/2018`, MonthName: `October`, Year: 2018 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Luxe`, UnitsSold: 4099, ManufacturingPrice: 260, SalePrice: 7, GrossSales: 28693, Discounts: 589.26, Sales: 28103.74, COGS: 7015, Profit: 21088.74, Date: `10/01/2018`, MonthName: `October`, Year: 2018 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Luxe`, UnitsSold: 990, ManufacturingPrice: 260, SalePrice: 350, GrossSales: 346500, Discounts: 43596, Sales: 302904, COGS: 539760, Profit: 236856, Date: `10/01/2018`, MonthName: `October`, Year: 2018 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Royal Oak`, UnitsSold: 1433, ManufacturingPrice: 5, SalePrice: 20, GrossSales: 28660, Discounts: 2108.4, Sales: 26551.6, COGS: 17570, Profit: 8981.6, Date: `10/01/2018`, MonthName: `October`, Year: 2018 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Vermont`, UnitsSold: 1478, ManufacturingPrice: 10, SalePrice: 15, GrossSales: 22170, Discounts: 1978.2, Sales: 20191.8, COGS: 21980, Profit: 1788.2, Date: `08/01/2019`, MonthName: `August`, Year: 2019 }), + new PivotSalesDataItem({ Country: `India`, Product: `Vermont`, UnitsSold: 3798, ManufacturingPrice: 10, SalePrice: 15, GrossSales: 56970, Discounts: 1568.7, Sales: 55401.3, COGS: 17430, Profit: 37971.3, Date: `08/01/2019`, MonthName: `August`, Year: 2019 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Vermont`, UnitsSold: 447, ManufacturingPrice: 10, SalePrice: 15, GrossSales: 6705, Discounts: 1037.7, Sales: 5667.3, COGS: 11530, Profit: 5862.7, Date: `10/01/2019`, MonthName: `October`, Year: 2019 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Vermont`, UnitsSold: 1711, ManufacturingPrice: 10, SalePrice: 20, GrossSales: 34220, Discounts: 2108.4, Sales: 32111.6, COGS: 17570, Profit: 14541.6, Date: `10/01/2018`, MonthName: `October`, Year: 2018 }), + new PivotSalesDataItem({ Country: `India`, Product: `Burlington`, UnitsSold: 745, ManufacturingPrice: 120, SalePrice: 20, GrossSales: 14900, Discounts: 1201.2, Sales: 13698.8, COGS: 10010, Profit: 3688.8, Date: `08/01/2019`, MonthName: `August`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Burlington`, UnitsSold: 1732, ManufacturingPrice: 120, SalePrice: 7, GrossSales: 12124, Discounts: 559.86, Sales: 11564.14, COGS: 6665, Profit: 4899.14, Date: `11/01/2019`, MonthName: `November`, Year: 2019 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Mandarin`, UnitsSold: 1759, ManufacturingPrice: 250, SalePrice: 15, GrossSales: 26385, Discounts: 1037.7, Sales: 25347.3, COGS: 11530, Profit: 13817.3, Date: `10/01/2019`, MonthName: `October`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Kensington`, UnitsSold: 338, ManufacturingPrice: 3, SalePrice: 12, GrossSales: 4056, Discounts: 610.68, Sales: 3445.32, COGS: 2181, Profit: 1264.32, Date: `02/01/2019`, MonthName: `February`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Kensington`, UnitsSold: 3911, ManufacturingPrice: 3, SalePrice: 12, GrossSales: 46932, Discounts: 1582.56, Sales: 45349.44, COGS: 5652, Profit: 39697.44, Date: `08/01/2019`, MonthName: `August`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Kensington`, UnitsSold: 3691, ManufacturingPrice: 3, SalePrice: 20, GrossSales: 73820, Discounts: 2567.6, Sales: 71252.4, COGS: 18340, Profit: 52912.4, Date: `09/01/2018`, MonthName: `September`, Year: 2018 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Royal Oak`, UnitsSold: 4473, ManufacturingPrice: 5, SalePrice: 12, GrossSales: 53676, Discounts: 1965.6, Sales: 51710.4, COGS: 7020, Profit: 44690.4, Date: `01/01/2019`, MonthName: `January`, Year: 2019 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Royal Oak`, UnitsSold: 383, ManufacturingPrice: 5, SalePrice: 12, GrossSales: 4596, Discounts: 1967.28, Sales: 2628.72, COGS: 7026, Profit: 4397.28, Date: `11/01/2019`, MonthName: `November`, Year: 2019 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Vermont`, UnitsSold: 3105, ManufacturingPrice: 10, SalePrice: 7, GrossSales: 21735, Discounts: 505.19, Sales: 21229.81, COGS: 5155, Profit: 16074.81, Date: `09/01/2018`, MonthName: `September`, Year: 2018 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Burlington`, UnitsSold: 1062, ManufacturingPrice: 120, SalePrice: 15, GrossSales: 15930, Discounts: 1325.1, Sales: 14604.9, COGS: 12620, Profit: 1984.9, Date: `05/01/2019`, MonthName: `May`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Burlington`, UnitsSold: 4083, ManufacturingPrice: 120, SalePrice: 7, GrossSales: 28581, Discounts: 556.15, Sales: 28024.85, COGS: 5675, Profit: 22349.85, Date: `06/01/2019`, MonthName: `June`, Year: 2019 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Burlington`, UnitsSold: 3974, ManufacturingPrice: 120, SalePrice: 7, GrossSales: 27818, Discounts: 268.03, Sales: 27549.97, COGS: 2735, Profit: 24814.97, Date: `11/01/2019`, MonthName: `November`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Burlington`, UnitsSold: 3723, ManufacturingPrice: 120, SalePrice: 7, GrossSales: 26061, Discounts: 775.18, Sales: 25285.82, COGS: 7910, Profit: 17375.82, Date: `12/01/2019`, MonthName: `December`, Year: 2019 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Mandarin`, UnitsSold: 2435, ManufacturingPrice: 250, SalePrice: 12, GrossSales: 29220, Discounts: 1460.34, Sales: 27759.66, COGS: 5215.5, Profit: 22544.16, Date: `04/01/2019`, MonthName: `April`, Year: 2019 }), + new PivotSalesDataItem({ Country: `India`, Product: `Mandarin`, UnitsSold: 1678, ManufacturingPrice: 250, SalePrice: 12, GrossSales: 20136, Discounts: 1860.6, Sales: 18275.4, COGS: 6645, Profit: 11630.4, Date: `09/01/2018`, MonthName: `September`, Year: 2018 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Mandarin`, UnitsSold: 1763, ManufacturingPrice: 250, SalePrice: 7, GrossSales: 12341, Discounts: 775.18, Sales: 11565.82, COGS: 7910, Profit: 3655.82, Date: `12/01/2019`, MonthName: `December`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Luxe`, UnitsSold: 4473, ManufacturingPrice: 260, SalePrice: 7, GrossSales: 31311, Discounts: 556.15, Sales: 30754.85, COGS: 5675, Profit: 25079.85, Date: `06/01/2019`, MonthName: `June`, Year: 2019 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Kensington`, UnitsSold: 1246, ManufacturingPrice: 3, SalePrice: 350, GrossSales: 436100, Discounts: 43144.5, Sales: 392955.5, COGS: 457860, Profit: 64904.5, Date: `03/01/2019`, MonthName: `March`, Year: 2019 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Kensington`, UnitsSold: 1615, ManufacturingPrice: 3, SalePrice: 300, GrossSales: 484500, Discounts: 9408, Sales: 475092, COGS: 112000, Profit: 363092, Date: `06/01/2019`, MonthName: `June`, Year: 2019 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Kensington`, UnitsSold: 749, ManufacturingPrice: 3, SalePrice: 300, GrossSales: 224700, Discounts: 45801, Sales: 178899, COGS: 545250, Profit: 366351, Date: `10/01/2019`, MonthName: `October`, Year: 2019 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Royal Oak`, UnitsSold: 1318, ManufacturingPrice: 5, SalePrice: 20, GrossSales: 26360, Discounts: 2766.4, Sales: 23593.6, COGS: 19760, Profit: 3833.6, Date: `10/01/2019`, MonthName: `October`, Year: 2019 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Royal Oak`, UnitsSold: 2882, ManufacturingPrice: 5, SalePrice: 300, GrossSales: 864600, Discounts: 45801, Sales: 818799, COGS: 545250, Profit: 273549, Date: `10/01/2019`, MonthName: `October`, Year: 2019 }), + new PivotSalesDataItem({ Country: `India`, Product: `Royal Oak`, UnitsSold: 3039, ManufacturingPrice: 5, SalePrice: 125, GrossSales: 379875, Discounts: 21875, Sales: 358000, COGS: 300000, Profit: 58000, Date: `11/01/2018`, MonthName: `November`, Year: 2018 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Vermont`, UnitsSold: 2484, ManufacturingPrice: 10, SalePrice: 300, GrossSales: 745200, Discounts: 35742, Sales: 709458, COGS: 425500, Profit: 283958, Date: `05/01/2019`, MonthName: `May`, Year: 2019 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Vermont`, UnitsSold: 3169, ManufacturingPrice: 10, SalePrice: 300, GrossSales: 950700, Discounts: 9408, Sales: 941292, COGS: 112000, Profit: 829292, Date: `06/01/2019`, MonthName: `June`, Year: 2019 }), + new PivotSalesDataItem({ Country: `India`, Product: `Vermont`, UnitsSold: 4080, ManufacturingPrice: 10, SalePrice: 125, GrossSales: 510000, Discounts: 30738.75, Sales: 479261.25, COGS: 421560, Profit: 57701.25, Date: `07/01/2019`, MonthName: `July`, Year: 2019 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Vermont`, UnitsSold: 3943, ManufacturingPrice: 10, SalePrice: 15, GrossSales: 59145, Discounts: 2206.05, Sales: 56938.95, COGS: 21010, Profit: 35928.95, Date: `08/01/2019`, MonthName: `August`, Year: 2019 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Vermont`, UnitsSold: 784, ManufacturingPrice: 10, SalePrice: 15, GrossSales: 11760, Discounts: 3077.55, Sales: 8682.45, COGS: 29310, Profit: 20627.55, Date: `09/01/2018`, MonthName: `September`, Year: 2018 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Vermont`, UnitsSold: 253, ManufacturingPrice: 10, SalePrice: 20, GrossSales: 5060, Discounts: 2149, Sales: 2911, COGS: 15350, Profit: 12439, Date: `09/01/2019`, MonthName: `September`, Year: 2019 }), + new PivotSalesDataItem({ Country: `India`, Product: `Vermont`, UnitsSold: 1316, ManufacturingPrice: 10, SalePrice: 300, GrossSales: 394800, Discounts: 23583, Sales: 371217, COGS: 280750, Profit: 90467, Date: `09/01/2018`, MonthName: `September`, Year: 2018 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Vermont`, UnitsSold: 808, ManufacturingPrice: 10, SalePrice: 300, GrossSales: 242400, Discounts: 29484, Sales: 212916, COGS: 351000, Profit: 138084, Date: `11/01/2018`, MonthName: `November`, Year: 2018 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Vermont`, UnitsSold: 3295, ManufacturingPrice: 10, SalePrice: 12, GrossSales: 39540, Discounts: 2320.92, Sales: 37219.08, COGS: 8289, Profit: 28930.08, Date: `11/01/2018`, MonthName: `November`, Year: 2018 }), + new PivotSalesDataItem({ Country: `India`, Product: `Vermont`, UnitsSold: 520, ManufacturingPrice: 10, SalePrice: 7, GrossSales: 3640, Discounts: 1041.25, Sales: 2598.75, COGS: 10625, Profit: 8026.25, Date: `12/01/2018`, MonthName: `December`, Year: 2018 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Burlington`, UnitsSold: 799, ManufacturingPrice: 120, SalePrice: 300, GrossSales: 239700, Discounts: 34839, Sales: 204861, COGS: 414750, Profit: 209889, Date: `07/01/2019`, MonthName: `July`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Burlington`, UnitsSold: 3942, ManufacturingPrice: 120, SalePrice: 20, GrossSales: 78840, Discounts: 852.6, Sales: 77987.4, COGS: 6090, Profit: 71897.4, Date: `08/01/2019`, MonthName: `August`, Year: 2019 }), + new PivotSalesDataItem({ Country: `India`, Product: `Burlington`, UnitsSold: 2498, ManufacturingPrice: 120, SalePrice: 125, GrossSales: 312250, Discounts: 18261.25, Sales: 293988.75, COGS: 250440, Profit: 43548.75, Date: `09/01/2019`, MonthName: `September`, Year: 2019 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Burlington`, UnitsSold: 2517, ManufacturingPrice: 120, SalePrice: 20, GrossSales: 50340, Discounts: 2766.4, Sales: 47573.6, COGS: 19760, Profit: 27813.6, Date: `10/01/2019`, MonthName: `October`, Year: 2019 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Burlington`, UnitsSold: 3182, ManufacturingPrice: 120, SalePrice: 20, GrossSales: 63640, Discounts: 1989.4, Sales: 61650.6, COGS: 14210, Profit: 47440.6, Date: `12/01/2018`, MonthName: `December`, Year: 2018 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Burlington`, UnitsSold: 1145, ManufacturingPrice: 120, SalePrice: 300, GrossSales: 343500, Discounts: 28812, Sales: 314688, COGS: 343000, Profit: 28312, Date: `12/01/2019`, MonthName: `December`, Year: 2019 }), + new PivotSalesDataItem({ Country: `India`, Product: `Burlington`, UnitsSold: 895, ManufacturingPrice: 120, SalePrice: 20, GrossSales: 17900, Discounts: 823.2, Sales: 17076.8, COGS: 5880, Profit: 11196.8, Date: `12/01/2018`, MonthName: `December`, Year: 2018 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Mandarin`, UnitsSold: 3814, ManufacturingPrice: 250, SalePrice: 12, GrossSales: 45768, Discounts: 2725.38, Sales: 43042.62, COGS: 9733.5, Profit: 33309.12, Date: `01/01/2019`, MonthName: `January`, Year: 2019 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Mandarin`, UnitsSold: 1188, ManufacturingPrice: 250, SalePrice: 300, GrossSales: 356400, Discounts: 20139, Sales: 336261, COGS: 239750, Profit: 96511, Date: `02/01/2019`, MonthName: `February`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Mandarin`, UnitsSold: 2233, ManufacturingPrice: 250, SalePrice: 300, GrossSales: 669900, Discounts: 57687, Sales: 612213, COGS: 686750, Profit: 74537, Date: `02/01/2019`, MonthName: `February`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Luxe`, UnitsSold: 421, ManufacturingPrice: 260, SalePrice: 125, GrossSales: 52625, Discounts: 14393.75, Sales: 38231.25, COGS: 197400, Profit: 159168.75, Date: `05/01/2019`, MonthName: `May`, Year: 2019 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Luxe`, UnitsSold: 269, ManufacturingPrice: 260, SalePrice: 350, GrossSales: 94150, Discounts: 70462, Sales: 23688, COGS: 747760, Profit: 724072, Date: `09/01/2019`, MonthName: `September`, Year: 2019 }), + new PivotSalesDataItem({ Country: `India`, Product: `Luxe`, UnitsSold: 3766, ManufacturingPrice: 260, SalePrice: 125, GrossSales: 470750, Discounts: 8697.5, Sales: 462052.5, COGS: 119280, Profit: 342772.5, Date: `09/01/2018`, MonthName: `September`, Year: 2018 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Luxe`, UnitsSold: 952, ManufacturingPrice: 260, SalePrice: 20, GrossSales: 19040, Discounts: 1565.2, Sales: 17474.8, COGS: 11180, Profit: 6294.8, Date: `11/01/2019`, MonthName: `November`, Year: 2019 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Luxe`, UnitsSold: 2964, ManufacturingPrice: 260, SalePrice: 300, GrossSales: 889200, Discounts: 28812, Sales: 860388, COGS: 343000, Profit: 517388, Date: `12/01/2019`, MonthName: `December`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Royal Oak`, UnitsSold: 1505, ManufacturingPrice: 5, SalePrice: 7, GrossSales: 10535, Discounts: 273.28, Sales: 10261.72, COGS: 2440, Profit: 7821.72, Date: `02/01/2019`, MonthName: `February`, Year: 2019 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Royal Oak`, UnitsSold: 1678, ManufacturingPrice: 5, SalePrice: 20, GrossSales: 33560, Discounts: 2051.2, Sales: 31508.8, COGS: 12820, Profit: 18688.8, Date: `06/01/2019`, MonthName: `June`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Vermont`, UnitsSold: 4249, ManufacturingPrice: 10, SalePrice: 7, GrossSales: 29743, Discounts: 143.92, Sales: 29599.08, COGS: 1285, Profit: 28314.08, Date: `05/01/2019`, MonthName: `May`, Year: 2019 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Luxe`, UnitsSold: 1677, ManufacturingPrice: 260, SalePrice: 20, GrossSales: 33540, Discounts: 2051.2, Sales: 31488.8, COGS: 12820, Profit: 18668.8, Date: `06/01/2019`, MonthName: `June`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Kensington`, UnitsSold: 3051, ManufacturingPrice: 3, SalePrice: 125, GrossSales: 381375, Discounts: 15400, Sales: 365975, COGS: 184800, Profit: 181175, Date: `08/01/2019`, MonthName: `August`, Year: 2019 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Kensington`, UnitsSold: 3372, ManufacturingPrice: 3, SalePrice: 15, GrossSales: 50580, Discounts: 588, Sales: 49992, COGS: 4900, Profit: 45092, Date: `11/01/2019`, MonthName: `November`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Kensington`, UnitsSold: 1686, ManufacturingPrice: 3, SalePrice: 350, GrossSales: 590100, Discounts: 38136, Sales: 551964, COGS: 354120, Profit: 197844, Date: `12/01/2019`, MonthName: `December`, Year: 2019 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Royal Oak`, UnitsSold: 3086, ManufacturingPrice: 5, SalePrice: 15, GrossSales: 46290, Discounts: 3001.2, Sales: 43288.8, COGS: 25010, Profit: 18278.8, Date: `03/01/2019`, MonthName: `March`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Royal Oak`, UnitsSold: 4150, ManufacturingPrice: 5, SalePrice: 20, GrossSales: 83000, Discounts: 1132.8, Sales: 81867.2, COGS: 7080, Profit: 74787.2, Date: `06/01/2019`, MonthName: `June`, Year: 2019 }), + new PivotSalesDataItem({ Country: `India`, Product: `Royal Oak`, UnitsSold: 3027, ManufacturingPrice: 5, SalePrice: 20, GrossSales: 60540, Discounts: 1032, Sales: 59508, COGS: 6450, Profit: 53058, Date: `07/01/2019`, MonthName: `July`, Year: 2019 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Royal Oak`, UnitsSold: 4359, ManufacturingPrice: 5, SalePrice: 300, GrossSales: 1307700, Discounts: 37488, Sales: 1270212, COGS: 390500, Profit: 879712, Date: `08/01/2019`, MonthName: `August`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Royal Oak`, UnitsSold: 3628, ManufacturingPrice: 5, SalePrice: 300, GrossSales: 1088400, Discounts: 30792, Sales: 1057608, COGS: 320750, Profit: 736858, Date: `09/01/2018`, MonthName: `September`, Year: 2018 }), + new PivotSalesDataItem({ Country: `India`, Product: `Royal Oak`, UnitsSold: 1589, ManufacturingPrice: 5, SalePrice: 15, GrossSales: 23835, Discounts: 853.2, Sales: 22981.8, COGS: 7110, Profit: 15871.8, Date: `12/01/2019`, MonthName: `December`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Vermont`, UnitsSold: 2679, ManufacturingPrice: 10, SalePrice: 125, GrossSales: 334875, Discounts: 11140, Sales: 323735, COGS: 133680, Profit: 190055, Date: `03/01/2019`, MonthName: `March`, Year: 2019 }), + new PivotSalesDataItem({ Country: `India`, Product: `Vermont`, UnitsSold: 3401, ManufacturingPrice: 10, SalePrice: 7, GrossSales: 23807, Discounts: 705.04, Sales: 23101.96, COGS: 6295, Profit: 16806.96, Date: `04/01/2019`, MonthName: `April`, Year: 2019 }), + new PivotSalesDataItem({ Country: `India`, Product: `Vermont`, UnitsSold: 2815, ManufacturingPrice: 10, SalePrice: 7, GrossSales: 19705, Discounts: 613.2, Sales: 19091.8, COGS: 5475, Profit: 13616.8, Date: `05/01/2019`, MonthName: `May`, Year: 2019 }), + new PivotSalesDataItem({ Country: `India`, Product: `Vermont`, UnitsSold: 2964, ManufacturingPrice: 10, SalePrice: 20, GrossSales: 59280, Discounts: 2185.6, Sales: 57094.4, COGS: 13660, Profit: 43434.4, Date: `06/01/2019`, MonthName: `June`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Vermont`, UnitsSold: 4173, ManufacturingPrice: 10, SalePrice: 300, GrossSales: 1251900, Discounts: 59040, Sales: 1192860, COGS: 615000, Profit: 577860, Date: `06/01/2019`, MonthName: `June`, Year: 2019 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Vermont`, UnitsSold: 1157, ManufacturingPrice: 10, SalePrice: 7, GrossSales: 8099, Discounts: 379.68, Sales: 7719.32, COGS: 3390, Profit: 4329.32, Date: `08/01/2019`, MonthName: `August`, Year: 2019 }), + new PivotSalesDataItem({ Country: `India`, Product: `Vermont`, UnitsSold: 3065, ManufacturingPrice: 10, SalePrice: 7, GrossSales: 21455, Discounts: 894.88, Sales: 20560.12, COGS: 7990, Profit: 12570.12, Date: `08/01/2019`, MonthName: `August`, Year: 2019 }), + new PivotSalesDataItem({ Country: `India`, Product: `Vermont`, UnitsSold: 1962, ManufacturingPrice: 10, SalePrice: 7, GrossSales: 13734, Discounts: 1349.04, Sales: 12384.96, COGS: 12045, Profit: 339.96, Date: `09/01/2018`, MonthName: `September`, Year: 2018 }), + new PivotSalesDataItem({ Country: `India`, Product: `Vermont`, UnitsSold: 4080, ManufacturingPrice: 10, SalePrice: 20, GrossSales: 81600, Discounts: 3094.4, Sales: 78505.6, COGS: 19340, Profit: 59165.6, Date: `09/01/2019`, MonthName: `September`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Vermont`, UnitsSold: 1713, ManufacturingPrice: 10, SalePrice: 20, GrossSales: 34260, Discounts: 4788.8, Sales: 29471.2, COGS: 29930, Profit: 458.8, Date: `09/01/2019`, MonthName: `September`, Year: 2019 }), + new PivotSalesDataItem({ Country: `India`, Product: `Vermont`, UnitsSold: 2795, ManufacturingPrice: 10, SalePrice: 350, GrossSales: 978250, Discounts: 60088, Sales: 918162, COGS: 557960, Profit: 360202, Date: `11/01/2018`, MonthName: `November`, Year: 2018 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Vermont`, UnitsSold: 4082, ManufacturingPrice: 10, SalePrice: 7, GrossSales: 28574, Discounts: 1089.76, Sales: 27484.24, COGS: 9730, Profit: 17754.24, Date: `12/01/2018`, MonthName: `December`, Year: 2018 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Vermont`, UnitsSold: 1691, ManufacturingPrice: 10, SalePrice: 350, GrossSales: 591850, Discounts: 38136, Sales: 553714, COGS: 354120, Profit: 199594, Date: `12/01/2019`, MonthName: `December`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Burlington`, UnitsSold: 2305, ManufacturingPrice: 120, SalePrice: 12, GrossSales: 27660, Discounts: 574.08, Sales: 27085.92, COGS: 1794, Profit: 25291.92, Date: `03/01/2019`, MonthName: `March`, Year: 2019 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Burlington`, UnitsSold: 3401, ManufacturingPrice: 120, SalePrice: 7, GrossSales: 23807, Discounts: 1627.92, Sales: 22179.08, COGS: 14535, Profit: 7644.08, Date: `06/01/2019`, MonthName: `June`, Year: 2019 }), + new PivotSalesDataItem({ Country: `India`, Product: `Burlington`, UnitsSold: 2288, ManufacturingPrice: 120, SalePrice: 7, GrossSales: 16016, Discounts: 1309.28, Sales: 14706.72, COGS: 11690, Profit: 3016.72, Date: `06/01/2019`, MonthName: `June`, Year: 2019 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Burlington`, UnitsSold: 2399, ManufacturingPrice: 120, SalePrice: 300, GrossSales: 719700, Discounts: 9264, Sales: 710436, COGS: 96500, Profit: 613936, Date: `11/01/2018`, MonthName: `November`, Year: 2018 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Burlington`, UnitsSold: 4086, ManufacturingPrice: 120, SalePrice: 300, GrossSales: 1225800, Discounts: 15240, Sales: 1210560, COGS: 158750, Profit: 1051810, Date: `12/01/2019`, MonthName: `December`, Year: 2019 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Mandarin`, UnitsSold: 2651, ManufacturingPrice: 250, SalePrice: 350, GrossSales: 927850, Discounts: 16086, Sales: 911764, COGS: 149370, Profit: 762394, Date: `04/01/2019`, MonthName: `April`, Year: 2019 }), + new PivotSalesDataItem({ Country: `India`, Product: `Mandarin`, UnitsSold: 3971, ManufacturingPrice: 250, SalePrice: 7, GrossSales: 27797, Discounts: 1309.28, Sales: 26487.72, COGS: 11690, Profit: 14797.72, Date: `06/01/2019`, MonthName: `June`, Year: 2019 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Mandarin`, UnitsSold: 2512, ManufacturingPrice: 250, SalePrice: 350, GrossSales: 879200, Discounts: 10668, Sales: 868532, COGS: 99060, Profit: 769472, Date: `08/01/2019`, MonthName: `August`, Year: 2019 }), + new PivotSalesDataItem({ Country: `India`, Product: `Mandarin`, UnitsSold: 2745, ManufacturingPrice: 250, SalePrice: 350, GrossSales: 960750, Discounts: 11816, Sales: 948934, COGS: 109720, Profit: 839214, Date: `08/01/2019`, MonthName: `August`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Mandarin`, UnitsSold: 1903, ManufacturingPrice: 250, SalePrice: 300, GrossSales: 570900, Discounts: 51216, Sales: 519684, COGS: 533500, Profit: 13816, Date: `09/01/2019`, MonthName: `September`, Year: 2019 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Mandarin`, UnitsSold: 647, ManufacturingPrice: 250, SalePrice: 300, GrossSales: 194100, Discounts: 19392, Sales: 174708, COGS: 202000, Profit: 27292, Date: `12/01/2018`, MonthName: `December`, Year: 2018 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Luxe`, UnitsSold: 2914, ManufacturingPrice: 260, SalePrice: 20, GrossSales: 58280, Discounts: 1132.8, Sales: 57147.2, COGS: 7080, Profit: 50067.2, Date: `06/01/2019`, MonthName: `June`, Year: 2019 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Luxe`, UnitsSold: 1889, ManufacturingPrice: 260, SalePrice: 7, GrossSales: 13223, Discounts: 1627.92, Sales: 11595.08, COGS: 14535, Profit: 2939.92, Date: `06/01/2019`, MonthName: `June`, Year: 2019 }), + new PivotSalesDataItem({ Country: `India`, Product: `Luxe`, UnitsSold: 1466, ManufacturingPrice: 260, SalePrice: 20, GrossSales: 29320, Discounts: 2185.6, Sales: 27134.4, COGS: 13660, Profit: 13474.4, Date: `06/01/2019`, MonthName: `June`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Luxe`, UnitsSold: 887, ManufacturingPrice: 260, SalePrice: 300, GrossSales: 266100, Discounts: 59040, Sales: 207060, COGS: 615000, Profit: 407940, Date: `06/01/2019`, MonthName: `June`, Year: 2019 }), + new PivotSalesDataItem({ Country: `India`, Product: `Luxe`, UnitsSold: 395, ManufacturingPrice: 260, SalePrice: 20, GrossSales: 7900, Discounts: 2432, Sales: 5468, COGS: 15200, Profit: 9732, Date: `11/01/2019`, MonthName: `November`, Year: 2019 }), + new PivotSalesDataItem({ Country: `India`, Product: `Luxe`, UnitsSold: 1693, ManufacturingPrice: 260, SalePrice: 15, GrossSales: 25395, Discounts: 853.2, Sales: 24541.8, COGS: 7110, Profit: 17431.8, Date: `12/01/2019`, MonthName: `December`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Luxe`, UnitsSold: 2459, ManufacturingPrice: 260, SalePrice: 12, GrossSales: 29508, Discounts: 1320, Sales: 28188, COGS: 4125, Profit: 24063, Date: `12/01/2018`, MonthName: `December`, Year: 2018 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Luxe`, UnitsSold: 2649, ManufacturingPrice: 260, SalePrice: 300, GrossSales: 794700, Discounts: 15240, Sales: 779460, COGS: 158750, Profit: 620710, Date: `12/01/2019`, MonthName: `December`, Year: 2019 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Mandarin`, UnitsSold: 3608, ManufacturingPrice: 250, SalePrice: 20, GrossSales: 72160, Discounts: 698.4, Sales: 71461.6, COGS: 4365, Profit: 67096.6, Date: `07/01/2019`, MonthName: `July`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Kensington`, UnitsSold: 1073, ManufacturingPrice: 3, SalePrice: 300, GrossSales: 321900, Discounts: 29538, Sales: 292362, COGS: 273500, Profit: 18862, Date: `06/01/2019`, MonthName: `June`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Kensington`, UnitsSold: 1754, ManufacturingPrice: 3, SalePrice: 12, GrossSales: 21048, Discounts: 396.36, Sales: 20651.64, COGS: 1101, Profit: 19550.64, Date: `10/01/2018`, MonthName: `October`, Year: 2018 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Royal Oak`, UnitsSold: 2167, ManufacturingPrice: 5, SalePrice: 300, GrossSales: 650100, Discounts: 102667.5, Sales: 547432.5, COGS: 950625, Profit: 403192.5, Date: `04/01/2019`, MonthName: `April`, Year: 2019 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Royal Oak`, UnitsSold: 1319, ManufacturingPrice: 5, SalePrice: 350, GrossSales: 461650, Discounts: 52479, Sales: 409171, COGS: 433160, Profit: 23989, Date: `05/01/2019`, MonthName: `May`, Year: 2019 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Royal Oak`, UnitsSold: 1679, ManufacturingPrice: 5, SalePrice: 300, GrossSales: 503700, Discounts: 8694, Sales: 495006, COGS: 80500, Profit: 414506, Date: `09/01/2018`, MonthName: `September`, Year: 2018 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Royal Oak`, UnitsSold: 1252, ManufacturingPrice: 5, SalePrice: 12, GrossSales: 15024, Discounts: 2506.68, Sales: 12517.32, COGS: 6963, Profit: 5554.32, Date: `11/01/2019`, MonthName: `November`, Year: 2019 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Royal Oak`, UnitsSold: 3493, ManufacturingPrice: 5, SalePrice: 125, GrossSales: 436625, Discounts: 20891.25, Sales: 415733.75, COGS: 222840, Profit: 192893.75, Date: `11/01/2018`, MonthName: `November`, Year: 2018 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Royal Oak`, UnitsSold: 1697, ManufacturingPrice: 5, SalePrice: 7, GrossSales: 11879, Discounts: 1014.93, Sales: 10864.07, COGS: 8055, Profit: 2809.07, Date: `12/01/2018`, MonthName: `December`, Year: 2018 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Royal Oak`, UnitsSold: 1156, ManufacturingPrice: 5, SalePrice: 125, GrossSales: 144500, Discounts: 31466.25, Sales: 113033.75, COGS: 335640, Profit: 222606.25, Date: `12/01/2019`, MonthName: `December`, Year: 2019 }), + new PivotSalesDataItem({ Country: `India`, Product: `Royal Oak`, UnitsSold: 726, ManufacturingPrice: 5, SalePrice: 300, GrossSales: 217800, Discounts: 9018, Sales: 208782, COGS: 83500, Profit: 125282, Date: `12/01/2018`, MonthName: `December`, Year: 2018 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Vermont`, UnitsSold: 1153, ManufacturingPrice: 10, SalePrice: 300, GrossSales: 345900, Discounts: 69255, Sales: 276645, COGS: 641250, Profit: 364605, Date: `01/01/2019`, MonthName: `January`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Vermont`, UnitsSold: 2720, ManufacturingPrice: 10, SalePrice: 350, GrossSales: 952000, Discounts: 76135.5, Sales: 875864.5, COGS: 628420, Profit: 247444.5, Date: `01/01/2019`, MonthName: `January`, Year: 2019 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Vermont`, UnitsSold: 3658, ManufacturingPrice: 10, SalePrice: 15, GrossSales: 54870, Discounts: 4961.25, Sales: 49908.75, COGS: 36750, Profit: 13158.75, Date: `04/01/2019`, MonthName: `April`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Vermont`, UnitsSold: 2950, ManufacturingPrice: 10, SalePrice: 300, GrossSales: 885000, Discounts: 29538, Sales: 855462, COGS: 273500, Profit: 581962, Date: `06/01/2019`, MonthName: `June`, Year: 2019 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Vermont`, UnitsSold: 1821, ManufacturingPrice: 10, SalePrice: 15, GrossSales: 27315, Discounts: 1656.45, Sales: 25658.55, COGS: 12270, Profit: 13388.55, Date: `10/01/2019`, MonthName: `October`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Vermont`, UnitsSold: 4174, ManufacturingPrice: 10, SalePrice: 12, GrossSales: 50088, Discounts: 396.36, Sales: 49691.64, COGS: 1101, Profit: 48590.64, Date: `10/01/2018`, MonthName: `October`, Year: 2018 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Vermont`, UnitsSold: 1127, ManufacturingPrice: 10, SalePrice: 300, GrossSales: 338100, Discounts: 35748, Sales: 302352, COGS: 331000, Profit: 28648, Date: `11/01/2019`, MonthName: `November`, Year: 2019 }), + new PivotSalesDataItem({ Country: `India`, Product: `Vermont`, UnitsSold: 2209, ManufacturingPrice: 10, SalePrice: 12, GrossSales: 26508, Discounts: 1917, Sales: 24591, COGS: 5325, Profit: 19266, Date: `11/01/2018`, MonthName: `November`, Year: 2018 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Vermont`, UnitsSold: 862, ManufacturingPrice: 10, SalePrice: 125, GrossSales: 107750, Discounts: 31466.25, Sales: 76283.75, COGS: 335640, Profit: 259356.25, Date: `12/01/2019`, MonthName: `December`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Burlington`, UnitsSold: 3805, ManufacturingPrice: 120, SalePrice: 15, GrossSales: 57075, Discounts: 330.75, Sales: 56744.25, COGS: 2450, Profit: 54294.25, Date: `05/01/2019`, MonthName: `May`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Burlington`, UnitsSold: 1415, ManufacturingPrice: 120, SalePrice: 300, GrossSales: 424500, Discounts: 102424.5, Sales: 322075.5, COGS: 948375, Profit: 626299.5, Date: `07/01/2019`, MonthName: `July`, Year: 2019 }), + new PivotSalesDataItem({ Country: `India`, Product: `Burlington`, UnitsSold: 2231, ManufacturingPrice: 120, SalePrice: 350, GrossSales: 780850, Discounts: 41170.5, Sales: 739679.5, COGS: 339820, Profit: 399859.5, Date: `07/01/2019`, MonthName: `July`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Burlington`, UnitsSold: 3649, ManufacturingPrice: 120, SalePrice: 125, GrossSales: 456125, Discounts: 6378.75, Sales: 449746.25, COGS: 68040, Profit: 381706.25, Date: `09/01/2019`, MonthName: `September`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Burlington`, UnitsSold: 2948, ManufacturingPrice: 120, SalePrice: 125, GrossSales: 368500, Discounts: 23737.5, Sales: 344762.5, COGS: 253200, Profit: 91562.5, Date: `09/01/2019`, MonthName: `September`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Burlington`, UnitsSold: 3395, ManufacturingPrice: 120, SalePrice: 350, GrossSales: 1188250, Discounts: 39973.5, Sales: 1148276.5, COGS: 329940, Profit: 818336.5, Date: `10/01/2019`, MonthName: `October`, Year: 2019 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Mandarin`, UnitsSold: 2650, ManufacturingPrice: 250, SalePrice: 12, GrossSales: 31800, Discounts: 2112.48, Sales: 29687.52, COGS: 5868, Profit: 23819.52, Date: `01/01/2019`, MonthName: `January`, Year: 2019 }), + new PivotSalesDataItem({ Country: `India`, Product: `Mandarin`, UnitsSold: 585, ManufacturingPrice: 250, SalePrice: 300, GrossSales: 175500, Discounts: 71793, Sales: 103707, COGS: 664750, Profit: 561043, Date: `02/01/2019`, MonthName: `February`, Year: 2019 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Mandarin`, UnitsSold: 1316, ManufacturingPrice: 250, SalePrice: 350, GrossSales: 460600, Discounts: 42572.25, Sales: 418027.75, COGS: 351390, Profit: 66637.75, Date: `04/01/2019`, MonthName: `April`, Year: 2019 }), + new PivotSalesDataItem({ Country: `India`, Product: `Mandarin`, UnitsSold: 4459, ManufacturingPrice: 250, SalePrice: 12, GrossSales: 53508, Discounts: 950.4, Sales: 52557.6, COGS: 2640, Profit: 49917.6, Date: `05/01/2019`, MonthName: `May`, Year: 2019 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Mandarin`, UnitsSold: 2711, ManufacturingPrice: 250, SalePrice: 300, GrossSales: 813300, Discounts: 50409, Sales: 762891, COGS: 466750, Profit: 296141, Date: `09/01/2019`, MonthName: `September`, Year: 2019 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Mandarin`, UnitsSold: 2621, ManufacturingPrice: 250, SalePrice: 12, GrossSales: 31452, Discounts: 2412.72, Sales: 29039.28, COGS: 6702, Profit: 22337.28, Date: `09/01/2018`, MonthName: `September`, Year: 2018 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Mandarin`, UnitsSold: 3613, ManufacturingPrice: 250, SalePrice: 15, GrossSales: 54195, Discounts: 1656.45, Sales: 52538.55, COGS: 12270, Profit: 40268.55, Date: `10/01/2019`, MonthName: `October`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Mandarin`, UnitsSold: 1847, ManufacturingPrice: 250, SalePrice: 125, GrossSales: 230875, Discounts: 9866.25, Sales: 221008.75, COGS: 105240, Profit: 115768.75, Date: `11/01/2019`, MonthName: `November`, Year: 2019 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Luxe`, UnitsSold: 2996, ManufacturingPrice: 260, SalePrice: 350, GrossSales: 1048600, Discounts: 65236.5, Sales: 983363.5, COGS: 538460, Profit: 444903.5, Date: `09/01/2019`, MonthName: `September`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Luxe`, UnitsSold: 2838, ManufacturingPrice: 260, SalePrice: 350, GrossSales: 993300, Discounts: 39973.5, Sales: 953326.5, COGS: 329940, Profit: 623386.5, Date: `10/01/2019`, MonthName: `October`, Year: 2019 }), + new PivotSalesDataItem({ Country: `India`, Product: `Luxe`, UnitsSold: 1302, ManufacturingPrice: 260, SalePrice: 15, GrossSales: 19530, Discounts: 1309.5, Sales: 18220.5, COGS: 9700, Profit: 8520.5, Date: `11/01/2018`, MonthName: `November`, Year: 2018 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Luxe`, UnitsSold: 1536, ManufacturingPrice: 260, SalePrice: 20, GrossSales: 30720, Discounts: 3049.2, Sales: 27670.8, COGS: 16940, Profit: 10730.8, Date: `11/01/2019`, MonthName: `November`, Year: 2019 }), + new PivotSalesDataItem({ Country: `India`, Product: `Kensington`, UnitsSold: 1291, ManufacturingPrice: 3, SalePrice: 20, GrossSales: 25820, Discounts: 1193.4, Sales: 24626.6, COGS: 6630, Profit: 17996.6, Date: `05/01/2019`, MonthName: `May`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Kensington`, UnitsSold: 1213, ManufacturingPrice: 3, SalePrice: 7, GrossSales: 8491, Discounts: 515.97, Sales: 7975.03, COGS: 4095, Profit: 3880.03, Date: `07/01/2019`, MonthName: `July`, Year: 2019 }), + new PivotSalesDataItem({ Country: `India`, Product: `Kensington`, UnitsSold: 2370, ManufacturingPrice: 3, SalePrice: 12, GrossSales: 28440, Discounts: 1706.4, Sales: 26733.6, COGS: 4740, Profit: 21993.6, Date: `09/01/2019`, MonthName: `September`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Kensington`, UnitsSold: 1979, ManufacturingPrice: 3, SalePrice: 7, GrossSales: 13853, Discounts: 328.23, Sales: 13524.77, COGS: 2605, Profit: 10919.77, Date: `12/01/2019`, MonthName: `December`, Year: 2019 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Vermont`, UnitsSold: 2879, ManufacturingPrice: 10, SalePrice: 20, GrossSales: 57580, Discounts: 1751.4, Sales: 55828.6, COGS: 9730, Profit: 46098.6, Date: `03/01/2019`, MonthName: `March`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Vermont`, UnitsSold: 1707, ManufacturingPrice: 10, SalePrice: 20, GrossSales: 34140, Discounts: 1868.4, Sales: 32271.6, COGS: 10380, Profit: 21891.6, Date: `06/01/2019`, MonthName: `June`, Year: 2019 }), + new PivotSalesDataItem({ Country: `India`, Product: `Vermont`, UnitsSold: 2933, ManufacturingPrice: 10, SalePrice: 7, GrossSales: 20531, Discounts: 226.8, Sales: 20304.2, COGS: 1800, Profit: 18504.2, Date: `10/01/2019`, MonthName: `October`, Year: 2019 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Burlington`, UnitsSold: 1014, ManufacturingPrice: 120, SalePrice: 12, GrossSales: 12168, Discounts: 2124.36, Sales: 10043.64, COGS: 5901, Profit: 4142.64, Date: `03/01/2019`, MonthName: `March`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Burlington`, UnitsSold: 693, ManufacturingPrice: 120, SalePrice: 15, GrossSales: 10395, Discounts: 3547.8, Sales: 6847.2, COGS: 26280, Profit: 19432.8, Date: `04/01/2019`, MonthName: `April`, Year: 2019 }), + new PivotSalesDataItem({ Country: `India`, Product: `Mandarin`, UnitsSold: 3741, ManufacturingPrice: 250, SalePrice: 7, GrossSales: 26187, Discounts: 226.8, Sales: 25960.2, COGS: 1800, Profit: 24160.2, Date: `10/01/2019`, MonthName: `October`, Year: 2019 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Mandarin`, UnitsSold: 3116, ManufacturingPrice: 250, SalePrice: 20, GrossSales: 62320, Discounts: 4827.6, Sales: 57492.4, COGS: 26820, Profit: 30672.4, Date: `11/01/2018`, MonthName: `November`, Year: 2018 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Mandarin`, UnitsSold: 3995, ManufacturingPrice: 250, SalePrice: 7, GrossSales: 27965, Discounts: 328.23, Sales: 27636.77, COGS: 2605, Profit: 25031.77, Date: `12/01/2019`, MonthName: `December`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Luxe`, UnitsSold: 953, ManufacturingPrice: 260, SalePrice: 20, GrossSales: 19060, Discounts: 1868.4, Sales: 17191.6, COGS: 10380, Profit: 6811.6, Date: `06/01/2019`, MonthName: `June`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Luxe`, UnitsSold: 2530, ManufacturingPrice: 260, SalePrice: 15, GrossSales: 37950, Discounts: 2201.18, Sales: 35748.82, COGS: 16305, Profit: 19443.82, Date: `07/01/2019`, MonthName: `July`, Year: 2019 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Luxe`, UnitsSold: 2565, ManufacturingPrice: 260, SalePrice: 12, GrossSales: 30780, Discounts: 330.48, Sales: 30449.52, COGS: 918, Profit: 29531.52, Date: `12/01/2018`, MonthName: `December`, Year: 2018 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Kensington`, UnitsSold: 4297, ManufacturingPrice: 3, SalePrice: 12, GrossSales: 51564, Discounts: 463.2, Sales: 51100.8, COGS: 1158, Profit: 49942.8, Date: `10/01/2018`, MonthName: `October`, Year: 2018 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Royal Oak`, UnitsSold: 2871, ManufacturingPrice: 5, SalePrice: 7, GrossSales: 20097, Discounts: 1629.6, Sales: 18467.4, COGS: 11640, Profit: 6827.4, Date: `09/01/2019`, MonthName: `September`, Year: 2019 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Vermont`, UnitsSold: 3537, ManufacturingPrice: 10, SalePrice: 12, GrossSales: 42444, Discounts: 463.2, Sales: 41980.8, COGS: 1158, Profit: 40822.8, Date: `10/01/2018`, MonthName: `October`, Year: 2018 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Kensington`, UnitsSold: 1598, ManufacturingPrice: 3, SalePrice: 125, GrossSales: 199750, Discounts: 43068.75, Sales: 156681.25, COGS: 413460, Profit: 256778.75, Date: `04/01/2019`, MonthName: `April`, Year: 2019 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Kensington`, UnitsSold: 2616, ManufacturingPrice: 3, SalePrice: 125, GrossSales: 327000, Discounts: 18525, Sales: 308475, COGS: 177840, Profit: 130635, Date: `12/01/2018`, MonthName: `December`, Year: 2018 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Royal Oak`, UnitsSold: 2836, ManufacturingPrice: 5, SalePrice: 350, GrossSales: 992600, Discounts: 80955, Sales: 911645, COGS: 601380, Profit: 310265, Date: `05/01/2019`, MonthName: `May`, Year: 2019 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Royal Oak`, UnitsSold: 4023, ManufacturingPrice: 5, SalePrice: 125, GrossSales: 502875, Discounts: 22550, Sales: 480325, COGS: 216480, Profit: 263845, Date: `11/01/2018`, MonthName: `November`, Year: 2018 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Royal Oak`, UnitsSold: 3994, ManufacturingPrice: 5, SalePrice: 15, GrossSales: 59910, Discounts: 3108, Sales: 56802, COGS: 20720, Profit: 36082, Date: `12/01/2019`, MonthName: `December`, Year: 2019 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Vermont`, UnitsSold: 2928, ManufacturingPrice: 10, SalePrice: 20, GrossSales: 58560, Discounts: 3908, Sales: 54652, COGS: 19540, Profit: 35112, Date: `03/01/2019`, MonthName: `March`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Vermont`, UnitsSold: 2912, ManufacturingPrice: 10, SalePrice: 300, GrossSales: 873600, Discounts: 17730, Sales: 855870, COGS: 147750, Profit: 708120, Date: `05/01/2019`, MonthName: `May`, Year: 2019 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Vermont`, UnitsSold: 3671, ManufacturingPrice: 10, SalePrice: 15, GrossSales: 55065, Discounts: 3250.5, Sales: 51814.5, COGS: 21670, Profit: 30144.5, Date: `10/01/2018`, MonthName: `October`, Year: 2018 }), + new PivotSalesDataItem({ Country: `India`, Product: `Vermont`, UnitsSold: 2778, ManufacturingPrice: 10, SalePrice: 20, GrossSales: 55560, Discounts: 482, Sales: 55078, COGS: 2410, Profit: 52668, Date: `10/01/2019`, MonthName: `October`, Year: 2019 }), + new PivotSalesDataItem({ Country: `India`, Product: `Burlington`, UnitsSold: 405, ManufacturingPrice: 120, SalePrice: 15, GrossSales: 6075, Discounts: 1021.5, Sales: 5053.5, COGS: 6810, Profit: 1756.5, Date: `01/01/2019`, MonthName: `January`, Year: 2019 }), + new PivotSalesDataItem({ Country: `India`, Product: `Burlington`, UnitsSold: 2013, ManufacturingPrice: 120, SalePrice: 15, GrossSales: 30195, Discounts: 765, Sales: 29430, COGS: 5100, Profit: 24330, Date: `04/01/2019`, MonthName: `April`, Year: 2019 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Burlington`, UnitsSold: 2634, ManufacturingPrice: 120, SalePrice: 15, GrossSales: 39510, Discounts: 1185, Sales: 38325, COGS: 7900, Profit: 30425, Date: `05/01/2019`, MonthName: `May`, Year: 2019 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Burlington`, UnitsSold: 4166, ManufacturingPrice: 120, SalePrice: 350, GrossSales: 1458100, Discounts: 22365, Sales: 1435735, COGS: 166140, Profit: 1269595, Date: `07/01/2019`, MonthName: `July`, Year: 2019 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Burlington`, UnitsSold: 355, ManufacturingPrice: 120, SalePrice: 125, GrossSales: 44375, Discounts: 19950, Sales: 24425, COGS: 191520, Profit: 167095, Date: `09/01/2019`, MonthName: `September`, Year: 2019 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Burlington`, UnitsSold: 2382, ManufacturingPrice: 120, SalePrice: 300, GrossSales: 714600, Discounts: 68820, Sales: 645780, COGS: 573500, Profit: 72280, Date: `10/01/2018`, MonthName: `October`, Year: 2018 }), + new PivotSalesDataItem({ Country: `India`, Product: `Burlington`, UnitsSold: 4170, ManufacturingPrice: 120, SalePrice: 20, GrossSales: 83400, Discounts: 482, Sales: 82918, COGS: 2410, Profit: 80508, Date: `10/01/2019`, MonthName: `October`, Year: 2019 }), + new PivotSalesDataItem({ Country: `India`, Product: `Burlington`, UnitsSold: 892, ManufacturingPrice: 120, SalePrice: 7, GrossSales: 6244, Discounts: 1865.5, Sales: 4378.5, COGS: 13325, Profit: 8946.5, Date: `11/01/2019`, MonthName: `November`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Burlington`, UnitsSold: 2200, ManufacturingPrice: 120, SalePrice: 125, GrossSales: 275000, Discounts: 23950, Sales: 251050, COGS: 229920, Profit: 21130, Date: `12/01/2018`, MonthName: `December`, Year: 2018 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Burlington`, UnitsSold: 3389, ManufacturingPrice: 120, SalePrice: 300, GrossSales: 1016700, Discounts: 25590, Sales: 991110, COGS: 213250, Profit: 777860, Date: `12/01/2019`, MonthName: `December`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Mandarin`, UnitsSold: 2990, ManufacturingPrice: 250, SalePrice: 125, GrossSales: 373750, Discounts: 4262.5, Sales: 369487.5, COGS: 40920, Profit: 328567.5, Date: `05/01/2019`, MonthName: `May`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Mandarin`, UnitsSold: 4013, ManufacturingPrice: 250, SalePrice: 15, GrossSales: 60195, Discounts: 961.5, Sales: 59233.5, COGS: 6410, Profit: 52823.5, Date: `07/01/2019`, MonthName: `July`, Year: 2019 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Mandarin`, UnitsSold: 739, ManufacturingPrice: 250, SalePrice: 350, GrossSales: 258650, Discounts: 98245, Sales: 160405, COGS: 729820, Profit: 569415, Date: `08/01/2019`, MonthName: `August`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Mandarin`, UnitsSold: 1989, ManufacturingPrice: 250, SalePrice: 300, GrossSales: 596700, Discounts: 12960, Sales: 583740, COGS: 108000, Profit: 475740, Date: `09/01/2019`, MonthName: `September`, Year: 2019 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Mandarin`, UnitsSold: 2991, ManufacturingPrice: 250, SalePrice: 300, GrossSales: 897300, Discounts: 68820, Sales: 828480, COGS: 573500, Profit: 254980, Date: `10/01/2018`, MonthName: `October`, Year: 2018 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Mandarin`, UnitsSold: 4237, ManufacturingPrice: 250, SalePrice: 15, GrossSales: 63555, Discounts: 3250.5, Sales: 60304.5, COGS: 21670, Profit: 38634.5, Date: `10/01/2018`, MonthName: `October`, Year: 2018 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Mandarin`, UnitsSold: 1442, ManufacturingPrice: 250, SalePrice: 125, GrossSales: 180250, Discounts: 31612.5, Sales: 148637.5, COGS: 303480, Profit: 154842.5, Date: `11/01/2019`, MonthName: `November`, Year: 2019 }), + new PivotSalesDataItem({ Country: `India`, Product: `Mandarin`, UnitsSold: 2712, ManufacturingPrice: 250, SalePrice: 350, GrossSales: 949200, Discounts: 65450, Sales: 883750, COGS: 486200, Profit: 397550, Date: `12/01/2018`, MonthName: `December`, Year: 2018 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Luxe`, UnitsSold: 1508, ManufacturingPrice: 260, SalePrice: 125, GrossSales: 188500, Discounts: 7237.5, Sales: 181262.5, COGS: 69480, Profit: 111782.5, Date: `01/01/2019`, MonthName: `January`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Luxe`, UnitsSold: 4245, ManufacturingPrice: 260, SalePrice: 350, GrossSales: 1485750, Discounts: 78400, Sales: 1407350, COGS: 582400, Profit: 824950, Date: `02/01/2019`, MonthName: `February`, Year: 2019 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Luxe`, UnitsSold: 2630, ManufacturingPrice: 260, SalePrice: 300, GrossSales: 789000, Discounts: 89790, Sales: 699210, COGS: 748250, Profit: 49040, Date: `03/01/2019`, MonthName: `March`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Luxe`, UnitsSold: 1182, ManufacturingPrice: 260, SalePrice: 12, GrossSales: 14184, Discounts: 4224.6, Sales: 9959.4, COGS: 10561.5, Profit: 602.1, Date: `04/01/2019`, MonthName: `April`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Luxe`, UnitsSold: 1221, ManufacturingPrice: 260, SalePrice: 20, GrossSales: 24420, Discounts: 4078, Sales: 20342, COGS: 20390, Profit: 48, Date: `05/01/2019`, MonthName: `May`, Year: 2019 }), + new PivotSalesDataItem({ Country: `India`, Product: `Luxe`, UnitsSold: 963, ManufacturingPrice: 260, SalePrice: 12, GrossSales: 11556, Discounts: 3088.8, Sales: 8467.2, COGS: 7722, Profit: 745.2, Date: `08/01/2019`, MonthName: `August`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Luxe`, UnitsSold: 3243, ManufacturingPrice: 260, SalePrice: 350, GrossSales: 1135050, Discounts: 24745, Sales: 1110305, COGS: 183820, Profit: 926485, Date: `09/01/2019`, MonthName: `September`, Year: 2019 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Luxe`, UnitsSold: 1120, ManufacturingPrice: 260, SalePrice: 15, GrossSales: 16800, Discounts: 3108, Sales: 13692, COGS: 20720, Profit: 7028, Date: `12/01/2019`, MonthName: `December`, Year: 2019 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Luxe`, UnitsSold: 1174, ManufacturingPrice: 260, SalePrice: 300, GrossSales: 352200, Discounts: 25590, Sales: 326610, COGS: 213250, Profit: 113360, Date: `12/01/2019`, MonthName: `December`, Year: 2019 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Kensington`, UnitsSold: 2541, ManufacturingPrice: 3, SalePrice: 12, GrossSales: 30492, Discounts: 1581.36, Sales: 28910.64, COGS: 3594, Profit: 25316.64, Date: `10/01/2018`, MonthName: `October`, Year: 2018 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Vermont`, UnitsSold: 3246, ManufacturingPrice: 10, SalePrice: 7, GrossSales: 22722, Discounts: 1949.64, Sales: 20772.36, COGS: 12660, Profit: 8112.36, Date: `04/01/2019`, MonthName: `April`, Year: 2019 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Vermont`, UnitsSold: 1531, ManufacturingPrice: 10, SalePrice: 12, GrossSales: 18372, Discounts: 1581.36, Sales: 16790.64, COGS: 3594, Profit: 13196.64, Date: `10/01/2018`, MonthName: `October`, Year: 2018 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Burlington`, UnitsSold: 2526, ManufacturingPrice: 120, SalePrice: 15, GrossSales: 37890, Discounts: 633.6, Sales: 37256.4, COGS: 3840, Profit: 33416.4, Date: `01/01/2019`, MonthName: `January`, Year: 2019 }), + new PivotSalesDataItem({ Country: `India`, Product: `Burlington`, UnitsSold: 1136, ManufacturingPrice: 120, SalePrice: 12, GrossSales: 13632, Discounts: 623.04, Sales: 13008.96, COGS: 1416, Profit: 11592.96, Date: `10/01/2019`, MonthName: `October`, Year: 2019 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Mandarin`, UnitsSold: 1983, ManufacturingPrice: 250, SalePrice: 7, GrossSales: 13881, Discounts: 1215.83, Sales: 12665.17, COGS: 7895, Profit: 4770.17, Date: `03/01/2019`, MonthName: `March`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Mandarin`, UnitsSold: 3259, ManufacturingPrice: 250, SalePrice: 12, GrossSales: 39108, Discounts: 1326.6, Sales: 37781.4, COGS: 3015, Profit: 34766.4, Date: `09/01/2018`, MonthName: `September`, Year: 2018 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Luxe`, UnitsSold: 3267, ManufacturingPrice: 260, SalePrice: 15, GrossSales: 49005, Discounts: 5279.17, Sales: 43725.82, COGS: 31995, Profit: 11730.82, Date: `07/01/2019`, MonthName: `July`, Year: 2019 }), + new PivotSalesDataItem({ Country: `India`, Product: `Luxe`, UnitsSold: 2454, ManufacturingPrice: 260, SalePrice: 12, GrossSales: 29448, Discounts: 623.04, Sales: 28824.96, COGS: 1416, Profit: 27408.96, Date: `10/01/2019`, MonthName: `October`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Kensington`, UnitsSold: 2643, ManufacturingPrice: 3, SalePrice: 12, GrossSales: 31716, Discounts: 2556.84, Sales: 29159.16, COGS: 5811, Profit: 23348.16, Date: `02/01/2019`, MonthName: `February`, Year: 2019 }), + new PivotSalesDataItem({ Country: `India`, Product: `Kensington`, UnitsSold: 383, ManufacturingPrice: 3, SalePrice: 350, GrossSales: 134050, Discounts: 30492, Sales: 103558, COGS: 205920, Profit: 102362, Date: `03/01/2019`, MonthName: `March`, Year: 2019 }), + new PivotSalesDataItem({ Country: `India`, Product: `Kensington`, UnitsSold: 2801, ManufacturingPrice: 3, SalePrice: 300, GrossSales: 840300, Discounts: 92763, Sales: 747537, COGS: 702750, Profit: 44787, Date: `07/01/2019`, MonthName: `July`, Year: 2019 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Kensington`, UnitsSold: 1667, ManufacturingPrice: 3, SalePrice: 125, GrossSales: 208375, Discounts: 33563.75, Sales: 174811.25, COGS: 292920, Profit: 118108.75, Date: `10/01/2019`, MonthName: `October`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Kensington`, UnitsSold: 3539, ManufacturingPrice: 3, SalePrice: 15, GrossSales: 53085, Discounts: 2574, Sales: 50511, COGS: 15600, Profit: 34911, Date: `11/01/2018`, MonthName: `November`, Year: 2018 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Kensington`, UnitsSold: 4226, ManufacturingPrice: 3, SalePrice: 7, GrossSales: 29582, Discounts: 2083.62, Sales: 27498.38, COGS: 13530, Profit: 13968.38, Date: `11/01/2018`, MonthName: `November`, Year: 2018 }), + new PivotSalesDataItem({ Country: `India`, Product: `Royal Oak`, UnitsSold: 2220, ManufacturingPrice: 5, SalePrice: 350, GrossSales: 777000, Discounts: 29491, Sales: 747509, COGS: 199160, Profit: 548349, Date: `01/01/2019`, MonthName: `January`, Year: 2019 }), + new PivotSalesDataItem({ Country: `India`, Product: `Royal Oak`, UnitsSold: 776, ManufacturingPrice: 5, SalePrice: 20, GrossSales: 15520, Discounts: 6582.4, Sales: 8937.6, COGS: 29920, Profit: 20982.4, Date: `10/01/2018`, MonthName: `October`, Year: 2018 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Royal Oak`, UnitsSold: 553, ManufacturingPrice: 5, SalePrice: 15, GrossSales: 8295, Discounts: 3559.05, Sales: 4735.95, COGS: 21570, Profit: 16834.05, Date: `12/01/2019`, MonthName: `December`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Vermont`, UnitsSold: 2107, ManufacturingPrice: 10, SalePrice: 300, GrossSales: 632100, Discounts: 28809, Sales: 603291, COGS: 218250, Profit: 385041, Date: `01/01/2019`, MonthName: `January`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Vermont`, UnitsSold: 2468, ManufacturingPrice: 10, SalePrice: 20, GrossSales: 49360, Discounts: 2468.4, Sales: 46891.6, COGS: 11220, Profit: 35671.6, Date: `03/01/2019`, MonthName: `March`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Vermont`, UnitsSold: 1905, ManufacturingPrice: 10, SalePrice: 350, GrossSales: 666750, Discounts: 81023.25, Sales: 585726.75, COGS: 547170, Profit: 38556.75, Date: `07/01/2019`, MonthName: `July`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Vermont`, UnitsSold: 3658, ManufacturingPrice: 10, SalePrice: 12, GrossSales: 43896, Discounts: 5314.32, Sales: 38581.68, COGS: 12078, Profit: 26503.68, Date: `07/01/2019`, MonthName: `July`, Year: 2019 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Vermont`, UnitsSold: 4301, ManufacturingPrice: 10, SalePrice: 12, GrossSales: 51612, Discounts: 3201.66, Sales: 48410.34, COGS: 7276.5, Profit: 41133.84, Date: `07/01/2019`, MonthName: `July`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Vermont`, UnitsSold: 2446, ManufacturingPrice: 10, SalePrice: 20, GrossSales: 48920, Discounts: 5266.8, Sales: 43653.2, COGS: 23940, Profit: 19713.2, Date: `08/01/2019`, MonthName: `August`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Vermont`, UnitsSold: 4209, ManufacturingPrice: 10, SalePrice: 15, GrossSales: 63135, Discounts: 3273.6, Sales: 59861.4, COGS: 19840, Profit: 40021.4, Date: `08/01/2019`, MonthName: `August`, Year: 2019 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Vermont`, UnitsSold: 3353, ManufacturingPrice: 10, SalePrice: 125, GrossSales: 419125, Discounts: 33563.75, Sales: 385561.25, COGS: 292920, Profit: 92641.25, Date: `10/01/2019`, MonthName: `October`, Year: 2019 }), + new PivotSalesDataItem({ Country: `India`, Product: `Vermont`, UnitsSold: 1401, ManufacturingPrice: 10, SalePrice: 20, GrossSales: 28020, Discounts: 6582.4, Sales: 21437.6, COGS: 29920, Profit: 8482.4, Date: `10/01/2018`, MonthName: `October`, Year: 2018 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Vermont`, UnitsSold: 1865, ManufacturingPrice: 10, SalePrice: 300, GrossSales: 559500, Discounts: 45078, Sales: 514422, COGS: 341500, Profit: 172922, Date: `11/01/2019`, MonthName: `November`, Year: 2019 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Burlington`, UnitsSold: 463, ManufacturingPrice: 120, SalePrice: 20, GrossSales: 9260, Discounts: 6171, Sales: 3089, COGS: 28050, Profit: 24961, Date: `09/01/2018`, MonthName: `September`, Year: 2018 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Burlington`, UnitsSold: 4177, ManufacturingPrice: 120, SalePrice: 15, GrossSales: 62655, Discounts: 1080.75, Sales: 61574.25, COGS: 6550, Profit: 55024.25, Date: `09/01/2018`, MonthName: `September`, Year: 2018 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Burlington`, UnitsSold: 2523, ManufacturingPrice: 120, SalePrice: 350, GrossSales: 883050, Discounts: 13244, Sales: 869806, COGS: 89440, Profit: 780366, Date: `10/01/2018`, MonthName: `October`, Year: 2018 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Burlington`, UnitsSold: 1930, ManufacturingPrice: 120, SalePrice: 7, GrossSales: 13510, Discounts: 1392.16, Sales: 12117.84, COGS: 9040, Profit: 3077.84, Date: `11/01/2019`, MonthName: `November`, Year: 2019 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Mandarin`, UnitsSold: 1301, ManufacturingPrice: 250, SalePrice: 12, GrossSales: 15612, Discounts: 2288.88, Sales: 13323.12, COGS: 5202, Profit: 8121.12, Date: `01/01/2019`, MonthName: `January`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Mandarin`, UnitsSold: 4125, ManufacturingPrice: 250, SalePrice: 125, GrossSales: 515625, Discounts: 7617.5, Sales: 508007.5, COGS: 66480, Profit: 441527.5, Date: `01/01/2019`, MonthName: `January`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Mandarin`, UnitsSold: 607, ManufacturingPrice: 250, SalePrice: 20, GrossSales: 12140, Discounts: 6457, Sales: 5683, COGS: 29350, Profit: 23667, Date: `11/01/2018`, MonthName: `November`, Year: 2018 }), + new PivotSalesDataItem({ Country: `India`, Product: `Luxe`, UnitsSold: 478, ManufacturingPrice: 260, SalePrice: 125, GrossSales: 59750, Discounts: 43518.75, Sales: 16231.25, COGS: 379800, Profit: 363568.75, Date: `01/01/2019`, MonthName: `January`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Luxe`, UnitsSold: 4489, ManufacturingPrice: 260, SalePrice: 20, GrossSales: 89780, Discounts: 5783.8, Sales: 83996.2, COGS: 26290, Profit: 57706.2, Date: `01/01/2019`, MonthName: `January`, Year: 2019 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Luxe`, UnitsSold: 1504, ManufacturingPrice: 260, SalePrice: 125, GrossSales: 188000, Discounts: 19703.75, Sales: 168296.25, COGS: 171960, Profit: 3663.75, Date: `05/01/2019`, MonthName: `May`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Luxe`, UnitsSold: 3763, ManufacturingPrice: 260, SalePrice: 125, GrossSales: 470375, Discounts: 13021.25, Sales: 457353.75, COGS: 113640, Profit: 343713.75, Date: `09/01/2018`, MonthName: `September`, Year: 2018 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Luxe`, UnitsSold: 2412, ManufacturingPrice: 260, SalePrice: 350, GrossSales: 844200, Discounts: 13244, Sales: 830956, COGS: 89440, Profit: 741516, Date: `10/01/2018`, MonthName: `October`, Year: 2018 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Luxe`, UnitsSold: 2342, ManufacturingPrice: 260, SalePrice: 15, GrossSales: 35130, Discounts: 3559.05, Sales: 31570.95, COGS: 21570, Profit: 10000.95, Date: `12/01/2019`, MonthName: `December`, Year: 2019 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Vermont`, UnitsSold: 4451, ManufacturingPrice: 10, SalePrice: 7, GrossSales: 31157, Discounts: 292.6, Sales: 30864.4, COGS: 1900, Profit: 28964.4, Date: `09/01/2018`, MonthName: `September`, Year: 2018 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Kensington`, UnitsSold: 3796, ManufacturingPrice: 3, SalePrice: 350, GrossSales: 1328600, Discounts: 37212, Sales: 1291388, COGS: 230360, Profit: 1061028, Date: `06/01/2019`, MonthName: `June`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Kensington`, UnitsSold: 2286, ManufacturingPrice: 3, SalePrice: 125, GrossSales: 285750, Discounts: 36240, Sales: 249510, COGS: 289920, Profit: 40410, Date: `09/01/2018`, MonthName: `September`, Year: 2018 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Kensington`, UnitsSold: 3614, ManufacturingPrice: 3, SalePrice: 125, GrossSales: 451750, Discounts: 32340, Sales: 419410, COGS: 258720, Profit: 160690, Date: `10/01/2019`, MonthName: `October`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Kensington`, UnitsSold: 1716, ManufacturingPrice: 3, SalePrice: 15, GrossSales: 25740, Discounts: 4840.2, Sales: 20899.8, COGS: 26890, Profit: 5990.2, Date: `11/01/2019`, MonthName: `November`, Year: 2019 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Royal Oak`, UnitsSold: 1301, ManufacturingPrice: 5, SalePrice: 15, GrossSales: 19515, Discounts: 1218.6, Sales: 18296.4, COGS: 6770, Profit: 11526.4, Date: `03/01/2019`, MonthName: `March`, Year: 2019 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Royal Oak`, UnitsSold: 4175, ManufacturingPrice: 5, SalePrice: 300, GrossSales: 1252500, Discounts: 63828, Sales: 1188672, COGS: 443250, Profit: 745422, Date: `04/01/2019`, MonthName: `April`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Royal Oak`, UnitsSold: 975, ManufacturingPrice: 5, SalePrice: 7, GrossSales: 6825, Discounts: 2032.8, Sales: 4792.2, COGS: 12100, Profit: 7307.8, Date: `09/01/2019`, MonthName: `September`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Royal Oak`, UnitsSold: 1154, ManufacturingPrice: 5, SalePrice: 7, GrossSales: 8078, Discounts: 2296.56, Sales: 5781.44, COGS: 13670, Profit: 7888.56, Date: `10/01/2019`, MonthName: `October`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Royal Oak`, UnitsSold: 1873, ManufacturingPrice: 5, SalePrice: 20, GrossSales: 37460, Discounts: 4116, Sales: 33344, COGS: 17150, Profit: 16194, Date: `10/01/2018`, MonthName: `October`, Year: 2018 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Royal Oak`, UnitsSold: 3766, ManufacturingPrice: 5, SalePrice: 300, GrossSales: 1129800, Discounts: 42696, Sales: 1087104, COGS: 296500, Profit: 790604, Date: `12/01/2018`, MonthName: `December`, Year: 2018 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Vermont`, UnitsSold: 3558, ManufacturingPrice: 10, SalePrice: 300, GrossSales: 1067400, Discounts: 125820, Sales: 941580, COGS: 873750, Profit: 67830, Date: `01/01/2019`, MonthName: `January`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Vermont`, UnitsSold: 3156, ManufacturingPrice: 10, SalePrice: 350, GrossSales: 1104600, Discounts: 37212, Sales: 1067388, COGS: 230360, Profit: 837028, Date: `06/01/2019`, MonthName: `June`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Vermont`, UnitsSold: 2994, ManufacturingPrice: 10, SalePrice: 125, GrossSales: 374250, Discounts: 32340, Sales: 341910, COGS: 258720, Profit: 83190, Date: `10/01/2019`, MonthName: `October`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Vermont`, UnitsSold: 2087, ManufacturingPrice: 10, SalePrice: 20, GrossSales: 41740, Discounts: 2172, Sales: 39568, COGS: 9050, Profit: 30518, Date: `10/01/2019`, MonthName: `October`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Vermont`, UnitsSold: 1056, ManufacturingPrice: 10, SalePrice: 20, GrossSales: 21120, Discounts: 4116, Sales: 17004, COGS: 17150, Profit: 146, Date: `10/01/2018`, MonthName: `October`, Year: 2018 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Vermont`, UnitsSold: 1353, ManufacturingPrice: 10, SalePrice: 350, GrossSales: 473550, Discounts: 66948, Sales: 406602, COGS: 414440, Profit: 7838, Date: `11/01/2019`, MonthName: `November`, Year: 2019 }), + new PivotSalesDataItem({ Country: `India`, Product: `Vermont`, UnitsSold: 416, ManufacturingPrice: 10, SalePrice: 300, GrossSales: 124800, Discounts: 48924, Sales: 75876, COGS: 339750, Profit: 263874, Date: `11/01/2019`, MonthName: `November`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Vermont`, UnitsSold: 3880, ManufacturingPrice: 10, SalePrice: 300, GrossSales: 1164000, Discounts: 77400, Sales: 1086600, COGS: 537500, Profit: 549100, Date: `11/01/2019`, MonthName: `November`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Vermont`, UnitsSold: 809, ManufacturingPrice: 10, SalePrice: 350, GrossSales: 283150, Discounts: 50274, Sales: 232876, COGS: 311220, Profit: 78344, Date: `11/01/2019`, MonthName: `November`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Vermont`, UnitsSold: 1892, ManufacturingPrice: 10, SalePrice: 15, GrossSales: 28380, Discounts: 684, Sales: 27696, COGS: 3800, Profit: 23896, Date: `12/01/2018`, MonthName: `December`, Year: 2018 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Vermont`, UnitsSold: 2072, ManufacturingPrice: 10, SalePrice: 20, GrossSales: 41440, Discounts: 2959.2, Sales: 38480.8, COGS: 12330, Profit: 26150.8, Date: `12/01/2019`, MonthName: `December`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Burlington`, UnitsSold: 3052, ManufacturingPrice: 120, SalePrice: 350, GrossSales: 1068200, Discounts: 58590, Sales: 1009610, COGS: 362700, Profit: 646910, Date: `07/01/2019`, MonthName: `July`, Year: 2019 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Burlington`, UnitsSold: 3121, ManufacturingPrice: 120, SalePrice: 350, GrossSales: 1092350, Discounts: 41412, Sales: 1050938, COGS: 256360, Profit: 794578, Date: `10/01/2019`, MonthName: `October`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Burlington`, UnitsSold: 2059, ManufacturingPrice: 120, SalePrice: 20, GrossSales: 41180, Discounts: 2172, Sales: 39008, COGS: 9050, Profit: 29958, Date: `10/01/2019`, MonthName: `October`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Mandarin`, UnitsSold: 4254, ManufacturingPrice: 250, SalePrice: 12, GrossSales: 51048, Discounts: 3036.96, Sales: 48011.04, COGS: 6327, Profit: 41684.04, Date: `05/01/2019`, MonthName: `May`, Year: 2019 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Mandarin`, UnitsSold: 1293, ManufacturingPrice: 250, SalePrice: 15, GrossSales: 19395, Discounts: 6974.1, Sales: 12420.9, COGS: 38745, Profit: 26324.1, Date: `07/01/2019`, MonthName: `July`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Mandarin`, UnitsSold: 1293, ManufacturingPrice: 250, SalePrice: 350, GrossSales: 452550, Discounts: 26166, Sales: 426384, COGS: 161980, Profit: 264404, Date: `09/01/2018`, MonthName: `September`, Year: 2018 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Mandarin`, UnitsSold: 230, ManufacturingPrice: 250, SalePrice: 350, GrossSales: 80500, Discounts: 41412, Sales: 39088, COGS: 256360, Profit: 217272, Date: `10/01/2019`, MonthName: `October`, Year: 2019 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Mandarin`, UnitsSold: 1723, ManufacturingPrice: 250, SalePrice: 125, GrossSales: 215375, Discounts: 35805, Sales: 179570, COGS: 286440, Profit: 106870, Date: `11/01/2019`, MonthName: `November`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Mandarin`, UnitsSold: 240, ManufacturingPrice: 250, SalePrice: 20, GrossSales: 4800, Discounts: 2959.2, Sales: 1840.8, COGS: 12330, Profit: 10489.2, Date: `12/01/2019`, MonthName: `December`, Year: 2019 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Luxe`, UnitsSold: 2571, ManufacturingPrice: 260, SalePrice: 350, GrossSales: 899850, Discounts: 11340, Sales: 888510, COGS: 70200, Profit: 818310, Date: `02/01/2019`, MonthName: `February`, Year: 2019 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Luxe`, UnitsSold: 1661, ManufacturingPrice: 260, SalePrice: 7, GrossSales: 11627, Discounts: 2874.06, Sales: 8752.94, COGS: 17107.5, Profit: 8354.56, Date: `07/01/2019`, MonthName: `July`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Luxe`, UnitsSold: 4474, ManufacturingPrice: 260, SalePrice: 7, GrossSales: 31318, Discounts: 2296.56, Sales: 29021.44, COGS: 13670, Profit: 15351.44, Date: `10/01/2019`, MonthName: `October`, Year: 2019 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Luxe`, UnitsSold: 833, ManufacturingPrice: 260, SalePrice: 15, GrossSales: 12495, Discounts: 4586.4, Sales: 7908.6, COGS: 25480, Profit: 17571.4, Date: `11/01/2018`, MonthName: `November`, Year: 2018 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Kensington`, UnitsSold: 674, ManufacturingPrice: 3, SalePrice: 20, GrossSales: 13480, Discounts: 6051.6, Sales: 7428.4, COGS: 25215, Profit: 17786.6, Date: `01/01/2019`, MonthName: `January`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Royal Oak`, UnitsSold: 778, ManufacturingPrice: 5, SalePrice: 12, GrossSales: 9336, Discounts: 3831.84, Sales: 5504.16, COGS: 7983, Profit: 2478.84, Date: `05/01/2019`, MonthName: `May`, Year: 2019 }), + new PivotSalesDataItem({ Country: `India`, Product: `Vermont`, UnitsSold: 1457, ManufacturingPrice: 10, SalePrice: 20, GrossSales: 29140, Discounts: 3674.4, Sales: 25465.6, COGS: 15310, Profit: 10155.6, Date: `12/01/2019`, MonthName: `December`, Year: 2019 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Mandarin`, UnitsSold: 3158, ManufacturingPrice: 250, SalePrice: 7, GrossSales: 22106, Discounts: 1252.44, Sales: 20853.56, COGS: 7455, Profit: 13398.56, Date: `03/01/2019`, MonthName: `March`, Year: 2019 }), + new PivotSalesDataItem({ Country: `India`, Product: `Mandarin`, UnitsSold: 4095, ManufacturingPrice: 250, SalePrice: 20, GrossSales: 81900, Discounts: 3674.4, Sales: 78225.6, COGS: 15310, Profit: 62915.6, Date: `12/01/2019`, MonthName: `December`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Luxe`, UnitsSold: 3170, ManufacturingPrice: 260, SalePrice: 12, GrossSales: 38040, Discounts: 3975.84, Sales: 34064.16, COGS: 8283, Profit: 25781.16, Date: `09/01/2018`, MonthName: `September`, Year: 2018 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Kensington`, UnitsSold: 493, ManufacturingPrice: 3, SalePrice: 15, GrossSales: 7395, Discounts: 5005.65, Sales: 2389.35, COGS: 25670, Profit: 23280.65, Date: `06/01/2019`, MonthName: `June`, Year: 2019 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Mandarin`, UnitsSold: 3286, ManufacturingPrice: 250, SalePrice: 15, GrossSales: 49290, Discounts: 5005.65, Sales: 44284.35, COGS: 25670, Profit: 18614.35, Date: `06/01/2019`, MonthName: `June`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Kensington`, UnitsSold: 3563, ManufacturingPrice: 3, SalePrice: 350, GrossSales: 1247050, Discounts: 41996.5, Sales: 1205053.5, COGS: 239980, Profit: 965073.5, Date: `03/01/2019`, MonthName: `March`, Year: 2019 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Kensington`, UnitsSold: 4109, ManufacturingPrice: 3, SalePrice: 350, GrossSales: 1438150, Discounts: 81445, Sales: 1356705, COGS: 465400, Profit: 891305, Date: `03/01/2019`, MonthName: `March`, Year: 2019 }), + new PivotSalesDataItem({ Country: `India`, Product: `Kensington`, UnitsSold: 3653, ManufacturingPrice: 3, SalePrice: 20, GrossSales: 73060, Discounts: 1149.2, Sales: 71910.8, COGS: 4420, Profit: 67490.8, Date: `09/01/2018`, MonthName: `September`, Year: 2018 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Royal Oak`, UnitsSold: 2203, ManufacturingPrice: 5, SalePrice: 350, GrossSales: 771050, Discounts: 44703.75, Sales: 726346.25, COGS: 255450, Profit: 470896.25, Date: `01/01/2019`, MonthName: `January`, Year: 2019 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Royal Oak`, UnitsSold: 2924, ManufacturingPrice: 5, SalePrice: 7, GrossSales: 20468, Discounts: 1181.18, Sales: 19286.82, COGS: 6490, Profit: 12796.82, Date: `02/01/2019`, MonthName: `February`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Royal Oak`, UnitsSold: 2650, ManufacturingPrice: 5, SalePrice: 12, GrossSales: 31800, Discounts: 942.24, Sales: 30857.76, COGS: 1812, Profit: 29045.76, Date: `06/01/2019`, MonthName: `June`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Royal Oak`, UnitsSold: 1194, ManufacturingPrice: 5, SalePrice: 20, GrossSales: 23880, Discounts: 5863, Sales: 18017, COGS: 22550, Profit: 4533, Date: `07/01/2019`, MonthName: `July`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Royal Oak`, UnitsSold: 3366, ManufacturingPrice: 5, SalePrice: 20, GrossSales: 67320, Discounts: 3247.4, Sales: 64072.6, COGS: 12490, Profit: 51582.6, Date: `10/01/2019`, MonthName: `October`, Year: 2019 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Vermont`, UnitsSold: 1325, ManufacturingPrice: 10, SalePrice: 7, GrossSales: 9275, Discounts: 1309.04, Sales: 7965.97, COGS: 7192.5, Profit: 773.47, Date: `01/01/2019`, MonthName: `January`, Year: 2019 }), + new PivotSalesDataItem({ Country: `India`, Product: `Vermont`, UnitsSold: 4243, ManufacturingPrice: 10, SalePrice: 300, GrossSales: 1272900, Discounts: 31473, Sales: 1241427, COGS: 201750, Profit: 1039677, Date: `01/01/2019`, MonthName: `January`, Year: 2019 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Vermont`, UnitsSold: 2887, ManufacturingPrice: 10, SalePrice: 20, GrossSales: 57740, Discounts: 6866.6, Sales: 50873.4, COGS: 26410, Profit: 24463.4, Date: `02/01/2019`, MonthName: `February`, Year: 2019 }), + new PivotSalesDataItem({ Country: `India`, Product: `Vermont`, UnitsSold: 3839, ManufacturingPrice: 10, SalePrice: 20, GrossSales: 76780, Discounts: 7040.8, Sales: 69739.2, COGS: 27080, Profit: 42659.2, Date: `02/01/2019`, MonthName: `February`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Vermont`, UnitsSold: 1863, ManufacturingPrice: 10, SalePrice: 350, GrossSales: 652050, Discounts: 119756, Sales: 532294, COGS: 684320, Profit: 152026, Date: `06/01/2019`, MonthName: `June`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Vermont`, UnitsSold: 2858, ManufacturingPrice: 10, SalePrice: 125, GrossSales: 357250, Discounts: 25723.75, Sales: 331526.25, COGS: 189960, Profit: 141566.25, Date: `06/01/2019`, MonthName: `June`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Vermont`, UnitsSold: 2868, ManufacturingPrice: 10, SalePrice: 12, GrossSales: 34416, Discounts: 890.76, Sales: 33525.24, COGS: 1713, Profit: 31812.24, Date: `07/01/2019`, MonthName: `July`, Year: 2019 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Vermont`, UnitsSold: 3805, ManufacturingPrice: 10, SalePrice: 7, GrossSales: 26635, Discounts: 2453.36, Sales: 24181.64, COGS: 13480, Profit: 10701.64, Date: `08/01/2019`, MonthName: `August`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Vermont`, UnitsSold: 3914, ManufacturingPrice: 10, SalePrice: 15, GrossSales: 58710, Discounts: 3051.75, Sales: 55658.25, COGS: 15650, Profit: 40008.25, Date: `10/01/2019`, MonthName: `October`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Vermont`, UnitsSold: 524, ManufacturingPrice: 10, SalePrice: 20, GrossSales: 10480, Discounts: 3247.4, Sales: 7232.6, COGS: 12490, Profit: 5257.4, Date: `10/01/2019`, MonthName: `October`, Year: 2019 }), + new PivotSalesDataItem({ Country: `India`, Product: `Vermont`, UnitsSold: 3095, ManufacturingPrice: 10, SalePrice: 350, GrossSales: 1083250, Discounts: 16243.5, Sales: 1067006.5, COGS: 92820, Profit: 974186.5, Date: `11/01/2019`, MonthName: `November`, Year: 2019 }), + new PivotSalesDataItem({ Country: `India`, Product: `Vermont`, UnitsSold: 2410, ManufacturingPrice: 10, SalePrice: 12, GrossSales: 28920, Discounts: 1580.28, Sales: 27339.72, COGS: 3039, Profit: 24300.72, Date: `12/01/2019`, MonthName: `December`, Year: 2019 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Burlington`, UnitsSold: 4263, ManufacturingPrice: 120, SalePrice: 15, GrossSales: 63945, Discounts: 7795.13, Sales: 56149.88, COGS: 39975, Profit: 16174.88, Date: `01/01/2019`, MonthName: `January`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Burlington`, UnitsSold: 2239, ManufacturingPrice: 120, SalePrice: 350, GrossSales: 783650, Discounts: 119756, Sales: 663894, COGS: 684320, Profit: 20426, Date: `06/01/2019`, MonthName: `June`, Year: 2019 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Burlington`, UnitsSold: 569, ManufacturingPrice: 120, SalePrice: 7, GrossSales: 3983, Discounts: 1082.9, Sales: 2900.1, COGS: 5950, Profit: 3049.9, Date: `06/01/2019`, MonthName: `June`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Burlington`, UnitsSold: 3889, ManufacturingPrice: 120, SalePrice: 12, GrossSales: 46668, Discounts: 942.24, Sales: 45725.76, COGS: 1812, Profit: 43913.76, Date: `06/01/2019`, MonthName: `June`, Year: 2019 }), + new PivotSalesDataItem({ Country: `India`, Product: `Burlington`, UnitsSold: 1378, ManufacturingPrice: 120, SalePrice: 15, GrossSales: 20670, Discounts: 1287, Sales: 19383, COGS: 6600, Profit: 12783, Date: `09/01/2018`, MonthName: `September`, Year: 2018 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Burlington`, UnitsSold: 2253, ManufacturingPrice: 120, SalePrice: 12, GrossSales: 27036, Discounts: 639.6, Sales: 26396.4, COGS: 1230, Profit: 25166.4, Date: `10/01/2019`, MonthName: `October`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Burlington`, UnitsSold: 3202, ManufacturingPrice: 120, SalePrice: 300, GrossSales: 960600, Discounts: 101595, Sales: 859005, COGS: 651250, Profit: 207755, Date: `11/01/2018`, MonthName: `November`, Year: 2018 }), + new PivotSalesDataItem({ Country: `India`, Product: `Burlington`, UnitsSold: 3835, ManufacturingPrice: 120, SalePrice: 12, GrossSales: 46020, Discounts: 1580.28, Sales: 44439.72, COGS: 3039, Profit: 41400.72, Date: `12/01/2019`, MonthName: `December`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Mandarin`, UnitsSold: 2487, ManufacturingPrice: 250, SalePrice: 125, GrossSales: 310875, Discounts: 25723.75, Sales: 285151.25, COGS: 189960, Profit: 95191.25, Date: `06/01/2019`, MonthName: `June`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Mandarin`, UnitsSold: 4428, ManufacturingPrice: 250, SalePrice: 15, GrossSales: 66420, Discounts: 3051.75, Sales: 63368.25, COGS: 15650, Profit: 47718.25, Date: `10/01/2019`, MonthName: `October`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Luxe`, UnitsSold: 1200, ManufacturingPrice: 260, SalePrice: 125, GrossSales: 150000, Discounts: 26958.75, Sales: 123041.25, COGS: 199080, Profit: 76038.75, Date: `01/01/2019`, MonthName: `January`, Year: 2019 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Luxe`, UnitsSold: 2953, ManufacturingPrice: 260, SalePrice: 7, GrossSales: 20671, Discounts: 1082.9, Sales: 19588.1, COGS: 5950, Profit: 13638.1, Date: `06/01/2019`, MonthName: `June`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Luxe`, UnitsSold: 1453, ManufacturingPrice: 260, SalePrice: 12, GrossSales: 17436, Discounts: 639.6, Sales: 16796.4, COGS: 1230, Profit: 15566.4, Date: `10/01/2019`, MonthName: `October`, Year: 2019 }), + new PivotSalesDataItem({ Country: `India`, Product: `Luxe`, UnitsSold: 865, ManufacturingPrice: 260, SalePrice: 12, GrossSales: 10380, Discounts: 2761.2, Sales: 7618.8, COGS: 5310, Profit: 2308.8, Date: `12/01/2018`, MonthName: `December`, Year: 2018 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Kensington`, UnitsSold: 1072, ManufacturingPrice: 3, SalePrice: 20, GrossSales: 21440, Discounts: 7221.2, Sales: 14218.8, COGS: 25790, Profit: 11571.2, Date: `04/01/2019`, MonthName: `April`, Year: 2019 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Kensington`, UnitsSold: 1737, ManufacturingPrice: 3, SalePrice: 20, GrossSales: 34740, Discounts: 4880.4, Sales: 29859.6, COGS: 17430, Profit: 12429.6, Date: `05/01/2019`, MonthName: `May`, Year: 2019 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Kensington`, UnitsSold: 1535, ManufacturingPrice: 3, SalePrice: 7, GrossSales: 10745, Discounts: 2936.08, Sales: 7808.92, COGS: 14980, Profit: 7171.08, Date: `10/01/2018`, MonthName: `October`, Year: 2018 }), + new PivotSalesDataItem({ Country: `India`, Product: `Kensington`, UnitsSold: 2532, ManufacturingPrice: 3, SalePrice: 7, GrossSales: 17724, Discounts: 274.4, Sales: 17449.6, COGS: 1400, Profit: 16049.6, Date: `12/01/2019`, MonthName: `December`, Year: 2019 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Royal Oak`, UnitsSold: 1765, ManufacturingPrice: 5, SalePrice: 7, GrossSales: 12355, Discounts: 287.14, Sales: 12067.86, COGS: 1465, Profit: 10602.86, Date: `02/01/2019`, MonthName: `February`, Year: 2019 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Royal Oak`, UnitsSold: 1567, ManufacturingPrice: 5, SalePrice: 7, GrossSales: 10969, Discounts: 2936.08, Sales: 8032.92, COGS: 14980, Profit: 6947.08, Date: `10/01/2018`, MonthName: `October`, Year: 2018 }), + new PivotSalesDataItem({ Country: `India`, Product: `Vermont`, UnitsSold: 2640, ManufacturingPrice: 10, SalePrice: 15, GrossSales: 39600, Discounts: 583.8, Sales: 39016.2, COGS: 2780, Profit: 36236.2, Date: `02/01/2019`, MonthName: `February`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Vermont`, UnitsSold: 3079, ManufacturingPrice: 10, SalePrice: 20, GrossSales: 61580, Discounts: 6798.4, Sales: 54781.6, COGS: 24280, Profit: 30501.6, Date: `03/01/2019`, MonthName: `March`, Year: 2019 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Vermont`, UnitsSold: 4130, ManufacturingPrice: 10, SalePrice: 15, GrossSales: 61950, Discounts: 3710.7, Sales: 58239.3, COGS: 17670, Profit: 40569.3, Date: `09/01/2019`, MonthName: `September`, Year: 2019 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Vermont`, UnitsSold: 2938, ManufacturingPrice: 10, SalePrice: 12, GrossSales: 35256, Discounts: 2340.24, Sales: 32915.76, COGS: 4179, Profit: 28736.76, Date: `10/01/2019`, MonthName: `October`, Year: 2019 }), + new PivotSalesDataItem({ Country: `India`, Product: `Mandarin`, UnitsSold: 3080, ManufacturingPrice: 250, SalePrice: 7, GrossSales: 21560, Discounts: 274.4, Sales: 21285.6, COGS: 1400, Profit: 19885.6, Date: `12/01/2019`, MonthName: `December`, Year: 2019 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Luxe`, UnitsSold: 1530, ManufacturingPrice: 260, SalePrice: 12, GrossSales: 18360, Discounts: 2340.24, Sales: 16019.76, COGS: 4179, Profit: 11840.76, Date: `10/01/2019`, MonthName: `October`, Year: 2019 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Luxe`, UnitsSold: 3537, ManufacturingPrice: 260, SalePrice: 12, GrossSales: 42444, Discounts: 3385.2, Sales: 39058.8, COGS: 6045, Profit: 33013.8, Date: `12/01/2018`, MonthName: `December`, Year: 2018 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Kensington`, UnitsSold: 2021, ManufacturingPrice: 3, SalePrice: 300, GrossSales: 606300, Discounts: 33642, Sales: 572658, COGS: 200250, Profit: 372408, Date: `07/01/2019`, MonthName: `July`, Year: 2019 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Kensington`, UnitsSold: 1804, ManufacturingPrice: 3, SalePrice: 125, GrossSales: 225500, Discounts: 17902.5, Sales: 207597.5, COGS: 122760, Profit: 84837.5, Date: `09/01/2018`, MonthName: `September`, Year: 2018 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Kensington`, UnitsSold: 1014, ManufacturingPrice: 3, SalePrice: 300, GrossSales: 304200, Discounts: 62832, Sales: 241368, COGS: 374000, Profit: 132632, Date: `10/01/2019`, MonthName: `October`, Year: 2019 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Kensington`, UnitsSold: 2913, ManufacturingPrice: 3, SalePrice: 300, GrossSales: 873900, Discounts: 42420, Sales: 831480, COGS: 252500, Profit: 578980, Date: `10/01/2019`, MonthName: `October`, Year: 2019 }), + new PivotSalesDataItem({ Country: `India`, Product: `Kensington`, UnitsSold: 763, ManufacturingPrice: 3, SalePrice: 15, GrossSales: 11445, Discounts: 3177.3, Sales: 8267.7, COGS: 15130, Profit: 6862.3, Date: `11/01/2019`, MonthName: `November`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Kensington`, UnitsSold: 1425, ManufacturingPrice: 3, SalePrice: 15, GrossSales: 21375, Discounts: 4830, Sales: 16545, COGS: 23000, Profit: 6455, Date: `12/01/2019`, MonthName: `December`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Kensington`, UnitsSold: 4357, ManufacturingPrice: 3, SalePrice: 125, GrossSales: 544625, Discounts: 49367.5, Sales: 495257.5, COGS: 338520, Profit: 156737.5, Date: `12/01/2018`, MonthName: `December`, Year: 2018 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Royal Oak`, UnitsSold: 2138, ManufacturingPrice: 5, SalePrice: 350, GrossSales: 748300, Discounts: 109147.5, Sales: 639152.5, COGS: 579150, Profit: 60002.5, Date: `01/01/2019`, MonthName: `January`, Year: 2019 }), + new PivotSalesDataItem({ Country: `India`, Product: `Royal Oak`, UnitsSold: 3825, ManufacturingPrice: 5, SalePrice: 350, GrossSales: 1338750, Discounts: 58751, Sales: 1279999, COGS: 311740, Profit: 968259, Date: `04/01/2019`, MonthName: `April`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Royal Oak`, UnitsSold: 3393, ManufacturingPrice: 5, SalePrice: 350, GrossSales: 1187550, Discounts: 9800, Sales: 1177750, COGS: 52000, Profit: 1125750, Date: `05/01/2019`, MonthName: `May`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Royal Oak`, UnitsSold: 2215, ManufacturingPrice: 5, SalePrice: 7, GrossSales: 15505, Discounts: 380.24, Sales: 15124.76, COGS: 1940, Profit: 13184.76, Date: `09/01/2019`, MonthName: `September`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Royal Oak`, UnitsSold: 2278, ManufacturingPrice: 5, SalePrice: 7, GrossSales: 15946, Discounts: 1692.46, Sales: 14253.54, COGS: 8635, Profit: 5618.54, Date: `10/01/2018`, MonthName: `October`, Year: 2018 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Royal Oak`, UnitsSold: 403, ManufacturingPrice: 5, SalePrice: 15, GrossSales: 6045, Discounts: 4830, Sales: 1215, COGS: 23000, Profit: 21785, Date: `12/01/2019`, MonthName: `December`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Vermont`, UnitsSold: 289, ManufacturingPrice: 10, SalePrice: 20, GrossSales: 5780, Discounts: 728, Sales: 5052, COGS: 2600, Profit: 2452, Date: `02/01/2019`, MonthName: `February`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Vermont`, UnitsSold: 749, ManufacturingPrice: 10, SalePrice: 15, GrossSales: 11235, Discounts: 5187, Sales: 6048, COGS: 24700, Profit: 18652, Date: `09/01/2018`, MonthName: `September`, Year: 2018 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Vermont`, UnitsSold: 372, ManufacturingPrice: 10, SalePrice: 15, GrossSales: 5580, Discounts: 3660.3, Sales: 1919.7, COGS: 17430, Profit: 15510.3, Date: `10/01/2018`, MonthName: `October`, Year: 2018 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Vermont`, UnitsSold: 3781, ManufacturingPrice: 10, SalePrice: 12, GrossSales: 45372, Discounts: 4895.52, Sales: 40476.48, COGS: 8742, Profit: 31734.48, Date: `10/01/2019`, MonthName: `October`, Year: 2019 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Vermont`, UnitsSold: 1785, ManufacturingPrice: 10, SalePrice: 7, GrossSales: 12495, Discounts: 1696.38, Sales: 10798.62, COGS: 8655, Profit: 2143.62, Date: `10/01/2019`, MonthName: `October`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Vermont`, UnitsSold: 4029, ManufacturingPrice: 10, SalePrice: 350, GrossSales: 1410150, Discounts: 34300, Sales: 1375850, COGS: 182000, Profit: 1193850, Date: `11/01/2019`, MonthName: `November`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Vermont`, UnitsSold: 2813, ManufacturingPrice: 10, SalePrice: 12, GrossSales: 33756, Discounts: 3732.96, Sales: 30023.04, COGS: 6666, Profit: 23357.04, Date: `11/01/2018`, MonthName: `November`, Year: 2018 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Vermont`, UnitsSold: 2150, ManufacturingPrice: 10, SalePrice: 350, GrossSales: 752500, Discounts: 57673, Sales: 694827, COGS: 306020, Profit: 388807, Date: `11/01/2019`, MonthName: `November`, Year: 2019 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Vermont`, UnitsSold: 2093, ManufacturingPrice: 10, SalePrice: 350, GrossSales: 732550, Discounts: 94178, Sales: 638372, COGS: 499720, Profit: 138652, Date: `11/01/2018`, MonthName: `November`, Year: 2018 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Burlington`, UnitsSold: 4391, ManufacturingPrice: 120, SalePrice: 125, GrossSales: 548875, Discounts: 27562.5, Sales: 521312.5, COGS: 189000, Profit: 332312.5, Date: `02/01/2019`, MonthName: `February`, Year: 2019 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Burlington`, UnitsSold: 2695, ManufacturingPrice: 120, SalePrice: 20, GrossSales: 53900, Discounts: 1696.8, Sales: 52203.2, COGS: 6060, Profit: 46143.2, Date: `04/01/2019`, MonthName: `April`, Year: 2019 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Burlington`, UnitsSold: 1337, ManufacturingPrice: 120, SalePrice: 300, GrossSales: 401100, Discounts: 103320, Sales: 297780, COGS: 615000, Profit: 317220, Date: `07/01/2019`, MonthName: `July`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Burlington`, UnitsSold: 2621, ManufacturingPrice: 120, SalePrice: 300, GrossSales: 786300, Discounts: 11298, Sales: 775002, COGS: 67250, Profit: 707752, Date: `10/01/2018`, MonthName: `October`, Year: 2018 }), + new PivotSalesDataItem({ Country: `India`, Product: `Burlington`, UnitsSold: 3735, ManufacturingPrice: 120, SalePrice: 300, GrossSales: 1120500, Discounts: 106512, Sales: 1013988, COGS: 634000, Profit: 379988, Date: `11/01/2018`, MonthName: `November`, Year: 2018 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Mandarin`, UnitsSold: 4320, ManufacturingPrice: 250, SalePrice: 7, GrossSales: 30240, Discounts: 2844.94, Sales: 27395.06, COGS: 14515, Profit: 12880.06, Date: `03/01/2019`, MonthName: `March`, Year: 2019 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Mandarin`, UnitsSold: 2828, ManufacturingPrice: 250, SalePrice: 300, GrossSales: 848400, Discounts: 106722, Sales: 741678, COGS: 635250, Profit: 106428, Date: `08/01/2019`, MonthName: `August`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Mandarin`, UnitsSold: 2586, ManufacturingPrice: 250, SalePrice: 300, GrossSales: 775800, Discounts: 11298, Sales: 764502, COGS: 67250, Profit: 697252, Date: `10/01/2018`, MonthName: `October`, Year: 2018 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Mandarin`, UnitsSold: 1248, ManufacturingPrice: 250, SalePrice: 300, GrossSales: 374400, Discounts: 62832, Sales: 311568, COGS: 374000, Profit: 62432, Date: `10/01/2019`, MonthName: `October`, Year: 2019 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Mandarin`, UnitsSold: 4035, ManufacturingPrice: 250, SalePrice: 300, GrossSales: 1210500, Discounts: 42420, Sales: 1168080, COGS: 252500, Profit: 915580, Date: `10/01/2019`, MonthName: `October`, Year: 2019 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Mandarin`, UnitsSold: 359, ManufacturingPrice: 250, SalePrice: 350, GrossSales: 125650, Discounts: 62769, Sales: 62881, COGS: 333060, Profit: 270179, Date: `12/01/2018`, MonthName: `December`, Year: 2018 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Luxe`, UnitsSold: 3926, ManufacturingPrice: 260, SalePrice: 300, GrossSales: 1177800, Discounts: 37296, Sales: 1140504, COGS: 222000, Profit: 918504, Date: `03/01/2019`, MonthName: `March`, Year: 2019 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Luxe`, UnitsSold: 4247, ManufacturingPrice: 260, SalePrice: 125, GrossSales: 530875, Discounts: 49770, Sales: 481105, COGS: 341280, Profit: 139825, Date: `05/01/2019`, MonthName: `May`, Year: 2019 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Luxe`, UnitsSold: 2695, ManufacturingPrice: 260, SalePrice: 12, GrossSales: 32340, Discounts: 4158, Sales: 28182, COGS: 7425, Profit: 20757, Date: `08/01/2019`, MonthName: `August`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Luxe`, UnitsSold: 1104, ManufacturingPrice: 260, SalePrice: 15, GrossSales: 16560, Discounts: 3660.3, Sales: 12899.7, COGS: 17430, Profit: 4530.3, Date: `10/01/2018`, MonthName: `October`, Year: 2018 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Luxe`, UnitsSold: 1449, ManufacturingPrice: 260, SalePrice: 12, GrossSales: 17388, Discounts: 4895.52, Sales: 12492.48, COGS: 8742, Profit: 3750.48, Date: `10/01/2019`, MonthName: `October`, Year: 2019 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Luxe`, UnitsSold: 1131, ManufacturingPrice: 260, SalePrice: 7, GrossSales: 7917, Discounts: 1696.38, Sales: 6220.62, COGS: 8655, Profit: 2434.38, Date: `10/01/2019`, MonthName: `October`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Luxe`, UnitsSold: 1468, ManufacturingPrice: 260, SalePrice: 7, GrossSales: 10276, Discounts: 1692.46, Sales: 8583.54, COGS: 8635, Profit: 51.46, Date: `10/01/2018`, MonthName: `October`, Year: 2018 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Luxe`, UnitsSold: 1272, ManufacturingPrice: 260, SalePrice: 15, GrossSales: 19080, Discounts: 3927, Sales: 15153, COGS: 18700, Profit: 3547, Date: `11/01/2018`, MonthName: `November`, Year: 2018 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Kensington`, UnitsSold: 1403, ManufacturingPrice: 3, SalePrice: 125, GrossSales: 175375, Discounts: 22012.5, Sales: 153362.5, COGS: 140880, Profit: 12482.5, Date: `08/01/2019`, MonthName: `August`, Year: 2019 }), + new PivotSalesDataItem({ Country: `India`, Product: `Kensington`, UnitsSold: 2161, ManufacturingPrice: 3, SalePrice: 125, GrossSales: 270125, Discounts: 51881.25, Sales: 218243.75, COGS: 332040, Profit: 113796.25, Date: `08/01/2019`, MonthName: `August`, Year: 2019 }), + new PivotSalesDataItem({ Country: `India`, Product: `Kensington`, UnitsSold: 1937, ManufacturingPrice: 3, SalePrice: 125, GrossSales: 242125, Discounts: 20343.75, Sales: 221781.25, COGS: 130200, Profit: 91581.25, Date: `10/01/2019`, MonthName: `October`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Royal Oak`, UnitsSold: 2879, ManufacturingPrice: 5, SalePrice: 300, GrossSales: 863700, Discounts: 24570, Sales: 839130, COGS: 136500, Profit: 702630, Date: `10/01/2019`, MonthName: `October`, Year: 2019 }), + new PivotSalesDataItem({ Country: `India`, Product: `Vermont`, UnitsSold: 1330, ManufacturingPrice: 10, SalePrice: 20, GrossSales: 26600, Discounts: 3474, Sales: 23126, COGS: 11580, Profit: 11546, Date: `03/01/2019`, MonthName: `March`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Vermont`, UnitsSold: 2426, ManufacturingPrice: 10, SalePrice: 15, GrossSales: 36390, Discounts: 3631.5, Sales: 32758.5, COGS: 16140, Profit: 16618.5, Date: `04/01/2019`, MonthName: `April`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Vermont`, UnitsSold: 2033, ManufacturingPrice: 10, SalePrice: 7, GrossSales: 14231, Discounts: 2661.75, Sales: 11569.25, COGS: 12675, Profit: 1105.75, Date: `04/01/2019`, MonthName: `April`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Vermont`, UnitsSold: 2029, ManufacturingPrice: 10, SalePrice: 350, GrossSales: 710150, Discounts: 149677.5, Sales: 560472.5, COGS: 741260, Profit: 180787.5, Date: `05/01/2019`, MonthName: `May`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Vermont`, UnitsSold: 1049, ManufacturingPrice: 10, SalePrice: 15, GrossSales: 15735, Discounts: 5757.75, Sales: 9977.25, COGS: 25590, Profit: 15612.75, Date: `08/01/2019`, MonthName: `August`, Year: 2019 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Vermont`, UnitsSold: 1062, ManufacturingPrice: 10, SalePrice: 20, GrossSales: 21240, Discounts: 801, Sales: 20439, COGS: 2670, Profit: 17769, Date: `10/01/2018`, MonthName: `October`, Year: 2018 }), + new PivotSalesDataItem({ Country: `India`, Product: `Vermont`, UnitsSold: 2509, ManufacturingPrice: 10, SalePrice: 125, GrossSales: 313625, Discounts: 20343.75, Sales: 293281.25, COGS: 130200, Profit: 163081.25, Date: `10/01/2019`, MonthName: `October`, Year: 2019 }), + new PivotSalesDataItem({ Country: `India`, Product: `Vermont`, UnitsSold: 1743, ManufacturingPrice: 10, SalePrice: 15, GrossSales: 26145, Discounts: 2643.75, Sales: 23501.25, COGS: 11750, Profit: 11751.25, Date: `10/01/2019`, MonthName: `October`, Year: 2019 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Vermont`, UnitsSold: 3418, ManufacturingPrice: 10, SalePrice: 350, GrossSales: 1196300, Discounts: 105367.5, Sales: 1090932.5, COGS: 521820, Profit: 569112.5, Date: `11/01/2018`, MonthName: `November`, Year: 2018 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Vermont`, UnitsSold: 1751, ManufacturingPrice: 10, SalePrice: 350, GrossSales: 612850, Discounts: 112927.5, Sales: 499922.5, COGS: 559260, Profit: 59337.5, Date: `11/01/2018`, MonthName: `November`, Year: 2018 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Vermont`, UnitsSold: 3228, ManufacturingPrice: 10, SalePrice: 12, GrossSales: 38736, Discounts: 1645.2, Sales: 37090.8, COGS: 2742, Profit: 34348.8, Date: `12/01/2019`, MonthName: `December`, Year: 2019 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Vermont`, UnitsSold: 1105, ManufacturingPrice: 10, SalePrice: 20, GrossSales: 22100, Discounts: 879, Sales: 21221, COGS: 2930, Profit: 18291, Date: `12/01/2019`, MonthName: `December`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Burlington`, UnitsSold: 2778, ManufacturingPrice: 120, SalePrice: 12, GrossSales: 33336, Discounts: 900, Sales: 32436, COGS: 1500, Profit: 30936, Date: `03/01/2019`, MonthName: `March`, Year: 2019 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Burlington`, UnitsSold: 1173, ManufacturingPrice: 120, SalePrice: 15, GrossSales: 17595, Discounts: 6358.5, Sales: 11236.5, COGS: 28260, Profit: 17023.5, Date: `05/01/2019`, MonthName: `May`, Year: 2019 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Burlington`, UnitsSold: 3160, ManufacturingPrice: 120, SalePrice: 125, GrossSales: 395000, Discounts: 12431.25, Sales: 382568.75, COGS: 79560, Profit: 303008.75, Date: `09/01/2019`, MonthName: `September`, Year: 2019 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Burlington`, UnitsSold: 4322, ManufacturingPrice: 120, SalePrice: 300, GrossSales: 1296600, Discounts: 115830, Sales: 1180770, COGS: 643500, Profit: 537270, Date: `11/01/2018`, MonthName: `November`, Year: 2018 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Burlington`, UnitsSold: 1901, ManufacturingPrice: 120, SalePrice: 125, GrossSales: 237625, Discounts: 45712.5, Sales: 191912.5, COGS: 292560, Profit: 100647.5, Date: `12/01/2018`, MonthName: `December`, Year: 2018 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Burlington`, UnitsSold: 2980, ManufacturingPrice: 120, SalePrice: 12, GrossSales: 35760, Discounts: 1645.2, Sales: 34114.8, COGS: 2742, Profit: 31372.8, Date: `12/01/2019`, MonthName: `December`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Mandarin`, UnitsSold: 4068, ManufacturingPrice: 250, SalePrice: 20, GrossSales: 81360, Discounts: 2596.5, Sales: 78763.5, COGS: 8655, Profit: 70108.5, Date: `07/01/2019`, MonthName: `July`, Year: 2019 }), + new PivotSalesDataItem({ Country: `India`, Product: `Mandarin`, UnitsSold: 2105, ManufacturingPrice: 250, SalePrice: 15, GrossSales: 31575, Discounts: 1107, Sales: 30468, COGS: 4920, Profit: 25548, Date: `07/01/2019`, MonthName: `July`, Year: 2019 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Mandarin`, UnitsSold: 1647, ManufacturingPrice: 250, SalePrice: 20, GrossSales: 32940, Discounts: 801, Sales: 32139, COGS: 2670, Profit: 29469, Date: `10/01/2018`, MonthName: `October`, Year: 2018 }), + new PivotSalesDataItem({ Country: `India`, Product: `Mandarin`, UnitsSold: 235, ManufacturingPrice: 250, SalePrice: 15, GrossSales: 3525, Discounts: 2643.75, Sales: 881.25, COGS: 11750, Profit: 10868.75, Date: `10/01/2019`, MonthName: `October`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Mandarin`, UnitsSold: 3617, ManufacturingPrice: 250, SalePrice: 125, GrossSales: 452125, Discounts: 55387.5, Sales: 396737.5, COGS: 354480, Profit: 42257.5, Date: `11/01/2018`, MonthName: `November`, Year: 2018 }), + new PivotSalesDataItem({ Country: `India`, Product: `Mandarin`, UnitsSold: 2106, ManufacturingPrice: 250, SalePrice: 125, GrossSales: 263250, Discounts: 10350, Sales: 252900, COGS: 66240, Profit: 186660, Date: `11/01/2019`, MonthName: `November`, Year: 2019 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Mandarin`, UnitsSold: 2351, ManufacturingPrice: 250, SalePrice: 20, GrossSales: 47020, Discounts: 879, Sales: 46141, COGS: 2930, Profit: 43211, Date: `12/01/2019`, MonthName: `December`, Year: 2019 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Luxe`, UnitsSold: 1897, ManufacturingPrice: 260, SalePrice: 300, GrossSales: 569100, Discounts: 111375, Sales: 457725, COGS: 618750, Profit: 161025, Date: `03/01/2019`, MonthName: `March`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Luxe`, UnitsSold: 647, ManufacturingPrice: 260, SalePrice: 300, GrossSales: 194100, Discounts: 24570, Sales: 169530, COGS: 136500, Profit: 33030, Date: `10/01/2019`, MonthName: `October`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Royal Oak`, UnitsSold: 3621, ManufacturingPrice: 5, SalePrice: 7, GrossSales: 25347, Discounts: 1436.4, Sales: 23910.6, COGS: 6840, Profit: 17070.6, Date: `02/01/2019`, MonthName: `February`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Vermont`, UnitsSold: 3221, ManufacturingPrice: 10, SalePrice: 7, GrossSales: 22547, Discounts: 759.15, Sales: 21787.85, COGS: 3615, Profit: 18172.85, Date: `04/01/2019`, MonthName: `April`, Year: 2019 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Mandarin`, UnitsSold: 493, ManufacturingPrice: 250, SalePrice: 12, GrossSales: 5916, Discounts: 3250.8, Sales: 2665.2, COGS: 5418, Profit: 2752.8, Date: `05/01/2019`, MonthName: `May`, Year: 2019 }), ]; super(...newItems.slice(0)); } diff --git a/samples/grids/pivot-grid/aggregate-units-sold/src/PivotSalesData.ts b/samples/grids/pivot-grid/aggregate-units-sold/src/PivotSalesData.ts index f4a39fb98f..16696999ff 100644 --- a/samples/grids/pivot-grid/aggregate-units-sold/src/PivotSalesData.ts +++ b/samples/grids/pivot-grid/aggregate-units-sold/src/PivotSalesData.ts @@ -24,16678 +24,1048 @@ export class PivotSalesData extends Array { super(...items); } else { const newItems = [ - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Vermont`, - UnitsSold: 501, - ManufacturingPrice: 15, - SalePrice: 23, - GrossSales: 26440, - Discounts: null, - Sales: 26440, - COGS: 16185, - Profit: 11255, - Date: `01/01/2020`, - MonthName: `January`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Kensington`, - UnitsSold: 1372, - ManufacturingPrice: 3, - SalePrice: 20, - GrossSales: 27440, - Discounts: null, - Sales: 27440, - COGS: 16185, - Profit: 11255, - Date: `01/01/2020`, - MonthName: `January`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Kensington`, - UnitsSold: 2762, - ManufacturingPrice: 3, - SalePrice: 20, - GrossSales: 55240, - Discounts: null, - Sales: 55240, - COGS: 13210, - Profit: 42030, - Date: `01/01/2020`, - MonthName: `January`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Kensington`, - UnitsSold: 1464, - ManufacturingPrice: 3, - SalePrice: 15, - GrossSales: 21960, - Discounts: null, - Sales: 21960, - COGS: 21780, - Profit: 180, - Date: `06/01/2020`, - MonthName: `June`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Kensington`, - UnitsSold: 719, - ManufacturingPrice: 3, - SalePrice: 15, - GrossSales: 10785, - Discounts: null, - Sales: 10785, - COGS: 8880, - Profit: 1905, - Date: `06/01/2020`, - MonthName: `June`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Kensington`, - UnitsSold: 3576, - ManufacturingPrice: 3, - SalePrice: 15, - GrossSales: 53640, - Discounts: null, - Sales: 53640, - COGS: 24700, - Profit: 28940, - Date: `06/01/2020`, - MonthName: `June`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Kensington`, - UnitsSold: 4422, - ManufacturingPrice: 3, - SalePrice: 350, - GrossSales: 1547700, - Discounts: null, - Sales: 1547700, - COGS: 393380, - Profit: 1154320, - Date: `12/01/2020`, - MonthName: `December`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Royal Oak`, - UnitsSold: 3649, - ManufacturingPrice: 5, - SalePrice: 15, - GrossSales: 54735, - Discounts: null, - Sales: 54735, - COGS: 9210, - Profit: 45525, - Date: `03/01/2020`, - MonthName: `March`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Royal Oak`, - UnitsSold: 4172, - ManufacturingPrice: 5, - SalePrice: 12, - GrossSales: 50064, - Discounts: null, - Sales: 50064, - COGS: 7554, - Profit: 42510, - Date: `06/01/2020`, - MonthName: `June`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Royal Oak`, - UnitsSold: 3841, - ManufacturingPrice: 5, - SalePrice: 20, - GrossSales: 76820, - Discounts: null, - Sales: 76820, - COGS: 18990, - Profit: 57830, - Date: `06/01/2020`, - MonthName: `June`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Royal Oak`, - UnitsSold: 3726, - ManufacturingPrice: 5, - SalePrice: 12, - GrossSales: 44712, - Discounts: null, - Sales: 44712, - COGS: 4635, - Profit: 40077, - Date: `06/01/2020`, - MonthName: `June`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Royal Oak`, - UnitsSold: 2625, - ManufacturingPrice: 5, - SalePrice: 15, - GrossSales: 39375, - Discounts: null, - Sales: 39375, - COGS: 24700, - Profit: 14675, - Date: `06/01/2020`, - MonthName: `June`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Royal Oak`, - UnitsSold: 1958, - ManufacturingPrice: 5, - SalePrice: 125, - GrossSales: 244750, - Discounts: null, - Sales: 244750, - COGS: 319860, - Profit: 75110, - Date: `07/01/2020`, - MonthName: `July`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Royal Oak`, - UnitsSold: 3271, - ManufacturingPrice: 5, - SalePrice: 300, - GrossSales: 981300, - Discounts: null, - Sales: 981300, - COGS: 239500, - Profit: 741800, - Date: `08/01/2020`, - MonthName: `August`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Royal Oak`, - UnitsSold: 2091, - ManufacturingPrice: 5, - SalePrice: 7, - GrossSales: 14637, - Discounts: null, - Sales: 14637, - COGS: 10730, - Profit: 3907, - Date: `09/01/2020`, - MonthName: `September`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Royal Oak`, - UnitsSold: 2825, - ManufacturingPrice: 5, - SalePrice: 15, - GrossSales: 42375, - Discounts: null, - Sales: 42375, - COGS: 6150, - Profit: 36225, - Date: `12/01/2020`, - MonthName: `December`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Vermont`, - UnitsSold: 2513, - ManufacturingPrice: 10, - SalePrice: 20, - GrossSales: 50260, - Discounts: null, - Sales: 50260, - COGS: 2920, - Profit: 47340, - Date: `02/01/2020`, - MonthName: `February`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Vermont`, - UnitsSold: 883, - ManufacturingPrice: 10, - SalePrice: 15, - GrossSales: 13245, - Discounts: null, - Sales: 13245, - COGS: 9740, - Profit: 3505, - Date: `02/01/2020`, - MonthName: `February`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Vermont`, - UnitsSold: 2087, - ManufacturingPrice: 10, - SalePrice: 12, - GrossSales: 25044, - Discounts: null, - Sales: 25044, - COGS: 7554, - Profit: 17490, - Date: `06/01/2020`, - MonthName: `June`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Vermont`, - UnitsSold: 2563, - ManufacturingPrice: 10, - SalePrice: 350, - GrossSales: 897050, - Discounts: null, - Sales: 897050, - COGS: 261560, - Profit: 635490, - Date: `06/01/2020`, - MonthName: `June`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Vermont`, - UnitsSold: 2846, - ManufacturingPrice: 10, - SalePrice: 12, - GrossSales: 34152, - Discounts: null, - Sales: 34152, - COGS: 1101, - Profit: 33051, - Date: `07/01/2020`, - MonthName: `July`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Vermont`, - UnitsSold: 997, - ManufacturingPrice: 10, - SalePrice: 7, - GrossSales: 6979, - Discounts: null, - Sales: 6979, - COGS: 4415, - Profit: 2564, - Date: `08/01/2020`, - MonthName: `August`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Vermont`, - UnitsSold: 2290, - ManufacturingPrice: 10, - SalePrice: 15, - GrossSales: 34350, - Discounts: null, - Sales: 34350, - COGS: 24720, - Profit: 9630, - Date: `09/01/2020`, - MonthName: `September`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Vermont`, - UnitsSold: 2133, - ManufacturingPrice: 10, - SalePrice: 7, - GrossSales: 14931, - Discounts: null, - Sales: 14931, - COGS: 5715, - Profit: 9216, - Date: `10/01/2020`, - MonthName: `October`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Vermont`, - UnitsSold: 3617, - ManufacturingPrice: 10, - SalePrice: 20, - GrossSales: 72340, - Discounts: null, - Sales: 72340, - COGS: 18170, - Profit: 54170, - Date: `12/01/2020`, - MonthName: `December`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Vermont`, - UnitsSold: 1266, - ManufacturingPrice: 10, - SalePrice: 350, - GrossSales: 443100, - Discounts: null, - Sales: 443100, - COGS: 393380, - Profit: 49720, - Date: `12/01/2020`, - MonthName: `December`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Burlington`, - UnitsSold: 894, - ManufacturingPrice: 120, - SalePrice: 7, - GrossSales: 6258, - Discounts: null, - Sales: 6258, - COGS: 7465, - Profit: 1207, - Date: `01/01/2020`, - MonthName: `January`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Burlington`, - UnitsSold: 2725, - ManufacturingPrice: 120, - SalePrice: 125, - GrossSales: 340625, - Discounts: null, - Sales: 340625, - COGS: 216480, - Profit: 124145, - Date: `02/01/2020`, - MonthName: `February`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Burlington`, - UnitsSold: 3061, - ManufacturingPrice: 120, - SalePrice: 12, - GrossSales: 36732, - Discounts: null, - Sales: 36732, - COGS: 6483, - Profit: 30249, - Date: `03/01/2020`, - MonthName: `March`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Burlington`, - UnitsSold: 3958, - ManufacturingPrice: 120, - SalePrice: 350, - GrossSales: 1385300, - Discounts: null, - Sales: 1385300, - COGS: 261560, - Profit: 1123740, - Date: `06/01/2020`, - MonthName: `June`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Burlington`, - UnitsSold: 3920, - ManufacturingPrice: 120, - SalePrice: 12, - GrossSales: 47040, - Discounts: null, - Sales: 47040, - COGS: 4635, - Profit: 42405, - Date: `06/01/2020`, - MonthName: `June`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Burlington`, - UnitsSold: 3381, - ManufacturingPrice: 120, - SalePrice: 125, - GrossSales: 422625, - Discounts: null, - Sales: 422625, - COGS: 338520, - Profit: 84105, - Date: `08/01/2020`, - MonthName: `August`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Mandarin`, - UnitsSold: 4307, - ManufacturingPrice: 250, - SalePrice: 300, - GrossSales: 1292100, - Discounts: null, - Sales: 1292100, - COGS: 500250, - Profit: 791850, - Date: `02/01/2020`, - MonthName: `February`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Mandarin`, - UnitsSold: 878, - ManufacturingPrice: 250, - SalePrice: 12, - GrossSales: 10536, - Discounts: null, - Sales: 10536, - COGS: 8514, - Profit: 2022, - Date: `04/01/2020`, - MonthName: `April`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Mandarin`, - UnitsSold: 496, - ManufacturingPrice: 250, - SalePrice: 15, - GrossSales: 7440, - Discounts: null, - Sales: 7440, - COGS: 21780, - Profit: 14340, - Date: `06/01/2020`, - MonthName: `June`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Mandarin`, - UnitsSold: 3367, - ManufacturingPrice: 250, - SalePrice: 15, - GrossSales: 50505, - Discounts: null, - Sales: 50505, - COGS: 8880, - Profit: 41625, - Date: `06/01/2020`, - MonthName: `June`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Mandarin`, - UnitsSold: 2055, - ManufacturingPrice: 250, - SalePrice: 300, - GrossSales: 616500, - Discounts: null, - Sales: 616500, - COGS: 537750, - Profit: 78750, - Date: `09/01/2020`, - MonthName: `September`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Mandarin`, - UnitsSold: 4041, - ManufacturingPrice: 250, - SalePrice: 20, - GrossSales: 80820, - Discounts: null, - Sales: 80820, - COGS: 18170, - Profit: 62650, - Date: `12/01/2020`, - MonthName: `December`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Luxe`, - UnitsSold: 3237, - ManufacturingPrice: 260, - SalePrice: 350, - GrossSales: 1132950, - Discounts: null, - Sales: 1132950, - COGS: 715000, - Profit: 417950, - Date: `02/01/2020`, - MonthName: `February`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Luxe`, - UnitsSold: 630, - ManufacturingPrice: 260, - SalePrice: 12, - GrossSales: 7560, - Discounts: null, - Sales: 7560, - COGS: 5859, - Profit: 1701, - Date: `04/01/2020`, - MonthName: `April`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Luxe`, - UnitsSold: 4210, - ManufacturingPrice: 260, - SalePrice: 125, - GrossSales: 526250, - Discounts: null, - Sales: 526250, - COGS: 506340, - Profit: 19910, - Date: `04/01/2020`, - MonthName: `April`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Luxe`, - UnitsSold: 1127, - ManufacturingPrice: 260, - SalePrice: 20, - GrossSales: 22540, - Discounts: null, - Sales: 22540, - COGS: 18990, - Profit: 3550, - Date: `06/01/2020`, - MonthName: `June`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Luxe`, - UnitsSold: 3438, - ManufacturingPrice: 260, - SalePrice: 7, - GrossSales: 24066, - Discounts: null, - Sales: 24066, - COGS: 8430, - Profit: 15636, - Date: `07/01/2020`, - MonthName: `July`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Luxe`, - UnitsSold: 2015, - ManufacturingPrice: 260, - SalePrice: 12, - GrossSales: 24180, - Discounts: null, - Sales: 24180, - COGS: 6423, - Profit: 17757, - Date: `08/01/2020`, - MonthName: `August`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Luxe`, - UnitsSold: 2534, - ManufacturingPrice: 260, - SalePrice: 7, - GrossSales: 17738, - Discounts: null, - Sales: 17738, - COGS: 5715, - Profit: 12023, - Date: `10/01/2020`, - MonthName: `October`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Luxe`, - UnitsSold: 1384, - ManufacturingPrice: 260, - SalePrice: 15, - GrossSales: 20760, - Discounts: null, - Sales: 20760, - COGS: 6150, - Profit: 14610, - Date: `12/01/2020`, - MonthName: `December`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Vermont`, - UnitsSold: 3561, - ManufacturingPrice: 10, - SalePrice: 7, - GrossSales: 24927, - Discounts: 276.15, - Sales: 24650.85, - COGS: 19725, - Profit: 4925.85, - Date: `01/01/2020`, - MonthName: `January`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Vermont`, - UnitsSold: 1823, - ManufacturingPrice: 10, - SalePrice: 15, - GrossSales: 27345, - Discounts: 344.4, - Sales: 27000.6, - COGS: 22960, - Profit: 4040.6, - Date: `02/01/2020`, - MonthName: `February`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Vermont`, - UnitsSold: 2795, - ManufacturingPrice: 10, - SalePrice: 7, - GrossSales: 19565, - Discounts: 72.1, - Sales: 19492.9, - COGS: 5150, - Profit: 14342.9, - Date: `05/01/2020`, - MonthName: `May`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Burlington`, - UnitsSold: 457, - ManufacturingPrice: 120, - SalePrice: 7, - GrossSales: 3199, - Discounts: 44.73, - Sales: 3154.27, - COGS: 3195, - Profit: 40.73, - Date: `11/01/2020`, - MonthName: `November`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Mandarin`, - UnitsSold: 3785, - ManufacturingPrice: 250, - SalePrice: 7, - GrossSales: 26495, - Discounts: 92.82, - Sales: 26402.18, - COGS: 6630, - Profit: 19772.18, - Date: `03/01/2020`, - MonthName: `March`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Kensington`, - UnitsSold: 748, - ManufacturingPrice: 3, - SalePrice: 12, - GrossSales: 8976, - Discounts: 222.96, - Sales: 8753.04, - COGS: 5574, - Profit: 3179.04, - Date: `02/01/2020`, - MonthName: `February`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Kensington`, - UnitsSold: 1021, - ManufacturingPrice: 3, - SalePrice: 350, - GrossSales: 357350, - Discounts: 4235, - Sales: 353115, - COGS: 314600, - Profit: 38515, - Date: `03/01/2020`, - MonthName: `March`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Kensington`, - UnitsSold: 2076, - ManufacturingPrice: 3, - SalePrice: 7, - GrossSales: 14532, - Discounts: 177.03, - Sales: 14354.97, - COGS: 12645, - Profit: 1709.97, - Date: `07/01/2020`, - MonthName: `July`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Kensington`, - UnitsSold: 4316, - ManufacturingPrice: 3, - SalePrice: 12, - GrossSales: 51792, - Discounts: 173.4, - Sales: 51618.6, - COGS: 4335, - Profit: 47283.6, - Date: `09/01/2020`, - MonthName: `September`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Kensington`, - UnitsSold: 4174, - ManufacturingPrice: 3, - SalePrice: 12, - GrossSales: 50088, - Discounts: 320.52, - Sales: 49767.48, - COGS: 8013, - Profit: 41754.48, - Date: `09/01/2020`, - MonthName: `September`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Kensington`, - UnitsSold: 3736, - ManufacturingPrice: 3, - SalePrice: 350, - GrossSales: 1307600, - Discounts: 4889.5, - Sales: 1302710.5, - COGS: 363220, - Profit: 939490.5, - Date: `10/01/2020`, - MonthName: `October`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Kensington`, - UnitsSold: 1914, - ManufacturingPrice: 3, - SalePrice: 350, - GrossSales: 669900, - Discounts: 7542.5, - Sales: 662357.5, - COGS: 560300, - Profit: 102057.5, - Date: `12/01/2020`, - MonthName: `December`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Royal Oak`, - UnitsSold: 2742, - ManufacturingPrice: 5, - SalePrice: 15, - GrossSales: 41130, - Discounts: 332.1, - Sales: 40797.9, - COGS: 22140, - Profit: 18657.9, - Date: `03/01/2020`, - MonthName: `March`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Royal Oak`, - UnitsSold: 1499, - ManufacturingPrice: 5, - SalePrice: 300, - GrossSales: 449700, - Discounts: 6903, - Sales: 442797, - COGS: 575250, - Profit: 132453, - Date: `04/01/2020`, - MonthName: `April`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Royal Oak`, - UnitsSold: 3772, - ManufacturingPrice: 5, - SalePrice: 20, - GrossSales: 75440, - Discounts: 275.1, - Sales: 75164.9, - COGS: 13755, - Profit: 61409.9, - Date: `07/01/2020`, - MonthName: `July`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Royal Oak`, - UnitsSold: 1112, - ManufacturingPrice: 5, - SalePrice: 7, - GrossSales: 7784, - Discounts: 128.1, - Sales: 7655.9, - COGS: 9150, - Profit: 1494.1, - Date: `08/01/2020`, - MonthName: `August`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Vermont`, - UnitsSold: 2368, - ManufacturingPrice: 10, - SalePrice: 15, - GrossSales: 35520, - Discounts: 227.1, - Sales: 35292.9, - COGS: 15140, - Profit: 20152.9, - Date: `02/01/2020`, - MonthName: `February`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Vermont`, - UnitsSold: 1586, - ManufacturingPrice: 10, - SalePrice: 7, - GrossSales: 11102, - Discounts: 314.48, - Sales: 10787.52, - COGS: 22462.5, - Profit: 11674.98, - Date: `04/01/2020`, - MonthName: `April`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Vermont`, - UnitsSold: 3386, - ManufacturingPrice: 10, - SalePrice: 125, - GrossSales: 423250, - Discounts: 908.75, - Sales: 422341.25, - COGS: 87240, - Profit: 335101.25, - Date: `06/01/2020`, - MonthName: `June`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Vermont`, - UnitsSold: 852, - ManufacturingPrice: 10, - SalePrice: 125, - GrossSales: 106500, - Discounts: 983.75, - Sales: 105516.25, - COGS: 94440, - Profit: 11076.25, - Date: `06/01/2020`, - MonthName: `June`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Vermont`, - UnitsSold: 2783, - ManufacturingPrice: 10, - SalePrice: 125, - GrossSales: 347875, - Discounts: 2278.75, - Sales: 345596.25, - COGS: 218760, - Profit: 126836.25, - Date: `07/01/2020`, - MonthName: `July`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Vermont`, - UnitsSold: 2684, - ManufacturingPrice: 10, - SalePrice: 15, - GrossSales: 40260, - Discounts: 112.05, - Sales: 40147.95, - COGS: 7470, - Profit: 32677.95, - Date: `09/01/2020`, - MonthName: `September`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Vermont`, - UnitsSold: 4083, - ManufacturingPrice: 10, - SalePrice: 300, - GrossSales: 1224900, - Discounts: 8715, - Sales: 1216185, - COGS: 726250, - Profit: 489935, - Date: `11/01/2020`, - MonthName: `November`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Vermont`, - UnitsSold: 2816, - ManufacturingPrice: 10, - SalePrice: 350, - GrossSales: 985600, - Discounts: 7542.5, - Sales: 978057.5, - COGS: 560300, - Profit: 417757.5, - Date: `12/01/2020`, - MonthName: `December`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Burlington`, - UnitsSold: 4294, - ManufacturingPrice: 120, - SalePrice: 20, - GrossSales: 85880, - Discounts: 772.8, - Sales: 85107.2, - COGS: 38640, - Profit: 46467.2, - Date: `04/01/2020`, - MonthName: `April`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Burlington`, - UnitsSold: 2856, - ManufacturingPrice: 120, - SalePrice: 7, - GrossSales: 19992, - Discounts: 25.34, - Sales: 19966.66, - COGS: 1810, - Profit: 18156.66, - Date: `05/01/2020`, - MonthName: `May`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Burlington`, - UnitsSold: 1407, - ManufacturingPrice: 120, - SalePrice: 125, - GrossSales: 175875, - Discounts: 1153.75, - Sales: 174721.25, - COGS: 110760, - Profit: 63961.25, - Date: `08/01/2020`, - MonthName: `August`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Mandarin`, - UnitsSold: 1265, - ManufacturingPrice: 250, - SalePrice: 7, - GrossSales: 8855, - Discounts: 18.41, - Sales: 8836.59, - COGS: 1315, - Profit: 7521.59, - Date: `03/01/2020`, - MonthName: `March`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Mandarin`, - UnitsSold: 3892, - ManufacturingPrice: 250, - SalePrice: 350, - GrossSales: 1362200, - Discounts: 3302.25, - Sales: 1358897.75, - COGS: 245310, - Profit: 1113587.75, - Date: `04/01/2020`, - MonthName: `April`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Mandarin`, - UnitsSold: 3068, - ManufacturingPrice: 250, - SalePrice: 125, - GrossSales: 383500, - Discounts: 908.75, - Sales: 382591.25, - COGS: 87240, - Profit: 295351.25, - Date: `06/01/2020`, - MonthName: `June`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Mandarin`, - UnitsSold: 2181, - ManufacturingPrice: 250, - SalePrice: 125, - GrossSales: 272625, - Discounts: 983.75, - Sales: 271641.25, - COGS: 94440, - Profit: 177201.25, - Date: `06/01/2020`, - MonthName: `June`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Mandarin`, - UnitsSold: 1356, - ManufacturingPrice: 250, - SalePrice: 300, - GrossSales: 406800, - Discounts: 2958, - Sales: 403842, - COGS: 246500, - Profit: 177201.25, - Date: `06/01/2020`, - MonthName: `June`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Mandarin`, - UnitsSold: 1814, - ManufacturingPrice: 250, - SalePrice: 350, - GrossSales: 634900, - Discounts: 4889.5, - Sales: 630010.5, - COGS: 363220, - Profit: 266790.5, - Date: `10/01/2020`, - MonthName: `October`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Mandarin`, - UnitsSold: 1495, - ManufacturingPrice: 250, - SalePrice: 125, - GrossSales: 186875, - Discounts: 2180, - Sales: 184695, - COGS: 209280, - Profit: 24585, - Date: `11/01/2020`, - MonthName: `November`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Kensington`, - UnitsSold: 1463, - ManufacturingPrice: 3, - SalePrice: 125, - GrossSales: 182875, - Discounts: 1856.25, - Sales: 181018.75, - COGS: 89100, - Profit: 91918.75, - Date: `04/01/2020`, - MonthName: `April`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Kensington`, - UnitsSold: 215, - ManufacturingPrice: 3, - SalePrice: 12, - GrossSales: 2580, - Discounts: 310.8, - Sales: 2269.2, - COGS: 3885, - Profit: 1615.8, - Date: `10/01/2020`, - MonthName: `October`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Kensington`, - UnitsSold: 566, - ManufacturingPrice: 3, - SalePrice: 350, - GrossSales: 198100, - Discounts: 19964, - Sales: 178136, - COGS: 741520, - Profit: 563384, - Date: `12/01/2020`, - MonthName: `December`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Royal Oak`, - UnitsSold: 3255, - ManufacturingPrice: 5, - SalePrice: 12, - GrossSales: 39060, - Discounts: 274.08, - Sales: 38785.92, - COGS: 3426, - Profit: 35359.92, - Date: `06/01/2020`, - MonthName: `June`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Royal Oak`, - UnitsSold: 772, - ManufacturingPrice: 5, - SalePrice: 20, - GrossSales: 15440, - Discounts: 626.4, - Sales: 14813.6, - COGS: 15660, - Profit: 846.4, - Date: `10/01/2020`, - MonthName: `October`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Royal Oak`, - UnitsSold: 1135, - ManufacturingPrice: 5, - SalePrice: 12, - GrossSales: 13620, - Discounts: 165.6, - Sales: 13454.4, - COGS: 2070, - Profit: 11384.4, - Date: `11/01/2020`, - MonthName: `November`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Vermont`, - UnitsSold: 1193, - ManufacturingPrice: 10, - SalePrice: 15, - GrossSales: 17895, - Discounts: 708.9, - Sales: 17186.1, - COGS: 23630, - Profit: 6443.9, - Date: `02/01/2020`, - MonthName: `February`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Vermont`, - UnitsSold: 2530, - ManufacturingPrice: 10, - SalePrice: 300, - GrossSales: 759000, - Discounts: 5508, - Sales: 753492, - COGS: 229500, - Profit: 523992, - Date: `05/01/2020`, - MonthName: `May`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Vermont`, - UnitsSold: 3451, - ManufacturingPrice: 10, - SalePrice: 300, - GrossSales: 1035300, - Discounts: 10368, - Sales: 1024932, - COGS: 432000, - Profit: 592932, - Date: `05/01/2020`, - MonthName: `May`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Vermont`, - UnitsSold: 3059, - ManufacturingPrice: 10, - SalePrice: 12, - GrossSales: 36708, - Discounts: 274.08, - Sales: 36433.92, - COGS: 3426, - Profit: 33007.92, - Date: `06/01/2020`, - MonthName: `June`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Vermont`, - UnitsSold: 3957, - ManufacturingPrice: 10, - SalePrice: 125, - GrossSales: 494625, - Discounts: 1655, - Sales: 492970, - COGS: 79440, - Profit: 413530, - Date: `06/01/2020`, - MonthName: `June`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Vermont`, - UnitsSold: 3444, - ManufacturingPrice: 10, - SalePrice: 12, - GrossSales: 41328, - Discounts: 310.8, - Sales: 41017.2, - COGS: 3885, - Profit: 37132.2, - Date: `10/01/2020`, - MonthName: `October`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Vermont`, - UnitsSold: 3154, - ManufacturingPrice: 10, - SalePrice: 300, - GrossSales: 946200, - Discounts: 11496, - Sales: 934704, - COGS: 479000, - Profit: 455704, - Date: `12/01/2020`, - MonthName: `December`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Vermont`, - UnitsSold: 4108, - ManufacturingPrice: 10, - SalePrice: 350, - GrossSales: 1437800, - Discounts: 19964, - Sales: 1417836, - COGS: 741520, - Profit: 676316, - Date: `12/01/2020`, - MonthName: `December`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Vermont`, - UnitsSold: 3760, - ManufacturingPrice: 10, - SalePrice: 125, - GrossSales: 470000, - Discounts: 6822.5, - Sales: 463177.5, - COGS: 327480, - Profit: 135697.5, - Date: `12/01/2020`, - MonthName: `December`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Vermont`, - UnitsSold: 2334, - ManufacturingPrice: 10, - SalePrice: 12, - GrossSales: 28008, - Discounts: 253.2, - Sales: 27754.8, - COGS: 3165, - Profit: 24589.8, - Date: `12/01/2020`, - MonthName: `December`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Vermont`, - UnitsSold: 580, - ManufacturingPrice: 10, - SalePrice: 12, - GrossSales: 6960, - Discounts: 260.16, - Sales: 6699.84, - COGS: 3252, - Profit: 3447.84, - Date: `12/01/2020`, - MonthName: `December`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Burlington`, - UnitsSold: 2610, - ManufacturingPrice: 120, - SalePrice: 20, - GrossSales: 52200, - Discounts: 626.4, - Sales: 51573.6, - COGS: 15660, - Profit: 35913.6, - Date: `10/01/2020`, - MonthName: `October`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Burlington`, - UnitsSold: 1459, - ManufacturingPrice: 120, - SalePrice: 350, - GrossSales: 510650, - Discounts: 20139, - Sales: 490511, - COGS: 748020, - Profit: 257509, - Date: `10/01/2020`, - MonthName: `October`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Burlington`, - UnitsSold: 3774, - ManufacturingPrice: 120, - SalePrice: 12, - GrossSales: 45288, - Discounts: 253.2, - Sales: 45034.8, - COGS: 3165, - Profit: 41869.8, - Date: `12/01/2020`, - MonthName: `December`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Burlington`, - UnitsSold: 2572, - ManufacturingPrice: 120, - SalePrice: 12, - GrossSales: 30864, - Discounts: 260.16, - Sales: 30603.84, - COGS: 3252, - Profit: 27351.84, - Date: `12/01/2020`, - MonthName: `December`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Mandarin`, - UnitsSold: 320, - ManufacturingPrice: 250, - SalePrice: 125, - GrossSales: 40000, - Discounts: 1655, - Sales: 38345, - COGS: 79440, - Profit: 41095, - Date: `06/01/2020`, - MonthName: `June`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Mandarin`, - UnitsSold: 3275, - ManufacturingPrice: 250, - SalePrice: 350, - GrossSales: 1146250, - Discounts: 20139, - Sales: 1126111, - COGS: 748020, - Profit: 378091, - Date: `10/01/2020`, - MonthName: `October`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Mandarin`, - UnitsSold: 3582, - ManufacturingPrice: 250, - SalePrice: 125, - GrossSales: 447750, - Discounts: 6822.5, - Sales: 440927.5, - COGS: 327480, - Profit: 113447.5, - Date: `12/01/2020`, - MonthName: `December`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Luxe`, - UnitsSold: 4056, - ManufacturingPrice: 260, - SalePrice: 300, - GrossSales: 1216800, - Discounts: 1554, - Sales: 1215246, - COGS: 64750, - Profit: 1150496, - Date: `03/01/2020`, - MonthName: `March`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Luxe`, - UnitsSold: 2144, - ManufacturingPrice: 260, - SalePrice: 300, - GrossSales: 643200, - Discounts: 6606, - Sales: 636594, - COGS: 275250, - Profit: 361344, - Date: `03/01/2020`, - MonthName: `March`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Luxe`, - UnitsSold: 3502, - ManufacturingPrice: 260, - SalePrice: 125, - GrossSales: 437750, - Discounts: 5690, - Sales: 432060, - COGS: 273120, - Profit: 158940, - Date: `05/01/2020`, - MonthName: `May`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Luxe`, - UnitsSold: 679, - ManufacturingPrice: 260, - SalePrice: 20, - GrossSales: 13580, - Discounts: 494.4, - Sales: 13085.6, - COGS: 12360, - Profit: 725.6, - Date: `11/01/2020`, - MonthName: `November`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Luxe`, - UnitsSold: 2351, - ManufacturingPrice: 260, - SalePrice: 20, - GrossSales: 47020, - Discounts: 376.4, - Sales: 46643.6, - COGS: 9410, - Profit: 37233.6, - Date: `11/01/2020`, - MonthName: `November`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Luxe`, - UnitsSold: 2043, - ManufacturingPrice: 260, - SalePrice: 300, - GrossSales: 612900, - Discounts: 11496, - Sales: 601404, - COGS: 479000, - Profit: 122404, - Date: `12/01/2020`, - MonthName: `December`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Kensington`, - UnitsSold: 3565, - ManufacturingPrice: 3, - SalePrice: 125, - GrossSales: 445625, - Discounts: 15913.13, - Sales: 429711.88, - COGS: 509220, - Profit: 79508.13, - Date: `04/01/2020`, - MonthName: `April`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Kensington`, - UnitsSold: 1401, - ManufacturingPrice: 3, - SalePrice: 20, - GrossSales: 28020, - Discounts: 1548, - Sales: 26472, - COGS: 25800, - Profit: 672, - Date: `04/01/2020`, - MonthName: `April`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Kensington`, - UnitsSold: 2077, - ManufacturingPrice: 3, - SalePrice: 300, - GrossSales: 623100, - Discounts: 6201, - Sales: 616899, - COGS: 172250, - Profit: 444649, - Date: `06/01/2020`, - MonthName: `June`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Kensington`, - UnitsSold: 3643, - ManufacturingPrice: 3, - SalePrice: 12, - GrossSales: 43716, - Discounts: 700.92, - Sales: 43015.08, - COGS: 5841, - Profit: 37174.08, - Date: `09/01/2020`, - MonthName: `September`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Royal Oak`, - UnitsSold: 2960, - ManufacturingPrice: 5, - SalePrice: 7, - GrossSales: 20720, - Discounts: 411.18, - Sales: 20308.82, - COGS: 9790, - Profit: 10518.82, - Date: `02/01/2020`, - MonthName: `February`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Royal Oak`, - UnitsSold: 1201, - ManufacturingPrice: 5, - SalePrice: 12, - GrossSales: 14412, - Discounts: 684.36, - Sales: 13727.64, - COGS: 5703, - Profit: 8024.64, - Date: `06/01/2020`, - MonthName: `June`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Royal Oak`, - UnitsSold: 2321, - ManufacturingPrice: 5, - SalePrice: 7, - GrossSales: 16247, - Discounts: 114.24, - Sales: 16132.76, - COGS: 2720, - Profit: 13412.76, - Date: `09/01/2020`, - MonthName: `September`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Royal Oak`, - UnitsSold: 3972, - ManufacturingPrice: 5, - SalePrice: 125, - GrossSales: 496500, - Discounts: 4826.25, - Sales: 491673.75, - COGS: 154440, - Profit: 337233.75, - Date: `12/01/2020`, - MonthName: `December`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Royal Oak`, - UnitsSold: 3878, - ManufacturingPrice: 5, - SalePrice: 125, - GrossSales: 484750, - Discounts: 6397.5, - Sales: 478352.5, - COGS: 204720, - Profit: 273632.5, - Date: `12/01/2020`, - MonthName: `December`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Vermont`, - UnitsSold: 2278, - ManufacturingPrice: 10, - SalePrice: 300, - GrossSales: 683400, - Discounts: 21910.5, - Sales: 661489.5, - COGS: 608625, - Profit: 52864.5, - Date: `01/01/2020`, - MonthName: `January`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Vermont`, - UnitsSold: 1075, - ManufacturingPrice: 10, - SalePrice: 125, - GrossSales: 134375, - Discounts: 6652.5, - Sales: 127722.5, - COGS: 212880, - Profit: 85157.5, - Date: `03/01/2020`, - MonthName: `March`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Vermont`, - UnitsSold: 4050, - ManufacturingPrice: 10, - SalePrice: 12, - GrossSales: 48600, - Discounts: 684.36, - Sales: 47915.64, - COGS: 5703, - Profit: 42212.64, - Date: `06/01/2020`, - MonthName: `June`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Vermont`, - UnitsSold: 3035, - ManufacturingPrice: 10, - SalePrice: 300, - GrossSales: 910500, - Discounts: 6201, - Sales: 904299, - COGS: 172250, - Profit: 732049, - Date: `06/01/2020`, - MonthName: `June`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Vermont`, - UnitsSold: 3636, - ManufacturingPrice: 10, - SalePrice: 125, - GrossSales: 454500, - Discounts: 5887.5, - Sales: 448612.5, - COGS: 188400, - Profit: 260212.5, - Date: `06/01/2020`, - MonthName: `June`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Vermont`, - UnitsSold: 1379, - ManufacturingPrice: 10, - SalePrice: 12, - GrossSales: 16548, - Discounts: 493.02, - Sales: 16054.98, - COGS: 4108.5, - Profit: 11946.48, - Date: `07/01/2020`, - MonthName: `July`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Vermont`, - UnitsSold: 4492, - ManufacturingPrice: 10, - SalePrice: 125, - GrossSales: 561500, - Discounts: 7533.75, - Sales: 553966.25, - COGS: 241080, - Profit: 312886.25, - Date: `10/01/2020`, - MonthName: `October`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Vermont`, - UnitsSold: 1744, - ManufacturingPrice: 10, - SalePrice: 125, - GrossSales: 218000, - Discounts: 4826.25, - Sales: 213173.75, - COGS: 154440, - Profit: 58733.75, - Date: `12/01/2020`, - MonthName: `December`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Vermont`, - UnitsSold: 2341, - ManufacturingPrice: 10, - SalePrice: 125, - GrossSales: 292625, - Discounts: 6397.5, - Sales: 286227.5, - COGS: 204720, - Profit: 81507.5, - Date: `12/01/2020`, - MonthName: `December`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Burlington`, - UnitsSold: 3835, - ManufacturingPrice: 120, - SalePrice: 125, - GrossSales: 479375, - Discounts: 7533.75, - Sales: 471841.25, - COGS: 241080, - Profit: 230761.25, - Date: `10/01/2020`, - MonthName: `October`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Mandarin`, - UnitsSold: 1161, - ManufacturingPrice: 250, - SalePrice: 300, - GrossSales: 348300, - Discounts: 25596, - Sales: 322704, - COGS: 711000, - Profit: 388296, - Date: `02/01/2020`, - MonthName: `February`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Mandarin`, - UnitsSold: 876, - ManufacturingPrice: 250, - SalePrice: 12, - GrossSales: 10512, - Discounts: 689.76, - Sales: 9822.24, - COGS: 5748, - Profit: 4074.24, - Date: `04/01/2020`, - MonthName: `April`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Mandarin`, - UnitsSold: 1705, - ManufacturingPrice: 250, - SalePrice: 125, - GrossSales: 213125, - Discounts: 5887.5, - Sales: 207237.5, - COGS: 188400, - Profit: 18837.5, - Date: `06/01/2020`, - MonthName: `June`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Mandarin`, - UnitsSold: 1805, - ManufacturingPrice: 250, - SalePrice: 300, - GrossSales: 541500, - Discounts: 16866, - Sales: 524634, - COGS: 468500, - Profit: 56134, - Date: `08/01/2020`, - MonthName: `August`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Mandarin`, - UnitsSold: 389, - ManufacturingPrice: 250, - SalePrice: 350, - GrossSales: 136150, - Discounts: 17241, - Sales: 118909, - COGS: 426920, - Profit: 308011, - Date: `08/01/2020`, - MonthName: `August`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Kensington`, - UnitsSold: 1459, - ManufacturingPrice: 3, - SalePrice: 20, - GrossSales: 29180, - Discounts: 498.6, - Sales: 28681.4, - COGS: 8310, - Profit: 20371.4, - Date: `05/01/2020`, - MonthName: `May`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Burlington`, - UnitsSold: 4236, - ManufacturingPrice: 120, - SalePrice: 20, - GrossSales: 84720, - Discounts: 2310.3, - Sales: 82409.7, - COGS: 38505, - Profit: 43904.7, - Date: `04/01/2020`, - MonthName: `April`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Mandarin`, - UnitsSold: 3627, - ManufacturingPrice: 250, - SalePrice: 12, - GrossSales: 43524, - Discounts: 892.44, - Sales: 42631.56, - COGS: 7437, - Profit: 35194.56, - Date: `01/01/2020`, - MonthName: `January`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Royal Oak`, - UnitsSold: 1756, - ManufacturingPrice: 5, - SalePrice: 15, - GrossSales: 26340, - Discounts: 1218.6, - Sales: 25121.4, - COGS: 20310, - Profit: 4811.4, - Date: `10/01/2020`, - MonthName: `October`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Vermont`, - UnitsSold: 307, - ManufacturingPrice: 10, - SalePrice: 15, - GrossSales: 4605, - Discounts: 1218.6, - Sales: 3386.4, - COGS: 20310, - Profit: 16923.6, - Date: `10/01/2020`, - MonthName: `October`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Kensington`, - UnitsSold: 1222, - ManufacturingPrice: 3, - SalePrice: 300, - GrossSales: 366600, - Discounts: 24252, - Sales: 342348, - COGS: 505250, - Profit: 162902, - Date: `10/01/2020`, - MonthName: `October`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Kensington`, - UnitsSold: 489, - ManufacturingPrice: 3, - SalePrice: 350, - GrossSales: 171150, - Discounts: 3836, - Sales: 167314, - COGS: 71240, - Profit: 96074, - Date: `12/01/2020`, - MonthName: `December`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Royal Oak`, - UnitsSold: 4133, - ManufacturingPrice: 5, - SalePrice: 15, - GrossSales: 61995, - Discounts: 1180.2, - Sales: 60814.8, - COGS: 19670, - Profit: 41144.8, - Date: `03/01/2020`, - MonthName: `March`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Royal Oak`, - UnitsSold: 2743, - ManufacturingPrice: 5, - SalePrice: 300, - GrossSales: 822900, - Discounts: 22308, - Sales: 800592, - COGS: 464750, - Profit: 335842, - Date: `08/01/2020`, - MonthName: `August`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Royal Oak`, - UnitsSold: 4460, - ManufacturingPrice: 5, - SalePrice: 300, - GrossSales: 1338000, - Discounts: 24252, - Sales: 1313748, - COGS: 505250, - Profit: 808498, - Date: `10/01/2020`, - MonthName: `October`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Royal Oak`, - UnitsSold: 1232, - ManufacturingPrice: 5, - SalePrice: 125, - GrossSales: 154000, - Discounts: 5690, - Sales: 148310, - COGS: 136560, - Profit: 11750, - Date: `12/01/2020`, - MonthName: `December`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Vermont`, - UnitsSold: 2586, - ManufacturingPrice: 10, - SalePrice: 7, - GrossSales: 18102, - Discounts: 1190.28, - Sales: 16911.72, - COGS: 21255, - Profit: 4343.28, - Date: `01/01/2020`, - MonthName: `January`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Vermont`, - UnitsSold: 1332, - ManufacturingPrice: 10, - SalePrice: 125, - GrossSales: 166500, - Discounts: 3975, - Sales: 162525, - COGS: 95400, - Profit: 67125, - Date: `03/01/2020`, - MonthName: `March`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Vermont`, - UnitsSold: 4487, - ManufacturingPrice: 10, - SalePrice: 300, - GrossSales: 1346100, - Discounts: 16974, - Sales: 1329126, - COGS: 353625, - Profit: 975501, - Date: `04/01/2020`, - MonthName: `April`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Vermont`, - UnitsSold: 3862, - ManufacturingPrice: 10, - SalePrice: 300, - GrossSales: 1158600, - Discounts: 35016, - Sales: 1123584, - COGS: 729500, - Profit: 394084, - Date: `05/01/2020`, - MonthName: `May`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Vermont`, - UnitsSold: 1765, - ManufacturingPrice: 10, - SalePrice: 350, - GrossSales: 617750, - Discounts: 48300, - Sales: 569450, - COGS: 897000, - Profit: 327550, - Date: `07/01/2020`, - MonthName: `July`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Vermont`, - UnitsSold: 3533, - ManufacturingPrice: 10, - SalePrice: 125, - GrossSales: 441625, - Discounts: 14940, - Sales: 426685, - COGS: 358560, - Profit: 68125, - Date: `07/01/2020`, - MonthName: `July`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Vermont`, - UnitsSold: 2016, - ManufacturingPrice: 10, - SalePrice: 15, - GrossSales: 30240, - Discounts: 130.8, - Sales: 30109.2, - COGS: 2180, - Profit: 27929.2, - Date: `09/01/2020`, - MonthName: `September`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Vermont`, - UnitsSold: 2938, - ManufacturingPrice: 10, - SalePrice: 20, - GrossSales: 58760, - Discounts: 1659.2, - Sales: 57100.8, - COGS: 20740, - Profit: 36360.8, - Date: `09/01/2020`, - MonthName: `September`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Vermont`, - UnitsSold: 3352, - ManufacturingPrice: 10, - SalePrice: 20, - GrossSales: 67040, - Discounts: 844.8, - Sales: 66195.2, - COGS: 10560, - Profit: 55635.2, - Date: `09/01/2020`, - MonthName: `September`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Vermont`, - UnitsSold: 2430, - ManufacturingPrice: 10, - SalePrice: 350, - GrossSales: 850500, - Discounts: 3836, - Sales: 846664, - COGS: 71240, - Profit: 775424, - Date: `12/01/2020`, - MonthName: `December`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Vermont`, - UnitsSold: 535, - ManufacturingPrice: 10, - SalePrice: 125, - GrossSales: 66875, - Discounts: 5690, - Sales: 61185, - COGS: 136560, - Profit: 75375, - Date: `12/01/2020`, - MonthName: `December`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Burlington`, - UnitsSold: 1523, - ManufacturingPrice: 120, - SalePrice: 12, - GrossSales: 18276, - Discounts: 703.2, - Sales: 17572.8, - COGS: 4395, - Profit: 13177.8, - Date: `03/01/2020`, - MonthName: `March`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Burlington`, - UnitsSold: 1782, - ManufacturingPrice: 120, - SalePrice: 350, - GrossSales: 623700, - Discounts: 30478, - Sales: 593222, - COGS: 566020, - Profit: 27202, - Date: `10/01/2020`, - MonthName: `October`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Mandarin`, - UnitsSold: 347, - ManufacturingPrice: 250, - SalePrice: 12, - GrossSales: 4164, - Discounts: 415.68, - Sales: 3748.32, - COGS: 2598, - Profit: 1150.32, - Date: `05/01/2020`, - MonthName: `May`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Mandarin`, - UnitsSold: 3509, - ManufacturingPrice: 250, - SalePrice: 350, - GrossSales: 1228150, - Discounts: 30478, - Sales: 1197672, - COGS: 566020, - Profit: 631652, - Date: `10/01/2020`, - MonthName: `October`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Luxe`, - UnitsSold: 2943, - ManufacturingPrice: 260, - SalePrice: 350, - GrossSales: 1030050, - Discounts: 26110, - Sales: 1003940, - COGS: 484900, - Profit: 519040, - Date: `02/01/2020`, - MonthName: `February`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Luxe`, - UnitsSold: 4037, - ManufacturingPrice: 260, - SalePrice: 125, - GrossSales: 504625, - Discounts: 5370, - Sales: 499255, - COGS: 128880, - Profit: 370375, - Date: `04/01/2020`, - MonthName: `April`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Luxe`, - UnitsSold: 4146, - ManufacturingPrice: 260, - SalePrice: 350, - GrossSales: 1451100, - Discounts: 26698, - Sales: 1424402, - COGS: 495820, - Profit: 928582, - Date: `09/01/2020`, - MonthName: `September`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Vermont`, - UnitsSold: 725, - ManufacturingPrice: 10, - SalePrice: 7, - GrossSales: 5075, - Discounts: 480.2, - Sales: 4594.8, - COGS: 6860, - Profit: 2265.2, - Date: `01/01/2020`, - MonthName: `January`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Vermont`, - UnitsSold: 2325, - ManufacturingPrice: 10, - SalePrice: 7, - GrossSales: 16275, - Discounts: 941.15, - Sales: 15333.85, - COGS: 13445, - Profit: 1888.85, - Date: `10/01/2020`, - MonthName: `October`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Vermont`, - UnitsSold: 675, - ManufacturingPrice: 10, - SalePrice: 12, - GrossSales: 8100, - Discounts: 1458.6, - Sales: 6641.4, - COGS: 7293, - Profit: 651.6, - Date: `12/01/2020`, - MonthName: `December`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Burlington`, - UnitsSold: 2990, - ManufacturingPrice: 120, - SalePrice: 12, - GrossSales: 35880, - Discounts: 1458.6, - Sales: 34421.4, - COGS: 7293, - Profit: 27128.4, - Date: `12/01/2020`, - MonthName: `December`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Mandarin`, - UnitsSold: 1072, - ManufacturingPrice: 250, - SalePrice: 7, - GrossSales: 7504, - Discounts: 941.15, - Sales: 6562.85, - COGS: 13445, - Profit: 6882.15, - Date: `10/01/2020`, - MonthName: `October`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Luxe`, - UnitsSold: 1048, - ManufacturingPrice: 260, - SalePrice: 7, - GrossSales: 7336, - Discounts: 589.05, - Sales: 6746.95, - COGS: 8415, - Profit: 1668.05, - Date: `07/01/2020`, - MonthName: `July`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Luxe`, - UnitsSold: 469, - ManufacturingPrice: 260, - SalePrice: 12, - GrossSales: 5628, - Discounts: 673.8, - Sales: 4954.2, - COGS: 3369, - Profit: 1585.2, - Date: `08/01/2020`, - MonthName: `August`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Kensington`, - UnitsSold: 4240, - ManufacturingPrice: 3, - SalePrice: 12, - GrossSales: 50880, - Discounts: 1119, - Sales: 49761, - COGS: 5595, - Profit: 44166, - Date: `02/01/2020`, - MonthName: `February`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Kensington`, - UnitsSold: 1976, - ManufacturingPrice: 3, - SalePrice: 12, - GrossSales: 23712, - Discounts: 669.6, - Sales: 23042.4, - COGS: 3348, - Profit: 19694.4, - Date: `02/01/2020`, - MonthName: `February`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Kensington`, - UnitsSold: 1984, - ManufacturingPrice: 3, - SalePrice: 20, - GrossSales: 39680, - Discounts: 1563, - Sales: 38117, - COGS: 15630, - Profit: 22487, - Date: `05/01/2020`, - MonthName: `May`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Kensington`, - UnitsSold: 480, - ManufacturingPrice: 3, - SalePrice: 300, - GrossSales: 144000, - Discounts: 14865, - Sales: 129135, - COGS: 247750, - Profit: 118615, - Date: `06/01/2020`, - MonthName: `June`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Kensington`, - UnitsSold: 1205, - ManufacturingPrice: 3, - SalePrice: 15, - GrossSales: 18075, - Discounts: 2093.25, - Sales: 15981.75, - COGS: 27910, - Profit: 11928.25, - Date: `11/01/2020`, - MonthName: `November`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Kensington`, - UnitsSold: 2480, - ManufacturingPrice: 3, - SalePrice: 7, - GrossSales: 17360, - Discounts: 199.5, - Sales: 17160.5, - COGS: 2850, - Profit: 14310.5, - Date: `12/01/2020`, - MonthName: `December`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Kensington`, - UnitsSold: 2926, - ManufacturingPrice: 3, - SalePrice: 7, - GrossSales: 20482, - Discounts: 870.45, - Sales: 19611.55, - COGS: 12435, - Profit: 7176.55, - Date: `12/01/2020`, - MonthName: `December`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Royal Oak`, - UnitsSold: 3210, - ManufacturingPrice: 5, - SalePrice: 350, - GrossSales: 1123500, - Discounts: 24228.75, - Sales: 1099271.25, - COGS: 359970, - Profit: 739301.25, - Date: `01/01/2020`, - MonthName: `January`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Royal Oak`, - UnitsSold: 3221, - ManufacturingPrice: 5, - SalePrice: 125, - GrossSales: 402625, - Discounts: 22668.75, - Sales: 379956.25, - COGS: 435240, - Profit: 55283.75, - Date: `07/01/2020`, - MonthName: `July`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Royal Oak`, - UnitsSold: 1127, - ManufacturingPrice: 5, - SalePrice: 12, - GrossSales: 13524, - Discounts: 1405.2, - Sales: 12118.8, - COGS: 7026, - Profit: 5092.8, - Date: `11/01/2020`, - MonthName: `November`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Vermont`, - UnitsSold: 1610, - ManufacturingPrice: 10, - SalePrice: 20, - GrossSales: 32200, - Discounts: 1303, - Sales: 30897, - COGS: 13030, - Profit: 17867, - Date: `02/01/2020`, - MonthName: `February`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Vermont`, - UnitsSold: 4100, - ManufacturingPrice: 10, - SalePrice: 125, - GrossSales: 512500, - Discounts: 18700, - Sales: 493800, - COGS: 359040, - Profit: 134760, - Date: `03/01/2020`, - MonthName: `March`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Vermont`, - UnitsSold: 1012, - ManufacturingPrice: 10, - SalePrice: 125, - GrossSales: 126500, - Discounts: 14906.25, - Sales: 111593.75, - COGS: 286200, - Profit: 174606.25, - Date: `03/01/2020`, - MonthName: `March`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Vermont`, - UnitsSold: 3337, - ManufacturingPrice: 10, - SalePrice: 300, - GrossSales: 1001100, - Discounts: 24105, - Sales: 976995, - COGS: 401750, - Profit: 575245, - Date: `04/01/2020`, - MonthName: `April`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Vermont`, - UnitsSold: 3955, - ManufacturingPrice: 10, - SalePrice: 7, - GrossSales: 27685, - Discounts: 814.45, - Sales: 26870.55, - COGS: 11635, - Profit: 15235.55, - Date: `05/01/2020`, - MonthName: `May`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Vermont`, - UnitsSold: 4347, - ManufacturingPrice: 10, - SalePrice: 300, - GrossSales: 1304100, - Discounts: 14865, - Sales: 1289235, - COGS: 247750, - Profit: 1041485, - Date: `06/01/2020`, - MonthName: `June`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Vermont`, - UnitsSold: 1548, - ManufacturingPrice: 10, - SalePrice: 350, - GrossSales: 541800, - Discounts: 10535, - Sales: 531265, - COGS: 156520, - Profit: 374745, - Date: `06/01/2020`, - MonthName: `June`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Vermont`, - UnitsSold: 2153, - ManufacturingPrice: 10, - SalePrice: 15, - GrossSales: 32295, - Discounts: 1965, - Sales: 30330, - COGS: 26200, - Profit: 4130, - Date: `09/01/2020`, - MonthName: `September`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Vermont`, - UnitsSold: 4126, - ManufacturingPrice: 10, - SalePrice: 125, - GrossSales: 515750, - Discounts: 5381.25, - Sales: 510368.75, - COGS: 103320, - Profit: 407048.75, - Date: `10/01/2020`, - MonthName: `October`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Vermont`, - UnitsSold: 3376, - ManufacturingPrice: 10, - SalePrice: 20, - GrossSales: 67520, - Discounts: 2663, - Sales: 64857, - COGS: 26630, - Profit: 38227, - Date: `12/01/2020`, - MonthName: `December`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Burlington`, - UnitsSold: 2244, - ManufacturingPrice: 120, - SalePrice: 15, - GrossSales: 33660, - Discounts: 416.25, - Sales: 33243.75, - COGS: 5550, - Profit: 27693.75, - Date: `01/01/2020`, - MonthName: `January`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Burlington`, - UnitsSold: 1360, - ManufacturingPrice: 120, - SalePrice: 15, - GrossSales: 20400, - Discounts: 2145.75, - Sales: 18254.25, - COGS: 28610, - Profit: 10355.75, - Date: `01/01/2020`, - MonthName: `January`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Burlington`, - UnitsSold: 279, - ManufacturingPrice: 120, - SalePrice: 125, - GrossSales: 34875, - Discounts: 5043.75, - Sales: 29831.25, - COGS: 96840, - Profit: 67008.75, - Date: `02/01/2020`, - MonthName: `February`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Burlington`, - UnitsSold: 2521, - ManufacturingPrice: 120, - SalePrice: 350, - GrossSales: 882350, - Discounts: 10535, - Sales: 871815, - COGS: 156520, - Profit: 715295, - Date: `06/01/2020`, - MonthName: `June`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Burlington`, - UnitsSold: 2433, - ManufacturingPrice: 120, - SalePrice: 20, - GrossSales: 48660, - Discounts: 2832, - Sales: 45828, - COGS: 28320, - Profit: 17508, - Date: `08/01/2020`, - MonthName: `August`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Burlington`, - UnitsSold: 1738, - ManufacturingPrice: 120, - SalePrice: 20, - GrossSales: 34760, - Discounts: 1579, - Sales: 33181, - COGS: 15790, - Profit: 17391, - Date: `08/01/2020`, - MonthName: `August`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Burlington`, - UnitsSold: 1106, - ManufacturingPrice: 120, - SalePrice: 125, - GrossSales: 138250, - Discounts: 5381.25, - Sales: 132868.75, - COGS: 103320, - Profit: 29548.75, - Date: `10/01/2020`, - MonthName: `October`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Burlington`, - UnitsSold: 213, - ManufacturingPrice: 120, - SalePrice: 300, - GrossSales: 63900, - Discounts: 18750, - Sales: 45150, - COGS: 312500, - Profit: 267350, - Date: `12/01/2020`, - MonthName: `December`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Mandarin`, - UnitsSold: 2929, - ManufacturingPrice: 250, - SalePrice: 20, - GrossSales: 58580, - Discounts: 2663, - Sales: 55917, - COGS: 26630, - Profit: 29287, - Date: `12/01/2020`, - MonthName: `December`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Mandarin`, - UnitsSold: 2389, - ManufacturingPrice: 250, - SalePrice: 7, - GrossSales: 16723, - Discounts: 199.5, - Sales: 16523.5, - COGS: 2850, - Profit: 13673.5, - Date: `12/01/2020`, - MonthName: `December`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Mandarin`, - UnitsSold: 3086, - ManufacturingPrice: 250, - SalePrice: 7, - GrossSales: 21602, - Discounts: 870.45, - Sales: 20731.55, - COGS: 12435, - Profit: 8296.55, - Date: `12/01/2020`, - MonthName: `December`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Luxe`, - UnitsSold: 745, - ManufacturingPrice: 260, - SalePrice: 350, - GrossSales: 260750, - Discounts: 23625, - Sales: 237125, - COGS: 351000, - Profit: 113875, - Date: `02/01/2020`, - MonthName: `February`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Luxe`, - UnitsSold: 1266, - ManufacturingPrice: 260, - SalePrice: 350, - GrossSales: 443100, - Discounts: 9660, - Sales: 433440, - COGS: 143520, - Profit: 289920, - Date: `08/01/2020`, - MonthName: `August`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Luxe`, - UnitsSold: 4287, - ManufacturingPrice: 260, - SalePrice: 300, - GrossSales: 1286100, - Discounts: 18750, - Sales: 1267350, - COGS: 312500, - Profit: 954850, - Date: `12/01/2020`, - MonthName: `December`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Vermont`, - UnitsSold: 3193, - ManufacturingPrice: 10, - SalePrice: 15, - GrossSales: 47895, - Discounts: 3420.9, - Sales: 44474.1, - COGS: 38010, - Profit: 6464.1, - Date: `04/01/2020`, - MonthName: `April`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Kensington`, - UnitsSold: 1967, - ManufacturingPrice: 3, - SalePrice: 20, - GrossSales: 39340, - Discounts: 1341, - Sales: 37999, - COGS: 11175, - Profit: 26824, - Date: `01/01/2020`, - MonthName: `January`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Kensington`, - UnitsSold: 631, - ManufacturingPrice: 3, - SalePrice: 15, - GrossSales: 9465, - Discounts: 2559.6, - Sales: 6905.4, - COGS: 28440, - Profit: 21534.6, - Date: `06/01/2020`, - MonthName: `June`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Kensington`, - UnitsSold: 3469, - ManufacturingPrice: 3, - SalePrice: 12, - GrossSales: 41628, - Discounts: 404.64, - Sales: 41223.36, - COGS: 1686, - Profit: 39537.36, - Date: `09/01/2020`, - MonthName: `September`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Kensington`, - UnitsSold: 3215, - ManufacturingPrice: 3, - SalePrice: 15, - GrossSales: 48225, - Discounts: 1827, - Sales: 46398, - COGS: 20300, - Profit: 26098, - Date: `11/01/2020`, - MonthName: `November`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Royal Oak`, - UnitsSold: 1959, - ManufacturingPrice: 5, - SalePrice: 350, - GrossSales: 685650, - Discounts: 20580, - Sales: 665070, - COGS: 254800, - Profit: 410270, - Date: `04/01/2020`, - MonthName: `April`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Royal Oak`, - UnitsSold: 2181, - ManufacturingPrice: 5, - SalePrice: 350, - GrossSales: 763350, - Discounts: 30660, - Sales: 732690, - COGS: 379600, - Profit: 353090, - Date: `05/01/2020`, - MonthName: `May`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Royal Oak`, - UnitsSold: 2205, - ManufacturingPrice: 5, - SalePrice: 12, - GrossSales: 26460, - Discounts: 1960.56, - Sales: 24499.44, - COGS: 8169, - Profit: 16330.44, - Date: `11/01/2020`, - MonthName: `November`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Vermont`, - UnitsSold: 1890, - ManufacturingPrice: 10, - SalePrice: 350, - GrossSales: 661500, - Discounts: 31416, - Sales: 630084, - COGS: 388960, - Profit: 241124, - Date: `06/01/2020`, - MonthName: `June`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Burlington`, - UnitsSold: 2417, - ManufacturingPrice: 120, - SalePrice: 125, - GrossSales: 302125, - Discounts: 7140, - Sales: 294985, - COGS: 114240, - Profit: 180745, - Date: `02/01/2020`, - MonthName: `February`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Burlington`, - UnitsSold: 1158, - ManufacturingPrice: 120, - SalePrice: 125, - GrossSales: 144750, - Discounts: 20662.5, - Sales: 124087.5, - COGS: 330600, - Profit: 206512.5, - Date: `02/01/2020`, - MonthName: `February`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Burlington`, - UnitsSold: 803, - ManufacturingPrice: 120, - SalePrice: 15, - GrossSales: 12045, - Discounts: 1377, - Sales: 10668, - COGS: 15300, - Profit: 4632, - Date: `05/01/2020`, - MonthName: `May`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Burlington`, - UnitsSold: 3705, - ManufacturingPrice: 120, - SalePrice: 350, - GrossSales: 1296750, - Discounts: 31416, - Sales: 1265334, - COGS: 388960, - Profit: 876374, - Date: `06/01/2020`, - MonthName: `June`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Burlington`, - UnitsSold: 589, - ManufacturingPrice: 120, - SalePrice: 7, - GrossSales: 4123, - Discounts: 629.16, - Sales: 3493.84, - COGS: 7490, - Profit: 3996.16, - Date: `06/01/2020`, - MonthName: `June`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Mandarin`, - UnitsSold: 3999, - ManufacturingPrice: 250, - SalePrice: 15, - GrossSales: 59985, - Discounts: 2559.6, - Sales: 57425.4, - COGS: 28440, - Profit: 28985.4, - Date: `06/01/2020`, - MonthName: `June`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Mandarin`, - UnitsSold: 4256, - ManufacturingPrice: 250, - SalePrice: 7, - GrossSales: 29792, - Discounts: 629.16, - Sales: 29162.84, - COGS: 7490, - Profit: 21672.84, - Date: `06/01/2020`, - MonthName: `June`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Luxe`, - UnitsSold: 2160, - ManufacturingPrice: 260, - SalePrice: 125, - GrossSales: 270000, - Discounts: 14906.25, - Sales: 255093.75, - COGS: 238500, - Profit: 16593.75, - Date: `01/01/2020`, - MonthName: `January`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Luxe`, - UnitsSold: 466, - ManufacturingPrice: 260, - SalePrice: 350, - GrossSales: 163100, - Discounts: 35259, - Sales: 127841, - COGS: 436540, - Profit: 308699, - Date: `09/01/2020`, - MonthName: `September`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Vermont`, - UnitsSold: 1478, - ManufacturingPrice: 10, - SalePrice: 15, - GrossSales: 22170, - Discounts: 1978.2, - Sales: 20191.8, - COGS: 21980, - Profit: 1788.2, - Date: `08/01/2020`, - MonthName: `August`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Vermont`, - UnitsSold: 3798, - ManufacturingPrice: 10, - SalePrice: 15, - GrossSales: 56970, - Discounts: 1568.7, - Sales: 55401.3, - COGS: 17430, - Profit: 37971.3, - Date: `08/01/2020`, - MonthName: `August`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Vermont`, - UnitsSold: 447, - ManufacturingPrice: 10, - SalePrice: 15, - GrossSales: 6705, - Discounts: 1037.7, - Sales: 5667.3, - COGS: 11530, - Profit: 5862.7, - Date: `10/01/2020`, - MonthName: `October`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Burlington`, - UnitsSold: 745, - ManufacturingPrice: 120, - SalePrice: 20, - GrossSales: 14900, - Discounts: 1201.2, - Sales: 13698.8, - COGS: 10010, - Profit: 3688.8, - Date: `08/01/2020`, - MonthName: `August`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Burlington`, - UnitsSold: 1732, - ManufacturingPrice: 120, - SalePrice: 7, - GrossSales: 12124, - Discounts: 559.86, - Sales: 11564.14, - COGS: 6665, - Profit: 4899.14, - Date: `11/01/2020`, - MonthName: `November`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Mandarin`, - UnitsSold: 1759, - ManufacturingPrice: 250, - SalePrice: 15, - GrossSales: 26385, - Discounts: 1037.7, - Sales: 25347.3, - COGS: 11530, - Profit: 13817.3, - Date: `10/01/2020`, - MonthName: `October`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Kensington`, - UnitsSold: 338, - ManufacturingPrice: 3, - SalePrice: 12, - GrossSales: 4056, - Discounts: 610.68, - Sales: 3445.32, - COGS: 2181, - Profit: 1264.32, - Date: `02/01/2020`, - MonthName: `February`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Kensington`, - UnitsSold: 3911, - ManufacturingPrice: 3, - SalePrice: 12, - GrossSales: 46932, - Discounts: 1582.56, - Sales: 45349.44, - COGS: 5652, - Profit: 39697.44, - Date: `08/01/2020`, - MonthName: `August`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Royal Oak`, - UnitsSold: 4473, - ManufacturingPrice: 5, - SalePrice: 12, - GrossSales: 53676, - Discounts: 1965.6, - Sales: 51710.4, - COGS: 7020, - Profit: 44690.4, - Date: `01/01/2020`, - MonthName: `January`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Royal Oak`, - UnitsSold: 383, - ManufacturingPrice: 5, - SalePrice: 12, - GrossSales: 4596, - Discounts: 1967.28, - Sales: 2628.72, - COGS: 7026, - Profit: 4397.28, - Date: `11/01/2020`, - MonthName: `November`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Burlington`, - UnitsSold: 1062, - ManufacturingPrice: 120, - SalePrice: 15, - GrossSales: 15930, - Discounts: 1325.1, - Sales: 14604.9, - COGS: 12620, - Profit: 1984.9, - Date: `05/01/2020`, - MonthName: `May`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Burlington`, - UnitsSold: 4083, - ManufacturingPrice: 120, - SalePrice: 7, - GrossSales: 28581, - Discounts: 556.15, - Sales: 28024.85, - COGS: 5675, - Profit: 22349.85, - Date: `06/01/2020`, - MonthName: `June`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Burlington`, - UnitsSold: 3974, - ManufacturingPrice: 120, - SalePrice: 7, - GrossSales: 27818, - Discounts: 268.03, - Sales: 27549.97, - COGS: 2735, - Profit: 24814.97, - Date: `11/01/2020`, - MonthName: `November`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Burlington`, - UnitsSold: 3723, - ManufacturingPrice: 120, - SalePrice: 7, - GrossSales: 26061, - Discounts: 775.18, - Sales: 25285.82, - COGS: 7910, - Profit: 17375.82, - Date: `12/01/2020`, - MonthName: `December`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Mandarin`, - UnitsSold: 2435, - ManufacturingPrice: 250, - SalePrice: 12, - GrossSales: 29220, - Discounts: 1460.34, - Sales: 27759.66, - COGS: 5215.5, - Profit: 22544.16, - Date: `04/01/2020`, - MonthName: `April`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Mandarin`, - UnitsSold: 1763, - ManufacturingPrice: 250, - SalePrice: 7, - GrossSales: 12341, - Discounts: 775.18, - Sales: 11565.82, - COGS: 7910, - Profit: 3655.82, - Date: `12/01/2020`, - MonthName: `December`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Luxe`, - UnitsSold: 4473, - ManufacturingPrice: 260, - SalePrice: 7, - GrossSales: 31311, - Discounts: 556.15, - Sales: 30754.85, - COGS: 5675, - Profit: 25079.85, - Date: `06/01/2020`, - MonthName: `June`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Kensington`, - UnitsSold: 1246, - ManufacturingPrice: 3, - SalePrice: 350, - GrossSales: 436100, - Discounts: 43144.5, - Sales: 392955.5, - COGS: 457860, - Profit: 64904.5, - Date: `03/01/2020`, - MonthName: `March`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Kensington`, - UnitsSold: 1615, - ManufacturingPrice: 3, - SalePrice: 300, - GrossSales: 484500, - Discounts: 9408, - Sales: 475092, - COGS: 112000, - Profit: 363092, - Date: `06/01/2020`, - MonthName: `June`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Kensington`, - UnitsSold: 749, - ManufacturingPrice: 3, - SalePrice: 300, - GrossSales: 224700, - Discounts: 45801, - Sales: 178899, - COGS: 545250, - Profit: 366351, - Date: `10/01/2020`, - MonthName: `October`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Royal Oak`, - UnitsSold: 1318, - ManufacturingPrice: 5, - SalePrice: 20, - GrossSales: 26360, - Discounts: 2766.4, - Sales: 23593.6, - COGS: 19760, - Profit: 3833.6, - Date: `10/01/2020`, - MonthName: `October`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Royal Oak`, - UnitsSold: 2882, - ManufacturingPrice: 5, - SalePrice: 300, - GrossSales: 864600, - Discounts: 45801, - Sales: 818799, - COGS: 545250, - Profit: 273549, - Date: `10/01/2020`, - MonthName: `October`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Vermont`, - UnitsSold: 2484, - ManufacturingPrice: 10, - SalePrice: 300, - GrossSales: 745200, - Discounts: 35742, - Sales: 709458, - COGS: 425500, - Profit: 283958, - Date: `05/01/2020`, - MonthName: `May`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Vermont`, - UnitsSold: 3169, - ManufacturingPrice: 10, - SalePrice: 300, - GrossSales: 950700, - Discounts: 9408, - Sales: 941292, - COGS: 112000, - Profit: 829292, - Date: `06/01/2020`, - MonthName: `June`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Vermont`, - UnitsSold: 4080, - ManufacturingPrice: 10, - SalePrice: 125, - GrossSales: 510000, - Discounts: 30738.75, - Sales: 479261.25, - COGS: 421560, - Profit: 57701.25, - Date: `07/01/2020`, - MonthName: `July`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Vermont`, - UnitsSold: 3943, - ManufacturingPrice: 10, - SalePrice: 15, - GrossSales: 59145, - Discounts: 2206.05, - Sales: 56938.95, - COGS: 21010, - Profit: 35928.95, - Date: `08/01/2020`, - MonthName: `August`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Vermont`, - UnitsSold: 253, - ManufacturingPrice: 10, - SalePrice: 20, - GrossSales: 5060, - Discounts: 2149, - Sales: 2911, - COGS: 15350, - Profit: 12439, - Date: `09/01/2020`, - MonthName: `September`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Burlington`, - UnitsSold: 799, - ManufacturingPrice: 120, - SalePrice: 300, - GrossSales: 239700, - Discounts: 34839, - Sales: 204861, - COGS: 414750, - Profit: 209889, - Date: `07/01/2020`, - MonthName: `July`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Burlington`, - UnitsSold: 3942, - ManufacturingPrice: 120, - SalePrice: 20, - GrossSales: 78840, - Discounts: 852.6, - Sales: 77987.4, - COGS: 6090, - Profit: 71897.4, - Date: `08/01/2020`, - MonthName: `August`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Burlington`, - UnitsSold: 2498, - ManufacturingPrice: 120, - SalePrice: 125, - GrossSales: 312250, - Discounts: 18261.25, - Sales: 293988.75, - COGS: 250440, - Profit: 43548.75, - Date: `09/01/2020`, - MonthName: `September`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Burlington`, - UnitsSold: 2517, - ManufacturingPrice: 120, - SalePrice: 20, - GrossSales: 50340, - Discounts: 2766.4, - Sales: 47573.6, - COGS: 19760, - Profit: 27813.6, - Date: `10/01/2020`, - MonthName: `October`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Burlington`, - UnitsSold: 1145, - ManufacturingPrice: 120, - SalePrice: 300, - GrossSales: 343500, - Discounts: 28812, - Sales: 314688, - COGS: 343000, - Profit: 28312, - Date: `12/01/2020`, - MonthName: `December`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Mandarin`, - UnitsSold: 3814, - ManufacturingPrice: 250, - SalePrice: 12, - GrossSales: 45768, - Discounts: 2725.38, - Sales: 43042.62, - COGS: 9733.5, - Profit: 33309.12, - Date: `01/01/2020`, - MonthName: `January`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Mandarin`, - UnitsSold: 1188, - ManufacturingPrice: 250, - SalePrice: 300, - GrossSales: 356400, - Discounts: 20139, - Sales: 336261, - COGS: 239750, - Profit: 96511, - Date: `02/01/2020`, - MonthName: `February`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Mandarin`, - UnitsSold: 2233, - ManufacturingPrice: 250, - SalePrice: 300, - GrossSales: 669900, - Discounts: 57687, - Sales: 612213, - COGS: 686750, - Profit: 74537, - Date: `02/01/2020`, - MonthName: `February`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Luxe`, - UnitsSold: 421, - ManufacturingPrice: 260, - SalePrice: 125, - GrossSales: 52625, - Discounts: 14393.75, - Sales: 38231.25, - COGS: 197400, - Profit: 159168.75, - Date: `05/01/2020`, - MonthName: `May`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Luxe`, - UnitsSold: 269, - ManufacturingPrice: 260, - SalePrice: 350, - GrossSales: 94150, - Discounts: 70462, - Sales: 23688, - COGS: 747760, - Profit: 724072, - Date: `09/01/2020`, - MonthName: `September`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Luxe`, - UnitsSold: 952, - ManufacturingPrice: 260, - SalePrice: 20, - GrossSales: 19040, - Discounts: 1565.2, - Sales: 17474.8, - COGS: 11180, - Profit: 6294.8, - Date: `11/01/2020`, - MonthName: `November`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Luxe`, - UnitsSold: 2964, - ManufacturingPrice: 260, - SalePrice: 300, - GrossSales: 889200, - Discounts: 28812, - Sales: 860388, - COGS: 343000, - Profit: 517388, - Date: `12/01/2020`, - MonthName: `December`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Royal Oak`, - UnitsSold: 1505, - ManufacturingPrice: 5, - SalePrice: 7, - GrossSales: 10535, - Discounts: 273.28, - Sales: 10261.72, - COGS: 2440, - Profit: 7821.72, - Date: `02/01/2020`, - MonthName: `February`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Royal Oak`, - UnitsSold: 1678, - ManufacturingPrice: 5, - SalePrice: 20, - GrossSales: 33560, - Discounts: 2051.2, - Sales: 31508.8, - COGS: 12820, - Profit: 18688.8, - Date: `06/01/2020`, - MonthName: `June`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Vermont`, - UnitsSold: 4249, - ManufacturingPrice: 10, - SalePrice: 7, - GrossSales: 29743, - Discounts: 143.92, - Sales: 29599.08, - COGS: 1285, - Profit: 28314.08, - Date: `05/01/2020`, - MonthName: `May`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Luxe`, - UnitsSold: 1677, - ManufacturingPrice: 260, - SalePrice: 20, - GrossSales: 33540, - Discounts: 2051.2, - Sales: 31488.8, - COGS: 12820, - Profit: 18668.8, - Date: `06/01/2020`, - MonthName: `June`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Kensington`, - UnitsSold: 3051, - ManufacturingPrice: 3, - SalePrice: 125, - GrossSales: 381375, - Discounts: 15400, - Sales: 365975, - COGS: 184800, - Profit: 181175, - Date: `08/01/2020`, - MonthName: `August`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Kensington`, - UnitsSold: 3372, - ManufacturingPrice: 3, - SalePrice: 15, - GrossSales: 50580, - Discounts: 588, - Sales: 49992, - COGS: 4900, - Profit: 45092, - Date: `11/01/2020`, - MonthName: `November`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Kensington`, - UnitsSold: 1686, - ManufacturingPrice: 3, - SalePrice: 350, - GrossSales: 590100, - Discounts: 38136, - Sales: 551964, - COGS: 354120, - Profit: 197844, - Date: `12/01/2020`, - MonthName: `December`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Royal Oak`, - UnitsSold: 3086, - ManufacturingPrice: 5, - SalePrice: 15, - GrossSales: 46290, - Discounts: 3001.2, - Sales: 43288.8, - COGS: 25010, - Profit: 18278.8, - Date: `03/01/2020`, - MonthName: `March`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Royal Oak`, - UnitsSold: 4150, - ManufacturingPrice: 5, - SalePrice: 20, - GrossSales: 83000, - Discounts: 1132.8, - Sales: 81867.2, - COGS: 7080, - Profit: 74787.2, - Date: `06/01/2020`, - MonthName: `June`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Royal Oak`, - UnitsSold: 3027, - ManufacturingPrice: 5, - SalePrice: 20, - GrossSales: 60540, - Discounts: 1032, - Sales: 59508, - COGS: 6450, - Profit: 53058, - Date: `07/01/2020`, - MonthName: `July`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Royal Oak`, - UnitsSold: 4359, - ManufacturingPrice: 5, - SalePrice: 300, - GrossSales: 1307700, - Discounts: 37488, - Sales: 1270212, - COGS: 390500, - Profit: 879712, - Date: `08/01/2020`, - MonthName: `August`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Royal Oak`, - UnitsSold: 1589, - ManufacturingPrice: 5, - SalePrice: 15, - GrossSales: 23835, - Discounts: 853.2, - Sales: 22981.8, - COGS: 7110, - Profit: 15871.8, - Date: `12/01/2020`, - MonthName: `December`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Vermont`, - UnitsSold: 2679, - ManufacturingPrice: 10, - SalePrice: 125, - GrossSales: 334875, - Discounts: 11140, - Sales: 323735, - COGS: 133680, - Profit: 190055, - Date: `03/01/2020`, - MonthName: `March`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Vermont`, - UnitsSold: 3401, - ManufacturingPrice: 10, - SalePrice: 7, - GrossSales: 23807, - Discounts: 705.04, - Sales: 23101.96, - COGS: 6295, - Profit: 16806.96, - Date: `04/01/2020`, - MonthName: `April`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Vermont`, - UnitsSold: 2815, - ManufacturingPrice: 10, - SalePrice: 7, - GrossSales: 19705, - Discounts: 613.2, - Sales: 19091.8, - COGS: 5475, - Profit: 13616.8, - Date: `05/01/2020`, - MonthName: `May`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Vermont`, - UnitsSold: 2964, - ManufacturingPrice: 10, - SalePrice: 20, - GrossSales: 59280, - Discounts: 2185.6, - Sales: 57094.4, - COGS: 13660, - Profit: 43434.4, - Date: `06/01/2020`, - MonthName: `June`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Vermont`, - UnitsSold: 4173, - ManufacturingPrice: 10, - SalePrice: 300, - GrossSales: 1251900, - Discounts: 59040, - Sales: 1192860, - COGS: 615000, - Profit: 577860, - Date: `06/01/2020`, - MonthName: `June`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Vermont`, - UnitsSold: 1157, - ManufacturingPrice: 10, - SalePrice: 7, - GrossSales: 8099, - Discounts: 379.68, - Sales: 7719.32, - COGS: 3390, - Profit: 4329.32, - Date: `08/01/2020`, - MonthName: `August`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Vermont`, - UnitsSold: 3065, - ManufacturingPrice: 10, - SalePrice: 7, - GrossSales: 21455, - Discounts: 894.88, - Sales: 20560.12, - COGS: 7990, - Profit: 12570.12, - Date: `08/01/2020`, - MonthName: `August`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Vermont`, - UnitsSold: 4080, - ManufacturingPrice: 10, - SalePrice: 20, - GrossSales: 81600, - Discounts: 3094.4, - Sales: 78505.6, - COGS: 19340, - Profit: 59165.6, - Date: `09/01/2020`, - MonthName: `September`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Vermont`, - UnitsSold: 1713, - ManufacturingPrice: 10, - SalePrice: 20, - GrossSales: 34260, - Discounts: 4788.8, - Sales: 29471.2, - COGS: 29930, - Profit: 458.8, - Date: `09/01/2020`, - MonthName: `September`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Vermont`, - UnitsSold: 1691, - ManufacturingPrice: 10, - SalePrice: 350, - GrossSales: 591850, - Discounts: 38136, - Sales: 553714, - COGS: 354120, - Profit: 199594, - Date: `12/01/2020`, - MonthName: `December`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Burlington`, - UnitsSold: 2305, - ManufacturingPrice: 120, - SalePrice: 12, - GrossSales: 27660, - Discounts: 574.08, - Sales: 27085.92, - COGS: 1794, - Profit: 25291.92, - Date: `03/01/2020`, - MonthName: `March`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Burlington`, - UnitsSold: 3401, - ManufacturingPrice: 120, - SalePrice: 7, - GrossSales: 23807, - Discounts: 1627.92, - Sales: 22179.08, - COGS: 14535, - Profit: 7644.08, - Date: `06/01/2020`, - MonthName: `June`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Burlington`, - UnitsSold: 2288, - ManufacturingPrice: 120, - SalePrice: 7, - GrossSales: 16016, - Discounts: 1309.28, - Sales: 14706.72, - COGS: 11690, - Profit: 3016.72, - Date: `06/01/2020`, - MonthName: `June`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Burlington`, - UnitsSold: 4086, - ManufacturingPrice: 120, - SalePrice: 300, - GrossSales: 1225800, - Discounts: 15240, - Sales: 1210560, - COGS: 158750, - Profit: 1051810, - Date: `12/01/2020`, - MonthName: `December`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Mandarin`, - UnitsSold: 2651, - ManufacturingPrice: 250, - SalePrice: 350, - GrossSales: 927850, - Discounts: 16086, - Sales: 911764, - COGS: 149370, - Profit: 762394, - Date: `04/01/2020`, - MonthName: `April`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Mandarin`, - UnitsSold: 3971, - ManufacturingPrice: 250, - SalePrice: 7, - GrossSales: 27797, - Discounts: 1309.28, - Sales: 26487.72, - COGS: 11690, - Profit: 14797.72, - Date: `06/01/2020`, - MonthName: `June`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Mandarin`, - UnitsSold: 2512, - ManufacturingPrice: 250, - SalePrice: 350, - GrossSales: 879200, - Discounts: 10668, - Sales: 868532, - COGS: 99060, - Profit: 769472, - Date: `08/01/2020`, - MonthName: `August`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Mandarin`, - UnitsSold: 2745, - ManufacturingPrice: 250, - SalePrice: 350, - GrossSales: 960750, - Discounts: 11816, - Sales: 948934, - COGS: 109720, - Profit: 839214, - Date: `08/01/2020`, - MonthName: `August`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Mandarin`, - UnitsSold: 1903, - ManufacturingPrice: 250, - SalePrice: 300, - GrossSales: 570900, - Discounts: 51216, - Sales: 519684, - COGS: 533500, - Profit: 13816, - Date: `09/01/2020`, - MonthName: `September`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Luxe`, - UnitsSold: 2914, - ManufacturingPrice: 260, - SalePrice: 20, - GrossSales: 58280, - Discounts: 1132.8, - Sales: 57147.2, - COGS: 7080, - Profit: 50067.2, - Date: `06/01/2020`, - MonthName: `June`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Luxe`, - UnitsSold: 1889, - ManufacturingPrice: 260, - SalePrice: 7, - GrossSales: 13223, - Discounts: 1627.92, - Sales: 11595.08, - COGS: 14535, - Profit: 2939.92, - Date: `06/01/2020`, - MonthName: `June`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Luxe`, - UnitsSold: 1466, - ManufacturingPrice: 260, - SalePrice: 20, - GrossSales: 29320, - Discounts: 2185.6, - Sales: 27134.4, - COGS: 13660, - Profit: 13474.4, - Date: `06/01/2020`, - MonthName: `June`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Luxe`, - UnitsSold: 887, - ManufacturingPrice: 260, - SalePrice: 300, - GrossSales: 266100, - Discounts: 59040, - Sales: 207060, - COGS: 615000, - Profit: 407940, - Date: `06/01/2020`, - MonthName: `June`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Luxe`, - UnitsSold: 395, - ManufacturingPrice: 260, - SalePrice: 20, - GrossSales: 7900, - Discounts: 2432, - Sales: 5468, - COGS: 15200, - Profit: 9732, - Date: `11/01/2020`, - MonthName: `November`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Luxe`, - UnitsSold: 1693, - ManufacturingPrice: 260, - SalePrice: 15, - GrossSales: 25395, - Discounts: 853.2, - Sales: 24541.8, - COGS: 7110, - Profit: 17431.8, - Date: `12/01/2020`, - MonthName: `December`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Luxe`, - UnitsSold: 2649, - ManufacturingPrice: 260, - SalePrice: 300, - GrossSales: 794700, - Discounts: 15240, - Sales: 779460, - COGS: 158750, - Profit: 620710, - Date: `12/01/2020`, - MonthName: `December`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Mandarin`, - UnitsSold: 3608, - ManufacturingPrice: 250, - SalePrice: 20, - GrossSales: 72160, - Discounts: 698.4, - Sales: 71461.6, - COGS: 4365, - Profit: 67096.6, - Date: `07/01/2020`, - MonthName: `July`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Kensington`, - UnitsSold: 1073, - ManufacturingPrice: 3, - SalePrice: 300, - GrossSales: 321900, - Discounts: 29538, - Sales: 292362, - COGS: 273500, - Profit: 18862, - Date: `06/01/2020`, - MonthName: `June`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Royal Oak`, - UnitsSold: 2167, - ManufacturingPrice: 5, - SalePrice: 300, - GrossSales: 650100, - Discounts: 102667.5, - Sales: 547432.5, - COGS: 950625, - Profit: 403192.5, - Date: `04/01/2020`, - MonthName: `April`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Royal Oak`, - UnitsSold: 1319, - ManufacturingPrice: 5, - SalePrice: 350, - GrossSales: 461650, - Discounts: 52479, - Sales: 409171, - COGS: 433160, - Profit: 23989, - Date: `05/01/2020`, - MonthName: `May`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Royal Oak`, - UnitsSold: 1252, - ManufacturingPrice: 5, - SalePrice: 12, - GrossSales: 15024, - Discounts: 2506.68, - Sales: 12517.32, - COGS: 6963, - Profit: 5554.32, - Date: `11/01/2020`, - MonthName: `November`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Royal Oak`, - UnitsSold: 1156, - ManufacturingPrice: 5, - SalePrice: 125, - GrossSales: 144500, - Discounts: 31466.25, - Sales: 113033.75, - COGS: 335640, - Profit: 222606.25, - Date: `12/01/2020`, - MonthName: `December`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Vermont`, - UnitsSold: 1153, - ManufacturingPrice: 10, - SalePrice: 300, - GrossSales: 345900, - Discounts: 69255, - Sales: 276645, - COGS: 641250, - Profit: 364605, - Date: `01/01/2020`, - MonthName: `January`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Vermont`, - UnitsSold: 2720, - ManufacturingPrice: 10, - SalePrice: 350, - GrossSales: 952000, - Discounts: 76135.5, - Sales: 875864.5, - COGS: 628420, - Profit: 247444.5, - Date: `01/01/2020`, - MonthName: `January`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Vermont`, - UnitsSold: 3658, - ManufacturingPrice: 10, - SalePrice: 15, - GrossSales: 54870, - Discounts: 4961.25, - Sales: 49908.75, - COGS: 36750, - Profit: 13158.75, - Date: `04/01/2020`, - MonthName: `April`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Vermont`, - UnitsSold: 2950, - ManufacturingPrice: 10, - SalePrice: 300, - GrossSales: 885000, - Discounts: 29538, - Sales: 855462, - COGS: 273500, - Profit: 581962, - Date: `06/01/2020`, - MonthName: `June`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Vermont`, - UnitsSold: 1821, - ManufacturingPrice: 10, - SalePrice: 15, - GrossSales: 27315, - Discounts: 1656.45, - Sales: 25658.55, - COGS: 12270, - Profit: 13388.55, - Date: `10/01/2020`, - MonthName: `October`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Vermont`, - UnitsSold: 1127, - ManufacturingPrice: 10, - SalePrice: 300, - GrossSales: 338100, - Discounts: 35748, - Sales: 302352, - COGS: 331000, - Profit: 28648, - Date: `11/01/2020`, - MonthName: `November`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Vermont`, - UnitsSold: 862, - ManufacturingPrice: 10, - SalePrice: 125, - GrossSales: 107750, - Discounts: 31466.25, - Sales: 76283.75, - COGS: 335640, - Profit: 259356.25, - Date: `12/01/2020`, - MonthName: `December`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Burlington`, - UnitsSold: 3805, - ManufacturingPrice: 120, - SalePrice: 15, - GrossSales: 57075, - Discounts: 330.75, - Sales: 56744.25, - COGS: 2450, - Profit: 54294.25, - Date: `05/01/2020`, - MonthName: `May`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Burlington`, - UnitsSold: 1415, - ManufacturingPrice: 120, - SalePrice: 300, - GrossSales: 424500, - Discounts: 102424.5, - Sales: 322075.5, - COGS: 948375, - Profit: 626299.5, - Date: `07/01/2020`, - MonthName: `July`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Burlington`, - UnitsSold: 2231, - ManufacturingPrice: 120, - SalePrice: 350, - GrossSales: 780850, - Discounts: 41170.5, - Sales: 739679.5, - COGS: 339820, - Profit: 399859.5, - Date: `07/01/2020`, - MonthName: `July`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Burlington`, - UnitsSold: 3649, - ManufacturingPrice: 120, - SalePrice: 125, - GrossSales: 456125, - Discounts: 6378.75, - Sales: 449746.25, - COGS: 68040, - Profit: 381706.25, - Date: `09/01/2020`, - MonthName: `September`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Burlington`, - UnitsSold: 2948, - ManufacturingPrice: 120, - SalePrice: 125, - GrossSales: 368500, - Discounts: 23737.5, - Sales: 344762.5, - COGS: 253200, - Profit: 91562.5, - Date: `09/01/2020`, - MonthName: `September`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Burlington`, - UnitsSold: 3395, - ManufacturingPrice: 120, - SalePrice: 350, - GrossSales: 1188250, - Discounts: 39973.5, - Sales: 1148276.5, - COGS: 329940, - Profit: 818336.5, - Date: `10/01/2020`, - MonthName: `October`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Mandarin`, - UnitsSold: 2650, - ManufacturingPrice: 250, - SalePrice: 12, - GrossSales: 31800, - Discounts: 2112.48, - Sales: 29687.52, - COGS: 5868, - Profit: 23819.52, - Date: `01/01/2020`, - MonthName: `January`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Mandarin`, - UnitsSold: 585, - ManufacturingPrice: 250, - SalePrice: 300, - GrossSales: 175500, - Discounts: 71793, - Sales: 103707, - COGS: 664750, - Profit: 561043, - Date: `02/01/2020`, - MonthName: `February`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Mandarin`, - UnitsSold: 1316, - ManufacturingPrice: 250, - SalePrice: 350, - GrossSales: 460600, - Discounts: 42572.25, - Sales: 418027.75, - COGS: 351390, - Profit: 66637.75, - Date: `04/01/2020`, - MonthName: `April`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Mandarin`, - UnitsSold: 4459, - ManufacturingPrice: 250, - SalePrice: 12, - GrossSales: 53508, - Discounts: 950.4, - Sales: 52557.6, - COGS: 2640, - Profit: 49917.6, - Date: `05/01/2020`, - MonthName: `May`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Mandarin`, - UnitsSold: 2711, - ManufacturingPrice: 250, - SalePrice: 300, - GrossSales: 813300, - Discounts: 50409, - Sales: 762891, - COGS: 466750, - Profit: 296141, - Date: `09/01/2020`, - MonthName: `September`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Mandarin`, - UnitsSold: 3613, - ManufacturingPrice: 250, - SalePrice: 15, - GrossSales: 54195, - Discounts: 1656.45, - Sales: 52538.55, - COGS: 12270, - Profit: 40268.55, - Date: `10/01/2020`, - MonthName: `October`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Mandarin`, - UnitsSold: 1847, - ManufacturingPrice: 250, - SalePrice: 125, - GrossSales: 230875, - Discounts: 9866.25, - Sales: 221008.75, - COGS: 105240, - Profit: 115768.75, - Date: `11/01/2020`, - MonthName: `November`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Luxe`, - UnitsSold: 2996, - ManufacturingPrice: 260, - SalePrice: 350, - GrossSales: 1048600, - Discounts: 65236.5, - Sales: 983363.5, - COGS: 538460, - Profit: 444903.5, - Date: `09/01/2020`, - MonthName: `September`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Luxe`, - UnitsSold: 2838, - ManufacturingPrice: 260, - SalePrice: 350, - GrossSales: 993300, - Discounts: 39973.5, - Sales: 953326.5, - COGS: 329940, - Profit: 623386.5, - Date: `10/01/2020`, - MonthName: `October`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Luxe`, - UnitsSold: 1536, - ManufacturingPrice: 260, - SalePrice: 20, - GrossSales: 30720, - Discounts: 3049.2, - Sales: 27670.8, - COGS: 16940, - Profit: 10730.8, - Date: `11/01/2020`, - MonthName: `November`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Kensington`, - UnitsSold: 1291, - ManufacturingPrice: 3, - SalePrice: 20, - GrossSales: 25820, - Discounts: 1193.4, - Sales: 24626.6, - COGS: 6630, - Profit: 17996.6, - Date: `05/01/2020`, - MonthName: `May`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Kensington`, - UnitsSold: 1213, - ManufacturingPrice: 3, - SalePrice: 7, - GrossSales: 8491, - Discounts: 515.97, - Sales: 7975.03, - COGS: 4095, - Profit: 3880.03, - Date: `07/01/2020`, - MonthName: `July`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Kensington`, - UnitsSold: 2370, - ManufacturingPrice: 3, - SalePrice: 12, - GrossSales: 28440, - Discounts: 1706.4, - Sales: 26733.6, - COGS: 4740, - Profit: 21993.6, - Date: `09/01/2020`, - MonthName: `September`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Kensington`, - UnitsSold: 1979, - ManufacturingPrice: 3, - SalePrice: 7, - GrossSales: 13853, - Discounts: 328.23, - Sales: 13524.77, - COGS: 2605, - Profit: 10919.77, - Date: `12/01/2020`, - MonthName: `December`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Vermont`, - UnitsSold: 2879, - ManufacturingPrice: 10, - SalePrice: 20, - GrossSales: 57580, - Discounts: 1751.4, - Sales: 55828.6, - COGS: 9730, - Profit: 46098.6, - Date: `03/01/2020`, - MonthName: `March`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Vermont`, - UnitsSold: 1707, - ManufacturingPrice: 10, - SalePrice: 20, - GrossSales: 34140, - Discounts: 1868.4, - Sales: 32271.6, - COGS: 10380, - Profit: 21891.6, - Date: `06/01/2020`, - MonthName: `June`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Vermont`, - UnitsSold: 2933, - ManufacturingPrice: 10, - SalePrice: 7, - GrossSales: 20531, - Discounts: 226.8, - Sales: 20304.2, - COGS: 1800, - Profit: 18504.2, - Date: `10/01/2020`, - MonthName: `October`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Burlington`, - UnitsSold: 1014, - ManufacturingPrice: 120, - SalePrice: 12, - GrossSales: 12168, - Discounts: 2124.36, - Sales: 10043.64, - COGS: 5901, - Profit: 4142.64, - Date: `03/01/2020`, - MonthName: `March`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Burlington`, - UnitsSold: 693, - ManufacturingPrice: 120, - SalePrice: 15, - GrossSales: 10395, - Discounts: 3547.8, - Sales: 6847.2, - COGS: 26280, - Profit: 19432.8, - Date: `04/01/2020`, - MonthName: `April`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Mandarin`, - UnitsSold: 3741, - ManufacturingPrice: 250, - SalePrice: 7, - GrossSales: 26187, - Discounts: 226.8, - Sales: 25960.2, - COGS: 1800, - Profit: 24160.2, - Date: `10/01/2020`, - MonthName: `October`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Mandarin`, - UnitsSold: 3995, - ManufacturingPrice: 250, - SalePrice: 7, - GrossSales: 27965, - Discounts: 328.23, - Sales: 27636.77, - COGS: 2605, - Profit: 25031.77, - Date: `12/01/2020`, - MonthName: `December`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Luxe`, - UnitsSold: 953, - ManufacturingPrice: 260, - SalePrice: 20, - GrossSales: 19060, - Discounts: 1868.4, - Sales: 17191.6, - COGS: 10380, - Profit: 6811.6, - Date: `06/01/2020`, - MonthName: `June`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Luxe`, - UnitsSold: 2530, - ManufacturingPrice: 260, - SalePrice: 15, - GrossSales: 37950, - Discounts: 2201.18, - Sales: 35748.82, - COGS: 16305, - Profit: 19443.82, - Date: `07/01/2020`, - MonthName: `July`, - Year: 2020 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Kensington`, - UnitsSold: 1372, - ManufacturingPrice: 3, - SalePrice: 20, - GrossSales: 27440, - Discounts: null, - Sales: 27440, - COGS: 16185, - Profit: 11255, - Date: `01/01/2019`, - MonthName: `January`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Kensington`, - UnitsSold: 2762, - ManufacturingPrice: 3, - SalePrice: 20, - GrossSales: 55240, - Discounts: null, - Sales: 55240, - COGS: 13210, - Profit: 42030, - Date: `01/01/2019`, - MonthName: `January`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Kensington`, - UnitsSold: 1464, - ManufacturingPrice: 3, - SalePrice: 15, - GrossSales: 21960, - Discounts: null, - Sales: 21960, - COGS: 21780, - Profit: 180, - Date: `06/01/2019`, - MonthName: `June`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Kensington`, - UnitsSold: 719, - ManufacturingPrice: 3, - SalePrice: 15, - GrossSales: 10785, - Discounts: null, - Sales: 10785, - COGS: 8880, - Profit: 1905, - Date: `06/01/2019`, - MonthName: `June`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Kensington`, - UnitsSold: 3576, - ManufacturingPrice: 3, - SalePrice: 15, - GrossSales: 53640, - Discounts: null, - Sales: 53640, - COGS: 24700, - Profit: 28940, - Date: `06/01/2019`, - MonthName: `June`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Kensington`, - UnitsSold: 4422, - ManufacturingPrice: 3, - SalePrice: 350, - GrossSales: 1547700, - Discounts: null, - Sales: 1547700, - COGS: 393380, - Profit: 1154320, - Date: `12/01/2019`, - MonthName: `December`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Royal Oak`, - UnitsSold: 3649, - ManufacturingPrice: 5, - SalePrice: 15, - GrossSales: 54735, - Discounts: null, - Sales: 54735, - COGS: 9210, - Profit: 45525, - Date: `03/01/2019`, - MonthName: `March`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Royal Oak`, - UnitsSold: 4172, - ManufacturingPrice: 5, - SalePrice: 12, - GrossSales: 50064, - Discounts: null, - Sales: 50064, - COGS: 7554, - Profit: 42510, - Date: `06/01/2019`, - MonthName: `June`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Royal Oak`, - UnitsSold: 3841, - ManufacturingPrice: 5, - SalePrice: 20, - GrossSales: 76820, - Discounts: null, - Sales: 76820, - COGS: 18990, - Profit: 57830, - Date: `06/01/2019`, - MonthName: `June`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Royal Oak`, - UnitsSold: 3726, - ManufacturingPrice: 5, - SalePrice: 12, - GrossSales: 44712, - Discounts: null, - Sales: 44712, - COGS: 4635, - Profit: 40077, - Date: `06/01/2019`, - MonthName: `June`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Royal Oak`, - UnitsSold: 2625, - ManufacturingPrice: 5, - SalePrice: 15, - GrossSales: 39375, - Discounts: null, - Sales: 39375, - COGS: 24700, - Profit: 14675, - Date: `06/01/2019`, - MonthName: `June`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Royal Oak`, - UnitsSold: 1958, - ManufacturingPrice: 5, - SalePrice: 125, - GrossSales: 244750, - Discounts: null, - Sales: 244750, - COGS: 319860, - Profit: 75110, - Date: `07/01/2019`, - MonthName: `July`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Royal Oak`, - UnitsSold: 3271, - ManufacturingPrice: 5, - SalePrice: 300, - GrossSales: 981300, - Discounts: null, - Sales: 981300, - COGS: 239500, - Profit: 741800, - Date: `08/01/2019`, - MonthName: `August`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Royal Oak`, - UnitsSold: 2091, - ManufacturingPrice: 5, - SalePrice: 7, - GrossSales: 14637, - Discounts: null, - Sales: 14637, - COGS: 10730, - Profit: 3907, - Date: `09/01/2019`, - MonthName: `September`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Royal Oak`, - UnitsSold: 2530, - ManufacturingPrice: 5, - SalePrice: 125, - GrossSales: 316250, - Discounts: null, - Sales: 316250, - COGS: 41400, - Profit: 274850, - Date: `10/01/2018`, - MonthName: `October`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Royal Oak`, - UnitsSold: 2825, - ManufacturingPrice: 5, - SalePrice: 15, - GrossSales: 42375, - Discounts: null, - Sales: 42375, - COGS: 6150, - Profit: 36225, - Date: `12/01/2019`, - MonthName: `December`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Vermont`, - UnitsSold: 2513, - ManufacturingPrice: 10, - SalePrice: 20, - GrossSales: 50260, - Discounts: null, - Sales: 50260, - COGS: 2920, - Profit: 47340, - Date: `02/01/2019`, - MonthName: `February`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Vermont`, - UnitsSold: 883, - ManufacturingPrice: 10, - SalePrice: 15, - GrossSales: 13245, - Discounts: null, - Sales: 13245, - COGS: 9740, - Profit: 3505, - Date: `02/01/2019`, - MonthName: `February`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Vermont`, - UnitsSold: 2087, - ManufacturingPrice: 10, - SalePrice: 12, - GrossSales: 25044, - Discounts: null, - Sales: 25044, - COGS: 7554, - Profit: 17490, - Date: `06/01/2019`, - MonthName: `June`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Vermont`, - UnitsSold: 2563, - ManufacturingPrice: 10, - SalePrice: 350, - GrossSales: 897050, - Discounts: null, - Sales: 897050, - COGS: 261560, - Profit: 635490, - Date: `06/01/2019`, - MonthName: `June`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Vermont`, - UnitsSold: 2846, - ManufacturingPrice: 10, - SalePrice: 12, - GrossSales: 34152, - Discounts: null, - Sales: 34152, - COGS: 1101, - Profit: 33051, - Date: `07/01/2019`, - MonthName: `July`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Vermont`, - UnitsSold: 997, - ManufacturingPrice: 10, - SalePrice: 7, - GrossSales: 6979, - Discounts: null, - Sales: 6979, - COGS: 4415, - Profit: 2564, - Date: `08/01/2019`, - MonthName: `August`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Vermont`, - UnitsSold: 3421, - ManufacturingPrice: 10, - SalePrice: 15, - GrossSales: 51315, - Discounts: null, - Sales: 51315, - COGS: 5490, - Profit: 45825, - Date: `09/01/2018`, - MonthName: `September`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Marchesa`, - UnitsSold: 70000, - ManufacturingPrice: 10, - SalePrice: 15, - GrossSales: 1050000, - Discounts: null, - Sales: 1050000, - COGS: 5490, - Profit: 1044510, - Date: `09/01/2018`, - MonthName: `September`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Vermont`, - UnitsSold: 2291, - ManufacturingPrice: 10, - SalePrice: 300, - GrossSales: 687300, - Discounts: null, - Sales: 687300, - COGS: 197000, - Profit: 490300, - Date: `09/01/2018`, - MonthName: `September`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Vermont`, - UnitsSold: 2290, - ManufacturingPrice: 10, - SalePrice: 15, - GrossSales: 34350, - Discounts: null, - Sales: 34350, - COGS: 24720, - Profit: 9630, - Date: `09/01/2019`, - MonthName: `September`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Vermont`, - UnitsSold: 2133, - ManufacturingPrice: 10, - SalePrice: 7, - GrossSales: 14931, - Discounts: null, - Sales: 14931, - COGS: 5715, - Profit: 9216, - Date: `10/01/2019`, - MonthName: `October`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Vermont`, - UnitsSold: 3475, - ManufacturingPrice: 10, - SalePrice: 350, - GrossSales: 1216250, - Discounts: null, - Sales: 1216250, - COGS: 448500, - Profit: 767750, - Date: `11/01/2018`, - MonthName: `November`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Vermont`, - UnitsSold: 3686, - ManufacturingPrice: 10, - SalePrice: 12, - GrossSales: 44232, - Discounts: null, - Sales: 44232, - COGS: 2736, - Profit: 41496, - Date: `11/01/2018`, - MonthName: `November`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Vermont`, - UnitsSold: 3319, - ManufacturingPrice: 10, - SalePrice: 15, - GrossSales: 49785, - Discounts: null, - Sales: 49785, - COGS: 21520, - Profit: 28265, - Date: `12/01/2018`, - MonthName: `December`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Vermont`, - UnitsSold: 3617, - ManufacturingPrice: 10, - SalePrice: 20, - GrossSales: 72340, - Discounts: null, - Sales: 72340, - COGS: 18170, - Profit: 54170, - Date: `12/01/2019`, - MonthName: `December`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Vermont`, - UnitsSold: 1266, - ManufacturingPrice: 10, - SalePrice: 350, - GrossSales: 443100, - Discounts: null, - Sales: 443100, - COGS: 393380, - Profit: 49720, - Date: `12/01/2019`, - MonthName: `December`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Burlington`, - UnitsSold: 894, - ManufacturingPrice: 120, - SalePrice: 7, - GrossSales: 6258, - Discounts: null, - Sales: 6258, - COGS: 7465, - Profit: 1207, - Date: `01/01/2019`, - MonthName: `January`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Burlington`, - UnitsSold: 2725, - ManufacturingPrice: 120, - SalePrice: 125, - GrossSales: 340625, - Discounts: null, - Sales: 340625, - COGS: 216480, - Profit: 124145, - Date: `02/01/2019`, - MonthName: `February`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Burlington`, - UnitsSold: 3061, - ManufacturingPrice: 120, - SalePrice: 12, - GrossSales: 36732, - Discounts: null, - Sales: 36732, - COGS: 6483, - Profit: 30249, - Date: `03/01/2019`, - MonthName: `March`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Burlington`, - UnitsSold: 3958, - ManufacturingPrice: 120, - SalePrice: 350, - GrossSales: 1385300, - Discounts: null, - Sales: 1385300, - COGS: 261560, - Profit: 1123740, - Date: `06/01/2019`, - MonthName: `June`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Burlington`, - UnitsSold: 3920, - ManufacturingPrice: 120, - SalePrice: 12, - GrossSales: 47040, - Discounts: null, - Sales: 47040, - COGS: 4635, - Profit: 42405, - Date: `06/01/2019`, - MonthName: `June`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Burlington`, - UnitsSold: 3381, - ManufacturingPrice: 120, - SalePrice: 125, - GrossSales: 422625, - Discounts: null, - Sales: 422625, - COGS: 338520, - Profit: 84105, - Date: `08/01/2019`, - MonthName: `August`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Burlington`, - UnitsSold: 1094, - ManufacturingPrice: 120, - SalePrice: 125, - GrossSales: 136750, - Discounts: null, - Sales: 136750, - COGS: 41400, - Profit: 95350, - Date: `10/01/2018`, - MonthName: `October`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Mandarin`, - UnitsSold: 4307, - ManufacturingPrice: 250, - SalePrice: 300, - GrossSales: 1292100, - Discounts: null, - Sales: 1292100, - COGS: 500250, - Profit: 791850, - Date: `02/01/2019`, - MonthName: `February`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Mandarin`, - UnitsSold: 878, - ManufacturingPrice: 250, - SalePrice: 12, - GrossSales: 10536, - Discounts: null, - Sales: 10536, - COGS: 8514, - Profit: 2022, - Date: `04/01/2019`, - MonthName: `April`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Mandarin`, - UnitsSold: 496, - ManufacturingPrice: 250, - SalePrice: 15, - GrossSales: 7440, - Discounts: null, - Sales: 7440, - COGS: 21780, - Profit: 14340, - Date: `06/01/2019`, - MonthName: `June`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Mandarin`, - UnitsSold: 3367, - ManufacturingPrice: 250, - SalePrice: 15, - GrossSales: 50505, - Discounts: null, - Sales: 50505, - COGS: 8880, - Profit: 41625, - Date: `06/01/2019`, - MonthName: `June`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Mandarin`, - UnitsSold: 3880, - ManufacturingPrice: 250, - SalePrice: 350, - GrossSales: 1358000, - Discounts: null, - Sales: 1358000, - COGS: 397020, - Profit: 960980, - Date: `09/01/2018`, - MonthName: `September`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Mandarin`, - UnitsSold: 2055, - ManufacturingPrice: 250, - SalePrice: 300, - GrossSales: 616500, - Discounts: null, - Sales: 616500, - COGS: 537750, - Profit: 78750, - Date: `09/01/2019`, - MonthName: `September`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Mandarin`, - UnitsSold: 4041, - ManufacturingPrice: 250, - SalePrice: 20, - GrossSales: 80820, - Discounts: null, - Sales: 80820, - COGS: 18170, - Profit: 62650, - Date: `12/01/2019`, - MonthName: `December`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Luxe`, - UnitsSold: 3237, - ManufacturingPrice: 260, - SalePrice: 350, - GrossSales: 1132950, - Discounts: null, - Sales: 1132950, - COGS: 715000, - Profit: 417950, - Date: `02/01/2019`, - MonthName: `February`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Luxe`, - UnitsSold: 630, - ManufacturingPrice: 260, - SalePrice: 12, - GrossSales: 7560, - Discounts: null, - Sales: 7560, - COGS: 5859, - Profit: 1701, - Date: `04/01/2019`, - MonthName: `April`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Luxe`, - UnitsSold: 4210, - ManufacturingPrice: 260, - SalePrice: 125, - GrossSales: 526250, - Discounts: null, - Sales: 526250, - COGS: 506340, - Profit: 19910, - Date: `04/01/2019`, - MonthName: `April`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Luxe`, - UnitsSold: 1127, - ManufacturingPrice: 260, - SalePrice: 20, - GrossSales: 22540, - Discounts: null, - Sales: 22540, - COGS: 18990, - Profit: 3550, - Date: `06/01/2019`, - MonthName: `June`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Luxe`, - UnitsSold: 3438, - ManufacturingPrice: 260, - SalePrice: 7, - GrossSales: 24066, - Discounts: null, - Sales: 24066, - COGS: 8430, - Profit: 15636, - Date: `07/01/2019`, - MonthName: `July`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Luxe`, - UnitsSold: 2015, - ManufacturingPrice: 260, - SalePrice: 12, - GrossSales: 24180, - Discounts: null, - Sales: 24180, - COGS: 6423, - Profit: 17757, - Date: `08/01/2019`, - MonthName: `August`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Luxe`, - UnitsSold: 2534, - ManufacturingPrice: 260, - SalePrice: 7, - GrossSales: 17738, - Discounts: null, - Sales: 17738, - COGS: 5715, - Profit: 12023, - Date: `10/01/2019`, - MonthName: `October`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Luxe`, - UnitsSold: 1384, - ManufacturingPrice: 260, - SalePrice: 15, - GrossSales: 20760, - Discounts: null, - Sales: 20760, - COGS: 6150, - Profit: 14610, - Date: `12/01/2019`, - MonthName: `December`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Vermont`, - UnitsSold: 3561, - ManufacturingPrice: 10, - SalePrice: 7, - GrossSales: 24927, - Discounts: 276.15, - Sales: 24650.85, - COGS: 19725, - Profit: 4925.85, - Date: `01/01/2019`, - MonthName: `January`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Vermont`, - UnitsSold: 1823, - ManufacturingPrice: 10, - SalePrice: 15, - GrossSales: 27345, - Discounts: 344.4, - Sales: 27000.6, - COGS: 22960, - Profit: 4040.6, - Date: `02/01/2019`, - MonthName: `February`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Vermont`, - UnitsSold: 2795, - ManufacturingPrice: 10, - SalePrice: 7, - GrossSales: 19565, - Discounts: 72.1, - Sales: 19492.9, - COGS: 5150, - Profit: 14342.9, - Date: `05/01/2019`, - MonthName: `May`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Burlington`, - UnitsSold: 457, - ManufacturingPrice: 120, - SalePrice: 7, - GrossSales: 3199, - Discounts: 44.73, - Sales: 3154.27, - COGS: 3195, - Profit: 40.73, - Date: `11/01/2019`, - MonthName: `November`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Mandarin`, - UnitsSold: 3785, - ManufacturingPrice: 250, - SalePrice: 7, - GrossSales: 26495, - Discounts: 92.82, - Sales: 26402.18, - COGS: 6630, - Profit: 19772.18, - Date: `03/01/2019`, - MonthName: `March`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Kensington`, - UnitsSold: 748, - ManufacturingPrice: 3, - SalePrice: 12, - GrossSales: 8976, - Discounts: 222.96, - Sales: 8753.04, - COGS: 5574, - Profit: 3179.04, - Date: `02/01/2019`, - MonthName: `February`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Kensington`, - UnitsSold: 1021, - ManufacturingPrice: 3, - SalePrice: 350, - GrossSales: 357350, - Discounts: 4235, - Sales: 353115, - COGS: 314600, - Profit: 38515, - Date: `03/01/2019`, - MonthName: `March`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Kensington`, - UnitsSold: 2076, - ManufacturingPrice: 3, - SalePrice: 7, - GrossSales: 14532, - Discounts: 177.03, - Sales: 14354.97, - COGS: 12645, - Profit: 1709.97, - Date: `07/01/2019`, - MonthName: `July`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Kensington`, - UnitsSold: 4316, - ManufacturingPrice: 3, - SalePrice: 12, - GrossSales: 51792, - Discounts: 173.4, - Sales: 51618.6, - COGS: 4335, - Profit: 47283.6, - Date: `09/01/2019`, - MonthName: `September`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Kensington`, - UnitsSold: 2654, - ManufacturingPrice: 3, - SalePrice: 125, - GrossSales: 331750, - Discounts: 412.5, - Sales: 331337.5, - COGS: 39600, - Profit: 291737.5, - Date: `09/01/2018`, - MonthName: `September`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Kensington`, - UnitsSold: 4174, - ManufacturingPrice: 3, - SalePrice: 12, - GrossSales: 50088, - Discounts: 320.52, - Sales: 49767.48, - COGS: 8013, - Profit: 41754.48, - Date: `09/01/2019`, - MonthName: `September`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Kensington`, - UnitsSold: 1675, - ManufacturingPrice: 3, - SalePrice: 12, - GrossSales: 20100, - Discounts: 91.92, - Sales: 20008.08, - COGS: 2298, - Profit: 17710.08, - Date: `10/01/2018`, - MonthName: `October`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Kensington`, - UnitsSold: 1572, - ManufacturingPrice: 3, - SalePrice: 300, - GrossSales: 471600, - Discounts: 1482, - Sales: 470118, - COGS: 123500, - Profit: 346618, - Date: `10/01/2018`, - MonthName: `October`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Kensington`, - UnitsSold: 3736, - ManufacturingPrice: 3, - SalePrice: 350, - GrossSales: 1307600, - Discounts: 4889.5, - Sales: 1302710.5, - COGS: 363220, - Profit: 939490.5, - Date: `10/01/2019`, - MonthName: `October`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Kensington`, - UnitsSold: 1914, - ManufacturingPrice: 3, - SalePrice: 350, - GrossSales: 669900, - Discounts: 7542.5, - Sales: 662357.5, - COGS: 560300, - Profit: 102057.5, - Date: `12/01/2019`, - MonthName: `December`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Royal Oak`, - UnitsSold: 2742, - ManufacturingPrice: 5, - SalePrice: 15, - GrossSales: 41130, - Discounts: 332.1, - Sales: 40797.9, - COGS: 22140, - Profit: 18657.9, - Date: `03/01/2019`, - MonthName: `March`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Royal Oak`, - UnitsSold: 1499, - ManufacturingPrice: 5, - SalePrice: 300, - GrossSales: 449700, - Discounts: 6903, - Sales: 442797, - COGS: 575250, - Profit: 132453, - Date: `04/01/2019`, - MonthName: `April`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Royal Oak`, - UnitsSold: 3772, - ManufacturingPrice: 5, - SalePrice: 20, - GrossSales: 75440, - Discounts: 275.1, - Sales: 75164.9, - COGS: 13755, - Profit: 61409.9, - Date: `07/01/2019`, - MonthName: `July`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Royal Oak`, - UnitsSold: 1112, - ManufacturingPrice: 5, - SalePrice: 7, - GrossSales: 7784, - Discounts: 128.1, - Sales: 7655.9, - COGS: 9150, - Profit: 1494.1, - Date: `08/01/2019`, - MonthName: `August`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Royal Oak`, - UnitsSold: 1723, - ManufacturingPrice: 5, - SalePrice: 300, - GrossSales: 516900, - Discounts: 7494, - Sales: 509406, - COGS: 624500, - Profit: 115094, - Date: `09/01/2018`, - MonthName: `September`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Royal Oak`, - UnitsSold: 423, - ManufacturingPrice: 5, - SalePrice: 125, - GrossSales: 52875, - Discounts: 828.75, - Sales: 52046.25, - COGS: 79560, - Profit: 27513.75, - Date: `10/01/2018`, - MonthName: `October`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Vermont`, - UnitsSold: 2368, - ManufacturingPrice: 10, - SalePrice: 15, - GrossSales: 35520, - Discounts: 227.1, - Sales: 35292.9, - COGS: 15140, - Profit: 20152.9, - Date: `02/01/2019`, - MonthName: `February`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Vermont`, - UnitsSold: 1586, - ManufacturingPrice: 10, - SalePrice: 7, - GrossSales: 11102, - Discounts: 314.48, - Sales: 10787.52, - COGS: 22462.5, - Profit: 11674.98, - Date: `04/01/2019`, - MonthName: `April`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Vermont`, - UnitsSold: 3386, - ManufacturingPrice: 10, - SalePrice: 125, - GrossSales: 423250, - Discounts: 908.75, - Sales: 422341.25, - COGS: 87240, - Profit: 335101.25, - Date: `06/01/2019`, - MonthName: `June`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Vermont`, - UnitsSold: 852, - ManufacturingPrice: 10, - SalePrice: 125, - GrossSales: 106500, - Discounts: 983.75, - Sales: 105516.25, - COGS: 94440, - Profit: 11076.25, - Date: `06/01/2019`, - MonthName: `June`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Vermont`, - UnitsSold: 2783, - ManufacturingPrice: 10, - SalePrice: 125, - GrossSales: 347875, - Discounts: 2278.75, - Sales: 345596.25, - COGS: 218760, - Profit: 126836.25, - Date: `07/01/2019`, - MonthName: `July`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Vermont`, - UnitsSold: 2684, - ManufacturingPrice: 10, - SalePrice: 15, - GrossSales: 40260, - Discounts: 112.05, - Sales: 40147.95, - COGS: 7470, - Profit: 32677.95, - Date: `09/01/2019`, - MonthName: `September`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Vermont`, - UnitsSold: 4393, - ManufacturingPrice: 10, - SalePrice: 12, - GrossSales: 52716, - Discounts: 91.92, - Sales: 52624.08, - COGS: 2298, - Profit: 50326.08, - Date: `10/01/2018`, - MonthName: `October`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Vermont`, - UnitsSold: 4083, - ManufacturingPrice: 10, - SalePrice: 300, - GrossSales: 1224900, - Discounts: 8715, - Sales: 1216185, - COGS: 726250, - Profit: 489935, - Date: `11/01/2019`, - MonthName: `November`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Vermont`, - UnitsSold: 2816, - ManufacturingPrice: 10, - SalePrice: 350, - GrossSales: 985600, - Discounts: 7542.5, - Sales: 978057.5, - COGS: 560300, - Profit: 417757.5, - Date: `12/01/2019`, - MonthName: `December`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Burlington`, - UnitsSold: 4294, - ManufacturingPrice: 120, - SalePrice: 20, - GrossSales: 85880, - Discounts: 772.8, - Sales: 85107.2, - COGS: 38640, - Profit: 46467.2, - Date: `04/01/2019`, - MonthName: `April`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Burlington`, - UnitsSold: 2856, - ManufacturingPrice: 120, - SalePrice: 7, - GrossSales: 19992, - Discounts: 25.34, - Sales: 19966.66, - COGS: 1810, - Profit: 18156.66, - Date: `05/01/2019`, - MonthName: `May`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Burlington`, - UnitsSold: 1407, - ManufacturingPrice: 120, - SalePrice: 125, - GrossSales: 175875, - Discounts: 1153.75, - Sales: 174721.25, - COGS: 110760, - Profit: 63961.25, - Date: `08/01/2019`, - MonthName: `August`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Burlington`, - UnitsSold: 3850, - ManufacturingPrice: 120, - SalePrice: 125, - GrossSales: 481250, - Discounts: 828.75, - Sales: 480421.25, - COGS: 79560, - Profit: 400861.25, - Date: `10/01/2018`, - MonthName: `October`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Burlington`, - UnitsSold: 2856, - ManufacturingPrice: 120, - SalePrice: 7, - GrossSales: 19992, - Discounts: 146.44, - Sales: 19845.56, - COGS: 10460, - Profit: 9385.56, - Date: `11/01/2018`, - MonthName: `November`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Mandarin`, - UnitsSold: 1265, - ManufacturingPrice: 250, - SalePrice: 7, - GrossSales: 8855, - Discounts: 18.41, - Sales: 8836.59, - COGS: 1315, - Profit: 7521.59, - Date: `03/01/2019`, - MonthName: `March`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Mandarin`, - UnitsSold: 3892, - ManufacturingPrice: 250, - SalePrice: 350, - GrossSales: 1362200, - Discounts: 3302.25, - Sales: 1358897.75, - COGS: 245310, - Profit: 1113587.75, - Date: `04/01/2019`, - MonthName: `April`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Mandarin`, - UnitsSold: 3068, - ManufacturingPrice: 250, - SalePrice: 125, - GrossSales: 383500, - Discounts: 908.75, - Sales: 382591.25, - COGS: 87240, - Profit: 295351.25, - Date: `06/01/2019`, - MonthName: `June`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Mandarin`, - UnitsSold: 2181, - ManufacturingPrice: 250, - SalePrice: 125, - GrossSales: 272625, - Discounts: 983.75, - Sales: 271641.25, - COGS: 94440, - Profit: 177201.25, - Date: `06/01/2019`, - MonthName: `June`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Mandarin`, - UnitsSold: 1356, - ManufacturingPrice: 250, - SalePrice: 300, - GrossSales: 406800, - Discounts: 2958, - Sales: 403842, - COGS: 246500, - Profit: 157342, - Date: `09/01/2019`, - MonthName: `September`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Mandarin`, - UnitsSold: 2545, - ManufacturingPrice: 250, - SalePrice: 300, - GrossSales: 763500, - Discounts: 1482, - Sales: 762018, - COGS: 123500, - Profit: 638518, - Date: `10/01/2018`, - MonthName: `October`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Mandarin`, - UnitsSold: 1814, - ManufacturingPrice: 250, - SalePrice: 350, - GrossSales: 634900, - Discounts: 4889.5, - Sales: 630010.5, - COGS: 363220, - Profit: 266790.5, - Date: `10/01/2019`, - MonthName: `October`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Mandarin`, - UnitsSold: 1495, - ManufacturingPrice: 250, - SalePrice: 125, - GrossSales: 186875, - Discounts: 2180, - Sales: 184695, - COGS: 209280, - Profit: 24585, - Date: `11/01/2019`, - MonthName: `November`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Luxe`, - UnitsSold: 1154, - ManufacturingPrice: 260, - SalePrice: 12, - GrossSales: 13848, - Discounts: 238.68, - Sales: 13609.32, - COGS: 5967, - Profit: 7642.32, - Date: `09/01/2018`, - MonthName: `September`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Luxe`, - UnitsSold: 4180, - ManufacturingPrice: 260, - SalePrice: 15, - GrossSales: 62700, - Discounts: 48.15, - Sales: 62651.85, - COGS: 3210, - Profit: 59441.85, - Date: `11/01/2018`, - MonthName: `November`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Kensington`, - UnitsSold: 1463, - ManufacturingPrice: 3, - SalePrice: 125, - GrossSales: 182875, - Discounts: 1856.25, - Sales: 181018.75, - COGS: 89100, - Profit: 91918.75, - Date: `04/01/2019`, - MonthName: `April`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Kensington`, - UnitsSold: 215, - ManufacturingPrice: 3, - SalePrice: 12, - GrossSales: 2580, - Discounts: 310.8, - Sales: 2269.2, - COGS: 3885, - Profit: 1615.8, - Date: `10/01/2019`, - MonthName: `October`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Kensington`, - UnitsSold: 4099, - ManufacturingPrice: 3, - SalePrice: 300, - GrossSales: 1229700, - Discounts: 1284, - Sales: 1228416, - COGS: 53500, - Profit: 1174916, - Date: `10/01/2018`, - MonthName: `October`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Kensington`, - UnitsSold: 2660, - ManufacturingPrice: 3, - SalePrice: 7, - GrossSales: 18620, - Discounts: 300.3, - Sales: 18319.7, - COGS: 10725, - Profit: 7594.7, - Date: `11/01/2018`, - MonthName: `November`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Kensington`, - UnitsSold: 566, - ManufacturingPrice: 3, - SalePrice: 350, - GrossSales: 198100, - Discounts: 19964, - Sales: 178136, - COGS: 741520, - Profit: 563384, - Date: `12/01/2019`, - MonthName: `December`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Royal Oak`, - UnitsSold: 3255, - ManufacturingPrice: 5, - SalePrice: 12, - GrossSales: 39060, - Discounts: 274.08, - Sales: 38785.92, - COGS: 3426, - Profit: 35359.92, - Date: `06/01/2019`, - MonthName: `June`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Royal Oak`, - UnitsSold: 772, - ManufacturingPrice: 5, - SalePrice: 20, - GrossSales: 15440, - Discounts: 626.4, - Sales: 14813.6, - COGS: 15660, - Profit: 846.4, - Date: `10/01/2019`, - MonthName: `October`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Royal Oak`, - UnitsSold: 1135, - ManufacturingPrice: 5, - SalePrice: 12, - GrossSales: 13620, - Discounts: 165.6, - Sales: 13454.4, - COGS: 2070, - Profit: 11384.4, - Date: `11/01/2019`, - MonthName: `November`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Royal Oak`, - UnitsSold: 3826, - ManufacturingPrice: 5, - SalePrice: 125, - GrossSales: 478250, - Discounts: 4150, - Sales: 474100, - COGS: 199200, - Profit: 274900, - Date: `11/01/2018`, - MonthName: `November`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Vermont`, - UnitsSold: 1193, - ManufacturingPrice: 10, - SalePrice: 15, - GrossSales: 17895, - Discounts: 708.9, - Sales: 17186.1, - COGS: 23630, - Profit: 6443.9, - Date: `02/01/2019`, - MonthName: `February`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Vermont`, - UnitsSold: 2530, - ManufacturingPrice: 10, - SalePrice: 300, - GrossSales: 759000, - Discounts: 5508, - Sales: 753492, - COGS: 229500, - Profit: 523992, - Date: `05/01/2019`, - MonthName: `May`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Vermont`, - UnitsSold: 3451, - ManufacturingPrice: 10, - SalePrice: 300, - GrossSales: 1035300, - Discounts: 10368, - Sales: 1024932, - COGS: 432000, - Profit: 592932, - Date: `05/01/2019`, - MonthName: `May`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Vermont`, - UnitsSold: 3059, - ManufacturingPrice: 10, - SalePrice: 12, - GrossSales: 36708, - Discounts: 274.08, - Sales: 36433.92, - COGS: 3426, - Profit: 33007.92, - Date: `06/01/2019`, - MonthName: `June`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Vermont`, - UnitsSold: 3957, - ManufacturingPrice: 10, - SalePrice: 125, - GrossSales: 494625, - Discounts: 1655, - Sales: 492970, - COGS: 79440, - Profit: 413530, - Date: `06/01/2019`, - MonthName: `June`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Vermont`, - UnitsSold: 3444, - ManufacturingPrice: 10, - SalePrice: 12, - GrossSales: 41328, - Discounts: 310.8, - Sales: 41017.2, - COGS: 3885, - Profit: 37132.2, - Date: `10/01/2019`, - MonthName: `October`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Vermont`, - UnitsSold: 4388, - ManufacturingPrice: 10, - SalePrice: 125, - GrossSales: 548500, - Discounts: 2022.5, - Sales: 546477.5, - COGS: 97080, - Profit: 449397.5, - Date: `10/01/2018`, - MonthName: `October`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Vermont`, - UnitsSold: 2106, - ManufacturingPrice: 10, - SalePrice: 125, - GrossSales: 263250, - Discounts: 5362.5, - Sales: 257887.5, - COGS: 257400, - Profit: 487.5, - Date: `10/01/2018`, - MonthName: `October`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Vermont`, - UnitsSold: 799, - ManufacturingPrice: 10, - SalePrice: 12, - GrossSales: 9588, - Discounts: 428.4, - Sales: 9159.6, - COGS: 5355, - Profit: 3804.6, - Date: `11/01/2018`, - MonthName: `November`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Vermont`, - UnitsSold: 3154, - ManufacturingPrice: 10, - SalePrice: 300, - GrossSales: 946200, - Discounts: 11496, - Sales: 934704, - COGS: 479000, - Profit: 455704, - Date: `12/01/2019`, - MonthName: `December`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Vermont`, - UnitsSold: 4108, - ManufacturingPrice: 10, - SalePrice: 350, - GrossSales: 1437800, - Discounts: 19964, - Sales: 1417836, - COGS: 741520, - Profit: 676316, - Date: `12/01/2019`, - MonthName: `December`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Vermont`, - UnitsSold: 3760, - ManufacturingPrice: 10, - SalePrice: 125, - GrossSales: 470000, - Discounts: 6822.5, - Sales: 463177.5, - COGS: 327480, - Profit: 135697.5, - Date: `12/01/2019`, - MonthName: `December`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Vermont`, - UnitsSold: 377, - ManufacturingPrice: 10, - SalePrice: 15, - GrossSales: 5655, - Discounts: 577.5, - Sales: 5077.5, - COGS: 19250, - Profit: 14172.5, - Date: `12/01/2018`, - MonthName: `December`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Vermont`, - UnitsSold: 2110, - ManufacturingPrice: 10, - SalePrice: 7, - GrossSales: 14770, - Discounts: 281.82, - Sales: 14488.18, - COGS: 10065, - Profit: 4423.18, - Date: `12/01/2018`, - MonthName: `December`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Vermont`, - UnitsSold: 2334, - ManufacturingPrice: 10, - SalePrice: 12, - GrossSales: 28008, - Discounts: 253.2, - Sales: 27754.8, - COGS: 3165, - Profit: 24589.8, - Date: `12/01/2019`, - MonthName: `December`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Vermont`, - UnitsSold: 580, - ManufacturingPrice: 10, - SalePrice: 12, - GrossSales: 6960, - Discounts: 260.16, - Sales: 6699.84, - COGS: 3252, - Profit: 3447.84, - Date: `12/01/2019`, - MonthName: `December`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Burlington`, - UnitsSold: 2610, - ManufacturingPrice: 120, - SalePrice: 20, - GrossSales: 52200, - Discounts: 626.4, - Sales: 51573.6, - COGS: 15660, - Profit: 35913.6, - Date: `10/01/2019`, - MonthName: `October`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Burlington`, - UnitsSold: 1598, - ManufacturingPrice: 120, - SalePrice: 350, - GrossSales: 559300, - Discounts: 20762, - Sales: 538538, - COGS: 771160, - Profit: 232622, - Date: `10/01/2018`, - MonthName: `October`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Burlington`, - UnitsSold: 1459, - ManufacturingPrice: 120, - SalePrice: 350, - GrossSales: 510650, - Discounts: 20139, - Sales: 490511, - COGS: 748020, - Profit: 257509, - Date: `10/01/2019`, - MonthName: `October`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Burlington`, - UnitsSold: 3284, - ManufacturingPrice: 120, - SalePrice: 125, - GrossSales: 410500, - Discounts: 2022.5, - Sales: 408477.5, - COGS: 97080, - Profit: 311397.5, - Date: `10/01/2018`, - MonthName: `October`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Burlington`, - UnitsSold: 1197, - ManufacturingPrice: 120, - SalePrice: 125, - GrossSales: 149625, - Discounts: 5362.5, - Sales: 144262.5, - COGS: 257400, - Profit: 113137.5, - Date: `10/01/2018`, - MonthName: `October`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Burlington`, - UnitsSold: 3774, - ManufacturingPrice: 120, - SalePrice: 12, - GrossSales: 45288, - Discounts: 253.2, - Sales: 45034.8, - COGS: 3165, - Profit: 41869.8, - Date: `12/01/2019`, - MonthName: `December`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Burlington`, - UnitsSold: 2303, - ManufacturingPrice: 120, - SalePrice: 20, - GrossSales: 46060, - Discounts: 217.6, - Sales: 45842.4, - COGS: 5440, - Profit: 40402.4, - Date: `12/01/2018`, - MonthName: `December`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Burlington`, - UnitsSold: 2572, - ManufacturingPrice: 120, - SalePrice: 12, - GrossSales: 30864, - Discounts: 260.16, - Sales: 30603.84, - COGS: 3252, - Profit: 27351.84, - Date: `12/01/2019`, - MonthName: `December`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Mandarin`, - UnitsSold: 320, - ManufacturingPrice: 250, - SalePrice: 125, - GrossSales: 40000, - Discounts: 1655, - Sales: 38345, - COGS: 79440, - Profit: 41095, - Date: `06/01/2019`, - MonthName: `June`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Mandarin`, - UnitsSold: 2126, - ManufacturingPrice: 250, - SalePrice: 300, - GrossSales: 637800, - Discounts: 1284, - Sales: 636516, - COGS: 53500, - Profit: 583016, - Date: `10/01/2018`, - MonthName: `October`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Mandarin`, - UnitsSold: 3275, - ManufacturingPrice: 250, - SalePrice: 350, - GrossSales: 1146250, - Discounts: 20139, - Sales: 1126111, - COGS: 748020, - Profit: 378091, - Date: `10/01/2019`, - MonthName: `October`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Mandarin`, - UnitsSold: 3582, - ManufacturingPrice: 250, - SalePrice: 125, - GrossSales: 447750, - Discounts: 6822.5, - Sales: 440927.5, - COGS: 327480, - Profit: 113447.5, - Date: `12/01/2019`, - MonthName: `December`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Mandarin`, - UnitsSold: 783, - ManufacturingPrice: 250, - SalePrice: 350, - GrossSales: 274050, - Discounts: 1862, - Sales: 272188, - COGS: 69160, - Profit: 203028, - Date: `12/01/2018`, - MonthName: `December`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Mandarin`, - UnitsSold: 1202, - ManufacturingPrice: 250, - SalePrice: 350, - GrossSales: 420700, - Discounts: 13580, - Sales: 407120, - COGS: 504400, - Profit: 97280, - Date: `12/01/2018`, - MonthName: `December`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Luxe`, - UnitsSold: 4056, - ManufacturingPrice: 260, - SalePrice: 300, - GrossSales: 1216800, - Discounts: 1554, - Sales: 1215246, - COGS: 64750, - Profit: 1150496, - Date: `03/01/2019`, - MonthName: `March`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Luxe`, - UnitsSold: 2144, - ManufacturingPrice: 260, - SalePrice: 300, - GrossSales: 643200, - Discounts: 6606, - Sales: 636594, - COGS: 275250, - Profit: 361344, - Date: `03/01/2019`, - MonthName: `March`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Luxe`, - UnitsSold: 3502, - ManufacturingPrice: 260, - SalePrice: 125, - GrossSales: 437750, - Discounts: 5690, - Sales: 432060, - COGS: 273120, - Profit: 158940, - Date: `05/01/2019`, - MonthName: `May`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Luxe`, - UnitsSold: 1397, - ManufacturingPrice: 260, - SalePrice: 350, - GrossSales: 488950, - Discounts: 20762, - Sales: 468188, - COGS: 771160, - Profit: 302972, - Date: `10/01/2018`, - MonthName: `October`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Luxe`, - UnitsSold: 679, - ManufacturingPrice: 260, - SalePrice: 20, - GrossSales: 13580, - Discounts: 494.4, - Sales: 13085.6, - COGS: 12360, - Profit: 725.6, - Date: `11/01/2019`, - MonthName: `November`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Luxe`, - UnitsSold: 2351, - ManufacturingPrice: 260, - SalePrice: 20, - GrossSales: 47020, - Discounts: 376.4, - Sales: 46643.6, - COGS: 9410, - Profit: 37233.6, - Date: `11/01/2019`, - MonthName: `November`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Luxe`, - UnitsSold: 2043, - ManufacturingPrice: 260, - SalePrice: 300, - GrossSales: 612900, - Discounts: 11496, - Sales: 601404, - COGS: 479000, - Profit: 122404, - Date: `12/01/2019`, - MonthName: `December`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Kensington`, - UnitsSold: 3565, - ManufacturingPrice: 3, - SalePrice: 125, - GrossSales: 445625, - Discounts: 15913.13, - Sales: 429711.88, - COGS: 509220, - Profit: 79508.13, - Date: `04/01/2019`, - MonthName: `April`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Kensington`, - UnitsSold: 1401, - ManufacturingPrice: 3, - SalePrice: 20, - GrossSales: 28020, - Discounts: 1548, - Sales: 26472, - COGS: 25800, - Profit: 672, - Date: `04/01/2019`, - MonthName: `April`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Kensington`, - UnitsSold: 2077, - ManufacturingPrice: 3, - SalePrice: 300, - GrossSales: 623100, - Discounts: 6201, - Sales: 616899, - COGS: 172250, - Profit: 444649, - Date: `06/01/2019`, - MonthName: `June`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Kensington`, - UnitsSold: 3643, - ManufacturingPrice: 3, - SalePrice: 12, - GrossSales: 43716, - Discounts: 700.92, - Sales: 43015.08, - COGS: 5841, - Profit: 37174.08, - Date: `09/01/2019`, - MonthName: `September`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Kensington`, - UnitsSold: 1105, - ManufacturingPrice: 3, - SalePrice: 12, - GrossSales: 13260, - Discounts: 326.88, - Sales: 12933.12, - COGS: 2724, - Profit: 10209.12, - Date: `12/01/2018`, - MonthName: `December`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Royal Oak`, - UnitsSold: 2960, - ManufacturingPrice: 5, - SalePrice: 7, - GrossSales: 20720, - Discounts: 411.18, - Sales: 20308.82, - COGS: 9790, - Profit: 10518.82, - Date: `02/01/2019`, - MonthName: `February`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Royal Oak`, - UnitsSold: 1201, - ManufacturingPrice: 5, - SalePrice: 12, - GrossSales: 14412, - Discounts: 684.36, - Sales: 13727.64, - COGS: 5703, - Profit: 8024.64, - Date: `06/01/2019`, - MonthName: `June`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Royal Oak`, - UnitsSold: 2321, - ManufacturingPrice: 5, - SalePrice: 7, - GrossSales: 16247, - Discounts: 114.24, - Sales: 16132.76, - COGS: 2720, - Profit: 13412.76, - Date: `09/01/2019`, - MonthName: `September`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Royal Oak`, - UnitsSold: 3640, - ManufacturingPrice: 5, - SalePrice: 350, - GrossSales: 1274000, - Discounts: 18868.5, - Sales: 1255131.5, - COGS: 467220, - Profit: 787911.5, - Date: `09/01/2018`, - MonthName: `September`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Royal Oak`, - UnitsSold: 3972, - ManufacturingPrice: 5, - SalePrice: 125, - GrossSales: 496500, - Discounts: 4826.25, - Sales: 491673.75, - COGS: 154440, - Profit: 337233.75, - Date: `12/01/2019`, - MonthName: `December`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Royal Oak`, - UnitsSold: 3878, - ManufacturingPrice: 5, - SalePrice: 125, - GrossSales: 484750, - Discounts: 6397.5, - Sales: 478352.5, - COGS: 204720, - Profit: 273632.5, - Date: `12/01/2019`, - MonthName: `December`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Vermont`, - UnitsSold: 2278, - ManufacturingPrice: 10, - SalePrice: 300, - GrossSales: 683400, - Discounts: 21910.5, - Sales: 661489.5, - COGS: 608625, - Profit: 52864.5, - Date: `01/01/2019`, - MonthName: `January`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Vermont`, - UnitsSold: 1075, - ManufacturingPrice: 10, - SalePrice: 125, - GrossSales: 134375, - Discounts: 6652.5, - Sales: 127722.5, - COGS: 212880, - Profit: 85157.5, - Date: `03/01/2019`, - MonthName: `March`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Vermont`, - UnitsSold: 4050, - ManufacturingPrice: 10, - SalePrice: 12, - GrossSales: 48600, - Discounts: 684.36, - Sales: 47915.64, - COGS: 5703, - Profit: 42212.64, - Date: `06/01/2019`, - MonthName: `June`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Vermont`, - UnitsSold: 3035, - ManufacturingPrice: 10, - SalePrice: 300, - GrossSales: 910500, - Discounts: 6201, - Sales: 904299, - COGS: 172250, - Profit: 732049, - Date: `06/01/2019`, - MonthName: `June`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Vermont`, - UnitsSold: 3636, - ManufacturingPrice: 10, - SalePrice: 125, - GrossSales: 454500, - Discounts: 5887.5, - Sales: 448612.5, - COGS: 188400, - Profit: 260212.5, - Date: `06/01/2019`, - MonthName: `June`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Vermont`, - UnitsSold: 1379, - ManufacturingPrice: 10, - SalePrice: 12, - GrossSales: 16548, - Discounts: 493.02, - Sales: 16054.98, - COGS: 4108.5, - Profit: 11946.48, - Date: `07/01/2019`, - MonthName: `July`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Vermont`, - UnitsSold: 4492, - ManufacturingPrice: 10, - SalePrice: 125, - GrossSales: 561500, - Discounts: 7533.75, - Sales: 553966.25, - COGS: 241080, - Profit: 312886.25, - Date: `10/01/2019`, - MonthName: `October`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Vermont`, - UnitsSold: 764, - ManufacturingPrice: 10, - SalePrice: 15, - GrossSales: 11460, - Discounts: 875.25, - Sales: 10584.75, - COGS: 19450, - Profit: 8865.25, - Date: `10/01/2018`, - MonthName: `October`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Vermont`, - UnitsSold: 1744, - ManufacturingPrice: 10, - SalePrice: 125, - GrossSales: 218000, - Discounts: 4826.25, - Sales: 213173.75, - COGS: 154440, - Profit: 58733.75, - Date: `12/01/2019`, - MonthName: `December`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Vermont`, - UnitsSold: 2341, - ManufacturingPrice: 10, - SalePrice: 125, - GrossSales: 292625, - Discounts: 6397.5, - Sales: 286227.5, - COGS: 204720, - Profit: 81507.5, - Date: `12/01/2019`, - MonthName: `December`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Burlington`, - UnitsSold: 3835, - ManufacturingPrice: 120, - SalePrice: 125, - GrossSales: 479375, - Discounts: 7533.75, - Sales: 471841.25, - COGS: 241080, - Profit: 230761.25, - Date: `10/01/2019`, - MonthName: `October`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Mandarin`, - UnitsSold: 1161, - ManufacturingPrice: 250, - SalePrice: 300, - GrossSales: 348300, - Discounts: 25596, - Sales: 322704, - COGS: 711000, - Profit: 388296, - Date: `02/01/2019`, - MonthName: `February`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Mandarin`, - UnitsSold: 876, - ManufacturingPrice: 250, - SalePrice: 12, - GrossSales: 10512, - Discounts: 689.76, - Sales: 9822.24, - COGS: 5748, - Profit: 4074.24, - Date: `04/01/2019`, - MonthName: `April`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Mandarin`, - UnitsSold: 1705, - ManufacturingPrice: 250, - SalePrice: 125, - GrossSales: 213125, - Discounts: 5887.5, - Sales: 207237.5, - COGS: 188400, - Profit: 18837.5, - Date: `06/01/2019`, - MonthName: `June`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Mandarin`, - UnitsSold: 1805, - ManufacturingPrice: 250, - SalePrice: 300, - GrossSales: 541500, - Discounts: 16866, - Sales: 524634, - COGS: 468500, - Profit: 56134, - Date: `08/01/2019`, - MonthName: `August`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Mandarin`, - UnitsSold: 389, - ManufacturingPrice: 250, - SalePrice: 350, - GrossSales: 136150, - Discounts: 17241, - Sales: 118909, - COGS: 426920, - Profit: 308011, - Date: `08/01/2019`, - MonthName: `August`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Mandarin`, - UnitsSold: 2745, - ManufacturingPrice: 250, - SalePrice: 15, - GrossSales: 41175, - Discounts: 875.25, - Sales: 40299.75, - COGS: 19450, - Profit: 20849.75, - Date: `10/01/2018`, - MonthName: `October`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Kensington`, - UnitsSold: 1459, - ManufacturingPrice: 3, - SalePrice: 20, - GrossSales: 29180, - Discounts: 498.6, - Sales: 28681.4, - COGS: 8310, - Profit: 20371.4, - Date: `05/01/2019`, - MonthName: `May`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Vermont`, - UnitsSold: 3938, - ManufacturingPrice: 10, - SalePrice: 7, - GrossSales: 27566, - Discounts: 369.6, - Sales: 27196.4, - COGS: 8800, - Profit: 18396.4, - Date: `09/01/2018`, - MonthName: `September`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Burlington`, - UnitsSold: 4236, - ManufacturingPrice: 120, - SalePrice: 20, - GrossSales: 84720, - Discounts: 2310.3, - Sales: 82409.7, - COGS: 38505, - Profit: 43904.7, - Date: `04/01/2019`, - MonthName: `April`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Mandarin`, - UnitsSold: 3627, - ManufacturingPrice: 250, - SalePrice: 12, - GrossSales: 43524, - Discounts: 892.44, - Sales: 42631.56, - COGS: 7437, - Profit: 35194.56, - Date: `01/01/2019`, - MonthName: `January`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Royal Oak`, - UnitsSold: 1756, - ManufacturingPrice: 5, - SalePrice: 15, - GrossSales: 26340, - Discounts: 1218.6, - Sales: 25121.4, - COGS: 20310, - Profit: 4811.4, - Date: `10/01/2019`, - MonthName: `October`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Vermont`, - UnitsSold: 307, - ManufacturingPrice: 10, - SalePrice: 15, - GrossSales: 4605, - Discounts: 1218.6, - Sales: 3386.4, - COGS: 20310, - Profit: 16923.6, - Date: `10/01/2019`, - MonthName: `October`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Vermont`, - UnitsSold: 4489, - ManufacturingPrice: 10, - SalePrice: 15, - GrossSales: 67335, - Discounts: 1356.6, - Sales: 65978.4, - COGS: 22610, - Profit: 43368.4, - Date: `12/01/2018`, - MonthName: `December`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Burlington`, - UnitsSold: 2167, - ManufacturingPrice: 120, - SalePrice: 20, - GrossSales: 43340, - Discounts: 588.8, - Sales: 42751.2, - COGS: 7360, - Profit: 35391.2, - Date: `09/01/2018`, - MonthName: `September`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Kensington`, - UnitsSold: 1137, - ManufacturingPrice: 3, - SalePrice: 7, - GrossSales: 7959, - Discounts: 798.28, - Sales: 7160.72, - COGS: 14255, - Profit: 7094.28, - Date: `10/01/2018`, - MonthName: `October`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Kensington`, - UnitsSold: 1222, - ManufacturingPrice: 3, - SalePrice: 300, - GrossSales: 366600, - Discounts: 24252, - Sales: 342348, - COGS: 505250, - Profit: 162902, - Date: `10/01/2019`, - MonthName: `October`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Kensington`, - UnitsSold: 489, - ManufacturingPrice: 3, - SalePrice: 350, - GrossSales: 171150, - Discounts: 3836, - Sales: 167314, - COGS: 71240, - Profit: 96074, - Date: `12/01/2019`, - MonthName: `December`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Royal Oak`, - UnitsSold: 4133, - ManufacturingPrice: 5, - SalePrice: 15, - GrossSales: 61995, - Discounts: 1180.2, - Sales: 60814.8, - COGS: 19670, - Profit: 41144.8, - Date: `03/01/2019`, - MonthName: `March`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Royal Oak`, - UnitsSold: 2743, - ManufacturingPrice: 5, - SalePrice: 300, - GrossSales: 822900, - Discounts: 22308, - Sales: 800592, - COGS: 464750, - Profit: 335842, - Date: `08/01/2019`, - MonthName: `August`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Royal Oak`, - UnitsSold: 3699, - ManufacturingPrice: 5, - SalePrice: 7, - GrossSales: 25893, - Discounts: 798.28, - Sales: 25094.72, - COGS: 14255, - Profit: 10839.72, - Date: `10/01/2018`, - MonthName: `October`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Royal Oak`, - UnitsSold: 4460, - ManufacturingPrice: 5, - SalePrice: 300, - GrossSales: 1338000, - Discounts: 24252, - Sales: 1313748, - COGS: 505250, - Profit: 808498, - Date: `10/01/2019`, - MonthName: `October`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Royal Oak`, - UnitsSold: 1232, - ManufacturingPrice: 5, - SalePrice: 125, - GrossSales: 154000, - Discounts: 5690, - Sales: 148310, - COGS: 136560, - Profit: 11750, - Date: `12/01/2019`, - MonthName: `December`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Vermont`, - UnitsSold: 2586, - ManufacturingPrice: 10, - SalePrice: 7, - GrossSales: 18102, - Discounts: 1190.28, - Sales: 16911.72, - COGS: 21255, - Profit: 4343.28, - Date: `01/01/2019`, - MonthName: `January`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Vermont`, - UnitsSold: 1332, - ManufacturingPrice: 10, - SalePrice: 125, - GrossSales: 166500, - Discounts: 3975, - Sales: 162525, - COGS: 95400, - Profit: 67125, - Date: `03/01/2019`, - MonthName: `March`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Vermont`, - UnitsSold: 4487, - ManufacturingPrice: 10, - SalePrice: 300, - GrossSales: 1346100, - Discounts: 16974, - Sales: 1329126, - COGS: 353625, - Profit: 975501, - Date: `04/01/2019`, - MonthName: `April`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Vermont`, - UnitsSold: 3862, - ManufacturingPrice: 10, - SalePrice: 300, - GrossSales: 1158600, - Discounts: 35016, - Sales: 1123584, - COGS: 729500, - Profit: 394084, - Date: `05/01/2019`, - MonthName: `May`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Vermont`, - UnitsSold: 1765, - ManufacturingPrice: 10, - SalePrice: 350, - GrossSales: 617750, - Discounts: 48300, - Sales: 569450, - COGS: 897000, - Profit: 327550, - Date: `07/01/2019`, - MonthName: `July`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Vermont`, - UnitsSold: 3533, - ManufacturingPrice: 10, - SalePrice: 125, - GrossSales: 441625, - Discounts: 14940, - Sales: 426685, - COGS: 358560, - Profit: 68125, - Date: `07/01/2019`, - MonthName: `July`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Vermont`, - UnitsSold: 2016, - ManufacturingPrice: 10, - SalePrice: 15, - GrossSales: 30240, - Discounts: 130.8, - Sales: 30109.2, - COGS: 2180, - Profit: 27929.2, - Date: `09/01/2019`, - MonthName: `September`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Vermont`, - UnitsSold: 2938, - ManufacturingPrice: 10, - SalePrice: 20, - GrossSales: 58760, - Discounts: 1659.2, - Sales: 57100.8, - COGS: 20740, - Profit: 36360.8, - Date: `09/01/2019`, - MonthName: `September`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Vermont`, - UnitsSold: 3352, - ManufacturingPrice: 10, - SalePrice: 20, - GrossSales: 67040, - Discounts: 844.8, - Sales: 66195.2, - COGS: 10560, - Profit: 55635.2, - Date: `09/01/2019`, - MonthName: `September`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Vermont`, - UnitsSold: 4409, - ManufacturingPrice: 10, - SalePrice: 15, - GrossSales: 66135, - Discounts: 402.6, - Sales: 65732.4, - COGS: 6710, - Profit: 59022.4, - Date: `10/01/2018`, - MonthName: `October`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Vermont`, - UnitsSold: 3323, - ManufacturingPrice: 10, - SalePrice: 15, - GrossSales: 49845, - Discounts: 908.4, - Sales: 48936.6, - COGS: 15140, - Profit: 33796.6, - Date: `10/01/2018`, - MonthName: `October`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Vermont`, - UnitsSold: 2430, - ManufacturingPrice: 10, - SalePrice: 350, - GrossSales: 850500, - Discounts: 3836, - Sales: 846664, - COGS: 71240, - Profit: 775424, - Date: `12/01/2019`, - MonthName: `December`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Vermont`, - UnitsSold: 535, - ManufacturingPrice: 10, - SalePrice: 125, - GrossSales: 66875, - Discounts: 5690, - Sales: 61185, - COGS: 136560, - Profit: 75375, - Date: `12/01/2019`, - MonthName: `December`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Burlington`, - UnitsSold: 1523, - ManufacturingPrice: 120, - SalePrice: 12, - GrossSales: 18276, - Discounts: 703.2, - Sales: 17572.8, - COGS: 4395, - Profit: 13177.8, - Date: `03/01/2019`, - MonthName: `March`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Burlington`, - UnitsSold: 3631, - ManufacturingPrice: 120, - SalePrice: 20, - GrossSales: 72620, - Discounts: 2116.8, - Sales: 70503.2, - COGS: 26460, - Profit: 44043.2, - Date: `09/01/2018`, - MonthName: `September`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Burlington`, - UnitsSold: 1782, - ManufacturingPrice: 120, - SalePrice: 350, - GrossSales: 623700, - Discounts: 30478, - Sales: 593222, - COGS: 566020, - Profit: 27202, - Date: `10/01/2019`, - MonthName: `October`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Mandarin`, - UnitsSold: 347, - ManufacturingPrice: 250, - SalePrice: 12, - GrossSales: 4164, - Discounts: 415.68, - Sales: 3748.32, - COGS: 2598, - Profit: 1150.32, - Date: `05/01/2019`, - MonthName: `May`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Mandarin`, - UnitsSold: 4147, - ManufacturingPrice: 250, - SalePrice: 350, - GrossSales: 1451450, - Discounts: 4886, - Sales: 1446564, - COGS: 90740, - Profit: 1355824, - Date: `09/01/2018`, - MonthName: `September`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Mandarin`, - UnitsSold: 3509, - ManufacturingPrice: 250, - SalePrice: 350, - GrossSales: 1228150, - Discounts: 30478, - Sales: 1197672, - COGS: 566020, - Profit: 631652, - Date: `10/01/2019`, - MonthName: `October`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Mandarin`, - UnitsSold: 2774, - ManufacturingPrice: 250, - SalePrice: 15, - GrossSales: 41610, - Discounts: 908.4, - Sales: 40701.6, - COGS: 15140, - Profit: 25561.6, - Date: `10/01/2018`, - MonthName: `October`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Luxe`, - UnitsSold: 2943, - ManufacturingPrice: 260, - SalePrice: 350, - GrossSales: 1030050, - Discounts: 26110, - Sales: 1003940, - COGS: 484900, - Profit: 519040, - Date: `02/01/2019`, - MonthName: `February`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Luxe`, - UnitsSold: 4037, - ManufacturingPrice: 260, - SalePrice: 125, - GrossSales: 504625, - Discounts: 5370, - Sales: 499255, - COGS: 128880, - Profit: 370375, - Date: `04/01/2019`, - MonthName: `April`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Luxe`, - UnitsSold: 4146, - ManufacturingPrice: 260, - SalePrice: 350, - GrossSales: 1451100, - Discounts: 26698, - Sales: 1424402, - COGS: 495820, - Profit: 928582, - Date: `09/01/2019`, - MonthName: `September`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Luxe`, - UnitsSold: 4123, - ManufacturingPrice: 260, - SalePrice: 15, - GrossSales: 61845, - Discounts: 402.6, - Sales: 61442.4, - COGS: 6710, - Profit: 54732.4, - Date: `10/01/2018`, - MonthName: `October`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Luxe`, - UnitsSold: 1337, - ManufacturingPrice: 260, - SalePrice: 350, - GrossSales: 467950, - Discounts: 24892, - Sales: 443058, - COGS: 462280, - Profit: 19222, - Date: `12/01/2018`, - MonthName: `December`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Royal Oak`, - UnitsSold: 599, - ManufacturingPrice: 5, - SalePrice: 7, - GrossSales: 4193, - Discounts: 405.65, - Sales: 3787.35, - COGS: 5795, - Profit: 2007.65, - Date: `10/01/2018`, - MonthName: `October`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Vermont`, - UnitsSold: 725, - ManufacturingPrice: 10, - SalePrice: 7, - GrossSales: 5075, - Discounts: 480.2, - Sales: 4594.8, - COGS: 6860, - Profit: 2265.2, - Date: `01/01/2019`, - MonthName: `January`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Vermont`, - UnitsSold: 477, - ManufacturingPrice: 10, - SalePrice: 7, - GrossSales: 3339, - Discounts: 822.15, - Sales: 2516.85, - COGS: 11745, - Profit: 9228.15, - Date: `09/01/2018`, - MonthName: `September`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Vermont`, - UnitsSold: 2325, - ManufacturingPrice: 10, - SalePrice: 7, - GrossSales: 16275, - Discounts: 941.15, - Sales: 15333.85, - COGS: 13445, - Profit: 1888.85, - Date: `10/01/2019`, - MonthName: `October`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Vermont`, - UnitsSold: 675, - ManufacturingPrice: 10, - SalePrice: 12, - GrossSales: 8100, - Discounts: 1458.6, - Sales: 6641.4, - COGS: 7293, - Profit: 651.6, - Date: `12/01/2019`, - MonthName: `December`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Burlington`, - UnitsSold: 2990, - ManufacturingPrice: 120, - SalePrice: 12, - GrossSales: 35880, - Discounts: 1458.6, - Sales: 34421.4, - COGS: 7293, - Profit: 27128.4, - Date: `12/01/2019`, - MonthName: `December`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Mandarin`, - UnitsSold: 1072, - ManufacturingPrice: 250, - SalePrice: 7, - GrossSales: 7504, - Discounts: 941.15, - Sales: 6562.85, - COGS: 13445, - Profit: 6882.15, - Date: `10/01/2019`, - MonthName: `October`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Luxe`, - UnitsSold: 1048, - ManufacturingPrice: 260, - SalePrice: 7, - GrossSales: 7336, - Discounts: 589.05, - Sales: 6746.95, - COGS: 8415, - Profit: 1668.05, - Date: `07/01/2019`, - MonthName: `July`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Luxe`, - UnitsSold: 469, - ManufacturingPrice: 260, - SalePrice: 12, - GrossSales: 5628, - Discounts: 673.8, - Sales: 4954.2, - COGS: 3369, - Profit: 1585.2, - Date: `08/01/2019`, - MonthName: `August`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Luxe`, - UnitsSold: 804, - ManufacturingPrice: 260, - SalePrice: 7, - GrossSales: 5628, - Discounts: 405.65, - Sales: 5222.35, - COGS: 5795, - Profit: 572.65, - Date: `10/01/2018`, - MonthName: `October`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Kensington`, - UnitsSold: 4240, - ManufacturingPrice: 3, - SalePrice: 12, - GrossSales: 50880, - Discounts: 1119, - Sales: 49761, - COGS: 5595, - Profit: 44166, - Date: `02/01/2019`, - MonthName: `February`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Kensington`, - UnitsSold: 1976, - ManufacturingPrice: 3, - SalePrice: 12, - GrossSales: 23712, - Discounts: 669.6, - Sales: 23042.4, - COGS: 3348, - Profit: 19694.4, - Date: `02/01/2019`, - MonthName: `February`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Kensington`, - UnitsSold: 1984, - ManufacturingPrice: 3, - SalePrice: 20, - GrossSales: 39680, - Discounts: 1563, - Sales: 38117, - COGS: 15630, - Profit: 22487, - Date: `05/01/2019`, - MonthName: `May`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Kensington`, - UnitsSold: 480, - ManufacturingPrice: 3, - SalePrice: 300, - GrossSales: 144000, - Discounts: 14865, - Sales: 129135, - COGS: 247750, - Profit: 118615, - Date: `06/01/2019`, - MonthName: `June`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Kensington`, - UnitsSold: 3551, - ManufacturingPrice: 3, - SalePrice: 7, - GrossSales: 24857, - Discounts: 355.6, - Sales: 24501.4, - COGS: 5080, - Profit: 19421.4, - Date: `11/01/2018`, - MonthName: `November`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Kensington`, - UnitsSold: 1205, - ManufacturingPrice: 3, - SalePrice: 15, - GrossSales: 18075, - Discounts: 2093.25, - Sales: 15981.75, - COGS: 27910, - Profit: 11928.25, - Date: `11/01/2019`, - MonthName: `November`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Kensington`, - UnitsSold: 2480, - ManufacturingPrice: 3, - SalePrice: 7, - GrossSales: 17360, - Discounts: 199.5, - Sales: 17160.5, - COGS: 2850, - Profit: 14310.5, - Date: `12/01/2019`, - MonthName: `December`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Kensington`, - UnitsSold: 2926, - ManufacturingPrice: 3, - SalePrice: 7, - GrossSales: 20482, - Discounts: 870.45, - Sales: 19611.55, - COGS: 12435, - Profit: 7176.55, - Date: `12/01/2019`, - MonthName: `December`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Royal Oak`, - UnitsSold: 3210, - ManufacturingPrice: 5, - SalePrice: 350, - GrossSales: 1123500, - Discounts: 24228.75, - Sales: 1099271.25, - COGS: 359970, - Profit: 739301.25, - Date: `01/01/2019`, - MonthName: `January`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Royal Oak`, - UnitsSold: 3221, - ManufacturingPrice: 5, - SalePrice: 125, - GrossSales: 402625, - Discounts: 22668.75, - Sales: 379956.25, - COGS: 435240, - Profit: 55283.75, - Date: `07/01/2019`, - MonthName: `July`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Royal Oak`, - UnitsSold: 2389, - ManufacturingPrice: 5, - SalePrice: 350, - GrossSales: 836150, - Discounts: 12600, - Sales: 823550, - COGS: 187200, - Profit: 636350, - Date: `09/01/2018`, - MonthName: `September`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Royal Oak`, - UnitsSold: 1127, - ManufacturingPrice: 5, - SalePrice: 12, - GrossSales: 13524, - Discounts: 1405.2, - Sales: 12118.8, - COGS: 7026, - Profit: 5092.8, - Date: `11/01/2019`, - MonthName: `November`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Royal Oak`, - UnitsSold: 319, - ManufacturingPrice: 5, - SalePrice: 300, - GrossSales: 95700, - Discounts: 16500, - Sales: 79200, - COGS: 275000, - Profit: 195800, - Date: `12/01/2018`, - MonthName: `December`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Vermont`, - UnitsSold: 1610, - ManufacturingPrice: 10, - SalePrice: 20, - GrossSales: 32200, - Discounts: 1303, - Sales: 30897, - COGS: 13030, - Profit: 17867, - Date: `02/01/2019`, - MonthName: `February`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Vermont`, - UnitsSold: 4100, - ManufacturingPrice: 10, - SalePrice: 125, - GrossSales: 512500, - Discounts: 18700, - Sales: 493800, - COGS: 359040, - Profit: 134760, - Date: `03/01/2019`, - MonthName: `March`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Vermont`, - UnitsSold: 1012, - ManufacturingPrice: 10, - SalePrice: 125, - GrossSales: 126500, - Discounts: 14906.25, - Sales: 111593.75, - COGS: 286200, - Profit: 174606.25, - Date: `03/01/2019`, - MonthName: `March`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Vermont`, - UnitsSold: 3337, - ManufacturingPrice: 10, - SalePrice: 300, - GrossSales: 1001100, - Discounts: 24105, - Sales: 976995, - COGS: 401750, - Profit: 575245, - Date: `04/01/2019`, - MonthName: `April`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Vermont`, - UnitsSold: 3955, - ManufacturingPrice: 10, - SalePrice: 7, - GrossSales: 27685, - Discounts: 814.45, - Sales: 26870.55, - COGS: 11635, - Profit: 15235.55, - Date: `05/01/2019`, - MonthName: `May`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Vermont`, - UnitsSold: 4347, - ManufacturingPrice: 10, - SalePrice: 300, - GrossSales: 1304100, - Discounts: 14865, - Sales: 1289235, - COGS: 247750, - Profit: 1041485, - Date: `06/01/2019`, - MonthName: `June`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Vermont`, - UnitsSold: 1548, - ManufacturingPrice: 10, - SalePrice: 350, - GrossSales: 541800, - Discounts: 10535, - Sales: 531265, - COGS: 156520, - Profit: 374745, - Date: `06/01/2019`, - MonthName: `June`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Vermont`, - UnitsSold: 2153, - ManufacturingPrice: 10, - SalePrice: 15, - GrossSales: 32295, - Discounts: 1965, - Sales: 30330, - COGS: 26200, - Profit: 4130, - Date: `09/01/2019`, - MonthName: `September`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Vermont`, - UnitsSold: 3789, - ManufacturingPrice: 10, - SalePrice: 350, - GrossSales: 1326150, - Discounts: 21490, - Sales: 1304660, - COGS: 319280, - Profit: 985380, - Date: `10/01/2018`, - MonthName: `October`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Vermont`, - UnitsSold: 4364, - ManufacturingPrice: 10, - SalePrice: 20, - GrossSales: 87280, - Discounts: 1389, - Sales: 85891, - COGS: 13890, - Profit: 72001, - Date: `10/01/2018`, - MonthName: `October`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Vermont`, - UnitsSold: 4126, - ManufacturingPrice: 10, - SalePrice: 125, - GrossSales: 515750, - Discounts: 5381.25, - Sales: 510368.75, - COGS: 103320, - Profit: 407048.75, - Date: `10/01/2019`, - MonthName: `October`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Vermont`, - UnitsSold: 1343, - ManufacturingPrice: 10, - SalePrice: 125, - GrossSales: 167875, - Discounts: 4400, - Sales: 163475, - COGS: 84480, - Profit: 78995, - Date: `10/01/2018`, - MonthName: `October`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Vermont`, - UnitsSold: 245, - ManufacturingPrice: 10, - SalePrice: 20, - GrossSales: 4900, - Discounts: 1802, - Sales: 3098, - COGS: 18020, - Profit: 14922, - Date: `12/01/2018`, - MonthName: `December`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Vermont`, - UnitsSold: 3376, - ManufacturingPrice: 10, - SalePrice: 20, - GrossSales: 67520, - Discounts: 2663, - Sales: 64857, - COGS: 26630, - Profit: 38227, - Date: `12/01/2019`, - MonthName: `December`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Vermont`, - UnitsSold: 1401, - ManufacturingPrice: 10, - SalePrice: 7, - GrossSales: 9807, - Discounts: 747.6, - Sales: 9059.4, - COGS: 10680, - Profit: 1620.6, - Date: `12/01/2018`, - MonthName: `December`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Vermont`, - UnitsSold: 3483, - ManufacturingPrice: 10, - SalePrice: 15, - GrossSales: 52245, - Discounts: 1587, - Sales: 50658, - COGS: 21160, - Profit: 29498, - Date: `12/01/2018`, - MonthName: `December`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Burlington`, - UnitsSold: 2244, - ManufacturingPrice: 120, - SalePrice: 15, - GrossSales: 33660, - Discounts: 416.25, - Sales: 33243.75, - COGS: 5550, - Profit: 27693.75, - Date: `01/01/2019`, - MonthName: `January`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Burlington`, - UnitsSold: 1360, - ManufacturingPrice: 120, - SalePrice: 15, - GrossSales: 20400, - Discounts: 2145.75, - Sales: 18254.25, - COGS: 28610, - Profit: 10355.75, - Date: `01/01/2019`, - MonthName: `January`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Burlington`, - UnitsSold: 279, - ManufacturingPrice: 120, - SalePrice: 125, - GrossSales: 34875, - Discounts: 5043.75, - Sales: 29831.25, - COGS: 96840, - Profit: 67008.75, - Date: `02/01/2019`, - MonthName: `February`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Burlington`, - UnitsSold: 2521, - ManufacturingPrice: 120, - SalePrice: 350, - GrossSales: 882350, - Discounts: 10535, - Sales: 871815, - COGS: 156520, - Profit: 715295, - Date: `06/01/2019`, - MonthName: `June`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Burlington`, - UnitsSold: 2433, - ManufacturingPrice: 120, - SalePrice: 20, - GrossSales: 48660, - Discounts: 2832, - Sales: 45828, - COGS: 28320, - Profit: 17508, - Date: `08/01/2019`, - MonthName: `August`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Burlington`, - UnitsSold: 1738, - ManufacturingPrice: 120, - SalePrice: 20, - GrossSales: 34760, - Discounts: 1579, - Sales: 33181, - COGS: 15790, - Profit: 17391, - Date: `08/01/2019`, - MonthName: `August`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Burlington`, - UnitsSold: 1106, - ManufacturingPrice: 120, - SalePrice: 125, - GrossSales: 138250, - Discounts: 5381.25, - Sales: 132868.75, - COGS: 103320, - Profit: 29548.75, - Date: `10/01/2019`, - MonthName: `October`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Burlington`, - UnitsSold: 3379, - ManufacturingPrice: 120, - SalePrice: 125, - GrossSales: 422375, - Discounts: 4400, - Sales: 417975, - COGS: 84480, - Profit: 333495, - Date: `10/01/2018`, - MonthName: `October`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Burlington`, - UnitsSold: 1221, - ManufacturingPrice: 120, - SalePrice: 20, - GrossSales: 24420, - Discounts: 1033, - Sales: 23387, - COGS: 10330, - Profit: 13057, - Date: `12/01/2018`, - MonthName: `December`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Burlington`, - UnitsSold: 213, - ManufacturingPrice: 120, - SalePrice: 300, - GrossSales: 63900, - Discounts: 18750, - Sales: 45150, - COGS: 312500, - Profit: 267350, - Date: `12/01/2019`, - MonthName: `December`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Mandarin`, - UnitsSold: 3335, - ManufacturingPrice: 250, - SalePrice: 20, - GrossSales: 66700, - Discounts: 1389, - Sales: 65311, - COGS: 13890, - Profit: 51421, - Date: `10/01/2018`, - MonthName: `October`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Mandarin`, - UnitsSold: 1260, - ManufacturingPrice: 250, - SalePrice: 20, - GrossSales: 25200, - Discounts: 1265, - Sales: 23935, - COGS: 12650, - Profit: 11285, - Date: `11/01/2018`, - MonthName: `November`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Mandarin`, - UnitsSold: 3034, - ManufacturingPrice: 250, - SalePrice: 20, - GrossSales: 60680, - Discounts: 2297, - Sales: 58383, - COGS: 22970, - Profit: 35413, - Date: `11/01/2018`, - MonthName: `November`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Mandarin`, - UnitsSold: 2929, - ManufacturingPrice: 250, - SalePrice: 20, - GrossSales: 58580, - Discounts: 2663, - Sales: 55917, - COGS: 26630, - Profit: 29287, - Date: `12/01/2019`, - MonthName: `December`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Mandarin`, - UnitsSold: 2389, - ManufacturingPrice: 250, - SalePrice: 7, - GrossSales: 16723, - Discounts: 199.5, - Sales: 16523.5, - COGS: 2850, - Profit: 13673.5, - Date: `12/01/2019`, - MonthName: `December`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Mandarin`, - UnitsSold: 3086, - ManufacturingPrice: 250, - SalePrice: 7, - GrossSales: 21602, - Discounts: 870.45, - Sales: 20731.55, - COGS: 12435, - Profit: 8296.55, - Date: `12/01/2019`, - MonthName: `December`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Luxe`, - UnitsSold: 745, - ManufacturingPrice: 260, - SalePrice: 350, - GrossSales: 260750, - Discounts: 23625, - Sales: 237125, - COGS: 351000, - Profit: 113875, - Date: `02/01/2019`, - MonthName: `February`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Luxe`, - UnitsSold: 1266, - ManufacturingPrice: 260, - SalePrice: 350, - GrossSales: 443100, - Discounts: 9660, - Sales: 433440, - COGS: 143520, - Profit: 289920, - Date: `08/01/2019`, - MonthName: `August`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Luxe`, - UnitsSold: 3790, - ManufacturingPrice: 260, - SalePrice: 350, - GrossSales: 1326500, - Discounts: 21490, - Sales: 1305010, - COGS: 319280, - Profit: 985730, - Date: `10/01/2018`, - MonthName: `October`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Luxe`, - UnitsSold: 4287, - ManufacturingPrice: 260, - SalePrice: 300, - GrossSales: 1286100, - Discounts: 18750, - Sales: 1267350, - COGS: 312500, - Profit: 954850, - Date: `12/01/2019`, - MonthName: `December`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Vermont`, - UnitsSold: 3193, - ManufacturingPrice: 10, - SalePrice: 15, - GrossSales: 47895, - Discounts: 3420.9, - Sales: 44474.1, - COGS: 38010, - Profit: 6464.1, - Date: `04/01/2019`, - MonthName: `April`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Kensington`, - UnitsSold: 1967, - ManufacturingPrice: 3, - SalePrice: 20, - GrossSales: 39340, - Discounts: 1341, - Sales: 37999, - COGS: 11175, - Profit: 26824, - Date: `01/01/2019`, - MonthName: `January`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Kensington`, - UnitsSold: 631, - ManufacturingPrice: 3, - SalePrice: 15, - GrossSales: 9465, - Discounts: 2559.6, - Sales: 6905.4, - COGS: 28440, - Profit: 21534.6, - Date: `06/01/2019`, - MonthName: `June`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Kensington`, - UnitsSold: 3469, - ManufacturingPrice: 3, - SalePrice: 12, - GrossSales: 41628, - Discounts: 404.64, - Sales: 41223.36, - COGS: 1686, - Profit: 39537.36, - Date: `09/01/2019`, - MonthName: `September`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Kensington`, - UnitsSold: 570, - ManufacturingPrice: 3, - SalePrice: 12, - GrossSales: 6840, - Discounts: 1655.28, - Sales: 5184.72, - COGS: 6897, - Profit: 1712.28, - Date: `10/01/2018`, - MonthName: `October`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Kensington`, - UnitsSold: 3215, - ManufacturingPrice: 3, - SalePrice: 15, - GrossSales: 48225, - Discounts: 1827, - Sales: 46398, - COGS: 20300, - Profit: 26098, - Date: `11/01/2019`, - MonthName: `November`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Kensington`, - UnitsSold: 3754, - ManufacturingPrice: 3, - SalePrice: 7, - GrossSales: 26278, - Discounts: 110.46, - Sales: 26167.54, - COGS: 1315, - Profit: 24852.54, - Date: `11/01/2018`, - MonthName: `November`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Kensington`, - UnitsSold: 2187, - ManufacturingPrice: 3, - SalePrice: 125, - GrossSales: 273375, - Discounts: 6652.5, - Sales: 266722.5, - COGS: 106440, - Profit: 160282.5, - Date: `12/01/2018`, - MonthName: `December`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Royal Oak`, - UnitsSold: 1959, - ManufacturingPrice: 5, - SalePrice: 350, - GrossSales: 685650, - Discounts: 20580, - Sales: 665070, - COGS: 254800, - Profit: 410270, - Date: `04/01/2019`, - MonthName: `April`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Royal Oak`, - UnitsSold: 2181, - ManufacturingPrice: 5, - SalePrice: 350, - GrossSales: 763350, - Discounts: 30660, - Sales: 732690, - COGS: 379600, - Profit: 353090, - Date: `05/01/2019`, - MonthName: `May`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Royal Oak`, - UnitsSold: 3559, - ManufacturingPrice: 5, - SalePrice: 7, - GrossSales: 24913, - Discounts: 589.26, - Sales: 24323.74, - COGS: 7015, - Profit: 17308.74, - Date: `10/01/2018`, - MonthName: `October`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Royal Oak`, - UnitsSold: 2205, - ManufacturingPrice: 5, - SalePrice: 12, - GrossSales: 26460, - Discounts: 1960.56, - Sales: 24499.44, - COGS: 8169, - Profit: 16330.44, - Date: `11/01/2019`, - MonthName: `November`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Vermont`, - UnitsSold: 1890, - ManufacturingPrice: 10, - SalePrice: 350, - GrossSales: 661500, - Discounts: 31416, - Sales: 630084, - COGS: 388960, - Profit: 241124, - Date: `06/01/2019`, - MonthName: `June`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Vermont`, - UnitsSold: 1296, - ManufacturingPrice: 10, - SalePrice: 12, - GrossSales: 15552, - Discounts: 1655.28, - Sales: 13896.72, - COGS: 6897, - Profit: 6999.72, - Date: `10/01/2018`, - MonthName: `October`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Vermont`, - UnitsSold: 775, - ManufacturingPrice: 10, - SalePrice: 350, - GrossSales: 271250, - Discounts: 15267, - Sales: 255983, - COGS: 189020, - Profit: 66963, - Date: `10/01/2018`, - MonthName: `October`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Burlington`, - UnitsSold: 2417, - ManufacturingPrice: 120, - SalePrice: 125, - GrossSales: 302125, - Discounts: 7140, - Sales: 294985, - COGS: 114240, - Profit: 180745, - Date: `02/01/2019`, - MonthName: `February`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Burlington`, - UnitsSold: 1158, - ManufacturingPrice: 120, - SalePrice: 125, - GrossSales: 144750, - Discounts: 20662.5, - Sales: 124087.5, - COGS: 330600, - Profit: 206512.5, - Date: `02/01/2019`, - MonthName: `February`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Burlington`, - UnitsSold: 803, - ManufacturingPrice: 120, - SalePrice: 15, - GrossSales: 12045, - Discounts: 1377, - Sales: 10668, - COGS: 15300, - Profit: 4632, - Date: `05/01/2019`, - MonthName: `May`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Burlington`, - UnitsSold: 3705, - ManufacturingPrice: 120, - SalePrice: 350, - GrossSales: 1296750, - Discounts: 31416, - Sales: 1265334, - COGS: 388960, - Profit: 876374, - Date: `06/01/2019`, - MonthName: `June`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Burlington`, - UnitsSold: 589, - ManufacturingPrice: 120, - SalePrice: 7, - GrossSales: 4123, - Discounts: 629.16, - Sales: 3493.84, - COGS: 7490, - Profit: 3996.16, - Date: `06/01/2019`, - MonthName: `June`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Burlington`, - UnitsSold: 3797, - ManufacturingPrice: 120, - SalePrice: 300, - GrossSales: 1139100, - Discounts: 21978, - Sales: 1117122, - COGS: 305250, - Profit: 811872, - Date: `10/01/2018`, - MonthName: `October`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Burlington`, - UnitsSold: 1321, - ManufacturingPrice: 120, - SalePrice: 350, - GrossSales: 462350, - Discounts: 43596, - Sales: 418754, - COGS: 539760, - Profit: 121006, - Date: `10/01/2018`, - MonthName: `October`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Mandarin`, - UnitsSold: 3999, - ManufacturingPrice: 250, - SalePrice: 15, - GrossSales: 59985, - Discounts: 2559.6, - Sales: 57425.4, - COGS: 28440, - Profit: 28985.4, - Date: `06/01/2019`, - MonthName: `June`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Mandarin`, - UnitsSold: 4256, - ManufacturingPrice: 250, - SalePrice: 7, - GrossSales: 29792, - Discounts: 629.16, - Sales: 29162.84, - COGS: 7490, - Profit: 21672.84, - Date: `06/01/2019`, - MonthName: `June`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Mandarin`, - UnitsSold: 1643, - ManufacturingPrice: 250, - SalePrice: 300, - GrossSales: 492900, - Discounts: 21978, - Sales: 470922, - COGS: 305250, - Profit: 165672, - Date: `10/01/2018`, - MonthName: `October`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Mandarin`, - UnitsSold: 1912, - ManufacturingPrice: 250, - SalePrice: 20, - GrossSales: 38240, - Discounts: 1347.6, - Sales: 36892.4, - COGS: 11230, - Profit: 25662.4, - Date: `11/01/2018`, - MonthName: `November`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Mandarin`, - UnitsSold: 1610, - ManufacturingPrice: 250, - SalePrice: 300, - GrossSales: 483000, - Discounts: 43848, - Sales: 439152, - COGS: 609000, - Profit: 169848, - Date: `12/01/2018`, - MonthName: `December`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Luxe`, - UnitsSold: 2160, - ManufacturingPrice: 260, - SalePrice: 125, - GrossSales: 270000, - Discounts: 14906.25, - Sales: 255093.75, - COGS: 238500, - Profit: 16593.75, - Date: `01/01/2019`, - MonthName: `January`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Luxe`, - UnitsSold: 466, - ManufacturingPrice: 260, - SalePrice: 350, - GrossSales: 163100, - Discounts: 35259, - Sales: 127841, - COGS: 436540, - Profit: 308699, - Date: `09/01/2019`, - MonthName: `September`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Luxe`, - UnitsSold: 328, - ManufacturingPrice: 260, - SalePrice: 350, - GrossSales: 114800, - Discounts: 15267, - Sales: 99533, - COGS: 189020, - Profit: 89487, - Date: `10/01/2018`, - MonthName: `October`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Luxe`, - UnitsSold: 4099, - ManufacturingPrice: 260, - SalePrice: 7, - GrossSales: 28693, - Discounts: 589.26, - Sales: 28103.74, - COGS: 7015, - Profit: 21088.74, - Date: `10/01/2018`, - MonthName: `October`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Luxe`, - UnitsSold: 990, - ManufacturingPrice: 260, - SalePrice: 350, - GrossSales: 346500, - Discounts: 43596, - Sales: 302904, - COGS: 539760, - Profit: 236856, - Date: `10/01/2018`, - MonthName: `October`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Royal Oak`, - UnitsSold: 1433, - ManufacturingPrice: 5, - SalePrice: 20, - GrossSales: 28660, - Discounts: 2108.4, - Sales: 26551.6, - COGS: 17570, - Profit: 8981.6, - Date: `10/01/2018`, - MonthName: `October`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Vermont`, - UnitsSold: 1478, - ManufacturingPrice: 10, - SalePrice: 15, - GrossSales: 22170, - Discounts: 1978.2, - Sales: 20191.8, - COGS: 21980, - Profit: 1788.2, - Date: `08/01/2019`, - MonthName: `August`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Vermont`, - UnitsSold: 3798, - ManufacturingPrice: 10, - SalePrice: 15, - GrossSales: 56970, - Discounts: 1568.7, - Sales: 55401.3, - COGS: 17430, - Profit: 37971.3, - Date: `08/01/2019`, - MonthName: `August`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Vermont`, - UnitsSold: 447, - ManufacturingPrice: 10, - SalePrice: 15, - GrossSales: 6705, - Discounts: 1037.7, - Sales: 5667.3, - COGS: 11530, - Profit: 5862.7, - Date: `10/01/2019`, - MonthName: `October`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Vermont`, - UnitsSold: 1711, - ManufacturingPrice: 10, - SalePrice: 20, - GrossSales: 34220, - Discounts: 2108.4, - Sales: 32111.6, - COGS: 17570, - Profit: 14541.6, - Date: `10/01/2018`, - MonthName: `October`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Burlington`, - UnitsSold: 745, - ManufacturingPrice: 120, - SalePrice: 20, - GrossSales: 14900, - Discounts: 1201.2, - Sales: 13698.8, - COGS: 10010, - Profit: 3688.8, - Date: `08/01/2019`, - MonthName: `August`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Burlington`, - UnitsSold: 1732, - ManufacturingPrice: 120, - SalePrice: 7, - GrossSales: 12124, - Discounts: 559.86, - Sales: 11564.14, - COGS: 6665, - Profit: 4899.14, - Date: `11/01/2019`, - MonthName: `November`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Mandarin`, - UnitsSold: 1759, - ManufacturingPrice: 250, - SalePrice: 15, - GrossSales: 26385, - Discounts: 1037.7, - Sales: 25347.3, - COGS: 11530, - Profit: 13817.3, - Date: `10/01/2019`, - MonthName: `October`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Kensington`, - UnitsSold: 338, - ManufacturingPrice: 3, - SalePrice: 12, - GrossSales: 4056, - Discounts: 610.68, - Sales: 3445.32, - COGS: 2181, - Profit: 1264.32, - Date: `02/01/2019`, - MonthName: `February`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Kensington`, - UnitsSold: 3911, - ManufacturingPrice: 3, - SalePrice: 12, - GrossSales: 46932, - Discounts: 1582.56, - Sales: 45349.44, - COGS: 5652, - Profit: 39697.44, - Date: `08/01/2019`, - MonthName: `August`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Kensington`, - UnitsSold: 3691, - ManufacturingPrice: 3, - SalePrice: 20, - GrossSales: 73820, - Discounts: 2567.6, - Sales: 71252.4, - COGS: 18340, - Profit: 52912.4, - Date: `09/01/2018`, - MonthName: `September`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Royal Oak`, - UnitsSold: 4473, - ManufacturingPrice: 5, - SalePrice: 12, - GrossSales: 53676, - Discounts: 1965.6, - Sales: 51710.4, - COGS: 7020, - Profit: 44690.4, - Date: `01/01/2019`, - MonthName: `January`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Royal Oak`, - UnitsSold: 383, - ManufacturingPrice: 5, - SalePrice: 12, - GrossSales: 4596, - Discounts: 1967.28, - Sales: 2628.72, - COGS: 7026, - Profit: 4397.28, - Date: `11/01/2019`, - MonthName: `November`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Vermont`, - UnitsSold: 3105, - ManufacturingPrice: 10, - SalePrice: 7, - GrossSales: 21735, - Discounts: 505.19, - Sales: 21229.81, - COGS: 5155, - Profit: 16074.81, - Date: `09/01/2018`, - MonthName: `September`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Burlington`, - UnitsSold: 1062, - ManufacturingPrice: 120, - SalePrice: 15, - GrossSales: 15930, - Discounts: 1325.1, - Sales: 14604.9, - COGS: 12620, - Profit: 1984.9, - Date: `05/01/2019`, - MonthName: `May`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Burlington`, - UnitsSold: 4083, - ManufacturingPrice: 120, - SalePrice: 7, - GrossSales: 28581, - Discounts: 556.15, - Sales: 28024.85, - COGS: 5675, - Profit: 22349.85, - Date: `06/01/2019`, - MonthName: `June`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Burlington`, - UnitsSold: 3974, - ManufacturingPrice: 120, - SalePrice: 7, - GrossSales: 27818, - Discounts: 268.03, - Sales: 27549.97, - COGS: 2735, - Profit: 24814.97, - Date: `11/01/2019`, - MonthName: `November`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Burlington`, - UnitsSold: 3723, - ManufacturingPrice: 120, - SalePrice: 7, - GrossSales: 26061, - Discounts: 775.18, - Sales: 25285.82, - COGS: 7910, - Profit: 17375.82, - Date: `12/01/2019`, - MonthName: `December`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Mandarin`, - UnitsSold: 2435, - ManufacturingPrice: 250, - SalePrice: 12, - GrossSales: 29220, - Discounts: 1460.34, - Sales: 27759.66, - COGS: 5215.5, - Profit: 22544.16, - Date: `04/01/2019`, - MonthName: `April`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Mandarin`, - UnitsSold: 1678, - ManufacturingPrice: 250, - SalePrice: 12, - GrossSales: 20136, - Discounts: 1860.6, - Sales: 18275.4, - COGS: 6645, - Profit: 11630.4, - Date: `09/01/2018`, - MonthName: `September`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Mandarin`, - UnitsSold: 1763, - ManufacturingPrice: 250, - SalePrice: 7, - GrossSales: 12341, - Discounts: 775.18, - Sales: 11565.82, - COGS: 7910, - Profit: 3655.82, - Date: `12/01/2019`, - MonthName: `December`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Luxe`, - UnitsSold: 4473, - ManufacturingPrice: 260, - SalePrice: 7, - GrossSales: 31311, - Discounts: 556.15, - Sales: 30754.85, - COGS: 5675, - Profit: 25079.85, - Date: `06/01/2019`, - MonthName: `June`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Kensington`, - UnitsSold: 1246, - ManufacturingPrice: 3, - SalePrice: 350, - GrossSales: 436100, - Discounts: 43144.5, - Sales: 392955.5, - COGS: 457860, - Profit: 64904.5, - Date: `03/01/2019`, - MonthName: `March`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Kensington`, - UnitsSold: 1615, - ManufacturingPrice: 3, - SalePrice: 300, - GrossSales: 484500, - Discounts: 9408, - Sales: 475092, - COGS: 112000, - Profit: 363092, - Date: `06/01/2019`, - MonthName: `June`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Kensington`, - UnitsSold: 749, - ManufacturingPrice: 3, - SalePrice: 300, - GrossSales: 224700, - Discounts: 45801, - Sales: 178899, - COGS: 545250, - Profit: 366351, - Date: `10/01/2019`, - MonthName: `October`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Royal Oak`, - UnitsSold: 1318, - ManufacturingPrice: 5, - SalePrice: 20, - GrossSales: 26360, - Discounts: 2766.4, - Sales: 23593.6, - COGS: 19760, - Profit: 3833.6, - Date: `10/01/2019`, - MonthName: `October`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Royal Oak`, - UnitsSold: 2882, - ManufacturingPrice: 5, - SalePrice: 300, - GrossSales: 864600, - Discounts: 45801, - Sales: 818799, - COGS: 545250, - Profit: 273549, - Date: `10/01/2019`, - MonthName: `October`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Royal Oak`, - UnitsSold: 3039, - ManufacturingPrice: 5, - SalePrice: 125, - GrossSales: 379875, - Discounts: 21875, - Sales: 358000, - COGS: 300000, - Profit: 58000, - Date: `11/01/2018`, - MonthName: `November`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Vermont`, - UnitsSold: 2484, - ManufacturingPrice: 10, - SalePrice: 300, - GrossSales: 745200, - Discounts: 35742, - Sales: 709458, - COGS: 425500, - Profit: 283958, - Date: `05/01/2019`, - MonthName: `May`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Vermont`, - UnitsSold: 3169, - ManufacturingPrice: 10, - SalePrice: 300, - GrossSales: 950700, - Discounts: 9408, - Sales: 941292, - COGS: 112000, - Profit: 829292, - Date: `06/01/2019`, - MonthName: `June`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Vermont`, - UnitsSold: 4080, - ManufacturingPrice: 10, - SalePrice: 125, - GrossSales: 510000, - Discounts: 30738.75, - Sales: 479261.25, - COGS: 421560, - Profit: 57701.25, - Date: `07/01/2019`, - MonthName: `July`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Vermont`, - UnitsSold: 3943, - ManufacturingPrice: 10, - SalePrice: 15, - GrossSales: 59145, - Discounts: 2206.05, - Sales: 56938.95, - COGS: 21010, - Profit: 35928.95, - Date: `08/01/2019`, - MonthName: `August`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Vermont`, - UnitsSold: 784, - ManufacturingPrice: 10, - SalePrice: 15, - GrossSales: 11760, - Discounts: 3077.55, - Sales: 8682.45, - COGS: 29310, - Profit: 20627.55, - Date: `09/01/2018`, - MonthName: `September`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Vermont`, - UnitsSold: 253, - ManufacturingPrice: 10, - SalePrice: 20, - GrossSales: 5060, - Discounts: 2149, - Sales: 2911, - COGS: 15350, - Profit: 12439, - Date: `09/01/2019`, - MonthName: `September`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Vermont`, - UnitsSold: 1316, - ManufacturingPrice: 10, - SalePrice: 300, - GrossSales: 394800, - Discounts: 23583, - Sales: 371217, - COGS: 280750, - Profit: 90467, - Date: `09/01/2018`, - MonthName: `September`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Vermont`, - UnitsSold: 808, - ManufacturingPrice: 10, - SalePrice: 300, - GrossSales: 242400, - Discounts: 29484, - Sales: 212916, - COGS: 351000, - Profit: 138084, - Date: `11/01/2018`, - MonthName: `November`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Vermont`, - UnitsSold: 3295, - ManufacturingPrice: 10, - SalePrice: 12, - GrossSales: 39540, - Discounts: 2320.92, - Sales: 37219.08, - COGS: 8289, - Profit: 28930.08, - Date: `11/01/2018`, - MonthName: `November`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Vermont`, - UnitsSold: 520, - ManufacturingPrice: 10, - SalePrice: 7, - GrossSales: 3640, - Discounts: 1041.25, - Sales: 2598.75, - COGS: 10625, - Profit: 8026.25, - Date: `12/01/2018`, - MonthName: `December`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Burlington`, - UnitsSold: 799, - ManufacturingPrice: 120, - SalePrice: 300, - GrossSales: 239700, - Discounts: 34839, - Sales: 204861, - COGS: 414750, - Profit: 209889, - Date: `07/01/2019`, - MonthName: `July`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Burlington`, - UnitsSold: 3942, - ManufacturingPrice: 120, - SalePrice: 20, - GrossSales: 78840, - Discounts: 852.6, - Sales: 77987.4, - COGS: 6090, - Profit: 71897.4, - Date: `08/01/2019`, - MonthName: `August`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Burlington`, - UnitsSold: 2498, - ManufacturingPrice: 120, - SalePrice: 125, - GrossSales: 312250, - Discounts: 18261.25, - Sales: 293988.75, - COGS: 250440, - Profit: 43548.75, - Date: `09/01/2019`, - MonthName: `September`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Burlington`, - UnitsSold: 2517, - ManufacturingPrice: 120, - SalePrice: 20, - GrossSales: 50340, - Discounts: 2766.4, - Sales: 47573.6, - COGS: 19760, - Profit: 27813.6, - Date: `10/01/2019`, - MonthName: `October`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Burlington`, - UnitsSold: 3182, - ManufacturingPrice: 120, - SalePrice: 20, - GrossSales: 63640, - Discounts: 1989.4, - Sales: 61650.6, - COGS: 14210, - Profit: 47440.6, - Date: `12/01/2018`, - MonthName: `December`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Burlington`, - UnitsSold: 1145, - ManufacturingPrice: 120, - SalePrice: 300, - GrossSales: 343500, - Discounts: 28812, - Sales: 314688, - COGS: 343000, - Profit: 28312, - Date: `12/01/2019`, - MonthName: `December`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Burlington`, - UnitsSold: 895, - ManufacturingPrice: 120, - SalePrice: 20, - GrossSales: 17900, - Discounts: 823.2, - Sales: 17076.8, - COGS: 5880, - Profit: 11196.8, - Date: `12/01/2018`, - MonthName: `December`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Mandarin`, - UnitsSold: 3814, - ManufacturingPrice: 250, - SalePrice: 12, - GrossSales: 45768, - Discounts: 2725.38, - Sales: 43042.62, - COGS: 9733.5, - Profit: 33309.12, - Date: `01/01/2019`, - MonthName: `January`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Mandarin`, - UnitsSold: 1188, - ManufacturingPrice: 250, - SalePrice: 300, - GrossSales: 356400, - Discounts: 20139, - Sales: 336261, - COGS: 239750, - Profit: 96511, - Date: `02/01/2019`, - MonthName: `February`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Mandarin`, - UnitsSold: 2233, - ManufacturingPrice: 250, - SalePrice: 300, - GrossSales: 669900, - Discounts: 57687, - Sales: 612213, - COGS: 686750, - Profit: 74537, - Date: `02/01/2019`, - MonthName: `February`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Luxe`, - UnitsSold: 421, - ManufacturingPrice: 260, - SalePrice: 125, - GrossSales: 52625, - Discounts: 14393.75, - Sales: 38231.25, - COGS: 197400, - Profit: 159168.75, - Date: `05/01/2019`, - MonthName: `May`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Luxe`, - UnitsSold: 269, - ManufacturingPrice: 260, - SalePrice: 350, - GrossSales: 94150, - Discounts: 70462, - Sales: 23688, - COGS: 747760, - Profit: 724072, - Date: `09/01/2019`, - MonthName: `September`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Luxe`, - UnitsSold: 3766, - ManufacturingPrice: 260, - SalePrice: 125, - GrossSales: 470750, - Discounts: 8697.5, - Sales: 462052.5, - COGS: 119280, - Profit: 342772.5, - Date: `09/01/2018`, - MonthName: `September`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Luxe`, - UnitsSold: 952, - ManufacturingPrice: 260, - SalePrice: 20, - GrossSales: 19040, - Discounts: 1565.2, - Sales: 17474.8, - COGS: 11180, - Profit: 6294.8, - Date: `11/01/2019`, - MonthName: `November`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Luxe`, - UnitsSold: 2964, - ManufacturingPrice: 260, - SalePrice: 300, - GrossSales: 889200, - Discounts: 28812, - Sales: 860388, - COGS: 343000, - Profit: 517388, - Date: `12/01/2019`, - MonthName: `December`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Royal Oak`, - UnitsSold: 1505, - ManufacturingPrice: 5, - SalePrice: 7, - GrossSales: 10535, - Discounts: 273.28, - Sales: 10261.72, - COGS: 2440, - Profit: 7821.72, - Date: `02/01/2019`, - MonthName: `February`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Royal Oak`, - UnitsSold: 1678, - ManufacturingPrice: 5, - SalePrice: 20, - GrossSales: 33560, - Discounts: 2051.2, - Sales: 31508.8, - COGS: 12820, - Profit: 18688.8, - Date: `06/01/2019`, - MonthName: `June`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Vermont`, - UnitsSold: 4249, - ManufacturingPrice: 10, - SalePrice: 7, - GrossSales: 29743, - Discounts: 143.92, - Sales: 29599.08, - COGS: 1285, - Profit: 28314.08, - Date: `05/01/2019`, - MonthName: `May`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Luxe`, - UnitsSold: 1677, - ManufacturingPrice: 260, - SalePrice: 20, - GrossSales: 33540, - Discounts: 2051.2, - Sales: 31488.8, - COGS: 12820, - Profit: 18668.8, - Date: `06/01/2019`, - MonthName: `June`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Kensington`, - UnitsSold: 3051, - ManufacturingPrice: 3, - SalePrice: 125, - GrossSales: 381375, - Discounts: 15400, - Sales: 365975, - COGS: 184800, - Profit: 181175, - Date: `08/01/2019`, - MonthName: `August`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Kensington`, - UnitsSold: 3372, - ManufacturingPrice: 3, - SalePrice: 15, - GrossSales: 50580, - Discounts: 588, - Sales: 49992, - COGS: 4900, - Profit: 45092, - Date: `11/01/2019`, - MonthName: `November`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Kensington`, - UnitsSold: 1686, - ManufacturingPrice: 3, - SalePrice: 350, - GrossSales: 590100, - Discounts: 38136, - Sales: 551964, - COGS: 354120, - Profit: 197844, - Date: `12/01/2019`, - MonthName: `December`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Royal Oak`, - UnitsSold: 3086, - ManufacturingPrice: 5, - SalePrice: 15, - GrossSales: 46290, - Discounts: 3001.2, - Sales: 43288.8, - COGS: 25010, - Profit: 18278.8, - Date: `03/01/2019`, - MonthName: `March`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Royal Oak`, - UnitsSold: 4150, - ManufacturingPrice: 5, - SalePrice: 20, - GrossSales: 83000, - Discounts: 1132.8, - Sales: 81867.2, - COGS: 7080, - Profit: 74787.2, - Date: `06/01/2019`, - MonthName: `June`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Royal Oak`, - UnitsSold: 3027, - ManufacturingPrice: 5, - SalePrice: 20, - GrossSales: 60540, - Discounts: 1032, - Sales: 59508, - COGS: 6450, - Profit: 53058, - Date: `07/01/2019`, - MonthName: `July`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Royal Oak`, - UnitsSold: 4359, - ManufacturingPrice: 5, - SalePrice: 300, - GrossSales: 1307700, - Discounts: 37488, - Sales: 1270212, - COGS: 390500, - Profit: 879712, - Date: `08/01/2019`, - MonthName: `August`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Royal Oak`, - UnitsSold: 3628, - ManufacturingPrice: 5, - SalePrice: 300, - GrossSales: 1088400, - Discounts: 30792, - Sales: 1057608, - COGS: 320750, - Profit: 736858, - Date: `09/01/2018`, - MonthName: `September`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Royal Oak`, - UnitsSold: 1589, - ManufacturingPrice: 5, - SalePrice: 15, - GrossSales: 23835, - Discounts: 853.2, - Sales: 22981.8, - COGS: 7110, - Profit: 15871.8, - Date: `12/01/2019`, - MonthName: `December`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Vermont`, - UnitsSold: 2679, - ManufacturingPrice: 10, - SalePrice: 125, - GrossSales: 334875, - Discounts: 11140, - Sales: 323735, - COGS: 133680, - Profit: 190055, - Date: `03/01/2019`, - MonthName: `March`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Vermont`, - UnitsSold: 3401, - ManufacturingPrice: 10, - SalePrice: 7, - GrossSales: 23807, - Discounts: 705.04, - Sales: 23101.96, - COGS: 6295, - Profit: 16806.96, - Date: `04/01/2019`, - MonthName: `April`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Vermont`, - UnitsSold: 2815, - ManufacturingPrice: 10, - SalePrice: 7, - GrossSales: 19705, - Discounts: 613.2, - Sales: 19091.8, - COGS: 5475, - Profit: 13616.8, - Date: `05/01/2019`, - MonthName: `May`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Vermont`, - UnitsSold: 2964, - ManufacturingPrice: 10, - SalePrice: 20, - GrossSales: 59280, - Discounts: 2185.6, - Sales: 57094.4, - COGS: 13660, - Profit: 43434.4, - Date: `06/01/2019`, - MonthName: `June`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Vermont`, - UnitsSold: 4173, - ManufacturingPrice: 10, - SalePrice: 300, - GrossSales: 1251900, - Discounts: 59040, - Sales: 1192860, - COGS: 615000, - Profit: 577860, - Date: `06/01/2019`, - MonthName: `June`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Vermont`, - UnitsSold: 1157, - ManufacturingPrice: 10, - SalePrice: 7, - GrossSales: 8099, - Discounts: 379.68, - Sales: 7719.32, - COGS: 3390, - Profit: 4329.32, - Date: `08/01/2019`, - MonthName: `August`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Vermont`, - UnitsSold: 3065, - ManufacturingPrice: 10, - SalePrice: 7, - GrossSales: 21455, - Discounts: 894.88, - Sales: 20560.12, - COGS: 7990, - Profit: 12570.12, - Date: `08/01/2019`, - MonthName: `August`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Vermont`, - UnitsSold: 1962, - ManufacturingPrice: 10, - SalePrice: 7, - GrossSales: 13734, - Discounts: 1349.04, - Sales: 12384.96, - COGS: 12045, - Profit: 339.96, - Date: `09/01/2018`, - MonthName: `September`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Vermont`, - UnitsSold: 4080, - ManufacturingPrice: 10, - SalePrice: 20, - GrossSales: 81600, - Discounts: 3094.4, - Sales: 78505.6, - COGS: 19340, - Profit: 59165.6, - Date: `09/01/2019`, - MonthName: `September`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Vermont`, - UnitsSold: 1713, - ManufacturingPrice: 10, - SalePrice: 20, - GrossSales: 34260, - Discounts: 4788.8, - Sales: 29471.2, - COGS: 29930, - Profit: 458.8, - Date: `09/01/2019`, - MonthName: `September`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Vermont`, - UnitsSold: 2795, - ManufacturingPrice: 10, - SalePrice: 350, - GrossSales: 978250, - Discounts: 60088, - Sales: 918162, - COGS: 557960, - Profit: 360202, - Date: `11/01/2018`, - MonthName: `November`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Vermont`, - UnitsSold: 4082, - ManufacturingPrice: 10, - SalePrice: 7, - GrossSales: 28574, - Discounts: 1089.76, - Sales: 27484.24, - COGS: 9730, - Profit: 17754.24, - Date: `12/01/2018`, - MonthName: `December`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Vermont`, - UnitsSold: 1691, - ManufacturingPrice: 10, - SalePrice: 350, - GrossSales: 591850, - Discounts: 38136, - Sales: 553714, - COGS: 354120, - Profit: 199594, - Date: `12/01/2019`, - MonthName: `December`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Burlington`, - UnitsSold: 2305, - ManufacturingPrice: 120, - SalePrice: 12, - GrossSales: 27660, - Discounts: 574.08, - Sales: 27085.92, - COGS: 1794, - Profit: 25291.92, - Date: `03/01/2019`, - MonthName: `March`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Burlington`, - UnitsSold: 3401, - ManufacturingPrice: 120, - SalePrice: 7, - GrossSales: 23807, - Discounts: 1627.92, - Sales: 22179.08, - COGS: 14535, - Profit: 7644.08, - Date: `06/01/2019`, - MonthName: `June`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Burlington`, - UnitsSold: 2288, - ManufacturingPrice: 120, - SalePrice: 7, - GrossSales: 16016, - Discounts: 1309.28, - Sales: 14706.72, - COGS: 11690, - Profit: 3016.72, - Date: `06/01/2019`, - MonthName: `June`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Burlington`, - UnitsSold: 2399, - ManufacturingPrice: 120, - SalePrice: 300, - GrossSales: 719700, - Discounts: 9264, - Sales: 710436, - COGS: 96500, - Profit: 613936, - Date: `11/01/2018`, - MonthName: `November`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Burlington`, - UnitsSold: 4086, - ManufacturingPrice: 120, - SalePrice: 300, - GrossSales: 1225800, - Discounts: 15240, - Sales: 1210560, - COGS: 158750, - Profit: 1051810, - Date: `12/01/2019`, - MonthName: `December`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Mandarin`, - UnitsSold: 2651, - ManufacturingPrice: 250, - SalePrice: 350, - GrossSales: 927850, - Discounts: 16086, - Sales: 911764, - COGS: 149370, - Profit: 762394, - Date: `04/01/2019`, - MonthName: `April`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Mandarin`, - UnitsSold: 3971, - ManufacturingPrice: 250, - SalePrice: 7, - GrossSales: 27797, - Discounts: 1309.28, - Sales: 26487.72, - COGS: 11690, - Profit: 14797.72, - Date: `06/01/2019`, - MonthName: `June`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Mandarin`, - UnitsSold: 2512, - ManufacturingPrice: 250, - SalePrice: 350, - GrossSales: 879200, - Discounts: 10668, - Sales: 868532, - COGS: 99060, - Profit: 769472, - Date: `08/01/2019`, - MonthName: `August`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Mandarin`, - UnitsSold: 2745, - ManufacturingPrice: 250, - SalePrice: 350, - GrossSales: 960750, - Discounts: 11816, - Sales: 948934, - COGS: 109720, - Profit: 839214, - Date: `08/01/2019`, - MonthName: `August`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Mandarin`, - UnitsSold: 1903, - ManufacturingPrice: 250, - SalePrice: 300, - GrossSales: 570900, - Discounts: 51216, - Sales: 519684, - COGS: 533500, - Profit: 13816, - Date: `09/01/2019`, - MonthName: `September`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Mandarin`, - UnitsSold: 647, - ManufacturingPrice: 250, - SalePrice: 300, - GrossSales: 194100, - Discounts: 19392, - Sales: 174708, - COGS: 202000, - Profit: 27292, - Date: `12/01/2018`, - MonthName: `December`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Luxe`, - UnitsSold: 2914, - ManufacturingPrice: 260, - SalePrice: 20, - GrossSales: 58280, - Discounts: 1132.8, - Sales: 57147.2, - COGS: 7080, - Profit: 50067.2, - Date: `06/01/2019`, - MonthName: `June`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Luxe`, - UnitsSold: 1889, - ManufacturingPrice: 260, - SalePrice: 7, - GrossSales: 13223, - Discounts: 1627.92, - Sales: 11595.08, - COGS: 14535, - Profit: 2939.92, - Date: `06/01/2019`, - MonthName: `June`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Luxe`, - UnitsSold: 1466, - ManufacturingPrice: 260, - SalePrice: 20, - GrossSales: 29320, - Discounts: 2185.6, - Sales: 27134.4, - COGS: 13660, - Profit: 13474.4, - Date: `06/01/2019`, - MonthName: `June`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Luxe`, - UnitsSold: 887, - ManufacturingPrice: 260, - SalePrice: 300, - GrossSales: 266100, - Discounts: 59040, - Sales: 207060, - COGS: 615000, - Profit: 407940, - Date: `06/01/2019`, - MonthName: `June`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Luxe`, - UnitsSold: 395, - ManufacturingPrice: 260, - SalePrice: 20, - GrossSales: 7900, - Discounts: 2432, - Sales: 5468, - COGS: 15200, - Profit: 9732, - Date: `11/01/2019`, - MonthName: `November`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Luxe`, - UnitsSold: 1693, - ManufacturingPrice: 260, - SalePrice: 15, - GrossSales: 25395, - Discounts: 853.2, - Sales: 24541.8, - COGS: 7110, - Profit: 17431.8, - Date: `12/01/2019`, - MonthName: `December`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Luxe`, - UnitsSold: 2459, - ManufacturingPrice: 260, - SalePrice: 12, - GrossSales: 29508, - Discounts: 1320, - Sales: 28188, - COGS: 4125, - Profit: 24063, - Date: `12/01/2018`, - MonthName: `December`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Luxe`, - UnitsSold: 2649, - ManufacturingPrice: 260, - SalePrice: 300, - GrossSales: 794700, - Discounts: 15240, - Sales: 779460, - COGS: 158750, - Profit: 620710, - Date: `12/01/2019`, - MonthName: `December`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Mandarin`, - UnitsSold: 3608, - ManufacturingPrice: 250, - SalePrice: 20, - GrossSales: 72160, - Discounts: 698.4, - Sales: 71461.6, - COGS: 4365, - Profit: 67096.6, - Date: `07/01/2019`, - MonthName: `July`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Kensington`, - UnitsSold: 1073, - ManufacturingPrice: 3, - SalePrice: 300, - GrossSales: 321900, - Discounts: 29538, - Sales: 292362, - COGS: 273500, - Profit: 18862, - Date: `06/01/2019`, - MonthName: `June`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Kensington`, - UnitsSold: 1754, - ManufacturingPrice: 3, - SalePrice: 12, - GrossSales: 21048, - Discounts: 396.36, - Sales: 20651.64, - COGS: 1101, - Profit: 19550.64, - Date: `10/01/2018`, - MonthName: `October`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Royal Oak`, - UnitsSold: 2167, - ManufacturingPrice: 5, - SalePrice: 300, - GrossSales: 650100, - Discounts: 102667.5, - Sales: 547432.5, - COGS: 950625, - Profit: 403192.5, - Date: `04/01/2019`, - MonthName: `April`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Royal Oak`, - UnitsSold: 1319, - ManufacturingPrice: 5, - SalePrice: 350, - GrossSales: 461650, - Discounts: 52479, - Sales: 409171, - COGS: 433160, - Profit: 23989, - Date: `05/01/2019`, - MonthName: `May`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Royal Oak`, - UnitsSold: 1679, - ManufacturingPrice: 5, - SalePrice: 300, - GrossSales: 503700, - Discounts: 8694, - Sales: 495006, - COGS: 80500, - Profit: 414506, - Date: `09/01/2018`, - MonthName: `September`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Royal Oak`, - UnitsSold: 1252, - ManufacturingPrice: 5, - SalePrice: 12, - GrossSales: 15024, - Discounts: 2506.68, - Sales: 12517.32, - COGS: 6963, - Profit: 5554.32, - Date: `11/01/2019`, - MonthName: `November`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Royal Oak`, - UnitsSold: 3493, - ManufacturingPrice: 5, - SalePrice: 125, - GrossSales: 436625, - Discounts: 20891.25, - Sales: 415733.75, - COGS: 222840, - Profit: 192893.75, - Date: `11/01/2018`, - MonthName: `November`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Royal Oak`, - UnitsSold: 1697, - ManufacturingPrice: 5, - SalePrice: 7, - GrossSales: 11879, - Discounts: 1014.93, - Sales: 10864.07, - COGS: 8055, - Profit: 2809.07, - Date: `12/01/2018`, - MonthName: `December`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Royal Oak`, - UnitsSold: 1156, - ManufacturingPrice: 5, - SalePrice: 125, - GrossSales: 144500, - Discounts: 31466.25, - Sales: 113033.75, - COGS: 335640, - Profit: 222606.25, - Date: `12/01/2019`, - MonthName: `December`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Royal Oak`, - UnitsSold: 726, - ManufacturingPrice: 5, - SalePrice: 300, - GrossSales: 217800, - Discounts: 9018, - Sales: 208782, - COGS: 83500, - Profit: 125282, - Date: `12/01/2018`, - MonthName: `December`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Vermont`, - UnitsSold: 1153, - ManufacturingPrice: 10, - SalePrice: 300, - GrossSales: 345900, - Discounts: 69255, - Sales: 276645, - COGS: 641250, - Profit: 364605, - Date: `01/01/2019`, - MonthName: `January`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Vermont`, - UnitsSold: 2720, - ManufacturingPrice: 10, - SalePrice: 350, - GrossSales: 952000, - Discounts: 76135.5, - Sales: 875864.5, - COGS: 628420, - Profit: 247444.5, - Date: `01/01/2019`, - MonthName: `January`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Vermont`, - UnitsSold: 3658, - ManufacturingPrice: 10, - SalePrice: 15, - GrossSales: 54870, - Discounts: 4961.25, - Sales: 49908.75, - COGS: 36750, - Profit: 13158.75, - Date: `04/01/2019`, - MonthName: `April`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Vermont`, - UnitsSold: 2950, - ManufacturingPrice: 10, - SalePrice: 300, - GrossSales: 885000, - Discounts: 29538, - Sales: 855462, - COGS: 273500, - Profit: 581962, - Date: `06/01/2019`, - MonthName: `June`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Vermont`, - UnitsSold: 1821, - ManufacturingPrice: 10, - SalePrice: 15, - GrossSales: 27315, - Discounts: 1656.45, - Sales: 25658.55, - COGS: 12270, - Profit: 13388.55, - Date: `10/01/2019`, - MonthName: `October`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Vermont`, - UnitsSold: 4174, - ManufacturingPrice: 10, - SalePrice: 12, - GrossSales: 50088, - Discounts: 396.36, - Sales: 49691.64, - COGS: 1101, - Profit: 48590.64, - Date: `10/01/2018`, - MonthName: `October`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Vermont`, - UnitsSold: 1127, - ManufacturingPrice: 10, - SalePrice: 300, - GrossSales: 338100, - Discounts: 35748, - Sales: 302352, - COGS: 331000, - Profit: 28648, - Date: `11/01/2019`, - MonthName: `November`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Vermont`, - UnitsSold: 2209, - ManufacturingPrice: 10, - SalePrice: 12, - GrossSales: 26508, - Discounts: 1917, - Sales: 24591, - COGS: 5325, - Profit: 19266, - Date: `11/01/2018`, - MonthName: `November`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Vermont`, - UnitsSold: 862, - ManufacturingPrice: 10, - SalePrice: 125, - GrossSales: 107750, - Discounts: 31466.25, - Sales: 76283.75, - COGS: 335640, - Profit: 259356.25, - Date: `12/01/2019`, - MonthName: `December`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Burlington`, - UnitsSold: 3805, - ManufacturingPrice: 120, - SalePrice: 15, - GrossSales: 57075, - Discounts: 330.75, - Sales: 56744.25, - COGS: 2450, - Profit: 54294.25, - Date: `05/01/2019`, - MonthName: `May`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Burlington`, - UnitsSold: 1415, - ManufacturingPrice: 120, - SalePrice: 300, - GrossSales: 424500, - Discounts: 102424.5, - Sales: 322075.5, - COGS: 948375, - Profit: 626299.5, - Date: `07/01/2019`, - MonthName: `July`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Burlington`, - UnitsSold: 2231, - ManufacturingPrice: 120, - SalePrice: 350, - GrossSales: 780850, - Discounts: 41170.5, - Sales: 739679.5, - COGS: 339820, - Profit: 399859.5, - Date: `07/01/2019`, - MonthName: `July`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Burlington`, - UnitsSold: 3649, - ManufacturingPrice: 120, - SalePrice: 125, - GrossSales: 456125, - Discounts: 6378.75, - Sales: 449746.25, - COGS: 68040, - Profit: 381706.25, - Date: `09/01/2019`, - MonthName: `September`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Burlington`, - UnitsSold: 2948, - ManufacturingPrice: 120, - SalePrice: 125, - GrossSales: 368500, - Discounts: 23737.5, - Sales: 344762.5, - COGS: 253200, - Profit: 91562.5, - Date: `09/01/2019`, - MonthName: `September`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Burlington`, - UnitsSold: 3395, - ManufacturingPrice: 120, - SalePrice: 350, - GrossSales: 1188250, - Discounts: 39973.5, - Sales: 1148276.5, - COGS: 329940, - Profit: 818336.5, - Date: `10/01/2019`, - MonthName: `October`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Mandarin`, - UnitsSold: 2650, - ManufacturingPrice: 250, - SalePrice: 12, - GrossSales: 31800, - Discounts: 2112.48, - Sales: 29687.52, - COGS: 5868, - Profit: 23819.52, - Date: `01/01/2019`, - MonthName: `January`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Mandarin`, - UnitsSold: 585, - ManufacturingPrice: 250, - SalePrice: 300, - GrossSales: 175500, - Discounts: 71793, - Sales: 103707, - COGS: 664750, - Profit: 561043, - Date: `02/01/2019`, - MonthName: `February`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Mandarin`, - UnitsSold: 1316, - ManufacturingPrice: 250, - SalePrice: 350, - GrossSales: 460600, - Discounts: 42572.25, - Sales: 418027.75, - COGS: 351390, - Profit: 66637.75, - Date: `04/01/2019`, - MonthName: `April`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Mandarin`, - UnitsSold: 4459, - ManufacturingPrice: 250, - SalePrice: 12, - GrossSales: 53508, - Discounts: 950.4, - Sales: 52557.6, - COGS: 2640, - Profit: 49917.6, - Date: `05/01/2019`, - MonthName: `May`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Mandarin`, - UnitsSold: 2711, - ManufacturingPrice: 250, - SalePrice: 300, - GrossSales: 813300, - Discounts: 50409, - Sales: 762891, - COGS: 466750, - Profit: 296141, - Date: `09/01/2019`, - MonthName: `September`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Mandarin`, - UnitsSold: 2621, - ManufacturingPrice: 250, - SalePrice: 12, - GrossSales: 31452, - Discounts: 2412.72, - Sales: 29039.28, - COGS: 6702, - Profit: 22337.28, - Date: `09/01/2018`, - MonthName: `September`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Mandarin`, - UnitsSold: 3613, - ManufacturingPrice: 250, - SalePrice: 15, - GrossSales: 54195, - Discounts: 1656.45, - Sales: 52538.55, - COGS: 12270, - Profit: 40268.55, - Date: `10/01/2019`, - MonthName: `October`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Mandarin`, - UnitsSold: 1847, - ManufacturingPrice: 250, - SalePrice: 125, - GrossSales: 230875, - Discounts: 9866.25, - Sales: 221008.75, - COGS: 105240, - Profit: 115768.75, - Date: `11/01/2019`, - MonthName: `November`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Luxe`, - UnitsSold: 2996, - ManufacturingPrice: 260, - SalePrice: 350, - GrossSales: 1048600, - Discounts: 65236.5, - Sales: 983363.5, - COGS: 538460, - Profit: 444903.5, - Date: `09/01/2019`, - MonthName: `September`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Luxe`, - UnitsSold: 2838, - ManufacturingPrice: 260, - SalePrice: 350, - GrossSales: 993300, - Discounts: 39973.5, - Sales: 953326.5, - COGS: 329940, - Profit: 623386.5, - Date: `10/01/2019`, - MonthName: `October`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Luxe`, - UnitsSold: 1302, - ManufacturingPrice: 260, - SalePrice: 15, - GrossSales: 19530, - Discounts: 1309.5, - Sales: 18220.5, - COGS: 9700, - Profit: 8520.5, - Date: `11/01/2018`, - MonthName: `November`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Luxe`, - UnitsSold: 1536, - ManufacturingPrice: 260, - SalePrice: 20, - GrossSales: 30720, - Discounts: 3049.2, - Sales: 27670.8, - COGS: 16940, - Profit: 10730.8, - Date: `11/01/2019`, - MonthName: `November`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Kensington`, - UnitsSold: 1291, - ManufacturingPrice: 3, - SalePrice: 20, - GrossSales: 25820, - Discounts: 1193.4, - Sales: 24626.6, - COGS: 6630, - Profit: 17996.6, - Date: `05/01/2019`, - MonthName: `May`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Kensington`, - UnitsSold: 1213, - ManufacturingPrice: 3, - SalePrice: 7, - GrossSales: 8491, - Discounts: 515.97, - Sales: 7975.03, - COGS: 4095, - Profit: 3880.03, - Date: `07/01/2019`, - MonthName: `July`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Kensington`, - UnitsSold: 2370, - ManufacturingPrice: 3, - SalePrice: 12, - GrossSales: 28440, - Discounts: 1706.4, - Sales: 26733.6, - COGS: 4740, - Profit: 21993.6, - Date: `09/01/2019`, - MonthName: `September`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Kensington`, - UnitsSold: 1979, - ManufacturingPrice: 3, - SalePrice: 7, - GrossSales: 13853, - Discounts: 328.23, - Sales: 13524.77, - COGS: 2605, - Profit: 10919.77, - Date: `12/01/2019`, - MonthName: `December`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Vermont`, - UnitsSold: 2879, - ManufacturingPrice: 10, - SalePrice: 20, - GrossSales: 57580, - Discounts: 1751.4, - Sales: 55828.6, - COGS: 9730, - Profit: 46098.6, - Date: `03/01/2019`, - MonthName: `March`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Vermont`, - UnitsSold: 1707, - ManufacturingPrice: 10, - SalePrice: 20, - GrossSales: 34140, - Discounts: 1868.4, - Sales: 32271.6, - COGS: 10380, - Profit: 21891.6, - Date: `06/01/2019`, - MonthName: `June`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Vermont`, - UnitsSold: 2933, - ManufacturingPrice: 10, - SalePrice: 7, - GrossSales: 20531, - Discounts: 226.8, - Sales: 20304.2, - COGS: 1800, - Profit: 18504.2, - Date: `10/01/2019`, - MonthName: `October`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Burlington`, - UnitsSold: 1014, - ManufacturingPrice: 120, - SalePrice: 12, - GrossSales: 12168, - Discounts: 2124.36, - Sales: 10043.64, - COGS: 5901, - Profit: 4142.64, - Date: `03/01/2019`, - MonthName: `March`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Burlington`, - UnitsSold: 693, - ManufacturingPrice: 120, - SalePrice: 15, - GrossSales: 10395, - Discounts: 3547.8, - Sales: 6847.2, - COGS: 26280, - Profit: 19432.8, - Date: `04/01/2019`, - MonthName: `April`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Mandarin`, - UnitsSold: 3741, - ManufacturingPrice: 250, - SalePrice: 7, - GrossSales: 26187, - Discounts: 226.8, - Sales: 25960.2, - COGS: 1800, - Profit: 24160.2, - Date: `10/01/2019`, - MonthName: `October`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Mandarin`, - UnitsSold: 3116, - ManufacturingPrice: 250, - SalePrice: 20, - GrossSales: 62320, - Discounts: 4827.6, - Sales: 57492.4, - COGS: 26820, - Profit: 30672.4, - Date: `11/01/2018`, - MonthName: `November`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Mandarin`, - UnitsSold: 3995, - ManufacturingPrice: 250, - SalePrice: 7, - GrossSales: 27965, - Discounts: 328.23, - Sales: 27636.77, - COGS: 2605, - Profit: 25031.77, - Date: `12/01/2019`, - MonthName: `December`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Luxe`, - UnitsSold: 953, - ManufacturingPrice: 260, - SalePrice: 20, - GrossSales: 19060, - Discounts: 1868.4, - Sales: 17191.6, - COGS: 10380, - Profit: 6811.6, - Date: `06/01/2019`, - MonthName: `June`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Luxe`, - UnitsSold: 2530, - ManufacturingPrice: 260, - SalePrice: 15, - GrossSales: 37950, - Discounts: 2201.18, - Sales: 35748.82, - COGS: 16305, - Profit: 19443.82, - Date: `07/01/2019`, - MonthName: `July`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Luxe`, - UnitsSold: 2565, - ManufacturingPrice: 260, - SalePrice: 12, - GrossSales: 30780, - Discounts: 330.48, - Sales: 30449.52, - COGS: 918, - Profit: 29531.52, - Date: `12/01/2018`, - MonthName: `December`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Kensington`, - UnitsSold: 4297, - ManufacturingPrice: 3, - SalePrice: 12, - GrossSales: 51564, - Discounts: 463.2, - Sales: 51100.8, - COGS: 1158, - Profit: 49942.8, - Date: `10/01/2018`, - MonthName: `October`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Royal Oak`, - UnitsSold: 2871, - ManufacturingPrice: 5, - SalePrice: 7, - GrossSales: 20097, - Discounts: 1629.6, - Sales: 18467.4, - COGS: 11640, - Profit: 6827.4, - Date: `09/01/2019`, - MonthName: `September`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Vermont`, - UnitsSold: 3537, - ManufacturingPrice: 10, - SalePrice: 12, - GrossSales: 42444, - Discounts: 463.2, - Sales: 41980.8, - COGS: 1158, - Profit: 40822.8, - Date: `10/01/2018`, - MonthName: `October`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Kensington`, - UnitsSold: 1598, - ManufacturingPrice: 3, - SalePrice: 125, - GrossSales: 199750, - Discounts: 43068.75, - Sales: 156681.25, - COGS: 413460, - Profit: 256778.75, - Date: `04/01/2019`, - MonthName: `April`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Kensington`, - UnitsSold: 2616, - ManufacturingPrice: 3, - SalePrice: 125, - GrossSales: 327000, - Discounts: 18525, - Sales: 308475, - COGS: 177840, - Profit: 130635, - Date: `12/01/2018`, - MonthName: `December`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Royal Oak`, - UnitsSold: 2836, - ManufacturingPrice: 5, - SalePrice: 350, - GrossSales: 992600, - Discounts: 80955, - Sales: 911645, - COGS: 601380, - Profit: 310265, - Date: `05/01/2019`, - MonthName: `May`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Royal Oak`, - UnitsSold: 4023, - ManufacturingPrice: 5, - SalePrice: 125, - GrossSales: 502875, - Discounts: 22550, - Sales: 480325, - COGS: 216480, - Profit: 263845, - Date: `11/01/2018`, - MonthName: `November`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Royal Oak`, - UnitsSold: 3994, - ManufacturingPrice: 5, - SalePrice: 15, - GrossSales: 59910, - Discounts: 3108, - Sales: 56802, - COGS: 20720, - Profit: 36082, - Date: `12/01/2019`, - MonthName: `December`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Vermont`, - UnitsSold: 2928, - ManufacturingPrice: 10, - SalePrice: 20, - GrossSales: 58560, - Discounts: 3908, - Sales: 54652, - COGS: 19540, - Profit: 35112, - Date: `03/01/2019`, - MonthName: `March`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Vermont`, - UnitsSold: 2912, - ManufacturingPrice: 10, - SalePrice: 300, - GrossSales: 873600, - Discounts: 17730, - Sales: 855870, - COGS: 147750, - Profit: 708120, - Date: `05/01/2019`, - MonthName: `May`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Vermont`, - UnitsSold: 3671, - ManufacturingPrice: 10, - SalePrice: 15, - GrossSales: 55065, - Discounts: 3250.5, - Sales: 51814.5, - COGS: 21670, - Profit: 30144.5, - Date: `10/01/2018`, - MonthName: `October`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Vermont`, - UnitsSold: 2778, - ManufacturingPrice: 10, - SalePrice: 20, - GrossSales: 55560, - Discounts: 482, - Sales: 55078, - COGS: 2410, - Profit: 52668, - Date: `10/01/2019`, - MonthName: `October`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Burlington`, - UnitsSold: 405, - ManufacturingPrice: 120, - SalePrice: 15, - GrossSales: 6075, - Discounts: 1021.5, - Sales: 5053.5, - COGS: 6810, - Profit: 1756.5, - Date: `01/01/2019`, - MonthName: `January`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Burlington`, - UnitsSold: 2013, - ManufacturingPrice: 120, - SalePrice: 15, - GrossSales: 30195, - Discounts: 765, - Sales: 29430, - COGS: 5100, - Profit: 24330, - Date: `04/01/2019`, - MonthName: `April`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Burlington`, - UnitsSold: 2634, - ManufacturingPrice: 120, - SalePrice: 15, - GrossSales: 39510, - Discounts: 1185, - Sales: 38325, - COGS: 7900, - Profit: 30425, - Date: `05/01/2019`, - MonthName: `May`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Burlington`, - UnitsSold: 4166, - ManufacturingPrice: 120, - SalePrice: 350, - GrossSales: 1458100, - Discounts: 22365, - Sales: 1435735, - COGS: 166140, - Profit: 1269595, - Date: `07/01/2019`, - MonthName: `July`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Burlington`, - UnitsSold: 355, - ManufacturingPrice: 120, - SalePrice: 125, - GrossSales: 44375, - Discounts: 19950, - Sales: 24425, - COGS: 191520, - Profit: 167095, - Date: `09/01/2019`, - MonthName: `September`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Burlington`, - UnitsSold: 2382, - ManufacturingPrice: 120, - SalePrice: 300, - GrossSales: 714600, - Discounts: 68820, - Sales: 645780, - COGS: 573500, - Profit: 72280, - Date: `10/01/2018`, - MonthName: `October`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Burlington`, - UnitsSold: 4170, - ManufacturingPrice: 120, - SalePrice: 20, - GrossSales: 83400, - Discounts: 482, - Sales: 82918, - COGS: 2410, - Profit: 80508, - Date: `10/01/2019`, - MonthName: `October`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Burlington`, - UnitsSold: 892, - ManufacturingPrice: 120, - SalePrice: 7, - GrossSales: 6244, - Discounts: 1865.5, - Sales: 4378.5, - COGS: 13325, - Profit: 8946.5, - Date: `11/01/2019`, - MonthName: `November`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Burlington`, - UnitsSold: 2200, - ManufacturingPrice: 120, - SalePrice: 125, - GrossSales: 275000, - Discounts: 23950, - Sales: 251050, - COGS: 229920, - Profit: 21130, - Date: `12/01/2018`, - MonthName: `December`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Burlington`, - UnitsSold: 3389, - ManufacturingPrice: 120, - SalePrice: 300, - GrossSales: 1016700, - Discounts: 25590, - Sales: 991110, - COGS: 213250, - Profit: 777860, - Date: `12/01/2019`, - MonthName: `December`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Mandarin`, - UnitsSold: 2990, - ManufacturingPrice: 250, - SalePrice: 125, - GrossSales: 373750, - Discounts: 4262.5, - Sales: 369487.5, - COGS: 40920, - Profit: 328567.5, - Date: `05/01/2019`, - MonthName: `May`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Mandarin`, - UnitsSold: 4013, - ManufacturingPrice: 250, - SalePrice: 15, - GrossSales: 60195, - Discounts: 961.5, - Sales: 59233.5, - COGS: 6410, - Profit: 52823.5, - Date: `07/01/2019`, - MonthName: `July`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Mandarin`, - UnitsSold: 739, - ManufacturingPrice: 250, - SalePrice: 350, - GrossSales: 258650, - Discounts: 98245, - Sales: 160405, - COGS: 729820, - Profit: 569415, - Date: `08/01/2019`, - MonthName: `August`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Mandarin`, - UnitsSold: 1989, - ManufacturingPrice: 250, - SalePrice: 300, - GrossSales: 596700, - Discounts: 12960, - Sales: 583740, - COGS: 108000, - Profit: 475740, - Date: `09/01/2019`, - MonthName: `September`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Mandarin`, - UnitsSold: 2991, - ManufacturingPrice: 250, - SalePrice: 300, - GrossSales: 897300, - Discounts: 68820, - Sales: 828480, - COGS: 573500, - Profit: 254980, - Date: `10/01/2018`, - MonthName: `October`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Mandarin`, - UnitsSold: 4237, - ManufacturingPrice: 250, - SalePrice: 15, - GrossSales: 63555, - Discounts: 3250.5, - Sales: 60304.5, - COGS: 21670, - Profit: 38634.5, - Date: `10/01/2018`, - MonthName: `October`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Mandarin`, - UnitsSold: 1442, - ManufacturingPrice: 250, - SalePrice: 125, - GrossSales: 180250, - Discounts: 31612.5, - Sales: 148637.5, - COGS: 303480, - Profit: 154842.5, - Date: `11/01/2019`, - MonthName: `November`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Mandarin`, - UnitsSold: 2712, - ManufacturingPrice: 250, - SalePrice: 350, - GrossSales: 949200, - Discounts: 65450, - Sales: 883750, - COGS: 486200, - Profit: 397550, - Date: `12/01/2018`, - MonthName: `December`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Luxe`, - UnitsSold: 1508, - ManufacturingPrice: 260, - SalePrice: 125, - GrossSales: 188500, - Discounts: 7237.5, - Sales: 181262.5, - COGS: 69480, - Profit: 111782.5, - Date: `01/01/2019`, - MonthName: `January`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Luxe`, - UnitsSold: 4245, - ManufacturingPrice: 260, - SalePrice: 350, - GrossSales: 1485750, - Discounts: 78400, - Sales: 1407350, - COGS: 582400, - Profit: 824950, - Date: `02/01/2019`, - MonthName: `February`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Luxe`, - UnitsSold: 2630, - ManufacturingPrice: 260, - SalePrice: 300, - GrossSales: 789000, - Discounts: 89790, - Sales: 699210, - COGS: 748250, - Profit: 49040, - Date: `03/01/2019`, - MonthName: `March`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Luxe`, - UnitsSold: 1182, - ManufacturingPrice: 260, - SalePrice: 12, - GrossSales: 14184, - Discounts: 4224.6, - Sales: 9959.4, - COGS: 10561.5, - Profit: 602.1, - Date: `04/01/2019`, - MonthName: `April`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Luxe`, - UnitsSold: 1221, - ManufacturingPrice: 260, - SalePrice: 20, - GrossSales: 24420, - Discounts: 4078, - Sales: 20342, - COGS: 20390, - Profit: 48, - Date: `05/01/2019`, - MonthName: `May`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Luxe`, - UnitsSold: 963, - ManufacturingPrice: 260, - SalePrice: 12, - GrossSales: 11556, - Discounts: 3088.8, - Sales: 8467.2, - COGS: 7722, - Profit: 745.2, - Date: `08/01/2019`, - MonthName: `August`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Luxe`, - UnitsSold: 3243, - ManufacturingPrice: 260, - SalePrice: 350, - GrossSales: 1135050, - Discounts: 24745, - Sales: 1110305, - COGS: 183820, - Profit: 926485, - Date: `09/01/2019`, - MonthName: `September`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Luxe`, - UnitsSold: 1120, - ManufacturingPrice: 260, - SalePrice: 15, - GrossSales: 16800, - Discounts: 3108, - Sales: 13692, - COGS: 20720, - Profit: 7028, - Date: `12/01/2019`, - MonthName: `December`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Luxe`, - UnitsSold: 1174, - ManufacturingPrice: 260, - SalePrice: 300, - GrossSales: 352200, - Discounts: 25590, - Sales: 326610, - COGS: 213250, - Profit: 113360, - Date: `12/01/2019`, - MonthName: `December`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Kensington`, - UnitsSold: 2541, - ManufacturingPrice: 3, - SalePrice: 12, - GrossSales: 30492, - Discounts: 1581.36, - Sales: 28910.64, - COGS: 3594, - Profit: 25316.64, - Date: `10/01/2018`, - MonthName: `October`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Vermont`, - UnitsSold: 3246, - ManufacturingPrice: 10, - SalePrice: 7, - GrossSales: 22722, - Discounts: 1949.64, - Sales: 20772.36, - COGS: 12660, - Profit: 8112.36, - Date: `04/01/2019`, - MonthName: `April`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Vermont`, - UnitsSold: 1531, - ManufacturingPrice: 10, - SalePrice: 12, - GrossSales: 18372, - Discounts: 1581.36, - Sales: 16790.64, - COGS: 3594, - Profit: 13196.64, - Date: `10/01/2018`, - MonthName: `October`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Burlington`, - UnitsSold: 2526, - ManufacturingPrice: 120, - SalePrice: 15, - GrossSales: 37890, - Discounts: 633.6, - Sales: 37256.4, - COGS: 3840, - Profit: 33416.4, - Date: `01/01/2019`, - MonthName: `January`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Burlington`, - UnitsSold: 1136, - ManufacturingPrice: 120, - SalePrice: 12, - GrossSales: 13632, - Discounts: 623.04, - Sales: 13008.96, - COGS: 1416, - Profit: 11592.96, - Date: `10/01/2019`, - MonthName: `October`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Mandarin`, - UnitsSold: 1983, - ManufacturingPrice: 250, - SalePrice: 7, - GrossSales: 13881, - Discounts: 1215.83, - Sales: 12665.17, - COGS: 7895, - Profit: 4770.17, - Date: `03/01/2019`, - MonthName: `March`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Mandarin`, - UnitsSold: 3259, - ManufacturingPrice: 250, - SalePrice: 12, - GrossSales: 39108, - Discounts: 1326.6, - Sales: 37781.4, - COGS: 3015, - Profit: 34766.4, - Date: `09/01/2018`, - MonthName: `September`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Luxe`, - UnitsSold: 3267, - ManufacturingPrice: 260, - SalePrice: 15, - GrossSales: 49005, - Discounts: 5279.17, - Sales: 43725.82, - COGS: 31995, - Profit: 11730.82, - Date: `07/01/2019`, - MonthName: `July`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Luxe`, - UnitsSold: 2454, - ManufacturingPrice: 260, - SalePrice: 12, - GrossSales: 29448, - Discounts: 623.04, - Sales: 28824.96, - COGS: 1416, - Profit: 27408.96, - Date: `10/01/2019`, - MonthName: `October`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Kensington`, - UnitsSold: 2643, - ManufacturingPrice: 3, - SalePrice: 12, - GrossSales: 31716, - Discounts: 2556.84, - Sales: 29159.16, - COGS: 5811, - Profit: 23348.16, - Date: `02/01/2019`, - MonthName: `February`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Kensington`, - UnitsSold: 383, - ManufacturingPrice: 3, - SalePrice: 350, - GrossSales: 134050, - Discounts: 30492, - Sales: 103558, - COGS: 205920, - Profit: 102362, - Date: `03/01/2019`, - MonthName: `March`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Kensington`, - UnitsSold: 2801, - ManufacturingPrice: 3, - SalePrice: 300, - GrossSales: 840300, - Discounts: 92763, - Sales: 747537, - COGS: 702750, - Profit: 44787, - Date: `07/01/2019`, - MonthName: `July`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Kensington`, - UnitsSold: 1667, - ManufacturingPrice: 3, - SalePrice: 125, - GrossSales: 208375, - Discounts: 33563.75, - Sales: 174811.25, - COGS: 292920, - Profit: 118108.75, - Date: `10/01/2019`, - MonthName: `October`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Kensington`, - UnitsSold: 3539, - ManufacturingPrice: 3, - SalePrice: 15, - GrossSales: 53085, - Discounts: 2574, - Sales: 50511, - COGS: 15600, - Profit: 34911, - Date: `11/01/2018`, - MonthName: `November`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Kensington`, - UnitsSold: 4226, - ManufacturingPrice: 3, - SalePrice: 7, - GrossSales: 29582, - Discounts: 2083.62, - Sales: 27498.38, - COGS: 13530, - Profit: 13968.38, - Date: `11/01/2018`, - MonthName: `November`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Royal Oak`, - UnitsSold: 2220, - ManufacturingPrice: 5, - SalePrice: 350, - GrossSales: 777000, - Discounts: 29491, - Sales: 747509, - COGS: 199160, - Profit: 548349, - Date: `01/01/2019`, - MonthName: `January`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Royal Oak`, - UnitsSold: 776, - ManufacturingPrice: 5, - SalePrice: 20, - GrossSales: 15520, - Discounts: 6582.4, - Sales: 8937.6, - COGS: 29920, - Profit: 20982.4, - Date: `10/01/2018`, - MonthName: `October`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Royal Oak`, - UnitsSold: 553, - ManufacturingPrice: 5, - SalePrice: 15, - GrossSales: 8295, - Discounts: 3559.05, - Sales: 4735.95, - COGS: 21570, - Profit: 16834.05, - Date: `12/01/2019`, - MonthName: `December`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Vermont`, - UnitsSold: 2107, - ManufacturingPrice: 10, - SalePrice: 300, - GrossSales: 632100, - Discounts: 28809, - Sales: 603291, - COGS: 218250, - Profit: 385041, - Date: `01/01/2019`, - MonthName: `January`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Vermont`, - UnitsSold: 2468, - ManufacturingPrice: 10, - SalePrice: 20, - GrossSales: 49360, - Discounts: 2468.4, - Sales: 46891.6, - COGS: 11220, - Profit: 35671.6, - Date: `03/01/2019`, - MonthName: `March`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Vermont`, - UnitsSold: 1905, - ManufacturingPrice: 10, - SalePrice: 350, - GrossSales: 666750, - Discounts: 81023.25, - Sales: 585726.75, - COGS: 547170, - Profit: 38556.75, - Date: `07/01/2019`, - MonthName: `July`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Vermont`, - UnitsSold: 3658, - ManufacturingPrice: 10, - SalePrice: 12, - GrossSales: 43896, - Discounts: 5314.32, - Sales: 38581.68, - COGS: 12078, - Profit: 26503.68, - Date: `07/01/2019`, - MonthName: `July`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Vermont`, - UnitsSold: 4301, - ManufacturingPrice: 10, - SalePrice: 12, - GrossSales: 51612, - Discounts: 3201.66, - Sales: 48410.34, - COGS: 7276.5, - Profit: 41133.84, - Date: `07/01/2019`, - MonthName: `July`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Vermont`, - UnitsSold: 2446, - ManufacturingPrice: 10, - SalePrice: 20, - GrossSales: 48920, - Discounts: 5266.8, - Sales: 43653.2, - COGS: 23940, - Profit: 19713.2, - Date: `08/01/2019`, - MonthName: `August`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Vermont`, - UnitsSold: 4209, - ManufacturingPrice: 10, - SalePrice: 15, - GrossSales: 63135, - Discounts: 3273.6, - Sales: 59861.4, - COGS: 19840, - Profit: 40021.4, - Date: `08/01/2019`, - MonthName: `August`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Vermont`, - UnitsSold: 3353, - ManufacturingPrice: 10, - SalePrice: 125, - GrossSales: 419125, - Discounts: 33563.75, - Sales: 385561.25, - COGS: 292920, - Profit: 92641.25, - Date: `10/01/2019`, - MonthName: `October`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Vermont`, - UnitsSold: 1401, - ManufacturingPrice: 10, - SalePrice: 20, - GrossSales: 28020, - Discounts: 6582.4, - Sales: 21437.6, - COGS: 29920, - Profit: 8482.4, - Date: `10/01/2018`, - MonthName: `October`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Vermont`, - UnitsSold: 1865, - ManufacturingPrice: 10, - SalePrice: 300, - GrossSales: 559500, - Discounts: 45078, - Sales: 514422, - COGS: 341500, - Profit: 172922, - Date: `11/01/2019`, - MonthName: `November`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Burlington`, - UnitsSold: 463, - ManufacturingPrice: 120, - SalePrice: 20, - GrossSales: 9260, - Discounts: 6171, - Sales: 3089, - COGS: 28050, - Profit: 24961, - Date: `09/01/2018`, - MonthName: `September`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Burlington`, - UnitsSold: 4177, - ManufacturingPrice: 120, - SalePrice: 15, - GrossSales: 62655, - Discounts: 1080.75, - Sales: 61574.25, - COGS: 6550, - Profit: 55024.25, - Date: `09/01/2018`, - MonthName: `September`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Burlington`, - UnitsSold: 2523, - ManufacturingPrice: 120, - SalePrice: 350, - GrossSales: 883050, - Discounts: 13244, - Sales: 869806, - COGS: 89440, - Profit: 780366, - Date: `10/01/2018`, - MonthName: `October`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Burlington`, - UnitsSold: 1930, - ManufacturingPrice: 120, - SalePrice: 7, - GrossSales: 13510, - Discounts: 1392.16, - Sales: 12117.84, - COGS: 9040, - Profit: 3077.84, - Date: `11/01/2019`, - MonthName: `November`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Mandarin`, - UnitsSold: 1301, - ManufacturingPrice: 250, - SalePrice: 12, - GrossSales: 15612, - Discounts: 2288.88, - Sales: 13323.12, - COGS: 5202, - Profit: 8121.12, - Date: `01/01/2019`, - MonthName: `January`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Mandarin`, - UnitsSold: 4125, - ManufacturingPrice: 250, - SalePrice: 125, - GrossSales: 515625, - Discounts: 7617.5, - Sales: 508007.5, - COGS: 66480, - Profit: 441527.5, - Date: `01/01/2019`, - MonthName: `January`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Mandarin`, - UnitsSold: 607, - ManufacturingPrice: 250, - SalePrice: 20, - GrossSales: 12140, - Discounts: 6457, - Sales: 5683, - COGS: 29350, - Profit: 23667, - Date: `11/01/2018`, - MonthName: `November`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Luxe`, - UnitsSold: 478, - ManufacturingPrice: 260, - SalePrice: 125, - GrossSales: 59750, - Discounts: 43518.75, - Sales: 16231.25, - COGS: 379800, - Profit: 363568.75, - Date: `01/01/2019`, - MonthName: `January`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Luxe`, - UnitsSold: 4489, - ManufacturingPrice: 260, - SalePrice: 20, - GrossSales: 89780, - Discounts: 5783.8, - Sales: 83996.2, - COGS: 26290, - Profit: 57706.2, - Date: `01/01/2019`, - MonthName: `January`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Luxe`, - UnitsSold: 1504, - ManufacturingPrice: 260, - SalePrice: 125, - GrossSales: 188000, - Discounts: 19703.75, - Sales: 168296.25, - COGS: 171960, - Profit: 3663.75, - Date: `05/01/2019`, - MonthName: `May`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Luxe`, - UnitsSold: 3763, - ManufacturingPrice: 260, - SalePrice: 125, - GrossSales: 470375, - Discounts: 13021.25, - Sales: 457353.75, - COGS: 113640, - Profit: 343713.75, - Date: `09/01/2018`, - MonthName: `September`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Luxe`, - UnitsSold: 2412, - ManufacturingPrice: 260, - SalePrice: 350, - GrossSales: 844200, - Discounts: 13244, - Sales: 830956, - COGS: 89440, - Profit: 741516, - Date: `10/01/2018`, - MonthName: `October`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Luxe`, - UnitsSold: 2342, - ManufacturingPrice: 260, - SalePrice: 15, - GrossSales: 35130, - Discounts: 3559.05, - Sales: 31570.95, - COGS: 21570, - Profit: 10000.95, - Date: `12/01/2019`, - MonthName: `December`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Vermont`, - UnitsSold: 4451, - ManufacturingPrice: 10, - SalePrice: 7, - GrossSales: 31157, - Discounts: 292.6, - Sales: 30864.4, - COGS: 1900, - Profit: 28964.4, - Date: `09/01/2018`, - MonthName: `September`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Kensington`, - UnitsSold: 3796, - ManufacturingPrice: 3, - SalePrice: 350, - GrossSales: 1328600, - Discounts: 37212, - Sales: 1291388, - COGS: 230360, - Profit: 1061028, - Date: `06/01/2019`, - MonthName: `June`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Kensington`, - UnitsSold: 2286, - ManufacturingPrice: 3, - SalePrice: 125, - GrossSales: 285750, - Discounts: 36240, - Sales: 249510, - COGS: 289920, - Profit: 40410, - Date: `09/01/2018`, - MonthName: `September`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Kensington`, - UnitsSold: 3614, - ManufacturingPrice: 3, - SalePrice: 125, - GrossSales: 451750, - Discounts: 32340, - Sales: 419410, - COGS: 258720, - Profit: 160690, - Date: `10/01/2019`, - MonthName: `October`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Kensington`, - UnitsSold: 1716, - ManufacturingPrice: 3, - SalePrice: 15, - GrossSales: 25740, - Discounts: 4840.2, - Sales: 20899.8, - COGS: 26890, - Profit: 5990.2, - Date: `11/01/2019`, - MonthName: `November`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Royal Oak`, - UnitsSold: 1301, - ManufacturingPrice: 5, - SalePrice: 15, - GrossSales: 19515, - Discounts: 1218.6, - Sales: 18296.4, - COGS: 6770, - Profit: 11526.4, - Date: `03/01/2019`, - MonthName: `March`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Royal Oak`, - UnitsSold: 4175, - ManufacturingPrice: 5, - SalePrice: 300, - GrossSales: 1252500, - Discounts: 63828, - Sales: 1188672, - COGS: 443250, - Profit: 745422, - Date: `04/01/2019`, - MonthName: `April`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Royal Oak`, - UnitsSold: 975, - ManufacturingPrice: 5, - SalePrice: 7, - GrossSales: 6825, - Discounts: 2032.8, - Sales: 4792.2, - COGS: 12100, - Profit: 7307.8, - Date: `09/01/2019`, - MonthName: `September`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Royal Oak`, - UnitsSold: 1154, - ManufacturingPrice: 5, - SalePrice: 7, - GrossSales: 8078, - Discounts: 2296.56, - Sales: 5781.44, - COGS: 13670, - Profit: 7888.56, - Date: `10/01/2019`, - MonthName: `October`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Royal Oak`, - UnitsSold: 1873, - ManufacturingPrice: 5, - SalePrice: 20, - GrossSales: 37460, - Discounts: 4116, - Sales: 33344, - COGS: 17150, - Profit: 16194, - Date: `10/01/2018`, - MonthName: `October`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Royal Oak`, - UnitsSold: 3766, - ManufacturingPrice: 5, - SalePrice: 300, - GrossSales: 1129800, - Discounts: 42696, - Sales: 1087104, - COGS: 296500, - Profit: 790604, - Date: `12/01/2018`, - MonthName: `December`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Vermont`, - UnitsSold: 3558, - ManufacturingPrice: 10, - SalePrice: 300, - GrossSales: 1067400, - Discounts: 125820, - Sales: 941580, - COGS: 873750, - Profit: 67830, - Date: `01/01/2019`, - MonthName: `January`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Vermont`, - UnitsSold: 3156, - ManufacturingPrice: 10, - SalePrice: 350, - GrossSales: 1104600, - Discounts: 37212, - Sales: 1067388, - COGS: 230360, - Profit: 837028, - Date: `06/01/2019`, - MonthName: `June`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Vermont`, - UnitsSold: 2994, - ManufacturingPrice: 10, - SalePrice: 125, - GrossSales: 374250, - Discounts: 32340, - Sales: 341910, - COGS: 258720, - Profit: 83190, - Date: `10/01/2019`, - MonthName: `October`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Vermont`, - UnitsSold: 2087, - ManufacturingPrice: 10, - SalePrice: 20, - GrossSales: 41740, - Discounts: 2172, - Sales: 39568, - COGS: 9050, - Profit: 30518, - Date: `10/01/2019`, - MonthName: `October`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Vermont`, - UnitsSold: 1056, - ManufacturingPrice: 10, - SalePrice: 20, - GrossSales: 21120, - Discounts: 4116, - Sales: 17004, - COGS: 17150, - Profit: 146, - Date: `10/01/2018`, - MonthName: `October`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Vermont`, - UnitsSold: 1353, - ManufacturingPrice: 10, - SalePrice: 350, - GrossSales: 473550, - Discounts: 66948, - Sales: 406602, - COGS: 414440, - Profit: 7838, - Date: `11/01/2019`, - MonthName: `November`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Vermont`, - UnitsSold: 416, - ManufacturingPrice: 10, - SalePrice: 300, - GrossSales: 124800, - Discounts: 48924, - Sales: 75876, - COGS: 339750, - Profit: 263874, - Date: `11/01/2019`, - MonthName: `November`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Vermont`, - UnitsSold: 3880, - ManufacturingPrice: 10, - SalePrice: 300, - GrossSales: 1164000, - Discounts: 77400, - Sales: 1086600, - COGS: 537500, - Profit: 549100, - Date: `11/01/2019`, - MonthName: `November`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Vermont`, - UnitsSold: 809, - ManufacturingPrice: 10, - SalePrice: 350, - GrossSales: 283150, - Discounts: 50274, - Sales: 232876, - COGS: 311220, - Profit: 78344, - Date: `11/01/2019`, - MonthName: `November`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Vermont`, - UnitsSold: 1892, - ManufacturingPrice: 10, - SalePrice: 15, - GrossSales: 28380, - Discounts: 684, - Sales: 27696, - COGS: 3800, - Profit: 23896, - Date: `12/01/2018`, - MonthName: `December`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Vermont`, - UnitsSold: 2072, - ManufacturingPrice: 10, - SalePrice: 20, - GrossSales: 41440, - Discounts: 2959.2, - Sales: 38480.8, - COGS: 12330, - Profit: 26150.8, - Date: `12/01/2019`, - MonthName: `December`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Burlington`, - UnitsSold: 3052, - ManufacturingPrice: 120, - SalePrice: 350, - GrossSales: 1068200, - Discounts: 58590, - Sales: 1009610, - COGS: 362700, - Profit: 646910, - Date: `07/01/2019`, - MonthName: `July`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Burlington`, - UnitsSold: 3121, - ManufacturingPrice: 120, - SalePrice: 350, - GrossSales: 1092350, - Discounts: 41412, - Sales: 1050938, - COGS: 256360, - Profit: 794578, - Date: `10/01/2019`, - MonthName: `October`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Burlington`, - UnitsSold: 2059, - ManufacturingPrice: 120, - SalePrice: 20, - GrossSales: 41180, - Discounts: 2172, - Sales: 39008, - COGS: 9050, - Profit: 29958, - Date: `10/01/2019`, - MonthName: `October`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Mandarin`, - UnitsSold: 4254, - ManufacturingPrice: 250, - SalePrice: 12, - GrossSales: 51048, - Discounts: 3036.96, - Sales: 48011.04, - COGS: 6327, - Profit: 41684.04, - Date: `05/01/2019`, - MonthName: `May`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Mandarin`, - UnitsSold: 1293, - ManufacturingPrice: 250, - SalePrice: 15, - GrossSales: 19395, - Discounts: 6974.1, - Sales: 12420.9, - COGS: 38745, - Profit: 26324.1, - Date: `07/01/2019`, - MonthName: `July`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Mandarin`, - UnitsSold: 1293, - ManufacturingPrice: 250, - SalePrice: 350, - GrossSales: 452550, - Discounts: 26166, - Sales: 426384, - COGS: 161980, - Profit: 264404, - Date: `09/01/2018`, - MonthName: `September`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Mandarin`, - UnitsSold: 230, - ManufacturingPrice: 250, - SalePrice: 350, - GrossSales: 80500, - Discounts: 41412, - Sales: 39088, - COGS: 256360, - Profit: 217272, - Date: `10/01/2019`, - MonthName: `October`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Mandarin`, - UnitsSold: 1723, - ManufacturingPrice: 250, - SalePrice: 125, - GrossSales: 215375, - Discounts: 35805, - Sales: 179570, - COGS: 286440, - Profit: 106870, - Date: `11/01/2019`, - MonthName: `November`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Mandarin`, - UnitsSold: 240, - ManufacturingPrice: 250, - SalePrice: 20, - GrossSales: 4800, - Discounts: 2959.2, - Sales: 1840.8, - COGS: 12330, - Profit: 10489.2, - Date: `12/01/2019`, - MonthName: `December`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Luxe`, - UnitsSold: 2571, - ManufacturingPrice: 260, - SalePrice: 350, - GrossSales: 899850, - Discounts: 11340, - Sales: 888510, - COGS: 70200, - Profit: 818310, - Date: `02/01/2019`, - MonthName: `February`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Luxe`, - UnitsSold: 1661, - ManufacturingPrice: 260, - SalePrice: 7, - GrossSales: 11627, - Discounts: 2874.06, - Sales: 8752.94, - COGS: 17107.5, - Profit: 8354.56, - Date: `07/01/2019`, - MonthName: `July`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Luxe`, - UnitsSold: 4474, - ManufacturingPrice: 260, - SalePrice: 7, - GrossSales: 31318, - Discounts: 2296.56, - Sales: 29021.44, - COGS: 13670, - Profit: 15351.44, - Date: `10/01/2019`, - MonthName: `October`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Luxe`, - UnitsSold: 833, - ManufacturingPrice: 260, - SalePrice: 15, - GrossSales: 12495, - Discounts: 4586.4, - Sales: 7908.6, - COGS: 25480, - Profit: 17571.4, - Date: `11/01/2018`, - MonthName: `November`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Kensington`, - UnitsSold: 674, - ManufacturingPrice: 3, - SalePrice: 20, - GrossSales: 13480, - Discounts: 6051.6, - Sales: 7428.4, - COGS: 25215, - Profit: 17786.6, - Date: `01/01/2019`, - MonthName: `January`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Royal Oak`, - UnitsSold: 778, - ManufacturingPrice: 5, - SalePrice: 12, - GrossSales: 9336, - Discounts: 3831.84, - Sales: 5504.16, - COGS: 7983, - Profit: 2478.84, - Date: `05/01/2019`, - MonthName: `May`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Vermont`, - UnitsSold: 1457, - ManufacturingPrice: 10, - SalePrice: 20, - GrossSales: 29140, - Discounts: 3674.4, - Sales: 25465.6, - COGS: 15310, - Profit: 10155.6, - Date: `12/01/2019`, - MonthName: `December`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Mandarin`, - UnitsSold: 3158, - ManufacturingPrice: 250, - SalePrice: 7, - GrossSales: 22106, - Discounts: 1252.44, - Sales: 20853.56, - COGS: 7455, - Profit: 13398.56, - Date: `03/01/2019`, - MonthName: `March`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Mandarin`, - UnitsSold: 4095, - ManufacturingPrice: 250, - SalePrice: 20, - GrossSales: 81900, - Discounts: 3674.4, - Sales: 78225.6, - COGS: 15310, - Profit: 62915.6, - Date: `12/01/2019`, - MonthName: `December`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Luxe`, - UnitsSold: 3170, - ManufacturingPrice: 260, - SalePrice: 12, - GrossSales: 38040, - Discounts: 3975.84, - Sales: 34064.16, - COGS: 8283, - Profit: 25781.16, - Date: `09/01/2018`, - MonthName: `September`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Kensington`, - UnitsSold: 493, - ManufacturingPrice: 3, - SalePrice: 15, - GrossSales: 7395, - Discounts: 5005.65, - Sales: 2389.35, - COGS: 25670, - Profit: 23280.65, - Date: `06/01/2019`, - MonthName: `June`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Mandarin`, - UnitsSold: 3286, - ManufacturingPrice: 250, - SalePrice: 15, - GrossSales: 49290, - Discounts: 5005.65, - Sales: 44284.35, - COGS: 25670, - Profit: 18614.35, - Date: `06/01/2019`, - MonthName: `June`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Kensington`, - UnitsSold: 3563, - ManufacturingPrice: 3, - SalePrice: 350, - GrossSales: 1247050, - Discounts: 41996.5, - Sales: 1205053.5, - COGS: 239980, - Profit: 965073.5, - Date: `03/01/2019`, - MonthName: `March`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Kensington`, - UnitsSold: 4109, - ManufacturingPrice: 3, - SalePrice: 350, - GrossSales: 1438150, - Discounts: 81445, - Sales: 1356705, - COGS: 465400, - Profit: 891305, - Date: `03/01/2019`, - MonthName: `March`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Kensington`, - UnitsSold: 3653, - ManufacturingPrice: 3, - SalePrice: 20, - GrossSales: 73060, - Discounts: 1149.2, - Sales: 71910.8, - COGS: 4420, - Profit: 67490.8, - Date: `09/01/2018`, - MonthName: `September`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Royal Oak`, - UnitsSold: 2203, - ManufacturingPrice: 5, - SalePrice: 350, - GrossSales: 771050, - Discounts: 44703.75, - Sales: 726346.25, - COGS: 255450, - Profit: 470896.25, - Date: `01/01/2019`, - MonthName: `January`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Royal Oak`, - UnitsSold: 2924, - ManufacturingPrice: 5, - SalePrice: 7, - GrossSales: 20468, - Discounts: 1181.18, - Sales: 19286.82, - COGS: 6490, - Profit: 12796.82, - Date: `02/01/2019`, - MonthName: `February`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Royal Oak`, - UnitsSold: 2650, - ManufacturingPrice: 5, - SalePrice: 12, - GrossSales: 31800, - Discounts: 942.24, - Sales: 30857.76, - COGS: 1812, - Profit: 29045.76, - Date: `06/01/2019`, - MonthName: `June`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Royal Oak`, - UnitsSold: 1194, - ManufacturingPrice: 5, - SalePrice: 20, - GrossSales: 23880, - Discounts: 5863, - Sales: 18017, - COGS: 22550, - Profit: 4533, - Date: `07/01/2019`, - MonthName: `July`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Royal Oak`, - UnitsSold: 3366, - ManufacturingPrice: 5, - SalePrice: 20, - GrossSales: 67320, - Discounts: 3247.4, - Sales: 64072.6, - COGS: 12490, - Profit: 51582.6, - Date: `10/01/2019`, - MonthName: `October`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Vermont`, - UnitsSold: 1325, - ManufacturingPrice: 10, - SalePrice: 7, - GrossSales: 9275, - Discounts: 1309.04, - Sales: 7965.97, - COGS: 7192.5, - Profit: 773.47, - Date: `01/01/2019`, - MonthName: `January`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Vermont`, - UnitsSold: 4243, - ManufacturingPrice: 10, - SalePrice: 300, - GrossSales: 1272900, - Discounts: 31473, - Sales: 1241427, - COGS: 201750, - Profit: 1039677, - Date: `01/01/2019`, - MonthName: `January`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Vermont`, - UnitsSold: 2887, - ManufacturingPrice: 10, - SalePrice: 20, - GrossSales: 57740, - Discounts: 6866.6, - Sales: 50873.4, - COGS: 26410, - Profit: 24463.4, - Date: `02/01/2019`, - MonthName: `February`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Vermont`, - UnitsSold: 3839, - ManufacturingPrice: 10, - SalePrice: 20, - GrossSales: 76780, - Discounts: 7040.8, - Sales: 69739.2, - COGS: 27080, - Profit: 42659.2, - Date: `02/01/2019`, - MonthName: `February`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Vermont`, - UnitsSold: 1863, - ManufacturingPrice: 10, - SalePrice: 350, - GrossSales: 652050, - Discounts: 119756, - Sales: 532294, - COGS: 684320, - Profit: 152026, - Date: `06/01/2019`, - MonthName: `June`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Vermont`, - UnitsSold: 2858, - ManufacturingPrice: 10, - SalePrice: 125, - GrossSales: 357250, - Discounts: 25723.75, - Sales: 331526.25, - COGS: 189960, - Profit: 141566.25, - Date: `06/01/2019`, - MonthName: `June`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Vermont`, - UnitsSold: 2868, - ManufacturingPrice: 10, - SalePrice: 12, - GrossSales: 34416, - Discounts: 890.76, - Sales: 33525.24, - COGS: 1713, - Profit: 31812.24, - Date: `07/01/2019`, - MonthName: `July`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Vermont`, - UnitsSold: 3805, - ManufacturingPrice: 10, - SalePrice: 7, - GrossSales: 26635, - Discounts: 2453.36, - Sales: 24181.64, - COGS: 13480, - Profit: 10701.64, - Date: `08/01/2019`, - MonthName: `August`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Vermont`, - UnitsSold: 3914, - ManufacturingPrice: 10, - SalePrice: 15, - GrossSales: 58710, - Discounts: 3051.75, - Sales: 55658.25, - COGS: 15650, - Profit: 40008.25, - Date: `10/01/2019`, - MonthName: `October`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Vermont`, - UnitsSold: 524, - ManufacturingPrice: 10, - SalePrice: 20, - GrossSales: 10480, - Discounts: 3247.4, - Sales: 7232.6, - COGS: 12490, - Profit: 5257.4, - Date: `10/01/2019`, - MonthName: `October`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Vermont`, - UnitsSold: 3095, - ManufacturingPrice: 10, - SalePrice: 350, - GrossSales: 1083250, - Discounts: 16243.5, - Sales: 1067006.5, - COGS: 92820, - Profit: 974186.5, - Date: `11/01/2019`, - MonthName: `November`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Vermont`, - UnitsSold: 2410, - ManufacturingPrice: 10, - SalePrice: 12, - GrossSales: 28920, - Discounts: 1580.28, - Sales: 27339.72, - COGS: 3039, - Profit: 24300.72, - Date: `12/01/2019`, - MonthName: `December`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Burlington`, - UnitsSold: 4263, - ManufacturingPrice: 120, - SalePrice: 15, - GrossSales: 63945, - Discounts: 7795.13, - Sales: 56149.88, - COGS: 39975, - Profit: 16174.88, - Date: `01/01/2019`, - MonthName: `January`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Burlington`, - UnitsSold: 2239, - ManufacturingPrice: 120, - SalePrice: 350, - GrossSales: 783650, - Discounts: 119756, - Sales: 663894, - COGS: 684320, - Profit: 20426, - Date: `06/01/2019`, - MonthName: `June`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Burlington`, - UnitsSold: 569, - ManufacturingPrice: 120, - SalePrice: 7, - GrossSales: 3983, - Discounts: 1082.9, - Sales: 2900.1, - COGS: 5950, - Profit: 3049.9, - Date: `06/01/2019`, - MonthName: `June`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Burlington`, - UnitsSold: 3889, - ManufacturingPrice: 120, - SalePrice: 12, - GrossSales: 46668, - Discounts: 942.24, - Sales: 45725.76, - COGS: 1812, - Profit: 43913.76, - Date: `06/01/2019`, - MonthName: `June`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Burlington`, - UnitsSold: 1378, - ManufacturingPrice: 120, - SalePrice: 15, - GrossSales: 20670, - Discounts: 1287, - Sales: 19383, - COGS: 6600, - Profit: 12783, - Date: `09/01/2018`, - MonthName: `September`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Burlington`, - UnitsSold: 2253, - ManufacturingPrice: 120, - SalePrice: 12, - GrossSales: 27036, - Discounts: 639.6, - Sales: 26396.4, - COGS: 1230, - Profit: 25166.4, - Date: `10/01/2019`, - MonthName: `October`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Burlington`, - UnitsSold: 3202, - ManufacturingPrice: 120, - SalePrice: 300, - GrossSales: 960600, - Discounts: 101595, - Sales: 859005, - COGS: 651250, - Profit: 207755, - Date: `11/01/2018`, - MonthName: `November`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Burlington`, - UnitsSold: 3835, - ManufacturingPrice: 120, - SalePrice: 12, - GrossSales: 46020, - Discounts: 1580.28, - Sales: 44439.72, - COGS: 3039, - Profit: 41400.72, - Date: `12/01/2019`, - MonthName: `December`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Mandarin`, - UnitsSold: 2487, - ManufacturingPrice: 250, - SalePrice: 125, - GrossSales: 310875, - Discounts: 25723.75, - Sales: 285151.25, - COGS: 189960, - Profit: 95191.25, - Date: `06/01/2019`, - MonthName: `June`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Mandarin`, - UnitsSold: 4428, - ManufacturingPrice: 250, - SalePrice: 15, - GrossSales: 66420, - Discounts: 3051.75, - Sales: 63368.25, - COGS: 15650, - Profit: 47718.25, - Date: `10/01/2019`, - MonthName: `October`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Luxe`, - UnitsSold: 1200, - ManufacturingPrice: 260, - SalePrice: 125, - GrossSales: 150000, - Discounts: 26958.75, - Sales: 123041.25, - COGS: 199080, - Profit: 76038.75, - Date: `01/01/2019`, - MonthName: `January`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Luxe`, - UnitsSold: 2953, - ManufacturingPrice: 260, - SalePrice: 7, - GrossSales: 20671, - Discounts: 1082.9, - Sales: 19588.1, - COGS: 5950, - Profit: 13638.1, - Date: `06/01/2019`, - MonthName: `June`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Luxe`, - UnitsSold: 1453, - ManufacturingPrice: 260, - SalePrice: 12, - GrossSales: 17436, - Discounts: 639.6, - Sales: 16796.4, - COGS: 1230, - Profit: 15566.4, - Date: `10/01/2019`, - MonthName: `October`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Luxe`, - UnitsSold: 865, - ManufacturingPrice: 260, - SalePrice: 12, - GrossSales: 10380, - Discounts: 2761.2, - Sales: 7618.8, - COGS: 5310, - Profit: 2308.8, - Date: `12/01/2018`, - MonthName: `December`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Kensington`, - UnitsSold: 1072, - ManufacturingPrice: 3, - SalePrice: 20, - GrossSales: 21440, - Discounts: 7221.2, - Sales: 14218.8, - COGS: 25790, - Profit: 11571.2, - Date: `04/01/2019`, - MonthName: `April`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Kensington`, - UnitsSold: 1737, - ManufacturingPrice: 3, - SalePrice: 20, - GrossSales: 34740, - Discounts: 4880.4, - Sales: 29859.6, - COGS: 17430, - Profit: 12429.6, - Date: `05/01/2019`, - MonthName: `May`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Kensington`, - UnitsSold: 1535, - ManufacturingPrice: 3, - SalePrice: 7, - GrossSales: 10745, - Discounts: 2936.08, - Sales: 7808.92, - COGS: 14980, - Profit: 7171.08, - Date: `10/01/2018`, - MonthName: `October`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Kensington`, - UnitsSold: 2532, - ManufacturingPrice: 3, - SalePrice: 7, - GrossSales: 17724, - Discounts: 274.4, - Sales: 17449.6, - COGS: 1400, - Profit: 16049.6, - Date: `12/01/2019`, - MonthName: `December`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Royal Oak`, - UnitsSold: 1765, - ManufacturingPrice: 5, - SalePrice: 7, - GrossSales: 12355, - Discounts: 287.14, - Sales: 12067.86, - COGS: 1465, - Profit: 10602.86, - Date: `02/01/2019`, - MonthName: `February`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Royal Oak`, - UnitsSold: 1567, - ManufacturingPrice: 5, - SalePrice: 7, - GrossSales: 10969, - Discounts: 2936.08, - Sales: 8032.92, - COGS: 14980, - Profit: 6947.08, - Date: `10/01/2018`, - MonthName: `October`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Vermont`, - UnitsSold: 2640, - ManufacturingPrice: 10, - SalePrice: 15, - GrossSales: 39600, - Discounts: 583.8, - Sales: 39016.2, - COGS: 2780, - Profit: 36236.2, - Date: `02/01/2019`, - MonthName: `February`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Vermont`, - UnitsSold: 3079, - ManufacturingPrice: 10, - SalePrice: 20, - GrossSales: 61580, - Discounts: 6798.4, - Sales: 54781.6, - COGS: 24280, - Profit: 30501.6, - Date: `03/01/2019`, - MonthName: `March`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Vermont`, - UnitsSold: 4130, - ManufacturingPrice: 10, - SalePrice: 15, - GrossSales: 61950, - Discounts: 3710.7, - Sales: 58239.3, - COGS: 17670, - Profit: 40569.3, - Date: `09/01/2019`, - MonthName: `September`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Vermont`, - UnitsSold: 2938, - ManufacturingPrice: 10, - SalePrice: 12, - GrossSales: 35256, - Discounts: 2340.24, - Sales: 32915.76, - COGS: 4179, - Profit: 28736.76, - Date: `10/01/2019`, - MonthName: `October`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Mandarin`, - UnitsSold: 3080, - ManufacturingPrice: 250, - SalePrice: 7, - GrossSales: 21560, - Discounts: 274.4, - Sales: 21285.6, - COGS: 1400, - Profit: 19885.6, - Date: `12/01/2019`, - MonthName: `December`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Luxe`, - UnitsSold: 1530, - ManufacturingPrice: 260, - SalePrice: 12, - GrossSales: 18360, - Discounts: 2340.24, - Sales: 16019.76, - COGS: 4179, - Profit: 11840.76, - Date: `10/01/2019`, - MonthName: `October`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Luxe`, - UnitsSold: 3537, - ManufacturingPrice: 260, - SalePrice: 12, - GrossSales: 42444, - Discounts: 3385.2, - Sales: 39058.8, - COGS: 6045, - Profit: 33013.8, - Date: `12/01/2018`, - MonthName: `December`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Kensington`, - UnitsSold: 2021, - ManufacturingPrice: 3, - SalePrice: 300, - GrossSales: 606300, - Discounts: 33642, - Sales: 572658, - COGS: 200250, - Profit: 372408, - Date: `07/01/2019`, - MonthName: `July`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Kensington`, - UnitsSold: 1804, - ManufacturingPrice: 3, - SalePrice: 125, - GrossSales: 225500, - Discounts: 17902.5, - Sales: 207597.5, - COGS: 122760, - Profit: 84837.5, - Date: `09/01/2018`, - MonthName: `September`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Kensington`, - UnitsSold: 1014, - ManufacturingPrice: 3, - SalePrice: 300, - GrossSales: 304200, - Discounts: 62832, - Sales: 241368, - COGS: 374000, - Profit: 132632, - Date: `10/01/2019`, - MonthName: `October`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Kensington`, - UnitsSold: 2913, - ManufacturingPrice: 3, - SalePrice: 300, - GrossSales: 873900, - Discounts: 42420, - Sales: 831480, - COGS: 252500, - Profit: 578980, - Date: `10/01/2019`, - MonthName: `October`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Kensington`, - UnitsSold: 763, - ManufacturingPrice: 3, - SalePrice: 15, - GrossSales: 11445, - Discounts: 3177.3, - Sales: 8267.7, - COGS: 15130, - Profit: 6862.3, - Date: `11/01/2019`, - MonthName: `November`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Kensington`, - UnitsSold: 1425, - ManufacturingPrice: 3, - SalePrice: 15, - GrossSales: 21375, - Discounts: 4830, - Sales: 16545, - COGS: 23000, - Profit: 6455, - Date: `12/01/2019`, - MonthName: `December`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Kensington`, - UnitsSold: 4357, - ManufacturingPrice: 3, - SalePrice: 125, - GrossSales: 544625, - Discounts: 49367.5, - Sales: 495257.5, - COGS: 338520, - Profit: 156737.5, - Date: `12/01/2018`, - MonthName: `December`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Royal Oak`, - UnitsSold: 2138, - ManufacturingPrice: 5, - SalePrice: 350, - GrossSales: 748300, - Discounts: 109147.5, - Sales: 639152.5, - COGS: 579150, - Profit: 60002.5, - Date: `01/01/2019`, - MonthName: `January`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Royal Oak`, - UnitsSold: 3825, - ManufacturingPrice: 5, - SalePrice: 350, - GrossSales: 1338750, - Discounts: 58751, - Sales: 1279999, - COGS: 311740, - Profit: 968259, - Date: `04/01/2019`, - MonthName: `April`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Royal Oak`, - UnitsSold: 3393, - ManufacturingPrice: 5, - SalePrice: 350, - GrossSales: 1187550, - Discounts: 9800, - Sales: 1177750, - COGS: 52000, - Profit: 1125750, - Date: `05/01/2019`, - MonthName: `May`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Royal Oak`, - UnitsSold: 2215, - ManufacturingPrice: 5, - SalePrice: 7, - GrossSales: 15505, - Discounts: 380.24, - Sales: 15124.76, - COGS: 1940, - Profit: 13184.76, - Date: `09/01/2019`, - MonthName: `September`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Royal Oak`, - UnitsSold: 2278, - ManufacturingPrice: 5, - SalePrice: 7, - GrossSales: 15946, - Discounts: 1692.46, - Sales: 14253.54, - COGS: 8635, - Profit: 5618.54, - Date: `10/01/2018`, - MonthName: `October`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Royal Oak`, - UnitsSold: 403, - ManufacturingPrice: 5, - SalePrice: 15, - GrossSales: 6045, - Discounts: 4830, - Sales: 1215, - COGS: 23000, - Profit: 21785, - Date: `12/01/2019`, - MonthName: `December`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Vermont`, - UnitsSold: 289, - ManufacturingPrice: 10, - SalePrice: 20, - GrossSales: 5780, - Discounts: 728, - Sales: 5052, - COGS: 2600, - Profit: 2452, - Date: `02/01/2019`, - MonthName: `February`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Vermont`, - UnitsSold: 749, - ManufacturingPrice: 10, - SalePrice: 15, - GrossSales: 11235, - Discounts: 5187, - Sales: 6048, - COGS: 24700, - Profit: 18652, - Date: `09/01/2018`, - MonthName: `September`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Vermont`, - UnitsSold: 372, - ManufacturingPrice: 10, - SalePrice: 15, - GrossSales: 5580, - Discounts: 3660.3, - Sales: 1919.7, - COGS: 17430, - Profit: 15510.3, - Date: `10/01/2018`, - MonthName: `October`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Vermont`, - UnitsSold: 3781, - ManufacturingPrice: 10, - SalePrice: 12, - GrossSales: 45372, - Discounts: 4895.52, - Sales: 40476.48, - COGS: 8742, - Profit: 31734.48, - Date: `10/01/2019`, - MonthName: `October`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Vermont`, - UnitsSold: 1785, - ManufacturingPrice: 10, - SalePrice: 7, - GrossSales: 12495, - Discounts: 1696.38, - Sales: 10798.62, - COGS: 8655, - Profit: 2143.62, - Date: `10/01/2019`, - MonthName: `October`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Vermont`, - UnitsSold: 4029, - ManufacturingPrice: 10, - SalePrice: 350, - GrossSales: 1410150, - Discounts: 34300, - Sales: 1375850, - COGS: 182000, - Profit: 1193850, - Date: `11/01/2019`, - MonthName: `November`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Vermont`, - UnitsSold: 2813, - ManufacturingPrice: 10, - SalePrice: 12, - GrossSales: 33756, - Discounts: 3732.96, - Sales: 30023.04, - COGS: 6666, - Profit: 23357.04, - Date: `11/01/2018`, - MonthName: `November`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Vermont`, - UnitsSold: 2150, - ManufacturingPrice: 10, - SalePrice: 350, - GrossSales: 752500, - Discounts: 57673, - Sales: 694827, - COGS: 306020, - Profit: 388807, - Date: `11/01/2019`, - MonthName: `November`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Vermont`, - UnitsSold: 2093, - ManufacturingPrice: 10, - SalePrice: 350, - GrossSales: 732550, - Discounts: 94178, - Sales: 638372, - COGS: 499720, - Profit: 138652, - Date: `11/01/2018`, - MonthName: `November`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Burlington`, - UnitsSold: 4391, - ManufacturingPrice: 120, - SalePrice: 125, - GrossSales: 548875, - Discounts: 27562.5, - Sales: 521312.5, - COGS: 189000, - Profit: 332312.5, - Date: `02/01/2019`, - MonthName: `February`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Burlington`, - UnitsSold: 2695, - ManufacturingPrice: 120, - SalePrice: 20, - GrossSales: 53900, - Discounts: 1696.8, - Sales: 52203.2, - COGS: 6060, - Profit: 46143.2, - Date: `04/01/2019`, - MonthName: `April`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Burlington`, - UnitsSold: 1337, - ManufacturingPrice: 120, - SalePrice: 300, - GrossSales: 401100, - Discounts: 103320, - Sales: 297780, - COGS: 615000, - Profit: 317220, - Date: `07/01/2019`, - MonthName: `July`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Burlington`, - UnitsSold: 2621, - ManufacturingPrice: 120, - SalePrice: 300, - GrossSales: 786300, - Discounts: 11298, - Sales: 775002, - COGS: 67250, - Profit: 707752, - Date: `10/01/2018`, - MonthName: `October`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Burlington`, - UnitsSold: 3735, - ManufacturingPrice: 120, - SalePrice: 300, - GrossSales: 1120500, - Discounts: 106512, - Sales: 1013988, - COGS: 634000, - Profit: 379988, - Date: `11/01/2018`, - MonthName: `November`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Mandarin`, - UnitsSold: 4320, - ManufacturingPrice: 250, - SalePrice: 7, - GrossSales: 30240, - Discounts: 2844.94, - Sales: 27395.06, - COGS: 14515, - Profit: 12880.06, - Date: `03/01/2019`, - MonthName: `March`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Mandarin`, - UnitsSold: 2828, - ManufacturingPrice: 250, - SalePrice: 300, - GrossSales: 848400, - Discounts: 106722, - Sales: 741678, - COGS: 635250, - Profit: 106428, - Date: `08/01/2019`, - MonthName: `August`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Mandarin`, - UnitsSold: 2586, - ManufacturingPrice: 250, - SalePrice: 300, - GrossSales: 775800, - Discounts: 11298, - Sales: 764502, - COGS: 67250, - Profit: 697252, - Date: `10/01/2018`, - MonthName: `October`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Mandarin`, - UnitsSold: 1248, - ManufacturingPrice: 250, - SalePrice: 300, - GrossSales: 374400, - Discounts: 62832, - Sales: 311568, - COGS: 374000, - Profit: 62432, - Date: `10/01/2019`, - MonthName: `October`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Mandarin`, - UnitsSold: 4035, - ManufacturingPrice: 250, - SalePrice: 300, - GrossSales: 1210500, - Discounts: 42420, - Sales: 1168080, - COGS: 252500, - Profit: 915580, - Date: `10/01/2019`, - MonthName: `October`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Mandarin`, - UnitsSold: 359, - ManufacturingPrice: 250, - SalePrice: 350, - GrossSales: 125650, - Discounts: 62769, - Sales: 62881, - COGS: 333060, - Profit: 270179, - Date: `12/01/2018`, - MonthName: `December`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Luxe`, - UnitsSold: 3926, - ManufacturingPrice: 260, - SalePrice: 300, - GrossSales: 1177800, - Discounts: 37296, - Sales: 1140504, - COGS: 222000, - Profit: 918504, - Date: `03/01/2019`, - MonthName: `March`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Luxe`, - UnitsSold: 4247, - ManufacturingPrice: 260, - SalePrice: 125, - GrossSales: 530875, - Discounts: 49770, - Sales: 481105, - COGS: 341280, - Profit: 139825, - Date: `05/01/2019`, - MonthName: `May`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Luxe`, - UnitsSold: 2695, - ManufacturingPrice: 260, - SalePrice: 12, - GrossSales: 32340, - Discounts: 4158, - Sales: 28182, - COGS: 7425, - Profit: 20757, - Date: `08/01/2019`, - MonthName: `August`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Luxe`, - UnitsSold: 1104, - ManufacturingPrice: 260, - SalePrice: 15, - GrossSales: 16560, - Discounts: 3660.3, - Sales: 12899.7, - COGS: 17430, - Profit: 4530.3, - Date: `10/01/2018`, - MonthName: `October`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Luxe`, - UnitsSold: 1449, - ManufacturingPrice: 260, - SalePrice: 12, - GrossSales: 17388, - Discounts: 4895.52, - Sales: 12492.48, - COGS: 8742, - Profit: 3750.48, - Date: `10/01/2019`, - MonthName: `October`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Luxe`, - UnitsSold: 1131, - ManufacturingPrice: 260, - SalePrice: 7, - GrossSales: 7917, - Discounts: 1696.38, - Sales: 6220.62, - COGS: 8655, - Profit: 2434.38, - Date: `10/01/2019`, - MonthName: `October`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Luxe`, - UnitsSold: 1468, - ManufacturingPrice: 260, - SalePrice: 7, - GrossSales: 10276, - Discounts: 1692.46, - Sales: 8583.54, - COGS: 8635, - Profit: 51.46, - Date: `10/01/2018`, - MonthName: `October`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Luxe`, - UnitsSold: 1272, - ManufacturingPrice: 260, - SalePrice: 15, - GrossSales: 19080, - Discounts: 3927, - Sales: 15153, - COGS: 18700, - Profit: 3547, - Date: `11/01/2018`, - MonthName: `November`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Kensington`, - UnitsSold: 1403, - ManufacturingPrice: 3, - SalePrice: 125, - GrossSales: 175375, - Discounts: 22012.5, - Sales: 153362.5, - COGS: 140880, - Profit: 12482.5, - Date: `08/01/2019`, - MonthName: `August`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Kensington`, - UnitsSold: 2161, - ManufacturingPrice: 3, - SalePrice: 125, - GrossSales: 270125, - Discounts: 51881.25, - Sales: 218243.75, - COGS: 332040, - Profit: 113796.25, - Date: `08/01/2019`, - MonthName: `August`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Kensington`, - UnitsSold: 1937, - ManufacturingPrice: 3, - SalePrice: 125, - GrossSales: 242125, - Discounts: 20343.75, - Sales: 221781.25, - COGS: 130200, - Profit: 91581.25, - Date: `10/01/2019`, - MonthName: `October`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Royal Oak`, - UnitsSold: 2879, - ManufacturingPrice: 5, - SalePrice: 300, - GrossSales: 863700, - Discounts: 24570, - Sales: 839130, - COGS: 136500, - Profit: 702630, - Date: `10/01/2019`, - MonthName: `October`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Vermont`, - UnitsSold: 1330, - ManufacturingPrice: 10, - SalePrice: 20, - GrossSales: 26600, - Discounts: 3474, - Sales: 23126, - COGS: 11580, - Profit: 11546, - Date: `03/01/2019`, - MonthName: `March`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Vermont`, - UnitsSold: 2426, - ManufacturingPrice: 10, - SalePrice: 15, - GrossSales: 36390, - Discounts: 3631.5, - Sales: 32758.5, - COGS: 16140, - Profit: 16618.5, - Date: `04/01/2019`, - MonthName: `April`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Vermont`, - UnitsSold: 2033, - ManufacturingPrice: 10, - SalePrice: 7, - GrossSales: 14231, - Discounts: 2661.75, - Sales: 11569.25, - COGS: 12675, - Profit: 1105.75, - Date: `04/01/2019`, - MonthName: `April`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Vermont`, - UnitsSold: 2029, - ManufacturingPrice: 10, - SalePrice: 350, - GrossSales: 710150, - Discounts: 149677.5, - Sales: 560472.5, - COGS: 741260, - Profit: 180787.5, - Date: `05/01/2019`, - MonthName: `May`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Vermont`, - UnitsSold: 1049, - ManufacturingPrice: 10, - SalePrice: 15, - GrossSales: 15735, - Discounts: 5757.75, - Sales: 9977.25, - COGS: 25590, - Profit: 15612.75, - Date: `08/01/2019`, - MonthName: `August`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Vermont`, - UnitsSold: 1062, - ManufacturingPrice: 10, - SalePrice: 20, - GrossSales: 21240, - Discounts: 801, - Sales: 20439, - COGS: 2670, - Profit: 17769, - Date: `10/01/2018`, - MonthName: `October`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Vermont`, - UnitsSold: 2509, - ManufacturingPrice: 10, - SalePrice: 125, - GrossSales: 313625, - Discounts: 20343.75, - Sales: 293281.25, - COGS: 130200, - Profit: 163081.25, - Date: `10/01/2019`, - MonthName: `October`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Vermont`, - UnitsSold: 1743, - ManufacturingPrice: 10, - SalePrice: 15, - GrossSales: 26145, - Discounts: 2643.75, - Sales: 23501.25, - COGS: 11750, - Profit: 11751.25, - Date: `10/01/2019`, - MonthName: `October`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Vermont`, - UnitsSold: 3418, - ManufacturingPrice: 10, - SalePrice: 350, - GrossSales: 1196300, - Discounts: 105367.5, - Sales: 1090932.5, - COGS: 521820, - Profit: 569112.5, - Date: `11/01/2018`, - MonthName: `November`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Vermont`, - UnitsSold: 1751, - ManufacturingPrice: 10, - SalePrice: 350, - GrossSales: 612850, - Discounts: 112927.5, - Sales: 499922.5, - COGS: 559260, - Profit: 59337.5, - Date: `11/01/2018`, - MonthName: `November`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Vermont`, - UnitsSold: 3228, - ManufacturingPrice: 10, - SalePrice: 12, - GrossSales: 38736, - Discounts: 1645.2, - Sales: 37090.8, - COGS: 2742, - Profit: 34348.8, - Date: `12/01/2019`, - MonthName: `December`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Vermont`, - UnitsSold: 1105, - ManufacturingPrice: 10, - SalePrice: 20, - GrossSales: 22100, - Discounts: 879, - Sales: 21221, - COGS: 2930, - Profit: 18291, - Date: `12/01/2019`, - MonthName: `December`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Burlington`, - UnitsSold: 2778, - ManufacturingPrice: 120, - SalePrice: 12, - GrossSales: 33336, - Discounts: 900, - Sales: 32436, - COGS: 1500, - Profit: 30936, - Date: `03/01/2019`, - MonthName: `March`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Burlington`, - UnitsSold: 1173, - ManufacturingPrice: 120, - SalePrice: 15, - GrossSales: 17595, - Discounts: 6358.5, - Sales: 11236.5, - COGS: 28260, - Profit: 17023.5, - Date: `05/01/2019`, - MonthName: `May`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Burlington`, - UnitsSold: 3160, - ManufacturingPrice: 120, - SalePrice: 125, - GrossSales: 395000, - Discounts: 12431.25, - Sales: 382568.75, - COGS: 79560, - Profit: 303008.75, - Date: `09/01/2019`, - MonthName: `September`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Burlington`, - UnitsSold: 4322, - ManufacturingPrice: 120, - SalePrice: 300, - GrossSales: 1296600, - Discounts: 115830, - Sales: 1180770, - COGS: 643500, - Profit: 537270, - Date: `11/01/2018`, - MonthName: `November`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Burlington`, - UnitsSold: 1901, - ManufacturingPrice: 120, - SalePrice: 125, - GrossSales: 237625, - Discounts: 45712.5, - Sales: 191912.5, - COGS: 292560, - Profit: 100647.5, - Date: `12/01/2018`, - MonthName: `December`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Burlington`, - UnitsSold: 2980, - ManufacturingPrice: 120, - SalePrice: 12, - GrossSales: 35760, - Discounts: 1645.2, - Sales: 34114.8, - COGS: 2742, - Profit: 31372.8, - Date: `12/01/2019`, - MonthName: `December`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Mandarin`, - UnitsSold: 4068, - ManufacturingPrice: 250, - SalePrice: 20, - GrossSales: 81360, - Discounts: 2596.5, - Sales: 78763.5, - COGS: 8655, - Profit: 70108.5, - Date: `07/01/2019`, - MonthName: `July`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Mandarin`, - UnitsSold: 2105, - ManufacturingPrice: 250, - SalePrice: 15, - GrossSales: 31575, - Discounts: 1107, - Sales: 30468, - COGS: 4920, - Profit: 25548, - Date: `07/01/2019`, - MonthName: `July`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Mandarin`, - UnitsSold: 1647, - ManufacturingPrice: 250, - SalePrice: 20, - GrossSales: 32940, - Discounts: 801, - Sales: 32139, - COGS: 2670, - Profit: 29469, - Date: `10/01/2018`, - MonthName: `October`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Mandarin`, - UnitsSold: 235, - ManufacturingPrice: 250, - SalePrice: 15, - GrossSales: 3525, - Discounts: 2643.75, - Sales: 881.25, - COGS: 11750, - Profit: 10868.75, - Date: `10/01/2019`, - MonthName: `October`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Mandarin`, - UnitsSold: 3617, - ManufacturingPrice: 250, - SalePrice: 125, - GrossSales: 452125, - Discounts: 55387.5, - Sales: 396737.5, - COGS: 354480, - Profit: 42257.5, - Date: `11/01/2018`, - MonthName: `November`, - Year: 2018 - }), - new PivotSalesDataItem( - { - Country: `India`, - Product: `Mandarin`, - UnitsSold: 2106, - ManufacturingPrice: 250, - SalePrice: 125, - GrossSales: 263250, - Discounts: 10350, - Sales: 252900, - COGS: 66240, - Profit: 186660, - Date: `11/01/2019`, - MonthName: `November`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Mandarin`, - UnitsSold: 2351, - ManufacturingPrice: 250, - SalePrice: 20, - GrossSales: 47020, - Discounts: 879, - Sales: 46141, - COGS: 2930, - Profit: 43211, - Date: `12/01/2019`, - MonthName: `December`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `UK`, - Product: `Luxe`, - UnitsSold: 1897, - ManufacturingPrice: 260, - SalePrice: 300, - GrossSales: 569100, - Discounts: 111375, - Sales: 457725, - COGS: 618750, - Profit: 161025, - Date: `03/01/2019`, - MonthName: `March`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Luxe`, - UnitsSold: 647, - ManufacturingPrice: 260, - SalePrice: 300, - GrossSales: 194100, - Discounts: 24570, - Sales: 169530, - COGS: 136500, - Profit: 33030, - Date: `10/01/2019`, - MonthName: `October`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Brazil`, - Product: `Royal Oak`, - UnitsSold: 3621, - ManufacturingPrice: 5, - SalePrice: 7, - GrossSales: 25347, - Discounts: 1436.4, - Sales: 23910.6, - COGS: 6840, - Profit: 17070.6, - Date: `02/01/2019`, - MonthName: `February`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `Japan`, - Product: `Vermont`, - UnitsSold: 3221, - ManufacturingPrice: 10, - SalePrice: 7, - GrossSales: 22547, - Discounts: 759.15, - Sales: 21787.85, - COGS: 3615, - Profit: 18172.85, - Date: `04/01/2019`, - MonthName: `April`, - Year: 2019 - }), - new PivotSalesDataItem( - { - Country: `USA`, - Product: `Mandarin`, - UnitsSold: 493, - ManufacturingPrice: 250, - SalePrice: 12, - GrossSales: 5916, - Discounts: 3250.8, - Sales: 2665.2, - COGS: 5418, - Profit: 2752.8, - Date: `05/01/2019`, - MonthName: `May`, - Year: 2019 - }), + new PivotSalesDataItem({ Country: `UK`, Product: `Vermont`, UnitsSold: 501, ManufacturingPrice: 15, SalePrice: 23, GrossSales: 26440, Discounts: null, Sales: 26440, COGS: 16185, Profit: 11255, Date: `01/01/2020`, MonthName: `January`, Year: 2020 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Kensington`, UnitsSold: 1372, ManufacturingPrice: 3, SalePrice: 20, GrossSales: 27440, Discounts: null, Sales: 27440, COGS: 16185, Profit: 11255, Date: `01/01/2020`, MonthName: `January`, Year: 2020 }), + new PivotSalesDataItem({ Country: `India`, Product: `Kensington`, UnitsSold: 2762, ManufacturingPrice: 3, SalePrice: 20, GrossSales: 55240, Discounts: null, Sales: 55240, COGS: 13210, Profit: 42030, Date: `01/01/2020`, MonthName: `January`, Year: 2020 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Kensington`, UnitsSold: 1464, ManufacturingPrice: 3, SalePrice: 15, GrossSales: 21960, Discounts: null, Sales: 21960, COGS: 21780, Profit: 180, Date: `06/01/2020`, MonthName: `June`, Year: 2020 }), + new PivotSalesDataItem({ Country: `India`, Product: `Kensington`, UnitsSold: 719, ManufacturingPrice: 3, SalePrice: 15, GrossSales: 10785, Discounts: null, Sales: 10785, COGS: 8880, Profit: 1905, Date: `06/01/2020`, MonthName: `June`, Year: 2020 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Kensington`, UnitsSold: 3576, ManufacturingPrice: 3, SalePrice: 15, GrossSales: 53640, Discounts: null, Sales: 53640, COGS: 24700, Profit: 28940, Date: `06/01/2020`, MonthName: `June`, Year: 2020 }), + new PivotSalesDataItem({ Country: `India`, Product: `Kensington`, UnitsSold: 4422, ManufacturingPrice: 3, SalePrice: 350, GrossSales: 1547700, Discounts: null, Sales: 1547700, COGS: 393380, Profit: 1154320, Date: `12/01/2020`, MonthName: `December`, Year: 2020 }), + new PivotSalesDataItem({ Country: `India`, Product: `Royal Oak`, UnitsSold: 3649, ManufacturingPrice: 5, SalePrice: 15, GrossSales: 54735, Discounts: null, Sales: 54735, COGS: 9210, Profit: 45525, Date: `03/01/2020`, MonthName: `March`, Year: 2020 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Royal Oak`, UnitsSold: 4172, ManufacturingPrice: 5, SalePrice: 12, GrossSales: 50064, Discounts: null, Sales: 50064, COGS: 7554, Profit: 42510, Date: `06/01/2020`, MonthName: `June`, Year: 2020 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Royal Oak`, UnitsSold: 3841, ManufacturingPrice: 5, SalePrice: 20, GrossSales: 76820, Discounts: null, Sales: 76820, COGS: 18990, Profit: 57830, Date: `06/01/2020`, MonthName: `June`, Year: 2020 }), + new PivotSalesDataItem({ Country: `India`, Product: `Royal Oak`, UnitsSold: 3726, ManufacturingPrice: 5, SalePrice: 12, GrossSales: 44712, Discounts: null, Sales: 44712, COGS: 4635, Profit: 40077, Date: `06/01/2020`, MonthName: `June`, Year: 2020 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Royal Oak`, UnitsSold: 2625, ManufacturingPrice: 5, SalePrice: 15, GrossSales: 39375, Discounts: null, Sales: 39375, COGS: 24700, Profit: 14675, Date: `06/01/2020`, MonthName: `June`, Year: 2020 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Royal Oak`, UnitsSold: 1958, ManufacturingPrice: 5, SalePrice: 125, GrossSales: 244750, Discounts: null, Sales: 244750, COGS: 319860, Profit: 75110, Date: `07/01/2020`, MonthName: `July`, Year: 2020 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Royal Oak`, UnitsSold: 3271, ManufacturingPrice: 5, SalePrice: 300, GrossSales: 981300, Discounts: null, Sales: 981300, COGS: 239500, Profit: 741800, Date: `08/01/2020`, MonthName: `August`, Year: 2020 }), + new PivotSalesDataItem({ Country: `India`, Product: `Royal Oak`, UnitsSold: 2091, ManufacturingPrice: 5, SalePrice: 7, GrossSales: 14637, Discounts: null, Sales: 14637, COGS: 10730, Profit: 3907, Date: `09/01/2020`, MonthName: `September`, Year: 2020 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Royal Oak`, UnitsSold: 2825, ManufacturingPrice: 5, SalePrice: 15, GrossSales: 42375, Discounts: null, Sales: 42375, COGS: 6150, Profit: 36225, Date: `12/01/2020`, MonthName: `December`, Year: 2020 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Vermont`, UnitsSold: 2513, ManufacturingPrice: 10, SalePrice: 20, GrossSales: 50260, Discounts: null, Sales: 50260, COGS: 2920, Profit: 47340, Date: `02/01/2020`, MonthName: `February`, Year: 2020 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Vermont`, UnitsSold: 883, ManufacturingPrice: 10, SalePrice: 15, GrossSales: 13245, Discounts: null, Sales: 13245, COGS: 9740, Profit: 3505, Date: `02/01/2020`, MonthName: `February`, Year: 2020 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Vermont`, UnitsSold: 2087, ManufacturingPrice: 10, SalePrice: 12, GrossSales: 25044, Discounts: null, Sales: 25044, COGS: 7554, Profit: 17490, Date: `06/01/2020`, MonthName: `June`, Year: 2020 }), + new PivotSalesDataItem({ Country: `India`, Product: `Vermont`, UnitsSold: 2563, ManufacturingPrice: 10, SalePrice: 350, GrossSales: 897050, Discounts: null, Sales: 897050, COGS: 261560, Profit: 635490, Date: `06/01/2020`, MonthName: `June`, Year: 2020 }), + new PivotSalesDataItem({ Country: `India`, Product: `Vermont`, UnitsSold: 2846, ManufacturingPrice: 10, SalePrice: 12, GrossSales: 34152, Discounts: null, Sales: 34152, COGS: 1101, Profit: 33051, Date: `07/01/2020`, MonthName: `July`, Year: 2020 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Vermont`, UnitsSold: 997, ManufacturingPrice: 10, SalePrice: 7, GrossSales: 6979, Discounts: null, Sales: 6979, COGS: 4415, Profit: 2564, Date: `08/01/2020`, MonthName: `August`, Year: 2020 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Vermont`, UnitsSold: 2290, ManufacturingPrice: 10, SalePrice: 15, GrossSales: 34350, Discounts: null, Sales: 34350, COGS: 24720, Profit: 9630, Date: `09/01/2020`, MonthName: `September`, Year: 2020 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Vermont`, UnitsSold: 2133, ManufacturingPrice: 10, SalePrice: 7, GrossSales: 14931, Discounts: null, Sales: 14931, COGS: 5715, Profit: 9216, Date: `10/01/2020`, MonthName: `October`, Year: 2020 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Vermont`, UnitsSold: 3617, ManufacturingPrice: 10, SalePrice: 20, GrossSales: 72340, Discounts: null, Sales: 72340, COGS: 18170, Profit: 54170, Date: `12/01/2020`, MonthName: `December`, Year: 2020 }), + new PivotSalesDataItem({ Country: `India`, Product: `Vermont`, UnitsSold: 1266, ManufacturingPrice: 10, SalePrice: 350, GrossSales: 443100, Discounts: null, Sales: 443100, COGS: 393380, Profit: 49720, Date: `12/01/2020`, MonthName: `December`, Year: 2020 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Burlington`, UnitsSold: 894, ManufacturingPrice: 120, SalePrice: 7, GrossSales: 6258, Discounts: null, Sales: 6258, COGS: 7465, Profit: 1207, Date: `01/01/2020`, MonthName: `January`, Year: 2020 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Burlington`, UnitsSold: 2725, ManufacturingPrice: 120, SalePrice: 125, GrossSales: 340625, Discounts: null, Sales: 340625, COGS: 216480, Profit: 124145, Date: `02/01/2020`, MonthName: `February`, Year: 2020 }), + new PivotSalesDataItem({ Country: `India`, Product: `Burlington`, UnitsSold: 3061, ManufacturingPrice: 120, SalePrice: 12, GrossSales: 36732, Discounts: null, Sales: 36732, COGS: 6483, Profit: 30249, Date: `03/01/2020`, MonthName: `March`, Year: 2020 }), + new PivotSalesDataItem({ Country: `India`, Product: `Burlington`, UnitsSold: 3958, ManufacturingPrice: 120, SalePrice: 350, GrossSales: 1385300, Discounts: null, Sales: 1385300, COGS: 261560, Profit: 1123740, Date: `06/01/2020`, MonthName: `June`, Year: 2020 }), + new PivotSalesDataItem({ Country: `India`, Product: `Burlington`, UnitsSold: 3920, ManufacturingPrice: 120, SalePrice: 12, GrossSales: 47040, Discounts: null, Sales: 47040, COGS: 4635, Profit: 42405, Date: `06/01/2020`, MonthName: `June`, Year: 2020 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Burlington`, UnitsSold: 3381, ManufacturingPrice: 120, SalePrice: 125, GrossSales: 422625, Discounts: null, Sales: 422625, COGS: 338520, Profit: 84105, Date: `08/01/2020`, MonthName: `August`, Year: 2020 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Mandarin`, UnitsSold: 4307, ManufacturingPrice: 250, SalePrice: 300, GrossSales: 1292100, Discounts: null, Sales: 1292100, COGS: 500250, Profit: 791850, Date: `02/01/2020`, MonthName: `February`, Year: 2020 }), + new PivotSalesDataItem({ Country: `India`, Product: `Mandarin`, UnitsSold: 878, ManufacturingPrice: 250, SalePrice: 12, GrossSales: 10536, Discounts: null, Sales: 10536, COGS: 8514, Profit: 2022, Date: `04/01/2020`, MonthName: `April`, Year: 2020 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Mandarin`, UnitsSold: 496, ManufacturingPrice: 250, SalePrice: 15, GrossSales: 7440, Discounts: null, Sales: 7440, COGS: 21780, Profit: 14340, Date: `06/01/2020`, MonthName: `June`, Year: 2020 }), + new PivotSalesDataItem({ Country: `India`, Product: `Mandarin`, UnitsSold: 3367, ManufacturingPrice: 250, SalePrice: 15, GrossSales: 50505, Discounts: null, Sales: 50505, COGS: 8880, Profit: 41625, Date: `06/01/2020`, MonthName: `June`, Year: 2020 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Mandarin`, UnitsSold: 2055, ManufacturingPrice: 250, SalePrice: 300, GrossSales: 616500, Discounts: null, Sales: 616500, COGS: 537750, Profit: 78750, Date: `09/01/2020`, MonthName: `September`, Year: 2020 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Mandarin`, UnitsSold: 4041, ManufacturingPrice: 250, SalePrice: 20, GrossSales: 80820, Discounts: null, Sales: 80820, COGS: 18170, Profit: 62650, Date: `12/01/2020`, MonthName: `December`, Year: 2020 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Luxe`, UnitsSold: 3237, ManufacturingPrice: 260, SalePrice: 350, GrossSales: 1132950, Discounts: null, Sales: 1132950, COGS: 715000, Profit: 417950, Date: `02/01/2020`, MonthName: `February`, Year: 2020 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Luxe`, UnitsSold: 630, ManufacturingPrice: 260, SalePrice: 12, GrossSales: 7560, Discounts: null, Sales: 7560, COGS: 5859, Profit: 1701, Date: `04/01/2020`, MonthName: `April`, Year: 2020 }), + new PivotSalesDataItem({ Country: `India`, Product: `Luxe`, UnitsSold: 4210, ManufacturingPrice: 260, SalePrice: 125, GrossSales: 526250, Discounts: null, Sales: 526250, COGS: 506340, Profit: 19910, Date: `04/01/2020`, MonthName: `April`, Year: 2020 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Luxe`, UnitsSold: 1127, ManufacturingPrice: 260, SalePrice: 20, GrossSales: 22540, Discounts: null, Sales: 22540, COGS: 18990, Profit: 3550, Date: `06/01/2020`, MonthName: `June`, Year: 2020 }), + new PivotSalesDataItem({ Country: `India`, Product: `Luxe`, UnitsSold: 3438, ManufacturingPrice: 260, SalePrice: 7, GrossSales: 24066, Discounts: null, Sales: 24066, COGS: 8430, Profit: 15636, Date: `07/01/2020`, MonthName: `July`, Year: 2020 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Luxe`, UnitsSold: 2015, ManufacturingPrice: 260, SalePrice: 12, GrossSales: 24180, Discounts: null, Sales: 24180, COGS: 6423, Profit: 17757, Date: `08/01/2020`, MonthName: `August`, Year: 2020 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Luxe`, UnitsSold: 2534, ManufacturingPrice: 260, SalePrice: 7, GrossSales: 17738, Discounts: null, Sales: 17738, COGS: 5715, Profit: 12023, Date: `10/01/2020`, MonthName: `October`, Year: 2020 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Luxe`, UnitsSold: 1384, ManufacturingPrice: 260, SalePrice: 15, GrossSales: 20760, Discounts: null, Sales: 20760, COGS: 6150, Profit: 14610, Date: `12/01/2020`, MonthName: `December`, Year: 2020 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Vermont`, UnitsSold: 3561, ManufacturingPrice: 10, SalePrice: 7, GrossSales: 24927, Discounts: 276.15, Sales: 24650.85, COGS: 19725, Profit: 4925.85, Date: `01/01/2020`, MonthName: `January`, Year: 2020 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Vermont`, UnitsSold: 1823, ManufacturingPrice: 10, SalePrice: 15, GrossSales: 27345, Discounts: 344.4, Sales: 27000.6, COGS: 22960, Profit: 4040.6, Date: `02/01/2020`, MonthName: `February`, Year: 2020 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Vermont`, UnitsSold: 2795, ManufacturingPrice: 10, SalePrice: 7, GrossSales: 19565, Discounts: 72.1, Sales: 19492.9, COGS: 5150, Profit: 14342.9, Date: `05/01/2020`, MonthName: `May`, Year: 2020 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Burlington`, UnitsSold: 457, ManufacturingPrice: 120, SalePrice: 7, GrossSales: 3199, Discounts: 44.73, Sales: 3154.27, COGS: 3195, Profit: 40.73, Date: `11/01/2020`, MonthName: `November`, Year: 2020 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Mandarin`, UnitsSold: 3785, ManufacturingPrice: 250, SalePrice: 7, GrossSales: 26495, Discounts: 92.82, Sales: 26402.18, COGS: 6630, Profit: 19772.18, Date: `03/01/2020`, MonthName: `March`, Year: 2020 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Kensington`, UnitsSold: 748, ManufacturingPrice: 3, SalePrice: 12, GrossSales: 8976, Discounts: 222.96, Sales: 8753.04, COGS: 5574, Profit: 3179.04, Date: `02/01/2020`, MonthName: `February`, Year: 2020 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Kensington`, UnitsSold: 1021, ManufacturingPrice: 3, SalePrice: 350, GrossSales: 357350, Discounts: 4235, Sales: 353115, COGS: 314600, Profit: 38515, Date: `03/01/2020`, MonthName: `March`, Year: 2020 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Kensington`, UnitsSold: 2076, ManufacturingPrice: 3, SalePrice: 7, GrossSales: 14532, Discounts: 177.03, Sales: 14354.97, COGS: 12645, Profit: 1709.97, Date: `07/01/2020`, MonthName: `July`, Year: 2020 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Kensington`, UnitsSold: 4316, ManufacturingPrice: 3, SalePrice: 12, GrossSales: 51792, Discounts: 173.4, Sales: 51618.6, COGS: 4335, Profit: 47283.6, Date: `09/01/2020`, MonthName: `September`, Year: 2020 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Kensington`, UnitsSold: 4174, ManufacturingPrice: 3, SalePrice: 12, GrossSales: 50088, Discounts: 320.52, Sales: 49767.48, COGS: 8013, Profit: 41754.48, Date: `09/01/2020`, MonthName: `September`, Year: 2020 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Kensington`, UnitsSold: 3736, ManufacturingPrice: 3, SalePrice: 350, GrossSales: 1307600, Discounts: 4889.5, Sales: 1302710.5, COGS: 363220, Profit: 939490.5, Date: `10/01/2020`, MonthName: `October`, Year: 2020 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Kensington`, UnitsSold: 1914, ManufacturingPrice: 3, SalePrice: 350, GrossSales: 669900, Discounts: 7542.5, Sales: 662357.5, COGS: 560300, Profit: 102057.5, Date: `12/01/2020`, MonthName: `December`, Year: 2020 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Royal Oak`, UnitsSold: 2742, ManufacturingPrice: 5, SalePrice: 15, GrossSales: 41130, Discounts: 332.1, Sales: 40797.9, COGS: 22140, Profit: 18657.9, Date: `03/01/2020`, MonthName: `March`, Year: 2020 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Royal Oak`, UnitsSold: 1499, ManufacturingPrice: 5, SalePrice: 300, GrossSales: 449700, Discounts: 6903, Sales: 442797, COGS: 575250, Profit: 132453, Date: `04/01/2020`, MonthName: `April`, Year: 2020 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Royal Oak`, UnitsSold: 3772, ManufacturingPrice: 5, SalePrice: 20, GrossSales: 75440, Discounts: 275.1, Sales: 75164.9, COGS: 13755, Profit: 61409.9, Date: `07/01/2020`, MonthName: `July`, Year: 2020 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Royal Oak`, UnitsSold: 1112, ManufacturingPrice: 5, SalePrice: 7, GrossSales: 7784, Discounts: 128.1, Sales: 7655.9, COGS: 9150, Profit: 1494.1, Date: `08/01/2020`, MonthName: `August`, Year: 2020 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Vermont`, UnitsSold: 2368, ManufacturingPrice: 10, SalePrice: 15, GrossSales: 35520, Discounts: 227.1, Sales: 35292.9, COGS: 15140, Profit: 20152.9, Date: `02/01/2020`, MonthName: `February`, Year: 2020 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Vermont`, UnitsSold: 1586, ManufacturingPrice: 10, SalePrice: 7, GrossSales: 11102, Discounts: 314.48, Sales: 10787.52, COGS: 22462.5, Profit: 11674.98, Date: `04/01/2020`, MonthName: `April`, Year: 2020 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Vermont`, UnitsSold: 3386, ManufacturingPrice: 10, SalePrice: 125, GrossSales: 423250, Discounts: 908.75, Sales: 422341.25, COGS: 87240, Profit: 335101.25, Date: `06/01/2020`, MonthName: `June`, Year: 2020 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Vermont`, UnitsSold: 852, ManufacturingPrice: 10, SalePrice: 125, GrossSales: 106500, Discounts: 983.75, Sales: 105516.25, COGS: 94440, Profit: 11076.25, Date: `06/01/2020`, MonthName: `June`, Year: 2020 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Vermont`, UnitsSold: 2783, ManufacturingPrice: 10, SalePrice: 125, GrossSales: 347875, Discounts: 2278.75, Sales: 345596.25, COGS: 218760, Profit: 126836.25, Date: `07/01/2020`, MonthName: `July`, Year: 2020 }), + new PivotSalesDataItem({ Country: `India`, Product: `Vermont`, UnitsSold: 2684, ManufacturingPrice: 10, SalePrice: 15, GrossSales: 40260, Discounts: 112.05, Sales: 40147.95, COGS: 7470, Profit: 32677.95, Date: `09/01/2020`, MonthName: `September`, Year: 2020 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Vermont`, UnitsSold: 4083, ManufacturingPrice: 10, SalePrice: 300, GrossSales: 1224900, Discounts: 8715, Sales: 1216185, COGS: 726250, Profit: 489935, Date: `11/01/2020`, MonthName: `November`, Year: 2020 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Vermont`, UnitsSold: 2816, ManufacturingPrice: 10, SalePrice: 350, GrossSales: 985600, Discounts: 7542.5, Sales: 978057.5, COGS: 560300, Profit: 417757.5, Date: `12/01/2020`, MonthName: `December`, Year: 2020 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Burlington`, UnitsSold: 4294, ManufacturingPrice: 120, SalePrice: 20, GrossSales: 85880, Discounts: 772.8, Sales: 85107.2, COGS: 38640, Profit: 46467.2, Date: `04/01/2020`, MonthName: `April`, Year: 2020 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Burlington`, UnitsSold: 2856, ManufacturingPrice: 120, SalePrice: 7, GrossSales: 19992, Discounts: 25.34, Sales: 19966.66, COGS: 1810, Profit: 18156.66, Date: `05/01/2020`, MonthName: `May`, Year: 2020 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Burlington`, UnitsSold: 1407, ManufacturingPrice: 120, SalePrice: 125, GrossSales: 175875, Discounts: 1153.75, Sales: 174721.25, COGS: 110760, Profit: 63961.25, Date: `08/01/2020`, MonthName: `August`, Year: 2020 }), + new PivotSalesDataItem({ Country: `India`, Product: `Mandarin`, UnitsSold: 1265, ManufacturingPrice: 250, SalePrice: 7, GrossSales: 8855, Discounts: 18.41, Sales: 8836.59, COGS: 1315, Profit: 7521.59, Date: `03/01/2020`, MonthName: `March`, Year: 2020 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Mandarin`, UnitsSold: 3892, ManufacturingPrice: 250, SalePrice: 350, GrossSales: 1362200, Discounts: 3302.25, Sales: 1358897.75, COGS: 245310, Profit: 1113587.75, Date: `04/01/2020`, MonthName: `April`, Year: 2020 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Mandarin`, UnitsSold: 3068, ManufacturingPrice: 250, SalePrice: 125, GrossSales: 383500, Discounts: 908.75, Sales: 382591.25, COGS: 87240, Profit: 295351.25, Date: `06/01/2020`, MonthName: `June`, Year: 2020 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Mandarin`, UnitsSold: 2181, ManufacturingPrice: 250, SalePrice: 125, GrossSales: 272625, Discounts: 983.75, Sales: 271641.25, COGS: 94440, Profit: 177201.25, Date: `06/01/2020`, MonthName: `June`, Year: 2020 }), + new PivotSalesDataItem({ Country: `India`, Product: `Mandarin`, UnitsSold: 1356, ManufacturingPrice: 250, SalePrice: 300, GrossSales: 406800, Discounts: 2958, Sales: 403842, COGS: 246500, Profit: 177201.25, Date: `06/01/2020`, MonthName: `June`, Year: 2020 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Mandarin`, UnitsSold: 1814, ManufacturingPrice: 250, SalePrice: 350, GrossSales: 634900, Discounts: 4889.5, Sales: 630010.5, COGS: 363220, Profit: 266790.5, Date: `10/01/2020`, MonthName: `October`, Year: 2020 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Mandarin`, UnitsSold: 1495, ManufacturingPrice: 250, SalePrice: 125, GrossSales: 186875, Discounts: 2180, Sales: 184695, COGS: 209280, Profit: 24585, Date: `11/01/2020`, MonthName: `November`, Year: 2020 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Kensington`, UnitsSold: 1463, ManufacturingPrice: 3, SalePrice: 125, GrossSales: 182875, Discounts: 1856.25, Sales: 181018.75, COGS: 89100, Profit: 91918.75, Date: `04/01/2020`, MonthName: `April`, Year: 2020 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Kensington`, UnitsSold: 215, ManufacturingPrice: 3, SalePrice: 12, GrossSales: 2580, Discounts: 310.8, Sales: 2269.2, COGS: 3885, Profit: 1615.8, Date: `10/01/2020`, MonthName: `October`, Year: 2020 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Kensington`, UnitsSold: 566, ManufacturingPrice: 3, SalePrice: 350, GrossSales: 198100, Discounts: 19964, Sales: 178136, COGS: 741520, Profit: 563384, Date: `12/01/2020`, MonthName: `December`, Year: 2020 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Royal Oak`, UnitsSold: 3255, ManufacturingPrice: 5, SalePrice: 12, GrossSales: 39060, Discounts: 274.08, Sales: 38785.92, COGS: 3426, Profit: 35359.92, Date: `06/01/2020`, MonthName: `June`, Year: 2020 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Royal Oak`, UnitsSold: 772, ManufacturingPrice: 5, SalePrice: 20, GrossSales: 15440, Discounts: 626.4, Sales: 14813.6, COGS: 15660, Profit: 846.4, Date: `10/01/2020`, MonthName: `October`, Year: 2020 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Royal Oak`, UnitsSold: 1135, ManufacturingPrice: 5, SalePrice: 12, GrossSales: 13620, Discounts: 165.6, Sales: 13454.4, COGS: 2070, Profit: 11384.4, Date: `11/01/2020`, MonthName: `November`, Year: 2020 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Vermont`, UnitsSold: 1193, ManufacturingPrice: 10, SalePrice: 15, GrossSales: 17895, Discounts: 708.9, Sales: 17186.1, COGS: 23630, Profit: 6443.9, Date: `02/01/2020`, MonthName: `February`, Year: 2020 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Vermont`, UnitsSold: 2530, ManufacturingPrice: 10, SalePrice: 300, GrossSales: 759000, Discounts: 5508, Sales: 753492, COGS: 229500, Profit: 523992, Date: `05/01/2020`, MonthName: `May`, Year: 2020 }), + new PivotSalesDataItem({ Country: `India`, Product: `Vermont`, UnitsSold: 3451, ManufacturingPrice: 10, SalePrice: 300, GrossSales: 1035300, Discounts: 10368, Sales: 1024932, COGS: 432000, Profit: 592932, Date: `05/01/2020`, MonthName: `May`, Year: 2020 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Vermont`, UnitsSold: 3059, ManufacturingPrice: 10, SalePrice: 12, GrossSales: 36708, Discounts: 274.08, Sales: 36433.92, COGS: 3426, Profit: 33007.92, Date: `06/01/2020`, MonthName: `June`, Year: 2020 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Vermont`, UnitsSold: 3957, ManufacturingPrice: 10, SalePrice: 125, GrossSales: 494625, Discounts: 1655, Sales: 492970, COGS: 79440, Profit: 413530, Date: `06/01/2020`, MonthName: `June`, Year: 2020 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Vermont`, UnitsSold: 3444, ManufacturingPrice: 10, SalePrice: 12, GrossSales: 41328, Discounts: 310.8, Sales: 41017.2, COGS: 3885, Profit: 37132.2, Date: `10/01/2020`, MonthName: `October`, Year: 2020 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Vermont`, UnitsSold: 3154, ManufacturingPrice: 10, SalePrice: 300, GrossSales: 946200, Discounts: 11496, Sales: 934704, COGS: 479000, Profit: 455704, Date: `12/01/2020`, MonthName: `December`, Year: 2020 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Vermont`, UnitsSold: 4108, ManufacturingPrice: 10, SalePrice: 350, GrossSales: 1437800, Discounts: 19964, Sales: 1417836, COGS: 741520, Profit: 676316, Date: `12/01/2020`, MonthName: `December`, Year: 2020 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Vermont`, UnitsSold: 3760, ManufacturingPrice: 10, SalePrice: 125, GrossSales: 470000, Discounts: 6822.5, Sales: 463177.5, COGS: 327480, Profit: 135697.5, Date: `12/01/2020`, MonthName: `December`, Year: 2020 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Vermont`, UnitsSold: 2334, ManufacturingPrice: 10, SalePrice: 12, GrossSales: 28008, Discounts: 253.2, Sales: 27754.8, COGS: 3165, Profit: 24589.8, Date: `12/01/2020`, MonthName: `December`, Year: 2020 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Vermont`, UnitsSold: 580, ManufacturingPrice: 10, SalePrice: 12, GrossSales: 6960, Discounts: 260.16, Sales: 6699.84, COGS: 3252, Profit: 3447.84, Date: `12/01/2020`, MonthName: `December`, Year: 2020 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Burlington`, UnitsSold: 2610, ManufacturingPrice: 120, SalePrice: 20, GrossSales: 52200, Discounts: 626.4, Sales: 51573.6, COGS: 15660, Profit: 35913.6, Date: `10/01/2020`, MonthName: `October`, Year: 2020 }), + new PivotSalesDataItem({ Country: `India`, Product: `Burlington`, UnitsSold: 1459, ManufacturingPrice: 120, SalePrice: 350, GrossSales: 510650, Discounts: 20139, Sales: 490511, COGS: 748020, Profit: 257509, Date: `10/01/2020`, MonthName: `October`, Year: 2020 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Burlington`, UnitsSold: 3774, ManufacturingPrice: 120, SalePrice: 12, GrossSales: 45288, Discounts: 253.2, Sales: 45034.8, COGS: 3165, Profit: 41869.8, Date: `12/01/2020`, MonthName: `December`, Year: 2020 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Burlington`, UnitsSold: 2572, ManufacturingPrice: 120, SalePrice: 12, GrossSales: 30864, Discounts: 260.16, Sales: 30603.84, COGS: 3252, Profit: 27351.84, Date: `12/01/2020`, MonthName: `December`, Year: 2020 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Mandarin`, UnitsSold: 320, ManufacturingPrice: 250, SalePrice: 125, GrossSales: 40000, Discounts: 1655, Sales: 38345, COGS: 79440, Profit: 41095, Date: `06/01/2020`, MonthName: `June`, Year: 2020 }), + new PivotSalesDataItem({ Country: `India`, Product: `Mandarin`, UnitsSold: 3275, ManufacturingPrice: 250, SalePrice: 350, GrossSales: 1146250, Discounts: 20139, Sales: 1126111, COGS: 748020, Profit: 378091, Date: `10/01/2020`, MonthName: `October`, Year: 2020 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Mandarin`, UnitsSold: 3582, ManufacturingPrice: 250, SalePrice: 125, GrossSales: 447750, Discounts: 6822.5, Sales: 440927.5, COGS: 327480, Profit: 113447.5, Date: `12/01/2020`, MonthName: `December`, Year: 2020 }), + new PivotSalesDataItem({ Country: `India`, Product: `Luxe`, UnitsSold: 4056, ManufacturingPrice: 260, SalePrice: 300, GrossSales: 1216800, Discounts: 1554, Sales: 1215246, COGS: 64750, Profit: 1150496, Date: `03/01/2020`, MonthName: `March`, Year: 2020 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Luxe`, UnitsSold: 2144, ManufacturingPrice: 260, SalePrice: 300, GrossSales: 643200, Discounts: 6606, Sales: 636594, COGS: 275250, Profit: 361344, Date: `03/01/2020`, MonthName: `March`, Year: 2020 }), + new PivotSalesDataItem({ Country: `India`, Product: `Luxe`, UnitsSold: 3502, ManufacturingPrice: 260, SalePrice: 125, GrossSales: 437750, Discounts: 5690, Sales: 432060, COGS: 273120, Profit: 158940, Date: `05/01/2020`, MonthName: `May`, Year: 2020 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Luxe`, UnitsSold: 679, ManufacturingPrice: 260, SalePrice: 20, GrossSales: 13580, Discounts: 494.4, Sales: 13085.6, COGS: 12360, Profit: 725.6, Date: `11/01/2020`, MonthName: `November`, Year: 2020 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Luxe`, UnitsSold: 2351, ManufacturingPrice: 260, SalePrice: 20, GrossSales: 47020, Discounts: 376.4, Sales: 46643.6, COGS: 9410, Profit: 37233.6, Date: `11/01/2020`, MonthName: `November`, Year: 2020 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Luxe`, UnitsSold: 2043, ManufacturingPrice: 260, SalePrice: 300, GrossSales: 612900, Discounts: 11496, Sales: 601404, COGS: 479000, Profit: 122404, Date: `12/01/2020`, MonthName: `December`, Year: 2020 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Kensington`, UnitsSold: 3565, ManufacturingPrice: 3, SalePrice: 125, GrossSales: 445625, Discounts: 15913.13, Sales: 429711.88, COGS: 509220, Profit: 79508.13, Date: `04/01/2020`, MonthName: `April`, Year: 2020 }), + new PivotSalesDataItem({ Country: `India`, Product: `Kensington`, UnitsSold: 1401, ManufacturingPrice: 3, SalePrice: 20, GrossSales: 28020, Discounts: 1548, Sales: 26472, COGS: 25800, Profit: 672, Date: `04/01/2020`, MonthName: `April`, Year: 2020 }), + new PivotSalesDataItem({ Country: `India`, Product: `Kensington`, UnitsSold: 2077, ManufacturingPrice: 3, SalePrice: 300, GrossSales: 623100, Discounts: 6201, Sales: 616899, COGS: 172250, Profit: 444649, Date: `06/01/2020`, MonthName: `June`, Year: 2020 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Kensington`, UnitsSold: 3643, ManufacturingPrice: 3, SalePrice: 12, GrossSales: 43716, Discounts: 700.92, Sales: 43015.08, COGS: 5841, Profit: 37174.08, Date: `09/01/2020`, MonthName: `September`, Year: 2020 }), + new PivotSalesDataItem({ Country: `India`, Product: `Royal Oak`, UnitsSold: 2960, ManufacturingPrice: 5, SalePrice: 7, GrossSales: 20720, Discounts: 411.18, Sales: 20308.82, COGS: 9790, Profit: 10518.82, Date: `02/01/2020`, MonthName: `February`, Year: 2020 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Royal Oak`, UnitsSold: 1201, ManufacturingPrice: 5, SalePrice: 12, GrossSales: 14412, Discounts: 684.36, Sales: 13727.64, COGS: 5703, Profit: 8024.64, Date: `06/01/2020`, MonthName: `June`, Year: 2020 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Royal Oak`, UnitsSold: 2321, ManufacturingPrice: 5, SalePrice: 7, GrossSales: 16247, Discounts: 114.24, Sales: 16132.76, COGS: 2720, Profit: 13412.76, Date: `09/01/2020`, MonthName: `September`, Year: 2020 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Royal Oak`, UnitsSold: 3972, ManufacturingPrice: 5, SalePrice: 125, GrossSales: 496500, Discounts: 4826.25, Sales: 491673.75, COGS: 154440, Profit: 337233.75, Date: `12/01/2020`, MonthName: `December`, Year: 2020 }), + new PivotSalesDataItem({ Country: `India`, Product: `Royal Oak`, UnitsSold: 3878, ManufacturingPrice: 5, SalePrice: 125, GrossSales: 484750, Discounts: 6397.5, Sales: 478352.5, COGS: 204720, Profit: 273632.5, Date: `12/01/2020`, MonthName: `December`, Year: 2020 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Vermont`, UnitsSold: 2278, ManufacturingPrice: 10, SalePrice: 300, GrossSales: 683400, Discounts: 21910.5, Sales: 661489.5, COGS: 608625, Profit: 52864.5, Date: `01/01/2020`, MonthName: `January`, Year: 2020 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Vermont`, UnitsSold: 1075, ManufacturingPrice: 10, SalePrice: 125, GrossSales: 134375, Discounts: 6652.5, Sales: 127722.5, COGS: 212880, Profit: 85157.5, Date: `03/01/2020`, MonthName: `March`, Year: 2020 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Vermont`, UnitsSold: 4050, ManufacturingPrice: 10, SalePrice: 12, GrossSales: 48600, Discounts: 684.36, Sales: 47915.64, COGS: 5703, Profit: 42212.64, Date: `06/01/2020`, MonthName: `June`, Year: 2020 }), + new PivotSalesDataItem({ Country: `India`, Product: `Vermont`, UnitsSold: 3035, ManufacturingPrice: 10, SalePrice: 300, GrossSales: 910500, Discounts: 6201, Sales: 904299, COGS: 172250, Profit: 732049, Date: `06/01/2020`, MonthName: `June`, Year: 2020 }), + new PivotSalesDataItem({ Country: `India`, Product: `Vermont`, UnitsSold: 3636, ManufacturingPrice: 10, SalePrice: 125, GrossSales: 454500, Discounts: 5887.5, Sales: 448612.5, COGS: 188400, Profit: 260212.5, Date: `06/01/2020`, MonthName: `June`, Year: 2020 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Vermont`, UnitsSold: 1379, ManufacturingPrice: 10, SalePrice: 12, GrossSales: 16548, Discounts: 493.02, Sales: 16054.98, COGS: 4108.5, Profit: 11946.48, Date: `07/01/2020`, MonthName: `July`, Year: 2020 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Vermont`, UnitsSold: 4492, ManufacturingPrice: 10, SalePrice: 125, GrossSales: 561500, Discounts: 7533.75, Sales: 553966.25, COGS: 241080, Profit: 312886.25, Date: `10/01/2020`, MonthName: `October`, Year: 2020 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Vermont`, UnitsSold: 1744, ManufacturingPrice: 10, SalePrice: 125, GrossSales: 218000, Discounts: 4826.25, Sales: 213173.75, COGS: 154440, Profit: 58733.75, Date: `12/01/2020`, MonthName: `December`, Year: 2020 }), + new PivotSalesDataItem({ Country: `India`, Product: `Vermont`, UnitsSold: 2341, ManufacturingPrice: 10, SalePrice: 125, GrossSales: 292625, Discounts: 6397.5, Sales: 286227.5, COGS: 204720, Profit: 81507.5, Date: `12/01/2020`, MonthName: `December`, Year: 2020 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Burlington`, UnitsSold: 3835, ManufacturingPrice: 120, SalePrice: 125, GrossSales: 479375, Discounts: 7533.75, Sales: 471841.25, COGS: 241080, Profit: 230761.25, Date: `10/01/2020`, MonthName: `October`, Year: 2020 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Mandarin`, UnitsSold: 1161, ManufacturingPrice: 250, SalePrice: 300, GrossSales: 348300, Discounts: 25596, Sales: 322704, COGS: 711000, Profit: 388296, Date: `02/01/2020`, MonthName: `February`, Year: 2020 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Mandarin`, UnitsSold: 876, ManufacturingPrice: 250, SalePrice: 12, GrossSales: 10512, Discounts: 689.76, Sales: 9822.24, COGS: 5748, Profit: 4074.24, Date: `04/01/2020`, MonthName: `April`, Year: 2020 }), + new PivotSalesDataItem({ Country: `India`, Product: `Mandarin`, UnitsSold: 1705, ManufacturingPrice: 250, SalePrice: 125, GrossSales: 213125, Discounts: 5887.5, Sales: 207237.5, COGS: 188400, Profit: 18837.5, Date: `06/01/2020`, MonthName: `June`, Year: 2020 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Mandarin`, UnitsSold: 1805, ManufacturingPrice: 250, SalePrice: 300, GrossSales: 541500, Discounts: 16866, Sales: 524634, COGS: 468500, Profit: 56134, Date: `08/01/2020`, MonthName: `August`, Year: 2020 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Mandarin`, UnitsSold: 389, ManufacturingPrice: 250, SalePrice: 350, GrossSales: 136150, Discounts: 17241, Sales: 118909, COGS: 426920, Profit: 308011, Date: `08/01/2020`, MonthName: `August`, Year: 2020 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Kensington`, UnitsSold: 1459, ManufacturingPrice: 3, SalePrice: 20, GrossSales: 29180, Discounts: 498.6, Sales: 28681.4, COGS: 8310, Profit: 20371.4, Date: `05/01/2020`, MonthName: `May`, Year: 2020 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Burlington`, UnitsSold: 4236, ManufacturingPrice: 120, SalePrice: 20, GrossSales: 84720, Discounts: 2310.3, Sales: 82409.7, COGS: 38505, Profit: 43904.7, Date: `04/01/2020`, MonthName: `April`, Year: 2020 }), + new PivotSalesDataItem({ Country: `India`, Product: `Mandarin`, UnitsSold: 3627, ManufacturingPrice: 250, SalePrice: 12, GrossSales: 43524, Discounts: 892.44, Sales: 42631.56, COGS: 7437, Profit: 35194.56, Date: `01/01/2020`, MonthName: `January`, Year: 2020 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Royal Oak`, UnitsSold: 1756, ManufacturingPrice: 5, SalePrice: 15, GrossSales: 26340, Discounts: 1218.6, Sales: 25121.4, COGS: 20310, Profit: 4811.4, Date: `10/01/2020`, MonthName: `October`, Year: 2020 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Vermont`, UnitsSold: 307, ManufacturingPrice: 10, SalePrice: 15, GrossSales: 4605, Discounts: 1218.6, Sales: 3386.4, COGS: 20310, Profit: 16923.6, Date: `10/01/2020`, MonthName: `October`, Year: 2020 }), + new PivotSalesDataItem({ Country: `India`, Product: `Kensington`, UnitsSold: 1222, ManufacturingPrice: 3, SalePrice: 300, GrossSales: 366600, Discounts: 24252, Sales: 342348, COGS: 505250, Profit: 162902, Date: `10/01/2020`, MonthName: `October`, Year: 2020 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Kensington`, UnitsSold: 489, ManufacturingPrice: 3, SalePrice: 350, GrossSales: 171150, Discounts: 3836, Sales: 167314, COGS: 71240, Profit: 96074, Date: `12/01/2020`, MonthName: `December`, Year: 2020 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Royal Oak`, UnitsSold: 4133, ManufacturingPrice: 5, SalePrice: 15, GrossSales: 61995, Discounts: 1180.2, Sales: 60814.8, COGS: 19670, Profit: 41144.8, Date: `03/01/2020`, MonthName: `March`, Year: 2020 }), + new PivotSalesDataItem({ Country: `India`, Product: `Royal Oak`, UnitsSold: 2743, ManufacturingPrice: 5, SalePrice: 300, GrossSales: 822900, Discounts: 22308, Sales: 800592, COGS: 464750, Profit: 335842, Date: `08/01/2020`, MonthName: `August`, Year: 2020 }), + new PivotSalesDataItem({ Country: `India`, Product: `Royal Oak`, UnitsSold: 4460, ManufacturingPrice: 5, SalePrice: 300, GrossSales: 1338000, Discounts: 24252, Sales: 1313748, COGS: 505250, Profit: 808498, Date: `10/01/2020`, MonthName: `October`, Year: 2020 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Royal Oak`, UnitsSold: 1232, ManufacturingPrice: 5, SalePrice: 125, GrossSales: 154000, Discounts: 5690, Sales: 148310, COGS: 136560, Profit: 11750, Date: `12/01/2020`, MonthName: `December`, Year: 2020 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Vermont`, UnitsSold: 2586, ManufacturingPrice: 10, SalePrice: 7, GrossSales: 18102, Discounts: 1190.28, Sales: 16911.72, COGS: 21255, Profit: 4343.28, Date: `01/01/2020`, MonthName: `January`, Year: 2020 }), + new PivotSalesDataItem({ Country: `India`, Product: `Vermont`, UnitsSold: 1332, ManufacturingPrice: 10, SalePrice: 125, GrossSales: 166500, Discounts: 3975, Sales: 162525, COGS: 95400, Profit: 67125, Date: `03/01/2020`, MonthName: `March`, Year: 2020 }), + new PivotSalesDataItem({ Country: `India`, Product: `Vermont`, UnitsSold: 4487, ManufacturingPrice: 10, SalePrice: 300, GrossSales: 1346100, Discounts: 16974, Sales: 1329126, COGS: 353625, Profit: 975501, Date: `04/01/2020`, MonthName: `April`, Year: 2020 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Vermont`, UnitsSold: 3862, ManufacturingPrice: 10, SalePrice: 300, GrossSales: 1158600, Discounts: 35016, Sales: 1123584, COGS: 729500, Profit: 394084, Date: `05/01/2020`, MonthName: `May`, Year: 2020 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Vermont`, UnitsSold: 1765, ManufacturingPrice: 10, SalePrice: 350, GrossSales: 617750, Discounts: 48300, Sales: 569450, COGS: 897000, Profit: 327550, Date: `07/01/2020`, MonthName: `July`, Year: 2020 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Vermont`, UnitsSold: 3533, ManufacturingPrice: 10, SalePrice: 125, GrossSales: 441625, Discounts: 14940, Sales: 426685, COGS: 358560, Profit: 68125, Date: `07/01/2020`, MonthName: `July`, Year: 2020 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Vermont`, UnitsSold: 2016, ManufacturingPrice: 10, SalePrice: 15, GrossSales: 30240, Discounts: 130.8, Sales: 30109.2, COGS: 2180, Profit: 27929.2, Date: `09/01/2020`, MonthName: `September`, Year: 2020 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Vermont`, UnitsSold: 2938, ManufacturingPrice: 10, SalePrice: 20, GrossSales: 58760, Discounts: 1659.2, Sales: 57100.8, COGS: 20740, Profit: 36360.8, Date: `09/01/2020`, MonthName: `September`, Year: 2020 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Vermont`, UnitsSold: 3352, ManufacturingPrice: 10, SalePrice: 20, GrossSales: 67040, Discounts: 844.8, Sales: 66195.2, COGS: 10560, Profit: 55635.2, Date: `09/01/2020`, MonthName: `September`, Year: 2020 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Vermont`, UnitsSold: 2430, ManufacturingPrice: 10, SalePrice: 350, GrossSales: 850500, Discounts: 3836, Sales: 846664, COGS: 71240, Profit: 775424, Date: `12/01/2020`, MonthName: `December`, Year: 2020 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Vermont`, UnitsSold: 535, ManufacturingPrice: 10, SalePrice: 125, GrossSales: 66875, Discounts: 5690, Sales: 61185, COGS: 136560, Profit: 75375, Date: `12/01/2020`, MonthName: `December`, Year: 2020 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Burlington`, UnitsSold: 1523, ManufacturingPrice: 120, SalePrice: 12, GrossSales: 18276, Discounts: 703.2, Sales: 17572.8, COGS: 4395, Profit: 13177.8, Date: `03/01/2020`, MonthName: `March`, Year: 2020 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Burlington`, UnitsSold: 1782, ManufacturingPrice: 120, SalePrice: 350, GrossSales: 623700, Discounts: 30478, Sales: 593222, COGS: 566020, Profit: 27202, Date: `10/01/2020`, MonthName: `October`, Year: 2020 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Mandarin`, UnitsSold: 347, ManufacturingPrice: 250, SalePrice: 12, GrossSales: 4164, Discounts: 415.68, Sales: 3748.32, COGS: 2598, Profit: 1150.32, Date: `05/01/2020`, MonthName: `May`, Year: 2020 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Mandarin`, UnitsSold: 3509, ManufacturingPrice: 250, SalePrice: 350, GrossSales: 1228150, Discounts: 30478, Sales: 1197672, COGS: 566020, Profit: 631652, Date: `10/01/2020`, MonthName: `October`, Year: 2020 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Luxe`, UnitsSold: 2943, ManufacturingPrice: 260, SalePrice: 350, GrossSales: 1030050, Discounts: 26110, Sales: 1003940, COGS: 484900, Profit: 519040, Date: `02/01/2020`, MonthName: `February`, Year: 2020 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Luxe`, UnitsSold: 4037, ManufacturingPrice: 260, SalePrice: 125, GrossSales: 504625, Discounts: 5370, Sales: 499255, COGS: 128880, Profit: 370375, Date: `04/01/2020`, MonthName: `April`, Year: 2020 }), + new PivotSalesDataItem({ Country: `India`, Product: `Luxe`, UnitsSold: 4146, ManufacturingPrice: 260, SalePrice: 350, GrossSales: 1451100, Discounts: 26698, Sales: 1424402, COGS: 495820, Profit: 928582, Date: `09/01/2020`, MonthName: `September`, Year: 2020 }), + new PivotSalesDataItem({ Country: `India`, Product: `Vermont`, UnitsSold: 725, ManufacturingPrice: 10, SalePrice: 7, GrossSales: 5075, Discounts: 480.2, Sales: 4594.8, COGS: 6860, Profit: 2265.2, Date: `01/01/2020`, MonthName: `January`, Year: 2020 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Vermont`, UnitsSold: 2325, ManufacturingPrice: 10, SalePrice: 7, GrossSales: 16275, Discounts: 941.15, Sales: 15333.85, COGS: 13445, Profit: 1888.85, Date: `10/01/2020`, MonthName: `October`, Year: 2020 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Vermont`, UnitsSold: 675, ManufacturingPrice: 10, SalePrice: 12, GrossSales: 8100, Discounts: 1458.6, Sales: 6641.4, COGS: 7293, Profit: 651.6, Date: `12/01/2020`, MonthName: `December`, Year: 2020 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Burlington`, UnitsSold: 2990, ManufacturingPrice: 120, SalePrice: 12, GrossSales: 35880, Discounts: 1458.6, Sales: 34421.4, COGS: 7293, Profit: 27128.4, Date: `12/01/2020`, MonthName: `December`, Year: 2020 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Mandarin`, UnitsSold: 1072, ManufacturingPrice: 250, SalePrice: 7, GrossSales: 7504, Discounts: 941.15, Sales: 6562.85, COGS: 13445, Profit: 6882.15, Date: `10/01/2020`, MonthName: `October`, Year: 2020 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Luxe`, UnitsSold: 1048, ManufacturingPrice: 260, SalePrice: 7, GrossSales: 7336, Discounts: 589.05, Sales: 6746.95, COGS: 8415, Profit: 1668.05, Date: `07/01/2020`, MonthName: `July`, Year: 2020 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Luxe`, UnitsSold: 469, ManufacturingPrice: 260, SalePrice: 12, GrossSales: 5628, Discounts: 673.8, Sales: 4954.2, COGS: 3369, Profit: 1585.2, Date: `08/01/2020`, MonthName: `August`, Year: 2020 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Kensington`, UnitsSold: 4240, ManufacturingPrice: 3, SalePrice: 12, GrossSales: 50880, Discounts: 1119, Sales: 49761, COGS: 5595, Profit: 44166, Date: `02/01/2020`, MonthName: `February`, Year: 2020 }), + new PivotSalesDataItem({ Country: `India`, Product: `Kensington`, UnitsSold: 1976, ManufacturingPrice: 3, SalePrice: 12, GrossSales: 23712, Discounts: 669.6, Sales: 23042.4, COGS: 3348, Profit: 19694.4, Date: `02/01/2020`, MonthName: `February`, Year: 2020 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Kensington`, UnitsSold: 1984, ManufacturingPrice: 3, SalePrice: 20, GrossSales: 39680, Discounts: 1563, Sales: 38117, COGS: 15630, Profit: 22487, Date: `05/01/2020`, MonthName: `May`, Year: 2020 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Kensington`, UnitsSold: 480, ManufacturingPrice: 3, SalePrice: 300, GrossSales: 144000, Discounts: 14865, Sales: 129135, COGS: 247750, Profit: 118615, Date: `06/01/2020`, MonthName: `June`, Year: 2020 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Kensington`, UnitsSold: 1205, ManufacturingPrice: 3, SalePrice: 15, GrossSales: 18075, Discounts: 2093.25, Sales: 15981.75, COGS: 27910, Profit: 11928.25, Date: `11/01/2020`, MonthName: `November`, Year: 2020 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Kensington`, UnitsSold: 2480, ManufacturingPrice: 3, SalePrice: 7, GrossSales: 17360, Discounts: 199.5, Sales: 17160.5, COGS: 2850, Profit: 14310.5, Date: `12/01/2020`, MonthName: `December`, Year: 2020 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Kensington`, UnitsSold: 2926, ManufacturingPrice: 3, SalePrice: 7, GrossSales: 20482, Discounts: 870.45, Sales: 19611.55, COGS: 12435, Profit: 7176.55, Date: `12/01/2020`, MonthName: `December`, Year: 2020 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Royal Oak`, UnitsSold: 3210, ManufacturingPrice: 5, SalePrice: 350, GrossSales: 1123500, Discounts: 24228.75, Sales: 1099271.25, COGS: 359970, Profit: 739301.25, Date: `01/01/2020`, MonthName: `January`, Year: 2020 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Royal Oak`, UnitsSold: 3221, ManufacturingPrice: 5, SalePrice: 125, GrossSales: 402625, Discounts: 22668.75, Sales: 379956.25, COGS: 435240, Profit: 55283.75, Date: `07/01/2020`, MonthName: `July`, Year: 2020 }), + new PivotSalesDataItem({ Country: `India`, Product: `Royal Oak`, UnitsSold: 1127, ManufacturingPrice: 5, SalePrice: 12, GrossSales: 13524, Discounts: 1405.2, Sales: 12118.8, COGS: 7026, Profit: 5092.8, Date: `11/01/2020`, MonthName: `November`, Year: 2020 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Vermont`, UnitsSold: 1610, ManufacturingPrice: 10, SalePrice: 20, GrossSales: 32200, Discounts: 1303, Sales: 30897, COGS: 13030, Profit: 17867, Date: `02/01/2020`, MonthName: `February`, Year: 2020 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Vermont`, UnitsSold: 4100, ManufacturingPrice: 10, SalePrice: 125, GrossSales: 512500, Discounts: 18700, Sales: 493800, COGS: 359040, Profit: 134760, Date: `03/01/2020`, MonthName: `March`, Year: 2020 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Vermont`, UnitsSold: 1012, ManufacturingPrice: 10, SalePrice: 125, GrossSales: 126500, Discounts: 14906.25, Sales: 111593.75, COGS: 286200, Profit: 174606.25, Date: `03/01/2020`, MonthName: `March`, Year: 2020 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Vermont`, UnitsSold: 3337, ManufacturingPrice: 10, SalePrice: 300, GrossSales: 1001100, Discounts: 24105, Sales: 976995, COGS: 401750, Profit: 575245, Date: `04/01/2020`, MonthName: `April`, Year: 2020 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Vermont`, UnitsSold: 3955, ManufacturingPrice: 10, SalePrice: 7, GrossSales: 27685, Discounts: 814.45, Sales: 26870.55, COGS: 11635, Profit: 15235.55, Date: `05/01/2020`, MonthName: `May`, Year: 2020 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Vermont`, UnitsSold: 4347, ManufacturingPrice: 10, SalePrice: 300, GrossSales: 1304100, Discounts: 14865, Sales: 1289235, COGS: 247750, Profit: 1041485, Date: `06/01/2020`, MonthName: `June`, Year: 2020 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Vermont`, UnitsSold: 1548, ManufacturingPrice: 10, SalePrice: 350, GrossSales: 541800, Discounts: 10535, Sales: 531265, COGS: 156520, Profit: 374745, Date: `06/01/2020`, MonthName: `June`, Year: 2020 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Vermont`, UnitsSold: 2153, ManufacturingPrice: 10, SalePrice: 15, GrossSales: 32295, Discounts: 1965, Sales: 30330, COGS: 26200, Profit: 4130, Date: `09/01/2020`, MonthName: `September`, Year: 2020 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Vermont`, UnitsSold: 4126, ManufacturingPrice: 10, SalePrice: 125, GrossSales: 515750, Discounts: 5381.25, Sales: 510368.75, COGS: 103320, Profit: 407048.75, Date: `10/01/2020`, MonthName: `October`, Year: 2020 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Vermont`, UnitsSold: 3376, ManufacturingPrice: 10, SalePrice: 20, GrossSales: 67520, Discounts: 2663, Sales: 64857, COGS: 26630, Profit: 38227, Date: `12/01/2020`, MonthName: `December`, Year: 2020 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Burlington`, UnitsSold: 2244, ManufacturingPrice: 120, SalePrice: 15, GrossSales: 33660, Discounts: 416.25, Sales: 33243.75, COGS: 5550, Profit: 27693.75, Date: `01/01/2020`, MonthName: `January`, Year: 2020 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Burlington`, UnitsSold: 1360, ManufacturingPrice: 120, SalePrice: 15, GrossSales: 20400, Discounts: 2145.75, Sales: 18254.25, COGS: 28610, Profit: 10355.75, Date: `01/01/2020`, MonthName: `January`, Year: 2020 }), + new PivotSalesDataItem({ Country: `India`, Product: `Burlington`, UnitsSold: 279, ManufacturingPrice: 120, SalePrice: 125, GrossSales: 34875, Discounts: 5043.75, Sales: 29831.25, COGS: 96840, Profit: 67008.75, Date: `02/01/2020`, MonthName: `February`, Year: 2020 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Burlington`, UnitsSold: 2521, ManufacturingPrice: 120, SalePrice: 350, GrossSales: 882350, Discounts: 10535, Sales: 871815, COGS: 156520, Profit: 715295, Date: `06/01/2020`, MonthName: `June`, Year: 2020 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Burlington`, UnitsSold: 2433, ManufacturingPrice: 120, SalePrice: 20, GrossSales: 48660, Discounts: 2832, Sales: 45828, COGS: 28320, Profit: 17508, Date: `08/01/2020`, MonthName: `August`, Year: 2020 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Burlington`, UnitsSold: 1738, ManufacturingPrice: 120, SalePrice: 20, GrossSales: 34760, Discounts: 1579, Sales: 33181, COGS: 15790, Profit: 17391, Date: `08/01/2020`, MonthName: `August`, Year: 2020 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Burlington`, UnitsSold: 1106, ManufacturingPrice: 120, SalePrice: 125, GrossSales: 138250, Discounts: 5381.25, Sales: 132868.75, COGS: 103320, Profit: 29548.75, Date: `10/01/2020`, MonthName: `October`, Year: 2020 }), + new PivotSalesDataItem({ Country: `India`, Product: `Burlington`, UnitsSold: 213, ManufacturingPrice: 120, SalePrice: 300, GrossSales: 63900, Discounts: 18750, Sales: 45150, COGS: 312500, Profit: 267350, Date: `12/01/2020`, MonthName: `December`, Year: 2020 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Mandarin`, UnitsSold: 2929, ManufacturingPrice: 250, SalePrice: 20, GrossSales: 58580, Discounts: 2663, Sales: 55917, COGS: 26630, Profit: 29287, Date: `12/01/2020`, MonthName: `December`, Year: 2020 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Mandarin`, UnitsSold: 2389, ManufacturingPrice: 250, SalePrice: 7, GrossSales: 16723, Discounts: 199.5, Sales: 16523.5, COGS: 2850, Profit: 13673.5, Date: `12/01/2020`, MonthName: `December`, Year: 2020 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Mandarin`, UnitsSold: 3086, ManufacturingPrice: 250, SalePrice: 7, GrossSales: 21602, Discounts: 870.45, Sales: 20731.55, COGS: 12435, Profit: 8296.55, Date: `12/01/2020`, MonthName: `December`, Year: 2020 }), + new PivotSalesDataItem({ Country: `India`, Product: `Luxe`, UnitsSold: 745, ManufacturingPrice: 260, SalePrice: 350, GrossSales: 260750, Discounts: 23625, Sales: 237125, COGS: 351000, Profit: 113875, Date: `02/01/2020`, MonthName: `February`, Year: 2020 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Luxe`, UnitsSold: 1266, ManufacturingPrice: 260, SalePrice: 350, GrossSales: 443100, Discounts: 9660, Sales: 433440, COGS: 143520, Profit: 289920, Date: `08/01/2020`, MonthName: `August`, Year: 2020 }), + new PivotSalesDataItem({ Country: `India`, Product: `Luxe`, UnitsSold: 4287, ManufacturingPrice: 260, SalePrice: 300, GrossSales: 1286100, Discounts: 18750, Sales: 1267350, COGS: 312500, Profit: 954850, Date: `12/01/2020`, MonthName: `December`, Year: 2020 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Vermont`, UnitsSold: 3193, ManufacturingPrice: 10, SalePrice: 15, GrossSales: 47895, Discounts: 3420.9, Sales: 44474.1, COGS: 38010, Profit: 6464.1, Date: `04/01/2020`, MonthName: `April`, Year: 2020 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Kensington`, UnitsSold: 1967, ManufacturingPrice: 3, SalePrice: 20, GrossSales: 39340, Discounts: 1341, Sales: 37999, COGS: 11175, Profit: 26824, Date: `01/01/2020`, MonthName: `January`, Year: 2020 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Kensington`, UnitsSold: 631, ManufacturingPrice: 3, SalePrice: 15, GrossSales: 9465, Discounts: 2559.6, Sales: 6905.4, COGS: 28440, Profit: 21534.6, Date: `06/01/2020`, MonthName: `June`, Year: 2020 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Kensington`, UnitsSold: 3469, ManufacturingPrice: 3, SalePrice: 12, GrossSales: 41628, Discounts: 404.64, Sales: 41223.36, COGS: 1686, Profit: 39537.36, Date: `09/01/2020`, MonthName: `September`, Year: 2020 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Kensington`, UnitsSold: 3215, ManufacturingPrice: 3, SalePrice: 15, GrossSales: 48225, Discounts: 1827, Sales: 46398, COGS: 20300, Profit: 26098, Date: `11/01/2020`, MonthName: `November`, Year: 2020 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Royal Oak`, UnitsSold: 1959, ManufacturingPrice: 5, SalePrice: 350, GrossSales: 685650, Discounts: 20580, Sales: 665070, COGS: 254800, Profit: 410270, Date: `04/01/2020`, MonthName: `April`, Year: 2020 }), + new PivotSalesDataItem({ Country: `India`, Product: `Royal Oak`, UnitsSold: 2181, ManufacturingPrice: 5, SalePrice: 350, GrossSales: 763350, Discounts: 30660, Sales: 732690, COGS: 379600, Profit: 353090, Date: `05/01/2020`, MonthName: `May`, Year: 2020 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Royal Oak`, UnitsSold: 2205, ManufacturingPrice: 5, SalePrice: 12, GrossSales: 26460, Discounts: 1960.56, Sales: 24499.44, COGS: 8169, Profit: 16330.44, Date: `11/01/2020`, MonthName: `November`, Year: 2020 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Vermont`, UnitsSold: 1890, ManufacturingPrice: 10, SalePrice: 350, GrossSales: 661500, Discounts: 31416, Sales: 630084, COGS: 388960, Profit: 241124, Date: `06/01/2020`, MonthName: `June`, Year: 2020 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Burlington`, UnitsSold: 2417, ManufacturingPrice: 120, SalePrice: 125, GrossSales: 302125, Discounts: 7140, Sales: 294985, COGS: 114240, Profit: 180745, Date: `02/01/2020`, MonthName: `February`, Year: 2020 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Burlington`, UnitsSold: 1158, ManufacturingPrice: 120, SalePrice: 125, GrossSales: 144750, Discounts: 20662.5, Sales: 124087.5, COGS: 330600, Profit: 206512.5, Date: `02/01/2020`, MonthName: `February`, Year: 2020 }), + new PivotSalesDataItem({ Country: `India`, Product: `Burlington`, UnitsSold: 803, ManufacturingPrice: 120, SalePrice: 15, GrossSales: 12045, Discounts: 1377, Sales: 10668, COGS: 15300, Profit: 4632, Date: `05/01/2020`, MonthName: `May`, Year: 2020 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Burlington`, UnitsSold: 3705, ManufacturingPrice: 120, SalePrice: 350, GrossSales: 1296750, Discounts: 31416, Sales: 1265334, COGS: 388960, Profit: 876374, Date: `06/01/2020`, MonthName: `June`, Year: 2020 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Burlington`, UnitsSold: 589, ManufacturingPrice: 120, SalePrice: 7, GrossSales: 4123, Discounts: 629.16, Sales: 3493.84, COGS: 7490, Profit: 3996.16, Date: `06/01/2020`, MonthName: `June`, Year: 2020 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Mandarin`, UnitsSold: 3999, ManufacturingPrice: 250, SalePrice: 15, GrossSales: 59985, Discounts: 2559.6, Sales: 57425.4, COGS: 28440, Profit: 28985.4, Date: `06/01/2020`, MonthName: `June`, Year: 2020 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Mandarin`, UnitsSold: 4256, ManufacturingPrice: 250, SalePrice: 7, GrossSales: 29792, Discounts: 629.16, Sales: 29162.84, COGS: 7490, Profit: 21672.84, Date: `06/01/2020`, MonthName: `June`, Year: 2020 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Luxe`, UnitsSold: 2160, ManufacturingPrice: 260, SalePrice: 125, GrossSales: 270000, Discounts: 14906.25, Sales: 255093.75, COGS: 238500, Profit: 16593.75, Date: `01/01/2020`, MonthName: `January`, Year: 2020 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Luxe`, UnitsSold: 466, ManufacturingPrice: 260, SalePrice: 350, GrossSales: 163100, Discounts: 35259, Sales: 127841, COGS: 436540, Profit: 308699, Date: `09/01/2020`, MonthName: `September`, Year: 2020 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Vermont`, UnitsSold: 1478, ManufacturingPrice: 10, SalePrice: 15, GrossSales: 22170, Discounts: 1978.2, Sales: 20191.8, COGS: 21980, Profit: 1788.2, Date: `08/01/2020`, MonthName: `August`, Year: 2020 }), + new PivotSalesDataItem({ Country: `India`, Product: `Vermont`, UnitsSold: 3798, ManufacturingPrice: 10, SalePrice: 15, GrossSales: 56970, Discounts: 1568.7, Sales: 55401.3, COGS: 17430, Profit: 37971.3, Date: `08/01/2020`, MonthName: `August`, Year: 2020 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Vermont`, UnitsSold: 447, ManufacturingPrice: 10, SalePrice: 15, GrossSales: 6705, Discounts: 1037.7, Sales: 5667.3, COGS: 11530, Profit: 5862.7, Date: `10/01/2020`, MonthName: `October`, Year: 2020 }), + new PivotSalesDataItem({ Country: `India`, Product: `Burlington`, UnitsSold: 745, ManufacturingPrice: 120, SalePrice: 20, GrossSales: 14900, Discounts: 1201.2, Sales: 13698.8, COGS: 10010, Profit: 3688.8, Date: `08/01/2020`, MonthName: `August`, Year: 2020 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Burlington`, UnitsSold: 1732, ManufacturingPrice: 120, SalePrice: 7, GrossSales: 12124, Discounts: 559.86, Sales: 11564.14, COGS: 6665, Profit: 4899.14, Date: `11/01/2020`, MonthName: `November`, Year: 2020 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Mandarin`, UnitsSold: 1759, ManufacturingPrice: 250, SalePrice: 15, GrossSales: 26385, Discounts: 1037.7, Sales: 25347.3, COGS: 11530, Profit: 13817.3, Date: `10/01/2020`, MonthName: `October`, Year: 2020 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Kensington`, UnitsSold: 338, ManufacturingPrice: 3, SalePrice: 12, GrossSales: 4056, Discounts: 610.68, Sales: 3445.32, COGS: 2181, Profit: 1264.32, Date: `02/01/2020`, MonthName: `February`, Year: 2020 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Kensington`, UnitsSold: 3911, ManufacturingPrice: 3, SalePrice: 12, GrossSales: 46932, Discounts: 1582.56, Sales: 45349.44, COGS: 5652, Profit: 39697.44, Date: `08/01/2020`, MonthName: `August`, Year: 2020 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Royal Oak`, UnitsSold: 4473, ManufacturingPrice: 5, SalePrice: 12, GrossSales: 53676, Discounts: 1965.6, Sales: 51710.4, COGS: 7020, Profit: 44690.4, Date: `01/01/2020`, MonthName: `January`, Year: 2020 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Royal Oak`, UnitsSold: 383, ManufacturingPrice: 5, SalePrice: 12, GrossSales: 4596, Discounts: 1967.28, Sales: 2628.72, COGS: 7026, Profit: 4397.28, Date: `11/01/2020`, MonthName: `November`, Year: 2020 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Burlington`, UnitsSold: 1062, ManufacturingPrice: 120, SalePrice: 15, GrossSales: 15930, Discounts: 1325.1, Sales: 14604.9, COGS: 12620, Profit: 1984.9, Date: `05/01/2020`, MonthName: `May`, Year: 2020 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Burlington`, UnitsSold: 4083, ManufacturingPrice: 120, SalePrice: 7, GrossSales: 28581, Discounts: 556.15, Sales: 28024.85, COGS: 5675, Profit: 22349.85, Date: `06/01/2020`, MonthName: `June`, Year: 2020 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Burlington`, UnitsSold: 3974, ManufacturingPrice: 120, SalePrice: 7, GrossSales: 27818, Discounts: 268.03, Sales: 27549.97, COGS: 2735, Profit: 24814.97, Date: `11/01/2020`, MonthName: `November`, Year: 2020 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Burlington`, UnitsSold: 3723, ManufacturingPrice: 120, SalePrice: 7, GrossSales: 26061, Discounts: 775.18, Sales: 25285.82, COGS: 7910, Profit: 17375.82, Date: `12/01/2020`, MonthName: `December`, Year: 2020 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Mandarin`, UnitsSold: 2435, ManufacturingPrice: 250, SalePrice: 12, GrossSales: 29220, Discounts: 1460.34, Sales: 27759.66, COGS: 5215.5, Profit: 22544.16, Date: `04/01/2020`, MonthName: `April`, Year: 2020 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Mandarin`, UnitsSold: 1763, ManufacturingPrice: 250, SalePrice: 7, GrossSales: 12341, Discounts: 775.18, Sales: 11565.82, COGS: 7910, Profit: 3655.82, Date: `12/01/2020`, MonthName: `December`, Year: 2020 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Luxe`, UnitsSold: 4473, ManufacturingPrice: 260, SalePrice: 7, GrossSales: 31311, Discounts: 556.15, Sales: 30754.85, COGS: 5675, Profit: 25079.85, Date: `06/01/2020`, MonthName: `June`, Year: 2020 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Kensington`, UnitsSold: 1246, ManufacturingPrice: 3, SalePrice: 350, GrossSales: 436100, Discounts: 43144.5, Sales: 392955.5, COGS: 457860, Profit: 64904.5, Date: `03/01/2020`, MonthName: `March`, Year: 2020 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Kensington`, UnitsSold: 1615, ManufacturingPrice: 3, SalePrice: 300, GrossSales: 484500, Discounts: 9408, Sales: 475092, COGS: 112000, Profit: 363092, Date: `06/01/2020`, MonthName: `June`, Year: 2020 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Kensington`, UnitsSold: 749, ManufacturingPrice: 3, SalePrice: 300, GrossSales: 224700, Discounts: 45801, Sales: 178899, COGS: 545250, Profit: 366351, Date: `10/01/2020`, MonthName: `October`, Year: 2020 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Royal Oak`, UnitsSold: 1318, ManufacturingPrice: 5, SalePrice: 20, GrossSales: 26360, Discounts: 2766.4, Sales: 23593.6, COGS: 19760, Profit: 3833.6, Date: `10/01/2020`, MonthName: `October`, Year: 2020 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Royal Oak`, UnitsSold: 2882, ManufacturingPrice: 5, SalePrice: 300, GrossSales: 864600, Discounts: 45801, Sales: 818799, COGS: 545250, Profit: 273549, Date: `10/01/2020`, MonthName: `October`, Year: 2020 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Vermont`, UnitsSold: 2484, ManufacturingPrice: 10, SalePrice: 300, GrossSales: 745200, Discounts: 35742, Sales: 709458, COGS: 425500, Profit: 283958, Date: `05/01/2020`, MonthName: `May`, Year: 2020 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Vermont`, UnitsSold: 3169, ManufacturingPrice: 10, SalePrice: 300, GrossSales: 950700, Discounts: 9408, Sales: 941292, COGS: 112000, Profit: 829292, Date: `06/01/2020`, MonthName: `June`, Year: 2020 }), + new PivotSalesDataItem({ Country: `India`, Product: `Vermont`, UnitsSold: 4080, ManufacturingPrice: 10, SalePrice: 125, GrossSales: 510000, Discounts: 30738.75, Sales: 479261.25, COGS: 421560, Profit: 57701.25, Date: `07/01/2020`, MonthName: `July`, Year: 2020 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Vermont`, UnitsSold: 3943, ManufacturingPrice: 10, SalePrice: 15, GrossSales: 59145, Discounts: 2206.05, Sales: 56938.95, COGS: 21010, Profit: 35928.95, Date: `08/01/2020`, MonthName: `August`, Year: 2020 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Vermont`, UnitsSold: 253, ManufacturingPrice: 10, SalePrice: 20, GrossSales: 5060, Discounts: 2149, Sales: 2911, COGS: 15350, Profit: 12439, Date: `09/01/2020`, MonthName: `September`, Year: 2020 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Burlington`, UnitsSold: 799, ManufacturingPrice: 120, SalePrice: 300, GrossSales: 239700, Discounts: 34839, Sales: 204861, COGS: 414750, Profit: 209889, Date: `07/01/2020`, MonthName: `July`, Year: 2020 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Burlington`, UnitsSold: 3942, ManufacturingPrice: 120, SalePrice: 20, GrossSales: 78840, Discounts: 852.6, Sales: 77987.4, COGS: 6090, Profit: 71897.4, Date: `08/01/2020`, MonthName: `August`, Year: 2020 }), + new PivotSalesDataItem({ Country: `India`, Product: `Burlington`, UnitsSold: 2498, ManufacturingPrice: 120, SalePrice: 125, GrossSales: 312250, Discounts: 18261.25, Sales: 293988.75, COGS: 250440, Profit: 43548.75, Date: `09/01/2020`, MonthName: `September`, Year: 2020 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Burlington`, UnitsSold: 2517, ManufacturingPrice: 120, SalePrice: 20, GrossSales: 50340, Discounts: 2766.4, Sales: 47573.6, COGS: 19760, Profit: 27813.6, Date: `10/01/2020`, MonthName: `October`, Year: 2020 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Burlington`, UnitsSold: 1145, ManufacturingPrice: 120, SalePrice: 300, GrossSales: 343500, Discounts: 28812, Sales: 314688, COGS: 343000, Profit: 28312, Date: `12/01/2020`, MonthName: `December`, Year: 2020 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Mandarin`, UnitsSold: 3814, ManufacturingPrice: 250, SalePrice: 12, GrossSales: 45768, Discounts: 2725.38, Sales: 43042.62, COGS: 9733.5, Profit: 33309.12, Date: `01/01/2020`, MonthName: `January`, Year: 2020 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Mandarin`, UnitsSold: 1188, ManufacturingPrice: 250, SalePrice: 300, GrossSales: 356400, Discounts: 20139, Sales: 336261, COGS: 239750, Profit: 96511, Date: `02/01/2020`, MonthName: `February`, Year: 2020 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Mandarin`, UnitsSold: 2233, ManufacturingPrice: 250, SalePrice: 300, GrossSales: 669900, Discounts: 57687, Sales: 612213, COGS: 686750, Profit: 74537, Date: `02/01/2020`, MonthName: `February`, Year: 2020 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Luxe`, UnitsSold: 421, ManufacturingPrice: 260, SalePrice: 125, GrossSales: 52625, Discounts: 14393.75, Sales: 38231.25, COGS: 197400, Profit: 159168.75, Date: `05/01/2020`, MonthName: `May`, Year: 2020 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Luxe`, UnitsSold: 269, ManufacturingPrice: 260, SalePrice: 350, GrossSales: 94150, Discounts: 70462, Sales: 23688, COGS: 747760, Profit: 724072, Date: `09/01/2020`, MonthName: `September`, Year: 2020 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Luxe`, UnitsSold: 952, ManufacturingPrice: 260, SalePrice: 20, GrossSales: 19040, Discounts: 1565.2, Sales: 17474.8, COGS: 11180, Profit: 6294.8, Date: `11/01/2020`, MonthName: `November`, Year: 2020 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Luxe`, UnitsSold: 2964, ManufacturingPrice: 260, SalePrice: 300, GrossSales: 889200, Discounts: 28812, Sales: 860388, COGS: 343000, Profit: 517388, Date: `12/01/2020`, MonthName: `December`, Year: 2020 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Royal Oak`, UnitsSold: 1505, ManufacturingPrice: 5, SalePrice: 7, GrossSales: 10535, Discounts: 273.28, Sales: 10261.72, COGS: 2440, Profit: 7821.72, Date: `02/01/2020`, MonthName: `February`, Year: 2020 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Royal Oak`, UnitsSold: 1678, ManufacturingPrice: 5, SalePrice: 20, GrossSales: 33560, Discounts: 2051.2, Sales: 31508.8, COGS: 12820, Profit: 18688.8, Date: `06/01/2020`, MonthName: `June`, Year: 2020 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Vermont`, UnitsSold: 4249, ManufacturingPrice: 10, SalePrice: 7, GrossSales: 29743, Discounts: 143.92, Sales: 29599.08, COGS: 1285, Profit: 28314.08, Date: `05/01/2020`, MonthName: `May`, Year: 2020 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Luxe`, UnitsSold: 1677, ManufacturingPrice: 260, SalePrice: 20, GrossSales: 33540, Discounts: 2051.2, Sales: 31488.8, COGS: 12820, Profit: 18668.8, Date: `06/01/2020`, MonthName: `June`, Year: 2020 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Kensington`, UnitsSold: 3051, ManufacturingPrice: 3, SalePrice: 125, GrossSales: 381375, Discounts: 15400, Sales: 365975, COGS: 184800, Profit: 181175, Date: `08/01/2020`, MonthName: `August`, Year: 2020 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Kensington`, UnitsSold: 3372, ManufacturingPrice: 3, SalePrice: 15, GrossSales: 50580, Discounts: 588, Sales: 49992, COGS: 4900, Profit: 45092, Date: `11/01/2020`, MonthName: `November`, Year: 2020 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Kensington`, UnitsSold: 1686, ManufacturingPrice: 3, SalePrice: 350, GrossSales: 590100, Discounts: 38136, Sales: 551964, COGS: 354120, Profit: 197844, Date: `12/01/2020`, MonthName: `December`, Year: 2020 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Royal Oak`, UnitsSold: 3086, ManufacturingPrice: 5, SalePrice: 15, GrossSales: 46290, Discounts: 3001.2, Sales: 43288.8, COGS: 25010, Profit: 18278.8, Date: `03/01/2020`, MonthName: `March`, Year: 2020 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Royal Oak`, UnitsSold: 4150, ManufacturingPrice: 5, SalePrice: 20, GrossSales: 83000, Discounts: 1132.8, Sales: 81867.2, COGS: 7080, Profit: 74787.2, Date: `06/01/2020`, MonthName: `June`, Year: 2020 }), + new PivotSalesDataItem({ Country: `India`, Product: `Royal Oak`, UnitsSold: 3027, ManufacturingPrice: 5, SalePrice: 20, GrossSales: 60540, Discounts: 1032, Sales: 59508, COGS: 6450, Profit: 53058, Date: `07/01/2020`, MonthName: `July`, Year: 2020 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Royal Oak`, UnitsSold: 4359, ManufacturingPrice: 5, SalePrice: 300, GrossSales: 1307700, Discounts: 37488, Sales: 1270212, COGS: 390500, Profit: 879712, Date: `08/01/2020`, MonthName: `August`, Year: 2020 }), + new PivotSalesDataItem({ Country: `India`, Product: `Royal Oak`, UnitsSold: 1589, ManufacturingPrice: 5, SalePrice: 15, GrossSales: 23835, Discounts: 853.2, Sales: 22981.8, COGS: 7110, Profit: 15871.8, Date: `12/01/2020`, MonthName: `December`, Year: 2020 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Vermont`, UnitsSold: 2679, ManufacturingPrice: 10, SalePrice: 125, GrossSales: 334875, Discounts: 11140, Sales: 323735, COGS: 133680, Profit: 190055, Date: `03/01/2020`, MonthName: `March`, Year: 2020 }), + new PivotSalesDataItem({ Country: `India`, Product: `Vermont`, UnitsSold: 3401, ManufacturingPrice: 10, SalePrice: 7, GrossSales: 23807, Discounts: 705.04, Sales: 23101.96, COGS: 6295, Profit: 16806.96, Date: `04/01/2020`, MonthName: `April`, Year: 2020 }), + new PivotSalesDataItem({ Country: `India`, Product: `Vermont`, UnitsSold: 2815, ManufacturingPrice: 10, SalePrice: 7, GrossSales: 19705, Discounts: 613.2, Sales: 19091.8, COGS: 5475, Profit: 13616.8, Date: `05/01/2020`, MonthName: `May`, Year: 2020 }), + new PivotSalesDataItem({ Country: `India`, Product: `Vermont`, UnitsSold: 2964, ManufacturingPrice: 10, SalePrice: 20, GrossSales: 59280, Discounts: 2185.6, Sales: 57094.4, COGS: 13660, Profit: 43434.4, Date: `06/01/2020`, MonthName: `June`, Year: 2020 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Vermont`, UnitsSold: 4173, ManufacturingPrice: 10, SalePrice: 300, GrossSales: 1251900, Discounts: 59040, Sales: 1192860, COGS: 615000, Profit: 577860, Date: `06/01/2020`, MonthName: `June`, Year: 2020 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Vermont`, UnitsSold: 1157, ManufacturingPrice: 10, SalePrice: 7, GrossSales: 8099, Discounts: 379.68, Sales: 7719.32, COGS: 3390, Profit: 4329.32, Date: `08/01/2020`, MonthName: `August`, Year: 2020 }), + new PivotSalesDataItem({ Country: `India`, Product: `Vermont`, UnitsSold: 3065, ManufacturingPrice: 10, SalePrice: 7, GrossSales: 21455, Discounts: 894.88, Sales: 20560.12, COGS: 7990, Profit: 12570.12, Date: `08/01/2020`, MonthName: `August`, Year: 2020 }), + new PivotSalesDataItem({ Country: `India`, Product: `Vermont`, UnitsSold: 4080, ManufacturingPrice: 10, SalePrice: 20, GrossSales: 81600, Discounts: 3094.4, Sales: 78505.6, COGS: 19340, Profit: 59165.6, Date: `09/01/2020`, MonthName: `September`, Year: 2020 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Vermont`, UnitsSold: 1713, ManufacturingPrice: 10, SalePrice: 20, GrossSales: 34260, Discounts: 4788.8, Sales: 29471.2, COGS: 29930, Profit: 458.8, Date: `09/01/2020`, MonthName: `September`, Year: 2020 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Vermont`, UnitsSold: 1691, ManufacturingPrice: 10, SalePrice: 350, GrossSales: 591850, Discounts: 38136, Sales: 553714, COGS: 354120, Profit: 199594, Date: `12/01/2020`, MonthName: `December`, Year: 2020 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Burlington`, UnitsSold: 2305, ManufacturingPrice: 120, SalePrice: 12, GrossSales: 27660, Discounts: 574.08, Sales: 27085.92, COGS: 1794, Profit: 25291.92, Date: `03/01/2020`, MonthName: `March`, Year: 2020 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Burlington`, UnitsSold: 3401, ManufacturingPrice: 120, SalePrice: 7, GrossSales: 23807, Discounts: 1627.92, Sales: 22179.08, COGS: 14535, Profit: 7644.08, Date: `06/01/2020`, MonthName: `June`, Year: 2020 }), + new PivotSalesDataItem({ Country: `India`, Product: `Burlington`, UnitsSold: 2288, ManufacturingPrice: 120, SalePrice: 7, GrossSales: 16016, Discounts: 1309.28, Sales: 14706.72, COGS: 11690, Profit: 3016.72, Date: `06/01/2020`, MonthName: `June`, Year: 2020 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Burlington`, UnitsSold: 4086, ManufacturingPrice: 120, SalePrice: 300, GrossSales: 1225800, Discounts: 15240, Sales: 1210560, COGS: 158750, Profit: 1051810, Date: `12/01/2020`, MonthName: `December`, Year: 2020 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Mandarin`, UnitsSold: 2651, ManufacturingPrice: 250, SalePrice: 350, GrossSales: 927850, Discounts: 16086, Sales: 911764, COGS: 149370, Profit: 762394, Date: `04/01/2020`, MonthName: `April`, Year: 2020 }), + new PivotSalesDataItem({ Country: `India`, Product: `Mandarin`, UnitsSold: 3971, ManufacturingPrice: 250, SalePrice: 7, GrossSales: 27797, Discounts: 1309.28, Sales: 26487.72, COGS: 11690, Profit: 14797.72, Date: `06/01/2020`, MonthName: `June`, Year: 2020 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Mandarin`, UnitsSold: 2512, ManufacturingPrice: 250, SalePrice: 350, GrossSales: 879200, Discounts: 10668, Sales: 868532, COGS: 99060, Profit: 769472, Date: `08/01/2020`, MonthName: `August`, Year: 2020 }), + new PivotSalesDataItem({ Country: `India`, Product: `Mandarin`, UnitsSold: 2745, ManufacturingPrice: 250, SalePrice: 350, GrossSales: 960750, Discounts: 11816, Sales: 948934, COGS: 109720, Profit: 839214, Date: `08/01/2020`, MonthName: `August`, Year: 2020 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Mandarin`, UnitsSold: 1903, ManufacturingPrice: 250, SalePrice: 300, GrossSales: 570900, Discounts: 51216, Sales: 519684, COGS: 533500, Profit: 13816, Date: `09/01/2020`, MonthName: `September`, Year: 2020 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Luxe`, UnitsSold: 2914, ManufacturingPrice: 260, SalePrice: 20, GrossSales: 58280, Discounts: 1132.8, Sales: 57147.2, COGS: 7080, Profit: 50067.2, Date: `06/01/2020`, MonthName: `June`, Year: 2020 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Luxe`, UnitsSold: 1889, ManufacturingPrice: 260, SalePrice: 7, GrossSales: 13223, Discounts: 1627.92, Sales: 11595.08, COGS: 14535, Profit: 2939.92, Date: `06/01/2020`, MonthName: `June`, Year: 2020 }), + new PivotSalesDataItem({ Country: `India`, Product: `Luxe`, UnitsSold: 1466, ManufacturingPrice: 260, SalePrice: 20, GrossSales: 29320, Discounts: 2185.6, Sales: 27134.4, COGS: 13660, Profit: 13474.4, Date: `06/01/2020`, MonthName: `June`, Year: 2020 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Luxe`, UnitsSold: 887, ManufacturingPrice: 260, SalePrice: 300, GrossSales: 266100, Discounts: 59040, Sales: 207060, COGS: 615000, Profit: 407940, Date: `06/01/2020`, MonthName: `June`, Year: 2020 }), + new PivotSalesDataItem({ Country: `India`, Product: `Luxe`, UnitsSold: 395, ManufacturingPrice: 260, SalePrice: 20, GrossSales: 7900, Discounts: 2432, Sales: 5468, COGS: 15200, Profit: 9732, Date: `11/01/2020`, MonthName: `November`, Year: 2020 }), + new PivotSalesDataItem({ Country: `India`, Product: `Luxe`, UnitsSold: 1693, ManufacturingPrice: 260, SalePrice: 15, GrossSales: 25395, Discounts: 853.2, Sales: 24541.8, COGS: 7110, Profit: 17431.8, Date: `12/01/2020`, MonthName: `December`, Year: 2020 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Luxe`, UnitsSold: 2649, ManufacturingPrice: 260, SalePrice: 300, GrossSales: 794700, Discounts: 15240, Sales: 779460, COGS: 158750, Profit: 620710, Date: `12/01/2020`, MonthName: `December`, Year: 2020 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Mandarin`, UnitsSold: 3608, ManufacturingPrice: 250, SalePrice: 20, GrossSales: 72160, Discounts: 698.4, Sales: 71461.6, COGS: 4365, Profit: 67096.6, Date: `07/01/2020`, MonthName: `July`, Year: 2020 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Kensington`, UnitsSold: 1073, ManufacturingPrice: 3, SalePrice: 300, GrossSales: 321900, Discounts: 29538, Sales: 292362, COGS: 273500, Profit: 18862, Date: `06/01/2020`, MonthName: `June`, Year: 2020 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Royal Oak`, UnitsSold: 2167, ManufacturingPrice: 5, SalePrice: 300, GrossSales: 650100, Discounts: 102667.5, Sales: 547432.5, COGS: 950625, Profit: 403192.5, Date: `04/01/2020`, MonthName: `April`, Year: 2020 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Royal Oak`, UnitsSold: 1319, ManufacturingPrice: 5, SalePrice: 350, GrossSales: 461650, Discounts: 52479, Sales: 409171, COGS: 433160, Profit: 23989, Date: `05/01/2020`, MonthName: `May`, Year: 2020 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Royal Oak`, UnitsSold: 1252, ManufacturingPrice: 5, SalePrice: 12, GrossSales: 15024, Discounts: 2506.68, Sales: 12517.32, COGS: 6963, Profit: 5554.32, Date: `11/01/2020`, MonthName: `November`, Year: 2020 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Royal Oak`, UnitsSold: 1156, ManufacturingPrice: 5, SalePrice: 125, GrossSales: 144500, Discounts: 31466.25, Sales: 113033.75, COGS: 335640, Profit: 222606.25, Date: `12/01/2020`, MonthName: `December`, Year: 2020 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Vermont`, UnitsSold: 1153, ManufacturingPrice: 10, SalePrice: 300, GrossSales: 345900, Discounts: 69255, Sales: 276645, COGS: 641250, Profit: 364605, Date: `01/01/2020`, MonthName: `January`, Year: 2020 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Vermont`, UnitsSold: 2720, ManufacturingPrice: 10, SalePrice: 350, GrossSales: 952000, Discounts: 76135.5, Sales: 875864.5, COGS: 628420, Profit: 247444.5, Date: `01/01/2020`, MonthName: `January`, Year: 2020 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Vermont`, UnitsSold: 3658, ManufacturingPrice: 10, SalePrice: 15, GrossSales: 54870, Discounts: 4961.25, Sales: 49908.75, COGS: 36750, Profit: 13158.75, Date: `04/01/2020`, MonthName: `April`, Year: 2020 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Vermont`, UnitsSold: 2950, ManufacturingPrice: 10, SalePrice: 300, GrossSales: 885000, Discounts: 29538, Sales: 855462, COGS: 273500, Profit: 581962, Date: `06/01/2020`, MonthName: `June`, Year: 2020 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Vermont`, UnitsSold: 1821, ManufacturingPrice: 10, SalePrice: 15, GrossSales: 27315, Discounts: 1656.45, Sales: 25658.55, COGS: 12270, Profit: 13388.55, Date: `10/01/2020`, MonthName: `October`, Year: 2020 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Vermont`, UnitsSold: 1127, ManufacturingPrice: 10, SalePrice: 300, GrossSales: 338100, Discounts: 35748, Sales: 302352, COGS: 331000, Profit: 28648, Date: `11/01/2020`, MonthName: `November`, Year: 2020 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Vermont`, UnitsSold: 862, ManufacturingPrice: 10, SalePrice: 125, GrossSales: 107750, Discounts: 31466.25, Sales: 76283.75, COGS: 335640, Profit: 259356.25, Date: `12/01/2020`, MonthName: `December`, Year: 2020 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Burlington`, UnitsSold: 3805, ManufacturingPrice: 120, SalePrice: 15, GrossSales: 57075, Discounts: 330.75, Sales: 56744.25, COGS: 2450, Profit: 54294.25, Date: `05/01/2020`, MonthName: `May`, Year: 2020 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Burlington`, UnitsSold: 1415, ManufacturingPrice: 120, SalePrice: 300, GrossSales: 424500, Discounts: 102424.5, Sales: 322075.5, COGS: 948375, Profit: 626299.5, Date: `07/01/2020`, MonthName: `July`, Year: 2020 }), + new PivotSalesDataItem({ Country: `India`, Product: `Burlington`, UnitsSold: 2231, ManufacturingPrice: 120, SalePrice: 350, GrossSales: 780850, Discounts: 41170.5, Sales: 739679.5, COGS: 339820, Profit: 399859.5, Date: `07/01/2020`, MonthName: `July`, Year: 2020 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Burlington`, UnitsSold: 3649, ManufacturingPrice: 120, SalePrice: 125, GrossSales: 456125, Discounts: 6378.75, Sales: 449746.25, COGS: 68040, Profit: 381706.25, Date: `09/01/2020`, MonthName: `September`, Year: 2020 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Burlington`, UnitsSold: 2948, ManufacturingPrice: 120, SalePrice: 125, GrossSales: 368500, Discounts: 23737.5, Sales: 344762.5, COGS: 253200, Profit: 91562.5, Date: `09/01/2020`, MonthName: `September`, Year: 2020 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Burlington`, UnitsSold: 3395, ManufacturingPrice: 120, SalePrice: 350, GrossSales: 1188250, Discounts: 39973.5, Sales: 1148276.5, COGS: 329940, Profit: 818336.5, Date: `10/01/2020`, MonthName: `October`, Year: 2020 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Mandarin`, UnitsSold: 2650, ManufacturingPrice: 250, SalePrice: 12, GrossSales: 31800, Discounts: 2112.48, Sales: 29687.52, COGS: 5868, Profit: 23819.52, Date: `01/01/2020`, MonthName: `January`, Year: 2020 }), + new PivotSalesDataItem({ Country: `India`, Product: `Mandarin`, UnitsSold: 585, ManufacturingPrice: 250, SalePrice: 300, GrossSales: 175500, Discounts: 71793, Sales: 103707, COGS: 664750, Profit: 561043, Date: `02/01/2020`, MonthName: `February`, Year: 2020 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Mandarin`, UnitsSold: 1316, ManufacturingPrice: 250, SalePrice: 350, GrossSales: 460600, Discounts: 42572.25, Sales: 418027.75, COGS: 351390, Profit: 66637.75, Date: `04/01/2020`, MonthName: `April`, Year: 2020 }), + new PivotSalesDataItem({ Country: `India`, Product: `Mandarin`, UnitsSold: 4459, ManufacturingPrice: 250, SalePrice: 12, GrossSales: 53508, Discounts: 950.4, Sales: 52557.6, COGS: 2640, Profit: 49917.6, Date: `05/01/2020`, MonthName: `May`, Year: 2020 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Mandarin`, UnitsSold: 2711, ManufacturingPrice: 250, SalePrice: 300, GrossSales: 813300, Discounts: 50409, Sales: 762891, COGS: 466750, Profit: 296141, Date: `09/01/2020`, MonthName: `September`, Year: 2020 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Mandarin`, UnitsSold: 3613, ManufacturingPrice: 250, SalePrice: 15, GrossSales: 54195, Discounts: 1656.45, Sales: 52538.55, COGS: 12270, Profit: 40268.55, Date: `10/01/2020`, MonthName: `October`, Year: 2020 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Mandarin`, UnitsSold: 1847, ManufacturingPrice: 250, SalePrice: 125, GrossSales: 230875, Discounts: 9866.25, Sales: 221008.75, COGS: 105240, Profit: 115768.75, Date: `11/01/2020`, MonthName: `November`, Year: 2020 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Luxe`, UnitsSold: 2996, ManufacturingPrice: 260, SalePrice: 350, GrossSales: 1048600, Discounts: 65236.5, Sales: 983363.5, COGS: 538460, Profit: 444903.5, Date: `09/01/2020`, MonthName: `September`, Year: 2020 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Luxe`, UnitsSold: 2838, ManufacturingPrice: 260, SalePrice: 350, GrossSales: 993300, Discounts: 39973.5, Sales: 953326.5, COGS: 329940, Profit: 623386.5, Date: `10/01/2020`, MonthName: `October`, Year: 2020 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Luxe`, UnitsSold: 1536, ManufacturingPrice: 260, SalePrice: 20, GrossSales: 30720, Discounts: 3049.2, Sales: 27670.8, COGS: 16940, Profit: 10730.8, Date: `11/01/2020`, MonthName: `November`, Year: 2020 }), + new PivotSalesDataItem({ Country: `India`, Product: `Kensington`, UnitsSold: 1291, ManufacturingPrice: 3, SalePrice: 20, GrossSales: 25820, Discounts: 1193.4, Sales: 24626.6, COGS: 6630, Profit: 17996.6, Date: `05/01/2020`, MonthName: `May`, Year: 2020 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Kensington`, UnitsSold: 1213, ManufacturingPrice: 3, SalePrice: 7, GrossSales: 8491, Discounts: 515.97, Sales: 7975.03, COGS: 4095, Profit: 3880.03, Date: `07/01/2020`, MonthName: `July`, Year: 2020 }), + new PivotSalesDataItem({ Country: `India`, Product: `Kensington`, UnitsSold: 2370, ManufacturingPrice: 3, SalePrice: 12, GrossSales: 28440, Discounts: 1706.4, Sales: 26733.6, COGS: 4740, Profit: 21993.6, Date: `09/01/2020`, MonthName: `September`, Year: 2020 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Kensington`, UnitsSold: 1979, ManufacturingPrice: 3, SalePrice: 7, GrossSales: 13853, Discounts: 328.23, Sales: 13524.77, COGS: 2605, Profit: 10919.77, Date: `12/01/2020`, MonthName: `December`, Year: 2020 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Vermont`, UnitsSold: 2879, ManufacturingPrice: 10, SalePrice: 20, GrossSales: 57580, Discounts: 1751.4, Sales: 55828.6, COGS: 9730, Profit: 46098.6, Date: `03/01/2020`, MonthName: `March`, Year: 2020 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Vermont`, UnitsSold: 1707, ManufacturingPrice: 10, SalePrice: 20, GrossSales: 34140, Discounts: 1868.4, Sales: 32271.6, COGS: 10380, Profit: 21891.6, Date: `06/01/2020`, MonthName: `June`, Year: 2020 }), + new PivotSalesDataItem({ Country: `India`, Product: `Vermont`, UnitsSold: 2933, ManufacturingPrice: 10, SalePrice: 7, GrossSales: 20531, Discounts: 226.8, Sales: 20304.2, COGS: 1800, Profit: 18504.2, Date: `10/01/2020`, MonthName: `October`, Year: 2020 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Burlington`, UnitsSold: 1014, ManufacturingPrice: 120, SalePrice: 12, GrossSales: 12168, Discounts: 2124.36, Sales: 10043.64, COGS: 5901, Profit: 4142.64, Date: `03/01/2020`, MonthName: `March`, Year: 2020 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Burlington`, UnitsSold: 693, ManufacturingPrice: 120, SalePrice: 15, GrossSales: 10395, Discounts: 3547.8, Sales: 6847.2, COGS: 26280, Profit: 19432.8, Date: `04/01/2020`, MonthName: `April`, Year: 2020 }), + new PivotSalesDataItem({ Country: `India`, Product: `Mandarin`, UnitsSold: 3741, ManufacturingPrice: 250, SalePrice: 7, GrossSales: 26187, Discounts: 226.8, Sales: 25960.2, COGS: 1800, Profit: 24160.2, Date: `10/01/2020`, MonthName: `October`, Year: 2020 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Mandarin`, UnitsSold: 3995, ManufacturingPrice: 250, SalePrice: 7, GrossSales: 27965, Discounts: 328.23, Sales: 27636.77, COGS: 2605, Profit: 25031.77, Date: `12/01/2020`, MonthName: `December`, Year: 2020 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Luxe`, UnitsSold: 953, ManufacturingPrice: 260, SalePrice: 20, GrossSales: 19060, Discounts: 1868.4, Sales: 17191.6, COGS: 10380, Profit: 6811.6, Date: `06/01/2020`, MonthName: `June`, Year: 2020 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Luxe`, UnitsSold: 2530, ManufacturingPrice: 260, SalePrice: 15, GrossSales: 37950, Discounts: 2201.18, Sales: 35748.82, COGS: 16305, Profit: 19443.82, Date: `07/01/2020`, MonthName: `July`, Year: 2020 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Kensington`, UnitsSold: 1372, ManufacturingPrice: 3, SalePrice: 20, GrossSales: 27440, Discounts: null, Sales: 27440, COGS: 16185, Profit: 11255, Date: `01/01/2019`, MonthName: `January`, Year: 2019 }), + new PivotSalesDataItem({ Country: `India`, Product: `Kensington`, UnitsSold: 2762, ManufacturingPrice: 3, SalePrice: 20, GrossSales: 55240, Discounts: null, Sales: 55240, COGS: 13210, Profit: 42030, Date: `01/01/2019`, MonthName: `January`, Year: 2019 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Kensington`, UnitsSold: 1464, ManufacturingPrice: 3, SalePrice: 15, GrossSales: 21960, Discounts: null, Sales: 21960, COGS: 21780, Profit: 180, Date: `06/01/2019`, MonthName: `June`, Year: 2019 }), + new PivotSalesDataItem({ Country: `India`, Product: `Kensington`, UnitsSold: 719, ManufacturingPrice: 3, SalePrice: 15, GrossSales: 10785, Discounts: null, Sales: 10785, COGS: 8880, Profit: 1905, Date: `06/01/2019`, MonthName: `June`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Kensington`, UnitsSold: 3576, ManufacturingPrice: 3, SalePrice: 15, GrossSales: 53640, Discounts: null, Sales: 53640, COGS: 24700, Profit: 28940, Date: `06/01/2019`, MonthName: `June`, Year: 2019 }), + new PivotSalesDataItem({ Country: `India`, Product: `Kensington`, UnitsSold: 4422, ManufacturingPrice: 3, SalePrice: 350, GrossSales: 1547700, Discounts: null, Sales: 1547700, COGS: 393380, Profit: 1154320, Date: `12/01/2019`, MonthName: `December`, Year: 2019 }), + new PivotSalesDataItem({ Country: `India`, Product: `Royal Oak`, UnitsSold: 3649, ManufacturingPrice: 5, SalePrice: 15, GrossSales: 54735, Discounts: null, Sales: 54735, COGS: 9210, Profit: 45525, Date: `03/01/2019`, MonthName: `March`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Royal Oak`, UnitsSold: 4172, ManufacturingPrice: 5, SalePrice: 12, GrossSales: 50064, Discounts: null, Sales: 50064, COGS: 7554, Profit: 42510, Date: `06/01/2019`, MonthName: `June`, Year: 2019 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Royal Oak`, UnitsSold: 3841, ManufacturingPrice: 5, SalePrice: 20, GrossSales: 76820, Discounts: null, Sales: 76820, COGS: 18990, Profit: 57830, Date: `06/01/2019`, MonthName: `June`, Year: 2019 }), + new PivotSalesDataItem({ Country: `India`, Product: `Royal Oak`, UnitsSold: 3726, ManufacturingPrice: 5, SalePrice: 12, GrossSales: 44712, Discounts: null, Sales: 44712, COGS: 4635, Profit: 40077, Date: `06/01/2019`, MonthName: `June`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Royal Oak`, UnitsSold: 2625, ManufacturingPrice: 5, SalePrice: 15, GrossSales: 39375, Discounts: null, Sales: 39375, COGS: 24700, Profit: 14675, Date: `06/01/2019`, MonthName: `June`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Royal Oak`, UnitsSold: 1958, ManufacturingPrice: 5, SalePrice: 125, GrossSales: 244750, Discounts: null, Sales: 244750, COGS: 319860, Profit: 75110, Date: `07/01/2019`, MonthName: `July`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Royal Oak`, UnitsSold: 3271, ManufacturingPrice: 5, SalePrice: 300, GrossSales: 981300, Discounts: null, Sales: 981300, COGS: 239500, Profit: 741800, Date: `08/01/2019`, MonthName: `August`, Year: 2019 }), + new PivotSalesDataItem({ Country: `India`, Product: `Royal Oak`, UnitsSold: 2091, ManufacturingPrice: 5, SalePrice: 7, GrossSales: 14637, Discounts: null, Sales: 14637, COGS: 10730, Profit: 3907, Date: `09/01/2019`, MonthName: `September`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Royal Oak`, UnitsSold: 2530, ManufacturingPrice: 5, SalePrice: 125, GrossSales: 316250, Discounts: null, Sales: 316250, COGS: 41400, Profit: 274850, Date: `10/01/2018`, MonthName: `October`, Year: 2018 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Royal Oak`, UnitsSold: 2825, ManufacturingPrice: 5, SalePrice: 15, GrossSales: 42375, Discounts: null, Sales: 42375, COGS: 6150, Profit: 36225, Date: `12/01/2019`, MonthName: `December`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Vermont`, UnitsSold: 2513, ManufacturingPrice: 10, SalePrice: 20, GrossSales: 50260, Discounts: null, Sales: 50260, COGS: 2920, Profit: 47340, Date: `02/01/2019`, MonthName: `February`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Vermont`, UnitsSold: 883, ManufacturingPrice: 10, SalePrice: 15, GrossSales: 13245, Discounts: null, Sales: 13245, COGS: 9740, Profit: 3505, Date: `02/01/2019`, MonthName: `February`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Vermont`, UnitsSold: 2087, ManufacturingPrice: 10, SalePrice: 12, GrossSales: 25044, Discounts: null, Sales: 25044, COGS: 7554, Profit: 17490, Date: `06/01/2019`, MonthName: `June`, Year: 2019 }), + new PivotSalesDataItem({ Country: `India`, Product: `Vermont`, UnitsSold: 2563, ManufacturingPrice: 10, SalePrice: 350, GrossSales: 897050, Discounts: null, Sales: 897050, COGS: 261560, Profit: 635490, Date: `06/01/2019`, MonthName: `June`, Year: 2019 }), + new PivotSalesDataItem({ Country: `India`, Product: `Vermont`, UnitsSold: 2846, ManufacturingPrice: 10, SalePrice: 12, GrossSales: 34152, Discounts: null, Sales: 34152, COGS: 1101, Profit: 33051, Date: `07/01/2019`, MonthName: `July`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Vermont`, UnitsSold: 997, ManufacturingPrice: 10, SalePrice: 7, GrossSales: 6979, Discounts: null, Sales: 6979, COGS: 4415, Profit: 2564, Date: `08/01/2019`, MonthName: `August`, Year: 2019 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Vermont`, UnitsSold: 3421, ManufacturingPrice: 10, SalePrice: 15, GrossSales: 51315, Discounts: null, Sales: 51315, COGS: 5490, Profit: 45825, Date: `09/01/2018`, MonthName: `September`, Year: 2018 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Marchesa`, UnitsSold: 70000, ManufacturingPrice: 10, SalePrice: 15, GrossSales: 1050000, Discounts: null, Sales: 1050000, COGS: 5490, Profit: 1044510, Date: `09/01/2018`, MonthName: `September`, Year: 2018 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Vermont`, UnitsSold: 2291, ManufacturingPrice: 10, SalePrice: 300, GrossSales: 687300, Discounts: null, Sales: 687300, COGS: 197000, Profit: 490300, Date: `09/01/2018`, MonthName: `September`, Year: 2018 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Vermont`, UnitsSold: 2290, ManufacturingPrice: 10, SalePrice: 15, GrossSales: 34350, Discounts: null, Sales: 34350, COGS: 24720, Profit: 9630, Date: `09/01/2019`, MonthName: `September`, Year: 2019 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Vermont`, UnitsSold: 2133, ManufacturingPrice: 10, SalePrice: 7, GrossSales: 14931, Discounts: null, Sales: 14931, COGS: 5715, Profit: 9216, Date: `10/01/2019`, MonthName: `October`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Vermont`, UnitsSold: 3475, ManufacturingPrice: 10, SalePrice: 350, GrossSales: 1216250, Discounts: null, Sales: 1216250, COGS: 448500, Profit: 767750, Date: `11/01/2018`, MonthName: `November`, Year: 2018 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Vermont`, UnitsSold: 3686, ManufacturingPrice: 10, SalePrice: 12, GrossSales: 44232, Discounts: null, Sales: 44232, COGS: 2736, Profit: 41496, Date: `11/01/2018`, MonthName: `November`, Year: 2018 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Vermont`, UnitsSold: 3319, ManufacturingPrice: 10, SalePrice: 15, GrossSales: 49785, Discounts: null, Sales: 49785, COGS: 21520, Profit: 28265, Date: `12/01/2018`, MonthName: `December`, Year: 2018 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Vermont`, UnitsSold: 3617, ManufacturingPrice: 10, SalePrice: 20, GrossSales: 72340, Discounts: null, Sales: 72340, COGS: 18170, Profit: 54170, Date: `12/01/2019`, MonthName: `December`, Year: 2019 }), + new PivotSalesDataItem({ Country: `India`, Product: `Vermont`, UnitsSold: 1266, ManufacturingPrice: 10, SalePrice: 350, GrossSales: 443100, Discounts: null, Sales: 443100, COGS: 393380, Profit: 49720, Date: `12/01/2019`, MonthName: `December`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Burlington`, UnitsSold: 894, ManufacturingPrice: 120, SalePrice: 7, GrossSales: 6258, Discounts: null, Sales: 6258, COGS: 7465, Profit: 1207, Date: `01/01/2019`, MonthName: `January`, Year: 2019 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Burlington`, UnitsSold: 2725, ManufacturingPrice: 120, SalePrice: 125, GrossSales: 340625, Discounts: null, Sales: 340625, COGS: 216480, Profit: 124145, Date: `02/01/2019`, MonthName: `February`, Year: 2019 }), + new PivotSalesDataItem({ Country: `India`, Product: `Burlington`, UnitsSold: 3061, ManufacturingPrice: 120, SalePrice: 12, GrossSales: 36732, Discounts: null, Sales: 36732, COGS: 6483, Profit: 30249, Date: `03/01/2019`, MonthName: `March`, Year: 2019 }), + new PivotSalesDataItem({ Country: `India`, Product: `Burlington`, UnitsSold: 3958, ManufacturingPrice: 120, SalePrice: 350, GrossSales: 1385300, Discounts: null, Sales: 1385300, COGS: 261560, Profit: 1123740, Date: `06/01/2019`, MonthName: `June`, Year: 2019 }), + new PivotSalesDataItem({ Country: `India`, Product: `Burlington`, UnitsSold: 3920, ManufacturingPrice: 120, SalePrice: 12, GrossSales: 47040, Discounts: null, Sales: 47040, COGS: 4635, Profit: 42405, Date: `06/01/2019`, MonthName: `June`, Year: 2019 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Burlington`, UnitsSold: 3381, ManufacturingPrice: 120, SalePrice: 125, GrossSales: 422625, Discounts: null, Sales: 422625, COGS: 338520, Profit: 84105, Date: `08/01/2019`, MonthName: `August`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Burlington`, UnitsSold: 1094, ManufacturingPrice: 120, SalePrice: 125, GrossSales: 136750, Discounts: null, Sales: 136750, COGS: 41400, Profit: 95350, Date: `10/01/2018`, MonthName: `October`, Year: 2018 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Mandarin`, UnitsSold: 4307, ManufacturingPrice: 250, SalePrice: 300, GrossSales: 1292100, Discounts: null, Sales: 1292100, COGS: 500250, Profit: 791850, Date: `02/01/2019`, MonthName: `February`, Year: 2019 }), + new PivotSalesDataItem({ Country: `India`, Product: `Mandarin`, UnitsSold: 878, ManufacturingPrice: 250, SalePrice: 12, GrossSales: 10536, Discounts: null, Sales: 10536, COGS: 8514, Profit: 2022, Date: `04/01/2019`, MonthName: `April`, Year: 2019 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Mandarin`, UnitsSold: 496, ManufacturingPrice: 250, SalePrice: 15, GrossSales: 7440, Discounts: null, Sales: 7440, COGS: 21780, Profit: 14340, Date: `06/01/2019`, MonthName: `June`, Year: 2019 }), + new PivotSalesDataItem({ Country: `India`, Product: `Mandarin`, UnitsSold: 3367, ManufacturingPrice: 250, SalePrice: 15, GrossSales: 50505, Discounts: null, Sales: 50505, COGS: 8880, Profit: 41625, Date: `06/01/2019`, MonthName: `June`, Year: 2019 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Mandarin`, UnitsSold: 3880, ManufacturingPrice: 250, SalePrice: 350, GrossSales: 1358000, Discounts: null, Sales: 1358000, COGS: 397020, Profit: 960980, Date: `09/01/2018`, MonthName: `September`, Year: 2018 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Mandarin`, UnitsSold: 2055, ManufacturingPrice: 250, SalePrice: 300, GrossSales: 616500, Discounts: null, Sales: 616500, COGS: 537750, Profit: 78750, Date: `09/01/2019`, MonthName: `September`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Mandarin`, UnitsSold: 4041, ManufacturingPrice: 250, SalePrice: 20, GrossSales: 80820, Discounts: null, Sales: 80820, COGS: 18170, Profit: 62650, Date: `12/01/2019`, MonthName: `December`, Year: 2019 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Luxe`, UnitsSold: 3237, ManufacturingPrice: 260, SalePrice: 350, GrossSales: 1132950, Discounts: null, Sales: 1132950, COGS: 715000, Profit: 417950, Date: `02/01/2019`, MonthName: `February`, Year: 2019 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Luxe`, UnitsSold: 630, ManufacturingPrice: 260, SalePrice: 12, GrossSales: 7560, Discounts: null, Sales: 7560, COGS: 5859, Profit: 1701, Date: `04/01/2019`, MonthName: `April`, Year: 2019 }), + new PivotSalesDataItem({ Country: `India`, Product: `Luxe`, UnitsSold: 4210, ManufacturingPrice: 260, SalePrice: 125, GrossSales: 526250, Discounts: null, Sales: 526250, COGS: 506340, Profit: 19910, Date: `04/01/2019`, MonthName: `April`, Year: 2019 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Luxe`, UnitsSold: 1127, ManufacturingPrice: 260, SalePrice: 20, GrossSales: 22540, Discounts: null, Sales: 22540, COGS: 18990, Profit: 3550, Date: `06/01/2019`, MonthName: `June`, Year: 2019 }), + new PivotSalesDataItem({ Country: `India`, Product: `Luxe`, UnitsSold: 3438, ManufacturingPrice: 260, SalePrice: 7, GrossSales: 24066, Discounts: null, Sales: 24066, COGS: 8430, Profit: 15636, Date: `07/01/2019`, MonthName: `July`, Year: 2019 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Luxe`, UnitsSold: 2015, ManufacturingPrice: 260, SalePrice: 12, GrossSales: 24180, Discounts: null, Sales: 24180, COGS: 6423, Profit: 17757, Date: `08/01/2019`, MonthName: `August`, Year: 2019 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Luxe`, UnitsSold: 2534, ManufacturingPrice: 260, SalePrice: 7, GrossSales: 17738, Discounts: null, Sales: 17738, COGS: 5715, Profit: 12023, Date: `10/01/2019`, MonthName: `October`, Year: 2019 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Luxe`, UnitsSold: 1384, ManufacturingPrice: 260, SalePrice: 15, GrossSales: 20760, Discounts: null, Sales: 20760, COGS: 6150, Profit: 14610, Date: `12/01/2019`, MonthName: `December`, Year: 2019 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Vermont`, UnitsSold: 3561, ManufacturingPrice: 10, SalePrice: 7, GrossSales: 24927, Discounts: 276.15, Sales: 24650.85, COGS: 19725, Profit: 4925.85, Date: `01/01/2019`, MonthName: `January`, Year: 2019 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Vermont`, UnitsSold: 1823, ManufacturingPrice: 10, SalePrice: 15, GrossSales: 27345, Discounts: 344.4, Sales: 27000.6, COGS: 22960, Profit: 4040.6, Date: `02/01/2019`, MonthName: `February`, Year: 2019 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Vermont`, UnitsSold: 2795, ManufacturingPrice: 10, SalePrice: 7, GrossSales: 19565, Discounts: 72.1, Sales: 19492.9, COGS: 5150, Profit: 14342.9, Date: `05/01/2019`, MonthName: `May`, Year: 2019 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Burlington`, UnitsSold: 457, ManufacturingPrice: 120, SalePrice: 7, GrossSales: 3199, Discounts: 44.73, Sales: 3154.27, COGS: 3195, Profit: 40.73, Date: `11/01/2019`, MonthName: `November`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Mandarin`, UnitsSold: 3785, ManufacturingPrice: 250, SalePrice: 7, GrossSales: 26495, Discounts: 92.82, Sales: 26402.18, COGS: 6630, Profit: 19772.18, Date: `03/01/2019`, MonthName: `March`, Year: 2019 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Kensington`, UnitsSold: 748, ManufacturingPrice: 3, SalePrice: 12, GrossSales: 8976, Discounts: 222.96, Sales: 8753.04, COGS: 5574, Profit: 3179.04, Date: `02/01/2019`, MonthName: `February`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Kensington`, UnitsSold: 1021, ManufacturingPrice: 3, SalePrice: 350, GrossSales: 357350, Discounts: 4235, Sales: 353115, COGS: 314600, Profit: 38515, Date: `03/01/2019`, MonthName: `March`, Year: 2019 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Kensington`, UnitsSold: 2076, ManufacturingPrice: 3, SalePrice: 7, GrossSales: 14532, Discounts: 177.03, Sales: 14354.97, COGS: 12645, Profit: 1709.97, Date: `07/01/2019`, MonthName: `July`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Kensington`, UnitsSold: 4316, ManufacturingPrice: 3, SalePrice: 12, GrossSales: 51792, Discounts: 173.4, Sales: 51618.6, COGS: 4335, Profit: 47283.6, Date: `09/01/2019`, MonthName: `September`, Year: 2019 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Kensington`, UnitsSold: 2654, ManufacturingPrice: 3, SalePrice: 125, GrossSales: 331750, Discounts: 412.5, Sales: 331337.5, COGS: 39600, Profit: 291737.5, Date: `09/01/2018`, MonthName: `September`, Year: 2018 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Kensington`, UnitsSold: 4174, ManufacturingPrice: 3, SalePrice: 12, GrossSales: 50088, Discounts: 320.52, Sales: 49767.48, COGS: 8013, Profit: 41754.48, Date: `09/01/2019`, MonthName: `September`, Year: 2019 }), + new PivotSalesDataItem({ Country: `India`, Product: `Kensington`, UnitsSold: 1675, ManufacturingPrice: 3, SalePrice: 12, GrossSales: 20100, Discounts: 91.92, Sales: 20008.08, COGS: 2298, Profit: 17710.08, Date: `10/01/2018`, MonthName: `October`, Year: 2018 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Kensington`, UnitsSold: 1572, ManufacturingPrice: 3, SalePrice: 300, GrossSales: 471600, Discounts: 1482, Sales: 470118, COGS: 123500, Profit: 346618, Date: `10/01/2018`, MonthName: `October`, Year: 2018 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Kensington`, UnitsSold: 3736, ManufacturingPrice: 3, SalePrice: 350, GrossSales: 1307600, Discounts: 4889.5, Sales: 1302710.5, COGS: 363220, Profit: 939490.5, Date: `10/01/2019`, MonthName: `October`, Year: 2019 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Kensington`, UnitsSold: 1914, ManufacturingPrice: 3, SalePrice: 350, GrossSales: 669900, Discounts: 7542.5, Sales: 662357.5, COGS: 560300, Profit: 102057.5, Date: `12/01/2019`, MonthName: `December`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Royal Oak`, UnitsSold: 2742, ManufacturingPrice: 5, SalePrice: 15, GrossSales: 41130, Discounts: 332.1, Sales: 40797.9, COGS: 22140, Profit: 18657.9, Date: `03/01/2019`, MonthName: `March`, Year: 2019 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Royal Oak`, UnitsSold: 1499, ManufacturingPrice: 5, SalePrice: 300, GrossSales: 449700, Discounts: 6903, Sales: 442797, COGS: 575250, Profit: 132453, Date: `04/01/2019`, MonthName: `April`, Year: 2019 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Royal Oak`, UnitsSold: 3772, ManufacturingPrice: 5, SalePrice: 20, GrossSales: 75440, Discounts: 275.1, Sales: 75164.9, COGS: 13755, Profit: 61409.9, Date: `07/01/2019`, MonthName: `July`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Royal Oak`, UnitsSold: 1112, ManufacturingPrice: 5, SalePrice: 7, GrossSales: 7784, Discounts: 128.1, Sales: 7655.9, COGS: 9150, Profit: 1494.1, Date: `08/01/2019`, MonthName: `August`, Year: 2019 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Royal Oak`, UnitsSold: 1723, ManufacturingPrice: 5, SalePrice: 300, GrossSales: 516900, Discounts: 7494, Sales: 509406, COGS: 624500, Profit: 115094, Date: `09/01/2018`, MonthName: `September`, Year: 2018 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Royal Oak`, UnitsSold: 423, ManufacturingPrice: 5, SalePrice: 125, GrossSales: 52875, Discounts: 828.75, Sales: 52046.25, COGS: 79560, Profit: 27513.75, Date: `10/01/2018`, MonthName: `October`, Year: 2018 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Vermont`, UnitsSold: 2368, ManufacturingPrice: 10, SalePrice: 15, GrossSales: 35520, Discounts: 227.1, Sales: 35292.9, COGS: 15140, Profit: 20152.9, Date: `02/01/2019`, MonthName: `February`, Year: 2019 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Vermont`, UnitsSold: 1586, ManufacturingPrice: 10, SalePrice: 7, GrossSales: 11102, Discounts: 314.48, Sales: 10787.52, COGS: 22462.5, Profit: 11674.98, Date: `04/01/2019`, MonthName: `April`, Year: 2019 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Vermont`, UnitsSold: 3386, ManufacturingPrice: 10, SalePrice: 125, GrossSales: 423250, Discounts: 908.75, Sales: 422341.25, COGS: 87240, Profit: 335101.25, Date: `06/01/2019`, MonthName: `June`, Year: 2019 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Vermont`, UnitsSold: 852, ManufacturingPrice: 10, SalePrice: 125, GrossSales: 106500, Discounts: 983.75, Sales: 105516.25, COGS: 94440, Profit: 11076.25, Date: `06/01/2019`, MonthName: `June`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Vermont`, UnitsSold: 2783, ManufacturingPrice: 10, SalePrice: 125, GrossSales: 347875, Discounts: 2278.75, Sales: 345596.25, COGS: 218760, Profit: 126836.25, Date: `07/01/2019`, MonthName: `July`, Year: 2019 }), + new PivotSalesDataItem({ Country: `India`, Product: `Vermont`, UnitsSold: 2684, ManufacturingPrice: 10, SalePrice: 15, GrossSales: 40260, Discounts: 112.05, Sales: 40147.95, COGS: 7470, Profit: 32677.95, Date: `09/01/2019`, MonthName: `September`, Year: 2019 }), + new PivotSalesDataItem({ Country: `India`, Product: `Vermont`, UnitsSold: 4393, ManufacturingPrice: 10, SalePrice: 12, GrossSales: 52716, Discounts: 91.92, Sales: 52624.08, COGS: 2298, Profit: 50326.08, Date: `10/01/2018`, MonthName: `October`, Year: 2018 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Vermont`, UnitsSold: 4083, ManufacturingPrice: 10, SalePrice: 300, GrossSales: 1224900, Discounts: 8715, Sales: 1216185, COGS: 726250, Profit: 489935, Date: `11/01/2019`, MonthName: `November`, Year: 2019 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Vermont`, UnitsSold: 2816, ManufacturingPrice: 10, SalePrice: 350, GrossSales: 985600, Discounts: 7542.5, Sales: 978057.5, COGS: 560300, Profit: 417757.5, Date: `12/01/2019`, MonthName: `December`, Year: 2019 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Burlington`, UnitsSold: 4294, ManufacturingPrice: 120, SalePrice: 20, GrossSales: 85880, Discounts: 772.8, Sales: 85107.2, COGS: 38640, Profit: 46467.2, Date: `04/01/2019`, MonthName: `April`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Burlington`, UnitsSold: 2856, ManufacturingPrice: 120, SalePrice: 7, GrossSales: 19992, Discounts: 25.34, Sales: 19966.66, COGS: 1810, Profit: 18156.66, Date: `05/01/2019`, MonthName: `May`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Burlington`, UnitsSold: 1407, ManufacturingPrice: 120, SalePrice: 125, GrossSales: 175875, Discounts: 1153.75, Sales: 174721.25, COGS: 110760, Profit: 63961.25, Date: `08/01/2019`, MonthName: `August`, Year: 2019 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Burlington`, UnitsSold: 3850, ManufacturingPrice: 120, SalePrice: 125, GrossSales: 481250, Discounts: 828.75, Sales: 480421.25, COGS: 79560, Profit: 400861.25, Date: `10/01/2018`, MonthName: `October`, Year: 2018 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Burlington`, UnitsSold: 2856, ManufacturingPrice: 120, SalePrice: 7, GrossSales: 19992, Discounts: 146.44, Sales: 19845.56, COGS: 10460, Profit: 9385.56, Date: `11/01/2018`, MonthName: `November`, Year: 2018 }), + new PivotSalesDataItem({ Country: `India`, Product: `Mandarin`, UnitsSold: 1265, ManufacturingPrice: 250, SalePrice: 7, GrossSales: 8855, Discounts: 18.41, Sales: 8836.59, COGS: 1315, Profit: 7521.59, Date: `03/01/2019`, MonthName: `March`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Mandarin`, UnitsSold: 3892, ManufacturingPrice: 250, SalePrice: 350, GrossSales: 1362200, Discounts: 3302.25, Sales: 1358897.75, COGS: 245310, Profit: 1113587.75, Date: `04/01/2019`, MonthName: `April`, Year: 2019 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Mandarin`, UnitsSold: 3068, ManufacturingPrice: 250, SalePrice: 125, GrossSales: 383500, Discounts: 908.75, Sales: 382591.25, COGS: 87240, Profit: 295351.25, Date: `06/01/2019`, MonthName: `June`, Year: 2019 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Mandarin`, UnitsSold: 2181, ManufacturingPrice: 250, SalePrice: 125, GrossSales: 272625, Discounts: 983.75, Sales: 271641.25, COGS: 94440, Profit: 177201.25, Date: `06/01/2019`, MonthName: `June`, Year: 2019 }), + new PivotSalesDataItem({ Country: `India`, Product: `Mandarin`, UnitsSold: 1356, ManufacturingPrice: 250, SalePrice: 300, GrossSales: 406800, Discounts: 2958, Sales: 403842, COGS: 246500, Profit: 157342, Date: `09/01/2019`, MonthName: `September`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Mandarin`, UnitsSold: 2545, ManufacturingPrice: 250, SalePrice: 300, GrossSales: 763500, Discounts: 1482, Sales: 762018, COGS: 123500, Profit: 638518, Date: `10/01/2018`, MonthName: `October`, Year: 2018 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Mandarin`, UnitsSold: 1814, ManufacturingPrice: 250, SalePrice: 350, GrossSales: 634900, Discounts: 4889.5, Sales: 630010.5, COGS: 363220, Profit: 266790.5, Date: `10/01/2019`, MonthName: `October`, Year: 2019 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Mandarin`, UnitsSold: 1495, ManufacturingPrice: 250, SalePrice: 125, GrossSales: 186875, Discounts: 2180, Sales: 184695, COGS: 209280, Profit: 24585, Date: `11/01/2019`, MonthName: `November`, Year: 2019 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Luxe`, UnitsSold: 1154, ManufacturingPrice: 260, SalePrice: 12, GrossSales: 13848, Discounts: 238.68, Sales: 13609.32, COGS: 5967, Profit: 7642.32, Date: `09/01/2018`, MonthName: `September`, Year: 2018 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Luxe`, UnitsSold: 4180, ManufacturingPrice: 260, SalePrice: 15, GrossSales: 62700, Discounts: 48.15, Sales: 62651.85, COGS: 3210, Profit: 59441.85, Date: `11/01/2018`, MonthName: `November`, Year: 2018 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Kensington`, UnitsSold: 1463, ManufacturingPrice: 3, SalePrice: 125, GrossSales: 182875, Discounts: 1856.25, Sales: 181018.75, COGS: 89100, Profit: 91918.75, Date: `04/01/2019`, MonthName: `April`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Kensington`, UnitsSold: 215, ManufacturingPrice: 3, SalePrice: 12, GrossSales: 2580, Discounts: 310.8, Sales: 2269.2, COGS: 3885, Profit: 1615.8, Date: `10/01/2019`, MonthName: `October`, Year: 2019 }), + new PivotSalesDataItem({ Country: `India`, Product: `Kensington`, UnitsSold: 4099, ManufacturingPrice: 3, SalePrice: 300, GrossSales: 1229700, Discounts: 1284, Sales: 1228416, COGS: 53500, Profit: 1174916, Date: `10/01/2018`, MonthName: `October`, Year: 2018 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Kensington`, UnitsSold: 2660, ManufacturingPrice: 3, SalePrice: 7, GrossSales: 18620, Discounts: 300.3, Sales: 18319.7, COGS: 10725, Profit: 7594.7, Date: `11/01/2018`, MonthName: `November`, Year: 2018 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Kensington`, UnitsSold: 566, ManufacturingPrice: 3, SalePrice: 350, GrossSales: 198100, Discounts: 19964, Sales: 178136, COGS: 741520, Profit: 563384, Date: `12/01/2019`, MonthName: `December`, Year: 2019 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Royal Oak`, UnitsSold: 3255, ManufacturingPrice: 5, SalePrice: 12, GrossSales: 39060, Discounts: 274.08, Sales: 38785.92, COGS: 3426, Profit: 35359.92, Date: `06/01/2019`, MonthName: `June`, Year: 2019 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Royal Oak`, UnitsSold: 772, ManufacturingPrice: 5, SalePrice: 20, GrossSales: 15440, Discounts: 626.4, Sales: 14813.6, COGS: 15660, Profit: 846.4, Date: `10/01/2019`, MonthName: `October`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Royal Oak`, UnitsSold: 1135, ManufacturingPrice: 5, SalePrice: 12, GrossSales: 13620, Discounts: 165.6, Sales: 13454.4, COGS: 2070, Profit: 11384.4, Date: `11/01/2019`, MonthName: `November`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Royal Oak`, UnitsSold: 3826, ManufacturingPrice: 5, SalePrice: 125, GrossSales: 478250, Discounts: 4150, Sales: 474100, COGS: 199200, Profit: 274900, Date: `11/01/2018`, MonthName: `November`, Year: 2018 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Vermont`, UnitsSold: 1193, ManufacturingPrice: 10, SalePrice: 15, GrossSales: 17895, Discounts: 708.9, Sales: 17186.1, COGS: 23630, Profit: 6443.9, Date: `02/01/2019`, MonthName: `February`, Year: 2019 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Vermont`, UnitsSold: 2530, ManufacturingPrice: 10, SalePrice: 300, GrossSales: 759000, Discounts: 5508, Sales: 753492, COGS: 229500, Profit: 523992, Date: `05/01/2019`, MonthName: `May`, Year: 2019 }), + new PivotSalesDataItem({ Country: `India`, Product: `Vermont`, UnitsSold: 3451, ManufacturingPrice: 10, SalePrice: 300, GrossSales: 1035300, Discounts: 10368, Sales: 1024932, COGS: 432000, Profit: 592932, Date: `05/01/2019`, MonthName: `May`, Year: 2019 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Vermont`, UnitsSold: 3059, ManufacturingPrice: 10, SalePrice: 12, GrossSales: 36708, Discounts: 274.08, Sales: 36433.92, COGS: 3426, Profit: 33007.92, Date: `06/01/2019`, MonthName: `June`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Vermont`, UnitsSold: 3957, ManufacturingPrice: 10, SalePrice: 125, GrossSales: 494625, Discounts: 1655, Sales: 492970, COGS: 79440, Profit: 413530, Date: `06/01/2019`, MonthName: `June`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Vermont`, UnitsSold: 3444, ManufacturingPrice: 10, SalePrice: 12, GrossSales: 41328, Discounts: 310.8, Sales: 41017.2, COGS: 3885, Profit: 37132.2, Date: `10/01/2019`, MonthName: `October`, Year: 2019 }), + new PivotSalesDataItem({ Country: `India`, Product: `Vermont`, UnitsSold: 4388, ManufacturingPrice: 10, SalePrice: 125, GrossSales: 548500, Discounts: 2022.5, Sales: 546477.5, COGS: 97080, Profit: 449397.5, Date: `10/01/2018`, MonthName: `October`, Year: 2018 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Vermont`, UnitsSold: 2106, ManufacturingPrice: 10, SalePrice: 125, GrossSales: 263250, Discounts: 5362.5, Sales: 257887.5, COGS: 257400, Profit: 487.5, Date: `10/01/2018`, MonthName: `October`, Year: 2018 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Vermont`, UnitsSold: 799, ManufacturingPrice: 10, SalePrice: 12, GrossSales: 9588, Discounts: 428.4, Sales: 9159.6, COGS: 5355, Profit: 3804.6, Date: `11/01/2018`, MonthName: `November`, Year: 2018 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Vermont`, UnitsSold: 3154, ManufacturingPrice: 10, SalePrice: 300, GrossSales: 946200, Discounts: 11496, Sales: 934704, COGS: 479000, Profit: 455704, Date: `12/01/2019`, MonthName: `December`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Vermont`, UnitsSold: 4108, ManufacturingPrice: 10, SalePrice: 350, GrossSales: 1437800, Discounts: 19964, Sales: 1417836, COGS: 741520, Profit: 676316, Date: `12/01/2019`, MonthName: `December`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Vermont`, UnitsSold: 3760, ManufacturingPrice: 10, SalePrice: 125, GrossSales: 470000, Discounts: 6822.5, Sales: 463177.5, COGS: 327480, Profit: 135697.5, Date: `12/01/2019`, MonthName: `December`, Year: 2019 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Vermont`, UnitsSold: 377, ManufacturingPrice: 10, SalePrice: 15, GrossSales: 5655, Discounts: 577.5, Sales: 5077.5, COGS: 19250, Profit: 14172.5, Date: `12/01/2018`, MonthName: `December`, Year: 2018 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Vermont`, UnitsSold: 2110, ManufacturingPrice: 10, SalePrice: 7, GrossSales: 14770, Discounts: 281.82, Sales: 14488.18, COGS: 10065, Profit: 4423.18, Date: `12/01/2018`, MonthName: `December`, Year: 2018 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Vermont`, UnitsSold: 2334, ManufacturingPrice: 10, SalePrice: 12, GrossSales: 28008, Discounts: 253.2, Sales: 27754.8, COGS: 3165, Profit: 24589.8, Date: `12/01/2019`, MonthName: `December`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Vermont`, UnitsSold: 580, ManufacturingPrice: 10, SalePrice: 12, GrossSales: 6960, Discounts: 260.16, Sales: 6699.84, COGS: 3252, Profit: 3447.84, Date: `12/01/2019`, MonthName: `December`, Year: 2019 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Burlington`, UnitsSold: 2610, ManufacturingPrice: 120, SalePrice: 20, GrossSales: 52200, Discounts: 626.4, Sales: 51573.6, COGS: 15660, Profit: 35913.6, Date: `10/01/2019`, MonthName: `October`, Year: 2019 }), + new PivotSalesDataItem({ Country: `India`, Product: `Burlington`, UnitsSold: 1598, ManufacturingPrice: 120, SalePrice: 350, GrossSales: 559300, Discounts: 20762, Sales: 538538, COGS: 771160, Profit: 232622, Date: `10/01/2018`, MonthName: `October`, Year: 2018 }), + new PivotSalesDataItem({ Country: `India`, Product: `Burlington`, UnitsSold: 1459, ManufacturingPrice: 120, SalePrice: 350, GrossSales: 510650, Discounts: 20139, Sales: 490511, COGS: 748020, Profit: 257509, Date: `10/01/2019`, MonthName: `October`, Year: 2019 }), + new PivotSalesDataItem({ Country: `India`, Product: `Burlington`, UnitsSold: 3284, ManufacturingPrice: 120, SalePrice: 125, GrossSales: 410500, Discounts: 2022.5, Sales: 408477.5, COGS: 97080, Profit: 311397.5, Date: `10/01/2018`, MonthName: `October`, Year: 2018 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Burlington`, UnitsSold: 1197, ManufacturingPrice: 120, SalePrice: 125, GrossSales: 149625, Discounts: 5362.5, Sales: 144262.5, COGS: 257400, Profit: 113137.5, Date: `10/01/2018`, MonthName: `October`, Year: 2018 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Burlington`, UnitsSold: 3774, ManufacturingPrice: 120, SalePrice: 12, GrossSales: 45288, Discounts: 253.2, Sales: 45034.8, COGS: 3165, Profit: 41869.8, Date: `12/01/2019`, MonthName: `December`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Burlington`, UnitsSold: 2303, ManufacturingPrice: 120, SalePrice: 20, GrossSales: 46060, Discounts: 217.6, Sales: 45842.4, COGS: 5440, Profit: 40402.4, Date: `12/01/2018`, MonthName: `December`, Year: 2018 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Burlington`, UnitsSold: 2572, ManufacturingPrice: 120, SalePrice: 12, GrossSales: 30864, Discounts: 260.16, Sales: 30603.84, COGS: 3252, Profit: 27351.84, Date: `12/01/2019`, MonthName: `December`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Mandarin`, UnitsSold: 320, ManufacturingPrice: 250, SalePrice: 125, GrossSales: 40000, Discounts: 1655, Sales: 38345, COGS: 79440, Profit: 41095, Date: `06/01/2019`, MonthName: `June`, Year: 2019 }), + new PivotSalesDataItem({ Country: `India`, Product: `Mandarin`, UnitsSold: 2126, ManufacturingPrice: 250, SalePrice: 300, GrossSales: 637800, Discounts: 1284, Sales: 636516, COGS: 53500, Profit: 583016, Date: `10/01/2018`, MonthName: `October`, Year: 2018 }), + new PivotSalesDataItem({ Country: `India`, Product: `Mandarin`, UnitsSold: 3275, ManufacturingPrice: 250, SalePrice: 350, GrossSales: 1146250, Discounts: 20139, Sales: 1126111, COGS: 748020, Profit: 378091, Date: `10/01/2019`, MonthName: `October`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Mandarin`, UnitsSold: 3582, ManufacturingPrice: 250, SalePrice: 125, GrossSales: 447750, Discounts: 6822.5, Sales: 440927.5, COGS: 327480, Profit: 113447.5, Date: `12/01/2019`, MonthName: `December`, Year: 2019 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Mandarin`, UnitsSold: 783, ManufacturingPrice: 250, SalePrice: 350, GrossSales: 274050, Discounts: 1862, Sales: 272188, COGS: 69160, Profit: 203028, Date: `12/01/2018`, MonthName: `December`, Year: 2018 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Mandarin`, UnitsSold: 1202, ManufacturingPrice: 250, SalePrice: 350, GrossSales: 420700, Discounts: 13580, Sales: 407120, COGS: 504400, Profit: 97280, Date: `12/01/2018`, MonthName: `December`, Year: 2018 }), + new PivotSalesDataItem({ Country: `India`, Product: `Luxe`, UnitsSold: 4056, ManufacturingPrice: 260, SalePrice: 300, GrossSales: 1216800, Discounts: 1554, Sales: 1215246, COGS: 64750, Profit: 1150496, Date: `03/01/2019`, MonthName: `March`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Luxe`, UnitsSold: 2144, ManufacturingPrice: 260, SalePrice: 300, GrossSales: 643200, Discounts: 6606, Sales: 636594, COGS: 275250, Profit: 361344, Date: `03/01/2019`, MonthName: `March`, Year: 2019 }), + new PivotSalesDataItem({ Country: `India`, Product: `Luxe`, UnitsSold: 3502, ManufacturingPrice: 260, SalePrice: 125, GrossSales: 437750, Discounts: 5690, Sales: 432060, COGS: 273120, Profit: 158940, Date: `05/01/2019`, MonthName: `May`, Year: 2019 }), + new PivotSalesDataItem({ Country: `India`, Product: `Luxe`, UnitsSold: 1397, ManufacturingPrice: 260, SalePrice: 350, GrossSales: 488950, Discounts: 20762, Sales: 468188, COGS: 771160, Profit: 302972, Date: `10/01/2018`, MonthName: `October`, Year: 2018 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Luxe`, UnitsSold: 679, ManufacturingPrice: 260, SalePrice: 20, GrossSales: 13580, Discounts: 494.4, Sales: 13085.6, COGS: 12360, Profit: 725.6, Date: `11/01/2019`, MonthName: `November`, Year: 2019 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Luxe`, UnitsSold: 2351, ManufacturingPrice: 260, SalePrice: 20, GrossSales: 47020, Discounts: 376.4, Sales: 46643.6, COGS: 9410, Profit: 37233.6, Date: `11/01/2019`, MonthName: `November`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Luxe`, UnitsSold: 2043, ManufacturingPrice: 260, SalePrice: 300, GrossSales: 612900, Discounts: 11496, Sales: 601404, COGS: 479000, Profit: 122404, Date: `12/01/2019`, MonthName: `December`, Year: 2019 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Kensington`, UnitsSold: 3565, ManufacturingPrice: 3, SalePrice: 125, GrossSales: 445625, Discounts: 15913.13, Sales: 429711.88, COGS: 509220, Profit: 79508.13, Date: `04/01/2019`, MonthName: `April`, Year: 2019 }), + new PivotSalesDataItem({ Country: `India`, Product: `Kensington`, UnitsSold: 1401, ManufacturingPrice: 3, SalePrice: 20, GrossSales: 28020, Discounts: 1548, Sales: 26472, COGS: 25800, Profit: 672, Date: `04/01/2019`, MonthName: `April`, Year: 2019 }), + new PivotSalesDataItem({ Country: `India`, Product: `Kensington`, UnitsSold: 2077, ManufacturingPrice: 3, SalePrice: 300, GrossSales: 623100, Discounts: 6201, Sales: 616899, COGS: 172250, Profit: 444649, Date: `06/01/2019`, MonthName: `June`, Year: 2019 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Kensington`, UnitsSold: 3643, ManufacturingPrice: 3, SalePrice: 12, GrossSales: 43716, Discounts: 700.92, Sales: 43015.08, COGS: 5841, Profit: 37174.08, Date: `09/01/2019`, MonthName: `September`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Kensington`, UnitsSold: 1105, ManufacturingPrice: 3, SalePrice: 12, GrossSales: 13260, Discounts: 326.88, Sales: 12933.12, COGS: 2724, Profit: 10209.12, Date: `12/01/2018`, MonthName: `December`, Year: 2018 }), + new PivotSalesDataItem({ Country: `India`, Product: `Royal Oak`, UnitsSold: 2960, ManufacturingPrice: 5, SalePrice: 7, GrossSales: 20720, Discounts: 411.18, Sales: 20308.82, COGS: 9790, Profit: 10518.82, Date: `02/01/2019`, MonthName: `February`, Year: 2019 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Royal Oak`, UnitsSold: 1201, ManufacturingPrice: 5, SalePrice: 12, GrossSales: 14412, Discounts: 684.36, Sales: 13727.64, COGS: 5703, Profit: 8024.64, Date: `06/01/2019`, MonthName: `June`, Year: 2019 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Royal Oak`, UnitsSold: 2321, ManufacturingPrice: 5, SalePrice: 7, GrossSales: 16247, Discounts: 114.24, Sales: 16132.76, COGS: 2720, Profit: 13412.76, Date: `09/01/2019`, MonthName: `September`, Year: 2019 }), + new PivotSalesDataItem({ Country: `India`, Product: `Royal Oak`, UnitsSold: 3640, ManufacturingPrice: 5, SalePrice: 350, GrossSales: 1274000, Discounts: 18868.5, Sales: 1255131.5, COGS: 467220, Profit: 787911.5, Date: `09/01/2018`, MonthName: `September`, Year: 2018 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Royal Oak`, UnitsSold: 3972, ManufacturingPrice: 5, SalePrice: 125, GrossSales: 496500, Discounts: 4826.25, Sales: 491673.75, COGS: 154440, Profit: 337233.75, Date: `12/01/2019`, MonthName: `December`, Year: 2019 }), + new PivotSalesDataItem({ Country: `India`, Product: `Royal Oak`, UnitsSold: 3878, ManufacturingPrice: 5, SalePrice: 125, GrossSales: 484750, Discounts: 6397.5, Sales: 478352.5, COGS: 204720, Profit: 273632.5, Date: `12/01/2019`, MonthName: `December`, Year: 2019 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Vermont`, UnitsSold: 2278, ManufacturingPrice: 10, SalePrice: 300, GrossSales: 683400, Discounts: 21910.5, Sales: 661489.5, COGS: 608625, Profit: 52864.5, Date: `01/01/2019`, MonthName: `January`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Vermont`, UnitsSold: 1075, ManufacturingPrice: 10, SalePrice: 125, GrossSales: 134375, Discounts: 6652.5, Sales: 127722.5, COGS: 212880, Profit: 85157.5, Date: `03/01/2019`, MonthName: `March`, Year: 2019 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Vermont`, UnitsSold: 4050, ManufacturingPrice: 10, SalePrice: 12, GrossSales: 48600, Discounts: 684.36, Sales: 47915.64, COGS: 5703, Profit: 42212.64, Date: `06/01/2019`, MonthName: `June`, Year: 2019 }), + new PivotSalesDataItem({ Country: `India`, Product: `Vermont`, UnitsSold: 3035, ManufacturingPrice: 10, SalePrice: 300, GrossSales: 910500, Discounts: 6201, Sales: 904299, COGS: 172250, Profit: 732049, Date: `06/01/2019`, MonthName: `June`, Year: 2019 }), + new PivotSalesDataItem({ Country: `India`, Product: `Vermont`, UnitsSold: 3636, ManufacturingPrice: 10, SalePrice: 125, GrossSales: 454500, Discounts: 5887.5, Sales: 448612.5, COGS: 188400, Profit: 260212.5, Date: `06/01/2019`, MonthName: `June`, Year: 2019 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Vermont`, UnitsSold: 1379, ManufacturingPrice: 10, SalePrice: 12, GrossSales: 16548, Discounts: 493.02, Sales: 16054.98, COGS: 4108.5, Profit: 11946.48, Date: `07/01/2019`, MonthName: `July`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Vermont`, UnitsSold: 4492, ManufacturingPrice: 10, SalePrice: 125, GrossSales: 561500, Discounts: 7533.75, Sales: 553966.25, COGS: 241080, Profit: 312886.25, Date: `10/01/2019`, MonthName: `October`, Year: 2019 }), + new PivotSalesDataItem({ Country: `India`, Product: `Vermont`, UnitsSold: 764, ManufacturingPrice: 10, SalePrice: 15, GrossSales: 11460, Discounts: 875.25, Sales: 10584.75, COGS: 19450, Profit: 8865.25, Date: `10/01/2018`, MonthName: `October`, Year: 2018 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Vermont`, UnitsSold: 1744, ManufacturingPrice: 10, SalePrice: 125, GrossSales: 218000, Discounts: 4826.25, Sales: 213173.75, COGS: 154440, Profit: 58733.75, Date: `12/01/2019`, MonthName: `December`, Year: 2019 }), + new PivotSalesDataItem({ Country: `India`, Product: `Vermont`, UnitsSold: 2341, ManufacturingPrice: 10, SalePrice: 125, GrossSales: 292625, Discounts: 6397.5, Sales: 286227.5, COGS: 204720, Profit: 81507.5, Date: `12/01/2019`, MonthName: `December`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Burlington`, UnitsSold: 3835, ManufacturingPrice: 120, SalePrice: 125, GrossSales: 479375, Discounts: 7533.75, Sales: 471841.25, COGS: 241080, Profit: 230761.25, Date: `10/01/2019`, MonthName: `October`, Year: 2019 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Mandarin`, UnitsSold: 1161, ManufacturingPrice: 250, SalePrice: 300, GrossSales: 348300, Discounts: 25596, Sales: 322704, COGS: 711000, Profit: 388296, Date: `02/01/2019`, MonthName: `February`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Mandarin`, UnitsSold: 876, ManufacturingPrice: 250, SalePrice: 12, GrossSales: 10512, Discounts: 689.76, Sales: 9822.24, COGS: 5748, Profit: 4074.24, Date: `04/01/2019`, MonthName: `April`, Year: 2019 }), + new PivotSalesDataItem({ Country: `India`, Product: `Mandarin`, UnitsSold: 1705, ManufacturingPrice: 250, SalePrice: 125, GrossSales: 213125, Discounts: 5887.5, Sales: 207237.5, COGS: 188400, Profit: 18837.5, Date: `06/01/2019`, MonthName: `June`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Mandarin`, UnitsSold: 1805, ManufacturingPrice: 250, SalePrice: 300, GrossSales: 541500, Discounts: 16866, Sales: 524634, COGS: 468500, Profit: 56134, Date: `08/01/2019`, MonthName: `August`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Mandarin`, UnitsSold: 389, ManufacturingPrice: 250, SalePrice: 350, GrossSales: 136150, Discounts: 17241, Sales: 118909, COGS: 426920, Profit: 308011, Date: `08/01/2019`, MonthName: `August`, Year: 2019 }), + new PivotSalesDataItem({ Country: `India`, Product: `Mandarin`, UnitsSold: 2745, ManufacturingPrice: 250, SalePrice: 15, GrossSales: 41175, Discounts: 875.25, Sales: 40299.75, COGS: 19450, Profit: 20849.75, Date: `10/01/2018`, MonthName: `October`, Year: 2018 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Kensington`, UnitsSold: 1459, ManufacturingPrice: 3, SalePrice: 20, GrossSales: 29180, Discounts: 498.6, Sales: 28681.4, COGS: 8310, Profit: 20371.4, Date: `05/01/2019`, MonthName: `May`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Vermont`, UnitsSold: 3938, ManufacturingPrice: 10, SalePrice: 7, GrossSales: 27566, Discounts: 369.6, Sales: 27196.4, COGS: 8800, Profit: 18396.4, Date: `09/01/2018`, MonthName: `September`, Year: 2018 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Burlington`, UnitsSold: 4236, ManufacturingPrice: 120, SalePrice: 20, GrossSales: 84720, Discounts: 2310.3, Sales: 82409.7, COGS: 38505, Profit: 43904.7, Date: `04/01/2019`, MonthName: `April`, Year: 2019 }), + new PivotSalesDataItem({ Country: `India`, Product: `Mandarin`, UnitsSold: 3627, ManufacturingPrice: 250, SalePrice: 12, GrossSales: 43524, Discounts: 892.44, Sales: 42631.56, COGS: 7437, Profit: 35194.56, Date: `01/01/2019`, MonthName: `January`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Royal Oak`, UnitsSold: 1756, ManufacturingPrice: 5, SalePrice: 15, GrossSales: 26340, Discounts: 1218.6, Sales: 25121.4, COGS: 20310, Profit: 4811.4, Date: `10/01/2019`, MonthName: `October`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Vermont`, UnitsSold: 307, ManufacturingPrice: 10, SalePrice: 15, GrossSales: 4605, Discounts: 1218.6, Sales: 3386.4, COGS: 20310, Profit: 16923.6, Date: `10/01/2019`, MonthName: `October`, Year: 2019 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Vermont`, UnitsSold: 4489, ManufacturingPrice: 10, SalePrice: 15, GrossSales: 67335, Discounts: 1356.6, Sales: 65978.4, COGS: 22610, Profit: 43368.4, Date: `12/01/2018`, MonthName: `December`, Year: 2018 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Burlington`, UnitsSold: 2167, ManufacturingPrice: 120, SalePrice: 20, GrossSales: 43340, Discounts: 588.8, Sales: 42751.2, COGS: 7360, Profit: 35391.2, Date: `09/01/2018`, MonthName: `September`, Year: 2018 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Kensington`, UnitsSold: 1137, ManufacturingPrice: 3, SalePrice: 7, GrossSales: 7959, Discounts: 798.28, Sales: 7160.72, COGS: 14255, Profit: 7094.28, Date: `10/01/2018`, MonthName: `October`, Year: 2018 }), + new PivotSalesDataItem({ Country: `India`, Product: `Kensington`, UnitsSold: 1222, ManufacturingPrice: 3, SalePrice: 300, GrossSales: 366600, Discounts: 24252, Sales: 342348, COGS: 505250, Profit: 162902, Date: `10/01/2019`, MonthName: `October`, Year: 2019 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Kensington`, UnitsSold: 489, ManufacturingPrice: 3, SalePrice: 350, GrossSales: 171150, Discounts: 3836, Sales: 167314, COGS: 71240, Profit: 96074, Date: `12/01/2019`, MonthName: `December`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Royal Oak`, UnitsSold: 4133, ManufacturingPrice: 5, SalePrice: 15, GrossSales: 61995, Discounts: 1180.2, Sales: 60814.8, COGS: 19670, Profit: 41144.8, Date: `03/01/2019`, MonthName: `March`, Year: 2019 }), + new PivotSalesDataItem({ Country: `India`, Product: `Royal Oak`, UnitsSold: 2743, ManufacturingPrice: 5, SalePrice: 300, GrossSales: 822900, Discounts: 22308, Sales: 800592, COGS: 464750, Profit: 335842, Date: `08/01/2019`, MonthName: `August`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Royal Oak`, UnitsSold: 3699, ManufacturingPrice: 5, SalePrice: 7, GrossSales: 25893, Discounts: 798.28, Sales: 25094.72, COGS: 14255, Profit: 10839.72, Date: `10/01/2018`, MonthName: `October`, Year: 2018 }), + new PivotSalesDataItem({ Country: `India`, Product: `Royal Oak`, UnitsSold: 4460, ManufacturingPrice: 5, SalePrice: 300, GrossSales: 1338000, Discounts: 24252, Sales: 1313748, COGS: 505250, Profit: 808498, Date: `10/01/2019`, MonthName: `October`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Royal Oak`, UnitsSold: 1232, ManufacturingPrice: 5, SalePrice: 125, GrossSales: 154000, Discounts: 5690, Sales: 148310, COGS: 136560, Profit: 11750, Date: `12/01/2019`, MonthName: `December`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Vermont`, UnitsSold: 2586, ManufacturingPrice: 10, SalePrice: 7, GrossSales: 18102, Discounts: 1190.28, Sales: 16911.72, COGS: 21255, Profit: 4343.28, Date: `01/01/2019`, MonthName: `January`, Year: 2019 }), + new PivotSalesDataItem({ Country: `India`, Product: `Vermont`, UnitsSold: 1332, ManufacturingPrice: 10, SalePrice: 125, GrossSales: 166500, Discounts: 3975, Sales: 162525, COGS: 95400, Profit: 67125, Date: `03/01/2019`, MonthName: `March`, Year: 2019 }), + new PivotSalesDataItem({ Country: `India`, Product: `Vermont`, UnitsSold: 4487, ManufacturingPrice: 10, SalePrice: 300, GrossSales: 1346100, Discounts: 16974, Sales: 1329126, COGS: 353625, Profit: 975501, Date: `04/01/2019`, MonthName: `April`, Year: 2019 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Vermont`, UnitsSold: 3862, ManufacturingPrice: 10, SalePrice: 300, GrossSales: 1158600, Discounts: 35016, Sales: 1123584, COGS: 729500, Profit: 394084, Date: `05/01/2019`, MonthName: `May`, Year: 2019 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Vermont`, UnitsSold: 1765, ManufacturingPrice: 10, SalePrice: 350, GrossSales: 617750, Discounts: 48300, Sales: 569450, COGS: 897000, Profit: 327550, Date: `07/01/2019`, MonthName: `July`, Year: 2019 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Vermont`, UnitsSold: 3533, ManufacturingPrice: 10, SalePrice: 125, GrossSales: 441625, Discounts: 14940, Sales: 426685, COGS: 358560, Profit: 68125, Date: `07/01/2019`, MonthName: `July`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Vermont`, UnitsSold: 2016, ManufacturingPrice: 10, SalePrice: 15, GrossSales: 30240, Discounts: 130.8, Sales: 30109.2, COGS: 2180, Profit: 27929.2, Date: `09/01/2019`, MonthName: `September`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Vermont`, UnitsSold: 2938, ManufacturingPrice: 10, SalePrice: 20, GrossSales: 58760, Discounts: 1659.2, Sales: 57100.8, COGS: 20740, Profit: 36360.8, Date: `09/01/2019`, MonthName: `September`, Year: 2019 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Vermont`, UnitsSold: 3352, ManufacturingPrice: 10, SalePrice: 20, GrossSales: 67040, Discounts: 844.8, Sales: 66195.2, COGS: 10560, Profit: 55635.2, Date: `09/01/2019`, MonthName: `September`, Year: 2019 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Vermont`, UnitsSold: 4409, ManufacturingPrice: 10, SalePrice: 15, GrossSales: 66135, Discounts: 402.6, Sales: 65732.4, COGS: 6710, Profit: 59022.4, Date: `10/01/2018`, MonthName: `October`, Year: 2018 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Vermont`, UnitsSold: 3323, ManufacturingPrice: 10, SalePrice: 15, GrossSales: 49845, Discounts: 908.4, Sales: 48936.6, COGS: 15140, Profit: 33796.6, Date: `10/01/2018`, MonthName: `October`, Year: 2018 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Vermont`, UnitsSold: 2430, ManufacturingPrice: 10, SalePrice: 350, GrossSales: 850500, Discounts: 3836, Sales: 846664, COGS: 71240, Profit: 775424, Date: `12/01/2019`, MonthName: `December`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Vermont`, UnitsSold: 535, ManufacturingPrice: 10, SalePrice: 125, GrossSales: 66875, Discounts: 5690, Sales: 61185, COGS: 136560, Profit: 75375, Date: `12/01/2019`, MonthName: `December`, Year: 2019 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Burlington`, UnitsSold: 1523, ManufacturingPrice: 120, SalePrice: 12, GrossSales: 18276, Discounts: 703.2, Sales: 17572.8, COGS: 4395, Profit: 13177.8, Date: `03/01/2019`, MonthName: `March`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Burlington`, UnitsSold: 3631, ManufacturingPrice: 120, SalePrice: 20, GrossSales: 72620, Discounts: 2116.8, Sales: 70503.2, COGS: 26460, Profit: 44043.2, Date: `09/01/2018`, MonthName: `September`, Year: 2018 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Burlington`, UnitsSold: 1782, ManufacturingPrice: 120, SalePrice: 350, GrossSales: 623700, Discounts: 30478, Sales: 593222, COGS: 566020, Profit: 27202, Date: `10/01/2019`, MonthName: `October`, Year: 2019 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Mandarin`, UnitsSold: 347, ManufacturingPrice: 250, SalePrice: 12, GrossSales: 4164, Discounts: 415.68, Sales: 3748.32, COGS: 2598, Profit: 1150.32, Date: `05/01/2019`, MonthName: `May`, Year: 2019 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Mandarin`, UnitsSold: 4147, ManufacturingPrice: 250, SalePrice: 350, GrossSales: 1451450, Discounts: 4886, Sales: 1446564, COGS: 90740, Profit: 1355824, Date: `09/01/2018`, MonthName: `September`, Year: 2018 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Mandarin`, UnitsSold: 3509, ManufacturingPrice: 250, SalePrice: 350, GrossSales: 1228150, Discounts: 30478, Sales: 1197672, COGS: 566020, Profit: 631652, Date: `10/01/2019`, MonthName: `October`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Mandarin`, UnitsSold: 2774, ManufacturingPrice: 250, SalePrice: 15, GrossSales: 41610, Discounts: 908.4, Sales: 40701.6, COGS: 15140, Profit: 25561.6, Date: `10/01/2018`, MonthName: `October`, Year: 2018 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Luxe`, UnitsSold: 2943, ManufacturingPrice: 260, SalePrice: 350, GrossSales: 1030050, Discounts: 26110, Sales: 1003940, COGS: 484900, Profit: 519040, Date: `02/01/2019`, MonthName: `February`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Luxe`, UnitsSold: 4037, ManufacturingPrice: 260, SalePrice: 125, GrossSales: 504625, Discounts: 5370, Sales: 499255, COGS: 128880, Profit: 370375, Date: `04/01/2019`, MonthName: `April`, Year: 2019 }), + new PivotSalesDataItem({ Country: `India`, Product: `Luxe`, UnitsSold: 4146, ManufacturingPrice: 260, SalePrice: 350, GrossSales: 1451100, Discounts: 26698, Sales: 1424402, COGS: 495820, Profit: 928582, Date: `09/01/2019`, MonthName: `September`, Year: 2019 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Luxe`, UnitsSold: 4123, ManufacturingPrice: 260, SalePrice: 15, GrossSales: 61845, Discounts: 402.6, Sales: 61442.4, COGS: 6710, Profit: 54732.4, Date: `10/01/2018`, MonthName: `October`, Year: 2018 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Luxe`, UnitsSold: 1337, ManufacturingPrice: 260, SalePrice: 350, GrossSales: 467950, Discounts: 24892, Sales: 443058, COGS: 462280, Profit: 19222, Date: `12/01/2018`, MonthName: `December`, Year: 2018 }), + new PivotSalesDataItem({ Country: `India`, Product: `Royal Oak`, UnitsSold: 599, ManufacturingPrice: 5, SalePrice: 7, GrossSales: 4193, Discounts: 405.65, Sales: 3787.35, COGS: 5795, Profit: 2007.65, Date: `10/01/2018`, MonthName: `October`, Year: 2018 }), + new PivotSalesDataItem({ Country: `India`, Product: `Vermont`, UnitsSold: 725, ManufacturingPrice: 10, SalePrice: 7, GrossSales: 5075, Discounts: 480.2, Sales: 4594.8, COGS: 6860, Profit: 2265.2, Date: `01/01/2019`, MonthName: `January`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Vermont`, UnitsSold: 477, ManufacturingPrice: 10, SalePrice: 7, GrossSales: 3339, Discounts: 822.15, Sales: 2516.85, COGS: 11745, Profit: 9228.15, Date: `09/01/2018`, MonthName: `September`, Year: 2018 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Vermont`, UnitsSold: 2325, ManufacturingPrice: 10, SalePrice: 7, GrossSales: 16275, Discounts: 941.15, Sales: 15333.85, COGS: 13445, Profit: 1888.85, Date: `10/01/2019`, MonthName: `October`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Vermont`, UnitsSold: 675, ManufacturingPrice: 10, SalePrice: 12, GrossSales: 8100, Discounts: 1458.6, Sales: 6641.4, COGS: 7293, Profit: 651.6, Date: `12/01/2019`, MonthName: `December`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Burlington`, UnitsSold: 2990, ManufacturingPrice: 120, SalePrice: 12, GrossSales: 35880, Discounts: 1458.6, Sales: 34421.4, COGS: 7293, Profit: 27128.4, Date: `12/01/2019`, MonthName: `December`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Mandarin`, UnitsSold: 1072, ManufacturingPrice: 250, SalePrice: 7, GrossSales: 7504, Discounts: 941.15, Sales: 6562.85, COGS: 13445, Profit: 6882.15, Date: `10/01/2019`, MonthName: `October`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Luxe`, UnitsSold: 1048, ManufacturingPrice: 260, SalePrice: 7, GrossSales: 7336, Discounts: 589.05, Sales: 6746.95, COGS: 8415, Profit: 1668.05, Date: `07/01/2019`, MonthName: `July`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Luxe`, UnitsSold: 469, ManufacturingPrice: 260, SalePrice: 12, GrossSales: 5628, Discounts: 673.8, Sales: 4954.2, COGS: 3369, Profit: 1585.2, Date: `08/01/2019`, MonthName: `August`, Year: 2019 }), + new PivotSalesDataItem({ Country: `India`, Product: `Luxe`, UnitsSold: 804, ManufacturingPrice: 260, SalePrice: 7, GrossSales: 5628, Discounts: 405.65, Sales: 5222.35, COGS: 5795, Profit: 572.65, Date: `10/01/2018`, MonthName: `October`, Year: 2018 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Kensington`, UnitsSold: 4240, ManufacturingPrice: 3, SalePrice: 12, GrossSales: 50880, Discounts: 1119, Sales: 49761, COGS: 5595, Profit: 44166, Date: `02/01/2019`, MonthName: `February`, Year: 2019 }), + new PivotSalesDataItem({ Country: `India`, Product: `Kensington`, UnitsSold: 1976, ManufacturingPrice: 3, SalePrice: 12, GrossSales: 23712, Discounts: 669.6, Sales: 23042.4, COGS: 3348, Profit: 19694.4, Date: `02/01/2019`, MonthName: `February`, Year: 2019 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Kensington`, UnitsSold: 1984, ManufacturingPrice: 3, SalePrice: 20, GrossSales: 39680, Discounts: 1563, Sales: 38117, COGS: 15630, Profit: 22487, Date: `05/01/2019`, MonthName: `May`, Year: 2019 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Kensington`, UnitsSold: 480, ManufacturingPrice: 3, SalePrice: 300, GrossSales: 144000, Discounts: 14865, Sales: 129135, COGS: 247750, Profit: 118615, Date: `06/01/2019`, MonthName: `June`, Year: 2019 }), + new PivotSalesDataItem({ Country: `India`, Product: `Kensington`, UnitsSold: 3551, ManufacturingPrice: 3, SalePrice: 7, GrossSales: 24857, Discounts: 355.6, Sales: 24501.4, COGS: 5080, Profit: 19421.4, Date: `11/01/2018`, MonthName: `November`, Year: 2018 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Kensington`, UnitsSold: 1205, ManufacturingPrice: 3, SalePrice: 15, GrossSales: 18075, Discounts: 2093.25, Sales: 15981.75, COGS: 27910, Profit: 11928.25, Date: `11/01/2019`, MonthName: `November`, Year: 2019 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Kensington`, UnitsSold: 2480, ManufacturingPrice: 3, SalePrice: 7, GrossSales: 17360, Discounts: 199.5, Sales: 17160.5, COGS: 2850, Profit: 14310.5, Date: `12/01/2019`, MonthName: `December`, Year: 2019 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Kensington`, UnitsSold: 2926, ManufacturingPrice: 3, SalePrice: 7, GrossSales: 20482, Discounts: 870.45, Sales: 19611.55, COGS: 12435, Profit: 7176.55, Date: `12/01/2019`, MonthName: `December`, Year: 2019 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Royal Oak`, UnitsSold: 3210, ManufacturingPrice: 5, SalePrice: 350, GrossSales: 1123500, Discounts: 24228.75, Sales: 1099271.25, COGS: 359970, Profit: 739301.25, Date: `01/01/2019`, MonthName: `January`, Year: 2019 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Royal Oak`, UnitsSold: 3221, ManufacturingPrice: 5, SalePrice: 125, GrossSales: 402625, Discounts: 22668.75, Sales: 379956.25, COGS: 435240, Profit: 55283.75, Date: `07/01/2019`, MonthName: `July`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Royal Oak`, UnitsSold: 2389, ManufacturingPrice: 5, SalePrice: 350, GrossSales: 836150, Discounts: 12600, Sales: 823550, COGS: 187200, Profit: 636350, Date: `09/01/2018`, MonthName: `September`, Year: 2018 }), + new PivotSalesDataItem({ Country: `India`, Product: `Royal Oak`, UnitsSold: 1127, ManufacturingPrice: 5, SalePrice: 12, GrossSales: 13524, Discounts: 1405.2, Sales: 12118.8, COGS: 7026, Profit: 5092.8, Date: `11/01/2019`, MonthName: `November`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Royal Oak`, UnitsSold: 319, ManufacturingPrice: 5, SalePrice: 300, GrossSales: 95700, Discounts: 16500, Sales: 79200, COGS: 275000, Profit: 195800, Date: `12/01/2018`, MonthName: `December`, Year: 2018 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Vermont`, UnitsSold: 1610, ManufacturingPrice: 10, SalePrice: 20, GrossSales: 32200, Discounts: 1303, Sales: 30897, COGS: 13030, Profit: 17867, Date: `02/01/2019`, MonthName: `February`, Year: 2019 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Vermont`, UnitsSold: 4100, ManufacturingPrice: 10, SalePrice: 125, GrossSales: 512500, Discounts: 18700, Sales: 493800, COGS: 359040, Profit: 134760, Date: `03/01/2019`, MonthName: `March`, Year: 2019 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Vermont`, UnitsSold: 1012, ManufacturingPrice: 10, SalePrice: 125, GrossSales: 126500, Discounts: 14906.25, Sales: 111593.75, COGS: 286200, Profit: 174606.25, Date: `03/01/2019`, MonthName: `March`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Vermont`, UnitsSold: 3337, ManufacturingPrice: 10, SalePrice: 300, GrossSales: 1001100, Discounts: 24105, Sales: 976995, COGS: 401750, Profit: 575245, Date: `04/01/2019`, MonthName: `April`, Year: 2019 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Vermont`, UnitsSold: 3955, ManufacturingPrice: 10, SalePrice: 7, GrossSales: 27685, Discounts: 814.45, Sales: 26870.55, COGS: 11635, Profit: 15235.55, Date: `05/01/2019`, MonthName: `May`, Year: 2019 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Vermont`, UnitsSold: 4347, ManufacturingPrice: 10, SalePrice: 300, GrossSales: 1304100, Discounts: 14865, Sales: 1289235, COGS: 247750, Profit: 1041485, Date: `06/01/2019`, MonthName: `June`, Year: 2019 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Vermont`, UnitsSold: 1548, ManufacturingPrice: 10, SalePrice: 350, GrossSales: 541800, Discounts: 10535, Sales: 531265, COGS: 156520, Profit: 374745, Date: `06/01/2019`, MonthName: `June`, Year: 2019 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Vermont`, UnitsSold: 2153, ManufacturingPrice: 10, SalePrice: 15, GrossSales: 32295, Discounts: 1965, Sales: 30330, COGS: 26200, Profit: 4130, Date: `09/01/2019`, MonthName: `September`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Vermont`, UnitsSold: 3789, ManufacturingPrice: 10, SalePrice: 350, GrossSales: 1326150, Discounts: 21490, Sales: 1304660, COGS: 319280, Profit: 985380, Date: `10/01/2018`, MonthName: `October`, Year: 2018 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Vermont`, UnitsSold: 4364, ManufacturingPrice: 10, SalePrice: 20, GrossSales: 87280, Discounts: 1389, Sales: 85891, COGS: 13890, Profit: 72001, Date: `10/01/2018`, MonthName: `October`, Year: 2018 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Vermont`, UnitsSold: 4126, ManufacturingPrice: 10, SalePrice: 125, GrossSales: 515750, Discounts: 5381.25, Sales: 510368.75, COGS: 103320, Profit: 407048.75, Date: `10/01/2019`, MonthName: `October`, Year: 2019 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Vermont`, UnitsSold: 1343, ManufacturingPrice: 10, SalePrice: 125, GrossSales: 167875, Discounts: 4400, Sales: 163475, COGS: 84480, Profit: 78995, Date: `10/01/2018`, MonthName: `October`, Year: 2018 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Vermont`, UnitsSold: 245, ManufacturingPrice: 10, SalePrice: 20, GrossSales: 4900, Discounts: 1802, Sales: 3098, COGS: 18020, Profit: 14922, Date: `12/01/2018`, MonthName: `December`, Year: 2018 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Vermont`, UnitsSold: 3376, ManufacturingPrice: 10, SalePrice: 20, GrossSales: 67520, Discounts: 2663, Sales: 64857, COGS: 26630, Profit: 38227, Date: `12/01/2019`, MonthName: `December`, Year: 2019 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Vermont`, UnitsSold: 1401, ManufacturingPrice: 10, SalePrice: 7, GrossSales: 9807, Discounts: 747.6, Sales: 9059.4, COGS: 10680, Profit: 1620.6, Date: `12/01/2018`, MonthName: `December`, Year: 2018 }), + new PivotSalesDataItem({ Country: `India`, Product: `Vermont`, UnitsSold: 3483, ManufacturingPrice: 10, SalePrice: 15, GrossSales: 52245, Discounts: 1587, Sales: 50658, COGS: 21160, Profit: 29498, Date: `12/01/2018`, MonthName: `December`, Year: 2018 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Burlington`, UnitsSold: 2244, ManufacturingPrice: 120, SalePrice: 15, GrossSales: 33660, Discounts: 416.25, Sales: 33243.75, COGS: 5550, Profit: 27693.75, Date: `01/01/2019`, MonthName: `January`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Burlington`, UnitsSold: 1360, ManufacturingPrice: 120, SalePrice: 15, GrossSales: 20400, Discounts: 2145.75, Sales: 18254.25, COGS: 28610, Profit: 10355.75, Date: `01/01/2019`, MonthName: `January`, Year: 2019 }), + new PivotSalesDataItem({ Country: `India`, Product: `Burlington`, UnitsSold: 279, ManufacturingPrice: 120, SalePrice: 125, GrossSales: 34875, Discounts: 5043.75, Sales: 29831.25, COGS: 96840, Profit: 67008.75, Date: `02/01/2019`, MonthName: `February`, Year: 2019 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Burlington`, UnitsSold: 2521, ManufacturingPrice: 120, SalePrice: 350, GrossSales: 882350, Discounts: 10535, Sales: 871815, COGS: 156520, Profit: 715295, Date: `06/01/2019`, MonthName: `June`, Year: 2019 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Burlington`, UnitsSold: 2433, ManufacturingPrice: 120, SalePrice: 20, GrossSales: 48660, Discounts: 2832, Sales: 45828, COGS: 28320, Profit: 17508, Date: `08/01/2019`, MonthName: `August`, Year: 2019 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Burlington`, UnitsSold: 1738, ManufacturingPrice: 120, SalePrice: 20, GrossSales: 34760, Discounts: 1579, Sales: 33181, COGS: 15790, Profit: 17391, Date: `08/01/2019`, MonthName: `August`, Year: 2019 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Burlington`, UnitsSold: 1106, ManufacturingPrice: 120, SalePrice: 125, GrossSales: 138250, Discounts: 5381.25, Sales: 132868.75, COGS: 103320, Profit: 29548.75, Date: `10/01/2019`, MonthName: `October`, Year: 2019 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Burlington`, UnitsSold: 3379, ManufacturingPrice: 120, SalePrice: 125, GrossSales: 422375, Discounts: 4400, Sales: 417975, COGS: 84480, Profit: 333495, Date: `10/01/2018`, MonthName: `October`, Year: 2018 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Burlington`, UnitsSold: 1221, ManufacturingPrice: 120, SalePrice: 20, GrossSales: 24420, Discounts: 1033, Sales: 23387, COGS: 10330, Profit: 13057, Date: `12/01/2018`, MonthName: `December`, Year: 2018 }), + new PivotSalesDataItem({ Country: `India`, Product: `Burlington`, UnitsSold: 213, ManufacturingPrice: 120, SalePrice: 300, GrossSales: 63900, Discounts: 18750, Sales: 45150, COGS: 312500, Profit: 267350, Date: `12/01/2019`, MonthName: `December`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Mandarin`, UnitsSold: 3335, ManufacturingPrice: 250, SalePrice: 20, GrossSales: 66700, Discounts: 1389, Sales: 65311, COGS: 13890, Profit: 51421, Date: `10/01/2018`, MonthName: `October`, Year: 2018 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Mandarin`, UnitsSold: 1260, ManufacturingPrice: 250, SalePrice: 20, GrossSales: 25200, Discounts: 1265, Sales: 23935, COGS: 12650, Profit: 11285, Date: `11/01/2018`, MonthName: `November`, Year: 2018 }), + new PivotSalesDataItem({ Country: `India`, Product: `Mandarin`, UnitsSold: 3034, ManufacturingPrice: 250, SalePrice: 20, GrossSales: 60680, Discounts: 2297, Sales: 58383, COGS: 22970, Profit: 35413, Date: `11/01/2018`, MonthName: `November`, Year: 2018 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Mandarin`, UnitsSold: 2929, ManufacturingPrice: 250, SalePrice: 20, GrossSales: 58580, Discounts: 2663, Sales: 55917, COGS: 26630, Profit: 29287, Date: `12/01/2019`, MonthName: `December`, Year: 2019 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Mandarin`, UnitsSold: 2389, ManufacturingPrice: 250, SalePrice: 7, GrossSales: 16723, Discounts: 199.5, Sales: 16523.5, COGS: 2850, Profit: 13673.5, Date: `12/01/2019`, MonthName: `December`, Year: 2019 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Mandarin`, UnitsSold: 3086, ManufacturingPrice: 250, SalePrice: 7, GrossSales: 21602, Discounts: 870.45, Sales: 20731.55, COGS: 12435, Profit: 8296.55, Date: `12/01/2019`, MonthName: `December`, Year: 2019 }), + new PivotSalesDataItem({ Country: `India`, Product: `Luxe`, UnitsSold: 745, ManufacturingPrice: 260, SalePrice: 350, GrossSales: 260750, Discounts: 23625, Sales: 237125, COGS: 351000, Profit: 113875, Date: `02/01/2019`, MonthName: `February`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Luxe`, UnitsSold: 1266, ManufacturingPrice: 260, SalePrice: 350, GrossSales: 443100, Discounts: 9660, Sales: 433440, COGS: 143520, Profit: 289920, Date: `08/01/2019`, MonthName: `August`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Luxe`, UnitsSold: 3790, ManufacturingPrice: 260, SalePrice: 350, GrossSales: 1326500, Discounts: 21490, Sales: 1305010, COGS: 319280, Profit: 985730, Date: `10/01/2018`, MonthName: `October`, Year: 2018 }), + new PivotSalesDataItem({ Country: `India`, Product: `Luxe`, UnitsSold: 4287, ManufacturingPrice: 260, SalePrice: 300, GrossSales: 1286100, Discounts: 18750, Sales: 1267350, COGS: 312500, Profit: 954850, Date: `12/01/2019`, MonthName: `December`, Year: 2019 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Vermont`, UnitsSold: 3193, ManufacturingPrice: 10, SalePrice: 15, GrossSales: 47895, Discounts: 3420.9, Sales: 44474.1, COGS: 38010, Profit: 6464.1, Date: `04/01/2019`, MonthName: `April`, Year: 2019 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Kensington`, UnitsSold: 1967, ManufacturingPrice: 3, SalePrice: 20, GrossSales: 39340, Discounts: 1341, Sales: 37999, COGS: 11175, Profit: 26824, Date: `01/01/2019`, MonthName: `January`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Kensington`, UnitsSold: 631, ManufacturingPrice: 3, SalePrice: 15, GrossSales: 9465, Discounts: 2559.6, Sales: 6905.4, COGS: 28440, Profit: 21534.6, Date: `06/01/2019`, MonthName: `June`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Kensington`, UnitsSold: 3469, ManufacturingPrice: 3, SalePrice: 12, GrossSales: 41628, Discounts: 404.64, Sales: 41223.36, COGS: 1686, Profit: 39537.36, Date: `09/01/2019`, MonthName: `September`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Kensington`, UnitsSold: 570, ManufacturingPrice: 3, SalePrice: 12, GrossSales: 6840, Discounts: 1655.28, Sales: 5184.72, COGS: 6897, Profit: 1712.28, Date: `10/01/2018`, MonthName: `October`, Year: 2018 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Kensington`, UnitsSold: 3215, ManufacturingPrice: 3, SalePrice: 15, GrossSales: 48225, Discounts: 1827, Sales: 46398, COGS: 20300, Profit: 26098, Date: `11/01/2019`, MonthName: `November`, Year: 2019 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Kensington`, UnitsSold: 3754, ManufacturingPrice: 3, SalePrice: 7, GrossSales: 26278, Discounts: 110.46, Sales: 26167.54, COGS: 1315, Profit: 24852.54, Date: `11/01/2018`, MonthName: `November`, Year: 2018 }), + new PivotSalesDataItem({ Country: `India`, Product: `Kensington`, UnitsSold: 2187, ManufacturingPrice: 3, SalePrice: 125, GrossSales: 273375, Discounts: 6652.5, Sales: 266722.5, COGS: 106440, Profit: 160282.5, Date: `12/01/2018`, MonthName: `December`, Year: 2018 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Royal Oak`, UnitsSold: 1959, ManufacturingPrice: 5, SalePrice: 350, GrossSales: 685650, Discounts: 20580, Sales: 665070, COGS: 254800, Profit: 410270, Date: `04/01/2019`, MonthName: `April`, Year: 2019 }), + new PivotSalesDataItem({ Country: `India`, Product: `Royal Oak`, UnitsSold: 2181, ManufacturingPrice: 5, SalePrice: 350, GrossSales: 763350, Discounts: 30660, Sales: 732690, COGS: 379600, Profit: 353090, Date: `05/01/2019`, MonthName: `May`, Year: 2019 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Royal Oak`, UnitsSold: 3559, ManufacturingPrice: 5, SalePrice: 7, GrossSales: 24913, Discounts: 589.26, Sales: 24323.74, COGS: 7015, Profit: 17308.74, Date: `10/01/2018`, MonthName: `October`, Year: 2018 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Royal Oak`, UnitsSold: 2205, ManufacturingPrice: 5, SalePrice: 12, GrossSales: 26460, Discounts: 1960.56, Sales: 24499.44, COGS: 8169, Profit: 16330.44, Date: `11/01/2019`, MonthName: `November`, Year: 2019 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Vermont`, UnitsSold: 1890, ManufacturingPrice: 10, SalePrice: 350, GrossSales: 661500, Discounts: 31416, Sales: 630084, COGS: 388960, Profit: 241124, Date: `06/01/2019`, MonthName: `June`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Vermont`, UnitsSold: 1296, ManufacturingPrice: 10, SalePrice: 12, GrossSales: 15552, Discounts: 1655.28, Sales: 13896.72, COGS: 6897, Profit: 6999.72, Date: `10/01/2018`, MonthName: `October`, Year: 2018 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Vermont`, UnitsSold: 775, ManufacturingPrice: 10, SalePrice: 350, GrossSales: 271250, Discounts: 15267, Sales: 255983, COGS: 189020, Profit: 66963, Date: `10/01/2018`, MonthName: `October`, Year: 2018 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Burlington`, UnitsSold: 2417, ManufacturingPrice: 120, SalePrice: 125, GrossSales: 302125, Discounts: 7140, Sales: 294985, COGS: 114240, Profit: 180745, Date: `02/01/2019`, MonthName: `February`, Year: 2019 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Burlington`, UnitsSold: 1158, ManufacturingPrice: 120, SalePrice: 125, GrossSales: 144750, Discounts: 20662.5, Sales: 124087.5, COGS: 330600, Profit: 206512.5, Date: `02/01/2019`, MonthName: `February`, Year: 2019 }), + new PivotSalesDataItem({ Country: `India`, Product: `Burlington`, UnitsSold: 803, ManufacturingPrice: 120, SalePrice: 15, GrossSales: 12045, Discounts: 1377, Sales: 10668, COGS: 15300, Profit: 4632, Date: `05/01/2019`, MonthName: `May`, Year: 2019 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Burlington`, UnitsSold: 3705, ManufacturingPrice: 120, SalePrice: 350, GrossSales: 1296750, Discounts: 31416, Sales: 1265334, COGS: 388960, Profit: 876374, Date: `06/01/2019`, MonthName: `June`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Burlington`, UnitsSold: 589, ManufacturingPrice: 120, SalePrice: 7, GrossSales: 4123, Discounts: 629.16, Sales: 3493.84, COGS: 7490, Profit: 3996.16, Date: `06/01/2019`, MonthName: `June`, Year: 2019 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Burlington`, UnitsSold: 3797, ManufacturingPrice: 120, SalePrice: 300, GrossSales: 1139100, Discounts: 21978, Sales: 1117122, COGS: 305250, Profit: 811872, Date: `10/01/2018`, MonthName: `October`, Year: 2018 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Burlington`, UnitsSold: 1321, ManufacturingPrice: 120, SalePrice: 350, GrossSales: 462350, Discounts: 43596, Sales: 418754, COGS: 539760, Profit: 121006, Date: `10/01/2018`, MonthName: `October`, Year: 2018 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Mandarin`, UnitsSold: 3999, ManufacturingPrice: 250, SalePrice: 15, GrossSales: 59985, Discounts: 2559.6, Sales: 57425.4, COGS: 28440, Profit: 28985.4, Date: `06/01/2019`, MonthName: `June`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Mandarin`, UnitsSold: 4256, ManufacturingPrice: 250, SalePrice: 7, GrossSales: 29792, Discounts: 629.16, Sales: 29162.84, COGS: 7490, Profit: 21672.84, Date: `06/01/2019`, MonthName: `June`, Year: 2019 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Mandarin`, UnitsSold: 1643, ManufacturingPrice: 250, SalePrice: 300, GrossSales: 492900, Discounts: 21978, Sales: 470922, COGS: 305250, Profit: 165672, Date: `10/01/2018`, MonthName: `October`, Year: 2018 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Mandarin`, UnitsSold: 1912, ManufacturingPrice: 250, SalePrice: 20, GrossSales: 38240, Discounts: 1347.6, Sales: 36892.4, COGS: 11230, Profit: 25662.4, Date: `11/01/2018`, MonthName: `November`, Year: 2018 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Mandarin`, UnitsSold: 1610, ManufacturingPrice: 250, SalePrice: 300, GrossSales: 483000, Discounts: 43848, Sales: 439152, COGS: 609000, Profit: 169848, Date: `12/01/2018`, MonthName: `December`, Year: 2018 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Luxe`, UnitsSold: 2160, ManufacturingPrice: 260, SalePrice: 125, GrossSales: 270000, Discounts: 14906.25, Sales: 255093.75, COGS: 238500, Profit: 16593.75, Date: `01/01/2019`, MonthName: `January`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Luxe`, UnitsSold: 466, ManufacturingPrice: 260, SalePrice: 350, GrossSales: 163100, Discounts: 35259, Sales: 127841, COGS: 436540, Profit: 308699, Date: `09/01/2019`, MonthName: `September`, Year: 2019 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Luxe`, UnitsSold: 328, ManufacturingPrice: 260, SalePrice: 350, GrossSales: 114800, Discounts: 15267, Sales: 99533, COGS: 189020, Profit: 89487, Date: `10/01/2018`, MonthName: `October`, Year: 2018 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Luxe`, UnitsSold: 4099, ManufacturingPrice: 260, SalePrice: 7, GrossSales: 28693, Discounts: 589.26, Sales: 28103.74, COGS: 7015, Profit: 21088.74, Date: `10/01/2018`, MonthName: `October`, Year: 2018 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Luxe`, UnitsSold: 990, ManufacturingPrice: 260, SalePrice: 350, GrossSales: 346500, Discounts: 43596, Sales: 302904, COGS: 539760, Profit: 236856, Date: `10/01/2018`, MonthName: `October`, Year: 2018 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Royal Oak`, UnitsSold: 1433, ManufacturingPrice: 5, SalePrice: 20, GrossSales: 28660, Discounts: 2108.4, Sales: 26551.6, COGS: 17570, Profit: 8981.6, Date: `10/01/2018`, MonthName: `October`, Year: 2018 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Vermont`, UnitsSold: 1478, ManufacturingPrice: 10, SalePrice: 15, GrossSales: 22170, Discounts: 1978.2, Sales: 20191.8, COGS: 21980, Profit: 1788.2, Date: `08/01/2019`, MonthName: `August`, Year: 2019 }), + new PivotSalesDataItem({ Country: `India`, Product: `Vermont`, UnitsSold: 3798, ManufacturingPrice: 10, SalePrice: 15, GrossSales: 56970, Discounts: 1568.7, Sales: 55401.3, COGS: 17430, Profit: 37971.3, Date: `08/01/2019`, MonthName: `August`, Year: 2019 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Vermont`, UnitsSold: 447, ManufacturingPrice: 10, SalePrice: 15, GrossSales: 6705, Discounts: 1037.7, Sales: 5667.3, COGS: 11530, Profit: 5862.7, Date: `10/01/2019`, MonthName: `October`, Year: 2019 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Vermont`, UnitsSold: 1711, ManufacturingPrice: 10, SalePrice: 20, GrossSales: 34220, Discounts: 2108.4, Sales: 32111.6, COGS: 17570, Profit: 14541.6, Date: `10/01/2018`, MonthName: `October`, Year: 2018 }), + new PivotSalesDataItem({ Country: `India`, Product: `Burlington`, UnitsSold: 745, ManufacturingPrice: 120, SalePrice: 20, GrossSales: 14900, Discounts: 1201.2, Sales: 13698.8, COGS: 10010, Profit: 3688.8, Date: `08/01/2019`, MonthName: `August`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Burlington`, UnitsSold: 1732, ManufacturingPrice: 120, SalePrice: 7, GrossSales: 12124, Discounts: 559.86, Sales: 11564.14, COGS: 6665, Profit: 4899.14, Date: `11/01/2019`, MonthName: `November`, Year: 2019 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Mandarin`, UnitsSold: 1759, ManufacturingPrice: 250, SalePrice: 15, GrossSales: 26385, Discounts: 1037.7, Sales: 25347.3, COGS: 11530, Profit: 13817.3, Date: `10/01/2019`, MonthName: `October`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Kensington`, UnitsSold: 338, ManufacturingPrice: 3, SalePrice: 12, GrossSales: 4056, Discounts: 610.68, Sales: 3445.32, COGS: 2181, Profit: 1264.32, Date: `02/01/2019`, MonthName: `February`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Kensington`, UnitsSold: 3911, ManufacturingPrice: 3, SalePrice: 12, GrossSales: 46932, Discounts: 1582.56, Sales: 45349.44, COGS: 5652, Profit: 39697.44, Date: `08/01/2019`, MonthName: `August`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Kensington`, UnitsSold: 3691, ManufacturingPrice: 3, SalePrice: 20, GrossSales: 73820, Discounts: 2567.6, Sales: 71252.4, COGS: 18340, Profit: 52912.4, Date: `09/01/2018`, MonthName: `September`, Year: 2018 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Royal Oak`, UnitsSold: 4473, ManufacturingPrice: 5, SalePrice: 12, GrossSales: 53676, Discounts: 1965.6, Sales: 51710.4, COGS: 7020, Profit: 44690.4, Date: `01/01/2019`, MonthName: `January`, Year: 2019 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Royal Oak`, UnitsSold: 383, ManufacturingPrice: 5, SalePrice: 12, GrossSales: 4596, Discounts: 1967.28, Sales: 2628.72, COGS: 7026, Profit: 4397.28, Date: `11/01/2019`, MonthName: `November`, Year: 2019 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Vermont`, UnitsSold: 3105, ManufacturingPrice: 10, SalePrice: 7, GrossSales: 21735, Discounts: 505.19, Sales: 21229.81, COGS: 5155, Profit: 16074.81, Date: `09/01/2018`, MonthName: `September`, Year: 2018 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Burlington`, UnitsSold: 1062, ManufacturingPrice: 120, SalePrice: 15, GrossSales: 15930, Discounts: 1325.1, Sales: 14604.9, COGS: 12620, Profit: 1984.9, Date: `05/01/2019`, MonthName: `May`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Burlington`, UnitsSold: 4083, ManufacturingPrice: 120, SalePrice: 7, GrossSales: 28581, Discounts: 556.15, Sales: 28024.85, COGS: 5675, Profit: 22349.85, Date: `06/01/2019`, MonthName: `June`, Year: 2019 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Burlington`, UnitsSold: 3974, ManufacturingPrice: 120, SalePrice: 7, GrossSales: 27818, Discounts: 268.03, Sales: 27549.97, COGS: 2735, Profit: 24814.97, Date: `11/01/2019`, MonthName: `November`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Burlington`, UnitsSold: 3723, ManufacturingPrice: 120, SalePrice: 7, GrossSales: 26061, Discounts: 775.18, Sales: 25285.82, COGS: 7910, Profit: 17375.82, Date: `12/01/2019`, MonthName: `December`, Year: 2019 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Mandarin`, UnitsSold: 2435, ManufacturingPrice: 250, SalePrice: 12, GrossSales: 29220, Discounts: 1460.34, Sales: 27759.66, COGS: 5215.5, Profit: 22544.16, Date: `04/01/2019`, MonthName: `April`, Year: 2019 }), + new PivotSalesDataItem({ Country: `India`, Product: `Mandarin`, UnitsSold: 1678, ManufacturingPrice: 250, SalePrice: 12, GrossSales: 20136, Discounts: 1860.6, Sales: 18275.4, COGS: 6645, Profit: 11630.4, Date: `09/01/2018`, MonthName: `September`, Year: 2018 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Mandarin`, UnitsSold: 1763, ManufacturingPrice: 250, SalePrice: 7, GrossSales: 12341, Discounts: 775.18, Sales: 11565.82, COGS: 7910, Profit: 3655.82, Date: `12/01/2019`, MonthName: `December`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Luxe`, UnitsSold: 4473, ManufacturingPrice: 260, SalePrice: 7, GrossSales: 31311, Discounts: 556.15, Sales: 30754.85, COGS: 5675, Profit: 25079.85, Date: `06/01/2019`, MonthName: `June`, Year: 2019 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Kensington`, UnitsSold: 1246, ManufacturingPrice: 3, SalePrice: 350, GrossSales: 436100, Discounts: 43144.5, Sales: 392955.5, COGS: 457860, Profit: 64904.5, Date: `03/01/2019`, MonthName: `March`, Year: 2019 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Kensington`, UnitsSold: 1615, ManufacturingPrice: 3, SalePrice: 300, GrossSales: 484500, Discounts: 9408, Sales: 475092, COGS: 112000, Profit: 363092, Date: `06/01/2019`, MonthName: `June`, Year: 2019 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Kensington`, UnitsSold: 749, ManufacturingPrice: 3, SalePrice: 300, GrossSales: 224700, Discounts: 45801, Sales: 178899, COGS: 545250, Profit: 366351, Date: `10/01/2019`, MonthName: `October`, Year: 2019 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Royal Oak`, UnitsSold: 1318, ManufacturingPrice: 5, SalePrice: 20, GrossSales: 26360, Discounts: 2766.4, Sales: 23593.6, COGS: 19760, Profit: 3833.6, Date: `10/01/2019`, MonthName: `October`, Year: 2019 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Royal Oak`, UnitsSold: 2882, ManufacturingPrice: 5, SalePrice: 300, GrossSales: 864600, Discounts: 45801, Sales: 818799, COGS: 545250, Profit: 273549, Date: `10/01/2019`, MonthName: `October`, Year: 2019 }), + new PivotSalesDataItem({ Country: `India`, Product: `Royal Oak`, UnitsSold: 3039, ManufacturingPrice: 5, SalePrice: 125, GrossSales: 379875, Discounts: 21875, Sales: 358000, COGS: 300000, Profit: 58000, Date: `11/01/2018`, MonthName: `November`, Year: 2018 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Vermont`, UnitsSold: 2484, ManufacturingPrice: 10, SalePrice: 300, GrossSales: 745200, Discounts: 35742, Sales: 709458, COGS: 425500, Profit: 283958, Date: `05/01/2019`, MonthName: `May`, Year: 2019 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Vermont`, UnitsSold: 3169, ManufacturingPrice: 10, SalePrice: 300, GrossSales: 950700, Discounts: 9408, Sales: 941292, COGS: 112000, Profit: 829292, Date: `06/01/2019`, MonthName: `June`, Year: 2019 }), + new PivotSalesDataItem({ Country: `India`, Product: `Vermont`, UnitsSold: 4080, ManufacturingPrice: 10, SalePrice: 125, GrossSales: 510000, Discounts: 30738.75, Sales: 479261.25, COGS: 421560, Profit: 57701.25, Date: `07/01/2019`, MonthName: `July`, Year: 2019 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Vermont`, UnitsSold: 3943, ManufacturingPrice: 10, SalePrice: 15, GrossSales: 59145, Discounts: 2206.05, Sales: 56938.95, COGS: 21010, Profit: 35928.95, Date: `08/01/2019`, MonthName: `August`, Year: 2019 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Vermont`, UnitsSold: 784, ManufacturingPrice: 10, SalePrice: 15, GrossSales: 11760, Discounts: 3077.55, Sales: 8682.45, COGS: 29310, Profit: 20627.55, Date: `09/01/2018`, MonthName: `September`, Year: 2018 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Vermont`, UnitsSold: 253, ManufacturingPrice: 10, SalePrice: 20, GrossSales: 5060, Discounts: 2149, Sales: 2911, COGS: 15350, Profit: 12439, Date: `09/01/2019`, MonthName: `September`, Year: 2019 }), + new PivotSalesDataItem({ Country: `India`, Product: `Vermont`, UnitsSold: 1316, ManufacturingPrice: 10, SalePrice: 300, GrossSales: 394800, Discounts: 23583, Sales: 371217, COGS: 280750, Profit: 90467, Date: `09/01/2018`, MonthName: `September`, Year: 2018 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Vermont`, UnitsSold: 808, ManufacturingPrice: 10, SalePrice: 300, GrossSales: 242400, Discounts: 29484, Sales: 212916, COGS: 351000, Profit: 138084, Date: `11/01/2018`, MonthName: `November`, Year: 2018 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Vermont`, UnitsSold: 3295, ManufacturingPrice: 10, SalePrice: 12, GrossSales: 39540, Discounts: 2320.92, Sales: 37219.08, COGS: 8289, Profit: 28930.08, Date: `11/01/2018`, MonthName: `November`, Year: 2018 }), + new PivotSalesDataItem({ Country: `India`, Product: `Vermont`, UnitsSold: 520, ManufacturingPrice: 10, SalePrice: 7, GrossSales: 3640, Discounts: 1041.25, Sales: 2598.75, COGS: 10625, Profit: 8026.25, Date: `12/01/2018`, MonthName: `December`, Year: 2018 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Burlington`, UnitsSold: 799, ManufacturingPrice: 120, SalePrice: 300, GrossSales: 239700, Discounts: 34839, Sales: 204861, COGS: 414750, Profit: 209889, Date: `07/01/2019`, MonthName: `July`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Burlington`, UnitsSold: 3942, ManufacturingPrice: 120, SalePrice: 20, GrossSales: 78840, Discounts: 852.6, Sales: 77987.4, COGS: 6090, Profit: 71897.4, Date: `08/01/2019`, MonthName: `August`, Year: 2019 }), + new PivotSalesDataItem({ Country: `India`, Product: `Burlington`, UnitsSold: 2498, ManufacturingPrice: 120, SalePrice: 125, GrossSales: 312250, Discounts: 18261.25, Sales: 293988.75, COGS: 250440, Profit: 43548.75, Date: `09/01/2019`, MonthName: `September`, Year: 2019 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Burlington`, UnitsSold: 2517, ManufacturingPrice: 120, SalePrice: 20, GrossSales: 50340, Discounts: 2766.4, Sales: 47573.6, COGS: 19760, Profit: 27813.6, Date: `10/01/2019`, MonthName: `October`, Year: 2019 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Burlington`, UnitsSold: 3182, ManufacturingPrice: 120, SalePrice: 20, GrossSales: 63640, Discounts: 1989.4, Sales: 61650.6, COGS: 14210, Profit: 47440.6, Date: `12/01/2018`, MonthName: `December`, Year: 2018 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Burlington`, UnitsSold: 1145, ManufacturingPrice: 120, SalePrice: 300, GrossSales: 343500, Discounts: 28812, Sales: 314688, COGS: 343000, Profit: 28312, Date: `12/01/2019`, MonthName: `December`, Year: 2019 }), + new PivotSalesDataItem({ Country: `India`, Product: `Burlington`, UnitsSold: 895, ManufacturingPrice: 120, SalePrice: 20, GrossSales: 17900, Discounts: 823.2, Sales: 17076.8, COGS: 5880, Profit: 11196.8, Date: `12/01/2018`, MonthName: `December`, Year: 2018 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Mandarin`, UnitsSold: 3814, ManufacturingPrice: 250, SalePrice: 12, GrossSales: 45768, Discounts: 2725.38, Sales: 43042.62, COGS: 9733.5, Profit: 33309.12, Date: `01/01/2019`, MonthName: `January`, Year: 2019 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Mandarin`, UnitsSold: 1188, ManufacturingPrice: 250, SalePrice: 300, GrossSales: 356400, Discounts: 20139, Sales: 336261, COGS: 239750, Profit: 96511, Date: `02/01/2019`, MonthName: `February`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Mandarin`, UnitsSold: 2233, ManufacturingPrice: 250, SalePrice: 300, GrossSales: 669900, Discounts: 57687, Sales: 612213, COGS: 686750, Profit: 74537, Date: `02/01/2019`, MonthName: `February`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Luxe`, UnitsSold: 421, ManufacturingPrice: 260, SalePrice: 125, GrossSales: 52625, Discounts: 14393.75, Sales: 38231.25, COGS: 197400, Profit: 159168.75, Date: `05/01/2019`, MonthName: `May`, Year: 2019 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Luxe`, UnitsSold: 269, ManufacturingPrice: 260, SalePrice: 350, GrossSales: 94150, Discounts: 70462, Sales: 23688, COGS: 747760, Profit: 724072, Date: `09/01/2019`, MonthName: `September`, Year: 2019 }), + new PivotSalesDataItem({ Country: `India`, Product: `Luxe`, UnitsSold: 3766, ManufacturingPrice: 260, SalePrice: 125, GrossSales: 470750, Discounts: 8697.5, Sales: 462052.5, COGS: 119280, Profit: 342772.5, Date: `09/01/2018`, MonthName: `September`, Year: 2018 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Luxe`, UnitsSold: 952, ManufacturingPrice: 260, SalePrice: 20, GrossSales: 19040, Discounts: 1565.2, Sales: 17474.8, COGS: 11180, Profit: 6294.8, Date: `11/01/2019`, MonthName: `November`, Year: 2019 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Luxe`, UnitsSold: 2964, ManufacturingPrice: 260, SalePrice: 300, GrossSales: 889200, Discounts: 28812, Sales: 860388, COGS: 343000, Profit: 517388, Date: `12/01/2019`, MonthName: `December`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Royal Oak`, UnitsSold: 1505, ManufacturingPrice: 5, SalePrice: 7, GrossSales: 10535, Discounts: 273.28, Sales: 10261.72, COGS: 2440, Profit: 7821.72, Date: `02/01/2019`, MonthName: `February`, Year: 2019 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Royal Oak`, UnitsSold: 1678, ManufacturingPrice: 5, SalePrice: 20, GrossSales: 33560, Discounts: 2051.2, Sales: 31508.8, COGS: 12820, Profit: 18688.8, Date: `06/01/2019`, MonthName: `June`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Vermont`, UnitsSold: 4249, ManufacturingPrice: 10, SalePrice: 7, GrossSales: 29743, Discounts: 143.92, Sales: 29599.08, COGS: 1285, Profit: 28314.08, Date: `05/01/2019`, MonthName: `May`, Year: 2019 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Luxe`, UnitsSold: 1677, ManufacturingPrice: 260, SalePrice: 20, GrossSales: 33540, Discounts: 2051.2, Sales: 31488.8, COGS: 12820, Profit: 18668.8, Date: `06/01/2019`, MonthName: `June`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Kensington`, UnitsSold: 3051, ManufacturingPrice: 3, SalePrice: 125, GrossSales: 381375, Discounts: 15400, Sales: 365975, COGS: 184800, Profit: 181175, Date: `08/01/2019`, MonthName: `August`, Year: 2019 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Kensington`, UnitsSold: 3372, ManufacturingPrice: 3, SalePrice: 15, GrossSales: 50580, Discounts: 588, Sales: 49992, COGS: 4900, Profit: 45092, Date: `11/01/2019`, MonthName: `November`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Kensington`, UnitsSold: 1686, ManufacturingPrice: 3, SalePrice: 350, GrossSales: 590100, Discounts: 38136, Sales: 551964, COGS: 354120, Profit: 197844, Date: `12/01/2019`, MonthName: `December`, Year: 2019 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Royal Oak`, UnitsSold: 3086, ManufacturingPrice: 5, SalePrice: 15, GrossSales: 46290, Discounts: 3001.2, Sales: 43288.8, COGS: 25010, Profit: 18278.8, Date: `03/01/2019`, MonthName: `March`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Royal Oak`, UnitsSold: 4150, ManufacturingPrice: 5, SalePrice: 20, GrossSales: 83000, Discounts: 1132.8, Sales: 81867.2, COGS: 7080, Profit: 74787.2, Date: `06/01/2019`, MonthName: `June`, Year: 2019 }), + new PivotSalesDataItem({ Country: `India`, Product: `Royal Oak`, UnitsSold: 3027, ManufacturingPrice: 5, SalePrice: 20, GrossSales: 60540, Discounts: 1032, Sales: 59508, COGS: 6450, Profit: 53058, Date: `07/01/2019`, MonthName: `July`, Year: 2019 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Royal Oak`, UnitsSold: 4359, ManufacturingPrice: 5, SalePrice: 300, GrossSales: 1307700, Discounts: 37488, Sales: 1270212, COGS: 390500, Profit: 879712, Date: `08/01/2019`, MonthName: `August`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Royal Oak`, UnitsSold: 3628, ManufacturingPrice: 5, SalePrice: 300, GrossSales: 1088400, Discounts: 30792, Sales: 1057608, COGS: 320750, Profit: 736858, Date: `09/01/2018`, MonthName: `September`, Year: 2018 }), + new PivotSalesDataItem({ Country: `India`, Product: `Royal Oak`, UnitsSold: 1589, ManufacturingPrice: 5, SalePrice: 15, GrossSales: 23835, Discounts: 853.2, Sales: 22981.8, COGS: 7110, Profit: 15871.8, Date: `12/01/2019`, MonthName: `December`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Vermont`, UnitsSold: 2679, ManufacturingPrice: 10, SalePrice: 125, GrossSales: 334875, Discounts: 11140, Sales: 323735, COGS: 133680, Profit: 190055, Date: `03/01/2019`, MonthName: `March`, Year: 2019 }), + new PivotSalesDataItem({ Country: `India`, Product: `Vermont`, UnitsSold: 3401, ManufacturingPrice: 10, SalePrice: 7, GrossSales: 23807, Discounts: 705.04, Sales: 23101.96, COGS: 6295, Profit: 16806.96, Date: `04/01/2019`, MonthName: `April`, Year: 2019 }), + new PivotSalesDataItem({ Country: `India`, Product: `Vermont`, UnitsSold: 2815, ManufacturingPrice: 10, SalePrice: 7, GrossSales: 19705, Discounts: 613.2, Sales: 19091.8, COGS: 5475, Profit: 13616.8, Date: `05/01/2019`, MonthName: `May`, Year: 2019 }), + new PivotSalesDataItem({ Country: `India`, Product: `Vermont`, UnitsSold: 2964, ManufacturingPrice: 10, SalePrice: 20, GrossSales: 59280, Discounts: 2185.6, Sales: 57094.4, COGS: 13660, Profit: 43434.4, Date: `06/01/2019`, MonthName: `June`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Vermont`, UnitsSold: 4173, ManufacturingPrice: 10, SalePrice: 300, GrossSales: 1251900, Discounts: 59040, Sales: 1192860, COGS: 615000, Profit: 577860, Date: `06/01/2019`, MonthName: `June`, Year: 2019 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Vermont`, UnitsSold: 1157, ManufacturingPrice: 10, SalePrice: 7, GrossSales: 8099, Discounts: 379.68, Sales: 7719.32, COGS: 3390, Profit: 4329.32, Date: `08/01/2019`, MonthName: `August`, Year: 2019 }), + new PivotSalesDataItem({ Country: `India`, Product: `Vermont`, UnitsSold: 3065, ManufacturingPrice: 10, SalePrice: 7, GrossSales: 21455, Discounts: 894.88, Sales: 20560.12, COGS: 7990, Profit: 12570.12, Date: `08/01/2019`, MonthName: `August`, Year: 2019 }), + new PivotSalesDataItem({ Country: `India`, Product: `Vermont`, UnitsSold: 1962, ManufacturingPrice: 10, SalePrice: 7, GrossSales: 13734, Discounts: 1349.04, Sales: 12384.96, COGS: 12045, Profit: 339.96, Date: `09/01/2018`, MonthName: `September`, Year: 2018 }), + new PivotSalesDataItem({ Country: `India`, Product: `Vermont`, UnitsSold: 4080, ManufacturingPrice: 10, SalePrice: 20, GrossSales: 81600, Discounts: 3094.4, Sales: 78505.6, COGS: 19340, Profit: 59165.6, Date: `09/01/2019`, MonthName: `September`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Vermont`, UnitsSold: 1713, ManufacturingPrice: 10, SalePrice: 20, GrossSales: 34260, Discounts: 4788.8, Sales: 29471.2, COGS: 29930, Profit: 458.8, Date: `09/01/2019`, MonthName: `September`, Year: 2019 }), + new PivotSalesDataItem({ Country: `India`, Product: `Vermont`, UnitsSold: 2795, ManufacturingPrice: 10, SalePrice: 350, GrossSales: 978250, Discounts: 60088, Sales: 918162, COGS: 557960, Profit: 360202, Date: `11/01/2018`, MonthName: `November`, Year: 2018 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Vermont`, UnitsSold: 4082, ManufacturingPrice: 10, SalePrice: 7, GrossSales: 28574, Discounts: 1089.76, Sales: 27484.24, COGS: 9730, Profit: 17754.24, Date: `12/01/2018`, MonthName: `December`, Year: 2018 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Vermont`, UnitsSold: 1691, ManufacturingPrice: 10, SalePrice: 350, GrossSales: 591850, Discounts: 38136, Sales: 553714, COGS: 354120, Profit: 199594, Date: `12/01/2019`, MonthName: `December`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Burlington`, UnitsSold: 2305, ManufacturingPrice: 120, SalePrice: 12, GrossSales: 27660, Discounts: 574.08, Sales: 27085.92, COGS: 1794, Profit: 25291.92, Date: `03/01/2019`, MonthName: `March`, Year: 2019 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Burlington`, UnitsSold: 3401, ManufacturingPrice: 120, SalePrice: 7, GrossSales: 23807, Discounts: 1627.92, Sales: 22179.08, COGS: 14535, Profit: 7644.08, Date: `06/01/2019`, MonthName: `June`, Year: 2019 }), + new PivotSalesDataItem({ Country: `India`, Product: `Burlington`, UnitsSold: 2288, ManufacturingPrice: 120, SalePrice: 7, GrossSales: 16016, Discounts: 1309.28, Sales: 14706.72, COGS: 11690, Profit: 3016.72, Date: `06/01/2019`, MonthName: `June`, Year: 2019 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Burlington`, UnitsSold: 2399, ManufacturingPrice: 120, SalePrice: 300, GrossSales: 719700, Discounts: 9264, Sales: 710436, COGS: 96500, Profit: 613936, Date: `11/01/2018`, MonthName: `November`, Year: 2018 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Burlington`, UnitsSold: 4086, ManufacturingPrice: 120, SalePrice: 300, GrossSales: 1225800, Discounts: 15240, Sales: 1210560, COGS: 158750, Profit: 1051810, Date: `12/01/2019`, MonthName: `December`, Year: 2019 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Mandarin`, UnitsSold: 2651, ManufacturingPrice: 250, SalePrice: 350, GrossSales: 927850, Discounts: 16086, Sales: 911764, COGS: 149370, Profit: 762394, Date: `04/01/2019`, MonthName: `April`, Year: 2019 }), + new PivotSalesDataItem({ Country: `India`, Product: `Mandarin`, UnitsSold: 3971, ManufacturingPrice: 250, SalePrice: 7, GrossSales: 27797, Discounts: 1309.28, Sales: 26487.72, COGS: 11690, Profit: 14797.72, Date: `06/01/2019`, MonthName: `June`, Year: 2019 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Mandarin`, UnitsSold: 2512, ManufacturingPrice: 250, SalePrice: 350, GrossSales: 879200, Discounts: 10668, Sales: 868532, COGS: 99060, Profit: 769472, Date: `08/01/2019`, MonthName: `August`, Year: 2019 }), + new PivotSalesDataItem({ Country: `India`, Product: `Mandarin`, UnitsSold: 2745, ManufacturingPrice: 250, SalePrice: 350, GrossSales: 960750, Discounts: 11816, Sales: 948934, COGS: 109720, Profit: 839214, Date: `08/01/2019`, MonthName: `August`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Mandarin`, UnitsSold: 1903, ManufacturingPrice: 250, SalePrice: 300, GrossSales: 570900, Discounts: 51216, Sales: 519684, COGS: 533500, Profit: 13816, Date: `09/01/2019`, MonthName: `September`, Year: 2019 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Mandarin`, UnitsSold: 647, ManufacturingPrice: 250, SalePrice: 300, GrossSales: 194100, Discounts: 19392, Sales: 174708, COGS: 202000, Profit: 27292, Date: `12/01/2018`, MonthName: `December`, Year: 2018 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Luxe`, UnitsSold: 2914, ManufacturingPrice: 260, SalePrice: 20, GrossSales: 58280, Discounts: 1132.8, Sales: 57147.2, COGS: 7080, Profit: 50067.2, Date: `06/01/2019`, MonthName: `June`, Year: 2019 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Luxe`, UnitsSold: 1889, ManufacturingPrice: 260, SalePrice: 7, GrossSales: 13223, Discounts: 1627.92, Sales: 11595.08, COGS: 14535, Profit: 2939.92, Date: `06/01/2019`, MonthName: `June`, Year: 2019 }), + new PivotSalesDataItem({ Country: `India`, Product: `Luxe`, UnitsSold: 1466, ManufacturingPrice: 260, SalePrice: 20, GrossSales: 29320, Discounts: 2185.6, Sales: 27134.4, COGS: 13660, Profit: 13474.4, Date: `06/01/2019`, MonthName: `June`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Luxe`, UnitsSold: 887, ManufacturingPrice: 260, SalePrice: 300, GrossSales: 266100, Discounts: 59040, Sales: 207060, COGS: 615000, Profit: 407940, Date: `06/01/2019`, MonthName: `June`, Year: 2019 }), + new PivotSalesDataItem({ Country: `India`, Product: `Luxe`, UnitsSold: 395, ManufacturingPrice: 260, SalePrice: 20, GrossSales: 7900, Discounts: 2432, Sales: 5468, COGS: 15200, Profit: 9732, Date: `11/01/2019`, MonthName: `November`, Year: 2019 }), + new PivotSalesDataItem({ Country: `India`, Product: `Luxe`, UnitsSold: 1693, ManufacturingPrice: 260, SalePrice: 15, GrossSales: 25395, Discounts: 853.2, Sales: 24541.8, COGS: 7110, Profit: 17431.8, Date: `12/01/2019`, MonthName: `December`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Luxe`, UnitsSold: 2459, ManufacturingPrice: 260, SalePrice: 12, GrossSales: 29508, Discounts: 1320, Sales: 28188, COGS: 4125, Profit: 24063, Date: `12/01/2018`, MonthName: `December`, Year: 2018 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Luxe`, UnitsSold: 2649, ManufacturingPrice: 260, SalePrice: 300, GrossSales: 794700, Discounts: 15240, Sales: 779460, COGS: 158750, Profit: 620710, Date: `12/01/2019`, MonthName: `December`, Year: 2019 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Mandarin`, UnitsSold: 3608, ManufacturingPrice: 250, SalePrice: 20, GrossSales: 72160, Discounts: 698.4, Sales: 71461.6, COGS: 4365, Profit: 67096.6, Date: `07/01/2019`, MonthName: `July`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Kensington`, UnitsSold: 1073, ManufacturingPrice: 3, SalePrice: 300, GrossSales: 321900, Discounts: 29538, Sales: 292362, COGS: 273500, Profit: 18862, Date: `06/01/2019`, MonthName: `June`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Kensington`, UnitsSold: 1754, ManufacturingPrice: 3, SalePrice: 12, GrossSales: 21048, Discounts: 396.36, Sales: 20651.64, COGS: 1101, Profit: 19550.64, Date: `10/01/2018`, MonthName: `October`, Year: 2018 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Royal Oak`, UnitsSold: 2167, ManufacturingPrice: 5, SalePrice: 300, GrossSales: 650100, Discounts: 102667.5, Sales: 547432.5, COGS: 950625, Profit: 403192.5, Date: `04/01/2019`, MonthName: `April`, Year: 2019 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Royal Oak`, UnitsSold: 1319, ManufacturingPrice: 5, SalePrice: 350, GrossSales: 461650, Discounts: 52479, Sales: 409171, COGS: 433160, Profit: 23989, Date: `05/01/2019`, MonthName: `May`, Year: 2019 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Royal Oak`, UnitsSold: 1679, ManufacturingPrice: 5, SalePrice: 300, GrossSales: 503700, Discounts: 8694, Sales: 495006, COGS: 80500, Profit: 414506, Date: `09/01/2018`, MonthName: `September`, Year: 2018 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Royal Oak`, UnitsSold: 1252, ManufacturingPrice: 5, SalePrice: 12, GrossSales: 15024, Discounts: 2506.68, Sales: 12517.32, COGS: 6963, Profit: 5554.32, Date: `11/01/2019`, MonthName: `November`, Year: 2019 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Royal Oak`, UnitsSold: 3493, ManufacturingPrice: 5, SalePrice: 125, GrossSales: 436625, Discounts: 20891.25, Sales: 415733.75, COGS: 222840, Profit: 192893.75, Date: `11/01/2018`, MonthName: `November`, Year: 2018 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Royal Oak`, UnitsSold: 1697, ManufacturingPrice: 5, SalePrice: 7, GrossSales: 11879, Discounts: 1014.93, Sales: 10864.07, COGS: 8055, Profit: 2809.07, Date: `12/01/2018`, MonthName: `December`, Year: 2018 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Royal Oak`, UnitsSold: 1156, ManufacturingPrice: 5, SalePrice: 125, GrossSales: 144500, Discounts: 31466.25, Sales: 113033.75, COGS: 335640, Profit: 222606.25, Date: `12/01/2019`, MonthName: `December`, Year: 2019 }), + new PivotSalesDataItem({ Country: `India`, Product: `Royal Oak`, UnitsSold: 726, ManufacturingPrice: 5, SalePrice: 300, GrossSales: 217800, Discounts: 9018, Sales: 208782, COGS: 83500, Profit: 125282, Date: `12/01/2018`, MonthName: `December`, Year: 2018 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Vermont`, UnitsSold: 1153, ManufacturingPrice: 10, SalePrice: 300, GrossSales: 345900, Discounts: 69255, Sales: 276645, COGS: 641250, Profit: 364605, Date: `01/01/2019`, MonthName: `January`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Vermont`, UnitsSold: 2720, ManufacturingPrice: 10, SalePrice: 350, GrossSales: 952000, Discounts: 76135.5, Sales: 875864.5, COGS: 628420, Profit: 247444.5, Date: `01/01/2019`, MonthName: `January`, Year: 2019 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Vermont`, UnitsSold: 3658, ManufacturingPrice: 10, SalePrice: 15, GrossSales: 54870, Discounts: 4961.25, Sales: 49908.75, COGS: 36750, Profit: 13158.75, Date: `04/01/2019`, MonthName: `April`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Vermont`, UnitsSold: 2950, ManufacturingPrice: 10, SalePrice: 300, GrossSales: 885000, Discounts: 29538, Sales: 855462, COGS: 273500, Profit: 581962, Date: `06/01/2019`, MonthName: `June`, Year: 2019 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Vermont`, UnitsSold: 1821, ManufacturingPrice: 10, SalePrice: 15, GrossSales: 27315, Discounts: 1656.45, Sales: 25658.55, COGS: 12270, Profit: 13388.55, Date: `10/01/2019`, MonthName: `October`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Vermont`, UnitsSold: 4174, ManufacturingPrice: 10, SalePrice: 12, GrossSales: 50088, Discounts: 396.36, Sales: 49691.64, COGS: 1101, Profit: 48590.64, Date: `10/01/2018`, MonthName: `October`, Year: 2018 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Vermont`, UnitsSold: 1127, ManufacturingPrice: 10, SalePrice: 300, GrossSales: 338100, Discounts: 35748, Sales: 302352, COGS: 331000, Profit: 28648, Date: `11/01/2019`, MonthName: `November`, Year: 2019 }), + new PivotSalesDataItem({ Country: `India`, Product: `Vermont`, UnitsSold: 2209, ManufacturingPrice: 10, SalePrice: 12, GrossSales: 26508, Discounts: 1917, Sales: 24591, COGS: 5325, Profit: 19266, Date: `11/01/2018`, MonthName: `November`, Year: 2018 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Vermont`, UnitsSold: 862, ManufacturingPrice: 10, SalePrice: 125, GrossSales: 107750, Discounts: 31466.25, Sales: 76283.75, COGS: 335640, Profit: 259356.25, Date: `12/01/2019`, MonthName: `December`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Burlington`, UnitsSold: 3805, ManufacturingPrice: 120, SalePrice: 15, GrossSales: 57075, Discounts: 330.75, Sales: 56744.25, COGS: 2450, Profit: 54294.25, Date: `05/01/2019`, MonthName: `May`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Burlington`, UnitsSold: 1415, ManufacturingPrice: 120, SalePrice: 300, GrossSales: 424500, Discounts: 102424.5, Sales: 322075.5, COGS: 948375, Profit: 626299.5, Date: `07/01/2019`, MonthName: `July`, Year: 2019 }), + new PivotSalesDataItem({ Country: `India`, Product: `Burlington`, UnitsSold: 2231, ManufacturingPrice: 120, SalePrice: 350, GrossSales: 780850, Discounts: 41170.5, Sales: 739679.5, COGS: 339820, Profit: 399859.5, Date: `07/01/2019`, MonthName: `July`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Burlington`, UnitsSold: 3649, ManufacturingPrice: 120, SalePrice: 125, GrossSales: 456125, Discounts: 6378.75, Sales: 449746.25, COGS: 68040, Profit: 381706.25, Date: `09/01/2019`, MonthName: `September`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Burlington`, UnitsSold: 2948, ManufacturingPrice: 120, SalePrice: 125, GrossSales: 368500, Discounts: 23737.5, Sales: 344762.5, COGS: 253200, Profit: 91562.5, Date: `09/01/2019`, MonthName: `September`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Burlington`, UnitsSold: 3395, ManufacturingPrice: 120, SalePrice: 350, GrossSales: 1188250, Discounts: 39973.5, Sales: 1148276.5, COGS: 329940, Profit: 818336.5, Date: `10/01/2019`, MonthName: `October`, Year: 2019 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Mandarin`, UnitsSold: 2650, ManufacturingPrice: 250, SalePrice: 12, GrossSales: 31800, Discounts: 2112.48, Sales: 29687.52, COGS: 5868, Profit: 23819.52, Date: `01/01/2019`, MonthName: `January`, Year: 2019 }), + new PivotSalesDataItem({ Country: `India`, Product: `Mandarin`, UnitsSold: 585, ManufacturingPrice: 250, SalePrice: 300, GrossSales: 175500, Discounts: 71793, Sales: 103707, COGS: 664750, Profit: 561043, Date: `02/01/2019`, MonthName: `February`, Year: 2019 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Mandarin`, UnitsSold: 1316, ManufacturingPrice: 250, SalePrice: 350, GrossSales: 460600, Discounts: 42572.25, Sales: 418027.75, COGS: 351390, Profit: 66637.75, Date: `04/01/2019`, MonthName: `April`, Year: 2019 }), + new PivotSalesDataItem({ Country: `India`, Product: `Mandarin`, UnitsSold: 4459, ManufacturingPrice: 250, SalePrice: 12, GrossSales: 53508, Discounts: 950.4, Sales: 52557.6, COGS: 2640, Profit: 49917.6, Date: `05/01/2019`, MonthName: `May`, Year: 2019 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Mandarin`, UnitsSold: 2711, ManufacturingPrice: 250, SalePrice: 300, GrossSales: 813300, Discounts: 50409, Sales: 762891, COGS: 466750, Profit: 296141, Date: `09/01/2019`, MonthName: `September`, Year: 2019 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Mandarin`, UnitsSold: 2621, ManufacturingPrice: 250, SalePrice: 12, GrossSales: 31452, Discounts: 2412.72, Sales: 29039.28, COGS: 6702, Profit: 22337.28, Date: `09/01/2018`, MonthName: `September`, Year: 2018 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Mandarin`, UnitsSold: 3613, ManufacturingPrice: 250, SalePrice: 15, GrossSales: 54195, Discounts: 1656.45, Sales: 52538.55, COGS: 12270, Profit: 40268.55, Date: `10/01/2019`, MonthName: `October`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Mandarin`, UnitsSold: 1847, ManufacturingPrice: 250, SalePrice: 125, GrossSales: 230875, Discounts: 9866.25, Sales: 221008.75, COGS: 105240, Profit: 115768.75, Date: `11/01/2019`, MonthName: `November`, Year: 2019 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Luxe`, UnitsSold: 2996, ManufacturingPrice: 260, SalePrice: 350, GrossSales: 1048600, Discounts: 65236.5, Sales: 983363.5, COGS: 538460, Profit: 444903.5, Date: `09/01/2019`, MonthName: `September`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Luxe`, UnitsSold: 2838, ManufacturingPrice: 260, SalePrice: 350, GrossSales: 993300, Discounts: 39973.5, Sales: 953326.5, COGS: 329940, Profit: 623386.5, Date: `10/01/2019`, MonthName: `October`, Year: 2019 }), + new PivotSalesDataItem({ Country: `India`, Product: `Luxe`, UnitsSold: 1302, ManufacturingPrice: 260, SalePrice: 15, GrossSales: 19530, Discounts: 1309.5, Sales: 18220.5, COGS: 9700, Profit: 8520.5, Date: `11/01/2018`, MonthName: `November`, Year: 2018 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Luxe`, UnitsSold: 1536, ManufacturingPrice: 260, SalePrice: 20, GrossSales: 30720, Discounts: 3049.2, Sales: 27670.8, COGS: 16940, Profit: 10730.8, Date: `11/01/2019`, MonthName: `November`, Year: 2019 }), + new PivotSalesDataItem({ Country: `India`, Product: `Kensington`, UnitsSold: 1291, ManufacturingPrice: 3, SalePrice: 20, GrossSales: 25820, Discounts: 1193.4, Sales: 24626.6, COGS: 6630, Profit: 17996.6, Date: `05/01/2019`, MonthName: `May`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Kensington`, UnitsSold: 1213, ManufacturingPrice: 3, SalePrice: 7, GrossSales: 8491, Discounts: 515.97, Sales: 7975.03, COGS: 4095, Profit: 3880.03, Date: `07/01/2019`, MonthName: `July`, Year: 2019 }), + new PivotSalesDataItem({ Country: `India`, Product: `Kensington`, UnitsSold: 2370, ManufacturingPrice: 3, SalePrice: 12, GrossSales: 28440, Discounts: 1706.4, Sales: 26733.6, COGS: 4740, Profit: 21993.6, Date: `09/01/2019`, MonthName: `September`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Kensington`, UnitsSold: 1979, ManufacturingPrice: 3, SalePrice: 7, GrossSales: 13853, Discounts: 328.23, Sales: 13524.77, COGS: 2605, Profit: 10919.77, Date: `12/01/2019`, MonthName: `December`, Year: 2019 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Vermont`, UnitsSold: 2879, ManufacturingPrice: 10, SalePrice: 20, GrossSales: 57580, Discounts: 1751.4, Sales: 55828.6, COGS: 9730, Profit: 46098.6, Date: `03/01/2019`, MonthName: `March`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Vermont`, UnitsSold: 1707, ManufacturingPrice: 10, SalePrice: 20, GrossSales: 34140, Discounts: 1868.4, Sales: 32271.6, COGS: 10380, Profit: 21891.6, Date: `06/01/2019`, MonthName: `June`, Year: 2019 }), + new PivotSalesDataItem({ Country: `India`, Product: `Vermont`, UnitsSold: 2933, ManufacturingPrice: 10, SalePrice: 7, GrossSales: 20531, Discounts: 226.8, Sales: 20304.2, COGS: 1800, Profit: 18504.2, Date: `10/01/2019`, MonthName: `October`, Year: 2019 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Burlington`, UnitsSold: 1014, ManufacturingPrice: 120, SalePrice: 12, GrossSales: 12168, Discounts: 2124.36, Sales: 10043.64, COGS: 5901, Profit: 4142.64, Date: `03/01/2019`, MonthName: `March`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Burlington`, UnitsSold: 693, ManufacturingPrice: 120, SalePrice: 15, GrossSales: 10395, Discounts: 3547.8, Sales: 6847.2, COGS: 26280, Profit: 19432.8, Date: `04/01/2019`, MonthName: `April`, Year: 2019 }), + new PivotSalesDataItem({ Country: `India`, Product: `Mandarin`, UnitsSold: 3741, ManufacturingPrice: 250, SalePrice: 7, GrossSales: 26187, Discounts: 226.8, Sales: 25960.2, COGS: 1800, Profit: 24160.2, Date: `10/01/2019`, MonthName: `October`, Year: 2019 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Mandarin`, UnitsSold: 3116, ManufacturingPrice: 250, SalePrice: 20, GrossSales: 62320, Discounts: 4827.6, Sales: 57492.4, COGS: 26820, Profit: 30672.4, Date: `11/01/2018`, MonthName: `November`, Year: 2018 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Mandarin`, UnitsSold: 3995, ManufacturingPrice: 250, SalePrice: 7, GrossSales: 27965, Discounts: 328.23, Sales: 27636.77, COGS: 2605, Profit: 25031.77, Date: `12/01/2019`, MonthName: `December`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Luxe`, UnitsSold: 953, ManufacturingPrice: 260, SalePrice: 20, GrossSales: 19060, Discounts: 1868.4, Sales: 17191.6, COGS: 10380, Profit: 6811.6, Date: `06/01/2019`, MonthName: `June`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Luxe`, UnitsSold: 2530, ManufacturingPrice: 260, SalePrice: 15, GrossSales: 37950, Discounts: 2201.18, Sales: 35748.82, COGS: 16305, Profit: 19443.82, Date: `07/01/2019`, MonthName: `July`, Year: 2019 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Luxe`, UnitsSold: 2565, ManufacturingPrice: 260, SalePrice: 12, GrossSales: 30780, Discounts: 330.48, Sales: 30449.52, COGS: 918, Profit: 29531.52, Date: `12/01/2018`, MonthName: `December`, Year: 2018 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Kensington`, UnitsSold: 4297, ManufacturingPrice: 3, SalePrice: 12, GrossSales: 51564, Discounts: 463.2, Sales: 51100.8, COGS: 1158, Profit: 49942.8, Date: `10/01/2018`, MonthName: `October`, Year: 2018 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Royal Oak`, UnitsSold: 2871, ManufacturingPrice: 5, SalePrice: 7, GrossSales: 20097, Discounts: 1629.6, Sales: 18467.4, COGS: 11640, Profit: 6827.4, Date: `09/01/2019`, MonthName: `September`, Year: 2019 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Vermont`, UnitsSold: 3537, ManufacturingPrice: 10, SalePrice: 12, GrossSales: 42444, Discounts: 463.2, Sales: 41980.8, COGS: 1158, Profit: 40822.8, Date: `10/01/2018`, MonthName: `October`, Year: 2018 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Kensington`, UnitsSold: 1598, ManufacturingPrice: 3, SalePrice: 125, GrossSales: 199750, Discounts: 43068.75, Sales: 156681.25, COGS: 413460, Profit: 256778.75, Date: `04/01/2019`, MonthName: `April`, Year: 2019 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Kensington`, UnitsSold: 2616, ManufacturingPrice: 3, SalePrice: 125, GrossSales: 327000, Discounts: 18525, Sales: 308475, COGS: 177840, Profit: 130635, Date: `12/01/2018`, MonthName: `December`, Year: 2018 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Royal Oak`, UnitsSold: 2836, ManufacturingPrice: 5, SalePrice: 350, GrossSales: 992600, Discounts: 80955, Sales: 911645, COGS: 601380, Profit: 310265, Date: `05/01/2019`, MonthName: `May`, Year: 2019 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Royal Oak`, UnitsSold: 4023, ManufacturingPrice: 5, SalePrice: 125, GrossSales: 502875, Discounts: 22550, Sales: 480325, COGS: 216480, Profit: 263845, Date: `11/01/2018`, MonthName: `November`, Year: 2018 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Royal Oak`, UnitsSold: 3994, ManufacturingPrice: 5, SalePrice: 15, GrossSales: 59910, Discounts: 3108, Sales: 56802, COGS: 20720, Profit: 36082, Date: `12/01/2019`, MonthName: `December`, Year: 2019 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Vermont`, UnitsSold: 2928, ManufacturingPrice: 10, SalePrice: 20, GrossSales: 58560, Discounts: 3908, Sales: 54652, COGS: 19540, Profit: 35112, Date: `03/01/2019`, MonthName: `March`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Vermont`, UnitsSold: 2912, ManufacturingPrice: 10, SalePrice: 300, GrossSales: 873600, Discounts: 17730, Sales: 855870, COGS: 147750, Profit: 708120, Date: `05/01/2019`, MonthName: `May`, Year: 2019 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Vermont`, UnitsSold: 3671, ManufacturingPrice: 10, SalePrice: 15, GrossSales: 55065, Discounts: 3250.5, Sales: 51814.5, COGS: 21670, Profit: 30144.5, Date: `10/01/2018`, MonthName: `October`, Year: 2018 }), + new PivotSalesDataItem({ Country: `India`, Product: `Vermont`, UnitsSold: 2778, ManufacturingPrice: 10, SalePrice: 20, GrossSales: 55560, Discounts: 482, Sales: 55078, COGS: 2410, Profit: 52668, Date: `10/01/2019`, MonthName: `October`, Year: 2019 }), + new PivotSalesDataItem({ Country: `India`, Product: `Burlington`, UnitsSold: 405, ManufacturingPrice: 120, SalePrice: 15, GrossSales: 6075, Discounts: 1021.5, Sales: 5053.5, COGS: 6810, Profit: 1756.5, Date: `01/01/2019`, MonthName: `January`, Year: 2019 }), + new PivotSalesDataItem({ Country: `India`, Product: `Burlington`, UnitsSold: 2013, ManufacturingPrice: 120, SalePrice: 15, GrossSales: 30195, Discounts: 765, Sales: 29430, COGS: 5100, Profit: 24330, Date: `04/01/2019`, MonthName: `April`, Year: 2019 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Burlington`, UnitsSold: 2634, ManufacturingPrice: 120, SalePrice: 15, GrossSales: 39510, Discounts: 1185, Sales: 38325, COGS: 7900, Profit: 30425, Date: `05/01/2019`, MonthName: `May`, Year: 2019 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Burlington`, UnitsSold: 4166, ManufacturingPrice: 120, SalePrice: 350, GrossSales: 1458100, Discounts: 22365, Sales: 1435735, COGS: 166140, Profit: 1269595, Date: `07/01/2019`, MonthName: `July`, Year: 2019 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Burlington`, UnitsSold: 355, ManufacturingPrice: 120, SalePrice: 125, GrossSales: 44375, Discounts: 19950, Sales: 24425, COGS: 191520, Profit: 167095, Date: `09/01/2019`, MonthName: `September`, Year: 2019 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Burlington`, UnitsSold: 2382, ManufacturingPrice: 120, SalePrice: 300, GrossSales: 714600, Discounts: 68820, Sales: 645780, COGS: 573500, Profit: 72280, Date: `10/01/2018`, MonthName: `October`, Year: 2018 }), + new PivotSalesDataItem({ Country: `India`, Product: `Burlington`, UnitsSold: 4170, ManufacturingPrice: 120, SalePrice: 20, GrossSales: 83400, Discounts: 482, Sales: 82918, COGS: 2410, Profit: 80508, Date: `10/01/2019`, MonthName: `October`, Year: 2019 }), + new PivotSalesDataItem({ Country: `India`, Product: `Burlington`, UnitsSold: 892, ManufacturingPrice: 120, SalePrice: 7, GrossSales: 6244, Discounts: 1865.5, Sales: 4378.5, COGS: 13325, Profit: 8946.5, Date: `11/01/2019`, MonthName: `November`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Burlington`, UnitsSold: 2200, ManufacturingPrice: 120, SalePrice: 125, GrossSales: 275000, Discounts: 23950, Sales: 251050, COGS: 229920, Profit: 21130, Date: `12/01/2018`, MonthName: `December`, Year: 2018 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Burlington`, UnitsSold: 3389, ManufacturingPrice: 120, SalePrice: 300, GrossSales: 1016700, Discounts: 25590, Sales: 991110, COGS: 213250, Profit: 777860, Date: `12/01/2019`, MonthName: `December`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Mandarin`, UnitsSold: 2990, ManufacturingPrice: 250, SalePrice: 125, GrossSales: 373750, Discounts: 4262.5, Sales: 369487.5, COGS: 40920, Profit: 328567.5, Date: `05/01/2019`, MonthName: `May`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Mandarin`, UnitsSold: 4013, ManufacturingPrice: 250, SalePrice: 15, GrossSales: 60195, Discounts: 961.5, Sales: 59233.5, COGS: 6410, Profit: 52823.5, Date: `07/01/2019`, MonthName: `July`, Year: 2019 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Mandarin`, UnitsSold: 739, ManufacturingPrice: 250, SalePrice: 350, GrossSales: 258650, Discounts: 98245, Sales: 160405, COGS: 729820, Profit: 569415, Date: `08/01/2019`, MonthName: `August`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Mandarin`, UnitsSold: 1989, ManufacturingPrice: 250, SalePrice: 300, GrossSales: 596700, Discounts: 12960, Sales: 583740, COGS: 108000, Profit: 475740, Date: `09/01/2019`, MonthName: `September`, Year: 2019 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Mandarin`, UnitsSold: 2991, ManufacturingPrice: 250, SalePrice: 300, GrossSales: 897300, Discounts: 68820, Sales: 828480, COGS: 573500, Profit: 254980, Date: `10/01/2018`, MonthName: `October`, Year: 2018 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Mandarin`, UnitsSold: 4237, ManufacturingPrice: 250, SalePrice: 15, GrossSales: 63555, Discounts: 3250.5, Sales: 60304.5, COGS: 21670, Profit: 38634.5, Date: `10/01/2018`, MonthName: `October`, Year: 2018 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Mandarin`, UnitsSold: 1442, ManufacturingPrice: 250, SalePrice: 125, GrossSales: 180250, Discounts: 31612.5, Sales: 148637.5, COGS: 303480, Profit: 154842.5, Date: `11/01/2019`, MonthName: `November`, Year: 2019 }), + new PivotSalesDataItem({ Country: `India`, Product: `Mandarin`, UnitsSold: 2712, ManufacturingPrice: 250, SalePrice: 350, GrossSales: 949200, Discounts: 65450, Sales: 883750, COGS: 486200, Profit: 397550, Date: `12/01/2018`, MonthName: `December`, Year: 2018 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Luxe`, UnitsSold: 1508, ManufacturingPrice: 260, SalePrice: 125, GrossSales: 188500, Discounts: 7237.5, Sales: 181262.5, COGS: 69480, Profit: 111782.5, Date: `01/01/2019`, MonthName: `January`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Luxe`, UnitsSold: 4245, ManufacturingPrice: 260, SalePrice: 350, GrossSales: 1485750, Discounts: 78400, Sales: 1407350, COGS: 582400, Profit: 824950, Date: `02/01/2019`, MonthName: `February`, Year: 2019 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Luxe`, UnitsSold: 2630, ManufacturingPrice: 260, SalePrice: 300, GrossSales: 789000, Discounts: 89790, Sales: 699210, COGS: 748250, Profit: 49040, Date: `03/01/2019`, MonthName: `March`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Luxe`, UnitsSold: 1182, ManufacturingPrice: 260, SalePrice: 12, GrossSales: 14184, Discounts: 4224.6, Sales: 9959.4, COGS: 10561.5, Profit: 602.1, Date: `04/01/2019`, MonthName: `April`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Luxe`, UnitsSold: 1221, ManufacturingPrice: 260, SalePrice: 20, GrossSales: 24420, Discounts: 4078, Sales: 20342, COGS: 20390, Profit: 48, Date: `05/01/2019`, MonthName: `May`, Year: 2019 }), + new PivotSalesDataItem({ Country: `India`, Product: `Luxe`, UnitsSold: 963, ManufacturingPrice: 260, SalePrice: 12, GrossSales: 11556, Discounts: 3088.8, Sales: 8467.2, COGS: 7722, Profit: 745.2, Date: `08/01/2019`, MonthName: `August`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Luxe`, UnitsSold: 3243, ManufacturingPrice: 260, SalePrice: 350, GrossSales: 1135050, Discounts: 24745, Sales: 1110305, COGS: 183820, Profit: 926485, Date: `09/01/2019`, MonthName: `September`, Year: 2019 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Luxe`, UnitsSold: 1120, ManufacturingPrice: 260, SalePrice: 15, GrossSales: 16800, Discounts: 3108, Sales: 13692, COGS: 20720, Profit: 7028, Date: `12/01/2019`, MonthName: `December`, Year: 2019 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Luxe`, UnitsSold: 1174, ManufacturingPrice: 260, SalePrice: 300, GrossSales: 352200, Discounts: 25590, Sales: 326610, COGS: 213250, Profit: 113360, Date: `12/01/2019`, MonthName: `December`, Year: 2019 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Kensington`, UnitsSold: 2541, ManufacturingPrice: 3, SalePrice: 12, GrossSales: 30492, Discounts: 1581.36, Sales: 28910.64, COGS: 3594, Profit: 25316.64, Date: `10/01/2018`, MonthName: `October`, Year: 2018 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Vermont`, UnitsSold: 3246, ManufacturingPrice: 10, SalePrice: 7, GrossSales: 22722, Discounts: 1949.64, Sales: 20772.36, COGS: 12660, Profit: 8112.36, Date: `04/01/2019`, MonthName: `April`, Year: 2019 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Vermont`, UnitsSold: 1531, ManufacturingPrice: 10, SalePrice: 12, GrossSales: 18372, Discounts: 1581.36, Sales: 16790.64, COGS: 3594, Profit: 13196.64, Date: `10/01/2018`, MonthName: `October`, Year: 2018 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Burlington`, UnitsSold: 2526, ManufacturingPrice: 120, SalePrice: 15, GrossSales: 37890, Discounts: 633.6, Sales: 37256.4, COGS: 3840, Profit: 33416.4, Date: `01/01/2019`, MonthName: `January`, Year: 2019 }), + new PivotSalesDataItem({ Country: `India`, Product: `Burlington`, UnitsSold: 1136, ManufacturingPrice: 120, SalePrice: 12, GrossSales: 13632, Discounts: 623.04, Sales: 13008.96, COGS: 1416, Profit: 11592.96, Date: `10/01/2019`, MonthName: `October`, Year: 2019 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Mandarin`, UnitsSold: 1983, ManufacturingPrice: 250, SalePrice: 7, GrossSales: 13881, Discounts: 1215.83, Sales: 12665.17, COGS: 7895, Profit: 4770.17, Date: `03/01/2019`, MonthName: `March`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Mandarin`, UnitsSold: 3259, ManufacturingPrice: 250, SalePrice: 12, GrossSales: 39108, Discounts: 1326.6, Sales: 37781.4, COGS: 3015, Profit: 34766.4, Date: `09/01/2018`, MonthName: `September`, Year: 2018 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Luxe`, UnitsSold: 3267, ManufacturingPrice: 260, SalePrice: 15, GrossSales: 49005, Discounts: 5279.17, Sales: 43725.82, COGS: 31995, Profit: 11730.82, Date: `07/01/2019`, MonthName: `July`, Year: 2019 }), + new PivotSalesDataItem({ Country: `India`, Product: `Luxe`, UnitsSold: 2454, ManufacturingPrice: 260, SalePrice: 12, GrossSales: 29448, Discounts: 623.04, Sales: 28824.96, COGS: 1416, Profit: 27408.96, Date: `10/01/2019`, MonthName: `October`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Kensington`, UnitsSold: 2643, ManufacturingPrice: 3, SalePrice: 12, GrossSales: 31716, Discounts: 2556.84, Sales: 29159.16, COGS: 5811, Profit: 23348.16, Date: `02/01/2019`, MonthName: `February`, Year: 2019 }), + new PivotSalesDataItem({ Country: `India`, Product: `Kensington`, UnitsSold: 383, ManufacturingPrice: 3, SalePrice: 350, GrossSales: 134050, Discounts: 30492, Sales: 103558, COGS: 205920, Profit: 102362, Date: `03/01/2019`, MonthName: `March`, Year: 2019 }), + new PivotSalesDataItem({ Country: `India`, Product: `Kensington`, UnitsSold: 2801, ManufacturingPrice: 3, SalePrice: 300, GrossSales: 840300, Discounts: 92763, Sales: 747537, COGS: 702750, Profit: 44787, Date: `07/01/2019`, MonthName: `July`, Year: 2019 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Kensington`, UnitsSold: 1667, ManufacturingPrice: 3, SalePrice: 125, GrossSales: 208375, Discounts: 33563.75, Sales: 174811.25, COGS: 292920, Profit: 118108.75, Date: `10/01/2019`, MonthName: `October`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Kensington`, UnitsSold: 3539, ManufacturingPrice: 3, SalePrice: 15, GrossSales: 53085, Discounts: 2574, Sales: 50511, COGS: 15600, Profit: 34911, Date: `11/01/2018`, MonthName: `November`, Year: 2018 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Kensington`, UnitsSold: 4226, ManufacturingPrice: 3, SalePrice: 7, GrossSales: 29582, Discounts: 2083.62, Sales: 27498.38, COGS: 13530, Profit: 13968.38, Date: `11/01/2018`, MonthName: `November`, Year: 2018 }), + new PivotSalesDataItem({ Country: `India`, Product: `Royal Oak`, UnitsSold: 2220, ManufacturingPrice: 5, SalePrice: 350, GrossSales: 777000, Discounts: 29491, Sales: 747509, COGS: 199160, Profit: 548349, Date: `01/01/2019`, MonthName: `January`, Year: 2019 }), + new PivotSalesDataItem({ Country: `India`, Product: `Royal Oak`, UnitsSold: 776, ManufacturingPrice: 5, SalePrice: 20, GrossSales: 15520, Discounts: 6582.4, Sales: 8937.6, COGS: 29920, Profit: 20982.4, Date: `10/01/2018`, MonthName: `October`, Year: 2018 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Royal Oak`, UnitsSold: 553, ManufacturingPrice: 5, SalePrice: 15, GrossSales: 8295, Discounts: 3559.05, Sales: 4735.95, COGS: 21570, Profit: 16834.05, Date: `12/01/2019`, MonthName: `December`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Vermont`, UnitsSold: 2107, ManufacturingPrice: 10, SalePrice: 300, GrossSales: 632100, Discounts: 28809, Sales: 603291, COGS: 218250, Profit: 385041, Date: `01/01/2019`, MonthName: `January`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Vermont`, UnitsSold: 2468, ManufacturingPrice: 10, SalePrice: 20, GrossSales: 49360, Discounts: 2468.4, Sales: 46891.6, COGS: 11220, Profit: 35671.6, Date: `03/01/2019`, MonthName: `March`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Vermont`, UnitsSold: 1905, ManufacturingPrice: 10, SalePrice: 350, GrossSales: 666750, Discounts: 81023.25, Sales: 585726.75, COGS: 547170, Profit: 38556.75, Date: `07/01/2019`, MonthName: `July`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Vermont`, UnitsSold: 3658, ManufacturingPrice: 10, SalePrice: 12, GrossSales: 43896, Discounts: 5314.32, Sales: 38581.68, COGS: 12078, Profit: 26503.68, Date: `07/01/2019`, MonthName: `July`, Year: 2019 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Vermont`, UnitsSold: 4301, ManufacturingPrice: 10, SalePrice: 12, GrossSales: 51612, Discounts: 3201.66, Sales: 48410.34, COGS: 7276.5, Profit: 41133.84, Date: `07/01/2019`, MonthName: `July`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Vermont`, UnitsSold: 2446, ManufacturingPrice: 10, SalePrice: 20, GrossSales: 48920, Discounts: 5266.8, Sales: 43653.2, COGS: 23940, Profit: 19713.2, Date: `08/01/2019`, MonthName: `August`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Vermont`, UnitsSold: 4209, ManufacturingPrice: 10, SalePrice: 15, GrossSales: 63135, Discounts: 3273.6, Sales: 59861.4, COGS: 19840, Profit: 40021.4, Date: `08/01/2019`, MonthName: `August`, Year: 2019 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Vermont`, UnitsSold: 3353, ManufacturingPrice: 10, SalePrice: 125, GrossSales: 419125, Discounts: 33563.75, Sales: 385561.25, COGS: 292920, Profit: 92641.25, Date: `10/01/2019`, MonthName: `October`, Year: 2019 }), + new PivotSalesDataItem({ Country: `India`, Product: `Vermont`, UnitsSold: 1401, ManufacturingPrice: 10, SalePrice: 20, GrossSales: 28020, Discounts: 6582.4, Sales: 21437.6, COGS: 29920, Profit: 8482.4, Date: `10/01/2018`, MonthName: `October`, Year: 2018 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Vermont`, UnitsSold: 1865, ManufacturingPrice: 10, SalePrice: 300, GrossSales: 559500, Discounts: 45078, Sales: 514422, COGS: 341500, Profit: 172922, Date: `11/01/2019`, MonthName: `November`, Year: 2019 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Burlington`, UnitsSold: 463, ManufacturingPrice: 120, SalePrice: 20, GrossSales: 9260, Discounts: 6171, Sales: 3089, COGS: 28050, Profit: 24961, Date: `09/01/2018`, MonthName: `September`, Year: 2018 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Burlington`, UnitsSold: 4177, ManufacturingPrice: 120, SalePrice: 15, GrossSales: 62655, Discounts: 1080.75, Sales: 61574.25, COGS: 6550, Profit: 55024.25, Date: `09/01/2018`, MonthName: `September`, Year: 2018 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Burlington`, UnitsSold: 2523, ManufacturingPrice: 120, SalePrice: 350, GrossSales: 883050, Discounts: 13244, Sales: 869806, COGS: 89440, Profit: 780366, Date: `10/01/2018`, MonthName: `October`, Year: 2018 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Burlington`, UnitsSold: 1930, ManufacturingPrice: 120, SalePrice: 7, GrossSales: 13510, Discounts: 1392.16, Sales: 12117.84, COGS: 9040, Profit: 3077.84, Date: `11/01/2019`, MonthName: `November`, Year: 2019 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Mandarin`, UnitsSold: 1301, ManufacturingPrice: 250, SalePrice: 12, GrossSales: 15612, Discounts: 2288.88, Sales: 13323.12, COGS: 5202, Profit: 8121.12, Date: `01/01/2019`, MonthName: `January`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Mandarin`, UnitsSold: 4125, ManufacturingPrice: 250, SalePrice: 125, GrossSales: 515625, Discounts: 7617.5, Sales: 508007.5, COGS: 66480, Profit: 441527.5, Date: `01/01/2019`, MonthName: `January`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Mandarin`, UnitsSold: 607, ManufacturingPrice: 250, SalePrice: 20, GrossSales: 12140, Discounts: 6457, Sales: 5683, COGS: 29350, Profit: 23667, Date: `11/01/2018`, MonthName: `November`, Year: 2018 }), + new PivotSalesDataItem({ Country: `India`, Product: `Luxe`, UnitsSold: 478, ManufacturingPrice: 260, SalePrice: 125, GrossSales: 59750, Discounts: 43518.75, Sales: 16231.25, COGS: 379800, Profit: 363568.75, Date: `01/01/2019`, MonthName: `January`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Luxe`, UnitsSold: 4489, ManufacturingPrice: 260, SalePrice: 20, GrossSales: 89780, Discounts: 5783.8, Sales: 83996.2, COGS: 26290, Profit: 57706.2, Date: `01/01/2019`, MonthName: `January`, Year: 2019 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Luxe`, UnitsSold: 1504, ManufacturingPrice: 260, SalePrice: 125, GrossSales: 188000, Discounts: 19703.75, Sales: 168296.25, COGS: 171960, Profit: 3663.75, Date: `05/01/2019`, MonthName: `May`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Luxe`, UnitsSold: 3763, ManufacturingPrice: 260, SalePrice: 125, GrossSales: 470375, Discounts: 13021.25, Sales: 457353.75, COGS: 113640, Profit: 343713.75, Date: `09/01/2018`, MonthName: `September`, Year: 2018 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Luxe`, UnitsSold: 2412, ManufacturingPrice: 260, SalePrice: 350, GrossSales: 844200, Discounts: 13244, Sales: 830956, COGS: 89440, Profit: 741516, Date: `10/01/2018`, MonthName: `October`, Year: 2018 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Luxe`, UnitsSold: 2342, ManufacturingPrice: 260, SalePrice: 15, GrossSales: 35130, Discounts: 3559.05, Sales: 31570.95, COGS: 21570, Profit: 10000.95, Date: `12/01/2019`, MonthName: `December`, Year: 2019 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Vermont`, UnitsSold: 4451, ManufacturingPrice: 10, SalePrice: 7, GrossSales: 31157, Discounts: 292.6, Sales: 30864.4, COGS: 1900, Profit: 28964.4, Date: `09/01/2018`, MonthName: `September`, Year: 2018 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Kensington`, UnitsSold: 3796, ManufacturingPrice: 3, SalePrice: 350, GrossSales: 1328600, Discounts: 37212, Sales: 1291388, COGS: 230360, Profit: 1061028, Date: `06/01/2019`, MonthName: `June`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Kensington`, UnitsSold: 2286, ManufacturingPrice: 3, SalePrice: 125, GrossSales: 285750, Discounts: 36240, Sales: 249510, COGS: 289920, Profit: 40410, Date: `09/01/2018`, MonthName: `September`, Year: 2018 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Kensington`, UnitsSold: 3614, ManufacturingPrice: 3, SalePrice: 125, GrossSales: 451750, Discounts: 32340, Sales: 419410, COGS: 258720, Profit: 160690, Date: `10/01/2019`, MonthName: `October`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Kensington`, UnitsSold: 1716, ManufacturingPrice: 3, SalePrice: 15, GrossSales: 25740, Discounts: 4840.2, Sales: 20899.8, COGS: 26890, Profit: 5990.2, Date: `11/01/2019`, MonthName: `November`, Year: 2019 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Royal Oak`, UnitsSold: 1301, ManufacturingPrice: 5, SalePrice: 15, GrossSales: 19515, Discounts: 1218.6, Sales: 18296.4, COGS: 6770, Profit: 11526.4, Date: `03/01/2019`, MonthName: `March`, Year: 2019 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Royal Oak`, UnitsSold: 4175, ManufacturingPrice: 5, SalePrice: 300, GrossSales: 1252500, Discounts: 63828, Sales: 1188672, COGS: 443250, Profit: 745422, Date: `04/01/2019`, MonthName: `April`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Royal Oak`, UnitsSold: 975, ManufacturingPrice: 5, SalePrice: 7, GrossSales: 6825, Discounts: 2032.8, Sales: 4792.2, COGS: 12100, Profit: 7307.8, Date: `09/01/2019`, MonthName: `September`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Royal Oak`, UnitsSold: 1154, ManufacturingPrice: 5, SalePrice: 7, GrossSales: 8078, Discounts: 2296.56, Sales: 5781.44, COGS: 13670, Profit: 7888.56, Date: `10/01/2019`, MonthName: `October`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Royal Oak`, UnitsSold: 1873, ManufacturingPrice: 5, SalePrice: 20, GrossSales: 37460, Discounts: 4116, Sales: 33344, COGS: 17150, Profit: 16194, Date: `10/01/2018`, MonthName: `October`, Year: 2018 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Royal Oak`, UnitsSold: 3766, ManufacturingPrice: 5, SalePrice: 300, GrossSales: 1129800, Discounts: 42696, Sales: 1087104, COGS: 296500, Profit: 790604, Date: `12/01/2018`, MonthName: `December`, Year: 2018 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Vermont`, UnitsSold: 3558, ManufacturingPrice: 10, SalePrice: 300, GrossSales: 1067400, Discounts: 125820, Sales: 941580, COGS: 873750, Profit: 67830, Date: `01/01/2019`, MonthName: `January`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Vermont`, UnitsSold: 3156, ManufacturingPrice: 10, SalePrice: 350, GrossSales: 1104600, Discounts: 37212, Sales: 1067388, COGS: 230360, Profit: 837028, Date: `06/01/2019`, MonthName: `June`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Vermont`, UnitsSold: 2994, ManufacturingPrice: 10, SalePrice: 125, GrossSales: 374250, Discounts: 32340, Sales: 341910, COGS: 258720, Profit: 83190, Date: `10/01/2019`, MonthName: `October`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Vermont`, UnitsSold: 2087, ManufacturingPrice: 10, SalePrice: 20, GrossSales: 41740, Discounts: 2172, Sales: 39568, COGS: 9050, Profit: 30518, Date: `10/01/2019`, MonthName: `October`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Vermont`, UnitsSold: 1056, ManufacturingPrice: 10, SalePrice: 20, GrossSales: 21120, Discounts: 4116, Sales: 17004, COGS: 17150, Profit: 146, Date: `10/01/2018`, MonthName: `October`, Year: 2018 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Vermont`, UnitsSold: 1353, ManufacturingPrice: 10, SalePrice: 350, GrossSales: 473550, Discounts: 66948, Sales: 406602, COGS: 414440, Profit: 7838, Date: `11/01/2019`, MonthName: `November`, Year: 2019 }), + new PivotSalesDataItem({ Country: `India`, Product: `Vermont`, UnitsSold: 416, ManufacturingPrice: 10, SalePrice: 300, GrossSales: 124800, Discounts: 48924, Sales: 75876, COGS: 339750, Profit: 263874, Date: `11/01/2019`, MonthName: `November`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Vermont`, UnitsSold: 3880, ManufacturingPrice: 10, SalePrice: 300, GrossSales: 1164000, Discounts: 77400, Sales: 1086600, COGS: 537500, Profit: 549100, Date: `11/01/2019`, MonthName: `November`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Vermont`, UnitsSold: 809, ManufacturingPrice: 10, SalePrice: 350, GrossSales: 283150, Discounts: 50274, Sales: 232876, COGS: 311220, Profit: 78344, Date: `11/01/2019`, MonthName: `November`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Vermont`, UnitsSold: 1892, ManufacturingPrice: 10, SalePrice: 15, GrossSales: 28380, Discounts: 684, Sales: 27696, COGS: 3800, Profit: 23896, Date: `12/01/2018`, MonthName: `December`, Year: 2018 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Vermont`, UnitsSold: 2072, ManufacturingPrice: 10, SalePrice: 20, GrossSales: 41440, Discounts: 2959.2, Sales: 38480.8, COGS: 12330, Profit: 26150.8, Date: `12/01/2019`, MonthName: `December`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Burlington`, UnitsSold: 3052, ManufacturingPrice: 120, SalePrice: 350, GrossSales: 1068200, Discounts: 58590, Sales: 1009610, COGS: 362700, Profit: 646910, Date: `07/01/2019`, MonthName: `July`, Year: 2019 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Burlington`, UnitsSold: 3121, ManufacturingPrice: 120, SalePrice: 350, GrossSales: 1092350, Discounts: 41412, Sales: 1050938, COGS: 256360, Profit: 794578, Date: `10/01/2019`, MonthName: `October`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Burlington`, UnitsSold: 2059, ManufacturingPrice: 120, SalePrice: 20, GrossSales: 41180, Discounts: 2172, Sales: 39008, COGS: 9050, Profit: 29958, Date: `10/01/2019`, MonthName: `October`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Mandarin`, UnitsSold: 4254, ManufacturingPrice: 250, SalePrice: 12, GrossSales: 51048, Discounts: 3036.96, Sales: 48011.04, COGS: 6327, Profit: 41684.04, Date: `05/01/2019`, MonthName: `May`, Year: 2019 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Mandarin`, UnitsSold: 1293, ManufacturingPrice: 250, SalePrice: 15, GrossSales: 19395, Discounts: 6974.1, Sales: 12420.9, COGS: 38745, Profit: 26324.1, Date: `07/01/2019`, MonthName: `July`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Mandarin`, UnitsSold: 1293, ManufacturingPrice: 250, SalePrice: 350, GrossSales: 452550, Discounts: 26166, Sales: 426384, COGS: 161980, Profit: 264404, Date: `09/01/2018`, MonthName: `September`, Year: 2018 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Mandarin`, UnitsSold: 230, ManufacturingPrice: 250, SalePrice: 350, GrossSales: 80500, Discounts: 41412, Sales: 39088, COGS: 256360, Profit: 217272, Date: `10/01/2019`, MonthName: `October`, Year: 2019 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Mandarin`, UnitsSold: 1723, ManufacturingPrice: 250, SalePrice: 125, GrossSales: 215375, Discounts: 35805, Sales: 179570, COGS: 286440, Profit: 106870, Date: `11/01/2019`, MonthName: `November`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Mandarin`, UnitsSold: 240, ManufacturingPrice: 250, SalePrice: 20, GrossSales: 4800, Discounts: 2959.2, Sales: 1840.8, COGS: 12330, Profit: 10489.2, Date: `12/01/2019`, MonthName: `December`, Year: 2019 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Luxe`, UnitsSold: 2571, ManufacturingPrice: 260, SalePrice: 350, GrossSales: 899850, Discounts: 11340, Sales: 888510, COGS: 70200, Profit: 818310, Date: `02/01/2019`, MonthName: `February`, Year: 2019 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Luxe`, UnitsSold: 1661, ManufacturingPrice: 260, SalePrice: 7, GrossSales: 11627, Discounts: 2874.06, Sales: 8752.94, COGS: 17107.5, Profit: 8354.56, Date: `07/01/2019`, MonthName: `July`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Luxe`, UnitsSold: 4474, ManufacturingPrice: 260, SalePrice: 7, GrossSales: 31318, Discounts: 2296.56, Sales: 29021.44, COGS: 13670, Profit: 15351.44, Date: `10/01/2019`, MonthName: `October`, Year: 2019 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Luxe`, UnitsSold: 833, ManufacturingPrice: 260, SalePrice: 15, GrossSales: 12495, Discounts: 4586.4, Sales: 7908.6, COGS: 25480, Profit: 17571.4, Date: `11/01/2018`, MonthName: `November`, Year: 2018 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Kensington`, UnitsSold: 674, ManufacturingPrice: 3, SalePrice: 20, GrossSales: 13480, Discounts: 6051.6, Sales: 7428.4, COGS: 25215, Profit: 17786.6, Date: `01/01/2019`, MonthName: `January`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Royal Oak`, UnitsSold: 778, ManufacturingPrice: 5, SalePrice: 12, GrossSales: 9336, Discounts: 3831.84, Sales: 5504.16, COGS: 7983, Profit: 2478.84, Date: `05/01/2019`, MonthName: `May`, Year: 2019 }), + new PivotSalesDataItem({ Country: `India`, Product: `Vermont`, UnitsSold: 1457, ManufacturingPrice: 10, SalePrice: 20, GrossSales: 29140, Discounts: 3674.4, Sales: 25465.6, COGS: 15310, Profit: 10155.6, Date: `12/01/2019`, MonthName: `December`, Year: 2019 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Mandarin`, UnitsSold: 3158, ManufacturingPrice: 250, SalePrice: 7, GrossSales: 22106, Discounts: 1252.44, Sales: 20853.56, COGS: 7455, Profit: 13398.56, Date: `03/01/2019`, MonthName: `March`, Year: 2019 }), + new PivotSalesDataItem({ Country: `India`, Product: `Mandarin`, UnitsSold: 4095, ManufacturingPrice: 250, SalePrice: 20, GrossSales: 81900, Discounts: 3674.4, Sales: 78225.6, COGS: 15310, Profit: 62915.6, Date: `12/01/2019`, MonthName: `December`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Luxe`, UnitsSold: 3170, ManufacturingPrice: 260, SalePrice: 12, GrossSales: 38040, Discounts: 3975.84, Sales: 34064.16, COGS: 8283, Profit: 25781.16, Date: `09/01/2018`, MonthName: `September`, Year: 2018 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Kensington`, UnitsSold: 493, ManufacturingPrice: 3, SalePrice: 15, GrossSales: 7395, Discounts: 5005.65, Sales: 2389.35, COGS: 25670, Profit: 23280.65, Date: `06/01/2019`, MonthName: `June`, Year: 2019 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Mandarin`, UnitsSold: 3286, ManufacturingPrice: 250, SalePrice: 15, GrossSales: 49290, Discounts: 5005.65, Sales: 44284.35, COGS: 25670, Profit: 18614.35, Date: `06/01/2019`, MonthName: `June`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Kensington`, UnitsSold: 3563, ManufacturingPrice: 3, SalePrice: 350, GrossSales: 1247050, Discounts: 41996.5, Sales: 1205053.5, COGS: 239980, Profit: 965073.5, Date: `03/01/2019`, MonthName: `March`, Year: 2019 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Kensington`, UnitsSold: 4109, ManufacturingPrice: 3, SalePrice: 350, GrossSales: 1438150, Discounts: 81445, Sales: 1356705, COGS: 465400, Profit: 891305, Date: `03/01/2019`, MonthName: `March`, Year: 2019 }), + new PivotSalesDataItem({ Country: `India`, Product: `Kensington`, UnitsSold: 3653, ManufacturingPrice: 3, SalePrice: 20, GrossSales: 73060, Discounts: 1149.2, Sales: 71910.8, COGS: 4420, Profit: 67490.8, Date: `09/01/2018`, MonthName: `September`, Year: 2018 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Royal Oak`, UnitsSold: 2203, ManufacturingPrice: 5, SalePrice: 350, GrossSales: 771050, Discounts: 44703.75, Sales: 726346.25, COGS: 255450, Profit: 470896.25, Date: `01/01/2019`, MonthName: `January`, Year: 2019 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Royal Oak`, UnitsSold: 2924, ManufacturingPrice: 5, SalePrice: 7, GrossSales: 20468, Discounts: 1181.18, Sales: 19286.82, COGS: 6490, Profit: 12796.82, Date: `02/01/2019`, MonthName: `February`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Royal Oak`, UnitsSold: 2650, ManufacturingPrice: 5, SalePrice: 12, GrossSales: 31800, Discounts: 942.24, Sales: 30857.76, COGS: 1812, Profit: 29045.76, Date: `06/01/2019`, MonthName: `June`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Royal Oak`, UnitsSold: 1194, ManufacturingPrice: 5, SalePrice: 20, GrossSales: 23880, Discounts: 5863, Sales: 18017, COGS: 22550, Profit: 4533, Date: `07/01/2019`, MonthName: `July`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Royal Oak`, UnitsSold: 3366, ManufacturingPrice: 5, SalePrice: 20, GrossSales: 67320, Discounts: 3247.4, Sales: 64072.6, COGS: 12490, Profit: 51582.6, Date: `10/01/2019`, MonthName: `October`, Year: 2019 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Vermont`, UnitsSold: 1325, ManufacturingPrice: 10, SalePrice: 7, GrossSales: 9275, Discounts: 1309.04, Sales: 7965.97, COGS: 7192.5, Profit: 773.47, Date: `01/01/2019`, MonthName: `January`, Year: 2019 }), + new PivotSalesDataItem({ Country: `India`, Product: `Vermont`, UnitsSold: 4243, ManufacturingPrice: 10, SalePrice: 300, GrossSales: 1272900, Discounts: 31473, Sales: 1241427, COGS: 201750, Profit: 1039677, Date: `01/01/2019`, MonthName: `January`, Year: 2019 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Vermont`, UnitsSold: 2887, ManufacturingPrice: 10, SalePrice: 20, GrossSales: 57740, Discounts: 6866.6, Sales: 50873.4, COGS: 26410, Profit: 24463.4, Date: `02/01/2019`, MonthName: `February`, Year: 2019 }), + new PivotSalesDataItem({ Country: `India`, Product: `Vermont`, UnitsSold: 3839, ManufacturingPrice: 10, SalePrice: 20, GrossSales: 76780, Discounts: 7040.8, Sales: 69739.2, COGS: 27080, Profit: 42659.2, Date: `02/01/2019`, MonthName: `February`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Vermont`, UnitsSold: 1863, ManufacturingPrice: 10, SalePrice: 350, GrossSales: 652050, Discounts: 119756, Sales: 532294, COGS: 684320, Profit: 152026, Date: `06/01/2019`, MonthName: `June`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Vermont`, UnitsSold: 2858, ManufacturingPrice: 10, SalePrice: 125, GrossSales: 357250, Discounts: 25723.75, Sales: 331526.25, COGS: 189960, Profit: 141566.25, Date: `06/01/2019`, MonthName: `June`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Vermont`, UnitsSold: 2868, ManufacturingPrice: 10, SalePrice: 12, GrossSales: 34416, Discounts: 890.76, Sales: 33525.24, COGS: 1713, Profit: 31812.24, Date: `07/01/2019`, MonthName: `July`, Year: 2019 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Vermont`, UnitsSold: 3805, ManufacturingPrice: 10, SalePrice: 7, GrossSales: 26635, Discounts: 2453.36, Sales: 24181.64, COGS: 13480, Profit: 10701.64, Date: `08/01/2019`, MonthName: `August`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Vermont`, UnitsSold: 3914, ManufacturingPrice: 10, SalePrice: 15, GrossSales: 58710, Discounts: 3051.75, Sales: 55658.25, COGS: 15650, Profit: 40008.25, Date: `10/01/2019`, MonthName: `October`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Vermont`, UnitsSold: 524, ManufacturingPrice: 10, SalePrice: 20, GrossSales: 10480, Discounts: 3247.4, Sales: 7232.6, COGS: 12490, Profit: 5257.4, Date: `10/01/2019`, MonthName: `October`, Year: 2019 }), + new PivotSalesDataItem({ Country: `India`, Product: `Vermont`, UnitsSold: 3095, ManufacturingPrice: 10, SalePrice: 350, GrossSales: 1083250, Discounts: 16243.5, Sales: 1067006.5, COGS: 92820, Profit: 974186.5, Date: `11/01/2019`, MonthName: `November`, Year: 2019 }), + new PivotSalesDataItem({ Country: `India`, Product: `Vermont`, UnitsSold: 2410, ManufacturingPrice: 10, SalePrice: 12, GrossSales: 28920, Discounts: 1580.28, Sales: 27339.72, COGS: 3039, Profit: 24300.72, Date: `12/01/2019`, MonthName: `December`, Year: 2019 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Burlington`, UnitsSold: 4263, ManufacturingPrice: 120, SalePrice: 15, GrossSales: 63945, Discounts: 7795.13, Sales: 56149.88, COGS: 39975, Profit: 16174.88, Date: `01/01/2019`, MonthName: `January`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Burlington`, UnitsSold: 2239, ManufacturingPrice: 120, SalePrice: 350, GrossSales: 783650, Discounts: 119756, Sales: 663894, COGS: 684320, Profit: 20426, Date: `06/01/2019`, MonthName: `June`, Year: 2019 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Burlington`, UnitsSold: 569, ManufacturingPrice: 120, SalePrice: 7, GrossSales: 3983, Discounts: 1082.9, Sales: 2900.1, COGS: 5950, Profit: 3049.9, Date: `06/01/2019`, MonthName: `June`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Burlington`, UnitsSold: 3889, ManufacturingPrice: 120, SalePrice: 12, GrossSales: 46668, Discounts: 942.24, Sales: 45725.76, COGS: 1812, Profit: 43913.76, Date: `06/01/2019`, MonthName: `June`, Year: 2019 }), + new PivotSalesDataItem({ Country: `India`, Product: `Burlington`, UnitsSold: 1378, ManufacturingPrice: 120, SalePrice: 15, GrossSales: 20670, Discounts: 1287, Sales: 19383, COGS: 6600, Profit: 12783, Date: `09/01/2018`, MonthName: `September`, Year: 2018 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Burlington`, UnitsSold: 2253, ManufacturingPrice: 120, SalePrice: 12, GrossSales: 27036, Discounts: 639.6, Sales: 26396.4, COGS: 1230, Profit: 25166.4, Date: `10/01/2019`, MonthName: `October`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Burlington`, UnitsSold: 3202, ManufacturingPrice: 120, SalePrice: 300, GrossSales: 960600, Discounts: 101595, Sales: 859005, COGS: 651250, Profit: 207755, Date: `11/01/2018`, MonthName: `November`, Year: 2018 }), + new PivotSalesDataItem({ Country: `India`, Product: `Burlington`, UnitsSold: 3835, ManufacturingPrice: 120, SalePrice: 12, GrossSales: 46020, Discounts: 1580.28, Sales: 44439.72, COGS: 3039, Profit: 41400.72, Date: `12/01/2019`, MonthName: `December`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Mandarin`, UnitsSold: 2487, ManufacturingPrice: 250, SalePrice: 125, GrossSales: 310875, Discounts: 25723.75, Sales: 285151.25, COGS: 189960, Profit: 95191.25, Date: `06/01/2019`, MonthName: `June`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Mandarin`, UnitsSold: 4428, ManufacturingPrice: 250, SalePrice: 15, GrossSales: 66420, Discounts: 3051.75, Sales: 63368.25, COGS: 15650, Profit: 47718.25, Date: `10/01/2019`, MonthName: `October`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Luxe`, UnitsSold: 1200, ManufacturingPrice: 260, SalePrice: 125, GrossSales: 150000, Discounts: 26958.75, Sales: 123041.25, COGS: 199080, Profit: 76038.75, Date: `01/01/2019`, MonthName: `January`, Year: 2019 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Luxe`, UnitsSold: 2953, ManufacturingPrice: 260, SalePrice: 7, GrossSales: 20671, Discounts: 1082.9, Sales: 19588.1, COGS: 5950, Profit: 13638.1, Date: `06/01/2019`, MonthName: `June`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Luxe`, UnitsSold: 1453, ManufacturingPrice: 260, SalePrice: 12, GrossSales: 17436, Discounts: 639.6, Sales: 16796.4, COGS: 1230, Profit: 15566.4, Date: `10/01/2019`, MonthName: `October`, Year: 2019 }), + new PivotSalesDataItem({ Country: `India`, Product: `Luxe`, UnitsSold: 865, ManufacturingPrice: 260, SalePrice: 12, GrossSales: 10380, Discounts: 2761.2, Sales: 7618.8, COGS: 5310, Profit: 2308.8, Date: `12/01/2018`, MonthName: `December`, Year: 2018 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Kensington`, UnitsSold: 1072, ManufacturingPrice: 3, SalePrice: 20, GrossSales: 21440, Discounts: 7221.2, Sales: 14218.8, COGS: 25790, Profit: 11571.2, Date: `04/01/2019`, MonthName: `April`, Year: 2019 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Kensington`, UnitsSold: 1737, ManufacturingPrice: 3, SalePrice: 20, GrossSales: 34740, Discounts: 4880.4, Sales: 29859.6, COGS: 17430, Profit: 12429.6, Date: `05/01/2019`, MonthName: `May`, Year: 2019 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Kensington`, UnitsSold: 1535, ManufacturingPrice: 3, SalePrice: 7, GrossSales: 10745, Discounts: 2936.08, Sales: 7808.92, COGS: 14980, Profit: 7171.08, Date: `10/01/2018`, MonthName: `October`, Year: 2018 }), + new PivotSalesDataItem({ Country: `India`, Product: `Kensington`, UnitsSold: 2532, ManufacturingPrice: 3, SalePrice: 7, GrossSales: 17724, Discounts: 274.4, Sales: 17449.6, COGS: 1400, Profit: 16049.6, Date: `12/01/2019`, MonthName: `December`, Year: 2019 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Royal Oak`, UnitsSold: 1765, ManufacturingPrice: 5, SalePrice: 7, GrossSales: 12355, Discounts: 287.14, Sales: 12067.86, COGS: 1465, Profit: 10602.86, Date: `02/01/2019`, MonthName: `February`, Year: 2019 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Royal Oak`, UnitsSold: 1567, ManufacturingPrice: 5, SalePrice: 7, GrossSales: 10969, Discounts: 2936.08, Sales: 8032.92, COGS: 14980, Profit: 6947.08, Date: `10/01/2018`, MonthName: `October`, Year: 2018 }), + new PivotSalesDataItem({ Country: `India`, Product: `Vermont`, UnitsSold: 2640, ManufacturingPrice: 10, SalePrice: 15, GrossSales: 39600, Discounts: 583.8, Sales: 39016.2, COGS: 2780, Profit: 36236.2, Date: `02/01/2019`, MonthName: `February`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Vermont`, UnitsSold: 3079, ManufacturingPrice: 10, SalePrice: 20, GrossSales: 61580, Discounts: 6798.4, Sales: 54781.6, COGS: 24280, Profit: 30501.6, Date: `03/01/2019`, MonthName: `March`, Year: 2019 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Vermont`, UnitsSold: 4130, ManufacturingPrice: 10, SalePrice: 15, GrossSales: 61950, Discounts: 3710.7, Sales: 58239.3, COGS: 17670, Profit: 40569.3, Date: `09/01/2019`, MonthName: `September`, Year: 2019 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Vermont`, UnitsSold: 2938, ManufacturingPrice: 10, SalePrice: 12, GrossSales: 35256, Discounts: 2340.24, Sales: 32915.76, COGS: 4179, Profit: 28736.76, Date: `10/01/2019`, MonthName: `October`, Year: 2019 }), + new PivotSalesDataItem({ Country: `India`, Product: `Mandarin`, UnitsSold: 3080, ManufacturingPrice: 250, SalePrice: 7, GrossSales: 21560, Discounts: 274.4, Sales: 21285.6, COGS: 1400, Profit: 19885.6, Date: `12/01/2019`, MonthName: `December`, Year: 2019 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Luxe`, UnitsSold: 1530, ManufacturingPrice: 260, SalePrice: 12, GrossSales: 18360, Discounts: 2340.24, Sales: 16019.76, COGS: 4179, Profit: 11840.76, Date: `10/01/2019`, MonthName: `October`, Year: 2019 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Luxe`, UnitsSold: 3537, ManufacturingPrice: 260, SalePrice: 12, GrossSales: 42444, Discounts: 3385.2, Sales: 39058.8, COGS: 6045, Profit: 33013.8, Date: `12/01/2018`, MonthName: `December`, Year: 2018 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Kensington`, UnitsSold: 2021, ManufacturingPrice: 3, SalePrice: 300, GrossSales: 606300, Discounts: 33642, Sales: 572658, COGS: 200250, Profit: 372408, Date: `07/01/2019`, MonthName: `July`, Year: 2019 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Kensington`, UnitsSold: 1804, ManufacturingPrice: 3, SalePrice: 125, GrossSales: 225500, Discounts: 17902.5, Sales: 207597.5, COGS: 122760, Profit: 84837.5, Date: `09/01/2018`, MonthName: `September`, Year: 2018 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Kensington`, UnitsSold: 1014, ManufacturingPrice: 3, SalePrice: 300, GrossSales: 304200, Discounts: 62832, Sales: 241368, COGS: 374000, Profit: 132632, Date: `10/01/2019`, MonthName: `October`, Year: 2019 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Kensington`, UnitsSold: 2913, ManufacturingPrice: 3, SalePrice: 300, GrossSales: 873900, Discounts: 42420, Sales: 831480, COGS: 252500, Profit: 578980, Date: `10/01/2019`, MonthName: `October`, Year: 2019 }), + new PivotSalesDataItem({ Country: `India`, Product: `Kensington`, UnitsSold: 763, ManufacturingPrice: 3, SalePrice: 15, GrossSales: 11445, Discounts: 3177.3, Sales: 8267.7, COGS: 15130, Profit: 6862.3, Date: `11/01/2019`, MonthName: `November`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Kensington`, UnitsSold: 1425, ManufacturingPrice: 3, SalePrice: 15, GrossSales: 21375, Discounts: 4830, Sales: 16545, COGS: 23000, Profit: 6455, Date: `12/01/2019`, MonthName: `December`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Kensington`, UnitsSold: 4357, ManufacturingPrice: 3, SalePrice: 125, GrossSales: 544625, Discounts: 49367.5, Sales: 495257.5, COGS: 338520, Profit: 156737.5, Date: `12/01/2018`, MonthName: `December`, Year: 2018 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Royal Oak`, UnitsSold: 2138, ManufacturingPrice: 5, SalePrice: 350, GrossSales: 748300, Discounts: 109147.5, Sales: 639152.5, COGS: 579150, Profit: 60002.5, Date: `01/01/2019`, MonthName: `January`, Year: 2019 }), + new PivotSalesDataItem({ Country: `India`, Product: `Royal Oak`, UnitsSold: 3825, ManufacturingPrice: 5, SalePrice: 350, GrossSales: 1338750, Discounts: 58751, Sales: 1279999, COGS: 311740, Profit: 968259, Date: `04/01/2019`, MonthName: `April`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Royal Oak`, UnitsSold: 3393, ManufacturingPrice: 5, SalePrice: 350, GrossSales: 1187550, Discounts: 9800, Sales: 1177750, COGS: 52000, Profit: 1125750, Date: `05/01/2019`, MonthName: `May`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Royal Oak`, UnitsSold: 2215, ManufacturingPrice: 5, SalePrice: 7, GrossSales: 15505, Discounts: 380.24, Sales: 15124.76, COGS: 1940, Profit: 13184.76, Date: `09/01/2019`, MonthName: `September`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Royal Oak`, UnitsSold: 2278, ManufacturingPrice: 5, SalePrice: 7, GrossSales: 15946, Discounts: 1692.46, Sales: 14253.54, COGS: 8635, Profit: 5618.54, Date: `10/01/2018`, MonthName: `October`, Year: 2018 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Royal Oak`, UnitsSold: 403, ManufacturingPrice: 5, SalePrice: 15, GrossSales: 6045, Discounts: 4830, Sales: 1215, COGS: 23000, Profit: 21785, Date: `12/01/2019`, MonthName: `December`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Vermont`, UnitsSold: 289, ManufacturingPrice: 10, SalePrice: 20, GrossSales: 5780, Discounts: 728, Sales: 5052, COGS: 2600, Profit: 2452, Date: `02/01/2019`, MonthName: `February`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Vermont`, UnitsSold: 749, ManufacturingPrice: 10, SalePrice: 15, GrossSales: 11235, Discounts: 5187, Sales: 6048, COGS: 24700, Profit: 18652, Date: `09/01/2018`, MonthName: `September`, Year: 2018 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Vermont`, UnitsSold: 372, ManufacturingPrice: 10, SalePrice: 15, GrossSales: 5580, Discounts: 3660.3, Sales: 1919.7, COGS: 17430, Profit: 15510.3, Date: `10/01/2018`, MonthName: `October`, Year: 2018 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Vermont`, UnitsSold: 3781, ManufacturingPrice: 10, SalePrice: 12, GrossSales: 45372, Discounts: 4895.52, Sales: 40476.48, COGS: 8742, Profit: 31734.48, Date: `10/01/2019`, MonthName: `October`, Year: 2019 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Vermont`, UnitsSold: 1785, ManufacturingPrice: 10, SalePrice: 7, GrossSales: 12495, Discounts: 1696.38, Sales: 10798.62, COGS: 8655, Profit: 2143.62, Date: `10/01/2019`, MonthName: `October`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Vermont`, UnitsSold: 4029, ManufacturingPrice: 10, SalePrice: 350, GrossSales: 1410150, Discounts: 34300, Sales: 1375850, COGS: 182000, Profit: 1193850, Date: `11/01/2019`, MonthName: `November`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Vermont`, UnitsSold: 2813, ManufacturingPrice: 10, SalePrice: 12, GrossSales: 33756, Discounts: 3732.96, Sales: 30023.04, COGS: 6666, Profit: 23357.04, Date: `11/01/2018`, MonthName: `November`, Year: 2018 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Vermont`, UnitsSold: 2150, ManufacturingPrice: 10, SalePrice: 350, GrossSales: 752500, Discounts: 57673, Sales: 694827, COGS: 306020, Profit: 388807, Date: `11/01/2019`, MonthName: `November`, Year: 2019 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Vermont`, UnitsSold: 2093, ManufacturingPrice: 10, SalePrice: 350, GrossSales: 732550, Discounts: 94178, Sales: 638372, COGS: 499720, Profit: 138652, Date: `11/01/2018`, MonthName: `November`, Year: 2018 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Burlington`, UnitsSold: 4391, ManufacturingPrice: 120, SalePrice: 125, GrossSales: 548875, Discounts: 27562.5, Sales: 521312.5, COGS: 189000, Profit: 332312.5, Date: `02/01/2019`, MonthName: `February`, Year: 2019 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Burlington`, UnitsSold: 2695, ManufacturingPrice: 120, SalePrice: 20, GrossSales: 53900, Discounts: 1696.8, Sales: 52203.2, COGS: 6060, Profit: 46143.2, Date: `04/01/2019`, MonthName: `April`, Year: 2019 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Burlington`, UnitsSold: 1337, ManufacturingPrice: 120, SalePrice: 300, GrossSales: 401100, Discounts: 103320, Sales: 297780, COGS: 615000, Profit: 317220, Date: `07/01/2019`, MonthName: `July`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Burlington`, UnitsSold: 2621, ManufacturingPrice: 120, SalePrice: 300, GrossSales: 786300, Discounts: 11298, Sales: 775002, COGS: 67250, Profit: 707752, Date: `10/01/2018`, MonthName: `October`, Year: 2018 }), + new PivotSalesDataItem({ Country: `India`, Product: `Burlington`, UnitsSold: 3735, ManufacturingPrice: 120, SalePrice: 300, GrossSales: 1120500, Discounts: 106512, Sales: 1013988, COGS: 634000, Profit: 379988, Date: `11/01/2018`, MonthName: `November`, Year: 2018 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Mandarin`, UnitsSold: 4320, ManufacturingPrice: 250, SalePrice: 7, GrossSales: 30240, Discounts: 2844.94, Sales: 27395.06, COGS: 14515, Profit: 12880.06, Date: `03/01/2019`, MonthName: `March`, Year: 2019 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Mandarin`, UnitsSold: 2828, ManufacturingPrice: 250, SalePrice: 300, GrossSales: 848400, Discounts: 106722, Sales: 741678, COGS: 635250, Profit: 106428, Date: `08/01/2019`, MonthName: `August`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Mandarin`, UnitsSold: 2586, ManufacturingPrice: 250, SalePrice: 300, GrossSales: 775800, Discounts: 11298, Sales: 764502, COGS: 67250, Profit: 697252, Date: `10/01/2018`, MonthName: `October`, Year: 2018 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Mandarin`, UnitsSold: 1248, ManufacturingPrice: 250, SalePrice: 300, GrossSales: 374400, Discounts: 62832, Sales: 311568, COGS: 374000, Profit: 62432, Date: `10/01/2019`, MonthName: `October`, Year: 2019 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Mandarin`, UnitsSold: 4035, ManufacturingPrice: 250, SalePrice: 300, GrossSales: 1210500, Discounts: 42420, Sales: 1168080, COGS: 252500, Profit: 915580, Date: `10/01/2019`, MonthName: `October`, Year: 2019 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Mandarin`, UnitsSold: 359, ManufacturingPrice: 250, SalePrice: 350, GrossSales: 125650, Discounts: 62769, Sales: 62881, COGS: 333060, Profit: 270179, Date: `12/01/2018`, MonthName: `December`, Year: 2018 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Luxe`, UnitsSold: 3926, ManufacturingPrice: 260, SalePrice: 300, GrossSales: 1177800, Discounts: 37296, Sales: 1140504, COGS: 222000, Profit: 918504, Date: `03/01/2019`, MonthName: `March`, Year: 2019 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Luxe`, UnitsSold: 4247, ManufacturingPrice: 260, SalePrice: 125, GrossSales: 530875, Discounts: 49770, Sales: 481105, COGS: 341280, Profit: 139825, Date: `05/01/2019`, MonthName: `May`, Year: 2019 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Luxe`, UnitsSold: 2695, ManufacturingPrice: 260, SalePrice: 12, GrossSales: 32340, Discounts: 4158, Sales: 28182, COGS: 7425, Profit: 20757, Date: `08/01/2019`, MonthName: `August`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Luxe`, UnitsSold: 1104, ManufacturingPrice: 260, SalePrice: 15, GrossSales: 16560, Discounts: 3660.3, Sales: 12899.7, COGS: 17430, Profit: 4530.3, Date: `10/01/2018`, MonthName: `October`, Year: 2018 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Luxe`, UnitsSold: 1449, ManufacturingPrice: 260, SalePrice: 12, GrossSales: 17388, Discounts: 4895.52, Sales: 12492.48, COGS: 8742, Profit: 3750.48, Date: `10/01/2019`, MonthName: `October`, Year: 2019 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Luxe`, UnitsSold: 1131, ManufacturingPrice: 260, SalePrice: 7, GrossSales: 7917, Discounts: 1696.38, Sales: 6220.62, COGS: 8655, Profit: 2434.38, Date: `10/01/2019`, MonthName: `October`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Luxe`, UnitsSold: 1468, ManufacturingPrice: 260, SalePrice: 7, GrossSales: 10276, Discounts: 1692.46, Sales: 8583.54, COGS: 8635, Profit: 51.46, Date: `10/01/2018`, MonthName: `October`, Year: 2018 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Luxe`, UnitsSold: 1272, ManufacturingPrice: 260, SalePrice: 15, GrossSales: 19080, Discounts: 3927, Sales: 15153, COGS: 18700, Profit: 3547, Date: `11/01/2018`, MonthName: `November`, Year: 2018 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Kensington`, UnitsSold: 1403, ManufacturingPrice: 3, SalePrice: 125, GrossSales: 175375, Discounts: 22012.5, Sales: 153362.5, COGS: 140880, Profit: 12482.5, Date: `08/01/2019`, MonthName: `August`, Year: 2019 }), + new PivotSalesDataItem({ Country: `India`, Product: `Kensington`, UnitsSold: 2161, ManufacturingPrice: 3, SalePrice: 125, GrossSales: 270125, Discounts: 51881.25, Sales: 218243.75, COGS: 332040, Profit: 113796.25, Date: `08/01/2019`, MonthName: `August`, Year: 2019 }), + new PivotSalesDataItem({ Country: `India`, Product: `Kensington`, UnitsSold: 1937, ManufacturingPrice: 3, SalePrice: 125, GrossSales: 242125, Discounts: 20343.75, Sales: 221781.25, COGS: 130200, Profit: 91581.25, Date: `10/01/2019`, MonthName: `October`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Royal Oak`, UnitsSold: 2879, ManufacturingPrice: 5, SalePrice: 300, GrossSales: 863700, Discounts: 24570, Sales: 839130, COGS: 136500, Profit: 702630, Date: `10/01/2019`, MonthName: `October`, Year: 2019 }), + new PivotSalesDataItem({ Country: `India`, Product: `Vermont`, UnitsSold: 1330, ManufacturingPrice: 10, SalePrice: 20, GrossSales: 26600, Discounts: 3474, Sales: 23126, COGS: 11580, Profit: 11546, Date: `03/01/2019`, MonthName: `March`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Vermont`, UnitsSold: 2426, ManufacturingPrice: 10, SalePrice: 15, GrossSales: 36390, Discounts: 3631.5, Sales: 32758.5, COGS: 16140, Profit: 16618.5, Date: `04/01/2019`, MonthName: `April`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Vermont`, UnitsSold: 2033, ManufacturingPrice: 10, SalePrice: 7, GrossSales: 14231, Discounts: 2661.75, Sales: 11569.25, COGS: 12675, Profit: 1105.75, Date: `04/01/2019`, MonthName: `April`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Vermont`, UnitsSold: 2029, ManufacturingPrice: 10, SalePrice: 350, GrossSales: 710150, Discounts: 149677.5, Sales: 560472.5, COGS: 741260, Profit: 180787.5, Date: `05/01/2019`, MonthName: `May`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Vermont`, UnitsSold: 1049, ManufacturingPrice: 10, SalePrice: 15, GrossSales: 15735, Discounts: 5757.75, Sales: 9977.25, COGS: 25590, Profit: 15612.75, Date: `08/01/2019`, MonthName: `August`, Year: 2019 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Vermont`, UnitsSold: 1062, ManufacturingPrice: 10, SalePrice: 20, GrossSales: 21240, Discounts: 801, Sales: 20439, COGS: 2670, Profit: 17769, Date: `10/01/2018`, MonthName: `October`, Year: 2018 }), + new PivotSalesDataItem({ Country: `India`, Product: `Vermont`, UnitsSold: 2509, ManufacturingPrice: 10, SalePrice: 125, GrossSales: 313625, Discounts: 20343.75, Sales: 293281.25, COGS: 130200, Profit: 163081.25, Date: `10/01/2019`, MonthName: `October`, Year: 2019 }), + new PivotSalesDataItem({ Country: `India`, Product: `Vermont`, UnitsSold: 1743, ManufacturingPrice: 10, SalePrice: 15, GrossSales: 26145, Discounts: 2643.75, Sales: 23501.25, COGS: 11750, Profit: 11751.25, Date: `10/01/2019`, MonthName: `October`, Year: 2019 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Vermont`, UnitsSold: 3418, ManufacturingPrice: 10, SalePrice: 350, GrossSales: 1196300, Discounts: 105367.5, Sales: 1090932.5, COGS: 521820, Profit: 569112.5, Date: `11/01/2018`, MonthName: `November`, Year: 2018 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Vermont`, UnitsSold: 1751, ManufacturingPrice: 10, SalePrice: 350, GrossSales: 612850, Discounts: 112927.5, Sales: 499922.5, COGS: 559260, Profit: 59337.5, Date: `11/01/2018`, MonthName: `November`, Year: 2018 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Vermont`, UnitsSold: 3228, ManufacturingPrice: 10, SalePrice: 12, GrossSales: 38736, Discounts: 1645.2, Sales: 37090.8, COGS: 2742, Profit: 34348.8, Date: `12/01/2019`, MonthName: `December`, Year: 2019 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Vermont`, UnitsSold: 1105, ManufacturingPrice: 10, SalePrice: 20, GrossSales: 22100, Discounts: 879, Sales: 21221, COGS: 2930, Profit: 18291, Date: `12/01/2019`, MonthName: `December`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Burlington`, UnitsSold: 2778, ManufacturingPrice: 120, SalePrice: 12, GrossSales: 33336, Discounts: 900, Sales: 32436, COGS: 1500, Profit: 30936, Date: `03/01/2019`, MonthName: `March`, Year: 2019 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Burlington`, UnitsSold: 1173, ManufacturingPrice: 120, SalePrice: 15, GrossSales: 17595, Discounts: 6358.5, Sales: 11236.5, COGS: 28260, Profit: 17023.5, Date: `05/01/2019`, MonthName: `May`, Year: 2019 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Burlington`, UnitsSold: 3160, ManufacturingPrice: 120, SalePrice: 125, GrossSales: 395000, Discounts: 12431.25, Sales: 382568.75, COGS: 79560, Profit: 303008.75, Date: `09/01/2019`, MonthName: `September`, Year: 2019 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Burlington`, UnitsSold: 4322, ManufacturingPrice: 120, SalePrice: 300, GrossSales: 1296600, Discounts: 115830, Sales: 1180770, COGS: 643500, Profit: 537270, Date: `11/01/2018`, MonthName: `November`, Year: 2018 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Burlington`, UnitsSold: 1901, ManufacturingPrice: 120, SalePrice: 125, GrossSales: 237625, Discounts: 45712.5, Sales: 191912.5, COGS: 292560, Profit: 100647.5, Date: `12/01/2018`, MonthName: `December`, Year: 2018 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Burlington`, UnitsSold: 2980, ManufacturingPrice: 120, SalePrice: 12, GrossSales: 35760, Discounts: 1645.2, Sales: 34114.8, COGS: 2742, Profit: 31372.8, Date: `12/01/2019`, MonthName: `December`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Mandarin`, UnitsSold: 4068, ManufacturingPrice: 250, SalePrice: 20, GrossSales: 81360, Discounts: 2596.5, Sales: 78763.5, COGS: 8655, Profit: 70108.5, Date: `07/01/2019`, MonthName: `July`, Year: 2019 }), + new PivotSalesDataItem({ Country: `India`, Product: `Mandarin`, UnitsSold: 2105, ManufacturingPrice: 250, SalePrice: 15, GrossSales: 31575, Discounts: 1107, Sales: 30468, COGS: 4920, Profit: 25548, Date: `07/01/2019`, MonthName: `July`, Year: 2019 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Mandarin`, UnitsSold: 1647, ManufacturingPrice: 250, SalePrice: 20, GrossSales: 32940, Discounts: 801, Sales: 32139, COGS: 2670, Profit: 29469, Date: `10/01/2018`, MonthName: `October`, Year: 2018 }), + new PivotSalesDataItem({ Country: `India`, Product: `Mandarin`, UnitsSold: 235, ManufacturingPrice: 250, SalePrice: 15, GrossSales: 3525, Discounts: 2643.75, Sales: 881.25, COGS: 11750, Profit: 10868.75, Date: `10/01/2019`, MonthName: `October`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Mandarin`, UnitsSold: 3617, ManufacturingPrice: 250, SalePrice: 125, GrossSales: 452125, Discounts: 55387.5, Sales: 396737.5, COGS: 354480, Profit: 42257.5, Date: `11/01/2018`, MonthName: `November`, Year: 2018 }), + new PivotSalesDataItem({ Country: `India`, Product: `Mandarin`, UnitsSold: 2106, ManufacturingPrice: 250, SalePrice: 125, GrossSales: 263250, Discounts: 10350, Sales: 252900, COGS: 66240, Profit: 186660, Date: `11/01/2019`, MonthName: `November`, Year: 2019 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Mandarin`, UnitsSold: 2351, ManufacturingPrice: 250, SalePrice: 20, GrossSales: 47020, Discounts: 879, Sales: 46141, COGS: 2930, Profit: 43211, Date: `12/01/2019`, MonthName: `December`, Year: 2019 }), + new PivotSalesDataItem({ Country: `UK`, Product: `Luxe`, UnitsSold: 1897, ManufacturingPrice: 260, SalePrice: 300, GrossSales: 569100, Discounts: 111375, Sales: 457725, COGS: 618750, Profit: 161025, Date: `03/01/2019`, MonthName: `March`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Luxe`, UnitsSold: 647, ManufacturingPrice: 260, SalePrice: 300, GrossSales: 194100, Discounts: 24570, Sales: 169530, COGS: 136500, Profit: 33030, Date: `10/01/2019`, MonthName: `October`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Brazil`, Product: `Royal Oak`, UnitsSold: 3621, ManufacturingPrice: 5, SalePrice: 7, GrossSales: 25347, Discounts: 1436.4, Sales: 23910.6, COGS: 6840, Profit: 17070.6, Date: `02/01/2019`, MonthName: `February`, Year: 2019 }), + new PivotSalesDataItem({ Country: `Japan`, Product: `Vermont`, UnitsSold: 3221, ManufacturingPrice: 10, SalePrice: 7, GrossSales: 22547, Discounts: 759.15, Sales: 21787.85, COGS: 3615, Profit: 18172.85, Date: `04/01/2019`, MonthName: `April`, Year: 2019 }), + new PivotSalesDataItem({ Country: `USA`, Product: `Mandarin`, UnitsSold: 493, ManufacturingPrice: 250, SalePrice: 12, GrossSales: 5916, Discounts: 3250.8, Sales: 2665.2, COGS: 5418, Profit: 2752.8, Date: `05/01/2019`, MonthName: `May`, Year: 2019 }), ]; super(...newItems.slice(0)); } diff --git a/samples/grids/pivot-grid/features/src/PivotDataFlat.ts b/samples/grids/pivot-grid/features/src/PivotDataFlat.ts index 0bcecd8e45..1c18d0b07a 100644 --- a/samples/grids/pivot-grid/features/src/PivotDataFlat.ts +++ b/samples/grids/pivot-grid/features/src/PivotDataFlat.ts @@ -18,5006 +18,506 @@ export class PivotDataFlat extends Array { super(...items); } else { const newItems = [ - new PivotDataFlatItem( - { - ProductName: `Clothing`, - ProductUnitPrice: 12.8, - SellerName: `Stanley Brooker`, - SellerCity: `Seattle`, - Date: `01/01/2007`, - Value: 94.4, - NumberOfUnits: 282 - }), - new PivotDataFlatItem( - { - ProductName: `Clothing`, - ProductUnitPrice: 49.6, - SellerName: `Elisa Longbottom`, - SellerCity: `Sofia`, - Date: `01/05/2007`, - Value: 70.8, - NumberOfUnits: 296 - }), - new PivotDataFlatItem( - { - ProductName: `Bikes`, - ProductUnitPrice: 3.6, - SellerName: `Lydia Burson`, - SellerCity: `Tokyo`, - Date: `01/06/2007`, - Value: 35.8, - NumberOfUnits: 68 - }), - new PivotDataFlatItem( - { - ProductName: `Accessories`, - ProductUnitPrice: 85.6, - SellerName: `David Haley`, - SellerCity: `London`, - Date: `01/07/2007`, - Value: 41.4, - NumberOfUnits: 293 - }), - new PivotDataFlatItem( - { - ProductName: `Components`, - ProductUnitPrice: 18.2, - SellerName: `John Smith`, - SellerCity: `Seattle`, - Date: `01/08/2007`, - Value: 60.6, - NumberOfUnits: 240 - }), - new PivotDataFlatItem( - { - ProductName: `Clothing`, - ProductUnitPrice: 68.4, - SellerName: `Larry Lieb`, - SellerCity: `Tokyo`, - Date: `01/12/2007`, - Value: 38, - NumberOfUnits: 456 - }), - new PivotDataFlatItem( - { - ProductName: `Components`, - ProductUnitPrice: 16.2, - SellerName: `Walter Pang`, - SellerCity: `Sofia`, - Date: `02/09/2007`, - Value: 89.2, - NumberOfUnits: 492 - }), - new PivotDataFlatItem( - { - ProductName: `Components`, - ProductUnitPrice: 35.2, - SellerName: `Benjamin Dupree`, - SellerCity: `Tokyo`, - Date: `02/16/2007`, - Value: 2, - NumberOfUnits: 78 - }), - new PivotDataFlatItem( - { - ProductName: `Accessories`, - ProductUnitPrice: 73.2, - SellerName: `Nicholas Carmona`, - SellerCity: `Mellvile`, - Date: `02/17/2007`, - Value: 4.6, - NumberOfUnits: 150 - }), - new PivotDataFlatItem( - { - ProductName: `Clothing`, - ProductUnitPrice: 73.6, - SellerName: `Nicholas Carmona`, - SellerCity: `London`, - Date: `02/19/2007`, - Value: 36.2, - NumberOfUnits: 262 - }), - new PivotDataFlatItem( - { - ProductName: `Bikes`, - ProductUnitPrice: 47.2, - SellerName: `Monica Freitag`, - SellerCity: `Sofia`, - Date: `02/21/2007`, - Value: 18.8, - NumberOfUnits: 125 - }), - new PivotDataFlatItem( - { - ProductName: `Clothing`, - ProductUnitPrice: 51.4, - SellerName: `Kathe Pettel`, - SellerCity: `Sofia`, - Date: `03/04/2007`, - Value: 11.6, - NumberOfUnits: 42 - }), - new PivotDataFlatItem( - { - ProductName: `Bikes`, - ProductUnitPrice: 27.6, - SellerName: `David Haley`, - SellerCity: `Tokyo`, - Date: `03/04/2007`, - Value: 41.4, - NumberOfUnits: 282 - }), - new PivotDataFlatItem( - { - ProductName: `Accessories`, - ProductUnitPrice: 22.4, - SellerName: `Antonio Charbonneau`, - SellerCity: `Berlin`, - Date: `03/17/2007`, - Value: 59.8, - NumberOfUnits: 305 - }), - new PivotDataFlatItem( - { - ProductName: `Clothing`, - ProductUnitPrice: 85.4, - SellerName: `Glenn Landeros`, - SellerCity: `Tokyo`, - Date: `03/23/2007`, - Value: 31.4, - NumberOfUnits: 265 - }), - new PivotDataFlatItem( - { - ProductName: `Accessories`, - ProductUnitPrice: 80.8, - SellerName: `Elisa Longbottom`, - SellerCity: `Mellvile`, - Date: `03/25/2007`, - Value: 90.4, - NumberOfUnits: 350 - }), - new PivotDataFlatItem( - { - ProductName: `Components`, - ProductUnitPrice: 64.6, - SellerName: `Glenn Landeros`, - SellerCity: `Mellvile`, - Date: `03/27/2007`, - Value: 95.4, - NumberOfUnits: 82 - }), - new PivotDataFlatItem( - { - ProductName: `Accessories`, - ProductUnitPrice: 50, - SellerName: `Harry Tyler`, - SellerCity: `New York`, - Date: `04/02/2007`, - Value: 1.4, - NumberOfUnits: 67 - }), - new PivotDataFlatItem( - { - ProductName: `Accessories`, - ProductUnitPrice: 16.4, - SellerName: `Brandon Mckim`, - SellerCity: `Mellvile`, - Date: `04/04/2007`, - Value: 25.4, - NumberOfUnits: 370 - }), - new PivotDataFlatItem( - { - ProductName: `Accessories`, - ProductUnitPrice: 50, - SellerName: `Monica Freitag`, - SellerCity: `Berlin`, - Date: `04/12/2007`, - Value: 46.4, - NumberOfUnits: 228 - }), - new PivotDataFlatItem( - { - ProductName: `Components`, - ProductUnitPrice: 44.8, - SellerName: `Bryan Culver`, - SellerCity: `Tokyo`, - Date: `04/15/2007`, - Value: 82.2, - NumberOfUnits: 272 - }), - new PivotDataFlatItem( - { - ProductName: `Components`, - ProductUnitPrice: 44.4, - SellerName: `Russell Shorter`, - SellerCity: `Berlin`, - Date: `04/18/2007`, - Value: 84, - NumberOfUnits: 227 - }), - new PivotDataFlatItem( - { - ProductName: `Components`, - ProductUnitPrice: 39.4, - SellerName: `Stanley Brooker`, - SellerCity: `Mellvile`, - Date: `04/18/2007`, - Value: 94.4, - NumberOfUnits: 248 - }), - new PivotDataFlatItem( - { - ProductName: `Accessories`, - ProductUnitPrice: 36.6, - SellerName: `Benjamin Meekins`, - SellerCity: `Tokyo`, - Date: `04/21/2007`, - Value: 45.8, - NumberOfUnits: 414 - }), - new PivotDataFlatItem( - { - ProductName: `Clothing`, - ProductUnitPrice: 75.8, - SellerName: `Walter Pang`, - SellerCity: `London`, - Date: `04/25/2007`, - Value: 97.6, - NumberOfUnits: 43 - }), - new PivotDataFlatItem( - { - ProductName: `Components`, - ProductUnitPrice: 57.8, - SellerName: `Antonio Charbonneau`, - SellerCity: `Mellvile`, - Date: `04/26/2007`, - Value: 21, - NumberOfUnits: 71 - }), - new PivotDataFlatItem( - { - ProductName: `Components`, - ProductUnitPrice: 40.2, - SellerName: `Stanley Brooker`, - SellerCity: `New York`, - Date: `05/14/2007`, - Value: 72, - NumberOfUnits: 321 - }), - new PivotDataFlatItem( - { - ProductName: `Accessories`, - ProductUnitPrice: 49.6, - SellerName: `Elisa Longbottom`, - SellerCity: `London`, - Date: `05/17/2007`, - Value: 49.6, - NumberOfUnits: 329 - }), - new PivotDataFlatItem( - { - ProductName: `Clothing`, - ProductUnitPrice: 56.6, - SellerName: `Benjamin Dupree`, - SellerCity: `London`, - Date: `05/17/2007`, - Value: 72.8, - NumberOfUnits: 88 - }), - new PivotDataFlatItem( - { - ProductName: `Clothing`, - ProductUnitPrice: 67.2, - SellerName: `Glenn Landeros`, - SellerCity: `New York`, - Date: `05/26/2007`, - Value: 56.2, - NumberOfUnits: 366 - }), - new PivotDataFlatItem( - { - ProductName: `Components`, - ProductUnitPrice: 14.6, - SellerName: `Walter Pang`, - SellerCity: `Sofia`, - Date: `06/02/2007`, - Value: 81.4, - NumberOfUnits: 450 - }), - new PivotDataFlatItem( - { - ProductName: `Components`, - ProductUnitPrice: 89.4, - SellerName: `Howard Sprouse`, - SellerCity: `Seattle`, - Date: `06/06/2007`, - Value: 19, - NumberOfUnits: 475 - }), - new PivotDataFlatItem( - { - ProductName: `Components`, - ProductUnitPrice: 33.8, - SellerName: `Nicholas Carmona`, - SellerCity: `Seattle`, - Date: `06/11/2007`, - Value: 55, - NumberOfUnits: 195 - }), - new PivotDataFlatItem( - { - ProductName: `Bikes`, - ProductUnitPrice: 54.2, - SellerName: `Harold Garvin`, - SellerCity: `Sofia`, - Date: `06/17/2007`, - Value: 71.6, - NumberOfUnits: 458 - }), - new PivotDataFlatItem( - { - ProductName: `Clothing`, - ProductUnitPrice: 18.4, - SellerName: `Benjamin Dupree`, - SellerCity: `Sofia`, - Date: `07/04/2007`, - Value: 24.2, - NumberOfUnits: 7 - }), - new PivotDataFlatItem( - { - ProductName: `Bikes`, - ProductUnitPrice: 96.2, - SellerName: `Elisa Longbottom`, - SellerCity: `New York`, - Date: `07/08/2007`, - Value: 57.6, - NumberOfUnits: 158 - }), - new PivotDataFlatItem( - { - ProductName: `Clothing`, - ProductUnitPrice: 23, - SellerName: `Benjamin Meekins`, - SellerCity: `Tokyo`, - Date: `07/09/2007`, - Value: 58.8, - NumberOfUnits: 34 - }), - new PivotDataFlatItem( - { - ProductName: `Components`, - ProductUnitPrice: 52.8, - SellerName: `Larry Lieb`, - SellerCity: `Seattle`, - Date: `07/10/2007`, - Value: 32.4, - NumberOfUnits: 412 - }), - new PivotDataFlatItem( - { - ProductName: `Accessories`, - ProductUnitPrice: 62.2, - SellerName: `John Smith`, - SellerCity: `Sofia`, - Date: `07/15/2007`, - Value: 85, - NumberOfUnits: 10 - }), - new PivotDataFlatItem( - { - ProductName: `Accessories`, - ProductUnitPrice: 10.8, - SellerName: `Antonio Charbonneau`, - SellerCity: `New York`, - Date: `07/16/2007`, - Value: 52.2, - NumberOfUnits: 466 - }), - new PivotDataFlatItem( - { - ProductName: `Components`, - ProductUnitPrice: 4.8, - SellerName: `Stanley Brooker`, - SellerCity: `London`, - Date: `07/20/2007`, - Value: 34.2, - NumberOfUnits: 248 - }), - new PivotDataFlatItem( - { - ProductName: `Clothing`, - ProductUnitPrice: 43.8, - SellerName: `Brandon Mckim`, - SellerCity: `Mellvile`, - Date: `07/24/2007`, - Value: 45.6, - NumberOfUnits: 307 - }), - new PivotDataFlatItem( - { - ProductName: `Accessories`, - ProductUnitPrice: 76.4, - SellerName: `Glenn Landeros`, - SellerCity: `London`, - Date: `07/26/2007`, - Value: 26.2, - NumberOfUnits: 445 - }), - new PivotDataFlatItem( - { - ProductName: `Accessories`, - ProductUnitPrice: 34.4, - SellerName: `Bryan Culver`, - SellerCity: `New York`, - Date: `08/01/2007`, - Value: 89.2, - NumberOfUnits: 480 - }), - new PivotDataFlatItem( - { - ProductName: `Clothing`, - ProductUnitPrice: 68.6, - SellerName: `Howard Sprouse`, - SellerCity: `Berlin`, - Date: `08/02/2007`, - Value: 38.2, - NumberOfUnits: 390 - }), - new PivotDataFlatItem( - { - ProductName: `Clothing`, - ProductUnitPrice: 65.2, - SellerName: `Larry Lieb`, - SellerCity: `Mellvile`, - Date: `08/05/2007`, - Value: 23.2, - NumberOfUnits: 388 - }), - new PivotDataFlatItem( - { - ProductName: `Bikes`, - ProductUnitPrice: 45, - SellerName: `Russell Shorter`, - SellerCity: `Seattle`, - Date: `08/19/2007`, - Value: 23.4, - NumberOfUnits: 37 - }), - new PivotDataFlatItem( - { - ProductName: `Clothing`, - ProductUnitPrice: 93.6, - SellerName: `John Smith`, - SellerCity: `New York`, - Date: `08/24/2007`, - Value: 17.4, - NumberOfUnits: 237 - }), - new PivotDataFlatItem( - { - ProductName: `Accessories`, - ProductUnitPrice: 94.4, - SellerName: `Harry Tyler`, - SellerCity: `Seattle`, - Date: `08/26/2007`, - Value: 54.6, - NumberOfUnits: 396 - }), - new PivotDataFlatItem( - { - ProductName: `Accessories`, - ProductUnitPrice: 72.4, - SellerName: `David Haley`, - SellerCity: `Tokyo`, - Date: `08/26/2007`, - Value: 61, - NumberOfUnits: 3 - }), - new PivotDataFlatItem( - { - ProductName: `Components`, - ProductUnitPrice: 80.6, - SellerName: `Russell Shorter`, - SellerCity: `New York`, - Date: `09/02/2007`, - Value: 85.2, - NumberOfUnits: 330 - }), - new PivotDataFlatItem( - { - ProductName: `Clothing`, - ProductUnitPrice: 65.4, - SellerName: `Benjamin Dupree`, - SellerCity: `London`, - Date: `09/04/2007`, - Value: 51.2, - NumberOfUnits: 143 - }), - new PivotDataFlatItem( - { - ProductName: `Components`, - ProductUnitPrice: 30.6, - SellerName: `Bryan Culver`, - SellerCity: `Seattle`, - Date: `09/05/2007`, - Value: 55.2, - NumberOfUnits: 318 - }), - new PivotDataFlatItem( - { - ProductName: `Bikes`, - ProductUnitPrice: 7.6, - SellerName: `Alfredo Fetuchini`, - SellerCity: `Seattle`, - Date: `09/06/2007`, - Value: 41.8, - NumberOfUnits: 393 - }), - new PivotDataFlatItem( - { - ProductName: `Clothing`, - ProductUnitPrice: 47, - SellerName: `Harold Garvin`, - SellerCity: `Seattle`, - Date: `09/10/2007`, - Value: 9.2, - NumberOfUnits: 129 - }), - new PivotDataFlatItem( - { - ProductName: `Bikes`, - ProductUnitPrice: 38, - SellerName: `Glenn Landeros`, - SellerCity: `London`, - Date: `09/17/2007`, - Value: 25.6, - NumberOfUnits: 426 - }), - new PivotDataFlatItem( - { - ProductName: `Clothing`, - ProductUnitPrice: 2.6, - SellerName: `Harry Tyler`, - SellerCity: `London`, - Date: `09/18/2007`, - Value: 36.4, - NumberOfUnits: 217 - }), - new PivotDataFlatItem( - { - ProductName: `Accessories`, - ProductUnitPrice: 77.6, - SellerName: `John Smith`, - SellerCity: `New York`, - Date: `09/20/2007`, - Value: 28, - NumberOfUnits: 152 - }), - new PivotDataFlatItem( - { - ProductName: `Components`, - ProductUnitPrice: 97.2, - SellerName: `Benjamin Meekins`, - SellerCity: `Seattle`, - Date: `09/25/2007`, - Value: 21.8, - NumberOfUnits: 452 - }), - new PivotDataFlatItem( - { - ProductName: `Clothing`, - ProductUnitPrice: 19.8, - SellerName: `Carl Costello`, - SellerCity: `Seattle`, - Date: `10/02/2007`, - Value: 98.4, - NumberOfUnits: 499 - }), - new PivotDataFlatItem( - { - ProductName: `Accessories`, - ProductUnitPrice: 32.8, - SellerName: `Mark Slater`, - SellerCity: `Seattle`, - Date: `10/06/2007`, - Value: 79.6, - NumberOfUnits: 169 - }), - new PivotDataFlatItem( - { - ProductName: `Accessories`, - ProductUnitPrice: 22, - SellerName: `Nicholas Carmona`, - SellerCity: `Berlin`, - Date: `10/14/2007`, - Value: 69.6, - NumberOfUnits: 386 - }), - new PivotDataFlatItem( - { - ProductName: `Bikes`, - ProductUnitPrice: 35.6, - SellerName: `Russell Shorter`, - SellerCity: `Sofia`, - Date: `10/14/2007`, - Value: 27.8, - NumberOfUnits: 454 - }), - new PivotDataFlatItem( - { - ProductName: `Bikes`, - ProductUnitPrice: 47, - SellerName: `Elisa Longbottom`, - SellerCity: `New York`, - Date: `10/25/2007`, - Value: 82.2, - NumberOfUnits: 334 - }), - new PivotDataFlatItem( - { - ProductName: `Bikes`, - ProductUnitPrice: 41.2, - SellerName: `Lydia Burson`, - SellerCity: `Tokyo`, - Date: `10/26/2007`, - Value: 54.4, - NumberOfUnits: 107 - }), - new PivotDataFlatItem( - { - ProductName: `Clothing`, - ProductUnitPrice: 13.8, - SellerName: `Mark Slater`, - SellerCity: `Sofia`, - Date: `11/07/2007`, - Value: 86.2, - NumberOfUnits: 275 - }), - new PivotDataFlatItem( - { - ProductName: `Clothing`, - ProductUnitPrice: 64.2, - SellerName: `Monica Freitag`, - SellerCity: `London`, - Date: `11/09/2007`, - Value: 37.8, - NumberOfUnits: 241 - }), - new PivotDataFlatItem( - { - ProductName: `Clothing`, - ProductUnitPrice: 1.2, - SellerName: `Larry Lieb`, - SellerCity: `London`, - Date: `11/11/2007`, - Value: 75.2, - NumberOfUnits: 177 - }), - new PivotDataFlatItem( - { - ProductName: `Components`, - ProductUnitPrice: 57.8, - SellerName: `Monica Freitag`, - SellerCity: `Sofia`, - Date: `11/13/2007`, - Value: 58.6, - NumberOfUnits: 494 - }), - new PivotDataFlatItem( - { - ProductName: `Clothing`, - ProductUnitPrice: 39.6, - SellerName: `Lydia Burson`, - SellerCity: `Mellvile`, - Date: `11/19/2007`, - Value: 40.8, - NumberOfUnits: 451 - }), - new PivotDataFlatItem( - { - ProductName: `Clothing`, - ProductUnitPrice: 5.2, - SellerName: `Stanley Brooker`, - SellerCity: `Tokyo`, - Date: `01/01/2008`, - Value: 91.8, - NumberOfUnits: 125 - }), - new PivotDataFlatItem( - { - ProductName: `Accessories`, - ProductUnitPrice: 53.4, - SellerName: `Kathe Pettel`, - SellerCity: `London`, - Date: `01/02/2008`, - Value: 31, - NumberOfUnits: 103 - }), - new PivotDataFlatItem( - { - ProductName: `Clothing`, - ProductUnitPrice: 52.2, - SellerName: `Larry Lieb`, - SellerCity: `New York`, - Date: `01/03/2008`, - Value: 43, - NumberOfUnits: 224 - }), - new PivotDataFlatItem( - { - ProductName: `Components`, - ProductUnitPrice: 17.8, - SellerName: `Nicholas Carmona`, - SellerCity: `Mellvile`, - Date: `01/07/2008`, - Value: 47.6, - NumberOfUnits: 498 - }), - new PivotDataFlatItem( - { - ProductName: `Bikes`, - ProductUnitPrice: 80.8, - SellerName: `Benjamin Dupree`, - SellerCity: `London`, - Date: `01/08/2008`, - Value: 15.6, - NumberOfUnits: 142 - }), - new PivotDataFlatItem( - { - ProductName: `Accessories`, - ProductUnitPrice: 95.4, - SellerName: `Larry Lieb`, - SellerCity: `Berlin`, - Date: `01/21/2008`, - Value: 87.2, - NumberOfUnits: 487 - }), - new PivotDataFlatItem( - { - ProductName: `Accessories`, - ProductUnitPrice: 21.8, - SellerName: `David Haley`, - SellerCity: `Mellvile`, - Date: `01/27/2008`, - Value: 14.6, - NumberOfUnits: 331 - }), - new PivotDataFlatItem( - { - ProductName: `Components`, - ProductUnitPrice: 30, - SellerName: `Glenn Landeros`, - SellerCity: `London`, - Date: `02/03/2008`, - Value: 99.2, - NumberOfUnits: 418 - }), - new PivotDataFlatItem( - { - ProductName: `Accessories`, - ProductUnitPrice: 39.8, - SellerName: `Benjamin Meekins`, - SellerCity: `New York`, - Date: `02/04/2008`, - Value: 61, - NumberOfUnits: 214 - }), - new PivotDataFlatItem( - { - ProductName: `Bikes`, - ProductUnitPrice: 40.4, - SellerName: `Elisa Longbottom`, - SellerCity: `Mellvile`, - Date: `02/05/2008`, - Value: 81.8, - NumberOfUnits: 229 - }), - new PivotDataFlatItem( - { - ProductName: `Clothing`, - ProductUnitPrice: 35.2, - SellerName: `Alfredo Fetuchini`, - SellerCity: `London`, - Date: `02/05/2008`, - Value: 54.4, - NumberOfUnits: 16 - }), - new PivotDataFlatItem( - { - ProductName: `Accessories`, - ProductUnitPrice: 41.8, - SellerName: `Harry Tyler`, - SellerCity: `Sofia`, - Date: `02/08/2008`, - Value: 18, - NumberOfUnits: 216 - }), - new PivotDataFlatItem( - { - ProductName: `Accessories`, - ProductUnitPrice: 0.8, - SellerName: `Harry Tyler`, - SellerCity: `Sofia`, - Date: `02/09/2008`, - Value: 85, - NumberOfUnits: 486 - }), - new PivotDataFlatItem( - { - ProductName: `Accessories`, - ProductUnitPrice: 37.6, - SellerName: `Elisa Longbottom`, - SellerCity: `Tokyo`, - Date: `02/13/2008`, - Value: 45.2, - NumberOfUnits: 172 - }), - new PivotDataFlatItem( - { - ProductName: `Bikes`, - ProductUnitPrice: 20.8, - SellerName: `Antonio Charbonneau`, - SellerCity: `New York`, - Date: `02/21/2008`, - Value: 60.6, - NumberOfUnits: 102 - }), - new PivotDataFlatItem( - { - ProductName: `Components`, - ProductUnitPrice: 70.8, - SellerName: `Kathe Pettel`, - SellerCity: `Seattle`, - Date: `02/24/2008`, - Value: 43, - NumberOfUnits: 36 - }), - new PivotDataFlatItem( - { - ProductName: `Components`, - ProductUnitPrice: 53.4, - SellerName: `Alfredo Fetuchini`, - SellerCity: `Mellvile`, - Date: `02/25/2008`, - Value: 11, - NumberOfUnits: 71 - }), - new PivotDataFlatItem( - { - ProductName: `Clothing`, - ProductUnitPrice: 25, - SellerName: `Alfredo Fetuchini`, - SellerCity: `Mellvile`, - Date: `02/25/2008`, - Value: 17, - NumberOfUnits: 53 - }), - new PivotDataFlatItem( - { - ProductName: `Components`, - ProductUnitPrice: 64.6, - SellerName: `Antonio Charbonneau`, - SellerCity: `Tokyo`, - Date: `02/25/2008`, - Value: 99, - NumberOfUnits: 104 - }), - new PivotDataFlatItem( - { - ProductName: `Bikes`, - ProductUnitPrice: 9.6, - SellerName: `Brandon Mckim`, - SellerCity: `Tokyo`, - Date: `02/26/2008`, - Value: 96.2, - NumberOfUnits: 294 - }), - new PivotDataFlatItem( - { - ProductName: `Components`, - ProductUnitPrice: 41.2, - SellerName: `Antonio Charbonneau`, - SellerCity: `Sofia`, - Date: `03/03/2008`, - Value: 93.8, - NumberOfUnits: 454 - }), - new PivotDataFlatItem( - { - ProductName: `Clothing`, - ProductUnitPrice: 37, - SellerName: `Stanley Brooker`, - SellerCity: `Berlin`, - Date: `03/05/2008`, - Value: 82.8, - NumberOfUnits: 492 - }), - new PivotDataFlatItem( - { - ProductName: `Components`, - ProductUnitPrice: 16.8, - SellerName: `Harry Tyler`, - SellerCity: `New York`, - Date: `03/08/2008`, - Value: 0.8, - NumberOfUnits: 132 - }), - new PivotDataFlatItem( - { - ProductName: `Components`, - ProductUnitPrice: 24.8, - SellerName: `Alfredo Fetuchini`, - SellerCity: `New York`, - Date: `03/09/2008`, - Value: 88.6, - NumberOfUnits: 225 - }), - new PivotDataFlatItem( - { - ProductName: `Components`, - ProductUnitPrice: 65.6, - SellerName: `David Haley`, - SellerCity: `Tokyo`, - Date: `03/10/2008`, - Value: 69.2, - NumberOfUnits: 422 - }), - new PivotDataFlatItem( - { - ProductName: `Components`, - ProductUnitPrice: 70.6, - SellerName: `Glenn Landeros`, - SellerCity: `London`, - Date: `03/12/2008`, - Value: 97.2, - NumberOfUnits: 303 - }), - new PivotDataFlatItem( - { - ProductName: `Accessories`, - ProductUnitPrice: 65.2, - SellerName: `Carl Costello`, - SellerCity: `London`, - Date: `03/13/2008`, - Value: 46.4, - NumberOfUnits: 319 - }), - new PivotDataFlatItem( - { - ProductName: `Clothing`, - ProductUnitPrice: 39.6, - SellerName: `Harold Garvin`, - SellerCity: `London`, - Date: `03/14/2008`, - Value: 48.6, - NumberOfUnits: 262 - }), - new PivotDataFlatItem( - { - ProductName: `Bikes`, - ProductUnitPrice: 50.8, - SellerName: `Harold Garvin`, - SellerCity: `Berlin`, - Date: `03/23/2008`, - Value: 91.8, - NumberOfUnits: 345 - }), - new PivotDataFlatItem( - { - ProductName: `Components`, - ProductUnitPrice: 88.4, - SellerName: `David Haley`, - SellerCity: `Tokyo`, - Date: `04/03/2008`, - Value: 87.4, - NumberOfUnits: 407 - }), - new PivotDataFlatItem( - { - ProductName: `Components`, - ProductUnitPrice: 47.4, - SellerName: `Walter Pang`, - SellerCity: `Berlin`, - Date: `04/04/2008`, - Value: 15.2, - NumberOfUnits: 121 - }), - new PivotDataFlatItem( - { - ProductName: `Clothing`, - ProductUnitPrice: 30.4, - SellerName: `Larry Lieb`, - SellerCity: `Seattle`, - Date: `04/06/2008`, - Value: 44.4, - NumberOfUnits: 30 - }), - new PivotDataFlatItem( - { - ProductName: `Components`, - ProductUnitPrice: 88.2, - SellerName: `Harold Garvin`, - SellerCity: `Berlin`, - Date: `04/11/2008`, - Value: 25.4, - NumberOfUnits: 293 - }), - new PivotDataFlatItem( - { - ProductName: `Bikes`, - ProductUnitPrice: 16.6, - SellerName: `David Haley`, - SellerCity: `Sofia`, - Date: `04/12/2008`, - Value: 55.2, - NumberOfUnits: 271 - }), - new PivotDataFlatItem( - { - ProductName: `Clothing`, - ProductUnitPrice: 95.2, - SellerName: `Howard Sprouse`, - SellerCity: `Sofia`, - Date: `04/18/2008`, - Value: 25.8, - NumberOfUnits: 107 - }), - new PivotDataFlatItem( - { - ProductName: `Components`, - ProductUnitPrice: 7.8, - SellerName: `Bryan Culver`, - SellerCity: `Mellvile`, - Date: `04/18/2008`, - Value: 54.6, - NumberOfUnits: 87 - }), - new PivotDataFlatItem( - { - ProductName: `Accessories`, - ProductUnitPrice: 94.8, - SellerName: `David Haley`, - SellerCity: `Tokyo`, - Date: `04/23/2008`, - Value: 79, - NumberOfUnits: 319 - }), - new PivotDataFlatItem( - { - ProductName: `Clothing`, - ProductUnitPrice: 37.2, - SellerName: `Lydia Burson`, - SellerCity: `New York`, - Date: `04/24/2008`, - Value: 21.6, - NumberOfUnits: 346 - }), - new PivotDataFlatItem( - { - ProductName: `Clothing`, - ProductUnitPrice: 99.4, - SellerName: `Benjamin Dupree`, - SellerCity: `London`, - Date: `05/07/2008`, - Value: 77.8, - NumberOfUnits: 382 - }), - new PivotDataFlatItem( - { - ProductName: `Components`, - ProductUnitPrice: 96.2, - SellerName: `Larry Lieb`, - SellerCity: `New York`, - Date: `05/11/2008`, - Value: 35.4, - NumberOfUnits: 334 - }), - new PivotDataFlatItem( - { - ProductName: `Clothing`, - ProductUnitPrice: 26.2, - SellerName: `Harold Garvin`, - SellerCity: `Tokyo`, - Date: `05/13/2008`, - Value: 28.8, - NumberOfUnits: 176 - }), - new PivotDataFlatItem( - { - ProductName: `Components`, - ProductUnitPrice: 80.8, - SellerName: `Mark Slater`, - SellerCity: `Berlin`, - Date: `05/19/2008`, - Value: 8.4, - NumberOfUnits: 125 - }), - new PivotDataFlatItem( - { - ProductName: `Accessories`, - ProductUnitPrice: 78.4, - SellerName: `Russell Shorter`, - SellerCity: `Mellvile`, - Date: `05/19/2008`, - Value: 15, - NumberOfUnits: 458 - }), - new PivotDataFlatItem( - { - ProductName: `Accessories`, - ProductUnitPrice: 94, - SellerName: `Benjamin Meekins`, - SellerCity: `Berlin`, - Date: `05/25/2008`, - Value: 68.6, - NumberOfUnits: 331 - }), - new PivotDataFlatItem( - { - ProductName: `Accessories`, - ProductUnitPrice: 96.6, - SellerName: `Stanley Brooker`, - SellerCity: `Mellvile`, - Date: `05/27/2008`, - Value: 71, - NumberOfUnits: 39 - }), - new PivotDataFlatItem( - { - ProductName: `Clothing`, - ProductUnitPrice: 37.6, - SellerName: `Claudia Kobayashi`, - SellerCity: `London`, - Date: `06/06/2008`, - Value: 97.2, - NumberOfUnits: 238 - }), - new PivotDataFlatItem( - { - ProductName: `Components`, - ProductUnitPrice: 47, - SellerName: `Walter Pang`, - SellerCity: `London`, - Date: `06/07/2008`, - Value: 5.8, - NumberOfUnits: 84 - }), - new PivotDataFlatItem( - { - ProductName: `Bikes`, - ProductUnitPrice: 80.2, - SellerName: `Mark Slater`, - SellerCity: `Tokyo`, - Date: `06/08/2008`, - Value: 24.8, - NumberOfUnits: 363 - }), - new PivotDataFlatItem( - { - ProductName: `Clothing`, - ProductUnitPrice: 43.6, - SellerName: `Harry Tyler`, - SellerCity: `New York`, - Date: `06/08/2008`, - Value: 59, - NumberOfUnits: 479 - }), - new PivotDataFlatItem( - { - ProductName: `Components`, - ProductUnitPrice: 56.4, - SellerName: `Kathe Pettel`, - SellerCity: `Sofia`, - Date: `06/11/2008`, - Value: 87.6, - NumberOfUnits: 404 - }), - new PivotDataFlatItem( - { - ProductName: `Clothing`, - ProductUnitPrice: 81.8, - SellerName: `Glenn Landeros`, - SellerCity: `London`, - Date: `06/18/2008`, - Value: 80.4, - NumberOfUnits: 478 - }), - new PivotDataFlatItem( - { - ProductName: `Clothing`, - ProductUnitPrice: 90.2, - SellerName: `Benjamin Meekins`, - SellerCity: `Sofia`, - Date: `06/19/2008`, - Value: 2.4, - NumberOfUnits: 285 - }), - new PivotDataFlatItem( - { - ProductName: `Bikes`, - ProductUnitPrice: 99.4, - SellerName: `Kathe Pettel`, - SellerCity: `Sofia`, - Date: `06/22/2008`, - Value: 82.6, - NumberOfUnits: 15 - }), - new PivotDataFlatItem( - { - ProductName: `Clothing`, - ProductUnitPrice: 30.8, - SellerName: `Brandon Mckim`, - SellerCity: `Berlin`, - Date: `06/26/2008`, - Value: 77.8, - NumberOfUnits: 245 - }), - new PivotDataFlatItem( - { - ProductName: `Bikes`, - ProductUnitPrice: 99.4, - SellerName: `Nicholas Carmona`, - SellerCity: `Mellvile`, - Date: `07/01/2008`, - Value: 8.2, - NumberOfUnits: 376 - }), - new PivotDataFlatItem( - { - ProductName: `Bikes`, - ProductUnitPrice: 73.4, - SellerName: `Claudia Kobayashi`, - SellerCity: `New York`, - Date: `07/02/2008`, - Value: 48.6, - NumberOfUnits: 40 - }), - new PivotDataFlatItem( - { - ProductName: `Bikes`, - ProductUnitPrice: 43.6, - SellerName: `Larry Lieb`, - SellerCity: `London`, - Date: `07/10/2008`, - Value: 38, - NumberOfUnits: 112 - }), - new PivotDataFlatItem( - { - ProductName: `Clothing`, - ProductUnitPrice: 16.4, - SellerName: `Antonio Charbonneau`, - SellerCity: `New York`, - Date: `07/15/2008`, - Value: 9.8, - NumberOfUnits: 224 - }), - new PivotDataFlatItem( - { - ProductName: `Accessories`, - ProductUnitPrice: 71.4, - SellerName: `Stanley Brooker`, - SellerCity: `Tokyo`, - Date: `07/16/2008`, - Value: 66.4, - NumberOfUnits: 145 - }), - new PivotDataFlatItem( - { - ProductName: `Bikes`, - ProductUnitPrice: 94.6, - SellerName: `Stanley Brooker`, - SellerCity: `Mellvile`, - Date: `07/21/2008`, - Value: 46.6, - NumberOfUnits: 272 - }), - new PivotDataFlatItem( - { - ProductName: `Components`, - ProductUnitPrice: 50.8, - SellerName: `Claudia Kobayashi`, - SellerCity: `London`, - Date: `07/27/2008`, - Value: 90.2, - NumberOfUnits: 278 - }), - new PivotDataFlatItem( - { - ProductName: `Accessories`, - ProductUnitPrice: 12.8, - SellerName: `Harry Tyler`, - SellerCity: `Seattle`, - Date: `07/27/2008`, - Value: 89.2, - NumberOfUnits: 253 - }), - new PivotDataFlatItem( - { - ProductName: `Components`, - ProductUnitPrice: 35.8, - SellerName: `Nicholas Carmona`, - SellerCity: `New York`, - Date: `08/01/2008`, - Value: 28.4, - NumberOfUnits: 255 - }), - new PivotDataFlatItem( - { - ProductName: `Bikes`, - ProductUnitPrice: 17.2, - SellerName: `David Haley`, - SellerCity: `Seattle`, - Date: `08/02/2008`, - Value: 0.6, - NumberOfUnits: 46 - }), - new PivotDataFlatItem( - { - ProductName: `Bikes`, - ProductUnitPrice: 22.2, - SellerName: `Benjamin Dupree`, - SellerCity: `Tokyo`, - Date: `08/08/2008`, - Value: 58.6, - NumberOfUnits: 279 - }), - new PivotDataFlatItem( - { - ProductName: `Accessories`, - ProductUnitPrice: 63, - SellerName: `Russell Shorter`, - SellerCity: `Sofia`, - Date: `08/08/2008`, - Value: 91.8, - NumberOfUnits: 89 - }), - new PivotDataFlatItem( - { - ProductName: `Clothing`, - ProductUnitPrice: 83.8, - SellerName: `Larry Lieb`, - SellerCity: `Sofia`, - Date: `08/14/2008`, - Value: 52.6, - NumberOfUnits: 17 - }), - new PivotDataFlatItem( - { - ProductName: `Bikes`, - ProductUnitPrice: 14.2, - SellerName: `Lydia Burson`, - SellerCity: `Sofia`, - Date: `08/21/2008`, - Value: 54, - NumberOfUnits: 470 - }), - new PivotDataFlatItem( - { - ProductName: `Bikes`, - ProductUnitPrice: 34.6, - SellerName: `Elisa Longbottom`, - SellerCity: `Mellvile`, - Date: `08/25/2008`, - Value: 1.8, - NumberOfUnits: 195 - }), - new PivotDataFlatItem( - { - ProductName: `Accessories`, - ProductUnitPrice: 86.8, - SellerName: `Lydia Burson`, - SellerCity: `New York`, - Date: `08/27/2008`, - Value: 23.8, - NumberOfUnits: 173 - }), - new PivotDataFlatItem( - { - ProductName: `Accessories`, - ProductUnitPrice: 42.2, - SellerName: `Benjamin Dupree`, - SellerCity: `New York`, - Date: `09/01/2008`, - Value: 51.2, - NumberOfUnits: 472 - }), - new PivotDataFlatItem( - { - ProductName: `Accessories`, - ProductUnitPrice: 25.8, - SellerName: `Larry Lieb`, - SellerCity: `Seattle`, - Date: `09/06/2008`, - Value: 88.4, - NumberOfUnits: 148 - }), - new PivotDataFlatItem( - { - ProductName: `Clothing`, - ProductUnitPrice: 23.2, - SellerName: `Walter Pang`, - SellerCity: `Mellvile`, - Date: `09/06/2008`, - Value: 94.6, - NumberOfUnits: 314 - }), - new PivotDataFlatItem( - { - ProductName: `Accessories`, - ProductUnitPrice: 83.8, - SellerName: `Nicholas Carmona`, - SellerCity: `Seattle`, - Date: `09/07/2008`, - Value: 66.8, - NumberOfUnits: 431 - }), - new PivotDataFlatItem( - { - ProductName: `Clothing`, - ProductUnitPrice: 84.4, - SellerName: `Walter Pang`, - SellerCity: `Mellvile`, - Date: `09/07/2008`, - Value: 27.6, - NumberOfUnits: 347 - }), - new PivotDataFlatItem( - { - ProductName: `Accessories`, - ProductUnitPrice: 7.4, - SellerName: `Harry Tyler`, - SellerCity: `Berlin`, - Date: `09/11/2008`, - Value: 2.8, - NumberOfUnits: 27 - }), - new PivotDataFlatItem( - { - ProductName: `Clothing`, - ProductUnitPrice: 9.6, - SellerName: `Elisa Longbottom`, - SellerCity: `Berlin`, - Date: `09/12/2008`, - Value: 12, - NumberOfUnits: 5 - }), - new PivotDataFlatItem( - { - ProductName: `Accessories`, - ProductUnitPrice: 50.8, - SellerName: `Larry Lieb`, - SellerCity: `Mellvile`, - Date: `09/19/2008`, - Value: 16.6, - NumberOfUnits: 191 - }), - new PivotDataFlatItem( - { - ProductName: `Accessories`, - ProductUnitPrice: 80, - SellerName: `Bryan Culver`, - SellerCity: `New York`, - Date: `09/25/2008`, - Value: 84.4, - NumberOfUnits: 421 - }), - new PivotDataFlatItem( - { - ProductName: `Accessories`, - ProductUnitPrice: 62.2, - SellerName: `Carl Costello`, - SellerCity: `Seattle`, - Date: `10/03/2008`, - Value: 29, - NumberOfUnits: 297 - }), - new PivotDataFlatItem( - { - ProductName: `Clothing`, - ProductUnitPrice: 96.2, - SellerName: `Glenn Landeros`, - SellerCity: `New York`, - Date: `10/04/2008`, - Value: 15.8, - NumberOfUnits: 128 - }), - new PivotDataFlatItem( - { - ProductName: `Components`, - ProductUnitPrice: 47, - SellerName: `Howard Sprouse`, - SellerCity: `Mellvile`, - Date: `10/13/2008`, - Value: 37.4, - NumberOfUnits: 210 - }), - new PivotDataFlatItem( - { - ProductName: `Bikes`, - ProductUnitPrice: 35.8, - SellerName: `Russell Shorter`, - SellerCity: `London`, - Date: `10/14/2008`, - Value: 27, - NumberOfUnits: 315 - }), - new PivotDataFlatItem( - { - ProductName: `Bikes`, - ProductUnitPrice: 79, - SellerName: `Benjamin Meekins`, - SellerCity: `New York`, - Date: `10/19/2008`, - Value: 69.8, - NumberOfUnits: 489 - }), - new PivotDataFlatItem( - { - ProductName: `Components`, - ProductUnitPrice: 84.4, - SellerName: `Walter Pang`, - SellerCity: `Mellvile`, - Date: `10/21/2008`, - Value: 61.4, - NumberOfUnits: 47 - }), - new PivotDataFlatItem( - { - ProductName: `Accessories`, - ProductUnitPrice: 25.6, - SellerName: `John Smith`, - SellerCity: `Mellvile`, - Date: `10/22/2008`, - Value: 69.4, - NumberOfUnits: 92 - }), - new PivotDataFlatItem( - { - ProductName: `Bikes`, - ProductUnitPrice: 24, - SellerName: `Alfredo Fetuchini`, - SellerCity: `Mellvile`, - Date: `11/01/2008`, - Value: 81.2, - NumberOfUnits: 30 - }), - new PivotDataFlatItem( - { - ProductName: `Accessories`, - ProductUnitPrice: 53.6, - SellerName: `Stanley Brooker`, - SellerCity: `Berlin`, - Date: `11/01/2008`, - Value: 15, - NumberOfUnits: 132 - }), - new PivotDataFlatItem( - { - ProductName: `Bikes`, - ProductUnitPrice: 68.2, - SellerName: `Bryan Culver`, - SellerCity: `London`, - Date: `11/10/2008`, - Value: 6.2, - NumberOfUnits: 368 - }), - new PivotDataFlatItem( - { - ProductName: `Clothing`, - ProductUnitPrice: 60, - SellerName: `Kathe Pettel`, - SellerCity: `New York`, - Date: `11/11/2008`, - Value: 39.2, - NumberOfUnits: 482 - }), - new PivotDataFlatItem( - { - ProductName: `Clothing`, - ProductUnitPrice: 5.8, - SellerName: `Antonio Charbonneau`, - SellerCity: `Mellvile`, - Date: `11/11/2008`, - Value: 48.8, - NumberOfUnits: 22 - }), - new PivotDataFlatItem( - { - ProductName: `Accessories`, - ProductUnitPrice: 96, - SellerName: `Claudia Kobayashi`, - SellerCity: `London`, - Date: `11/20/2008`, - Value: 87.2, - NumberOfUnits: 159 - }), - new PivotDataFlatItem( - { - ProductName: `Components`, - ProductUnitPrice: 59.2, - SellerName: `Alfredo Fetuchini`, - SellerCity: `Berlin`, - Date: `11/25/2008`, - Value: 88.6, - NumberOfUnits: 52 - }), - new PivotDataFlatItem( - { - ProductName: `Accessories`, - ProductUnitPrice: 94, - SellerName: `Harry Tyler`, - SellerCity: `Tokyo`, - Date: `01/05/2009`, - Value: 79.8, - NumberOfUnits: 194 - }), - new PivotDataFlatItem( - { - ProductName: `Clothing`, - ProductUnitPrice: 12.8, - SellerName: `David Haley`, - SellerCity: `Berlin`, - Date: `01/08/2009`, - Value: 43, - NumberOfUnits: 100 - }), - new PivotDataFlatItem( - { - ProductName: `Clothing`, - ProductUnitPrice: 38, - SellerName: `Benjamin Meekins`, - SellerCity: `Berlin`, - Date: `01/10/2009`, - Value: 48.4, - NumberOfUnits: 252 - }), - new PivotDataFlatItem( - { - ProductName: `Components`, - ProductUnitPrice: 79.4, - SellerName: `Kathe Pettel`, - SellerCity: `Tokyo`, - Date: `01/13/2009`, - Value: 68.6, - NumberOfUnits: 116 - }), - new PivotDataFlatItem( - { - ProductName: `Components`, - ProductUnitPrice: 91, - SellerName: `Elisa Longbottom`, - SellerCity: `London`, - Date: `01/14/2009`, - Value: 27.6, - NumberOfUnits: 259 - }), - new PivotDataFlatItem( - { - ProductName: `Bikes`, - ProductUnitPrice: 100, - SellerName: `Glenn Landeros`, - SellerCity: `London`, - Date: `01/19/2009`, - Value: 56.8, - NumberOfUnits: 217 - }), - new PivotDataFlatItem( - { - ProductName: `Bikes`, - ProductUnitPrice: 43.4, - SellerName: `Bryan Culver`, - SellerCity: `Seattle`, - Date: `01/22/2009`, - Value: 36.6, - NumberOfUnits: 48 - }), - new PivotDataFlatItem( - { - ProductName: `Clothing`, - ProductUnitPrice: 0.8, - SellerName: `Stanley Brooker`, - SellerCity: `New York`, - Date: `02/02/2009`, - Value: 71.4, - NumberOfUnits: 445 - }), - new PivotDataFlatItem( - { - ProductName: `Clothing`, - ProductUnitPrice: 60.6, - SellerName: `Kathe Pettel`, - SellerCity: `Mellvile`, - Date: `02/03/2009`, - Value: 44.6, - NumberOfUnits: 90 - }), - new PivotDataFlatItem( - { - ProductName: `Bikes`, - ProductUnitPrice: 13.8, - SellerName: `Harry Tyler`, - SellerCity: `Sofia`, - Date: `02/07/2009`, - Value: 36.2, - NumberOfUnits: 453 - }), - new PivotDataFlatItem( - { - ProductName: `Bikes`, - ProductUnitPrice: 44.2, - SellerName: `Harry Tyler`, - SellerCity: `Mellvile`, - Date: `02/07/2009`, - Value: 85.6, - NumberOfUnits: 450 - }), - new PivotDataFlatItem( - { - ProductName: `Components`, - ProductUnitPrice: 94.4, - SellerName: `Lydia Burson`, - SellerCity: `Sofia`, - Date: `02/07/2009`, - Value: 48.2, - NumberOfUnits: 152 - }), - new PivotDataFlatItem( - { - ProductName: `Accessories`, - ProductUnitPrice: 8.8, - SellerName: `Harry Tyler`, - SellerCity: `Berlin`, - Date: `02/16/2009`, - Value: 46.6, - NumberOfUnits: 119 - }), - new PivotDataFlatItem( - { - ProductName: `Accessories`, - ProductUnitPrice: 79.2, - SellerName: `Kathe Pettel`, - SellerCity: `Tokyo`, - Date: `02/16/2009`, - Value: 29.2, - NumberOfUnits: 463 - }), - new PivotDataFlatItem( - { - ProductName: `Bikes`, - ProductUnitPrice: 18.6, - SellerName: `Howard Sprouse`, - SellerCity: `Tokyo`, - Date: `02/17/2009`, - Value: 19.8, - NumberOfUnits: 150 - }), - new PivotDataFlatItem( - { - ProductName: `Bikes`, - ProductUnitPrice: 28, - SellerName: `Walter Pang`, - SellerCity: `Berlin`, - Date: `02/19/2009`, - Value: 17.6, - NumberOfUnits: 210 - }), - new PivotDataFlatItem( - { - ProductName: `Bikes`, - ProductUnitPrice: 67.2, - SellerName: `Kathe Pettel`, - SellerCity: `Tokyo`, - Date: `02/20/2009`, - Value: 36.4, - NumberOfUnits: 150 - }), - new PivotDataFlatItem( - { - ProductName: `Bikes`, - ProductUnitPrice: 36, - SellerName: `Benjamin Meekins`, - SellerCity: `London`, - Date: `02/21/2009`, - Value: 74, - NumberOfUnits: 97 - }), - new PivotDataFlatItem( - { - ProductName: `Bikes`, - ProductUnitPrice: 34.2, - SellerName: `Stanley Brooker`, - SellerCity: `Berlin`, - Date: `02/22/2009`, - Value: 86.4, - NumberOfUnits: 256 - }), - new PivotDataFlatItem( - { - ProductName: `Accessories`, - ProductUnitPrice: 66.4, - SellerName: `Russell Shorter`, - SellerCity: `London`, - Date: `02/24/2009`, - Value: 53, - NumberOfUnits: 172 - }), - new PivotDataFlatItem( - { - ProductName: `Components`, - ProductUnitPrice: 15, - SellerName: `Monica Freitag`, - SellerCity: `Mellvile`, - Date: `02/24/2009`, - Value: 5.2, - NumberOfUnits: 489 - }), - new PivotDataFlatItem( - { - ProductName: `Bikes`, - ProductUnitPrice: 52, - SellerName: `Claudia Kobayashi`, - SellerCity: `Sofia`, - Date: `02/27/2009`, - Value: 9.2, - NumberOfUnits: 222 - }), - new PivotDataFlatItem( - { - ProductName: `Clothing`, - ProductUnitPrice: 98.4, - SellerName: `Nicholas Carmona`, - SellerCity: `Berlin`, - Date: `03/03/2009`, - Value: 81.4, - NumberOfUnits: 300 - }), - new PivotDataFlatItem( - { - ProductName: `Bikes`, - ProductUnitPrice: 72.8, - SellerName: `Harry Tyler`, - SellerCity: `London`, - Date: `03/03/2009`, - Value: 1.4, - NumberOfUnits: 270 - }), - new PivotDataFlatItem( - { - ProductName: `Clothing`, - ProductUnitPrice: 16.4, - SellerName: `Claudia Kobayashi`, - SellerCity: `London`, - Date: `03/07/2009`, - Value: 81.4, - NumberOfUnits: 263 - }), - new PivotDataFlatItem( - { - ProductName: `Bikes`, - ProductUnitPrice: 93.6, - SellerName: `Elisa Longbottom`, - SellerCity: `Mellvile`, - Date: `03/10/2009`, - Value: 22.8, - NumberOfUnits: 28 - }), - new PivotDataFlatItem( - { - ProductName: `Components`, - ProductUnitPrice: 42.2, - SellerName: `Howard Sprouse`, - SellerCity: `London`, - Date: `03/15/2009`, - Value: 20.4, - NumberOfUnits: 237 - }), - new PivotDataFlatItem( - { - ProductName: `Accessories`, - ProductUnitPrice: 55, - SellerName: `Claudia Kobayashi`, - SellerCity: `Tokyo`, - Date: `03/16/2009`, - Value: 64, - NumberOfUnits: 171 - }), - new PivotDataFlatItem( - { - ProductName: `Components`, - ProductUnitPrice: 97.4, - SellerName: `Kathe Pettel`, - SellerCity: `New York`, - Date: `03/27/2009`, - Value: 24, - NumberOfUnits: 251 - }), - new PivotDataFlatItem( - { - ProductName: `Components`, - ProductUnitPrice: 51, - SellerName: `Antonio Charbonneau`, - SellerCity: `London`, - Date: `04/01/2009`, - Value: 32.4, - NumberOfUnits: 275 - }), - new PivotDataFlatItem( - { - ProductName: `Components`, - ProductUnitPrice: 4.8, - SellerName: `Brandon Mckim`, - SellerCity: `London`, - Date: `04/06/2009`, - Value: 42, - NumberOfUnits: 311 - }), - new PivotDataFlatItem( - { - ProductName: `Clothing`, - ProductUnitPrice: 71, - SellerName: `Monica Freitag`, - SellerCity: `New York`, - Date: `04/07/2009`, - Value: 82.8, - NumberOfUnits: 217 - }), - new PivotDataFlatItem( - { - ProductName: `Components`, - ProductUnitPrice: 96.8, - SellerName: `Claudia Kobayashi`, - SellerCity: `London`, - Date: `04/09/2009`, - Value: 62.2, - NumberOfUnits: 360 - }), - new PivotDataFlatItem( - { - ProductName: `Bikes`, - ProductUnitPrice: 83.6, - SellerName: `Howard Sprouse`, - SellerCity: `Berlin`, - Date: `04/12/2009`, - Value: 51.6, - NumberOfUnits: 35 - }), - new PivotDataFlatItem( - { - ProductName: `Accessories`, - ProductUnitPrice: 96.4, - SellerName: `Nicholas Carmona`, - SellerCity: `New York`, - Date: `04/15/2009`, - Value: 81, - NumberOfUnits: 294 - }), - new PivotDataFlatItem( - { - ProductName: `Clothing`, - ProductUnitPrice: 70.8, - SellerName: `Howard Sprouse`, - SellerCity: `Seattle`, - Date: `04/16/2009`, - Value: 36, - NumberOfUnits: 436 - }), - new PivotDataFlatItem( - { - ProductName: `Components`, - ProductUnitPrice: 94.6, - SellerName: `Kathe Pettel`, - SellerCity: `London`, - Date: `04/20/2009`, - Value: 82.6, - NumberOfUnits: 78 - }), - new PivotDataFlatItem( - { - ProductName: `Components`, - ProductUnitPrice: 29.6, - SellerName: `David Haley`, - SellerCity: `Tokyo`, - Date: `04/22/2009`, - Value: 94, - NumberOfUnits: 301 - }), - new PivotDataFlatItem( - { - ProductName: `Components`, - ProductUnitPrice: 70.6, - SellerName: `Mark Slater`, - SellerCity: `New York`, - Date: `05/02/2009`, - Value: 92.6, - NumberOfUnits: 24 - }), - new PivotDataFlatItem( - { - ProductName: `Bikes`, - ProductUnitPrice: 71.8, - SellerName: `Howard Sprouse`, - SellerCity: `Seattle`, - Date: `05/04/2009`, - Value: 19.4, - NumberOfUnits: 332 - }), - new PivotDataFlatItem( - { - ProductName: `Components`, - ProductUnitPrice: 14.6, - SellerName: `Mark Slater`, - SellerCity: `Berlin`, - Date: `05/11/2009`, - Value: 56.4, - NumberOfUnits: 307 - }), - new PivotDataFlatItem( - { - ProductName: `Components`, - ProductUnitPrice: 36.8, - SellerName: `Harold Garvin`, - SellerCity: `Seattle`, - Date: `05/11/2009`, - Value: 34.4, - NumberOfUnits: 375 - }), - new PivotDataFlatItem( - { - ProductName: `Bikes`, - ProductUnitPrice: 62.8, - SellerName: `Benjamin Dupree`, - SellerCity: `Mellvile`, - Date: `05/12/2009`, - Value: 2, - NumberOfUnits: 499 - }), - new PivotDataFlatItem( - { - ProductName: `Accessories`, - ProductUnitPrice: 13.8, - SellerName: `Russell Shorter`, - SellerCity: `London`, - Date: `05/21/2009`, - Value: 42.6, - NumberOfUnits: 337 - }), - new PivotDataFlatItem( - { - ProductName: `Bikes`, - ProductUnitPrice: 46.2, - SellerName: `Larry Lieb`, - SellerCity: `London`, - Date: `05/24/2009`, - Value: 55.4, - NumberOfUnits: 284 - }), - new PivotDataFlatItem( - { - ProductName: `Clothing`, - ProductUnitPrice: 95.4, - SellerName: `Howard Sprouse`, - SellerCity: `Berlin`, - Date: `05/26/2009`, - Value: 94.8, - NumberOfUnits: 292 - }), - new PivotDataFlatItem( - { - ProductName: `Bikes`, - ProductUnitPrice: 78.2, - SellerName: `Howard Sprouse`, - SellerCity: `Sofia`, - Date: `05/26/2009`, - Value: 60.2, - NumberOfUnits: 424 - }), - new PivotDataFlatItem( - { - ProductName: `Clothing`, - ProductUnitPrice: 99.4, - SellerName: `Mark Slater`, - SellerCity: `Mellvile`, - Date: `06/05/2009`, - Value: 29, - NumberOfUnits: 271 - }), - new PivotDataFlatItem( - { - ProductName: `Components`, - ProductUnitPrice: 87, - SellerName: `Howard Sprouse`, - SellerCity: `Mellvile`, - Date: `06/10/2009`, - Value: 94, - NumberOfUnits: 6 - }), - new PivotDataFlatItem( - { - ProductName: `Bikes`, - ProductUnitPrice: 13.6, - SellerName: `Elisa Longbottom`, - SellerCity: `Sofia`, - Date: `06/12/2009`, - Value: 95, - NumberOfUnits: 44 - }), - new PivotDataFlatItem( - { - ProductName: `Bikes`, - ProductUnitPrice: 99.8, - SellerName: `Nicholas Carmona`, - SellerCity: `Seattle`, - Date: `06/12/2009`, - Value: 74.2, - NumberOfUnits: 277 - }), - new PivotDataFlatItem( - { - ProductName: `Accessories`, - ProductUnitPrice: 17, - SellerName: `Brandon Mckim`, - SellerCity: `Seattle`, - Date: `06/13/2009`, - Value: 65.2, - NumberOfUnits: 98 - }), - new PivotDataFlatItem( - { - ProductName: `Components`, - ProductUnitPrice: 42.4, - SellerName: `Elisa Longbottom`, - SellerCity: `Mellvile`, - Date: `06/22/2009`, - Value: 68.6, - NumberOfUnits: 443 - }), - new PivotDataFlatItem( - { - ProductName: `Clothing`, - ProductUnitPrice: 79.6, - SellerName: `Benjamin Dupree`, - SellerCity: `Seattle`, - Date: `06/26/2009`, - Value: 81.4, - NumberOfUnits: 409 - }), - new PivotDataFlatItem( - { - ProductName: `Clothing`, - ProductUnitPrice: 26.4, - SellerName: `Walter Pang`, - SellerCity: `New York`, - Date: `07/02/2009`, - Value: 68.2, - NumberOfUnits: 240 - }), - new PivotDataFlatItem( - { - ProductName: `Clothing`, - ProductUnitPrice: 34.2, - SellerName: `Kathe Pettel`, - SellerCity: `Seattle`, - Date: `07/10/2009`, - Value: 95.6, - NumberOfUnits: 23 - }), - new PivotDataFlatItem( - { - ProductName: `Bikes`, - ProductUnitPrice: 29.4, - SellerName: `Larry Lieb`, - SellerCity: `Mellvile`, - Date: `07/12/2009`, - Value: 36, - NumberOfUnits: 109 - }), - new PivotDataFlatItem( - { - ProductName: `Accessories`, - ProductUnitPrice: 86.8, - SellerName: `Nicholas Carmona`, - SellerCity: `Berlin`, - Date: `07/13/2009`, - Value: 30, - NumberOfUnits: 117 - }), - new PivotDataFlatItem( - { - ProductName: `Accessories`, - ProductUnitPrice: 58.4, - SellerName: `Mark Slater`, - SellerCity: `New York`, - Date: `07/15/2009`, - Value: 34.4, - NumberOfUnits: 336 - }), - new PivotDataFlatItem( - { - ProductName: `Clothing`, - ProductUnitPrice: 39.8, - SellerName: `Antonio Charbonneau`, - SellerCity: `Seattle`, - Date: `07/18/2009`, - Value: 92.4, - NumberOfUnits: 372 - }), - new PivotDataFlatItem( - { - ProductName: `Bikes`, - ProductUnitPrice: 10.2, - SellerName: `Larry Lieb`, - SellerCity: `Berlin`, - Date: `07/19/2009`, - Value: 90.4, - NumberOfUnits: 403 - }), - new PivotDataFlatItem( - { - ProductName: `Accessories`, - ProductUnitPrice: 17.8, - SellerName: `Harry Tyler`, - SellerCity: `Seattle`, - Date: `07/19/2009`, - Value: 66.2, - NumberOfUnits: 144 - }), - new PivotDataFlatItem( - { - ProductName: `Clothing`, - ProductUnitPrice: 21.6, - SellerName: `Lydia Burson`, - SellerCity: `Seattle`, - Date: `07/19/2009`, - Value: 41.8, - NumberOfUnits: 395 - }), - new PivotDataFlatItem( - { - ProductName: `Clothing`, - ProductUnitPrice: 33.6, - SellerName: `Nicholas Carmona`, - SellerCity: `New York`, - Date: `07/20/2009`, - Value: 16.6, - NumberOfUnits: 236 - }), - new PivotDataFlatItem( - { - ProductName: `Accessories`, - ProductUnitPrice: 48.8, - SellerName: `Larry Lieb`, - SellerCity: `Seattle`, - Date: `07/20/2009`, - Value: 86.8, - NumberOfUnits: 160 - }), - new PivotDataFlatItem( - { - ProductName: `Components`, - ProductUnitPrice: 81.8, - SellerName: `David Haley`, - SellerCity: `Sofia`, - Date: `07/20/2009`, - Value: 65.8, - NumberOfUnits: 157 - }), - new PivotDataFlatItem( - { - ProductName: `Components`, - ProductUnitPrice: 9.8, - SellerName: `Glenn Landeros`, - SellerCity: `Sofia`, - Date: `07/25/2009`, - Value: 0.2, - NumberOfUnits: 255 - }), - new PivotDataFlatItem( - { - ProductName: `Bikes`, - ProductUnitPrice: 88.6, - SellerName: `Mark Slater`, - SellerCity: `London`, - Date: `08/16/2009`, - Value: 43, - NumberOfUnits: 284 - }), - new PivotDataFlatItem( - { - ProductName: `Clothing`, - ProductUnitPrice: 89.4, - SellerName: `Walter Pang`, - SellerCity: `Tokyo`, - Date: `08/17/2009`, - Value: 15.8, - NumberOfUnits: 333 - }), - new PivotDataFlatItem( - { - ProductName: `Bikes`, - ProductUnitPrice: 24, - SellerName: `Monica Freitag`, - SellerCity: `Seattle`, - Date: `08/17/2009`, - Value: 51.6, - NumberOfUnits: 48 - }), - new PivotDataFlatItem( - { - ProductName: `Bikes`, - ProductUnitPrice: 19.4, - SellerName: `Kathe Pettel`, - SellerCity: `New York`, - Date: `08/18/2009`, - Value: 82.6, - NumberOfUnits: 399 - }), - new PivotDataFlatItem( - { - ProductName: `Bikes`, - ProductUnitPrice: 9.4, - SellerName: `Mark Slater`, - SellerCity: `Berlin`, - Date: `08/24/2009`, - Value: 68.6, - NumberOfUnits: 413 - }), - new PivotDataFlatItem( - { - ProductName: `Accessories`, - ProductUnitPrice: 1.2, - SellerName: `Monica Freitag`, - SellerCity: `Sofia`, - Date: `09/06/2009`, - Value: 72, - NumberOfUnits: 182 - }), - new PivotDataFlatItem( - { - ProductName: `Components`, - ProductUnitPrice: 77, - SellerName: `Russell Shorter`, - SellerCity: `Mellvile`, - Date: `09/06/2009`, - Value: 45, - NumberOfUnits: 156 - }), - new PivotDataFlatItem( - { - ProductName: `Components`, - ProductUnitPrice: 80.8, - SellerName: `Antonio Charbonneau`, - SellerCity: `Mellvile`, - Date: `09/09/2009`, - Value: 92.4, - NumberOfUnits: 293 - }), - new PivotDataFlatItem( - { - ProductName: `Components`, - ProductUnitPrice: 22.8, - SellerName: `Benjamin Dupree`, - SellerCity: `Berlin`, - Date: `10/01/2009`, - Value: 100, - NumberOfUnits: 16 - }), - new PivotDataFlatItem( - { - ProductName: `Bikes`, - ProductUnitPrice: 78.2, - SellerName: `Benjamin Meekins`, - SellerCity: `Seattle`, - Date: `10/01/2009`, - Value: 16, - NumberOfUnits: 106 - }), - new PivotDataFlatItem( - { - ProductName: `Accessories`, - ProductUnitPrice: 73, - SellerName: `Glenn Landeros`, - SellerCity: `Tokyo`, - Date: `10/06/2009`, - Value: 91.6, - NumberOfUnits: 16 - }), - new PivotDataFlatItem( - { - ProductName: `Components`, - ProductUnitPrice: 22.2, - SellerName: `John Smith`, - SellerCity: `Tokyo`, - Date: `10/07/2009`, - Value: 1.8, - NumberOfUnits: 187 - }), - new PivotDataFlatItem( - { - ProductName: `Bikes`, - ProductUnitPrice: 42.8, - SellerName: `Harry Tyler`, - SellerCity: `Seattle`, - Date: `10/10/2009`, - Value: 21.8, - NumberOfUnits: 137 - }), - new PivotDataFlatItem( - { - ProductName: `Clothing`, - ProductUnitPrice: 46.2, - SellerName: `Mark Slater`, - SellerCity: `Seattle`, - Date: `10/14/2009`, - Value: 15, - NumberOfUnits: 138 - }), - new PivotDataFlatItem( - { - ProductName: `Bikes`, - ProductUnitPrice: 14.4, - SellerName: `Mark Slater`, - SellerCity: `Seattle`, - Date: `10/24/2009`, - Value: 65, - NumberOfUnits: 256 - }), - new PivotDataFlatItem( - { - ProductName: `Components`, - ProductUnitPrice: 40.2, - SellerName: `Antonio Charbonneau`, - SellerCity: `London`, - Date: `10/24/2009`, - Value: 11.2, - NumberOfUnits: 353 - }), - new PivotDataFlatItem( - { - ProductName: `Accessories`, - ProductUnitPrice: 17.2, - SellerName: `Lydia Burson`, - SellerCity: `Tokyo`, - Date: `11/01/2009`, - Value: 95, - NumberOfUnits: 359 - }), - new PivotDataFlatItem( - { - ProductName: `Bikes`, - ProductUnitPrice: 52, - SellerName: `Walter Pang`, - SellerCity: `Tokyo`, - Date: `11/04/2009`, - Value: 43.2, - NumberOfUnits: 134 - }), - new PivotDataFlatItem( - { - ProductName: `Accessories`, - ProductUnitPrice: 91, - SellerName: `Larry Lieb`, - SellerCity: `Seattle`, - Date: `11/09/2009`, - Value: 25.2, - NumberOfUnits: 263 - }), - new PivotDataFlatItem( - { - ProductName: `Accessories`, - ProductUnitPrice: 88.6, - SellerName: `Monica Freitag`, - SellerCity: `Seattle`, - Date: `11/11/2009`, - Value: 41, - NumberOfUnits: 313 - }), - new PivotDataFlatItem( - { - ProductName: `Accessories`, - ProductUnitPrice: 46.6, - SellerName: `Stanley Brooker`, - SellerCity: `Mellvile`, - Date: `11/16/2009`, - Value: 20.4, - NumberOfUnits: 115 - }), - new PivotDataFlatItem( - { - ProductName: `Clothing`, - ProductUnitPrice: 20.4, - SellerName: `Claudia Kobayashi`, - SellerCity: `Berlin`, - Date: `11/17/2009`, - Value: 33, - NumberOfUnits: 414 - }), - new PivotDataFlatItem( - { - ProductName: `Accessories`, - ProductUnitPrice: 70.8, - SellerName: `Kathe Pettel`, - SellerCity: `New York`, - Date: `11/21/2009`, - Value: 3, - NumberOfUnits: 53 - }), - new PivotDataFlatItem( - { - ProductName: `Components`, - ProductUnitPrice: 81.6, - SellerName: `John Smith`, - SellerCity: `New York`, - Date: `11/22/2009`, - Value: 86.8, - NumberOfUnits: 472 - }), - new PivotDataFlatItem( - { - ProductName: `Accessories`, - ProductUnitPrice: 9.8, - SellerName: `Harry Tyler`, - SellerCity: `Mellvile`, - Date: `11/23/2009`, - Value: 53.6, - NumberOfUnits: 199 - }), - new PivotDataFlatItem( - { - ProductName: `Bikes`, - ProductUnitPrice: 29.8, - SellerName: `Harold Garvin`, - SellerCity: `Sofia`, - Date: `11/24/2009`, - Value: 27.4, - NumberOfUnits: 241 - }), - new PivotDataFlatItem( - { - ProductName: `Components`, - ProductUnitPrice: 33.2, - SellerName: `Glenn Landeros`, - SellerCity: `New York`, - Date: `11/24/2009`, - Value: 1.2, - NumberOfUnits: 320 - }), - new PivotDataFlatItem( - { - ProductName: `Components`, - ProductUnitPrice: 65.6, - SellerName: `David Haley`, - SellerCity: `London`, - Date: `01/02/2010`, - Value: 20.6, - NumberOfUnits: 299 - }), - new PivotDataFlatItem( - { - ProductName: `Accessories`, - ProductUnitPrice: 62.2, - SellerName: `Benjamin Dupree`, - SellerCity: `London`, - Date: `01/08/2010`, - Value: 35.4, - NumberOfUnits: 366 - }), - new PivotDataFlatItem( - { - ProductName: `Clothing`, - ProductUnitPrice: 78.6, - SellerName: `John Smith`, - SellerCity: `New York`, - Date: `01/10/2010`, - Value: 27.8, - NumberOfUnits: 290 - }), - new PivotDataFlatItem( - { - ProductName: `Accessories`, - ProductUnitPrice: 11.6, - SellerName: `Lydia Burson`, - SellerCity: `Sofia`, - Date: `01/11/2010`, - Value: 61.8, - NumberOfUnits: 350 - }), - new PivotDataFlatItem( - { - ProductName: `Clothing`, - ProductUnitPrice: 33.4, - SellerName: `Russell Shorter`, - SellerCity: `Sofia`, - Date: `01/14/2010`, - Value: 33.8, - NumberOfUnits: 469 - }), - new PivotDataFlatItem( - { - ProductName: `Components`, - ProductUnitPrice: 96.2, - SellerName: `Nicholas Carmona`, - SellerCity: `Sofia`, - Date: `01/21/2010`, - Value: 75.6, - NumberOfUnits: 352 - }), - new PivotDataFlatItem( - { - ProductName: `Bikes`, - ProductUnitPrice: 92.2, - SellerName: `Larry Lieb`, - SellerCity: `Seattle`, - Date: `01/25/2010`, - Value: 38.8, - NumberOfUnits: 47 - }), - new PivotDataFlatItem( - { - ProductName: `Bikes`, - ProductUnitPrice: 93.2, - SellerName: `Russell Shorter`, - SellerCity: `Tokyo`, - Date: `02/02/2010`, - Value: 66.4, - NumberOfUnits: 153 - }), - new PivotDataFlatItem( - { - ProductName: `Accessories`, - ProductUnitPrice: 39, - SellerName: `Antonio Charbonneau`, - SellerCity: `Berlin`, - Date: `02/02/2010`, - Value: 28.6, - NumberOfUnits: 211 - }), - new PivotDataFlatItem( - { - ProductName: `Bikes`, - ProductUnitPrice: 99.4, - SellerName: `Russell Shorter`, - SellerCity: `Sofia`, - Date: `02/04/2010`, - Value: 67, - NumberOfUnits: 267 - }), - new PivotDataFlatItem( - { - ProductName: `Components`, - ProductUnitPrice: 94.4, - SellerName: `Antonio Charbonneau`, - SellerCity: `New York`, - Date: `02/04/2010`, - Value: 71.4, - NumberOfUnits: 91 - }), - new PivotDataFlatItem( - { - ProductName: `Accessories`, - ProductUnitPrice: 19.8, - SellerName: `Claudia Kobayashi`, - SellerCity: `Tokyo`, - Date: `02/05/2010`, - Value: 46, - NumberOfUnits: 84 - }), - new PivotDataFlatItem( - { - ProductName: `Components`, - ProductUnitPrice: 87.2, - SellerName: `Howard Sprouse`, - SellerCity: `Mellvile`, - Date: `02/11/2010`, - Value: 66.8, - NumberOfUnits: 270 - }), - new PivotDataFlatItem( - { - ProductName: `Bikes`, - ProductUnitPrice: 76.2, - SellerName: `Alfredo Fetuchini`, - SellerCity: `Berlin`, - Date: `02/12/2010`, - Value: 87, - NumberOfUnits: 496 - }), - new PivotDataFlatItem( - { - ProductName: `Components`, - ProductUnitPrice: 52, - SellerName: `John Smith`, - SellerCity: `Seattle`, - Date: `02/16/2010`, - Value: 47.4, - NumberOfUnits: 24 - }), - new PivotDataFlatItem( - { - ProductName: `Components`, - ProductUnitPrice: 21.8, - SellerName: `Walter Pang`, - SellerCity: `Mellvile`, - Date: `02/17/2010`, - Value: 72.8, - NumberOfUnits: 41 - }), - new PivotDataFlatItem( - { - ProductName: `Bikes`, - ProductUnitPrice: 15.8, - SellerName: `John Smith`, - SellerCity: `Mellvile`, - Date: `02/22/2010`, - Value: 65.6, - NumberOfUnits: 365 - }), - new PivotDataFlatItem( - { - ProductName: `Components`, - ProductUnitPrice: 2.8, - SellerName: `Brandon Mckim`, - SellerCity: `Sofia`, - Date: `03/01/2010`, - Value: 68.6, - NumberOfUnits: 202 - }), - new PivotDataFlatItem( - { - ProductName: `Components`, - ProductUnitPrice: 52.4, - SellerName: `Howard Sprouse`, - SellerCity: `Seattle`, - Date: `03/01/2010`, - Value: 79.4, - NumberOfUnits: 225 - }), - new PivotDataFlatItem( - { - ProductName: `Accessories`, - ProductUnitPrice: 0.4, - SellerName: `Stanley Brooker`, - SellerCity: `Mellvile`, - Date: `03/03/2010`, - Value: 70.2, - NumberOfUnits: 206 - }), - new PivotDataFlatItem( - { - ProductName: `Accessories`, - ProductUnitPrice: 22.4, - SellerName: `Larry Lieb`, - SellerCity: `Sofia`, - Date: `03/11/2010`, - Value: 54.8, - NumberOfUnits: 158 - }), - new PivotDataFlatItem( - { - ProductName: `Bikes`, - ProductUnitPrice: 94.8, - SellerName: `Benjamin Meekins`, - SellerCity: `London`, - Date: `03/14/2010`, - Value: 70.4, - NumberOfUnits: 169 - }), - new PivotDataFlatItem( - { - ProductName: `Bikes`, - ProductUnitPrice: 1.2, - SellerName: `John Smith`, - SellerCity: `New York`, - Date: `03/15/2010`, - Value: 19, - NumberOfUnits: 4 - }), - new PivotDataFlatItem( - { - ProductName: `Components`, - ProductUnitPrice: 12.2, - SellerName: `Monica Freitag`, - SellerCity: `New York`, - Date: `03/15/2010`, - Value: 12.8, - NumberOfUnits: 232 - }), - new PivotDataFlatItem( - { - ProductName: `Bikes`, - ProductUnitPrice: 58.8, - SellerName: `Mark Slater`, - SellerCity: `Berlin`, - Date: `03/16/2010`, - Value: 78.8, - NumberOfUnits: 421 - }), - new PivotDataFlatItem( - { - ProductName: `Bikes`, - ProductUnitPrice: 44, - SellerName: `David Haley`, - SellerCity: `Seattle`, - Date: `03/25/2010`, - Value: 89.6, - NumberOfUnits: 260 - }), - new PivotDataFlatItem( - { - ProductName: `Accessories`, - ProductUnitPrice: 54.6, - SellerName: `Brandon Mckim`, - SellerCity: `Seattle`, - Date: `04/02/2010`, - Value: 92, - NumberOfUnits: 194 - }), - new PivotDataFlatItem( - { - ProductName: `Components`, - ProductUnitPrice: 94.6, - SellerName: `Walter Pang`, - SellerCity: `Tokyo`, - Date: `04/05/2010`, - Value: 35.4, - NumberOfUnits: 491 - }), - new PivotDataFlatItem( - { - ProductName: `Accessories`, - ProductUnitPrice: 11.2, - SellerName: `Harold Garvin`, - SellerCity: `London`, - Date: `04/14/2010`, - Value: 30, - NumberOfUnits: 256 - }), - new PivotDataFlatItem( - { - ProductName: `Components`, - ProductUnitPrice: 18.2, - SellerName: `Alfredo Fetuchini`, - SellerCity: `Mellvile`, - Date: `04/15/2010`, - Value: 84.6, - NumberOfUnits: 279 - }), - new PivotDataFlatItem( - { - ProductName: `Accessories`, - ProductUnitPrice: 8.4, - SellerName: `Carl Costello`, - SellerCity: `Berlin`, - Date: `04/15/2010`, - Value: 99.6, - NumberOfUnits: 287 - }), - new PivotDataFlatItem( - { - ProductName: `Components`, - ProductUnitPrice: 78, - SellerName: `Carl Costello`, - SellerCity: `New York`, - Date: `04/22/2010`, - Value: 59, - NumberOfUnits: 363 - }), - new PivotDataFlatItem( - { - ProductName: `Clothing`, - ProductUnitPrice: 55.6, - SellerName: `Mark Slater`, - SellerCity: `Berlin`, - Date: `04/22/2010`, - Value: 16.4, - NumberOfUnits: 499 - }), - new PivotDataFlatItem( - { - ProductName: `Bikes`, - ProductUnitPrice: 39.4, - SellerName: `Lydia Burson`, - SellerCity: `Berlin`, - Date: `04/24/2010`, - Value: 0.2, - NumberOfUnits: 109 - }), - new PivotDataFlatItem( - { - ProductName: `Components`, - ProductUnitPrice: 7.8, - SellerName: `Benjamin Dupree`, - SellerCity: `Berlin`, - Date: `05/04/2010`, - Value: 99.6, - NumberOfUnits: 25 - }), - new PivotDataFlatItem( - { - ProductName: `Clothing`, - ProductUnitPrice: 62.4, - SellerName: `Alfredo Fetuchini`, - SellerCity: `Mellvile`, - Date: `05/05/2010`, - Value: 48, - NumberOfUnits: 64 - }), - new PivotDataFlatItem( - { - ProductName: `Accessories`, - ProductUnitPrice: 38.8, - SellerName: `Howard Sprouse`, - SellerCity: `London`, - Date: `05/06/2010`, - Value: 57.8, - NumberOfUnits: 256 - }), - new PivotDataFlatItem( - { - ProductName: `Bikes`, - ProductUnitPrice: 17.8, - SellerName: `Benjamin Meekins`, - SellerCity: `Mellvile`, - Date: `05/07/2010`, - Value: 15.4, - NumberOfUnits: 50 - }), - new PivotDataFlatItem( - { - ProductName: `Clothing`, - ProductUnitPrice: 57.8, - SellerName: `Bryan Culver`, - SellerCity: `Berlin`, - Date: `05/07/2010`, - Value: 58.6, - NumberOfUnits: 437 - }), - new PivotDataFlatItem( - { - ProductName: `Bikes`, - ProductUnitPrice: 21.4, - SellerName: `Bryan Culver`, - SellerCity: `Sofia`, - Date: `05/19/2010`, - Value: 41, - NumberOfUnits: 253 - }), - new PivotDataFlatItem( - { - ProductName: `Clothing`, - ProductUnitPrice: 10.2, - SellerName: `Monica Freitag`, - SellerCity: `London`, - Date: `05/22/2010`, - Value: 24, - NumberOfUnits: 312 - }), - new PivotDataFlatItem( - { - ProductName: `Bikes`, - ProductUnitPrice: 87.8, - SellerName: `Claudia Kobayashi`, - SellerCity: `London`, - Date: `05/24/2010`, - Value: 12.6, - NumberOfUnits: 82 - }), - new PivotDataFlatItem( - { - ProductName: `Clothing`, - ProductUnitPrice: 42.6, - SellerName: `Harold Garvin`, - SellerCity: `New York`, - Date: `06/01/2010`, - Value: 32.2, - NumberOfUnits: 467 - }), - new PivotDataFlatItem( - { - ProductName: `Components`, - ProductUnitPrice: 79.8, - SellerName: `Alfredo Fetuchini`, - SellerCity: `Sofia`, - Date: `06/05/2010`, - Value: 69.6, - NumberOfUnits: 74 - }), - new PivotDataFlatItem( - { - ProductName: `Components`, - ProductUnitPrice: 1.8, - SellerName: `Nicholas Carmona`, - SellerCity: `Seattle`, - Date: `06/10/2010`, - Value: 14.8, - NumberOfUnits: 81 - }), - new PivotDataFlatItem( - { - ProductName: `Components`, - ProductUnitPrice: 15, - SellerName: `Kathe Pettel`, - SellerCity: `Berlin`, - Date: `06/25/2010`, - Value: 18.8, - NumberOfUnits: 88 - }), - new PivotDataFlatItem( - { - ProductName: `Accessories`, - ProductUnitPrice: 43.4, - SellerName: `Antonio Charbonneau`, - SellerCity: `Mellvile`, - Date: `06/26/2010`, - Value: 44.4, - NumberOfUnits: 126 - }), - new PivotDataFlatItem( - { - ProductName: `Components`, - ProductUnitPrice: 16.2, - SellerName: `Elisa Longbottom`, - SellerCity: `Sofia`, - Date: `06/27/2010`, - Value: 77.8, - NumberOfUnits: 112 - }), - new PivotDataFlatItem( - { - ProductName: `Clothing`, - ProductUnitPrice: 59.2, - SellerName: `Antonio Charbonneau`, - SellerCity: `Sofia`, - Date: `06/27/2010`, - Value: 15.4, - NumberOfUnits: 47 - }), - new PivotDataFlatItem( - { - ProductName: `Components`, - ProductUnitPrice: 40, - SellerName: `Claudia Kobayashi`, - SellerCity: `Sofia`, - Date: `07/05/2010`, - Value: 29.4, - NumberOfUnits: 218 - }), - new PivotDataFlatItem( - { - ProductName: `Bikes`, - ProductUnitPrice: 27, - SellerName: `Nicholas Carmona`, - SellerCity: `New York`, - Date: `07/05/2010`, - Value: 30, - NumberOfUnits: 34 - }), - new PivotDataFlatItem( - { - ProductName: `Components`, - ProductUnitPrice: 14.4, - SellerName: `Bryan Culver`, - SellerCity: `Sofia`, - Date: `07/13/2010`, - Value: 83.4, - NumberOfUnits: 492 - }), - new PivotDataFlatItem( - { - ProductName: `Clothing`, - ProductUnitPrice: 53.4, - SellerName: `Harry Tyler`, - SellerCity: `Sofia`, - Date: `07/16/2010`, - Value: 41.6, - NumberOfUnits: 464 - }), - new PivotDataFlatItem( - { - ProductName: `Components`, - ProductUnitPrice: 21.4, - SellerName: `Harry Tyler`, - SellerCity: `Seattle`, - Date: `07/17/2010`, - Value: 83.4, - NumberOfUnits: 118 - }), - new PivotDataFlatItem( - { - ProductName: `Bikes`, - ProductUnitPrice: 24, - SellerName: `Nicholas Carmona`, - SellerCity: `Seattle`, - Date: `07/18/2010`, - Value: 94.2, - NumberOfUnits: 442 - }), - new PivotDataFlatItem( - { - ProductName: `Clothing`, - ProductUnitPrice: 37.6, - SellerName: `Benjamin Meekins`, - SellerCity: `London`, - Date: `07/23/2010`, - Value: 59.6, - NumberOfUnits: 248 - }), - new PivotDataFlatItem( - { - ProductName: `Accessories`, - ProductUnitPrice: 60.8, - SellerName: `Lydia Burson`, - SellerCity: `London`, - Date: `07/23/2010`, - Value: 83.6, - NumberOfUnits: 472 - }), - new PivotDataFlatItem( - { - ProductName: `Bikes`, - ProductUnitPrice: 78, - SellerName: `Alfredo Fetuchini`, - SellerCity: `New York`, - Date: `07/24/2010`, - Value: 84, - NumberOfUnits: 140 - }), - new PivotDataFlatItem( - { - ProductName: `Components`, - ProductUnitPrice: 47.6, - SellerName: `Lydia Burson`, - SellerCity: `Tokyo`, - Date: `07/26/2010`, - Value: 86.6, - NumberOfUnits: 118 - }), - new PivotDataFlatItem( - { - ProductName: `Components`, - ProductUnitPrice: 58.2, - SellerName: `Harry Tyler`, - SellerCity: `Sofia`, - Date: `07/27/2010`, - Value: 64, - NumberOfUnits: 176 - }), - new PivotDataFlatItem( - { - ProductName: `Clothing`, - ProductUnitPrice: 98.4, - SellerName: `Russell Shorter`, - SellerCity: `Mellvile`, - Date: `08/01/2010`, - Value: 23.4, - NumberOfUnits: 77 - }), - new PivotDataFlatItem( - { - ProductName: `Components`, - ProductUnitPrice: 3, - SellerName: `Glenn Landeros`, - SellerCity: `Sofia`, - Date: `08/08/2010`, - Value: 74.4, - NumberOfUnits: 105 - }), - new PivotDataFlatItem( - { - ProductName: `Components`, - ProductUnitPrice: 98.2, - SellerName: `Alfredo Fetuchini`, - SellerCity: `Tokyo`, - Date: `08/21/2010`, - Value: 60.8, - NumberOfUnits: 160 - }), - new PivotDataFlatItem( - { - ProductName: `Bikes`, - ProductUnitPrice: 79, - SellerName: `Stanley Brooker`, - SellerCity: `Seattle`, - Date: `08/26/2010`, - Value: 67, - NumberOfUnits: 186 - }), - new PivotDataFlatItem( - { - ProductName: `Accessories`, - ProductUnitPrice: 17.8, - SellerName: `Harold Garvin`, - SellerCity: `Seattle`, - Date: `09/04/2010`, - Value: 29, - NumberOfUnits: 380 - }), - new PivotDataFlatItem( - { - ProductName: `Bikes`, - ProductUnitPrice: 38.8, - SellerName: `John Smith`, - SellerCity: `Tokyo`, - Date: `09/11/2010`, - Value: 41.6, - NumberOfUnits: 470 - }), - new PivotDataFlatItem( - { - ProductName: `Clothing`, - ProductUnitPrice: 75.2, - SellerName: `Benjamin Dupree`, - SellerCity: `Mellvile`, - Date: `09/13/2010`, - Value: 42.8, - NumberOfUnits: 348 - }), - new PivotDataFlatItem( - { - ProductName: `Components`, - ProductUnitPrice: 55.4, - SellerName: `Carl Costello`, - SellerCity: `London`, - Date: `09/14/2010`, - Value: 29.4, - NumberOfUnits: 151 - }), - new PivotDataFlatItem( - { - ProductName: `Accessories`, - ProductUnitPrice: 51.4, - SellerName: `Kathe Pettel`, - SellerCity: `New York`, - Date: `09/24/2010`, - Value: 86.6, - NumberOfUnits: 7 - }), - new PivotDataFlatItem( - { - ProductName: `Accessories`, - ProductUnitPrice: 31.4, - SellerName: `Monica Freitag`, - SellerCity: `New York`, - Date: `10/07/2010`, - Value: 39, - NumberOfUnits: 123 - }), - new PivotDataFlatItem( - { - ProductName: `Clothing`, - ProductUnitPrice: 80, - SellerName: `Mark Slater`, - SellerCity: `Seattle`, - Date: `10/08/2010`, - Value: 8.8, - NumberOfUnits: 374 - }), - new PivotDataFlatItem( - { - ProductName: `Clothing`, - ProductUnitPrice: 94.8, - SellerName: `Kathe Pettel`, - SellerCity: `Mellvile`, - Date: `10/11/2010`, - Value: 96.8, - NumberOfUnits: 178 - }), - new PivotDataFlatItem( - { - ProductName: `Clothing`, - ProductUnitPrice: 42, - SellerName: `Bryan Culver`, - SellerCity: `Sofia`, - Date: `10/22/2010`, - Value: 31.4, - NumberOfUnits: 354 - }), - new PivotDataFlatItem( - { - ProductName: `Accessories`, - ProductUnitPrice: 46.6, - SellerName: `Elisa Longbottom`, - SellerCity: `New York`, - Date: `10/25/2010`, - Value: 85.6, - NumberOfUnits: 459 - }), - new PivotDataFlatItem( - { - ProductName: `Clothing`, - ProductUnitPrice: 27.2, - SellerName: `Mark Slater`, - SellerCity: `London`, - Date: `11/02/2010`, - Value: 46.4, - NumberOfUnits: 78 - }), - new PivotDataFlatItem( - { - ProductName: `Bikes`, - ProductUnitPrice: 30.2, - SellerName: `Walter Pang`, - SellerCity: `Berlin`, - Date: `11/03/2010`, - Value: 52.2, - NumberOfUnits: 417 - }), - new PivotDataFlatItem( - { - ProductName: `Clothing`, - ProductUnitPrice: 82.2, - SellerName: `Walter Pang`, - SellerCity: `Seattle`, - Date: `11/12/2010`, - Value: 15.4, - NumberOfUnits: 208 - }), - new PivotDataFlatItem( - { - ProductName: `Components`, - ProductUnitPrice: 13.2, - SellerName: `Harold Garvin`, - SellerCity: `Seattle`, - Date: `11/19/2010`, - Value: 48.6, - NumberOfUnits: 359 - }), - new PivotDataFlatItem( - { - ProductName: `Accessories`, - ProductUnitPrice: 8.8, - SellerName: `Russell Shorter`, - SellerCity: `New York`, - Date: `11/25/2010`, - Value: 24.6, - NumberOfUnits: 392 - }), - new PivotDataFlatItem( - { - ProductName: `Clothing`, - ProductUnitPrice: 78.4, - SellerName: `John Smith`, - SellerCity: `London`, - Date: `01/01/2011`, - Value: 37.6, - NumberOfUnits: 241 - }), - new PivotDataFlatItem( - { - ProductName: `Clothing`, - ProductUnitPrice: 50.6, - SellerName: `Claudia Kobayashi`, - SellerCity: `Seattle`, - Date: `01/04/2011`, - Value: 27.2, - NumberOfUnits: 62 - }), - new PivotDataFlatItem( - { - ProductName: `Bikes`, - ProductUnitPrice: 6.4, - SellerName: `Elisa Longbottom`, - SellerCity: `Tokyo`, - Date: `01/06/2011`, - Value: 89.6, - NumberOfUnits: 485 - }), - new PivotDataFlatItem( - { - ProductName: `Bikes`, - ProductUnitPrice: 47.4, - SellerName: `Bryan Culver`, - SellerCity: `Sofia`, - Date: `01/14/2011`, - Value: 5, - NumberOfUnits: 470 - }), - new PivotDataFlatItem( - { - ProductName: `Bikes`, - ProductUnitPrice: 6.2, - SellerName: `Harry Tyler`, - SellerCity: `Seattle`, - Date: `01/23/2011`, - Value: 78.6, - NumberOfUnits: 197 - }), - new PivotDataFlatItem( - { - ProductName: `Clothing`, - ProductUnitPrice: 57.6, - SellerName: `Larry Lieb`, - SellerCity: `Berlin`, - Date: `01/26/2011`, - Value: 59.8, - NumberOfUnits: 353 - }), - new PivotDataFlatItem( - { - ProductName: `Components`, - ProductUnitPrice: 37.6, - SellerName: `Benjamin Meekins`, - SellerCity: `Mellvile`, - Date: `02/01/2011`, - Value: 39.6, - NumberOfUnits: 338 - }), - new PivotDataFlatItem( - { - ProductName: `Clothing`, - ProductUnitPrice: 21, - SellerName: `Claudia Kobayashi`, - SellerCity: `New York`, - Date: `02/08/2011`, - Value: 93, - NumberOfUnits: 17 - }), - new PivotDataFlatItem( - { - ProductName: `Clothing`, - ProductUnitPrice: 11.8, - SellerName: `Antonio Charbonneau`, - SellerCity: `Berlin`, - Date: `02/12/2011`, - Value: 61.4, - NumberOfUnits: 429 - }), - new PivotDataFlatItem( - { - ProductName: `Components`, - ProductUnitPrice: 65, - SellerName: `Alfredo Fetuchini`, - SellerCity: `Tokyo`, - Date: `02/14/2011`, - Value: 24.4, - NumberOfUnits: 385 - }), - new PivotDataFlatItem( - { - ProductName: `Clothing`, - ProductUnitPrice: 20, - SellerName: `Claudia Kobayashi`, - SellerCity: `New York`, - Date: `02/20/2011`, - Value: 35.4, - NumberOfUnits: 166 - }), - new PivotDataFlatItem( - { - ProductName: `Components`, - ProductUnitPrice: 3.2, - SellerName: `Lydia Burson`, - SellerCity: `Seattle`, - Date: `02/20/2011`, - Value: 52.6, - NumberOfUnits: 137 - }), - new PivotDataFlatItem( - { - ProductName: `Bikes`, - ProductUnitPrice: 18.2, - SellerName: `Russell Shorter`, - SellerCity: `New York`, - Date: `02/24/2011`, - Value: 8.2, - NumberOfUnits: 443 - }), - new PivotDataFlatItem( - { - ProductName: `Bikes`, - ProductUnitPrice: 20.4, - SellerName: `Carl Costello`, - SellerCity: `Seattle`, - Date: `02/26/2011`, - Value: 87.4, - NumberOfUnits: 40 - }), - new PivotDataFlatItem( - { - ProductName: `Bikes`, - ProductUnitPrice: 20.6, - SellerName: `Glenn Landeros`, - SellerCity: `London`, - Date: `03/05/2011`, - Value: 7.4, - NumberOfUnits: 138 - }), - new PivotDataFlatItem( - { - ProductName: `Clothing`, - ProductUnitPrice: 23.8, - SellerName: `Lydia Burson`, - SellerCity: `Tokyo`, - Date: `03/09/2011`, - Value: 18.2, - NumberOfUnits: 15 - }), - new PivotDataFlatItem( - { - ProductName: `Clothing`, - ProductUnitPrice: 76.4, - SellerName: `Antonio Charbonneau`, - SellerCity: `Mellvile`, - Date: `03/09/2011`, - Value: 74.6, - NumberOfUnits: 469 - }), - new PivotDataFlatItem( - { - ProductName: `Clothing`, - ProductUnitPrice: 93.4, - SellerName: `Russell Shorter`, - SellerCity: `London`, - Date: `03/11/2011`, - Value: 89, - NumberOfUnits: 426 - }), - new PivotDataFlatItem( - { - ProductName: `Components`, - ProductUnitPrice: 63, - SellerName: `Benjamin Dupree`, - SellerCity: `Seattle`, - Date: `03/16/2011`, - Value: 32.6, - NumberOfUnits: 208 - }), - new PivotDataFlatItem( - { - ProductName: `Clothing`, - ProductUnitPrice: 58.6, - SellerName: `Brandon Mckim`, - SellerCity: `Seattle`, - Date: `03/21/2011`, - Value: 51, - NumberOfUnits: 155 - }), - new PivotDataFlatItem( - { - ProductName: `Clothing`, - ProductUnitPrice: 82.4, - SellerName: `Stanley Brooker`, - SellerCity: `Seattle`, - Date: `03/23/2011`, - Value: 33.4, - NumberOfUnits: 381 - }), - new PivotDataFlatItem( - { - ProductName: `Components`, - ProductUnitPrice: 19.2, - SellerName: `Nicholas Carmona`, - SellerCity: `Tokyo`, - Date: `04/12/2011`, - Value: 75.2, - NumberOfUnits: 5 - }), - new PivotDataFlatItem( - { - ProductName: `Clothing`, - ProductUnitPrice: 53.6, - SellerName: `Walter Pang`, - SellerCity: `London`, - Date: `04/12/2011`, - Value: 14.6, - NumberOfUnits: 221 - }), - new PivotDataFlatItem( - { - ProductName: `Accessories`, - ProductUnitPrice: 97.4, - SellerName: `Howard Sprouse`, - SellerCity: `Sofia`, - Date: `04/14/2011`, - Value: 84.8, - NumberOfUnits: 39 - }), - new PivotDataFlatItem( - { - ProductName: `Bikes`, - ProductUnitPrice: 74.2, - SellerName: `Mark Slater`, - SellerCity: `New York`, - Date: `04/16/2011`, - Value: 51.4, - NumberOfUnits: 468 - }), - new PivotDataFlatItem( - { - ProductName: `Accessories`, - ProductUnitPrice: 8.2, - SellerName: `Claudia Kobayashi`, - SellerCity: `Seattle`, - Date: `04/17/2011`, - Value: 0.8, - NumberOfUnits: 44 - }), - new PivotDataFlatItem( - { - ProductName: `Clothing`, - ProductUnitPrice: 59.2, - SellerName: `John Smith`, - SellerCity: `Mellvile`, - Date: `04/22/2011`, - Value: 47.6, - NumberOfUnits: 287 - }), - new PivotDataFlatItem( - { - ProductName: `Accessories`, - ProductUnitPrice: 96.8, - SellerName: `Russell Shorter`, - SellerCity: `Sofia`, - Date: `04/24/2011`, - Value: 78.6, - NumberOfUnits: 463 - }), - new PivotDataFlatItem( - { - ProductName: `Components`, - ProductUnitPrice: 76.8, - SellerName: `Walter Pang`, - SellerCity: `Seattle`, - Date: `04/24/2011`, - Value: 63, - NumberOfUnits: 335 - }), - new PivotDataFlatItem( - { - ProductName: `Accessories`, - ProductUnitPrice: 73.4, - SellerName: `Walter Pang`, - SellerCity: `Berlin`, - Date: `04/24/2011`, - Value: 30.6, - NumberOfUnits: 211 - }), - new PivotDataFlatItem( - { - ProductName: `Components`, - ProductUnitPrice: 66.4, - SellerName: `Benjamin Dupree`, - SellerCity: `Seattle`, - Date: `05/03/2011`, - Value: 87.4, - NumberOfUnits: 291 - }), - new PivotDataFlatItem( - { - ProductName: `Clothing`, - ProductUnitPrice: 37, - SellerName: `John Smith`, - SellerCity: `Sofia`, - Date: `05/05/2011`, - Value: 40.2, - NumberOfUnits: 1 - }), - new PivotDataFlatItem( - { - ProductName: `Clothing`, - ProductUnitPrice: 21.4, - SellerName: `Alfredo Fetuchini`, - SellerCity: `Seattle`, - Date: `05/06/2011`, - Value: 46, - NumberOfUnits: 120 - }), - new PivotDataFlatItem( - { - ProductName: `Bikes`, - ProductUnitPrice: 20, - SellerName: `Benjamin Dupree`, - SellerCity: `Berlin`, - Date: `05/06/2011`, - Value: 72.6, - NumberOfUnits: 382 - }), - new PivotDataFlatItem( - { - ProductName: `Clothing`, - ProductUnitPrice: 16.6, - SellerName: `Harry Tyler`, - SellerCity: `Seattle`, - Date: `05/07/2011`, - Value: 7.8, - NumberOfUnits: 63 - }), - new PivotDataFlatItem( - { - ProductName: `Clothing`, - ProductUnitPrice: 41.8, - SellerName: `Stanley Brooker`, - SellerCity: `Seattle`, - Date: `05/12/2011`, - Value: 94.4, - NumberOfUnits: 230 - }), - new PivotDataFlatItem( - { - ProductName: `Components`, - ProductUnitPrice: 5, - SellerName: `Larry Lieb`, - SellerCity: `Tokyo`, - Date: `05/13/2011`, - Value: 31, - NumberOfUnits: 362 - }), - new PivotDataFlatItem( - { - ProductName: `Components`, - ProductUnitPrice: 10.8, - SellerName: `Monica Freitag`, - SellerCity: `New York`, - Date: `05/17/2011`, - Value: 59.8, - NumberOfUnits: 430 - }), - new PivotDataFlatItem( - { - ProductName: `Bikes`, - ProductUnitPrice: 66.2, - SellerName: `Nicholas Carmona`, - SellerCity: `Seattle`, - Date: `05/23/2011`, - Value: 91.2, - NumberOfUnits: 204 - }), - new PivotDataFlatItem( - { - ProductName: `Bikes`, - ProductUnitPrice: 61, - SellerName: `Antonio Charbonneau`, - SellerCity: `Berlin`, - Date: `05/24/2011`, - Value: 86.2, - NumberOfUnits: 118 - }), - new PivotDataFlatItem( - { - ProductName: `Accessories`, - ProductUnitPrice: 68.8, - SellerName: `Walter Pang`, - SellerCity: `Sofia`, - Date: `06/01/2011`, - Value: 14.6, - NumberOfUnits: 17 - }), - new PivotDataFlatItem( - { - ProductName: `Components`, - ProductUnitPrice: 40.8, - SellerName: `Walter Pang`, - SellerCity: `New York`, - Date: `06/03/2011`, - Value: 9, - NumberOfUnits: 312 - }), - new PivotDataFlatItem( - { - ProductName: `Accessories`, - ProductUnitPrice: 97, - SellerName: `Lydia Burson`, - SellerCity: `Seattle`, - Date: `06/12/2011`, - Value: 95, - NumberOfUnits: 283 - }), - new PivotDataFlatItem( - { - ProductName: `Components`, - ProductUnitPrice: 67, - SellerName: `Benjamin Dupree`, - SellerCity: `Seattle`, - Date: `06/13/2011`, - Value: 27.6, - NumberOfUnits: 460 - }), - new PivotDataFlatItem( - { - ProductName: `Bikes`, - ProductUnitPrice: 67.2, - SellerName: `Howard Sprouse`, - SellerCity: `New York`, - Date: `06/14/2011`, - Value: 66.2, - NumberOfUnits: 295 - }), - new PivotDataFlatItem( - { - ProductName: `Bikes`, - ProductUnitPrice: 28.2, - SellerName: `Alfredo Fetuchini`, - SellerCity: `Mellvile`, - Date: `06/15/2011`, - Value: 50.6, - NumberOfUnits: 49 - }), - new PivotDataFlatItem( - { - ProductName: `Bikes`, - ProductUnitPrice: 7.4, - SellerName: `Russell Shorter`, - SellerCity: `Tokyo`, - Date: `06/24/2011`, - Value: 8, - NumberOfUnits: 127 - }), - new PivotDataFlatItem( - { - ProductName: `Components`, - ProductUnitPrice: 39.2, - SellerName: `Mark Slater`, - SellerCity: `Seattle`, - Date: `06/27/2011`, - Value: 98.8, - NumberOfUnits: 244 - }), - new PivotDataFlatItem( - { - ProductName: `Accessories`, - ProductUnitPrice: 53.4, - SellerName: `Harold Garvin`, - SellerCity: `Tokyo`, - Date: `07/01/2011`, - Value: 11.2, - NumberOfUnits: 188 - }), - new PivotDataFlatItem( - { - ProductName: `Bikes`, - ProductUnitPrice: 25.6, - SellerName: `Benjamin Dupree`, - SellerCity: `Seattle`, - Date: `07/06/2011`, - Value: 56.2, - NumberOfUnits: 458 - }), - new PivotDataFlatItem( - { - ProductName: `Components`, - ProductUnitPrice: 70.4, - SellerName: `Nicholas Carmona`, - SellerCity: `Mellvile`, - Date: `07/08/2011`, - Value: 82.4, - NumberOfUnits: 448 - }), - new PivotDataFlatItem( - { - ProductName: `Bikes`, - ProductUnitPrice: 7.6, - SellerName: `Harold Garvin`, - SellerCity: `Berlin`, - Date: `07/27/2011`, - Value: 30.6, - NumberOfUnits: 226 - }), - new PivotDataFlatItem( - { - ProductName: `Components`, - ProductUnitPrice: 21.6, - SellerName: `Benjamin Dupree`, - SellerCity: `London`, - Date: `08/01/2011`, - Value: 69.6, - NumberOfUnits: 474 - }), - new PivotDataFlatItem( - { - ProductName: `Accessories`, - ProductUnitPrice: 37.6, - SellerName: `David Haley`, - SellerCity: `Sofia`, - Date: `08/02/2011`, - Value: 62.8, - NumberOfUnits: 338 - }), - new PivotDataFlatItem( - { - ProductName: `Components`, - ProductUnitPrice: 99.4, - SellerName: `Benjamin Meekins`, - SellerCity: `London`, - Date: `08/02/2011`, - Value: 75.2, - NumberOfUnits: 88 - }), - new PivotDataFlatItem( - { - ProductName: `Bikes`, - ProductUnitPrice: 72.2, - SellerName: `Carl Costello`, - SellerCity: `Berlin`, - Date: `08/04/2011`, - Value: 86.4, - NumberOfUnits: 436 - }), - new PivotDataFlatItem( - { - ProductName: `Clothing`, - ProductUnitPrice: 34.4, - SellerName: `Nicholas Carmona`, - SellerCity: `Mellvile`, - Date: `08/06/2011`, - Value: 9.2, - NumberOfUnits: 297 - }), - new PivotDataFlatItem( - { - ProductName: `Accessories`, - ProductUnitPrice: 47, - SellerName: `Russell Shorter`, - SellerCity: `London`, - Date: `08/07/2011`, - Value: 5.2, - NumberOfUnits: 240 - }), - new PivotDataFlatItem( - { - ProductName: `Bikes`, - ProductUnitPrice: 26.4, - SellerName: `Stanley Brooker`, - SellerCity: `Sofia`, - Date: `08/07/2011`, - Value: 80.2, - NumberOfUnits: 415 - }), - new PivotDataFlatItem( - { - ProductName: `Accessories`, - ProductUnitPrice: 49.2, - SellerName: `David Haley`, - SellerCity: `Mellvile`, - Date: `08/08/2011`, - Value: 61.2, - NumberOfUnits: 435 - }), - new PivotDataFlatItem( - { - ProductName: `Bikes`, - ProductUnitPrice: 95.2, - SellerName: `Monica Freitag`, - SellerCity: `Berlin`, - Date: `08/16/2011`, - Value: 73.8, - NumberOfUnits: 64 - }), - new PivotDataFlatItem( - { - ProductName: `Clothing`, - ProductUnitPrice: 74.2, - SellerName: `John Smith`, - SellerCity: `Seattle`, - Date: `08/23/2011`, - Value: 40.8, - NumberOfUnits: 21 - }), - new PivotDataFlatItem( - { - ProductName: `Clothing`, - ProductUnitPrice: 82.6, - SellerName: `Benjamin Dupree`, - SellerCity: `London`, - Date: `08/25/2011`, - Value: 55, - NumberOfUnits: 467 - }), - new PivotDataFlatItem( - { - ProductName: `Bikes`, - ProductUnitPrice: 42.8, - SellerName: `Lydia Burson`, - SellerCity: `Sofia`, - Date: `09/02/2011`, - Value: 28.2, - NumberOfUnits: 98 - }), - new PivotDataFlatItem( - { - ProductName: `Components`, - ProductUnitPrice: 83.6, - SellerName: `Russell Shorter`, - SellerCity: `Mellvile`, - Date: `09/04/2011`, - Value: 72.6, - NumberOfUnits: 370 - }), - new PivotDataFlatItem( - { - ProductName: `Bikes`, - ProductUnitPrice: 41.6, - SellerName: `Walter Pang`, - SellerCity: `Berlin`, - Date: `09/05/2011`, - Value: 81, - NumberOfUnits: 94 - }), - new PivotDataFlatItem( - { - ProductName: `Components`, - ProductUnitPrice: 74.2, - SellerName: `Benjamin Dupree`, - SellerCity: `London`, - Date: `09/09/2011`, - Value: 95, - NumberOfUnits: 106 - }), - new PivotDataFlatItem( - { - ProductName: `Bikes`, - ProductUnitPrice: 75.4, - SellerName: `Claudia Kobayashi`, - SellerCity: `Sofia`, - Date: `09/11/2011`, - Value: 10, - NumberOfUnits: 261 - }), - new PivotDataFlatItem( - { - ProductName: `Clothing`, - ProductUnitPrice: 10.2, - SellerName: `Howard Sprouse`, - SellerCity: `Seattle`, - Date: `09/17/2011`, - Value: 29.4, - NumberOfUnits: 307 - }), - new PivotDataFlatItem( - { - ProductName: `Bikes`, - ProductUnitPrice: 73, - SellerName: `Harry Tyler`, - SellerCity: `New York`, - Date: `09/17/2011`, - Value: 57, - NumberOfUnits: 362 - }), - new PivotDataFlatItem( - { - ProductName: `Bikes`, - ProductUnitPrice: 85.2, - SellerName: `Benjamin Meekins`, - SellerCity: `Tokyo`, - Date: `09/24/2011`, - Value: 24, - NumberOfUnits: 330 - }), - new PivotDataFlatItem( - { - ProductName: `Components`, - ProductUnitPrice: 77.6, - SellerName: `Walter Pang`, - SellerCity: `New York`, - Date: `09/26/2011`, - Value: 91.8, - NumberOfUnits: 23 - }), - new PivotDataFlatItem( - { - ProductName: `Accessories`, - ProductUnitPrice: 50.4, - SellerName: `David Haley`, - SellerCity: `Berlin`, - Date: `09/27/2011`, - Value: 66.8, - NumberOfUnits: 392 - }), - new PivotDataFlatItem( - { - ProductName: `Bikes`, - ProductUnitPrice: 32.4, - SellerName: `Larry Lieb`, - SellerCity: `Seattle`, - Date: `10/13/2011`, - Value: 81.6, - NumberOfUnits: 16 - }), - new PivotDataFlatItem( - { - ProductName: `Clothing`, - ProductUnitPrice: 63, - SellerName: `Lydia Burson`, - SellerCity: `New York`, - Date: `10/13/2011`, - Value: 31, - NumberOfUnits: 100 - }), - new PivotDataFlatItem( - { - ProductName: `Bikes`, - ProductUnitPrice: 13.4, - SellerName: `Carl Costello`, - SellerCity: `Berlin`, - Date: `10/22/2011`, - Value: 85.6, - NumberOfUnits: 132 - }), - new PivotDataFlatItem( - { - ProductName: `Bikes`, - ProductUnitPrice: 0.4, - SellerName: `Nicholas Carmona`, - SellerCity: `Seattle`, - Date: `10/22/2011`, - Value: 74.4, - NumberOfUnits: 22 - }), - new PivotDataFlatItem( - { - ProductName: `Bikes`, - ProductUnitPrice: 66.2, - SellerName: `Walter Pang`, - SellerCity: `New York`, - Date: `11/02/2011`, - Value: 88.2, - NumberOfUnits: 96 - }), - new PivotDataFlatItem( - { - ProductName: `Accessories`, - ProductUnitPrice: 50.2, - SellerName: `Elisa Longbottom`, - SellerCity: `Berlin`, - Date: `11/03/2011`, - Value: 31.4, - NumberOfUnits: 76 - }), - new PivotDataFlatItem( - { - ProductName: `Bikes`, - ProductUnitPrice: 68, - SellerName: `Stanley Brooker`, - SellerCity: `Mellvile`, - Date: `11/04/2011`, - Value: 91.2, - NumberOfUnits: 492 - }), - new PivotDataFlatItem( - { - ProductName: `Clothing`, - ProductUnitPrice: 6.6, - SellerName: `Harry Tyler`, - SellerCity: `Berlin`, - Date: `11/08/2011`, - Value: 51.6, - NumberOfUnits: 49 - }), - new PivotDataFlatItem( - { - ProductName: `Components`, - ProductUnitPrice: 35.6, - SellerName: `Russell Shorter`, - SellerCity: `Mellvile`, - Date: `11/12/2011`, - Value: 21, - NumberOfUnits: 197 - }), - new PivotDataFlatItem( - { - ProductName: `Accessories`, - ProductUnitPrice: 60, - SellerName: `Howard Sprouse`, - SellerCity: `Tokyo`, - Date: `11/12/2011`, - Value: 70.4, - NumberOfUnits: 484 - }), - new PivotDataFlatItem( - { - ProductName: `Bikes`, - ProductUnitPrice: 67.4, - SellerName: `Russell Shorter`, - SellerCity: `Tokyo`, - Date: `11/13/2011`, - Value: 14.4, - NumberOfUnits: 182 - }), - new PivotDataFlatItem( - { - ProductName: `Accessories`, - ProductUnitPrice: 52, - SellerName: `Alfredo Fetuchini`, - SellerCity: `London`, - Date: `11/15/2011`, - Value: 18.4, - NumberOfUnits: 42 - }), - new PivotDataFlatItem( - { - ProductName: `Clothing`, - ProductUnitPrice: 66.8, - SellerName: `Brandon Mckim`, - SellerCity: `New York`, - Date: `11/19/2011`, - Value: 52.8, - NumberOfUnits: 109 - }), - new PivotDataFlatItem( - { - ProductName: `Bikes`, - ProductUnitPrice: 56.2, - SellerName: `Harold Garvin`, - SellerCity: `Mellvile`, - Date: `11/23/2011`, - Value: 40.2, - NumberOfUnits: 310 - }), - new PivotDataFlatItem( - { - ProductName: `Clothing`, - ProductUnitPrice: 93.6, - SellerName: `Monica Freitag`, - SellerCity: `Sofia`, - Date: `01/03/2012`, - Value: 53.4, - NumberOfUnits: 306 - }), - new PivotDataFlatItem( - { - ProductName: `Components`, - ProductUnitPrice: 9.6, - SellerName: `Harold Garvin`, - SellerCity: `Seattle`, - Date: `01/06/2012`, - Value: 83, - NumberOfUnits: 290 - }), - new PivotDataFlatItem( - { - ProductName: `Components`, - ProductUnitPrice: 41.2, - SellerName: `Monica Freitag`, - SellerCity: `Tokyo`, - Date: `01/10/2012`, - Value: 29.8, - NumberOfUnits: 499 - }), - new PivotDataFlatItem( - { - ProductName: `Clothing`, - ProductUnitPrice: 9.8, - SellerName: `Kathe Pettel`, - SellerCity: `Berlin`, - Date: `01/11/2012`, - Value: 10.8, - NumberOfUnits: 7 - }), - new PivotDataFlatItem( - { - ProductName: `Components`, - ProductUnitPrice: 64.6, - SellerName: `Nicholas Carmona`, - SellerCity: `Sofia`, - Date: `01/14/2012`, - Value: 35, - NumberOfUnits: 220 - }), - new PivotDataFlatItem( - { - ProductName: `Components`, - ProductUnitPrice: 47.4, - SellerName: `Elisa Longbottom`, - SellerCity: `New York`, - Date: `01/15/2012`, - Value: 50.2, - NumberOfUnits: 395 - }), - new PivotDataFlatItem( - { - ProductName: `Clothing`, - ProductUnitPrice: 14.6, - SellerName: `Lydia Burson`, - SellerCity: `Sofia`, - Date: `01/18/2012`, - Value: 100, - NumberOfUnits: 219 - }), - new PivotDataFlatItem( - { - ProductName: `Components`, - ProductUnitPrice: 10.8, - SellerName: `Larry Lieb`, - SellerCity: `Mellvile`, - Date: `01/18/2012`, - Value: 92, - NumberOfUnits: 229 - }), - new PivotDataFlatItem( - { - ProductName: `Components`, - ProductUnitPrice: 65, - SellerName: `Nicholas Carmona`, - SellerCity: `Mellvile`, - Date: `01/22/2012`, - Value: 55.8, - NumberOfUnits: 111 - }), - new PivotDataFlatItem( - { - ProductName: `Bikes`, - ProductUnitPrice: 48, - SellerName: `Alfredo Fetuchini`, - SellerCity: `London`, - Date: `02/01/2012`, - Value: 20.6, - NumberOfUnits: 237 - }), - new PivotDataFlatItem( - { - ProductName: `Bikes`, - ProductUnitPrice: 87.8, - SellerName: `Claudia Kobayashi`, - SellerCity: `Berlin`, - Date: `02/13/2012`, - Value: 17.2, - NumberOfUnits: 114 - }), - new PivotDataFlatItem( - { - ProductName: `Clothing`, - ProductUnitPrice: 55.4, - SellerName: `Bryan Culver`, - SellerCity: `London`, - Date: `02/23/2012`, - Value: 76.8, - NumberOfUnits: 329 - }), - new PivotDataFlatItem( - { - ProductName: `Clothing`, - ProductUnitPrice: 40.8, - SellerName: `Howard Sprouse`, - SellerCity: `Seattle`, - Date: `02/24/2012`, - Value: 1.2, - NumberOfUnits: 135 - }), - new PivotDataFlatItem( - { - ProductName: `Bikes`, - ProductUnitPrice: 57.8, - SellerName: `Harold Garvin`, - SellerCity: `New York`, - Date: `03/02/2012`, - Value: 46.8, - NumberOfUnits: 187 - }), - new PivotDataFlatItem( - { - ProductName: `Components`, - ProductUnitPrice: 14.8, - SellerName: `David Haley`, - SellerCity: `Tokyo`, - Date: `03/10/2012`, - Value: 17.6, - NumberOfUnits: 286 - }), - new PivotDataFlatItem( - { - ProductName: `Accessories`, - ProductUnitPrice: 13, - SellerName: `Antonio Charbonneau`, - SellerCity: `Mellvile`, - Date: `03/11/2012`, - Value: 18.2, - NumberOfUnits: 468 - }), - new PivotDataFlatItem( - { - ProductName: `Components`, - ProductUnitPrice: 26, - SellerName: `Monica Freitag`, - SellerCity: `Tokyo`, - Date: `03/18/2012`, - Value: 93.2, - NumberOfUnits: 71 - }), - new PivotDataFlatItem( - { - ProductName: `Bikes`, - ProductUnitPrice: 72.6, - SellerName: `Bryan Culver`, - SellerCity: `Mellvile`, - Date: `03/21/2012`, - Value: 62, - NumberOfUnits: 251 - }), - new PivotDataFlatItem( - { - ProductName: `Accessories`, - ProductUnitPrice: 44.4, - SellerName: `Monica Freitag`, - SellerCity: `Berlin`, - Date: `03/25/2012`, - Value: 57.2, - NumberOfUnits: 297 - }), - new PivotDataFlatItem( - { - ProductName: `Bikes`, - ProductUnitPrice: 68.2, - SellerName: `Alfredo Fetuchini`, - SellerCity: `Berlin`, - Date: `03/25/2012`, - Value: 4.2, - NumberOfUnits: 248 - }), - new PivotDataFlatItem( - { - ProductName: `Components`, - ProductUnitPrice: 35.4, - SellerName: `Elisa Longbottom`, - SellerCity: `Sofia`, - Date: `03/26/2012`, - Value: 45.2, - NumberOfUnits: 488 - }), - new PivotDataFlatItem( - { - ProductName: `Clothing`, - ProductUnitPrice: 41.2, - SellerName: `Alfredo Fetuchini`, - SellerCity: `Sofia`, - Date: `04/06/2012`, - Value: 59.6, - NumberOfUnits: 211 - }), - new PivotDataFlatItem( - { - ProductName: `Components`, - ProductUnitPrice: 29.4, - SellerName: `Stanley Brooker`, - SellerCity: `Seattle`, - Date: `04/14/2012`, - Value: 3.2, - NumberOfUnits: 149 - }), - new PivotDataFlatItem( - { - ProductName: `Accessories`, - ProductUnitPrice: 52, - SellerName: `Lydia Burson`, - SellerCity: `Berlin`, - Date: `04/14/2012`, - Value: 9.8, - NumberOfUnits: 99 - }), - new PivotDataFlatItem( - { - ProductName: `Components`, - ProductUnitPrice: 57.8, - SellerName: `Benjamin Meekins`, - SellerCity: `Seattle`, - Date: `04/16/2012`, - Value: 14, - NumberOfUnits: 225 - }), - new PivotDataFlatItem( - { - ProductName: `Components`, - ProductUnitPrice: 26, - SellerName: `Nicholas Carmona`, - SellerCity: `Seattle`, - Date: `04/27/2012`, - Value: 95.4, - NumberOfUnits: 408 - }), - new PivotDataFlatItem( - { - ProductName: `Components`, - ProductUnitPrice: 5, - SellerName: `Benjamin Meekins`, - SellerCity: `Sofia`, - Date: `05/09/2012`, - Value: 40.2, - NumberOfUnits: 417 - }), - new PivotDataFlatItem( - { - ProductName: `Clothing`, - ProductUnitPrice: 3, - SellerName: `Alfredo Fetuchini`, - SellerCity: `London`, - Date: `05/24/2012`, - Value: 67.8, - NumberOfUnits: 221 - }), - new PivotDataFlatItem( - { - ProductName: `Accessories`, - ProductUnitPrice: 57.6, - SellerName: `Mark Slater`, - SellerCity: `New York`, - Date: `06/02/2012`, - Value: 45.4, - NumberOfUnits: 288 - }), - new PivotDataFlatItem( - { - ProductName: `Components`, - ProductUnitPrice: 72.4, - SellerName: `Bryan Culver`, - SellerCity: `Berlin`, - Date: `06/03/2012`, - Value: 92.8, - NumberOfUnits: 372 - }), - new PivotDataFlatItem( - { - ProductName: `Accessories`, - ProductUnitPrice: 82.6, - SellerName: `Kathe Pettel`, - SellerCity: `Seattle`, - Date: `06/03/2012`, - Value: 51.4, - NumberOfUnits: 408 - }), - new PivotDataFlatItem( - { - ProductName: `Clothing`, - ProductUnitPrice: 91.6, - SellerName: `Benjamin Dupree`, - SellerCity: `Mellvile`, - Date: `06/04/2012`, - Value: 28.6, - NumberOfUnits: 13 - }), - new PivotDataFlatItem( - { - ProductName: `Components`, - ProductUnitPrice: 94.8, - SellerName: `Benjamin Dupree`, - SellerCity: `Mellvile`, - Date: `06/05/2012`, - Value: 31.6, - NumberOfUnits: 487 - }), - new PivotDataFlatItem( - { - ProductName: `Clothing`, - ProductUnitPrice: 46.4, - SellerName: `Benjamin Dupree`, - SellerCity: `Sofia`, - Date: `06/11/2012`, - Value: 86, - NumberOfUnits: 276 - }), - new PivotDataFlatItem( - { - ProductName: `Bikes`, - ProductUnitPrice: 18.2, - SellerName: `Howard Sprouse`, - SellerCity: `New York`, - Date: `06/16/2012`, - Value: 40.2, - NumberOfUnits: 490 - }), - new PivotDataFlatItem( - { - ProductName: `Components`, - ProductUnitPrice: 48.8, - SellerName: `Harold Garvin`, - SellerCity: `London`, - Date: `06/18/2012`, - Value: 55.6, - NumberOfUnits: 238 - }), - new PivotDataFlatItem( - { - ProductName: `Components`, - ProductUnitPrice: 94.4, - SellerName: `David Haley`, - SellerCity: `Tokyo`, - Date: `06/23/2012`, - Value: 92, - NumberOfUnits: 170 - }), - new PivotDataFlatItem( - { - ProductName: `Accessories`, - ProductUnitPrice: 48.8, - SellerName: `Brandon Mckim`, - SellerCity: `Mellvile`, - Date: `07/04/2012`, - Value: 72.8, - NumberOfUnits: 132 - }), - new PivotDataFlatItem( - { - ProductName: `Bikes`, - ProductUnitPrice: 82.8, - SellerName: `Mark Slater`, - SellerCity: `Mellvile`, - Date: `07/05/2012`, - Value: 56.8, - NumberOfUnits: 443 - }), - new PivotDataFlatItem( - { - ProductName: `Bikes`, - ProductUnitPrice: 38.2, - SellerName: `Benjamin Dupree`, - SellerCity: `New York`, - Date: `07/05/2012`, - Value: 27.6, - NumberOfUnits: 368 - }), - new PivotDataFlatItem( - { - ProductName: `Bikes`, - ProductUnitPrice: 24.2, - SellerName: `Harold Garvin`, - SellerCity: `New York`, - Date: `07/11/2012`, - Value: 38.6, - NumberOfUnits: 39 - }), - new PivotDataFlatItem( - { - ProductName: `Bikes`, - ProductUnitPrice: 4, - SellerName: `Alfredo Fetuchini`, - SellerCity: `Tokyo`, - Date: `07/13/2012`, - Value: 43.2, - NumberOfUnits: 95 - }), - new PivotDataFlatItem( - { - ProductName: `Clothing`, - ProductUnitPrice: 81.8, - SellerName: `Benjamin Meekins`, - SellerCity: `Berlin`, - Date: `07/14/2012`, - Value: 42.6, - NumberOfUnits: 42 - }), - new PivotDataFlatItem( - { - ProductName: `Bikes`, - ProductUnitPrice: 75, - SellerName: `Brandon Mckim`, - SellerCity: `Seattle`, - Date: `07/16/2012`, - Value: 61.4, - NumberOfUnits: 200 - }), - new PivotDataFlatItem( - { - ProductName: `Components`, - ProductUnitPrice: 85.6, - SellerName: `Monica Freitag`, - SellerCity: `Seattle`, - Date: `07/16/2012`, - Value: 10.6, - NumberOfUnits: 221 - }), - new PivotDataFlatItem( - { - ProductName: `Clothing`, - ProductUnitPrice: 96.4, - SellerName: `Larry Lieb`, - SellerCity: `New York`, - Date: `07/21/2012`, - Value: 99.6, - NumberOfUnits: 54 - }), - new PivotDataFlatItem( - { - ProductName: `Clothing`, - ProductUnitPrice: 46.2, - SellerName: `Lydia Burson`, - SellerCity: `Tokyo`, - Date: `07/21/2012`, - Value: 56, - NumberOfUnits: 173 - }), - new PivotDataFlatItem( - { - ProductName: `Accessories`, - ProductUnitPrice: 99.8, - SellerName: `Lydia Burson`, - SellerCity: `London`, - Date: `07/23/2012`, - Value: 10.8, - NumberOfUnits: 47 - }), - new PivotDataFlatItem( - { - ProductName: `Bikes`, - ProductUnitPrice: 42.4, - SellerName: `Kathe Pettel`, - SellerCity: `Mellvile`, - Date: `07/26/2012`, - Value: 91.6, - NumberOfUnits: 173 - }), - new PivotDataFlatItem( - { - ProductName: `Bikes`, - ProductUnitPrice: 52.2, - SellerName: `Claudia Kobayashi`, - SellerCity: `Mellvile`, - Date: `08/05/2012`, - Value: 98.8, - NumberOfUnits: 323 - }), - new PivotDataFlatItem( - { - ProductName: `Components`, - ProductUnitPrice: 45.6, - SellerName: `Russell Shorter`, - SellerCity: `Sofia`, - Date: `08/07/2012`, - Value: 26, - NumberOfUnits: 264 - }), - new PivotDataFlatItem( - { - ProductName: `Accessories`, - ProductUnitPrice: 56.8, - SellerName: `Mark Slater`, - SellerCity: `Sofia`, - Date: `08/09/2012`, - Value: 11.6, - NumberOfUnits: 385 - }), - new PivotDataFlatItem( - { - ProductName: `Bikes`, - ProductUnitPrice: 3.6, - SellerName: `Harry Tyler`, - SellerCity: `London`, - Date: `08/10/2012`, - Value: 26, - NumberOfUnits: 56 - }), - new PivotDataFlatItem( - { - ProductName: `Bikes`, - ProductUnitPrice: 34.6, - SellerName: `Benjamin Dupree`, - SellerCity: `Berlin`, - Date: `08/12/2012`, - Value: 96.2, - NumberOfUnits: 267 - }), - new PivotDataFlatItem( - { - ProductName: `Accessories`, - ProductUnitPrice: 92.4, - SellerName: `Monica Freitag`, - SellerCity: `Seattle`, - Date: `08/14/2012`, - Value: 95, - NumberOfUnits: 109 - }), - new PivotDataFlatItem( - { - ProductName: `Clothing`, - ProductUnitPrice: 34.8, - SellerName: `Mark Slater`, - SellerCity: `Berlin`, - Date: `08/17/2012`, - Value: 62.4, - NumberOfUnits: 478 - }), - new PivotDataFlatItem( - { - ProductName: `Components`, - ProductUnitPrice: 23.4, - SellerName: `Claudia Kobayashi`, - SellerCity: `Berlin`, - Date: `08/21/2012`, - Value: 57.8, - NumberOfUnits: 184 - }), - new PivotDataFlatItem( - { - ProductName: `Bikes`, - ProductUnitPrice: 79.6, - SellerName: `Brandon Mckim`, - SellerCity: `Seattle`, - Date: `08/21/2012`, - Value: 35.4, - NumberOfUnits: 132 - }), - new PivotDataFlatItem( - { - ProductName: `Components`, - ProductUnitPrice: 30.8, - SellerName: `Nicholas Carmona`, - SellerCity: `Sofia`, - Date: `08/22/2012`, - Value: 96, - NumberOfUnits: 142 - }), - new PivotDataFlatItem( - { - ProductName: `Bikes`, - ProductUnitPrice: 90, - SellerName: `Carl Costello`, - SellerCity: `Seattle`, - Date: `08/27/2012`, - Value: 27.6, - NumberOfUnits: 46 - }), - new PivotDataFlatItem( - { - ProductName: `Bikes`, - ProductUnitPrice: 83.2, - SellerName: `Walter Pang`, - SellerCity: `Seattle`, - Date: `09/03/2012`, - Value: 68.6, - NumberOfUnits: 102 - }), - new PivotDataFlatItem( - { - ProductName: `Accessories`, - ProductUnitPrice: 0.2, - SellerName: `Russell Shorter`, - SellerCity: `Berlin`, - Date: `09/09/2012`, - Value: 96.6, - NumberOfUnits: 21 - }), - new PivotDataFlatItem( - { - ProductName: `Clothing`, - ProductUnitPrice: 36.6, - SellerName: `Monica Freitag`, - SellerCity: `Sofia`, - Date: `09/10/2012`, - Value: 5, - NumberOfUnits: 442 - }), - new PivotDataFlatItem( - { - ProductName: `Clothing`, - ProductUnitPrice: 92.4, - SellerName: `Harry Tyler`, - SellerCity: `New York`, - Date: `09/13/2012`, - Value: 99.2, - NumberOfUnits: 254 - }), - new PivotDataFlatItem( - { - ProductName: `Accessories`, - ProductUnitPrice: 28, - SellerName: `Nicholas Carmona`, - SellerCity: `Sofia`, - Date: `09/13/2012`, - Value: 50, - NumberOfUnits: 251 - }), - new PivotDataFlatItem( - { - ProductName: `Components`, - ProductUnitPrice: 60.4, - SellerName: `Antonio Charbonneau`, - SellerCity: `New York`, - Date: `09/15/2012`, - Value: 44, - NumberOfUnits: 119 - }), - new PivotDataFlatItem( - { - ProductName: `Bikes`, - ProductUnitPrice: 33, - SellerName: `Claudia Kobayashi`, - SellerCity: `New York`, - Date: `09/19/2012`, - Value: 32.4, - NumberOfUnits: 256 - }), - new PivotDataFlatItem( - { - ProductName: `Components`, - ProductUnitPrice: 99, - SellerName: `John Smith`, - SellerCity: `New York`, - Date: `09/23/2012`, - Value: 35.8, - NumberOfUnits: 456 - }), - new PivotDataFlatItem( - { - ProductName: `Components`, - ProductUnitPrice: 16.2, - SellerName: `Kathe Pettel`, - SellerCity: `London`, - Date: `10/01/2012`, - Value: 16.4, - NumberOfUnits: 430 - }), - new PivotDataFlatItem( - { - ProductName: `Components`, - ProductUnitPrice: 73, - SellerName: `David Haley`, - SellerCity: `Berlin`, - Date: `10/02/2012`, - Value: 57, - NumberOfUnits: 248 - }), - new PivotDataFlatItem( - { - ProductName: `Components`, - ProductUnitPrice: 21.8, - SellerName: `Harold Garvin`, - SellerCity: `Berlin`, - Date: `10/18/2012`, - Value: 28.2, - NumberOfUnits: 440 - }), - new PivotDataFlatItem( - { - ProductName: `Accessories`, - ProductUnitPrice: 28.4, - SellerName: `Howard Sprouse`, - SellerCity: `New York`, - Date: `10/19/2012`, - Value: 66.6, - NumberOfUnits: 234 - }), - new PivotDataFlatItem( - { - ProductName: `Accessories`, - ProductUnitPrice: 80.6, - SellerName: `Benjamin Meekins`, - SellerCity: `New York`, - Date: `10/25/2012`, - Value: 5.4, - NumberOfUnits: 36 - }), - new PivotDataFlatItem( - { - ProductName: `Accessories`, - ProductUnitPrice: 97.8, - SellerName: `Harry Tyler`, - SellerCity: `London`, - Date: `10/26/2012`, - Value: 41.2, - NumberOfUnits: 46 - }), - new PivotDataFlatItem( - { - ProductName: `Components`, - ProductUnitPrice: 88.8, - SellerName: `Elisa Longbottom`, - SellerCity: `London`, - Date: `11/02/2012`, - Value: 64.6, - NumberOfUnits: 211 - }), - new PivotDataFlatItem( - { - ProductName: `Clothing`, - ProductUnitPrice: 67.4, - SellerName: `Walter Pang`, - SellerCity: `New York`, - Date: `11/17/2012`, - Value: 14.2, - NumberOfUnits: 408 - }), - new PivotDataFlatItem( - { - ProductName: `Components`, - ProductUnitPrice: 7.2, - SellerName: `Walter Pang`, - SellerCity: `New York`, - Date: `11/20/2012`, - Value: 72.8, - NumberOfUnits: 376 - }), + new PivotDataFlatItem({ ProductName: `Clothing`, ProductUnitPrice: 12.8, SellerName: `Stanley Brooker`, SellerCity: `Seattle`, Date: `01/01/2007`, Value: 94.4, NumberOfUnits: 282 }), + new PivotDataFlatItem({ ProductName: `Clothing`, ProductUnitPrice: 49.6, SellerName: `Elisa Longbottom`, SellerCity: `Sofia`, Date: `01/05/2007`, Value: 70.8, NumberOfUnits: 296 }), + new PivotDataFlatItem({ ProductName: `Bikes`, ProductUnitPrice: 3.6, SellerName: `Lydia Burson`, SellerCity: `Tokyo`, Date: `01/06/2007`, Value: 35.8, NumberOfUnits: 68 }), + new PivotDataFlatItem({ ProductName: `Accessories`, ProductUnitPrice: 85.6, SellerName: `David Haley`, SellerCity: `London`, Date: `01/07/2007`, Value: 41.4, NumberOfUnits: 293 }), + new PivotDataFlatItem({ ProductName: `Components`, ProductUnitPrice: 18.2, SellerName: `John Smith`, SellerCity: `Seattle`, Date: `01/08/2007`, Value: 60.6, NumberOfUnits: 240 }), + new PivotDataFlatItem({ ProductName: `Clothing`, ProductUnitPrice: 68.4, SellerName: `Larry Lieb`, SellerCity: `Tokyo`, Date: `01/12/2007`, Value: 38, NumberOfUnits: 456 }), + new PivotDataFlatItem({ ProductName: `Components`, ProductUnitPrice: 16.2, SellerName: `Walter Pang`, SellerCity: `Sofia`, Date: `02/09/2007`, Value: 89.2, NumberOfUnits: 492 }), + new PivotDataFlatItem({ ProductName: `Components`, ProductUnitPrice: 35.2, SellerName: `Benjamin Dupree`, SellerCity: `Tokyo`, Date: `02/16/2007`, Value: 2, NumberOfUnits: 78 }), + new PivotDataFlatItem({ ProductName: `Accessories`, ProductUnitPrice: 73.2, SellerName: `Nicholas Carmona`, SellerCity: `Mellvile`, Date: `02/17/2007`, Value: 4.6, NumberOfUnits: 150 }), + new PivotDataFlatItem({ ProductName: `Clothing`, ProductUnitPrice: 73.6, SellerName: `Nicholas Carmona`, SellerCity: `London`, Date: `02/19/2007`, Value: 36.2, NumberOfUnits: 262 }), + new PivotDataFlatItem({ ProductName: `Bikes`, ProductUnitPrice: 47.2, SellerName: `Monica Freitag`, SellerCity: `Sofia`, Date: `02/21/2007`, Value: 18.8, NumberOfUnits: 125 }), + new PivotDataFlatItem({ ProductName: `Clothing`, ProductUnitPrice: 51.4, SellerName: `Kathe Pettel`, SellerCity: `Sofia`, Date: `03/04/2007`, Value: 11.6, NumberOfUnits: 42 }), + new PivotDataFlatItem({ ProductName: `Bikes`, ProductUnitPrice: 27.6, SellerName: `David Haley`, SellerCity: `Tokyo`, Date: `03/04/2007`, Value: 41.4, NumberOfUnits: 282 }), + new PivotDataFlatItem({ ProductName: `Accessories`, ProductUnitPrice: 22.4, SellerName: `Antonio Charbonneau`, SellerCity: `Berlin`, Date: `03/17/2007`, Value: 59.8, NumberOfUnits: 305 }), + new PivotDataFlatItem({ ProductName: `Clothing`, ProductUnitPrice: 85.4, SellerName: `Glenn Landeros`, SellerCity: `Tokyo`, Date: `03/23/2007`, Value: 31.4, NumberOfUnits: 265 }), + new PivotDataFlatItem({ ProductName: `Accessories`, ProductUnitPrice: 80.8, SellerName: `Elisa Longbottom`, SellerCity: `Mellvile`, Date: `03/25/2007`, Value: 90.4, NumberOfUnits: 350 }), + new PivotDataFlatItem({ ProductName: `Components`, ProductUnitPrice: 64.6, SellerName: `Glenn Landeros`, SellerCity: `Mellvile`, Date: `03/27/2007`, Value: 95.4, NumberOfUnits: 82 }), + new PivotDataFlatItem({ ProductName: `Accessories`, ProductUnitPrice: 50, SellerName: `Harry Tyler`, SellerCity: `New York`, Date: `04/02/2007`, Value: 1.4, NumberOfUnits: 67 }), + new PivotDataFlatItem({ ProductName: `Accessories`, ProductUnitPrice: 16.4, SellerName: `Brandon Mckim`, SellerCity: `Mellvile`, Date: `04/04/2007`, Value: 25.4, NumberOfUnits: 370 }), + new PivotDataFlatItem({ ProductName: `Accessories`, ProductUnitPrice: 50, SellerName: `Monica Freitag`, SellerCity: `Berlin`, Date: `04/12/2007`, Value: 46.4, NumberOfUnits: 228 }), + new PivotDataFlatItem({ ProductName: `Components`, ProductUnitPrice: 44.8, SellerName: `Bryan Culver`, SellerCity: `Tokyo`, Date: `04/15/2007`, Value: 82.2, NumberOfUnits: 272 }), + new PivotDataFlatItem({ ProductName: `Components`, ProductUnitPrice: 44.4, SellerName: `Russell Shorter`, SellerCity: `Berlin`, Date: `04/18/2007`, Value: 84, NumberOfUnits: 227 }), + new PivotDataFlatItem({ ProductName: `Components`, ProductUnitPrice: 39.4, SellerName: `Stanley Brooker`, SellerCity: `Mellvile`, Date: `04/18/2007`, Value: 94.4, NumberOfUnits: 248 }), + new PivotDataFlatItem({ ProductName: `Accessories`, ProductUnitPrice: 36.6, SellerName: `Benjamin Meekins`, SellerCity: `Tokyo`, Date: `04/21/2007`, Value: 45.8, NumberOfUnits: 414 }), + new PivotDataFlatItem({ ProductName: `Clothing`, ProductUnitPrice: 75.8, SellerName: `Walter Pang`, SellerCity: `London`, Date: `04/25/2007`, Value: 97.6, NumberOfUnits: 43 }), + new PivotDataFlatItem({ ProductName: `Components`, ProductUnitPrice: 57.8, SellerName: `Antonio Charbonneau`, SellerCity: `Mellvile`, Date: `04/26/2007`, Value: 21, NumberOfUnits: 71 }), + new PivotDataFlatItem({ ProductName: `Components`, ProductUnitPrice: 40.2, SellerName: `Stanley Brooker`, SellerCity: `New York`, Date: `05/14/2007`, Value: 72, NumberOfUnits: 321 }), + new PivotDataFlatItem({ ProductName: `Accessories`, ProductUnitPrice: 49.6, SellerName: `Elisa Longbottom`, SellerCity: `London`, Date: `05/17/2007`, Value: 49.6, NumberOfUnits: 329 }), + new PivotDataFlatItem({ ProductName: `Clothing`, ProductUnitPrice: 56.6, SellerName: `Benjamin Dupree`, SellerCity: `London`, Date: `05/17/2007`, Value: 72.8, NumberOfUnits: 88 }), + new PivotDataFlatItem({ ProductName: `Clothing`, ProductUnitPrice: 67.2, SellerName: `Glenn Landeros`, SellerCity: `New York`, Date: `05/26/2007`, Value: 56.2, NumberOfUnits: 366 }), + new PivotDataFlatItem({ ProductName: `Components`, ProductUnitPrice: 14.6, SellerName: `Walter Pang`, SellerCity: `Sofia`, Date: `06/02/2007`, Value: 81.4, NumberOfUnits: 450 }), + new PivotDataFlatItem({ ProductName: `Components`, ProductUnitPrice: 89.4, SellerName: `Howard Sprouse`, SellerCity: `Seattle`, Date: `06/06/2007`, Value: 19, NumberOfUnits: 475 }), + new PivotDataFlatItem({ ProductName: `Components`, ProductUnitPrice: 33.8, SellerName: `Nicholas Carmona`, SellerCity: `Seattle`, Date: `06/11/2007`, Value: 55, NumberOfUnits: 195 }), + new PivotDataFlatItem({ ProductName: `Bikes`, ProductUnitPrice: 54.2, SellerName: `Harold Garvin`, SellerCity: `Sofia`, Date: `06/17/2007`, Value: 71.6, NumberOfUnits: 458 }), + new PivotDataFlatItem({ ProductName: `Clothing`, ProductUnitPrice: 18.4, SellerName: `Benjamin Dupree`, SellerCity: `Sofia`, Date: `07/04/2007`, Value: 24.2, NumberOfUnits: 7 }), + new PivotDataFlatItem({ ProductName: `Bikes`, ProductUnitPrice: 96.2, SellerName: `Elisa Longbottom`, SellerCity: `New York`, Date: `07/08/2007`, Value: 57.6, NumberOfUnits: 158 }), + new PivotDataFlatItem({ ProductName: `Clothing`, ProductUnitPrice: 23, SellerName: `Benjamin Meekins`, SellerCity: `Tokyo`, Date: `07/09/2007`, Value: 58.8, NumberOfUnits: 34 }), + new PivotDataFlatItem({ ProductName: `Components`, ProductUnitPrice: 52.8, SellerName: `Larry Lieb`, SellerCity: `Seattle`, Date: `07/10/2007`, Value: 32.4, NumberOfUnits: 412 }), + new PivotDataFlatItem({ ProductName: `Accessories`, ProductUnitPrice: 62.2, SellerName: `John Smith`, SellerCity: `Sofia`, Date: `07/15/2007`, Value: 85, NumberOfUnits: 10 }), + new PivotDataFlatItem({ ProductName: `Accessories`, ProductUnitPrice: 10.8, SellerName: `Antonio Charbonneau`, SellerCity: `New York`, Date: `07/16/2007`, Value: 52.2, NumberOfUnits: 466 }), + new PivotDataFlatItem({ ProductName: `Components`, ProductUnitPrice: 4.8, SellerName: `Stanley Brooker`, SellerCity: `London`, Date: `07/20/2007`, Value: 34.2, NumberOfUnits: 248 }), + new PivotDataFlatItem({ ProductName: `Clothing`, ProductUnitPrice: 43.8, SellerName: `Brandon Mckim`, SellerCity: `Mellvile`, Date: `07/24/2007`, Value: 45.6, NumberOfUnits: 307 }), + new PivotDataFlatItem({ ProductName: `Accessories`, ProductUnitPrice: 76.4, SellerName: `Glenn Landeros`, SellerCity: `London`, Date: `07/26/2007`, Value: 26.2, NumberOfUnits: 445 }), + new PivotDataFlatItem({ ProductName: `Accessories`, ProductUnitPrice: 34.4, SellerName: `Bryan Culver`, SellerCity: `New York`, Date: `08/01/2007`, Value: 89.2, NumberOfUnits: 480 }), + new PivotDataFlatItem({ ProductName: `Clothing`, ProductUnitPrice: 68.6, SellerName: `Howard Sprouse`, SellerCity: `Berlin`, Date: `08/02/2007`, Value: 38.2, NumberOfUnits: 390 }), + new PivotDataFlatItem({ ProductName: `Clothing`, ProductUnitPrice: 65.2, SellerName: `Larry Lieb`, SellerCity: `Mellvile`, Date: `08/05/2007`, Value: 23.2, NumberOfUnits: 388 }), + new PivotDataFlatItem({ ProductName: `Bikes`, ProductUnitPrice: 45, SellerName: `Russell Shorter`, SellerCity: `Seattle`, Date: `08/19/2007`, Value: 23.4, NumberOfUnits: 37 }), + new PivotDataFlatItem({ ProductName: `Clothing`, ProductUnitPrice: 93.6, SellerName: `John Smith`, SellerCity: `New York`, Date: `08/24/2007`, Value: 17.4, NumberOfUnits: 237 }), + new PivotDataFlatItem({ ProductName: `Accessories`, ProductUnitPrice: 94.4, SellerName: `Harry Tyler`, SellerCity: `Seattle`, Date: `08/26/2007`, Value: 54.6, NumberOfUnits: 396 }), + new PivotDataFlatItem({ ProductName: `Accessories`, ProductUnitPrice: 72.4, SellerName: `David Haley`, SellerCity: `Tokyo`, Date: `08/26/2007`, Value: 61, NumberOfUnits: 3 }), + new PivotDataFlatItem({ ProductName: `Components`, ProductUnitPrice: 80.6, SellerName: `Russell Shorter`, SellerCity: `New York`, Date: `09/02/2007`, Value: 85.2, NumberOfUnits: 330 }), + new PivotDataFlatItem({ ProductName: `Clothing`, ProductUnitPrice: 65.4, SellerName: `Benjamin Dupree`, SellerCity: `London`, Date: `09/04/2007`, Value: 51.2, NumberOfUnits: 143 }), + new PivotDataFlatItem({ ProductName: `Components`, ProductUnitPrice: 30.6, SellerName: `Bryan Culver`, SellerCity: `Seattle`, Date: `09/05/2007`, Value: 55.2, NumberOfUnits: 318 }), + new PivotDataFlatItem({ ProductName: `Bikes`, ProductUnitPrice: 7.6, SellerName: `Alfredo Fetuchini`, SellerCity: `Seattle`, Date: `09/06/2007`, Value: 41.8, NumberOfUnits: 393 }), + new PivotDataFlatItem({ ProductName: `Clothing`, ProductUnitPrice: 47, SellerName: `Harold Garvin`, SellerCity: `Seattle`, Date: `09/10/2007`, Value: 9.2, NumberOfUnits: 129 }), + new PivotDataFlatItem({ ProductName: `Bikes`, ProductUnitPrice: 38, SellerName: `Glenn Landeros`, SellerCity: `London`, Date: `09/17/2007`, Value: 25.6, NumberOfUnits: 426 }), + new PivotDataFlatItem({ ProductName: `Clothing`, ProductUnitPrice: 2.6, SellerName: `Harry Tyler`, SellerCity: `London`, Date: `09/18/2007`, Value: 36.4, NumberOfUnits: 217 }), + new PivotDataFlatItem({ ProductName: `Accessories`, ProductUnitPrice: 77.6, SellerName: `John Smith`, SellerCity: `New York`, Date: `09/20/2007`, Value: 28, NumberOfUnits: 152 }), + new PivotDataFlatItem({ ProductName: `Components`, ProductUnitPrice: 97.2, SellerName: `Benjamin Meekins`, SellerCity: `Seattle`, Date: `09/25/2007`, Value: 21.8, NumberOfUnits: 452 }), + new PivotDataFlatItem({ ProductName: `Clothing`, ProductUnitPrice: 19.8, SellerName: `Carl Costello`, SellerCity: `Seattle`, Date: `10/02/2007`, Value: 98.4, NumberOfUnits: 499 }), + new PivotDataFlatItem({ ProductName: `Accessories`, ProductUnitPrice: 32.8, SellerName: `Mark Slater`, SellerCity: `Seattle`, Date: `10/06/2007`, Value: 79.6, NumberOfUnits: 169 }), + new PivotDataFlatItem({ ProductName: `Accessories`, ProductUnitPrice: 22, SellerName: `Nicholas Carmona`, SellerCity: `Berlin`, Date: `10/14/2007`, Value: 69.6, NumberOfUnits: 386 }), + new PivotDataFlatItem({ ProductName: `Bikes`, ProductUnitPrice: 35.6, SellerName: `Russell Shorter`, SellerCity: `Sofia`, Date: `10/14/2007`, Value: 27.8, NumberOfUnits: 454 }), + new PivotDataFlatItem({ ProductName: `Bikes`, ProductUnitPrice: 47, SellerName: `Elisa Longbottom`, SellerCity: `New York`, Date: `10/25/2007`, Value: 82.2, NumberOfUnits: 334 }), + new PivotDataFlatItem({ ProductName: `Bikes`, ProductUnitPrice: 41.2, SellerName: `Lydia Burson`, SellerCity: `Tokyo`, Date: `10/26/2007`, Value: 54.4, NumberOfUnits: 107 }), + new PivotDataFlatItem({ ProductName: `Clothing`, ProductUnitPrice: 13.8, SellerName: `Mark Slater`, SellerCity: `Sofia`, Date: `11/07/2007`, Value: 86.2, NumberOfUnits: 275 }), + new PivotDataFlatItem({ ProductName: `Clothing`, ProductUnitPrice: 64.2, SellerName: `Monica Freitag`, SellerCity: `London`, Date: `11/09/2007`, Value: 37.8, NumberOfUnits: 241 }), + new PivotDataFlatItem({ ProductName: `Clothing`, ProductUnitPrice: 1.2, SellerName: `Larry Lieb`, SellerCity: `London`, Date: `11/11/2007`, Value: 75.2, NumberOfUnits: 177 }), + new PivotDataFlatItem({ ProductName: `Components`, ProductUnitPrice: 57.8, SellerName: `Monica Freitag`, SellerCity: `Sofia`, Date: `11/13/2007`, Value: 58.6, NumberOfUnits: 494 }), + new PivotDataFlatItem({ ProductName: `Clothing`, ProductUnitPrice: 39.6, SellerName: `Lydia Burson`, SellerCity: `Mellvile`, Date: `11/19/2007`, Value: 40.8, NumberOfUnits: 451 }), + new PivotDataFlatItem({ ProductName: `Clothing`, ProductUnitPrice: 5.2, SellerName: `Stanley Brooker`, SellerCity: `Tokyo`, Date: `01/01/2008`, Value: 91.8, NumberOfUnits: 125 }), + new PivotDataFlatItem({ ProductName: `Accessories`, ProductUnitPrice: 53.4, SellerName: `Kathe Pettel`, SellerCity: `London`, Date: `01/02/2008`, Value: 31, NumberOfUnits: 103 }), + new PivotDataFlatItem({ ProductName: `Clothing`, ProductUnitPrice: 52.2, SellerName: `Larry Lieb`, SellerCity: `New York`, Date: `01/03/2008`, Value: 43, NumberOfUnits: 224 }), + new PivotDataFlatItem({ ProductName: `Components`, ProductUnitPrice: 17.8, SellerName: `Nicholas Carmona`, SellerCity: `Mellvile`, Date: `01/07/2008`, Value: 47.6, NumberOfUnits: 498 }), + new PivotDataFlatItem({ ProductName: `Bikes`, ProductUnitPrice: 80.8, SellerName: `Benjamin Dupree`, SellerCity: `London`, Date: `01/08/2008`, Value: 15.6, NumberOfUnits: 142 }), + new PivotDataFlatItem({ ProductName: `Accessories`, ProductUnitPrice: 95.4, SellerName: `Larry Lieb`, SellerCity: `Berlin`, Date: `01/21/2008`, Value: 87.2, NumberOfUnits: 487 }), + new PivotDataFlatItem({ ProductName: `Accessories`, ProductUnitPrice: 21.8, SellerName: `David Haley`, SellerCity: `Mellvile`, Date: `01/27/2008`, Value: 14.6, NumberOfUnits: 331 }), + new PivotDataFlatItem({ ProductName: `Components`, ProductUnitPrice: 30, SellerName: `Glenn Landeros`, SellerCity: `London`, Date: `02/03/2008`, Value: 99.2, NumberOfUnits: 418 }), + new PivotDataFlatItem({ ProductName: `Accessories`, ProductUnitPrice: 39.8, SellerName: `Benjamin Meekins`, SellerCity: `New York`, Date: `02/04/2008`, Value: 61, NumberOfUnits: 214 }), + new PivotDataFlatItem({ ProductName: `Bikes`, ProductUnitPrice: 40.4, SellerName: `Elisa Longbottom`, SellerCity: `Mellvile`, Date: `02/05/2008`, Value: 81.8, NumberOfUnits: 229 }), + new PivotDataFlatItem({ ProductName: `Clothing`, ProductUnitPrice: 35.2, SellerName: `Alfredo Fetuchini`, SellerCity: `London`, Date: `02/05/2008`, Value: 54.4, NumberOfUnits: 16 }), + new PivotDataFlatItem({ ProductName: `Accessories`, ProductUnitPrice: 41.8, SellerName: `Harry Tyler`, SellerCity: `Sofia`, Date: `02/08/2008`, Value: 18, NumberOfUnits: 216 }), + new PivotDataFlatItem({ ProductName: `Accessories`, ProductUnitPrice: 0.8, SellerName: `Harry Tyler`, SellerCity: `Sofia`, Date: `02/09/2008`, Value: 85, NumberOfUnits: 486 }), + new PivotDataFlatItem({ ProductName: `Accessories`, ProductUnitPrice: 37.6, SellerName: `Elisa Longbottom`, SellerCity: `Tokyo`, Date: `02/13/2008`, Value: 45.2, NumberOfUnits: 172 }), + new PivotDataFlatItem({ ProductName: `Bikes`, ProductUnitPrice: 20.8, SellerName: `Antonio Charbonneau`, SellerCity: `New York`, Date: `02/21/2008`, Value: 60.6, NumberOfUnits: 102 }), + new PivotDataFlatItem({ ProductName: `Components`, ProductUnitPrice: 70.8, SellerName: `Kathe Pettel`, SellerCity: `Seattle`, Date: `02/24/2008`, Value: 43, NumberOfUnits: 36 }), + new PivotDataFlatItem({ ProductName: `Components`, ProductUnitPrice: 53.4, SellerName: `Alfredo Fetuchini`, SellerCity: `Mellvile`, Date: `02/25/2008`, Value: 11, NumberOfUnits: 71 }), + new PivotDataFlatItem({ ProductName: `Clothing`, ProductUnitPrice: 25, SellerName: `Alfredo Fetuchini`, SellerCity: `Mellvile`, Date: `02/25/2008`, Value: 17, NumberOfUnits: 53 }), + new PivotDataFlatItem({ ProductName: `Components`, ProductUnitPrice: 64.6, SellerName: `Antonio Charbonneau`, SellerCity: `Tokyo`, Date: `02/25/2008`, Value: 99, NumberOfUnits: 104 }), + new PivotDataFlatItem({ ProductName: `Bikes`, ProductUnitPrice: 9.6, SellerName: `Brandon Mckim`, SellerCity: `Tokyo`, Date: `02/26/2008`, Value: 96.2, NumberOfUnits: 294 }), + new PivotDataFlatItem({ ProductName: `Components`, ProductUnitPrice: 41.2, SellerName: `Antonio Charbonneau`, SellerCity: `Sofia`, Date: `03/03/2008`, Value: 93.8, NumberOfUnits: 454 }), + new PivotDataFlatItem({ ProductName: `Clothing`, ProductUnitPrice: 37, SellerName: `Stanley Brooker`, SellerCity: `Berlin`, Date: `03/05/2008`, Value: 82.8, NumberOfUnits: 492 }), + new PivotDataFlatItem({ ProductName: `Components`, ProductUnitPrice: 16.8, SellerName: `Harry Tyler`, SellerCity: `New York`, Date: `03/08/2008`, Value: 0.8, NumberOfUnits: 132 }), + new PivotDataFlatItem({ ProductName: `Components`, ProductUnitPrice: 24.8, SellerName: `Alfredo Fetuchini`, SellerCity: `New York`, Date: `03/09/2008`, Value: 88.6, NumberOfUnits: 225 }), + new PivotDataFlatItem({ ProductName: `Components`, ProductUnitPrice: 65.6, SellerName: `David Haley`, SellerCity: `Tokyo`, Date: `03/10/2008`, Value: 69.2, NumberOfUnits: 422 }), + new PivotDataFlatItem({ ProductName: `Components`, ProductUnitPrice: 70.6, SellerName: `Glenn Landeros`, SellerCity: `London`, Date: `03/12/2008`, Value: 97.2, NumberOfUnits: 303 }), + new PivotDataFlatItem({ ProductName: `Accessories`, ProductUnitPrice: 65.2, SellerName: `Carl Costello`, SellerCity: `London`, Date: `03/13/2008`, Value: 46.4, NumberOfUnits: 319 }), + new PivotDataFlatItem({ ProductName: `Clothing`, ProductUnitPrice: 39.6, SellerName: `Harold Garvin`, SellerCity: `London`, Date: `03/14/2008`, Value: 48.6, NumberOfUnits: 262 }), + new PivotDataFlatItem({ ProductName: `Bikes`, ProductUnitPrice: 50.8, SellerName: `Harold Garvin`, SellerCity: `Berlin`, Date: `03/23/2008`, Value: 91.8, NumberOfUnits: 345 }), + new PivotDataFlatItem({ ProductName: `Components`, ProductUnitPrice: 88.4, SellerName: `David Haley`, SellerCity: `Tokyo`, Date: `04/03/2008`, Value: 87.4, NumberOfUnits: 407 }), + new PivotDataFlatItem({ ProductName: `Components`, ProductUnitPrice: 47.4, SellerName: `Walter Pang`, SellerCity: `Berlin`, Date: `04/04/2008`, Value: 15.2, NumberOfUnits: 121 }), + new PivotDataFlatItem({ ProductName: `Clothing`, ProductUnitPrice: 30.4, SellerName: `Larry Lieb`, SellerCity: `Seattle`, Date: `04/06/2008`, Value: 44.4, NumberOfUnits: 30 }), + new PivotDataFlatItem({ ProductName: `Components`, ProductUnitPrice: 88.2, SellerName: `Harold Garvin`, SellerCity: `Berlin`, Date: `04/11/2008`, Value: 25.4, NumberOfUnits: 293 }), + new PivotDataFlatItem({ ProductName: `Bikes`, ProductUnitPrice: 16.6, SellerName: `David Haley`, SellerCity: `Sofia`, Date: `04/12/2008`, Value: 55.2, NumberOfUnits: 271 }), + new PivotDataFlatItem({ ProductName: `Clothing`, ProductUnitPrice: 95.2, SellerName: `Howard Sprouse`, SellerCity: `Sofia`, Date: `04/18/2008`, Value: 25.8, NumberOfUnits: 107 }), + new PivotDataFlatItem({ ProductName: `Components`, ProductUnitPrice: 7.8, SellerName: `Bryan Culver`, SellerCity: `Mellvile`, Date: `04/18/2008`, Value: 54.6, NumberOfUnits: 87 }), + new PivotDataFlatItem({ ProductName: `Accessories`, ProductUnitPrice: 94.8, SellerName: `David Haley`, SellerCity: `Tokyo`, Date: `04/23/2008`, Value: 79, NumberOfUnits: 319 }), + new PivotDataFlatItem({ ProductName: `Clothing`, ProductUnitPrice: 37.2, SellerName: `Lydia Burson`, SellerCity: `New York`, Date: `04/24/2008`, Value: 21.6, NumberOfUnits: 346 }), + new PivotDataFlatItem({ ProductName: `Clothing`, ProductUnitPrice: 99.4, SellerName: `Benjamin Dupree`, SellerCity: `London`, Date: `05/07/2008`, Value: 77.8, NumberOfUnits: 382 }), + new PivotDataFlatItem({ ProductName: `Components`, ProductUnitPrice: 96.2, SellerName: `Larry Lieb`, SellerCity: `New York`, Date: `05/11/2008`, Value: 35.4, NumberOfUnits: 334 }), + new PivotDataFlatItem({ ProductName: `Clothing`, ProductUnitPrice: 26.2, SellerName: `Harold Garvin`, SellerCity: `Tokyo`, Date: `05/13/2008`, Value: 28.8, NumberOfUnits: 176 }), + new PivotDataFlatItem({ ProductName: `Components`, ProductUnitPrice: 80.8, SellerName: `Mark Slater`, SellerCity: `Berlin`, Date: `05/19/2008`, Value: 8.4, NumberOfUnits: 125 }), + new PivotDataFlatItem({ ProductName: `Accessories`, ProductUnitPrice: 78.4, SellerName: `Russell Shorter`, SellerCity: `Mellvile`, Date: `05/19/2008`, Value: 15, NumberOfUnits: 458 }), + new PivotDataFlatItem({ ProductName: `Accessories`, ProductUnitPrice: 94, SellerName: `Benjamin Meekins`, SellerCity: `Berlin`, Date: `05/25/2008`, Value: 68.6, NumberOfUnits: 331 }), + new PivotDataFlatItem({ ProductName: `Accessories`, ProductUnitPrice: 96.6, SellerName: `Stanley Brooker`, SellerCity: `Mellvile`, Date: `05/27/2008`, Value: 71, NumberOfUnits: 39 }), + new PivotDataFlatItem({ ProductName: `Clothing`, ProductUnitPrice: 37.6, SellerName: `Claudia Kobayashi`, SellerCity: `London`, Date: `06/06/2008`, Value: 97.2, NumberOfUnits: 238 }), + new PivotDataFlatItem({ ProductName: `Components`, ProductUnitPrice: 47, SellerName: `Walter Pang`, SellerCity: `London`, Date: `06/07/2008`, Value: 5.8, NumberOfUnits: 84 }), + new PivotDataFlatItem({ ProductName: `Bikes`, ProductUnitPrice: 80.2, SellerName: `Mark Slater`, SellerCity: `Tokyo`, Date: `06/08/2008`, Value: 24.8, NumberOfUnits: 363 }), + new PivotDataFlatItem({ ProductName: `Clothing`, ProductUnitPrice: 43.6, SellerName: `Harry Tyler`, SellerCity: `New York`, Date: `06/08/2008`, Value: 59, NumberOfUnits: 479 }), + new PivotDataFlatItem({ ProductName: `Components`, ProductUnitPrice: 56.4, SellerName: `Kathe Pettel`, SellerCity: `Sofia`, Date: `06/11/2008`, Value: 87.6, NumberOfUnits: 404 }), + new PivotDataFlatItem({ ProductName: `Clothing`, ProductUnitPrice: 81.8, SellerName: `Glenn Landeros`, SellerCity: `London`, Date: `06/18/2008`, Value: 80.4, NumberOfUnits: 478 }), + new PivotDataFlatItem({ ProductName: `Clothing`, ProductUnitPrice: 90.2, SellerName: `Benjamin Meekins`, SellerCity: `Sofia`, Date: `06/19/2008`, Value: 2.4, NumberOfUnits: 285 }), + new PivotDataFlatItem({ ProductName: `Bikes`, ProductUnitPrice: 99.4, SellerName: `Kathe Pettel`, SellerCity: `Sofia`, Date: `06/22/2008`, Value: 82.6, NumberOfUnits: 15 }), + new PivotDataFlatItem({ ProductName: `Clothing`, ProductUnitPrice: 30.8, SellerName: `Brandon Mckim`, SellerCity: `Berlin`, Date: `06/26/2008`, Value: 77.8, NumberOfUnits: 245 }), + new PivotDataFlatItem({ ProductName: `Bikes`, ProductUnitPrice: 99.4, SellerName: `Nicholas Carmona`, SellerCity: `Mellvile`, Date: `07/01/2008`, Value: 8.2, NumberOfUnits: 376 }), + new PivotDataFlatItem({ ProductName: `Bikes`, ProductUnitPrice: 73.4, SellerName: `Claudia Kobayashi`, SellerCity: `New York`, Date: `07/02/2008`, Value: 48.6, NumberOfUnits: 40 }), + new PivotDataFlatItem({ ProductName: `Bikes`, ProductUnitPrice: 43.6, SellerName: `Larry Lieb`, SellerCity: `London`, Date: `07/10/2008`, Value: 38, NumberOfUnits: 112 }), + new PivotDataFlatItem({ ProductName: `Clothing`, ProductUnitPrice: 16.4, SellerName: `Antonio Charbonneau`, SellerCity: `New York`, Date: `07/15/2008`, Value: 9.8, NumberOfUnits: 224 }), + new PivotDataFlatItem({ ProductName: `Accessories`, ProductUnitPrice: 71.4, SellerName: `Stanley Brooker`, SellerCity: `Tokyo`, Date: `07/16/2008`, Value: 66.4, NumberOfUnits: 145 }), + new PivotDataFlatItem({ ProductName: `Bikes`, ProductUnitPrice: 94.6, SellerName: `Stanley Brooker`, SellerCity: `Mellvile`, Date: `07/21/2008`, Value: 46.6, NumberOfUnits: 272 }), + new PivotDataFlatItem({ ProductName: `Components`, ProductUnitPrice: 50.8, SellerName: `Claudia Kobayashi`, SellerCity: `London`, Date: `07/27/2008`, Value: 90.2, NumberOfUnits: 278 }), + new PivotDataFlatItem({ ProductName: `Accessories`, ProductUnitPrice: 12.8, SellerName: `Harry Tyler`, SellerCity: `Seattle`, Date: `07/27/2008`, Value: 89.2, NumberOfUnits: 253 }), + new PivotDataFlatItem({ ProductName: `Components`, ProductUnitPrice: 35.8, SellerName: `Nicholas Carmona`, SellerCity: `New York`, Date: `08/01/2008`, Value: 28.4, NumberOfUnits: 255 }), + new PivotDataFlatItem({ ProductName: `Bikes`, ProductUnitPrice: 17.2, SellerName: `David Haley`, SellerCity: `Seattle`, Date: `08/02/2008`, Value: 0.6, NumberOfUnits: 46 }), + new PivotDataFlatItem({ ProductName: `Bikes`, ProductUnitPrice: 22.2, SellerName: `Benjamin Dupree`, SellerCity: `Tokyo`, Date: `08/08/2008`, Value: 58.6, NumberOfUnits: 279 }), + new PivotDataFlatItem({ ProductName: `Accessories`, ProductUnitPrice: 63, SellerName: `Russell Shorter`, SellerCity: `Sofia`, Date: `08/08/2008`, Value: 91.8, NumberOfUnits: 89 }), + new PivotDataFlatItem({ ProductName: `Clothing`, ProductUnitPrice: 83.8, SellerName: `Larry Lieb`, SellerCity: `Sofia`, Date: `08/14/2008`, Value: 52.6, NumberOfUnits: 17 }), + new PivotDataFlatItem({ ProductName: `Bikes`, ProductUnitPrice: 14.2, SellerName: `Lydia Burson`, SellerCity: `Sofia`, Date: `08/21/2008`, Value: 54, NumberOfUnits: 470 }), + new PivotDataFlatItem({ ProductName: `Bikes`, ProductUnitPrice: 34.6, SellerName: `Elisa Longbottom`, SellerCity: `Mellvile`, Date: `08/25/2008`, Value: 1.8, NumberOfUnits: 195 }), + new PivotDataFlatItem({ ProductName: `Accessories`, ProductUnitPrice: 86.8, SellerName: `Lydia Burson`, SellerCity: `New York`, Date: `08/27/2008`, Value: 23.8, NumberOfUnits: 173 }), + new PivotDataFlatItem({ ProductName: `Accessories`, ProductUnitPrice: 42.2, SellerName: `Benjamin Dupree`, SellerCity: `New York`, Date: `09/01/2008`, Value: 51.2, NumberOfUnits: 472 }), + new PivotDataFlatItem({ ProductName: `Accessories`, ProductUnitPrice: 25.8, SellerName: `Larry Lieb`, SellerCity: `Seattle`, Date: `09/06/2008`, Value: 88.4, NumberOfUnits: 148 }), + new PivotDataFlatItem({ ProductName: `Clothing`, ProductUnitPrice: 23.2, SellerName: `Walter Pang`, SellerCity: `Mellvile`, Date: `09/06/2008`, Value: 94.6, NumberOfUnits: 314 }), + new PivotDataFlatItem({ ProductName: `Accessories`, ProductUnitPrice: 83.8, SellerName: `Nicholas Carmona`, SellerCity: `Seattle`, Date: `09/07/2008`, Value: 66.8, NumberOfUnits: 431 }), + new PivotDataFlatItem({ ProductName: `Clothing`, ProductUnitPrice: 84.4, SellerName: `Walter Pang`, SellerCity: `Mellvile`, Date: `09/07/2008`, Value: 27.6, NumberOfUnits: 347 }), + new PivotDataFlatItem({ ProductName: `Accessories`, ProductUnitPrice: 7.4, SellerName: `Harry Tyler`, SellerCity: `Berlin`, Date: `09/11/2008`, Value: 2.8, NumberOfUnits: 27 }), + new PivotDataFlatItem({ ProductName: `Clothing`, ProductUnitPrice: 9.6, SellerName: `Elisa Longbottom`, SellerCity: `Berlin`, Date: `09/12/2008`, Value: 12, NumberOfUnits: 5 }), + new PivotDataFlatItem({ ProductName: `Accessories`, ProductUnitPrice: 50.8, SellerName: `Larry Lieb`, SellerCity: `Mellvile`, Date: `09/19/2008`, Value: 16.6, NumberOfUnits: 191 }), + new PivotDataFlatItem({ ProductName: `Accessories`, ProductUnitPrice: 80, SellerName: `Bryan Culver`, SellerCity: `New York`, Date: `09/25/2008`, Value: 84.4, NumberOfUnits: 421 }), + new PivotDataFlatItem({ ProductName: `Accessories`, ProductUnitPrice: 62.2, SellerName: `Carl Costello`, SellerCity: `Seattle`, Date: `10/03/2008`, Value: 29, NumberOfUnits: 297 }), + new PivotDataFlatItem({ ProductName: `Clothing`, ProductUnitPrice: 96.2, SellerName: `Glenn Landeros`, SellerCity: `New York`, Date: `10/04/2008`, Value: 15.8, NumberOfUnits: 128 }), + new PivotDataFlatItem({ ProductName: `Components`, ProductUnitPrice: 47, SellerName: `Howard Sprouse`, SellerCity: `Mellvile`, Date: `10/13/2008`, Value: 37.4, NumberOfUnits: 210 }), + new PivotDataFlatItem({ ProductName: `Bikes`, ProductUnitPrice: 35.8, SellerName: `Russell Shorter`, SellerCity: `London`, Date: `10/14/2008`, Value: 27, NumberOfUnits: 315 }), + new PivotDataFlatItem({ ProductName: `Bikes`, ProductUnitPrice: 79, SellerName: `Benjamin Meekins`, SellerCity: `New York`, Date: `10/19/2008`, Value: 69.8, NumberOfUnits: 489 }), + new PivotDataFlatItem({ ProductName: `Components`, ProductUnitPrice: 84.4, SellerName: `Walter Pang`, SellerCity: `Mellvile`, Date: `10/21/2008`, Value: 61.4, NumberOfUnits: 47 }), + new PivotDataFlatItem({ ProductName: `Accessories`, ProductUnitPrice: 25.6, SellerName: `John Smith`, SellerCity: `Mellvile`, Date: `10/22/2008`, Value: 69.4, NumberOfUnits: 92 }), + new PivotDataFlatItem({ ProductName: `Bikes`, ProductUnitPrice: 24, SellerName: `Alfredo Fetuchini`, SellerCity: `Mellvile`, Date: `11/01/2008`, Value: 81.2, NumberOfUnits: 30 }), + new PivotDataFlatItem({ ProductName: `Accessories`, ProductUnitPrice: 53.6, SellerName: `Stanley Brooker`, SellerCity: `Berlin`, Date: `11/01/2008`, Value: 15, NumberOfUnits: 132 }), + new PivotDataFlatItem({ ProductName: `Bikes`, ProductUnitPrice: 68.2, SellerName: `Bryan Culver`, SellerCity: `London`, Date: `11/10/2008`, Value: 6.2, NumberOfUnits: 368 }), + new PivotDataFlatItem({ ProductName: `Clothing`, ProductUnitPrice: 60, SellerName: `Kathe Pettel`, SellerCity: `New York`, Date: `11/11/2008`, Value: 39.2, NumberOfUnits: 482 }), + new PivotDataFlatItem({ ProductName: `Clothing`, ProductUnitPrice: 5.8, SellerName: `Antonio Charbonneau`, SellerCity: `Mellvile`, Date: `11/11/2008`, Value: 48.8, NumberOfUnits: 22 }), + new PivotDataFlatItem({ ProductName: `Accessories`, ProductUnitPrice: 96, SellerName: `Claudia Kobayashi`, SellerCity: `London`, Date: `11/20/2008`, Value: 87.2, NumberOfUnits: 159 }), + new PivotDataFlatItem({ ProductName: `Components`, ProductUnitPrice: 59.2, SellerName: `Alfredo Fetuchini`, SellerCity: `Berlin`, Date: `11/25/2008`, Value: 88.6, NumberOfUnits: 52 }), + new PivotDataFlatItem({ ProductName: `Accessories`, ProductUnitPrice: 94, SellerName: `Harry Tyler`, SellerCity: `Tokyo`, Date: `01/05/2009`, Value: 79.8, NumberOfUnits: 194 }), + new PivotDataFlatItem({ ProductName: `Clothing`, ProductUnitPrice: 12.8, SellerName: `David Haley`, SellerCity: `Berlin`, Date: `01/08/2009`, Value: 43, NumberOfUnits: 100 }), + new PivotDataFlatItem({ ProductName: `Clothing`, ProductUnitPrice: 38, SellerName: `Benjamin Meekins`, SellerCity: `Berlin`, Date: `01/10/2009`, Value: 48.4, NumberOfUnits: 252 }), + new PivotDataFlatItem({ ProductName: `Components`, ProductUnitPrice: 79.4, SellerName: `Kathe Pettel`, SellerCity: `Tokyo`, Date: `01/13/2009`, Value: 68.6, NumberOfUnits: 116 }), + new PivotDataFlatItem({ ProductName: `Components`, ProductUnitPrice: 91, SellerName: `Elisa Longbottom`, SellerCity: `London`, Date: `01/14/2009`, Value: 27.6, NumberOfUnits: 259 }), + new PivotDataFlatItem({ ProductName: `Bikes`, ProductUnitPrice: 100, SellerName: `Glenn Landeros`, SellerCity: `London`, Date: `01/19/2009`, Value: 56.8, NumberOfUnits: 217 }), + new PivotDataFlatItem({ ProductName: `Bikes`, ProductUnitPrice: 43.4, SellerName: `Bryan Culver`, SellerCity: `Seattle`, Date: `01/22/2009`, Value: 36.6, NumberOfUnits: 48 }), + new PivotDataFlatItem({ ProductName: `Clothing`, ProductUnitPrice: 0.8, SellerName: `Stanley Brooker`, SellerCity: `New York`, Date: `02/02/2009`, Value: 71.4, NumberOfUnits: 445 }), + new PivotDataFlatItem({ ProductName: `Clothing`, ProductUnitPrice: 60.6, SellerName: `Kathe Pettel`, SellerCity: `Mellvile`, Date: `02/03/2009`, Value: 44.6, NumberOfUnits: 90 }), + new PivotDataFlatItem({ ProductName: `Bikes`, ProductUnitPrice: 13.8, SellerName: `Harry Tyler`, SellerCity: `Sofia`, Date: `02/07/2009`, Value: 36.2, NumberOfUnits: 453 }), + new PivotDataFlatItem({ ProductName: `Bikes`, ProductUnitPrice: 44.2, SellerName: `Harry Tyler`, SellerCity: `Mellvile`, Date: `02/07/2009`, Value: 85.6, NumberOfUnits: 450 }), + new PivotDataFlatItem({ ProductName: `Components`, ProductUnitPrice: 94.4, SellerName: `Lydia Burson`, SellerCity: `Sofia`, Date: `02/07/2009`, Value: 48.2, NumberOfUnits: 152 }), + new PivotDataFlatItem({ ProductName: `Accessories`, ProductUnitPrice: 8.8, SellerName: `Harry Tyler`, SellerCity: `Berlin`, Date: `02/16/2009`, Value: 46.6, NumberOfUnits: 119 }), + new PivotDataFlatItem({ ProductName: `Accessories`, ProductUnitPrice: 79.2, SellerName: `Kathe Pettel`, SellerCity: `Tokyo`, Date: `02/16/2009`, Value: 29.2, NumberOfUnits: 463 }), + new PivotDataFlatItem({ ProductName: `Bikes`, ProductUnitPrice: 18.6, SellerName: `Howard Sprouse`, SellerCity: `Tokyo`, Date: `02/17/2009`, Value: 19.8, NumberOfUnits: 150 }), + new PivotDataFlatItem({ ProductName: `Bikes`, ProductUnitPrice: 28, SellerName: `Walter Pang`, SellerCity: `Berlin`, Date: `02/19/2009`, Value: 17.6, NumberOfUnits: 210 }), + new PivotDataFlatItem({ ProductName: `Bikes`, ProductUnitPrice: 67.2, SellerName: `Kathe Pettel`, SellerCity: `Tokyo`, Date: `02/20/2009`, Value: 36.4, NumberOfUnits: 150 }), + new PivotDataFlatItem({ ProductName: `Bikes`, ProductUnitPrice: 36, SellerName: `Benjamin Meekins`, SellerCity: `London`, Date: `02/21/2009`, Value: 74, NumberOfUnits: 97 }), + new PivotDataFlatItem({ ProductName: `Bikes`, ProductUnitPrice: 34.2, SellerName: `Stanley Brooker`, SellerCity: `Berlin`, Date: `02/22/2009`, Value: 86.4, NumberOfUnits: 256 }), + new PivotDataFlatItem({ ProductName: `Accessories`, ProductUnitPrice: 66.4, SellerName: `Russell Shorter`, SellerCity: `London`, Date: `02/24/2009`, Value: 53, NumberOfUnits: 172 }), + new PivotDataFlatItem({ ProductName: `Components`, ProductUnitPrice: 15, SellerName: `Monica Freitag`, SellerCity: `Mellvile`, Date: `02/24/2009`, Value: 5.2, NumberOfUnits: 489 }), + new PivotDataFlatItem({ ProductName: `Bikes`, ProductUnitPrice: 52, SellerName: `Claudia Kobayashi`, SellerCity: `Sofia`, Date: `02/27/2009`, Value: 9.2, NumberOfUnits: 222 }), + new PivotDataFlatItem({ ProductName: `Clothing`, ProductUnitPrice: 98.4, SellerName: `Nicholas Carmona`, SellerCity: `Berlin`, Date: `03/03/2009`, Value: 81.4, NumberOfUnits: 300 }), + new PivotDataFlatItem({ ProductName: `Bikes`, ProductUnitPrice: 72.8, SellerName: `Harry Tyler`, SellerCity: `London`, Date: `03/03/2009`, Value: 1.4, NumberOfUnits: 270 }), + new PivotDataFlatItem({ ProductName: `Clothing`, ProductUnitPrice: 16.4, SellerName: `Claudia Kobayashi`, SellerCity: `London`, Date: `03/07/2009`, Value: 81.4, NumberOfUnits: 263 }), + new PivotDataFlatItem({ ProductName: `Bikes`, ProductUnitPrice: 93.6, SellerName: `Elisa Longbottom`, SellerCity: `Mellvile`, Date: `03/10/2009`, Value: 22.8, NumberOfUnits: 28 }), + new PivotDataFlatItem({ ProductName: `Components`, ProductUnitPrice: 42.2, SellerName: `Howard Sprouse`, SellerCity: `London`, Date: `03/15/2009`, Value: 20.4, NumberOfUnits: 237 }), + new PivotDataFlatItem({ ProductName: `Accessories`, ProductUnitPrice: 55, SellerName: `Claudia Kobayashi`, SellerCity: `Tokyo`, Date: `03/16/2009`, Value: 64, NumberOfUnits: 171 }), + new PivotDataFlatItem({ ProductName: `Components`, ProductUnitPrice: 97.4, SellerName: `Kathe Pettel`, SellerCity: `New York`, Date: `03/27/2009`, Value: 24, NumberOfUnits: 251 }), + new PivotDataFlatItem({ ProductName: `Components`, ProductUnitPrice: 51, SellerName: `Antonio Charbonneau`, SellerCity: `London`, Date: `04/01/2009`, Value: 32.4, NumberOfUnits: 275 }), + new PivotDataFlatItem({ ProductName: `Components`, ProductUnitPrice: 4.8, SellerName: `Brandon Mckim`, SellerCity: `London`, Date: `04/06/2009`, Value: 42, NumberOfUnits: 311 }), + new PivotDataFlatItem({ ProductName: `Clothing`, ProductUnitPrice: 71, SellerName: `Monica Freitag`, SellerCity: `New York`, Date: `04/07/2009`, Value: 82.8, NumberOfUnits: 217 }), + new PivotDataFlatItem({ ProductName: `Components`, ProductUnitPrice: 96.8, SellerName: `Claudia Kobayashi`, SellerCity: `London`, Date: `04/09/2009`, Value: 62.2, NumberOfUnits: 360 }), + new PivotDataFlatItem({ ProductName: `Bikes`, ProductUnitPrice: 83.6, SellerName: `Howard Sprouse`, SellerCity: `Berlin`, Date: `04/12/2009`, Value: 51.6, NumberOfUnits: 35 }), + new PivotDataFlatItem({ ProductName: `Accessories`, ProductUnitPrice: 96.4, SellerName: `Nicholas Carmona`, SellerCity: `New York`, Date: `04/15/2009`, Value: 81, NumberOfUnits: 294 }), + new PivotDataFlatItem({ ProductName: `Clothing`, ProductUnitPrice: 70.8, SellerName: `Howard Sprouse`, SellerCity: `Seattle`, Date: `04/16/2009`, Value: 36, NumberOfUnits: 436 }), + new PivotDataFlatItem({ ProductName: `Components`, ProductUnitPrice: 94.6, SellerName: `Kathe Pettel`, SellerCity: `London`, Date: `04/20/2009`, Value: 82.6, NumberOfUnits: 78 }), + new PivotDataFlatItem({ ProductName: `Components`, ProductUnitPrice: 29.6, SellerName: `David Haley`, SellerCity: `Tokyo`, Date: `04/22/2009`, Value: 94, NumberOfUnits: 301 }), + new PivotDataFlatItem({ ProductName: `Components`, ProductUnitPrice: 70.6, SellerName: `Mark Slater`, SellerCity: `New York`, Date: `05/02/2009`, Value: 92.6, NumberOfUnits: 24 }), + new PivotDataFlatItem({ ProductName: `Bikes`, ProductUnitPrice: 71.8, SellerName: `Howard Sprouse`, SellerCity: `Seattle`, Date: `05/04/2009`, Value: 19.4, NumberOfUnits: 332 }), + new PivotDataFlatItem({ ProductName: `Components`, ProductUnitPrice: 14.6, SellerName: `Mark Slater`, SellerCity: `Berlin`, Date: `05/11/2009`, Value: 56.4, NumberOfUnits: 307 }), + new PivotDataFlatItem({ ProductName: `Components`, ProductUnitPrice: 36.8, SellerName: `Harold Garvin`, SellerCity: `Seattle`, Date: `05/11/2009`, Value: 34.4, NumberOfUnits: 375 }), + new PivotDataFlatItem({ ProductName: `Bikes`, ProductUnitPrice: 62.8, SellerName: `Benjamin Dupree`, SellerCity: `Mellvile`, Date: `05/12/2009`, Value: 2, NumberOfUnits: 499 }), + new PivotDataFlatItem({ ProductName: `Accessories`, ProductUnitPrice: 13.8, SellerName: `Russell Shorter`, SellerCity: `London`, Date: `05/21/2009`, Value: 42.6, NumberOfUnits: 337 }), + new PivotDataFlatItem({ ProductName: `Bikes`, ProductUnitPrice: 46.2, SellerName: `Larry Lieb`, SellerCity: `London`, Date: `05/24/2009`, Value: 55.4, NumberOfUnits: 284 }), + new PivotDataFlatItem({ ProductName: `Clothing`, ProductUnitPrice: 95.4, SellerName: `Howard Sprouse`, SellerCity: `Berlin`, Date: `05/26/2009`, Value: 94.8, NumberOfUnits: 292 }), + new PivotDataFlatItem({ ProductName: `Bikes`, ProductUnitPrice: 78.2, SellerName: `Howard Sprouse`, SellerCity: `Sofia`, Date: `05/26/2009`, Value: 60.2, NumberOfUnits: 424 }), + new PivotDataFlatItem({ ProductName: `Clothing`, ProductUnitPrice: 99.4, SellerName: `Mark Slater`, SellerCity: `Mellvile`, Date: `06/05/2009`, Value: 29, NumberOfUnits: 271 }), + new PivotDataFlatItem({ ProductName: `Components`, ProductUnitPrice: 87, SellerName: `Howard Sprouse`, SellerCity: `Mellvile`, Date: `06/10/2009`, Value: 94, NumberOfUnits: 6 }), + new PivotDataFlatItem({ ProductName: `Bikes`, ProductUnitPrice: 13.6, SellerName: `Elisa Longbottom`, SellerCity: `Sofia`, Date: `06/12/2009`, Value: 95, NumberOfUnits: 44 }), + new PivotDataFlatItem({ ProductName: `Bikes`, ProductUnitPrice: 99.8, SellerName: `Nicholas Carmona`, SellerCity: `Seattle`, Date: `06/12/2009`, Value: 74.2, NumberOfUnits: 277 }), + new PivotDataFlatItem({ ProductName: `Accessories`, ProductUnitPrice: 17, SellerName: `Brandon Mckim`, SellerCity: `Seattle`, Date: `06/13/2009`, Value: 65.2, NumberOfUnits: 98 }), + new PivotDataFlatItem({ ProductName: `Components`, ProductUnitPrice: 42.4, SellerName: `Elisa Longbottom`, SellerCity: `Mellvile`, Date: `06/22/2009`, Value: 68.6, NumberOfUnits: 443 }), + new PivotDataFlatItem({ ProductName: `Clothing`, ProductUnitPrice: 79.6, SellerName: `Benjamin Dupree`, SellerCity: `Seattle`, Date: `06/26/2009`, Value: 81.4, NumberOfUnits: 409 }), + new PivotDataFlatItem({ ProductName: `Clothing`, ProductUnitPrice: 26.4, SellerName: `Walter Pang`, SellerCity: `New York`, Date: `07/02/2009`, Value: 68.2, NumberOfUnits: 240 }), + new PivotDataFlatItem({ ProductName: `Clothing`, ProductUnitPrice: 34.2, SellerName: `Kathe Pettel`, SellerCity: `Seattle`, Date: `07/10/2009`, Value: 95.6, NumberOfUnits: 23 }), + new PivotDataFlatItem({ ProductName: `Bikes`, ProductUnitPrice: 29.4, SellerName: `Larry Lieb`, SellerCity: `Mellvile`, Date: `07/12/2009`, Value: 36, NumberOfUnits: 109 }), + new PivotDataFlatItem({ ProductName: `Accessories`, ProductUnitPrice: 86.8, SellerName: `Nicholas Carmona`, SellerCity: `Berlin`, Date: `07/13/2009`, Value: 30, NumberOfUnits: 117 }), + new PivotDataFlatItem({ ProductName: `Accessories`, ProductUnitPrice: 58.4, SellerName: `Mark Slater`, SellerCity: `New York`, Date: `07/15/2009`, Value: 34.4, NumberOfUnits: 336 }), + new PivotDataFlatItem({ ProductName: `Clothing`, ProductUnitPrice: 39.8, SellerName: `Antonio Charbonneau`, SellerCity: `Seattle`, Date: `07/18/2009`, Value: 92.4, NumberOfUnits: 372 }), + new PivotDataFlatItem({ ProductName: `Bikes`, ProductUnitPrice: 10.2, SellerName: `Larry Lieb`, SellerCity: `Berlin`, Date: `07/19/2009`, Value: 90.4, NumberOfUnits: 403 }), + new PivotDataFlatItem({ ProductName: `Accessories`, ProductUnitPrice: 17.8, SellerName: `Harry Tyler`, SellerCity: `Seattle`, Date: `07/19/2009`, Value: 66.2, NumberOfUnits: 144 }), + new PivotDataFlatItem({ ProductName: `Clothing`, ProductUnitPrice: 21.6, SellerName: `Lydia Burson`, SellerCity: `Seattle`, Date: `07/19/2009`, Value: 41.8, NumberOfUnits: 395 }), + new PivotDataFlatItem({ ProductName: `Clothing`, ProductUnitPrice: 33.6, SellerName: `Nicholas Carmona`, SellerCity: `New York`, Date: `07/20/2009`, Value: 16.6, NumberOfUnits: 236 }), + new PivotDataFlatItem({ ProductName: `Accessories`, ProductUnitPrice: 48.8, SellerName: `Larry Lieb`, SellerCity: `Seattle`, Date: `07/20/2009`, Value: 86.8, NumberOfUnits: 160 }), + new PivotDataFlatItem({ ProductName: `Components`, ProductUnitPrice: 81.8, SellerName: `David Haley`, SellerCity: `Sofia`, Date: `07/20/2009`, Value: 65.8, NumberOfUnits: 157 }), + new PivotDataFlatItem({ ProductName: `Components`, ProductUnitPrice: 9.8, SellerName: `Glenn Landeros`, SellerCity: `Sofia`, Date: `07/25/2009`, Value: 0.2, NumberOfUnits: 255 }), + new PivotDataFlatItem({ ProductName: `Bikes`, ProductUnitPrice: 88.6, SellerName: `Mark Slater`, SellerCity: `London`, Date: `08/16/2009`, Value: 43, NumberOfUnits: 284 }), + new PivotDataFlatItem({ ProductName: `Clothing`, ProductUnitPrice: 89.4, SellerName: `Walter Pang`, SellerCity: `Tokyo`, Date: `08/17/2009`, Value: 15.8, NumberOfUnits: 333 }), + new PivotDataFlatItem({ ProductName: `Bikes`, ProductUnitPrice: 24, SellerName: `Monica Freitag`, SellerCity: `Seattle`, Date: `08/17/2009`, Value: 51.6, NumberOfUnits: 48 }), + new PivotDataFlatItem({ ProductName: `Bikes`, ProductUnitPrice: 19.4, SellerName: `Kathe Pettel`, SellerCity: `New York`, Date: `08/18/2009`, Value: 82.6, NumberOfUnits: 399 }), + new PivotDataFlatItem({ ProductName: `Bikes`, ProductUnitPrice: 9.4, SellerName: `Mark Slater`, SellerCity: `Berlin`, Date: `08/24/2009`, Value: 68.6, NumberOfUnits: 413 }), + new PivotDataFlatItem({ ProductName: `Accessories`, ProductUnitPrice: 1.2, SellerName: `Monica Freitag`, SellerCity: `Sofia`, Date: `09/06/2009`, Value: 72, NumberOfUnits: 182 }), + new PivotDataFlatItem({ ProductName: `Components`, ProductUnitPrice: 77, SellerName: `Russell Shorter`, SellerCity: `Mellvile`, Date: `09/06/2009`, Value: 45, NumberOfUnits: 156 }), + new PivotDataFlatItem({ ProductName: `Components`, ProductUnitPrice: 80.8, SellerName: `Antonio Charbonneau`, SellerCity: `Mellvile`, Date: `09/09/2009`, Value: 92.4, NumberOfUnits: 293 }), + new PivotDataFlatItem({ ProductName: `Components`, ProductUnitPrice: 22.8, SellerName: `Benjamin Dupree`, SellerCity: `Berlin`, Date: `10/01/2009`, Value: 100, NumberOfUnits: 16 }), + new PivotDataFlatItem({ ProductName: `Bikes`, ProductUnitPrice: 78.2, SellerName: `Benjamin Meekins`, SellerCity: `Seattle`, Date: `10/01/2009`, Value: 16, NumberOfUnits: 106 }), + new PivotDataFlatItem({ ProductName: `Accessories`, ProductUnitPrice: 73, SellerName: `Glenn Landeros`, SellerCity: `Tokyo`, Date: `10/06/2009`, Value: 91.6, NumberOfUnits: 16 }), + new PivotDataFlatItem({ ProductName: `Components`, ProductUnitPrice: 22.2, SellerName: `John Smith`, SellerCity: `Tokyo`, Date: `10/07/2009`, Value: 1.8, NumberOfUnits: 187 }), + new PivotDataFlatItem({ ProductName: `Bikes`, ProductUnitPrice: 42.8, SellerName: `Harry Tyler`, SellerCity: `Seattle`, Date: `10/10/2009`, Value: 21.8, NumberOfUnits: 137 }), + new PivotDataFlatItem({ ProductName: `Clothing`, ProductUnitPrice: 46.2, SellerName: `Mark Slater`, SellerCity: `Seattle`, Date: `10/14/2009`, Value: 15, NumberOfUnits: 138 }), + new PivotDataFlatItem({ ProductName: `Bikes`, ProductUnitPrice: 14.4, SellerName: `Mark Slater`, SellerCity: `Seattle`, Date: `10/24/2009`, Value: 65, NumberOfUnits: 256 }), + new PivotDataFlatItem({ ProductName: `Components`, ProductUnitPrice: 40.2, SellerName: `Antonio Charbonneau`, SellerCity: `London`, Date: `10/24/2009`, Value: 11.2, NumberOfUnits: 353 }), + new PivotDataFlatItem({ ProductName: `Accessories`, ProductUnitPrice: 17.2, SellerName: `Lydia Burson`, SellerCity: `Tokyo`, Date: `11/01/2009`, Value: 95, NumberOfUnits: 359 }), + new PivotDataFlatItem({ ProductName: `Bikes`, ProductUnitPrice: 52, SellerName: `Walter Pang`, SellerCity: `Tokyo`, Date: `11/04/2009`, Value: 43.2, NumberOfUnits: 134 }), + new PivotDataFlatItem({ ProductName: `Accessories`, ProductUnitPrice: 91, SellerName: `Larry Lieb`, SellerCity: `Seattle`, Date: `11/09/2009`, Value: 25.2, NumberOfUnits: 263 }), + new PivotDataFlatItem({ ProductName: `Accessories`, ProductUnitPrice: 88.6, SellerName: `Monica Freitag`, SellerCity: `Seattle`, Date: `11/11/2009`, Value: 41, NumberOfUnits: 313 }), + new PivotDataFlatItem({ ProductName: `Accessories`, ProductUnitPrice: 46.6, SellerName: `Stanley Brooker`, SellerCity: `Mellvile`, Date: `11/16/2009`, Value: 20.4, NumberOfUnits: 115 }), + new PivotDataFlatItem({ ProductName: `Clothing`, ProductUnitPrice: 20.4, SellerName: `Claudia Kobayashi`, SellerCity: `Berlin`, Date: `11/17/2009`, Value: 33, NumberOfUnits: 414 }), + new PivotDataFlatItem({ ProductName: `Accessories`, ProductUnitPrice: 70.8, SellerName: `Kathe Pettel`, SellerCity: `New York`, Date: `11/21/2009`, Value: 3, NumberOfUnits: 53 }), + new PivotDataFlatItem({ ProductName: `Components`, ProductUnitPrice: 81.6, SellerName: `John Smith`, SellerCity: `New York`, Date: `11/22/2009`, Value: 86.8, NumberOfUnits: 472 }), + new PivotDataFlatItem({ ProductName: `Accessories`, ProductUnitPrice: 9.8, SellerName: `Harry Tyler`, SellerCity: `Mellvile`, Date: `11/23/2009`, Value: 53.6, NumberOfUnits: 199 }), + new PivotDataFlatItem({ ProductName: `Bikes`, ProductUnitPrice: 29.8, SellerName: `Harold Garvin`, SellerCity: `Sofia`, Date: `11/24/2009`, Value: 27.4, NumberOfUnits: 241 }), + new PivotDataFlatItem({ ProductName: `Components`, ProductUnitPrice: 33.2, SellerName: `Glenn Landeros`, SellerCity: `New York`, Date: `11/24/2009`, Value: 1.2, NumberOfUnits: 320 }), + new PivotDataFlatItem({ ProductName: `Components`, ProductUnitPrice: 65.6, SellerName: `David Haley`, SellerCity: `London`, Date: `01/02/2010`, Value: 20.6, NumberOfUnits: 299 }), + new PivotDataFlatItem({ ProductName: `Accessories`, ProductUnitPrice: 62.2, SellerName: `Benjamin Dupree`, SellerCity: `London`, Date: `01/08/2010`, Value: 35.4, NumberOfUnits: 366 }), + new PivotDataFlatItem({ ProductName: `Clothing`, ProductUnitPrice: 78.6, SellerName: `John Smith`, SellerCity: `New York`, Date: `01/10/2010`, Value: 27.8, NumberOfUnits: 290 }), + new PivotDataFlatItem({ ProductName: `Accessories`, ProductUnitPrice: 11.6, SellerName: `Lydia Burson`, SellerCity: `Sofia`, Date: `01/11/2010`, Value: 61.8, NumberOfUnits: 350 }), + new PivotDataFlatItem({ ProductName: `Clothing`, ProductUnitPrice: 33.4, SellerName: `Russell Shorter`, SellerCity: `Sofia`, Date: `01/14/2010`, Value: 33.8, NumberOfUnits: 469 }), + new PivotDataFlatItem({ ProductName: `Components`, ProductUnitPrice: 96.2, SellerName: `Nicholas Carmona`, SellerCity: `Sofia`, Date: `01/21/2010`, Value: 75.6, NumberOfUnits: 352 }), + new PivotDataFlatItem({ ProductName: `Bikes`, ProductUnitPrice: 92.2, SellerName: `Larry Lieb`, SellerCity: `Seattle`, Date: `01/25/2010`, Value: 38.8, NumberOfUnits: 47 }), + new PivotDataFlatItem({ ProductName: `Bikes`, ProductUnitPrice: 93.2, SellerName: `Russell Shorter`, SellerCity: `Tokyo`, Date: `02/02/2010`, Value: 66.4, NumberOfUnits: 153 }), + new PivotDataFlatItem({ ProductName: `Accessories`, ProductUnitPrice: 39, SellerName: `Antonio Charbonneau`, SellerCity: `Berlin`, Date: `02/02/2010`, Value: 28.6, NumberOfUnits: 211 }), + new PivotDataFlatItem({ ProductName: `Bikes`, ProductUnitPrice: 99.4, SellerName: `Russell Shorter`, SellerCity: `Sofia`, Date: `02/04/2010`, Value: 67, NumberOfUnits: 267 }), + new PivotDataFlatItem({ ProductName: `Components`, ProductUnitPrice: 94.4, SellerName: `Antonio Charbonneau`, SellerCity: `New York`, Date: `02/04/2010`, Value: 71.4, NumberOfUnits: 91 }), + new PivotDataFlatItem({ ProductName: `Accessories`, ProductUnitPrice: 19.8, SellerName: `Claudia Kobayashi`, SellerCity: `Tokyo`, Date: `02/05/2010`, Value: 46, NumberOfUnits: 84 }), + new PivotDataFlatItem({ ProductName: `Components`, ProductUnitPrice: 87.2, SellerName: `Howard Sprouse`, SellerCity: `Mellvile`, Date: `02/11/2010`, Value: 66.8, NumberOfUnits: 270 }), + new PivotDataFlatItem({ ProductName: `Bikes`, ProductUnitPrice: 76.2, SellerName: `Alfredo Fetuchini`, SellerCity: `Berlin`, Date: `02/12/2010`, Value: 87, NumberOfUnits: 496 }), + new PivotDataFlatItem({ ProductName: `Components`, ProductUnitPrice: 52, SellerName: `John Smith`, SellerCity: `Seattle`, Date: `02/16/2010`, Value: 47.4, NumberOfUnits: 24 }), + new PivotDataFlatItem({ ProductName: `Components`, ProductUnitPrice: 21.8, SellerName: `Walter Pang`, SellerCity: `Mellvile`, Date: `02/17/2010`, Value: 72.8, NumberOfUnits: 41 }), + new PivotDataFlatItem({ ProductName: `Bikes`, ProductUnitPrice: 15.8, SellerName: `John Smith`, SellerCity: `Mellvile`, Date: `02/22/2010`, Value: 65.6, NumberOfUnits: 365 }), + new PivotDataFlatItem({ ProductName: `Components`, ProductUnitPrice: 2.8, SellerName: `Brandon Mckim`, SellerCity: `Sofia`, Date: `03/01/2010`, Value: 68.6, NumberOfUnits: 202 }), + new PivotDataFlatItem({ ProductName: `Components`, ProductUnitPrice: 52.4, SellerName: `Howard Sprouse`, SellerCity: `Seattle`, Date: `03/01/2010`, Value: 79.4, NumberOfUnits: 225 }), + new PivotDataFlatItem({ ProductName: `Accessories`, ProductUnitPrice: 0.4, SellerName: `Stanley Brooker`, SellerCity: `Mellvile`, Date: `03/03/2010`, Value: 70.2, NumberOfUnits: 206 }), + new PivotDataFlatItem({ ProductName: `Accessories`, ProductUnitPrice: 22.4, SellerName: `Larry Lieb`, SellerCity: `Sofia`, Date: `03/11/2010`, Value: 54.8, NumberOfUnits: 158 }), + new PivotDataFlatItem({ ProductName: `Bikes`, ProductUnitPrice: 94.8, SellerName: `Benjamin Meekins`, SellerCity: `London`, Date: `03/14/2010`, Value: 70.4, NumberOfUnits: 169 }), + new PivotDataFlatItem({ ProductName: `Bikes`, ProductUnitPrice: 1.2, SellerName: `John Smith`, SellerCity: `New York`, Date: `03/15/2010`, Value: 19, NumberOfUnits: 4 }), + new PivotDataFlatItem({ ProductName: `Components`, ProductUnitPrice: 12.2, SellerName: `Monica Freitag`, SellerCity: `New York`, Date: `03/15/2010`, Value: 12.8, NumberOfUnits: 232 }), + new PivotDataFlatItem({ ProductName: `Bikes`, ProductUnitPrice: 58.8, SellerName: `Mark Slater`, SellerCity: `Berlin`, Date: `03/16/2010`, Value: 78.8, NumberOfUnits: 421 }), + new PivotDataFlatItem({ ProductName: `Bikes`, ProductUnitPrice: 44, SellerName: `David Haley`, SellerCity: `Seattle`, Date: `03/25/2010`, Value: 89.6, NumberOfUnits: 260 }), + new PivotDataFlatItem({ ProductName: `Accessories`, ProductUnitPrice: 54.6, SellerName: `Brandon Mckim`, SellerCity: `Seattle`, Date: `04/02/2010`, Value: 92, NumberOfUnits: 194 }), + new PivotDataFlatItem({ ProductName: `Components`, ProductUnitPrice: 94.6, SellerName: `Walter Pang`, SellerCity: `Tokyo`, Date: `04/05/2010`, Value: 35.4, NumberOfUnits: 491 }), + new PivotDataFlatItem({ ProductName: `Accessories`, ProductUnitPrice: 11.2, SellerName: `Harold Garvin`, SellerCity: `London`, Date: `04/14/2010`, Value: 30, NumberOfUnits: 256 }), + new PivotDataFlatItem({ ProductName: `Components`, ProductUnitPrice: 18.2, SellerName: `Alfredo Fetuchini`, SellerCity: `Mellvile`, Date: `04/15/2010`, Value: 84.6, NumberOfUnits: 279 }), + new PivotDataFlatItem({ ProductName: `Accessories`, ProductUnitPrice: 8.4, SellerName: `Carl Costello`, SellerCity: `Berlin`, Date: `04/15/2010`, Value: 99.6, NumberOfUnits: 287 }), + new PivotDataFlatItem({ ProductName: `Components`, ProductUnitPrice: 78, SellerName: `Carl Costello`, SellerCity: `New York`, Date: `04/22/2010`, Value: 59, NumberOfUnits: 363 }), + new PivotDataFlatItem({ ProductName: `Clothing`, ProductUnitPrice: 55.6, SellerName: `Mark Slater`, SellerCity: `Berlin`, Date: `04/22/2010`, Value: 16.4, NumberOfUnits: 499 }), + new PivotDataFlatItem({ ProductName: `Bikes`, ProductUnitPrice: 39.4, SellerName: `Lydia Burson`, SellerCity: `Berlin`, Date: `04/24/2010`, Value: 0.2, NumberOfUnits: 109 }), + new PivotDataFlatItem({ ProductName: `Components`, ProductUnitPrice: 7.8, SellerName: `Benjamin Dupree`, SellerCity: `Berlin`, Date: `05/04/2010`, Value: 99.6, NumberOfUnits: 25 }), + new PivotDataFlatItem({ ProductName: `Clothing`, ProductUnitPrice: 62.4, SellerName: `Alfredo Fetuchini`, SellerCity: `Mellvile`, Date: `05/05/2010`, Value: 48, NumberOfUnits: 64 }), + new PivotDataFlatItem({ ProductName: `Accessories`, ProductUnitPrice: 38.8, SellerName: `Howard Sprouse`, SellerCity: `London`, Date: `05/06/2010`, Value: 57.8, NumberOfUnits: 256 }), + new PivotDataFlatItem({ ProductName: `Bikes`, ProductUnitPrice: 17.8, SellerName: `Benjamin Meekins`, SellerCity: `Mellvile`, Date: `05/07/2010`, Value: 15.4, NumberOfUnits: 50 }), + new PivotDataFlatItem({ ProductName: `Clothing`, ProductUnitPrice: 57.8, SellerName: `Bryan Culver`, SellerCity: `Berlin`, Date: `05/07/2010`, Value: 58.6, NumberOfUnits: 437 }), + new PivotDataFlatItem({ ProductName: `Bikes`, ProductUnitPrice: 21.4, SellerName: `Bryan Culver`, SellerCity: `Sofia`, Date: `05/19/2010`, Value: 41, NumberOfUnits: 253 }), + new PivotDataFlatItem({ ProductName: `Clothing`, ProductUnitPrice: 10.2, SellerName: `Monica Freitag`, SellerCity: `London`, Date: `05/22/2010`, Value: 24, NumberOfUnits: 312 }), + new PivotDataFlatItem({ ProductName: `Bikes`, ProductUnitPrice: 87.8, SellerName: `Claudia Kobayashi`, SellerCity: `London`, Date: `05/24/2010`, Value: 12.6, NumberOfUnits: 82 }), + new PivotDataFlatItem({ ProductName: `Clothing`, ProductUnitPrice: 42.6, SellerName: `Harold Garvin`, SellerCity: `New York`, Date: `06/01/2010`, Value: 32.2, NumberOfUnits: 467 }), + new PivotDataFlatItem({ ProductName: `Components`, ProductUnitPrice: 79.8, SellerName: `Alfredo Fetuchini`, SellerCity: `Sofia`, Date: `06/05/2010`, Value: 69.6, NumberOfUnits: 74 }), + new PivotDataFlatItem({ ProductName: `Components`, ProductUnitPrice: 1.8, SellerName: `Nicholas Carmona`, SellerCity: `Seattle`, Date: `06/10/2010`, Value: 14.8, NumberOfUnits: 81 }), + new PivotDataFlatItem({ ProductName: `Components`, ProductUnitPrice: 15, SellerName: `Kathe Pettel`, SellerCity: `Berlin`, Date: `06/25/2010`, Value: 18.8, NumberOfUnits: 88 }), + new PivotDataFlatItem({ ProductName: `Accessories`, ProductUnitPrice: 43.4, SellerName: `Antonio Charbonneau`, SellerCity: `Mellvile`, Date: `06/26/2010`, Value: 44.4, NumberOfUnits: 126 }), + new PivotDataFlatItem({ ProductName: `Components`, ProductUnitPrice: 16.2, SellerName: `Elisa Longbottom`, SellerCity: `Sofia`, Date: `06/27/2010`, Value: 77.8, NumberOfUnits: 112 }), + new PivotDataFlatItem({ ProductName: `Clothing`, ProductUnitPrice: 59.2, SellerName: `Antonio Charbonneau`, SellerCity: `Sofia`, Date: `06/27/2010`, Value: 15.4, NumberOfUnits: 47 }), + new PivotDataFlatItem({ ProductName: `Components`, ProductUnitPrice: 40, SellerName: `Claudia Kobayashi`, SellerCity: `Sofia`, Date: `07/05/2010`, Value: 29.4, NumberOfUnits: 218 }), + new PivotDataFlatItem({ ProductName: `Bikes`, ProductUnitPrice: 27, SellerName: `Nicholas Carmona`, SellerCity: `New York`, Date: `07/05/2010`, Value: 30, NumberOfUnits: 34 }), + new PivotDataFlatItem({ ProductName: `Components`, ProductUnitPrice: 14.4, SellerName: `Bryan Culver`, SellerCity: `Sofia`, Date: `07/13/2010`, Value: 83.4, NumberOfUnits: 492 }), + new PivotDataFlatItem({ ProductName: `Clothing`, ProductUnitPrice: 53.4, SellerName: `Harry Tyler`, SellerCity: `Sofia`, Date: `07/16/2010`, Value: 41.6, NumberOfUnits: 464 }), + new PivotDataFlatItem({ ProductName: `Components`, ProductUnitPrice: 21.4, SellerName: `Harry Tyler`, SellerCity: `Seattle`, Date: `07/17/2010`, Value: 83.4, NumberOfUnits: 118 }), + new PivotDataFlatItem({ ProductName: `Bikes`, ProductUnitPrice: 24, SellerName: `Nicholas Carmona`, SellerCity: `Seattle`, Date: `07/18/2010`, Value: 94.2, NumberOfUnits: 442 }), + new PivotDataFlatItem({ ProductName: `Clothing`, ProductUnitPrice: 37.6, SellerName: `Benjamin Meekins`, SellerCity: `London`, Date: `07/23/2010`, Value: 59.6, NumberOfUnits: 248 }), + new PivotDataFlatItem({ ProductName: `Accessories`, ProductUnitPrice: 60.8, SellerName: `Lydia Burson`, SellerCity: `London`, Date: `07/23/2010`, Value: 83.6, NumberOfUnits: 472 }), + new PivotDataFlatItem({ ProductName: `Bikes`, ProductUnitPrice: 78, SellerName: `Alfredo Fetuchini`, SellerCity: `New York`, Date: `07/24/2010`, Value: 84, NumberOfUnits: 140 }), + new PivotDataFlatItem({ ProductName: `Components`, ProductUnitPrice: 47.6, SellerName: `Lydia Burson`, SellerCity: `Tokyo`, Date: `07/26/2010`, Value: 86.6, NumberOfUnits: 118 }), + new PivotDataFlatItem({ ProductName: `Components`, ProductUnitPrice: 58.2, SellerName: `Harry Tyler`, SellerCity: `Sofia`, Date: `07/27/2010`, Value: 64, NumberOfUnits: 176 }), + new PivotDataFlatItem({ ProductName: `Clothing`, ProductUnitPrice: 98.4, SellerName: `Russell Shorter`, SellerCity: `Mellvile`, Date: `08/01/2010`, Value: 23.4, NumberOfUnits: 77 }), + new PivotDataFlatItem({ ProductName: `Components`, ProductUnitPrice: 3, SellerName: `Glenn Landeros`, SellerCity: `Sofia`, Date: `08/08/2010`, Value: 74.4, NumberOfUnits: 105 }), + new PivotDataFlatItem({ ProductName: `Components`, ProductUnitPrice: 98.2, SellerName: `Alfredo Fetuchini`, SellerCity: `Tokyo`, Date: `08/21/2010`, Value: 60.8, NumberOfUnits: 160 }), + new PivotDataFlatItem({ ProductName: `Bikes`, ProductUnitPrice: 79, SellerName: `Stanley Brooker`, SellerCity: `Seattle`, Date: `08/26/2010`, Value: 67, NumberOfUnits: 186 }), + new PivotDataFlatItem({ ProductName: `Accessories`, ProductUnitPrice: 17.8, SellerName: `Harold Garvin`, SellerCity: `Seattle`, Date: `09/04/2010`, Value: 29, NumberOfUnits: 380 }), + new PivotDataFlatItem({ ProductName: `Bikes`, ProductUnitPrice: 38.8, SellerName: `John Smith`, SellerCity: `Tokyo`, Date: `09/11/2010`, Value: 41.6, NumberOfUnits: 470 }), + new PivotDataFlatItem({ ProductName: `Clothing`, ProductUnitPrice: 75.2, SellerName: `Benjamin Dupree`, SellerCity: `Mellvile`, Date: `09/13/2010`, Value: 42.8, NumberOfUnits: 348 }), + new PivotDataFlatItem({ ProductName: `Components`, ProductUnitPrice: 55.4, SellerName: `Carl Costello`, SellerCity: `London`, Date: `09/14/2010`, Value: 29.4, NumberOfUnits: 151 }), + new PivotDataFlatItem({ ProductName: `Accessories`, ProductUnitPrice: 51.4, SellerName: `Kathe Pettel`, SellerCity: `New York`, Date: `09/24/2010`, Value: 86.6, NumberOfUnits: 7 }), + new PivotDataFlatItem({ ProductName: `Accessories`, ProductUnitPrice: 31.4, SellerName: `Monica Freitag`, SellerCity: `New York`, Date: `10/07/2010`, Value: 39, NumberOfUnits: 123 }), + new PivotDataFlatItem({ ProductName: `Clothing`, ProductUnitPrice: 80, SellerName: `Mark Slater`, SellerCity: `Seattle`, Date: `10/08/2010`, Value: 8.8, NumberOfUnits: 374 }), + new PivotDataFlatItem({ ProductName: `Clothing`, ProductUnitPrice: 94.8, SellerName: `Kathe Pettel`, SellerCity: `Mellvile`, Date: `10/11/2010`, Value: 96.8, NumberOfUnits: 178 }), + new PivotDataFlatItem({ ProductName: `Clothing`, ProductUnitPrice: 42, SellerName: `Bryan Culver`, SellerCity: `Sofia`, Date: `10/22/2010`, Value: 31.4, NumberOfUnits: 354 }), + new PivotDataFlatItem({ ProductName: `Accessories`, ProductUnitPrice: 46.6, SellerName: `Elisa Longbottom`, SellerCity: `New York`, Date: `10/25/2010`, Value: 85.6, NumberOfUnits: 459 }), + new PivotDataFlatItem({ ProductName: `Clothing`, ProductUnitPrice: 27.2, SellerName: `Mark Slater`, SellerCity: `London`, Date: `11/02/2010`, Value: 46.4, NumberOfUnits: 78 }), + new PivotDataFlatItem({ ProductName: `Bikes`, ProductUnitPrice: 30.2, SellerName: `Walter Pang`, SellerCity: `Berlin`, Date: `11/03/2010`, Value: 52.2, NumberOfUnits: 417 }), + new PivotDataFlatItem({ ProductName: `Clothing`, ProductUnitPrice: 82.2, SellerName: `Walter Pang`, SellerCity: `Seattle`, Date: `11/12/2010`, Value: 15.4, NumberOfUnits: 208 }), + new PivotDataFlatItem({ ProductName: `Components`, ProductUnitPrice: 13.2, SellerName: `Harold Garvin`, SellerCity: `Seattle`, Date: `11/19/2010`, Value: 48.6, NumberOfUnits: 359 }), + new PivotDataFlatItem({ ProductName: `Accessories`, ProductUnitPrice: 8.8, SellerName: `Russell Shorter`, SellerCity: `New York`, Date: `11/25/2010`, Value: 24.6, NumberOfUnits: 392 }), + new PivotDataFlatItem({ ProductName: `Clothing`, ProductUnitPrice: 78.4, SellerName: `John Smith`, SellerCity: `London`, Date: `01/01/2011`, Value: 37.6, NumberOfUnits: 241 }), + new PivotDataFlatItem({ ProductName: `Clothing`, ProductUnitPrice: 50.6, SellerName: `Claudia Kobayashi`, SellerCity: `Seattle`, Date: `01/04/2011`, Value: 27.2, NumberOfUnits: 62 }), + new PivotDataFlatItem({ ProductName: `Bikes`, ProductUnitPrice: 6.4, SellerName: `Elisa Longbottom`, SellerCity: `Tokyo`, Date: `01/06/2011`, Value: 89.6, NumberOfUnits: 485 }), + new PivotDataFlatItem({ ProductName: `Bikes`, ProductUnitPrice: 47.4, SellerName: `Bryan Culver`, SellerCity: `Sofia`, Date: `01/14/2011`, Value: 5, NumberOfUnits: 470 }), + new PivotDataFlatItem({ ProductName: `Bikes`, ProductUnitPrice: 6.2, SellerName: `Harry Tyler`, SellerCity: `Seattle`, Date: `01/23/2011`, Value: 78.6, NumberOfUnits: 197 }), + new PivotDataFlatItem({ ProductName: `Clothing`, ProductUnitPrice: 57.6, SellerName: `Larry Lieb`, SellerCity: `Berlin`, Date: `01/26/2011`, Value: 59.8, NumberOfUnits: 353 }), + new PivotDataFlatItem({ ProductName: `Components`, ProductUnitPrice: 37.6, SellerName: `Benjamin Meekins`, SellerCity: `Mellvile`, Date: `02/01/2011`, Value: 39.6, NumberOfUnits: 338 }), + new PivotDataFlatItem({ ProductName: `Clothing`, ProductUnitPrice: 21, SellerName: `Claudia Kobayashi`, SellerCity: `New York`, Date: `02/08/2011`, Value: 93, NumberOfUnits: 17 }), + new PivotDataFlatItem({ ProductName: `Clothing`, ProductUnitPrice: 11.8, SellerName: `Antonio Charbonneau`, SellerCity: `Berlin`, Date: `02/12/2011`, Value: 61.4, NumberOfUnits: 429 }), + new PivotDataFlatItem({ ProductName: `Components`, ProductUnitPrice: 65, SellerName: `Alfredo Fetuchini`, SellerCity: `Tokyo`, Date: `02/14/2011`, Value: 24.4, NumberOfUnits: 385 }), + new PivotDataFlatItem({ ProductName: `Clothing`, ProductUnitPrice: 20, SellerName: `Claudia Kobayashi`, SellerCity: `New York`, Date: `02/20/2011`, Value: 35.4, NumberOfUnits: 166 }), + new PivotDataFlatItem({ ProductName: `Components`, ProductUnitPrice: 3.2, SellerName: `Lydia Burson`, SellerCity: `Seattle`, Date: `02/20/2011`, Value: 52.6, NumberOfUnits: 137 }), + new PivotDataFlatItem({ ProductName: `Bikes`, ProductUnitPrice: 18.2, SellerName: `Russell Shorter`, SellerCity: `New York`, Date: `02/24/2011`, Value: 8.2, NumberOfUnits: 443 }), + new PivotDataFlatItem({ ProductName: `Bikes`, ProductUnitPrice: 20.4, SellerName: `Carl Costello`, SellerCity: `Seattle`, Date: `02/26/2011`, Value: 87.4, NumberOfUnits: 40 }), + new PivotDataFlatItem({ ProductName: `Bikes`, ProductUnitPrice: 20.6, SellerName: `Glenn Landeros`, SellerCity: `London`, Date: `03/05/2011`, Value: 7.4, NumberOfUnits: 138 }), + new PivotDataFlatItem({ ProductName: `Clothing`, ProductUnitPrice: 23.8, SellerName: `Lydia Burson`, SellerCity: `Tokyo`, Date: `03/09/2011`, Value: 18.2, NumberOfUnits: 15 }), + new PivotDataFlatItem({ ProductName: `Clothing`, ProductUnitPrice: 76.4, SellerName: `Antonio Charbonneau`, SellerCity: `Mellvile`, Date: `03/09/2011`, Value: 74.6, NumberOfUnits: 469 }), + new PivotDataFlatItem({ ProductName: `Clothing`, ProductUnitPrice: 93.4, SellerName: `Russell Shorter`, SellerCity: `London`, Date: `03/11/2011`, Value: 89, NumberOfUnits: 426 }), + new PivotDataFlatItem({ ProductName: `Components`, ProductUnitPrice: 63, SellerName: `Benjamin Dupree`, SellerCity: `Seattle`, Date: `03/16/2011`, Value: 32.6, NumberOfUnits: 208 }), + new PivotDataFlatItem({ ProductName: `Clothing`, ProductUnitPrice: 58.6, SellerName: `Brandon Mckim`, SellerCity: `Seattle`, Date: `03/21/2011`, Value: 51, NumberOfUnits: 155 }), + new PivotDataFlatItem({ ProductName: `Clothing`, ProductUnitPrice: 82.4, SellerName: `Stanley Brooker`, SellerCity: `Seattle`, Date: `03/23/2011`, Value: 33.4, NumberOfUnits: 381 }), + new PivotDataFlatItem({ ProductName: `Components`, ProductUnitPrice: 19.2, SellerName: `Nicholas Carmona`, SellerCity: `Tokyo`, Date: `04/12/2011`, Value: 75.2, NumberOfUnits: 5 }), + new PivotDataFlatItem({ ProductName: `Clothing`, ProductUnitPrice: 53.6, SellerName: `Walter Pang`, SellerCity: `London`, Date: `04/12/2011`, Value: 14.6, NumberOfUnits: 221 }), + new PivotDataFlatItem({ ProductName: `Accessories`, ProductUnitPrice: 97.4, SellerName: `Howard Sprouse`, SellerCity: `Sofia`, Date: `04/14/2011`, Value: 84.8, NumberOfUnits: 39 }), + new PivotDataFlatItem({ ProductName: `Bikes`, ProductUnitPrice: 74.2, SellerName: `Mark Slater`, SellerCity: `New York`, Date: `04/16/2011`, Value: 51.4, NumberOfUnits: 468 }), + new PivotDataFlatItem({ ProductName: `Accessories`, ProductUnitPrice: 8.2, SellerName: `Claudia Kobayashi`, SellerCity: `Seattle`, Date: `04/17/2011`, Value: 0.8, NumberOfUnits: 44 }), + new PivotDataFlatItem({ ProductName: `Clothing`, ProductUnitPrice: 59.2, SellerName: `John Smith`, SellerCity: `Mellvile`, Date: `04/22/2011`, Value: 47.6, NumberOfUnits: 287 }), + new PivotDataFlatItem({ ProductName: `Accessories`, ProductUnitPrice: 96.8, SellerName: `Russell Shorter`, SellerCity: `Sofia`, Date: `04/24/2011`, Value: 78.6, NumberOfUnits: 463 }), + new PivotDataFlatItem({ ProductName: `Components`, ProductUnitPrice: 76.8, SellerName: `Walter Pang`, SellerCity: `Seattle`, Date: `04/24/2011`, Value: 63, NumberOfUnits: 335 }), + new PivotDataFlatItem({ ProductName: `Accessories`, ProductUnitPrice: 73.4, SellerName: `Walter Pang`, SellerCity: `Berlin`, Date: `04/24/2011`, Value: 30.6, NumberOfUnits: 211 }), + new PivotDataFlatItem({ ProductName: `Components`, ProductUnitPrice: 66.4, SellerName: `Benjamin Dupree`, SellerCity: `Seattle`, Date: `05/03/2011`, Value: 87.4, NumberOfUnits: 291 }), + new PivotDataFlatItem({ ProductName: `Clothing`, ProductUnitPrice: 37, SellerName: `John Smith`, SellerCity: `Sofia`, Date: `05/05/2011`, Value: 40.2, NumberOfUnits: 1 }), + new PivotDataFlatItem({ ProductName: `Clothing`, ProductUnitPrice: 21.4, SellerName: `Alfredo Fetuchini`, SellerCity: `Seattle`, Date: `05/06/2011`, Value: 46, NumberOfUnits: 120 }), + new PivotDataFlatItem({ ProductName: `Bikes`, ProductUnitPrice: 20, SellerName: `Benjamin Dupree`, SellerCity: `Berlin`, Date: `05/06/2011`, Value: 72.6, NumberOfUnits: 382 }), + new PivotDataFlatItem({ ProductName: `Clothing`, ProductUnitPrice: 16.6, SellerName: `Harry Tyler`, SellerCity: `Seattle`, Date: `05/07/2011`, Value: 7.8, NumberOfUnits: 63 }), + new PivotDataFlatItem({ ProductName: `Clothing`, ProductUnitPrice: 41.8, SellerName: `Stanley Brooker`, SellerCity: `Seattle`, Date: `05/12/2011`, Value: 94.4, NumberOfUnits: 230 }), + new PivotDataFlatItem({ ProductName: `Components`, ProductUnitPrice: 5, SellerName: `Larry Lieb`, SellerCity: `Tokyo`, Date: `05/13/2011`, Value: 31, NumberOfUnits: 362 }), + new PivotDataFlatItem({ ProductName: `Components`, ProductUnitPrice: 10.8, SellerName: `Monica Freitag`, SellerCity: `New York`, Date: `05/17/2011`, Value: 59.8, NumberOfUnits: 430 }), + new PivotDataFlatItem({ ProductName: `Bikes`, ProductUnitPrice: 66.2, SellerName: `Nicholas Carmona`, SellerCity: `Seattle`, Date: `05/23/2011`, Value: 91.2, NumberOfUnits: 204 }), + new PivotDataFlatItem({ ProductName: `Bikes`, ProductUnitPrice: 61, SellerName: `Antonio Charbonneau`, SellerCity: `Berlin`, Date: `05/24/2011`, Value: 86.2, NumberOfUnits: 118 }), + new PivotDataFlatItem({ ProductName: `Accessories`, ProductUnitPrice: 68.8, SellerName: `Walter Pang`, SellerCity: `Sofia`, Date: `06/01/2011`, Value: 14.6, NumberOfUnits: 17 }), + new PivotDataFlatItem({ ProductName: `Components`, ProductUnitPrice: 40.8, SellerName: `Walter Pang`, SellerCity: `New York`, Date: `06/03/2011`, Value: 9, NumberOfUnits: 312 }), + new PivotDataFlatItem({ ProductName: `Accessories`, ProductUnitPrice: 97, SellerName: `Lydia Burson`, SellerCity: `Seattle`, Date: `06/12/2011`, Value: 95, NumberOfUnits: 283 }), + new PivotDataFlatItem({ ProductName: `Components`, ProductUnitPrice: 67, SellerName: `Benjamin Dupree`, SellerCity: `Seattle`, Date: `06/13/2011`, Value: 27.6, NumberOfUnits: 460 }), + new PivotDataFlatItem({ ProductName: `Bikes`, ProductUnitPrice: 67.2, SellerName: `Howard Sprouse`, SellerCity: `New York`, Date: `06/14/2011`, Value: 66.2, NumberOfUnits: 295 }), + new PivotDataFlatItem({ ProductName: `Bikes`, ProductUnitPrice: 28.2, SellerName: `Alfredo Fetuchini`, SellerCity: `Mellvile`, Date: `06/15/2011`, Value: 50.6, NumberOfUnits: 49 }), + new PivotDataFlatItem({ ProductName: `Bikes`, ProductUnitPrice: 7.4, SellerName: `Russell Shorter`, SellerCity: `Tokyo`, Date: `06/24/2011`, Value: 8, NumberOfUnits: 127 }), + new PivotDataFlatItem({ ProductName: `Components`, ProductUnitPrice: 39.2, SellerName: `Mark Slater`, SellerCity: `Seattle`, Date: `06/27/2011`, Value: 98.8, NumberOfUnits: 244 }), + new PivotDataFlatItem({ ProductName: `Accessories`, ProductUnitPrice: 53.4, SellerName: `Harold Garvin`, SellerCity: `Tokyo`, Date: `07/01/2011`, Value: 11.2, NumberOfUnits: 188 }), + new PivotDataFlatItem({ ProductName: `Bikes`, ProductUnitPrice: 25.6, SellerName: `Benjamin Dupree`, SellerCity: `Seattle`, Date: `07/06/2011`, Value: 56.2, NumberOfUnits: 458 }), + new PivotDataFlatItem({ ProductName: `Components`, ProductUnitPrice: 70.4, SellerName: `Nicholas Carmona`, SellerCity: `Mellvile`, Date: `07/08/2011`, Value: 82.4, NumberOfUnits: 448 }), + new PivotDataFlatItem({ ProductName: `Bikes`, ProductUnitPrice: 7.6, SellerName: `Harold Garvin`, SellerCity: `Berlin`, Date: `07/27/2011`, Value: 30.6, NumberOfUnits: 226 }), + new PivotDataFlatItem({ ProductName: `Components`, ProductUnitPrice: 21.6, SellerName: `Benjamin Dupree`, SellerCity: `London`, Date: `08/01/2011`, Value: 69.6, NumberOfUnits: 474 }), + new PivotDataFlatItem({ ProductName: `Accessories`, ProductUnitPrice: 37.6, SellerName: `David Haley`, SellerCity: `Sofia`, Date: `08/02/2011`, Value: 62.8, NumberOfUnits: 338 }), + new PivotDataFlatItem({ ProductName: `Components`, ProductUnitPrice: 99.4, SellerName: `Benjamin Meekins`, SellerCity: `London`, Date: `08/02/2011`, Value: 75.2, NumberOfUnits: 88 }), + new PivotDataFlatItem({ ProductName: `Bikes`, ProductUnitPrice: 72.2, SellerName: `Carl Costello`, SellerCity: `Berlin`, Date: `08/04/2011`, Value: 86.4, NumberOfUnits: 436 }), + new PivotDataFlatItem({ ProductName: `Clothing`, ProductUnitPrice: 34.4, SellerName: `Nicholas Carmona`, SellerCity: `Mellvile`, Date: `08/06/2011`, Value: 9.2, NumberOfUnits: 297 }), + new PivotDataFlatItem({ ProductName: `Accessories`, ProductUnitPrice: 47, SellerName: `Russell Shorter`, SellerCity: `London`, Date: `08/07/2011`, Value: 5.2, NumberOfUnits: 240 }), + new PivotDataFlatItem({ ProductName: `Bikes`, ProductUnitPrice: 26.4, SellerName: `Stanley Brooker`, SellerCity: `Sofia`, Date: `08/07/2011`, Value: 80.2, NumberOfUnits: 415 }), + new PivotDataFlatItem({ ProductName: `Accessories`, ProductUnitPrice: 49.2, SellerName: `David Haley`, SellerCity: `Mellvile`, Date: `08/08/2011`, Value: 61.2, NumberOfUnits: 435 }), + new PivotDataFlatItem({ ProductName: `Bikes`, ProductUnitPrice: 95.2, SellerName: `Monica Freitag`, SellerCity: `Berlin`, Date: `08/16/2011`, Value: 73.8, NumberOfUnits: 64 }), + new PivotDataFlatItem({ ProductName: `Clothing`, ProductUnitPrice: 74.2, SellerName: `John Smith`, SellerCity: `Seattle`, Date: `08/23/2011`, Value: 40.8, NumberOfUnits: 21 }), + new PivotDataFlatItem({ ProductName: `Clothing`, ProductUnitPrice: 82.6, SellerName: `Benjamin Dupree`, SellerCity: `London`, Date: `08/25/2011`, Value: 55, NumberOfUnits: 467 }), + new PivotDataFlatItem({ ProductName: `Bikes`, ProductUnitPrice: 42.8, SellerName: `Lydia Burson`, SellerCity: `Sofia`, Date: `09/02/2011`, Value: 28.2, NumberOfUnits: 98 }), + new PivotDataFlatItem({ ProductName: `Components`, ProductUnitPrice: 83.6, SellerName: `Russell Shorter`, SellerCity: `Mellvile`, Date: `09/04/2011`, Value: 72.6, NumberOfUnits: 370 }), + new PivotDataFlatItem({ ProductName: `Bikes`, ProductUnitPrice: 41.6, SellerName: `Walter Pang`, SellerCity: `Berlin`, Date: `09/05/2011`, Value: 81, NumberOfUnits: 94 }), + new PivotDataFlatItem({ ProductName: `Components`, ProductUnitPrice: 74.2, SellerName: `Benjamin Dupree`, SellerCity: `London`, Date: `09/09/2011`, Value: 95, NumberOfUnits: 106 }), + new PivotDataFlatItem({ ProductName: `Bikes`, ProductUnitPrice: 75.4, SellerName: `Claudia Kobayashi`, SellerCity: `Sofia`, Date: `09/11/2011`, Value: 10, NumberOfUnits: 261 }), + new PivotDataFlatItem({ ProductName: `Clothing`, ProductUnitPrice: 10.2, SellerName: `Howard Sprouse`, SellerCity: `Seattle`, Date: `09/17/2011`, Value: 29.4, NumberOfUnits: 307 }), + new PivotDataFlatItem({ ProductName: `Bikes`, ProductUnitPrice: 73, SellerName: `Harry Tyler`, SellerCity: `New York`, Date: `09/17/2011`, Value: 57, NumberOfUnits: 362 }), + new PivotDataFlatItem({ ProductName: `Bikes`, ProductUnitPrice: 85.2, SellerName: `Benjamin Meekins`, SellerCity: `Tokyo`, Date: `09/24/2011`, Value: 24, NumberOfUnits: 330 }), + new PivotDataFlatItem({ ProductName: `Components`, ProductUnitPrice: 77.6, SellerName: `Walter Pang`, SellerCity: `New York`, Date: `09/26/2011`, Value: 91.8, NumberOfUnits: 23 }), + new PivotDataFlatItem({ ProductName: `Accessories`, ProductUnitPrice: 50.4, SellerName: `David Haley`, SellerCity: `Berlin`, Date: `09/27/2011`, Value: 66.8, NumberOfUnits: 392 }), + new PivotDataFlatItem({ ProductName: `Bikes`, ProductUnitPrice: 32.4, SellerName: `Larry Lieb`, SellerCity: `Seattle`, Date: `10/13/2011`, Value: 81.6, NumberOfUnits: 16 }), + new PivotDataFlatItem({ ProductName: `Clothing`, ProductUnitPrice: 63, SellerName: `Lydia Burson`, SellerCity: `New York`, Date: `10/13/2011`, Value: 31, NumberOfUnits: 100 }), + new PivotDataFlatItem({ ProductName: `Bikes`, ProductUnitPrice: 13.4, SellerName: `Carl Costello`, SellerCity: `Berlin`, Date: `10/22/2011`, Value: 85.6, NumberOfUnits: 132 }), + new PivotDataFlatItem({ ProductName: `Bikes`, ProductUnitPrice: 0.4, SellerName: `Nicholas Carmona`, SellerCity: `Seattle`, Date: `10/22/2011`, Value: 74.4, NumberOfUnits: 22 }), + new PivotDataFlatItem({ ProductName: `Bikes`, ProductUnitPrice: 66.2, SellerName: `Walter Pang`, SellerCity: `New York`, Date: `11/02/2011`, Value: 88.2, NumberOfUnits: 96 }), + new PivotDataFlatItem({ ProductName: `Accessories`, ProductUnitPrice: 50.2, SellerName: `Elisa Longbottom`, SellerCity: `Berlin`, Date: `11/03/2011`, Value: 31.4, NumberOfUnits: 76 }), + new PivotDataFlatItem({ ProductName: `Bikes`, ProductUnitPrice: 68, SellerName: `Stanley Brooker`, SellerCity: `Mellvile`, Date: `11/04/2011`, Value: 91.2, NumberOfUnits: 492 }), + new PivotDataFlatItem({ ProductName: `Clothing`, ProductUnitPrice: 6.6, SellerName: `Harry Tyler`, SellerCity: `Berlin`, Date: `11/08/2011`, Value: 51.6, NumberOfUnits: 49 }), + new PivotDataFlatItem({ ProductName: `Components`, ProductUnitPrice: 35.6, SellerName: `Russell Shorter`, SellerCity: `Mellvile`, Date: `11/12/2011`, Value: 21, NumberOfUnits: 197 }), + new PivotDataFlatItem({ ProductName: `Accessories`, ProductUnitPrice: 60, SellerName: `Howard Sprouse`, SellerCity: `Tokyo`, Date: `11/12/2011`, Value: 70.4, NumberOfUnits: 484 }), + new PivotDataFlatItem({ ProductName: `Bikes`, ProductUnitPrice: 67.4, SellerName: `Russell Shorter`, SellerCity: `Tokyo`, Date: `11/13/2011`, Value: 14.4, NumberOfUnits: 182 }), + new PivotDataFlatItem({ ProductName: `Accessories`, ProductUnitPrice: 52, SellerName: `Alfredo Fetuchini`, SellerCity: `London`, Date: `11/15/2011`, Value: 18.4, NumberOfUnits: 42 }), + new PivotDataFlatItem({ ProductName: `Clothing`, ProductUnitPrice: 66.8, SellerName: `Brandon Mckim`, SellerCity: `New York`, Date: `11/19/2011`, Value: 52.8, NumberOfUnits: 109 }), + new PivotDataFlatItem({ ProductName: `Bikes`, ProductUnitPrice: 56.2, SellerName: `Harold Garvin`, SellerCity: `Mellvile`, Date: `11/23/2011`, Value: 40.2, NumberOfUnits: 310 }), + new PivotDataFlatItem({ ProductName: `Clothing`, ProductUnitPrice: 93.6, SellerName: `Monica Freitag`, SellerCity: `Sofia`, Date: `01/03/2012`, Value: 53.4, NumberOfUnits: 306 }), + new PivotDataFlatItem({ ProductName: `Components`, ProductUnitPrice: 9.6, SellerName: `Harold Garvin`, SellerCity: `Seattle`, Date: `01/06/2012`, Value: 83, NumberOfUnits: 290 }), + new PivotDataFlatItem({ ProductName: `Components`, ProductUnitPrice: 41.2, SellerName: `Monica Freitag`, SellerCity: `Tokyo`, Date: `01/10/2012`, Value: 29.8, NumberOfUnits: 499 }), + new PivotDataFlatItem({ ProductName: `Clothing`, ProductUnitPrice: 9.8, SellerName: `Kathe Pettel`, SellerCity: `Berlin`, Date: `01/11/2012`, Value: 10.8, NumberOfUnits: 7 }), + new PivotDataFlatItem({ ProductName: `Components`, ProductUnitPrice: 64.6, SellerName: `Nicholas Carmona`, SellerCity: `Sofia`, Date: `01/14/2012`, Value: 35, NumberOfUnits: 220 }), + new PivotDataFlatItem({ ProductName: `Components`, ProductUnitPrice: 47.4, SellerName: `Elisa Longbottom`, SellerCity: `New York`, Date: `01/15/2012`, Value: 50.2, NumberOfUnits: 395 }), + new PivotDataFlatItem({ ProductName: `Clothing`, ProductUnitPrice: 14.6, SellerName: `Lydia Burson`, SellerCity: `Sofia`, Date: `01/18/2012`, Value: 100, NumberOfUnits: 219 }), + new PivotDataFlatItem({ ProductName: `Components`, ProductUnitPrice: 10.8, SellerName: `Larry Lieb`, SellerCity: `Mellvile`, Date: `01/18/2012`, Value: 92, NumberOfUnits: 229 }), + new PivotDataFlatItem({ ProductName: `Components`, ProductUnitPrice: 65, SellerName: `Nicholas Carmona`, SellerCity: `Mellvile`, Date: `01/22/2012`, Value: 55.8, NumberOfUnits: 111 }), + new PivotDataFlatItem({ ProductName: `Bikes`, ProductUnitPrice: 48, SellerName: `Alfredo Fetuchini`, SellerCity: `London`, Date: `02/01/2012`, Value: 20.6, NumberOfUnits: 237 }), + new PivotDataFlatItem({ ProductName: `Bikes`, ProductUnitPrice: 87.8, SellerName: `Claudia Kobayashi`, SellerCity: `Berlin`, Date: `02/13/2012`, Value: 17.2, NumberOfUnits: 114 }), + new PivotDataFlatItem({ ProductName: `Clothing`, ProductUnitPrice: 55.4, SellerName: `Bryan Culver`, SellerCity: `London`, Date: `02/23/2012`, Value: 76.8, NumberOfUnits: 329 }), + new PivotDataFlatItem({ ProductName: `Clothing`, ProductUnitPrice: 40.8, SellerName: `Howard Sprouse`, SellerCity: `Seattle`, Date: `02/24/2012`, Value: 1.2, NumberOfUnits: 135 }), + new PivotDataFlatItem({ ProductName: `Bikes`, ProductUnitPrice: 57.8, SellerName: `Harold Garvin`, SellerCity: `New York`, Date: `03/02/2012`, Value: 46.8, NumberOfUnits: 187 }), + new PivotDataFlatItem({ ProductName: `Components`, ProductUnitPrice: 14.8, SellerName: `David Haley`, SellerCity: `Tokyo`, Date: `03/10/2012`, Value: 17.6, NumberOfUnits: 286 }), + new PivotDataFlatItem({ ProductName: `Accessories`, ProductUnitPrice: 13, SellerName: `Antonio Charbonneau`, SellerCity: `Mellvile`, Date: `03/11/2012`, Value: 18.2, NumberOfUnits: 468 }), + new PivotDataFlatItem({ ProductName: `Components`, ProductUnitPrice: 26, SellerName: `Monica Freitag`, SellerCity: `Tokyo`, Date: `03/18/2012`, Value: 93.2, NumberOfUnits: 71 }), + new PivotDataFlatItem({ ProductName: `Bikes`, ProductUnitPrice: 72.6, SellerName: `Bryan Culver`, SellerCity: `Mellvile`, Date: `03/21/2012`, Value: 62, NumberOfUnits: 251 }), + new PivotDataFlatItem({ ProductName: `Accessories`, ProductUnitPrice: 44.4, SellerName: `Monica Freitag`, SellerCity: `Berlin`, Date: `03/25/2012`, Value: 57.2, NumberOfUnits: 297 }), + new PivotDataFlatItem({ ProductName: `Bikes`, ProductUnitPrice: 68.2, SellerName: `Alfredo Fetuchini`, SellerCity: `Berlin`, Date: `03/25/2012`, Value: 4.2, NumberOfUnits: 248 }), + new PivotDataFlatItem({ ProductName: `Components`, ProductUnitPrice: 35.4, SellerName: `Elisa Longbottom`, SellerCity: `Sofia`, Date: `03/26/2012`, Value: 45.2, NumberOfUnits: 488 }), + new PivotDataFlatItem({ ProductName: `Clothing`, ProductUnitPrice: 41.2, SellerName: `Alfredo Fetuchini`, SellerCity: `Sofia`, Date: `04/06/2012`, Value: 59.6, NumberOfUnits: 211 }), + new PivotDataFlatItem({ ProductName: `Components`, ProductUnitPrice: 29.4, SellerName: `Stanley Brooker`, SellerCity: `Seattle`, Date: `04/14/2012`, Value: 3.2, NumberOfUnits: 149 }), + new PivotDataFlatItem({ ProductName: `Accessories`, ProductUnitPrice: 52, SellerName: `Lydia Burson`, SellerCity: `Berlin`, Date: `04/14/2012`, Value: 9.8, NumberOfUnits: 99 }), + new PivotDataFlatItem({ ProductName: `Components`, ProductUnitPrice: 57.8, SellerName: `Benjamin Meekins`, SellerCity: `Seattle`, Date: `04/16/2012`, Value: 14, NumberOfUnits: 225 }), + new PivotDataFlatItem({ ProductName: `Components`, ProductUnitPrice: 26, SellerName: `Nicholas Carmona`, SellerCity: `Seattle`, Date: `04/27/2012`, Value: 95.4, NumberOfUnits: 408 }), + new PivotDataFlatItem({ ProductName: `Components`, ProductUnitPrice: 5, SellerName: `Benjamin Meekins`, SellerCity: `Sofia`, Date: `05/09/2012`, Value: 40.2, NumberOfUnits: 417 }), + new PivotDataFlatItem({ ProductName: `Clothing`, ProductUnitPrice: 3, SellerName: `Alfredo Fetuchini`, SellerCity: `London`, Date: `05/24/2012`, Value: 67.8, NumberOfUnits: 221 }), + new PivotDataFlatItem({ ProductName: `Accessories`, ProductUnitPrice: 57.6, SellerName: `Mark Slater`, SellerCity: `New York`, Date: `06/02/2012`, Value: 45.4, NumberOfUnits: 288 }), + new PivotDataFlatItem({ ProductName: `Components`, ProductUnitPrice: 72.4, SellerName: `Bryan Culver`, SellerCity: `Berlin`, Date: `06/03/2012`, Value: 92.8, NumberOfUnits: 372 }), + new PivotDataFlatItem({ ProductName: `Accessories`, ProductUnitPrice: 82.6, SellerName: `Kathe Pettel`, SellerCity: `Seattle`, Date: `06/03/2012`, Value: 51.4, NumberOfUnits: 408 }), + new PivotDataFlatItem({ ProductName: `Clothing`, ProductUnitPrice: 91.6, SellerName: `Benjamin Dupree`, SellerCity: `Mellvile`, Date: `06/04/2012`, Value: 28.6, NumberOfUnits: 13 }), + new PivotDataFlatItem({ ProductName: `Components`, ProductUnitPrice: 94.8, SellerName: `Benjamin Dupree`, SellerCity: `Mellvile`, Date: `06/05/2012`, Value: 31.6, NumberOfUnits: 487 }), + new PivotDataFlatItem({ ProductName: `Clothing`, ProductUnitPrice: 46.4, SellerName: `Benjamin Dupree`, SellerCity: `Sofia`, Date: `06/11/2012`, Value: 86, NumberOfUnits: 276 }), + new PivotDataFlatItem({ ProductName: `Bikes`, ProductUnitPrice: 18.2, SellerName: `Howard Sprouse`, SellerCity: `New York`, Date: `06/16/2012`, Value: 40.2, NumberOfUnits: 490 }), + new PivotDataFlatItem({ ProductName: `Components`, ProductUnitPrice: 48.8, SellerName: `Harold Garvin`, SellerCity: `London`, Date: `06/18/2012`, Value: 55.6, NumberOfUnits: 238 }), + new PivotDataFlatItem({ ProductName: `Components`, ProductUnitPrice: 94.4, SellerName: `David Haley`, SellerCity: `Tokyo`, Date: `06/23/2012`, Value: 92, NumberOfUnits: 170 }), + new PivotDataFlatItem({ ProductName: `Accessories`, ProductUnitPrice: 48.8, SellerName: `Brandon Mckim`, SellerCity: `Mellvile`, Date: `07/04/2012`, Value: 72.8, NumberOfUnits: 132 }), + new PivotDataFlatItem({ ProductName: `Bikes`, ProductUnitPrice: 82.8, SellerName: `Mark Slater`, SellerCity: `Mellvile`, Date: `07/05/2012`, Value: 56.8, NumberOfUnits: 443 }), + new PivotDataFlatItem({ ProductName: `Bikes`, ProductUnitPrice: 38.2, SellerName: `Benjamin Dupree`, SellerCity: `New York`, Date: `07/05/2012`, Value: 27.6, NumberOfUnits: 368 }), + new PivotDataFlatItem({ ProductName: `Bikes`, ProductUnitPrice: 24.2, SellerName: `Harold Garvin`, SellerCity: `New York`, Date: `07/11/2012`, Value: 38.6, NumberOfUnits: 39 }), + new PivotDataFlatItem({ ProductName: `Bikes`, ProductUnitPrice: 4, SellerName: `Alfredo Fetuchini`, SellerCity: `Tokyo`, Date: `07/13/2012`, Value: 43.2, NumberOfUnits: 95 }), + new PivotDataFlatItem({ ProductName: `Clothing`, ProductUnitPrice: 81.8, SellerName: `Benjamin Meekins`, SellerCity: `Berlin`, Date: `07/14/2012`, Value: 42.6, NumberOfUnits: 42 }), + new PivotDataFlatItem({ ProductName: `Bikes`, ProductUnitPrice: 75, SellerName: `Brandon Mckim`, SellerCity: `Seattle`, Date: `07/16/2012`, Value: 61.4, NumberOfUnits: 200 }), + new PivotDataFlatItem({ ProductName: `Components`, ProductUnitPrice: 85.6, SellerName: `Monica Freitag`, SellerCity: `Seattle`, Date: `07/16/2012`, Value: 10.6, NumberOfUnits: 221 }), + new PivotDataFlatItem({ ProductName: `Clothing`, ProductUnitPrice: 96.4, SellerName: `Larry Lieb`, SellerCity: `New York`, Date: `07/21/2012`, Value: 99.6, NumberOfUnits: 54 }), + new PivotDataFlatItem({ ProductName: `Clothing`, ProductUnitPrice: 46.2, SellerName: `Lydia Burson`, SellerCity: `Tokyo`, Date: `07/21/2012`, Value: 56, NumberOfUnits: 173 }), + new PivotDataFlatItem({ ProductName: `Accessories`, ProductUnitPrice: 99.8, SellerName: `Lydia Burson`, SellerCity: `London`, Date: `07/23/2012`, Value: 10.8, NumberOfUnits: 47 }), + new PivotDataFlatItem({ ProductName: `Bikes`, ProductUnitPrice: 42.4, SellerName: `Kathe Pettel`, SellerCity: `Mellvile`, Date: `07/26/2012`, Value: 91.6, NumberOfUnits: 173 }), + new PivotDataFlatItem({ ProductName: `Bikes`, ProductUnitPrice: 52.2, SellerName: `Claudia Kobayashi`, SellerCity: `Mellvile`, Date: `08/05/2012`, Value: 98.8, NumberOfUnits: 323 }), + new PivotDataFlatItem({ ProductName: `Components`, ProductUnitPrice: 45.6, SellerName: `Russell Shorter`, SellerCity: `Sofia`, Date: `08/07/2012`, Value: 26, NumberOfUnits: 264 }), + new PivotDataFlatItem({ ProductName: `Accessories`, ProductUnitPrice: 56.8, SellerName: `Mark Slater`, SellerCity: `Sofia`, Date: `08/09/2012`, Value: 11.6, NumberOfUnits: 385 }), + new PivotDataFlatItem({ ProductName: `Bikes`, ProductUnitPrice: 3.6, SellerName: `Harry Tyler`, SellerCity: `London`, Date: `08/10/2012`, Value: 26, NumberOfUnits: 56 }), + new PivotDataFlatItem({ ProductName: `Bikes`, ProductUnitPrice: 34.6, SellerName: `Benjamin Dupree`, SellerCity: `Berlin`, Date: `08/12/2012`, Value: 96.2, NumberOfUnits: 267 }), + new PivotDataFlatItem({ ProductName: `Accessories`, ProductUnitPrice: 92.4, SellerName: `Monica Freitag`, SellerCity: `Seattle`, Date: `08/14/2012`, Value: 95, NumberOfUnits: 109 }), + new PivotDataFlatItem({ ProductName: `Clothing`, ProductUnitPrice: 34.8, SellerName: `Mark Slater`, SellerCity: `Berlin`, Date: `08/17/2012`, Value: 62.4, NumberOfUnits: 478 }), + new PivotDataFlatItem({ ProductName: `Components`, ProductUnitPrice: 23.4, SellerName: `Claudia Kobayashi`, SellerCity: `Berlin`, Date: `08/21/2012`, Value: 57.8, NumberOfUnits: 184 }), + new PivotDataFlatItem({ ProductName: `Bikes`, ProductUnitPrice: 79.6, SellerName: `Brandon Mckim`, SellerCity: `Seattle`, Date: `08/21/2012`, Value: 35.4, NumberOfUnits: 132 }), + new PivotDataFlatItem({ ProductName: `Components`, ProductUnitPrice: 30.8, SellerName: `Nicholas Carmona`, SellerCity: `Sofia`, Date: `08/22/2012`, Value: 96, NumberOfUnits: 142 }), + new PivotDataFlatItem({ ProductName: `Bikes`, ProductUnitPrice: 90, SellerName: `Carl Costello`, SellerCity: `Seattle`, Date: `08/27/2012`, Value: 27.6, NumberOfUnits: 46 }), + new PivotDataFlatItem({ ProductName: `Bikes`, ProductUnitPrice: 83.2, SellerName: `Walter Pang`, SellerCity: `Seattle`, Date: `09/03/2012`, Value: 68.6, NumberOfUnits: 102 }), + new PivotDataFlatItem({ ProductName: `Accessories`, ProductUnitPrice: 0.2, SellerName: `Russell Shorter`, SellerCity: `Berlin`, Date: `09/09/2012`, Value: 96.6, NumberOfUnits: 21 }), + new PivotDataFlatItem({ ProductName: `Clothing`, ProductUnitPrice: 36.6, SellerName: `Monica Freitag`, SellerCity: `Sofia`, Date: `09/10/2012`, Value: 5, NumberOfUnits: 442 }), + new PivotDataFlatItem({ ProductName: `Clothing`, ProductUnitPrice: 92.4, SellerName: `Harry Tyler`, SellerCity: `New York`, Date: `09/13/2012`, Value: 99.2, NumberOfUnits: 254 }), + new PivotDataFlatItem({ ProductName: `Accessories`, ProductUnitPrice: 28, SellerName: `Nicholas Carmona`, SellerCity: `Sofia`, Date: `09/13/2012`, Value: 50, NumberOfUnits: 251 }), + new PivotDataFlatItem({ ProductName: `Components`, ProductUnitPrice: 60.4, SellerName: `Antonio Charbonneau`, SellerCity: `New York`, Date: `09/15/2012`, Value: 44, NumberOfUnits: 119 }), + new PivotDataFlatItem({ ProductName: `Bikes`, ProductUnitPrice: 33, SellerName: `Claudia Kobayashi`, SellerCity: `New York`, Date: `09/19/2012`, Value: 32.4, NumberOfUnits: 256 }), + new PivotDataFlatItem({ ProductName: `Components`, ProductUnitPrice: 99, SellerName: `John Smith`, SellerCity: `New York`, Date: `09/23/2012`, Value: 35.8, NumberOfUnits: 456 }), + new PivotDataFlatItem({ ProductName: `Components`, ProductUnitPrice: 16.2, SellerName: `Kathe Pettel`, SellerCity: `London`, Date: `10/01/2012`, Value: 16.4, NumberOfUnits: 430 }), + new PivotDataFlatItem({ ProductName: `Components`, ProductUnitPrice: 73, SellerName: `David Haley`, SellerCity: `Berlin`, Date: `10/02/2012`, Value: 57, NumberOfUnits: 248 }), + new PivotDataFlatItem({ ProductName: `Components`, ProductUnitPrice: 21.8, SellerName: `Harold Garvin`, SellerCity: `Berlin`, Date: `10/18/2012`, Value: 28.2, NumberOfUnits: 440 }), + new PivotDataFlatItem({ ProductName: `Accessories`, ProductUnitPrice: 28.4, SellerName: `Howard Sprouse`, SellerCity: `New York`, Date: `10/19/2012`, Value: 66.6, NumberOfUnits: 234 }), + new PivotDataFlatItem({ ProductName: `Accessories`, ProductUnitPrice: 80.6, SellerName: `Benjamin Meekins`, SellerCity: `New York`, Date: `10/25/2012`, Value: 5.4, NumberOfUnits: 36 }), + new PivotDataFlatItem({ ProductName: `Accessories`, ProductUnitPrice: 97.8, SellerName: `Harry Tyler`, SellerCity: `London`, Date: `10/26/2012`, Value: 41.2, NumberOfUnits: 46 }), + new PivotDataFlatItem({ ProductName: `Components`, ProductUnitPrice: 88.8, SellerName: `Elisa Longbottom`, SellerCity: `London`, Date: `11/02/2012`, Value: 64.6, NumberOfUnits: 211 }), + new PivotDataFlatItem({ ProductName: `Clothing`, ProductUnitPrice: 67.4, SellerName: `Walter Pang`, SellerCity: `New York`, Date: `11/17/2012`, Value: 14.2, NumberOfUnits: 408 }), + new PivotDataFlatItem({ ProductName: `Components`, ProductUnitPrice: 7.2, SellerName: `Walter Pang`, SellerCity: `New York`, Date: `11/20/2012`, Value: 72.8, NumberOfUnits: 376 }), ]; super(...newItems.slice(0)); } diff --git a/samples/grids/tree-grid/action-strip/src/EmployeesFlatDetails.ts b/samples/grids/tree-grid/action-strip/src/EmployeesFlatDetails.ts index 8d666c3324..3d9e9f57d5 100644 --- a/samples/grids/tree-grid/action-strip/src/EmployeesFlatDetails.ts +++ b/samples/grids/tree-grid/action-strip/src/EmployeesFlatDetails.ts @@ -25,312 +25,24 @@ export class EmployeesFlatDetails extends Array { super(...items); } else { const newItems = [ - new EmployeesFlatDetailsItem( - { - Address: `Obere Str. 57`, - Age: 55, - City: `Berlin`, - Country: `Germany`, - Fax: `030-0076545`, - HireDate: `2008-03-20`, - ID: 1, - Name: `Johnathan Winchester`, - ParentID: -1, - Phone: `030-0074321`, - PostalCode: 12209, - Title: `Development Manager`, - LastName: `Winchester`, - FullAddress: `Obere Str. 57, Berlin, Germany` - }), - new EmployeesFlatDetailsItem( - { - Address: `Avda. de la Constitución 2222`, - Age: 42, - City: `México D.F.`, - Country: `Mexico`, - Fax: `(51) 555-3745`, - HireDate: `2014-01-22`, - ID: 4, - Name: `Ana Sanders`, - ParentID: -1, - Phone: `(5) 555-4729`, - PostalCode: 5021, - Title: `CEO`, - LastName: `Sanders`, - FullAddress: `Avda. de la Constitución 2222, México D.F., Mexico` - }), - new EmployeesFlatDetailsItem( - { - Address: `Mataderos 2312`, - Age: 49, - City: `México D.F.`, - Country: `Mexico`, - Fax: `(5) 555-3995`, - HireDate: `2014-01-22`, - ID: 18, - Name: `Victoria Lincoln`, - ParentID: -1, - Phone: `(5) 555-3932`, - PostalCode: 5023, - Title: `Accounting Manager`, - LastName: `Lincoln`, - FullAddress: `Mataderos 2312, México D.F., Mexico` - }), - new EmployeesFlatDetailsItem( - { - Address: `120 Hanover Sq.`, - Age: 61, - City: `London`, - Country: `UK`, - Fax: `(171) 555-6750`, - HireDate: `2010-01-01`, - ID: 10, - Name: `Yang Wang`, - ParentID: -1, - Phone: `(171) 555-7788`, - PostalCode: 39000, - Title: `Localization Manager`, - LastName: `Wang`, - FullAddress: `120 Hanover Sq., London, UK` - }), - new EmployeesFlatDetailsItem( - { - Address: `Berguvsvägen 8`, - Age: 43, - City: `Luleå`, - Country: `Sweden`, - Fax: `0921-12 34 67`, - HireDate: `2011-06-03`, - ID: 3, - Name: `Michael Burke`, - ParentID: 1, - Phone: `0921-12 34 65`, - PostalCode: 29000, - Title: `Senior Software Developer`, - LastName: `Burke`, - FullAddress: `Berguvsvägen 8, Luleå, Sweden` - }), - new EmployeesFlatDetailsItem( - { - Address: `Forsterstr. 57`, - Age: 29, - City: `Mannheim`, - Country: `Germany`, - Fax: `0621-08924`, - HireDate: `2009-06-19`, - ID: 2, - Name: `Thomas Anderson`, - ParentID: 1, - Phone: `0621-08460`, - PostalCode: 68306, - Title: `Senior Software Developer`, - LastName: `Anderson`, - FullAddress: `Forsterstr. 57, Mannheim, Germany` - }), - new EmployeesFlatDetailsItem( - { - Address: `24, place Kléber`, - Age: 31, - City: `Strasbourg`, - Country: `France`, - Fax: `88.60.15.32`, - HireDate: `2014-08-18`, - ID: 11, - Name: `Monica Reyes`, - ParentID: 1, - Phone: `88.60.15.31`, - PostalCode: 67000, - Title: `Software Development Team Lead`, - LastName: `Reyes`, - FullAddress: `24, place Kléber, Strasbourg, France` - }), - new EmployeesFlatDetailsItem( - { - Address: `C/ Araquil, 67`, - Age: 35, - City: `Madrid`, - Country: `Spain`, - Fax: `(911) 555 91 99`, - HireDate: `2015-09-17`, - ID: 6, - Name: `Roland Mendel`, - ParentID: 11, - Phone: `(91) 555 22 82`, - PostalCode: 28023, - Title: `Senior Software Developer`, - LastName: `Mendel`, - FullAddress: `C/ Araquil, 67, Madrid, Spain` - }), - new EmployeesFlatDetailsItem( - { - Address: `12, rue des Bouchers`, - Age: 44, - City: `Marseille`, - Country: `France`, - Fax: `91.24.45.41`, - HireDate: `2009-10-11`, - ID: 12, - Name: `Sven Cooper`, - ParentID: 11, - Phone: `91.24.45.40`, - PostalCode: 13008, - Title: `Senior Software Developer`, - LastName: `Cooper`, - FullAddress: `12, rue des Bouchers, Marseille, France` - }), - new EmployeesFlatDetailsItem( - { - Address: `23 Tsawassen Blvd.`, - Age: 44, - City: `Tsawassen`, - Country: `Canada`, - Fax: `(604) 555-3745`, - HireDate: `2014-04-04`, - ID: 14, - Name: `Laurence Johnson`, - ParentID: 4, - Phone: `(604) 555-4729`, - PostalCode: 19000, - Title: `Director`, - LastName: `Johnson`, - FullAddress: `23 Tsawassen Blvd., Tsawassen, Canada` - }), - new EmployeesFlatDetailsItem( - { - Address: `Fauntleroy Circus`, - Age: 25, - City: `London`, - Country: `UK`, - Fax: `(125) 555-3798`, - HireDate: `2017-11-9`, - ID: 5, - Name: `Elizabeth Richards`, - ParentID: 4, - Phone: `(171) 555-1212`, - PostalCode: 30000, - Title: `Vice President`, - LastName: `Richards`, - FullAddress: `Fauntleroy Circus, London, UK` - }), - new EmployeesFlatDetailsItem( - { - Address: `Cerrito 333`, - Age: 39, - City: `Buenos Aires`, - Country: `Argentina`, - Fax: `(121) 135-4892`, - HireDate: `2010-03-22`, - ID: 13, - Name: `Trevor Ashworth`, - ParentID: 5, - Phone: `(1) 135-5555`, - PostalCode: 1010, - Title: `Director`, - LastName: `Ashworth`, - FullAddress: `Cerrito 333, Buenos Aires, Argentina` - }), - new EmployeesFlatDetailsItem( - { - Address: `Sierras de Granada 9993`, - Age: 44, - City: `México D.F.`, - Country: `Mexico`, - Fax: `(153) 555-7293`, - HireDate: `2014-04-04`, - ID: 17, - Name: `Antonio Moreno`, - ParentID: 18, - Phone: `(5) 555-3392`, - PostalCode: 5022, - Title: `Senior Accountant`, - LastName: `Moreno`, - FullAddress: `Sierras de Granada 9993, México D.F., Mexico` - }), - new EmployeesFlatDetailsItem( - { - Address: `Hauptstr. 29`, - Age: 50, - City: `Sao Paulo`, - Country: `Brazil`, - Fax: `(531) 555-6691`, - HireDate: `2007-11-18`, - ID: 7, - Name: `Pedro Rodriguez`, - ParentID: 10, - Phone: `0452-076545`, - PostalCode: 3012, - Title: `Senior Localization Developer`, - LastName: `Rodriguez`, - FullAddress: `Hauptstr. 29, Sao Paulo, Brazil` - }), - new EmployeesFlatDetailsItem( - { - Address: `Av. dos Lusíadas, 23`, - Age: 27, - City: `Bern`, - Country: `Switzerland`, - Fax: `(271) 335-357`, - HireDate: `2016-02-19`, - ID: 8, - Name: `Casey Harper`, - ParentID: 10, - Phone: `(11) 555-7647`, - PostalCode: 40000, - Title: `Senior Localization`, - LastName: `Harper`, - FullAddress: `Av. dos Lusíadas, 23, Bern, Switzerland` - }), - new EmployeesFlatDetailsItem( - { - Address: `Berkeley Gardens 12`, - Age: 25, - City: `London`, - Country: `UK`, - Fax: `(171) 555-9199`, - HireDate: `2017-11-09`, - ID: 15, - Name: `Patricia Simpson`, - ParentID: 7, - Phone: `(171) 555-2282`, - PostalCode: 26000, - Title: `Localization Intern`, - LastName: `Simpson`, - FullAddress: `Berkeley Gardens 12, London, UK` - }), - new EmployeesFlatDetailsItem( - { - Address: `Walserweg 21`, - Age: 39, - City: `Aachen`, - Country: `Germany`, - Fax: `0241-059428`, - HireDate: `2010-03-22`, - ID: 9, - Name: `Francisco Chang`, - ParentID: 7, - Phone: `0241-039123`, - PostalCode: 52066, - Title: `Localization Intern`, - LastName: `Chang`, - FullAddress: `Walserweg 21, Aachen, Germany` - }), - new EmployeesFlatDetailsItem( - { - Address: `35 King George`, - Age: 25, - City: `London`, - Country: `UK`, - Fax: `(171) 555-3373`, - HireDate: `2018-03-18`, - ID: 16, - Name: `Peter Lewis`, - ParentID: 7, - Phone: `(171) 555-0297`, - PostalCode: 48000, - Title: `Localization Intern`, - LastName: `Lewis`, - FullAddress: `35 King George, London, UK` - }), + new EmployeesFlatDetailsItem({ Address: `Obere Str. 57`, Age: 55, City: `Berlin`, Country: `Germany`, Fax: `030-0076545`, HireDate: `2008-03-20`, ID: 1, Name: `Johnathan Winchester`, ParentID: -1, Phone: `030-0074321`, PostalCode: 12209, Title: `Development Manager`, LastName: `Winchester`, FullAddress: `Obere Str. 57, Berlin, Germany` }), + new EmployeesFlatDetailsItem({ Address: `Avda. de la Constitución 2222`, Age: 42, City: `México D.F.`, Country: `Mexico`, Fax: `(51) 555-3745`, HireDate: `2014-01-22`, ID: 4, Name: `Ana Sanders`, ParentID: -1, Phone: `(5) 555-4729`, PostalCode: 5021, Title: `CEO`, LastName: `Sanders`, FullAddress: `Avda. de la Constitución 2222, México D.F., Mexico` }), + new EmployeesFlatDetailsItem({ Address: `Mataderos 2312`, Age: 49, City: `México D.F.`, Country: `Mexico`, Fax: `(5) 555-3995`, HireDate: `2014-01-22`, ID: 18, Name: `Victoria Lincoln`, ParentID: -1, Phone: `(5) 555-3932`, PostalCode: 5023, Title: `Accounting Manager`, LastName: `Lincoln`, FullAddress: `Mataderos 2312, México D.F., Mexico` }), + new EmployeesFlatDetailsItem({ Address: `120 Hanover Sq.`, Age: 61, City: `London`, Country: `UK`, Fax: `(171) 555-6750`, HireDate: `2010-01-01`, ID: 10, Name: `Yang Wang`, ParentID: -1, Phone: `(171) 555-7788`, PostalCode: 39000, Title: `Localization Manager`, LastName: `Wang`, FullAddress: `120 Hanover Sq., London, UK` }), + new EmployeesFlatDetailsItem({ Address: `Berguvsvägen 8`, Age: 43, City: `Luleå`, Country: `Sweden`, Fax: `0921-12 34 67`, HireDate: `2011-06-03`, ID: 3, Name: `Michael Burke`, ParentID: 1, Phone: `0921-12 34 65`, PostalCode: 29000, Title: `Senior Software Developer`, LastName: `Burke`, FullAddress: `Berguvsvägen 8, Luleå, Sweden` }), + new EmployeesFlatDetailsItem({ Address: `Forsterstr. 57`, Age: 29, City: `Mannheim`, Country: `Germany`, Fax: `0621-08924`, HireDate: `2009-06-19`, ID: 2, Name: `Thomas Anderson`, ParentID: 1, Phone: `0621-08460`, PostalCode: 68306, Title: `Senior Software Developer`, LastName: `Anderson`, FullAddress: `Forsterstr. 57, Mannheim, Germany` }), + new EmployeesFlatDetailsItem({ Address: `24, place Kléber`, Age: 31, City: `Strasbourg`, Country: `France`, Fax: `88.60.15.32`, HireDate: `2014-08-18`, ID: 11, Name: `Monica Reyes`, ParentID: 1, Phone: `88.60.15.31`, PostalCode: 67000, Title: `Software Development Team Lead`, LastName: `Reyes`, FullAddress: `24, place Kléber, Strasbourg, France` }), + new EmployeesFlatDetailsItem({ Address: `C/ Araquil, 67`, Age: 35, City: `Madrid`, Country: `Spain`, Fax: `(911) 555 91 99`, HireDate: `2015-09-17`, ID: 6, Name: `Roland Mendel`, ParentID: 11, Phone: `(91) 555 22 82`, PostalCode: 28023, Title: `Senior Software Developer`, LastName: `Mendel`, FullAddress: `C/ Araquil, 67, Madrid, Spain` }), + new EmployeesFlatDetailsItem({ Address: `12, rue des Bouchers`, Age: 44, City: `Marseille`, Country: `France`, Fax: `91.24.45.41`, HireDate: `2009-10-11`, ID: 12, Name: `Sven Cooper`, ParentID: 11, Phone: `91.24.45.40`, PostalCode: 13008, Title: `Senior Software Developer`, LastName: `Cooper`, FullAddress: `12, rue des Bouchers, Marseille, France` }), + new EmployeesFlatDetailsItem({ Address: `23 Tsawassen Blvd.`, Age: 44, City: `Tsawassen`, Country: `Canada`, Fax: `(604) 555-3745`, HireDate: `2014-04-04`, ID: 14, Name: `Laurence Johnson`, ParentID: 4, Phone: `(604) 555-4729`, PostalCode: 19000, Title: `Director`, LastName: `Johnson`, FullAddress: `23 Tsawassen Blvd., Tsawassen, Canada` }), + new EmployeesFlatDetailsItem({ Address: `Fauntleroy Circus`, Age: 25, City: `London`, Country: `UK`, Fax: `(125) 555-3798`, HireDate: `2017-11-9`, ID: 5, Name: `Elizabeth Richards`, ParentID: 4, Phone: `(171) 555-1212`, PostalCode: 30000, Title: `Vice President`, LastName: `Richards`, FullAddress: `Fauntleroy Circus, London, UK` }), + new EmployeesFlatDetailsItem({ Address: `Cerrito 333`, Age: 39, City: `Buenos Aires`, Country: `Argentina`, Fax: `(121) 135-4892`, HireDate: `2010-03-22`, ID: 13, Name: `Trevor Ashworth`, ParentID: 5, Phone: `(1) 135-5555`, PostalCode: 1010, Title: `Director`, LastName: `Ashworth`, FullAddress: `Cerrito 333, Buenos Aires, Argentina` }), + new EmployeesFlatDetailsItem({ Address: `Sierras de Granada 9993`, Age: 44, City: `México D.F.`, Country: `Mexico`, Fax: `(153) 555-7293`, HireDate: `2014-04-04`, ID: 17, Name: `Antonio Moreno`, ParentID: 18, Phone: `(5) 555-3392`, PostalCode: 5022, Title: `Senior Accountant`, LastName: `Moreno`, FullAddress: `Sierras de Granada 9993, México D.F., Mexico` }), + new EmployeesFlatDetailsItem({ Address: `Hauptstr. 29`, Age: 50, City: `Sao Paulo`, Country: `Brazil`, Fax: `(531) 555-6691`, HireDate: `2007-11-18`, ID: 7, Name: `Pedro Rodriguez`, ParentID: 10, Phone: `0452-076545`, PostalCode: 3012, Title: `Senior Localization Developer`, LastName: `Rodriguez`, FullAddress: `Hauptstr. 29, Sao Paulo, Brazil` }), + new EmployeesFlatDetailsItem({ Address: `Av. dos Lusíadas, 23`, Age: 27, City: `Bern`, Country: `Switzerland`, Fax: `(271) 335-357`, HireDate: `2016-02-19`, ID: 8, Name: `Casey Harper`, ParentID: 10, Phone: `(11) 555-7647`, PostalCode: 40000, Title: `Senior Localization`, LastName: `Harper`, FullAddress: `Av. dos Lusíadas, 23, Bern, Switzerland` }), + new EmployeesFlatDetailsItem({ Address: `Berkeley Gardens 12`, Age: 25, City: `London`, Country: `UK`, Fax: `(171) 555-9199`, HireDate: `2017-11-09`, ID: 15, Name: `Patricia Simpson`, ParentID: 7, Phone: `(171) 555-2282`, PostalCode: 26000, Title: `Localization Intern`, LastName: `Simpson`, FullAddress: `Berkeley Gardens 12, London, UK` }), + new EmployeesFlatDetailsItem({ Address: `Walserweg 21`, Age: 39, City: `Aachen`, Country: `Germany`, Fax: `0241-059428`, HireDate: `2010-03-22`, ID: 9, Name: `Francisco Chang`, ParentID: 7, Phone: `0241-039123`, PostalCode: 52066, Title: `Localization Intern`, LastName: `Chang`, FullAddress: `Walserweg 21, Aachen, Germany` }), + new EmployeesFlatDetailsItem({ Address: `35 King George`, Age: 25, City: `London`, Country: `UK`, Fax: `(171) 555-3373`, HireDate: `2018-03-18`, ID: 16, Name: `Peter Lewis`, ParentID: 7, Phone: `(171) 555-0297`, PostalCode: 48000, Title: `Localization Intern`, LastName: `Lewis`, FullAddress: `35 King George, London, UK` }), ]; super(...newItems.slice(0)); } diff --git a/samples/grids/tree-grid/advanced-filtering-options/src/EmployeesFlatData.ts b/samples/grids/tree-grid/advanced-filtering-options/src/EmployeesFlatData.ts index b99bf3579a..2e5e7fc2ed 100644 --- a/samples/grids/tree-grid/advanced-filtering-options/src/EmployeesFlatData.ts +++ b/samples/grids/tree-grid/advanced-filtering-options/src/EmployeesFlatData.ts @@ -19,204 +19,24 @@ export class EmployeesFlatData extends Array { super(...items); } else { const newItems = [ - new EmployeesFlatDataItem( - { - Age: 55, - HireDate: `2008-03-20`, - ID: 1, - Name: `Johnathan Winchester`, - Phone: `0251-031259`, - OnPTO: false, - ParentID: -1, - Title: `Development Manager` - }), - new EmployeesFlatDataItem( - { - Age: 42, - HireDate: `2014-01-22`, - ID: 4, - Name: `Ana Sanders`, - Phone: `(21) 555-0091`, - OnPTO: true, - ParentID: -1, - Title: `CEO` - }), - new EmployeesFlatDataItem( - { - Age: 49, - HireDate: `2014-01-22`, - ID: 18, - Name: `Victoria Lincoln`, - Phone: `(071) 23 67 22 20`, - OnPTO: true, - ParentID: -1, - Title: `Accounting Manager` - }), - new EmployeesFlatDataItem( - { - Age: 61, - HireDate: `2010-01-01`, - ID: 10, - Name: `Yang Wang`, - Phone: `(21) 555-0091`, - OnPTO: false, - ParentID: -1, - Title: `Localization Manager` - }), - new EmployeesFlatDataItem( - { - Age: 43, - HireDate: `2011-06-03`, - ID: 3, - Name: `Michael Burke`, - Phone: `0452-076545`, - OnPTO: true, - ParentID: 1, - Title: `Senior Software Developer` - }), - new EmployeesFlatDataItem( - { - Age: 29, - HireDate: `2009-06-19`, - ID: 2, - Name: `Thomas Anderson`, - Phone: `(14) 555-8122`, - OnPTO: false, - ParentID: 1, - Title: `Senior Software Developer` - }), - new EmployeesFlatDataItem( - { - Age: 31, - HireDate: `2014-08-18`, - ID: 11, - Name: `Monica Reyes`, - Phone: `7675-3425`, - OnPTO: false, - ParentID: 1, - Title: `Software Development Team Lead` - }), - new EmployeesFlatDataItem( - { - Age: 35, - HireDate: `2015-09-17`, - ID: 6, - Name: `Roland Mendel`, - Phone: `(505) 555-5939`, - OnPTO: false, - ParentID: 11, - Title: `Senior Software Developer` - }), - new EmployeesFlatDataItem( - { - Age: 44, - HireDate: `2009-10-11`, - ID: 12, - Name: `Sven Cooper`, - Phone: `0695-34 67 21`, - OnPTO: true, - ParentID: 11, - Title: `Senior Software Developer` - }), - new EmployeesFlatDataItem( - { - Age: 44, - HireDate: `2014-04-04`, - ID: 14, - Name: `Laurence Johnson`, - Phone: `981-443655`, - OnPTO: false, - ParentID: 4, - Title: `Director` - }), - new EmployeesFlatDataItem( - { - Age: 25, - HireDate: `2017-11-09`, - ID: 5, - Name: `Elizabeth Richards`, - Phone: `(2) 283-2951`, - OnPTO: true, - ParentID: 4, - Title: `Vice President` - }), - new EmployeesFlatDataItem( - { - Age: 39, - HireDate: `2010-03-22`, - ID: 13, - Name: `Trevor Ashworth`, - Phone: `981-443655`, - OnPTO: true, - ParentID: 5, - Title: `Director` - }), - new EmployeesFlatDataItem( - { - Age: 44, - HireDate: `2014-04-04`, - ID: 17, - Name: `Antonio Moreno`, - Phone: `(505) 555-5939`, - OnPTO: false, - ParentID: 18, - Title: `Senior Accountant` - }), - new EmployeesFlatDataItem( - { - Age: 50, - HireDate: `2007-11-18`, - ID: 7, - Name: `Pedro Rodriguez`, - Phone: `035-640230`, - OnPTO: false, - ParentID: 10, - Title: `Senior Localization Developer` - }), - new EmployeesFlatDataItem( - { - Age: 27, - HireDate: `2016-02-19`, - ID: 8, - Name: `Casey Harper`, - Phone: `0342-023176`, - OnPTO: true, - ParentID: 10, - Title: `Senior Localization` - }), - new EmployeesFlatDataItem( - { - Age: 25, - HireDate: `2017-11-09`, - ID: 15, - Name: `Patricia Simpson`, - Phone: `069-0245984`, - OnPTO: false, - ParentID: 7, - Title: `Localization Intern` - }), - new EmployeesFlatDataItem( - { - Age: 39, - HireDate: `2010-03-22`, - ID: 9, - Name: `Francisco Chang`, - Phone: `(91) 745 6200`, - OnPTO: false, - ParentID: 7, - Title: `Localization Intern` - }), - new EmployeesFlatDataItem( - { - Age: 25, - HireDate: `2018-03-18`, - ID: 16, - Name: `Peter Lewis`, - Phone: `069-0245984`, - OnPTO: true, - ParentID: 7, - Title: `Localization Intern` - }), + new EmployeesFlatDataItem({ Age: 55, HireDate: `2008-03-20`, ID: 1, Name: `Johnathan Winchester`, Phone: `0251-031259`, OnPTO: false, ParentID: -1, Title: `Development Manager` }), + new EmployeesFlatDataItem({ Age: 42, HireDate: `2014-01-22`, ID: 4, Name: `Ana Sanders`, Phone: `(21) 555-0091`, OnPTO: true, ParentID: -1, Title: `CEO` }), + new EmployeesFlatDataItem({ Age: 49, HireDate: `2014-01-22`, ID: 18, Name: `Victoria Lincoln`, Phone: `(071) 23 67 22 20`, OnPTO: true, ParentID: -1, Title: `Accounting Manager` }), + new EmployeesFlatDataItem({ Age: 61, HireDate: `2010-01-01`, ID: 10, Name: `Yang Wang`, Phone: `(21) 555-0091`, OnPTO: false, ParentID: -1, Title: `Localization Manager` }), + new EmployeesFlatDataItem({ Age: 43, HireDate: `2011-06-03`, ID: 3, Name: `Michael Burke`, Phone: `0452-076545`, OnPTO: true, ParentID: 1, Title: `Senior Software Developer` }), + new EmployeesFlatDataItem({ Age: 29, HireDate: `2009-06-19`, ID: 2, Name: `Thomas Anderson`, Phone: `(14) 555-8122`, OnPTO: false, ParentID: 1, Title: `Senior Software Developer` }), + new EmployeesFlatDataItem({ Age: 31, HireDate: `2014-08-18`, ID: 11, Name: `Monica Reyes`, Phone: `7675-3425`, OnPTO: false, ParentID: 1, Title: `Software Development Team Lead` }), + new EmployeesFlatDataItem({ Age: 35, HireDate: `2015-09-17`, ID: 6, Name: `Roland Mendel`, Phone: `(505) 555-5939`, OnPTO: false, ParentID: 11, Title: `Senior Software Developer` }), + new EmployeesFlatDataItem({ Age: 44, HireDate: `2009-10-11`, ID: 12, Name: `Sven Cooper`, Phone: `0695-34 67 21`, OnPTO: true, ParentID: 11, Title: `Senior Software Developer` }), + new EmployeesFlatDataItem({ Age: 44, HireDate: `2014-04-04`, ID: 14, Name: `Laurence Johnson`, Phone: `981-443655`, OnPTO: false, ParentID: 4, Title: `Director` }), + new EmployeesFlatDataItem({ Age: 25, HireDate: `2017-11-09`, ID: 5, Name: `Elizabeth Richards`, Phone: `(2) 283-2951`, OnPTO: true, ParentID: 4, Title: `Vice President` }), + new EmployeesFlatDataItem({ Age: 39, HireDate: `2010-03-22`, ID: 13, Name: `Trevor Ashworth`, Phone: `981-443655`, OnPTO: true, ParentID: 5, Title: `Director` }), + new EmployeesFlatDataItem({ Age: 44, HireDate: `2014-04-04`, ID: 17, Name: `Antonio Moreno`, Phone: `(505) 555-5939`, OnPTO: false, ParentID: 18, Title: `Senior Accountant` }), + new EmployeesFlatDataItem({ Age: 50, HireDate: `2007-11-18`, ID: 7, Name: `Pedro Rodriguez`, Phone: `035-640230`, OnPTO: false, ParentID: 10, Title: `Senior Localization Developer` }), + new EmployeesFlatDataItem({ Age: 27, HireDate: `2016-02-19`, ID: 8, Name: `Casey Harper`, Phone: `0342-023176`, OnPTO: true, ParentID: 10, Title: `Senior Localization` }), + new EmployeesFlatDataItem({ Age: 25, HireDate: `2017-11-09`, ID: 15, Name: `Patricia Simpson`, Phone: `069-0245984`, OnPTO: false, ParentID: 7, Title: `Localization Intern` }), + new EmployeesFlatDataItem({ Age: 39, HireDate: `2010-03-22`, ID: 9, Name: `Francisco Chang`, Phone: `(91) 745 6200`, OnPTO: false, ParentID: 7, Title: `Localization Intern` }), + new EmployeesFlatDataItem({ Age: 25, HireDate: `2018-03-18`, ID: 16, Name: `Peter Lewis`, Phone: `069-0245984`, OnPTO: true, ParentID: 7, Title: `Localization Intern` }), ]; super(...newItems.slice(0)); } diff --git a/samples/grids/tree-grid/advanced-filtering-style/src/EmployeesFlatData.ts b/samples/grids/tree-grid/advanced-filtering-style/src/EmployeesFlatData.ts index b99bf3579a..2e5e7fc2ed 100644 --- a/samples/grids/tree-grid/advanced-filtering-style/src/EmployeesFlatData.ts +++ b/samples/grids/tree-grid/advanced-filtering-style/src/EmployeesFlatData.ts @@ -19,204 +19,24 @@ export class EmployeesFlatData extends Array { super(...items); } else { const newItems = [ - new EmployeesFlatDataItem( - { - Age: 55, - HireDate: `2008-03-20`, - ID: 1, - Name: `Johnathan Winchester`, - Phone: `0251-031259`, - OnPTO: false, - ParentID: -1, - Title: `Development Manager` - }), - new EmployeesFlatDataItem( - { - Age: 42, - HireDate: `2014-01-22`, - ID: 4, - Name: `Ana Sanders`, - Phone: `(21) 555-0091`, - OnPTO: true, - ParentID: -1, - Title: `CEO` - }), - new EmployeesFlatDataItem( - { - Age: 49, - HireDate: `2014-01-22`, - ID: 18, - Name: `Victoria Lincoln`, - Phone: `(071) 23 67 22 20`, - OnPTO: true, - ParentID: -1, - Title: `Accounting Manager` - }), - new EmployeesFlatDataItem( - { - Age: 61, - HireDate: `2010-01-01`, - ID: 10, - Name: `Yang Wang`, - Phone: `(21) 555-0091`, - OnPTO: false, - ParentID: -1, - Title: `Localization Manager` - }), - new EmployeesFlatDataItem( - { - Age: 43, - HireDate: `2011-06-03`, - ID: 3, - Name: `Michael Burke`, - Phone: `0452-076545`, - OnPTO: true, - ParentID: 1, - Title: `Senior Software Developer` - }), - new EmployeesFlatDataItem( - { - Age: 29, - HireDate: `2009-06-19`, - ID: 2, - Name: `Thomas Anderson`, - Phone: `(14) 555-8122`, - OnPTO: false, - ParentID: 1, - Title: `Senior Software Developer` - }), - new EmployeesFlatDataItem( - { - Age: 31, - HireDate: `2014-08-18`, - ID: 11, - Name: `Monica Reyes`, - Phone: `7675-3425`, - OnPTO: false, - ParentID: 1, - Title: `Software Development Team Lead` - }), - new EmployeesFlatDataItem( - { - Age: 35, - HireDate: `2015-09-17`, - ID: 6, - Name: `Roland Mendel`, - Phone: `(505) 555-5939`, - OnPTO: false, - ParentID: 11, - Title: `Senior Software Developer` - }), - new EmployeesFlatDataItem( - { - Age: 44, - HireDate: `2009-10-11`, - ID: 12, - Name: `Sven Cooper`, - Phone: `0695-34 67 21`, - OnPTO: true, - ParentID: 11, - Title: `Senior Software Developer` - }), - new EmployeesFlatDataItem( - { - Age: 44, - HireDate: `2014-04-04`, - ID: 14, - Name: `Laurence Johnson`, - Phone: `981-443655`, - OnPTO: false, - ParentID: 4, - Title: `Director` - }), - new EmployeesFlatDataItem( - { - Age: 25, - HireDate: `2017-11-09`, - ID: 5, - Name: `Elizabeth Richards`, - Phone: `(2) 283-2951`, - OnPTO: true, - ParentID: 4, - Title: `Vice President` - }), - new EmployeesFlatDataItem( - { - Age: 39, - HireDate: `2010-03-22`, - ID: 13, - Name: `Trevor Ashworth`, - Phone: `981-443655`, - OnPTO: true, - ParentID: 5, - Title: `Director` - }), - new EmployeesFlatDataItem( - { - Age: 44, - HireDate: `2014-04-04`, - ID: 17, - Name: `Antonio Moreno`, - Phone: `(505) 555-5939`, - OnPTO: false, - ParentID: 18, - Title: `Senior Accountant` - }), - new EmployeesFlatDataItem( - { - Age: 50, - HireDate: `2007-11-18`, - ID: 7, - Name: `Pedro Rodriguez`, - Phone: `035-640230`, - OnPTO: false, - ParentID: 10, - Title: `Senior Localization Developer` - }), - new EmployeesFlatDataItem( - { - Age: 27, - HireDate: `2016-02-19`, - ID: 8, - Name: `Casey Harper`, - Phone: `0342-023176`, - OnPTO: true, - ParentID: 10, - Title: `Senior Localization` - }), - new EmployeesFlatDataItem( - { - Age: 25, - HireDate: `2017-11-09`, - ID: 15, - Name: `Patricia Simpson`, - Phone: `069-0245984`, - OnPTO: false, - ParentID: 7, - Title: `Localization Intern` - }), - new EmployeesFlatDataItem( - { - Age: 39, - HireDate: `2010-03-22`, - ID: 9, - Name: `Francisco Chang`, - Phone: `(91) 745 6200`, - OnPTO: false, - ParentID: 7, - Title: `Localization Intern` - }), - new EmployeesFlatDataItem( - { - Age: 25, - HireDate: `2018-03-18`, - ID: 16, - Name: `Peter Lewis`, - Phone: `069-0245984`, - OnPTO: true, - ParentID: 7, - Title: `Localization Intern` - }), + new EmployeesFlatDataItem({ Age: 55, HireDate: `2008-03-20`, ID: 1, Name: `Johnathan Winchester`, Phone: `0251-031259`, OnPTO: false, ParentID: -1, Title: `Development Manager` }), + new EmployeesFlatDataItem({ Age: 42, HireDate: `2014-01-22`, ID: 4, Name: `Ana Sanders`, Phone: `(21) 555-0091`, OnPTO: true, ParentID: -1, Title: `CEO` }), + new EmployeesFlatDataItem({ Age: 49, HireDate: `2014-01-22`, ID: 18, Name: `Victoria Lincoln`, Phone: `(071) 23 67 22 20`, OnPTO: true, ParentID: -1, Title: `Accounting Manager` }), + new EmployeesFlatDataItem({ Age: 61, HireDate: `2010-01-01`, ID: 10, Name: `Yang Wang`, Phone: `(21) 555-0091`, OnPTO: false, ParentID: -1, Title: `Localization Manager` }), + new EmployeesFlatDataItem({ Age: 43, HireDate: `2011-06-03`, ID: 3, Name: `Michael Burke`, Phone: `0452-076545`, OnPTO: true, ParentID: 1, Title: `Senior Software Developer` }), + new EmployeesFlatDataItem({ Age: 29, HireDate: `2009-06-19`, ID: 2, Name: `Thomas Anderson`, Phone: `(14) 555-8122`, OnPTO: false, ParentID: 1, Title: `Senior Software Developer` }), + new EmployeesFlatDataItem({ Age: 31, HireDate: `2014-08-18`, ID: 11, Name: `Monica Reyes`, Phone: `7675-3425`, OnPTO: false, ParentID: 1, Title: `Software Development Team Lead` }), + new EmployeesFlatDataItem({ Age: 35, HireDate: `2015-09-17`, ID: 6, Name: `Roland Mendel`, Phone: `(505) 555-5939`, OnPTO: false, ParentID: 11, Title: `Senior Software Developer` }), + new EmployeesFlatDataItem({ Age: 44, HireDate: `2009-10-11`, ID: 12, Name: `Sven Cooper`, Phone: `0695-34 67 21`, OnPTO: true, ParentID: 11, Title: `Senior Software Developer` }), + new EmployeesFlatDataItem({ Age: 44, HireDate: `2014-04-04`, ID: 14, Name: `Laurence Johnson`, Phone: `981-443655`, OnPTO: false, ParentID: 4, Title: `Director` }), + new EmployeesFlatDataItem({ Age: 25, HireDate: `2017-11-09`, ID: 5, Name: `Elizabeth Richards`, Phone: `(2) 283-2951`, OnPTO: true, ParentID: 4, Title: `Vice President` }), + new EmployeesFlatDataItem({ Age: 39, HireDate: `2010-03-22`, ID: 13, Name: `Trevor Ashworth`, Phone: `981-443655`, OnPTO: true, ParentID: 5, Title: `Director` }), + new EmployeesFlatDataItem({ Age: 44, HireDate: `2014-04-04`, ID: 17, Name: `Antonio Moreno`, Phone: `(505) 555-5939`, OnPTO: false, ParentID: 18, Title: `Senior Accountant` }), + new EmployeesFlatDataItem({ Age: 50, HireDate: `2007-11-18`, ID: 7, Name: `Pedro Rodriguez`, Phone: `035-640230`, OnPTO: false, ParentID: 10, Title: `Senior Localization Developer` }), + new EmployeesFlatDataItem({ Age: 27, HireDate: `2016-02-19`, ID: 8, Name: `Casey Harper`, Phone: `0342-023176`, OnPTO: true, ParentID: 10, Title: `Senior Localization` }), + new EmployeesFlatDataItem({ Age: 25, HireDate: `2017-11-09`, ID: 15, Name: `Patricia Simpson`, Phone: `069-0245984`, OnPTO: false, ParentID: 7, Title: `Localization Intern` }), + new EmployeesFlatDataItem({ Age: 39, HireDate: `2010-03-22`, ID: 9, Name: `Francisco Chang`, Phone: `(91) 745 6200`, OnPTO: false, ParentID: 7, Title: `Localization Intern` }), + new EmployeesFlatDataItem({ Age: 25, HireDate: `2018-03-18`, ID: 16, Name: `Peter Lewis`, Phone: `069-0245984`, OnPTO: true, ParentID: 7, Title: `Localization Intern` }), ]; super(...newItems.slice(0)); } diff --git a/samples/grids/tree-grid/cell-editing-sample/src/RoleplayTreeGridData.ts b/samples/grids/tree-grid/cell-editing-sample/src/RoleplayTreeGridData.ts index 4276c6f645..e2ee2ae2d2 100644 --- a/samples/grids/tree-grid/cell-editing-sample/src/RoleplayTreeGridData.ts +++ b/samples/grids/tree-grid/cell-editing-sample/src/RoleplayTreeGridData.ts @@ -18,236 +18,29 @@ export class RoleplayTreeGridData extends Array { super(...items); } else { const newItems = [ - new RoleplayTreeGridDataItem( - { - ID: 1, - ParentID: 8, - Name: `Stredo`, - Age: `244`, - Alignment: `💜 Lawful evil`, - Race: `👩 Human`, - Class: `🎻 Bard` - }), - new RoleplayTreeGridDataItem( - { - ID: 2, - ParentID: 7, - Name: `Haluun`, - Age: `40`, - Alignment: `🤍 Unaligned`, - Race: `🧒🏻 Hafling`, - Class: `🙏🏻 Monk` - }), - new RoleplayTreeGridDataItem( - { - ID: 3, - ParentID: 9, - Name: `Ivellios`, - Age: `244`, - Alignment: `🧡 Chaotic good`, - Race: `👩 Human`, - Class: `⚔️ Paladin` - }), - new RoleplayTreeGridDataItem( - { - ID: 4, - ParentID: -1, - Name: `Tes`, - Age: `35`, - Alignment: `💜 Lawful evil`, - Race: `🎭 Changeling`, - Class: `🧙‍♂️ Wizard` - }), - new RoleplayTreeGridDataItem( - { - ID: 5, - ParentID: 3, - Name: `Kalla`, - Age: `47`, - Alignment: `🤎 Neutral evil`, - Race: `🤖 Warforged`, - Class: `🦹‍♂️ Sorcerer` - }), - new RoleplayTreeGridDataItem( - { - ID: 6, - ParentID: 2, - Name: `Halimath Dundragon`, - Age: `149`, - Alignment: `🤍 Unaligned`, - Race: `🐲 Dragonborn`, - Class: `⚔️ Paladin` - }), - new RoleplayTreeGridDataItem( - { - ID: 7, - ParentID: 5, - Name: `Iriphawa`, - Age: `39`, - Alignment: `💛 Lawful neutral`, - Race: `🧝🏻‍♂️ Half-Elf`, - Class: `🏹 Ranger` - }), - new RoleplayTreeGridDataItem( - { - ID: 8, - ParentID: 6, - Name: `Quaf`, - Age: `25`, - Alignment: `💚 Neutral`, - Race: `👩 Human`, - Class: `🥊 Fighter` - }), - new RoleplayTreeGridDataItem( - { - ID: 9, - ParentID: 10, - Name: `Rat Scratch`, - Age: `15`, - Alignment: `🤎 Neutral evil`, - Race: `🐡 Locathah`, - Class: `🍁 Druid` - }), - new RoleplayTreeGridDataItem( - { - ID: 10, - ParentID: 4, - Name: `Slicer`, - Age: `57`, - Alignment: `💜 Lawful evil`, - Race: `🐡 Locathah`, - Class: `💪 Barbarian` - }), - new RoleplayTreeGridDataItem( - { - ID: 11, - ParentID: 7, - Name: `Nereones Ahlorsath`, - Age: `95`, - Alignment: `💛 Lawful neutral`, - Race: `👩 Human`, - Class: `🥊 Fighter` - }), - new RoleplayTreeGridDataItem( - { - ID: 12, - ParentID: 9, - Name: `Nalvarti Stonecutter`, - Age: `118`, - Alignment: `❤️ Neutral good`, - Race: `🧝‍♀️ Elf`, - Class: `❤️‍ Cleric` - }), - new RoleplayTreeGridDataItem( - { - ID: 13, - ParentID: 1, - Name: `Errk`, - Age: `22`, - Alignment: `🤎 Neutral evil`, - Race: `🧝🏻‍♂️ Half-Elf`, - Class: `🎻 Bard` - }), - new RoleplayTreeGridDataItem( - { - ID: 14, - ParentID: 5, - Name: `Seven Thundercloud`, - Age: `43`, - Alignment: `💖 Lawful good`, - Race: `🐡 Locathah`, - Class: `⚔️ Paladin` - }), - new RoleplayTreeGridDataItem( - { - ID: 15, - ParentID: 10, - Name: `Navarra Chergoba`, - Age: `16`, - Alignment: `💜 Lawful evil`, - Race: `🐯 Tabaxi`, - Class: `❤️‍ Cleric` - }), - new RoleplayTreeGridDataItem( - { - ID: 16, - ParentID: 4, - Name: `Sail Snap`, - Age: `56`, - Alignment: `💖 Lawful good`, - Race: `🌳 Arboren`, - Class: `💪 Barbarian` - }), - new RoleplayTreeGridDataItem( - { - ID: 17, - ParentID: 8, - Name: `Urreek`, - Age: `17`, - Alignment: `💜 Lawful evil`, - Race: `🧝🏻‍♂️ Half-Elf`, - Class: `🐉 Warlock` - }), - new RoleplayTreeGridDataItem( - { - ID: 18, - ParentID: 6, - Name: `Morkral Firetamer`, - Age: `24`, - Alignment: `🤎 Neutral evil`, - Race: `🐲 Dragonborn`, - Class: `🙏🏻 Monk` - }), - new RoleplayTreeGridDataItem( - { - ID: 19, - ParentID: 2, - Name: `Vithka`, - Age: `53`, - Alignment: `💜 Lawful evil`, - Race: `🐡 Locathah`, - Class: `⚔️ Paladin` - }), - new RoleplayTreeGridDataItem( - { - ID: 20, - ParentID: 7, - Name: `Sandrue Avhoste`, - Age: `19`, - Alignment: `💙 Chaotic Neutral`, - Race: `🐲 Dragonborn`, - Class: `🗡️ Rogue` - }), - new RoleplayTreeGridDataItem( - { - ID: 21, - ParentID: 8, - Name: `Hapah Moq`, - Age: `34`, - Alignment: `💜 Lawful evil`, - Race: `🎅🏽 Dwarf`, - Class: `🎻 Bard` - }), - new RoleplayTreeGridDataItem( - { - ID: 22, - ParentID: 5, - Name: `Kothar`, - Age: `55`, - Alignment: `🤍 Unaligned`, - Race: `🧝🏻‍♂️ Half-Elf`, - Class: `🐉 Warlock` - }), - new RoleplayTreeGridDataItem( - { - ID: 23, - ParentID: 1, - Name: `Senen`, - Age: `40`, - Alignment: `💜 Lawful evil`, - Race: `🧒🏻 Hafling`, - Class: `🥊 Fighter` - }), + new RoleplayTreeGridDataItem({ ID: 1, ParentID: 8, Name: `Stredo`, Age: `244`, Alignment: `💜 Lawful evil`, Race: `👩 Human`, Class: `🎻 Bard` }), + new RoleplayTreeGridDataItem({ ID: 2, ParentID: 7, Name: `Haluun`, Age: `40`, Alignment: `🤍 Unaligned`, Race: `🧒🏻 Hafling`, Class: `🙏🏻 Monk` }), + new RoleplayTreeGridDataItem({ ID: 3, ParentID: 9, Name: `Ivellios`, Age: `244`, Alignment: `🧡 Chaotic good`, Race: `👩 Human`, Class: `⚔️ Paladin` }), + new RoleplayTreeGridDataItem({ ID: 4, ParentID: -1, Name: `Tes`, Age: `35`, Alignment: `💜 Lawful evil`, Race: `🎭 Changeling`, Class: `🧙‍♂️ Wizard` }), + new RoleplayTreeGridDataItem({ ID: 5, ParentID: 3, Name: `Kalla`, Age: `47`, Alignment: `🤎 Neutral evil`, Race: `🤖 Warforged`, Class: `🦹‍♂️ Sorcerer` }), + new RoleplayTreeGridDataItem({ ID: 6, ParentID: 2, Name: `Halimath Dundragon`, Age: `149`, Alignment: `🤍 Unaligned`, Race: `🐲 Dragonborn`, Class: `⚔️ Paladin` }), + new RoleplayTreeGridDataItem({ ID: 7, ParentID: 5, Name: `Iriphawa`, Age: `39`, Alignment: `💛 Lawful neutral`, Race: `🧝🏻‍♂️ Half-Elf`, Class: `🏹 Ranger` }), + new RoleplayTreeGridDataItem({ ID: 8, ParentID: 6, Name: `Quaf`, Age: `25`, Alignment: `💚 Neutral`, Race: `👩 Human`, Class: `🥊 Fighter` }), + new RoleplayTreeGridDataItem({ ID: 9, ParentID: 10, Name: `Rat Scratch`, Age: `15`, Alignment: `🤎 Neutral evil`, Race: `🐡 Locathah`, Class: `🍁 Druid` }), + new RoleplayTreeGridDataItem({ ID: 10, ParentID: 4, Name: `Slicer`, Age: `57`, Alignment: `💜 Lawful evil`, Race: `🐡 Locathah`, Class: `💪 Barbarian` }), + new RoleplayTreeGridDataItem({ ID: 11, ParentID: 7, Name: `Nereones Ahlorsath`, Age: `95`, Alignment: `💛 Lawful neutral`, Race: `👩 Human`, Class: `🥊 Fighter` }), + new RoleplayTreeGridDataItem({ ID: 12, ParentID: 9, Name: `Nalvarti Stonecutter`, Age: `118`, Alignment: `❤️ Neutral good`, Race: `🧝‍♀️ Elf`, Class: `❤️‍ Cleric` }), + new RoleplayTreeGridDataItem({ ID: 13, ParentID: 1, Name: `Errk`, Age: `22`, Alignment: `🤎 Neutral evil`, Race: `🧝🏻‍♂️ Half-Elf`, Class: `🎻 Bard` }), + new RoleplayTreeGridDataItem({ ID: 14, ParentID: 5, Name: `Seven Thundercloud`, Age: `43`, Alignment: `💖 Lawful good`, Race: `🐡 Locathah`, Class: `⚔️ Paladin` }), + new RoleplayTreeGridDataItem({ ID: 15, ParentID: 10, Name: `Navarra Chergoba`, Age: `16`, Alignment: `💜 Lawful evil`, Race: `🐯 Tabaxi`, Class: `❤️‍ Cleric` }), + new RoleplayTreeGridDataItem({ ID: 16, ParentID: 4, Name: `Sail Snap`, Age: `56`, Alignment: `💖 Lawful good`, Race: `🌳 Arboren`, Class: `💪 Barbarian` }), + new RoleplayTreeGridDataItem({ ID: 17, ParentID: 8, Name: `Urreek`, Age: `17`, Alignment: `💜 Lawful evil`, Race: `🧝🏻‍♂️ Half-Elf`, Class: `🐉 Warlock` }), + new RoleplayTreeGridDataItem({ ID: 18, ParentID: 6, Name: `Morkral Firetamer`, Age: `24`, Alignment: `🤎 Neutral evil`, Race: `🐲 Dragonborn`, Class: `🙏🏻 Monk` }), + new RoleplayTreeGridDataItem({ ID: 19, ParentID: 2, Name: `Vithka`, Age: `53`, Alignment: `💜 Lawful evil`, Race: `🐡 Locathah`, Class: `⚔️ Paladin` }), + new RoleplayTreeGridDataItem({ ID: 20, ParentID: 7, Name: `Sandrue Avhoste`, Age: `19`, Alignment: `💙 Chaotic Neutral`, Race: `🐲 Dragonborn`, Class: `🗡️ Rogue` }), + new RoleplayTreeGridDataItem({ ID: 21, ParentID: 8, Name: `Hapah Moq`, Age: `34`, Alignment: `💜 Lawful evil`, Race: `🎅🏽 Dwarf`, Class: `🎻 Bard` }), + new RoleplayTreeGridDataItem({ ID: 22, ParentID: 5, Name: `Kothar`, Age: `55`, Alignment: `🤍 Unaligned`, Race: `🧝🏻‍♂️ Half-Elf`, Class: `🐉 Warlock` }), + new RoleplayTreeGridDataItem({ ID: 23, ParentID: 1, Name: `Senen`, Age: `40`, Alignment: `💜 Lawful evil`, Race: `🧒🏻 Hafling`, Class: `🥊 Fighter` }), ]; super(...newItems.slice(0)); } diff --git a/samples/grids/tree-grid/cell-editing-styling/src/EmployeesNestedTreeData.ts b/samples/grids/tree-grid/cell-editing-styling/src/EmployeesNestedTreeData.ts index 9441666e0c..a51b020df3 100644 --- a/samples/grids/tree-grid/cell-editing-styling/src/EmployeesNestedTreeData.ts +++ b/samples/grids/tree-grid/cell-editing-styling/src/EmployeesNestedTreeData.ts @@ -19,204 +19,24 @@ export class EmployeesNestedTreeData extends Array super(...items); } else { const newItems = [ - new EmployeesNestedTreeDataItem( - { - Age: 55, - HireDate: `2008-03-20`, - ID: 1, - Name: `Johnathan Winchester`, - Phone: `0251-031259`, - OnPTO: false, - ParentID: -1, - Title: `Development Manager` - }), - new EmployeesNestedTreeDataItem( - { - Age: 42, - HireDate: `2014-01-22`, - ID: 4, - Name: `Ana Sanders`, - Phone: `(21) 555-0091`, - OnPTO: true, - ParentID: -1, - Title: `CEO` - }), - new EmployeesNestedTreeDataItem( - { - Age: 49, - HireDate: `2014-01-22`, - ID: 18, - Name: `Victoria Lincoln`, - Phone: `(071) 23 67 22 20`, - OnPTO: true, - ParentID: -1, - Title: `Accounting Manager` - }), - new EmployeesNestedTreeDataItem( - { - Age: 61, - HireDate: `2010-01-01`, - ID: 10, - Name: `Yang Wang`, - Phone: `(21) 555-0091`, - OnPTO: false, - ParentID: -1, - Title: `Localization Manager` - }), - new EmployeesNestedTreeDataItem( - { - Age: 43, - HireDate: `2011-06-03`, - ID: 3, - Name: `Michael Burke`, - Phone: `0452-076545`, - OnPTO: true, - ParentID: 1, - Title: `Senior Software Developer` - }), - new EmployeesNestedTreeDataItem( - { - Age: 29, - HireDate: `2009-06-19`, - ID: 2, - Name: `Thomas Anderson`, - Phone: `(14) 555-8122`, - OnPTO: false, - ParentID: 1, - Title: `Senior Software Developer` - }), - new EmployeesNestedTreeDataItem( - { - Age: 31, - HireDate: `2014-08-18`, - ID: 11, - Name: `Monica Reyes`, - Phone: `7675-3425`, - OnPTO: false, - ParentID: 1, - Title: `Software Development Team Lead` - }), - new EmployeesNestedTreeDataItem( - { - Age: 35, - HireDate: `2015-09-17`, - ID: 6, - Name: `Roland Mendel`, - Phone: `(505) 555-5939`, - OnPTO: false, - ParentID: 11, - Title: `Senior Software Developer` - }), - new EmployeesNestedTreeDataItem( - { - Age: 44, - HireDate: `2009-10-11`, - ID: 12, - Name: `Sven Cooper`, - Phone: `0695-34 67 21`, - OnPTO: true, - ParentID: 11, - Title: `Senior Software Developer` - }), - new EmployeesNestedTreeDataItem( - { - Age: 44, - HireDate: `2014-04-04`, - ID: 14, - Name: `Laurence Johnson`, - Phone: `981-443655`, - OnPTO: false, - ParentID: 4, - Title: `Director` - }), - new EmployeesNestedTreeDataItem( - { - Age: 25, - HireDate: `2017-11-09`, - ID: 5, - Name: `Elizabeth Richards`, - Phone: `(2) 283-2951`, - OnPTO: true, - ParentID: 4, - Title: `Vice President` - }), - new EmployeesNestedTreeDataItem( - { - Age: 39, - HireDate: `2010-03-22`, - ID: 13, - Name: `Trevor Ashworth`, - Phone: `981-443655`, - OnPTO: true, - ParentID: 5, - Title: `Director` - }), - new EmployeesNestedTreeDataItem( - { - Age: 44, - HireDate: `2014-04-04`, - ID: 17, - Name: `Antonio Moreno`, - Phone: `(505) 555-5939`, - OnPTO: false, - ParentID: 18, - Title: `Senior Accountant` - }), - new EmployeesNestedTreeDataItem( - { - Age: 50, - HireDate: `2007-11-18`, - ID: 7, - Name: `Pedro Rodriguez`, - Phone: `035-640230`, - OnPTO: false, - ParentID: 10, - Title: `Senior Localization Developer` - }), - new EmployeesNestedTreeDataItem( - { - Age: 27, - HireDate: `2016-02-19`, - ID: 8, - Name: `Casey Harper`, - Phone: `0342-023176`, - OnPTO: true, - ParentID: 10, - Title: `Senior Localization` - }), - new EmployeesNestedTreeDataItem( - { - Age: 25, - HireDate: `2017-11-09`, - ID: 15, - Name: `Patricia Simpson`, - Phone: `069-0245984`, - OnPTO: false, - ParentID: 7, - Title: `Localization Intern` - }), - new EmployeesNestedTreeDataItem( - { - Age: 39, - HireDate: `2010-03-22`, - ID: 9, - Name: `Francisco Chang`, - Phone: `(91) 745 6200`, - OnPTO: false, - ParentID: 7, - Title: `Localization Intern` - }), - new EmployeesNestedTreeDataItem( - { - Age: 25, - HireDate: `2018-03-18`, - ID: 16, - Name: `Peter Lewis`, - Phone: `069-0245984`, - OnPTO: true, - ParentID: 7, - Title: `Localization Intern` - }), + new EmployeesNestedTreeDataItem({ Age: 55, HireDate: `2008-03-20`, ID: 1, Name: `Johnathan Winchester`, Phone: `0251-031259`, OnPTO: false, ParentID: -1, Title: `Development Manager` }), + new EmployeesNestedTreeDataItem({ Age: 42, HireDate: `2014-01-22`, ID: 4, Name: `Ana Sanders`, Phone: `(21) 555-0091`, OnPTO: true, ParentID: -1, Title: `CEO` }), + new EmployeesNestedTreeDataItem({ Age: 49, HireDate: `2014-01-22`, ID: 18, Name: `Victoria Lincoln`, Phone: `(071) 23 67 22 20`, OnPTO: true, ParentID: -1, Title: `Accounting Manager` }), + new EmployeesNestedTreeDataItem({ Age: 61, HireDate: `2010-01-01`, ID: 10, Name: `Yang Wang`, Phone: `(21) 555-0091`, OnPTO: false, ParentID: -1, Title: `Localization Manager` }), + new EmployeesNestedTreeDataItem({ Age: 43, HireDate: `2011-06-03`, ID: 3, Name: `Michael Burke`, Phone: `0452-076545`, OnPTO: true, ParentID: 1, Title: `Senior Software Developer` }), + new EmployeesNestedTreeDataItem({ Age: 29, HireDate: `2009-06-19`, ID: 2, Name: `Thomas Anderson`, Phone: `(14) 555-8122`, OnPTO: false, ParentID: 1, Title: `Senior Software Developer` }), + new EmployeesNestedTreeDataItem({ Age: 31, HireDate: `2014-08-18`, ID: 11, Name: `Monica Reyes`, Phone: `7675-3425`, OnPTO: false, ParentID: 1, Title: `Software Development Team Lead` }), + new EmployeesNestedTreeDataItem({ Age: 35, HireDate: `2015-09-17`, ID: 6, Name: `Roland Mendel`, Phone: `(505) 555-5939`, OnPTO: false, ParentID: 11, Title: `Senior Software Developer` }), + new EmployeesNestedTreeDataItem({ Age: 44, HireDate: `2009-10-11`, ID: 12, Name: `Sven Cooper`, Phone: `0695-34 67 21`, OnPTO: true, ParentID: 11, Title: `Senior Software Developer` }), + new EmployeesNestedTreeDataItem({ Age: 44, HireDate: `2014-04-04`, ID: 14, Name: `Laurence Johnson`, Phone: `981-443655`, OnPTO: false, ParentID: 4, Title: `Director` }), + new EmployeesNestedTreeDataItem({ Age: 25, HireDate: `2017-11-09`, ID: 5, Name: `Elizabeth Richards`, Phone: `(2) 283-2951`, OnPTO: true, ParentID: 4, Title: `Vice President` }), + new EmployeesNestedTreeDataItem({ Age: 39, HireDate: `2010-03-22`, ID: 13, Name: `Trevor Ashworth`, Phone: `981-443655`, OnPTO: true, ParentID: 5, Title: `Director` }), + new EmployeesNestedTreeDataItem({ Age: 44, HireDate: `2014-04-04`, ID: 17, Name: `Antonio Moreno`, Phone: `(505) 555-5939`, OnPTO: false, ParentID: 18, Title: `Senior Accountant` }), + new EmployeesNestedTreeDataItem({ Age: 50, HireDate: `2007-11-18`, ID: 7, Name: `Pedro Rodriguez`, Phone: `035-640230`, OnPTO: false, ParentID: 10, Title: `Senior Localization Developer` }), + new EmployeesNestedTreeDataItem({ Age: 27, HireDate: `2016-02-19`, ID: 8, Name: `Casey Harper`, Phone: `0342-023176`, OnPTO: true, ParentID: 10, Title: `Senior Localization` }), + new EmployeesNestedTreeDataItem({ Age: 25, HireDate: `2017-11-09`, ID: 15, Name: `Patricia Simpson`, Phone: `069-0245984`, OnPTO: false, ParentID: 7, Title: `Localization Intern` }), + new EmployeesNestedTreeDataItem({ Age: 39, HireDate: `2010-03-22`, ID: 9, Name: `Francisco Chang`, Phone: `(91) 745 6200`, OnPTO: false, ParentID: 7, Title: `Localization Intern` }), + new EmployeesNestedTreeDataItem({ Age: 25, HireDate: `2018-03-18`, ID: 16, Name: `Peter Lewis`, Phone: `069-0245984`, OnPTO: true, ParentID: 7, Title: `Localization Intern` }), ]; super(...newItems.slice(0)); } diff --git a/samples/grids/tree-grid/cell-selection-mode/src/EmployeesFlatData.ts b/samples/grids/tree-grid/cell-selection-mode/src/EmployeesFlatData.ts index b99bf3579a..2e5e7fc2ed 100644 --- a/samples/grids/tree-grid/cell-selection-mode/src/EmployeesFlatData.ts +++ b/samples/grids/tree-grid/cell-selection-mode/src/EmployeesFlatData.ts @@ -19,204 +19,24 @@ export class EmployeesFlatData extends Array { super(...items); } else { const newItems = [ - new EmployeesFlatDataItem( - { - Age: 55, - HireDate: `2008-03-20`, - ID: 1, - Name: `Johnathan Winchester`, - Phone: `0251-031259`, - OnPTO: false, - ParentID: -1, - Title: `Development Manager` - }), - new EmployeesFlatDataItem( - { - Age: 42, - HireDate: `2014-01-22`, - ID: 4, - Name: `Ana Sanders`, - Phone: `(21) 555-0091`, - OnPTO: true, - ParentID: -1, - Title: `CEO` - }), - new EmployeesFlatDataItem( - { - Age: 49, - HireDate: `2014-01-22`, - ID: 18, - Name: `Victoria Lincoln`, - Phone: `(071) 23 67 22 20`, - OnPTO: true, - ParentID: -1, - Title: `Accounting Manager` - }), - new EmployeesFlatDataItem( - { - Age: 61, - HireDate: `2010-01-01`, - ID: 10, - Name: `Yang Wang`, - Phone: `(21) 555-0091`, - OnPTO: false, - ParentID: -1, - Title: `Localization Manager` - }), - new EmployeesFlatDataItem( - { - Age: 43, - HireDate: `2011-06-03`, - ID: 3, - Name: `Michael Burke`, - Phone: `0452-076545`, - OnPTO: true, - ParentID: 1, - Title: `Senior Software Developer` - }), - new EmployeesFlatDataItem( - { - Age: 29, - HireDate: `2009-06-19`, - ID: 2, - Name: `Thomas Anderson`, - Phone: `(14) 555-8122`, - OnPTO: false, - ParentID: 1, - Title: `Senior Software Developer` - }), - new EmployeesFlatDataItem( - { - Age: 31, - HireDate: `2014-08-18`, - ID: 11, - Name: `Monica Reyes`, - Phone: `7675-3425`, - OnPTO: false, - ParentID: 1, - Title: `Software Development Team Lead` - }), - new EmployeesFlatDataItem( - { - Age: 35, - HireDate: `2015-09-17`, - ID: 6, - Name: `Roland Mendel`, - Phone: `(505) 555-5939`, - OnPTO: false, - ParentID: 11, - Title: `Senior Software Developer` - }), - new EmployeesFlatDataItem( - { - Age: 44, - HireDate: `2009-10-11`, - ID: 12, - Name: `Sven Cooper`, - Phone: `0695-34 67 21`, - OnPTO: true, - ParentID: 11, - Title: `Senior Software Developer` - }), - new EmployeesFlatDataItem( - { - Age: 44, - HireDate: `2014-04-04`, - ID: 14, - Name: `Laurence Johnson`, - Phone: `981-443655`, - OnPTO: false, - ParentID: 4, - Title: `Director` - }), - new EmployeesFlatDataItem( - { - Age: 25, - HireDate: `2017-11-09`, - ID: 5, - Name: `Elizabeth Richards`, - Phone: `(2) 283-2951`, - OnPTO: true, - ParentID: 4, - Title: `Vice President` - }), - new EmployeesFlatDataItem( - { - Age: 39, - HireDate: `2010-03-22`, - ID: 13, - Name: `Trevor Ashworth`, - Phone: `981-443655`, - OnPTO: true, - ParentID: 5, - Title: `Director` - }), - new EmployeesFlatDataItem( - { - Age: 44, - HireDate: `2014-04-04`, - ID: 17, - Name: `Antonio Moreno`, - Phone: `(505) 555-5939`, - OnPTO: false, - ParentID: 18, - Title: `Senior Accountant` - }), - new EmployeesFlatDataItem( - { - Age: 50, - HireDate: `2007-11-18`, - ID: 7, - Name: `Pedro Rodriguez`, - Phone: `035-640230`, - OnPTO: false, - ParentID: 10, - Title: `Senior Localization Developer` - }), - new EmployeesFlatDataItem( - { - Age: 27, - HireDate: `2016-02-19`, - ID: 8, - Name: `Casey Harper`, - Phone: `0342-023176`, - OnPTO: true, - ParentID: 10, - Title: `Senior Localization` - }), - new EmployeesFlatDataItem( - { - Age: 25, - HireDate: `2017-11-09`, - ID: 15, - Name: `Patricia Simpson`, - Phone: `069-0245984`, - OnPTO: false, - ParentID: 7, - Title: `Localization Intern` - }), - new EmployeesFlatDataItem( - { - Age: 39, - HireDate: `2010-03-22`, - ID: 9, - Name: `Francisco Chang`, - Phone: `(91) 745 6200`, - OnPTO: false, - ParentID: 7, - Title: `Localization Intern` - }), - new EmployeesFlatDataItem( - { - Age: 25, - HireDate: `2018-03-18`, - ID: 16, - Name: `Peter Lewis`, - Phone: `069-0245984`, - OnPTO: true, - ParentID: 7, - Title: `Localization Intern` - }), + new EmployeesFlatDataItem({ Age: 55, HireDate: `2008-03-20`, ID: 1, Name: `Johnathan Winchester`, Phone: `0251-031259`, OnPTO: false, ParentID: -1, Title: `Development Manager` }), + new EmployeesFlatDataItem({ Age: 42, HireDate: `2014-01-22`, ID: 4, Name: `Ana Sanders`, Phone: `(21) 555-0091`, OnPTO: true, ParentID: -1, Title: `CEO` }), + new EmployeesFlatDataItem({ Age: 49, HireDate: `2014-01-22`, ID: 18, Name: `Victoria Lincoln`, Phone: `(071) 23 67 22 20`, OnPTO: true, ParentID: -1, Title: `Accounting Manager` }), + new EmployeesFlatDataItem({ Age: 61, HireDate: `2010-01-01`, ID: 10, Name: `Yang Wang`, Phone: `(21) 555-0091`, OnPTO: false, ParentID: -1, Title: `Localization Manager` }), + new EmployeesFlatDataItem({ Age: 43, HireDate: `2011-06-03`, ID: 3, Name: `Michael Burke`, Phone: `0452-076545`, OnPTO: true, ParentID: 1, Title: `Senior Software Developer` }), + new EmployeesFlatDataItem({ Age: 29, HireDate: `2009-06-19`, ID: 2, Name: `Thomas Anderson`, Phone: `(14) 555-8122`, OnPTO: false, ParentID: 1, Title: `Senior Software Developer` }), + new EmployeesFlatDataItem({ Age: 31, HireDate: `2014-08-18`, ID: 11, Name: `Monica Reyes`, Phone: `7675-3425`, OnPTO: false, ParentID: 1, Title: `Software Development Team Lead` }), + new EmployeesFlatDataItem({ Age: 35, HireDate: `2015-09-17`, ID: 6, Name: `Roland Mendel`, Phone: `(505) 555-5939`, OnPTO: false, ParentID: 11, Title: `Senior Software Developer` }), + new EmployeesFlatDataItem({ Age: 44, HireDate: `2009-10-11`, ID: 12, Name: `Sven Cooper`, Phone: `0695-34 67 21`, OnPTO: true, ParentID: 11, Title: `Senior Software Developer` }), + new EmployeesFlatDataItem({ Age: 44, HireDate: `2014-04-04`, ID: 14, Name: `Laurence Johnson`, Phone: `981-443655`, OnPTO: false, ParentID: 4, Title: `Director` }), + new EmployeesFlatDataItem({ Age: 25, HireDate: `2017-11-09`, ID: 5, Name: `Elizabeth Richards`, Phone: `(2) 283-2951`, OnPTO: true, ParentID: 4, Title: `Vice President` }), + new EmployeesFlatDataItem({ Age: 39, HireDate: `2010-03-22`, ID: 13, Name: `Trevor Ashworth`, Phone: `981-443655`, OnPTO: true, ParentID: 5, Title: `Director` }), + new EmployeesFlatDataItem({ Age: 44, HireDate: `2014-04-04`, ID: 17, Name: `Antonio Moreno`, Phone: `(505) 555-5939`, OnPTO: false, ParentID: 18, Title: `Senior Accountant` }), + new EmployeesFlatDataItem({ Age: 50, HireDate: `2007-11-18`, ID: 7, Name: `Pedro Rodriguez`, Phone: `035-640230`, OnPTO: false, ParentID: 10, Title: `Senior Localization Developer` }), + new EmployeesFlatDataItem({ Age: 27, HireDate: `2016-02-19`, ID: 8, Name: `Casey Harper`, Phone: `0342-023176`, OnPTO: true, ParentID: 10, Title: `Senior Localization` }), + new EmployeesFlatDataItem({ Age: 25, HireDate: `2017-11-09`, ID: 15, Name: `Patricia Simpson`, Phone: `069-0245984`, OnPTO: false, ParentID: 7, Title: `Localization Intern` }), + new EmployeesFlatDataItem({ Age: 39, HireDate: `2010-03-22`, ID: 9, Name: `Francisco Chang`, Phone: `(91) 745 6200`, OnPTO: false, ParentID: 7, Title: `Localization Intern` }), + new EmployeesFlatDataItem({ Age: 25, HireDate: `2018-03-18`, ID: 16, Name: `Peter Lewis`, Phone: `069-0245984`, OnPTO: true, ParentID: 7, Title: `Localization Intern` }), ]; super(...newItems.slice(0)); } diff --git a/samples/grids/tree-grid/cell-selection-style/src/OrdersTreeData.ts b/samples/grids/tree-grid/cell-selection-style/src/OrdersTreeData.ts index c5c69cc874..97749e00f3 100644 --- a/samples/grids/tree-grid/cell-selection-style/src/OrdersTreeData.ts +++ b/samples/grids/tree-grid/cell-selection-style/src/OrdersTreeData.ts @@ -20,270 +20,28 @@ export class OrdersTreeData extends Array { super(...items); } else { const newItems = [ - new OrdersTreeDataItem( - { - ID: 1, - ParentID: -1, - Name: `Order 1`, - Category: ``, - OrderDate: `2010-02-17`, - Units: 1844, - UnitPrice: 3.73, - Price: 6884.38, - Delivered: true - }), - new OrdersTreeDataItem( - { - ID: 101, - ParentID: 1, - Name: `Chocolate Chip Cookies`, - Category: `Cookies`, - OrderDate: `2010-02-17`, - Units: 834, - UnitPrice: 3.59, - Price: 2994.06, - Delivered: true - }), - new OrdersTreeDataItem( - { - ID: 102, - ParentID: 1, - Name: `Red Apples`, - Category: `Fruit`, - OrderDate: `2010-02-17`, - Units: 371, - UnitPrice: 3.66, - Price: 1357.86, - Delivered: true - }), - new OrdersTreeDataItem( - { - ID: 103, - ParentID: 1, - Name: `Butter`, - Category: `Diary`, - OrderDate: `2010-02-17`, - Units: 260, - UnitPrice: 3.45, - Price: 897, - Delivered: true - }), - new OrdersTreeDataItem( - { - ID: 104, - ParentID: 1, - Name: `Potato Chips`, - Category: `Snack`, - OrderDate: `2010-02-17`, - Units: 118, - UnitPrice: 1.96, - Price: 231.28, - Delivered: true - }), - new OrdersTreeDataItem( - { - ID: 105, - ParentID: 1, - Name: `Orange Juice`, - Category: `Beverages`, - OrderDate: `2010-02-17`, - Units: 261, - UnitPrice: 5.38, - Price: 1404.18, - Delivered: true - }), - new OrdersTreeDataItem( - { - ID: 2, - ParentID: -1, - Name: `Order 2`, - Category: ``, - OrderDate: `2022-05-27`, - Units: 1831, - UnitPrice: 8.23, - Price: 15062.77, - Delivered: false - }), - new OrdersTreeDataItem( - { - ID: 201, - ParentID: 2, - Name: `Frozen Shrimps`, - Category: `Seafood`, - OrderDate: `2022-05-27`, - Units: 120, - UnitPrice: 20.45, - Price: 2454, - Delivered: false - }), - new OrdersTreeDataItem( - { - ID: 202, - ParentID: 2, - Name: `Ice Tea`, - Category: `Beverages`, - OrderDate: `2022-05-27`, - Units: 840, - UnitPrice: 7, - Price: 5880, - Delivered: false - }), - new OrdersTreeDataItem( - { - ID: 203, - ParentID: 2, - Name: `Fresh Cheese`, - Category: `Diary`, - OrderDate: `2022-05-27`, - Units: 267, - UnitPrice: 16.55, - Price: 4418.85, - Delivered: false - }), - new OrdersTreeDataItem( - { - ID: 204, - ParentID: 2, - Name: `Carrots`, - Category: `Vegetables`, - OrderDate: `2022-05-27`, - Units: 360, - UnitPrice: 2.77, - Price: 997.2, - Delivered: false - }), - new OrdersTreeDataItem( - { - ID: 205, - ParentID: 2, - Name: `Apple Juice`, - Category: `Beverages`, - OrderDate: `2022-05-27`, - Units: 244, - UnitPrice: 5.38, - Price: 1312.72, - Delivered: false - }), - new OrdersTreeDataItem( - { - ID: 3, - ParentID: -1, - Name: `Order 3`, - Category: ``, - OrderDate: `2022-08-04`, - Units: 1972, - UnitPrice: 3.47, - Price: 6849.18, - Delivered: true - }), - new OrdersTreeDataItem( - { - ID: 301, - ParentID: 3, - Name: `Skimmed Milk 1L`, - Category: `Diary`, - OrderDate: `2022-08-04`, - Units: 1028, - UnitPrice: 3.56, - Price: 3659.68, - Delivered: true - }), - new OrdersTreeDataItem( - { - ID: 302, - ParentID: 3, - Name: `Bananas 5 Pack`, - Category: `Fruit`, - OrderDate: `2022-08-04`, - Units: 370, - UnitPrice: 6.36, - Price: 2353.2, - Delivered: true - }), - new OrdersTreeDataItem( - { - ID: 303, - ParentID: 3, - Name: `Cauliflower`, - Category: `Vegetables`, - OrderDate: `2022-08-04`, - Units: 283, - UnitPrice: 0.95, - Price: 268.85, - Delivered: true - }), - new OrdersTreeDataItem( - { - ID: 304, - ParentID: 3, - Name: `White Chocolate Cookies`, - Category: `Cookies`, - OrderDate: `2022-08-04`, - Units: 291, - UnitPrice: 1.95, - Price: 567.45, - Delivered: true - }), - new OrdersTreeDataItem( - { - ID: 4, - ParentID: -1, - Name: `Order 4`, - Category: ``, - OrderDate: `2023-01-04`, - Units: 1065, - UnitPrice: 5.56, - Price: 5923.5, - Delivered: true - }), - new OrdersTreeDataItem( - { - ID: 401, - ParentID: 4, - Name: `Mini Milk Chocolate Cookie Bites`, - Category: `Cookies`, - OrderDate: `2023-01-04`, - Units: 68, - UnitPrice: 2.25, - Price: 153, - Delivered: true - }), - new OrdersTreeDataItem( - { - ID: 402, - ParentID: 4, - Name: `Wild Salmon Fillets`, - Category: `Seafood`, - OrderDate: `2023-01-04`, - Units: 320, - UnitPrice: 16.15, - Price: 5168, - Delivered: true - }), - new OrdersTreeDataItem( - { - ID: 403, - ParentID: 4, - Name: `Diet Lemonade`, - Category: `Beverages`, - OrderDate: `2023-01-04`, - Units: 437, - UnitPrice: 0.5, - Price: 218.5, - Delivered: true - }), - new OrdersTreeDataItem( - { - ID: 404, - ParentID: 4, - Name: `Potatoes`, - Category: `Vegetables`, - OrderDate: `2023-01-04`, - Units: 240, - UnitPrice: 1.6, - Price: 384, - Delivered: true - }), + new OrdersTreeDataItem({ ID: 1, ParentID: -1, Name: `Order 1`, Category: ``, OrderDate: `2010-02-17`, Units: 1844, UnitPrice: 3.73, Price: 6884.38, Delivered: true }), + new OrdersTreeDataItem({ ID: 101, ParentID: 1, Name: `Chocolate Chip Cookies`, Category: `Cookies`, OrderDate: `2010-02-17`, Units: 834, UnitPrice: 3.59, Price: 2994.06, Delivered: true }), + new OrdersTreeDataItem({ ID: 102, ParentID: 1, Name: `Red Apples`, Category: `Fruit`, OrderDate: `2010-02-17`, Units: 371, UnitPrice: 3.66, Price: 1357.86, Delivered: true }), + new OrdersTreeDataItem({ ID: 103, ParentID: 1, Name: `Butter`, Category: `Diary`, OrderDate: `2010-02-17`, Units: 260, UnitPrice: 3.45, Price: 897, Delivered: true }), + new OrdersTreeDataItem({ ID: 104, ParentID: 1, Name: `Potato Chips`, Category: `Snack`, OrderDate: `2010-02-17`, Units: 118, UnitPrice: 1.96, Price: 231.28, Delivered: true }), + new OrdersTreeDataItem({ ID: 105, ParentID: 1, Name: `Orange Juice`, Category: `Beverages`, OrderDate: `2010-02-17`, Units: 261, UnitPrice: 5.38, Price: 1404.18, Delivered: true }), + new OrdersTreeDataItem({ ID: 2, ParentID: -1, Name: `Order 2`, Category: ``, OrderDate: `2022-05-27`, Units: 1831, UnitPrice: 8.23, Price: 15062.77, Delivered: false }), + new OrdersTreeDataItem({ ID: 201, ParentID: 2, Name: `Frozen Shrimps`, Category: `Seafood`, OrderDate: `2022-05-27`, Units: 120, UnitPrice: 20.45, Price: 2454, Delivered: false }), + new OrdersTreeDataItem({ ID: 202, ParentID: 2, Name: `Ice Tea`, Category: `Beverages`, OrderDate: `2022-05-27`, Units: 840, UnitPrice: 7, Price: 5880, Delivered: false }), + new OrdersTreeDataItem({ ID: 203, ParentID: 2, Name: `Fresh Cheese`, Category: `Diary`, OrderDate: `2022-05-27`, Units: 267, UnitPrice: 16.55, Price: 4418.85, Delivered: false }), + new OrdersTreeDataItem({ ID: 204, ParentID: 2, Name: `Carrots`, Category: `Vegetables`, OrderDate: `2022-05-27`, Units: 360, UnitPrice: 2.77, Price: 997.2, Delivered: false }), + new OrdersTreeDataItem({ ID: 205, ParentID: 2, Name: `Apple Juice`, Category: `Beverages`, OrderDate: `2022-05-27`, Units: 244, UnitPrice: 5.38, Price: 1312.72, Delivered: false }), + new OrdersTreeDataItem({ ID: 3, ParentID: -1, Name: `Order 3`, Category: ``, OrderDate: `2022-08-04`, Units: 1972, UnitPrice: 3.47, Price: 6849.18, Delivered: true }), + new OrdersTreeDataItem({ ID: 301, ParentID: 3, Name: `Skimmed Milk 1L`, Category: `Diary`, OrderDate: `2022-08-04`, Units: 1028, UnitPrice: 3.56, Price: 3659.68, Delivered: true }), + new OrdersTreeDataItem({ ID: 302, ParentID: 3, Name: `Bananas 5 Pack`, Category: `Fruit`, OrderDate: `2022-08-04`, Units: 370, UnitPrice: 6.36, Price: 2353.2, Delivered: true }), + new OrdersTreeDataItem({ ID: 303, ParentID: 3, Name: `Cauliflower`, Category: `Vegetables`, OrderDate: `2022-08-04`, Units: 283, UnitPrice: 0.95, Price: 268.85, Delivered: true }), + new OrdersTreeDataItem({ ID: 304, ParentID: 3, Name: `White Chocolate Cookies`, Category: `Cookies`, OrderDate: `2022-08-04`, Units: 291, UnitPrice: 1.95, Price: 567.45, Delivered: true }), + new OrdersTreeDataItem({ ID: 4, ParentID: -1, Name: `Order 4`, Category: ``, OrderDate: `2023-01-04`, Units: 1065, UnitPrice: 5.56, Price: 5923.5, Delivered: true }), + new OrdersTreeDataItem({ ID: 401, ParentID: 4, Name: `Mini Milk Chocolate Cookie Bites`, Category: `Cookies`, OrderDate: `2023-01-04`, Units: 68, UnitPrice: 2.25, Price: 153, Delivered: true }), + new OrdersTreeDataItem({ ID: 402, ParentID: 4, Name: `Wild Salmon Fillets`, Category: `Seafood`, OrderDate: `2023-01-04`, Units: 320, UnitPrice: 16.15, Price: 5168, Delivered: true }), + new OrdersTreeDataItem({ ID: 403, ParentID: 4, Name: `Diet Lemonade`, Category: `Beverages`, OrderDate: `2023-01-04`, Units: 437, UnitPrice: 0.5, Price: 218.5, Delivered: true }), + new OrdersTreeDataItem({ ID: 404, ParentID: 4, Name: `Potatoes`, Category: `Vegetables`, OrderDate: `2023-01-04`, Units: 240, UnitPrice: 1.6, Price: 384, Delivered: true }), ]; super(...newItems.slice(0)); } diff --git a/samples/grids/tree-grid/column-auto-sizing/src/EmployeesFlatDetails.ts b/samples/grids/tree-grid/column-auto-sizing/src/EmployeesFlatDetails.ts index 8d666c3324..3d9e9f57d5 100644 --- a/samples/grids/tree-grid/column-auto-sizing/src/EmployeesFlatDetails.ts +++ b/samples/grids/tree-grid/column-auto-sizing/src/EmployeesFlatDetails.ts @@ -25,312 +25,24 @@ export class EmployeesFlatDetails extends Array { super(...items); } else { const newItems = [ - new EmployeesFlatDetailsItem( - { - Address: `Obere Str. 57`, - Age: 55, - City: `Berlin`, - Country: `Germany`, - Fax: `030-0076545`, - HireDate: `2008-03-20`, - ID: 1, - Name: `Johnathan Winchester`, - ParentID: -1, - Phone: `030-0074321`, - PostalCode: 12209, - Title: `Development Manager`, - LastName: `Winchester`, - FullAddress: `Obere Str. 57, Berlin, Germany` - }), - new EmployeesFlatDetailsItem( - { - Address: `Avda. de la Constitución 2222`, - Age: 42, - City: `México D.F.`, - Country: `Mexico`, - Fax: `(51) 555-3745`, - HireDate: `2014-01-22`, - ID: 4, - Name: `Ana Sanders`, - ParentID: -1, - Phone: `(5) 555-4729`, - PostalCode: 5021, - Title: `CEO`, - LastName: `Sanders`, - FullAddress: `Avda. de la Constitución 2222, México D.F., Mexico` - }), - new EmployeesFlatDetailsItem( - { - Address: `Mataderos 2312`, - Age: 49, - City: `México D.F.`, - Country: `Mexico`, - Fax: `(5) 555-3995`, - HireDate: `2014-01-22`, - ID: 18, - Name: `Victoria Lincoln`, - ParentID: -1, - Phone: `(5) 555-3932`, - PostalCode: 5023, - Title: `Accounting Manager`, - LastName: `Lincoln`, - FullAddress: `Mataderos 2312, México D.F., Mexico` - }), - new EmployeesFlatDetailsItem( - { - Address: `120 Hanover Sq.`, - Age: 61, - City: `London`, - Country: `UK`, - Fax: `(171) 555-6750`, - HireDate: `2010-01-01`, - ID: 10, - Name: `Yang Wang`, - ParentID: -1, - Phone: `(171) 555-7788`, - PostalCode: 39000, - Title: `Localization Manager`, - LastName: `Wang`, - FullAddress: `120 Hanover Sq., London, UK` - }), - new EmployeesFlatDetailsItem( - { - Address: `Berguvsvägen 8`, - Age: 43, - City: `Luleå`, - Country: `Sweden`, - Fax: `0921-12 34 67`, - HireDate: `2011-06-03`, - ID: 3, - Name: `Michael Burke`, - ParentID: 1, - Phone: `0921-12 34 65`, - PostalCode: 29000, - Title: `Senior Software Developer`, - LastName: `Burke`, - FullAddress: `Berguvsvägen 8, Luleå, Sweden` - }), - new EmployeesFlatDetailsItem( - { - Address: `Forsterstr. 57`, - Age: 29, - City: `Mannheim`, - Country: `Germany`, - Fax: `0621-08924`, - HireDate: `2009-06-19`, - ID: 2, - Name: `Thomas Anderson`, - ParentID: 1, - Phone: `0621-08460`, - PostalCode: 68306, - Title: `Senior Software Developer`, - LastName: `Anderson`, - FullAddress: `Forsterstr. 57, Mannheim, Germany` - }), - new EmployeesFlatDetailsItem( - { - Address: `24, place Kléber`, - Age: 31, - City: `Strasbourg`, - Country: `France`, - Fax: `88.60.15.32`, - HireDate: `2014-08-18`, - ID: 11, - Name: `Monica Reyes`, - ParentID: 1, - Phone: `88.60.15.31`, - PostalCode: 67000, - Title: `Software Development Team Lead`, - LastName: `Reyes`, - FullAddress: `24, place Kléber, Strasbourg, France` - }), - new EmployeesFlatDetailsItem( - { - Address: `C/ Araquil, 67`, - Age: 35, - City: `Madrid`, - Country: `Spain`, - Fax: `(911) 555 91 99`, - HireDate: `2015-09-17`, - ID: 6, - Name: `Roland Mendel`, - ParentID: 11, - Phone: `(91) 555 22 82`, - PostalCode: 28023, - Title: `Senior Software Developer`, - LastName: `Mendel`, - FullAddress: `C/ Araquil, 67, Madrid, Spain` - }), - new EmployeesFlatDetailsItem( - { - Address: `12, rue des Bouchers`, - Age: 44, - City: `Marseille`, - Country: `France`, - Fax: `91.24.45.41`, - HireDate: `2009-10-11`, - ID: 12, - Name: `Sven Cooper`, - ParentID: 11, - Phone: `91.24.45.40`, - PostalCode: 13008, - Title: `Senior Software Developer`, - LastName: `Cooper`, - FullAddress: `12, rue des Bouchers, Marseille, France` - }), - new EmployeesFlatDetailsItem( - { - Address: `23 Tsawassen Blvd.`, - Age: 44, - City: `Tsawassen`, - Country: `Canada`, - Fax: `(604) 555-3745`, - HireDate: `2014-04-04`, - ID: 14, - Name: `Laurence Johnson`, - ParentID: 4, - Phone: `(604) 555-4729`, - PostalCode: 19000, - Title: `Director`, - LastName: `Johnson`, - FullAddress: `23 Tsawassen Blvd., Tsawassen, Canada` - }), - new EmployeesFlatDetailsItem( - { - Address: `Fauntleroy Circus`, - Age: 25, - City: `London`, - Country: `UK`, - Fax: `(125) 555-3798`, - HireDate: `2017-11-9`, - ID: 5, - Name: `Elizabeth Richards`, - ParentID: 4, - Phone: `(171) 555-1212`, - PostalCode: 30000, - Title: `Vice President`, - LastName: `Richards`, - FullAddress: `Fauntleroy Circus, London, UK` - }), - new EmployeesFlatDetailsItem( - { - Address: `Cerrito 333`, - Age: 39, - City: `Buenos Aires`, - Country: `Argentina`, - Fax: `(121) 135-4892`, - HireDate: `2010-03-22`, - ID: 13, - Name: `Trevor Ashworth`, - ParentID: 5, - Phone: `(1) 135-5555`, - PostalCode: 1010, - Title: `Director`, - LastName: `Ashworth`, - FullAddress: `Cerrito 333, Buenos Aires, Argentina` - }), - new EmployeesFlatDetailsItem( - { - Address: `Sierras de Granada 9993`, - Age: 44, - City: `México D.F.`, - Country: `Mexico`, - Fax: `(153) 555-7293`, - HireDate: `2014-04-04`, - ID: 17, - Name: `Antonio Moreno`, - ParentID: 18, - Phone: `(5) 555-3392`, - PostalCode: 5022, - Title: `Senior Accountant`, - LastName: `Moreno`, - FullAddress: `Sierras de Granada 9993, México D.F., Mexico` - }), - new EmployeesFlatDetailsItem( - { - Address: `Hauptstr. 29`, - Age: 50, - City: `Sao Paulo`, - Country: `Brazil`, - Fax: `(531) 555-6691`, - HireDate: `2007-11-18`, - ID: 7, - Name: `Pedro Rodriguez`, - ParentID: 10, - Phone: `0452-076545`, - PostalCode: 3012, - Title: `Senior Localization Developer`, - LastName: `Rodriguez`, - FullAddress: `Hauptstr. 29, Sao Paulo, Brazil` - }), - new EmployeesFlatDetailsItem( - { - Address: `Av. dos Lusíadas, 23`, - Age: 27, - City: `Bern`, - Country: `Switzerland`, - Fax: `(271) 335-357`, - HireDate: `2016-02-19`, - ID: 8, - Name: `Casey Harper`, - ParentID: 10, - Phone: `(11) 555-7647`, - PostalCode: 40000, - Title: `Senior Localization`, - LastName: `Harper`, - FullAddress: `Av. dos Lusíadas, 23, Bern, Switzerland` - }), - new EmployeesFlatDetailsItem( - { - Address: `Berkeley Gardens 12`, - Age: 25, - City: `London`, - Country: `UK`, - Fax: `(171) 555-9199`, - HireDate: `2017-11-09`, - ID: 15, - Name: `Patricia Simpson`, - ParentID: 7, - Phone: `(171) 555-2282`, - PostalCode: 26000, - Title: `Localization Intern`, - LastName: `Simpson`, - FullAddress: `Berkeley Gardens 12, London, UK` - }), - new EmployeesFlatDetailsItem( - { - Address: `Walserweg 21`, - Age: 39, - City: `Aachen`, - Country: `Germany`, - Fax: `0241-059428`, - HireDate: `2010-03-22`, - ID: 9, - Name: `Francisco Chang`, - ParentID: 7, - Phone: `0241-039123`, - PostalCode: 52066, - Title: `Localization Intern`, - LastName: `Chang`, - FullAddress: `Walserweg 21, Aachen, Germany` - }), - new EmployeesFlatDetailsItem( - { - Address: `35 King George`, - Age: 25, - City: `London`, - Country: `UK`, - Fax: `(171) 555-3373`, - HireDate: `2018-03-18`, - ID: 16, - Name: `Peter Lewis`, - ParentID: 7, - Phone: `(171) 555-0297`, - PostalCode: 48000, - Title: `Localization Intern`, - LastName: `Lewis`, - FullAddress: `35 King George, London, UK` - }), + new EmployeesFlatDetailsItem({ Address: `Obere Str. 57`, Age: 55, City: `Berlin`, Country: `Germany`, Fax: `030-0076545`, HireDate: `2008-03-20`, ID: 1, Name: `Johnathan Winchester`, ParentID: -1, Phone: `030-0074321`, PostalCode: 12209, Title: `Development Manager`, LastName: `Winchester`, FullAddress: `Obere Str. 57, Berlin, Germany` }), + new EmployeesFlatDetailsItem({ Address: `Avda. de la Constitución 2222`, Age: 42, City: `México D.F.`, Country: `Mexico`, Fax: `(51) 555-3745`, HireDate: `2014-01-22`, ID: 4, Name: `Ana Sanders`, ParentID: -1, Phone: `(5) 555-4729`, PostalCode: 5021, Title: `CEO`, LastName: `Sanders`, FullAddress: `Avda. de la Constitución 2222, México D.F., Mexico` }), + new EmployeesFlatDetailsItem({ Address: `Mataderos 2312`, Age: 49, City: `México D.F.`, Country: `Mexico`, Fax: `(5) 555-3995`, HireDate: `2014-01-22`, ID: 18, Name: `Victoria Lincoln`, ParentID: -1, Phone: `(5) 555-3932`, PostalCode: 5023, Title: `Accounting Manager`, LastName: `Lincoln`, FullAddress: `Mataderos 2312, México D.F., Mexico` }), + new EmployeesFlatDetailsItem({ Address: `120 Hanover Sq.`, Age: 61, City: `London`, Country: `UK`, Fax: `(171) 555-6750`, HireDate: `2010-01-01`, ID: 10, Name: `Yang Wang`, ParentID: -1, Phone: `(171) 555-7788`, PostalCode: 39000, Title: `Localization Manager`, LastName: `Wang`, FullAddress: `120 Hanover Sq., London, UK` }), + new EmployeesFlatDetailsItem({ Address: `Berguvsvägen 8`, Age: 43, City: `Luleå`, Country: `Sweden`, Fax: `0921-12 34 67`, HireDate: `2011-06-03`, ID: 3, Name: `Michael Burke`, ParentID: 1, Phone: `0921-12 34 65`, PostalCode: 29000, Title: `Senior Software Developer`, LastName: `Burke`, FullAddress: `Berguvsvägen 8, Luleå, Sweden` }), + new EmployeesFlatDetailsItem({ Address: `Forsterstr. 57`, Age: 29, City: `Mannheim`, Country: `Germany`, Fax: `0621-08924`, HireDate: `2009-06-19`, ID: 2, Name: `Thomas Anderson`, ParentID: 1, Phone: `0621-08460`, PostalCode: 68306, Title: `Senior Software Developer`, LastName: `Anderson`, FullAddress: `Forsterstr. 57, Mannheim, Germany` }), + new EmployeesFlatDetailsItem({ Address: `24, place Kléber`, Age: 31, City: `Strasbourg`, Country: `France`, Fax: `88.60.15.32`, HireDate: `2014-08-18`, ID: 11, Name: `Monica Reyes`, ParentID: 1, Phone: `88.60.15.31`, PostalCode: 67000, Title: `Software Development Team Lead`, LastName: `Reyes`, FullAddress: `24, place Kléber, Strasbourg, France` }), + new EmployeesFlatDetailsItem({ Address: `C/ Araquil, 67`, Age: 35, City: `Madrid`, Country: `Spain`, Fax: `(911) 555 91 99`, HireDate: `2015-09-17`, ID: 6, Name: `Roland Mendel`, ParentID: 11, Phone: `(91) 555 22 82`, PostalCode: 28023, Title: `Senior Software Developer`, LastName: `Mendel`, FullAddress: `C/ Araquil, 67, Madrid, Spain` }), + new EmployeesFlatDetailsItem({ Address: `12, rue des Bouchers`, Age: 44, City: `Marseille`, Country: `France`, Fax: `91.24.45.41`, HireDate: `2009-10-11`, ID: 12, Name: `Sven Cooper`, ParentID: 11, Phone: `91.24.45.40`, PostalCode: 13008, Title: `Senior Software Developer`, LastName: `Cooper`, FullAddress: `12, rue des Bouchers, Marseille, France` }), + new EmployeesFlatDetailsItem({ Address: `23 Tsawassen Blvd.`, Age: 44, City: `Tsawassen`, Country: `Canada`, Fax: `(604) 555-3745`, HireDate: `2014-04-04`, ID: 14, Name: `Laurence Johnson`, ParentID: 4, Phone: `(604) 555-4729`, PostalCode: 19000, Title: `Director`, LastName: `Johnson`, FullAddress: `23 Tsawassen Blvd., Tsawassen, Canada` }), + new EmployeesFlatDetailsItem({ Address: `Fauntleroy Circus`, Age: 25, City: `London`, Country: `UK`, Fax: `(125) 555-3798`, HireDate: `2017-11-9`, ID: 5, Name: `Elizabeth Richards`, ParentID: 4, Phone: `(171) 555-1212`, PostalCode: 30000, Title: `Vice President`, LastName: `Richards`, FullAddress: `Fauntleroy Circus, London, UK` }), + new EmployeesFlatDetailsItem({ Address: `Cerrito 333`, Age: 39, City: `Buenos Aires`, Country: `Argentina`, Fax: `(121) 135-4892`, HireDate: `2010-03-22`, ID: 13, Name: `Trevor Ashworth`, ParentID: 5, Phone: `(1) 135-5555`, PostalCode: 1010, Title: `Director`, LastName: `Ashworth`, FullAddress: `Cerrito 333, Buenos Aires, Argentina` }), + new EmployeesFlatDetailsItem({ Address: `Sierras de Granada 9993`, Age: 44, City: `México D.F.`, Country: `Mexico`, Fax: `(153) 555-7293`, HireDate: `2014-04-04`, ID: 17, Name: `Antonio Moreno`, ParentID: 18, Phone: `(5) 555-3392`, PostalCode: 5022, Title: `Senior Accountant`, LastName: `Moreno`, FullAddress: `Sierras de Granada 9993, México D.F., Mexico` }), + new EmployeesFlatDetailsItem({ Address: `Hauptstr. 29`, Age: 50, City: `Sao Paulo`, Country: `Brazil`, Fax: `(531) 555-6691`, HireDate: `2007-11-18`, ID: 7, Name: `Pedro Rodriguez`, ParentID: 10, Phone: `0452-076545`, PostalCode: 3012, Title: `Senior Localization Developer`, LastName: `Rodriguez`, FullAddress: `Hauptstr. 29, Sao Paulo, Brazil` }), + new EmployeesFlatDetailsItem({ Address: `Av. dos Lusíadas, 23`, Age: 27, City: `Bern`, Country: `Switzerland`, Fax: `(271) 335-357`, HireDate: `2016-02-19`, ID: 8, Name: `Casey Harper`, ParentID: 10, Phone: `(11) 555-7647`, PostalCode: 40000, Title: `Senior Localization`, LastName: `Harper`, FullAddress: `Av. dos Lusíadas, 23, Bern, Switzerland` }), + new EmployeesFlatDetailsItem({ Address: `Berkeley Gardens 12`, Age: 25, City: `London`, Country: `UK`, Fax: `(171) 555-9199`, HireDate: `2017-11-09`, ID: 15, Name: `Patricia Simpson`, ParentID: 7, Phone: `(171) 555-2282`, PostalCode: 26000, Title: `Localization Intern`, LastName: `Simpson`, FullAddress: `Berkeley Gardens 12, London, UK` }), + new EmployeesFlatDetailsItem({ Address: `Walserweg 21`, Age: 39, City: `Aachen`, Country: `Germany`, Fax: `0241-059428`, HireDate: `2010-03-22`, ID: 9, Name: `Francisco Chang`, ParentID: 7, Phone: `0241-039123`, PostalCode: 52066, Title: `Localization Intern`, LastName: `Chang`, FullAddress: `Walserweg 21, Aachen, Germany` }), + new EmployeesFlatDetailsItem({ Address: `35 King George`, Age: 25, City: `London`, Country: `UK`, Fax: `(171) 555-3373`, HireDate: `2018-03-18`, ID: 16, Name: `Peter Lewis`, ParentID: 7, Phone: `(171) 555-0297`, PostalCode: 48000, Title: `Localization Intern`, LastName: `Lewis`, FullAddress: `35 King George, London, UK` }), ]; super(...newItems.slice(0)); } diff --git a/samples/grids/tree-grid/column-collapsible-groups/src/EmployeesFlatDetails.ts b/samples/grids/tree-grid/column-collapsible-groups/src/EmployeesFlatDetails.ts index 8d666c3324..3d9e9f57d5 100644 --- a/samples/grids/tree-grid/column-collapsible-groups/src/EmployeesFlatDetails.ts +++ b/samples/grids/tree-grid/column-collapsible-groups/src/EmployeesFlatDetails.ts @@ -25,312 +25,24 @@ export class EmployeesFlatDetails extends Array { super(...items); } else { const newItems = [ - new EmployeesFlatDetailsItem( - { - Address: `Obere Str. 57`, - Age: 55, - City: `Berlin`, - Country: `Germany`, - Fax: `030-0076545`, - HireDate: `2008-03-20`, - ID: 1, - Name: `Johnathan Winchester`, - ParentID: -1, - Phone: `030-0074321`, - PostalCode: 12209, - Title: `Development Manager`, - LastName: `Winchester`, - FullAddress: `Obere Str. 57, Berlin, Germany` - }), - new EmployeesFlatDetailsItem( - { - Address: `Avda. de la Constitución 2222`, - Age: 42, - City: `México D.F.`, - Country: `Mexico`, - Fax: `(51) 555-3745`, - HireDate: `2014-01-22`, - ID: 4, - Name: `Ana Sanders`, - ParentID: -1, - Phone: `(5) 555-4729`, - PostalCode: 5021, - Title: `CEO`, - LastName: `Sanders`, - FullAddress: `Avda. de la Constitución 2222, México D.F., Mexico` - }), - new EmployeesFlatDetailsItem( - { - Address: `Mataderos 2312`, - Age: 49, - City: `México D.F.`, - Country: `Mexico`, - Fax: `(5) 555-3995`, - HireDate: `2014-01-22`, - ID: 18, - Name: `Victoria Lincoln`, - ParentID: -1, - Phone: `(5) 555-3932`, - PostalCode: 5023, - Title: `Accounting Manager`, - LastName: `Lincoln`, - FullAddress: `Mataderos 2312, México D.F., Mexico` - }), - new EmployeesFlatDetailsItem( - { - Address: `120 Hanover Sq.`, - Age: 61, - City: `London`, - Country: `UK`, - Fax: `(171) 555-6750`, - HireDate: `2010-01-01`, - ID: 10, - Name: `Yang Wang`, - ParentID: -1, - Phone: `(171) 555-7788`, - PostalCode: 39000, - Title: `Localization Manager`, - LastName: `Wang`, - FullAddress: `120 Hanover Sq., London, UK` - }), - new EmployeesFlatDetailsItem( - { - Address: `Berguvsvägen 8`, - Age: 43, - City: `Luleå`, - Country: `Sweden`, - Fax: `0921-12 34 67`, - HireDate: `2011-06-03`, - ID: 3, - Name: `Michael Burke`, - ParentID: 1, - Phone: `0921-12 34 65`, - PostalCode: 29000, - Title: `Senior Software Developer`, - LastName: `Burke`, - FullAddress: `Berguvsvägen 8, Luleå, Sweden` - }), - new EmployeesFlatDetailsItem( - { - Address: `Forsterstr. 57`, - Age: 29, - City: `Mannheim`, - Country: `Germany`, - Fax: `0621-08924`, - HireDate: `2009-06-19`, - ID: 2, - Name: `Thomas Anderson`, - ParentID: 1, - Phone: `0621-08460`, - PostalCode: 68306, - Title: `Senior Software Developer`, - LastName: `Anderson`, - FullAddress: `Forsterstr. 57, Mannheim, Germany` - }), - new EmployeesFlatDetailsItem( - { - Address: `24, place Kléber`, - Age: 31, - City: `Strasbourg`, - Country: `France`, - Fax: `88.60.15.32`, - HireDate: `2014-08-18`, - ID: 11, - Name: `Monica Reyes`, - ParentID: 1, - Phone: `88.60.15.31`, - PostalCode: 67000, - Title: `Software Development Team Lead`, - LastName: `Reyes`, - FullAddress: `24, place Kléber, Strasbourg, France` - }), - new EmployeesFlatDetailsItem( - { - Address: `C/ Araquil, 67`, - Age: 35, - City: `Madrid`, - Country: `Spain`, - Fax: `(911) 555 91 99`, - HireDate: `2015-09-17`, - ID: 6, - Name: `Roland Mendel`, - ParentID: 11, - Phone: `(91) 555 22 82`, - PostalCode: 28023, - Title: `Senior Software Developer`, - LastName: `Mendel`, - FullAddress: `C/ Araquil, 67, Madrid, Spain` - }), - new EmployeesFlatDetailsItem( - { - Address: `12, rue des Bouchers`, - Age: 44, - City: `Marseille`, - Country: `France`, - Fax: `91.24.45.41`, - HireDate: `2009-10-11`, - ID: 12, - Name: `Sven Cooper`, - ParentID: 11, - Phone: `91.24.45.40`, - PostalCode: 13008, - Title: `Senior Software Developer`, - LastName: `Cooper`, - FullAddress: `12, rue des Bouchers, Marseille, France` - }), - new EmployeesFlatDetailsItem( - { - Address: `23 Tsawassen Blvd.`, - Age: 44, - City: `Tsawassen`, - Country: `Canada`, - Fax: `(604) 555-3745`, - HireDate: `2014-04-04`, - ID: 14, - Name: `Laurence Johnson`, - ParentID: 4, - Phone: `(604) 555-4729`, - PostalCode: 19000, - Title: `Director`, - LastName: `Johnson`, - FullAddress: `23 Tsawassen Blvd., Tsawassen, Canada` - }), - new EmployeesFlatDetailsItem( - { - Address: `Fauntleroy Circus`, - Age: 25, - City: `London`, - Country: `UK`, - Fax: `(125) 555-3798`, - HireDate: `2017-11-9`, - ID: 5, - Name: `Elizabeth Richards`, - ParentID: 4, - Phone: `(171) 555-1212`, - PostalCode: 30000, - Title: `Vice President`, - LastName: `Richards`, - FullAddress: `Fauntleroy Circus, London, UK` - }), - new EmployeesFlatDetailsItem( - { - Address: `Cerrito 333`, - Age: 39, - City: `Buenos Aires`, - Country: `Argentina`, - Fax: `(121) 135-4892`, - HireDate: `2010-03-22`, - ID: 13, - Name: `Trevor Ashworth`, - ParentID: 5, - Phone: `(1) 135-5555`, - PostalCode: 1010, - Title: `Director`, - LastName: `Ashworth`, - FullAddress: `Cerrito 333, Buenos Aires, Argentina` - }), - new EmployeesFlatDetailsItem( - { - Address: `Sierras de Granada 9993`, - Age: 44, - City: `México D.F.`, - Country: `Mexico`, - Fax: `(153) 555-7293`, - HireDate: `2014-04-04`, - ID: 17, - Name: `Antonio Moreno`, - ParentID: 18, - Phone: `(5) 555-3392`, - PostalCode: 5022, - Title: `Senior Accountant`, - LastName: `Moreno`, - FullAddress: `Sierras de Granada 9993, México D.F., Mexico` - }), - new EmployeesFlatDetailsItem( - { - Address: `Hauptstr. 29`, - Age: 50, - City: `Sao Paulo`, - Country: `Brazil`, - Fax: `(531) 555-6691`, - HireDate: `2007-11-18`, - ID: 7, - Name: `Pedro Rodriguez`, - ParentID: 10, - Phone: `0452-076545`, - PostalCode: 3012, - Title: `Senior Localization Developer`, - LastName: `Rodriguez`, - FullAddress: `Hauptstr. 29, Sao Paulo, Brazil` - }), - new EmployeesFlatDetailsItem( - { - Address: `Av. dos Lusíadas, 23`, - Age: 27, - City: `Bern`, - Country: `Switzerland`, - Fax: `(271) 335-357`, - HireDate: `2016-02-19`, - ID: 8, - Name: `Casey Harper`, - ParentID: 10, - Phone: `(11) 555-7647`, - PostalCode: 40000, - Title: `Senior Localization`, - LastName: `Harper`, - FullAddress: `Av. dos Lusíadas, 23, Bern, Switzerland` - }), - new EmployeesFlatDetailsItem( - { - Address: `Berkeley Gardens 12`, - Age: 25, - City: `London`, - Country: `UK`, - Fax: `(171) 555-9199`, - HireDate: `2017-11-09`, - ID: 15, - Name: `Patricia Simpson`, - ParentID: 7, - Phone: `(171) 555-2282`, - PostalCode: 26000, - Title: `Localization Intern`, - LastName: `Simpson`, - FullAddress: `Berkeley Gardens 12, London, UK` - }), - new EmployeesFlatDetailsItem( - { - Address: `Walserweg 21`, - Age: 39, - City: `Aachen`, - Country: `Germany`, - Fax: `0241-059428`, - HireDate: `2010-03-22`, - ID: 9, - Name: `Francisco Chang`, - ParentID: 7, - Phone: `0241-039123`, - PostalCode: 52066, - Title: `Localization Intern`, - LastName: `Chang`, - FullAddress: `Walserweg 21, Aachen, Germany` - }), - new EmployeesFlatDetailsItem( - { - Address: `35 King George`, - Age: 25, - City: `London`, - Country: `UK`, - Fax: `(171) 555-3373`, - HireDate: `2018-03-18`, - ID: 16, - Name: `Peter Lewis`, - ParentID: 7, - Phone: `(171) 555-0297`, - PostalCode: 48000, - Title: `Localization Intern`, - LastName: `Lewis`, - FullAddress: `35 King George, London, UK` - }), + new EmployeesFlatDetailsItem({ Address: `Obere Str. 57`, Age: 55, City: `Berlin`, Country: `Germany`, Fax: `030-0076545`, HireDate: `2008-03-20`, ID: 1, Name: `Johnathan Winchester`, ParentID: -1, Phone: `030-0074321`, PostalCode: 12209, Title: `Development Manager`, LastName: `Winchester`, FullAddress: `Obere Str. 57, Berlin, Germany` }), + new EmployeesFlatDetailsItem({ Address: `Avda. de la Constitución 2222`, Age: 42, City: `México D.F.`, Country: `Mexico`, Fax: `(51) 555-3745`, HireDate: `2014-01-22`, ID: 4, Name: `Ana Sanders`, ParentID: -1, Phone: `(5) 555-4729`, PostalCode: 5021, Title: `CEO`, LastName: `Sanders`, FullAddress: `Avda. de la Constitución 2222, México D.F., Mexico` }), + new EmployeesFlatDetailsItem({ Address: `Mataderos 2312`, Age: 49, City: `México D.F.`, Country: `Mexico`, Fax: `(5) 555-3995`, HireDate: `2014-01-22`, ID: 18, Name: `Victoria Lincoln`, ParentID: -1, Phone: `(5) 555-3932`, PostalCode: 5023, Title: `Accounting Manager`, LastName: `Lincoln`, FullAddress: `Mataderos 2312, México D.F., Mexico` }), + new EmployeesFlatDetailsItem({ Address: `120 Hanover Sq.`, Age: 61, City: `London`, Country: `UK`, Fax: `(171) 555-6750`, HireDate: `2010-01-01`, ID: 10, Name: `Yang Wang`, ParentID: -1, Phone: `(171) 555-7788`, PostalCode: 39000, Title: `Localization Manager`, LastName: `Wang`, FullAddress: `120 Hanover Sq., London, UK` }), + new EmployeesFlatDetailsItem({ Address: `Berguvsvägen 8`, Age: 43, City: `Luleå`, Country: `Sweden`, Fax: `0921-12 34 67`, HireDate: `2011-06-03`, ID: 3, Name: `Michael Burke`, ParentID: 1, Phone: `0921-12 34 65`, PostalCode: 29000, Title: `Senior Software Developer`, LastName: `Burke`, FullAddress: `Berguvsvägen 8, Luleå, Sweden` }), + new EmployeesFlatDetailsItem({ Address: `Forsterstr. 57`, Age: 29, City: `Mannheim`, Country: `Germany`, Fax: `0621-08924`, HireDate: `2009-06-19`, ID: 2, Name: `Thomas Anderson`, ParentID: 1, Phone: `0621-08460`, PostalCode: 68306, Title: `Senior Software Developer`, LastName: `Anderson`, FullAddress: `Forsterstr. 57, Mannheim, Germany` }), + new EmployeesFlatDetailsItem({ Address: `24, place Kléber`, Age: 31, City: `Strasbourg`, Country: `France`, Fax: `88.60.15.32`, HireDate: `2014-08-18`, ID: 11, Name: `Monica Reyes`, ParentID: 1, Phone: `88.60.15.31`, PostalCode: 67000, Title: `Software Development Team Lead`, LastName: `Reyes`, FullAddress: `24, place Kléber, Strasbourg, France` }), + new EmployeesFlatDetailsItem({ Address: `C/ Araquil, 67`, Age: 35, City: `Madrid`, Country: `Spain`, Fax: `(911) 555 91 99`, HireDate: `2015-09-17`, ID: 6, Name: `Roland Mendel`, ParentID: 11, Phone: `(91) 555 22 82`, PostalCode: 28023, Title: `Senior Software Developer`, LastName: `Mendel`, FullAddress: `C/ Araquil, 67, Madrid, Spain` }), + new EmployeesFlatDetailsItem({ Address: `12, rue des Bouchers`, Age: 44, City: `Marseille`, Country: `France`, Fax: `91.24.45.41`, HireDate: `2009-10-11`, ID: 12, Name: `Sven Cooper`, ParentID: 11, Phone: `91.24.45.40`, PostalCode: 13008, Title: `Senior Software Developer`, LastName: `Cooper`, FullAddress: `12, rue des Bouchers, Marseille, France` }), + new EmployeesFlatDetailsItem({ Address: `23 Tsawassen Blvd.`, Age: 44, City: `Tsawassen`, Country: `Canada`, Fax: `(604) 555-3745`, HireDate: `2014-04-04`, ID: 14, Name: `Laurence Johnson`, ParentID: 4, Phone: `(604) 555-4729`, PostalCode: 19000, Title: `Director`, LastName: `Johnson`, FullAddress: `23 Tsawassen Blvd., Tsawassen, Canada` }), + new EmployeesFlatDetailsItem({ Address: `Fauntleroy Circus`, Age: 25, City: `London`, Country: `UK`, Fax: `(125) 555-3798`, HireDate: `2017-11-9`, ID: 5, Name: `Elizabeth Richards`, ParentID: 4, Phone: `(171) 555-1212`, PostalCode: 30000, Title: `Vice President`, LastName: `Richards`, FullAddress: `Fauntleroy Circus, London, UK` }), + new EmployeesFlatDetailsItem({ Address: `Cerrito 333`, Age: 39, City: `Buenos Aires`, Country: `Argentina`, Fax: `(121) 135-4892`, HireDate: `2010-03-22`, ID: 13, Name: `Trevor Ashworth`, ParentID: 5, Phone: `(1) 135-5555`, PostalCode: 1010, Title: `Director`, LastName: `Ashworth`, FullAddress: `Cerrito 333, Buenos Aires, Argentina` }), + new EmployeesFlatDetailsItem({ Address: `Sierras de Granada 9993`, Age: 44, City: `México D.F.`, Country: `Mexico`, Fax: `(153) 555-7293`, HireDate: `2014-04-04`, ID: 17, Name: `Antonio Moreno`, ParentID: 18, Phone: `(5) 555-3392`, PostalCode: 5022, Title: `Senior Accountant`, LastName: `Moreno`, FullAddress: `Sierras de Granada 9993, México D.F., Mexico` }), + new EmployeesFlatDetailsItem({ Address: `Hauptstr. 29`, Age: 50, City: `Sao Paulo`, Country: `Brazil`, Fax: `(531) 555-6691`, HireDate: `2007-11-18`, ID: 7, Name: `Pedro Rodriguez`, ParentID: 10, Phone: `0452-076545`, PostalCode: 3012, Title: `Senior Localization Developer`, LastName: `Rodriguez`, FullAddress: `Hauptstr. 29, Sao Paulo, Brazil` }), + new EmployeesFlatDetailsItem({ Address: `Av. dos Lusíadas, 23`, Age: 27, City: `Bern`, Country: `Switzerland`, Fax: `(271) 335-357`, HireDate: `2016-02-19`, ID: 8, Name: `Casey Harper`, ParentID: 10, Phone: `(11) 555-7647`, PostalCode: 40000, Title: `Senior Localization`, LastName: `Harper`, FullAddress: `Av. dos Lusíadas, 23, Bern, Switzerland` }), + new EmployeesFlatDetailsItem({ Address: `Berkeley Gardens 12`, Age: 25, City: `London`, Country: `UK`, Fax: `(171) 555-9199`, HireDate: `2017-11-09`, ID: 15, Name: `Patricia Simpson`, ParentID: 7, Phone: `(171) 555-2282`, PostalCode: 26000, Title: `Localization Intern`, LastName: `Simpson`, FullAddress: `Berkeley Gardens 12, London, UK` }), + new EmployeesFlatDetailsItem({ Address: `Walserweg 21`, Age: 39, City: `Aachen`, Country: `Germany`, Fax: `0241-059428`, HireDate: `2010-03-22`, ID: 9, Name: `Francisco Chang`, ParentID: 7, Phone: `0241-039123`, PostalCode: 52066, Title: `Localization Intern`, LastName: `Chang`, FullAddress: `Walserweg 21, Aachen, Germany` }), + new EmployeesFlatDetailsItem({ Address: `35 King George`, Age: 25, City: `London`, Country: `UK`, Fax: `(171) 555-3373`, HireDate: `2018-03-18`, ID: 16, Name: `Peter Lewis`, ParentID: 7, Phone: `(171) 555-0297`, PostalCode: 48000, Title: `Localization Intern`, LastName: `Lewis`, FullAddress: `35 King George, London, UK` }), ]; super(...newItems.slice(0)); } diff --git a/samples/grids/tree-grid/column-hiding-toolbar-style/src/EmployeesFlatDetails.ts b/samples/grids/tree-grid/column-hiding-toolbar-style/src/EmployeesFlatDetails.ts index 8d666c3324..3d9e9f57d5 100644 --- a/samples/grids/tree-grid/column-hiding-toolbar-style/src/EmployeesFlatDetails.ts +++ b/samples/grids/tree-grid/column-hiding-toolbar-style/src/EmployeesFlatDetails.ts @@ -25,312 +25,24 @@ export class EmployeesFlatDetails extends Array { super(...items); } else { const newItems = [ - new EmployeesFlatDetailsItem( - { - Address: `Obere Str. 57`, - Age: 55, - City: `Berlin`, - Country: `Germany`, - Fax: `030-0076545`, - HireDate: `2008-03-20`, - ID: 1, - Name: `Johnathan Winchester`, - ParentID: -1, - Phone: `030-0074321`, - PostalCode: 12209, - Title: `Development Manager`, - LastName: `Winchester`, - FullAddress: `Obere Str. 57, Berlin, Germany` - }), - new EmployeesFlatDetailsItem( - { - Address: `Avda. de la Constitución 2222`, - Age: 42, - City: `México D.F.`, - Country: `Mexico`, - Fax: `(51) 555-3745`, - HireDate: `2014-01-22`, - ID: 4, - Name: `Ana Sanders`, - ParentID: -1, - Phone: `(5) 555-4729`, - PostalCode: 5021, - Title: `CEO`, - LastName: `Sanders`, - FullAddress: `Avda. de la Constitución 2222, México D.F., Mexico` - }), - new EmployeesFlatDetailsItem( - { - Address: `Mataderos 2312`, - Age: 49, - City: `México D.F.`, - Country: `Mexico`, - Fax: `(5) 555-3995`, - HireDate: `2014-01-22`, - ID: 18, - Name: `Victoria Lincoln`, - ParentID: -1, - Phone: `(5) 555-3932`, - PostalCode: 5023, - Title: `Accounting Manager`, - LastName: `Lincoln`, - FullAddress: `Mataderos 2312, México D.F., Mexico` - }), - new EmployeesFlatDetailsItem( - { - Address: `120 Hanover Sq.`, - Age: 61, - City: `London`, - Country: `UK`, - Fax: `(171) 555-6750`, - HireDate: `2010-01-01`, - ID: 10, - Name: `Yang Wang`, - ParentID: -1, - Phone: `(171) 555-7788`, - PostalCode: 39000, - Title: `Localization Manager`, - LastName: `Wang`, - FullAddress: `120 Hanover Sq., London, UK` - }), - new EmployeesFlatDetailsItem( - { - Address: `Berguvsvägen 8`, - Age: 43, - City: `Luleå`, - Country: `Sweden`, - Fax: `0921-12 34 67`, - HireDate: `2011-06-03`, - ID: 3, - Name: `Michael Burke`, - ParentID: 1, - Phone: `0921-12 34 65`, - PostalCode: 29000, - Title: `Senior Software Developer`, - LastName: `Burke`, - FullAddress: `Berguvsvägen 8, Luleå, Sweden` - }), - new EmployeesFlatDetailsItem( - { - Address: `Forsterstr. 57`, - Age: 29, - City: `Mannheim`, - Country: `Germany`, - Fax: `0621-08924`, - HireDate: `2009-06-19`, - ID: 2, - Name: `Thomas Anderson`, - ParentID: 1, - Phone: `0621-08460`, - PostalCode: 68306, - Title: `Senior Software Developer`, - LastName: `Anderson`, - FullAddress: `Forsterstr. 57, Mannheim, Germany` - }), - new EmployeesFlatDetailsItem( - { - Address: `24, place Kléber`, - Age: 31, - City: `Strasbourg`, - Country: `France`, - Fax: `88.60.15.32`, - HireDate: `2014-08-18`, - ID: 11, - Name: `Monica Reyes`, - ParentID: 1, - Phone: `88.60.15.31`, - PostalCode: 67000, - Title: `Software Development Team Lead`, - LastName: `Reyes`, - FullAddress: `24, place Kléber, Strasbourg, France` - }), - new EmployeesFlatDetailsItem( - { - Address: `C/ Araquil, 67`, - Age: 35, - City: `Madrid`, - Country: `Spain`, - Fax: `(911) 555 91 99`, - HireDate: `2015-09-17`, - ID: 6, - Name: `Roland Mendel`, - ParentID: 11, - Phone: `(91) 555 22 82`, - PostalCode: 28023, - Title: `Senior Software Developer`, - LastName: `Mendel`, - FullAddress: `C/ Araquil, 67, Madrid, Spain` - }), - new EmployeesFlatDetailsItem( - { - Address: `12, rue des Bouchers`, - Age: 44, - City: `Marseille`, - Country: `France`, - Fax: `91.24.45.41`, - HireDate: `2009-10-11`, - ID: 12, - Name: `Sven Cooper`, - ParentID: 11, - Phone: `91.24.45.40`, - PostalCode: 13008, - Title: `Senior Software Developer`, - LastName: `Cooper`, - FullAddress: `12, rue des Bouchers, Marseille, France` - }), - new EmployeesFlatDetailsItem( - { - Address: `23 Tsawassen Blvd.`, - Age: 44, - City: `Tsawassen`, - Country: `Canada`, - Fax: `(604) 555-3745`, - HireDate: `2014-04-04`, - ID: 14, - Name: `Laurence Johnson`, - ParentID: 4, - Phone: `(604) 555-4729`, - PostalCode: 19000, - Title: `Director`, - LastName: `Johnson`, - FullAddress: `23 Tsawassen Blvd., Tsawassen, Canada` - }), - new EmployeesFlatDetailsItem( - { - Address: `Fauntleroy Circus`, - Age: 25, - City: `London`, - Country: `UK`, - Fax: `(125) 555-3798`, - HireDate: `2017-11-9`, - ID: 5, - Name: `Elizabeth Richards`, - ParentID: 4, - Phone: `(171) 555-1212`, - PostalCode: 30000, - Title: `Vice President`, - LastName: `Richards`, - FullAddress: `Fauntleroy Circus, London, UK` - }), - new EmployeesFlatDetailsItem( - { - Address: `Cerrito 333`, - Age: 39, - City: `Buenos Aires`, - Country: `Argentina`, - Fax: `(121) 135-4892`, - HireDate: `2010-03-22`, - ID: 13, - Name: `Trevor Ashworth`, - ParentID: 5, - Phone: `(1) 135-5555`, - PostalCode: 1010, - Title: `Director`, - LastName: `Ashworth`, - FullAddress: `Cerrito 333, Buenos Aires, Argentina` - }), - new EmployeesFlatDetailsItem( - { - Address: `Sierras de Granada 9993`, - Age: 44, - City: `México D.F.`, - Country: `Mexico`, - Fax: `(153) 555-7293`, - HireDate: `2014-04-04`, - ID: 17, - Name: `Antonio Moreno`, - ParentID: 18, - Phone: `(5) 555-3392`, - PostalCode: 5022, - Title: `Senior Accountant`, - LastName: `Moreno`, - FullAddress: `Sierras de Granada 9993, México D.F., Mexico` - }), - new EmployeesFlatDetailsItem( - { - Address: `Hauptstr. 29`, - Age: 50, - City: `Sao Paulo`, - Country: `Brazil`, - Fax: `(531) 555-6691`, - HireDate: `2007-11-18`, - ID: 7, - Name: `Pedro Rodriguez`, - ParentID: 10, - Phone: `0452-076545`, - PostalCode: 3012, - Title: `Senior Localization Developer`, - LastName: `Rodriguez`, - FullAddress: `Hauptstr. 29, Sao Paulo, Brazil` - }), - new EmployeesFlatDetailsItem( - { - Address: `Av. dos Lusíadas, 23`, - Age: 27, - City: `Bern`, - Country: `Switzerland`, - Fax: `(271) 335-357`, - HireDate: `2016-02-19`, - ID: 8, - Name: `Casey Harper`, - ParentID: 10, - Phone: `(11) 555-7647`, - PostalCode: 40000, - Title: `Senior Localization`, - LastName: `Harper`, - FullAddress: `Av. dos Lusíadas, 23, Bern, Switzerland` - }), - new EmployeesFlatDetailsItem( - { - Address: `Berkeley Gardens 12`, - Age: 25, - City: `London`, - Country: `UK`, - Fax: `(171) 555-9199`, - HireDate: `2017-11-09`, - ID: 15, - Name: `Patricia Simpson`, - ParentID: 7, - Phone: `(171) 555-2282`, - PostalCode: 26000, - Title: `Localization Intern`, - LastName: `Simpson`, - FullAddress: `Berkeley Gardens 12, London, UK` - }), - new EmployeesFlatDetailsItem( - { - Address: `Walserweg 21`, - Age: 39, - City: `Aachen`, - Country: `Germany`, - Fax: `0241-059428`, - HireDate: `2010-03-22`, - ID: 9, - Name: `Francisco Chang`, - ParentID: 7, - Phone: `0241-039123`, - PostalCode: 52066, - Title: `Localization Intern`, - LastName: `Chang`, - FullAddress: `Walserweg 21, Aachen, Germany` - }), - new EmployeesFlatDetailsItem( - { - Address: `35 King George`, - Age: 25, - City: `London`, - Country: `UK`, - Fax: `(171) 555-3373`, - HireDate: `2018-03-18`, - ID: 16, - Name: `Peter Lewis`, - ParentID: 7, - Phone: `(171) 555-0297`, - PostalCode: 48000, - Title: `Localization Intern`, - LastName: `Lewis`, - FullAddress: `35 King George, London, UK` - }), + new EmployeesFlatDetailsItem({ Address: `Obere Str. 57`, Age: 55, City: `Berlin`, Country: `Germany`, Fax: `030-0076545`, HireDate: `2008-03-20`, ID: 1, Name: `Johnathan Winchester`, ParentID: -1, Phone: `030-0074321`, PostalCode: 12209, Title: `Development Manager`, LastName: `Winchester`, FullAddress: `Obere Str. 57, Berlin, Germany` }), + new EmployeesFlatDetailsItem({ Address: `Avda. de la Constitución 2222`, Age: 42, City: `México D.F.`, Country: `Mexico`, Fax: `(51) 555-3745`, HireDate: `2014-01-22`, ID: 4, Name: `Ana Sanders`, ParentID: -1, Phone: `(5) 555-4729`, PostalCode: 5021, Title: `CEO`, LastName: `Sanders`, FullAddress: `Avda. de la Constitución 2222, México D.F., Mexico` }), + new EmployeesFlatDetailsItem({ Address: `Mataderos 2312`, Age: 49, City: `México D.F.`, Country: `Mexico`, Fax: `(5) 555-3995`, HireDate: `2014-01-22`, ID: 18, Name: `Victoria Lincoln`, ParentID: -1, Phone: `(5) 555-3932`, PostalCode: 5023, Title: `Accounting Manager`, LastName: `Lincoln`, FullAddress: `Mataderos 2312, México D.F., Mexico` }), + new EmployeesFlatDetailsItem({ Address: `120 Hanover Sq.`, Age: 61, City: `London`, Country: `UK`, Fax: `(171) 555-6750`, HireDate: `2010-01-01`, ID: 10, Name: `Yang Wang`, ParentID: -1, Phone: `(171) 555-7788`, PostalCode: 39000, Title: `Localization Manager`, LastName: `Wang`, FullAddress: `120 Hanover Sq., London, UK` }), + new EmployeesFlatDetailsItem({ Address: `Berguvsvägen 8`, Age: 43, City: `Luleå`, Country: `Sweden`, Fax: `0921-12 34 67`, HireDate: `2011-06-03`, ID: 3, Name: `Michael Burke`, ParentID: 1, Phone: `0921-12 34 65`, PostalCode: 29000, Title: `Senior Software Developer`, LastName: `Burke`, FullAddress: `Berguvsvägen 8, Luleå, Sweden` }), + new EmployeesFlatDetailsItem({ Address: `Forsterstr. 57`, Age: 29, City: `Mannheim`, Country: `Germany`, Fax: `0621-08924`, HireDate: `2009-06-19`, ID: 2, Name: `Thomas Anderson`, ParentID: 1, Phone: `0621-08460`, PostalCode: 68306, Title: `Senior Software Developer`, LastName: `Anderson`, FullAddress: `Forsterstr. 57, Mannheim, Germany` }), + new EmployeesFlatDetailsItem({ Address: `24, place Kléber`, Age: 31, City: `Strasbourg`, Country: `France`, Fax: `88.60.15.32`, HireDate: `2014-08-18`, ID: 11, Name: `Monica Reyes`, ParentID: 1, Phone: `88.60.15.31`, PostalCode: 67000, Title: `Software Development Team Lead`, LastName: `Reyes`, FullAddress: `24, place Kléber, Strasbourg, France` }), + new EmployeesFlatDetailsItem({ Address: `C/ Araquil, 67`, Age: 35, City: `Madrid`, Country: `Spain`, Fax: `(911) 555 91 99`, HireDate: `2015-09-17`, ID: 6, Name: `Roland Mendel`, ParentID: 11, Phone: `(91) 555 22 82`, PostalCode: 28023, Title: `Senior Software Developer`, LastName: `Mendel`, FullAddress: `C/ Araquil, 67, Madrid, Spain` }), + new EmployeesFlatDetailsItem({ Address: `12, rue des Bouchers`, Age: 44, City: `Marseille`, Country: `France`, Fax: `91.24.45.41`, HireDate: `2009-10-11`, ID: 12, Name: `Sven Cooper`, ParentID: 11, Phone: `91.24.45.40`, PostalCode: 13008, Title: `Senior Software Developer`, LastName: `Cooper`, FullAddress: `12, rue des Bouchers, Marseille, France` }), + new EmployeesFlatDetailsItem({ Address: `23 Tsawassen Blvd.`, Age: 44, City: `Tsawassen`, Country: `Canada`, Fax: `(604) 555-3745`, HireDate: `2014-04-04`, ID: 14, Name: `Laurence Johnson`, ParentID: 4, Phone: `(604) 555-4729`, PostalCode: 19000, Title: `Director`, LastName: `Johnson`, FullAddress: `23 Tsawassen Blvd., Tsawassen, Canada` }), + new EmployeesFlatDetailsItem({ Address: `Fauntleroy Circus`, Age: 25, City: `London`, Country: `UK`, Fax: `(125) 555-3798`, HireDate: `2017-11-9`, ID: 5, Name: `Elizabeth Richards`, ParentID: 4, Phone: `(171) 555-1212`, PostalCode: 30000, Title: `Vice President`, LastName: `Richards`, FullAddress: `Fauntleroy Circus, London, UK` }), + new EmployeesFlatDetailsItem({ Address: `Cerrito 333`, Age: 39, City: `Buenos Aires`, Country: `Argentina`, Fax: `(121) 135-4892`, HireDate: `2010-03-22`, ID: 13, Name: `Trevor Ashworth`, ParentID: 5, Phone: `(1) 135-5555`, PostalCode: 1010, Title: `Director`, LastName: `Ashworth`, FullAddress: `Cerrito 333, Buenos Aires, Argentina` }), + new EmployeesFlatDetailsItem({ Address: `Sierras de Granada 9993`, Age: 44, City: `México D.F.`, Country: `Mexico`, Fax: `(153) 555-7293`, HireDate: `2014-04-04`, ID: 17, Name: `Antonio Moreno`, ParentID: 18, Phone: `(5) 555-3392`, PostalCode: 5022, Title: `Senior Accountant`, LastName: `Moreno`, FullAddress: `Sierras de Granada 9993, México D.F., Mexico` }), + new EmployeesFlatDetailsItem({ Address: `Hauptstr. 29`, Age: 50, City: `Sao Paulo`, Country: `Brazil`, Fax: `(531) 555-6691`, HireDate: `2007-11-18`, ID: 7, Name: `Pedro Rodriguez`, ParentID: 10, Phone: `0452-076545`, PostalCode: 3012, Title: `Senior Localization Developer`, LastName: `Rodriguez`, FullAddress: `Hauptstr. 29, Sao Paulo, Brazil` }), + new EmployeesFlatDetailsItem({ Address: `Av. dos Lusíadas, 23`, Age: 27, City: `Bern`, Country: `Switzerland`, Fax: `(271) 335-357`, HireDate: `2016-02-19`, ID: 8, Name: `Casey Harper`, ParentID: 10, Phone: `(11) 555-7647`, PostalCode: 40000, Title: `Senior Localization`, LastName: `Harper`, FullAddress: `Av. dos Lusíadas, 23, Bern, Switzerland` }), + new EmployeesFlatDetailsItem({ Address: `Berkeley Gardens 12`, Age: 25, City: `London`, Country: `UK`, Fax: `(171) 555-9199`, HireDate: `2017-11-09`, ID: 15, Name: `Patricia Simpson`, ParentID: 7, Phone: `(171) 555-2282`, PostalCode: 26000, Title: `Localization Intern`, LastName: `Simpson`, FullAddress: `Berkeley Gardens 12, London, UK` }), + new EmployeesFlatDetailsItem({ Address: `Walserweg 21`, Age: 39, City: `Aachen`, Country: `Germany`, Fax: `0241-059428`, HireDate: `2010-03-22`, ID: 9, Name: `Francisco Chang`, ParentID: 7, Phone: `0241-039123`, PostalCode: 52066, Title: `Localization Intern`, LastName: `Chang`, FullAddress: `Walserweg 21, Aachen, Germany` }), + new EmployeesFlatDetailsItem({ Address: `35 King George`, Age: 25, City: `London`, Country: `UK`, Fax: `(171) 555-3373`, HireDate: `2018-03-18`, ID: 16, Name: `Peter Lewis`, ParentID: 7, Phone: `(171) 555-0297`, PostalCode: 48000, Title: `Localization Intern`, LastName: `Lewis`, FullAddress: `35 King George, London, UK` }), ]; super(...newItems.slice(0)); } diff --git a/samples/grids/tree-grid/column-hiding-toolbar/src/EmployeesFlatDetails.ts b/samples/grids/tree-grid/column-hiding-toolbar/src/EmployeesFlatDetails.ts index 8d666c3324..3d9e9f57d5 100644 --- a/samples/grids/tree-grid/column-hiding-toolbar/src/EmployeesFlatDetails.ts +++ b/samples/grids/tree-grid/column-hiding-toolbar/src/EmployeesFlatDetails.ts @@ -25,312 +25,24 @@ export class EmployeesFlatDetails extends Array { super(...items); } else { const newItems = [ - new EmployeesFlatDetailsItem( - { - Address: `Obere Str. 57`, - Age: 55, - City: `Berlin`, - Country: `Germany`, - Fax: `030-0076545`, - HireDate: `2008-03-20`, - ID: 1, - Name: `Johnathan Winchester`, - ParentID: -1, - Phone: `030-0074321`, - PostalCode: 12209, - Title: `Development Manager`, - LastName: `Winchester`, - FullAddress: `Obere Str. 57, Berlin, Germany` - }), - new EmployeesFlatDetailsItem( - { - Address: `Avda. de la Constitución 2222`, - Age: 42, - City: `México D.F.`, - Country: `Mexico`, - Fax: `(51) 555-3745`, - HireDate: `2014-01-22`, - ID: 4, - Name: `Ana Sanders`, - ParentID: -1, - Phone: `(5) 555-4729`, - PostalCode: 5021, - Title: `CEO`, - LastName: `Sanders`, - FullAddress: `Avda. de la Constitución 2222, México D.F., Mexico` - }), - new EmployeesFlatDetailsItem( - { - Address: `Mataderos 2312`, - Age: 49, - City: `México D.F.`, - Country: `Mexico`, - Fax: `(5) 555-3995`, - HireDate: `2014-01-22`, - ID: 18, - Name: `Victoria Lincoln`, - ParentID: -1, - Phone: `(5) 555-3932`, - PostalCode: 5023, - Title: `Accounting Manager`, - LastName: `Lincoln`, - FullAddress: `Mataderos 2312, México D.F., Mexico` - }), - new EmployeesFlatDetailsItem( - { - Address: `120 Hanover Sq.`, - Age: 61, - City: `London`, - Country: `UK`, - Fax: `(171) 555-6750`, - HireDate: `2010-01-01`, - ID: 10, - Name: `Yang Wang`, - ParentID: -1, - Phone: `(171) 555-7788`, - PostalCode: 39000, - Title: `Localization Manager`, - LastName: `Wang`, - FullAddress: `120 Hanover Sq., London, UK` - }), - new EmployeesFlatDetailsItem( - { - Address: `Berguvsvägen 8`, - Age: 43, - City: `Luleå`, - Country: `Sweden`, - Fax: `0921-12 34 67`, - HireDate: `2011-06-03`, - ID: 3, - Name: `Michael Burke`, - ParentID: 1, - Phone: `0921-12 34 65`, - PostalCode: 29000, - Title: `Senior Software Developer`, - LastName: `Burke`, - FullAddress: `Berguvsvägen 8, Luleå, Sweden` - }), - new EmployeesFlatDetailsItem( - { - Address: `Forsterstr. 57`, - Age: 29, - City: `Mannheim`, - Country: `Germany`, - Fax: `0621-08924`, - HireDate: `2009-06-19`, - ID: 2, - Name: `Thomas Anderson`, - ParentID: 1, - Phone: `0621-08460`, - PostalCode: 68306, - Title: `Senior Software Developer`, - LastName: `Anderson`, - FullAddress: `Forsterstr. 57, Mannheim, Germany` - }), - new EmployeesFlatDetailsItem( - { - Address: `24, place Kléber`, - Age: 31, - City: `Strasbourg`, - Country: `France`, - Fax: `88.60.15.32`, - HireDate: `2014-08-18`, - ID: 11, - Name: `Monica Reyes`, - ParentID: 1, - Phone: `88.60.15.31`, - PostalCode: 67000, - Title: `Software Development Team Lead`, - LastName: `Reyes`, - FullAddress: `24, place Kléber, Strasbourg, France` - }), - new EmployeesFlatDetailsItem( - { - Address: `C/ Araquil, 67`, - Age: 35, - City: `Madrid`, - Country: `Spain`, - Fax: `(911) 555 91 99`, - HireDate: `2015-09-17`, - ID: 6, - Name: `Roland Mendel`, - ParentID: 11, - Phone: `(91) 555 22 82`, - PostalCode: 28023, - Title: `Senior Software Developer`, - LastName: `Mendel`, - FullAddress: `C/ Araquil, 67, Madrid, Spain` - }), - new EmployeesFlatDetailsItem( - { - Address: `12, rue des Bouchers`, - Age: 44, - City: `Marseille`, - Country: `France`, - Fax: `91.24.45.41`, - HireDate: `2009-10-11`, - ID: 12, - Name: `Sven Cooper`, - ParentID: 11, - Phone: `91.24.45.40`, - PostalCode: 13008, - Title: `Senior Software Developer`, - LastName: `Cooper`, - FullAddress: `12, rue des Bouchers, Marseille, France` - }), - new EmployeesFlatDetailsItem( - { - Address: `23 Tsawassen Blvd.`, - Age: 44, - City: `Tsawassen`, - Country: `Canada`, - Fax: `(604) 555-3745`, - HireDate: `2014-04-04`, - ID: 14, - Name: `Laurence Johnson`, - ParentID: 4, - Phone: `(604) 555-4729`, - PostalCode: 19000, - Title: `Director`, - LastName: `Johnson`, - FullAddress: `23 Tsawassen Blvd., Tsawassen, Canada` - }), - new EmployeesFlatDetailsItem( - { - Address: `Fauntleroy Circus`, - Age: 25, - City: `London`, - Country: `UK`, - Fax: `(125) 555-3798`, - HireDate: `2017-11-9`, - ID: 5, - Name: `Elizabeth Richards`, - ParentID: 4, - Phone: `(171) 555-1212`, - PostalCode: 30000, - Title: `Vice President`, - LastName: `Richards`, - FullAddress: `Fauntleroy Circus, London, UK` - }), - new EmployeesFlatDetailsItem( - { - Address: `Cerrito 333`, - Age: 39, - City: `Buenos Aires`, - Country: `Argentina`, - Fax: `(121) 135-4892`, - HireDate: `2010-03-22`, - ID: 13, - Name: `Trevor Ashworth`, - ParentID: 5, - Phone: `(1) 135-5555`, - PostalCode: 1010, - Title: `Director`, - LastName: `Ashworth`, - FullAddress: `Cerrito 333, Buenos Aires, Argentina` - }), - new EmployeesFlatDetailsItem( - { - Address: `Sierras de Granada 9993`, - Age: 44, - City: `México D.F.`, - Country: `Mexico`, - Fax: `(153) 555-7293`, - HireDate: `2014-04-04`, - ID: 17, - Name: `Antonio Moreno`, - ParentID: 18, - Phone: `(5) 555-3392`, - PostalCode: 5022, - Title: `Senior Accountant`, - LastName: `Moreno`, - FullAddress: `Sierras de Granada 9993, México D.F., Mexico` - }), - new EmployeesFlatDetailsItem( - { - Address: `Hauptstr. 29`, - Age: 50, - City: `Sao Paulo`, - Country: `Brazil`, - Fax: `(531) 555-6691`, - HireDate: `2007-11-18`, - ID: 7, - Name: `Pedro Rodriguez`, - ParentID: 10, - Phone: `0452-076545`, - PostalCode: 3012, - Title: `Senior Localization Developer`, - LastName: `Rodriguez`, - FullAddress: `Hauptstr. 29, Sao Paulo, Brazil` - }), - new EmployeesFlatDetailsItem( - { - Address: `Av. dos Lusíadas, 23`, - Age: 27, - City: `Bern`, - Country: `Switzerland`, - Fax: `(271) 335-357`, - HireDate: `2016-02-19`, - ID: 8, - Name: `Casey Harper`, - ParentID: 10, - Phone: `(11) 555-7647`, - PostalCode: 40000, - Title: `Senior Localization`, - LastName: `Harper`, - FullAddress: `Av. dos Lusíadas, 23, Bern, Switzerland` - }), - new EmployeesFlatDetailsItem( - { - Address: `Berkeley Gardens 12`, - Age: 25, - City: `London`, - Country: `UK`, - Fax: `(171) 555-9199`, - HireDate: `2017-11-09`, - ID: 15, - Name: `Patricia Simpson`, - ParentID: 7, - Phone: `(171) 555-2282`, - PostalCode: 26000, - Title: `Localization Intern`, - LastName: `Simpson`, - FullAddress: `Berkeley Gardens 12, London, UK` - }), - new EmployeesFlatDetailsItem( - { - Address: `Walserweg 21`, - Age: 39, - City: `Aachen`, - Country: `Germany`, - Fax: `0241-059428`, - HireDate: `2010-03-22`, - ID: 9, - Name: `Francisco Chang`, - ParentID: 7, - Phone: `0241-039123`, - PostalCode: 52066, - Title: `Localization Intern`, - LastName: `Chang`, - FullAddress: `Walserweg 21, Aachen, Germany` - }), - new EmployeesFlatDetailsItem( - { - Address: `35 King George`, - Age: 25, - City: `London`, - Country: `UK`, - Fax: `(171) 555-3373`, - HireDate: `2018-03-18`, - ID: 16, - Name: `Peter Lewis`, - ParentID: 7, - Phone: `(171) 555-0297`, - PostalCode: 48000, - Title: `Localization Intern`, - LastName: `Lewis`, - FullAddress: `35 King George, London, UK` - }), + new EmployeesFlatDetailsItem({ Address: `Obere Str. 57`, Age: 55, City: `Berlin`, Country: `Germany`, Fax: `030-0076545`, HireDate: `2008-03-20`, ID: 1, Name: `Johnathan Winchester`, ParentID: -1, Phone: `030-0074321`, PostalCode: 12209, Title: `Development Manager`, LastName: `Winchester`, FullAddress: `Obere Str. 57, Berlin, Germany` }), + new EmployeesFlatDetailsItem({ Address: `Avda. de la Constitución 2222`, Age: 42, City: `México D.F.`, Country: `Mexico`, Fax: `(51) 555-3745`, HireDate: `2014-01-22`, ID: 4, Name: `Ana Sanders`, ParentID: -1, Phone: `(5) 555-4729`, PostalCode: 5021, Title: `CEO`, LastName: `Sanders`, FullAddress: `Avda. de la Constitución 2222, México D.F., Mexico` }), + new EmployeesFlatDetailsItem({ Address: `Mataderos 2312`, Age: 49, City: `México D.F.`, Country: `Mexico`, Fax: `(5) 555-3995`, HireDate: `2014-01-22`, ID: 18, Name: `Victoria Lincoln`, ParentID: -1, Phone: `(5) 555-3932`, PostalCode: 5023, Title: `Accounting Manager`, LastName: `Lincoln`, FullAddress: `Mataderos 2312, México D.F., Mexico` }), + new EmployeesFlatDetailsItem({ Address: `120 Hanover Sq.`, Age: 61, City: `London`, Country: `UK`, Fax: `(171) 555-6750`, HireDate: `2010-01-01`, ID: 10, Name: `Yang Wang`, ParentID: -1, Phone: `(171) 555-7788`, PostalCode: 39000, Title: `Localization Manager`, LastName: `Wang`, FullAddress: `120 Hanover Sq., London, UK` }), + new EmployeesFlatDetailsItem({ Address: `Berguvsvägen 8`, Age: 43, City: `Luleå`, Country: `Sweden`, Fax: `0921-12 34 67`, HireDate: `2011-06-03`, ID: 3, Name: `Michael Burke`, ParentID: 1, Phone: `0921-12 34 65`, PostalCode: 29000, Title: `Senior Software Developer`, LastName: `Burke`, FullAddress: `Berguvsvägen 8, Luleå, Sweden` }), + new EmployeesFlatDetailsItem({ Address: `Forsterstr. 57`, Age: 29, City: `Mannheim`, Country: `Germany`, Fax: `0621-08924`, HireDate: `2009-06-19`, ID: 2, Name: `Thomas Anderson`, ParentID: 1, Phone: `0621-08460`, PostalCode: 68306, Title: `Senior Software Developer`, LastName: `Anderson`, FullAddress: `Forsterstr. 57, Mannheim, Germany` }), + new EmployeesFlatDetailsItem({ Address: `24, place Kléber`, Age: 31, City: `Strasbourg`, Country: `France`, Fax: `88.60.15.32`, HireDate: `2014-08-18`, ID: 11, Name: `Monica Reyes`, ParentID: 1, Phone: `88.60.15.31`, PostalCode: 67000, Title: `Software Development Team Lead`, LastName: `Reyes`, FullAddress: `24, place Kléber, Strasbourg, France` }), + new EmployeesFlatDetailsItem({ Address: `C/ Araquil, 67`, Age: 35, City: `Madrid`, Country: `Spain`, Fax: `(911) 555 91 99`, HireDate: `2015-09-17`, ID: 6, Name: `Roland Mendel`, ParentID: 11, Phone: `(91) 555 22 82`, PostalCode: 28023, Title: `Senior Software Developer`, LastName: `Mendel`, FullAddress: `C/ Araquil, 67, Madrid, Spain` }), + new EmployeesFlatDetailsItem({ Address: `12, rue des Bouchers`, Age: 44, City: `Marseille`, Country: `France`, Fax: `91.24.45.41`, HireDate: `2009-10-11`, ID: 12, Name: `Sven Cooper`, ParentID: 11, Phone: `91.24.45.40`, PostalCode: 13008, Title: `Senior Software Developer`, LastName: `Cooper`, FullAddress: `12, rue des Bouchers, Marseille, France` }), + new EmployeesFlatDetailsItem({ Address: `23 Tsawassen Blvd.`, Age: 44, City: `Tsawassen`, Country: `Canada`, Fax: `(604) 555-3745`, HireDate: `2014-04-04`, ID: 14, Name: `Laurence Johnson`, ParentID: 4, Phone: `(604) 555-4729`, PostalCode: 19000, Title: `Director`, LastName: `Johnson`, FullAddress: `23 Tsawassen Blvd., Tsawassen, Canada` }), + new EmployeesFlatDetailsItem({ Address: `Fauntleroy Circus`, Age: 25, City: `London`, Country: `UK`, Fax: `(125) 555-3798`, HireDate: `2017-11-9`, ID: 5, Name: `Elizabeth Richards`, ParentID: 4, Phone: `(171) 555-1212`, PostalCode: 30000, Title: `Vice President`, LastName: `Richards`, FullAddress: `Fauntleroy Circus, London, UK` }), + new EmployeesFlatDetailsItem({ Address: `Cerrito 333`, Age: 39, City: `Buenos Aires`, Country: `Argentina`, Fax: `(121) 135-4892`, HireDate: `2010-03-22`, ID: 13, Name: `Trevor Ashworth`, ParentID: 5, Phone: `(1) 135-5555`, PostalCode: 1010, Title: `Director`, LastName: `Ashworth`, FullAddress: `Cerrito 333, Buenos Aires, Argentina` }), + new EmployeesFlatDetailsItem({ Address: `Sierras de Granada 9993`, Age: 44, City: `México D.F.`, Country: `Mexico`, Fax: `(153) 555-7293`, HireDate: `2014-04-04`, ID: 17, Name: `Antonio Moreno`, ParentID: 18, Phone: `(5) 555-3392`, PostalCode: 5022, Title: `Senior Accountant`, LastName: `Moreno`, FullAddress: `Sierras de Granada 9993, México D.F., Mexico` }), + new EmployeesFlatDetailsItem({ Address: `Hauptstr. 29`, Age: 50, City: `Sao Paulo`, Country: `Brazil`, Fax: `(531) 555-6691`, HireDate: `2007-11-18`, ID: 7, Name: `Pedro Rodriguez`, ParentID: 10, Phone: `0452-076545`, PostalCode: 3012, Title: `Senior Localization Developer`, LastName: `Rodriguez`, FullAddress: `Hauptstr. 29, Sao Paulo, Brazil` }), + new EmployeesFlatDetailsItem({ Address: `Av. dos Lusíadas, 23`, Age: 27, City: `Bern`, Country: `Switzerland`, Fax: `(271) 335-357`, HireDate: `2016-02-19`, ID: 8, Name: `Casey Harper`, ParentID: 10, Phone: `(11) 555-7647`, PostalCode: 40000, Title: `Senior Localization`, LastName: `Harper`, FullAddress: `Av. dos Lusíadas, 23, Bern, Switzerland` }), + new EmployeesFlatDetailsItem({ Address: `Berkeley Gardens 12`, Age: 25, City: `London`, Country: `UK`, Fax: `(171) 555-9199`, HireDate: `2017-11-09`, ID: 15, Name: `Patricia Simpson`, ParentID: 7, Phone: `(171) 555-2282`, PostalCode: 26000, Title: `Localization Intern`, LastName: `Simpson`, FullAddress: `Berkeley Gardens 12, London, UK` }), + new EmployeesFlatDetailsItem({ Address: `Walserweg 21`, Age: 39, City: `Aachen`, Country: `Germany`, Fax: `0241-059428`, HireDate: `2010-03-22`, ID: 9, Name: `Francisco Chang`, ParentID: 7, Phone: `0241-039123`, PostalCode: 52066, Title: `Localization Intern`, LastName: `Chang`, FullAddress: `Walserweg 21, Aachen, Germany` }), + new EmployeesFlatDetailsItem({ Address: `35 King George`, Age: 25, City: `London`, Country: `UK`, Fax: `(171) 555-3373`, HireDate: `2018-03-18`, ID: 16, Name: `Peter Lewis`, ParentID: 7, Phone: `(171) 555-0297`, PostalCode: 48000, Title: `Localization Intern`, LastName: `Lewis`, FullAddress: `35 King George, London, UK` }), ]; super(...newItems.slice(0)); } diff --git a/samples/grids/tree-grid/column-moving-options/src/EmployeesFlatDetails.ts b/samples/grids/tree-grid/column-moving-options/src/EmployeesFlatDetails.ts index 8d666c3324..3d9e9f57d5 100644 --- a/samples/grids/tree-grid/column-moving-options/src/EmployeesFlatDetails.ts +++ b/samples/grids/tree-grid/column-moving-options/src/EmployeesFlatDetails.ts @@ -25,312 +25,24 @@ export class EmployeesFlatDetails extends Array { super(...items); } else { const newItems = [ - new EmployeesFlatDetailsItem( - { - Address: `Obere Str. 57`, - Age: 55, - City: `Berlin`, - Country: `Germany`, - Fax: `030-0076545`, - HireDate: `2008-03-20`, - ID: 1, - Name: `Johnathan Winchester`, - ParentID: -1, - Phone: `030-0074321`, - PostalCode: 12209, - Title: `Development Manager`, - LastName: `Winchester`, - FullAddress: `Obere Str. 57, Berlin, Germany` - }), - new EmployeesFlatDetailsItem( - { - Address: `Avda. de la Constitución 2222`, - Age: 42, - City: `México D.F.`, - Country: `Mexico`, - Fax: `(51) 555-3745`, - HireDate: `2014-01-22`, - ID: 4, - Name: `Ana Sanders`, - ParentID: -1, - Phone: `(5) 555-4729`, - PostalCode: 5021, - Title: `CEO`, - LastName: `Sanders`, - FullAddress: `Avda. de la Constitución 2222, México D.F., Mexico` - }), - new EmployeesFlatDetailsItem( - { - Address: `Mataderos 2312`, - Age: 49, - City: `México D.F.`, - Country: `Mexico`, - Fax: `(5) 555-3995`, - HireDate: `2014-01-22`, - ID: 18, - Name: `Victoria Lincoln`, - ParentID: -1, - Phone: `(5) 555-3932`, - PostalCode: 5023, - Title: `Accounting Manager`, - LastName: `Lincoln`, - FullAddress: `Mataderos 2312, México D.F., Mexico` - }), - new EmployeesFlatDetailsItem( - { - Address: `120 Hanover Sq.`, - Age: 61, - City: `London`, - Country: `UK`, - Fax: `(171) 555-6750`, - HireDate: `2010-01-01`, - ID: 10, - Name: `Yang Wang`, - ParentID: -1, - Phone: `(171) 555-7788`, - PostalCode: 39000, - Title: `Localization Manager`, - LastName: `Wang`, - FullAddress: `120 Hanover Sq., London, UK` - }), - new EmployeesFlatDetailsItem( - { - Address: `Berguvsvägen 8`, - Age: 43, - City: `Luleå`, - Country: `Sweden`, - Fax: `0921-12 34 67`, - HireDate: `2011-06-03`, - ID: 3, - Name: `Michael Burke`, - ParentID: 1, - Phone: `0921-12 34 65`, - PostalCode: 29000, - Title: `Senior Software Developer`, - LastName: `Burke`, - FullAddress: `Berguvsvägen 8, Luleå, Sweden` - }), - new EmployeesFlatDetailsItem( - { - Address: `Forsterstr. 57`, - Age: 29, - City: `Mannheim`, - Country: `Germany`, - Fax: `0621-08924`, - HireDate: `2009-06-19`, - ID: 2, - Name: `Thomas Anderson`, - ParentID: 1, - Phone: `0621-08460`, - PostalCode: 68306, - Title: `Senior Software Developer`, - LastName: `Anderson`, - FullAddress: `Forsterstr. 57, Mannheim, Germany` - }), - new EmployeesFlatDetailsItem( - { - Address: `24, place Kléber`, - Age: 31, - City: `Strasbourg`, - Country: `France`, - Fax: `88.60.15.32`, - HireDate: `2014-08-18`, - ID: 11, - Name: `Monica Reyes`, - ParentID: 1, - Phone: `88.60.15.31`, - PostalCode: 67000, - Title: `Software Development Team Lead`, - LastName: `Reyes`, - FullAddress: `24, place Kléber, Strasbourg, France` - }), - new EmployeesFlatDetailsItem( - { - Address: `C/ Araquil, 67`, - Age: 35, - City: `Madrid`, - Country: `Spain`, - Fax: `(911) 555 91 99`, - HireDate: `2015-09-17`, - ID: 6, - Name: `Roland Mendel`, - ParentID: 11, - Phone: `(91) 555 22 82`, - PostalCode: 28023, - Title: `Senior Software Developer`, - LastName: `Mendel`, - FullAddress: `C/ Araquil, 67, Madrid, Spain` - }), - new EmployeesFlatDetailsItem( - { - Address: `12, rue des Bouchers`, - Age: 44, - City: `Marseille`, - Country: `France`, - Fax: `91.24.45.41`, - HireDate: `2009-10-11`, - ID: 12, - Name: `Sven Cooper`, - ParentID: 11, - Phone: `91.24.45.40`, - PostalCode: 13008, - Title: `Senior Software Developer`, - LastName: `Cooper`, - FullAddress: `12, rue des Bouchers, Marseille, France` - }), - new EmployeesFlatDetailsItem( - { - Address: `23 Tsawassen Blvd.`, - Age: 44, - City: `Tsawassen`, - Country: `Canada`, - Fax: `(604) 555-3745`, - HireDate: `2014-04-04`, - ID: 14, - Name: `Laurence Johnson`, - ParentID: 4, - Phone: `(604) 555-4729`, - PostalCode: 19000, - Title: `Director`, - LastName: `Johnson`, - FullAddress: `23 Tsawassen Blvd., Tsawassen, Canada` - }), - new EmployeesFlatDetailsItem( - { - Address: `Fauntleroy Circus`, - Age: 25, - City: `London`, - Country: `UK`, - Fax: `(125) 555-3798`, - HireDate: `2017-11-9`, - ID: 5, - Name: `Elizabeth Richards`, - ParentID: 4, - Phone: `(171) 555-1212`, - PostalCode: 30000, - Title: `Vice President`, - LastName: `Richards`, - FullAddress: `Fauntleroy Circus, London, UK` - }), - new EmployeesFlatDetailsItem( - { - Address: `Cerrito 333`, - Age: 39, - City: `Buenos Aires`, - Country: `Argentina`, - Fax: `(121) 135-4892`, - HireDate: `2010-03-22`, - ID: 13, - Name: `Trevor Ashworth`, - ParentID: 5, - Phone: `(1) 135-5555`, - PostalCode: 1010, - Title: `Director`, - LastName: `Ashworth`, - FullAddress: `Cerrito 333, Buenos Aires, Argentina` - }), - new EmployeesFlatDetailsItem( - { - Address: `Sierras de Granada 9993`, - Age: 44, - City: `México D.F.`, - Country: `Mexico`, - Fax: `(153) 555-7293`, - HireDate: `2014-04-04`, - ID: 17, - Name: `Antonio Moreno`, - ParentID: 18, - Phone: `(5) 555-3392`, - PostalCode: 5022, - Title: `Senior Accountant`, - LastName: `Moreno`, - FullAddress: `Sierras de Granada 9993, México D.F., Mexico` - }), - new EmployeesFlatDetailsItem( - { - Address: `Hauptstr. 29`, - Age: 50, - City: `Sao Paulo`, - Country: `Brazil`, - Fax: `(531) 555-6691`, - HireDate: `2007-11-18`, - ID: 7, - Name: `Pedro Rodriguez`, - ParentID: 10, - Phone: `0452-076545`, - PostalCode: 3012, - Title: `Senior Localization Developer`, - LastName: `Rodriguez`, - FullAddress: `Hauptstr. 29, Sao Paulo, Brazil` - }), - new EmployeesFlatDetailsItem( - { - Address: `Av. dos Lusíadas, 23`, - Age: 27, - City: `Bern`, - Country: `Switzerland`, - Fax: `(271) 335-357`, - HireDate: `2016-02-19`, - ID: 8, - Name: `Casey Harper`, - ParentID: 10, - Phone: `(11) 555-7647`, - PostalCode: 40000, - Title: `Senior Localization`, - LastName: `Harper`, - FullAddress: `Av. dos Lusíadas, 23, Bern, Switzerland` - }), - new EmployeesFlatDetailsItem( - { - Address: `Berkeley Gardens 12`, - Age: 25, - City: `London`, - Country: `UK`, - Fax: `(171) 555-9199`, - HireDate: `2017-11-09`, - ID: 15, - Name: `Patricia Simpson`, - ParentID: 7, - Phone: `(171) 555-2282`, - PostalCode: 26000, - Title: `Localization Intern`, - LastName: `Simpson`, - FullAddress: `Berkeley Gardens 12, London, UK` - }), - new EmployeesFlatDetailsItem( - { - Address: `Walserweg 21`, - Age: 39, - City: `Aachen`, - Country: `Germany`, - Fax: `0241-059428`, - HireDate: `2010-03-22`, - ID: 9, - Name: `Francisco Chang`, - ParentID: 7, - Phone: `0241-039123`, - PostalCode: 52066, - Title: `Localization Intern`, - LastName: `Chang`, - FullAddress: `Walserweg 21, Aachen, Germany` - }), - new EmployeesFlatDetailsItem( - { - Address: `35 King George`, - Age: 25, - City: `London`, - Country: `UK`, - Fax: `(171) 555-3373`, - HireDate: `2018-03-18`, - ID: 16, - Name: `Peter Lewis`, - ParentID: 7, - Phone: `(171) 555-0297`, - PostalCode: 48000, - Title: `Localization Intern`, - LastName: `Lewis`, - FullAddress: `35 King George, London, UK` - }), + new EmployeesFlatDetailsItem({ Address: `Obere Str. 57`, Age: 55, City: `Berlin`, Country: `Germany`, Fax: `030-0076545`, HireDate: `2008-03-20`, ID: 1, Name: `Johnathan Winchester`, ParentID: -1, Phone: `030-0074321`, PostalCode: 12209, Title: `Development Manager`, LastName: `Winchester`, FullAddress: `Obere Str. 57, Berlin, Germany` }), + new EmployeesFlatDetailsItem({ Address: `Avda. de la Constitución 2222`, Age: 42, City: `México D.F.`, Country: `Mexico`, Fax: `(51) 555-3745`, HireDate: `2014-01-22`, ID: 4, Name: `Ana Sanders`, ParentID: -1, Phone: `(5) 555-4729`, PostalCode: 5021, Title: `CEO`, LastName: `Sanders`, FullAddress: `Avda. de la Constitución 2222, México D.F., Mexico` }), + new EmployeesFlatDetailsItem({ Address: `Mataderos 2312`, Age: 49, City: `México D.F.`, Country: `Mexico`, Fax: `(5) 555-3995`, HireDate: `2014-01-22`, ID: 18, Name: `Victoria Lincoln`, ParentID: -1, Phone: `(5) 555-3932`, PostalCode: 5023, Title: `Accounting Manager`, LastName: `Lincoln`, FullAddress: `Mataderos 2312, México D.F., Mexico` }), + new EmployeesFlatDetailsItem({ Address: `120 Hanover Sq.`, Age: 61, City: `London`, Country: `UK`, Fax: `(171) 555-6750`, HireDate: `2010-01-01`, ID: 10, Name: `Yang Wang`, ParentID: -1, Phone: `(171) 555-7788`, PostalCode: 39000, Title: `Localization Manager`, LastName: `Wang`, FullAddress: `120 Hanover Sq., London, UK` }), + new EmployeesFlatDetailsItem({ Address: `Berguvsvägen 8`, Age: 43, City: `Luleå`, Country: `Sweden`, Fax: `0921-12 34 67`, HireDate: `2011-06-03`, ID: 3, Name: `Michael Burke`, ParentID: 1, Phone: `0921-12 34 65`, PostalCode: 29000, Title: `Senior Software Developer`, LastName: `Burke`, FullAddress: `Berguvsvägen 8, Luleå, Sweden` }), + new EmployeesFlatDetailsItem({ Address: `Forsterstr. 57`, Age: 29, City: `Mannheim`, Country: `Germany`, Fax: `0621-08924`, HireDate: `2009-06-19`, ID: 2, Name: `Thomas Anderson`, ParentID: 1, Phone: `0621-08460`, PostalCode: 68306, Title: `Senior Software Developer`, LastName: `Anderson`, FullAddress: `Forsterstr. 57, Mannheim, Germany` }), + new EmployeesFlatDetailsItem({ Address: `24, place Kléber`, Age: 31, City: `Strasbourg`, Country: `France`, Fax: `88.60.15.32`, HireDate: `2014-08-18`, ID: 11, Name: `Monica Reyes`, ParentID: 1, Phone: `88.60.15.31`, PostalCode: 67000, Title: `Software Development Team Lead`, LastName: `Reyes`, FullAddress: `24, place Kléber, Strasbourg, France` }), + new EmployeesFlatDetailsItem({ Address: `C/ Araquil, 67`, Age: 35, City: `Madrid`, Country: `Spain`, Fax: `(911) 555 91 99`, HireDate: `2015-09-17`, ID: 6, Name: `Roland Mendel`, ParentID: 11, Phone: `(91) 555 22 82`, PostalCode: 28023, Title: `Senior Software Developer`, LastName: `Mendel`, FullAddress: `C/ Araquil, 67, Madrid, Spain` }), + new EmployeesFlatDetailsItem({ Address: `12, rue des Bouchers`, Age: 44, City: `Marseille`, Country: `France`, Fax: `91.24.45.41`, HireDate: `2009-10-11`, ID: 12, Name: `Sven Cooper`, ParentID: 11, Phone: `91.24.45.40`, PostalCode: 13008, Title: `Senior Software Developer`, LastName: `Cooper`, FullAddress: `12, rue des Bouchers, Marseille, France` }), + new EmployeesFlatDetailsItem({ Address: `23 Tsawassen Blvd.`, Age: 44, City: `Tsawassen`, Country: `Canada`, Fax: `(604) 555-3745`, HireDate: `2014-04-04`, ID: 14, Name: `Laurence Johnson`, ParentID: 4, Phone: `(604) 555-4729`, PostalCode: 19000, Title: `Director`, LastName: `Johnson`, FullAddress: `23 Tsawassen Blvd., Tsawassen, Canada` }), + new EmployeesFlatDetailsItem({ Address: `Fauntleroy Circus`, Age: 25, City: `London`, Country: `UK`, Fax: `(125) 555-3798`, HireDate: `2017-11-9`, ID: 5, Name: `Elizabeth Richards`, ParentID: 4, Phone: `(171) 555-1212`, PostalCode: 30000, Title: `Vice President`, LastName: `Richards`, FullAddress: `Fauntleroy Circus, London, UK` }), + new EmployeesFlatDetailsItem({ Address: `Cerrito 333`, Age: 39, City: `Buenos Aires`, Country: `Argentina`, Fax: `(121) 135-4892`, HireDate: `2010-03-22`, ID: 13, Name: `Trevor Ashworth`, ParentID: 5, Phone: `(1) 135-5555`, PostalCode: 1010, Title: `Director`, LastName: `Ashworth`, FullAddress: `Cerrito 333, Buenos Aires, Argentina` }), + new EmployeesFlatDetailsItem({ Address: `Sierras de Granada 9993`, Age: 44, City: `México D.F.`, Country: `Mexico`, Fax: `(153) 555-7293`, HireDate: `2014-04-04`, ID: 17, Name: `Antonio Moreno`, ParentID: 18, Phone: `(5) 555-3392`, PostalCode: 5022, Title: `Senior Accountant`, LastName: `Moreno`, FullAddress: `Sierras de Granada 9993, México D.F., Mexico` }), + new EmployeesFlatDetailsItem({ Address: `Hauptstr. 29`, Age: 50, City: `Sao Paulo`, Country: `Brazil`, Fax: `(531) 555-6691`, HireDate: `2007-11-18`, ID: 7, Name: `Pedro Rodriguez`, ParentID: 10, Phone: `0452-076545`, PostalCode: 3012, Title: `Senior Localization Developer`, LastName: `Rodriguez`, FullAddress: `Hauptstr. 29, Sao Paulo, Brazil` }), + new EmployeesFlatDetailsItem({ Address: `Av. dos Lusíadas, 23`, Age: 27, City: `Bern`, Country: `Switzerland`, Fax: `(271) 335-357`, HireDate: `2016-02-19`, ID: 8, Name: `Casey Harper`, ParentID: 10, Phone: `(11) 555-7647`, PostalCode: 40000, Title: `Senior Localization`, LastName: `Harper`, FullAddress: `Av. dos Lusíadas, 23, Bern, Switzerland` }), + new EmployeesFlatDetailsItem({ Address: `Berkeley Gardens 12`, Age: 25, City: `London`, Country: `UK`, Fax: `(171) 555-9199`, HireDate: `2017-11-09`, ID: 15, Name: `Patricia Simpson`, ParentID: 7, Phone: `(171) 555-2282`, PostalCode: 26000, Title: `Localization Intern`, LastName: `Simpson`, FullAddress: `Berkeley Gardens 12, London, UK` }), + new EmployeesFlatDetailsItem({ Address: `Walserweg 21`, Age: 39, City: `Aachen`, Country: `Germany`, Fax: `0241-059428`, HireDate: `2010-03-22`, ID: 9, Name: `Francisco Chang`, ParentID: 7, Phone: `0241-039123`, PostalCode: 52066, Title: `Localization Intern`, LastName: `Chang`, FullAddress: `Walserweg 21, Aachen, Germany` }), + new EmployeesFlatDetailsItem({ Address: `35 King George`, Age: 25, City: `London`, Country: `UK`, Fax: `(171) 555-3373`, HireDate: `2018-03-18`, ID: 16, Name: `Peter Lewis`, ParentID: 7, Phone: `(171) 555-0297`, PostalCode: 48000, Title: `Localization Intern`, LastName: `Lewis`, FullAddress: `35 King George, London, UK` }), ]; super(...newItems.slice(0)); } diff --git a/samples/grids/tree-grid/column-moving-styles/src/EmployeesFlatDetails.ts b/samples/grids/tree-grid/column-moving-styles/src/EmployeesFlatDetails.ts index 8d666c3324..3d9e9f57d5 100644 --- a/samples/grids/tree-grid/column-moving-styles/src/EmployeesFlatDetails.ts +++ b/samples/grids/tree-grid/column-moving-styles/src/EmployeesFlatDetails.ts @@ -25,312 +25,24 @@ export class EmployeesFlatDetails extends Array { super(...items); } else { const newItems = [ - new EmployeesFlatDetailsItem( - { - Address: `Obere Str. 57`, - Age: 55, - City: `Berlin`, - Country: `Germany`, - Fax: `030-0076545`, - HireDate: `2008-03-20`, - ID: 1, - Name: `Johnathan Winchester`, - ParentID: -1, - Phone: `030-0074321`, - PostalCode: 12209, - Title: `Development Manager`, - LastName: `Winchester`, - FullAddress: `Obere Str. 57, Berlin, Germany` - }), - new EmployeesFlatDetailsItem( - { - Address: `Avda. de la Constitución 2222`, - Age: 42, - City: `México D.F.`, - Country: `Mexico`, - Fax: `(51) 555-3745`, - HireDate: `2014-01-22`, - ID: 4, - Name: `Ana Sanders`, - ParentID: -1, - Phone: `(5) 555-4729`, - PostalCode: 5021, - Title: `CEO`, - LastName: `Sanders`, - FullAddress: `Avda. de la Constitución 2222, México D.F., Mexico` - }), - new EmployeesFlatDetailsItem( - { - Address: `Mataderos 2312`, - Age: 49, - City: `México D.F.`, - Country: `Mexico`, - Fax: `(5) 555-3995`, - HireDate: `2014-01-22`, - ID: 18, - Name: `Victoria Lincoln`, - ParentID: -1, - Phone: `(5) 555-3932`, - PostalCode: 5023, - Title: `Accounting Manager`, - LastName: `Lincoln`, - FullAddress: `Mataderos 2312, México D.F., Mexico` - }), - new EmployeesFlatDetailsItem( - { - Address: `120 Hanover Sq.`, - Age: 61, - City: `London`, - Country: `UK`, - Fax: `(171) 555-6750`, - HireDate: `2010-01-01`, - ID: 10, - Name: `Yang Wang`, - ParentID: -1, - Phone: `(171) 555-7788`, - PostalCode: 39000, - Title: `Localization Manager`, - LastName: `Wang`, - FullAddress: `120 Hanover Sq., London, UK` - }), - new EmployeesFlatDetailsItem( - { - Address: `Berguvsvägen 8`, - Age: 43, - City: `Luleå`, - Country: `Sweden`, - Fax: `0921-12 34 67`, - HireDate: `2011-06-03`, - ID: 3, - Name: `Michael Burke`, - ParentID: 1, - Phone: `0921-12 34 65`, - PostalCode: 29000, - Title: `Senior Software Developer`, - LastName: `Burke`, - FullAddress: `Berguvsvägen 8, Luleå, Sweden` - }), - new EmployeesFlatDetailsItem( - { - Address: `Forsterstr. 57`, - Age: 29, - City: `Mannheim`, - Country: `Germany`, - Fax: `0621-08924`, - HireDate: `2009-06-19`, - ID: 2, - Name: `Thomas Anderson`, - ParentID: 1, - Phone: `0621-08460`, - PostalCode: 68306, - Title: `Senior Software Developer`, - LastName: `Anderson`, - FullAddress: `Forsterstr. 57, Mannheim, Germany` - }), - new EmployeesFlatDetailsItem( - { - Address: `24, place Kléber`, - Age: 31, - City: `Strasbourg`, - Country: `France`, - Fax: `88.60.15.32`, - HireDate: `2014-08-18`, - ID: 11, - Name: `Monica Reyes`, - ParentID: 1, - Phone: `88.60.15.31`, - PostalCode: 67000, - Title: `Software Development Team Lead`, - LastName: `Reyes`, - FullAddress: `24, place Kléber, Strasbourg, France` - }), - new EmployeesFlatDetailsItem( - { - Address: `C/ Araquil, 67`, - Age: 35, - City: `Madrid`, - Country: `Spain`, - Fax: `(911) 555 91 99`, - HireDate: `2015-09-17`, - ID: 6, - Name: `Roland Mendel`, - ParentID: 11, - Phone: `(91) 555 22 82`, - PostalCode: 28023, - Title: `Senior Software Developer`, - LastName: `Mendel`, - FullAddress: `C/ Araquil, 67, Madrid, Spain` - }), - new EmployeesFlatDetailsItem( - { - Address: `12, rue des Bouchers`, - Age: 44, - City: `Marseille`, - Country: `France`, - Fax: `91.24.45.41`, - HireDate: `2009-10-11`, - ID: 12, - Name: `Sven Cooper`, - ParentID: 11, - Phone: `91.24.45.40`, - PostalCode: 13008, - Title: `Senior Software Developer`, - LastName: `Cooper`, - FullAddress: `12, rue des Bouchers, Marseille, France` - }), - new EmployeesFlatDetailsItem( - { - Address: `23 Tsawassen Blvd.`, - Age: 44, - City: `Tsawassen`, - Country: `Canada`, - Fax: `(604) 555-3745`, - HireDate: `2014-04-04`, - ID: 14, - Name: `Laurence Johnson`, - ParentID: 4, - Phone: `(604) 555-4729`, - PostalCode: 19000, - Title: `Director`, - LastName: `Johnson`, - FullAddress: `23 Tsawassen Blvd., Tsawassen, Canada` - }), - new EmployeesFlatDetailsItem( - { - Address: `Fauntleroy Circus`, - Age: 25, - City: `London`, - Country: `UK`, - Fax: `(125) 555-3798`, - HireDate: `2017-11-9`, - ID: 5, - Name: `Elizabeth Richards`, - ParentID: 4, - Phone: `(171) 555-1212`, - PostalCode: 30000, - Title: `Vice President`, - LastName: `Richards`, - FullAddress: `Fauntleroy Circus, London, UK` - }), - new EmployeesFlatDetailsItem( - { - Address: `Cerrito 333`, - Age: 39, - City: `Buenos Aires`, - Country: `Argentina`, - Fax: `(121) 135-4892`, - HireDate: `2010-03-22`, - ID: 13, - Name: `Trevor Ashworth`, - ParentID: 5, - Phone: `(1) 135-5555`, - PostalCode: 1010, - Title: `Director`, - LastName: `Ashworth`, - FullAddress: `Cerrito 333, Buenos Aires, Argentina` - }), - new EmployeesFlatDetailsItem( - { - Address: `Sierras de Granada 9993`, - Age: 44, - City: `México D.F.`, - Country: `Mexico`, - Fax: `(153) 555-7293`, - HireDate: `2014-04-04`, - ID: 17, - Name: `Antonio Moreno`, - ParentID: 18, - Phone: `(5) 555-3392`, - PostalCode: 5022, - Title: `Senior Accountant`, - LastName: `Moreno`, - FullAddress: `Sierras de Granada 9993, México D.F., Mexico` - }), - new EmployeesFlatDetailsItem( - { - Address: `Hauptstr. 29`, - Age: 50, - City: `Sao Paulo`, - Country: `Brazil`, - Fax: `(531) 555-6691`, - HireDate: `2007-11-18`, - ID: 7, - Name: `Pedro Rodriguez`, - ParentID: 10, - Phone: `0452-076545`, - PostalCode: 3012, - Title: `Senior Localization Developer`, - LastName: `Rodriguez`, - FullAddress: `Hauptstr. 29, Sao Paulo, Brazil` - }), - new EmployeesFlatDetailsItem( - { - Address: `Av. dos Lusíadas, 23`, - Age: 27, - City: `Bern`, - Country: `Switzerland`, - Fax: `(271) 335-357`, - HireDate: `2016-02-19`, - ID: 8, - Name: `Casey Harper`, - ParentID: 10, - Phone: `(11) 555-7647`, - PostalCode: 40000, - Title: `Senior Localization`, - LastName: `Harper`, - FullAddress: `Av. dos Lusíadas, 23, Bern, Switzerland` - }), - new EmployeesFlatDetailsItem( - { - Address: `Berkeley Gardens 12`, - Age: 25, - City: `London`, - Country: `UK`, - Fax: `(171) 555-9199`, - HireDate: `2017-11-09`, - ID: 15, - Name: `Patricia Simpson`, - ParentID: 7, - Phone: `(171) 555-2282`, - PostalCode: 26000, - Title: `Localization Intern`, - LastName: `Simpson`, - FullAddress: `Berkeley Gardens 12, London, UK` - }), - new EmployeesFlatDetailsItem( - { - Address: `Walserweg 21`, - Age: 39, - City: `Aachen`, - Country: `Germany`, - Fax: `0241-059428`, - HireDate: `2010-03-22`, - ID: 9, - Name: `Francisco Chang`, - ParentID: 7, - Phone: `0241-039123`, - PostalCode: 52066, - Title: `Localization Intern`, - LastName: `Chang`, - FullAddress: `Walserweg 21, Aachen, Germany` - }), - new EmployeesFlatDetailsItem( - { - Address: `35 King George`, - Age: 25, - City: `London`, - Country: `UK`, - Fax: `(171) 555-3373`, - HireDate: `2018-03-18`, - ID: 16, - Name: `Peter Lewis`, - ParentID: 7, - Phone: `(171) 555-0297`, - PostalCode: 48000, - Title: `Localization Intern`, - LastName: `Lewis`, - FullAddress: `35 King George, London, UK` - }), + new EmployeesFlatDetailsItem({ Address: `Obere Str. 57`, Age: 55, City: `Berlin`, Country: `Germany`, Fax: `030-0076545`, HireDate: `2008-03-20`, ID: 1, Name: `Johnathan Winchester`, ParentID: -1, Phone: `030-0074321`, PostalCode: 12209, Title: `Development Manager`, LastName: `Winchester`, FullAddress: `Obere Str. 57, Berlin, Germany` }), + new EmployeesFlatDetailsItem({ Address: `Avda. de la Constitución 2222`, Age: 42, City: `México D.F.`, Country: `Mexico`, Fax: `(51) 555-3745`, HireDate: `2014-01-22`, ID: 4, Name: `Ana Sanders`, ParentID: -1, Phone: `(5) 555-4729`, PostalCode: 5021, Title: `CEO`, LastName: `Sanders`, FullAddress: `Avda. de la Constitución 2222, México D.F., Mexico` }), + new EmployeesFlatDetailsItem({ Address: `Mataderos 2312`, Age: 49, City: `México D.F.`, Country: `Mexico`, Fax: `(5) 555-3995`, HireDate: `2014-01-22`, ID: 18, Name: `Victoria Lincoln`, ParentID: -1, Phone: `(5) 555-3932`, PostalCode: 5023, Title: `Accounting Manager`, LastName: `Lincoln`, FullAddress: `Mataderos 2312, México D.F., Mexico` }), + new EmployeesFlatDetailsItem({ Address: `120 Hanover Sq.`, Age: 61, City: `London`, Country: `UK`, Fax: `(171) 555-6750`, HireDate: `2010-01-01`, ID: 10, Name: `Yang Wang`, ParentID: -1, Phone: `(171) 555-7788`, PostalCode: 39000, Title: `Localization Manager`, LastName: `Wang`, FullAddress: `120 Hanover Sq., London, UK` }), + new EmployeesFlatDetailsItem({ Address: `Berguvsvägen 8`, Age: 43, City: `Luleå`, Country: `Sweden`, Fax: `0921-12 34 67`, HireDate: `2011-06-03`, ID: 3, Name: `Michael Burke`, ParentID: 1, Phone: `0921-12 34 65`, PostalCode: 29000, Title: `Senior Software Developer`, LastName: `Burke`, FullAddress: `Berguvsvägen 8, Luleå, Sweden` }), + new EmployeesFlatDetailsItem({ Address: `Forsterstr. 57`, Age: 29, City: `Mannheim`, Country: `Germany`, Fax: `0621-08924`, HireDate: `2009-06-19`, ID: 2, Name: `Thomas Anderson`, ParentID: 1, Phone: `0621-08460`, PostalCode: 68306, Title: `Senior Software Developer`, LastName: `Anderson`, FullAddress: `Forsterstr. 57, Mannheim, Germany` }), + new EmployeesFlatDetailsItem({ Address: `24, place Kléber`, Age: 31, City: `Strasbourg`, Country: `France`, Fax: `88.60.15.32`, HireDate: `2014-08-18`, ID: 11, Name: `Monica Reyes`, ParentID: 1, Phone: `88.60.15.31`, PostalCode: 67000, Title: `Software Development Team Lead`, LastName: `Reyes`, FullAddress: `24, place Kléber, Strasbourg, France` }), + new EmployeesFlatDetailsItem({ Address: `C/ Araquil, 67`, Age: 35, City: `Madrid`, Country: `Spain`, Fax: `(911) 555 91 99`, HireDate: `2015-09-17`, ID: 6, Name: `Roland Mendel`, ParentID: 11, Phone: `(91) 555 22 82`, PostalCode: 28023, Title: `Senior Software Developer`, LastName: `Mendel`, FullAddress: `C/ Araquil, 67, Madrid, Spain` }), + new EmployeesFlatDetailsItem({ Address: `12, rue des Bouchers`, Age: 44, City: `Marseille`, Country: `France`, Fax: `91.24.45.41`, HireDate: `2009-10-11`, ID: 12, Name: `Sven Cooper`, ParentID: 11, Phone: `91.24.45.40`, PostalCode: 13008, Title: `Senior Software Developer`, LastName: `Cooper`, FullAddress: `12, rue des Bouchers, Marseille, France` }), + new EmployeesFlatDetailsItem({ Address: `23 Tsawassen Blvd.`, Age: 44, City: `Tsawassen`, Country: `Canada`, Fax: `(604) 555-3745`, HireDate: `2014-04-04`, ID: 14, Name: `Laurence Johnson`, ParentID: 4, Phone: `(604) 555-4729`, PostalCode: 19000, Title: `Director`, LastName: `Johnson`, FullAddress: `23 Tsawassen Blvd., Tsawassen, Canada` }), + new EmployeesFlatDetailsItem({ Address: `Fauntleroy Circus`, Age: 25, City: `London`, Country: `UK`, Fax: `(125) 555-3798`, HireDate: `2017-11-9`, ID: 5, Name: `Elizabeth Richards`, ParentID: 4, Phone: `(171) 555-1212`, PostalCode: 30000, Title: `Vice President`, LastName: `Richards`, FullAddress: `Fauntleroy Circus, London, UK` }), + new EmployeesFlatDetailsItem({ Address: `Cerrito 333`, Age: 39, City: `Buenos Aires`, Country: `Argentina`, Fax: `(121) 135-4892`, HireDate: `2010-03-22`, ID: 13, Name: `Trevor Ashworth`, ParentID: 5, Phone: `(1) 135-5555`, PostalCode: 1010, Title: `Director`, LastName: `Ashworth`, FullAddress: `Cerrito 333, Buenos Aires, Argentina` }), + new EmployeesFlatDetailsItem({ Address: `Sierras de Granada 9993`, Age: 44, City: `México D.F.`, Country: `Mexico`, Fax: `(153) 555-7293`, HireDate: `2014-04-04`, ID: 17, Name: `Antonio Moreno`, ParentID: 18, Phone: `(5) 555-3392`, PostalCode: 5022, Title: `Senior Accountant`, LastName: `Moreno`, FullAddress: `Sierras de Granada 9993, México D.F., Mexico` }), + new EmployeesFlatDetailsItem({ Address: `Hauptstr. 29`, Age: 50, City: `Sao Paulo`, Country: `Brazil`, Fax: `(531) 555-6691`, HireDate: `2007-11-18`, ID: 7, Name: `Pedro Rodriguez`, ParentID: 10, Phone: `0452-076545`, PostalCode: 3012, Title: `Senior Localization Developer`, LastName: `Rodriguez`, FullAddress: `Hauptstr. 29, Sao Paulo, Brazil` }), + new EmployeesFlatDetailsItem({ Address: `Av. dos Lusíadas, 23`, Age: 27, City: `Bern`, Country: `Switzerland`, Fax: `(271) 335-357`, HireDate: `2016-02-19`, ID: 8, Name: `Casey Harper`, ParentID: 10, Phone: `(11) 555-7647`, PostalCode: 40000, Title: `Senior Localization`, LastName: `Harper`, FullAddress: `Av. dos Lusíadas, 23, Bern, Switzerland` }), + new EmployeesFlatDetailsItem({ Address: `Berkeley Gardens 12`, Age: 25, City: `London`, Country: `UK`, Fax: `(171) 555-9199`, HireDate: `2017-11-09`, ID: 15, Name: `Patricia Simpson`, ParentID: 7, Phone: `(171) 555-2282`, PostalCode: 26000, Title: `Localization Intern`, LastName: `Simpson`, FullAddress: `Berkeley Gardens 12, London, UK` }), + new EmployeesFlatDetailsItem({ Address: `Walserweg 21`, Age: 39, City: `Aachen`, Country: `Germany`, Fax: `0241-059428`, HireDate: `2010-03-22`, ID: 9, Name: `Francisco Chang`, ParentID: 7, Phone: `0241-039123`, PostalCode: 52066, Title: `Localization Intern`, LastName: `Chang`, FullAddress: `Walserweg 21, Aachen, Germany` }), + new EmployeesFlatDetailsItem({ Address: `35 King George`, Age: 25, City: `London`, Country: `UK`, Fax: `(171) 555-3373`, HireDate: `2018-03-18`, ID: 16, Name: `Peter Lewis`, ParentID: 7, Phone: `(171) 555-0297`, PostalCode: 48000, Title: `Localization Intern`, LastName: `Lewis`, FullAddress: `35 King George, London, UK` }), ]; super(...newItems.slice(0)); } diff --git a/samples/grids/tree-grid/column-pinning-options/src/EmployeesFlatData.ts b/samples/grids/tree-grid/column-pinning-options/src/EmployeesFlatData.ts index b99bf3579a..2e5e7fc2ed 100644 --- a/samples/grids/tree-grid/column-pinning-options/src/EmployeesFlatData.ts +++ b/samples/grids/tree-grid/column-pinning-options/src/EmployeesFlatData.ts @@ -19,204 +19,24 @@ export class EmployeesFlatData extends Array { super(...items); } else { const newItems = [ - new EmployeesFlatDataItem( - { - Age: 55, - HireDate: `2008-03-20`, - ID: 1, - Name: `Johnathan Winchester`, - Phone: `0251-031259`, - OnPTO: false, - ParentID: -1, - Title: `Development Manager` - }), - new EmployeesFlatDataItem( - { - Age: 42, - HireDate: `2014-01-22`, - ID: 4, - Name: `Ana Sanders`, - Phone: `(21) 555-0091`, - OnPTO: true, - ParentID: -1, - Title: `CEO` - }), - new EmployeesFlatDataItem( - { - Age: 49, - HireDate: `2014-01-22`, - ID: 18, - Name: `Victoria Lincoln`, - Phone: `(071) 23 67 22 20`, - OnPTO: true, - ParentID: -1, - Title: `Accounting Manager` - }), - new EmployeesFlatDataItem( - { - Age: 61, - HireDate: `2010-01-01`, - ID: 10, - Name: `Yang Wang`, - Phone: `(21) 555-0091`, - OnPTO: false, - ParentID: -1, - Title: `Localization Manager` - }), - new EmployeesFlatDataItem( - { - Age: 43, - HireDate: `2011-06-03`, - ID: 3, - Name: `Michael Burke`, - Phone: `0452-076545`, - OnPTO: true, - ParentID: 1, - Title: `Senior Software Developer` - }), - new EmployeesFlatDataItem( - { - Age: 29, - HireDate: `2009-06-19`, - ID: 2, - Name: `Thomas Anderson`, - Phone: `(14) 555-8122`, - OnPTO: false, - ParentID: 1, - Title: `Senior Software Developer` - }), - new EmployeesFlatDataItem( - { - Age: 31, - HireDate: `2014-08-18`, - ID: 11, - Name: `Monica Reyes`, - Phone: `7675-3425`, - OnPTO: false, - ParentID: 1, - Title: `Software Development Team Lead` - }), - new EmployeesFlatDataItem( - { - Age: 35, - HireDate: `2015-09-17`, - ID: 6, - Name: `Roland Mendel`, - Phone: `(505) 555-5939`, - OnPTO: false, - ParentID: 11, - Title: `Senior Software Developer` - }), - new EmployeesFlatDataItem( - { - Age: 44, - HireDate: `2009-10-11`, - ID: 12, - Name: `Sven Cooper`, - Phone: `0695-34 67 21`, - OnPTO: true, - ParentID: 11, - Title: `Senior Software Developer` - }), - new EmployeesFlatDataItem( - { - Age: 44, - HireDate: `2014-04-04`, - ID: 14, - Name: `Laurence Johnson`, - Phone: `981-443655`, - OnPTO: false, - ParentID: 4, - Title: `Director` - }), - new EmployeesFlatDataItem( - { - Age: 25, - HireDate: `2017-11-09`, - ID: 5, - Name: `Elizabeth Richards`, - Phone: `(2) 283-2951`, - OnPTO: true, - ParentID: 4, - Title: `Vice President` - }), - new EmployeesFlatDataItem( - { - Age: 39, - HireDate: `2010-03-22`, - ID: 13, - Name: `Trevor Ashworth`, - Phone: `981-443655`, - OnPTO: true, - ParentID: 5, - Title: `Director` - }), - new EmployeesFlatDataItem( - { - Age: 44, - HireDate: `2014-04-04`, - ID: 17, - Name: `Antonio Moreno`, - Phone: `(505) 555-5939`, - OnPTO: false, - ParentID: 18, - Title: `Senior Accountant` - }), - new EmployeesFlatDataItem( - { - Age: 50, - HireDate: `2007-11-18`, - ID: 7, - Name: `Pedro Rodriguez`, - Phone: `035-640230`, - OnPTO: false, - ParentID: 10, - Title: `Senior Localization Developer` - }), - new EmployeesFlatDataItem( - { - Age: 27, - HireDate: `2016-02-19`, - ID: 8, - Name: `Casey Harper`, - Phone: `0342-023176`, - OnPTO: true, - ParentID: 10, - Title: `Senior Localization` - }), - new EmployeesFlatDataItem( - { - Age: 25, - HireDate: `2017-11-09`, - ID: 15, - Name: `Patricia Simpson`, - Phone: `069-0245984`, - OnPTO: false, - ParentID: 7, - Title: `Localization Intern` - }), - new EmployeesFlatDataItem( - { - Age: 39, - HireDate: `2010-03-22`, - ID: 9, - Name: `Francisco Chang`, - Phone: `(91) 745 6200`, - OnPTO: false, - ParentID: 7, - Title: `Localization Intern` - }), - new EmployeesFlatDataItem( - { - Age: 25, - HireDate: `2018-03-18`, - ID: 16, - Name: `Peter Lewis`, - Phone: `069-0245984`, - OnPTO: true, - ParentID: 7, - Title: `Localization Intern` - }), + new EmployeesFlatDataItem({ Age: 55, HireDate: `2008-03-20`, ID: 1, Name: `Johnathan Winchester`, Phone: `0251-031259`, OnPTO: false, ParentID: -1, Title: `Development Manager` }), + new EmployeesFlatDataItem({ Age: 42, HireDate: `2014-01-22`, ID: 4, Name: `Ana Sanders`, Phone: `(21) 555-0091`, OnPTO: true, ParentID: -1, Title: `CEO` }), + new EmployeesFlatDataItem({ Age: 49, HireDate: `2014-01-22`, ID: 18, Name: `Victoria Lincoln`, Phone: `(071) 23 67 22 20`, OnPTO: true, ParentID: -1, Title: `Accounting Manager` }), + new EmployeesFlatDataItem({ Age: 61, HireDate: `2010-01-01`, ID: 10, Name: `Yang Wang`, Phone: `(21) 555-0091`, OnPTO: false, ParentID: -1, Title: `Localization Manager` }), + new EmployeesFlatDataItem({ Age: 43, HireDate: `2011-06-03`, ID: 3, Name: `Michael Burke`, Phone: `0452-076545`, OnPTO: true, ParentID: 1, Title: `Senior Software Developer` }), + new EmployeesFlatDataItem({ Age: 29, HireDate: `2009-06-19`, ID: 2, Name: `Thomas Anderson`, Phone: `(14) 555-8122`, OnPTO: false, ParentID: 1, Title: `Senior Software Developer` }), + new EmployeesFlatDataItem({ Age: 31, HireDate: `2014-08-18`, ID: 11, Name: `Monica Reyes`, Phone: `7675-3425`, OnPTO: false, ParentID: 1, Title: `Software Development Team Lead` }), + new EmployeesFlatDataItem({ Age: 35, HireDate: `2015-09-17`, ID: 6, Name: `Roland Mendel`, Phone: `(505) 555-5939`, OnPTO: false, ParentID: 11, Title: `Senior Software Developer` }), + new EmployeesFlatDataItem({ Age: 44, HireDate: `2009-10-11`, ID: 12, Name: `Sven Cooper`, Phone: `0695-34 67 21`, OnPTO: true, ParentID: 11, Title: `Senior Software Developer` }), + new EmployeesFlatDataItem({ Age: 44, HireDate: `2014-04-04`, ID: 14, Name: `Laurence Johnson`, Phone: `981-443655`, OnPTO: false, ParentID: 4, Title: `Director` }), + new EmployeesFlatDataItem({ Age: 25, HireDate: `2017-11-09`, ID: 5, Name: `Elizabeth Richards`, Phone: `(2) 283-2951`, OnPTO: true, ParentID: 4, Title: `Vice President` }), + new EmployeesFlatDataItem({ Age: 39, HireDate: `2010-03-22`, ID: 13, Name: `Trevor Ashworth`, Phone: `981-443655`, OnPTO: true, ParentID: 5, Title: `Director` }), + new EmployeesFlatDataItem({ Age: 44, HireDate: `2014-04-04`, ID: 17, Name: `Antonio Moreno`, Phone: `(505) 555-5939`, OnPTO: false, ParentID: 18, Title: `Senior Accountant` }), + new EmployeesFlatDataItem({ Age: 50, HireDate: `2007-11-18`, ID: 7, Name: `Pedro Rodriguez`, Phone: `035-640230`, OnPTO: false, ParentID: 10, Title: `Senior Localization Developer` }), + new EmployeesFlatDataItem({ Age: 27, HireDate: `2016-02-19`, ID: 8, Name: `Casey Harper`, Phone: `0342-023176`, OnPTO: true, ParentID: 10, Title: `Senior Localization` }), + new EmployeesFlatDataItem({ Age: 25, HireDate: `2017-11-09`, ID: 15, Name: `Patricia Simpson`, Phone: `069-0245984`, OnPTO: false, ParentID: 7, Title: `Localization Intern` }), + new EmployeesFlatDataItem({ Age: 39, HireDate: `2010-03-22`, ID: 9, Name: `Francisco Chang`, Phone: `(91) 745 6200`, OnPTO: false, ParentID: 7, Title: `Localization Intern` }), + new EmployeesFlatDataItem({ Age: 25, HireDate: `2018-03-18`, ID: 16, Name: `Peter Lewis`, Phone: `069-0245984`, OnPTO: true, ParentID: 7, Title: `Localization Intern` }), ]; super(...newItems.slice(0)); } diff --git a/samples/grids/tree-grid/column-pinning-right-side/src/EmployeesFlatDetails.ts b/samples/grids/tree-grid/column-pinning-right-side/src/EmployeesFlatDetails.ts index 8d666c3324..3d9e9f57d5 100644 --- a/samples/grids/tree-grid/column-pinning-right-side/src/EmployeesFlatDetails.ts +++ b/samples/grids/tree-grid/column-pinning-right-side/src/EmployeesFlatDetails.ts @@ -25,312 +25,24 @@ export class EmployeesFlatDetails extends Array { super(...items); } else { const newItems = [ - new EmployeesFlatDetailsItem( - { - Address: `Obere Str. 57`, - Age: 55, - City: `Berlin`, - Country: `Germany`, - Fax: `030-0076545`, - HireDate: `2008-03-20`, - ID: 1, - Name: `Johnathan Winchester`, - ParentID: -1, - Phone: `030-0074321`, - PostalCode: 12209, - Title: `Development Manager`, - LastName: `Winchester`, - FullAddress: `Obere Str. 57, Berlin, Germany` - }), - new EmployeesFlatDetailsItem( - { - Address: `Avda. de la Constitución 2222`, - Age: 42, - City: `México D.F.`, - Country: `Mexico`, - Fax: `(51) 555-3745`, - HireDate: `2014-01-22`, - ID: 4, - Name: `Ana Sanders`, - ParentID: -1, - Phone: `(5) 555-4729`, - PostalCode: 5021, - Title: `CEO`, - LastName: `Sanders`, - FullAddress: `Avda. de la Constitución 2222, México D.F., Mexico` - }), - new EmployeesFlatDetailsItem( - { - Address: `Mataderos 2312`, - Age: 49, - City: `México D.F.`, - Country: `Mexico`, - Fax: `(5) 555-3995`, - HireDate: `2014-01-22`, - ID: 18, - Name: `Victoria Lincoln`, - ParentID: -1, - Phone: `(5) 555-3932`, - PostalCode: 5023, - Title: `Accounting Manager`, - LastName: `Lincoln`, - FullAddress: `Mataderos 2312, México D.F., Mexico` - }), - new EmployeesFlatDetailsItem( - { - Address: `120 Hanover Sq.`, - Age: 61, - City: `London`, - Country: `UK`, - Fax: `(171) 555-6750`, - HireDate: `2010-01-01`, - ID: 10, - Name: `Yang Wang`, - ParentID: -1, - Phone: `(171) 555-7788`, - PostalCode: 39000, - Title: `Localization Manager`, - LastName: `Wang`, - FullAddress: `120 Hanover Sq., London, UK` - }), - new EmployeesFlatDetailsItem( - { - Address: `Berguvsvägen 8`, - Age: 43, - City: `Luleå`, - Country: `Sweden`, - Fax: `0921-12 34 67`, - HireDate: `2011-06-03`, - ID: 3, - Name: `Michael Burke`, - ParentID: 1, - Phone: `0921-12 34 65`, - PostalCode: 29000, - Title: `Senior Software Developer`, - LastName: `Burke`, - FullAddress: `Berguvsvägen 8, Luleå, Sweden` - }), - new EmployeesFlatDetailsItem( - { - Address: `Forsterstr. 57`, - Age: 29, - City: `Mannheim`, - Country: `Germany`, - Fax: `0621-08924`, - HireDate: `2009-06-19`, - ID: 2, - Name: `Thomas Anderson`, - ParentID: 1, - Phone: `0621-08460`, - PostalCode: 68306, - Title: `Senior Software Developer`, - LastName: `Anderson`, - FullAddress: `Forsterstr. 57, Mannheim, Germany` - }), - new EmployeesFlatDetailsItem( - { - Address: `24, place Kléber`, - Age: 31, - City: `Strasbourg`, - Country: `France`, - Fax: `88.60.15.32`, - HireDate: `2014-08-18`, - ID: 11, - Name: `Monica Reyes`, - ParentID: 1, - Phone: `88.60.15.31`, - PostalCode: 67000, - Title: `Software Development Team Lead`, - LastName: `Reyes`, - FullAddress: `24, place Kléber, Strasbourg, France` - }), - new EmployeesFlatDetailsItem( - { - Address: `C/ Araquil, 67`, - Age: 35, - City: `Madrid`, - Country: `Spain`, - Fax: `(911) 555 91 99`, - HireDate: `2015-09-17`, - ID: 6, - Name: `Roland Mendel`, - ParentID: 11, - Phone: `(91) 555 22 82`, - PostalCode: 28023, - Title: `Senior Software Developer`, - LastName: `Mendel`, - FullAddress: `C/ Araquil, 67, Madrid, Spain` - }), - new EmployeesFlatDetailsItem( - { - Address: `12, rue des Bouchers`, - Age: 44, - City: `Marseille`, - Country: `France`, - Fax: `91.24.45.41`, - HireDate: `2009-10-11`, - ID: 12, - Name: `Sven Cooper`, - ParentID: 11, - Phone: `91.24.45.40`, - PostalCode: 13008, - Title: `Senior Software Developer`, - LastName: `Cooper`, - FullAddress: `12, rue des Bouchers, Marseille, France` - }), - new EmployeesFlatDetailsItem( - { - Address: `23 Tsawassen Blvd.`, - Age: 44, - City: `Tsawassen`, - Country: `Canada`, - Fax: `(604) 555-3745`, - HireDate: `2014-04-04`, - ID: 14, - Name: `Laurence Johnson`, - ParentID: 4, - Phone: `(604) 555-4729`, - PostalCode: 19000, - Title: `Director`, - LastName: `Johnson`, - FullAddress: `23 Tsawassen Blvd., Tsawassen, Canada` - }), - new EmployeesFlatDetailsItem( - { - Address: `Fauntleroy Circus`, - Age: 25, - City: `London`, - Country: `UK`, - Fax: `(125) 555-3798`, - HireDate: `2017-11-9`, - ID: 5, - Name: `Elizabeth Richards`, - ParentID: 4, - Phone: `(171) 555-1212`, - PostalCode: 30000, - Title: `Vice President`, - LastName: `Richards`, - FullAddress: `Fauntleroy Circus, London, UK` - }), - new EmployeesFlatDetailsItem( - { - Address: `Cerrito 333`, - Age: 39, - City: `Buenos Aires`, - Country: `Argentina`, - Fax: `(121) 135-4892`, - HireDate: `2010-03-22`, - ID: 13, - Name: `Trevor Ashworth`, - ParentID: 5, - Phone: `(1) 135-5555`, - PostalCode: 1010, - Title: `Director`, - LastName: `Ashworth`, - FullAddress: `Cerrito 333, Buenos Aires, Argentina` - }), - new EmployeesFlatDetailsItem( - { - Address: `Sierras de Granada 9993`, - Age: 44, - City: `México D.F.`, - Country: `Mexico`, - Fax: `(153) 555-7293`, - HireDate: `2014-04-04`, - ID: 17, - Name: `Antonio Moreno`, - ParentID: 18, - Phone: `(5) 555-3392`, - PostalCode: 5022, - Title: `Senior Accountant`, - LastName: `Moreno`, - FullAddress: `Sierras de Granada 9993, México D.F., Mexico` - }), - new EmployeesFlatDetailsItem( - { - Address: `Hauptstr. 29`, - Age: 50, - City: `Sao Paulo`, - Country: `Brazil`, - Fax: `(531) 555-6691`, - HireDate: `2007-11-18`, - ID: 7, - Name: `Pedro Rodriguez`, - ParentID: 10, - Phone: `0452-076545`, - PostalCode: 3012, - Title: `Senior Localization Developer`, - LastName: `Rodriguez`, - FullAddress: `Hauptstr. 29, Sao Paulo, Brazil` - }), - new EmployeesFlatDetailsItem( - { - Address: `Av. dos Lusíadas, 23`, - Age: 27, - City: `Bern`, - Country: `Switzerland`, - Fax: `(271) 335-357`, - HireDate: `2016-02-19`, - ID: 8, - Name: `Casey Harper`, - ParentID: 10, - Phone: `(11) 555-7647`, - PostalCode: 40000, - Title: `Senior Localization`, - LastName: `Harper`, - FullAddress: `Av. dos Lusíadas, 23, Bern, Switzerland` - }), - new EmployeesFlatDetailsItem( - { - Address: `Berkeley Gardens 12`, - Age: 25, - City: `London`, - Country: `UK`, - Fax: `(171) 555-9199`, - HireDate: `2017-11-09`, - ID: 15, - Name: `Patricia Simpson`, - ParentID: 7, - Phone: `(171) 555-2282`, - PostalCode: 26000, - Title: `Localization Intern`, - LastName: `Simpson`, - FullAddress: `Berkeley Gardens 12, London, UK` - }), - new EmployeesFlatDetailsItem( - { - Address: `Walserweg 21`, - Age: 39, - City: `Aachen`, - Country: `Germany`, - Fax: `0241-059428`, - HireDate: `2010-03-22`, - ID: 9, - Name: `Francisco Chang`, - ParentID: 7, - Phone: `0241-039123`, - PostalCode: 52066, - Title: `Localization Intern`, - LastName: `Chang`, - FullAddress: `Walserweg 21, Aachen, Germany` - }), - new EmployeesFlatDetailsItem( - { - Address: `35 King George`, - Age: 25, - City: `London`, - Country: `UK`, - Fax: `(171) 555-3373`, - HireDate: `2018-03-18`, - ID: 16, - Name: `Peter Lewis`, - ParentID: 7, - Phone: `(171) 555-0297`, - PostalCode: 48000, - Title: `Localization Intern`, - LastName: `Lewis`, - FullAddress: `35 King George, London, UK` - }), + new EmployeesFlatDetailsItem({ Address: `Obere Str. 57`, Age: 55, City: `Berlin`, Country: `Germany`, Fax: `030-0076545`, HireDate: `2008-03-20`, ID: 1, Name: `Johnathan Winchester`, ParentID: -1, Phone: `030-0074321`, PostalCode: 12209, Title: `Development Manager`, LastName: `Winchester`, FullAddress: `Obere Str. 57, Berlin, Germany` }), + new EmployeesFlatDetailsItem({ Address: `Avda. de la Constitución 2222`, Age: 42, City: `México D.F.`, Country: `Mexico`, Fax: `(51) 555-3745`, HireDate: `2014-01-22`, ID: 4, Name: `Ana Sanders`, ParentID: -1, Phone: `(5) 555-4729`, PostalCode: 5021, Title: `CEO`, LastName: `Sanders`, FullAddress: `Avda. de la Constitución 2222, México D.F., Mexico` }), + new EmployeesFlatDetailsItem({ Address: `Mataderos 2312`, Age: 49, City: `México D.F.`, Country: `Mexico`, Fax: `(5) 555-3995`, HireDate: `2014-01-22`, ID: 18, Name: `Victoria Lincoln`, ParentID: -1, Phone: `(5) 555-3932`, PostalCode: 5023, Title: `Accounting Manager`, LastName: `Lincoln`, FullAddress: `Mataderos 2312, México D.F., Mexico` }), + new EmployeesFlatDetailsItem({ Address: `120 Hanover Sq.`, Age: 61, City: `London`, Country: `UK`, Fax: `(171) 555-6750`, HireDate: `2010-01-01`, ID: 10, Name: `Yang Wang`, ParentID: -1, Phone: `(171) 555-7788`, PostalCode: 39000, Title: `Localization Manager`, LastName: `Wang`, FullAddress: `120 Hanover Sq., London, UK` }), + new EmployeesFlatDetailsItem({ Address: `Berguvsvägen 8`, Age: 43, City: `Luleå`, Country: `Sweden`, Fax: `0921-12 34 67`, HireDate: `2011-06-03`, ID: 3, Name: `Michael Burke`, ParentID: 1, Phone: `0921-12 34 65`, PostalCode: 29000, Title: `Senior Software Developer`, LastName: `Burke`, FullAddress: `Berguvsvägen 8, Luleå, Sweden` }), + new EmployeesFlatDetailsItem({ Address: `Forsterstr. 57`, Age: 29, City: `Mannheim`, Country: `Germany`, Fax: `0621-08924`, HireDate: `2009-06-19`, ID: 2, Name: `Thomas Anderson`, ParentID: 1, Phone: `0621-08460`, PostalCode: 68306, Title: `Senior Software Developer`, LastName: `Anderson`, FullAddress: `Forsterstr. 57, Mannheim, Germany` }), + new EmployeesFlatDetailsItem({ Address: `24, place Kléber`, Age: 31, City: `Strasbourg`, Country: `France`, Fax: `88.60.15.32`, HireDate: `2014-08-18`, ID: 11, Name: `Monica Reyes`, ParentID: 1, Phone: `88.60.15.31`, PostalCode: 67000, Title: `Software Development Team Lead`, LastName: `Reyes`, FullAddress: `24, place Kléber, Strasbourg, France` }), + new EmployeesFlatDetailsItem({ Address: `C/ Araquil, 67`, Age: 35, City: `Madrid`, Country: `Spain`, Fax: `(911) 555 91 99`, HireDate: `2015-09-17`, ID: 6, Name: `Roland Mendel`, ParentID: 11, Phone: `(91) 555 22 82`, PostalCode: 28023, Title: `Senior Software Developer`, LastName: `Mendel`, FullAddress: `C/ Araquil, 67, Madrid, Spain` }), + new EmployeesFlatDetailsItem({ Address: `12, rue des Bouchers`, Age: 44, City: `Marseille`, Country: `France`, Fax: `91.24.45.41`, HireDate: `2009-10-11`, ID: 12, Name: `Sven Cooper`, ParentID: 11, Phone: `91.24.45.40`, PostalCode: 13008, Title: `Senior Software Developer`, LastName: `Cooper`, FullAddress: `12, rue des Bouchers, Marseille, France` }), + new EmployeesFlatDetailsItem({ Address: `23 Tsawassen Blvd.`, Age: 44, City: `Tsawassen`, Country: `Canada`, Fax: `(604) 555-3745`, HireDate: `2014-04-04`, ID: 14, Name: `Laurence Johnson`, ParentID: 4, Phone: `(604) 555-4729`, PostalCode: 19000, Title: `Director`, LastName: `Johnson`, FullAddress: `23 Tsawassen Blvd., Tsawassen, Canada` }), + new EmployeesFlatDetailsItem({ Address: `Fauntleroy Circus`, Age: 25, City: `London`, Country: `UK`, Fax: `(125) 555-3798`, HireDate: `2017-11-9`, ID: 5, Name: `Elizabeth Richards`, ParentID: 4, Phone: `(171) 555-1212`, PostalCode: 30000, Title: `Vice President`, LastName: `Richards`, FullAddress: `Fauntleroy Circus, London, UK` }), + new EmployeesFlatDetailsItem({ Address: `Cerrito 333`, Age: 39, City: `Buenos Aires`, Country: `Argentina`, Fax: `(121) 135-4892`, HireDate: `2010-03-22`, ID: 13, Name: `Trevor Ashworth`, ParentID: 5, Phone: `(1) 135-5555`, PostalCode: 1010, Title: `Director`, LastName: `Ashworth`, FullAddress: `Cerrito 333, Buenos Aires, Argentina` }), + new EmployeesFlatDetailsItem({ Address: `Sierras de Granada 9993`, Age: 44, City: `México D.F.`, Country: `Mexico`, Fax: `(153) 555-7293`, HireDate: `2014-04-04`, ID: 17, Name: `Antonio Moreno`, ParentID: 18, Phone: `(5) 555-3392`, PostalCode: 5022, Title: `Senior Accountant`, LastName: `Moreno`, FullAddress: `Sierras de Granada 9993, México D.F., Mexico` }), + new EmployeesFlatDetailsItem({ Address: `Hauptstr. 29`, Age: 50, City: `Sao Paulo`, Country: `Brazil`, Fax: `(531) 555-6691`, HireDate: `2007-11-18`, ID: 7, Name: `Pedro Rodriguez`, ParentID: 10, Phone: `0452-076545`, PostalCode: 3012, Title: `Senior Localization Developer`, LastName: `Rodriguez`, FullAddress: `Hauptstr. 29, Sao Paulo, Brazil` }), + new EmployeesFlatDetailsItem({ Address: `Av. dos Lusíadas, 23`, Age: 27, City: `Bern`, Country: `Switzerland`, Fax: `(271) 335-357`, HireDate: `2016-02-19`, ID: 8, Name: `Casey Harper`, ParentID: 10, Phone: `(11) 555-7647`, PostalCode: 40000, Title: `Senior Localization`, LastName: `Harper`, FullAddress: `Av. dos Lusíadas, 23, Bern, Switzerland` }), + new EmployeesFlatDetailsItem({ Address: `Berkeley Gardens 12`, Age: 25, City: `London`, Country: `UK`, Fax: `(171) 555-9199`, HireDate: `2017-11-09`, ID: 15, Name: `Patricia Simpson`, ParentID: 7, Phone: `(171) 555-2282`, PostalCode: 26000, Title: `Localization Intern`, LastName: `Simpson`, FullAddress: `Berkeley Gardens 12, London, UK` }), + new EmployeesFlatDetailsItem({ Address: `Walserweg 21`, Age: 39, City: `Aachen`, Country: `Germany`, Fax: `0241-059428`, HireDate: `2010-03-22`, ID: 9, Name: `Francisco Chang`, ParentID: 7, Phone: `0241-039123`, PostalCode: 52066, Title: `Localization Intern`, LastName: `Chang`, FullAddress: `Walserweg 21, Aachen, Germany` }), + new EmployeesFlatDetailsItem({ Address: `35 King George`, Age: 25, City: `London`, Country: `UK`, Fax: `(171) 555-3373`, HireDate: `2018-03-18`, ID: 16, Name: `Peter Lewis`, ParentID: 7, Phone: `(171) 555-0297`, PostalCode: 48000, Title: `Localization Intern`, LastName: `Lewis`, FullAddress: `35 King George, London, UK` }), ]; super(...newItems.slice(0)); } diff --git a/samples/grids/tree-grid/column-pinning-styles/src/EmployeesFlatData.ts b/samples/grids/tree-grid/column-pinning-styles/src/EmployeesFlatData.ts index b99bf3579a..2e5e7fc2ed 100644 --- a/samples/grids/tree-grid/column-pinning-styles/src/EmployeesFlatData.ts +++ b/samples/grids/tree-grid/column-pinning-styles/src/EmployeesFlatData.ts @@ -19,204 +19,24 @@ export class EmployeesFlatData extends Array { super(...items); } else { const newItems = [ - new EmployeesFlatDataItem( - { - Age: 55, - HireDate: `2008-03-20`, - ID: 1, - Name: `Johnathan Winchester`, - Phone: `0251-031259`, - OnPTO: false, - ParentID: -1, - Title: `Development Manager` - }), - new EmployeesFlatDataItem( - { - Age: 42, - HireDate: `2014-01-22`, - ID: 4, - Name: `Ana Sanders`, - Phone: `(21) 555-0091`, - OnPTO: true, - ParentID: -1, - Title: `CEO` - }), - new EmployeesFlatDataItem( - { - Age: 49, - HireDate: `2014-01-22`, - ID: 18, - Name: `Victoria Lincoln`, - Phone: `(071) 23 67 22 20`, - OnPTO: true, - ParentID: -1, - Title: `Accounting Manager` - }), - new EmployeesFlatDataItem( - { - Age: 61, - HireDate: `2010-01-01`, - ID: 10, - Name: `Yang Wang`, - Phone: `(21) 555-0091`, - OnPTO: false, - ParentID: -1, - Title: `Localization Manager` - }), - new EmployeesFlatDataItem( - { - Age: 43, - HireDate: `2011-06-03`, - ID: 3, - Name: `Michael Burke`, - Phone: `0452-076545`, - OnPTO: true, - ParentID: 1, - Title: `Senior Software Developer` - }), - new EmployeesFlatDataItem( - { - Age: 29, - HireDate: `2009-06-19`, - ID: 2, - Name: `Thomas Anderson`, - Phone: `(14) 555-8122`, - OnPTO: false, - ParentID: 1, - Title: `Senior Software Developer` - }), - new EmployeesFlatDataItem( - { - Age: 31, - HireDate: `2014-08-18`, - ID: 11, - Name: `Monica Reyes`, - Phone: `7675-3425`, - OnPTO: false, - ParentID: 1, - Title: `Software Development Team Lead` - }), - new EmployeesFlatDataItem( - { - Age: 35, - HireDate: `2015-09-17`, - ID: 6, - Name: `Roland Mendel`, - Phone: `(505) 555-5939`, - OnPTO: false, - ParentID: 11, - Title: `Senior Software Developer` - }), - new EmployeesFlatDataItem( - { - Age: 44, - HireDate: `2009-10-11`, - ID: 12, - Name: `Sven Cooper`, - Phone: `0695-34 67 21`, - OnPTO: true, - ParentID: 11, - Title: `Senior Software Developer` - }), - new EmployeesFlatDataItem( - { - Age: 44, - HireDate: `2014-04-04`, - ID: 14, - Name: `Laurence Johnson`, - Phone: `981-443655`, - OnPTO: false, - ParentID: 4, - Title: `Director` - }), - new EmployeesFlatDataItem( - { - Age: 25, - HireDate: `2017-11-09`, - ID: 5, - Name: `Elizabeth Richards`, - Phone: `(2) 283-2951`, - OnPTO: true, - ParentID: 4, - Title: `Vice President` - }), - new EmployeesFlatDataItem( - { - Age: 39, - HireDate: `2010-03-22`, - ID: 13, - Name: `Trevor Ashworth`, - Phone: `981-443655`, - OnPTO: true, - ParentID: 5, - Title: `Director` - }), - new EmployeesFlatDataItem( - { - Age: 44, - HireDate: `2014-04-04`, - ID: 17, - Name: `Antonio Moreno`, - Phone: `(505) 555-5939`, - OnPTO: false, - ParentID: 18, - Title: `Senior Accountant` - }), - new EmployeesFlatDataItem( - { - Age: 50, - HireDate: `2007-11-18`, - ID: 7, - Name: `Pedro Rodriguez`, - Phone: `035-640230`, - OnPTO: false, - ParentID: 10, - Title: `Senior Localization Developer` - }), - new EmployeesFlatDataItem( - { - Age: 27, - HireDate: `2016-02-19`, - ID: 8, - Name: `Casey Harper`, - Phone: `0342-023176`, - OnPTO: true, - ParentID: 10, - Title: `Senior Localization` - }), - new EmployeesFlatDataItem( - { - Age: 25, - HireDate: `2017-11-09`, - ID: 15, - Name: `Patricia Simpson`, - Phone: `069-0245984`, - OnPTO: false, - ParentID: 7, - Title: `Localization Intern` - }), - new EmployeesFlatDataItem( - { - Age: 39, - HireDate: `2010-03-22`, - ID: 9, - Name: `Francisco Chang`, - Phone: `(91) 745 6200`, - OnPTO: false, - ParentID: 7, - Title: `Localization Intern` - }), - new EmployeesFlatDataItem( - { - Age: 25, - HireDate: `2018-03-18`, - ID: 16, - Name: `Peter Lewis`, - Phone: `069-0245984`, - OnPTO: true, - ParentID: 7, - Title: `Localization Intern` - }), + new EmployeesFlatDataItem({ Age: 55, HireDate: `2008-03-20`, ID: 1, Name: `Johnathan Winchester`, Phone: `0251-031259`, OnPTO: false, ParentID: -1, Title: `Development Manager` }), + new EmployeesFlatDataItem({ Age: 42, HireDate: `2014-01-22`, ID: 4, Name: `Ana Sanders`, Phone: `(21) 555-0091`, OnPTO: true, ParentID: -1, Title: `CEO` }), + new EmployeesFlatDataItem({ Age: 49, HireDate: `2014-01-22`, ID: 18, Name: `Victoria Lincoln`, Phone: `(071) 23 67 22 20`, OnPTO: true, ParentID: -1, Title: `Accounting Manager` }), + new EmployeesFlatDataItem({ Age: 61, HireDate: `2010-01-01`, ID: 10, Name: `Yang Wang`, Phone: `(21) 555-0091`, OnPTO: false, ParentID: -1, Title: `Localization Manager` }), + new EmployeesFlatDataItem({ Age: 43, HireDate: `2011-06-03`, ID: 3, Name: `Michael Burke`, Phone: `0452-076545`, OnPTO: true, ParentID: 1, Title: `Senior Software Developer` }), + new EmployeesFlatDataItem({ Age: 29, HireDate: `2009-06-19`, ID: 2, Name: `Thomas Anderson`, Phone: `(14) 555-8122`, OnPTO: false, ParentID: 1, Title: `Senior Software Developer` }), + new EmployeesFlatDataItem({ Age: 31, HireDate: `2014-08-18`, ID: 11, Name: `Monica Reyes`, Phone: `7675-3425`, OnPTO: false, ParentID: 1, Title: `Software Development Team Lead` }), + new EmployeesFlatDataItem({ Age: 35, HireDate: `2015-09-17`, ID: 6, Name: `Roland Mendel`, Phone: `(505) 555-5939`, OnPTO: false, ParentID: 11, Title: `Senior Software Developer` }), + new EmployeesFlatDataItem({ Age: 44, HireDate: `2009-10-11`, ID: 12, Name: `Sven Cooper`, Phone: `0695-34 67 21`, OnPTO: true, ParentID: 11, Title: `Senior Software Developer` }), + new EmployeesFlatDataItem({ Age: 44, HireDate: `2014-04-04`, ID: 14, Name: `Laurence Johnson`, Phone: `981-443655`, OnPTO: false, ParentID: 4, Title: `Director` }), + new EmployeesFlatDataItem({ Age: 25, HireDate: `2017-11-09`, ID: 5, Name: `Elizabeth Richards`, Phone: `(2) 283-2951`, OnPTO: true, ParentID: 4, Title: `Vice President` }), + new EmployeesFlatDataItem({ Age: 39, HireDate: `2010-03-22`, ID: 13, Name: `Trevor Ashworth`, Phone: `981-443655`, OnPTO: true, ParentID: 5, Title: `Director` }), + new EmployeesFlatDataItem({ Age: 44, HireDate: `2014-04-04`, ID: 17, Name: `Antonio Moreno`, Phone: `(505) 555-5939`, OnPTO: false, ParentID: 18, Title: `Senior Accountant` }), + new EmployeesFlatDataItem({ Age: 50, HireDate: `2007-11-18`, ID: 7, Name: `Pedro Rodriguez`, Phone: `035-640230`, OnPTO: false, ParentID: 10, Title: `Senior Localization Developer` }), + new EmployeesFlatDataItem({ Age: 27, HireDate: `2016-02-19`, ID: 8, Name: `Casey Harper`, Phone: `0342-023176`, OnPTO: true, ParentID: 10, Title: `Senior Localization` }), + new EmployeesFlatDataItem({ Age: 25, HireDate: `2017-11-09`, ID: 15, Name: `Patricia Simpson`, Phone: `069-0245984`, OnPTO: false, ParentID: 7, Title: `Localization Intern` }), + new EmployeesFlatDataItem({ Age: 39, HireDate: `2010-03-22`, ID: 9, Name: `Francisco Chang`, Phone: `(91) 745 6200`, OnPTO: false, ParentID: 7, Title: `Localization Intern` }), + new EmployeesFlatDataItem({ Age: 25, HireDate: `2018-03-18`, ID: 16, Name: `Peter Lewis`, Phone: `069-0245984`, OnPTO: true, ParentID: 7, Title: `Localization Intern` }), ]; super(...newItems.slice(0)); } diff --git a/samples/grids/tree-grid/column-pinning-toolbar/src/EmployeesFlatDetails.ts b/samples/grids/tree-grid/column-pinning-toolbar/src/EmployeesFlatDetails.ts index 8d666c3324..3d9e9f57d5 100644 --- a/samples/grids/tree-grid/column-pinning-toolbar/src/EmployeesFlatDetails.ts +++ b/samples/grids/tree-grid/column-pinning-toolbar/src/EmployeesFlatDetails.ts @@ -25,312 +25,24 @@ export class EmployeesFlatDetails extends Array { super(...items); } else { const newItems = [ - new EmployeesFlatDetailsItem( - { - Address: `Obere Str. 57`, - Age: 55, - City: `Berlin`, - Country: `Germany`, - Fax: `030-0076545`, - HireDate: `2008-03-20`, - ID: 1, - Name: `Johnathan Winchester`, - ParentID: -1, - Phone: `030-0074321`, - PostalCode: 12209, - Title: `Development Manager`, - LastName: `Winchester`, - FullAddress: `Obere Str. 57, Berlin, Germany` - }), - new EmployeesFlatDetailsItem( - { - Address: `Avda. de la Constitución 2222`, - Age: 42, - City: `México D.F.`, - Country: `Mexico`, - Fax: `(51) 555-3745`, - HireDate: `2014-01-22`, - ID: 4, - Name: `Ana Sanders`, - ParentID: -1, - Phone: `(5) 555-4729`, - PostalCode: 5021, - Title: `CEO`, - LastName: `Sanders`, - FullAddress: `Avda. de la Constitución 2222, México D.F., Mexico` - }), - new EmployeesFlatDetailsItem( - { - Address: `Mataderos 2312`, - Age: 49, - City: `México D.F.`, - Country: `Mexico`, - Fax: `(5) 555-3995`, - HireDate: `2014-01-22`, - ID: 18, - Name: `Victoria Lincoln`, - ParentID: -1, - Phone: `(5) 555-3932`, - PostalCode: 5023, - Title: `Accounting Manager`, - LastName: `Lincoln`, - FullAddress: `Mataderos 2312, México D.F., Mexico` - }), - new EmployeesFlatDetailsItem( - { - Address: `120 Hanover Sq.`, - Age: 61, - City: `London`, - Country: `UK`, - Fax: `(171) 555-6750`, - HireDate: `2010-01-01`, - ID: 10, - Name: `Yang Wang`, - ParentID: -1, - Phone: `(171) 555-7788`, - PostalCode: 39000, - Title: `Localization Manager`, - LastName: `Wang`, - FullAddress: `120 Hanover Sq., London, UK` - }), - new EmployeesFlatDetailsItem( - { - Address: `Berguvsvägen 8`, - Age: 43, - City: `Luleå`, - Country: `Sweden`, - Fax: `0921-12 34 67`, - HireDate: `2011-06-03`, - ID: 3, - Name: `Michael Burke`, - ParentID: 1, - Phone: `0921-12 34 65`, - PostalCode: 29000, - Title: `Senior Software Developer`, - LastName: `Burke`, - FullAddress: `Berguvsvägen 8, Luleå, Sweden` - }), - new EmployeesFlatDetailsItem( - { - Address: `Forsterstr. 57`, - Age: 29, - City: `Mannheim`, - Country: `Germany`, - Fax: `0621-08924`, - HireDate: `2009-06-19`, - ID: 2, - Name: `Thomas Anderson`, - ParentID: 1, - Phone: `0621-08460`, - PostalCode: 68306, - Title: `Senior Software Developer`, - LastName: `Anderson`, - FullAddress: `Forsterstr. 57, Mannheim, Germany` - }), - new EmployeesFlatDetailsItem( - { - Address: `24, place Kléber`, - Age: 31, - City: `Strasbourg`, - Country: `France`, - Fax: `88.60.15.32`, - HireDate: `2014-08-18`, - ID: 11, - Name: `Monica Reyes`, - ParentID: 1, - Phone: `88.60.15.31`, - PostalCode: 67000, - Title: `Software Development Team Lead`, - LastName: `Reyes`, - FullAddress: `24, place Kléber, Strasbourg, France` - }), - new EmployeesFlatDetailsItem( - { - Address: `C/ Araquil, 67`, - Age: 35, - City: `Madrid`, - Country: `Spain`, - Fax: `(911) 555 91 99`, - HireDate: `2015-09-17`, - ID: 6, - Name: `Roland Mendel`, - ParentID: 11, - Phone: `(91) 555 22 82`, - PostalCode: 28023, - Title: `Senior Software Developer`, - LastName: `Mendel`, - FullAddress: `C/ Araquil, 67, Madrid, Spain` - }), - new EmployeesFlatDetailsItem( - { - Address: `12, rue des Bouchers`, - Age: 44, - City: `Marseille`, - Country: `France`, - Fax: `91.24.45.41`, - HireDate: `2009-10-11`, - ID: 12, - Name: `Sven Cooper`, - ParentID: 11, - Phone: `91.24.45.40`, - PostalCode: 13008, - Title: `Senior Software Developer`, - LastName: `Cooper`, - FullAddress: `12, rue des Bouchers, Marseille, France` - }), - new EmployeesFlatDetailsItem( - { - Address: `23 Tsawassen Blvd.`, - Age: 44, - City: `Tsawassen`, - Country: `Canada`, - Fax: `(604) 555-3745`, - HireDate: `2014-04-04`, - ID: 14, - Name: `Laurence Johnson`, - ParentID: 4, - Phone: `(604) 555-4729`, - PostalCode: 19000, - Title: `Director`, - LastName: `Johnson`, - FullAddress: `23 Tsawassen Blvd., Tsawassen, Canada` - }), - new EmployeesFlatDetailsItem( - { - Address: `Fauntleroy Circus`, - Age: 25, - City: `London`, - Country: `UK`, - Fax: `(125) 555-3798`, - HireDate: `2017-11-9`, - ID: 5, - Name: `Elizabeth Richards`, - ParentID: 4, - Phone: `(171) 555-1212`, - PostalCode: 30000, - Title: `Vice President`, - LastName: `Richards`, - FullAddress: `Fauntleroy Circus, London, UK` - }), - new EmployeesFlatDetailsItem( - { - Address: `Cerrito 333`, - Age: 39, - City: `Buenos Aires`, - Country: `Argentina`, - Fax: `(121) 135-4892`, - HireDate: `2010-03-22`, - ID: 13, - Name: `Trevor Ashworth`, - ParentID: 5, - Phone: `(1) 135-5555`, - PostalCode: 1010, - Title: `Director`, - LastName: `Ashworth`, - FullAddress: `Cerrito 333, Buenos Aires, Argentina` - }), - new EmployeesFlatDetailsItem( - { - Address: `Sierras de Granada 9993`, - Age: 44, - City: `México D.F.`, - Country: `Mexico`, - Fax: `(153) 555-7293`, - HireDate: `2014-04-04`, - ID: 17, - Name: `Antonio Moreno`, - ParentID: 18, - Phone: `(5) 555-3392`, - PostalCode: 5022, - Title: `Senior Accountant`, - LastName: `Moreno`, - FullAddress: `Sierras de Granada 9993, México D.F., Mexico` - }), - new EmployeesFlatDetailsItem( - { - Address: `Hauptstr. 29`, - Age: 50, - City: `Sao Paulo`, - Country: `Brazil`, - Fax: `(531) 555-6691`, - HireDate: `2007-11-18`, - ID: 7, - Name: `Pedro Rodriguez`, - ParentID: 10, - Phone: `0452-076545`, - PostalCode: 3012, - Title: `Senior Localization Developer`, - LastName: `Rodriguez`, - FullAddress: `Hauptstr. 29, Sao Paulo, Brazil` - }), - new EmployeesFlatDetailsItem( - { - Address: `Av. dos Lusíadas, 23`, - Age: 27, - City: `Bern`, - Country: `Switzerland`, - Fax: `(271) 335-357`, - HireDate: `2016-02-19`, - ID: 8, - Name: `Casey Harper`, - ParentID: 10, - Phone: `(11) 555-7647`, - PostalCode: 40000, - Title: `Senior Localization`, - LastName: `Harper`, - FullAddress: `Av. dos Lusíadas, 23, Bern, Switzerland` - }), - new EmployeesFlatDetailsItem( - { - Address: `Berkeley Gardens 12`, - Age: 25, - City: `London`, - Country: `UK`, - Fax: `(171) 555-9199`, - HireDate: `2017-11-09`, - ID: 15, - Name: `Patricia Simpson`, - ParentID: 7, - Phone: `(171) 555-2282`, - PostalCode: 26000, - Title: `Localization Intern`, - LastName: `Simpson`, - FullAddress: `Berkeley Gardens 12, London, UK` - }), - new EmployeesFlatDetailsItem( - { - Address: `Walserweg 21`, - Age: 39, - City: `Aachen`, - Country: `Germany`, - Fax: `0241-059428`, - HireDate: `2010-03-22`, - ID: 9, - Name: `Francisco Chang`, - ParentID: 7, - Phone: `0241-039123`, - PostalCode: 52066, - Title: `Localization Intern`, - LastName: `Chang`, - FullAddress: `Walserweg 21, Aachen, Germany` - }), - new EmployeesFlatDetailsItem( - { - Address: `35 King George`, - Age: 25, - City: `London`, - Country: `UK`, - Fax: `(171) 555-3373`, - HireDate: `2018-03-18`, - ID: 16, - Name: `Peter Lewis`, - ParentID: 7, - Phone: `(171) 555-0297`, - PostalCode: 48000, - Title: `Localization Intern`, - LastName: `Lewis`, - FullAddress: `35 King George, London, UK` - }), + new EmployeesFlatDetailsItem({ Address: `Obere Str. 57`, Age: 55, City: `Berlin`, Country: `Germany`, Fax: `030-0076545`, HireDate: `2008-03-20`, ID: 1, Name: `Johnathan Winchester`, ParentID: -1, Phone: `030-0074321`, PostalCode: 12209, Title: `Development Manager`, LastName: `Winchester`, FullAddress: `Obere Str. 57, Berlin, Germany` }), + new EmployeesFlatDetailsItem({ Address: `Avda. de la Constitución 2222`, Age: 42, City: `México D.F.`, Country: `Mexico`, Fax: `(51) 555-3745`, HireDate: `2014-01-22`, ID: 4, Name: `Ana Sanders`, ParentID: -1, Phone: `(5) 555-4729`, PostalCode: 5021, Title: `CEO`, LastName: `Sanders`, FullAddress: `Avda. de la Constitución 2222, México D.F., Mexico` }), + new EmployeesFlatDetailsItem({ Address: `Mataderos 2312`, Age: 49, City: `México D.F.`, Country: `Mexico`, Fax: `(5) 555-3995`, HireDate: `2014-01-22`, ID: 18, Name: `Victoria Lincoln`, ParentID: -1, Phone: `(5) 555-3932`, PostalCode: 5023, Title: `Accounting Manager`, LastName: `Lincoln`, FullAddress: `Mataderos 2312, México D.F., Mexico` }), + new EmployeesFlatDetailsItem({ Address: `120 Hanover Sq.`, Age: 61, City: `London`, Country: `UK`, Fax: `(171) 555-6750`, HireDate: `2010-01-01`, ID: 10, Name: `Yang Wang`, ParentID: -1, Phone: `(171) 555-7788`, PostalCode: 39000, Title: `Localization Manager`, LastName: `Wang`, FullAddress: `120 Hanover Sq., London, UK` }), + new EmployeesFlatDetailsItem({ Address: `Berguvsvägen 8`, Age: 43, City: `Luleå`, Country: `Sweden`, Fax: `0921-12 34 67`, HireDate: `2011-06-03`, ID: 3, Name: `Michael Burke`, ParentID: 1, Phone: `0921-12 34 65`, PostalCode: 29000, Title: `Senior Software Developer`, LastName: `Burke`, FullAddress: `Berguvsvägen 8, Luleå, Sweden` }), + new EmployeesFlatDetailsItem({ Address: `Forsterstr. 57`, Age: 29, City: `Mannheim`, Country: `Germany`, Fax: `0621-08924`, HireDate: `2009-06-19`, ID: 2, Name: `Thomas Anderson`, ParentID: 1, Phone: `0621-08460`, PostalCode: 68306, Title: `Senior Software Developer`, LastName: `Anderson`, FullAddress: `Forsterstr. 57, Mannheim, Germany` }), + new EmployeesFlatDetailsItem({ Address: `24, place Kléber`, Age: 31, City: `Strasbourg`, Country: `France`, Fax: `88.60.15.32`, HireDate: `2014-08-18`, ID: 11, Name: `Monica Reyes`, ParentID: 1, Phone: `88.60.15.31`, PostalCode: 67000, Title: `Software Development Team Lead`, LastName: `Reyes`, FullAddress: `24, place Kléber, Strasbourg, France` }), + new EmployeesFlatDetailsItem({ Address: `C/ Araquil, 67`, Age: 35, City: `Madrid`, Country: `Spain`, Fax: `(911) 555 91 99`, HireDate: `2015-09-17`, ID: 6, Name: `Roland Mendel`, ParentID: 11, Phone: `(91) 555 22 82`, PostalCode: 28023, Title: `Senior Software Developer`, LastName: `Mendel`, FullAddress: `C/ Araquil, 67, Madrid, Spain` }), + new EmployeesFlatDetailsItem({ Address: `12, rue des Bouchers`, Age: 44, City: `Marseille`, Country: `France`, Fax: `91.24.45.41`, HireDate: `2009-10-11`, ID: 12, Name: `Sven Cooper`, ParentID: 11, Phone: `91.24.45.40`, PostalCode: 13008, Title: `Senior Software Developer`, LastName: `Cooper`, FullAddress: `12, rue des Bouchers, Marseille, France` }), + new EmployeesFlatDetailsItem({ Address: `23 Tsawassen Blvd.`, Age: 44, City: `Tsawassen`, Country: `Canada`, Fax: `(604) 555-3745`, HireDate: `2014-04-04`, ID: 14, Name: `Laurence Johnson`, ParentID: 4, Phone: `(604) 555-4729`, PostalCode: 19000, Title: `Director`, LastName: `Johnson`, FullAddress: `23 Tsawassen Blvd., Tsawassen, Canada` }), + new EmployeesFlatDetailsItem({ Address: `Fauntleroy Circus`, Age: 25, City: `London`, Country: `UK`, Fax: `(125) 555-3798`, HireDate: `2017-11-9`, ID: 5, Name: `Elizabeth Richards`, ParentID: 4, Phone: `(171) 555-1212`, PostalCode: 30000, Title: `Vice President`, LastName: `Richards`, FullAddress: `Fauntleroy Circus, London, UK` }), + new EmployeesFlatDetailsItem({ Address: `Cerrito 333`, Age: 39, City: `Buenos Aires`, Country: `Argentina`, Fax: `(121) 135-4892`, HireDate: `2010-03-22`, ID: 13, Name: `Trevor Ashworth`, ParentID: 5, Phone: `(1) 135-5555`, PostalCode: 1010, Title: `Director`, LastName: `Ashworth`, FullAddress: `Cerrito 333, Buenos Aires, Argentina` }), + new EmployeesFlatDetailsItem({ Address: `Sierras de Granada 9993`, Age: 44, City: `México D.F.`, Country: `Mexico`, Fax: `(153) 555-7293`, HireDate: `2014-04-04`, ID: 17, Name: `Antonio Moreno`, ParentID: 18, Phone: `(5) 555-3392`, PostalCode: 5022, Title: `Senior Accountant`, LastName: `Moreno`, FullAddress: `Sierras de Granada 9993, México D.F., Mexico` }), + new EmployeesFlatDetailsItem({ Address: `Hauptstr. 29`, Age: 50, City: `Sao Paulo`, Country: `Brazil`, Fax: `(531) 555-6691`, HireDate: `2007-11-18`, ID: 7, Name: `Pedro Rodriguez`, ParentID: 10, Phone: `0452-076545`, PostalCode: 3012, Title: `Senior Localization Developer`, LastName: `Rodriguez`, FullAddress: `Hauptstr. 29, Sao Paulo, Brazil` }), + new EmployeesFlatDetailsItem({ Address: `Av. dos Lusíadas, 23`, Age: 27, City: `Bern`, Country: `Switzerland`, Fax: `(271) 335-357`, HireDate: `2016-02-19`, ID: 8, Name: `Casey Harper`, ParentID: 10, Phone: `(11) 555-7647`, PostalCode: 40000, Title: `Senior Localization`, LastName: `Harper`, FullAddress: `Av. dos Lusíadas, 23, Bern, Switzerland` }), + new EmployeesFlatDetailsItem({ Address: `Berkeley Gardens 12`, Age: 25, City: `London`, Country: `UK`, Fax: `(171) 555-9199`, HireDate: `2017-11-09`, ID: 15, Name: `Patricia Simpson`, ParentID: 7, Phone: `(171) 555-2282`, PostalCode: 26000, Title: `Localization Intern`, LastName: `Simpson`, FullAddress: `Berkeley Gardens 12, London, UK` }), + new EmployeesFlatDetailsItem({ Address: `Walserweg 21`, Age: 39, City: `Aachen`, Country: `Germany`, Fax: `0241-059428`, HireDate: `2010-03-22`, ID: 9, Name: `Francisco Chang`, ParentID: 7, Phone: `0241-039123`, PostalCode: 52066, Title: `Localization Intern`, LastName: `Chang`, FullAddress: `Walserweg 21, Aachen, Germany` }), + new EmployeesFlatDetailsItem({ Address: `35 King George`, Age: 25, City: `London`, Country: `UK`, Fax: `(171) 555-3373`, HireDate: `2018-03-18`, ID: 16, Name: `Peter Lewis`, ParentID: 7, Phone: `(171) 555-0297`, PostalCode: 48000, Title: `Localization Intern`, LastName: `Lewis`, FullAddress: `35 King George, London, UK` }), ]; super(...newItems.slice(0)); } diff --git a/samples/grids/tree-grid/column-pinning/src/EmployeesFlatData.ts b/samples/grids/tree-grid/column-pinning/src/EmployeesFlatData.ts index b99bf3579a..2e5e7fc2ed 100644 --- a/samples/grids/tree-grid/column-pinning/src/EmployeesFlatData.ts +++ b/samples/grids/tree-grid/column-pinning/src/EmployeesFlatData.ts @@ -19,204 +19,24 @@ export class EmployeesFlatData extends Array { super(...items); } else { const newItems = [ - new EmployeesFlatDataItem( - { - Age: 55, - HireDate: `2008-03-20`, - ID: 1, - Name: `Johnathan Winchester`, - Phone: `0251-031259`, - OnPTO: false, - ParentID: -1, - Title: `Development Manager` - }), - new EmployeesFlatDataItem( - { - Age: 42, - HireDate: `2014-01-22`, - ID: 4, - Name: `Ana Sanders`, - Phone: `(21) 555-0091`, - OnPTO: true, - ParentID: -1, - Title: `CEO` - }), - new EmployeesFlatDataItem( - { - Age: 49, - HireDate: `2014-01-22`, - ID: 18, - Name: `Victoria Lincoln`, - Phone: `(071) 23 67 22 20`, - OnPTO: true, - ParentID: -1, - Title: `Accounting Manager` - }), - new EmployeesFlatDataItem( - { - Age: 61, - HireDate: `2010-01-01`, - ID: 10, - Name: `Yang Wang`, - Phone: `(21) 555-0091`, - OnPTO: false, - ParentID: -1, - Title: `Localization Manager` - }), - new EmployeesFlatDataItem( - { - Age: 43, - HireDate: `2011-06-03`, - ID: 3, - Name: `Michael Burke`, - Phone: `0452-076545`, - OnPTO: true, - ParentID: 1, - Title: `Senior Software Developer` - }), - new EmployeesFlatDataItem( - { - Age: 29, - HireDate: `2009-06-19`, - ID: 2, - Name: `Thomas Anderson`, - Phone: `(14) 555-8122`, - OnPTO: false, - ParentID: 1, - Title: `Senior Software Developer` - }), - new EmployeesFlatDataItem( - { - Age: 31, - HireDate: `2014-08-18`, - ID: 11, - Name: `Monica Reyes`, - Phone: `7675-3425`, - OnPTO: false, - ParentID: 1, - Title: `Software Development Team Lead` - }), - new EmployeesFlatDataItem( - { - Age: 35, - HireDate: `2015-09-17`, - ID: 6, - Name: `Roland Mendel`, - Phone: `(505) 555-5939`, - OnPTO: false, - ParentID: 11, - Title: `Senior Software Developer` - }), - new EmployeesFlatDataItem( - { - Age: 44, - HireDate: `2009-10-11`, - ID: 12, - Name: `Sven Cooper`, - Phone: `0695-34 67 21`, - OnPTO: true, - ParentID: 11, - Title: `Senior Software Developer` - }), - new EmployeesFlatDataItem( - { - Age: 44, - HireDate: `2014-04-04`, - ID: 14, - Name: `Laurence Johnson`, - Phone: `981-443655`, - OnPTO: false, - ParentID: 4, - Title: `Director` - }), - new EmployeesFlatDataItem( - { - Age: 25, - HireDate: `2017-11-09`, - ID: 5, - Name: `Elizabeth Richards`, - Phone: `(2) 283-2951`, - OnPTO: true, - ParentID: 4, - Title: `Vice President` - }), - new EmployeesFlatDataItem( - { - Age: 39, - HireDate: `2010-03-22`, - ID: 13, - Name: `Trevor Ashworth`, - Phone: `981-443655`, - OnPTO: true, - ParentID: 5, - Title: `Director` - }), - new EmployeesFlatDataItem( - { - Age: 44, - HireDate: `2014-04-04`, - ID: 17, - Name: `Antonio Moreno`, - Phone: `(505) 555-5939`, - OnPTO: false, - ParentID: 18, - Title: `Senior Accountant` - }), - new EmployeesFlatDataItem( - { - Age: 50, - HireDate: `2007-11-18`, - ID: 7, - Name: `Pedro Rodriguez`, - Phone: `035-640230`, - OnPTO: false, - ParentID: 10, - Title: `Senior Localization Developer` - }), - new EmployeesFlatDataItem( - { - Age: 27, - HireDate: `2016-02-19`, - ID: 8, - Name: `Casey Harper`, - Phone: `0342-023176`, - OnPTO: true, - ParentID: 10, - Title: `Senior Localization` - }), - new EmployeesFlatDataItem( - { - Age: 25, - HireDate: `2017-11-09`, - ID: 15, - Name: `Patricia Simpson`, - Phone: `069-0245984`, - OnPTO: false, - ParentID: 7, - Title: `Localization Intern` - }), - new EmployeesFlatDataItem( - { - Age: 39, - HireDate: `2010-03-22`, - ID: 9, - Name: `Francisco Chang`, - Phone: `(91) 745 6200`, - OnPTO: false, - ParentID: 7, - Title: `Localization Intern` - }), - new EmployeesFlatDataItem( - { - Age: 25, - HireDate: `2018-03-18`, - ID: 16, - Name: `Peter Lewis`, - Phone: `069-0245984`, - OnPTO: true, - ParentID: 7, - Title: `Localization Intern` - }), + new EmployeesFlatDataItem({ Age: 55, HireDate: `2008-03-20`, ID: 1, Name: `Johnathan Winchester`, Phone: `0251-031259`, OnPTO: false, ParentID: -1, Title: `Development Manager` }), + new EmployeesFlatDataItem({ Age: 42, HireDate: `2014-01-22`, ID: 4, Name: `Ana Sanders`, Phone: `(21) 555-0091`, OnPTO: true, ParentID: -1, Title: `CEO` }), + new EmployeesFlatDataItem({ Age: 49, HireDate: `2014-01-22`, ID: 18, Name: `Victoria Lincoln`, Phone: `(071) 23 67 22 20`, OnPTO: true, ParentID: -1, Title: `Accounting Manager` }), + new EmployeesFlatDataItem({ Age: 61, HireDate: `2010-01-01`, ID: 10, Name: `Yang Wang`, Phone: `(21) 555-0091`, OnPTO: false, ParentID: -1, Title: `Localization Manager` }), + new EmployeesFlatDataItem({ Age: 43, HireDate: `2011-06-03`, ID: 3, Name: `Michael Burke`, Phone: `0452-076545`, OnPTO: true, ParentID: 1, Title: `Senior Software Developer` }), + new EmployeesFlatDataItem({ Age: 29, HireDate: `2009-06-19`, ID: 2, Name: `Thomas Anderson`, Phone: `(14) 555-8122`, OnPTO: false, ParentID: 1, Title: `Senior Software Developer` }), + new EmployeesFlatDataItem({ Age: 31, HireDate: `2014-08-18`, ID: 11, Name: `Monica Reyes`, Phone: `7675-3425`, OnPTO: false, ParentID: 1, Title: `Software Development Team Lead` }), + new EmployeesFlatDataItem({ Age: 35, HireDate: `2015-09-17`, ID: 6, Name: `Roland Mendel`, Phone: `(505) 555-5939`, OnPTO: false, ParentID: 11, Title: `Senior Software Developer` }), + new EmployeesFlatDataItem({ Age: 44, HireDate: `2009-10-11`, ID: 12, Name: `Sven Cooper`, Phone: `0695-34 67 21`, OnPTO: true, ParentID: 11, Title: `Senior Software Developer` }), + new EmployeesFlatDataItem({ Age: 44, HireDate: `2014-04-04`, ID: 14, Name: `Laurence Johnson`, Phone: `981-443655`, OnPTO: false, ParentID: 4, Title: `Director` }), + new EmployeesFlatDataItem({ Age: 25, HireDate: `2017-11-09`, ID: 5, Name: `Elizabeth Richards`, Phone: `(2) 283-2951`, OnPTO: true, ParentID: 4, Title: `Vice President` }), + new EmployeesFlatDataItem({ Age: 39, HireDate: `2010-03-22`, ID: 13, Name: `Trevor Ashworth`, Phone: `981-443655`, OnPTO: true, ParentID: 5, Title: `Director` }), + new EmployeesFlatDataItem({ Age: 44, HireDate: `2014-04-04`, ID: 17, Name: `Antonio Moreno`, Phone: `(505) 555-5939`, OnPTO: false, ParentID: 18, Title: `Senior Accountant` }), + new EmployeesFlatDataItem({ Age: 50, HireDate: `2007-11-18`, ID: 7, Name: `Pedro Rodriguez`, Phone: `035-640230`, OnPTO: false, ParentID: 10, Title: `Senior Localization Developer` }), + new EmployeesFlatDataItem({ Age: 27, HireDate: `2016-02-19`, ID: 8, Name: `Casey Harper`, Phone: `0342-023176`, OnPTO: true, ParentID: 10, Title: `Senior Localization` }), + new EmployeesFlatDataItem({ Age: 25, HireDate: `2017-11-09`, ID: 15, Name: `Patricia Simpson`, Phone: `069-0245984`, OnPTO: false, ParentID: 7, Title: `Localization Intern` }), + new EmployeesFlatDataItem({ Age: 39, HireDate: `2010-03-22`, ID: 9, Name: `Francisco Chang`, Phone: `(91) 745 6200`, OnPTO: false, ParentID: 7, Title: `Localization Intern` }), + new EmployeesFlatDataItem({ Age: 25, HireDate: `2018-03-18`, ID: 16, Name: `Peter Lewis`, Phone: `069-0245984`, OnPTO: true, ParentID: 7, Title: `Localization Intern` }), ]; super(...newItems.slice(0)); } diff --git a/samples/grids/tree-grid/column-resize-styling/src/EmployeesFlatDetails.ts b/samples/grids/tree-grid/column-resize-styling/src/EmployeesFlatDetails.ts index 8d666c3324..3d9e9f57d5 100644 --- a/samples/grids/tree-grid/column-resize-styling/src/EmployeesFlatDetails.ts +++ b/samples/grids/tree-grid/column-resize-styling/src/EmployeesFlatDetails.ts @@ -25,312 +25,24 @@ export class EmployeesFlatDetails extends Array { super(...items); } else { const newItems = [ - new EmployeesFlatDetailsItem( - { - Address: `Obere Str. 57`, - Age: 55, - City: `Berlin`, - Country: `Germany`, - Fax: `030-0076545`, - HireDate: `2008-03-20`, - ID: 1, - Name: `Johnathan Winchester`, - ParentID: -1, - Phone: `030-0074321`, - PostalCode: 12209, - Title: `Development Manager`, - LastName: `Winchester`, - FullAddress: `Obere Str. 57, Berlin, Germany` - }), - new EmployeesFlatDetailsItem( - { - Address: `Avda. de la Constitución 2222`, - Age: 42, - City: `México D.F.`, - Country: `Mexico`, - Fax: `(51) 555-3745`, - HireDate: `2014-01-22`, - ID: 4, - Name: `Ana Sanders`, - ParentID: -1, - Phone: `(5) 555-4729`, - PostalCode: 5021, - Title: `CEO`, - LastName: `Sanders`, - FullAddress: `Avda. de la Constitución 2222, México D.F., Mexico` - }), - new EmployeesFlatDetailsItem( - { - Address: `Mataderos 2312`, - Age: 49, - City: `México D.F.`, - Country: `Mexico`, - Fax: `(5) 555-3995`, - HireDate: `2014-01-22`, - ID: 18, - Name: `Victoria Lincoln`, - ParentID: -1, - Phone: `(5) 555-3932`, - PostalCode: 5023, - Title: `Accounting Manager`, - LastName: `Lincoln`, - FullAddress: `Mataderos 2312, México D.F., Mexico` - }), - new EmployeesFlatDetailsItem( - { - Address: `120 Hanover Sq.`, - Age: 61, - City: `London`, - Country: `UK`, - Fax: `(171) 555-6750`, - HireDate: `2010-01-01`, - ID: 10, - Name: `Yang Wang`, - ParentID: -1, - Phone: `(171) 555-7788`, - PostalCode: 39000, - Title: `Localization Manager`, - LastName: `Wang`, - FullAddress: `120 Hanover Sq., London, UK` - }), - new EmployeesFlatDetailsItem( - { - Address: `Berguvsvägen 8`, - Age: 43, - City: `Luleå`, - Country: `Sweden`, - Fax: `0921-12 34 67`, - HireDate: `2011-06-03`, - ID: 3, - Name: `Michael Burke`, - ParentID: 1, - Phone: `0921-12 34 65`, - PostalCode: 29000, - Title: `Senior Software Developer`, - LastName: `Burke`, - FullAddress: `Berguvsvägen 8, Luleå, Sweden` - }), - new EmployeesFlatDetailsItem( - { - Address: `Forsterstr. 57`, - Age: 29, - City: `Mannheim`, - Country: `Germany`, - Fax: `0621-08924`, - HireDate: `2009-06-19`, - ID: 2, - Name: `Thomas Anderson`, - ParentID: 1, - Phone: `0621-08460`, - PostalCode: 68306, - Title: `Senior Software Developer`, - LastName: `Anderson`, - FullAddress: `Forsterstr. 57, Mannheim, Germany` - }), - new EmployeesFlatDetailsItem( - { - Address: `24, place Kléber`, - Age: 31, - City: `Strasbourg`, - Country: `France`, - Fax: `88.60.15.32`, - HireDate: `2014-08-18`, - ID: 11, - Name: `Monica Reyes`, - ParentID: 1, - Phone: `88.60.15.31`, - PostalCode: 67000, - Title: `Software Development Team Lead`, - LastName: `Reyes`, - FullAddress: `24, place Kléber, Strasbourg, France` - }), - new EmployeesFlatDetailsItem( - { - Address: `C/ Araquil, 67`, - Age: 35, - City: `Madrid`, - Country: `Spain`, - Fax: `(911) 555 91 99`, - HireDate: `2015-09-17`, - ID: 6, - Name: `Roland Mendel`, - ParentID: 11, - Phone: `(91) 555 22 82`, - PostalCode: 28023, - Title: `Senior Software Developer`, - LastName: `Mendel`, - FullAddress: `C/ Araquil, 67, Madrid, Spain` - }), - new EmployeesFlatDetailsItem( - { - Address: `12, rue des Bouchers`, - Age: 44, - City: `Marseille`, - Country: `France`, - Fax: `91.24.45.41`, - HireDate: `2009-10-11`, - ID: 12, - Name: `Sven Cooper`, - ParentID: 11, - Phone: `91.24.45.40`, - PostalCode: 13008, - Title: `Senior Software Developer`, - LastName: `Cooper`, - FullAddress: `12, rue des Bouchers, Marseille, France` - }), - new EmployeesFlatDetailsItem( - { - Address: `23 Tsawassen Blvd.`, - Age: 44, - City: `Tsawassen`, - Country: `Canada`, - Fax: `(604) 555-3745`, - HireDate: `2014-04-04`, - ID: 14, - Name: `Laurence Johnson`, - ParentID: 4, - Phone: `(604) 555-4729`, - PostalCode: 19000, - Title: `Director`, - LastName: `Johnson`, - FullAddress: `23 Tsawassen Blvd., Tsawassen, Canada` - }), - new EmployeesFlatDetailsItem( - { - Address: `Fauntleroy Circus`, - Age: 25, - City: `London`, - Country: `UK`, - Fax: `(125) 555-3798`, - HireDate: `2017-11-9`, - ID: 5, - Name: `Elizabeth Richards`, - ParentID: 4, - Phone: `(171) 555-1212`, - PostalCode: 30000, - Title: `Vice President`, - LastName: `Richards`, - FullAddress: `Fauntleroy Circus, London, UK` - }), - new EmployeesFlatDetailsItem( - { - Address: `Cerrito 333`, - Age: 39, - City: `Buenos Aires`, - Country: `Argentina`, - Fax: `(121) 135-4892`, - HireDate: `2010-03-22`, - ID: 13, - Name: `Trevor Ashworth`, - ParentID: 5, - Phone: `(1) 135-5555`, - PostalCode: 1010, - Title: `Director`, - LastName: `Ashworth`, - FullAddress: `Cerrito 333, Buenos Aires, Argentina` - }), - new EmployeesFlatDetailsItem( - { - Address: `Sierras de Granada 9993`, - Age: 44, - City: `México D.F.`, - Country: `Mexico`, - Fax: `(153) 555-7293`, - HireDate: `2014-04-04`, - ID: 17, - Name: `Antonio Moreno`, - ParentID: 18, - Phone: `(5) 555-3392`, - PostalCode: 5022, - Title: `Senior Accountant`, - LastName: `Moreno`, - FullAddress: `Sierras de Granada 9993, México D.F., Mexico` - }), - new EmployeesFlatDetailsItem( - { - Address: `Hauptstr. 29`, - Age: 50, - City: `Sao Paulo`, - Country: `Brazil`, - Fax: `(531) 555-6691`, - HireDate: `2007-11-18`, - ID: 7, - Name: `Pedro Rodriguez`, - ParentID: 10, - Phone: `0452-076545`, - PostalCode: 3012, - Title: `Senior Localization Developer`, - LastName: `Rodriguez`, - FullAddress: `Hauptstr. 29, Sao Paulo, Brazil` - }), - new EmployeesFlatDetailsItem( - { - Address: `Av. dos Lusíadas, 23`, - Age: 27, - City: `Bern`, - Country: `Switzerland`, - Fax: `(271) 335-357`, - HireDate: `2016-02-19`, - ID: 8, - Name: `Casey Harper`, - ParentID: 10, - Phone: `(11) 555-7647`, - PostalCode: 40000, - Title: `Senior Localization`, - LastName: `Harper`, - FullAddress: `Av. dos Lusíadas, 23, Bern, Switzerland` - }), - new EmployeesFlatDetailsItem( - { - Address: `Berkeley Gardens 12`, - Age: 25, - City: `London`, - Country: `UK`, - Fax: `(171) 555-9199`, - HireDate: `2017-11-09`, - ID: 15, - Name: `Patricia Simpson`, - ParentID: 7, - Phone: `(171) 555-2282`, - PostalCode: 26000, - Title: `Localization Intern`, - LastName: `Simpson`, - FullAddress: `Berkeley Gardens 12, London, UK` - }), - new EmployeesFlatDetailsItem( - { - Address: `Walserweg 21`, - Age: 39, - City: `Aachen`, - Country: `Germany`, - Fax: `0241-059428`, - HireDate: `2010-03-22`, - ID: 9, - Name: `Francisco Chang`, - ParentID: 7, - Phone: `0241-039123`, - PostalCode: 52066, - Title: `Localization Intern`, - LastName: `Chang`, - FullAddress: `Walserweg 21, Aachen, Germany` - }), - new EmployeesFlatDetailsItem( - { - Address: `35 King George`, - Age: 25, - City: `London`, - Country: `UK`, - Fax: `(171) 555-3373`, - HireDate: `2018-03-18`, - ID: 16, - Name: `Peter Lewis`, - ParentID: 7, - Phone: `(171) 555-0297`, - PostalCode: 48000, - Title: `Localization Intern`, - LastName: `Lewis`, - FullAddress: `35 King George, London, UK` - }), + new EmployeesFlatDetailsItem({ Address: `Obere Str. 57`, Age: 55, City: `Berlin`, Country: `Germany`, Fax: `030-0076545`, HireDate: `2008-03-20`, ID: 1, Name: `Johnathan Winchester`, ParentID: -1, Phone: `030-0074321`, PostalCode: 12209, Title: `Development Manager`, LastName: `Winchester`, FullAddress: `Obere Str. 57, Berlin, Germany` }), + new EmployeesFlatDetailsItem({ Address: `Avda. de la Constitución 2222`, Age: 42, City: `México D.F.`, Country: `Mexico`, Fax: `(51) 555-3745`, HireDate: `2014-01-22`, ID: 4, Name: `Ana Sanders`, ParentID: -1, Phone: `(5) 555-4729`, PostalCode: 5021, Title: `CEO`, LastName: `Sanders`, FullAddress: `Avda. de la Constitución 2222, México D.F., Mexico` }), + new EmployeesFlatDetailsItem({ Address: `Mataderos 2312`, Age: 49, City: `México D.F.`, Country: `Mexico`, Fax: `(5) 555-3995`, HireDate: `2014-01-22`, ID: 18, Name: `Victoria Lincoln`, ParentID: -1, Phone: `(5) 555-3932`, PostalCode: 5023, Title: `Accounting Manager`, LastName: `Lincoln`, FullAddress: `Mataderos 2312, México D.F., Mexico` }), + new EmployeesFlatDetailsItem({ Address: `120 Hanover Sq.`, Age: 61, City: `London`, Country: `UK`, Fax: `(171) 555-6750`, HireDate: `2010-01-01`, ID: 10, Name: `Yang Wang`, ParentID: -1, Phone: `(171) 555-7788`, PostalCode: 39000, Title: `Localization Manager`, LastName: `Wang`, FullAddress: `120 Hanover Sq., London, UK` }), + new EmployeesFlatDetailsItem({ Address: `Berguvsvägen 8`, Age: 43, City: `Luleå`, Country: `Sweden`, Fax: `0921-12 34 67`, HireDate: `2011-06-03`, ID: 3, Name: `Michael Burke`, ParentID: 1, Phone: `0921-12 34 65`, PostalCode: 29000, Title: `Senior Software Developer`, LastName: `Burke`, FullAddress: `Berguvsvägen 8, Luleå, Sweden` }), + new EmployeesFlatDetailsItem({ Address: `Forsterstr. 57`, Age: 29, City: `Mannheim`, Country: `Germany`, Fax: `0621-08924`, HireDate: `2009-06-19`, ID: 2, Name: `Thomas Anderson`, ParentID: 1, Phone: `0621-08460`, PostalCode: 68306, Title: `Senior Software Developer`, LastName: `Anderson`, FullAddress: `Forsterstr. 57, Mannheim, Germany` }), + new EmployeesFlatDetailsItem({ Address: `24, place Kléber`, Age: 31, City: `Strasbourg`, Country: `France`, Fax: `88.60.15.32`, HireDate: `2014-08-18`, ID: 11, Name: `Monica Reyes`, ParentID: 1, Phone: `88.60.15.31`, PostalCode: 67000, Title: `Software Development Team Lead`, LastName: `Reyes`, FullAddress: `24, place Kléber, Strasbourg, France` }), + new EmployeesFlatDetailsItem({ Address: `C/ Araquil, 67`, Age: 35, City: `Madrid`, Country: `Spain`, Fax: `(911) 555 91 99`, HireDate: `2015-09-17`, ID: 6, Name: `Roland Mendel`, ParentID: 11, Phone: `(91) 555 22 82`, PostalCode: 28023, Title: `Senior Software Developer`, LastName: `Mendel`, FullAddress: `C/ Araquil, 67, Madrid, Spain` }), + new EmployeesFlatDetailsItem({ Address: `12, rue des Bouchers`, Age: 44, City: `Marseille`, Country: `France`, Fax: `91.24.45.41`, HireDate: `2009-10-11`, ID: 12, Name: `Sven Cooper`, ParentID: 11, Phone: `91.24.45.40`, PostalCode: 13008, Title: `Senior Software Developer`, LastName: `Cooper`, FullAddress: `12, rue des Bouchers, Marseille, France` }), + new EmployeesFlatDetailsItem({ Address: `23 Tsawassen Blvd.`, Age: 44, City: `Tsawassen`, Country: `Canada`, Fax: `(604) 555-3745`, HireDate: `2014-04-04`, ID: 14, Name: `Laurence Johnson`, ParentID: 4, Phone: `(604) 555-4729`, PostalCode: 19000, Title: `Director`, LastName: `Johnson`, FullAddress: `23 Tsawassen Blvd., Tsawassen, Canada` }), + new EmployeesFlatDetailsItem({ Address: `Fauntleroy Circus`, Age: 25, City: `London`, Country: `UK`, Fax: `(125) 555-3798`, HireDate: `2017-11-9`, ID: 5, Name: `Elizabeth Richards`, ParentID: 4, Phone: `(171) 555-1212`, PostalCode: 30000, Title: `Vice President`, LastName: `Richards`, FullAddress: `Fauntleroy Circus, London, UK` }), + new EmployeesFlatDetailsItem({ Address: `Cerrito 333`, Age: 39, City: `Buenos Aires`, Country: `Argentina`, Fax: `(121) 135-4892`, HireDate: `2010-03-22`, ID: 13, Name: `Trevor Ashworth`, ParentID: 5, Phone: `(1) 135-5555`, PostalCode: 1010, Title: `Director`, LastName: `Ashworth`, FullAddress: `Cerrito 333, Buenos Aires, Argentina` }), + new EmployeesFlatDetailsItem({ Address: `Sierras de Granada 9993`, Age: 44, City: `México D.F.`, Country: `Mexico`, Fax: `(153) 555-7293`, HireDate: `2014-04-04`, ID: 17, Name: `Antonio Moreno`, ParentID: 18, Phone: `(5) 555-3392`, PostalCode: 5022, Title: `Senior Accountant`, LastName: `Moreno`, FullAddress: `Sierras de Granada 9993, México D.F., Mexico` }), + new EmployeesFlatDetailsItem({ Address: `Hauptstr. 29`, Age: 50, City: `Sao Paulo`, Country: `Brazil`, Fax: `(531) 555-6691`, HireDate: `2007-11-18`, ID: 7, Name: `Pedro Rodriguez`, ParentID: 10, Phone: `0452-076545`, PostalCode: 3012, Title: `Senior Localization Developer`, LastName: `Rodriguez`, FullAddress: `Hauptstr. 29, Sao Paulo, Brazil` }), + new EmployeesFlatDetailsItem({ Address: `Av. dos Lusíadas, 23`, Age: 27, City: `Bern`, Country: `Switzerland`, Fax: `(271) 335-357`, HireDate: `2016-02-19`, ID: 8, Name: `Casey Harper`, ParentID: 10, Phone: `(11) 555-7647`, PostalCode: 40000, Title: `Senior Localization`, LastName: `Harper`, FullAddress: `Av. dos Lusíadas, 23, Bern, Switzerland` }), + new EmployeesFlatDetailsItem({ Address: `Berkeley Gardens 12`, Age: 25, City: `London`, Country: `UK`, Fax: `(171) 555-9199`, HireDate: `2017-11-09`, ID: 15, Name: `Patricia Simpson`, ParentID: 7, Phone: `(171) 555-2282`, PostalCode: 26000, Title: `Localization Intern`, LastName: `Simpson`, FullAddress: `Berkeley Gardens 12, London, UK` }), + new EmployeesFlatDetailsItem({ Address: `Walserweg 21`, Age: 39, City: `Aachen`, Country: `Germany`, Fax: `0241-059428`, HireDate: `2010-03-22`, ID: 9, Name: `Francisco Chang`, ParentID: 7, Phone: `0241-039123`, PostalCode: 52066, Title: `Localization Intern`, LastName: `Chang`, FullAddress: `Walserweg 21, Aachen, Germany` }), + new EmployeesFlatDetailsItem({ Address: `35 King George`, Age: 25, City: `London`, Country: `UK`, Fax: `(171) 555-3373`, HireDate: `2018-03-18`, ID: 16, Name: `Peter Lewis`, ParentID: 7, Phone: `(171) 555-0297`, PostalCode: 48000, Title: `Localization Intern`, LastName: `Lewis`, FullAddress: `35 King George, London, UK` }), ]; super(...newItems.slice(0)); } diff --git a/samples/grids/tree-grid/column-resizing/src/EmployeesFlatDetails.ts b/samples/grids/tree-grid/column-resizing/src/EmployeesFlatDetails.ts index 8d666c3324..3d9e9f57d5 100644 --- a/samples/grids/tree-grid/column-resizing/src/EmployeesFlatDetails.ts +++ b/samples/grids/tree-grid/column-resizing/src/EmployeesFlatDetails.ts @@ -25,312 +25,24 @@ export class EmployeesFlatDetails extends Array { super(...items); } else { const newItems = [ - new EmployeesFlatDetailsItem( - { - Address: `Obere Str. 57`, - Age: 55, - City: `Berlin`, - Country: `Germany`, - Fax: `030-0076545`, - HireDate: `2008-03-20`, - ID: 1, - Name: `Johnathan Winchester`, - ParentID: -1, - Phone: `030-0074321`, - PostalCode: 12209, - Title: `Development Manager`, - LastName: `Winchester`, - FullAddress: `Obere Str. 57, Berlin, Germany` - }), - new EmployeesFlatDetailsItem( - { - Address: `Avda. de la Constitución 2222`, - Age: 42, - City: `México D.F.`, - Country: `Mexico`, - Fax: `(51) 555-3745`, - HireDate: `2014-01-22`, - ID: 4, - Name: `Ana Sanders`, - ParentID: -1, - Phone: `(5) 555-4729`, - PostalCode: 5021, - Title: `CEO`, - LastName: `Sanders`, - FullAddress: `Avda. de la Constitución 2222, México D.F., Mexico` - }), - new EmployeesFlatDetailsItem( - { - Address: `Mataderos 2312`, - Age: 49, - City: `México D.F.`, - Country: `Mexico`, - Fax: `(5) 555-3995`, - HireDate: `2014-01-22`, - ID: 18, - Name: `Victoria Lincoln`, - ParentID: -1, - Phone: `(5) 555-3932`, - PostalCode: 5023, - Title: `Accounting Manager`, - LastName: `Lincoln`, - FullAddress: `Mataderos 2312, México D.F., Mexico` - }), - new EmployeesFlatDetailsItem( - { - Address: `120 Hanover Sq.`, - Age: 61, - City: `London`, - Country: `UK`, - Fax: `(171) 555-6750`, - HireDate: `2010-01-01`, - ID: 10, - Name: `Yang Wang`, - ParentID: -1, - Phone: `(171) 555-7788`, - PostalCode: 39000, - Title: `Localization Manager`, - LastName: `Wang`, - FullAddress: `120 Hanover Sq., London, UK` - }), - new EmployeesFlatDetailsItem( - { - Address: `Berguvsvägen 8`, - Age: 43, - City: `Luleå`, - Country: `Sweden`, - Fax: `0921-12 34 67`, - HireDate: `2011-06-03`, - ID: 3, - Name: `Michael Burke`, - ParentID: 1, - Phone: `0921-12 34 65`, - PostalCode: 29000, - Title: `Senior Software Developer`, - LastName: `Burke`, - FullAddress: `Berguvsvägen 8, Luleå, Sweden` - }), - new EmployeesFlatDetailsItem( - { - Address: `Forsterstr. 57`, - Age: 29, - City: `Mannheim`, - Country: `Germany`, - Fax: `0621-08924`, - HireDate: `2009-06-19`, - ID: 2, - Name: `Thomas Anderson`, - ParentID: 1, - Phone: `0621-08460`, - PostalCode: 68306, - Title: `Senior Software Developer`, - LastName: `Anderson`, - FullAddress: `Forsterstr. 57, Mannheim, Germany` - }), - new EmployeesFlatDetailsItem( - { - Address: `24, place Kléber`, - Age: 31, - City: `Strasbourg`, - Country: `France`, - Fax: `88.60.15.32`, - HireDate: `2014-08-18`, - ID: 11, - Name: `Monica Reyes`, - ParentID: 1, - Phone: `88.60.15.31`, - PostalCode: 67000, - Title: `Software Development Team Lead`, - LastName: `Reyes`, - FullAddress: `24, place Kléber, Strasbourg, France` - }), - new EmployeesFlatDetailsItem( - { - Address: `C/ Araquil, 67`, - Age: 35, - City: `Madrid`, - Country: `Spain`, - Fax: `(911) 555 91 99`, - HireDate: `2015-09-17`, - ID: 6, - Name: `Roland Mendel`, - ParentID: 11, - Phone: `(91) 555 22 82`, - PostalCode: 28023, - Title: `Senior Software Developer`, - LastName: `Mendel`, - FullAddress: `C/ Araquil, 67, Madrid, Spain` - }), - new EmployeesFlatDetailsItem( - { - Address: `12, rue des Bouchers`, - Age: 44, - City: `Marseille`, - Country: `France`, - Fax: `91.24.45.41`, - HireDate: `2009-10-11`, - ID: 12, - Name: `Sven Cooper`, - ParentID: 11, - Phone: `91.24.45.40`, - PostalCode: 13008, - Title: `Senior Software Developer`, - LastName: `Cooper`, - FullAddress: `12, rue des Bouchers, Marseille, France` - }), - new EmployeesFlatDetailsItem( - { - Address: `23 Tsawassen Blvd.`, - Age: 44, - City: `Tsawassen`, - Country: `Canada`, - Fax: `(604) 555-3745`, - HireDate: `2014-04-04`, - ID: 14, - Name: `Laurence Johnson`, - ParentID: 4, - Phone: `(604) 555-4729`, - PostalCode: 19000, - Title: `Director`, - LastName: `Johnson`, - FullAddress: `23 Tsawassen Blvd., Tsawassen, Canada` - }), - new EmployeesFlatDetailsItem( - { - Address: `Fauntleroy Circus`, - Age: 25, - City: `London`, - Country: `UK`, - Fax: `(125) 555-3798`, - HireDate: `2017-11-9`, - ID: 5, - Name: `Elizabeth Richards`, - ParentID: 4, - Phone: `(171) 555-1212`, - PostalCode: 30000, - Title: `Vice President`, - LastName: `Richards`, - FullAddress: `Fauntleroy Circus, London, UK` - }), - new EmployeesFlatDetailsItem( - { - Address: `Cerrito 333`, - Age: 39, - City: `Buenos Aires`, - Country: `Argentina`, - Fax: `(121) 135-4892`, - HireDate: `2010-03-22`, - ID: 13, - Name: `Trevor Ashworth`, - ParentID: 5, - Phone: `(1) 135-5555`, - PostalCode: 1010, - Title: `Director`, - LastName: `Ashworth`, - FullAddress: `Cerrito 333, Buenos Aires, Argentina` - }), - new EmployeesFlatDetailsItem( - { - Address: `Sierras de Granada 9993`, - Age: 44, - City: `México D.F.`, - Country: `Mexico`, - Fax: `(153) 555-7293`, - HireDate: `2014-04-04`, - ID: 17, - Name: `Antonio Moreno`, - ParentID: 18, - Phone: `(5) 555-3392`, - PostalCode: 5022, - Title: `Senior Accountant`, - LastName: `Moreno`, - FullAddress: `Sierras de Granada 9993, México D.F., Mexico` - }), - new EmployeesFlatDetailsItem( - { - Address: `Hauptstr. 29`, - Age: 50, - City: `Sao Paulo`, - Country: `Brazil`, - Fax: `(531) 555-6691`, - HireDate: `2007-11-18`, - ID: 7, - Name: `Pedro Rodriguez`, - ParentID: 10, - Phone: `0452-076545`, - PostalCode: 3012, - Title: `Senior Localization Developer`, - LastName: `Rodriguez`, - FullAddress: `Hauptstr. 29, Sao Paulo, Brazil` - }), - new EmployeesFlatDetailsItem( - { - Address: `Av. dos Lusíadas, 23`, - Age: 27, - City: `Bern`, - Country: `Switzerland`, - Fax: `(271) 335-357`, - HireDate: `2016-02-19`, - ID: 8, - Name: `Casey Harper`, - ParentID: 10, - Phone: `(11) 555-7647`, - PostalCode: 40000, - Title: `Senior Localization`, - LastName: `Harper`, - FullAddress: `Av. dos Lusíadas, 23, Bern, Switzerland` - }), - new EmployeesFlatDetailsItem( - { - Address: `Berkeley Gardens 12`, - Age: 25, - City: `London`, - Country: `UK`, - Fax: `(171) 555-9199`, - HireDate: `2017-11-09`, - ID: 15, - Name: `Patricia Simpson`, - ParentID: 7, - Phone: `(171) 555-2282`, - PostalCode: 26000, - Title: `Localization Intern`, - LastName: `Simpson`, - FullAddress: `Berkeley Gardens 12, London, UK` - }), - new EmployeesFlatDetailsItem( - { - Address: `Walserweg 21`, - Age: 39, - City: `Aachen`, - Country: `Germany`, - Fax: `0241-059428`, - HireDate: `2010-03-22`, - ID: 9, - Name: `Francisco Chang`, - ParentID: 7, - Phone: `0241-039123`, - PostalCode: 52066, - Title: `Localization Intern`, - LastName: `Chang`, - FullAddress: `Walserweg 21, Aachen, Germany` - }), - new EmployeesFlatDetailsItem( - { - Address: `35 King George`, - Age: 25, - City: `London`, - Country: `UK`, - Fax: `(171) 555-3373`, - HireDate: `2018-03-18`, - ID: 16, - Name: `Peter Lewis`, - ParentID: 7, - Phone: `(171) 555-0297`, - PostalCode: 48000, - Title: `Localization Intern`, - LastName: `Lewis`, - FullAddress: `35 King George, London, UK` - }), + new EmployeesFlatDetailsItem({ Address: `Obere Str. 57`, Age: 55, City: `Berlin`, Country: `Germany`, Fax: `030-0076545`, HireDate: `2008-03-20`, ID: 1, Name: `Johnathan Winchester`, ParentID: -1, Phone: `030-0074321`, PostalCode: 12209, Title: `Development Manager`, LastName: `Winchester`, FullAddress: `Obere Str. 57, Berlin, Germany` }), + new EmployeesFlatDetailsItem({ Address: `Avda. de la Constitución 2222`, Age: 42, City: `México D.F.`, Country: `Mexico`, Fax: `(51) 555-3745`, HireDate: `2014-01-22`, ID: 4, Name: `Ana Sanders`, ParentID: -1, Phone: `(5) 555-4729`, PostalCode: 5021, Title: `CEO`, LastName: `Sanders`, FullAddress: `Avda. de la Constitución 2222, México D.F., Mexico` }), + new EmployeesFlatDetailsItem({ Address: `Mataderos 2312`, Age: 49, City: `México D.F.`, Country: `Mexico`, Fax: `(5) 555-3995`, HireDate: `2014-01-22`, ID: 18, Name: `Victoria Lincoln`, ParentID: -1, Phone: `(5) 555-3932`, PostalCode: 5023, Title: `Accounting Manager`, LastName: `Lincoln`, FullAddress: `Mataderos 2312, México D.F., Mexico` }), + new EmployeesFlatDetailsItem({ Address: `120 Hanover Sq.`, Age: 61, City: `London`, Country: `UK`, Fax: `(171) 555-6750`, HireDate: `2010-01-01`, ID: 10, Name: `Yang Wang`, ParentID: -1, Phone: `(171) 555-7788`, PostalCode: 39000, Title: `Localization Manager`, LastName: `Wang`, FullAddress: `120 Hanover Sq., London, UK` }), + new EmployeesFlatDetailsItem({ Address: `Berguvsvägen 8`, Age: 43, City: `Luleå`, Country: `Sweden`, Fax: `0921-12 34 67`, HireDate: `2011-06-03`, ID: 3, Name: `Michael Burke`, ParentID: 1, Phone: `0921-12 34 65`, PostalCode: 29000, Title: `Senior Software Developer`, LastName: `Burke`, FullAddress: `Berguvsvägen 8, Luleå, Sweden` }), + new EmployeesFlatDetailsItem({ Address: `Forsterstr. 57`, Age: 29, City: `Mannheim`, Country: `Germany`, Fax: `0621-08924`, HireDate: `2009-06-19`, ID: 2, Name: `Thomas Anderson`, ParentID: 1, Phone: `0621-08460`, PostalCode: 68306, Title: `Senior Software Developer`, LastName: `Anderson`, FullAddress: `Forsterstr. 57, Mannheim, Germany` }), + new EmployeesFlatDetailsItem({ Address: `24, place Kléber`, Age: 31, City: `Strasbourg`, Country: `France`, Fax: `88.60.15.32`, HireDate: `2014-08-18`, ID: 11, Name: `Monica Reyes`, ParentID: 1, Phone: `88.60.15.31`, PostalCode: 67000, Title: `Software Development Team Lead`, LastName: `Reyes`, FullAddress: `24, place Kléber, Strasbourg, France` }), + new EmployeesFlatDetailsItem({ Address: `C/ Araquil, 67`, Age: 35, City: `Madrid`, Country: `Spain`, Fax: `(911) 555 91 99`, HireDate: `2015-09-17`, ID: 6, Name: `Roland Mendel`, ParentID: 11, Phone: `(91) 555 22 82`, PostalCode: 28023, Title: `Senior Software Developer`, LastName: `Mendel`, FullAddress: `C/ Araquil, 67, Madrid, Spain` }), + new EmployeesFlatDetailsItem({ Address: `12, rue des Bouchers`, Age: 44, City: `Marseille`, Country: `France`, Fax: `91.24.45.41`, HireDate: `2009-10-11`, ID: 12, Name: `Sven Cooper`, ParentID: 11, Phone: `91.24.45.40`, PostalCode: 13008, Title: `Senior Software Developer`, LastName: `Cooper`, FullAddress: `12, rue des Bouchers, Marseille, France` }), + new EmployeesFlatDetailsItem({ Address: `23 Tsawassen Blvd.`, Age: 44, City: `Tsawassen`, Country: `Canada`, Fax: `(604) 555-3745`, HireDate: `2014-04-04`, ID: 14, Name: `Laurence Johnson`, ParentID: 4, Phone: `(604) 555-4729`, PostalCode: 19000, Title: `Director`, LastName: `Johnson`, FullAddress: `23 Tsawassen Blvd., Tsawassen, Canada` }), + new EmployeesFlatDetailsItem({ Address: `Fauntleroy Circus`, Age: 25, City: `London`, Country: `UK`, Fax: `(125) 555-3798`, HireDate: `2017-11-9`, ID: 5, Name: `Elizabeth Richards`, ParentID: 4, Phone: `(171) 555-1212`, PostalCode: 30000, Title: `Vice President`, LastName: `Richards`, FullAddress: `Fauntleroy Circus, London, UK` }), + new EmployeesFlatDetailsItem({ Address: `Cerrito 333`, Age: 39, City: `Buenos Aires`, Country: `Argentina`, Fax: `(121) 135-4892`, HireDate: `2010-03-22`, ID: 13, Name: `Trevor Ashworth`, ParentID: 5, Phone: `(1) 135-5555`, PostalCode: 1010, Title: `Director`, LastName: `Ashworth`, FullAddress: `Cerrito 333, Buenos Aires, Argentina` }), + new EmployeesFlatDetailsItem({ Address: `Sierras de Granada 9993`, Age: 44, City: `México D.F.`, Country: `Mexico`, Fax: `(153) 555-7293`, HireDate: `2014-04-04`, ID: 17, Name: `Antonio Moreno`, ParentID: 18, Phone: `(5) 555-3392`, PostalCode: 5022, Title: `Senior Accountant`, LastName: `Moreno`, FullAddress: `Sierras de Granada 9993, México D.F., Mexico` }), + new EmployeesFlatDetailsItem({ Address: `Hauptstr. 29`, Age: 50, City: `Sao Paulo`, Country: `Brazil`, Fax: `(531) 555-6691`, HireDate: `2007-11-18`, ID: 7, Name: `Pedro Rodriguez`, ParentID: 10, Phone: `0452-076545`, PostalCode: 3012, Title: `Senior Localization Developer`, LastName: `Rodriguez`, FullAddress: `Hauptstr. 29, Sao Paulo, Brazil` }), + new EmployeesFlatDetailsItem({ Address: `Av. dos Lusíadas, 23`, Age: 27, City: `Bern`, Country: `Switzerland`, Fax: `(271) 335-357`, HireDate: `2016-02-19`, ID: 8, Name: `Casey Harper`, ParentID: 10, Phone: `(11) 555-7647`, PostalCode: 40000, Title: `Senior Localization`, LastName: `Harper`, FullAddress: `Av. dos Lusíadas, 23, Bern, Switzerland` }), + new EmployeesFlatDetailsItem({ Address: `Berkeley Gardens 12`, Age: 25, City: `London`, Country: `UK`, Fax: `(171) 555-9199`, HireDate: `2017-11-09`, ID: 15, Name: `Patricia Simpson`, ParentID: 7, Phone: `(171) 555-2282`, PostalCode: 26000, Title: `Localization Intern`, LastName: `Simpson`, FullAddress: `Berkeley Gardens 12, London, UK` }), + new EmployeesFlatDetailsItem({ Address: `Walserweg 21`, Age: 39, City: `Aachen`, Country: `Germany`, Fax: `0241-059428`, HireDate: `2010-03-22`, ID: 9, Name: `Francisco Chang`, ParentID: 7, Phone: `0241-039123`, PostalCode: 52066, Title: `Localization Intern`, LastName: `Chang`, FullAddress: `Walserweg 21, Aachen, Germany` }), + new EmployeesFlatDetailsItem({ Address: `35 King George`, Age: 25, City: `London`, Country: `UK`, Fax: `(171) 555-3373`, HireDate: `2018-03-18`, ID: 16, Name: `Peter Lewis`, ParentID: 7, Phone: `(171) 555-0297`, PostalCode: 48000, Title: `Localization Intern`, LastName: `Lewis`, FullAddress: `35 King George, London, UK` }), ]; super(...newItems.slice(0)); } diff --git a/samples/grids/tree-grid/column-selection-group/src/EmployeesFlatDetails.ts b/samples/grids/tree-grid/column-selection-group/src/EmployeesFlatDetails.ts index 8d666c3324..3d9e9f57d5 100644 --- a/samples/grids/tree-grid/column-selection-group/src/EmployeesFlatDetails.ts +++ b/samples/grids/tree-grid/column-selection-group/src/EmployeesFlatDetails.ts @@ -25,312 +25,24 @@ export class EmployeesFlatDetails extends Array { super(...items); } else { const newItems = [ - new EmployeesFlatDetailsItem( - { - Address: `Obere Str. 57`, - Age: 55, - City: `Berlin`, - Country: `Germany`, - Fax: `030-0076545`, - HireDate: `2008-03-20`, - ID: 1, - Name: `Johnathan Winchester`, - ParentID: -1, - Phone: `030-0074321`, - PostalCode: 12209, - Title: `Development Manager`, - LastName: `Winchester`, - FullAddress: `Obere Str. 57, Berlin, Germany` - }), - new EmployeesFlatDetailsItem( - { - Address: `Avda. de la Constitución 2222`, - Age: 42, - City: `México D.F.`, - Country: `Mexico`, - Fax: `(51) 555-3745`, - HireDate: `2014-01-22`, - ID: 4, - Name: `Ana Sanders`, - ParentID: -1, - Phone: `(5) 555-4729`, - PostalCode: 5021, - Title: `CEO`, - LastName: `Sanders`, - FullAddress: `Avda. de la Constitución 2222, México D.F., Mexico` - }), - new EmployeesFlatDetailsItem( - { - Address: `Mataderos 2312`, - Age: 49, - City: `México D.F.`, - Country: `Mexico`, - Fax: `(5) 555-3995`, - HireDate: `2014-01-22`, - ID: 18, - Name: `Victoria Lincoln`, - ParentID: -1, - Phone: `(5) 555-3932`, - PostalCode: 5023, - Title: `Accounting Manager`, - LastName: `Lincoln`, - FullAddress: `Mataderos 2312, México D.F., Mexico` - }), - new EmployeesFlatDetailsItem( - { - Address: `120 Hanover Sq.`, - Age: 61, - City: `London`, - Country: `UK`, - Fax: `(171) 555-6750`, - HireDate: `2010-01-01`, - ID: 10, - Name: `Yang Wang`, - ParentID: -1, - Phone: `(171) 555-7788`, - PostalCode: 39000, - Title: `Localization Manager`, - LastName: `Wang`, - FullAddress: `120 Hanover Sq., London, UK` - }), - new EmployeesFlatDetailsItem( - { - Address: `Berguvsvägen 8`, - Age: 43, - City: `Luleå`, - Country: `Sweden`, - Fax: `0921-12 34 67`, - HireDate: `2011-06-03`, - ID: 3, - Name: `Michael Burke`, - ParentID: 1, - Phone: `0921-12 34 65`, - PostalCode: 29000, - Title: `Senior Software Developer`, - LastName: `Burke`, - FullAddress: `Berguvsvägen 8, Luleå, Sweden` - }), - new EmployeesFlatDetailsItem( - { - Address: `Forsterstr. 57`, - Age: 29, - City: `Mannheim`, - Country: `Germany`, - Fax: `0621-08924`, - HireDate: `2009-06-19`, - ID: 2, - Name: `Thomas Anderson`, - ParentID: 1, - Phone: `0621-08460`, - PostalCode: 68306, - Title: `Senior Software Developer`, - LastName: `Anderson`, - FullAddress: `Forsterstr. 57, Mannheim, Germany` - }), - new EmployeesFlatDetailsItem( - { - Address: `24, place Kléber`, - Age: 31, - City: `Strasbourg`, - Country: `France`, - Fax: `88.60.15.32`, - HireDate: `2014-08-18`, - ID: 11, - Name: `Monica Reyes`, - ParentID: 1, - Phone: `88.60.15.31`, - PostalCode: 67000, - Title: `Software Development Team Lead`, - LastName: `Reyes`, - FullAddress: `24, place Kléber, Strasbourg, France` - }), - new EmployeesFlatDetailsItem( - { - Address: `C/ Araquil, 67`, - Age: 35, - City: `Madrid`, - Country: `Spain`, - Fax: `(911) 555 91 99`, - HireDate: `2015-09-17`, - ID: 6, - Name: `Roland Mendel`, - ParentID: 11, - Phone: `(91) 555 22 82`, - PostalCode: 28023, - Title: `Senior Software Developer`, - LastName: `Mendel`, - FullAddress: `C/ Araquil, 67, Madrid, Spain` - }), - new EmployeesFlatDetailsItem( - { - Address: `12, rue des Bouchers`, - Age: 44, - City: `Marseille`, - Country: `France`, - Fax: `91.24.45.41`, - HireDate: `2009-10-11`, - ID: 12, - Name: `Sven Cooper`, - ParentID: 11, - Phone: `91.24.45.40`, - PostalCode: 13008, - Title: `Senior Software Developer`, - LastName: `Cooper`, - FullAddress: `12, rue des Bouchers, Marseille, France` - }), - new EmployeesFlatDetailsItem( - { - Address: `23 Tsawassen Blvd.`, - Age: 44, - City: `Tsawassen`, - Country: `Canada`, - Fax: `(604) 555-3745`, - HireDate: `2014-04-04`, - ID: 14, - Name: `Laurence Johnson`, - ParentID: 4, - Phone: `(604) 555-4729`, - PostalCode: 19000, - Title: `Director`, - LastName: `Johnson`, - FullAddress: `23 Tsawassen Blvd., Tsawassen, Canada` - }), - new EmployeesFlatDetailsItem( - { - Address: `Fauntleroy Circus`, - Age: 25, - City: `London`, - Country: `UK`, - Fax: `(125) 555-3798`, - HireDate: `2017-11-9`, - ID: 5, - Name: `Elizabeth Richards`, - ParentID: 4, - Phone: `(171) 555-1212`, - PostalCode: 30000, - Title: `Vice President`, - LastName: `Richards`, - FullAddress: `Fauntleroy Circus, London, UK` - }), - new EmployeesFlatDetailsItem( - { - Address: `Cerrito 333`, - Age: 39, - City: `Buenos Aires`, - Country: `Argentina`, - Fax: `(121) 135-4892`, - HireDate: `2010-03-22`, - ID: 13, - Name: `Trevor Ashworth`, - ParentID: 5, - Phone: `(1) 135-5555`, - PostalCode: 1010, - Title: `Director`, - LastName: `Ashworth`, - FullAddress: `Cerrito 333, Buenos Aires, Argentina` - }), - new EmployeesFlatDetailsItem( - { - Address: `Sierras de Granada 9993`, - Age: 44, - City: `México D.F.`, - Country: `Mexico`, - Fax: `(153) 555-7293`, - HireDate: `2014-04-04`, - ID: 17, - Name: `Antonio Moreno`, - ParentID: 18, - Phone: `(5) 555-3392`, - PostalCode: 5022, - Title: `Senior Accountant`, - LastName: `Moreno`, - FullAddress: `Sierras de Granada 9993, México D.F., Mexico` - }), - new EmployeesFlatDetailsItem( - { - Address: `Hauptstr. 29`, - Age: 50, - City: `Sao Paulo`, - Country: `Brazil`, - Fax: `(531) 555-6691`, - HireDate: `2007-11-18`, - ID: 7, - Name: `Pedro Rodriguez`, - ParentID: 10, - Phone: `0452-076545`, - PostalCode: 3012, - Title: `Senior Localization Developer`, - LastName: `Rodriguez`, - FullAddress: `Hauptstr. 29, Sao Paulo, Brazil` - }), - new EmployeesFlatDetailsItem( - { - Address: `Av. dos Lusíadas, 23`, - Age: 27, - City: `Bern`, - Country: `Switzerland`, - Fax: `(271) 335-357`, - HireDate: `2016-02-19`, - ID: 8, - Name: `Casey Harper`, - ParentID: 10, - Phone: `(11) 555-7647`, - PostalCode: 40000, - Title: `Senior Localization`, - LastName: `Harper`, - FullAddress: `Av. dos Lusíadas, 23, Bern, Switzerland` - }), - new EmployeesFlatDetailsItem( - { - Address: `Berkeley Gardens 12`, - Age: 25, - City: `London`, - Country: `UK`, - Fax: `(171) 555-9199`, - HireDate: `2017-11-09`, - ID: 15, - Name: `Patricia Simpson`, - ParentID: 7, - Phone: `(171) 555-2282`, - PostalCode: 26000, - Title: `Localization Intern`, - LastName: `Simpson`, - FullAddress: `Berkeley Gardens 12, London, UK` - }), - new EmployeesFlatDetailsItem( - { - Address: `Walserweg 21`, - Age: 39, - City: `Aachen`, - Country: `Germany`, - Fax: `0241-059428`, - HireDate: `2010-03-22`, - ID: 9, - Name: `Francisco Chang`, - ParentID: 7, - Phone: `0241-039123`, - PostalCode: 52066, - Title: `Localization Intern`, - LastName: `Chang`, - FullAddress: `Walserweg 21, Aachen, Germany` - }), - new EmployeesFlatDetailsItem( - { - Address: `35 King George`, - Age: 25, - City: `London`, - Country: `UK`, - Fax: `(171) 555-3373`, - HireDate: `2018-03-18`, - ID: 16, - Name: `Peter Lewis`, - ParentID: 7, - Phone: `(171) 555-0297`, - PostalCode: 48000, - Title: `Localization Intern`, - LastName: `Lewis`, - FullAddress: `35 King George, London, UK` - }), + new EmployeesFlatDetailsItem({ Address: `Obere Str. 57`, Age: 55, City: `Berlin`, Country: `Germany`, Fax: `030-0076545`, HireDate: `2008-03-20`, ID: 1, Name: `Johnathan Winchester`, ParentID: -1, Phone: `030-0074321`, PostalCode: 12209, Title: `Development Manager`, LastName: `Winchester`, FullAddress: `Obere Str. 57, Berlin, Germany` }), + new EmployeesFlatDetailsItem({ Address: `Avda. de la Constitución 2222`, Age: 42, City: `México D.F.`, Country: `Mexico`, Fax: `(51) 555-3745`, HireDate: `2014-01-22`, ID: 4, Name: `Ana Sanders`, ParentID: -1, Phone: `(5) 555-4729`, PostalCode: 5021, Title: `CEO`, LastName: `Sanders`, FullAddress: `Avda. de la Constitución 2222, México D.F., Mexico` }), + new EmployeesFlatDetailsItem({ Address: `Mataderos 2312`, Age: 49, City: `México D.F.`, Country: `Mexico`, Fax: `(5) 555-3995`, HireDate: `2014-01-22`, ID: 18, Name: `Victoria Lincoln`, ParentID: -1, Phone: `(5) 555-3932`, PostalCode: 5023, Title: `Accounting Manager`, LastName: `Lincoln`, FullAddress: `Mataderos 2312, México D.F., Mexico` }), + new EmployeesFlatDetailsItem({ Address: `120 Hanover Sq.`, Age: 61, City: `London`, Country: `UK`, Fax: `(171) 555-6750`, HireDate: `2010-01-01`, ID: 10, Name: `Yang Wang`, ParentID: -1, Phone: `(171) 555-7788`, PostalCode: 39000, Title: `Localization Manager`, LastName: `Wang`, FullAddress: `120 Hanover Sq., London, UK` }), + new EmployeesFlatDetailsItem({ Address: `Berguvsvägen 8`, Age: 43, City: `Luleå`, Country: `Sweden`, Fax: `0921-12 34 67`, HireDate: `2011-06-03`, ID: 3, Name: `Michael Burke`, ParentID: 1, Phone: `0921-12 34 65`, PostalCode: 29000, Title: `Senior Software Developer`, LastName: `Burke`, FullAddress: `Berguvsvägen 8, Luleå, Sweden` }), + new EmployeesFlatDetailsItem({ Address: `Forsterstr. 57`, Age: 29, City: `Mannheim`, Country: `Germany`, Fax: `0621-08924`, HireDate: `2009-06-19`, ID: 2, Name: `Thomas Anderson`, ParentID: 1, Phone: `0621-08460`, PostalCode: 68306, Title: `Senior Software Developer`, LastName: `Anderson`, FullAddress: `Forsterstr. 57, Mannheim, Germany` }), + new EmployeesFlatDetailsItem({ Address: `24, place Kléber`, Age: 31, City: `Strasbourg`, Country: `France`, Fax: `88.60.15.32`, HireDate: `2014-08-18`, ID: 11, Name: `Monica Reyes`, ParentID: 1, Phone: `88.60.15.31`, PostalCode: 67000, Title: `Software Development Team Lead`, LastName: `Reyes`, FullAddress: `24, place Kléber, Strasbourg, France` }), + new EmployeesFlatDetailsItem({ Address: `C/ Araquil, 67`, Age: 35, City: `Madrid`, Country: `Spain`, Fax: `(911) 555 91 99`, HireDate: `2015-09-17`, ID: 6, Name: `Roland Mendel`, ParentID: 11, Phone: `(91) 555 22 82`, PostalCode: 28023, Title: `Senior Software Developer`, LastName: `Mendel`, FullAddress: `C/ Araquil, 67, Madrid, Spain` }), + new EmployeesFlatDetailsItem({ Address: `12, rue des Bouchers`, Age: 44, City: `Marseille`, Country: `France`, Fax: `91.24.45.41`, HireDate: `2009-10-11`, ID: 12, Name: `Sven Cooper`, ParentID: 11, Phone: `91.24.45.40`, PostalCode: 13008, Title: `Senior Software Developer`, LastName: `Cooper`, FullAddress: `12, rue des Bouchers, Marseille, France` }), + new EmployeesFlatDetailsItem({ Address: `23 Tsawassen Blvd.`, Age: 44, City: `Tsawassen`, Country: `Canada`, Fax: `(604) 555-3745`, HireDate: `2014-04-04`, ID: 14, Name: `Laurence Johnson`, ParentID: 4, Phone: `(604) 555-4729`, PostalCode: 19000, Title: `Director`, LastName: `Johnson`, FullAddress: `23 Tsawassen Blvd., Tsawassen, Canada` }), + new EmployeesFlatDetailsItem({ Address: `Fauntleroy Circus`, Age: 25, City: `London`, Country: `UK`, Fax: `(125) 555-3798`, HireDate: `2017-11-9`, ID: 5, Name: `Elizabeth Richards`, ParentID: 4, Phone: `(171) 555-1212`, PostalCode: 30000, Title: `Vice President`, LastName: `Richards`, FullAddress: `Fauntleroy Circus, London, UK` }), + new EmployeesFlatDetailsItem({ Address: `Cerrito 333`, Age: 39, City: `Buenos Aires`, Country: `Argentina`, Fax: `(121) 135-4892`, HireDate: `2010-03-22`, ID: 13, Name: `Trevor Ashworth`, ParentID: 5, Phone: `(1) 135-5555`, PostalCode: 1010, Title: `Director`, LastName: `Ashworth`, FullAddress: `Cerrito 333, Buenos Aires, Argentina` }), + new EmployeesFlatDetailsItem({ Address: `Sierras de Granada 9993`, Age: 44, City: `México D.F.`, Country: `Mexico`, Fax: `(153) 555-7293`, HireDate: `2014-04-04`, ID: 17, Name: `Antonio Moreno`, ParentID: 18, Phone: `(5) 555-3392`, PostalCode: 5022, Title: `Senior Accountant`, LastName: `Moreno`, FullAddress: `Sierras de Granada 9993, México D.F., Mexico` }), + new EmployeesFlatDetailsItem({ Address: `Hauptstr. 29`, Age: 50, City: `Sao Paulo`, Country: `Brazil`, Fax: `(531) 555-6691`, HireDate: `2007-11-18`, ID: 7, Name: `Pedro Rodriguez`, ParentID: 10, Phone: `0452-076545`, PostalCode: 3012, Title: `Senior Localization Developer`, LastName: `Rodriguez`, FullAddress: `Hauptstr. 29, Sao Paulo, Brazil` }), + new EmployeesFlatDetailsItem({ Address: `Av. dos Lusíadas, 23`, Age: 27, City: `Bern`, Country: `Switzerland`, Fax: `(271) 335-357`, HireDate: `2016-02-19`, ID: 8, Name: `Casey Harper`, ParentID: 10, Phone: `(11) 555-7647`, PostalCode: 40000, Title: `Senior Localization`, LastName: `Harper`, FullAddress: `Av. dos Lusíadas, 23, Bern, Switzerland` }), + new EmployeesFlatDetailsItem({ Address: `Berkeley Gardens 12`, Age: 25, City: `London`, Country: `UK`, Fax: `(171) 555-9199`, HireDate: `2017-11-09`, ID: 15, Name: `Patricia Simpson`, ParentID: 7, Phone: `(171) 555-2282`, PostalCode: 26000, Title: `Localization Intern`, LastName: `Simpson`, FullAddress: `Berkeley Gardens 12, London, UK` }), + new EmployeesFlatDetailsItem({ Address: `Walserweg 21`, Age: 39, City: `Aachen`, Country: `Germany`, Fax: `0241-059428`, HireDate: `2010-03-22`, ID: 9, Name: `Francisco Chang`, ParentID: 7, Phone: `0241-039123`, PostalCode: 52066, Title: `Localization Intern`, LastName: `Chang`, FullAddress: `Walserweg 21, Aachen, Germany` }), + new EmployeesFlatDetailsItem({ Address: `35 King George`, Age: 25, City: `London`, Country: `UK`, Fax: `(171) 555-3373`, HireDate: `2018-03-18`, ID: 16, Name: `Peter Lewis`, ParentID: 7, Phone: `(171) 555-0297`, PostalCode: 48000, Title: `Localization Intern`, LastName: `Lewis`, FullAddress: `35 King George, London, UK` }), ]; super(...newItems.slice(0)); } diff --git a/samples/grids/tree-grid/column-selection-mode/src/FoodsData.ts b/samples/grids/tree-grid/column-selection-mode/src/FoodsData.ts index edab885f72..a56953e7e6 100644 --- a/samples/grids/tree-grid/column-selection-mode/src/FoodsData.ts +++ b/samples/grids/tree-grid/column-selection-mode/src/FoodsData.ts @@ -17,213 +17,29 @@ export class FoodsData extends Array { super(...items); } else { const newItems = [ - new FoodsDataItem( - { - ID: 1, - ParentID: -1, - Name: `Foods`, - UnitPrice: 0, - AddedDate: `2009-06-19`, - Discontinued: false - }), - new FoodsDataItem( - { - ID: 101, - ParentID: 1, - Name: `Chef Antons Gumbo Mix`, - UnitPrice: 21.35, - AddedDate: `2011-11-11`, - Discontinued: true - }), - new FoodsDataItem( - { - ID: 102, - ParentID: 1, - Name: `Grandmas Boysenberry Spread`, - UnitPrice: 25, - AddedDate: `2017-12-17`, - Discontinued: false - }), - new FoodsDataItem( - { - ID: 103, - ParentID: 1, - Name: `Uncle Bobs Organic Dried Pears`, - UnitPrice: 30, - AddedDate: `2016-07-17`, - Discontinued: false - }), - new FoodsDataItem( - { - ID: 104, - ParentID: 1, - Name: `Mishi Kobe Niku`, - UnitPrice: 97, - AddedDate: `2010-02-17`, - Discontinued: true - }), - new FoodsDataItem( - { - ID: 105, - ParentID: 1, - Name: `Queso Cabrales`, - UnitPrice: 21, - AddedDate: `2009-11-17`, - Discontinued: false - }), - new FoodsDataItem( - { - ID: 106, - ParentID: 1, - Name: `Queso Manchego La Pastora`, - UnitPrice: 38, - AddedDate: `2015-11-17`, - Discontinued: false - }), - new FoodsDataItem( - { - ID: 107, - ParentID: 1, - Name: `Konbu`, - UnitPrice: 6, - AddedDate: `2025-03-17`, - Discontinued: false - }), - new FoodsDataItem( - { - ID: 108, - ParentID: 1, - Name: `Tofu`, - UnitPrice: 23.25, - AddedDate: `2019-06-17`, - Discontinued: false - }), - new FoodsDataItem( - { - ID: 109, - ParentID: 1, - Name: `Ikura`, - UnitPrice: 31, - AddedDate: `2010-05-17`, - Discontinued: false - }), - new FoodsDataItem( - { - ID: 110, - ParentID: 1, - Name: `Pavlova`, - UnitPrice: 17.45, - AddedDate: `2018-03-28`, - Discontinued: false - }), - new FoodsDataItem( - { - ID: 111, - ParentID: 1, - Name: `Alice Mutton`, - UnitPrice: 39, - AddedDate: `2015-08-17`, - Discontinued: true - }), - new FoodsDataItem( - { - ID: 112, - ParentID: 1, - Name: `Carnarvon Tigers`, - UnitPrice: 62.5, - AddedDate: `2015-09-27`, - Discontinued: false - }), - new FoodsDataItem( - { - ID: 113, - ParentID: 1, - Name: `Teatime Chocolate Biscuits`, - UnitPrice: 9.2, - AddedDate: `2011-03-17`, - Discontinued: false - }), - new FoodsDataItem( - { - ID: 2, - ParentID: -1, - Name: `Beverages`, - UnitPrice: 0, - AddedDate: `2009-06-19`, - Discontinued: false - }), - new FoodsDataItem( - { - ID: 201, - ParentID: 2, - Name: `Chai`, - UnitPrice: 18, - AddedDate: `2012-02-12`, - Discontinued: false - }), - new FoodsDataItem( - { - ID: 202, - ParentID: 2, - Name: `Chang`, - UnitPrice: 19, - AddedDate: `2013-03-17`, - Discontinued: false - }), - new FoodsDataItem( - { - ID: 3, - ParentID: -1, - Name: `Sauces`, - UnitPrice: 0, - AddedDate: `2009-06-19`, - Discontinued: false - }), - new FoodsDataItem( - { - ID: 301, - ParentID: 3, - Name: `Aniseed Syrup`, - UnitPrice: 10, - AddedDate: `2016-03-17`, - Discontinued: false - }), - new FoodsDataItem( - { - ID: 302, - ParentID: 3, - Name: `Chef Antons Cajun Seasoning`, - UnitPrice: 22, - AddedDate: `2012-03-17`, - Discontinued: true - }), - new FoodsDataItem( - { - ID: 303, - ParentID: 3, - Name: `Northwoods Cranberry Sauce`, - UnitPrice: 40, - AddedDate: `2012-01-17`, - Discontinued: false - }), - new FoodsDataItem( - { - ID: 304, - ParentID: 3, - Name: `Genen Shouyu`, - UnitPrice: 15.5, - AddedDate: `2010-03-17`, - Discontinued: false - }), - new FoodsDataItem( - { - ID: 305, - ParentID: 3, - Name: `Sir Rodneys Marmalade`, - UnitPrice: 18, - AddedDate: `2015-03-17`, - Discontinued: false - }), + new FoodsDataItem({ ID: 1, ParentID: -1, Name: `Foods`, UnitPrice: 0, AddedDate: `2009-06-19`, Discontinued: false }), + new FoodsDataItem({ ID: 101, ParentID: 1, Name: `Chef Antons Gumbo Mix`, UnitPrice: 21.35, AddedDate: `2011-11-11`, Discontinued: true }), + new FoodsDataItem({ ID: 102, ParentID: 1, Name: `Grandmas Boysenberry Spread`, UnitPrice: 25, AddedDate: `2017-12-17`, Discontinued: false }), + new FoodsDataItem({ ID: 103, ParentID: 1, Name: `Uncle Bobs Organic Dried Pears`, UnitPrice: 30, AddedDate: `2016-07-17`, Discontinued: false }), + new FoodsDataItem({ ID: 104, ParentID: 1, Name: `Mishi Kobe Niku`, UnitPrice: 97, AddedDate: `2010-02-17`, Discontinued: true }), + new FoodsDataItem({ ID: 105, ParentID: 1, Name: `Queso Cabrales`, UnitPrice: 21, AddedDate: `2009-11-17`, Discontinued: false }), + new FoodsDataItem({ ID: 106, ParentID: 1, Name: `Queso Manchego La Pastora`, UnitPrice: 38, AddedDate: `2015-11-17`, Discontinued: false }), + new FoodsDataItem({ ID: 107, ParentID: 1, Name: `Konbu`, UnitPrice: 6, AddedDate: `2025-03-17`, Discontinued: false }), + new FoodsDataItem({ ID: 108, ParentID: 1, Name: `Tofu`, UnitPrice: 23.25, AddedDate: `2019-06-17`, Discontinued: false }), + new FoodsDataItem({ ID: 109, ParentID: 1, Name: `Ikura`, UnitPrice: 31, AddedDate: `2010-05-17`, Discontinued: false }), + new FoodsDataItem({ ID: 110, ParentID: 1, Name: `Pavlova`, UnitPrice: 17.45, AddedDate: `2018-03-28`, Discontinued: false }), + new FoodsDataItem({ ID: 111, ParentID: 1, Name: `Alice Mutton`, UnitPrice: 39, AddedDate: `2015-08-17`, Discontinued: true }), + new FoodsDataItem({ ID: 112, ParentID: 1, Name: `Carnarvon Tigers`, UnitPrice: 62.5, AddedDate: `2015-09-27`, Discontinued: false }), + new FoodsDataItem({ ID: 113, ParentID: 1, Name: `Teatime Chocolate Biscuits`, UnitPrice: 9.2, AddedDate: `2011-03-17`, Discontinued: false }), + new FoodsDataItem({ ID: 2, ParentID: -1, Name: `Beverages`, UnitPrice: 0, AddedDate: `2009-06-19`, Discontinued: false }), + new FoodsDataItem({ ID: 201, ParentID: 2, Name: `Chai`, UnitPrice: 18, AddedDate: `2012-02-12`, Discontinued: false }), + new FoodsDataItem({ ID: 202, ParentID: 2, Name: `Chang`, UnitPrice: 19, AddedDate: `2013-03-17`, Discontinued: false }), + new FoodsDataItem({ ID: 3, ParentID: -1, Name: `Sauces`, UnitPrice: 0, AddedDate: `2009-06-19`, Discontinued: false }), + new FoodsDataItem({ ID: 301, ParentID: 3, Name: `Aniseed Syrup`, UnitPrice: 10, AddedDate: `2016-03-17`, Discontinued: false }), + new FoodsDataItem({ ID: 302, ParentID: 3, Name: `Chef Antons Cajun Seasoning`, UnitPrice: 22, AddedDate: `2012-03-17`, Discontinued: true }), + new FoodsDataItem({ ID: 303, ParentID: 3, Name: `Northwoods Cranberry Sauce`, UnitPrice: 40, AddedDate: `2012-01-17`, Discontinued: false }), + new FoodsDataItem({ ID: 304, ParentID: 3, Name: `Genen Shouyu`, UnitPrice: 15.5, AddedDate: `2010-03-17`, Discontinued: false }), + new FoodsDataItem({ ID: 305, ParentID: 3, Name: `Sir Rodneys Marmalade`, UnitPrice: 18, AddedDate: `2015-03-17`, Discontinued: false }), ]; super(...newItems.slice(0)); } diff --git a/samples/grids/tree-grid/column-selection-styles/src/EmployeesFlatDetails.ts b/samples/grids/tree-grid/column-selection-styles/src/EmployeesFlatDetails.ts index 8d666c3324..3d9e9f57d5 100644 --- a/samples/grids/tree-grid/column-selection-styles/src/EmployeesFlatDetails.ts +++ b/samples/grids/tree-grid/column-selection-styles/src/EmployeesFlatDetails.ts @@ -25,312 +25,24 @@ export class EmployeesFlatDetails extends Array { super(...items); } else { const newItems = [ - new EmployeesFlatDetailsItem( - { - Address: `Obere Str. 57`, - Age: 55, - City: `Berlin`, - Country: `Germany`, - Fax: `030-0076545`, - HireDate: `2008-03-20`, - ID: 1, - Name: `Johnathan Winchester`, - ParentID: -1, - Phone: `030-0074321`, - PostalCode: 12209, - Title: `Development Manager`, - LastName: `Winchester`, - FullAddress: `Obere Str. 57, Berlin, Germany` - }), - new EmployeesFlatDetailsItem( - { - Address: `Avda. de la Constitución 2222`, - Age: 42, - City: `México D.F.`, - Country: `Mexico`, - Fax: `(51) 555-3745`, - HireDate: `2014-01-22`, - ID: 4, - Name: `Ana Sanders`, - ParentID: -1, - Phone: `(5) 555-4729`, - PostalCode: 5021, - Title: `CEO`, - LastName: `Sanders`, - FullAddress: `Avda. de la Constitución 2222, México D.F., Mexico` - }), - new EmployeesFlatDetailsItem( - { - Address: `Mataderos 2312`, - Age: 49, - City: `México D.F.`, - Country: `Mexico`, - Fax: `(5) 555-3995`, - HireDate: `2014-01-22`, - ID: 18, - Name: `Victoria Lincoln`, - ParentID: -1, - Phone: `(5) 555-3932`, - PostalCode: 5023, - Title: `Accounting Manager`, - LastName: `Lincoln`, - FullAddress: `Mataderos 2312, México D.F., Mexico` - }), - new EmployeesFlatDetailsItem( - { - Address: `120 Hanover Sq.`, - Age: 61, - City: `London`, - Country: `UK`, - Fax: `(171) 555-6750`, - HireDate: `2010-01-01`, - ID: 10, - Name: `Yang Wang`, - ParentID: -1, - Phone: `(171) 555-7788`, - PostalCode: 39000, - Title: `Localization Manager`, - LastName: `Wang`, - FullAddress: `120 Hanover Sq., London, UK` - }), - new EmployeesFlatDetailsItem( - { - Address: `Berguvsvägen 8`, - Age: 43, - City: `Luleå`, - Country: `Sweden`, - Fax: `0921-12 34 67`, - HireDate: `2011-06-03`, - ID: 3, - Name: `Michael Burke`, - ParentID: 1, - Phone: `0921-12 34 65`, - PostalCode: 29000, - Title: `Senior Software Developer`, - LastName: `Burke`, - FullAddress: `Berguvsvägen 8, Luleå, Sweden` - }), - new EmployeesFlatDetailsItem( - { - Address: `Forsterstr. 57`, - Age: 29, - City: `Mannheim`, - Country: `Germany`, - Fax: `0621-08924`, - HireDate: `2009-06-19`, - ID: 2, - Name: `Thomas Anderson`, - ParentID: 1, - Phone: `0621-08460`, - PostalCode: 68306, - Title: `Senior Software Developer`, - LastName: `Anderson`, - FullAddress: `Forsterstr. 57, Mannheim, Germany` - }), - new EmployeesFlatDetailsItem( - { - Address: `24, place Kléber`, - Age: 31, - City: `Strasbourg`, - Country: `France`, - Fax: `88.60.15.32`, - HireDate: `2014-08-18`, - ID: 11, - Name: `Monica Reyes`, - ParentID: 1, - Phone: `88.60.15.31`, - PostalCode: 67000, - Title: `Software Development Team Lead`, - LastName: `Reyes`, - FullAddress: `24, place Kléber, Strasbourg, France` - }), - new EmployeesFlatDetailsItem( - { - Address: `C/ Araquil, 67`, - Age: 35, - City: `Madrid`, - Country: `Spain`, - Fax: `(911) 555 91 99`, - HireDate: `2015-09-17`, - ID: 6, - Name: `Roland Mendel`, - ParentID: 11, - Phone: `(91) 555 22 82`, - PostalCode: 28023, - Title: `Senior Software Developer`, - LastName: `Mendel`, - FullAddress: `C/ Araquil, 67, Madrid, Spain` - }), - new EmployeesFlatDetailsItem( - { - Address: `12, rue des Bouchers`, - Age: 44, - City: `Marseille`, - Country: `France`, - Fax: `91.24.45.41`, - HireDate: `2009-10-11`, - ID: 12, - Name: `Sven Cooper`, - ParentID: 11, - Phone: `91.24.45.40`, - PostalCode: 13008, - Title: `Senior Software Developer`, - LastName: `Cooper`, - FullAddress: `12, rue des Bouchers, Marseille, France` - }), - new EmployeesFlatDetailsItem( - { - Address: `23 Tsawassen Blvd.`, - Age: 44, - City: `Tsawassen`, - Country: `Canada`, - Fax: `(604) 555-3745`, - HireDate: `2014-04-04`, - ID: 14, - Name: `Laurence Johnson`, - ParentID: 4, - Phone: `(604) 555-4729`, - PostalCode: 19000, - Title: `Director`, - LastName: `Johnson`, - FullAddress: `23 Tsawassen Blvd., Tsawassen, Canada` - }), - new EmployeesFlatDetailsItem( - { - Address: `Fauntleroy Circus`, - Age: 25, - City: `London`, - Country: `UK`, - Fax: `(125) 555-3798`, - HireDate: `2017-11-9`, - ID: 5, - Name: `Elizabeth Richards`, - ParentID: 4, - Phone: `(171) 555-1212`, - PostalCode: 30000, - Title: `Vice President`, - LastName: `Richards`, - FullAddress: `Fauntleroy Circus, London, UK` - }), - new EmployeesFlatDetailsItem( - { - Address: `Cerrito 333`, - Age: 39, - City: `Buenos Aires`, - Country: `Argentina`, - Fax: `(121) 135-4892`, - HireDate: `2010-03-22`, - ID: 13, - Name: `Trevor Ashworth`, - ParentID: 5, - Phone: `(1) 135-5555`, - PostalCode: 1010, - Title: `Director`, - LastName: `Ashworth`, - FullAddress: `Cerrito 333, Buenos Aires, Argentina` - }), - new EmployeesFlatDetailsItem( - { - Address: `Sierras de Granada 9993`, - Age: 44, - City: `México D.F.`, - Country: `Mexico`, - Fax: `(153) 555-7293`, - HireDate: `2014-04-04`, - ID: 17, - Name: `Antonio Moreno`, - ParentID: 18, - Phone: `(5) 555-3392`, - PostalCode: 5022, - Title: `Senior Accountant`, - LastName: `Moreno`, - FullAddress: `Sierras de Granada 9993, México D.F., Mexico` - }), - new EmployeesFlatDetailsItem( - { - Address: `Hauptstr. 29`, - Age: 50, - City: `Sao Paulo`, - Country: `Brazil`, - Fax: `(531) 555-6691`, - HireDate: `2007-11-18`, - ID: 7, - Name: `Pedro Rodriguez`, - ParentID: 10, - Phone: `0452-076545`, - PostalCode: 3012, - Title: `Senior Localization Developer`, - LastName: `Rodriguez`, - FullAddress: `Hauptstr. 29, Sao Paulo, Brazil` - }), - new EmployeesFlatDetailsItem( - { - Address: `Av. dos Lusíadas, 23`, - Age: 27, - City: `Bern`, - Country: `Switzerland`, - Fax: `(271) 335-357`, - HireDate: `2016-02-19`, - ID: 8, - Name: `Casey Harper`, - ParentID: 10, - Phone: `(11) 555-7647`, - PostalCode: 40000, - Title: `Senior Localization`, - LastName: `Harper`, - FullAddress: `Av. dos Lusíadas, 23, Bern, Switzerland` - }), - new EmployeesFlatDetailsItem( - { - Address: `Berkeley Gardens 12`, - Age: 25, - City: `London`, - Country: `UK`, - Fax: `(171) 555-9199`, - HireDate: `2017-11-09`, - ID: 15, - Name: `Patricia Simpson`, - ParentID: 7, - Phone: `(171) 555-2282`, - PostalCode: 26000, - Title: `Localization Intern`, - LastName: `Simpson`, - FullAddress: `Berkeley Gardens 12, London, UK` - }), - new EmployeesFlatDetailsItem( - { - Address: `Walserweg 21`, - Age: 39, - City: `Aachen`, - Country: `Germany`, - Fax: `0241-059428`, - HireDate: `2010-03-22`, - ID: 9, - Name: `Francisco Chang`, - ParentID: 7, - Phone: `0241-039123`, - PostalCode: 52066, - Title: `Localization Intern`, - LastName: `Chang`, - FullAddress: `Walserweg 21, Aachen, Germany` - }), - new EmployeesFlatDetailsItem( - { - Address: `35 King George`, - Age: 25, - City: `London`, - Country: `UK`, - Fax: `(171) 555-3373`, - HireDate: `2018-03-18`, - ID: 16, - Name: `Peter Lewis`, - ParentID: 7, - Phone: `(171) 555-0297`, - PostalCode: 48000, - Title: `Localization Intern`, - LastName: `Lewis`, - FullAddress: `35 King George, London, UK` - }), + new EmployeesFlatDetailsItem({ Address: `Obere Str. 57`, Age: 55, City: `Berlin`, Country: `Germany`, Fax: `030-0076545`, HireDate: `2008-03-20`, ID: 1, Name: `Johnathan Winchester`, ParentID: -1, Phone: `030-0074321`, PostalCode: 12209, Title: `Development Manager`, LastName: `Winchester`, FullAddress: `Obere Str. 57, Berlin, Germany` }), + new EmployeesFlatDetailsItem({ Address: `Avda. de la Constitución 2222`, Age: 42, City: `México D.F.`, Country: `Mexico`, Fax: `(51) 555-3745`, HireDate: `2014-01-22`, ID: 4, Name: `Ana Sanders`, ParentID: -1, Phone: `(5) 555-4729`, PostalCode: 5021, Title: `CEO`, LastName: `Sanders`, FullAddress: `Avda. de la Constitución 2222, México D.F., Mexico` }), + new EmployeesFlatDetailsItem({ Address: `Mataderos 2312`, Age: 49, City: `México D.F.`, Country: `Mexico`, Fax: `(5) 555-3995`, HireDate: `2014-01-22`, ID: 18, Name: `Victoria Lincoln`, ParentID: -1, Phone: `(5) 555-3932`, PostalCode: 5023, Title: `Accounting Manager`, LastName: `Lincoln`, FullAddress: `Mataderos 2312, México D.F., Mexico` }), + new EmployeesFlatDetailsItem({ Address: `120 Hanover Sq.`, Age: 61, City: `London`, Country: `UK`, Fax: `(171) 555-6750`, HireDate: `2010-01-01`, ID: 10, Name: `Yang Wang`, ParentID: -1, Phone: `(171) 555-7788`, PostalCode: 39000, Title: `Localization Manager`, LastName: `Wang`, FullAddress: `120 Hanover Sq., London, UK` }), + new EmployeesFlatDetailsItem({ Address: `Berguvsvägen 8`, Age: 43, City: `Luleå`, Country: `Sweden`, Fax: `0921-12 34 67`, HireDate: `2011-06-03`, ID: 3, Name: `Michael Burke`, ParentID: 1, Phone: `0921-12 34 65`, PostalCode: 29000, Title: `Senior Software Developer`, LastName: `Burke`, FullAddress: `Berguvsvägen 8, Luleå, Sweden` }), + new EmployeesFlatDetailsItem({ Address: `Forsterstr. 57`, Age: 29, City: `Mannheim`, Country: `Germany`, Fax: `0621-08924`, HireDate: `2009-06-19`, ID: 2, Name: `Thomas Anderson`, ParentID: 1, Phone: `0621-08460`, PostalCode: 68306, Title: `Senior Software Developer`, LastName: `Anderson`, FullAddress: `Forsterstr. 57, Mannheim, Germany` }), + new EmployeesFlatDetailsItem({ Address: `24, place Kléber`, Age: 31, City: `Strasbourg`, Country: `France`, Fax: `88.60.15.32`, HireDate: `2014-08-18`, ID: 11, Name: `Monica Reyes`, ParentID: 1, Phone: `88.60.15.31`, PostalCode: 67000, Title: `Software Development Team Lead`, LastName: `Reyes`, FullAddress: `24, place Kléber, Strasbourg, France` }), + new EmployeesFlatDetailsItem({ Address: `C/ Araquil, 67`, Age: 35, City: `Madrid`, Country: `Spain`, Fax: `(911) 555 91 99`, HireDate: `2015-09-17`, ID: 6, Name: `Roland Mendel`, ParentID: 11, Phone: `(91) 555 22 82`, PostalCode: 28023, Title: `Senior Software Developer`, LastName: `Mendel`, FullAddress: `C/ Araquil, 67, Madrid, Spain` }), + new EmployeesFlatDetailsItem({ Address: `12, rue des Bouchers`, Age: 44, City: `Marseille`, Country: `France`, Fax: `91.24.45.41`, HireDate: `2009-10-11`, ID: 12, Name: `Sven Cooper`, ParentID: 11, Phone: `91.24.45.40`, PostalCode: 13008, Title: `Senior Software Developer`, LastName: `Cooper`, FullAddress: `12, rue des Bouchers, Marseille, France` }), + new EmployeesFlatDetailsItem({ Address: `23 Tsawassen Blvd.`, Age: 44, City: `Tsawassen`, Country: `Canada`, Fax: `(604) 555-3745`, HireDate: `2014-04-04`, ID: 14, Name: `Laurence Johnson`, ParentID: 4, Phone: `(604) 555-4729`, PostalCode: 19000, Title: `Director`, LastName: `Johnson`, FullAddress: `23 Tsawassen Blvd., Tsawassen, Canada` }), + new EmployeesFlatDetailsItem({ Address: `Fauntleroy Circus`, Age: 25, City: `London`, Country: `UK`, Fax: `(125) 555-3798`, HireDate: `2017-11-9`, ID: 5, Name: `Elizabeth Richards`, ParentID: 4, Phone: `(171) 555-1212`, PostalCode: 30000, Title: `Vice President`, LastName: `Richards`, FullAddress: `Fauntleroy Circus, London, UK` }), + new EmployeesFlatDetailsItem({ Address: `Cerrito 333`, Age: 39, City: `Buenos Aires`, Country: `Argentina`, Fax: `(121) 135-4892`, HireDate: `2010-03-22`, ID: 13, Name: `Trevor Ashworth`, ParentID: 5, Phone: `(1) 135-5555`, PostalCode: 1010, Title: `Director`, LastName: `Ashworth`, FullAddress: `Cerrito 333, Buenos Aires, Argentina` }), + new EmployeesFlatDetailsItem({ Address: `Sierras de Granada 9993`, Age: 44, City: `México D.F.`, Country: `Mexico`, Fax: `(153) 555-7293`, HireDate: `2014-04-04`, ID: 17, Name: `Antonio Moreno`, ParentID: 18, Phone: `(5) 555-3392`, PostalCode: 5022, Title: `Senior Accountant`, LastName: `Moreno`, FullAddress: `Sierras de Granada 9993, México D.F., Mexico` }), + new EmployeesFlatDetailsItem({ Address: `Hauptstr. 29`, Age: 50, City: `Sao Paulo`, Country: `Brazil`, Fax: `(531) 555-6691`, HireDate: `2007-11-18`, ID: 7, Name: `Pedro Rodriguez`, ParentID: 10, Phone: `0452-076545`, PostalCode: 3012, Title: `Senior Localization Developer`, LastName: `Rodriguez`, FullAddress: `Hauptstr. 29, Sao Paulo, Brazil` }), + new EmployeesFlatDetailsItem({ Address: `Av. dos Lusíadas, 23`, Age: 27, City: `Bern`, Country: `Switzerland`, Fax: `(271) 335-357`, HireDate: `2016-02-19`, ID: 8, Name: `Casey Harper`, ParentID: 10, Phone: `(11) 555-7647`, PostalCode: 40000, Title: `Senior Localization`, LastName: `Harper`, FullAddress: `Av. dos Lusíadas, 23, Bern, Switzerland` }), + new EmployeesFlatDetailsItem({ Address: `Berkeley Gardens 12`, Age: 25, City: `London`, Country: `UK`, Fax: `(171) 555-9199`, HireDate: `2017-11-09`, ID: 15, Name: `Patricia Simpson`, ParentID: 7, Phone: `(171) 555-2282`, PostalCode: 26000, Title: `Localization Intern`, LastName: `Simpson`, FullAddress: `Berkeley Gardens 12, London, UK` }), + new EmployeesFlatDetailsItem({ Address: `Walserweg 21`, Age: 39, City: `Aachen`, Country: `Germany`, Fax: `0241-059428`, HireDate: `2010-03-22`, ID: 9, Name: `Francisco Chang`, ParentID: 7, Phone: `0241-039123`, PostalCode: 52066, Title: `Localization Intern`, LastName: `Chang`, FullAddress: `Walserweg 21, Aachen, Germany` }), + new EmployeesFlatDetailsItem({ Address: `35 King George`, Age: 25, City: `London`, Country: `UK`, Fax: `(171) 555-3373`, HireDate: `2018-03-18`, ID: 16, Name: `Peter Lewis`, ParentID: 7, Phone: `(171) 555-0297`, PostalCode: 48000, Title: `Localization Intern`, LastName: `Lewis`, FullAddress: `35 King George, London, UK` }), ]; super(...newItems.slice(0)); } diff --git a/samples/grids/tree-grid/column-sorting-indicators/src/OrdersTreeData.ts b/samples/grids/tree-grid/column-sorting-indicators/src/OrdersTreeData.ts index c5c69cc874..97749e00f3 100644 --- a/samples/grids/tree-grid/column-sorting-indicators/src/OrdersTreeData.ts +++ b/samples/grids/tree-grid/column-sorting-indicators/src/OrdersTreeData.ts @@ -20,270 +20,28 @@ export class OrdersTreeData extends Array { super(...items); } else { const newItems = [ - new OrdersTreeDataItem( - { - ID: 1, - ParentID: -1, - Name: `Order 1`, - Category: ``, - OrderDate: `2010-02-17`, - Units: 1844, - UnitPrice: 3.73, - Price: 6884.38, - Delivered: true - }), - new OrdersTreeDataItem( - { - ID: 101, - ParentID: 1, - Name: `Chocolate Chip Cookies`, - Category: `Cookies`, - OrderDate: `2010-02-17`, - Units: 834, - UnitPrice: 3.59, - Price: 2994.06, - Delivered: true - }), - new OrdersTreeDataItem( - { - ID: 102, - ParentID: 1, - Name: `Red Apples`, - Category: `Fruit`, - OrderDate: `2010-02-17`, - Units: 371, - UnitPrice: 3.66, - Price: 1357.86, - Delivered: true - }), - new OrdersTreeDataItem( - { - ID: 103, - ParentID: 1, - Name: `Butter`, - Category: `Diary`, - OrderDate: `2010-02-17`, - Units: 260, - UnitPrice: 3.45, - Price: 897, - Delivered: true - }), - new OrdersTreeDataItem( - { - ID: 104, - ParentID: 1, - Name: `Potato Chips`, - Category: `Snack`, - OrderDate: `2010-02-17`, - Units: 118, - UnitPrice: 1.96, - Price: 231.28, - Delivered: true - }), - new OrdersTreeDataItem( - { - ID: 105, - ParentID: 1, - Name: `Orange Juice`, - Category: `Beverages`, - OrderDate: `2010-02-17`, - Units: 261, - UnitPrice: 5.38, - Price: 1404.18, - Delivered: true - }), - new OrdersTreeDataItem( - { - ID: 2, - ParentID: -1, - Name: `Order 2`, - Category: ``, - OrderDate: `2022-05-27`, - Units: 1831, - UnitPrice: 8.23, - Price: 15062.77, - Delivered: false - }), - new OrdersTreeDataItem( - { - ID: 201, - ParentID: 2, - Name: `Frozen Shrimps`, - Category: `Seafood`, - OrderDate: `2022-05-27`, - Units: 120, - UnitPrice: 20.45, - Price: 2454, - Delivered: false - }), - new OrdersTreeDataItem( - { - ID: 202, - ParentID: 2, - Name: `Ice Tea`, - Category: `Beverages`, - OrderDate: `2022-05-27`, - Units: 840, - UnitPrice: 7, - Price: 5880, - Delivered: false - }), - new OrdersTreeDataItem( - { - ID: 203, - ParentID: 2, - Name: `Fresh Cheese`, - Category: `Diary`, - OrderDate: `2022-05-27`, - Units: 267, - UnitPrice: 16.55, - Price: 4418.85, - Delivered: false - }), - new OrdersTreeDataItem( - { - ID: 204, - ParentID: 2, - Name: `Carrots`, - Category: `Vegetables`, - OrderDate: `2022-05-27`, - Units: 360, - UnitPrice: 2.77, - Price: 997.2, - Delivered: false - }), - new OrdersTreeDataItem( - { - ID: 205, - ParentID: 2, - Name: `Apple Juice`, - Category: `Beverages`, - OrderDate: `2022-05-27`, - Units: 244, - UnitPrice: 5.38, - Price: 1312.72, - Delivered: false - }), - new OrdersTreeDataItem( - { - ID: 3, - ParentID: -1, - Name: `Order 3`, - Category: ``, - OrderDate: `2022-08-04`, - Units: 1972, - UnitPrice: 3.47, - Price: 6849.18, - Delivered: true - }), - new OrdersTreeDataItem( - { - ID: 301, - ParentID: 3, - Name: `Skimmed Milk 1L`, - Category: `Diary`, - OrderDate: `2022-08-04`, - Units: 1028, - UnitPrice: 3.56, - Price: 3659.68, - Delivered: true - }), - new OrdersTreeDataItem( - { - ID: 302, - ParentID: 3, - Name: `Bananas 5 Pack`, - Category: `Fruit`, - OrderDate: `2022-08-04`, - Units: 370, - UnitPrice: 6.36, - Price: 2353.2, - Delivered: true - }), - new OrdersTreeDataItem( - { - ID: 303, - ParentID: 3, - Name: `Cauliflower`, - Category: `Vegetables`, - OrderDate: `2022-08-04`, - Units: 283, - UnitPrice: 0.95, - Price: 268.85, - Delivered: true - }), - new OrdersTreeDataItem( - { - ID: 304, - ParentID: 3, - Name: `White Chocolate Cookies`, - Category: `Cookies`, - OrderDate: `2022-08-04`, - Units: 291, - UnitPrice: 1.95, - Price: 567.45, - Delivered: true - }), - new OrdersTreeDataItem( - { - ID: 4, - ParentID: -1, - Name: `Order 4`, - Category: ``, - OrderDate: `2023-01-04`, - Units: 1065, - UnitPrice: 5.56, - Price: 5923.5, - Delivered: true - }), - new OrdersTreeDataItem( - { - ID: 401, - ParentID: 4, - Name: `Mini Milk Chocolate Cookie Bites`, - Category: `Cookies`, - OrderDate: `2023-01-04`, - Units: 68, - UnitPrice: 2.25, - Price: 153, - Delivered: true - }), - new OrdersTreeDataItem( - { - ID: 402, - ParentID: 4, - Name: `Wild Salmon Fillets`, - Category: `Seafood`, - OrderDate: `2023-01-04`, - Units: 320, - UnitPrice: 16.15, - Price: 5168, - Delivered: true - }), - new OrdersTreeDataItem( - { - ID: 403, - ParentID: 4, - Name: `Diet Lemonade`, - Category: `Beverages`, - OrderDate: `2023-01-04`, - Units: 437, - UnitPrice: 0.5, - Price: 218.5, - Delivered: true - }), - new OrdersTreeDataItem( - { - ID: 404, - ParentID: 4, - Name: `Potatoes`, - Category: `Vegetables`, - OrderDate: `2023-01-04`, - Units: 240, - UnitPrice: 1.6, - Price: 384, - Delivered: true - }), + new OrdersTreeDataItem({ ID: 1, ParentID: -1, Name: `Order 1`, Category: ``, OrderDate: `2010-02-17`, Units: 1844, UnitPrice: 3.73, Price: 6884.38, Delivered: true }), + new OrdersTreeDataItem({ ID: 101, ParentID: 1, Name: `Chocolate Chip Cookies`, Category: `Cookies`, OrderDate: `2010-02-17`, Units: 834, UnitPrice: 3.59, Price: 2994.06, Delivered: true }), + new OrdersTreeDataItem({ ID: 102, ParentID: 1, Name: `Red Apples`, Category: `Fruit`, OrderDate: `2010-02-17`, Units: 371, UnitPrice: 3.66, Price: 1357.86, Delivered: true }), + new OrdersTreeDataItem({ ID: 103, ParentID: 1, Name: `Butter`, Category: `Diary`, OrderDate: `2010-02-17`, Units: 260, UnitPrice: 3.45, Price: 897, Delivered: true }), + new OrdersTreeDataItem({ ID: 104, ParentID: 1, Name: `Potato Chips`, Category: `Snack`, OrderDate: `2010-02-17`, Units: 118, UnitPrice: 1.96, Price: 231.28, Delivered: true }), + new OrdersTreeDataItem({ ID: 105, ParentID: 1, Name: `Orange Juice`, Category: `Beverages`, OrderDate: `2010-02-17`, Units: 261, UnitPrice: 5.38, Price: 1404.18, Delivered: true }), + new OrdersTreeDataItem({ ID: 2, ParentID: -1, Name: `Order 2`, Category: ``, OrderDate: `2022-05-27`, Units: 1831, UnitPrice: 8.23, Price: 15062.77, Delivered: false }), + new OrdersTreeDataItem({ ID: 201, ParentID: 2, Name: `Frozen Shrimps`, Category: `Seafood`, OrderDate: `2022-05-27`, Units: 120, UnitPrice: 20.45, Price: 2454, Delivered: false }), + new OrdersTreeDataItem({ ID: 202, ParentID: 2, Name: `Ice Tea`, Category: `Beverages`, OrderDate: `2022-05-27`, Units: 840, UnitPrice: 7, Price: 5880, Delivered: false }), + new OrdersTreeDataItem({ ID: 203, ParentID: 2, Name: `Fresh Cheese`, Category: `Diary`, OrderDate: `2022-05-27`, Units: 267, UnitPrice: 16.55, Price: 4418.85, Delivered: false }), + new OrdersTreeDataItem({ ID: 204, ParentID: 2, Name: `Carrots`, Category: `Vegetables`, OrderDate: `2022-05-27`, Units: 360, UnitPrice: 2.77, Price: 997.2, Delivered: false }), + new OrdersTreeDataItem({ ID: 205, ParentID: 2, Name: `Apple Juice`, Category: `Beverages`, OrderDate: `2022-05-27`, Units: 244, UnitPrice: 5.38, Price: 1312.72, Delivered: false }), + new OrdersTreeDataItem({ ID: 3, ParentID: -1, Name: `Order 3`, Category: ``, OrderDate: `2022-08-04`, Units: 1972, UnitPrice: 3.47, Price: 6849.18, Delivered: true }), + new OrdersTreeDataItem({ ID: 301, ParentID: 3, Name: `Skimmed Milk 1L`, Category: `Diary`, OrderDate: `2022-08-04`, Units: 1028, UnitPrice: 3.56, Price: 3659.68, Delivered: true }), + new OrdersTreeDataItem({ ID: 302, ParentID: 3, Name: `Bananas 5 Pack`, Category: `Fruit`, OrderDate: `2022-08-04`, Units: 370, UnitPrice: 6.36, Price: 2353.2, Delivered: true }), + new OrdersTreeDataItem({ ID: 303, ParentID: 3, Name: `Cauliflower`, Category: `Vegetables`, OrderDate: `2022-08-04`, Units: 283, UnitPrice: 0.95, Price: 268.85, Delivered: true }), + new OrdersTreeDataItem({ ID: 304, ParentID: 3, Name: `White Chocolate Cookies`, Category: `Cookies`, OrderDate: `2022-08-04`, Units: 291, UnitPrice: 1.95, Price: 567.45, Delivered: true }), + new OrdersTreeDataItem({ ID: 4, ParentID: -1, Name: `Order 4`, Category: ``, OrderDate: `2023-01-04`, Units: 1065, UnitPrice: 5.56, Price: 5923.5, Delivered: true }), + new OrdersTreeDataItem({ ID: 401, ParentID: 4, Name: `Mini Milk Chocolate Cookie Bites`, Category: `Cookies`, OrderDate: `2023-01-04`, Units: 68, UnitPrice: 2.25, Price: 153, Delivered: true }), + new OrdersTreeDataItem({ ID: 402, ParentID: 4, Name: `Wild Salmon Fillets`, Category: `Seafood`, OrderDate: `2023-01-04`, Units: 320, UnitPrice: 16.15, Price: 5168, Delivered: true }), + new OrdersTreeDataItem({ ID: 403, ParentID: 4, Name: `Diet Lemonade`, Category: `Beverages`, OrderDate: `2023-01-04`, Units: 437, UnitPrice: 0.5, Price: 218.5, Delivered: true }), + new OrdersTreeDataItem({ ID: 404, ParentID: 4, Name: `Potatoes`, Category: `Vegetables`, OrderDate: `2023-01-04`, Units: 240, UnitPrice: 1.6, Price: 384, Delivered: true }), ]; super(...newItems.slice(0)); } diff --git a/samples/grids/tree-grid/column-sorting-options/src/OrdersTreeData.ts b/samples/grids/tree-grid/column-sorting-options/src/OrdersTreeData.ts index c5c69cc874..97749e00f3 100644 --- a/samples/grids/tree-grid/column-sorting-options/src/OrdersTreeData.ts +++ b/samples/grids/tree-grid/column-sorting-options/src/OrdersTreeData.ts @@ -20,270 +20,28 @@ export class OrdersTreeData extends Array { super(...items); } else { const newItems = [ - new OrdersTreeDataItem( - { - ID: 1, - ParentID: -1, - Name: `Order 1`, - Category: ``, - OrderDate: `2010-02-17`, - Units: 1844, - UnitPrice: 3.73, - Price: 6884.38, - Delivered: true - }), - new OrdersTreeDataItem( - { - ID: 101, - ParentID: 1, - Name: `Chocolate Chip Cookies`, - Category: `Cookies`, - OrderDate: `2010-02-17`, - Units: 834, - UnitPrice: 3.59, - Price: 2994.06, - Delivered: true - }), - new OrdersTreeDataItem( - { - ID: 102, - ParentID: 1, - Name: `Red Apples`, - Category: `Fruit`, - OrderDate: `2010-02-17`, - Units: 371, - UnitPrice: 3.66, - Price: 1357.86, - Delivered: true - }), - new OrdersTreeDataItem( - { - ID: 103, - ParentID: 1, - Name: `Butter`, - Category: `Diary`, - OrderDate: `2010-02-17`, - Units: 260, - UnitPrice: 3.45, - Price: 897, - Delivered: true - }), - new OrdersTreeDataItem( - { - ID: 104, - ParentID: 1, - Name: `Potato Chips`, - Category: `Snack`, - OrderDate: `2010-02-17`, - Units: 118, - UnitPrice: 1.96, - Price: 231.28, - Delivered: true - }), - new OrdersTreeDataItem( - { - ID: 105, - ParentID: 1, - Name: `Orange Juice`, - Category: `Beverages`, - OrderDate: `2010-02-17`, - Units: 261, - UnitPrice: 5.38, - Price: 1404.18, - Delivered: true - }), - new OrdersTreeDataItem( - { - ID: 2, - ParentID: -1, - Name: `Order 2`, - Category: ``, - OrderDate: `2022-05-27`, - Units: 1831, - UnitPrice: 8.23, - Price: 15062.77, - Delivered: false - }), - new OrdersTreeDataItem( - { - ID: 201, - ParentID: 2, - Name: `Frozen Shrimps`, - Category: `Seafood`, - OrderDate: `2022-05-27`, - Units: 120, - UnitPrice: 20.45, - Price: 2454, - Delivered: false - }), - new OrdersTreeDataItem( - { - ID: 202, - ParentID: 2, - Name: `Ice Tea`, - Category: `Beverages`, - OrderDate: `2022-05-27`, - Units: 840, - UnitPrice: 7, - Price: 5880, - Delivered: false - }), - new OrdersTreeDataItem( - { - ID: 203, - ParentID: 2, - Name: `Fresh Cheese`, - Category: `Diary`, - OrderDate: `2022-05-27`, - Units: 267, - UnitPrice: 16.55, - Price: 4418.85, - Delivered: false - }), - new OrdersTreeDataItem( - { - ID: 204, - ParentID: 2, - Name: `Carrots`, - Category: `Vegetables`, - OrderDate: `2022-05-27`, - Units: 360, - UnitPrice: 2.77, - Price: 997.2, - Delivered: false - }), - new OrdersTreeDataItem( - { - ID: 205, - ParentID: 2, - Name: `Apple Juice`, - Category: `Beverages`, - OrderDate: `2022-05-27`, - Units: 244, - UnitPrice: 5.38, - Price: 1312.72, - Delivered: false - }), - new OrdersTreeDataItem( - { - ID: 3, - ParentID: -1, - Name: `Order 3`, - Category: ``, - OrderDate: `2022-08-04`, - Units: 1972, - UnitPrice: 3.47, - Price: 6849.18, - Delivered: true - }), - new OrdersTreeDataItem( - { - ID: 301, - ParentID: 3, - Name: `Skimmed Milk 1L`, - Category: `Diary`, - OrderDate: `2022-08-04`, - Units: 1028, - UnitPrice: 3.56, - Price: 3659.68, - Delivered: true - }), - new OrdersTreeDataItem( - { - ID: 302, - ParentID: 3, - Name: `Bananas 5 Pack`, - Category: `Fruit`, - OrderDate: `2022-08-04`, - Units: 370, - UnitPrice: 6.36, - Price: 2353.2, - Delivered: true - }), - new OrdersTreeDataItem( - { - ID: 303, - ParentID: 3, - Name: `Cauliflower`, - Category: `Vegetables`, - OrderDate: `2022-08-04`, - Units: 283, - UnitPrice: 0.95, - Price: 268.85, - Delivered: true - }), - new OrdersTreeDataItem( - { - ID: 304, - ParentID: 3, - Name: `White Chocolate Cookies`, - Category: `Cookies`, - OrderDate: `2022-08-04`, - Units: 291, - UnitPrice: 1.95, - Price: 567.45, - Delivered: true - }), - new OrdersTreeDataItem( - { - ID: 4, - ParentID: -1, - Name: `Order 4`, - Category: ``, - OrderDate: `2023-01-04`, - Units: 1065, - UnitPrice: 5.56, - Price: 5923.5, - Delivered: true - }), - new OrdersTreeDataItem( - { - ID: 401, - ParentID: 4, - Name: `Mini Milk Chocolate Cookie Bites`, - Category: `Cookies`, - OrderDate: `2023-01-04`, - Units: 68, - UnitPrice: 2.25, - Price: 153, - Delivered: true - }), - new OrdersTreeDataItem( - { - ID: 402, - ParentID: 4, - Name: `Wild Salmon Fillets`, - Category: `Seafood`, - OrderDate: `2023-01-04`, - Units: 320, - UnitPrice: 16.15, - Price: 5168, - Delivered: true - }), - new OrdersTreeDataItem( - { - ID: 403, - ParentID: 4, - Name: `Diet Lemonade`, - Category: `Beverages`, - OrderDate: `2023-01-04`, - Units: 437, - UnitPrice: 0.5, - Price: 218.5, - Delivered: true - }), - new OrdersTreeDataItem( - { - ID: 404, - ParentID: 4, - Name: `Potatoes`, - Category: `Vegetables`, - OrderDate: `2023-01-04`, - Units: 240, - UnitPrice: 1.6, - Price: 384, - Delivered: true - }), + new OrdersTreeDataItem({ ID: 1, ParentID: -1, Name: `Order 1`, Category: ``, OrderDate: `2010-02-17`, Units: 1844, UnitPrice: 3.73, Price: 6884.38, Delivered: true }), + new OrdersTreeDataItem({ ID: 101, ParentID: 1, Name: `Chocolate Chip Cookies`, Category: `Cookies`, OrderDate: `2010-02-17`, Units: 834, UnitPrice: 3.59, Price: 2994.06, Delivered: true }), + new OrdersTreeDataItem({ ID: 102, ParentID: 1, Name: `Red Apples`, Category: `Fruit`, OrderDate: `2010-02-17`, Units: 371, UnitPrice: 3.66, Price: 1357.86, Delivered: true }), + new OrdersTreeDataItem({ ID: 103, ParentID: 1, Name: `Butter`, Category: `Diary`, OrderDate: `2010-02-17`, Units: 260, UnitPrice: 3.45, Price: 897, Delivered: true }), + new OrdersTreeDataItem({ ID: 104, ParentID: 1, Name: `Potato Chips`, Category: `Snack`, OrderDate: `2010-02-17`, Units: 118, UnitPrice: 1.96, Price: 231.28, Delivered: true }), + new OrdersTreeDataItem({ ID: 105, ParentID: 1, Name: `Orange Juice`, Category: `Beverages`, OrderDate: `2010-02-17`, Units: 261, UnitPrice: 5.38, Price: 1404.18, Delivered: true }), + new OrdersTreeDataItem({ ID: 2, ParentID: -1, Name: `Order 2`, Category: ``, OrderDate: `2022-05-27`, Units: 1831, UnitPrice: 8.23, Price: 15062.77, Delivered: false }), + new OrdersTreeDataItem({ ID: 201, ParentID: 2, Name: `Frozen Shrimps`, Category: `Seafood`, OrderDate: `2022-05-27`, Units: 120, UnitPrice: 20.45, Price: 2454, Delivered: false }), + new OrdersTreeDataItem({ ID: 202, ParentID: 2, Name: `Ice Tea`, Category: `Beverages`, OrderDate: `2022-05-27`, Units: 840, UnitPrice: 7, Price: 5880, Delivered: false }), + new OrdersTreeDataItem({ ID: 203, ParentID: 2, Name: `Fresh Cheese`, Category: `Diary`, OrderDate: `2022-05-27`, Units: 267, UnitPrice: 16.55, Price: 4418.85, Delivered: false }), + new OrdersTreeDataItem({ ID: 204, ParentID: 2, Name: `Carrots`, Category: `Vegetables`, OrderDate: `2022-05-27`, Units: 360, UnitPrice: 2.77, Price: 997.2, Delivered: false }), + new OrdersTreeDataItem({ ID: 205, ParentID: 2, Name: `Apple Juice`, Category: `Beverages`, OrderDate: `2022-05-27`, Units: 244, UnitPrice: 5.38, Price: 1312.72, Delivered: false }), + new OrdersTreeDataItem({ ID: 3, ParentID: -1, Name: `Order 3`, Category: ``, OrderDate: `2022-08-04`, Units: 1972, UnitPrice: 3.47, Price: 6849.18, Delivered: true }), + new OrdersTreeDataItem({ ID: 301, ParentID: 3, Name: `Skimmed Milk 1L`, Category: `Diary`, OrderDate: `2022-08-04`, Units: 1028, UnitPrice: 3.56, Price: 3659.68, Delivered: true }), + new OrdersTreeDataItem({ ID: 302, ParentID: 3, Name: `Bananas 5 Pack`, Category: `Fruit`, OrderDate: `2022-08-04`, Units: 370, UnitPrice: 6.36, Price: 2353.2, Delivered: true }), + new OrdersTreeDataItem({ ID: 303, ParentID: 3, Name: `Cauliflower`, Category: `Vegetables`, OrderDate: `2022-08-04`, Units: 283, UnitPrice: 0.95, Price: 268.85, Delivered: true }), + new OrdersTreeDataItem({ ID: 304, ParentID: 3, Name: `White Chocolate Cookies`, Category: `Cookies`, OrderDate: `2022-08-04`, Units: 291, UnitPrice: 1.95, Price: 567.45, Delivered: true }), + new OrdersTreeDataItem({ ID: 4, ParentID: -1, Name: `Order 4`, Category: ``, OrderDate: `2023-01-04`, Units: 1065, UnitPrice: 5.56, Price: 5923.5, Delivered: true }), + new OrdersTreeDataItem({ ID: 401, ParentID: 4, Name: `Mini Milk Chocolate Cookie Bites`, Category: `Cookies`, OrderDate: `2023-01-04`, Units: 68, UnitPrice: 2.25, Price: 153, Delivered: true }), + new OrdersTreeDataItem({ ID: 402, ParentID: 4, Name: `Wild Salmon Fillets`, Category: `Seafood`, OrderDate: `2023-01-04`, Units: 320, UnitPrice: 16.15, Price: 5168, Delivered: true }), + new OrdersTreeDataItem({ ID: 403, ParentID: 4, Name: `Diet Lemonade`, Category: `Beverages`, OrderDate: `2023-01-04`, Units: 437, UnitPrice: 0.5, Price: 218.5, Delivered: true }), + new OrdersTreeDataItem({ ID: 404, ParentID: 4, Name: `Potatoes`, Category: `Vegetables`, OrderDate: `2023-01-04`, Units: 240, UnitPrice: 1.6, Price: 384, Delivered: true }), ]; super(...newItems.slice(0)); } diff --git a/samples/grids/tree-grid/column-sorting-style/src/OrdersTreeData.ts b/samples/grids/tree-grid/column-sorting-style/src/OrdersTreeData.ts index c5c69cc874..97749e00f3 100644 --- a/samples/grids/tree-grid/column-sorting-style/src/OrdersTreeData.ts +++ b/samples/grids/tree-grid/column-sorting-style/src/OrdersTreeData.ts @@ -20,270 +20,28 @@ export class OrdersTreeData extends Array { super(...items); } else { const newItems = [ - new OrdersTreeDataItem( - { - ID: 1, - ParentID: -1, - Name: `Order 1`, - Category: ``, - OrderDate: `2010-02-17`, - Units: 1844, - UnitPrice: 3.73, - Price: 6884.38, - Delivered: true - }), - new OrdersTreeDataItem( - { - ID: 101, - ParentID: 1, - Name: `Chocolate Chip Cookies`, - Category: `Cookies`, - OrderDate: `2010-02-17`, - Units: 834, - UnitPrice: 3.59, - Price: 2994.06, - Delivered: true - }), - new OrdersTreeDataItem( - { - ID: 102, - ParentID: 1, - Name: `Red Apples`, - Category: `Fruit`, - OrderDate: `2010-02-17`, - Units: 371, - UnitPrice: 3.66, - Price: 1357.86, - Delivered: true - }), - new OrdersTreeDataItem( - { - ID: 103, - ParentID: 1, - Name: `Butter`, - Category: `Diary`, - OrderDate: `2010-02-17`, - Units: 260, - UnitPrice: 3.45, - Price: 897, - Delivered: true - }), - new OrdersTreeDataItem( - { - ID: 104, - ParentID: 1, - Name: `Potato Chips`, - Category: `Snack`, - OrderDate: `2010-02-17`, - Units: 118, - UnitPrice: 1.96, - Price: 231.28, - Delivered: true - }), - new OrdersTreeDataItem( - { - ID: 105, - ParentID: 1, - Name: `Orange Juice`, - Category: `Beverages`, - OrderDate: `2010-02-17`, - Units: 261, - UnitPrice: 5.38, - Price: 1404.18, - Delivered: true - }), - new OrdersTreeDataItem( - { - ID: 2, - ParentID: -1, - Name: `Order 2`, - Category: ``, - OrderDate: `2022-05-27`, - Units: 1831, - UnitPrice: 8.23, - Price: 15062.77, - Delivered: false - }), - new OrdersTreeDataItem( - { - ID: 201, - ParentID: 2, - Name: `Frozen Shrimps`, - Category: `Seafood`, - OrderDate: `2022-05-27`, - Units: 120, - UnitPrice: 20.45, - Price: 2454, - Delivered: false - }), - new OrdersTreeDataItem( - { - ID: 202, - ParentID: 2, - Name: `Ice Tea`, - Category: `Beverages`, - OrderDate: `2022-05-27`, - Units: 840, - UnitPrice: 7, - Price: 5880, - Delivered: false - }), - new OrdersTreeDataItem( - { - ID: 203, - ParentID: 2, - Name: `Fresh Cheese`, - Category: `Diary`, - OrderDate: `2022-05-27`, - Units: 267, - UnitPrice: 16.55, - Price: 4418.85, - Delivered: false - }), - new OrdersTreeDataItem( - { - ID: 204, - ParentID: 2, - Name: `Carrots`, - Category: `Vegetables`, - OrderDate: `2022-05-27`, - Units: 360, - UnitPrice: 2.77, - Price: 997.2, - Delivered: false - }), - new OrdersTreeDataItem( - { - ID: 205, - ParentID: 2, - Name: `Apple Juice`, - Category: `Beverages`, - OrderDate: `2022-05-27`, - Units: 244, - UnitPrice: 5.38, - Price: 1312.72, - Delivered: false - }), - new OrdersTreeDataItem( - { - ID: 3, - ParentID: -1, - Name: `Order 3`, - Category: ``, - OrderDate: `2022-08-04`, - Units: 1972, - UnitPrice: 3.47, - Price: 6849.18, - Delivered: true - }), - new OrdersTreeDataItem( - { - ID: 301, - ParentID: 3, - Name: `Skimmed Milk 1L`, - Category: `Diary`, - OrderDate: `2022-08-04`, - Units: 1028, - UnitPrice: 3.56, - Price: 3659.68, - Delivered: true - }), - new OrdersTreeDataItem( - { - ID: 302, - ParentID: 3, - Name: `Bananas 5 Pack`, - Category: `Fruit`, - OrderDate: `2022-08-04`, - Units: 370, - UnitPrice: 6.36, - Price: 2353.2, - Delivered: true - }), - new OrdersTreeDataItem( - { - ID: 303, - ParentID: 3, - Name: `Cauliflower`, - Category: `Vegetables`, - OrderDate: `2022-08-04`, - Units: 283, - UnitPrice: 0.95, - Price: 268.85, - Delivered: true - }), - new OrdersTreeDataItem( - { - ID: 304, - ParentID: 3, - Name: `White Chocolate Cookies`, - Category: `Cookies`, - OrderDate: `2022-08-04`, - Units: 291, - UnitPrice: 1.95, - Price: 567.45, - Delivered: true - }), - new OrdersTreeDataItem( - { - ID: 4, - ParentID: -1, - Name: `Order 4`, - Category: ``, - OrderDate: `2023-01-04`, - Units: 1065, - UnitPrice: 5.56, - Price: 5923.5, - Delivered: true - }), - new OrdersTreeDataItem( - { - ID: 401, - ParentID: 4, - Name: `Mini Milk Chocolate Cookie Bites`, - Category: `Cookies`, - OrderDate: `2023-01-04`, - Units: 68, - UnitPrice: 2.25, - Price: 153, - Delivered: true - }), - new OrdersTreeDataItem( - { - ID: 402, - ParentID: 4, - Name: `Wild Salmon Fillets`, - Category: `Seafood`, - OrderDate: `2023-01-04`, - Units: 320, - UnitPrice: 16.15, - Price: 5168, - Delivered: true - }), - new OrdersTreeDataItem( - { - ID: 403, - ParentID: 4, - Name: `Diet Lemonade`, - Category: `Beverages`, - OrderDate: `2023-01-04`, - Units: 437, - UnitPrice: 0.5, - Price: 218.5, - Delivered: true - }), - new OrdersTreeDataItem( - { - ID: 404, - ParentID: 4, - Name: `Potatoes`, - Category: `Vegetables`, - OrderDate: `2023-01-04`, - Units: 240, - UnitPrice: 1.6, - Price: 384, - Delivered: true - }), + new OrdersTreeDataItem({ ID: 1, ParentID: -1, Name: `Order 1`, Category: ``, OrderDate: `2010-02-17`, Units: 1844, UnitPrice: 3.73, Price: 6884.38, Delivered: true }), + new OrdersTreeDataItem({ ID: 101, ParentID: 1, Name: `Chocolate Chip Cookies`, Category: `Cookies`, OrderDate: `2010-02-17`, Units: 834, UnitPrice: 3.59, Price: 2994.06, Delivered: true }), + new OrdersTreeDataItem({ ID: 102, ParentID: 1, Name: `Red Apples`, Category: `Fruit`, OrderDate: `2010-02-17`, Units: 371, UnitPrice: 3.66, Price: 1357.86, Delivered: true }), + new OrdersTreeDataItem({ ID: 103, ParentID: 1, Name: `Butter`, Category: `Diary`, OrderDate: `2010-02-17`, Units: 260, UnitPrice: 3.45, Price: 897, Delivered: true }), + new OrdersTreeDataItem({ ID: 104, ParentID: 1, Name: `Potato Chips`, Category: `Snack`, OrderDate: `2010-02-17`, Units: 118, UnitPrice: 1.96, Price: 231.28, Delivered: true }), + new OrdersTreeDataItem({ ID: 105, ParentID: 1, Name: `Orange Juice`, Category: `Beverages`, OrderDate: `2010-02-17`, Units: 261, UnitPrice: 5.38, Price: 1404.18, Delivered: true }), + new OrdersTreeDataItem({ ID: 2, ParentID: -1, Name: `Order 2`, Category: ``, OrderDate: `2022-05-27`, Units: 1831, UnitPrice: 8.23, Price: 15062.77, Delivered: false }), + new OrdersTreeDataItem({ ID: 201, ParentID: 2, Name: `Frozen Shrimps`, Category: `Seafood`, OrderDate: `2022-05-27`, Units: 120, UnitPrice: 20.45, Price: 2454, Delivered: false }), + new OrdersTreeDataItem({ ID: 202, ParentID: 2, Name: `Ice Tea`, Category: `Beverages`, OrderDate: `2022-05-27`, Units: 840, UnitPrice: 7, Price: 5880, Delivered: false }), + new OrdersTreeDataItem({ ID: 203, ParentID: 2, Name: `Fresh Cheese`, Category: `Diary`, OrderDate: `2022-05-27`, Units: 267, UnitPrice: 16.55, Price: 4418.85, Delivered: false }), + new OrdersTreeDataItem({ ID: 204, ParentID: 2, Name: `Carrots`, Category: `Vegetables`, OrderDate: `2022-05-27`, Units: 360, UnitPrice: 2.77, Price: 997.2, Delivered: false }), + new OrdersTreeDataItem({ ID: 205, ParentID: 2, Name: `Apple Juice`, Category: `Beverages`, OrderDate: `2022-05-27`, Units: 244, UnitPrice: 5.38, Price: 1312.72, Delivered: false }), + new OrdersTreeDataItem({ ID: 3, ParentID: -1, Name: `Order 3`, Category: ``, OrderDate: `2022-08-04`, Units: 1972, UnitPrice: 3.47, Price: 6849.18, Delivered: true }), + new OrdersTreeDataItem({ ID: 301, ParentID: 3, Name: `Skimmed Milk 1L`, Category: `Diary`, OrderDate: `2022-08-04`, Units: 1028, UnitPrice: 3.56, Price: 3659.68, Delivered: true }), + new OrdersTreeDataItem({ ID: 302, ParentID: 3, Name: `Bananas 5 Pack`, Category: `Fruit`, OrderDate: `2022-08-04`, Units: 370, UnitPrice: 6.36, Price: 2353.2, Delivered: true }), + new OrdersTreeDataItem({ ID: 303, ParentID: 3, Name: `Cauliflower`, Category: `Vegetables`, OrderDate: `2022-08-04`, Units: 283, UnitPrice: 0.95, Price: 268.85, Delivered: true }), + new OrdersTreeDataItem({ ID: 304, ParentID: 3, Name: `White Chocolate Cookies`, Category: `Cookies`, OrderDate: `2022-08-04`, Units: 291, UnitPrice: 1.95, Price: 567.45, Delivered: true }), + new OrdersTreeDataItem({ ID: 4, ParentID: -1, Name: `Order 4`, Category: ``, OrderDate: `2023-01-04`, Units: 1065, UnitPrice: 5.56, Price: 5923.5, Delivered: true }), + new OrdersTreeDataItem({ ID: 401, ParentID: 4, Name: `Mini Milk Chocolate Cookie Bites`, Category: `Cookies`, OrderDate: `2023-01-04`, Units: 68, UnitPrice: 2.25, Price: 153, Delivered: true }), + new OrdersTreeDataItem({ ID: 402, ParentID: 4, Name: `Wild Salmon Fillets`, Category: `Seafood`, OrderDate: `2023-01-04`, Units: 320, UnitPrice: 16.15, Price: 5168, Delivered: true }), + new OrdersTreeDataItem({ ID: 403, ParentID: 4, Name: `Diet Lemonade`, Category: `Beverages`, OrderDate: `2023-01-04`, Units: 437, UnitPrice: 0.5, Price: 218.5, Delivered: true }), + new OrdersTreeDataItem({ ID: 404, ParentID: 4, Name: `Potatoes`, Category: `Vegetables`, OrderDate: `2023-01-04`, Units: 240, UnitPrice: 1.6, Price: 384, Delivered: true }), ]; super(...newItems.slice(0)); } diff --git a/samples/grids/tree-grid/conditional-cell-style-1/src/OrdersTreeData.ts b/samples/grids/tree-grid/conditional-cell-style-1/src/OrdersTreeData.ts index c5c69cc874..97749e00f3 100644 --- a/samples/grids/tree-grid/conditional-cell-style-1/src/OrdersTreeData.ts +++ b/samples/grids/tree-grid/conditional-cell-style-1/src/OrdersTreeData.ts @@ -20,270 +20,28 @@ export class OrdersTreeData extends Array { super(...items); } else { const newItems = [ - new OrdersTreeDataItem( - { - ID: 1, - ParentID: -1, - Name: `Order 1`, - Category: ``, - OrderDate: `2010-02-17`, - Units: 1844, - UnitPrice: 3.73, - Price: 6884.38, - Delivered: true - }), - new OrdersTreeDataItem( - { - ID: 101, - ParentID: 1, - Name: `Chocolate Chip Cookies`, - Category: `Cookies`, - OrderDate: `2010-02-17`, - Units: 834, - UnitPrice: 3.59, - Price: 2994.06, - Delivered: true - }), - new OrdersTreeDataItem( - { - ID: 102, - ParentID: 1, - Name: `Red Apples`, - Category: `Fruit`, - OrderDate: `2010-02-17`, - Units: 371, - UnitPrice: 3.66, - Price: 1357.86, - Delivered: true - }), - new OrdersTreeDataItem( - { - ID: 103, - ParentID: 1, - Name: `Butter`, - Category: `Diary`, - OrderDate: `2010-02-17`, - Units: 260, - UnitPrice: 3.45, - Price: 897, - Delivered: true - }), - new OrdersTreeDataItem( - { - ID: 104, - ParentID: 1, - Name: `Potato Chips`, - Category: `Snack`, - OrderDate: `2010-02-17`, - Units: 118, - UnitPrice: 1.96, - Price: 231.28, - Delivered: true - }), - new OrdersTreeDataItem( - { - ID: 105, - ParentID: 1, - Name: `Orange Juice`, - Category: `Beverages`, - OrderDate: `2010-02-17`, - Units: 261, - UnitPrice: 5.38, - Price: 1404.18, - Delivered: true - }), - new OrdersTreeDataItem( - { - ID: 2, - ParentID: -1, - Name: `Order 2`, - Category: ``, - OrderDate: `2022-05-27`, - Units: 1831, - UnitPrice: 8.23, - Price: 15062.77, - Delivered: false - }), - new OrdersTreeDataItem( - { - ID: 201, - ParentID: 2, - Name: `Frozen Shrimps`, - Category: `Seafood`, - OrderDate: `2022-05-27`, - Units: 120, - UnitPrice: 20.45, - Price: 2454, - Delivered: false - }), - new OrdersTreeDataItem( - { - ID: 202, - ParentID: 2, - Name: `Ice Tea`, - Category: `Beverages`, - OrderDate: `2022-05-27`, - Units: 840, - UnitPrice: 7, - Price: 5880, - Delivered: false - }), - new OrdersTreeDataItem( - { - ID: 203, - ParentID: 2, - Name: `Fresh Cheese`, - Category: `Diary`, - OrderDate: `2022-05-27`, - Units: 267, - UnitPrice: 16.55, - Price: 4418.85, - Delivered: false - }), - new OrdersTreeDataItem( - { - ID: 204, - ParentID: 2, - Name: `Carrots`, - Category: `Vegetables`, - OrderDate: `2022-05-27`, - Units: 360, - UnitPrice: 2.77, - Price: 997.2, - Delivered: false - }), - new OrdersTreeDataItem( - { - ID: 205, - ParentID: 2, - Name: `Apple Juice`, - Category: `Beverages`, - OrderDate: `2022-05-27`, - Units: 244, - UnitPrice: 5.38, - Price: 1312.72, - Delivered: false - }), - new OrdersTreeDataItem( - { - ID: 3, - ParentID: -1, - Name: `Order 3`, - Category: ``, - OrderDate: `2022-08-04`, - Units: 1972, - UnitPrice: 3.47, - Price: 6849.18, - Delivered: true - }), - new OrdersTreeDataItem( - { - ID: 301, - ParentID: 3, - Name: `Skimmed Milk 1L`, - Category: `Diary`, - OrderDate: `2022-08-04`, - Units: 1028, - UnitPrice: 3.56, - Price: 3659.68, - Delivered: true - }), - new OrdersTreeDataItem( - { - ID: 302, - ParentID: 3, - Name: `Bananas 5 Pack`, - Category: `Fruit`, - OrderDate: `2022-08-04`, - Units: 370, - UnitPrice: 6.36, - Price: 2353.2, - Delivered: true - }), - new OrdersTreeDataItem( - { - ID: 303, - ParentID: 3, - Name: `Cauliflower`, - Category: `Vegetables`, - OrderDate: `2022-08-04`, - Units: 283, - UnitPrice: 0.95, - Price: 268.85, - Delivered: true - }), - new OrdersTreeDataItem( - { - ID: 304, - ParentID: 3, - Name: `White Chocolate Cookies`, - Category: `Cookies`, - OrderDate: `2022-08-04`, - Units: 291, - UnitPrice: 1.95, - Price: 567.45, - Delivered: true - }), - new OrdersTreeDataItem( - { - ID: 4, - ParentID: -1, - Name: `Order 4`, - Category: ``, - OrderDate: `2023-01-04`, - Units: 1065, - UnitPrice: 5.56, - Price: 5923.5, - Delivered: true - }), - new OrdersTreeDataItem( - { - ID: 401, - ParentID: 4, - Name: `Mini Milk Chocolate Cookie Bites`, - Category: `Cookies`, - OrderDate: `2023-01-04`, - Units: 68, - UnitPrice: 2.25, - Price: 153, - Delivered: true - }), - new OrdersTreeDataItem( - { - ID: 402, - ParentID: 4, - Name: `Wild Salmon Fillets`, - Category: `Seafood`, - OrderDate: `2023-01-04`, - Units: 320, - UnitPrice: 16.15, - Price: 5168, - Delivered: true - }), - new OrdersTreeDataItem( - { - ID: 403, - ParentID: 4, - Name: `Diet Lemonade`, - Category: `Beverages`, - OrderDate: `2023-01-04`, - Units: 437, - UnitPrice: 0.5, - Price: 218.5, - Delivered: true - }), - new OrdersTreeDataItem( - { - ID: 404, - ParentID: 4, - Name: `Potatoes`, - Category: `Vegetables`, - OrderDate: `2023-01-04`, - Units: 240, - UnitPrice: 1.6, - Price: 384, - Delivered: true - }), + new OrdersTreeDataItem({ ID: 1, ParentID: -1, Name: `Order 1`, Category: ``, OrderDate: `2010-02-17`, Units: 1844, UnitPrice: 3.73, Price: 6884.38, Delivered: true }), + new OrdersTreeDataItem({ ID: 101, ParentID: 1, Name: `Chocolate Chip Cookies`, Category: `Cookies`, OrderDate: `2010-02-17`, Units: 834, UnitPrice: 3.59, Price: 2994.06, Delivered: true }), + new OrdersTreeDataItem({ ID: 102, ParentID: 1, Name: `Red Apples`, Category: `Fruit`, OrderDate: `2010-02-17`, Units: 371, UnitPrice: 3.66, Price: 1357.86, Delivered: true }), + new OrdersTreeDataItem({ ID: 103, ParentID: 1, Name: `Butter`, Category: `Diary`, OrderDate: `2010-02-17`, Units: 260, UnitPrice: 3.45, Price: 897, Delivered: true }), + new OrdersTreeDataItem({ ID: 104, ParentID: 1, Name: `Potato Chips`, Category: `Snack`, OrderDate: `2010-02-17`, Units: 118, UnitPrice: 1.96, Price: 231.28, Delivered: true }), + new OrdersTreeDataItem({ ID: 105, ParentID: 1, Name: `Orange Juice`, Category: `Beverages`, OrderDate: `2010-02-17`, Units: 261, UnitPrice: 5.38, Price: 1404.18, Delivered: true }), + new OrdersTreeDataItem({ ID: 2, ParentID: -1, Name: `Order 2`, Category: ``, OrderDate: `2022-05-27`, Units: 1831, UnitPrice: 8.23, Price: 15062.77, Delivered: false }), + new OrdersTreeDataItem({ ID: 201, ParentID: 2, Name: `Frozen Shrimps`, Category: `Seafood`, OrderDate: `2022-05-27`, Units: 120, UnitPrice: 20.45, Price: 2454, Delivered: false }), + new OrdersTreeDataItem({ ID: 202, ParentID: 2, Name: `Ice Tea`, Category: `Beverages`, OrderDate: `2022-05-27`, Units: 840, UnitPrice: 7, Price: 5880, Delivered: false }), + new OrdersTreeDataItem({ ID: 203, ParentID: 2, Name: `Fresh Cheese`, Category: `Diary`, OrderDate: `2022-05-27`, Units: 267, UnitPrice: 16.55, Price: 4418.85, Delivered: false }), + new OrdersTreeDataItem({ ID: 204, ParentID: 2, Name: `Carrots`, Category: `Vegetables`, OrderDate: `2022-05-27`, Units: 360, UnitPrice: 2.77, Price: 997.2, Delivered: false }), + new OrdersTreeDataItem({ ID: 205, ParentID: 2, Name: `Apple Juice`, Category: `Beverages`, OrderDate: `2022-05-27`, Units: 244, UnitPrice: 5.38, Price: 1312.72, Delivered: false }), + new OrdersTreeDataItem({ ID: 3, ParentID: -1, Name: `Order 3`, Category: ``, OrderDate: `2022-08-04`, Units: 1972, UnitPrice: 3.47, Price: 6849.18, Delivered: true }), + new OrdersTreeDataItem({ ID: 301, ParentID: 3, Name: `Skimmed Milk 1L`, Category: `Diary`, OrderDate: `2022-08-04`, Units: 1028, UnitPrice: 3.56, Price: 3659.68, Delivered: true }), + new OrdersTreeDataItem({ ID: 302, ParentID: 3, Name: `Bananas 5 Pack`, Category: `Fruit`, OrderDate: `2022-08-04`, Units: 370, UnitPrice: 6.36, Price: 2353.2, Delivered: true }), + new OrdersTreeDataItem({ ID: 303, ParentID: 3, Name: `Cauliflower`, Category: `Vegetables`, OrderDate: `2022-08-04`, Units: 283, UnitPrice: 0.95, Price: 268.85, Delivered: true }), + new OrdersTreeDataItem({ ID: 304, ParentID: 3, Name: `White Chocolate Cookies`, Category: `Cookies`, OrderDate: `2022-08-04`, Units: 291, UnitPrice: 1.95, Price: 567.45, Delivered: true }), + new OrdersTreeDataItem({ ID: 4, ParentID: -1, Name: `Order 4`, Category: ``, OrderDate: `2023-01-04`, Units: 1065, UnitPrice: 5.56, Price: 5923.5, Delivered: true }), + new OrdersTreeDataItem({ ID: 401, ParentID: 4, Name: `Mini Milk Chocolate Cookie Bites`, Category: `Cookies`, OrderDate: `2023-01-04`, Units: 68, UnitPrice: 2.25, Price: 153, Delivered: true }), + new OrdersTreeDataItem({ ID: 402, ParentID: 4, Name: `Wild Salmon Fillets`, Category: `Seafood`, OrderDate: `2023-01-04`, Units: 320, UnitPrice: 16.15, Price: 5168, Delivered: true }), + new OrdersTreeDataItem({ ID: 403, ParentID: 4, Name: `Diet Lemonade`, Category: `Beverages`, OrderDate: `2023-01-04`, Units: 437, UnitPrice: 0.5, Price: 218.5, Delivered: true }), + new OrdersTreeDataItem({ ID: 404, ParentID: 4, Name: `Potatoes`, Category: `Vegetables`, OrderDate: `2023-01-04`, Units: 240, UnitPrice: 1.6, Price: 384, Delivered: true }), ]; super(...newItems.slice(0)); } diff --git a/samples/grids/tree-grid/conditional-cell-style-2/src/OrdersTreeData.ts b/samples/grids/tree-grid/conditional-cell-style-2/src/OrdersTreeData.ts index c5c69cc874..97749e00f3 100644 --- a/samples/grids/tree-grid/conditional-cell-style-2/src/OrdersTreeData.ts +++ b/samples/grids/tree-grid/conditional-cell-style-2/src/OrdersTreeData.ts @@ -20,270 +20,28 @@ export class OrdersTreeData extends Array { super(...items); } else { const newItems = [ - new OrdersTreeDataItem( - { - ID: 1, - ParentID: -1, - Name: `Order 1`, - Category: ``, - OrderDate: `2010-02-17`, - Units: 1844, - UnitPrice: 3.73, - Price: 6884.38, - Delivered: true - }), - new OrdersTreeDataItem( - { - ID: 101, - ParentID: 1, - Name: `Chocolate Chip Cookies`, - Category: `Cookies`, - OrderDate: `2010-02-17`, - Units: 834, - UnitPrice: 3.59, - Price: 2994.06, - Delivered: true - }), - new OrdersTreeDataItem( - { - ID: 102, - ParentID: 1, - Name: `Red Apples`, - Category: `Fruit`, - OrderDate: `2010-02-17`, - Units: 371, - UnitPrice: 3.66, - Price: 1357.86, - Delivered: true - }), - new OrdersTreeDataItem( - { - ID: 103, - ParentID: 1, - Name: `Butter`, - Category: `Diary`, - OrderDate: `2010-02-17`, - Units: 260, - UnitPrice: 3.45, - Price: 897, - Delivered: true - }), - new OrdersTreeDataItem( - { - ID: 104, - ParentID: 1, - Name: `Potato Chips`, - Category: `Snack`, - OrderDate: `2010-02-17`, - Units: 118, - UnitPrice: 1.96, - Price: 231.28, - Delivered: true - }), - new OrdersTreeDataItem( - { - ID: 105, - ParentID: 1, - Name: `Orange Juice`, - Category: `Beverages`, - OrderDate: `2010-02-17`, - Units: 261, - UnitPrice: 5.38, - Price: 1404.18, - Delivered: true - }), - new OrdersTreeDataItem( - { - ID: 2, - ParentID: -1, - Name: `Order 2`, - Category: ``, - OrderDate: `2022-05-27`, - Units: 1831, - UnitPrice: 8.23, - Price: 15062.77, - Delivered: false - }), - new OrdersTreeDataItem( - { - ID: 201, - ParentID: 2, - Name: `Frozen Shrimps`, - Category: `Seafood`, - OrderDate: `2022-05-27`, - Units: 120, - UnitPrice: 20.45, - Price: 2454, - Delivered: false - }), - new OrdersTreeDataItem( - { - ID: 202, - ParentID: 2, - Name: `Ice Tea`, - Category: `Beverages`, - OrderDate: `2022-05-27`, - Units: 840, - UnitPrice: 7, - Price: 5880, - Delivered: false - }), - new OrdersTreeDataItem( - { - ID: 203, - ParentID: 2, - Name: `Fresh Cheese`, - Category: `Diary`, - OrderDate: `2022-05-27`, - Units: 267, - UnitPrice: 16.55, - Price: 4418.85, - Delivered: false - }), - new OrdersTreeDataItem( - { - ID: 204, - ParentID: 2, - Name: `Carrots`, - Category: `Vegetables`, - OrderDate: `2022-05-27`, - Units: 360, - UnitPrice: 2.77, - Price: 997.2, - Delivered: false - }), - new OrdersTreeDataItem( - { - ID: 205, - ParentID: 2, - Name: `Apple Juice`, - Category: `Beverages`, - OrderDate: `2022-05-27`, - Units: 244, - UnitPrice: 5.38, - Price: 1312.72, - Delivered: false - }), - new OrdersTreeDataItem( - { - ID: 3, - ParentID: -1, - Name: `Order 3`, - Category: ``, - OrderDate: `2022-08-04`, - Units: 1972, - UnitPrice: 3.47, - Price: 6849.18, - Delivered: true - }), - new OrdersTreeDataItem( - { - ID: 301, - ParentID: 3, - Name: `Skimmed Milk 1L`, - Category: `Diary`, - OrderDate: `2022-08-04`, - Units: 1028, - UnitPrice: 3.56, - Price: 3659.68, - Delivered: true - }), - new OrdersTreeDataItem( - { - ID: 302, - ParentID: 3, - Name: `Bananas 5 Pack`, - Category: `Fruit`, - OrderDate: `2022-08-04`, - Units: 370, - UnitPrice: 6.36, - Price: 2353.2, - Delivered: true - }), - new OrdersTreeDataItem( - { - ID: 303, - ParentID: 3, - Name: `Cauliflower`, - Category: `Vegetables`, - OrderDate: `2022-08-04`, - Units: 283, - UnitPrice: 0.95, - Price: 268.85, - Delivered: true - }), - new OrdersTreeDataItem( - { - ID: 304, - ParentID: 3, - Name: `White Chocolate Cookies`, - Category: `Cookies`, - OrderDate: `2022-08-04`, - Units: 291, - UnitPrice: 1.95, - Price: 567.45, - Delivered: true - }), - new OrdersTreeDataItem( - { - ID: 4, - ParentID: -1, - Name: `Order 4`, - Category: ``, - OrderDate: `2023-01-04`, - Units: 1065, - UnitPrice: 5.56, - Price: 5923.5, - Delivered: true - }), - new OrdersTreeDataItem( - { - ID: 401, - ParentID: 4, - Name: `Mini Milk Chocolate Cookie Bites`, - Category: `Cookies`, - OrderDate: `2023-01-04`, - Units: 68, - UnitPrice: 2.25, - Price: 153, - Delivered: true - }), - new OrdersTreeDataItem( - { - ID: 402, - ParentID: 4, - Name: `Wild Salmon Fillets`, - Category: `Seafood`, - OrderDate: `2023-01-04`, - Units: 320, - UnitPrice: 16.15, - Price: 5168, - Delivered: true - }), - new OrdersTreeDataItem( - { - ID: 403, - ParentID: 4, - Name: `Diet Lemonade`, - Category: `Beverages`, - OrderDate: `2023-01-04`, - Units: 437, - UnitPrice: 0.5, - Price: 218.5, - Delivered: true - }), - new OrdersTreeDataItem( - { - ID: 404, - ParentID: 4, - Name: `Potatoes`, - Category: `Vegetables`, - OrderDate: `2023-01-04`, - Units: 240, - UnitPrice: 1.6, - Price: 384, - Delivered: true - }), + new OrdersTreeDataItem({ ID: 1, ParentID: -1, Name: `Order 1`, Category: ``, OrderDate: `2010-02-17`, Units: 1844, UnitPrice: 3.73, Price: 6884.38, Delivered: true }), + new OrdersTreeDataItem({ ID: 101, ParentID: 1, Name: `Chocolate Chip Cookies`, Category: `Cookies`, OrderDate: `2010-02-17`, Units: 834, UnitPrice: 3.59, Price: 2994.06, Delivered: true }), + new OrdersTreeDataItem({ ID: 102, ParentID: 1, Name: `Red Apples`, Category: `Fruit`, OrderDate: `2010-02-17`, Units: 371, UnitPrice: 3.66, Price: 1357.86, Delivered: true }), + new OrdersTreeDataItem({ ID: 103, ParentID: 1, Name: `Butter`, Category: `Diary`, OrderDate: `2010-02-17`, Units: 260, UnitPrice: 3.45, Price: 897, Delivered: true }), + new OrdersTreeDataItem({ ID: 104, ParentID: 1, Name: `Potato Chips`, Category: `Snack`, OrderDate: `2010-02-17`, Units: 118, UnitPrice: 1.96, Price: 231.28, Delivered: true }), + new OrdersTreeDataItem({ ID: 105, ParentID: 1, Name: `Orange Juice`, Category: `Beverages`, OrderDate: `2010-02-17`, Units: 261, UnitPrice: 5.38, Price: 1404.18, Delivered: true }), + new OrdersTreeDataItem({ ID: 2, ParentID: -1, Name: `Order 2`, Category: ``, OrderDate: `2022-05-27`, Units: 1831, UnitPrice: 8.23, Price: 15062.77, Delivered: false }), + new OrdersTreeDataItem({ ID: 201, ParentID: 2, Name: `Frozen Shrimps`, Category: `Seafood`, OrderDate: `2022-05-27`, Units: 120, UnitPrice: 20.45, Price: 2454, Delivered: false }), + new OrdersTreeDataItem({ ID: 202, ParentID: 2, Name: `Ice Tea`, Category: `Beverages`, OrderDate: `2022-05-27`, Units: 840, UnitPrice: 7, Price: 5880, Delivered: false }), + new OrdersTreeDataItem({ ID: 203, ParentID: 2, Name: `Fresh Cheese`, Category: `Diary`, OrderDate: `2022-05-27`, Units: 267, UnitPrice: 16.55, Price: 4418.85, Delivered: false }), + new OrdersTreeDataItem({ ID: 204, ParentID: 2, Name: `Carrots`, Category: `Vegetables`, OrderDate: `2022-05-27`, Units: 360, UnitPrice: 2.77, Price: 997.2, Delivered: false }), + new OrdersTreeDataItem({ ID: 205, ParentID: 2, Name: `Apple Juice`, Category: `Beverages`, OrderDate: `2022-05-27`, Units: 244, UnitPrice: 5.38, Price: 1312.72, Delivered: false }), + new OrdersTreeDataItem({ ID: 3, ParentID: -1, Name: `Order 3`, Category: ``, OrderDate: `2022-08-04`, Units: 1972, UnitPrice: 3.47, Price: 6849.18, Delivered: true }), + new OrdersTreeDataItem({ ID: 301, ParentID: 3, Name: `Skimmed Milk 1L`, Category: `Diary`, OrderDate: `2022-08-04`, Units: 1028, UnitPrice: 3.56, Price: 3659.68, Delivered: true }), + new OrdersTreeDataItem({ ID: 302, ParentID: 3, Name: `Bananas 5 Pack`, Category: `Fruit`, OrderDate: `2022-08-04`, Units: 370, UnitPrice: 6.36, Price: 2353.2, Delivered: true }), + new OrdersTreeDataItem({ ID: 303, ParentID: 3, Name: `Cauliflower`, Category: `Vegetables`, OrderDate: `2022-08-04`, Units: 283, UnitPrice: 0.95, Price: 268.85, Delivered: true }), + new OrdersTreeDataItem({ ID: 304, ParentID: 3, Name: `White Chocolate Cookies`, Category: `Cookies`, OrderDate: `2022-08-04`, Units: 291, UnitPrice: 1.95, Price: 567.45, Delivered: true }), + new OrdersTreeDataItem({ ID: 4, ParentID: -1, Name: `Order 4`, Category: ``, OrderDate: `2023-01-04`, Units: 1065, UnitPrice: 5.56, Price: 5923.5, Delivered: true }), + new OrdersTreeDataItem({ ID: 401, ParentID: 4, Name: `Mini Milk Chocolate Cookie Bites`, Category: `Cookies`, OrderDate: `2023-01-04`, Units: 68, UnitPrice: 2.25, Price: 153, Delivered: true }), + new OrdersTreeDataItem({ ID: 402, ParentID: 4, Name: `Wild Salmon Fillets`, Category: `Seafood`, OrderDate: `2023-01-04`, Units: 320, UnitPrice: 16.15, Price: 5168, Delivered: true }), + new OrdersTreeDataItem({ ID: 403, ParentID: 4, Name: `Diet Lemonade`, Category: `Beverages`, OrderDate: `2023-01-04`, Units: 437, UnitPrice: 0.5, Price: 218.5, Delivered: true }), + new OrdersTreeDataItem({ ID: 404, ParentID: 4, Name: `Potatoes`, Category: `Vegetables`, OrderDate: `2023-01-04`, Units: 240, UnitPrice: 1.6, Price: 384, Delivered: true }), ]; super(...newItems.slice(0)); } diff --git a/samples/grids/tree-grid/conditional-row-selectors/src/EmployeesFlatData.ts b/samples/grids/tree-grid/conditional-row-selectors/src/EmployeesFlatData.ts index b99bf3579a..2e5e7fc2ed 100644 --- a/samples/grids/tree-grid/conditional-row-selectors/src/EmployeesFlatData.ts +++ b/samples/grids/tree-grid/conditional-row-selectors/src/EmployeesFlatData.ts @@ -19,204 +19,24 @@ export class EmployeesFlatData extends Array { super(...items); } else { const newItems = [ - new EmployeesFlatDataItem( - { - Age: 55, - HireDate: `2008-03-20`, - ID: 1, - Name: `Johnathan Winchester`, - Phone: `0251-031259`, - OnPTO: false, - ParentID: -1, - Title: `Development Manager` - }), - new EmployeesFlatDataItem( - { - Age: 42, - HireDate: `2014-01-22`, - ID: 4, - Name: `Ana Sanders`, - Phone: `(21) 555-0091`, - OnPTO: true, - ParentID: -1, - Title: `CEO` - }), - new EmployeesFlatDataItem( - { - Age: 49, - HireDate: `2014-01-22`, - ID: 18, - Name: `Victoria Lincoln`, - Phone: `(071) 23 67 22 20`, - OnPTO: true, - ParentID: -1, - Title: `Accounting Manager` - }), - new EmployeesFlatDataItem( - { - Age: 61, - HireDate: `2010-01-01`, - ID: 10, - Name: `Yang Wang`, - Phone: `(21) 555-0091`, - OnPTO: false, - ParentID: -1, - Title: `Localization Manager` - }), - new EmployeesFlatDataItem( - { - Age: 43, - HireDate: `2011-06-03`, - ID: 3, - Name: `Michael Burke`, - Phone: `0452-076545`, - OnPTO: true, - ParentID: 1, - Title: `Senior Software Developer` - }), - new EmployeesFlatDataItem( - { - Age: 29, - HireDate: `2009-06-19`, - ID: 2, - Name: `Thomas Anderson`, - Phone: `(14) 555-8122`, - OnPTO: false, - ParentID: 1, - Title: `Senior Software Developer` - }), - new EmployeesFlatDataItem( - { - Age: 31, - HireDate: `2014-08-18`, - ID: 11, - Name: `Monica Reyes`, - Phone: `7675-3425`, - OnPTO: false, - ParentID: 1, - Title: `Software Development Team Lead` - }), - new EmployeesFlatDataItem( - { - Age: 35, - HireDate: `2015-09-17`, - ID: 6, - Name: `Roland Mendel`, - Phone: `(505) 555-5939`, - OnPTO: false, - ParentID: 11, - Title: `Senior Software Developer` - }), - new EmployeesFlatDataItem( - { - Age: 44, - HireDate: `2009-10-11`, - ID: 12, - Name: `Sven Cooper`, - Phone: `0695-34 67 21`, - OnPTO: true, - ParentID: 11, - Title: `Senior Software Developer` - }), - new EmployeesFlatDataItem( - { - Age: 44, - HireDate: `2014-04-04`, - ID: 14, - Name: `Laurence Johnson`, - Phone: `981-443655`, - OnPTO: false, - ParentID: 4, - Title: `Director` - }), - new EmployeesFlatDataItem( - { - Age: 25, - HireDate: `2017-11-09`, - ID: 5, - Name: `Elizabeth Richards`, - Phone: `(2) 283-2951`, - OnPTO: true, - ParentID: 4, - Title: `Vice President` - }), - new EmployeesFlatDataItem( - { - Age: 39, - HireDate: `2010-03-22`, - ID: 13, - Name: `Trevor Ashworth`, - Phone: `981-443655`, - OnPTO: true, - ParentID: 5, - Title: `Director` - }), - new EmployeesFlatDataItem( - { - Age: 44, - HireDate: `2014-04-04`, - ID: 17, - Name: `Antonio Moreno`, - Phone: `(505) 555-5939`, - OnPTO: false, - ParentID: 18, - Title: `Senior Accountant` - }), - new EmployeesFlatDataItem( - { - Age: 50, - HireDate: `2007-11-18`, - ID: 7, - Name: `Pedro Rodriguez`, - Phone: `035-640230`, - OnPTO: false, - ParentID: 10, - Title: `Senior Localization Developer` - }), - new EmployeesFlatDataItem( - { - Age: 27, - HireDate: `2016-02-19`, - ID: 8, - Name: `Casey Harper`, - Phone: `0342-023176`, - OnPTO: true, - ParentID: 10, - Title: `Senior Localization` - }), - new EmployeesFlatDataItem( - { - Age: 25, - HireDate: `2017-11-09`, - ID: 15, - Name: `Patricia Simpson`, - Phone: `069-0245984`, - OnPTO: false, - ParentID: 7, - Title: `Localization Intern` - }), - new EmployeesFlatDataItem( - { - Age: 39, - HireDate: `2010-03-22`, - ID: 9, - Name: `Francisco Chang`, - Phone: `(91) 745 6200`, - OnPTO: false, - ParentID: 7, - Title: `Localization Intern` - }), - new EmployeesFlatDataItem( - { - Age: 25, - HireDate: `2018-03-18`, - ID: 16, - Name: `Peter Lewis`, - Phone: `069-0245984`, - OnPTO: true, - ParentID: 7, - Title: `Localization Intern` - }), + new EmployeesFlatDataItem({ Age: 55, HireDate: `2008-03-20`, ID: 1, Name: `Johnathan Winchester`, Phone: `0251-031259`, OnPTO: false, ParentID: -1, Title: `Development Manager` }), + new EmployeesFlatDataItem({ Age: 42, HireDate: `2014-01-22`, ID: 4, Name: `Ana Sanders`, Phone: `(21) 555-0091`, OnPTO: true, ParentID: -1, Title: `CEO` }), + new EmployeesFlatDataItem({ Age: 49, HireDate: `2014-01-22`, ID: 18, Name: `Victoria Lincoln`, Phone: `(071) 23 67 22 20`, OnPTO: true, ParentID: -1, Title: `Accounting Manager` }), + new EmployeesFlatDataItem({ Age: 61, HireDate: `2010-01-01`, ID: 10, Name: `Yang Wang`, Phone: `(21) 555-0091`, OnPTO: false, ParentID: -1, Title: `Localization Manager` }), + new EmployeesFlatDataItem({ Age: 43, HireDate: `2011-06-03`, ID: 3, Name: `Michael Burke`, Phone: `0452-076545`, OnPTO: true, ParentID: 1, Title: `Senior Software Developer` }), + new EmployeesFlatDataItem({ Age: 29, HireDate: `2009-06-19`, ID: 2, Name: `Thomas Anderson`, Phone: `(14) 555-8122`, OnPTO: false, ParentID: 1, Title: `Senior Software Developer` }), + new EmployeesFlatDataItem({ Age: 31, HireDate: `2014-08-18`, ID: 11, Name: `Monica Reyes`, Phone: `7675-3425`, OnPTO: false, ParentID: 1, Title: `Software Development Team Lead` }), + new EmployeesFlatDataItem({ Age: 35, HireDate: `2015-09-17`, ID: 6, Name: `Roland Mendel`, Phone: `(505) 555-5939`, OnPTO: false, ParentID: 11, Title: `Senior Software Developer` }), + new EmployeesFlatDataItem({ Age: 44, HireDate: `2009-10-11`, ID: 12, Name: `Sven Cooper`, Phone: `0695-34 67 21`, OnPTO: true, ParentID: 11, Title: `Senior Software Developer` }), + new EmployeesFlatDataItem({ Age: 44, HireDate: `2014-04-04`, ID: 14, Name: `Laurence Johnson`, Phone: `981-443655`, OnPTO: false, ParentID: 4, Title: `Director` }), + new EmployeesFlatDataItem({ Age: 25, HireDate: `2017-11-09`, ID: 5, Name: `Elizabeth Richards`, Phone: `(2) 283-2951`, OnPTO: true, ParentID: 4, Title: `Vice President` }), + new EmployeesFlatDataItem({ Age: 39, HireDate: `2010-03-22`, ID: 13, Name: `Trevor Ashworth`, Phone: `981-443655`, OnPTO: true, ParentID: 5, Title: `Director` }), + new EmployeesFlatDataItem({ Age: 44, HireDate: `2014-04-04`, ID: 17, Name: `Antonio Moreno`, Phone: `(505) 555-5939`, OnPTO: false, ParentID: 18, Title: `Senior Accountant` }), + new EmployeesFlatDataItem({ Age: 50, HireDate: `2007-11-18`, ID: 7, Name: `Pedro Rodriguez`, Phone: `035-640230`, OnPTO: false, ParentID: 10, Title: `Senior Localization Developer` }), + new EmployeesFlatDataItem({ Age: 27, HireDate: `2016-02-19`, ID: 8, Name: `Casey Harper`, Phone: `0342-023176`, OnPTO: true, ParentID: 10, Title: `Senior Localization` }), + new EmployeesFlatDataItem({ Age: 25, HireDate: `2017-11-09`, ID: 15, Name: `Patricia Simpson`, Phone: `069-0245984`, OnPTO: false, ParentID: 7, Title: `Localization Intern` }), + new EmployeesFlatDataItem({ Age: 39, HireDate: `2010-03-22`, ID: 9, Name: `Francisco Chang`, Phone: `(91) 745 6200`, OnPTO: false, ParentID: 7, Title: `Localization Intern` }), + new EmployeesFlatDataItem({ Age: 25, HireDate: `2018-03-18`, ID: 16, Name: `Peter Lewis`, Phone: `069-0245984`, OnPTO: true, ParentID: 7, Title: `Localization Intern` }), ]; super(...newItems.slice(0)); } diff --git a/samples/grids/tree-grid/data-summary-children/src/OrdersTreeData.ts b/samples/grids/tree-grid/data-summary-children/src/OrdersTreeData.ts index c5c69cc874..97749e00f3 100644 --- a/samples/grids/tree-grid/data-summary-children/src/OrdersTreeData.ts +++ b/samples/grids/tree-grid/data-summary-children/src/OrdersTreeData.ts @@ -20,270 +20,28 @@ export class OrdersTreeData extends Array { super(...items); } else { const newItems = [ - new OrdersTreeDataItem( - { - ID: 1, - ParentID: -1, - Name: `Order 1`, - Category: ``, - OrderDate: `2010-02-17`, - Units: 1844, - UnitPrice: 3.73, - Price: 6884.38, - Delivered: true - }), - new OrdersTreeDataItem( - { - ID: 101, - ParentID: 1, - Name: `Chocolate Chip Cookies`, - Category: `Cookies`, - OrderDate: `2010-02-17`, - Units: 834, - UnitPrice: 3.59, - Price: 2994.06, - Delivered: true - }), - new OrdersTreeDataItem( - { - ID: 102, - ParentID: 1, - Name: `Red Apples`, - Category: `Fruit`, - OrderDate: `2010-02-17`, - Units: 371, - UnitPrice: 3.66, - Price: 1357.86, - Delivered: true - }), - new OrdersTreeDataItem( - { - ID: 103, - ParentID: 1, - Name: `Butter`, - Category: `Diary`, - OrderDate: `2010-02-17`, - Units: 260, - UnitPrice: 3.45, - Price: 897, - Delivered: true - }), - new OrdersTreeDataItem( - { - ID: 104, - ParentID: 1, - Name: `Potato Chips`, - Category: `Snack`, - OrderDate: `2010-02-17`, - Units: 118, - UnitPrice: 1.96, - Price: 231.28, - Delivered: true - }), - new OrdersTreeDataItem( - { - ID: 105, - ParentID: 1, - Name: `Orange Juice`, - Category: `Beverages`, - OrderDate: `2010-02-17`, - Units: 261, - UnitPrice: 5.38, - Price: 1404.18, - Delivered: true - }), - new OrdersTreeDataItem( - { - ID: 2, - ParentID: -1, - Name: `Order 2`, - Category: ``, - OrderDate: `2022-05-27`, - Units: 1831, - UnitPrice: 8.23, - Price: 15062.77, - Delivered: false - }), - new OrdersTreeDataItem( - { - ID: 201, - ParentID: 2, - Name: `Frozen Shrimps`, - Category: `Seafood`, - OrderDate: `2022-05-27`, - Units: 120, - UnitPrice: 20.45, - Price: 2454, - Delivered: false - }), - new OrdersTreeDataItem( - { - ID: 202, - ParentID: 2, - Name: `Ice Tea`, - Category: `Beverages`, - OrderDate: `2022-05-27`, - Units: 840, - UnitPrice: 7, - Price: 5880, - Delivered: false - }), - new OrdersTreeDataItem( - { - ID: 203, - ParentID: 2, - Name: `Fresh Cheese`, - Category: `Diary`, - OrderDate: `2022-05-27`, - Units: 267, - UnitPrice: 16.55, - Price: 4418.85, - Delivered: false - }), - new OrdersTreeDataItem( - { - ID: 204, - ParentID: 2, - Name: `Carrots`, - Category: `Vegetables`, - OrderDate: `2022-05-27`, - Units: 360, - UnitPrice: 2.77, - Price: 997.2, - Delivered: false - }), - new OrdersTreeDataItem( - { - ID: 205, - ParentID: 2, - Name: `Apple Juice`, - Category: `Beverages`, - OrderDate: `2022-05-27`, - Units: 244, - UnitPrice: 5.38, - Price: 1312.72, - Delivered: false - }), - new OrdersTreeDataItem( - { - ID: 3, - ParentID: -1, - Name: `Order 3`, - Category: ``, - OrderDate: `2022-08-04`, - Units: 1972, - UnitPrice: 3.47, - Price: 6849.18, - Delivered: true - }), - new OrdersTreeDataItem( - { - ID: 301, - ParentID: 3, - Name: `Skimmed Milk 1L`, - Category: `Diary`, - OrderDate: `2022-08-04`, - Units: 1028, - UnitPrice: 3.56, - Price: 3659.68, - Delivered: true - }), - new OrdersTreeDataItem( - { - ID: 302, - ParentID: 3, - Name: `Bananas 5 Pack`, - Category: `Fruit`, - OrderDate: `2022-08-04`, - Units: 370, - UnitPrice: 6.36, - Price: 2353.2, - Delivered: true - }), - new OrdersTreeDataItem( - { - ID: 303, - ParentID: 3, - Name: `Cauliflower`, - Category: `Vegetables`, - OrderDate: `2022-08-04`, - Units: 283, - UnitPrice: 0.95, - Price: 268.85, - Delivered: true - }), - new OrdersTreeDataItem( - { - ID: 304, - ParentID: 3, - Name: `White Chocolate Cookies`, - Category: `Cookies`, - OrderDate: `2022-08-04`, - Units: 291, - UnitPrice: 1.95, - Price: 567.45, - Delivered: true - }), - new OrdersTreeDataItem( - { - ID: 4, - ParentID: -1, - Name: `Order 4`, - Category: ``, - OrderDate: `2023-01-04`, - Units: 1065, - UnitPrice: 5.56, - Price: 5923.5, - Delivered: true - }), - new OrdersTreeDataItem( - { - ID: 401, - ParentID: 4, - Name: `Mini Milk Chocolate Cookie Bites`, - Category: `Cookies`, - OrderDate: `2023-01-04`, - Units: 68, - UnitPrice: 2.25, - Price: 153, - Delivered: true - }), - new OrdersTreeDataItem( - { - ID: 402, - ParentID: 4, - Name: `Wild Salmon Fillets`, - Category: `Seafood`, - OrderDate: `2023-01-04`, - Units: 320, - UnitPrice: 16.15, - Price: 5168, - Delivered: true - }), - new OrdersTreeDataItem( - { - ID: 403, - ParentID: 4, - Name: `Diet Lemonade`, - Category: `Beverages`, - OrderDate: `2023-01-04`, - Units: 437, - UnitPrice: 0.5, - Price: 218.5, - Delivered: true - }), - new OrdersTreeDataItem( - { - ID: 404, - ParentID: 4, - Name: `Potatoes`, - Category: `Vegetables`, - OrderDate: `2023-01-04`, - Units: 240, - UnitPrice: 1.6, - Price: 384, - Delivered: true - }), + new OrdersTreeDataItem({ ID: 1, ParentID: -1, Name: `Order 1`, Category: ``, OrderDate: `2010-02-17`, Units: 1844, UnitPrice: 3.73, Price: 6884.38, Delivered: true }), + new OrdersTreeDataItem({ ID: 101, ParentID: 1, Name: `Chocolate Chip Cookies`, Category: `Cookies`, OrderDate: `2010-02-17`, Units: 834, UnitPrice: 3.59, Price: 2994.06, Delivered: true }), + new OrdersTreeDataItem({ ID: 102, ParentID: 1, Name: `Red Apples`, Category: `Fruit`, OrderDate: `2010-02-17`, Units: 371, UnitPrice: 3.66, Price: 1357.86, Delivered: true }), + new OrdersTreeDataItem({ ID: 103, ParentID: 1, Name: `Butter`, Category: `Diary`, OrderDate: `2010-02-17`, Units: 260, UnitPrice: 3.45, Price: 897, Delivered: true }), + new OrdersTreeDataItem({ ID: 104, ParentID: 1, Name: `Potato Chips`, Category: `Snack`, OrderDate: `2010-02-17`, Units: 118, UnitPrice: 1.96, Price: 231.28, Delivered: true }), + new OrdersTreeDataItem({ ID: 105, ParentID: 1, Name: `Orange Juice`, Category: `Beverages`, OrderDate: `2010-02-17`, Units: 261, UnitPrice: 5.38, Price: 1404.18, Delivered: true }), + new OrdersTreeDataItem({ ID: 2, ParentID: -1, Name: `Order 2`, Category: ``, OrderDate: `2022-05-27`, Units: 1831, UnitPrice: 8.23, Price: 15062.77, Delivered: false }), + new OrdersTreeDataItem({ ID: 201, ParentID: 2, Name: `Frozen Shrimps`, Category: `Seafood`, OrderDate: `2022-05-27`, Units: 120, UnitPrice: 20.45, Price: 2454, Delivered: false }), + new OrdersTreeDataItem({ ID: 202, ParentID: 2, Name: `Ice Tea`, Category: `Beverages`, OrderDate: `2022-05-27`, Units: 840, UnitPrice: 7, Price: 5880, Delivered: false }), + new OrdersTreeDataItem({ ID: 203, ParentID: 2, Name: `Fresh Cheese`, Category: `Diary`, OrderDate: `2022-05-27`, Units: 267, UnitPrice: 16.55, Price: 4418.85, Delivered: false }), + new OrdersTreeDataItem({ ID: 204, ParentID: 2, Name: `Carrots`, Category: `Vegetables`, OrderDate: `2022-05-27`, Units: 360, UnitPrice: 2.77, Price: 997.2, Delivered: false }), + new OrdersTreeDataItem({ ID: 205, ParentID: 2, Name: `Apple Juice`, Category: `Beverages`, OrderDate: `2022-05-27`, Units: 244, UnitPrice: 5.38, Price: 1312.72, Delivered: false }), + new OrdersTreeDataItem({ ID: 3, ParentID: -1, Name: `Order 3`, Category: ``, OrderDate: `2022-08-04`, Units: 1972, UnitPrice: 3.47, Price: 6849.18, Delivered: true }), + new OrdersTreeDataItem({ ID: 301, ParentID: 3, Name: `Skimmed Milk 1L`, Category: `Diary`, OrderDate: `2022-08-04`, Units: 1028, UnitPrice: 3.56, Price: 3659.68, Delivered: true }), + new OrdersTreeDataItem({ ID: 302, ParentID: 3, Name: `Bananas 5 Pack`, Category: `Fruit`, OrderDate: `2022-08-04`, Units: 370, UnitPrice: 6.36, Price: 2353.2, Delivered: true }), + new OrdersTreeDataItem({ ID: 303, ParentID: 3, Name: `Cauliflower`, Category: `Vegetables`, OrderDate: `2022-08-04`, Units: 283, UnitPrice: 0.95, Price: 268.85, Delivered: true }), + new OrdersTreeDataItem({ ID: 304, ParentID: 3, Name: `White Chocolate Cookies`, Category: `Cookies`, OrderDate: `2022-08-04`, Units: 291, UnitPrice: 1.95, Price: 567.45, Delivered: true }), + new OrdersTreeDataItem({ ID: 4, ParentID: -1, Name: `Order 4`, Category: ``, OrderDate: `2023-01-04`, Units: 1065, UnitPrice: 5.56, Price: 5923.5, Delivered: true }), + new OrdersTreeDataItem({ ID: 401, ParentID: 4, Name: `Mini Milk Chocolate Cookie Bites`, Category: `Cookies`, OrderDate: `2023-01-04`, Units: 68, UnitPrice: 2.25, Price: 153, Delivered: true }), + new OrdersTreeDataItem({ ID: 402, ParentID: 4, Name: `Wild Salmon Fillets`, Category: `Seafood`, OrderDate: `2023-01-04`, Units: 320, UnitPrice: 16.15, Price: 5168, Delivered: true }), + new OrdersTreeDataItem({ ID: 403, ParentID: 4, Name: `Diet Lemonade`, Category: `Beverages`, OrderDate: `2023-01-04`, Units: 437, UnitPrice: 0.5, Price: 218.5, Delivered: true }), + new OrdersTreeDataItem({ ID: 404, ParentID: 4, Name: `Potatoes`, Category: `Vegetables`, OrderDate: `2023-01-04`, Units: 240, UnitPrice: 1.6, Price: 384, Delivered: true }), ]; super(...newItems.slice(0)); } diff --git a/samples/grids/tree-grid/data-summary-formatter/src/OrdersTreeData.ts b/samples/grids/tree-grid/data-summary-formatter/src/OrdersTreeData.ts index c5c69cc874..97749e00f3 100644 --- a/samples/grids/tree-grid/data-summary-formatter/src/OrdersTreeData.ts +++ b/samples/grids/tree-grid/data-summary-formatter/src/OrdersTreeData.ts @@ -20,270 +20,28 @@ export class OrdersTreeData extends Array { super(...items); } else { const newItems = [ - new OrdersTreeDataItem( - { - ID: 1, - ParentID: -1, - Name: `Order 1`, - Category: ``, - OrderDate: `2010-02-17`, - Units: 1844, - UnitPrice: 3.73, - Price: 6884.38, - Delivered: true - }), - new OrdersTreeDataItem( - { - ID: 101, - ParentID: 1, - Name: `Chocolate Chip Cookies`, - Category: `Cookies`, - OrderDate: `2010-02-17`, - Units: 834, - UnitPrice: 3.59, - Price: 2994.06, - Delivered: true - }), - new OrdersTreeDataItem( - { - ID: 102, - ParentID: 1, - Name: `Red Apples`, - Category: `Fruit`, - OrderDate: `2010-02-17`, - Units: 371, - UnitPrice: 3.66, - Price: 1357.86, - Delivered: true - }), - new OrdersTreeDataItem( - { - ID: 103, - ParentID: 1, - Name: `Butter`, - Category: `Diary`, - OrderDate: `2010-02-17`, - Units: 260, - UnitPrice: 3.45, - Price: 897, - Delivered: true - }), - new OrdersTreeDataItem( - { - ID: 104, - ParentID: 1, - Name: `Potato Chips`, - Category: `Snack`, - OrderDate: `2010-02-17`, - Units: 118, - UnitPrice: 1.96, - Price: 231.28, - Delivered: true - }), - new OrdersTreeDataItem( - { - ID: 105, - ParentID: 1, - Name: `Orange Juice`, - Category: `Beverages`, - OrderDate: `2010-02-17`, - Units: 261, - UnitPrice: 5.38, - Price: 1404.18, - Delivered: true - }), - new OrdersTreeDataItem( - { - ID: 2, - ParentID: -1, - Name: `Order 2`, - Category: ``, - OrderDate: `2022-05-27`, - Units: 1831, - UnitPrice: 8.23, - Price: 15062.77, - Delivered: false - }), - new OrdersTreeDataItem( - { - ID: 201, - ParentID: 2, - Name: `Frozen Shrimps`, - Category: `Seafood`, - OrderDate: `2022-05-27`, - Units: 120, - UnitPrice: 20.45, - Price: 2454, - Delivered: false - }), - new OrdersTreeDataItem( - { - ID: 202, - ParentID: 2, - Name: `Ice Tea`, - Category: `Beverages`, - OrderDate: `2022-05-27`, - Units: 840, - UnitPrice: 7, - Price: 5880, - Delivered: false - }), - new OrdersTreeDataItem( - { - ID: 203, - ParentID: 2, - Name: `Fresh Cheese`, - Category: `Diary`, - OrderDate: `2022-05-27`, - Units: 267, - UnitPrice: 16.55, - Price: 4418.85, - Delivered: false - }), - new OrdersTreeDataItem( - { - ID: 204, - ParentID: 2, - Name: `Carrots`, - Category: `Vegetables`, - OrderDate: `2022-05-27`, - Units: 360, - UnitPrice: 2.77, - Price: 997.2, - Delivered: false - }), - new OrdersTreeDataItem( - { - ID: 205, - ParentID: 2, - Name: `Apple Juice`, - Category: `Beverages`, - OrderDate: `2022-05-27`, - Units: 244, - UnitPrice: 5.38, - Price: 1312.72, - Delivered: false - }), - new OrdersTreeDataItem( - { - ID: 3, - ParentID: -1, - Name: `Order 3`, - Category: ``, - OrderDate: `2022-08-04`, - Units: 1972, - UnitPrice: 3.47, - Price: 6849.18, - Delivered: true - }), - new OrdersTreeDataItem( - { - ID: 301, - ParentID: 3, - Name: `Skimmed Milk 1L`, - Category: `Diary`, - OrderDate: `2022-08-04`, - Units: 1028, - UnitPrice: 3.56, - Price: 3659.68, - Delivered: true - }), - new OrdersTreeDataItem( - { - ID: 302, - ParentID: 3, - Name: `Bananas 5 Pack`, - Category: `Fruit`, - OrderDate: `2022-08-04`, - Units: 370, - UnitPrice: 6.36, - Price: 2353.2, - Delivered: true - }), - new OrdersTreeDataItem( - { - ID: 303, - ParentID: 3, - Name: `Cauliflower`, - Category: `Vegetables`, - OrderDate: `2022-08-04`, - Units: 283, - UnitPrice: 0.95, - Price: 268.85, - Delivered: true - }), - new OrdersTreeDataItem( - { - ID: 304, - ParentID: 3, - Name: `White Chocolate Cookies`, - Category: `Cookies`, - OrderDate: `2022-08-04`, - Units: 291, - UnitPrice: 1.95, - Price: 567.45, - Delivered: true - }), - new OrdersTreeDataItem( - { - ID: 4, - ParentID: -1, - Name: `Order 4`, - Category: ``, - OrderDate: `2023-01-04`, - Units: 1065, - UnitPrice: 5.56, - Price: 5923.5, - Delivered: true - }), - new OrdersTreeDataItem( - { - ID: 401, - ParentID: 4, - Name: `Mini Milk Chocolate Cookie Bites`, - Category: `Cookies`, - OrderDate: `2023-01-04`, - Units: 68, - UnitPrice: 2.25, - Price: 153, - Delivered: true - }), - new OrdersTreeDataItem( - { - ID: 402, - ParentID: 4, - Name: `Wild Salmon Fillets`, - Category: `Seafood`, - OrderDate: `2023-01-04`, - Units: 320, - UnitPrice: 16.15, - Price: 5168, - Delivered: true - }), - new OrdersTreeDataItem( - { - ID: 403, - ParentID: 4, - Name: `Diet Lemonade`, - Category: `Beverages`, - OrderDate: `2023-01-04`, - Units: 437, - UnitPrice: 0.5, - Price: 218.5, - Delivered: true - }), - new OrdersTreeDataItem( - { - ID: 404, - ParentID: 4, - Name: `Potatoes`, - Category: `Vegetables`, - OrderDate: `2023-01-04`, - Units: 240, - UnitPrice: 1.6, - Price: 384, - Delivered: true - }), + new OrdersTreeDataItem({ ID: 1, ParentID: -1, Name: `Order 1`, Category: ``, OrderDate: `2010-02-17`, Units: 1844, UnitPrice: 3.73, Price: 6884.38, Delivered: true }), + new OrdersTreeDataItem({ ID: 101, ParentID: 1, Name: `Chocolate Chip Cookies`, Category: `Cookies`, OrderDate: `2010-02-17`, Units: 834, UnitPrice: 3.59, Price: 2994.06, Delivered: true }), + new OrdersTreeDataItem({ ID: 102, ParentID: 1, Name: `Red Apples`, Category: `Fruit`, OrderDate: `2010-02-17`, Units: 371, UnitPrice: 3.66, Price: 1357.86, Delivered: true }), + new OrdersTreeDataItem({ ID: 103, ParentID: 1, Name: `Butter`, Category: `Diary`, OrderDate: `2010-02-17`, Units: 260, UnitPrice: 3.45, Price: 897, Delivered: true }), + new OrdersTreeDataItem({ ID: 104, ParentID: 1, Name: `Potato Chips`, Category: `Snack`, OrderDate: `2010-02-17`, Units: 118, UnitPrice: 1.96, Price: 231.28, Delivered: true }), + new OrdersTreeDataItem({ ID: 105, ParentID: 1, Name: `Orange Juice`, Category: `Beverages`, OrderDate: `2010-02-17`, Units: 261, UnitPrice: 5.38, Price: 1404.18, Delivered: true }), + new OrdersTreeDataItem({ ID: 2, ParentID: -1, Name: `Order 2`, Category: ``, OrderDate: `2022-05-27`, Units: 1831, UnitPrice: 8.23, Price: 15062.77, Delivered: false }), + new OrdersTreeDataItem({ ID: 201, ParentID: 2, Name: `Frozen Shrimps`, Category: `Seafood`, OrderDate: `2022-05-27`, Units: 120, UnitPrice: 20.45, Price: 2454, Delivered: false }), + new OrdersTreeDataItem({ ID: 202, ParentID: 2, Name: `Ice Tea`, Category: `Beverages`, OrderDate: `2022-05-27`, Units: 840, UnitPrice: 7, Price: 5880, Delivered: false }), + new OrdersTreeDataItem({ ID: 203, ParentID: 2, Name: `Fresh Cheese`, Category: `Diary`, OrderDate: `2022-05-27`, Units: 267, UnitPrice: 16.55, Price: 4418.85, Delivered: false }), + new OrdersTreeDataItem({ ID: 204, ParentID: 2, Name: `Carrots`, Category: `Vegetables`, OrderDate: `2022-05-27`, Units: 360, UnitPrice: 2.77, Price: 997.2, Delivered: false }), + new OrdersTreeDataItem({ ID: 205, ParentID: 2, Name: `Apple Juice`, Category: `Beverages`, OrderDate: `2022-05-27`, Units: 244, UnitPrice: 5.38, Price: 1312.72, Delivered: false }), + new OrdersTreeDataItem({ ID: 3, ParentID: -1, Name: `Order 3`, Category: ``, OrderDate: `2022-08-04`, Units: 1972, UnitPrice: 3.47, Price: 6849.18, Delivered: true }), + new OrdersTreeDataItem({ ID: 301, ParentID: 3, Name: `Skimmed Milk 1L`, Category: `Diary`, OrderDate: `2022-08-04`, Units: 1028, UnitPrice: 3.56, Price: 3659.68, Delivered: true }), + new OrdersTreeDataItem({ ID: 302, ParentID: 3, Name: `Bananas 5 Pack`, Category: `Fruit`, OrderDate: `2022-08-04`, Units: 370, UnitPrice: 6.36, Price: 2353.2, Delivered: true }), + new OrdersTreeDataItem({ ID: 303, ParentID: 3, Name: `Cauliflower`, Category: `Vegetables`, OrderDate: `2022-08-04`, Units: 283, UnitPrice: 0.95, Price: 268.85, Delivered: true }), + new OrdersTreeDataItem({ ID: 304, ParentID: 3, Name: `White Chocolate Cookies`, Category: `Cookies`, OrderDate: `2022-08-04`, Units: 291, UnitPrice: 1.95, Price: 567.45, Delivered: true }), + new OrdersTreeDataItem({ ID: 4, ParentID: -1, Name: `Order 4`, Category: ``, OrderDate: `2023-01-04`, Units: 1065, UnitPrice: 5.56, Price: 5923.5, Delivered: true }), + new OrdersTreeDataItem({ ID: 401, ParentID: 4, Name: `Mini Milk Chocolate Cookie Bites`, Category: `Cookies`, OrderDate: `2023-01-04`, Units: 68, UnitPrice: 2.25, Price: 153, Delivered: true }), + new OrdersTreeDataItem({ ID: 402, ParentID: 4, Name: `Wild Salmon Fillets`, Category: `Seafood`, OrderDate: `2023-01-04`, Units: 320, UnitPrice: 16.15, Price: 5168, Delivered: true }), + new OrdersTreeDataItem({ ID: 403, ParentID: 4, Name: `Diet Lemonade`, Category: `Beverages`, OrderDate: `2023-01-04`, Units: 437, UnitPrice: 0.5, Price: 218.5, Delivered: true }), + new OrdersTreeDataItem({ ID: 404, ParentID: 4, Name: `Potatoes`, Category: `Vegetables`, OrderDate: `2023-01-04`, Units: 240, UnitPrice: 1.6, Price: 384, Delivered: true }), ]; super(...newItems.slice(0)); } diff --git a/samples/grids/tree-grid/data-summary-options-styling/src/OrdersTreeData.ts b/samples/grids/tree-grid/data-summary-options-styling/src/OrdersTreeData.ts index c5c69cc874..97749e00f3 100644 --- a/samples/grids/tree-grid/data-summary-options-styling/src/OrdersTreeData.ts +++ b/samples/grids/tree-grid/data-summary-options-styling/src/OrdersTreeData.ts @@ -20,270 +20,28 @@ export class OrdersTreeData extends Array { super(...items); } else { const newItems = [ - new OrdersTreeDataItem( - { - ID: 1, - ParentID: -1, - Name: `Order 1`, - Category: ``, - OrderDate: `2010-02-17`, - Units: 1844, - UnitPrice: 3.73, - Price: 6884.38, - Delivered: true - }), - new OrdersTreeDataItem( - { - ID: 101, - ParentID: 1, - Name: `Chocolate Chip Cookies`, - Category: `Cookies`, - OrderDate: `2010-02-17`, - Units: 834, - UnitPrice: 3.59, - Price: 2994.06, - Delivered: true - }), - new OrdersTreeDataItem( - { - ID: 102, - ParentID: 1, - Name: `Red Apples`, - Category: `Fruit`, - OrderDate: `2010-02-17`, - Units: 371, - UnitPrice: 3.66, - Price: 1357.86, - Delivered: true - }), - new OrdersTreeDataItem( - { - ID: 103, - ParentID: 1, - Name: `Butter`, - Category: `Diary`, - OrderDate: `2010-02-17`, - Units: 260, - UnitPrice: 3.45, - Price: 897, - Delivered: true - }), - new OrdersTreeDataItem( - { - ID: 104, - ParentID: 1, - Name: `Potato Chips`, - Category: `Snack`, - OrderDate: `2010-02-17`, - Units: 118, - UnitPrice: 1.96, - Price: 231.28, - Delivered: true - }), - new OrdersTreeDataItem( - { - ID: 105, - ParentID: 1, - Name: `Orange Juice`, - Category: `Beverages`, - OrderDate: `2010-02-17`, - Units: 261, - UnitPrice: 5.38, - Price: 1404.18, - Delivered: true - }), - new OrdersTreeDataItem( - { - ID: 2, - ParentID: -1, - Name: `Order 2`, - Category: ``, - OrderDate: `2022-05-27`, - Units: 1831, - UnitPrice: 8.23, - Price: 15062.77, - Delivered: false - }), - new OrdersTreeDataItem( - { - ID: 201, - ParentID: 2, - Name: `Frozen Shrimps`, - Category: `Seafood`, - OrderDate: `2022-05-27`, - Units: 120, - UnitPrice: 20.45, - Price: 2454, - Delivered: false - }), - new OrdersTreeDataItem( - { - ID: 202, - ParentID: 2, - Name: `Ice Tea`, - Category: `Beverages`, - OrderDate: `2022-05-27`, - Units: 840, - UnitPrice: 7, - Price: 5880, - Delivered: false - }), - new OrdersTreeDataItem( - { - ID: 203, - ParentID: 2, - Name: `Fresh Cheese`, - Category: `Diary`, - OrderDate: `2022-05-27`, - Units: 267, - UnitPrice: 16.55, - Price: 4418.85, - Delivered: false - }), - new OrdersTreeDataItem( - { - ID: 204, - ParentID: 2, - Name: `Carrots`, - Category: `Vegetables`, - OrderDate: `2022-05-27`, - Units: 360, - UnitPrice: 2.77, - Price: 997.2, - Delivered: false - }), - new OrdersTreeDataItem( - { - ID: 205, - ParentID: 2, - Name: `Apple Juice`, - Category: `Beverages`, - OrderDate: `2022-05-27`, - Units: 244, - UnitPrice: 5.38, - Price: 1312.72, - Delivered: false - }), - new OrdersTreeDataItem( - { - ID: 3, - ParentID: -1, - Name: `Order 3`, - Category: ``, - OrderDate: `2022-08-04`, - Units: 1972, - UnitPrice: 3.47, - Price: 6849.18, - Delivered: true - }), - new OrdersTreeDataItem( - { - ID: 301, - ParentID: 3, - Name: `Skimmed Milk 1L`, - Category: `Diary`, - OrderDate: `2022-08-04`, - Units: 1028, - UnitPrice: 3.56, - Price: 3659.68, - Delivered: true - }), - new OrdersTreeDataItem( - { - ID: 302, - ParentID: 3, - Name: `Bananas 5 Pack`, - Category: `Fruit`, - OrderDate: `2022-08-04`, - Units: 370, - UnitPrice: 6.36, - Price: 2353.2, - Delivered: true - }), - new OrdersTreeDataItem( - { - ID: 303, - ParentID: 3, - Name: `Cauliflower`, - Category: `Vegetables`, - OrderDate: `2022-08-04`, - Units: 283, - UnitPrice: 0.95, - Price: 268.85, - Delivered: true - }), - new OrdersTreeDataItem( - { - ID: 304, - ParentID: 3, - Name: `White Chocolate Cookies`, - Category: `Cookies`, - OrderDate: `2022-08-04`, - Units: 291, - UnitPrice: 1.95, - Price: 567.45, - Delivered: true - }), - new OrdersTreeDataItem( - { - ID: 4, - ParentID: -1, - Name: `Order 4`, - Category: ``, - OrderDate: `2023-01-04`, - Units: 1065, - UnitPrice: 5.56, - Price: 5923.5, - Delivered: true - }), - new OrdersTreeDataItem( - { - ID: 401, - ParentID: 4, - Name: `Mini Milk Chocolate Cookie Bites`, - Category: `Cookies`, - OrderDate: `2023-01-04`, - Units: 68, - UnitPrice: 2.25, - Price: 153, - Delivered: true - }), - new OrdersTreeDataItem( - { - ID: 402, - ParentID: 4, - Name: `Wild Salmon Fillets`, - Category: `Seafood`, - OrderDate: `2023-01-04`, - Units: 320, - UnitPrice: 16.15, - Price: 5168, - Delivered: true - }), - new OrdersTreeDataItem( - { - ID: 403, - ParentID: 4, - Name: `Diet Lemonade`, - Category: `Beverages`, - OrderDate: `2023-01-04`, - Units: 437, - UnitPrice: 0.5, - Price: 218.5, - Delivered: true - }), - new OrdersTreeDataItem( - { - ID: 404, - ParentID: 4, - Name: `Potatoes`, - Category: `Vegetables`, - OrderDate: `2023-01-04`, - Units: 240, - UnitPrice: 1.6, - Price: 384, - Delivered: true - }), + new OrdersTreeDataItem({ ID: 1, ParentID: -1, Name: `Order 1`, Category: ``, OrderDate: `2010-02-17`, Units: 1844, UnitPrice: 3.73, Price: 6884.38, Delivered: true }), + new OrdersTreeDataItem({ ID: 101, ParentID: 1, Name: `Chocolate Chip Cookies`, Category: `Cookies`, OrderDate: `2010-02-17`, Units: 834, UnitPrice: 3.59, Price: 2994.06, Delivered: true }), + new OrdersTreeDataItem({ ID: 102, ParentID: 1, Name: `Red Apples`, Category: `Fruit`, OrderDate: `2010-02-17`, Units: 371, UnitPrice: 3.66, Price: 1357.86, Delivered: true }), + new OrdersTreeDataItem({ ID: 103, ParentID: 1, Name: `Butter`, Category: `Diary`, OrderDate: `2010-02-17`, Units: 260, UnitPrice: 3.45, Price: 897, Delivered: true }), + new OrdersTreeDataItem({ ID: 104, ParentID: 1, Name: `Potato Chips`, Category: `Snack`, OrderDate: `2010-02-17`, Units: 118, UnitPrice: 1.96, Price: 231.28, Delivered: true }), + new OrdersTreeDataItem({ ID: 105, ParentID: 1, Name: `Orange Juice`, Category: `Beverages`, OrderDate: `2010-02-17`, Units: 261, UnitPrice: 5.38, Price: 1404.18, Delivered: true }), + new OrdersTreeDataItem({ ID: 2, ParentID: -1, Name: `Order 2`, Category: ``, OrderDate: `2022-05-27`, Units: 1831, UnitPrice: 8.23, Price: 15062.77, Delivered: false }), + new OrdersTreeDataItem({ ID: 201, ParentID: 2, Name: `Frozen Shrimps`, Category: `Seafood`, OrderDate: `2022-05-27`, Units: 120, UnitPrice: 20.45, Price: 2454, Delivered: false }), + new OrdersTreeDataItem({ ID: 202, ParentID: 2, Name: `Ice Tea`, Category: `Beverages`, OrderDate: `2022-05-27`, Units: 840, UnitPrice: 7, Price: 5880, Delivered: false }), + new OrdersTreeDataItem({ ID: 203, ParentID: 2, Name: `Fresh Cheese`, Category: `Diary`, OrderDate: `2022-05-27`, Units: 267, UnitPrice: 16.55, Price: 4418.85, Delivered: false }), + new OrdersTreeDataItem({ ID: 204, ParentID: 2, Name: `Carrots`, Category: `Vegetables`, OrderDate: `2022-05-27`, Units: 360, UnitPrice: 2.77, Price: 997.2, Delivered: false }), + new OrdersTreeDataItem({ ID: 205, ParentID: 2, Name: `Apple Juice`, Category: `Beverages`, OrderDate: `2022-05-27`, Units: 244, UnitPrice: 5.38, Price: 1312.72, Delivered: false }), + new OrdersTreeDataItem({ ID: 3, ParentID: -1, Name: `Order 3`, Category: ``, OrderDate: `2022-08-04`, Units: 1972, UnitPrice: 3.47, Price: 6849.18, Delivered: true }), + new OrdersTreeDataItem({ ID: 301, ParentID: 3, Name: `Skimmed Milk 1L`, Category: `Diary`, OrderDate: `2022-08-04`, Units: 1028, UnitPrice: 3.56, Price: 3659.68, Delivered: true }), + new OrdersTreeDataItem({ ID: 302, ParentID: 3, Name: `Bananas 5 Pack`, Category: `Fruit`, OrderDate: `2022-08-04`, Units: 370, UnitPrice: 6.36, Price: 2353.2, Delivered: true }), + new OrdersTreeDataItem({ ID: 303, ParentID: 3, Name: `Cauliflower`, Category: `Vegetables`, OrderDate: `2022-08-04`, Units: 283, UnitPrice: 0.95, Price: 268.85, Delivered: true }), + new OrdersTreeDataItem({ ID: 304, ParentID: 3, Name: `White Chocolate Cookies`, Category: `Cookies`, OrderDate: `2022-08-04`, Units: 291, UnitPrice: 1.95, Price: 567.45, Delivered: true }), + new OrdersTreeDataItem({ ID: 4, ParentID: -1, Name: `Order 4`, Category: ``, OrderDate: `2023-01-04`, Units: 1065, UnitPrice: 5.56, Price: 5923.5, Delivered: true }), + new OrdersTreeDataItem({ ID: 401, ParentID: 4, Name: `Mini Milk Chocolate Cookie Bites`, Category: `Cookies`, OrderDate: `2023-01-04`, Units: 68, UnitPrice: 2.25, Price: 153, Delivered: true }), + new OrdersTreeDataItem({ ID: 402, ParentID: 4, Name: `Wild Salmon Fillets`, Category: `Seafood`, OrderDate: `2023-01-04`, Units: 320, UnitPrice: 16.15, Price: 5168, Delivered: true }), + new OrdersTreeDataItem({ ID: 403, ParentID: 4, Name: `Diet Lemonade`, Category: `Beverages`, OrderDate: `2023-01-04`, Units: 437, UnitPrice: 0.5, Price: 218.5, Delivered: true }), + new OrdersTreeDataItem({ ID: 404, ParentID: 4, Name: `Potatoes`, Category: `Vegetables`, OrderDate: `2023-01-04`, Units: 240, UnitPrice: 1.6, Price: 384, Delivered: true }), ]; super(...newItems.slice(0)); } diff --git a/samples/grids/tree-grid/data-summary-options/src/OrdersTreeData.ts b/samples/grids/tree-grid/data-summary-options/src/OrdersTreeData.ts index c5c69cc874..97749e00f3 100644 --- a/samples/grids/tree-grid/data-summary-options/src/OrdersTreeData.ts +++ b/samples/grids/tree-grid/data-summary-options/src/OrdersTreeData.ts @@ -20,270 +20,28 @@ export class OrdersTreeData extends Array { super(...items); } else { const newItems = [ - new OrdersTreeDataItem( - { - ID: 1, - ParentID: -1, - Name: `Order 1`, - Category: ``, - OrderDate: `2010-02-17`, - Units: 1844, - UnitPrice: 3.73, - Price: 6884.38, - Delivered: true - }), - new OrdersTreeDataItem( - { - ID: 101, - ParentID: 1, - Name: `Chocolate Chip Cookies`, - Category: `Cookies`, - OrderDate: `2010-02-17`, - Units: 834, - UnitPrice: 3.59, - Price: 2994.06, - Delivered: true - }), - new OrdersTreeDataItem( - { - ID: 102, - ParentID: 1, - Name: `Red Apples`, - Category: `Fruit`, - OrderDate: `2010-02-17`, - Units: 371, - UnitPrice: 3.66, - Price: 1357.86, - Delivered: true - }), - new OrdersTreeDataItem( - { - ID: 103, - ParentID: 1, - Name: `Butter`, - Category: `Diary`, - OrderDate: `2010-02-17`, - Units: 260, - UnitPrice: 3.45, - Price: 897, - Delivered: true - }), - new OrdersTreeDataItem( - { - ID: 104, - ParentID: 1, - Name: `Potato Chips`, - Category: `Snack`, - OrderDate: `2010-02-17`, - Units: 118, - UnitPrice: 1.96, - Price: 231.28, - Delivered: true - }), - new OrdersTreeDataItem( - { - ID: 105, - ParentID: 1, - Name: `Orange Juice`, - Category: `Beverages`, - OrderDate: `2010-02-17`, - Units: 261, - UnitPrice: 5.38, - Price: 1404.18, - Delivered: true - }), - new OrdersTreeDataItem( - { - ID: 2, - ParentID: -1, - Name: `Order 2`, - Category: ``, - OrderDate: `2022-05-27`, - Units: 1831, - UnitPrice: 8.23, - Price: 15062.77, - Delivered: false - }), - new OrdersTreeDataItem( - { - ID: 201, - ParentID: 2, - Name: `Frozen Shrimps`, - Category: `Seafood`, - OrderDate: `2022-05-27`, - Units: 120, - UnitPrice: 20.45, - Price: 2454, - Delivered: false - }), - new OrdersTreeDataItem( - { - ID: 202, - ParentID: 2, - Name: `Ice Tea`, - Category: `Beverages`, - OrderDate: `2022-05-27`, - Units: 840, - UnitPrice: 7, - Price: 5880, - Delivered: false - }), - new OrdersTreeDataItem( - { - ID: 203, - ParentID: 2, - Name: `Fresh Cheese`, - Category: `Diary`, - OrderDate: `2022-05-27`, - Units: 267, - UnitPrice: 16.55, - Price: 4418.85, - Delivered: false - }), - new OrdersTreeDataItem( - { - ID: 204, - ParentID: 2, - Name: `Carrots`, - Category: `Vegetables`, - OrderDate: `2022-05-27`, - Units: 360, - UnitPrice: 2.77, - Price: 997.2, - Delivered: false - }), - new OrdersTreeDataItem( - { - ID: 205, - ParentID: 2, - Name: `Apple Juice`, - Category: `Beverages`, - OrderDate: `2022-05-27`, - Units: 244, - UnitPrice: 5.38, - Price: 1312.72, - Delivered: false - }), - new OrdersTreeDataItem( - { - ID: 3, - ParentID: -1, - Name: `Order 3`, - Category: ``, - OrderDate: `2022-08-04`, - Units: 1972, - UnitPrice: 3.47, - Price: 6849.18, - Delivered: true - }), - new OrdersTreeDataItem( - { - ID: 301, - ParentID: 3, - Name: `Skimmed Milk 1L`, - Category: `Diary`, - OrderDate: `2022-08-04`, - Units: 1028, - UnitPrice: 3.56, - Price: 3659.68, - Delivered: true - }), - new OrdersTreeDataItem( - { - ID: 302, - ParentID: 3, - Name: `Bananas 5 Pack`, - Category: `Fruit`, - OrderDate: `2022-08-04`, - Units: 370, - UnitPrice: 6.36, - Price: 2353.2, - Delivered: true - }), - new OrdersTreeDataItem( - { - ID: 303, - ParentID: 3, - Name: `Cauliflower`, - Category: `Vegetables`, - OrderDate: `2022-08-04`, - Units: 283, - UnitPrice: 0.95, - Price: 268.85, - Delivered: true - }), - new OrdersTreeDataItem( - { - ID: 304, - ParentID: 3, - Name: `White Chocolate Cookies`, - Category: `Cookies`, - OrderDate: `2022-08-04`, - Units: 291, - UnitPrice: 1.95, - Price: 567.45, - Delivered: true - }), - new OrdersTreeDataItem( - { - ID: 4, - ParentID: -1, - Name: `Order 4`, - Category: ``, - OrderDate: `2023-01-04`, - Units: 1065, - UnitPrice: 5.56, - Price: 5923.5, - Delivered: true - }), - new OrdersTreeDataItem( - { - ID: 401, - ParentID: 4, - Name: `Mini Milk Chocolate Cookie Bites`, - Category: `Cookies`, - OrderDate: `2023-01-04`, - Units: 68, - UnitPrice: 2.25, - Price: 153, - Delivered: true - }), - new OrdersTreeDataItem( - { - ID: 402, - ParentID: 4, - Name: `Wild Salmon Fillets`, - Category: `Seafood`, - OrderDate: `2023-01-04`, - Units: 320, - UnitPrice: 16.15, - Price: 5168, - Delivered: true - }), - new OrdersTreeDataItem( - { - ID: 403, - ParentID: 4, - Name: `Diet Lemonade`, - Category: `Beverages`, - OrderDate: `2023-01-04`, - Units: 437, - UnitPrice: 0.5, - Price: 218.5, - Delivered: true - }), - new OrdersTreeDataItem( - { - ID: 404, - ParentID: 4, - Name: `Potatoes`, - Category: `Vegetables`, - OrderDate: `2023-01-04`, - Units: 240, - UnitPrice: 1.6, - Price: 384, - Delivered: true - }), + new OrdersTreeDataItem({ ID: 1, ParentID: -1, Name: `Order 1`, Category: ``, OrderDate: `2010-02-17`, Units: 1844, UnitPrice: 3.73, Price: 6884.38, Delivered: true }), + new OrdersTreeDataItem({ ID: 101, ParentID: 1, Name: `Chocolate Chip Cookies`, Category: `Cookies`, OrderDate: `2010-02-17`, Units: 834, UnitPrice: 3.59, Price: 2994.06, Delivered: true }), + new OrdersTreeDataItem({ ID: 102, ParentID: 1, Name: `Red Apples`, Category: `Fruit`, OrderDate: `2010-02-17`, Units: 371, UnitPrice: 3.66, Price: 1357.86, Delivered: true }), + new OrdersTreeDataItem({ ID: 103, ParentID: 1, Name: `Butter`, Category: `Diary`, OrderDate: `2010-02-17`, Units: 260, UnitPrice: 3.45, Price: 897, Delivered: true }), + new OrdersTreeDataItem({ ID: 104, ParentID: 1, Name: `Potato Chips`, Category: `Snack`, OrderDate: `2010-02-17`, Units: 118, UnitPrice: 1.96, Price: 231.28, Delivered: true }), + new OrdersTreeDataItem({ ID: 105, ParentID: 1, Name: `Orange Juice`, Category: `Beverages`, OrderDate: `2010-02-17`, Units: 261, UnitPrice: 5.38, Price: 1404.18, Delivered: true }), + new OrdersTreeDataItem({ ID: 2, ParentID: -1, Name: `Order 2`, Category: ``, OrderDate: `2022-05-27`, Units: 1831, UnitPrice: 8.23, Price: 15062.77, Delivered: false }), + new OrdersTreeDataItem({ ID: 201, ParentID: 2, Name: `Frozen Shrimps`, Category: `Seafood`, OrderDate: `2022-05-27`, Units: 120, UnitPrice: 20.45, Price: 2454, Delivered: false }), + new OrdersTreeDataItem({ ID: 202, ParentID: 2, Name: `Ice Tea`, Category: `Beverages`, OrderDate: `2022-05-27`, Units: 840, UnitPrice: 7, Price: 5880, Delivered: false }), + new OrdersTreeDataItem({ ID: 203, ParentID: 2, Name: `Fresh Cheese`, Category: `Diary`, OrderDate: `2022-05-27`, Units: 267, UnitPrice: 16.55, Price: 4418.85, Delivered: false }), + new OrdersTreeDataItem({ ID: 204, ParentID: 2, Name: `Carrots`, Category: `Vegetables`, OrderDate: `2022-05-27`, Units: 360, UnitPrice: 2.77, Price: 997.2, Delivered: false }), + new OrdersTreeDataItem({ ID: 205, ParentID: 2, Name: `Apple Juice`, Category: `Beverages`, OrderDate: `2022-05-27`, Units: 244, UnitPrice: 5.38, Price: 1312.72, Delivered: false }), + new OrdersTreeDataItem({ ID: 3, ParentID: -1, Name: `Order 3`, Category: ``, OrderDate: `2022-08-04`, Units: 1972, UnitPrice: 3.47, Price: 6849.18, Delivered: true }), + new OrdersTreeDataItem({ ID: 301, ParentID: 3, Name: `Skimmed Milk 1L`, Category: `Diary`, OrderDate: `2022-08-04`, Units: 1028, UnitPrice: 3.56, Price: 3659.68, Delivered: true }), + new OrdersTreeDataItem({ ID: 302, ParentID: 3, Name: `Bananas 5 Pack`, Category: `Fruit`, OrderDate: `2022-08-04`, Units: 370, UnitPrice: 6.36, Price: 2353.2, Delivered: true }), + new OrdersTreeDataItem({ ID: 303, ParentID: 3, Name: `Cauliflower`, Category: `Vegetables`, OrderDate: `2022-08-04`, Units: 283, UnitPrice: 0.95, Price: 268.85, Delivered: true }), + new OrdersTreeDataItem({ ID: 304, ParentID: 3, Name: `White Chocolate Cookies`, Category: `Cookies`, OrderDate: `2022-08-04`, Units: 291, UnitPrice: 1.95, Price: 567.45, Delivered: true }), + new OrdersTreeDataItem({ ID: 4, ParentID: -1, Name: `Order 4`, Category: ``, OrderDate: `2023-01-04`, Units: 1065, UnitPrice: 5.56, Price: 5923.5, Delivered: true }), + new OrdersTreeDataItem({ ID: 401, ParentID: 4, Name: `Mini Milk Chocolate Cookie Bites`, Category: `Cookies`, OrderDate: `2023-01-04`, Units: 68, UnitPrice: 2.25, Price: 153, Delivered: true }), + new OrdersTreeDataItem({ ID: 402, ParentID: 4, Name: `Wild Salmon Fillets`, Category: `Seafood`, OrderDate: `2023-01-04`, Units: 320, UnitPrice: 16.15, Price: 5168, Delivered: true }), + new OrdersTreeDataItem({ ID: 403, ParentID: 4, Name: `Diet Lemonade`, Category: `Beverages`, OrderDate: `2023-01-04`, Units: 437, UnitPrice: 0.5, Price: 218.5, Delivered: true }), + new OrdersTreeDataItem({ ID: 404, ParentID: 4, Name: `Potatoes`, Category: `Vegetables`, OrderDate: `2023-01-04`, Units: 240, UnitPrice: 1.6, Price: 384, Delivered: true }), ]; super(...newItems.slice(0)); } diff --git a/samples/grids/tree-grid/data-summary-template/src/EmployeesNestedTreeData.ts b/samples/grids/tree-grid/data-summary-template/src/EmployeesNestedTreeData.ts index 9441666e0c..a51b020df3 100644 --- a/samples/grids/tree-grid/data-summary-template/src/EmployeesNestedTreeData.ts +++ b/samples/grids/tree-grid/data-summary-template/src/EmployeesNestedTreeData.ts @@ -19,204 +19,24 @@ export class EmployeesNestedTreeData extends Array super(...items); } else { const newItems = [ - new EmployeesNestedTreeDataItem( - { - Age: 55, - HireDate: `2008-03-20`, - ID: 1, - Name: `Johnathan Winchester`, - Phone: `0251-031259`, - OnPTO: false, - ParentID: -1, - Title: `Development Manager` - }), - new EmployeesNestedTreeDataItem( - { - Age: 42, - HireDate: `2014-01-22`, - ID: 4, - Name: `Ana Sanders`, - Phone: `(21) 555-0091`, - OnPTO: true, - ParentID: -1, - Title: `CEO` - }), - new EmployeesNestedTreeDataItem( - { - Age: 49, - HireDate: `2014-01-22`, - ID: 18, - Name: `Victoria Lincoln`, - Phone: `(071) 23 67 22 20`, - OnPTO: true, - ParentID: -1, - Title: `Accounting Manager` - }), - new EmployeesNestedTreeDataItem( - { - Age: 61, - HireDate: `2010-01-01`, - ID: 10, - Name: `Yang Wang`, - Phone: `(21) 555-0091`, - OnPTO: false, - ParentID: -1, - Title: `Localization Manager` - }), - new EmployeesNestedTreeDataItem( - { - Age: 43, - HireDate: `2011-06-03`, - ID: 3, - Name: `Michael Burke`, - Phone: `0452-076545`, - OnPTO: true, - ParentID: 1, - Title: `Senior Software Developer` - }), - new EmployeesNestedTreeDataItem( - { - Age: 29, - HireDate: `2009-06-19`, - ID: 2, - Name: `Thomas Anderson`, - Phone: `(14) 555-8122`, - OnPTO: false, - ParentID: 1, - Title: `Senior Software Developer` - }), - new EmployeesNestedTreeDataItem( - { - Age: 31, - HireDate: `2014-08-18`, - ID: 11, - Name: `Monica Reyes`, - Phone: `7675-3425`, - OnPTO: false, - ParentID: 1, - Title: `Software Development Team Lead` - }), - new EmployeesNestedTreeDataItem( - { - Age: 35, - HireDate: `2015-09-17`, - ID: 6, - Name: `Roland Mendel`, - Phone: `(505) 555-5939`, - OnPTO: false, - ParentID: 11, - Title: `Senior Software Developer` - }), - new EmployeesNestedTreeDataItem( - { - Age: 44, - HireDate: `2009-10-11`, - ID: 12, - Name: `Sven Cooper`, - Phone: `0695-34 67 21`, - OnPTO: true, - ParentID: 11, - Title: `Senior Software Developer` - }), - new EmployeesNestedTreeDataItem( - { - Age: 44, - HireDate: `2014-04-04`, - ID: 14, - Name: `Laurence Johnson`, - Phone: `981-443655`, - OnPTO: false, - ParentID: 4, - Title: `Director` - }), - new EmployeesNestedTreeDataItem( - { - Age: 25, - HireDate: `2017-11-09`, - ID: 5, - Name: `Elizabeth Richards`, - Phone: `(2) 283-2951`, - OnPTO: true, - ParentID: 4, - Title: `Vice President` - }), - new EmployeesNestedTreeDataItem( - { - Age: 39, - HireDate: `2010-03-22`, - ID: 13, - Name: `Trevor Ashworth`, - Phone: `981-443655`, - OnPTO: true, - ParentID: 5, - Title: `Director` - }), - new EmployeesNestedTreeDataItem( - { - Age: 44, - HireDate: `2014-04-04`, - ID: 17, - Name: `Antonio Moreno`, - Phone: `(505) 555-5939`, - OnPTO: false, - ParentID: 18, - Title: `Senior Accountant` - }), - new EmployeesNestedTreeDataItem( - { - Age: 50, - HireDate: `2007-11-18`, - ID: 7, - Name: `Pedro Rodriguez`, - Phone: `035-640230`, - OnPTO: false, - ParentID: 10, - Title: `Senior Localization Developer` - }), - new EmployeesNestedTreeDataItem( - { - Age: 27, - HireDate: `2016-02-19`, - ID: 8, - Name: `Casey Harper`, - Phone: `0342-023176`, - OnPTO: true, - ParentID: 10, - Title: `Senior Localization` - }), - new EmployeesNestedTreeDataItem( - { - Age: 25, - HireDate: `2017-11-09`, - ID: 15, - Name: `Patricia Simpson`, - Phone: `069-0245984`, - OnPTO: false, - ParentID: 7, - Title: `Localization Intern` - }), - new EmployeesNestedTreeDataItem( - { - Age: 39, - HireDate: `2010-03-22`, - ID: 9, - Name: `Francisco Chang`, - Phone: `(91) 745 6200`, - OnPTO: false, - ParentID: 7, - Title: `Localization Intern` - }), - new EmployeesNestedTreeDataItem( - { - Age: 25, - HireDate: `2018-03-18`, - ID: 16, - Name: `Peter Lewis`, - Phone: `069-0245984`, - OnPTO: true, - ParentID: 7, - Title: `Localization Intern` - }), + new EmployeesNestedTreeDataItem({ Age: 55, HireDate: `2008-03-20`, ID: 1, Name: `Johnathan Winchester`, Phone: `0251-031259`, OnPTO: false, ParentID: -1, Title: `Development Manager` }), + new EmployeesNestedTreeDataItem({ Age: 42, HireDate: `2014-01-22`, ID: 4, Name: `Ana Sanders`, Phone: `(21) 555-0091`, OnPTO: true, ParentID: -1, Title: `CEO` }), + new EmployeesNestedTreeDataItem({ Age: 49, HireDate: `2014-01-22`, ID: 18, Name: `Victoria Lincoln`, Phone: `(071) 23 67 22 20`, OnPTO: true, ParentID: -1, Title: `Accounting Manager` }), + new EmployeesNestedTreeDataItem({ Age: 61, HireDate: `2010-01-01`, ID: 10, Name: `Yang Wang`, Phone: `(21) 555-0091`, OnPTO: false, ParentID: -1, Title: `Localization Manager` }), + new EmployeesNestedTreeDataItem({ Age: 43, HireDate: `2011-06-03`, ID: 3, Name: `Michael Burke`, Phone: `0452-076545`, OnPTO: true, ParentID: 1, Title: `Senior Software Developer` }), + new EmployeesNestedTreeDataItem({ Age: 29, HireDate: `2009-06-19`, ID: 2, Name: `Thomas Anderson`, Phone: `(14) 555-8122`, OnPTO: false, ParentID: 1, Title: `Senior Software Developer` }), + new EmployeesNestedTreeDataItem({ Age: 31, HireDate: `2014-08-18`, ID: 11, Name: `Monica Reyes`, Phone: `7675-3425`, OnPTO: false, ParentID: 1, Title: `Software Development Team Lead` }), + new EmployeesNestedTreeDataItem({ Age: 35, HireDate: `2015-09-17`, ID: 6, Name: `Roland Mendel`, Phone: `(505) 555-5939`, OnPTO: false, ParentID: 11, Title: `Senior Software Developer` }), + new EmployeesNestedTreeDataItem({ Age: 44, HireDate: `2009-10-11`, ID: 12, Name: `Sven Cooper`, Phone: `0695-34 67 21`, OnPTO: true, ParentID: 11, Title: `Senior Software Developer` }), + new EmployeesNestedTreeDataItem({ Age: 44, HireDate: `2014-04-04`, ID: 14, Name: `Laurence Johnson`, Phone: `981-443655`, OnPTO: false, ParentID: 4, Title: `Director` }), + new EmployeesNestedTreeDataItem({ Age: 25, HireDate: `2017-11-09`, ID: 5, Name: `Elizabeth Richards`, Phone: `(2) 283-2951`, OnPTO: true, ParentID: 4, Title: `Vice President` }), + new EmployeesNestedTreeDataItem({ Age: 39, HireDate: `2010-03-22`, ID: 13, Name: `Trevor Ashworth`, Phone: `981-443655`, OnPTO: true, ParentID: 5, Title: `Director` }), + new EmployeesNestedTreeDataItem({ Age: 44, HireDate: `2014-04-04`, ID: 17, Name: `Antonio Moreno`, Phone: `(505) 555-5939`, OnPTO: false, ParentID: 18, Title: `Senior Accountant` }), + new EmployeesNestedTreeDataItem({ Age: 50, HireDate: `2007-11-18`, ID: 7, Name: `Pedro Rodriguez`, Phone: `035-640230`, OnPTO: false, ParentID: 10, Title: `Senior Localization Developer` }), + new EmployeesNestedTreeDataItem({ Age: 27, HireDate: `2016-02-19`, ID: 8, Name: `Casey Harper`, Phone: `0342-023176`, OnPTO: true, ParentID: 10, Title: `Senior Localization` }), + new EmployeesNestedTreeDataItem({ Age: 25, HireDate: `2017-11-09`, ID: 15, Name: `Patricia Simpson`, Phone: `069-0245984`, OnPTO: false, ParentID: 7, Title: `Localization Intern` }), + new EmployeesNestedTreeDataItem({ Age: 39, HireDate: `2010-03-22`, ID: 9, Name: `Francisco Chang`, Phone: `(91) 745 6200`, OnPTO: false, ParentID: 7, Title: `Localization Intern` }), + new EmployeesNestedTreeDataItem({ Age: 25, HireDate: `2018-03-18`, ID: 16, Name: `Peter Lewis`, Phone: `069-0245984`, OnPTO: true, ParentID: 7, Title: `Localization Intern` }), ]; super(...newItems.slice(0)); } diff --git a/samples/grids/tree-grid/editing-columns/src/EmployeesNestedTreeData.ts b/samples/grids/tree-grid/editing-columns/src/EmployeesNestedTreeData.ts index 9441666e0c..a51b020df3 100644 --- a/samples/grids/tree-grid/editing-columns/src/EmployeesNestedTreeData.ts +++ b/samples/grids/tree-grid/editing-columns/src/EmployeesNestedTreeData.ts @@ -19,204 +19,24 @@ export class EmployeesNestedTreeData extends Array super(...items); } else { const newItems = [ - new EmployeesNestedTreeDataItem( - { - Age: 55, - HireDate: `2008-03-20`, - ID: 1, - Name: `Johnathan Winchester`, - Phone: `0251-031259`, - OnPTO: false, - ParentID: -1, - Title: `Development Manager` - }), - new EmployeesNestedTreeDataItem( - { - Age: 42, - HireDate: `2014-01-22`, - ID: 4, - Name: `Ana Sanders`, - Phone: `(21) 555-0091`, - OnPTO: true, - ParentID: -1, - Title: `CEO` - }), - new EmployeesNestedTreeDataItem( - { - Age: 49, - HireDate: `2014-01-22`, - ID: 18, - Name: `Victoria Lincoln`, - Phone: `(071) 23 67 22 20`, - OnPTO: true, - ParentID: -1, - Title: `Accounting Manager` - }), - new EmployeesNestedTreeDataItem( - { - Age: 61, - HireDate: `2010-01-01`, - ID: 10, - Name: `Yang Wang`, - Phone: `(21) 555-0091`, - OnPTO: false, - ParentID: -1, - Title: `Localization Manager` - }), - new EmployeesNestedTreeDataItem( - { - Age: 43, - HireDate: `2011-06-03`, - ID: 3, - Name: `Michael Burke`, - Phone: `0452-076545`, - OnPTO: true, - ParentID: 1, - Title: `Senior Software Developer` - }), - new EmployeesNestedTreeDataItem( - { - Age: 29, - HireDate: `2009-06-19`, - ID: 2, - Name: `Thomas Anderson`, - Phone: `(14) 555-8122`, - OnPTO: false, - ParentID: 1, - Title: `Senior Software Developer` - }), - new EmployeesNestedTreeDataItem( - { - Age: 31, - HireDate: `2014-08-18`, - ID: 11, - Name: `Monica Reyes`, - Phone: `7675-3425`, - OnPTO: false, - ParentID: 1, - Title: `Software Development Team Lead` - }), - new EmployeesNestedTreeDataItem( - { - Age: 35, - HireDate: `2015-09-17`, - ID: 6, - Name: `Roland Mendel`, - Phone: `(505) 555-5939`, - OnPTO: false, - ParentID: 11, - Title: `Senior Software Developer` - }), - new EmployeesNestedTreeDataItem( - { - Age: 44, - HireDate: `2009-10-11`, - ID: 12, - Name: `Sven Cooper`, - Phone: `0695-34 67 21`, - OnPTO: true, - ParentID: 11, - Title: `Senior Software Developer` - }), - new EmployeesNestedTreeDataItem( - { - Age: 44, - HireDate: `2014-04-04`, - ID: 14, - Name: `Laurence Johnson`, - Phone: `981-443655`, - OnPTO: false, - ParentID: 4, - Title: `Director` - }), - new EmployeesNestedTreeDataItem( - { - Age: 25, - HireDate: `2017-11-09`, - ID: 5, - Name: `Elizabeth Richards`, - Phone: `(2) 283-2951`, - OnPTO: true, - ParentID: 4, - Title: `Vice President` - }), - new EmployeesNestedTreeDataItem( - { - Age: 39, - HireDate: `2010-03-22`, - ID: 13, - Name: `Trevor Ashworth`, - Phone: `981-443655`, - OnPTO: true, - ParentID: 5, - Title: `Director` - }), - new EmployeesNestedTreeDataItem( - { - Age: 44, - HireDate: `2014-04-04`, - ID: 17, - Name: `Antonio Moreno`, - Phone: `(505) 555-5939`, - OnPTO: false, - ParentID: 18, - Title: `Senior Accountant` - }), - new EmployeesNestedTreeDataItem( - { - Age: 50, - HireDate: `2007-11-18`, - ID: 7, - Name: `Pedro Rodriguez`, - Phone: `035-640230`, - OnPTO: false, - ParentID: 10, - Title: `Senior Localization Developer` - }), - new EmployeesNestedTreeDataItem( - { - Age: 27, - HireDate: `2016-02-19`, - ID: 8, - Name: `Casey Harper`, - Phone: `0342-023176`, - OnPTO: true, - ParentID: 10, - Title: `Senior Localization` - }), - new EmployeesNestedTreeDataItem( - { - Age: 25, - HireDate: `2017-11-09`, - ID: 15, - Name: `Patricia Simpson`, - Phone: `069-0245984`, - OnPTO: false, - ParentID: 7, - Title: `Localization Intern` - }), - new EmployeesNestedTreeDataItem( - { - Age: 39, - HireDate: `2010-03-22`, - ID: 9, - Name: `Francisco Chang`, - Phone: `(91) 745 6200`, - OnPTO: false, - ParentID: 7, - Title: `Localization Intern` - }), - new EmployeesNestedTreeDataItem( - { - Age: 25, - HireDate: `2018-03-18`, - ID: 16, - Name: `Peter Lewis`, - Phone: `069-0245984`, - OnPTO: true, - ParentID: 7, - Title: `Localization Intern` - }), + new EmployeesNestedTreeDataItem({ Age: 55, HireDate: `2008-03-20`, ID: 1, Name: `Johnathan Winchester`, Phone: `0251-031259`, OnPTO: false, ParentID: -1, Title: `Development Manager` }), + new EmployeesNestedTreeDataItem({ Age: 42, HireDate: `2014-01-22`, ID: 4, Name: `Ana Sanders`, Phone: `(21) 555-0091`, OnPTO: true, ParentID: -1, Title: `CEO` }), + new EmployeesNestedTreeDataItem({ Age: 49, HireDate: `2014-01-22`, ID: 18, Name: `Victoria Lincoln`, Phone: `(071) 23 67 22 20`, OnPTO: true, ParentID: -1, Title: `Accounting Manager` }), + new EmployeesNestedTreeDataItem({ Age: 61, HireDate: `2010-01-01`, ID: 10, Name: `Yang Wang`, Phone: `(21) 555-0091`, OnPTO: false, ParentID: -1, Title: `Localization Manager` }), + new EmployeesNestedTreeDataItem({ Age: 43, HireDate: `2011-06-03`, ID: 3, Name: `Michael Burke`, Phone: `0452-076545`, OnPTO: true, ParentID: 1, Title: `Senior Software Developer` }), + new EmployeesNestedTreeDataItem({ Age: 29, HireDate: `2009-06-19`, ID: 2, Name: `Thomas Anderson`, Phone: `(14) 555-8122`, OnPTO: false, ParentID: 1, Title: `Senior Software Developer` }), + new EmployeesNestedTreeDataItem({ Age: 31, HireDate: `2014-08-18`, ID: 11, Name: `Monica Reyes`, Phone: `7675-3425`, OnPTO: false, ParentID: 1, Title: `Software Development Team Lead` }), + new EmployeesNestedTreeDataItem({ Age: 35, HireDate: `2015-09-17`, ID: 6, Name: `Roland Mendel`, Phone: `(505) 555-5939`, OnPTO: false, ParentID: 11, Title: `Senior Software Developer` }), + new EmployeesNestedTreeDataItem({ Age: 44, HireDate: `2009-10-11`, ID: 12, Name: `Sven Cooper`, Phone: `0695-34 67 21`, OnPTO: true, ParentID: 11, Title: `Senior Software Developer` }), + new EmployeesNestedTreeDataItem({ Age: 44, HireDate: `2014-04-04`, ID: 14, Name: `Laurence Johnson`, Phone: `981-443655`, OnPTO: false, ParentID: 4, Title: `Director` }), + new EmployeesNestedTreeDataItem({ Age: 25, HireDate: `2017-11-09`, ID: 5, Name: `Elizabeth Richards`, Phone: `(2) 283-2951`, OnPTO: true, ParentID: 4, Title: `Vice President` }), + new EmployeesNestedTreeDataItem({ Age: 39, HireDate: `2010-03-22`, ID: 13, Name: `Trevor Ashworth`, Phone: `981-443655`, OnPTO: true, ParentID: 5, Title: `Director` }), + new EmployeesNestedTreeDataItem({ Age: 44, HireDate: `2014-04-04`, ID: 17, Name: `Antonio Moreno`, Phone: `(505) 555-5939`, OnPTO: false, ParentID: 18, Title: `Senior Accountant` }), + new EmployeesNestedTreeDataItem({ Age: 50, HireDate: `2007-11-18`, ID: 7, Name: `Pedro Rodriguez`, Phone: `035-640230`, OnPTO: false, ParentID: 10, Title: `Senior Localization Developer` }), + new EmployeesNestedTreeDataItem({ Age: 27, HireDate: `2016-02-19`, ID: 8, Name: `Casey Harper`, Phone: `0342-023176`, OnPTO: true, ParentID: 10, Title: `Senior Localization` }), + new EmployeesNestedTreeDataItem({ Age: 25, HireDate: `2017-11-09`, ID: 15, Name: `Patricia Simpson`, Phone: `069-0245984`, OnPTO: false, ParentID: 7, Title: `Localization Intern` }), + new EmployeesNestedTreeDataItem({ Age: 39, HireDate: `2010-03-22`, ID: 9, Name: `Francisco Chang`, Phone: `(91) 745 6200`, OnPTO: false, ParentID: 7, Title: `Localization Intern` }), + new EmployeesNestedTreeDataItem({ Age: 25, HireDate: `2018-03-18`, ID: 16, Name: `Peter Lewis`, Phone: `069-0245984`, OnPTO: true, ParentID: 7, Title: `Localization Intern` }), ]; super(...newItems.slice(0)); } diff --git a/samples/grids/tree-grid/editing-events/src/EmployeesNestedTreeData.ts b/samples/grids/tree-grid/editing-events/src/EmployeesNestedTreeData.ts index 9441666e0c..a51b020df3 100644 --- a/samples/grids/tree-grid/editing-events/src/EmployeesNestedTreeData.ts +++ b/samples/grids/tree-grid/editing-events/src/EmployeesNestedTreeData.ts @@ -19,204 +19,24 @@ export class EmployeesNestedTreeData extends Array super(...items); } else { const newItems = [ - new EmployeesNestedTreeDataItem( - { - Age: 55, - HireDate: `2008-03-20`, - ID: 1, - Name: `Johnathan Winchester`, - Phone: `0251-031259`, - OnPTO: false, - ParentID: -1, - Title: `Development Manager` - }), - new EmployeesNestedTreeDataItem( - { - Age: 42, - HireDate: `2014-01-22`, - ID: 4, - Name: `Ana Sanders`, - Phone: `(21) 555-0091`, - OnPTO: true, - ParentID: -1, - Title: `CEO` - }), - new EmployeesNestedTreeDataItem( - { - Age: 49, - HireDate: `2014-01-22`, - ID: 18, - Name: `Victoria Lincoln`, - Phone: `(071) 23 67 22 20`, - OnPTO: true, - ParentID: -1, - Title: `Accounting Manager` - }), - new EmployeesNestedTreeDataItem( - { - Age: 61, - HireDate: `2010-01-01`, - ID: 10, - Name: `Yang Wang`, - Phone: `(21) 555-0091`, - OnPTO: false, - ParentID: -1, - Title: `Localization Manager` - }), - new EmployeesNestedTreeDataItem( - { - Age: 43, - HireDate: `2011-06-03`, - ID: 3, - Name: `Michael Burke`, - Phone: `0452-076545`, - OnPTO: true, - ParentID: 1, - Title: `Senior Software Developer` - }), - new EmployeesNestedTreeDataItem( - { - Age: 29, - HireDate: `2009-06-19`, - ID: 2, - Name: `Thomas Anderson`, - Phone: `(14) 555-8122`, - OnPTO: false, - ParentID: 1, - Title: `Senior Software Developer` - }), - new EmployeesNestedTreeDataItem( - { - Age: 31, - HireDate: `2014-08-18`, - ID: 11, - Name: `Monica Reyes`, - Phone: `7675-3425`, - OnPTO: false, - ParentID: 1, - Title: `Software Development Team Lead` - }), - new EmployeesNestedTreeDataItem( - { - Age: 35, - HireDate: `2015-09-17`, - ID: 6, - Name: `Roland Mendel`, - Phone: `(505) 555-5939`, - OnPTO: false, - ParentID: 11, - Title: `Senior Software Developer` - }), - new EmployeesNestedTreeDataItem( - { - Age: 44, - HireDate: `2009-10-11`, - ID: 12, - Name: `Sven Cooper`, - Phone: `0695-34 67 21`, - OnPTO: true, - ParentID: 11, - Title: `Senior Software Developer` - }), - new EmployeesNestedTreeDataItem( - { - Age: 44, - HireDate: `2014-04-04`, - ID: 14, - Name: `Laurence Johnson`, - Phone: `981-443655`, - OnPTO: false, - ParentID: 4, - Title: `Director` - }), - new EmployeesNestedTreeDataItem( - { - Age: 25, - HireDate: `2017-11-09`, - ID: 5, - Name: `Elizabeth Richards`, - Phone: `(2) 283-2951`, - OnPTO: true, - ParentID: 4, - Title: `Vice President` - }), - new EmployeesNestedTreeDataItem( - { - Age: 39, - HireDate: `2010-03-22`, - ID: 13, - Name: `Trevor Ashworth`, - Phone: `981-443655`, - OnPTO: true, - ParentID: 5, - Title: `Director` - }), - new EmployeesNestedTreeDataItem( - { - Age: 44, - HireDate: `2014-04-04`, - ID: 17, - Name: `Antonio Moreno`, - Phone: `(505) 555-5939`, - OnPTO: false, - ParentID: 18, - Title: `Senior Accountant` - }), - new EmployeesNestedTreeDataItem( - { - Age: 50, - HireDate: `2007-11-18`, - ID: 7, - Name: `Pedro Rodriguez`, - Phone: `035-640230`, - OnPTO: false, - ParentID: 10, - Title: `Senior Localization Developer` - }), - new EmployeesNestedTreeDataItem( - { - Age: 27, - HireDate: `2016-02-19`, - ID: 8, - Name: `Casey Harper`, - Phone: `0342-023176`, - OnPTO: true, - ParentID: 10, - Title: `Senior Localization` - }), - new EmployeesNestedTreeDataItem( - { - Age: 25, - HireDate: `2017-11-09`, - ID: 15, - Name: `Patricia Simpson`, - Phone: `069-0245984`, - OnPTO: false, - ParentID: 7, - Title: `Localization Intern` - }), - new EmployeesNestedTreeDataItem( - { - Age: 39, - HireDate: `2010-03-22`, - ID: 9, - Name: `Francisco Chang`, - Phone: `(91) 745 6200`, - OnPTO: false, - ParentID: 7, - Title: `Localization Intern` - }), - new EmployeesNestedTreeDataItem( - { - Age: 25, - HireDate: `2018-03-18`, - ID: 16, - Name: `Peter Lewis`, - Phone: `069-0245984`, - OnPTO: true, - ParentID: 7, - Title: `Localization Intern` - }), + new EmployeesNestedTreeDataItem({ Age: 55, HireDate: `2008-03-20`, ID: 1, Name: `Johnathan Winchester`, Phone: `0251-031259`, OnPTO: false, ParentID: -1, Title: `Development Manager` }), + new EmployeesNestedTreeDataItem({ Age: 42, HireDate: `2014-01-22`, ID: 4, Name: `Ana Sanders`, Phone: `(21) 555-0091`, OnPTO: true, ParentID: -1, Title: `CEO` }), + new EmployeesNestedTreeDataItem({ Age: 49, HireDate: `2014-01-22`, ID: 18, Name: `Victoria Lincoln`, Phone: `(071) 23 67 22 20`, OnPTO: true, ParentID: -1, Title: `Accounting Manager` }), + new EmployeesNestedTreeDataItem({ Age: 61, HireDate: `2010-01-01`, ID: 10, Name: `Yang Wang`, Phone: `(21) 555-0091`, OnPTO: false, ParentID: -1, Title: `Localization Manager` }), + new EmployeesNestedTreeDataItem({ Age: 43, HireDate: `2011-06-03`, ID: 3, Name: `Michael Burke`, Phone: `0452-076545`, OnPTO: true, ParentID: 1, Title: `Senior Software Developer` }), + new EmployeesNestedTreeDataItem({ Age: 29, HireDate: `2009-06-19`, ID: 2, Name: `Thomas Anderson`, Phone: `(14) 555-8122`, OnPTO: false, ParentID: 1, Title: `Senior Software Developer` }), + new EmployeesNestedTreeDataItem({ Age: 31, HireDate: `2014-08-18`, ID: 11, Name: `Monica Reyes`, Phone: `7675-3425`, OnPTO: false, ParentID: 1, Title: `Software Development Team Lead` }), + new EmployeesNestedTreeDataItem({ Age: 35, HireDate: `2015-09-17`, ID: 6, Name: `Roland Mendel`, Phone: `(505) 555-5939`, OnPTO: false, ParentID: 11, Title: `Senior Software Developer` }), + new EmployeesNestedTreeDataItem({ Age: 44, HireDate: `2009-10-11`, ID: 12, Name: `Sven Cooper`, Phone: `0695-34 67 21`, OnPTO: true, ParentID: 11, Title: `Senior Software Developer` }), + new EmployeesNestedTreeDataItem({ Age: 44, HireDate: `2014-04-04`, ID: 14, Name: `Laurence Johnson`, Phone: `981-443655`, OnPTO: false, ParentID: 4, Title: `Director` }), + new EmployeesNestedTreeDataItem({ Age: 25, HireDate: `2017-11-09`, ID: 5, Name: `Elizabeth Richards`, Phone: `(2) 283-2951`, OnPTO: true, ParentID: 4, Title: `Vice President` }), + new EmployeesNestedTreeDataItem({ Age: 39, HireDate: `2010-03-22`, ID: 13, Name: `Trevor Ashworth`, Phone: `981-443655`, OnPTO: true, ParentID: 5, Title: `Director` }), + new EmployeesNestedTreeDataItem({ Age: 44, HireDate: `2014-04-04`, ID: 17, Name: `Antonio Moreno`, Phone: `(505) 555-5939`, OnPTO: false, ParentID: 18, Title: `Senior Accountant` }), + new EmployeesNestedTreeDataItem({ Age: 50, HireDate: `2007-11-18`, ID: 7, Name: `Pedro Rodriguez`, Phone: `035-640230`, OnPTO: false, ParentID: 10, Title: `Senior Localization Developer` }), + new EmployeesNestedTreeDataItem({ Age: 27, HireDate: `2016-02-19`, ID: 8, Name: `Casey Harper`, Phone: `0342-023176`, OnPTO: true, ParentID: 10, Title: `Senior Localization` }), + new EmployeesNestedTreeDataItem({ Age: 25, HireDate: `2017-11-09`, ID: 15, Name: `Patricia Simpson`, Phone: `069-0245984`, OnPTO: false, ParentID: 7, Title: `Localization Intern` }), + new EmployeesNestedTreeDataItem({ Age: 39, HireDate: `2010-03-22`, ID: 9, Name: `Francisco Chang`, Phone: `(91) 745 6200`, OnPTO: false, ParentID: 7, Title: `Localization Intern` }), + new EmployeesNestedTreeDataItem({ Age: 25, HireDate: `2018-03-18`, ID: 16, Name: `Peter Lewis`, Phone: `069-0245984`, OnPTO: true, ParentID: 7, Title: `Localization Intern` }), ]; super(...newItems.slice(0)); } diff --git a/samples/grids/tree-grid/editing-lifecycle/src/EmployeesFlatData.ts b/samples/grids/tree-grid/editing-lifecycle/src/EmployeesFlatData.ts index b99bf3579a..2e5e7fc2ed 100644 --- a/samples/grids/tree-grid/editing-lifecycle/src/EmployeesFlatData.ts +++ b/samples/grids/tree-grid/editing-lifecycle/src/EmployeesFlatData.ts @@ -19,204 +19,24 @@ export class EmployeesFlatData extends Array { super(...items); } else { const newItems = [ - new EmployeesFlatDataItem( - { - Age: 55, - HireDate: `2008-03-20`, - ID: 1, - Name: `Johnathan Winchester`, - Phone: `0251-031259`, - OnPTO: false, - ParentID: -1, - Title: `Development Manager` - }), - new EmployeesFlatDataItem( - { - Age: 42, - HireDate: `2014-01-22`, - ID: 4, - Name: `Ana Sanders`, - Phone: `(21) 555-0091`, - OnPTO: true, - ParentID: -1, - Title: `CEO` - }), - new EmployeesFlatDataItem( - { - Age: 49, - HireDate: `2014-01-22`, - ID: 18, - Name: `Victoria Lincoln`, - Phone: `(071) 23 67 22 20`, - OnPTO: true, - ParentID: -1, - Title: `Accounting Manager` - }), - new EmployeesFlatDataItem( - { - Age: 61, - HireDate: `2010-01-01`, - ID: 10, - Name: `Yang Wang`, - Phone: `(21) 555-0091`, - OnPTO: false, - ParentID: -1, - Title: `Localization Manager` - }), - new EmployeesFlatDataItem( - { - Age: 43, - HireDate: `2011-06-03`, - ID: 3, - Name: `Michael Burke`, - Phone: `0452-076545`, - OnPTO: true, - ParentID: 1, - Title: `Senior Software Developer` - }), - new EmployeesFlatDataItem( - { - Age: 29, - HireDate: `2009-06-19`, - ID: 2, - Name: `Thomas Anderson`, - Phone: `(14) 555-8122`, - OnPTO: false, - ParentID: 1, - Title: `Senior Software Developer` - }), - new EmployeesFlatDataItem( - { - Age: 31, - HireDate: `2014-08-18`, - ID: 11, - Name: `Monica Reyes`, - Phone: `7675-3425`, - OnPTO: false, - ParentID: 1, - Title: `Software Development Team Lead` - }), - new EmployeesFlatDataItem( - { - Age: 35, - HireDate: `2015-09-17`, - ID: 6, - Name: `Roland Mendel`, - Phone: `(505) 555-5939`, - OnPTO: false, - ParentID: 11, - Title: `Senior Software Developer` - }), - new EmployeesFlatDataItem( - { - Age: 44, - HireDate: `2009-10-11`, - ID: 12, - Name: `Sven Cooper`, - Phone: `0695-34 67 21`, - OnPTO: true, - ParentID: 11, - Title: `Senior Software Developer` - }), - new EmployeesFlatDataItem( - { - Age: 44, - HireDate: `2014-04-04`, - ID: 14, - Name: `Laurence Johnson`, - Phone: `981-443655`, - OnPTO: false, - ParentID: 4, - Title: `Director` - }), - new EmployeesFlatDataItem( - { - Age: 25, - HireDate: `2017-11-09`, - ID: 5, - Name: `Elizabeth Richards`, - Phone: `(2) 283-2951`, - OnPTO: true, - ParentID: 4, - Title: `Vice President` - }), - new EmployeesFlatDataItem( - { - Age: 39, - HireDate: `2010-03-22`, - ID: 13, - Name: `Trevor Ashworth`, - Phone: `981-443655`, - OnPTO: true, - ParentID: 5, - Title: `Director` - }), - new EmployeesFlatDataItem( - { - Age: 44, - HireDate: `2014-04-04`, - ID: 17, - Name: `Antonio Moreno`, - Phone: `(505) 555-5939`, - OnPTO: false, - ParentID: 18, - Title: `Senior Accountant` - }), - new EmployeesFlatDataItem( - { - Age: 50, - HireDate: `2007-11-18`, - ID: 7, - Name: `Pedro Rodriguez`, - Phone: `035-640230`, - OnPTO: false, - ParentID: 10, - Title: `Senior Localization Developer` - }), - new EmployeesFlatDataItem( - { - Age: 27, - HireDate: `2016-02-19`, - ID: 8, - Name: `Casey Harper`, - Phone: `0342-023176`, - OnPTO: true, - ParentID: 10, - Title: `Senior Localization` - }), - new EmployeesFlatDataItem( - { - Age: 25, - HireDate: `2017-11-09`, - ID: 15, - Name: `Patricia Simpson`, - Phone: `069-0245984`, - OnPTO: false, - ParentID: 7, - Title: `Localization Intern` - }), - new EmployeesFlatDataItem( - { - Age: 39, - HireDate: `2010-03-22`, - ID: 9, - Name: `Francisco Chang`, - Phone: `(91) 745 6200`, - OnPTO: false, - ParentID: 7, - Title: `Localization Intern` - }), - new EmployeesFlatDataItem( - { - Age: 25, - HireDate: `2018-03-18`, - ID: 16, - Name: `Peter Lewis`, - Phone: `069-0245984`, - OnPTO: true, - ParentID: 7, - Title: `Localization Intern` - }), + new EmployeesFlatDataItem({ Age: 55, HireDate: `2008-03-20`, ID: 1, Name: `Johnathan Winchester`, Phone: `0251-031259`, OnPTO: false, ParentID: -1, Title: `Development Manager` }), + new EmployeesFlatDataItem({ Age: 42, HireDate: `2014-01-22`, ID: 4, Name: `Ana Sanders`, Phone: `(21) 555-0091`, OnPTO: true, ParentID: -1, Title: `CEO` }), + new EmployeesFlatDataItem({ Age: 49, HireDate: `2014-01-22`, ID: 18, Name: `Victoria Lincoln`, Phone: `(071) 23 67 22 20`, OnPTO: true, ParentID: -1, Title: `Accounting Manager` }), + new EmployeesFlatDataItem({ Age: 61, HireDate: `2010-01-01`, ID: 10, Name: `Yang Wang`, Phone: `(21) 555-0091`, OnPTO: false, ParentID: -1, Title: `Localization Manager` }), + new EmployeesFlatDataItem({ Age: 43, HireDate: `2011-06-03`, ID: 3, Name: `Michael Burke`, Phone: `0452-076545`, OnPTO: true, ParentID: 1, Title: `Senior Software Developer` }), + new EmployeesFlatDataItem({ Age: 29, HireDate: `2009-06-19`, ID: 2, Name: `Thomas Anderson`, Phone: `(14) 555-8122`, OnPTO: false, ParentID: 1, Title: `Senior Software Developer` }), + new EmployeesFlatDataItem({ Age: 31, HireDate: `2014-08-18`, ID: 11, Name: `Monica Reyes`, Phone: `7675-3425`, OnPTO: false, ParentID: 1, Title: `Software Development Team Lead` }), + new EmployeesFlatDataItem({ Age: 35, HireDate: `2015-09-17`, ID: 6, Name: `Roland Mendel`, Phone: `(505) 555-5939`, OnPTO: false, ParentID: 11, Title: `Senior Software Developer` }), + new EmployeesFlatDataItem({ Age: 44, HireDate: `2009-10-11`, ID: 12, Name: `Sven Cooper`, Phone: `0695-34 67 21`, OnPTO: true, ParentID: 11, Title: `Senior Software Developer` }), + new EmployeesFlatDataItem({ Age: 44, HireDate: `2014-04-04`, ID: 14, Name: `Laurence Johnson`, Phone: `981-443655`, OnPTO: false, ParentID: 4, Title: `Director` }), + new EmployeesFlatDataItem({ Age: 25, HireDate: `2017-11-09`, ID: 5, Name: `Elizabeth Richards`, Phone: `(2) 283-2951`, OnPTO: true, ParentID: 4, Title: `Vice President` }), + new EmployeesFlatDataItem({ Age: 39, HireDate: `2010-03-22`, ID: 13, Name: `Trevor Ashworth`, Phone: `981-443655`, OnPTO: true, ParentID: 5, Title: `Director` }), + new EmployeesFlatDataItem({ Age: 44, HireDate: `2014-04-04`, ID: 17, Name: `Antonio Moreno`, Phone: `(505) 555-5939`, OnPTO: false, ParentID: 18, Title: `Senior Accountant` }), + new EmployeesFlatDataItem({ Age: 50, HireDate: `2007-11-18`, ID: 7, Name: `Pedro Rodriguez`, Phone: `035-640230`, OnPTO: false, ParentID: 10, Title: `Senior Localization Developer` }), + new EmployeesFlatDataItem({ Age: 27, HireDate: `2016-02-19`, ID: 8, Name: `Casey Harper`, Phone: `0342-023176`, OnPTO: true, ParentID: 10, Title: `Senior Localization` }), + new EmployeesFlatDataItem({ Age: 25, HireDate: `2017-11-09`, ID: 15, Name: `Patricia Simpson`, Phone: `069-0245984`, OnPTO: false, ParentID: 7, Title: `Localization Intern` }), + new EmployeesFlatDataItem({ Age: 39, HireDate: `2010-03-22`, ID: 9, Name: `Francisco Chang`, Phone: `(91) 745 6200`, OnPTO: false, ParentID: 7, Title: `Localization Intern` }), + new EmployeesFlatDataItem({ Age: 25, HireDate: `2018-03-18`, ID: 16, Name: `Peter Lewis`, Phone: `069-0245984`, OnPTO: true, ParentID: 7, Title: `Localization Intern` }), ]; super(...newItems.slice(0)); } diff --git a/samples/grids/tree-grid/excel-exporting/src/EmployeesNestedData.ts b/samples/grids/tree-grid/excel-exporting/src/EmployeesNestedData.ts index 8706b4e8c8..0728ee874d 100644 --- a/samples/grids/tree-grid/excel-exporting/src/EmployeesNestedData.ts +++ b/samples/grids/tree-grid/excel-exporting/src/EmployeesNestedData.ts @@ -39,317 +39,35 @@ export class EmployeesNestedData extends Array { super(...items); } else { const newItems = [ - new EmployeesNestedDataItem( - { - ID: 1, - Age: 55, - Salary: 80000, - Productivity: 90, - City: `Berlin`, - Country: `Germany`, - Phone: `609-202-505`, - HireDate: `2008-03-20`, - Name: `John Winchester`, - Title: `Development Manager`, - Employees: [ - new EmployeesNestedDataItem_EmployeesItem( - { - Age: 43, - Salary: 70000, - Productivity: 80, - City: `Hamburg`, - Country: `Germany`, - Phone: `609-444-555`, - HireDate: `2011-06-03`, - ID: 3, - Name: `Michael Burke`, - Title: `Senior Software Developer` - }), - new EmployeesNestedDataItem_EmployeesItem( - { - Age: 29, - Salary: 60000, - Productivity: 80, - City: `Munich`, - Country: `Germany`, - Phone: `609-333-444`, - HireDate: `2009-06-19`, - ID: 2, - Name: `Thomas Anderson`, - Title: `Senior Software Developer` - }), - new EmployeesNestedDataItem_EmployeesItem( - { - Age: 31, - Salary: 90000, - Productivity: 80, - City: `Warasw`, - Country: `Poland`, - Phone: `609-222-205`, - HireDate: `2014-08-18`, - ID: 11, - Name: `Monica Reyes`, - Title: `Software Development Team Lead` - }), - new EmployeesNestedDataItem_EmployeesItem( - { - Age: 35, - Salary: 70000, - Productivity: 70, - City: `Koln`, - Country: `Germany`, - Phone: `609-502-525`, - HireDate: `2015-09-17`, - ID: 6, - Name: `Roland Mendel`, - Title: `Senior Software Developer` - })] - - }), - new EmployeesNestedDataItem( - { - ID: 4, - Age: 42, - Salary: 90000, - Productivity: 80, - City: `Kielce`, - Country: `Poland`, - Phone: `609-202-505`, - HireDate: `2014-01-22`, - Name: `Ana Sanders`, - Title: `CEO`, - Employees: [ - new EmployeesNestedDataItem_EmployeesItem( - { - Age: 44, - Salary: 80000, - Productivity: 80, - City: `Warasw`, - Country: `Poland`, - Phone: `609-202-505`, - HireDate: `2014-04-04`, - ID: 14, - Name: `Laurence Johnson`, - Title: `Director` - }), - new EmployeesNestedDataItem_EmployeesItem( - { - Age: 25, - Salary: 85000, - Productivity: 55, - City: `Paris`, - Country: `France`, - Phone: `609-202-505`, - HireDate: `2017-11-09`, - ID: 5, - Name: `Elizabeth Richards`, - Title: `Vice President` - }), - new EmployeesNestedDataItem_EmployeesItem( - { - Age: 39, - Salary: 88000, - Productivity: 88, - City: `London`, - Country: `UK`, - Phone: `609-202-505`, - HireDate: `2010-03-22`, - ID: 13, - Name: `Trevor Ashworth`, - Title: `Director` - })] - - }), - new EmployeesNestedDataItem( - { - ID: 18, - Age: 49, - Salary: 77000, - Productivity: 70, - City: `Manchester`, - Country: `UK`, - Phone: `222-555-577`, - HireDate: `2014-01-22`, - Name: `Victoria Lincoln`, - Title: `Senior Accountant`, - Employees: [ - new EmployeesNestedDataItem_EmployeesItem( - { - Age: 43, - Salary: 70000, - Productivity: 80, - City: `Hamburg`, - Country: `Germany`, - Phone: `609-444-555`, - HireDate: `2011-06-03`, - ID: 23, - Name: `Thomas Burke`, - Title: `Senior Accountant` - }), - new EmployeesNestedDataItem_EmployeesItem( - { - Age: 29, - Salary: 60000, - Productivity: 80, - City: `Munich`, - Country: `Germany`, - Phone: `609-333-444`, - HireDate: `2009-06-19`, - ID: 22, - Name: `Michael Anderson`, - Title: `Junior Accountant` - }), - new EmployeesNestedDataItem_EmployeesItem( - { - Age: 31, - Salary: 90000, - Productivity: 80, - City: `Warasw`, - Country: `Poland`, - Phone: `609-222-205`, - HireDate: `2014-08-18`, - ID: 21, - Name: `Roland Reyes`, - Title: `Accountant Team Lead` - }), - new EmployeesNestedDataItem_EmployeesItem( - { - Age: 35, - Salary: 70000, - Productivity: 70, - City: `Koln`, - Country: `Germany`, - Phone: `609-502-525`, - HireDate: `2015-09-17`, - ID: 24, - Name: `Monica Mendel`, - Title: `Senior Software Developer` - })] - - }), - new EmployeesNestedDataItem( - { - ID: 10, - Age: 61, - Salary: 85000, - Productivity: 890, - City: `Lyon`, - Country: `France`, - Phone: `259-266-887`, - HireDate: `2010-01-01`, - Name: `Yang Wang`, - Title: `Localization Developer`, - Employees: [ - new EmployeesNestedDataItem_EmployeesItem( - { - Age: 31, - Salary: 90000, - Productivity: 80, - City: `Warasw`, - Country: `Poland`, - Phone: `609-222-205`, - HireDate: `2014-08-18`, - ID: 11, - Name: `Monica Reyes`, - Title: `Software Development Team Lead` - }), - new EmployeesNestedDataItem_EmployeesItem( - { - Age: 35, - Salary: 70000, - Productivity: 70, - City: `Koln`, - Country: `Germany`, - Phone: `609-502-525`, - HireDate: `2015-09-17`, - ID: 6, - Name: `Roland Mendel`, - Title: `Senior Software Developer` - })] - - }), - new EmployeesNestedDataItem( - { - ID: 35, - Age: 35, - Salary: 75000, - Productivity: 75, - City: `Warasw`, - Country: `Poland`, - Phone: `688-244-844`, - HireDate: `2014-01-22`, - Name: `Janine Munoz`, - Title: `HR`, - Employees: [ - new EmployeesNestedDataItem_EmployeesItem( - { - Age: 43, - Salary: 70000, - Productivity: 80, - City: `Hamburg`, - Country: `Germany`, - Phone: `609-444-555`, - HireDate: `2011-06-03`, - ID: 3, - Name: `Michael Burke`, - Title: `Senior Software Developer` - }), - new EmployeesNestedDataItem_EmployeesItem( - { - Age: 31, - Salary: 90000, - Productivity: 80, - City: `Warasw`, - Country: `Poland`, - Phone: `609-222-205`, - HireDate: `2014-08-18`, - ID: 11, - Name: `Monica Reyes`, - Title: `Software Development Team Lead` - })] - - }), - new EmployeesNestedDataItem( - { - ID: 10, - Age: 49, - Salary: 95000, - Productivity: 80, - City: `Krakow`, - Country: `Poland`, - Phone: `677-266-555`, - HireDate: `2010-01-01`, - Name: `Yang Wang`, - Title: `Sales Manager`, - Employees: [ - new EmployeesNestedDataItem_EmployeesItem( - { - Age: 29, - Salary: 60000, - Productivity: 80, - City: `Munich`, - Country: `Germany`, - Phone: `609-333-444`, - HireDate: `2009-06-19`, - ID: 2, - Name: `Thomas Anderson`, - Title: `Senior Software Developer` - }), - new EmployeesNestedDataItem_EmployeesItem( - { - Age: 35, - Salary: 70000, - Productivity: 70, - City: `Koln`, - Country: `Germany`, - Phone: `609-502-525`, - HireDate: `2015-09-17`, - ID: 6, - Name: `Roland Mendel`, - Title: `Senior Software Developer` - })] - - }), + new EmployeesNestedDataItem({ ID: 1, Age: 55, Salary: 80000, Productivity: 90, City: `Berlin`, Country: `Germany`, Phone: `609-202-505`, HireDate: `2008-03-20`, Name: `John Winchester`, Title: `Development Manager`, Employees: [ + new EmployeesNestedDataItem_EmployeesItem({ Age: 43, Salary: 70000, Productivity: 80, City: `Hamburg`, Country: `Germany`, Phone: `609-444-555`, HireDate: `2011-06-03`, ID: 3, Name: `Michael Burke`, Title: `Senior Software Developer` }), + new EmployeesNestedDataItem_EmployeesItem({ Age: 29, Salary: 60000, Productivity: 80, City: `Munich`, Country: `Germany`, Phone: `609-333-444`, HireDate: `2009-06-19`, ID: 2, Name: `Thomas Anderson`, Title: `Senior Software Developer` }), + new EmployeesNestedDataItem_EmployeesItem({ Age: 31, Salary: 90000, Productivity: 80, City: `Warasw`, Country: `Poland`, Phone: `609-222-205`, HireDate: `2014-08-18`, ID: 11, Name: `Monica Reyes`, Title: `Software Development Team Lead` }), + new EmployeesNestedDataItem_EmployeesItem({ Age: 35, Salary: 70000, Productivity: 70, City: `Koln`, Country: `Germany`, Phone: `609-502-525`, HireDate: `2015-09-17`, ID: 6, Name: `Roland Mendel`, Title: `Senior Software Developer` })] + }), + new EmployeesNestedDataItem({ ID: 4, Age: 42, Salary: 90000, Productivity: 80, City: `Kielce`, Country: `Poland`, Phone: `609-202-505`, HireDate: `2014-01-22`, Name: `Ana Sanders`, Title: `CEO`, Employees: [ + new EmployeesNestedDataItem_EmployeesItem({ Age: 44, Salary: 80000, Productivity: 80, City: `Warasw`, Country: `Poland`, Phone: `609-202-505`, HireDate: `2014-04-04`, ID: 14, Name: `Laurence Johnson`, Title: `Director` }), + new EmployeesNestedDataItem_EmployeesItem({ Age: 25, Salary: 85000, Productivity: 55, City: `Paris`, Country: `France`, Phone: `609-202-505`, HireDate: `2017-11-09`, ID: 5, Name: `Elizabeth Richards`, Title: `Vice President` }), + new EmployeesNestedDataItem_EmployeesItem({ Age: 39, Salary: 88000, Productivity: 88, City: `London`, Country: `UK`, Phone: `609-202-505`, HireDate: `2010-03-22`, ID: 13, Name: `Trevor Ashworth`, Title: `Director` })] + }), + new EmployeesNestedDataItem({ ID: 18, Age: 49, Salary: 77000, Productivity: 70, City: `Manchester`, Country: `UK`, Phone: `222-555-577`, HireDate: `2014-01-22`, Name: `Victoria Lincoln`, Title: `Senior Accountant`, Employees: [ + new EmployeesNestedDataItem_EmployeesItem({ Age: 43, Salary: 70000, Productivity: 80, City: `Hamburg`, Country: `Germany`, Phone: `609-444-555`, HireDate: `2011-06-03`, ID: 23, Name: `Thomas Burke`, Title: `Senior Accountant` }), + new EmployeesNestedDataItem_EmployeesItem({ Age: 29, Salary: 60000, Productivity: 80, City: `Munich`, Country: `Germany`, Phone: `609-333-444`, HireDate: `2009-06-19`, ID: 22, Name: `Michael Anderson`, Title: `Junior Accountant` }), + new EmployeesNestedDataItem_EmployeesItem({ Age: 31, Salary: 90000, Productivity: 80, City: `Warasw`, Country: `Poland`, Phone: `609-222-205`, HireDate: `2014-08-18`, ID: 21, Name: `Roland Reyes`, Title: `Accountant Team Lead` }), + new EmployeesNestedDataItem_EmployeesItem({ Age: 35, Salary: 70000, Productivity: 70, City: `Koln`, Country: `Germany`, Phone: `609-502-525`, HireDate: `2015-09-17`, ID: 24, Name: `Monica Mendel`, Title: `Senior Software Developer` })] + }), + new EmployeesNestedDataItem({ ID: 10, Age: 61, Salary: 85000, Productivity: 890, City: `Lyon`, Country: `France`, Phone: `259-266-887`, HireDate: `2010-01-01`, Name: `Yang Wang`, Title: `Localization Developer`, Employees: [ + new EmployeesNestedDataItem_EmployeesItem({ Age: 31, Salary: 90000, Productivity: 80, City: `Warasw`, Country: `Poland`, Phone: `609-222-205`, HireDate: `2014-08-18`, ID: 11, Name: `Monica Reyes`, Title: `Software Development Team Lead` }), + new EmployeesNestedDataItem_EmployeesItem({ Age: 35, Salary: 70000, Productivity: 70, City: `Koln`, Country: `Germany`, Phone: `609-502-525`, HireDate: `2015-09-17`, ID: 6, Name: `Roland Mendel`, Title: `Senior Software Developer` })] + }), + new EmployeesNestedDataItem({ ID: 35, Age: 35, Salary: 75000, Productivity: 75, City: `Warasw`, Country: `Poland`, Phone: `688-244-844`, HireDate: `2014-01-22`, Name: `Janine Munoz`, Title: `HR`, Employees: [ + new EmployeesNestedDataItem_EmployeesItem({ Age: 43, Salary: 70000, Productivity: 80, City: `Hamburg`, Country: `Germany`, Phone: `609-444-555`, HireDate: `2011-06-03`, ID: 3, Name: `Michael Burke`, Title: `Senior Software Developer` }), + new EmployeesNestedDataItem_EmployeesItem({ Age: 31, Salary: 90000, Productivity: 80, City: `Warasw`, Country: `Poland`, Phone: `609-222-205`, HireDate: `2014-08-18`, ID: 11, Name: `Monica Reyes`, Title: `Software Development Team Lead` })] + }), + new EmployeesNestedDataItem({ ID: 10, Age: 49, Salary: 95000, Productivity: 80, City: `Krakow`, Country: `Poland`, Phone: `677-266-555`, HireDate: `2010-01-01`, Name: `Yang Wang`, Title: `Sales Manager`, Employees: [ + new EmployeesNestedDataItem_EmployeesItem({ Age: 29, Salary: 60000, Productivity: 80, City: `Munich`, Country: `Germany`, Phone: `609-333-444`, HireDate: `2009-06-19`, ID: 2, Name: `Thomas Anderson`, Title: `Senior Software Developer` }), + new EmployeesNestedDataItem_EmployeesItem({ Age: 35, Salary: 70000, Productivity: 70, City: `Koln`, Country: `Germany`, Phone: `609-502-525`, HireDate: `2015-09-17`, ID: 6, Name: `Roland Mendel`, Title: `Senior Software Developer` })] + }), ]; super(...newItems.slice(0)); } diff --git a/samples/grids/tree-grid/excel-style-filtering-sample-1/src/FoodsData.ts b/samples/grids/tree-grid/excel-style-filtering-sample-1/src/FoodsData.ts index edab885f72..a56953e7e6 100644 --- a/samples/grids/tree-grid/excel-style-filtering-sample-1/src/FoodsData.ts +++ b/samples/grids/tree-grid/excel-style-filtering-sample-1/src/FoodsData.ts @@ -17,213 +17,29 @@ export class FoodsData extends Array { super(...items); } else { const newItems = [ - new FoodsDataItem( - { - ID: 1, - ParentID: -1, - Name: `Foods`, - UnitPrice: 0, - AddedDate: `2009-06-19`, - Discontinued: false - }), - new FoodsDataItem( - { - ID: 101, - ParentID: 1, - Name: `Chef Antons Gumbo Mix`, - UnitPrice: 21.35, - AddedDate: `2011-11-11`, - Discontinued: true - }), - new FoodsDataItem( - { - ID: 102, - ParentID: 1, - Name: `Grandmas Boysenberry Spread`, - UnitPrice: 25, - AddedDate: `2017-12-17`, - Discontinued: false - }), - new FoodsDataItem( - { - ID: 103, - ParentID: 1, - Name: `Uncle Bobs Organic Dried Pears`, - UnitPrice: 30, - AddedDate: `2016-07-17`, - Discontinued: false - }), - new FoodsDataItem( - { - ID: 104, - ParentID: 1, - Name: `Mishi Kobe Niku`, - UnitPrice: 97, - AddedDate: `2010-02-17`, - Discontinued: true - }), - new FoodsDataItem( - { - ID: 105, - ParentID: 1, - Name: `Queso Cabrales`, - UnitPrice: 21, - AddedDate: `2009-11-17`, - Discontinued: false - }), - new FoodsDataItem( - { - ID: 106, - ParentID: 1, - Name: `Queso Manchego La Pastora`, - UnitPrice: 38, - AddedDate: `2015-11-17`, - Discontinued: false - }), - new FoodsDataItem( - { - ID: 107, - ParentID: 1, - Name: `Konbu`, - UnitPrice: 6, - AddedDate: `2025-03-17`, - Discontinued: false - }), - new FoodsDataItem( - { - ID: 108, - ParentID: 1, - Name: `Tofu`, - UnitPrice: 23.25, - AddedDate: `2019-06-17`, - Discontinued: false - }), - new FoodsDataItem( - { - ID: 109, - ParentID: 1, - Name: `Ikura`, - UnitPrice: 31, - AddedDate: `2010-05-17`, - Discontinued: false - }), - new FoodsDataItem( - { - ID: 110, - ParentID: 1, - Name: `Pavlova`, - UnitPrice: 17.45, - AddedDate: `2018-03-28`, - Discontinued: false - }), - new FoodsDataItem( - { - ID: 111, - ParentID: 1, - Name: `Alice Mutton`, - UnitPrice: 39, - AddedDate: `2015-08-17`, - Discontinued: true - }), - new FoodsDataItem( - { - ID: 112, - ParentID: 1, - Name: `Carnarvon Tigers`, - UnitPrice: 62.5, - AddedDate: `2015-09-27`, - Discontinued: false - }), - new FoodsDataItem( - { - ID: 113, - ParentID: 1, - Name: `Teatime Chocolate Biscuits`, - UnitPrice: 9.2, - AddedDate: `2011-03-17`, - Discontinued: false - }), - new FoodsDataItem( - { - ID: 2, - ParentID: -1, - Name: `Beverages`, - UnitPrice: 0, - AddedDate: `2009-06-19`, - Discontinued: false - }), - new FoodsDataItem( - { - ID: 201, - ParentID: 2, - Name: `Chai`, - UnitPrice: 18, - AddedDate: `2012-02-12`, - Discontinued: false - }), - new FoodsDataItem( - { - ID: 202, - ParentID: 2, - Name: `Chang`, - UnitPrice: 19, - AddedDate: `2013-03-17`, - Discontinued: false - }), - new FoodsDataItem( - { - ID: 3, - ParentID: -1, - Name: `Sauces`, - UnitPrice: 0, - AddedDate: `2009-06-19`, - Discontinued: false - }), - new FoodsDataItem( - { - ID: 301, - ParentID: 3, - Name: `Aniseed Syrup`, - UnitPrice: 10, - AddedDate: `2016-03-17`, - Discontinued: false - }), - new FoodsDataItem( - { - ID: 302, - ParentID: 3, - Name: `Chef Antons Cajun Seasoning`, - UnitPrice: 22, - AddedDate: `2012-03-17`, - Discontinued: true - }), - new FoodsDataItem( - { - ID: 303, - ParentID: 3, - Name: `Northwoods Cranberry Sauce`, - UnitPrice: 40, - AddedDate: `2012-01-17`, - Discontinued: false - }), - new FoodsDataItem( - { - ID: 304, - ParentID: 3, - Name: `Genen Shouyu`, - UnitPrice: 15.5, - AddedDate: `2010-03-17`, - Discontinued: false - }), - new FoodsDataItem( - { - ID: 305, - ParentID: 3, - Name: `Sir Rodneys Marmalade`, - UnitPrice: 18, - AddedDate: `2015-03-17`, - Discontinued: false - }), + new FoodsDataItem({ ID: 1, ParentID: -1, Name: `Foods`, UnitPrice: 0, AddedDate: `2009-06-19`, Discontinued: false }), + new FoodsDataItem({ ID: 101, ParentID: 1, Name: `Chef Antons Gumbo Mix`, UnitPrice: 21.35, AddedDate: `2011-11-11`, Discontinued: true }), + new FoodsDataItem({ ID: 102, ParentID: 1, Name: `Grandmas Boysenberry Spread`, UnitPrice: 25, AddedDate: `2017-12-17`, Discontinued: false }), + new FoodsDataItem({ ID: 103, ParentID: 1, Name: `Uncle Bobs Organic Dried Pears`, UnitPrice: 30, AddedDate: `2016-07-17`, Discontinued: false }), + new FoodsDataItem({ ID: 104, ParentID: 1, Name: `Mishi Kobe Niku`, UnitPrice: 97, AddedDate: `2010-02-17`, Discontinued: true }), + new FoodsDataItem({ ID: 105, ParentID: 1, Name: `Queso Cabrales`, UnitPrice: 21, AddedDate: `2009-11-17`, Discontinued: false }), + new FoodsDataItem({ ID: 106, ParentID: 1, Name: `Queso Manchego La Pastora`, UnitPrice: 38, AddedDate: `2015-11-17`, Discontinued: false }), + new FoodsDataItem({ ID: 107, ParentID: 1, Name: `Konbu`, UnitPrice: 6, AddedDate: `2025-03-17`, Discontinued: false }), + new FoodsDataItem({ ID: 108, ParentID: 1, Name: `Tofu`, UnitPrice: 23.25, AddedDate: `2019-06-17`, Discontinued: false }), + new FoodsDataItem({ ID: 109, ParentID: 1, Name: `Ikura`, UnitPrice: 31, AddedDate: `2010-05-17`, Discontinued: false }), + new FoodsDataItem({ ID: 110, ParentID: 1, Name: `Pavlova`, UnitPrice: 17.45, AddedDate: `2018-03-28`, Discontinued: false }), + new FoodsDataItem({ ID: 111, ParentID: 1, Name: `Alice Mutton`, UnitPrice: 39, AddedDate: `2015-08-17`, Discontinued: true }), + new FoodsDataItem({ ID: 112, ParentID: 1, Name: `Carnarvon Tigers`, UnitPrice: 62.5, AddedDate: `2015-09-27`, Discontinued: false }), + new FoodsDataItem({ ID: 113, ParentID: 1, Name: `Teatime Chocolate Biscuits`, UnitPrice: 9.2, AddedDate: `2011-03-17`, Discontinued: false }), + new FoodsDataItem({ ID: 2, ParentID: -1, Name: `Beverages`, UnitPrice: 0, AddedDate: `2009-06-19`, Discontinued: false }), + new FoodsDataItem({ ID: 201, ParentID: 2, Name: `Chai`, UnitPrice: 18, AddedDate: `2012-02-12`, Discontinued: false }), + new FoodsDataItem({ ID: 202, ParentID: 2, Name: `Chang`, UnitPrice: 19, AddedDate: `2013-03-17`, Discontinued: false }), + new FoodsDataItem({ ID: 3, ParentID: -1, Name: `Sauces`, UnitPrice: 0, AddedDate: `2009-06-19`, Discontinued: false }), + new FoodsDataItem({ ID: 301, ParentID: 3, Name: `Aniseed Syrup`, UnitPrice: 10, AddedDate: `2016-03-17`, Discontinued: false }), + new FoodsDataItem({ ID: 302, ParentID: 3, Name: `Chef Antons Cajun Seasoning`, UnitPrice: 22, AddedDate: `2012-03-17`, Discontinued: true }), + new FoodsDataItem({ ID: 303, ParentID: 3, Name: `Northwoods Cranberry Sauce`, UnitPrice: 40, AddedDate: `2012-01-17`, Discontinued: false }), + new FoodsDataItem({ ID: 304, ParentID: 3, Name: `Genen Shouyu`, UnitPrice: 15.5, AddedDate: `2010-03-17`, Discontinued: false }), + new FoodsDataItem({ ID: 305, ParentID: 3, Name: `Sir Rodneys Marmalade`, UnitPrice: 18, AddedDate: `2015-03-17`, Discontinued: false }), ]; super(...newItems.slice(0)); } diff --git a/samples/grids/tree-grid/excel-style-filtering-sample-2/src/FoodsData.ts b/samples/grids/tree-grid/excel-style-filtering-sample-2/src/FoodsData.ts index edab885f72..a56953e7e6 100644 --- a/samples/grids/tree-grid/excel-style-filtering-sample-2/src/FoodsData.ts +++ b/samples/grids/tree-grid/excel-style-filtering-sample-2/src/FoodsData.ts @@ -17,213 +17,29 @@ export class FoodsData extends Array { super(...items); } else { const newItems = [ - new FoodsDataItem( - { - ID: 1, - ParentID: -1, - Name: `Foods`, - UnitPrice: 0, - AddedDate: `2009-06-19`, - Discontinued: false - }), - new FoodsDataItem( - { - ID: 101, - ParentID: 1, - Name: `Chef Antons Gumbo Mix`, - UnitPrice: 21.35, - AddedDate: `2011-11-11`, - Discontinued: true - }), - new FoodsDataItem( - { - ID: 102, - ParentID: 1, - Name: `Grandmas Boysenberry Spread`, - UnitPrice: 25, - AddedDate: `2017-12-17`, - Discontinued: false - }), - new FoodsDataItem( - { - ID: 103, - ParentID: 1, - Name: `Uncle Bobs Organic Dried Pears`, - UnitPrice: 30, - AddedDate: `2016-07-17`, - Discontinued: false - }), - new FoodsDataItem( - { - ID: 104, - ParentID: 1, - Name: `Mishi Kobe Niku`, - UnitPrice: 97, - AddedDate: `2010-02-17`, - Discontinued: true - }), - new FoodsDataItem( - { - ID: 105, - ParentID: 1, - Name: `Queso Cabrales`, - UnitPrice: 21, - AddedDate: `2009-11-17`, - Discontinued: false - }), - new FoodsDataItem( - { - ID: 106, - ParentID: 1, - Name: `Queso Manchego La Pastora`, - UnitPrice: 38, - AddedDate: `2015-11-17`, - Discontinued: false - }), - new FoodsDataItem( - { - ID: 107, - ParentID: 1, - Name: `Konbu`, - UnitPrice: 6, - AddedDate: `2025-03-17`, - Discontinued: false - }), - new FoodsDataItem( - { - ID: 108, - ParentID: 1, - Name: `Tofu`, - UnitPrice: 23.25, - AddedDate: `2019-06-17`, - Discontinued: false - }), - new FoodsDataItem( - { - ID: 109, - ParentID: 1, - Name: `Ikura`, - UnitPrice: 31, - AddedDate: `2010-05-17`, - Discontinued: false - }), - new FoodsDataItem( - { - ID: 110, - ParentID: 1, - Name: `Pavlova`, - UnitPrice: 17.45, - AddedDate: `2018-03-28`, - Discontinued: false - }), - new FoodsDataItem( - { - ID: 111, - ParentID: 1, - Name: `Alice Mutton`, - UnitPrice: 39, - AddedDate: `2015-08-17`, - Discontinued: true - }), - new FoodsDataItem( - { - ID: 112, - ParentID: 1, - Name: `Carnarvon Tigers`, - UnitPrice: 62.5, - AddedDate: `2015-09-27`, - Discontinued: false - }), - new FoodsDataItem( - { - ID: 113, - ParentID: 1, - Name: `Teatime Chocolate Biscuits`, - UnitPrice: 9.2, - AddedDate: `2011-03-17`, - Discontinued: false - }), - new FoodsDataItem( - { - ID: 2, - ParentID: -1, - Name: `Beverages`, - UnitPrice: 0, - AddedDate: `2009-06-19`, - Discontinued: false - }), - new FoodsDataItem( - { - ID: 201, - ParentID: 2, - Name: `Chai`, - UnitPrice: 18, - AddedDate: `2012-02-12`, - Discontinued: false - }), - new FoodsDataItem( - { - ID: 202, - ParentID: 2, - Name: `Chang`, - UnitPrice: 19, - AddedDate: `2013-03-17`, - Discontinued: false - }), - new FoodsDataItem( - { - ID: 3, - ParentID: -1, - Name: `Sauces`, - UnitPrice: 0, - AddedDate: `2009-06-19`, - Discontinued: false - }), - new FoodsDataItem( - { - ID: 301, - ParentID: 3, - Name: `Aniseed Syrup`, - UnitPrice: 10, - AddedDate: `2016-03-17`, - Discontinued: false - }), - new FoodsDataItem( - { - ID: 302, - ParentID: 3, - Name: `Chef Antons Cajun Seasoning`, - UnitPrice: 22, - AddedDate: `2012-03-17`, - Discontinued: true - }), - new FoodsDataItem( - { - ID: 303, - ParentID: 3, - Name: `Northwoods Cranberry Sauce`, - UnitPrice: 40, - AddedDate: `2012-01-17`, - Discontinued: false - }), - new FoodsDataItem( - { - ID: 304, - ParentID: 3, - Name: `Genen Shouyu`, - UnitPrice: 15.5, - AddedDate: `2010-03-17`, - Discontinued: false - }), - new FoodsDataItem( - { - ID: 305, - ParentID: 3, - Name: `Sir Rodneys Marmalade`, - UnitPrice: 18, - AddedDate: `2015-03-17`, - Discontinued: false - }), + new FoodsDataItem({ ID: 1, ParentID: -1, Name: `Foods`, UnitPrice: 0, AddedDate: `2009-06-19`, Discontinued: false }), + new FoodsDataItem({ ID: 101, ParentID: 1, Name: `Chef Antons Gumbo Mix`, UnitPrice: 21.35, AddedDate: `2011-11-11`, Discontinued: true }), + new FoodsDataItem({ ID: 102, ParentID: 1, Name: `Grandmas Boysenberry Spread`, UnitPrice: 25, AddedDate: `2017-12-17`, Discontinued: false }), + new FoodsDataItem({ ID: 103, ParentID: 1, Name: `Uncle Bobs Organic Dried Pears`, UnitPrice: 30, AddedDate: `2016-07-17`, Discontinued: false }), + new FoodsDataItem({ ID: 104, ParentID: 1, Name: `Mishi Kobe Niku`, UnitPrice: 97, AddedDate: `2010-02-17`, Discontinued: true }), + new FoodsDataItem({ ID: 105, ParentID: 1, Name: `Queso Cabrales`, UnitPrice: 21, AddedDate: `2009-11-17`, Discontinued: false }), + new FoodsDataItem({ ID: 106, ParentID: 1, Name: `Queso Manchego La Pastora`, UnitPrice: 38, AddedDate: `2015-11-17`, Discontinued: false }), + new FoodsDataItem({ ID: 107, ParentID: 1, Name: `Konbu`, UnitPrice: 6, AddedDate: `2025-03-17`, Discontinued: false }), + new FoodsDataItem({ ID: 108, ParentID: 1, Name: `Tofu`, UnitPrice: 23.25, AddedDate: `2019-06-17`, Discontinued: false }), + new FoodsDataItem({ ID: 109, ParentID: 1, Name: `Ikura`, UnitPrice: 31, AddedDate: `2010-05-17`, Discontinued: false }), + new FoodsDataItem({ ID: 110, ParentID: 1, Name: `Pavlova`, UnitPrice: 17.45, AddedDate: `2018-03-28`, Discontinued: false }), + new FoodsDataItem({ ID: 111, ParentID: 1, Name: `Alice Mutton`, UnitPrice: 39, AddedDate: `2015-08-17`, Discontinued: true }), + new FoodsDataItem({ ID: 112, ParentID: 1, Name: `Carnarvon Tigers`, UnitPrice: 62.5, AddedDate: `2015-09-27`, Discontinued: false }), + new FoodsDataItem({ ID: 113, ParentID: 1, Name: `Teatime Chocolate Biscuits`, UnitPrice: 9.2, AddedDate: `2011-03-17`, Discontinued: false }), + new FoodsDataItem({ ID: 2, ParentID: -1, Name: `Beverages`, UnitPrice: 0, AddedDate: `2009-06-19`, Discontinued: false }), + new FoodsDataItem({ ID: 201, ParentID: 2, Name: `Chai`, UnitPrice: 18, AddedDate: `2012-02-12`, Discontinued: false }), + new FoodsDataItem({ ID: 202, ParentID: 2, Name: `Chang`, UnitPrice: 19, AddedDate: `2013-03-17`, Discontinued: false }), + new FoodsDataItem({ ID: 3, ParentID: -1, Name: `Sauces`, UnitPrice: 0, AddedDate: `2009-06-19`, Discontinued: false }), + new FoodsDataItem({ ID: 301, ParentID: 3, Name: `Aniseed Syrup`, UnitPrice: 10, AddedDate: `2016-03-17`, Discontinued: false }), + new FoodsDataItem({ ID: 302, ParentID: 3, Name: `Chef Antons Cajun Seasoning`, UnitPrice: 22, AddedDate: `2012-03-17`, Discontinued: true }), + new FoodsDataItem({ ID: 303, ParentID: 3, Name: `Northwoods Cranberry Sauce`, UnitPrice: 40, AddedDate: `2012-01-17`, Discontinued: false }), + new FoodsDataItem({ ID: 304, ParentID: 3, Name: `Genen Shouyu`, UnitPrice: 15.5, AddedDate: `2010-03-17`, Discontinued: false }), + new FoodsDataItem({ ID: 305, ParentID: 3, Name: `Sir Rodneys Marmalade`, UnitPrice: 18, AddedDate: `2015-03-17`, Discontinued: false }), ]; super(...newItems.slice(0)); } diff --git a/samples/grids/tree-grid/excel-style-filtering-sample-3/src/FoodsData.ts b/samples/grids/tree-grid/excel-style-filtering-sample-3/src/FoodsData.ts index edab885f72..a56953e7e6 100644 --- a/samples/grids/tree-grid/excel-style-filtering-sample-3/src/FoodsData.ts +++ b/samples/grids/tree-grid/excel-style-filtering-sample-3/src/FoodsData.ts @@ -17,213 +17,29 @@ export class FoodsData extends Array { super(...items); } else { const newItems = [ - new FoodsDataItem( - { - ID: 1, - ParentID: -1, - Name: `Foods`, - UnitPrice: 0, - AddedDate: `2009-06-19`, - Discontinued: false - }), - new FoodsDataItem( - { - ID: 101, - ParentID: 1, - Name: `Chef Antons Gumbo Mix`, - UnitPrice: 21.35, - AddedDate: `2011-11-11`, - Discontinued: true - }), - new FoodsDataItem( - { - ID: 102, - ParentID: 1, - Name: `Grandmas Boysenberry Spread`, - UnitPrice: 25, - AddedDate: `2017-12-17`, - Discontinued: false - }), - new FoodsDataItem( - { - ID: 103, - ParentID: 1, - Name: `Uncle Bobs Organic Dried Pears`, - UnitPrice: 30, - AddedDate: `2016-07-17`, - Discontinued: false - }), - new FoodsDataItem( - { - ID: 104, - ParentID: 1, - Name: `Mishi Kobe Niku`, - UnitPrice: 97, - AddedDate: `2010-02-17`, - Discontinued: true - }), - new FoodsDataItem( - { - ID: 105, - ParentID: 1, - Name: `Queso Cabrales`, - UnitPrice: 21, - AddedDate: `2009-11-17`, - Discontinued: false - }), - new FoodsDataItem( - { - ID: 106, - ParentID: 1, - Name: `Queso Manchego La Pastora`, - UnitPrice: 38, - AddedDate: `2015-11-17`, - Discontinued: false - }), - new FoodsDataItem( - { - ID: 107, - ParentID: 1, - Name: `Konbu`, - UnitPrice: 6, - AddedDate: `2025-03-17`, - Discontinued: false - }), - new FoodsDataItem( - { - ID: 108, - ParentID: 1, - Name: `Tofu`, - UnitPrice: 23.25, - AddedDate: `2019-06-17`, - Discontinued: false - }), - new FoodsDataItem( - { - ID: 109, - ParentID: 1, - Name: `Ikura`, - UnitPrice: 31, - AddedDate: `2010-05-17`, - Discontinued: false - }), - new FoodsDataItem( - { - ID: 110, - ParentID: 1, - Name: `Pavlova`, - UnitPrice: 17.45, - AddedDate: `2018-03-28`, - Discontinued: false - }), - new FoodsDataItem( - { - ID: 111, - ParentID: 1, - Name: `Alice Mutton`, - UnitPrice: 39, - AddedDate: `2015-08-17`, - Discontinued: true - }), - new FoodsDataItem( - { - ID: 112, - ParentID: 1, - Name: `Carnarvon Tigers`, - UnitPrice: 62.5, - AddedDate: `2015-09-27`, - Discontinued: false - }), - new FoodsDataItem( - { - ID: 113, - ParentID: 1, - Name: `Teatime Chocolate Biscuits`, - UnitPrice: 9.2, - AddedDate: `2011-03-17`, - Discontinued: false - }), - new FoodsDataItem( - { - ID: 2, - ParentID: -1, - Name: `Beverages`, - UnitPrice: 0, - AddedDate: `2009-06-19`, - Discontinued: false - }), - new FoodsDataItem( - { - ID: 201, - ParentID: 2, - Name: `Chai`, - UnitPrice: 18, - AddedDate: `2012-02-12`, - Discontinued: false - }), - new FoodsDataItem( - { - ID: 202, - ParentID: 2, - Name: `Chang`, - UnitPrice: 19, - AddedDate: `2013-03-17`, - Discontinued: false - }), - new FoodsDataItem( - { - ID: 3, - ParentID: -1, - Name: `Sauces`, - UnitPrice: 0, - AddedDate: `2009-06-19`, - Discontinued: false - }), - new FoodsDataItem( - { - ID: 301, - ParentID: 3, - Name: `Aniseed Syrup`, - UnitPrice: 10, - AddedDate: `2016-03-17`, - Discontinued: false - }), - new FoodsDataItem( - { - ID: 302, - ParentID: 3, - Name: `Chef Antons Cajun Seasoning`, - UnitPrice: 22, - AddedDate: `2012-03-17`, - Discontinued: true - }), - new FoodsDataItem( - { - ID: 303, - ParentID: 3, - Name: `Northwoods Cranberry Sauce`, - UnitPrice: 40, - AddedDate: `2012-01-17`, - Discontinued: false - }), - new FoodsDataItem( - { - ID: 304, - ParentID: 3, - Name: `Genen Shouyu`, - UnitPrice: 15.5, - AddedDate: `2010-03-17`, - Discontinued: false - }), - new FoodsDataItem( - { - ID: 305, - ParentID: 3, - Name: `Sir Rodneys Marmalade`, - UnitPrice: 18, - AddedDate: `2015-03-17`, - Discontinued: false - }), + new FoodsDataItem({ ID: 1, ParentID: -1, Name: `Foods`, UnitPrice: 0, AddedDate: `2009-06-19`, Discontinued: false }), + new FoodsDataItem({ ID: 101, ParentID: 1, Name: `Chef Antons Gumbo Mix`, UnitPrice: 21.35, AddedDate: `2011-11-11`, Discontinued: true }), + new FoodsDataItem({ ID: 102, ParentID: 1, Name: `Grandmas Boysenberry Spread`, UnitPrice: 25, AddedDate: `2017-12-17`, Discontinued: false }), + new FoodsDataItem({ ID: 103, ParentID: 1, Name: `Uncle Bobs Organic Dried Pears`, UnitPrice: 30, AddedDate: `2016-07-17`, Discontinued: false }), + new FoodsDataItem({ ID: 104, ParentID: 1, Name: `Mishi Kobe Niku`, UnitPrice: 97, AddedDate: `2010-02-17`, Discontinued: true }), + new FoodsDataItem({ ID: 105, ParentID: 1, Name: `Queso Cabrales`, UnitPrice: 21, AddedDate: `2009-11-17`, Discontinued: false }), + new FoodsDataItem({ ID: 106, ParentID: 1, Name: `Queso Manchego La Pastora`, UnitPrice: 38, AddedDate: `2015-11-17`, Discontinued: false }), + new FoodsDataItem({ ID: 107, ParentID: 1, Name: `Konbu`, UnitPrice: 6, AddedDate: `2025-03-17`, Discontinued: false }), + new FoodsDataItem({ ID: 108, ParentID: 1, Name: `Tofu`, UnitPrice: 23.25, AddedDate: `2019-06-17`, Discontinued: false }), + new FoodsDataItem({ ID: 109, ParentID: 1, Name: `Ikura`, UnitPrice: 31, AddedDate: `2010-05-17`, Discontinued: false }), + new FoodsDataItem({ ID: 110, ParentID: 1, Name: `Pavlova`, UnitPrice: 17.45, AddedDate: `2018-03-28`, Discontinued: false }), + new FoodsDataItem({ ID: 111, ParentID: 1, Name: `Alice Mutton`, UnitPrice: 39, AddedDate: `2015-08-17`, Discontinued: true }), + new FoodsDataItem({ ID: 112, ParentID: 1, Name: `Carnarvon Tigers`, UnitPrice: 62.5, AddedDate: `2015-09-27`, Discontinued: false }), + new FoodsDataItem({ ID: 113, ParentID: 1, Name: `Teatime Chocolate Biscuits`, UnitPrice: 9.2, AddedDate: `2011-03-17`, Discontinued: false }), + new FoodsDataItem({ ID: 2, ParentID: -1, Name: `Beverages`, UnitPrice: 0, AddedDate: `2009-06-19`, Discontinued: false }), + new FoodsDataItem({ ID: 201, ParentID: 2, Name: `Chai`, UnitPrice: 18, AddedDate: `2012-02-12`, Discontinued: false }), + new FoodsDataItem({ ID: 202, ParentID: 2, Name: `Chang`, UnitPrice: 19, AddedDate: `2013-03-17`, Discontinued: false }), + new FoodsDataItem({ ID: 3, ParentID: -1, Name: `Sauces`, UnitPrice: 0, AddedDate: `2009-06-19`, Discontinued: false }), + new FoodsDataItem({ ID: 301, ParentID: 3, Name: `Aniseed Syrup`, UnitPrice: 10, AddedDate: `2016-03-17`, Discontinued: false }), + new FoodsDataItem({ ID: 302, ParentID: 3, Name: `Chef Antons Cajun Seasoning`, UnitPrice: 22, AddedDate: `2012-03-17`, Discontinued: true }), + new FoodsDataItem({ ID: 303, ParentID: 3, Name: `Northwoods Cranberry Sauce`, UnitPrice: 40, AddedDate: `2012-01-17`, Discontinued: false }), + new FoodsDataItem({ ID: 304, ParentID: 3, Name: `Genen Shouyu`, UnitPrice: 15.5, AddedDate: `2010-03-17`, Discontinued: false }), + new FoodsDataItem({ ID: 305, ParentID: 3, Name: `Sir Rodneys Marmalade`, UnitPrice: 18, AddedDate: `2015-03-17`, Discontinued: false }), ]; super(...newItems.slice(0)); } diff --git a/samples/grids/tree-grid/excel-style-filtering-style/src/FoodsData.ts b/samples/grids/tree-grid/excel-style-filtering-style/src/FoodsData.ts index edab885f72..a56953e7e6 100644 --- a/samples/grids/tree-grid/excel-style-filtering-style/src/FoodsData.ts +++ b/samples/grids/tree-grid/excel-style-filtering-style/src/FoodsData.ts @@ -17,213 +17,29 @@ export class FoodsData extends Array { super(...items); } else { const newItems = [ - new FoodsDataItem( - { - ID: 1, - ParentID: -1, - Name: `Foods`, - UnitPrice: 0, - AddedDate: `2009-06-19`, - Discontinued: false - }), - new FoodsDataItem( - { - ID: 101, - ParentID: 1, - Name: `Chef Antons Gumbo Mix`, - UnitPrice: 21.35, - AddedDate: `2011-11-11`, - Discontinued: true - }), - new FoodsDataItem( - { - ID: 102, - ParentID: 1, - Name: `Grandmas Boysenberry Spread`, - UnitPrice: 25, - AddedDate: `2017-12-17`, - Discontinued: false - }), - new FoodsDataItem( - { - ID: 103, - ParentID: 1, - Name: `Uncle Bobs Organic Dried Pears`, - UnitPrice: 30, - AddedDate: `2016-07-17`, - Discontinued: false - }), - new FoodsDataItem( - { - ID: 104, - ParentID: 1, - Name: `Mishi Kobe Niku`, - UnitPrice: 97, - AddedDate: `2010-02-17`, - Discontinued: true - }), - new FoodsDataItem( - { - ID: 105, - ParentID: 1, - Name: `Queso Cabrales`, - UnitPrice: 21, - AddedDate: `2009-11-17`, - Discontinued: false - }), - new FoodsDataItem( - { - ID: 106, - ParentID: 1, - Name: `Queso Manchego La Pastora`, - UnitPrice: 38, - AddedDate: `2015-11-17`, - Discontinued: false - }), - new FoodsDataItem( - { - ID: 107, - ParentID: 1, - Name: `Konbu`, - UnitPrice: 6, - AddedDate: `2025-03-17`, - Discontinued: false - }), - new FoodsDataItem( - { - ID: 108, - ParentID: 1, - Name: `Tofu`, - UnitPrice: 23.25, - AddedDate: `2019-06-17`, - Discontinued: false - }), - new FoodsDataItem( - { - ID: 109, - ParentID: 1, - Name: `Ikura`, - UnitPrice: 31, - AddedDate: `2010-05-17`, - Discontinued: false - }), - new FoodsDataItem( - { - ID: 110, - ParentID: 1, - Name: `Pavlova`, - UnitPrice: 17.45, - AddedDate: `2018-03-28`, - Discontinued: false - }), - new FoodsDataItem( - { - ID: 111, - ParentID: 1, - Name: `Alice Mutton`, - UnitPrice: 39, - AddedDate: `2015-08-17`, - Discontinued: true - }), - new FoodsDataItem( - { - ID: 112, - ParentID: 1, - Name: `Carnarvon Tigers`, - UnitPrice: 62.5, - AddedDate: `2015-09-27`, - Discontinued: false - }), - new FoodsDataItem( - { - ID: 113, - ParentID: 1, - Name: `Teatime Chocolate Biscuits`, - UnitPrice: 9.2, - AddedDate: `2011-03-17`, - Discontinued: false - }), - new FoodsDataItem( - { - ID: 2, - ParentID: -1, - Name: `Beverages`, - UnitPrice: 0, - AddedDate: `2009-06-19`, - Discontinued: false - }), - new FoodsDataItem( - { - ID: 201, - ParentID: 2, - Name: `Chai`, - UnitPrice: 18, - AddedDate: `2012-02-12`, - Discontinued: false - }), - new FoodsDataItem( - { - ID: 202, - ParentID: 2, - Name: `Chang`, - UnitPrice: 19, - AddedDate: `2013-03-17`, - Discontinued: false - }), - new FoodsDataItem( - { - ID: 3, - ParentID: -1, - Name: `Sauces`, - UnitPrice: 0, - AddedDate: `2009-06-19`, - Discontinued: false - }), - new FoodsDataItem( - { - ID: 301, - ParentID: 3, - Name: `Aniseed Syrup`, - UnitPrice: 10, - AddedDate: `2016-03-17`, - Discontinued: false - }), - new FoodsDataItem( - { - ID: 302, - ParentID: 3, - Name: `Chef Antons Cajun Seasoning`, - UnitPrice: 22, - AddedDate: `2012-03-17`, - Discontinued: true - }), - new FoodsDataItem( - { - ID: 303, - ParentID: 3, - Name: `Northwoods Cranberry Sauce`, - UnitPrice: 40, - AddedDate: `2012-01-17`, - Discontinued: false - }), - new FoodsDataItem( - { - ID: 304, - ParentID: 3, - Name: `Genen Shouyu`, - UnitPrice: 15.5, - AddedDate: `2010-03-17`, - Discontinued: false - }), - new FoodsDataItem( - { - ID: 305, - ParentID: 3, - Name: `Sir Rodneys Marmalade`, - UnitPrice: 18, - AddedDate: `2015-03-17`, - Discontinued: false - }), + new FoodsDataItem({ ID: 1, ParentID: -1, Name: `Foods`, UnitPrice: 0, AddedDate: `2009-06-19`, Discontinued: false }), + new FoodsDataItem({ ID: 101, ParentID: 1, Name: `Chef Antons Gumbo Mix`, UnitPrice: 21.35, AddedDate: `2011-11-11`, Discontinued: true }), + new FoodsDataItem({ ID: 102, ParentID: 1, Name: `Grandmas Boysenberry Spread`, UnitPrice: 25, AddedDate: `2017-12-17`, Discontinued: false }), + new FoodsDataItem({ ID: 103, ParentID: 1, Name: `Uncle Bobs Organic Dried Pears`, UnitPrice: 30, AddedDate: `2016-07-17`, Discontinued: false }), + new FoodsDataItem({ ID: 104, ParentID: 1, Name: `Mishi Kobe Niku`, UnitPrice: 97, AddedDate: `2010-02-17`, Discontinued: true }), + new FoodsDataItem({ ID: 105, ParentID: 1, Name: `Queso Cabrales`, UnitPrice: 21, AddedDate: `2009-11-17`, Discontinued: false }), + new FoodsDataItem({ ID: 106, ParentID: 1, Name: `Queso Manchego La Pastora`, UnitPrice: 38, AddedDate: `2015-11-17`, Discontinued: false }), + new FoodsDataItem({ ID: 107, ParentID: 1, Name: `Konbu`, UnitPrice: 6, AddedDate: `2025-03-17`, Discontinued: false }), + new FoodsDataItem({ ID: 108, ParentID: 1, Name: `Tofu`, UnitPrice: 23.25, AddedDate: `2019-06-17`, Discontinued: false }), + new FoodsDataItem({ ID: 109, ParentID: 1, Name: `Ikura`, UnitPrice: 31, AddedDate: `2010-05-17`, Discontinued: false }), + new FoodsDataItem({ ID: 110, ParentID: 1, Name: `Pavlova`, UnitPrice: 17.45, AddedDate: `2018-03-28`, Discontinued: false }), + new FoodsDataItem({ ID: 111, ParentID: 1, Name: `Alice Mutton`, UnitPrice: 39, AddedDate: `2015-08-17`, Discontinued: true }), + new FoodsDataItem({ ID: 112, ParentID: 1, Name: `Carnarvon Tigers`, UnitPrice: 62.5, AddedDate: `2015-09-27`, Discontinued: false }), + new FoodsDataItem({ ID: 113, ParentID: 1, Name: `Teatime Chocolate Biscuits`, UnitPrice: 9.2, AddedDate: `2011-03-17`, Discontinued: false }), + new FoodsDataItem({ ID: 2, ParentID: -1, Name: `Beverages`, UnitPrice: 0, AddedDate: `2009-06-19`, Discontinued: false }), + new FoodsDataItem({ ID: 201, ParentID: 2, Name: `Chai`, UnitPrice: 18, AddedDate: `2012-02-12`, Discontinued: false }), + new FoodsDataItem({ ID: 202, ParentID: 2, Name: `Chang`, UnitPrice: 19, AddedDate: `2013-03-17`, Discontinued: false }), + new FoodsDataItem({ ID: 3, ParentID: -1, Name: `Sauces`, UnitPrice: 0, AddedDate: `2009-06-19`, Discontinued: false }), + new FoodsDataItem({ ID: 301, ParentID: 3, Name: `Aniseed Syrup`, UnitPrice: 10, AddedDate: `2016-03-17`, Discontinued: false }), + new FoodsDataItem({ ID: 302, ParentID: 3, Name: `Chef Antons Cajun Seasoning`, UnitPrice: 22, AddedDate: `2012-03-17`, Discontinued: true }), + new FoodsDataItem({ ID: 303, ParentID: 3, Name: `Northwoods Cranberry Sauce`, UnitPrice: 40, AddedDate: `2012-01-17`, Discontinued: false }), + new FoodsDataItem({ ID: 304, ParentID: 3, Name: `Genen Shouyu`, UnitPrice: 15.5, AddedDate: `2010-03-17`, Discontinued: false }), + new FoodsDataItem({ ID: 305, ParentID: 3, Name: `Sir Rodneys Marmalade`, UnitPrice: 18, AddedDate: `2015-03-17`, Discontinued: false }), ]; super(...newItems.slice(0)); } diff --git a/samples/grids/tree-grid/filtering-options/src/OrdersData.ts b/samples/grids/tree-grid/filtering-options/src/OrdersData.ts index b95bbd16dd..bab064f53c 100644 --- a/samples/grids/tree-grid/filtering-options/src/OrdersData.ts +++ b/samples/grids/tree-grid/filtering-options/src/OrdersData.ts @@ -20,270 +20,28 @@ export class OrdersData extends Array { super(...items); } else { const newItems = [ - new OrdersDataItem( - { - ID: 1, - ParentID: -1, - Name: `Order 1`, - Category: ``, - OrderDate: `2010-02-17`, - Units: 1844, - UnitPrice: 3.73, - Price: 6884.38, - Delivered: true - }), - new OrdersDataItem( - { - ID: 101, - ParentID: 1, - Name: `Chocolate Chip Cookies`, - Category: `Cookies`, - OrderDate: `2010-02-17`, - Units: 834, - UnitPrice: 3.59, - Price: 2994.06, - Delivered: true - }), - new OrdersDataItem( - { - ID: 102, - ParentID: 1, - Name: `Red Apples`, - Category: `Fruit`, - OrderDate: `2010-02-17`, - Units: 371, - UnitPrice: 3.66, - Price: 1357.86, - Delivered: true - }), - new OrdersDataItem( - { - ID: 103, - ParentID: 1, - Name: `Butter`, - Category: `Diary`, - OrderDate: `2010-02-17`, - Units: 260, - UnitPrice: 3.45, - Price: 897, - Delivered: true - }), - new OrdersDataItem( - { - ID: 104, - ParentID: 1, - Name: `Potato Chips`, - Category: `Snack`, - OrderDate: `2010-02-17`, - Units: 118, - UnitPrice: 1.96, - Price: 231.28, - Delivered: true - }), - new OrdersDataItem( - { - ID: 105, - ParentID: 1, - Name: `Orange Juice`, - Category: `Beverages`, - OrderDate: `2010-02-17`, - Units: 261, - UnitPrice: 5.38, - Price: 1404.18, - Delivered: true - }), - new OrdersDataItem( - { - ID: 2, - ParentID: -1, - Name: `Order 2`, - Category: ``, - OrderDate: `2022-05-27`, - Units: 1831, - UnitPrice: 8.23, - Price: 15062.77, - Delivered: false - }), - new OrdersDataItem( - { - ID: 201, - ParentID: 2, - Name: `Frozen Shrimps`, - Category: `Seafood`, - OrderDate: `2022-05-27`, - Units: 120, - UnitPrice: 20.45, - Price: 2454, - Delivered: false - }), - new OrdersDataItem( - { - ID: 202, - ParentID: 2, - Name: `Ice Tea`, - Category: `Beverages`, - OrderDate: `2022-05-27`, - Units: 840, - UnitPrice: 7, - Price: 5880, - Delivered: false - }), - new OrdersDataItem( - { - ID: 203, - ParentID: 2, - Name: `Fresh Cheese`, - Category: `Diary`, - OrderDate: `2022-05-27`, - Units: 267, - UnitPrice: 16.55, - Price: 4418.85, - Delivered: false - }), - new OrdersDataItem( - { - ID: 204, - ParentID: 2, - Name: `Carrots`, - Category: `Vegetables`, - OrderDate: `2022-05-27`, - Units: 360, - UnitPrice: 2.77, - Price: 997.2, - Delivered: false - }), - new OrdersDataItem( - { - ID: 205, - ParentID: 2, - Name: `Apple Juice`, - Category: `Beverages`, - OrderDate: `2022-05-27`, - Units: 244, - UnitPrice: 5.38, - Price: 1312.72, - Delivered: false - }), - new OrdersDataItem( - { - ID: 3, - ParentID: -1, - Name: `Order 3`, - Category: ``, - OrderDate: `2022-08-04`, - Units: 1972, - UnitPrice: 3.47, - Price: 6849.18, - Delivered: true - }), - new OrdersDataItem( - { - ID: 301, - ParentID: 3, - Name: `Skimmed Milk 1L`, - Category: `Diary`, - OrderDate: `2022-08-04`, - Units: 1028, - UnitPrice: 3.56, - Price: 3659.68, - Delivered: true - }), - new OrdersDataItem( - { - ID: 302, - ParentID: 3, - Name: `Bananas 5 Pack`, - Category: `Fruit`, - OrderDate: `2022-08-04`, - Units: 370, - UnitPrice: 6.36, - Price: 2353.2, - Delivered: true - }), - new OrdersDataItem( - { - ID: 303, - ParentID: 3, - Name: `Cauliflower`, - Category: `Vegetables`, - OrderDate: `2022-08-04`, - Units: 283, - UnitPrice: 0.95, - Price: 268.85, - Delivered: true - }), - new OrdersDataItem( - { - ID: 304, - ParentID: 3, - Name: `White Chocolate Cookies`, - Category: `Cookies`, - OrderDate: `2022-08-04`, - Units: 291, - UnitPrice: 1.95, - Price: 567.45, - Delivered: true - }), - new OrdersDataItem( - { - ID: 4, - ParentID: -1, - Name: `Order 4`, - Category: ``, - OrderDate: `2023-01-04`, - Units: 1065, - UnitPrice: 5.56, - Price: 5923.5, - Delivered: true - }), - new OrdersDataItem( - { - ID: 401, - ParentID: 4, - Name: `Mini Milk Chocolate Cookie Bites`, - Category: `Cookies`, - OrderDate: `2023-01-04`, - Units: 68, - UnitPrice: 2.25, - Price: 153, - Delivered: true - }), - new OrdersDataItem( - { - ID: 402, - ParentID: 4, - Name: `Wild Salmon Fillets`, - Category: `Seafood`, - OrderDate: `2023-01-04`, - Units: 320, - UnitPrice: 16.15, - Price: 5168, - Delivered: true - }), - new OrdersDataItem( - { - ID: 403, - ParentID: 4, - Name: `Diet Lemonade`, - Category: `Beverages`, - OrderDate: `2023-01-04`, - Units: 437, - UnitPrice: 0.5, - Price: 218.5, - Delivered: true - }), - new OrdersDataItem( - { - ID: 404, - ParentID: 4, - Name: `Potatoes`, - Category: `Vegetables`, - OrderDate: `2023-01-04`, - Units: 240, - UnitPrice: 1.6, - Price: 384, - Delivered: true - }), + new OrdersDataItem({ ID: 1, ParentID: -1, Name: `Order 1`, Category: ``, OrderDate: `2010-02-17`, Units: 1844, UnitPrice: 3.73, Price: 6884.38, Delivered: true }), + new OrdersDataItem({ ID: 101, ParentID: 1, Name: `Chocolate Chip Cookies`, Category: `Cookies`, OrderDate: `2010-02-17`, Units: 834, UnitPrice: 3.59, Price: 2994.06, Delivered: true }), + new OrdersDataItem({ ID: 102, ParentID: 1, Name: `Red Apples`, Category: `Fruit`, OrderDate: `2010-02-17`, Units: 371, UnitPrice: 3.66, Price: 1357.86, Delivered: true }), + new OrdersDataItem({ ID: 103, ParentID: 1, Name: `Butter`, Category: `Diary`, OrderDate: `2010-02-17`, Units: 260, UnitPrice: 3.45, Price: 897, Delivered: true }), + new OrdersDataItem({ ID: 104, ParentID: 1, Name: `Potato Chips`, Category: `Snack`, OrderDate: `2010-02-17`, Units: 118, UnitPrice: 1.96, Price: 231.28, Delivered: true }), + new OrdersDataItem({ ID: 105, ParentID: 1, Name: `Orange Juice`, Category: `Beverages`, OrderDate: `2010-02-17`, Units: 261, UnitPrice: 5.38, Price: 1404.18, Delivered: true }), + new OrdersDataItem({ ID: 2, ParentID: -1, Name: `Order 2`, Category: ``, OrderDate: `2022-05-27`, Units: 1831, UnitPrice: 8.23, Price: 15062.77, Delivered: false }), + new OrdersDataItem({ ID: 201, ParentID: 2, Name: `Frozen Shrimps`, Category: `Seafood`, OrderDate: `2022-05-27`, Units: 120, UnitPrice: 20.45, Price: 2454, Delivered: false }), + new OrdersDataItem({ ID: 202, ParentID: 2, Name: `Ice Tea`, Category: `Beverages`, OrderDate: `2022-05-27`, Units: 840, UnitPrice: 7, Price: 5880, Delivered: false }), + new OrdersDataItem({ ID: 203, ParentID: 2, Name: `Fresh Cheese`, Category: `Diary`, OrderDate: `2022-05-27`, Units: 267, UnitPrice: 16.55, Price: 4418.85, Delivered: false }), + new OrdersDataItem({ ID: 204, ParentID: 2, Name: `Carrots`, Category: `Vegetables`, OrderDate: `2022-05-27`, Units: 360, UnitPrice: 2.77, Price: 997.2, Delivered: false }), + new OrdersDataItem({ ID: 205, ParentID: 2, Name: `Apple Juice`, Category: `Beverages`, OrderDate: `2022-05-27`, Units: 244, UnitPrice: 5.38, Price: 1312.72, Delivered: false }), + new OrdersDataItem({ ID: 3, ParentID: -1, Name: `Order 3`, Category: ``, OrderDate: `2022-08-04`, Units: 1972, UnitPrice: 3.47, Price: 6849.18, Delivered: true }), + new OrdersDataItem({ ID: 301, ParentID: 3, Name: `Skimmed Milk 1L`, Category: `Diary`, OrderDate: `2022-08-04`, Units: 1028, UnitPrice: 3.56, Price: 3659.68, Delivered: true }), + new OrdersDataItem({ ID: 302, ParentID: 3, Name: `Bananas 5 Pack`, Category: `Fruit`, OrderDate: `2022-08-04`, Units: 370, UnitPrice: 6.36, Price: 2353.2, Delivered: true }), + new OrdersDataItem({ ID: 303, ParentID: 3, Name: `Cauliflower`, Category: `Vegetables`, OrderDate: `2022-08-04`, Units: 283, UnitPrice: 0.95, Price: 268.85, Delivered: true }), + new OrdersDataItem({ ID: 304, ParentID: 3, Name: `White Chocolate Cookies`, Category: `Cookies`, OrderDate: `2022-08-04`, Units: 291, UnitPrice: 1.95, Price: 567.45, Delivered: true }), + new OrdersDataItem({ ID: 4, ParentID: -1, Name: `Order 4`, Category: ``, OrderDate: `2023-01-04`, Units: 1065, UnitPrice: 5.56, Price: 5923.5, Delivered: true }), + new OrdersDataItem({ ID: 401, ParentID: 4, Name: `Mini Milk Chocolate Cookie Bites`, Category: `Cookies`, OrderDate: `2023-01-04`, Units: 68, UnitPrice: 2.25, Price: 153, Delivered: true }), + new OrdersDataItem({ ID: 402, ParentID: 4, Name: `Wild Salmon Fillets`, Category: `Seafood`, OrderDate: `2023-01-04`, Units: 320, UnitPrice: 16.15, Price: 5168, Delivered: true }), + new OrdersDataItem({ ID: 403, ParentID: 4, Name: `Diet Lemonade`, Category: `Beverages`, OrderDate: `2023-01-04`, Units: 437, UnitPrice: 0.5, Price: 218.5, Delivered: true }), + new OrdersDataItem({ ID: 404, ParentID: 4, Name: `Potatoes`, Category: `Vegetables`, OrderDate: `2023-01-04`, Units: 240, UnitPrice: 1.6, Price: 384, Delivered: true }), ]; super(...newItems.slice(0)); } diff --git a/samples/grids/tree-grid/filtering-style/src/OrdersData.ts b/samples/grids/tree-grid/filtering-style/src/OrdersData.ts index b95bbd16dd..bab064f53c 100644 --- a/samples/grids/tree-grid/filtering-style/src/OrdersData.ts +++ b/samples/grids/tree-grid/filtering-style/src/OrdersData.ts @@ -20,270 +20,28 @@ export class OrdersData extends Array { super(...items); } else { const newItems = [ - new OrdersDataItem( - { - ID: 1, - ParentID: -1, - Name: `Order 1`, - Category: ``, - OrderDate: `2010-02-17`, - Units: 1844, - UnitPrice: 3.73, - Price: 6884.38, - Delivered: true - }), - new OrdersDataItem( - { - ID: 101, - ParentID: 1, - Name: `Chocolate Chip Cookies`, - Category: `Cookies`, - OrderDate: `2010-02-17`, - Units: 834, - UnitPrice: 3.59, - Price: 2994.06, - Delivered: true - }), - new OrdersDataItem( - { - ID: 102, - ParentID: 1, - Name: `Red Apples`, - Category: `Fruit`, - OrderDate: `2010-02-17`, - Units: 371, - UnitPrice: 3.66, - Price: 1357.86, - Delivered: true - }), - new OrdersDataItem( - { - ID: 103, - ParentID: 1, - Name: `Butter`, - Category: `Diary`, - OrderDate: `2010-02-17`, - Units: 260, - UnitPrice: 3.45, - Price: 897, - Delivered: true - }), - new OrdersDataItem( - { - ID: 104, - ParentID: 1, - Name: `Potato Chips`, - Category: `Snack`, - OrderDate: `2010-02-17`, - Units: 118, - UnitPrice: 1.96, - Price: 231.28, - Delivered: true - }), - new OrdersDataItem( - { - ID: 105, - ParentID: 1, - Name: `Orange Juice`, - Category: `Beverages`, - OrderDate: `2010-02-17`, - Units: 261, - UnitPrice: 5.38, - Price: 1404.18, - Delivered: true - }), - new OrdersDataItem( - { - ID: 2, - ParentID: -1, - Name: `Order 2`, - Category: ``, - OrderDate: `2022-05-27`, - Units: 1831, - UnitPrice: 8.23, - Price: 15062.77, - Delivered: false - }), - new OrdersDataItem( - { - ID: 201, - ParentID: 2, - Name: `Frozen Shrimps`, - Category: `Seafood`, - OrderDate: `2022-05-27`, - Units: 120, - UnitPrice: 20.45, - Price: 2454, - Delivered: false - }), - new OrdersDataItem( - { - ID: 202, - ParentID: 2, - Name: `Ice Tea`, - Category: `Beverages`, - OrderDate: `2022-05-27`, - Units: 840, - UnitPrice: 7, - Price: 5880, - Delivered: false - }), - new OrdersDataItem( - { - ID: 203, - ParentID: 2, - Name: `Fresh Cheese`, - Category: `Diary`, - OrderDate: `2022-05-27`, - Units: 267, - UnitPrice: 16.55, - Price: 4418.85, - Delivered: false - }), - new OrdersDataItem( - { - ID: 204, - ParentID: 2, - Name: `Carrots`, - Category: `Vegetables`, - OrderDate: `2022-05-27`, - Units: 360, - UnitPrice: 2.77, - Price: 997.2, - Delivered: false - }), - new OrdersDataItem( - { - ID: 205, - ParentID: 2, - Name: `Apple Juice`, - Category: `Beverages`, - OrderDate: `2022-05-27`, - Units: 244, - UnitPrice: 5.38, - Price: 1312.72, - Delivered: false - }), - new OrdersDataItem( - { - ID: 3, - ParentID: -1, - Name: `Order 3`, - Category: ``, - OrderDate: `2022-08-04`, - Units: 1972, - UnitPrice: 3.47, - Price: 6849.18, - Delivered: true - }), - new OrdersDataItem( - { - ID: 301, - ParentID: 3, - Name: `Skimmed Milk 1L`, - Category: `Diary`, - OrderDate: `2022-08-04`, - Units: 1028, - UnitPrice: 3.56, - Price: 3659.68, - Delivered: true - }), - new OrdersDataItem( - { - ID: 302, - ParentID: 3, - Name: `Bananas 5 Pack`, - Category: `Fruit`, - OrderDate: `2022-08-04`, - Units: 370, - UnitPrice: 6.36, - Price: 2353.2, - Delivered: true - }), - new OrdersDataItem( - { - ID: 303, - ParentID: 3, - Name: `Cauliflower`, - Category: `Vegetables`, - OrderDate: `2022-08-04`, - Units: 283, - UnitPrice: 0.95, - Price: 268.85, - Delivered: true - }), - new OrdersDataItem( - { - ID: 304, - ParentID: 3, - Name: `White Chocolate Cookies`, - Category: `Cookies`, - OrderDate: `2022-08-04`, - Units: 291, - UnitPrice: 1.95, - Price: 567.45, - Delivered: true - }), - new OrdersDataItem( - { - ID: 4, - ParentID: -1, - Name: `Order 4`, - Category: ``, - OrderDate: `2023-01-04`, - Units: 1065, - UnitPrice: 5.56, - Price: 5923.5, - Delivered: true - }), - new OrdersDataItem( - { - ID: 401, - ParentID: 4, - Name: `Mini Milk Chocolate Cookie Bites`, - Category: `Cookies`, - OrderDate: `2023-01-04`, - Units: 68, - UnitPrice: 2.25, - Price: 153, - Delivered: true - }), - new OrdersDataItem( - { - ID: 402, - ParentID: 4, - Name: `Wild Salmon Fillets`, - Category: `Seafood`, - OrderDate: `2023-01-04`, - Units: 320, - UnitPrice: 16.15, - Price: 5168, - Delivered: true - }), - new OrdersDataItem( - { - ID: 403, - ParentID: 4, - Name: `Diet Lemonade`, - Category: `Beverages`, - OrderDate: `2023-01-04`, - Units: 437, - UnitPrice: 0.5, - Price: 218.5, - Delivered: true - }), - new OrdersDataItem( - { - ID: 404, - ParentID: 4, - Name: `Potatoes`, - Category: `Vegetables`, - OrderDate: `2023-01-04`, - Units: 240, - UnitPrice: 1.6, - Price: 384, - Delivered: true - }), + new OrdersDataItem({ ID: 1, ParentID: -1, Name: `Order 1`, Category: ``, OrderDate: `2010-02-17`, Units: 1844, UnitPrice: 3.73, Price: 6884.38, Delivered: true }), + new OrdersDataItem({ ID: 101, ParentID: 1, Name: `Chocolate Chip Cookies`, Category: `Cookies`, OrderDate: `2010-02-17`, Units: 834, UnitPrice: 3.59, Price: 2994.06, Delivered: true }), + new OrdersDataItem({ ID: 102, ParentID: 1, Name: `Red Apples`, Category: `Fruit`, OrderDate: `2010-02-17`, Units: 371, UnitPrice: 3.66, Price: 1357.86, Delivered: true }), + new OrdersDataItem({ ID: 103, ParentID: 1, Name: `Butter`, Category: `Diary`, OrderDate: `2010-02-17`, Units: 260, UnitPrice: 3.45, Price: 897, Delivered: true }), + new OrdersDataItem({ ID: 104, ParentID: 1, Name: `Potato Chips`, Category: `Snack`, OrderDate: `2010-02-17`, Units: 118, UnitPrice: 1.96, Price: 231.28, Delivered: true }), + new OrdersDataItem({ ID: 105, ParentID: 1, Name: `Orange Juice`, Category: `Beverages`, OrderDate: `2010-02-17`, Units: 261, UnitPrice: 5.38, Price: 1404.18, Delivered: true }), + new OrdersDataItem({ ID: 2, ParentID: -1, Name: `Order 2`, Category: ``, OrderDate: `2022-05-27`, Units: 1831, UnitPrice: 8.23, Price: 15062.77, Delivered: false }), + new OrdersDataItem({ ID: 201, ParentID: 2, Name: `Frozen Shrimps`, Category: `Seafood`, OrderDate: `2022-05-27`, Units: 120, UnitPrice: 20.45, Price: 2454, Delivered: false }), + new OrdersDataItem({ ID: 202, ParentID: 2, Name: `Ice Tea`, Category: `Beverages`, OrderDate: `2022-05-27`, Units: 840, UnitPrice: 7, Price: 5880, Delivered: false }), + new OrdersDataItem({ ID: 203, ParentID: 2, Name: `Fresh Cheese`, Category: `Diary`, OrderDate: `2022-05-27`, Units: 267, UnitPrice: 16.55, Price: 4418.85, Delivered: false }), + new OrdersDataItem({ ID: 204, ParentID: 2, Name: `Carrots`, Category: `Vegetables`, OrderDate: `2022-05-27`, Units: 360, UnitPrice: 2.77, Price: 997.2, Delivered: false }), + new OrdersDataItem({ ID: 205, ParentID: 2, Name: `Apple Juice`, Category: `Beverages`, OrderDate: `2022-05-27`, Units: 244, UnitPrice: 5.38, Price: 1312.72, Delivered: false }), + new OrdersDataItem({ ID: 3, ParentID: -1, Name: `Order 3`, Category: ``, OrderDate: `2022-08-04`, Units: 1972, UnitPrice: 3.47, Price: 6849.18, Delivered: true }), + new OrdersDataItem({ ID: 301, ParentID: 3, Name: `Skimmed Milk 1L`, Category: `Diary`, OrderDate: `2022-08-04`, Units: 1028, UnitPrice: 3.56, Price: 3659.68, Delivered: true }), + new OrdersDataItem({ ID: 302, ParentID: 3, Name: `Bananas 5 Pack`, Category: `Fruit`, OrderDate: `2022-08-04`, Units: 370, UnitPrice: 6.36, Price: 2353.2, Delivered: true }), + new OrdersDataItem({ ID: 303, ParentID: 3, Name: `Cauliflower`, Category: `Vegetables`, OrderDate: `2022-08-04`, Units: 283, UnitPrice: 0.95, Price: 268.85, Delivered: true }), + new OrdersDataItem({ ID: 304, ParentID: 3, Name: `White Chocolate Cookies`, Category: `Cookies`, OrderDate: `2022-08-04`, Units: 291, UnitPrice: 1.95, Price: 567.45, Delivered: true }), + new OrdersDataItem({ ID: 4, ParentID: -1, Name: `Order 4`, Category: ``, OrderDate: `2023-01-04`, Units: 1065, UnitPrice: 5.56, Price: 5923.5, Delivered: true }), + new OrdersDataItem({ ID: 401, ParentID: 4, Name: `Mini Milk Chocolate Cookie Bites`, Category: `Cookies`, OrderDate: `2023-01-04`, Units: 68, UnitPrice: 2.25, Price: 153, Delivered: true }), + new OrdersDataItem({ ID: 402, ParentID: 4, Name: `Wild Salmon Fillets`, Category: `Seafood`, OrderDate: `2023-01-04`, Units: 320, UnitPrice: 16.15, Price: 5168, Delivered: true }), + new OrdersDataItem({ ID: 403, ParentID: 4, Name: `Diet Lemonade`, Category: `Beverages`, OrderDate: `2023-01-04`, Units: 437, UnitPrice: 0.5, Price: 218.5, Delivered: true }), + new OrdersDataItem({ ID: 404, ParentID: 4, Name: `Potatoes`, Category: `Vegetables`, OrderDate: `2023-01-04`, Units: 240, UnitPrice: 1.6, Price: 384, Delivered: true }), ]; super(...newItems.slice(0)); } diff --git a/samples/grids/tree-grid/keyboard-custom-navigation/src/EmployeesNestedData.ts b/samples/grids/tree-grid/keyboard-custom-navigation/src/EmployeesNestedData.ts index 8706b4e8c8..0728ee874d 100644 --- a/samples/grids/tree-grid/keyboard-custom-navigation/src/EmployeesNestedData.ts +++ b/samples/grids/tree-grid/keyboard-custom-navigation/src/EmployeesNestedData.ts @@ -39,317 +39,35 @@ export class EmployeesNestedData extends Array { super(...items); } else { const newItems = [ - new EmployeesNestedDataItem( - { - ID: 1, - Age: 55, - Salary: 80000, - Productivity: 90, - City: `Berlin`, - Country: `Germany`, - Phone: `609-202-505`, - HireDate: `2008-03-20`, - Name: `John Winchester`, - Title: `Development Manager`, - Employees: [ - new EmployeesNestedDataItem_EmployeesItem( - { - Age: 43, - Salary: 70000, - Productivity: 80, - City: `Hamburg`, - Country: `Germany`, - Phone: `609-444-555`, - HireDate: `2011-06-03`, - ID: 3, - Name: `Michael Burke`, - Title: `Senior Software Developer` - }), - new EmployeesNestedDataItem_EmployeesItem( - { - Age: 29, - Salary: 60000, - Productivity: 80, - City: `Munich`, - Country: `Germany`, - Phone: `609-333-444`, - HireDate: `2009-06-19`, - ID: 2, - Name: `Thomas Anderson`, - Title: `Senior Software Developer` - }), - new EmployeesNestedDataItem_EmployeesItem( - { - Age: 31, - Salary: 90000, - Productivity: 80, - City: `Warasw`, - Country: `Poland`, - Phone: `609-222-205`, - HireDate: `2014-08-18`, - ID: 11, - Name: `Monica Reyes`, - Title: `Software Development Team Lead` - }), - new EmployeesNestedDataItem_EmployeesItem( - { - Age: 35, - Salary: 70000, - Productivity: 70, - City: `Koln`, - Country: `Germany`, - Phone: `609-502-525`, - HireDate: `2015-09-17`, - ID: 6, - Name: `Roland Mendel`, - Title: `Senior Software Developer` - })] - - }), - new EmployeesNestedDataItem( - { - ID: 4, - Age: 42, - Salary: 90000, - Productivity: 80, - City: `Kielce`, - Country: `Poland`, - Phone: `609-202-505`, - HireDate: `2014-01-22`, - Name: `Ana Sanders`, - Title: `CEO`, - Employees: [ - new EmployeesNestedDataItem_EmployeesItem( - { - Age: 44, - Salary: 80000, - Productivity: 80, - City: `Warasw`, - Country: `Poland`, - Phone: `609-202-505`, - HireDate: `2014-04-04`, - ID: 14, - Name: `Laurence Johnson`, - Title: `Director` - }), - new EmployeesNestedDataItem_EmployeesItem( - { - Age: 25, - Salary: 85000, - Productivity: 55, - City: `Paris`, - Country: `France`, - Phone: `609-202-505`, - HireDate: `2017-11-09`, - ID: 5, - Name: `Elizabeth Richards`, - Title: `Vice President` - }), - new EmployeesNestedDataItem_EmployeesItem( - { - Age: 39, - Salary: 88000, - Productivity: 88, - City: `London`, - Country: `UK`, - Phone: `609-202-505`, - HireDate: `2010-03-22`, - ID: 13, - Name: `Trevor Ashworth`, - Title: `Director` - })] - - }), - new EmployeesNestedDataItem( - { - ID: 18, - Age: 49, - Salary: 77000, - Productivity: 70, - City: `Manchester`, - Country: `UK`, - Phone: `222-555-577`, - HireDate: `2014-01-22`, - Name: `Victoria Lincoln`, - Title: `Senior Accountant`, - Employees: [ - new EmployeesNestedDataItem_EmployeesItem( - { - Age: 43, - Salary: 70000, - Productivity: 80, - City: `Hamburg`, - Country: `Germany`, - Phone: `609-444-555`, - HireDate: `2011-06-03`, - ID: 23, - Name: `Thomas Burke`, - Title: `Senior Accountant` - }), - new EmployeesNestedDataItem_EmployeesItem( - { - Age: 29, - Salary: 60000, - Productivity: 80, - City: `Munich`, - Country: `Germany`, - Phone: `609-333-444`, - HireDate: `2009-06-19`, - ID: 22, - Name: `Michael Anderson`, - Title: `Junior Accountant` - }), - new EmployeesNestedDataItem_EmployeesItem( - { - Age: 31, - Salary: 90000, - Productivity: 80, - City: `Warasw`, - Country: `Poland`, - Phone: `609-222-205`, - HireDate: `2014-08-18`, - ID: 21, - Name: `Roland Reyes`, - Title: `Accountant Team Lead` - }), - new EmployeesNestedDataItem_EmployeesItem( - { - Age: 35, - Salary: 70000, - Productivity: 70, - City: `Koln`, - Country: `Germany`, - Phone: `609-502-525`, - HireDate: `2015-09-17`, - ID: 24, - Name: `Monica Mendel`, - Title: `Senior Software Developer` - })] - - }), - new EmployeesNestedDataItem( - { - ID: 10, - Age: 61, - Salary: 85000, - Productivity: 890, - City: `Lyon`, - Country: `France`, - Phone: `259-266-887`, - HireDate: `2010-01-01`, - Name: `Yang Wang`, - Title: `Localization Developer`, - Employees: [ - new EmployeesNestedDataItem_EmployeesItem( - { - Age: 31, - Salary: 90000, - Productivity: 80, - City: `Warasw`, - Country: `Poland`, - Phone: `609-222-205`, - HireDate: `2014-08-18`, - ID: 11, - Name: `Monica Reyes`, - Title: `Software Development Team Lead` - }), - new EmployeesNestedDataItem_EmployeesItem( - { - Age: 35, - Salary: 70000, - Productivity: 70, - City: `Koln`, - Country: `Germany`, - Phone: `609-502-525`, - HireDate: `2015-09-17`, - ID: 6, - Name: `Roland Mendel`, - Title: `Senior Software Developer` - })] - - }), - new EmployeesNestedDataItem( - { - ID: 35, - Age: 35, - Salary: 75000, - Productivity: 75, - City: `Warasw`, - Country: `Poland`, - Phone: `688-244-844`, - HireDate: `2014-01-22`, - Name: `Janine Munoz`, - Title: `HR`, - Employees: [ - new EmployeesNestedDataItem_EmployeesItem( - { - Age: 43, - Salary: 70000, - Productivity: 80, - City: `Hamburg`, - Country: `Germany`, - Phone: `609-444-555`, - HireDate: `2011-06-03`, - ID: 3, - Name: `Michael Burke`, - Title: `Senior Software Developer` - }), - new EmployeesNestedDataItem_EmployeesItem( - { - Age: 31, - Salary: 90000, - Productivity: 80, - City: `Warasw`, - Country: `Poland`, - Phone: `609-222-205`, - HireDate: `2014-08-18`, - ID: 11, - Name: `Monica Reyes`, - Title: `Software Development Team Lead` - })] - - }), - new EmployeesNestedDataItem( - { - ID: 10, - Age: 49, - Salary: 95000, - Productivity: 80, - City: `Krakow`, - Country: `Poland`, - Phone: `677-266-555`, - HireDate: `2010-01-01`, - Name: `Yang Wang`, - Title: `Sales Manager`, - Employees: [ - new EmployeesNestedDataItem_EmployeesItem( - { - Age: 29, - Salary: 60000, - Productivity: 80, - City: `Munich`, - Country: `Germany`, - Phone: `609-333-444`, - HireDate: `2009-06-19`, - ID: 2, - Name: `Thomas Anderson`, - Title: `Senior Software Developer` - }), - new EmployeesNestedDataItem_EmployeesItem( - { - Age: 35, - Salary: 70000, - Productivity: 70, - City: `Koln`, - Country: `Germany`, - Phone: `609-502-525`, - HireDate: `2015-09-17`, - ID: 6, - Name: `Roland Mendel`, - Title: `Senior Software Developer` - })] - - }), + new EmployeesNestedDataItem({ ID: 1, Age: 55, Salary: 80000, Productivity: 90, City: `Berlin`, Country: `Germany`, Phone: `609-202-505`, HireDate: `2008-03-20`, Name: `John Winchester`, Title: `Development Manager`, Employees: [ + new EmployeesNestedDataItem_EmployeesItem({ Age: 43, Salary: 70000, Productivity: 80, City: `Hamburg`, Country: `Germany`, Phone: `609-444-555`, HireDate: `2011-06-03`, ID: 3, Name: `Michael Burke`, Title: `Senior Software Developer` }), + new EmployeesNestedDataItem_EmployeesItem({ Age: 29, Salary: 60000, Productivity: 80, City: `Munich`, Country: `Germany`, Phone: `609-333-444`, HireDate: `2009-06-19`, ID: 2, Name: `Thomas Anderson`, Title: `Senior Software Developer` }), + new EmployeesNestedDataItem_EmployeesItem({ Age: 31, Salary: 90000, Productivity: 80, City: `Warasw`, Country: `Poland`, Phone: `609-222-205`, HireDate: `2014-08-18`, ID: 11, Name: `Monica Reyes`, Title: `Software Development Team Lead` }), + new EmployeesNestedDataItem_EmployeesItem({ Age: 35, Salary: 70000, Productivity: 70, City: `Koln`, Country: `Germany`, Phone: `609-502-525`, HireDate: `2015-09-17`, ID: 6, Name: `Roland Mendel`, Title: `Senior Software Developer` })] + }), + new EmployeesNestedDataItem({ ID: 4, Age: 42, Salary: 90000, Productivity: 80, City: `Kielce`, Country: `Poland`, Phone: `609-202-505`, HireDate: `2014-01-22`, Name: `Ana Sanders`, Title: `CEO`, Employees: [ + new EmployeesNestedDataItem_EmployeesItem({ Age: 44, Salary: 80000, Productivity: 80, City: `Warasw`, Country: `Poland`, Phone: `609-202-505`, HireDate: `2014-04-04`, ID: 14, Name: `Laurence Johnson`, Title: `Director` }), + new EmployeesNestedDataItem_EmployeesItem({ Age: 25, Salary: 85000, Productivity: 55, City: `Paris`, Country: `France`, Phone: `609-202-505`, HireDate: `2017-11-09`, ID: 5, Name: `Elizabeth Richards`, Title: `Vice President` }), + new EmployeesNestedDataItem_EmployeesItem({ Age: 39, Salary: 88000, Productivity: 88, City: `London`, Country: `UK`, Phone: `609-202-505`, HireDate: `2010-03-22`, ID: 13, Name: `Trevor Ashworth`, Title: `Director` })] + }), + new EmployeesNestedDataItem({ ID: 18, Age: 49, Salary: 77000, Productivity: 70, City: `Manchester`, Country: `UK`, Phone: `222-555-577`, HireDate: `2014-01-22`, Name: `Victoria Lincoln`, Title: `Senior Accountant`, Employees: [ + new EmployeesNestedDataItem_EmployeesItem({ Age: 43, Salary: 70000, Productivity: 80, City: `Hamburg`, Country: `Germany`, Phone: `609-444-555`, HireDate: `2011-06-03`, ID: 23, Name: `Thomas Burke`, Title: `Senior Accountant` }), + new EmployeesNestedDataItem_EmployeesItem({ Age: 29, Salary: 60000, Productivity: 80, City: `Munich`, Country: `Germany`, Phone: `609-333-444`, HireDate: `2009-06-19`, ID: 22, Name: `Michael Anderson`, Title: `Junior Accountant` }), + new EmployeesNestedDataItem_EmployeesItem({ Age: 31, Salary: 90000, Productivity: 80, City: `Warasw`, Country: `Poland`, Phone: `609-222-205`, HireDate: `2014-08-18`, ID: 21, Name: `Roland Reyes`, Title: `Accountant Team Lead` }), + new EmployeesNestedDataItem_EmployeesItem({ Age: 35, Salary: 70000, Productivity: 70, City: `Koln`, Country: `Germany`, Phone: `609-502-525`, HireDate: `2015-09-17`, ID: 24, Name: `Monica Mendel`, Title: `Senior Software Developer` })] + }), + new EmployeesNestedDataItem({ ID: 10, Age: 61, Salary: 85000, Productivity: 890, City: `Lyon`, Country: `France`, Phone: `259-266-887`, HireDate: `2010-01-01`, Name: `Yang Wang`, Title: `Localization Developer`, Employees: [ + new EmployeesNestedDataItem_EmployeesItem({ Age: 31, Salary: 90000, Productivity: 80, City: `Warasw`, Country: `Poland`, Phone: `609-222-205`, HireDate: `2014-08-18`, ID: 11, Name: `Monica Reyes`, Title: `Software Development Team Lead` }), + new EmployeesNestedDataItem_EmployeesItem({ Age: 35, Salary: 70000, Productivity: 70, City: `Koln`, Country: `Germany`, Phone: `609-502-525`, HireDate: `2015-09-17`, ID: 6, Name: `Roland Mendel`, Title: `Senior Software Developer` })] + }), + new EmployeesNestedDataItem({ ID: 35, Age: 35, Salary: 75000, Productivity: 75, City: `Warasw`, Country: `Poland`, Phone: `688-244-844`, HireDate: `2014-01-22`, Name: `Janine Munoz`, Title: `HR`, Employees: [ + new EmployeesNestedDataItem_EmployeesItem({ Age: 43, Salary: 70000, Productivity: 80, City: `Hamburg`, Country: `Germany`, Phone: `609-444-555`, HireDate: `2011-06-03`, ID: 3, Name: `Michael Burke`, Title: `Senior Software Developer` }), + new EmployeesNestedDataItem_EmployeesItem({ Age: 31, Salary: 90000, Productivity: 80, City: `Warasw`, Country: `Poland`, Phone: `609-222-205`, HireDate: `2014-08-18`, ID: 11, Name: `Monica Reyes`, Title: `Software Development Team Lead` })] + }), + new EmployeesNestedDataItem({ ID: 10, Age: 49, Salary: 95000, Productivity: 80, City: `Krakow`, Country: `Poland`, Phone: `677-266-555`, HireDate: `2010-01-01`, Name: `Yang Wang`, Title: `Sales Manager`, Employees: [ + new EmployeesNestedDataItem_EmployeesItem({ Age: 29, Salary: 60000, Productivity: 80, City: `Munich`, Country: `Germany`, Phone: `609-333-444`, HireDate: `2009-06-19`, ID: 2, Name: `Thomas Anderson`, Title: `Senior Software Developer` }), + new EmployeesNestedDataItem_EmployeesItem({ Age: 35, Salary: 70000, Productivity: 70, City: `Koln`, Country: `Germany`, Phone: `609-502-525`, HireDate: `2015-09-17`, ID: 6, Name: `Roland Mendel`, Title: `Senior Software Developer` })] + }), ]; super(...newItems.slice(0)); } diff --git a/samples/grids/tree-grid/layout-display-density/src/EmployeesFlatDetails.ts b/samples/grids/tree-grid/layout-display-density/src/EmployeesFlatDetails.ts index 8d666c3324..3d9e9f57d5 100644 --- a/samples/grids/tree-grid/layout-display-density/src/EmployeesFlatDetails.ts +++ b/samples/grids/tree-grid/layout-display-density/src/EmployeesFlatDetails.ts @@ -25,312 +25,24 @@ export class EmployeesFlatDetails extends Array { super(...items); } else { const newItems = [ - new EmployeesFlatDetailsItem( - { - Address: `Obere Str. 57`, - Age: 55, - City: `Berlin`, - Country: `Germany`, - Fax: `030-0076545`, - HireDate: `2008-03-20`, - ID: 1, - Name: `Johnathan Winchester`, - ParentID: -1, - Phone: `030-0074321`, - PostalCode: 12209, - Title: `Development Manager`, - LastName: `Winchester`, - FullAddress: `Obere Str. 57, Berlin, Germany` - }), - new EmployeesFlatDetailsItem( - { - Address: `Avda. de la Constitución 2222`, - Age: 42, - City: `México D.F.`, - Country: `Mexico`, - Fax: `(51) 555-3745`, - HireDate: `2014-01-22`, - ID: 4, - Name: `Ana Sanders`, - ParentID: -1, - Phone: `(5) 555-4729`, - PostalCode: 5021, - Title: `CEO`, - LastName: `Sanders`, - FullAddress: `Avda. de la Constitución 2222, México D.F., Mexico` - }), - new EmployeesFlatDetailsItem( - { - Address: `Mataderos 2312`, - Age: 49, - City: `México D.F.`, - Country: `Mexico`, - Fax: `(5) 555-3995`, - HireDate: `2014-01-22`, - ID: 18, - Name: `Victoria Lincoln`, - ParentID: -1, - Phone: `(5) 555-3932`, - PostalCode: 5023, - Title: `Accounting Manager`, - LastName: `Lincoln`, - FullAddress: `Mataderos 2312, México D.F., Mexico` - }), - new EmployeesFlatDetailsItem( - { - Address: `120 Hanover Sq.`, - Age: 61, - City: `London`, - Country: `UK`, - Fax: `(171) 555-6750`, - HireDate: `2010-01-01`, - ID: 10, - Name: `Yang Wang`, - ParentID: -1, - Phone: `(171) 555-7788`, - PostalCode: 39000, - Title: `Localization Manager`, - LastName: `Wang`, - FullAddress: `120 Hanover Sq., London, UK` - }), - new EmployeesFlatDetailsItem( - { - Address: `Berguvsvägen 8`, - Age: 43, - City: `Luleå`, - Country: `Sweden`, - Fax: `0921-12 34 67`, - HireDate: `2011-06-03`, - ID: 3, - Name: `Michael Burke`, - ParentID: 1, - Phone: `0921-12 34 65`, - PostalCode: 29000, - Title: `Senior Software Developer`, - LastName: `Burke`, - FullAddress: `Berguvsvägen 8, Luleå, Sweden` - }), - new EmployeesFlatDetailsItem( - { - Address: `Forsterstr. 57`, - Age: 29, - City: `Mannheim`, - Country: `Germany`, - Fax: `0621-08924`, - HireDate: `2009-06-19`, - ID: 2, - Name: `Thomas Anderson`, - ParentID: 1, - Phone: `0621-08460`, - PostalCode: 68306, - Title: `Senior Software Developer`, - LastName: `Anderson`, - FullAddress: `Forsterstr. 57, Mannheim, Germany` - }), - new EmployeesFlatDetailsItem( - { - Address: `24, place Kléber`, - Age: 31, - City: `Strasbourg`, - Country: `France`, - Fax: `88.60.15.32`, - HireDate: `2014-08-18`, - ID: 11, - Name: `Monica Reyes`, - ParentID: 1, - Phone: `88.60.15.31`, - PostalCode: 67000, - Title: `Software Development Team Lead`, - LastName: `Reyes`, - FullAddress: `24, place Kléber, Strasbourg, France` - }), - new EmployeesFlatDetailsItem( - { - Address: `C/ Araquil, 67`, - Age: 35, - City: `Madrid`, - Country: `Spain`, - Fax: `(911) 555 91 99`, - HireDate: `2015-09-17`, - ID: 6, - Name: `Roland Mendel`, - ParentID: 11, - Phone: `(91) 555 22 82`, - PostalCode: 28023, - Title: `Senior Software Developer`, - LastName: `Mendel`, - FullAddress: `C/ Araquil, 67, Madrid, Spain` - }), - new EmployeesFlatDetailsItem( - { - Address: `12, rue des Bouchers`, - Age: 44, - City: `Marseille`, - Country: `France`, - Fax: `91.24.45.41`, - HireDate: `2009-10-11`, - ID: 12, - Name: `Sven Cooper`, - ParentID: 11, - Phone: `91.24.45.40`, - PostalCode: 13008, - Title: `Senior Software Developer`, - LastName: `Cooper`, - FullAddress: `12, rue des Bouchers, Marseille, France` - }), - new EmployeesFlatDetailsItem( - { - Address: `23 Tsawassen Blvd.`, - Age: 44, - City: `Tsawassen`, - Country: `Canada`, - Fax: `(604) 555-3745`, - HireDate: `2014-04-04`, - ID: 14, - Name: `Laurence Johnson`, - ParentID: 4, - Phone: `(604) 555-4729`, - PostalCode: 19000, - Title: `Director`, - LastName: `Johnson`, - FullAddress: `23 Tsawassen Blvd., Tsawassen, Canada` - }), - new EmployeesFlatDetailsItem( - { - Address: `Fauntleroy Circus`, - Age: 25, - City: `London`, - Country: `UK`, - Fax: `(125) 555-3798`, - HireDate: `2017-11-9`, - ID: 5, - Name: `Elizabeth Richards`, - ParentID: 4, - Phone: `(171) 555-1212`, - PostalCode: 30000, - Title: `Vice President`, - LastName: `Richards`, - FullAddress: `Fauntleroy Circus, London, UK` - }), - new EmployeesFlatDetailsItem( - { - Address: `Cerrito 333`, - Age: 39, - City: `Buenos Aires`, - Country: `Argentina`, - Fax: `(121) 135-4892`, - HireDate: `2010-03-22`, - ID: 13, - Name: `Trevor Ashworth`, - ParentID: 5, - Phone: `(1) 135-5555`, - PostalCode: 1010, - Title: `Director`, - LastName: `Ashworth`, - FullAddress: `Cerrito 333, Buenos Aires, Argentina` - }), - new EmployeesFlatDetailsItem( - { - Address: `Sierras de Granada 9993`, - Age: 44, - City: `México D.F.`, - Country: `Mexico`, - Fax: `(153) 555-7293`, - HireDate: `2014-04-04`, - ID: 17, - Name: `Antonio Moreno`, - ParentID: 18, - Phone: `(5) 555-3392`, - PostalCode: 5022, - Title: `Senior Accountant`, - LastName: `Moreno`, - FullAddress: `Sierras de Granada 9993, México D.F., Mexico` - }), - new EmployeesFlatDetailsItem( - { - Address: `Hauptstr. 29`, - Age: 50, - City: `Sao Paulo`, - Country: `Brazil`, - Fax: `(531) 555-6691`, - HireDate: `2007-11-18`, - ID: 7, - Name: `Pedro Rodriguez`, - ParentID: 10, - Phone: `0452-076545`, - PostalCode: 3012, - Title: `Senior Localization Developer`, - LastName: `Rodriguez`, - FullAddress: `Hauptstr. 29, Sao Paulo, Brazil` - }), - new EmployeesFlatDetailsItem( - { - Address: `Av. dos Lusíadas, 23`, - Age: 27, - City: `Bern`, - Country: `Switzerland`, - Fax: `(271) 335-357`, - HireDate: `2016-02-19`, - ID: 8, - Name: `Casey Harper`, - ParentID: 10, - Phone: `(11) 555-7647`, - PostalCode: 40000, - Title: `Senior Localization`, - LastName: `Harper`, - FullAddress: `Av. dos Lusíadas, 23, Bern, Switzerland` - }), - new EmployeesFlatDetailsItem( - { - Address: `Berkeley Gardens 12`, - Age: 25, - City: `London`, - Country: `UK`, - Fax: `(171) 555-9199`, - HireDate: `2017-11-09`, - ID: 15, - Name: `Patricia Simpson`, - ParentID: 7, - Phone: `(171) 555-2282`, - PostalCode: 26000, - Title: `Localization Intern`, - LastName: `Simpson`, - FullAddress: `Berkeley Gardens 12, London, UK` - }), - new EmployeesFlatDetailsItem( - { - Address: `Walserweg 21`, - Age: 39, - City: `Aachen`, - Country: `Germany`, - Fax: `0241-059428`, - HireDate: `2010-03-22`, - ID: 9, - Name: `Francisco Chang`, - ParentID: 7, - Phone: `0241-039123`, - PostalCode: 52066, - Title: `Localization Intern`, - LastName: `Chang`, - FullAddress: `Walserweg 21, Aachen, Germany` - }), - new EmployeesFlatDetailsItem( - { - Address: `35 King George`, - Age: 25, - City: `London`, - Country: `UK`, - Fax: `(171) 555-3373`, - HireDate: `2018-03-18`, - ID: 16, - Name: `Peter Lewis`, - ParentID: 7, - Phone: `(171) 555-0297`, - PostalCode: 48000, - Title: `Localization Intern`, - LastName: `Lewis`, - FullAddress: `35 King George, London, UK` - }), + new EmployeesFlatDetailsItem({ Address: `Obere Str. 57`, Age: 55, City: `Berlin`, Country: `Germany`, Fax: `030-0076545`, HireDate: `2008-03-20`, ID: 1, Name: `Johnathan Winchester`, ParentID: -1, Phone: `030-0074321`, PostalCode: 12209, Title: `Development Manager`, LastName: `Winchester`, FullAddress: `Obere Str. 57, Berlin, Germany` }), + new EmployeesFlatDetailsItem({ Address: `Avda. de la Constitución 2222`, Age: 42, City: `México D.F.`, Country: `Mexico`, Fax: `(51) 555-3745`, HireDate: `2014-01-22`, ID: 4, Name: `Ana Sanders`, ParentID: -1, Phone: `(5) 555-4729`, PostalCode: 5021, Title: `CEO`, LastName: `Sanders`, FullAddress: `Avda. de la Constitución 2222, México D.F., Mexico` }), + new EmployeesFlatDetailsItem({ Address: `Mataderos 2312`, Age: 49, City: `México D.F.`, Country: `Mexico`, Fax: `(5) 555-3995`, HireDate: `2014-01-22`, ID: 18, Name: `Victoria Lincoln`, ParentID: -1, Phone: `(5) 555-3932`, PostalCode: 5023, Title: `Accounting Manager`, LastName: `Lincoln`, FullAddress: `Mataderos 2312, México D.F., Mexico` }), + new EmployeesFlatDetailsItem({ Address: `120 Hanover Sq.`, Age: 61, City: `London`, Country: `UK`, Fax: `(171) 555-6750`, HireDate: `2010-01-01`, ID: 10, Name: `Yang Wang`, ParentID: -1, Phone: `(171) 555-7788`, PostalCode: 39000, Title: `Localization Manager`, LastName: `Wang`, FullAddress: `120 Hanover Sq., London, UK` }), + new EmployeesFlatDetailsItem({ Address: `Berguvsvägen 8`, Age: 43, City: `Luleå`, Country: `Sweden`, Fax: `0921-12 34 67`, HireDate: `2011-06-03`, ID: 3, Name: `Michael Burke`, ParentID: 1, Phone: `0921-12 34 65`, PostalCode: 29000, Title: `Senior Software Developer`, LastName: `Burke`, FullAddress: `Berguvsvägen 8, Luleå, Sweden` }), + new EmployeesFlatDetailsItem({ Address: `Forsterstr. 57`, Age: 29, City: `Mannheim`, Country: `Germany`, Fax: `0621-08924`, HireDate: `2009-06-19`, ID: 2, Name: `Thomas Anderson`, ParentID: 1, Phone: `0621-08460`, PostalCode: 68306, Title: `Senior Software Developer`, LastName: `Anderson`, FullAddress: `Forsterstr. 57, Mannheim, Germany` }), + new EmployeesFlatDetailsItem({ Address: `24, place Kléber`, Age: 31, City: `Strasbourg`, Country: `France`, Fax: `88.60.15.32`, HireDate: `2014-08-18`, ID: 11, Name: `Monica Reyes`, ParentID: 1, Phone: `88.60.15.31`, PostalCode: 67000, Title: `Software Development Team Lead`, LastName: `Reyes`, FullAddress: `24, place Kléber, Strasbourg, France` }), + new EmployeesFlatDetailsItem({ Address: `C/ Araquil, 67`, Age: 35, City: `Madrid`, Country: `Spain`, Fax: `(911) 555 91 99`, HireDate: `2015-09-17`, ID: 6, Name: `Roland Mendel`, ParentID: 11, Phone: `(91) 555 22 82`, PostalCode: 28023, Title: `Senior Software Developer`, LastName: `Mendel`, FullAddress: `C/ Araquil, 67, Madrid, Spain` }), + new EmployeesFlatDetailsItem({ Address: `12, rue des Bouchers`, Age: 44, City: `Marseille`, Country: `France`, Fax: `91.24.45.41`, HireDate: `2009-10-11`, ID: 12, Name: `Sven Cooper`, ParentID: 11, Phone: `91.24.45.40`, PostalCode: 13008, Title: `Senior Software Developer`, LastName: `Cooper`, FullAddress: `12, rue des Bouchers, Marseille, France` }), + new EmployeesFlatDetailsItem({ Address: `23 Tsawassen Blvd.`, Age: 44, City: `Tsawassen`, Country: `Canada`, Fax: `(604) 555-3745`, HireDate: `2014-04-04`, ID: 14, Name: `Laurence Johnson`, ParentID: 4, Phone: `(604) 555-4729`, PostalCode: 19000, Title: `Director`, LastName: `Johnson`, FullAddress: `23 Tsawassen Blvd., Tsawassen, Canada` }), + new EmployeesFlatDetailsItem({ Address: `Fauntleroy Circus`, Age: 25, City: `London`, Country: `UK`, Fax: `(125) 555-3798`, HireDate: `2017-11-9`, ID: 5, Name: `Elizabeth Richards`, ParentID: 4, Phone: `(171) 555-1212`, PostalCode: 30000, Title: `Vice President`, LastName: `Richards`, FullAddress: `Fauntleroy Circus, London, UK` }), + new EmployeesFlatDetailsItem({ Address: `Cerrito 333`, Age: 39, City: `Buenos Aires`, Country: `Argentina`, Fax: `(121) 135-4892`, HireDate: `2010-03-22`, ID: 13, Name: `Trevor Ashworth`, ParentID: 5, Phone: `(1) 135-5555`, PostalCode: 1010, Title: `Director`, LastName: `Ashworth`, FullAddress: `Cerrito 333, Buenos Aires, Argentina` }), + new EmployeesFlatDetailsItem({ Address: `Sierras de Granada 9993`, Age: 44, City: `México D.F.`, Country: `Mexico`, Fax: `(153) 555-7293`, HireDate: `2014-04-04`, ID: 17, Name: `Antonio Moreno`, ParentID: 18, Phone: `(5) 555-3392`, PostalCode: 5022, Title: `Senior Accountant`, LastName: `Moreno`, FullAddress: `Sierras de Granada 9993, México D.F., Mexico` }), + new EmployeesFlatDetailsItem({ Address: `Hauptstr. 29`, Age: 50, City: `Sao Paulo`, Country: `Brazil`, Fax: `(531) 555-6691`, HireDate: `2007-11-18`, ID: 7, Name: `Pedro Rodriguez`, ParentID: 10, Phone: `0452-076545`, PostalCode: 3012, Title: `Senior Localization Developer`, LastName: `Rodriguez`, FullAddress: `Hauptstr. 29, Sao Paulo, Brazil` }), + new EmployeesFlatDetailsItem({ Address: `Av. dos Lusíadas, 23`, Age: 27, City: `Bern`, Country: `Switzerland`, Fax: `(271) 335-357`, HireDate: `2016-02-19`, ID: 8, Name: `Casey Harper`, ParentID: 10, Phone: `(11) 555-7647`, PostalCode: 40000, Title: `Senior Localization`, LastName: `Harper`, FullAddress: `Av. dos Lusíadas, 23, Bern, Switzerland` }), + new EmployeesFlatDetailsItem({ Address: `Berkeley Gardens 12`, Age: 25, City: `London`, Country: `UK`, Fax: `(171) 555-9199`, HireDate: `2017-11-09`, ID: 15, Name: `Patricia Simpson`, ParentID: 7, Phone: `(171) 555-2282`, PostalCode: 26000, Title: `Localization Intern`, LastName: `Simpson`, FullAddress: `Berkeley Gardens 12, London, UK` }), + new EmployeesFlatDetailsItem({ Address: `Walserweg 21`, Age: 39, City: `Aachen`, Country: `Germany`, Fax: `0241-059428`, HireDate: `2010-03-22`, ID: 9, Name: `Francisco Chang`, ParentID: 7, Phone: `0241-039123`, PostalCode: 52066, Title: `Localization Intern`, LastName: `Chang`, FullAddress: `Walserweg 21, Aachen, Germany` }), + new EmployeesFlatDetailsItem({ Address: `35 King George`, Age: 25, City: `London`, Country: `UK`, Fax: `(171) 555-3373`, HireDate: `2018-03-18`, ID: 16, Name: `Peter Lewis`, ParentID: 7, Phone: `(171) 555-0297`, PostalCode: 48000, Title: `Localization Intern`, LastName: `Lewis`, FullAddress: `35 King George, London, UK` }), ]; super(...newItems.slice(0)); } diff --git a/samples/grids/tree-grid/multi-column-headers-export/src/EmployeesFlatDetails.ts b/samples/grids/tree-grid/multi-column-headers-export/src/EmployeesFlatDetails.ts index 8d666c3324..3d9e9f57d5 100644 --- a/samples/grids/tree-grid/multi-column-headers-export/src/EmployeesFlatDetails.ts +++ b/samples/grids/tree-grid/multi-column-headers-export/src/EmployeesFlatDetails.ts @@ -25,312 +25,24 @@ export class EmployeesFlatDetails extends Array { super(...items); } else { const newItems = [ - new EmployeesFlatDetailsItem( - { - Address: `Obere Str. 57`, - Age: 55, - City: `Berlin`, - Country: `Germany`, - Fax: `030-0076545`, - HireDate: `2008-03-20`, - ID: 1, - Name: `Johnathan Winchester`, - ParentID: -1, - Phone: `030-0074321`, - PostalCode: 12209, - Title: `Development Manager`, - LastName: `Winchester`, - FullAddress: `Obere Str. 57, Berlin, Germany` - }), - new EmployeesFlatDetailsItem( - { - Address: `Avda. de la Constitución 2222`, - Age: 42, - City: `México D.F.`, - Country: `Mexico`, - Fax: `(51) 555-3745`, - HireDate: `2014-01-22`, - ID: 4, - Name: `Ana Sanders`, - ParentID: -1, - Phone: `(5) 555-4729`, - PostalCode: 5021, - Title: `CEO`, - LastName: `Sanders`, - FullAddress: `Avda. de la Constitución 2222, México D.F., Mexico` - }), - new EmployeesFlatDetailsItem( - { - Address: `Mataderos 2312`, - Age: 49, - City: `México D.F.`, - Country: `Mexico`, - Fax: `(5) 555-3995`, - HireDate: `2014-01-22`, - ID: 18, - Name: `Victoria Lincoln`, - ParentID: -1, - Phone: `(5) 555-3932`, - PostalCode: 5023, - Title: `Accounting Manager`, - LastName: `Lincoln`, - FullAddress: `Mataderos 2312, México D.F., Mexico` - }), - new EmployeesFlatDetailsItem( - { - Address: `120 Hanover Sq.`, - Age: 61, - City: `London`, - Country: `UK`, - Fax: `(171) 555-6750`, - HireDate: `2010-01-01`, - ID: 10, - Name: `Yang Wang`, - ParentID: -1, - Phone: `(171) 555-7788`, - PostalCode: 39000, - Title: `Localization Manager`, - LastName: `Wang`, - FullAddress: `120 Hanover Sq., London, UK` - }), - new EmployeesFlatDetailsItem( - { - Address: `Berguvsvägen 8`, - Age: 43, - City: `Luleå`, - Country: `Sweden`, - Fax: `0921-12 34 67`, - HireDate: `2011-06-03`, - ID: 3, - Name: `Michael Burke`, - ParentID: 1, - Phone: `0921-12 34 65`, - PostalCode: 29000, - Title: `Senior Software Developer`, - LastName: `Burke`, - FullAddress: `Berguvsvägen 8, Luleå, Sweden` - }), - new EmployeesFlatDetailsItem( - { - Address: `Forsterstr. 57`, - Age: 29, - City: `Mannheim`, - Country: `Germany`, - Fax: `0621-08924`, - HireDate: `2009-06-19`, - ID: 2, - Name: `Thomas Anderson`, - ParentID: 1, - Phone: `0621-08460`, - PostalCode: 68306, - Title: `Senior Software Developer`, - LastName: `Anderson`, - FullAddress: `Forsterstr. 57, Mannheim, Germany` - }), - new EmployeesFlatDetailsItem( - { - Address: `24, place Kléber`, - Age: 31, - City: `Strasbourg`, - Country: `France`, - Fax: `88.60.15.32`, - HireDate: `2014-08-18`, - ID: 11, - Name: `Monica Reyes`, - ParentID: 1, - Phone: `88.60.15.31`, - PostalCode: 67000, - Title: `Software Development Team Lead`, - LastName: `Reyes`, - FullAddress: `24, place Kléber, Strasbourg, France` - }), - new EmployeesFlatDetailsItem( - { - Address: `C/ Araquil, 67`, - Age: 35, - City: `Madrid`, - Country: `Spain`, - Fax: `(911) 555 91 99`, - HireDate: `2015-09-17`, - ID: 6, - Name: `Roland Mendel`, - ParentID: 11, - Phone: `(91) 555 22 82`, - PostalCode: 28023, - Title: `Senior Software Developer`, - LastName: `Mendel`, - FullAddress: `C/ Araquil, 67, Madrid, Spain` - }), - new EmployeesFlatDetailsItem( - { - Address: `12, rue des Bouchers`, - Age: 44, - City: `Marseille`, - Country: `France`, - Fax: `91.24.45.41`, - HireDate: `2009-10-11`, - ID: 12, - Name: `Sven Cooper`, - ParentID: 11, - Phone: `91.24.45.40`, - PostalCode: 13008, - Title: `Senior Software Developer`, - LastName: `Cooper`, - FullAddress: `12, rue des Bouchers, Marseille, France` - }), - new EmployeesFlatDetailsItem( - { - Address: `23 Tsawassen Blvd.`, - Age: 44, - City: `Tsawassen`, - Country: `Canada`, - Fax: `(604) 555-3745`, - HireDate: `2014-04-04`, - ID: 14, - Name: `Laurence Johnson`, - ParentID: 4, - Phone: `(604) 555-4729`, - PostalCode: 19000, - Title: `Director`, - LastName: `Johnson`, - FullAddress: `23 Tsawassen Blvd., Tsawassen, Canada` - }), - new EmployeesFlatDetailsItem( - { - Address: `Fauntleroy Circus`, - Age: 25, - City: `London`, - Country: `UK`, - Fax: `(125) 555-3798`, - HireDate: `2017-11-9`, - ID: 5, - Name: `Elizabeth Richards`, - ParentID: 4, - Phone: `(171) 555-1212`, - PostalCode: 30000, - Title: `Vice President`, - LastName: `Richards`, - FullAddress: `Fauntleroy Circus, London, UK` - }), - new EmployeesFlatDetailsItem( - { - Address: `Cerrito 333`, - Age: 39, - City: `Buenos Aires`, - Country: `Argentina`, - Fax: `(121) 135-4892`, - HireDate: `2010-03-22`, - ID: 13, - Name: `Trevor Ashworth`, - ParentID: 5, - Phone: `(1) 135-5555`, - PostalCode: 1010, - Title: `Director`, - LastName: `Ashworth`, - FullAddress: `Cerrito 333, Buenos Aires, Argentina` - }), - new EmployeesFlatDetailsItem( - { - Address: `Sierras de Granada 9993`, - Age: 44, - City: `México D.F.`, - Country: `Mexico`, - Fax: `(153) 555-7293`, - HireDate: `2014-04-04`, - ID: 17, - Name: `Antonio Moreno`, - ParentID: 18, - Phone: `(5) 555-3392`, - PostalCode: 5022, - Title: `Senior Accountant`, - LastName: `Moreno`, - FullAddress: `Sierras de Granada 9993, México D.F., Mexico` - }), - new EmployeesFlatDetailsItem( - { - Address: `Hauptstr. 29`, - Age: 50, - City: `Sao Paulo`, - Country: `Brazil`, - Fax: `(531) 555-6691`, - HireDate: `2007-11-18`, - ID: 7, - Name: `Pedro Rodriguez`, - ParentID: 10, - Phone: `0452-076545`, - PostalCode: 3012, - Title: `Senior Localization Developer`, - LastName: `Rodriguez`, - FullAddress: `Hauptstr. 29, Sao Paulo, Brazil` - }), - new EmployeesFlatDetailsItem( - { - Address: `Av. dos Lusíadas, 23`, - Age: 27, - City: `Bern`, - Country: `Switzerland`, - Fax: `(271) 335-357`, - HireDate: `2016-02-19`, - ID: 8, - Name: `Casey Harper`, - ParentID: 10, - Phone: `(11) 555-7647`, - PostalCode: 40000, - Title: `Senior Localization`, - LastName: `Harper`, - FullAddress: `Av. dos Lusíadas, 23, Bern, Switzerland` - }), - new EmployeesFlatDetailsItem( - { - Address: `Berkeley Gardens 12`, - Age: 25, - City: `London`, - Country: `UK`, - Fax: `(171) 555-9199`, - HireDate: `2017-11-09`, - ID: 15, - Name: `Patricia Simpson`, - ParentID: 7, - Phone: `(171) 555-2282`, - PostalCode: 26000, - Title: `Localization Intern`, - LastName: `Simpson`, - FullAddress: `Berkeley Gardens 12, London, UK` - }), - new EmployeesFlatDetailsItem( - { - Address: `Walserweg 21`, - Age: 39, - City: `Aachen`, - Country: `Germany`, - Fax: `0241-059428`, - HireDate: `2010-03-22`, - ID: 9, - Name: `Francisco Chang`, - ParentID: 7, - Phone: `0241-039123`, - PostalCode: 52066, - Title: `Localization Intern`, - LastName: `Chang`, - FullAddress: `Walserweg 21, Aachen, Germany` - }), - new EmployeesFlatDetailsItem( - { - Address: `35 King George`, - Age: 25, - City: `London`, - Country: `UK`, - Fax: `(171) 555-3373`, - HireDate: `2018-03-18`, - ID: 16, - Name: `Peter Lewis`, - ParentID: 7, - Phone: `(171) 555-0297`, - PostalCode: 48000, - Title: `Localization Intern`, - LastName: `Lewis`, - FullAddress: `35 King George, London, UK` - }), + new EmployeesFlatDetailsItem({ Address: `Obere Str. 57`, Age: 55, City: `Berlin`, Country: `Germany`, Fax: `030-0076545`, HireDate: `2008-03-20`, ID: 1, Name: `Johnathan Winchester`, ParentID: -1, Phone: `030-0074321`, PostalCode: 12209, Title: `Development Manager`, LastName: `Winchester`, FullAddress: `Obere Str. 57, Berlin, Germany` }), + new EmployeesFlatDetailsItem({ Address: `Avda. de la Constitución 2222`, Age: 42, City: `México D.F.`, Country: `Mexico`, Fax: `(51) 555-3745`, HireDate: `2014-01-22`, ID: 4, Name: `Ana Sanders`, ParentID: -1, Phone: `(5) 555-4729`, PostalCode: 5021, Title: `CEO`, LastName: `Sanders`, FullAddress: `Avda. de la Constitución 2222, México D.F., Mexico` }), + new EmployeesFlatDetailsItem({ Address: `Mataderos 2312`, Age: 49, City: `México D.F.`, Country: `Mexico`, Fax: `(5) 555-3995`, HireDate: `2014-01-22`, ID: 18, Name: `Victoria Lincoln`, ParentID: -1, Phone: `(5) 555-3932`, PostalCode: 5023, Title: `Accounting Manager`, LastName: `Lincoln`, FullAddress: `Mataderos 2312, México D.F., Mexico` }), + new EmployeesFlatDetailsItem({ Address: `120 Hanover Sq.`, Age: 61, City: `London`, Country: `UK`, Fax: `(171) 555-6750`, HireDate: `2010-01-01`, ID: 10, Name: `Yang Wang`, ParentID: -1, Phone: `(171) 555-7788`, PostalCode: 39000, Title: `Localization Manager`, LastName: `Wang`, FullAddress: `120 Hanover Sq., London, UK` }), + new EmployeesFlatDetailsItem({ Address: `Berguvsvägen 8`, Age: 43, City: `Luleå`, Country: `Sweden`, Fax: `0921-12 34 67`, HireDate: `2011-06-03`, ID: 3, Name: `Michael Burke`, ParentID: 1, Phone: `0921-12 34 65`, PostalCode: 29000, Title: `Senior Software Developer`, LastName: `Burke`, FullAddress: `Berguvsvägen 8, Luleå, Sweden` }), + new EmployeesFlatDetailsItem({ Address: `Forsterstr. 57`, Age: 29, City: `Mannheim`, Country: `Germany`, Fax: `0621-08924`, HireDate: `2009-06-19`, ID: 2, Name: `Thomas Anderson`, ParentID: 1, Phone: `0621-08460`, PostalCode: 68306, Title: `Senior Software Developer`, LastName: `Anderson`, FullAddress: `Forsterstr. 57, Mannheim, Germany` }), + new EmployeesFlatDetailsItem({ Address: `24, place Kléber`, Age: 31, City: `Strasbourg`, Country: `France`, Fax: `88.60.15.32`, HireDate: `2014-08-18`, ID: 11, Name: `Monica Reyes`, ParentID: 1, Phone: `88.60.15.31`, PostalCode: 67000, Title: `Software Development Team Lead`, LastName: `Reyes`, FullAddress: `24, place Kléber, Strasbourg, France` }), + new EmployeesFlatDetailsItem({ Address: `C/ Araquil, 67`, Age: 35, City: `Madrid`, Country: `Spain`, Fax: `(911) 555 91 99`, HireDate: `2015-09-17`, ID: 6, Name: `Roland Mendel`, ParentID: 11, Phone: `(91) 555 22 82`, PostalCode: 28023, Title: `Senior Software Developer`, LastName: `Mendel`, FullAddress: `C/ Araquil, 67, Madrid, Spain` }), + new EmployeesFlatDetailsItem({ Address: `12, rue des Bouchers`, Age: 44, City: `Marseille`, Country: `France`, Fax: `91.24.45.41`, HireDate: `2009-10-11`, ID: 12, Name: `Sven Cooper`, ParentID: 11, Phone: `91.24.45.40`, PostalCode: 13008, Title: `Senior Software Developer`, LastName: `Cooper`, FullAddress: `12, rue des Bouchers, Marseille, France` }), + new EmployeesFlatDetailsItem({ Address: `23 Tsawassen Blvd.`, Age: 44, City: `Tsawassen`, Country: `Canada`, Fax: `(604) 555-3745`, HireDate: `2014-04-04`, ID: 14, Name: `Laurence Johnson`, ParentID: 4, Phone: `(604) 555-4729`, PostalCode: 19000, Title: `Director`, LastName: `Johnson`, FullAddress: `23 Tsawassen Blvd., Tsawassen, Canada` }), + new EmployeesFlatDetailsItem({ Address: `Fauntleroy Circus`, Age: 25, City: `London`, Country: `UK`, Fax: `(125) 555-3798`, HireDate: `2017-11-9`, ID: 5, Name: `Elizabeth Richards`, ParentID: 4, Phone: `(171) 555-1212`, PostalCode: 30000, Title: `Vice President`, LastName: `Richards`, FullAddress: `Fauntleroy Circus, London, UK` }), + new EmployeesFlatDetailsItem({ Address: `Cerrito 333`, Age: 39, City: `Buenos Aires`, Country: `Argentina`, Fax: `(121) 135-4892`, HireDate: `2010-03-22`, ID: 13, Name: `Trevor Ashworth`, ParentID: 5, Phone: `(1) 135-5555`, PostalCode: 1010, Title: `Director`, LastName: `Ashworth`, FullAddress: `Cerrito 333, Buenos Aires, Argentina` }), + new EmployeesFlatDetailsItem({ Address: `Sierras de Granada 9993`, Age: 44, City: `México D.F.`, Country: `Mexico`, Fax: `(153) 555-7293`, HireDate: `2014-04-04`, ID: 17, Name: `Antonio Moreno`, ParentID: 18, Phone: `(5) 555-3392`, PostalCode: 5022, Title: `Senior Accountant`, LastName: `Moreno`, FullAddress: `Sierras de Granada 9993, México D.F., Mexico` }), + new EmployeesFlatDetailsItem({ Address: `Hauptstr. 29`, Age: 50, City: `Sao Paulo`, Country: `Brazil`, Fax: `(531) 555-6691`, HireDate: `2007-11-18`, ID: 7, Name: `Pedro Rodriguez`, ParentID: 10, Phone: `0452-076545`, PostalCode: 3012, Title: `Senior Localization Developer`, LastName: `Rodriguez`, FullAddress: `Hauptstr. 29, Sao Paulo, Brazil` }), + new EmployeesFlatDetailsItem({ Address: `Av. dos Lusíadas, 23`, Age: 27, City: `Bern`, Country: `Switzerland`, Fax: `(271) 335-357`, HireDate: `2016-02-19`, ID: 8, Name: `Casey Harper`, ParentID: 10, Phone: `(11) 555-7647`, PostalCode: 40000, Title: `Senior Localization`, LastName: `Harper`, FullAddress: `Av. dos Lusíadas, 23, Bern, Switzerland` }), + new EmployeesFlatDetailsItem({ Address: `Berkeley Gardens 12`, Age: 25, City: `London`, Country: `UK`, Fax: `(171) 555-9199`, HireDate: `2017-11-09`, ID: 15, Name: `Patricia Simpson`, ParentID: 7, Phone: `(171) 555-2282`, PostalCode: 26000, Title: `Localization Intern`, LastName: `Simpson`, FullAddress: `Berkeley Gardens 12, London, UK` }), + new EmployeesFlatDetailsItem({ Address: `Walserweg 21`, Age: 39, City: `Aachen`, Country: `Germany`, Fax: `0241-059428`, HireDate: `2010-03-22`, ID: 9, Name: `Francisco Chang`, ParentID: 7, Phone: `0241-039123`, PostalCode: 52066, Title: `Localization Intern`, LastName: `Chang`, FullAddress: `Walserweg 21, Aachen, Germany` }), + new EmployeesFlatDetailsItem({ Address: `35 King George`, Age: 25, City: `London`, Country: `UK`, Fax: `(171) 555-3373`, HireDate: `2018-03-18`, ID: 16, Name: `Peter Lewis`, ParentID: 7, Phone: `(171) 555-0297`, PostalCode: 48000, Title: `Localization Intern`, LastName: `Lewis`, FullAddress: `35 King George, London, UK` }), ]; super(...newItems.slice(0)); } diff --git a/samples/grids/tree-grid/multi-column-headers-overview/src/EmployeesFlatDetails.ts b/samples/grids/tree-grid/multi-column-headers-overview/src/EmployeesFlatDetails.ts index 8d666c3324..3d9e9f57d5 100644 --- a/samples/grids/tree-grid/multi-column-headers-overview/src/EmployeesFlatDetails.ts +++ b/samples/grids/tree-grid/multi-column-headers-overview/src/EmployeesFlatDetails.ts @@ -25,312 +25,24 @@ export class EmployeesFlatDetails extends Array { super(...items); } else { const newItems = [ - new EmployeesFlatDetailsItem( - { - Address: `Obere Str. 57`, - Age: 55, - City: `Berlin`, - Country: `Germany`, - Fax: `030-0076545`, - HireDate: `2008-03-20`, - ID: 1, - Name: `Johnathan Winchester`, - ParentID: -1, - Phone: `030-0074321`, - PostalCode: 12209, - Title: `Development Manager`, - LastName: `Winchester`, - FullAddress: `Obere Str. 57, Berlin, Germany` - }), - new EmployeesFlatDetailsItem( - { - Address: `Avda. de la Constitución 2222`, - Age: 42, - City: `México D.F.`, - Country: `Mexico`, - Fax: `(51) 555-3745`, - HireDate: `2014-01-22`, - ID: 4, - Name: `Ana Sanders`, - ParentID: -1, - Phone: `(5) 555-4729`, - PostalCode: 5021, - Title: `CEO`, - LastName: `Sanders`, - FullAddress: `Avda. de la Constitución 2222, México D.F., Mexico` - }), - new EmployeesFlatDetailsItem( - { - Address: `Mataderos 2312`, - Age: 49, - City: `México D.F.`, - Country: `Mexico`, - Fax: `(5) 555-3995`, - HireDate: `2014-01-22`, - ID: 18, - Name: `Victoria Lincoln`, - ParentID: -1, - Phone: `(5) 555-3932`, - PostalCode: 5023, - Title: `Accounting Manager`, - LastName: `Lincoln`, - FullAddress: `Mataderos 2312, México D.F., Mexico` - }), - new EmployeesFlatDetailsItem( - { - Address: `120 Hanover Sq.`, - Age: 61, - City: `London`, - Country: `UK`, - Fax: `(171) 555-6750`, - HireDate: `2010-01-01`, - ID: 10, - Name: `Yang Wang`, - ParentID: -1, - Phone: `(171) 555-7788`, - PostalCode: 39000, - Title: `Localization Manager`, - LastName: `Wang`, - FullAddress: `120 Hanover Sq., London, UK` - }), - new EmployeesFlatDetailsItem( - { - Address: `Berguvsvägen 8`, - Age: 43, - City: `Luleå`, - Country: `Sweden`, - Fax: `0921-12 34 67`, - HireDate: `2011-06-03`, - ID: 3, - Name: `Michael Burke`, - ParentID: 1, - Phone: `0921-12 34 65`, - PostalCode: 29000, - Title: `Senior Software Developer`, - LastName: `Burke`, - FullAddress: `Berguvsvägen 8, Luleå, Sweden` - }), - new EmployeesFlatDetailsItem( - { - Address: `Forsterstr. 57`, - Age: 29, - City: `Mannheim`, - Country: `Germany`, - Fax: `0621-08924`, - HireDate: `2009-06-19`, - ID: 2, - Name: `Thomas Anderson`, - ParentID: 1, - Phone: `0621-08460`, - PostalCode: 68306, - Title: `Senior Software Developer`, - LastName: `Anderson`, - FullAddress: `Forsterstr. 57, Mannheim, Germany` - }), - new EmployeesFlatDetailsItem( - { - Address: `24, place Kléber`, - Age: 31, - City: `Strasbourg`, - Country: `France`, - Fax: `88.60.15.32`, - HireDate: `2014-08-18`, - ID: 11, - Name: `Monica Reyes`, - ParentID: 1, - Phone: `88.60.15.31`, - PostalCode: 67000, - Title: `Software Development Team Lead`, - LastName: `Reyes`, - FullAddress: `24, place Kléber, Strasbourg, France` - }), - new EmployeesFlatDetailsItem( - { - Address: `C/ Araquil, 67`, - Age: 35, - City: `Madrid`, - Country: `Spain`, - Fax: `(911) 555 91 99`, - HireDate: `2015-09-17`, - ID: 6, - Name: `Roland Mendel`, - ParentID: 11, - Phone: `(91) 555 22 82`, - PostalCode: 28023, - Title: `Senior Software Developer`, - LastName: `Mendel`, - FullAddress: `C/ Araquil, 67, Madrid, Spain` - }), - new EmployeesFlatDetailsItem( - { - Address: `12, rue des Bouchers`, - Age: 44, - City: `Marseille`, - Country: `France`, - Fax: `91.24.45.41`, - HireDate: `2009-10-11`, - ID: 12, - Name: `Sven Cooper`, - ParentID: 11, - Phone: `91.24.45.40`, - PostalCode: 13008, - Title: `Senior Software Developer`, - LastName: `Cooper`, - FullAddress: `12, rue des Bouchers, Marseille, France` - }), - new EmployeesFlatDetailsItem( - { - Address: `23 Tsawassen Blvd.`, - Age: 44, - City: `Tsawassen`, - Country: `Canada`, - Fax: `(604) 555-3745`, - HireDate: `2014-04-04`, - ID: 14, - Name: `Laurence Johnson`, - ParentID: 4, - Phone: `(604) 555-4729`, - PostalCode: 19000, - Title: `Director`, - LastName: `Johnson`, - FullAddress: `23 Tsawassen Blvd., Tsawassen, Canada` - }), - new EmployeesFlatDetailsItem( - { - Address: `Fauntleroy Circus`, - Age: 25, - City: `London`, - Country: `UK`, - Fax: `(125) 555-3798`, - HireDate: `2017-11-9`, - ID: 5, - Name: `Elizabeth Richards`, - ParentID: 4, - Phone: `(171) 555-1212`, - PostalCode: 30000, - Title: `Vice President`, - LastName: `Richards`, - FullAddress: `Fauntleroy Circus, London, UK` - }), - new EmployeesFlatDetailsItem( - { - Address: `Cerrito 333`, - Age: 39, - City: `Buenos Aires`, - Country: `Argentina`, - Fax: `(121) 135-4892`, - HireDate: `2010-03-22`, - ID: 13, - Name: `Trevor Ashworth`, - ParentID: 5, - Phone: `(1) 135-5555`, - PostalCode: 1010, - Title: `Director`, - LastName: `Ashworth`, - FullAddress: `Cerrito 333, Buenos Aires, Argentina` - }), - new EmployeesFlatDetailsItem( - { - Address: `Sierras de Granada 9993`, - Age: 44, - City: `México D.F.`, - Country: `Mexico`, - Fax: `(153) 555-7293`, - HireDate: `2014-04-04`, - ID: 17, - Name: `Antonio Moreno`, - ParentID: 18, - Phone: `(5) 555-3392`, - PostalCode: 5022, - Title: `Senior Accountant`, - LastName: `Moreno`, - FullAddress: `Sierras de Granada 9993, México D.F., Mexico` - }), - new EmployeesFlatDetailsItem( - { - Address: `Hauptstr. 29`, - Age: 50, - City: `Sao Paulo`, - Country: `Brazil`, - Fax: `(531) 555-6691`, - HireDate: `2007-11-18`, - ID: 7, - Name: `Pedro Rodriguez`, - ParentID: 10, - Phone: `0452-076545`, - PostalCode: 3012, - Title: `Senior Localization Developer`, - LastName: `Rodriguez`, - FullAddress: `Hauptstr. 29, Sao Paulo, Brazil` - }), - new EmployeesFlatDetailsItem( - { - Address: `Av. dos Lusíadas, 23`, - Age: 27, - City: `Bern`, - Country: `Switzerland`, - Fax: `(271) 335-357`, - HireDate: `2016-02-19`, - ID: 8, - Name: `Casey Harper`, - ParentID: 10, - Phone: `(11) 555-7647`, - PostalCode: 40000, - Title: `Senior Localization`, - LastName: `Harper`, - FullAddress: `Av. dos Lusíadas, 23, Bern, Switzerland` - }), - new EmployeesFlatDetailsItem( - { - Address: `Berkeley Gardens 12`, - Age: 25, - City: `London`, - Country: `UK`, - Fax: `(171) 555-9199`, - HireDate: `2017-11-09`, - ID: 15, - Name: `Patricia Simpson`, - ParentID: 7, - Phone: `(171) 555-2282`, - PostalCode: 26000, - Title: `Localization Intern`, - LastName: `Simpson`, - FullAddress: `Berkeley Gardens 12, London, UK` - }), - new EmployeesFlatDetailsItem( - { - Address: `Walserweg 21`, - Age: 39, - City: `Aachen`, - Country: `Germany`, - Fax: `0241-059428`, - HireDate: `2010-03-22`, - ID: 9, - Name: `Francisco Chang`, - ParentID: 7, - Phone: `0241-039123`, - PostalCode: 52066, - Title: `Localization Intern`, - LastName: `Chang`, - FullAddress: `Walserweg 21, Aachen, Germany` - }), - new EmployeesFlatDetailsItem( - { - Address: `35 King George`, - Age: 25, - City: `London`, - Country: `UK`, - Fax: `(171) 555-3373`, - HireDate: `2018-03-18`, - ID: 16, - Name: `Peter Lewis`, - ParentID: 7, - Phone: `(171) 555-0297`, - PostalCode: 48000, - Title: `Localization Intern`, - LastName: `Lewis`, - FullAddress: `35 King George, London, UK` - }), + new EmployeesFlatDetailsItem({ Address: `Obere Str. 57`, Age: 55, City: `Berlin`, Country: `Germany`, Fax: `030-0076545`, HireDate: `2008-03-20`, ID: 1, Name: `Johnathan Winchester`, ParentID: -1, Phone: `030-0074321`, PostalCode: 12209, Title: `Development Manager`, LastName: `Winchester`, FullAddress: `Obere Str. 57, Berlin, Germany` }), + new EmployeesFlatDetailsItem({ Address: `Avda. de la Constitución 2222`, Age: 42, City: `México D.F.`, Country: `Mexico`, Fax: `(51) 555-3745`, HireDate: `2014-01-22`, ID: 4, Name: `Ana Sanders`, ParentID: -1, Phone: `(5) 555-4729`, PostalCode: 5021, Title: `CEO`, LastName: `Sanders`, FullAddress: `Avda. de la Constitución 2222, México D.F., Mexico` }), + new EmployeesFlatDetailsItem({ Address: `Mataderos 2312`, Age: 49, City: `México D.F.`, Country: `Mexico`, Fax: `(5) 555-3995`, HireDate: `2014-01-22`, ID: 18, Name: `Victoria Lincoln`, ParentID: -1, Phone: `(5) 555-3932`, PostalCode: 5023, Title: `Accounting Manager`, LastName: `Lincoln`, FullAddress: `Mataderos 2312, México D.F., Mexico` }), + new EmployeesFlatDetailsItem({ Address: `120 Hanover Sq.`, Age: 61, City: `London`, Country: `UK`, Fax: `(171) 555-6750`, HireDate: `2010-01-01`, ID: 10, Name: `Yang Wang`, ParentID: -1, Phone: `(171) 555-7788`, PostalCode: 39000, Title: `Localization Manager`, LastName: `Wang`, FullAddress: `120 Hanover Sq., London, UK` }), + new EmployeesFlatDetailsItem({ Address: `Berguvsvägen 8`, Age: 43, City: `Luleå`, Country: `Sweden`, Fax: `0921-12 34 67`, HireDate: `2011-06-03`, ID: 3, Name: `Michael Burke`, ParentID: 1, Phone: `0921-12 34 65`, PostalCode: 29000, Title: `Senior Software Developer`, LastName: `Burke`, FullAddress: `Berguvsvägen 8, Luleå, Sweden` }), + new EmployeesFlatDetailsItem({ Address: `Forsterstr. 57`, Age: 29, City: `Mannheim`, Country: `Germany`, Fax: `0621-08924`, HireDate: `2009-06-19`, ID: 2, Name: `Thomas Anderson`, ParentID: 1, Phone: `0621-08460`, PostalCode: 68306, Title: `Senior Software Developer`, LastName: `Anderson`, FullAddress: `Forsterstr. 57, Mannheim, Germany` }), + new EmployeesFlatDetailsItem({ Address: `24, place Kléber`, Age: 31, City: `Strasbourg`, Country: `France`, Fax: `88.60.15.32`, HireDate: `2014-08-18`, ID: 11, Name: `Monica Reyes`, ParentID: 1, Phone: `88.60.15.31`, PostalCode: 67000, Title: `Software Development Team Lead`, LastName: `Reyes`, FullAddress: `24, place Kléber, Strasbourg, France` }), + new EmployeesFlatDetailsItem({ Address: `C/ Araquil, 67`, Age: 35, City: `Madrid`, Country: `Spain`, Fax: `(911) 555 91 99`, HireDate: `2015-09-17`, ID: 6, Name: `Roland Mendel`, ParentID: 11, Phone: `(91) 555 22 82`, PostalCode: 28023, Title: `Senior Software Developer`, LastName: `Mendel`, FullAddress: `C/ Araquil, 67, Madrid, Spain` }), + new EmployeesFlatDetailsItem({ Address: `12, rue des Bouchers`, Age: 44, City: `Marseille`, Country: `France`, Fax: `91.24.45.41`, HireDate: `2009-10-11`, ID: 12, Name: `Sven Cooper`, ParentID: 11, Phone: `91.24.45.40`, PostalCode: 13008, Title: `Senior Software Developer`, LastName: `Cooper`, FullAddress: `12, rue des Bouchers, Marseille, France` }), + new EmployeesFlatDetailsItem({ Address: `23 Tsawassen Blvd.`, Age: 44, City: `Tsawassen`, Country: `Canada`, Fax: `(604) 555-3745`, HireDate: `2014-04-04`, ID: 14, Name: `Laurence Johnson`, ParentID: 4, Phone: `(604) 555-4729`, PostalCode: 19000, Title: `Director`, LastName: `Johnson`, FullAddress: `23 Tsawassen Blvd., Tsawassen, Canada` }), + new EmployeesFlatDetailsItem({ Address: `Fauntleroy Circus`, Age: 25, City: `London`, Country: `UK`, Fax: `(125) 555-3798`, HireDate: `2017-11-9`, ID: 5, Name: `Elizabeth Richards`, ParentID: 4, Phone: `(171) 555-1212`, PostalCode: 30000, Title: `Vice President`, LastName: `Richards`, FullAddress: `Fauntleroy Circus, London, UK` }), + new EmployeesFlatDetailsItem({ Address: `Cerrito 333`, Age: 39, City: `Buenos Aires`, Country: `Argentina`, Fax: `(121) 135-4892`, HireDate: `2010-03-22`, ID: 13, Name: `Trevor Ashworth`, ParentID: 5, Phone: `(1) 135-5555`, PostalCode: 1010, Title: `Director`, LastName: `Ashworth`, FullAddress: `Cerrito 333, Buenos Aires, Argentina` }), + new EmployeesFlatDetailsItem({ Address: `Sierras de Granada 9993`, Age: 44, City: `México D.F.`, Country: `Mexico`, Fax: `(153) 555-7293`, HireDate: `2014-04-04`, ID: 17, Name: `Antonio Moreno`, ParentID: 18, Phone: `(5) 555-3392`, PostalCode: 5022, Title: `Senior Accountant`, LastName: `Moreno`, FullAddress: `Sierras de Granada 9993, México D.F., Mexico` }), + new EmployeesFlatDetailsItem({ Address: `Hauptstr. 29`, Age: 50, City: `Sao Paulo`, Country: `Brazil`, Fax: `(531) 555-6691`, HireDate: `2007-11-18`, ID: 7, Name: `Pedro Rodriguez`, ParentID: 10, Phone: `0452-076545`, PostalCode: 3012, Title: `Senior Localization Developer`, LastName: `Rodriguez`, FullAddress: `Hauptstr. 29, Sao Paulo, Brazil` }), + new EmployeesFlatDetailsItem({ Address: `Av. dos Lusíadas, 23`, Age: 27, City: `Bern`, Country: `Switzerland`, Fax: `(271) 335-357`, HireDate: `2016-02-19`, ID: 8, Name: `Casey Harper`, ParentID: 10, Phone: `(11) 555-7647`, PostalCode: 40000, Title: `Senior Localization`, LastName: `Harper`, FullAddress: `Av. dos Lusíadas, 23, Bern, Switzerland` }), + new EmployeesFlatDetailsItem({ Address: `Berkeley Gardens 12`, Age: 25, City: `London`, Country: `UK`, Fax: `(171) 555-9199`, HireDate: `2017-11-09`, ID: 15, Name: `Patricia Simpson`, ParentID: 7, Phone: `(171) 555-2282`, PostalCode: 26000, Title: `Localization Intern`, LastName: `Simpson`, FullAddress: `Berkeley Gardens 12, London, UK` }), + new EmployeesFlatDetailsItem({ Address: `Walserweg 21`, Age: 39, City: `Aachen`, Country: `Germany`, Fax: `0241-059428`, HireDate: `2010-03-22`, ID: 9, Name: `Francisco Chang`, ParentID: 7, Phone: `0241-039123`, PostalCode: 52066, Title: `Localization Intern`, LastName: `Chang`, FullAddress: `Walserweg 21, Aachen, Germany` }), + new EmployeesFlatDetailsItem({ Address: `35 King George`, Age: 25, City: `London`, Country: `UK`, Fax: `(171) 555-3373`, HireDate: `2018-03-18`, ID: 16, Name: `Peter Lewis`, ParentID: 7, Phone: `(171) 555-0297`, PostalCode: 48000, Title: `Localization Intern`, LastName: `Lewis`, FullAddress: `35 King George, London, UK` }), ]; super(...newItems.slice(0)); } diff --git a/samples/grids/tree-grid/multi-column-headers-styling/src/EmployeesFlatDetails.ts b/samples/grids/tree-grid/multi-column-headers-styling/src/EmployeesFlatDetails.ts index 8d666c3324..3d9e9f57d5 100644 --- a/samples/grids/tree-grid/multi-column-headers-styling/src/EmployeesFlatDetails.ts +++ b/samples/grids/tree-grid/multi-column-headers-styling/src/EmployeesFlatDetails.ts @@ -25,312 +25,24 @@ export class EmployeesFlatDetails extends Array { super(...items); } else { const newItems = [ - new EmployeesFlatDetailsItem( - { - Address: `Obere Str. 57`, - Age: 55, - City: `Berlin`, - Country: `Germany`, - Fax: `030-0076545`, - HireDate: `2008-03-20`, - ID: 1, - Name: `Johnathan Winchester`, - ParentID: -1, - Phone: `030-0074321`, - PostalCode: 12209, - Title: `Development Manager`, - LastName: `Winchester`, - FullAddress: `Obere Str. 57, Berlin, Germany` - }), - new EmployeesFlatDetailsItem( - { - Address: `Avda. de la Constitución 2222`, - Age: 42, - City: `México D.F.`, - Country: `Mexico`, - Fax: `(51) 555-3745`, - HireDate: `2014-01-22`, - ID: 4, - Name: `Ana Sanders`, - ParentID: -1, - Phone: `(5) 555-4729`, - PostalCode: 5021, - Title: `CEO`, - LastName: `Sanders`, - FullAddress: `Avda. de la Constitución 2222, México D.F., Mexico` - }), - new EmployeesFlatDetailsItem( - { - Address: `Mataderos 2312`, - Age: 49, - City: `México D.F.`, - Country: `Mexico`, - Fax: `(5) 555-3995`, - HireDate: `2014-01-22`, - ID: 18, - Name: `Victoria Lincoln`, - ParentID: -1, - Phone: `(5) 555-3932`, - PostalCode: 5023, - Title: `Accounting Manager`, - LastName: `Lincoln`, - FullAddress: `Mataderos 2312, México D.F., Mexico` - }), - new EmployeesFlatDetailsItem( - { - Address: `120 Hanover Sq.`, - Age: 61, - City: `London`, - Country: `UK`, - Fax: `(171) 555-6750`, - HireDate: `2010-01-01`, - ID: 10, - Name: `Yang Wang`, - ParentID: -1, - Phone: `(171) 555-7788`, - PostalCode: 39000, - Title: `Localization Manager`, - LastName: `Wang`, - FullAddress: `120 Hanover Sq., London, UK` - }), - new EmployeesFlatDetailsItem( - { - Address: `Berguvsvägen 8`, - Age: 43, - City: `Luleå`, - Country: `Sweden`, - Fax: `0921-12 34 67`, - HireDate: `2011-06-03`, - ID: 3, - Name: `Michael Burke`, - ParentID: 1, - Phone: `0921-12 34 65`, - PostalCode: 29000, - Title: `Senior Software Developer`, - LastName: `Burke`, - FullAddress: `Berguvsvägen 8, Luleå, Sweden` - }), - new EmployeesFlatDetailsItem( - { - Address: `Forsterstr. 57`, - Age: 29, - City: `Mannheim`, - Country: `Germany`, - Fax: `0621-08924`, - HireDate: `2009-06-19`, - ID: 2, - Name: `Thomas Anderson`, - ParentID: 1, - Phone: `0621-08460`, - PostalCode: 68306, - Title: `Senior Software Developer`, - LastName: `Anderson`, - FullAddress: `Forsterstr. 57, Mannheim, Germany` - }), - new EmployeesFlatDetailsItem( - { - Address: `24, place Kléber`, - Age: 31, - City: `Strasbourg`, - Country: `France`, - Fax: `88.60.15.32`, - HireDate: `2014-08-18`, - ID: 11, - Name: `Monica Reyes`, - ParentID: 1, - Phone: `88.60.15.31`, - PostalCode: 67000, - Title: `Software Development Team Lead`, - LastName: `Reyes`, - FullAddress: `24, place Kléber, Strasbourg, France` - }), - new EmployeesFlatDetailsItem( - { - Address: `C/ Araquil, 67`, - Age: 35, - City: `Madrid`, - Country: `Spain`, - Fax: `(911) 555 91 99`, - HireDate: `2015-09-17`, - ID: 6, - Name: `Roland Mendel`, - ParentID: 11, - Phone: `(91) 555 22 82`, - PostalCode: 28023, - Title: `Senior Software Developer`, - LastName: `Mendel`, - FullAddress: `C/ Araquil, 67, Madrid, Spain` - }), - new EmployeesFlatDetailsItem( - { - Address: `12, rue des Bouchers`, - Age: 44, - City: `Marseille`, - Country: `France`, - Fax: `91.24.45.41`, - HireDate: `2009-10-11`, - ID: 12, - Name: `Sven Cooper`, - ParentID: 11, - Phone: `91.24.45.40`, - PostalCode: 13008, - Title: `Senior Software Developer`, - LastName: `Cooper`, - FullAddress: `12, rue des Bouchers, Marseille, France` - }), - new EmployeesFlatDetailsItem( - { - Address: `23 Tsawassen Blvd.`, - Age: 44, - City: `Tsawassen`, - Country: `Canada`, - Fax: `(604) 555-3745`, - HireDate: `2014-04-04`, - ID: 14, - Name: `Laurence Johnson`, - ParentID: 4, - Phone: `(604) 555-4729`, - PostalCode: 19000, - Title: `Director`, - LastName: `Johnson`, - FullAddress: `23 Tsawassen Blvd., Tsawassen, Canada` - }), - new EmployeesFlatDetailsItem( - { - Address: `Fauntleroy Circus`, - Age: 25, - City: `London`, - Country: `UK`, - Fax: `(125) 555-3798`, - HireDate: `2017-11-9`, - ID: 5, - Name: `Elizabeth Richards`, - ParentID: 4, - Phone: `(171) 555-1212`, - PostalCode: 30000, - Title: `Vice President`, - LastName: `Richards`, - FullAddress: `Fauntleroy Circus, London, UK` - }), - new EmployeesFlatDetailsItem( - { - Address: `Cerrito 333`, - Age: 39, - City: `Buenos Aires`, - Country: `Argentina`, - Fax: `(121) 135-4892`, - HireDate: `2010-03-22`, - ID: 13, - Name: `Trevor Ashworth`, - ParentID: 5, - Phone: `(1) 135-5555`, - PostalCode: 1010, - Title: `Director`, - LastName: `Ashworth`, - FullAddress: `Cerrito 333, Buenos Aires, Argentina` - }), - new EmployeesFlatDetailsItem( - { - Address: `Sierras de Granada 9993`, - Age: 44, - City: `México D.F.`, - Country: `Mexico`, - Fax: `(153) 555-7293`, - HireDate: `2014-04-04`, - ID: 17, - Name: `Antonio Moreno`, - ParentID: 18, - Phone: `(5) 555-3392`, - PostalCode: 5022, - Title: `Senior Accountant`, - LastName: `Moreno`, - FullAddress: `Sierras de Granada 9993, México D.F., Mexico` - }), - new EmployeesFlatDetailsItem( - { - Address: `Hauptstr. 29`, - Age: 50, - City: `Sao Paulo`, - Country: `Brazil`, - Fax: `(531) 555-6691`, - HireDate: `2007-11-18`, - ID: 7, - Name: `Pedro Rodriguez`, - ParentID: 10, - Phone: `0452-076545`, - PostalCode: 3012, - Title: `Senior Localization Developer`, - LastName: `Rodriguez`, - FullAddress: `Hauptstr. 29, Sao Paulo, Brazil` - }), - new EmployeesFlatDetailsItem( - { - Address: `Av. dos Lusíadas, 23`, - Age: 27, - City: `Bern`, - Country: `Switzerland`, - Fax: `(271) 335-357`, - HireDate: `2016-02-19`, - ID: 8, - Name: `Casey Harper`, - ParentID: 10, - Phone: `(11) 555-7647`, - PostalCode: 40000, - Title: `Senior Localization`, - LastName: `Harper`, - FullAddress: `Av. dos Lusíadas, 23, Bern, Switzerland` - }), - new EmployeesFlatDetailsItem( - { - Address: `Berkeley Gardens 12`, - Age: 25, - City: `London`, - Country: `UK`, - Fax: `(171) 555-9199`, - HireDate: `2017-11-09`, - ID: 15, - Name: `Patricia Simpson`, - ParentID: 7, - Phone: `(171) 555-2282`, - PostalCode: 26000, - Title: `Localization Intern`, - LastName: `Simpson`, - FullAddress: `Berkeley Gardens 12, London, UK` - }), - new EmployeesFlatDetailsItem( - { - Address: `Walserweg 21`, - Age: 39, - City: `Aachen`, - Country: `Germany`, - Fax: `0241-059428`, - HireDate: `2010-03-22`, - ID: 9, - Name: `Francisco Chang`, - ParentID: 7, - Phone: `0241-039123`, - PostalCode: 52066, - Title: `Localization Intern`, - LastName: `Chang`, - FullAddress: `Walserweg 21, Aachen, Germany` - }), - new EmployeesFlatDetailsItem( - { - Address: `35 King George`, - Age: 25, - City: `London`, - Country: `UK`, - Fax: `(171) 555-3373`, - HireDate: `2018-03-18`, - ID: 16, - Name: `Peter Lewis`, - ParentID: 7, - Phone: `(171) 555-0297`, - PostalCode: 48000, - Title: `Localization Intern`, - LastName: `Lewis`, - FullAddress: `35 King George, London, UK` - }), + new EmployeesFlatDetailsItem({ Address: `Obere Str. 57`, Age: 55, City: `Berlin`, Country: `Germany`, Fax: `030-0076545`, HireDate: `2008-03-20`, ID: 1, Name: `Johnathan Winchester`, ParentID: -1, Phone: `030-0074321`, PostalCode: 12209, Title: `Development Manager`, LastName: `Winchester`, FullAddress: `Obere Str. 57, Berlin, Germany` }), + new EmployeesFlatDetailsItem({ Address: `Avda. de la Constitución 2222`, Age: 42, City: `México D.F.`, Country: `Mexico`, Fax: `(51) 555-3745`, HireDate: `2014-01-22`, ID: 4, Name: `Ana Sanders`, ParentID: -1, Phone: `(5) 555-4729`, PostalCode: 5021, Title: `CEO`, LastName: `Sanders`, FullAddress: `Avda. de la Constitución 2222, México D.F., Mexico` }), + new EmployeesFlatDetailsItem({ Address: `Mataderos 2312`, Age: 49, City: `México D.F.`, Country: `Mexico`, Fax: `(5) 555-3995`, HireDate: `2014-01-22`, ID: 18, Name: `Victoria Lincoln`, ParentID: -1, Phone: `(5) 555-3932`, PostalCode: 5023, Title: `Accounting Manager`, LastName: `Lincoln`, FullAddress: `Mataderos 2312, México D.F., Mexico` }), + new EmployeesFlatDetailsItem({ Address: `120 Hanover Sq.`, Age: 61, City: `London`, Country: `UK`, Fax: `(171) 555-6750`, HireDate: `2010-01-01`, ID: 10, Name: `Yang Wang`, ParentID: -1, Phone: `(171) 555-7788`, PostalCode: 39000, Title: `Localization Manager`, LastName: `Wang`, FullAddress: `120 Hanover Sq., London, UK` }), + new EmployeesFlatDetailsItem({ Address: `Berguvsvägen 8`, Age: 43, City: `Luleå`, Country: `Sweden`, Fax: `0921-12 34 67`, HireDate: `2011-06-03`, ID: 3, Name: `Michael Burke`, ParentID: 1, Phone: `0921-12 34 65`, PostalCode: 29000, Title: `Senior Software Developer`, LastName: `Burke`, FullAddress: `Berguvsvägen 8, Luleå, Sweden` }), + new EmployeesFlatDetailsItem({ Address: `Forsterstr. 57`, Age: 29, City: `Mannheim`, Country: `Germany`, Fax: `0621-08924`, HireDate: `2009-06-19`, ID: 2, Name: `Thomas Anderson`, ParentID: 1, Phone: `0621-08460`, PostalCode: 68306, Title: `Senior Software Developer`, LastName: `Anderson`, FullAddress: `Forsterstr. 57, Mannheim, Germany` }), + new EmployeesFlatDetailsItem({ Address: `24, place Kléber`, Age: 31, City: `Strasbourg`, Country: `France`, Fax: `88.60.15.32`, HireDate: `2014-08-18`, ID: 11, Name: `Monica Reyes`, ParentID: 1, Phone: `88.60.15.31`, PostalCode: 67000, Title: `Software Development Team Lead`, LastName: `Reyes`, FullAddress: `24, place Kléber, Strasbourg, France` }), + new EmployeesFlatDetailsItem({ Address: `C/ Araquil, 67`, Age: 35, City: `Madrid`, Country: `Spain`, Fax: `(911) 555 91 99`, HireDate: `2015-09-17`, ID: 6, Name: `Roland Mendel`, ParentID: 11, Phone: `(91) 555 22 82`, PostalCode: 28023, Title: `Senior Software Developer`, LastName: `Mendel`, FullAddress: `C/ Araquil, 67, Madrid, Spain` }), + new EmployeesFlatDetailsItem({ Address: `12, rue des Bouchers`, Age: 44, City: `Marseille`, Country: `France`, Fax: `91.24.45.41`, HireDate: `2009-10-11`, ID: 12, Name: `Sven Cooper`, ParentID: 11, Phone: `91.24.45.40`, PostalCode: 13008, Title: `Senior Software Developer`, LastName: `Cooper`, FullAddress: `12, rue des Bouchers, Marseille, France` }), + new EmployeesFlatDetailsItem({ Address: `23 Tsawassen Blvd.`, Age: 44, City: `Tsawassen`, Country: `Canada`, Fax: `(604) 555-3745`, HireDate: `2014-04-04`, ID: 14, Name: `Laurence Johnson`, ParentID: 4, Phone: `(604) 555-4729`, PostalCode: 19000, Title: `Director`, LastName: `Johnson`, FullAddress: `23 Tsawassen Blvd., Tsawassen, Canada` }), + new EmployeesFlatDetailsItem({ Address: `Fauntleroy Circus`, Age: 25, City: `London`, Country: `UK`, Fax: `(125) 555-3798`, HireDate: `2017-11-9`, ID: 5, Name: `Elizabeth Richards`, ParentID: 4, Phone: `(171) 555-1212`, PostalCode: 30000, Title: `Vice President`, LastName: `Richards`, FullAddress: `Fauntleroy Circus, London, UK` }), + new EmployeesFlatDetailsItem({ Address: `Cerrito 333`, Age: 39, City: `Buenos Aires`, Country: `Argentina`, Fax: `(121) 135-4892`, HireDate: `2010-03-22`, ID: 13, Name: `Trevor Ashworth`, ParentID: 5, Phone: `(1) 135-5555`, PostalCode: 1010, Title: `Director`, LastName: `Ashworth`, FullAddress: `Cerrito 333, Buenos Aires, Argentina` }), + new EmployeesFlatDetailsItem({ Address: `Sierras de Granada 9993`, Age: 44, City: `México D.F.`, Country: `Mexico`, Fax: `(153) 555-7293`, HireDate: `2014-04-04`, ID: 17, Name: `Antonio Moreno`, ParentID: 18, Phone: `(5) 555-3392`, PostalCode: 5022, Title: `Senior Accountant`, LastName: `Moreno`, FullAddress: `Sierras de Granada 9993, México D.F., Mexico` }), + new EmployeesFlatDetailsItem({ Address: `Hauptstr. 29`, Age: 50, City: `Sao Paulo`, Country: `Brazil`, Fax: `(531) 555-6691`, HireDate: `2007-11-18`, ID: 7, Name: `Pedro Rodriguez`, ParentID: 10, Phone: `0452-076545`, PostalCode: 3012, Title: `Senior Localization Developer`, LastName: `Rodriguez`, FullAddress: `Hauptstr. 29, Sao Paulo, Brazil` }), + new EmployeesFlatDetailsItem({ Address: `Av. dos Lusíadas, 23`, Age: 27, City: `Bern`, Country: `Switzerland`, Fax: `(271) 335-357`, HireDate: `2016-02-19`, ID: 8, Name: `Casey Harper`, ParentID: 10, Phone: `(11) 555-7647`, PostalCode: 40000, Title: `Senior Localization`, LastName: `Harper`, FullAddress: `Av. dos Lusíadas, 23, Bern, Switzerland` }), + new EmployeesFlatDetailsItem({ Address: `Berkeley Gardens 12`, Age: 25, City: `London`, Country: `UK`, Fax: `(171) 555-9199`, HireDate: `2017-11-09`, ID: 15, Name: `Patricia Simpson`, ParentID: 7, Phone: `(171) 555-2282`, PostalCode: 26000, Title: `Localization Intern`, LastName: `Simpson`, FullAddress: `Berkeley Gardens 12, London, UK` }), + new EmployeesFlatDetailsItem({ Address: `Walserweg 21`, Age: 39, City: `Aachen`, Country: `Germany`, Fax: `0241-059428`, HireDate: `2010-03-22`, ID: 9, Name: `Francisco Chang`, ParentID: 7, Phone: `0241-039123`, PostalCode: 52066, Title: `Localization Intern`, LastName: `Chang`, FullAddress: `Walserweg 21, Aachen, Germany` }), + new EmployeesFlatDetailsItem({ Address: `35 King George`, Age: 25, City: `London`, Country: `UK`, Fax: `(171) 555-3373`, HireDate: `2018-03-18`, ID: 16, Name: `Peter Lewis`, ParentID: 7, Phone: `(171) 555-0297`, PostalCode: 48000, Title: `Localization Intern`, LastName: `Lewis`, FullAddress: `35 King George, London, UK` }), ]; super(...newItems.slice(0)); } diff --git a/samples/grids/tree-grid/multi-column-headers-template/src/EmployeesFlatDetails.ts b/samples/grids/tree-grid/multi-column-headers-template/src/EmployeesFlatDetails.ts index 8d666c3324..3d9e9f57d5 100644 --- a/samples/grids/tree-grid/multi-column-headers-template/src/EmployeesFlatDetails.ts +++ b/samples/grids/tree-grid/multi-column-headers-template/src/EmployeesFlatDetails.ts @@ -25,312 +25,24 @@ export class EmployeesFlatDetails extends Array { super(...items); } else { const newItems = [ - new EmployeesFlatDetailsItem( - { - Address: `Obere Str. 57`, - Age: 55, - City: `Berlin`, - Country: `Germany`, - Fax: `030-0076545`, - HireDate: `2008-03-20`, - ID: 1, - Name: `Johnathan Winchester`, - ParentID: -1, - Phone: `030-0074321`, - PostalCode: 12209, - Title: `Development Manager`, - LastName: `Winchester`, - FullAddress: `Obere Str. 57, Berlin, Germany` - }), - new EmployeesFlatDetailsItem( - { - Address: `Avda. de la Constitución 2222`, - Age: 42, - City: `México D.F.`, - Country: `Mexico`, - Fax: `(51) 555-3745`, - HireDate: `2014-01-22`, - ID: 4, - Name: `Ana Sanders`, - ParentID: -1, - Phone: `(5) 555-4729`, - PostalCode: 5021, - Title: `CEO`, - LastName: `Sanders`, - FullAddress: `Avda. de la Constitución 2222, México D.F., Mexico` - }), - new EmployeesFlatDetailsItem( - { - Address: `Mataderos 2312`, - Age: 49, - City: `México D.F.`, - Country: `Mexico`, - Fax: `(5) 555-3995`, - HireDate: `2014-01-22`, - ID: 18, - Name: `Victoria Lincoln`, - ParentID: -1, - Phone: `(5) 555-3932`, - PostalCode: 5023, - Title: `Accounting Manager`, - LastName: `Lincoln`, - FullAddress: `Mataderos 2312, México D.F., Mexico` - }), - new EmployeesFlatDetailsItem( - { - Address: `120 Hanover Sq.`, - Age: 61, - City: `London`, - Country: `UK`, - Fax: `(171) 555-6750`, - HireDate: `2010-01-01`, - ID: 10, - Name: `Yang Wang`, - ParentID: -1, - Phone: `(171) 555-7788`, - PostalCode: 39000, - Title: `Localization Manager`, - LastName: `Wang`, - FullAddress: `120 Hanover Sq., London, UK` - }), - new EmployeesFlatDetailsItem( - { - Address: `Berguvsvägen 8`, - Age: 43, - City: `Luleå`, - Country: `Sweden`, - Fax: `0921-12 34 67`, - HireDate: `2011-06-03`, - ID: 3, - Name: `Michael Burke`, - ParentID: 1, - Phone: `0921-12 34 65`, - PostalCode: 29000, - Title: `Senior Software Developer`, - LastName: `Burke`, - FullAddress: `Berguvsvägen 8, Luleå, Sweden` - }), - new EmployeesFlatDetailsItem( - { - Address: `Forsterstr. 57`, - Age: 29, - City: `Mannheim`, - Country: `Germany`, - Fax: `0621-08924`, - HireDate: `2009-06-19`, - ID: 2, - Name: `Thomas Anderson`, - ParentID: 1, - Phone: `0621-08460`, - PostalCode: 68306, - Title: `Senior Software Developer`, - LastName: `Anderson`, - FullAddress: `Forsterstr. 57, Mannheim, Germany` - }), - new EmployeesFlatDetailsItem( - { - Address: `24, place Kléber`, - Age: 31, - City: `Strasbourg`, - Country: `France`, - Fax: `88.60.15.32`, - HireDate: `2014-08-18`, - ID: 11, - Name: `Monica Reyes`, - ParentID: 1, - Phone: `88.60.15.31`, - PostalCode: 67000, - Title: `Software Development Team Lead`, - LastName: `Reyes`, - FullAddress: `24, place Kléber, Strasbourg, France` - }), - new EmployeesFlatDetailsItem( - { - Address: `C/ Araquil, 67`, - Age: 35, - City: `Madrid`, - Country: `Spain`, - Fax: `(911) 555 91 99`, - HireDate: `2015-09-17`, - ID: 6, - Name: `Roland Mendel`, - ParentID: 11, - Phone: `(91) 555 22 82`, - PostalCode: 28023, - Title: `Senior Software Developer`, - LastName: `Mendel`, - FullAddress: `C/ Araquil, 67, Madrid, Spain` - }), - new EmployeesFlatDetailsItem( - { - Address: `12, rue des Bouchers`, - Age: 44, - City: `Marseille`, - Country: `France`, - Fax: `91.24.45.41`, - HireDate: `2009-10-11`, - ID: 12, - Name: `Sven Cooper`, - ParentID: 11, - Phone: `91.24.45.40`, - PostalCode: 13008, - Title: `Senior Software Developer`, - LastName: `Cooper`, - FullAddress: `12, rue des Bouchers, Marseille, France` - }), - new EmployeesFlatDetailsItem( - { - Address: `23 Tsawassen Blvd.`, - Age: 44, - City: `Tsawassen`, - Country: `Canada`, - Fax: `(604) 555-3745`, - HireDate: `2014-04-04`, - ID: 14, - Name: `Laurence Johnson`, - ParentID: 4, - Phone: `(604) 555-4729`, - PostalCode: 19000, - Title: `Director`, - LastName: `Johnson`, - FullAddress: `23 Tsawassen Blvd., Tsawassen, Canada` - }), - new EmployeesFlatDetailsItem( - { - Address: `Fauntleroy Circus`, - Age: 25, - City: `London`, - Country: `UK`, - Fax: `(125) 555-3798`, - HireDate: `2017-11-9`, - ID: 5, - Name: `Elizabeth Richards`, - ParentID: 4, - Phone: `(171) 555-1212`, - PostalCode: 30000, - Title: `Vice President`, - LastName: `Richards`, - FullAddress: `Fauntleroy Circus, London, UK` - }), - new EmployeesFlatDetailsItem( - { - Address: `Cerrito 333`, - Age: 39, - City: `Buenos Aires`, - Country: `Argentina`, - Fax: `(121) 135-4892`, - HireDate: `2010-03-22`, - ID: 13, - Name: `Trevor Ashworth`, - ParentID: 5, - Phone: `(1) 135-5555`, - PostalCode: 1010, - Title: `Director`, - LastName: `Ashworth`, - FullAddress: `Cerrito 333, Buenos Aires, Argentina` - }), - new EmployeesFlatDetailsItem( - { - Address: `Sierras de Granada 9993`, - Age: 44, - City: `México D.F.`, - Country: `Mexico`, - Fax: `(153) 555-7293`, - HireDate: `2014-04-04`, - ID: 17, - Name: `Antonio Moreno`, - ParentID: 18, - Phone: `(5) 555-3392`, - PostalCode: 5022, - Title: `Senior Accountant`, - LastName: `Moreno`, - FullAddress: `Sierras de Granada 9993, México D.F., Mexico` - }), - new EmployeesFlatDetailsItem( - { - Address: `Hauptstr. 29`, - Age: 50, - City: `Sao Paulo`, - Country: `Brazil`, - Fax: `(531) 555-6691`, - HireDate: `2007-11-18`, - ID: 7, - Name: `Pedro Rodriguez`, - ParentID: 10, - Phone: `0452-076545`, - PostalCode: 3012, - Title: `Senior Localization Developer`, - LastName: `Rodriguez`, - FullAddress: `Hauptstr. 29, Sao Paulo, Brazil` - }), - new EmployeesFlatDetailsItem( - { - Address: `Av. dos Lusíadas, 23`, - Age: 27, - City: `Bern`, - Country: `Switzerland`, - Fax: `(271) 335-357`, - HireDate: `2016-02-19`, - ID: 8, - Name: `Casey Harper`, - ParentID: 10, - Phone: `(11) 555-7647`, - PostalCode: 40000, - Title: `Senior Localization`, - LastName: `Harper`, - FullAddress: `Av. dos Lusíadas, 23, Bern, Switzerland` - }), - new EmployeesFlatDetailsItem( - { - Address: `Berkeley Gardens 12`, - Age: 25, - City: `London`, - Country: `UK`, - Fax: `(171) 555-9199`, - HireDate: `2017-11-09`, - ID: 15, - Name: `Patricia Simpson`, - ParentID: 7, - Phone: `(171) 555-2282`, - PostalCode: 26000, - Title: `Localization Intern`, - LastName: `Simpson`, - FullAddress: `Berkeley Gardens 12, London, UK` - }), - new EmployeesFlatDetailsItem( - { - Address: `Walserweg 21`, - Age: 39, - City: `Aachen`, - Country: `Germany`, - Fax: `0241-059428`, - HireDate: `2010-03-22`, - ID: 9, - Name: `Francisco Chang`, - ParentID: 7, - Phone: `0241-039123`, - PostalCode: 52066, - Title: `Localization Intern`, - LastName: `Chang`, - FullAddress: `Walserweg 21, Aachen, Germany` - }), - new EmployeesFlatDetailsItem( - { - Address: `35 King George`, - Age: 25, - City: `London`, - Country: `UK`, - Fax: `(171) 555-3373`, - HireDate: `2018-03-18`, - ID: 16, - Name: `Peter Lewis`, - ParentID: 7, - Phone: `(171) 555-0297`, - PostalCode: 48000, - Title: `Localization Intern`, - LastName: `Lewis`, - FullAddress: `35 King George, London, UK` - }), + new EmployeesFlatDetailsItem({ Address: `Obere Str. 57`, Age: 55, City: `Berlin`, Country: `Germany`, Fax: `030-0076545`, HireDate: `2008-03-20`, ID: 1, Name: `Johnathan Winchester`, ParentID: -1, Phone: `030-0074321`, PostalCode: 12209, Title: `Development Manager`, LastName: `Winchester`, FullAddress: `Obere Str. 57, Berlin, Germany` }), + new EmployeesFlatDetailsItem({ Address: `Avda. de la Constitución 2222`, Age: 42, City: `México D.F.`, Country: `Mexico`, Fax: `(51) 555-3745`, HireDate: `2014-01-22`, ID: 4, Name: `Ana Sanders`, ParentID: -1, Phone: `(5) 555-4729`, PostalCode: 5021, Title: `CEO`, LastName: `Sanders`, FullAddress: `Avda. de la Constitución 2222, México D.F., Mexico` }), + new EmployeesFlatDetailsItem({ Address: `Mataderos 2312`, Age: 49, City: `México D.F.`, Country: `Mexico`, Fax: `(5) 555-3995`, HireDate: `2014-01-22`, ID: 18, Name: `Victoria Lincoln`, ParentID: -1, Phone: `(5) 555-3932`, PostalCode: 5023, Title: `Accounting Manager`, LastName: `Lincoln`, FullAddress: `Mataderos 2312, México D.F., Mexico` }), + new EmployeesFlatDetailsItem({ Address: `120 Hanover Sq.`, Age: 61, City: `London`, Country: `UK`, Fax: `(171) 555-6750`, HireDate: `2010-01-01`, ID: 10, Name: `Yang Wang`, ParentID: -1, Phone: `(171) 555-7788`, PostalCode: 39000, Title: `Localization Manager`, LastName: `Wang`, FullAddress: `120 Hanover Sq., London, UK` }), + new EmployeesFlatDetailsItem({ Address: `Berguvsvägen 8`, Age: 43, City: `Luleå`, Country: `Sweden`, Fax: `0921-12 34 67`, HireDate: `2011-06-03`, ID: 3, Name: `Michael Burke`, ParentID: 1, Phone: `0921-12 34 65`, PostalCode: 29000, Title: `Senior Software Developer`, LastName: `Burke`, FullAddress: `Berguvsvägen 8, Luleå, Sweden` }), + new EmployeesFlatDetailsItem({ Address: `Forsterstr. 57`, Age: 29, City: `Mannheim`, Country: `Germany`, Fax: `0621-08924`, HireDate: `2009-06-19`, ID: 2, Name: `Thomas Anderson`, ParentID: 1, Phone: `0621-08460`, PostalCode: 68306, Title: `Senior Software Developer`, LastName: `Anderson`, FullAddress: `Forsterstr. 57, Mannheim, Germany` }), + new EmployeesFlatDetailsItem({ Address: `24, place Kléber`, Age: 31, City: `Strasbourg`, Country: `France`, Fax: `88.60.15.32`, HireDate: `2014-08-18`, ID: 11, Name: `Monica Reyes`, ParentID: 1, Phone: `88.60.15.31`, PostalCode: 67000, Title: `Software Development Team Lead`, LastName: `Reyes`, FullAddress: `24, place Kléber, Strasbourg, France` }), + new EmployeesFlatDetailsItem({ Address: `C/ Araquil, 67`, Age: 35, City: `Madrid`, Country: `Spain`, Fax: `(911) 555 91 99`, HireDate: `2015-09-17`, ID: 6, Name: `Roland Mendel`, ParentID: 11, Phone: `(91) 555 22 82`, PostalCode: 28023, Title: `Senior Software Developer`, LastName: `Mendel`, FullAddress: `C/ Araquil, 67, Madrid, Spain` }), + new EmployeesFlatDetailsItem({ Address: `12, rue des Bouchers`, Age: 44, City: `Marseille`, Country: `France`, Fax: `91.24.45.41`, HireDate: `2009-10-11`, ID: 12, Name: `Sven Cooper`, ParentID: 11, Phone: `91.24.45.40`, PostalCode: 13008, Title: `Senior Software Developer`, LastName: `Cooper`, FullAddress: `12, rue des Bouchers, Marseille, France` }), + new EmployeesFlatDetailsItem({ Address: `23 Tsawassen Blvd.`, Age: 44, City: `Tsawassen`, Country: `Canada`, Fax: `(604) 555-3745`, HireDate: `2014-04-04`, ID: 14, Name: `Laurence Johnson`, ParentID: 4, Phone: `(604) 555-4729`, PostalCode: 19000, Title: `Director`, LastName: `Johnson`, FullAddress: `23 Tsawassen Blvd., Tsawassen, Canada` }), + new EmployeesFlatDetailsItem({ Address: `Fauntleroy Circus`, Age: 25, City: `London`, Country: `UK`, Fax: `(125) 555-3798`, HireDate: `2017-11-9`, ID: 5, Name: `Elizabeth Richards`, ParentID: 4, Phone: `(171) 555-1212`, PostalCode: 30000, Title: `Vice President`, LastName: `Richards`, FullAddress: `Fauntleroy Circus, London, UK` }), + new EmployeesFlatDetailsItem({ Address: `Cerrito 333`, Age: 39, City: `Buenos Aires`, Country: `Argentina`, Fax: `(121) 135-4892`, HireDate: `2010-03-22`, ID: 13, Name: `Trevor Ashworth`, ParentID: 5, Phone: `(1) 135-5555`, PostalCode: 1010, Title: `Director`, LastName: `Ashworth`, FullAddress: `Cerrito 333, Buenos Aires, Argentina` }), + new EmployeesFlatDetailsItem({ Address: `Sierras de Granada 9993`, Age: 44, City: `México D.F.`, Country: `Mexico`, Fax: `(153) 555-7293`, HireDate: `2014-04-04`, ID: 17, Name: `Antonio Moreno`, ParentID: 18, Phone: `(5) 555-3392`, PostalCode: 5022, Title: `Senior Accountant`, LastName: `Moreno`, FullAddress: `Sierras de Granada 9993, México D.F., Mexico` }), + new EmployeesFlatDetailsItem({ Address: `Hauptstr. 29`, Age: 50, City: `Sao Paulo`, Country: `Brazil`, Fax: `(531) 555-6691`, HireDate: `2007-11-18`, ID: 7, Name: `Pedro Rodriguez`, ParentID: 10, Phone: `0452-076545`, PostalCode: 3012, Title: `Senior Localization Developer`, LastName: `Rodriguez`, FullAddress: `Hauptstr. 29, Sao Paulo, Brazil` }), + new EmployeesFlatDetailsItem({ Address: `Av. dos Lusíadas, 23`, Age: 27, City: `Bern`, Country: `Switzerland`, Fax: `(271) 335-357`, HireDate: `2016-02-19`, ID: 8, Name: `Casey Harper`, ParentID: 10, Phone: `(11) 555-7647`, PostalCode: 40000, Title: `Senior Localization`, LastName: `Harper`, FullAddress: `Av. dos Lusíadas, 23, Bern, Switzerland` }), + new EmployeesFlatDetailsItem({ Address: `Berkeley Gardens 12`, Age: 25, City: `London`, Country: `UK`, Fax: `(171) 555-9199`, HireDate: `2017-11-09`, ID: 15, Name: `Patricia Simpson`, ParentID: 7, Phone: `(171) 555-2282`, PostalCode: 26000, Title: `Localization Intern`, LastName: `Simpson`, FullAddress: `Berkeley Gardens 12, London, UK` }), + new EmployeesFlatDetailsItem({ Address: `Walserweg 21`, Age: 39, City: `Aachen`, Country: `Germany`, Fax: `0241-059428`, HireDate: `2010-03-22`, ID: 9, Name: `Francisco Chang`, ParentID: 7, Phone: `0241-039123`, PostalCode: 52066, Title: `Localization Intern`, LastName: `Chang`, FullAddress: `Walserweg 21, Aachen, Germany` }), + new EmployeesFlatDetailsItem({ Address: `35 King George`, Age: 25, City: `London`, Country: `UK`, Fax: `(171) 555-3373`, HireDate: `2018-03-18`, ID: 16, Name: `Peter Lewis`, ParentID: 7, Phone: `(171) 555-0297`, PostalCode: 48000, Title: `Localization Intern`, LastName: `Lewis`, FullAddress: `35 King George, London, UK` }), ]; super(...newItems.slice(0)); } diff --git a/samples/grids/tree-grid/overview-styling/src/EmployeesNestedData.ts b/samples/grids/tree-grid/overview-styling/src/EmployeesNestedData.ts index 8706b4e8c8..0728ee874d 100644 --- a/samples/grids/tree-grid/overview-styling/src/EmployeesNestedData.ts +++ b/samples/grids/tree-grid/overview-styling/src/EmployeesNestedData.ts @@ -39,317 +39,35 @@ export class EmployeesNestedData extends Array { super(...items); } else { const newItems = [ - new EmployeesNestedDataItem( - { - ID: 1, - Age: 55, - Salary: 80000, - Productivity: 90, - City: `Berlin`, - Country: `Germany`, - Phone: `609-202-505`, - HireDate: `2008-03-20`, - Name: `John Winchester`, - Title: `Development Manager`, - Employees: [ - new EmployeesNestedDataItem_EmployeesItem( - { - Age: 43, - Salary: 70000, - Productivity: 80, - City: `Hamburg`, - Country: `Germany`, - Phone: `609-444-555`, - HireDate: `2011-06-03`, - ID: 3, - Name: `Michael Burke`, - Title: `Senior Software Developer` - }), - new EmployeesNestedDataItem_EmployeesItem( - { - Age: 29, - Salary: 60000, - Productivity: 80, - City: `Munich`, - Country: `Germany`, - Phone: `609-333-444`, - HireDate: `2009-06-19`, - ID: 2, - Name: `Thomas Anderson`, - Title: `Senior Software Developer` - }), - new EmployeesNestedDataItem_EmployeesItem( - { - Age: 31, - Salary: 90000, - Productivity: 80, - City: `Warasw`, - Country: `Poland`, - Phone: `609-222-205`, - HireDate: `2014-08-18`, - ID: 11, - Name: `Monica Reyes`, - Title: `Software Development Team Lead` - }), - new EmployeesNestedDataItem_EmployeesItem( - { - Age: 35, - Salary: 70000, - Productivity: 70, - City: `Koln`, - Country: `Germany`, - Phone: `609-502-525`, - HireDate: `2015-09-17`, - ID: 6, - Name: `Roland Mendel`, - Title: `Senior Software Developer` - })] - - }), - new EmployeesNestedDataItem( - { - ID: 4, - Age: 42, - Salary: 90000, - Productivity: 80, - City: `Kielce`, - Country: `Poland`, - Phone: `609-202-505`, - HireDate: `2014-01-22`, - Name: `Ana Sanders`, - Title: `CEO`, - Employees: [ - new EmployeesNestedDataItem_EmployeesItem( - { - Age: 44, - Salary: 80000, - Productivity: 80, - City: `Warasw`, - Country: `Poland`, - Phone: `609-202-505`, - HireDate: `2014-04-04`, - ID: 14, - Name: `Laurence Johnson`, - Title: `Director` - }), - new EmployeesNestedDataItem_EmployeesItem( - { - Age: 25, - Salary: 85000, - Productivity: 55, - City: `Paris`, - Country: `France`, - Phone: `609-202-505`, - HireDate: `2017-11-09`, - ID: 5, - Name: `Elizabeth Richards`, - Title: `Vice President` - }), - new EmployeesNestedDataItem_EmployeesItem( - { - Age: 39, - Salary: 88000, - Productivity: 88, - City: `London`, - Country: `UK`, - Phone: `609-202-505`, - HireDate: `2010-03-22`, - ID: 13, - Name: `Trevor Ashworth`, - Title: `Director` - })] - - }), - new EmployeesNestedDataItem( - { - ID: 18, - Age: 49, - Salary: 77000, - Productivity: 70, - City: `Manchester`, - Country: `UK`, - Phone: `222-555-577`, - HireDate: `2014-01-22`, - Name: `Victoria Lincoln`, - Title: `Senior Accountant`, - Employees: [ - new EmployeesNestedDataItem_EmployeesItem( - { - Age: 43, - Salary: 70000, - Productivity: 80, - City: `Hamburg`, - Country: `Germany`, - Phone: `609-444-555`, - HireDate: `2011-06-03`, - ID: 23, - Name: `Thomas Burke`, - Title: `Senior Accountant` - }), - new EmployeesNestedDataItem_EmployeesItem( - { - Age: 29, - Salary: 60000, - Productivity: 80, - City: `Munich`, - Country: `Germany`, - Phone: `609-333-444`, - HireDate: `2009-06-19`, - ID: 22, - Name: `Michael Anderson`, - Title: `Junior Accountant` - }), - new EmployeesNestedDataItem_EmployeesItem( - { - Age: 31, - Salary: 90000, - Productivity: 80, - City: `Warasw`, - Country: `Poland`, - Phone: `609-222-205`, - HireDate: `2014-08-18`, - ID: 21, - Name: `Roland Reyes`, - Title: `Accountant Team Lead` - }), - new EmployeesNestedDataItem_EmployeesItem( - { - Age: 35, - Salary: 70000, - Productivity: 70, - City: `Koln`, - Country: `Germany`, - Phone: `609-502-525`, - HireDate: `2015-09-17`, - ID: 24, - Name: `Monica Mendel`, - Title: `Senior Software Developer` - })] - - }), - new EmployeesNestedDataItem( - { - ID: 10, - Age: 61, - Salary: 85000, - Productivity: 890, - City: `Lyon`, - Country: `France`, - Phone: `259-266-887`, - HireDate: `2010-01-01`, - Name: `Yang Wang`, - Title: `Localization Developer`, - Employees: [ - new EmployeesNestedDataItem_EmployeesItem( - { - Age: 31, - Salary: 90000, - Productivity: 80, - City: `Warasw`, - Country: `Poland`, - Phone: `609-222-205`, - HireDate: `2014-08-18`, - ID: 11, - Name: `Monica Reyes`, - Title: `Software Development Team Lead` - }), - new EmployeesNestedDataItem_EmployeesItem( - { - Age: 35, - Salary: 70000, - Productivity: 70, - City: `Koln`, - Country: `Germany`, - Phone: `609-502-525`, - HireDate: `2015-09-17`, - ID: 6, - Name: `Roland Mendel`, - Title: `Senior Software Developer` - })] - - }), - new EmployeesNestedDataItem( - { - ID: 35, - Age: 35, - Salary: 75000, - Productivity: 75, - City: `Warasw`, - Country: `Poland`, - Phone: `688-244-844`, - HireDate: `2014-01-22`, - Name: `Janine Munoz`, - Title: `HR`, - Employees: [ - new EmployeesNestedDataItem_EmployeesItem( - { - Age: 43, - Salary: 70000, - Productivity: 80, - City: `Hamburg`, - Country: `Germany`, - Phone: `609-444-555`, - HireDate: `2011-06-03`, - ID: 3, - Name: `Michael Burke`, - Title: `Senior Software Developer` - }), - new EmployeesNestedDataItem_EmployeesItem( - { - Age: 31, - Salary: 90000, - Productivity: 80, - City: `Warasw`, - Country: `Poland`, - Phone: `609-222-205`, - HireDate: `2014-08-18`, - ID: 11, - Name: `Monica Reyes`, - Title: `Software Development Team Lead` - })] - - }), - new EmployeesNestedDataItem( - { - ID: 10, - Age: 49, - Salary: 95000, - Productivity: 80, - City: `Krakow`, - Country: `Poland`, - Phone: `677-266-555`, - HireDate: `2010-01-01`, - Name: `Yang Wang`, - Title: `Sales Manager`, - Employees: [ - new EmployeesNestedDataItem_EmployeesItem( - { - Age: 29, - Salary: 60000, - Productivity: 80, - City: `Munich`, - Country: `Germany`, - Phone: `609-333-444`, - HireDate: `2009-06-19`, - ID: 2, - Name: `Thomas Anderson`, - Title: `Senior Software Developer` - }), - new EmployeesNestedDataItem_EmployeesItem( - { - Age: 35, - Salary: 70000, - Productivity: 70, - City: `Koln`, - Country: `Germany`, - Phone: `609-502-525`, - HireDate: `2015-09-17`, - ID: 6, - Name: `Roland Mendel`, - Title: `Senior Software Developer` - })] - - }), + new EmployeesNestedDataItem({ ID: 1, Age: 55, Salary: 80000, Productivity: 90, City: `Berlin`, Country: `Germany`, Phone: `609-202-505`, HireDate: `2008-03-20`, Name: `John Winchester`, Title: `Development Manager`, Employees: [ + new EmployeesNestedDataItem_EmployeesItem({ Age: 43, Salary: 70000, Productivity: 80, City: `Hamburg`, Country: `Germany`, Phone: `609-444-555`, HireDate: `2011-06-03`, ID: 3, Name: `Michael Burke`, Title: `Senior Software Developer` }), + new EmployeesNestedDataItem_EmployeesItem({ Age: 29, Salary: 60000, Productivity: 80, City: `Munich`, Country: `Germany`, Phone: `609-333-444`, HireDate: `2009-06-19`, ID: 2, Name: `Thomas Anderson`, Title: `Senior Software Developer` }), + new EmployeesNestedDataItem_EmployeesItem({ Age: 31, Salary: 90000, Productivity: 80, City: `Warasw`, Country: `Poland`, Phone: `609-222-205`, HireDate: `2014-08-18`, ID: 11, Name: `Monica Reyes`, Title: `Software Development Team Lead` }), + new EmployeesNestedDataItem_EmployeesItem({ Age: 35, Salary: 70000, Productivity: 70, City: `Koln`, Country: `Germany`, Phone: `609-502-525`, HireDate: `2015-09-17`, ID: 6, Name: `Roland Mendel`, Title: `Senior Software Developer` })] + }), + new EmployeesNestedDataItem({ ID: 4, Age: 42, Salary: 90000, Productivity: 80, City: `Kielce`, Country: `Poland`, Phone: `609-202-505`, HireDate: `2014-01-22`, Name: `Ana Sanders`, Title: `CEO`, Employees: [ + new EmployeesNestedDataItem_EmployeesItem({ Age: 44, Salary: 80000, Productivity: 80, City: `Warasw`, Country: `Poland`, Phone: `609-202-505`, HireDate: `2014-04-04`, ID: 14, Name: `Laurence Johnson`, Title: `Director` }), + new EmployeesNestedDataItem_EmployeesItem({ Age: 25, Salary: 85000, Productivity: 55, City: `Paris`, Country: `France`, Phone: `609-202-505`, HireDate: `2017-11-09`, ID: 5, Name: `Elizabeth Richards`, Title: `Vice President` }), + new EmployeesNestedDataItem_EmployeesItem({ Age: 39, Salary: 88000, Productivity: 88, City: `London`, Country: `UK`, Phone: `609-202-505`, HireDate: `2010-03-22`, ID: 13, Name: `Trevor Ashworth`, Title: `Director` })] + }), + new EmployeesNestedDataItem({ ID: 18, Age: 49, Salary: 77000, Productivity: 70, City: `Manchester`, Country: `UK`, Phone: `222-555-577`, HireDate: `2014-01-22`, Name: `Victoria Lincoln`, Title: `Senior Accountant`, Employees: [ + new EmployeesNestedDataItem_EmployeesItem({ Age: 43, Salary: 70000, Productivity: 80, City: `Hamburg`, Country: `Germany`, Phone: `609-444-555`, HireDate: `2011-06-03`, ID: 23, Name: `Thomas Burke`, Title: `Senior Accountant` }), + new EmployeesNestedDataItem_EmployeesItem({ Age: 29, Salary: 60000, Productivity: 80, City: `Munich`, Country: `Germany`, Phone: `609-333-444`, HireDate: `2009-06-19`, ID: 22, Name: `Michael Anderson`, Title: `Junior Accountant` }), + new EmployeesNestedDataItem_EmployeesItem({ Age: 31, Salary: 90000, Productivity: 80, City: `Warasw`, Country: `Poland`, Phone: `609-222-205`, HireDate: `2014-08-18`, ID: 21, Name: `Roland Reyes`, Title: `Accountant Team Lead` }), + new EmployeesNestedDataItem_EmployeesItem({ Age: 35, Salary: 70000, Productivity: 70, City: `Koln`, Country: `Germany`, Phone: `609-502-525`, HireDate: `2015-09-17`, ID: 24, Name: `Monica Mendel`, Title: `Senior Software Developer` })] + }), + new EmployeesNestedDataItem({ ID: 10, Age: 61, Salary: 85000, Productivity: 890, City: `Lyon`, Country: `France`, Phone: `259-266-887`, HireDate: `2010-01-01`, Name: `Yang Wang`, Title: `Localization Developer`, Employees: [ + new EmployeesNestedDataItem_EmployeesItem({ Age: 31, Salary: 90000, Productivity: 80, City: `Warasw`, Country: `Poland`, Phone: `609-222-205`, HireDate: `2014-08-18`, ID: 11, Name: `Monica Reyes`, Title: `Software Development Team Lead` }), + new EmployeesNestedDataItem_EmployeesItem({ Age: 35, Salary: 70000, Productivity: 70, City: `Koln`, Country: `Germany`, Phone: `609-502-525`, HireDate: `2015-09-17`, ID: 6, Name: `Roland Mendel`, Title: `Senior Software Developer` })] + }), + new EmployeesNestedDataItem({ ID: 35, Age: 35, Salary: 75000, Productivity: 75, City: `Warasw`, Country: `Poland`, Phone: `688-244-844`, HireDate: `2014-01-22`, Name: `Janine Munoz`, Title: `HR`, Employees: [ + new EmployeesNestedDataItem_EmployeesItem({ Age: 43, Salary: 70000, Productivity: 80, City: `Hamburg`, Country: `Germany`, Phone: `609-444-555`, HireDate: `2011-06-03`, ID: 3, Name: `Michael Burke`, Title: `Senior Software Developer` }), + new EmployeesNestedDataItem_EmployeesItem({ Age: 31, Salary: 90000, Productivity: 80, City: `Warasw`, Country: `Poland`, Phone: `609-222-205`, HireDate: `2014-08-18`, ID: 11, Name: `Monica Reyes`, Title: `Software Development Team Lead` })] + }), + new EmployeesNestedDataItem({ ID: 10, Age: 49, Salary: 95000, Productivity: 80, City: `Krakow`, Country: `Poland`, Phone: `677-266-555`, HireDate: `2010-01-01`, Name: `Yang Wang`, Title: `Sales Manager`, Employees: [ + new EmployeesNestedDataItem_EmployeesItem({ Age: 29, Salary: 60000, Productivity: 80, City: `Munich`, Country: `Germany`, Phone: `609-333-444`, HireDate: `2009-06-19`, ID: 2, Name: `Thomas Anderson`, Title: `Senior Software Developer` }), + new EmployeesNestedDataItem_EmployeesItem({ Age: 35, Salary: 70000, Productivity: 70, City: `Koln`, Country: `Germany`, Phone: `609-502-525`, HireDate: `2015-09-17`, ID: 6, Name: `Roland Mendel`, Title: `Senior Software Developer` })] + }), ]; super(...newItems.slice(0)); } diff --git a/samples/grids/tree-grid/overview/src/EmployeesNestedData.ts b/samples/grids/tree-grid/overview/src/EmployeesNestedData.ts index 8706b4e8c8..0728ee874d 100644 --- a/samples/grids/tree-grid/overview/src/EmployeesNestedData.ts +++ b/samples/grids/tree-grid/overview/src/EmployeesNestedData.ts @@ -39,317 +39,35 @@ export class EmployeesNestedData extends Array { super(...items); } else { const newItems = [ - new EmployeesNestedDataItem( - { - ID: 1, - Age: 55, - Salary: 80000, - Productivity: 90, - City: `Berlin`, - Country: `Germany`, - Phone: `609-202-505`, - HireDate: `2008-03-20`, - Name: `John Winchester`, - Title: `Development Manager`, - Employees: [ - new EmployeesNestedDataItem_EmployeesItem( - { - Age: 43, - Salary: 70000, - Productivity: 80, - City: `Hamburg`, - Country: `Germany`, - Phone: `609-444-555`, - HireDate: `2011-06-03`, - ID: 3, - Name: `Michael Burke`, - Title: `Senior Software Developer` - }), - new EmployeesNestedDataItem_EmployeesItem( - { - Age: 29, - Salary: 60000, - Productivity: 80, - City: `Munich`, - Country: `Germany`, - Phone: `609-333-444`, - HireDate: `2009-06-19`, - ID: 2, - Name: `Thomas Anderson`, - Title: `Senior Software Developer` - }), - new EmployeesNestedDataItem_EmployeesItem( - { - Age: 31, - Salary: 90000, - Productivity: 80, - City: `Warasw`, - Country: `Poland`, - Phone: `609-222-205`, - HireDate: `2014-08-18`, - ID: 11, - Name: `Monica Reyes`, - Title: `Software Development Team Lead` - }), - new EmployeesNestedDataItem_EmployeesItem( - { - Age: 35, - Salary: 70000, - Productivity: 70, - City: `Koln`, - Country: `Germany`, - Phone: `609-502-525`, - HireDate: `2015-09-17`, - ID: 6, - Name: `Roland Mendel`, - Title: `Senior Software Developer` - })] - - }), - new EmployeesNestedDataItem( - { - ID: 4, - Age: 42, - Salary: 90000, - Productivity: 80, - City: `Kielce`, - Country: `Poland`, - Phone: `609-202-505`, - HireDate: `2014-01-22`, - Name: `Ana Sanders`, - Title: `CEO`, - Employees: [ - new EmployeesNestedDataItem_EmployeesItem( - { - Age: 44, - Salary: 80000, - Productivity: 80, - City: `Warasw`, - Country: `Poland`, - Phone: `609-202-505`, - HireDate: `2014-04-04`, - ID: 14, - Name: `Laurence Johnson`, - Title: `Director` - }), - new EmployeesNestedDataItem_EmployeesItem( - { - Age: 25, - Salary: 85000, - Productivity: 55, - City: `Paris`, - Country: `France`, - Phone: `609-202-505`, - HireDate: `2017-11-09`, - ID: 5, - Name: `Elizabeth Richards`, - Title: `Vice President` - }), - new EmployeesNestedDataItem_EmployeesItem( - { - Age: 39, - Salary: 88000, - Productivity: 88, - City: `London`, - Country: `UK`, - Phone: `609-202-505`, - HireDate: `2010-03-22`, - ID: 13, - Name: `Trevor Ashworth`, - Title: `Director` - })] - - }), - new EmployeesNestedDataItem( - { - ID: 18, - Age: 49, - Salary: 77000, - Productivity: 70, - City: `Manchester`, - Country: `UK`, - Phone: `222-555-577`, - HireDate: `2014-01-22`, - Name: `Victoria Lincoln`, - Title: `Senior Accountant`, - Employees: [ - new EmployeesNestedDataItem_EmployeesItem( - { - Age: 43, - Salary: 70000, - Productivity: 80, - City: `Hamburg`, - Country: `Germany`, - Phone: `609-444-555`, - HireDate: `2011-06-03`, - ID: 23, - Name: `Thomas Burke`, - Title: `Senior Accountant` - }), - new EmployeesNestedDataItem_EmployeesItem( - { - Age: 29, - Salary: 60000, - Productivity: 80, - City: `Munich`, - Country: `Germany`, - Phone: `609-333-444`, - HireDate: `2009-06-19`, - ID: 22, - Name: `Michael Anderson`, - Title: `Junior Accountant` - }), - new EmployeesNestedDataItem_EmployeesItem( - { - Age: 31, - Salary: 90000, - Productivity: 80, - City: `Warasw`, - Country: `Poland`, - Phone: `609-222-205`, - HireDate: `2014-08-18`, - ID: 21, - Name: `Roland Reyes`, - Title: `Accountant Team Lead` - }), - new EmployeesNestedDataItem_EmployeesItem( - { - Age: 35, - Salary: 70000, - Productivity: 70, - City: `Koln`, - Country: `Germany`, - Phone: `609-502-525`, - HireDate: `2015-09-17`, - ID: 24, - Name: `Monica Mendel`, - Title: `Senior Software Developer` - })] - - }), - new EmployeesNestedDataItem( - { - ID: 10, - Age: 61, - Salary: 85000, - Productivity: 890, - City: `Lyon`, - Country: `France`, - Phone: `259-266-887`, - HireDate: `2010-01-01`, - Name: `Yang Wang`, - Title: `Localization Developer`, - Employees: [ - new EmployeesNestedDataItem_EmployeesItem( - { - Age: 31, - Salary: 90000, - Productivity: 80, - City: `Warasw`, - Country: `Poland`, - Phone: `609-222-205`, - HireDate: `2014-08-18`, - ID: 11, - Name: `Monica Reyes`, - Title: `Software Development Team Lead` - }), - new EmployeesNestedDataItem_EmployeesItem( - { - Age: 35, - Salary: 70000, - Productivity: 70, - City: `Koln`, - Country: `Germany`, - Phone: `609-502-525`, - HireDate: `2015-09-17`, - ID: 6, - Name: `Roland Mendel`, - Title: `Senior Software Developer` - })] - - }), - new EmployeesNestedDataItem( - { - ID: 35, - Age: 35, - Salary: 75000, - Productivity: 75, - City: `Warasw`, - Country: `Poland`, - Phone: `688-244-844`, - HireDate: `2014-01-22`, - Name: `Janine Munoz`, - Title: `HR`, - Employees: [ - new EmployeesNestedDataItem_EmployeesItem( - { - Age: 43, - Salary: 70000, - Productivity: 80, - City: `Hamburg`, - Country: `Germany`, - Phone: `609-444-555`, - HireDate: `2011-06-03`, - ID: 3, - Name: `Michael Burke`, - Title: `Senior Software Developer` - }), - new EmployeesNestedDataItem_EmployeesItem( - { - Age: 31, - Salary: 90000, - Productivity: 80, - City: `Warasw`, - Country: `Poland`, - Phone: `609-222-205`, - HireDate: `2014-08-18`, - ID: 11, - Name: `Monica Reyes`, - Title: `Software Development Team Lead` - })] - - }), - new EmployeesNestedDataItem( - { - ID: 10, - Age: 49, - Salary: 95000, - Productivity: 80, - City: `Krakow`, - Country: `Poland`, - Phone: `677-266-555`, - HireDate: `2010-01-01`, - Name: `Yang Wang`, - Title: `Sales Manager`, - Employees: [ - new EmployeesNestedDataItem_EmployeesItem( - { - Age: 29, - Salary: 60000, - Productivity: 80, - City: `Munich`, - Country: `Germany`, - Phone: `609-333-444`, - HireDate: `2009-06-19`, - ID: 2, - Name: `Thomas Anderson`, - Title: `Senior Software Developer` - }), - new EmployeesNestedDataItem_EmployeesItem( - { - Age: 35, - Salary: 70000, - Productivity: 70, - City: `Koln`, - Country: `Germany`, - Phone: `609-502-525`, - HireDate: `2015-09-17`, - ID: 6, - Name: `Roland Mendel`, - Title: `Senior Software Developer` - })] - - }), + new EmployeesNestedDataItem({ ID: 1, Age: 55, Salary: 80000, Productivity: 90, City: `Berlin`, Country: `Germany`, Phone: `609-202-505`, HireDate: `2008-03-20`, Name: `John Winchester`, Title: `Development Manager`, Employees: [ + new EmployeesNestedDataItem_EmployeesItem({ Age: 43, Salary: 70000, Productivity: 80, City: `Hamburg`, Country: `Germany`, Phone: `609-444-555`, HireDate: `2011-06-03`, ID: 3, Name: `Michael Burke`, Title: `Senior Software Developer` }), + new EmployeesNestedDataItem_EmployeesItem({ Age: 29, Salary: 60000, Productivity: 80, City: `Munich`, Country: `Germany`, Phone: `609-333-444`, HireDate: `2009-06-19`, ID: 2, Name: `Thomas Anderson`, Title: `Senior Software Developer` }), + new EmployeesNestedDataItem_EmployeesItem({ Age: 31, Salary: 90000, Productivity: 80, City: `Warasw`, Country: `Poland`, Phone: `609-222-205`, HireDate: `2014-08-18`, ID: 11, Name: `Monica Reyes`, Title: `Software Development Team Lead` }), + new EmployeesNestedDataItem_EmployeesItem({ Age: 35, Salary: 70000, Productivity: 70, City: `Koln`, Country: `Germany`, Phone: `609-502-525`, HireDate: `2015-09-17`, ID: 6, Name: `Roland Mendel`, Title: `Senior Software Developer` })] + }), + new EmployeesNestedDataItem({ ID: 4, Age: 42, Salary: 90000, Productivity: 80, City: `Kielce`, Country: `Poland`, Phone: `609-202-505`, HireDate: `2014-01-22`, Name: `Ana Sanders`, Title: `CEO`, Employees: [ + new EmployeesNestedDataItem_EmployeesItem({ Age: 44, Salary: 80000, Productivity: 80, City: `Warasw`, Country: `Poland`, Phone: `609-202-505`, HireDate: `2014-04-04`, ID: 14, Name: `Laurence Johnson`, Title: `Director` }), + new EmployeesNestedDataItem_EmployeesItem({ Age: 25, Salary: 85000, Productivity: 55, City: `Paris`, Country: `France`, Phone: `609-202-505`, HireDate: `2017-11-09`, ID: 5, Name: `Elizabeth Richards`, Title: `Vice President` }), + new EmployeesNestedDataItem_EmployeesItem({ Age: 39, Salary: 88000, Productivity: 88, City: `London`, Country: `UK`, Phone: `609-202-505`, HireDate: `2010-03-22`, ID: 13, Name: `Trevor Ashworth`, Title: `Director` })] + }), + new EmployeesNestedDataItem({ ID: 18, Age: 49, Salary: 77000, Productivity: 70, City: `Manchester`, Country: `UK`, Phone: `222-555-577`, HireDate: `2014-01-22`, Name: `Victoria Lincoln`, Title: `Senior Accountant`, Employees: [ + new EmployeesNestedDataItem_EmployeesItem({ Age: 43, Salary: 70000, Productivity: 80, City: `Hamburg`, Country: `Germany`, Phone: `609-444-555`, HireDate: `2011-06-03`, ID: 23, Name: `Thomas Burke`, Title: `Senior Accountant` }), + new EmployeesNestedDataItem_EmployeesItem({ Age: 29, Salary: 60000, Productivity: 80, City: `Munich`, Country: `Germany`, Phone: `609-333-444`, HireDate: `2009-06-19`, ID: 22, Name: `Michael Anderson`, Title: `Junior Accountant` }), + new EmployeesNestedDataItem_EmployeesItem({ Age: 31, Salary: 90000, Productivity: 80, City: `Warasw`, Country: `Poland`, Phone: `609-222-205`, HireDate: `2014-08-18`, ID: 21, Name: `Roland Reyes`, Title: `Accountant Team Lead` }), + new EmployeesNestedDataItem_EmployeesItem({ Age: 35, Salary: 70000, Productivity: 70, City: `Koln`, Country: `Germany`, Phone: `609-502-525`, HireDate: `2015-09-17`, ID: 24, Name: `Monica Mendel`, Title: `Senior Software Developer` })] + }), + new EmployeesNestedDataItem({ ID: 10, Age: 61, Salary: 85000, Productivity: 890, City: `Lyon`, Country: `France`, Phone: `259-266-887`, HireDate: `2010-01-01`, Name: `Yang Wang`, Title: `Localization Developer`, Employees: [ + new EmployeesNestedDataItem_EmployeesItem({ Age: 31, Salary: 90000, Productivity: 80, City: `Warasw`, Country: `Poland`, Phone: `609-222-205`, HireDate: `2014-08-18`, ID: 11, Name: `Monica Reyes`, Title: `Software Development Team Lead` }), + new EmployeesNestedDataItem_EmployeesItem({ Age: 35, Salary: 70000, Productivity: 70, City: `Koln`, Country: `Germany`, Phone: `609-502-525`, HireDate: `2015-09-17`, ID: 6, Name: `Roland Mendel`, Title: `Senior Software Developer` })] + }), + new EmployeesNestedDataItem({ ID: 35, Age: 35, Salary: 75000, Productivity: 75, City: `Warasw`, Country: `Poland`, Phone: `688-244-844`, HireDate: `2014-01-22`, Name: `Janine Munoz`, Title: `HR`, Employees: [ + new EmployeesNestedDataItem_EmployeesItem({ Age: 43, Salary: 70000, Productivity: 80, City: `Hamburg`, Country: `Germany`, Phone: `609-444-555`, HireDate: `2011-06-03`, ID: 3, Name: `Michael Burke`, Title: `Senior Software Developer` }), + new EmployeesNestedDataItem_EmployeesItem({ Age: 31, Salary: 90000, Productivity: 80, City: `Warasw`, Country: `Poland`, Phone: `609-222-205`, HireDate: `2014-08-18`, ID: 11, Name: `Monica Reyes`, Title: `Software Development Team Lead` })] + }), + new EmployeesNestedDataItem({ ID: 10, Age: 49, Salary: 95000, Productivity: 80, City: `Krakow`, Country: `Poland`, Phone: `677-266-555`, HireDate: `2010-01-01`, Name: `Yang Wang`, Title: `Sales Manager`, Employees: [ + new EmployeesNestedDataItem_EmployeesItem({ Age: 29, Salary: 60000, Productivity: 80, City: `Munich`, Country: `Germany`, Phone: `609-333-444`, HireDate: `2009-06-19`, ID: 2, Name: `Thomas Anderson`, Title: `Senior Software Developer` }), + new EmployeesNestedDataItem_EmployeesItem({ Age: 35, Salary: 70000, Productivity: 70, City: `Koln`, Country: `Germany`, Phone: `609-502-525`, HireDate: `2015-09-17`, ID: 6, Name: `Roland Mendel`, Title: `Senior Software Developer` })] + }), ]; super(...newItems.slice(0)); } diff --git a/samples/grids/tree-grid/row-adding/src/EmployeesNestedTreeData.ts b/samples/grids/tree-grid/row-adding/src/EmployeesNestedTreeData.ts index 9441666e0c..a51b020df3 100644 --- a/samples/grids/tree-grid/row-adding/src/EmployeesNestedTreeData.ts +++ b/samples/grids/tree-grid/row-adding/src/EmployeesNestedTreeData.ts @@ -19,204 +19,24 @@ export class EmployeesNestedTreeData extends Array super(...items); } else { const newItems = [ - new EmployeesNestedTreeDataItem( - { - Age: 55, - HireDate: `2008-03-20`, - ID: 1, - Name: `Johnathan Winchester`, - Phone: `0251-031259`, - OnPTO: false, - ParentID: -1, - Title: `Development Manager` - }), - new EmployeesNestedTreeDataItem( - { - Age: 42, - HireDate: `2014-01-22`, - ID: 4, - Name: `Ana Sanders`, - Phone: `(21) 555-0091`, - OnPTO: true, - ParentID: -1, - Title: `CEO` - }), - new EmployeesNestedTreeDataItem( - { - Age: 49, - HireDate: `2014-01-22`, - ID: 18, - Name: `Victoria Lincoln`, - Phone: `(071) 23 67 22 20`, - OnPTO: true, - ParentID: -1, - Title: `Accounting Manager` - }), - new EmployeesNestedTreeDataItem( - { - Age: 61, - HireDate: `2010-01-01`, - ID: 10, - Name: `Yang Wang`, - Phone: `(21) 555-0091`, - OnPTO: false, - ParentID: -1, - Title: `Localization Manager` - }), - new EmployeesNestedTreeDataItem( - { - Age: 43, - HireDate: `2011-06-03`, - ID: 3, - Name: `Michael Burke`, - Phone: `0452-076545`, - OnPTO: true, - ParentID: 1, - Title: `Senior Software Developer` - }), - new EmployeesNestedTreeDataItem( - { - Age: 29, - HireDate: `2009-06-19`, - ID: 2, - Name: `Thomas Anderson`, - Phone: `(14) 555-8122`, - OnPTO: false, - ParentID: 1, - Title: `Senior Software Developer` - }), - new EmployeesNestedTreeDataItem( - { - Age: 31, - HireDate: `2014-08-18`, - ID: 11, - Name: `Monica Reyes`, - Phone: `7675-3425`, - OnPTO: false, - ParentID: 1, - Title: `Software Development Team Lead` - }), - new EmployeesNestedTreeDataItem( - { - Age: 35, - HireDate: `2015-09-17`, - ID: 6, - Name: `Roland Mendel`, - Phone: `(505) 555-5939`, - OnPTO: false, - ParentID: 11, - Title: `Senior Software Developer` - }), - new EmployeesNestedTreeDataItem( - { - Age: 44, - HireDate: `2009-10-11`, - ID: 12, - Name: `Sven Cooper`, - Phone: `0695-34 67 21`, - OnPTO: true, - ParentID: 11, - Title: `Senior Software Developer` - }), - new EmployeesNestedTreeDataItem( - { - Age: 44, - HireDate: `2014-04-04`, - ID: 14, - Name: `Laurence Johnson`, - Phone: `981-443655`, - OnPTO: false, - ParentID: 4, - Title: `Director` - }), - new EmployeesNestedTreeDataItem( - { - Age: 25, - HireDate: `2017-11-09`, - ID: 5, - Name: `Elizabeth Richards`, - Phone: `(2) 283-2951`, - OnPTO: true, - ParentID: 4, - Title: `Vice President` - }), - new EmployeesNestedTreeDataItem( - { - Age: 39, - HireDate: `2010-03-22`, - ID: 13, - Name: `Trevor Ashworth`, - Phone: `981-443655`, - OnPTO: true, - ParentID: 5, - Title: `Director` - }), - new EmployeesNestedTreeDataItem( - { - Age: 44, - HireDate: `2014-04-04`, - ID: 17, - Name: `Antonio Moreno`, - Phone: `(505) 555-5939`, - OnPTO: false, - ParentID: 18, - Title: `Senior Accountant` - }), - new EmployeesNestedTreeDataItem( - { - Age: 50, - HireDate: `2007-11-18`, - ID: 7, - Name: `Pedro Rodriguez`, - Phone: `035-640230`, - OnPTO: false, - ParentID: 10, - Title: `Senior Localization Developer` - }), - new EmployeesNestedTreeDataItem( - { - Age: 27, - HireDate: `2016-02-19`, - ID: 8, - Name: `Casey Harper`, - Phone: `0342-023176`, - OnPTO: true, - ParentID: 10, - Title: `Senior Localization` - }), - new EmployeesNestedTreeDataItem( - { - Age: 25, - HireDate: `2017-11-09`, - ID: 15, - Name: `Patricia Simpson`, - Phone: `069-0245984`, - OnPTO: false, - ParentID: 7, - Title: `Localization Intern` - }), - new EmployeesNestedTreeDataItem( - { - Age: 39, - HireDate: `2010-03-22`, - ID: 9, - Name: `Francisco Chang`, - Phone: `(91) 745 6200`, - OnPTO: false, - ParentID: 7, - Title: `Localization Intern` - }), - new EmployeesNestedTreeDataItem( - { - Age: 25, - HireDate: `2018-03-18`, - ID: 16, - Name: `Peter Lewis`, - Phone: `069-0245984`, - OnPTO: true, - ParentID: 7, - Title: `Localization Intern` - }), + new EmployeesNestedTreeDataItem({ Age: 55, HireDate: `2008-03-20`, ID: 1, Name: `Johnathan Winchester`, Phone: `0251-031259`, OnPTO: false, ParentID: -1, Title: `Development Manager` }), + new EmployeesNestedTreeDataItem({ Age: 42, HireDate: `2014-01-22`, ID: 4, Name: `Ana Sanders`, Phone: `(21) 555-0091`, OnPTO: true, ParentID: -1, Title: `CEO` }), + new EmployeesNestedTreeDataItem({ Age: 49, HireDate: `2014-01-22`, ID: 18, Name: `Victoria Lincoln`, Phone: `(071) 23 67 22 20`, OnPTO: true, ParentID: -1, Title: `Accounting Manager` }), + new EmployeesNestedTreeDataItem({ Age: 61, HireDate: `2010-01-01`, ID: 10, Name: `Yang Wang`, Phone: `(21) 555-0091`, OnPTO: false, ParentID: -1, Title: `Localization Manager` }), + new EmployeesNestedTreeDataItem({ Age: 43, HireDate: `2011-06-03`, ID: 3, Name: `Michael Burke`, Phone: `0452-076545`, OnPTO: true, ParentID: 1, Title: `Senior Software Developer` }), + new EmployeesNestedTreeDataItem({ Age: 29, HireDate: `2009-06-19`, ID: 2, Name: `Thomas Anderson`, Phone: `(14) 555-8122`, OnPTO: false, ParentID: 1, Title: `Senior Software Developer` }), + new EmployeesNestedTreeDataItem({ Age: 31, HireDate: `2014-08-18`, ID: 11, Name: `Monica Reyes`, Phone: `7675-3425`, OnPTO: false, ParentID: 1, Title: `Software Development Team Lead` }), + new EmployeesNestedTreeDataItem({ Age: 35, HireDate: `2015-09-17`, ID: 6, Name: `Roland Mendel`, Phone: `(505) 555-5939`, OnPTO: false, ParentID: 11, Title: `Senior Software Developer` }), + new EmployeesNestedTreeDataItem({ Age: 44, HireDate: `2009-10-11`, ID: 12, Name: `Sven Cooper`, Phone: `0695-34 67 21`, OnPTO: true, ParentID: 11, Title: `Senior Software Developer` }), + new EmployeesNestedTreeDataItem({ Age: 44, HireDate: `2014-04-04`, ID: 14, Name: `Laurence Johnson`, Phone: `981-443655`, OnPTO: false, ParentID: 4, Title: `Director` }), + new EmployeesNestedTreeDataItem({ Age: 25, HireDate: `2017-11-09`, ID: 5, Name: `Elizabeth Richards`, Phone: `(2) 283-2951`, OnPTO: true, ParentID: 4, Title: `Vice President` }), + new EmployeesNestedTreeDataItem({ Age: 39, HireDate: `2010-03-22`, ID: 13, Name: `Trevor Ashworth`, Phone: `981-443655`, OnPTO: true, ParentID: 5, Title: `Director` }), + new EmployeesNestedTreeDataItem({ Age: 44, HireDate: `2014-04-04`, ID: 17, Name: `Antonio Moreno`, Phone: `(505) 555-5939`, OnPTO: false, ParentID: 18, Title: `Senior Accountant` }), + new EmployeesNestedTreeDataItem({ Age: 50, HireDate: `2007-11-18`, ID: 7, Name: `Pedro Rodriguez`, Phone: `035-640230`, OnPTO: false, ParentID: 10, Title: `Senior Localization Developer` }), + new EmployeesNestedTreeDataItem({ Age: 27, HireDate: `2016-02-19`, ID: 8, Name: `Casey Harper`, Phone: `0342-023176`, OnPTO: true, ParentID: 10, Title: `Senior Localization` }), + new EmployeesNestedTreeDataItem({ Age: 25, HireDate: `2017-11-09`, ID: 15, Name: `Patricia Simpson`, Phone: `069-0245984`, OnPTO: false, ParentID: 7, Title: `Localization Intern` }), + new EmployeesNestedTreeDataItem({ Age: 39, HireDate: `2010-03-22`, ID: 9, Name: `Francisco Chang`, Phone: `(91) 745 6200`, OnPTO: false, ParentID: 7, Title: `Localization Intern` }), + new EmployeesNestedTreeDataItem({ Age: 25, HireDate: `2018-03-18`, ID: 16, Name: `Peter Lewis`, Phone: `069-0245984`, OnPTO: true, ParentID: 7, Title: `Localization Intern` }), ]; super(...newItems.slice(0)); } diff --git a/samples/grids/tree-grid/row-classes/src/EmployeesFlatData.ts b/samples/grids/tree-grid/row-classes/src/EmployeesFlatData.ts index b99bf3579a..2e5e7fc2ed 100644 --- a/samples/grids/tree-grid/row-classes/src/EmployeesFlatData.ts +++ b/samples/grids/tree-grid/row-classes/src/EmployeesFlatData.ts @@ -19,204 +19,24 @@ export class EmployeesFlatData extends Array { super(...items); } else { const newItems = [ - new EmployeesFlatDataItem( - { - Age: 55, - HireDate: `2008-03-20`, - ID: 1, - Name: `Johnathan Winchester`, - Phone: `0251-031259`, - OnPTO: false, - ParentID: -1, - Title: `Development Manager` - }), - new EmployeesFlatDataItem( - { - Age: 42, - HireDate: `2014-01-22`, - ID: 4, - Name: `Ana Sanders`, - Phone: `(21) 555-0091`, - OnPTO: true, - ParentID: -1, - Title: `CEO` - }), - new EmployeesFlatDataItem( - { - Age: 49, - HireDate: `2014-01-22`, - ID: 18, - Name: `Victoria Lincoln`, - Phone: `(071) 23 67 22 20`, - OnPTO: true, - ParentID: -1, - Title: `Accounting Manager` - }), - new EmployeesFlatDataItem( - { - Age: 61, - HireDate: `2010-01-01`, - ID: 10, - Name: `Yang Wang`, - Phone: `(21) 555-0091`, - OnPTO: false, - ParentID: -1, - Title: `Localization Manager` - }), - new EmployeesFlatDataItem( - { - Age: 43, - HireDate: `2011-06-03`, - ID: 3, - Name: `Michael Burke`, - Phone: `0452-076545`, - OnPTO: true, - ParentID: 1, - Title: `Senior Software Developer` - }), - new EmployeesFlatDataItem( - { - Age: 29, - HireDate: `2009-06-19`, - ID: 2, - Name: `Thomas Anderson`, - Phone: `(14) 555-8122`, - OnPTO: false, - ParentID: 1, - Title: `Senior Software Developer` - }), - new EmployeesFlatDataItem( - { - Age: 31, - HireDate: `2014-08-18`, - ID: 11, - Name: `Monica Reyes`, - Phone: `7675-3425`, - OnPTO: false, - ParentID: 1, - Title: `Software Development Team Lead` - }), - new EmployeesFlatDataItem( - { - Age: 35, - HireDate: `2015-09-17`, - ID: 6, - Name: `Roland Mendel`, - Phone: `(505) 555-5939`, - OnPTO: false, - ParentID: 11, - Title: `Senior Software Developer` - }), - new EmployeesFlatDataItem( - { - Age: 44, - HireDate: `2009-10-11`, - ID: 12, - Name: `Sven Cooper`, - Phone: `0695-34 67 21`, - OnPTO: true, - ParentID: 11, - Title: `Senior Software Developer` - }), - new EmployeesFlatDataItem( - { - Age: 44, - HireDate: `2014-04-04`, - ID: 14, - Name: `Laurence Johnson`, - Phone: `981-443655`, - OnPTO: false, - ParentID: 4, - Title: `Director` - }), - new EmployeesFlatDataItem( - { - Age: 25, - HireDate: `2017-11-09`, - ID: 5, - Name: `Elizabeth Richards`, - Phone: `(2) 283-2951`, - OnPTO: true, - ParentID: 4, - Title: `Vice President` - }), - new EmployeesFlatDataItem( - { - Age: 39, - HireDate: `2010-03-22`, - ID: 13, - Name: `Trevor Ashworth`, - Phone: `981-443655`, - OnPTO: true, - ParentID: 5, - Title: `Director` - }), - new EmployeesFlatDataItem( - { - Age: 44, - HireDate: `2014-04-04`, - ID: 17, - Name: `Antonio Moreno`, - Phone: `(505) 555-5939`, - OnPTO: false, - ParentID: 18, - Title: `Senior Accountant` - }), - new EmployeesFlatDataItem( - { - Age: 50, - HireDate: `2007-11-18`, - ID: 7, - Name: `Pedro Rodriguez`, - Phone: `035-640230`, - OnPTO: false, - ParentID: 10, - Title: `Senior Localization Developer` - }), - new EmployeesFlatDataItem( - { - Age: 27, - HireDate: `2016-02-19`, - ID: 8, - Name: `Casey Harper`, - Phone: `0342-023176`, - OnPTO: true, - ParentID: 10, - Title: `Senior Localization` - }), - new EmployeesFlatDataItem( - { - Age: 25, - HireDate: `2017-11-09`, - ID: 15, - Name: `Patricia Simpson`, - Phone: `069-0245984`, - OnPTO: false, - ParentID: 7, - Title: `Localization Intern` - }), - new EmployeesFlatDataItem( - { - Age: 39, - HireDate: `2010-03-22`, - ID: 9, - Name: `Francisco Chang`, - Phone: `(91) 745 6200`, - OnPTO: false, - ParentID: 7, - Title: `Localization Intern` - }), - new EmployeesFlatDataItem( - { - Age: 25, - HireDate: `2018-03-18`, - ID: 16, - Name: `Peter Lewis`, - Phone: `069-0245984`, - OnPTO: true, - ParentID: 7, - Title: `Localization Intern` - }), + new EmployeesFlatDataItem({ Age: 55, HireDate: `2008-03-20`, ID: 1, Name: `Johnathan Winchester`, Phone: `0251-031259`, OnPTO: false, ParentID: -1, Title: `Development Manager` }), + new EmployeesFlatDataItem({ Age: 42, HireDate: `2014-01-22`, ID: 4, Name: `Ana Sanders`, Phone: `(21) 555-0091`, OnPTO: true, ParentID: -1, Title: `CEO` }), + new EmployeesFlatDataItem({ Age: 49, HireDate: `2014-01-22`, ID: 18, Name: `Victoria Lincoln`, Phone: `(071) 23 67 22 20`, OnPTO: true, ParentID: -1, Title: `Accounting Manager` }), + new EmployeesFlatDataItem({ Age: 61, HireDate: `2010-01-01`, ID: 10, Name: `Yang Wang`, Phone: `(21) 555-0091`, OnPTO: false, ParentID: -1, Title: `Localization Manager` }), + new EmployeesFlatDataItem({ Age: 43, HireDate: `2011-06-03`, ID: 3, Name: `Michael Burke`, Phone: `0452-076545`, OnPTO: true, ParentID: 1, Title: `Senior Software Developer` }), + new EmployeesFlatDataItem({ Age: 29, HireDate: `2009-06-19`, ID: 2, Name: `Thomas Anderson`, Phone: `(14) 555-8122`, OnPTO: false, ParentID: 1, Title: `Senior Software Developer` }), + new EmployeesFlatDataItem({ Age: 31, HireDate: `2014-08-18`, ID: 11, Name: `Monica Reyes`, Phone: `7675-3425`, OnPTO: false, ParentID: 1, Title: `Software Development Team Lead` }), + new EmployeesFlatDataItem({ Age: 35, HireDate: `2015-09-17`, ID: 6, Name: `Roland Mendel`, Phone: `(505) 555-5939`, OnPTO: false, ParentID: 11, Title: `Senior Software Developer` }), + new EmployeesFlatDataItem({ Age: 44, HireDate: `2009-10-11`, ID: 12, Name: `Sven Cooper`, Phone: `0695-34 67 21`, OnPTO: true, ParentID: 11, Title: `Senior Software Developer` }), + new EmployeesFlatDataItem({ Age: 44, HireDate: `2014-04-04`, ID: 14, Name: `Laurence Johnson`, Phone: `981-443655`, OnPTO: false, ParentID: 4, Title: `Director` }), + new EmployeesFlatDataItem({ Age: 25, HireDate: `2017-11-09`, ID: 5, Name: `Elizabeth Richards`, Phone: `(2) 283-2951`, OnPTO: true, ParentID: 4, Title: `Vice President` }), + new EmployeesFlatDataItem({ Age: 39, HireDate: `2010-03-22`, ID: 13, Name: `Trevor Ashworth`, Phone: `981-443655`, OnPTO: true, ParentID: 5, Title: `Director` }), + new EmployeesFlatDataItem({ Age: 44, HireDate: `2014-04-04`, ID: 17, Name: `Antonio Moreno`, Phone: `(505) 555-5939`, OnPTO: false, ParentID: 18, Title: `Senior Accountant` }), + new EmployeesFlatDataItem({ Age: 50, HireDate: `2007-11-18`, ID: 7, Name: `Pedro Rodriguez`, Phone: `035-640230`, OnPTO: false, ParentID: 10, Title: `Senior Localization Developer` }), + new EmployeesFlatDataItem({ Age: 27, HireDate: `2016-02-19`, ID: 8, Name: `Casey Harper`, Phone: `0342-023176`, OnPTO: true, ParentID: 10, Title: `Senior Localization` }), + new EmployeesFlatDataItem({ Age: 25, HireDate: `2017-11-09`, ID: 15, Name: `Patricia Simpson`, Phone: `069-0245984`, OnPTO: false, ParentID: 7, Title: `Localization Intern` }), + new EmployeesFlatDataItem({ Age: 39, HireDate: `2010-03-22`, ID: 9, Name: `Francisco Chang`, Phone: `(91) 745 6200`, OnPTO: false, ParentID: 7, Title: `Localization Intern` }), + new EmployeesFlatDataItem({ Age: 25, HireDate: `2018-03-18`, ID: 16, Name: `Peter Lewis`, Phone: `069-0245984`, OnPTO: true, ParentID: 7, Title: `Localization Intern` }), ]; super(...newItems.slice(0)); } diff --git a/samples/grids/tree-grid/row-editing-options/src/EmployeesNestedTreeData.ts b/samples/grids/tree-grid/row-editing-options/src/EmployeesNestedTreeData.ts index 9441666e0c..a51b020df3 100644 --- a/samples/grids/tree-grid/row-editing-options/src/EmployeesNestedTreeData.ts +++ b/samples/grids/tree-grid/row-editing-options/src/EmployeesNestedTreeData.ts @@ -19,204 +19,24 @@ export class EmployeesNestedTreeData extends Array super(...items); } else { const newItems = [ - new EmployeesNestedTreeDataItem( - { - Age: 55, - HireDate: `2008-03-20`, - ID: 1, - Name: `Johnathan Winchester`, - Phone: `0251-031259`, - OnPTO: false, - ParentID: -1, - Title: `Development Manager` - }), - new EmployeesNestedTreeDataItem( - { - Age: 42, - HireDate: `2014-01-22`, - ID: 4, - Name: `Ana Sanders`, - Phone: `(21) 555-0091`, - OnPTO: true, - ParentID: -1, - Title: `CEO` - }), - new EmployeesNestedTreeDataItem( - { - Age: 49, - HireDate: `2014-01-22`, - ID: 18, - Name: `Victoria Lincoln`, - Phone: `(071) 23 67 22 20`, - OnPTO: true, - ParentID: -1, - Title: `Accounting Manager` - }), - new EmployeesNestedTreeDataItem( - { - Age: 61, - HireDate: `2010-01-01`, - ID: 10, - Name: `Yang Wang`, - Phone: `(21) 555-0091`, - OnPTO: false, - ParentID: -1, - Title: `Localization Manager` - }), - new EmployeesNestedTreeDataItem( - { - Age: 43, - HireDate: `2011-06-03`, - ID: 3, - Name: `Michael Burke`, - Phone: `0452-076545`, - OnPTO: true, - ParentID: 1, - Title: `Senior Software Developer` - }), - new EmployeesNestedTreeDataItem( - { - Age: 29, - HireDate: `2009-06-19`, - ID: 2, - Name: `Thomas Anderson`, - Phone: `(14) 555-8122`, - OnPTO: false, - ParentID: 1, - Title: `Senior Software Developer` - }), - new EmployeesNestedTreeDataItem( - { - Age: 31, - HireDate: `2014-08-18`, - ID: 11, - Name: `Monica Reyes`, - Phone: `7675-3425`, - OnPTO: false, - ParentID: 1, - Title: `Software Development Team Lead` - }), - new EmployeesNestedTreeDataItem( - { - Age: 35, - HireDate: `2015-09-17`, - ID: 6, - Name: `Roland Mendel`, - Phone: `(505) 555-5939`, - OnPTO: false, - ParentID: 11, - Title: `Senior Software Developer` - }), - new EmployeesNestedTreeDataItem( - { - Age: 44, - HireDate: `2009-10-11`, - ID: 12, - Name: `Sven Cooper`, - Phone: `0695-34 67 21`, - OnPTO: true, - ParentID: 11, - Title: `Senior Software Developer` - }), - new EmployeesNestedTreeDataItem( - { - Age: 44, - HireDate: `2014-04-04`, - ID: 14, - Name: `Laurence Johnson`, - Phone: `981-443655`, - OnPTO: false, - ParentID: 4, - Title: `Director` - }), - new EmployeesNestedTreeDataItem( - { - Age: 25, - HireDate: `2017-11-09`, - ID: 5, - Name: `Elizabeth Richards`, - Phone: `(2) 283-2951`, - OnPTO: true, - ParentID: 4, - Title: `Vice President` - }), - new EmployeesNestedTreeDataItem( - { - Age: 39, - HireDate: `2010-03-22`, - ID: 13, - Name: `Trevor Ashworth`, - Phone: `981-443655`, - OnPTO: true, - ParentID: 5, - Title: `Director` - }), - new EmployeesNestedTreeDataItem( - { - Age: 44, - HireDate: `2014-04-04`, - ID: 17, - Name: `Antonio Moreno`, - Phone: `(505) 555-5939`, - OnPTO: false, - ParentID: 18, - Title: `Senior Accountant` - }), - new EmployeesNestedTreeDataItem( - { - Age: 50, - HireDate: `2007-11-18`, - ID: 7, - Name: `Pedro Rodriguez`, - Phone: `035-640230`, - OnPTO: false, - ParentID: 10, - Title: `Senior Localization Developer` - }), - new EmployeesNestedTreeDataItem( - { - Age: 27, - HireDate: `2016-02-19`, - ID: 8, - Name: `Casey Harper`, - Phone: `0342-023176`, - OnPTO: true, - ParentID: 10, - Title: `Senior Localization` - }), - new EmployeesNestedTreeDataItem( - { - Age: 25, - HireDate: `2017-11-09`, - ID: 15, - Name: `Patricia Simpson`, - Phone: `069-0245984`, - OnPTO: false, - ParentID: 7, - Title: `Localization Intern` - }), - new EmployeesNestedTreeDataItem( - { - Age: 39, - HireDate: `2010-03-22`, - ID: 9, - Name: `Francisco Chang`, - Phone: `(91) 745 6200`, - OnPTO: false, - ParentID: 7, - Title: `Localization Intern` - }), - new EmployeesNestedTreeDataItem( - { - Age: 25, - HireDate: `2018-03-18`, - ID: 16, - Name: `Peter Lewis`, - Phone: `069-0245984`, - OnPTO: true, - ParentID: 7, - Title: `Localization Intern` - }), + new EmployeesNestedTreeDataItem({ Age: 55, HireDate: `2008-03-20`, ID: 1, Name: `Johnathan Winchester`, Phone: `0251-031259`, OnPTO: false, ParentID: -1, Title: `Development Manager` }), + new EmployeesNestedTreeDataItem({ Age: 42, HireDate: `2014-01-22`, ID: 4, Name: `Ana Sanders`, Phone: `(21) 555-0091`, OnPTO: true, ParentID: -1, Title: `CEO` }), + new EmployeesNestedTreeDataItem({ Age: 49, HireDate: `2014-01-22`, ID: 18, Name: `Victoria Lincoln`, Phone: `(071) 23 67 22 20`, OnPTO: true, ParentID: -1, Title: `Accounting Manager` }), + new EmployeesNestedTreeDataItem({ Age: 61, HireDate: `2010-01-01`, ID: 10, Name: `Yang Wang`, Phone: `(21) 555-0091`, OnPTO: false, ParentID: -1, Title: `Localization Manager` }), + new EmployeesNestedTreeDataItem({ Age: 43, HireDate: `2011-06-03`, ID: 3, Name: `Michael Burke`, Phone: `0452-076545`, OnPTO: true, ParentID: 1, Title: `Senior Software Developer` }), + new EmployeesNestedTreeDataItem({ Age: 29, HireDate: `2009-06-19`, ID: 2, Name: `Thomas Anderson`, Phone: `(14) 555-8122`, OnPTO: false, ParentID: 1, Title: `Senior Software Developer` }), + new EmployeesNestedTreeDataItem({ Age: 31, HireDate: `2014-08-18`, ID: 11, Name: `Monica Reyes`, Phone: `7675-3425`, OnPTO: false, ParentID: 1, Title: `Software Development Team Lead` }), + new EmployeesNestedTreeDataItem({ Age: 35, HireDate: `2015-09-17`, ID: 6, Name: `Roland Mendel`, Phone: `(505) 555-5939`, OnPTO: false, ParentID: 11, Title: `Senior Software Developer` }), + new EmployeesNestedTreeDataItem({ Age: 44, HireDate: `2009-10-11`, ID: 12, Name: `Sven Cooper`, Phone: `0695-34 67 21`, OnPTO: true, ParentID: 11, Title: `Senior Software Developer` }), + new EmployeesNestedTreeDataItem({ Age: 44, HireDate: `2014-04-04`, ID: 14, Name: `Laurence Johnson`, Phone: `981-443655`, OnPTO: false, ParentID: 4, Title: `Director` }), + new EmployeesNestedTreeDataItem({ Age: 25, HireDate: `2017-11-09`, ID: 5, Name: `Elizabeth Richards`, Phone: `(2) 283-2951`, OnPTO: true, ParentID: 4, Title: `Vice President` }), + new EmployeesNestedTreeDataItem({ Age: 39, HireDate: `2010-03-22`, ID: 13, Name: `Trevor Ashworth`, Phone: `981-443655`, OnPTO: true, ParentID: 5, Title: `Director` }), + new EmployeesNestedTreeDataItem({ Age: 44, HireDate: `2014-04-04`, ID: 17, Name: `Antonio Moreno`, Phone: `(505) 555-5939`, OnPTO: false, ParentID: 18, Title: `Senior Accountant` }), + new EmployeesNestedTreeDataItem({ Age: 50, HireDate: `2007-11-18`, ID: 7, Name: `Pedro Rodriguez`, Phone: `035-640230`, OnPTO: false, ParentID: 10, Title: `Senior Localization Developer` }), + new EmployeesNestedTreeDataItem({ Age: 27, HireDate: `2016-02-19`, ID: 8, Name: `Casey Harper`, Phone: `0342-023176`, OnPTO: true, ParentID: 10, Title: `Senior Localization` }), + new EmployeesNestedTreeDataItem({ Age: 25, HireDate: `2017-11-09`, ID: 15, Name: `Patricia Simpson`, Phone: `069-0245984`, OnPTO: false, ParentID: 7, Title: `Localization Intern` }), + new EmployeesNestedTreeDataItem({ Age: 39, HireDate: `2010-03-22`, ID: 9, Name: `Francisco Chang`, Phone: `(91) 745 6200`, OnPTO: false, ParentID: 7, Title: `Localization Intern` }), + new EmployeesNestedTreeDataItem({ Age: 25, HireDate: `2018-03-18`, ID: 16, Name: `Peter Lewis`, Phone: `069-0245984`, OnPTO: true, ParentID: 7, Title: `Localization Intern` }), ]; super(...newItems.slice(0)); } diff --git a/samples/grids/tree-grid/row-editing-style/src/EmployeesNestedTreeData.ts b/samples/grids/tree-grid/row-editing-style/src/EmployeesNestedTreeData.ts index 9441666e0c..a51b020df3 100644 --- a/samples/grids/tree-grid/row-editing-style/src/EmployeesNestedTreeData.ts +++ b/samples/grids/tree-grid/row-editing-style/src/EmployeesNestedTreeData.ts @@ -19,204 +19,24 @@ export class EmployeesNestedTreeData extends Array super(...items); } else { const newItems = [ - new EmployeesNestedTreeDataItem( - { - Age: 55, - HireDate: `2008-03-20`, - ID: 1, - Name: `Johnathan Winchester`, - Phone: `0251-031259`, - OnPTO: false, - ParentID: -1, - Title: `Development Manager` - }), - new EmployeesNestedTreeDataItem( - { - Age: 42, - HireDate: `2014-01-22`, - ID: 4, - Name: `Ana Sanders`, - Phone: `(21) 555-0091`, - OnPTO: true, - ParentID: -1, - Title: `CEO` - }), - new EmployeesNestedTreeDataItem( - { - Age: 49, - HireDate: `2014-01-22`, - ID: 18, - Name: `Victoria Lincoln`, - Phone: `(071) 23 67 22 20`, - OnPTO: true, - ParentID: -1, - Title: `Accounting Manager` - }), - new EmployeesNestedTreeDataItem( - { - Age: 61, - HireDate: `2010-01-01`, - ID: 10, - Name: `Yang Wang`, - Phone: `(21) 555-0091`, - OnPTO: false, - ParentID: -1, - Title: `Localization Manager` - }), - new EmployeesNestedTreeDataItem( - { - Age: 43, - HireDate: `2011-06-03`, - ID: 3, - Name: `Michael Burke`, - Phone: `0452-076545`, - OnPTO: true, - ParentID: 1, - Title: `Senior Software Developer` - }), - new EmployeesNestedTreeDataItem( - { - Age: 29, - HireDate: `2009-06-19`, - ID: 2, - Name: `Thomas Anderson`, - Phone: `(14) 555-8122`, - OnPTO: false, - ParentID: 1, - Title: `Senior Software Developer` - }), - new EmployeesNestedTreeDataItem( - { - Age: 31, - HireDate: `2014-08-18`, - ID: 11, - Name: `Monica Reyes`, - Phone: `7675-3425`, - OnPTO: false, - ParentID: 1, - Title: `Software Development Team Lead` - }), - new EmployeesNestedTreeDataItem( - { - Age: 35, - HireDate: `2015-09-17`, - ID: 6, - Name: `Roland Mendel`, - Phone: `(505) 555-5939`, - OnPTO: false, - ParentID: 11, - Title: `Senior Software Developer` - }), - new EmployeesNestedTreeDataItem( - { - Age: 44, - HireDate: `2009-10-11`, - ID: 12, - Name: `Sven Cooper`, - Phone: `0695-34 67 21`, - OnPTO: true, - ParentID: 11, - Title: `Senior Software Developer` - }), - new EmployeesNestedTreeDataItem( - { - Age: 44, - HireDate: `2014-04-04`, - ID: 14, - Name: `Laurence Johnson`, - Phone: `981-443655`, - OnPTO: false, - ParentID: 4, - Title: `Director` - }), - new EmployeesNestedTreeDataItem( - { - Age: 25, - HireDate: `2017-11-09`, - ID: 5, - Name: `Elizabeth Richards`, - Phone: `(2) 283-2951`, - OnPTO: true, - ParentID: 4, - Title: `Vice President` - }), - new EmployeesNestedTreeDataItem( - { - Age: 39, - HireDate: `2010-03-22`, - ID: 13, - Name: `Trevor Ashworth`, - Phone: `981-443655`, - OnPTO: true, - ParentID: 5, - Title: `Director` - }), - new EmployeesNestedTreeDataItem( - { - Age: 44, - HireDate: `2014-04-04`, - ID: 17, - Name: `Antonio Moreno`, - Phone: `(505) 555-5939`, - OnPTO: false, - ParentID: 18, - Title: `Senior Accountant` - }), - new EmployeesNestedTreeDataItem( - { - Age: 50, - HireDate: `2007-11-18`, - ID: 7, - Name: `Pedro Rodriguez`, - Phone: `035-640230`, - OnPTO: false, - ParentID: 10, - Title: `Senior Localization Developer` - }), - new EmployeesNestedTreeDataItem( - { - Age: 27, - HireDate: `2016-02-19`, - ID: 8, - Name: `Casey Harper`, - Phone: `0342-023176`, - OnPTO: true, - ParentID: 10, - Title: `Senior Localization` - }), - new EmployeesNestedTreeDataItem( - { - Age: 25, - HireDate: `2017-11-09`, - ID: 15, - Name: `Patricia Simpson`, - Phone: `069-0245984`, - OnPTO: false, - ParentID: 7, - Title: `Localization Intern` - }), - new EmployeesNestedTreeDataItem( - { - Age: 39, - HireDate: `2010-03-22`, - ID: 9, - Name: `Francisco Chang`, - Phone: `(91) 745 6200`, - OnPTO: false, - ParentID: 7, - Title: `Localization Intern` - }), - new EmployeesNestedTreeDataItem( - { - Age: 25, - HireDate: `2018-03-18`, - ID: 16, - Name: `Peter Lewis`, - Phone: `069-0245984`, - OnPTO: true, - ParentID: 7, - Title: `Localization Intern` - }), + new EmployeesNestedTreeDataItem({ Age: 55, HireDate: `2008-03-20`, ID: 1, Name: `Johnathan Winchester`, Phone: `0251-031259`, OnPTO: false, ParentID: -1, Title: `Development Manager` }), + new EmployeesNestedTreeDataItem({ Age: 42, HireDate: `2014-01-22`, ID: 4, Name: `Ana Sanders`, Phone: `(21) 555-0091`, OnPTO: true, ParentID: -1, Title: `CEO` }), + new EmployeesNestedTreeDataItem({ Age: 49, HireDate: `2014-01-22`, ID: 18, Name: `Victoria Lincoln`, Phone: `(071) 23 67 22 20`, OnPTO: true, ParentID: -1, Title: `Accounting Manager` }), + new EmployeesNestedTreeDataItem({ Age: 61, HireDate: `2010-01-01`, ID: 10, Name: `Yang Wang`, Phone: `(21) 555-0091`, OnPTO: false, ParentID: -1, Title: `Localization Manager` }), + new EmployeesNestedTreeDataItem({ Age: 43, HireDate: `2011-06-03`, ID: 3, Name: `Michael Burke`, Phone: `0452-076545`, OnPTO: true, ParentID: 1, Title: `Senior Software Developer` }), + new EmployeesNestedTreeDataItem({ Age: 29, HireDate: `2009-06-19`, ID: 2, Name: `Thomas Anderson`, Phone: `(14) 555-8122`, OnPTO: false, ParentID: 1, Title: `Senior Software Developer` }), + new EmployeesNestedTreeDataItem({ Age: 31, HireDate: `2014-08-18`, ID: 11, Name: `Monica Reyes`, Phone: `7675-3425`, OnPTO: false, ParentID: 1, Title: `Software Development Team Lead` }), + new EmployeesNestedTreeDataItem({ Age: 35, HireDate: `2015-09-17`, ID: 6, Name: `Roland Mendel`, Phone: `(505) 555-5939`, OnPTO: false, ParentID: 11, Title: `Senior Software Developer` }), + new EmployeesNestedTreeDataItem({ Age: 44, HireDate: `2009-10-11`, ID: 12, Name: `Sven Cooper`, Phone: `0695-34 67 21`, OnPTO: true, ParentID: 11, Title: `Senior Software Developer` }), + new EmployeesNestedTreeDataItem({ Age: 44, HireDate: `2014-04-04`, ID: 14, Name: `Laurence Johnson`, Phone: `981-443655`, OnPTO: false, ParentID: 4, Title: `Director` }), + new EmployeesNestedTreeDataItem({ Age: 25, HireDate: `2017-11-09`, ID: 5, Name: `Elizabeth Richards`, Phone: `(2) 283-2951`, OnPTO: true, ParentID: 4, Title: `Vice President` }), + new EmployeesNestedTreeDataItem({ Age: 39, HireDate: `2010-03-22`, ID: 13, Name: `Trevor Ashworth`, Phone: `981-443655`, OnPTO: true, ParentID: 5, Title: `Director` }), + new EmployeesNestedTreeDataItem({ Age: 44, HireDate: `2014-04-04`, ID: 17, Name: `Antonio Moreno`, Phone: `(505) 555-5939`, OnPTO: false, ParentID: 18, Title: `Senior Accountant` }), + new EmployeesNestedTreeDataItem({ Age: 50, HireDate: `2007-11-18`, ID: 7, Name: `Pedro Rodriguez`, Phone: `035-640230`, OnPTO: false, ParentID: 10, Title: `Senior Localization Developer` }), + new EmployeesNestedTreeDataItem({ Age: 27, HireDate: `2016-02-19`, ID: 8, Name: `Casey Harper`, Phone: `0342-023176`, OnPTO: true, ParentID: 10, Title: `Senior Localization` }), + new EmployeesNestedTreeDataItem({ Age: 25, HireDate: `2017-11-09`, ID: 15, Name: `Patricia Simpson`, Phone: `069-0245984`, OnPTO: false, ParentID: 7, Title: `Localization Intern` }), + new EmployeesNestedTreeDataItem({ Age: 39, HireDate: `2010-03-22`, ID: 9, Name: `Francisco Chang`, Phone: `(91) 745 6200`, OnPTO: false, ParentID: 7, Title: `Localization Intern` }), + new EmployeesNestedTreeDataItem({ Age: 25, HireDate: `2018-03-18`, ID: 16, Name: `Peter Lewis`, Phone: `069-0245984`, OnPTO: true, ParentID: 7, Title: `Localization Intern` }), ]; super(...newItems.slice(0)); } diff --git a/samples/grids/tree-grid/row-paging-basic/src/OrdersTreeData.ts b/samples/grids/tree-grid/row-paging-basic/src/OrdersTreeData.ts index c5c69cc874..97749e00f3 100644 --- a/samples/grids/tree-grid/row-paging-basic/src/OrdersTreeData.ts +++ b/samples/grids/tree-grid/row-paging-basic/src/OrdersTreeData.ts @@ -20,270 +20,28 @@ export class OrdersTreeData extends Array { super(...items); } else { const newItems = [ - new OrdersTreeDataItem( - { - ID: 1, - ParentID: -1, - Name: `Order 1`, - Category: ``, - OrderDate: `2010-02-17`, - Units: 1844, - UnitPrice: 3.73, - Price: 6884.38, - Delivered: true - }), - new OrdersTreeDataItem( - { - ID: 101, - ParentID: 1, - Name: `Chocolate Chip Cookies`, - Category: `Cookies`, - OrderDate: `2010-02-17`, - Units: 834, - UnitPrice: 3.59, - Price: 2994.06, - Delivered: true - }), - new OrdersTreeDataItem( - { - ID: 102, - ParentID: 1, - Name: `Red Apples`, - Category: `Fruit`, - OrderDate: `2010-02-17`, - Units: 371, - UnitPrice: 3.66, - Price: 1357.86, - Delivered: true - }), - new OrdersTreeDataItem( - { - ID: 103, - ParentID: 1, - Name: `Butter`, - Category: `Diary`, - OrderDate: `2010-02-17`, - Units: 260, - UnitPrice: 3.45, - Price: 897, - Delivered: true - }), - new OrdersTreeDataItem( - { - ID: 104, - ParentID: 1, - Name: `Potato Chips`, - Category: `Snack`, - OrderDate: `2010-02-17`, - Units: 118, - UnitPrice: 1.96, - Price: 231.28, - Delivered: true - }), - new OrdersTreeDataItem( - { - ID: 105, - ParentID: 1, - Name: `Orange Juice`, - Category: `Beverages`, - OrderDate: `2010-02-17`, - Units: 261, - UnitPrice: 5.38, - Price: 1404.18, - Delivered: true - }), - new OrdersTreeDataItem( - { - ID: 2, - ParentID: -1, - Name: `Order 2`, - Category: ``, - OrderDate: `2022-05-27`, - Units: 1831, - UnitPrice: 8.23, - Price: 15062.77, - Delivered: false - }), - new OrdersTreeDataItem( - { - ID: 201, - ParentID: 2, - Name: `Frozen Shrimps`, - Category: `Seafood`, - OrderDate: `2022-05-27`, - Units: 120, - UnitPrice: 20.45, - Price: 2454, - Delivered: false - }), - new OrdersTreeDataItem( - { - ID: 202, - ParentID: 2, - Name: `Ice Tea`, - Category: `Beverages`, - OrderDate: `2022-05-27`, - Units: 840, - UnitPrice: 7, - Price: 5880, - Delivered: false - }), - new OrdersTreeDataItem( - { - ID: 203, - ParentID: 2, - Name: `Fresh Cheese`, - Category: `Diary`, - OrderDate: `2022-05-27`, - Units: 267, - UnitPrice: 16.55, - Price: 4418.85, - Delivered: false - }), - new OrdersTreeDataItem( - { - ID: 204, - ParentID: 2, - Name: `Carrots`, - Category: `Vegetables`, - OrderDate: `2022-05-27`, - Units: 360, - UnitPrice: 2.77, - Price: 997.2, - Delivered: false - }), - new OrdersTreeDataItem( - { - ID: 205, - ParentID: 2, - Name: `Apple Juice`, - Category: `Beverages`, - OrderDate: `2022-05-27`, - Units: 244, - UnitPrice: 5.38, - Price: 1312.72, - Delivered: false - }), - new OrdersTreeDataItem( - { - ID: 3, - ParentID: -1, - Name: `Order 3`, - Category: ``, - OrderDate: `2022-08-04`, - Units: 1972, - UnitPrice: 3.47, - Price: 6849.18, - Delivered: true - }), - new OrdersTreeDataItem( - { - ID: 301, - ParentID: 3, - Name: `Skimmed Milk 1L`, - Category: `Diary`, - OrderDate: `2022-08-04`, - Units: 1028, - UnitPrice: 3.56, - Price: 3659.68, - Delivered: true - }), - new OrdersTreeDataItem( - { - ID: 302, - ParentID: 3, - Name: `Bananas 5 Pack`, - Category: `Fruit`, - OrderDate: `2022-08-04`, - Units: 370, - UnitPrice: 6.36, - Price: 2353.2, - Delivered: true - }), - new OrdersTreeDataItem( - { - ID: 303, - ParentID: 3, - Name: `Cauliflower`, - Category: `Vegetables`, - OrderDate: `2022-08-04`, - Units: 283, - UnitPrice: 0.95, - Price: 268.85, - Delivered: true - }), - new OrdersTreeDataItem( - { - ID: 304, - ParentID: 3, - Name: `White Chocolate Cookies`, - Category: `Cookies`, - OrderDate: `2022-08-04`, - Units: 291, - UnitPrice: 1.95, - Price: 567.45, - Delivered: true - }), - new OrdersTreeDataItem( - { - ID: 4, - ParentID: -1, - Name: `Order 4`, - Category: ``, - OrderDate: `2023-01-04`, - Units: 1065, - UnitPrice: 5.56, - Price: 5923.5, - Delivered: true - }), - new OrdersTreeDataItem( - { - ID: 401, - ParentID: 4, - Name: `Mini Milk Chocolate Cookie Bites`, - Category: `Cookies`, - OrderDate: `2023-01-04`, - Units: 68, - UnitPrice: 2.25, - Price: 153, - Delivered: true - }), - new OrdersTreeDataItem( - { - ID: 402, - ParentID: 4, - Name: `Wild Salmon Fillets`, - Category: `Seafood`, - OrderDate: `2023-01-04`, - Units: 320, - UnitPrice: 16.15, - Price: 5168, - Delivered: true - }), - new OrdersTreeDataItem( - { - ID: 403, - ParentID: 4, - Name: `Diet Lemonade`, - Category: `Beverages`, - OrderDate: `2023-01-04`, - Units: 437, - UnitPrice: 0.5, - Price: 218.5, - Delivered: true - }), - new OrdersTreeDataItem( - { - ID: 404, - ParentID: 4, - Name: `Potatoes`, - Category: `Vegetables`, - OrderDate: `2023-01-04`, - Units: 240, - UnitPrice: 1.6, - Price: 384, - Delivered: true - }), + new OrdersTreeDataItem({ ID: 1, ParentID: -1, Name: `Order 1`, Category: ``, OrderDate: `2010-02-17`, Units: 1844, UnitPrice: 3.73, Price: 6884.38, Delivered: true }), + new OrdersTreeDataItem({ ID: 101, ParentID: 1, Name: `Chocolate Chip Cookies`, Category: `Cookies`, OrderDate: `2010-02-17`, Units: 834, UnitPrice: 3.59, Price: 2994.06, Delivered: true }), + new OrdersTreeDataItem({ ID: 102, ParentID: 1, Name: `Red Apples`, Category: `Fruit`, OrderDate: `2010-02-17`, Units: 371, UnitPrice: 3.66, Price: 1357.86, Delivered: true }), + new OrdersTreeDataItem({ ID: 103, ParentID: 1, Name: `Butter`, Category: `Diary`, OrderDate: `2010-02-17`, Units: 260, UnitPrice: 3.45, Price: 897, Delivered: true }), + new OrdersTreeDataItem({ ID: 104, ParentID: 1, Name: `Potato Chips`, Category: `Snack`, OrderDate: `2010-02-17`, Units: 118, UnitPrice: 1.96, Price: 231.28, Delivered: true }), + new OrdersTreeDataItem({ ID: 105, ParentID: 1, Name: `Orange Juice`, Category: `Beverages`, OrderDate: `2010-02-17`, Units: 261, UnitPrice: 5.38, Price: 1404.18, Delivered: true }), + new OrdersTreeDataItem({ ID: 2, ParentID: -1, Name: `Order 2`, Category: ``, OrderDate: `2022-05-27`, Units: 1831, UnitPrice: 8.23, Price: 15062.77, Delivered: false }), + new OrdersTreeDataItem({ ID: 201, ParentID: 2, Name: `Frozen Shrimps`, Category: `Seafood`, OrderDate: `2022-05-27`, Units: 120, UnitPrice: 20.45, Price: 2454, Delivered: false }), + new OrdersTreeDataItem({ ID: 202, ParentID: 2, Name: `Ice Tea`, Category: `Beverages`, OrderDate: `2022-05-27`, Units: 840, UnitPrice: 7, Price: 5880, Delivered: false }), + new OrdersTreeDataItem({ ID: 203, ParentID: 2, Name: `Fresh Cheese`, Category: `Diary`, OrderDate: `2022-05-27`, Units: 267, UnitPrice: 16.55, Price: 4418.85, Delivered: false }), + new OrdersTreeDataItem({ ID: 204, ParentID: 2, Name: `Carrots`, Category: `Vegetables`, OrderDate: `2022-05-27`, Units: 360, UnitPrice: 2.77, Price: 997.2, Delivered: false }), + new OrdersTreeDataItem({ ID: 205, ParentID: 2, Name: `Apple Juice`, Category: `Beverages`, OrderDate: `2022-05-27`, Units: 244, UnitPrice: 5.38, Price: 1312.72, Delivered: false }), + new OrdersTreeDataItem({ ID: 3, ParentID: -1, Name: `Order 3`, Category: ``, OrderDate: `2022-08-04`, Units: 1972, UnitPrice: 3.47, Price: 6849.18, Delivered: true }), + new OrdersTreeDataItem({ ID: 301, ParentID: 3, Name: `Skimmed Milk 1L`, Category: `Diary`, OrderDate: `2022-08-04`, Units: 1028, UnitPrice: 3.56, Price: 3659.68, Delivered: true }), + new OrdersTreeDataItem({ ID: 302, ParentID: 3, Name: `Bananas 5 Pack`, Category: `Fruit`, OrderDate: `2022-08-04`, Units: 370, UnitPrice: 6.36, Price: 2353.2, Delivered: true }), + new OrdersTreeDataItem({ ID: 303, ParentID: 3, Name: `Cauliflower`, Category: `Vegetables`, OrderDate: `2022-08-04`, Units: 283, UnitPrice: 0.95, Price: 268.85, Delivered: true }), + new OrdersTreeDataItem({ ID: 304, ParentID: 3, Name: `White Chocolate Cookies`, Category: `Cookies`, OrderDate: `2022-08-04`, Units: 291, UnitPrice: 1.95, Price: 567.45, Delivered: true }), + new OrdersTreeDataItem({ ID: 4, ParentID: -1, Name: `Order 4`, Category: ``, OrderDate: `2023-01-04`, Units: 1065, UnitPrice: 5.56, Price: 5923.5, Delivered: true }), + new OrdersTreeDataItem({ ID: 401, ParentID: 4, Name: `Mini Milk Chocolate Cookie Bites`, Category: `Cookies`, OrderDate: `2023-01-04`, Units: 68, UnitPrice: 2.25, Price: 153, Delivered: true }), + new OrdersTreeDataItem({ ID: 402, ParentID: 4, Name: `Wild Salmon Fillets`, Category: `Seafood`, OrderDate: `2023-01-04`, Units: 320, UnitPrice: 16.15, Price: 5168, Delivered: true }), + new OrdersTreeDataItem({ ID: 403, ParentID: 4, Name: `Diet Lemonade`, Category: `Beverages`, OrderDate: `2023-01-04`, Units: 437, UnitPrice: 0.5, Price: 218.5, Delivered: true }), + new OrdersTreeDataItem({ ID: 404, ParentID: 4, Name: `Potatoes`, Category: `Vegetables`, OrderDate: `2023-01-04`, Units: 240, UnitPrice: 1.6, Price: 384, Delivered: true }), ]; super(...newItems.slice(0)); } diff --git a/samples/grids/tree-grid/row-paging-options/src/OrdersTreeData.ts b/samples/grids/tree-grid/row-paging-options/src/OrdersTreeData.ts index c5c69cc874..97749e00f3 100644 --- a/samples/grids/tree-grid/row-paging-options/src/OrdersTreeData.ts +++ b/samples/grids/tree-grid/row-paging-options/src/OrdersTreeData.ts @@ -20,270 +20,28 @@ export class OrdersTreeData extends Array { super(...items); } else { const newItems = [ - new OrdersTreeDataItem( - { - ID: 1, - ParentID: -1, - Name: `Order 1`, - Category: ``, - OrderDate: `2010-02-17`, - Units: 1844, - UnitPrice: 3.73, - Price: 6884.38, - Delivered: true - }), - new OrdersTreeDataItem( - { - ID: 101, - ParentID: 1, - Name: `Chocolate Chip Cookies`, - Category: `Cookies`, - OrderDate: `2010-02-17`, - Units: 834, - UnitPrice: 3.59, - Price: 2994.06, - Delivered: true - }), - new OrdersTreeDataItem( - { - ID: 102, - ParentID: 1, - Name: `Red Apples`, - Category: `Fruit`, - OrderDate: `2010-02-17`, - Units: 371, - UnitPrice: 3.66, - Price: 1357.86, - Delivered: true - }), - new OrdersTreeDataItem( - { - ID: 103, - ParentID: 1, - Name: `Butter`, - Category: `Diary`, - OrderDate: `2010-02-17`, - Units: 260, - UnitPrice: 3.45, - Price: 897, - Delivered: true - }), - new OrdersTreeDataItem( - { - ID: 104, - ParentID: 1, - Name: `Potato Chips`, - Category: `Snack`, - OrderDate: `2010-02-17`, - Units: 118, - UnitPrice: 1.96, - Price: 231.28, - Delivered: true - }), - new OrdersTreeDataItem( - { - ID: 105, - ParentID: 1, - Name: `Orange Juice`, - Category: `Beverages`, - OrderDate: `2010-02-17`, - Units: 261, - UnitPrice: 5.38, - Price: 1404.18, - Delivered: true - }), - new OrdersTreeDataItem( - { - ID: 2, - ParentID: -1, - Name: `Order 2`, - Category: ``, - OrderDate: `2022-05-27`, - Units: 1831, - UnitPrice: 8.23, - Price: 15062.77, - Delivered: false - }), - new OrdersTreeDataItem( - { - ID: 201, - ParentID: 2, - Name: `Frozen Shrimps`, - Category: `Seafood`, - OrderDate: `2022-05-27`, - Units: 120, - UnitPrice: 20.45, - Price: 2454, - Delivered: false - }), - new OrdersTreeDataItem( - { - ID: 202, - ParentID: 2, - Name: `Ice Tea`, - Category: `Beverages`, - OrderDate: `2022-05-27`, - Units: 840, - UnitPrice: 7, - Price: 5880, - Delivered: false - }), - new OrdersTreeDataItem( - { - ID: 203, - ParentID: 2, - Name: `Fresh Cheese`, - Category: `Diary`, - OrderDate: `2022-05-27`, - Units: 267, - UnitPrice: 16.55, - Price: 4418.85, - Delivered: false - }), - new OrdersTreeDataItem( - { - ID: 204, - ParentID: 2, - Name: `Carrots`, - Category: `Vegetables`, - OrderDate: `2022-05-27`, - Units: 360, - UnitPrice: 2.77, - Price: 997.2, - Delivered: false - }), - new OrdersTreeDataItem( - { - ID: 205, - ParentID: 2, - Name: `Apple Juice`, - Category: `Beverages`, - OrderDate: `2022-05-27`, - Units: 244, - UnitPrice: 5.38, - Price: 1312.72, - Delivered: false - }), - new OrdersTreeDataItem( - { - ID: 3, - ParentID: -1, - Name: `Order 3`, - Category: ``, - OrderDate: `2022-08-04`, - Units: 1972, - UnitPrice: 3.47, - Price: 6849.18, - Delivered: true - }), - new OrdersTreeDataItem( - { - ID: 301, - ParentID: 3, - Name: `Skimmed Milk 1L`, - Category: `Diary`, - OrderDate: `2022-08-04`, - Units: 1028, - UnitPrice: 3.56, - Price: 3659.68, - Delivered: true - }), - new OrdersTreeDataItem( - { - ID: 302, - ParentID: 3, - Name: `Bananas 5 Pack`, - Category: `Fruit`, - OrderDate: `2022-08-04`, - Units: 370, - UnitPrice: 6.36, - Price: 2353.2, - Delivered: true - }), - new OrdersTreeDataItem( - { - ID: 303, - ParentID: 3, - Name: `Cauliflower`, - Category: `Vegetables`, - OrderDate: `2022-08-04`, - Units: 283, - UnitPrice: 0.95, - Price: 268.85, - Delivered: true - }), - new OrdersTreeDataItem( - { - ID: 304, - ParentID: 3, - Name: `White Chocolate Cookies`, - Category: `Cookies`, - OrderDate: `2022-08-04`, - Units: 291, - UnitPrice: 1.95, - Price: 567.45, - Delivered: true - }), - new OrdersTreeDataItem( - { - ID: 4, - ParentID: -1, - Name: `Order 4`, - Category: ``, - OrderDate: `2023-01-04`, - Units: 1065, - UnitPrice: 5.56, - Price: 5923.5, - Delivered: true - }), - new OrdersTreeDataItem( - { - ID: 401, - ParentID: 4, - Name: `Mini Milk Chocolate Cookie Bites`, - Category: `Cookies`, - OrderDate: `2023-01-04`, - Units: 68, - UnitPrice: 2.25, - Price: 153, - Delivered: true - }), - new OrdersTreeDataItem( - { - ID: 402, - ParentID: 4, - Name: `Wild Salmon Fillets`, - Category: `Seafood`, - OrderDate: `2023-01-04`, - Units: 320, - UnitPrice: 16.15, - Price: 5168, - Delivered: true - }), - new OrdersTreeDataItem( - { - ID: 403, - ParentID: 4, - Name: `Diet Lemonade`, - Category: `Beverages`, - OrderDate: `2023-01-04`, - Units: 437, - UnitPrice: 0.5, - Price: 218.5, - Delivered: true - }), - new OrdersTreeDataItem( - { - ID: 404, - ParentID: 4, - Name: `Potatoes`, - Category: `Vegetables`, - OrderDate: `2023-01-04`, - Units: 240, - UnitPrice: 1.6, - Price: 384, - Delivered: true - }), + new OrdersTreeDataItem({ ID: 1, ParentID: -1, Name: `Order 1`, Category: ``, OrderDate: `2010-02-17`, Units: 1844, UnitPrice: 3.73, Price: 6884.38, Delivered: true }), + new OrdersTreeDataItem({ ID: 101, ParentID: 1, Name: `Chocolate Chip Cookies`, Category: `Cookies`, OrderDate: `2010-02-17`, Units: 834, UnitPrice: 3.59, Price: 2994.06, Delivered: true }), + new OrdersTreeDataItem({ ID: 102, ParentID: 1, Name: `Red Apples`, Category: `Fruit`, OrderDate: `2010-02-17`, Units: 371, UnitPrice: 3.66, Price: 1357.86, Delivered: true }), + new OrdersTreeDataItem({ ID: 103, ParentID: 1, Name: `Butter`, Category: `Diary`, OrderDate: `2010-02-17`, Units: 260, UnitPrice: 3.45, Price: 897, Delivered: true }), + new OrdersTreeDataItem({ ID: 104, ParentID: 1, Name: `Potato Chips`, Category: `Snack`, OrderDate: `2010-02-17`, Units: 118, UnitPrice: 1.96, Price: 231.28, Delivered: true }), + new OrdersTreeDataItem({ ID: 105, ParentID: 1, Name: `Orange Juice`, Category: `Beverages`, OrderDate: `2010-02-17`, Units: 261, UnitPrice: 5.38, Price: 1404.18, Delivered: true }), + new OrdersTreeDataItem({ ID: 2, ParentID: -1, Name: `Order 2`, Category: ``, OrderDate: `2022-05-27`, Units: 1831, UnitPrice: 8.23, Price: 15062.77, Delivered: false }), + new OrdersTreeDataItem({ ID: 201, ParentID: 2, Name: `Frozen Shrimps`, Category: `Seafood`, OrderDate: `2022-05-27`, Units: 120, UnitPrice: 20.45, Price: 2454, Delivered: false }), + new OrdersTreeDataItem({ ID: 202, ParentID: 2, Name: `Ice Tea`, Category: `Beverages`, OrderDate: `2022-05-27`, Units: 840, UnitPrice: 7, Price: 5880, Delivered: false }), + new OrdersTreeDataItem({ ID: 203, ParentID: 2, Name: `Fresh Cheese`, Category: `Diary`, OrderDate: `2022-05-27`, Units: 267, UnitPrice: 16.55, Price: 4418.85, Delivered: false }), + new OrdersTreeDataItem({ ID: 204, ParentID: 2, Name: `Carrots`, Category: `Vegetables`, OrderDate: `2022-05-27`, Units: 360, UnitPrice: 2.77, Price: 997.2, Delivered: false }), + new OrdersTreeDataItem({ ID: 205, ParentID: 2, Name: `Apple Juice`, Category: `Beverages`, OrderDate: `2022-05-27`, Units: 244, UnitPrice: 5.38, Price: 1312.72, Delivered: false }), + new OrdersTreeDataItem({ ID: 3, ParentID: -1, Name: `Order 3`, Category: ``, OrderDate: `2022-08-04`, Units: 1972, UnitPrice: 3.47, Price: 6849.18, Delivered: true }), + new OrdersTreeDataItem({ ID: 301, ParentID: 3, Name: `Skimmed Milk 1L`, Category: `Diary`, OrderDate: `2022-08-04`, Units: 1028, UnitPrice: 3.56, Price: 3659.68, Delivered: true }), + new OrdersTreeDataItem({ ID: 302, ParentID: 3, Name: `Bananas 5 Pack`, Category: `Fruit`, OrderDate: `2022-08-04`, Units: 370, UnitPrice: 6.36, Price: 2353.2, Delivered: true }), + new OrdersTreeDataItem({ ID: 303, ParentID: 3, Name: `Cauliflower`, Category: `Vegetables`, OrderDate: `2022-08-04`, Units: 283, UnitPrice: 0.95, Price: 268.85, Delivered: true }), + new OrdersTreeDataItem({ ID: 304, ParentID: 3, Name: `White Chocolate Cookies`, Category: `Cookies`, OrderDate: `2022-08-04`, Units: 291, UnitPrice: 1.95, Price: 567.45, Delivered: true }), + new OrdersTreeDataItem({ ID: 4, ParentID: -1, Name: `Order 4`, Category: ``, OrderDate: `2023-01-04`, Units: 1065, UnitPrice: 5.56, Price: 5923.5, Delivered: true }), + new OrdersTreeDataItem({ ID: 401, ParentID: 4, Name: `Mini Milk Chocolate Cookie Bites`, Category: `Cookies`, OrderDate: `2023-01-04`, Units: 68, UnitPrice: 2.25, Price: 153, Delivered: true }), + new OrdersTreeDataItem({ ID: 402, ParentID: 4, Name: `Wild Salmon Fillets`, Category: `Seafood`, OrderDate: `2023-01-04`, Units: 320, UnitPrice: 16.15, Price: 5168, Delivered: true }), + new OrdersTreeDataItem({ ID: 403, ParentID: 4, Name: `Diet Lemonade`, Category: `Beverages`, OrderDate: `2023-01-04`, Units: 437, UnitPrice: 0.5, Price: 218.5, Delivered: true }), + new OrdersTreeDataItem({ ID: 404, ParentID: 4, Name: `Potatoes`, Category: `Vegetables`, OrderDate: `2023-01-04`, Units: 240, UnitPrice: 1.6, Price: 384, Delivered: true }), ]; super(...newItems.slice(0)); } diff --git a/samples/grids/tree-grid/row-paging-style/src/OrdersTreeData.ts b/samples/grids/tree-grid/row-paging-style/src/OrdersTreeData.ts index c5c69cc874..97749e00f3 100644 --- a/samples/grids/tree-grid/row-paging-style/src/OrdersTreeData.ts +++ b/samples/grids/tree-grid/row-paging-style/src/OrdersTreeData.ts @@ -20,270 +20,28 @@ export class OrdersTreeData extends Array { super(...items); } else { const newItems = [ - new OrdersTreeDataItem( - { - ID: 1, - ParentID: -1, - Name: `Order 1`, - Category: ``, - OrderDate: `2010-02-17`, - Units: 1844, - UnitPrice: 3.73, - Price: 6884.38, - Delivered: true - }), - new OrdersTreeDataItem( - { - ID: 101, - ParentID: 1, - Name: `Chocolate Chip Cookies`, - Category: `Cookies`, - OrderDate: `2010-02-17`, - Units: 834, - UnitPrice: 3.59, - Price: 2994.06, - Delivered: true - }), - new OrdersTreeDataItem( - { - ID: 102, - ParentID: 1, - Name: `Red Apples`, - Category: `Fruit`, - OrderDate: `2010-02-17`, - Units: 371, - UnitPrice: 3.66, - Price: 1357.86, - Delivered: true - }), - new OrdersTreeDataItem( - { - ID: 103, - ParentID: 1, - Name: `Butter`, - Category: `Diary`, - OrderDate: `2010-02-17`, - Units: 260, - UnitPrice: 3.45, - Price: 897, - Delivered: true - }), - new OrdersTreeDataItem( - { - ID: 104, - ParentID: 1, - Name: `Potato Chips`, - Category: `Snack`, - OrderDate: `2010-02-17`, - Units: 118, - UnitPrice: 1.96, - Price: 231.28, - Delivered: true - }), - new OrdersTreeDataItem( - { - ID: 105, - ParentID: 1, - Name: `Orange Juice`, - Category: `Beverages`, - OrderDate: `2010-02-17`, - Units: 261, - UnitPrice: 5.38, - Price: 1404.18, - Delivered: true - }), - new OrdersTreeDataItem( - { - ID: 2, - ParentID: -1, - Name: `Order 2`, - Category: ``, - OrderDate: `2022-05-27`, - Units: 1831, - UnitPrice: 8.23, - Price: 15062.77, - Delivered: false - }), - new OrdersTreeDataItem( - { - ID: 201, - ParentID: 2, - Name: `Frozen Shrimps`, - Category: `Seafood`, - OrderDate: `2022-05-27`, - Units: 120, - UnitPrice: 20.45, - Price: 2454, - Delivered: false - }), - new OrdersTreeDataItem( - { - ID: 202, - ParentID: 2, - Name: `Ice Tea`, - Category: `Beverages`, - OrderDate: `2022-05-27`, - Units: 840, - UnitPrice: 7, - Price: 5880, - Delivered: false - }), - new OrdersTreeDataItem( - { - ID: 203, - ParentID: 2, - Name: `Fresh Cheese`, - Category: `Diary`, - OrderDate: `2022-05-27`, - Units: 267, - UnitPrice: 16.55, - Price: 4418.85, - Delivered: false - }), - new OrdersTreeDataItem( - { - ID: 204, - ParentID: 2, - Name: `Carrots`, - Category: `Vegetables`, - OrderDate: `2022-05-27`, - Units: 360, - UnitPrice: 2.77, - Price: 997.2, - Delivered: false - }), - new OrdersTreeDataItem( - { - ID: 205, - ParentID: 2, - Name: `Apple Juice`, - Category: `Beverages`, - OrderDate: `2022-05-27`, - Units: 244, - UnitPrice: 5.38, - Price: 1312.72, - Delivered: false - }), - new OrdersTreeDataItem( - { - ID: 3, - ParentID: -1, - Name: `Order 3`, - Category: ``, - OrderDate: `2022-08-04`, - Units: 1972, - UnitPrice: 3.47, - Price: 6849.18, - Delivered: true - }), - new OrdersTreeDataItem( - { - ID: 301, - ParentID: 3, - Name: `Skimmed Milk 1L`, - Category: `Diary`, - OrderDate: `2022-08-04`, - Units: 1028, - UnitPrice: 3.56, - Price: 3659.68, - Delivered: true - }), - new OrdersTreeDataItem( - { - ID: 302, - ParentID: 3, - Name: `Bananas 5 Pack`, - Category: `Fruit`, - OrderDate: `2022-08-04`, - Units: 370, - UnitPrice: 6.36, - Price: 2353.2, - Delivered: true - }), - new OrdersTreeDataItem( - { - ID: 303, - ParentID: 3, - Name: `Cauliflower`, - Category: `Vegetables`, - OrderDate: `2022-08-04`, - Units: 283, - UnitPrice: 0.95, - Price: 268.85, - Delivered: true - }), - new OrdersTreeDataItem( - { - ID: 304, - ParentID: 3, - Name: `White Chocolate Cookies`, - Category: `Cookies`, - OrderDate: `2022-08-04`, - Units: 291, - UnitPrice: 1.95, - Price: 567.45, - Delivered: true - }), - new OrdersTreeDataItem( - { - ID: 4, - ParentID: -1, - Name: `Order 4`, - Category: ``, - OrderDate: `2023-01-04`, - Units: 1065, - UnitPrice: 5.56, - Price: 5923.5, - Delivered: true - }), - new OrdersTreeDataItem( - { - ID: 401, - ParentID: 4, - Name: `Mini Milk Chocolate Cookie Bites`, - Category: `Cookies`, - OrderDate: `2023-01-04`, - Units: 68, - UnitPrice: 2.25, - Price: 153, - Delivered: true - }), - new OrdersTreeDataItem( - { - ID: 402, - ParentID: 4, - Name: `Wild Salmon Fillets`, - Category: `Seafood`, - OrderDate: `2023-01-04`, - Units: 320, - UnitPrice: 16.15, - Price: 5168, - Delivered: true - }), - new OrdersTreeDataItem( - { - ID: 403, - ParentID: 4, - Name: `Diet Lemonade`, - Category: `Beverages`, - OrderDate: `2023-01-04`, - Units: 437, - UnitPrice: 0.5, - Price: 218.5, - Delivered: true - }), - new OrdersTreeDataItem( - { - ID: 404, - ParentID: 4, - Name: `Potatoes`, - Category: `Vegetables`, - OrderDate: `2023-01-04`, - Units: 240, - UnitPrice: 1.6, - Price: 384, - Delivered: true - }), + new OrdersTreeDataItem({ ID: 1, ParentID: -1, Name: `Order 1`, Category: ``, OrderDate: `2010-02-17`, Units: 1844, UnitPrice: 3.73, Price: 6884.38, Delivered: true }), + new OrdersTreeDataItem({ ID: 101, ParentID: 1, Name: `Chocolate Chip Cookies`, Category: `Cookies`, OrderDate: `2010-02-17`, Units: 834, UnitPrice: 3.59, Price: 2994.06, Delivered: true }), + new OrdersTreeDataItem({ ID: 102, ParentID: 1, Name: `Red Apples`, Category: `Fruit`, OrderDate: `2010-02-17`, Units: 371, UnitPrice: 3.66, Price: 1357.86, Delivered: true }), + new OrdersTreeDataItem({ ID: 103, ParentID: 1, Name: `Butter`, Category: `Diary`, OrderDate: `2010-02-17`, Units: 260, UnitPrice: 3.45, Price: 897, Delivered: true }), + new OrdersTreeDataItem({ ID: 104, ParentID: 1, Name: `Potato Chips`, Category: `Snack`, OrderDate: `2010-02-17`, Units: 118, UnitPrice: 1.96, Price: 231.28, Delivered: true }), + new OrdersTreeDataItem({ ID: 105, ParentID: 1, Name: `Orange Juice`, Category: `Beverages`, OrderDate: `2010-02-17`, Units: 261, UnitPrice: 5.38, Price: 1404.18, Delivered: true }), + new OrdersTreeDataItem({ ID: 2, ParentID: -1, Name: `Order 2`, Category: ``, OrderDate: `2022-05-27`, Units: 1831, UnitPrice: 8.23, Price: 15062.77, Delivered: false }), + new OrdersTreeDataItem({ ID: 201, ParentID: 2, Name: `Frozen Shrimps`, Category: `Seafood`, OrderDate: `2022-05-27`, Units: 120, UnitPrice: 20.45, Price: 2454, Delivered: false }), + new OrdersTreeDataItem({ ID: 202, ParentID: 2, Name: `Ice Tea`, Category: `Beverages`, OrderDate: `2022-05-27`, Units: 840, UnitPrice: 7, Price: 5880, Delivered: false }), + new OrdersTreeDataItem({ ID: 203, ParentID: 2, Name: `Fresh Cheese`, Category: `Diary`, OrderDate: `2022-05-27`, Units: 267, UnitPrice: 16.55, Price: 4418.85, Delivered: false }), + new OrdersTreeDataItem({ ID: 204, ParentID: 2, Name: `Carrots`, Category: `Vegetables`, OrderDate: `2022-05-27`, Units: 360, UnitPrice: 2.77, Price: 997.2, Delivered: false }), + new OrdersTreeDataItem({ ID: 205, ParentID: 2, Name: `Apple Juice`, Category: `Beverages`, OrderDate: `2022-05-27`, Units: 244, UnitPrice: 5.38, Price: 1312.72, Delivered: false }), + new OrdersTreeDataItem({ ID: 3, ParentID: -1, Name: `Order 3`, Category: ``, OrderDate: `2022-08-04`, Units: 1972, UnitPrice: 3.47, Price: 6849.18, Delivered: true }), + new OrdersTreeDataItem({ ID: 301, ParentID: 3, Name: `Skimmed Milk 1L`, Category: `Diary`, OrderDate: `2022-08-04`, Units: 1028, UnitPrice: 3.56, Price: 3659.68, Delivered: true }), + new OrdersTreeDataItem({ ID: 302, ParentID: 3, Name: `Bananas 5 Pack`, Category: `Fruit`, OrderDate: `2022-08-04`, Units: 370, UnitPrice: 6.36, Price: 2353.2, Delivered: true }), + new OrdersTreeDataItem({ ID: 303, ParentID: 3, Name: `Cauliflower`, Category: `Vegetables`, OrderDate: `2022-08-04`, Units: 283, UnitPrice: 0.95, Price: 268.85, Delivered: true }), + new OrdersTreeDataItem({ ID: 304, ParentID: 3, Name: `White Chocolate Cookies`, Category: `Cookies`, OrderDate: `2022-08-04`, Units: 291, UnitPrice: 1.95, Price: 567.45, Delivered: true }), + new OrdersTreeDataItem({ ID: 4, ParentID: -1, Name: `Order 4`, Category: ``, OrderDate: `2023-01-04`, Units: 1065, UnitPrice: 5.56, Price: 5923.5, Delivered: true }), + new OrdersTreeDataItem({ ID: 401, ParentID: 4, Name: `Mini Milk Chocolate Cookie Bites`, Category: `Cookies`, OrderDate: `2023-01-04`, Units: 68, UnitPrice: 2.25, Price: 153, Delivered: true }), + new OrdersTreeDataItem({ ID: 402, ParentID: 4, Name: `Wild Salmon Fillets`, Category: `Seafood`, OrderDate: `2023-01-04`, Units: 320, UnitPrice: 16.15, Price: 5168, Delivered: true }), + new OrdersTreeDataItem({ ID: 403, ParentID: 4, Name: `Diet Lemonade`, Category: `Beverages`, OrderDate: `2023-01-04`, Units: 437, UnitPrice: 0.5, Price: 218.5, Delivered: true }), + new OrdersTreeDataItem({ ID: 404, ParentID: 4, Name: `Potatoes`, Category: `Vegetables`, OrderDate: `2023-01-04`, Units: 240, UnitPrice: 1.6, Price: 384, Delivered: true }), ]; super(...newItems.slice(0)); } diff --git a/samples/grids/tree-grid/row-pinning-extra-column/src/EmployeesNestedTreeData.ts b/samples/grids/tree-grid/row-pinning-extra-column/src/EmployeesNestedTreeData.ts index 9441666e0c..a51b020df3 100644 --- a/samples/grids/tree-grid/row-pinning-extra-column/src/EmployeesNestedTreeData.ts +++ b/samples/grids/tree-grid/row-pinning-extra-column/src/EmployeesNestedTreeData.ts @@ -19,204 +19,24 @@ export class EmployeesNestedTreeData extends Array super(...items); } else { const newItems = [ - new EmployeesNestedTreeDataItem( - { - Age: 55, - HireDate: `2008-03-20`, - ID: 1, - Name: `Johnathan Winchester`, - Phone: `0251-031259`, - OnPTO: false, - ParentID: -1, - Title: `Development Manager` - }), - new EmployeesNestedTreeDataItem( - { - Age: 42, - HireDate: `2014-01-22`, - ID: 4, - Name: `Ana Sanders`, - Phone: `(21) 555-0091`, - OnPTO: true, - ParentID: -1, - Title: `CEO` - }), - new EmployeesNestedTreeDataItem( - { - Age: 49, - HireDate: `2014-01-22`, - ID: 18, - Name: `Victoria Lincoln`, - Phone: `(071) 23 67 22 20`, - OnPTO: true, - ParentID: -1, - Title: `Accounting Manager` - }), - new EmployeesNestedTreeDataItem( - { - Age: 61, - HireDate: `2010-01-01`, - ID: 10, - Name: `Yang Wang`, - Phone: `(21) 555-0091`, - OnPTO: false, - ParentID: -1, - Title: `Localization Manager` - }), - new EmployeesNestedTreeDataItem( - { - Age: 43, - HireDate: `2011-06-03`, - ID: 3, - Name: `Michael Burke`, - Phone: `0452-076545`, - OnPTO: true, - ParentID: 1, - Title: `Senior Software Developer` - }), - new EmployeesNestedTreeDataItem( - { - Age: 29, - HireDate: `2009-06-19`, - ID: 2, - Name: `Thomas Anderson`, - Phone: `(14) 555-8122`, - OnPTO: false, - ParentID: 1, - Title: `Senior Software Developer` - }), - new EmployeesNestedTreeDataItem( - { - Age: 31, - HireDate: `2014-08-18`, - ID: 11, - Name: `Monica Reyes`, - Phone: `7675-3425`, - OnPTO: false, - ParentID: 1, - Title: `Software Development Team Lead` - }), - new EmployeesNestedTreeDataItem( - { - Age: 35, - HireDate: `2015-09-17`, - ID: 6, - Name: `Roland Mendel`, - Phone: `(505) 555-5939`, - OnPTO: false, - ParentID: 11, - Title: `Senior Software Developer` - }), - new EmployeesNestedTreeDataItem( - { - Age: 44, - HireDate: `2009-10-11`, - ID: 12, - Name: `Sven Cooper`, - Phone: `0695-34 67 21`, - OnPTO: true, - ParentID: 11, - Title: `Senior Software Developer` - }), - new EmployeesNestedTreeDataItem( - { - Age: 44, - HireDate: `2014-04-04`, - ID: 14, - Name: `Laurence Johnson`, - Phone: `981-443655`, - OnPTO: false, - ParentID: 4, - Title: `Director` - }), - new EmployeesNestedTreeDataItem( - { - Age: 25, - HireDate: `2017-11-09`, - ID: 5, - Name: `Elizabeth Richards`, - Phone: `(2) 283-2951`, - OnPTO: true, - ParentID: 4, - Title: `Vice President` - }), - new EmployeesNestedTreeDataItem( - { - Age: 39, - HireDate: `2010-03-22`, - ID: 13, - Name: `Trevor Ashworth`, - Phone: `981-443655`, - OnPTO: true, - ParentID: 5, - Title: `Director` - }), - new EmployeesNestedTreeDataItem( - { - Age: 44, - HireDate: `2014-04-04`, - ID: 17, - Name: `Antonio Moreno`, - Phone: `(505) 555-5939`, - OnPTO: false, - ParentID: 18, - Title: `Senior Accountant` - }), - new EmployeesNestedTreeDataItem( - { - Age: 50, - HireDate: `2007-11-18`, - ID: 7, - Name: `Pedro Rodriguez`, - Phone: `035-640230`, - OnPTO: false, - ParentID: 10, - Title: `Senior Localization Developer` - }), - new EmployeesNestedTreeDataItem( - { - Age: 27, - HireDate: `2016-02-19`, - ID: 8, - Name: `Casey Harper`, - Phone: `0342-023176`, - OnPTO: true, - ParentID: 10, - Title: `Senior Localization` - }), - new EmployeesNestedTreeDataItem( - { - Age: 25, - HireDate: `2017-11-09`, - ID: 15, - Name: `Patricia Simpson`, - Phone: `069-0245984`, - OnPTO: false, - ParentID: 7, - Title: `Localization Intern` - }), - new EmployeesNestedTreeDataItem( - { - Age: 39, - HireDate: `2010-03-22`, - ID: 9, - Name: `Francisco Chang`, - Phone: `(91) 745 6200`, - OnPTO: false, - ParentID: 7, - Title: `Localization Intern` - }), - new EmployeesNestedTreeDataItem( - { - Age: 25, - HireDate: `2018-03-18`, - ID: 16, - Name: `Peter Lewis`, - Phone: `069-0245984`, - OnPTO: true, - ParentID: 7, - Title: `Localization Intern` - }), + new EmployeesNestedTreeDataItem({ Age: 55, HireDate: `2008-03-20`, ID: 1, Name: `Johnathan Winchester`, Phone: `0251-031259`, OnPTO: false, ParentID: -1, Title: `Development Manager` }), + new EmployeesNestedTreeDataItem({ Age: 42, HireDate: `2014-01-22`, ID: 4, Name: `Ana Sanders`, Phone: `(21) 555-0091`, OnPTO: true, ParentID: -1, Title: `CEO` }), + new EmployeesNestedTreeDataItem({ Age: 49, HireDate: `2014-01-22`, ID: 18, Name: `Victoria Lincoln`, Phone: `(071) 23 67 22 20`, OnPTO: true, ParentID: -1, Title: `Accounting Manager` }), + new EmployeesNestedTreeDataItem({ Age: 61, HireDate: `2010-01-01`, ID: 10, Name: `Yang Wang`, Phone: `(21) 555-0091`, OnPTO: false, ParentID: -1, Title: `Localization Manager` }), + new EmployeesNestedTreeDataItem({ Age: 43, HireDate: `2011-06-03`, ID: 3, Name: `Michael Burke`, Phone: `0452-076545`, OnPTO: true, ParentID: 1, Title: `Senior Software Developer` }), + new EmployeesNestedTreeDataItem({ Age: 29, HireDate: `2009-06-19`, ID: 2, Name: `Thomas Anderson`, Phone: `(14) 555-8122`, OnPTO: false, ParentID: 1, Title: `Senior Software Developer` }), + new EmployeesNestedTreeDataItem({ Age: 31, HireDate: `2014-08-18`, ID: 11, Name: `Monica Reyes`, Phone: `7675-3425`, OnPTO: false, ParentID: 1, Title: `Software Development Team Lead` }), + new EmployeesNestedTreeDataItem({ Age: 35, HireDate: `2015-09-17`, ID: 6, Name: `Roland Mendel`, Phone: `(505) 555-5939`, OnPTO: false, ParentID: 11, Title: `Senior Software Developer` }), + new EmployeesNestedTreeDataItem({ Age: 44, HireDate: `2009-10-11`, ID: 12, Name: `Sven Cooper`, Phone: `0695-34 67 21`, OnPTO: true, ParentID: 11, Title: `Senior Software Developer` }), + new EmployeesNestedTreeDataItem({ Age: 44, HireDate: `2014-04-04`, ID: 14, Name: `Laurence Johnson`, Phone: `981-443655`, OnPTO: false, ParentID: 4, Title: `Director` }), + new EmployeesNestedTreeDataItem({ Age: 25, HireDate: `2017-11-09`, ID: 5, Name: `Elizabeth Richards`, Phone: `(2) 283-2951`, OnPTO: true, ParentID: 4, Title: `Vice President` }), + new EmployeesNestedTreeDataItem({ Age: 39, HireDate: `2010-03-22`, ID: 13, Name: `Trevor Ashworth`, Phone: `981-443655`, OnPTO: true, ParentID: 5, Title: `Director` }), + new EmployeesNestedTreeDataItem({ Age: 44, HireDate: `2014-04-04`, ID: 17, Name: `Antonio Moreno`, Phone: `(505) 555-5939`, OnPTO: false, ParentID: 18, Title: `Senior Accountant` }), + new EmployeesNestedTreeDataItem({ Age: 50, HireDate: `2007-11-18`, ID: 7, Name: `Pedro Rodriguez`, Phone: `035-640230`, OnPTO: false, ParentID: 10, Title: `Senior Localization Developer` }), + new EmployeesNestedTreeDataItem({ Age: 27, HireDate: `2016-02-19`, ID: 8, Name: `Casey Harper`, Phone: `0342-023176`, OnPTO: true, ParentID: 10, Title: `Senior Localization` }), + new EmployeesNestedTreeDataItem({ Age: 25, HireDate: `2017-11-09`, ID: 15, Name: `Patricia Simpson`, Phone: `069-0245984`, OnPTO: false, ParentID: 7, Title: `Localization Intern` }), + new EmployeesNestedTreeDataItem({ Age: 39, HireDate: `2010-03-22`, ID: 9, Name: `Francisco Chang`, Phone: `(91) 745 6200`, OnPTO: false, ParentID: 7, Title: `Localization Intern` }), + new EmployeesNestedTreeDataItem({ Age: 25, HireDate: `2018-03-18`, ID: 16, Name: `Peter Lewis`, Phone: `069-0245984`, OnPTO: true, ParentID: 7, Title: `Localization Intern` }), ]; super(...newItems.slice(0)); } diff --git a/samples/grids/tree-grid/row-pinning-options/src/EmployeesNestedTreeData.ts b/samples/grids/tree-grid/row-pinning-options/src/EmployeesNestedTreeData.ts index 9441666e0c..a51b020df3 100644 --- a/samples/grids/tree-grid/row-pinning-options/src/EmployeesNestedTreeData.ts +++ b/samples/grids/tree-grid/row-pinning-options/src/EmployeesNestedTreeData.ts @@ -19,204 +19,24 @@ export class EmployeesNestedTreeData extends Array super(...items); } else { const newItems = [ - new EmployeesNestedTreeDataItem( - { - Age: 55, - HireDate: `2008-03-20`, - ID: 1, - Name: `Johnathan Winchester`, - Phone: `0251-031259`, - OnPTO: false, - ParentID: -1, - Title: `Development Manager` - }), - new EmployeesNestedTreeDataItem( - { - Age: 42, - HireDate: `2014-01-22`, - ID: 4, - Name: `Ana Sanders`, - Phone: `(21) 555-0091`, - OnPTO: true, - ParentID: -1, - Title: `CEO` - }), - new EmployeesNestedTreeDataItem( - { - Age: 49, - HireDate: `2014-01-22`, - ID: 18, - Name: `Victoria Lincoln`, - Phone: `(071) 23 67 22 20`, - OnPTO: true, - ParentID: -1, - Title: `Accounting Manager` - }), - new EmployeesNestedTreeDataItem( - { - Age: 61, - HireDate: `2010-01-01`, - ID: 10, - Name: `Yang Wang`, - Phone: `(21) 555-0091`, - OnPTO: false, - ParentID: -1, - Title: `Localization Manager` - }), - new EmployeesNestedTreeDataItem( - { - Age: 43, - HireDate: `2011-06-03`, - ID: 3, - Name: `Michael Burke`, - Phone: `0452-076545`, - OnPTO: true, - ParentID: 1, - Title: `Senior Software Developer` - }), - new EmployeesNestedTreeDataItem( - { - Age: 29, - HireDate: `2009-06-19`, - ID: 2, - Name: `Thomas Anderson`, - Phone: `(14) 555-8122`, - OnPTO: false, - ParentID: 1, - Title: `Senior Software Developer` - }), - new EmployeesNestedTreeDataItem( - { - Age: 31, - HireDate: `2014-08-18`, - ID: 11, - Name: `Monica Reyes`, - Phone: `7675-3425`, - OnPTO: false, - ParentID: 1, - Title: `Software Development Team Lead` - }), - new EmployeesNestedTreeDataItem( - { - Age: 35, - HireDate: `2015-09-17`, - ID: 6, - Name: `Roland Mendel`, - Phone: `(505) 555-5939`, - OnPTO: false, - ParentID: 11, - Title: `Senior Software Developer` - }), - new EmployeesNestedTreeDataItem( - { - Age: 44, - HireDate: `2009-10-11`, - ID: 12, - Name: `Sven Cooper`, - Phone: `0695-34 67 21`, - OnPTO: true, - ParentID: 11, - Title: `Senior Software Developer` - }), - new EmployeesNestedTreeDataItem( - { - Age: 44, - HireDate: `2014-04-04`, - ID: 14, - Name: `Laurence Johnson`, - Phone: `981-443655`, - OnPTO: false, - ParentID: 4, - Title: `Director` - }), - new EmployeesNestedTreeDataItem( - { - Age: 25, - HireDate: `2017-11-09`, - ID: 5, - Name: `Elizabeth Richards`, - Phone: `(2) 283-2951`, - OnPTO: true, - ParentID: 4, - Title: `Vice President` - }), - new EmployeesNestedTreeDataItem( - { - Age: 39, - HireDate: `2010-03-22`, - ID: 13, - Name: `Trevor Ashworth`, - Phone: `981-443655`, - OnPTO: true, - ParentID: 5, - Title: `Director` - }), - new EmployeesNestedTreeDataItem( - { - Age: 44, - HireDate: `2014-04-04`, - ID: 17, - Name: `Antonio Moreno`, - Phone: `(505) 555-5939`, - OnPTO: false, - ParentID: 18, - Title: `Senior Accountant` - }), - new EmployeesNestedTreeDataItem( - { - Age: 50, - HireDate: `2007-11-18`, - ID: 7, - Name: `Pedro Rodriguez`, - Phone: `035-640230`, - OnPTO: false, - ParentID: 10, - Title: `Senior Localization Developer` - }), - new EmployeesNestedTreeDataItem( - { - Age: 27, - HireDate: `2016-02-19`, - ID: 8, - Name: `Casey Harper`, - Phone: `0342-023176`, - OnPTO: true, - ParentID: 10, - Title: `Senior Localization` - }), - new EmployeesNestedTreeDataItem( - { - Age: 25, - HireDate: `2017-11-09`, - ID: 15, - Name: `Patricia Simpson`, - Phone: `069-0245984`, - OnPTO: false, - ParentID: 7, - Title: `Localization Intern` - }), - new EmployeesNestedTreeDataItem( - { - Age: 39, - HireDate: `2010-03-22`, - ID: 9, - Name: `Francisco Chang`, - Phone: `(91) 745 6200`, - OnPTO: false, - ParentID: 7, - Title: `Localization Intern` - }), - new EmployeesNestedTreeDataItem( - { - Age: 25, - HireDate: `2018-03-18`, - ID: 16, - Name: `Peter Lewis`, - Phone: `069-0245984`, - OnPTO: true, - ParentID: 7, - Title: `Localization Intern` - }), + new EmployeesNestedTreeDataItem({ Age: 55, HireDate: `2008-03-20`, ID: 1, Name: `Johnathan Winchester`, Phone: `0251-031259`, OnPTO: false, ParentID: -1, Title: `Development Manager` }), + new EmployeesNestedTreeDataItem({ Age: 42, HireDate: `2014-01-22`, ID: 4, Name: `Ana Sanders`, Phone: `(21) 555-0091`, OnPTO: true, ParentID: -1, Title: `CEO` }), + new EmployeesNestedTreeDataItem({ Age: 49, HireDate: `2014-01-22`, ID: 18, Name: `Victoria Lincoln`, Phone: `(071) 23 67 22 20`, OnPTO: true, ParentID: -1, Title: `Accounting Manager` }), + new EmployeesNestedTreeDataItem({ Age: 61, HireDate: `2010-01-01`, ID: 10, Name: `Yang Wang`, Phone: `(21) 555-0091`, OnPTO: false, ParentID: -1, Title: `Localization Manager` }), + new EmployeesNestedTreeDataItem({ Age: 43, HireDate: `2011-06-03`, ID: 3, Name: `Michael Burke`, Phone: `0452-076545`, OnPTO: true, ParentID: 1, Title: `Senior Software Developer` }), + new EmployeesNestedTreeDataItem({ Age: 29, HireDate: `2009-06-19`, ID: 2, Name: `Thomas Anderson`, Phone: `(14) 555-8122`, OnPTO: false, ParentID: 1, Title: `Senior Software Developer` }), + new EmployeesNestedTreeDataItem({ Age: 31, HireDate: `2014-08-18`, ID: 11, Name: `Monica Reyes`, Phone: `7675-3425`, OnPTO: false, ParentID: 1, Title: `Software Development Team Lead` }), + new EmployeesNestedTreeDataItem({ Age: 35, HireDate: `2015-09-17`, ID: 6, Name: `Roland Mendel`, Phone: `(505) 555-5939`, OnPTO: false, ParentID: 11, Title: `Senior Software Developer` }), + new EmployeesNestedTreeDataItem({ Age: 44, HireDate: `2009-10-11`, ID: 12, Name: `Sven Cooper`, Phone: `0695-34 67 21`, OnPTO: true, ParentID: 11, Title: `Senior Software Developer` }), + new EmployeesNestedTreeDataItem({ Age: 44, HireDate: `2014-04-04`, ID: 14, Name: `Laurence Johnson`, Phone: `981-443655`, OnPTO: false, ParentID: 4, Title: `Director` }), + new EmployeesNestedTreeDataItem({ Age: 25, HireDate: `2017-11-09`, ID: 5, Name: `Elizabeth Richards`, Phone: `(2) 283-2951`, OnPTO: true, ParentID: 4, Title: `Vice President` }), + new EmployeesNestedTreeDataItem({ Age: 39, HireDate: `2010-03-22`, ID: 13, Name: `Trevor Ashworth`, Phone: `981-443655`, OnPTO: true, ParentID: 5, Title: `Director` }), + new EmployeesNestedTreeDataItem({ Age: 44, HireDate: `2014-04-04`, ID: 17, Name: `Antonio Moreno`, Phone: `(505) 555-5939`, OnPTO: false, ParentID: 18, Title: `Senior Accountant` }), + new EmployeesNestedTreeDataItem({ Age: 50, HireDate: `2007-11-18`, ID: 7, Name: `Pedro Rodriguez`, Phone: `035-640230`, OnPTO: false, ParentID: 10, Title: `Senior Localization Developer` }), + new EmployeesNestedTreeDataItem({ Age: 27, HireDate: `2016-02-19`, ID: 8, Name: `Casey Harper`, Phone: `0342-023176`, OnPTO: true, ParentID: 10, Title: `Senior Localization` }), + new EmployeesNestedTreeDataItem({ Age: 25, HireDate: `2017-11-09`, ID: 15, Name: `Patricia Simpson`, Phone: `069-0245984`, OnPTO: false, ParentID: 7, Title: `Localization Intern` }), + new EmployeesNestedTreeDataItem({ Age: 39, HireDate: `2010-03-22`, ID: 9, Name: `Francisco Chang`, Phone: `(91) 745 6200`, OnPTO: false, ParentID: 7, Title: `Localization Intern` }), + new EmployeesNestedTreeDataItem({ Age: 25, HireDate: `2018-03-18`, ID: 16, Name: `Peter Lewis`, Phone: `069-0245984`, OnPTO: true, ParentID: 7, Title: `Localization Intern` }), ]; super(...newItems.slice(0)); } diff --git a/samples/grids/tree-grid/row-pinning-style/src/EmployeesNestedTreeData.ts b/samples/grids/tree-grid/row-pinning-style/src/EmployeesNestedTreeData.ts index 9441666e0c..a51b020df3 100644 --- a/samples/grids/tree-grid/row-pinning-style/src/EmployeesNestedTreeData.ts +++ b/samples/grids/tree-grid/row-pinning-style/src/EmployeesNestedTreeData.ts @@ -19,204 +19,24 @@ export class EmployeesNestedTreeData extends Array super(...items); } else { const newItems = [ - new EmployeesNestedTreeDataItem( - { - Age: 55, - HireDate: `2008-03-20`, - ID: 1, - Name: `Johnathan Winchester`, - Phone: `0251-031259`, - OnPTO: false, - ParentID: -1, - Title: `Development Manager` - }), - new EmployeesNestedTreeDataItem( - { - Age: 42, - HireDate: `2014-01-22`, - ID: 4, - Name: `Ana Sanders`, - Phone: `(21) 555-0091`, - OnPTO: true, - ParentID: -1, - Title: `CEO` - }), - new EmployeesNestedTreeDataItem( - { - Age: 49, - HireDate: `2014-01-22`, - ID: 18, - Name: `Victoria Lincoln`, - Phone: `(071) 23 67 22 20`, - OnPTO: true, - ParentID: -1, - Title: `Accounting Manager` - }), - new EmployeesNestedTreeDataItem( - { - Age: 61, - HireDate: `2010-01-01`, - ID: 10, - Name: `Yang Wang`, - Phone: `(21) 555-0091`, - OnPTO: false, - ParentID: -1, - Title: `Localization Manager` - }), - new EmployeesNestedTreeDataItem( - { - Age: 43, - HireDate: `2011-06-03`, - ID: 3, - Name: `Michael Burke`, - Phone: `0452-076545`, - OnPTO: true, - ParentID: 1, - Title: `Senior Software Developer` - }), - new EmployeesNestedTreeDataItem( - { - Age: 29, - HireDate: `2009-06-19`, - ID: 2, - Name: `Thomas Anderson`, - Phone: `(14) 555-8122`, - OnPTO: false, - ParentID: 1, - Title: `Senior Software Developer` - }), - new EmployeesNestedTreeDataItem( - { - Age: 31, - HireDate: `2014-08-18`, - ID: 11, - Name: `Monica Reyes`, - Phone: `7675-3425`, - OnPTO: false, - ParentID: 1, - Title: `Software Development Team Lead` - }), - new EmployeesNestedTreeDataItem( - { - Age: 35, - HireDate: `2015-09-17`, - ID: 6, - Name: `Roland Mendel`, - Phone: `(505) 555-5939`, - OnPTO: false, - ParentID: 11, - Title: `Senior Software Developer` - }), - new EmployeesNestedTreeDataItem( - { - Age: 44, - HireDate: `2009-10-11`, - ID: 12, - Name: `Sven Cooper`, - Phone: `0695-34 67 21`, - OnPTO: true, - ParentID: 11, - Title: `Senior Software Developer` - }), - new EmployeesNestedTreeDataItem( - { - Age: 44, - HireDate: `2014-04-04`, - ID: 14, - Name: `Laurence Johnson`, - Phone: `981-443655`, - OnPTO: false, - ParentID: 4, - Title: `Director` - }), - new EmployeesNestedTreeDataItem( - { - Age: 25, - HireDate: `2017-11-09`, - ID: 5, - Name: `Elizabeth Richards`, - Phone: `(2) 283-2951`, - OnPTO: true, - ParentID: 4, - Title: `Vice President` - }), - new EmployeesNestedTreeDataItem( - { - Age: 39, - HireDate: `2010-03-22`, - ID: 13, - Name: `Trevor Ashworth`, - Phone: `981-443655`, - OnPTO: true, - ParentID: 5, - Title: `Director` - }), - new EmployeesNestedTreeDataItem( - { - Age: 44, - HireDate: `2014-04-04`, - ID: 17, - Name: `Antonio Moreno`, - Phone: `(505) 555-5939`, - OnPTO: false, - ParentID: 18, - Title: `Senior Accountant` - }), - new EmployeesNestedTreeDataItem( - { - Age: 50, - HireDate: `2007-11-18`, - ID: 7, - Name: `Pedro Rodriguez`, - Phone: `035-640230`, - OnPTO: false, - ParentID: 10, - Title: `Senior Localization Developer` - }), - new EmployeesNestedTreeDataItem( - { - Age: 27, - HireDate: `2016-02-19`, - ID: 8, - Name: `Casey Harper`, - Phone: `0342-023176`, - OnPTO: true, - ParentID: 10, - Title: `Senior Localization` - }), - new EmployeesNestedTreeDataItem( - { - Age: 25, - HireDate: `2017-11-09`, - ID: 15, - Name: `Patricia Simpson`, - Phone: `069-0245984`, - OnPTO: false, - ParentID: 7, - Title: `Localization Intern` - }), - new EmployeesNestedTreeDataItem( - { - Age: 39, - HireDate: `2010-03-22`, - ID: 9, - Name: `Francisco Chang`, - Phone: `(91) 745 6200`, - OnPTO: false, - ParentID: 7, - Title: `Localization Intern` - }), - new EmployeesNestedTreeDataItem( - { - Age: 25, - HireDate: `2018-03-18`, - ID: 16, - Name: `Peter Lewis`, - Phone: `069-0245984`, - OnPTO: true, - ParentID: 7, - Title: `Localization Intern` - }), + new EmployeesNestedTreeDataItem({ Age: 55, HireDate: `2008-03-20`, ID: 1, Name: `Johnathan Winchester`, Phone: `0251-031259`, OnPTO: false, ParentID: -1, Title: `Development Manager` }), + new EmployeesNestedTreeDataItem({ Age: 42, HireDate: `2014-01-22`, ID: 4, Name: `Ana Sanders`, Phone: `(21) 555-0091`, OnPTO: true, ParentID: -1, Title: `CEO` }), + new EmployeesNestedTreeDataItem({ Age: 49, HireDate: `2014-01-22`, ID: 18, Name: `Victoria Lincoln`, Phone: `(071) 23 67 22 20`, OnPTO: true, ParentID: -1, Title: `Accounting Manager` }), + new EmployeesNestedTreeDataItem({ Age: 61, HireDate: `2010-01-01`, ID: 10, Name: `Yang Wang`, Phone: `(21) 555-0091`, OnPTO: false, ParentID: -1, Title: `Localization Manager` }), + new EmployeesNestedTreeDataItem({ Age: 43, HireDate: `2011-06-03`, ID: 3, Name: `Michael Burke`, Phone: `0452-076545`, OnPTO: true, ParentID: 1, Title: `Senior Software Developer` }), + new EmployeesNestedTreeDataItem({ Age: 29, HireDate: `2009-06-19`, ID: 2, Name: `Thomas Anderson`, Phone: `(14) 555-8122`, OnPTO: false, ParentID: 1, Title: `Senior Software Developer` }), + new EmployeesNestedTreeDataItem({ Age: 31, HireDate: `2014-08-18`, ID: 11, Name: `Monica Reyes`, Phone: `7675-3425`, OnPTO: false, ParentID: 1, Title: `Software Development Team Lead` }), + new EmployeesNestedTreeDataItem({ Age: 35, HireDate: `2015-09-17`, ID: 6, Name: `Roland Mendel`, Phone: `(505) 555-5939`, OnPTO: false, ParentID: 11, Title: `Senior Software Developer` }), + new EmployeesNestedTreeDataItem({ Age: 44, HireDate: `2009-10-11`, ID: 12, Name: `Sven Cooper`, Phone: `0695-34 67 21`, OnPTO: true, ParentID: 11, Title: `Senior Software Developer` }), + new EmployeesNestedTreeDataItem({ Age: 44, HireDate: `2014-04-04`, ID: 14, Name: `Laurence Johnson`, Phone: `981-443655`, OnPTO: false, ParentID: 4, Title: `Director` }), + new EmployeesNestedTreeDataItem({ Age: 25, HireDate: `2017-11-09`, ID: 5, Name: `Elizabeth Richards`, Phone: `(2) 283-2951`, OnPTO: true, ParentID: 4, Title: `Vice President` }), + new EmployeesNestedTreeDataItem({ Age: 39, HireDate: `2010-03-22`, ID: 13, Name: `Trevor Ashworth`, Phone: `981-443655`, OnPTO: true, ParentID: 5, Title: `Director` }), + new EmployeesNestedTreeDataItem({ Age: 44, HireDate: `2014-04-04`, ID: 17, Name: `Antonio Moreno`, Phone: `(505) 555-5939`, OnPTO: false, ParentID: 18, Title: `Senior Accountant` }), + new EmployeesNestedTreeDataItem({ Age: 50, HireDate: `2007-11-18`, ID: 7, Name: `Pedro Rodriguez`, Phone: `035-640230`, OnPTO: false, ParentID: 10, Title: `Senior Localization Developer` }), + new EmployeesNestedTreeDataItem({ Age: 27, HireDate: `2016-02-19`, ID: 8, Name: `Casey Harper`, Phone: `0342-023176`, OnPTO: true, ParentID: 10, Title: `Senior Localization` }), + new EmployeesNestedTreeDataItem({ Age: 25, HireDate: `2017-11-09`, ID: 15, Name: `Patricia Simpson`, Phone: `069-0245984`, OnPTO: false, ParentID: 7, Title: `Localization Intern` }), + new EmployeesNestedTreeDataItem({ Age: 39, HireDate: `2010-03-22`, ID: 9, Name: `Francisco Chang`, Phone: `(91) 745 6200`, OnPTO: false, ParentID: 7, Title: `Localization Intern` }), + new EmployeesNestedTreeDataItem({ Age: 25, HireDate: `2018-03-18`, ID: 16, Name: `Peter Lewis`, Phone: `069-0245984`, OnPTO: true, ParentID: 7, Title: `Localization Intern` }), ]; super(...newItems.slice(0)); } diff --git a/samples/grids/tree-grid/row-reorder/src/EmployeesNestedTreeData.ts b/samples/grids/tree-grid/row-reorder/src/EmployeesNestedTreeData.ts index 9441666e0c..a51b020df3 100644 --- a/samples/grids/tree-grid/row-reorder/src/EmployeesNestedTreeData.ts +++ b/samples/grids/tree-grid/row-reorder/src/EmployeesNestedTreeData.ts @@ -19,204 +19,24 @@ export class EmployeesNestedTreeData extends Array super(...items); } else { const newItems = [ - new EmployeesNestedTreeDataItem( - { - Age: 55, - HireDate: `2008-03-20`, - ID: 1, - Name: `Johnathan Winchester`, - Phone: `0251-031259`, - OnPTO: false, - ParentID: -1, - Title: `Development Manager` - }), - new EmployeesNestedTreeDataItem( - { - Age: 42, - HireDate: `2014-01-22`, - ID: 4, - Name: `Ana Sanders`, - Phone: `(21) 555-0091`, - OnPTO: true, - ParentID: -1, - Title: `CEO` - }), - new EmployeesNestedTreeDataItem( - { - Age: 49, - HireDate: `2014-01-22`, - ID: 18, - Name: `Victoria Lincoln`, - Phone: `(071) 23 67 22 20`, - OnPTO: true, - ParentID: -1, - Title: `Accounting Manager` - }), - new EmployeesNestedTreeDataItem( - { - Age: 61, - HireDate: `2010-01-01`, - ID: 10, - Name: `Yang Wang`, - Phone: `(21) 555-0091`, - OnPTO: false, - ParentID: -1, - Title: `Localization Manager` - }), - new EmployeesNestedTreeDataItem( - { - Age: 43, - HireDate: `2011-06-03`, - ID: 3, - Name: `Michael Burke`, - Phone: `0452-076545`, - OnPTO: true, - ParentID: 1, - Title: `Senior Software Developer` - }), - new EmployeesNestedTreeDataItem( - { - Age: 29, - HireDate: `2009-06-19`, - ID: 2, - Name: `Thomas Anderson`, - Phone: `(14) 555-8122`, - OnPTO: false, - ParentID: 1, - Title: `Senior Software Developer` - }), - new EmployeesNestedTreeDataItem( - { - Age: 31, - HireDate: `2014-08-18`, - ID: 11, - Name: `Monica Reyes`, - Phone: `7675-3425`, - OnPTO: false, - ParentID: 1, - Title: `Software Development Team Lead` - }), - new EmployeesNestedTreeDataItem( - { - Age: 35, - HireDate: `2015-09-17`, - ID: 6, - Name: `Roland Mendel`, - Phone: `(505) 555-5939`, - OnPTO: false, - ParentID: 11, - Title: `Senior Software Developer` - }), - new EmployeesNestedTreeDataItem( - { - Age: 44, - HireDate: `2009-10-11`, - ID: 12, - Name: `Sven Cooper`, - Phone: `0695-34 67 21`, - OnPTO: true, - ParentID: 11, - Title: `Senior Software Developer` - }), - new EmployeesNestedTreeDataItem( - { - Age: 44, - HireDate: `2014-04-04`, - ID: 14, - Name: `Laurence Johnson`, - Phone: `981-443655`, - OnPTO: false, - ParentID: 4, - Title: `Director` - }), - new EmployeesNestedTreeDataItem( - { - Age: 25, - HireDate: `2017-11-09`, - ID: 5, - Name: `Elizabeth Richards`, - Phone: `(2) 283-2951`, - OnPTO: true, - ParentID: 4, - Title: `Vice President` - }), - new EmployeesNestedTreeDataItem( - { - Age: 39, - HireDate: `2010-03-22`, - ID: 13, - Name: `Trevor Ashworth`, - Phone: `981-443655`, - OnPTO: true, - ParentID: 5, - Title: `Director` - }), - new EmployeesNestedTreeDataItem( - { - Age: 44, - HireDate: `2014-04-04`, - ID: 17, - Name: `Antonio Moreno`, - Phone: `(505) 555-5939`, - OnPTO: false, - ParentID: 18, - Title: `Senior Accountant` - }), - new EmployeesNestedTreeDataItem( - { - Age: 50, - HireDate: `2007-11-18`, - ID: 7, - Name: `Pedro Rodriguez`, - Phone: `035-640230`, - OnPTO: false, - ParentID: 10, - Title: `Senior Localization Developer` - }), - new EmployeesNestedTreeDataItem( - { - Age: 27, - HireDate: `2016-02-19`, - ID: 8, - Name: `Casey Harper`, - Phone: `0342-023176`, - OnPTO: true, - ParentID: 10, - Title: `Senior Localization` - }), - new EmployeesNestedTreeDataItem( - { - Age: 25, - HireDate: `2017-11-09`, - ID: 15, - Name: `Patricia Simpson`, - Phone: `069-0245984`, - OnPTO: false, - ParentID: 7, - Title: `Localization Intern` - }), - new EmployeesNestedTreeDataItem( - { - Age: 39, - HireDate: `2010-03-22`, - ID: 9, - Name: `Francisco Chang`, - Phone: `(91) 745 6200`, - OnPTO: false, - ParentID: 7, - Title: `Localization Intern` - }), - new EmployeesNestedTreeDataItem( - { - Age: 25, - HireDate: `2018-03-18`, - ID: 16, - Name: `Peter Lewis`, - Phone: `069-0245984`, - OnPTO: true, - ParentID: 7, - Title: `Localization Intern` - }), + new EmployeesNestedTreeDataItem({ Age: 55, HireDate: `2008-03-20`, ID: 1, Name: `Johnathan Winchester`, Phone: `0251-031259`, OnPTO: false, ParentID: -1, Title: `Development Manager` }), + new EmployeesNestedTreeDataItem({ Age: 42, HireDate: `2014-01-22`, ID: 4, Name: `Ana Sanders`, Phone: `(21) 555-0091`, OnPTO: true, ParentID: -1, Title: `CEO` }), + new EmployeesNestedTreeDataItem({ Age: 49, HireDate: `2014-01-22`, ID: 18, Name: `Victoria Lincoln`, Phone: `(071) 23 67 22 20`, OnPTO: true, ParentID: -1, Title: `Accounting Manager` }), + new EmployeesNestedTreeDataItem({ Age: 61, HireDate: `2010-01-01`, ID: 10, Name: `Yang Wang`, Phone: `(21) 555-0091`, OnPTO: false, ParentID: -1, Title: `Localization Manager` }), + new EmployeesNestedTreeDataItem({ Age: 43, HireDate: `2011-06-03`, ID: 3, Name: `Michael Burke`, Phone: `0452-076545`, OnPTO: true, ParentID: 1, Title: `Senior Software Developer` }), + new EmployeesNestedTreeDataItem({ Age: 29, HireDate: `2009-06-19`, ID: 2, Name: `Thomas Anderson`, Phone: `(14) 555-8122`, OnPTO: false, ParentID: 1, Title: `Senior Software Developer` }), + new EmployeesNestedTreeDataItem({ Age: 31, HireDate: `2014-08-18`, ID: 11, Name: `Monica Reyes`, Phone: `7675-3425`, OnPTO: false, ParentID: 1, Title: `Software Development Team Lead` }), + new EmployeesNestedTreeDataItem({ Age: 35, HireDate: `2015-09-17`, ID: 6, Name: `Roland Mendel`, Phone: `(505) 555-5939`, OnPTO: false, ParentID: 11, Title: `Senior Software Developer` }), + new EmployeesNestedTreeDataItem({ Age: 44, HireDate: `2009-10-11`, ID: 12, Name: `Sven Cooper`, Phone: `0695-34 67 21`, OnPTO: true, ParentID: 11, Title: `Senior Software Developer` }), + new EmployeesNestedTreeDataItem({ Age: 44, HireDate: `2014-04-04`, ID: 14, Name: `Laurence Johnson`, Phone: `981-443655`, OnPTO: false, ParentID: 4, Title: `Director` }), + new EmployeesNestedTreeDataItem({ Age: 25, HireDate: `2017-11-09`, ID: 5, Name: `Elizabeth Richards`, Phone: `(2) 283-2951`, OnPTO: true, ParentID: 4, Title: `Vice President` }), + new EmployeesNestedTreeDataItem({ Age: 39, HireDate: `2010-03-22`, ID: 13, Name: `Trevor Ashworth`, Phone: `981-443655`, OnPTO: true, ParentID: 5, Title: `Director` }), + new EmployeesNestedTreeDataItem({ Age: 44, HireDate: `2014-04-04`, ID: 17, Name: `Antonio Moreno`, Phone: `(505) 555-5939`, OnPTO: false, ParentID: 18, Title: `Senior Accountant` }), + new EmployeesNestedTreeDataItem({ Age: 50, HireDate: `2007-11-18`, ID: 7, Name: `Pedro Rodriguez`, Phone: `035-640230`, OnPTO: false, ParentID: 10, Title: `Senior Localization Developer` }), + new EmployeesNestedTreeDataItem({ Age: 27, HireDate: `2016-02-19`, ID: 8, Name: `Casey Harper`, Phone: `0342-023176`, OnPTO: true, ParentID: 10, Title: `Senior Localization` }), + new EmployeesNestedTreeDataItem({ Age: 25, HireDate: `2017-11-09`, ID: 15, Name: `Patricia Simpson`, Phone: `069-0245984`, OnPTO: false, ParentID: 7, Title: `Localization Intern` }), + new EmployeesNestedTreeDataItem({ Age: 39, HireDate: `2010-03-22`, ID: 9, Name: `Francisco Chang`, Phone: `(91) 745 6200`, OnPTO: false, ParentID: 7, Title: `Localization Intern` }), + new EmployeesNestedTreeDataItem({ Age: 25, HireDate: `2018-03-18`, ID: 16, Name: `Peter Lewis`, Phone: `069-0245984`, OnPTO: true, ParentID: 7, Title: `Localization Intern` }), ]; super(...newItems.slice(0)); } diff --git a/samples/grids/tree-grid/row-selection-mode/src/EmployeesFlatData.ts b/samples/grids/tree-grid/row-selection-mode/src/EmployeesFlatData.ts index b99bf3579a..2e5e7fc2ed 100644 --- a/samples/grids/tree-grid/row-selection-mode/src/EmployeesFlatData.ts +++ b/samples/grids/tree-grid/row-selection-mode/src/EmployeesFlatData.ts @@ -19,204 +19,24 @@ export class EmployeesFlatData extends Array { super(...items); } else { const newItems = [ - new EmployeesFlatDataItem( - { - Age: 55, - HireDate: `2008-03-20`, - ID: 1, - Name: `Johnathan Winchester`, - Phone: `0251-031259`, - OnPTO: false, - ParentID: -1, - Title: `Development Manager` - }), - new EmployeesFlatDataItem( - { - Age: 42, - HireDate: `2014-01-22`, - ID: 4, - Name: `Ana Sanders`, - Phone: `(21) 555-0091`, - OnPTO: true, - ParentID: -1, - Title: `CEO` - }), - new EmployeesFlatDataItem( - { - Age: 49, - HireDate: `2014-01-22`, - ID: 18, - Name: `Victoria Lincoln`, - Phone: `(071) 23 67 22 20`, - OnPTO: true, - ParentID: -1, - Title: `Accounting Manager` - }), - new EmployeesFlatDataItem( - { - Age: 61, - HireDate: `2010-01-01`, - ID: 10, - Name: `Yang Wang`, - Phone: `(21) 555-0091`, - OnPTO: false, - ParentID: -1, - Title: `Localization Manager` - }), - new EmployeesFlatDataItem( - { - Age: 43, - HireDate: `2011-06-03`, - ID: 3, - Name: `Michael Burke`, - Phone: `0452-076545`, - OnPTO: true, - ParentID: 1, - Title: `Senior Software Developer` - }), - new EmployeesFlatDataItem( - { - Age: 29, - HireDate: `2009-06-19`, - ID: 2, - Name: `Thomas Anderson`, - Phone: `(14) 555-8122`, - OnPTO: false, - ParentID: 1, - Title: `Senior Software Developer` - }), - new EmployeesFlatDataItem( - { - Age: 31, - HireDate: `2014-08-18`, - ID: 11, - Name: `Monica Reyes`, - Phone: `7675-3425`, - OnPTO: false, - ParentID: 1, - Title: `Software Development Team Lead` - }), - new EmployeesFlatDataItem( - { - Age: 35, - HireDate: `2015-09-17`, - ID: 6, - Name: `Roland Mendel`, - Phone: `(505) 555-5939`, - OnPTO: false, - ParentID: 11, - Title: `Senior Software Developer` - }), - new EmployeesFlatDataItem( - { - Age: 44, - HireDate: `2009-10-11`, - ID: 12, - Name: `Sven Cooper`, - Phone: `0695-34 67 21`, - OnPTO: true, - ParentID: 11, - Title: `Senior Software Developer` - }), - new EmployeesFlatDataItem( - { - Age: 44, - HireDate: `2014-04-04`, - ID: 14, - Name: `Laurence Johnson`, - Phone: `981-443655`, - OnPTO: false, - ParentID: 4, - Title: `Director` - }), - new EmployeesFlatDataItem( - { - Age: 25, - HireDate: `2017-11-09`, - ID: 5, - Name: `Elizabeth Richards`, - Phone: `(2) 283-2951`, - OnPTO: true, - ParentID: 4, - Title: `Vice President` - }), - new EmployeesFlatDataItem( - { - Age: 39, - HireDate: `2010-03-22`, - ID: 13, - Name: `Trevor Ashworth`, - Phone: `981-443655`, - OnPTO: true, - ParentID: 5, - Title: `Director` - }), - new EmployeesFlatDataItem( - { - Age: 44, - HireDate: `2014-04-04`, - ID: 17, - Name: `Antonio Moreno`, - Phone: `(505) 555-5939`, - OnPTO: false, - ParentID: 18, - Title: `Senior Accountant` - }), - new EmployeesFlatDataItem( - { - Age: 50, - HireDate: `2007-11-18`, - ID: 7, - Name: `Pedro Rodriguez`, - Phone: `035-640230`, - OnPTO: false, - ParentID: 10, - Title: `Senior Localization Developer` - }), - new EmployeesFlatDataItem( - { - Age: 27, - HireDate: `2016-02-19`, - ID: 8, - Name: `Casey Harper`, - Phone: `0342-023176`, - OnPTO: true, - ParentID: 10, - Title: `Senior Localization` - }), - new EmployeesFlatDataItem( - { - Age: 25, - HireDate: `2017-11-09`, - ID: 15, - Name: `Patricia Simpson`, - Phone: `069-0245984`, - OnPTO: false, - ParentID: 7, - Title: `Localization Intern` - }), - new EmployeesFlatDataItem( - { - Age: 39, - HireDate: `2010-03-22`, - ID: 9, - Name: `Francisco Chang`, - Phone: `(91) 745 6200`, - OnPTO: false, - ParentID: 7, - Title: `Localization Intern` - }), - new EmployeesFlatDataItem( - { - Age: 25, - HireDate: `2018-03-18`, - ID: 16, - Name: `Peter Lewis`, - Phone: `069-0245984`, - OnPTO: true, - ParentID: 7, - Title: `Localization Intern` - }), + new EmployeesFlatDataItem({ Age: 55, HireDate: `2008-03-20`, ID: 1, Name: `Johnathan Winchester`, Phone: `0251-031259`, OnPTO: false, ParentID: -1, Title: `Development Manager` }), + new EmployeesFlatDataItem({ Age: 42, HireDate: `2014-01-22`, ID: 4, Name: `Ana Sanders`, Phone: `(21) 555-0091`, OnPTO: true, ParentID: -1, Title: `CEO` }), + new EmployeesFlatDataItem({ Age: 49, HireDate: `2014-01-22`, ID: 18, Name: `Victoria Lincoln`, Phone: `(071) 23 67 22 20`, OnPTO: true, ParentID: -1, Title: `Accounting Manager` }), + new EmployeesFlatDataItem({ Age: 61, HireDate: `2010-01-01`, ID: 10, Name: `Yang Wang`, Phone: `(21) 555-0091`, OnPTO: false, ParentID: -1, Title: `Localization Manager` }), + new EmployeesFlatDataItem({ Age: 43, HireDate: `2011-06-03`, ID: 3, Name: `Michael Burke`, Phone: `0452-076545`, OnPTO: true, ParentID: 1, Title: `Senior Software Developer` }), + new EmployeesFlatDataItem({ Age: 29, HireDate: `2009-06-19`, ID: 2, Name: `Thomas Anderson`, Phone: `(14) 555-8122`, OnPTO: false, ParentID: 1, Title: `Senior Software Developer` }), + new EmployeesFlatDataItem({ Age: 31, HireDate: `2014-08-18`, ID: 11, Name: `Monica Reyes`, Phone: `7675-3425`, OnPTO: false, ParentID: 1, Title: `Software Development Team Lead` }), + new EmployeesFlatDataItem({ Age: 35, HireDate: `2015-09-17`, ID: 6, Name: `Roland Mendel`, Phone: `(505) 555-5939`, OnPTO: false, ParentID: 11, Title: `Senior Software Developer` }), + new EmployeesFlatDataItem({ Age: 44, HireDate: `2009-10-11`, ID: 12, Name: `Sven Cooper`, Phone: `0695-34 67 21`, OnPTO: true, ParentID: 11, Title: `Senior Software Developer` }), + new EmployeesFlatDataItem({ Age: 44, HireDate: `2014-04-04`, ID: 14, Name: `Laurence Johnson`, Phone: `981-443655`, OnPTO: false, ParentID: 4, Title: `Director` }), + new EmployeesFlatDataItem({ Age: 25, HireDate: `2017-11-09`, ID: 5, Name: `Elizabeth Richards`, Phone: `(2) 283-2951`, OnPTO: true, ParentID: 4, Title: `Vice President` }), + new EmployeesFlatDataItem({ Age: 39, HireDate: `2010-03-22`, ID: 13, Name: `Trevor Ashworth`, Phone: `981-443655`, OnPTO: true, ParentID: 5, Title: `Director` }), + new EmployeesFlatDataItem({ Age: 44, HireDate: `2014-04-04`, ID: 17, Name: `Antonio Moreno`, Phone: `(505) 555-5939`, OnPTO: false, ParentID: 18, Title: `Senior Accountant` }), + new EmployeesFlatDataItem({ Age: 50, HireDate: `2007-11-18`, ID: 7, Name: `Pedro Rodriguez`, Phone: `035-640230`, OnPTO: false, ParentID: 10, Title: `Senior Localization Developer` }), + new EmployeesFlatDataItem({ Age: 27, HireDate: `2016-02-19`, ID: 8, Name: `Casey Harper`, Phone: `0342-023176`, OnPTO: true, ParentID: 10, Title: `Senior Localization` }), + new EmployeesFlatDataItem({ Age: 25, HireDate: `2017-11-09`, ID: 15, Name: `Patricia Simpson`, Phone: `069-0245984`, OnPTO: false, ParentID: 7, Title: `Localization Intern` }), + new EmployeesFlatDataItem({ Age: 39, HireDate: `2010-03-22`, ID: 9, Name: `Francisco Chang`, Phone: `(91) 745 6200`, OnPTO: false, ParentID: 7, Title: `Localization Intern` }), + new EmployeesFlatDataItem({ Age: 25, HireDate: `2018-03-18`, ID: 16, Name: `Peter Lewis`, Phone: `069-0245984`, OnPTO: true, ParentID: 7, Title: `Localization Intern` }), ]; super(...newItems.slice(0)); } diff --git a/samples/grids/tree-grid/row-selection-template-excel/src/EmployeesFlatData.ts b/samples/grids/tree-grid/row-selection-template-excel/src/EmployeesFlatData.ts index b99bf3579a..2e5e7fc2ed 100644 --- a/samples/grids/tree-grid/row-selection-template-excel/src/EmployeesFlatData.ts +++ b/samples/grids/tree-grid/row-selection-template-excel/src/EmployeesFlatData.ts @@ -19,204 +19,24 @@ export class EmployeesFlatData extends Array { super(...items); } else { const newItems = [ - new EmployeesFlatDataItem( - { - Age: 55, - HireDate: `2008-03-20`, - ID: 1, - Name: `Johnathan Winchester`, - Phone: `0251-031259`, - OnPTO: false, - ParentID: -1, - Title: `Development Manager` - }), - new EmployeesFlatDataItem( - { - Age: 42, - HireDate: `2014-01-22`, - ID: 4, - Name: `Ana Sanders`, - Phone: `(21) 555-0091`, - OnPTO: true, - ParentID: -1, - Title: `CEO` - }), - new EmployeesFlatDataItem( - { - Age: 49, - HireDate: `2014-01-22`, - ID: 18, - Name: `Victoria Lincoln`, - Phone: `(071) 23 67 22 20`, - OnPTO: true, - ParentID: -1, - Title: `Accounting Manager` - }), - new EmployeesFlatDataItem( - { - Age: 61, - HireDate: `2010-01-01`, - ID: 10, - Name: `Yang Wang`, - Phone: `(21) 555-0091`, - OnPTO: false, - ParentID: -1, - Title: `Localization Manager` - }), - new EmployeesFlatDataItem( - { - Age: 43, - HireDate: `2011-06-03`, - ID: 3, - Name: `Michael Burke`, - Phone: `0452-076545`, - OnPTO: true, - ParentID: 1, - Title: `Senior Software Developer` - }), - new EmployeesFlatDataItem( - { - Age: 29, - HireDate: `2009-06-19`, - ID: 2, - Name: `Thomas Anderson`, - Phone: `(14) 555-8122`, - OnPTO: false, - ParentID: 1, - Title: `Senior Software Developer` - }), - new EmployeesFlatDataItem( - { - Age: 31, - HireDate: `2014-08-18`, - ID: 11, - Name: `Monica Reyes`, - Phone: `7675-3425`, - OnPTO: false, - ParentID: 1, - Title: `Software Development Team Lead` - }), - new EmployeesFlatDataItem( - { - Age: 35, - HireDate: `2015-09-17`, - ID: 6, - Name: `Roland Mendel`, - Phone: `(505) 555-5939`, - OnPTO: false, - ParentID: 11, - Title: `Senior Software Developer` - }), - new EmployeesFlatDataItem( - { - Age: 44, - HireDate: `2009-10-11`, - ID: 12, - Name: `Sven Cooper`, - Phone: `0695-34 67 21`, - OnPTO: true, - ParentID: 11, - Title: `Senior Software Developer` - }), - new EmployeesFlatDataItem( - { - Age: 44, - HireDate: `2014-04-04`, - ID: 14, - Name: `Laurence Johnson`, - Phone: `981-443655`, - OnPTO: false, - ParentID: 4, - Title: `Director` - }), - new EmployeesFlatDataItem( - { - Age: 25, - HireDate: `2017-11-09`, - ID: 5, - Name: `Elizabeth Richards`, - Phone: `(2) 283-2951`, - OnPTO: true, - ParentID: 4, - Title: `Vice President` - }), - new EmployeesFlatDataItem( - { - Age: 39, - HireDate: `2010-03-22`, - ID: 13, - Name: `Trevor Ashworth`, - Phone: `981-443655`, - OnPTO: true, - ParentID: 5, - Title: `Director` - }), - new EmployeesFlatDataItem( - { - Age: 44, - HireDate: `2014-04-04`, - ID: 17, - Name: `Antonio Moreno`, - Phone: `(505) 555-5939`, - OnPTO: false, - ParentID: 18, - Title: `Senior Accountant` - }), - new EmployeesFlatDataItem( - { - Age: 50, - HireDate: `2007-11-18`, - ID: 7, - Name: `Pedro Rodriguez`, - Phone: `035-640230`, - OnPTO: false, - ParentID: 10, - Title: `Senior Localization Developer` - }), - new EmployeesFlatDataItem( - { - Age: 27, - HireDate: `2016-02-19`, - ID: 8, - Name: `Casey Harper`, - Phone: `0342-023176`, - OnPTO: true, - ParentID: 10, - Title: `Senior Localization` - }), - new EmployeesFlatDataItem( - { - Age: 25, - HireDate: `2017-11-09`, - ID: 15, - Name: `Patricia Simpson`, - Phone: `069-0245984`, - OnPTO: false, - ParentID: 7, - Title: `Localization Intern` - }), - new EmployeesFlatDataItem( - { - Age: 39, - HireDate: `2010-03-22`, - ID: 9, - Name: `Francisco Chang`, - Phone: `(91) 745 6200`, - OnPTO: false, - ParentID: 7, - Title: `Localization Intern` - }), - new EmployeesFlatDataItem( - { - Age: 25, - HireDate: `2018-03-18`, - ID: 16, - Name: `Peter Lewis`, - Phone: `069-0245984`, - OnPTO: true, - ParentID: 7, - Title: `Localization Intern` - }), + new EmployeesFlatDataItem({ Age: 55, HireDate: `2008-03-20`, ID: 1, Name: `Johnathan Winchester`, Phone: `0251-031259`, OnPTO: false, ParentID: -1, Title: `Development Manager` }), + new EmployeesFlatDataItem({ Age: 42, HireDate: `2014-01-22`, ID: 4, Name: `Ana Sanders`, Phone: `(21) 555-0091`, OnPTO: true, ParentID: -1, Title: `CEO` }), + new EmployeesFlatDataItem({ Age: 49, HireDate: `2014-01-22`, ID: 18, Name: `Victoria Lincoln`, Phone: `(071) 23 67 22 20`, OnPTO: true, ParentID: -1, Title: `Accounting Manager` }), + new EmployeesFlatDataItem({ Age: 61, HireDate: `2010-01-01`, ID: 10, Name: `Yang Wang`, Phone: `(21) 555-0091`, OnPTO: false, ParentID: -1, Title: `Localization Manager` }), + new EmployeesFlatDataItem({ Age: 43, HireDate: `2011-06-03`, ID: 3, Name: `Michael Burke`, Phone: `0452-076545`, OnPTO: true, ParentID: 1, Title: `Senior Software Developer` }), + new EmployeesFlatDataItem({ Age: 29, HireDate: `2009-06-19`, ID: 2, Name: `Thomas Anderson`, Phone: `(14) 555-8122`, OnPTO: false, ParentID: 1, Title: `Senior Software Developer` }), + new EmployeesFlatDataItem({ Age: 31, HireDate: `2014-08-18`, ID: 11, Name: `Monica Reyes`, Phone: `7675-3425`, OnPTO: false, ParentID: 1, Title: `Software Development Team Lead` }), + new EmployeesFlatDataItem({ Age: 35, HireDate: `2015-09-17`, ID: 6, Name: `Roland Mendel`, Phone: `(505) 555-5939`, OnPTO: false, ParentID: 11, Title: `Senior Software Developer` }), + new EmployeesFlatDataItem({ Age: 44, HireDate: `2009-10-11`, ID: 12, Name: `Sven Cooper`, Phone: `0695-34 67 21`, OnPTO: true, ParentID: 11, Title: `Senior Software Developer` }), + new EmployeesFlatDataItem({ Age: 44, HireDate: `2014-04-04`, ID: 14, Name: `Laurence Johnson`, Phone: `981-443655`, OnPTO: false, ParentID: 4, Title: `Director` }), + new EmployeesFlatDataItem({ Age: 25, HireDate: `2017-11-09`, ID: 5, Name: `Elizabeth Richards`, Phone: `(2) 283-2951`, OnPTO: true, ParentID: 4, Title: `Vice President` }), + new EmployeesFlatDataItem({ Age: 39, HireDate: `2010-03-22`, ID: 13, Name: `Trevor Ashworth`, Phone: `981-443655`, OnPTO: true, ParentID: 5, Title: `Director` }), + new EmployeesFlatDataItem({ Age: 44, HireDate: `2014-04-04`, ID: 17, Name: `Antonio Moreno`, Phone: `(505) 555-5939`, OnPTO: false, ParentID: 18, Title: `Senior Accountant` }), + new EmployeesFlatDataItem({ Age: 50, HireDate: `2007-11-18`, ID: 7, Name: `Pedro Rodriguez`, Phone: `035-640230`, OnPTO: false, ParentID: 10, Title: `Senior Localization Developer` }), + new EmployeesFlatDataItem({ Age: 27, HireDate: `2016-02-19`, ID: 8, Name: `Casey Harper`, Phone: `0342-023176`, OnPTO: true, ParentID: 10, Title: `Senior Localization` }), + new EmployeesFlatDataItem({ Age: 25, HireDate: `2017-11-09`, ID: 15, Name: `Patricia Simpson`, Phone: `069-0245984`, OnPTO: false, ParentID: 7, Title: `Localization Intern` }), + new EmployeesFlatDataItem({ Age: 39, HireDate: `2010-03-22`, ID: 9, Name: `Francisco Chang`, Phone: `(91) 745 6200`, OnPTO: false, ParentID: 7, Title: `Localization Intern` }), + new EmployeesFlatDataItem({ Age: 25, HireDate: `2018-03-18`, ID: 16, Name: `Peter Lewis`, Phone: `069-0245984`, OnPTO: true, ParentID: 7, Title: `Localization Intern` }), ]; super(...newItems.slice(0)); } diff --git a/samples/grids/tree-grid/row-selection-template-numbers/src/EmployeesFlatData.ts b/samples/grids/tree-grid/row-selection-template-numbers/src/EmployeesFlatData.ts index b99bf3579a..2e5e7fc2ed 100644 --- a/samples/grids/tree-grid/row-selection-template-numbers/src/EmployeesFlatData.ts +++ b/samples/grids/tree-grid/row-selection-template-numbers/src/EmployeesFlatData.ts @@ -19,204 +19,24 @@ export class EmployeesFlatData extends Array { super(...items); } else { const newItems = [ - new EmployeesFlatDataItem( - { - Age: 55, - HireDate: `2008-03-20`, - ID: 1, - Name: `Johnathan Winchester`, - Phone: `0251-031259`, - OnPTO: false, - ParentID: -1, - Title: `Development Manager` - }), - new EmployeesFlatDataItem( - { - Age: 42, - HireDate: `2014-01-22`, - ID: 4, - Name: `Ana Sanders`, - Phone: `(21) 555-0091`, - OnPTO: true, - ParentID: -1, - Title: `CEO` - }), - new EmployeesFlatDataItem( - { - Age: 49, - HireDate: `2014-01-22`, - ID: 18, - Name: `Victoria Lincoln`, - Phone: `(071) 23 67 22 20`, - OnPTO: true, - ParentID: -1, - Title: `Accounting Manager` - }), - new EmployeesFlatDataItem( - { - Age: 61, - HireDate: `2010-01-01`, - ID: 10, - Name: `Yang Wang`, - Phone: `(21) 555-0091`, - OnPTO: false, - ParentID: -1, - Title: `Localization Manager` - }), - new EmployeesFlatDataItem( - { - Age: 43, - HireDate: `2011-06-03`, - ID: 3, - Name: `Michael Burke`, - Phone: `0452-076545`, - OnPTO: true, - ParentID: 1, - Title: `Senior Software Developer` - }), - new EmployeesFlatDataItem( - { - Age: 29, - HireDate: `2009-06-19`, - ID: 2, - Name: `Thomas Anderson`, - Phone: `(14) 555-8122`, - OnPTO: false, - ParentID: 1, - Title: `Senior Software Developer` - }), - new EmployeesFlatDataItem( - { - Age: 31, - HireDate: `2014-08-18`, - ID: 11, - Name: `Monica Reyes`, - Phone: `7675-3425`, - OnPTO: false, - ParentID: 1, - Title: `Software Development Team Lead` - }), - new EmployeesFlatDataItem( - { - Age: 35, - HireDate: `2015-09-17`, - ID: 6, - Name: `Roland Mendel`, - Phone: `(505) 555-5939`, - OnPTO: false, - ParentID: 11, - Title: `Senior Software Developer` - }), - new EmployeesFlatDataItem( - { - Age: 44, - HireDate: `2009-10-11`, - ID: 12, - Name: `Sven Cooper`, - Phone: `0695-34 67 21`, - OnPTO: true, - ParentID: 11, - Title: `Senior Software Developer` - }), - new EmployeesFlatDataItem( - { - Age: 44, - HireDate: `2014-04-04`, - ID: 14, - Name: `Laurence Johnson`, - Phone: `981-443655`, - OnPTO: false, - ParentID: 4, - Title: `Director` - }), - new EmployeesFlatDataItem( - { - Age: 25, - HireDate: `2017-11-09`, - ID: 5, - Name: `Elizabeth Richards`, - Phone: `(2) 283-2951`, - OnPTO: true, - ParentID: 4, - Title: `Vice President` - }), - new EmployeesFlatDataItem( - { - Age: 39, - HireDate: `2010-03-22`, - ID: 13, - Name: `Trevor Ashworth`, - Phone: `981-443655`, - OnPTO: true, - ParentID: 5, - Title: `Director` - }), - new EmployeesFlatDataItem( - { - Age: 44, - HireDate: `2014-04-04`, - ID: 17, - Name: `Antonio Moreno`, - Phone: `(505) 555-5939`, - OnPTO: false, - ParentID: 18, - Title: `Senior Accountant` - }), - new EmployeesFlatDataItem( - { - Age: 50, - HireDate: `2007-11-18`, - ID: 7, - Name: `Pedro Rodriguez`, - Phone: `035-640230`, - OnPTO: false, - ParentID: 10, - Title: `Senior Localization Developer` - }), - new EmployeesFlatDataItem( - { - Age: 27, - HireDate: `2016-02-19`, - ID: 8, - Name: `Casey Harper`, - Phone: `0342-023176`, - OnPTO: true, - ParentID: 10, - Title: `Senior Localization` - }), - new EmployeesFlatDataItem( - { - Age: 25, - HireDate: `2017-11-09`, - ID: 15, - Name: `Patricia Simpson`, - Phone: `069-0245984`, - OnPTO: false, - ParentID: 7, - Title: `Localization Intern` - }), - new EmployeesFlatDataItem( - { - Age: 39, - HireDate: `2010-03-22`, - ID: 9, - Name: `Francisco Chang`, - Phone: `(91) 745 6200`, - OnPTO: false, - ParentID: 7, - Title: `Localization Intern` - }), - new EmployeesFlatDataItem( - { - Age: 25, - HireDate: `2018-03-18`, - ID: 16, - Name: `Peter Lewis`, - Phone: `069-0245984`, - OnPTO: true, - ParentID: 7, - Title: `Localization Intern` - }), + new EmployeesFlatDataItem({ Age: 55, HireDate: `2008-03-20`, ID: 1, Name: `Johnathan Winchester`, Phone: `0251-031259`, OnPTO: false, ParentID: -1, Title: `Development Manager` }), + new EmployeesFlatDataItem({ Age: 42, HireDate: `2014-01-22`, ID: 4, Name: `Ana Sanders`, Phone: `(21) 555-0091`, OnPTO: true, ParentID: -1, Title: `CEO` }), + new EmployeesFlatDataItem({ Age: 49, HireDate: `2014-01-22`, ID: 18, Name: `Victoria Lincoln`, Phone: `(071) 23 67 22 20`, OnPTO: true, ParentID: -1, Title: `Accounting Manager` }), + new EmployeesFlatDataItem({ Age: 61, HireDate: `2010-01-01`, ID: 10, Name: `Yang Wang`, Phone: `(21) 555-0091`, OnPTO: false, ParentID: -1, Title: `Localization Manager` }), + new EmployeesFlatDataItem({ Age: 43, HireDate: `2011-06-03`, ID: 3, Name: `Michael Burke`, Phone: `0452-076545`, OnPTO: true, ParentID: 1, Title: `Senior Software Developer` }), + new EmployeesFlatDataItem({ Age: 29, HireDate: `2009-06-19`, ID: 2, Name: `Thomas Anderson`, Phone: `(14) 555-8122`, OnPTO: false, ParentID: 1, Title: `Senior Software Developer` }), + new EmployeesFlatDataItem({ Age: 31, HireDate: `2014-08-18`, ID: 11, Name: `Monica Reyes`, Phone: `7675-3425`, OnPTO: false, ParentID: 1, Title: `Software Development Team Lead` }), + new EmployeesFlatDataItem({ Age: 35, HireDate: `2015-09-17`, ID: 6, Name: `Roland Mendel`, Phone: `(505) 555-5939`, OnPTO: false, ParentID: 11, Title: `Senior Software Developer` }), + new EmployeesFlatDataItem({ Age: 44, HireDate: `2009-10-11`, ID: 12, Name: `Sven Cooper`, Phone: `0695-34 67 21`, OnPTO: true, ParentID: 11, Title: `Senior Software Developer` }), + new EmployeesFlatDataItem({ Age: 44, HireDate: `2014-04-04`, ID: 14, Name: `Laurence Johnson`, Phone: `981-443655`, OnPTO: false, ParentID: 4, Title: `Director` }), + new EmployeesFlatDataItem({ Age: 25, HireDate: `2017-11-09`, ID: 5, Name: `Elizabeth Richards`, Phone: `(2) 283-2951`, OnPTO: true, ParentID: 4, Title: `Vice President` }), + new EmployeesFlatDataItem({ Age: 39, HireDate: `2010-03-22`, ID: 13, Name: `Trevor Ashworth`, Phone: `981-443655`, OnPTO: true, ParentID: 5, Title: `Director` }), + new EmployeesFlatDataItem({ Age: 44, HireDate: `2014-04-04`, ID: 17, Name: `Antonio Moreno`, Phone: `(505) 555-5939`, OnPTO: false, ParentID: 18, Title: `Senior Accountant` }), + new EmployeesFlatDataItem({ Age: 50, HireDate: `2007-11-18`, ID: 7, Name: `Pedro Rodriguez`, Phone: `035-640230`, OnPTO: false, ParentID: 10, Title: `Senior Localization Developer` }), + new EmployeesFlatDataItem({ Age: 27, HireDate: `2016-02-19`, ID: 8, Name: `Casey Harper`, Phone: `0342-023176`, OnPTO: true, ParentID: 10, Title: `Senior Localization` }), + new EmployeesFlatDataItem({ Age: 25, HireDate: `2017-11-09`, ID: 15, Name: `Patricia Simpson`, Phone: `069-0245984`, OnPTO: false, ParentID: 7, Title: `Localization Intern` }), + new EmployeesFlatDataItem({ Age: 39, HireDate: `2010-03-22`, ID: 9, Name: `Francisco Chang`, Phone: `(91) 745 6200`, OnPTO: false, ParentID: 7, Title: `Localization Intern` }), + new EmployeesFlatDataItem({ Age: 25, HireDate: `2018-03-18`, ID: 16, Name: `Peter Lewis`, Phone: `069-0245984`, OnPTO: true, ParentID: 7, Title: `Localization Intern` }), ]; super(...newItems.slice(0)); } diff --git a/samples/grids/tree-grid/row-styles/src/EmployeesFlatDetails.ts b/samples/grids/tree-grid/row-styles/src/EmployeesFlatDetails.ts index 8d666c3324..3d9e9f57d5 100644 --- a/samples/grids/tree-grid/row-styles/src/EmployeesFlatDetails.ts +++ b/samples/grids/tree-grid/row-styles/src/EmployeesFlatDetails.ts @@ -25,312 +25,24 @@ export class EmployeesFlatDetails extends Array { super(...items); } else { const newItems = [ - new EmployeesFlatDetailsItem( - { - Address: `Obere Str. 57`, - Age: 55, - City: `Berlin`, - Country: `Germany`, - Fax: `030-0076545`, - HireDate: `2008-03-20`, - ID: 1, - Name: `Johnathan Winchester`, - ParentID: -1, - Phone: `030-0074321`, - PostalCode: 12209, - Title: `Development Manager`, - LastName: `Winchester`, - FullAddress: `Obere Str. 57, Berlin, Germany` - }), - new EmployeesFlatDetailsItem( - { - Address: `Avda. de la Constitución 2222`, - Age: 42, - City: `México D.F.`, - Country: `Mexico`, - Fax: `(51) 555-3745`, - HireDate: `2014-01-22`, - ID: 4, - Name: `Ana Sanders`, - ParentID: -1, - Phone: `(5) 555-4729`, - PostalCode: 5021, - Title: `CEO`, - LastName: `Sanders`, - FullAddress: `Avda. de la Constitución 2222, México D.F., Mexico` - }), - new EmployeesFlatDetailsItem( - { - Address: `Mataderos 2312`, - Age: 49, - City: `México D.F.`, - Country: `Mexico`, - Fax: `(5) 555-3995`, - HireDate: `2014-01-22`, - ID: 18, - Name: `Victoria Lincoln`, - ParentID: -1, - Phone: `(5) 555-3932`, - PostalCode: 5023, - Title: `Accounting Manager`, - LastName: `Lincoln`, - FullAddress: `Mataderos 2312, México D.F., Mexico` - }), - new EmployeesFlatDetailsItem( - { - Address: `120 Hanover Sq.`, - Age: 61, - City: `London`, - Country: `UK`, - Fax: `(171) 555-6750`, - HireDate: `2010-01-01`, - ID: 10, - Name: `Yang Wang`, - ParentID: -1, - Phone: `(171) 555-7788`, - PostalCode: 39000, - Title: `Localization Manager`, - LastName: `Wang`, - FullAddress: `120 Hanover Sq., London, UK` - }), - new EmployeesFlatDetailsItem( - { - Address: `Berguvsvägen 8`, - Age: 43, - City: `Luleå`, - Country: `Sweden`, - Fax: `0921-12 34 67`, - HireDate: `2011-06-03`, - ID: 3, - Name: `Michael Burke`, - ParentID: 1, - Phone: `0921-12 34 65`, - PostalCode: 29000, - Title: `Senior Software Developer`, - LastName: `Burke`, - FullAddress: `Berguvsvägen 8, Luleå, Sweden` - }), - new EmployeesFlatDetailsItem( - { - Address: `Forsterstr. 57`, - Age: 29, - City: `Mannheim`, - Country: `Germany`, - Fax: `0621-08924`, - HireDate: `2009-06-19`, - ID: 2, - Name: `Thomas Anderson`, - ParentID: 1, - Phone: `0621-08460`, - PostalCode: 68306, - Title: `Senior Software Developer`, - LastName: `Anderson`, - FullAddress: `Forsterstr. 57, Mannheim, Germany` - }), - new EmployeesFlatDetailsItem( - { - Address: `24, place Kléber`, - Age: 31, - City: `Strasbourg`, - Country: `France`, - Fax: `88.60.15.32`, - HireDate: `2014-08-18`, - ID: 11, - Name: `Monica Reyes`, - ParentID: 1, - Phone: `88.60.15.31`, - PostalCode: 67000, - Title: `Software Development Team Lead`, - LastName: `Reyes`, - FullAddress: `24, place Kléber, Strasbourg, France` - }), - new EmployeesFlatDetailsItem( - { - Address: `C/ Araquil, 67`, - Age: 35, - City: `Madrid`, - Country: `Spain`, - Fax: `(911) 555 91 99`, - HireDate: `2015-09-17`, - ID: 6, - Name: `Roland Mendel`, - ParentID: 11, - Phone: `(91) 555 22 82`, - PostalCode: 28023, - Title: `Senior Software Developer`, - LastName: `Mendel`, - FullAddress: `C/ Araquil, 67, Madrid, Spain` - }), - new EmployeesFlatDetailsItem( - { - Address: `12, rue des Bouchers`, - Age: 44, - City: `Marseille`, - Country: `France`, - Fax: `91.24.45.41`, - HireDate: `2009-10-11`, - ID: 12, - Name: `Sven Cooper`, - ParentID: 11, - Phone: `91.24.45.40`, - PostalCode: 13008, - Title: `Senior Software Developer`, - LastName: `Cooper`, - FullAddress: `12, rue des Bouchers, Marseille, France` - }), - new EmployeesFlatDetailsItem( - { - Address: `23 Tsawassen Blvd.`, - Age: 44, - City: `Tsawassen`, - Country: `Canada`, - Fax: `(604) 555-3745`, - HireDate: `2014-04-04`, - ID: 14, - Name: `Laurence Johnson`, - ParentID: 4, - Phone: `(604) 555-4729`, - PostalCode: 19000, - Title: `Director`, - LastName: `Johnson`, - FullAddress: `23 Tsawassen Blvd., Tsawassen, Canada` - }), - new EmployeesFlatDetailsItem( - { - Address: `Fauntleroy Circus`, - Age: 25, - City: `London`, - Country: `UK`, - Fax: `(125) 555-3798`, - HireDate: `2017-11-9`, - ID: 5, - Name: `Elizabeth Richards`, - ParentID: 4, - Phone: `(171) 555-1212`, - PostalCode: 30000, - Title: `Vice President`, - LastName: `Richards`, - FullAddress: `Fauntleroy Circus, London, UK` - }), - new EmployeesFlatDetailsItem( - { - Address: `Cerrito 333`, - Age: 39, - City: `Buenos Aires`, - Country: `Argentina`, - Fax: `(121) 135-4892`, - HireDate: `2010-03-22`, - ID: 13, - Name: `Trevor Ashworth`, - ParentID: 5, - Phone: `(1) 135-5555`, - PostalCode: 1010, - Title: `Director`, - LastName: `Ashworth`, - FullAddress: `Cerrito 333, Buenos Aires, Argentina` - }), - new EmployeesFlatDetailsItem( - { - Address: `Sierras de Granada 9993`, - Age: 44, - City: `México D.F.`, - Country: `Mexico`, - Fax: `(153) 555-7293`, - HireDate: `2014-04-04`, - ID: 17, - Name: `Antonio Moreno`, - ParentID: 18, - Phone: `(5) 555-3392`, - PostalCode: 5022, - Title: `Senior Accountant`, - LastName: `Moreno`, - FullAddress: `Sierras de Granada 9993, México D.F., Mexico` - }), - new EmployeesFlatDetailsItem( - { - Address: `Hauptstr. 29`, - Age: 50, - City: `Sao Paulo`, - Country: `Brazil`, - Fax: `(531) 555-6691`, - HireDate: `2007-11-18`, - ID: 7, - Name: `Pedro Rodriguez`, - ParentID: 10, - Phone: `0452-076545`, - PostalCode: 3012, - Title: `Senior Localization Developer`, - LastName: `Rodriguez`, - FullAddress: `Hauptstr. 29, Sao Paulo, Brazil` - }), - new EmployeesFlatDetailsItem( - { - Address: `Av. dos Lusíadas, 23`, - Age: 27, - City: `Bern`, - Country: `Switzerland`, - Fax: `(271) 335-357`, - HireDate: `2016-02-19`, - ID: 8, - Name: `Casey Harper`, - ParentID: 10, - Phone: `(11) 555-7647`, - PostalCode: 40000, - Title: `Senior Localization`, - LastName: `Harper`, - FullAddress: `Av. dos Lusíadas, 23, Bern, Switzerland` - }), - new EmployeesFlatDetailsItem( - { - Address: `Berkeley Gardens 12`, - Age: 25, - City: `London`, - Country: `UK`, - Fax: `(171) 555-9199`, - HireDate: `2017-11-09`, - ID: 15, - Name: `Patricia Simpson`, - ParentID: 7, - Phone: `(171) 555-2282`, - PostalCode: 26000, - Title: `Localization Intern`, - LastName: `Simpson`, - FullAddress: `Berkeley Gardens 12, London, UK` - }), - new EmployeesFlatDetailsItem( - { - Address: `Walserweg 21`, - Age: 39, - City: `Aachen`, - Country: `Germany`, - Fax: `0241-059428`, - HireDate: `2010-03-22`, - ID: 9, - Name: `Francisco Chang`, - ParentID: 7, - Phone: `0241-039123`, - PostalCode: 52066, - Title: `Localization Intern`, - LastName: `Chang`, - FullAddress: `Walserweg 21, Aachen, Germany` - }), - new EmployeesFlatDetailsItem( - { - Address: `35 King George`, - Age: 25, - City: `London`, - Country: `UK`, - Fax: `(171) 555-3373`, - HireDate: `2018-03-18`, - ID: 16, - Name: `Peter Lewis`, - ParentID: 7, - Phone: `(171) 555-0297`, - PostalCode: 48000, - Title: `Localization Intern`, - LastName: `Lewis`, - FullAddress: `35 King George, London, UK` - }), + new EmployeesFlatDetailsItem({ Address: `Obere Str. 57`, Age: 55, City: `Berlin`, Country: `Germany`, Fax: `030-0076545`, HireDate: `2008-03-20`, ID: 1, Name: `Johnathan Winchester`, ParentID: -1, Phone: `030-0074321`, PostalCode: 12209, Title: `Development Manager`, LastName: `Winchester`, FullAddress: `Obere Str. 57, Berlin, Germany` }), + new EmployeesFlatDetailsItem({ Address: `Avda. de la Constitución 2222`, Age: 42, City: `México D.F.`, Country: `Mexico`, Fax: `(51) 555-3745`, HireDate: `2014-01-22`, ID: 4, Name: `Ana Sanders`, ParentID: -1, Phone: `(5) 555-4729`, PostalCode: 5021, Title: `CEO`, LastName: `Sanders`, FullAddress: `Avda. de la Constitución 2222, México D.F., Mexico` }), + new EmployeesFlatDetailsItem({ Address: `Mataderos 2312`, Age: 49, City: `México D.F.`, Country: `Mexico`, Fax: `(5) 555-3995`, HireDate: `2014-01-22`, ID: 18, Name: `Victoria Lincoln`, ParentID: -1, Phone: `(5) 555-3932`, PostalCode: 5023, Title: `Accounting Manager`, LastName: `Lincoln`, FullAddress: `Mataderos 2312, México D.F., Mexico` }), + new EmployeesFlatDetailsItem({ Address: `120 Hanover Sq.`, Age: 61, City: `London`, Country: `UK`, Fax: `(171) 555-6750`, HireDate: `2010-01-01`, ID: 10, Name: `Yang Wang`, ParentID: -1, Phone: `(171) 555-7788`, PostalCode: 39000, Title: `Localization Manager`, LastName: `Wang`, FullAddress: `120 Hanover Sq., London, UK` }), + new EmployeesFlatDetailsItem({ Address: `Berguvsvägen 8`, Age: 43, City: `Luleå`, Country: `Sweden`, Fax: `0921-12 34 67`, HireDate: `2011-06-03`, ID: 3, Name: `Michael Burke`, ParentID: 1, Phone: `0921-12 34 65`, PostalCode: 29000, Title: `Senior Software Developer`, LastName: `Burke`, FullAddress: `Berguvsvägen 8, Luleå, Sweden` }), + new EmployeesFlatDetailsItem({ Address: `Forsterstr. 57`, Age: 29, City: `Mannheim`, Country: `Germany`, Fax: `0621-08924`, HireDate: `2009-06-19`, ID: 2, Name: `Thomas Anderson`, ParentID: 1, Phone: `0621-08460`, PostalCode: 68306, Title: `Senior Software Developer`, LastName: `Anderson`, FullAddress: `Forsterstr. 57, Mannheim, Germany` }), + new EmployeesFlatDetailsItem({ Address: `24, place Kléber`, Age: 31, City: `Strasbourg`, Country: `France`, Fax: `88.60.15.32`, HireDate: `2014-08-18`, ID: 11, Name: `Monica Reyes`, ParentID: 1, Phone: `88.60.15.31`, PostalCode: 67000, Title: `Software Development Team Lead`, LastName: `Reyes`, FullAddress: `24, place Kléber, Strasbourg, France` }), + new EmployeesFlatDetailsItem({ Address: `C/ Araquil, 67`, Age: 35, City: `Madrid`, Country: `Spain`, Fax: `(911) 555 91 99`, HireDate: `2015-09-17`, ID: 6, Name: `Roland Mendel`, ParentID: 11, Phone: `(91) 555 22 82`, PostalCode: 28023, Title: `Senior Software Developer`, LastName: `Mendel`, FullAddress: `C/ Araquil, 67, Madrid, Spain` }), + new EmployeesFlatDetailsItem({ Address: `12, rue des Bouchers`, Age: 44, City: `Marseille`, Country: `France`, Fax: `91.24.45.41`, HireDate: `2009-10-11`, ID: 12, Name: `Sven Cooper`, ParentID: 11, Phone: `91.24.45.40`, PostalCode: 13008, Title: `Senior Software Developer`, LastName: `Cooper`, FullAddress: `12, rue des Bouchers, Marseille, France` }), + new EmployeesFlatDetailsItem({ Address: `23 Tsawassen Blvd.`, Age: 44, City: `Tsawassen`, Country: `Canada`, Fax: `(604) 555-3745`, HireDate: `2014-04-04`, ID: 14, Name: `Laurence Johnson`, ParentID: 4, Phone: `(604) 555-4729`, PostalCode: 19000, Title: `Director`, LastName: `Johnson`, FullAddress: `23 Tsawassen Blvd., Tsawassen, Canada` }), + new EmployeesFlatDetailsItem({ Address: `Fauntleroy Circus`, Age: 25, City: `London`, Country: `UK`, Fax: `(125) 555-3798`, HireDate: `2017-11-9`, ID: 5, Name: `Elizabeth Richards`, ParentID: 4, Phone: `(171) 555-1212`, PostalCode: 30000, Title: `Vice President`, LastName: `Richards`, FullAddress: `Fauntleroy Circus, London, UK` }), + new EmployeesFlatDetailsItem({ Address: `Cerrito 333`, Age: 39, City: `Buenos Aires`, Country: `Argentina`, Fax: `(121) 135-4892`, HireDate: `2010-03-22`, ID: 13, Name: `Trevor Ashworth`, ParentID: 5, Phone: `(1) 135-5555`, PostalCode: 1010, Title: `Director`, LastName: `Ashworth`, FullAddress: `Cerrito 333, Buenos Aires, Argentina` }), + new EmployeesFlatDetailsItem({ Address: `Sierras de Granada 9993`, Age: 44, City: `México D.F.`, Country: `Mexico`, Fax: `(153) 555-7293`, HireDate: `2014-04-04`, ID: 17, Name: `Antonio Moreno`, ParentID: 18, Phone: `(5) 555-3392`, PostalCode: 5022, Title: `Senior Accountant`, LastName: `Moreno`, FullAddress: `Sierras de Granada 9993, México D.F., Mexico` }), + new EmployeesFlatDetailsItem({ Address: `Hauptstr. 29`, Age: 50, City: `Sao Paulo`, Country: `Brazil`, Fax: `(531) 555-6691`, HireDate: `2007-11-18`, ID: 7, Name: `Pedro Rodriguez`, ParentID: 10, Phone: `0452-076545`, PostalCode: 3012, Title: `Senior Localization Developer`, LastName: `Rodriguez`, FullAddress: `Hauptstr. 29, Sao Paulo, Brazil` }), + new EmployeesFlatDetailsItem({ Address: `Av. dos Lusíadas, 23`, Age: 27, City: `Bern`, Country: `Switzerland`, Fax: `(271) 335-357`, HireDate: `2016-02-19`, ID: 8, Name: `Casey Harper`, ParentID: 10, Phone: `(11) 555-7647`, PostalCode: 40000, Title: `Senior Localization`, LastName: `Harper`, FullAddress: `Av. dos Lusíadas, 23, Bern, Switzerland` }), + new EmployeesFlatDetailsItem({ Address: `Berkeley Gardens 12`, Age: 25, City: `London`, Country: `UK`, Fax: `(171) 555-9199`, HireDate: `2017-11-09`, ID: 15, Name: `Patricia Simpson`, ParentID: 7, Phone: `(171) 555-2282`, PostalCode: 26000, Title: `Localization Intern`, LastName: `Simpson`, FullAddress: `Berkeley Gardens 12, London, UK` }), + new EmployeesFlatDetailsItem({ Address: `Walserweg 21`, Age: 39, City: `Aachen`, Country: `Germany`, Fax: `0241-059428`, HireDate: `2010-03-22`, ID: 9, Name: `Francisco Chang`, ParentID: 7, Phone: `0241-039123`, PostalCode: 52066, Title: `Localization Intern`, LastName: `Chang`, FullAddress: `Walserweg 21, Aachen, Germany` }), + new EmployeesFlatDetailsItem({ Address: `35 King George`, Age: 25, City: `London`, Country: `UK`, Fax: `(171) 555-3373`, HireDate: `2018-03-18`, ID: 16, Name: `Peter Lewis`, ParentID: 7, Phone: `(171) 555-0297`, PostalCode: 48000, Title: `Localization Intern`, LastName: `Lewis`, FullAddress: `35 King George, London, UK` }), ]; super(...newItems.slice(0)); } diff --git a/samples/grids/tree-grid/toolbar-sample-1/src/EmployeesFlatAvatars.ts b/samples/grids/tree-grid/toolbar-sample-1/src/EmployeesFlatAvatars.ts index 39877c278a..84fe26e5e3 100644 --- a/samples/grids/tree-grid/toolbar-sample-1/src/EmployeesFlatAvatars.ts +++ b/samples/grids/tree-grid/toolbar-sample-1/src/EmployeesFlatAvatars.ts @@ -18,186 +18,24 @@ export class EmployeesFlatAvatars extends Array { super(...items); } else { const newItems = [ - new EmployeesFlatAvatarsItem( - { - Age: 55, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/5.jpg`, - HireDate: `2008-03-20`, - ID: 1, - Name: `Johnathan Winchester`, - ParentID: -1, - Title: `Development Manager` - }), - new EmployeesFlatAvatarsItem( - { - Age: 42, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/4.jpg`, - HireDate: `2014-01-22`, - ID: 4, - Name: `Ana Sanders`, - ParentID: -1, - Title: `CEO` - }), - new EmployeesFlatAvatarsItem( - { - Age: 49, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/2.jpg`, - HireDate: `2014-01-22`, - ID: 18, - Name: `Victoria Lincoln`, - ParentID: -1, - Title: `Accounting Manager` - }), - new EmployeesFlatAvatarsItem( - { - Age: 61, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/4.jpg`, - HireDate: `2010-01-01`, - ID: 10, - Name: `Yang Wang`, - ParentID: -1, - Title: `Localization Manager` - }), - new EmployeesFlatAvatarsItem( - { - Age: 43, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/1.jpg`, - HireDate: `2011-06-03`, - ID: 3, - Name: `Michael Burke`, - ParentID: 1, - Title: `Senior Software Developer` - }), - new EmployeesFlatAvatarsItem( - { - Age: 29, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/2.jpg`, - HireDate: `2009-06-19`, - ID: 2, - Name: `Thomas Anderson`, - ParentID: 1, - Title: `Senior Software Developer` - }), - new EmployeesFlatAvatarsItem( - { - Age: 31, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/3.jpg`, - HireDate: `2014-08-18`, - ID: 11, - Name: `Monica Reyes`, - ParentID: 1, - Title: `Software Development Team Lead` - }), - new EmployeesFlatAvatarsItem( - { - Age: 35, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/3.jpg`, - HireDate: `2015-09-17`, - ID: 6, - Name: `Roland Mendel`, - ParentID: 11, - Title: `Senior Software Developer` - }), - new EmployeesFlatAvatarsItem( - { - Age: 44, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/6.jpg`, - HireDate: `2009-10-11`, - ID: 12, - Name: `Sven Cooper`, - ParentID: 11, - Title: `Senior Software Developer` - }), - new EmployeesFlatAvatarsItem( - { - Age: 44, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/7.jpg`, - HireDate: `2014-04-04`, - ID: 14, - Name: `Laurence Johnson`, - ParentID: 4, - Title: `Director` - }), - new EmployeesFlatAvatarsItem( - { - Age: 25, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/1.jpg`, - HireDate: `2017-11-09`, - ID: 5, - Name: `Elizabeth Richards`, - ParentID: 4, - Title: `Vice President` - }), - new EmployeesFlatAvatarsItem( - { - Age: 39, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/8.jpg`, - HireDate: `2010-03-22`, - ID: 13, - Name: `Trevor Ashworth`, - ParentID: 5, - Title: `Director` - }), - new EmployeesFlatAvatarsItem( - { - Age: 44, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/9.jpg`, - HireDate: `2014-04-04`, - ID: 17, - Name: `Antonio Moreno`, - ParentID: 18, - Title: `Senior Accountant` - }), - new EmployeesFlatAvatarsItem( - { - Age: 50, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/10.jpg`, - HireDate: `2007-11-18`, - ID: 7, - Name: `Pedro Rodriguez`, - ParentID: 10, - Title: `Senior Localization Developer` - }), - new EmployeesFlatAvatarsItem( - { - Age: 27, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/5.jpg`, - HireDate: `2016-02-19`, - ID: 8, - Name: `Casey Harper`, - ParentID: 10, - Title: `Senior Localization Developer` - }), - new EmployeesFlatAvatarsItem( - { - Age: 25, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/6.jpg`, - HireDate: `2017-11-09`, - ID: 15, - Name: `Patricia Simpson`, - ParentID: 7, - Title: `Localization Intern` - }), - new EmployeesFlatAvatarsItem( - { - Age: 39, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/26.jpg`, - HireDate: `2010-03-22`, - ID: 9, - Name: `Francisco Chang`, - ParentID: 7, - Title: `Localization Intern` - }), - new EmployeesFlatAvatarsItem( - { - Age: 25, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/27.jpg`, - HireDate: `2018-03-18`, - ID: 16, - Name: `Peter Lewis`, - ParentID: 7, - Title: `Localization Intern` - }), + new EmployeesFlatAvatarsItem({ Age: 55, Avatar: `https://static.infragistics.com/xplatform/images/people/men/5.jpg`, HireDate: `2008-03-20`, ID: 1, Name: `Johnathan Winchester`, ParentID: -1, Title: `Development Manager` }), + new EmployeesFlatAvatarsItem({ Age: 42, Avatar: `https://static.infragistics.com/xplatform/images/people/women/4.jpg`, HireDate: `2014-01-22`, ID: 4, Name: `Ana Sanders`, ParentID: -1, Title: `CEO` }), + new EmployeesFlatAvatarsItem({ Age: 49, Avatar: `https://static.infragistics.com/xplatform/images/people/women/2.jpg`, HireDate: `2014-01-22`, ID: 18, Name: `Victoria Lincoln`, ParentID: -1, Title: `Accounting Manager` }), + new EmployeesFlatAvatarsItem({ Age: 61, Avatar: `https://static.infragistics.com/xplatform/images/people/men/4.jpg`, HireDate: `2010-01-01`, ID: 10, Name: `Yang Wang`, ParentID: -1, Title: `Localization Manager` }), + new EmployeesFlatAvatarsItem({ Age: 43, Avatar: `https://static.infragistics.com/xplatform/images/people/men/1.jpg`, HireDate: `2011-06-03`, ID: 3, Name: `Michael Burke`, ParentID: 1, Title: `Senior Software Developer` }), + new EmployeesFlatAvatarsItem({ Age: 29, Avatar: `https://static.infragistics.com/xplatform/images/people/men/2.jpg`, HireDate: `2009-06-19`, ID: 2, Name: `Thomas Anderson`, ParentID: 1, Title: `Senior Software Developer` }), + new EmployeesFlatAvatarsItem({ Age: 31, Avatar: `https://static.infragistics.com/xplatform/images/people/women/3.jpg`, HireDate: `2014-08-18`, ID: 11, Name: `Monica Reyes`, ParentID: 1, Title: `Software Development Team Lead` }), + new EmployeesFlatAvatarsItem({ Age: 35, Avatar: `https://static.infragistics.com/xplatform/images/people/men/3.jpg`, HireDate: `2015-09-17`, ID: 6, Name: `Roland Mendel`, ParentID: 11, Title: `Senior Software Developer` }), + new EmployeesFlatAvatarsItem({ Age: 44, Avatar: `https://static.infragistics.com/xplatform/images/people/men/6.jpg`, HireDate: `2009-10-11`, ID: 12, Name: `Sven Cooper`, ParentID: 11, Title: `Senior Software Developer` }), + new EmployeesFlatAvatarsItem({ Age: 44, Avatar: `https://static.infragistics.com/xplatform/images/people/men/7.jpg`, HireDate: `2014-04-04`, ID: 14, Name: `Laurence Johnson`, ParentID: 4, Title: `Director` }), + new EmployeesFlatAvatarsItem({ Age: 25, Avatar: `https://static.infragistics.com/xplatform/images/people/women/1.jpg`, HireDate: `2017-11-09`, ID: 5, Name: `Elizabeth Richards`, ParentID: 4, Title: `Vice President` }), + new EmployeesFlatAvatarsItem({ Age: 39, Avatar: `https://static.infragistics.com/xplatform/images/people/men/8.jpg`, HireDate: `2010-03-22`, ID: 13, Name: `Trevor Ashworth`, ParentID: 5, Title: `Director` }), + new EmployeesFlatAvatarsItem({ Age: 44, Avatar: `https://static.infragistics.com/xplatform/images/people/men/9.jpg`, HireDate: `2014-04-04`, ID: 17, Name: `Antonio Moreno`, ParentID: 18, Title: `Senior Accountant` }), + new EmployeesFlatAvatarsItem({ Age: 50, Avatar: `https://static.infragistics.com/xplatform/images/people/men/10.jpg`, HireDate: `2007-11-18`, ID: 7, Name: `Pedro Rodriguez`, ParentID: 10, Title: `Senior Localization Developer` }), + new EmployeesFlatAvatarsItem({ Age: 27, Avatar: `https://static.infragistics.com/xplatform/images/people/women/5.jpg`, HireDate: `2016-02-19`, ID: 8, Name: `Casey Harper`, ParentID: 10, Title: `Senior Localization Developer` }), + new EmployeesFlatAvatarsItem({ Age: 25, Avatar: `https://static.infragistics.com/xplatform/images/people/women/6.jpg`, HireDate: `2017-11-09`, ID: 15, Name: `Patricia Simpson`, ParentID: 7, Title: `Localization Intern` }), + new EmployeesFlatAvatarsItem({ Age: 39, Avatar: `https://static.infragistics.com/xplatform/images/people/men/26.jpg`, HireDate: `2010-03-22`, ID: 9, Name: `Francisco Chang`, ParentID: 7, Title: `Localization Intern` }), + new EmployeesFlatAvatarsItem({ Age: 25, Avatar: `https://static.infragistics.com/xplatform/images/people/men/27.jpg`, HireDate: `2018-03-18`, ID: 16, Name: `Peter Lewis`, ParentID: 7, Title: `Localization Intern` }), ]; super(...newItems.slice(0)); } diff --git a/samples/grids/tree-grid/toolbar-sample-3/src/EmployeesFlatAvatars.ts b/samples/grids/tree-grid/toolbar-sample-3/src/EmployeesFlatAvatars.ts index 39877c278a..84fe26e5e3 100644 --- a/samples/grids/tree-grid/toolbar-sample-3/src/EmployeesFlatAvatars.ts +++ b/samples/grids/tree-grid/toolbar-sample-3/src/EmployeesFlatAvatars.ts @@ -18,186 +18,24 @@ export class EmployeesFlatAvatars extends Array { super(...items); } else { const newItems = [ - new EmployeesFlatAvatarsItem( - { - Age: 55, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/5.jpg`, - HireDate: `2008-03-20`, - ID: 1, - Name: `Johnathan Winchester`, - ParentID: -1, - Title: `Development Manager` - }), - new EmployeesFlatAvatarsItem( - { - Age: 42, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/4.jpg`, - HireDate: `2014-01-22`, - ID: 4, - Name: `Ana Sanders`, - ParentID: -1, - Title: `CEO` - }), - new EmployeesFlatAvatarsItem( - { - Age: 49, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/2.jpg`, - HireDate: `2014-01-22`, - ID: 18, - Name: `Victoria Lincoln`, - ParentID: -1, - Title: `Accounting Manager` - }), - new EmployeesFlatAvatarsItem( - { - Age: 61, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/4.jpg`, - HireDate: `2010-01-01`, - ID: 10, - Name: `Yang Wang`, - ParentID: -1, - Title: `Localization Manager` - }), - new EmployeesFlatAvatarsItem( - { - Age: 43, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/1.jpg`, - HireDate: `2011-06-03`, - ID: 3, - Name: `Michael Burke`, - ParentID: 1, - Title: `Senior Software Developer` - }), - new EmployeesFlatAvatarsItem( - { - Age: 29, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/2.jpg`, - HireDate: `2009-06-19`, - ID: 2, - Name: `Thomas Anderson`, - ParentID: 1, - Title: `Senior Software Developer` - }), - new EmployeesFlatAvatarsItem( - { - Age: 31, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/3.jpg`, - HireDate: `2014-08-18`, - ID: 11, - Name: `Monica Reyes`, - ParentID: 1, - Title: `Software Development Team Lead` - }), - new EmployeesFlatAvatarsItem( - { - Age: 35, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/3.jpg`, - HireDate: `2015-09-17`, - ID: 6, - Name: `Roland Mendel`, - ParentID: 11, - Title: `Senior Software Developer` - }), - new EmployeesFlatAvatarsItem( - { - Age: 44, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/6.jpg`, - HireDate: `2009-10-11`, - ID: 12, - Name: `Sven Cooper`, - ParentID: 11, - Title: `Senior Software Developer` - }), - new EmployeesFlatAvatarsItem( - { - Age: 44, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/7.jpg`, - HireDate: `2014-04-04`, - ID: 14, - Name: `Laurence Johnson`, - ParentID: 4, - Title: `Director` - }), - new EmployeesFlatAvatarsItem( - { - Age: 25, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/1.jpg`, - HireDate: `2017-11-09`, - ID: 5, - Name: `Elizabeth Richards`, - ParentID: 4, - Title: `Vice President` - }), - new EmployeesFlatAvatarsItem( - { - Age: 39, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/8.jpg`, - HireDate: `2010-03-22`, - ID: 13, - Name: `Trevor Ashworth`, - ParentID: 5, - Title: `Director` - }), - new EmployeesFlatAvatarsItem( - { - Age: 44, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/9.jpg`, - HireDate: `2014-04-04`, - ID: 17, - Name: `Antonio Moreno`, - ParentID: 18, - Title: `Senior Accountant` - }), - new EmployeesFlatAvatarsItem( - { - Age: 50, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/10.jpg`, - HireDate: `2007-11-18`, - ID: 7, - Name: `Pedro Rodriguez`, - ParentID: 10, - Title: `Senior Localization Developer` - }), - new EmployeesFlatAvatarsItem( - { - Age: 27, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/5.jpg`, - HireDate: `2016-02-19`, - ID: 8, - Name: `Casey Harper`, - ParentID: 10, - Title: `Senior Localization Developer` - }), - new EmployeesFlatAvatarsItem( - { - Age: 25, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/6.jpg`, - HireDate: `2017-11-09`, - ID: 15, - Name: `Patricia Simpson`, - ParentID: 7, - Title: `Localization Intern` - }), - new EmployeesFlatAvatarsItem( - { - Age: 39, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/26.jpg`, - HireDate: `2010-03-22`, - ID: 9, - Name: `Francisco Chang`, - ParentID: 7, - Title: `Localization Intern` - }), - new EmployeesFlatAvatarsItem( - { - Age: 25, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/27.jpg`, - HireDate: `2018-03-18`, - ID: 16, - Name: `Peter Lewis`, - ParentID: 7, - Title: `Localization Intern` - }), + new EmployeesFlatAvatarsItem({ Age: 55, Avatar: `https://static.infragistics.com/xplatform/images/people/men/5.jpg`, HireDate: `2008-03-20`, ID: 1, Name: `Johnathan Winchester`, ParentID: -1, Title: `Development Manager` }), + new EmployeesFlatAvatarsItem({ Age: 42, Avatar: `https://static.infragistics.com/xplatform/images/people/women/4.jpg`, HireDate: `2014-01-22`, ID: 4, Name: `Ana Sanders`, ParentID: -1, Title: `CEO` }), + new EmployeesFlatAvatarsItem({ Age: 49, Avatar: `https://static.infragistics.com/xplatform/images/people/women/2.jpg`, HireDate: `2014-01-22`, ID: 18, Name: `Victoria Lincoln`, ParentID: -1, Title: `Accounting Manager` }), + new EmployeesFlatAvatarsItem({ Age: 61, Avatar: `https://static.infragistics.com/xplatform/images/people/men/4.jpg`, HireDate: `2010-01-01`, ID: 10, Name: `Yang Wang`, ParentID: -1, Title: `Localization Manager` }), + new EmployeesFlatAvatarsItem({ Age: 43, Avatar: `https://static.infragistics.com/xplatform/images/people/men/1.jpg`, HireDate: `2011-06-03`, ID: 3, Name: `Michael Burke`, ParentID: 1, Title: `Senior Software Developer` }), + new EmployeesFlatAvatarsItem({ Age: 29, Avatar: `https://static.infragistics.com/xplatform/images/people/men/2.jpg`, HireDate: `2009-06-19`, ID: 2, Name: `Thomas Anderson`, ParentID: 1, Title: `Senior Software Developer` }), + new EmployeesFlatAvatarsItem({ Age: 31, Avatar: `https://static.infragistics.com/xplatform/images/people/women/3.jpg`, HireDate: `2014-08-18`, ID: 11, Name: `Monica Reyes`, ParentID: 1, Title: `Software Development Team Lead` }), + new EmployeesFlatAvatarsItem({ Age: 35, Avatar: `https://static.infragistics.com/xplatform/images/people/men/3.jpg`, HireDate: `2015-09-17`, ID: 6, Name: `Roland Mendel`, ParentID: 11, Title: `Senior Software Developer` }), + new EmployeesFlatAvatarsItem({ Age: 44, Avatar: `https://static.infragistics.com/xplatform/images/people/men/6.jpg`, HireDate: `2009-10-11`, ID: 12, Name: `Sven Cooper`, ParentID: 11, Title: `Senior Software Developer` }), + new EmployeesFlatAvatarsItem({ Age: 44, Avatar: `https://static.infragistics.com/xplatform/images/people/men/7.jpg`, HireDate: `2014-04-04`, ID: 14, Name: `Laurence Johnson`, ParentID: 4, Title: `Director` }), + new EmployeesFlatAvatarsItem({ Age: 25, Avatar: `https://static.infragistics.com/xplatform/images/people/women/1.jpg`, HireDate: `2017-11-09`, ID: 5, Name: `Elizabeth Richards`, ParentID: 4, Title: `Vice President` }), + new EmployeesFlatAvatarsItem({ Age: 39, Avatar: `https://static.infragistics.com/xplatform/images/people/men/8.jpg`, HireDate: `2010-03-22`, ID: 13, Name: `Trevor Ashworth`, ParentID: 5, Title: `Director` }), + new EmployeesFlatAvatarsItem({ Age: 44, Avatar: `https://static.infragistics.com/xplatform/images/people/men/9.jpg`, HireDate: `2014-04-04`, ID: 17, Name: `Antonio Moreno`, ParentID: 18, Title: `Senior Accountant` }), + new EmployeesFlatAvatarsItem({ Age: 50, Avatar: `https://static.infragistics.com/xplatform/images/people/men/10.jpg`, HireDate: `2007-11-18`, ID: 7, Name: `Pedro Rodriguez`, ParentID: 10, Title: `Senior Localization Developer` }), + new EmployeesFlatAvatarsItem({ Age: 27, Avatar: `https://static.infragistics.com/xplatform/images/people/women/5.jpg`, HireDate: `2016-02-19`, ID: 8, Name: `Casey Harper`, ParentID: 10, Title: `Senior Localization Developer` }), + new EmployeesFlatAvatarsItem({ Age: 25, Avatar: `https://static.infragistics.com/xplatform/images/people/women/6.jpg`, HireDate: `2017-11-09`, ID: 15, Name: `Patricia Simpson`, ParentID: 7, Title: `Localization Intern` }), + new EmployeesFlatAvatarsItem({ Age: 39, Avatar: `https://static.infragistics.com/xplatform/images/people/men/26.jpg`, HireDate: `2010-03-22`, ID: 9, Name: `Francisco Chang`, ParentID: 7, Title: `Localization Intern` }), + new EmployeesFlatAvatarsItem({ Age: 25, Avatar: `https://static.infragistics.com/xplatform/images/people/men/27.jpg`, HireDate: `2018-03-18`, ID: 16, Name: `Peter Lewis`, ParentID: 7, Title: `Localization Intern` }), ]; super(...newItems.slice(0)); } diff --git a/samples/grids/tree-grid/toolbar-style/src/EmployeesFlatAvatars.ts b/samples/grids/tree-grid/toolbar-style/src/EmployeesFlatAvatars.ts index 39877c278a..84fe26e5e3 100644 --- a/samples/grids/tree-grid/toolbar-style/src/EmployeesFlatAvatars.ts +++ b/samples/grids/tree-grid/toolbar-style/src/EmployeesFlatAvatars.ts @@ -18,186 +18,24 @@ export class EmployeesFlatAvatars extends Array { super(...items); } else { const newItems = [ - new EmployeesFlatAvatarsItem( - { - Age: 55, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/5.jpg`, - HireDate: `2008-03-20`, - ID: 1, - Name: `Johnathan Winchester`, - ParentID: -1, - Title: `Development Manager` - }), - new EmployeesFlatAvatarsItem( - { - Age: 42, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/4.jpg`, - HireDate: `2014-01-22`, - ID: 4, - Name: `Ana Sanders`, - ParentID: -1, - Title: `CEO` - }), - new EmployeesFlatAvatarsItem( - { - Age: 49, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/2.jpg`, - HireDate: `2014-01-22`, - ID: 18, - Name: `Victoria Lincoln`, - ParentID: -1, - Title: `Accounting Manager` - }), - new EmployeesFlatAvatarsItem( - { - Age: 61, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/4.jpg`, - HireDate: `2010-01-01`, - ID: 10, - Name: `Yang Wang`, - ParentID: -1, - Title: `Localization Manager` - }), - new EmployeesFlatAvatarsItem( - { - Age: 43, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/1.jpg`, - HireDate: `2011-06-03`, - ID: 3, - Name: `Michael Burke`, - ParentID: 1, - Title: `Senior Software Developer` - }), - new EmployeesFlatAvatarsItem( - { - Age: 29, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/2.jpg`, - HireDate: `2009-06-19`, - ID: 2, - Name: `Thomas Anderson`, - ParentID: 1, - Title: `Senior Software Developer` - }), - new EmployeesFlatAvatarsItem( - { - Age: 31, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/3.jpg`, - HireDate: `2014-08-18`, - ID: 11, - Name: `Monica Reyes`, - ParentID: 1, - Title: `Software Development Team Lead` - }), - new EmployeesFlatAvatarsItem( - { - Age: 35, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/3.jpg`, - HireDate: `2015-09-17`, - ID: 6, - Name: `Roland Mendel`, - ParentID: 11, - Title: `Senior Software Developer` - }), - new EmployeesFlatAvatarsItem( - { - Age: 44, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/6.jpg`, - HireDate: `2009-10-11`, - ID: 12, - Name: `Sven Cooper`, - ParentID: 11, - Title: `Senior Software Developer` - }), - new EmployeesFlatAvatarsItem( - { - Age: 44, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/7.jpg`, - HireDate: `2014-04-04`, - ID: 14, - Name: `Laurence Johnson`, - ParentID: 4, - Title: `Director` - }), - new EmployeesFlatAvatarsItem( - { - Age: 25, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/1.jpg`, - HireDate: `2017-11-09`, - ID: 5, - Name: `Elizabeth Richards`, - ParentID: 4, - Title: `Vice President` - }), - new EmployeesFlatAvatarsItem( - { - Age: 39, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/8.jpg`, - HireDate: `2010-03-22`, - ID: 13, - Name: `Trevor Ashworth`, - ParentID: 5, - Title: `Director` - }), - new EmployeesFlatAvatarsItem( - { - Age: 44, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/9.jpg`, - HireDate: `2014-04-04`, - ID: 17, - Name: `Antonio Moreno`, - ParentID: 18, - Title: `Senior Accountant` - }), - new EmployeesFlatAvatarsItem( - { - Age: 50, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/10.jpg`, - HireDate: `2007-11-18`, - ID: 7, - Name: `Pedro Rodriguez`, - ParentID: 10, - Title: `Senior Localization Developer` - }), - new EmployeesFlatAvatarsItem( - { - Age: 27, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/5.jpg`, - HireDate: `2016-02-19`, - ID: 8, - Name: `Casey Harper`, - ParentID: 10, - Title: `Senior Localization Developer` - }), - new EmployeesFlatAvatarsItem( - { - Age: 25, - Avatar: `https://static.infragistics.com/xplatform/images/people/women/6.jpg`, - HireDate: `2017-11-09`, - ID: 15, - Name: `Patricia Simpson`, - ParentID: 7, - Title: `Localization Intern` - }), - new EmployeesFlatAvatarsItem( - { - Age: 39, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/26.jpg`, - HireDate: `2010-03-22`, - ID: 9, - Name: `Francisco Chang`, - ParentID: 7, - Title: `Localization Intern` - }), - new EmployeesFlatAvatarsItem( - { - Age: 25, - Avatar: `https://static.infragistics.com/xplatform/images/people/men/27.jpg`, - HireDate: `2018-03-18`, - ID: 16, - Name: `Peter Lewis`, - ParentID: 7, - Title: `Localization Intern` - }), + new EmployeesFlatAvatarsItem({ Age: 55, Avatar: `https://static.infragistics.com/xplatform/images/people/men/5.jpg`, HireDate: `2008-03-20`, ID: 1, Name: `Johnathan Winchester`, ParentID: -1, Title: `Development Manager` }), + new EmployeesFlatAvatarsItem({ Age: 42, Avatar: `https://static.infragistics.com/xplatform/images/people/women/4.jpg`, HireDate: `2014-01-22`, ID: 4, Name: `Ana Sanders`, ParentID: -1, Title: `CEO` }), + new EmployeesFlatAvatarsItem({ Age: 49, Avatar: `https://static.infragistics.com/xplatform/images/people/women/2.jpg`, HireDate: `2014-01-22`, ID: 18, Name: `Victoria Lincoln`, ParentID: -1, Title: `Accounting Manager` }), + new EmployeesFlatAvatarsItem({ Age: 61, Avatar: `https://static.infragistics.com/xplatform/images/people/men/4.jpg`, HireDate: `2010-01-01`, ID: 10, Name: `Yang Wang`, ParentID: -1, Title: `Localization Manager` }), + new EmployeesFlatAvatarsItem({ Age: 43, Avatar: `https://static.infragistics.com/xplatform/images/people/men/1.jpg`, HireDate: `2011-06-03`, ID: 3, Name: `Michael Burke`, ParentID: 1, Title: `Senior Software Developer` }), + new EmployeesFlatAvatarsItem({ Age: 29, Avatar: `https://static.infragistics.com/xplatform/images/people/men/2.jpg`, HireDate: `2009-06-19`, ID: 2, Name: `Thomas Anderson`, ParentID: 1, Title: `Senior Software Developer` }), + new EmployeesFlatAvatarsItem({ Age: 31, Avatar: `https://static.infragistics.com/xplatform/images/people/women/3.jpg`, HireDate: `2014-08-18`, ID: 11, Name: `Monica Reyes`, ParentID: 1, Title: `Software Development Team Lead` }), + new EmployeesFlatAvatarsItem({ Age: 35, Avatar: `https://static.infragistics.com/xplatform/images/people/men/3.jpg`, HireDate: `2015-09-17`, ID: 6, Name: `Roland Mendel`, ParentID: 11, Title: `Senior Software Developer` }), + new EmployeesFlatAvatarsItem({ Age: 44, Avatar: `https://static.infragistics.com/xplatform/images/people/men/6.jpg`, HireDate: `2009-10-11`, ID: 12, Name: `Sven Cooper`, ParentID: 11, Title: `Senior Software Developer` }), + new EmployeesFlatAvatarsItem({ Age: 44, Avatar: `https://static.infragistics.com/xplatform/images/people/men/7.jpg`, HireDate: `2014-04-04`, ID: 14, Name: `Laurence Johnson`, ParentID: 4, Title: `Director` }), + new EmployeesFlatAvatarsItem({ Age: 25, Avatar: `https://static.infragistics.com/xplatform/images/people/women/1.jpg`, HireDate: `2017-11-09`, ID: 5, Name: `Elizabeth Richards`, ParentID: 4, Title: `Vice President` }), + new EmployeesFlatAvatarsItem({ Age: 39, Avatar: `https://static.infragistics.com/xplatform/images/people/men/8.jpg`, HireDate: `2010-03-22`, ID: 13, Name: `Trevor Ashworth`, ParentID: 5, Title: `Director` }), + new EmployeesFlatAvatarsItem({ Age: 44, Avatar: `https://static.infragistics.com/xplatform/images/people/men/9.jpg`, HireDate: `2014-04-04`, ID: 17, Name: `Antonio Moreno`, ParentID: 18, Title: `Senior Accountant` }), + new EmployeesFlatAvatarsItem({ Age: 50, Avatar: `https://static.infragistics.com/xplatform/images/people/men/10.jpg`, HireDate: `2007-11-18`, ID: 7, Name: `Pedro Rodriguez`, ParentID: 10, Title: `Senior Localization Developer` }), + new EmployeesFlatAvatarsItem({ Age: 27, Avatar: `https://static.infragistics.com/xplatform/images/people/women/5.jpg`, HireDate: `2016-02-19`, ID: 8, Name: `Casey Harper`, ParentID: 10, Title: `Senior Localization Developer` }), + new EmployeesFlatAvatarsItem({ Age: 25, Avatar: `https://static.infragistics.com/xplatform/images/people/women/6.jpg`, HireDate: `2017-11-09`, ID: 15, Name: `Patricia Simpson`, ParentID: 7, Title: `Localization Intern` }), + new EmployeesFlatAvatarsItem({ Age: 39, Avatar: `https://static.infragistics.com/xplatform/images/people/men/26.jpg`, HireDate: `2010-03-22`, ID: 9, Name: `Francisco Chang`, ParentID: 7, Title: `Localization Intern` }), + new EmployeesFlatAvatarsItem({ Age: 25, Avatar: `https://static.infragistics.com/xplatform/images/people/men/27.jpg`, HireDate: `2018-03-18`, ID: 16, Name: `Peter Lewis`, ParentID: 7, Title: `Localization Intern` }), ]; super(...newItems.slice(0)); } diff --git a/samples/grids/tree-grid/using-primary-foreign-keys/src/EmployeesFlatData.ts b/samples/grids/tree-grid/using-primary-foreign-keys/src/EmployeesFlatData.ts index b99bf3579a..2e5e7fc2ed 100644 --- a/samples/grids/tree-grid/using-primary-foreign-keys/src/EmployeesFlatData.ts +++ b/samples/grids/tree-grid/using-primary-foreign-keys/src/EmployeesFlatData.ts @@ -19,204 +19,24 @@ export class EmployeesFlatData extends Array { super(...items); } else { const newItems = [ - new EmployeesFlatDataItem( - { - Age: 55, - HireDate: `2008-03-20`, - ID: 1, - Name: `Johnathan Winchester`, - Phone: `0251-031259`, - OnPTO: false, - ParentID: -1, - Title: `Development Manager` - }), - new EmployeesFlatDataItem( - { - Age: 42, - HireDate: `2014-01-22`, - ID: 4, - Name: `Ana Sanders`, - Phone: `(21) 555-0091`, - OnPTO: true, - ParentID: -1, - Title: `CEO` - }), - new EmployeesFlatDataItem( - { - Age: 49, - HireDate: `2014-01-22`, - ID: 18, - Name: `Victoria Lincoln`, - Phone: `(071) 23 67 22 20`, - OnPTO: true, - ParentID: -1, - Title: `Accounting Manager` - }), - new EmployeesFlatDataItem( - { - Age: 61, - HireDate: `2010-01-01`, - ID: 10, - Name: `Yang Wang`, - Phone: `(21) 555-0091`, - OnPTO: false, - ParentID: -1, - Title: `Localization Manager` - }), - new EmployeesFlatDataItem( - { - Age: 43, - HireDate: `2011-06-03`, - ID: 3, - Name: `Michael Burke`, - Phone: `0452-076545`, - OnPTO: true, - ParentID: 1, - Title: `Senior Software Developer` - }), - new EmployeesFlatDataItem( - { - Age: 29, - HireDate: `2009-06-19`, - ID: 2, - Name: `Thomas Anderson`, - Phone: `(14) 555-8122`, - OnPTO: false, - ParentID: 1, - Title: `Senior Software Developer` - }), - new EmployeesFlatDataItem( - { - Age: 31, - HireDate: `2014-08-18`, - ID: 11, - Name: `Monica Reyes`, - Phone: `7675-3425`, - OnPTO: false, - ParentID: 1, - Title: `Software Development Team Lead` - }), - new EmployeesFlatDataItem( - { - Age: 35, - HireDate: `2015-09-17`, - ID: 6, - Name: `Roland Mendel`, - Phone: `(505) 555-5939`, - OnPTO: false, - ParentID: 11, - Title: `Senior Software Developer` - }), - new EmployeesFlatDataItem( - { - Age: 44, - HireDate: `2009-10-11`, - ID: 12, - Name: `Sven Cooper`, - Phone: `0695-34 67 21`, - OnPTO: true, - ParentID: 11, - Title: `Senior Software Developer` - }), - new EmployeesFlatDataItem( - { - Age: 44, - HireDate: `2014-04-04`, - ID: 14, - Name: `Laurence Johnson`, - Phone: `981-443655`, - OnPTO: false, - ParentID: 4, - Title: `Director` - }), - new EmployeesFlatDataItem( - { - Age: 25, - HireDate: `2017-11-09`, - ID: 5, - Name: `Elizabeth Richards`, - Phone: `(2) 283-2951`, - OnPTO: true, - ParentID: 4, - Title: `Vice President` - }), - new EmployeesFlatDataItem( - { - Age: 39, - HireDate: `2010-03-22`, - ID: 13, - Name: `Trevor Ashworth`, - Phone: `981-443655`, - OnPTO: true, - ParentID: 5, - Title: `Director` - }), - new EmployeesFlatDataItem( - { - Age: 44, - HireDate: `2014-04-04`, - ID: 17, - Name: `Antonio Moreno`, - Phone: `(505) 555-5939`, - OnPTO: false, - ParentID: 18, - Title: `Senior Accountant` - }), - new EmployeesFlatDataItem( - { - Age: 50, - HireDate: `2007-11-18`, - ID: 7, - Name: `Pedro Rodriguez`, - Phone: `035-640230`, - OnPTO: false, - ParentID: 10, - Title: `Senior Localization Developer` - }), - new EmployeesFlatDataItem( - { - Age: 27, - HireDate: `2016-02-19`, - ID: 8, - Name: `Casey Harper`, - Phone: `0342-023176`, - OnPTO: true, - ParentID: 10, - Title: `Senior Localization` - }), - new EmployeesFlatDataItem( - { - Age: 25, - HireDate: `2017-11-09`, - ID: 15, - Name: `Patricia Simpson`, - Phone: `069-0245984`, - OnPTO: false, - ParentID: 7, - Title: `Localization Intern` - }), - new EmployeesFlatDataItem( - { - Age: 39, - HireDate: `2010-03-22`, - ID: 9, - Name: `Francisco Chang`, - Phone: `(91) 745 6200`, - OnPTO: false, - ParentID: 7, - Title: `Localization Intern` - }), - new EmployeesFlatDataItem( - { - Age: 25, - HireDate: `2018-03-18`, - ID: 16, - Name: `Peter Lewis`, - Phone: `069-0245984`, - OnPTO: true, - ParentID: 7, - Title: `Localization Intern` - }), + new EmployeesFlatDataItem({ Age: 55, HireDate: `2008-03-20`, ID: 1, Name: `Johnathan Winchester`, Phone: `0251-031259`, OnPTO: false, ParentID: -1, Title: `Development Manager` }), + new EmployeesFlatDataItem({ Age: 42, HireDate: `2014-01-22`, ID: 4, Name: `Ana Sanders`, Phone: `(21) 555-0091`, OnPTO: true, ParentID: -1, Title: `CEO` }), + new EmployeesFlatDataItem({ Age: 49, HireDate: `2014-01-22`, ID: 18, Name: `Victoria Lincoln`, Phone: `(071) 23 67 22 20`, OnPTO: true, ParentID: -1, Title: `Accounting Manager` }), + new EmployeesFlatDataItem({ Age: 61, HireDate: `2010-01-01`, ID: 10, Name: `Yang Wang`, Phone: `(21) 555-0091`, OnPTO: false, ParentID: -1, Title: `Localization Manager` }), + new EmployeesFlatDataItem({ Age: 43, HireDate: `2011-06-03`, ID: 3, Name: `Michael Burke`, Phone: `0452-076545`, OnPTO: true, ParentID: 1, Title: `Senior Software Developer` }), + new EmployeesFlatDataItem({ Age: 29, HireDate: `2009-06-19`, ID: 2, Name: `Thomas Anderson`, Phone: `(14) 555-8122`, OnPTO: false, ParentID: 1, Title: `Senior Software Developer` }), + new EmployeesFlatDataItem({ Age: 31, HireDate: `2014-08-18`, ID: 11, Name: `Monica Reyes`, Phone: `7675-3425`, OnPTO: false, ParentID: 1, Title: `Software Development Team Lead` }), + new EmployeesFlatDataItem({ Age: 35, HireDate: `2015-09-17`, ID: 6, Name: `Roland Mendel`, Phone: `(505) 555-5939`, OnPTO: false, ParentID: 11, Title: `Senior Software Developer` }), + new EmployeesFlatDataItem({ Age: 44, HireDate: `2009-10-11`, ID: 12, Name: `Sven Cooper`, Phone: `0695-34 67 21`, OnPTO: true, ParentID: 11, Title: `Senior Software Developer` }), + new EmployeesFlatDataItem({ Age: 44, HireDate: `2014-04-04`, ID: 14, Name: `Laurence Johnson`, Phone: `981-443655`, OnPTO: false, ParentID: 4, Title: `Director` }), + new EmployeesFlatDataItem({ Age: 25, HireDate: `2017-11-09`, ID: 5, Name: `Elizabeth Richards`, Phone: `(2) 283-2951`, OnPTO: true, ParentID: 4, Title: `Vice President` }), + new EmployeesFlatDataItem({ Age: 39, HireDate: `2010-03-22`, ID: 13, Name: `Trevor Ashworth`, Phone: `981-443655`, OnPTO: true, ParentID: 5, Title: `Director` }), + new EmployeesFlatDataItem({ Age: 44, HireDate: `2014-04-04`, ID: 17, Name: `Antonio Moreno`, Phone: `(505) 555-5939`, OnPTO: false, ParentID: 18, Title: `Senior Accountant` }), + new EmployeesFlatDataItem({ Age: 50, HireDate: `2007-11-18`, ID: 7, Name: `Pedro Rodriguez`, Phone: `035-640230`, OnPTO: false, ParentID: 10, Title: `Senior Localization Developer` }), + new EmployeesFlatDataItem({ Age: 27, HireDate: `2016-02-19`, ID: 8, Name: `Casey Harper`, Phone: `0342-023176`, OnPTO: true, ParentID: 10, Title: `Senior Localization` }), + new EmployeesFlatDataItem({ Age: 25, HireDate: `2017-11-09`, ID: 15, Name: `Patricia Simpson`, Phone: `069-0245984`, OnPTO: false, ParentID: 7, Title: `Localization Intern` }), + new EmployeesFlatDataItem({ Age: 39, HireDate: `2010-03-22`, ID: 9, Name: `Francisco Chang`, Phone: `(91) 745 6200`, OnPTO: false, ParentID: 7, Title: `Localization Intern` }), + new EmployeesFlatDataItem({ Age: 25, HireDate: `2018-03-18`, ID: 16, Name: `Peter Lewis`, Phone: `069-0245984`, OnPTO: true, ParentID: 7, Title: `Localization Intern` }), ]; super(...newItems.slice(0)); }